diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000000000000000000000000000000000000..0d7f18827ef2120b99e4d3c9ef2105a2a5e9de56 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,46 @@ +<component name="InspectionProjectProfileManager"> + <profile version="1.0"> + <option name="myName" value="Project Default" /> + <option name="myLocal" value="true" /> + <inspection_tool class="CoffeeScriptArgumentsOutsideFunction" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="CoffeeScriptFunctionSignatures" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> + <inspection_tool class="CoffeeScriptInfiniteLoop" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="CoffeeScriptLiteralNotFunction" enabled="false" level="ERROR" enabled_by_default="false" /> + <inspection_tool class="CoffeeScriptSillyAssignment" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="CoffeeScriptSwitchStatementWithNoDefaultBranch" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="CoffeeScriptUnnecessaryReturn" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="CoffeeScriptUnusedLocalSymbols" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="CssConvertColorToHexInspection" enabled="true" level="WARNING" enabled_by_default="true" /> + <inspection_tool class="CssConvertColorToRgbInspection" enabled="true" level="WARNING" enabled_by_default="true" /> + <inspection_tool class="CssMissingSemicolon" enabled="true" level="WARNING" enabled_by_default="true" /> + <inspection_tool class="CucumberExamplesColon" enabled="false" level="ERROR" enabled_by_default="false" /> + <inspection_tool class="CucumberMissedExamples" enabled="false" level="ERROR" enabled_by_default="false" /> + <inspection_tool class="CucumberTableInspection" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="CucumberUndefinedStep" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="DartAnalysisServerGlobalInspectionTool" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="DartPathPackageReference" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="EjsUnresolvedInclude" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="GherkinBrokenTableInspection" enabled="false" level="ERROR" enabled_by_default="false" /> + <inspection_tool class="GherkinMisplacedBackground" enabled="false" level="ERROR" enabled_by_default="false" /> + <inspection_tool class="HamlNestedTagContent" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="HbEmptyBlock" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="JadeTabsAndSpaces" enabled="false" level="ERROR" enabled_by_default="false" /> + <inspection_tool class="KarmaConfigFile" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="LessResolvedByNameOnly" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> + <inspection_tool class="LessUnresolvedMixin" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="LessUnresolvedVariable" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="MeteorUnresolvedSymbol" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="SassScssResolvedByNameOnly" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> + <inspection_tool class="SassScssUnresolvedMixin" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="SassScssUnresolvedPlaceholderSelector" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="SassScssUnresolvedVariable" enabled="false" level="WARNING" enabled_by_default="false" /> + <inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false"> + <option name="processCode" value="true" /> + <option name="processLiterals" value="true" /> + <option name="processComments" value="true" /> + </inspection_tool> + <inspection_tool class="TaskInspection" enabled="false" level="INFO" enabled_by_default="false" /> + <inspection_tool class="TaskProblemsInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" /> + <inspection_tool class="UnresolvedReference" enabled="false" level="ERROR" enabled_by_default="false" /> + </profile> +</component> \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000000000000000000000000000000000000..3b312839bf2e939fea3ebdef15630a4b33e57caf --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ +<component name="InspectionProjectProfileManager"> + <settings> + <option name="PROJECT_PROFILE" value="Project Default" /> + <option name="USE_PROJECT_PROFILE" value="true" /> + <version value="1.0" /> + </settings> +</component> \ No newline at end of file diff --git a/README b/README deleted file mode 100644 index 4bbc6d687b9e7f84fdb29585e7fe6d045ab050b0..0000000000000000000000000000000000000000 --- a/README +++ /dev/null @@ -1,8 +0,0 @@ -NatAtlas is a proof-of-concept webapplication. - -NatAtlas Viewer is a HTML5/SVG webapplication using the D3 Javascript API to -create National Atlas webmapping in the framework of the -Dutch National GeoData Infrastructure. - -NatAtlas Viewer is currently only tested on recent Chrome and FireFox browsers. - diff --git a/README.md b/README.md index 3b01fad3fd8ab8f8e706eb841eabe2ad26105aae..35a5e6cf6c8aca6cf557b6b2d8adfde747c1b7ef 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# NatAtlas -NatAtlas is a proof-of-concept webapplication. NatAtlas Viewer is a HTML5/SVG webapplication using the D3 Javascript API to create National Atlas webmapping in the framework of the Dutch National GeoData Infrastructure. NatAtlas Viewer is currently only tested on recent Chrome and FireFox browsers. +NatAtlas +NatAtlas is a proof-of-concept webapplication. +NatAtlas Viewer is a HTML5/SVG webapplication using the D3 Javascript API +to create National Atlas webmapping in the framework of the Dutch National GeoData Infrastructure. +NatAtlas Viewer is currently only tested on recent Chrome and FireFox browsers. diff --git a/combineMaps.html b/combineMaps.html index d39542c763feb8af5e436578afdd8b5f46a83067..ce47c19892aa701715060da066f4cdbc5792044b 100644 --- a/combineMaps.html +++ b/combineMaps.html @@ -110,7 +110,7 @@ theSVG.selectAll("*").remove(); } var bgG = theSVG.append("g") - .attr("id", "backgroundMap" + place); + .attr("id", "bgMainMap" + place); if (bg == 1) { // choro BG bgG.append("path") .attr("class", "buitenland") diff --git a/css/natatlas.css b/css/natatlas.css index 7b13f196163813a172949ba184388159cec22e8b..a8eeafd5b70434eb036db1589d02b5fa45b2dc0e 100644 --- a/css/natatlas.css +++ b/css/natatlas.css @@ -5,7 +5,7 @@ * * @author Barend Köbben <b.j.kobben@utwente.nl> * - * @version 0.5.0 [May 2015] + * @version 0.6.0 [Jul 2015] */ body { @@ -18,35 +18,31 @@ body { h1 { font-size: 14px; } - h2 { + font-size: 12px; +} +h3 { font-size: 11px; } - -#menuDiv { - position: absolute; - left: 5px; - top: 5px; - width: 235px; - height: 245px; - padding: 4px; - overflow: auto; - border: 1px solid #cccccc; - background: #ffffff; - z-index: 1; +h4 { + font-size: 10px; +} +.small { + font-size: 8px; } #chooserDiv { position: absolute; left: 5px; top: 5px; - width: 800px; - height: 600px; + width: 175px; + height: 245px; padding: 4px; overflow: auto; border: 1px solid #cccccc; background: #ffffff; z-index: 10; + opacity: 1; } .menushown { @@ -57,11 +53,11 @@ h2 { display: none; } -#infoDiv { +#legendDiv { position: absolute; left: 5px; top: 260px; - width: 235px; + width: 175px; height: 390px; padding: 4px; overflow: auto; @@ -72,13 +68,13 @@ h2 { #messageDiv { position: absolute; - left: 280px; + left: 180px; top: 325px; - width: 200px; - height: 30px; + width: 300px; + height: 60px; padding: 4px; overflow: hidden; - z-index: 0; + z-index: 100; text-align: center; border: 1px solid #000000; box-shadow: 5px 5px 15px #6a6a6a; @@ -89,9 +85,9 @@ h2 { color: #ffffff; } -#mapDiv { +#mainMapDiv { position: absolute; - left: 248px; + left: 195px; top: 5px; width: 550px; height: 650px; @@ -101,6 +97,19 @@ h2 { border: 1px solid #cccccc; background: #ccddf2; } +#compareMapDiv { + position: absolute; + left: 755px; + top: 5px; + width: 550px; + height: 650px; + padding: 2px; + overflow: visible; + z-index: 2; + border: 1px solid #cccccc; + background: #ccddf2; + display: none; +} .mapDiv .label { text-align: center; @@ -109,6 +118,24 @@ h2 { font-size: 5pt; } +.defaultPolygons { + fill: #fffcd5; + stroke: #e4b1b1; + stroke-width: 0.3; +} + +.defaultCircles, .mySizeLegend .swatch { + stroke: rgb(255, 255, 255); + stroke-width: 1; + fill: rgb(255, 0, 0); + fill-opacity: 0.6; +} + +.myColorLegend .swatch { + stroke: #e4b1b1; + stroke-width: 0.3; +} + .nederland { fill: #fffcd5; stroke: #888888; @@ -121,22 +148,15 @@ h2 { stroke-width: 0.2; } -.circles { - stroke: rgb(255, 255, 255); - stroke-width: 1; - fill: rgb(255, 0, 0); - fill-opacity: 1; -} - .tooltip { position: absolute; z-index: 10; pointer-events: none; - background: rgba(255, 255, 255, 0.75); + background: rgba(255, 255, 255, 0.85); border: 1px solid #ddd; padding: 5px 12px; border-radius: 5px; - box-shadow: 2px 2px 2px rgba(120, 120, 120, 0.55); + box-shadow: 2px 2px 2px rgba(120, 120, 120, 0.65); text-shadow: 0 1px 0 #eee; } diff --git a/data/gemeenten/attribs2013.csv b/data/gemeenten/attribs2013.csv new file mode 100644 index 0000000000000000000000000000000000000000..f226feadd409fe5e136b729260f0b3c8cdc60507 --- /dev/null +++ b/data/gemeenten/attribs2013.csv @@ -0,0 +1,409 @@ +GM_CODE,GM_NAAM,WATER,AANT_INW,AANT_MAN,AANT_VROUW,P_00_14_JR,P_15_24_JR,P_25_44_JR,P_45_64_JR,P_65_EO_JR,P_ONGEHUWD,P_GEHUWD,P_GESCHEID,P_VERWEDUW,BEV_DICHTH,AANTAL_HH,P_EENP_HH,P_HH_Z_K,P_HH_M_K,GEM_HH_GR,P_WEST_AL,P_N_W_AL,P_MAROKKO,P_ANT_ARU,P_SURINAM,P_TURKIJE,P_OVER_NW,AUTO_TOT,AUTO_HH,AUTO_LAND,BEDR_AUTO,MOTOR_2W,A_BST_B,A_BST_NB,A_LFTJ6J,A_LFTO6J,AF_ZIEK_I,AV5_ZIEK_I,AV10ZIEK_I,AV20ZIEK_I,AF_ZIEK_E,AV5_ZIEK_E,AV10ZIEK_E,AV20ZIEK_E,AF_KDV,AV1_KDV,AV3_KDV,AV5_KDV,AF_BSO,AV1_BSO,AV3_BSO,AV5_BSO,AF_OPRITH,AF_TREINST,AF_OVERST,AF_BIBLIO,AF_IJSBAAN,AF_BRANDW,OPP_TOT,OPP_LAND,OPP_WATER +GM0003,Appingedam,NEE,12050,5835,6215,15,10,22,30,22,41,44,8,8,507,5525,35,33,32,2.2,8,5,0,0,1,2,2,5315,1.0,224,415,555,4455,860,1595,3720,3.9,0.9,1.0,1.0,3.9,0.9,1.0,1.0,1.2,0.4,1.0,3.3,0.9,0.7,2.5,4.8,1.0,1.5,25.3,1.3,22.3,1.3,2458,2377,81 +GM0005,Bedum,NEE,10550,5280,5270,17,12,22,31,18,44,46,5,5,237,4370,29,33,38,2.4,4,2,0,0,0,0,2,4815,1.1,108,640,515,3885,935,1465,3350,10.3,0.0,0.3,4.0,10.3,0.0,0.3,2.0,0.9,1.8,4.3,7.6,0.9,2.2,4.4,7.5,0.9,2.2,11.4,1.4,7.9,1.9,4496,4454,41 +GM0007,Bellingwedde,NEE,8985,4490,4495,14,9,19,34,23,36,49,7,7,83,4010,29,40,31,2.2,8,2,0,0,0,0,1,5135,1.3,47,830,615,3885,1250,1400,3735,10.0,0.0,0.4,2.4,10.0,0.0,0.4,1.6,4.7,0.0,0.1,0.6,2.1,0.4,0.7,1.5,1.5,8.9,42.2,2.6,44.2,4.1,11008,10836,172 +GM0009,Ten Boer,NEE,7500,3755,3745,20,10,23,30,16,44,45,5,6,166,2950,26,33,41,2.5,4,2,0,0,0,0,2,3580,1.2,79,450,475,2830,750,1020,2555,11.3,0.0,0.1,4.8,11.3,0.0,0.1,2.8,1.9,0.5,0.7,1.6,1.0,1.0,1.7,3.9,0.7,8.0,12.7,1.8,9.8,2.1,4573,4531,42 +GM0010,Delfzijl,NEE,26025,13030,12990,15,11,22,30,22,40,45,7,7,195,11855,34,34,32,2.2,8,9,0,2,1,2,3,12095,1.0,91,1545,1345,9770,2325,3840,8255,4.2,0.7,0.8,1.1,4.2,0.7,0.8,1.1,2.1,0.8,3.6,5.0,2.1,0.8,3.5,5.7,1.3,3.9,30.1,2.6,27.2,2.2,22750,13313,9437 +GM0014,Groningen,NEE,195415,96980,98435,13,24,30,22,12,66,23,7,4,2497,116900,61,21,18,1.7,11,11,1,2,2,1,6,68825,0.6,879,9040,4985,50990,17835,25045,43775,2.6,2.2,4.0,4.0,2.7,1.4,2.0,2.0,0.4,5.4,37.2,74.6,0.5,3.4,23.0,50.0,1.0,2.4,3.1,1.1,4.6,2.9,8375,7827,548 +GM0015,Grootegast,NEE,12220,6230,5990,20,12,24,28,16,46,45,5,5,141,4815,26,32,43,2.5,3,1,0,0,0,0,1,6235,1.3,72,1125,830,4305,1930,1265,4975,17.8,0.0,0.0,1.1,17.9,0.0,0.0,0.9,2.0,0.3,1.0,2.1,1.6,0.6,1.4,2.6,0.7,8.0,22.7,3.0,25.2,3.1,8774,8670,104 +GM0017,Haren,NEE,18640,8815,9825,17,10,18,30,26,41,44,7,8,410,8405,36,33,31,2.2,8,3,0,0,0,0,2,9105,1.1,200,640,590,7230,1875,2865,6240,3.1,1.1,3.8,4.8,6.7,0.1,1.8,2.1,0.8,1.4,5.7,14.7,0.6,2.3,10.3,18.6,1.2,2.0,7.0,1.8,11.0,2.0,5073,4551,522 +GM0018,Hoogezand-Sappemeer,NEE,34520,17040,17480,16,11,24,29,20,44,42,8,6,518,15585,35,32,33,2.2,7,11,1,1,4,3,2,15825,1.0,238,1600,1245,12945,2880,4335,11490,11.4,0.0,0.2,6.0,16.2,0.0,0.0,2.0,0.9,1.1,5.6,9.0,1.3,0.8,3.1,4.7,1.4,1.7,16.5,2.1,16.5,2.7,7299,6662,637 +GM0022,Leek,NEE,19610,9720,9890,18,10,23,30,19,43,45,6,6,310,8300,30,33,37,2.4,6,3,0,0,0,0,2,9595,1.2,152,1420,935,7225,2375,2630,6965,16.0,0.0,0.1,3.5,16.1,0.0,0.0,1.9,1.0,0.9,3.2,5.0,1.1,1.2,4.4,6.5,1.1,13.1,17.2,1.7,21.0,2.7,6428,6322,106 +GM0024,Loppersum,NEE,10290,5205,5085,17,11,22,32,18,43,45,6,6,93,4390,31,34,36,2.3,4,2,0,0,0,0,1,5035,1.1,45,765,745,3815,1220,1165,3870,14.3,0.0,0.1,1.6,14.3,0.0,0.1,1.6,4.4,0.4,0.5,1.2,2.6,0.4,0.5,1.0,1.3,3.3,21.1,2.5,18.1,2.6,11199,11104,95 +GM0025,Marum,NEE,10380,5310,5070,18,12,24,30,16,45,45,5,5,161,4155,25,33,42,2.5,4,2,0,0,0,0,1,5605,1.3,87,890,655,3780,1825,1475,4130,14.5,0.0,0.0,1.4,14.5,0.0,0.0,1.2,1.4,1.0,2.4,4.4,1.4,1.1,2.6,5.4,2.0,15.4,23.4,1.8,27.2,2.8,6489,6446,43 +GM0034,Almere,NEE,195210,96925,98285,21,13,29,28,9,52,37,9,3,1510,80655,31,24,45,2.4,10,29,4,2,11,2,9,232020,-99999997.0,1794,34365,6645,118890,113130,184215,47805,4.2,0.7,1.0,2.5,4.2,0.7,1.0,1.6,0.5,4.2,28.1,59.2,0.5,5.2,34.5,72.4,1.5,1.8,4.2,2.4,25.7,2.6,24877,12930,11946 +GM0037,Stadskanaal,NEE,32885,16250,16635,16,11,23,29,22,40,45,7,7,280,14655,33,34,33,2.2,5,3,0,0,0,0,2,16175,1.1,138,2300,1580,12645,3530,4195,11980,5.3,0.6,0.9,2.7,5.3,0.6,0.8,1.2,1.5,0.4,2.0,3.4,1.7,0.3,1.9,3.5,1.3,18.6,27.1,1.8,34.7,3.2,11994,11763,231 +GM0040,Slochteren,NEE,15620,7935,7685,18,10,23,32,16,44,45,6,5,104,6440,25,35,39,2.4,4,2,0,0,0,0,1,8545,1.3,57,1400,1235,6465,2075,2380,6165,12.9,0.0,0.1,4.8,13.4,0.0,0.1,2.0,1.9,0.5,1.1,3.1,1.9,0.5,1.1,2.6,2.2,7.9,17.3,2.0,14.9,2.3,15887,15059,828 +GM0047,Veendam,NEE,27915,13815,14095,17,10,24,30,19,41,45,8,7,367,12370,31,34,35,2.3,5,7,0,0,1,3,2,13945,1.1,183,1695,1445,10960,2985,4010,9935,2.0,1.9,2.0,4.0,13.8,0.0,0.0,2.0,1.3,0.9,4.3,6.3,0.9,0.9,4.2,7.4,2.0,3.8,26.5,2.2,27.6,2.2,7868,7600,268 +GM0048,Vlagtwedde,NEE,16130,8025,8105,15,10,21,32,23,39,47,7,8,96,7210,32,36,32,2.2,6,3,0,0,0,0,2,8685,1.2,52,1415,965,6520,2160,2140,6540,16.8,0.0,0.0,1.6,16.8,0.0,0.0,1.6,3.0,0.5,1.2,1.5,2.6,0.6,1.6,2.2,1.3,17.8,23.0,3.1,45.4,2.8,17055,16733,322 +GM0050,Zeewolde,NEE,21260,10775,10485,22,13,25,29,10,46,44,7,3,86,8185,24,29,47,2.6,8,5,0,0,1,0,3,12870,1.6,52,1945,995,8345,4520,6590,6280,12.8,0.0,0.0,2.8,13.0,0.0,0.0,1.0,1.2,2.0,8.2,9.4,1.0,2.3,9.4,11.2,1.7,13.7,25.3,2.4,17.3,2.5,26886,24774,2112 +GM0051,Skarsterln,NEE,27420,13725,13690,19,11,23,29,18,44,45,5,6,148,11270,28,34,38,2.4,4,2,0,0,0,0,1,13520,1.2,73,2505,1435,9685,3835,3730,9795,9.5,0.1,0.6,2.6,10.2,0.1,0.6,1.8,1.3,1.3,3.7,6.0,1.7,0.8,1.9,3.2,2.0,9.9,10.3,2.5,13.0,2.7,21680,18518,3162 +GM0053,Winsum,NEE,13905,6910,6995,19,11,21,31,18,44,45,6,5,138,5890,30,32,37,2.4,5,2,0,0,0,0,1,6310,1.1,62,760,620,4905,1405,1715,4600,15.8,0.0,0.0,2.7,15.8,0.0,0.0,1.7,1.9,0.8,1.8,2.8,1.0,0.9,2.1,3.5,1.0,2.1,16.7,2.2,14.9,2.3,10253,10109,144 +GM0055,Boarnsterhim,NEE,19505,9780,9725,19,10,24,30,17,45,43,7,5,129,8465,32,32,36,2.3,4,2,0,0,0,0,1,9725,1.1,64,1580,930,6760,2965,2720,7005,12.0,0.0,0.2,2.5,12.0,0.0,0.2,2.5,1.2,1.2,2.2,3.7,0.9,1.6,2.9,5.2,1.9,3.6,13.1,3.5,15.1,3.4,16858,15126,1732 +GM0056,Zuidhorn,NEE,18700,9315,9380,21,11,23,28,17,45,46,5,5,149,7545,28,32,41,2.5,4,2,0,0,0,0,1,8860,1.2,71,1715,800,6540,2315,2385,6470,15.8,0.0,0.1,2.8,15.8,0.0,0.1,1.5,0.9,1.3,4.3,6.3,0.9,1.1,3.4,5.7,0.7,3.1,15.4,1.5,17.0,2.1,12837,12550,288 +GM0058,Dongeradeel,NEE,24220,12140,12075,18,12,23,27,19,44,44,6,5,145,10225,32,32,36,2.4,3,2,0,0,0,0,1,11355,1.1,68,1980,1075,7895,3460,2595,8760,5.0,0.6,0.9,1.0,5.0,0.6,0.9,1.0,4.1,0.3,1.0,1.3,4.9,0.1,0.5,0.9,1.2,13.7,27.5,4.6,28.0,2.8,26692,16683,10009 +GM0059,Achtkarspelen,NEE,28110,14280,13830,19,12,25,28,17,45,44,5,6,275,11500,28,32,40,2.4,2,1,0,0,0,0,1,13985,1.2,137,2495,1190,9620,4365,3070,10920,13.8,0.0,0.0,1.2,13.8,0.0,0.0,1.2,2.0,0.7,1.4,2.5,1.5,0.8,1.8,3.4,1.2,7.1,26.7,3.0,27.8,2.3,10398,10228,170 +GM0060,Ameland,NEE,3525,1750,1775,18,9,24,29,20,44,45,5,6,60,1570,35,33,32,2.2,5,1,0,0,0,0,1,1650,1.1,28,435,260,1490,160,405,1240,28.7,0.0,0.0,0.0,28.7,0.0,0.0,0.0,6.2,0.3,0.4,0.5,6.2,0.3,0.4,0.5,18.9,39.2,44.5,1.5,43.7,1.5,26850,5868,20981 +GM0063,het Bildt,NEE,10645,5435,5205,18,11,23,29,17,46,42,6,6,115,4705,35,30,35,2.3,5,4,0,0,0,0,3,5175,1.1,56,1005,635,3665,1510,1115,4060,17.3,0.0,0.0,1.1,17.4,0.0,0.0,0.9,1.8,0.5,0.8,2.4,1.8,0.7,1.2,2.6,1.1,12.5,16.1,3.3,14.6,3.2,11648,9234,2415 +GM0070,Franekeradeel,NEE,20475,10270,10200,18,11,23,29,18,45,43,7,6,200,8860,33,33,34,2.3,6,3,0,0,0,0,2,9395,1.1,92,1495,915,7080,2315,2470,6925,10.7,0.0,0.3,1.5,20.6,0.0,0.0,0.5,0.7,1.5,4.7,6.8,1.3,1.2,3.4,4.0,1.5,3.5,19.4,3.1,17.9,3.5,10917,10261,656 +GM0072,Harlingen,NEE,15855,7970,7880,17,11,22,29,21,44,42,9,6,635,7115,36,32,33,2.2,8,4,1,0,0,0,2,6720,0.9,269,980,680,4970,1750,2025,4700,1.8,1.0,1.0,1.0,26.9,0.0,0.0,0.0,1.2,1.0,2.8,3.3,0.8,1.6,4.6,5.1,1.1,1.4,26.7,1.7,25.0,2.2,38767,2496,36271 +GM0074,Heerenveen,NEE,43320,21355,21965,17,11,24,28,20,45,42,7,6,321,19440,35,32,33,2.2,6,6,1,0,1,1,3,20790,1.1,154,3875,1895,14765,6025,6280,14510,4.6,0.8,0.8,1.1,4.6,0.8,0.8,1.1,1.3,1.1,6.0,9.0,0.9,1.2,6.3,10.2,1.4,4.7,4.7,2.6,5.0,2.4,14007,13487,519 +GM0079,Kollumerland en Nieuwkruisland,NEE,12830,6600,6230,18,12,24,29,17,45,44,5,5,117,5245,29,32,39,2.4,2,1,0,0,0,0,1,6370,1.2,58,1125,625,4400,1970,1320,5050,13.1,0.0,0.1,1.0,13.1,0.0,0.1,1.0,1.4,0.6,1.2,3.3,1.4,0.6,1.2,3.4,1.8,4.9,26.7,2.8,27.6,2.8,11635,10961,674 +GM0080,Leeuwarden,NEE,95950,47115,48830,15,16,28,25,16,54,32,8,5,1219,49980,49,26,26,1.9,8,9,1,1,1,0,5,37190,0.7,472,3955,2825,28905,8285,11265,25920,2.9,0.9,1.0,1.0,2.9,0.9,1.0,1.0,0.5,2.9,20.2,39.5,0.6,2.2,15.6,28.9,1.9,2.5,2.7,1.6,3.6,2.2,8395,7872,523 +GM0081,Leeuwarderadeel,NEE,10315,5185,5125,17,12,21,32,18,43,47,5,5,252,4205,26,36,38,2.5,4,3,0,0,0,0,2,4850,1.2,119,530,485,3695,1160,1485,3365,9.5,0.0,0.7,1.1,9.5,0.0,0.7,1.1,0.7,1.6,5.1,8.0,1.1,1.0,2.6,3.8,0.9,8.3,8.3,1.7,7.6,1.6,4146,4089,57 +GM0082,Lemsterland,NEE,13565,6890,6675,19,10,24,29,18,43,45,7,5,179,5765,29,33,37,2.4,6,4,0,0,1,1,2,7080,1.2,93,1010,670,4495,2585,2395,4685,3.3,0.8,0.9,2.7,17.7,0.0,0.0,1.0,1.8,0.7,2.9,3.2,2.0,0.9,3.0,3.2,0.8,21.9,22.4,2.9,22.2,1.7,12434,7577,4857 +GM0085,Ooststellingwerf,NEE,25835,12930,12900,17,11,22,31,20,42,45,7,6,115,11100,31,35,35,2.3,5,2,0,0,0,0,1,13250,1.2,59,2160,1730,9350,3900,3405,9845,19.2,0.0,0.0,0.7,20.1,0.0,0.0,0.4,2.2,0.8,1.8,2.2,1.9,0.8,1.9,2.3,1.5,21.8,22.9,2.7,20.9,2.4,22611,22400,212 +GM0086,Opsterland,NEE,29895,14935,14960,19,11,23,30,18,44,45,6,5,133,12250,28,34,38,2.4,3,2,0,0,0,0,1,15300,1.2,68,2210,1775,10505,4790,3840,11460,10.3,0.0,0.4,1.6,10.3,0.0,0.4,1.6,2.7,0.7,1.5,1.9,2.2,0.8,1.8,2.5,1.8,16.8,18.7,2.9,20.4,3.0,22764,22450,314 +GM0088,Schiermonnikoog,NEE,960,485,475,16,8,23,29,25,40,45,8,7,26,495,46,31,22,1.9,6,2,0,0,0,0,1,325,0.7,9,80,20,275,50,80,250,34.4,0.0,0.0,0.0,34.4,0.0,0.0,0.0,0.5,0.9,1.0,1.0,0.5,0.9,1.0,1.0,15.8,39.3,56.6,0.6,56.8,0.6,19907,3705,16201 +GM0090,Smallingerland,NEE,55455,27600,27850,18,11,25,27,19,45,43,7,6,471,24510,35,31,34,2.3,5,5,0,1,1,0,3,29060,1.2,247,4945,2150,19905,9155,10355,18705,3.8,0.8,1.0,1.1,3.8,0.8,1.0,1.1,1.4,0.7,4.0,7.1,1.1,1.0,6.2,11.4,2.3,18.1,23.0,2.9,24.9,3.0,12617,11771,846 +GM0093,Terschelling,NEE,4795,2535,2260,14,14,23,28,20,47,40,7,6,57,2195,40,33,27,2.2,5,1,0,1,0,0,1,2205,1.0,26,655,305,1900,305,480,1725,35.4,0.0,0.0,0.0,60.6,0.0,0.0,0.0,1.4,0.6,0.8,1.1,3.8,0.2,0.3,0.5,34.7,33.0,60.3,3.8,58.7,1.4,67399,8346,59052 +GM0096,Vlieland,NEE,1115,545,565,16,10,26,31,18,47,39,10,4,31,575,46,30,24,1.9,10,2,0,0,0,0,1,365,0.6,10,155,60,305,60,70,295,33.2,0.0,0.0,0.0,58.4,0.0,0.0,0.0,0.9,0.5,1.0,1.0,0.9,0.5,1.0,1.0,32.5,30.8,58.1,0.8,56.5,0.7,31580,3575,28005 +GM0098,Weststellingwerf,NEE,25595,12845,12745,17,10,23,29,21,42,45,6,7,116,10980,30,34,35,2.3,4,3,1,0,0,0,1,12960,1.2,59,2125,1680,8860,4100,3015,9945,13.3,0.0,0.0,2.0,16.6,0.0,0.0,0.7,1.8,0.9,2.8,3.5,1.3,1.0,3.5,4.7,1.7,5.5,16.4,2.5,13.2,2.8,22845,22077,768 +GM0106,Assen,NEE,67205,33010,34195,19,11,26,28,17,47,40,8,5,821,29745,36,29,35,2.3,8,6,0,1,1,1,4,31770,1.1,388,3295,3350,23350,8420,11575,20195,2.7,1.6,2.0,2.0,3.7,0.8,1.0,1.0,0.7,2.0,11.0,22.0,0.7,2.4,12.1,24.6,2.4,3.1,3.1,1.5,3.7,2.1,8345,8188,157 +GM0109,Coevorden,NEE,35765,17810,17955,17,10,22,30,21,41,46,6,7,121,15380,30,35,35,2.3,5,3,0,0,0,0,2,18450,1.2,62,2770,2275,13415,5035,5280,13165,6.6,0.5,0.7,2.9,14.5,0.0,0.1,1.3,1.7,0.5,2.0,2.8,1.7,0.5,1.9,2.6,1.3,5.3,17.1,2.0,39.0,3.1,29969,29597,371 +GM0114,Emmen,NEE,108390,53660,54730,17,11,24,30,19,42,44,7,7,323,47635,32,33,35,2.3,7,4,0,0,0,1,2,54695,1.1,163,7360,5085,43010,11685,15720,38975,7.1,0.4,0.7,1.5,7.4,0.4,0.7,1.0,1.3,0.8,3.7,7.9,1.1,1.0,3.5,7.7,2.1,5.6,7.7,2.8,42.4,4.0,34625,33562,1063 +GM0118,Hoogeveen,NEE,54875,27300,27575,18,11,25,27,19,44,44,6,6,430,23300,31,32,36,2.4,5,4,0,0,0,1,2,25930,1.1,203,4125,2680,19145,6785,7115,18815,4.1,0.7,1.1,4.3,4.4,0.7,0.9,1.5,1.3,1.0,6.0,9.8,1.1,1.2,6.3,10.4,1.8,4.2,23.4,3.0,33.4,3.5,12925,12755,170 +GM0119,Meppel,NEE,32725,16020,16705,19,10,27,28,17,45,42,8,5,589,14445,34,31,35,2.3,5,5,2,0,1,0,2,15205,1.1,274,1770,1480,11210,3990,5060,10145,4.0,0.8,1.1,3.2,4.0,0.8,1.0,1.1,0.9,1.3,5.2,7.5,0.7,1.9,8.6,12.6,1.6,2.6,2.6,1.8,35.1,2.5,5703,5555,148 +GM0140,Littenseradiel,NEE,10945,5565,5380,20,11,23,30,16,46,44,5,4,84,4370,26,35,39,2.5,4,1,0,0,0,0,1,5435,1.2,42,1025,615,3720,1720,1325,4110,12.3,0.0,0.2,2.2,12.4,0.0,0.2,1.6,1.8,0.8,1.6,3.2,3.1,0.5,0.8,1.4,2.0,6.1,15.9,5.8,16.0,3.7,13264,13066,198 +GM0141,Almelo,NEE,72730,36125,36605,18,11,26,27,17,45,42,7,6,1081,31800,34,29,36,2.3,10,15,1,0,0,8,5,32625,1.0,485,5010,2445,26140,6485,9505,23125,3.7,0.7,1.0,5.8,3.7,0.7,1.0,2.0,0.8,1.3,10.0,18.9,0.8,1.7,11.3,20.8,2.3,2.4,2.8,1.6,19.1,1.8,6941,6730,211 +GM0147,Borne,NEE,21770,10845,10920,18,11,23,29,19,42,47,6,6,837,9060,27,35,38,2.4,7,4,0,0,0,1,2,10595,1.2,408,1155,1055,8735,1860,3555,7040,6.0,0.1,1.3,8.0,6.0,0.1,1.3,5.0,0.5,1.7,8.2,17.3,0.6,1.4,6.8,14.2,1.0,1.5,6.0,1.5,9.7,2.0,2616,2600,16 +GM0148,Dalfsen,NEE,27570,13985,13585,19,12,23,29,18,43,48,4,5,167,10855,25,34,41,2.5,3,2,0,0,0,0,1,14795,1.4,90,2760,2310,11045,3750,3755,11040,11.9,0.0,0.2,4.0,14.2,0.0,0.1,2.2,1.5,0.5,1.5,2.2,1.2,1.0,3.3,4.6,1.2,6.5,15.8,1.5,36.2,2.1,16652,16512,140 +GM0150,Deventer,NEE,98580,48545,50035,18,12,28,27,16,49,39,7,5,751,44455,38,29,34,2.2,9,12,0,1,1,7,4,45070,1.0,343,5255,3480,34335,10735,15420,29645,3.7,0.9,1.0,3.6,3.7,0.9,1.0,1.7,0.5,4.4,23.2,41.7,0.6,2.8,16.3,28.8,1.6,2.3,3.5,1.3,4.2,2.6,13433,13124,309 +GM0153,Enschede,NEE,158625,80450,78175,16,15,28,25,16,51,36,8,5,1125,77530,44,27,29,2.0,13,15,1,1,1,6,6,66705,0.9,473,6800,5350,55520,11185,18605,48105,3.0,1.7,2.8,6.1,3.0,1.7,2.3,4.0,0.8,1.5,11.0,22.3,0.7,2.3,14.4,30.6,1.8,2.7,3.3,1.5,6.9,2.1,14272,14099,174 +GM0158,Haaksbergen,NEE,24320,12230,12090,18,11,22,30,20,42,47,5,6,232,9895,27,34,39,2.5,7,5,0,0,0,3,2,12295,1.2,117,1660,1385,10255,2040,3360,8935,2.3,0.9,1.4,6.9,13.0,0.0,0.1,3.0,0.9,1.2,5.3,7.6,1.3,0.9,4.2,5.1,1.1,12.8,13.6,1.9,14.0,2.2,10550,10482,68 +GM0160,Hardenberg,NEE,59585,30155,29430,20,12,24,28,16,45,46,4,5,191,23160,26,32,42,2.6,4,2,0,0,0,0,1,29850,1.3,96,4855,3675,21750,8100,7125,22725,5.2,0.5,1.6,4.4,8.3,0.3,0.6,1.5,1.0,1.3,4.0,6.8,1.2,1.0,3.0,4.8,1.5,6.4,26.6,2.0,45.1,2.2,31714,31225,489 +GM0163,Hellendoorn,NEE,35740,17870,17870,18,11,23,29,19,42,47,5,6,259,14205,26,33,40,2.5,4,2,0,0,0,0,2,17730,1.2,129,2320,1985,14075,3655,5095,12635,2.9,0.8,1.5,5.8,15.2,0.0,0.0,1.0,1.1,0.8,2.7,5.4,1.2,0.8,3.2,6.0,1.5,2.7,14.7,1.7,25.6,2.2,13899,13795,104 +GM0164,Hengelo,NEE,80950,40325,40625,18,11,26,27,18,46,41,7,6,1330,36485,36,30,34,2.2,10,12,0,1,1,6,4,40330,1.1,662,4720,3665,32310,8020,13790,26540,3.6,0.7,2.4,8.0,3.6,0.7,2.4,5.0,0.8,2.3,15.5,28.1,0.8,2.0,13.5,25.4,1.8,1.9,2.7,1.7,5.3,1.8,6183,6089,94 +GM0166,Kampen,NEE,50925,25295,25625,21,12,26,25,15,45,46,5,5,358,20405,30,31,40,2.5,4,5,0,0,0,2,2,20660,1.0,145,3075,1930,15760,4900,5875,14780,2.6,0.9,1.0,4.9,15.5,0.0,0.0,2.0,1.2,0.9,4.4,7.2,1.0,1.4,7.8,12.3,1.3,2.2,15.0,1.8,17.3,1.8,16179,14223,1955 +GM0168,Losser,NEE,22555,11330,11225,17,10,22,31,20,41,48,5,6,228,9220,26,35,39,2.4,12,3,0,0,0,1,1,11345,1.2,115,1250,1085,9500,1845,3180,8165,2.9,0.8,1.9,4.8,8.6,0.0,1.0,3.8,1.1,1.4,4.5,7.4,1.0,1.6,4.8,8.0,1.1,6.2,11.5,1.2,15.8,2.0,9961,9875,86 +GM0171,Noordoostpolder,NEE,46285,23410,22875,20,12,26,28,15,45,45,6,5,101,19100,30,31,38,2.4,6,6,1,1,1,1,3,22425,1.2,49,3740,2300,15540,6890,6800,15630,5.2,1.1,1.7,3.8,5.7,0.5,0.8,1.0,1.8,0.6,2.7,3.3,1.3,1.1,3.9,5.0,1.1,22.7,32.4,3.4,27.4,2.4,59543,46001,13541 +GM0173,Oldenzaal,NEE,32200,16075,16125,18,11,24,28,19,43,44,6,6,1494,13735,31,33,36,2.3,8,7,0,0,0,4,3,19575,1.4,908,2545,1205,14370,5205,9025,10550,1.9,1.0,1.7,5.0,1.9,1.0,1.1,4.0,0.6,1.4,7.7,9.9,0.5,2.5,13.6,17.0,0.9,2.1,11.4,1.8,13.8,2.0,2195,2155,40 +GM0175,Ommen,NEE,17315,8665,8645,18,11,23,29,19,43,47,5,6,96,7065,29,34,37,2.5,4,2,0,0,0,0,2,9015,1.3,50,1475,1115,6530,2485,2540,6475,3.4,0.7,1.0,3.8,16.9,0.0,0.0,0.9,1.9,0.4,1.4,2.1,1.7,0.8,3.1,4.1,1.7,3.9,24.4,2.2,37.1,2.7,18201,17995,206 +GM0177,Raalte,NEE,36485,18305,18175,18,12,21,31,18,44,46,4,5,213,14735,27,34,39,2.5,3,2,0,0,0,1,1,18150,1.2,106,2710,2165,13695,4460,4875,13280,4.7,0.5,1.0,4.6,15.5,0.0,0.0,1.7,1.3,1.0,2.9,4.3,1.1,1.3,4.2,6.0,1.3,3.3,17.1,2.1,19.0,2.0,17229,17105,124 +GM0180,Staphorst,NEE,16275,8340,7935,24,14,24,23,14,47,47,2,4,121,5435,22,28,51,3.0,2,1,0,0,0,0,1,8030,1.5,60,1980,910,5920,2110,1885,6145,8.9,0.0,0.7,3.4,8.9,0.0,0.7,2.7,1.7,0.3,1.5,2.7,1.5,0.4,1.7,3.0,2.0,8.0,8.0,1.7,40.6,2.6,13569,13418,152 +GM0183,Tubbergen,NEE,21170,10785,10385,20,13,22,29,16,45,47,3,6,144,7775,23,30,47,2.7,4,1,0,0,0,0,1,11065,1.4,75,2220,1165,8615,2450,3290,7775,12.2,0.0,0.2,3.6,13.4,0.0,0.1,2.4,1.1,1.4,3.4,8.3,1.1,1.0,2.3,6.3,1.2,11.1,11.7,2.0,22.9,4.1,14744,14701,43 +GM0184,Urk,NEE,19225,9750,9475,30,18,26,18,8,51,45,2,3,1670,5630,19,22,60,3.4,1,2,1,0,0,0,1,6210,1.1,540,1050,285,4905,1305,1970,4240,1.5,1.0,1.2,3.0,11.4,0.0,0.0,1.0,1.7,0.3,0.9,1.1,1.7,0.3,0.9,1.2,1.1,27.4,34.5,1.3,26.3,1.4,10991,1151,9840 +GM0189,Wierden,NEE,23805,11895,11910,19,12,23,28,18,42,49,3,6,251,9060,23,33,44,2.6,5,2,0,0,0,1,1,13835,1.5,146,1755,1130,10180,3655,5860,7975,5.9,0.2,2.5,5.5,7.2,0.0,0.9,1.7,1.1,1.3,3.6,6.8,1.2,1.2,3.6,6.2,1.3,2.7,7.6,1.6,23.2,1.7,9539,9472,67 +GM0193,Zwolle,NEE,122560,59915,62645,19,13,30,24,14,51,37,7,4,1101,55945,40,28,33,2.2,7,9,1,1,1,2,4,49440,0.9,444,4630,4555,37180,12260,16045,33395,3.0,1.6,2.0,4.0,3.0,1.6,2.0,2.0,0.6,4.1,26.9,52.5,0.5,3.4,21.3,41.3,1.8,3.3,3.3,1.5,30.5,2.4,11936,11131,806 +GM0196,Rijnwaarden,NEE,10965,5455,5510,17,10,23,33,17,41,46,6,7,277,4640,28,34,38,2.4,10,2,0,0,0,0,1,5670,1.2,143,695,670,4840,835,1510,4160,10.5,0.0,0.4,2.7,10.5,0.0,0.4,2.1,1.0,0.6,1.0,2.2,0.9,1.1,2.1,3.8,2.0,8.5,22.3,9.4,28.3,1.7,4808,3964,844 +GM0197,Aalten,NEE,27080,13525,13555,18,11,23,30,19,44,45,4,6,281,11210,29,34,38,2.4,8,3,0,0,0,1,1,13270,1.2,137,1690,1390,11120,2150,3035,10235,10.6,0.0,0.7,3.0,14.4,0.0,0.1,0.8,1.3,0.7,2.2,3.7,0.9,1.1,2.6,5.5,1.0,4.4,40.8,1.6,47.8,1.7,9703,9652,52 +GM0200,Apeldoorn,NEE,157315,77615,79700,17,11,25,29,18,44,43,7,6,463,68400,34,31,35,2.3,8,8,1,1,1,3,3,76035,1.1,224,9410,6850,60285,15750,26340,49695,5.6,0.4,1.0,3.0,5.6,0.4,1.0,1.8,0.8,2.5,19.5,44.1,0.9,2.4,20.2,47.3,2.1,2.9,3.7,2.0,19.9,2.0,34115,33988,127 +GM0202,Arnhem,NEE,149825,74360,75465,17,13,31,26,14,55,32,9,4,1529,75410,47,24,28,2.0,12,18,2,2,2,5,7,60540,0.8,618,5940,4465,47675,12865,17925,42615,2.5,1.4,3.0,7.5,4.7,0.9,1.8,4.1,0.6,2.4,16.3,33.9,0.6,2.5,15.8,36.2,1.8,2.2,4.1,2.2,22.0,2.3,10154,9796,358 +GM0203,Barneveld,NEE,53750,26715,27030,22,14,24,24,15,45,47,4,5,305,19610,26,30,44,2.7,4,4,0,0,0,1,2,25360,1.3,144,5740,2480,20225,5135,7215,18145,4.5,1.1,1.9,6.4,16.3,0.0,0.0,1.7,1.2,0.8,3.7,5.9,1.2,1.4,6.6,9.8,1.4,3.4,15.8,2.1,34.8,2.3,17669,17600,69 +GM0209,Beuningen,NEE,25325,12630,12690,17,12,23,33,15,43,45,7,5,580,10445,26,32,42,2.4,8,4,0,0,1,0,2,12775,1.2,293,1335,1210,10435,2340,4125,8645,7.9,0.0,1.6,6.5,8.6,0.0,1.3,2.0,0.8,2.5,8.4,14.9,0.9,1.1,3.7,9.2,2.5,6.5,7.5,1.6,7.3,2.5,4709,4364,345 +GM0213,Brummen,NEE,21245,10500,10745,16,11,21,31,21,40,48,6,6,253,9065,28,36,36,2.3,6,5,0,0,0,3,2,10820,1.2,129,1340,1180,8935,1885,3080,7740,7.3,0.0,1.4,4.4,10.3,0.0,0.5,3.4,0.8,1.2,2.7,4.8,0.8,1.5,3.3,5.2,1.2,4.5,9.5,1.3,24.1,1.5,8501,8396,106 +GM0214,Buren,NEE,25940,12975,12960,18,11,23,32,16,41,49,5,5,193,10210,23,36,42,2.5,5,2,0,0,0,0,1,14455,1.4,108,3035,1470,11310,3145,4740,9715,8.4,0.1,0.7,5.9,9.9,0.1,0.4,1.4,1.3,0.6,1.5,4.3,1.4,0.5,1.5,4.9,1.2,7.3,24.0,5.0,32.5,2.0,14292,13426,866 +GM0216,Culemborg,NEE,27680,13745,13935,19,12,25,29,15,46,42,7,5,941,11615,31,29,40,2.4,8,13,7,1,1,1,3,12060,1.0,410,1315,910,9490,2575,4275,7785,1.7,1.0,1.1,6.5,16.6,0.0,0.0,2.5,0.6,3.4,10.6,13.2,0.5,5.0,17.1,21.1,1.7,1.6,22.1,1.9,26.5,1.5,3114,2941,173 +GM0221,Doesburg,NEE,11540,5645,5890,16,11,23,31,20,41,44,9,6,998,5150,33,32,36,2.2,10,10,0,0,1,7,2,5495,1.1,475,550,480,4455,1040,1525,3970,6.9,0.0,1.3,6.8,10.6,0.0,0.3,4.8,0.8,0.9,2.9,3.4,0.7,1.6,5.6,7.6,1.2,6.4,19.1,1.2,35.2,1.3,1296,1156,139 +GM0222,Doetinchem,NEE,56415,27865,28545,17,11,25,30,18,45,43,7,6,714,24555,32,32,36,2.3,7,6,0,0,0,3,2,27645,1.1,350,3605,2420,22560,5085,9065,18580,3.3,1.5,2.0,4.2,3.7,0.8,1.0,2.2,0.8,1.5,7.5,14.7,0.9,1.3,7.0,13.5,1.5,1.8,24.7,2.3,39.2,2.4,7966,7907,59 +GM0225,Druten,NEE,18200,9035,9165,19,11,24,30,15,46,44,6,4,483,7135,24,33,42,2.6,6,6,0,0,0,3,2,9010,1.3,239,1590,795,7035,1975,2780,6225,2.2,0.9,1.9,4.9,17.6,0.0,0.0,2.6,1.4,1.0,3.9,5.0,1.4,0.8,3.1,4.5,2.2,14.3,18.4,2.0,17.3,2.1,4246,3768,478 +GM0226,Duiven,NEE,25555,12515,13035,18,12,22,33,15,42,46,7,5,753,10440,26,31,44,2.4,8,4,0,0,1,1,2,12390,1.2,365,1525,1220,10290,2100,4360,8030,5.1,0.4,2.0,5.6,5.1,0.4,2.0,3.0,0.9,1.2,7.7,13.0,0.7,1.8,11.8,22.4,2.1,1.6,10.6,2.0,26.7,1.8,3519,3391,127 +GM0228,Ede,NEE,109820,53875,55945,19,14,24,27,16,45,44,6,5,345,45560,34,29,37,2.4,7,7,2,0,1,2,3,51780,1.1,163,8275,4385,40795,10985,15595,36185,4.3,0.8,2.3,5.5,5.1,0.7,0.9,1.5,1.2,1.2,8.2,17.0,0.9,1.6,8.9,20.1,1.5,3.0,4.6,2.1,32.8,1.7,31862,31825,37 +GM0230,Elburg,NEE,22510,11135,11370,20,12,25,26,17,41,49,5,5,353,8690,25,33,42,2.6,3,2,0,0,0,0,1,10850,1.2,170,1430,920,8450,2400,3030,7815,14.2,0.0,0.0,4.3,20.3,0.0,0.0,0.3,1.1,0.7,1.5,3.2,1.2,1.6,3.3,6.5,0.8,4.7,20.6,1.1,15.7,2.6,6591,6382,209 +GM0232,Epe,NEE,32385,15975,16410,16,11,21,30,22,39,48,6,7,207,13660,30,34,36,2.4,6,5,0,0,0,3,1,16890,1.2,108,2215,1495,13485,3405,4630,12260,4.6,0.6,1.6,2.9,17.4,0.0,0.0,0.9,0.9,1.9,5.6,8.6,1.2,1.5,4.5,6.0,2.3,10.1,13.9,1.9,22.6,1.9,15737,15630,107 +GM0233,Ermelo,NEE,26120,12885,13235,16,13,21,29,21,42,46,6,6,305,11005,34,32,34,2.4,6,4,0,0,0,1,2,12430,1.1,145,1815,1155,10010,2420,3640,8790,6.1,0.1,1.0,3.4,6.1,0.1,1.0,1.0,1.3,0.5,3.4,7.4,1.1,1.1,5.4,11.3,1.5,1.9,26.1,1.8,17.7,2.0,8733,8562,170 +GM0236,Geldermalsen,NEE,26240,13005,13230,20,12,23,29,16,43,47,5,5,263,10290,25,33,42,2.5,5,3,1,0,0,0,2,13430,1.3,134,2745,1170,10190,3235,4955,8475,9.5,0.1,0.4,4.3,13.3,0.0,0.0,1.2,1.7,0.6,2.3,3.8,0.8,1.3,4.1,7.1,1.0,2.7,26.3,1.8,27.0,2.0,10173,9990,183 +GM0241,Groesbeek,NEE,19010,9320,9685,14,12,21,31,22,42,45,6,7,431,8010,31,33,36,2.4,10,2,0,0,0,0,2,9535,1.2,216,980,805,8110,1425,2685,6850,8.6,0.1,1.1,4.0,8.6,0.1,1.0,2.8,0.8,1.3,6.5,12.5,0.9,0.7,4.9,9.7,0.9,5.3,9.8,1.7,13.4,1.8,4414,4414,0 +GM0243,Harderwijk,NEE,45650,22460,23185,19,12,28,26,15,44,44,7,5,1181,19090,31,30,39,2.4,6,10,3,0,0,5,3,20375,1.1,527,2625,1730,15895,4480,6340,14035,2.3,0.9,1.0,1.9,2.3,0.9,1.0,1.0,1.1,0.8,4.6,7.9,0.8,1.8,12.4,19.4,1.6,2.4,25.4,2.4,12.9,2.2,4827,3864,963 +GM0244,Hattem,NEE,11770,5755,6015,18,11,22,28,20,40,50,4,6,510,4825,27,35,38,2.4,4,3,0,0,0,0,2,5600,1.2,243,610,595,4450,1150,1655,3945,7.0,0.0,1.9,5.0,7.0,0.0,1.8,2.0,0.7,1.1,2.8,5.4,0.9,0.6,1.9,5.6,2.4,5.5,6.5,1.2,30.5,1.2,2416,2307,108 +GM0246,Heerde,NEE,18400,9045,9355,17,11,23,29,20,38,51,5,6,234,7420,25,36,38,2.5,3,2,0,0,0,0,1,9325,1.3,118,1185,1040,7400,1920,2560,6765,3.4,0.7,1.7,4.8,15.8,0.0,0.0,1.8,1.0,1.5,3.6,5.2,1.1,0.7,2.0,3.1,3.5,7.8,15.2,1.4,25.1,1.4,8042,7874,168 +GM0252,Heumen,NEE,16455,8160,8290,18,11,19,32,20,42,46,7,5,413,6785,27,34,39,2.4,9,3,0,0,0,0,2,8215,1.2,206,800,610,6595,1620,2660,5555,6.4,0.3,1.8,4.3,6.4,0.3,1.8,3.0,0.9,2.2,6.8,14.5,0.5,1.9,5.4,13.6,0.5,4.1,9.0,1.3,8.4,1.6,4154,3982,171 +GM0262,Lochem,NEE,33305,16340,16965,16,10,19,31,24,40,48,6,7,156,14095,29,38,34,2.4,6,4,1,0,0,1,2,17815,1.3,84,2175,2010,14100,3710,5200,12615,5.2,0.5,0.9,3.8,13.1,0.0,0.3,1.5,1.3,0.9,2.5,4.9,1.1,1.0,3.3,5.8,1.0,4.6,12.3,2.6,16.0,2.1,21594,21314,280 +GM0263,Maasdriel,NEE,24090,12160,11930,18,11,24,31,16,43,46,6,6,364,9675,26,33,42,2.5,6,2,1,0,0,0,1,12700,1.3,192,2880,1200,9255,3445,4115,8585,8.8,0.0,1.0,4.0,14.2,0.0,0.1,1.7,1.3,1.0,2.6,5.8,1.2,1.1,3.0,7.1,1.0,7.7,12.9,2.4,13.4,2.5,7546,6612,934 +GM0265,Millingen aan de Rijn,NEE,5925,2945,2980,17,11,22,33,17,42,46,6,6,686,2515,28,34,38,2.4,12,3,0,0,0,0,2,2905,1.2,336,255,280,2425,480,820,2090,17.4,0.0,0.0,1.9,17.4,0.0,0.0,1.2,0.7,0.9,1.0,1.0,0.7,0.9,1.0,1.0,1.6,16.5,16.6,0.8,21.8,0.8,1027,864,163 +GM0267,Nijkerk,NEE,40355,20090,20260,20,12,25,27,16,42,47,5,5,582,15985,27,32,41,2.5,5,5,2,0,0,1,2,19495,1.2,281,3125,1780,15855,3640,6420,13075,2.6,1.5,2.3,7.7,11.1,0.0,0.3,2.6,1.0,0.7,3.5,9.6,0.8,1.4,5.4,10.8,1.3,2.0,11.1,1.6,31.2,1.9,7201,6939,262 +GM0268,Nijmegen,NEE,166380,79620,86760,14,18,29,25,14,58,30,8,4,3103,90085,54,23,24,1.8,12,13,2,1,1,3,5,62650,0.7,1169,5455,4575,50775,11875,16500,46150,2.8,1.5,2.8,5.2,3.1,1.4,2.0,2.3,0.6,2.4,17.2,37.4,0.6,2.5,18.3,41.6,2.0,2.0,3.5,1.6,5.0,2.4,5760,5361,398 +GM0269,Oldebroek,NEE,22775,11475,11300,19,13,24,28,16,41,51,4,5,233,8650,23,34,44,2.6,3,2,0,0,0,0,1,10865,1.3,111,1975,1060,8315,2550,3055,7810,11.1,0.0,0.6,4.9,12.4,0.0,0.5,1.9,1.4,0.8,2.0,3.5,1.3,1.6,3.4,5.7,1.4,3.6,11.8,1.6,23.1,2.5,9884,9766,117 +GM0273,Putten,NEE,23970,11900,12070,19,13,24,27,17,41,49,5,5,281,9345,27,32,41,2.6,5,3,0,0,0,0,2,11550,1.2,136,2110,930,9660,1890,3255,8295,9.4,0.0,0.8,5.1,11.6,0.0,0.1,1.1,1.3,0.7,4.2,6.5,1.4,0.6,3.5,5.7,0.8,3.0,22.0,2.0,23.0,2.0,8750,8519,232 +GM0274,Renkum,NEE,31565,15290,16275,16,10,19,31,25,41,44,7,7,687,14085,35,34,31,2.2,9,5,0,0,0,1,2,15740,1.1,342,1295,1365,12985,2755,5050,10690,7.1,0.0,1.5,6.8,8.8,0.0,0.7,3.4,0.6,2.3,5.7,13.3,0.6,3.2,7.7,17.8,1.2,3.9,7.1,1.3,26.8,1.0,4723,4597,126 +GM0275,Rheden,NEE,43680,21300,22375,15,11,21,29,24,42,43,8,8,534,20540,39,32,30,2.1,9,6,1,0,0,2,2,20765,1.0,254,1785,1795,17235,3530,5905,14860,2.2,1.0,2.4,6.4,6.8,0.6,1.4,4.1,0.8,1.7,6.3,13.2,0.5,2.4,9.0,15.6,0.8,1.3,10.0,2.8,28.8,1.2,8435,8176,259 +GM0277,Rozendaal,NEE,1500,745,755,18,9,14,31,27,35,56,4,5,54,625,22,42,36,2.4,10,4,0,1,1,0,3,875,1.4,31,45,70,710,165,300,570,3.0,1.8,3.0,6.0,3.0,1.8,2.0,3.0,1.3,0.2,11.0,24.7,0.8,1.9,13.8,25.9,0.4,2.2,5.9,1.8,27.0,1.6,2792,2790,2 +GM0279,Scherpenzeel,NEE,9400,4640,4760,21,13,25,24,17,43,47,4,5,682,3590,27,31,42,2.6,4,2,0,0,0,0,1,4470,1.2,324,840,445,3765,705,1420,3050,9.7,0.0,0.7,7.1,15.1,0.0,0.0,3.0,0.8,1.7,2.9,4.6,0.7,1.6,2.9,3.4,0.8,8.3,14.2,1.1,31.3,1.5,1381,1379,3 +GM0281,Tiel,NEE,41750,20775,20975,19,12,27,28,15,45,42,8,5,1295,17745,32,29,39,2.4,9,15,5,0,1,6,3,20900,1.2,648,3425,1580,15920,4980,8210,12690,2.4,1.0,1.2,4.0,2.4,1.0,1.0,1.0,1.4,1.3,6.8,9.8,0.7,1.6,7.8,12.5,1.7,1.5,30.2,2.3,33.5,1.9,3481,3225,256 +GM0282,Ubbergen,NEE,9505,4700,4800,16,10,20,32,23,43,44,6,7,282,4360,37,33,31,2.2,11,2,0,0,0,0,1,4710,1.1,140,535,400,3935,775,1235,3475,8.2,0.1,1.8,3.8,8.2,0.1,1.3,2.0,0.9,0.8,2.1,8.3,0.8,1.0,3.2,11.3,1.1,7.2,7.7,1.8,12.7,3.3,3888,3371,518 +GM0285,Voorst,NEE,23725,11880,11840,16,12,20,32,20,43,47,5,6,193,9495,26,36,38,2.5,5,2,0,0,0,1,1,12130,1.3,99,1845,1285,9735,2395,3385,8750,9.0,0.0,0.7,3.7,9.1,0.0,0.7,2.6,1.7,0.8,2.6,7.3,1.1,1.3,3.5,6.7,0.9,2.6,6.8,3.3,10.8,1.8,12647,12308,339 +GM0289,Wageningen,NEE,37405,18020,19385,13,20,30,23,14,58,31,6,5,1228,21130,59,21,20,1.8,14,12,1,0,1,0,10,12630,0.6,414,1050,885,10425,2205,3525,9105,1.6,1.0,2.1,5.6,7.3,0.0,1.0,1.6,0.6,3.4,15.1,20.7,0.6,2.4,10.8,19.1,1.1,6.5,7.4,1.4,24.9,1.7,3236,3047,189 +GM0293,Westervoort,NEE,15200,7525,7670,16,13,23,34,14,43,44,8,4,2167,6480,28,31,41,2.3,10,7,1,1,1,1,4,7090,1.1,1011,580,765,5955,1135,2080,5010,5.6,0.2,4.0,6.1,5.6,0.2,3.0,3.1,0.9,1.0,4.8,15.1,0.5,3.3,9.3,20.2,2.7,1.7,7.6,1.6,24.3,4.0,784,701,82 +GM0294,Winterswijk,NEE,28965,14415,14550,17,11,23,30,20,43,44,6,7,210,12605,32,33,35,2.3,9,5,1,0,0,1,3,13570,1.1,98,2000,1225,11425,2145,3435,10140,2.8,0.9,1.1,3.9,2.8,0.9,1.0,1.0,1.1,2.3,9.7,11.4,1.3,1.0,5.9,7.2,1.2,2.2,38.2,2.3,38.8,2.7,13881,13796,85 +GM0296,Wijchen,NEE,41005,20230,20770,18,11,24,30,17,44,45,6,5,619,17060,28,32,40,2.4,7,4,0,0,1,1,2,20375,1.2,307,2765,1670,16475,3900,6570,13810,9.2,0.0,0.8,5.2,9.8,0.0,0.7,2.9,1.1,0.8,5.5,8.7,1.0,1.0,6.4,10.2,1.5,2.9,11.4,1.8,6.2,2.3,6956,6629,327 +GM0297,Zaltbommel,NEE,26950,13500,13450,21,12,25,27,16,44,46,5,5,338,10420,26,31,42,2.6,5,5,3,0,0,0,2,13145,1.3,165,2590,1050,9550,3595,4215,8930,5.4,0.6,0.7,3.5,16.1,0.0,0.0,1.3,2.2,0.7,2.2,3.6,2.1,1.3,2.7,4.3,1.4,5.6,17.4,2.6,17.9,1.6,8904,7964,941 +GM0299,Zevenaar,NEE,32405,15945,16460,16,10,24,30,20,41,46,7,6,608,14420,31,35,34,2.2,10,4,0,0,1,2,2,16465,1.1,309,1710,1530,13595,2870,5300,11165,3.3,0.8,1.6,6.5,3.3,0.8,1.5,4.0,0.9,1.1,5.3,9.8,0.9,1.6,6.5,13.1,1.2,2.9,15.0,1.7,29.8,1.8,5800,5327,473 +GM0301,Zutphen,NEE,47240,23065,24175,18,11,25,30,17,46,40,9,5,1153,21335,37,29,34,2.2,9,7,1,0,1,3,2,19985,0.9,488,1895,1720,16275,3710,5780,14210,3.3,0.9,1.0,4.1,3.3,0.9,1.0,2.1,0.7,1.4,8.0,12.9,0.6,1.8,11.3,18.8,0.9,2.5,2.5,1.6,17.1,1.9,4293,4099,195 +GM0302,Nunspeet,NEE,26625,13130,13495,19,13,23,27,18,42,48,5,6,207,10210,27,32,41,2.6,3,2,0,0,0,0,2,12595,1.2,98,2060,1020,9965,2630,3485,9110,13.6,0.0,0.0,2.2,14.0,0.0,0.0,1.0,2.8,0.3,1.9,2.6,2.8,0.7,3.2,3.8,2.0,3.4,25.5,1.8,21.6,1.7,12953,12879,74 +GM0303,Dronten,NEE,40680,20625,20055,19,14,25,27,15,45,45,6,4,122,17325,32,31,37,2.3,7,8,1,0,1,1,4,19335,1.1,58,2525,1855,13815,5520,6345,12990,5.7,1.2,1.7,3.9,17.9,0.0,0.0,1.0,2.3,0.6,2.3,4.0,1.3,1.0,4.2,6.7,1.3,5.1,18.7,2.2,4.9,2.6,42389,33373,9017 +GM0304,Neerijnen,NEE,12020,6055,5965,21,11,24,28,15,43,47,5,5,182,4600,23,34,43,2.6,4,2,1,0,0,0,1,6415,1.4,97,1775,615,4700,1715,2170,4245,10.3,0.0,0.4,3.9,13.8,0.0,0.2,1.2,4.2,0.2,0.3,0.8,2.2,0.4,0.6,1.9,2.5,8.3,23.8,3.2,24.4,2.9,7290,6602,688 +GM0307,Amersfoort,NEE,149660,73525,76135,21,11,29,26,13,50,39,7,4,2383,64770,36,26,38,2.3,9,14,3,1,1,4,5,87885,1.4,1399,12845,5630,61830,26060,47485,40400,3.5,0.9,2.9,11.2,3.6,0.9,1.1,5.5,0.5,4.6,31.3,66.3,0.5,4.2,27.0,59.6,1.5,2.4,4.2,1.3,25.9,2.3,6386,6282,105 +GM0308,Baarn,NEE,24275,11675,12600,17,10,22,30,21,45,40,8,6,747,11055,39,29,32,2.2,9,7,1,1,1,2,3,11570,1.0,356,1060,965,9615,1955,3670,7900,1.9,1.4,3.4,11.5,1.9,1.0,2.4,7.5,0.7,1.4,4.7,8.6,1.0,1.6,5.1,10.2,1.3,1.7,8.5,1.3,20.3,1.5,3301,3251,50 +GM0310,De Bilt,NEE,42030,19990,22040,17,11,20,30,22,44,42,7,7,634,18830,37,29,33,2.2,10,6,2,0,1,0,3,20270,1.1,306,2055,1385,16885,3385,6500,13770,4.9,1.0,4.7,15.3,5.4,0.9,3.6,9.5,0.8,2.0,9.1,29.1,0.8,2.6,12.2,30.3,1.6,2.4,8.5,2.3,9.4,1.3,6713,6629,84 +GM0312,Bunnik,NEE,14560,7195,7370,18,11,20,30,20,44,46,5,5,394,6190,31,33,37,2.4,8,4,1,0,1,0,2,7305,1.2,198,925,530,5775,1530,2805,4500,4.8,1.0,5.2,13.1,5.4,1.0,3.6,6.5,0.7,2.1,4.7,15.6,0.6,2.5,5.4,22.2,0.8,2.5,10.3,2.8,13.7,1.7,3757,3698,59 +GM0313,Bunschoten,NEE,20315,10180,10135,21,13,27,25,14,42,50,4,4,667,7440,23,30,48,2.7,4,4,0,0,0,2,2,8665,1.2,285,1590,550,7515,1150,3525,5145,8.7,0.0,2.4,7.0,8.8,0.0,1.5,4.0,1.0,1.0,3.0,4.0,1.9,0.2,1.0,2.2,1.8,9.1,11.8,1.2,28.4,1.4,3481,3044,437 +GM0317,Eemnes,NEE,8795,4365,4425,19,11,22,32,17,44,44,8,4,283,3600,27,31,42,2.4,8,5,0,0,0,0,3,4630,1.3,149,815,430,3855,775,1690,2940,5.0,0.6,3.1,8.3,5.0,0.6,3.0,4.2,1.0,0.5,3.4,8.1,0.7,1.2,7.5,12.1,1.1,6.8,7.8,1.0,23.0,1.1,3370,3105,265 +GM0321,Houten,NEE,48430,23895,24530,21,12,25,31,11,48,43,6,3,878,18910,26,28,47,2.6,7,6,1,0,2,0,3,44495,2.4,807,6205,1625,28020,16470,31720,12775,2.5,1.0,3.6,12.0,8.9,0.0,2.4,6.0,1.0,1.5,13.4,19.2,0.7,2.8,21.2,31.6,2.0,2.3,10.8,1.6,15.2,1.7,5899,5515,383 +GM0327,Leusden,NEE,28970,14185,14785,18,11,22,31,18,42,46,7,5,494,12165,28,33,38,2.4,8,4,0,0,1,0,3,14395,1.2,245,1115,1460,11770,2625,4905,9490,7.3,0.0,1.1,9.7,7.7,0.0,0.9,3.4,1.0,1.1,6.5,18.4,0.7,1.7,9.5,18.8,2.2,6.0,6.4,1.3,27.6,1.9,5889,5864,25 +GM0331,Lopik,NEE,13990,7115,6875,20,13,24,29,14,46,45,5,4,185,5280,26,30,45,2.6,3,3,1,0,0,0,2,6765,1.3,89,1950,725,5485,1280,2310,4455,12.1,0.0,0.3,5.2,12.1,0.0,0.3,3.6,2.2,0.4,1.1,2.3,1.9,1.2,2.7,5.5,1.6,14.9,15.3,2.0,24.2,2.3,7898,7575,323 +GM0335,Montfoort,NEE,13620,6840,6780,20,12,24,28,16,46,45,5,4,362,5355,25,32,43,2.5,5,4,1,0,0,0,2,6325,1.2,168,1225,560,5155,1170,2195,4135,6.5,0.3,1.5,8.5,6.6,0.3,1.0,5.5,0.8,1.0,2.6,7.7,0.9,1.1,3.7,9.7,0.6,6.9,6.9,0.9,17.4,1.0,3820,3768,52 +GM0339,Renswoude,NEE,4890,2445,2450,23,13,27,24,13,45,47,4,4,266,1810,23,32,45,2.7,3,2,0,0,0,0,1,2460,1.4,134,650,250,1995,465,725,1735,7.3,0.0,2.0,6.8,11.5,0.0,0.0,1.8,1.8,0.1,1.3,5.9,2.0,0.1,1.0,4.7,0.7,4.5,12.1,1.1,35.4,1.0,1851,1842,9 +GM0340,Rhenen,NEE,19045,9430,9615,20,11,23,27,19,43,46,6,5,453,7645,28,34,38,2.5,5,5,2,0,0,0,2,9325,1.2,222,1285,800,7665,1660,3015,6310,6.5,0.1,1.9,6.4,11.8,0.0,0.1,2.0,1.0,0.9,1.8,4.3,0.9,1.3,3.2,5.5,0.6,2.6,14.0,1.2,31.8,1.3,4376,4208,168 +GM0342,Soest,NEE,45505,22195,23315,18,11,22,29,20,43,43,8,6,984,19910,34,31,35,2.3,9,11,1,1,1,5,3,22565,1.1,488,2410,1895,18660,3905,7440,15120,2.1,1.2,3.3,12.3,5.4,0.4,2.3,8.0,0.9,1.2,8.0,15.0,0.7,1.5,9.8,17.0,1.6,2.2,7.5,1.7,18.0,1.5,4643,4625,18 +GM0344,Utrecht,NEE,321915,156220,165690,17,16,37,20,10,63,28,6,3,3415,167005,53,22,26,1.9,11,22,9,1,2,4,5,132205,0.8,1403,15785,7215,95495,36710,59360,72845,2.3,2.3,6.7,13.2,3.5,1.4,4.0,7.9,0.5,5.4,39.0,85.3,0.6,4.3,32.0,75.3,2.0,1.9,4.0,1.1,5.8,1.7,9921,9426,494 +GM0345,Veenendaal,NEE,63030,30955,32075,20,12,26,26,15,44,46,6,5,3232,25850,30,31,39,2.4,6,11,5,1,0,1,3,28835,1.1,1479,3305,2080,23410,5425,10670,18165,2.0,1.0,1.9,6.1,8.4,0.0,0.9,1.1,0.9,1.0,8.6,12.5,0.6,1.9,13.2,20.4,1.5,1.5,10.0,1.9,35.7,1.9,1972,1950,22 +GM0351,Woudenberg,NEE,12320,6160,6155,21,12,24,26,17,44,47,4,5,337,4765,27,32,41,2.6,4,4,0,0,0,0,3,5925,1.2,162,1110,615,4890,1035,1930,3990,9.3,0.0,0.9,10.2,12.0,0.0,0.0,3.7,1.0,0.7,2.0,3.1,0.8,2.0,4.9,7.3,0.6,5.1,10.4,1.1,26.1,1.5,3682,3653,29 +GM0352,Wijk bij Duurstede,NEE,23035,11385,11650,18,12,23,33,14,43,46,7,4,484,9390,26,33,42,2.5,6,4,1,0,1,0,2,11205,1.2,236,1225,1040,9330,1880,3525,7685,7.8,0.1,1.2,8.4,14.3,0.0,0.0,4.5,1.1,1.2,3.3,4.9,0.9,2.1,7.3,10.6,1.7,10.5,21.5,1.1,26.0,1.2,5025,4755,270 +GM0353,IJsselstein,NEE,34255,16680,17570,20,12,27,28,13,48,41,7,4,1623,14055,29,28,42,2.4,7,12,4,1,3,1,3,14465,1.0,685,1405,1270,12020,2445,5690,8775,4.2,0.9,1.4,11.1,4.2,0.9,1.0,6.1,0.6,1.7,9.3,15.9,0.5,3.4,15.2,24.2,1.6,11.1,12.2,1.3,16.0,1.6,2168,2110,58 +GM0355,Zeist,NEE,61420,29675,31740,18,12,24,27,19,48,39,8,6,1266,27910,41,27,32,2.2,10,13,6,1,1,1,4,40005,1.4,825,3775,1885,27800,12205,21930,18070,3.1,1.3,4.4,14.7,3.1,1.3,3.6,8.9,0.7,2.4,14.6,26.0,0.6,3.1,20.8,38.5,1.9,3.9,11.1,1.9,13.0,2.5,4865,4851,14 +GM0356,Nieuwegein,NEE,60895,30155,30740,16,11,26,30,16,45,42,8,4,2576,27410,34,30,35,2.2,10,14,3,1,4,1,5,27765,1.0,1175,2975,2195,23125,4640,10285,17485,2.5,1.0,3.6,12.1,2.5,1.0,2.6,6.8,0.7,1.5,9.7,21.3,0.5,2.7,15.6,31.0,1.7,7.5,8.5,2.4,13.2,1.9,2565,2364,201 +GM0358,Aalsmeer,NEE,30615,15175,15440,20,11,26,27,17,46,43,6,5,1501,12450,28,30,42,2.5,10,6,1,0,1,0,3,15535,1.2,762,2070,1395,13620,1910,5980,9550,6.8,0.0,2.2,15.9,9.6,0.0,1.2,10.0,0.8,1.3,5.8,16.1,0.7,1.4,5.5,15.8,1.1,8.3,9.5,2.7,19.3,2.9,3229,2040,1189 +GM0361,Alkmaar,NEE,94505,46550,47955,16,11,28,28,16,49,37,9,5,3228,44890,40,28,32,2.1,10,13,2,1,1,3,5,41885,0.9,1431,5155,3560,33845,8035,14845,27040,3.1,0.8,2.0,4.1,3.1,0.8,1.0,1.2,0.6,2.0,13.2,28.9,0.6,1.9,12.7,28.8,1.1,2.1,2.8,1.3,4.1,1.7,3120,2928,192 +GM0362,Amstelveen,NEE,84380,40225,44150,17,12,26,27,19,48,39,7,6,2037,40865,44,24,32,2.1,19,18,1,1,3,1,12,34755,0.9,839,2040,2125,30340,4415,13615,21135,2.3,2.3,6.7,15.7,2.3,2.3,5.8,11.2,0.6,3.1,24.2,53.7,0.6,2.4,19.4,43.1,1.4,5.8,5.8,1.8,11.4,3.1,4408,4143,266 +GM0363,Amsterdam,NEE,799275,393260,406015,16,13,35,25,12,62,25,9,3,4819,436825,55,20,25,1.8,16,35,9,2,9,5,11,228765,0.5,1379,23750,17345,180205,48555,72520,156245,2.2,2.5,7.1,15.7,2.4,2.4,6.4,11.9,0.4,9.3,68.7,152.9,0.4,5.7,42.6,96.0,2.0,2.5,3.8,1.2,6.8,1.7,21932,16588,5345 +GM0365,Graft-De Rijp,NEE,6430,3225,3200,18,11,20,31,20,43,46,6,5,322,2635,27,35,38,2.4,5,3,0,0,1,0,2,3190,1.2,160,480,405,2625,565,1010,2175,12.1,0.0,0.1,7.1,12.7,0.0,0.0,3.3,1.7,0.3,0.8,1.5,1.1,0.9,1.7,3.1,1.0,11.2,15.7,1.7,16.9,1.5,2176,1994,182 +GM0370,Beemster,NEE,8785,4395,4390,17,12,21,32,19,44,45,5,5,124,3625,28,34,38,2.4,6,3,0,0,1,0,2,4485,1.2,64,1175,605,3560,920,1475,3005,7.1,0.3,0.9,6.9,7.1,0.3,0.9,4.3,1.6,0.4,3.1,5.8,1.4,0.7,2.6,7.3,1.5,6.6,15.6,1.9,17.7,1.6,7207,7057,149 +GM0373,"Bergen (NH,)",NEE,30330,14680,15650,14,10,17,32,27,40,44,8,7,312,13650,35,34,31,2.2,9,3,0,0,0,0,2,15275,1.1,157,1700,1495,12730,2545,4675,10595,8.3,0.0,0.8,3.6,8.3,0.0,0.8,1.4,1.4,0.4,1.6,7.8,0.7,1.4,4.8,11.1,1.4,6.5,7.7,1.6,7.0,1.2,11946,9712,2234 +GM0375,Beverwijk,NEE,40070,19860,20210,17,11,28,27,16,47,39,9,6,2188,18370,38,28,35,2.2,11,13,1,0,1,5,5,17570,1.0,959,2740,1645,15155,2415,5270,12300,2.1,1.8,3.5,8.0,2.1,1.0,1.9,5.0,0.8,1.3,7.2,12.3,0.6,2.6,12.9,21.9,1.6,1.7,13.1,1.3,11.5,1.3,2009,1832,177 +GM0376,Blaricum,NEE,9105,4390,4715,16,9,16,34,25,38,48,8,6,817,4075,32,35,33,2.2,12,6,1,0,1,0,3,5430,1.3,487,360,320,4515,915,2035,3395,4.0,0.6,2.1,6.7,4.0,0.6,2.1,4.6,0.8,0.7,8.0,17.5,0.6,1.3,9.5,22.4,1.3,7.6,8.5,2.6,24.3,1.1,1556,1115,441 +GM0377,Bloemendaal,NEE,22195,10535,11660,18,10,15,32,26,41,45,7,7,558,9365,32,33,35,2.4,13,4,0,1,0,0,3,11625,1.2,292,520,695,10135,1490,4080,7545,4.2,1.5,4.6,10.9,5.3,0.6,2.4,5.2,0.6,1.8,15.4,44.7,0.5,2.8,22.6,60.1,1.2,1.8,5.3,1.6,5.2,2.3,4519,3977,543 +GM0381,Bussum,NEE,32630,15550,17080,19,10,24,27,20,48,38,8,6,4036,14855,41,26,33,2.2,12,8,2,1,1,1,4,14565,1.0,1802,1035,1035,12410,2155,4445,10120,3.3,1.0,2.1,7.9,3.3,1.0,2.1,4.5,0.4,4.5,20.2,31.5,0.4,3.8,19.7,29.9,1.4,1.6,6.3,1.0,20.2,1.2,815,808,7 +GM0383,Castricum,NEE,34400,16845,17555,16,12,19,30,22,43,45,6,6,695,14870,32,33,35,2.3,7,3,0,0,0,0,2,15645,1.1,316,1715,1770,13540,2105,4975,10670,6.9,0.0,2.0,6.8,9.0,0.0,0.9,4.0,0.8,1.0,3.0,7.7,0.6,2.1,7.0,13.9,1.5,2.5,11.2,1.1,11.3,1.2,6037,4951,1086 +GM0384,Diemen,NEE,25215,12225,12990,16,16,25,29,15,53,34,8,4,2103,12325,45,24,32,2.0,13,26,3,2,9,3,10,9525,0.8,795,1185,750,7875,1650,3735,5790,4.1,1.2,6.6,13.0,5.1,0.5,4.6,10.2,0.5,2.5,21.9,84.8,0.5,3.2,20.4,72.1,1.1,0.9,4.0,1.2,2.9,1.1,1404,1199,205 +GM0385,Edam-Volendam,NEE,28755,14350,14400,19,12,25,28,16,44,47,5,5,1765,11375,26,30,44,2.5,4,4,1,0,0,0,2,10350,0.9,635,2435,610,9025,1325,4595,5755,1.8,1.0,1.5,3.3,9.8,0.0,0.5,2.3,1.2,0.6,3.0,4.0,1.0,0.9,4.5,5.3,1.4,9.0,19.8,1.2,20.8,1.3,2478,1629,849 +GM0388,Enkhuizen,NEE,18315,9185,9130,17,11,26,29,17,45,42,9,5,1444,8300,35,31,33,2.2,8,6,1,0,1,2,3,7350,0.9,580,970,770,5925,1430,2125,5225,1.4,1.0,1.0,2.0,19.0,0.0,0.0,1.0,0.7,1.0,2.9,4.2,0.6,1.9,5.8,7.4,1.1,2.0,2.0,0.8,19.1,1.4,11625,1268,10356 +GM0392,Haarlem,NEE,153090,74655,78435,17,11,30,26,16,53,34,9,5,5239,74350,44,25,31,2.1,12,14,3,1,1,4,5,63240,0.9,2164,5850,5115,52425,10810,21970,41265,2.3,1.9,4.0,14.3,2.3,1.2,3.0,8.3,0.4,5.0,34.0,68.4,0.4,5.9,40.0,86.1,1.2,2.0,2.7,1.2,3.5,2.2,3209,2922,287 +GM0393,Haarlemmerliede en Spaarnwoude,NEE,5525,2730,2795,16,13,21,33,17,46,44,6,4,287,2330,28,31,41,2.4,8,6,0,0,2,1,3,2780,1.2,144,400,365,2370,405,1020,1760,5.4,0.5,2.9,16.8,5.4,0.5,2.6,11.4,0.8,1.0,2.3,19.9,0.8,1.3,3.7,23.4,2.2,3.1,6.2,1.3,8.0,1.0,2119,1927,192 +GM0394,Haarlemmermeer,NEE,144150,71710,72440,20,12,26,29,14,47,42,7,4,807,59390,29,28,43,2.4,10,13,2,1,3,1,6,95105,1.6,532,16040,6480,71060,24045,52765,42345,3.6,1.2,4.7,14.8,5.5,0.6,1.9,8.6,0.8,1.3,9.7,20.7,0.7,2.3,15.1,28.2,1.5,3.8,10.2,1.9,14.0,2.2,18529,17869,660 +GM0396,Heemskerk,NEE,39115,19210,19905,17,12,23,29,20,43,43,8,6,1438,16970,32,31,37,2.3,9,9,1,0,1,3,5,17475,1.0,642,1650,1660,15405,2070,5735,11740,2.0,1.7,3.1,7.6,4.5,0.7,1.1,4.9,0.9,0.8,7.4,12.7,0.7,1.5,12.9,26.0,2.0,2.5,14.8,1.5,13.9,1.5,3167,2721,446 +GM0397,Heemstede,NEE,26315,12370,13945,18,9,18,30,25,43,42,8,7,2856,11535,35,31,34,2.3,12,5,1,0,1,0,3,12780,1.1,1387,795,735,11215,1560,4640,8140,2.0,2.3,5.9,11.0,4.1,1.3,2.7,5.8,0.7,2.5,21.6,54.2,0.6,3.9,27.6,61.9,1.4,2.2,5.1,1.3,6.6,1.6,964,921,43 +GM0398,Heerhugowaard,NEE,52890,26615,26275,20,11,28,26,15,47,43,7,4,1380,21495,28,31,41,2.5,8,10,1,1,2,2,4,23900,1.1,623,2845,2435,19655,4245,7890,16010,2.1,1.0,1.7,4.0,9.3,0.0,0.7,2.0,0.6,1.9,15.3,26.3,0.6,2.3,16.0,27.9,1.8,2.6,8.6,2.0,10.9,1.9,3999,3833,166 +GM0399,Heiloo,NEE,22595,11130,11460,17,10,19,30,24,42,46,7,6,1208,9710,31,34,34,2.3,8,4,0,0,0,0,3,10250,1.1,548,930,955,8735,1515,3320,6930,4.5,0.7,1.0,5.0,4.5,0.7,1.0,2.0,0.7,1.4,8.3,16.3,0.6,1.6,8.7,15.8,3.0,1.5,5.6,1.3,5.5,2.0,1901,1871,30 +GM0400,Den Helder,NEE,56945,28190,28755,16,12,24,30,19,43,42,9,6,1263,27160,39,30,32,2.1,10,9,0,2,1,0,5,24100,0.9,535,2230,2445,20425,3680,7495,16605,4.1,0.7,1.0,2.0,4.1,0.7,1.0,1.0,0.9,1.2,5.7,8.2,0.7,1.7,7.3,10.2,1.8,2.8,3.6,1.2,38.6,2.1,17880,4509,13371 +GM0402,Hilversum,NEE,86015,41935,44080,17,11,27,27,19,49,37,8,6,1885,40865,42,27,31,2.1,12,12,3,1,1,3,5,41055,1.0,900,6105,2935,31310,9745,14505,26550,2.9,1.0,2.9,10.5,2.9,1.0,2.8,7.5,0.5,2.6,19.9,34.0,0.6,2.6,17.8,30.3,1.6,1.6,2.1,1.4,16.5,2.1,4635,4562,73 +GM0405,Hoorn,NEE,71360,35105,36255,18,12,27,28,15,48,39,9,4,3536,31720,35,28,37,2.2,8,13,2,1,3,2,5,29910,0.9,1482,4785,2760,24230,5680,10475,19435,2.9,0.9,1.0,2.7,2.9,0.9,1.0,1.1,0.8,1.5,11.7,23.6,0.6,2.2,16.1,32.5,1.9,1.8,2.9,1.5,3.6,1.7,5325,2018,3307 +GM0406,Huizen,NEE,41445,20165,21280,17,11,21,32,18,43,44,8,5,2622,18130,33,30,36,2.3,10,9,3,0,1,2,3,20545,1.1,1300,1845,1630,17120,3425,7795,12750,5.2,0.4,1.0,5.8,5.2,0.4,1.0,3.8,0.7,1.7,9.5,14.1,0.6,1.8,10.8,17.2,2.4,7.4,10.5,1.8,25.1,1.2,2332,1581,752 +GM0415,Landsmeer,NEE,10455,5010,5440,17,11,21,32,20,43,44,7,6,464,4445,28,32,40,2.4,8,6,0,0,2,0,3,5020,1.1,223,615,535,4305,715,1940,3080,4.9,0.7,2.9,13.6,4.9,0.7,2.9,10.6,0.7,2.7,5.5,15.3,0.6,3.6,7.4,19.4,1.9,7.9,9.4,1.0,12.5,0.9,2650,2254,397 +GM0416,Langedijk,NEE,26900,13430,13465,19,12,24,30,16,45,45,6,4,1122,10825,25,33,41,2.5,6,4,1,0,0,0,2,12870,1.2,537,1835,1535,10665,2205,3735,9135,5.1,0.5,1.5,3.0,9.6,0.0,0.5,1.0,1.0,1.0,6.2,19.1,0.7,1.9,8.5,21.2,1.4,3.9,8.8,1.7,10.7,2.2,2703,2397,306 +GM0417,Laren,NEE,10890,5080,5810,16,8,16,31,30,38,44,9,9,877,4880,37,33,31,2.2,13,4,0,0,0,0,3,6310,1.3,508,380,375,5345,960,2270,4040,2.9,1.1,3.0,7.2,2.9,1.1,3.0,4.2,0.6,1.6,6.4,21.7,0.6,2.9,9.7,22.1,1.1,5.2,5.3,1.0,21.1,1.1,1241,1241,0 +GM0420,Medemblik,NEE,43245,22030,21215,18,11,23,30,17,45,45,6,5,356,17720,28,33,39,2.4,6,3,0,0,0,1,2,20960,1.2,173,4655,2535,16505,4455,6110,14850,11.8,0.0,0.4,2.1,13.7,0.0,0.2,1.0,1.5,0.6,1.5,3.5,1.2,0.7,1.7,4.4,2.3,8.7,12.0,1.1,12.3,1.7,25756,12140,13616 +GM0424,Muiden,NEE,6390,3110,3280,18,10,18,33,20,43,43,8,5,442,2765,30,32,38,2.3,11,5,1,0,1,0,3,3205,1.2,222,290,275,2615,590,1075,2130,5.6,0.5,1.7,11.6,11.2,0.0,0.2,9.6,0.7,0.9,1.0,5.5,0.8,1.5,2.0,7.0,1.0,4.5,5.4,0.7,12.5,0.8,3649,1445,2204 +GM0425,Naarden,NEE,17260,8315,8945,21,9,20,29,21,44,43,7,6,806,7310,34,28,38,2.4,12,7,2,0,1,0,4,8760,1.2,409,660,500,7275,1485,3225,5535,5.1,0.5,1.8,8.1,5.1,0.5,1.5,5.2,0.7,1.9,16.1,24.4,0.6,2.4,17.0,25.0,1.4,2.0,8.4,1.4,18.0,1.7,3290,2142,1149 +GM0431,Oostzaan,NEE,9140,4465,4675,17,12,22,31,18,43,45,6,6,792,3855,28,32,40,2.4,6,5,0,0,1,1,3,4385,1.1,380,590,590,3810,580,1750,2640,5.2,0.3,2.8,14.9,5.2,0.3,2.8,11.7,0.9,0.6,3.6,15.9,0.5,2.0,6.9,21.4,1.3,5.5,5.5,0.9,13.7,0.8,1608,1154,453 +GM0432,Opmeer,NEE,11380,5725,5650,18,13,22,29,18,46,44,5,5,274,4595,28,32,40,2.5,4,2,0,0,0,0,1,5715,1.2,138,1110,795,4520,1200,1535,4180,11.2,0.0,0.1,3.7,12.8,0.0,0.0,1.7,1.3,0.5,1.5,3.7,0.9,2.2,7.3,10.9,1.2,5.5,12.9,1.6,11.4,1.7,4194,4154,41 +GM0437,Ouder-Amstel,NEE,13250,6455,6795,18,10,22,30,19,47,40,7,6,549,5815,35,28,37,2.3,12,10,1,1,3,0,5,5740,1.0,238,630,465,4925,810,2115,3625,4.2,1.5,6.4,13.4,4.2,1.5,5.8,9.4,0.7,1.5,9.1,55.1,0.6,2.5,10.8,39.9,1.3,3.7,4.0,0.9,6.9,1.0,2578,2412,166 +GM0439,Purmerend,NEE,79480,38885,40595,17,12,25,29,17,45,41,9,5,3423,34735,33,28,39,2.3,9,15,2,1,5,1,7,39215,1.1,1689,4905,3135,31235,7980,18760,20455,2.1,1.0,1.4,7.8,2.1,1.0,1.0,5.2,0.8,1.2,9.8,16.4,0.7,1.6,11.2,21.1,1.7,1.7,14.9,2.2,19.9,1.9,2456,2322,134 +GM0441,Schagen,NEE,46205,23125,23080,18,11,23,29,19,44,44,7,5,275,19650,31,33,36,2.4,7,3,0,0,0,0,2,22500,1.1,134,4015,2890,17965,4540,6490,16015,6.0,0.4,0.8,2.5,17.8,0.0,0.0,0.6,1.6,0.7,2.7,4.0,0.9,1.1,3.7,6.1,1.3,5.6,17.0,2.3,19.8,2.0,18728,16776,1952 +GM0448,Texel,NEE,13660,6765,6895,16,10,21,32,20,42,46,7,6,85,6140,34,34,31,2.2,7,3,0,0,0,0,2,6540,1.1,40,1780,815,5690,850,1500,5040,3.8,0.7,0.9,1.8,16.6,0.0,0.0,0.8,2.6,0.8,1.4,2.1,2.1,1.7,2.7,3.5,3.4,16.0,16.0,3.8,56.5,3.2,46316,16152,30164 +GM0450,Uitgeest,NEE,13060,6555,6500,19,12,25,29,15,47,43,6,4,682,5330,27,32,41,2.4,7,4,0,0,1,0,3,5860,1.1,306,815,665,4980,880,2000,3860,4.3,0.7,3.0,6.8,7.6,0.0,1.0,4.1,0.8,0.9,3.4,9.5,0.4,2.7,9.1,20.7,1.1,1.4,14.2,1.4,14.6,1.9,2229,1916,313 +GM0451,Uithoorn,NEE,28385,13970,14415,18,11,24,29,18,46,42,7,5,1557,12275,32,29,39,2.3,11,10,3,1,2,0,5,14250,1.2,781,1630,1320,12360,1890,5620,8630,2.2,1.0,3.2,12.9,9.5,0.0,1.2,9.6,0.6,2.0,11.1,17.1,0.7,1.4,8.0,15.0,0.9,11.6,12.4,1.7,19.4,1.6,1942,1824,118 +GM0453,Velsen,NEE,67120,33280,33840,17,12,23,30,19,44,42,8,6,1499,29930,35,29,36,2.2,9,8,1,0,1,2,4,30285,1.0,676,3420,3390,26675,3610,10040,20245,3.6,0.9,2.8,9.5,3.6,0.9,2.4,5.6,0.8,1.5,8.0,18.8,0.9,1.6,10.1,26.6,2.4,3.4,8.5,1.4,7.1,2.3,6305,4478,1828 +GM0457,Weesp,NEE,18150,8790,9360,16,10,26,29,18,47,39,8,6,885,8530,40,29,32,2.1,11,14,5,1,2,2,4,7680,0.9,375,930,600,6405,1275,2605,5075,1.2,1.0,2.1,13.8,9.3,0.0,0.9,11.8,0.7,2.7,7.1,9.8,0.7,2.2,6.3,9.8,1.1,1.3,1.3,1.1,10.5,1.3,2183,2050,133 +GM0458,Schermer,NEE,5500,2800,2695,19,12,23,31,16,47,44,6,4,90,2210,27,33,40,2.5,6,3,0,0,0,0,2,2865,1.3,47,675,385,2215,650,785,2080,8.3,0.1,1.2,4.8,9.6,0.0,0.5,2.6,3.1,0.1,1.0,3.3,2.4,0.3,1.3,4.6,1.2,8.7,9.2,4.7,11.4,3.3,6439,6129,311 +GM0473,Zandvoort,NEE,16590,7955,8640,13,9,23,31,24,44,38,11,7,517,8300,43,28,28,2.0,13,6,1,0,1,1,4,7590,0.9,237,660,645,6660,930,2545,5045,7.9,0.1,1.7,7.8,9.7,0.0,0.7,3.8,0.8,1.0,3.1,5.6,0.8,1.4,3.2,6.6,1.9,1.0,9.4,1.1,9.5,1.0,4397,3207,1190 +GM0478,Zeevang,NEE,6315,3160,3155,17,12,19,33,19,43,47,6,5,166,2565,25,36,39,2.5,7,3,0,0,1,0,2,3180,1.2,84,575,405,2515,665,1100,2080,8.7,0.1,0.9,4.4,9.0,0.1,0.6,2.7,1.5,1.0,2.1,5.1,0.9,0.9,2.2,5.7,1.1,8.2,12.2,7.2,13.2,1.7,5521,3806,1715 +GM0479,Zaanstad,NEE,149620,74000,75620,18,11,27,27,16,47,40,8,5,2024,66780,35,28,37,2.2,9,19,2,1,3,8,5,60925,0.9,824,7225,6970,52050,8875,19660,41265,2.6,1.0,2.4,13.0,4.6,0.6,1.4,10.4,0.8,1.6,10.9,21.5,0.6,1.7,11.4,23.8,1.5,1.9,4.9,1.8,16.9,1.4,8324,7392,932 +GM0482,Alblasserdam,NEE,19640,9610,10030,20,12,24,25,18,42,47,5,6,2239,7940,29,30,40,2.5,7,7,1,0,0,3,2,8690,1.1,991,1450,530,7305,1390,3220,5470,7.6,0.0,3.4,17.4,8.4,0.0,1.1,11.4,0.5,2.0,6.0,11.5,0.5,1.8,5.0,10.6,2.3,8.4,11.2,1.0,11.6,1.6,1006,877,129 +GM0484,Alphen aan den Rijn,NEE,72910,36015,36895,18,12,27,28,15,46,42,7,4,1327,31355,32,30,37,2.3,9,11,3,1,2,1,4,39195,1.3,713,4585,2735,30875,8320,18575,20620,2.4,1.0,1.0,8.2,2.4,1.0,1.0,6.7,0.6,2.0,12.5,19.7,0.6,2.8,16.0,25.2,1.9,2.6,15.8,1.7,16.5,2.2,5765,5496,270 +GM0489,Barendrecht,NEE,47370,23325,24045,21,11,26,28,14,45,45,6,4,2379,18760,25,30,45,2.5,8,14,2,1,4,3,4,22120,1.2,1111,2575,1485,18775,3350,10420,11705,2.6,2.2,7.4,23.1,4.4,1.2,5.3,13.9,0.6,2.6,16.5,38.5,0.6,2.3,16.6,40.9,2.3,4.2,10.6,1.5,16.2,2.2,2173,1991,182 +GM0491,Bergambacht,NEE,9935,4890,5045,20,12,22,28,19,42,48,5,5,283,3990,27,36,38,2.5,5,3,1,0,0,0,2,4795,1.2,137,1080,445,4010,785,1625,3170,12.3,0.0,0.1,6.8,12.6,0.0,0.1,3.9,2.1,0.2,1.4,2.0,2.1,1.0,1.4,2.9,1.2,12.5,12.5,1.9,21.5,2.4,3806,3510,296 +GM0498,Drechterland,NEE,19295,9790,9510,18,12,23,31,17,44,46,5,4,326,7815,26,35,39,2.5,6,2,0,0,0,0,2,9140,1.2,155,1730,1140,7320,1820,2740,6400,8.2,0.0,1.0,2.0,10.4,0.0,0.3,1.0,1.7,0.4,1.4,5.2,1.4,0.8,2.1,6.6,1.6,3.4,8.1,1.4,11.4,2.3,8074,5911,2163 +GM0499,Boskoop,NEE,15195,7570,7625,19,12,24,27,17,44,46,5,5,1024,6270,29,32,38,2.4,6,8,5,0,0,0,2,6835,1.1,460,1240,760,5960,875,2280,4550,8.7,0.0,2.3,9.9,8.7,0.0,2.3,7.8,1.4,0.5,1.9,6.6,1.1,0.6,2.5,7.4,0.9,1.8,9.6,1.7,12.2,1.6,1695,1485,211 +GM0501,Brielle,NEE,16320,8000,8320,16,11,23,32,19,39,47,8,6,591,7280,31,34,35,2.2,8,4,0,1,1,0,2,8720,1.2,316,1000,775,7505,1220,3405,5320,2.5,0.9,2.9,6.5,14.8,0.0,0.0,1.3,1.7,0.4,1.6,2.1,1.2,0.7,2.0,3.6,0.9,11.5,27.4,1.9,27.2,1.5,3114,2760,354 +GM0502,Capelle aan den IJssel,NEE,66025,31890,34130,17,12,25,30,17,46,40,9,5,4644,29985,36,28,36,2.2,11,21,1,3,7,2,8,29425,1.0,2070,2415,1790,25040,4390,11900,17525,3.3,2.6,8.3,20.3,3.4,1.0,4.4,13.2,0.6,2.5,13.8,36.9,0.5,3.1,18.4,51.3,2.0,3.2,9.1,1.8,18.9,2.3,1540,1422,118 +GM0503,Delft,NEE,99095,52635,46460,13,19,29,24,14,57,31,7,4,4340,55425,56,23,22,1.8,13,19,1,2,2,3,11,32135,0.6,1407,3010,2450,27910,4225,10135,22000,2.3,1.1,5.4,25.4,2.3,1.0,3.4,16.9,0.4,5.8,38.1,67.1,0.5,4.0,28.8,58.7,1.2,1.6,9.4,1.3,11.6,1.7,2406,2283,123 +GM0505,Dordrecht,NEE,118465,58380,60080,17,12,27,28,17,46,40,8,5,1503,54255,38,28,34,2.2,11,18,2,3,2,6,5,53095,1.0,674,8210,3575,42555,10540,21885,31210,2.7,1.7,3.4,9.5,2.7,1.7,3.4,6.1,0.5,3.6,20.6,43.5,0.5,4.5,25.4,52.4,1.5,1.7,3.0,1.3,2.8,2.4,9947,7883,2064 +GM0512,Gorinchem,NEE,35125,17280,17845,18,12,27,27,17,46,41,8,5,1861,15565,36,28,35,2.3,9,15,5,1,1,5,3,14845,1.0,786,1810,1075,11840,3000,5265,9575,2.2,1.0,1.0,3.0,2.2,1.0,1.0,2.0,0.7,1.0,5.0,9.3,0.7,2.0,8.8,13.6,1.3,1.9,25.3,1.4,26.1,1.8,2193,1888,306 +GM0513,Gouda,NEE,70905,34705,36200,18,12,26,28,16,47,41,7,5,4210,31025,36,29,35,2.3,8,15,10,1,1,1,3,26065,0.8,1548,2670,2270,22080,3985,8375,17690,1.7,2.0,2.2,9.6,1.7,2.0,2.0,5.6,0.7,2.6,13.9,21.5,0.5,2.9,15.5,25.5,1.7,1.6,2.0,0.9,17.1,2.6,1811,1684,127 +GM0518,'s-Gravenhage,NEE,505855,249735,256115,18,12,32,25,14,55,32,10,4,6179,250150,48,22,31,2.0,16,34,6,2,9,7,9,179045,0.7,2187,17515,9905,150450,28595,54485,124560,1.9,4.3,10.0,18.6,2.3,3.4,6.9,12.1,0.4,6.6,54.0,127.1,0.4,4.6,39.3,99.6,2.9,2.9,4.0,1.2,6.5,1.7,9811,8187,1624 +GM0523,Hardinxveld-Giessendam,NEE,17720,8825,8895,20,13,24,25,17,42,49,4,5,1047,6845,27,32,41,2.6,3,2,0,0,0,0,1,7990,1.2,472,1570,635,6830,1160,3080,4915,5.8,0.2,1.8,5.2,5.8,0.2,1.8,4.4,1.6,0.3,1.0,3.4,1.8,0.4,1.5,3.5,1.7,1.1,15.3,1.0,16.1,1.1,1935,1693,243 +GM0530,Hellevoetsluis,NEE,39085,19420,19665,16,11,25,31,16,41,46,9,5,1239,17165,31,32,37,2.3,9,8,0,2,1,2,3,19310,1.1,612,1830,1685,16590,2725,7625,11685,1.6,1.0,1.7,6.1,15.3,0.0,0.0,1.1,0.7,1.8,9.7,11.9,0.9,1.3,7.2,9.0,1.9,16.8,31.5,2.0,32.5,1.6,4627,3155,1471 +GM0531,Hendrik-Ido-Ambacht,NEE,28640,14075,14565,21,12,26,26,15,43,47,5,4,2701,11325,25,32,43,2.5,6,7,1,1,1,1,3,12850,1.1,1212,995,855,11210,1640,5485,7365,2.4,1.1,4.3,16.5,2.4,1.0,3.3,11.7,0.7,1.4,12.8,28.8,0.6,2.4,15.9,31.0,1.8,3.9,6.9,1.2,8.6,1.6,1190,1060,130 +GM0532,Stede Broec,NEE,21430,10840,10590,18,12,24,28,17,43,47,6,5,1473,8850,27,34,39,2.4,6,4,0,0,1,0,3,9125,1.0,627,1005,990,7450,1675,2825,6300,4.7,0.6,1.0,2.0,14.9,0.0,0.0,1.0,1.3,0.4,3.2,6.0,1.2,0.4,3.3,8.2,1.0,1.3,4.7,1.4,15.3,1.5,1637,1455,182 +GM0534,Hillegom,NEE,20865,10310,10555,17,11,25,29,19,44,43,7,6,1617,9090,32,32,36,2.3,10,6,1,0,1,0,3,10435,1.1,809,1305,1080,9075,1360,3575,6860,1.3,2.3,5.4,11.2,8.7,0.0,1.0,5.2,0.6,1.5,5.4,13.7,0.5,2.7,9.1,21.1,1.6,2.7,12.2,1.4,13.6,1.4,1347,1290,56 +GM0537,Katwijk,NEE,62685,31125,31560,20,13,25,26,15,44,47,5,5,2554,24690,29,29,43,2.5,5,5,1,0,0,0,3,24055,1.0,980,3515,1935,21810,2245,8730,15325,1.9,1.4,3.6,13.2,6.3,0.5,2.2,7.7,0.8,0.9,5.7,19.7,0.6,1.5,9.2,24.4,1.1,6.5,6.9,0.9,6.8,1.3,3113,2454,659 +GM0542,Krimpen aan den IJssel,NEE,28855,14040,14810,18,12,22,27,21,40,48,6,6,3758,11980,29,34,37,2.4,7,6,1,1,1,1,3,12895,1.1,1679,1255,945,11545,1350,4865,8030,1.3,2.2,4.1,20.9,5.8,0.2,1.6,13.9,0.6,2.1,10.1,17.5,0.6,2.7,12.1,24.7,1.0,7.4,11.5,1.6,20.6,1.6,895,768,127 +GM0545,Leerdam,NEE,20715,10170,10550,18,12,25,27,18,43,45,6,6,613,8505,31,30,39,2.4,8,14,2,0,0,9,2,8790,1.0,260,1355,775,6990,1805,2770,6020,2.4,0.9,1.1,3.9,13.7,0.0,0.0,1.8,1.3,0.9,2.6,3.1,1.0,0.8,3.0,5.9,1.3,1.6,27.3,1.6,31.2,1.5,3442,3380,62 +GM0546,Leiden,NEE,119800,58225,61570,14,17,30,25,13,57,32,7,4,5462,64280,53,23,24,1.9,13,15,4,1,2,2,6,38925,0.6,1775,3590,2865,34235,4685,11720,27205,2.6,2.6,4.6,16.4,2.6,2.6,3.1,10.2,0.5,3.8,29.8,62.1,0.5,3.5,27.6,63.8,2.0,1.7,2.6,1.2,2.5,1.8,2327,2194,134 +GM0547,Leiderdorp,NEE,26740,12910,13830,17,11,22,30,19,43,44,7,5,2315,11760,33,31,36,2.3,10,10,1,1,2,2,4,12555,1.1,1087,1040,970,10775,1780,4960,7595,1.9,2.4,3.5,13.5,1.9,2.4,3.0,8.0,0.7,1.0,14.7,41.9,0.6,2.0,19.5,46.2,2.0,4.1,4.3,1.3,4.8,1.6,1228,1155,73 +GM0553,Lisse,NEE,22390,11045,11345,17,11,24,29,19,43,45,7,6,1427,9755,32,32,36,2.3,8,4,0,0,0,0,3,10780,1.1,687,1170,980,9650,1130,3945,6835,4.1,1.5,4.0,11.6,12.0,0.0,0.0,5.6,0.6,2.7,10.6,16.2,0.7,2.0,9.3,17.3,1.0,6.2,13.2,1.3,13.9,1.5,1605,1569,36 +GM0556,Maassluis,NEE,31985,15695,16285,16,11,25,28,19,42,45,7,6,3767,14285,33,32,34,2.2,7,18,4,2,2,6,4,13960,1.0,1644,1055,865,12400,1560,5250,8710,2.0,1.3,3.4,18.0,10.3,0.0,0.4,9.3,0.6,1.6,8.3,14.6,0.6,2.2,9.8,19.0,1.9,2.1,17.3,1.6,15.2,1.5,1012,849,163 +GM0568,Bernisse,NEE,12395,6210,6185,15,11,22,31,20,39,50,6,5,216,5295,26,37,37,2.3,6,3,0,0,0,0,2,6830,1.3,119,935,720,5920,910,2505,4330,7.0,0.1,2.3,7.0,8.1,0.0,0.9,2.0,1.6,0.2,1.2,2.8,1.0,1.0,2.0,3.8,3.1,16.5,24.3,1.0,32.3,1.7,6846,5736,1110 +GM0569,Nieuwkoop,NEE,27080,13735,13345,17,12,22,31,17,45,45,5,5,344,11110,29,32,39,2.4,5,3,1,0,0,0,2,13585,1.2,172,2530,1570,11520,2065,4625,8955,9.5,0.0,0.6,7.6,10.5,0.0,0.3,4.0,1.4,0.8,1.6,3.6,1.1,0.9,2.3,4.8,1.0,10.4,16.7,2.8,23.1,2.1,9116,7882,1234 +GM0575,Noordwijk,NEE,25670,12895,12770,15,11,24,31,19,46,41,8,5,723,11525,37,30,33,2.2,11,5,1,0,0,0,3,12190,1.1,343,1215,945,10695,1495,4585,7605,5.7,0.3,3.1,8.6,9.6,0.0,1.1,3.6,0.5,3.8,14.2,21.5,0.5,3.0,11.0,20.0,1.2,5.1,10.3,1.2,10.9,1.3,5145,3550,1595 +GM0576,Noordwijkerhout,NEE,15740,7930,7810,17,12,23,30,19,45,43,7,6,697,6625,32,31,38,2.4,9,4,1,0,0,0,2,7420,1.1,328,1395,765,6585,835,2485,4940,5.7,0.3,3.6,10.9,11.9,0.0,0.0,4.9,0.8,2.4,4.6,12.9,0.7,2.4,5.3,13.0,1.1,5.6,12.7,1.5,13.5,1.9,2342,2259,83 +GM0579,Oegstgeest,NEE,23150,11180,11975,18,12,23,29,19,46,42,7,6,3173,10260,37,28,35,2.3,14,7,1,0,1,0,4,9925,1.0,1360,595,580,8745,1180,3385,6540,2.4,2.1,5.0,15.6,2.4,2.0,3.0,9.3,0.5,3.2,21.1,48.8,0.5,3.5,19.8,48.4,1.3,3.1,3.1,1.1,3.6,1.3,797,730,67 +GM0584,Oud-Beijerland,NEE,23440,11480,11960,18,12,24,29,17,42,47,7,5,1251,9450,26,32,42,2.5,6,3,0,0,1,0,2,11395,1.2,608,1210,865,9610,1785,4895,6495,7.7,0.0,1.0,8.3,15.5,0.0,0.0,4.6,0.7,2.0,7.3,8.2,0.5,2.4,9.9,11.4,1.2,15.6,21.3,1.4,23.1,2.0,1961,1873,88 +GM0585,Binnenmaas,NEE,28965,14380,14585,17,10,24,30,20,39,49,6,6,418,12365,28,36,36,2.3,5,3,0,0,1,0,2,14930,1.2,215,2050,1280,12795,2135,5950,8980,6.2,0.2,2.2,12.9,9.2,0.1,0.8,8.6,1.0,0.7,1.6,3.0,0.9,1.5,3.1,4.9,1.2,10.0,13.3,1.3,12.7,1.4,7557,6931,626 +GM0588,Korendijk,NEE,10775,5385,5390,18,11,22,30,18,41,49,5,5,141,4310,25,37,38,2.5,4,2,0,0,0,0,1,5490,1.3,72,885,545,4510,980,1890,3600,10.3,0.0,0.3,1.9,23.4,0.0,0.0,0.0,2.6,0.4,0.4,1.2,1.4,0.7,0.8,1.7,3.5,23.5,29.1,8.1,29.5,1.6,10047,7636,2411 +GM0589,Oudewater,NEE,9870,4855,5015,19,13,23,28,18,46,43,5,6,253,3955,29,31,40,2.5,4,3,1,0,0,0,2,4690,1.2,120,1125,485,3805,885,1585,3105,9.2,0.0,1.0,6.4,9.2,0.0,1.0,4.4,1.1,0.7,1.7,2.2,0.9,1.2,2.6,3.5,1.1,9.3,9.5,1.8,24.0,1.2,4010,3908,102 +GM0590,Papendrecht,NEE,32080,15750,16330,18,11,25,28,19,41,47,7,5,3413,13805,29,33,37,2.3,8,8,1,1,2,1,3,15070,1.1,1603,1580,990,13120,1945,6400,8665,6.3,0.1,4.1,13.6,6.3,0.1,3.4,9.2,0.6,2.3,8.5,14.0,0.6,2.3,9.9,13.5,1.6,4.3,6.8,1.8,7.3,1.5,1079,940,139 +GM0597,Ridderkerk,NEE,45330,21895,23435,15,11,22,29,22,40,47,7,7,1912,20320,33,34,34,2.2,8,8,1,1,1,1,4,21745,1.1,917,2805,1600,19105,2645,8760,12985,2.1,1.3,5.9,20.3,5.7,0.3,4.1,13.0,0.5,2.5,12.2,23.6,0.6,1.9,8.3,21.4,2.1,5.4,11.4,1.2,14.1,1.9,2526,2371,155 +GM0599,Rotterdam,NEE,616295,303255,313035,17,14,31,24,15,54,31,10,5,2951,313100,48,23,29,2.0,12,37,7,4,9,8,10,214255,0.7,1026,24440,11500,177020,37240,68980,145280,2.1,3.4,9.2,22.5,2.8,3.1,7.1,13.2,0.5,4.4,30.0,73.6,0.4,4.9,32.3,79.5,2.0,2.9,6.1,1.4,18.6,1.9,32416,20888,11529 +GM0603,Rijswijk,NEE,47370,22395,24975,14,9,25,29,23,44,39,9,7,3371,24155,44,29,27,2.0,15,16,2,1,4,1,7,26205,1.1,1865,1575,1455,21755,4450,12200,14005,2.5,2.6,11.2,21.7,3.5,1.6,7.6,14.6,0.5,3.3,32.9,104.3,0.5,3.7,30.4,92.1,1.6,1.9,4.3,1.5,7.6,1.9,1449,1405,44 +GM0606,Schiedam,NEE,76215,37445,38770,17,12,28,27,16,48,38,9,6,4234,35885,40,27,34,2.1,10,27,3,2,4,10,7,29190,0.8,1621,3475,1895,24670,4520,10425,18765,2.3,1.3,6.2,27.2,2.3,1.3,5.8,14.4,0.5,3.1,17.6,47.4,0.4,5.0,27.2,65.9,1.6,2.2,7.0,1.8,19.8,1.3,1986,1800,186 +GM0608,Schoonhoven,NEE,11865,5860,6005,18,12,25,27,18,44,45,6,5,1890,5195,34,32,35,2.3,6,10,7,0,0,0,2,5095,1.0,812,515,495,4280,815,1770,3320,14.8,0.0,0.0,3.8,14.8,0.0,0.0,3.0,0.7,0.7,2.1,3.1,0.7,2.7,5.1,7.7,0.5,12.9,15.0,1.0,25.9,1.2,692,628,64 +GM0610,Sliedrecht,NEE,24390,11960,12425,18,12,26,25,18,43,46,5,6,1901,10045,32,32,36,2.4,5,8,1,1,1,2,3,10805,1.1,842,1515,695,9075,1725,4395,6405,1.4,1.0,1.3,6.9,1.4,1.0,1.3,5.2,0.9,0.7,3.1,6.5,0.9,0.8,3.1,5.8,1.6,1.7,9.9,1.3,10.7,1.5,1401,1283,118 +GM0611,Cromstrijen,NEE,12760,6330,6430,16,11,22,31,20,38,50,6,6,235,5410,27,37,37,2.4,5,2,0,0,0,0,1,6820,1.3,125,1005,595,5655,1165,2800,4020,3.5,0.8,1.8,4.8,19.1,0.0,0.0,1.6,0.9,0.9,1.7,2.8,1.0,0.8,1.7,3.2,1.6,19.2,23.5,1.1,22.1,1.0,7033,5441,1592 +GM0612,Spijkenisse,NEE,72375,35405,36965,16,12,25,31,15,43,43,9,5,2773,32455,33,31,37,2.2,9,14,1,3,4,1,5,32120,1.0,1231,2400,2780,28470,3655,12510,19610,2.1,1.3,2.0,13.4,2.1,1.0,1.0,7.5,0.8,1.5,9.8,17.1,0.6,1.6,10.3,19.7,2.9,13.8,19.4,2.5,31.9,2.0,3027,2610,416 +GM0613,Albrandswaard,NEE,25100,12455,12645,19,10,26,30,15,44,45,7,4,1151,9945,24,32,44,2.5,8,11,1,1,4,1,3,11960,1.2,548,1140,965,10290,1670,5570,6390,3.3,1.2,6.9,19.3,6.3,0.3,4.8,12.2,0.7,1.6,10.5,22.1,1.0,0.9,8.9,23.4,1.5,8.7,10.9,1.5,22.4,2.6,2376,2181,195 +GM0614,Westvoorne,NEE,13890,6875,7015,15,10,19,33,24,36,50,7,7,261,6170,30,36,34,2.3,7,3,0,0,0,0,2,7870,1.3,148,880,710,6660,1210,3180,4695,6.2,0.4,1.4,4.1,20.2,0.0,0.0,0.5,3.0,0.0,0.5,1.6,1.0,0.6,1.4,2.7,1.4,17.6,33.6,1.2,33.3,1.3,9748,5323,4425 +GM0617,Strijen,NEE,8775,4395,4380,15,12,23,32,18,40,48,7,6,174,3760,28,34,37,2.3,5,3,0,0,1,0,2,4535,1.2,90,715,455,3855,675,1665,2870,1.5,1.0,1.8,7.0,12.2,0.0,0.1,4.0,1.4,0.6,0.9,1.3,1.5,0.5,0.9,1.2,2.2,13.2,15.4,1.6,13.7,1.9,5770,5040,730 +GM0620,Vianen,NEE,19670,9680,9990,18,12,25,28,17,43,45,6,5,501,8160,27,32,40,2.4,6,9,3,0,2,1,3,10005,1.2,255,1645,990,8050,1955,3670,6335,6.3,0.0,1.1,10.3,6.9,0.0,0.9,4.7,1.6,0.8,2.5,4.9,1.4,0.9,3.7,7.0,1.3,10.4,15.2,2.2,19.3,1.5,4239,3924,315 +GM0622,Vlaardingen,NEE,70905,34610,36290,16,12,26,27,20,44,41,8,7,2999,33500,39,29,32,2.1,8,18,3,2,2,7,5,29110,0.9,1231,2835,2025,25720,3390,10405,18705,3.7,0.9,4.0,22.7,3.7,0.9,2.7,13.3,0.6,2.6,14.6,30.8,0.5,2.7,17.0,40.6,1.5,2.1,10.4,1.3,19.6,1.7,2669,2364,305 +GM0623,Vlist,NEE,9730,4865,4865,18,13,21,29,19,43,47,5,5,181,3890,28,33,39,2.5,4,2,0,0,0,0,2,4580,1.2,85,1175,530,3820,760,1530,3050,7.1,0.0,1.8,6.5,7.1,0.0,1.8,2.9,1.0,1.0,1.8,6.4,1.1,0.6,1.7,6.4,0.8,6.2,7.2,4.7,23.3,1.2,5651,5373,279 +GM0626,Voorschoten,NEE,24655,11910,12745,18,11,22,29,20,44,44,7,6,2210,10705,32,31,36,2.3,13,8,1,1,1,1,4,11605,1.1,1040,735,885,10315,1290,4160,7440,5.6,0.3,4.6,17.9,5.6,0.3,4.2,12.9,0.5,2.3,11.2,28.8,0.5,2.6,12.5,29.0,1.2,1.5,6.0,1.2,5.0,1.3,1156,1116,40 +GM0627,Waddinxveen,NEE,25215,12540,12675,18,12,23,29,18,42,48,6,5,901,10485,29,33,38,2.4,7,7,3,0,1,1,3,12285,1.2,439,1895,1195,10565,1725,5070,7215,6.7,0.1,2.3,11.0,6.7,0.1,2.0,7.1,0.9,1.1,5.2,7.2,0.7,1.4,6.1,8.7,0.7,1.2,7.1,1.5,10.9,1.9,2940,2797,142 +GM0629,Wassenaar,NEE,25655,12135,13520,17,10,18,30,24,41,45,7,7,504,11400,36,30,34,2.3,21,9,0,1,1,0,7,13955,1.2,274,1070,660,11875,2080,5055,8900,6.3,0.2,5.3,16.8,6.4,0.2,4.2,11.5,0.8,1.6,4.5,12.9,0.8,1.7,6.1,15.9,1.0,4.4,7.1,1.9,7.3,1.7,6237,5093,1144 +GM0632,Woerden,NEE,50345,24910,25435,20,11,25,28,16,47,43,6,4,564,20720,30,31,39,2.4,6,7,3,0,1,0,3,23420,1.1,262,3480,1995,18930,4490,9290,14130,3.1,0.9,1.6,8.2,3.4,0.8,1.2,4.6,0.7,1.8,9.1,17.7,0.6,2.9,12.4,23.9,1.6,2.9,3.1,1.4,19.6,1.6,9292,8933,359 +GM0637,Zoetermeer,NEE,123090,60285,62805,18,13,25,30,15,46,40,9,4,3565,53970,32,29,39,2.3,11,18,2,2,7,1,7,54685,1.0,1584,3465,4000,47975,6710,19765,34920,3.3,0.9,2.5,23.0,3.3,0.9,1.7,17.3,0.5,3.1,22.6,47.0,0.6,2.7,18.6,39.6,2.0,3.3,13.9,1.9,3.2,2.2,3705,3453,252 +GM0638,Zoeterwoude,NEE,8120,4015,4105,16,13,20,32,18,45,45,5,5,382,3140,26,33,41,2.6,6,4,0,0,1,1,2,3825,1.2,180,835,445,3200,625,1360,2465,5.6,0.3,3.7,13.6,5.6,0.3,3.7,9.4,0.7,1.6,4.6,21.0,0.8,1.3,5.3,22.4,1.0,3.9,6.4,1.5,6.2,3.7,2196,2125,70 +GM0642,Zwijndrecht,NEE,44610,21645,22965,16,11,25,27,20,42,45,7,6,2193,19920,33,32,35,2.2,7,12,2,2,1,3,4,20590,1.0,1012,1995,1375,17910,2680,7925,12665,2.8,0.9,4.2,16.5,2.8,0.9,3.1,11.2,0.4,3.2,14.8,38.1,0.5,3.2,15.5,41.5,1.7,2.2,5.3,1.3,6.9,1.7,2277,2034,243 +GM0643,Nederlek,NEE,14130,6965,7160,16,13,22,30,19,40,48,6,6,509,6060,29,34,37,2.3,6,3,0,0,0,0,2,6675,1.1,240,1185,695,5850,825,2375,4300,6.8,0.6,2.4,18.5,10.1,0.0,0.5,12.7,0.8,0.8,1.1,7.0,0.7,1.3,2.0,8.7,1.1,11.6,15.6,0.8,18.7,1.2,3124,2777,347 +GM0644,Ouderkerk,NEE,8145,4030,4115,19,13,23,27,18,42,49,4,5,301,3175,25,34,41,2.6,4,3,0,0,0,0,2,3820,1.2,141,725,385,3410,410,1290,2530,5.5,1.0,3.4,15.2,8.3,0.1,1.4,10.0,1.4,0.6,1.8,8.2,1.3,0.6,2.6,9.0,1.7,8.8,10.1,1.3,19.4,1.2,2857,2707,150 +GM0653,Gaasterln-Sleat,NEE,10195,5155,5035,17,11,21,29,22,43,46,4,7,107,4270,30,36,35,2.4,3,1,0,0,0,0,1,5120,1.2,54,945,650,3360,1765,1265,3855,12.3,0.0,0.2,1.0,23.6,0.0,0.0,0.0,3.9,0.3,0.4,0.6,3.7,0.6,0.9,1.1,2.1,14.3,29.8,3.9,33.0,2.4,20934,9512,11422 +GM0654,Borsele,NEE,22680,11460,11220,19,11,23,29,17,42,47,6,5,160,9355,29,34,37,2.4,6,2,0,0,0,0,1,12210,1.3,86,2420,1455,9825,2385,3335,8875,9.9,0.2,0.5,1.7,10.1,0.2,0.5,1.2,0.8,1.1,1.7,5.1,1.4,0.6,1.0,3.6,1.7,8.8,19.4,2.6,70.3,1.8,19452,14173,5278 +GM0664,Goes,NEE,36970,18090,18875,16,11,24,29,21,43,43,8,6,399,17045,38,31,31,2.2,8,7,1,0,1,1,4,18310,1.1,198,2695,1580,14885,3425,6175,12135,4.2,0.7,0.9,1.2,4.2,0.7,0.9,1.1,0.8,2.0,11.1,15.5,0.7,1.6,8.7,12.6,1.4,2.5,21.5,2.2,66.7,1.9,10192,9257,934 +GM0668,West Maas en Waal,NEE,18410,9155,9255,17,11,22,32,18,42,47,6,6,238,7540,26,35,39,2.4,5,2,0,0,0,0,1,9885,1.3,128,1730,1010,7575,2310,3100,6780,4.6,0.6,1.6,4.4,12.5,0.0,0.1,2.0,2.3,0.5,1.1,2.7,1.6,0.7,1.4,3.1,1.3,11.9,25.1,2.7,23.4,2.3,8521,7745,776 +GM0677,Hulst,NEE,27515,13725,13785,15,9,22,32,22,39,47,7,7,137,12515,32,36,32,2.2,22,2,0,0,0,0,2,14905,1.2,74,1720,1140,12330,2575,4315,10590,4.7,1.2,1.8,2.9,5.1,0.6,0.9,1.9,1.1,1.1,3.7,6.3,0.9,1.6,5.3,9.0,2.0,47.0,50.4,2.9,113.5,3.1,25182,20125,5057 +GM0678,Kapelle,NEE,12495,6215,6280,20,11,24,28,17,41,49,5,5,337,4965,25,34,41,2.5,5,2,0,0,0,0,2,6320,1.3,170,970,665,5125,1195,1935,4385,6.6,0.1,1.0,1.0,6.6,0.1,1.0,1.0,0.7,1.3,3.1,6.0,0.6,2.1,4.8,8.5,0.9,2.5,27.5,0.9,60.6,1.1,4963,3713,1250 +GM0687,Middelburg,NEE,47520,23045,24480,17,12,24,28,20,44,43,8,6,980,22025,38,31,31,2.2,9,7,1,1,1,2,3,21055,1.0,434,2530,1850,17635,3420,6105,14950,2.6,0.9,1.9,2.0,8.2,0.0,0.9,1.0,0.7,1.7,9.5,16.6,0.6,2.3,12.3,21.0,1.1,1.8,2.3,2.2,85.4,1.3,5304,4850,454 +GM0689,Giessenlanden,NEE,14465,7355,7110,19,12,23,29,17,41,50,5,5,227,5645,24,34,42,2.6,4,2,0,0,0,0,1,7295,1.3,115,1385,765,5950,1345,2615,4680,6.3,0.2,1.0,3.0,6.3,0.2,1.0,2.1,0.9,1.2,2.1,4.6,1.1,0.8,1.4,4.2,2.5,3.6,24.1,2.3,24.9,1.8,6511,6359,151 +GM0703,Reimerswaal,NEE,21860,10975,10880,22,13,26,24,16,44,46,5,5,214,8440,28,31,41,2.6,8,4,0,0,0,1,2,10415,1.2,102,2105,1105,8270,2145,2570,7845,14.5,0.0,0.0,1.1,14.5,0.0,0.0,1.1,0.7,1.5,2.0,2.4,0.8,0.9,1.3,1.7,1.1,3.0,32.7,1.0,51.3,1.8,24242,10196,14046 +GM0707,Zederik,NEE,13535,6740,6795,19,13,23,28,17,42,49,4,5,184,5185,25,34,41,2.6,3,2,0,0,0,0,1,6745,1.3,92,1795,645,5380,1365,2230,4510,10.9,0.0,0.5,4.4,12.4,0.0,0.2,2.5,2.9,0.3,0.5,1.4,1.7,0.6,0.7,1.6,4.1,8.5,23.1,1.6,27.1,1.8,7650,7371,279 +GM0715,Terneuzen,NEE,54730,27215,27510,16,10,23,30,22,39,46,8,7,218,24990,34,35,31,2.2,17,6,0,1,0,2,2,28475,1.1,114,3770,2460,24150,4325,8910,19565,6.2,0.5,0.8,2.5,6.2,0.5,0.8,1.8,0.8,1.9,5.8,7.3,0.7,1.9,5.8,7.6,2.0,33.4,36.8,1.9,99.9,1.4,31776,25074,6702 +GM0716,Tholen,NEE,25515,12745,12770,20,13,24,27,17,42,48,5,5,174,10135,28,32,40,2.5,5,3,1,0,0,0,2,12455,1.2,85,2110,1095,9770,2685,3725,8730,15.4,0.0,0.0,1.4,18.1,0.0,0.0,0.6,1.2,1.0,1.7,2.4,1.3,0.9,1.4,2.2,1.0,16.4,27.2,2.2,40.5,2.0,25400,14695,10705 +GM0717,Veere,NEE,21900,10950,10950,17,11,20,30,22,39,50,5,6,165,9265,29,38,33,2.4,6,2,0,0,0,0,1,11220,1.2,84,1835,1090,9345,1880,3075,8145,8.7,0.2,0.9,2.0,11.6,0.2,0.3,1.0,2.4,0.4,0.8,3.3,1.6,0.7,1.3,3.9,1.4,9.9,9.9,8.3,93.4,1.5,20663,13298,7364 +GM0718,Vlissingen,NEE,44450,22130,22320,15,12,25,28,20,43,41,9,6,1300,21875,42,30,28,2.0,13,11,2,2,2,1,4,19655,0.9,575,1825,1880,16865,2790,5245,14410,2.3,1.1,2.0,2.0,2.3,1.0,1.0,1.0,0.7,2.0,7.5,16.4,0.7,1.7,7.1,15.9,1.2,3.0,3.5,1.1,88.9,1.5,34483,3420,31063 +GM0733,Lingewaal,NEE,11005,5480,5525,18,12,23,30,17,42,49,5,5,218,4310,22,36,42,2.6,4,3,1,0,0,0,1,5570,1.3,110,1045,545,4290,1280,1825,3745,5.9,0.4,1.0,3.0,11.6,0.0,0.3,1.1,3.0,0.2,0.8,3.2,1.0,0.8,1.7,5.2,1.2,5.6,29.3,4.6,31.1,2.7,5449,5043,406 +GM0736,De Ronde Venen,NEE,42845,21300,21545,18,12,22,31,18,44,45,7,5,428,17770,29,31,40,2.4,8,6,1,0,1,0,3,21395,1.2,213,3310,1880,18175,3220,7810,13585,3.2,0.8,2.0,10.2,11.2,0.2,0.4,6.4,1.0,1.5,4.6,9.5,1.0,1.3,4.5,8.2,2.0,8.8,14.2,1.5,19.1,1.5,11698,10022,1676 +GM0737,Tytsjerksteradiel,NEE,31980,15960,16015,18,11,22,29,20,42,46,5,6,214,13270,29,34,37,2.4,3,2,0,0,0,0,2,15835,1.2,106,2615,1600,11475,4360,4165,11670,13.4,0.0,0.0,2.4,13.4,0.0,0.0,2.4,1.5,0.5,1.5,3.3,1.3,1.0,2.3,4.2,1.1,5.3,14.9,2.4,15.9,3.2,16141,14927,1213 +GM0738,Aalburg,NEE,12775,6460,6315,21,13,25,27,15,43,49,4,5,253,4660,22,32,46,2.7,3,1,0,0,0,0,1,6585,1.4,131,1525,505,4795,1790,1915,4675,11.4,0.0,0.3,3.4,11.7,0.0,0.3,2.1,1.8,0.8,1.2,2.2,1.6,0.8,1.6,2.8,1.5,15.7,20.4,1.2,22.1,1.8,5317,5041,277 +GM0743,Asten,NEE,16390,8435,7955,17,12,22,31,18,43,46,5,5,234,6795,29,33,37,2.4,6,3,1,0,0,0,2,8430,1.2,120,1780,720,6670,1760,2145,6285,9.5,0.0,0.8,4.2,13.3,0.0,0.0,2.3,1.1,1.0,3.2,7.5,0.8,1.7,6.4,9.8,1.9,8.1,12.2,1.6,22.7,1.5,7134,7016,118 +GM0744,Baarle-Nassau,NEE,6700,3405,3290,14,10,22,31,23,40,47,7,7,88,2895,30,37,33,2.3,23,2,0,0,0,0,1,3835,1.3,50,745,310,3065,770,965,2870,18.9,0.0,0.0,1.8,18.9,0.0,0.0,1.8,2.5,0.5,0.6,1.1,1.7,0.5,0.8,1.1,1.7,19.4,19.4,2.5,18.7,2.5,7618,7611,7 +GM0748,Bergen op Zoom,NEE,66285,32745,33540,16,11,25,30,18,42,44,8,6,826,29475,33,33,34,2.2,9,14,5,0,1,5,3,30585,1.0,381,3160,2320,25265,5320,9930,20655,3.5,0.8,1.2,3.0,3.6,0.8,1.0,2.0,0.8,1.4,9.1,14.8,0.7,2.0,11.6,18.9,1.9,2.7,14.8,1.9,28.9,2.4,9313,8030,1283 +GM0753,Best,NEE,28635,14350,14285,18,11,23,31,16,43,47,6,4,835,11680,25,33,42,2.5,8,6,0,0,0,2,2,14150,1.2,412,1530,1215,11520,2630,4720,9430,9.3,0.0,0.9,7.0,9.3,0.0,0.9,4.2,0.6,1.8,8.2,11.7,0.5,3.9,18.3,21.9,1.6,1.6,11.0,1.8,13.7,1.5,3510,3431,79 +GM0755,Boekel,NEE,10060,5140,4920,19,12,23,30,15,46,45,4,5,292,3740,24,33,44,2.7,5,1,0,0,0,0,1,5055,1.4,146,1100,785,3875,1180,1120,3935,6.9,0.0,1.1,3.9,11.3,0.0,0.2,2.2,1.0,1.3,2.8,5.7,1.1,1.4,3.3,5.4,1.3,17.9,18.5,1.1,29.5,2.1,3452,3451,1 +GM0756,Boxmeer,NEE,28225,14090,14135,17,12,21,33,18,43,46,5,5,253,11585,27,35,38,2.4,7,3,0,0,0,1,1,14305,1.2,128,2145,1380,11085,3220,3830,10475,4.3,0.6,1.0,2.4,4.3,0.6,1.0,2.0,0.7,2.0,5.9,10.0,0.8,1.7,5.3,8.3,2.3,2.7,27.3,1.5,26.9,2.3,11384,11148,236 +GM0757,Boxtel,NEE,30435,15095,15340,18,12,24,29,18,44,44,6,5,478,12925,31,32,36,2.4,7,7,2,1,1,1,3,14750,1.1,231,2035,1370,11255,3495,4660,10090,2.3,0.9,1.0,5.3,13.4,0.0,0.0,2.4,0.6,2.0,6.4,11.6,0.8,1.8,5.7,10.7,1.7,2.3,13.0,1.4,15.6,1.4,6485,6373,112 +GM0758,Breda,NEE,178140,87030,91110,17,14,27,26,16,51,37,7,5,1413,84855,42,28,30,2.1,11,11,3,1,1,2,4,145275,1.7,1153,17430,5665,94050,51220,90920,54355,3.2,1.4,3.2,5.6,3.2,1.4,2.3,3.1,0.5,3.0,20.8,46.7,0.6,2.5,16.9,38.4,2.5,3.0,3.7,1.2,4.9,2.5,12868,12605,263 +GM0762,Deurne,NEE,31730,15970,15760,16,13,22,31,18,43,46,5,5,271,12870,27,34,39,2.5,5,3,1,0,0,0,2,15835,1.2,135,3075,1535,12425,3410,3525,12310,3.3,0.8,1.0,5.1,12.9,0.0,0.1,2.2,1.1,0.8,4.3,7.1,0.9,1.0,5.7,7.8,2.0,3.4,11.9,2.4,27.4,2.1,11836,11696,139 +GM0765,Pekela,NEE,12805,6430,6370,16,12,24,29,19,41,44,7,7,261,5720,32,33,35,2.2,6,3,0,0,0,0,3,6505,1.1,133,840,730,5115,1390,1640,4865,6.8,0.1,1.6,4.0,7.1,0.1,0.9,2.0,2.4,0.1,0.8,1.9,2.2,0.4,1.0,2.6,1.2,6.8,35.8,1.2,36.1,1.3,5020,4908,113 +GM0766,Dongen,NEE,25380,12590,12790,17,11,24,30,18,42,46,6,6,866,10620,28,34,38,2.4,6,6,0,0,0,3,2,12765,1.2,436,1345,1200,10720,2045,3920,8850,6.7,0.0,1.1,6.3,6.7,0.0,1.1,6.0,1.3,0.9,3.5,5.0,0.9,1.1,4.0,7.5,2.0,7.4,13.9,1.5,14.7,1.4,2974,2929,45 +GM0770,Eersel,NEE,18195,9225,8970,16,12,21,32,19,42,47,5,5,221,7285,26,36,38,2.5,6,2,0,0,0,0,1,10000,1.4,121,1790,1050,8175,1820,2860,7135,9.8,0.0,0.4,4.3,9.8,0.0,0.4,3.2,0.9,0.8,2.7,5.5,0.8,0.9,2.9,6.3,3.0,15.0,15.7,0.9,13.8,2.3,8333,8246,86 +GM0772,Eindhoven,NEE,218430,111330,107100,15,13,31,24,16,52,35,8,5,2492,110710,47,26,27,2.0,13,18,3,1,2,5,7,96040,0.9,1095,10230,6790,78285,17755,28600,67440,2.6,2.2,4.5,6.5,3.0,1.7,3.5,5.0,0.5,3.5,25.4,59.6,0.5,2.9,20.7,50.7,2.5,3.1,3.6,1.4,5.3,2.5,8887,8767,120 +GM0777,Etten-Leur,NEE,42275,20905,21365,18,11,26,29,17,43,45,7,5,764,17920,29,33,38,2.4,9,8,2,1,1,2,3,20540,1.1,371,2455,1645,17350,3185,7370,13170,1.9,2.0,3.2,6.5,9.4,0.0,0.8,3.5,0.7,2.0,10.1,13.5,0.7,2.7,13.4,17.8,1.6,1.9,10.8,1.8,2.1,1.9,5592,5535,57 +GM0779,Geertruidenberg,NEE,21510,10695,10815,17,10,26,30,17,42,46,6,6,808,9225,28,34,37,2.3,6,3,0,0,1,0,2,10890,1.2,409,1420,980,8975,1915,3935,6955,7.1,0.0,1.0,4.2,7.1,0.0,1.0,4.2,0.7,1.3,4.3,6.0,0.6,2.2,7.7,10.6,2.0,16.1,16.7,1.1,15.3,1.3,2964,2664,300 +GM0784,Gilze en Rijen,NEE,25855,13015,12840,17,11,24,30,17,42,47,6,5,395,10770,27,35,38,2.4,8,7,0,0,0,4,2,12960,1.2,198,1665,1415,10755,2205,4040,8920,9.4,0.0,1.0,6.6,9.4,0.0,1.0,5.7,1.1,0.9,3.3,6.5,0.9,1.7,3.9,5.9,1.3,3.1,10.9,1.4,12.2,1.3,6566,6549,17 +GM0785,Goirle,NEE,22930,11345,11590,17,10,23,31,19,41,48,6,5,545,9565,26,36,38,2.4,7,4,0,0,0,1,2,11350,1.2,270,1095,1025,9530,1820,3815,7535,4.9,0.5,2.0,3.9,4.9,0.5,2.0,2.9,0.7,1.4,7.6,23.1,0.6,1.4,6.6,15.2,2.9,5.5,5.5,1.6,3.5,1.4,4234,4208,26 +GM0786,Grave,NEE,12730,6570,6160,17,11,25,30,17,46,44,6,5,468,5430,32,32,36,2.3,8,6,0,0,0,0,5,6420,1.2,236,615,655,4925,1495,1670,4750,14.2,0.0,0.0,4.7,14.2,0.0,0.0,4.4,0.6,1.5,6.1,8.2,0.9,1.2,5.2,7.3,0.7,9.0,16.3,1.3,11.0,1.4,2803,2719,85 +GM0788,Haaren,NEE,13570,6975,6595,17,12,19,33,18,43,47,5,5,235,5380,26,34,39,2.5,4,2,0,0,0,0,1,7180,1.3,124,1515,685,5585,1595,2110,5070,6.2,0.3,2.0,6.7,11.0,0.0,0.3,3.8,0.9,1.3,2.6,9.8,1.2,1.0,1.8,7.6,1.9,4.8,10.6,1.0,13.2,2.1,5856,5772,84 +GM0794,Helmond,NEE,89020,44675,44345,19,11,28,27,15,45,42,8,5,1673,38350,32,30,38,2.3,11,12,4,1,1,3,4,40435,1.1,760,4390,2965,33165,7270,11980,28455,3.2,0.9,2.0,7.4,3.2,0.9,1.3,4.4,0.8,1.3,8.5,19.0,0.6,1.9,11.1,24.6,2.4,1.8,2.9,2.6,17.3,2.5,5475,5322,153 +GM0796,'s-Hertogenbosch,NEE,142815,70275,72540,17,12,29,27,15,50,37,8,5,1692,66790,39,29,32,2.1,9,11,3,1,1,2,3,68690,1.0,814,7415,4255,52775,15915,25325,43365,3.4,1.0,2.0,5.8,5.6,0.4,1.0,2.3,0.5,2.5,14.8,33.9,0.6,2.5,15.0,34.2,1.9,2.5,4.2,2.8,4.0,2.7,9179,8440,739 +GM0797,Heusden,NEE,43245,21600,21645,17,12,24,30,17,42,47,6,5,548,17790,26,34,40,2.4,6,6,1,0,0,3,2,22135,1.2,281,2790,1920,17285,4850,7050,15080,7.2,0.0,1.0,5.6,7.2,0.0,1.0,2.6,0.8,1.3,4.7,9.0,0.6,1.9,7.2,13.1,1.4,10.9,10.9,1.3,13.5,1.3,8122,7888,234 +GM0798,Hilvarenbeek,NEE,15085,7630,7450,17,12,21,31,19,43,48,4,5,159,5980,24,36,40,2.5,5,1,0,0,0,0,1,8145,1.4,86,1620,845,6555,1585,2305,5835,8.5,0.0,0.8,3.2,8.5,0.0,0.7,2.0,1.2,1.3,2.3,5.0,1.1,1.4,3.3,5.8,1.3,11.0,11.1,1.9,10.3,1.5,9649,9491,158 +GM0809,Loon op Zand,NEE,23080,11430,11650,16,11,23,30,19,42,46,6,6,460,9475,26,34,39,2.4,6,3,0,0,0,1,2,11830,1.2,236,1365,1095,9720,2115,3950,7880,5.6,0.3,1.3,5.1,5.6,0.3,1.3,4.1,0.9,1.1,4.6,8.5,0.6,2.5,8.8,15.9,2.0,11.4,12.3,1.1,14.2,1.4,5071,5013,58 +GM0815,Mill en Sint Hubert,NEE,10905,5535,5365,17,12,21,32,18,42,48,5,6,209,4360,25,36,40,2.5,4,1,0,0,0,0,1,6130,1.4,117,1160,750,4615,1515,1485,4640,12.4,0.0,0.0,3.4,12.4,0.0,0.0,2.9,1.0,1.2,2.6,7.0,1.0,0.6,1.4,4.2,2.1,10.7,22.6,2.3,19.3,2.5,5317,5223,95 +GM0820,"Nuenen, Gerwen en Nederwetten",NEE,22645,11245,11400,16,11,19,32,22,39,49,7,5,672,9745,27,37,36,2.3,9,3,0,0,0,0,2,12415,1.3,368,1200,975,10235,2180,4120,8295,5.8,0.2,4.6,8.0,5.8,0.2,3.9,5.0,0.8,1.1,6.1,15.1,0.7,1.6,8.7,18.2,1.6,6.2,6.8,1.5,10.1,1.5,3394,3372,22 +GM0823,Oirschot,NEE,17925,9080,8840,17,12,21,32,18,43,47,5,5,176,7070,26,34,40,2.5,4,2,0,0,0,0,1,15635,2.2,154,2645,940,9920,5715,8830,6805,12.6,0.0,0.1,6.4,14.7,0.0,0.0,3.8,1.1,1.1,3.3,5.4,0.9,1.8,4.2,6.5,2.0,8.3,16.0,1.3,17.2,1.6,10284,10178,107 +GM0824,Oisterwijk,NEE,25770,12690,13080,16,12,21,30,21,43,45,6,6,404,11165,32,33,36,2.3,6,4,1,0,0,0,2,13035,1.2,204,1530,1105,10605,2430,4285,8750,2.1,1.0,2.2,5.5,9.0,0.0,1.1,3.5,0.7,1.7,5.5,10.1,0.8,1.2,5.1,11.8,2.2,2.3,8.0,1.4,10.1,1.3,6513,6387,126 +GM0826,Oosterhout,NEE,53685,26455,27230,16,11,23,30,19,41,46,7,6,751,23340,31,34,36,2.3,9,10,3,1,1,3,3,27280,1.2,382,3120,2015,22415,4865,9690,17590,2.3,0.9,1.8,6.4,2.3,0.9,1.8,4.9,0.8,1.2,6.8,14.3,0.6,1.6,8.5,17.7,1.9,9.1,9.6,1.5,9.0,2.4,7309,7148,161 +GM0828,Oss,NEE,84860,42380,42480,17,12,25,29,17,44,44,7,5,557,36350,31,31,37,2.3,8,9,0,0,1,5,3,41405,1.1,272,6450,3300,32270,9135,12675,28730,4.0,0.8,0.9,4.9,4.0,0.8,0.9,2.3,0.7,2.0,11.9,20.4,0.8,1.8,11.0,18.4,2.0,2.6,20.1,2.0,17.0,1.9,15987,15235,752 +GM0840,Rucphen,NEE,22265,11130,11135,13,11,22,35,19,36,51,6,7,346,9430,25,36,38,2.4,6,2,0,0,0,0,1,12220,1.3,190,2145,1115,10385,1835,4545,7675,6.7,0.1,2.6,6.0,11.3,0.0,0.3,2.9,1.0,0.6,1.9,5.4,0.8,1.0,3.1,7.5,1.6,6.2,9.5,2.7,7.0,2.7,6447,6441,6 +GM0844,Schijndel,NEE,23260,11630,11630,17,11,24,31,17,43,46,6,5,560,9555,27,34,39,2.4,5,3,0,0,0,0,2,12055,1.3,290,2235,1045,9460,2595,3295,8755,9.9,0.0,0.6,5.1,14.8,0.0,0.0,3.0,0.7,2.3,7.7,10.1,0.7,1.5,6.5,9.0,1.0,10.6,14.0,1.6,14.1,1.7,4166,4154,12 +GM0845,Sint-Michielsgestel,NEE,28040,14090,13945,18,11,22,30,19,42,47,5,5,480,11175,26,34,41,2.5,5,2,0,0,0,0,1,14705,1.3,252,2280,1310,11635,3070,4480,10225,6.7,0.1,1.9,4.7,9.6,0.0,0.7,2.0,0.9,1.4,3.6,8.7,0.7,1.9,4.5,9.3,1.7,6.0,8.4,1.8,8.0,2.0,5934,5843,90 +GM0846,Sint-Oedenrode,NEE,17920,8940,8980,18,12,23,30,18,43,46,5,5,278,7310,27,35,38,2.5,5,2,0,0,0,0,2,9765,1.3,152,1565,860,7585,2180,2870,6895,11.3,0.0,0.1,6.6,14.1,0.0,0.0,4.0,0.8,1.8,7.6,13.1,0.7,1.8,7.4,12.3,2.0,9.9,15.6,1.2,18.9,1.8,6494,6441,52 +GM0847,Someren,NEE,18625,9460,9165,16,13,22,31,18,43,46,5,5,232,7620,29,32,39,2.4,6,2,0,0,0,0,1,9480,1.2,118,2085,820,7565,1915,2350,7125,12.4,0.0,0.2,5.1,12.6,0.0,0.2,3.1,0.8,1.5,4.6,9.5,0.9,1.0,3.4,8.6,2.0,10.2,11.9,1.0,21.8,2.5,8150,8033,117 +GM0848,Son en Breugel,NEE,16135,7975,8160,18,10,22,27,21,42,46,7,6,622,6750,27,35,38,2.4,8,3,0,0,0,0,2,8675,1.3,334,1690,790,6940,1735,2685,5990,8.1,0.0,2.0,8.0,8.1,0.0,2.0,5.0,0.9,1.0,4.4,8.7,0.7,2.3,8.9,13.4,2.4,8.7,9.7,1.7,13.6,1.8,2651,2595,56 +GM0851,Steenbergen,NEE,23400,11745,11655,16,11,23,31,19,40,47,7,6,160,10010,28,37,35,2.3,7,3,0,0,1,0,2,12490,1.2,85,1715,1255,10020,2470,4405,8085,4.2,0.5,1.2,3.8,14.4,0.0,0.1,1.7,1.0,1.0,2.0,2.4,1.0,1.1,2.2,2.6,1.3,12.8,15.6,1.2,25.9,1.2,15914,14662,1252 +GM0852,Waterland,NEE,17090,8505,8585,16,11,20,32,20,43,46,6,5,328,7300,29,33,38,2.3,7,4,0,0,1,0,2,7725,1.1,148,1015,815,6385,1335,2855,4870,7.2,0.1,1.7,7.9,9.4,0.1,0.9,5.9,1.9,0.8,1.4,2.9,0.9,1.3,2.2,4.7,0.8,10.4,15.6,1.0,17.0,3.3,11566,5211,6356 +GM0855,Tilburg,NEE,208525,103680,104845,16,15,28,26,15,52,36,8,5,1779,101310,44,26,30,2.1,9,15,3,2,2,4,4,96065,0.9,819,11065,6605,74860,21205,35120,60945,3.3,1.2,2.5,5.7,3.6,1.2,1.9,4.2,0.6,2.4,16.4,32.4,0.6,2.1,14.2,29.1,2.9,2.5,4.0,1.5,5.4,2.4,11915,11724,192 +GM0856,Uden,NEE,40945,20295,20650,17,11,25,29,18,45,43,7,5,611,17440,31,32,37,2.3,8,7,0,0,1,3,2,22070,1.3,329,3660,2040,17035,5035,6340,15730,3.4,0.9,1.0,3.0,3.4,0.9,1.0,2.0,0.8,1.1,8.1,14.9,0.6,2.0,10.5,15.8,1.4,15.5,24.1,1.5,24.0,2.0,6753,6705,48 +GM0858,Valkenswaard,NEE,30585,15120,15460,15,10,22,31,22,40,46,8,6,557,13815,33,35,33,2.2,10,4,0,0,0,0,2,15870,1.1,289,2015,1435,13425,2445,4955,10915,7.6,0.0,1.9,5.9,7.7,0.0,1.0,3.9,0.6,2.4,9.5,13.4,0.6,1.9,7.5,11.3,1.1,10.9,11.7,1.9,8.1,2.0,5649,5491,158 +GM0860,Veghel,NEE,37435,18820,18615,18,12,25,29,16,44,45,5,5,479,15180,28,32,40,2.5,8,9,2,0,1,4,2,19465,1.3,249,4160,1900,15055,4410,5225,14240,8.8,0.0,0.9,4.9,9.2,0.0,0.7,2.7,0.9,1.0,4.8,8.9,1.0,1.0,4.4,7.7,1.4,17.3,19.9,1.7,21.1,1.9,7892,7817,76 +GM0861,Veldhoven,NEE,44090,22010,22080,16,11,24,30,18,43,45,7,5,1390,19055,30,34,36,2.3,10,5,0,0,1,0,3,22005,1.2,693,2565,2130,18620,3380,7145,14860,3.1,1.0,3.8,5.5,3.1,1.0,2.8,4.5,0.6,1.6,13.2,28.6,0.5,2.4,17.2,32.7,2.7,6.4,7.6,1.8,6.4,1.5,3193,3173,20 +GM0865,Vught,NEE,25565,12660,12905,17,11,23,30,19,46,41,7,6,763,10825,34,30,37,2.4,9,4,0,0,0,0,2,11920,1.1,356,1025,740,9630,2290,3655,8265,5.4,0.3,2.1,6.2,5.4,0.3,1.0,2.9,0.7,2.2,7.8,15.1,0.6,2.7,10.8,18.9,1.1,1.7,5.2,1.9,8.1,1.7,3444,3349,94 +GM0866,Waalre,NEE,16725,8265,8460,18,10,20,30,22,40,47,6,6,747,7115,29,35,37,2.4,10,4,0,0,1,0,3,8915,1.3,398,620,655,7380,1535,2820,6095,3.0,1.4,4.5,6.7,4.6,0.5,3.5,4.8,0.6,1.7,5.4,25.6,0.7,1.4,4.5,24.9,1.4,6.8,6.8,3.9,3.2,0.9,2266,2239,28 +GM0867,Waalwijk,NEE,46435,23105,23330,16,11,25,29,18,42,45,7,6,719,20230,31,33,36,2.3,8,7,0,0,1,4,2,24650,1.2,381,3980,1970,19515,5140,8450,16200,3.1,0.9,1.1,5.5,3.1,0.9,1.1,4.7,0.8,1.2,6.8,12.9,0.6,2.1,11.9,22.6,1.5,15.1,16.0,1.6,17.7,1.7,6765,6462,302 +GM0870,Werkendam,NEE,26405,13150,13250,19,12,24,28,17,42,49,4,5,253,10270,24,33,42,2.6,3,2,0,0,0,0,1,12695,1.2,122,2255,990,10115,2580,4535,8160,10.8,0.0,0.2,2.7,10.8,0.0,0.2,2.7,1.0,0.6,1.4,2.3,1.0,0.8,1.6,2.6,2.3,10.6,20.8,1.0,19.9,1.3,12176,10448,1728 +GM0873,Woensdrecht,NEE,21645,10855,10790,15,10,22,31,21,37,50,7,6,236,9230,26,38,36,2.3,16,3,0,0,0,0,2,11675,1.3,127,1370,1135,9500,2175,4055,7620,10.8,0.0,0.6,1.9,10.8,0.0,0.6,1.8,0.7,1.4,3.1,5.5,0.7,0.9,2.6,4.3,1.5,11.2,19.8,2.5,33.4,1.0,9191,9166,25 +GM0874,Woudrichem,NEE,14440,7230,7210,18,12,24,30,16,41,49,5,5,293,5700,24,34,42,2.5,4,2,0,0,0,0,1,7310,1.3,148,1365,625,5670,1635,2370,4940,13.1,0.0,0.0,3.2,13.1,0.0,0.0,2.2,1.9,0.7,1.3,2.9,1.3,0.8,1.4,3.0,2.1,12.6,25.3,2.7,25.4,1.5,5170,4930,240 +GM0879,Zundert,NEE,21240,10895,10345,15,12,22,32,19,43,47,5,6,176,9125,31,34,35,2.3,12,3,1,0,0,0,1,11150,1.2,92,1950,930,9460,1685,3370,7780,11.8,0.0,0.9,5.3,13.1,0.0,0.3,2.4,1.7,0.5,1.6,2.3,2.1,0.5,1.0,1.4,1.3,12.4,15.3,5.4,11.7,2.1,12117,12071,46 +GM0880,Wormerland,NEE,15740,7860,7880,17,12,21,30,20,43,45,7,5,407,6750,30,33,38,2.3,6,6,0,0,1,1,3,7185,1.1,186,1010,1020,6200,985,2570,4615,5.4,0.4,2.0,9.5,6.8,0.1,1.1,7.3,0.7,2.6,6.0,19.4,0.7,2.8,8.3,19.1,1.8,2.4,8.4,1.9,21.1,1.4,4518,3863,655 +GM0881,Onderbanken,NEE,7905,3940,3960,14,11,20,34,20,38,48,7,7,374,3445,28,34,38,2.3,18,2,1,0,0,0,1,4520,1.3,214,415,465,4005,515,1155,3365,3.4,0.9,1.4,4.2,3.4,0.9,1.4,4.0,1.5,0.5,1.5,4.0,0.8,1.2,2.8,8.0,1.5,8.1,9.7,1.2,11.3,1.9,2124,2116,8 +GM0882,Landgraaf,NEE,37910,18685,19225,14,10,22,34,20,38,46,9,7,1542,17425,33,34,33,2.2,20,3,0,0,0,0,2,20030,1.1,815,1695,1660,18025,2005,5340,14690,5.8,0.2,3.0,4.0,5.8,0.2,3.0,4.0,1.1,0.6,3.8,11.2,0.9,1.0,6.0,15.1,1.8,2.0,4.9,1.1,18.4,5.0,2466,2458,8 +GM0888,Beek,NEE,16365,7950,8415,14,11,20,33,21,38,48,7,7,778,7295,30,36,34,2.2,10,4,1,0,0,0,2,9115,1.2,433,910,765,8010,1105,2685,6435,6.7,0.0,1.0,5.4,6.7,0.0,1.0,4.0,1.3,0.5,3.8,9.6,0.7,1.2,6.6,15.5,1.6,1.9,8.5,1.7,4.0,1.7,2103,2103,0 +GM0889,Beesel,NEE,13685,6880,6805,16,11,23,31,19,40,48,6,6,487,5820,27,35,38,2.4,11,5,3,0,0,1,1,6580,1.1,234,665,560,5725,855,1990,4595,10.5,0.0,0.1,3.0,10.8,0.0,0.1,2.0,0.7,1.1,3.0,7.0,0.7,1.6,4.6,7.5,2.6,1.4,11.6,1.0,42.4,1.7,2915,2813,102 +GM0893,"Bergen (L,)",NEE,13275,6655,6620,16,11,21,33,19,41,47,6,6,128,5550,27,35,38,2.4,13,2,0,0,0,0,1,7235,1.3,70,1090,740,5570,1665,1745,5490,12.6,0.0,0.2,2.2,12.6,0.0,0.2,1.8,1.0,1.1,1.6,3.5,1.0,0.8,1.2,2.3,1.7,7.9,28.6,4.5,35.3,4.4,10848,10345,503 +GM0899,Brunssum,NEE,29080,14140,14940,14,10,23,32,21,39,44,10,8,1690,13665,36,32,32,2.1,20,4,1,0,0,0,2,14735,1.1,856,1200,1345,13230,1500,3565,11165,2.1,1.0,1.5,4.0,2.1,1.0,1.5,4.0,1.1,0.5,3.4,7.7,1.0,0.6,5.3,11.9,1.0,6.2,7.3,1.5,11.8,2.1,1734,1721,13 +GM0907,Gennep,NEE,17320,8845,8475,17,10,23,31,19,45,44,6,5,364,7155,29,34,37,2.4,10,4,1,0,0,0,2,8920,1.2,187,1450,765,6825,2095,2410,6510,7.4,0.0,0.9,2.4,7.4,0.0,0.9,2.4,0.6,1.5,5.2,9.8,0.9,1.0,3.2,6.0,0.9,9.0,20.5,2.2,21.8,2.2,5042,4763,279 +GM0917,Heerlen,NEE,88745,43920,44825,13,11,25,31,20,43,39,11,7,1974,44845,44,28,28,2.0,19,8,3,1,0,1,4,42750,1.0,951,3875,3290,37800,4945,10800,31950,4.2,0.7,2.4,4.0,4.2,0.7,2.4,4.0,0.8,1.2,8.0,17.3,0.8,1.4,8.5,18.4,1.6,2.3,3.6,1.3,14.1,2.2,4553,4497,56 +GM0928,Kerkrade,NEE,47195,23530,23665,13,10,23,33,22,38,44,10,8,2155,22950,38,32,30,2.1,27,5,1,1,0,1,2,23545,1.0,1075,2145,2010,21180,2360,5945,17600,2.3,1.2,2.1,3.0,2.3,1.2,2.1,3.0,1.0,0.6,3.9,8.4,0.8,0.8,3.6,9.4,1.3,1.8,7.7,1.4,22.2,2.3,2213,2190,23 +GM0935,Maastricht,NEE,121820,58565,63255,11,19,24,27,19,50,35,8,6,2152,66805,52,26,22,1.8,19,9,1,1,0,1,5,45095,0.7,797,4035,3040,39690,5405,12865,32230,2.2,1.5,2.0,2.4,3.6,0.7,1.0,1.4,0.9,1.3,9.7,18.0,0.8,1.8,12.7,23.9,2.3,2.5,2.9,1.0,18.1,3.3,6003,5662,341 +GM0938,Meerssen,NEE,19360,9550,9810,15,10,20,33,23,38,50,6,6,716,8305,27,37,36,2.3,10,2,0,0,0,0,2,10190,1.2,377,1045,955,8915,1275,3105,7085,8.7,0.0,1.4,4.3,8.7,0.0,0.7,3.3,1.5,1.0,2.8,5.5,1.2,0.5,1.9,6.3,1.5,1.7,7.7,2.4,10.8,2.4,2764,2702,61 +GM0944,Mook en Middelaar,NEE,7825,3890,3935,16,11,18,34,22,41,47,7,6,450,3400,30,36,34,2.3,10,3,0,0,0,0,3,4400,1.3,253,415,390,3490,910,1325,3070,8.6,0.0,1.5,4.0,8.6,0.0,1.5,3.0,1.0,0.7,4.4,10.9,0.7,0.8,3.6,8.2,0.7,2.3,11.2,3.9,12.1,1.9,1881,1739,142 +GM0946,Nederweert,NEE,16785,8450,8330,16,12,22,32,18,40,50,5,5,168,6950,26,36,38,2.4,6,2,0,0,0,0,1,9065,1.3,91,1505,905,7280,1785,2225,6835,7.1,0.0,0.9,3.0,7.1,0.0,0.9,1.1,0.9,1.3,4.4,9.2,1.3,0.8,2.4,5.1,1.3,7.7,7.7,2.3,30.5,2.4,10178,10000,178 +GM0951,Nuth,NEE,15495,7675,7820,14,11,21,32,23,38,49,6,7,468,6780,28,38,34,2.3,11,2,0,0,0,0,1,8835,1.3,267,1260,870,7670,1165,2545,6295,9.8,0.0,0.9,5.7,9.8,0.0,0.9,4.8,2.3,0.5,1.9,4.6,1.0,0.6,1.7,6.6,1.1,2.5,9.4,1.1,8.9,2.8,3313,3310,3 +GM0957,Roermond,NEE,56690,28020,28670,16,11,26,30,18,45,40,9,6,931,26570,38,30,32,2.1,15,13,3,1,1,4,4,26750,1.0,439,2805,1990,22205,4545,7550,19200,2.7,0.8,1.0,3.4,2.7,0.8,1.0,1.2,0.8,1.4,8.0,14.0,0.8,1.4,7.3,13.9,1.7,2.1,2.7,2.7,31.6,2.1,7110,6091,1020 +GM0962,Schinnen,NEE,12950,6435,6510,14,10,20,33,22,37,50,7,6,538,5620,26,38,36,2.3,13,2,0,0,0,0,1,7320,1.3,304,705,650,6395,930,2140,5180,6.1,0.1,1.9,5.3,6.1,0.1,1.9,4.1,1.4,0.3,2.2,8.2,0.9,0.8,3.8,11.2,1.4,2.8,7.6,2.3,6.8,2.3,2412,2406,6 +GM0965,Simpelveld,NEE,10920,5410,5505,14,10,21,32,23,37,49,6,8,682,4840,29,37,34,2.3,17,1,0,0,0,0,1,6230,1.3,389,495,515,5310,920,1985,4245,6.9,0.0,1.6,3.0,6.9,0.0,1.6,3.0,0.9,0.7,1.2,3.7,0.9,0.7,1.3,5.1,1.9,8.4,9.4,2.1,22.8,1.1,1602,1602,0 +GM0971,Stein,NEE,25430,12625,12805,14,10,22,33,22,36,50,7,7,1207,11255,27,38,35,2.3,11,2,1,0,0,0,1,13870,1.2,658,1790,1430,12170,1695,3875,9995,7.6,0.0,1.0,4.9,7.6,0.0,1.0,3.0,0.7,1.1,3.3,7.8,0.7,1.2,4.8,10.5,1.4,3.3,9.1,1.0,6.2,2.3,2262,2107,155 +GM0981,Vaals,NEE,9770,4835,4935,11,10,20,35,24,37,47,9,7,410,4895,40,34,26,2.0,44,4,0,0,0,0,3,4700,1.0,197,350,410,4170,530,1200,3500,14.0,0.0,0.0,2.0,14.0,0.0,0.0,2.0,1.5,0.8,1.6,1.9,1.5,0.4,0.9,1.2,0.6,14.4,16.9,1.6,29.0,1.4,2387,2386,1 +GM0983,Venlo,NEE,100160,49705,50450,16,11,25,30,19,43,43,8,6,803,46010,36,31,33,2.2,15,11,3,0,0,4,3,47185,1.0,378,5450,3305,39470,7715,13530,33655,3.8,0.8,1.0,3.0,3.8,0.8,1.0,1.1,0.8,1.7,8.2,17.1,0.7,1.5,7.6,16.5,1.4,2.4,3.5,1.6,51.9,3.1,12899,12466,433 +GM0984,Venray,NEE,43035,21685,21355,17,11,24,31,17,45,44,6,5,263,18005,30,33,37,2.4,9,8,2,0,1,3,3,21100,1.2,129,3035,1850,16160,4945,5930,15175,3.6,0.8,1.1,3.8,3.6,0.8,1.0,1.9,1.2,1.1,6.1,9.0,1.2,1.4,7.8,11.1,1.5,3.7,23.6,3.0,39.5,2.7,16500,16334,166 +GM0986,Voerendaal,NEE,12615,6290,6325,14,10,20,33,23,37,50,7,7,400,5510,26,38,35,2.3,11,2,0,0,0,0,2,7000,1.3,222,660,570,6170,825,2130,4865,5.7,0.4,1.2,5.2,5.7,0.4,1.2,4.9,2.2,0.3,1.3,8.7,1.0,0.6,1.7,10.1,1.4,1.6,5.7,1.3,14.9,4.2,3152,3151,1 +GM0988,Weert,NEE,48585,24305,24280,15,11,23,30,20,42,45,7,6,465,21365,32,33,35,2.3,11,9,4,1,0,1,2,23465,1.1,225,3040,2000,19310,4155,6695,16770,2.6,0.8,1.1,2.0,2.6,0.8,1.0,1.0,0.9,2.0,9.5,13.9,0.8,1.3,6.2,9.6,1.4,2.6,2.6,1.8,27.8,2.2,10552,10447,105 +GM0994,Valkenburg aan de Geul,NEE,16815,8330,8485,13,9,20,33,25,38,46,8,8,458,7775,36,33,31,2.2,12,2,0,0,0,0,2,8590,1.1,234,960,800,7600,990,2500,6090,9.4,0.0,0.8,5.6,9.4,0.0,0.5,4.6,1.6,0.3,1.0,3.7,1.3,0.6,1.8,5.6,0.8,1.5,9.3,1.4,13.6,2.2,3692,3673,20 +GM0995,Lelystad,NEE,75775,37825,37950,20,11,28,28,13,48,39,9,4,328,32870,33,29,38,2.3,9,19,3,2,6,2,5,32315,1.0,140,3145,2795,23800,8515,10380,21935,2.6,0.9,1.0,2.5,2.6,0.9,1.0,1.0,0.9,1.2,9.6,20.4,0.8,1.9,14.2,29.5,2.6,2.6,2.6,2.6,18.6,2.7,76545,23121,53424 +GM1507,Horst aan de Maas,NEE,41810,21085,20720,17,12,23,31,18,44,46,5,5,222,16885,26,34,40,2.5,7,2,0,0,0,0,2,21580,1.3,114,3375,2520,17080,4500,5485,16095,4.9,0.5,1.1,3.9,12.1,0.0,0.1,1.9,0.8,1.7,5.0,8.1,0.7,2.1,5.4,8.2,1.5,5.1,13.9,2.8,45.8,2.5,19192,18866,326 +GM1509,Oude IJsselstreek,NEE,39780,19895,19880,17,11,22,31,20,42,46,5,7,292,16720,29,35,37,2.4,7,6,0,0,0,4,1,19680,1.2,144,2780,2100,16455,3225,5070,14610,9.7,0.0,0.7,3.0,12.6,0.0,0.2,1.1,1.3,0.7,2.8,4.8,1.2,0.9,3.5,5.6,1.2,4.0,33.8,1.7,47.5,2.0,13794,13637,157 +GM1525,Teylingen,NEE,35800,17845,17955,19,12,23,29,17,45,44,6,5,1254,14570,29,30,41,2.5,9,5,1,0,1,0,3,16535,1.1,579,1815,1320,14465,2075,6020,10515,2.5,1.2,4.7,10.3,6.9,0.2,2.1,4.7,0.6,2.8,8.6,25.7,0.5,3.0,10.4,25.9,1.1,1.6,7.7,1.1,8.4,1.4,3349,2855,494 +GM1581,Utrechtse Heuvelrug,NEE,48090,23230,24860,17,11,20,30,23,42,45,6,7,364,20980,35,32,33,2.3,8,6,2,0,0,1,3,24850,1.2,188,2610,2080,19615,5235,8430,16420,5.1,0.3,1.8,9.9,10.3,0.0,0.7,5.0,1.1,1.1,3.6,6.1,0.7,2.2,8.4,15.9,1.0,4.4,15.4,1.3,23.0,1.2,13409,13223,186 +GM1586,Oost Gelre,NEE,29870,15220,14650,18,11,22,31,18,46,44,4,6,272,12060,28,34,38,2.5,5,3,1,0,0,0,1,14720,1.2,134,2895,1570,12125,2595,3675,11045,2.0,1.0,2.4,4.7,11.5,0.0,0.2,1.1,1.2,1.1,2.6,4.5,1.2,1.5,4.1,6.1,1.0,4.6,32.9,2.0,36.3,2.3,11012,10965,46 +GM1598,Koggenland,NEE,22375,11230,11145,19,12,23,29,16,46,44,5,5,278,9010,27,33,40,2.5,5,2,0,0,0,0,2,11075,1.2,138,2485,1540,8965,2110,3075,8000,7.0,0.1,1.0,4.0,10.1,0.1,0.5,2.4,1.2,0.9,2.6,6.3,1.0,1.3,3.4,8.2,1.3,5.2,10.0,1.6,9.9,1.7,8413,8035,378 +GM1621,Lansingerland,NEE,56505,28125,28380,23,10,27,26,13,47,44,5,4,1041,21515,22,31,48,2.6,7,8,2,1,2,1,3,28325,1.3,522,4340,2365,24250,4070,11975,16350,2.7,1.6,4.0,23.5,2.9,0.8,2.9,15.7,1.0,1.5,9.7,20.1,0.7,2.7,14.2,31.3,1.1,6.8,10.1,1.4,8.9,1.6,5637,5427,211 +GM1640,Leudal,NEE,36425,18430,17990,16,11,21,33,19,41,48,5,6,224,15230,27,36,37,2.4,9,2,0,0,0,0,2,19945,1.3,123,2980,1905,16380,3565,5285,14660,9.7,0.0,0.6,4.0,10.6,0.0,0.4,2.0,1.0,0.9,2.4,5.7,1.1,0.7,1.8,4.2,1.0,10.0,10.4,1.2,35.6,3.1,16489,16279,210 +GM1641,Maasgouw,NEE,24015,12040,11975,14,10,21,34,22,40,47,7,7,526,10395,30,37,34,2.3,11,2,0,0,0,0,1,13185,1.3,289,1565,1245,10795,2390,4050,9140,7.5,0.2,1.7,3.8,10.9,0.0,0.4,1.7,0.8,1.3,2.6,6.7,0.9,1.0,1.8,5.2,1.8,7.8,10.5,1.0,25.3,3.1,5799,4570,1229 +GM1651,Eemsmond,NEE,16080,8215,7865,17,11,22,31,19,43,44,7,6,85,6910,32,33,35,2.3,4,2,0,0,0,0,1,7745,1.1,41,1275,905,5860,1880,1830,5915,21.0,0.0,0.0,0.3,21.0,0.0,0.0,0.3,2.5,0.6,1.4,2.6,1.8,0.8,1.7,2.9,0.7,1.5,26.9,1.5,23.8,3.0,54335,18909,35426 +GM1652,Gemert-Bakel,NEE,29100,14680,14420,17,12,24,31,16,45,45,5,5,238,11835,27,33,40,2.5,6,2,0,0,0,0,2,15020,1.3,123,2830,1695,11645,3375,3675,11350,3.3,0.7,1.4,4.5,10.9,0.0,0.2,2.5,0.8,1.4,4.1,6.3,1.1,2.5,6.2,8.7,1.3,10.8,11.8,1.8,25.7,1.8,12334,12235,99 +GM1655,Halderberge,NEE,29230,14495,14735,16,11,22,31,20,39,49,6,6,392,12275,26,37,37,2.4,6,7,3,0,1,1,2,15295,1.2,205,2110,1400,12590,2710,5585,9710,3.6,0.6,2.1,6.0,11.3,0.0,0.3,2.3,0.9,0.7,2.0,5.9,0.8,0.9,2.3,6.9,1.0,3.7,9.2,1.5,10.1,1.4,7521,7452,70 +GM1658,Heeze-Leende,NEE,15405,7765,7640,16,11,20,32,21,41,48,5,6,148,6325,27,35,38,2.4,7,2,0,0,0,0,2,8635,1.4,83,1230,805,7035,1600,2665,5970,6.6,0.3,1.1,7.6,6.7,0.3,0.9,5.6,0.9,1.6,3.7,8.9,0.8,2.0,5.0,11.0,2.8,2.9,12.5,1.2,11.6,1.7,10504,10404,100 +GM1659,Laarbeek,NEE,21765,11020,10745,18,11,23,30,18,42,47,5,5,393,8935,26,34,40,2.4,5,2,0,0,0,0,1,11215,1.3,203,1890,1125,9005,2210,2885,8330,5.8,0.3,1.9,7.6,6.4,0.2,1.0,4.7,0.6,2.2,6.0,15.7,0.7,1.6,5.6,15.0,1.6,8.0,8.1,1.0,18.6,1.3,5617,5537,80 +GM1663,De Marne,NEE,10335,5260,5075,16,10,22,32,20,43,44,7,6,61,4675,34,34,32,2.2,4,1,0,0,0,0,1,5205,1.1,31,995,615,3785,1420,1225,3980,25.0,0.0,0.0,0.0,25.0,0.0,0.0,0.0,2.6,0.4,0.9,1.8,3.5,0.6,0.8,1.7,1.5,10.4,25.9,3.4,25.4,3.8,24033,17045,6987 +GM1667,Reusel-De Mierden,NEE,12670,6465,6205,17,12,24,32,15,43,47,4,5,163,5040,25,35,40,2.5,6,2,0,0,0,0,2,6840,1.4,88,1280,730,5335,1505,1585,5250,19.8,0.0,0.0,0.4,19.8,0.0,0.0,0.4,0.8,1.3,3.1,6.2,0.7,1.2,3.0,7.5,0.9,23.4,23.4,0.9,22.4,2.4,7864,7787,77 +GM1669,Roerdalen,NEE,20995,10500,10495,14,10,21,34,21,38,48,7,7,238,9145,28,37,35,2.3,14,2,0,0,0,0,2,11585,1.3,131,1245,1095,9955,1630,3270,8315,7.5,0.1,1.1,3.0,7.9,0.1,0.8,1.0,1.4,0.6,1.3,4.2,0.9,0.8,1.5,4.5,1.5,7.9,8.3,3.4,28.6,6.1,8870,8814,56 +GM1671,Maasdonk,NEE,11220,5620,5595,18,13,21,32,16,43,48,4,5,301,4290,23,34,43,2.6,4,2,0,0,0,0,1,5950,1.4,160,1475,655,4565,1385,1660,4290,6.3,0.1,1.9,4.5,7.0,0.1,1.0,3.0,1.5,0.5,1.5,6.1,1.1,0.6,1.5,6.3,2.6,5.6,13.4,5.5,10.5,2.2,3735,3725,9 +GM1672,Rijnwoude,NEE,18575,9335,9240,18,12,22,29,18,43,47,5,5,328,7525,26,35,39,2.5,5,3,0,0,0,0,2,9280,1.2,164,1980,1035,7960,1320,3155,6120,6.6,0.2,1.7,11.7,6.6,0.2,1.7,8.7,1.2,0.5,2.5,8.1,0.7,1.7,4.7,10.8,1.2,5.9,12.2,1.6,9.1,1.2,5789,5668,122 +GM1674,Roosendaal,NEE,77155,38085,39070,16,11,24,29,19,42,44,8,6,725,34040,33,32,35,2.3,10,13,5,0,1,3,4,37185,1.1,349,4875,2805,30550,6635,12970,24220,3.5,0.8,1.5,5.7,3.5,0.8,1.1,2.0,0.7,1.5,9.8,17.9,0.7,1.7,11.0,20.5,1.6,3.2,3.3,1.3,16.1,2.3,10716,10647,69 +GM1676,Schouwen-Duiveland,NEE,34040,16835,17200,15,10,21,30,24,37,49,7,7,148,15175,31,37,31,2.2,6,2,0,0,0,0,2,17930,1.2,78,2930,1745,14285,3645,5970,11960,8.1,0.4,0.6,1.1,8.1,0.4,0.6,1.1,1.0,2.3,4.8,6.2,1.0,1.4,3.0,4.0,1.2,27.2,38.1,3.8,61.0,1.6,48821,23026,25795 +GM1680,Aa en Hunze,NEE,25540,12685,12855,16,10,19,34,22,39,48,6,7,92,11180,29,38,33,2.3,4,2,0,0,0,0,1,13835,1.2,50,1885,1640,10345,3485,4265,9570,10.3,0.0,0.7,4.0,11.0,0.0,0.4,1.4,1.4,0.8,1.8,3.6,1.4,1.0,2.0,3.7,1.6,12.7,14.5,2.5,16.4,2.7,27888,27626,261 +GM1681,Borger-Odoorn,NEE,25660,12835,12825,16,10,21,32,21,39,49,6,6,93,10990,26,38,35,2.3,4,1,0,0,0,0,1,14060,1.3,51,2335,1565,10435,3630,3995,10065,11.5,0.1,0.4,2.0,11.5,0.1,0.4,1.7,3.0,0.4,1.2,2.3,2.3,0.4,1.2,2.0,2.0,15.8,16.6,2.2,29.2,4.3,27789,27498,291 +GM1684,Cuijk,NEE,24740,12355,12390,17,11,24,30,17,44,45,6,5,483,10460,29,34,37,2.4,10,9,2,0,0,4,2,12290,1.2,240,1735,1025,9440,2845,3300,8985,10.3,0.0,0.4,3.3,10.3,0.0,0.4,3.1,1.7,0.5,1.3,2.6,0.8,1.0,3.4,5.7,1.9,2.3,17.1,1.8,15.0,1.7,5707,5124,583 +GM1685,Landerd,NEE,15220,7765,7460,18,12,22,31,17,45,45,4,5,216,5845,24,33,43,2.6,4,2,0,0,0,0,1,8330,1.4,118,1635,840,6210,2115,2065,6265,8.2,0.0,1.1,2.7,8.2,0.0,1.1,2.3,0.9,1.7,2.9,6.9,0.9,1.4,2.3,5.8,1.3,9.7,23.3,1.4,18.2,1.8,7071,7037,33 +GM1690,De Wolden,NEE,23760,11915,11845,17,11,20,31,21,41,48,5,7,106,9695,26,37,37,2.5,3,1,0,0,0,0,1,12990,1.3,58,2195,1675,9270,3715,3545,9445,6.3,0.2,1.3,4.6,8.4,0.0,0.7,2.0,1.5,0.9,1.8,3.0,1.5,0.8,1.7,2.9,2.3,9.5,14.6,2.2,37.9,2.5,22635,22472,163 +GM1695,Noord-Beveland,NEE,7510,3760,3750,15,9,22,31,24,38,47,9,6,87,3525,35,37,28,2.1,8,2,0,0,0,0,2,4275,1.2,50,685,435,3355,920,1155,3120,15.9,0.0,0.0,1.7,17.4,0.0,0.0,1.3,1.0,0.8,1.0,1.9,0.7,0.8,1.1,2.0,2.0,15.1,24.0,14.6,77.8,1.2,12151,8583,3568 +GM1696,Wijdemeren,NEE,23220,11355,11865,17,10,20,32,22,41,45,7,6,485,9920,30,33,37,2.3,8,4,0,0,0,0,2,12880,1.3,269,1910,1090,10800,2080,4295,8585,7.4,0.0,1.4,8.9,8.6,0.0,1.2,5.4,1.0,1.8,4.1,11.2,1.0,1.7,4.5,11.7,2.1,6.1,6.6,2.7,17.6,1.5,7636,4786,2850 +GM1699,Noordenveld,NEE,31025,15395,15625,16,10,20,31,23,40,47,6,7,154,13460,29,37,34,2.3,5,2,0,0,0,0,1,16265,1.2,81,1925,1550,12305,3960,4655,11610,12.6,0.0,0.4,4.0,13.0,0.0,0.2,1.9,1.4,0.7,2.6,3.6,1.2,0.8,2.9,4.6,1.3,14.7,15.1,1.9,18.3,2.0,20532,20081,451 +GM1700,Twenterand,NEE,33970,17225,16745,20,12,25,27,16,43,48,4,6,320,12865,24,31,45,2.6,3,2,0,0,0,0,1,17105,1.3,161,2840,1545,13135,3970,4405,12700,5.8,0.3,1.0,4.5,13.8,0.0,0.1,1.5,1.0,1.1,3.5,5.4,1.1,0.7,2.3,3.7,1.1,2.8,12.5,1.3,30.1,2.2,10814,10628,186 +GM1701,Westerveld,NEE,19090,9520,9570,16,9,19,31,25,39,48,6,7,69,8270,30,38,32,2.3,4,2,0,0,0,0,1,10310,1.2,37,1630,1140,7200,3110,3160,7150,6.9,0.3,0.9,3.2,18.7,0.0,0.0,0.6,1.9,0.6,1.4,3.0,1.4,0.8,1.8,3.9,1.0,11.8,19.2,2.4,26.3,2.4,28274,27851,423 +GM1702,Sint Anthonis,NEE,11760,6055,5700,17,12,21,32,18,44,46,4,5,118,4495,24,35,41,2.6,4,1,0,0,0,0,1,6125,1.4,62,1125,705,4625,1500,1455,4670,9.3,0.0,0.6,3.3,9.4,0.0,0.6,2.1,1.3,1.0,2.4,5.8,1.5,0.6,1.5,3.7,1.7,8.0,25.8,2.1,26.7,2.3,9976,9927,49 +GM1705,Lingewaard,NEE,45815,22735,23080,19,10,24,31,16,43,46,6,5,737,18855,26,34,40,2.4,7,3,0,0,0,0,2,22305,1.2,359,2645,2335,18635,3670,6955,15355,6.6,0.3,2.0,7.1,10.0,0.0,0.9,5.0,1.0,1.1,3.6,9.2,0.7,1.4,5.3,12.5,1.4,7.0,9.2,1.7,17.4,1.6,6914,6217,697 +GM1706,Cranendonck,NEE,20330,10260,10070,16,11,23,31,19,41,48,6,6,266,8510,26,36,37,2.4,12,3,0,0,0,0,2,11275,1.3,148,1725,1120,9070,2205,3025,8250,3.4,0.7,1.1,3.4,11.4,0.0,0.1,1.9,1.4,0.3,1.0,2.1,1.7,0.3,0.8,1.1,4.0,6.1,11.1,1.7,19.9,1.7,7805,7636,169 +GM1708,Steenwijkerland,NEE,43435,21735,21700,18,11,23,29,19,42,46,6,6,150,18690,31,34,35,2.3,4,3,0,0,0,1,2,21345,1.1,74,3040,2530,14970,6375,6280,15065,7.6,0.5,0.6,2.3,16.8,0.0,0.0,0.9,1.4,1.2,4.7,6.2,1.2,1.3,5.3,7.2,1.4,7.3,16.5,2.0,25.7,2.6,32159,28982,3177 +GM1709,Moerdijk,NEE,36625,18295,18325,17,10,24,30,18,41,47,6,6,230,15530,28,36,37,2.4,6,4,0,0,0,1,2,19685,1.3,124,3910,1805,15680,4005,7430,12255,10.9,0.1,0.3,5.1,16.9,0.0,0.0,1.8,1.3,1.2,2.3,2.8,1.1,1.0,1.7,2.4,1.7,6.6,15.9,1.7,15.7,1.5,18403,15937,2466 +GM1711,Echt-Susteren,NEE,32070,16035,16035,13,10,22,34,21,39,47,7,7,311,14105,30,35,35,2.3,14,3,0,0,0,0,2,17305,1.2,168,2365,1585,14775,2530,4655,12650,3.7,1.2,2.2,4.1,12.6,0.0,0.2,2.1,1.0,1.3,4.0,7.2,1.1,0.8,2.3,5.0,0.9,2.4,10.8,3.9,15.6,2.5,10453,10312,141 +GM1714,Sluis,NEE,23885,11720,12165,14,9,21,31,25,37,48,8,8,85,11260,35,37,29,2.1,22,2,0,0,0,0,1,13190,1.2,47,2005,1055,10635,2555,3710,9480,8.0,0.2,0.6,1.1,8.0,0.2,0.6,1.1,1.2,1.4,2.0,2.8,1.3,1.1,1.4,2.1,1.3,49.6,53.0,4.6,116.1,1.7,30716,27964,2751 +GM1719,Drimmelen,NEE,26735,13385,13350,16,11,22,32,18,41,48,5,6,278,10960,25,37,38,2.4,5,2,0,0,0,0,1,13925,1.3,145,1910,1275,11365,2560,4955,8970,9.8,0.0,1.1,4.8,9.8,0.0,1.1,3.6,0.8,1.8,4.3,8.4,0.8,0.8,1.6,4.7,2.0,9.2,11.1,1.4,8.1,1.6,11943,9614,2329 +GM1721,Bernheze,NEE,29775,15040,14735,19,12,23,30,17,44,47,4,5,332,11505,24,33,43,2.6,5,2,0,0,0,0,1,15105,1.3,168,3105,1595,11675,3430,4275,10830,6.2,0.5,1.2,4.3,6.2,0.5,1.2,2.5,1.1,0.9,2.2,8.4,1.0,1.2,3.1,8.7,2.2,8.1,18.2,1.4,15.7,1.7,9041,8974,66 +GM1722,Ferwerderadiel,NEE,8855,4525,4330,20,11,23,29,17,45,44,5,5,91,3610,28,33,39,2.5,4,2,0,0,0,0,1,4360,1.2,45,930,485,2995,1365,985,3375,13.0,0.0,0.2,1.8,13.0,0.0,0.2,1.8,4.2,0.2,0.7,1.0,3.0,0.3,0.6,0.8,1.2,15.5,16.9,4.4,16.4,2.5,13318,9774,3545 +GM1723,Alphen-Chaam,NEE,9640,4880,4760,16,12,21,32,19,41,49,5,5,104,3855,23,38,40,2.5,11,2,0,0,0,0,1,5560,1.4,60,910,585,4545,1015,1515,4045,12.0,0.0,0.3,4.5,12.0,0.0,0.3,3.8,1.5,1.3,1.7,2.3,1.0,0.9,1.4,2.1,1.1,12.9,13.0,3.0,13.9,1.7,9351,9304,47 +GM1724,Bergeijk,NEE,18190,9215,8975,17,12,22,31,19,42,48,5,5,180,7355,25,36,39,2.5,7,2,0,0,0,0,1,9870,1.3,98,1890,1170,7915,1955,3005,6865,13.0,0.0,0.2,2.8,13.0,0.0,0.1,1.8,1.3,0.7,1.6,3.8,1.3,1.0,2.1,4.3,2.8,18.9,19.2,1.0,15.6,2.3,10173,10099,74 +GM1728,Bladel,NEE,19635,9970,9660,17,11,23,30,18,43,46,5,5,261,7950,26,35,38,2.5,6,2,0,0,0,0,2,10350,1.3,137,2115,1200,8240,2110,3015,7335,15.2,0.0,0.0,1.7,15.2,0.0,0.0,1.3,1.3,1.0,3.0,6.1,0.6,1.8,4.0,9.6,1.5,20.2,21.4,0.8,19.4,1.7,7562,7537,26 +GM1729,Gulpen-Wittem,NEE,14445,7250,7195,12,10,20,35,23,37,51,6,7,197,6370,29,38,34,2.3,11,1,0,0,0,0,1,7915,1.2,108,850,655,6935,980,2280,5635,9.9,0.0,0.5,4.0,9.9,0.0,0.5,3.4,2.7,0.4,0.7,1.8,1.9,0.5,1.2,3.2,1.3,7.0,12.5,3.5,21.5,2.3,7335,7317,18 +GM1730,Tynaarlo,NEE,32455,15935,16520,18,9,20,31,22,41,45,7,7,226,13730,29,35,36,2.4,5,2,0,0,0,0,2,18870,1.4,132,2065,1550,13875,4995,7075,11795,9.2,0.2,1.5,6.4,10.9,0.1,0.5,2.8,1.2,0.7,2.4,5.2,1.0,1.1,3.5,7.0,2.3,8.8,11.8,2.0,14.7,2.3,14770,14339,430 +GM1731,Midden-Drenthe,NEE,33420,16665,16755,17,11,21,31,20,41,47,6,6,98,14055,28,36,36,2.4,4,2,0,0,0,0,1,17115,1.2,50,2850,2095,12130,4985,5070,12045,12.2,0.0,0.3,3.4,13.7,0.0,0.2,1.3,1.8,0.5,1.5,2.7,1.6,1.0,2.4,3.9,1.5,6.5,15.3,2.6,14.7,3.1,34587,34079,508 +GM1734,Overbetuwe,NEE,46530,23085,23445,20,11,24,29,16,44,45,6,5,426,18700,25,33,42,2.5,7,3,0,0,0,1,2,23495,1.3,215,3125,2295,18570,4920,7830,15660,6.1,0.3,1.5,7.8,12.4,0.0,0.1,3.8,1.0,1.3,4.3,9.5,0.8,1.5,4.3,10.2,1.2,2.9,10.8,2.0,16.6,1.9,11508,10923,585 +GM1735,Hof van Twente,NEE,35215,17465,17745,17,10,22,29,22,41,48,5,7,166,14540,28,35,37,2.4,5,3,0,0,0,1,2,18345,1.3,86,2995,1795,14770,3575,5720,12630,4.2,0.6,1.5,7.3,12.8,0.2,0.3,2.7,1.0,1.3,2.8,5.1,1.1,1.3,2.9,4.4,1.1,3.2,14.7,1.9,17.6,2.0,21541,21265,276 +GM1740,Neder-Betuwe,NEE,22590,11230,11360,22,14,23,26,15,45,46,4,5,372,8055,23,31,46,2.8,4,2,1,0,0,0,1,11105,1.4,183,2335,945,8765,2340,3375,7730,9.4,0.0,0.7,6.1,14.0,0.0,0.1,2.0,0.9,1.1,2.0,4.9,2.0,0.5,0.9,3.4,1.7,2.7,17.7,2.1,25.2,1.2,6816,6071,745 +GM1742,Rijssen-Holten,NEE,37605,18695,18915,21,13,25,24,17,43,49,3,5,400,13760,24,31,45,2.7,3,4,0,0,0,3,1,18290,1.3,194,3175,1450,13985,4305,6440,11850,3.2,0.8,1.8,5.1,13.2,0.0,0.0,1.4,1.0,1.1,3.6,5.6,0.9,1.4,4.6,6.5,1.2,1.6,14.4,1.4,20.6,1.7,9438,9412,26 +GM1771,Geldrop-Mierlo,NEE,38765,19210,19560,17,11,24,30,19,43,45,7,6,1250,17045,31,33,36,2.3,9,6,1,1,1,1,3,19595,1.1,632,2155,1620,16435,3165,5805,13790,2.4,0.8,3.6,7.3,2.4,0.8,2.8,5.0,0.7,1.6,9.2,19.7,0.5,2.8,16.0,28.7,3.0,2.0,7.0,1.4,8.8,1.5,3139,3101,37 +GM1773,Olst-Wijhe,NEE,17750,8965,8780,18,11,22,31,18,44,46,5,5,156,7185,27,34,39,2.5,4,3,0,0,0,1,1,8660,1.2,76,1065,975,6735,1925,2090,6575,9.4,0.0,0.9,4.9,13.5,0.0,0.1,1.9,1.6,0.5,1.6,2.3,1.5,0.5,2.0,2.8,1.1,2.4,12.8,2.0,16.7,1.8,11837,11399,438 +GM1774,Dinkelland,NEE,26055,13235,12820,19,12,21,30,19,44,47,3,6,148,9810,25,32,44,2.7,6,1,0,0,0,0,1,13245,1.4,75,2510,1260,10330,2910,3655,9590,10.2,0.0,0.5,3.1,10.2,0.0,0.5,2.3,1.0,1.2,2.6,4.7,1.0,1.3,3.0,5.4,1.1,10.0,17.8,1.9,20.7,2.2,17682,17570,112 +GM1783,Westland,NEE,102695,51065,51635,18,13,24,28,17,45,45,5,5,1291,42450,30,31,39,2.4,8,5,1,0,1,1,2,50120,1.2,630,11050,4045,44670,5450,19095,31020,2.7,1.4,5.3,16.0,8.3,0.1,1.9,8.9,0.7,2.6,9.2,26.3,0.7,2.3,10.2,26.5,0.9,6.6,12.4,1.0,6.6,1.4,9058,7953,1105 +GM1842,Midden-Delfland,NEE,18250,9220,9030,19,13,22,30,16,45,46,5,4,385,7200,26,32,43,2.5,6,4,1,0,1,0,2,8455,1.2,179,1455,810,7510,950,3020,5435,3.0,1.3,5.4,22.6,4.9,0.6,2.5,14.0,0.6,2.7,15.0,37.1,0.7,2.6,12.8,32.7,0.9,3.4,12.6,0.8,12.1,0.9,4938,4735,203 +GM1859,Berkelland,NEE,44770,22530,22235,17,11,21,30,20,42,47,4,7,173,18435,28,35,37,2.4,5,2,0,0,0,0,1,23145,1.3,90,3055,2580,19075,4065,6515,16630,5.9,0.3,1.4,6.2,18.7,0.0,0.0,0.8,1.1,1.2,2.6,4.2,1.1,1.5,3.7,5.1,1.1,9.1,23.2,1.9,26.5,2.1,26053,25849,204 +GM1876,Bronckhorst,NEE,37215,18475,18740,17,11,19,32,22,41,47,5,7,131,15325,26,36,37,2.4,4,1,0,0,0,0,1,20125,1.3,71,3440,2740,16730,3395,5315,14810,7.8,0.1,1.3,4.9,8.1,0.1,0.8,2.3,1.8,0.7,1.4,2.5,1.2,1.3,2.4,4.6,1.1,6.2,16.6,2.4,29.8,2.5,28642,28348,294 +GM1883,Sittard-Geleen,NEE,94025,46290,47735,14,11,23,32,20,41,43,9,7,1190,44155,37,31,32,2.1,15,6,2,0,0,1,3,48470,1.1,614,5925,4000,42035,6430,13875,34590,4.3,0.7,1.1,5.1,4.3,0.7,1.0,2.9,1.0,0.9,5.4,12.7,0.7,1.2,5.6,13.4,1.8,2.5,3.8,1.8,4.7,2.0,8053,7900,153 +GM1884,Kaag en Braassem,NEE,25715,13030,12685,18,12,23,31,17,44,46,5,5,406,10535,27,33,40,2.4,5,3,0,0,0,0,2,12805,1.2,202,2155,1435,11130,1675,4305,8500,7.8,0.2,1.6,11.0,8.3,0.2,1.3,5.2,1.2,0.7,1.7,4.6,0.9,0.9,2.5,5.9,1.4,7.7,12.8,3.2,13.9,1.4,7224,6332,892 +GM1891,Dantumadiel,NEE,19130,9585,9545,18,12,22,29,19,43,47,5,6,224,7685,27,32,41,2.5,2,1,0,0,0,0,1,9350,1.2,110,1460,845,6560,2790,1975,7375,7.5,0.3,0.7,1.3,7.5,0.3,0.7,1.3,1.4,0.6,1.4,3.4,1.4,0.7,1.2,2.8,1.3,4.4,19.8,1.5,20.6,2.4,8753,8533,219 +GM1892,Zuidplas,NEE,40780,20240,20540,18,13,24,30,15,43,47,6,4,683,16380,26,32,42,2.5,8,7,2,1,1,0,3,20065,1.2,336,3385,2055,17225,2840,7655,12410,3.3,1.1,3.7,18.0,7.0,0.0,1.2,12.1,1.1,1.1,5.7,16.4,1.0,1.8,7.3,19.0,1.5,3.3,9.8,1.4,12.7,1.4,6405,5968,437 +GM1894,Peel en Maas,NEE,43300,21975,21325,16,12,23,31,18,43,47,5,5,272,17315,24,35,40,2.5,7,3,1,0,0,1,1,22375,1.3,140,3340,2175,18275,4100,5110,17265,5.3,0.4,1.2,3.6,12.8,0.0,0.3,1.5,0.8,1.7,5.0,8.0,0.8,1.2,4.1,6.9,0.9,9.2,14.1,1.4,42.1,1.8,16135,15938,197 +GM1895,Oldambt,NEE,38745,19125,19620,15,10,23,31,21,40,44,8,8,171,17880,35,33,32,2.2,7,3,0,0,1,0,2,19425,1.1,86,2290,2010,15130,4295,5570,13855,4.6,0.6,0.9,2.8,4.6,0.6,0.9,1.3,2.7,0.3,1.5,2.9,1.9,0.8,3.7,6.4,1.6,3.3,36.9,1.7,34.4,2.1,29596,22672,6924 +GM1896,Zwartewaterland,NEE,22140,11210,10925,23,14,25,25,14,44,49,3,4,268,8300,26,30,44,2.7,3,2,0,0,0,0,1,9990,1.2,121,3050,895,7620,2365,3715,6270,13.5,0.0,0.0,3.9,14.2,0.0,0.0,2.9,1.1,1.2,2.0,3.4,0.8,1.7,2.9,5.1,1.0,12.4,13.7,1.1,30.4,1.2,8786,8268,518 +GM1900,Sdwest-Frysln,NEE,82640,41235,41400,18,11,23,28,19,45,42,7,6,192,35640,33,32,35,2.3,5,3,0,0,0,0,2,37555,1.1,87,6815,3650,26655,10900,10765,26790,8.5,0.5,0.6,1.2,9.9,0.5,0.6,0.9,2.0,1.0,4.5,6.6,1.4,1.2,4.5,7.0,2.0,4.8,27.4,2.6,29.0,2.4,81314,43112,38203 +GM1901,Bodegraven-Reeuwijk,NEE,32815,16390,16425,19,12,23,29,17,43,47,5,5,433,13125,27,33,40,2.5,6,5,2,0,0,0,2,15315,1.2,202,2800,1460,12825,2485,5445,9870,7.2,0.5,1.9,6.2,7.2,0.5,1.9,4.3,1.2,0.8,2.9,7.5,1.0,1.0,3.9,9.3,1.3,3.1,7.8,2.1,20.5,2.0,8864,7574,1290 +GM1903,Eijsden-Margraten,NEE,25050,12515,12530,15,12,20,33,21,39,50,5,6,324,10320,25,37,38,2.4,10,2,0,0,0,0,1,13255,1.3,171,1630,1100,11640,1615,3695,9560,6.9,0.3,1.3,2.7,6.9,0.3,0.9,1.7,1.5,1.0,2.8,8.5,1.1,0.7,2.2,7.0,1.4,4.2,8.5,2.2,21.9,1.5,7832,7740,93 +GM1904,Stichtse Vecht,NEE,63490,31085,32400,18,11,24,31,17,44,43,7,5,657,27020,31,30,39,2.3,9,8,2,1,2,1,3,30530,1.1,316,3120,2345,25545,4985,10470,20060,7.5,0.2,2.6,12.1,8.0,0.1,0.8,7.1,1.1,1.4,5.4,12.6,0.7,3.0,11.4,23.7,1.6,3.0,10.1,1.3,8.7,1.9,10682,9663,1019 +GM1908,Menameradiel,NEE,13725,7010,6715,18,11,23,30,18,43,46,5,5,199,5735,28,35,38,2.4,4,1,0,0,0,0,1,7015,1.2,102,1060,835,5115,1900,1855,5160,11.4,0.0,0.2,1.6,11.4,0.0,0.2,1.0,0.7,1.9,3.3,8.7,0.7,1.6,2.6,6.3,1.4,4.8,10.2,4.2,8.7,3.1,7003,6883,120 +GM1911,Hollands Kroon,NEE,47640,24085,23560,18,11,24,30,17,43,46,6,5,133,19885,27,35,38,2.4,6,2,0,0,0,0,2,24145,1.2,68,5185,3290,18120,6020,6720,17425,14.8,0.0,0.3,1.5,20.1,0.0,0.0,0.5,2.1,0.4,1.0,1.8,2.0,0.5,1.4,2.1,1.5,10.2,19.6,2.6,27.0,1.9,66220,35760,30459 +GM1916,Leidschendam-Voorburg,NEE,72585,34715,37875,16,10,25,28,21,45,40,8,6,2222,35190,41,29,30,2.1,14,14,2,1,3,1,7,34025,1.0,1041,3615,2265,29725,4300,12195,21825,1.9,2.7,7.9,21.2,1.9,2.2,5.8,14.0,0.6,2.2,21.2,62.3,0.5,2.9,24.2,64.1,1.2,2.2,4.5,1.3,10.6,2.1,3562,3267,294 +GM1924,Goeree-Overflakkee,NEE,48260,23885,24370,18,11,24,29,19,39,50,5,6,185,20130,29,34,36,2.4,4,2,0,0,0,0,1,24395,1.2,94,4330,2235,19515,4880,8580,15815,8.9,0.3,0.6,1.4,9.0,0.3,0.6,0.9,2.5,0.8,1.4,2.1,1.3,0.7,1.2,2.0,1.6,33.5,41.2,3.9,45.4,0.9,42235,26082,16153 +GM1926,Pijnacker-Nootdorp,NEE,50455,25150,25305,23,12,27,26,13,48,43,5,3,1351,19220,24,28,48,2.6,8,10,1,1,3,1,4,21865,1.1,585,2455,2020,19375,2490,8125,13745,3.5,0.9,5.8,25.8,5.0,0.4,3.9,18.5,0.6,2.0,12.1,32.0,0.7,2.2,15.5,40.5,1.5,4.2,9.8,1.8,10.6,2.3,3862,3736,126 +GM1927,Molenwaard,NEE,29190,14835,14355,22,14,23,26,15,44,47,4,4,247,10550,24,31,45,2.8,3,2,0,0,0,0,1,14000,1.3,118,3410,1270,11120,2880,4805,9190,10.8,0.0,0.9,10.0,11.6,0.0,0.4,6.9,1.5,0.9,1.6,4.8,1.7,0.4,1.0,4.5,1.9,10.2,15.1,2.4,17.2,1.6,12648,11828,819 +GM1955,Montferland,NEE,34835,17365,17465,16,11,21,32,20,40,48,6,6,330,14615,27,34,39,2.4,8,3,0,0,0,1,1,17680,1.2,167,2545,1845,14960,2720,5265,12415,7.6,0.2,0.9,4.5,8.2,0.2,0.7,2.9,1.0,1.2,3.5,6.1,1.2,0.7,1.6,3.3,0.9,5.1,24.5,2.1,37.8,2.1,10663,10569,95 +GM1987,Menterwolde,NEE,12370,6280,6090,16,11,23,33,17,42,45,7,6,154,5340,28,35,37,2.3,5,2,0,0,0,0,1,6595,1.2,82,815,780,5130,1465,1835,4760,6.5,0.7,1.8,3.7,13.9,0.0,0.1,1.7,1.6,0.5,1.5,4.3,1.7,0.3,1.3,3.7,1.9,3.0,25.2,1.0,24.0,3.5,8162,8024,138 diff --git a/data/gemeenten/geo.json b/data/gemeenten/geo.json index 65e25dbf61918fd814a9c4e0c664a697ee6db8cc..a3d5cb3589af81d59d1182446f1c6521e9bdd87d 100644 --- a/data/gemeenten/geo.json +++ b/data/gemeenten/geo.json @@ -1,438 +1,431 @@ -{ -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::28992" } }, - -"features": [ -{ "type": "Feature", "properties": { "GM_CODE": "GM0003" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 254799.999974, 596399.999974 ], [ 254799.999974, 595999.999974 ], [ 254599.999974, 595699.999974 ], [ 254599.999974, 594599.999974 ], [ 254603.36977399999159, 594579.781474 ], [ 254696.54357399998116, 594020.738474 ], [ 254699.999974, 593999.999974 ], [ 254699.999974, 593199.999974 ], [ 254799.999974, 592699.999974 ], [ 254986.15057399999932, 592513.849474 ], [ 254999.999974, 592499.999974 ], [ 254999.999974, 591199.999974 ], [ 254799.999974, 591099.999974 ], [ 253199.999974, 590799.999974 ], [ 253199.999974, 590999.999974 ], [ 252599.999974, 590999.999974 ], [ 252299.999974, 590299.999974 ], [ 251716.38797399998293, 590299.999974 ], [ 251699.999974, 590299.999974 ], [ 251099.999974, 590399.999974 ], [ 250899.999974, 591099.999974 ], [ 250299.999974, 590799.999974 ], [ 250134.312774, 591048.530774000100791 ], [ 250099.999974, 591099.999974 ], [ 249699.999974, 591899.999974 ], [ 249899.999974, 591999.999974 ], [ 249401.59407399999327, 593096.493074000114575 ], [ 249399.999974, 593099.999974 ], [ 249399.999974, 593254.52867399994284 ], [ 249399.999974, 593599.999974 ], [ 249499.999974, 593999.999974 ], [ 249599.80357399999048, 594199.607274 ], [ 249599.999974, 594199.999974 ], [ 249799.999974, 594299.999974 ], [ 250099.999974, 594299.999974 ], [ 250699.999974, 594399.999974 ], [ 251261.972974, 594399.999974 ], [ 251299.999974, 594399.999974 ], [ 251399.999974, 594399.999974 ], [ 251511.877574, 594474.585074 ], [ 251699.999974, 594599.999974 ], [ 251699.999974, 594799.999974 ], [ 251399.999974, 595499.999974 ], [ 251299.999974, 595999.999974 ], [ 251399.999974, 596199.999974 ], [ 251499.999974, 596399.999974 ], [ 251899.999974, 596399.999974 ], [ 252399.999974, 596399.999974 ], [ 253099.999974, 596199.999974 ], [ 253299.999974, 596099.999974 ], [ 253499.999974, 596099.999974 ], [ 253999.999974, 596199.999974 ], [ 254099.999974, 596699.999974 ], [ 254773.470674, 596411.36967399995774 ], [ 254799.999974, 596399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0005" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 235499.999974, 596299.999974 ], [ 235899.999974, 595599.999974 ], [ 236099.999974, 595599.999974 ], [ 236099.999974, 595199.999974 ], [ 235699.999974, 594999.999974 ], [ 235899.999974, 594399.999974 ], [ 236199.999974, 594499.999974 ], [ 236499.999974, 594399.999974 ], [ 236799.999974, 593899.999974 ], [ 236699.999974, 593699.999974 ], [ 237199.999974, 592699.999974 ], [ 238399.999974, 592699.999974 ], [ 238699.999974, 591999.999974 ], [ 239099.999974, 592099.999974 ], [ 239499.999974, 592099.999974 ], [ 237899.999974, 588099.999974 ], [ 237888.781174, 588066.34347399999388 ], [ 237699.999974, 587499.999974 ], [ 237699.999974, 587299.999974 ], [ 238199.999974, 586599.999974 ], [ 238299.999974, 585999.999974 ], [ 238399.999974, 585699.999974 ], [ 238299.999974, 585699.999974 ], [ 237199.999974, 585499.999974 ], [ 237099.999974, 585699.999974 ], [ 236399.999974, 585699.999974 ], [ 236399.999974, 585717.003774 ], [ 236399.999974, 585899.999974 ], [ 235322.581674, 586095.894274 ], [ 235299.999974, 586099.999974 ], [ 235099.999974, 586099.999974 ], [ 235101.16197399998782, 586109.295674 ], [ 235115.58727399999043, 586224.697874 ], [ 235199.999974, 586899.999974 ], [ 235147.271474, 586873.635774 ], [ 234999.999974, 586799.999974 ], [ 233699.999974, 586699.999974 ], [ 233699.999974, 586999.999974 ], [ 232699.999974, 586799.999974 ], [ 232599.999974, 587099.999974 ], [ 232691.015874, 587646.095174 ], [ 232699.999974, 587699.999974 ], [ 232899.999974, 588199.999974 ], [ 232997.375074, 589660.62657400011085 ], [ 232999.999974, 589699.999974 ], [ 233199.999974, 592599.999974 ], [ 233205.715774, 592617.147274000104517 ], [ 233399.999974, 593199.999974 ], [ 233407.05167399998754, 593239.9595739999786 ], [ 233699.999974, 594899.999974 ], [ 233599.999974, 594999.999974 ], [ 233599.999974, 595599.999974 ], [ 233604.88457399999606, 595624.423074 ], [ 233699.999974, 596099.999974 ], [ 234099.999974, 596299.999974 ], [ 234199.999974, 596299.999974 ], [ 234596.26567399999476, 595903.73437399999239 ], [ 234599.999974, 595899.999974 ], [ 235099.999974, 595799.999974 ], [ 235499.999974, 596299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0007" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 272799.99997399997665, 576199.999974 ], [ 274499.99997399997665, 574999.999974 ], [ 274699.99997399997665, 575499.999974 ], [ 275099.99997399997665, 575699.999974 ], [ 275499.99997399997665, 575799.999974 ], [ 275599.99997399997665, 574999.999974 ], [ 275199.99997399997665, 574099.999974 ], [ 274999.99997399997665, 573999.999974 ], [ 274899.99997399997665, 573899.999974 ], [ 274999.10327399999369, 573107.17407399998046 ], [ 274999.99997399997665, 573099.999974 ], [ 275199.99997399997665, 572099.999974 ], [ 275267.42357399995672, 572056.65627399994992 ], [ 276599.99997399997665, 571199.999974 ], [ 276399.99997399997665, 567599.999974 ], [ 276494.924973999965, 566840.599974 ], [ 276499.99997399997665, 566799.999974 ], [ 276799.99997399997665, 564699.999974 ], [ 275599.99997399997665, 564499.999974 ], [ 272939.38337399996817, 563218.962374000111595 ], [ 272899.99997399997665, 563199.999974 ], [ 272325.09487399994396, 562912.547474 ], [ 272305.97487399994861, 562902.987474 ], [ 272299.99997399997665, 562899.999974 ], [ 271899.99997399997665, 562799.999974 ], [ 270999.99997399997665, 564199.999974 ], [ 270499.99997399997665, 564499.999974 ], [ 269999.99997399997665, 565199.999974 ], [ 269995.05847399996128, 565196.705674 ], [ 269099.99997399997665, 564599.999974 ], [ 268899.99997399997665, 564699.999974 ], [ 268899.99997399997665, 565099.999974 ], [ 268499.99997399997665, 565199.999974 ], [ 268299.99997399997665, 565399.999974 ], [ 268264.78697399998782, 565421.12787399999797 ], [ 267799.99997399997665, 565699.999974 ], [ 267433.38047399994684, 565699.999974 ], [ 267399.99997399997665, 565699.999974 ], [ 267099.99997399997665, 565699.999974 ], [ 265618.53837399999611, 565502.47177399997599 ], [ 265599.99997399997665, 565499.999974 ], [ 265399.99997399997665, 565499.999974 ], [ 264899.99997399997665, 565799.999974 ], [ 264399.99997399997665, 566199.999974 ], [ 264099.99997399997665, 566199.999974 ], [ 265499.99997399997665, 568999.999974 ], [ 265517.50897399999667, 569026.263474 ], [ 265559.53087399998913, 569089.296374 ], [ 265899.99997399997665, 569599.999974 ], [ 264999.99997399997665, 570299.999974 ], [ 264721.85297399997944, 570763.57827399997041 ], [ 264699.99997399997665, 570799.999974 ], [ 264999.99997399997665, 571099.999974 ], [ 265199.99997399997665, 571099.999974 ], [ 265399.99997399997665, 571599.999974 ], [ 266299.99997399997665, 572599.999974 ], [ 266303.75777399999788, 572607.515474 ], [ 266399.99997399997665, 572799.999974 ], [ 267599.99997399997665, 573699.999974 ], [ 268299.99997399997665, 574299.999974 ], [ 268312.06507399998372, 574306.032574 ], [ 268672.71797399997013, 574486.35897399997339 ], [ 268699.99997399997665, 574499.999974 ], [ 268899.99997399997665, 574499.999974 ], [ 269699.99997399997665, 574299.999974 ], [ 269999.99997399997665, 574399.999974 ], [ 270665.31107399996836, 574875.22217399999499 ], [ 270699.99997399997665, 574899.999974 ], [ 271299.99997399997665, 575199.999974 ], [ 271799.99997399997665, 575399.999974 ], [ 272299.99997399997665, 575599.999974 ], [ 272300.77477399999043, 575601.162174 ], [ 272499.99997399997665, 575899.999974 ], [ 272599.99997399997665, 576299.999974 ], [ 272780.18817399995169, 576209.905874 ], [ 272799.99997399997665, 576199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0009" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 245499.999974, 591999.999974 ], [ 246099.999974, 591099.999974 ], [ 246599.999974, 590699.999974 ], [ 246799.999974, 591099.999974 ], [ 247399.999974, 590399.999974 ], [ 247399.999974, 589899.999974 ], [ 247199.999974, 589799.999974 ], [ 247399.999974, 589399.999974 ], [ 245200.69677399998181, 588000.443474 ], [ 245199.999974, 587999.999974 ], [ 244599.999974, 587699.999974 ], [ 244563.480874, 587675.653974 ], [ 243108.903274, 586705.935474 ], [ 243099.999974, 586699.999974 ], [ 240232.832074, 584920.37857399997301 ], [ 240199.999974, 584899.999974 ], [ 239814.234174, 584514.234174 ], [ 239799.999974, 584499.999974 ], [ 238899.999974, 583899.999974 ], [ 238299.999974, 585699.999974 ], [ 238399.999974, 585699.999974 ], [ 238299.999974, 585999.999974 ], [ 238199.999974, 586599.999974 ], [ 237699.999974, 587299.999974 ], [ 237699.999974, 587499.999974 ], [ 237888.781174, 588066.34347399999388 ], [ 237899.999974, 588099.999974 ], [ 239499.999974, 592099.999974 ], [ 239502.319774, 592098.8400739999488 ], [ 239899.999974, 591899.999974 ], [ 240999.999974, 591599.999974 ], [ 241799.999974, 590899.999974 ], [ 241828.78497399998014, 590930.99917399999686 ], [ 243099.999974, 592299.999974 ], [ 244399.999974, 591799.999974 ], [ 244499.999974, 591799.999974 ], [ 244699.999974, 592499.999974 ], [ 244973.45157399997697, 592682.301074 ], [ 244999.999974, 592699.999974 ], [ 245325.27417399999104, 592634.94517399999313 ], [ 245499.999974, 592599.999974 ], [ 245599.999974, 592499.999974 ], [ 245799.999974, 592399.999974 ], [ 245732.450174, 592332.450174000114202 ], [ 245599.999974, 592199.999974 ], [ 245596.81357399999979, 592196.813574 ], [ 245499.999974, 592099.999974 ], [ 245499.999974, 591999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0010" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 255499.999974, 598299.999974 ], [ 255499.999974, 597699.999974 ], [ 255696.64287399998284, 597110.07127399998717 ], [ 255699.999974, 597099.999974 ], [ 255899.999974, 596699.999974 ], [ 256099.999974, 596699.999974 ], [ 256117.953674, 596699.999974 ], [ 256299.999974, 596699.999974 ], [ 257499.999974, 595699.999974 ], [ 257789.41977399997995, 595410.580174 ], [ 257799.999974, 595399.999974 ], [ 258199.999974, 595299.999974 ], [ 258299.999974, 595099.999974 ], [ 258699.999974, 594799.999974 ], [ 258699.999974, 594599.999974 ], [ 258892.038174, 594372.92997399996966 ], [ 258799.999974, 594399.999974 ], [ 258399.999974, 594599.999974 ], [ 258099.999974, 595199.999974 ], [ 257899.999974, 595099.999974 ], [ 257899.999974, 594899.999974 ], [ 257899.999974, 594758.279574 ], [ 257899.999974, 594699.999974 ], [ 257699.999974, 594699.999974 ], [ 257799.999974, 594499.999974 ], [ 257820.311374, 594479.688674 ], [ 257899.999974, 594399.999974 ], [ 258199.999974, 594399.999974 ], [ 258599.999974, 594199.999974 ], [ 258499.999974, 593799.999974 ], [ 258899.999974, 594099.999974 ], [ 259999.999974, 593599.999974 ], [ 260199.999974, 593699.999974 ], [ 260299.999974, 593699.999974 ], [ 260999.999974, 593399.999974 ], [ 261399.999974, 593299.999974 ], [ 262399.99997399997665, 592799.999974 ], [ 262499.99997399997665, 592699.999974 ], [ 263199.99997399997665, 593099.999974 ], [ 263299.99997399997665, 592799.999974 ], [ 263204.40787399996771, 592322.039274 ], [ 263199.99997399997665, 592299.999974 ], [ 264299.99997399997665, 591899.999974 ], [ 264599.99997399997665, 591899.999974 ], [ 264999.99997399997665, 592199.999974 ], [ 264999.99997399997665, 592099.999974 ], [ 265099.99997399997665, 591899.999974 ], [ 265499.99997399997665, 591799.999974 ], [ 265505.96817399997963, 591796.021274 ], [ 265799.99997399997665, 591599.999974 ], [ 265813.67577399994479, 591600.804474 ], [ 267499.99997399997665, 591699.999974 ], [ 267899.99997399997665, 592099.999974 ], [ 267999.99997399997665, 592199.999974 ], [ 268999.99997399997665, 592699.999974 ], [ 269199.99997399997665, 592599.999974 ], [ 269099.99997399997665, 592299.999974 ], [ 268899.99997399997665, 592299.999974 ], [ 268499.99997399997665, 591799.999974 ], [ 268099.99997399997665, 591499.999974 ], [ 267999.99997399997665, 590799.999974 ], [ 268199.99997399997665, 589799.999974 ], [ 267999.99997399997665, 589399.999974 ], [ 267999.99997399997665, 589199.999974 ], [ 267799.99997399997665, 588399.999974 ], [ 267899.99997399997665, 587799.999974 ], [ 268299.99997399997665, 587399.999974 ], [ 268660.799973999965, 586948.999974 ], [ 268699.99997399997665, 586899.999974 ], [ 268199.99997399997665, 586599.999974 ], [ 267799.99997399997665, 586099.999974 ], [ 267999.99997399997665, 585899.999974 ], [ 267199.99997399997665, 585299.999974 ], [ 267196.25987399998121, 585303.740174 ], [ 266599.99997399997665, 585899.999974 ], [ 266499.99997399997665, 585799.999974 ], [ 265299.99997399997665, 587199.999974 ], [ 264899.99997399997665, 587099.999974 ], [ 264799.99997399997665, 586799.999974 ], [ 264099.99997399997665, 586399.999974 ], [ 263499.99997399997665, 587199.999974 ], [ 263499.99997399997665, 587899.999974 ], [ 262399.99997399997665, 587899.999974 ], [ 261999.999974, 587799.999974 ], [ 261993.606474, 587797.295074 ], [ 259399.999974, 586699.999974 ], [ 258999.999974, 585799.999974 ], [ 258999.999974, 585199.999974 ], [ 258799.999974, 585099.999974 ], [ 258499.999974, 585299.999974 ], [ 257902.381074, 584503.17477399995551 ], [ 257899.999974, 584499.999974 ], [ 257399.999974, 584699.999974 ], [ 257099.999974, 585199.999974 ], [ 256799.999974, 585099.999974 ], [ 256599.999974, 585199.999974 ], [ 256605.13657399997464, 585251.365774 ], [ 256699.999974, 586199.999974 ], [ 256699.999974, 587399.999974 ], [ 256599.999974, 587399.999974 ], [ 256556.32057399998303, 587662.076274000108242 ], [ 256499.999974, 587999.999974 ], [ 256499.999974, 589099.999974 ], [ 255099.999974, 589099.999974 ], [ 255072.0680739999807, 589155.86377399996854 ], [ 255004.95037399997818, 589290.099174 ], [ 254999.999974, 589299.999974 ], [ 255099.999974, 589399.999974 ], [ 255599.999974, 589899.999974 ], [ 255399.999974, 590099.999974 ], [ 255299.999974, 590399.999974 ], [ 254999.999974, 591199.999974 ], [ 254999.999974, 592499.999974 ], [ 254986.15057399999932, 592513.849474 ], [ 254799.999974, 592699.999974 ], [ 254699.999974, 593199.999974 ], [ 254699.999974, 593999.999974 ], [ 254696.54357399998116, 594020.738474 ], [ 254603.36977399999159, 594579.781474 ], [ 254599.999974, 594599.999974 ], [ 254599.999974, 595699.999974 ], [ 254799.999974, 595999.999974 ], [ 254799.999974, 596399.999974 ], [ 254773.470674, 596411.36967399995774 ], [ 254099.999974, 596699.999974 ], [ 253999.999974, 596199.999974 ], [ 253499.999974, 596099.999974 ], [ 253299.999974, 596099.999974 ], [ 253099.999974, 596199.999974 ], [ 252399.999974, 596399.999974 ], [ 251899.999974, 596399.999974 ], [ 251499.999974, 596399.999974 ], [ 251399.999974, 596199.999974 ], [ 251199.999974, 596299.999974 ], [ 250899.999974, 596699.999974 ], [ 250699.999974, 596799.999974 ], [ 250799.999974, 597599.999974 ], [ 250699.999974, 597699.999974 ], [ 250499.999974, 597999.999974 ], [ 250099.999974, 598199.999974 ], [ 249799.999974, 597999.999974 ], [ 249099.999974, 598699.999974 ], [ 248999.999974, 599199.999974 ], [ 248999.999974, 599399.999974 ], [ 248799.999974, 599699.999974 ], [ 247699.999974, 601599.999974 ], [ 247499.999974, 602199.999974 ], [ 248499.999974, 602799.999974 ], [ 251799.999974, 604999.999974 ], [ 253099.999974, 603799.999974 ], [ 253899.999974, 603399.999974 ], [ 254199.999974, 603099.999974 ], [ 254799.999974, 602099.999974 ], [ 254699.999974, 601699.999974 ], [ 254899.999974, 601599.999974 ], [ 254999.999974, 601299.999974 ], [ 254899.999974, 600699.999974 ], [ 254899.999974, 600399.999974 ], [ 255199.999974, 599399.999974 ], [ 255399.999974, 599199.999974 ], [ 255299.999974, 598699.999974 ], [ 255499.999974, 598299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0014" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 232599.999974, 587099.999974 ], [ 232699.999974, 586799.999974 ], [ 233699.999974, 586999.999974 ], [ 233699.999974, 586699.999974 ], [ 234999.999974, 586799.999974 ], [ 235147.271474, 586873.635774 ], [ 235199.999974, 586899.999974 ], [ 235115.58727399999043, 586224.697874 ], [ 235101.16197399998782, 586109.295674 ], [ 235099.999974, 586099.999974 ], [ 235299.999974, 586099.999974 ], [ 235322.581674, 586095.894274 ], [ 236399.999974, 585899.999974 ], [ 236399.999974, 585717.003774 ], [ 236399.999974, 585699.999974 ], [ 237099.999974, 585699.999974 ], [ 237199.999974, 585499.999974 ], [ 238299.999974, 585699.999974 ], [ 238899.999974, 583899.999974 ], [ 238899.999974, 583851.152374 ], [ 238899.999974, 583799.999974 ], [ 238899.999974, 583499.999974 ], [ 238899.999974, 582999.999974 ], [ 239199.999974, 582099.999974 ], [ 239204.45987399999285, 582093.481674 ], [ 240499.999974, 580199.999974 ], [ 240199.999974, 579999.999974 ], [ 240165.285674, 579969.624974 ], [ 239399.999974, 579299.999974 ], [ 238899.999974, 579099.999974 ], [ 238739.307674, 578939.307674 ], [ 238699.999974, 578899.999974 ], [ 239199.999974, 578599.999974 ], [ 238999.999974, 578599.999974 ], [ 238995.761074, 578597.17407399998046 ], [ 238699.999974, 578399.999974 ], [ 236399.999974, 579599.999974 ], [ 236306.215174, 579506.215174 ], [ 236299.999974, 579499.999974 ], [ 235799.999974, 579399.999974 ], [ 235818.961574, 579352.595974 ], [ 235999.999974, 578899.999974 ], [ 235804.46177399999578, 578813.09417399996892 ], [ 235138.901874, 578517.28977399994619 ], [ 235099.999974, 578499.999974 ], [ 234844.6417739999888, 578329.761174000101164 ], [ 234799.999974, 578299.999974 ], [ 234799.999974, 577999.999974 ], [ 234499.999974, 577999.999974 ], [ 234453.11357399998815, 577999.999974 ], [ 234099.999974, 577999.999974 ], [ 233199.999974, 577999.999974 ], [ 233199.999974, 578099.999974 ], [ 232699.999974, 577799.999974 ], [ 232649.663074, 577799.999974 ], [ 232599.999974, 577799.999974 ], [ 232299.999974, 577499.999974 ], [ 232199.999974, 577499.999974 ], [ 232072.74047399999108, 577652.711474 ], [ 231699.999974, 578099.999974 ], [ 231299.999974, 579299.999974 ], [ 231375.661074, 579375.66107399994507 ], [ 231399.999974, 579399.999974 ], [ 230430.0902739999874, 579690.972974 ], [ 230399.999974, 579699.999974 ], [ 230399.999974, 579605.632874 ], [ 230399.999974, 579599.999974 ], [ 230388.329674, 579588.329674 ], [ 230299.999974, 579499.999974 ], [ 230290.70437399999355, 579507.436474000103772 ], [ 229799.999974, 579899.999974 ], [ 229131.314974, 579613.420674 ], [ 229099.999974, 579599.999974 ], [ 228899.999974, 579699.999974 ], [ 228899.999974, 579958.544774 ], [ 228899.999974, 579999.999974 ], [ 228299.999974, 580299.999974 ], [ 226899.999974, 579799.999974 ], [ 226899.999974, 579999.999974 ], [ 227099.999974, 580299.999974 ], [ 227099.999974, 580499.999974 ], [ 226999.999974, 580599.999974 ], [ 227298.441174, 582092.20587399997748 ], [ 227299.999974, 582099.999974 ], [ 227699.999974, 583799.999974 ], [ 227716.35927399998764, 583859.98397399997339 ], [ 227995.388374, 584883.0908739999868 ], [ 227999.999974, 584899.999974 ], [ 227999.999974, 585399.999974 ], [ 228499.999974, 585299.999974 ], [ 228499.999974, 585099.999974 ], [ 228799.999974, 584899.999974 ], [ 228999.999974, 584899.999974 ], [ 229399.999974, 585099.999974 ], [ 229999.999974, 585799.999974 ], [ 229990.1810739999928, 585809.818874000106007 ], [ 229799.999974, 585999.999974 ], [ 229799.999974, 586199.999974 ], [ 229999.999974, 586199.999974 ], [ 230006.551574, 586200.818974 ], [ 230799.999974, 586299.999974 ], [ 231299.999974, 586299.999974 ], [ 231899.999974, 586599.999974 ], [ 231799.999974, 586799.999974 ], [ 231999.999974, 586999.999974 ], [ 232599.999974, 587099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0015" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 214299.999974, 585499.999974 ], [ 214499.999974, 584699.999974 ], [ 216099.999974, 584999.999974 ], [ 216799.999974, 584999.999974 ], [ 216819.51137399999425, 585007.80457399995066 ], [ 217299.999974, 585199.999974 ], [ 218884.26507399999537, 585497.049674 ], [ 218899.999974, 585433.454474 ], [ 218899.999974, 585199.999974 ], [ 219899.999974, 585399.999974 ], [ 219799.999974, 584699.999974 ], [ 220299.999974, 584399.999974 ], [ 220799.999974, 584399.999974 ], [ 220699.999974, 583899.999974 ], [ 220999.999974, 583999.999974 ], [ 221999.999974, 583599.999974 ], [ 222499.999974, 582499.999974 ], [ 222799.999974, 581999.999974 ], [ 222899.999974, 581999.999974 ], [ 223099.999974, 581599.999974 ], [ 222903.45927399999346, 581501.72957399999723 ], [ 222899.999974, 581499.999974 ], [ 222199.999974, 581399.999974 ], [ 221999.999974, 581499.999974 ], [ 221399.999974, 581399.999974 ], [ 221199.999974, 581199.999974 ], [ 221006.906274, 581175.863274 ], [ 220399.999974, 581099.999974 ], [ 220140.476874, 581013.492274 ], [ 220099.999974, 580999.999974 ], [ 220099.999974, 580799.999974 ], [ 219799.999974, 580499.999974 ], [ 219099.999974, 580599.999974 ], [ 217899.999974, 580099.999974 ], [ 217599.999974, 579999.999974 ], [ 217299.999974, 580099.999974 ], [ 217218.44647399999667, 580099.999974 ], [ 217199.999974, 580099.999974 ], [ 217199.999974, 579599.999974 ], [ 217175.141674, 579550.283274 ], [ 216999.999974, 579199.999974 ], [ 215899.999974, 578899.999974 ], [ 215883.793374, 578895.57997400010936 ], [ 214799.999974, 578599.999974 ], [ 214899.999974, 577999.999974 ], [ 215099.999974, 577999.999974 ], [ 215199.999974, 577799.999974 ], [ 214999.999974, 577599.999974 ], [ 214244.731074, 577316.774174 ], [ 214199.999974, 577299.999974 ], [ 212741.579074, 576813.85967399994843 ], [ 212699.999974, 576799.999974 ], [ 212324.17117399998824, 576706.04277399997227 ], [ 212299.999974, 576699.999974 ], [ 212299.999974, 576599.999974 ], [ 212299.999974, 576399.999974 ], [ 211799.999974, 576099.999974 ], [ 211799.999974, 575799.999974 ], [ 211699.999974, 575299.999974 ], [ 211699.999974, 575099.999974 ], [ 211499.999974, 574699.999974 ], [ 210899.999974, 574199.999974 ], [ 208799.999974, 572799.999974 ], [ 207799.999974, 572299.999974 ], [ 207799.999974, 574295.183774 ], [ 207799.999974, 574299.999974 ], [ 207799.999974, 574999.999974 ], [ 207799.999974, 575899.999974 ], [ 208187.509074, 576675.018074 ], [ 208199.999974, 576699.999974 ], [ 208399.999974, 577199.999974 ], [ 208400.21897399998852, 577200.876074 ], [ 208499.999974, 577599.999974 ], [ 208508.829074, 577619.865474000107497 ], [ 208899.999974, 578499.999974 ], [ 209299.999974, 578799.999974 ], [ 209299.999974, 579399.999974 ], [ 209599.999974, 579599.999974 ], [ 209899.999974, 579599.999974 ], [ 210599.999974, 580199.999974 ], [ 210799.999974, 580599.999974 ], [ 211229.58737399999518, 581459.17477399995551 ], [ 211299.999974, 581599.999974 ], [ 211299.999974, 582099.999974 ], [ 210899.999974, 582899.999974 ], [ 210885.4770739999949, 582914.522974 ], [ 210699.999974, 583099.999974 ], [ 210199.999974, 583299.999974 ], [ 210299.999974, 583499.999974 ], [ 210348.105374, 583548.105374 ], [ 210499.999974, 583699.999974 ], [ 210799.999974, 583999.999974 ], [ 210500.769774, 584199.486874 ], [ 210499.999974, 584199.999974 ], [ 210599.999974, 584399.999974 ], [ 210899.999974, 584499.999974 ], [ 211299.999974, 584599.999974 ], [ 211499.999974, 585299.999974 ], [ 211599.999974, 585499.999974 ], [ 211399.999974, 585799.999974 ], [ 214299.999974, 585799.999974 ], [ 214399.999974, 585599.999974 ], [ 214299.999974, 585499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0017" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 238699.999974, 578399.999974 ], [ 239899.999974, 577899.999974 ], [ 239916.22217399999499, 577855.389074 ], [ 240299.999974, 576799.999974 ], [ 240499.999974, 576599.999974 ], [ 240799.999974, 576599.999974 ], [ 241199.999974, 576199.999974 ], [ 241399.999974, 575999.999974 ], [ 241432.28877399998601, 575956.948374 ], [ 241699.999974, 575599.999974 ], [ 242099.999974, 574899.999974 ], [ 242104.96867399997427, 574880.125174 ], [ 242199.999974, 574499.999974 ], [ 241899.999974, 574399.999974 ], [ 241899.999974, 574199.999974 ], [ 242099.999974, 573799.999974 ], [ 242499.999974, 571299.999974 ], [ 241299.999974, 570899.999974 ], [ 241298.458274, 570899.07497399998829 ], [ 240826.56107399999746, 570615.936574 ], [ 240799.999974, 570599.999974 ], [ 238600.349874, 569500.174974 ], [ 238600.105874, 569500.317674 ], [ 238699.999974, 569799.999974 ], [ 238599.999974, 570399.999974 ], [ 238099.999974, 570599.999974 ], [ 238199.999974, 570999.999974 ], [ 238013.029974, 571373.940174000104889 ], [ 237999.999974, 571399.999974 ], [ 237699.999974, 571599.999974 ], [ 237424.471274, 572151.057474 ], [ 237399.999974, 572199.999974 ], [ 237399.999974, 572299.999974 ], [ 237299.999974, 572499.999974 ], [ 237102.68837399999029, 572795.96737399999984 ], [ 237099.999974, 572799.999974 ], [ 236399.999974, 573499.999974 ], [ 236349.921074, 573575.118374 ], [ 236199.999974, 573799.999974 ], [ 235299.999974, 573899.999974 ], [ 235236.06897399999434, 574187.689674 ], [ 235099.999974, 574799.999974 ], [ 235299.999974, 575099.999974 ], [ 234899.999974, 575899.999974 ], [ 234863.19387399998959, 575876.57787399995141 ], [ 233799.999974, 575199.999974 ], [ 233782.842574, 575199.999974 ], [ 233699.999974, 575199.999974 ], [ 233599.999974, 575299.999974 ], [ 233499.999974, 575999.999974 ], [ 233499.999974, 576024.276574 ], [ 233499.999974, 576099.999974 ], [ 233486.80927399999928, 576132.976774 ], [ 233299.999974, 576599.999974 ], [ 232617.602474, 577672.33897399995476 ], [ 232635.29687399999239, 577683.312474 ], [ 232649.663074, 577799.999974 ], [ 232699.999974, 577799.999974 ], [ 233199.999974, 578099.999974 ], [ 233199.999974, 577999.999974 ], [ 234099.999974, 577999.999974 ], [ 234453.11357399998815, 577999.999974 ], [ 234499.999974, 577999.999974 ], [ 234799.999974, 577999.999974 ], [ 234799.999974, 578299.999974 ], [ 234844.6417739999888, 578329.761174000101164 ], [ 235099.999974, 578499.999974 ], [ 235138.901874, 578517.28977399994619 ], [ 235804.46177399999578, 578813.09417399996892 ], [ 235999.999974, 578899.999974 ], [ 235818.961574, 579352.595974 ], [ 235799.999974, 579399.999974 ], [ 236299.999974, 579499.999974 ], [ 236306.215174, 579506.215174 ], [ 236399.999974, 579599.999974 ], [ 238699.999974, 578399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0018" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 240499.999974, 580199.999974 ], [ 241099.999974, 580099.999974 ], [ 241550.473274, 580099.999974 ], [ 241599.999974, 580099.999974 ], [ 243955.286774, 577155.891574 ], [ 243999.999974, 577099.999974 ], [ 244023.28627399998368, 577094.17847399995662 ], [ 244387.55567399997381, 577003.111074 ], [ 244399.999974, 576999.999974 ], [ 244699.999974, 576899.999974 ], [ 244718.21767399998498, 576895.031574 ], [ 244736.58757399997558, 576890.021574 ], [ 245799.999974, 576599.999974 ], [ 246195.334974, 576599.999974 ], [ 246199.999974, 576599.999974 ], [ 246218.611874, 576599.999974 ], [ 246499.999974, 576599.999974 ], [ 246512.34887399998843, 576600.949874 ], [ 246546.763374, 576603.59717399999499 ], [ 247770.53517399998964, 576697.733474 ], [ 247799.999974, 576699.999974 ], [ 247799.999974, 576799.999974 ], [ 247099.999974, 576799.999974 ], [ 247099.999974, 577799.999974 ], [ 248799.999974, 578099.999974 ], [ 250099.999974, 578499.999974 ], [ 250199.999974, 578599.999974 ], [ 250299.999974, 578499.999974 ], [ 251199.999974, 578499.999974 ], [ 250899.999974, 578199.999974 ], [ 250999.999974, 577499.999974 ], [ 250710.04597399997874, 576533.486674 ], [ 250699.999974, 576499.999974 ], [ 250599.999974, 576399.999974 ], [ 250599.573874, 576399.147874 ], [ 250499.999974, 576199.999974 ], [ 250500.71537399999215, 576192.131074 ], [ 250523.93727399999625, 575936.69037399999797 ], [ 250596.778374, 575135.4373739999719 ], [ 250599.999974, 575099.999974 ], [ 250599.999974, 574599.999974 ], [ 250799.999974, 574199.999974 ], [ 249999.999974, 574299.999974 ], [ 250299.999974, 573799.999974 ], [ 249844.023674, 573617.609474 ], [ 249799.999974, 573599.999974 ], [ 249699.999974, 573499.999974 ], [ 249691.572274, 573493.257774 ], [ 249199.999974, 573099.999974 ], [ 249220.512474, 573052.13747399998829 ], [ 249799.999974, 571699.999974 ], [ 249999.999974, 571299.999974 ], [ 249699.999974, 571199.999974 ], [ 250099.999974, 568899.999974 ], [ 250105.06447399998433, 568874.677874 ], [ 250399.999974, 567399.999974 ], [ 250416.09387399998377, 567279.29577399999835 ], [ 250599.999974, 565899.999974 ], [ 248975.769674, 567524.230374 ], [ 248099.999974, 568399.999974 ], [ 246199.999974, 570299.999974 ], [ 246099.999974, 570499.999974 ], [ 245907.326074, 570692.673974 ], [ 245799.999974, 570799.999974 ], [ 245770.239174, 570822.320674 ], [ 245399.999974, 571099.999974 ], [ 244453.33037399998284, 571172.820774 ], [ 244299.925374, 571184.62117399997078 ], [ 244140.42717399998219, 571196.890174 ], [ 244099.999974, 571199.999974 ], [ 242520.403474, 571298.724774 ], [ 242499.999974, 571299.999974 ], [ 242099.999974, 573799.999974 ], [ 241899.999974, 574199.999974 ], [ 241899.999974, 574399.999974 ], [ 242199.999974, 574499.999974 ], [ 242104.96867399997427, 574880.125174 ], [ 242099.999974, 574899.999974 ], [ 241699.999974, 575599.999974 ], [ 241432.28877399998601, 575956.948374 ], [ 241399.999974, 575999.999974 ], [ 241199.999974, 576199.999974 ], [ 240799.999974, 576599.999974 ], [ 240499.999974, 576599.999974 ], [ 240299.999974, 576799.999974 ], [ 239916.22217399999499, 577855.389074 ], [ 239899.999974, 577899.999974 ], [ 238699.999974, 578399.999974 ], [ 238995.761074, 578597.17407399998046 ], [ 238999.999974, 578599.999974 ], [ 239199.999974, 578599.999974 ], [ 238699.999974, 578899.999974 ], [ 238739.307674, 578939.307674 ], [ 238899.999974, 579099.999974 ], [ 239399.999974, 579299.999974 ], [ 240165.285674, 579969.624974 ], [ 240199.999974, 579999.999974 ], [ 240499.999974, 580199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0022" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 224599.999974, 582499.999974 ], [ 224999.999974, 581299.999974 ], [ 225281.774374, 580924.300774 ], [ 225299.999974, 580899.999974 ], [ 226999.999974, 580599.999974 ], [ 227099.999974, 580499.999974 ], [ 227099.999974, 580299.999974 ], [ 226899.999974, 579999.999974 ], [ 226899.999974, 579799.999974 ], [ 226025.24957399998675, 579411.221974000101909 ], [ 225999.999974, 579399.999974 ], [ 225899.999974, 579399.999974 ], [ 225799.999974, 578799.999974 ], [ 225599.999974, 578399.999974 ], [ 224299.999974, 577699.999974 ], [ 223199.999974, 577299.999974 ], [ 223099.999974, 577099.999974 ], [ 223097.638974, 577078.750774 ], [ 222999.999974, 576199.999974 ], [ 222645.974274, 575810.571674 ], [ 222600.00107399999979, 575760.001174 ], [ 221999.999974, 575099.999974 ], [ 221976.49957399998675, 575071.799574 ], [ 221528.999274, 574534.79907399998046 ], [ 221499.999974, 574499.999974 ], [ 221499.999974, 574498.056174 ], [ 221499.999974, 574199.999974 ], [ 221599.999974, 574099.999974 ], [ 221506.917374, 573913.834774000104517 ], [ 221499.999974, 573899.999974 ], [ 220500.142274, 571100.398374 ], [ 220499.999974, 571099.999974 ], [ 220499.999974, 570946.761274 ], [ 220499.999974, 570899.999974 ], [ 220499.999974, 570799.999974 ], [ 220496.337074, 570748.718874 ], [ 220400.808374, 569411.316674 ], [ 220399.999974, 569399.999974 ], [ 219899.999974, 569399.999974 ], [ 219112.719274, 567136.567874 ], [ 219099.999974, 567099.999974 ], [ 218899.999974, 567199.999974 ], [ 218897.412474, 567201.293774 ], [ 218699.999974, 567299.999974 ], [ 218688.95257399999537, 567304.418974 ], [ 217199.999974, 567899.999974 ], [ 215899.999974, 568299.999974 ], [ 215853.10947399999714, 568487.562174 ], [ 215299.999974, 570699.999974 ], [ 215336.803274, 570705.257574 ], [ 216699.999974, 570899.999974 ], [ 216599.999974, 571799.999974 ], [ 219199.999974, 572399.999974 ], [ 219099.999974, 572699.999974 ], [ 219095.897774, 572736.92037399997935 ], [ 218999.999974, 573599.999974 ], [ 218807.83247399999527, 574560.837774 ], [ 218799.999974, 574599.999974 ], [ 218682.94397399999434, 575146.26137399999425 ], [ 218499.999974, 575999.999974 ], [ 218299.999974, 575899.999974 ], [ 218299.999974, 576299.999974 ], [ 218308.457074, 576305.638074 ], [ 218899.999974, 576699.999974 ], [ 218699.999974, 577699.999974 ], [ 218999.999974, 577799.999974 ], [ 218699.999974, 579399.999974 ], [ 218399.999974, 579099.999974 ], [ 218099.999974, 578999.999974 ], [ 217999.999974, 579299.999974 ], [ 217899.999974, 580099.999974 ], [ 219099.999974, 580599.999974 ], [ 219799.999974, 580499.999974 ], [ 220099.999974, 580799.999974 ], [ 220099.999974, 580999.999974 ], [ 220140.476874, 581013.492274 ], [ 220399.999974, 581099.999974 ], [ 221006.906274, 581175.863274 ], [ 221199.999974, 581199.999974 ], [ 221399.999974, 581399.999974 ], [ 221999.999974, 581499.999974 ], [ 222199.999974, 581399.999974 ], [ 222899.999974, 581499.999974 ], [ 222903.45927399999346, 581501.72957399999723 ], [ 223099.999974, 581599.999974 ], [ 223378.57027399999788, 581785.713474000105634 ], [ 223399.999974, 581799.999974 ], [ 223799.999974, 582199.999974 ], [ 224438.10027399999672, 582473.471574 ], [ 224499.999974, 582499.999974 ], [ 224599.999974, 582499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0024" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 249099.999974, 598699.999974 ], [ 249799.999974, 597999.999974 ], [ 250099.999974, 598199.999974 ], [ 250499.999974, 597999.999974 ], [ 250699.999974, 597699.999974 ], [ 250799.999974, 597599.999974 ], [ 250699.999974, 596799.999974 ], [ 250899.999974, 596699.999974 ], [ 251199.999974, 596299.999974 ], [ 251399.999974, 596199.999974 ], [ 251299.999974, 595999.999974 ], [ 251399.999974, 595499.999974 ], [ 251699.999974, 594799.999974 ], [ 251699.999974, 594599.999974 ], [ 251511.877574, 594474.585074 ], [ 251399.999974, 594399.999974 ], [ 251299.999974, 594399.999974 ], [ 251261.972974, 594399.999974 ], [ 250699.999974, 594399.999974 ], [ 250099.999974, 594299.999974 ], [ 249799.999974, 594299.999974 ], [ 249599.999974, 594199.999974 ], [ 249599.80357399999048, 594199.607274 ], [ 249499.999974, 593999.999974 ], [ 249399.999974, 593599.999974 ], [ 249399.999974, 593254.52867399994284 ], [ 249399.999974, 593099.999974 ], [ 249401.59407399999327, 593096.493074000114575 ], [ 249899.999974, 591999.999974 ], [ 249699.999974, 591899.999974 ], [ 250099.999974, 591099.999974 ], [ 247399.999974, 589399.999974 ], [ 247199.999974, 589799.999974 ], [ 247399.999974, 589899.999974 ], [ 247399.999974, 590399.999974 ], [ 246799.999974, 591099.999974 ], [ 246599.999974, 590699.999974 ], [ 246099.999974, 591099.999974 ], [ 245499.999974, 591999.999974 ], [ 245499.999974, 592099.999974 ], [ 245596.81357399999979, 592196.813574 ], [ 245599.999974, 592199.999974 ], [ 245732.450174, 592332.450174000114202 ], [ 245799.999974, 592399.999974 ], [ 245599.999974, 592499.999974 ], [ 245499.999974, 592599.999974 ], [ 245325.27417399999104, 592634.94517399999313 ], [ 244999.999974, 592699.999974 ], [ 244973.45157399997697, 592682.301074 ], [ 244699.999974, 592499.999974 ], [ 244499.999974, 591799.999974 ], [ 244399.999974, 591799.999974 ], [ 243099.999974, 592299.999974 ], [ 241828.78497399998014, 590930.99917399999686 ], [ 241799.999974, 590899.999974 ], [ 240999.999974, 591599.999974 ], [ 239899.999974, 591899.999974 ], [ 239502.319774, 592098.8400739999488 ], [ 239499.999974, 592099.999974 ], [ 239099.999974, 592099.999974 ], [ 238699.999974, 591999.999974 ], [ 238399.999974, 592699.999974 ], [ 237199.999974, 592699.999974 ], [ 236699.999974, 593699.999974 ], [ 236799.999974, 593899.999974 ], [ 236499.999974, 594399.999974 ], [ 236199.999974, 594499.999974 ], [ 235899.999974, 594399.999974 ], [ 235699.999974, 594999.999974 ], [ 236099.999974, 595199.999974 ], [ 236099.999974, 595599.999974 ], [ 235899.999974, 595599.999974 ], [ 235499.999974, 596299.999974 ], [ 235999.999974, 596599.999974 ], [ 236099.999974, 596699.999974 ], [ 236299.999974, 596599.999974 ], [ 236699.999974, 596599.999974 ], [ 237499.999974, 596699.999974 ], [ 237599.999974, 596999.999974 ], [ 237499.999974, 597899.999974 ], [ 237594.447774, 597994.447774 ], [ 237699.999974, 598099.999974 ], [ 237999.999974, 598099.999974 ], [ 238199.999974, 598099.999974 ], [ 238203.54927399998996, 598103.549274000106379 ], [ 238499.999974, 598399.999974 ], [ 238699.999974, 598499.999974 ], [ 238899.999974, 598299.999974 ], [ 239199.999974, 598299.999974 ], [ 239499.999974, 598499.999974 ], [ 239999.999974, 598599.999974 ], [ 240499.999974, 598399.999974 ], [ 240899.999974, 598599.999974 ], [ 241399.999974, 598599.999974 ], [ 241799.999974, 598499.999974 ], [ 242199.999974, 598199.999974 ], [ 242892.734374, 598892.73437399999239 ], [ 242895.28537399999914, 598895.28537399997003 ], [ 242899.999974, 598899.999974 ], [ 243178.48597399998107, 599085.65737399994396 ], [ 243199.999974, 599099.999974 ], [ 243424.5509739999834, 599344.964674 ], [ 244299.999974, 600299.999974 ], [ 244309.983974, 600311.647974 ], [ 244899.999974, 600999.999974 ], [ 244937.457474, 601049.94327399996109 ], [ 245499.999974, 601799.999974 ], [ 245799.999974, 601999.999974 ], [ 245815.68587399998796, 602015.68587399995886 ], [ 245970.39057399999001, 602170.390574 ], [ 245999.999974, 602199.999974 ], [ 246096.613074, 602199.999974 ], [ 246099.999974, 602199.999974 ], [ 246899.999974, 602799.999974 ], [ 247499.999974, 603599.999974 ], [ 247799.999974, 603599.999974 ], [ 248199.999974, 603299.999974 ], [ 248499.999974, 602799.999974 ], [ 247499.999974, 602199.999974 ], [ 247699.999974, 601599.999974 ], [ 248799.999974, 599699.999974 ], [ 248999.999974, 599399.999974 ], [ 248999.999974, 599199.999974 ], [ 249099.999974, 598699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0025" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 217899.999974, 580099.999974 ], [ 217999.999974, 579299.999974 ], [ 218099.999974, 578999.999974 ], [ 218399.999974, 579099.999974 ], [ 218699.999974, 579399.999974 ], [ 218999.999974, 577799.999974 ], [ 218699.999974, 577699.999974 ], [ 218899.999974, 576699.999974 ], [ 218308.457074, 576305.638074 ], [ 218299.999974, 576299.999974 ], [ 218299.999974, 575899.999974 ], [ 218499.999974, 575999.999974 ], [ 218682.94397399999434, 575146.26137399999425 ], [ 218799.999974, 574599.999974 ], [ 218807.83247399999527, 574560.837774 ], [ 218999.999974, 573599.999974 ], [ 219095.897774, 572736.92037399997935 ], [ 219099.999974, 572699.999974 ], [ 219199.999974, 572399.999974 ], [ 216599.999974, 571799.999974 ], [ 216699.999974, 570899.999974 ], [ 215336.803274, 570705.257574 ], [ 215299.999974, 570699.999974 ], [ 215853.10947399999714, 568487.562174 ], [ 215664.214574, 568417.892674 ], [ 215499.999974, 568499.999974 ], [ 214999.999974, 569299.999974 ], [ 214399.999974, 569699.999974 ], [ 213599.999974, 570099.999974 ], [ 213099.999974, 570099.999974 ], [ 213052.9542739999888, 570095.295474 ], [ 212099.999974, 569999.999974 ], [ 212052.532374, 570004.127574 ], [ 211157.355274, 570081.969074 ], [ 210280.688274, 570158.200974 ], [ 209897.32517399999779, 570191.536974 ], [ 209799.999974, 570199.999974 ], [ 209750.70877399999881, 570249.29127399995923 ], [ 209601.44457399999374, 570398.55537399998866 ], [ 209014.56147399998736, 570985.438574 ], [ 208999.999974, 570999.999974 ], [ 208399.999974, 571699.999974 ], [ 207799.999974, 572299.999974 ], [ 208799.999974, 572799.999974 ], [ 210899.999974, 574199.999974 ], [ 211499.999974, 574699.999974 ], [ 211699.999974, 575099.999974 ], [ 211699.999974, 575299.999974 ], [ 211799.999974, 575799.999974 ], [ 211799.999974, 576099.999974 ], [ 212299.999974, 576399.999974 ], [ 212299.999974, 576599.999974 ], [ 212299.999974, 576699.999974 ], [ 212324.17117399998824, 576706.04277399997227 ], [ 212699.999974, 576799.999974 ], [ 212741.579074, 576813.85967399994843 ], [ 214199.999974, 577299.999974 ], [ 214244.731074, 577316.774174 ], [ 214999.999974, 577599.999974 ], [ 215199.999974, 577799.999974 ], [ 215099.999974, 577999.999974 ], [ 214899.999974, 577999.999974 ], [ 214799.999974, 578599.999974 ], [ 215883.793374, 578895.57997400010936 ], [ 215899.999974, 578899.999974 ], [ 216999.999974, 579199.999974 ], [ 217175.141674, 579550.283274 ], [ 217199.999974, 579599.999974 ], [ 217199.999974, 580099.999974 ], [ 217218.44647399999667, 580099.999974 ], [ 217299.999974, 580099.999974 ], [ 217599.999974, 579999.999974 ], [ 217899.999974, 580099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0034" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 151299.999974, 490999.999974 ], [ 152099.999974, 490399.999974 ], [ 152399.999974, 490399.999974 ], [ 152499.999974, 490299.999974 ], [ 152199.999974, 489799.999974 ], [ 151699.999974, 489799.999974 ], [ 151299.999974, 489399.999974 ], [ 149099.999974, 488299.999974 ], [ 149133.28467399999499, 488253.15487399999984 ], [ 149160.319374, 488215.106074 ], [ 154499.999974, 480699.999974 ], [ 154445.1926739999908, 480683.557774 ], [ 152499.999974, 480099.999974 ], [ 152099.999974, 480199.999974 ], [ 151299.999974, 480699.999974 ], [ 151281.02357399999164, 480679.298474 ], [ 150199.999974, 479499.999974 ], [ 148935.52537399998982, 480472.672774 ], [ 148899.999974, 480499.999974 ], [ 146899.999974, 481599.999974 ], [ 144999.999974, 482399.999974 ], [ 144974.902574, 482406.274374 ], [ 143987.053474, 482653.236674 ], [ 143799.999974, 482699.999974 ], [ 143599.999974, 482699.999974 ], [ 143599.999974, 482499.999974 ], [ 143399.999974, 482399.999974 ], [ 143099.999974, 482499.999974 ], [ 142699.999974, 482799.999974 ], [ 142609.758574, 483070.724274 ], [ 142599.999974, 483099.999974 ], [ 141912.367674, 483198.233174 ], [ 141899.999974, 483199.999974 ], [ 141199.999974, 483099.999974 ], [ 141155.775774, 483085.258574 ], [ 139999.999974, 482699.999974 ], [ 139299.999974, 482399.999974 ], [ 138999.999974, 482299.999974 ], [ 138799.999974, 482399.999974 ], [ 138499.999974, 482199.999974 ], [ 138399.999974, 481799.999974 ], [ 138212.66137399998843, 482081.007874 ], [ 138199.999974, 482099.999974 ], [ 138153.536074, 482169.695974 ], [ 138076.92307399999117, 482284.615374 ], [ 138199.999974, 482299.999974 ], [ 138399.999974, 482499.999974 ], [ 138499.999974, 482699.999974 ], [ 137799.999974, 483399.999974 ], [ 137599.999974, 483299.999974 ], [ 137399.999974, 483399.999974 ], [ 137599.999974, 483799.999974 ], [ 137699.999974, 484099.999974 ], [ 137699.999974, 485499.999974 ], [ 137694.925274, 485545.672674 ], [ 137599.999974, 486399.999974 ], [ 136999.999974, 487499.999974 ], [ 136999.999974, 487999.999974 ], [ 137399.999974, 488399.999974 ], [ 139299.999974, 489499.999974 ], [ 139399.999974, 489699.999974 ], [ 139402.793574, 489706.983874 ], [ 139599.999974, 490199.999974 ], [ 142698.685074, 491999.236474 ], [ 142699.999974, 491999.999974 ], [ 142815.38457399999606, 492076.923074 ], [ 143399.999974, 492099.999974 ], [ 143799.999974, 492199.999974 ], [ 144199.999974, 492599.999974 ], [ 144499.999974, 492999.999974 ], [ 144499.999974, 493099.999974 ], [ 146199.999974, 494199.999974 ], [ 146899.999974, 493299.999974 ], [ 147399.999974, 492799.999974 ], [ 151299.999974, 490999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0037" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 263799.99997399997665, 566399.999974 ], [ 263999.99997399997665, 565999.999974 ], [ 264099.99997399997665, 566199.999974 ], [ 264399.99997399997665, 566199.999974 ], [ 264899.99997399997665, 565799.999974 ], [ 265399.99997399997665, 565499.999974 ], [ 265599.99997399997665, 565499.999974 ], [ 265618.53837399999611, 565502.47177399997599 ], [ 267099.99997399997665, 565699.999974 ], [ 267399.99997399997665, 565699.999974 ], [ 267433.38047399994684, 565699.999974 ], [ 267799.99997399997665, 565699.999974 ], [ 268264.78697399998782, 565421.12787399999797 ], [ 268299.99997399997665, 565399.999974 ], [ 268499.99997399997665, 565199.999974 ], [ 268499.99997399997665, 564999.999974 ], [ 268300.93557399994461, 564004.677974000107497 ], [ 268299.99997399997665, 563999.999974 ], [ 267999.99997399997665, 563899.999974 ], [ 267999.99997399997665, 563999.999974 ], [ 267699.99997399997665, 563999.999974 ], [ 267699.99997399997665, 563599.999974 ], [ 267699.99997399997665, 563199.999974 ], [ 267799.99997399997665, 563099.999974 ], [ 268299.99997399997665, 563299.999974 ], [ 268599.99997399997665, 563299.999974 ], [ 268899.99997399997665, 562999.999974 ], [ 268999.99997399997665, 562899.999974 ], [ 268986.08647399995243, 562851.302574 ], [ 268799.99997399997665, 562199.999974 ], [ 268599.99997399997665, 561599.999974 ], [ 268699.99997399997665, 561199.999974 ], [ 268899.99997399997665, 561199.999974 ], [ 269799.99997399997665, 560699.999974 ], [ 269899.99997399997665, 560199.999974 ], [ 269607.00357399997301, 560004.669074 ], [ 269599.99997399997665, 559999.999974 ], [ 269410.29417399998056, 559810.294174 ], [ 269399.99997399997665, 559799.999974 ], [ 268099.99997399997665, 558799.999974 ], [ 268099.99997399997665, 556499.999974 ], [ 268099.99997399997665, 556459.628474 ], [ 268099.99997399997665, 553105.320274 ], [ 268099.99997399997665, 553099.999974 ], [ 267908.71297399996547, 553004.356474 ], [ 267899.99997399997665, 552999.999974 ], [ 267757.41007399995578, 552928.705074 ], [ 267699.99997399997665, 552899.999974 ], [ 267699.99997399997665, 552848.458674000110477 ], [ 267699.99997399997665, 550645.491974 ], [ 267699.99997399997665, 550599.999974 ], [ 265899.99997399997665, 550399.999974 ], [ 265560.54587399994489, 549975.682374 ], [ 265499.99997399997665, 549899.999974 ], [ 265318.64677399996435, 549537.29347399994731 ], [ 265299.99997399997665, 549499.999974 ], [ 265299.99997399997665, 549199.999974 ], [ 264999.99997399997665, 549399.999974 ], [ 264970.59757399995578, 549429.402474 ], [ 264499.99997399997665, 549899.999974 ], [ 264490.64477399998577, 549909.35527399997227 ], [ 264399.99997399997665, 549999.999974 ], [ 264370.74407399998745, 550040.226874 ], [ 263682.5560739999637, 550986.48547399998643 ], [ 263622.88847399997758, 551068.5283739999868 ], [ 263599.99997399997665, 551099.999974 ], [ 263499.99997399997665, 551199.999974 ], [ 263470.52997399994638, 551239.293274 ], [ 262599.99997399997665, 552399.999974 ], [ 262591.28487399994629, 552412.450174000114202 ], [ 262397.32327399996575, 552689.538074 ], [ 262030.98757399999886, 553212.874974 ], [ 261910.388474, 553385.159374 ], [ 261899.999974, 553399.999974 ], [ 261352.951374, 554129.39817399997264 ], [ 261299.999974, 554199.999974 ], [ 261296.537974, 554204.61597399995662 ], [ 260399.387274, 555400.816974 ], [ 260126.349474, 555764.867374 ], [ 259812.762574, 556182.983174 ], [ 259799.999974, 556199.999974 ], [ 259499.999974, 556699.999974 ], [ 259495.87707399998908, 556706.18437399994582 ], [ 259099.999974, 557299.999974 ], [ 259091.26927399999113, 557308.73067399999127 ], [ 258999.999974, 557399.999974 ], [ 258894.966074, 557494.53057399997488 ], [ 257999.999974, 558299.999974 ], [ 257991.691374, 558308.797374 ], [ 256995.380374, 559363.714874 ], [ 256824.6759739999834, 559544.46067399997264 ], [ 256323.15877399998135, 560075.478974 ], [ 256299.999974, 560099.999974 ], [ 253899.999974, 562599.999974 ], [ 254099.999974, 562799.999974 ], [ 254143.788374, 562756.211574 ], [ 254299.999974, 562599.999974 ], [ 254326.864274, 562617.909474000101909 ], [ 255199.999974, 563199.999974 ], [ 256399.999974, 561699.999974 ], [ 256699.999974, 561899.999974 ], [ 256799.999974, 562099.999974 ], [ 256999.999974, 562399.999974 ], [ 257399.999974, 561899.999974 ], [ 258899.999974, 560299.999974 ], [ 260199.999974, 559699.999974 ], [ 260226.56797399997595, 559699.999974 ], [ 260245.339774, 559699.999974 ], [ 260299.999974, 559699.999974 ], [ 261799.335674, 562698.671374 ], [ 261799.999974, 562699.999974 ], [ 262299.99997399997665, 563699.999974 ], [ 262499.99997399997665, 564299.999974 ], [ 262699.99997399997665, 564299.999974 ], [ 262799.59407399996417, 564499.18807399994694 ], [ 262799.99997399997665, 564499.999974 ], [ 263172.41807399998652, 565244.836174 ], [ 263199.99997399997665, 565299.999974 ], [ 263799.99997399997665, 566399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0040" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 254999.999974, 591199.999974 ], [ 255299.999974, 590399.999974 ], [ 255399.999974, 590099.999974 ], [ 255599.999974, 589899.999974 ], [ 255099.999974, 589399.999974 ], [ 254999.999974, 589299.999974 ], [ 255004.95037399997818, 589290.099174 ], [ 255072.0680739999807, 589155.86377399996854 ], [ 255099.999974, 589099.999974 ], [ 256499.999974, 589099.999974 ], [ 256499.999974, 587999.999974 ], [ 256556.32057399998303, 587662.076274000108242 ], [ 256599.999974, 587399.999974 ], [ 256699.999974, 587399.999974 ], [ 256699.999974, 586199.999974 ], [ 256605.13657399997464, 585251.365774 ], [ 256599.999974, 585199.999974 ], [ 256799.999974, 585099.999974 ], [ 256699.999974, 584499.999974 ], [ 256599.999974, 584499.999974 ], [ 256599.999974, 584372.047374 ], [ 256599.999974, 584099.999974 ], [ 256899.999974, 583099.999974 ], [ 256099.999974, 582799.999974 ], [ 255599.999974, 582899.999974 ], [ 254999.999974, 583199.999974 ], [ 254399.999974, 582699.999974 ], [ 253399.999974, 582199.999974 ], [ 253370.697274, 582185.348674 ], [ 252999.999974, 581999.999974 ], [ 252999.999974, 581599.999974 ], [ 252499.999974, 581499.999974 ], [ 252099.999974, 581199.999974 ], [ 252199.999974, 580899.999974 ], [ 252029.752774, 580786.501874 ], [ 251899.999974, 580699.999974 ], [ 251199.999974, 580499.999974 ], [ 250599.999974, 579999.999974 ], [ 250531.459974, 579828.649974 ], [ 250399.999974, 579499.999974 ], [ 250799.999974, 579199.999974 ], [ 250499.999974, 578899.999974 ], [ 250299.999974, 578899.999974 ], [ 250199.999974, 578599.999974 ], [ 250099.999974, 578499.999974 ], [ 248799.999974, 578099.999974 ], [ 247099.999974, 577799.999974 ], [ 247099.999974, 576799.999974 ], [ 247799.999974, 576799.999974 ], [ 247799.999974, 576699.999974 ], [ 247770.53517399998964, 576697.733474 ], [ 246546.763374, 576603.59717399999499 ], [ 246512.34887399998843, 576600.949874 ], [ 246499.999974, 576599.999974 ], [ 246218.611874, 576599.999974 ], [ 246199.999974, 576599.999974 ], [ 246195.334974, 576599.999974 ], [ 245799.999974, 576599.999974 ], [ 244736.58757399997558, 576890.021574 ], [ 244718.21767399998498, 576895.031574 ], [ 244699.999974, 576899.999974 ], [ 244399.999974, 576999.999974 ], [ 244387.55567399997381, 577003.111074 ], [ 244023.28627399998368, 577094.17847399995662 ], [ 243999.999974, 577099.999974 ], [ 243955.286774, 577155.891574 ], [ 241599.999974, 580099.999974 ], [ 241550.473274, 580099.999974 ], [ 241099.999974, 580099.999974 ], [ 240499.999974, 580199.999974 ], [ 239204.45987399999285, 582093.481674 ], [ 239199.999974, 582099.999974 ], [ 238899.999974, 582999.999974 ], [ 238899.999974, 583499.999974 ], [ 238899.999974, 583799.999974 ], [ 238899.999974, 583851.152374 ], [ 238899.999974, 583899.999974 ], [ 239799.999974, 584499.999974 ], [ 239814.234174, 584514.234174 ], [ 240199.999974, 584899.999974 ], [ 240232.832074, 584920.37857399997301 ], [ 243099.999974, 586699.999974 ], [ 243108.903274, 586705.935474 ], [ 244563.480874, 587675.653974 ], [ 244599.999974, 587699.999974 ], [ 245199.999974, 587999.999974 ], [ 245200.69677399998181, 588000.443474 ], [ 247399.999974, 589399.999974 ], [ 250099.999974, 591099.999974 ], [ 250134.312774, 591048.530774000100791 ], [ 250299.999974, 590799.999974 ], [ 250899.999974, 591099.999974 ], [ 251099.999974, 590399.999974 ], [ 251699.999974, 590299.999974 ], [ 251716.38797399998293, 590299.999974 ], [ 252299.999974, 590299.999974 ], [ 252599.999974, 590999.999974 ], [ 253199.999974, 590999.999974 ], [ 253199.999974, 590799.999974 ], [ 254799.999974, 591099.999974 ], [ 254999.999974, 591199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0047" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 258599.999974, 571899.999974 ], [ 259399.999974, 571599.999974 ], [ 259413.020074, 571598.372474 ], [ 260199.999974, 571499.999974 ], [ 260399.999974, 570399.999974 ], [ 260399.999974, 568999.999974 ], [ 260399.127774, 568997.383274 ], [ 260307.175674, 568721.527174 ], [ 260299.999974, 568699.999974 ], [ 260040.845774, 568527.230474 ], [ 259999.999974, 568499.999974 ], [ 259299.999974, 567199.999974 ], [ 258841.524674, 566741.52467399998568 ], [ 258299.999974, 566199.999974 ], [ 258299.999974, 566130.128674 ], [ 258299.999974, 566099.999974 ], [ 258099.999974, 564499.999974 ], [ 258599.999974, 564099.999974 ], [ 258605.88047399997595, 564070.597774 ], [ 258699.999974, 563599.999974 ], [ 257799.999974, 563599.999974 ], [ 257799.999974, 563099.999974 ], [ 256934.598174, 562926.919674 ], [ 256799.999974, 562899.999974 ], [ 256999.999974, 562399.999974 ], [ 256799.999974, 562099.999974 ], [ 256699.999974, 561899.999974 ], [ 256399.999974, 561699.999974 ], [ 255199.999974, 563199.999974 ], [ 254326.864274, 562617.909474000101909 ], [ 254299.999974, 562599.999974 ], [ 254143.788374, 562756.211574 ], [ 254099.999974, 562799.999974 ], [ 253899.999974, 562599.999974 ], [ 252605.13047399997595, 563795.264174 ], [ 252599.999974, 563799.999974 ], [ 252199.999974, 564199.999974 ], [ 252193.693974, 564206.726474 ], [ 250699.999974, 565799.999974 ], [ 250678.475374, 565821.524574 ], [ 250599.999974, 565899.999974 ], [ 250416.09387399998377, 567279.29577399999835 ], [ 250399.999974, 567399.999974 ], [ 250105.06447399998433, 568874.677874 ], [ 250099.999974, 568899.999974 ], [ 249699.999974, 571199.999974 ], [ 249999.999974, 571299.999974 ], [ 249799.999974, 571699.999974 ], [ 250631.628574, 572115.814274 ], [ 250999.999974, 572299.999974 ], [ 251099.999974, 571999.999974 ], [ 252099.999974, 571899.999974 ], [ 252113.193874, 571899.999974 ], [ 253899.999974, 571899.999974 ], [ 253936.83677399999578, 571893.860574 ], [ 254499.999974, 571799.999974 ], [ 255099.999974, 571999.999974 ], [ 255165.733974, 571999.999974 ], [ 255199.999974, 571999.999974 ], [ 255299.999974, 572399.999974 ], [ 255899.703574, 572350.02467399998568 ], [ 256231.83187399999588, 572322.347374 ], [ 256499.999974, 572299.999974 ], [ 256511.377574, 572297.832874 ], [ 258599.999974, 571899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0048" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 269999.99997399997665, 565199.999974 ], [ 270499.99997399997665, 564499.999974 ], [ 270999.99997399997665, 564199.999974 ], [ 271899.99997399997665, 562799.999974 ], [ 272299.99997399997665, 562899.999974 ], [ 272305.97487399994861, 562902.987474 ], [ 272325.09487399994396, 562912.547474 ], [ 272899.99997399997665, 563199.999974 ], [ 272939.38337399996817, 563218.962374000111595 ], [ 275599.99997399997665, 564499.999974 ], [ 276799.99997399997665, 564699.999974 ], [ 277499.99997399997665, 559799.999974 ], [ 277504.03027399996063, 559793.28277399996296 ], [ 277799.99997399997665, 559299.999974 ], [ 277299.99997399997665, 558599.999974 ], [ 276799.99997399997665, 556499.999974 ], [ 276792.05937399994582, 556470.22247399995103 ], [ 275599.99997399997665, 551999.999974 ], [ 273599.99997399997665, 548499.999974 ], [ 273574.60867399995914, 548455.142074 ], [ 270618.56017399998382, 543232.789674000116065 ], [ 270599.99997399997665, 543199.999974 ], [ 269499.99997399997665, 541599.999974 ], [ 269516.74167399998987, 541549.774974 ], [ 269899.99997399997665, 540399.999974 ], [ 268499.99997399997665, 540399.999974 ], [ 268499.99997399997665, 540465.72657399997115 ], [ 268499.99997399997665, 541099.999974 ], [ 268799.99997399997665, 541499.999974 ], [ 268799.99997399997665, 541599.999974 ], [ 268791.08467399998335, 541596.433874 ], [ 268299.99997399997665, 541399.999974 ], [ 267899.99997399997665, 541799.999974 ], [ 266802.90487399999984, 543196.302874 ], [ 266799.99997399997665, 543199.999974 ], [ 266699.99997399997665, 543399.999974 ], [ 266499.99997399997665, 543299.999974 ], [ 266299.99997399997665, 544099.999974 ], [ 264824.83267399994656, 544099.999974 ], [ 264799.99997399997665, 544099.999974 ], [ 264599.99997399997665, 544099.999974 ], [ 264693.98037399997702, 544381.94107399997301 ], [ 264699.99997399997665, 544399.999974 ], [ 265892.44757399999071, 547381.1189739999827 ], [ 265899.99997399997665, 547399.999974 ], [ 266183.21737399999984, 547966.43477399996482 ], [ 266199.99997399997665, 547999.999974 ], [ 266499.99997399997665, 548899.999974 ], [ 265437.19937399995979, 549165.700174000114202 ], [ 265299.99997399997665, 549199.999974 ], [ 265299.99997399997665, 549499.999974 ], [ 265318.64677399996435, 549537.29347399994731 ], [ 265499.99997399997665, 549899.999974 ], [ 265560.54587399994489, 549975.682374 ], [ 265899.99997399997665, 550399.999974 ], [ 267699.99997399997665, 550599.999974 ], [ 267699.99997399997665, 550645.491974 ], [ 267699.99997399997665, 552848.458674000110477 ], [ 267699.99997399997665, 552899.999974 ], [ 267757.41007399995578, 552928.705074 ], [ 267899.99997399997665, 552999.999974 ], [ 267908.71297399996547, 553004.356474 ], [ 268099.99997399997665, 553099.999974 ], [ 268099.99997399997665, 553105.320274 ], [ 268099.99997399997665, 556459.628474 ], [ 268099.99997399997665, 556499.999974 ], [ 268099.99997399997665, 558799.999974 ], [ 269399.99997399997665, 559799.999974 ], [ 269410.29417399998056, 559810.294174 ], [ 269599.99997399997665, 559999.999974 ], [ 269607.00357399997301, 560004.669074 ], [ 269899.99997399997665, 560199.999974 ], [ 269799.99997399997665, 560699.999974 ], [ 268899.99997399997665, 561199.999974 ], [ 268699.99997399997665, 561199.999974 ], [ 268599.99997399997665, 561599.999974 ], [ 268799.99997399997665, 562199.999974 ], [ 268986.08647399995243, 562851.302574 ], [ 268999.99997399997665, 562899.999974 ], [ 268899.99997399997665, 562999.999974 ], [ 268599.99997399997665, 563299.999974 ], [ 268299.99997399997665, 563299.999974 ], [ 267799.99997399997665, 563099.999974 ], [ 267699.99997399997665, 563199.999974 ], [ 267699.99997399997665, 563599.999974 ], [ 267699.99997399997665, 563999.999974 ], [ 267999.99997399997665, 563999.999974 ], [ 267999.99997399997665, 563899.999974 ], [ 268299.99997399997665, 563999.999974 ], [ 268300.93557399994461, 564004.677974000107497 ], [ 268499.99997399997665, 564999.999974 ], [ 268499.99997399997665, 565199.999974 ], [ 268899.99997399997665, 565099.999974 ], [ 268899.99997399997665, 564699.999974 ], [ 269099.99997399997665, 564599.999974 ], [ 269995.05847399996128, 565196.705674 ], [ 269999.99997399997665, 565199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0050" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 164891.782374, 488507.875174 ], [ 164899.999974, 488499.999974 ], [ 165199.999974, 488599.999974 ], [ 166399.999974, 489799.999974 ], [ 167999.999974, 491399.999974 ], [ 168299.999974, 491499.999974 ], [ 168699.999974, 491499.999974 ], [ 170999.999974, 491199.999974 ], [ 170699.999974, 488499.999974 ], [ 170299.999974, 487499.999974 ], [ 170299.999974, 487299.999974 ], [ 170499.999974, 486999.999974 ], [ 170499.999974, 486899.999974 ], [ 170199.999974, 486499.999974 ], [ 169999.999974, 486399.999974 ], [ 169599.999974, 486399.999974 ], [ 168699.999974, 486199.999974 ], [ 168399.999974, 486099.999974 ], [ 166999.999974, 486599.999974 ], [ 165599.999974, 485099.999974 ], [ 165576.1185739999928, 485068.158074 ], [ 165299.999974, 484699.999974 ], [ 165199.999974, 484399.999974 ], [ 165487.712074, 483345.055674 ], [ 165499.999974, 483299.999974 ], [ 165769.57577399999718, 483030.42427399998996 ], [ 165799.999974, 482999.999974 ], [ 165999.999974, 483099.999974 ], [ 166299.999974, 482899.999974 ], [ 166299.999974, 482699.999974 ], [ 166134.25757399998838, 482368.51507399999537 ], [ 166099.999974, 482299.999974 ], [ 165999.999974, 482199.999974 ], [ 166199.999974, 481499.999974 ], [ 166009.338274, 480642.021974 ], [ 165999.999974, 480599.999974 ], [ 165799.999974, 480199.999974 ], [ 165199.999974, 478199.999974 ], [ 165099.999974, 478099.999974 ], [ 164699.999974, 476299.999974 ], [ 164499.999974, 476199.999974 ], [ 162599.999974, 475699.999974 ], [ 160799.999974, 475099.999974 ], [ 159499.999974, 474599.999974 ], [ 156999.999974, 473899.999974 ], [ 156499.999974, 473799.999974 ], [ 156099.999974, 473899.999974 ], [ 155499.999974, 474199.999974 ], [ 155399.999974, 474399.999974 ], [ 154999.999974, 474799.999974 ], [ 154899.999974, 475099.999974 ], [ 150199.999974, 479499.999974 ], [ 151281.02357399999164, 480679.298474 ], [ 151299.999974, 480699.999974 ], [ 152099.999974, 480199.999974 ], [ 152499.999974, 480099.999974 ], [ 154445.1926739999908, 480683.557774 ], [ 154499.999974, 480699.999974 ], [ 149160.319374, 488215.106074 ], [ 149133.28467399999499, 488253.15487399999984 ], [ 149099.999974, 488299.999974 ], [ 151299.999974, 489399.999974 ], [ 151699.999974, 489799.999974 ], [ 152199.999974, 489799.999974 ], [ 152499.999974, 490299.999974 ], [ 154399.999974, 491499.999974 ], [ 155699.999974, 492399.999974 ], [ 157499.999974, 493899.999974 ], [ 157699.999974, 494099.999974 ], [ 157699.999974, 494199.999974 ], [ 158493.96597399999155, 494993.965974 ], [ 158499.999974, 494999.999974 ], [ 159099.999974, 494199.999974 ], [ 160681.714474, 492717.142674 ], [ 160699.999974, 492699.999974 ], [ 162499.999974, 490799.999974 ], [ 164891.782374, 488507.875174 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0051" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 179999.999974, 562282.966274 ], [ 179999.999974, 560099.999974 ], [ 181278.296674, 560099.999974 ], [ 181299.999974, 560099.999974 ], [ 181399.999974, 560099.999974 ], [ 181499.999974, 560199.999974 ], [ 183099.999974, 560199.999974 ], [ 183299.999974, 560099.999974 ], [ 183309.96417399999336, 560112.953374 ], [ 184267.422174, 561357.64887399994768 ], [ 184299.999974, 561399.999974 ], [ 184999.999974, 560699.999974 ], [ 185011.91507399998954, 560688.0849739999976 ], [ 185099.999974, 560599.999974 ], [ 186099.999974, 561399.999974 ], [ 186180.48687399999471, 561328.456074000103399 ], [ 186999.999974, 560599.999974 ], [ 186999.999974, 560199.999974 ], [ 187199.999974, 559699.999974 ], [ 188899.999974, 559499.999974 ], [ 189099.999974, 559299.999974 ], [ 189199.999974, 558999.999974 ], [ 188299.999974, 559199.999974 ], [ 188299.999974, 558999.999974 ], [ 188599.999974, 558799.999974 ], [ 188699.999974, 558099.999974 ], [ 188399.999974, 557899.999974 ], [ 188699.999974, 556799.999974 ], [ 188699.999974, 556776.761574 ], [ 188699.999974, 556599.999974 ], [ 188499.999974, 556599.999974 ], [ 188331.00337399999262, 556346.50507399998605 ], [ 188299.999974, 556299.999974 ], [ 188699.999974, 555999.999974 ], [ 188681.668474, 555945.005274000111967 ], [ 188532.226274, 555496.67887399997562 ], [ 188503.216274, 555409.648774 ], [ 188499.999974, 555399.999974 ], [ 188599.999974, 554999.999974 ], [ 188599.999974, 554399.999974 ], [ 188990.15767399998731, 553522.145274 ], [ 188999.999974, 553499.999974 ], [ 189319.519174, 552940.841374 ], [ 189770.488274, 552151.64557399996556 ], [ 189799.999974, 552099.999974 ], [ 190399.999974, 550699.999974 ], [ 190399.03167399999802, 550698.063374 ], [ 190299.999974, 550499.999974 ], [ 190744.3459739999962, 549611.308074 ], [ 190998.983974, 549102.03207399998792 ], [ 190999.999974, 549099.999974 ], [ 191799.999974, 547699.999974 ], [ 191999.999974, 547299.999974 ], [ 191699.999974, 546799.999974 ], [ 191299.999974, 546499.999974 ], [ 191266.4886739999929, 546475.628074 ], [ 190199.999974, 545699.999974 ], [ 188899.999974, 545499.999974 ], [ 188868.305074, 545489.434974 ], [ 188599.999974, 545399.999974 ], [ 188499.999974, 544899.999974 ], [ 188399.999974, 544799.999974 ], [ 187209.10577399999602, 545395.447074 ], [ 187199.999974, 545399.999974 ], [ 186499.999974, 545799.999974 ], [ 186486.98437399999239, 545807.230874000117183 ], [ 185599.999974, 546299.999974 ], [ 182699.999974, 545399.999974 ], [ 182692.649974, 545397.738474 ], [ 180099.999974, 544599.999974 ], [ 179499.999974, 544799.999974 ], [ 179489.215574, 544803.59477400011383 ], [ 178017.273374, 545294.242174 ], [ 177999.999974, 545299.999974 ], [ 176099.999974, 545899.999974 ], [ 175999.999974, 545899.999974 ], [ 175899.999974, 545199.999974 ], [ 175637.862774, 545199.999974 ], [ 175599.999974, 545199.999974 ], [ 175099.999974, 545399.999974 ], [ 174699.999974, 545099.999974 ], [ 173599.999974, 544599.999974 ], [ 173102.97887399999308, 545494.637974 ], [ 173099.999974, 545499.999974 ], [ 172965.424174, 545742.236474 ], [ 172599.999974, 546399.999974 ], [ 172899.999974, 546699.999974 ], [ 172499.999974, 547199.999974 ], [ 171999.999974, 548299.999974 ], [ 172004.6417739999888, 548337.13407399994321 ], [ 172199.999974, 549899.999974 ], [ 173065.706474, 549803.810374000109732 ], [ 173099.999974, 549799.999974 ], [ 173599.999974, 549699.999974 ], [ 173610.80247399999644, 549698.64967399998568 ], [ 174399.999974, 549599.999974 ], [ 175275.52977399999509, 549599.999974 ], [ 175299.999974, 549599.999974 ], [ 175199.999974, 550099.999974 ], [ 175199.999974, 550999.999974 ], [ 175201.484674, 551017.816274 ], [ 175398.24777399998857, 553378.973674 ], [ 175399.999974, 553399.999974 ], [ 175399.999974, 554199.999974 ], [ 175199.999974, 555099.999974 ], [ 175399.999974, 555699.999974 ], [ 175416.774574, 555691.612774 ], [ 175799.999974, 555499.999974 ], [ 175816.35327399999369, 555494.548874 ], [ 176399.999974, 555299.999974 ], [ 176599.999974, 555399.999974 ], [ 176899.999974, 555899.999974 ], [ 176996.957574, 556287.830274 ], [ 176999.999974, 556299.999974 ], [ 177099.999974, 556499.999974 ], [ 177101.99227399998927, 556501.992274 ], [ 177499.999974, 556899.999974 ], [ 177999.999974, 557199.999974 ], [ 178499.999974, 557199.999974 ], [ 178699.999974, 557299.999974 ], [ 178702.34517399998731, 557299.999974 ], [ 178899.999974, 557299.999974 ], [ 178799.999974, 557699.999974 ], [ 179299.999974, 557899.999974 ], [ 179153.085574, 558014.266774 ], [ 178410.0566739999922, 558592.178174 ], [ 178399.999974, 558599.999974 ], [ 178199.999974, 558799.999974 ], [ 178399.999974, 560399.999974 ], [ 179699.999974, 562199.999974 ], [ 179399.999974, 562299.999974 ], [ 179999.999974, 562299.999974 ], [ 179999.999974, 562282.966274 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0053" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 232099.999974, 605099.999974 ], [ 232199.999974, 604699.999974 ], [ 231899.999974, 602899.999974 ], [ 231399.999974, 602799.999974 ], [ 231299.999974, 601699.999974 ], [ 230499.999974, 601899.999974 ], [ 230399.999974, 601699.999974 ], [ 230399.999974, 601499.999974 ], [ 230599.999974, 601499.999974 ], [ 230599.999974, 600899.999974 ], [ 230599.999974, 600399.999974 ], [ 230799.999974, 600199.999974 ], [ 230999.999974, 600199.999974 ], [ 231099.999974, 600299.999974 ], [ 231799.999974, 599599.999974 ], [ 232099.999974, 599799.999974 ], [ 232499.999974, 599499.999974 ], [ 232799.999974, 598999.999974 ], [ 232799.999974, 598799.999974 ], [ 232599.999974, 597599.999974 ], [ 233199.999974, 597499.999974 ], [ 233699.999974, 597499.999974 ], [ 233899.999974, 596799.999974 ], [ 234199.999974, 596599.999974 ], [ 234199.999974, 596299.999974 ], [ 234099.999974, 596299.999974 ], [ 233699.999974, 596099.999974 ], [ 233604.88457399999606, 595624.423074 ], [ 233599.999974, 595599.999974 ], [ 233599.999974, 594999.999974 ], [ 233699.999974, 594899.999974 ], [ 233407.05167399998754, 593239.9595739999786 ], [ 233399.999974, 593199.999974 ], [ 233205.715774, 592617.147274000104517 ], [ 233199.999974, 592599.999974 ], [ 232999.999974, 589699.999974 ], [ 232997.375074, 589660.62657400011085 ], [ 232899.999974, 588199.999974 ], [ 232699.999974, 587699.999974 ], [ 232691.015874, 587646.095174 ], [ 232599.999974, 587099.999974 ], [ 231999.999974, 586999.999974 ], [ 231799.999974, 586799.999974 ], [ 231899.999974, 586599.999974 ], [ 231299.999974, 586299.999974 ], [ 230799.999974, 586299.999974 ], [ 230006.551574, 586200.818974 ], [ 229999.999974, 586199.999974 ], [ 229799.999974, 586199.999974 ], [ 229604.333474, 587471.832274 ], [ 229599.999974, 587499.999974 ], [ 229399.999974, 587599.999974 ], [ 228899.999974, 587499.999974 ], [ 228799.999974, 587399.999974 ], [ 228199.999974, 587499.999974 ], [ 228199.999974, 587799.999974 ], [ 227599.999974, 587699.999974 ], [ 227399.999974, 588199.999974 ], [ 227299.999974, 588599.999974 ], [ 226699.999974, 588599.999974 ], [ 226599.999974, 588699.999974 ], [ 226699.999974, 588799.999974 ], [ 226399.999974, 589099.999974 ], [ 225799.999974, 588699.999974 ], [ 225499.999974, 588799.999974 ], [ 225299.999974, 588999.999974 ], [ 224599.999974, 588499.999974 ], [ 224099.999974, 588899.999974 ], [ 224199.999974, 589199.999974 ], [ 224208.09297399999923, 589208.092974 ], [ 224299.999974, 589299.999974 ], [ 224699.999974, 589399.999974 ], [ 224799.999974, 589499.999974 ], [ 224899.999974, 589799.999974 ], [ 224799.999974, 590099.999974 ], [ 224699.999974, 590199.999974 ], [ 224599.999974, 590299.999974 ], [ 224499.999974, 590199.999974 ], [ 224099.999974, 590399.999974 ], [ 223899.999974, 590599.999974 ], [ 223899.999974, 590999.999974 ], [ 223999.999974, 590999.999974 ], [ 224399.999974, 591799.999974 ], [ 224399.999974, 592799.999974 ], [ 224599.999974, 592899.999974 ], [ 225099.999974, 592799.999974 ], [ 225299.999974, 592799.999974 ], [ 225799.999974, 593399.999974 ], [ 225799.999974, 593499.999974 ], [ 225599.999974, 593699.999974 ], [ 225599.999974, 593799.999974 ], [ 225699.999974, 593999.999974 ], [ 225845.672074, 594145.672074 ], [ 226199.999974, 594499.999974 ], [ 226799.999974, 594799.999974 ], [ 226799.999974, 595099.999974 ], [ 227399.999974, 595099.999974 ], [ 227499.999974, 595699.999974 ], [ 227799.999974, 595599.999974 ], [ 228099.999974, 595899.999974 ], [ 227999.999974, 595999.999974 ], [ 227999.999974, 596299.999974 ], [ 227999.999974, 596899.999974 ], [ 227199.999974, 597599.999974 ], [ 227293.446674, 597786.893274 ], [ 227299.999974, 597799.999974 ], [ 227799.999974, 598199.999974 ], [ 227779.277674, 598251.8056739999447 ], [ 226999.999974, 600199.999974 ], [ 226899.999974, 600699.999974 ], [ 226999.999974, 600999.999974 ], [ 227099.999974, 600899.999974 ], [ 227399.999974, 600899.999974 ], [ 227599.999974, 601099.999974 ], [ 227999.423374, 601898.846874 ], [ 227999.999974, 601899.999974 ], [ 228399.999974, 601899.999974 ], [ 228421.113874, 601887.331674 ], [ 228899.999974, 601599.999974 ], [ 229399.999974, 601999.999974 ], [ 229499.999974, 602099.999974 ], [ 229299.999974, 602399.999974 ], [ 229499.999974, 602599.999974 ], [ 229699.999974, 602599.999974 ], [ 229699.999974, 602799.999974 ], [ 229699.999974, 603099.999974 ], [ 229399.999974, 603199.999974 ], [ 229699.999974, 604099.999974 ], [ 229899.999974, 603999.999974 ], [ 229999.999974, 604999.999974 ], [ 230499.999974, 604999.999974 ], [ 230899.999974, 604799.999974 ], [ 232099.999974, 605099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0055" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 187999.999974, 576099.999974 ], [ 190299.999974, 575899.999974 ], [ 190334.368174, 575899.999974 ], [ 190999.999974, 575899.999974 ], [ 191481.611574, 576092.644674 ], [ 191499.999974, 576099.999974 ], [ 191499.999974, 575899.999974 ], [ 191399.999974, 575099.999974 ], [ 190899.999974, 574199.999974 ], [ 190866.136074, 574157.670174 ], [ 190499.999974, 573699.999974 ], [ 189899.999974, 573199.999974 ], [ 190799.999974, 571799.999974 ], [ 191493.52547399999457, 571403.699774 ], [ 191499.999974, 571399.999974 ], [ 191899.999974, 571099.999974 ], [ 192199.999974, 570699.999974 ], [ 192699.999974, 568799.999974 ], [ 192499.999974, 568699.999974 ], [ 192399.999974, 568699.999974 ], [ 191599.999974, 569299.999974 ], [ 190373.08237399999052, 569246.655774000100791 ], [ 189299.999974, 569199.999974 ], [ 188099.999974, 568999.999974 ], [ 188295.9603739999875, 568216.15837400010787 ], [ 188299.999974, 568199.999974 ], [ 188399.999974, 567599.999974 ], [ 188099.999974, 567399.999974 ], [ 187899.999974, 567199.999974 ], [ 187999.999974, 567199.999974 ], [ 188199.999974, 567199.999974 ], [ 188199.999974, 566999.999974 ], [ 187799.999974, 566599.999974 ], [ 187699.999974, 566599.999974 ], [ 187499.999974, 566599.999974 ], [ 187399.999974, 566199.999974 ], [ 187441.23207399999956, 565870.143074 ], [ 187499.999974, 565399.999974 ], [ 188999.999974, 565599.999974 ], [ 189099.999974, 565899.999974 ], [ 189199.999974, 565899.999974 ], [ 189599.999974, 565899.999974 ], [ 189799.999974, 565799.999974 ], [ 191099.999974, 565899.999974 ], [ 191155.08667399999104, 565899.999974 ], [ 191199.999974, 565899.999974 ], [ 191599.999974, 565799.999974 ], [ 191799.999974, 565399.999974 ], [ 191499.999974, 565299.999974 ], [ 191399.999974, 564999.999974 ], [ 191899.999974, 564399.999974 ], [ 192099.999974, 564299.999974 ], [ 192299.999974, 564399.999974 ], [ 192499.999974, 564099.999974 ], [ 192299.999974, 563099.999974 ], [ 193199.999974, 563099.999974 ], [ 193199.999974, 563053.159874 ], [ 193199.999974, 562999.999974 ], [ 192399.999974, 562599.999974 ], [ 191899.999974, 562099.999974 ], [ 192099.999974, 561799.999974 ], [ 192299.999974, 561699.999974 ], [ 191299.999974, 560999.999974 ], [ 190914.500674, 561385.499374 ], [ 190899.999974, 561399.999974 ], [ 190799.999974, 561399.999974 ], [ 190999.999974, 560899.999974 ], [ 190412.2895739999949, 560410.24137399997562 ], [ 190399.999974, 560399.999974 ], [ 189899.999974, 560199.999974 ], [ 189599.999974, 560099.999974 ], [ 189299.999974, 560699.999974 ], [ 189099.999974, 560699.999974 ], [ 189499.999974, 559399.999974 ], [ 189099.999974, 559299.999974 ], [ 188899.999974, 559499.999974 ], [ 187199.999974, 559699.999974 ], [ 186999.999974, 560199.999974 ], [ 186999.999974, 560599.999974 ], [ 186180.48687399999471, 561328.456074000103399 ], [ 186099.999974, 561399.999974 ], [ 185099.999974, 560599.999974 ], [ 185011.91507399998954, 560688.0849739999976 ], [ 184999.999974, 560699.999974 ], [ 184299.999974, 561399.999974 ], [ 184267.422174, 561357.64887399994768 ], [ 183309.96417399999336, 560112.953374 ], [ 183299.999974, 560099.999974 ], [ 183099.999974, 560199.999974 ], [ 181499.999974, 560199.999974 ], [ 181399.999974, 560099.999974 ], [ 181299.999974, 560099.999974 ], [ 181278.296674, 560099.999974 ], [ 179999.999974, 560099.999974 ], [ 179999.999974, 562282.966274 ], [ 179999.999974, 562299.999974 ], [ 179399.999974, 562299.999974 ], [ 178499.999974, 562999.999974 ], [ 178299.999974, 562999.999974 ], [ 178199.999974, 563199.999974 ], [ 177228.958274, 563782.624974 ], [ 177199.999974, 563799.999974 ], [ 176999.999974, 563799.999974 ], [ 176899.999974, 563899.999974 ], [ 176862.429474, 563918.785274 ], [ 176699.999974, 563999.999974 ], [ 176695.62287399999332, 564003.647574 ], [ 176273.471174, 564355.44067399995402 ], [ 176099.999974, 564499.999974 ], [ 175899.999974, 564799.999974 ], [ 175799.999974, 565199.999974 ], [ 176299.999974, 565499.999974 ], [ 176099.999974, 565799.999974 ], [ 176599.999974, 566999.999974 ], [ 177684.03717399999732, 568084.037174 ], [ 177699.999974, 568099.999974 ], [ 178083.194274, 568578.99287399998866 ], [ 178099.999974, 568599.999974 ], [ 179699.999974, 569999.999974 ], [ 179699.999974, 570069.937674 ], [ 179699.999974, 570592.540774000110105 ], [ 179699.999974, 570599.999974 ], [ 179599.999974, 570999.999974 ], [ 180499.999974, 570899.999974 ], [ 180599.999974, 571099.999974 ], [ 181199.999974, 571099.999974 ], [ 181699.999974, 570899.999974 ], [ 182099.999974, 570699.999974 ], [ 182399.999974, 570699.999974 ], [ 182952.85217399999965, 571001.5556739999447 ], [ 182992.318674, 571023.082874 ], [ 183499.999974, 571299.999974 ], [ 183699.999974, 572099.999974 ], [ 184087.41637399999308, 572487.416374 ], [ 184099.999974, 572499.999974 ], [ 184222.114474, 572988.457974 ], [ 184299.999974, 573299.999974 ], [ 184799.999974, 573899.999974 ], [ 184699.999974, 574199.999974 ], [ 184299.999974, 574499.999974 ], [ 184091.44757399999071, 574986.622374 ], [ 183999.999974, 575199.999974 ], [ 184299.999974, 575399.999974 ], [ 184399.999974, 575499.999974 ], [ 184599.999974, 575299.999974 ], [ 184799.999974, 575399.999974 ], [ 185099.999974, 575699.999974 ], [ 185261.44457399999374, 575861.444574 ], [ 185399.999974, 575999.999974 ], [ 185433.790474, 575999.999974 ], [ 185899.999974, 575999.999974 ], [ 185922.08487399999285, 576005.521174000110477 ], [ 186699.999974, 576199.999974 ], [ 187962.013974, 576102.921974 ], [ 187999.999974, 576099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0056" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 215199.999974, 595099.999974 ], [ 215299.999974, 594699.999974 ], [ 215299.999974, 595099.999974 ], [ 215534.611374, 594917.524474 ], [ 215583.846174, 594879.230774 ], [ 216169.405174, 594423.795974 ], [ 216199.999974, 594399.999974 ], [ 216799.999974, 593899.999974 ], [ 216899.999974, 593599.999974 ], [ 216899.999974, 592999.999974 ], [ 217199.999974, 592599.999974 ], [ 217899.999974, 592499.999974 ], [ 218699.999974, 592899.999974 ], [ 218799.999974, 592899.999974 ], [ 219163.07997399999294, 592809.229974 ], [ 219199.999974, 592799.999974 ], [ 219499.999974, 592399.999974 ], [ 219599.999974, 592399.999974 ], [ 219644.100474, 592422.050274 ], [ 219799.999974, 592499.999974 ], [ 220099.999974, 593099.999974 ], [ 220299.999974, 593199.999974 ], [ 220999.999974, 593099.999974 ], [ 221899.999974, 593099.999974 ], [ 222499.999974, 592999.999974 ], [ 222799.999974, 593099.999974 ], [ 223099.999974, 593299.999974 ], [ 223399.999974, 593899.999974 ], [ 223499.999974, 593999.999974 ], [ 223899.999974, 593899.999974 ], [ 224499.999974, 593999.999974 ], [ 224999.999974, 593299.999974 ], [ 225099.999974, 592799.999974 ], [ 224599.999974, 592899.999974 ], [ 224399.999974, 592799.999974 ], [ 224399.999974, 591799.999974 ], [ 223999.999974, 590999.999974 ], [ 223899.999974, 590999.999974 ], [ 223899.999974, 590599.999974 ], [ 224099.999974, 590399.999974 ], [ 224499.999974, 590199.999974 ], [ 224599.999974, 590299.999974 ], [ 224699.999974, 590199.999974 ], [ 224799.999974, 590099.999974 ], [ 224899.999974, 589799.999974 ], [ 224799.999974, 589499.999974 ], [ 224699.999974, 589399.999974 ], [ 224299.999974, 589299.999974 ], [ 224208.09297399999923, 589208.092974 ], [ 224199.999974, 589199.999974 ], [ 224099.999974, 588899.999974 ], [ 224599.999974, 588499.999974 ], [ 225299.999974, 588999.999974 ], [ 225499.999974, 588799.999974 ], [ 225799.999974, 588699.999974 ], [ 226399.999974, 589099.999974 ], [ 226699.999974, 588799.999974 ], [ 226599.999974, 588699.999974 ], [ 226699.999974, 588599.999974 ], [ 227299.999974, 588599.999974 ], [ 227399.999974, 588199.999974 ], [ 227599.999974, 587699.999974 ], [ 228199.999974, 587799.999974 ], [ 228199.999974, 587499.999974 ], [ 228799.999974, 587399.999974 ], [ 228899.999974, 587499.999974 ], [ 229399.999974, 587599.999974 ], [ 229599.999974, 587499.999974 ], [ 229604.333474, 587471.832274 ], [ 229799.999974, 586199.999974 ], [ 229799.999974, 585999.999974 ], [ 229990.1810739999928, 585809.818874000106007 ], [ 229999.999974, 585799.999974 ], [ 229399.999974, 585099.999974 ], [ 228999.999974, 584899.999974 ], [ 228799.999974, 584899.999974 ], [ 228499.999974, 585099.999974 ], [ 228499.999974, 585299.999974 ], [ 227999.999974, 585399.999974 ], [ 227999.999974, 584899.999974 ], [ 227995.388374, 584883.0908739999868 ], [ 227716.35927399998764, 583859.98397399997339 ], [ 227699.999974, 583799.999974 ], [ 227299.999974, 582099.999974 ], [ 227298.441174, 582092.20587399997748 ], [ 226999.999974, 580599.999974 ], [ 225299.999974, 580899.999974 ], [ 225281.774374, 580924.300774 ], [ 224999.999974, 581299.999974 ], [ 224599.999974, 582499.999974 ], [ 224499.999974, 582499.999974 ], [ 224438.10027399999672, 582473.471574 ], [ 223799.999974, 582199.999974 ], [ 223399.999974, 581799.999974 ], [ 223378.57027399999788, 581785.713474000105634 ], [ 223099.999974, 581599.999974 ], [ 222899.999974, 581999.999974 ], [ 222799.999974, 581999.999974 ], [ 222499.999974, 582499.999974 ], [ 221999.999974, 583599.999974 ], [ 220999.999974, 583999.999974 ], [ 220699.999974, 583899.999974 ], [ 220799.999974, 584399.999974 ], [ 220299.999974, 584399.999974 ], [ 219799.999974, 584699.999974 ], [ 219899.999974, 585399.999974 ], [ 218899.999974, 585199.999974 ], [ 218899.999974, 585433.454474 ], [ 218884.26507399999537, 585497.049674 ], [ 217299.999974, 585199.999974 ], [ 216819.51137399999425, 585007.80457399995066 ], [ 216799.999974, 584999.999974 ], [ 216099.999974, 584999.999974 ], [ 214499.999974, 584699.999974 ], [ 214299.999974, 585499.999974 ], [ 214399.999974, 585599.999974 ], [ 214299.999974, 585799.999974 ], [ 211399.999974, 585799.999974 ], [ 211399.999974, 585899.999974 ], [ 211699.999974, 585999.999974 ], [ 211799.999974, 586199.999974 ], [ 211799.999974, 586399.999974 ], [ 212052.96537399999215, 586905.930874 ], [ 212099.999974, 586999.999974 ], [ 212299.999974, 587199.999974 ], [ 212599.999974, 587099.999974 ], [ 212899.999974, 587199.999974 ], [ 212899.999974, 587234.37337399995886 ], [ 212899.999974, 587499.999974 ], [ 212799.999974, 587799.999974 ], [ 212699.999974, 588199.999974 ], [ 212699.999974, 588999.999974 ], [ 212701.9538739999989, 589009.769374 ], [ 212799.999974, 589499.999974 ], [ 212803.069174, 589502.301874000113457 ], [ 213199.999974, 589799.999974 ], [ 213599.999974, 589799.999974 ], [ 213699.999974, 589699.999974 ], [ 213899.999974, 590099.999974 ], [ 214178.4658739999868, 590656.931774 ], [ 214199.999974, 590699.999974 ], [ 214499.999974, 591099.999974 ], [ 214508.050374, 591103.450174000114202 ], [ 215147.194274, 591377.3689739999827 ], [ 215199.999974, 591399.999974 ], [ 215399.999974, 591699.999974 ], [ 215399.999974, 591767.448574 ], [ 215399.999974, 591899.999974 ], [ 215389.52187399999821, 591905.239074 ], [ 214999.999974, 592099.999974 ], [ 214499.999974, 592199.999974 ], [ 214899.999974, 595299.999974 ], [ 215199.999974, 595099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0058" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 207899.999974, 603399.999974 ], [ 208399.999974, 603199.999974 ], [ 208489.79027399999904, 603020.419474000111222 ], [ 208465.895074, 602999.999974 ], [ 208199.999974, 602999.999974 ], [ 208199.999974, 603099.999974 ], [ 207999.999974, 603299.999974 ], [ 207599.999974, 603299.999974 ], [ 206299.999974, 602699.999974 ], [ 206499.999974, 602699.999974 ], [ 206499.999974, 602599.999974 ], [ 206199.999974, 601799.999974 ], [ 206099.999974, 601099.999974 ], [ 206199.999974, 600299.999974 ], [ 206499.999974, 599999.999974 ], [ 206598.517874, 599507.410674 ], [ 206598.906274, 599507.124974 ], [ 206635.906274, 599436.874974 ], [ 206635.593774, 599359.374974 ], [ 206629.74167399998987, 599321.54977399995551 ], [ 206699.999974, 598899.999974 ], [ 206599.999974, 598499.999974 ], [ 206599.999974, 598299.999974 ], [ 206599.999974, 597899.999974 ], [ 206899.999974, 596799.999974 ], [ 206999.999974, 596199.999974 ], [ 207199.999974, 595599.999974 ], [ 207699.999974, 595099.999974 ], [ 207399.999974, 594399.999974 ], [ 207599.999974, 593599.999974 ], [ 207799.999974, 593099.999974 ], [ 207699.999974, 592999.999974 ], [ 207499.999974, 592899.999974 ], [ 206999.999974, 592799.999974 ], [ 206599.999974, 592699.999974 ], [ 206599.44097399999737, 592699.440974 ], [ 206499.999974, 592599.999974 ], [ 206493.21737399999984, 592595.478174 ], [ 206243.581474, 592429.054374 ], [ 206199.999974, 592399.999974 ], [ 206099.999974, 592199.999974 ], [ 206099.999974, 591799.999974 ], [ 205999.999974, 591599.999974 ], [ 205399.999974, 591199.999974 ], [ 205099.999974, 590799.999974 ], [ 205001.77657399998861, 590767.258874 ], [ 204788.988874, 590711.011174000101164 ], [ 204599.999974, 590899.999974 ], [ 204599.999974, 591099.999974 ], [ 204899.999974, 591599.999974 ], [ 204799.999974, 591999.999974 ], [ 204699.999974, 592199.999974 ], [ 204399.999974, 592099.999974 ], [ 204199.999974, 592099.999974 ], [ 203899.999974, 592399.999974 ], [ 203999.999974, 592799.999974 ], [ 203999.999974, 592899.999974 ], [ 203499.999974, 593099.999974 ], [ 203317.13637399999425, 593008.568174 ], [ 203299.999974, 592999.999974 ], [ 203099.999974, 592799.999974 ], [ 202899.999974, 592699.999974 ], [ 202799.999974, 592799.999974 ], [ 202499.999974, 593199.999974 ], [ 201999.999974, 592999.999974 ], [ 201799.999974, 593099.999974 ], [ 201699.999974, 593299.999974 ], [ 201599.999974, 593399.999974 ], [ 201299.999974, 593299.999974 ], [ 201099.999974, 592999.999974 ], [ 200999.999974, 593099.999974 ], [ 200899.999974, 593299.999974 ], [ 200599.999974, 593399.999974 ], [ 200569.064874, 593379.37657400011085 ], [ 200299.999974, 593199.999974 ], [ 199299.999974, 593399.999974 ], [ 198899.999974, 593299.999974 ], [ 198399.999974, 593399.999974 ], [ 198222.06587399999262, 593399.999974 ], [ 197999.999974, 593399.999974 ], [ 197499.999974, 593399.999974 ], [ 197460.719274, 593380.35967399994843 ], [ 197299.999974, 593299.999974 ], [ 197299.999974, 592799.999974 ], [ 197219.45937399999821, 592558.378074 ], [ 197199.999974, 592499.999974 ], [ 197299.999974, 591599.999974 ], [ 197270.10147399999551, 591570.101474 ], [ 197199.999974, 591499.999974 ], [ 196899.999974, 591499.999974 ], [ 196599.999974, 591499.999974 ], [ 196499.999974, 591599.999974 ], [ 196458.57747399999062, 591605.917474 ], [ 195799.999974, 591699.999974 ], [ 195414.85497399998712, 591699.999974 ], [ 195099.999974, 591699.999974 ], [ 194299.999974, 591299.999974 ], [ 193899.999974, 591999.999974 ], [ 193919.469474, 592029.204174 ], [ 194077.54447399999481, 592266.31677399994805 ], [ 194099.999974, 592299.999974 ], [ 194099.999974, 592499.999974 ], [ 194003.68477399999392, 592885.260874 ], [ 193999.999974, 592899.999974 ], [ 193972.69387399998959, 592927.3060739999637 ], [ 193799.999974, 593099.999974 ], [ 193499.999974, 593099.999974 ], [ 192910.405074, 592903.468374 ], [ 192899.999974, 592899.999974 ], [ 192599.999974, 592799.999974 ], [ 192199.999974, 592499.999974 ], [ 191699.999974, 592299.999974 ], [ 191506.124974, 592299.999974 ], [ 191499.999974, 592299.999974 ], [ 191299.999974, 592599.999974 ], [ 191599.999974, 592799.999974 ], [ 191599.999974, 593199.999974 ], [ 191399.999974, 593299.999974 ], [ 191099.999974, 593099.999974 ], [ 190999.999974, 593299.999974 ], [ 190799.999974, 593599.999974 ], [ 190699.999974, 593799.999974 ], [ 190391.86437399999704, 593877.033873999957 ], [ 190299.999974, 593899.999974 ], [ 189899.999974, 594299.999974 ], [ 189899.999974, 594325.252574 ], [ 189899.999974, 594327.862174 ], [ 189899.999974, 594399.999974 ], [ 190199.999974, 594599.999974 ], [ 189899.999974, 595099.999974 ], [ 189599.999974, 595299.999974 ], [ 188999.999974, 595699.999974 ], [ 188499.999974, 595899.999974 ], [ 188199.999974, 595799.999974 ], [ 187799.999974, 596199.999974 ], [ 187899.999974, 596299.999974 ], [ 188099.999974, 596399.999974 ], [ 187999.999974, 596799.999974 ], [ 187499.999974, 597399.999974 ], [ 187299.999974, 597699.999974 ], [ 186799.999974, 597699.999974 ], [ 185699.999974, 598999.999974 ], [ 186999.999974, 599499.999974 ], [ 187199.999974, 599699.999974 ], [ 187699.999974, 600299.999974 ], [ 187899.999974, 600299.999974 ], [ 187999.999974, 600199.999974 ], [ 188199.999974, 600299.999974 ], [ 187699.999974, 601099.999974 ], [ 187899.999974, 601099.999974 ], [ 188199.999974, 600399.999974 ], [ 188299.999974, 600299.999974 ], [ 188599.999974, 600199.999974 ], [ 189299.999974, 600299.999974 ], [ 189899.999974, 600399.999974 ], [ 190499.999974, 600299.999974 ], [ 190899.999974, 600299.999974 ], [ 191246.50327399998787, 600299.999974 ], [ 191299.999974, 600299.999974 ], [ 192999.999974, 600999.999974 ], [ 193660.616974, 601094.373874 ], [ 193699.999974, 601099.999974 ], [ 194299.999974, 601199.999974 ], [ 196299.999974, 601899.999974 ], [ 196377.13577399999485, 601909.641974 ], [ 197099.999974, 601999.999974 ], [ 197129.226274, 602002.922674 ], [ 198099.999974, 602099.999974 ], [ 198127.111674, 602105.70767399994656 ], [ 199999.999974, 602499.999974 ], [ 200037.872474, 602499.999974 ], [ 200399.999974, 602499.999974 ], [ 200599.999974, 602499.999974 ], [ 200661.69567399998778, 602479.43477399996482 ], [ 200899.999974, 602399.999974 ], [ 201399.999974, 602199.999974 ], [ 201615.005574, 602458.010874 ], [ 201899.999974, 602799.999974 ], [ 201999.999974, 602599.999974 ], [ 203299.999974, 602499.999974 ], [ 203306.14557399999467, 602498.882574 ], [ 204358.519774, 602307.541874000104144 ], [ 204399.999974, 602299.999974 ], [ 204999.999974, 602199.999974 ], [ 207499.999974, 603399.999974 ], [ 207899.999974, 603399.999974 ] ] ], [ [ [ 199299.999974, 607299.999974 ], [ 199199.999974, 606899.999974 ], [ 198999.999974, 606999.999974 ], [ 198799.999974, 607199.999974 ], [ 198799.999974, 607399.999974 ], [ 198899.999974, 607699.999974 ], [ 199299.999974, 608099.999974 ], [ 199799.999974, 607899.999974 ], [ 199899.999974, 607699.999974 ], [ 199799.999974, 607499.999974 ], [ 199499.999974, 607399.999974 ], [ 199299.999974, 607299.999974 ] ] ], [ [ [ 198799.999974, 610599.999974 ], [ 199099.999974, 610199.999974 ], [ 198799.999974, 610299.999974 ], [ 198199.999974, 609699.999974 ], [ 197899.999974, 609599.999974 ], [ 197599.999974, 609599.999974 ], [ 197699.999974, 609999.999974 ], [ 198199.999974, 610299.999974 ], [ 198599.999974, 610599.999974 ], [ 198799.999974, 610599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0059" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 210399.999974, 586799.999974 ], [ 210499.999974, 586199.999974 ], [ 210517.701074, 586188.199274 ], [ 210799.999974, 585999.999974 ], [ 211399.999974, 585899.999974 ], [ 211399.999974, 585799.999974 ], [ 211599.999974, 585499.999974 ], [ 211499.999974, 585299.999974 ], [ 211299.999974, 584599.999974 ], [ 210899.999974, 584499.999974 ], [ 210599.999974, 584399.999974 ], [ 210499.999974, 584199.999974 ], [ 210500.769774, 584199.486874 ], [ 210799.999974, 583999.999974 ], [ 210499.999974, 583699.999974 ], [ 210348.105374, 583548.105374 ], [ 210299.999974, 583499.999974 ], [ 210199.999974, 583299.999974 ], [ 210699.999974, 583099.999974 ], [ 210885.4770739999949, 582914.522974 ], [ 210899.999974, 582899.999974 ], [ 211299.999974, 582099.999974 ], [ 211299.999974, 581599.999974 ], [ 211229.58737399999518, 581459.17477399995551 ], [ 210799.999974, 580599.999974 ], [ 210599.999974, 580199.999974 ], [ 209899.999974, 579599.999974 ], [ 209599.999974, 579599.999974 ], [ 209299.999974, 579399.999974 ], [ 209299.999974, 578799.999974 ], [ 208899.999974, 578499.999974 ], [ 208508.829074, 577619.865474000107497 ], [ 208499.999974, 577599.999974 ], [ 208400.21897399998852, 577200.876074 ], [ 208399.999974, 577199.999974 ], [ 208199.999974, 576699.999974 ], [ 208187.509074, 576675.018074 ], [ 207799.999974, 575899.999974 ], [ 207799.999974, 574999.999974 ], [ 207153.264874, 574630.437074 ], [ 207099.999974, 574599.999974 ], [ 206199.999974, 574099.999974 ], [ 205899.999974, 574699.999974 ], [ 205899.999974, 574716.871474 ], [ 205899.999974, 574799.999974 ], [ 205599.999974, 574599.999974 ], [ 205558.882274, 574564.75617399998009 ], [ 204199.999974, 573399.999974 ], [ 204189.531774, 573405.234074 ], [ 203999.999974, 573499.999974 ], [ 203999.999974, 573899.999974 ], [ 202999.999974, 574099.999974 ], [ 203597.91147399999318, 576491.645774 ], [ 203599.999974, 576499.999974 ], [ 203599.999974, 576799.999974 ], [ 203399.999974, 576899.999974 ], [ 203299.999974, 576899.999974 ], [ 202799.999974, 577499.999974 ], [ 202795.6472739999881, 577508.705374 ], [ 202499.999974, 578099.999974 ], [ 201599.999974, 578899.999974 ], [ 201399.999974, 579399.999974 ], [ 201316.278774, 579734.88487399998121 ], [ 201424.79687399999239, 579765.374974 ], [ 201506.593774, 579784.624974 ], [ 201584.999974, 579803.374974 ], [ 201560.20317399999476, 579833.874974 ], [ 201546.82697399999597, 579846.666074 ], [ 201352.999974, 579771.312474 ], [ 201309.875774, 579760.496674 ], [ 201199.999974, 580199.999974 ], [ 201399.999974, 580699.999974 ], [ 201699.999974, 581199.999974 ], [ 198899.999974, 582299.999974 ], [ 198876.699074, 582310.591274 ], [ 197799.999974, 582799.999974 ], [ 197788.91317399998661, 582818.477974 ], [ 197499.999974, 583299.999974 ], [ 197199.999974, 583999.999974 ], [ 197299.999974, 584199.999974 ], [ 197499.999974, 584199.999974 ], [ 197799.999974, 584099.999974 ], [ 197915.461874, 584099.999974 ], [ 197999.999974, 584099.999974 ], [ 198054.626174, 584113.656574 ], [ 198799.999974, 584299.999974 ], [ 199251.65157399998861, 584390.330274 ], [ 199264.427174, 584621.867774 ], [ 199503.74777399998857, 584501.070774 ], [ 200890.485374, 584897.281574 ], [ 200899.999974, 584899.999974 ], [ 202298.2551739999908, 585599.127574 ], [ 202299.999974, 585599.999974 ], [ 202970.05987399999867, 585887.16847399994731 ], [ 202999.999974, 585899.999974 ], [ 203299.999974, 586199.999974 ], [ 203699.999974, 586199.999974 ], [ 204388.269074, 586396.648274 ], [ 204399.999974, 586399.999974 ], [ 205299.999974, 586699.999974 ], [ 205599.999974, 586199.999974 ], [ 205799.999974, 586199.999974 ], [ 206199.999974, 586499.999974 ], [ 206484.857974, 586594.952674 ], [ 206499.999974, 586599.999974 ], [ 206799.999974, 586699.999974 ], [ 207099.999974, 586599.999974 ], [ 207299.999974, 586399.999974 ], [ 207699.999974, 586299.999974 ], [ 207999.999974, 586299.999974 ], [ 208599.999974, 586599.999974 ], [ 208299.999974, 586999.999974 ], [ 208499.999974, 587299.999974 ], [ 208799.999974, 587399.999974 ], [ 209136.518374, 587273.805574000114575 ], [ 210399.999974, 586799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0060" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 175199.999974, 609099.999974 ], [ 174599.999974, 608899.999974 ], [ 174299.999974, 609099.999974 ], [ 173399.999974, 609099.999974 ], [ 173299.999974, 608999.999974 ], [ 173299.999974, 608899.999974 ], [ 173899.999974, 608599.999974 ], [ 174999.999974, 608299.999974 ], [ 177799.999974, 608199.999974 ], [ 177833.678974, 608201.871074 ], [ 181394.770774, 608399.709474 ], [ 181399.999974, 608399.999974 ], [ 188799.999974, 609099.999974 ], [ 191399.999974, 609299.999974 ], [ 192299.999974, 609299.999974 ], [ 193199.999974, 609099.999974 ], [ 193699.999974, 608999.999974 ], [ 193899.999974, 608799.999974 ], [ 193799.999974, 608399.999974 ], [ 193499.999974, 608099.999974 ], [ 192899.999974, 607899.999974 ], [ 191999.999974, 607899.999974 ], [ 190899.999974, 607999.999974 ], [ 189499.999974, 607999.999974 ], [ 188599.999974, 607499.999974 ], [ 188199.999974, 607299.999974 ], [ 186799.999974, 606899.999974 ], [ 184699.999974, 606399.999974 ], [ 182799.999974, 605799.999974 ], [ 181699.999974, 605799.999974 ], [ 181664.355874, 605804.45547399995849 ], [ 180899.999974, 605899.999974 ], [ 180599.999974, 605999.999974 ], [ 179199.999974, 606099.999974 ], [ 178499.999974, 606299.999974 ], [ 177799.999974, 606399.999974 ], [ 177797.486474, 606399.162174 ], [ 177199.999974, 606199.999974 ], [ 176899.999974, 605599.999974 ], [ 176699.999974, 605499.999974 ], [ 175999.999974, 604899.999974 ], [ 175099.999974, 604599.999974 ], [ 174499.999974, 604299.999974 ], [ 174246.04577399999835, 604299.999974 ], [ 174099.999974, 604299.999974 ], [ 173799.999974, 604099.999974 ], [ 173999.999974, 604099.999974 ], [ 174099.999974, 604099.999974 ], [ 173699.999974, 603799.999974 ], [ 173399.999974, 603899.999974 ], [ 173099.999974, 603999.999974 ], [ 172499.999974, 604199.999974 ], [ 170899.999974, 605099.999974 ], [ 170499.999974, 605499.999974 ], [ 170099.999974, 606199.999974 ], [ 169999.999974, 606899.999974 ], [ 170199.999974, 607599.999974 ], [ 170299.999974, 607599.999974 ], [ 171099.999974, 608599.999974 ], [ 171599.999974, 608999.999974 ], [ 172799.999974, 609299.999974 ], [ 173699.999974, 609399.999974 ], [ 175199.999974, 609099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0063" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 177299.999974, 592255.360574 ], [ 177299.999974, 592199.999974 ], [ 177799.999974, 592399.999974 ], [ 179099.999974, 591999.999974 ], [ 178999.999974, 591499.999974 ], [ 178499.999974, 590899.999974 ], [ 178199.999974, 589899.999974 ], [ 177899.999974, 589799.999974 ], [ 177699.999974, 589199.999974 ], [ 177690.365174, 589175.912874 ], [ 177299.999974, 588199.999974 ], [ 177294.88747399998829, 588169.324674 ], [ 177199.999974, 587599.999974 ], [ 177299.999974, 587299.999974 ], [ 178199.999974, 586499.999974 ], [ 177899.999974, 586099.999974 ], [ 178283.387174, 585045.685374000109732 ], [ 178299.999974, 584999.999974 ], [ 178299.999974, 584799.999974 ], [ 178252.852274, 584776.426174 ], [ 178099.999974, 584699.999974 ], [ 177299.999974, 584599.999974 ], [ 176399.999974, 584299.999974 ], [ 176378.512774, 584278.51277399994433 ], [ 176299.999974, 584199.999974 ], [ 176275.8121739999915, 584204.03127399994992 ], [ 175699.999974, 584299.999974 ], [ 175649.31397399998968, 584310.137174 ], [ 175199.999974, 584399.999974 ], [ 175180.23917399998754, 584281.435274 ], [ 175099.999974, 583799.999974 ], [ 174399.999974, 583899.999974 ], [ 173699.999974, 584199.999974 ], [ 173696.022074, 584201.325974 ], [ 173399.999974, 584299.999974 ], [ 173399.999974, 584699.999974 ], [ 172696.96977399999741, 584875.757574 ], [ 172599.999974, 584899.999974 ], [ 171899.999974, 585099.999974 ], [ 171275.50647399999434, 585189.213374 ], [ 171199.999974, 585199.999974 ], [ 170399.999974, 585499.999974 ], [ 170399.999974, 585399.999974 ], [ 170386.791674, 585353.770874 ], [ 170199.999974, 584699.999974 ], [ 170999.999974, 583899.999974 ], [ 171013.160474, 583873.679074000101537 ], [ 171099.999974, 583699.999974 ], [ 170299.999974, 583099.999974 ], [ 169799.999974, 582899.999974 ], [ 169199.999974, 582599.999974 ], [ 168900.50227399999858, 582200.669674 ], [ 168899.999974, 582199.999974 ], [ 168699.999974, 582099.999974 ], [ 168699.999974, 582110.64817399997264 ], [ 168699.999974, 582199.999974 ], [ 168684.980874, 582221.45587399997748 ], [ 165917.50467399999616, 586174.993374 ], [ 165899.999974, 586199.999974 ], [ 165599.999974, 586099.999974 ], [ 165199.999974, 586299.999974 ], [ 165099.999974, 586599.999974 ], [ 164999.999974, 586599.999974 ], [ 165599.999974, 587299.999974 ], [ 166199.999974, 587699.999974 ], [ 166599.999974, 588699.999974 ], [ 167799.999974, 589999.999974 ], [ 168299.999974, 590499.999974 ], [ 170299.999974, 591499.999974 ], [ 170899.999974, 591599.999974 ], [ 171299.999974, 591899.999974 ], [ 171317.988474, 591909.593874 ], [ 172799.999974, 592699.999974 ], [ 174599.999974, 593099.999974 ], [ 174614.408874, 593106.91627399995923 ], [ 177099.999974, 594299.999974 ], [ 177299.999974, 592899.999974 ], [ 177299.999974, 592401.5283739999868 ], [ 177299.999974, 592399.999974 ], [ 177299.999974, 592255.360574 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0064" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 162799.999974, 566099.999974 ], [ 163999.999974, 565299.999974 ], [ 164008.04697399999714, 565299.999974 ], [ 164099.999974, 565299.999974 ], [ 164599.999974, 565199.999974 ], [ 164601.512774, 565199.999974 ], [ 165299.999974, 565199.999974 ], [ 165882.060074, 565199.999974 ], [ 166099.999974, 565199.999974 ], [ 166116.664274, 565166.67147399997339 ], [ 166199.999974, 564999.999974 ], [ 165699.999974, 563599.999974 ], [ 166199.999974, 563499.999974 ], [ 166199.999974, 563399.999974 ], [ 166099.999974, 563099.999974 ], [ 165965.262274, 562830.524574 ], [ 165899.999974, 562699.999974 ], [ 165699.999974, 562499.999974 ], [ 165299.999974, 562099.999974 ], [ 164899.999974, 562199.999974 ], [ 164499.999974, 562599.999974 ], [ 164299.999974, 562899.999974 ], [ 164299.999974, 563199.999974 ], [ 164099.999974, 563299.999974 ], [ 163699.999974, 563399.999974 ], [ 163399.999974, 563199.999974 ], [ 163199.999974, 562799.999974 ], [ 162699.999974, 562999.999974 ], [ 162799.999974, 563199.999974 ], [ 162797.90957399999024, 563204.180874 ], [ 162699.999974, 563399.999974 ], [ 162699.999974, 563599.999974 ], [ 162399.999974, 564499.999974 ], [ 162381.02367399999639, 564523.720374 ], [ 162042.84357399999863, 564946.445574 ], [ 161999.999974, 564999.999974 ], [ 162499.999974, 565399.999974 ], [ 162599.999974, 565899.999974 ], [ 162782.419174, 566082.419174 ], [ 162799.999974, 566099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0070" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 165199.999974, 586299.999974 ], [ 165599.999974, 586099.999974 ], [ 165899.999974, 586199.999974 ], [ 165917.50467399999616, 586174.993374 ], [ 168684.980874, 582221.45587399997748 ], [ 168699.999974, 582199.999974 ], [ 168699.999974, 582110.64817399997264 ], [ 168699.999974, 582099.999974 ], [ 168899.999974, 582199.999974 ], [ 168900.50227399999858, 582200.669674 ], [ 169199.999974, 582599.999974 ], [ 169899.999974, 581799.999974 ], [ 169899.999974, 581654.100274 ], [ 169899.999974, 581499.999974 ], [ 169599.999974, 581399.999974 ], [ 169636.899574, 581353.87557399994694 ], [ 169999.999974, 580899.999974 ], [ 169999.999974, 580799.999974 ], [ 170199.999974, 580899.999974 ], [ 170599.999974, 580199.999974 ], [ 170594.3520739999949, 580197.946174 ], [ 169499.999974, 579799.999974 ], [ 169739.48697399999946, 579201.282574 ], [ 169899.999974, 578799.999974 ], [ 169969.38947399999597, 578730.61047399998643 ], [ 170099.999974, 578599.999974 ], [ 170299.999974, 578599.999974 ], [ 170399.999974, 578299.999974 ], [ 169899.999974, 577699.999974 ], [ 169499.999974, 577499.999974 ], [ 169335.260374, 577335.260374 ], [ 169299.999974, 577299.999974 ], [ 168599.999974, 576799.999974 ], [ 168399.999974, 576299.999974 ], [ 168499.999974, 576199.999974 ], [ 167899.999974, 575699.999974 ], [ 167843.257874, 575359.547074 ], [ 167799.999974, 575099.999974 ], [ 168399.999974, 574999.999974 ], [ 168599.999974, 574699.999974 ], [ 168699.999974, 573799.999974 ], [ 168977.940474, 573799.999974 ], [ 169199.999974, 573799.999974 ], [ 169299.999974, 573699.999974 ], [ 169299.999974, 573599.999974 ], [ 169499.999974, 573299.999974 ], [ 169499.999974, 573099.999974 ], [ 169476.63577399999485, 573053.2716739999596 ], [ 169399.999974, 572899.999974 ], [ 168999.999974, 572699.999974 ], [ 168399.999974, 572399.999974 ], [ 168499.999974, 571999.999974 ], [ 168599.999974, 571799.999974 ], [ 168599.999974, 571599.999974 ], [ 168563.824074, 571581.912074000108987 ], [ 168399.999974, 571499.999974 ], [ 167999.999974, 571899.999974 ], [ 167599.999974, 571999.999974 ], [ 167399.999974, 571499.999974 ], [ 166899.999974, 571399.999974 ], [ 166699.999974, 571499.999974 ], [ 166799.999974, 571599.999974 ], [ 166599.999974, 571999.999974 ], [ 166299.999974, 571999.999974 ], [ 166199.999974, 571799.999974 ], [ 165899.999974, 571899.999974 ], [ 165699.999974, 572299.999974 ], [ 165099.999974, 572799.999974 ], [ 165099.999974, 573099.999974 ], [ 164642.93857399999979, 573465.649174 ], [ 164599.999974, 573499.999974 ], [ 163899.999974, 573299.999974 ], [ 163299.999974, 573199.999974 ], [ 163199.999974, 573099.999974 ], [ 163399.999974, 572999.999974 ], [ 163399.999974, 572799.999974 ], [ 163399.999974, 572559.405774000100791 ], [ 163399.999974, 572399.999974 ], [ 162899.999974, 571999.999974 ], [ 162599.999974, 572199.999974 ], [ 162699.999974, 572399.999974 ], [ 162399.999974, 572699.999974 ], [ 161999.999974, 572699.999974 ], [ 161799.999974, 572399.999974 ], [ 161499.999974, 572299.999974 ], [ 161299.999974, 572399.999974 ], [ 161399.999974, 572499.999974 ], [ 161599.999974, 572699.999974 ], [ 161099.999974, 572899.999974 ], [ 161099.999974, 573199.999974 ], [ 160699.999974, 573299.999974 ], [ 160699.999974, 573599.999974 ], [ 160899.999974, 573799.999974 ], [ 161699.999974, 575399.999974 ], [ 161499.999974, 575499.999974 ], [ 161599.999974, 575899.999974 ], [ 161799.999974, 576199.999974 ], [ 162099.999974, 576299.999974 ], [ 162145.032574, 576412.124574 ], [ 162299.999974, 576799.999974 ], [ 162299.999974, 576805.102174000116065 ], [ 162299.999974, 576899.999974 ], [ 161417.415474, 576659.295074 ], [ 161199.999974, 576628.141274 ], [ 161199.999974, 576699.999974 ], [ 161299.999974, 577199.999974 ], [ 161299.999974, 577499.999974 ], [ 161399.999974, 577599.999974 ], [ 161404.62287399999332, 577613.8685739999637 ], [ 161699.999974, 578499.999974 ], [ 161899.999974, 578599.999974 ], [ 161898.073474, 578613.485574 ], [ 161799.999974, 579299.999974 ], [ 161199.999974, 579199.999974 ], [ 161159.12277399998857, 579199.999974 ], [ 160299.999974, 579199.999974 ], [ 159699.999974, 579299.999974 ], [ 159599.999974, 579599.999974 ], [ 158399.999974, 580399.999974 ], [ 158999.999974, 581399.999974 ], [ 159599.999974, 581999.999974 ], [ 159999.999974, 582199.999974 ], [ 160021.178774, 582227.22987399995327 ], [ 160699.999974, 583099.999974 ], [ 161399.999974, 583799.999974 ], [ 161828.528974, 583971.411574 ], [ 161899.999974, 583999.999974 ], [ 162799.999974, 584699.999974 ], [ 163599.999974, 585099.999974 ], [ 163858.83807399999932, 585294.12857399997301 ], [ 164399.999974, 585699.999974 ], [ 164999.999974, 586399.999974 ], [ 165007.461274, 586414.922474 ], [ 165099.999974, 586599.999974 ], [ 165199.999974, 586299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0072" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 159699.999974, 579299.999974 ], [ 160299.999974, 579199.999974 ], [ 161159.12277399998857, 579199.999974 ], [ 161199.999974, 579199.999974 ], [ 161799.999974, 579299.999974 ], [ 161898.073474, 578613.485574 ], [ 161899.999974, 578599.999974 ], [ 161699.999974, 578499.999974 ], [ 161404.62287399999332, 577613.8685739999637 ], [ 161399.999974, 577599.999974 ], [ 161299.999974, 577499.999974 ], [ 161299.999974, 577199.999974 ], [ 161199.999974, 576699.999974 ], [ 161199.999974, 576628.141274 ], [ 161417.415474, 576659.295074 ], [ 162299.999974, 576899.999974 ], [ 162299.999974, 576805.102174000116065 ], [ 162299.999974, 576799.999974 ], [ 162145.032574, 576412.124574 ], [ 162099.999974, 576299.999974 ], [ 161799.999974, 576199.999974 ], [ 161599.999974, 575899.999974 ], [ 161499.999974, 575499.999974 ], [ 161699.999974, 575399.999974 ], [ 160899.999974, 573799.999974 ], [ 160699.999974, 573599.999974 ], [ 160699.999974, 573299.999974 ], [ 160399.999974, 572999.999974 ], [ 160327.327774, 573018.168074 ], [ 159999.999974, 573099.999974 ], [ 160099.999974, 573399.999974 ], [ 159499.999974, 573399.999974 ], [ 159399.999974, 573499.999974 ], [ 159299.999974, 573699.999974 ], [ 158999.999974, 573699.999974 ], [ 158799.999974, 573699.999974 ], [ 158199.999974, 573999.999974 ], [ 158199.999974, 574099.999974 ], [ 157499.999974, 574099.999974 ], [ 157199.999974, 573999.999974 ], [ 156899.999974, 573899.999974 ], [ 156744.816674, 573899.999974 ], [ 156599.999974, 573899.999974 ], [ 156899.999974, 575399.999974 ], [ 156799.999974, 575799.999974 ], [ 156659.999974, 575899.999974 ], [ 156545.454574, 575981.818174 ], [ 156099.999974, 576299.999974 ], [ 155999.999974, 576599.999974 ], [ 156199.999974, 576299.999974 ], [ 156399.999974, 576199.999974 ], [ 156488.414074, 576067.378774 ], [ 156727.05307399999583, 575899.999974 ], [ 156899.999974, 575899.999974 ], [ 156799.999974, 575999.999974 ], [ 156782.448974, 575999.999974 ], [ 156699.999974, 575999.999974 ], [ 156599.999974, 576199.999974 ], [ 156499.999974, 576399.999974 ], [ 156599.999974, 576599.999974 ], [ 157199.999974, 576899.999974 ], [ 157137.440574, 576962.559474 ], [ 157131.04677399998764, 576960.122374 ], [ 157128.758574, 576971.241474 ], [ 157099.999974, 576999.999974 ], [ 156899.999974, 576999.999974 ], [ 157199.999974, 577299.999974 ], [ 157599.999974, 577499.999974 ], [ 158199.999974, 577999.999974 ], [ 158217.29437399999006, 578034.588874 ], [ 158433.09237399999984, 578466.184674 ], [ 158499.999974, 578599.999974 ], [ 158199.999974, 578699.999974 ], [ 158169.748674, 578654.622974 ], [ 157999.999974, 578399.999974 ], [ 158199.999974, 578299.999974 ], [ 158199.999974, 578199.999974 ], [ 158099.999974, 578099.999974 ], [ 158066.329674, 578099.999974 ], [ 158059.59827399998903, 578099.999974 ], [ 157899.999974, 578099.999974 ], [ 157799.999974, 577799.999974 ], [ 157599.999974, 577599.999974 ], [ 156799.999974, 577199.999974 ], [ 156599.999974, 576799.999974 ], [ 156499.999974, 576599.999974 ], [ 156199.999974, 576499.999974 ], [ 156299.999974, 576599.999974 ], [ 156399.999974, 576599.999974 ], [ 156500.5332739999867, 576700.533274 ], [ 156634.827274, 576974.136574 ], [ 156699.999974, 577299.999974 ], [ 157299.999974, 577599.999974 ], [ 157589.49917399999686, 578275.498074 ], [ 157599.999974, 578299.999974 ], [ 157793.67367399999057, 578881.02097399998456 ], [ 157799.999974, 578899.999974 ], [ 158399.999974, 580299.999974 ], [ 158399.999974, 580399.999974 ], [ 159599.999974, 579599.999974 ], [ 159699.999974, 579299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0074" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 193499.999974, 561099.999974 ], [ 194599.999974, 560499.999974 ], [ 194699.999974, 560399.999974 ], [ 194999.999974, 560099.999974 ], [ 195014.775674, 560085.224274 ], [ 195099.999974, 559999.999974 ], [ 194699.999974, 558899.999974 ], [ 194692.56657399999676, 558855.399574 ], [ 194599.999974, 558299.999974 ], [ 194299.999974, 558199.999974 ], [ 194399.999974, 557499.999974 ], [ 194769.60927399998764, 556945.586174 ], [ 194799.999974, 556899.999974 ], [ 194684.049774, 556610.124574 ], [ 194599.999974, 556399.999974 ], [ 194448.460774, 556172.691174 ], [ 194406.9935739999928, 556110.490474000107497 ], [ 194399.999974, 556099.999974 ], [ 193599.999974, 554999.999974 ], [ 193552.661074, 554668.62787399999797 ], [ 193504.585274, 554332.09717399999499 ], [ 193499.999974, 554299.999974 ], [ 193499.999974, 554099.999974 ], [ 193534.90647399998852, 554093.569874 ], [ 197260.830274, 553407.2154739999678 ], [ 197299.999974, 553399.999974 ], [ 197999.999974, 553299.999974 ], [ 198399.999974, 553299.999974 ], [ 199099.999974, 553399.999974 ], [ 200374.577674, 554086.311074 ], [ 200399.999974, 554099.999974 ], [ 200686.735374, 554195.578474 ], [ 200699.999974, 554199.999974 ], [ 201575.311874, 555075.311874 ], [ 201599.999974, 555099.999974 ], [ 201799.999974, 555399.999974 ], [ 202299.999974, 555499.999974 ], [ 202699.999974, 555799.999974 ], [ 202799.999974, 556099.999974 ], [ 202608.811974, 556386.78207399998792 ], [ 202599.999974, 556399.999974 ], [ 203299.999974, 557199.999974 ], [ 203616.028274, 557410.685474 ], [ 204199.999974, 557799.999974 ], [ 204899.999974, 558199.999974 ], [ 204799.999974, 558399.999974 ], [ 204899.999974, 558499.999974 ], [ 204931.25587399999495, 558513.395374 ], [ 205461.791174, 558740.767674 ], [ 206299.999974, 559099.999974 ], [ 206799.999974, 559199.999974 ], [ 207635.482874, 559478.494274 ], [ 207999.999974, 559599.999974 ], [ 208699.999974, 560199.999974 ], [ 209399.999974, 561099.999974 ], [ 209599.999974, 561399.999974 ], [ 209899.999974, 561499.999974 ], [ 209699.999974, 556199.999974 ], [ 209599.999974, 556099.999974 ], [ 209476.075274, 555976.07527399994433 ], [ 209299.999974, 555799.999974 ], [ 207999.999974, 555099.999974 ], [ 207976.704074, 555090.293374000117183 ], [ 206799.999974, 554599.999974 ], [ 206423.139774, 554223.139774 ], [ 206399.999974, 554199.999974 ], [ 206004.10197399999015, 553903.076474 ], [ 205999.999974, 553899.999974 ], [ 205799.999974, 553699.999974 ], [ 204799.999974, 551999.999974 ], [ 203799.999974, 551699.999974 ], [ 203780.645074, 551687.55757399997674 ], [ 202399.999974, 550799.999974 ], [ 201999.999974, 550199.999974 ], [ 201997.874474, 550197.449274 ], [ 201499.999974, 549599.999974 ], [ 200399.999974, 548899.999974 ], [ 200399.235774, 548899.522374 ], [ 199625.474874, 548415.921774 ], [ 199599.999974, 548399.999974 ], [ 199099.999974, 548099.999974 ], [ 198799.999974, 548099.999974 ], [ 196699.999974, 549599.999974 ], [ 196686.90157399998861, 549608.732274 ], [ 196399.999974, 549799.999974 ], [ 196380.14487399999052, 549793.38157399999909 ], [ 196099.999974, 549699.999974 ], [ 195420.85387399999308, 549311.916474 ], [ 195399.999974, 549299.999974 ], [ 194799.999974, 548999.999974 ], [ 194099.999974, 549199.999974 ], [ 193721.31717399999616, 549105.329274 ], [ 193699.999974, 549099.999974 ], [ 193399.999974, 549099.999974 ], [ 193099.999974, 548899.999974 ], [ 192708.158574, 548273.053774 ], [ 192621.595674, 548134.553074 ], [ 192599.999974, 548099.999974 ], [ 191999.999974, 547299.999974 ], [ 191799.999974, 547699.999974 ], [ 190999.999974, 549099.999974 ], [ 190998.983974, 549102.03207399998792 ], [ 190744.3459739999962, 549611.308074 ], [ 190299.999974, 550499.999974 ], [ 190399.03167399999802, 550698.063374 ], [ 190399.999974, 550699.999974 ], [ 189799.999974, 552099.999974 ], [ 189770.488274, 552151.64557399996556 ], [ 189319.519174, 552940.841374 ], [ 188999.999974, 553499.999974 ], [ 188990.15767399998731, 553522.145274 ], [ 188599.999974, 554399.999974 ], [ 188599.999974, 554999.999974 ], [ 188499.999974, 555399.999974 ], [ 188503.216274, 555409.648774 ], [ 188532.226274, 555496.67887399997562 ], [ 188681.668474, 555945.005274000111967 ], [ 188699.999974, 555999.999974 ], [ 188299.999974, 556299.999974 ], [ 188331.00337399999262, 556346.50507399998605 ], [ 188499.999974, 556599.999974 ], [ 188699.999974, 556599.999974 ], [ 188699.999974, 556776.761574 ], [ 188699.999974, 556799.999974 ], [ 188399.999974, 557899.999974 ], [ 188699.999974, 558099.999974 ], [ 188599.999974, 558799.999974 ], [ 188299.999974, 558999.999974 ], [ 188299.999974, 559199.999974 ], [ 189199.999974, 558999.999974 ], [ 189099.999974, 559299.999974 ], [ 189499.999974, 559399.999974 ], [ 189099.999974, 560699.999974 ], [ 189299.999974, 560699.999974 ], [ 189599.999974, 560099.999974 ], [ 189899.999974, 560199.999974 ], [ 190399.999974, 560399.999974 ], [ 190412.2895739999949, 560410.24137399997562 ], [ 190999.999974, 560899.999974 ], [ 190799.999974, 561399.999974 ], [ 190899.999974, 561399.999974 ], [ 190914.500674, 561385.499374 ], [ 191299.999974, 560999.999974 ], [ 192299.999974, 561699.999974 ], [ 192999.999974, 561399.999974 ], [ 193499.999974, 561099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0079" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 208899.999974, 595299.999974 ], [ 209099.999974, 594999.999974 ], [ 209299.999974, 595399.999974 ], [ 209199.999974, 595899.999974 ], [ 209399.999974, 596699.999974 ], [ 209599.999974, 596799.999974 ], [ 210299.999974, 596699.999974 ], [ 210399.999974, 596499.999974 ], [ 210299.999974, 595999.999974 ], [ 210299.999974, 595799.999974 ], [ 210599.999974, 595399.999974 ], [ 210999.999974, 595099.999974 ], [ 211099.999974, 594899.999974 ], [ 211099.999974, 594499.999974 ], [ 211399.999974, 594799.999974 ], [ 211699.999974, 594599.999974 ], [ 212799.999974, 594299.999974 ], [ 211799.999974, 594699.999974 ], [ 211499.999974, 594899.999974 ], [ 210699.999974, 595799.999974 ], [ 210499.999974, 596099.999974 ], [ 210699.999974, 596399.999974 ], [ 210899.999974, 596099.999974 ], [ 210999.999974, 595699.999974 ], [ 211399.999974, 595399.999974 ], [ 211599.999974, 595299.999974 ], [ 211999.999974, 595499.999974 ], [ 212499.999974, 595999.999974 ], [ 212699.999974, 596099.999974 ], [ 213399.999974, 595799.999974 ], [ 213999.999974, 595799.999974 ], [ 214499.999974, 595399.999974 ], [ 214899.999974, 595299.999974 ], [ 214499.999974, 592199.999974 ], [ 214999.999974, 592099.999974 ], [ 215389.52187399999821, 591905.239074 ], [ 215399.999974, 591899.999974 ], [ 215399.999974, 591767.448574 ], [ 215399.999974, 591699.999974 ], [ 215199.999974, 591399.999974 ], [ 215147.194274, 591377.3689739999827 ], [ 214508.050374, 591103.450174000114202 ], [ 214499.999974, 591099.999974 ], [ 214199.999974, 590699.999974 ], [ 214178.4658739999868, 590656.931774 ], [ 213899.999974, 590099.999974 ], [ 213699.999974, 589699.999974 ], [ 213599.999974, 589799.999974 ], [ 213199.999974, 589799.999974 ], [ 212803.069174, 589502.301874000113457 ], [ 212799.999974, 589499.999974 ], [ 212701.9538739999989, 589009.769374 ], [ 212699.999974, 588999.999974 ], [ 212699.999974, 588199.999974 ], [ 212799.999974, 587799.999974 ], [ 212899.999974, 587499.999974 ], [ 212899.999974, 587234.37337399995886 ], [ 212899.999974, 587199.999974 ], [ 212599.999974, 587099.999974 ], [ 212299.999974, 587199.999974 ], [ 212099.999974, 586999.999974 ], [ 212052.96537399999215, 586905.930874 ], [ 211799.999974, 586399.999974 ], [ 211799.999974, 586199.999974 ], [ 211699.999974, 585999.999974 ], [ 211399.999974, 585899.999974 ], [ 210799.999974, 585999.999974 ], [ 210517.701074, 586188.199274 ], [ 210499.999974, 586199.999974 ], [ 210399.999974, 586799.999974 ], [ 209136.518374, 587273.805574000114575 ], [ 208799.999974, 587399.999974 ], [ 208499.999974, 587299.999974 ], [ 208299.999974, 586999.999974 ], [ 208599.999974, 586599.999974 ], [ 207999.999974, 586299.999974 ], [ 207699.999974, 586299.999974 ], [ 207299.999974, 586399.999974 ], [ 207099.999974, 586599.999974 ], [ 206799.999974, 586699.999974 ], [ 206499.999974, 586599.999974 ], [ 206484.857974, 586594.952674 ], [ 206199.999974, 586499.999974 ], [ 205799.999974, 586199.999974 ], [ 205599.999974, 586199.999974 ], [ 205299.999974, 586699.999974 ], [ 204399.999974, 586399.999974 ], [ 204388.269074, 586396.648274 ], [ 203699.999974, 586199.999974 ], [ 203299.999974, 586199.999974 ], [ 202999.999974, 585899.999974 ], [ 202970.05987399999867, 585887.16847399994731 ], [ 202299.999974, 585599.999974 ], [ 202298.2551739999908, 585599.127574 ], [ 200899.999974, 584899.999974 ], [ 200890.485374, 584897.281574 ], [ 199503.74777399998857, 584501.070774 ], [ 199264.427174, 584621.867774 ], [ 199251.65157399998861, 584390.330274 ], [ 198799.999974, 584299.999974 ], [ 198999.999974, 585199.999974 ], [ 199004.88867399998708, 585221.99917399999686 ], [ 199199.392174, 586097.264574 ], [ 199199.999974, 586099.999974 ], [ 199245.409174, 586463.273374 ], [ 199271.774574, 586674.19627399998717 ], [ 199299.999974, 586899.999974 ], [ 199497.903074, 589571.69177399994805 ], [ 199499.999974, 589599.999974 ], [ 200199.999974, 589799.999974 ], [ 200699.999974, 589799.999974 ], [ 200599.999974, 590199.999974 ], [ 200699.999974, 592299.999974 ], [ 200799.999974, 592999.999974 ], [ 200999.999974, 593099.999974 ], [ 201099.999974, 592999.999974 ], [ 201299.999974, 593299.999974 ], [ 201599.999974, 593399.999974 ], [ 201699.999974, 593299.999974 ], [ 201799.999974, 593099.999974 ], [ 201999.999974, 592999.999974 ], [ 202499.999974, 593199.999974 ], [ 202799.999974, 592799.999974 ], [ 202899.999974, 592699.999974 ], [ 203099.999974, 592799.999974 ], [ 203299.999974, 592999.999974 ], [ 203317.13637399999425, 593008.568174 ], [ 203499.999974, 593099.999974 ], [ 203999.999974, 592899.999974 ], [ 203999.999974, 592799.999974 ], [ 203899.999974, 592399.999974 ], [ 204199.999974, 592099.999974 ], [ 204399.999974, 592099.999974 ], [ 204699.999974, 592199.999974 ], [ 204799.999974, 591999.999974 ], [ 204899.999974, 591599.999974 ], [ 204599.999974, 591099.999974 ], [ 204599.999974, 590899.999974 ], [ 204788.988874, 590711.011174000101164 ], [ 205001.77657399998861, 590767.258874 ], [ 205099.999974, 590799.999974 ], [ 205399.999974, 591199.999974 ], [ 205999.999974, 591599.999974 ], [ 206099.999974, 591799.999974 ], [ 206099.999974, 592199.999974 ], [ 206199.999974, 592399.999974 ], [ 206243.581474, 592429.054374 ], [ 206493.21737399999984, 592595.478174 ], [ 206499.999974, 592599.999974 ], [ 207599.999974, 592799.999974 ], [ 207899.999974, 592999.999974 ], [ 207899.999974, 593199.999974 ], [ 207699.999974, 593499.999974 ], [ 207599.999974, 593899.999974 ], [ 207499.999974, 594199.999974 ], [ 207599.999974, 594499.999974 ], [ 207899.999974, 594999.999974 ], [ 208599.999974, 594399.999974 ], [ 208899.999974, 594299.999974 ], [ 209016.84407399999327, 594299.999974 ], [ 209033.79687399999239, 594306.312474 ], [ 209074.79687399999239, 594326.499974 ], [ 209113.157574, 594478.289374 ], [ 208799.999974, 594399.999974 ], [ 208699.999974, 594499.999974 ], [ 208599.999974, 594599.999974 ], [ 208599.999974, 594699.999974 ], [ 208599.999974, 594799.999974 ], [ 207499.999974, 596199.999974 ], [ 207499.999974, 596799.999974 ], [ 207899.999974, 597099.999974 ], [ 208899.999974, 596599.999974 ], [ 208999.999974, 596199.999974 ], [ 208899.999974, 595299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0080" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 186499.999974, 584199.999974 ], [ 186107.15117399999872, 582825.028974 ], [ 186099.999974, 582799.999974 ], [ 187099.999974, 582899.999974 ], [ 187899.999974, 583099.999974 ], [ 187902.7502739999909, 583075.247174 ], [ 187999.999974, 582199.999974 ], [ 188499.999974, 582099.999974 ], [ 188999.999974, 581899.999974 ], [ 189099.999974, 581699.999974 ], [ 188499.999974, 581699.999974 ], [ 188499.999974, 581399.999974 ], [ 188506.51077399999485, 581393.489274 ], [ 188559.933374, 581340.066674 ], [ 188799.999974, 581099.999974 ], [ 189099.999974, 580999.999974 ], [ 189599.999974, 581099.999974 ], [ 189692.82447399999364, 580635.87787399999797 ], [ 189699.999974, 580599.999974 ], [ 189099.999974, 580399.999974 ], [ 186431.732374, 579807.05167399998754 ], [ 186399.999974, 579799.999974 ], [ 186399.999974, 579785.436774 ], [ 186399.999974, 579599.999974 ], [ 186699.999974, 578799.999974 ], [ 185999.999974, 578399.999974 ], [ 186163.76577399999951, 577908.702774 ], [ 186199.999974, 577799.999974 ], [ 186399.999974, 577299.999974 ], [ 186401.62907399999676, 577294.026574 ], [ 186699.999974, 576199.999974 ], [ 185922.08487399999285, 576005.521174000110477 ], [ 185899.999974, 575999.999974 ], [ 185433.790474, 575999.999974 ], [ 185399.999974, 575999.999974 ], [ 185261.44457399999374, 575861.444574 ], [ 185099.999974, 575699.999974 ], [ 184799.999974, 575399.999974 ], [ 184599.999974, 575299.999974 ], [ 184399.999974, 575499.999974 ], [ 184299.999974, 575399.999974 ], [ 183999.999974, 575199.999974 ], [ 184091.44757399999071, 574986.622374 ], [ 184299.999974, 574499.999974 ], [ 184699.999974, 574199.999974 ], [ 184799.999974, 573899.999974 ], [ 184299.999974, 573299.999974 ], [ 184222.114474, 572988.457974 ], [ 184099.999974, 572499.999974 ], [ 184087.41637399999308, 572487.416374 ], [ 183699.999974, 572099.999974 ], [ 183499.999974, 571299.999974 ], [ 182992.318674, 571023.082874 ], [ 182952.85217399999965, 571001.5556739999447 ], [ 182399.999974, 570699.999974 ], [ 182099.999974, 570699.999974 ], [ 181699.999974, 570899.999974 ], [ 181199.999974, 571099.999974 ], [ 180599.999974, 571099.999974 ], [ 180499.999974, 570899.999974 ], [ 179599.999974, 570999.999974 ], [ 179696.934474, 571581.607174 ], [ 179699.999974, 571599.999974 ], [ 180199.999974, 572999.999974 ], [ 180199.999974, 573699.999974 ], [ 180290.21307399999932, 574151.06537399999797 ], [ 180299.999974, 574199.999974 ], [ 180299.999974, 574256.296374 ], [ 180299.999974, 574299.999974 ], [ 180299.999974, 574999.999974 ], [ 180299.18097399998805, 575007.370874 ], [ 180199.999974, 575899.999974 ], [ 180299.999974, 576499.999974 ], [ 180288.88947399999597, 576497.916774 ], [ 178699.999974, 576199.999974 ], [ 178399.999974, 576299.999974 ], [ 178699.999974, 577199.999974 ], [ 178700.42677399999229, 577201.067074 ], [ 178899.999974, 577699.999974 ], [ 178621.95497399999294, 577699.999974 ], [ 178599.999974, 577699.999974 ], [ 178599.999974, 578299.999974 ], [ 178799.999974, 578899.999974 ], [ 178803.40217399998801, 578906.804374 ], [ 178899.999974, 579099.999974 ], [ 178758.279274, 579355.097374 ], [ 178399.999974, 579999.999974 ], [ 178299.999974, 579999.999974 ], [ 178203.990374, 580576.057774000102654 ], [ 178210.20317399999476, 580576.624974 ], [ 178206.27047399998992, 580599.999974 ], [ 178799.999974, 580599.999974 ], [ 178805.958374, 580611.916774 ], [ 178999.999974, 580999.999974 ], [ 178899.999974, 581099.999974 ], [ 178199.999974, 581099.999974 ], [ 178162.87407399999211, 581694.015174 ], [ 178099.999974, 582699.999974 ], [ 178399.999974, 582799.999974 ], [ 178099.999974, 582999.999974 ], [ 178090.259074, 583009.74097399995662 ], [ 177899.999974, 583199.999974 ], [ 178199.999974, 583599.999974 ], [ 178399.999974, 583599.999974 ], [ 178799.999974, 583899.999974 ], [ 180199.999974, 583699.999974 ], [ 180209.765274, 583651.173774 ], [ 180299.999974, 583199.999974 ], [ 180799.999974, 583099.999974 ], [ 180894.790374, 582720.838474000105634 ], [ 180899.999974, 582637.82887400011532 ], [ 180899.999974, 582299.999974 ], [ 181199.999974, 582199.999974 ], [ 181216.7496739999915, 582216.749674 ], [ 181299.999974, 582299.999974 ], [ 181661.919174, 582209.52017399994656 ], [ 181699.999974, 582199.999974 ], [ 183099.999974, 581999.999974 ], [ 183108.49347399998805, 582003.397374 ], [ 183552.531274, 582181.01247399998829 ], [ 183599.999974, 582199.999974 ], [ 183699.999974, 582499.999974 ], [ 183703.386774, 582505.080174 ], [ 184099.999974, 583099.999974 ], [ 184299.999974, 583499.999974 ], [ 184300.383474, 583500.383474 ], [ 184399.999974, 583599.999974 ], [ 184599.999974, 583699.999974 ], [ 184699.999974, 584099.999974 ], [ 184686.896574, 584126.206774 ], [ 184771.796674, 584103.988674 ], [ 186482.791674, 584199.043974 ], [ 186499.999974, 584199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0081" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 178199.999974, 589899.999974 ], [ 178299.999974, 589799.999974 ], [ 178312.57267399999546, 589799.999974 ], [ 179799.999974, 589799.999974 ], [ 179836.241374, 589799.999974 ], [ 180099.999974, 589799.999974 ], [ 180659.188674, 589520.405674 ], [ 180699.999974, 589499.999974 ], [ 182599.999974, 588499.999974 ], [ 183299.999974, 588299.999974 ], [ 183399.999974, 588199.999974 ], [ 183199.999974, 587999.999974 ], [ 183287.44647399999667, 587912.553574 ], [ 183299.999974, 587899.999974 ], [ 183699.999974, 587799.999974 ], [ 184599.999974, 587699.999974 ], [ 184628.9603739999875, 587699.999974 ], [ 185099.999974, 587699.999974 ], [ 184699.999974, 586999.999974 ], [ 184699.999974, 586099.999974 ], [ 184599.999974, 585799.999974 ], [ 184599.999974, 585199.999974 ], [ 184799.999974, 584699.999974 ], [ 184703.00147399998968, 584506.002974 ], [ 184699.999974, 584499.999974 ], [ 184599.999974, 584299.999974 ], [ 184686.896574, 584126.206774 ], [ 184699.999974, 584099.999974 ], [ 184599.999974, 583699.999974 ], [ 184399.999974, 583599.999974 ], [ 184300.383474, 583500.383474 ], [ 184299.999974, 583499.999974 ], [ 184099.999974, 583099.999974 ], [ 183703.386774, 582505.080174 ], [ 183699.999974, 582499.999974 ], [ 183599.999974, 582199.999974 ], [ 183552.531274, 582181.01247399998829 ], [ 183108.49347399998805, 582003.397374 ], [ 183099.999974, 581999.999974 ], [ 181699.999974, 582199.999974 ], [ 181661.919174, 582209.52017399994656 ], [ 181299.999974, 582299.999974 ], [ 181216.7496739999915, 582216.749674 ], [ 181199.999974, 582199.999974 ], [ 180899.999974, 582299.999974 ], [ 180899.999974, 582637.82887400011532 ], [ 180894.790374, 582720.838474000105634 ], [ 180799.999974, 583099.999974 ], [ 180299.999974, 583199.999974 ], [ 180209.765274, 583651.173774 ], [ 180199.999974, 583699.999974 ], [ 178799.999974, 583899.999974 ], [ 178099.999974, 584699.999974 ], [ 178252.852274, 584776.426174 ], [ 178299.999974, 584799.999974 ], [ 178299.999974, 584999.999974 ], [ 178283.387174, 585045.685374000109732 ], [ 177899.999974, 586099.999974 ], [ 178199.999974, 586499.999974 ], [ 177299.999974, 587299.999974 ], [ 177199.999974, 587599.999974 ], [ 177294.88747399998829, 588169.324674 ], [ 177299.999974, 588199.999974 ], [ 177690.365174, 589175.912874 ], [ 177699.999974, 589199.999974 ], [ 177899.999974, 589799.999974 ], [ 178199.999974, 589899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0082" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 188199.999974, 544699.999974 ], [ 187999.999974, 544499.999974 ], [ 187299.999974, 543599.999974 ], [ 186699.999974, 542899.999974 ], [ 186599.999974, 542699.999974 ], [ 186599.999974, 542426.853674 ], [ 186599.999974, 542399.999974 ], [ 186299.999974, 541899.999974 ], [ 186276.052774, 541860.087974 ], [ 185699.999974, 540899.999974 ], [ 185508.37907399999676, 539941.895374 ], [ 185499.999974, 539899.999974 ], [ 185481.2044739999983, 539856.14377399999648 ], [ 185212.23007399999187, 539228.536774 ], [ 185199.999974, 539199.999974 ], [ 184699.999974, 538399.999974 ], [ 184699.999974, 537899.999974 ], [ 184099.999974, 537399.999974 ], [ 184099.999974, 537099.999974 ], [ 184199.999974, 536799.999974 ], [ 184199.999974, 536769.84897399996407 ], [ 184118.74677399999928, 536753.569574 ], [ 183499.999974, 536399.999974 ], [ 182499.999974, 535499.999974 ], [ 182099.999974, 535199.999974 ], [ 181999.999974, 535799.999974 ], [ 181993.784174, 535831.07937399996445 ], [ 181799.999974, 536799.999974 ], [ 179399.999974, 539199.999974 ], [ 179234.707574, 539282.646174000110477 ], [ 179199.999974, 539299.999974 ], [ 177729.48247399998945, 539692.137974 ], [ 177699.999974, 539699.999974 ], [ 177899.999974, 538799.999974 ], [ 177799.999974, 538699.999974 ], [ 176999.999974, 538999.999974 ], [ 176999.999974, 539299.999974 ], [ 177199.999974, 539499.999974 ], [ 177099.999974, 539499.999974 ], [ 177050.129974, 539499.999974 ], [ 176699.999974, 539499.999974 ], [ 176599.999974, 538899.999974 ], [ 176299.999974, 538999.999974 ], [ 175999.999974, 539299.999974 ], [ 175999.999974, 539670.498674 ], [ 175999.999974, 539699.999974 ], [ 175933.462574, 539699.999974 ], [ 175899.999974, 539699.999974 ], [ 175599.999974, 539799.999974 ], [ 175099.999974, 539899.999974 ], [ 174899.999974, 539799.999974 ], [ 174213.817474, 539742.818174 ], [ 174211.95257399999537, 539742.662674 ], [ 173699.999974, 539699.999974 ], [ 173199.999974, 539699.999974 ], [ 173099.999974, 539899.999974 ], [ 173099.999974, 540599.999974 ], [ 173199.999974, 540799.999974 ], [ 172999.999974, 540999.999974 ], [ 172299.999974, 541499.999974 ], [ 172299.999974, 541699.999974 ], [ 172103.05717399998684, 542487.771374 ], [ 172099.999974, 542499.999974 ], [ 172199.999974, 542899.999974 ], [ 172599.999974, 543299.999974 ], [ 172899.999974, 543699.999974 ], [ 172802.69577399999253, 544186.521074 ], [ 172799.999974, 544199.999974 ], [ 172799.999974, 544399.999974 ], [ 173599.999974, 544599.999974 ], [ 174699.999974, 545099.999974 ], [ 175099.999974, 545399.999974 ], [ 175599.999974, 545199.999974 ], [ 175637.862774, 545199.999974 ], [ 175899.999974, 545199.999974 ], [ 175999.999974, 545899.999974 ], [ 176099.999974, 545899.999974 ], [ 177999.999974, 545299.999974 ], [ 178017.273374, 545294.242174 ], [ 179489.215574, 544803.59477400011383 ], [ 179499.999974, 544799.999974 ], [ 180099.999974, 544599.999974 ], [ 182692.649974, 545397.738474 ], [ 182699.999974, 545399.999974 ], [ 185599.999974, 546299.999974 ], [ 186486.98437399999239, 545807.230874000117183 ], [ 186499.999974, 545799.999974 ], [ 187199.999974, 545399.999974 ], [ 187209.10577399999602, 545395.447074 ], [ 188399.999974, 544799.999974 ], [ 188199.999974, 544699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0083" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 174399.999974, 583899.999974 ], [ 175099.999974, 583799.999974 ], [ 175180.23917399998754, 584281.435274 ], [ 175199.999974, 584399.999974 ], [ 175649.31397399998968, 584310.137174 ], [ 175699.999974, 584299.999974 ], [ 176275.8121739999915, 584204.03127399994992 ], [ 176299.999974, 584199.999974 ], [ 176378.512774, 584278.51277399994433 ], [ 176399.999974, 584299.999974 ], [ 177299.999974, 584599.999974 ], [ 178099.999974, 584699.999974 ], [ 178799.999974, 583899.999974 ], [ 178399.999974, 583599.999974 ], [ 178199.999974, 583599.999974 ], [ 177899.999974, 583199.999974 ], [ 178090.259074, 583009.74097399995662 ], [ 178099.999974, 582999.999974 ], [ 178399.999974, 582799.999974 ], [ 178099.999974, 582699.999974 ], [ 178162.87407399999211, 581694.015174 ], [ 178199.999974, 581099.999974 ], [ 178899.999974, 581099.999974 ], [ 178999.999974, 580999.999974 ], [ 178805.958374, 580611.916774 ], [ 178799.999974, 580599.999974 ], [ 178206.27047399998992, 580599.999974 ], [ 178210.20317399999476, 580576.624974 ], [ 178203.990374, 580576.057774000102654 ], [ 178299.999974, 579999.999974 ], [ 178399.999974, 579999.999974 ], [ 178758.279274, 579355.097374 ], [ 178899.999974, 579099.999974 ], [ 178803.40217399998801, 578906.804374 ], [ 178799.999974, 578899.999974 ], [ 178599.999974, 578299.999974 ], [ 178599.999974, 577699.999974 ], [ 178621.95497399999294, 577699.999974 ], [ 178899.999974, 577699.999974 ], [ 178700.42677399999229, 577201.067074 ], [ 178699.999974, 577199.999974 ], [ 178399.999974, 576299.999974 ], [ 177999.999974, 575999.999974 ], [ 177605.96667399999569, 575507.458374 ], [ 177574.328974, 575525.67107399995439 ], [ 177099.999974, 575999.999974 ], [ 176799.999974, 576499.999974 ], [ 176760.643974, 576499.999974 ], [ 176399.999974, 576499.999974 ], [ 176299.999974, 576299.999974 ], [ 175899.999974, 576399.999974 ], [ 175799.999974, 576499.999974 ], [ 175699.999974, 576799.999974 ], [ 175399.999974, 577099.999974 ], [ 174999.999974, 577299.999974 ], [ 174957.01867399999173, 577274.211174 ], [ 174499.999974, 576999.999974 ], [ 174399.999974, 576699.999974 ], [ 174099.999974, 576599.999974 ], [ 173799.999974, 576499.999974 ], [ 173399.999974, 576199.999974 ], [ 173299.999974, 575899.999974 ], [ 172812.486674, 575509.989374000113457 ], [ 172799.999974, 575499.999974 ], [ 172499.999974, 575799.999974 ], [ 172487.25207399998908, 575806.373974000103772 ], [ 171899.999974, 576099.999974 ], [ 171499.999974, 575899.999974 ], [ 170841.55487399999402, 575805.936374 ], [ 170799.999974, 575799.999974 ], [ 170499.999974, 576299.999974 ], [ 170399.999974, 576399.999974 ], [ 170599.999974, 576499.999974 ], [ 169699.999974, 576999.999974 ], [ 169799.999974, 577199.999974 ], [ 169499.999974, 577499.999974 ], [ 169899.999974, 577699.999974 ], [ 170399.999974, 578299.999974 ], [ 170299.999974, 578599.999974 ], [ 170099.999974, 578599.999974 ], [ 169969.38947399999597, 578730.61047399998643 ], [ 169899.999974, 578799.999974 ], [ 169739.48697399999946, 579201.282574 ], [ 169499.999974, 579799.999974 ], [ 170594.3520739999949, 580197.946174 ], [ 170599.999974, 580199.999974 ], [ 170199.999974, 580899.999974 ], [ 169999.999974, 580799.999974 ], [ 169999.999974, 580899.999974 ], [ 169636.899574, 581353.87557399994694 ], [ 169599.999974, 581399.999974 ], [ 169899.999974, 581499.999974 ], [ 169899.999974, 581654.100274 ], [ 169899.999974, 581799.999974 ], [ 169199.999974, 582599.999974 ], [ 169799.999974, 582899.999974 ], [ 170299.999974, 583099.999974 ], [ 171099.999974, 583699.999974 ], [ 171013.160474, 583873.679074000101537 ], [ 170999.999974, 583899.999974 ], [ 170199.999974, 584699.999974 ], [ 170386.791674, 585353.770874 ], [ 170399.999974, 585399.999974 ], [ 170399.999974, 585499.999974 ], [ 171199.999974, 585199.999974 ], [ 171275.50647399999434, 585189.213374 ], [ 171899.999974, 585099.999974 ], [ 172599.999974, 584899.999974 ], [ 172696.96977399999741, 584875.757574 ], [ 173399.999974, 584699.999974 ], [ 173399.999974, 584299.999974 ], [ 173696.022074, 584201.325974 ], [ 173699.999974, 584199.999974 ], [ 174399.999974, 583899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0085" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 220499.999974, 561799.999974 ], [ 220399.999974, 561199.999974 ], [ 221299.999974, 559899.999974 ], [ 221315.777574, 559876.333574 ], [ 223499.999974, 556599.999974 ], [ 223520.846374, 556563.518874 ], [ 223899.999974, 555899.999974 ], [ 224599.999974, 554899.999974 ], [ 224601.66827399999602, 554897.21957399998792 ], [ 224899.999974, 554399.999974 ], [ 223499.999974, 551699.999974 ], [ 223482.967574, 551663.8060739999637 ], [ 223257.87897399999201, 551185.49287399998866 ], [ 222891.06587399999262, 550406.01507399999537 ], [ 222699.999974, 549999.999974 ], [ 220999.999974, 548799.999974 ], [ 218699.999974, 546999.999974 ], [ 216599.999974, 549099.999974 ], [ 215243.375774, 549187.524174 ], [ 213499.999974, 549299.999974 ], [ 212799.999974, 548799.999974 ], [ 210599.999974, 549099.999974 ], [ 210299.999974, 549899.999974 ], [ 209699.999974, 550499.999974 ], [ 209799.999974, 550799.999974 ], [ 209709.318174, 550981.363574 ], [ 209699.999974, 550999.999974 ], [ 208799.999974, 550499.999974 ], [ 208339.401374, 550315.76057399995625 ], [ 208299.999974, 550299.999974 ], [ 207310.45817399999942, 549904.18327399995178 ], [ 207299.999974, 549899.999974 ], [ 206799.999974, 549599.999974 ], [ 205899.999974, 549299.999974 ], [ 205499.999974, 548799.999974 ], [ 204716.726874, 548310.454274 ], [ 204699.999974, 548299.999974 ], [ 204099.999974, 547999.999974 ], [ 203699.999974, 547599.999974 ], [ 203684.774374, 547621.315874 ], [ 203231.462674, 548255.952274 ], [ 203199.999974, 548299.999974 ], [ 202716.966474, 549072.853574 ], [ 202699.999974, 549099.999974 ], [ 201999.999974, 550199.999974 ], [ 202399.999974, 550799.999974 ], [ 203780.645074, 551687.55757399997674 ], [ 203799.999974, 551699.999974 ], [ 204799.999974, 551999.999974 ], [ 205799.999974, 553699.999974 ], [ 205999.999974, 553899.999974 ], [ 206004.10197399999015, 553903.076474 ], [ 206399.999974, 554199.999974 ], [ 206423.139774, 554223.139774 ], [ 206799.999974, 554599.999974 ], [ 207976.704074, 555090.293374000117183 ], [ 207999.999974, 555099.999974 ], [ 209299.999974, 555799.999974 ], [ 209476.075274, 555976.07527399994433 ], [ 209599.999974, 556099.999974 ], [ 209699.999974, 556199.999974 ], [ 209899.999974, 561499.999974 ], [ 210399.999974, 561399.999974 ], [ 210999.999974, 561699.999974 ], [ 211699.999974, 561999.999974 ], [ 211721.011774, 562011.20627399999648 ], [ 212968.3807739999902, 562676.46977400011383 ], [ 213199.28577399998903, 562799.619074 ], [ 213199.999974, 562799.999974 ], [ 214384.23067399999127, 563589.487074 ], [ 214399.999974, 563599.999974 ], [ 214899.999974, 563799.999974 ], [ 214899.999974, 563999.999974 ], [ 214899.999974, 564003.97437399998307 ], [ 214899.999974, 564499.999974 ], [ 216486.202874, 565094.82607399998233 ], [ 216499.999974, 565099.999974 ], [ 218299.999974, 565799.999974 ], [ 219599.999974, 565299.999974 ], [ 219623.927174, 565291.299174 ], [ 220699.999974, 564899.999974 ], [ 220604.74717399998917, 563280.70257399999537 ], [ 220599.999974, 563199.999974 ], [ 220500.927574, 561812.986374 ], [ 220499.999974, 561799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0086" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 212052.532374, 570004.127574 ], [ 212099.999974, 569999.999974 ], [ 213052.9542739999888, 570095.295474 ], [ 213099.999974, 570099.999974 ], [ 213599.999974, 570099.999974 ], [ 214399.999974, 569699.999974 ], [ 214999.999974, 569299.999974 ], [ 215499.999974, 568499.999974 ], [ 215664.214574, 568417.892674 ], [ 215853.10947399999714, 568487.562174 ], [ 215899.999974, 568299.999974 ], [ 217199.999974, 567899.999974 ], [ 216499.999974, 566399.999974 ], [ 218299.999974, 565799.999974 ], [ 216499.999974, 565099.999974 ], [ 216486.202874, 565094.82607399998233 ], [ 214899.999974, 564499.999974 ], [ 214899.999974, 564003.97437399998307 ], [ 214899.999974, 563999.999974 ], [ 214899.999974, 563799.999974 ], [ 214399.999974, 563599.999974 ], [ 214384.23067399999127, 563589.487074 ], [ 213199.999974, 562799.999974 ], [ 213199.28577399998903, 562799.619074 ], [ 212968.3807739999902, 562676.46977400011383 ], [ 211721.011774, 562011.20627399999648 ], [ 211699.999974, 561999.999974 ], [ 210999.999974, 561699.999974 ], [ 210399.999974, 561399.999974 ], [ 209899.999974, 561499.999974 ], [ 209599.999974, 561399.999974 ], [ 209399.999974, 561099.999974 ], [ 208699.999974, 560199.999974 ], [ 207999.999974, 559599.999974 ], [ 207635.482874, 559478.494274 ], [ 206799.999974, 559199.999974 ], [ 206299.999974, 559099.999974 ], [ 205461.791174, 558740.767674 ], [ 204931.25587399999495, 558513.395374 ], [ 204899.999974, 558499.999974 ], [ 204799.999974, 558399.999974 ], [ 204899.999974, 558199.999974 ], [ 204199.999974, 557799.999974 ], [ 203616.028274, 557410.685474 ], [ 203299.999974, 557199.999974 ], [ 202599.999974, 556399.999974 ], [ 202608.811974, 556386.78207399998792 ], [ 202799.999974, 556099.999974 ], [ 202699.999974, 555799.999974 ], [ 202299.999974, 555499.999974 ], [ 201799.999974, 555399.999974 ], [ 201599.999974, 555099.999974 ], [ 201575.311874, 555075.311874 ], [ 200699.999974, 554199.999974 ], [ 200686.735374, 554195.578474 ], [ 200399.999974, 554099.999974 ], [ 200374.577674, 554086.311074 ], [ 199099.999974, 553399.999974 ], [ 198399.999974, 553299.999974 ], [ 197999.999974, 553299.999974 ], [ 197299.999974, 553399.999974 ], [ 197260.830274, 553407.2154739999678 ], [ 193534.90647399998852, 554093.569874 ], [ 193499.999974, 554099.999974 ], [ 193499.999974, 554299.999974 ], [ 193504.585274, 554332.09717399999499 ], [ 193552.661074, 554668.62787399999797 ], [ 193599.999974, 554999.999974 ], [ 194399.999974, 556099.999974 ], [ 194406.9935739999928, 556110.490474000107497 ], [ 194448.460774, 556172.691174 ], [ 194599.999974, 556399.999974 ], [ 194684.049774, 556610.124574 ], [ 194799.999974, 556899.999974 ], [ 194769.60927399998764, 556945.586174 ], [ 194399.999974, 557499.999974 ], [ 194299.999974, 558199.999974 ], [ 194599.999974, 558299.999974 ], [ 194692.56657399999676, 558855.399574 ], [ 194699.999974, 558899.999974 ], [ 195099.999974, 559999.999974 ], [ 195014.775674, 560085.224274 ], [ 194999.999974, 560099.999974 ], [ 194699.999974, 560399.999974 ], [ 194599.999974, 560499.999974 ], [ 193499.999974, 561099.999974 ], [ 192999.999974, 561399.999974 ], [ 192299.999974, 561699.999974 ], [ 192099.999974, 561799.999974 ], [ 191899.999974, 562099.999974 ], [ 192399.999974, 562599.999974 ], [ 193199.999974, 562999.999974 ], [ 193199.999974, 563053.159874 ], [ 193199.999974, 563099.999974 ], [ 192299.999974, 563099.999974 ], [ 192499.999974, 564099.999974 ], [ 192299.999974, 564399.999974 ], [ 192099.999974, 564299.999974 ], [ 191899.999974, 564399.999974 ], [ 191399.999974, 564999.999974 ], [ 191499.999974, 565299.999974 ], [ 191799.999974, 565399.999974 ], [ 191599.999974, 565799.999974 ], [ 191199.999974, 565899.999974 ], [ 191399.999974, 566099.999974 ], [ 191499.999974, 566199.999974 ], [ 194899.999974, 565799.999974 ], [ 195199.999974, 566199.999974 ], [ 195235.165474, 566196.483474 ], [ 196199.999974, 566099.999974 ], [ 197499.999974, 565599.999974 ], [ 197699.999974, 565399.999974 ], [ 198199.999974, 565399.999974 ], [ 199462.65217399998801, 565302.872874000109732 ], [ 199499.999974, 565299.999974 ], [ 200776.51617399998941, 565201.8064739999827 ], [ 200799.999974, 565199.999974 ], [ 201153.88207399999374, 565111.52947399998084 ], [ 201199.999974, 565099.999974 ], [ 201771.044774, 565099.999974 ], [ 201999.999974, 565099.999974 ], [ 202006.1877739999909, 565099.999974 ], [ 202059.271474, 565099.999974 ], [ 202099.999974, 565099.999974 ], [ 203099.999974, 565899.999974 ], [ 203383.53837399999611, 566410.369174000108615 ], [ 203599.999974, 566799.999974 ], [ 204299.999974, 568199.999974 ], [ 204307.74057399999583, 568223.22177399997599 ], [ 204399.999974, 568499.999974 ], [ 204895.00957399999606, 568797.00577399996109 ], [ 204899.999974, 568799.999974 ], [ 205076.812374, 568906.087374000111595 ], [ 205399.999974, 569099.999974 ], [ 205411.38277399999788, 569109.106174 ], [ 205899.999974, 569499.999974 ], [ 206899.999974, 570699.999974 ], [ 208399.999974, 571699.999974 ], [ 208999.999974, 570999.999974 ], [ 209014.56147399998736, 570985.438574 ], [ 209601.44457399999374, 570398.55537399998866 ], [ 209750.70877399999881, 570249.29127399995923 ], [ 209799.999974, 570199.999974 ], [ 209897.32517399999779, 570191.536974 ], [ 210280.688274, 570158.200974 ], [ 211157.355274, 570081.969074 ], [ 212052.532374, 570004.127574 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0088" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 203999.999974, 611299.999974 ], [ 204099.999974, 610299.999974 ], [ 203799.999974, 608999.999974 ], [ 203599.999974, 608599.999974 ], [ 203399.999974, 608899.999974 ], [ 203199.999974, 609499.999974 ], [ 203499.999974, 610099.999974 ], [ 203599.999974, 610499.999974 ], [ 203699.999974, 611299.999974 ], [ 203499.999974, 610899.999974 ], [ 203599.999974, 611399.999974 ], [ 203999.999974, 612199.999974 ], [ 204699.999974, 612599.999974 ], [ 204799.999974, 612499.999974 ], [ 204599.999974, 612299.999974 ], [ 204199.999974, 611699.999974 ], [ 203999.999974, 611299.999974 ] ] ], [ [ [ 219599.999974, 613699.999974 ], [ 218399.999974, 613199.999974 ], [ 217999.999974, 613199.999974 ], [ 217699.999974, 613299.999974 ], [ 217399.999974, 613299.999974 ], [ 216499.999974, 612799.999974 ], [ 215899.999974, 612499.999974 ], [ 215499.999974, 612299.999974 ], [ 214699.999974, 612099.999974 ], [ 213899.999974, 611699.999974 ], [ 213699.999974, 611399.999974 ], [ 213399.999974, 611199.999974 ], [ 213299.999974, 611399.999974 ], [ 212899.999974, 610899.999974 ], [ 213099.999974, 610899.999974 ], [ 212699.999974, 610599.999974 ], [ 211799.999974, 610299.999974 ], [ 211599.999974, 610499.999974 ], [ 211499.999974, 610799.999974 ], [ 210999.999974, 611499.999974 ], [ 210999.999974, 611399.999974 ], [ 211399.999974, 610699.999974 ], [ 211399.999974, 610499.999974 ], [ 210999.999974, 610299.999974 ], [ 210799.999974, 610399.999974 ], [ 210499.999974, 610399.999974 ], [ 209899.999974, 610299.999974 ], [ 208799.999974, 609999.999974 ], [ 208599.999974, 609899.999974 ], [ 206899.999974, 609899.999974 ], [ 206399.999974, 609799.999974 ], [ 206199.999974, 609699.999974 ], [ 206099.999974, 609299.999974 ], [ 205999.999974, 608899.999974 ], [ 205699.999974, 608299.999974 ], [ 204999.999974, 607599.999974 ], [ 204999.999974, 607399.999974 ], [ 205099.999974, 607199.999974 ], [ 204799.999974, 607199.999974 ], [ 204499.999974, 607399.999974 ], [ 203899.999974, 608599.999974 ], [ 204099.999974, 608899.999974 ], [ 204599.999974, 609199.999974 ], [ 204299.999974, 609399.999974 ], [ 204199.999974, 610199.999974 ], [ 204399.999974, 610899.999974 ], [ 204699.999974, 611699.999974 ], [ 204899.999974, 611999.999974 ], [ 206099.999974, 612899.999974 ], [ 205799.999974, 612899.999974 ], [ 205299.999974, 612899.999974 ], [ 204899.999974, 612299.999974 ], [ 204999.999974, 613099.999974 ], [ 208299.999974, 613399.999974 ], [ 210899.999974, 613499.999974 ], [ 214299.999974, 613799.999974 ], [ 215299.999974, 613999.999974 ], [ 218099.999974, 614599.999974 ], [ 219199.999974, 614699.999974 ], [ 219999.999974, 614699.999974 ], [ 220199.999974, 614499.999974 ], [ 220199.999974, 614299.999974 ], [ 219599.999974, 613699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0090" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 207799.999974, 574295.183774 ], [ 207799.999974, 572299.999974 ], [ 208399.999974, 571699.999974 ], [ 206899.999974, 570699.999974 ], [ 205899.999974, 569499.999974 ], [ 205411.38277399999788, 569109.106174 ], [ 205399.999974, 569099.999974 ], [ 205076.812374, 568906.087374000111595 ], [ 204899.999974, 568799.999974 ], [ 204895.00957399999606, 568797.00577399996109 ], [ 204399.999974, 568499.999974 ], [ 204307.74057399999583, 568223.22177399997599 ], [ 204299.999974, 568199.999974 ], [ 203599.999974, 566799.999974 ], [ 203383.53837399999611, 566410.369174000108615 ], [ 203099.999974, 565899.999974 ], [ 202099.999974, 565099.999974 ], [ 202059.271474, 565099.999974 ], [ 202006.1877739999909, 565099.999974 ], [ 201999.999974, 565099.999974 ], [ 201771.044774, 565099.999974 ], [ 201199.999974, 565099.999974 ], [ 201153.88207399999374, 565111.52947399998084 ], [ 200799.999974, 565199.999974 ], [ 200776.51617399998941, 565201.8064739999827 ], [ 199499.999974, 565299.999974 ], [ 199462.65217399998801, 565302.872874000109732 ], [ 198199.999974, 565399.999974 ], [ 197699.999974, 565399.999974 ], [ 197499.999974, 565599.999974 ], [ 196199.999974, 566099.999974 ], [ 195235.165474, 566196.483474 ], [ 195199.999974, 566199.999974 ], [ 194899.999974, 565799.999974 ], [ 191499.999974, 566199.999974 ], [ 191399.999974, 566099.999974 ], [ 191199.999974, 565899.999974 ], [ 191155.08667399999104, 565899.999974 ], [ 191099.999974, 565899.999974 ], [ 189799.999974, 565799.999974 ], [ 189599.999974, 565899.999974 ], [ 189199.999974, 565899.999974 ], [ 189099.999974, 565899.999974 ], [ 188999.999974, 565599.999974 ], [ 187499.999974, 565399.999974 ], [ 187441.23207399999956, 565870.143074 ], [ 187399.999974, 566199.999974 ], [ 187499.999974, 566599.999974 ], [ 187699.999974, 566599.999974 ], [ 187799.999974, 566599.999974 ], [ 188199.999974, 566999.999974 ], [ 188199.999974, 567199.999974 ], [ 187999.999974, 567199.999974 ], [ 187899.999974, 567199.999974 ], [ 188099.999974, 567399.999974 ], [ 188399.999974, 567599.999974 ], [ 188299.999974, 568199.999974 ], [ 188295.9603739999875, 568216.15837400010787 ], [ 188099.999974, 568999.999974 ], [ 189299.999974, 569199.999974 ], [ 190373.08237399999052, 569246.655774000100791 ], [ 191599.999974, 569299.999974 ], [ 192399.999974, 568699.999974 ], [ 192499.999974, 568699.999974 ], [ 192699.999974, 568799.999974 ], [ 192199.999974, 570699.999974 ], [ 192199.999974, 570999.999974 ], [ 193446.21407399998861, 571766.900974000105634 ], [ 193499.999974, 571799.999974 ], [ 194299.999974, 572199.999974 ], [ 195080.061174, 572980.061174 ], [ 195099.999974, 572999.999974 ], [ 196076.2158739999868, 573780.972674 ], [ 196090.841774, 573792.673474 ], [ 196099.999974, 573799.999974 ], [ 196899.999974, 574399.999974 ], [ 199099.999974, 574599.999974 ], [ 199279.457174, 574599.999974 ], [ 199299.999974, 574599.999974 ], [ 200079.5167739999888, 574599.999974 ], [ 200086.70317399999476, 574603.312474 ], [ 200115.406274, 574606.812474 ], [ 200133.20317399999476, 574608.999974 ], [ 200138.66017399998964, 574602.973874 ], [ 201399.999974, 574699.999974 ], [ 202299.999974, 574599.999974 ], [ 202999.999974, 573999.999974 ], [ 202999.999974, 574099.999974 ], [ 203999.999974, 573899.999974 ], [ 203999.999974, 573499.999974 ], [ 204189.531774, 573405.234074 ], [ 204199.999974, 573399.999974 ], [ 205558.882274, 574564.75617399998009 ], [ 205599.999974, 574599.999974 ], [ 205899.999974, 574799.999974 ], [ 205899.999974, 574716.871474 ], [ 205899.999974, 574699.999974 ], [ 206199.999974, 574099.999974 ], [ 207099.999974, 574599.999974 ], [ 207153.264874, 574630.437074 ], [ 207799.999974, 574999.999974 ], [ 207799.999974, 574299.999974 ], [ 207799.999974, 574295.183774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0091" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 172199.999974, 563899.999974 ], [ 173099.999974, 563199.999974 ], [ 173799.999974, 563499.999974 ], [ 174090.33857399999397, 563306.440974 ], [ 174099.999974, 563299.999974 ], [ 174599.999974, 562999.999974 ], [ 174799.999974, 563199.999974 ], [ 174842.60997399999178, 563168.042574 ], [ 175171.013474, 562921.73987399996258 ], [ 175199.999974, 562899.999974 ], [ 175296.9145739999949, 562706.170874 ], [ 175299.999974, 562699.999974 ], [ 175771.075274, 562134.709674 ], [ 175799.999974, 562099.999974 ], [ 175999.999974, 561799.999974 ], [ 176499.999974, 561499.999974 ], [ 176699.999974, 561499.999974 ], [ 177490.61437399999704, 562389.441174 ], [ 177499.999974, 562399.999974 ], [ 178199.999974, 563199.999974 ], [ 178299.999974, 562999.999974 ], [ 178499.999974, 562999.999974 ], [ 179399.999974, 562299.999974 ], [ 179699.999974, 562199.999974 ], [ 178399.999974, 560399.999974 ], [ 178199.999974, 558799.999974 ], [ 177845.774474, 558977.112774 ], [ 177599.999974, 559099.999974 ], [ 177499.999974, 558699.999974 ], [ 176599.999974, 558899.999974 ], [ 176499.999974, 558799.999974 ], [ 175804.717474, 558899.32607399998233 ], [ 175799.999974, 558899.999974 ], [ 175599.999974, 559099.999974 ], [ 175208.104074, 558610.130174 ], [ 175199.999974, 558599.999974 ], [ 174558.916074, 558101.379174 ], [ 174513.316274, 558065.912674 ], [ 174299.999974, 557899.999974 ], [ 173399.999974, 557399.999974 ], [ 172799.999974, 557899.999974 ], [ 172795.2722739999881, 557907.879574 ], [ 172499.999974, 558399.999974 ], [ 171699.999974, 559299.999974 ], [ 171699.999974, 559399.999974 ], [ 171681.999274, 559415.00057399994694 ], [ 171462.90047399999457, 559597.582974 ], [ 171133.990774, 559871.674374 ], [ 171099.999974, 559899.999974 ], [ 170738.417174, 560171.187074 ], [ 170699.999974, 560199.999974 ], [ 170499.999974, 560799.999974 ], [ 170299.999974, 561099.999974 ], [ 170299.999974, 561299.999974 ], [ 170678.520874, 561773.151074 ], [ 170699.999974, 561799.999974 ], [ 170994.268874, 562290.448174 ], [ 170999.999974, 562299.999974 ], [ 171199.999974, 562599.999974 ], [ 171299.999974, 562999.999974 ], [ 171299.999974, 563299.999974 ], [ 171599.999974, 563699.999974 ], [ 171620.35377399998833, 563710.176874000113457 ], [ 171799.999974, 563799.999974 ], [ 172180.936274, 563895.234074 ], [ 172199.999974, 563899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0093" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 165999.999974, 606099.999974 ], [ 166099.999974, 605899.999974 ], [ 166099.999974, 605699.999974 ], [ 166199.999974, 604699.999974 ], [ 166099.999974, 604799.999974 ], [ 165999.999974, 604999.999974 ], [ 165899.999974, 605999.999974 ], [ 165799.999974, 605899.999974 ], [ 165499.999974, 605299.999974 ], [ 165399.999974, 605299.999974 ], [ 164399.999974, 604899.999974 ], [ 163599.999974, 604699.999974 ], [ 163399.999974, 604799.999974 ], [ 163199.999974, 604699.999974 ], [ 163099.999974, 604699.999974 ], [ 162299.999974, 604099.999974 ], [ 161199.999974, 603599.999974 ], [ 160699.999974, 603799.999974 ], [ 160299.999974, 604099.999974 ], [ 160099.999974, 604399.999974 ], [ 159999.999974, 604199.999974 ], [ 160599.999974, 603599.999974 ], [ 160699.999974, 603499.999974 ], [ 160799.999974, 603099.999974 ], [ 160499.999974, 603099.999974 ], [ 159999.999974, 603199.999974 ], [ 159199.999974, 603699.999974 ], [ 158899.999974, 603699.999974 ], [ 158899.999974, 603599.999974 ], [ 159599.999974, 602999.999974 ], [ 160899.999974, 602699.999974 ], [ 161199.999974, 602699.999974 ], [ 161099.999974, 602599.999974 ], [ 160899.999974, 602399.999974 ], [ 160599.999974, 602299.999974 ], [ 159499.999974, 601999.999974 ], [ 158599.999974, 601999.999974 ], [ 157704.296474, 601999.999974 ], [ 157699.999974, 601999.999974 ], [ 156299.999974, 601999.999974 ], [ 155299.999974, 601899.999974 ], [ 154299.999974, 601499.999974 ], [ 153930.87177399999928, 601183.604374000104144 ], [ 153599.999974, 600899.999974 ], [ 153099.999974, 600299.999974 ], [ 152499.999974, 599899.999974 ], [ 152482.721074, 599887.040774000110105 ], [ 152099.999974, 599599.999974 ], [ 151399.999974, 599499.999974 ], [ 151199.999974, 599299.999974 ], [ 151173.78167399999802, 599282.521074 ], [ 150899.999974, 599099.999974 ], [ 150099.999974, 599299.999974 ], [ 149999.999974, 599199.999974 ], [ 149999.999974, 599099.999974 ], [ 149699.999974, 598899.999974 ], [ 149207.037274, 598801.407474 ], [ 149199.999974, 598799.999974 ], [ 149099.999974, 598799.999974 ], [ 148899.999974, 598299.999974 ], [ 148799.999974, 598199.999974 ], [ 147699.999974, 598599.999974 ], [ 147499.999974, 598599.999974 ], [ 147099.999974, 598299.999974 ], [ 146499.999974, 598499.999974 ], [ 146318.5737739999895, 598499.999974 ], [ 146299.999974, 598499.999974 ], [ 146099.999974, 598199.999974 ], [ 145399.999974, 597799.999974 ], [ 145227.477474, 597857.507474000100046 ], [ 145099.999974, 597899.999974 ], [ 144299.999974, 597699.999974 ], [ 143899.999974, 597599.999974 ], [ 143699.999974, 597199.999974 ], [ 143699.999974, 596799.999974 ], [ 143599.999974, 596699.999974 ], [ 143399.999974, 596699.999974 ], [ 143273.767274, 596699.999974 ], [ 143199.999974, 596699.999974 ], [ 142999.999974, 596599.999974 ], [ 142799.999974, 596399.999974 ], [ 142199.999974, 596099.999974 ], [ 142299.999974, 595999.999974 ], [ 142499.999974, 595999.999974 ], [ 142599.999974, 595999.999974 ], [ 142599.999974, 595899.999974 ], [ 141999.999974, 595599.999974 ], [ 141499.999974, 595499.999974 ], [ 141499.999974, 595599.999974 ], [ 141299.999974, 595699.999974 ], [ 140499.999974, 595799.999974 ], [ 139899.999974, 596299.999974 ], [ 139599.999974, 596199.999974 ], [ 139399.999974, 596299.999974 ], [ 139299.999974, 596699.999974 ], [ 139499.999974, 597399.999974 ], [ 140399.999974, 598599.999974 ], [ 141399.999974, 599599.999974 ], [ 141499.999974, 599699.999974 ], [ 141499.999974, 599999.999974 ], [ 141999.999974, 600599.999974 ], [ 142399.999974, 600999.999974 ], [ 143199.999974, 601299.999974 ], [ 145956.207574, 601890.615874 ], [ 145999.999974, 601899.999974 ], [ 147599.999974, 602399.999974 ], [ 148999.999974, 602699.999974 ], [ 149041.594974, 602710.398774 ], [ 150184.519574, 602996.129874 ], [ 150199.999974, 602999.999974 ], [ 153499.999974, 603799.999974 ], [ 153506.63767399999779, 603801.839074 ], [ 155699.999974, 604399.999974 ], [ 158799.999974, 605399.999974 ], [ 161399.999974, 606399.999974 ], [ 163299.999974, 606899.999974 ], [ 164299.999974, 606899.999974 ], [ 165099.999974, 606699.999974 ], [ 165999.999974, 606099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0096" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 139799.999974, 589899.999974 ], [ 139799.999974, 589799.999974 ], [ 139499.999974, 589899.999974 ], [ 139099.999974, 589799.999974 ], [ 138699.999974, 589399.999974 ], [ 138099.999974, 589099.999974 ], [ 137799.999974, 588799.999974 ], [ 137299.999974, 588599.999974 ], [ 137199.999974, 588299.999974 ], [ 137099.999974, 588299.999974 ], [ 136799.999974, 588699.999974 ], [ 136799.999974, 589199.999974 ], [ 136899.999974, 589399.999974 ], [ 137599.999974, 590099.999974 ], [ 138099.999974, 590299.999974 ], [ 138699.999974, 590299.999974 ], [ 139799.999974, 589899.999974 ] ] ], [ [ [ 135399.999974, 589999.999974 ], [ 135199.999974, 589899.999974 ], [ 134999.999974, 589999.999974 ], [ 134299.999974, 589999.999974 ], [ 133299.999974, 589699.999974 ], [ 133281.20317399999476, 589662.40627399994992 ], [ 133199.999974, 589499.999974 ], [ 132499.999974, 588899.999974 ], [ 131299.999974, 588299.999974 ], [ 128299.999974, 587199.999974 ], [ 127299.999974, 586599.999974 ], [ 127299.999974, 586199.999974 ], [ 127499.999974, 585599.999974 ], [ 127599.999974, 585399.999974 ], [ 127199.999974, 585299.999974 ], [ 126699.999974, 585099.999974 ], [ 126099.999974, 584499.999974 ], [ 126199.999974, 584499.999974 ], [ 126099.999974, 584199.999974 ], [ 125499.999974, 583899.999974 ], [ 124599.999974, 583499.999974 ], [ 124899.999974, 583099.999974 ], [ 124799.999974, 582399.999974 ], [ 124599.999974, 582199.999974 ], [ 124199.999974, 581999.999974 ], [ 123799.999974, 581599.999974 ], [ 123299.999974, 581099.999974 ], [ 123099.999974, 580999.999974 ], [ 121699.999974, 581099.999974 ], [ 120999.999974, 580999.999974 ], [ 120699.999974, 580899.999974 ], [ 120299.999974, 580499.999974 ], [ 119899.999974, 580199.999974 ], [ 119899.999974, 579999.999974 ], [ 120299.999974, 580199.999974 ], [ 120399.999974, 579999.999974 ], [ 119799.999974, 579899.999974 ], [ 119599.999974, 579899.999974 ], [ 119499.999974, 579999.999974 ], [ 119099.999974, 580799.999974 ], [ 119099.999974, 581499.999974 ], [ 119399.999974, 581899.999974 ], [ 119999.999974, 582199.999974 ], [ 120899.999974, 582799.999974 ], [ 124099.999974, 585099.999974 ], [ 124899.999974, 585699.999974 ], [ 125899.999974, 586799.999974 ], [ 126499.999974, 587199.999974 ], [ 129299.999974, 589199.999974 ], [ 131299.999974, 590499.999974 ], [ 133299.999974, 591299.999974 ], [ 134399.999974, 591299.999974 ], [ 135699.999974, 590899.999974 ], [ 135799.999974, 590699.999974 ], [ 135699.999974, 590499.999974 ], [ 135465.62157399998978, 590109.369274 ], [ 135399.999974, 589999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0098" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 211799.999974, 547699.999974 ], [ 211599.999974, 547399.999974 ], [ 211583.683174, 547374.359274 ], [ 210199.999974, 545199.999974 ], [ 209769.44627399998717, 544886.869974 ], [ 209099.999974, 544399.999974 ], [ 209098.791574, 544399.214574 ], [ 207099.999974, 543099.999974 ], [ 207073.4035739999963, 543079.541174 ], [ 205799.999974, 542099.999974 ], [ 205793.116274, 542095.08307399996556 ], [ 204399.999974, 541099.999974 ], [ 204390.040974, 541090.040974 ], [ 204299.999974, 540999.999974 ], [ 202699.999974, 539999.999974 ], [ 202684.28217399999266, 539993.71287399996072 ], [ 202199.999974, 539799.999974 ], [ 201899.999974, 539399.999974 ], [ 201699.999974, 539299.999974 ], [ 200426.881074, 539299.999974 ], [ 200399.999974, 539299.999974 ], [ 199989.943074, 539163.314374 ], [ 199969.73377399999299, 539156.577974 ], [ 199799.999974, 539099.999974 ], [ 199999.999974, 538399.999974 ], [ 200199.999974, 538099.999974 ], [ 200204.75647399999434, 538090.487074 ], [ 200299.999974, 537899.999974 ], [ 200118.643374, 537754.914674000116065 ], [ 200140.406274, 537823.124974 ], [ 200128.45937399999821, 537855.868374 ], [ 199909.54687399999239, 537637.062474 ], [ 199888.593774, 537578.437474 ], [ 199888.127374, 537570.501874 ], [ 199299.999974, 537099.999974 ], [ 198399.999974, 536599.999974 ], [ 198396.934974, 536606.129974 ], [ 197999.999974, 537399.999974 ], [ 196899.999974, 537199.999974 ], [ 196199.999974, 536799.999974 ], [ 196099.999974, 536799.999974 ], [ 195908.000074, 536991.9998739999719 ], [ 195899.999974, 536999.999974 ], [ 195599.999974, 537299.999974 ], [ 195420.790574, 537299.999974 ], [ 195399.999974, 537383.068774 ], [ 195399.999974, 537399.999974 ], [ 195393.23437399999239, 537416.91407399997115 ], [ 195210.035074, 537874.912374 ], [ 195199.999974, 537899.999974 ], [ 194699.999974, 538699.999974 ], [ 194399.999974, 539599.999974 ], [ 193499.999974, 539299.999974 ], [ 193299.999974, 539099.999974 ], [ 193399.999974, 538699.999974 ], [ 193299.999974, 538599.999974 ], [ 192699.999974, 539099.999974 ], [ 192399.999974, 538899.999974 ], [ 192389.439974, 538898.49137399997562 ], [ 191699.999974, 538799.999974 ], [ 191299.999974, 538599.999974 ], [ 191099.999974, 538299.999974 ], [ 191199.999974, 537499.999974 ], [ 191194.625174, 537496.416774 ], [ 190599.999974, 537099.999974 ], [ 190399.999974, 536599.999974 ], [ 190395.124874, 536596.7498739999719 ], [ 190099.999974, 536399.999974 ], [ 189599.999974, 536199.999974 ], [ 189399.999974, 535699.999974 ], [ 188399.999974, 535299.999974 ], [ 188199.999974, 534999.999974 ], [ 188146.72827399999369, 534999.999974 ], [ 187999.999974, 534999.999974 ], [ 187499.999974, 535199.999974 ], [ 186899.999974, 535399.999974 ], [ 186299.999974, 535499.999974 ], [ 186259.6075739999942, 535491.92147399997339 ], [ 185799.999974, 535399.999974 ], [ 185762.677874, 535407.46437399997376 ], [ 185859.00877399998717, 535657.989974 ], [ 185840.906274, 535681.624974 ], [ 185825.79687399999239, 535678.999974 ], [ 185798.70317399999476, 535664.874974 ], [ 185767.999974, 535624.624974 ], [ 185658.506874, 535428.29867399996147 ], [ 185299.999974, 535499.999974 ], [ 185299.999974, 535799.999974 ], [ 185099.999974, 536099.999974 ], [ 184799.999974, 536299.999974 ], [ 184499.999974, 536299.999974 ], [ 184467.18917399999918, 536332.810774 ], [ 184199.999974, 536599.999974 ], [ 184199.999974, 536769.84897399996407 ], [ 184199.999974, 536799.999974 ], [ 184099.999974, 537099.999974 ], [ 184099.999974, 537399.999974 ], [ 184699.999974, 537899.999974 ], [ 184699.999974, 538399.999974 ], [ 185199.999974, 539199.999974 ], [ 185212.23007399999187, 539228.536774 ], [ 185481.2044739999983, 539856.14377399999648 ], [ 185499.999974, 539899.999974 ], [ 185508.37907399999676, 539941.895374 ], [ 185699.999974, 540899.999974 ], [ 186276.052774, 541860.087974 ], [ 186299.999974, 541899.999974 ], [ 186599.999974, 542399.999974 ], [ 186599.999974, 542426.853674 ], [ 186599.999974, 542699.999974 ], [ 186699.999974, 542899.999974 ], [ 187299.999974, 543599.999974 ], [ 187999.999974, 544499.999974 ], [ 188199.999974, 544699.999974 ], [ 188399.999974, 544799.999974 ], [ 188499.999974, 544899.999974 ], [ 188599.999974, 545399.999974 ], [ 188868.305074, 545489.434974 ], [ 188899.999974, 545499.999974 ], [ 190199.999974, 545699.999974 ], [ 191266.4886739999929, 546475.628074 ], [ 191299.999974, 546499.999974 ], [ 191699.999974, 546799.999974 ], [ 191999.999974, 547299.999974 ], [ 192599.999974, 548099.999974 ], [ 192621.595674, 548134.553074 ], [ 192708.158574, 548273.053774 ], [ 193099.999974, 548899.999974 ], [ 193399.999974, 549099.999974 ], [ 193699.999974, 549099.999974 ], [ 193721.31717399999616, 549105.329274 ], [ 194099.999974, 549199.999974 ], [ 194799.999974, 548999.999974 ], [ 195399.999974, 549299.999974 ], [ 195420.85387399999308, 549311.916474 ], [ 196099.999974, 549699.999974 ], [ 196380.14487399999052, 549793.38157399999909 ], [ 196399.999974, 549799.999974 ], [ 196686.90157399998861, 549608.732274 ], [ 196699.999974, 549599.999974 ], [ 198799.999974, 548099.999974 ], [ 199099.999974, 548099.999974 ], [ 199599.999974, 548399.999974 ], [ 199625.474874, 548415.921774 ], [ 200399.235774, 548899.522374 ], [ 200399.999974, 548899.999974 ], [ 201499.999974, 549599.999974 ], [ 201997.874474, 550197.449274 ], [ 201999.999974, 550199.999974 ], [ 202699.999974, 549099.999974 ], [ 202716.966474, 549072.853574 ], [ 203199.999974, 548299.999974 ], [ 203231.462674, 548255.952274 ], [ 203684.774374, 547621.315874 ], [ 203699.999974, 547599.999974 ], [ 204099.999974, 547999.999974 ], [ 204699.999974, 548299.999974 ], [ 204716.726874, 548310.454274 ], [ 205499.999974, 548799.999974 ], [ 205899.999974, 549299.999974 ], [ 206799.999974, 549599.999974 ], [ 207299.999974, 549899.999974 ], [ 207310.45817399999942, 549904.18327399995178 ], [ 208299.999974, 550299.999974 ], [ 208339.401374, 550315.76057399995625 ], [ 208799.999974, 550499.999974 ], [ 209699.999974, 550999.999974 ], [ 209709.318174, 550981.363574 ], [ 209799.999974, 550799.999974 ], [ 209699.999974, 550499.999974 ], [ 210299.999974, 549899.999974 ], [ 210599.999974, 549099.999974 ], [ 212799.999974, 548799.999974 ], [ 212699.999974, 548399.999974 ], [ 212499.999974, 548299.999974 ], [ 212476.73917399998754, 548280.062174 ], [ 211799.999974, 547699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0104" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 156701.34647399999085, 557697.551774 ], [ 157799.999974, 555699.999974 ], [ 158299.999974, 555699.999974 ], [ 158499.999974, 555799.999974 ], [ 158599.999974, 556099.999974 ], [ 159099.999974, 556199.999974 ], [ 159133.367674, 556195.233174 ], [ 159799.999974, 556099.999974 ], [ 159799.999974, 556299.999974 ], [ 160299.999974, 556199.999974 ], [ 160199.999974, 555999.999974 ], [ 160784.698074, 555902.550274 ], [ 160799.999974, 555899.999974 ], [ 161099.999974, 555899.999974 ], [ 161488.03087399998913, 556191.02317399997264 ], [ 161499.999974, 556199.999974 ], [ 162199.999974, 556699.999974 ], [ 162999.999974, 556999.999974 ], [ 163047.26377399999183, 556968.490774 ], [ 163299.999974, 556799.999974 ], [ 163399.999974, 556499.999974 ], [ 162425.01507399999537, 554842.525574 ], [ 162399.999974, 554799.999974 ], [ 162099.999974, 553799.999974 ], [ 162284.53647399999318, 553646.21957399998792 ], [ 162699.999974, 553299.999974 ], [ 165499.999974, 552199.999974 ], [ 166152.48017399999662, 551733.942674 ], [ 166199.999974, 551699.999974 ], [ 166899.999974, 551199.999974 ], [ 166010.61237399998936, 550607.07497399998829 ], [ 165999.999974, 550599.999974 ], [ 165099.999974, 549999.999974 ], [ 165066.54927399998996, 549977.69957399996929 ], [ 163323.09157399999094, 548815.394374 ], [ 163299.999974, 548799.999974 ], [ 162299.999974, 547599.999974 ], [ 162285.762974, 547584.667874 ], [ 161928.840174, 547200.289374 ], [ 160999.999974, 546199.999974 ], [ 161028.42057399998885, 546163.828374 ], [ 162099.999974, 544799.999974 ], [ 162099.999974, 544599.999974 ], [ 161899.999974, 544299.999974 ], [ 162199.999974, 543999.999974 ], [ 162699.999974, 543699.999974 ], [ 162514.721174, 543375.762174 ], [ 162299.999974, 542999.999974 ], [ 162282.2724739999976, 542986.70437399996445 ], [ 161899.999974, 542699.999974 ], [ 161599.999974, 542699.999974 ], [ 161199.999974, 542499.999974 ], [ 161165.42797399999108, 542482.71397399995476 ], [ 161064.03947399999015, 542432.019774 ], [ 160999.999974, 542399.999974 ], [ 160799.999974, 542699.999974 ], [ 160799.077974, 542701.843974 ], [ 160699.999974, 542899.999974 ], [ 160199.999974, 542699.999974 ], [ 159210.36377399999765, 542798.963574 ], [ 159199.999974, 542799.999974 ], [ 158099.999974, 543099.999974 ], [ 157626.36727399998927, 542910.54687399999239 ], [ 157599.999974, 542899.999974 ], [ 158099.999974, 542499.999974 ], [ 158399.999974, 541499.999974 ], [ 158399.999974, 541399.999974 ], [ 158399.999974, 541398.784174 ], [ 158399.999974, 541103.808074 ], [ 158399.999974, 541099.999974 ], [ 158599.999974, 540399.999974 ], [ 158499.999974, 540399.999974 ], [ 157899.999974, 540299.999974 ], [ 157599.999974, 540099.999974 ], [ 156799.999974, 540399.999974 ], [ 155699.999974, 541099.999974 ], [ 154799.999974, 542099.999974 ], [ 154469.01017399999546, 542383.70547399995849 ], [ 154099.999974, 542699.999974 ], [ 153999.999974, 542599.999974 ], [ 153299.999974, 542899.999974 ], [ 153199.999974, 543099.999974 ], [ 153199.999974, 543299.999974 ], [ 153099.999974, 543699.999974 ], [ 153071.853074, 543742.220374 ], [ 152699.999974, 544299.999974 ], [ 152802.158574, 544463.453774 ], [ 153199.999974, 545099.999974 ], [ 153753.520174, 545653.52017399994656 ], [ 153799.999974, 545699.999974 ], [ 153999.999974, 545799.999974 ], [ 154699.999974, 546099.999974 ], [ 154999.999974, 546399.999974 ], [ 155299.999974, 546499.999974 ], [ 155399.999974, 546399.999974 ], [ 155899.999974, 546499.999974 ], [ 156299.999974, 546999.999974 ], [ 156299.999974, 547299.999974 ], [ 156313.070574, 547365.35307399998419 ], [ 156499.999974, 548299.999974 ], [ 156399.999974, 548599.999974 ], [ 156299.999974, 548699.999974 ], [ 156199.999974, 549099.999974 ], [ 155905.245074, 550180.768074 ], [ 155899.999974, 550199.999974 ], [ 155599.999974, 550599.999974 ], [ 155999.999974, 550899.999974 ], [ 156399.999974, 550999.999974 ], [ 156403.244374, 551016.221974000101909 ], [ 156599.999974, 551999.999974 ], [ 156299.999974, 552599.999974 ], [ 156592.95177399998647, 552599.999974 ], [ 156599.999974, 552599.999974 ], [ 157999.99777399998857, 553799.99837399995886 ], [ 157499.999974, 553499.999974 ], [ 156899.999974, 552899.999974 ], [ 156799.999974, 552899.999974 ], [ 156299.999974, 554299.999974 ], [ 156099.999974, 555299.999974 ], [ 155899.999974, 555699.999974 ], [ 155899.999974, 555799.999974 ], [ 155699.999974, 557099.999974 ], [ 155599.999974, 557299.999974 ], [ 155999.999974, 557799.999974 ], [ 156099.999974, 557799.999974 ], [ 156199.999974, 557999.999974 ], [ 156299.999974, 558299.999974 ], [ 156699.999974, 557699.999974 ], [ 156701.34647399999085, 557697.551774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0106" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 236399.999974, 564599.999974 ], [ 236699.999974, 563999.999974 ], [ 236899.999974, 563099.999974 ], [ 236899.999974, 563086.542274 ], [ 236899.999974, 562999.999974 ], [ 236799.999974, 561899.999974 ], [ 236599.999974, 561399.999974 ], [ 236608.073674, 561396.411674 ], [ 238399.999974, 560599.999974 ], [ 238499.999974, 560599.999974 ], [ 238399.999974, 560299.999974 ], [ 238599.999974, 560199.999974 ], [ 238499.999974, 559599.999974 ], [ 237799.999974, 559099.999974 ], [ 237899.999974, 558899.999974 ], [ 237699.999974, 558699.999974 ], [ 237299.999974, 558299.999974 ], [ 237199.999974, 557899.999974 ], [ 236999.999974, 557199.999974 ], [ 236999.999974, 557028.53947399999015 ], [ 236999.999974, 556520.8127739999909 ], [ 236999.999974, 556499.999974 ], [ 236799.999974, 555999.999974 ], [ 236798.865774, 555997.731574 ], [ 236699.999974, 555799.999974 ], [ 236399.999974, 555599.999974 ], [ 236199.999974, 555399.999974 ], [ 236199.999974, 555388.71847399999388 ], [ 236199.999974, 554999.999974 ], [ 236199.999974, 554599.999974 ], [ 235461.87897399999201, 554138.674374 ], [ 235399.999974, 554099.999974 ], [ 235199.999974, 553999.999974 ], [ 234499.999974, 552999.999974 ], [ 234299.999974, 552299.999974 ], [ 233899.999974, 551699.999974 ], [ 233503.638374, 551997.271174000110477 ], [ 233499.999974, 551999.999974 ], [ 232699.999974, 552599.999974 ], [ 232698.35887399999774, 552595.076674 ], [ 232299.999974, 551399.999974 ], [ 232399.999974, 551299.999974 ], [ 232199.999974, 550099.999974 ], [ 232099.999974, 550099.999974 ], [ 230999.999974, 550899.999974 ], [ 231099.999974, 551299.999974 ], [ 230403.59647399999085, 551717.842074 ], [ 229599.999974, 552199.999974 ], [ 229299.999974, 551699.999974 ], [ 228899.999974, 551899.999974 ], [ 228699.999974, 551999.999974 ], [ 229085.9542739999888, 552482.442874 ], [ 229099.999974, 552499.999974 ], [ 229399.999974, 552999.999974 ], [ 228899.999974, 553299.999974 ], [ 229499.999974, 554099.999974 ], [ 228899.999974, 554499.999974 ], [ 228882.36967399998684, 554517.630274000111967 ], [ 228799.999974, 554599.999974 ], [ 229093.39127399999416, 555088.985374 ], [ 229099.999974, 555099.999974 ], [ 229499.999974, 555699.999974 ], [ 229299.999974, 555799.999974 ], [ 229299.999974, 555899.999974 ], [ 229696.809374, 556495.214174 ], [ 229699.999974, 556499.999974 ], [ 229399.999974, 556699.999974 ], [ 229369.405774, 556715.297074 ], [ 229199.999974, 556799.999974 ], [ 229199.999974, 557089.690274 ], [ 229199.999974, 557099.999974 ], [ 228899.999974, 558199.999974 ], [ 229999.999974, 558699.999974 ], [ 230025.244474, 558704.20737399999052 ], [ 230554.762174, 558792.460374 ], [ 230599.999974, 558799.999974 ], [ 230312.623774, 559470.544574 ], [ 230299.999974, 559499.999974 ], [ 229899.999974, 559399.999974 ], [ 229399.999974, 560999.999974 ], [ 229799.999974, 561199.999974 ], [ 229699.999974, 561899.999974 ], [ 229716.433374, 561943.82237399998121 ], [ 229999.999974, 562699.999974 ], [ 230399.999974, 562499.999974 ], [ 231299.999974, 562699.999974 ], [ 231599.999974, 562399.999974 ], [ 231899.999974, 561899.999974 ], [ 232399.999974, 561599.999974 ], [ 232473.83367399999406, 561581.541574 ], [ 232799.999974, 561499.999974 ], [ 232993.034274, 561886.068574 ], [ 232999.999974, 561899.999974 ], [ 233048.096274, 562140.481174 ], [ 233099.92187399999239, 562399.609474 ], [ 233099.999974, 562399.999974 ], [ 232999.999974, 562799.999974 ], [ 233099.999974, 563199.999974 ], [ 233106.963174, 563227.852574 ], [ 233199.999974, 563599.999974 ], [ 233399.999974, 563799.999974 ], [ 233299.999974, 564199.999974 ], [ 234289.2209739999962, 564298.922074 ], [ 234299.999974, 564299.999974 ], [ 234299.999974, 563799.999974 ], [ 234599.999974, 563699.999974 ], [ 234643.947974, 563743.947974 ], [ 234684.15537399999448, 563784.155374 ], [ 234699.999974, 563799.999974 ], [ 234699.999974, 564199.999974 ], [ 235399.999974, 564299.999974 ], [ 235499.999974, 564099.999974 ], [ 236299.999974, 564499.999974 ], [ 236385.01927399999113, 564585.019274 ], [ 236399.999974, 564599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0109" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 245899.999974, 543899.999974 ], [ 246099.999974, 543499.999974 ], [ 246399.999974, 543599.999974 ], [ 246799.999974, 542899.999974 ], [ 246822.26327399999718, 542855.473474000114948 ], [ 246899.999974, 542699.999974 ], [ 246899.999974, 542641.724074 ], [ 246899.999974, 542605.983074000105262 ], [ 246899.999974, 542599.999974 ], [ 246999.999974, 542199.999974 ], [ 247052.83917399999336, 542147.16077399998903 ], [ 247099.999974, 542099.999974 ], [ 248099.999974, 541399.999974 ], [ 247899.999974, 541199.999974 ], [ 247992.685174, 541107.314774 ], [ 247999.999974, 541099.999974 ], [ 250889.897274, 538907.664174 ], [ 250899.999974, 538899.999974 ], [ 251295.039374, 538504.960574 ], [ 251299.999974, 538499.999974 ], [ 252069.843174, 537922.617574 ], [ 252099.999974, 537899.999974 ], [ 252543.71287399998982, 537456.287174 ], [ 252686.32687399999122, 537313.67317400011234 ], [ 252699.999974, 537299.999974 ], [ 252999.999974, 536899.999974 ], [ 253599.999974, 536299.999974 ], [ 253399.999974, 535599.999974 ], [ 253388.830974, 535573.93887399998493 ], [ 252503.24617399999988, 533507.574474 ], [ 252499.999974, 533499.999974 ], [ 252399.999974, 532999.999974 ], [ 252699.999974, 532599.999974 ], [ 252399.999974, 532199.999974 ], [ 252481.846774, 532036.3064739999827 ], [ 252499.999974, 531999.999974 ], [ 252699.999974, 531699.999974 ], [ 252999.999974, 531499.999974 ], [ 252999.999974, 531399.999974 ], [ 252899.999974, 531099.999974 ], [ 252999.999974, 530299.999974 ], [ 252699.999974, 529799.999974 ], [ 252585.92207399997278, 529514.805274 ], [ 252499.999974, 529299.999974 ], [ 252894.30447399997502, 528590.251974 ], [ 252971.20317399999476, 528385.60157399997115 ], [ 252355.320974, 528077.660474 ], [ 252199.999974, 527999.999974 ], [ 252499.999974, 527499.999974 ], [ 253299.999974, 524599.999974 ], [ 253766.272174, 524599.999974 ], [ 253799.999974, 524599.999974 ], [ 253890.821274, 524236.714974 ], [ 253899.999974, 524199.999974 ], [ 253998.42497399999411, 523511.025474 ], [ 253999.999974, 523499.999974 ], [ 254099.999974, 523099.999974 ], [ 254100.87307399997371, 523090.395874 ], [ 254199.999974, 521999.999974 ], [ 254203.63337399999727, 521981.833174 ], [ 254299.999974, 521499.999974 ], [ 254304.030774, 521483.877074 ], [ 254597.82777399997576, 520308.688974 ], [ 254599.999974, 520299.999974 ], [ 254799.999974, 518999.999974 ], [ 253999.999974, 518899.999974 ], [ 253099.999974, 519299.999974 ], [ 252699.999974, 519199.999974 ], [ 252499.999974, 518899.999974 ], [ 252099.999974, 518799.999974 ], [ 252077.082074, 518802.291774 ], [ 251099.999974, 518899.999974 ], [ 250999.999974, 519099.999974 ], [ 250799.999974, 519199.999974 ], [ 250199.999974, 519099.999974 ], [ 249899.999974, 519299.999974 ], [ 249716.020774, 519254.005174 ], [ 249099.999974, 519099.999974 ], [ 248699.999974, 518999.999974 ], [ 248399.999974, 518599.999974 ], [ 247799.999974, 518799.999974 ], [ 247548.030874, 518737.00767399999313 ], [ 247399.999974, 518699.999974 ], [ 246699.999974, 518399.999974 ], [ 245899.999974, 517499.999974 ], [ 245703.89037399998051, 517107.780774 ], [ 245699.999974, 517099.999974 ], [ 245399.999974, 516899.999974 ], [ 245099.999974, 516799.999974 ], [ 244599.999974, 516399.999974 ], [ 244399.999974, 516299.999974 ], [ 243999.999974, 516399.999974 ], [ 243899.999974, 516399.999974 ], [ 243899.999974, 516599.999974 ], [ 244099.999974, 517199.999974 ], [ 244103.16107399997418, 517222.127174 ], [ 244199.999974, 517899.999974 ], [ 244199.999974, 518399.999974 ], [ 244399.999974, 518699.999974 ], [ 244368.96047399999225, 518712.41577399999369 ], [ 243932.401974, 518887.039174 ], [ 243899.999974, 518899.999974 ], [ 242899.999974, 519199.999974 ], [ 242859.301774, 519217.442074 ], [ 240799.999974, 520099.999974 ], [ 240796.564374, 520101.717774 ], [ 240199.999974, 520399.999974 ], [ 240182.572474, 520408.713774 ], [ 238999.999974, 520999.999974 ], [ 239199.999974, 521399.999974 ], [ 239199.999974, 521971.241974 ], [ 239199.999974, 521999.999974 ], [ 239199.999974, 522228.033274 ], [ 239199.999974, 522899.999974 ], [ 239099.999974, 523299.999974 ], [ 239093.879174, 523318.362474 ], [ 238899.999974, 523899.999974 ], [ 238998.123274, 525764.342674 ], [ 238999.999974, 525799.999974 ], [ 237440.63767399999779, 525702.539874 ], [ 237399.999974, 525699.999974 ], [ 236824.249974, 525782.249974 ], [ 236699.999974, 525799.999974 ], [ 236699.999974, 526899.999974 ], [ 235609.1810739999928, 526977.915674 ], [ 235299.999974, 526999.999974 ], [ 235399.999974, 527099.999974 ], [ 235427.024074, 527146.326974 ], [ 236099.999974, 528299.999974 ], [ 237396.259174, 530493.669474000111222 ], [ 237399.999974, 530499.999974 ], [ 237999.999974, 531299.999974 ], [ 238025.9261739999929, 531338.025074 ], [ 239499.158674, 533498.766074 ], [ 239499.999974, 533499.999974 ], [ 239691.897174, 533979.74287399998866 ], [ 239699.999974, 533999.999974 ], [ 240899.999974, 535599.999974 ], [ 241869.640874, 535212.143674 ], [ 241899.999974, 535199.999974 ], [ 241999.999974, 535399.999974 ], [ 241899.999974, 535599.999974 ], [ 242299.999974, 536399.999974 ], [ 242799.999974, 536699.999974 ], [ 242809.96907399999327, 536690.030874 ], [ 242911.51327399999718, 536634.53977399994619 ], [ 243099.999974, 537199.999974 ], [ 242799.999974, 538299.999974 ], [ 243098.07547399998293, 538598.075474 ], [ 243099.999974, 538599.999974 ], [ 243299.999974, 538699.999974 ], [ 243999.999974, 539599.999974 ], [ 243799.999974, 540399.999974 ], [ 243699.999974, 540799.999974 ], [ 244799.999974, 540999.999974 ], [ 245299.999974, 541599.999974 ], [ 245285.09367399997427, 541659.625374 ], [ 245199.999974, 541999.999974 ], [ 244699.999974, 542399.999974 ], [ 244899.999974, 542999.999974 ], [ 244399.999974, 543199.999974 ], [ 245799.999974, 544399.999974 ], [ 245899.999974, 543899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0114" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 266299.99997399997665, 544099.999974 ], [ 266499.99997399997665, 543299.999974 ], [ 266699.99997399997665, 543399.999974 ], [ 266799.99997399997665, 543199.999974 ], [ 266802.90487399999984, 543196.302874 ], [ 267899.99997399997665, 541799.999974 ], [ 268299.99997399997665, 541399.999974 ], [ 268791.08467399998335, 541596.433874 ], [ 268799.99997399997665, 541599.999974 ], [ 268799.99997399997665, 541499.999974 ], [ 268499.99997399997665, 541099.999974 ], [ 268499.99997399997665, 540465.72657399997115 ], [ 268499.99997399997665, 540399.999974 ], [ 269899.99997399997665, 540399.999974 ], [ 268599.99997399997665, 537199.999974 ], [ 268499.99997399997665, 533899.999974 ], [ 268499.45377399999416, 533882.521874 ], [ 268300.77647399995476, 527524.848174 ], [ 268299.99997399997665, 527499.999974 ], [ 268002.68337399995653, 522346.511274 ], [ 267999.99997399997665, 522299.999974 ], [ 267899.99997399997665, 519999.999974 ], [ 267899.99997399997665, 519987.239074 ], [ 267899.99997399997665, 519027.355574 ], [ 267899.99997399997665, 518999.999974 ], [ 267899.99997399997665, 518699.999974 ], [ 267859.04427399998531, 518640.841774 ], [ 266999.99997399997665, 517399.999974 ], [ 266799.99997399997665, 517399.999974 ], [ 266599.99997399997665, 517599.999974 ], [ 266099.99997399997665, 517599.999974 ], [ 264999.99997399997665, 517799.999974 ], [ 264599.99997399997665, 517999.999974 ], [ 264499.99997399997665, 518299.999974 ], [ 264299.99997399997665, 518399.999974 ], [ 263599.99997399997665, 518299.999974 ], [ 263099.99997399997665, 518499.999974 ], [ 262899.99997399997665, 518699.999974 ], [ 262499.99997399997665, 518799.999974 ], [ 261999.999974, 518299.999974 ], [ 261399.999974, 518299.999974 ], [ 260999.999974, 517999.999974 ], [ 260499.999974, 517999.999974 ], [ 259999.999974, 517799.999974 ], [ 259299.999974, 518099.999974 ], [ 258699.999974, 517999.999974 ], [ 258499.999974, 518199.999974 ], [ 258489.147374, 518232.557874 ], [ 258299.999974, 518799.999974 ], [ 257599.999974, 518999.999974 ], [ 257199.999974, 519299.999974 ], [ 255999.999974, 519199.999974 ], [ 255499.999974, 519499.999974 ], [ 254999.999974, 519099.999974 ], [ 254799.999974, 518999.999974 ], [ 254599.999974, 520299.999974 ], [ 254597.82777399997576, 520308.688974 ], [ 254304.030774, 521483.877074 ], [ 254299.999974, 521499.999974 ], [ 254203.63337399999727, 521981.833174 ], [ 254199.999974, 521999.999974 ], [ 254100.87307399997371, 523090.395874 ], [ 254099.999974, 523099.999974 ], [ 253999.999974, 523499.999974 ], [ 253998.42497399999411, 523511.025474 ], [ 253899.999974, 524199.999974 ], [ 253890.821274, 524236.714974 ], [ 253799.999974, 524599.999974 ], [ 253766.272174, 524599.999974 ], [ 253299.999974, 524599.999974 ], [ 252499.999974, 527499.999974 ], [ 252199.999974, 527999.999974 ], [ 252355.320974, 528077.660474 ], [ 252971.20317399999476, 528385.60157399997115 ], [ 252894.30447399997502, 528590.251974 ], [ 252499.999974, 529299.999974 ], [ 252585.92207399997278, 529514.805274 ], [ 252699.999974, 529799.999974 ], [ 252999.999974, 530299.999974 ], [ 252899.999974, 531099.999974 ], [ 252999.999974, 531399.999974 ], [ 252999.999974, 531499.999974 ], [ 252699.999974, 531699.999974 ], [ 252499.999974, 531999.999974 ], [ 252481.846774, 532036.3064739999827 ], [ 252399.999974, 532199.999974 ], [ 252699.999974, 532599.999974 ], [ 252399.999974, 532999.999974 ], [ 252499.999974, 533499.999974 ], [ 252503.24617399999988, 533507.574474 ], [ 253388.830974, 535573.93887399998493 ], [ 253399.999974, 535599.999974 ], [ 253599.999974, 536299.999974 ], [ 253999.999974, 537099.999974 ], [ 254199.999974, 537299.999974 ], [ 254599.999974, 537499.999974 ], [ 254899.999974, 537999.999974 ], [ 254909.678974, 538004.839474 ], [ 255899.999974, 538499.999974 ], [ 257670.920674, 539778.998274 ], [ 257699.999974, 539799.999974 ], [ 257867.112874, 539883.5564739999827 ], [ 257899.999974, 539899.999974 ], [ 259876.471074, 541052.94147399999201 ], [ 259878.437474, 541064.187474 ], [ 259891.691074, 541061.81977399997413 ], [ 260299.999974, 541299.999974 ], [ 260399.999974, 541499.999974 ], [ 260299.999974, 541499.999974 ], [ 260399.999974, 541999.999974 ], [ 260799.999974, 542799.999974 ], [ 260999.999974, 543099.999974 ], [ 261199.999974, 543099.999974 ], [ 261399.999974, 542999.999974 ], [ 264099.99997399997665, 544099.999974 ], [ 264299.99997399997665, 544099.999974 ], [ 264325.47567399998661, 544099.999974 ], [ 264465.7044739999692, 544099.999974 ], [ 264499.99997399997665, 544099.999974 ], [ 264599.99997399997665, 544099.999974 ], [ 264799.99997399997665, 544099.999974 ], [ 264824.83267399994656, 544099.999974 ], [ 266299.99997399997665, 544099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0118" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 230286.36197399999946, 531903.409474000101909 ], [ 230299.999974, 531899.999974 ], [ 230599.999974, 531899.999974 ], [ 230993.299174, 531113.401774 ], [ 230999.999974, 531099.999974 ], [ 232499.999974, 531799.999974 ], [ 232599.999974, 531499.999974 ], [ 234588.43977399999858, 531599.421974 ], [ 234584.593774, 531584.312474 ], [ 234524.542774, 531348.475774 ], [ 234299.999974, 530599.999974 ], [ 234281.85137399999076, 530521.356074 ], [ 233999.999974, 529299.999974 ], [ 234024.454074, 529286.41447399999015 ], [ 234899.999974, 528799.999974 ], [ 234922.880574, 528794.27987399999984 ], [ 235272.222974, 528706.944274 ], [ 235299.999974, 528699.999974 ], [ 236099.999974, 528299.999974 ], [ 235427.024074, 527146.326974 ], [ 235399.999974, 527099.999974 ], [ 235299.999974, 526999.999974 ], [ 235609.1810739999928, 526977.915674 ], [ 236699.999974, 526899.999974 ], [ 236699.999974, 525799.999974 ], [ 236824.249974, 525782.249974 ], [ 237399.999974, 525699.999974 ], [ 237440.63767399999779, 525702.539874 ], [ 238999.999974, 525799.999974 ], [ 238998.123274, 525764.342674 ], [ 238899.999974, 523899.999974 ], [ 239093.879174, 523318.362474 ], [ 239099.999974, 523299.999974 ], [ 239199.999974, 522899.999974 ], [ 239199.999974, 522228.033274 ], [ 239199.999974, 521999.999974 ], [ 239199.999974, 521971.241974 ], [ 239199.999974, 521399.999974 ], [ 238999.999974, 520999.999974 ], [ 237999.999974, 521399.999974 ], [ 237834.90727399999741, 521399.999974 ], [ 237799.999974, 521399.999974 ], [ 237299.999974, 521299.999974 ], [ 237294.20547399998759, 521298.454774 ], [ 235799.999974, 520899.999974 ], [ 235755.7502739999909, 520888.937574 ], [ 233799.999974, 520399.999974 ], [ 233550.492174, 520233.661374 ], [ 233499.999974, 520199.999974 ], [ 232299.999974, 519199.999974 ], [ 232299.999974, 520295.727274 ], [ 232299.999974, 520299.999974 ], [ 232299.999974, 521199.999974 ], [ 230426.29267399999662, 521199.999974 ], [ 230399.999974, 521199.999974 ], [ 230199.999974, 521299.999974 ], [ 229799.999974, 521499.999974 ], [ 229799.999974, 522399.999974 ], [ 229199.999974, 522399.999974 ], [ 229297.37167399999453, 523471.08867399999872 ], [ 229299.999974, 523499.999974 ], [ 228499.999974, 523499.999974 ], [ 227799.999974, 523399.999974 ], [ 227785.158674, 523429.682574 ], [ 227699.999974, 523599.999974 ], [ 226799.999974, 523499.999974 ], [ 226899.999974, 523999.999974 ], [ 226899.999974, 524899.999974 ], [ 226889.614474, 524898.961474 ], [ 225899.999974, 524799.999974 ], [ 225899.471074, 524799.92447399999946 ], [ 225199.999974, 524699.999974 ], [ 224799.999974, 524299.999974 ], [ 223999.999974, 524899.999974 ], [ 223799.999974, 524599.999974 ], [ 223781.74477399999159, 524636.510474 ], [ 223699.999974, 524799.999974 ], [ 223747.176974, 525130.238474 ], [ 223799.999974, 525499.999974 ], [ 223899.999974, 525599.999974 ], [ 223936.000474, 525618.0002739999909 ], [ 224099.999974, 525699.999974 ], [ 224299.999974, 525899.999974 ], [ 224369.95807399999467, 526249.790374 ], [ 224399.999974, 526399.999974 ], [ 224299.999974, 526399.999974 ], [ 223899.999974, 527299.999974 ], [ 224899.999974, 527599.999974 ], [ 224422.575274, 528650.334474 ], [ 224652.49917399999686, 528784.166374 ], [ 224999.999974, 528899.999974 ], [ 224899.999974, 529099.999974 ], [ 224890.06147399998736, 529139.754174 ], [ 224799.999974, 529499.999974 ], [ 225199.999974, 529799.999974 ], [ 224699.999974, 530299.999974 ], [ 224499.999974, 530299.999974 ], [ 223999.999974, 531299.999974 ], [ 224049.428774, 531316.476274 ], [ 225499.999974, 531799.999974 ], [ 226055.856474, 532263.213774 ], [ 226099.999974, 532299.999974 ], [ 226299.999974, 532399.999974 ], [ 226320.842074, 532452.10527399997227 ], [ 226486.100974, 532865.252374 ], [ 226499.999974, 532899.999974 ], [ 226499.999974, 533199.999974 ], [ 226499.999974, 533220.633574 ], [ 226499.999974, 533699.999974 ], [ 226599.999974, 534299.999974 ], [ 226999.999974, 535299.999974 ], [ 227017.172074, 535351.516074 ], [ 227042.95317399999476, 535343.062474 ], [ 227088.043374, 535272.486474 ], [ 228593.113874, 534802.15187399997376 ], [ 228599.999974, 534799.999974 ], [ 229499.999974, 534599.999974 ], [ 229799.999974, 533799.999974 ], [ 229499.999974, 532099.999974 ], [ 229500.786274, 532099.80347399995662 ], [ 230286.36197399999946, 531903.409474000101909 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0119" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 209599.999974, 528299.999974 ], [ 209999.999974, 527199.999974 ], [ 210086.81967399999849, 527365.746674 ], [ 211099.999974, 529299.999974 ], [ 211999.999974, 528599.999974 ], [ 212199.999974, 528499.999974 ], [ 211099.999974, 526299.999974 ], [ 210999.999974, 525999.999974 ], [ 210999.999974, 525399.999974 ], [ 211014.322974, 525342.708174 ], [ 211091.993374, 525032.026674 ], [ 211099.999974, 524999.999974 ], [ 211099.999974, 524299.999974 ], [ 211699.999974, 524299.999974 ], [ 212099.999974, 524699.999974 ], [ 212499.999974, 524599.999974 ], [ 213199.999974, 524899.999974 ], [ 213499.999974, 524599.999974 ], [ 213728.477974, 524523.840674 ], [ 213799.999974, 524499.999974 ], [ 214999.999974, 524699.999974 ], [ 215004.142274, 524690.3347739999881 ], [ 215299.999974, 523999.999974 ], [ 215299.999974, 523899.999974 ], [ 215099.999974, 523799.999974 ], [ 215099.999974, 523499.999974 ], [ 215799.999974, 523899.999974 ], [ 215699.999974, 522899.999974 ], [ 215099.999974, 522899.999974 ], [ 215099.999974, 522679.265274 ], [ 215099.999974, 522599.999974 ], [ 215499.999974, 522299.999974 ], [ 215499.27297399999225, 522299.636474 ], [ 215118.29627399999299, 522109.148174 ], [ 215099.999974, 522099.999974 ], [ 214699.999974, 521999.999974 ], [ 214899.999974, 521099.999974 ], [ 214899.999974, 520999.999974 ], [ 214599.999974, 520999.999974 ], [ 214499.999974, 520799.999974 ], [ 214404.580874, 520418.323574 ], [ 214399.999974, 520417.456174 ], [ 214399.999974, 520599.999974 ], [ 213499.999974, 520599.999974 ], [ 213199.999974, 520899.999974 ], [ 213299.999974, 521099.999974 ], [ 213199.999974, 521299.999974 ], [ 212899.999974, 521599.999974 ], [ 212499.999974, 521499.999974 ], [ 211573.599974, 522040.399974 ], [ 211299.999974, 522199.999974 ], [ 211299.999974, 522399.999974 ], [ 211099.999974, 522399.999974 ], [ 210899.999974, 522399.999974 ], [ 210099.999974, 522199.999974 ], [ 209724.243974, 521824.243974 ], [ 209699.999974, 521799.999974 ], [ 209599.999974, 521599.999974 ], [ 209499.999974, 521299.999974 ], [ 209399.999974, 521299.999974 ], [ 209099.999974, 521699.999974 ], [ 208999.999974, 521999.999974 ], [ 208599.999974, 521899.999974 ], [ 208623.91317399998661, 521860.144674 ], [ 208899.999974, 521399.999974 ], [ 208799.999974, 521099.999974 ], [ 207499.999974, 521599.999974 ], [ 207499.999974, 521699.999974 ], [ 207897.05067399999825, 522394.83867399999872 ], [ 207899.999974, 522399.999974 ], [ 207799.999974, 522599.999974 ], [ 207199.999974, 522999.999974 ], [ 207039.23367399998824, 523080.383174 ], [ 206999.999974, 523099.999974 ], [ 206801.96737399999984, 523595.081574 ], [ 206799.999974, 523599.999974 ], [ 206111.90957399999024, 525467.67407399998046 ], [ 206099.999974, 525499.999974 ], [ 206001.743374, 525893.026374 ], [ 205999.999974, 525899.999974 ], [ 205899.999974, 526099.999974 ], [ 205883.445474, 526143.04187399998773 ], [ 205399.999974, 527399.999974 ], [ 205392.31537399999797, 527417.930774 ], [ 205099.999974, 528099.999974 ], [ 205068.662474, 528147.006274 ], [ 204913.433974, 528379.849074 ], [ 204899.999974, 528399.999974 ], [ 204512.94207399999141, 529464.409374 ], [ 204499.999974, 529499.999974 ], [ 204599.999974, 529899.999974 ], [ 204899.999974, 530199.999974 ], [ 205299.999974, 530399.999974 ], [ 205599.999974, 530399.999974 ], [ 206899.999974, 530899.999974 ], [ 207699.999974, 531399.999974 ], [ 207779.812574, 531559.625174 ], [ 207999.999974, 531999.999974 ], [ 208199.999974, 531699.999974 ], [ 208206.386774, 531687.226474 ], [ 208299.999974, 531499.999974 ], [ 208986.44097399999737, 529930.99207399995066 ], [ 208999.999974, 529899.999974 ], [ 209099.999974, 529499.999974 ], [ 209107.316174, 529483.538474 ], [ 209498.00397399999201, 528604.491074 ], [ 209499.999974, 528599.999974 ], [ 209588.525074, 528334.424674 ], [ 209599.999974, 528299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0140" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 170499.999974, 576299.999974 ], [ 170799.999974, 575799.999974 ], [ 170841.55487399999402, 575805.936374 ], [ 171499.999974, 575899.999974 ], [ 171899.999974, 576099.999974 ], [ 172487.25207399998908, 575806.373974000103772 ], [ 172499.999974, 575799.999974 ], [ 172799.999974, 575499.999974 ], [ 172812.486674, 575509.989374000113457 ], [ 173299.999974, 575899.999974 ], [ 173399.999974, 576199.999974 ], [ 173799.999974, 576499.999974 ], [ 174099.999974, 576599.999974 ], [ 174399.999974, 576699.999974 ], [ 174499.999974, 576999.999974 ], [ 174957.01867399999173, 577274.211174 ], [ 174999.999974, 577299.999974 ], [ 175399.999974, 577099.999974 ], [ 175699.999974, 576799.999974 ], [ 175799.999974, 576499.999974 ], [ 175899.999974, 576399.999974 ], [ 176299.999974, 576299.999974 ], [ 176399.999974, 576499.999974 ], [ 176760.643974, 576499.999974 ], [ 176799.999974, 576499.999974 ], [ 177099.999974, 575999.999974 ], [ 177574.328974, 575525.67107399995439 ], [ 177605.96667399999569, 575507.458374 ], [ 177999.999974, 575999.999974 ], [ 178399.999974, 576299.999974 ], [ 178699.999974, 576199.999974 ], [ 180288.88947399999597, 576497.916774 ], [ 180299.999974, 576499.999974 ], [ 180199.999974, 575899.999974 ], [ 180299.18097399998805, 575007.370874 ], [ 180299.999974, 574999.999974 ], [ 180299.999974, 574299.999974 ], [ 180299.999974, 574256.296374 ], [ 180299.999974, 574199.999974 ], [ 180290.21307399999932, 574151.06537399999797 ], [ 180199.999974, 573699.999974 ], [ 180199.999974, 572999.999974 ], [ 179699.999974, 571599.999974 ], [ 179696.934474, 571581.607174 ], [ 179599.999974, 570999.999974 ], [ 179699.999974, 570599.999974 ], [ 179699.999974, 570592.540774000110105 ], [ 179699.999974, 570069.937674 ], [ 179699.999974, 569999.999974 ], [ 178099.999974, 568599.999974 ], [ 178083.194274, 568578.99287399998866 ], [ 177699.999974, 568099.999974 ], [ 177684.03717399999732, 568084.037174 ], [ 176599.999974, 566999.999974 ], [ 176099.999974, 565799.999974 ], [ 175999.999974, 565899.999974 ], [ 174699.999974, 564999.999974 ], [ 174407.438774, 565585.122474 ], [ 174399.999974, 565599.999974 ], [ 173499.999974, 565199.999974 ], [ 173132.054074, 564740.067674 ], [ 173099.999974, 564699.999974 ], [ 172999.999974, 564399.999974 ], [ 172699.999974, 564499.999974 ], [ 172599.999974, 564799.999974 ], [ 171899.999974, 564499.999974 ], [ 171893.836474, 564506.163574 ], [ 171699.999974, 564699.999974 ], [ 171599.999974, 564999.999974 ], [ 171099.999974, 564999.999974 ], [ 170899.999974, 565399.999974 ], [ 170009.75167399999918, 565202.16707399999723 ], [ 169999.999974, 565199.999974 ], [ 169899.999974, 564899.999974 ], [ 169399.999974, 564699.999974 ], [ 169394.722474, 564697.361274 ], [ 169199.999974, 564599.999974 ], [ 169099.999974, 564899.999974 ], [ 168699.999974, 564799.999974 ], [ 168599.999974, 565199.999974 ], [ 168499.999974, 565499.999974 ], [ 168799.999974, 565499.999974 ], [ 168699.999974, 565999.999974 ], [ 168499.999974, 566399.999974 ], [ 168472.07127399998717, 566405.585774 ], [ 167499.999974, 566599.999974 ], [ 166999.999974, 566399.999974 ], [ 166997.09417399999802, 566403.48697399999946 ], [ 166499.999974, 566999.999974 ], [ 166499.999974, 568099.999974 ], [ 166299.999974, 568299.999974 ], [ 165536.24477399999159, 568204.53057399997488 ], [ 165499.999974, 568199.999974 ], [ 165199.999974, 568399.999974 ], [ 164599.999974, 568299.999974 ], [ 164399.999974, 568599.999974 ], [ 164364.43907399999443, 568777.804774 ], [ 164299.999974, 569099.999974 ], [ 164399.999974, 569699.999974 ], [ 164799.999974, 570099.999974 ], [ 164899.999974, 569999.999974 ], [ 164999.999974, 569899.999974 ], [ 165099.999974, 570099.999974 ], [ 165099.999974, 570102.190174000104889 ], [ 165099.999974, 570599.999974 ], [ 165399.999974, 570899.999974 ], [ 165799.999974, 571199.999974 ], [ 166099.999974, 571399.999974 ], [ 165899.999974, 571599.999974 ], [ 165799.999974, 571499.999974 ], [ 165699.999974, 571599.999974 ], [ 165599.999974, 571799.999974 ], [ 165699.999974, 572299.999974 ], [ 165899.999974, 571899.999974 ], [ 166199.999974, 571799.999974 ], [ 166299.999974, 571999.999974 ], [ 166599.999974, 571999.999974 ], [ 166799.999974, 571599.999974 ], [ 166699.999974, 571499.999974 ], [ 166899.999974, 571399.999974 ], [ 167399.999974, 571499.999974 ], [ 167599.999974, 571999.999974 ], [ 167999.999974, 571899.999974 ], [ 168399.999974, 571499.999974 ], [ 168563.824074, 571581.912074000108987 ], [ 168599.999974, 571599.999974 ], [ 168599.999974, 571799.999974 ], [ 168499.999974, 571999.999974 ], [ 168399.999974, 572399.999974 ], [ 168999.999974, 572699.999974 ], [ 169399.999974, 572899.999974 ], [ 169476.63577399999485, 573053.2716739999596 ], [ 169499.999974, 573099.999974 ], [ 169499.999974, 573299.999974 ], [ 169299.999974, 573599.999974 ], [ 169299.999974, 573699.999974 ], [ 169199.999974, 573799.999974 ], [ 168977.940474, 573799.999974 ], [ 168699.999974, 573799.999974 ], [ 168599.999974, 574699.999974 ], [ 168399.999974, 574999.999974 ], [ 167799.999974, 575099.999974 ], [ 167843.257874, 575359.547074 ], [ 167899.999974, 575699.999974 ], [ 168499.999974, 576199.999974 ], [ 168399.999974, 576299.999974 ], [ 168599.999974, 576799.999974 ], [ 169299.999974, 577299.999974 ], [ 169335.260374, 577335.260374 ], [ 169499.999974, 577499.999974 ], [ 169799.999974, 577199.999974 ], [ 169699.999974, 576999.999974 ], [ 170599.999974, 576499.999974 ], [ 170399.999974, 576399.999974 ], [ 170499.999974, 576299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0141" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 241099.999974, 490799.999974 ], [ 241896.34497399997781, 489804.568774 ], [ 241899.999974, 489799.999974 ], [ 242399.999974, 489799.999974 ], [ 242425.35487399998237, 489859.161374 ], [ 242699.999974, 490499.999974 ], [ 243299.999974, 489999.999974 ], [ 243417.882774, 490047.153174 ], [ 243799.999974, 490199.999974 ], [ 244235.441174, 490374.176474 ], [ 244264.296874, 490351.593774 ], [ 244284.564974, 490353.694874 ], [ 244199.999974, 490099.999974 ], [ 244590.18477399999392, 489124.538074 ], [ 244799.999974, 488599.999974 ], [ 244799.999974, 488499.999974 ], [ 244810.99097399998573, 488493.405374 ], [ 245299.999974, 488199.999974 ], [ 245499.01297399998293, 487403.948074 ], [ 245499.999974, 487399.999974 ], [ 245499.999974, 487299.999974 ], [ 245506.280874, 487274.876474 ], [ 245599.999974, 486899.999974 ], [ 245799.999974, 486799.999974 ], [ 245799.999974, 485799.999974 ], [ 245199.999974, 484899.999974 ], [ 245169.32547399998293, 484869.325474 ], [ 245099.999974, 484799.999974 ], [ 245399.999974, 484599.999974 ], [ 245899.999974, 484499.999974 ], [ 245699.999974, 484199.999974 ], [ 245099.999974, 483399.999974 ], [ 244941.89387399997213, 483479.053074 ], [ 244899.999974, 483499.999974 ], [ 244299.999974, 483199.999974 ], [ 244115.064874, 482922.597274 ], [ 244099.999974, 482899.999974 ], [ 244999.999974, 482299.999974 ], [ 244909.700974, 481938.803974 ], [ 244899.999974, 481899.999974 ], [ 243999.999974, 481499.999974 ], [ 243799.999974, 480999.999974 ], [ 243899.999974, 480799.999974 ], [ 243399.999974, 480599.999974 ], [ 242199.999974, 479699.999974 ], [ 242187.339874, 479689.871874 ], [ 241699.999974, 479299.999974 ], [ 239499.999974, 478699.999974 ], [ 239899.999974, 479999.999974 ], [ 238999.999974, 480499.999974 ], [ 238299.999974, 480699.999974 ], [ 238799.999974, 480799.999974 ], [ 238599.999974, 481199.999974 ], [ 238569.42077399999835, 481215.28967399999965 ], [ 238399.999974, 481299.999974 ], [ 238299.999974, 481199.999974 ], [ 237999.999974, 481199.999974 ], [ 238299.999974, 481599.999974 ], [ 238599.999974, 481999.999974 ], [ 238999.999974, 482699.999974 ], [ 238985.236374, 482729.52727399999276 ], [ 238799.999974, 483099.999974 ], [ 238401.56047399999807, 483398.829674 ], [ 238399.999974, 483399.999974 ], [ 237999.999974, 483599.999974 ], [ 237972.36927399999695, 483648.353774 ], [ 237631.993274, 484244.011774 ], [ 237599.999974, 484299.999974 ], [ 237499.999974, 484599.999974 ], [ 237999.999974, 484799.999974 ], [ 238399.999974, 485999.999974 ], [ 238422.20547399998759, 486011.102674 ], [ 238564.91507399998954, 486082.457474 ], [ 238599.999974, 486099.999974 ], [ 238699.999974, 486799.999974 ], [ 238687.84037399999215, 486818.239474 ], [ 238499.999974, 487099.999974 ], [ 238361.4597739999881, 487169.270174 ], [ 238299.999974, 487199.999974 ], [ 238099.999974, 487299.999974 ], [ 237999.999974, 487799.999974 ], [ 237499.999974, 489099.999974 ], [ 238199.999974, 489799.999974 ], [ 238499.999974, 489399.999974 ], [ 238599.999974, 489399.999974 ], [ 238615.489674, 489411.06407399999443 ], [ 239999.999974, 490399.999974 ], [ 240199.999974, 490799.999974 ], [ 240399.999974, 490799.999974 ], [ 240799.999974, 490499.999974 ], [ 241099.999974, 490799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0147" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 247707.93687399997725, 483588.09477399999741 ], [ 247899.999974, 483299.999974 ], [ 248199.999974, 483299.999974 ], [ 248499.999974, 483599.999974 ], [ 248699.999974, 483399.999974 ], [ 248799.999974, 483099.999974 ], [ 249499.999974, 482099.999974 ], [ 249899.999974, 481999.999974 ], [ 250299.999974, 481999.999974 ], [ 251499.999974, 481699.999974 ], [ 251499.999974, 481676.140874 ], [ 251499.999974, 481599.999974 ], [ 251499.999974, 481401.382374 ], [ 251499.999974, 481399.999974 ], [ 251429.015974, 481116.063874 ], [ 251399.999974, 480999.999974 ], [ 251099.999974, 480799.999974 ], [ 251032.558774, 480777.519574 ], [ 250499.999974, 480599.999974 ], [ 250899.999974, 480099.999974 ], [ 250819.11357399998815, 480083.822674 ], [ 250399.999974, 479999.999974 ], [ 250099.999974, 479699.999974 ], [ 250076.099674, 479684.06647399999201 ], [ 249821.256574, 479514.171074 ], [ 249799.999974, 479499.999974 ], [ 249230.98387399999774, 478994.207874 ], [ 248899.999974, 478699.999974 ], [ 248665.593574, 478593.451674 ], [ 247877.745274, 478235.338774 ], [ 247799.999974, 478199.999974 ], [ 247499.999974, 478099.999974 ], [ 246799.999974, 478799.999974 ], [ 246199.999974, 479499.999974 ], [ 245299.999974, 480399.999974 ], [ 244599.999974, 480799.999974 ], [ 243899.999974, 480799.999974 ], [ 243799.999974, 480999.999974 ], [ 243999.999974, 481499.999974 ], [ 244899.999974, 481899.999974 ], [ 244909.700974, 481938.803974 ], [ 244999.999974, 482299.999974 ], [ 244099.999974, 482899.999974 ], [ 244115.064874, 482922.597274 ], [ 244299.999974, 483199.999974 ], [ 244899.999974, 483499.999974 ], [ 244941.89387399997213, 483479.053074 ], [ 245099.999974, 483399.999974 ], [ 245699.999974, 484199.999974 ], [ 245899.999974, 484499.999974 ], [ 246799.999974, 484299.999974 ], [ 247399.999974, 483999.999974 ], [ 247699.999974, 483599.999974 ], [ 247707.93687399997725, 483588.09477399999741 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0148" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 220599.999974, 504299.999974 ], [ 219999.999974, 504099.999974 ], [ 219939.561274, 504039.561274 ], [ 219899.999974, 503999.999974 ], [ 219499.999974, 504199.999974 ], [ 219198.750174, 504199.999974 ], [ 219099.999974, 504199.999974 ], [ 219199.999974, 503199.999974 ], [ 219299.999974, 502599.999974 ], [ 219999.999974, 499799.999974 ], [ 219999.999974, 499775.007974 ], [ 220000.131074, 499648.658574 ], [ 219999.999974, 499599.999974 ], [ 219999.999974, 499199.999974 ], [ 219998.804474, 499173.699274 ], [ 219899.999974, 496999.999974 ], [ 219940.2270739999949, 496999.999974 ], [ 222399.999974, 496999.999974 ], [ 221899.999974, 496199.999974 ], [ 221999.999974, 495899.999974 ], [ 222199.999974, 495999.999974 ], [ 222599.999974, 495199.999974 ], [ 222799.999974, 495099.999974 ], [ 222599.999974, 493999.999974 ], [ 222599.999974, 493998.35937399999239 ], [ 222599.999974, 493799.999974 ], [ 221699.999974, 493799.999974 ], [ 220899.999974, 493899.999974 ], [ 220899.999974, 493599.999974 ], [ 220499.999974, 493399.999974 ], [ 220099.999974, 493499.999974 ], [ 219599.999974, 493699.999974 ], [ 219399.999974, 493399.999974 ], [ 218599.999974, 494099.999974 ], [ 218588.95937399999821, 494104.416274 ], [ 218099.999974, 494299.999974 ], [ 217299.999974, 494099.999974 ], [ 217291.68477399999392, 494141.576074 ], [ 217199.999974, 494599.999974 ], [ 216699.999974, 494499.999974 ], [ 216499.999974, 494599.999974 ], [ 216400.79127399998833, 495393.669874 ], [ 216399.999974, 495399.999974 ], [ 216399.999974, 495799.999974 ], [ 215599.999974, 495899.999974 ], [ 215599.999974, 496899.999974 ], [ 215327.624374, 497012.15467399999034 ], [ 215007.406374, 497144.009174 ], [ 213899.999974, 497599.999974 ], [ 213399.999974, 497699.999974 ], [ 213324.005374, 497721.712774 ], [ 212699.999974, 497899.999974 ], [ 211199.999974, 497799.999974 ], [ 211058.41687399998773, 497799.999974 ], [ 210999.999974, 497799.999974 ], [ 210399.999974, 498199.999974 ], [ 210299.999974, 498199.999974 ], [ 210270.19387399998959, 498199.999974 ], [ 210270.085174, 498199.999974 ], [ 209299.999974, 498199.999974 ], [ 208699.999974, 498399.999974 ], [ 208499.999974, 498099.999974 ], [ 208199.999974, 498199.999974 ], [ 207699.999974, 498799.999974 ], [ 208299.999974, 499099.999974 ], [ 208699.999974, 499199.999974 ], [ 209344.885274, 499457.954074 ], [ 209699.999974, 499599.999974 ], [ 209799.999974, 499799.999974 ], [ 209699.999974, 500099.999974 ], [ 209999.999974, 500499.999974 ], [ 210169.43587399998796, 500669.435874 ], [ 210199.999974, 500699.999974 ], [ 210199.999974, 500899.999974 ], [ 210199.999974, 501199.999974 ], [ 209699.999974, 501399.999974 ], [ 209399.999974, 501699.999974 ], [ 209389.23557399999117, 501728.705074 ], [ 209099.999974, 502499.999974 ], [ 208399.999974, 503799.999974 ], [ 208899.999974, 503799.999974 ], [ 209190.205174, 504186.94017399998847 ], [ 209199.999974, 504199.999974 ], [ 209699.999974, 505199.999974 ], [ 209683.47697399999015, 505227.538474 ], [ 209399.999974, 505699.999974 ], [ 209418.416074, 505744.198574 ], [ 209899.999974, 506899.999974 ], [ 209908.41627399998833, 506921.508174 ], [ 210799.999974, 509199.999974 ], [ 210798.390274, 509204.292674 ], [ 210499.999974, 509999.999974 ], [ 210199.999974, 511099.999974 ], [ 211699.04147399999783, 511399.808274 ], [ 211699.999974, 511399.999974 ], [ 213999.999974, 511999.999974 ], [ 214005.068574, 512005.068574 ], [ 214099.999974, 512099.999974 ], [ 214692.0731739999901, 512297.357774 ], [ 214699.999974, 512299.999974 ], [ 215099.999974, 512299.999974 ], [ 215499.999974, 512299.999974 ], [ 216099.999974, 512399.999974 ], [ 216135.886474, 512407.974774 ], [ 216999.999974, 512599.999974 ], [ 218199.999974, 512799.999974 ], [ 218334.191774, 512330.328774 ], [ 218399.999974, 512099.999974 ], [ 218599.637874, 511600.905274 ], [ 218599.999974, 511599.999974 ], [ 219197.34837399999378, 510007.071074 ], [ 219199.999974, 509999.999974 ], [ 219199.999974, 509807.671574 ], [ 219199.999974, 509799.999974 ], [ 219982.528974, 507745.861374 ], [ 219999.999974, 507699.999974 ], [ 220499.999974, 506299.999974 ], [ 220513.93667399999686, 506258.189974 ], [ 221099.999974, 504499.999974 ], [ 220599.999974, 504299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0150" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 214201.31577399998787, 480144.557474 ], [ 214999.999974, 479599.999974 ], [ 217678.52987399999984, 479599.999974 ], [ 217699.999974, 479599.999974 ], [ 219099.999974, 479699.999974 ], [ 219197.851874, 478427.925074 ], [ 219199.999974, 478399.999974 ], [ 219199.999974, 478248.542674 ], [ 219199.999974, 478199.999974 ], [ 219273.713374, 477610.29317399999127 ], [ 219299.999974, 477399.999974 ], [ 220965.37967399999616, 476224.437874 ], [ 220999.999974, 476199.999974 ], [ 221099.999974, 476099.999974 ], [ 221199.999974, 475999.999974 ], [ 222099.999974, 475099.999974 ], [ 222299.999974, 475199.999974 ], [ 222599.999974, 474899.999974 ], [ 222599.999974, 474799.999974 ], [ 222399.999974, 474699.999974 ], [ 222399.999974, 474599.999974 ], [ 222599.999974, 473999.999974 ], [ 222899.999974, 473799.999974 ], [ 222899.999974, 473644.277974 ], [ 222899.999974, 473599.999974 ], [ 222615.100574, 473410.067074 ], [ 222599.999974, 473399.999974 ], [ 221899.999974, 473099.999974 ], [ 220799.999974, 473099.999974 ], [ 220199.999974, 472399.999974 ], [ 219999.999974, 472399.999974 ], [ 219999.999974, 471399.999974 ], [ 219099.999974, 471399.999974 ], [ 218799.999974, 471299.999974 ], [ 217199.999974, 471199.999974 ], [ 217099.999974, 471599.999974 ], [ 216899.999974, 471799.999974 ], [ 216857.42427399998996, 471791.484874 ], [ 216399.999974, 471699.999974 ], [ 215799.999974, 471499.999974 ], [ 215407.58057399999234, 471303.790274 ], [ 215399.999974, 471299.999974 ], [ 215299.999974, 471299.999974 ], [ 214699.999974, 471499.999974 ], [ 214659.944374, 471489.986074 ], [ 214299.999974, 471399.999974 ], [ 213799.999974, 471399.999974 ], [ 213199.999974, 471399.999974 ], [ 212899.999974, 471599.999974 ], [ 212499.999974, 471599.999974 ], [ 212099.999974, 471499.999974 ], [ 211699.999974, 471799.999974 ], [ 211550.579574, 471799.999974 ], [ 211518.79687399999239, 471788.281274 ], [ 211512.704774, 471799.999974 ], [ 211499.999974, 471799.999974 ], [ 211605.62457399998675, 471483.126274 ], [ 211699.999974, 471199.999974 ], [ 211299.999974, 471399.999974 ], [ 210834.423474, 471555.192174 ], [ 210699.999974, 471599.999974 ], [ 209799.999974, 471499.999974 ], [ 209356.123774, 472032.651474 ], [ 209299.999974, 472099.999974 ], [ 208799.999974, 471899.999974 ], [ 208764.79677399998764, 471888.265574 ], [ 208235.122574, 471711.707574 ], [ 208199.999974, 471699.999974 ], [ 208099.999974, 471399.999974 ], [ 207999.999974, 471299.999974 ], [ 208199.999974, 470899.999974 ], [ 208399.999974, 470599.999974 ], [ 208199.999974, 470299.999974 ], [ 208099.999974, 470199.999974 ], [ 207999.999974, 470299.999974 ], [ 207999.999974, 470699.999974 ], [ 207899.999974, 470899.999974 ], [ 207499.999974, 471099.999974 ], [ 207481.615274, 471109.192374 ], [ 206899.999974, 471399.999974 ], [ 206499.999974, 471999.999974 ], [ 206599.999974, 472499.999974 ], [ 207191.489474, 472992.907874 ], [ 207199.999974, 472999.999974 ], [ 207399.999974, 473199.999974 ], [ 207299.999974, 473499.999974 ], [ 207099.999974, 473699.999974 ], [ 206699.999974, 473399.999974 ], [ 206650.402574, 473429.758474 ], [ 206199.999974, 473699.999974 ], [ 206181.765874, 473706.078074 ], [ 205299.999974, 473999.999974 ], [ 205399.999974, 474599.999974 ], [ 205485.22567399998661, 475026.128474 ], [ 205495.933374, 475079.666674 ], [ 205499.999974, 475099.999974 ], [ 205299.999974, 475299.999974 ], [ 205208.40897399999085, 475941.136974 ], [ 205199.999974, 475999.999974 ], [ 205107.586574, 476277.240374 ], [ 205099.999974, 476299.999974 ], [ 204499.999974, 476899.999974 ], [ 204399.999974, 477199.999974 ], [ 204399.999974, 478099.999974 ], [ 203999.999974, 478599.999974 ], [ 203899.999974, 479099.999974 ], [ 203699.999974, 479499.999974 ], [ 203719.645974, 479484.283274 ], [ 204199.999974, 479099.999974 ], [ 204899.999974, 479199.999974 ], [ 205683.29807399999117, 479493.73677399998996 ], [ 205692.606774, 479497.227574 ], [ 205699.999974, 479499.999974 ], [ 206374.218874, 479788.950974 ], [ 206399.999974, 479799.999974 ], [ 207899.999974, 480199.999974 ], [ 207933.367074, 480213.346874 ], [ 208399.999974, 480399.999974 ], [ 209199.999974, 480399.999974 ], [ 209199.999974, 481099.999974 ], [ 209286.741474, 481099.999974 ], [ 209299.999974, 481099.999974 ], [ 209699.999974, 481099.999974 ], [ 210399.999974, 481199.999974 ], [ 210599.999974, 481299.999974 ], [ 210699.999974, 481699.999974 ], [ 210799.999974, 481799.999974 ], [ 210823.47507399998722, 481798.82627399999183 ], [ 212799.999974, 481699.999974 ], [ 212799.999974, 481099.999974 ], [ 214201.31577399998787, 480144.557474 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0153" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 258999.999974, 478599.999974 ], [ 259199.999974, 478199.999974 ], [ 259499.999974, 478399.999974 ], [ 260899.999974, 478399.999974 ], [ 260999.999974, 478399.999974 ], [ 261668.70057399998768, 477922.356774 ], [ 261699.999974, 477899.999974 ], [ 262999.99997399997665, 476699.999974 ], [ 263099.99997399997665, 475699.999974 ], [ 263109.73187399999006, 475646.474874 ], [ 263299.99997399997665, 474599.999974 ], [ 263108.40457399998559, 473833.618474 ], [ 263099.99997399997665, 473799.999974 ], [ 262799.99997399997665, 473199.999974 ], [ 262799.99997399997665, 472499.999974 ], [ 263157.17257399996743, 472321.413674 ], [ 263199.99997399997665, 472299.999974 ], [ 263586.85277399996994, 471816.43407399998978 ], [ 263599.99997399997665, 471799.999974 ], [ 263899.99997399997665, 471499.999974 ], [ 263799.99997399997665, 470899.999974 ], [ 263799.99997399997665, 470865.783174 ], [ 263799.99997399997665, 470511.757474 ], [ 263799.99997399997665, 470499.999974 ], [ 263499.99997399997665, 469899.999974 ], [ 263301.0672739999718, 469502.134474 ], [ 262999.99997399997665, 468899.999974 ], [ 262699.99997399997665, 468499.999974 ], [ 262699.99997399997665, 468420.916774 ], [ 262699.99997399997665, 468399.999974 ], [ 262699.99997399997665, 468199.999974 ], [ 261999.999974, 466999.999974 ], [ 260799.999974, 466699.999974 ], [ 259299.999974, 466499.999974 ], [ 258899.999974, 466299.999974 ], [ 258899.999974, 465699.999974 ], [ 257799.999974, 464699.999974 ], [ 256399.999974, 464899.999974 ], [ 253599.999974, 465699.999974 ], [ 252599.999974, 465699.999974 ], [ 252042.590574, 465235.492074 ], [ 251999.999974, 465199.999974 ], [ 250825.81717399999616, 466276.334274 ], [ 250799.999974, 466299.999974 ], [ 250030.306674, 467165.905074 ], [ 249999.999974, 467199.999974 ], [ 249299.999974, 467899.999974 ], [ 249299.999974, 469199.999974 ], [ 248799.999974, 469999.999974 ], [ 248499.999974, 470799.999974 ], [ 248533.218574, 470840.600474 ], [ 249399.999974, 471899.999974 ], [ 249099.999974, 472599.999974 ], [ 249286.06937399998424, 472786.069374 ], [ 249299.999974, 472799.999974 ], [ 249300.77517399998032, 472800.620174 ], [ 249799.999974, 473199.999974 ], [ 250699.999974, 472799.999974 ], [ 250715.915574, 472795.225374 ], [ 251659.192874, 472512.242174 ], [ 251699.999974, 472499.999974 ], [ 252499.999974, 472199.999974 ], [ 252699.999974, 473499.999974 ], [ 252708.861374, 473526.584074 ], [ 252799.999974, 473799.999974 ], [ 252812.75077399998554, 473812.750774 ], [ 253099.999974, 474099.999974 ], [ 253141.904374, 474141.904374 ], [ 253299.999974, 474299.999974 ], [ 253331.16737399998237, 474319.833774 ], [ 254371.986374, 474982.17317399999592 ], [ 254399.999974, 474999.999974 ], [ 254199.999974, 475799.999974 ], [ 254399.999974, 476099.999974 ], [ 254399.999974, 476399.999974 ], [ 254199.999974, 476699.999974 ], [ 253599.999974, 477099.999974 ], [ 253616.20647399997688, 477116.206474 ], [ 253984.95637399997213, 477484.956374 ], [ 253999.999974, 477499.999974 ], [ 254199.999974, 477499.999974 ], [ 256099.999974, 477099.999974 ], [ 256599.999974, 477299.999974 ], [ 256747.124473999982, 477545.20737399999052 ], [ 256899.999974, 477799.999974 ], [ 256899.999974, 478099.999974 ], [ 257199.999974, 478299.999974 ], [ 257399.999974, 478299.999974 ], [ 257599.999974, 478199.999974 ], [ 258699.999974, 478599.999974 ], [ 258999.999974, 478599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0158" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 245599.999974, 469499.999974 ], [ 249116.73727399998461, 467979.501374 ], [ 249299.999974, 467899.999974 ], [ 249999.999974, 467199.999974 ], [ 250030.306674, 467165.905074 ], [ 250799.999974, 466299.999974 ], [ 250825.81717399999616, 466276.334274 ], [ 251999.999974, 465199.999974 ], [ 252042.590574, 465235.492074 ], [ 252599.999974, 465699.999974 ], [ 253599.999974, 465699.999974 ], [ 256399.999974, 464899.999974 ], [ 257799.999974, 464699.999974 ], [ 257399.999974, 464299.999974 ], [ 257299.999974, 464099.999974 ], [ 256699.999974, 461599.999974 ], [ 256799.999974, 461299.999974 ], [ 256199.999974, 460899.999974 ], [ 255599.999974, 460199.999974 ], [ 254699.999974, 459999.999974 ], [ 253299.999974, 459899.999974 ], [ 249299.999974, 459799.999974 ], [ 249248.778574, 459799.999974 ], [ 249099.999974, 459799.999974 ], [ 245999.999974, 459699.999974 ], [ 245425.332574, 459987.333774 ], [ 245399.999974, 459999.999974 ], [ 244699.999974, 460299.999974 ], [ 243399.999974, 460499.999974 ], [ 243017.374174, 460691.312874 ], [ 242999.999974, 460699.999974 ], [ 242324.754774, 460989.390874 ], [ 242299.999974, 460999.999974 ], [ 243099.999974, 462199.999974 ], [ 242999.999974, 463799.999974 ], [ 243099.999974, 464199.999974 ], [ 242999.999974, 464699.999974 ], [ 242907.536674, 464884.92667399998754 ], [ 242899.999974, 464899.999974 ], [ 241313.204174, 465693.397874 ], [ 241299.999974, 465699.999974 ], [ 240999.999974, 465899.999974 ], [ 241199.999974, 466199.999974 ], [ 240899.999974, 466699.999974 ], [ 240299.999974, 467199.999974 ], [ 239899.999974, 467199.999974 ], [ 239626.509874, 467473.490074 ], [ 239599.999974, 467499.999974 ], [ 241499.999974, 467999.999974 ], [ 242799.999974, 468599.999974 ], [ 243099.999974, 468499.999974 ], [ 243104.60877399999299, 468499.999974 ], [ 243599.999974, 468499.999974 ], [ 243654.181374, 468494.581874 ], [ 244599.999974, 468399.999974 ], [ 244999.999974, 468699.999974 ], [ 245013.963674, 468718.618274 ], [ 245599.999974, 469499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0160" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 243899.999974, 516599.999974 ], [ 243899.999974, 516399.999974 ], [ 243999.999974, 516399.999974 ], [ 244399.999974, 516299.999974 ], [ 244599.999974, 516399.999974 ], [ 244999.999974, 516099.999974 ], [ 245399.999974, 515599.999974 ], [ 245799.999974, 514999.999974 ], [ 245399.999974, 513099.999974 ], [ 245200.250074, 512101.250174 ], [ 245204.56567399998312, 512096.147774 ], [ 248210.93607399999746, 509559.522674 ], [ 248399.999974, 509399.999974 ], [ 248499.999974, 509299.999974 ], [ 248499.999974, 509099.999974 ], [ 247599.999974, 508799.999974 ], [ 246699.999974, 509099.999974 ], [ 245899.999974, 509199.999974 ], [ 245699.999974, 509099.999974 ], [ 245399.999974, 507899.999974 ], [ 245099.999974, 507599.999974 ], [ 243899.999974, 507899.999974 ], [ 243873.424274, 507902.657574 ], [ 242943.256174, 507995.674374 ], [ 242899.999974, 507999.999974 ], [ 242699.999974, 508099.999974 ], [ 243692.87087399998563, 506014.971074 ], [ 243699.999974, 505999.999974 ], [ 244499.999974, 504499.999974 ], [ 243999.999974, 500599.999974 ], [ 243699.999974, 500599.999974 ], [ 242363.932774, 501363.466974 ], [ 242299.999974, 501399.999974 ], [ 242099.999974, 501599.999974 ], [ 241699.999974, 501299.999974 ], [ 241673.40617399997427, 501281.004374 ], [ 240999.999974, 500799.999974 ], [ 241099.999974, 500199.999974 ], [ 240599.999974, 499699.999974 ], [ 240899.999974, 499299.999974 ], [ 240799.999974, 499099.999974 ], [ 240199.999974, 498899.999974 ], [ 240185.09537399999681, 498899.999974 ], [ 239799.999974, 498899.999974 ], [ 239499.999974, 498999.999974 ], [ 239199.999974, 499199.999974 ], [ 238901.675774, 498986.911274 ], [ 238499.999974, 498699.999974 ], [ 238299.999974, 498299.999974 ], [ 238207.57197399999131, 498392.428074 ], [ 238199.999974, 498399.999974 ], [ 237499.999974, 499799.999974 ], [ 237099.999974, 499899.999974 ], [ 237999.999974, 501199.999974 ], [ 236599.999974, 502199.999974 ], [ 236586.136674, 502208.822074 ], [ 235499.999974, 502899.999974 ], [ 235483.139774, 502916.860274 ], [ 235099.999974, 503299.999974 ], [ 235081.525074, 503327.71237399999518 ], [ 234899.999974, 503599.999974 ], [ 234999.999974, 503699.999974 ], [ 235099.999974, 503899.999974 ], [ 234999.999974, 504099.999974 ], [ 234975.974874, 504108.008374 ], [ 234699.999974, 504199.999974 ], [ 234499.999974, 504199.999974 ], [ 234299.999974, 503699.999974 ], [ 234399.999974, 503499.999974 ], [ 234199.999974, 503399.999974 ], [ 233299.999974, 504099.999974 ], [ 233399.999974, 504299.999974 ], [ 233343.029474, 504641.823174 ], [ 233299.999974, 504899.999974 ], [ 232999.999974, 505199.999974 ], [ 232899.999974, 505199.999974 ], [ 232799.999974, 505299.999974 ], [ 232599.999974, 505899.999974 ], [ 232499.999974, 507099.999974 ], [ 232399.999974, 507499.999974 ], [ 232382.418674, 507535.162574 ], [ 232299.999974, 507699.999974 ], [ 232282.82267399999546, 507742.943274 ], [ 231899.999974, 508699.999974 ], [ 230799.999974, 510399.999974 ], [ 230770.408074, 510375.340074 ], [ 230199.999974, 509899.999974 ], [ 229699.999974, 509599.999974 ], [ 228705.630474, 509599.999974 ], [ 228699.999974, 509599.999974 ], [ 227099.999974, 509599.999974 ], [ 227089.11617399999523, 509599.999974 ], [ 226231.201474, 509599.999974 ], [ 226199.999974, 509599.999974 ], [ 225799.999974, 509799.999974 ], [ 225518.25657399999909, 509799.999974 ], [ 225499.999974, 509799.999974 ], [ 224722.172774, 509702.771574 ], [ 224699.999974, 509699.999974 ], [ 223799.999974, 511999.999974 ], [ 223699.999974, 511999.999974 ], [ 223518.28397399999085, 511999.999974 ], [ 223122.411674, 511999.999974 ], [ 223099.999974, 511999.999974 ], [ 221899.999974, 511999.999974 ], [ 221872.910474, 511999.999974 ], [ 221099.999974, 511999.999974 ], [ 221059.753074, 512001.490674 ], [ 218399.999974, 512099.999974 ], [ 218334.191774, 512330.328774 ], [ 218199.999974, 512799.999974 ], [ 216999.999974, 512599.999974 ], [ 217797.49727399999392, 515989.363574 ], [ 217799.999974, 515999.999974 ], [ 218398.648274, 518693.917374 ], [ 218399.999974, 518699.999974 ], [ 218499.999974, 519299.999974 ], [ 218599.999974, 519399.999974 ], [ 219099.999974, 518999.999974 ], [ 219393.54257399999187, 518804.304974 ], [ 219699.999974, 518599.999974 ], [ 220399.999974, 518099.999974 ], [ 220599.999974, 517999.999974 ], [ 220799.999974, 517999.999974 ], [ 221099.999974, 517799.999974 ], [ 221199.999974, 517599.999974 ], [ 221299.999974, 517099.999974 ], [ 221499.999974, 516499.999974 ], [ 221899.999974, 516099.999974 ], [ 221999.999974, 515199.999974 ], [ 221999.999974, 514799.999974 ], [ 222499.999974, 514299.999974 ], [ 222999.999974, 514599.999974 ], [ 223199.999974, 514899.999974 ], [ 223299.999974, 514899.999974 ], [ 223699.999974, 514799.999974 ], [ 223799.999974, 514799.999974 ], [ 224099.999974, 514999.999974 ], [ 223999.999974, 515299.999974 ], [ 224199.999974, 515399.999974 ], [ 224299.999974, 515299.999974 ], [ 224335.87357399999746, 515282.063174 ], [ 224699.999974, 515099.999974 ], [ 224899.999974, 515099.999974 ], [ 224899.999974, 515299.999974 ], [ 224999.999974, 515499.999974 ], [ 225499.999974, 516099.999974 ], [ 225699.999974, 516199.999974 ], [ 225799.999974, 516099.999974 ], [ 225799.999974, 515699.999974 ], [ 225899.999974, 515299.999974 ], [ 225899.999974, 515199.999974 ], [ 226447.750174, 514834.833274 ], [ 226499.999974, 514799.999974 ], [ 227199.999974, 514599.999974 ], [ 227599.999974, 514799.999974 ], [ 227899.999974, 515699.999974 ], [ 228299.999974, 515799.999974 ], [ 228314.125574, 515792.937174 ], [ 228499.999974, 515699.999974 ], [ 228499.999974, 515399.999974 ], [ 228799.999974, 515199.999974 ], [ 228999.999974, 515099.999974 ], [ 229499.999974, 515099.999974 ], [ 229799.999974, 515199.999974 ], [ 230299.999974, 515099.999974 ], [ 230699.999974, 514999.999974 ], [ 231186.08727399999043, 514611.130174 ], [ 231199.999974, 514599.999974 ], [ 231599.999974, 514699.999974 ], [ 231599.999974, 514818.429374 ], [ 231599.999974, 514924.74287399998866 ], [ 231599.999974, 515186.283074 ], [ 231599.999974, 515199.999974 ], [ 231299.999974, 518099.999974 ], [ 231299.999974, 518118.993674 ], [ 231299.999974, 518299.999974 ], [ 232277.266574, 519179.539974 ], [ 232299.999974, 519199.999974 ], [ 233499.999974, 520199.999974 ], [ 233550.492174, 520233.661374 ], [ 233799.999974, 520399.999974 ], [ 235755.7502739999909, 520888.937574 ], [ 235799.999974, 520899.999974 ], [ 237294.20547399998759, 521298.454774 ], [ 237299.999974, 521299.999974 ], [ 237799.999974, 521399.999974 ], [ 237834.90727399999741, 521399.999974 ], [ 237999.999974, 521399.999974 ], [ 238999.999974, 520999.999974 ], [ 240182.572474, 520408.713774 ], [ 240199.999974, 520399.999974 ], [ 240796.564374, 520101.717774 ], [ 240799.999974, 520099.999974 ], [ 242859.301774, 519217.442074 ], [ 242899.999974, 519199.999974 ], [ 243899.999974, 518899.999974 ], [ 243932.401974, 518887.039174 ], [ 244368.96047399999225, 518712.41577399999369 ], [ 244399.999974, 518699.999974 ], [ 244199.999974, 518399.999974 ], [ 244199.999974, 517899.999974 ], [ 244103.16107399997418, 517222.127174 ], [ 244099.999974, 517199.999974 ], [ 243899.999974, 516599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0163" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 227199.999974, 497599.999974 ], [ 227199.999974, 497499.999974 ], [ 227499.999974, 497499.999974 ], [ 227799.999974, 496799.999974 ], [ 228299.999974, 496199.999974 ], [ 228399.999974, 495899.999974 ], [ 228984.474974, 495412.937474 ], [ 228999.999974, 495399.999974 ], [ 229299.999974, 495299.999974 ], [ 229329.801474, 495295.742674 ], [ 230680.173274, 495102.83237399999052 ], [ 231399.999974, 494999.999974 ], [ 231899.999974, 495099.999974 ], [ 231899.999974, 495199.999974 ], [ 232599.999974, 495399.999974 ], [ 232799.999974, 495999.999974 ], [ 233199.999974, 496399.999974 ], [ 233599.999974, 496599.999974 ], [ 233871.503774, 496518.548874 ], [ 234599.999974, 496299.999974 ], [ 234899.999974, 496099.999974 ], [ 234915.80007399999886, 496084.19997399998829 ], [ 234998.138974, 496001.861074 ], [ 234999.999974, 495999.999974 ], [ 235342.81697399998666, 496068.563374 ], [ 235499.999974, 496099.999974 ], [ 235999.999974, 496399.999974 ], [ 236010.461574, 496405.230774 ], [ 237199.999974, 496999.999974 ], [ 237199.999974, 496406.244874 ], [ 237199.999974, 496399.999974 ], [ 237299.999974, 495299.999974 ], [ 236599.999974, 494699.999974 ], [ 236516.977974, 494450.933874 ], [ 236455.41767399999662, 494435.658074 ], [ 236478.601074, 494375.926174 ], [ 235699.999974, 493499.999974 ], [ 235675.772174, 493499.999974 ], [ 235599.999974, 493499.999974 ], [ 235899.999974, 492799.999974 ], [ 231827.5279739999969, 491508.728374 ], [ 231799.999974, 491499.999974 ], [ 231408.14737399999285, 490324.442274 ], [ 231399.999974, 490299.999974 ], [ 231299.999974, 489999.999974 ], [ 231698.923974, 488803.228174 ], [ 231699.999974, 488799.999974 ], [ 231599.999974, 488799.999974 ], [ 230499.999974, 488199.999974 ], [ 230499.999974, 487199.999974 ], [ 230699.999974, 486799.999974 ], [ 230745.283174, 486794.968574 ], [ 231599.999974, 486699.999974 ], [ 231853.94997399998829, 486657.674974 ], [ 232199.999974, 486599.999974 ], [ 232099.999974, 485899.999974 ], [ 231299.999974, 485899.999974 ], [ 230777.981074, 485567.806174 ], [ 230603.9941739999922, 485412.027174 ], [ 230398.85327399999369, 485241.520474 ], [ 230243.26997399999527, 485227.535474 ], [ 230199.999974, 485199.999974 ], [ 229966.153274, 484576.408774 ], [ 229964.09527399999206, 484570.920674 ], [ 229907.519474, 484420.05187399999704 ], [ 229899.999974, 484399.999974 ], [ 228699.999974, 482599.999974 ], [ 228199.999974, 481899.999974 ], [ 228196.46427399999811, 481900.785674 ], [ 227299.999974, 482099.999974 ], [ 227289.64317399999709, 482102.589174 ], [ 226099.999974, 482399.999974 ], [ 225499.999974, 482499.999974 ], [ 225131.449674, 482407.862474 ], [ 225099.999974, 482399.999974 ], [ 223899.999974, 482099.999974 ], [ 223895.77427399999578, 482099.271374 ], [ 220999.999974, 481599.999974 ], [ 220308.15107399999397, 482786.026774 ], [ 220299.999974, 482799.999974 ], [ 219699.999974, 484699.999974 ], [ 219698.145174, 484705.564374 ], [ 219499.999974, 485299.999974 ], [ 219596.32567399999243, 485685.302574 ], [ 219599.999974, 485699.999974 ], [ 220099.999974, 487299.999974 ], [ 221089.039774, 488091.231874 ], [ 221099.999974, 488099.999974 ], [ 222699.999974, 488499.999974 ], [ 223199.999974, 488499.999974 ], [ 223499.999974, 489499.999974 ], [ 223511.725374, 489535.176174 ], [ 223599.999974, 489799.999974 ], [ 223609.900874, 489839.603374 ], [ 223999.999974, 491399.999974 ], [ 224008.087074, 491444.479174 ], [ 224122.98137399999541, 492076.397574 ], [ 224199.999974, 492499.999974 ], [ 223199.999974, 493799.999974 ], [ 225899.999974, 495099.999974 ], [ 226399.999974, 495599.999974 ], [ 226799.999974, 496399.999974 ], [ 226899.999974, 496799.999974 ], [ 226699.999974, 496899.999974 ], [ 226699.999974, 496999.999974 ], [ 226899.999974, 497599.999974 ], [ 227099.999974, 497599.999974 ], [ 227199.999974, 497599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0164" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 253299.999974, 479499.999974 ], [ 253499.999974, 479399.999974 ], [ 253799.999974, 479399.999974 ], [ 253826.033274, 479399.999974 ], [ 254099.999974, 479399.999974 ], [ 254299.999974, 479299.999974 ], [ 254466.588674, 479244.470474 ], [ 254599.999974, 479000.03227399999741 ], [ 254600.055374, 478999.930674 ], [ 254600.07167399997707, 478999.910374 ], [ 254639.74207399997977, 478950.322474 ], [ 254999.999974, 478499.999974 ], [ 254999.999974, 478099.999974 ], [ 254699.999974, 477699.999974 ], [ 254199.999974, 477499.999974 ], [ 253999.999974, 477499.999974 ], [ 253984.95637399997213, 477484.956374 ], [ 253616.20647399997688, 477116.206474 ], [ 253599.999974, 477099.999974 ], [ 254199.999974, 476699.999974 ], [ 254399.999974, 476399.999974 ], [ 254399.999974, 476099.999974 ], [ 254199.999974, 475799.999974 ], [ 254399.999974, 474999.999974 ], [ 254371.986374, 474982.17317399999592 ], [ 253331.16737399998237, 474319.833774 ], [ 253299.999974, 474299.999974 ], [ 253141.904374, 474141.904374 ], [ 253099.999974, 474099.999974 ], [ 252812.75077399998554, 473812.750774 ], [ 252799.999974, 473799.999974 ], [ 252708.861374, 473526.584074 ], [ 252699.999974, 473499.999974 ], [ 252499.999974, 472199.999974 ], [ 251699.999974, 472499.999974 ], [ 251659.192874, 472512.242174 ], [ 250715.915574, 472795.225374 ], [ 250699.999974, 472799.999974 ], [ 249799.999974, 473199.999974 ], [ 249300.77517399998032, 472800.620174 ], [ 249299.999974, 472799.999974 ], [ 249286.06937399998424, 472786.069374 ], [ 249099.999974, 472599.999974 ], [ 249399.999974, 471899.999974 ], [ 248533.218574, 470840.600474 ], [ 248499.999974, 470799.999974 ], [ 248799.999974, 469999.999974 ], [ 249299.999974, 469199.999974 ], [ 249299.999974, 467899.999974 ], [ 249116.73727399998461, 467979.501374 ], [ 245599.999974, 469499.999974 ], [ 244899.999974, 470699.999974 ], [ 244899.999974, 470999.999974 ], [ 245499.999974, 471699.999974 ], [ 245504.11497399999644, 471721.94647399999667 ], [ 245799.999974, 473299.999974 ], [ 245999.999974, 472999.999974 ], [ 246099.999974, 473099.999974 ], [ 246099.999974, 473199.999974 ], [ 245999.999974, 473699.999974 ], [ 245999.999974, 473899.999974 ], [ 245999.999974, 474199.999974 ], [ 246299.999974, 474599.999974 ], [ 246311.0446739999752, 474603.681574 ], [ 246599.999974, 474699.999974 ], [ 246658.15877399998135, 474696.365074 ], [ 247933.176374, 474616.676474 ], [ 248214.28287399999681, 474614.282874 ], [ 248299.999974, 474699.999974 ], [ 248102.0057739999902, 475689.970974 ], [ 248099.999974, 475699.999974 ], [ 248043.18317399997613, 476154.534474 ], [ 247999.999974, 476499.999974 ], [ 247899.999974, 477299.999974 ], [ 247500.747974, 478098.504174 ], [ 247499.999974, 478099.999974 ], [ 247799.999974, 478199.999974 ], [ 247877.745274, 478235.338774 ], [ 248665.593574, 478593.451674 ], [ 248899.999974, 478699.999974 ], [ 249230.98387399999774, 478994.207874 ], [ 249799.999974, 479499.999974 ], [ 249821.256574, 479514.171074 ], [ 250076.099674, 479684.06647399999201 ], [ 250099.999974, 479699.999974 ], [ 250399.999974, 479999.999974 ], [ 250819.11357399998815, 480083.822674 ], [ 250899.999974, 480099.999974 ], [ 250499.999974, 480599.999974 ], [ 251032.558774, 480777.519574 ], [ 251099.999974, 480799.999974 ], [ 251399.999974, 480999.999974 ], [ 251429.015974, 481116.063874 ], [ 251499.999974, 481399.999974 ], [ 251499.999974, 481401.382374 ], [ 251499.999974, 481599.999974 ], [ 251899.999974, 481499.999974 ], [ 252032.196374, 481411.869074 ], [ 252199.999974, 481299.999974 ], [ 252899.999974, 481099.999974 ], [ 253099.999974, 480799.999974 ], [ 252999.999974, 480599.999974 ], [ 252985.257674, 480585.25767399999313 ], [ 252799.999974, 480399.999974 ], [ 252789.53377399998135, 480368.601474 ], [ 252699.999974, 480099.999974 ], [ 252713.26307399998768, 480060.210774 ], [ 252799.999974, 479799.999974 ], [ 253208.401974, 479554.958774 ], [ 253299.999974, 479499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0166" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 183999.999974, 511199.999974 ], [ 183999.999974, 510899.999974 ], [ 184099.999974, 510899.999974 ], [ 184399.999974, 511099.999974 ], [ 184899.999974, 511199.999974 ], [ 185199.999974, 510999.999974 ], [ 185299.999974, 510999.999974 ], [ 185583.341774, 510716.658174 ], [ 185599.999974, 510699.999974 ], [ 183399.999974, 510799.999974 ], [ 183999.999974, 511299.999974 ], [ 184299.999974, 511399.999974 ], [ 184299.999974, 511199.999974 ], [ 183999.999974, 511199.999974 ] ] ], [ [ [ 195599.999974, 515399.999974 ], [ 195899.999974, 515099.999974 ], [ 195922.83007399999769, 514985.849674 ], [ 195999.999974, 514599.999974 ], [ 195899.999974, 514199.999974 ], [ 195199.999974, 513199.999974 ], [ 194658.822374, 512117.644774 ], [ 194620.659874, 512041.319674 ], [ 194599.999974, 511999.999974 ], [ 194599.999974, 511899.999974 ], [ 194613.654574, 511886.345474 ], [ 194699.999974, 511799.999974 ], [ 194706.580374, 511784.959074 ], [ 195399.999974, 510199.999974 ], [ 195401.552774, 510200.698774 ], [ 197394.857174, 511097.685774 ], [ 197399.999974, 511099.999974 ], [ 198799.999974, 508199.999974 ], [ 196799.999974, 507099.999974 ], [ 197099.999974, 506599.999974 ], [ 197122.84847399999853, 506588.575774 ], [ 197887.45377399999416, 506206.273074 ], [ 197899.999974, 506199.999974 ], [ 198655.25407399999676, 505822.372974 ], [ 198655.25407399999676, 505804.904074 ], [ 198698.250774, 505777.259874 ], [ 198637.329574, 504985.284574 ], [ 198599.999974, 504499.999974 ], [ 198299.999974, 504499.999974 ], [ 198199.999974, 504599.999974 ], [ 197802.626774, 504401.313374 ], [ 197799.999974, 504399.999974 ], [ 197599.999974, 503899.999974 ], [ 197599.999974, 503499.999974 ], [ 197899.999974, 503099.999974 ], [ 198499.999974, 502599.999974 ], [ 198299.999974, 502299.999974 ], [ 198199.999974, 502199.999974 ], [ 197899.999974, 502099.999974 ], [ 197599.999974, 502199.999974 ], [ 197399.999974, 502199.999974 ], [ 197099.999974, 501999.999974 ], [ 196699.999974, 501599.999974 ], [ 195499.999974, 500299.999974 ], [ 195497.255674, 500296.950774 ], [ 194624.969474, 499327.743774 ], [ 194599.999974, 499299.999974 ], [ 194299.999974, 498899.999974 ], [ 194288.493974, 498918.409574 ], [ 193799.999974, 499699.999974 ], [ 193299.999974, 499699.999974 ], [ 192999.999974, 499499.999974 ], [ 192985.512874, 499485.512874 ], [ 192399.999974, 498899.999974 ], [ 191599.999974, 498599.999974 ], [ 191221.854774, 499545.363174 ], [ 191199.999974, 499599.999974 ], [ 190399.999974, 501299.999974 ], [ 189899.999974, 502099.999974 ], [ 189893.20857399998931, 502108.489274 ], [ 188699.999974, 503599.999974 ], [ 188675.68217399998684, 503624.31777399999555 ], [ 188399.999974, 503899.999974 ], [ 188199.999974, 503899.999974 ], [ 187499.999974, 503599.999974 ], [ 187499.999974, 503699.999974 ], [ 187299.999974, 503899.999974 ], [ 187299.999974, 504499.999974 ], [ 187299.999974, 504899.999974 ], [ 186999.999974, 506099.999974 ], [ 186926.055874, 506506.692474 ], [ 186799.999974, 507199.999974 ], [ 186499.999974, 507699.999974 ], [ 186299.999974, 508099.999974 ], [ 185899.999974, 508499.999974 ], [ 185799.999974, 508699.999974 ], [ 185699.999974, 509199.999974 ], [ 185399.999974, 509799.999974 ], [ 185099.999974, 509999.999974 ], [ 184999.999974, 509999.999974 ], [ 184799.999974, 510299.999974 ], [ 184199.999974, 510399.999974 ], [ 183899.999974, 510699.999974 ], [ 185699.999974, 510499.999974 ], [ 185762.721374, 510688.164174 ], [ 185765.473774, 510696.421274 ], [ 185799.999974, 510799.999974 ], [ 185099.999974, 511499.999974 ], [ 185299.999974, 512299.999974 ], [ 185199.999974, 512299.999974 ], [ 185099.999974, 512599.999974 ], [ 185699.999974, 513699.999974 ], [ 185999.999974, 513799.999974 ], [ 189499.999974, 514599.999974 ], [ 189699.999974, 514699.999974 ], [ 190099.999974, 514699.999974 ], [ 190099.999974, 514499.999974 ], [ 190799.999974, 514099.999974 ], [ 190899.999974, 513999.999974 ], [ 191099.999974, 513999.999974 ], [ 191499.999974, 514099.999974 ], [ 191899.999974, 514199.999974 ], [ 192399.999974, 514399.999974 ], [ 192799.999974, 514699.999974 ], [ 193499.999974, 514999.999974 ], [ 193499.999974, 515199.430674 ], [ 193502.68897399998968, 515200.491674 ], [ 193502.68897399998968, 515203.900574 ], [ 193502.68897399998968, 515205.377974 ], [ 193502.68897399998968, 515211.163974 ], [ 193510.870574, 515221.741074 ], [ 193514.989474, 515229.978974 ], [ 193599.999974, 515399.999974 ], [ 193699.999974, 515399.999974 ], [ 194399.999974, 515199.999974 ], [ 195299.999974, 515299.999974 ], [ 195599.999974, 515399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0168" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 263799.99997399997665, 488299.999974 ], [ 265399.99997399997665, 487499.999974 ], [ 269699.99997399997665, 488499.999974 ], [ 269799.99997399997665, 486199.999974 ], [ 268802.27087399997981, 484703.406274 ], [ 268799.99997399997665, 484699.999974 ], [ 268699.99997399997665, 483999.999974 ], [ 268199.99997399997665, 483099.999974 ], [ 268199.99997399997665, 482599.999974 ], [ 268199.99997399997665, 482099.999974 ], [ 267899.99997399997665, 481899.999974 ], [ 267799.99997399997665, 481599.999974 ], [ 267561.76377399999183, 481171.174774 ], [ 267299.99997399997665, 480699.999974 ], [ 266799.99997399997665, 479499.999974 ], [ 266894.45177399995737, 478838.837874 ], [ 266899.99997399997665, 478799.999974 ], [ 267099.99997399997665, 478299.999974 ], [ 267099.99997399997665, 478199.999974 ], [ 266899.99997399997665, 477899.999974 ], [ 266999.99997399997665, 477399.999974 ], [ 267299.99997399997665, 477199.999974 ], [ 267599.99997399997665, 476499.999974 ], [ 267612.81187399994815, 476467.970274 ], [ 267999.99997399997665, 475499.999974 ], [ 269599.99997399997665, 473899.999974 ], [ 269399.99997399997665, 473199.999974 ], [ 267899.99997399997665, 472299.999974 ], [ 266999.99997399997665, 472099.999974 ], [ 266499.99997399997665, 471999.999974 ], [ 265700.36687399999937, 472299.862474 ], [ 265699.99997399997665, 472299.999974 ], [ 265399.99997399997665, 472399.999974 ], [ 264499.99997399997665, 472199.999974 ], [ 263899.99997399997665, 471499.999974 ], [ 263599.99997399997665, 471799.999974 ], [ 263586.85277399996994, 471816.43407399998978 ], [ 263199.99997399997665, 472299.999974 ], [ 263157.17257399996743, 472321.413674 ], [ 262799.99997399997665, 472499.999974 ], [ 262799.99997399997665, 473199.999974 ], [ 263099.99997399997665, 473799.999974 ], [ 263108.40457399998559, 473833.618474 ], [ 263299.99997399997665, 474599.999974 ], [ 263109.73187399999006, 475646.474874 ], [ 263099.99997399997665, 475699.999974 ], [ 262999.99997399997665, 476699.999974 ], [ 261699.999974, 477899.999974 ], [ 261668.70057399998768, 477922.356774 ], [ 260999.999974, 478399.999974 ], [ 260899.999974, 478399.999974 ], [ 260699.999974, 479199.999974 ], [ 260999.999974, 479199.999974 ], [ 261399.999974, 479399.999974 ], [ 261099.999974, 480099.999974 ], [ 261499.999974, 480999.999974 ], [ 261518.465674, 481036.931274 ], [ 261599.999974, 481199.999974 ], [ 261499.999974, 481799.999974 ], [ 261597.89287399998284, 482191.571574 ], [ 261542.392474, 482191.49177399999462 ], [ 261599.999974, 482222.748874 ], [ 261599.999974, 482399.999974 ], [ 261299.999974, 482599.999974 ], [ 261099.999974, 482699.999974 ], [ 260499.999974, 482799.999974 ], [ 260699.999974, 483899.999974 ], [ 261199.999974, 483899.999974 ], [ 261799.999974, 483999.999974 ], [ 261599.999974, 484499.999974 ], [ 261599.999974, 484599.999974 ], [ 261617.91997399998945, 484626.879974 ], [ 262199.99997399997665, 485499.999974 ], [ 262225.43657399999211, 485512.718274 ], [ 262599.99997399997665, 485699.999974 ], [ 262899.99997399997665, 485699.999974 ], [ 262299.99997399997665, 487399.999974 ], [ 262799.14907399995718, 489196.936574 ], [ 262811.36387399997329, 489189.772574 ], [ 263799.99997399997665, 488299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0171" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 189499.999974, 514599.999974 ], [ 185999.999974, 513799.999974 ], [ 187099.999974, 514299.999974 ], [ 187499.999974, 514399.999974 ], [ 187899.999974, 514499.999974 ], [ 188899.999974, 514899.999974 ], [ 189199.999974, 514799.999974 ], [ 189499.999974, 514599.999974 ] ] ], [ [ [ 179399.999974, 539199.999974 ], [ 181799.999974, 536799.999974 ], [ 181993.784174, 535831.07937399996445 ], [ 181999.999974, 535799.999974 ], [ 182099.999974, 535199.999974 ], [ 182499.999974, 535499.999974 ], [ 183099.999974, 534499.999974 ], [ 183596.754874, 534003.245174 ], [ 183599.999974, 533999.999974 ], [ 184099.999974, 533499.999974 ], [ 184099.999974, 533099.999974 ], [ 185290.07827399999951, 533199.17317400011234 ], [ 185299.999974, 533199.999974 ], [ 186199.999974, 533099.999974 ], [ 186383.231674, 533008.384174 ], [ 186999.999974, 532699.999974 ], [ 187012.315674, 532691.789574 ], [ 188199.999974, 531899.999974 ], [ 188975.7606739999901, 531221.209374 ], [ 188999.999974, 531199.999974 ], [ 189487.989574, 530712.010474 ], [ 189499.999974, 530699.999974 ], [ 189599.999974, 530599.999974 ], [ 189999.999974, 530599.999974 ], [ 191099.999974, 529499.999974 ], [ 191109.91017399998964, 529475.224474 ], [ 191699.999974, 527999.999974 ], [ 192405.39067399999476, 525972.687474 ], [ 192405.424774, 525971.903874 ], [ 192405.761774, 525970.934974 ], [ 192499.999974, 525525.925774 ], [ 192499.999974, 525399.999974 ], [ 192529.32867399998941, 525387.43057399999816 ], [ 193146.08437399999821, 525123.106674 ], [ 193199.999974, 525099.999974 ], [ 193399.999974, 524599.999974 ], [ 193559.75877399998717, 524280.482474 ], [ 193599.999974, 524199.999974 ], [ 194099.999974, 523599.999974 ], [ 194099.999974, 523099.999974 ], [ 193899.999974, 522699.999974 ], [ 193199.999974, 522099.999974 ], [ 192999.999974, 522199.999974 ], [ 192806.91077399998903, 522006.91077399998903 ], [ 192799.999974, 521999.999974 ], [ 192365.767774, 521457.2097739999881 ], [ 191999.999974, 520999.999974 ], [ 191899.999974, 520799.999974 ], [ 191999.999974, 520499.999974 ], [ 192010.245074, 520479.509874 ], [ 192099.999974, 520299.999974 ], [ 192399.999974, 520299.999974 ], [ 192399.999974, 520499.999974 ], [ 192499.999974, 520499.999974 ], [ 193299.999974, 520199.999974 ], [ 193699.999974, 520199.999974 ], [ 194199.999974, 520099.999974 ], [ 194231.928774, 520072.062274 ], [ 194999.999974, 519399.999974 ], [ 195199.999974, 519199.999974 ], [ 195399.999974, 518799.999974 ], [ 194299.999974, 517199.999974 ], [ 194099.999974, 516999.999974 ], [ 188711.38217399999849, 515104.004874 ], [ 188699.999974, 515099.999974 ], [ 185199.999974, 513999.999974 ], [ 181003.024574, 513999.999974 ], [ 180999.999974, 513999.999974 ], [ 179599.999974, 513999.999974 ], [ 179599.999974, 513699.999974 ], [ 178899.999974, 513999.999974 ], [ 173699.999974, 513999.999974 ], [ 173399.999974, 514099.999974 ], [ 172999.999974, 514199.999974 ], [ 172899.999974, 514199.999974 ], [ 172799.999974, 514299.999974 ], [ 172899.999974, 514399.999974 ], [ 171399.999974, 516699.999974 ], [ 171384.49657399998978, 516725.838974 ], [ 170499.999974, 518199.999974 ], [ 170504.001274, 518198.999674 ], [ 170535.48437399999239, 518245.468774 ], [ 170660.39127399999416, 518159.902174 ], [ 170685.70317399999476, 518142.562474 ], [ 170724.35937399999239, 518117.499974 ], [ 170755.64067399999476, 518102.343774 ], [ 170795.812474, 518087.468774 ], [ 170829.85937399999239, 518076.124974 ], [ 170889.593774, 518063.531274 ], [ 170951.82817399999476, 518059.312474 ], [ 171253.07817399999476, 518056.874974 ], [ 171253.456674, 518099.999974 ], [ 171299.999974, 518099.999974 ], [ 172699.999974, 517999.999974 ], [ 172799.999974, 518599.999974 ], [ 172329.20607399998698, 519259.111474 ], [ 172299.999974, 519299.999974 ], [ 173099.999974, 519899.999974 ], [ 172199.999974, 521199.999974 ], [ 172200.98747399999411, 521204.937474 ], [ 172299.999974, 521699.999974 ], [ 171099.999974, 521699.999974 ], [ 170199.999974, 521599.999974 ], [ 169899.999974, 521599.999974 ], [ 169199.999974, 520999.999974 ], [ 168899.999974, 520999.999974 ], [ 168999.999974, 523899.999974 ], [ 168999.999974, 523901.505074 ], [ 168999.999974, 528980.070274 ], [ 168999.999974, 528999.999974 ], [ 168999.999974, 530599.999974 ], [ 169099.999974, 530999.999974 ], [ 171599.999974, 534999.999974 ], [ 171613.691174, 535022.05797399999574 ], [ 173399.999974, 537899.999974 ], [ 173699.999974, 538199.999974 ], [ 174199.999974, 538399.999974 ], [ 174399.999974, 538399.999974 ], [ 175799.999974, 538599.999974 ], [ 176299.999974, 538599.999974 ], [ 176399.999974, 538599.999974 ], [ 176799.999974, 538699.999974 ], [ 176999.999974, 538999.999974 ], [ 177799.999974, 538699.999974 ], [ 177899.999974, 538799.999974 ], [ 177699.999974, 539699.999974 ], [ 177729.48247399998945, 539692.137974 ], [ 179199.999974, 539299.999974 ], [ 179234.707574, 539282.646174000110477 ], [ 179399.999974, 539199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0173" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 260699.999974, 483899.999974 ], [ 260499.999974, 482799.999974 ], [ 261099.999974, 482699.999974 ], [ 261299.999974, 482599.999974 ], [ 261599.999974, 482399.999974 ], [ 261599.999974, 482222.748874 ], [ 261542.392474, 482191.49177399999462 ], [ 261597.89287399998284, 482191.571574 ], [ 261499.999974, 481799.999974 ], [ 261599.999974, 481199.999974 ], [ 261518.465674, 481036.931274 ], [ 261499.999974, 480999.999974 ], [ 261099.999974, 480099.999974 ], [ 261399.999974, 479399.999974 ], [ 260999.999974, 479199.999974 ], [ 260699.999974, 479199.999974 ], [ 260899.999974, 478399.999974 ], [ 259499.999974, 478399.999974 ], [ 259199.999974, 478199.999974 ], [ 258999.999974, 478599.999974 ], [ 257799.999974, 479499.999974 ], [ 257499.999974, 479299.999974 ], [ 256829.659374, 479587.288874 ], [ 256799.999974, 479599.999974 ], [ 256299.999974, 479899.999974 ], [ 255799.999974, 479799.999974 ], [ 255399.999974, 479999.999974 ], [ 255499.999974, 480799.999974 ], [ 255662.627574, 480989.732174 ], [ 256099.999974, 481499.999974 ], [ 256599.999974, 481499.999974 ], [ 256605.562474, 481522.249974 ], [ 256799.999974, 482299.999974 ], [ 257064.258874, 482564.258874 ], [ 257199.999974, 482699.999974 ], [ 257764.06797399997595, 482982.033974 ], [ 257799.999974, 482999.999974 ], [ 257999.999974, 483299.999974 ], [ 258099.999974, 483899.999974 ], [ 258599.999974, 483799.999974 ], [ 258899.999974, 483599.999974 ], [ 259266.34147399998619, 483599.999974 ], [ 259299.999974, 483599.999974 ], [ 260155.507474, 483504.943574 ], [ 260199.999974, 483499.999974 ], [ 260295.49337399998331, 483881.973674 ], [ 260299.999974, 483899.999974 ], [ 260699.999974, 483899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0175" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 221059.753074, 512001.490674 ], [ 221099.999974, 511999.999974 ], [ 221872.910474, 511999.999974 ], [ 221899.999974, 511999.999974 ], [ 223099.999974, 511999.999974 ], [ 223122.411674, 511999.999974 ], [ 223518.28397399999085, 511999.999974 ], [ 223699.999974, 511999.999974 ], [ 223799.999974, 511999.999974 ], [ 224699.999974, 509699.999974 ], [ 224722.172774, 509702.771574 ], [ 225499.999974, 509799.999974 ], [ 225518.25657399999909, 509799.999974 ], [ 225799.999974, 509799.999974 ], [ 226199.999974, 509599.999974 ], [ 226231.201474, 509599.999974 ], [ 227089.11617399999523, 509599.999974 ], [ 227099.999974, 509599.999974 ], [ 228699.999974, 509599.999974 ], [ 228705.630474, 509599.999974 ], [ 229699.999974, 509599.999974 ], [ 230199.999974, 509899.999974 ], [ 230770.408074, 510375.340074 ], [ 230799.999974, 510399.999974 ], [ 231899.999974, 508699.999974 ], [ 232282.82267399999546, 507742.943274 ], [ 232299.999974, 507699.999974 ], [ 232382.418674, 507535.162574 ], [ 232399.999974, 507499.999974 ], [ 232499.999974, 507099.999974 ], [ 232599.999974, 505899.999974 ], [ 232799.999974, 505299.999974 ], [ 232899.999974, 505199.999974 ], [ 232999.999974, 505199.999974 ], [ 233299.999974, 504899.999974 ], [ 233343.029474, 504641.823174 ], [ 233399.999974, 504299.999974 ], [ 233299.999974, 504099.999974 ], [ 234199.999974, 503399.999974 ], [ 234399.999974, 503499.999974 ], [ 234299.999974, 503699.999974 ], [ 234499.999974, 504199.999974 ], [ 234699.999974, 504199.999974 ], [ 234975.974874, 504108.008374 ], [ 234999.999974, 504099.999974 ], [ 235099.999974, 503899.999974 ], [ 234999.999974, 503699.999974 ], [ 234899.999974, 503599.999974 ], [ 235081.525074, 503327.71237399999518 ], [ 235099.999974, 503299.999974 ], [ 235483.139774, 502916.860274 ], [ 235499.999974, 502899.999974 ], [ 236586.136674, 502208.822074 ], [ 236599.999974, 502199.999974 ], [ 237999.999974, 501199.999974 ], [ 237099.999974, 499899.999974 ], [ 235599.999974, 500299.999974 ], [ 235548.874274, 500308.520974 ], [ 235030.021574, 500394.996374 ], [ 234999.999974, 500399.999974 ], [ 234299.999974, 500599.999974 ], [ 232899.999974, 500799.999974 ], [ 232885.29247399998712, 500801.54817399999592 ], [ 231313.818074, 500966.966474 ], [ 230999.999974, 500999.999974 ], [ 230993.510474, 500964.307474 ], [ 230809.714374, 499953.428974 ], [ 230799.999974, 499899.999974 ], [ 230299.999974, 499699.999974 ], [ 230298.5163739999989, 499699.109874 ], [ 229799.999974, 499399.999974 ], [ 229099.999974, 499399.999974 ], [ 228199.999974, 499099.999974 ], [ 227999.999974, 498899.999974 ], [ 227999.999974, 498699.999974 ], [ 227799.999974, 498599.999974 ], [ 227399.999974, 498499.999974 ], [ 227499.999974, 498699.999974 ], [ 227393.89667399998871, 498567.370874 ], [ 227099.999974, 498199.999974 ], [ 227099.999974, 498001.054474 ], [ 227099.999974, 497999.999974 ], [ 227299.999974, 497599.999974 ], [ 227199.999974, 497599.999974 ], [ 227099.999974, 497599.999974 ], [ 226899.999974, 497599.999974 ], [ 226699.999974, 496999.999974 ], [ 226699.999974, 496899.999974 ], [ 226899.999974, 496799.999974 ], [ 226799.999974, 496399.999974 ], [ 226399.999974, 495599.999974 ], [ 225899.999974, 495099.999974 ], [ 223199.999974, 493799.999974 ], [ 222599.999974, 493999.999974 ], [ 222799.999974, 495099.999974 ], [ 222599.999974, 495199.999974 ], [ 222199.999974, 495999.999974 ], [ 221999.999974, 495899.999974 ], [ 221899.999974, 496199.999974 ], [ 222399.999974, 496999.999974 ], [ 219940.2270739999949, 496999.999974 ], [ 219899.999974, 496999.999974 ], [ 219998.804474, 499173.699274 ], [ 219999.999974, 499199.999974 ], [ 219999.999974, 499599.999974 ], [ 220000.131074, 499648.658574 ], [ 219999.999974, 499775.007974 ], [ 219999.999974, 499799.999974 ], [ 219299.999974, 502599.999974 ], [ 219199.999974, 503199.999974 ], [ 219099.999974, 504199.999974 ], [ 219198.750174, 504199.999974 ], [ 219499.999974, 504199.999974 ], [ 219899.999974, 503999.999974 ], [ 219939.561274, 504039.561274 ], [ 219999.999974, 504099.999974 ], [ 220599.999974, 504299.999974 ], [ 221099.999974, 504499.999974 ], [ 220513.93667399999686, 506258.189974 ], [ 220499.999974, 506299.999974 ], [ 219999.999974, 507699.999974 ], [ 219982.528974, 507745.861374 ], [ 219199.999974, 509799.999974 ], [ 219199.999974, 509807.671574 ], [ 219199.999974, 509999.999974 ], [ 219197.34837399999378, 510007.071074 ], [ 218599.999974, 511599.999974 ], [ 218599.637874, 511600.905274 ], [ 218399.999974, 512099.999974 ], [ 221059.753074, 512001.490674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0177" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 208199.999974, 498199.999974 ], [ 208499.999974, 498099.999974 ], [ 208699.999974, 498399.999974 ], [ 209299.999974, 498199.999974 ], [ 210270.085174, 498199.999974 ], [ 210270.19387399998959, 498199.999974 ], [ 210299.999974, 498199.999974 ], [ 210399.999974, 498199.999974 ], [ 210999.999974, 497799.999974 ], [ 211058.41687399998773, 497799.999974 ], [ 211199.999974, 497799.999974 ], [ 212699.999974, 497899.999974 ], [ 213324.005374, 497721.712774 ], [ 213399.999974, 497699.999974 ], [ 213899.999974, 497599.999974 ], [ 215007.406374, 497144.009174 ], [ 215327.624374, 497012.15467399999034 ], [ 215599.999974, 496899.999974 ], [ 215599.999974, 495899.999974 ], [ 216399.999974, 495799.999974 ], [ 216399.999974, 495399.999974 ], [ 216400.79127399998833, 495393.669874 ], [ 216499.999974, 494599.999974 ], [ 216699.999974, 494499.999974 ], [ 217199.999974, 494599.999974 ], [ 217291.68477399999392, 494141.576074 ], [ 217299.999974, 494099.999974 ], [ 218099.999974, 494299.999974 ], [ 218588.95937399999821, 494104.416274 ], [ 218599.999974, 494099.999974 ], [ 219399.999974, 493399.999974 ], [ 219599.999974, 493699.999974 ], [ 220099.999974, 493499.999974 ], [ 220499.999974, 493399.999974 ], [ 220899.999974, 493599.999974 ], [ 220899.999974, 493899.999974 ], [ 221699.999974, 493799.999974 ], [ 222599.999974, 493799.999974 ], [ 222599.999974, 493998.35937399999239 ], [ 222599.999974, 493999.999974 ], [ 223199.999974, 493799.999974 ], [ 224199.999974, 492499.999974 ], [ 224122.98137399999541, 492076.397574 ], [ 224008.087074, 491444.479174 ], [ 223999.999974, 491399.999974 ], [ 223609.900874, 489839.603374 ], [ 223599.999974, 489799.999974 ], [ 223511.725374, 489535.176174 ], [ 223499.999974, 489499.999974 ], [ 223199.999974, 488499.999974 ], [ 222699.999974, 488499.999974 ], [ 221099.999974, 488099.999974 ], [ 221089.039774, 488091.231874 ], [ 220099.999974, 487299.999974 ], [ 219599.999974, 485699.999974 ], [ 219596.32567399999243, 485685.302574 ], [ 219499.999974, 485299.999974 ], [ 219698.145174, 484705.564374 ], [ 219699.999974, 484699.999974 ], [ 220299.999974, 482799.999974 ], [ 220308.15107399999397, 482786.026774 ], [ 220999.999974, 481599.999974 ], [ 220799.999974, 481299.999974 ], [ 220791.466374, 481291.466374 ], [ 220099.999974, 480599.999974 ], [ 219099.999974, 479699.999974 ], [ 217699.999974, 479599.999974 ], [ 217678.52987399999984, 479599.999974 ], [ 214999.999974, 479599.999974 ], [ 214201.31577399998787, 480144.557474 ], [ 212799.999974, 481099.999974 ], [ 212799.999974, 481699.999974 ], [ 212899.999974, 482599.999974 ], [ 212599.999974, 482699.999974 ], [ 212599.999974, 483399.999974 ], [ 212799.999974, 483899.999974 ], [ 212060.711874, 484557.145074 ], [ 211899.999974, 484699.999974 ], [ 211552.5334739999962, 484786.866674 ], [ 211499.999974, 484799.999974 ], [ 210199.999974, 485199.999974 ], [ 210189.805174, 485240.779174 ], [ 210099.999974, 485599.999974 ], [ 209999.999974, 485999.999974 ], [ 209599.999974, 486599.999974 ], [ 209599.999974, 487799.999974 ], [ 209999.999974, 487699.999974 ], [ 210099.999974, 487399.999974 ], [ 210299.999974, 487299.999974 ], [ 210399.999974, 487399.999974 ], [ 210599.999974, 487999.999974 ], [ 210592.067874, 488011.898274 ], [ 210399.999974, 488299.999974 ], [ 210399.999974, 488699.999974 ], [ 210499.999974, 488899.999974 ], [ 210599.999974, 489099.999974 ], [ 210600.35137399999076, 489099.960974 ], [ 211499.999974, 488999.999974 ], [ 211599.999974, 488899.999974 ], [ 212299.999974, 489399.999974 ], [ 212393.18657399999211, 489586.373274 ], [ 212399.999974, 489599.999974 ], [ 212499.999974, 489999.999974 ], [ 212499.999974, 490299.999974 ], [ 211799.999974, 491499.999974 ], [ 212395.25327399998787, 493186.550974 ], [ 212399.999974, 493199.999974 ], [ 211699.999974, 493299.999974 ], [ 211689.16087399999378, 493301.204374 ], [ 210799.999974, 493399.999974 ], [ 210799.999974, 493699.999974 ], [ 210099.999974, 493599.999974 ], [ 209799.999974, 493699.999974 ], [ 209699.999974, 494199.999974 ], [ 208799.999974, 493999.999974 ], [ 207399.999974, 496499.999974 ], [ 207199.999974, 496399.999974 ], [ 206999.999974, 497299.999974 ], [ 206934.741974, 497376.134374 ], [ 206399.999974, 497999.999974 ], [ 206899.999974, 498399.999974 ], [ 206916.98977399998694, 498408.494874 ], [ 207699.999974, 498799.999974 ], [ 208199.999974, 498199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0180" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 207499.999974, 521599.999974 ], [ 208799.999974, 521099.999974 ], [ 208899.999974, 521399.999974 ], [ 208623.91317399998661, 521860.144674 ], [ 208599.999974, 521899.999974 ], [ 208999.999974, 521999.999974 ], [ 209099.999974, 521699.999974 ], [ 209399.999974, 521299.999974 ], [ 209499.999974, 521299.999974 ], [ 209599.999974, 521599.999974 ], [ 209699.999974, 521799.999974 ], [ 209724.243974, 521824.243974 ], [ 210099.999974, 522199.999974 ], [ 210899.999974, 522399.999974 ], [ 211099.999974, 522399.999974 ], [ 211299.999974, 522399.999974 ], [ 211299.999974, 522199.999974 ], [ 211573.599974, 522040.399974 ], [ 212499.999974, 521499.999974 ], [ 212899.999974, 521599.999974 ], [ 213199.999974, 521299.999974 ], [ 213299.999974, 521099.999974 ], [ 213199.999974, 520899.999974 ], [ 213499.999974, 520599.999974 ], [ 214399.999974, 520599.999974 ], [ 214399.999974, 520417.456174 ], [ 214399.999974, 520399.999974 ], [ 214399.999974, 520299.999974 ], [ 214699.999974, 520099.999974 ], [ 214899.999974, 520099.999974 ], [ 214999.999974, 520299.999974 ], [ 215199.999974, 520499.999974 ], [ 215299.999974, 520499.999974 ], [ 215682.18367399999988, 520308.908174 ], [ 215699.999974, 520299.999974 ], [ 215799.999974, 520099.999974 ], [ 215999.999974, 519899.999974 ], [ 216013.46977399999741, 519896.632574 ], [ 216399.999974, 519799.999974 ], [ 216399.999974, 519899.999974 ], [ 216599.999974, 520299.999974 ], [ 216899.999974, 520299.999974 ], [ 217099.999974, 520299.999974 ], [ 217399.999974, 520299.999974 ], [ 217699.999974, 520499.999974 ], [ 217799.999974, 520599.999974 ], [ 218299.999974, 520699.999974 ], [ 218499.999974, 520599.999974 ], [ 218699.999974, 520299.999974 ], [ 218599.999974, 519999.999974 ], [ 218499.999974, 519899.999974 ], [ 218499.999974, 519599.999974 ], [ 218599.999974, 519399.999974 ], [ 218499.999974, 519299.999974 ], [ 218399.999974, 518699.999974 ], [ 218398.648274, 518693.917374 ], [ 217799.999974, 515999.999974 ], [ 217797.49727399999392, 515989.363574 ], [ 216999.999974, 512599.999974 ], [ 216135.886474, 512407.974774 ], [ 216099.999974, 512399.999974 ], [ 215499.999974, 512299.999974 ], [ 215099.999974, 512299.999974 ], [ 214699.999974, 512299.999974 ], [ 214692.0731739999901, 512297.357774 ], [ 214099.999974, 512099.999974 ], [ 214005.068574, 512005.068574 ], [ 213999.999974, 511999.999974 ], [ 211699.999974, 511399.999974 ], [ 211699.04147399999783, 511399.808274 ], [ 210199.999974, 511099.999974 ], [ 209665.940674, 511099.999974 ], [ 209603.11117399999057, 511099.999974 ], [ 209599.999974, 511099.999974 ], [ 208899.999974, 511399.999974 ], [ 208529.332774, 511399.999974 ], [ 208499.999974, 511399.999974 ], [ 206768.4090739999956, 511140.26137399999425 ], [ 206499.999974, 511099.999974 ], [ 206499.999974, 510999.999974 ], [ 205399.999974, 510699.999974 ], [ 205214.21237399999518, 511257.362774 ], [ 205199.999974, 511299.999974 ], [ 204999.999974, 511899.999974 ], [ 204799.999974, 512299.999974 ], [ 203699.999974, 513099.999974 ], [ 203674.937474, 513137.593774 ], [ 203499.999974, 513399.999974 ], [ 203699.999974, 513499.999974 ], [ 203499.999974, 514099.999974 ], [ 203699.999974, 514399.999974 ], [ 203699.999974, 514699.999974 ], [ 203499.999974, 515599.999974 ], [ 203199.999974, 515599.999974 ], [ 202999.999974, 516199.999974 ], [ 203099.999974, 516699.999974 ], [ 203099.999974, 516714.38137399998959 ], [ 203002.683374, 516750.089674 ], [ 203099.999974, 516757.988574 ], [ 203099.999974, 516799.999974 ], [ 203399.999974, 517299.999974 ], [ 203499.999974, 517999.999974 ], [ 203499.999974, 518978.45607399998698 ], [ 203499.999974, 518999.999974 ], [ 203499.999974, 519099.999974 ], [ 204599.999974, 519999.999974 ], [ 204499.999974, 520299.999974 ], [ 204699.999974, 520399.999974 ], [ 205299.999974, 520799.999974 ], [ 205599.999974, 520999.999974 ], [ 205599.999974, 521299.999974 ], [ 206299.999974, 521699.999974 ], [ 206699.999974, 522099.999974 ], [ 206899.999974, 522599.999974 ], [ 206899.999974, 522799.999974 ], [ 207199.999974, 522999.999974 ], [ 207799.999974, 522599.999974 ], [ 207899.999974, 522399.999974 ], [ 207897.05067399999825, 522394.83867399999872 ], [ 207499.999974, 521699.999974 ], [ 207499.999974, 521599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0183" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 245799.999974, 499599.999974 ], [ 247799.999974, 498199.999974 ], [ 248099.999974, 498199.999974 ], [ 248119.18607399999746, 498193.604674 ], [ 249299.999974, 497799.999974 ], [ 252499.999974, 497899.999974 ], [ 252546.83037399998284, 497897.073074 ], [ 254099.999974, 497799.999974 ], [ 254699.999974, 497899.999974 ], [ 254599.999974, 496799.999974 ], [ 254699.999974, 496799.999974 ], [ 254702.45897399997921, 496800.983574 ], [ 255199.999974, 496999.999974 ], [ 257099.999974, 496499.999974 ], [ 258299.999974, 495999.999974 ], [ 260699.999974, 495299.999974 ], [ 261099.999974, 495499.999974 ], [ 261139.35997399999178, 495303.19997399998829 ], [ 261086.999974, 495025.999974 ], [ 261076.89657399998396, 494999.999974 ], [ 260599.999974, 494999.999974 ], [ 259799.999974, 495199.999974 ], [ 257299.999974, 494899.999974 ], [ 257273.51577399999951, 494893.888274 ], [ 254703.932474, 494300.907474 ], [ 254699.999974, 494299.999974 ], [ 254599.999974, 492899.999974 ], [ 254624.613874, 492869.232674 ], [ 254999.999974, 492399.999974 ], [ 255379.47247399998014, 492115.395674 ], [ 255399.999974, 492099.999974 ], [ 255404.457174, 492001.941574 ], [ 255499.999974, 489899.999974 ], [ 255499.999974, 487199.999974 ], [ 255024.42827399997623, 486819.542674 ], [ 254999.999974, 486799.999974 ], [ 254799.999974, 486999.999974 ], [ 253699.999974, 487099.999974 ], [ 252403.96987399997306, 487299.389274 ], [ 252399.999974, 487299.999974 ], [ 252225.773274, 487212.886674 ], [ 252199.999974, 487199.999974 ], [ 251699.999974, 486999.999974 ], [ 250109.28247399997781, 486701.74047399999108 ], [ 250099.999974, 486699.999974 ], [ 249799.999974, 485599.999974 ], [ 249499.999974, 485199.999974 ], [ 248699.999974, 484799.999974 ], [ 248599.999974, 484699.999974 ], [ 248499.999974, 483599.999974 ], [ 248199.999974, 483299.999974 ], [ 247899.999974, 483299.999974 ], [ 247707.93687399997725, 483588.09477399999741 ], [ 247699.999974, 483599.999974 ], [ 247399.999974, 483999.999974 ], [ 246799.999974, 484299.999974 ], [ 245899.999974, 484499.999974 ], [ 245399.999974, 484599.999974 ], [ 245099.999974, 484799.999974 ], [ 245169.32547399998293, 484869.325474 ], [ 245199.999974, 484899.999974 ], [ 245799.999974, 485799.999974 ], [ 245799.999974, 486799.999974 ], [ 245599.999974, 486899.999974 ], [ 245506.280874, 487274.876474 ], [ 245499.999974, 487299.999974 ], [ 245499.999974, 487399.999974 ], [ 245499.01297399998293, 487403.948074 ], [ 245299.999974, 488199.999974 ], [ 244810.99097399998573, 488493.405374 ], [ 244799.999974, 488499.999974 ], [ 244799.999974, 488599.999974 ], [ 244590.18477399999392, 489124.538074 ], [ 244199.999974, 490099.999974 ], [ 244284.564974, 490353.694874 ], [ 244299.999974, 490399.999974 ], [ 242599.999974, 492499.999974 ], [ 242199.999974, 492899.999974 ], [ 242445.079974, 493635.239874 ], [ 242498.288174, 493794.864474 ], [ 242499.999974, 493799.999974 ], [ 242799.999974, 494099.999974 ], [ 242499.999974, 494899.999974 ], [ 242399.999974, 495599.999974 ], [ 242699.999974, 495899.999974 ], [ 243099.999974, 496199.999974 ], [ 243499.999974, 496299.999974 ], [ 243519.266174, 496299.999974 ], [ 243699.999974, 496299.999974 ], [ 244012.049174, 496736.868774 ], [ 244199.999974, 496999.999974 ], [ 244199.999974, 497399.999974 ], [ 244680.12717399999383, 498456.27987399999984 ], [ 244699.999974, 498499.999974 ], [ 244899.868974, 498999.672374 ], [ 244899.999974, 498999.999974 ], [ 245399.999974, 499799.999974 ], [ 245799.999974, 499599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0184" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 172799.999974, 518599.999974 ], [ 172699.999974, 517999.999974 ], [ 171299.999974, 518099.999974 ], [ 171253.456674, 518099.999974 ], [ 171253.07817399999476, 518056.874974 ], [ 170951.82817399999476, 518059.312474 ], [ 170889.593774, 518063.531274 ], [ 170829.85937399999239, 518076.124974 ], [ 170795.812474, 518087.468774 ], [ 170755.64067399999476, 518102.343774 ], [ 170724.35937399999239, 518117.499974 ], [ 170685.70317399999476, 518142.562474 ], [ 170660.39127399999416, 518159.902174 ], [ 170535.48437399999239, 518245.468774 ], [ 170504.001274, 518198.999674 ], [ 170499.999974, 518199.999974 ], [ 169499.999974, 518799.999974 ], [ 169112.313774, 519284.607874 ], [ 169099.999974, 519299.999974 ], [ 168899.999974, 519499.999974 ], [ 168899.999974, 519533.380974 ], [ 168899.999974, 520289.687674 ], [ 168899.999974, 520299.999974 ], [ 168899.999974, 520999.999974 ], [ 169199.999974, 520999.999974 ], [ 169899.999974, 521599.999974 ], [ 170199.999974, 521599.999974 ], [ 171099.999974, 521699.999974 ], [ 172299.999974, 521699.999974 ], [ 172200.98747399999411, 521204.937474 ], [ 172199.999974, 521199.999974 ], [ 173099.999974, 519899.999974 ], [ 172299.999974, 519299.999974 ], [ 172329.20607399998698, 519259.111474 ], [ 172799.999974, 518599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0189" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 238999.999974, 482699.999974 ], [ 238599.999974, 481999.999974 ], [ 238299.999974, 481599.999974 ], [ 237999.999974, 481199.999974 ], [ 238299.999974, 481199.999974 ], [ 238399.999974, 481299.999974 ], [ 238569.42077399999835, 481215.28967399999965 ], [ 238599.999974, 481199.999974 ], [ 238799.999974, 480799.999974 ], [ 238299.999974, 480699.999974 ], [ 238999.999974, 480499.999974 ], [ 239899.999974, 479999.999974 ], [ 239499.999974, 478699.999974 ], [ 238599.999974, 477299.999974 ], [ 238575.213874, 477265.29947399999946 ], [ 238127.479674, 476638.471574 ], [ 238099.999974, 476599.999974 ], [ 237499.999974, 476599.999974 ], [ 236899.999974, 476499.999974 ], [ 236889.29877399999532, 476497.324674 ], [ 236099.999974, 476299.999974 ], [ 235604.676374, 476498.129474 ], [ 235599.999974, 476499.999974 ], [ 235299.999974, 476699.999974 ], [ 234599.999974, 477899.999974 ], [ 234599.999974, 477967.897974 ], [ 234599.999974, 477999.999974 ], [ 234299.999974, 478399.999974 ], [ 234499.999974, 478899.999974 ], [ 234575.87707399998908, 479127.631274 ], [ 234599.999974, 479199.999974 ], [ 234499.999974, 479699.999974 ], [ 234199.999974, 481099.999974 ], [ 234184.97457399999257, 481152.588974 ], [ 233999.999974, 481799.999974 ], [ 233788.808174, 481659.205474 ], [ 233699.999974, 481599.999974 ], [ 233399.999974, 481499.999974 ], [ 233347.716874, 481534.855374 ], [ 233124.92667399998754, 481683.382274 ], [ 233099.999974, 481699.999974 ], [ 232999.999974, 481799.999974 ], [ 232996.48267399999895, 481805.627774 ], [ 232555.659974, 482510.943974 ], [ 232499.999974, 482599.999974 ], [ 232099.999974, 482499.999974 ], [ 230799.999974, 482299.999974 ], [ 230545.197874, 482299.999974 ], [ 230499.999974, 482299.999974 ], [ 228699.999974, 482599.999974 ], [ 229899.999974, 484399.999974 ], [ 229907.519474, 484420.05187399999704 ], [ 229964.09527399999206, 484570.920674 ], [ 229966.153274, 484576.408774 ], [ 230199.999974, 485199.999974 ], [ 230243.26997399999527, 485227.535474 ], [ 230398.85327399999369, 485241.520474 ], [ 230603.9941739999922, 485412.027174 ], [ 230777.981074, 485567.806174 ], [ 231299.999974, 485899.999974 ], [ 232099.999974, 485899.999974 ], [ 232199.999974, 486599.999974 ], [ 231853.94997399998829, 486657.674974 ], [ 231599.999974, 486699.999974 ], [ 230745.283174, 486794.968574 ], [ 230699.999974, 486799.999974 ], [ 230499.999974, 487199.999974 ], [ 230499.999974, 488199.999974 ], [ 231599.999974, 488799.999974 ], [ 231699.999974, 488799.999974 ], [ 231698.923974, 488803.228174 ], [ 231299.999974, 489999.999974 ], [ 231399.999974, 490299.999974 ], [ 231408.14737399999285, 490324.442274 ], [ 231799.999974, 491499.999974 ], [ 231827.5279739999969, 491508.728374 ], [ 235899.999974, 492799.999974 ], [ 236199.999974, 491999.999974 ], [ 236212.147774, 491971.287174 ], [ 237299.999974, 489399.999974 ], [ 237301.80007399999886, 489397.299874 ], [ 237499.999974, 489099.999974 ], [ 237999.999974, 487799.999974 ], [ 238099.999974, 487299.999974 ], [ 238299.999974, 487199.999974 ], [ 238361.4597739999881, 487169.270174 ], [ 238499.999974, 487099.999974 ], [ 238687.84037399999215, 486818.239474 ], [ 238699.999974, 486799.999974 ], [ 238599.999974, 486099.999974 ], [ 238564.91507399998954, 486082.457474 ], [ 238422.20547399998759, 486011.102674 ], [ 238399.999974, 485999.999974 ], [ 237999.999974, 484799.999974 ], [ 237499.999974, 484599.999974 ], [ 237599.999974, 484299.999974 ], [ 237631.993274, 484244.011774 ], [ 237972.36927399999695, 483648.353774 ], [ 237999.999974, 483599.999974 ], [ 238399.999974, 483399.999974 ], [ 238401.56047399999807, 483398.829674 ], [ 238799.999974, 483099.999974 ], [ 238985.236374, 482729.52727399999276 ], [ 238999.999974, 482699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0193" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 208899.999974, 511399.999974 ], [ 209599.999974, 511099.999974 ], [ 209603.11117399999057, 511099.999974 ], [ 209665.940674, 511099.999974 ], [ 210199.999974, 511099.999974 ], [ 210499.999974, 509999.999974 ], [ 210798.390274, 509204.292674 ], [ 210799.999974, 509199.999974 ], [ 209908.41627399998833, 506921.508174 ], [ 209899.999974, 506899.999974 ], [ 209418.416074, 505744.198574 ], [ 209399.999974, 505699.999974 ], [ 209683.47697399999015, 505227.538474 ], [ 209699.999974, 505199.999974 ], [ 209199.999974, 504199.999974 ], [ 209190.205174, 504186.94017399998847 ], [ 208899.999974, 503799.999974 ], [ 208399.999974, 503799.999974 ], [ 209099.999974, 502499.999974 ], [ 209389.23557399999117, 501728.705074 ], [ 209399.999974, 501699.999974 ], [ 209699.999974, 501399.999974 ], [ 210199.999974, 501199.999974 ], [ 210199.999974, 500899.999974 ], [ 210199.999974, 500699.999974 ], [ 210169.43587399998796, 500669.435874 ], [ 209999.999974, 500499.999974 ], [ 209699.999974, 500099.999974 ], [ 209799.999974, 499799.999974 ], [ 209699.999974, 499599.999974 ], [ 209344.885274, 499457.954074 ], [ 208699.999974, 499199.999974 ], [ 208299.999974, 499099.999974 ], [ 207699.999974, 498799.999974 ], [ 206916.98977399998694, 498408.494874 ], [ 206899.999974, 498399.999974 ], [ 206399.999974, 497999.999974 ], [ 206934.741974, 497376.134374 ], [ 206999.999974, 497299.999974 ], [ 207199.999974, 496399.999974 ], [ 206699.999974, 495499.999974 ], [ 205943.22717399999965, 495121.613574 ], [ 205899.999974, 495099.999974 ], [ 205534.83357399998931, 495099.999974 ], [ 205499.999974, 495099.999974 ], [ 204899.999974, 495199.999974 ], [ 204099.999974, 494999.999974 ], [ 203799.999974, 495199.999974 ], [ 203599.999974, 495499.999974 ], [ 203699.999974, 496499.999974 ], [ 203599.999974, 497799.999974 ], [ 203409.063874, 498277.340274 ], [ 203399.999974, 498299.999974 ], [ 202699.999974, 498999.999974 ], [ 201399.999974, 499699.999974 ], [ 200937.037474, 500255.554974 ], [ 200899.999974, 500299.999974 ], [ 200800.72457399999257, 500498.550774 ], [ 200799.999974, 500499.999974 ], [ 200499.999974, 501299.999974 ], [ 200299.999974, 501499.999974 ], [ 200296.36677399999462, 501503.027674 ], [ 199699.999974, 501999.999974 ], [ 199679.871374, 502015.096474 ], [ 199299.999974, 502299.999974 ], [ 198499.999974, 502599.999974 ], [ 197899.999974, 503099.999974 ], [ 197599.999974, 503499.999974 ], [ 197599.999974, 503899.999974 ], [ 197799.999974, 504399.999974 ], [ 197802.626774, 504401.313374 ], [ 198199.999974, 504599.999974 ], [ 198299.999974, 504499.999974 ], [ 198599.999974, 504499.999974 ], [ 198637.329574, 504985.284574 ], [ 198698.250774, 505777.259874 ], [ 198655.25407399999676, 505804.904074 ], [ 198655.25407399999676, 505822.372974 ], [ 197899.999974, 506199.999974 ], [ 197887.45377399999416, 506206.273074 ], [ 197122.84847399999853, 506588.575774 ], [ 197099.999974, 506599.999974 ], [ 196799.999974, 507099.999974 ], [ 198799.999974, 508199.999974 ], [ 198799.999974, 508099.999974 ], [ 200799.999974, 509099.999974 ], [ 201299.999974, 508099.999974 ], [ 201316.68977399999858, 508088.873474 ], [ 201599.999974, 507899.999974 ], [ 201630.995674, 507881.402574 ], [ 202099.999974, 507599.999974 ], [ 202599.999974, 507399.999974 ], [ 202601.496974, 507401.746474 ], [ 203199.999974, 508099.999974 ], [ 203399.999974, 508699.999974 ], [ 203400.97587399999611, 508701.951774 ], [ 203573.46487399999751, 509046.929674 ], [ 203599.999974, 509099.999974 ], [ 203999.999974, 509099.999974 ], [ 204099.999974, 508399.999974 ], [ 204599.999974, 507999.999974 ], [ 204999.999974, 507899.999974 ], [ 205291.648074, 507899.999974 ], [ 205299.999974, 507899.999974 ], [ 206099.999974, 507399.999974 ], [ 207899.999974, 508899.999974 ], [ 207499.999974, 509699.999974 ], [ 207199.999974, 510599.999974 ], [ 207099.999974, 510799.999974 ], [ 206499.999974, 510999.999974 ], [ 206499.999974, 511099.999974 ], [ 206768.4090739999956, 511140.26137399999425 ], [ 208499.999974, 511399.999974 ], [ 208529.332774, 511399.999974 ], [ 208899.999974, 511399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0196" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 198999.999974, 436599.999974 ], [ 199499.999974, 436299.999974 ], [ 199699.999974, 436399.999974 ], [ 199758.37037399999099, 436458.370374 ], [ 199799.999974, 436499.999974 ], [ 200099.999974, 436399.999974 ], [ 200299.999974, 436199.999974 ], [ 201099.999974, 436299.999974 ], [ 201199.999974, 436499.999974 ], [ 201799.999974, 436399.999974 ], [ 202595.607974, 436399.999974 ], [ 202599.999974, 436399.999974 ], [ 202999.999974, 436299.999974 ], [ 203016.172874, 436293.068774 ], [ 203699.999974, 435999.999974 ], [ 203499.999974, 435599.999974 ], [ 203699.999974, 435199.999974 ], [ 203899.999974, 434899.999974 ], [ 204493.677874, 434603.161074 ], [ 204499.999974, 434599.999974 ], [ 204304.893474, 434014.68037399998866 ], [ 204299.999974, 433999.999974 ], [ 204499.999974, 433899.999974 ], [ 205099.999974, 433999.999974 ], [ 205399.999974, 433899.999974 ], [ 205899.999974, 433699.999974 ], [ 206599.999974, 433299.999974 ], [ 206985.64127399999416, 432528.717474 ], [ 206999.999974, 432499.999974 ], [ 207099.999974, 431699.999974 ], [ 207114.322774, 431671.35457399999723 ], [ 207199.999974, 431499.999974 ], [ 207599.999974, 431099.999974 ], [ 207899.999974, 431099.999974 ], [ 208699.999974, 430599.999974 ], [ 208699.999974, 430499.999974 ], [ 208499.999974, 430299.999974 ], [ 208499.999974, 429699.999974 ], [ 208599.999974, 429399.999974 ], [ 208699.999974, 428299.999974 ], [ 207799.999974, 428699.999974 ], [ 206699.999974, 428999.999974 ], [ 204617.29137399999308, 429099.176574 ], [ 204599.999974, 429099.999974 ], [ 204099.999974, 429199.999974 ], [ 203499.999974, 429499.999974 ], [ 202299.999974, 430499.999974 ], [ 201599.999974, 430999.999974 ], [ 200999.999974, 431399.999974 ], [ 200965.580374, 431409.834174 ], [ 200299.999974, 431599.999974 ], [ 199903.02417399999104, 431930.813174 ], [ 199699.999974, 432099.999974 ], [ 199399.999974, 432499.999974 ], [ 199099.999974, 432999.999974 ], [ 198899.999974, 433599.999974 ], [ 198888.38937399999122, 433646.442274 ], [ 198699.999974, 434399.999974 ], [ 198697.698974, 434402.301074 ], [ 198299.999974, 434799.999974 ], [ 197199.999974, 435499.999974 ], [ 196321.06027399998857, 436183.619774 ], [ 196299.999974, 436199.999974 ], [ 196299.999974, 436299.999974 ], [ 196399.999974, 436299.999974 ], [ 196699.999974, 436199.999974 ], [ 197007.49297399999341, 436251.248874 ], [ 197299.999974, 436299.999974 ], [ 197699.999974, 436499.999974 ], [ 198499.999974, 436599.999974 ], [ 198560.519174, 436599.999974 ], [ 198999.999974, 436599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0197" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 235499.999974, 443499.999974 ], [ 236199.999974, 443299.999974 ], [ 236599.999974, 443399.999974 ], [ 237599.999974, 443299.999974 ], [ 237759.549674, 443299.999974 ], [ 237799.999974, 443299.999974 ], [ 238599.999974, 443099.999974 ], [ 238602.1136739999929, 443099.626974 ], [ 240299.999974, 442799.999974 ], [ 240699.999974, 442599.999974 ], [ 240999.999974, 442299.999974 ], [ 241099.999974, 441999.999974 ], [ 240699.999974, 441599.999974 ], [ 240399.999974, 440899.999974 ], [ 240599.999974, 440699.999974 ], [ 240752.991374, 440470.512974 ], [ 240799.40787399999681, 440400.888174 ], [ 240799.999974, 440399.999974 ], [ 240705.78207399998792, 439740.47457399999257 ], [ 240699.999974, 439699.999974 ], [ 240599.999974, 439599.999974 ], [ 240699.999974, 439299.999974 ], [ 241099.999974, 438999.999974 ], [ 241107.14677399999346, 438992.853174 ], [ 241399.999974, 438699.999974 ], [ 241799.999974, 438599.999974 ], [ 241999.999974, 438599.999974 ], [ 242099.999974, 438599.999974 ], [ 242099.999974, 438699.999974 ], [ 242299.999974, 438699.999974 ], [ 242499.999974, 438599.999974 ], [ 242499.999974, 438299.999974 ], [ 242475.937474, 438275.937474 ], [ 242399.999974, 438199.999974 ], [ 242399.999974, 438099.999974 ], [ 242799.999974, 437199.999974 ], [ 243199.999974, 436899.999974 ], [ 242099.999974, 436299.999974 ], [ 241099.999974, 435799.999974 ], [ 240799.999974, 435499.999974 ], [ 240399.999974, 435399.999974 ], [ 240199.999974, 435599.999974 ], [ 239899.999974, 435399.999974 ], [ 239863.38397399999667, 435387.794674 ], [ 237499.999974, 434599.999974 ], [ 236399.999974, 433999.999974 ], [ 236381.03587399999378, 433981.035874 ], [ 235799.999974, 433399.999974 ], [ 235599.999974, 433199.999974 ], [ 235199.999974, 433499.999974 ], [ 235199.999974, 433699.999974 ], [ 234599.999974, 433499.999974 ], [ 234399.999974, 433099.999974 ], [ 233699.999974, 432599.999974 ], [ 233299.999974, 432299.999974 ], [ 232651.04317399999127, 432207.29187399998773 ], [ 232599.999974, 432199.999974 ], [ 231799.999974, 431599.999974 ], [ 231799.999974, 431576.129274 ], [ 231799.999974, 431299.999974 ], [ 231699.999974, 430999.999974 ], [ 230399.999974, 430399.999974 ], [ 230334.843774, 430356.562474 ], [ 229799.999974, 429999.999974 ], [ 229199.999974, 430199.999974 ], [ 229499.999974, 430699.999974 ], [ 229699.999974, 431199.999974 ], [ 230099.999974, 431999.999974 ], [ 230399.999974, 432399.999974 ], [ 230493.405174, 432680.215674 ], [ 230499.999974, 432699.999974 ], [ 230499.999974, 432899.999974 ], [ 230299.999974, 433199.999974 ], [ 230199.999974, 433899.999974 ], [ 230199.999974, 434499.999974 ], [ 229912.909374, 435361.271974 ], [ 229899.999974, 435399.999974 ], [ 229727.60197399999015, 435917.193974 ], [ 229699.999974, 435999.999974 ], [ 230399.999974, 436299.999974 ], [ 230799.999974, 436599.999974 ], [ 230999.999974, 436899.999974 ], [ 230999.999974, 437099.999974 ], [ 231099.999974, 437399.999974 ], [ 230999.999974, 437999.999974 ], [ 231099.999974, 438199.999974 ], [ 231114.29007399998954, 438238.106874 ], [ 231399.999974, 438999.999974 ], [ 231499.999974, 439499.999974 ], [ 231725.89977399999043, 440102.399374 ], [ 231799.999974, 440299.999974 ], [ 232699.999974, 440599.999974 ], [ 232799.999974, 440899.999974 ], [ 232799.999974, 441156.020174 ], [ 232799.999974, 441199.999974 ], [ 232899.999974, 441399.999974 ], [ 233699.999974, 442199.999974 ], [ 233399.999974, 442599.999974 ], [ 234772.68907399999443, 443384.39377399999648 ], [ 234799.999974, 443399.999974 ], [ 235199.999974, 443499.999974 ], [ 235208.73187399999006, 443499.999974 ], [ 235499.999974, 443499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0200" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 196299.999974, 477499.999974 ], [ 196099.999974, 476399.999974 ], [ 196115.40897399999085, 476399.999974 ], [ 196399.999974, 476399.999974 ], [ 197266.447474, 476592.543874 ], [ 197299.999974, 476599.999974 ], [ 198799.999974, 476699.999974 ], [ 198999.999974, 476599.999974 ], [ 198799.999974, 476099.999974 ], [ 198899.999974, 475899.999974 ], [ 199299.999974, 475799.999974 ], [ 199199.999974, 475499.999974 ], [ 199399.999974, 475299.999974 ], [ 199399.999974, 474999.999974 ], [ 199310.822374, 474732.467074 ], [ 199309.406274, 474732.593774 ], [ 199267.406274, 474728.593774 ], [ 199269.315474, 474699.999974 ], [ 198999.999974, 474699.999974 ], [ 198999.999974, 474099.999974 ], [ 198995.667274, 474089.168074 ], [ 198799.999974, 473599.999974 ], [ 198799.999974, 472499.999974 ], [ 199195.59357399999863, 472005.507974 ], [ 199199.999974, 471999.999974 ], [ 199299.999974, 471799.999974 ], [ 199199.999974, 471699.999974 ], [ 199199.999974, 471663.039774 ], [ 199199.999974, 471271.522774 ], [ 199199.999974, 470899.999974 ], [ 199699.999974, 470899.999974 ], [ 200099.999974, 470599.999974 ], [ 200099.999974, 470499.999974 ], [ 200103.980874, 470464.171974 ], [ 200199.999974, 469599.999974 ], [ 200299.999974, 469299.999974 ], [ 200599.999974, 468299.999974 ], [ 200695.73207399999956, 467821.339474 ], [ 200699.999974, 467799.999974 ], [ 200599.999974, 467699.999974 ], [ 200409.04577399999835, 466936.183274 ], [ 200399.999974, 466899.999974 ], [ 200299.999974, 466399.999974 ], [ 200999.999974, 465599.999974 ], [ 201199.999974, 465099.999974 ], [ 201209.415474, 465071.753674 ], [ 201293.6871739999915, 464818.938374 ], [ 201299.999974, 464799.999974 ], [ 201394.979174, 464230.124974 ], [ 201399.999974, 464199.999974 ], [ 201499.999974, 463899.999974 ], [ 201484.74727399999392, 463861.86807399999816 ], [ 201299.999974, 463399.999974 ], [ 201599.999974, 463099.999974 ], [ 201610.847574, 463083.728674 ], [ 201999.999974, 462499.999974 ], [ 202026.559374, 462433.601674 ], [ 202199.999974, 461999.999974 ], [ 202299.999974, 461399.999974 ], [ 201922.836474, 461022.836474 ], [ 201899.999974, 460999.999974 ], [ 201699.999974, 460599.999974 ], [ 200499.999974, 459799.999974 ], [ 200497.01567399999476, 459794.031374 ], [ 200492.77537399998982, 459785.550674 ], [ 200199.999974, 459199.999974 ], [ 199699.999974, 458699.999974 ], [ 199399.999974, 458099.999974 ], [ 199369.32497399998829, 457961.962474 ], [ 199199.999974, 457199.999974 ], [ 199299.999974, 456899.999974 ], [ 199299.999974, 456599.999974 ], [ 199099.999974, 456499.999974 ], [ 198199.999974, 455199.999974 ], [ 197599.999974, 454099.999974 ], [ 196299.999974, 454699.999974 ], [ 195399.999974, 454599.999974 ], [ 194799.999974, 454499.999974 ], [ 194599.999974, 454399.999974 ], [ 193999.999974, 453999.999974 ], [ 193299.999974, 454499.999974 ], [ 193399.999974, 455899.999974 ], [ 193563.468674, 456799.077474 ], [ 193599.999974, 456999.999974 ], [ 193299.999974, 456899.999974 ], [ 190899.999974, 456999.999974 ], [ 190849.740174, 457025.129874 ], [ 190099.999974, 457399.999974 ], [ 188999.999974, 457699.999974 ], [ 188499.999974, 458599.999974 ], [ 188475.44517399999313, 458636.832174 ], [ 188353.207074, 458820.189474 ], [ 187699.999974, 459799.999974 ], [ 187699.999974, 459986.536574 ], [ 187699.999974, 459999.999974 ], [ 187402.249474, 461985.003774 ], [ 187399.999974, 461999.999974 ], [ 187396.32027399999788, 462014.718774 ], [ 187316.709674, 462333.161274 ], [ 187299.999974, 462399.999974 ], [ 186399.999974, 462699.999974 ], [ 183899.999974, 462699.999974 ], [ 183899.999974, 464399.999974 ], [ 183399.999974, 465499.999974 ], [ 184099.999974, 466399.999974 ], [ 183199.999974, 467499.999974 ], [ 182750.78337399999145, 467679.68667399999686 ], [ 182699.999974, 467699.999974 ], [ 179899.999974, 467399.999974 ], [ 179899.745674, 467400.327074 ], [ 179199.999974, 468299.999974 ], [ 178499.999974, 468999.999974 ], [ 178304.611074, 469781.555774 ], [ 178299.999974, 469799.999974 ], [ 178299.999974, 470199.999974 ], [ 178821.237874, 470257.915274 ], [ 179199.999974, 470299.999974 ], [ 179299.999974, 470699.999974 ], [ 178999.999974, 471599.999974 ], [ 178499.999974, 471599.999974 ], [ 178399.999974, 472399.999974 ], [ 178199.999974, 472799.999974 ], [ 179571.822374, 473093.961974 ], [ 179599.999974, 473099.999974 ], [ 180499.999974, 473399.999974 ], [ 180482.95627399999648, 473449.000774 ], [ 179699.999974, 475699.999974 ], [ 179899.999974, 475799.999974 ], [ 181299.999974, 475899.999974 ], [ 181331.73677399998996, 475899.999974 ], [ 182654.639874, 475899.999974 ], [ 182699.999974, 475899.999974 ], [ 183899.999974, 475899.999974 ], [ 184399.999974, 476099.999974 ], [ 184699.999974, 476199.999974 ], [ 185199.999974, 475999.999974 ], [ 186099.999974, 475599.999974 ], [ 186599.999974, 475699.999974 ], [ 186899.999974, 474799.999974 ], [ 187299.999974, 474299.999974 ], [ 187326.534974, 474326.534974 ], [ 187799.999974, 474799.999974 ], [ 188599.999974, 475299.999974 ], [ 191499.999974, 476099.999974 ], [ 191510.78157399999327, 476103.593874 ], [ 192058.553474, 476286.184474 ], [ 192099.999974, 476299.999974 ], [ 192399.999974, 476399.999974 ], [ 193999.999974, 476199.999974 ], [ 194660.69577399999253, 476266.069574 ], [ 194756.31227399999625, 476275.631174 ], [ 194999.999974, 476299.999974 ], [ 195499.999974, 477099.999974 ], [ 195592.46237399999518, 477469.849674 ], [ 195593.71367399999872, 477474.854874 ], [ 195599.999974, 477499.999974 ], [ 196199.999974, 477699.999974 ], [ 196299.999974, 477599.999974 ], [ 196299.999974, 477502.764074 ], [ 196299.999974, 477499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0202" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 193099.999974, 452799.999974 ], [ 192699.999974, 451299.999974 ], [ 192999.999974, 447099.999974 ], [ 193072.40667399999802, 447027.593274 ], [ 193186.711574, 446913.288474 ], [ 193199.999974, 446899.999974 ], [ 193499.999974, 446599.999974 ], [ 193597.40787399999681, 446307.776374 ], [ 193599.999974, 446299.999974 ], [ 193695.813774, 446012.558574 ], [ 193699.999974, 445999.999974 ], [ 193799.999974, 445799.999974 ], [ 193999.999974, 445199.999974 ], [ 194016.410074, 445175.384974 ], [ 194030.556474, 445154.165274 ], [ 194397.672874, 444603.490674 ], [ 194399.999974, 444599.999974 ], [ 194559.648774, 444440.351274 ], [ 194599.999974, 444399.999974 ], [ 195099.999974, 444199.999974 ], [ 195125.35457399999723, 444185.511674 ], [ 195780.487774, 443811.14987399999518 ], [ 195799.999974, 443799.999974 ], [ 196399.999974, 443099.999974 ], [ 194799.999974, 442799.999974 ], [ 194311.62717399999383, 442506.976274 ], [ 194299.999974, 442499.999974 ], [ 193899.999974, 441999.999974 ], [ 193699.999974, 441299.999974 ], [ 193699.999974, 440699.999974 ], [ 194099.999974, 440099.999974 ], [ 193099.999974, 440899.999974 ], [ 192699.999974, 441499.999974 ], [ 192681.954174, 441493.984674 ], [ 192399.999974, 441399.999974 ], [ 192399.999974, 441099.999974 ], [ 192392.55007399999886, 441047.850474 ], [ 192299.999974, 440399.999974 ], [ 192265.651974, 440399.999974 ], [ 191744.79447399999481, 440399.999974 ], [ 191699.999974, 440399.999974 ], [ 191299.999974, 440299.999974 ], [ 191025.06167399999686, 439841.769474 ], [ 191004.86787399998866, 439808.113174 ], [ 190999.999974, 439799.999974 ], [ 191099.999974, 439699.999974 ], [ 190399.999974, 438499.999974 ], [ 190099.999974, 438599.999974 ], [ 189999.999974, 438599.999974 ], [ 189962.754374, 438606.207574 ], [ 189399.999974, 438699.999974 ], [ 189106.191874, 438846.904074 ], [ 188799.999974, 438999.999974 ], [ 188776.78337399999145, 439013.929974 ], [ 188299.999974, 439299.999974 ], [ 187620.75697399998899, 439494.069474 ], [ 187599.999974, 439499.999974 ], [ 187099.999974, 439599.999974 ], [ 187055.053774, 439599.999974 ], [ 187013.379374, 439599.999974 ], [ 186999.999974, 439599.999974 ], [ 186799.999974, 439699.999974 ], [ 186799.999974, 439499.999974 ], [ 185399.999974, 439699.999974 ], [ 185399.999974, 440299.999974 ], [ 185432.370274, 440591.332274 ], [ 185443.886574, 440694.978974 ], [ 185499.999974, 441199.999974 ], [ 185699.999974, 441699.999974 ], [ 185796.779274, 442280.6755739999935 ], [ 185799.999974, 442299.999974 ], [ 185799.999974, 442899.999974 ], [ 186299.999974, 442799.999974 ], [ 187083.36977399999159, 442506.236374 ], [ 187099.999974, 442499.999974 ], [ 187399.999974, 442399.999974 ], [ 187699.999974, 442499.999974 ], [ 187999.999974, 442699.999974 ], [ 188189.68037399998866, 443079.36067399999592 ], [ 188199.999974, 443099.999974 ], [ 188099.999974, 443199.999974 ], [ 187899.999974, 443499.999974 ], [ 187896.752574, 443519.484574 ], [ 187799.999974, 444099.999974 ], [ 187799.999974, 444104.978874 ], [ 187799.999974, 444208.387874 ], [ 187799.999974, 444459.014174 ], [ 187799.999974, 444899.999974 ], [ 187708.95807399999467, 445355.209874 ], [ 187699.999974, 445399.999974 ], [ 187199.999974, 445399.999974 ], [ 186599.999974, 445599.999974 ], [ 185599.999974, 445699.999974 ], [ 185583.10147399999551, 445699.999974 ], [ 185499.999974, 445699.999974 ], [ 185466.45737399999052, 445708.385674 ], [ 184699.999974, 445899.999974 ], [ 184667.207274, 445910.930974 ], [ 183809.12047399999574, 446196.959874 ], [ 183799.999974, 446199.999974 ], [ 183599.999974, 446299.999974 ], [ 183599.999974, 446576.406574 ], [ 183599.999974, 446599.999974 ], [ 183799.999974, 447099.999974 ], [ 183899.999974, 447899.999974 ], [ 184199.999974, 448499.999974 ], [ 184999.999974, 449699.999974 ], [ 185003.813074, 449705.507774 ], [ 185899.999974, 450999.999974 ], [ 186699.999974, 451599.999974 ], [ 186723.16817399999127, 451599.999974 ], [ 187399.999974, 451599.999974 ], [ 188899.999974, 451299.999974 ], [ 190099.999974, 451399.999974 ], [ 189999.999974, 452899.999974 ], [ 190799.999974, 452799.999974 ], [ 193199.999974, 454499.999974 ], [ 193299.999974, 454499.999974 ], [ 193999.999974, 453999.999974 ], [ 193099.999974, 452799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0203" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 178399.999974, 472399.999974 ], [ 178499.999974, 471599.999974 ], [ 178999.999974, 471599.999974 ], [ 179299.999974, 470699.999974 ], [ 179199.999974, 470299.999974 ], [ 178821.237874, 470257.915274 ], [ 178299.999974, 470199.999974 ], [ 178299.999974, 469799.999974 ], [ 178304.611074, 469781.555774 ], [ 178499.999974, 468999.999974 ], [ 179199.999974, 468299.999974 ], [ 179899.745674, 467400.327074 ], [ 179899.999974, 467399.999974 ], [ 182699.999974, 467699.999974 ], [ 182750.78337399999145, 467679.68667399999686 ], [ 183199.999974, 467499.999974 ], [ 184099.999974, 466399.999974 ], [ 183399.999974, 465499.999974 ], [ 183899.999974, 464399.999974 ], [ 183899.999974, 462699.999974 ], [ 182199.999974, 462599.999974 ], [ 181499.999974, 462699.999974 ], [ 180699.999974, 462199.999974 ], [ 179399.999974, 462299.999974 ], [ 178892.439974, 462236.554974 ], [ 178860.93237399999634, 462232.616574 ], [ 177799.999974, 462099.999974 ], [ 177899.999974, 461199.999974 ], [ 177599.999974, 460999.999974 ], [ 176599.999974, 460799.999974 ], [ 175899.999974, 461099.999974 ], [ 175699.999974, 460999.999974 ], [ 175399.999974, 460799.999974 ], [ 175299.999974, 460499.999974 ], [ 175295.354874, 460498.451674 ], [ 174999.999974, 460399.999974 ], [ 174699.999974, 460599.999974 ], [ 174299.999974, 460799.999974 ], [ 174099.999974, 460599.999974 ], [ 173799.999974, 460499.999974 ], [ 173759.69577399999253, 460493.799374 ], [ 172499.999974, 460299.999974 ], [ 172199.999974, 460299.999974 ], [ 171099.999974, 459999.999974 ], [ 170699.999974, 459999.999974 ], [ 170683.619374, 459991.809674 ], [ 170099.999974, 459699.999974 ], [ 170091.26747399999294, 459699.999974 ], [ 169699.999974, 459699.999974 ], [ 168917.543574, 459504.385874 ], [ 168899.999974, 459499.999974 ], [ 168499.999974, 459299.999974 ], [ 168099.999974, 459199.999974 ], [ 167499.999974, 459299.999974 ], [ 167476.891074, 459299.999974 ], [ 167199.999974, 459299.999974 ], [ 167196.936974, 459299.999974 ], [ 166999.999974, 459299.999974 ], [ 166399.999974, 458399.999974 ], [ 166199.999974, 458199.999974 ], [ 165899.999974, 458099.999974 ], [ 166199.999974, 457499.999974 ], [ 164899.999974, 457099.999974 ], [ 164499.999974, 456999.999974 ], [ 164099.999974, 456899.999974 ], [ 163899.999974, 456899.999974 ], [ 163819.219974, 457061.560174 ], [ 163799.999974, 457099.999974 ], [ 163399.999974, 457699.999974 ], [ 162799.999974, 458099.999974 ], [ 162299.999974, 458099.999974 ], [ 161799.999974, 458599.999974 ], [ 161899.999974, 458699.999974 ], [ 162699.999974, 458699.999974 ], [ 162899.999974, 458499.999974 ], [ 162999.999974, 458399.999974 ], [ 163299.999974, 458399.999974 ], [ 163202.330774, 458595.338374 ], [ 163199.999974, 458599.999974 ], [ 163099.999974, 459099.999974 ], [ 162999.999974, 459099.999974 ], [ 162952.679474, 459090.535874 ], [ 162499.999974, 458999.999974 ], [ 162399.999974, 459299.999974 ], [ 162399.999974, 459599.999974 ], [ 162599.999974, 460199.999974 ], [ 162799.999974, 460199.999974 ], [ 163299.999974, 460299.999974 ], [ 163499.999974, 460499.999974 ], [ 163551.71717399999034, 460603.43427399999928 ], [ 163554.461474, 460608.923074 ], [ 163591.645374, 460683.29077399999369 ], [ 163699.999974, 460899.999974 ], [ 163499.999974, 461099.999974 ], [ 162499.999974, 461499.999974 ], [ 162699.999974, 462099.999974 ], [ 162411.44507399998838, 462141.22217399999499 ], [ 161999.999974, 462199.999974 ], [ 161699.999974, 462299.999974 ], [ 161499.999974, 462499.999974 ], [ 161599.999974, 462899.999974 ], [ 161599.999974, 463299.999974 ], [ 161299.999974, 463699.999974 ], [ 160899.999974, 463699.999974 ], [ 160799.999974, 463899.999974 ], [ 160899.999974, 463999.999974 ], [ 161299.999974, 463999.999974 ], [ 161299.999974, 464199.999974 ], [ 161699.999974, 464799.999974 ], [ 161699.999974, 464855.362474 ], [ 161699.999974, 465099.999974 ], [ 161699.999974, 465143.057574 ], [ 161699.999974, 465899.999974 ], [ 161709.90217399998801, 465909.902174 ], [ 161799.999974, 465999.999974 ], [ 162399.999974, 466399.999974 ], [ 162413.530174, 466410.824174 ], [ 162899.999974, 466799.999974 ], [ 163399.999974, 466699.999974 ], [ 163599.999974, 466799.999974 ], [ 164199.999974, 467099.999974 ], [ 164699.999974, 466999.999974 ], [ 164855.818474, 466955.480474 ], [ 165399.999974, 466799.999974 ], [ 165499.999974, 466699.999974 ], [ 165399.999974, 466499.999974 ], [ 165099.999974, 466399.999974 ], [ 165199.999974, 465799.999974 ], [ 165399.999974, 465799.999974 ], [ 165698.16087399999378, 465402.452174 ], [ 165699.999974, 465399.999974 ], [ 165699.999974, 465199.999974 ], [ 166067.61977399999159, 465245.952474 ], [ 166499.999974, 465299.999974 ], [ 167399.999974, 465699.999974 ], [ 167299.999974, 465899.999974 ], [ 167199.999974, 465899.999974 ], [ 167099.999974, 466399.999974 ], [ 167299.999974, 466499.999974 ], [ 167899.999974, 466599.999974 ], [ 167999.999974, 466499.999974 ], [ 167999.999974, 467099.999974 ], [ 167899.999974, 467199.999974 ], [ 167999.999974, 467399.999974 ], [ 169399.999974, 467699.999974 ], [ 170096.501374, 467500.999574 ], [ 170099.999974, 467499.999974 ], [ 170099.999974, 467399.999974 ], [ 170899.999974, 467199.999974 ], [ 171299.999974, 467199.999974 ], [ 171899.999974, 468399.999974 ], [ 171799.999974, 468899.999974 ], [ 172687.861574, 469590.558974 ], [ 172699.999974, 469599.999974 ], [ 173466.6926739999908, 470175.019474 ], [ 173499.999974, 470199.999974 ], [ 174399.999974, 470699.999974 ], [ 175099.999974, 470799.999974 ], [ 175299.999974, 472599.999974 ], [ 176799.999974, 472399.999974 ], [ 176844.786074, 472399.999974 ], [ 177099.999974, 472399.999974 ], [ 177120.75697399998899, 472406.918974 ], [ 177160.719974, 472420.239974 ], [ 177399.999974, 472499.999974 ], [ 177415.797874, 472510.531874 ], [ 177699.999974, 472699.999974 ], [ 178199.999974, 472799.999974 ], [ 178399.999974, 472399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0209" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 184834.351174, 429568.702274 ], [ 184599.999974, 429099.999974 ], [ 184448.06597399999737, 429099.999974 ], [ 184299.999974, 429099.999974 ], [ 184299.999974, 429199.999974 ], [ 184103.345674, 429249.163574 ], [ 183899.999974, 429299.999974 ], [ 183301.61427399999229, 428701.614274 ], [ 183299.999974, 428699.999974 ], [ 182539.049174, 428129.286874 ], [ 182499.999974, 428099.999974 ], [ 182299.999974, 428199.999974 ], [ 182257.70567399999709, 428242.294374 ], [ 182113.09527399999206, 428386.90467399999034 ], [ 182099.999974, 428399.999974 ], [ 181999.999974, 428499.999974 ], [ 181699.999974, 428499.999974 ], [ 181690.77177399999346, 428481.543474 ], [ 180999.999974, 427099.999974 ], [ 178499.999974, 427799.999974 ], [ 177799.999974, 427899.999974 ], [ 177758.194174, 427906.967674 ], [ 177221.82557399998768, 427996.362374 ], [ 177199.999974, 427999.999974 ], [ 174999.999974, 428299.999974 ], [ 174999.999974, 428331.025374 ], [ 174999.999974, 428699.999974 ], [ 175299.999974, 428699.999974 ], [ 175475.90487399999984, 428963.857374 ], [ 175475.874974, 429007.922974 ], [ 175489.07817399999476, 429027.304674 ], [ 175250.389074, 429624.027174 ], [ 175099.999974, 429999.999974 ], [ 174499.999974, 430699.999974 ], [ 174299.999974, 430899.999974 ], [ 174591.93917399999918, 431386.56517399998847 ], [ 174599.999974, 431399.999974 ], [ 174899.999974, 431999.999974 ], [ 175191.28337399999145, 432873.850274 ], [ 175199.999974, 432899.999974 ], [ 175202.2724739999976, 432913.634574 ], [ 175299.999974, 433499.999974 ], [ 175307.3575739999942, 433525.751374 ], [ 175499.999974, 434199.999974 ], [ 176199.999974, 434099.999974 ], [ 176999.999974, 433899.999974 ], [ 177731.972574, 433562.166474 ], [ 178283.777074, 433307.487474 ], [ 178299.999974, 433299.999974 ], [ 178999.999974, 432999.999974 ], [ 179036.25887399999192, 432995.467674 ], [ 179782.112174, 432902.235974 ], [ 179799.999974, 432899.999974 ], [ 180768.19137399998726, 432609.542574 ], [ 180799.999974, 432599.999974 ], [ 181699.999974, 432299.999974 ], [ 183199.999974, 431999.999974 ], [ 184099.999974, 431699.999974 ], [ 184141.275174, 431672.48327399999835 ], [ 184699.999974, 431299.999974 ], [ 185188.4542739999888, 430909.236574 ], [ 185199.999974, 430899.999974 ], [ 185199.999974, 430499.999974 ], [ 185099.999974, 430099.999974 ], [ 185090.081474, 430080.163074 ], [ 184924.02667399999336, 429748.053474 ], [ 184834.351174, 429568.702274 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0213" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 208399.999974, 464099.999974 ], [ 208999.999974, 463999.999974 ], [ 209599.999974, 463999.999974 ], [ 209400.11427399999229, 463000.571574 ], [ 209393.854874, 462999.999974 ], [ 208699.999974, 462999.999974 ], [ 207799.999974, 463599.999974 ], [ 206999.999974, 463599.999974 ], [ 206799.999974, 463499.999974 ], [ 206790.111074, 463485.166674 ], [ 206599.999974, 463199.999974 ], [ 206499.999974, 462799.999974 ], [ 206599.999974, 462499.999974 ], [ 206662.586274, 462312.241174 ], [ 206729.39737399999285, 462199.999974 ], [ 206799.999974, 462199.999974 ], [ 207199.999974, 461999.999974 ], [ 208083.920274, 462294.64007399999537 ], [ 208099.999974, 462299.999974 ], [ 208499.999974, 462299.999974 ], [ 208799.999974, 462199.999974 ], [ 208699.999974, 461899.999974 ], [ 208899.999974, 461499.999974 ], [ 209099.999974, 461299.999974 ], [ 209499.999974, 460999.999974 ], [ 209599.999974, 460399.999974 ], [ 209499.999974, 459999.999974 ], [ 209545.052674, 459819.789274 ], [ 209597.104774, 459611.580974 ], [ 209699.999974, 459199.999974 ], [ 209899.999974, 458799.999974 ], [ 210199.999974, 458699.999974 ], [ 211099.999974, 458699.999974 ], [ 211599.999974, 458299.999974 ], [ 211899.999974, 457499.999974 ], [ 211899.999974, 456999.999974 ], [ 211699.999974, 456599.999974 ], [ 211399.999974, 456399.999974 ], [ 211199.999974, 456299.999974 ], [ 210699.999974, 456499.999974 ], [ 209999.999974, 456199.999974 ], [ 209299.999974, 456199.999974 ], [ 209099.999974, 456099.999974 ], [ 208907.451474, 455907.451474 ], [ 208899.999974, 455899.999974 ], [ 208699.999974, 454699.999974 ], [ 208499.999974, 454399.999974 ], [ 208199.999974, 454299.999974 ], [ 208171.42547399998875, 454274.997274 ], [ 207399.999974, 453599.999974 ], [ 207099.999974, 453199.999974 ], [ 206599.999974, 452799.999974 ], [ 206592.987274, 452792.987274 ], [ 206399.999974, 452599.999974 ], [ 205799.999974, 453099.999974 ], [ 205399.999974, 452999.999974 ], [ 204899.999974, 453599.999974 ], [ 204899.999974, 453672.784374 ], [ 204899.999974, 453699.999974 ], [ 204799.999974, 453999.999974 ], [ 204099.999974, 454699.999974 ], [ 203733.116474, 454791.72087399999145 ], [ 203699.999974, 454799.999974 ], [ 202848.604274, 454989.199074 ], [ 202810.17057399998885, 454997.739874 ], [ 202807.20317399999476, 455011.999974 ], [ 202799.999974, 455072.312374 ], [ 202799.999974, 455099.999974 ], [ 202299.999974, 455299.999974 ], [ 202199.999974, 455699.999974 ], [ 201711.69957399999839, 455797.660074 ], [ 201672.583974, 455794.32997399999294 ], [ 201652.28527399999439, 455792.570674 ], [ 201772.28777399999672, 455577.311874 ], [ 201751.70317399999476, 455595.499974 ], [ 201630.093774, 455699.187474 ], [ 201639.077074, 455799.999974 ], [ 201599.999974, 455799.999974 ], [ 200999.999974, 455499.999974 ], [ 199999.999974, 454699.999974 ], [ 198899.999974, 453599.999974 ], [ 198599.999974, 453399.999974 ], [ 197699.999974, 453299.999974 ], [ 197399.999974, 453299.999974 ], [ 197599.999974, 454099.999974 ], [ 198199.999974, 455199.999974 ], [ 199099.999974, 456499.999974 ], [ 199299.999974, 456599.999974 ], [ 199299.999974, 456899.999974 ], [ 199199.999974, 457199.999974 ], [ 199369.32497399998829, 457961.962474 ], [ 199399.999974, 458099.999974 ], [ 199699.999974, 458699.999974 ], [ 200199.999974, 459199.999974 ], [ 200492.77537399998982, 459785.550674 ], [ 200497.01567399999476, 459794.031374 ], [ 200499.999974, 459799.999974 ], [ 201699.999974, 460599.999974 ], [ 201899.999974, 460999.999974 ], [ 201922.836474, 461022.836474 ], [ 202299.999974, 461399.999974 ], [ 202199.999974, 461999.999974 ], [ 204099.999974, 462899.999974 ], [ 206499.999974, 463599.999974 ], [ 206541.06697399998666, 463641.066974 ], [ 206562.549774, 463662.549774 ], [ 206599.999974, 463699.999974 ], [ 207499.999974, 463799.999974 ], [ 207545.499974, 463822.749974 ], [ 207899.999974, 463999.999974 ], [ 208399.999974, 464099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0214" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 160874.40157399998861, 443801.969074 ], [ 160899.999974, 443799.999974 ], [ 161199.999974, 443899.999974 ], [ 161799.999974, 443899.999974 ], [ 162799.999974, 443399.999974 ], [ 163499.999974, 442799.999974 ], [ 163999.999974, 442599.999974 ], [ 164006.303774, 442599.999974 ], [ 164056.530074, 442599.999974 ], [ 164099.999974, 442599.999974 ], [ 164597.88437399998656, 442400.846274 ], [ 164599.999974, 442399.999974 ], [ 165499.999974, 442099.999974 ], [ 166099.999974, 441299.999974 ], [ 166799.999974, 440799.999974 ], [ 168699.999974, 440299.999974 ], [ 168499.999974, 439899.999974 ], [ 167999.999974, 439399.999974 ], [ 167795.995874, 439263.997274 ], [ 167699.999974, 439199.999974 ], [ 167399.999974, 439199.999974 ], [ 166899.999974, 439499.999974 ], [ 166199.999974, 439299.999974 ], [ 165499.999974, 439499.999974 ], [ 165147.42177399998764, 439411.855474 ], [ 165099.999974, 439399.999974 ], [ 165499.999974, 438699.999974 ], [ 166099.999974, 438399.999974 ], [ 166499.999974, 438399.999974 ], [ 166499.999974, 438299.999974 ], [ 166499.999974, 438274.150474 ], [ 166499.999974, 437499.999974 ], [ 166500.213174, 437498.507974 ], [ 166599.999974, 436799.999974 ], [ 166553.999474, 436769.332974 ], [ 166319.153874, 436612.769274 ], [ 166299.999974, 436599.999974 ], [ 166290.04267399999662, 436613.276374 ], [ 165999.999974, 436999.999974 ], [ 163834.48187399999006, 436999.999974 ], [ 163799.999974, 436999.999974 ], [ 163399.999974, 437099.999974 ], [ 163099.999974, 437299.999974 ], [ 162699.999974, 437199.999974 ], [ 162299.999974, 436699.999974 ], [ 161999.999974, 436599.999974 ], [ 161799.999974, 436699.999974 ], [ 161999.999974, 437099.999974 ], [ 161899.999974, 437199.999974 ], [ 161603.100574, 437199.999974 ], [ 161599.999974, 437199.999974 ], [ 161199.999974, 436899.999974 ], [ 160499.999974, 437199.999974 ], [ 160032.081574, 437293.58367399999406 ], [ 159999.999974, 437299.999974 ], [ 159499.999974, 437099.999974 ], [ 159099.999974, 436899.999974 ], [ 158899.999974, 436999.999974 ], [ 158399.999974, 436899.999974 ], [ 158137.7667739999888, 436825.076174 ], [ 158111.266474, 436817.504674 ], [ 157699.999974, 436699.999974 ], [ 157513.968674, 436513.968674 ], [ 157499.999974, 436499.999974 ], [ 157299.999974, 436299.999974 ], [ 157282.278274, 436282.278274 ], [ 157099.999974, 436099.999974 ], [ 156699.999974, 435999.999974 ], [ 156499.999974, 435499.999974 ], [ 156199.999974, 435199.999974 ], [ 156185.53337399999145, 435161.422274 ], [ 155920.73197399999481, 434455.285174 ], [ 155880.79687399999239, 434442.593774 ], [ 155866.18227399999159, 434438.145774 ], [ 155833.838874, 434373.535574 ], [ 155464.078374, 434225.63137399998959 ], [ 155399.999974, 434199.999974 ], [ 154708.104074, 433705.788674 ], [ 154699.999974, 433699.999974 ], [ 152699.999974, 432199.999974 ], [ 152624.610174, 432187.435074 ], [ 152099.999974, 432099.999974 ], [ 151899.999974, 431699.999974 ], [ 151699.999974, 431699.999974 ], [ 151699.999974, 432199.999974 ], [ 151599.999974, 432499.999974 ], [ 151552.95807399999467, 432523.520974 ], [ 151399.999974, 432599.999974 ], [ 150799.999974, 432699.999974 ], [ 150199.999974, 432399.999974 ], [ 150033.261774, 432483.369074 ], [ 149999.999974, 432499.999974 ], [ 150099.999974, 432799.999974 ], [ 150148.732974, 432838.986374 ], [ 150599.999974, 433199.999974 ], [ 150599.999974, 433399.999974 ], [ 150302.24957399998675, 433797.000574 ], [ 150299.999974, 433799.999974 ], [ 149899.999974, 434199.999974 ], [ 149599.999974, 434199.999974 ], [ 149504.814374, 434199.999974 ], [ 149499.999974, 434199.999974 ], [ 149399.999974, 434199.999974 ], [ 149394.71487399999751, 434205.285074 ], [ 148799.999974, 434799.999974 ], [ 148699.999974, 434599.999974 ], [ 148499.999974, 434899.999974 ], [ 148478.3182739999902, 434933.356574 ], [ 147199.999974, 436899.999974 ], [ 147999.999974, 437099.999974 ], [ 148002.389574, 437116.726874 ], [ 148099.999974, 437799.999974 ], [ 147999.999974, 437999.999974 ], [ 147735.97017399998731, 438264.02987399999984 ], [ 147699.999974, 438299.999974 ], [ 146699.999974, 438299.999974 ], [ 145899.999974, 438599.999974 ], [ 145899.999974, 438699.999974 ], [ 145399.999974, 439199.999974 ], [ 144999.999974, 439699.999974 ], [ 145029.329574, 439715.792874 ], [ 146299.999974, 440399.999974 ], [ 145942.469874, 440668.147574 ], [ 145899.999974, 440699.999974 ], [ 146899.999974, 441899.999974 ], [ 147899.999974, 441599.999974 ], [ 148999.999974, 441499.999974 ], [ 149789.667874, 441006.457574 ], [ 149799.999974, 440999.999974 ], [ 150199.999974, 440699.999974 ], [ 150799.999974, 440799.999974 ], [ 151299.999974, 440999.999974 ], [ 151699.999974, 441399.999974 ], [ 151724.899574, 441399.999974 ], [ 151747.093774, 441401.906274 ], [ 151750.163474, 441399.999974 ], [ 151799.999974, 441399.999974 ], [ 151818.206574, 441429.130574 ], [ 152299.999974, 442199.999974 ], [ 152799.999974, 442399.999974 ], [ 153399.999974, 442499.999974 ], [ 154099.999974, 442299.999974 ], [ 154692.21347399998922, 442299.999974 ], [ 154699.999974, 442299.999974 ], [ 155299.999974, 442499.999974 ], [ 155799.999974, 442799.999974 ], [ 157099.999974, 443099.999974 ], [ 157499.999974, 443399.999974 ], [ 157971.91137399998843, 443871.911374 ], [ 157999.999974, 443899.999974 ], [ 158399.999974, 444099.999974 ], [ 158799.999974, 444099.999974 ], [ 159599.999974, 443899.999974 ], [ 160874.40157399998861, 443801.969074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0216" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 146899.999974, 441899.999974 ], [ 145899.999974, 440699.999974 ], [ 145942.469874, 440668.147574 ], [ 146299.999974, 440399.999974 ], [ 145029.329574, 439715.792874 ], [ 144999.999974, 439699.999974 ], [ 145399.999974, 439199.999974 ], [ 145899.999974, 438699.999974 ], [ 145899.999974, 438599.999974 ], [ 145099.999974, 437699.999974 ], [ 144399.999974, 437299.999974 ], [ 144396.381774, 437298.793974 ], [ 142899.999974, 436799.999974 ], [ 142699.999974, 437499.999974 ], [ 142299.999974, 437399.999974 ], [ 141299.999974, 437299.999974 ], [ 140399.999974, 436999.999974 ], [ 139304.8919739999983, 436800.889474 ], [ 139305.29687399999239, 436803.312474 ], [ 139308.129274, 436811.380974 ], [ 139799.999974, 437499.999974 ], [ 139199.999974, 437799.999974 ], [ 138699.999974, 437799.999974 ], [ 138199.999974, 437399.999974 ], [ 138599.999974, 437899.999974 ], [ 138499.999974, 438199.999974 ], [ 138599.999974, 438399.999974 ], [ 138799.999974, 438399.999974 ], [ 139599.999974, 439799.999974 ], [ 140297.264674, 441294.138574 ], [ 140299.999974, 441299.999974 ], [ 140799.999974, 442199.999974 ], [ 141499.999974, 441599.999974 ], [ 141899.999974, 441399.999974 ], [ 142499.999974, 441199.999974 ], [ 143048.14437399999588, 441382.71477399999276 ], [ 143099.999974, 441399.999974 ], [ 143399.999974, 441699.999974 ], [ 143415.325474, 441715.325474 ], [ 143799.999974, 442099.999974 ], [ 144199.999974, 443099.999974 ], [ 144599.999974, 443399.999974 ], [ 144999.999974, 443399.999974 ], [ 145199.999974, 443299.999974 ], [ 145999.999974, 442499.999974 ], [ 146899.999974, 441899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0221" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 207999.999974, 450199.999974 ], [ 208499.999974, 450099.999974 ], [ 209098.901274, 450399.450674 ], [ 209099.999974, 450399.999974 ], [ 209099.999974, 449599.999974 ], [ 208899.999974, 449099.999974 ], [ 209099.999974, 448499.999974 ], [ 209199.999974, 448399.999974 ], [ 209199.999974, 448299.999974 ], [ 208999.999974, 447999.999974 ], [ 208699.999974, 447899.999974 ], [ 208499.999974, 447899.999974 ], [ 208199.999974, 447499.999974 ], [ 207999.999974, 446799.999974 ], [ 207981.021974, 446790.510974 ], [ 207799.999974, 446699.999974 ], [ 207599.999974, 446399.999974 ], [ 207629.231074, 446378.076674 ], [ 207995.813174, 446103.140174 ], [ 207999.999974, 446099.999974 ], [ 208099.999974, 445999.999974 ], [ 207416.436874, 446195.303774 ], [ 207399.999974, 446199.999974 ], [ 206999.999974, 445899.999974 ], [ 206799.999974, 445699.999974 ], [ 206699.999974, 445699.999974 ], [ 206114.425174, 445699.999974 ], [ 206093.619974, 445696.589974 ], [ 206078.69997399998829, 445694.309974 ], [ 206057.52047399998992, 445691.419874 ], [ 206036.41447399999015, 445688.638674 ], [ 206023.813074, 445687.037474 ], [ 206022.292974, 445699.999974 ], [ 205999.999974, 445699.999974 ], [ 204945.17937399999937, 445604.107174 ], [ 204899.999974, 445599.999974 ], [ 204599.999974, 445599.999974 ], [ 204799.999974, 445899.999974 ], [ 204999.999974, 446499.999974 ], [ 205699.999974, 446999.999974 ], [ 205799.999974, 447399.999974 ], [ 205799.999974, 447899.999974 ], [ 205999.31167399999686, 448099.31167399999686 ], [ 205999.999974, 448099.999974 ], [ 206010.55187399999704, 448121.103674 ], [ 206099.999974, 448299.999974 ], [ 206099.999974, 448317.104174 ], [ 206099.999974, 448699.999974 ], [ 206099.999974, 449099.999974 ], [ 205799.999974, 449499.999974 ], [ 205599.999974, 449799.999974 ], [ 206099.999974, 449799.999974 ], [ 206699.999974, 449999.999974 ], [ 206899.999974, 450199.999974 ], [ 207099.999974, 450499.999974 ], [ 207299.999974, 450699.999974 ], [ 207699.999974, 450599.999974 ], [ 207705.025674, 450593.299074 ], [ 207955.814274, 450258.914274 ], [ 207999.999974, 450199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0222" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 219768.33977399999276, 445031.660274 ], [ 220199.999974, 444599.999974 ], [ 219899.999974, 444199.999974 ], [ 219616.182774, 443443.153974 ], [ 219599.999974, 443399.999974 ], [ 220299.999974, 443399.999974 ], [ 221399.999974, 443399.999974 ], [ 222499.999974, 443599.999974 ], [ 222499.999974, 443299.999974 ], [ 222299.999974, 443099.999974 ], [ 222202.514074, 442807.542174 ], [ 222199.999974, 442799.999974 ], [ 222399.999974, 442699.999974 ], [ 222799.999974, 442799.999974 ], [ 223299.999974, 442599.999974 ], [ 223899.999974, 442699.999974 ], [ 223999.999974, 442999.999974 ], [ 223799.999974, 443599.999974 ], [ 223599.999974, 443599.999974 ], [ 223299.999974, 443699.999974 ], [ 223899.999974, 443999.999974 ], [ 224696.87397399998736, 444199.21847399999388 ], [ 224699.999974, 444199.999974 ], [ 225699.999974, 443199.999974 ], [ 225311.579674, 442423.159374 ], [ 225299.999974, 442399.999974 ], [ 224899.999974, 441499.999974 ], [ 224405.029574, 440906.035574 ], [ 224399.999974, 440899.999974 ], [ 223799.999974, 440099.999974 ], [ 223792.65717399999266, 440085.314374 ], [ 223599.999974, 439699.999974 ], [ 223576.33237399999052, 439652.664774 ], [ 223299.999974, 439099.999974 ], [ 223399.999974, 438899.999974 ], [ 223399.999974, 438799.999974 ], [ 223099.999974, 438399.999974 ], [ 222723.634074, 438117.725574 ], [ 222699.999974, 438099.999974 ], [ 222138.47647399999551, 437698.911774 ], [ 221999.999974, 437599.999974 ], [ 221966.699174, 437604.162574 ], [ 221199.999974, 437699.999974 ], [ 220999.999974, 437799.999974 ], [ 220511.45627399999648, 437869.791974 ], [ 220299.999974, 437899.999974 ], [ 220099.999974, 437899.999974 ], [ 220042.963874, 437945.62897399999201 ], [ 219599.999974, 438299.999974 ], [ 219299.999974, 438899.999974 ], [ 219262.00097399999504, 438937.99897399998736 ], [ 219199.999974, 438999.999974 ], [ 218999.999974, 438999.999974 ], [ 218799.999974, 439099.999974 ], [ 218499.999974, 439299.999974 ], [ 218499.999974, 439499.999974 ], [ 218199.999974, 439299.999974 ], [ 218169.279374, 439330.720574 ], [ 217999.999974, 439499.999974 ], [ 217899.999974, 439899.999974 ], [ 217883.019474, 439898.867974 ], [ 217337.794874, 439862.519674 ], [ 216399.999974, 439799.999974 ], [ 215899.999974, 439799.999974 ], [ 215898.851074, 439799.999974 ], [ 215210.598574, 439799.999974 ], [ 215199.999974, 439799.999974 ], [ 214673.23137399999541, 439799.999974 ], [ 214599.999974, 439799.999974 ], [ 213099.999974, 439799.999974 ], [ 212369.529274, 439799.999974 ], [ 212299.999974, 439799.999974 ], [ 212199.999974, 439699.999974 ], [ 211899.999974, 439699.999974 ], [ 211499.999974, 439799.999974 ], [ 211099.999974, 439599.999974 ], [ 211099.999974, 439299.999974 ], [ 211299.999974, 439099.999974 ], [ 211230.909874, 439030.909874 ], [ 211199.999974, 438999.999974 ], [ 210432.350574, 439479.780874 ], [ 210399.999974, 439499.999974 ], [ 210099.999974, 439699.999974 ], [ 210099.999974, 439999.999974 ], [ 209717.80417399998987, 440277.960574 ], [ 208999.999974, 440799.999974 ], [ 208299.999974, 441099.999974 ], [ 208279.658874, 441120.341174 ], [ 207999.999974, 441399.999974 ], [ 207499.999974, 442299.999974 ], [ 207217.72757399998954, 443240.908074 ], [ 207199.999974, 443299.999974 ], [ 206999.999974, 443799.999974 ], [ 208099.999974, 443899.999974 ], [ 208299.999974, 443799.999974 ], [ 208699.999974, 443799.999974 ], [ 209299.999974, 443799.999974 ], [ 209713.02787399999215, 443754.107974 ], [ 210199.999974, 443699.999974 ], [ 211199.999974, 443899.999974 ], [ 211899.999974, 443799.999974 ], [ 211999.999974, 443799.999974 ], [ 212041.37897399999201, 443793.103474 ], [ 212599.999974, 443699.999974 ], [ 212899.999974, 443399.999974 ], [ 212902.987274, 443414.936274 ], [ 212999.999974, 443899.999974 ], [ 212399.999974, 444299.999974 ], [ 212499.999974, 444499.999974 ], [ 212699.999974, 444599.999974 ], [ 212999.999974, 444799.999974 ], [ 213006.63507399999071, 444788.388574 ], [ 213399.999974, 444099.999974 ], [ 213699.999974, 443899.999974 ], [ 214195.99487399999634, 443404.005074 ], [ 214199.999974, 443399.999974 ], [ 214299.999974, 443399.999974 ], [ 214760.431974, 444136.691274 ], [ 214799.999974, 444199.999974 ], [ 214199.999974, 444299.999974 ], [ 214299.999974, 444599.999974 ], [ 214363.94647399999667, 444642.630974 ], [ 214599.999974, 444799.999974 ], [ 214899.999974, 444699.999974 ], [ 214959.49907399999211, 444640.500974 ], [ 214999.999974, 444599.999974 ], [ 215499.999974, 444299.999974 ], [ 215699.999974, 444299.999974 ], [ 215944.794674, 444340.799074 ], [ 216299.999974, 444399.999974 ], [ 217099.999974, 445399.999974 ], [ 217120.24487399999634, 445379.755074 ], [ 217268.86847399998805, 445231.131474 ], [ 217299.999974, 445199.999974 ], [ 217384.34907399999793, 444862.603674 ], [ 217399.999974, 444799.999974 ], [ 217412.438074, 444807.773774 ], [ 218199.999974, 445299.999974 ], [ 218799.59227399999509, 445499.864074 ], [ 218799.999974, 445499.999974 ], [ 219099.999974, 445499.999974 ], [ 219499.999974, 445299.999974 ], [ 219768.33977399999276, 445031.660274 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0225" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 167499.999974, 434799.999974 ], [ 169499.999974, 434499.999974 ], [ 171399.999974, 434599.999974 ], [ 171424.034874, 434596.795374 ], [ 172899.999974, 434399.999974 ], [ 172930.836874, 434393.832574 ], [ 173399.999974, 434299.999974 ], [ 173411.123774, 434298.887574 ], [ 174399.999974, 434199.999974 ], [ 175499.999974, 434199.999974 ], [ 175307.3575739999942, 433525.751374 ], [ 175299.999974, 433499.999974 ], [ 175202.2724739999976, 432913.634574 ], [ 175199.999974, 432899.999974 ], [ 175191.28337399999145, 432873.850274 ], [ 174899.999974, 431999.999974 ], [ 174599.999974, 431399.999974 ], [ 174591.93917399999918, 431386.56517399998847 ], [ 174299.999974, 430899.999974 ], [ 173699.999974, 430899.999974 ], [ 173686.14237399998819, 430900.866074 ], [ 172260.51017399999546, 430989.968074 ], [ 172102.175274, 430990.573574 ], [ 172399.999974, 429699.999974 ], [ 172099.999974, 429199.999974 ], [ 172099.999974, 428799.999974 ], [ 172596.498174, 428502.101074 ], [ 172599.999974, 428499.999974 ], [ 171332.55247399999644, 428012.520174 ], [ 171299.999974, 427999.999974 ], [ 170388.257874, 427544.12897399999201 ], [ 170299.999974, 427499.999974 ], [ 169599.999974, 427699.999974 ], [ 169499.999974, 427899.999974 ], [ 168599.999974, 427899.999974 ], [ 168564.46237399999518, 428130.994374 ], [ 168399.999974, 429199.999974 ], [ 168599.999974, 429899.999974 ], [ 168199.999974, 430099.999974 ], [ 168099.999974, 430199.999974 ], [ 168099.999974, 430599.999974 ], [ 168000.798374, 430594.164574 ], [ 166627.234174, 430513.366674 ], [ 166399.999974, 430499.999974 ], [ 166499.999974, 431299.999974 ], [ 166899.999974, 431299.999974 ], [ 166899.999974, 431799.999974 ], [ 167499.999974, 431999.999974 ], [ 167499.999974, 432399.999974 ], [ 167552.930774, 432505.861474 ], [ 167699.999974, 432799.999974 ], [ 168099.999974, 433799.999974 ], [ 166643.69577399999253, 433411.652174 ], [ 166599.999974, 433399.999974 ], [ 166018.01017399999546, 433303.001674 ], [ 165999.999974, 433299.999974 ], [ 165699.999974, 433299.999974 ], [ 165668.608474, 433331.391574 ], [ 165599.999974, 433399.999974 ], [ 165499.999974, 433699.999974 ], [ 164899.999974, 433699.999974 ], [ 164899.999974, 433999.999974 ], [ 165799.999974, 434499.999974 ], [ 166599.999974, 434699.999974 ], [ 166640.835274, 434704.537274 ], [ 167499.999974, 434799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0226" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 201799.999974, 443799.999974 ], [ 201700.481074, 443202.886474 ], [ 201699.999974, 443199.999974 ], [ 201299.999974, 443099.999974 ], [ 201199.999974, 441899.999974 ], [ 201099.999974, 441299.999974 ], [ 200799.999974, 440699.999974 ], [ 201499.999974, 440299.999974 ], [ 201490.549774, 440281.099474 ], [ 201299.999974, 439899.999974 ], [ 201250.687374, 439826.031074 ], [ 200899.999974, 439299.999974 ], [ 200838.836474, 439299.999974 ], [ 200799.999974, 439299.999974 ], [ 200799.999974, 439199.999974 ], [ 200699.999974, 438399.999974 ], [ 200699.999974, 438299.999974 ], [ 200499.999974, 438299.999974 ], [ 200350.602874, 438225.301474 ], [ 200434.039174, 438172.808574 ], [ 200344.29687399999239, 438218.812474 ], [ 200341.47327399998903, 438220.736674 ], [ 200299.999974, 438199.999974 ], [ 200099.999974, 437899.999974 ], [ 200299.999974, 437399.999974 ], [ 200099.999974, 436699.999974 ], [ 199999.999974, 436599.999974 ], [ 199799.999974, 436499.999974 ], [ 199758.37037399999099, 436458.370374 ], [ 199699.999974, 436399.999974 ], [ 199499.999974, 436299.999974 ], [ 198999.999974, 436599.999974 ], [ 198560.519174, 436599.999974 ], [ 198499.999974, 436599.999974 ], [ 197699.999974, 436499.999974 ], [ 197299.999974, 436299.999974 ], [ 197007.49297399999341, 436251.248874 ], [ 196699.999974, 436199.999974 ], [ 196399.999974, 436299.999974 ], [ 196299.999974, 436299.999974 ], [ 195499.999974, 437399.999974 ], [ 195469.871274, 437430.128774 ], [ 194999.999974, 437899.999974 ], [ 194944.30557399999816, 438289.861174 ], [ 194899.999974, 438599.999974 ], [ 194799.999974, 439099.999974 ], [ 195008.44037399999797, 439099.999974 ], [ 195099.999974, 439099.999974 ], [ 195799.999974, 439599.999974 ], [ 195999.999974, 439599.999974 ], [ 196199.999974, 439899.999974 ], [ 196217.11727399998927, 439985.586274 ], [ 196299.999974, 440399.999974 ], [ 196099.999974, 440499.999974 ], [ 196099.999974, 440899.999974 ], [ 196106.17997399999877, 440927.810074 ], [ 196299.999974, 441799.999974 ], [ 196199.999974, 442399.999974 ], [ 196399.999974, 442799.999974 ], [ 196545.49837399998796, 442887.298974 ], [ 196899.999974, 443099.999974 ], [ 197199.999974, 443399.999974 ], [ 197499.999974, 443599.999974 ], [ 197776.181274, 443574.892574 ], [ 198599.999974, 443499.999974 ], [ 198999.999974, 442699.999974 ], [ 199499.999974, 442699.999974 ], [ 200099.999974, 443599.999974 ], [ 199999.999974, 443599.999974 ], [ 200399.999974, 443799.999974 ], [ 201299.999974, 443899.999974 ], [ 201799.999974, 443799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0228" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 186399.999974, 462699.999974 ], [ 187299.999974, 462399.999974 ], [ 187316.709674, 462333.161274 ], [ 187396.32027399999788, 462014.718774 ], [ 187399.999974, 461999.999974 ], [ 187402.249474, 461985.003774 ], [ 187699.999974, 459999.999974 ], [ 187699.999974, 459986.536574 ], [ 187699.999974, 459799.999974 ], [ 188353.207074, 458820.189474 ], [ 188475.44517399999313, 458636.832174 ], [ 188499.999974, 458599.999974 ], [ 188999.999974, 457699.999974 ], [ 190099.999974, 457399.999974 ], [ 190849.740174, 457025.129874 ], [ 190899.999974, 456999.999974 ], [ 193299.999974, 456899.999974 ], [ 193599.999974, 456999.999974 ], [ 193563.468674, 456799.077474 ], [ 193399.999974, 455899.999974 ], [ 193299.999974, 454499.999974 ], [ 193199.999974, 454499.999974 ], [ 190799.999974, 452799.999974 ], [ 189999.999974, 452899.999974 ], [ 190099.999974, 451399.999974 ], [ 188899.999974, 451299.999974 ], [ 187399.999974, 451599.999974 ], [ 186723.16817399999127, 451599.999974 ], [ 186699.999974, 451599.999974 ], [ 185899.999974, 450999.999974 ], [ 185003.813074, 449705.507774 ], [ 184999.999974, 449699.999974 ], [ 184199.999974, 448499.999974 ], [ 183699.999974, 448299.999974 ], [ 183618.224274, 448259.112174 ], [ 183499.999974, 448199.999974 ], [ 183099.999974, 448299.999974 ], [ 181799.999974, 448299.999974 ], [ 181314.22527399999672, 448202.845074 ], [ 181299.999974, 448199.999974 ], [ 180099.999974, 448099.999974 ], [ 179599.999974, 447999.999974 ], [ 179285.447874, 447528.17187399999239 ], [ 179257.43707399998675, 447486.155674 ], [ 179199.999974, 447399.999974 ], [ 179099.999974, 447199.999974 ], [ 179099.999974, 446699.999974 ], [ 178899.999974, 445999.999974 ], [ 178699.999974, 445899.999974 ], [ 178199.999974, 445899.999974 ], [ 176699.999974, 445499.999974 ], [ 176674.98427399998764, 445491.661374 ], [ 175799.999974, 445199.999974 ], [ 175750.047174, 445187.511774 ], [ 175431.699774, 445107.924974 ], [ 175399.999974, 445099.999974 ], [ 175301.978674, 444903.957274 ], [ 175299.999974, 444899.999974 ], [ 174999.999974, 444799.999974 ], [ 174996.94147399999201, 444799.999974 ], [ 174799.999974, 444799.999974 ], [ 174599.999974, 445099.999974 ], [ 174399.999974, 445199.999974 ], [ 174165.36967399998684, 445199.999974 ], [ 173939.906374, 445199.999974 ], [ 173899.999974, 445199.999974 ], [ 173299.999974, 445199.999974 ], [ 172699.999974, 444999.999974 ], [ 172199.999974, 444899.999974 ], [ 171899.999974, 445199.999974 ], [ 171499.999974, 444999.999974 ], [ 170899.999974, 444999.999974 ], [ 170599.999974, 445699.999974 ], [ 170099.999974, 445499.999974 ], [ 169999.999974, 445099.999974 ], [ 169799.999974, 445199.999974 ], [ 169099.999974, 445899.999974 ], [ 168999.999974, 446099.999974 ], [ 168999.999974, 446599.999974 ], [ 168899.999974, 446799.999974 ], [ 168599.999974, 447099.999974 ], [ 168601.38747399998829, 447105.549774 ], [ 168650.99177399999462, 447303.967074 ], [ 168699.999974, 447499.999974 ], [ 168899.999974, 447499.999974 ], [ 168899.999974, 447999.999974 ], [ 168699.999974, 447999.999974 ], [ 168699.999974, 449199.999974 ], [ 168899.999974, 449199.999974 ], [ 168899.999974, 449499.999974 ], [ 168899.999974, 449514.056474 ], [ 168899.999974, 449578.744674 ], [ 168899.999974, 449599.999974 ], [ 167407.227474, 450197.108974 ], [ 167399.999974, 450199.999974 ], [ 167399.999974, 450255.90597399999388 ], [ 167399.999974, 450299.999974 ], [ 167494.11477399998694, 450582.344374 ], [ 167499.999974, 450599.999974 ], [ 167597.462474, 451087.312474 ], [ 167599.999974, 451099.999974 ], [ 166734.530574, 451196.163274 ], [ 166699.999974, 451199.999974 ], [ 166895.888974, 453452.723174 ], [ 166899.999974, 453499.999974 ], [ 166899.999974, 453899.999974 ], [ 166999.999974, 454499.999974 ], [ 166899.999974, 455099.999974 ], [ 166883.377974, 455111.081374 ], [ 166599.999974, 455299.999974 ], [ 166499.999974, 455499.999974 ], [ 166599.999974, 455999.999974 ], [ 166499.999974, 456899.999974 ], [ 166199.999974, 457499.999974 ], [ 165899.999974, 458099.999974 ], [ 166199.999974, 458199.999974 ], [ 166399.999974, 458399.999974 ], [ 166999.999974, 459299.999974 ], [ 167196.936974, 459299.999974 ], [ 167199.999974, 459299.999974 ], [ 167476.891074, 459299.999974 ], [ 167499.999974, 459299.999974 ], [ 168099.999974, 459199.999974 ], [ 168499.999974, 459299.999974 ], [ 168899.999974, 459499.999974 ], [ 168917.543574, 459504.385874 ], [ 169699.999974, 459699.999974 ], [ 170091.26747399999294, 459699.999974 ], [ 170099.999974, 459699.999974 ], [ 170683.619374, 459991.809674 ], [ 170699.999974, 459999.999974 ], [ 171099.999974, 459999.999974 ], [ 172199.999974, 460299.999974 ], [ 172499.999974, 460299.999974 ], [ 173759.69577399999253, 460493.799374 ], [ 173799.999974, 460499.999974 ], [ 174099.999974, 460599.999974 ], [ 174299.999974, 460799.999974 ], [ 174699.999974, 460599.999974 ], [ 174999.999974, 460399.999974 ], [ 175295.354874, 460498.451674 ], [ 175299.999974, 460499.999974 ], [ 175399.999974, 460799.999974 ], [ 175699.999974, 460999.999974 ], [ 175899.999974, 461099.999974 ], [ 176599.999974, 460799.999974 ], [ 177599.999974, 460999.999974 ], [ 177899.999974, 461199.999974 ], [ 177799.999974, 462099.999974 ], [ 178860.93237399999634, 462232.616574 ], [ 178892.439974, 462236.554974 ], [ 179399.999974, 462299.999974 ], [ 180699.999974, 462199.999974 ], [ 181499.999974, 462699.999974 ], [ 182199.999974, 462599.999974 ], [ 183899.999974, 462699.999974 ], [ 186399.999974, 462699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0230" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 187699.999974, 496899.999974 ], [ 188299.999974, 496299.999974 ], [ 188166.279574, 496099.419374 ], [ 187899.999974, 495699.999974 ], [ 187837.94197399998666, 495513.825974 ], [ 187799.999974, 495399.999974 ], [ 187799.999974, 495364.603074 ], [ 187799.999974, 495221.213874 ], [ 187799.999974, 495199.999974 ], [ 187899.999974, 495099.999974 ], [ 187999.999974, 494999.999974 ], [ 188259.12657399999443, 494740.873474 ], [ 188286.67607399998815, 494713.32387399999425 ], [ 188299.999974, 494699.999974 ], [ 188848.87587399999029, 493915.891574 ], [ 188999.999974, 493699.999974 ], [ 189001.00147399998968, 493698.748174 ], [ 189799.999974, 492699.999974 ], [ 189827.33357399998931, 492679.499874 ], [ 190999.999974, 491799.999974 ], [ 190299.999974, 491299.999974 ], [ 191599.999974, 489399.999974 ], [ 190699.999974, 488899.999974 ], [ 188299.999974, 485699.999974 ], [ 187999.999974, 485999.999974 ], [ 187799.999974, 485999.999974 ], [ 187599.999974, 485799.999974 ], [ 186508.33857399999397, 487090.145274 ], [ 186499.999974, 487099.999974 ], [ 185236.996374, 488557.311874 ], [ 185199.999974, 488599.999974 ], [ 184599.999974, 489299.999974 ], [ 184587.278174, 489389.052474 ], [ 184499.999974, 489999.999974 ], [ 184299.999974, 490499.999974 ], [ 183899.999974, 490599.999974 ], [ 183235.99047399999108, 490315.42447399999946 ], [ 183199.999974, 490299.999974 ], [ 182499.999974, 489999.999974 ], [ 182299.999974, 490299.999974 ], [ 181899.999974, 490199.999974 ], [ 181599.999974, 489999.999974 ], [ 181099.999974, 489799.999974 ], [ 180599.999974, 490199.999974 ], [ 180199.999974, 491099.999974 ], [ 181799.999974, 492499.999974 ], [ 182399.999974, 492899.999974 ], [ 183799.999974, 494199.999974 ], [ 183811.89917399999104, 494223.798274 ], [ 184099.999974, 494799.999974 ], [ 184113.038774, 494822.817874 ], [ 184499.999974, 495499.999974 ], [ 184699.999974, 495899.999974 ], [ 184699.999974, 496199.999974 ], [ 184199.999974, 496599.999974 ], [ 184399.999974, 496999.999974 ], [ 184999.999974, 498099.999974 ], [ 184999.999974, 497899.999974 ], [ 184599.999974, 497299.999974 ], [ 184699.999974, 496999.999974 ], [ 184899.999974, 496799.999974 ], [ 185199.999974, 496899.999974 ], [ 185203.70137399999658, 496909.870174 ], [ 185499.999974, 497699.999974 ], [ 185699.999974, 497699.999974 ], [ 185799.999974, 497699.999974 ], [ 185899.999974, 498199.999974 ], [ 186099.999974, 498099.999974 ], [ 186399.999974, 497799.999974 ], [ 187674.55537399998866, 496917.61547399999108 ], [ 187699.999974, 496899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0232" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 198999.999974, 486499.999974 ], [ 199299.999974, 486299.999974 ], [ 199422.78897399999551, 486340.929674 ], [ 199599.999974, 486399.999974 ], [ 199599.999974, 486308.907674 ], [ 199599.999974, 485599.999974 ], [ 199899.999974, 485699.999974 ], [ 200299.999974, 486099.999974 ], [ 201399.999974, 486199.999974 ], [ 201425.505474, 486199.999974 ], [ 201799.999974, 486199.999974 ], [ 201999.999974, 486499.999974 ], [ 202199.999974, 486299.999974 ], [ 202899.999974, 486099.999974 ], [ 203199.999974, 485699.999974 ], [ 203197.33437399999821, 485697.867474 ], [ 202699.999974, 485299.999974 ], [ 202099.999974, 485199.999974 ], [ 201899.999974, 484999.999974 ], [ 201899.999974, 484299.999974 ], [ 201999.999974, 483799.999974 ], [ 201799.999974, 482699.999974 ], [ 200399.999974, 482799.999974 ], [ 200399.999974, 482621.118574 ], [ 200399.999974, 482199.999974 ], [ 199299.999974, 479199.999974 ], [ 199293.28587399999378, 479166.42927399999462 ], [ 199199.999974, 478699.999974 ], [ 199199.999974, 478499.999974 ], [ 199799.999974, 476999.999974 ], [ 199799.999974, 476602.999574 ], [ 199799.999974, 476599.999974 ], [ 199799.999974, 475899.999974 ], [ 199599.999974, 475799.999974 ], [ 199299.999974, 475799.999974 ], [ 198899.999974, 475899.999974 ], [ 198799.999974, 476099.999974 ], [ 198999.999974, 476599.999974 ], [ 198799.999974, 476699.999974 ], [ 197299.999974, 476599.999974 ], [ 197266.447474, 476592.543874 ], [ 196399.999974, 476399.999974 ], [ 196115.40897399999085, 476399.999974 ], [ 196099.999974, 476399.999974 ], [ 196299.999974, 477499.999974 ], [ 196299.999974, 477502.764074 ], [ 196299.999974, 477599.999974 ], [ 196199.999974, 477699.999974 ], [ 195599.999974, 477499.999974 ], [ 195593.71367399999872, 477474.854874 ], [ 195592.46237399999518, 477469.849674 ], [ 195499.999974, 477099.999974 ], [ 194999.999974, 476299.999974 ], [ 194756.31227399999625, 476275.631174 ], [ 194660.69577399999253, 476266.069574 ], [ 193999.999974, 476199.999974 ], [ 192399.999974, 476399.999974 ], [ 192099.999974, 476299.999974 ], [ 192058.553474, 476286.184474 ], [ 191510.78157399999327, 476103.593874 ], [ 191499.999974, 476099.999974 ], [ 188599.999974, 475299.999974 ], [ 187799.999974, 474799.999974 ], [ 187326.534974, 474326.534974 ], [ 187299.999974, 474299.999974 ], [ 186899.999974, 474799.999974 ], [ 186599.999974, 475699.999974 ], [ 186499.999974, 476399.999974 ], [ 186699.999974, 476999.999974 ], [ 186299.999974, 477699.999974 ], [ 186199.999974, 478699.999974 ], [ 185999.999974, 479199.999974 ], [ 185899.999974, 479699.999974 ], [ 185932.865274, 479718.780174 ], [ 186599.999974, 480099.999974 ], [ 187899.999974, 481699.999974 ], [ 188599.999974, 483099.999974 ], [ 188547.95607399998698, 483189.893974 ], [ 187499.999974, 484999.999974 ], [ 188099.999974, 485399.999974 ], [ 188299.999974, 485699.999974 ], [ 190699.999974, 488899.999974 ], [ 191599.999974, 489399.999974 ], [ 192799.999974, 489999.999974 ], [ 193399.999974, 490199.999974 ], [ 193799.999974, 489599.999974 ], [ 196199.999974, 487999.999974 ], [ 196981.41637399999308, 487586.308974 ], [ 197055.493174, 487547.091874 ], [ 197899.999974, 487099.999974 ], [ 198899.999974, 486799.999974 ], [ 199099.999974, 486699.999974 ], [ 198999.999974, 486499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0233" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 179599.999974, 479899.999974 ], [ 179299.999974, 478999.999974 ], [ 179399.999974, 478299.999974 ], [ 179399.999974, 478273.884874 ], [ 179399.999974, 477899.999974 ], [ 179499.999974, 477699.999974 ], [ 180099.999974, 477199.999974 ], [ 180099.999974, 476699.999974 ], [ 179629.99297399999341, 476041.990174 ], [ 179599.999974, 475999.999974 ], [ 179699.999974, 475699.999974 ], [ 180482.95627399999648, 473449.000774 ], [ 180499.999974, 473399.999974 ], [ 179599.999974, 473099.999974 ], [ 179571.822374, 473093.961974 ], [ 178199.999974, 472799.999974 ], [ 177699.999974, 472699.999974 ], [ 177415.797874, 472510.531874 ], [ 177399.999974, 472499.999974 ], [ 177160.719974, 472420.239974 ], [ 177120.75697399998899, 472406.918974 ], [ 177099.999974, 472399.999974 ], [ 176844.786074, 472399.999974 ], [ 176799.999974, 472399.999974 ], [ 175299.999974, 472599.999974 ], [ 175099.999974, 472699.999974 ], [ 174799.999974, 473599.999974 ], [ 174599.999974, 473899.999974 ], [ 173799.999974, 474399.999974 ], [ 173399.999974, 474899.999974 ], [ 172904.512774, 475494.584674 ], [ 172899.999974, 475499.999974 ], [ 172199.999974, 475999.999974 ], [ 170999.999974, 476399.999974 ], [ 170959.003174, 476399.999974 ], [ 170891.621874, 476597.553174 ], [ 170817.70317399999476, 476406.593774 ], [ 170815.394674, 476400.572974 ], [ 170815.39067399999476, 476400.562474 ], [ 170815.171474, 476399.999974 ], [ 170799.999974, 476399.999974 ], [ 170399.999974, 476399.999974 ], [ 170299.999974, 476399.999974 ], [ 170299.999974, 476599.999974 ], [ 169799.999974, 476699.999974 ], [ 169099.999974, 476699.999974 ], [ 169070.950274, 476707.26247399998829 ], [ 168699.999974, 476799.999974 ], [ 167214.673874, 477493.152174 ], [ 167199.999974, 477499.999974 ], [ 166499.999974, 477699.999974 ], [ 166199.999974, 477999.999974 ], [ 165999.999974, 478199.999974 ], [ 166499.999974, 479699.999974 ], [ 166699.999974, 480099.999974 ], [ 166799.999974, 480499.999974 ], [ 166799.999974, 480699.999974 ], [ 166899.999974, 481099.999974 ], [ 167199.999974, 481299.999974 ], [ 167762.366374, 481942.704474 ], [ 168029.86977399999159, 481924.968674 ], [ 168032.864474, 481924.716474 ], [ 168035.85457399999723, 481924.413274 ], [ 168038.838974, 481924.058874 ], [ 168040.98677399998996, 481923.766474 ], [ 168299.999974, 481599.999974 ], [ 169074.59357399999863, 481309.527374 ], [ 169099.999974, 481299.999974 ], [ 169499.999974, 481199.999974 ], [ 170099.999974, 481299.999974 ], [ 170130.80247399999644, 481327.722274 ], [ 170134.250174, 481330.82517399999779 ], [ 171087.294874, 482188.56537399999797 ], [ 171099.999974, 482199.999974 ], [ 171599.999974, 482099.999974 ], [ 171965.948974, 481734.051074 ], [ 171999.999974, 481699.999974 ], [ 172970.42997399999877, 480826.6130739999935 ], [ 172999.999974, 480799.999974 ], [ 174399.999974, 479499.999974 ], [ 174799.999974, 479299.999974 ], [ 174829.58727399999043, 479364.10567399999127 ], [ 175399.999974, 480599.999974 ], [ 176699.999974, 482299.999974 ], [ 179599.999974, 481199.999974 ], [ 179645.97397399999318, 481177.013074 ], [ 179799.999974, 481099.999974 ], [ 179605.347974, 479932.087774 ], [ 179599.999974, 479899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0236" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 145899.999974, 438599.999974 ], [ 146699.999974, 438299.999974 ], [ 147699.999974, 438299.999974 ], [ 147735.97017399998731, 438264.02987399999984 ], [ 147999.999974, 437999.999974 ], [ 148099.999974, 437799.999974 ], [ 148002.389574, 437116.726874 ], [ 147999.999974, 437099.999974 ], [ 147199.999974, 436899.999974 ], [ 148478.3182739999902, 434933.356574 ], [ 148499.999974, 434899.999974 ], [ 148699.999974, 434599.999974 ], [ 148799.999974, 434799.999974 ], [ 149394.71487399999751, 434205.285074 ], [ 149399.999974, 434199.999974 ], [ 149499.999974, 434199.999974 ], [ 149504.814374, 434199.999974 ], [ 149599.999974, 434199.999974 ], [ 149899.999974, 434199.999974 ], [ 150299.999974, 433799.999974 ], [ 150302.24957399998675, 433797.000574 ], [ 150599.999974, 433399.999974 ], [ 150599.999974, 433199.999974 ], [ 150148.732974, 432838.986374 ], [ 150099.999974, 432799.999974 ], [ 149999.999974, 432499.999974 ], [ 150033.261774, 432483.369074 ], [ 150199.999974, 432399.999974 ], [ 150799.999974, 432699.999974 ], [ 151399.999974, 432599.999974 ], [ 151552.95807399999467, 432523.520974 ], [ 151599.999974, 432499.999974 ], [ 151699.999974, 432199.999974 ], [ 151699.999974, 431699.999974 ], [ 151499.999974, 431299.999974 ], [ 151463.432474, 431263.432474 ], [ 150899.999974, 430699.999974 ], [ 150899.999974, 430099.999974 ], [ 150499.999974, 429999.999974 ], [ 150006.08807399999932, 429703.652874 ], [ 149999.999974, 429699.999974 ], [ 149620.754174, 429225.94277399999555 ], [ 149599.999974, 429199.999974 ], [ 149599.999974, 429299.999974 ], [ 149587.54927399998996, 429304.150274 ], [ 148699.999974, 429599.999974 ], [ 147499.999974, 429799.999974 ], [ 147438.52167399998871, 429788.822074 ], [ 146399.999974, 429599.999974 ], [ 145299.999974, 429799.999974 ], [ 144726.410674, 429704.401774 ], [ 144699.999974, 429699.999974 ], [ 144141.692874, 429699.999974 ], [ 144099.999974, 429699.999974 ], [ 143399.999974, 429299.999974 ], [ 142599.999974, 429099.999974 ], [ 142587.22937399998773, 429095.743174 ], [ 142299.999974, 428999.999974 ], [ 142286.86247399999411, 428996.715674 ], [ 141899.999974, 428899.999974 ], [ 141854.653174, 428884.884374 ], [ 141599.999974, 428799.999974 ], [ 141571.32387399999425, 428799.999974 ], [ 140099.999974, 428799.999974 ], [ 140092.76557399999001, 428799.999974 ], [ 138899.999974, 428799.999974 ], [ 138599.999974, 428799.999974 ], [ 138599.999974, 428899.999974 ], [ 138699.999974, 430299.999974 ], [ 137823.74407399998745, 431565.703074 ], [ 137799.999974, 431599.999974 ], [ 136699.999974, 431399.999974 ], [ 136499.999974, 431699.999974 ], [ 136499.999974, 432175.524774 ], [ 136499.999974, 432199.999974 ], [ 136511.01687399999355, 432222.033674 ], [ 136599.999974, 432399.999974 ], [ 136699.999974, 432799.999974 ], [ 136199.999974, 433399.999974 ], [ 136225.351574, 433450.703174 ], [ 136298.30437399999937, 433596.608774 ], [ 136399.999974, 433799.999974 ], [ 136499.999974, 434499.999974 ], [ 137399.999974, 436199.999974 ], [ 137424.382974, 436224.382974 ], [ 137499.999974, 436299.999974 ], [ 137699.999974, 436699.999974 ], [ 138199.999974, 437399.999974 ], [ 138699.999974, 437799.999974 ], [ 139199.999974, 437799.999974 ], [ 139799.999974, 437499.999974 ], [ 139308.129274, 436811.380974 ], [ 139305.29687399999239, 436803.312474 ], [ 139304.8919739999983, 436800.889474 ], [ 140399.999974, 436999.999974 ], [ 141299.999974, 437299.999974 ], [ 142299.999974, 437399.999974 ], [ 142699.999974, 437499.999974 ], [ 142899.999974, 436799.999974 ], [ 144396.381774, 437298.793974 ], [ 144399.999974, 437299.999974 ], [ 145099.999974, 437699.999974 ], [ 145899.999974, 438599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0241" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 193871.515274, 424814.242374 ], [ 193899.999974, 424799.999974 ], [ 194299.999974, 424799.999974 ], [ 194699.999974, 424399.999974 ], [ 195799.999974, 423399.999974 ], [ 195699.999974, 422999.999974 ], [ 195499.999974, 422799.999974 ], [ 195499.48137399999541, 422798.444274 ], [ 195551.70317399999476, 422795.312474 ], [ 195501.999974, 422701.687474 ], [ 195431.20317399999476, 422565.406274 ], [ 195407.020374, 422521.061174 ], [ 195387.406274, 422485.093774 ], [ 195404.59477399999741, 422477.026274 ], [ 195499.999974, 421999.999974 ], [ 195899.999974, 422099.999974 ], [ 196499.999974, 421799.999974 ], [ 196099.999974, 421299.999974 ], [ 196199.999974, 420899.999974 ], [ 196399.999974, 420599.999974 ], [ 196699.999974, 420299.999974 ], [ 196599.999974, 419899.999974 ], [ 195899.999974, 419199.999974 ], [ 195599.999974, 419099.999974 ], [ 195586.89367399999173, 419099.999974 ], [ 195499.999974, 419099.999974 ], [ 194399.999974, 418199.999974 ], [ 194299.999974, 418299.999974 ], [ 193999.999974, 417999.999974 ], [ 194099.999974, 417799.999974 ], [ 193999.999974, 417399.999974 ], [ 193399.999974, 417099.999974 ], [ 193099.999974, 417099.999974 ], [ 192799.999974, 417099.999974 ], [ 192699.999974, 417199.999974 ], [ 192499.999974, 417399.999974 ], [ 192499.999974, 417699.999974 ], [ 192699.999974, 417899.999974 ], [ 191999.999974, 418099.999974 ], [ 191952.17237399998703, 418119.131074 ], [ 191499.999974, 418299.999974 ], [ 191476.856674, 418346.286674 ], [ 191299.999974, 418699.999974 ], [ 191299.999974, 419099.999974 ], [ 191199.999974, 419399.999974 ], [ 190799.999974, 419799.999974 ], [ 190499.999974, 420299.999974 ], [ 190480.000074, 420331.999874 ], [ 189999.999974, 421099.999974 ], [ 189998.917374, 421101.623874 ], [ 189599.999974, 421699.999974 ], [ 189508.433274, 421974.70017399999779 ], [ 189499.999974, 421999.999974 ], [ 189499.999974, 423099.999974 ], [ 189099.999974, 423799.999974 ], [ 188899.999974, 424699.999974 ], [ 189299.999974, 424699.999974 ], [ 189303.54067399998894, 424699.999974 ], [ 189599.999974, 424699.999974 ], [ 189575.92127399999299, 424747.808674 ], [ 189511.327374, 424877.345174 ], [ 189499.999974, 424899.999974 ], [ 189299.999974, 425099.999974 ], [ 189099.999974, 425499.999974 ], [ 188999.999974, 425899.999974 ], [ 189046.25707399999374, 425927.754274 ], [ 189499.999974, 426199.999974 ], [ 189556.52117399999406, 426220.553174 ], [ 190599.999974, 426599.999974 ], [ 190601.166174, 426601.166174 ], [ 190899.999974, 426899.999974 ], [ 191499.999974, 426099.999974 ], [ 192099.999974, 425599.999974 ], [ 192371.067374, 425483.828274 ], [ 192799.999974, 425299.999974 ], [ 193299.999974, 425199.999974 ], [ 193699.999974, 424899.999974 ], [ 193871.515274, 424814.242374 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0243" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 174899.999974, 487699.999974 ], [ 175899.999974, 486099.999974 ], [ 175999.999974, 485899.999974 ], [ 176199.999974, 485499.999974 ], [ 176199.999974, 485403.347874 ], [ 176283.251874, 485362.513174 ], [ 176199.999974, 485370.487974 ], [ 176199.999974, 485099.999974 ], [ 176212.11847399998805, 485075.762974 ], [ 176599.999974, 484299.999974 ], [ 176656.427674, 484074.289174 ], [ 176688.588874, 483945.644674 ], [ 176699.999974, 483899.999974 ], [ 176699.999974, 483599.999974 ], [ 177099.999974, 483499.999974 ], [ 177199.999974, 483299.999974 ], [ 177199.999974, 482899.999974 ], [ 177099.999974, 482599.999974 ], [ 176699.999974, 482299.999974 ], [ 175399.999974, 480599.999974 ], [ 174829.58727399999043, 479364.10567399999127 ], [ 174799.999974, 479299.999974 ], [ 174399.999974, 479499.999974 ], [ 172999.999974, 480799.999974 ], [ 172970.42997399999877, 480826.6130739999935 ], [ 171999.999974, 481699.999974 ], [ 171965.948974, 481734.051074 ], [ 171599.999974, 482099.999974 ], [ 171099.999974, 482199.999974 ], [ 171087.294874, 482188.56537399999797 ], [ 170134.250174, 481330.82517399999779 ], [ 170130.80247399999644, 481327.722274 ], [ 170099.999974, 481299.999974 ], [ 169499.999974, 481199.999974 ], [ 169099.999974, 481299.999974 ], [ 169074.59357399999863, 481309.527374 ], [ 168299.999974, 481599.999974 ], [ 168040.98677399998996, 481923.766474 ], [ 168038.838974, 481924.058874 ], [ 168035.85457399999723, 481924.413274 ], [ 168032.864474, 481924.716474 ], [ 168029.86977399999159, 481924.968674 ], [ 167762.366374, 481942.704474 ], [ 167899.999974, 482099.999974 ], [ 168499.999974, 482599.999974 ], [ 168799.999974, 482699.999974 ], [ 169375.81457399998908, 483275.814574 ], [ 169399.999974, 483299.999974 ], [ 169692.120674, 483592.120674 ], [ 169699.999974, 483599.999974 ], [ 169999.999974, 483899.999974 ], [ 170000.81357399999979, 483900.813574 ], [ 170295.7435739999928, 484195.743574 ], [ 170299.999974, 484199.999974 ], [ 170299.999974, 484399.999974 ], [ 170302.44277399999555, 484414.656874 ], [ 170399.999974, 484999.999974 ], [ 170499.999974, 485499.999974 ], [ 170511.69077399998787, 485515.587674 ], [ 170799.999974, 485899.999974 ], [ 171299.999974, 485499.999974 ], [ 171304.36797399999341, 485504.367974 ], [ 171499.999974, 485699.999974 ], [ 171699.999974, 485999.999974 ], [ 172256.678974, 486487.094074 ], [ 172499.999974, 486699.999974 ], [ 172799.999974, 486699.999974 ], [ 173099.999974, 486299.999974 ], [ 173135.914074, 486331.424774 ], [ 173899.999974, 486999.999974 ], [ 174599.999974, 487499.999974 ], [ 174699.999974, 487699.999974 ], [ 174899.999974, 487899.999974 ], [ 174899.999974, 487699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0244" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 199299.999974, 502299.999974 ], [ 199679.871374, 502015.096474 ], [ 199699.999974, 501999.999974 ], [ 200296.36677399999462, 501503.027674 ], [ 200299.999974, 501499.999974 ], [ 200499.999974, 501299.999974 ], [ 200799.999974, 500499.999974 ], [ 200800.72457399999257, 500498.550774 ], [ 200899.999974, 500299.999974 ], [ 200937.037474, 500255.554974 ], [ 201399.999974, 499699.999974 ], [ 202699.999974, 498999.999974 ], [ 203399.999974, 498299.999974 ], [ 203409.063874, 498277.340274 ], [ 203599.999974, 497799.999974 ], [ 203699.999974, 496499.999974 ], [ 203499.999974, 496499.999974 ], [ 203275.73857399998815, 496544.852274 ], [ 202999.999974, 496599.999974 ], [ 202024.101574, 496307.230474 ], [ 201999.999974, 496299.999974 ], [ 201325.433974, 496203.633374 ], [ 201299.999974, 496199.999974 ], [ 200799.999974, 496099.999974 ], [ 200779.9542739999888, 496090.566674 ], [ 199099.999974, 495299.999974 ], [ 198199.999974, 495299.999974 ], [ 198681.78967399999965, 496263.579474 ], [ 198699.999974, 496299.999974 ], [ 198699.999974, 496399.999974 ], [ 198704.99837399998796, 496415.905474 ], [ 198999.999974, 497399.999974 ], [ 199099.999974, 498299.999974 ], [ 199099.999974, 498699.999974 ], [ 198899.999974, 499099.999974 ], [ 198899.999974, 499123.374074 ], [ 198899.999974, 499199.999974 ], [ 198898.950874, 499201.398774 ], [ 198611.073574, 499585.235174 ], [ 198599.999974, 499599.999974 ], [ 198399.999974, 499699.999974 ], [ 197999.999974, 499699.999974 ], [ 197899.999974, 499899.999974 ], [ 197899.999974, 500399.999974 ], [ 197299.999974, 501099.999974 ], [ 196699.999974, 501599.999974 ], [ 197099.999974, 501999.999974 ], [ 197399.999974, 502199.999974 ], [ 197599.999974, 502199.999974 ], [ 197899.999974, 502099.999974 ], [ 198199.999974, 502199.999974 ], [ 198299.999974, 502299.999974 ], [ 198499.999974, 502599.999974 ], [ 199299.999974, 502299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0246" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 203275.73857399998815, 496544.852274 ], [ 203499.999974, 496499.999974 ], [ 203699.999974, 496499.999974 ], [ 203599.999974, 495499.999974 ], [ 203799.999974, 495199.999974 ], [ 204099.999974, 494999.999974 ], [ 204399.999974, 494699.999974 ], [ 204799.999974, 494199.999974 ], [ 204795.537474, 494164.299874 ], [ 204699.999974, 493399.999974 ], [ 204399.999974, 492699.999974 ], [ 204399.999974, 492399.999974 ], [ 204499.999974, 492099.999974 ], [ 204199.999974, 491399.999974 ], [ 204245.906274, 491354.093674 ], [ 204799.999974, 490799.999974 ], [ 205099.999974, 490699.999974 ], [ 205598.558074, 490500.576774 ], [ 205597.8862739999895, 490497.744574 ], [ 205597.12767399998847, 490494.862274 ], [ 205596.77047399998992, 490493.540874 ], [ 205596.330274, 490491.912774 ], [ 205595.803774, 490490.07517399999779 ], [ 205595.53897399999551, 490488.498374 ], [ 205595.342474, 490486.757974 ], [ 205573.317474, 490343.272874 ], [ 205552.46897399998852, 490344.128274 ], [ 205522.675374, 490345.350774 ], [ 205499.999974, 490299.999974 ], [ 205199.999974, 489599.999974 ], [ 205292.764574, 488950.647974 ], [ 205299.999974, 488899.999974 ], [ 205112.47997399998712, 488431.19997399998829 ], [ 205099.999974, 488399.999974 ], [ 204999.999974, 488199.999974 ], [ 204952.50697399998899, 488181.002774 ], [ 204499.999974, 487999.999974 ], [ 202299.999974, 487399.999974 ], [ 202099.999974, 487099.999974 ], [ 201999.999974, 486499.999974 ], [ 201799.999974, 486199.999974 ], [ 201425.505474, 486199.999974 ], [ 201399.999974, 486199.999974 ], [ 200299.999974, 486099.999974 ], [ 199899.999974, 485699.999974 ], [ 199599.999974, 485599.999974 ], [ 199599.999974, 486308.907674 ], [ 199599.999974, 486399.999974 ], [ 199422.78897399999551, 486340.929674 ], [ 199299.999974, 486299.999974 ], [ 198999.999974, 486499.999974 ], [ 199099.999974, 486699.999974 ], [ 198899.999974, 486799.999974 ], [ 197899.999974, 487099.999974 ], [ 197055.493174, 487547.091874 ], [ 196981.41637399999308, 487586.308974 ], [ 196199.999974, 487999.999974 ], [ 193799.999974, 489599.999974 ], [ 193399.999974, 490199.999974 ], [ 193399.999974, 490499.999974 ], [ 194399.999974, 490999.999974 ], [ 194899.999974, 491499.999974 ], [ 196293.47897399999783, 493291.615874 ], [ 196299.999974, 493299.999974 ], [ 197899.999974, 495299.999974 ], [ 198199.999974, 495299.999974 ], [ 199099.999974, 495299.999974 ], [ 200779.9542739999888, 496090.566674 ], [ 200799.999974, 496099.999974 ], [ 201299.999974, 496199.999974 ], [ 201325.433974, 496203.633374 ], [ 201999.999974, 496299.999974 ], [ 202024.101574, 496307.230474 ], [ 202999.999974, 496599.999974 ], [ 203275.73857399998815, 496544.852274 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0252" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 189499.999974, 423099.999974 ], [ 189499.999974, 421999.999974 ], [ 189508.433274, 421974.70017399999779 ], [ 189599.999974, 421699.999974 ], [ 189998.917374, 421101.623874 ], [ 189999.999974, 421099.999974 ], [ 189499.999974, 421199.999974 ], [ 188299.999974, 420899.999974 ], [ 188246.071674, 420899.999974 ], [ 188199.999974, 420899.999974 ], [ 188099.999974, 420599.999974 ], [ 188099.999974, 420049.013274 ], [ 188099.999974, 419999.999974 ], [ 188299.999974, 419499.999974 ], [ 188111.00767399999313, 419216.511474 ], [ 188099.999974, 419199.999974 ], [ 188010.60767399999895, 418931.822974 ], [ 187999.999974, 418899.999974 ], [ 187199.999974, 419099.999974 ], [ 186447.19827399999485, 419005.899774 ], [ 186399.999974, 418999.999974 ], [ 184999.999974, 418799.999974 ], [ 184984.81157399999211, 418798.101474 ], [ 184199.999974, 418699.999974 ], [ 184175.203574, 418694.68647399998736 ], [ 182799.999974, 418399.999974 ], [ 182099.999974, 418199.999974 ], [ 181399.999974, 418199.999974 ], [ 181394.197474, 418201.657874 ], [ 180718.3408739999868, 418394.759774 ], [ 180699.999974, 418399.999974 ], [ 180199.999974, 418699.999974 ], [ 180190.07267399999546, 418705.956374 ], [ 179716.124374, 418990.325374 ], [ 179699.999974, 418999.999974 ], [ 179399.999974, 419399.999974 ], [ 179395.547874, 419410.388374 ], [ 179099.999974, 420099.999974 ], [ 179094.50767399999313, 420105.492274 ], [ 178799.999974, 420399.999974 ], [ 178773.243774, 420413.378074 ], [ 178599.999974, 420499.999974 ], [ 178799.999974, 421099.999974 ], [ 179380.27787399999215, 421099.999974 ], [ 179399.999974, 421099.999974 ], [ 179699.999974, 421199.999974 ], [ 181299.999974, 421599.999974 ], [ 181312.378774, 421603.094674 ], [ 182007.00957399999606, 421776.752374 ], [ 182099.999974, 421799.999974 ], [ 183199.999974, 422699.999974 ], [ 183499.999974, 422999.999974 ], [ 183510.79687399999239, 422994.601574 ], [ 183899.999974, 422799.999974 ], [ 183915.20187399999122, 422784.798074 ], [ 184183.972574, 422516.027474 ], [ 184199.999974, 422499.999974 ], [ 184478.570974, 422722.856774 ], [ 185199.999974, 423299.999974 ], [ 185202.525074, 423305.050274 ], [ 185299.999974, 423499.999974 ], [ 185316.24367399999755, 423524.36547399999108 ], [ 185499.999974, 423799.999974 ], [ 185999.999974, 424299.999974 ], [ 186025.393974, 424308.464674 ], [ 186299.999974, 424399.999974 ], [ 186699.999974, 424499.999974 ], [ 186712.34217399999034, 424499.999974 ], [ 187099.999974, 424499.999974 ], [ 187120.0222739999881, 424503.640374 ], [ 188199.999974, 424699.999974 ], [ 188699.999974, 424699.999974 ], [ 188749.048574, 424699.999974 ], [ 188899.999974, 424699.999974 ], [ 189099.999974, 423799.999974 ], [ 189499.999974, 423099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0262" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 222999.999974, 473399.999974 ], [ 223499.999974, 473199.999974 ], [ 224299.999974, 473299.999974 ], [ 225299.999974, 473199.999974 ], [ 225299.999974, 472899.999974 ], [ 225299.999974, 472883.95607399998698 ], [ 225299.999974, 472599.999974 ], [ 225799.999974, 472099.999974 ], [ 226199.999974, 471099.999974 ], [ 227399.999974, 469899.999974 ], [ 227781.878674, 469231.712274 ], [ 227799.999974, 469199.999974 ], [ 227899.999974, 468999.999974 ], [ 228083.010374, 468725.48437399999239 ], [ 228099.999974, 468699.999974 ], [ 228399.999974, 468599.999974 ], [ 228999.999974, 468399.999974 ], [ 228999.999974, 468349.076474 ], [ 228999.999974, 467699.999974 ], [ 229610.843874, 466740.102574 ], [ 229699.999974, 466599.999974 ], [ 230399.999974, 466299.999974 ], [ 230599.999974, 466099.999974 ], [ 230699.999974, 465599.999974 ], [ 230624.370074, 465297.480374 ], [ 230599.999974, 465199.999974 ], [ 230299.999974, 464099.999974 ], [ 230099.999974, 463799.999974 ], [ 228499.999974, 463199.999974 ], [ 228599.999974, 462999.999974 ], [ 228971.20367399998941, 462721.597274 ], [ 229399.999974, 462399.999974 ], [ 229899.999974, 462099.999974 ], [ 229899.999974, 461899.999974 ], [ 230399.999974, 461199.999974 ], [ 230299.999974, 460999.999974 ], [ 230338.572274, 460768.566274 ], [ 230399.999974, 460399.999974 ], [ 230699.999974, 460199.999974 ], [ 230399.999974, 459499.999974 ], [ 230299.999974, 459199.999974 ], [ 229999.999974, 458799.999974 ], [ 229999.999974, 458099.999974 ], [ 229799.999974, 457499.999974 ], [ 229769.5395739999949, 457507.615074 ], [ 229399.999974, 457599.999974 ], [ 229299.999974, 457899.999974 ], [ 229199.999974, 458099.999974 ], [ 228999.999974, 458099.999974 ], [ 228199.999974, 458299.999974 ], [ 227499.999974, 458099.999974 ], [ 227358.735374, 458015.241174 ], [ 226999.999974, 457799.999974 ], [ 225999.999974, 456999.999974 ], [ 225499.999974, 457499.999974 ], [ 223799.999974, 458799.999974 ], [ 224099.999974, 459199.999974 ], [ 224099.999974, 459499.999974 ], [ 223799.999974, 459999.999974 ], [ 224099.999974, 460799.999974 ], [ 223833.64677399999346, 460799.999974 ], [ 223799.999974, 460799.999974 ], [ 222799.999974, 460299.999974 ], [ 222235.276374, 460017.638174 ], [ 222199.999974, 459999.999974 ], [ 221799.999974, 460199.999974 ], [ 221499.999974, 460699.999974 ], [ 221438.83597399998689, 461066.983874 ], [ 221399.999974, 461299.999974 ], [ 219399.999974, 461499.999974 ], [ 219299.999974, 462499.999974 ], [ 219099.999974, 463099.999974 ], [ 218599.999974, 462999.999974 ], [ 217899.999974, 462899.999974 ], [ 217499.999974, 462699.999974 ], [ 216799.999974, 462699.999974 ], [ 216299.999974, 462599.999974 ], [ 215699.999974, 462699.999974 ], [ 215159.1307739999902, 462545.465974 ], [ 214999.999974, 462499.999974 ], [ 214399.999974, 462399.999974 ], [ 213899.999974, 462499.999974 ], [ 213499.999974, 462299.999974 ], [ 213220.955774, 462299.999974 ], [ 213215.418974, 462334.616874 ], [ 213214.32447399999364, 462334.586174 ], [ 213199.279974, 462334.159974 ], [ 213193.8402739999874, 462333.878774 ], [ 212999.999974, 463399.999974 ], [ 212799.999974, 463399.999974 ], [ 212216.05357399999048, 463205.351174 ], [ 212199.999974, 463199.999974 ], [ 211899.999974, 463399.999974 ], [ 211811.019574, 463666.941274 ], [ 211799.999974, 463699.999974 ], [ 211633.637774, 463977.270374 ], [ 211499.999974, 464199.999974 ], [ 211099.999974, 464599.999974 ], [ 210599.999974, 464399.999974 ], [ 210499.999974, 464199.999974 ], [ 210299.999974, 464499.999974 ], [ 210099.999974, 464899.999974 ], [ 210199.999974, 465499.999974 ], [ 210003.53027399998973, 465892.939474 ], [ 209999.999974, 465899.999974 ], [ 209299.999974, 466199.999974 ], [ 208399.999974, 467099.999974 ], [ 207899.999974, 467099.999974 ], [ 207699.999974, 467199.999974 ], [ 207599.999974, 467599.999974 ], [ 207599.999974, 467999.999974 ], [ 207607.63507399999071, 468015.270074 ], [ 207699.999974, 468199.999974 ], [ 207899.999974, 468399.999974 ], [ 208699.999974, 468399.999974 ], [ 209599.999974, 468799.999974 ], [ 209799.999974, 469199.999974 ], [ 209889.77127399999881, 469469.313674 ], [ 209899.999974, 469499.999974 ], [ 209899.999974, 469999.999974 ], [ 209699.999974, 470299.999974 ], [ 209199.999974, 470899.999974 ], [ 208699.999974, 471199.999974 ], [ 208199.999974, 471699.999974 ], [ 208235.122574, 471711.707574 ], [ 208764.79677399998764, 471888.265574 ], [ 208799.999974, 471899.999974 ], [ 209299.999974, 472099.999974 ], [ 209356.123774, 472032.651474 ], [ 209799.999974, 471499.999974 ], [ 210699.999974, 471599.999974 ], [ 210834.423474, 471555.192174 ], [ 211299.999974, 471399.999974 ], [ 211699.999974, 471199.999974 ], [ 211605.62457399998675, 471483.126274 ], [ 211499.999974, 471799.999974 ], [ 211512.704774, 471799.999974 ], [ 211518.79687399999239, 471788.281274 ], [ 211550.579574, 471799.999974 ], [ 211699.999974, 471799.999974 ], [ 212099.999974, 471499.999974 ], [ 212499.999974, 471599.999974 ], [ 212899.999974, 471599.999974 ], [ 213199.999974, 471399.999974 ], [ 213799.999974, 471399.999974 ], [ 214299.999974, 471399.999974 ], [ 214659.944374, 471489.986074 ], [ 214699.999974, 471499.999974 ], [ 215299.999974, 471299.999974 ], [ 215399.999974, 471299.999974 ], [ 215407.58057399999234, 471303.790274 ], [ 215799.999974, 471499.999974 ], [ 216399.999974, 471699.999974 ], [ 216857.42427399998996, 471791.484874 ], [ 216899.999974, 471799.999974 ], [ 217099.999974, 471599.999974 ], [ 217199.999974, 471199.999974 ], [ 218799.999974, 471299.999974 ], [ 219099.999974, 471399.999974 ], [ 219999.999974, 471399.999974 ], [ 219999.999974, 472399.999974 ], [ 220199.999974, 472399.999974 ], [ 220799.999974, 473099.999974 ], [ 221899.999974, 473099.999974 ], [ 222599.999974, 473399.999974 ], [ 222615.100574, 473410.067074 ], [ 222899.999974, 473599.999974 ], [ 222999.999974, 473399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0263" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 156999.999974, 425999.999974 ], [ 156899.999974, 425899.999974 ], [ 156799.999974, 425899.999974 ], [ 156747.689374, 425910.462174 ], [ 156299.999974, 425999.999974 ], [ 155908.376874, 425608.376874 ], [ 155899.999974, 425599.999974 ], [ 155799.999974, 425399.999974 ], [ 155798.46897399998852, 425397.703474 ], [ 155399.999974, 424799.999974 ], [ 154824.541574, 424128.631774 ], [ 154799.999974, 424099.999974 ], [ 153742.66937399999006, 422369.82257399999071 ], [ 153699.999974, 422299.999974 ], [ 153611.23267399999895, 422033.698074 ], [ 153599.999974, 421999.999974 ], [ 153299.999974, 421099.999974 ], [ 153199.999974, 419999.999974 ], [ 153195.74117399999523, 419965.929174 ], [ 153099.999974, 419199.999974 ], [ 152899.999974, 418799.999974 ], [ 152699.999974, 418499.999974 ], [ 150399.999974, 417499.999974 ], [ 149299.999974, 416699.999974 ], [ 149269.534174, 416679.689374 ], [ 148999.999974, 416499.999974 ], [ 148699.999974, 416499.999974 ], [ 147823.069974, 416792.309974 ], [ 147799.999974, 416799.999974 ], [ 146807.29307399998652, 416799.999974 ], [ 146799.999974, 416799.999974 ], [ 146499.999974, 416699.999974 ], [ 145899.999974, 416299.999974 ], [ 145499.999974, 416099.999974 ], [ 145482.25447399998666, 416105.915174 ], [ 145216.03457399999024, 416194.655174 ], [ 145199.999974, 416199.999974 ], [ 144221.129974, 416983.095974 ], [ 144199.999974, 416999.999974 ], [ 143499.999974, 417199.999974 ], [ 142899.999974, 417099.999974 ], [ 142896.703974, 417099.175974 ], [ 142499.999974, 416999.999974 ], [ 141699.999974, 416899.999974 ], [ 141099.999974, 416999.999974 ], [ 140999.999974, 418399.999974 ], [ 140699.999974, 418899.999974 ], [ 140399.999974, 419199.999974 ], [ 140354.032574, 419337.90227399999276 ], [ 140311.142674, 419466.571974 ], [ 140299.999974, 419499.999974 ], [ 140796.9371739999915, 419798.162274 ], [ 140799.999974, 419799.999974 ], [ 140965.191074, 419717.404474 ], [ 140999.999974, 419699.999974 ], [ 141399.999974, 419699.999974 ], [ 141599.999974, 419799.999974 ], [ 141527.443674, 419872.556374 ], [ 141519.737074, 419903.947374 ], [ 142499.999974, 420099.999974 ], [ 142532.128174, 420094.645274 ], [ 143099.999974, 419999.999974 ], [ 144288.6020739999949, 420198.100374 ], [ 144299.999974, 420199.999974 ], [ 144387.8746739999915, 420243.937374 ], [ 144699.999974, 420399.999974 ], [ 144899.999974, 420299.999974 ], [ 145499.999974, 420299.999974 ], [ 146399.999974, 420699.999974 ], [ 146899.999974, 420599.999974 ], [ 146799.999974, 421599.999974 ], [ 146796.340674, 421640.25267399998847 ], [ 146699.999974, 422699.999974 ], [ 147399.999974, 422899.999974 ], [ 148091.631174, 423332.269474 ], [ 148199.999974, 423399.999974 ], [ 148099.999974, 423499.999974 ], [ 147964.369374, 423974.70737399999052 ], [ 147962.44637399999192, 423981.437574 ], [ 147899.999974, 424199.999974 ], [ 147799.999974, 424899.999974 ], [ 147899.999974, 425399.999974 ], [ 147699.999974, 425799.999974 ], [ 148299.999974, 426099.999974 ], [ 148329.09897399999318, 426099.999974 ], [ 148699.999974, 426099.999974 ], [ 149399.999974, 426199.999974 ], [ 150099.999974, 425899.999974 ], [ 150104.42997399999877, 425897.046674 ], [ 150699.999974, 425499.999974 ], [ 150716.495574, 425475.256674 ], [ 150899.999974, 425199.999974 ], [ 150917.80177399999229, 425173.297374 ], [ 151282.6932739999902, 424625.960074 ], [ 151299.999974, 424599.999974 ], [ 151799.999974, 424099.999974 ], [ 152199.999974, 423999.999974 ], [ 152232.40727399999741, 423993.51857399998698 ], [ 152699.999974, 423899.999974 ], [ 153099.999974, 424099.999974 ], [ 153499.999974, 424399.999974 ], [ 153885.90467399999034, 424785.90467399999034 ], [ 153899.999974, 424799.999974 ], [ 154599.999974, 426299.999974 ], [ 155399.999974, 427199.999974 ], [ 155438.06147399998736, 427231.717874 ], [ 155999.999974, 427699.999974 ], [ 156199.999974, 427299.999974 ], [ 156205.03107399999863, 427287.422174 ], [ 156399.999974, 426799.999974 ], [ 156899.999974, 426299.999974 ], [ 156999.999974, 425999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0265" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 200299.999974, 431599.999974 ], [ 200965.580374, 431409.834174 ], [ 200999.999974, 431399.999974 ], [ 201599.999974, 430999.999974 ], [ 201399.999974, 430499.999974 ], [ 201299.999974, 430099.999974 ], [ 200799.999974, 429999.999974 ], [ 200845.391674, 429886.520774 ], [ 200999.999974, 429499.999974 ], [ 200099.999974, 428899.999974 ], [ 199499.999974, 428399.999974 ], [ 199199.999974, 428699.999974 ], [ 198399.999974, 428299.999974 ], [ 198299.999974, 427799.999974 ], [ 197899.999974, 427899.999974 ], [ 198199.999974, 428299.999974 ], [ 197699.999974, 428599.999974 ], [ 197790.149474, 428870.448374 ], [ 197799.999974, 428899.999974 ], [ 197999.999974, 429099.999974 ], [ 198499.999974, 429299.999974 ], [ 198799.999974, 429499.999974 ], [ 198999.999974, 429899.999974 ], [ 198999.999974, 430499.999974 ], [ 198999.999974, 430875.887074 ], [ 198999.999974, 430899.999974 ], [ 198813.678274, 431086.321774 ], [ 198799.999974, 431099.999974 ], [ 198199.999974, 431499.999974 ], [ 197899.999974, 431499.999974 ], [ 196199.999974, 431199.999974 ], [ 196399.999974, 431599.999974 ], [ 196413.35807399998885, 431615.2663739999989 ], [ 197099.999974, 432399.999974 ], [ 197559.70507399999769, 432767.764074 ], [ 197599.999974, 432799.999974 ], [ 198099.999974, 432799.999974 ], [ 198499.999974, 432599.999974 ], [ 199781.03827399999136, 431713.127374 ], [ 199799.999974, 431699.999974 ], [ 200299.999974, 431599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0267" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 160899.999974, 474399.999974 ], [ 160999.999974, 474299.999974 ], [ 161199.999974, 474399.999974 ], [ 161299.999974, 473599.999974 ], [ 161199.999974, 473599.999974 ], [ 161199.999974, 473299.999974 ], [ 161248.286274, 472865.423774 ], [ 161299.999974, 472399.999974 ], [ 161499.999974, 472399.999974 ], [ 161999.999974, 471999.999974 ], [ 162358.83187399999588, 471850.486674 ], [ 163199.999974, 471499.999974 ], [ 163399.999974, 471699.999974 ], [ 163399.999974, 471899.999974 ], [ 163599.999974, 471999.999974 ], [ 163694.6527739999874, 471810.694474 ], [ 163699.999974, 471799.999974 ], [ 163999.999974, 471399.999974 ], [ 164499.999974, 470599.999974 ], [ 164999.999974, 470099.999974 ], [ 165199.999974, 469999.999974 ], [ 165220.34297399999923, 469963.8347739999881 ], [ 166084.42737399999169, 468427.684674 ], [ 166099.999974, 468399.999974 ], [ 166199.999974, 468299.999974 ], [ 170086.80557399999816, 468598.985074 ], [ 170091.742774, 468599.364874 ], [ 170099.999974, 468599.999974 ], [ 170699.999974, 468699.999974 ], [ 171799.999974, 468899.999974 ], [ 171899.999974, 468399.999974 ], [ 171299.999974, 467199.999974 ], [ 170899.999974, 467199.999974 ], [ 170099.999974, 467399.999974 ], [ 170099.999974, 467499.999974 ], [ 170096.501374, 467500.999574 ], [ 169399.999974, 467699.999974 ], [ 167999.999974, 467399.999974 ], [ 167899.999974, 467199.999974 ], [ 167999.999974, 467099.999974 ], [ 167999.999974, 466499.999974 ], [ 167899.999974, 466599.999974 ], [ 167299.999974, 466499.999974 ], [ 167099.999974, 466399.999974 ], [ 167199.999974, 465899.999974 ], [ 167299.999974, 465899.999974 ], [ 167399.999974, 465699.999974 ], [ 166499.999974, 465299.999974 ], [ 166067.61977399999159, 465245.952474 ], [ 165699.999974, 465199.999974 ], [ 165699.999974, 465399.999974 ], [ 165698.16087399999378, 465402.452174 ], [ 165399.999974, 465799.999974 ], [ 165199.999974, 465799.999974 ], [ 165099.999974, 466399.999974 ], [ 165399.999974, 466499.999974 ], [ 165499.999974, 466699.999974 ], [ 165399.999974, 466799.999974 ], [ 164855.818474, 466955.480474 ], [ 164699.999974, 466999.999974 ], [ 164199.999974, 467099.999974 ], [ 163599.999974, 466799.999974 ], [ 163399.999974, 466699.999974 ], [ 162899.999974, 466799.999974 ], [ 162413.530174, 466410.824174 ], [ 162399.999974, 466399.999974 ], [ 161799.999974, 465999.999974 ], [ 161709.90217399998801, 465909.902174 ], [ 161699.999974, 465899.999974 ], [ 161699.999974, 465143.057574 ], [ 161699.999974, 465099.999974 ], [ 161699.999974, 464855.362474 ], [ 161699.999974, 464799.999974 ], [ 161299.999974, 464199.999974 ], [ 159899.999974, 464299.999974 ], [ 159872.161174, 464303.479874 ], [ 159099.999974, 464399.999974 ], [ 159054.95497399999294, 464422.5224739999976 ], [ 158899.999974, 464499.999974 ], [ 158599.999974, 464799.999974 ], [ 158514.18427399999928, 464971.631474 ], [ 158499.999974, 464999.999974 ], [ 158564.35887399999774, 466222.819174 ], [ 158599.999974, 466899.999974 ], [ 158599.999974, 467562.716874 ], [ 158599.999974, 467676.339874 ], [ 158599.999974, 467688.866474 ], [ 158599.999974, 468199.999974 ], [ 158599.999974, 468499.999974 ], [ 158556.004974, 468510.998774 ], [ 158199.999974, 468599.999974 ], [ 156499.999974, 470099.999974 ], [ 156399.999974, 469499.999974 ], [ 156376.36867399999755, 469517.72347399999853 ], [ 155599.999974, 470099.999974 ], [ 155399.999974, 470299.999974 ], [ 155535.133074, 470750.443474 ], [ 155699.999974, 471299.999974 ], [ 155705.729074, 471327.213274 ], [ 156099.999974, 473199.999974 ], [ 156699.999974, 473099.999974 ], [ 156899.999974, 472999.999974 ], [ 157599.999974, 473499.999974 ], [ 158299.999974, 473799.999974 ], [ 159599.999974, 473999.999974 ], [ 160099.999974, 474199.999974 ], [ 160499.999974, 474499.999974 ], [ 160699.999974, 474599.999974 ], [ 160899.999974, 474399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0268" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 187299.999974, 434199.999974 ], [ 187399.999974, 433399.999974 ], [ 188299.999974, 433499.999974 ], [ 188486.750074, 432846.374774 ], [ 188695.252474, 432116.616474 ], [ 188699.999974, 432099.999974 ], [ 188999.999974, 431099.999974 ], [ 189099.999974, 430999.999974 ], [ 189245.847574, 430902.768274 ], [ 189399.999974, 430799.999974 ], [ 188999.999974, 430199.999974 ], [ 189061.690674, 430199.999974 ], [ 189399.999974, 430199.999974 ], [ 189499.999974, 429899.999974 ], [ 189299.999974, 429199.999974 ], [ 188999.999974, 428599.999974 ], [ 189082.985274, 428517.014774 ], [ 189099.999974, 428499.999974 ], [ 189399.999974, 428299.999974 ], [ 189678.91197399998782, 428090.815974 ], [ 189769.364574, 428022.976574 ], [ 189799.999974, 427999.999974 ], [ 190199.999974, 427599.999974 ], [ 190099.999974, 427299.999974 ], [ 190099.999974, 427199.999974 ], [ 190199.999974, 427199.999974 ], [ 190208.798574, 427197.067174 ], [ 190772.085274, 427009.304874 ], [ 190799.999974, 426999.999974 ], [ 190899.999974, 426899.999974 ], [ 190601.166174, 426601.166174 ], [ 190599.999974, 426599.999974 ], [ 189556.52117399999406, 426220.553174 ], [ 189499.999974, 426199.999974 ], [ 189046.25707399999374, 425927.754274 ], [ 188999.999974, 425899.999974 ], [ 189099.999974, 425499.999974 ], [ 189299.999974, 425099.999974 ], [ 189499.999974, 424899.999974 ], [ 189511.327374, 424877.345174 ], [ 189575.92127399999299, 424747.808674 ], [ 189599.999974, 424699.999974 ], [ 189303.54067399998894, 424699.999974 ], [ 189299.999974, 424699.999974 ], [ 188899.999974, 424699.999974 ], [ 188749.048574, 424699.999974 ], [ 188699.999974, 424699.999974 ], [ 188199.999974, 424699.999974 ], [ 187120.0222739999881, 424503.640374 ], [ 187099.999974, 424499.999974 ], [ 186712.34217399999034, 424499.999974 ], [ 186699.999974, 424499.999974 ], [ 186299.999974, 424399.999974 ], [ 186025.393974, 424308.464674 ], [ 185999.999974, 424299.999974 ], [ 185499.999974, 423799.999974 ], [ 185316.24367399999755, 423524.36547399999108 ], [ 185299.999974, 423499.999974 ], [ 185202.525074, 423305.050274 ], [ 185199.999974, 423299.999974 ], [ 184478.570974, 422722.856774 ], [ 184199.999974, 422499.999974 ], [ 184183.972574, 422516.027474 ], [ 183915.20187399999122, 422784.798074 ], [ 183899.999974, 422799.999974 ], [ 183510.79687399999239, 422994.601574 ], [ 183499.999974, 422999.999974 ], [ 183399.999974, 423199.999974 ], [ 183099.999974, 423299.999974 ], [ 182920.525274, 423569.212074 ], [ 182899.999974, 423599.999974 ], [ 182599.999974, 424099.999974 ], [ 182199.999974, 424499.999974 ], [ 181806.930174, 425679.209474 ], [ 181799.999974, 425699.999974 ], [ 181699.999974, 425799.999974 ], [ 181681.83907399998861, 425827.241374 ], [ 181499.999974, 426099.999974 ], [ 180599.999974, 426199.999974 ], [ 180614.7435739999928, 426233.172974 ], [ 180999.999974, 427099.999974 ], [ 181690.77177399999346, 428481.543474 ], [ 181699.999974, 428499.999974 ], [ 181999.999974, 428499.999974 ], [ 182099.999974, 428399.999974 ], [ 182113.09527399999206, 428386.90467399999034 ], [ 182257.70567399999709, 428242.294374 ], [ 182299.999974, 428199.999974 ], [ 182499.999974, 428099.999974 ], [ 182539.049174, 428129.286874 ], [ 183299.999974, 428699.999974 ], [ 183301.61427399999229, 428701.614274 ], [ 183899.999974, 429299.999974 ], [ 184103.345674, 429249.163574 ], [ 184299.999974, 429199.999974 ], [ 184299.999974, 429099.999974 ], [ 184448.06597399999737, 429099.999974 ], [ 184599.999974, 429099.999974 ], [ 184834.351174, 429568.702274 ], [ 184924.02667399999336, 429748.053474 ], [ 185090.081474, 430080.163074 ], [ 185099.999974, 430099.999974 ], [ 185199.999974, 430499.999974 ], [ 185199.999974, 430899.999974 ], [ 185188.4542739999888, 430909.236574 ], [ 184699.999974, 431299.999974 ], [ 185099.999974, 431699.999974 ], [ 185299.999974, 431799.999974 ], [ 185399.999974, 431599.999974 ], [ 185599.999974, 431599.999974 ], [ 185693.83787399998982, 431787.675774 ], [ 185699.999974, 431799.999974 ], [ 185799.999974, 432199.999974 ], [ 185999.999974, 432899.999974 ], [ 185870.686974, 433352.595474 ], [ 185799.999974, 433599.999974 ], [ 185499.999974, 433799.999974 ], [ 185499.999974, 433999.999974 ], [ 185533.72087399999145, 434002.593874 ], [ 186799.999974, 434099.999974 ], [ 186848.705274, 434109.741074 ], [ 187299.999974, 434199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0269" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 191221.854774, 499545.363174 ], [ 191599.999974, 498599.999974 ], [ 192399.999974, 498899.999974 ], [ 192985.512874, 499485.512874 ], [ 192999.999974, 499499.999974 ], [ 193299.999974, 499699.999974 ], [ 193799.999974, 499699.999974 ], [ 194288.493974, 498918.409574 ], [ 194299.999974, 498899.999974 ], [ 194599.999974, 499299.999974 ], [ 194624.969474, 499327.743774 ], [ 195497.255674, 500296.950774 ], [ 195499.999974, 500299.999974 ], [ 196699.999974, 501599.999974 ], [ 197299.999974, 501099.999974 ], [ 197899.999974, 500399.999974 ], [ 197899.999974, 499899.999974 ], [ 197999.999974, 499699.999974 ], [ 198399.999974, 499699.999974 ], [ 198599.999974, 499599.999974 ], [ 198611.073574, 499585.235174 ], [ 198898.950874, 499201.398774 ], [ 198899.999974, 499199.999974 ], [ 198899.999974, 499123.374074 ], [ 198899.999974, 499099.999974 ], [ 199099.999974, 498699.999974 ], [ 199099.999974, 498299.999974 ], [ 198999.999974, 497399.999974 ], [ 198704.99837399998796, 496415.905474 ], [ 198699.999974, 496399.999974 ], [ 198699.999974, 496299.999974 ], [ 198681.78967399999965, 496263.579474 ], [ 198199.999974, 495299.999974 ], [ 197899.999974, 495299.999974 ], [ 196299.999974, 493299.999974 ], [ 196293.47897399999783, 493291.615874 ], [ 194899.999974, 491499.999974 ], [ 194399.999974, 490999.999974 ], [ 193399.999974, 490499.999974 ], [ 193399.999974, 490199.999974 ], [ 192799.999974, 489999.999974 ], [ 191599.999974, 489399.999974 ], [ 190299.999974, 491299.999974 ], [ 190999.999974, 491799.999974 ], [ 189827.33357399998931, 492679.499874 ], [ 189799.999974, 492699.999974 ], [ 189001.00147399998968, 493698.748174 ], [ 188999.999974, 493699.999974 ], [ 188848.87587399999029, 493915.891574 ], [ 188299.999974, 494699.999974 ], [ 188286.67607399998815, 494713.32387399999425 ], [ 188259.12657399999443, 494740.873474 ], [ 187999.999974, 494999.999974 ], [ 187899.999974, 495099.999974 ], [ 187799.999974, 495199.999974 ], [ 187799.999974, 495221.213874 ], [ 187799.999974, 495364.603074 ], [ 187799.999974, 495399.999974 ], [ 187837.94197399998666, 495513.825974 ], [ 187899.999974, 495699.999974 ], [ 188166.279574, 496099.419374 ], [ 188299.999974, 496299.999974 ], [ 187699.999974, 496899.999974 ], [ 187674.55537399998866, 496917.61547399999108 ], [ 186399.999974, 497799.999974 ], [ 186099.999974, 498099.999974 ], [ 185899.999974, 498199.999974 ], [ 186299.999974, 499099.999974 ], [ 186499.999974, 500199.999974 ], [ 186499.999974, 500499.999974 ], [ 186502.25327399998787, 500509.013274 ], [ 186599.999974, 500899.999974 ], [ 186999.999974, 501499.999974 ], [ 187199.999974, 502399.999974 ], [ 187499.999974, 503399.999974 ], [ 187499.999974, 503599.999974 ], [ 188199.999974, 503899.999974 ], [ 188399.999974, 503899.999974 ], [ 188675.68217399998684, 503624.31777399999555 ], [ 188699.999974, 503599.999974 ], [ 189893.20857399998931, 502108.489274 ], [ 189899.999974, 502099.999974 ], [ 190399.999974, 501299.999974 ], [ 191199.999974, 499599.999974 ], [ 191221.854774, 499545.363174 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0273" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 169070.950274, 476707.26247399998829 ], [ 169099.999974, 476699.999974 ], [ 169799.999974, 476699.999974 ], [ 170299.999974, 476599.999974 ], [ 170299.999974, 476399.999974 ], [ 170399.999974, 476399.999974 ], [ 170799.999974, 476399.999974 ], [ 170815.171474, 476399.999974 ], [ 170815.39067399999476, 476400.562474 ], [ 170815.394674, 476400.572974 ], [ 170817.70317399999476, 476406.593774 ], [ 170891.621874, 476597.553174 ], [ 170959.003174, 476399.999974 ], [ 170999.999974, 476399.999974 ], [ 172199.999974, 475999.999974 ], [ 172899.999974, 475499.999974 ], [ 172904.512774, 475494.584674 ], [ 173399.999974, 474899.999974 ], [ 173799.999974, 474399.999974 ], [ 174599.999974, 473899.999974 ], [ 174799.999974, 473599.999974 ], [ 175099.999974, 472699.999974 ], [ 175299.999974, 472599.999974 ], [ 175099.999974, 470799.999974 ], [ 174399.999974, 470699.999974 ], [ 173499.999974, 470199.999974 ], [ 173466.6926739999908, 470175.019474 ], [ 172699.999974, 469599.999974 ], [ 172687.861574, 469590.558974 ], [ 171799.999974, 468899.999974 ], [ 170699.999974, 468699.999974 ], [ 170099.999974, 468599.999974 ], [ 170091.742774, 468599.364874 ], [ 170086.80557399999816, 468598.985074 ], [ 166199.999974, 468299.999974 ], [ 166099.999974, 468399.999974 ], [ 166084.42737399999169, 468427.684674 ], [ 165220.34297399999923, 469963.8347739999881 ], [ 165199.999974, 469999.999974 ], [ 164999.999974, 470099.999974 ], [ 164499.999974, 470599.999974 ], [ 163999.999974, 471399.999974 ], [ 163699.999974, 471799.999974 ], [ 163694.6527739999874, 471810.694474 ], [ 163599.999974, 471999.999974 ], [ 163399.999974, 471899.999974 ], [ 163399.999974, 471699.999974 ], [ 163199.999974, 471499.999974 ], [ 162358.83187399999588, 471850.486674 ], [ 161999.999974, 471999.999974 ], [ 161499.999974, 472399.999974 ], [ 161299.999974, 472399.999974 ], [ 161248.286274, 472865.423774 ], [ 161199.999974, 473299.999974 ], [ 161199.999974, 473599.999974 ], [ 161299.999974, 473599.999974 ], [ 161199.999974, 474399.999974 ], [ 161899.999974, 474999.999974 ], [ 162799.999974, 475199.999974 ], [ 164599.999974, 475099.999974 ], [ 164799.999974, 475399.999974 ], [ 164799.999974, 475899.999974 ], [ 165199.999974, 475999.999974 ], [ 165499.999974, 476599.999974 ], [ 165799.999974, 477499.999974 ], [ 165999.999974, 478199.999974 ], [ 166199.999974, 477999.999974 ], [ 166499.999974, 477699.999974 ], [ 167199.999974, 477499.999974 ], [ 167214.673874, 477493.152174 ], [ 168699.999974, 476799.999974 ], [ 169070.950274, 476707.26247399998829 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0274" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 184199.999974, 448499.999974 ], [ 183899.999974, 447899.999974 ], [ 183799.999974, 447099.999974 ], [ 183599.999974, 446599.999974 ], [ 183599.999974, 446576.406574 ], [ 183599.999974, 446299.999974 ], [ 183799.999974, 446199.999974 ], [ 183809.12047399999574, 446196.959874 ], [ 184667.207274, 445910.930974 ], [ 184699.999974, 445899.999974 ], [ 185466.45737399999052, 445708.385674 ], [ 185499.999974, 445699.999974 ], [ 185583.10147399999551, 445699.999974 ], [ 185599.999974, 445699.999974 ], [ 186599.999974, 445599.999974 ], [ 187199.999974, 445399.999974 ], [ 187699.999974, 445399.999974 ], [ 187708.95807399999467, 445355.209874 ], [ 187799.999974, 444899.999974 ], [ 187799.999974, 444459.014174 ], [ 187799.999974, 444208.387874 ], [ 187799.999974, 444104.978874 ], [ 187799.999974, 444099.999974 ], [ 187896.752574, 443519.484574 ], [ 187899.999974, 443499.999974 ], [ 188099.999974, 443199.999974 ], [ 188199.999974, 443099.999974 ], [ 188189.68037399998866, 443079.36067399999592 ], [ 187999.999974, 442699.999974 ], [ 187699.999974, 442499.999974 ], [ 187399.999974, 442399.999974 ], [ 187099.999974, 442499.999974 ], [ 187083.36977399999159, 442506.236374 ], [ 186299.999974, 442799.999974 ], [ 185799.999974, 442899.999974 ], [ 185099.999974, 442899.999974 ], [ 184701.161674, 442700.580874 ], [ 184699.999974, 442699.999974 ], [ 184015.039374, 442406.445474 ], [ 183999.999974, 442399.999974 ], [ 182399.999974, 441299.999974 ], [ 181999.999974, 441299.999974 ], [ 181990.82147399999667, 441302.753574 ], [ 180999.999974, 441599.999974 ], [ 180099.999974, 442199.999974 ], [ 179699.999974, 442399.999974 ], [ 179652.92497399999411, 442399.999974 ], [ 179099.999974, 442399.999974 ], [ 178699.999974, 442299.999974 ], [ 178690.73007399999187, 442293.378574 ], [ 177999.999974, 441799.999974 ], [ 177899.999974, 442099.999974 ], [ 177699.999974, 442099.999974 ], [ 177399.999974, 442199.999974 ], [ 177425.490174, 442244.607774 ], [ 177799.999974, 442899.999974 ], [ 177897.859574, 443585.016874 ], [ 177899.999974, 443599.999974 ], [ 177599.999974, 443699.999974 ], [ 178199.999974, 445899.999974 ], [ 178699.999974, 445899.999974 ], [ 178899.999974, 445999.999974 ], [ 179099.999974, 446699.999974 ], [ 179099.999974, 447199.999974 ], [ 179199.999974, 447399.999974 ], [ 179257.43707399998675, 447486.155674 ], [ 179285.447874, 447528.17187399999239 ], [ 179599.999974, 447999.999974 ], [ 180099.999974, 448099.999974 ], [ 181299.999974, 448199.999974 ], [ 181314.22527399999672, 448202.845074 ], [ 181799.999974, 448299.999974 ], [ 183099.999974, 448299.999974 ], [ 183499.999974, 448199.999974 ], [ 183618.224274, 448259.112174 ], [ 183699.999974, 448299.999974 ], [ 184199.999974, 448499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0275" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 201751.70317399999476, 455595.499974 ], [ 201772.28777399999672, 455577.311874 ], [ 201652.28527399999439, 455792.570674 ], [ 201672.583974, 455794.32997399999294 ], [ 201711.69957399999839, 455797.660074 ], [ 202199.999974, 455699.999974 ], [ 202299.999974, 455299.999974 ], [ 202799.999974, 455099.999974 ], [ 202799.999974, 455072.312374 ], [ 202807.20317399999476, 455011.999974 ], [ 202810.17057399998885, 454997.739874 ], [ 202848.604274, 454989.199074 ], [ 203699.999974, 454799.999974 ], [ 203733.116474, 454791.72087399999145 ], [ 204099.999974, 454699.999974 ], [ 204799.999974, 453999.999974 ], [ 204899.999974, 453699.999974 ], [ 204899.999974, 453672.784374 ], [ 204899.999974, 453599.999974 ], [ 205399.999974, 452999.999974 ], [ 205799.999974, 453099.999974 ], [ 206399.999974, 452599.999974 ], [ 206199.999974, 452299.999974 ], [ 205499.999974, 451799.999974 ], [ 205462.575274, 451770.060274 ], [ 204999.999974, 451399.999974 ], [ 204994.664974, 451394.664974 ], [ 204699.999974, 451099.999974 ], [ 204599.999974, 450599.999974 ], [ 204607.71237399999518, 450584.57517399999779 ], [ 204699.999974, 450399.999974 ], [ 204999.999974, 449999.999974 ], [ 205599.999974, 449799.999974 ], [ 205799.999974, 449499.999974 ], [ 206099.999974, 449099.999974 ], [ 206099.999974, 448699.999974 ], [ 206099.999974, 448317.104174 ], [ 206099.999974, 448299.999974 ], [ 206010.55187399999704, 448121.103674 ], [ 205999.999974, 448099.999974 ], [ 205999.31167399999686, 448099.31167399999686 ], [ 205799.999974, 447899.999974 ], [ 205799.999974, 447399.999974 ], [ 205699.999974, 446999.999974 ], [ 204999.999974, 446499.999974 ], [ 204799.999974, 445899.999974 ], [ 204599.999974, 445599.999974 ], [ 204555.449174, 445580.906774 ], [ 203899.999974, 445299.999974 ], [ 203499.999974, 445099.999974 ], [ 203199.999974, 445199.999974 ], [ 202907.437574, 445395.041574 ], [ 202899.999974, 445399.999974 ], [ 202399.999974, 446099.999974 ], [ 202400.869974, 446105.219974 ], [ 202499.999974, 446699.999974 ], [ 202399.999974, 447099.999974 ], [ 201799.999974, 447499.999974 ], [ 201499.999974, 447599.999974 ], [ 201483.788774, 447595.947174 ], [ 201099.999974, 447499.999974 ], [ 200404.115774, 447002.939874 ], [ 200399.999974, 446999.999974 ], [ 200199.999974, 446799.999974 ], [ 199999.999974, 446199.999974 ], [ 199399.999974, 445599.999974 ], [ 198899.999974, 445499.999974 ], [ 198499.999974, 445599.999974 ], [ 198480.52727399999276, 445599.999974 ], [ 198199.999974, 445599.999974 ], [ 197813.54617399998824, 445310.15967399999499 ], [ 197799.999974, 445299.999974 ], [ 197499.999974, 444999.999974 ], [ 197408.995074, 444453.970474 ], [ 197399.999974, 444399.999974 ], [ 197199.999974, 443799.999974 ], [ 196999.999974, 443399.999974 ], [ 196427.953474, 443113.976774 ], [ 196399.999974, 443099.999974 ], [ 195799.999974, 443799.999974 ], [ 195780.487774, 443811.14987399999518 ], [ 195125.35457399999723, 444185.511674 ], [ 195099.999974, 444199.999974 ], [ 194599.999974, 444399.999974 ], [ 194559.648774, 444440.351274 ], [ 194399.999974, 444599.999974 ], [ 194397.672874, 444603.490674 ], [ 194030.556474, 445154.165274 ], [ 194016.410074, 445175.384974 ], [ 193999.999974, 445199.999974 ], [ 193799.999974, 445799.999974 ], [ 194199.999974, 445999.999974 ], [ 194599.999974, 445899.999974 ], [ 195299.999974, 446199.999974 ], [ 195399.999974, 446399.999974 ], [ 195408.837674, 446422.094274 ], [ 195599.999974, 446899.999974 ], [ 195699.999974, 447399.999974 ], [ 195697.58867399999872, 447407.233874 ], [ 195599.999974, 447699.999974 ], [ 195699.999974, 447999.999974 ], [ 196699.999974, 448699.999974 ], [ 196799.999974, 448799.999974 ], [ 196699.999974, 448999.999974 ], [ 195499.999974, 451899.999974 ], [ 196199.999974, 451999.999974 ], [ 196999.999974, 451999.999974 ], [ 197299.999974, 452199.999974 ], [ 197399.999974, 452799.999974 ], [ 197399.999974, 452858.274974 ], [ 197399.999974, 453299.999974 ], [ 197699.999974, 453299.999974 ], [ 198599.999974, 453399.999974 ], [ 198899.999974, 453599.999974 ], [ 199999.999974, 454699.999974 ], [ 200999.999974, 455499.999974 ], [ 201599.999974, 455799.999974 ], [ 201639.077074, 455799.999974 ], [ 201630.093774, 455699.187474 ], [ 201751.70317399999476, 455595.499974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0277" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 195299.999974, 446199.999974 ], [ 194599.999974, 445899.999974 ], [ 194199.999974, 445999.999974 ], [ 193799.999974, 445799.999974 ], [ 193699.999974, 445999.999974 ], [ 193695.813774, 446012.558574 ], [ 193599.999974, 446299.999974 ], [ 193597.40787399999681, 446307.776374 ], [ 193499.999974, 446599.999974 ], [ 193199.999974, 446899.999974 ], [ 193186.711574, 446913.288474 ], [ 193072.40667399999802, 447027.593274 ], [ 192999.999974, 447099.999974 ], [ 192699.999974, 451299.999974 ], [ 193099.999974, 452799.999974 ], [ 193999.999974, 453999.999974 ], [ 194599.999974, 454399.999974 ], [ 194799.999974, 454499.999974 ], [ 195399.999974, 454599.999974 ], [ 196299.999974, 454699.999974 ], [ 197599.999974, 454099.999974 ], [ 197399.999974, 453299.999974 ], [ 197399.999974, 452858.274974 ], [ 197399.999974, 452799.999974 ], [ 197299.999974, 452199.999974 ], [ 196999.999974, 451999.999974 ], [ 196199.999974, 451999.999974 ], [ 195499.999974, 451899.999974 ], [ 196699.999974, 448999.999974 ], [ 196799.999974, 448799.999974 ], [ 196699.999974, 448699.999974 ], [ 195699.999974, 447999.999974 ], [ 195599.999974, 447699.999974 ], [ 195697.58867399999872, 447407.233874 ], [ 195699.999974, 447399.999974 ], [ 195599.999974, 446899.999974 ], [ 195408.837674, 446422.094274 ], [ 195399.999974, 446399.999974 ], [ 195299.999974, 446199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0279" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 163819.219974, 457061.560174 ], [ 163899.999974, 456899.999974 ], [ 164099.999974, 456899.999974 ], [ 164499.999974, 456999.999974 ], [ 164899.999974, 457099.999974 ], [ 164999.999974, 456899.999974 ], [ 165399.999974, 456599.999974 ], [ 165399.999974, 456099.999974 ], [ 165299.999974, 455599.999974 ], [ 164799.999974, 455699.999974 ], [ 164599.999974, 455199.999974 ], [ 164899.999974, 455099.999974 ], [ 164899.999974, 454899.999974 ], [ 164299.999974, 454399.999974 ], [ 164099.999974, 454599.999974 ], [ 163399.999974, 454499.999974 ], [ 163135.993974, 454323.995974 ], [ 163099.999974, 454299.999974 ], [ 163099.999974, 454199.999974 ], [ 163099.999974, 454183.432874 ], [ 163099.999974, 453899.999974 ], [ 162699.999974, 453699.999974 ], [ 162499.999974, 453699.999974 ], [ 162299.999974, 453699.999974 ], [ 161599.999974, 453499.999974 ], [ 160399.999974, 454199.999974 ], [ 159899.999974, 454699.999974 ], [ 159999.999974, 454899.999974 ], [ 160087.96297399999457, 454899.999974 ], [ 160099.999974, 454899.999974 ], [ 160488.808074, 455288.808074 ], [ 160499.999974, 455299.999974 ], [ 160999.999974, 455799.999974 ], [ 161799.999974, 456199.999974 ], [ 161699.999974, 456499.999974 ], [ 161699.999974, 457499.999974 ], [ 162299.999974, 458099.999974 ], [ 162799.999974, 458099.999974 ], [ 163399.999974, 457699.999974 ], [ 163799.999974, 457099.999974 ], [ 163819.219974, 457061.560174 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0281" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 159499.999974, 437099.999974 ], [ 159599.999974, 436899.999974 ], [ 160099.999974, 436999.999974 ], [ 160299.999974, 436699.999974 ], [ 159999.999974, 436299.999974 ], [ 159999.999974, 435899.999974 ], [ 160099.999974, 435799.999974 ], [ 160399.999974, 435799.999974 ], [ 160699.999974, 435399.999974 ], [ 159799.999974, 435099.999974 ], [ 159699.999974, 435099.999974 ], [ 159699.999974, 435008.506274 ], [ 159699.999974, 434999.999974 ], [ 159940.672074, 434338.151774 ], [ 160095.417374, 433912.60217399999965 ], [ 160099.999974, 433899.999974 ], [ 160199.999974, 433699.999974 ], [ 160299.999974, 433399.999974 ], [ 159599.999974, 433199.999974 ], [ 158999.999974, 432899.999974 ], [ 158974.717674, 432874.717674 ], [ 158299.999974, 432199.999974 ], [ 158278.92857399999048, 432178.928574 ], [ 158199.999974, 432099.999974 ], [ 158198.221074, 432096.950474 ], [ 157499.999974, 430899.999974 ], [ 156899.999974, 429299.999974 ], [ 156549.707874, 429475.146074 ], [ 156499.999974, 429499.999974 ], [ 156407.470574, 429499.999974 ], [ 156399.999974, 429499.999974 ], [ 155899.999974, 429499.999974 ], [ 155599.999974, 429399.999974 ], [ 154399.999974, 430399.999974 ], [ 154399.999974, 430499.999974 ], [ 154331.304674, 430477.101574 ], [ 154099.999974, 430399.999974 ], [ 153099.999974, 429999.999974 ], [ 152299.999974, 429999.999974 ], [ 151899.999974, 429799.999974 ], [ 151399.999974, 429899.999974 ], [ 150899.999974, 429799.999974 ], [ 150899.999974, 429823.928074 ], [ 150899.999974, 430099.999974 ], [ 150899.999974, 430699.999974 ], [ 151463.432474, 431263.432474 ], [ 151499.999974, 431299.999974 ], [ 151699.999974, 431699.999974 ], [ 151899.999974, 431699.999974 ], [ 152099.999974, 432099.999974 ], [ 152624.610174, 432187.435074 ], [ 152699.999974, 432199.999974 ], [ 154699.999974, 433699.999974 ], [ 154708.104074, 433705.788674 ], [ 155399.999974, 434199.999974 ], [ 155464.078374, 434225.63137399998959 ], [ 155833.838874, 434373.535574 ], [ 155866.18227399999159, 434438.145774 ], [ 155880.79687399999239, 434442.593774 ], [ 155920.73197399999481, 434455.285174 ], [ 156185.53337399999145, 435161.422274 ], [ 156199.999974, 435199.999974 ], [ 156499.999974, 435499.999974 ], [ 156699.999974, 435999.999974 ], [ 157099.999974, 436099.999974 ], [ 157282.278274, 436282.278274 ], [ 157299.999974, 436299.999974 ], [ 157499.999974, 436499.999974 ], [ 157513.968674, 436513.968674 ], [ 157699.999974, 436699.999974 ], [ 158111.266474, 436817.504674 ], [ 158137.7667739999888, 436825.076174 ], [ 158399.999974, 436899.999974 ], [ 158899.999974, 436999.999974 ], [ 159099.999974, 436899.999974 ], [ 159499.999974, 437099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0282" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 193799.999974, 430299.999974 ], [ 194299.999974, 429799.999974 ], [ 194599.999974, 429699.999974 ], [ 194899.999974, 429699.999974 ], [ 195499.999974, 429899.999974 ], [ 195512.20177399998647, 429912.201774 ], [ 195899.999974, 430299.999974 ], [ 196199.999974, 431199.999974 ], [ 197899.999974, 431499.999974 ], [ 198199.999974, 431499.999974 ], [ 198799.999974, 431099.999974 ], [ 198813.678274, 431086.321774 ], [ 198999.999974, 430899.999974 ], [ 198999.999974, 430875.887074 ], [ 198999.999974, 430499.999974 ], [ 198999.999974, 429899.999974 ], [ 198799.999974, 429499.999974 ], [ 198499.999974, 429299.999974 ], [ 197999.999974, 429099.999974 ], [ 197799.999974, 428899.999974 ], [ 197790.149474, 428870.448374 ], [ 197699.999974, 428599.999974 ], [ 198199.999974, 428299.999974 ], [ 197899.999974, 427899.999974 ], [ 198299.999974, 427799.999974 ], [ 197899.999974, 427599.999974 ], [ 196899.999974, 427099.999974 ], [ 196299.999974, 427099.999974 ], [ 195199.999974, 427399.999974 ], [ 194999.999974, 427499.999974 ], [ 194970.5731739999901, 427519.810674 ], [ 194699.999974, 427699.999974 ], [ 193605.401874, 426331.752374 ], [ 193499.999974, 426199.999974 ], [ 194399.999974, 425499.999974 ], [ 194299.999974, 425499.999974 ], [ 194257.155774, 425471.437174 ], [ 193999.999974, 425299.999974 ], [ 193899.999974, 425399.999974 ], [ 193599.999974, 425399.999974 ], [ 193499.999974, 425299.999974 ], [ 193599.999974, 425099.999974 ], [ 193799.999974, 424999.999974 ], [ 193699.999974, 424899.999974 ], [ 193299.999974, 425199.999974 ], [ 192799.999974, 425299.999974 ], [ 192371.067374, 425483.828274 ], [ 192099.999974, 425599.999974 ], [ 191499.999974, 426099.999974 ], [ 190899.999974, 426899.999974 ], [ 190799.999974, 426999.999974 ], [ 190772.085274, 427009.304874 ], [ 190208.798574, 427197.067174 ], [ 190199.999974, 427199.999974 ], [ 190099.999974, 427199.999974 ], [ 190099.999974, 427299.999974 ], [ 190199.999974, 427599.999974 ], [ 189799.999974, 427999.999974 ], [ 189769.364574, 428022.976574 ], [ 189678.91197399998782, 428090.815974 ], [ 189399.999974, 428299.999974 ], [ 189099.999974, 428499.999974 ], [ 189082.985274, 428517.014774 ], [ 188999.999974, 428599.999974 ], [ 189299.999974, 429199.999974 ], [ 189499.999974, 429899.999974 ], [ 189399.999974, 430199.999974 ], [ 189061.690674, 430199.999974 ], [ 188999.999974, 430199.999974 ], [ 189399.999974, 430799.999974 ], [ 190099.999974, 431499.999974 ], [ 191080.08677399999578, 431794.026074 ], [ 191099.999974, 431799.999974 ], [ 192061.6417739999888, 431896.164174 ], [ 192099.999974, 431899.999974 ], [ 192399.999974, 431799.999974 ], [ 192899.999974, 431499.999974 ], [ 193399.999974, 430999.999974 ], [ 193799.999974, 430299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0285" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 201299.999974, 481299.999974 ], [ 201699.999974, 481199.999974 ], [ 202199.999974, 481299.999974 ], [ 202299.999974, 480699.999974 ], [ 202499.999974, 479499.999974 ], [ 202509.43487399999867, 479496.855074 ], [ 202799.999974, 479399.999974 ], [ 202999.999974, 479299.999974 ], [ 203599.999974, 479399.999974 ], [ 203699.999974, 479499.999974 ], [ 203899.999974, 479099.999974 ], [ 203999.999974, 478599.999974 ], [ 204399.999974, 478099.999974 ], [ 204399.999974, 477199.999974 ], [ 204499.999974, 476899.999974 ], [ 205099.999974, 476299.999974 ], [ 205107.586574, 476277.240374 ], [ 205199.999974, 475999.999974 ], [ 205208.40897399999085, 475941.136974 ], [ 205299.999974, 475299.999974 ], [ 205499.999974, 475099.999974 ], [ 205495.933374, 475079.666674 ], [ 205485.22567399998661, 475026.128474 ], [ 205399.999974, 474599.999974 ], [ 205299.999974, 473999.999974 ], [ 206181.765874, 473706.078074 ], [ 206199.999974, 473699.999974 ], [ 206650.402574, 473429.758474 ], [ 206699.999974, 473399.999974 ], [ 207099.999974, 473699.999974 ], [ 207299.999974, 473499.999974 ], [ 207399.999974, 473199.999974 ], [ 207199.999974, 472999.999974 ], [ 207191.489474, 472992.907874 ], [ 206599.999974, 472499.999974 ], [ 206499.999974, 471999.999974 ], [ 206899.999974, 471399.999974 ], [ 207481.615274, 471109.192374 ], [ 207499.999974, 471099.999974 ], [ 207899.999974, 470899.999974 ], [ 207999.999974, 470699.999974 ], [ 207999.999974, 470299.999974 ], [ 208099.999974, 470199.999974 ], [ 208199.999974, 470299.999974 ], [ 208399.999974, 470599.999974 ], [ 208199.999974, 470899.999974 ], [ 207999.999974, 471299.999974 ], [ 208099.999974, 471399.999974 ], [ 208199.999974, 471699.999974 ], [ 208699.999974, 471199.999974 ], [ 209199.999974, 470899.999974 ], [ 209699.999974, 470299.999974 ], [ 209899.999974, 469999.999974 ], [ 209899.999974, 469499.999974 ], [ 209889.77127399999881, 469469.313674 ], [ 209799.999974, 469199.999974 ], [ 209599.999974, 468799.999974 ], [ 208699.999974, 468399.999974 ], [ 207899.999974, 468399.999974 ], [ 207699.999974, 468199.999974 ], [ 207607.63507399999071, 468015.270074 ], [ 207599.999974, 467999.999974 ], [ 207599.999974, 467599.999974 ], [ 207699.999974, 467199.999974 ], [ 207899.999974, 467099.999974 ], [ 208399.999974, 467099.999974 ], [ 209299.999974, 466199.999974 ], [ 209999.999974, 465899.999974 ], [ 210003.53027399998973, 465892.939474 ], [ 210199.999974, 465499.999974 ], [ 210099.999974, 464899.999974 ], [ 209699.999974, 464299.999974 ], [ 209599.999974, 463999.999974 ], [ 208999.999974, 463999.999974 ], [ 208399.999974, 464099.999974 ], [ 207899.999974, 463999.999974 ], [ 207545.499974, 463822.749974 ], [ 207499.999974, 463799.999974 ], [ 206599.999974, 463699.999974 ], [ 206562.549774, 463662.549774 ], [ 206541.06697399998666, 463641.066974 ], [ 206499.999974, 463599.999974 ], [ 204099.999974, 462899.999974 ], [ 202199.999974, 461999.999974 ], [ 202026.559374, 462433.601674 ], [ 201999.999974, 462499.999974 ], [ 201610.847574, 463083.728674 ], [ 201599.999974, 463099.999974 ], [ 201299.999974, 463399.999974 ], [ 201484.74727399999392, 463861.86807399999816 ], [ 201499.999974, 463899.999974 ], [ 201399.999974, 464199.999974 ], [ 201394.979174, 464230.124974 ], [ 201299.999974, 464799.999974 ], [ 201293.6871739999915, 464818.938374 ], [ 201209.415474, 465071.753674 ], [ 201199.999974, 465099.999974 ], [ 200999.999974, 465599.999974 ], [ 200299.999974, 466399.999974 ], [ 200399.999974, 466899.999974 ], [ 200409.04577399999835, 466936.183274 ], [ 200599.999974, 467699.999974 ], [ 200699.999974, 467799.999974 ], [ 200695.73207399999956, 467821.339474 ], [ 200599.999974, 468299.999974 ], [ 200299.999974, 469299.999974 ], [ 200199.999974, 469599.999974 ], [ 200103.980874, 470464.171974 ], [ 200099.999974, 470499.999974 ], [ 200099.999974, 470599.999974 ], [ 199699.999974, 470899.999974 ], [ 199199.999974, 470899.999974 ], [ 199199.999974, 471271.522774 ], [ 199199.999974, 471663.039774 ], [ 199199.999974, 471699.999974 ], [ 199299.999974, 471799.999974 ], [ 199199.999974, 471999.999974 ], [ 199195.59357399999863, 472005.507974 ], [ 198799.999974, 472499.999974 ], [ 198799.999974, 473599.999974 ], [ 198995.667274, 474089.168074 ], [ 198999.999974, 474099.999974 ], [ 198999.999974, 474699.999974 ], [ 199269.315474, 474699.999974 ], [ 199267.406274, 474728.593774 ], [ 199309.406274, 474732.593774 ], [ 199310.822374, 474732.467074 ], [ 199399.999974, 474999.999974 ], [ 199399.999974, 475299.999974 ], [ 199199.999974, 475499.999974 ], [ 199299.999974, 475799.999974 ], [ 199599.999974, 475799.999974 ], [ 199799.999974, 475899.999974 ], [ 199799.999974, 476599.999974 ], [ 199799.999974, 476602.999574 ], [ 199799.999974, 476999.999974 ], [ 199199.999974, 478499.999974 ], [ 199199.999974, 478699.999974 ], [ 199293.28587399999378, 479166.42927399999462 ], [ 199299.999974, 479199.999974 ], [ 200399.999974, 482199.999974 ], [ 200399.999974, 482621.118574 ], [ 200399.999974, 482799.999974 ], [ 201799.999974, 482699.999974 ], [ 201599.999974, 481799.999974 ], [ 201499.999974, 481799.999974 ], [ 201299.999974, 481699.999974 ], [ 201299.999974, 481299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0289" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 178199.999974, 445899.999974 ], [ 177599.999974, 443699.999974 ], [ 177899.999974, 443599.999974 ], [ 177897.859574, 443585.016874 ], [ 177799.999974, 442899.999974 ], [ 177425.490174, 442244.607774 ], [ 177399.999974, 442199.999974 ], [ 177699.999974, 442099.999974 ], [ 177899.999974, 442099.999974 ], [ 177999.999974, 441799.999974 ], [ 177799.999974, 441699.999974 ], [ 176999.999974, 441699.999974 ], [ 175299.999974, 441299.999974 ], [ 174999.999974, 441099.999974 ], [ 174399.999974, 440599.999974 ], [ 174199.999974, 440499.999974 ], [ 173699.999974, 440499.999974 ], [ 173199.999974, 440699.999974 ], [ 172899.999974, 440599.999974 ], [ 172699.999974, 440399.999974 ], [ 172899.999974, 440099.999974 ], [ 172699.999974, 439499.999974 ], [ 172447.18597399999271, 438994.371974 ], [ 172399.999974, 438899.999974 ], [ 172099.999974, 438699.999974 ], [ 171699.999974, 438699.999974 ], [ 171599.999974, 438799.999974 ], [ 171591.196074, 438806.602874 ], [ 171199.999974, 439099.999974 ], [ 170799.999974, 439199.999974 ], [ 169999.999974, 439399.999974 ], [ 170797.07497399998829, 440097.440574 ], [ 170799.999974, 440099.999974 ], [ 170999.999974, 440399.999974 ], [ 171399.999974, 440399.999974 ], [ 171499.999974, 440499.999974 ], [ 171499.999974, 440999.999974 ], [ 171207.436174, 441585.127574 ], [ 171199.999974, 441599.999974 ], [ 170999.999974, 441999.999974 ], [ 171299.999974, 442499.999974 ], [ 171399.999974, 442899.999974 ], [ 171099.999974, 443199.999974 ], [ 170599.999974, 443799.999974 ], [ 170599.999974, 444699.999974 ], [ 170299.999974, 444999.999974 ], [ 169999.999974, 445099.999974 ], [ 170099.999974, 445499.999974 ], [ 170599.999974, 445699.999974 ], [ 170899.999974, 444999.999974 ], [ 171499.999974, 444999.999974 ], [ 171899.999974, 445199.999974 ], [ 172199.999974, 444899.999974 ], [ 172699.999974, 444999.999974 ], [ 173299.999974, 445199.999974 ], [ 173899.999974, 445199.999974 ], [ 173939.906374, 445199.999974 ], [ 174165.36967399998684, 445199.999974 ], [ 174399.999974, 445199.999974 ], [ 174599.999974, 445099.999974 ], [ 174799.999974, 444799.999974 ], [ 174996.94147399999201, 444799.999974 ], [ 174999.999974, 444799.999974 ], [ 175299.999974, 444899.999974 ], [ 175301.978674, 444903.957274 ], [ 175399.999974, 445099.999974 ], [ 175431.699774, 445107.924974 ], [ 175750.047174, 445187.511774 ], [ 175799.999974, 445199.999974 ], [ 176674.98427399998764, 445491.661374 ], [ 176699.999974, 445499.999974 ], [ 178199.999974, 445899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0293" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 194799.999974, 439099.999974 ], [ 194499.999974, 439099.999974 ], [ 194399.999974, 439699.999974 ], [ 194099.999974, 440099.999974 ], [ 193699.999974, 440699.999974 ], [ 193699.999974, 441299.999974 ], [ 193899.999974, 441999.999974 ], [ 194299.999974, 442499.999974 ], [ 194311.62717399999383, 442506.976274 ], [ 194799.999974, 442799.999974 ], [ 196399.999974, 443099.999974 ], [ 196427.953474, 443113.976774 ], [ 196999.999974, 443399.999974 ], [ 197199.999974, 443799.999974 ], [ 197199.999974, 443399.999974 ], [ 196899.999974, 443099.999974 ], [ 196545.49837399998796, 442887.298974 ], [ 196399.999974, 442799.999974 ], [ 196199.999974, 442399.999974 ], [ 196299.999974, 441799.999974 ], [ 196106.17997399999877, 440927.810074 ], [ 196099.999974, 440899.999974 ], [ 196099.999974, 440499.999974 ], [ 196299.999974, 440399.999974 ], [ 196217.11727399998927, 439985.586274 ], [ 196199.999974, 439899.999974 ], [ 195999.999974, 439599.999974 ], [ 195799.999974, 439599.999974 ], [ 195099.999974, 439099.999974 ], [ 195008.44037399999797, 439099.999974 ], [ 194799.999974, 439099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0294" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 251399.999974, 438799.999974 ], [ 250099.999974, 437299.999974 ], [ 249899.999974, 437299.999974 ], [ 249300.82577399999718, 437000.412874 ], [ 249299.999974, 436999.999974 ], [ 248999.999974, 436899.999974 ], [ 249099.999974, 436599.999974 ], [ 248899.999974, 436299.999974 ], [ 248499.999974, 436099.999974 ], [ 247899.999974, 435999.999974 ], [ 247599.999974, 435299.999974 ], [ 246899.999974, 434999.999974 ], [ 245599.999974, 436099.999974 ], [ 245199.999974, 436499.999974 ], [ 244999.999974, 437199.999974 ], [ 244799.999974, 437099.999974 ], [ 244599.999974, 437099.999974 ], [ 244199.999974, 437199.999974 ], [ 244199.999974, 437399.999974 ], [ 243599.999974, 437199.999974 ], [ 243199.999974, 436899.999974 ], [ 242799.999974, 437199.999974 ], [ 242399.999974, 438099.999974 ], [ 242399.999974, 438199.999974 ], [ 242475.937474, 438275.937474 ], [ 242499.999974, 438299.999974 ], [ 242499.999974, 438599.999974 ], [ 242299.999974, 438699.999974 ], [ 242099.999974, 438699.999974 ], [ 242099.999974, 438599.999974 ], [ 241999.999974, 438599.999974 ], [ 241799.999974, 438599.999974 ], [ 241399.999974, 438699.999974 ], [ 241107.14677399999346, 438992.853174 ], [ 241099.999974, 438999.999974 ], [ 240699.999974, 439299.999974 ], [ 240599.999974, 439599.999974 ], [ 240699.999974, 439699.999974 ], [ 240705.78207399998792, 439740.47457399999257 ], [ 240799.999974, 440399.999974 ], [ 240799.40787399999681, 440400.888174 ], [ 240752.991374, 440470.512974 ], [ 240599.999974, 440699.999974 ], [ 240399.999974, 440899.999974 ], [ 240699.999974, 441599.999974 ], [ 241099.999974, 441999.999974 ], [ 240999.999974, 442299.999974 ], [ 240999.999974, 442499.999974 ], [ 241399.999974, 442999.999974 ], [ 242099.999974, 443699.999974 ], [ 242199.999974, 443999.999974 ], [ 242099.999974, 444199.999974 ], [ 241999.999974, 445499.999974 ], [ 241899.999974, 446299.999974 ], [ 241993.23857399998815, 446672.954174 ], [ 241999.999974, 446699.999974 ], [ 242095.154274, 446985.462874 ], [ 242099.999974, 446999.999974 ], [ 242199.999974, 447699.999974 ], [ 242216.63557399998535, 447766.542174 ], [ 242299.999974, 448099.999974 ], [ 242599.999974, 448499.999974 ], [ 243199.999974, 449099.999974 ], [ 243599.999974, 449699.999974 ], [ 243999.999974, 449699.999974 ], [ 244199.999974, 450999.999974 ], [ 245999.999974, 450999.999974 ], [ 248699.999974, 449799.999974 ], [ 249499.999974, 449099.999974 ], [ 249989.822374, 448610.177674 ], [ 249999.999974, 448599.999974 ], [ 252799.999974, 446499.999974 ], [ 252599.999974, 446099.999974 ], [ 253899.999974, 445999.999974 ], [ 254099.999974, 445199.999974 ], [ 254099.999974, 444199.999974 ], [ 254299.999974, 443899.999974 ], [ 254299.999974, 443599.999974 ], [ 254099.999974, 442699.999974 ], [ 252999.999974, 442699.999974 ], [ 252999.999974, 442499.999974 ], [ 251999.999974, 442099.999974 ], [ 251999.598474, 442093.174574 ], [ 251899.999974, 440399.999974 ], [ 251999.999974, 440299.999974 ], [ 251699.999974, 439499.999974 ], [ 251199.999974, 438999.999974 ], [ 251399.999974, 438799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0296" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 173686.14237399998819, 430900.866074 ], [ 173699.999974, 430899.999974 ], [ 174299.999974, 430899.999974 ], [ 174499.999974, 430699.999974 ], [ 175099.999974, 429999.999974 ], [ 175250.389074, 429624.027174 ], [ 175489.07817399999476, 429027.304674 ], [ 175475.874974, 429007.922974 ], [ 175475.90487399999984, 428963.857374 ], [ 175299.999974, 428699.999974 ], [ 174999.999974, 428699.999974 ], [ 174999.999974, 428331.025374 ], [ 174999.999974, 428299.999974 ], [ 177199.999974, 427999.999974 ], [ 177221.82557399998768, 427996.362374 ], [ 177758.194174, 427906.967674 ], [ 177799.999974, 427899.999974 ], [ 178499.999974, 427799.999974 ], [ 180999.999974, 427099.999974 ], [ 180614.7435739999928, 426233.172974 ], [ 180599.999974, 426199.999974 ], [ 181499.999974, 426099.999974 ], [ 181681.83907399998861, 425827.241374 ], [ 181699.999974, 425799.999974 ], [ 181799.999974, 425699.999974 ], [ 181806.930174, 425679.209474 ], [ 182199.999974, 424499.999974 ], [ 182599.999974, 424099.999974 ], [ 182899.999974, 423599.999974 ], [ 182920.525274, 423569.212074 ], [ 183099.999974, 423299.999974 ], [ 183399.999974, 423199.999974 ], [ 183499.999974, 422999.999974 ], [ 183199.999974, 422699.999974 ], [ 182099.999974, 421799.999974 ], [ 182007.00957399999606, 421776.752374 ], [ 181312.378774, 421603.094674 ], [ 181299.999974, 421599.999974 ], [ 179699.999974, 421199.999974 ], [ 179399.999974, 421099.999974 ], [ 179380.27787399999215, 421099.999974 ], [ 178799.999974, 421099.999974 ], [ 178599.999974, 420499.999974 ], [ 178099.999974, 420699.999974 ], [ 177399.999974, 420799.999974 ], [ 176999.999974, 420899.999974 ], [ 176699.999974, 421199.999974 ], [ 176299.999974, 421899.999974 ], [ 176099.999974, 422299.999974 ], [ 176083.587574, 422309.847474 ], [ 175599.999974, 422599.999974 ], [ 174860.69697399999131, 422692.412874 ], [ 174799.999974, 422699.999974 ], [ 174399.999974, 422699.999974 ], [ 174023.25147399998968, 422888.374274 ], [ 173999.999974, 422899.999974 ], [ 173419.316274, 423674.244974 ], [ 173399.999974, 423699.999974 ], [ 173099.999974, 424199.999974 ], [ 172905.739474, 424977.042174 ], [ 172899.999974, 424999.999974 ], [ 172599.999974, 425399.999974 ], [ 172584.71477399999276, 425411.463874 ], [ 172199.999974, 425699.999974 ], [ 171550.194974, 425699.999974 ], [ 171499.999974, 425699.999974 ], [ 170899.999974, 425699.999974 ], [ 170099.999974, 426299.999974 ], [ 169499.999974, 426599.999974 ], [ 169599.999974, 426699.999974 ], [ 169899.999974, 426699.999974 ], [ 170299.999974, 426999.999974 ], [ 170199.999974, 427399.999974 ], [ 170299.999974, 427499.999974 ], [ 170388.257874, 427544.12897399999201 ], [ 171299.999974, 427999.999974 ], [ 171332.55247399999644, 428012.520174 ], [ 172599.999974, 428499.999974 ], [ 172596.498174, 428502.101074 ], [ 172099.999974, 428799.999974 ], [ 172099.999974, 429199.999974 ], [ 172399.999974, 429699.999974 ], [ 172102.175274, 430990.573574 ], [ 172260.51017399999546, 430989.968074 ], [ 173686.14237399998819, 430900.866074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0297" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 136499.999974, 425499.999974 ], [ 136699.999974, 425399.999974 ], [ 136712.891074, 425393.554474 ], [ 137099.999974, 425199.999974 ], [ 137999.999974, 425099.999974 ], [ 138550.24107399999048, 425191.706874 ], [ 138599.999974, 425199.999974 ], [ 139299.999974, 425299.999974 ], [ 140099.999974, 425399.999974 ], [ 140484.188874, 425303.952774 ], [ 140499.999974, 425299.999974 ], [ 142099.999974, 424699.999974 ], [ 142799.999974, 424599.999974 ], [ 143499.999974, 424699.999974 ], [ 143520.361074, 424708.144474 ], [ 144499.999974, 425099.999974 ], [ 144531.80427399999462, 425115.902174 ], [ 144666.2435739999928, 425183.12177399999928 ], [ 144699.999974, 425199.999974 ], [ 145299.999974, 425399.999974 ], [ 145342.87407399999211, 425407.456374 ], [ 147575.879874, 425795.805174 ], [ 147599.999974, 425799.999974 ], [ 147699.999974, 425799.999974 ], [ 147899.999974, 425399.999974 ], [ 147799.999974, 424899.999974 ], [ 147899.999974, 424199.999974 ], [ 147962.44637399999192, 423981.437574 ], [ 147964.369374, 423974.70737399999052 ], [ 148099.999974, 423499.999974 ], [ 148199.999974, 423399.999974 ], [ 148091.631174, 423332.269474 ], [ 147399.999974, 422899.999974 ], [ 146699.999974, 422699.999974 ], [ 146796.340674, 421640.25267399998847 ], [ 146799.999974, 421599.999974 ], [ 146899.999974, 420599.999974 ], [ 146399.999974, 420699.999974 ], [ 145499.999974, 420299.999974 ], [ 144899.999974, 420299.999974 ], [ 144699.999974, 420399.999974 ], [ 144387.8746739999915, 420243.937374 ], [ 144299.999974, 420199.999974 ], [ 144288.6020739999949, 420198.100374 ], [ 143099.999974, 419999.999974 ], [ 142532.128174, 420094.645274 ], [ 142499.999974, 420099.999974 ], [ 141519.737074, 419903.947374 ], [ 141527.443674, 419872.556374 ], [ 141599.999974, 419799.999974 ], [ 141399.999974, 419699.999974 ], [ 140999.999974, 419699.999974 ], [ 140965.191074, 419717.404474 ], [ 140799.999974, 419799.999974 ], [ 140796.9371739999915, 419798.162274 ], [ 140299.999974, 419499.999974 ], [ 140311.142674, 419466.571974 ], [ 140354.032574, 419337.90227399999276 ], [ 140399.999974, 419199.999974 ], [ 140699.999974, 418899.999974 ], [ 140999.999974, 418399.999974 ], [ 141099.999974, 416999.999974 ], [ 140633.5163739999989, 417093.296774 ], [ 140599.999974, 417099.999974 ], [ 139546.433174, 417099.999974 ], [ 139499.999974, 417099.999974 ], [ 138209.40167399999336, 416901.446374 ], [ 138199.999974, 416899.999974 ], [ 137299.999974, 416599.999974 ], [ 137281.269774, 416599.999974 ], [ 137099.999974, 416599.999974 ], [ 136899.999974, 417199.999974 ], [ 137084.843774, 417477.265674 ], [ 137099.999974, 417499.999974 ], [ 137799.999974, 417999.999974 ], [ 138099.999974, 418499.999974 ], [ 137699.999974, 418799.999974 ], [ 137599.999974, 419199.999974 ], [ 137694.387874, 419483.163574 ], [ 137699.999974, 419499.999974 ], [ 137799.999974, 419899.999974 ], [ 137804.794674, 419914.384174 ], [ 137899.999974, 420199.999974 ], [ 137799.999974, 420499.999974 ], [ 136499.999974, 420999.999974 ], [ 136460.347974, 421039.652074 ], [ 136321.176474, 421178.823474 ], [ 136299.999974, 421199.999974 ], [ 135804.02737399999751, 421695.972574 ], [ 135799.999974, 421699.999974 ], [ 135199.999974, 422099.999974 ], [ 134799.999974, 422099.999974 ], [ 134599.999974, 422099.999974 ], [ 134583.97957399999723, 422087.984674 ], [ 134199.999974, 421799.999974 ], [ 133899.999974, 421399.999974 ], [ 133599.999974, 421199.999974 ], [ 133219.319774, 421199.999974 ], [ 133199.999974, 421199.999974 ], [ 132999.999974, 421299.999974 ], [ 132799.999974, 421499.999974 ], [ 132399.999974, 421999.999974 ], [ 132300.803474, 422396.786074 ], [ 132299.999974, 422399.999974 ], [ 131899.999974, 422999.999974 ], [ 131898.62047399999574, 423001.379474 ], [ 131620.721974, 423279.278074 ], [ 131599.999974, 423299.999974 ], [ 130999.999974, 423599.999974 ], [ 130957.31107399999746, 423619.404074 ], [ 129899.999974, 424099.999974 ], [ 129856.591774, 424126.044974 ], [ 129399.999974, 424399.999974 ], [ 129116.75777399999788, 424683.242274 ], [ 129099.999974, 424699.999974 ], [ 129099.999974, 424799.999974 ], [ 129092.22407399999793, 424846.655574 ], [ 128999.999974, 425399.999974 ], [ 128899.999974, 425499.999974 ], [ 128894.832674, 425503.444874 ], [ 128683.380974, 425644.412674 ], [ 128599.999974, 425699.999974 ], [ 128399.999974, 425899.999974 ], [ 128899.999974, 425899.999974 ], [ 128907.129874, 425898.217574 ], [ 130099.999974, 425599.999974 ], [ 131053.927674, 425504.607274 ], [ 131099.999974, 425499.999974 ], [ 131799.999974, 425599.999974 ], [ 133399.999974, 426399.999974 ], [ 133899.999974, 426499.999974 ], [ 134499.999974, 426499.999974 ], [ 134502.535074, 426498.985974 ], [ 134999.999974, 426299.999974 ], [ 136466.86297399998875, 425517.673074 ], [ 136499.999974, 425499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0299" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 202399.999974, 446099.999974 ], [ 202899.999974, 445399.999974 ], [ 202907.437574, 445395.041574 ], [ 203199.999974, 445199.999974 ], [ 203499.999974, 445099.999974 ], [ 203899.999974, 445299.999974 ], [ 204555.449174, 445580.906774 ], [ 204599.999974, 445599.999974 ], [ 204899.999974, 445599.999974 ], [ 204945.17937399999937, 445604.107174 ], [ 205999.999974, 445699.999974 ], [ 206022.292974, 445699.999974 ], [ 206023.813074, 445687.037474 ], [ 206036.41447399999015, 445688.638674 ], [ 206057.52047399998992, 445691.419874 ], [ 206078.69997399998829, 445694.309974 ], [ 206093.619974, 445696.589974 ], [ 206114.425174, 445699.999974 ], [ 206699.999974, 445699.999974 ], [ 206799.999974, 445699.999974 ], [ 206999.999974, 445899.999974 ], [ 207399.999974, 446199.999974 ], [ 207416.436874, 446195.303774 ], [ 208099.999974, 445999.999974 ], [ 208399.999974, 445899.999974 ], [ 208099.999974, 445799.999974 ], [ 207999.999974, 445599.999974 ], [ 208199.999974, 445199.999974 ], [ 208199.999974, 444999.999974 ], [ 208198.894474, 444987.839474 ], [ 208099.999974, 443899.999974 ], [ 206999.999974, 443799.999974 ], [ 205999.999974, 443599.999974 ], [ 205399.999974, 442999.999974 ], [ 205499.999974, 442799.999974 ], [ 205256.042974, 442664.468374 ], [ 205075.5957739999867, 442564.219874 ], [ 204599.999974, 442299.999974 ], [ 204199.999974, 442299.999974 ], [ 203299.999974, 442399.999974 ], [ 203299.999974, 441899.999974 ], [ 203399.999974, 441799.999974 ], [ 203399.999974, 439599.999974 ], [ 203399.999974, 439551.857574 ], [ 203399.999974, 439199.999974 ], [ 203450.34767399998964, 439149.652374 ], [ 203699.999974, 438899.999974 ], [ 204899.999974, 437999.999974 ], [ 204935.569374, 437969.902874 ], [ 206199.999974, 436899.999974 ], [ 206208.22527399999672, 436895.064774 ], [ 206699.999974, 436599.999974 ], [ 206799.999974, 436599.999974 ], [ 206812.272174, 436590.45497399999294 ], [ 207699.999974, 435899.999974 ], [ 207750.931474, 435849.068474 ], [ 208199.999974, 435399.999974 ], [ 208699.999974, 434999.999974 ], [ 208599.999974, 434699.999974 ], [ 207999.999974, 435499.999974 ], [ 207799.999974, 435499.999974 ], [ 205799.999974, 434699.999974 ], [ 205299.999974, 435099.999974 ], [ 204899.999974, 434699.999974 ], [ 204699.999974, 434399.999974 ], [ 204799.999974, 434299.999974 ], [ 204299.999974, 433999.999974 ], [ 204304.893474, 434014.68037399998866 ], [ 204499.999974, 434599.999974 ], [ 204493.677874, 434603.161074 ], [ 203899.999974, 434899.999974 ], [ 203699.999974, 435199.999974 ], [ 203499.999974, 435599.999974 ], [ 203699.999974, 435999.999974 ], [ 203016.172874, 436293.068774 ], [ 202999.999974, 436299.999974 ], [ 202599.999974, 436399.999974 ], [ 202595.607974, 436399.999974 ], [ 201799.999974, 436399.999974 ], [ 201199.999974, 436499.999974 ], [ 201099.999974, 436299.999974 ], [ 200299.999974, 436199.999974 ], [ 200099.999974, 436399.999974 ], [ 199799.999974, 436499.999974 ], [ 199999.999974, 436599.999974 ], [ 200099.999974, 436699.999974 ], [ 200299.999974, 437399.999974 ], [ 200099.999974, 437899.999974 ], [ 200299.999974, 438199.999974 ], [ 200341.47327399998903, 438220.736674 ], [ 200344.29687399999239, 438218.812474 ], [ 200434.039174, 438172.808574 ], [ 200350.602874, 438225.301474 ], [ 200499.999974, 438299.999974 ], [ 200699.999974, 438299.999974 ], [ 200699.999974, 438399.999974 ], [ 200799.999974, 439199.999974 ], [ 200799.999974, 439299.999974 ], [ 200838.836474, 439299.999974 ], [ 200899.999974, 439299.999974 ], [ 201250.687374, 439826.031074 ], [ 201299.999974, 439899.999974 ], [ 201490.549774, 440281.099474 ], [ 201499.999974, 440299.999974 ], [ 200799.999974, 440699.999974 ], [ 201099.999974, 441299.999974 ], [ 201199.999974, 441899.999974 ], [ 201299.999974, 443099.999974 ], [ 201699.999974, 443199.999974 ], [ 201700.481074, 443202.886474 ], [ 201799.999974, 443799.999974 ], [ 201299.999974, 443899.999974 ], [ 200399.999974, 443799.999974 ], [ 199999.999974, 443599.999974 ], [ 200099.999974, 443599.999974 ], [ 199499.999974, 442699.999974 ], [ 198999.999974, 442699.999974 ], [ 198599.999974, 443499.999974 ], [ 197776.181274, 443574.892574 ], [ 197499.999974, 443599.999974 ], [ 197199.999974, 443399.999974 ], [ 197199.999974, 443799.999974 ], [ 197399.999974, 444399.999974 ], [ 197408.995074, 444453.970474 ], [ 197499.999974, 444999.999974 ], [ 197799.999974, 445299.999974 ], [ 197813.54617399998824, 445310.15967399999499 ], [ 198199.999974, 445599.999974 ], [ 198480.52727399999276, 445599.999974 ], [ 198499.999974, 445599.999974 ], [ 198899.999974, 445499.999974 ], [ 199399.999974, 445599.999974 ], [ 199999.999974, 446199.999974 ], [ 200199.999974, 446799.999974 ], [ 200399.999974, 446999.999974 ], [ 200404.115774, 447002.939874 ], [ 201099.999974, 447499.999974 ], [ 201483.788774, 447595.947174 ], [ 201499.999974, 447599.999974 ], [ 201799.999974, 447499.999974 ], [ 202399.999974, 447099.999974 ], [ 202499.999974, 446699.999974 ], [ 202400.869974, 446105.219974 ], [ 202399.999974, 446099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0301" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 210299.999974, 464499.999974 ], [ 210499.999974, 464199.999974 ], [ 210599.999974, 464399.999974 ], [ 211099.999974, 464599.999974 ], [ 211499.999974, 464199.999974 ], [ 211633.637774, 463977.270374 ], [ 211799.999974, 463699.999974 ], [ 211811.019574, 463666.941274 ], [ 211899.999974, 463399.999974 ], [ 212199.999974, 463199.999974 ], [ 212216.05357399999048, 463205.351174 ], [ 212799.999974, 463399.999974 ], [ 212999.999974, 463399.999974 ], [ 213193.8402739999874, 462333.878774 ], [ 213199.279974, 462334.159974 ], [ 213214.32447399999364, 462334.586174 ], [ 213215.418974, 462334.616874 ], [ 213220.955774, 462299.999974 ], [ 213499.999974, 462299.999974 ], [ 213899.999974, 462499.999974 ], [ 214399.999974, 462399.999974 ], [ 214999.999974, 462499.999974 ], [ 215159.1307739999902, 462545.465974 ], [ 215699.999974, 462699.999974 ], [ 216299.999974, 462599.999974 ], [ 216799.999974, 462699.999974 ], [ 217499.999974, 462699.999974 ], [ 217899.999974, 462899.999974 ], [ 218599.999974, 462999.999974 ], [ 219099.999974, 463099.999974 ], [ 219299.999974, 462499.999974 ], [ 219399.999974, 461499.999974 ], [ 218199.999974, 460799.999974 ], [ 218163.33297399998992, 460786.666474 ], [ 217099.999974, 460399.999974 ], [ 216279.48567399999592, 459877.85457399999723 ], [ 215999.999974, 459699.999974 ], [ 215599.999974, 458699.999974 ], [ 215586.0957739999867, 458672.191574 ], [ 215499.999974, 458499.999974 ], [ 214699.999974, 458399.999974 ], [ 213599.999974, 458599.999974 ], [ 213583.08617399999639, 458603.382774 ], [ 213099.999974, 458699.999974 ], [ 212999.999974, 458699.999974 ], [ 212399.999974, 458099.999974 ], [ 212199.999974, 457899.999974 ], [ 212399.999974, 457199.999974 ], [ 212063.079074, 456863.079074 ], [ 212031.587674, 456831.587674 ], [ 211999.999974, 456799.999974 ], [ 211899.999974, 456999.999974 ], [ 211899.999974, 457499.999974 ], [ 211599.999974, 458299.999974 ], [ 211099.999974, 458699.999974 ], [ 210199.999974, 458699.999974 ], [ 209899.999974, 458799.999974 ], [ 209699.999974, 459199.999974 ], [ 209597.104774, 459611.580974 ], [ 209545.052674, 459819.789274 ], [ 209499.999974, 459999.999974 ], [ 209599.999974, 460399.999974 ], [ 209499.999974, 460999.999974 ], [ 209099.999974, 461299.999974 ], [ 208899.999974, 461499.999974 ], [ 208699.999974, 461899.999974 ], [ 208799.999974, 462199.999974 ], [ 208499.999974, 462299.999974 ], [ 208099.999974, 462299.999974 ], [ 208083.920274, 462294.64007399999537 ], [ 207199.999974, 461999.999974 ], [ 206799.999974, 462199.999974 ], [ 206729.39737399999285, 462199.999974 ], [ 206662.586274, 462312.241174 ], [ 206599.999974, 462499.999974 ], [ 206499.999974, 462799.999974 ], [ 206599.999974, 463199.999974 ], [ 206790.111074, 463485.166674 ], [ 206799.999974, 463499.999974 ], [ 206999.999974, 463599.999974 ], [ 207799.999974, 463599.999974 ], [ 208699.999974, 462999.999974 ], [ 209393.854874, 462999.999974 ], [ 209400.11427399999229, 463000.571574 ], [ 209599.999974, 463999.999974 ], [ 209699.999974, 464299.999974 ], [ 210099.999974, 464899.999974 ], [ 210299.999974, 464499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0302" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 180599.999974, 490199.999974 ], [ 181099.999974, 489799.999974 ], [ 181599.999974, 489999.999974 ], [ 181899.999974, 490199.999974 ], [ 182299.999974, 490299.999974 ], [ 182499.999974, 489999.999974 ], [ 183199.999974, 490299.999974 ], [ 183235.99047399999108, 490315.42447399999946 ], [ 183899.999974, 490599.999974 ], [ 184299.999974, 490499.999974 ], [ 184499.999974, 489999.999974 ], [ 184587.278174, 489389.052474 ], [ 184599.999974, 489299.999974 ], [ 185199.999974, 488599.999974 ], [ 185236.996374, 488557.311874 ], [ 186499.999974, 487099.999974 ], [ 186508.33857399999397, 487090.145274 ], [ 187599.999974, 485799.999974 ], [ 187799.999974, 485999.999974 ], [ 187999.999974, 485999.999974 ], [ 188299.999974, 485699.999974 ], [ 188099.999974, 485399.999974 ], [ 187499.999974, 484999.999974 ], [ 188547.95607399998698, 483189.893974 ], [ 188599.999974, 483099.999974 ], [ 187899.999974, 481699.999974 ], [ 186599.999974, 480099.999974 ], [ 185932.865274, 479718.780174 ], [ 185899.999974, 479699.999974 ], [ 185999.999974, 479199.999974 ], [ 186199.999974, 478699.999974 ], [ 186299.999974, 477699.999974 ], [ 186699.999974, 476999.999974 ], [ 186499.999974, 476399.999974 ], [ 186599.999974, 475699.999974 ], [ 186099.999974, 475599.999974 ], [ 185199.999974, 475999.999974 ], [ 184699.999974, 476199.999974 ], [ 184399.999974, 476099.999974 ], [ 183899.999974, 475899.999974 ], [ 182699.999974, 475899.999974 ], [ 182654.639874, 475899.999974 ], [ 181331.73677399998996, 475899.999974 ], [ 181299.999974, 475899.999974 ], [ 179899.999974, 475799.999974 ], [ 179699.999974, 475699.999974 ], [ 179599.999974, 475999.999974 ], [ 179629.99297399999341, 476041.990174 ], [ 180099.999974, 476699.999974 ], [ 180099.999974, 477199.999974 ], [ 179499.999974, 477699.999974 ], [ 179399.999974, 477899.999974 ], [ 179399.999974, 478273.884874 ], [ 179399.999974, 478299.999974 ], [ 179299.999974, 478999.999974 ], [ 179599.999974, 479899.999974 ], [ 179605.347974, 479932.087774 ], [ 179799.999974, 481099.999974 ], [ 179645.97397399999318, 481177.013074 ], [ 179599.999974, 481199.999974 ], [ 176699.999974, 482299.999974 ], [ 177099.999974, 482599.999974 ], [ 177199.999974, 482899.999974 ], [ 177199.999974, 483299.999974 ], [ 177099.999974, 483499.999974 ], [ 176699.999974, 483599.999974 ], [ 176699.999974, 483899.999974 ], [ 176688.588874, 483945.644674 ], [ 176656.427674, 484074.289174 ], [ 176599.999974, 484299.999974 ], [ 176212.11847399998805, 485075.762974 ], [ 176199.999974, 485099.999974 ], [ 176199.999974, 485370.487974 ], [ 176283.251874, 485362.513174 ], [ 176199.999974, 485403.347874 ], [ 176199.999974, 485499.999974 ], [ 175999.999974, 485899.999974 ], [ 175899.999974, 486099.999974 ], [ 174899.999974, 487699.999974 ], [ 174899.999974, 487899.999974 ], [ 175199.999974, 487899.999974 ], [ 175599.999974, 487899.999974 ], [ 176299.999974, 488199.999974 ], [ 176399.999974, 488399.999974 ], [ 176799.999974, 488799.999974 ], [ 177399.999974, 488899.999974 ], [ 177850.425374, 489237.818974 ], [ 178199.999974, 489499.999974 ], [ 178199.999974, 489599.999974 ], [ 178899.999974, 489999.999974 ], [ 178999.999974, 490099.999974 ], [ 179599.999974, 490599.999974 ], [ 179899.999974, 490799.999974 ], [ 180199.999974, 491099.999974 ], [ 180599.999974, 490199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0303" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 179999.999974, 512499.999974 ], [ 179599.999974, 511799.999974 ], [ 179399.999974, 511699.999974 ], [ 179199.999974, 511899.999974 ], [ 179099.999974, 511899.999974 ], [ 178899.999974, 511599.999974 ], [ 178699.999974, 511799.999974 ], [ 178499.999974, 511999.999974 ], [ 178499.999974, 512799.999974 ], [ 178999.999974, 512999.999974 ], [ 179299.999974, 512999.999974 ], [ 179615.38457399999606, 512923.076874 ], [ 179799.999974, 512799.999974 ], [ 179899.999974, 512699.999974 ], [ 179999.999974, 512499.999974 ] ] ], [ [ [ 177907.234674, 510998.277474 ], [ 179999.999974, 510499.999974 ], [ 180068.635974, 510499.999974 ], [ 180299.999974, 510499.999974 ], [ 180499.999974, 510499.999974 ], [ 180499.999974, 510299.999974 ], [ 180725.950474, 510299.999974 ], [ 180799.999974, 510299.999974 ], [ 183199.999974, 510299.999974 ], [ 183699.999974, 510199.999974 ], [ 186399.999974, 507299.999974 ], [ 186599.999974, 506999.999974 ], [ 186699.999974, 506499.999974 ], [ 186703.726174, 506447.833174 ], [ 186899.999974, 503699.999974 ], [ 186699.999974, 502699.999974 ], [ 186699.999974, 502199.999974 ], [ 186399.999974, 501099.999974 ], [ 184199.999974, 496699.999974 ], [ 184047.27727399999276, 496623.638574 ], [ 183999.999974, 496599.999974 ], [ 183899.999974, 496599.999974 ], [ 183699.999974, 496399.999974 ], [ 183299.999974, 495499.999974 ], [ 182899.999974, 494699.999974 ], [ 181599.999974, 493499.999974 ], [ 180099.999974, 492299.999974 ], [ 179399.999974, 491799.999974 ], [ 179099.999974, 491799.999974 ], [ 178999.999974, 491999.999974 ], [ 178199.999974, 492199.999974 ], [ 177799.999974, 492099.999974 ], [ 173699.999974, 489999.999974 ], [ 172599.999974, 489199.999974 ], [ 172099.999974, 488799.999974 ], [ 171699.999974, 488499.999974 ], [ 171299.999974, 488199.999974 ], [ 170899.999974, 487599.999974 ], [ 170499.999974, 486999.999974 ], [ 170299.999974, 487299.999974 ], [ 170299.999974, 487499.999974 ], [ 170699.999974, 488499.999974 ], [ 170999.999974, 491199.999974 ], [ 168699.999974, 491499.999974 ], [ 168699.999974, 491899.999974 ], [ 167199.999974, 494199.999974 ], [ 167226.949674, 494221.559674 ], [ 167699.999974, 494599.999974 ], [ 168199.999974, 495299.999974 ], [ 168499.999974, 495599.999974 ], [ 167599.999974, 497199.999974 ], [ 167599.6877739999909, 497200.561974 ], [ 167112.62947399998666, 498077.266974 ], [ 167099.999974, 498099.999974 ], [ 169896.313874, 499697.893674 ], [ 169899.999974, 499699.999974 ], [ 168899.999974, 501399.999974 ], [ 168599.999974, 502899.999974 ], [ 168640.795874, 502913.598674 ], [ 168762.063174, 502954.021074 ], [ 168899.999974, 502999.999974 ], [ 168599.999974, 506799.999974 ], [ 168599.999974, 506834.528774 ], [ 168599.999974, 508399.999974 ], [ 167608.51377399999183, 511969.350574 ], [ 167599.999974, 511999.999974 ], [ 167599.999974, 512099.999974 ], [ 171299.999974, 513099.999974 ], [ 172199.999974, 513699.999974 ], [ 172742.66397399999551, 514242.663974 ], [ 172828.892874, 514149.209174 ], [ 172415.800974, 513854.14357399998698 ], [ 172169.63747399998829, 513608.912474 ], [ 172099.999974, 513399.999974 ], [ 172899.999974, 512499.999974 ], [ 173099.999974, 512199.999974 ], [ 177899.999974, 510999.999974 ], [ 177907.234674, 510998.277474 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0304" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 154399.999974, 430399.999974 ], [ 155599.999974, 429399.999974 ], [ 155899.999974, 429499.999974 ], [ 156399.999974, 429499.999974 ], [ 156407.470574, 429499.999974 ], [ 156499.999974, 429499.999974 ], [ 156549.707874, 429475.146074 ], [ 156899.999974, 429299.999974 ], [ 156499.999974, 428399.999974 ], [ 155999.999974, 427699.999974 ], [ 155438.06147399998736, 427231.717874 ], [ 155399.999974, 427199.999974 ], [ 154599.999974, 426299.999974 ], [ 153899.999974, 424799.999974 ], [ 153885.90467399999034, 424785.90467399999034 ], [ 153499.999974, 424399.999974 ], [ 153099.999974, 424099.999974 ], [ 152699.999974, 423899.999974 ], [ 152232.40727399999741, 423993.51857399998698 ], [ 152199.999974, 423999.999974 ], [ 151799.999974, 424099.999974 ], [ 151299.999974, 424599.999974 ], [ 151282.6932739999902, 424625.960074 ], [ 150917.80177399999229, 425173.297374 ], [ 150899.999974, 425199.999974 ], [ 150716.495574, 425475.256674 ], [ 150699.999974, 425499.999974 ], [ 150104.42997399999877, 425897.046674 ], [ 150099.999974, 425899.999974 ], [ 149399.999974, 426199.999974 ], [ 148699.999974, 426099.999974 ], [ 148329.09897399999318, 426099.999974 ], [ 148299.999974, 426099.999974 ], [ 147699.999974, 425799.999974 ], [ 147599.999974, 425799.999974 ], [ 147575.879874, 425795.805174 ], [ 145342.87407399999211, 425407.456374 ], [ 145299.999974, 425399.999974 ], [ 144699.999974, 425199.999974 ], [ 144666.2435739999928, 425183.12177399999928 ], [ 144531.80427399999462, 425115.902174 ], [ 144499.999974, 425099.999974 ], [ 143520.361074, 424708.144474 ], [ 143499.999974, 424699.999974 ], [ 142799.999974, 424599.999974 ], [ 142099.999974, 424699.999974 ], [ 140499.999974, 425299.999974 ], [ 140484.188874, 425303.952774 ], [ 140099.999974, 425399.999974 ], [ 139299.999974, 425299.999974 ], [ 139299.999974, 425579.759474 ], [ 139299.999974, 425599.999974 ], [ 139199.999974, 426199.999974 ], [ 138799.999974, 426999.999974 ], [ 138899.999974, 428799.999974 ], [ 140092.76557399999001, 428799.999974 ], [ 140099.999974, 428799.999974 ], [ 141571.32387399999425, 428799.999974 ], [ 141599.999974, 428799.999974 ], [ 141854.653174, 428884.884374 ], [ 141899.999974, 428899.999974 ], [ 142286.86247399999411, 428996.715674 ], [ 142299.999974, 428999.999974 ], [ 142587.22937399998773, 429095.743174 ], [ 142599.999974, 429099.999974 ], [ 143399.999974, 429299.999974 ], [ 144099.999974, 429699.999974 ], [ 144141.692874, 429699.999974 ], [ 144699.999974, 429699.999974 ], [ 144726.410674, 429704.401774 ], [ 145299.999974, 429799.999974 ], [ 146399.999974, 429599.999974 ], [ 147438.52167399998871, 429788.822074 ], [ 147499.999974, 429799.999974 ], [ 148699.999974, 429599.999974 ], [ 149587.54927399998996, 429304.150274 ], [ 149599.999974, 429299.999974 ], [ 149599.999974, 429199.999974 ], [ 149620.754174, 429225.94277399999555 ], [ 149999.999974, 429699.999974 ], [ 150006.08807399999932, 429703.652874 ], [ 150499.999974, 429999.999974 ], [ 150899.999974, 430099.999974 ], [ 150899.999974, 429823.928074 ], [ 150899.999974, 429799.999974 ], [ 151399.999974, 429899.999974 ], [ 151899.999974, 429799.999974 ], [ 152299.999974, 429999.999974 ], [ 153099.999974, 429999.999974 ], [ 154099.999974, 430399.999974 ], [ 154331.304674, 430477.101574 ], [ 154399.999974, 430499.999974 ], [ 154399.999974, 430399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0305" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 129812.759674, 479557.448074 ], [ 130096.990374, 479500.60197399999015 ], [ 130099.90527399998973, 479500.726374 ], [ 130099.999974, 479499.999974 ], [ 130099.999974, 477299.999974 ], [ 129999.999974, 476899.999974 ], [ 129995.680074, 476882.720274 ], [ 129899.999974, 476499.999974 ], [ 129898.694374, 476492.891574 ], [ 128999.999974, 471599.999974 ], [ 128998.92797399999108, 471599.785574 ], [ 128499.999974, 471499.999974 ], [ 128469.40707399998792, 471489.802374 ], [ 128199.999974, 471399.999974 ], [ 127199.999974, 471099.999974 ], [ 126399.999974, 473599.999974 ], [ 126099.999974, 474699.999974 ], [ 126082.70677399999113, 474717.29317399999127 ], [ 125999.999974, 474799.999974 ], [ 125899.999974, 474799.999974 ], [ 125899.999974, 474499.999974 ], [ 125799.999974, 474199.999974 ], [ 125599.999974, 474099.999974 ], [ 125507.732374, 474123.066874 ], [ 125199.999974, 474199.999974 ], [ 125180.681274, 474175.851574 ], [ 124799.999974, 473699.999974 ], [ 124399.999974, 473999.999974 ], [ 123899.999974, 472899.999974 ], [ 123199.999974, 473099.999974 ], [ 123099.999974, 473199.999974 ], [ 122899.999974, 473399.999974 ], [ 122299.999974, 473699.999974 ], [ 122299.999974, 473999.999974 ], [ 122499.999974, 473999.999974 ], [ 122899.999974, 474399.999974 ], [ 122999.999974, 474599.999974 ], [ 122999.999974, 474899.999974 ], [ 123399.999974, 475299.999974 ], [ 123599.999974, 475599.999974 ], [ 123613.64427399999113, 475640.932774 ], [ 123699.42197399999714, 475898.265874 ], [ 123699.999974, 475899.999974 ], [ 123499.999974, 476699.999974 ], [ 123499.999974, 476999.999974 ], [ 123518.11177399998996, 477003.01857399998698 ], [ 124099.999974, 477099.999974 ], [ 124699.999974, 476799.999974 ], [ 125499.999974, 476799.999974 ], [ 125899.999974, 476799.999974 ], [ 126338.191674, 476887.638374 ], [ 126480.718674, 477142.15597399999388 ], [ 126499.999974, 477199.999974 ], [ 126502.500174, 477203.7502739999909 ], [ 126668.28277399999206, 477452.424174 ], [ 126699.999974, 477499.999974 ], [ 127446.023874, 478059.517874 ], [ 127499.999974, 478099.999974 ], [ 128399.999974, 477999.999974 ], [ 128699.999974, 478399.999974 ], [ 128699.999974, 478699.999974 ], [ 128799.999974, 478999.999974 ], [ 129099.999974, 479299.999974 ], [ 129143.829574, 479343.829574 ], [ 129399.999974, 479599.999974 ], [ 129559.850374, 479599.999974 ], [ 129599.999974, 479599.999974 ], [ 129812.759674, 479557.448074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0307" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 156499.999974, 470099.999974 ], [ 158199.999974, 468599.999974 ], [ 158556.004974, 468510.998774 ], [ 158599.999974, 468499.999974 ], [ 158599.999974, 468199.999974 ], [ 158599.999974, 467688.866474 ], [ 158599.999974, 467676.339874 ], [ 158599.999974, 467562.716874 ], [ 158599.999974, 466899.999974 ], [ 158564.35887399999774, 466222.819174 ], [ 158499.999974, 464999.999974 ], [ 158514.18427399999928, 464971.631474 ], [ 158599.999974, 464799.999974 ], [ 158899.999974, 464499.999974 ], [ 159054.95497399999294, 464422.5224739999976 ], [ 159099.999974, 464399.999974 ], [ 159872.161174, 464303.479874 ], [ 159899.999974, 464299.999974 ], [ 161299.999974, 464199.999974 ], [ 161299.999974, 463999.999974 ], [ 160899.999974, 463999.999974 ], [ 160799.999974, 463899.999974 ], [ 160899.999974, 463699.999974 ], [ 161299.999974, 463699.999974 ], [ 161599.999974, 463299.999974 ], [ 161599.999974, 462899.999974 ], [ 161499.999974, 462499.999974 ], [ 161099.999974, 462699.999974 ], [ 159999.999974, 462699.999974 ], [ 159699.999974, 462899.999974 ], [ 159699.22447399998782, 462900.775574 ], [ 159101.1413739999989, 463498.858674 ], [ 159099.999974, 463499.999974 ], [ 158799.999974, 463699.999974 ], [ 158499.999974, 463699.999974 ], [ 158099.999974, 463399.999974 ], [ 157499.999974, 463299.999974 ], [ 157099.999974, 462999.999974 ], [ 157079.0560739999928, 462944.149374 ], [ 156816.821674, 462244.857774 ], [ 156805.178874, 462213.81037399999332 ], [ 156799.999974, 462199.999974 ], [ 156299.999974, 461299.999974 ], [ 156264.771574, 461255.964474 ], [ 155901.482274, 460801.852874 ], [ 155900.72717399999965, 460800.909074 ], [ 155899.999974, 460799.999974 ], [ 155699.999974, 460599.999974 ], [ 155399.999974, 460499.999974 ], [ 154099.999974, 460299.999974 ], [ 153856.02667399999336, 460381.324474 ], [ 153799.999974, 460399.999974 ], [ 152799.999974, 460999.999974 ], [ 151299.999974, 459099.999974 ], [ 150999.999974, 458899.999974 ], [ 149799.999974, 457799.999974 ], [ 149499.999974, 457999.999974 ], [ 151199.999974, 459799.999974 ], [ 151299.999974, 460399.999974 ], [ 151199.999974, 460599.999974 ], [ 151195.278674, 460609.442574 ], [ 151099.999974, 460799.999974 ], [ 151108.29147399999783, 460824.874374 ], [ 151490.21487399999751, 461970.644574 ], [ 151491.75697399998899, 461975.270874 ], [ 151499.999974, 461999.999974 ], [ 151598.51497399999062, 462985.149774 ], [ 151599.999974, 462999.999974 ], [ 151699.999974, 463499.999974 ], [ 151999.999974, 463499.999974 ], [ 152099.999974, 463899.999974 ], [ 152102.96837399998913, 463926.714974 ], [ 152199.999974, 464799.999974 ], [ 152393.55677399999695, 465283.891974 ], [ 152399.999974, 465299.999974 ], [ 152099.999974, 465399.999974 ], [ 152059.76927399999113, 465413.410274 ], [ 151799.999974, 465499.999974 ], [ 151599.999974, 466099.999974 ], [ 151399.999974, 466099.999974 ], [ 151199.999974, 465999.999974 ], [ 150899.999974, 465999.999974 ], [ 150877.112874, 466011.443574 ], [ 150699.999974, 466099.999974 ], [ 150799.999974, 466299.999974 ], [ 150699.999974, 466599.999974 ], [ 150599.999974, 466799.999974 ], [ 150099.999974, 466999.999974 ], [ 149799.999974, 466999.999974 ], [ 149699.999974, 467099.999974 ], [ 149699.999974, 467399.999974 ], [ 149994.092074, 468282.276074 ], [ 149999.999974, 468299.999974 ], [ 151099.999974, 468399.999974 ], [ 150899.999974, 468999.999974 ], [ 151099.999974, 469599.999974 ], [ 152999.999974, 469099.999974 ], [ 153099.999974, 469099.999974 ], [ 153468.576674, 469007.855874 ], [ 153499.999974, 468999.999974 ], [ 153999.999974, 468799.999974 ], [ 154021.777674, 468799.999974 ], [ 154384.675374, 468799.999974 ], [ 154399.999974, 468799.999974 ], [ 154876.561974, 468704.687574 ], [ 154899.999974, 468699.999974 ], [ 155381.011574, 468603.797674 ], [ 155399.999974, 468599.999974 ], [ 155599.999974, 470099.999974 ], [ 156376.36867399999755, 469517.72347399999853 ], [ 156399.999974, 469499.999974 ], [ 156499.999974, 470099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0308" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 151399.999974, 470199.999974 ], [ 151099.999974, 469599.999974 ], [ 150899.999974, 468999.999974 ], [ 151099.999974, 468399.999974 ], [ 149999.999974, 468299.999974 ], [ 149994.092074, 468282.276074 ], [ 149846.499974, 468499.593774 ], [ 149846.134274, 468499.999974 ], [ 149599.999974, 468499.999974 ], [ 149299.999974, 467999.999974 ], [ 148837.06477399999858, 467722.238874 ], [ 148504.323374, 467522.594074 ], [ 148299.999974, 467399.999974 ], [ 147799.999974, 467199.999974 ], [ 147758.616374, 467179.308174 ], [ 147199.999974, 466899.999974 ], [ 146499.999974, 466299.999974 ], [ 146484.962474, 466284.962474 ], [ 145511.101074, 465311.101074 ], [ 145499.999974, 465299.999974 ], [ 145099.999974, 464699.999974 ], [ 144899.999974, 464399.999974 ], [ 144699.999974, 464399.999974 ], [ 143899.999974, 464199.999974 ], [ 143799.999974, 464099.999974 ], [ 143699.999974, 465199.999974 ], [ 143656.269074, 465374.923674 ], [ 143599.999974, 465599.999974 ], [ 143199.999974, 465399.999974 ], [ 143161.726174, 465399.999974 ], [ 142999.999974, 465399.999974 ], [ 143299.999974, 466699.999974 ], [ 143233.96597399999155, 466766.033974 ], [ 143199.999974, 466799.999974 ], [ 143099.999974, 466899.999974 ], [ 143199.999974, 468099.999974 ], [ 143299.999974, 468399.999974 ], [ 143299.999974, 468499.999974 ], [ 143499.999974, 469399.999974 ], [ 143899.999974, 470799.999974 ], [ 145669.954774, 470701.669174 ], [ 145699.999974, 470699.999974 ], [ 146005.66077399998903, 470699.999974 ], [ 146199.999974, 470699.999974 ], [ 146233.36127399999532, 470699.999974 ], [ 146999.999974, 470699.999974 ], [ 147023.01437399999122, 470698.082174 ], [ 148199.999974, 470599.999974 ], [ 148208.13277399999788, 470599.999974 ], [ 148248.478674, 470599.999974 ], [ 148299.999974, 470599.999974 ], [ 149099.999974, 470599.999974 ], [ 149199.999974, 470499.999974 ], [ 149199.999974, 470399.999974 ], [ 149478.615074, 470121.384974 ], [ 149499.999974, 470099.999974 ], [ 149899.999974, 470399.999974 ], [ 150099.999974, 470699.999974 ], [ 149999.999974, 470799.999974 ], [ 149799.999974, 470899.999974 ], [ 149499.999974, 471299.999974 ], [ 149599.999974, 471499.999974 ], [ 149899.999974, 471599.999974 ], [ 150394.0228739999875, 471402.390874 ], [ 150399.999974, 471399.999974 ], [ 151499.999974, 471199.999974 ], [ 151471.514574, 470915.146074 ], [ 151399.999974, 470199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0310" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 143299.999974, 466699.999974 ], [ 142999.999974, 465399.999974 ], [ 143161.726174, 465399.999974 ], [ 143199.999974, 465399.999974 ], [ 143599.999974, 465599.999974 ], [ 143656.269074, 465374.923674 ], [ 143699.999974, 465199.999974 ], [ 143799.999974, 464099.999974 ], [ 143899.999974, 464199.999974 ], [ 143999.999974, 462899.999974 ], [ 144012.496974, 462850.012174 ], [ 144099.999974, 462499.999974 ], [ 144102.83607399999164, 462457.459374 ], [ 144199.999974, 460999.999974 ], [ 144199.999974, 460967.055174 ], [ 144199.999974, 460825.593974 ], [ 144199.999974, 460799.999974 ], [ 144299.999974, 458699.999974 ], [ 143399.999974, 458399.999974 ], [ 143405.57437399998889, 458379.560574 ], [ 143699.999974, 457299.999974 ], [ 143389.21487399999751, 457144.607474 ], [ 143299.999974, 457099.999974 ], [ 142899.999974, 456999.999974 ], [ 142999.999974, 456799.999974 ], [ 142999.999974, 456785.87177399999928 ], [ 142999.999974, 456643.852774 ], [ 142999.999974, 456640.735774 ], [ 142999.999974, 456599.999974 ], [ 142799.999974, 455899.999974 ], [ 142788.89667399998871, 455844.483374 ], [ 142699.999974, 455399.999974 ], [ 142673.23797399998875, 455373.237974 ], [ 142518.943574, 455218.943574 ], [ 142499.999974, 455199.999974 ], [ 141699.999974, 455299.999974 ], [ 141499.999974, 455399.999974 ], [ 141199.999974, 456099.999974 ], [ 140999.999974, 456199.999974 ], [ 140899.999974, 456199.999974 ], [ 140799.999974, 456099.999974 ], [ 139899.999974, 456199.999974 ], [ 139499.999974, 456299.999974 ], [ 139489.43727399999625, 456314.08367399999406 ], [ 139199.999974, 456699.999974 ], [ 139207.430274, 456718.575574 ], [ 139596.38257399998838, 457690.956574 ], [ 139599.999974, 457699.999974 ], [ 138799.999974, 458099.999974 ], [ 138699.999974, 458599.999974 ], [ 138699.999974, 458601.473874 ], [ 138699.999974, 458999.999974 ], [ 138602.13827399999718, 459097.86177399998996 ], [ 138599.999974, 459099.999974 ], [ 138399.999974, 459199.999974 ], [ 138099.999974, 459199.999974 ], [ 137121.07257399999071, 459591.570974 ], [ 137099.999974, 459599.999974 ], [ 135799.999974, 460599.999974 ], [ 136799.999974, 461999.999974 ], [ 135033.88217399999849, 463079.294174 ], [ 134999.999974, 463099.999974 ], [ 136526.65787399999681, 464912.906274 ], [ 136599.999974, 464999.999974 ], [ 136399.999974, 465799.999974 ], [ 136902.73207399999956, 465883.788674 ], [ 136999.999974, 465899.999974 ], [ 139899.999974, 465699.999974 ], [ 139915.746474, 465692.126774 ], [ 140099.999974, 465599.999974 ], [ 140121.88197399998899, 465599.999974 ], [ 140794.71297399999457, 465599.999974 ], [ 140799.999974, 465599.999974 ], [ 141671.909374, 465503.121174 ], [ 141699.999974, 465499.999974 ], [ 143299.999974, 468499.999974 ], [ 143299.999974, 468399.999974 ], [ 143199.999974, 468099.999974 ], [ 143099.999974, 466899.999974 ], [ 143199.999974, 466799.999974 ], [ 143233.96597399999155, 466766.033974 ], [ 143299.999974, 466699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0311" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 127699.999974, 468799.999974 ], [ 127699.999974, 466999.999974 ], [ 127727.13397399999667, 466999.999974 ], [ 128399.999974, 466999.999974 ], [ 128299.999974, 466499.999974 ], [ 128300.16747399998712, 466499.999974 ], [ 128690.11747399999877, 466499.999974 ], [ 128699.999974, 466499.999974 ], [ 128978.354274, 466469.071774 ], [ 129077.411174, 466458.065474 ], [ 129599.999974, 466399.999974 ], [ 129606.449174, 466399.462574 ], [ 130799.999974, 466299.999974 ], [ 131315.88327399999253, 466214.019474 ], [ 131399.999974, 466199.999974 ], [ 131699.999974, 464199.999974 ], [ 130358.701574, 463720.964874 ], [ 130299.999974, 463699.999974 ], [ 130289.91807399998652, 463673.114974 ], [ 130000.95117399998708, 462902.536474 ], [ 129999.999974, 462899.999974 ], [ 129999.999974, 462399.999974 ], [ 129506.389174, 462202.555674 ], [ 129499.999974, 462199.999974 ], [ 129457.76327399999718, 462168.322474 ], [ 128699.999974, 461599.999974 ], [ 128128.620674, 461219.080474 ], [ 128099.999974, 461199.999974 ], [ 127499.999974, 460799.999974 ], [ 127499.999974, 460499.999974 ], [ 126699.999974, 460199.999974 ], [ 126399.999974, 459399.999974 ], [ 125799.999974, 460699.999974 ], [ 125783.964374, 460690.645874 ], [ 124635.4652739999874, 460020.688074 ], [ 124599.999974, 459999.999974 ], [ 124099.999974, 460999.999974 ], [ 124090.049574, 461019.900774 ], [ 123921.759274, 461356.481374 ], [ 123899.999974, 461399.999974 ], [ 123299.999974, 462199.999974 ], [ 123242.07497399998829, 462178.278074 ], [ 122499.999974, 461899.999974 ], [ 122399.999974, 463699.999974 ], [ 122299.999974, 463899.999974 ], [ 123599.999974, 464399.999974 ], [ 123611.21407399998861, 464422.428074 ], [ 124099.999974, 465399.999974 ], [ 123999.999974, 465499.999974 ], [ 124799.999974, 466499.999974 ], [ 124865.48127399999066, 466499.999974 ], [ 124999.999974, 466499.999974 ], [ 125001.430874, 466515.740074 ], [ 125099.999974, 467599.999974 ], [ 125199.999974, 467899.999974 ], [ 125799.999974, 467899.999974 ], [ 126199.999974, 468099.999974 ], [ 126399.999974, 469299.999974 ], [ 126699.999974, 470299.999974 ], [ 127199.999974, 470499.999974 ], [ 127204.660474, 470502.330274 ], [ 127399.999974, 470599.999974 ], [ 128099.999974, 470799.999974 ], [ 128099.999974, 470424.607174 ], [ 128099.999974, 470099.999974 ], [ 127899.999974, 469399.999974 ], [ 127699.999974, 468799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0312" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 140699.999974, 454399.999974 ], [ 140899.999974, 454199.999974 ], [ 140924.86257399999886, 454206.215674 ], [ 141699.999974, 454399.999974 ], [ 141799.999974, 454399.999974 ], [ 142199.999974, 454299.999974 ], [ 143899.999974, 452999.999974 ], [ 143399.999974, 452399.999974 ], [ 143478.717674, 452399.999974 ], [ 143499.999974, 452399.999974 ], [ 145399.999974, 452299.999974 ], [ 145599.999974, 451999.999974 ], [ 145699.999974, 451699.999974 ], [ 145699.999974, 451676.242974 ], [ 145699.999974, 451499.999974 ], [ 145599.999974, 451399.999974 ], [ 145499.999974, 450999.999974 ], [ 145499.999974, 450399.999974 ], [ 145599.999974, 450299.999974 ], [ 146099.999974, 449399.999974 ], [ 146499.999974, 449299.999974 ], [ 146899.999974, 448999.999974 ], [ 146999.999974, 448799.999974 ], [ 146499.999974, 448499.999974 ], [ 146899.999974, 447799.999974 ], [ 147099.999974, 447399.999974 ], [ 147599.999974, 446899.999974 ], [ 147299.999974, 446399.999974 ], [ 147399.999974, 445999.999974 ], [ 147499.999974, 445799.999974 ], [ 147099.999974, 445499.999974 ], [ 146799.999974, 445599.999974 ], [ 146699.999974, 446099.999974 ], [ 146599.999974, 446099.999974 ], [ 146199.999974, 445899.999974 ], [ 145099.999974, 445599.999974 ], [ 144499.999974, 446399.999974 ], [ 144299.999974, 446799.999974 ], [ 143799.999974, 447299.999974 ], [ 143499.999974, 447399.999974 ], [ 142299.999974, 447699.999974 ], [ 142298.74347399998805, 447705.654374 ], [ 142099.999974, 448599.999974 ], [ 142195.480474, 449268.363274 ], [ 142199.999974, 449299.999974 ], [ 141799.999974, 449799.999974 ], [ 141599.999974, 449599.999974 ], [ 141399.999974, 449899.999974 ], [ 141399.999974, 450099.999974 ], [ 141599.999974, 450499.999974 ], [ 141562.29697399999714, 450518.851574 ], [ 140999.999974, 450799.999974 ], [ 140699.999974, 450799.999974 ], [ 139499.999974, 450799.999974 ], [ 138899.999974, 452099.999974 ], [ 138906.459074, 452103.22957399999723 ], [ 139299.999974, 452299.999974 ], [ 139373.63807399998768, 452962.742674 ], [ 139399.999974, 453199.999974 ], [ 139378.52917399999569, 453221.470774 ], [ 139199.999974, 453399.999974 ], [ 139099.999974, 453699.999974 ], [ 139499.999974, 454399.999974 ], [ 139563.49347399998805, 454463.493474 ], [ 139599.999974, 454499.999974 ], [ 140199.999974, 454499.999974 ], [ 140699.999974, 454399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0313" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 152458.15287399999215, 475610.461774 ], [ 152499.999974, 475599.999974 ], [ 152899.999974, 475699.999974 ], [ 153399.999974, 475599.999974 ], [ 154083.694874, 474818.634374 ], [ 154099.999974, 474799.999974 ], [ 154299.999974, 474599.999974 ], [ 154343.587474, 474556.412574 ], [ 154799.999974, 474099.999974 ], [ 155099.999974, 473899.999974 ], [ 155131.118874, 473878.216774 ], [ 156099.999974, 473199.999974 ], [ 155705.729074, 471327.213274 ], [ 155699.999974, 471299.999974 ], [ 155535.133074, 470750.443474 ], [ 155399.999974, 470299.999974 ], [ 155599.999974, 470099.999974 ], [ 155399.999974, 468599.999974 ], [ 155381.011574, 468603.797674 ], [ 154899.999974, 468699.999974 ], [ 154876.561974, 468704.687574 ], [ 154399.999974, 468799.999974 ], [ 154384.675374, 468799.999974 ], [ 154021.777674, 468799.999974 ], [ 153999.999974, 468799.999974 ], [ 153499.999974, 468999.999974 ], [ 153468.576674, 469007.855874 ], [ 153099.999974, 469099.999974 ], [ 152999.999974, 469099.999974 ], [ 151099.999974, 469599.999974 ], [ 151399.999974, 470199.999974 ], [ 151471.514574, 470915.146074 ], [ 151499.999974, 471199.999974 ], [ 150399.999974, 471399.999974 ], [ 150394.0228739999875, 471402.390874 ], [ 149899.999974, 471599.999974 ], [ 149999.999974, 471899.999974 ], [ 149799.999974, 472699.999974 ], [ 149799.999974, 473099.999974 ], [ 149999.999974, 473799.999974 ], [ 150599.999974, 473899.999974 ], [ 150999.999974, 474099.999974 ], [ 150999.999974, 474299.999974 ], [ 150599.999974, 474699.999974 ], [ 150499.999974, 474899.999974 ], [ 150599.999974, 475099.999974 ], [ 150899.999974, 475499.999974 ], [ 151199.999974, 476199.999974 ], [ 151699.999974, 475799.999974 ], [ 152458.15287399999215, 475610.461774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0317" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 149999.999974, 476199.999974 ], [ 150399.999974, 476099.999974 ], [ 151199.999974, 476199.999974 ], [ 150899.999974, 475499.999974 ], [ 150599.999974, 475099.999974 ], [ 150499.999974, 474899.999974 ], [ 150599.999974, 474699.999974 ], [ 150999.999974, 474299.999974 ], [ 150999.999974, 474099.999974 ], [ 150599.999974, 473899.999974 ], [ 149999.999974, 473799.999974 ], [ 149799.999974, 473099.999974 ], [ 149799.999974, 472699.999974 ], [ 149999.999974, 471899.999974 ], [ 149899.999974, 471599.999974 ], [ 149599.999974, 471499.999974 ], [ 149499.999974, 471299.999974 ], [ 149799.999974, 470899.999974 ], [ 149999.999974, 470799.999974 ], [ 150099.999974, 470699.999974 ], [ 149899.999974, 470399.999974 ], [ 149499.999974, 470099.999974 ], [ 149478.615074, 470121.384974 ], [ 149199.999974, 470399.999974 ], [ 149199.999974, 470499.999974 ], [ 149099.999974, 470599.999974 ], [ 148299.999974, 470599.999974 ], [ 148248.478674, 470599.999974 ], [ 148208.13277399999788, 470599.999974 ], [ 148199.999974, 470599.999974 ], [ 147023.01437399999122, 470698.082174 ], [ 146999.999974, 470699.999974 ], [ 146233.36127399999532, 470699.999974 ], [ 146199.999974, 470699.999974 ], [ 146005.66077399998903, 470699.999974 ], [ 145699.999974, 470699.999974 ], [ 145669.954774, 470701.669174 ], [ 143899.999974, 470799.999974 ], [ 143799.999974, 470799.999974 ], [ 144393.449074, 472085.806274 ], [ 144399.999974, 472099.999974 ], [ 144799.999974, 473099.999974 ], [ 144803.74657399998978, 473106.556474 ], [ 145190.54867399999057, 473783.460174 ], [ 145199.999974, 473799.999974 ], [ 145199.999974, 474084.392874 ], [ 145199.999974, 474099.999974 ], [ 145287.90727399999741, 474187.90727399999741 ], [ 145299.999974, 474199.999974 ], [ 146693.031274, 477085.564674 ], [ 146699.999974, 477099.999974 ], [ 147399.999974, 476999.999974 ], [ 147416.47897399999783, 476994.507074 ], [ 147699.999974, 476899.999974 ], [ 147744.161874, 476892.639674 ], [ 149499.999974, 476599.999974 ], [ 149699.999974, 476299.999974 ], [ 149999.999974, 476199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0321" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 138899.999974, 452099.999974 ], [ 139499.999974, 450799.999974 ], [ 140699.999974, 450799.999974 ], [ 140999.999974, 450799.999974 ], [ 141562.29697399999714, 450518.851574 ], [ 141599.999974, 450499.999974 ], [ 141399.999974, 450099.999974 ], [ 141399.999974, 449899.999974 ], [ 141599.999974, 449599.999974 ], [ 141799.999974, 449799.999974 ], [ 142199.999974, 449299.999974 ], [ 142195.480474, 449268.363274 ], [ 142099.999974, 448599.999974 ], [ 142298.74347399998805, 447705.654374 ], [ 142299.999974, 447699.999974 ], [ 143499.999974, 447399.999974 ], [ 143799.999974, 447299.999974 ], [ 144299.999974, 446799.999974 ], [ 144499.999974, 446399.999974 ], [ 145099.999974, 445599.999974 ], [ 145299.999974, 445299.999974 ], [ 145999.999974, 444999.999974 ], [ 145799.999974, 444799.999974 ], [ 145899.999974, 444199.999974 ], [ 146032.437474, 444127.76137399999425 ], [ 146999.962574, 443600.020374 ], [ 146999.999974, 443599.999974 ], [ 146699.999974, 443099.999974 ], [ 145999.999974, 442499.999974 ], [ 145199.999974, 443299.999974 ], [ 144999.999974, 443399.999974 ], [ 144599.999974, 443399.999974 ], [ 144199.999974, 443099.999974 ], [ 143799.999974, 442099.999974 ], [ 143415.325474, 441715.325474 ], [ 143399.999974, 441699.999974 ], [ 143099.999974, 441399.999974 ], [ 143048.14437399999588, 441382.71477399999276 ], [ 142499.999974, 441199.999974 ], [ 141899.999974, 441399.999974 ], [ 141499.999974, 441599.999974 ], [ 140799.999974, 442199.999974 ], [ 140299.999974, 442399.999974 ], [ 139099.999974, 442599.999974 ], [ 139096.8127739999909, 442602.549774 ], [ 138599.999974, 442999.999974 ], [ 138299.999974, 443799.999974 ], [ 138297.145274, 443811.418874 ], [ 138199.999974, 444199.999974 ], [ 138195.784374, 444229.509474 ], [ 138099.999974, 444899.999974 ], [ 137899.999974, 445199.999974 ], [ 137599.999974, 445399.999974 ], [ 136599.999974, 445699.999974 ], [ 136788.507374, 446359.77597399998922 ], [ 136799.999974, 446399.999974 ], [ 136799.999974, 446699.999974 ], [ 136805.715574, 446725.719974 ], [ 136999.999974, 447599.999974 ], [ 137006.70687399999588, 447630.181074 ], [ 137199.999974, 448499.999974 ], [ 137378.458474, 448499.999974 ], [ 137399.999974, 448499.999974 ], [ 136818.857374, 449177.999774 ], [ 136799.999974, 449199.999974 ], [ 137299.999974, 451299.999974 ], [ 136999.999974, 451299.999974 ], [ 137099.999974, 451899.999974 ], [ 138399.999974, 451599.999974 ], [ 138799.999974, 451999.999974 ], [ 138899.999974, 452099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0327" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 159699.999974, 462899.999974 ], [ 159999.999974, 462699.999974 ], [ 161099.999974, 462699.999974 ], [ 161499.999974, 462499.999974 ], [ 161699.999974, 462299.999974 ], [ 161999.999974, 462199.999974 ], [ 162411.44507399998838, 462141.22217399999499 ], [ 162699.999974, 462099.999974 ], [ 162499.999974, 461499.999974 ], [ 163499.999974, 461099.999974 ], [ 163699.999974, 460899.999974 ], [ 163591.645374, 460683.29077399999369 ], [ 163554.461474, 460608.923074 ], [ 163551.71717399999034, 460603.43427399999928 ], [ 163499.999974, 460499.999974 ], [ 163299.999974, 460299.999974 ], [ 162799.999974, 460199.999974 ], [ 162599.999974, 460199.999974 ], [ 162399.999974, 459599.999974 ], [ 162399.999974, 459299.999974 ], [ 162499.999974, 458999.999974 ], [ 162952.679474, 459090.535874 ], [ 162999.999974, 459099.999974 ], [ 163099.999974, 459099.999974 ], [ 163199.999974, 458599.999974 ], [ 163202.330774, 458595.338374 ], [ 163299.999974, 458399.999974 ], [ 162999.999974, 458399.999974 ], [ 162899.999974, 458499.999974 ], [ 162699.999974, 458699.999974 ], [ 161899.999974, 458699.999974 ], [ 161799.999974, 458599.999974 ], [ 161299.999974, 458799.999974 ], [ 161122.15537399999448, 458444.310774 ], [ 161099.999974, 458399.999974 ], [ 160999.999974, 457599.999974 ], [ 160799.999974, 456999.999974 ], [ 160499.999974, 456899.999974 ], [ 159799.999974, 457499.999974 ], [ 159019.57507399999304, 457673.427774 ], [ 158899.999974, 457699.999974 ], [ 158399.999974, 456799.999974 ], [ 158099.999974, 456499.999974 ], [ 158044.76747399999294, 456472.38377399998717 ], [ 157899.999974, 456399.999974 ], [ 157859.05227399998694, 456410.23697399999946 ], [ 157499.999974, 456499.999974 ], [ 156699.999974, 457099.999974 ], [ 156199.999974, 457299.999974 ], [ 155899.999974, 455899.999974 ], [ 155942.8294739999983, 455814.3410739999963 ], [ 155956.94507399998838, 455703.587874 ], [ 154807.057474, 455799.411874 ], [ 154799.999974, 455799.999974 ], [ 151799.999974, 456299.999974 ], [ 151299.999974, 456499.999974 ], [ 150599.999974, 457099.999974 ], [ 149799.999974, 457799.999974 ], [ 150999.999974, 458899.999974 ], [ 151299.999974, 459099.999974 ], [ 152799.999974, 460999.999974 ], [ 153799.999974, 460399.999974 ], [ 153856.02667399999336, 460381.324474 ], [ 154099.999974, 460299.999974 ], [ 155399.999974, 460499.999974 ], [ 155699.999974, 460599.999974 ], [ 155899.999974, 460799.999974 ], [ 155900.72717399999965, 460800.909074 ], [ 155901.482274, 460801.852874 ], [ 156264.771574, 461255.964474 ], [ 156299.999974, 461299.999974 ], [ 156799.999974, 462199.999974 ], [ 156805.178874, 462213.81037399999332 ], [ 156816.821674, 462244.857774 ], [ 157079.0560739999928, 462944.149374 ], [ 157099.999974, 462999.999974 ], [ 157499.999974, 463299.999974 ], [ 158099.999974, 463399.999974 ], [ 158499.999974, 463699.999974 ], [ 158799.999974, 463699.999974 ], [ 159099.999974, 463499.999974 ], [ 159101.1413739999989, 463498.858674 ], [ 159699.22447399998782, 462900.775574 ], [ 159699.999974, 462899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0329" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 132999.999974, 477499.999974 ], [ 133099.999974, 477099.999974 ], [ 133066.755574, 477066.755574 ], [ 132999.999974, 476999.999974 ], [ 132899.999974, 477099.999974 ], [ 132799.999974, 477499.999974 ], [ 132699.999974, 477499.999974 ], [ 131999.999974, 477099.999974 ], [ 131900.598574, 476602.992774 ], [ 131896.29817399999592, 476600.925474 ], [ 131863.51257399999304, 476585.16447399999015 ], [ 131866.926574, 476608.268374 ], [ 131499.999974, 476699.999974 ], [ 131199.999974, 476599.999974 ], [ 131180.558374, 476590.279174 ], [ 130799.999974, 476399.999974 ], [ 130599.999974, 476099.999974 ], [ 130199.999974, 476199.999974 ], [ 130199.999974, 476105.44037399999797 ], [ 130199.999974, 475899.999974 ], [ 130699.999974, 474399.999974 ], [ 130799.999974, 474099.999974 ], [ 130999.999974, 473899.999974 ], [ 131299.999974, 474299.999974 ], [ 131324.74607399999513, 474299.999974 ], [ 131488.471174, 474299.999974 ], [ 131499.999974, 474299.999974 ], [ 131699.999974, 473499.999974 ], [ 131699.999974, 472899.999974 ], [ 132399.999974, 472099.999974 ], [ 132417.433374, 472082.566674 ], [ 132499.999974, 471999.999974 ], [ 131318.262374, 471409.131174 ], [ 131299.999974, 471399.999974 ], [ 131100.490374, 470801.471274 ], [ 131099.999974, 470799.999974 ], [ 130899.999974, 469499.999974 ], [ 130799.999974, 469099.999974 ], [ 130999.999974, 469099.999974 ], [ 131099.999974, 468599.999974 ], [ 130999.999974, 468299.999974 ], [ 130299.999974, 468499.999974 ], [ 130099.999974, 468499.999974 ], [ 130099.999974, 468399.999974 ], [ 130099.999974, 468390.97217399999499 ], [ 130099.999974, 468324.493574 ], [ 130099.999974, 468299.999974 ], [ 130599.999974, 467899.999974 ], [ 131099.999974, 467799.999974 ], [ 131099.999974, 467499.999974 ], [ 130899.999974, 466599.999974 ], [ 130799.999974, 466299.999974 ], [ 129606.449174, 466399.462574 ], [ 129599.999974, 466399.999974 ], [ 129077.411174, 466458.065474 ], [ 128978.354274, 466469.071774 ], [ 128699.999974, 466499.999974 ], [ 128690.11747399999877, 466499.999974 ], [ 128300.16747399998712, 466499.999974 ], [ 128299.999974, 466499.999974 ], [ 128399.999974, 466999.999974 ], [ 127727.13397399999667, 466999.999974 ], [ 127699.999974, 466999.999974 ], [ 127699.999974, 468799.999974 ], [ 127899.999974, 469399.999974 ], [ 128099.999974, 470099.999974 ], [ 128099.999974, 470424.607174 ], [ 128099.999974, 470799.999974 ], [ 127399.999974, 470599.999974 ], [ 127199.999974, 471099.999974 ], [ 128199.999974, 471399.999974 ], [ 128469.40707399998792, 471489.802374 ], [ 128499.999974, 471499.999974 ], [ 128998.92797399999108, 471599.785574 ], [ 128999.999974, 471599.999974 ], [ 129898.694374, 476492.891574 ], [ 129899.999974, 476499.999974 ], [ 129995.680074, 476882.720274 ], [ 129999.999974, 476899.999974 ], [ 130099.999974, 477299.999974 ], [ 130199.999974, 477099.999974 ], [ 130599.999974, 477799.999974 ], [ 131199.999974, 477399.999974 ], [ 131499.999974, 477199.999974 ], [ 131999.999974, 477799.999974 ], [ 132599.999974, 477999.999974 ], [ 132999.999974, 477499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0331" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 130416.77187399999821, 447066.456174 ], [ 130486.46357399999397, 446927.072974 ], [ 130499.999974, 446899.999974 ], [ 130695.21717399999034, 446216.740074 ], [ 130793.550374, 446246.775174 ], [ 130893.64617399999406, 446296.823074 ], [ 130899.999974, 446299.999974 ], [ 131299.999974, 446399.999974 ], [ 131316.962674, 446378.190774 ], [ 131995.207174, 445506.162274 ], [ 131999.999974, 445499.999974 ], [ 132099.999974, 445399.999974 ], [ 132099.999974, 445299.999974 ], [ 132199.999974, 445099.999974 ], [ 132209.349174, 445094.390474 ], [ 132699.999974, 444799.999974 ], [ 131399.999974, 443699.999974 ], [ 131099.999974, 443299.999974 ], [ 130899.999974, 442699.999974 ], [ 130699.999974, 442399.999974 ], [ 130428.294274, 442309.431474 ], [ 130399.999974, 442299.999974 ], [ 129799.999974, 442399.999974 ], [ 129099.999974, 442999.999974 ], [ 128499.999974, 443299.999974 ], [ 127899.999974, 443199.999974 ], [ 127299.999974, 442599.999974 ], [ 127276.359774, 442552.71957399998792 ], [ 126999.999974, 441999.999974 ], [ 126988.92807399999583, 441988.928074 ], [ 126599.999974, 441599.999974 ], [ 126580.92977399998927, 441587.286474 ], [ 126299.999974, 441399.999974 ], [ 125706.602374, 441399.999974 ], [ 125699.999974, 441399.999974 ], [ 124899.999974, 441799.999974 ], [ 124299.999974, 441799.999974 ], [ 123899.999974, 441499.999974 ], [ 123299.999974, 440399.999974 ], [ 122999.999974, 439899.999974 ], [ 122699.999974, 439599.999974 ], [ 122299.999974, 439399.999974 ], [ 121611.19447399998899, 439203.198474 ], [ 121599.999974, 439199.999974 ], [ 121236.505374, 439199.999974 ], [ 121199.999974, 439199.999974 ], [ 120330.00447399998666, 439006.667674 ], [ 120299.999974, 438999.999974 ], [ 119999.999974, 438899.999974 ], [ 119806.77357399999164, 439576.292374 ], [ 119799.999974, 439599.999974 ], [ 119602.063174, 440391.747174 ], [ 119599.999974, 440399.999974 ], [ 119599.999974, 440699.999974 ], [ 119581.103674, 440728.344474 ], [ 119399.999974, 440999.999974 ], [ 119380.665974, 441048.335074 ], [ 119199.999974, 441499.999974 ], [ 118799.999974, 442299.999974 ], [ 118793.039374, 442306.960674 ], [ 118105.62957399999141, 442994.37047399999574 ], [ 118099.999974, 442999.999974 ], [ 117799.999974, 443099.999974 ], [ 117785.196174, 443122.205774 ], [ 117702.406374, 443246.390474 ], [ 116999.999974, 444299.999974 ], [ 117099.999974, 444299.999974 ], [ 118399.999974, 444899.999974 ], [ 120995.417274, 446397.356074 ], [ 120999.999974, 446399.999974 ], [ 121293.211274, 446595.474174 ], [ 121299.999974, 446599.999974 ], [ 122299.999974, 447099.999974 ], [ 122899.999974, 446999.999974 ], [ 125399.999974, 447799.999974 ], [ 127099.999974, 448099.999974 ], [ 127899.999974, 448199.999974 ], [ 128099.999974, 448199.999974 ], [ 129799.999974, 448699.999974 ], [ 129806.191274, 448685.553674 ], [ 130089.64067399999476, 448024.171774 ], [ 130099.999974, 447999.999974 ], [ 130287.21967399999266, 447438.3410739999963 ], [ 130299.999974, 447399.999974 ], [ 130399.999974, 447099.999974 ], [ 130416.77187399999821, 447066.456174 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0333" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 136799.999974, 461999.999974 ], [ 135799.999974, 460599.999974 ], [ 135599.999974, 460199.999974 ], [ 135362.08307399999467, 460279.305674 ], [ 135299.999974, 460299.999974 ], [ 134499.999974, 460899.999974 ], [ 133699.999974, 459899.999974 ], [ 133685.657474, 459890.438274 ], [ 133441.240274, 459727.493474 ], [ 133399.999974, 459699.999974 ], [ 133299.999974, 459899.999974 ], [ 132699.999974, 459399.999974 ], [ 132647.94467399999849, 459446.849774 ], [ 131760.158574, 460245.857274 ], [ 131735.249274, 460253.864874 ], [ 131717.100374, 460264.23567399999592 ], [ 131729.153674, 460273.761674 ], [ 131699.999974, 460299.999974 ], [ 131600.536774, 460101.073574 ], [ 131599.999974, 460099.999974 ], [ 131199.999974, 459599.999974 ], [ 130799.999974, 458799.999974 ], [ 130769.62647399998968, 458799.999974 ], [ 130709.55657399998745, 458799.999974 ], [ 130699.999974, 458799.999974 ], [ 129899.999974, 459599.999974 ], [ 129874.796474, 459625.203474 ], [ 129299.999974, 460199.999974 ], [ 128699.999974, 461499.999974 ], [ 128699.999974, 461599.999974 ], [ 129457.76327399999718, 462168.322474 ], [ 129499.999974, 462199.999974 ], [ 129506.389174, 462202.555674 ], [ 129999.999974, 462399.999974 ], [ 129999.999974, 462899.999974 ], [ 130000.95117399998708, 462902.536474 ], [ 130289.91807399998652, 463673.114974 ], [ 130299.999974, 463699.999974 ], [ 130358.701574, 463720.964874 ], [ 131699.999974, 464199.999974 ], [ 133799.999974, 464999.999974 ], [ 133808.682774, 465002.671574 ], [ 136399.999974, 465799.999974 ], [ 136599.999974, 464999.999974 ], [ 136526.65787399999681, 464912.906274 ], [ 134999.999974, 463099.999974 ], [ 135033.88217399999849, 463079.294174 ], [ 136799.999974, 461999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0335" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 124099.999974, 454699.999974 ], [ 125499.999974, 453599.999974 ], [ 125499.999974, 453199.999974 ], [ 125533.99117399999523, 453203.776774 ], [ 126399.999974, 453299.999974 ], [ 127299.999974, 452999.999974 ], [ 128199.999974, 453299.999974 ], [ 128399.999974, 453199.999974 ], [ 129673.606674, 452710.151274 ], [ 129699.999974, 452699.999974 ], [ 129599.999974, 452599.999974 ], [ 129099.999974, 451799.999974 ], [ 128799.999974, 451999.999974 ], [ 128199.999974, 451699.999974 ], [ 127830.647574, 451699.999974 ], [ 127799.999974, 451699.999974 ], [ 127299.999974, 450299.999974 ], [ 127103.344474, 450234.448174 ], [ 126999.999974, 450199.999974 ], [ 126999.999974, 450099.999974 ], [ 127012.45317399999476, 450050.187474 ], [ 127299.999974, 448899.999974 ], [ 127999.999974, 449099.999974 ], [ 128099.999974, 448199.999974 ], [ 127899.999974, 448199.999974 ], [ 127099.999974, 448099.999974 ], [ 125399.999974, 447799.999974 ], [ 122899.999974, 446999.999974 ], [ 122109.882974, 448382.704774 ], [ 122099.999974, 448399.999974 ], [ 121899.999974, 448799.999974 ], [ 122399.999974, 448699.999974 ], [ 122999.999974, 448699.999974 ], [ 123199.999974, 448799.999974 ], [ 123399.999974, 449099.999974 ], [ 123399.999974, 449199.999974 ], [ 122399.999974, 450299.999974 ], [ 122521.68907399999443, 450482.533574 ], [ 122577.72447399998782, 450566.586674 ], [ 122599.999974, 450599.999974 ], [ 122699.999974, 450699.999974 ], [ 121999.999974, 451799.999974 ], [ 121299.999974, 451499.999974 ], [ 121299.999974, 451199.999974 ], [ 120299.999974, 452299.999974 ], [ 120299.34897399999318, 452300.651074 ], [ 119899.999974, 452699.999974 ], [ 119599.999974, 452499.999974 ], [ 119399.999974, 452899.999974 ], [ 119799.999974, 453499.999974 ], [ 120259.081474, 453499.999974 ], [ 120299.999974, 453499.999974 ], [ 120899.999974, 453499.999974 ], [ 121629.3752739999909, 453632.613674 ], [ 121946.735174, 453690.315474 ], [ 121999.999974, 453699.999974 ], [ 122599.999974, 454099.999974 ], [ 122606.794674, 454103.706174 ], [ 123395.04207399999723, 454533.659374 ], [ 123699.999974, 454699.999974 ], [ 124094.1700739999942, 454699.967974 ], [ 124099.999974, 454699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0339" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 166599.999974, 455999.999974 ], [ 166499.999974, 455499.999974 ], [ 166599.999974, 455299.999974 ], [ 166883.377974, 455111.081374 ], [ 166899.999974, 455099.999974 ], [ 166999.999974, 454499.999974 ], [ 166899.999974, 453899.999974 ], [ 166899.999974, 453499.999974 ], [ 166895.888974, 453452.723174 ], [ 166699.999974, 451199.999974 ], [ 166699.999974, 451099.999974 ], [ 165799.999974, 451199.999974 ], [ 165599.999974, 450499.999974 ], [ 165399.999974, 450399.999974 ], [ 165372.90227399999276, 450389.160874 ], [ 164935.75227399999858, 450214.300874 ], [ 164899.999974, 450199.999974 ], [ 164699.999974, 450199.999974 ], [ 163899.999974, 451099.999974 ], [ 163799.999974, 451799.999974 ], [ 162599.999974, 452099.999974 ], [ 162399.999974, 453599.999974 ], [ 162499.999974, 453699.999974 ], [ 162699.999974, 453699.999974 ], [ 163099.999974, 453899.999974 ], [ 163099.999974, 454183.432874 ], [ 163099.999974, 454199.999974 ], [ 163099.999974, 454299.999974 ], [ 163135.993974, 454323.995974 ], [ 163399.999974, 454499.999974 ], [ 164099.999974, 454599.999974 ], [ 164299.999974, 454399.999974 ], [ 164899.999974, 454899.999974 ], [ 164899.999974, 455099.999974 ], [ 164599.999974, 455199.999974 ], [ 164799.999974, 455699.999974 ], [ 165299.999974, 455599.999974 ], [ 165399.999974, 456099.999974 ], [ 165399.999974, 456599.999974 ], [ 164999.999974, 456899.999974 ], [ 164899.999974, 457099.999974 ], [ 166199.999974, 457499.999974 ], [ 166499.999974, 456899.999974 ], [ 166599.999974, 455999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0340" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 166384.740374, 445615.259574 ], [ 166399.999974, 445599.999974 ], [ 166484.38397399999667, 445768.767874 ], [ 166499.999974, 445799.999974 ], [ 166699.999974, 446099.999974 ], [ 166899.999974, 445999.999974 ], [ 166925.39987399999518, 445978.228674 ], [ 167599.999974, 445399.999974 ], [ 167769.39867399999639, 445590.573474 ], [ 168380.30497399999877, 446277.843174 ], [ 168399.999974, 446299.999974 ], [ 168899.999974, 446799.999974 ], [ 168999.999974, 446599.999974 ], [ 168999.999974, 446099.999974 ], [ 169099.999974, 445899.999974 ], [ 169799.999974, 445199.999974 ], [ 169999.999974, 445099.999974 ], [ 170299.999974, 444999.999974 ], [ 170599.999974, 444699.999974 ], [ 170599.999974, 443799.999974 ], [ 171099.999974, 443199.999974 ], [ 171399.999974, 442899.999974 ], [ 171299.999974, 442499.999974 ], [ 170999.999974, 441999.999974 ], [ 171199.999974, 441599.999974 ], [ 171207.436174, 441585.127574 ], [ 171499.999974, 440999.999974 ], [ 171499.999974, 440499.999974 ], [ 171399.999974, 440399.999974 ], [ 170999.999974, 440399.999974 ], [ 170799.999974, 440099.999974 ], [ 170797.07497399998829, 440097.440574 ], [ 169999.999974, 439399.999974 ], [ 169899.999974, 439499.999974 ], [ 169894.27477399999043, 439504.089474 ], [ 169199.999974, 439999.999974 ], [ 168699.999974, 440299.999974 ], [ 166799.999974, 440799.999974 ], [ 166099.999974, 441299.999974 ], [ 165499.999974, 442099.999974 ], [ 164599.999974, 442399.999974 ], [ 164597.88437399998656, 442400.846274 ], [ 164099.999974, 442599.999974 ], [ 164056.530074, 442599.999974 ], [ 164006.303774, 442599.999974 ], [ 163999.999974, 442599.999974 ], [ 163499.999974, 442799.999974 ], [ 162799.999974, 443399.999974 ], [ 161799.999974, 443899.999974 ], [ 161199.999974, 443899.999974 ], [ 161199.999974, 444399.999974 ], [ 161289.803374, 444579.606874 ], [ 161299.999974, 444599.999974 ], [ 161324.354774, 444648.709574 ], [ 161399.999974, 444799.999974 ], [ 161699.999974, 444699.999974 ], [ 162099.999974, 445399.999974 ], [ 162370.532474, 445219.645074 ], [ 162399.999974, 445199.999974 ], [ 163299.999974, 447099.999974 ], [ 163304.889174, 447111.408074 ], [ 163501.13867399998708, 447569.323574 ], [ 163599.999974, 447799.999974 ], [ 164599.999974, 447299.999974 ], [ 164999.999974, 447199.999974 ], [ 164899.999974, 446999.999974 ], [ 165198.668374, 446701.331674 ], [ 165199.999974, 446699.999974 ], [ 165399.999974, 446599.999974 ], [ 165433.283174, 446566.716774 ], [ 165489.370174, 446510.629874 ], [ 166062.623874, 445937.376074 ], [ 166099.999974, 445899.999974 ], [ 166298.460174, 445701.539874 ], [ 166384.740374, 445615.259574 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0342" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 149699.999974, 467099.999974 ], [ 149799.999974, 466999.999974 ], [ 150099.999974, 466999.999974 ], [ 150599.999974, 466799.999974 ], [ 150699.999974, 466599.999974 ], [ 150799.999974, 466299.999974 ], [ 150699.999974, 466099.999974 ], [ 150877.112874, 466011.443574 ], [ 150899.999974, 465999.999974 ], [ 151199.999974, 465999.999974 ], [ 151399.999974, 466099.999974 ], [ 151599.999974, 466099.999974 ], [ 151799.999974, 465499.999974 ], [ 152059.76927399999113, 465413.410274 ], [ 152099.999974, 465399.999974 ], [ 152399.999974, 465299.999974 ], [ 152393.55677399999695, 465283.891974 ], [ 152199.999974, 464799.999974 ], [ 152102.96837399998913, 463926.714974 ], [ 152099.999974, 463899.999974 ], [ 151999.999974, 463499.999974 ], [ 151699.999974, 463499.999974 ], [ 151599.999974, 462999.999974 ], [ 151598.51497399999062, 462985.149774 ], [ 151499.999974, 461999.999974 ], [ 151491.75697399998899, 461975.270874 ], [ 151490.21487399999751, 461970.644574 ], [ 151108.29147399999783, 460824.874374 ], [ 151099.999974, 460799.999974 ], [ 151195.278674, 460609.442574 ], [ 151199.999974, 460599.999974 ], [ 151299.999974, 460399.999974 ], [ 151199.999974, 459799.999974 ], [ 149499.999974, 457999.999974 ], [ 148899.999974, 458199.999974 ], [ 148499.999974, 458399.999974 ], [ 148499.999974, 458434.28967399999965 ], [ 148499.999974, 458499.999974 ], [ 147799.999974, 458199.999974 ], [ 147796.91527399999904, 458206.683574 ], [ 147199.999974, 459499.999974 ], [ 147196.4432739999902, 459514.227074 ], [ 147099.999974, 459899.999974 ], [ 146599.999974, 459699.999974 ], [ 146299.999974, 460399.999974 ], [ 146294.237074, 460411.52597399998922 ], [ 145899.999974, 461199.999974 ], [ 146096.226274, 461788.678874 ], [ 146099.999974, 461799.999974 ], [ 145806.461474, 462974.153974 ], [ 145799.999974, 462999.999974 ], [ 145099.999974, 464699.999974 ], [ 145499.999974, 465299.999974 ], [ 145511.101074, 465311.101074 ], [ 146484.962474, 466284.962474 ], [ 146499.999974, 466299.999974 ], [ 147199.999974, 466899.999974 ], [ 147758.616374, 467179.308174 ], [ 147799.999974, 467199.999974 ], [ 148299.999974, 467399.999974 ], [ 148504.323374, 467522.594074 ], [ 148837.06477399999858, 467722.238874 ], [ 149299.999974, 467999.999974 ], [ 149599.999974, 468499.999974 ], [ 149846.134274, 468499.999974 ], [ 149846.499974, 468499.593774 ], [ 149994.092074, 468282.276074 ], [ 149699.999974, 467399.999974 ], [ 149699.999974, 467099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0344" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 129899.999974, 459599.999974 ], [ 130699.999974, 458799.999974 ], [ 130709.55657399998745, 458799.999974 ], [ 130769.62647399998968, 458799.999974 ], [ 130799.999974, 458799.999974 ], [ 131199.999974, 459599.999974 ], [ 131599.999974, 460099.999974 ], [ 131600.536774, 460101.073574 ], [ 131699.999974, 460299.999974 ], [ 131729.153674, 460273.761674 ], [ 131717.100374, 460264.23567399999592 ], [ 131735.249274, 460253.864874 ], [ 131760.158574, 460245.857274 ], [ 132647.94467399999849, 459446.849774 ], [ 132699.999974, 459399.999974 ], [ 133299.999974, 459899.999974 ], [ 133399.999974, 459699.999974 ], [ 133441.240274, 459727.493474 ], [ 133685.657474, 459890.438274 ], [ 133699.999974, 459899.999974 ], [ 134499.999974, 460899.999974 ], [ 135299.999974, 460299.999974 ], [ 135362.08307399999467, 460279.305674 ], [ 135599.999974, 460199.999974 ], [ 135799.999974, 460599.999974 ], [ 137099.999974, 459599.999974 ], [ 137121.07257399999071, 459591.570974 ], [ 138099.999974, 459199.999974 ], [ 138399.999974, 459199.999974 ], [ 138599.999974, 459099.999974 ], [ 138602.13827399999718, 459097.86177399998996 ], [ 138699.999974, 458999.999974 ], [ 138699.999974, 458601.473874 ], [ 138699.999974, 458599.999974 ], [ 138799.999974, 458099.999974 ], [ 139599.999974, 457699.999974 ], [ 139596.38257399998838, 457690.956574 ], [ 139207.430274, 456718.575574 ], [ 139199.999974, 456699.999974 ], [ 139489.43727399999625, 456314.08367399999406 ], [ 139499.999974, 456299.999974 ], [ 139899.999974, 456199.999974 ], [ 140799.999974, 456099.999974 ], [ 140899.999974, 456199.999974 ], [ 140999.999974, 456199.999974 ], [ 141199.999974, 456099.999974 ], [ 141499.999974, 455399.999974 ], [ 141699.999974, 455299.999974 ], [ 141799.999974, 454399.999974 ], [ 141699.999974, 454399.999974 ], [ 140924.86257399999886, 454206.215674 ], [ 140899.999974, 454199.999974 ], [ 140699.999974, 454399.999974 ], [ 140199.999974, 454499.999974 ], [ 139599.999974, 454499.999974 ], [ 139563.49347399998805, 454463.493474 ], [ 139499.999974, 454399.999974 ], [ 139099.999974, 453699.999974 ], [ 139199.999974, 453399.999974 ], [ 139378.52917399999569, 453221.470774 ], [ 139399.999974, 453199.999974 ], [ 139373.63807399998768, 452962.742674 ], [ 139299.999974, 452299.999974 ], [ 138906.459074, 452103.22957399999723 ], [ 138899.999974, 452099.999974 ], [ 138799.999974, 451999.999974 ], [ 138399.999974, 451599.999974 ], [ 137099.999974, 451899.999974 ], [ 136999.999974, 451899.999974 ], [ 136804.95117399998708, 451978.019574 ], [ 136499.999974, 452099.999974 ], [ 136099.999974, 452299.999974 ], [ 136089.251774, 452267.755374 ], [ 135799.999974, 451399.999974 ], [ 135684.022774, 451342.01137399999425 ], [ 135602.22277399999439, 451301.111374 ], [ 135599.999974, 451299.999974 ], [ 135499.999974, 451699.999974 ], [ 135109.05857399999513, 452384.147574 ], [ 135099.999974, 452399.999974 ], [ 134909.48057399998652, 452438.103874 ], [ 134599.999974, 452499.999974 ], [ 133599.999974, 452699.999974 ], [ 133299.999974, 452699.999974 ], [ 132899.999974, 451899.999974 ], [ 132812.585174, 451550.340774 ], [ 132799.999974, 451499.999974 ], [ 132799.999974, 450399.999974 ], [ 132797.440074, 450359.041374 ], [ 132699.999974, 448799.999974 ], [ 132599.999974, 448699.999974 ], [ 131999.999974, 449099.999974 ], [ 131999.22877399998833, 449101.156874 ], [ 132001.656274, 449105.406274 ], [ 131992.81837399999495, 449110.7724739999976 ], [ 131959.45317399999476, 449131.031274 ], [ 131934.749974, 449197.874974 ], [ 131605.305074, 449692.042374 ], [ 131599.999974, 449699.999974 ], [ 131099.999974, 450599.999974 ], [ 130399.999974, 451399.999974 ], [ 130299.999974, 451999.999974 ], [ 129899.999974, 451999.999974 ], [ 129599.999974, 452599.999974 ], [ 129699.999974, 452699.999974 ], [ 129673.606674, 452710.151274 ], [ 128399.999974, 453199.999974 ], [ 128499.999974, 453999.999974 ], [ 128671.493374, 454428.733474 ], [ 128689.66747399998712, 454474.168574 ], [ 128699.999974, 454499.999974 ], [ 128793.449174, 455529.905174 ], [ 128799.999974, 455599.999974 ], [ 128452.846274, 455748.780174 ], [ 128099.999974, 455899.999974 ], [ 128018.4941739999922, 456063.011574 ], [ 128021.174574, 456070.165574 ], [ 128013.684574, 456072.630874 ], [ 127999.999974, 456099.999974 ], [ 127699.999974, 456999.999974 ], [ 126799.999974, 456899.999974 ], [ 126626.602474, 457160.096274 ], [ 126599.999974, 457199.999974 ], [ 126799.999974, 457599.999974 ], [ 127099.999974, 457899.999974 ], [ 127099.999974, 458299.999974 ], [ 126899.999974, 458499.999974 ], [ 126801.448974, 458795.652974 ], [ 126799.999974, 458799.999974 ], [ 126399.999974, 459399.999974 ], [ 126699.999974, 460199.999974 ], [ 127499.999974, 460499.999974 ], [ 127499.999974, 460799.999974 ], [ 128099.999974, 461199.999974 ], [ 128128.620674, 461219.080474 ], [ 128699.999974, 461599.999974 ], [ 128699.999974, 461499.999974 ], [ 129299.999974, 460199.999974 ], [ 129874.796474, 459625.203474 ], [ 129899.999974, 459599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0345" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 167599.999974, 451099.999974 ], [ 167597.462474, 451087.312474 ], [ 167499.999974, 450599.999974 ], [ 167494.11477399998694, 450582.344374 ], [ 167399.999974, 450299.999974 ], [ 167399.999974, 450255.90597399999388 ], [ 167399.999974, 450199.999974 ], [ 167407.227474, 450197.108974 ], [ 168899.999974, 449599.999974 ], [ 168899.999974, 449578.744674 ], [ 168899.999974, 449514.056474 ], [ 168899.999974, 449499.999974 ], [ 168899.999974, 449199.999974 ], [ 168699.999974, 449199.999974 ], [ 168699.999974, 447999.999974 ], [ 168899.999974, 447999.999974 ], [ 168899.999974, 447499.999974 ], [ 168699.999974, 447499.999974 ], [ 168650.99177399999462, 447303.967074 ], [ 168601.38747399998829, 447105.549774 ], [ 168599.999974, 447099.999974 ], [ 168899.999974, 446799.999974 ], [ 168399.999974, 446299.999974 ], [ 168380.30497399999877, 446277.843174 ], [ 167769.39867399999639, 445590.573474 ], [ 167599.999974, 445399.999974 ], [ 166925.39987399999518, 445978.228674 ], [ 166899.999974, 445999.999974 ], [ 166699.999974, 446099.999974 ], [ 166499.999974, 445799.999974 ], [ 166484.38397399999667, 445768.767874 ], [ 166399.999974, 445599.999974 ], [ 166384.740374, 445615.259574 ], [ 166298.460174, 445701.539874 ], [ 166099.999974, 445899.999974 ], [ 166062.623874, 445937.376074 ], [ 165489.370174, 446510.629874 ], [ 165433.283174, 446566.716774 ], [ 165399.999974, 446599.999974 ], [ 165199.999974, 446699.999974 ], [ 165198.668374, 446701.331674 ], [ 164899.999974, 446999.999974 ], [ 164999.999974, 447199.999974 ], [ 164599.999974, 447299.999974 ], [ 163599.999974, 447799.999974 ], [ 163999.999974, 448599.999974 ], [ 164003.510974, 448607.021974 ], [ 164295.402574, 449190.805274 ], [ 164299.999974, 449199.999974 ], [ 164399.28477399999974, 449597.139074 ], [ 164399.999974, 449599.999974 ], [ 164699.999974, 450199.999974 ], [ 164899.999974, 450199.999974 ], [ 164935.75227399999858, 450214.300874 ], [ 165372.90227399999276, 450389.160874 ], [ 165399.999974, 450399.999974 ], [ 165599.999974, 450499.999974 ], [ 165799.999974, 451199.999974 ], [ 166699.999974, 451099.999974 ], [ 166699.999974, 451199.999974 ], [ 166734.530574, 451196.163274 ], [ 167599.999974, 451099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0351" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 161699.999974, 457499.999974 ], [ 161699.999974, 456499.999974 ], [ 161799.999974, 456199.999974 ], [ 160999.999974, 455799.999974 ], [ 160499.999974, 455299.999974 ], [ 160488.808074, 455288.808074 ], [ 160099.999974, 454899.999974 ], [ 160087.96297399999457, 454899.999974 ], [ 159999.999974, 454899.999974 ], [ 159899.999974, 454699.999974 ], [ 160399.999974, 454199.999974 ], [ 161599.999974, 453499.999974 ], [ 162299.999974, 453699.999974 ], [ 162499.999974, 453699.999974 ], [ 162399.999974, 453599.999974 ], [ 162599.999974, 452099.999974 ], [ 162199.999974, 452099.999974 ], [ 161732.68527399998857, 452006.53707399999257 ], [ 161699.999974, 451999.999974 ], [ 161199.999974, 451599.999974 ], [ 160299.999974, 451299.999974 ], [ 160099.999974, 451199.999974 ], [ 159499.999974, 451299.999974 ], [ 159209.208374, 450621.486174 ], [ 159199.999974, 450599.999974 ], [ 158313.18347399999038, 451092.675874 ], [ 158299.999974, 451099.999974 ], [ 157899.999974, 451599.999974 ], [ 157899.999974, 451622.890474 ], [ 157899.999974, 452099.999974 ], [ 157999.999974, 452299.999974 ], [ 158299.999974, 452399.999974 ], [ 158399.999974, 452599.999974 ], [ 158499.999974, 453599.999974 ], [ 158399.999974, 453799.999974 ], [ 158315.617174, 453799.999974 ], [ 158299.999974, 453799.999974 ], [ 157399.999974, 453899.999974 ], [ 156699.999974, 453599.999974 ], [ 155999.999974, 452899.999974 ], [ 155799.999974, 453199.999974 ], [ 155799.999974, 453399.999974 ], [ 156199.999974, 453599.999974 ], [ 156399.999974, 453799.999974 ], [ 156299.999974, 454099.999974 ], [ 156099.999974, 454099.999974 ], [ 155699.999974, 454099.999974 ], [ 155199.999974, 454099.999974 ], [ 155101.104674, 454174.171574 ], [ 154799.999974, 454399.999974 ], [ 154599.999974, 454499.999974 ], [ 154582.929074, 454503.01247399998829 ], [ 151199.999974, 455099.999974 ], [ 148952.66207399999257, 456467.944874 ], [ 148899.999974, 456499.999974 ], [ 150599.999974, 457099.999974 ], [ 151299.999974, 456499.999974 ], [ 151799.999974, 456299.999974 ], [ 154799.999974, 455799.999974 ], [ 154807.057474, 455799.411874 ], [ 155956.94507399998838, 455703.587874 ], [ 155942.8294739999983, 455814.3410739999963 ], [ 155899.999974, 455899.999974 ], [ 156199.999974, 457299.999974 ], [ 156699.999974, 457099.999974 ], [ 157499.999974, 456499.999974 ], [ 157859.05227399998694, 456410.23697399999946 ], [ 157899.999974, 456399.999974 ], [ 158044.76747399999294, 456472.38377399998717 ], [ 158099.999974, 456499.999974 ], [ 158399.999974, 456799.999974 ], [ 158899.999974, 457699.999974 ], [ 159019.57507399999304, 457673.427774 ], [ 159799.999974, 457499.999974 ], [ 160499.999974, 456899.999974 ], [ 160799.999974, 456999.999974 ], [ 160999.999974, 457599.999974 ], [ 161099.999974, 458399.999974 ], [ 161122.15537399999448, 458444.310774 ], [ 161299.999974, 458799.999974 ], [ 161799.999974, 458599.999974 ], [ 162299.999974, 458099.999974 ], [ 161699.999974, 457499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0352" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 153420.02487399999518, 446884.981374 ], [ 154599.999974, 445999.999974 ], [ 155799.999974, 446099.999974 ], [ 156899.999974, 445399.999974 ], [ 156125.999274, 444625.999274 ], [ 156099.999974, 444599.999974 ], [ 155919.151274, 444419.151274 ], [ 155899.999974, 444399.999974 ], [ 154399.999974, 444199.999974 ], [ 154406.038574, 444188.785474 ], [ 155099.999974, 442899.999974 ], [ 155099.999974, 442699.999974 ], [ 155299.999974, 442499.999974 ], [ 154699.999974, 442299.999974 ], [ 154692.21347399998922, 442299.999974 ], [ 154099.999974, 442299.999974 ], [ 153399.999974, 442499.999974 ], [ 152799.999974, 442399.999974 ], [ 152299.999974, 442199.999974 ], [ 151818.206574, 441429.130574 ], [ 151799.999974, 441399.999974 ], [ 151750.163474, 441399.999974 ], [ 151747.093774, 441401.906274 ], [ 151724.899574, 441399.999974 ], [ 151699.999974, 441399.999974 ], [ 151299.999974, 440999.999974 ], [ 150799.999974, 440799.999974 ], [ 150199.999974, 440699.999974 ], [ 149799.999974, 440999.999974 ], [ 149789.667874, 441006.457574 ], [ 148999.999974, 441499.999974 ], [ 147899.999974, 441599.999974 ], [ 146899.999974, 441899.999974 ], [ 145999.999974, 442499.999974 ], [ 146699.999974, 443099.999974 ], [ 146999.999974, 443599.999974 ], [ 146999.962574, 443600.020374 ], [ 146032.437474, 444127.76137399999425 ], [ 145899.999974, 444199.999974 ], [ 145799.999974, 444799.999974 ], [ 145999.999974, 444999.999974 ], [ 145299.999974, 445299.999974 ], [ 145099.999974, 445599.999974 ], [ 146199.999974, 445899.999974 ], [ 146599.999974, 446099.999974 ], [ 146699.999974, 446099.999974 ], [ 146799.999974, 445599.999974 ], [ 147099.999974, 445499.999974 ], [ 147499.999974, 445799.999974 ], [ 147399.999974, 445999.999974 ], [ 147299.999974, 446399.999974 ], [ 147599.999974, 446899.999974 ], [ 148199.999974, 446799.999974 ], [ 148399.999974, 446699.999974 ], [ 149142.343074, 447607.308274 ], [ 149284.26427399998647, 447780.767374 ], [ 149299.999974, 447799.999974 ], [ 149982.49487399999634, 448774.992774 ], [ 149982.91997399998945, 448774.57997399999294 ], [ 149999.35997399999178, 448760.539974 ], [ 150196.70677399999113, 448659.495174 ], [ 150699.999974, 448299.999974 ], [ 152099.999974, 447999.999974 ], [ 152499.999974, 447499.999974 ], [ 153399.999974, 446899.999974 ], [ 153420.02487399999518, 446884.981374 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0353" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 129599.999974, 452599.999974 ], [ 129899.999974, 451999.999974 ], [ 130299.999974, 451999.999974 ], [ 130399.999974, 451399.999974 ], [ 131099.999974, 450599.999974 ], [ 131599.999974, 449699.999974 ], [ 131605.305074, 449692.042374 ], [ 131934.749974, 449197.874974 ], [ 131959.45317399999476, 449131.031274 ], [ 131992.81837399999495, 449110.7724739999976 ], [ 132001.656274, 449105.406274 ], [ 131999.22877399998833, 449101.156874 ], [ 131999.999974, 449099.999974 ], [ 132599.999974, 448699.999974 ], [ 132699.999974, 448799.999974 ], [ 132699.999974, 448624.978374 ], [ 132699.999974, 448599.999974 ], [ 132899.999974, 447899.999974 ], [ 132909.453474, 447876.366274 ], [ 133299.999974, 446899.999974 ], [ 133307.64357399998698, 446884.712874 ], [ 133399.999974, 446699.999974 ], [ 133410.55787399999099, 446647.210774 ], [ 133499.999974, 446199.999974 ], [ 133599.999974, 445899.999974 ], [ 133608.375474, 445866.498274 ], [ 133699.999974, 445499.999974 ], [ 133099.999974, 445199.999974 ], [ 132699.999974, 444799.999974 ], [ 132209.349174, 445094.390474 ], [ 132199.999974, 445099.999974 ], [ 132099.999974, 445299.999974 ], [ 132099.999974, 445399.999974 ], [ 131999.999974, 445499.999974 ], [ 131995.207174, 445506.162274 ], [ 131316.962674, 446378.190774 ], [ 131299.999974, 446399.999974 ], [ 130899.999974, 446299.999974 ], [ 130893.64617399999406, 446296.823074 ], [ 130793.550374, 446246.775174 ], [ 130695.21717399999034, 446216.740074 ], [ 130499.999974, 446899.999974 ], [ 130486.46357399999397, 446927.072974 ], [ 130416.77187399999821, 447066.456174 ], [ 130399.999974, 447099.999974 ], [ 130299.999974, 447399.999974 ], [ 130287.21967399999266, 447438.3410739999963 ], [ 130099.999974, 447999.999974 ], [ 130089.64067399999476, 448024.171774 ], [ 129806.191274, 448685.553674 ], [ 129799.999974, 448699.999974 ], [ 128099.999974, 448199.999974 ], [ 127999.999974, 449099.999974 ], [ 127299.999974, 448899.999974 ], [ 127012.45317399999476, 450050.187474 ], [ 126999.999974, 450099.999974 ], [ 126999.999974, 450199.999974 ], [ 127103.344474, 450234.448174 ], [ 127299.999974, 450299.999974 ], [ 127799.999974, 451699.999974 ], [ 127830.647574, 451699.999974 ], [ 128199.999974, 451699.999974 ], [ 128799.999974, 451999.999974 ], [ 129099.999974, 451799.999974 ], [ 129599.999974, 452599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0355" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 146299.999974, 460399.999974 ], [ 146599.999974, 459699.999974 ], [ 147099.999974, 459899.999974 ], [ 147196.4432739999902, 459514.227074 ], [ 147199.999974, 459499.999974 ], [ 147796.91527399999904, 458206.683574 ], [ 147799.999974, 458199.999974 ], [ 148499.999974, 458499.999974 ], [ 148499.999974, 458434.28967399999965 ], [ 148499.999974, 458399.999974 ], [ 148899.999974, 458199.999974 ], [ 149499.999974, 457999.999974 ], [ 149799.999974, 457799.999974 ], [ 150599.999974, 457099.999974 ], [ 148899.999974, 456499.999974 ], [ 148952.66207399999257, 456467.944874 ], [ 151199.999974, 455099.999974 ], [ 151299.999974, 454499.999974 ], [ 151271.107174, 454471.107174 ], [ 150399.999974, 453599.999974 ], [ 149699.999974, 454199.999974 ], [ 149684.80227399998694, 454214.028674 ], [ 149680.745874, 454217.773074 ], [ 148405.61127399999532, 455394.820374 ], [ 148399.999974, 455399.999974 ], [ 146705.32187399998656, 453605.634974 ], [ 146699.999974, 453599.999974 ], [ 146599.999974, 453499.999974 ], [ 146592.22937399998773, 453494.171974 ], [ 146199.999974, 453199.999974 ], [ 146186.840774, 453184.208974 ], [ 146173.085674, 453167.702774 ], [ 145912.29077399999369, 452854.74897399998736 ], [ 145699.999974, 452599.999974 ], [ 145399.999974, 452299.999974 ], [ 143499.999974, 452399.999974 ], [ 143478.717674, 452399.999974 ], [ 143399.999974, 452399.999974 ], [ 143899.999974, 452999.999974 ], [ 142199.999974, 454299.999974 ], [ 141799.999974, 454399.999974 ], [ 141699.999974, 455299.999974 ], [ 142499.999974, 455199.999974 ], [ 142518.943574, 455218.943574 ], [ 142673.23797399998875, 455373.237974 ], [ 142699.999974, 455399.999974 ], [ 142788.89667399998871, 455844.483374 ], [ 142799.999974, 455899.999974 ], [ 142999.999974, 456599.999974 ], [ 142999.999974, 456640.735774 ], [ 142999.999974, 456643.852774 ], [ 142999.999974, 456785.87177399999928 ], [ 142999.999974, 456799.999974 ], [ 142899.999974, 456999.999974 ], [ 143299.999974, 457099.999974 ], [ 143389.21487399999751, 457144.607474 ], [ 143699.999974, 457299.999974 ], [ 143405.57437399998889, 458379.560574 ], [ 143399.999974, 458399.999974 ], [ 144299.999974, 458699.999974 ], [ 144199.999974, 460799.999974 ], [ 144199.999974, 460825.593974 ], [ 144199.999974, 460967.055174 ], [ 144199.999974, 460999.999974 ], [ 144102.83607399999164, 462457.459374 ], [ 144099.999974, 462499.999974 ], [ 144012.496974, 462850.012174 ], [ 143999.999974, 462899.999974 ], [ 143899.999974, 464199.999974 ], [ 144699.999974, 464399.999974 ], [ 144899.999974, 464399.999974 ], [ 145099.999974, 464699.999974 ], [ 145799.999974, 462999.999974 ], [ 145806.461474, 462974.153974 ], [ 146099.999974, 461799.999974 ], [ 146096.226274, 461788.678874 ], [ 145899.999974, 461199.999974 ], [ 146294.237074, 460411.52597399998922 ], [ 146299.999974, 460399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0356" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 135499.999974, 451699.999974 ], [ 135599.999974, 451299.999974 ], [ 135602.22277399999439, 451301.111374 ], [ 135684.022774, 451342.01137399999425 ], [ 135799.999974, 451399.999974 ], [ 136089.251774, 452267.755374 ], [ 136099.999974, 452299.999974 ], [ 136499.999974, 452099.999974 ], [ 136804.95117399998708, 451978.019574 ], [ 136999.999974, 451899.999974 ], [ 137099.999974, 451899.999974 ], [ 136999.999974, 451299.999974 ], [ 137299.999974, 451299.999974 ], [ 136799.999974, 449199.999974 ], [ 136818.857374, 449177.999774 ], [ 137399.999974, 448499.999974 ], [ 137378.458474, 448499.999974 ], [ 137199.999974, 448499.999974 ], [ 137006.70687399999588, 447630.181074 ], [ 136999.999974, 447599.999974 ], [ 136805.715574, 446725.719974 ], [ 136799.999974, 446699.999974 ], [ 136799.999974, 446399.999974 ], [ 136788.507374, 446359.77597399998922 ], [ 136599.999974, 445699.999974 ], [ 136299.999974, 445899.999974 ], [ 136259.734174, 445899.999974 ], [ 136199.999974, 445899.999974 ], [ 136168.567474, 445908.980774 ], [ 135511.49237399999402, 446096.716474 ], [ 135499.999974, 446099.999974 ], [ 134999.999974, 446099.999974 ], [ 134959.973574, 446086.657874 ], [ 134699.999974, 445999.999974 ], [ 134672.147174, 445984.526274 ], [ 133812.680274, 445507.044574 ], [ 133799.999974, 445499.999974 ], [ 133699.999974, 445499.999974 ], [ 133608.375474, 445866.498274 ], [ 133599.999974, 445899.999974 ], [ 133499.999974, 446199.999974 ], [ 133410.55787399999099, 446647.210774 ], [ 133399.999974, 446699.999974 ], [ 133307.64357399998698, 446884.712874 ], [ 133299.999974, 446899.999974 ], [ 132909.453474, 447876.366274 ], [ 132899.999974, 447899.999974 ], [ 132699.999974, 448599.999974 ], [ 132699.999974, 448624.978374 ], [ 132699.999974, 448799.999974 ], [ 132797.440074, 450359.041374 ], [ 132799.999974, 450399.999974 ], [ 132799.999974, 451499.999974 ], [ 132812.585174, 451550.340774 ], [ 132899.999974, 451899.999974 ], [ 133299.999974, 452699.999974 ], [ 133599.999974, 452699.999974 ], [ 134599.999974, 452499.999974 ], [ 134909.48057399998652, 452438.103874 ], [ 135099.999974, 452399.999974 ], [ 135109.05857399999513, 452384.147574 ], [ 135499.999974, 451699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0358" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 112290.732174, 472092.718174 ], [ 110943.897774, 471034.491074 ], [ 110899.999974, 470999.999974 ], [ 109599.999974, 469999.999974 ], [ 109699.999974, 471799.999974 ], [ 108299.999974, 471999.999974 ], [ 107799.999974, 471799.999974 ], [ 107199.999974, 471199.999974 ], [ 106921.53067399997963, 471107.17687399999704 ], [ 106899.999974, 471099.999974 ], [ 106499.999974, 471099.999974 ], [ 105999.999974, 471699.999974 ], [ 106499.999974, 471999.999974 ], [ 106511.82787399998051, 472023.655774 ], [ 106799.999974, 472599.999974 ], [ 107693.53687399998307, 472997.127474 ], [ 107699.999974, 472999.999974 ], [ 108099.999974, 473099.999974 ], [ 108129.73287399997935, 473122.299674 ], [ 108499.999974, 473399.999974 ], [ 108999.999974, 474399.999974 ], [ 109499.999974, 474699.999974 ], [ 109899.999974, 475199.999974 ], [ 110599.999974, 475599.999974 ], [ 110623.941074, 475619.152874 ], [ 111090.87237399999867, 475992.697874 ], [ 111099.999974, 475999.999974 ], [ 111299.999974, 476199.999974 ], [ 111980.69697399999131, 476394.484874 ], [ 111999.999974, 476399.999974 ], [ 112599.999974, 476699.999974 ], [ 113199.999974, 477099.999974 ], [ 113216.941674, 477114.11807399999816 ], [ 113772.532374, 477577.110274 ], [ 113799.999974, 477599.999974 ], [ 114399.999974, 478399.999974 ], [ 114411.422174, 478445.688874 ], [ 114599.999974, 479199.999974 ], [ 114608.80487399999402, 479208.804874 ], [ 114899.999974, 479499.999974 ], [ 115599.999974, 479899.999974 ], [ 116285.73557399999117, 478724.453274 ], [ 116299.999974, 478699.999974 ], [ 116397.56477399999858, 478407.305774 ], [ 116399.999974, 478399.999974 ], [ 116536.368174, 478195.447774 ], [ 116589.159374, 478116.260874 ], [ 116599.999974, 478099.999974 ], [ 115599.999974, 476699.999974 ], [ 115599.74297399999341, 476699.528874 ], [ 115004.940674, 475609.057874 ], [ 114999.999974, 475599.999974 ], [ 114999.999974, 475499.999974 ], [ 114982.35147399999551, 475473.527174 ], [ 114599.999974, 474899.999974 ], [ 114199.999974, 474599.999974 ], [ 114172.8176739999908, 474580.580774 ], [ 112832.075374, 473622.743574 ], [ 112799.999974, 473599.999974 ], [ 112784.199774, 473536.799174 ], [ 112699.999974, 473199.999974 ], [ 113099.999974, 472699.999974 ], [ 112299.999974, 472099.999974 ], [ 112290.732174, 472092.718174 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0361" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 113799.999974, 519699.999974 ], [ 113499.999974, 518799.999974 ], [ 113495.30177399999229, 518790.603474 ], [ 113399.999974, 518599.999974 ], [ 113499.999974, 518099.999974 ], [ 113502.019074, 518101.458174 ], [ 115299.999974, 519399.999974 ], [ 115299.999974, 518999.999974 ], [ 115199.999974, 518599.999974 ], [ 114699.999974, 517899.999974 ], [ 114399.999974, 517199.999974 ], [ 114391.759674, 517183.519274 ], [ 114299.999974, 516999.999974 ], [ 114499.999974, 516999.999974 ], [ 114699.999974, 516999.999974 ], [ 114599.999974, 516699.999974 ], [ 114099.999974, 516099.999974 ], [ 113808.9603739999875, 515226.881274 ], [ 113799.999974, 515199.999974 ], [ 113399.999974, 514499.999974 ], [ 113199.999974, 514399.999974 ], [ 113182.933174, 514399.999974 ], [ 113099.999974, 514399.999974 ], [ 112899.999974, 513599.999974 ], [ 112779.26327399999718, 513237.78967399999965 ], [ 112705.43607399999746, 513016.308074 ], [ 112699.999974, 512999.999974 ], [ 112299.999974, 511699.999974 ], [ 111999.999974, 511799.999974 ], [ 110999.999974, 511999.999974 ], [ 110899.999974, 512199.999974 ], [ 110999.999974, 512399.999974 ], [ 110799.999974, 513099.999974 ], [ 110715.1584739999962, 513439.365874 ], [ 110699.999974, 513499.999974 ], [ 110999.999974, 513999.999974 ], [ 111021.59407399999327, 514043.188174 ], [ 111099.999974, 514199.999974 ], [ 111099.999974, 514281.186774 ], [ 111098.39847399998689, 514283.906274 ], [ 111089.39847399998689, 514332.687474 ], [ 111099.999974, 514352.246474 ], [ 111099.999974, 514399.999974 ], [ 110734.430074, 514692.455974 ], [ 110599.999974, 514799.999974 ], [ 110580.248674, 514813.825874 ], [ 109959.56337399999029, 515248.305674 ], [ 109599.999974, 515499.999974 ], [ 109499.999974, 515499.999974 ], [ 109462.83097399998223, 515462.830974 ], [ 109476.26977399998577, 515617.797674 ], [ 109099.999974, 515899.999974 ], [ 108999.999974, 516099.999974 ], [ 109099.999974, 516699.999974 ], [ 109199.999974, 517399.999974 ], [ 109220.68837399999029, 517451.720974 ], [ 109399.999974, 517899.999974 ], [ 109699.999974, 518099.999974 ], [ 110199.999974, 518499.999974 ], [ 110599.999974, 519199.999974 ], [ 110599.999974, 519599.999974 ], [ 110999.999974, 519699.999974 ], [ 111199.999974, 519699.999974 ], [ 111399.999974, 519499.999974 ], [ 111599.999974, 519699.999974 ], [ 111608.92427399998996, 519713.38637399999425 ], [ 111799.999974, 519999.999974 ], [ 112099.999974, 520599.999974 ], [ 111699.999974, 521199.999974 ], [ 111499.999974, 521399.999974 ], [ 111299.999974, 521699.999974 ], [ 111561.569974, 521787.189974 ], [ 111599.999974, 521799.999974 ], [ 111899.999974, 521799.999974 ], [ 113374.863374, 521357.540974 ], [ 113899.999974, 521199.999974 ], [ 113899.999974, 520899.999974 ], [ 113889.669174, 520879.338374 ], [ 113819.648874, 520739.297774 ], [ 113799.999974, 520699.999974 ], [ 113699.999974, 520199.999974 ], [ 113680.828474, 520171.242674 ], [ 113582.04197399999248, 520023.062874 ], [ 113499.999974, 519899.999974 ], [ 113531.090774, 519889.63637399999425 ], [ 113799.999974, 519799.999974 ], [ 113799.999974, 519699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0362" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 118799.999974, 482599.999974 ], [ 118799.999974, 481699.999974 ], [ 118817.4715739999956, 481699.999974 ], [ 119693.665974, 481699.999974 ], [ 119699.999974, 481699.999974 ], [ 120290.424674, 481699.999974 ], [ 120299.999974, 481699.999974 ], [ 120568.514174, 481699.999974 ], [ 120599.999974, 481699.999974 ], [ 121499.999974, 481699.999974 ], [ 121556.63327399999253, 481685.841674 ], [ 121899.999974, 481599.999974 ], [ 122399.999974, 481299.999974 ], [ 122099.999974, 480999.999974 ], [ 122099.999974, 480399.999974 ], [ 122299.999974, 479999.999974 ], [ 122038.4206739999936, 479651.227574 ], [ 121999.999974, 479599.999974 ], [ 121699.999974, 479199.999974 ], [ 121899.999974, 478899.999974 ], [ 121799.999974, 478799.999974 ], [ 121256.640974, 478618.88027399999555 ], [ 121205.518974, 478601.839674 ], [ 121199.999974, 478599.999974 ], [ 120899.999974, 477999.999974 ], [ 120699.999974, 477499.999974 ], [ 120299.999974, 476899.999974 ], [ 120499.999974, 476399.999974 ], [ 120499.999974, 476099.999974 ], [ 120299.999974, 475599.999974 ], [ 120499.999974, 475199.999974 ], [ 120299.999974, 474999.999974 ], [ 119899.999974, 474499.999974 ], [ 119699.999974, 473999.999974 ], [ 119599.999974, 473799.999974 ], [ 118799.999974, 473399.999974 ], [ 118749.692574, 473299.385174 ], [ 118699.999974, 473199.999974 ], [ 118599.999974, 472799.999974 ], [ 118399.999974, 472799.999974 ], [ 117799.999974, 473199.999974 ], [ 117798.036874, 473201.682674 ], [ 117537.036174, 473425.397574 ], [ 117141.242674, 473764.649174 ], [ 117099.999974, 473799.999974 ], [ 116599.999974, 473999.999974 ], [ 116594.97397399999318, 474002.512974 ], [ 116026.880574, 474286.559674 ], [ 115999.999974, 474299.999974 ], [ 115440.17507399999886, 474579.912474 ], [ 115399.999974, 474599.999974 ], [ 114599.999974, 474899.999974 ], [ 114982.35147399999551, 475473.527174 ], [ 114999.999974, 475499.999974 ], [ 114999.999974, 475599.999974 ], [ 115004.940674, 475609.057874 ], [ 115599.74297399999341, 476699.528874 ], [ 115599.999974, 476699.999974 ], [ 116599.999974, 478099.999974 ], [ 116589.159374, 478116.260874 ], [ 116536.368174, 478195.447774 ], [ 116399.999974, 478399.999974 ], [ 116397.56477399999858, 478407.305774 ], [ 116299.999974, 478699.999974 ], [ 116285.73557399999117, 478724.453274 ], [ 115599.999974, 479899.999974 ], [ 115999.999974, 480499.999974 ], [ 116095.73737399998936, 480787.211974 ], [ 116099.999974, 480799.999974 ], [ 116199.999974, 482099.999974 ], [ 117699.999974, 482299.999974 ], [ 117699.999974, 482499.999974 ], [ 117999.999974, 482599.999974 ], [ 118799.999974, 482599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0363" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 127099.999974, 482699.999974 ], [ 127199.999974, 482599.999974 ], [ 127244.010374, 482599.999974 ], [ 127599.999974, 482599.999974 ], [ 127899.999974, 482299.999974 ], [ 128399.999974, 481199.999974 ], [ 128399.999974, 481157.641674 ], [ 128399.999974, 480699.999974 ], [ 128441.088974, 480737.928274 ], [ 129699.999974, 481899.999974 ], [ 129799.999974, 481799.999974 ], [ 130079.72947399999248, 479655.407174 ], [ 130099.90527399998973, 479500.726374 ], [ 130096.990374, 479500.60197399999015 ], [ 129812.759674, 479557.448074 ], [ 129599.999974, 479599.999974 ], [ 129559.850374, 479599.999974 ], [ 129399.999974, 479599.999974 ], [ 129143.829574, 479343.829574 ], [ 129099.999974, 479299.999974 ], [ 128799.999974, 478999.999974 ], [ 128699.999974, 478699.999974 ], [ 128699.999974, 478399.999974 ], [ 128399.999974, 477999.999974 ], [ 127499.999974, 478099.999974 ], [ 127446.023874, 478059.517874 ], [ 126699.999974, 477499.999974 ], [ 126668.28277399999206, 477452.424174 ], [ 126502.500174, 477203.7502739999909 ], [ 126499.999974, 477199.999974 ], [ 126480.718674, 477142.15597399999388 ], [ 126338.191674, 476887.638374 ], [ 125899.999974, 476799.999974 ], [ 125499.999974, 476799.999974 ], [ 125410.728674, 476978.542674 ], [ 125399.999974, 476999.999974 ], [ 123799.999974, 479999.999974 ], [ 123799.999974, 480165.21367399999872 ], [ 123799.999974, 480199.999974 ], [ 124299.999974, 480599.999974 ], [ 124399.999974, 480899.999974 ], [ 124499.999974, 481099.999974 ], [ 124499.999974, 481399.999974 ], [ 124499.999974, 481402.089274 ], [ 124499.999974, 481599.999974 ], [ 124299.999974, 481799.999974 ], [ 124399.999974, 481899.999974 ], [ 124799.999974, 482199.999974 ], [ 124923.56707399999141, 482261.783574 ], [ 124999.999974, 482299.999974 ], [ 125399.999974, 481699.999974 ], [ 125656.30297399999108, 481870.868574 ], [ 125699.999974, 481899.999974 ], [ 126399.999974, 482299.999974 ], [ 126421.21917399999802, 482312.125174 ], [ 127060.12837399999262, 482677.216274 ], [ 127099.999974, 482699.999974 ] ] ], [ [ [ 127724.13277399999788, 486433.968774 ], [ 127819.179674, 486387.249974 ], [ 127843.14847399998689, 486373.906274 ], [ 127881.07817399999476, 486352.249974 ], [ 127925.687474, 486327.624974 ], [ 127997.406274, 486283.281274 ], [ 127997.79687399999239, 486283.031274 ], [ 127997.51567399999476, 486282.656274 ], [ 127987.58597399998689, 486269.937474 ], [ 127987.374974, 486269.687474 ], [ 127987.08597399998689, 486269.843774 ], [ 127958.617174, 486286.531274 ], [ 127958.20317399999476, 486286.781274 ], [ 127958.19527399999788, 486286.781274 ], [ 127879.406274, 486196.187474 ], [ 127904.63277399999788, 486172.968774 ], [ 127905.249974, 486172.406274 ], [ 127904.69527399999788, 486171.781274 ], [ 127887.89067399999476, 486152.874974 ], [ 127887.312474, 486152.218774 ], [ 127821.88277399999788, 486078.593774 ], [ 127713.218774, 485954.968774 ], [ 127712.17187399999239, 485955.874974 ], [ 127712.13277399999788, 485955.906274 ], [ 127657.39847399998689, 486003.156274 ], [ 127657.39067399999476, 486003.156274 ], [ 127643.26567399999476, 485985.749974 ], [ 127628.968774, 485968.124974 ], [ 127690.14067399999476, 485914.093774 ], [ 127690.25777399999788, 485913.999974 ], [ 127690.29687399999239, 485913.843774 ], [ 127690.492174, 485913.187474 ], [ 127691.554674, 485909.437474 ], [ 127691.554674, 485908.374974 ], [ 127691.554674, 485908.281274 ], [ 127691.51567399999476, 485908.187474 ], [ 127690.929674, 485907.031274 ], [ 127690.88277399999788, 485906.906274 ], [ 127690.79687399999239, 485906.843774 ], [ 127681.968774, 485900.562474 ], [ 127674.76567399999476, 485896.406274 ], [ 127674.26567399999476, 485896.124974 ], [ 127674.23437399999239, 485896.124974 ], [ 127673.08597399998689, 485897.156274 ], [ 127669.71097399998689, 485893.468774 ], [ 127666.992174, 485891.906274 ], [ 127659.124974, 485887.343774 ], [ 127658.039074, 485886.718774 ], [ 127647.289074, 485880.499974 ], [ 127645.10937399999239, 485879.343774 ], [ 127641.57027399999788, 485877.468774 ], [ 127640.742174, 485877.031274 ], [ 127640.414074, 485876.843774 ], [ 127635.617174, 485874.374974 ], [ 127630.19527399999788, 485871.531274 ], [ 127626.88277399999788, 485870.624974 ], [ 127624.38277399999788, 485870.499974 ], [ 127624.32027399999788, 485870.499974 ], [ 127624.25777399999788, 485870.531274 ], [ 127622.96097399998689, 485871.406274 ], [ 127618.429674, 485875.593774 ], [ 127586.88277399999788, 485904.906274 ], [ 127574.218774, 485896.437474 ], [ 127539.093774, 485872.968774 ], [ 127290.601574, 485706.874974 ], [ 127290.26567399999476, 485706.656274 ], [ 127290.039074, 485706.999974 ], [ 127221.46097399998689, 485811.062474 ], [ 127221.249974, 485811.374974 ], [ 127221.57027399999788, 485811.593774 ], [ 127243.60937399999239, 485826.749974 ], [ 127154.29687399999239, 485959.687474 ], [ 127065.19527399999788, 485901.249974 ], [ 127064.867174, 485901.031274 ], [ 127064.64847399998689, 485901.343774 ], [ 127004.42187399999239, 485990.093774 ], [ 127004.19527399999788, 485990.437474 ], [ 127004.187474, 485990.437474 ], [ 126948.867174, 485955.468774 ], [ 126948.14847399998689, 485954.999974 ], [ 126947.687474, 485955.718774 ], [ 126944.10937399999239, 485961.124974 ], [ 126940.88277399999788, 485965.999974 ], [ 126937.60937399999239, 485970.937474 ], [ 126937.164074, 485971.624974 ], [ 126936.929674, 485971.968774 ], [ 126888.843774, 486044.718774 ], [ 126888.63277399999788, 486045.031274 ], [ 126888.95317399999476, 486045.249974 ], [ 126908.95317399999476, 486058.968774 ], [ 126885.60937399999239, 486092.718774 ], [ 126885.437474, 486092.937474 ], [ 126885.64067399999476, 486093.156274 ], [ 126906.89847399998689, 486116.531274 ], [ 127052.76567399999476, 486286.124974 ], [ 127087.289074, 486326.249974 ], [ 127090.64067399999476, 486330.156274 ], [ 127092.468774, 486331.312474 ], [ 127092.48437399999239, 486331.312474 ], [ 127092.499974, 486331.312474 ], [ 127093.843774, 486331.468774 ], [ 127097.54687399999239, 486330.937474 ], [ 127098.679674, 486332.124974 ], [ 127107.54687399999239, 486341.593774 ], [ 127107.64067399999476, 486341.687474 ], [ 127107.499974, 486341.812474 ], [ 127107.17187399999239, 486342.093774 ], [ 127090.29687399999239, 486355.656274 ], [ 127090.60937399999239, 486361.249974 ], [ 127091.617174, 486362.437474 ], [ 127097.13277399999788, 486368.874974 ], [ 127098.367174, 486370.343774 ], [ 127103.124974, 486375.906274 ], [ 127103.69527399999788, 486376.562474 ], [ 127111.20317399999476, 486385.343774 ], [ 127111.76567399999476, 486385.999974 ], [ 127116.07817399999476, 486391.031274 ], [ 127119.374974, 486394.906274 ], [ 127119.94527399999788, 486395.562474 ], [ 127120.601574, 486394.968774 ], [ 127123.69527399999788, 486392.249974 ], [ 127136.992174, 486380.562474 ], [ 127138.44527399999788, 486379.281274 ], [ 127146.46097399998689, 486386.281274 ], [ 127146.906274, 486386.656274 ], [ 127147.414074, 486386.343774 ], [ 127166.624974, 486374.656274 ], [ 127167.562474, 486374.093774 ], [ 127190.26567399999476, 486353.812474 ], [ 127229.429674, 486318.812474 ], [ 127316.718774, 486241.624974 ], [ 127325.57027399999788, 486233.781274 ], [ 127325.57817399999476, 486233.781274 ], [ 127326.02347399998689, 486234.093774 ], [ 127340.38277399999788, 486243.718774 ], [ 127449.187474, 486316.687474 ], [ 127511.89067399999476, 486358.187474 ], [ 127512.54687399999239, 486358.624974 ], [ 127512.554674, 486358.624974 ], [ 127512.031274, 486364.249974 ], [ 127507.50777399999788, 486363.718774 ], [ 127507.492174, 486363.718774 ], [ 127507.468774, 486363.718774 ], [ 127506.26567399999476, 486363.968774 ], [ 127505.92187399999239, 486364.031274 ], [ 127505.76567399999476, 486364.343774 ], [ 127505.374974, 486365.124974 ], [ 127505.29687399999239, 486365.281274 ], [ 127505.32027399999788, 486365.437474 ], [ 127505.429674, 486366.187474 ], [ 127505.45317399999476, 486366.374974 ], [ 127505.593774, 486366.499974 ], [ 127506.226574, 486367.156274 ], [ 127506.39067399999476, 486367.312474 ], [ 127506.63277399999788, 486367.343774 ], [ 127511.718774, 486367.624974 ], [ 127509.71097399998689, 486389.249974 ], [ 127505.906274, 486389.124974 ], [ 127505.76567399999476, 486389.093774 ], [ 127505.64847399998689, 486389.187474 ], [ 127504.156274, 486389.999974 ], [ 127504.04687399999239, 486390.062474 ], [ 127503.976574, 486390.156274 ], [ 127503.64067399999476, 486390.687474 ], [ 127503.414074, 486391.062474 ], [ 127503.617174, 486391.437474 ], [ 127503.85937399999239, 486391.906274 ], [ 127504.04687399999239, 486392.249974 ], [ 127504.429674, 486392.281274 ], [ 127516.00777399999788, 486393.499974 ], [ 127516.88277399999788, 486393.593774 ], [ 127516.96097399998689, 486392.718774 ], [ 127520.031274, 486356.374974 ], [ 127520.406274, 486351.843774 ], [ 127520.94527399999788, 486345.531274 ], [ 127521.29687399999239, 486341.374974 ], [ 127521.32817399999476, 486340.937474 ], [ 127521.39067399999476, 486340.187474 ], [ 127521.937474, 486333.781274 ], [ 127521.95317399999476, 486333.593774 ], [ 127521.789074, 486333.468774 ], [ 127396.58597399998689, 486251.031274 ], [ 127359.867174, 486226.624974 ], [ 127349.69527399999788, 486219.843774 ], [ 127349.70317399999476, 486219.843774 ], [ 127350.124974, 486219.562474 ], [ 127366.437474, 486209.499974 ], [ 127374.656274, 486203.093774 ], [ 127480.32027399999788, 486109.624974 ], [ 127568.52347399998689, 486033.749974 ], [ 127590.664074, 486012.718774 ], [ 127600.82817399999476, 486002.531274 ], [ 127605.906274, 485997.812474 ], [ 127611.351574, 485995.281274 ], [ 127617.156274, 485996.718774 ], [ 127622.64847399998689, 486003.781274 ], [ 127625.499974, 486007.468774 ], [ 127637.48437399999239, 486022.874974 ], [ 127637.48437399999239, 486024.312474 ], [ 127635.67187399999239, 486028.312474 ], [ 127625.554674, 486037.624974 ], [ 127625.218774, 486037.937474 ], [ 127625.32817399999476, 486038.374974 ], [ 127626.687474, 486043.812474 ], [ 127626.71097399998689, 486043.906274 ], [ 127626.781274, 486043.999974 ], [ 127630.76567399999476, 486048.531274 ], [ 127741.249974, 486169.687474 ], [ 127610.26567399999476, 486370.468774 ], [ 127603.367174, 486377.749974 ], [ 127599.73437399999239, 486379.906274 ], [ 127597.562474, 486380.281274 ], [ 127595.01567399999476, 486380.281274 ], [ 127590.664074, 486378.843774 ], [ 127531.32027399999788, 486339.749974 ], [ 127530.04687399999239, 486338.906274 ], [ 127529.89847399998689, 486340.437474 ], [ 127529.35937399999239, 486346.281274 ], [ 127528.937474, 486350.843774 ], [ 127528.351574, 486357.156274 ], [ 127527.976574, 486361.187474 ], [ 127527.937474, 486361.624974 ], [ 127527.867174, 486362.374974 ], [ 127524.929674, 486394.031274 ], [ 127524.89067399999476, 486394.406274 ], [ 127525.289074, 486394.437474 ], [ 127527.531274, 486394.687474 ], [ 127527.937474, 486394.718774 ], [ 127527.968774, 486394.312474 ], [ 127530.20317399999476, 486370.312474 ], [ 127587.29687399999239, 486408.124974 ], [ 127578.117174, 486421.718774 ], [ 127570.89847399998689, 486417.156274 ], [ 127570.554674, 486416.937474 ], [ 127570.33597399998689, 486417.281274 ], [ 127552.50777399999788, 486446.281274 ], [ 127552.39067399999476, 486446.468774 ], [ 127552.50777399999788, 486446.656274 ], [ 127584.312474, 486496.624974 ], [ 127584.492174, 486496.906274 ], [ 127584.79687399999239, 486496.781274 ], [ 127724.13277399999788, 486433.968774 ] ] ], [ [ [ 111699.999974, 493699.999974 ], [ 112799.999974, 493499.999974 ], [ 113199.999974, 493499.999974 ], [ 113899.999974, 493399.999974 ], [ 113933.39247399999294, 493392.969974 ], [ 115770.719974, 493006.164174 ], [ 115799.999974, 492999.999974 ], [ 116849.412274, 492713.796674 ], [ 116899.999974, 492699.999974 ], [ 117899.999974, 492499.999974 ], [ 117938.80297399999108, 492488.359074 ], [ 118899.999974, 492199.999974 ], [ 118899.999974, 492299.999974 ], [ 118902.61977399999159, 492303.929674 ], [ 119099.999974, 492599.999974 ], [ 118999.999974, 493099.999974 ], [ 119299.999974, 493699.999974 ], [ 119599.999974, 493799.999974 ], [ 119948.17117399998824, 493712.957174 ], [ 119999.999974, 493699.999974 ], [ 120299.999974, 493199.999974 ], [ 121299.999974, 493199.999974 ], [ 121769.19197399998666, 493106.161574 ], [ 121799.999974, 493099.999974 ], [ 122362.35767399999895, 492725.094874 ], [ 122399.999974, 492699.999974 ], [ 123199.999974, 492199.999974 ], [ 123237.243974, 492172.067074 ], [ 123955.909874, 491633.067674 ], [ 123999.999974, 491599.999974 ], [ 124750.984674, 491881.619274 ], [ 124799.999974, 491899.999974 ], [ 124899.999974, 491999.999974 ], [ 125099.999974, 492699.999974 ], [ 126799.999974, 492899.999974 ], [ 126999.999974, 492999.999974 ], [ 127028.376874, 493017.02617399999872 ], [ 127499.999974, 493299.999974 ], [ 127799.999974, 492899.999974 ], [ 127899.999974, 492899.999974 ], [ 127999.999974, 493099.999974 ], [ 128699.999974, 493099.999974 ], [ 129899.999974, 492399.999974 ], [ 130097.528774, 492597.528774 ], [ 130099.999974, 492599.999974 ], [ 130599.999974, 492499.999974 ], [ 130899.999974, 492099.999974 ], [ 131359.86737399999402, 492191.97347399999853 ], [ 131399.999974, 492199.999974 ], [ 131999.999974, 491999.999974 ], [ 132599.999974, 492099.999974 ], [ 133099.999974, 492199.999974 ], [ 133299.999974, 492099.999974 ], [ 133199.999974, 491799.999974 ], [ 132599.999974, 491899.999974 ], [ 132199.999974, 491799.999974 ], [ 131799.999974, 491099.999974 ], [ 131299.999974, 490799.999974 ], [ 130799.999974, 490399.999974 ], [ 130599.999974, 490099.999974 ], [ 130399.999974, 489099.999974 ], [ 129899.999974, 488699.999974 ], [ 129499.999974, 488599.999974 ], [ 129599.999974, 487999.999974 ], [ 129399.999974, 487399.999974 ], [ 129199.999974, 487299.999974 ], [ 128699.999974, 487499.999974 ], [ 128499.999974, 487899.999974 ], [ 127899.999974, 487799.999974 ], [ 127499.999974, 487399.999974 ], [ 127299.999974, 487399.999974 ], [ 126899.999974, 487999.999974 ], [ 126799.999974, 488099.999974 ], [ 126199.999974, 488499.999974 ], [ 125902.405074, 488276.803874 ], [ 125890.60997399999178, 488284.289974 ], [ 125875.374974, 488294.189974 ], [ 125864.583474, 488297.435474 ], [ 125862.70317399999476, 488290.187474 ], [ 125885.79687399999239, 488264.347674 ], [ 125890.29687399999239, 488259.312474 ], [ 125868.120174, 488251.090074 ], [ 125837.70317399999476, 488239.812474 ], [ 125809.39847399998689, 488207.812474 ], [ 125808.79947399999946, 488206.59957399999257 ], [ 125803.708874, 488196.291174 ], [ 125999.999974, 487999.999974 ], [ 127199.999974, 486999.999974 ], [ 127399.095674, 486800.904274 ], [ 127404.367174, 486798.781274 ], [ 127425.843774, 486787.343774 ], [ 127437.88277399999788, 486781.781274 ], [ 127440.351574, 486780.656274 ], [ 127462.17187399999239, 486770.593774 ], [ 127477.54687399999239, 486763.499974 ], [ 127498.039074, 486754.062474 ], [ 127502.04687399999239, 486752.218774 ], [ 127504.23437399999239, 486751.187474 ], [ 127523.687474, 486743.031274 ], [ 127549.093774, 486732.374974 ], [ 127579.117174, 486719.749974 ], [ 127589.44527399999788, 486715.687474 ], [ 127623.50777399999788, 486702.249974 ], [ 127644.35937399999239, 486694.062474 ], [ 127657.38277399999788, 486688.906274 ], [ 127657.679674, 486688.812474 ], [ 127668.367174, 486685.374974 ], [ 127677.02347399998689, 486682.562474 ], [ 127682.218774, 486680.906274 ], [ 127694.789074, 486676.843774 ], [ 127709.77347399998689, 486672.031274 ], [ 127711.406274, 486671.499974 ], [ 127722.804674, 486667.843774 ], [ 127729.01567399999476, 486665.843774 ], [ 127740.27347399998689, 486662.218774 ], [ 127740.499974, 486662.156274 ], [ 127748.687474, 486659.937474 ], [ 127768.60937399999239, 486654.499974 ], [ 127782.64847399998689, 486650.687474 ], [ 127798.57027399999788, 486646.343774 ], [ 127816.60937399999239, 486641.437474 ], [ 127828.539074, 486638.187474 ], [ 127836.10937399999239, 486636.124974 ], [ 127840.07817399999476, 486635.187474 ], [ 127842.968774, 486634.499974 ], [ 127862.312474, 486629.968774 ], [ 127870.73437399999239, 486627.968774 ], [ 127883.95317399999476, 486624.843774 ], [ 127898.492174, 486621.437474 ], [ 127916.187474, 486617.249974 ], [ 127918.093774, 486616.906274 ], [ 127923.04687399999239, 486616.031274 ], [ 127929.64067399999476, 486614.812474 ], [ 127942.476574, 486612.499974 ], [ 127955.937474, 486610.062474 ], [ 127962.312474, 486608.906274 ], [ 127969.374974, 486607.624974 ], [ 127981.312474, 486605.468774 ], [ 127995.42187399999239, 486602.906274 ], [ 127999.601574, 486602.281274 ], [ 128012.14067399999476, 486600.374974 ], [ 128015.50777399999788, 486599.874974 ], [ 128027.874974, 486597.968774 ], [ 128031.281274, 486597.468774 ], [ 128043.27347399998689, 486595.624974 ], [ 128047.50777399999788, 486594.999974 ], [ 128059.14067399999476, 486593.218774 ], [ 128063.45317399999476, 486592.562474 ], [ 128070.968774, 486591.437474 ], [ 128077.07817399999476, 486590.812474 ], [ 128088.75777399999788, 486589.624974 ], [ 128101.33597399998689, 486588.374974 ], [ 128112.624974, 486587.218774 ], [ 128125.57027399999788, 486585.937474 ], [ 128136.468774, 486584.812474 ], [ 128148.71097399998689, 486583.593774 ], [ 128150.039074, 486583.468774 ], [ 128152.726574, 486583.281274 ], [ 128160.789074, 486582.781274 ], [ 128194.07027399999788, 486580.718774 ], [ 128224.249974, 486578.843774 ], [ 128229.242174, 486578.687474 ], [ 128243.124974, 486578.281274 ], [ 128246.124974, 486578.218774 ], [ 128258.32027399999788, 486577.843774 ], [ 128263.02347399998689, 486577.718774 ], [ 128269.726574, 486577.531274 ], [ 128270.19527399999788, 486577.499974 ], [ 128272.42187399999239, 486577.499974 ], [ 128288.906274, 486577.562474 ], [ 128307.17187399999239, 486577.624974 ], [ 128328.874974, 486577.687474 ], [ 128347.29687399999239, 486577.749974 ], [ 128348.85937399999239, 486577.749974 ], [ 128350.77347399998689, 486577.749974 ], [ 128361.50777399999788, 486577.874974 ], [ 128376.64847399998689, 486578.093774 ], [ 128376.718774, 486578.093774 ], [ 128397.812474, 486578.343774 ], [ 128397.88277399999788, 486578.343774 ], [ 128429.32027399999788, 486580.218774 ], [ 128472.48437399999239, 486582.749974 ], [ 128475.88277399999788, 486582.968774 ], [ 128476.304674, 486582.999974 ], [ 128483.35937399999239, 486583.624974 ], [ 128519.781274, 486586.906274 ], [ 128530.04687399999239, 486587.812474 ], [ 128530.82027399999788, 486587.937474 ], [ 128546.14067399999476, 486590.249974 ], [ 128559.50777399999788, 486592.281274 ], [ 128575.19527399999788, 486594.656274 ], [ 128592.218774, 486597.218774 ], [ 128604.242174, 486599.031274 ], [ 128614.02347399998689, 486600.531274 ], [ 128633.04687399999239, 486603.406274 ], [ 128646.679674, 486605.468774 ], [ 128661.718774, 486607.718774 ], [ 128679.164074, 486610.374974 ], [ 128691.406274, 486612.218774 ], [ 128700.968774, 486613.656274 ], [ 128720.226574, 486616.562474 ], [ 128733.624974, 486618.593774 ], [ 128748.906274, 486620.906274 ], [ 128762.54437399999006, 486622.966674 ], [ 128766.281274, 486623.531274 ], [ 128777.374974, 486625.218774 ], [ 128788.062474, 486626.843774 ], [ 128806.601574, 486629.624974 ], [ 128809.33597399998689, 486630.062474 ], [ 128809.601574, 486630.093774 ], [ 128828.874974, 486632.812474 ], [ 128841.26567399999476, 486634.562474 ], [ 128852.01567399999476, 486636.062474 ], [ 128866.38277399999788, 486638.093774 ], [ 128875.156274, 486639.312474 ], [ 128891.499974, 486641.624974 ], [ 128898.304674, 486642.562474 ], [ 128916.617174, 486645.156274 ], [ 128933.01567399999476, 486647.468774 ], [ 128941.726574, 486648.687474 ], [ 128956.164074, 486650.718774 ], [ 128966.843774, 486652.218774 ], [ 128977.968774, 486653.781274 ], [ 128978.804674, 486653.906274 ], [ 129228.812474, 486691.406274 ], [ 129230.937474, 486691.749974 ], [ 129234.617174, 486692.281274 ], [ 129247.27347399998689, 486694.124974 ], [ 129272.304674, 486697.749974 ], [ 129294.249974, 486700.937474 ], [ 129319.89847399998689, 486704.656274 ], [ 129341.226574, 486707.781274 ], [ 129367.48437399999239, 486711.593774 ], [ 129388.20317399999476, 486714.593774 ], [ 129415.07027399999788, 486718.499974 ], [ 129436.617174, 486721.624974 ], [ 129462.51567399999476, 486725.406274 ], [ 129476.35937399999239, 486727.406274 ], [ 129480.726574, 486728.062474 ], [ 129485.14067399999476, 486728.656274 ], [ 129493.062474, 486729.781274 ], [ 129504.39067399999476, 486731.343774 ], [ 129519.992174, 486733.531274 ], [ 129523.476574, 486734.031274 ], [ 129533.929674, 486735.468774 ], [ 129542.226574, 486736.656274 ], [ 129563.00777399999788, 486739.531274 ], [ 129567.19527399999788, 486740.124974 ], [ 129574.656274, 486741.187474 ], [ 129577.23437399999239, 486741.531274 ], [ 129577.992174, 486741.624974 ], [ 129577.992174, 486746.999974 ], [ 129578.304674, 486749.031274 ], [ 129578.32817399999476, 486749.187474 ], [ 129578.46097399998689, 486749.249974 ], [ 129581.07027399999788, 486750.624974 ], [ 129581.13277399999788, 486750.687474 ], [ 129581.179674, 486750.687474 ], [ 129581.29687399999239, 486750.656274 ], [ 129583.75777399999788, 486749.718774 ], [ 129583.85937399999239, 486749.687474 ], [ 129583.906274, 486749.593774 ], [ 129584.867174, 486747.343774 ], [ 129585.70317399999476, 486743.812474 ], [ 129586.843774, 486743.999974 ], [ 129593.249974, 486744.999974 ], [ 129593.656274, 486745.062474 ], [ 129602.10937399999239, 486746.374974 ], [ 129612.52347399998689, 486747.999974 ], [ 129612.539074, 486747.999974 ], [ 129612.554674, 486747.999974 ], [ 129616.89847399998689, 486746.718774 ], [ 129617.062474, 486746.656274 ], [ 129617.117174, 486746.499974 ], [ 129618.21097399998689, 486742.562474 ], [ 129618.242174, 486742.468774 ], [ 129618.19527399999788, 486742.374974 ], [ 129615.79687399999239, 486737.906274 ], [ 129615.726574, 486737.781274 ], [ 129615.57027399999788, 486737.749974 ], [ 129606.57027399999788, 486736.531274 ], [ 129602.33597399998689, 486735.968774 ], [ 129594.71097399998689, 486734.906274 ], [ 129587.38277399999788, 486733.937474 ], [ 129586.999974, 486731.249974 ], [ 129586.554674, 486728.093774 ], [ 129586.54687399999239, 486728.062474 ], [ 129586.51567399999476, 486728.031274 ], [ 129584.38277399999788, 486725.562474 ], [ 129584.19527399999788, 486725.374974 ], [ 129583.94527399999788, 486725.499974 ], [ 129581.179674, 486726.812474 ], [ 129581.00777399999788, 486726.874974 ], [ 129580.992174, 486727.062474 ], [ 129580.70317399999476, 486730.468774 ], [ 129580.57817399999476, 486731.999974 ], [ 129226.812474, 486679.406274 ], [ 129057.26567399999476, 486653.562474 ], [ 128972.664074, 486641.749974 ], [ 128802.95317399999476, 486617.249974 ], [ 128768.93217399998684, 486611.949174 ], [ 128718.51567399999476, 486604.093774 ], [ 128628.71097399998689, 486590.593774 ], [ 128528.51567399999476, 486575.749974 ], [ 128466.38277399999788, 486569.781274 ], [ 128384.124974, 486565.187474 ], [ 128306.39067399999476, 486564.406274 ], [ 128262.117174, 486564.406274 ], [ 128222.124974, 486565.843774 ], [ 128209.00777399999788, 486566.781274 ], [ 128208.687474, 486566.812474 ], [ 128182.54687399999239, 486568.687474 ], [ 128159.062474, 486571.187474 ], [ 128158.749974, 486571.218774 ], [ 128153.57817399999476, 486571.781274 ], [ 128145.08597399998689, 486572.656274 ], [ 128142.218774, 486572.968774 ], [ 128142.179674, 486572.968774 ], [ 128135.32817399999476, 486573.749974 ], [ 128133.17187399999239, 486573.999974 ], [ 128118.25777399999788, 486575.656274 ], [ 128103.242174, 486577.343774 ], [ 128101.39067399999476, 486577.531274 ], [ 128088.39067399999476, 486578.999974 ], [ 128084.226574, 486579.468774 ], [ 128073.312474, 486580.687474 ], [ 128066.499974, 486581.437474 ], [ 128036.48437399999239, 486586.031274 ], [ 128034.89067399999476, 486586.281274 ], [ 128019.992174, 486588.562474 ], [ 128002.96097399998689, 486591.187474 ], [ 127987.093774, 486593.593774 ], [ 127984.96097399998689, 486594.031274 ], [ 127979.164074, 486595.187474 ], [ 127971.726574, 486596.656274 ], [ 127964.57817399999476, 486598.062474 ], [ 127954.13277399999788, 486600.124974 ], [ 127950.531274, 486600.812474 ], [ 127936.999974, 486603.499974 ], [ 127921.57027399999788, 486606.531274 ], [ 127919.85937399999239, 486606.874974 ], [ 127907.601574, 486609.281274 ], [ 127904.33597399998689, 486609.937474 ], [ 127902.492174, 486610.312474 ], [ 127885.539074, 486614.468774 ], [ 127869.83597399998689, 486618.343774 ], [ 127857.73437399999239, 486621.343774 ], [ 127857.374974, 486621.437474 ], [ 127848.04687399999239, 486623.718774 ], [ 127828.687474, 486628.499974 ], [ 127827.27347399998689, 486628.843774 ], [ 127825.83597399998689, 486629.187474 ], [ 127801.45317399999476, 486635.218774 ], [ 127737.64067399999476, 486653.249974 ], [ 127654.54687399999239, 486679.843774 ], [ 127626.374974, 486689.562474 ], [ 127577.57027399999788, 486708.843774 ], [ 127540.406274, 486723.531274 ], [ 127516.27347399998689, 486733.093774 ], [ 127465.54687399999239, 486756.156274 ], [ 127413.312474, 486780.906274 ], [ 127379.07327399999485, 486799.999974 ], [ 127199.999974, 486799.999974 ], [ 126799.999974, 486799.999974 ], [ 126799.999974, 486699.999974 ], [ 126999.999974, 486499.999974 ], [ 126499.999974, 486499.999974 ], [ 126499.999974, 486799.999974 ], [ 126299.999974, 486799.999974 ], [ 126099.999974, 486799.999974 ], [ 125799.999974, 486799.999974 ], [ 125799.999974, 486499.999974 ], [ 125999.999974, 486299.999974 ], [ 126299.999974, 486099.999974 ], [ 126799.999974, 485899.999974 ], [ 126899.999974, 485599.999974 ], [ 127682.70127399999183, 485599.999974 ], [ 127899.999974, 485599.999974 ], [ 127699.999974, 485799.999974 ], [ 128099.999974, 485999.999974 ], [ 129086.028974, 485309.779774 ], [ 129099.999974, 485299.999974 ], [ 129299.999974, 485099.999974 ], [ 129499.999974, 485099.999974 ], [ 129699.999974, 484499.999974 ], [ 129499.999974, 484199.999974 ], [ 129473.207574, 484164.276774 ], [ 129199.999974, 483799.999974 ], [ 128531.52067399999942, 483799.999974 ], [ 128499.999974, 483799.999974 ], [ 127815.164774, 484387.001674 ], [ 127799.999974, 484399.999974 ], [ 127463.07817399999476, 484736.92187399999239 ], [ 127034.73747399999411, 485165.262574 ], [ 126999.999974, 485199.999974 ], [ 126532.45367399998941, 485387.01857399998698 ], [ 126499.999974, 485399.999974 ], [ 126199.999974, 485099.999974 ], [ 126005.378674, 484613.446774 ], [ 125999.999974, 484599.999974 ], [ 125944.839474, 484517.259174 ], [ 125625.659174, 484038.488774 ], [ 125599.999974, 483999.999974 ], [ 125399.999974, 483699.999974 ], [ 125377.434574, 483677.434574 ], [ 125513.51937399999588, 483550.384174 ], [ 125471.499974, 483554.406274 ], [ 125410.39847399998689, 483561.499974 ], [ 125372.289074, 483563.593774 ], [ 125359.39847399998689, 483545.187474 ], [ 125330.968774, 483539.843774 ], [ 125310.92187399999239, 483536.812474 ], [ 125269.04687399999239, 483521.062474 ], [ 125245.88277399999788, 483510.124974 ], [ 125203.78897399999551, 483490.271774 ], [ 125199.999974, 483488.484674 ], [ 125199.999974, 483499.999974 ], [ 124699.999974, 483299.999974 ], [ 124687.547074, 483293.773474 ], [ 124299.999974, 483099.999974 ], [ 123699.999974, 483299.999974 ], [ 123532.510874, 483132.510874 ], [ 123499.999974, 483099.999974 ], [ 123299.999974, 482899.999974 ], [ 122699.999974, 482599.999974 ], [ 122699.999974, 482161.430674 ], [ 122699.999974, 482099.999974 ], [ 122699.999974, 481499.999974 ], [ 122599.999974, 481299.999974 ], [ 122399.999974, 481299.999974 ], [ 121899.999974, 481599.999974 ], [ 121556.63327399999253, 481685.841674 ], [ 121499.999974, 481699.999974 ], [ 120599.999974, 481699.999974 ], [ 120568.514174, 481699.999974 ], [ 120299.999974, 481699.999974 ], [ 120290.424674, 481699.999974 ], [ 119699.999974, 481699.999974 ], [ 119693.665974, 481699.999974 ], [ 118817.4715739999956, 481699.999974 ], [ 118799.999974, 481699.999974 ], [ 118799.999974, 482599.999974 ], [ 117999.999974, 482599.999974 ], [ 117699.999974, 482499.999974 ], [ 117699.999974, 482299.999974 ], [ 116199.999974, 482099.999974 ], [ 116099.999974, 482299.999974 ], [ 116076.99657399998978, 482317.252574 ], [ 114925.13337399999727, 483181.149974 ], [ 114826.433774, 483085.566774 ], [ 114815.29687399999239, 483115.406274 ], [ 114811.79687399999239, 483136.499974 ], [ 114825.39847399998689, 483179.187474 ], [ 114833.928774, 483199.999974 ], [ 114799.999974, 483199.999974 ], [ 114399.999974, 483899.999974 ], [ 113199.999974, 484799.999974 ], [ 113179.683974, 484810.158074 ], [ 112814.398874, 484992.8005739999935 ], [ 112799.999974, 484999.999974 ], [ 111999.999974, 485599.999974 ], [ 112094.661874, 486451.956774 ], [ 112099.999974, 486499.999974 ], [ 112199.999974, 487399.999974 ], [ 112099.999974, 487999.999974 ], [ 112167.93217399998684, 488203.796474 ], [ 112199.999974, 488299.999974 ], [ 112199.999974, 488675.248874 ], [ 112199.999974, 488699.999974 ], [ 112199.999974, 489082.303074 ], [ 112199.999974, 489645.812474 ], [ 112199.999974, 490099.999974 ], [ 112175.583474, 490104.883274 ], [ 110199.999974, 490499.999974 ], [ 110899.999974, 493899.999974 ], [ 111667.75347399999737, 493708.06167399999686 ], [ 111699.999974, 493699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0364" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 143799.999974, 529599.999974 ], [ 144099.999974, 529499.999974 ], [ 144353.462074, 529499.999974 ], [ 144399.999974, 529499.999974 ], [ 146299.999974, 529599.999974 ], [ 147099.999974, 528899.999974 ], [ 146499.999974, 528799.999974 ], [ 146299.999974, 528799.999974 ], [ 146299.999974, 528699.999974 ], [ 147099.999974, 528699.999974 ], [ 146299.999974, 528599.999974 ], [ 145999.999974, 528899.999974 ], [ 146199.48137399999541, 526705.70497399999294 ], [ 146199.999974, 526699.999974 ], [ 146199.999974, 525499.999974 ], [ 146199.999974, 525478.907574 ], [ 146199.999974, 525399.999974 ], [ 144499.999974, 525599.999974 ], [ 144487.20547399998759, 525599.999974 ], [ 143799.999974, 525599.999974 ], [ 143099.999974, 525499.999974 ], [ 143068.005674, 525489.335174 ], [ 142499.999974, 525299.999974 ], [ 142471.08297399998992, 525286.855874 ], [ 141399.999974, 524799.999974 ], [ 140899.999974, 525899.999974 ], [ 140893.89677399999346, 525922.887274 ], [ 140499.999974, 527399.999974 ], [ 140199.999974, 527599.999974 ], [ 139999.999974, 527699.999974 ], [ 139999.999974, 527754.36967399995774 ], [ 139999.999974, 527899.999974 ], [ 139999.999974, 528099.999974 ], [ 139999.999974, 528199.999974 ], [ 140099.999974, 528199.999974 ], [ 140799.999974, 528099.999974 ], [ 140999.999974, 528199.999974 ], [ 141378.1356739999901, 528767.203574 ], [ 141399.999974, 528799.999974 ], [ 141899.999974, 529799.999974 ], [ 142599.999974, 529799.999974 ], [ 142603.126274, 529799.553374 ], [ 143299.999974, 529699.999974 ], [ 143799.999974, 529599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0365" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 116899.999974, 509899.999974 ], [ 116899.999974, 509499.999974 ], [ 117299.999974, 509499.999974 ], [ 117599.999974, 509699.999974 ], [ 117799.999974, 509699.999974 ], [ 117887.367674, 509684.114974 ], [ 118899.999974, 509499.999974 ], [ 118916.101274, 509500.186374 ], [ 119499.999974, 509499.999974 ], [ 119499.999974, 509099.999974 ], [ 119496.47387399998843, 509078.843074 ], [ 119399.999974, 508499.999974 ], [ 119011.357774, 508014.197274 ], [ 118999.999974, 507999.999974 ], [ 118499.999974, 507299.999974 ], [ 118480.224274, 507264.403774 ], [ 117999.999974, 506399.999974 ], [ 117599.999974, 506099.999974 ], [ 117524.34037399999215, 505873.021274 ], [ 117462.84727399999974, 505830.960674 ], [ 116899.999974, 506299.999974 ], [ 116861.732174, 506252.165274 ], [ 116499.999974, 505799.999974 ], [ 116299.999974, 505499.999974 ], [ 116799.999974, 505299.999974 ], [ 116735.6246739999915, 505235.624674 ], [ 116499.999974, 504999.999974 ], [ 115899.999974, 504899.999974 ], [ 115506.86247399999411, 504310.293674 ], [ 115499.999974, 504299.999974 ], [ 114999.999974, 504199.999974 ], [ 114599.999974, 503699.999974 ], [ 114499.999974, 503699.999974 ], [ 114375.243174, 503699.999974 ], [ 114049.35087399999611, 503699.999974 ], [ 113999.999974, 503699.999974 ], [ 113599.999974, 505299.999974 ], [ 113602.207774, 505326.49287399998866 ], [ 113699.999974, 506499.999974 ], [ 113899.999974, 507899.999974 ], [ 114199.999974, 507799.999974 ], [ 114675.693074, 507799.999974 ], [ 114699.999974, 507799.999974 ], [ 114699.999974, 508599.999974 ], [ 114799.999974, 509199.999974 ], [ 114699.999974, 509699.999974 ], [ 114741.05987399999867, 509706.843274 ], [ 115299.999974, 509799.999974 ], [ 115599.999974, 509699.999974 ], [ 115899.999974, 509799.999974 ], [ 115904.884174, 509809.768274 ], [ 115999.999974, 509999.999974 ], [ 116199.999974, 509999.999974 ], [ 116200.836874, 509999.999974 ], [ 116799.999974, 509999.999974 ], [ 116899.999974, 509899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0366" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 116099.999974, 547399.999974 ], [ 116599.999974, 546999.999974 ], [ 118599.999974, 545799.999974 ], [ 119899.999974, 544999.999974 ], [ 120499.999974, 544699.999974 ], [ 120636.644174, 544608.903874 ], [ 120799.999974, 544499.999974 ], [ 120599.999974, 544199.999974 ], [ 120976.317574, 543917.761774 ], [ 120999.999974, 543899.999974 ], [ 121599.999974, 543399.999974 ], [ 122399.999974, 543199.999974 ], [ 122899.999974, 542899.999974 ], [ 122299.999974, 541199.999974 ], [ 121599.999974, 540199.999974 ], [ 121695.25817399998778, 539342.676874000113457 ], [ 121699.999974, 539299.999974 ], [ 121699.999974, 539298.470374 ], [ 121699.999974, 538899.999974 ], [ 122999.999974, 536599.999974 ], [ 122899.999974, 536199.999974 ], [ 122898.7785739999963, 536189.00727399997413 ], [ 122799.999974, 535299.999974 ], [ 122599.999974, 535299.999974 ], [ 122499.999974, 534599.999974 ], [ 121701.81227399999625, 534799.54687399999239 ], [ 121699.999974, 534799.999974 ], [ 120799.999974, 534999.999974 ], [ 120799.999974, 534799.999974 ], [ 120793.38277399999788, 534799.999974 ], [ 120399.999974, 534799.999974 ], [ 119599.999974, 534999.999974 ], [ 118999.999974, 535099.999974 ], [ 118299.999974, 535599.999974 ], [ 117699.999974, 535799.999974 ], [ 116299.999974, 538499.999974 ], [ 116290.55237399999169, 538518.89517399994656 ], [ 116099.999974, 538899.999974 ], [ 116096.3919739999983, 538904.690474 ], [ 115589.222374, 539564.01097399997525 ], [ 115099.999974, 540199.999974 ], [ 114299.999974, 540599.999974 ], [ 112699.999974, 540299.999974 ], [ 112702.716174, 540311.54387399996631 ], [ 113499.999974, 543699.999974 ], [ 113899.32677399998647, 544698.316974 ], [ 113899.999974, 544699.999974 ], [ 114278.59457399998792, 545457.18907400011085 ], [ 114299.999974, 545499.999974 ], [ 114695.829774, 546291.659474000101909 ], [ 114699.999974, 546299.999974 ], [ 115199.999974, 547399.999974 ], [ 115299.999974, 547399.999974 ], [ 115317.668474, 547392.932674 ], [ 115799.999974, 547199.999974 ], [ 116099.999974, 547599.999974 ], [ 116299.999974, 547499.999974 ], [ 116099.999974, 547399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0370" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125807.95327399999951, 513868.186774 ], [ 125999.999974, 513099.999974 ], [ 125899.999974, 512799.999974 ], [ 125299.999974, 512499.999974 ], [ 125399.999974, 512099.999974 ], [ 125299.999974, 511899.999974 ], [ 125302.936174, 511892.170274 ], [ 125599.999974, 511099.999974 ], [ 125599.999974, 510499.999974 ], [ 125699.999974, 510399.999974 ], [ 126199.999974, 510499.999974 ], [ 126599.999974, 510899.999974 ], [ 127257.67797399999108, 511087.907974 ], [ 127299.999974, 511099.999974 ], [ 127399.999974, 511099.999974 ], [ 128199.999974, 510599.999974 ], [ 128499.999974, 510099.999974 ], [ 128599.999974, 509799.999974 ], [ 127999.999974, 509099.999974 ], [ 127399.999974, 508599.999974 ], [ 127199.999974, 508299.999974 ], [ 127199.999974, 507399.999974 ], [ 127199.53107399999863, 507396.717874 ], [ 127099.999974, 506699.999974 ], [ 126903.54557399998885, 506307.0910739999963 ], [ 126899.999974, 506299.999974 ], [ 126609.229174, 506009.229174 ], [ 126599.999974, 505999.999974 ], [ 126099.999974, 505499.999974 ], [ 125801.24737399999867, 504703.32627399999183 ], [ 125799.999974, 504699.999974 ], [ 125702.022574, 504014.157674 ], [ 125699.999974, 503999.999974 ], [ 125599.999974, 503399.999974 ], [ 125599.999974, 503395.824274 ], [ 125599.999974, 503299.999974 ], [ 125199.999974, 502899.999974 ], [ 125130.488474, 502899.999974 ], [ 124899.999974, 502899.999974 ], [ 124883.99547399999574, 502897.332574 ], [ 124299.999974, 502799.999974 ], [ 123899.999974, 502699.999974 ], [ 123506.796674, 502699.999974 ], [ 123499.999974, 502699.999974 ], [ 122518.1362739999895, 503387.304674 ], [ 122499.999974, 503399.999974 ], [ 122099.999974, 503499.999974 ], [ 121499.999974, 503399.999974 ], [ 120212.702374, 503697.068674 ], [ 120199.999974, 503699.999974 ], [ 119199.999974, 504299.999974 ], [ 118399.999974, 504299.999974 ], [ 118099.999974, 504499.999974 ], [ 117699.999974, 504899.999974 ], [ 117499.999974, 505799.999974 ], [ 117462.84727399999974, 505830.960674 ], [ 117524.34037399999215, 505873.021274 ], [ 117599.999974, 506099.999974 ], [ 117999.999974, 506399.999974 ], [ 118480.224274, 507264.403774 ], [ 118499.999974, 507299.999974 ], [ 118999.999974, 507999.999974 ], [ 119011.357774, 508014.197274 ], [ 119399.999974, 508499.999974 ], [ 119496.47387399998843, 509078.843074 ], [ 119499.999974, 509099.999974 ], [ 119499.999974, 509499.999974 ], [ 119899.999974, 509999.999974 ], [ 120299.999974, 510099.999974 ], [ 120599.999974, 510399.999974 ], [ 120999.999974, 510899.999974 ], [ 121099.999974, 511199.999974 ], [ 121101.78047399999923, 511207.121974 ], [ 121299.999974, 511999.999974 ], [ 121815.32677399998647, 512601.214574 ], [ 121899.999974, 512699.999974 ], [ 121985.955874, 512770.32757399999537 ], [ 122999.999974, 513599.999974 ], [ 123399.999974, 513499.999974 ], [ 123799.999974, 513399.999974 ], [ 123999.999974, 513199.999974 ], [ 124299.999974, 513299.999974 ], [ 125271.043374, 514076.834674 ], [ 125299.999974, 514099.999974 ], [ 125499.999974, 514199.999974 ], [ 125599.999974, 514099.999974 ], [ 125641.0682739999902, 514058.931774 ], [ 125799.999974, 513899.999974 ], [ 125807.95327399999951, 513868.186774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0373" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 111599.999974, 519699.999974 ], [ 111399.999974, 519499.999974 ], [ 111199.999974, 519699.999974 ], [ 110999.999974, 519699.999974 ], [ 110599.999974, 519599.999974 ], [ 110599.999974, 519199.999974 ], [ 110199.999974, 518499.999974 ], [ 109699.999974, 518099.999974 ], [ 109399.999974, 517899.999974 ], [ 109220.68837399999029, 517451.720974 ], [ 109199.999974, 517399.999974 ], [ 109099.999974, 516699.999974 ], [ 108999.999974, 516099.999974 ], [ 109099.999974, 515899.999974 ], [ 109476.26977399998577, 515617.797674 ], [ 109462.83097399998223, 515462.830974 ], [ 108999.999974, 514999.999974 ], [ 108799.999974, 515099.999974 ], [ 107799.999974, 515399.999974 ], [ 107499.999974, 514899.999974 ], [ 107496.185674, 514869.485274 ], [ 107399.999974, 514099.999974 ], [ 107146.8801739999908, 513657.040274 ], [ 106999.999974, 513399.999974 ], [ 106699.999974, 513199.999974 ], [ 106699.999974, 512825.867074 ], [ 106699.999974, 512799.999974 ], [ 106601.13387399999192, 512305.669274 ], [ 106599.999974, 512299.999974 ], [ 106699.999974, 511999.999974 ], [ 106599.999974, 511699.999974 ], [ 105399.999974, 511099.999974 ], [ 105399.999974, 510799.999974 ], [ 105384.30397399998037, 510794.936774 ], [ 102299.999974, 509799.999974 ], [ 102799.999974, 513399.999974 ], [ 102805.578974, 513422.315874 ], [ 102897.23227399997995, 513788.92927399999462 ], [ 102899.999974, 513799.999974 ], [ 102999.999974, 514599.999974 ], [ 103003.16377399998601, 514618.982874 ], [ 103137.99577399998088, 515427.974674 ], [ 103191.59097399999155, 515749.545674 ], [ 103199.999974, 515799.999974 ], [ 103225.81537399999797, 516161.41577399999369 ], [ 103299.48057399998652, 517192.727874 ], [ 103299.999974, 517199.999974 ], [ 103595.616374, 518973.698474 ], [ 103599.999974, 518999.999974 ], [ 103698.54427399998531, 520182.53097399999388 ], [ 103699.999974, 520199.999974 ], [ 103899.13087399999495, 521195.654374 ], [ 103899.999974, 521199.999974 ], [ 104099.999974, 522299.999974 ], [ 104099.999974, 523199.999974 ], [ 104102.278774, 523217.090474 ], [ 104299.999974, 524699.999974 ], [ 104304.44217399999616, 524722.210974 ], [ 104399.999974, 525199.999974 ], [ 104399.999974, 525227.97087399999145 ], [ 104399.999974, 526299.999974 ], [ 104399.999974, 526311.288074 ], [ 104399.999974, 526999.999974 ], [ 104499.999974, 526999.999974 ], [ 104504.85877399999299, 527023.322174 ], [ 104999.999974, 529399.999974 ], [ 105199.999974, 530099.999974 ], [ 105299.999974, 530099.999974 ], [ 105799.999974, 529299.999974 ], [ 105812.24607399999513, 529286.004474 ], [ 106499.999974, 528499.999974 ], [ 107099.999974, 528199.999974 ], [ 107108.16937399999006, 528191.830574 ], [ 107299.999974, 527999.999974 ], [ 107499.999974, 527599.999974 ], [ 107899.999974, 527499.999974 ], [ 108891.86487399999169, 526111.389074 ], [ 108899.999974, 526099.999974 ], [ 109297.36487399999169, 525475.569474 ], [ 109599.999974, 524999.999974 ], [ 109698.594274, 524704.217074 ], [ 109699.999974, 524699.999974 ], [ 109799.999974, 523999.999974 ], [ 109799.999974, 523974.918374 ], [ 109799.999974, 523759.127574 ], [ 109799.999974, 523699.999974 ], [ 109899.999974, 523499.999974 ], [ 110196.3691739999922, 523104.8410739999963 ], [ 110199.999974, 523099.999974 ], [ 110499.999974, 522899.999974 ], [ 111199.999974, 521999.999974 ], [ 111299.999974, 521699.999974 ], [ 111499.999974, 521399.999974 ], [ 111699.999974, 521199.999974 ], [ 112099.999974, 520599.999974 ], [ 111799.999974, 519999.999974 ], [ 111608.92427399998996, 519713.38637399999425 ], [ 111599.999974, 519699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0375" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106199.999974, 501599.999974 ], [ 106484.26057399998535, 501268.362674 ], [ 106499.54367399998591, 501269.058174 ], [ 106503.769474, 501268.936774 ], [ 106513.88207399999374, 501269.316174 ], [ 106523.32797399998526, 501271.100274 ], [ 106499.855274, 501250.168874 ], [ 106799.999974, 500899.999974 ], [ 107202.79057399998419, 500765.736474 ], [ 107399.999974, 500699.999974 ], [ 107999.999974, 500599.999974 ], [ 107999.999974, 500523.708874 ], [ 107999.999974, 500499.999974 ], [ 107999.999974, 500299.999974 ], [ 107999.999974, 500199.999974 ], [ 108199.999974, 500199.999974 ], [ 108499.999974, 500199.999974 ], [ 108899.999974, 500099.999974 ], [ 108699.999974, 499599.999974 ], [ 108399.999974, 499399.999974 ], [ 108199.999974, 498999.999974 ], [ 108299.999974, 498799.999974 ], [ 108199.999974, 498399.999974 ], [ 107899.999974, 497999.999974 ], [ 107233.82867399998941, 497417.100074 ], [ 107141.09017399998265, 497335.9538739999989 ], [ 107099.999974, 497299.999974 ], [ 106599.999974, 496599.999974 ], [ 105754.892174, 497351.206974 ], [ 105699.999974, 497399.999974 ], [ 106099.999974, 498099.999974 ], [ 105999.999974, 498199.999974 ], [ 105983.59077399998205, 498216.409274 ], [ 105199.999974, 498999.999974 ], [ 105182.69617399998242, 499017.303874 ], [ 105022.015874, 499177.984074 ], [ 104999.999974, 499199.999974 ], [ 104911.00137399998493, 499219.777474 ], [ 104273.08737399999518, 499361.536174 ], [ 104116.28777399999672, 499396.380474 ], [ 104099.999974, 499399.999974 ], [ 103899.999974, 499399.999974 ], [ 103891.17427399998996, 499399.999974 ], [ 103399.999974, 499399.999974 ], [ 103099.999974, 499599.999974 ], [ 102699.999974, 499699.999974 ], [ 102199.999974, 499499.999974 ], [ 101499.999974, 499999.999974 ], [ 101313.02787399999215, 500093.486074 ], [ 101299.999974, 500099.999974 ], [ 100299.999974, 500499.999974 ], [ 100699.999974, 501599.999974 ], [ 100999.999974, 501399.999974 ], [ 101399.999974, 501199.999974 ], [ 101799.999974, 500999.999974 ], [ 101944.87817399998312, 501072.43907399999443 ], [ 101966.559374, 501083.27967399999034 ], [ 101999.999974, 501099.999974 ], [ 102899.999974, 501399.999974 ], [ 103677.37827399998787, 501477.737874 ], [ 103892.53757399998722, 501499.253774 ], [ 103899.999974, 501499.999974 ], [ 104599.999974, 501499.999974 ], [ 104637.16807399998652, 501499.999974 ], [ 104899.69997399998829, 501499.999974 ], [ 105399.999974, 501499.999974 ], [ 105419.82147399999667, 501509.91077399998903 ], [ 105424.53897399999551, 501488.904974 ], [ 105427.820474, 501474.102774 ], [ 105439.80797399999574, 501476.792974 ], [ 105501.67177399998764, 501217.186274 ], [ 105502.499974, 501217.593774 ], [ 105479.39847399998689, 501346.187474 ], [ 105457.499974, 501442.812474 ], [ 105454.70317399999476, 501455.312474 ], [ 105440.10487399998237, 501520.052474 ], [ 105999.999974, 501799.999974 ], [ 106008.53867399998126, 501791.461274 ], [ 106197.553874, 501602.446074 ], [ 106199.999974, 501599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0376" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 149599.999974, 479699.999974 ], [ 150199.999974, 479199.999974 ], [ 149999.999974, 479299.999974 ], [ 149199.999974, 478799.999974 ], [ 148899.999974, 478399.999974 ], [ 148699.999974, 477999.999974 ], [ 148799.999974, 477699.999974 ], [ 149499.999974, 476599.999974 ], [ 147744.161874, 476892.639674 ], [ 147699.999974, 476899.999974 ], [ 147416.47897399999783, 476994.507074 ], [ 147399.999974, 476999.999974 ], [ 146699.999974, 477099.999974 ], [ 146693.031274, 477085.564674 ], [ 145299.999974, 474199.999974 ], [ 145287.90727399999741, 474187.90727399999741 ], [ 145199.999974, 474099.999974 ], [ 144407.87167399999453, 475189.176474 ], [ 144399.999974, 475199.999974 ], [ 143999.999974, 475599.999974 ], [ 143999.999974, 476099.999974 ], [ 143099.999974, 475599.999974 ], [ 142899.999974, 475399.999974 ], [ 142805.408874, 475399.999974 ], [ 142725.59847399999853, 475399.999974 ], [ 142699.999974, 475399.999974 ], [ 142499.999974, 475499.999974 ], [ 142699.999974, 476299.999974 ], [ 142995.013474, 476595.013474 ], [ 142999.999974, 476599.999974 ], [ 144099.999974, 476599.999974 ], [ 144399.999974, 477099.999974 ], [ 144699.999974, 476999.999974 ], [ 144717.94387399998959, 476999.999974 ], [ 144999.999974, 476999.999974 ], [ 145050.430874, 477025.215474 ], [ 145399.999974, 477199.999974 ], [ 145680.444774, 477340.222374 ], [ 145927.512974, 477463.756474 ], [ 146134.55657399998745, 477567.278274 ], [ 146199.999974, 477599.999974 ], [ 146899.999974, 477999.999974 ], [ 146910.19647399999667, 478005.09827399998903 ], [ 147099.999974, 478099.999974 ], [ 147102.609774, 478103.91467399999965 ], [ 147296.129874, 478394.194774 ], [ 147299.999974, 478399.999974 ], [ 147499.999974, 478699.999974 ], [ 147699.999974, 478399.999974 ], [ 148199.999974, 478899.999974 ], [ 148499.999974, 478699.999974 ], [ 148999.999974, 478899.999974 ], [ 149599.999974, 479399.999974 ], [ 149599.999974, 479699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0377" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 103455.60067399998661, 491822.199674 ], [ 103499.999974, 491799.999974 ], [ 103581.57147399999667, 491799.999974 ], [ 103599.999974, 491799.999974 ], [ 103399.999974, 491299.999974 ], [ 103399.43607399999746, 491298.120074 ], [ 103099.999974, 490299.999974 ], [ 103086.824074, 490260.472274 ], [ 103012.56927399997949, 490037.707774 ], [ 102999.999974, 489999.999974 ], [ 102999.999974, 489685.860274 ], [ 102999.999974, 489599.999974 ], [ 102899.999974, 489199.999974 ], [ 102099.999974, 489399.999974 ], [ 101916.08767399998032, 489216.087674 ], [ 101499.999974, 488799.999974 ], [ 101399.999974, 488199.999974 ], [ 101399.999974, 488194.196774 ], [ 101399.999974, 487999.999974 ], [ 101431.993274, 487808.040174 ], [ 101484.82737399998587, 487491.036074 ], [ 101499.999974, 487399.999974 ], [ 101699.999974, 487299.999974 ], [ 101880.61167399998521, 486938.776574 ], [ 101899.999974, 486899.999974 ], [ 101799.999974, 486399.999974 ], [ 101508.47317399998428, 485719.770774 ], [ 101499.999974, 485699.999974 ], [ 101099.999974, 484499.999974 ], [ 101096.53817399998661, 484484.421774 ], [ 100904.028674, 483618.128874 ], [ 100899.999974, 483599.999974 ], [ 100717.914174, 482689.570974 ], [ 100699.999974, 482599.999974 ], [ 100764.88487399998121, 482599.999974 ], [ 100899.999974, 482599.999974 ], [ 101136.450374, 482521.183174 ], [ 101156.921474, 482514.359474 ], [ 101199.999974, 482499.999974 ], [ 102099.999974, 481899.999974 ], [ 102099.999974, 481442.247474 ], [ 102099.999974, 480899.999974 ], [ 101299.999974, 481299.999974 ], [ 101276.16997399998945, 481302.647774 ], [ 100713.29857399998582, 481365.18907399999443 ], [ 100399.999974, 481399.999974 ], [ 100380.57197399999131, 481409.713974 ], [ 100217.73267399999895, 481491.133674 ], [ 100199.999974, 481499.999974 ], [ 99499.999974, 481099.999974 ], [ 99223.193673999980092, 481284.537574 ], [ 99199.999974, 481299.999974 ], [ 98799.999974, 480499.999974 ], [ 97699.999974, 480999.999974 ], [ 98986.387774, 484364.398774 ], [ 98999.999974, 484399.999974 ], [ 99299.999974, 485299.999974 ], [ 99307.58067399999709, 485325.268874 ], [ 99581.448673999984749, 486238.162274 ], [ 99599.999974, 486299.999974 ], [ 99999.999974, 487199.999974 ], [ 99999.999974, 487220.773374 ], [ 99999.999974, 487278.185674 ], [ 99999.999974, 487299.999974 ], [ 100785.71407399998861, 489558.92797399999108 ], [ 100799.999974, 489599.999974 ], [ 97499.999974, 490699.999974 ], [ 98199.999974, 492499.999974 ], [ 98599.999974, 493799.999974 ], [ 98799.999974, 494699.999974 ], [ 100599.999974, 494399.999974 ], [ 102480.431874, 493410.298974 ], [ 102499.999974, 493399.999974 ], [ 102599.999974, 493299.999974 ], [ 102607.240174, 493297.586574 ], [ 102899.999974, 493199.999974 ], [ 103099.999974, 492899.999974 ], [ 103100.793974, 492898.80907399998978 ], [ 103299.999974, 492599.999974 ], [ 103304.49837399998796, 492586.504874 ], [ 103399.999974, 492299.999974 ], [ 103299.999974, 491899.999974 ], [ 103455.60067399998661, 491822.199674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0381" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 140839.746474, 477132.30427399999462 ], [ 141197.464574, 476703.042574 ], [ 141199.999974, 476699.999974 ], [ 141399.999974, 476399.999974 ], [ 141402.271974, 476397.727974 ], [ 141599.999974, 476199.999974 ], [ 141607.43897399998968, 476194.42077399999835 ], [ 141992.506674, 475905.619974 ], [ 141999.999974, 475899.999974 ], [ 142299.999974, 475599.999974 ], [ 141799.999974, 475399.999974 ], [ 141777.49837399998796, 475390.356474 ], [ 141099.999974, 475099.999974 ], [ 141033.32327399999485, 475099.999974 ], [ 140899.999974, 475099.999974 ], [ 140632.07207399999606, 475010.690674 ], [ 140599.999974, 474999.999974 ], [ 140403.494974, 474901.747474 ], [ 140399.999974, 474899.999974 ], [ 139899.999974, 474399.999974 ], [ 139897.688074, 474398.45867399999406 ], [ 139599.999974, 474199.999974 ], [ 138199.999974, 474699.999974 ], [ 138002.193574, 474699.999974 ], [ 137999.999974, 474699.999974 ], [ 137999.999974, 474999.999974 ], [ 138199.999974, 475199.999974 ], [ 138389.750474, 475864.126774 ], [ 138399.999974, 475899.999974 ], [ 138399.999974, 476099.999974 ], [ 138390.754174, 476127.737374 ], [ 138300.17127399999299, 476399.486174 ], [ 138299.999974, 476399.999974 ], [ 138199.999974, 476599.999974 ], [ 138399.999974, 476899.999974 ], [ 138599.999974, 476799.999974 ], [ 138603.265874, 476802.177274 ], [ 138899.999974, 476999.999974 ], [ 139255.3349739999976, 477177.667474 ], [ 139299.999974, 477199.999974 ], [ 139599.999974, 477299.999974 ], [ 139630.153274, 477277.38507399999071 ], [ 139987.416174, 477009.437874 ], [ 139992.35937399999239, 477011.156274 ], [ 139999.999974, 477013.812474 ], [ 140016.499974, 477016.093774 ], [ 140045.160074, 477018.06407399999443 ], [ 140499.999974, 477199.999974 ], [ 140538.85327399999369, 477219.42667399998754 ], [ 140699.999974, 477299.999974 ], [ 140839.746474, 477132.30427399999462 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0383" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 112299.999974, 511699.999974 ], [ 112017.088974, 511039.87417399999686 ], [ 111999.999974, 510999.999974 ], [ 111601.544774, 509505.792974 ], [ 111599.999974, 509499.999974 ], [ 111399.999974, 508999.999974 ], [ 111999.999974, 508499.999974 ], [ 112263.917374, 508499.999974 ], [ 112299.999974, 508499.999974 ], [ 113299.999974, 508199.999974 ], [ 113899.999974, 507899.999974 ], [ 113699.999974, 506499.999974 ], [ 113602.207774, 505326.49287399998866 ], [ 113599.999974, 505299.999974 ], [ 112999.999974, 505399.999974 ], [ 112699.999974, 505699.999974 ], [ 112399.999974, 505699.999974 ], [ 112099.999974, 505499.999974 ], [ 111999.999974, 505599.999974 ], [ 111972.95817399999942, 505627.041774 ], [ 111802.0621739999915, 505797.9377739999909 ], [ 111799.999974, 505799.999974 ], [ 110799.999974, 506399.999974 ], [ 110003.41447399999015, 506798.292774 ], [ 109999.999974, 506799.999974 ], [ 109699.999974, 506499.999974 ], [ 109699.999974, 507299.999974 ], [ 109667.75677399997949, 507285.669674 ], [ 108799.999974, 506899.999974 ], [ 108799.999974, 506699.999974 ], [ 108599.999974, 506599.999974 ], [ 108099.999974, 506499.999974 ], [ 108026.323974, 506499.999974 ], [ 107999.999974, 506499.999974 ], [ 108195.30287399998633, 504839.925974 ], [ 108199.999974, 504799.999974 ], [ 108194.776274, 504789.552574 ], [ 108099.999974, 504599.999974 ], [ 106299.999974, 504999.999974 ], [ 106299.27277399998275, 505000.242374 ], [ 105699.999974, 505199.999974 ], [ 105661.11537399998633, 505184.446174 ], [ 105199.999974, 504999.999974 ], [ 105164.045874, 505001.057474 ], [ 105148.52737399999751, 505001.513874 ], [ 101799.999974, 505099.999974 ], [ 101499.999974, 505199.999974 ], [ 101999.999974, 507599.999974 ], [ 102299.999974, 509799.999974 ], [ 105384.30397399998037, 510794.936774 ], [ 105399.999974, 510799.999974 ], [ 105399.999974, 511099.999974 ], [ 106599.999974, 511699.999974 ], [ 106699.999974, 511599.999974 ], [ 106399.999974, 511499.999974 ], [ 106499.999974, 511299.999974 ], [ 106899.999974, 511099.999974 ], [ 107079.22257399998489, 511028.310974 ], [ 107399.999974, 510899.999974 ], [ 107399.999974, 510778.35827399999835 ], [ 107399.999974, 510599.999974 ], [ 108195.00897399999667, 510401.247774 ], [ 108199.999974, 510399.999974 ], [ 108257.324674, 510411.464974 ], [ 108699.999974, 510499.999974 ], [ 109112.084574, 510499.999974 ], [ 109656.094374, 510499.999974 ], [ 109675.98167399998056, 510499.999974 ], [ 109699.999974, 510499.999974 ], [ 111099.999974, 510299.999974 ], [ 111399.999974, 511599.999974 ], [ 111899.999974, 511499.999974 ], [ 111999.999974, 511799.999974 ], [ 112299.999974, 511699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0384" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 127815.164774, 484387.001674 ], [ 128499.999974, 483799.999974 ], [ 128531.52067399999942, 483799.999974 ], [ 129199.999974, 483799.999974 ], [ 129473.207574, 484164.276774 ], [ 129499.999974, 484199.999974 ], [ 129699.999974, 484499.999974 ], [ 129799.999974, 484299.999974 ], [ 129899.999974, 484499.999974 ], [ 130399.999974, 484599.999974 ], [ 130599.999974, 484499.999974 ], [ 130999.999974, 484099.999974 ], [ 130899.999974, 483699.999974 ], [ 130399.999974, 483499.999974 ], [ 130399.999974, 483299.999974 ], [ 129504.247074, 482603.303274 ], [ 129499.999974, 482599.999974 ], [ 129499.999974, 482499.999974 ], [ 129699.999974, 481899.999974 ], [ 128441.088974, 480737.928274 ], [ 128399.999974, 480699.999974 ], [ 128399.999974, 481157.641674 ], [ 128399.999974, 481199.999974 ], [ 127899.999974, 482299.999974 ], [ 127599.999974, 482599.999974 ], [ 127244.010374, 482599.999974 ], [ 127199.999974, 482599.999974 ], [ 127099.999974, 482699.999974 ], [ 127060.12837399999262, 482677.216274 ], [ 126421.21917399999802, 482312.125174 ], [ 126399.999974, 482299.999974 ], [ 125699.999974, 481899.999974 ], [ 125656.30297399999108, 481870.868574 ], [ 125399.999974, 481699.999974 ], [ 124999.999974, 482299.999974 ], [ 124923.56707399999141, 482261.783574 ], [ 124799.999974, 482199.999974 ], [ 124699.999974, 482499.999974 ], [ 124762.70137399999658, 482656.753474 ], [ 124899.999974, 482999.999974 ], [ 125199.999974, 483399.999974 ], [ 125199.999974, 483488.484674 ], [ 125203.78897399999551, 483490.271774 ], [ 125245.88277399999788, 483510.124974 ], [ 125269.04687399999239, 483521.062474 ], [ 125310.92187399999239, 483536.812474 ], [ 125330.968774, 483539.843774 ], [ 125359.39847399998689, 483545.187474 ], [ 125372.289074, 483563.593774 ], [ 125410.39847399998689, 483561.499974 ], [ 125471.499974, 483554.406274 ], [ 125513.51937399999588, 483550.384174 ], [ 125377.434574, 483677.434574 ], [ 125399.999974, 483699.999974 ], [ 125599.999974, 483999.999974 ], [ 125625.659174, 484038.488774 ], [ 125944.839474, 484517.259174 ], [ 125999.999974, 484599.999974 ], [ 126005.378674, 484613.446774 ], [ 126199.999974, 485099.999974 ], [ 126499.999974, 485399.999974 ], [ 126532.45367399998941, 485387.01857399998698 ], [ 126999.999974, 485199.999974 ], [ 127034.73747399999411, 485165.262574 ], [ 127463.07817399999476, 484736.92187399999239 ], [ 127799.999974, 484399.999974 ], [ 127815.164774, 484387.001674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0385" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 133571.78587399999378, 503504.285574 ], [ 133763.761474, 503248.317974 ], [ 133799.999974, 503199.999974 ], [ 134199.999974, 502899.999974 ], [ 134415.52167399998871, 502109.75397399999201 ], [ 134499.999974, 501799.999974 ], [ 134099.999974, 501199.999974 ], [ 134097.817274, 501193.451874 ], [ 133899.999974, 500599.999974 ], [ 133399.999974, 500299.999974 ], [ 132999.999974, 500299.999974 ], [ 132799.999974, 500099.999974 ], [ 132699.999974, 499799.999974 ], [ 132699.999974, 500399.999974 ], [ 132611.11007399999653, 500399.999974 ], [ 132599.999974, 500399.999974 ], [ 131299.999974, 500099.999974 ], [ 130799.999974, 500099.999974 ], [ 130799.445574, 500099.445574 ], [ 130699.999974, 499999.999974 ], [ 130399.999974, 499799.999974 ], [ 130389.872074, 499805.626674 ], [ 128599.999974, 500799.999974 ], [ 129390.373874, 502183.154174 ], [ 129399.999974, 502199.999974 ], [ 130399.999974, 503899.999974 ], [ 130738.76427399998647, 503645.92687399999704 ], [ 130799.999974, 503599.999974 ], [ 131699.999974, 503399.999974 ], [ 131885.077674, 503585.077674 ], [ 131899.999974, 503599.999974 ], [ 133199.999974, 504299.999974 ], [ 133199.999974, 503999.999974 ], [ 133571.78587399999378, 503504.285574 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0388" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 145999.999974, 528899.999974 ], [ 146299.999974, 528599.999974 ], [ 147099.999974, 528699.999974 ], [ 147199.999974, 528799.999974 ], [ 147599.999974, 528499.999974 ], [ 147799.999974, 528399.999974 ], [ 147800.553874, 528399.446074 ], [ 147899.999974, 528299.999974 ], [ 148199.999974, 527699.999974 ], [ 148199.999974, 527299.999974 ], [ 147999.999974, 527199.999974 ], [ 147999.999974, 527099.999974 ], [ 148099.999974, 525999.999974 ], [ 148299.999974, 525299.999974 ], [ 148799.999974, 524799.999974 ], [ 148842.026874, 524778.98657399998046 ], [ 149199.999974, 524599.999974 ], [ 149499.999974, 524599.999974 ], [ 149599.999974, 524699.999974 ], [ 149599.999974, 524399.999974 ], [ 149499.999974, 524299.999974 ], [ 149399.999974, 524199.999974 ], [ 148699.999974, 523599.999974 ], [ 148399.999974, 523499.999974 ], [ 148345.345674, 523476.576674 ], [ 147699.999974, 523199.999974 ], [ 147699.999974, 523099.999974 ], [ 147899.999974, 522899.999974 ], [ 147511.341374, 522511.341374 ], [ 147499.999974, 522499.999974 ], [ 147099.999974, 522199.999974 ], [ 146799.999974, 522299.999974 ], [ 146399.999974, 522199.999974 ], [ 146302.478674, 523175.212974 ], [ 146299.999974, 523199.999974 ], [ 146299.999974, 524287.474174 ], [ 146299.999974, 524299.999974 ], [ 146199.999974, 525399.999974 ], [ 146199.999974, 525478.907574 ], [ 146199.999974, 525499.999974 ], [ 146199.999974, 526699.999974 ], [ 146199.48137399999541, 526705.70497399999294 ], [ 145999.999974, 528899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0392" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106399.999974, 492899.999974 ], [ 106499.999974, 492599.999974 ], [ 106945.69807399998535, 492599.999974 ], [ 106999.999974, 492599.999974 ], [ 106999.999974, 491999.999974 ], [ 106699.999974, 491599.999974 ], [ 106635.15667399999802, 491470.313474 ], [ 106499.999974, 491199.999974 ], [ 106452.34217399999034, 491164.256674 ], [ 106099.999974, 490899.999974 ], [ 106099.999974, 490699.999974 ], [ 106799.999974, 490399.999974 ], [ 106799.999974, 490299.999974 ], [ 106599.999974, 490199.999974 ], [ 106399.999974, 489799.999974 ], [ 106499.999974, 489499.999974 ], [ 106699.999974, 489299.999974 ], [ 106978.34237399999984, 489207.219174 ], [ 106999.999974, 489199.999974 ], [ 107299.999974, 489099.999974 ], [ 107299.999974, 488699.999974 ], [ 107271.41997399998945, 488661.893374 ], [ 106699.999974, 487899.999974 ], [ 106399.999974, 487599.999974 ], [ 106299.999974, 487199.999974 ], [ 106300.97937399998773, 487195.103174 ], [ 106499.999974, 486199.999974 ], [ 106504.55867399999988, 486172.647874 ], [ 106599.999974, 485599.999974 ], [ 106499.999974, 485199.999974 ], [ 106299.999974, 484999.999974 ], [ 105709.186774, 484606.124474 ], [ 105699.999974, 484599.999974 ], [ 104999.999974, 484099.999974 ], [ 104989.055774, 484094.527874 ], [ 104599.999974, 483899.999974 ], [ 104099.999974, 483699.999974 ], [ 104099.999974, 483899.999974 ], [ 104199.999974, 484299.999974 ], [ 104099.999974, 484899.999974 ], [ 103899.999974, 485299.999974 ], [ 103892.06897399999434, 485315.862074 ], [ 103799.999974, 485499.999974 ], [ 103799.999974, 485577.495774 ], [ 103799.999974, 485599.999974 ], [ 103899.999974, 485999.999974 ], [ 103899.999974, 486199.999974 ], [ 103869.37157399998978, 486199.999974 ], [ 103199.999974, 486199.999974 ], [ 102614.11677399999462, 486199.999974 ], [ 102599.999974, 486199.999974 ], [ 102564.02407399998629, 486214.390374 ], [ 102099.999974, 486399.999974 ], [ 102099.16737399998237, 486399.999974 ], [ 101963.294674, 486399.999974 ], [ 101799.999974, 486399.999974 ], [ 101899.999974, 486899.999974 ], [ 101880.61167399998521, 486938.776574 ], [ 101699.999974, 487299.999974 ], [ 101499.999974, 487399.999974 ], [ 101484.82737399998587, 487491.036074 ], [ 101431.993274, 487808.040174 ], [ 101399.999974, 487999.999974 ], [ 101399.999974, 488194.196774 ], [ 101399.999974, 488199.999974 ], [ 101499.999974, 488799.999974 ], [ 101916.08767399998032, 489216.087674 ], [ 102099.999974, 489399.999974 ], [ 102899.999974, 489199.999974 ], [ 102999.999974, 489599.999974 ], [ 102999.999974, 489685.860274 ], [ 102999.999974, 489999.999974 ], [ 103012.56927399997949, 490037.707774 ], [ 103086.824074, 490260.472274 ], [ 103099.999974, 490299.999974 ], [ 103399.43607399999746, 491298.120074 ], [ 103399.999974, 491299.999974 ], [ 103599.999974, 491799.999974 ], [ 103883.71157399998629, 491705.429474 ], [ 103899.999974, 491699.999974 ], [ 104099.999974, 492099.999974 ], [ 104103.196074, 492105.593074 ], [ 104479.5112739999895, 492764.144774 ], [ 104499.999974, 492799.999974 ], [ 104598.80867399999988, 493096.426174 ], [ 104599.999974, 493099.999974 ], [ 104799.999974, 493499.999974 ], [ 104819.37157399998978, 493538.74307399999816 ], [ 104899.999974, 493699.999974 ], [ 105164.45487399998819, 493594.218074 ], [ 105886.03277399999206, 493305.586874 ], [ 105899.999974, 493299.999974 ], [ 106351.17807399999583, 492939.057574 ], [ 106399.999974, 492899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0393" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 112199.999974, 489082.303074 ], [ 112199.999974, 488699.999974 ], [ 112199.999974, 488675.248874 ], [ 112199.999974, 488299.999974 ], [ 112167.93217399998684, 488203.796474 ], [ 112099.999974, 487999.999974 ], [ 111899.999974, 488199.999974 ], [ 111499.999974, 488499.999974 ], [ 110399.999974, 488899.999974 ], [ 108799.999974, 488499.999974 ], [ 108752.53757399998722, 488499.999974 ], [ 108699.999974, 488499.999974 ], [ 108691.17657399998279, 488497.352974 ], [ 106699.999974, 487899.999974 ], [ 107271.41997399998945, 488661.893374 ], [ 107299.999974, 488699.999974 ], [ 107299.999974, 489099.999974 ], [ 106999.999974, 489199.999974 ], [ 106978.34237399999984, 489207.219174 ], [ 106699.999974, 489299.999974 ], [ 106499.999974, 489499.999974 ], [ 106399.999974, 489799.999974 ], [ 106599.999974, 490199.999974 ], [ 106799.999974, 490299.999974 ], [ 106799.999974, 490399.999974 ], [ 106099.999974, 490699.999974 ], [ 106099.999974, 490899.999974 ], [ 106452.34217399999034, 491164.256674 ], [ 106499.999974, 491199.999974 ], [ 106635.15667399999802, 491470.313474 ], [ 106699.999974, 491599.999974 ], [ 106999.999974, 491999.999974 ], [ 107699.999974, 492499.999974 ], [ 107715.70417399998405, 492518.321574 ], [ 108299.999974, 493199.999974 ], [ 108999.999974, 493499.999974 ], [ 109799.999974, 494199.999974 ], [ 110899.999974, 493899.999974 ], [ 110199.999974, 490499.999974 ], [ 112175.583474, 490104.883274 ], [ 112199.999974, 490099.999974 ], [ 112199.999974, 489645.812474 ], [ 112199.999974, 489082.303074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0394" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 114399.999974, 483899.999974 ], [ 114799.999974, 483199.999974 ], [ 114833.928774, 483199.999974 ], [ 114825.39847399998689, 483179.187474 ], [ 114811.79687399999239, 483136.499974 ], [ 114815.29687399999239, 483115.406274 ], [ 114826.433774, 483085.566774 ], [ 114925.13337399999727, 483181.149974 ], [ 116076.99657399998978, 482317.252574 ], [ 116099.999974, 482299.999974 ], [ 116199.999974, 482099.999974 ], [ 116099.999974, 480799.999974 ], [ 116095.73737399998936, 480787.211974 ], [ 115999.999974, 480499.999974 ], [ 115599.999974, 479899.999974 ], [ 114899.999974, 479499.999974 ], [ 114608.80487399999402, 479208.804874 ], [ 114599.999974, 479199.999974 ], [ 114411.422174, 478445.688874 ], [ 114399.999974, 478399.999974 ], [ 113799.999974, 477599.999974 ], [ 113772.532374, 477577.110274 ], [ 113216.941674, 477114.11807399999816 ], [ 113199.999974, 477099.999974 ], [ 112599.999974, 476699.999974 ], [ 111999.999974, 476399.999974 ], [ 111980.69697399999131, 476394.484874 ], [ 111299.999974, 476199.999974 ], [ 111099.999974, 475999.999974 ], [ 111090.87237399999867, 475992.697874 ], [ 110623.941074, 475619.152874 ], [ 110599.999974, 475599.999974 ], [ 109899.999974, 475199.999974 ], [ 109499.999974, 474699.999974 ], [ 108999.999974, 474399.999974 ], [ 108499.999974, 473399.999974 ], [ 108129.73287399997935, 473122.299674 ], [ 108099.999974, 473099.999974 ], [ 107699.999974, 472999.999974 ], [ 107693.53687399998307, 472997.127474 ], [ 106799.999974, 472599.999974 ], [ 106511.82787399998051, 472023.655774 ], [ 106499.999974, 471999.999974 ], [ 105999.999974, 471699.999974 ], [ 105878.018874, 471537.358474 ], [ 105715.57757399999537, 471320.770074 ], [ 105699.999974, 471299.999974 ], [ 105199.999974, 471099.999974 ], [ 104429.88197399998899, 470618.676174 ], [ 104399.999974, 470599.999974 ], [ 103837.8290739999793, 470318.914574 ], [ 103399.999974, 470099.999974 ], [ 103039.04247399998712, 470009.760574 ], [ 102999.999974, 469999.999974 ], [ 102738.570374, 469947.714074 ], [ 102499.999974, 469899.999974 ], [ 102445.705174, 469899.999974 ], [ 101399.999974, 469899.999974 ], [ 101099.999974, 469999.999974 ], [ 101076.27667399999336, 470009.489274 ], [ 100099.999974, 470399.999974 ], [ 99456.330274, 470216.094374 ], [ 99399.999974, 470199.999974 ], [ 99299.999974, 470199.999974 ], [ 99285.258073999983026, 470202.948374 ], [ 98299.999974, 470399.999974 ], [ 98099.999974, 470799.999974 ], [ 98017.505974, 470937.489974 ], [ 97799.999974, 471299.999974 ], [ 98099.999974, 471799.999974 ], [ 98193.3915739999793, 471893.391574 ], [ 98199.999974, 471899.999974 ], [ 98599.999974, 472099.999974 ], [ 98798.87477399999625, 472597.186874 ], [ 98799.999974, 472599.999974 ], [ 98859.962873999989824, 473019.740174 ], [ 98899.999974, 473299.999974 ], [ 98907.262874, 473321.788674 ], [ 99099.999974, 473899.999974 ], [ 99099.999974, 473910.480474 ], [ 99099.999974, 474499.999974 ], [ 99101.67937399999937, 474508.396774 ], [ 99199.999974, 474999.999974 ], [ 99100.855974, 475495.720074 ], [ 99099.999974, 475499.999974 ], [ 99099.999974, 475699.999974 ], [ 99099.999974, 475715.489474 ], [ 99099.999974, 475899.999974 ], [ 99399.999974, 476199.999974 ], [ 100170.17507399999886, 476970.175074 ], [ 100199.999974, 476999.999974 ], [ 100499.999974, 477199.999974 ], [ 100742.48377399999299, 477830.457674 ], [ 100863.580274, 478145.308674 ], [ 100999.999974, 478499.999974 ], [ 101190.93657399999211, 479168.278074 ], [ 101199.999974, 479199.999974 ], [ 101492.53967399999965, 479785.079274 ], [ 101499.999974, 479799.999974 ], [ 102099.999974, 480699.999974 ], [ 102099.999974, 480899.999974 ], [ 102099.999974, 481442.247474 ], [ 102099.999974, 481899.999974 ], [ 102099.999974, 482199.999974 ], [ 102285.41637399999308, 482478.124474 ], [ 102299.999974, 482499.999974 ], [ 102484.93347399999038, 482869.866874 ], [ 102499.999974, 482899.999974 ], [ 102699.999974, 483099.999974 ], [ 102731.98567399999592, 483118.277474 ], [ 103399.999974, 483499.999974 ], [ 104099.999974, 483699.999974 ], [ 104599.999974, 483899.999974 ], [ 104989.055774, 484094.527874 ], [ 104999.999974, 484099.999974 ], [ 105699.999974, 484599.999974 ], [ 105709.186774, 484606.124474 ], [ 106299.999974, 484999.999974 ], [ 106499.999974, 485199.999974 ], [ 106599.999974, 485599.999974 ], [ 106504.55867399999988, 486172.647874 ], [ 106499.999974, 486199.999974 ], [ 106300.97937399998773, 487195.103174 ], [ 106299.999974, 487199.999974 ], [ 106399.999974, 487599.999974 ], [ 106699.999974, 487899.999974 ], [ 108691.17657399998279, 488497.352974 ], [ 108699.999974, 488499.999974 ], [ 108752.53757399998722, 488499.999974 ], [ 108799.999974, 488499.999974 ], [ 110399.999974, 488899.999974 ], [ 111499.999974, 488499.999974 ], [ 111899.999974, 488199.999974 ], [ 112099.999974, 487999.999974 ], [ 112199.999974, 487399.999974 ], [ 112099.999974, 486499.999974 ], [ 112094.661874, 486451.956774 ], [ 111999.999974, 485599.999974 ], [ 112799.999974, 484999.999974 ], [ 112814.398874, 484992.8005739999935 ], [ 113179.683974, 484810.158074 ], [ 113199.999974, 484799.999974 ], [ 114399.999974, 483899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0395" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 113899.999974, 532099.999974 ], [ 114158.33977399999276, 531812.95587399997748 ], [ 114799.999974, 531099.999974 ], [ 115099.999974, 530999.999974 ], [ 114899.999974, 530699.999974 ], [ 114899.999974, 530629.994274 ], [ 114899.999974, 530499.999974 ], [ 115099.999974, 530399.999974 ], [ 115399.999974, 530599.999974 ], [ 115599.999974, 530799.999974 ], [ 115699.999974, 530899.999974 ], [ 116199.999974, 530799.999974 ], [ 116490.145074, 530316.424874 ], [ 116499.999974, 530299.999974 ], [ 117483.151374, 528825.272974 ], [ 117499.999974, 528799.999974 ], [ 117999.999974, 527599.999974 ], [ 118299.999974, 527399.999974 ], [ 118316.876874, 527366.246374 ], [ 118699.999974, 526599.999974 ], [ 118689.05107399998815, 526567.1533739999868 ], [ 118499.999974, 525999.999974 ], [ 118283.920474, 525953.697274 ], [ 117099.999974, 525699.999974 ], [ 116799.999974, 525599.999974 ], [ 116769.278074, 525589.759374 ], [ 116532.269574, 525510.756474 ], [ 116499.999974, 525499.999974 ], [ 115599.999974, 525399.999974 ], [ 115116.426574, 525980.28817399998661 ], [ 115099.999974, 525999.999974 ], [ 114899.999974, 525999.999974 ], [ 114399.999974, 526099.999974 ], [ 114299.999974, 526299.999974 ], [ 114399.999974, 526899.999974 ], [ 113924.460774, 527280.431374 ], [ 113899.999974, 527299.999974 ], [ 113899.999974, 527202.882974 ], [ 113899.999974, 527199.999974 ], [ 113799.999974, 526899.999974 ], [ 113790.26807399999234, 526861.072074 ], [ 113599.999974, 526099.999974 ], [ 113299.999974, 524699.999974 ], [ 113299.999974, 523899.999974 ], [ 113199.999974, 523599.999974 ], [ 113190.080374, 523599.999974 ], [ 113103.390174, 523599.999974 ], [ 113099.999974, 523599.999974 ], [ 112099.999974, 523499.999974 ], [ 110699.999974, 522999.999974 ], [ 110499.999974, 522899.999974 ], [ 110199.999974, 523099.999974 ], [ 110196.3691739999922, 523104.8410739999963 ], [ 109899.999974, 523499.999974 ], [ 109799.999974, 523699.999974 ], [ 109799.999974, 523759.127574 ], [ 109799.999974, 523974.918374 ], [ 109799.999974, 523999.999974 ], [ 109699.999974, 524699.999974 ], [ 109698.594274, 524704.217074 ], [ 109599.999974, 524999.999974 ], [ 109297.36487399999169, 525475.569474 ], [ 108899.999974, 526099.999974 ], [ 108891.86487399999169, 526111.389074 ], [ 107899.999974, 527499.999974 ], [ 108199.999974, 527599.999974 ], [ 108799.999974, 527499.999974 ], [ 108807.48937399999704, 527503.74467399995774 ], [ 108999.999974, 527599.999974 ], [ 108992.12597399999504, 527639.370174 ], [ 108899.999974, 528099.999974 ], [ 109299.999974, 528099.999974 ], [ 109599.999974, 528399.999974 ], [ 109699.999974, 528599.999974 ], [ 110199.999974, 529399.999974 ], [ 110299.999974, 530099.999974 ], [ 110305.226774, 530136.587074 ], [ 110366.262774, 530563.83977399999276 ], [ 110399.999974, 530799.999974 ], [ 111399.999974, 532199.999974 ], [ 111699.999974, 531999.999974 ], [ 112299.999974, 532099.999974 ], [ 112311.027474, 532102.75687399995513 ], [ 113099.999974, 532299.999974 ], [ 113667.101574, 532583.550774 ], [ 113699.999974, 532599.999974 ], [ 113899.999974, 532099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0396" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106299.999974, 504999.999974 ], [ 108099.999974, 504599.999974 ], [ 107866.758574, 504075.206774 ], [ 107699.999974, 503699.999974 ], [ 107699.999974, 503348.836874 ], [ 107699.999974, 503299.999974 ], [ 107799.999974, 502799.999974 ], [ 107813.85387399999308, 502779.219274 ], [ 107999.999974, 502499.999974 ], [ 108002.82727399998112, 502497.172774 ], [ 108099.999974, 502399.999974 ], [ 108399.999974, 502599.999974 ], [ 108731.59217399999034, 502682.898074 ], [ 108799.999974, 502699.999974 ], [ 108999.999974, 502699.999974 ], [ 108899.999974, 502399.999974 ], [ 108799.999974, 502299.999974 ], [ 108599.999974, 501899.999974 ], [ 108699.999974, 501599.999974 ], [ 109099.999974, 501199.999974 ], [ 109699.999974, 500999.999974 ], [ 109299.999974, 500799.999974 ], [ 108899.999974, 500299.999974 ], [ 108899.999974, 500099.999974 ], [ 108499.999974, 500199.999974 ], [ 108199.999974, 500199.999974 ], [ 107999.999974, 500199.999974 ], [ 107999.999974, 500299.999974 ], [ 107999.999974, 500499.999974 ], [ 107999.999974, 500523.708874 ], [ 107999.999974, 500599.999974 ], [ 107399.999974, 500699.999974 ], [ 107202.79057399998419, 500765.736474 ], [ 106799.999974, 500899.999974 ], [ 106499.855274, 501250.168874 ], [ 106523.32797399998526, 501271.100274 ], [ 106513.88207399999374, 501269.316174 ], [ 106503.769474, 501268.936774 ], [ 106499.54367399998591, 501269.058174 ], [ 106484.26057399998535, 501268.362674 ], [ 106199.999974, 501599.999974 ], [ 106197.553874, 501602.446074 ], [ 106008.53867399998126, 501791.461274 ], [ 105999.999974, 501799.999974 ], [ 105440.10487399998237, 501520.052474 ], [ 105454.70317399999476, 501455.312474 ], [ 105457.499974, 501442.812474 ], [ 105479.39847399998689, 501346.187474 ], [ 105502.499974, 501217.593774 ], [ 105501.67177399998764, 501217.186274 ], [ 105439.80797399999574, 501476.792974 ], [ 105427.820474, 501474.102774 ], [ 105424.53897399999551, 501488.904974 ], [ 105419.82147399999667, 501509.91077399998903 ], [ 105399.999974, 501499.999974 ], [ 104899.69997399998829, 501499.999974 ], [ 104637.16807399998652, 501499.999974 ], [ 104599.999974, 501499.999974 ], [ 103899.999974, 501499.999974 ], [ 103892.53757399998722, 501499.253774 ], [ 103677.37827399998787, 501477.737874 ], [ 102899.999974, 501399.999974 ], [ 101999.999974, 501099.999974 ], [ 101966.559374, 501083.27967399999034 ], [ 101944.87817399998312, 501072.43907399999443 ], [ 101799.999974, 500999.999974 ], [ 101399.999974, 501199.999974 ], [ 100999.999974, 501399.999974 ], [ 100699.999974, 501599.999974 ], [ 100999.999974, 502599.999974 ], [ 101499.999974, 505199.999974 ], [ 101799.999974, 505099.999974 ], [ 105148.52737399999751, 505001.513874 ], [ 105164.045874, 505001.057474 ], [ 105199.999974, 504999.999974 ], [ 105661.11537399998633, 505184.446174 ], [ 105699.999974, 505199.999974 ], [ 106299.27277399998275, 505000.242374 ], [ 106299.999974, 504999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0397" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 102564.02407399998629, 486214.390374 ], [ 102599.999974, 486199.999974 ], [ 102614.11677399999462, 486199.999974 ], [ 103199.999974, 486199.999974 ], [ 103869.37157399998978, 486199.999974 ], [ 103899.999974, 486199.999974 ], [ 103899.999974, 485999.999974 ], [ 103799.999974, 485599.999974 ], [ 103799.999974, 485577.495774 ], [ 103799.999974, 485499.999974 ], [ 103892.06897399999434, 485315.862074 ], [ 103899.999974, 485299.999974 ], [ 104099.999974, 484899.999974 ], [ 104199.999974, 484299.999974 ], [ 104099.999974, 483899.999974 ], [ 104099.999974, 483699.999974 ], [ 103399.999974, 483499.999974 ], [ 102731.98567399999592, 483118.277474 ], [ 102699.999974, 483099.999974 ], [ 102499.999974, 482899.999974 ], [ 102484.93347399999038, 482869.866874 ], [ 102299.999974, 482499.999974 ], [ 102285.41637399999308, 482478.124474 ], [ 102099.999974, 482199.999974 ], [ 102099.999974, 481899.999974 ], [ 101199.999974, 482499.999974 ], [ 101156.921474, 482514.359474 ], [ 101136.450374, 482521.183174 ], [ 100899.999974, 482599.999974 ], [ 100764.88487399998121, 482599.999974 ], [ 100699.999974, 482599.999974 ], [ 100717.914174, 482689.570974 ], [ 100899.999974, 483599.999974 ], [ 100904.028674, 483618.128874 ], [ 101096.53817399998661, 484484.421774 ], [ 101099.999974, 484499.999974 ], [ 101499.999974, 485699.999974 ], [ 101508.47317399998428, 485719.770774 ], [ 101799.999974, 486399.999974 ], [ 101963.294674, 486399.999974 ], [ 102099.16737399998237, 486399.999974 ], [ 102099.999974, 486399.999974 ], [ 102564.02407399998629, 486214.390374 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0398" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120299.999974, 521099.999974 ], [ 120099.999974, 520199.999974 ], [ 120085.31037399999332, 520160.827674 ], [ 119799.999974, 519399.999974 ], [ 119499.999974, 518899.999974 ], [ 119499.999974, 518499.999974 ], [ 119699.999974, 518099.999974 ], [ 120378.151374, 517131.212274 ], [ 120399.999974, 517099.999974 ], [ 120399.999974, 516599.999974 ], [ 120199.999974, 516499.999974 ], [ 119671.471974, 516588.087974 ], [ 119599.999974, 516599.999974 ], [ 119499.999974, 516799.999974 ], [ 119299.999974, 516999.999974 ], [ 118699.999974, 517099.999974 ], [ 118499.999974, 517299.999974 ], [ 118199.999974, 517699.999974 ], [ 117899.999974, 517799.999974 ], [ 117699.999974, 517399.999974 ], [ 117599.999974, 516799.999974 ], [ 117299.999974, 516299.999974 ], [ 117289.601574, 516302.59957399999257 ], [ 116899.999974, 516399.999974 ], [ 115799.999974, 516399.999974 ], [ 115299.999974, 516699.999974 ], [ 115279.502574, 516710.248674 ], [ 114699.999974, 516999.999974 ], [ 114499.999974, 516999.999974 ], [ 114299.999974, 516999.999974 ], [ 114391.759674, 517183.519274 ], [ 114399.999974, 517199.999974 ], [ 114699.999974, 517899.999974 ], [ 115199.999974, 518599.999974 ], [ 115299.999974, 518999.999974 ], [ 115299.999974, 519399.999974 ], [ 115299.999974, 519799.999974 ], [ 115399.999974, 520099.999974 ], [ 115899.999974, 520799.999974 ], [ 116799.999974, 520699.999974 ], [ 116801.541574, 520701.541574 ], [ 116999.999974, 520899.999974 ], [ 117099.999974, 521099.999974 ], [ 117099.999974, 522333.428374 ], [ 117099.665974, 522365.48697399999946 ], [ 117099.999974, 522367.285374 ], [ 117099.999974, 522399.999974 ], [ 117099.999974, 522416.231074 ], [ 117099.999974, 522699.999974 ], [ 117001.159174, 523886.089674 ], [ 116999.999974, 523899.999974 ], [ 116799.999974, 524399.999974 ], [ 116599.999974, 524799.999974 ], [ 116615.82517399999779, 524807.91257399995811 ], [ 117599.999974, 525299.999974 ], [ 117499.999974, 525599.999974 ], [ 117099.999974, 525699.999974 ], [ 118283.920474, 525953.697274 ], [ 118499.999974, 525999.999974 ], [ 118899.999974, 526299.999974 ], [ 119299.999974, 526399.999974 ], [ 119499.999974, 525999.999974 ], [ 120199.999974, 525499.999974 ], [ 120599.999974, 525099.999974 ], [ 121999.999974, 524499.999974 ], [ 122081.541674, 523684.583374 ], [ 122099.999974, 523499.999974 ], [ 121499.999974, 523199.999974 ], [ 121299.999974, 522699.999974 ], [ 120799.999974, 522399.999974 ], [ 120699.999974, 522399.999974 ], [ 120399.999974, 522199.999974 ], [ 120593.40177399999811, 521523.093774 ], [ 120599.999974, 521499.999974 ], [ 120499.999974, 521399.999974 ], [ 120488.354774, 521382.532174 ], [ 120299.999974, 521099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0399" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109959.56337399999029, 515248.305674 ], [ 110580.248674, 514813.825874 ], [ 110599.999974, 514799.999974 ], [ 110734.430074, 514692.455974 ], [ 111099.999974, 514399.999974 ], [ 111099.999974, 514352.246474 ], [ 111089.39847399998689, 514332.687474 ], [ 111098.39847399998689, 514283.906274 ], [ 111099.999974, 514281.186774 ], [ 111099.999974, 514199.999974 ], [ 111021.59407399999327, 514043.188174 ], [ 110999.999974, 513999.999974 ], [ 110699.999974, 513499.999974 ], [ 110715.1584739999962, 513439.365874 ], [ 110799.999974, 513099.999974 ], [ 110999.999974, 512399.999974 ], [ 110899.999974, 512199.999974 ], [ 110999.999974, 511999.999974 ], [ 111999.999974, 511799.999974 ], [ 111899.999974, 511499.999974 ], [ 111399.999974, 511599.999974 ], [ 111099.999974, 510299.999974 ], [ 109699.999974, 510499.999974 ], [ 109675.98167399998056, 510499.999974 ], [ 109656.094374, 510499.999974 ], [ 109112.084574, 510499.999974 ], [ 108699.999974, 510499.999974 ], [ 108257.324674, 510411.464974 ], [ 108199.999974, 510399.999974 ], [ 108195.00897399999667, 510401.247774 ], [ 107399.999974, 510599.999974 ], [ 107399.999974, 510778.35827399999835 ], [ 107399.999974, 510899.999974 ], [ 107079.22257399998489, 511028.310974 ], [ 106899.999974, 511099.999974 ], [ 106499.999974, 511299.999974 ], [ 106399.999974, 511499.999974 ], [ 106699.999974, 511599.999974 ], [ 106599.999974, 511699.999974 ], [ 106699.999974, 511999.999974 ], [ 106599.999974, 512299.999974 ], [ 106601.13387399999192, 512305.669274 ], [ 106699.999974, 512799.999974 ], [ 106699.999974, 512825.867074 ], [ 106699.999974, 513199.999974 ], [ 106999.999974, 513399.999974 ], [ 107146.8801739999908, 513657.040274 ], [ 107399.999974, 514099.999974 ], [ 107496.185674, 514869.485274 ], [ 107499.999974, 514899.999974 ], [ 107799.999974, 515399.999974 ], [ 108799.999974, 515099.999974 ], [ 108999.999974, 514999.999974 ], [ 109462.83097399998223, 515462.830974 ], [ 109499.999974, 515499.999974 ], [ 109599.999974, 515499.999974 ], [ 109959.56337399999029, 515248.305674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0400" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 114499.999974, 553099.999974 ], [ 114399.999974, 552899.999974 ], [ 114199.999974, 552999.999974 ], [ 113856.178774, 552828.08937399997376 ], [ 113799.999974, 552799.999974 ], [ 113832.31097399999271, 552724.607674 ], [ 114099.999974, 552099.999974 ], [ 114599.999974, 551599.999974 ], [ 114799.999974, 551299.999974 ], [ 114800.1081739999936, 551300.32457399996929 ], [ 114899.999974, 551599.999974 ], [ 114399.999974, 552099.999974 ], [ 114099.999974, 552499.999974 ], [ 114309.999974, 552599.999974 ], [ 114399.999974, 552299.999974 ], [ 114599.999974, 552199.999974 ], [ 115199.999974, 552199.999974 ], [ 115299.999974, 552399.999974 ], [ 115399.999974, 552699.999974 ], [ 115399.999974, 552799.999974 ], [ 115299.999974, 552899.999974 ], [ 115199.999974, 552899.999974 ], [ 114899.999974, 553099.999974 ], [ 115299.999974, 553199.999974 ], [ 115599.999974, 553199.999974 ], [ 115799.999974, 552699.999974 ], [ 115599.999974, 551899.999974 ], [ 114999.999974, 550899.999974 ], [ 114899.999974, 550099.999974 ], [ 114907.46287399998982, 550070.148374 ], [ 114999.999974, 549699.999974 ], [ 115699.999974, 548099.999974 ], [ 115799.999974, 547799.999974 ], [ 116099.999974, 547699.999974 ], [ 116299.999974, 547499.999974 ], [ 116099.999974, 547599.999974 ], [ 115799.999974, 547199.999974 ], [ 115317.668474, 547392.932674 ], [ 115299.999974, 547399.999974 ], [ 115199.999974, 547399.999974 ], [ 114699.999974, 546299.999974 ], [ 114695.829774, 546291.659474000101909 ], [ 114299.999974, 545499.999974 ], [ 114278.59457399998792, 545457.18907400011085 ], [ 113899.999974, 544699.999974 ], [ 113899.32677399998647, 544698.316974 ], [ 113499.999974, 543699.999974 ], [ 113402.4371739999915, 543699.999974 ], [ 113399.999974, 543699.999974 ], [ 112099.999974, 543899.999974 ], [ 112091.9542739999888, 543901.609174 ], [ 111672.18537399999332, 543985.56297400011681 ], [ 111599.999974, 543999.999974 ], [ 111035.322174, 543999.999974 ], [ 110999.999974, 543999.999974 ], [ 110543.125574, 544091.3748739999719 ], [ 110499.999974, 544099.999974 ], [ 109399.999974, 544299.999974 ], [ 109512.085574, 545420.855574 ], [ 109599.999974, 546299.999974 ], [ 109600.103474, 546301.655674 ], [ 109696.41447399999015, 547842.63157399999909 ], [ 109699.999974, 547899.999974 ], [ 109699.999974, 549680.833774 ], [ 109699.999974, 549699.999974 ], [ 109799.81587399999262, 550348.803374 ], [ 109899.999974, 550999.999974 ], [ 110099.999974, 551699.999974 ], [ 110799.999974, 552899.999974 ], [ 110819.662274, 552919.662274 ], [ 110899.999974, 552999.999974 ], [ 111488.044674, 553196.014874000102282 ], [ 111499.999974, 553199.999974 ], [ 112099.999974, 553199.999974 ], [ 112802.68117399999755, 553270.268074 ], [ 113099.999974, 553299.999974 ], [ 114099.999974, 553299.999974 ], [ 114499.999974, 553399.999974 ], [ 114499.999974, 553099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0402" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 138399.999974, 476899.999974 ], [ 138199.999974, 476599.999974 ], [ 138299.999974, 476399.999974 ], [ 138300.17127399999299, 476399.486174 ], [ 138390.754174, 476127.737374 ], [ 138399.999974, 476099.999974 ], [ 138399.999974, 475899.999974 ], [ 138389.750474, 475864.126774 ], [ 138199.999974, 475199.999974 ], [ 137999.999974, 474999.999974 ], [ 137999.999974, 474699.999974 ], [ 138002.193574, 474699.999974 ], [ 138199.999974, 474699.999974 ], [ 139599.999974, 474199.999974 ], [ 139897.688074, 474398.45867399999406 ], [ 139899.999974, 474399.999974 ], [ 140399.999974, 474899.999974 ], [ 140403.494974, 474901.747474 ], [ 140599.999974, 474999.999974 ], [ 140632.07207399999606, 475010.690674 ], [ 140899.999974, 475099.999974 ], [ 141033.32327399999485, 475099.999974 ], [ 141099.999974, 475099.999974 ], [ 141777.49837399998796, 475390.356474 ], [ 141799.999974, 475399.999974 ], [ 142299.999974, 475599.999974 ], [ 142499.999974, 475499.999974 ], [ 142216.14737399999285, 474837.677074 ], [ 142199.999974, 474799.999974 ], [ 141499.999974, 473299.999974 ], [ 142195.18787399999565, 472505.499574 ], [ 142199.999974, 472499.999974 ], [ 142199.999974, 472411.736274 ], [ 142199.999974, 472399.999974 ], [ 143199.999974, 469999.999974 ], [ 143215.010274, 469969.97937399998773 ], [ 143499.999974, 469399.999974 ], [ 143299.999974, 468499.999974 ], [ 141699.999974, 465499.999974 ], [ 141671.909374, 465503.121174 ], [ 140799.999974, 465599.999974 ], [ 140794.71297399999457, 465599.999974 ], [ 140121.88197399998899, 465599.999974 ], [ 140099.999974, 465599.999974 ], [ 139915.746474, 465692.126774 ], [ 139899.999974, 465699.999974 ], [ 136999.999974, 465899.999974 ], [ 136899.999974, 466399.999974 ], [ 137499.999974, 466699.999974 ], [ 138155.81897399999434, 467262.130474 ], [ 138199.999974, 467299.999974 ], [ 138499.999974, 467699.999974 ], [ 138499.999974, 467799.999974 ], [ 138399.999974, 468199.999974 ], [ 138074.390474, 468932.621474 ], [ 138067.43587399998796, 468948.269374 ], [ 138000.713874, 469098.393874 ], [ 137999.999974, 469099.999974 ], [ 137699.999974, 469599.999974 ], [ 136899.999974, 470099.999974 ], [ 136899.999974, 470115.995874 ], [ 136899.999974, 470216.450774 ], [ 136899.999974, 470299.999974 ], [ 136919.00107399999979, 470319.001074 ], [ 137001.414974, 470401.414974 ], [ 137299.999974, 470699.999974 ], [ 138199.999974, 470699.999974 ], [ 138199.999974, 470735.710074 ], [ 138199.999974, 470748.233874 ], [ 138199.999974, 470999.999974 ], [ 138199.999974, 472099.999974 ], [ 138205.80927399999928, 472117.427874 ], [ 138297.960074, 472393.880174 ], [ 138299.999974, 472399.999974 ], [ 138299.999974, 472799.999974 ], [ 138099.999974, 473099.999974 ], [ 138099.999974, 473999.999974 ], [ 137912.690074, 474655.5847739999881 ], [ 137904.307074, 474684.925074 ], [ 137899.999974, 474699.999974 ], [ 137656.746374, 474699.999974 ], [ 137599.999974, 474699.999974 ], [ 137348.001774, 474699.999974 ], [ 137199.999974, 474699.999974 ], [ 136699.999974, 476199.999974 ], [ 135699.999974, 476599.999974 ], [ 135599.999974, 476699.999974 ], [ 135499.999974, 476899.999974 ], [ 135499.999974, 477099.999974 ], [ 135699.999974, 477299.999974 ], [ 135699.999974, 477499.999974 ], [ 135899.999974, 477499.999974 ], [ 136899.999974, 477099.999974 ], [ 137099.999974, 476799.999974 ], [ 137799.999974, 476699.999974 ], [ 137899.999974, 476799.999974 ], [ 138199.999974, 477199.999974 ], [ 138299.999974, 477499.999974 ], [ 138320.68367399999988, 477486.210874 ], [ 138599.999974, 477299.999974 ], [ 138599.999974, 477099.999974 ], [ 138399.999974, 476899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0405" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 135799.999974, 517199.999974 ], [ 135803.52717399998801, 517175.309674 ], [ 135899.999974, 516499.999974 ], [ 135599.999974, 516399.999974 ], [ 135119.99187399999937, 516976.009774 ], [ 135099.999974, 516999.999974 ], [ 135073.99617399999988, 517026.003774 ], [ 134999.999974, 517099.999974 ], [ 134799.999974, 516899.999974 ], [ 134499.999974, 517099.999974 ], [ 134399.999974, 517199.999974 ], [ 134355.99187399999937, 517199.999974 ], [ 134299.999974, 517199.999974 ], [ 134099.999974, 517199.999974 ], [ 133899.999974, 517099.999974 ], [ 133899.999974, 516936.460574 ], [ 133899.999974, 516899.999974 ], [ 133367.233574, 516433.829374 ], [ 133379.549574, 516446.145874 ], [ 133099.621274, 516706.504674 ], [ 133090.435574, 516699.480374 ], [ 133090.68847399999504, 516698.671174 ], [ 133058.780674, 516660.558974 ], [ 133052.824774, 516272.573274 ], [ 133010.80867399999988, 516199.999974 ], [ 132999.999974, 516199.999974 ], [ 132499.999974, 516299.999974 ], [ 132586.00387399998726, 516730.019274 ], [ 132599.999974, 516799.999974 ], [ 132328.870274, 517161.506274 ], [ 132299.999974, 517199.999974 ], [ 131799.999974, 517199.999974 ], [ 131499.999974, 516799.999974 ], [ 131481.176574, 516791.932874 ], [ 131141.129174, 516646.198174 ], [ 130804.952974, 516502.122674 ], [ 130799.999974, 516499.999974 ], [ 130399.999974, 516199.999974 ], [ 130359.4432739999902, 516159.443274 ], [ 130099.999974, 515899.999974 ], [ 129699.999974, 515899.999974 ], [ 129699.999974, 515943.982474 ], [ 129699.999974, 516399.999974 ], [ 129999.999974, 516799.999974 ], [ 130028.822774, 516814.411374 ], [ 130599.999974, 517099.999974 ], [ 130633.052774, 517133.052774 ], [ 131099.999974, 517599.999974 ], [ 131128.7044739999983, 517628.704474 ], [ 131299.999974, 517799.999974 ], [ 131299.999974, 517859.161174 ], [ 131299.999974, 518037.481774 ], [ 131299.999974, 518092.994374 ], [ 131299.999974, 518099.999974 ], [ 131397.84787399999914, 518784.93537399999332 ], [ 131399.999974, 518799.999974 ], [ 131305.127474, 519464.107774 ], [ 131299.999974, 519499.999974 ], [ 131199.999974, 519999.999974 ], [ 131199.999974, 520399.999974 ], [ 131881.582874, 520497.368974 ], [ 131899.999974, 520499.999974 ], [ 132092.903074, 520596.451474 ], [ 132099.999974, 520599.999974 ], [ 132276.716774, 520599.999974 ], [ 132299.999974, 520599.999974 ], [ 133095.6877739999909, 520699.460974 ], [ 133099.999974, 520699.999974 ], [ 132999.999974, 521099.999974 ], [ 134199.999974, 521799.999974 ], [ 134699.999974, 521899.999974 ], [ 134889.576074, 521520.847974 ], [ 134999.999974, 521299.999974 ], [ 135299.999974, 520899.999974 ], [ 135315.62237399999867, 520868.755174 ], [ 135499.999974, 520499.999974 ], [ 135299.999974, 520399.999974 ], [ 135304.471374, 520392.845774 ], [ 135330.53887399999076, 520351.137874 ], [ 135739.43707399998675, 519696.900674 ], [ 135796.80847399999038, 519605.106474 ], [ 135799.999974, 519599.999974 ], [ 136061.32027399999788, 519181.88747399998829 ], [ 136280.575274, 518831.079574 ], [ 136299.999974, 518799.999974 ], [ 136666.731674, 518158.219674 ], [ 136699.999974, 518099.999974 ], [ 135899.999974, 517899.999974 ], [ 135888.567974, 517894.283974 ], [ 135699.999974, 517799.999974 ], [ 135705.349974, 517767.899974 ], [ 135799.999974, 517199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0406" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 145799.999974, 480399.999974 ], [ 145899.999974, 480099.999974 ], [ 146097.39057399999001, 479902.60937399999239 ], [ 146099.999974, 479899.999974 ], [ 146599.999974, 479799.999974 ], [ 146637.64567399999942, 479781.177174 ], [ 146799.999974, 479699.999974 ], [ 147199.999974, 479599.999974 ], [ 147578.45017399999779, 479410.77487399999518 ], [ 147599.999974, 479399.999974 ], [ 147788.388374, 479211.611674 ], [ 147799.999974, 479199.999974 ], [ 148199.999974, 478899.999974 ], [ 147699.999974, 478399.999974 ], [ 147499.999974, 478699.999974 ], [ 147299.999974, 478399.999974 ], [ 147296.129874, 478394.194774 ], [ 147102.609774, 478103.91467399999965 ], [ 147099.999974, 478099.999974 ], [ 146910.19647399999667, 478005.09827399998903 ], [ 146899.999974, 477999.999974 ], [ 146199.999974, 477599.999974 ], [ 146134.55657399998745, 477567.278274 ], [ 145927.512974, 477463.756474 ], [ 145680.444774, 477340.222374 ], [ 145399.999974, 477199.999974 ], [ 145050.430874, 477025.215474 ], [ 144999.999974, 476999.999974 ], [ 144717.94387399998959, 476999.999974 ], [ 144699.999974, 476999.999974 ], [ 144399.999974, 477099.999974 ], [ 144099.999974, 476599.999974 ], [ 142999.999974, 476599.999974 ], [ 142995.013474, 476595.013474 ], [ 142699.999974, 476299.999974 ], [ 142499.999974, 475499.999974 ], [ 142299.999974, 475599.999974 ], [ 141999.999974, 475899.999974 ], [ 141992.506674, 475905.619974 ], [ 141607.43897399998968, 476194.42077399999835 ], [ 141599.999974, 476199.999974 ], [ 141402.271974, 476397.727974 ], [ 141399.999974, 476399.999974 ], [ 141199.999974, 476699.999974 ], [ 141599.999974, 476799.999974 ], [ 141899.999974, 476999.999974 ], [ 141899.999974, 477147.403974 ], [ 141899.999974, 477499.999974 ], [ 141899.999974, 477857.542174 ], [ 141781.36297399998875, 477828.384074 ], [ 141873.81527399999322, 477926.184774 ], [ 141699.999974, 478099.999974 ], [ 141399.999974, 478299.999974 ], [ 141999.999974, 478599.999974 ], [ 141899.999974, 478999.999974 ], [ 142099.999974, 479099.999974 ], [ 142389.20937399999821, 479132.134374 ], [ 142999.999974, 479199.999974 ], [ 143099.999974, 478999.999974 ], [ 143143.041774, 478999.999974 ], [ 143499.999974, 478999.999974 ], [ 144083.172074, 479291.585974 ], [ 144099.999974, 479299.999974 ], [ 144199.999974, 479299.999974 ], [ 144299.999974, 479699.999974 ], [ 144295.479174, 479731.645474 ], [ 144199.999974, 480399.999974 ], [ 144499.999974, 480399.999974 ], [ 145099.999974, 480399.999974 ], [ 145199.999974, 480299.999974 ], [ 145299.999974, 480199.999974 ], [ 145406.823474, 480449.254774 ], [ 145599.999974, 480899.999974 ], [ 145799.999974, 480399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0412" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119599.999974, 534999.999974 ], [ 120399.999974, 534799.999974 ], [ 120793.38277399999788, 534799.999974 ], [ 120799.999974, 534799.999974 ], [ 120799.999974, 534999.999974 ], [ 121699.999974, 534799.999974 ], [ 121701.81227399999625, 534799.54687399999239 ], [ 122499.999974, 534599.999974 ], [ 122599.999974, 535299.999974 ], [ 122799.999974, 535299.999974 ], [ 123099.999974, 534499.999974 ], [ 123099.999974, 533799.999974 ], [ 123599.999974, 532899.999974 ], [ 124499.999974, 532099.999974 ], [ 124699.999974, 531499.999974 ], [ 125299.999974, 530799.999974 ], [ 125199.999974, 529699.999974 ], [ 125173.349974, 529673.349974 ], [ 125099.999974, 529599.999974 ], [ 124799.999974, 529299.999974 ], [ 124299.999974, 529199.999974 ], [ 124296.780674, 529174.245674 ], [ 124199.999974, 528399.999974 ], [ 123920.500674, 527841.001474 ], [ 123899.999974, 527799.999974 ], [ 122126.278974, 524745.258274 ], [ 122099.999974, 524699.999974 ], [ 121999.999974, 524499.999974 ], [ 120599.999974, 525099.999974 ], [ 120199.999974, 525499.999974 ], [ 119499.999974, 525999.999974 ], [ 119299.999974, 526399.999974 ], [ 118899.999974, 526299.999974 ], [ 118499.999974, 525999.999974 ], [ 118689.05107399998815, 526567.1533739999868 ], [ 118699.999974, 526599.999974 ], [ 118316.876874, 527366.246374 ], [ 118299.999974, 527399.999974 ], [ 117999.999974, 527599.999974 ], [ 117499.999974, 528799.999974 ], [ 117483.151374, 528825.272974 ], [ 116499.999974, 530299.999974 ], [ 116490.145074, 530316.424874 ], [ 116199.999974, 530799.999974 ], [ 115999.999974, 531099.999974 ], [ 115851.250074, 531471.874774 ], [ 115855.115374, 531611.023074 ], [ 116299.999974, 531699.999974 ], [ 116399.999974, 531599.999974 ], [ 116799.999974, 531499.999974 ], [ 116699.999974, 531999.999974 ], [ 116727.91577399999369, 532009.305274 ], [ 117299.999974, 532199.999974 ], [ 117199.999974, 533099.999974 ], [ 117490.504374, 533099.999974 ], [ 117499.999974, 533099.999974 ], [ 117599.999974, 534799.999974 ], [ 117601.432774, 534814.327374000102282 ], [ 117699.999974, 535799.999974 ], [ 118299.999974, 535599.999974 ], [ 118999.999974, 535099.999974 ], [ 119599.999974, 534999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0415" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 123429.97407399999793, 500386.16577399999369 ], [ 124699.999974, 499799.999974 ], [ 124899.999974, 500099.999974 ], [ 125199.999974, 499999.999974 ], [ 125199.999974, 499862.845274 ], [ 125199.999974, 499699.999974 ], [ 125099.999974, 498599.999974 ], [ 125099.999974, 498561.93037399998866 ], [ 125099.999974, 497999.999974 ], [ 125299.999974, 496799.999974 ], [ 125099.999974, 496199.999974 ], [ 125199.999974, 495699.999974 ], [ 125202.16627399998833, 495671.838274 ], [ 125299.999974, 494399.999974 ], [ 125299.999974, 492999.999974 ], [ 125118.85937399999239, 492728.289074 ], [ 125099.999974, 492699.999974 ], [ 124899.999974, 491999.999974 ], [ 124799.999974, 491899.999974 ], [ 124750.984674, 491881.619274 ], [ 123999.999974, 491599.999974 ], [ 123955.909874, 491633.067674 ], [ 123237.243974, 492172.067074 ], [ 123199.999974, 492199.999974 ], [ 122399.999974, 492699.999974 ], [ 122362.35767399999895, 492725.094874 ], [ 121799.999974, 493099.999974 ], [ 121799.999974, 493799.999974 ], [ 121783.46287399998982, 493849.611474 ], [ 121699.999974, 494099.999974 ], [ 121692.00347399999737, 494139.982674 ], [ 121599.999974, 494599.999974 ], [ 121699.999974, 494799.999974 ], [ 121599.999974, 495499.999974 ], [ 121599.999974, 495504.300974 ], [ 121599.999974, 495899.999974 ], [ 121592.680074, 495918.299874 ], [ 121399.999974, 496399.999974 ], [ 121399.999974, 496699.999974 ], [ 122199.999974, 498499.999974 ], [ 122293.40787399999681, 499153.854774 ], [ 122299.999974, 499199.999974 ], [ 122499.999974, 499599.999974 ], [ 122999.999974, 499999.999974 ], [ 123299.999974, 500399.999974 ], [ 123399.999974, 500399.999974 ], [ 123429.97407399999793, 500386.16577399999369 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0416" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 114399.999974, 526099.999974 ], [ 114899.999974, 525999.999974 ], [ 115099.999974, 525999.999974 ], [ 115116.426574, 525980.28817399998661 ], [ 115599.999974, 525399.999974 ], [ 116499.999974, 525499.999974 ], [ 116532.269574, 525510.756474 ], [ 116769.278074, 525589.759374 ], [ 116799.999974, 525599.999974 ], [ 117099.999974, 525699.999974 ], [ 117499.999974, 525599.999974 ], [ 117599.999974, 525299.999974 ], [ 116615.82517399999779, 524807.91257399995811 ], [ 116599.999974, 524799.999974 ], [ 116799.999974, 524399.999974 ], [ 116999.999974, 523899.999974 ], [ 117001.159174, 523886.089674 ], [ 117099.999974, 522699.999974 ], [ 117099.999974, 522416.231074 ], [ 117099.999974, 522399.999974 ], [ 117099.999974, 522367.285374 ], [ 117099.665974, 522365.48697399999946 ], [ 117099.999974, 522333.428374 ], [ 117099.999974, 521099.999974 ], [ 116999.999974, 520899.999974 ], [ 116801.541574, 520701.541574 ], [ 116799.999974, 520699.999974 ], [ 115899.999974, 520799.999974 ], [ 115399.999974, 520099.999974 ], [ 115299.999974, 519799.999974 ], [ 115299.999974, 519399.999974 ], [ 113502.019074, 518101.458174 ], [ 113499.999974, 518099.999974 ], [ 113399.999974, 518599.999974 ], [ 113495.30177399999229, 518790.603474 ], [ 113499.999974, 518799.999974 ], [ 113799.999974, 519699.999974 ], [ 113799.999974, 519799.999974 ], [ 113531.090774, 519889.63637399999425 ], [ 113499.999974, 519899.999974 ], [ 113582.04197399999248, 520023.062874 ], [ 113680.828474, 520171.242674 ], [ 113699.999974, 520199.999974 ], [ 113799.999974, 520699.999974 ], [ 113819.648874, 520739.297774 ], [ 113889.669174, 520879.338374 ], [ 113899.999974, 520899.999974 ], [ 113899.999974, 521199.999974 ], [ 113374.863374, 521357.540974 ], [ 111899.999974, 521799.999974 ], [ 111599.999974, 521799.999974 ], [ 111561.569974, 521787.189974 ], [ 111299.999974, 521699.999974 ], [ 111199.999974, 521999.999974 ], [ 110499.999974, 522899.999974 ], [ 110699.999974, 522999.999974 ], [ 112099.999974, 523499.999974 ], [ 113099.999974, 523599.999974 ], [ 113103.390174, 523599.999974 ], [ 113190.080374, 523599.999974 ], [ 113199.999974, 523599.999974 ], [ 113299.999974, 523899.999974 ], [ 113299.999974, 524699.999974 ], [ 113599.999974, 526099.999974 ], [ 113790.26807399999234, 526861.072074 ], [ 113799.999974, 526899.999974 ], [ 113899.999974, 527199.999974 ], [ 113899.999974, 527202.882974 ], [ 113899.999974, 527299.999974 ], [ 113924.460774, 527280.431374 ], [ 114399.999974, 526899.999974 ], [ 114299.999974, 526299.999974 ], [ 114399.999974, 526099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0417" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 143999.999974, 475599.999974 ], [ 144399.999974, 475199.999974 ], [ 144407.87167399999453, 475189.176474 ], [ 145199.999974, 474099.999974 ], [ 145199.999974, 474084.392874 ], [ 145199.999974, 473799.999974 ], [ 145190.54867399999057, 473783.460174 ], [ 144803.74657399998978, 473106.556474 ], [ 144799.999974, 473099.999974 ], [ 144399.999974, 472099.999974 ], [ 144393.449074, 472085.806274 ], [ 143799.999974, 470799.999974 ], [ 143899.999974, 470799.999974 ], [ 143499.999974, 469399.999974 ], [ 143215.010274, 469969.97937399998773 ], [ 143199.999974, 469999.999974 ], [ 142199.999974, 472399.999974 ], [ 142199.999974, 472411.736274 ], [ 142199.999974, 472499.999974 ], [ 142195.18787399999565, 472505.499574 ], [ 141499.999974, 473299.999974 ], [ 142199.999974, 474799.999974 ], [ 142216.14737399999285, 474837.677074 ], [ 142499.999974, 475499.999974 ], [ 142699.999974, 475399.999974 ], [ 142725.59847399999853, 475399.999974 ], [ 142805.408874, 475399.999974 ], [ 142899.999974, 475399.999974 ], [ 143099.999974, 475599.999974 ], [ 143999.999974, 476099.999974 ], [ 143999.999974, 475599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0420" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 137218.8182739999902, 526870.428374 ], [ 137899.999974, 525799.999974 ], [ 137699.999974, 525499.999974 ], [ 137694.832174, 525494.625474 ], [ 135199.999974, 522899.999974 ], [ 134929.6761739999929, 522719.784174 ], [ 134899.999974, 522699.999974 ], [ 134599.999974, 522399.999974 ], [ 134499.999974, 522199.999974 ], [ 134519.01927399999113, 522171.471074 ], [ 134699.999974, 521899.999974 ], [ 134199.999974, 521799.999974 ], [ 132999.999974, 521099.999974 ], [ 133099.999974, 520699.999974 ], [ 133095.6877739999909, 520699.460974 ], [ 132299.999974, 520599.999974 ], [ 132276.716774, 520599.999974 ], [ 132099.999974, 520599.999974 ], [ 132092.903074, 520596.451474 ], [ 131899.999974, 520499.999974 ], [ 131881.582874, 520497.368974 ], [ 131199.999974, 520399.999974 ], [ 131199.999974, 519999.999974 ], [ 131165.168374, 519989.550474 ], [ 130199.999974, 519699.999974 ], [ 129978.635974, 519854.954774 ], [ 129199.999974, 520399.999974 ], [ 129099.999974, 520599.999974 ], [ 128999.999974, 520899.999974 ], [ 127699.999974, 520899.999974 ], [ 127399.999974, 521399.999974 ], [ 127499.999974, 522099.999974 ], [ 127499.999974, 522138.103674 ], [ 127499.999974, 522899.999974 ], [ 127699.999974, 523399.999974 ], [ 127730.820474, 523430.820474 ], [ 127792.32197399999131, 523492.321974 ], [ 127899.999974, 523599.999974 ], [ 127799.999974, 523799.999974 ], [ 127299.999974, 524299.999974 ], [ 126899.999974, 525099.999974 ], [ 127799.999974, 525599.999974 ], [ 127999.999974, 525199.999974 ], [ 128691.5450739999942, 525632.215674 ], [ 129315.645774, 526022.2785739999963 ], [ 129599.999974, 526199.999974 ], [ 129599.999974, 526599.999974 ], [ 129399.999974, 526499.999974 ], [ 128999.999974, 527399.999974 ], [ 128997.050974, 527402.948974 ], [ 128799.999974, 527599.999974 ], [ 128599.999974, 527999.999974 ], [ 128699.999974, 528299.999974 ], [ 128699.999974, 528699.999974 ], [ 128599.999974, 528999.999974 ], [ 128599.999974, 529499.999974 ], [ 131099.999974, 529499.999974 ], [ 131140.476174, 529505.059574 ], [ 131899.999974, 529599.999974 ], [ 132699.999974, 529999.999974 ], [ 132999.999974, 530399.999974 ], [ 133034.275874, 530445.70107399998233 ], [ 133599.999974, 531199.999974 ], [ 133999.999974, 531399.999974 ], [ 134498.893274, 531399.999974 ], [ 134499.999974, 531399.999974 ], [ 134971.7496739999915, 531399.999974 ], [ 134999.999974, 531399.999974 ], [ 135199.999974, 531399.999974 ], [ 135209.767774, 531409.767774 ], [ 135599.999974, 531799.999974 ], [ 135899.999974, 531899.999974 ], [ 136099.999974, 531999.999974 ], [ 136499.999974, 531899.999974 ], [ 136989.595074, 531508.32387399999425 ], [ 136999.999974, 531499.999974 ], [ 137099.999974, 531199.999974 ], [ 136999.999974, 531199.999974 ], [ 136999.999974, 530899.999974 ], [ 136906.2663739999989, 530337.598374 ], [ 136899.999974, 530299.999974 ], [ 137099.999974, 530099.999974 ], [ 136899.999974, 529699.999974 ], [ 136099.999974, 529299.999974 ], [ 135799.999974, 528999.999974 ], [ 136282.0731739999901, 528132.268274 ], [ 136299.999974, 528099.999974 ], [ 137199.999974, 526899.999974 ], [ 137218.8182739999902, 526870.428374 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0424" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 134999.999974, 483499.999974 ], [ 135899.999974, 482699.999974 ], [ 136043.30297399999108, 482604.464674 ], [ 136199.999974, 482499.999974 ], [ 137099.999974, 482399.999974 ], [ 137399.999974, 481999.999974 ], [ 137298.687474, 481898.687474 ], [ 137014.176974, 481614.176974 ], [ 136999.999974, 481599.999974 ], [ 136409.315674, 480924.932174 ], [ 136299.999974, 480799.999974 ], [ 136999.999974, 480399.999974 ], [ 136838.518274, 480238.518274 ], [ 136799.999974, 480199.999974 ], [ 135999.999974, 479499.999974 ], [ 135399.999974, 480299.999974 ], [ 134799.999974, 480799.999974 ], [ 133599.999974, 481399.999974 ], [ 132999.999974, 481799.999974 ], [ 133000.0959739999962, 481799.616074 ], [ 133099.999974, 481399.999974 ], [ 133099.999974, 481299.999974 ], [ 132599.999974, 480999.999974 ], [ 132499.999974, 480899.999974 ], [ 132399.999974, 480999.999974 ], [ 132395.81657399999676, 481008.36677399999462 ], [ 132299.999974, 481199.999974 ], [ 131999.999974, 481399.999974 ], [ 130999.999974, 481699.999974 ], [ 130700.64377399999648, 481600.214574 ], [ 130699.999974, 481599.999974 ], [ 130299.999974, 481699.999974 ], [ 129999.999974, 481799.999974 ], [ 129799.999974, 481799.999974 ], [ 129699.999974, 481899.999974 ], [ 129499.999974, 482499.999974 ], [ 129499.999974, 482599.999974 ], [ 129504.247074, 482603.303274 ], [ 130399.999974, 483299.999974 ], [ 130499.999974, 483399.999974 ], [ 130699.999974, 482899.999974 ], [ 130799.999974, 482899.999974 ], [ 131099.999974, 482899.999974 ], [ 131099.999974, 483399.999974 ], [ 131599.999974, 483099.999974 ], [ 131648.41267399999197, 483118.154774 ], [ 132399.999974, 483399.999974 ], [ 133171.01797399998759, 483314.331374 ], [ 133253.39437399999588, 483305.178374 ], [ 133299.999974, 483299.999974 ], [ 133399.999974, 483299.999974 ], [ 133899.999974, 483599.999974 ], [ 134999.999974, 483499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0425" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 139899.999974, 479699.999974 ], [ 140399.999974, 479599.999974 ], [ 140899.999974, 479699.999974 ], [ 141199.999974, 479899.999974 ], [ 141799.999974, 480099.999974 ], [ 144199.999974, 480399.999974 ], [ 144295.479174, 479731.645474 ], [ 144299.999974, 479699.999974 ], [ 144199.999974, 479299.999974 ], [ 144099.999974, 479299.999974 ], [ 144083.172074, 479291.585974 ], [ 143499.999974, 478999.999974 ], [ 143143.041774, 478999.999974 ], [ 143099.999974, 478999.999974 ], [ 142999.999974, 479199.999974 ], [ 142389.20937399999821, 479132.134374 ], [ 142099.999974, 479099.999974 ], [ 141899.999974, 478999.999974 ], [ 141999.999974, 478599.999974 ], [ 141399.999974, 478299.999974 ], [ 141699.999974, 478099.999974 ], [ 141873.81527399999322, 477926.184774 ], [ 141781.36297399998875, 477828.384074 ], [ 141899.999974, 477857.542174 ], [ 141899.999974, 477499.999974 ], [ 141899.999974, 477147.403974 ], [ 141899.999974, 476999.999974 ], [ 141599.999974, 476799.999974 ], [ 141199.999974, 476699.999974 ], [ 141197.464574, 476703.042574 ], [ 140839.746474, 477132.30427399999462 ], [ 140699.999974, 477299.999974 ], [ 140538.85327399999369, 477219.42667399998754 ], [ 140499.999974, 477199.999974 ], [ 140045.160074, 477018.06407399999443 ], [ 140016.499974, 477016.093774 ], [ 139999.999974, 477013.812474 ], [ 139992.35937399999239, 477011.156274 ], [ 139987.416174, 477009.437874 ], [ 139630.153274, 477277.38507399999071 ], [ 139599.999974, 477299.999974 ], [ 139299.999974, 477199.999974 ], [ 139255.3349739999976, 477177.667474 ], [ 138899.999974, 476999.999974 ], [ 138603.265874, 476802.177274 ], [ 138599.999974, 476799.999974 ], [ 138399.999974, 476899.999974 ], [ 138599.999974, 477099.999974 ], [ 138599.999974, 477299.999974 ], [ 138320.68367399999988, 477486.210874 ], [ 138299.999974, 477499.999974 ], [ 138199.999974, 477199.999974 ], [ 137899.999974, 476799.999974 ], [ 137799.999974, 476699.999974 ], [ 137099.999974, 476799.999974 ], [ 136899.999974, 477099.999974 ], [ 135899.999974, 477499.999974 ], [ 135699.999974, 477499.999974 ], [ 135299.999974, 478199.999974 ], [ 135599.999974, 478499.999974 ], [ 135799.999974, 478599.999974 ], [ 135899.999974, 478899.999974 ], [ 135799.999974, 478999.999974 ], [ 135499.999974, 478899.999974 ], [ 135299.999974, 478999.999974 ], [ 135199.999974, 479199.999974 ], [ 135099.999974, 479599.999974 ], [ 135199.999974, 479899.999974 ], [ 135399.999974, 480299.999974 ], [ 135999.999974, 479499.999974 ], [ 136799.999974, 480199.999974 ], [ 136838.518274, 480238.518274 ], [ 136999.999974, 480399.999974 ], [ 136299.999974, 480799.999974 ], [ 136409.315674, 480924.932174 ], [ 136999.999974, 481599.999974 ], [ 137014.176974, 481614.176974 ], [ 137298.687474, 481898.687474 ], [ 137399.999974, 481999.999974 ], [ 137599.999974, 482199.999974 ], [ 137699.999974, 482199.999974 ], [ 137899.999974, 481999.999974 ], [ 137999.999974, 481899.999974 ], [ 138499.999974, 481099.999974 ], [ 138891.54087399999844, 480512.688774 ], [ 138899.999974, 480499.999974 ], [ 139599.999974, 479799.999974 ], [ 139893.514774, 479702.161774 ], [ 139899.999974, 479699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0431" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122199.999974, 498499.999974 ], [ 121399.999974, 496699.999974 ], [ 121399.999974, 496399.999974 ], [ 121592.680074, 495918.299874 ], [ 121599.999974, 495899.999974 ], [ 121599.999974, 495504.300974 ], [ 121599.999974, 495499.999974 ], [ 121699.999974, 494799.999974 ], [ 121599.999974, 494599.999974 ], [ 121692.00347399999737, 494139.982674 ], [ 121699.999974, 494099.999974 ], [ 121783.46287399998982, 493849.611474 ], [ 121799.999974, 493799.999974 ], [ 121799.999974, 493099.999974 ], [ 121769.19197399998666, 493106.161574 ], [ 121299.999974, 493199.999974 ], [ 120299.999974, 493199.999974 ], [ 119999.999974, 493699.999974 ], [ 119948.17117399998824, 493712.957174 ], [ 119599.999974, 493799.999974 ], [ 119299.999974, 493699.999974 ], [ 119119.54997399999411, 493970.675074 ], [ 119099.999974, 493999.999974 ], [ 119030.914374, 494276.342674 ], [ 118999.999974, 494399.999974 ], [ 118979.444174, 494441.111674 ], [ 118706.03027399998973, 494987.939574 ], [ 118699.999974, 494999.999974 ], [ 118699.999974, 495099.999974 ], [ 118688.58677399999578, 495117.935074 ], [ 117999.999974, 496199.999974 ], [ 118018.40767399998731, 496292.03837399999611 ], [ 118099.999974, 496699.999974 ], [ 118399.999974, 497099.999974 ], [ 118699.999974, 498199.999974 ], [ 119399.999974, 497999.999974 ], [ 119699.999974, 498199.999974 ], [ 120699.999974, 498699.999974 ], [ 121299.999974, 499099.999974 ], [ 121599.999974, 499099.999974 ], [ 122299.999974, 499199.999974 ], [ 122293.40787399999681, 499153.854774 ], [ 122199.999974, 498499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0432" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125999.999974, 529599.999974 ], [ 127999.999974, 529499.999974 ], [ 128009.539974, 529499.999974 ], [ 128599.999974, 529499.999974 ], [ 128599.999974, 528999.999974 ], [ 128699.999974, 528699.999974 ], [ 128699.999974, 528299.999974 ], [ 128599.999974, 527999.999974 ], [ 128799.999974, 527599.999974 ], [ 128997.050974, 527402.948974 ], [ 128999.999974, 527399.999974 ], [ 129399.999974, 526499.999974 ], [ 129599.999974, 526599.999974 ], [ 129599.999974, 526199.999974 ], [ 129315.645774, 526022.2785739999963 ], [ 128691.5450739999942, 525632.215674 ], [ 127999.999974, 525199.999974 ], [ 127799.999974, 525599.999974 ], [ 126899.999974, 525099.999974 ], [ 127299.999974, 524299.999974 ], [ 127799.999974, 523799.999974 ], [ 127899.999974, 523599.999974 ], [ 127792.32197399999131, 523492.321974 ], [ 127730.820474, 523430.820474 ], [ 127699.999974, 523399.999974 ], [ 127499.999974, 522899.999974 ], [ 127499.999974, 522138.103674 ], [ 127499.999974, 522099.999974 ], [ 127399.999974, 521399.999974 ], [ 127199.999974, 521199.999974 ], [ 126799.999974, 521399.999974 ], [ 126599.999974, 521299.999974 ], [ 126299.999974, 520999.999974 ], [ 126199.999974, 520899.999974 ], [ 126199.999974, 520896.956974 ], [ 126199.999974, 520799.999974 ], [ 125599.999974, 520599.999974 ], [ 125598.07127399998717, 520602.893074 ], [ 125399.999974, 520899.999974 ], [ 124346.747674, 521351.393874 ], [ 123999.999974, 521499.999974 ], [ 123954.530674, 521522.734674 ], [ 123018.60077399999136, 521990.699574 ], [ 122999.999974, 521999.999974 ], [ 122399.999974, 522199.999974 ], [ 122399.999974, 522299.999974 ], [ 122481.07877399999416, 522370.943974 ], [ 123131.04637399999774, 522939.665574 ], [ 123199.999974, 522999.999974 ], [ 123299.999974, 523399.999974 ], [ 123099.999974, 523599.999974 ], [ 122799.999974, 523699.999974 ], [ 122099.999974, 523499.999974 ], [ 122081.541674, 523684.583374 ], [ 121999.999974, 524499.999974 ], [ 122099.999974, 524699.999974 ], [ 122126.278974, 524745.258274 ], [ 123899.999974, 527799.999974 ], [ 123920.500674, 527841.001474 ], [ 124199.999974, 528399.999974 ], [ 124296.780674, 529174.245674 ], [ 124299.999974, 529199.999974 ], [ 124799.999974, 529299.999974 ], [ 125099.999974, 529599.999974 ], [ 125173.349974, 529673.349974 ], [ 125199.999974, 529699.999974 ], [ 125799.999974, 529899.999974 ], [ 125799.999974, 529699.999974 ], [ 125999.999974, 529599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0437" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125199.999974, 483399.999974 ], [ 124899.999974, 482999.999974 ], [ 124762.70137399999658, 482656.753474 ], [ 124699.999974, 482499.999974 ], [ 124799.999974, 482199.999974 ], [ 124399.999974, 481899.999974 ], [ 124299.999974, 481799.999974 ], [ 124499.999974, 481599.999974 ], [ 124499.999974, 481402.089274 ], [ 124499.999974, 481399.999974 ], [ 124499.999974, 481099.999974 ], [ 124399.999974, 480899.999974 ], [ 124299.999974, 480599.999974 ], [ 123799.999974, 480199.999974 ], [ 123799.999974, 480165.21367399999872 ], [ 123799.999974, 479999.999974 ], [ 125399.999974, 476999.999974 ], [ 125410.728674, 476978.542674 ], [ 125499.999974, 476799.999974 ], [ 124699.999974, 476799.999974 ], [ 124099.999974, 477099.999974 ], [ 123518.11177399998996, 477003.01857399998698 ], [ 123499.999974, 476999.999974 ], [ 123499.999974, 476699.999974 ], [ 123699.999974, 475899.999974 ], [ 123699.42197399999714, 475898.265874 ], [ 123613.64427399999113, 475640.932774 ], [ 123599.999974, 475599.999974 ], [ 123399.999974, 475299.999974 ], [ 122999.999974, 474899.999974 ], [ 122999.999974, 474599.999974 ], [ 122899.999974, 474399.999974 ], [ 122499.999974, 473999.999974 ], [ 122299.999974, 473999.999974 ], [ 121899.999974, 473999.999974 ], [ 121599.999974, 473799.999974 ], [ 121199.999974, 473999.999974 ], [ 120499.999974, 474099.999974 ], [ 120199.999974, 473999.999974 ], [ 119999.999974, 473799.999974 ], [ 119972.73507399999653, 473818.17667399998754 ], [ 119699.999974, 473999.999974 ], [ 119899.999974, 474499.999974 ], [ 120299.999974, 474999.999974 ], [ 120499.999974, 475199.999974 ], [ 120299.999974, 475599.999974 ], [ 120499.999974, 476099.999974 ], [ 120499.999974, 476399.999974 ], [ 120299.999974, 476899.999974 ], [ 120699.999974, 477499.999974 ], [ 120899.999974, 477999.999974 ], [ 121199.999974, 478599.999974 ], [ 121205.518974, 478601.839674 ], [ 121256.640974, 478618.88027399999555 ], [ 121799.999974, 478799.999974 ], [ 121899.999974, 478899.999974 ], [ 121699.999974, 479199.999974 ], [ 121999.999974, 479599.999974 ], [ 122038.4206739999936, 479651.227574 ], [ 122299.999974, 479999.999974 ], [ 122099.999974, 480399.999974 ], [ 122099.999974, 480999.999974 ], [ 122399.999974, 481299.999974 ], [ 122599.999974, 481299.999974 ], [ 122699.999974, 481499.999974 ], [ 122699.999974, 482099.999974 ], [ 122699.999974, 482161.430674 ], [ 122699.999974, 482599.999974 ], [ 123299.999974, 482899.999974 ], [ 123499.999974, 483099.999974 ], [ 123532.510874, 483132.510874 ], [ 123699.999974, 483299.999974 ], [ 124299.999974, 483099.999974 ], [ 124687.547074, 483293.773474 ], [ 124699.999974, 483299.999974 ], [ 125199.999974, 483499.999974 ], [ 125199.999974, 483488.484674 ], [ 125199.999974, 483399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0439" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 128099.999974, 503566.118674 ], [ 128099.999974, 503499.999974 ], [ 128199.999974, 503599.999974 ], [ 128599.999974, 503999.999974 ], [ 128799.999974, 504399.999974 ], [ 129190.310074, 504497.57757399999537 ], [ 129199.999974, 504499.999974 ], [ 129399.999974, 504499.999974 ], [ 130399.999974, 503899.999974 ], [ 129399.999974, 502199.999974 ], [ 129390.373874, 502183.154174 ], [ 128599.999974, 500799.999974 ], [ 128408.869374, 500513.304074 ], [ 128399.999974, 500499.999974 ], [ 127103.834474, 498406.194174 ], [ 127099.999974, 498399.999974 ], [ 126899.999974, 498199.999974 ], [ 126599.999974, 498199.999974 ], [ 125842.635974, 498294.670474 ], [ 125799.999974, 498299.999974 ], [ 125499.999974, 498699.999974 ], [ 125599.999974, 499599.999974 ], [ 125574.562474, 499606.35937399999239 ], [ 125199.999974, 499699.999974 ], [ 125199.999974, 499862.845274 ], [ 125199.999974, 499999.999974 ], [ 124899.999974, 500099.999974 ], [ 124699.999974, 499799.999974 ], [ 123429.97407399999793, 500386.16577399999369 ], [ 123399.999974, 500399.999974 ], [ 123299.999974, 500399.999974 ], [ 123499.999974, 500699.999974 ], [ 123699.999974, 501499.999974 ], [ 123699.999974, 501899.999974 ], [ 123699.999974, 502092.380474 ], [ 123699.999974, 502099.999974 ], [ 123916.523174, 502280.435974 ], [ 124299.999974, 502599.999974 ], [ 124299.999974, 502614.843774 ], [ 124299.999974, 502799.999974 ], [ 124883.99547399999574, 502897.332574 ], [ 124899.999974, 502899.999974 ], [ 125130.488474, 502899.999974 ], [ 125199.999974, 502899.999974 ], [ 125599.999974, 503299.999974 ], [ 125599.999974, 503395.824274 ], [ 125599.999974, 503399.999974 ], [ 125699.999974, 503999.999974 ], [ 125702.022574, 504014.157674 ], [ 125799.999974, 504699.999974 ], [ 125801.24737399999867, 504703.32627399999183 ], [ 125840.604674, 504688.398674 ], [ 126499.999974, 504499.999974 ], [ 126923.29387399999541, 504304.633574 ], [ 127799.999974, 503899.999974 ], [ 127815.90727399999741, 503889.395174 ], [ 128099.999974, 503699.999974 ], [ 128099.999974, 503606.097474 ], [ 128099.999974, 503566.118674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0441" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 115299.999974, 535899.999974 ], [ 115899.999974, 535699.999974 ], [ 117699.999974, 535799.999974 ], [ 117601.432774, 534814.327374000102282 ], [ 117599.999974, 534799.999974 ], [ 117499.999974, 533099.999974 ], [ 117490.504374, 533099.999974 ], [ 117199.999974, 533099.999974 ], [ 117299.999974, 532199.999974 ], [ 116727.91577399999369, 532009.305274 ], [ 116699.999974, 531999.999974 ], [ 116799.999974, 531499.999974 ], [ 116399.999974, 531599.999974 ], [ 116299.999974, 531699.999974 ], [ 115855.115374, 531611.023074 ], [ 115851.250074, 531471.874774 ], [ 115999.999974, 531099.999974 ], [ 116199.999974, 530799.999974 ], [ 115699.999974, 530899.999974 ], [ 115599.999974, 530799.999974 ], [ 115399.999974, 530599.999974 ], [ 115099.999974, 530399.999974 ], [ 114899.999974, 530499.999974 ], [ 114899.999974, 530629.994274 ], [ 114899.999974, 530699.999974 ], [ 115099.999974, 530999.999974 ], [ 114799.999974, 531099.999974 ], [ 114158.33977399999276, 531812.95587399997748 ], [ 113899.999974, 532099.999974 ], [ 113699.999974, 532599.999974 ], [ 113667.101574, 532583.550774 ], [ 113099.999974, 532299.999974 ], [ 112311.027474, 532102.75687399995513 ], [ 112299.999974, 532099.999974 ], [ 111699.999974, 531999.999974 ], [ 111399.999974, 532199.999974 ], [ 111699.999974, 532899.999974 ], [ 112077.85497399998712, 533561.246274 ], [ 112099.999974, 533599.999974 ], [ 113099.999974, 534299.999974 ], [ 113599.999974, 534599.999974 ], [ 113799.999974, 534899.999974 ], [ 113831.417874, 534922.441374 ], [ 114499.999974, 535399.999974 ], [ 114699.999974, 535699.999974 ], [ 114699.999974, 535799.999974 ], [ 115273.018974, 535895.50317399995402 ], [ 115299.999974, 535899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0448" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 107099.999974, 555299.999974 ], [ 107599.999974, 554899.999974 ], [ 106899.999974, 555199.999974 ], [ 106599.999974, 555199.999974 ], [ 106499.999974, 555099.999974 ], [ 106499.999974, 554799.999974 ], [ 106599.999974, 554699.999974 ], [ 107399.999974, 554599.999974 ], [ 107799.999974, 554699.999974 ], [ 108499.999974, 554599.999974 ], [ 108999.999974, 554699.999974 ], [ 109499.999974, 554699.999974 ], [ 107899.999974, 553499.999974 ], [ 107899.999974, 553699.999974 ], [ 108199.999974, 553999.999974 ], [ 107999.999974, 553999.999974 ], [ 107599.999974, 553999.999974 ], [ 107399.999974, 553799.999974 ], [ 107399.999974, 553299.999974 ], [ 106999.999974, 552899.999974 ], [ 106599.999974, 552799.999974 ], [ 106199.999974, 552899.999974 ], [ 105799.999974, 553299.999974 ], [ 105799.999974, 553999.999974 ], [ 105999.999974, 554899.999974 ], [ 106299.999974, 555299.999974 ], [ 106799.999974, 555399.999974 ], [ 107099.999974, 555299.999974 ] ] ], [ [ [ 120999.999974, 574599.999974 ], [ 121099.999974, 574399.999974 ], [ 121399.999974, 574499.999974 ], [ 121699.999974, 574299.999974 ], [ 121899.999974, 573999.999974 ], [ 122899.999974, 572199.999974 ], [ 122999.999974, 571899.999974 ], [ 122899.999974, 571899.999974 ], [ 122499.999974, 571799.999974 ], [ 122401.231574, 571009.852774 ], [ 122399.999974, 570999.999974 ], [ 122299.999974, 568299.999974 ], [ 122302.73247399998945, 568259.01247399998829 ], [ 122399.999974, 566799.999974 ], [ 122199.999974, 565799.999974 ], [ 121499.999974, 565199.999974 ], [ 120999.999974, 564999.999974 ], [ 120899.999974, 564599.999974 ], [ 120499.999974, 564299.999974 ], [ 120499.999974, 563299.999974 ], [ 119699.999974, 562499.999974 ], [ 119510.33597399998689, 561931.008074 ], [ 119497.601574, 561940.812474 ], [ 119431.101574, 561989.374974 ], [ 119363.999974, 562038.624974 ], [ 119305.499974, 562026.874974 ], [ 119245.79687399999239, 562011.312474 ], [ 119211.765474, 561994.117274 ], [ 119190.999974, 561983.624974 ], [ 119189.96847399999388, 561983.280774000100791 ], [ 118899.999974, 561499.999974 ], [ 118999.999974, 561399.999974 ], [ 118699.999974, 560899.999974 ], [ 118199.999974, 560599.999974 ], [ 117699.999974, 560499.999974 ], [ 117665.03227399999741, 560499.999974 ], [ 117199.999974, 560499.999974 ], [ 116899.999974, 560399.999974 ], [ 116895.382374, 560394.099674 ], [ 115099.999974, 558099.999974 ], [ 115099.999974, 557799.999974 ], [ 115299.999974, 557699.999974 ], [ 115122.229174, 557433.343674 ], [ 115099.999974, 557399.999974 ], [ 114599.999974, 557399.999974 ], [ 114299.999974, 557299.999974 ], [ 113799.999974, 557799.999974 ], [ 113499.999974, 557799.999974 ], [ 112499.999974, 558299.999974 ], [ 112199.999974, 558099.999974 ], [ 112499.999974, 557699.999974 ], [ 112899.999974, 557399.999974 ], [ 113499.999974, 557199.999974 ], [ 113799.999974, 556999.999974 ], [ 113799.999974, 556799.999974 ], [ 112799.999974, 556599.999974 ], [ 111999.999974, 556599.999974 ], [ 111799.999974, 556399.999974 ], [ 111899.999974, 556199.999974 ], [ 111899.999974, 556099.999974 ], [ 111599.999974, 555899.999974 ], [ 110299.999974, 555499.999974 ], [ 110099.999974, 555599.999974 ], [ 110099.999974, 556999.999974 ], [ 109699.999974, 558099.999974 ], [ 109499.999974, 558799.999974 ], [ 109499.999974, 559899.999974 ], [ 109599.999974, 560899.999974 ], [ 109899.999974, 562499.999974 ], [ 110399.999974, 564299.999974 ], [ 111399.999974, 566499.999974 ], [ 112092.098074, 567785.325074 ], [ 112099.999974, 567799.999974 ], [ 113099.999974, 569199.999974 ], [ 113118.207774, 569227.707474 ], [ 115399.999974, 572699.999974 ], [ 115476.260474, 572661.869774 ], [ 115599.999974, 572564.495174 ], [ 115599.999974, 572399.999974 ], [ 115499.999974, 572299.999974 ], [ 115499.999974, 572199.999974 ], [ 115699.999974, 571899.999974 ], [ 116099.999974, 571999.999974 ], [ 116199.999974, 572199.999974 ], [ 116299.999974, 572299.999974 ], [ 116899.999974, 572899.999974 ], [ 117199.999974, 573099.999974 ], [ 117299.999974, 572999.999974 ], [ 117699.999974, 572999.999974 ], [ 117699.999974, 573199.999974 ], [ 117399.999974, 573499.999974 ], [ 116899.999974, 573899.999974 ], [ 116799.999974, 573399.999974 ], [ 116499.999974, 572899.999974 ], [ 115899.999974, 572799.999974 ], [ 115699.999974, 572499.999974 ], [ 115599.999974, 572599.999974 ], [ 115499.999974, 572699.999974 ], [ 116899.999974, 575099.999974 ], [ 118199.999974, 576899.999974 ], [ 118499.999974, 577499.999974 ], [ 118699.999974, 577699.999974 ], [ 118999.999974, 577699.999974 ], [ 119499.999974, 577699.999974 ], [ 119670.25707399999374, 577614.871474 ], [ 119699.999974, 577599.999974 ], [ 119699.999974, 577519.76877399999648 ], [ 119699.999974, 577499.999974 ], [ 119899.999974, 577299.999974 ], [ 120599.999974, 576299.999974 ], [ 120699.999974, 575799.999974 ], [ 120896.69587399999727, 575111.564474 ], [ 120899.999974, 575099.999974 ], [ 120899.999974, 574699.999974 ], [ 120998.092574, 574601.907474 ], [ 120999.999974, 574599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0450" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109699.999974, 507299.999974 ], [ 109699.999974, 506499.999974 ], [ 109999.999974, 506799.999974 ], [ 110003.41447399999015, 506798.292774 ], [ 110799.999974, 506399.999974 ], [ 111799.999974, 505799.999974 ], [ 111802.0621739999915, 505797.9377739999909 ], [ 111972.95817399999942, 505627.041774 ], [ 111999.999974, 505599.999974 ], [ 112099.999974, 505499.999974 ], [ 112399.999974, 505699.999974 ], [ 112699.999974, 505699.999974 ], [ 112999.999974, 505399.999974 ], [ 113599.999974, 505299.999974 ], [ 113999.999974, 503699.999974 ], [ 113499.999974, 503699.999974 ], [ 113457.87717399999383, 503699.999974 ], [ 112699.999974, 503699.999974 ], [ 111908.947374, 503897.763174 ], [ 111899.999974, 503899.999974 ], [ 111699.999974, 503799.999974 ], [ 111599.999974, 503399.999974 ], [ 111899.999974, 502799.999974 ], [ 111889.07007399998838, 502767.210274 ], [ 111799.999974, 502499.999974 ], [ 111584.026474, 502284.026474 ], [ 111507.318574, 502207.318574 ], [ 111048.42017399999895, 501748.420174 ], [ 110499.999974, 501199.999974 ], [ 109775.661674, 501018.915374 ], [ 109699.999974, 500999.999974 ], [ 109099.999974, 501199.999974 ], [ 108699.999974, 501599.999974 ], [ 108599.999974, 501899.999974 ], [ 108799.999974, 502299.999974 ], [ 108899.999974, 502399.999974 ], [ 108999.999974, 502699.999974 ], [ 108799.999974, 502699.999974 ], [ 108731.59217399999034, 502682.898074 ], [ 108399.999974, 502599.999974 ], [ 108099.999974, 502399.999974 ], [ 108002.82727399998112, 502497.172774 ], [ 107999.999974, 502499.999974 ], [ 107813.85387399999308, 502779.219274 ], [ 107799.999974, 502799.999974 ], [ 107699.999974, 503299.999974 ], [ 107699.999974, 503348.836874 ], [ 107699.999974, 503699.999974 ], [ 107866.758574, 504075.206774 ], [ 108099.999974, 504599.999974 ], [ 108194.776274, 504789.552574 ], [ 108199.999974, 504799.999974 ], [ 108195.30287399998633, 504839.925974 ], [ 107999.999974, 506499.999974 ], [ 108026.323974, 506499.999974 ], [ 108099.999974, 506499.999974 ], [ 108599.999974, 506599.999974 ], [ 108799.999974, 506699.999974 ], [ 108799.999974, 506899.999974 ], [ 109667.75677399997949, 507285.669674 ], [ 109699.999974, 507299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0451" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 118399.999974, 472799.999974 ], [ 118399.999974, 472399.999974 ], [ 118145.20057399998768, 472484.933174 ], [ 118099.999974, 472499.999974 ], [ 117799.999974, 472099.999974 ], [ 117499.999974, 471999.999974 ], [ 117008.504274, 471606.803474 ], [ 116999.999974, 471599.999974 ], [ 116826.99227399998927, 471513.496074 ], [ 116799.999974, 471499.999974 ], [ 116200.99367399999755, 471300.331174 ], [ 116194.70317399999476, 471316.906274 ], [ 116167.06697399998666, 471308.285474 ], [ 116139.20317399999476, 471299.593774 ], [ 116129.81097399999271, 471276.603674 ], [ 115899.999974, 471199.999974 ], [ 115859.61967399998684, 471189.90487399999984 ], [ 115499.999974, 471099.999974 ], [ 114999.999974, 471099.999974 ], [ 114499.999974, 471099.999974 ], [ 113899.999974, 471299.999974 ], [ 113599.999974, 471299.999974 ], [ 113299.999974, 471199.999974 ], [ 113199.999974, 470899.999974 ], [ 112908.110774, 470705.407174 ], [ 112899.999974, 470699.999974 ], [ 112299.999974, 470199.999974 ], [ 111699.999974, 470099.999974 ], [ 110999.999974, 469799.999974 ], [ 110399.999974, 468899.999974 ], [ 110375.215574, 468924.784374 ], [ 109799.999974, 469499.999974 ], [ 109740.01617399998941, 469649.959474 ], [ 109599.999974, 469999.999974 ], [ 110899.999974, 470999.999974 ], [ 110943.897774, 471034.491074 ], [ 112290.732174, 472092.718174 ], [ 112299.999974, 472099.999974 ], [ 113099.999974, 472699.999974 ], [ 112699.999974, 473199.999974 ], [ 112784.199774, 473536.799174 ], [ 112799.999974, 473599.999974 ], [ 112832.075374, 473622.743574 ], [ 114172.8176739999908, 474580.580774 ], [ 114199.999974, 474599.999974 ], [ 114599.999974, 474899.999974 ], [ 115399.999974, 474599.999974 ], [ 115440.17507399999886, 474579.912474 ], [ 115999.999974, 474299.999974 ], [ 116026.880574, 474286.559674 ], [ 116594.97397399999318, 474002.512974 ], [ 116599.999974, 473999.999974 ], [ 117099.999974, 473799.999974 ], [ 117141.242674, 473764.649174 ], [ 117537.036174, 473425.397574 ], [ 117798.036874, 473201.682674 ], [ 117799.999974, 473199.999974 ], [ 118399.999974, 472799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0453" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 101499.999974, 499999.999974 ], [ 102199.999974, 499499.999974 ], [ 102699.999974, 499699.999974 ], [ 103099.999974, 499599.999974 ], [ 103399.999974, 499399.999974 ], [ 103891.17427399998996, 499399.999974 ], [ 103899.999974, 499399.999974 ], [ 104099.999974, 499399.999974 ], [ 104116.28777399999672, 499396.380474 ], [ 104273.08737399999518, 499361.536174 ], [ 104911.00137399998493, 499219.777474 ], [ 104999.999974, 499199.999974 ], [ 105022.015874, 499177.984074 ], [ 105182.69617399998242, 499017.303874 ], [ 105199.999974, 498999.999974 ], [ 105983.59077399998205, 498216.409274 ], [ 105999.999974, 498199.999974 ], [ 106099.999974, 498099.999974 ], [ 105699.999974, 497399.999974 ], [ 105754.892174, 497351.206974 ], [ 106599.999974, 496599.999974 ], [ 107696.06887399998959, 495703.216374 ], [ 107699.999974, 495699.999974 ], [ 108799.999974, 494699.999974 ], [ 109799.999974, 494199.999974 ], [ 108999.999974, 493499.999974 ], [ 108299.999974, 493199.999974 ], [ 107715.70417399998405, 492518.321574 ], [ 107699.999974, 492499.999974 ], [ 106999.999974, 491999.999974 ], [ 106999.999974, 492599.999974 ], [ 106945.69807399998535, 492599.999974 ], [ 106499.999974, 492599.999974 ], [ 106399.999974, 492899.999974 ], [ 106351.17807399999583, 492939.057574 ], [ 105899.999974, 493299.999974 ], [ 105886.03277399999206, 493305.586874 ], [ 105164.45487399998819, 493594.218074 ], [ 104899.999974, 493699.999974 ], [ 104819.37157399998978, 493538.74307399999816 ], [ 104799.999974, 493499.999974 ], [ 104599.999974, 493099.999974 ], [ 104598.80867399999988, 493096.426174 ], [ 104499.999974, 492799.999974 ], [ 104479.5112739999895, 492764.144774 ], [ 104103.196074, 492105.593074 ], [ 104099.999974, 492099.999974 ], [ 103899.999974, 491699.999974 ], [ 103883.71157399998629, 491705.429474 ], [ 103599.999974, 491799.999974 ], [ 103581.57147399999667, 491799.999974 ], [ 103499.999974, 491799.999974 ], [ 103455.60067399998661, 491822.199674 ], [ 103299.999974, 491899.999974 ], [ 103399.999974, 492299.999974 ], [ 103304.49837399998796, 492586.504874 ], [ 103299.999974, 492599.999974 ], [ 103100.793974, 492898.80907399998978 ], [ 103099.999974, 492899.999974 ], [ 102899.999974, 493199.999974 ], [ 102607.240174, 493297.586574 ], [ 102599.999974, 493299.999974 ], [ 102499.999974, 493399.999974 ], [ 102480.431874, 493410.298974 ], [ 100599.999974, 494399.999974 ], [ 98799.999974, 494699.999974 ], [ 98899.999974, 495399.999974 ], [ 98891.54057399998419, 495438.067474 ], [ 98699.999974, 496299.999974 ], [ 98399.999974, 497199.999974 ], [ 98299.999974, 497399.999974 ], [ 98399.999974, 497399.999974 ], [ 98448.637373999983538, 497399.999974 ], [ 99999.999974, 497399.999974 ], [ 100099.999974, 497099.999974 ], [ 100599.999974, 496799.999974 ], [ 100599.999974, 496899.999974 ], [ 100299.999974, 497199.999974 ], [ 100299.999974, 497299.999974 ], [ 100299.999974, 497399.999974 ], [ 100938.74107399999048, 497045.143874 ], [ 101119.129774, 496944.927874 ], [ 101135.63157399999909, 496948.817574 ], [ 101194.50827399999253, 496965.751174 ], [ 101199.999974, 496971.242974 ], [ 101199.999974, 496999.999974 ], [ 101016.05217399998219, 497183.947874 ], [ 100999.999974, 497199.999974 ], [ 100399.999974, 497499.999974 ], [ 100599.999974, 497699.999974 ], [ 101299.999974, 497799.999974 ], [ 101299.999974, 497899.999974 ], [ 100799.999974, 497899.999974 ], [ 100399.999974, 497899.999974 ], [ 100699.999974, 497999.999974 ], [ 101499.999974, 497999.999974 ], [ 101899.999974, 497999.999974 ], [ 101875.195374, 498024.804674 ], [ 101799.999974, 498099.999974 ], [ 101599.999974, 498499.999974 ], [ 101199.999974, 498499.999974 ], [ 101399.999974, 498599.999974 ], [ 102099.999974, 498499.999974 ], [ 102099.999974, 498599.999974 ], [ 101499.999974, 498799.999974 ], [ 100599.999974, 498499.999974 ], [ 100299.999974, 498399.999974 ], [ 100099.999974, 498299.999974 ], [ 99199.999974, 498099.999974 ], [ 98700.991974, 498122.248774 ], [ 98607.547174, 498126.415074 ], [ 98399.999974, 498099.999974 ], [ 97999.999974, 498299.999974 ], [ 98523.79047399997944, 498150.345574 ], [ 99213.406874, 498140.220674 ], [ 99299.999974, 498399.999974 ], [ 99799.999974, 499299.999974 ], [ 100299.999974, 500499.999974 ], [ 101299.999974, 500099.999974 ], [ 101313.02787399999215, 500093.486074 ], [ 101499.999974, 499999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0457" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 133599.999974, 481399.999974 ], [ 134799.999974, 480799.999974 ], [ 135399.999974, 480299.999974 ], [ 135199.999974, 479899.999974 ], [ 135099.999974, 479599.999974 ], [ 135199.999974, 479199.999974 ], [ 135299.999974, 478999.999974 ], [ 135499.999974, 478899.999974 ], [ 135799.999974, 478999.999974 ], [ 135899.999974, 478899.999974 ], [ 135799.999974, 478599.999974 ], [ 135599.999974, 478499.999974 ], [ 135299.999974, 478199.999974 ], [ 135699.999974, 477499.999974 ], [ 135699.999974, 477299.999974 ], [ 135499.999974, 477099.999974 ], [ 135499.999974, 476899.999974 ], [ 134599.999974, 477099.999974 ], [ 134399.999974, 476899.999974 ], [ 133799.999974, 476699.999974 ], [ 133081.3237739999895, 476699.999974 ], [ 132999.999974, 476699.999974 ], [ 132999.999974, 476745.862274 ], [ 132999.999974, 476993.330274 ], [ 132999.999974, 476999.999974 ], [ 133066.755574, 477066.755574 ], [ 133099.999974, 477099.999974 ], [ 132999.999974, 477499.999974 ], [ 132599.999974, 477999.999974 ], [ 131999.999974, 477799.999974 ], [ 131499.999974, 477199.999974 ], [ 131199.999974, 477399.999974 ], [ 130599.999974, 477799.999974 ], [ 130199.999974, 477099.999974 ], [ 130099.999974, 477299.999974 ], [ 130099.999974, 479499.999974 ], [ 130099.90527399998973, 479500.726374 ], [ 130079.72947399999248, 479655.407174 ], [ 129799.999974, 481799.999974 ], [ 129999.999974, 481799.999974 ], [ 130299.999974, 481699.999974 ], [ 130699.999974, 481599.999974 ], [ 130700.64377399999648, 481600.214574 ], [ 130999.999974, 481699.999974 ], [ 131999.999974, 481399.999974 ], [ 132299.999974, 481199.999974 ], [ 132395.81657399999676, 481008.36677399999462 ], [ 132399.999974, 480999.999974 ], [ 132499.999974, 480899.999974 ], [ 132599.999974, 480999.999974 ], [ 133099.999974, 481299.999974 ], [ 133099.999974, 481399.999974 ], [ 133000.0959739999962, 481799.616074 ], [ 132999.999974, 481799.999974 ], [ 133599.999974, 481399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0458" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 120699.999974, 516399.999974 ], [ 120866.974274, 516233.025774 ], [ 120899.999974, 516199.999974 ], [ 121299.999974, 515499.999974 ], [ 121299.999974, 515299.999974 ], [ 121261.976274, 515261.976274 ], [ 121099.999974, 515099.999974 ], [ 120899.999974, 514099.999974 ], [ 120940.175374, 514099.999974 ], [ 121799.999974, 514099.999974 ], [ 123499.999974, 513899.999974 ], [ 123699.999974, 513599.999974 ], [ 123799.999974, 513399.999974 ], [ 123399.999974, 513499.999974 ], [ 122999.999974, 513599.999974 ], [ 121985.955874, 512770.32757399999537 ], [ 121899.999974, 512699.999974 ], [ 121815.32677399998647, 512601.214574 ], [ 121299.999974, 511999.999974 ], [ 121101.78047399999923, 511207.121974 ], [ 121099.999974, 511199.999974 ], [ 120999.999974, 510899.999974 ], [ 120599.999974, 510399.999974 ], [ 120299.999974, 510099.999974 ], [ 119899.999974, 509999.999974 ], [ 119499.999974, 509499.999974 ], [ 118916.101274, 509500.186374 ], [ 118899.999974, 509499.999974 ], [ 117887.367674, 509684.114974 ], [ 117799.999974, 509699.999974 ], [ 117599.999974, 509699.999974 ], [ 117299.999974, 509499.999974 ], [ 116899.999974, 509499.999974 ], [ 116899.999974, 509899.999974 ], [ 116799.999974, 509999.999974 ], [ 116200.836874, 509999.999974 ], [ 116199.999974, 509999.999974 ], [ 115999.999974, 509999.999974 ], [ 115904.884174, 509809.768274 ], [ 115899.999974, 509799.999974 ], [ 115599.999974, 509699.999974 ], [ 115299.999974, 509799.999974 ], [ 114741.05987399999867, 509706.843274 ], [ 114699.999974, 509699.999974 ], [ 114799.999974, 509199.999974 ], [ 114699.999974, 508599.999974 ], [ 114699.999974, 507799.999974 ], [ 114675.693074, 507799.999974 ], [ 114199.999974, 507799.999974 ], [ 113899.999974, 507899.999974 ], [ 113299.999974, 508199.999974 ], [ 112299.999974, 508499.999974 ], [ 112263.917374, 508499.999974 ], [ 111999.999974, 508499.999974 ], [ 111399.999974, 508999.999974 ], [ 111599.999974, 509499.999974 ], [ 111601.544774, 509505.792974 ], [ 111999.999974, 510999.999974 ], [ 112017.088974, 511039.87417399999686 ], [ 112299.999974, 511699.999974 ], [ 112699.999974, 512999.999974 ], [ 112705.43607399999746, 513016.308074 ], [ 112779.26327399999718, 513237.78967399999965 ], [ 112899.999974, 513599.999974 ], [ 113099.999974, 514399.999974 ], [ 113182.933174, 514399.999974 ], [ 113199.999974, 514399.999974 ], [ 113399.999974, 514499.999974 ], [ 113799.999974, 515199.999974 ], [ 113808.9603739999875, 515226.881274 ], [ 114099.999974, 516099.999974 ], [ 114599.999974, 516699.999974 ], [ 114699.999974, 516999.999974 ], [ 115279.502574, 516710.248674 ], [ 115299.999974, 516699.999974 ], [ 115799.999974, 516399.999974 ], [ 116899.999974, 516399.999974 ], [ 117289.601574, 516302.59957399999257 ], [ 117299.999974, 516299.999974 ], [ 117599.999974, 516799.999974 ], [ 117699.999974, 517399.999974 ], [ 117899.999974, 517799.999974 ], [ 118199.999974, 517699.999974 ], [ 118499.999974, 517299.999974 ], [ 118699.999974, 517099.999974 ], [ 119299.999974, 516999.999974 ], [ 119499.999974, 516799.999974 ], [ 119599.999974, 516599.999974 ], [ 119671.471974, 516588.087974 ], [ 120199.999974, 516499.999974 ], [ 120699.999974, 516399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0459" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 137599.999974, 529399.999974 ], [ 137699.999974, 529299.999974 ], [ 137799.999974, 529399.999974 ], [ 138199.999974, 528799.999974 ], [ 138799.999974, 528199.999974 ], [ 138840.47457399999257, 528183.81017399998382 ], [ 139299.999974, 527999.999974 ], [ 139399.999974, 527999.999974 ], [ 139799.999974, 528099.999974 ], [ 139999.999974, 527899.999974 ], [ 139999.999974, 527754.36967399995774 ], [ 139999.999974, 527699.999974 ], [ 140199.999974, 527599.999974 ], [ 140499.999974, 527399.999974 ], [ 140893.89677399999346, 525922.887274 ], [ 140899.999974, 525899.999974 ], [ 141399.999974, 524799.999974 ], [ 141499.999974, 524499.999974 ], [ 139699.999974, 523699.999974 ], [ 139668.269474, 523686.778974 ], [ 138527.613974, 523211.505774 ], [ 137299.999974, 522699.999974 ], [ 137272.81027399998857, 522683.449674 ], [ 134999.999974, 521299.999974 ], [ 134889.576074, 521520.847974 ], [ 134699.999974, 521899.999974 ], [ 134519.01927399999113, 522171.471074 ], [ 134499.999974, 522199.999974 ], [ 134599.999974, 522399.999974 ], [ 134899.999974, 522699.999974 ], [ 134929.6761739999929, 522719.784174 ], [ 135199.999974, 522899.999974 ], [ 137694.832174, 525494.625474 ], [ 137699.999974, 525499.999974 ], [ 137899.999974, 525799.999974 ], [ 137218.8182739999902, 526870.428374 ], [ 137199.999974, 526899.999974 ], [ 136299.999974, 528099.999974 ], [ 136282.0731739999901, 528132.268274 ], [ 135799.999974, 528999.999974 ], [ 136099.999974, 529299.999974 ], [ 136899.999974, 529699.999974 ], [ 137099.999974, 530099.999974 ], [ 137599.999974, 529399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0462" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 131199.999974, 549999.999974 ], [ 131499.999974, 549699.999974 ], [ 131599.999974, 549699.999974 ], [ 131399.999974, 549999.999974 ], [ 131699.999974, 549699.999974 ], [ 131729.81577399998787, 549677.63817399996333 ], [ 132099.999974, 549399.999974 ], [ 132099.999974, 549099.999974 ], [ 131799.999974, 549499.999974 ], [ 131599.999974, 549399.999974 ], [ 131499.999974, 548499.999974 ], [ 131299.999974, 548399.999974 ], [ 131296.46917399999802, 548387.642174 ], [ 131099.999974, 547699.999974 ], [ 130899.999974, 547299.999974 ], [ 130099.999974, 546599.999974 ], [ 129319.464574, 546209.732274 ], [ 128299.999974, 545699.999974 ], [ 127806.48857399998815, 545699.999974 ], [ 127799.999974, 545699.999974 ], [ 127213.88137399998959, 545016.194974000100046 ], [ 127199.999974, 544999.999974 ], [ 126799.999974, 544799.999974 ], [ 126699.999974, 544799.999974 ], [ 126499.999974, 544999.999974 ], [ 124899.999974, 544899.999974 ], [ 124883.473574, 544891.736774000106379 ], [ 124499.999974, 544699.999974 ], [ 124399.999974, 544499.999974 ], [ 124199.999974, 544299.999974 ], [ 123899.999974, 544199.999974 ], [ 123499.999974, 544199.999974 ], [ 123300.721974, 544399.278074 ], [ 123299.999974, 544399.999974 ], [ 122499.999974, 544999.999974 ], [ 120799.999974, 544499.999974 ], [ 120636.644174, 544608.903874 ], [ 120499.999974, 544699.999974 ], [ 120899.999974, 544699.999974 ], [ 122699.999974, 545299.999974 ], [ 123499.999974, 545899.999974 ], [ 124499.999974, 546299.999974 ], [ 124504.80127399999765, 546303.200874 ], [ 124799.999974, 546499.999974 ], [ 125899.999974, 547799.999974 ], [ 126099.999974, 548399.999974 ], [ 126106.491274, 548425.965274 ], [ 126199.999974, 548799.999974 ], [ 126799.999974, 549299.999974 ], [ 127299.999974, 549399.999974 ], [ 128056.292874, 549494.536574 ], [ 128099.999974, 549499.999974 ], [ 128799.999974, 549799.999974 ], [ 129199.999974, 549899.999974 ], [ 129971.037374, 549707.240674 ], [ 129999.999974, 549699.999974 ], [ 130399.999974, 549799.999974 ], [ 130599.999974, 549999.999974 ], [ 130799.999974, 550199.999974 ], [ 130886.956474, 550460.869574 ], [ 131199.999974, 550199.999974 ], [ 131199.999974, 549999.999974 ] ] ], [ [ [ 132999.999974, 550699.999974 ], [ 132599.999974, 549999.999974 ], [ 132199.999974, 550199.999974 ], [ 132299.999974, 550399.999974 ], [ 132899.999974, 550799.999974 ], [ 140099.999974, 556999.999974 ], [ 140199.999974, 556899.999974 ], [ 132999.999974, 550699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0463" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 132199.999974, 548599.999974 ], [ 133899.999974, 545199.999974 ], [ 134099.999974, 545099.999974 ], [ 134299.999974, 544799.999974 ], [ 134299.999974, 544499.999974 ], [ 135799.999974, 541499.999974 ], [ 135999.999974, 541099.999974 ], [ 136399.999974, 540199.999974 ], [ 136599.999974, 539799.999974 ], [ 135899.999974, 531899.999974 ], [ 135599.999974, 531799.999974 ], [ 135209.767774, 531409.767774 ], [ 135199.999974, 531399.999974 ], [ 134999.999974, 531399.999974 ], [ 134971.7496739999915, 531399.999974 ], [ 134499.999974, 531399.999974 ], [ 134498.893274, 531399.999974 ], [ 133999.999974, 531399.999974 ], [ 133599.999974, 531199.999974 ], [ 133034.275874, 530445.70107399998233 ], [ 132999.999974, 530399.999974 ], [ 132699.999974, 529999.999974 ], [ 131899.999974, 529599.999974 ], [ 131140.476174, 529505.059574 ], [ 131099.999974, 529499.999974 ], [ 128599.999974, 529499.999974 ], [ 128009.539974, 529499.999974 ], [ 127999.999974, 529499.999974 ], [ 125999.999974, 529599.999974 ], [ 125799.999974, 529699.999974 ], [ 125799.999974, 529899.999974 ], [ 125199.999974, 529699.999974 ], [ 125299.999974, 530799.999974 ], [ 124699.999974, 531499.999974 ], [ 124499.999974, 532099.999974 ], [ 123599.999974, 532899.999974 ], [ 123099.999974, 533799.999974 ], [ 123099.999974, 534499.999974 ], [ 122799.999974, 535299.999974 ], [ 122898.7785739999963, 536189.00727399997413 ], [ 122899.999974, 536199.999974 ], [ 122999.999974, 536599.999974 ], [ 121699.999974, 538899.999974 ], [ 121699.999974, 539298.470374 ], [ 121699.999974, 539299.999974 ], [ 121695.25817399998778, 539342.676874000113457 ], [ 121599.999974, 540199.999974 ], [ 122299.999974, 541199.999974 ], [ 122899.999974, 542899.999974 ], [ 122399.999974, 543199.999974 ], [ 121599.999974, 543399.999974 ], [ 120999.999974, 543899.999974 ], [ 120976.317574, 543917.761774 ], [ 120599.999974, 544199.999974 ], [ 120799.999974, 544499.999974 ], [ 122499.999974, 544999.999974 ], [ 123299.999974, 544399.999974 ], [ 123300.721974, 544399.278074 ], [ 123499.999974, 544199.999974 ], [ 123899.999974, 544199.999974 ], [ 124199.999974, 544299.999974 ], [ 124399.999974, 544499.999974 ], [ 124499.999974, 544699.999974 ], [ 124883.473574, 544891.736774000106379 ], [ 124899.999974, 544899.999974 ], [ 126499.999974, 544999.999974 ], [ 126699.999974, 544799.999974 ], [ 126799.999974, 544799.999974 ], [ 127199.999974, 544999.999974 ], [ 127213.88137399998959, 545016.194974000100046 ], [ 127799.999974, 545699.999974 ], [ 127806.48857399998815, 545699.999974 ], [ 128299.999974, 545699.999974 ], [ 129319.464574, 546209.732274 ], [ 130099.999974, 546599.999974 ], [ 130899.999974, 547299.999974 ], [ 131099.999974, 547699.999974 ], [ 131296.46917399999802, 548387.642174 ], [ 131299.999974, 548399.999974 ], [ 131499.999974, 548499.999974 ], [ 131534.98917399998754, 548430.0216739999596 ], [ 131599.999974, 548299.999974 ], [ 132199.999974, 548599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0473" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 98986.387774, 484364.398774 ], [ 97699.999974, 480999.999974 ], [ 97499.999974, 481099.999974 ], [ 94099.999974, 482599.999974 ], [ 95799.999974, 486699.999974 ], [ 95918.801974, 486985.146274 ], [ 96787.11247399999411, 489069.249274 ], [ 96799.999974, 489099.999974 ], [ 97499.999974, 490699.999974 ], [ 100799.999974, 489599.999974 ], [ 100785.71407399998861, 489558.92797399999108 ], [ 99999.999974, 487299.999974 ], [ 99999.999974, 487278.185674 ], [ 99999.999974, 487220.773374 ], [ 99999.999974, 487199.999974 ], [ 99599.999974, 486299.999974 ], [ 99581.448673999984749, 486238.162274 ], [ 99307.58067399999709, 485325.268874 ], [ 99299.999974, 485299.999974 ], [ 98999.999974, 484399.999974 ], [ 98986.387774, 484364.398774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0476" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 110543.125574, 544091.3748739999719 ], [ 110999.999974, 543999.999974 ], [ 111035.322174, 543999.999974 ], [ 111599.999974, 543999.999974 ], [ 111672.18537399999332, 543985.56297400011681 ], [ 112091.9542739999888, 543901.609174 ], [ 112099.999974, 543899.999974 ], [ 113399.999974, 543699.999974 ], [ 113402.4371739999915, 543699.999974 ], [ 113499.999974, 543699.999974 ], [ 112702.716174, 540311.54387399996631 ], [ 112699.999974, 540299.999974 ], [ 114299.999974, 540599.999974 ], [ 115099.999974, 540199.999974 ], [ 115589.222374, 539564.01097399997525 ], [ 116096.3919739999983, 538904.690474 ], [ 116099.999974, 538899.999974 ], [ 116290.55237399999169, 538518.89517399994656 ], [ 116299.999974, 538499.999974 ], [ 117699.999974, 535799.999974 ], [ 115899.999974, 535699.999974 ], [ 115299.999974, 535899.999974 ], [ 115273.018974, 535895.50317399995402 ], [ 114699.999974, 535799.999974 ], [ 114699.999974, 535699.999974 ], [ 114499.999974, 535399.999974 ], [ 113831.417874, 534922.441374 ], [ 113799.999974, 534899.999974 ], [ 113599.999974, 534599.999974 ], [ 113099.999974, 534299.999974 ], [ 112099.999974, 533599.999974 ], [ 112077.85497399998712, 533561.246274 ], [ 111699.999974, 532899.999974 ], [ 111399.999974, 532199.999974 ], [ 110399.999974, 530799.999974 ], [ 110366.262774, 530563.83977399999276 ], [ 110305.226774, 530136.587074 ], [ 110299.999974, 530099.999974 ], [ 110199.999974, 529399.999974 ], [ 109699.999974, 528599.999974 ], [ 109599.999974, 528399.999974 ], [ 109299.999974, 528099.999974 ], [ 108899.999974, 528099.999974 ], [ 108992.12597399999504, 527639.370174 ], [ 108999.999974, 527599.999974 ], [ 108807.48937399999704, 527503.74467399995774 ], [ 108799.999974, 527499.999974 ], [ 108199.999974, 527599.999974 ], [ 107899.999974, 527499.999974 ], [ 107499.999974, 527599.999974 ], [ 107299.999974, 527999.999974 ], [ 107108.16937399999006, 528191.830574 ], [ 107099.999974, 528199.999974 ], [ 106499.999974, 528499.999974 ], [ 105812.24607399999513, 529286.004474 ], [ 105799.999974, 529299.999974 ], [ 105299.999974, 530099.999974 ], [ 105199.999974, 530099.999974 ], [ 105399.999974, 530999.999974 ], [ 105299.999974, 530999.999974 ], [ 105899.999974, 532099.999974 ], [ 106199.0450739999942, 532797.771874 ], [ 106199.999974, 532799.999974 ], [ 106499.999974, 533899.999974 ], [ 106999.999974, 535099.999974 ], [ 107012.14847399998689, 535151.023474 ], [ 107499.999974, 537199.999974 ], [ 107699.999974, 537699.999974 ], [ 107899.999974, 538499.999974 ], [ 108099.999974, 539199.999974 ], [ 108236.999974, 539782.249974 ], [ 108499.999974, 540899.999974 ], [ 108599.999974, 540999.999974 ], [ 109325.06507399998372, 543990.893274 ], [ 109399.999974, 544299.999974 ], [ 110499.999974, 544099.999974 ], [ 110543.125574, 544091.3748739999719 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0478" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 130300.7207739999867, 511598.738674 ], [ 130699.999974, 510899.999974 ], [ 130999.6645739999949, 509601.453574 ], [ 130999.999974, 509599.999974 ], [ 130799.999974, 508999.999974 ], [ 130999.999974, 508699.999974 ], [ 131599.999974, 508199.999974 ], [ 131799.999974, 507699.999974 ], [ 132399.999974, 506499.999974 ], [ 132399.999974, 505699.999974 ], [ 132599.999974, 505599.999974 ], [ 132999.999974, 504699.999974 ], [ 133099.999974, 504599.999974 ], [ 133199.999974, 504299.999974 ], [ 131899.999974, 503599.999974 ], [ 131885.077674, 503585.077674 ], [ 131699.999974, 503399.999974 ], [ 130799.999974, 503599.999974 ], [ 130738.76427399998647, 503645.92687399999704 ], [ 130399.999974, 503899.999974 ], [ 129399.999974, 504499.999974 ], [ 129199.999974, 504499.999974 ], [ 129190.310074, 504497.57757399999537 ], [ 128799.999974, 504399.999974 ], [ 128599.999974, 503999.999974 ], [ 128199.999974, 503599.999974 ], [ 128099.999974, 503499.999974 ], [ 128099.999974, 503566.118674 ], [ 128099.999974, 503606.097474 ], [ 128099.999974, 503699.999974 ], [ 127815.90727399999741, 503889.395174 ], [ 127799.999974, 503899.999974 ], [ 126923.29387399999541, 504304.633574 ], [ 126499.999974, 504499.999974 ], [ 125840.604674, 504688.398674 ], [ 125801.24737399999867, 504703.32627399999183 ], [ 126099.999974, 505499.999974 ], [ 126599.999974, 505999.999974 ], [ 126609.229174, 506009.229174 ], [ 126899.999974, 506299.999974 ], [ 126903.54557399998885, 506307.0910739999963 ], [ 127099.999974, 506699.999974 ], [ 127199.53107399999863, 507396.717874 ], [ 127199.999974, 507399.999974 ], [ 127199.999974, 508299.999974 ], [ 127399.999974, 508599.999974 ], [ 127999.999974, 509099.999974 ], [ 128599.999974, 509799.999974 ], [ 128499.999974, 510099.999974 ], [ 128199.999974, 510599.999974 ], [ 127399.999974, 511099.999974 ], [ 127299.999974, 511099.999974 ], [ 127257.67797399999108, 511087.907974 ], [ 126599.999974, 510899.999974 ], [ 126199.999974, 510499.999974 ], [ 125699.999974, 510399.999974 ], [ 125599.999974, 510499.999974 ], [ 125599.999974, 511099.999974 ], [ 125302.936174, 511892.170274 ], [ 125299.999974, 511899.999974 ], [ 125399.999974, 512099.999974 ], [ 129061.26567399999476, 512297.906274 ], [ 129099.999974, 512299.999974 ], [ 129299.999974, 513399.999974 ], [ 129199.999974, 513699.999974 ], [ 129233.067274, 513707.34827399998903 ], [ 130099.999974, 513899.999974 ], [ 130099.999974, 513299.999974 ], [ 130199.999974, 512999.999974 ], [ 130399.999974, 512499.999974 ], [ 130099.999974, 512099.999974 ], [ 130299.999974, 511599.999974 ], [ 130300.7207739999867, 511598.738674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0479" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 111908.947374, 503897.763174 ], [ 112699.999974, 503699.999974 ], [ 113457.87717399999383, 503699.999974 ], [ 113499.999974, 503699.999974 ], [ 113999.999974, 503699.999974 ], [ 114049.35087399999611, 503699.999974 ], [ 114375.243174, 503699.999974 ], [ 114499.999974, 503699.999974 ], [ 114399.999974, 502799.999974 ], [ 114448.06477399999858, 502719.891974 ], [ 114699.999974, 502299.999974 ], [ 114757.025074, 501900.824474 ], [ 114799.999974, 501599.999974 ], [ 114799.999974, 501568.172174 ], [ 114799.999974, 501099.999974 ], [ 114599.999974, 500599.999974 ], [ 114690.993374, 500509.00657399999909 ], [ 114699.999974, 500499.999974 ], [ 115099.999974, 500499.999974 ], [ 115886.62787399999797, 499910.029074 ], [ 115912.75087399999029, 499965.364774 ], [ 115927.57757399999537, 499693.105574 ], [ 116299.999974, 499599.999974 ], [ 117599.999974, 499299.999974 ], [ 117611.91447399999015, 499264.256674 ], [ 117699.999974, 498999.999974 ], [ 117899.999974, 498499.999974 ], [ 117906.374474, 498493.625474 ], [ 117993.493374, 498406.50657399999909 ], [ 117999.999974, 498399.999974 ], [ 118199.999974, 498299.999974 ], [ 118699.999974, 498199.999974 ], [ 118399.999974, 497099.999974 ], [ 118099.999974, 496699.999974 ], [ 118018.40767399998731, 496292.03837399999611 ], [ 117999.999974, 496199.999974 ], [ 118688.58677399999578, 495117.935074 ], [ 118699.999974, 495099.999974 ], [ 118699.999974, 494999.999974 ], [ 118706.03027399998973, 494987.939574 ], [ 118979.444174, 494441.111674 ], [ 118999.999974, 494399.999974 ], [ 119030.914374, 494276.342674 ], [ 119099.999974, 493999.999974 ], [ 119119.54997399999411, 493970.675074 ], [ 119299.999974, 493699.999974 ], [ 118999.999974, 493099.999974 ], [ 119099.999974, 492599.999974 ], [ 118902.61977399999159, 492303.929674 ], [ 118899.999974, 492299.999974 ], [ 118899.999974, 492199.999974 ], [ 117938.80297399999108, 492488.359074 ], [ 117899.999974, 492499.999974 ], [ 116899.999974, 492699.999974 ], [ 116849.412274, 492713.796674 ], [ 115799.999974, 492999.999974 ], [ 115770.719974, 493006.164174 ], [ 113933.39247399999294, 493392.969974 ], [ 113899.999974, 493399.999974 ], [ 113199.999974, 493499.999974 ], [ 112799.999974, 493499.999974 ], [ 111699.999974, 493699.999974 ], [ 111667.75347399999737, 493708.06167399999686 ], [ 110899.999974, 493899.999974 ], [ 109799.999974, 494199.999974 ], [ 108799.999974, 494699.999974 ], [ 107699.999974, 495699.999974 ], [ 107696.06887399998959, 495703.216374 ], [ 106599.999974, 496599.999974 ], [ 107099.999974, 497299.999974 ], [ 107141.09017399998265, 497335.9538739999989 ], [ 107233.82867399998941, 497417.100074 ], [ 107899.999974, 497999.999974 ], [ 108199.999974, 498399.999974 ], [ 108299.999974, 498799.999974 ], [ 108199.999974, 498999.999974 ], [ 108399.999974, 499399.999974 ], [ 108699.999974, 499599.999974 ], [ 108899.999974, 500099.999974 ], [ 108899.999974, 500299.999974 ], [ 109299.999974, 500799.999974 ], [ 109699.999974, 500999.999974 ], [ 109775.661674, 501018.915374 ], [ 110499.999974, 501199.999974 ], [ 111048.42017399999895, 501748.420174 ], [ 111507.318574, 502207.318574 ], [ 111584.026474, 502284.026474 ], [ 111799.999974, 502499.999974 ], [ 111889.07007399998838, 502767.210274 ], [ 111899.999974, 502799.999974 ], [ 111599.999974, 503399.999974 ], [ 111699.999974, 503799.999974 ], [ 111899.999974, 503899.999974 ], [ 111908.947374, 503897.763174 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0482" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 102999.79687399999239, 432538.687474 ], [ 103000.0000739999814, 432538.255074 ], [ 102999.999974, 432538.261274 ], [ 103022.999974, 432489.999974 ], [ 103049.89847399998689, 432465.312474 ], [ 103052.61167399998521, 432460.541274 ], [ 103399.999974, 432199.999974 ], [ 103699.999974, 432599.999974 ], [ 104999.999974, 432199.999974 ], [ 105799.999974, 431999.999974 ], [ 106199.999974, 432099.999974 ], [ 106799.999974, 432499.999974 ], [ 107699.999974, 432599.999974 ], [ 106999.999974, 431199.999974 ], [ 106699.999974, 431099.999974 ], [ 106399.999974, 430399.999974 ], [ 106499.999974, 429099.999974 ], [ 106399.999974, 429099.999974 ], [ 106299.999974, 428699.999974 ], [ 106292.594974, 428689.632974 ], [ 105799.999974, 427999.999974 ], [ 105699.999974, 428299.999974 ], [ 105107.86837399998331, 428990.820274 ], [ 105099.999974, 428999.999974 ], [ 104926.36957399998209, 429260.445574 ], [ 104899.999974, 429299.999974 ], [ 104299.999974, 430399.999974 ], [ 103899.999974, 430899.999974 ], [ 103882.714474, 430914.816174 ], [ 103255.61427399999229, 431452.330674 ], [ 103199.999974, 431499.999974 ], [ 102599.999974, 432699.999974 ], [ 102799.999974, 432799.999974 ], [ 102978.6930739999807, 432621.306974 ], [ 102988.499974, 432582.906274 ], [ 102993.768974, 432562.276474 ], [ 102999.79687399999239, 432538.687474 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0484" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 108296.80297399999108, 462677.620674 ], [ 108199.999974, 461999.999974 ], [ 108226.6535739999963, 462024.749774 ], [ 109599.999974, 463299.999974 ], [ 109607.89357399998698, 463311.840374 ], [ 109626.9033739999868, 463340.355074 ], [ 109799.999974, 463599.999974 ], [ 110002.503674, 463681.001474 ], [ 110799.999974, 463999.999974 ], [ 111999.999974, 460799.999974 ], [ 112003.35257399998954, 460789.942174 ], [ 112099.999974, 460499.999974 ], [ 112005.588174, 460216.764474 ], [ 111999.999974, 460199.999974 ], [ 111599.999974, 459199.999974 ], [ 110699.999974, 457999.999974 ], [ 110687.09707399999024, 457974.19407399999909 ], [ 110599.999974, 457799.999974 ], [ 110699.999974, 457499.999974 ], [ 110698.871374, 457499.435674 ], [ 110299.999974, 457299.999974 ], [ 110288.83227399998577, 457288.832274 ], [ 110271.65027399998507, 457271.650274 ], [ 110206.18057399999816, 457206.18057399999816 ], [ 110199.999974, 457199.999974 ], [ 109602.48797399998875, 457000.829274 ], [ 109599.999974, 456999.999974 ], [ 108199.999974, 456499.999974 ], [ 107799.999974, 456499.999974 ], [ 107742.51617399998941, 456514.370974 ], [ 105438.672674, 457090.331874 ], [ 105399.999974, 457099.999974 ], [ 104899.999974, 456999.999974 ], [ 103899.999974, 456899.999974 ], [ 103402.127374, 458294.043374 ], [ 103399.999974, 458299.999974 ], [ 103199.999974, 459099.999974 ], [ 103186.61487399999169, 459140.155274 ], [ 103042.33337399997981, 459572.999874 ], [ 102799.999974, 460299.999974 ], [ 102799.48687399999471, 460301.282874 ], [ 102599.999974, 460799.999974 ], [ 102615.38797399998293, 460818.465474 ], [ 103099.999974, 461399.999974 ], [ 103073.59157399999094, 461426.40837399999145 ], [ 102699.999974, 461799.999974 ], [ 102499.999974, 461799.999974 ], [ 102480.75197399998433, 461857.744074 ], [ 102433.4261739999929, 461999.721374 ], [ 102299.999974, 462399.999974 ], [ 102499.999974, 463499.999974 ], [ 102399.999974, 463699.999974 ], [ 103860.295974, 463992.059174 ], [ 103899.999974, 463999.999974 ], [ 103975.85297399997944, 463999.999974 ], [ 103999.999974, 463999.999974 ], [ 104257.081374, 463999.999974 ], [ 104299.999974, 463999.999974 ], [ 105599.999974, 464099.999974 ], [ 105617.12027399998624, 464099.999974 ], [ 106599.999974, 464099.999974 ], [ 106699.999974, 464599.999974 ], [ 107958.55767399998149, 463438.254474 ], [ 107999.999974, 463399.999974 ], [ 108399.999974, 462899.999974 ], [ 108299.999974, 462699.999974 ], [ 108296.80297399999108, 462677.620674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0489" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 97499.999974, 431499.999974 ], [ 97599.999974, 431399.999974 ], [ 97610.357873999979347, 431379.284274 ], [ 97616.477274, 431367.045374 ], [ 97681.800273999979254, 431236.399474 ], [ 97699.999974, 431199.999974 ], [ 97796.729973999987124, 431006.539974 ], [ 97799.999974, 430999.999974 ], [ 97999.999974, 430399.999974 ], [ 98003.03157399999327, 430393.936874 ], [ 98182.025674, 430035.948674 ], [ 98199.999974, 429999.999974 ], [ 98267.41397399999551, 429932.58607399999164 ], [ 98299.999974, 429899.999974 ], [ 98399.999974, 429599.999974 ], [ 98699.999974, 429699.999974 ], [ 98799.999974, 428999.999974 ], [ 98611.589474, 428811.589474 ], [ 98599.999974, 428799.999974 ], [ 98299.999974, 428399.999974 ], [ 98259.493274, 428359.493274 ], [ 97999.999974, 428099.999974 ], [ 97913.829674, 427841.489074 ], [ 97899.999974, 427799.999974 ], [ 97799.999974, 427599.999974 ], [ 97788.4939739999827, 427584.658674 ], [ 97499.999974, 427199.999974 ], [ 97199.999974, 427399.999974 ], [ 96347.422774, 427305.269174 ], [ 96299.999974, 427299.999974 ], [ 95599.999974, 427199.999974 ], [ 94641.309374, 427487.607174 ], [ 94599.999974, 427499.999974 ], [ 93799.999974, 427799.999974 ], [ 93099.999974, 427799.999974 ], [ 93099.999974, 428399.999974 ], [ 93299.999974, 428499.999974 ], [ 93157.3913739999989, 428927.825974 ], [ 93099.999974, 429099.999974 ], [ 93100.85147399999551, 429104.257174 ], [ 93136.82877399999416, 429284.143874 ], [ 93194.961374, 429574.806774 ], [ 93199.999974, 429599.999974 ], [ 92907.419173999980558, 429795.053874 ], [ 92899.999974, 429799.999974 ], [ 92799.999974, 429799.999974 ], [ 92777.32517399999779, 429822.674874 ], [ 92705.777173999988008, 429894.222774 ], [ 92699.999974, 429899.999974 ], [ 92499.999974, 429999.999974 ], [ 92499.999974, 430799.999974 ], [ 92599.999974, 431199.999974 ], [ 92608.300973999983398, 431202.766974 ], [ 93499.999974, 431499.999974 ], [ 93657.099473999987822, 431499.999974 ], [ 93699.999974, 431499.999974 ], [ 94899.999974, 431499.999974 ], [ 94948.404274, 431505.378274 ], [ 95799.999974, 431599.999974 ], [ 96099.999974, 431499.999974 ], [ 96299.999974, 431499.999974 ], [ 96374.080473999987589, 431518.520074 ], [ 96667.19957399999839, 431591.799874 ], [ 96699.999974, 431599.999974 ], [ 96944.39127399999416, 431803.659474 ], [ 97299.999974, 432099.999974 ], [ 97494.90787399999681, 431515.276274 ], [ 97499.999974, 431499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0491" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 108999.999974, 440399.999974 ], [ 109199.999974, 439799.999974 ], [ 109298.26537399998051, 439844.666074 ], [ 110299.999974, 440299.999974 ], [ 110324.705874, 440299.999974 ], [ 110399.999974, 440299.999974 ], [ 110399.999974, 439799.999974 ], [ 113299.999974, 440599.999974 ], [ 113306.091774, 440601.015274 ], [ 113899.999974, 440699.999974 ], [ 115199.999974, 441099.999974 ], [ 115214.18727399999625, 441107.093674 ], [ 115599.999974, 441299.999974 ], [ 115499.999974, 442499.999974 ], [ 115505.25717399999849, 442503.004074 ], [ 115505.89847399998689, 442503.406274 ], [ 116199.999974, 442899.999974 ], [ 116399.999974, 442799.999974 ], [ 116437.679574, 442724.640774 ], [ 116499.999974, 442599.999974 ], [ 116699.999974, 440299.999974 ], [ 116705.246274, 440237.044974 ], [ 116796.6417739999888, 439140.299174 ], [ 116799.999974, 439099.999974 ], [ 115805.514174, 437906.616974 ], [ 115799.999974, 437899.999974 ], [ 115599.999974, 437699.999974 ], [ 115563.0737739999895, 437675.382474 ], [ 115000.593874, 437300.395974 ], [ 114999.999974, 437299.999974 ], [ 114701.20377399999416, 437200.401274 ], [ 114699.999974, 437199.999974 ], [ 113999.999974, 436999.999974 ], [ 113965.04807399999117, 436988.349374 ], [ 113099.999974, 436699.999974 ], [ 113060.61247399999411, 436692.122474 ], [ 112599.999974, 436599.999974 ], [ 112099.999974, 436499.999974 ], [ 110699.999974, 435399.999974 ], [ 110699.999974, 435599.999974 ], [ 110699.999974, 436260.036474 ], [ 110699.999974, 436299.999974 ], [ 110799.999974, 437799.999974 ], [ 110800.54317399999127, 437803.258874 ], [ 110899.999974, 438399.999974 ], [ 108899.999974, 438099.999974 ], [ 108892.95937399999821, 438102.346874 ], [ 108299.999974, 438299.999974 ], [ 107499.999974, 438099.999974 ], [ 107099.999974, 438399.999974 ], [ 105999.999974, 439399.999974 ], [ 106399.999974, 439699.999974 ], [ 106399.999974, 440299.999974 ], [ 106399.29757399999653, 440307.023774 ], [ 106299.999974, 441299.999974 ], [ 106301.46577399998205, 441302.9316739999922 ], [ 106899.999974, 442499.999974 ], [ 108399.999974, 444199.999974 ], [ 109199.999974, 443499.999974 ], [ 108499.999974, 442899.999974 ], [ 108583.33337399997981, 442483.333074 ], [ 108599.999974, 442399.999974 ], [ 108099.999974, 441799.999974 ], [ 108105.67187399999239, 441792.437474 ], [ 108999.999974, 440599.999974 ], [ 108999.999974, 440399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0497" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 114347.034174, 459464.724374 ], [ 116299.999974, 457999.999974 ], [ 116312.605874, 457987.394174 ], [ 116499.999974, 457799.999974 ], [ 116415.835074, 457631.670074 ], [ 116399.999974, 457599.999974 ], [ 116299.999974, 457599.999974 ], [ 116301.633674, 457575.494374 ], [ 116399.999974, 456099.999974 ], [ 116499.999974, 454799.999974 ], [ 116499.999974, 454789.852374 ], [ 116499.999974, 454762.888274 ], [ 116499.999974, 454199.999974 ], [ 116999.999974, 454199.999974 ], [ 117099.999974, 453999.999974 ], [ 116799.999974, 453299.999974 ], [ 116499.999974, 453199.999974 ], [ 116476.62217399998917, 453193.320674 ], [ 115799.999974, 452999.999974 ], [ 115766.18917399999918, 452999.999974 ], [ 115099.999974, 452999.999974 ], [ 115099.489674, 453000.033974 ], [ 113611.76877399999648, 453099.215374 ], [ 113599.999974, 453099.999974 ], [ 112299.999974, 453299.999974 ], [ 112282.85497399998712, 453299.999974 ], [ 111699.999974, 453299.999974 ], [ 111652.555774, 453299.999974 ], [ 111199.999974, 453299.999974 ], [ 111170.38197399998899, 453292.595474 ], [ 110477.91517399999429, 453119.478774 ], [ 110399.999974, 453099.999974 ], [ 110299.999974, 453199.999974 ], [ 110599.999974, 453499.999974 ], [ 110199.999974, 453799.999974 ], [ 109199.999974, 453199.999974 ], [ 109099.999974, 454399.999974 ], [ 108799.999974, 454499.999974 ], [ 108892.79267399999662, 454963.963174 ], [ 108899.999974, 454999.999974 ], [ 108599.999974, 456099.999974 ], [ 108299.999974, 456499.999974 ], [ 108199.999974, 456499.999974 ], [ 109599.999974, 456999.999974 ], [ 109602.48797399998875, 457000.829274 ], [ 110199.999974, 457199.999974 ], [ 110206.18057399999816, 457206.18057399999816 ], [ 110271.65027399998507, 457271.650274 ], [ 110288.83227399998577, 457288.832274 ], [ 110299.999974, 457299.999974 ], [ 110698.871374, 457499.435674 ], [ 110699.999974, 457499.999974 ], [ 110599.999974, 457799.999974 ], [ 110687.09707399999024, 457974.19407399999909 ], [ 110863.10927399998764, 457871.757074 ], [ 111699.999974, 458099.999974 ], [ 111999.999974, 458199.999974 ], [ 112199.999974, 458599.999974 ], [ 112699.999974, 458499.999974 ], [ 113399.999974, 458899.999974 ], [ 113799.999974, 459299.999974 ], [ 113999.999974, 459299.999974 ], [ 114199.999974, 459299.999974 ], [ 114199.999974, 459499.999974 ], [ 114204.78287399999681, 459499.999974 ], [ 114347.034174, 459464.724374 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0498" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 142099.999974, 522799.999974 ], [ 142599.999974, 521099.999974 ], [ 142662.1582739999867, 521162.158274 ], [ 142663.360774, 521163.360774 ], [ 142699.999974, 521199.999974 ], [ 142799.999974, 521599.999974 ], [ 142899.999974, 521799.999974 ], [ 144584.580774, 522097.278974 ], [ 144599.999974, 522099.999974 ], [ 145390.829574, 522099.999974 ], [ 145399.999974, 522099.999974 ], [ 145499.999974, 521999.999974 ], [ 145299.999974, 521599.999974 ], [ 145299.999974, 521157.139174 ], [ 145299.999974, 521099.999974 ], [ 145199.999974, 520599.999974 ], [ 144999.999974, 519899.999974 ], [ 144799.999974, 518899.999974 ], [ 144399.999974, 518399.999974 ], [ 142799.999974, 517499.999974 ], [ 142781.89607399998931, 517477.370074 ], [ 142399.999974, 516999.999974 ], [ 142199.999974, 516599.999974 ], [ 141699.999974, 516599.999974 ], [ 140829.92447399999946, 516309.974874 ], [ 140799.999974, 516299.999974 ], [ 140399.999974, 515899.999974 ], [ 139699.999974, 515299.999974 ], [ 139599.999974, 515099.999974 ], [ 138899.999974, 515199.999974 ], [ 138421.139874, 515008.455974 ], [ 138399.999974, 514999.999974 ], [ 137399.999974, 514699.999974 ], [ 137299.999974, 514999.999974 ], [ 137499.999974, 515399.999974 ], [ 136999.999974, 516099.999974 ], [ 136699.999974, 516199.999974 ], [ 136199.999974, 515999.999974 ], [ 135999.999974, 515999.999974 ], [ 135599.999974, 516299.999974 ], [ 135599.999974, 516399.999974 ], [ 135899.999974, 516499.999974 ], [ 135803.52717399998801, 517175.309674 ], [ 135799.999974, 517199.999974 ], [ 135705.349974, 517767.899974 ], [ 135699.999974, 517799.999974 ], [ 135888.567974, 517894.283974 ], [ 135899.999974, 517899.999974 ], [ 136699.999974, 518099.999974 ], [ 136666.731674, 518158.219674 ], [ 136299.999974, 518799.999974 ], [ 136280.575274, 518831.079574 ], [ 136061.32027399999788, 519181.88747399998829 ], [ 135799.999974, 519599.999974 ], [ 135796.80847399999038, 519605.106474 ], [ 135739.43707399998675, 519696.900674 ], [ 135330.53887399999076, 520351.137874 ], [ 135304.471374, 520392.845774 ], [ 135299.999974, 520399.999974 ], [ 135499.999974, 520499.999974 ], [ 135315.62237399999867, 520868.755174 ], [ 135299.999974, 520899.999974 ], [ 134999.999974, 521299.999974 ], [ 137272.81027399998857, 522683.449674 ], [ 137299.999974, 522699.999974 ], [ 138527.613974, 523211.505774 ], [ 139668.269474, 523686.778974 ], [ 139699.999974, 523699.999974 ], [ 141499.999974, 524499.999974 ], [ 142083.97337399999378, 522845.408674 ], [ 142099.999974, 522799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0499" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 107742.51617399998941, 456514.370974 ], [ 107799.999974, 456499.999974 ], [ 108199.999974, 456499.999974 ], [ 108299.999974, 456499.999974 ], [ 108599.999974, 456099.999974 ], [ 108899.999974, 454999.999974 ], [ 108892.79267399999662, 454963.963174 ], [ 108799.999974, 454499.999974 ], [ 108199.999974, 454499.999974 ], [ 107699.999974, 454199.999974 ], [ 107499.999974, 453499.999974 ], [ 107494.95987399999285, 453501.680074 ], [ 106899.999974, 453699.999974 ], [ 106847.815474, 453517.354074 ], [ 106701.9377739999909, 453006.78207399998792 ], [ 106699.999974, 452999.999974 ], [ 106632.207574, 452661.037974 ], [ 106599.999974, 452499.999974 ], [ 106399.999974, 452599.999974 ], [ 106389.70557399999234, 452672.060774 ], [ 106299.999974, 453299.999974 ], [ 105499.999974, 453299.999974 ], [ 105499.999974, 453099.999974 ], [ 105099.999974, 453099.999974 ], [ 104899.999974, 453099.999974 ], [ 104876.118174, 453101.837074 ], [ 103599.999974, 453199.999974 ], [ 103499.999974, 454199.999974 ], [ 103476.51507399999537, 454203.354974 ], [ 102799.999974, 454299.999974 ], [ 102799.999974, 454499.999974 ], [ 103199.999974, 454499.999974 ], [ 103399.999974, 454699.999974 ], [ 103299.999974, 455199.999974 ], [ 103299.999974, 455699.999974 ], [ 104253.29177399998298, 455604.67077399999835 ], [ 104299.999974, 455599.999974 ], [ 104210.51267399999779, 455957.949374 ], [ 104199.999974, 455999.999974 ], [ 104111.480374, 456177.039274 ], [ 104099.999974, 456199.999974 ], [ 103899.999974, 456899.999974 ], [ 104899.999974, 456999.999974 ], [ 105399.999974, 457099.999974 ], [ 105438.672674, 457090.331874 ], [ 107742.51617399998941, 456514.370974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0501" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 71099.999974, 437899.999974 ], [ 71099.999974, 437399.999974 ], [ 71399.999974, 437399.999974 ], [ 71437.621473999985028, 437387.459474 ], [ 71449.503773999982513, 437383.498774 ], [ 71699.999974, 437299.999974 ], [ 72299.999974, 436699.999974 ], [ 73099.999974, 436199.999974 ], [ 74036.697874, 435419.418374 ], [ 74299.999974, 435199.999974 ], [ 74799.999974, 434599.999974 ], [ 75299.999974, 433699.999974 ], [ 75299.999974, 433629.827874 ], [ 75299.999974, 433399.999974 ], [ 75313.016073999984656, 433354.443774 ], [ 75499.999974, 432699.999974 ], [ 75999.999974, 432199.999974 ], [ 72199.999974, 429699.999974 ], [ 71999.999974, 429799.999974 ], [ 71999.999974, 430099.999974 ], [ 71499.999974, 430399.999974 ], [ 71699.999974, 430599.999974 ], [ 72199.999974, 431099.999974 ], [ 70999.999974, 431599.999974 ], [ 70499.999974, 431699.999974 ], [ 70099.999974, 432499.999974 ], [ 70099.999974, 432699.999974 ], [ 70399.999974, 432899.999974 ], [ 70199.999974, 433299.999974 ], [ 70479.327174, 433486.218174 ], [ 70499.999974, 433499.999974 ], [ 70199.999974, 433899.999974 ], [ 69899.999974, 434699.999974 ], [ 68899.999974, 436099.999974 ], [ 68899.999974, 436399.999974 ], [ 68999.999974, 436699.999974 ], [ 69399.999974, 436999.999974 ], [ 69499.999974, 436999.999974 ], [ 69599.999974, 436899.999974 ], [ 69799.999974, 437099.999974 ], [ 70099.999974, 437799.999974 ], [ 69399.999974, 438299.999974 ], [ 69599.999974, 438799.999974 ], [ 69999.999974, 438499.999974 ], [ 70799.999974, 438299.999974 ], [ 71099.999974, 437899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0502" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 100234.164074, 441612.170274 ], [ 100566.43767399998615, 441146.987174 ], [ 100596.60007399998722, 441104.759874 ], [ 100599.999974, 441099.999974 ], [ 100799.999974, 440699.999974 ], [ 100818.64497399999527, 440672.032574 ], [ 100999.999974, 440399.999974 ], [ 100942.23387399999774, 440284.467774 ], [ 100899.999974, 440199.999974 ], [ 101099.999974, 439899.999974 ], [ 101118.53767399999197, 439876.165874 ], [ 101260.96517399998265, 439693.044874 ], [ 101557.66077399998903, 439311.578974 ], [ 101798.58897399998386, 439001.81407399999443 ], [ 101799.999974, 438999.999974 ], [ 102189.35747399998945, 438707.981874 ], [ 102199.999974, 438699.999974 ], [ 102199.999974, 438599.999974 ], [ 102099.999974, 438299.999974 ], [ 101799.999974, 437799.999974 ], [ 101599.999974, 437699.999974 ], [ 101351.63067399998545, 437782.789774 ], [ 101299.999974, 437799.999974 ], [ 100999.999974, 437899.999974 ], [ 100973.94887399999425, 437891.316274 ], [ 100725.059974, 437808.353374 ], [ 100699.999974, 437799.999974 ], [ 100429.7954739999841, 437637.877274 ], [ 100012.881074, 437387.728674 ], [ 99699.999974, 437199.999974 ], [ 99669.864073999982793, 437169.864074 ], [ 99605.191273999982513, 437105.191274 ], [ 99599.999974, 437099.999974 ], [ 99400.589073999988614, 436800.883674 ], [ 99399.999974, 436799.999974 ], [ 99199.999974, 436499.999974 ], [ 98850.37407399999211, 436250.267174 ], [ 98499.999974, 435999.999974 ], [ 98477.12177399999928, 435995.424374 ], [ 97999.999974, 435899.999974 ], [ 97996.58247399999527, 435898.860874 ], [ 97399.999974, 435699.999974 ], [ 97499.999974, 435899.999974 ], [ 97877.446574, 436088.72327399998903 ], [ 97899.999974, 436099.999974 ], [ 97899.999974, 436287.15837399999145 ], [ 97899.999974, 436299.999974 ], [ 97817.108374, 436548.674774 ], [ 97799.999974, 436599.999974 ], [ 97700.000073999981396, 436799.999874 ], [ 97488.87357399999746, 436588.873574 ], [ 97399.999974, 436499.999974 ], [ 97299.997474, 436099.998674 ], [ 97199.999974, 435799.999974 ], [ 96899.999974, 435599.999974 ], [ 96799.999974, 435699.999974 ], [ 96798.65347399999155, 435703.590674 ], [ 96599.95257399999537, 436233.4597739999881 ], [ 96499.999974, 436499.999974 ], [ 96499.999974, 436670.878074 ], [ 96499.999974, 437099.999974 ], [ 96593.368774, 437099.999974 ], [ 97072.154974, 437099.999974 ], [ 97099.999974, 437099.999974 ], [ 97499.999974, 437099.999974 ], [ 97545.225573999981862, 437111.306374 ], [ 97899.999974, 437199.999974 ], [ 98199.999974, 437299.999974 ], [ 98213.576474, 437320.364674 ], [ 98399.999974, 437599.999974 ], [ 98493.04867399999057, 437786.097374 ], [ 98499.999974, 437799.999974 ], [ 98451.425373999984004, 438140.022674 ], [ 98402.42197399999714, 438483.045974 ], [ 98399.999974, 438499.999974 ], [ 98392.606574, 438529.573774 ], [ 98299.999974, 438899.999974 ], [ 98296.187673999986146, 438922.87397399998736 ], [ 98317.73437399999239, 438925.968774 ], [ 98320.929673999984516, 438926.656274 ], [ 98322.60937399999239, 438926.937474 ], [ 98373.598073999979533, 438939.007474 ], [ 98292.83237399999052, 438943.005674 ], [ 98199.999974, 439499.999974 ], [ 98599.999974, 439599.999974 ], [ 98641.237074, 439610.30927399999928 ], [ 98980.248373999987962, 439695.062074 ], [ 98976.656274, 439698.499974 ], [ 98975.937474, 439699.218774 ], [ 98975.289074, 439699.999974 ], [ 98974.67187399999239, 439700.781274 ], [ 98974.054673999984516, 439701.656274 ], [ 98973.593774, 439702.468774 ], [ 98973.093774, 439703.343774 ], [ 98972.687474, 439704.249974 ], [ 98977.726574, 439707.781274 ], [ 98977.374974, 439709.624974 ], [ 98977.343774, 439711.531274 ], [ 98977.63277399999788, 439713.531274 ], [ 98978.023473999986891, 439714.718774 ], [ 98978.94527399999788, 439716.499974 ], [ 98979.656274, 439717.593774 ], [ 98980.57817399999476, 439718.656274 ], [ 98989.117173999984516, 439726.656274 ], [ 98996.335973999986891, 439733.874974 ], [ 98999.9544739999983, 439736.46737399999984 ], [ 98999.999974, 439736.499974 ], [ 99010.882274, 439744.30297399999108 ], [ 98999.92937399999937, 439756.660074 ], [ 98999.999974, 439799.999974 ], [ 98633.427574, 440258.215574 ], [ 98599.999974, 440299.999974 ], [ 98499.999974, 440499.999974 ], [ 98482.6871739999915, 440543.28207399998792 ], [ 98299.999974, 440999.999974 ], [ 98291.01207399999839, 441017.97587399999611 ], [ 98249.58247399999527, 441100.835074 ], [ 98249.371373999980278, 441237.477874 ], [ 98249.27967399999034, 441238.605374 ], [ 98249.147273999988101, 441239.602274 ], [ 98248.902673999982653, 441240.888574 ], [ 98246.919973999989452, 441248.94997399998829 ], [ 98243.719974, 441263.07997399999294 ], [ 98239.199973999988288, 441277.629974 ], [ 98233.52907399999094, 441300.587074 ], [ 98299.999974, 441499.999974 ], [ 98399.999974, 441599.999974 ], [ 98599.999974, 441399.999974 ], [ 98699.826073999982327, 441399.999974 ], [ 98699.999974, 441399.999974 ], [ 98874.99247399999877, 441487.496174 ], [ 98899.999974, 441499.999974 ], [ 99199.999974, 441699.999974 ], [ 99210.474473999987822, 441707.855774 ], [ 99564.602473999984795, 441973.451874 ], [ 99599.999974, 441999.999974 ], [ 99796.3520739999949, 442196.352074 ], [ 99799.999974, 442199.999974 ], [ 100099.999974, 441799.999974 ], [ 100117.18487399999867, 441775.941174 ], [ 100234.164074, 441612.170274 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0503" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 86299.999974, 448799.999974 ], [ 86599.999974, 448099.999974 ], [ 86610.184673999989172, 448069.446074 ], [ 86789.714573999983259, 447530.856274 ], [ 86799.999974, 447499.999974 ], [ 86799.999974, 447399.999974 ], [ 86399.999974, 447299.999974 ], [ 86330.35307399998419, 447125.88267399999313 ], [ 86282.978773999988334, 447007.446974 ], [ 86213.771473999979207, 446834.428774 ], [ 86234.659973999980139, 446795.499974 ], [ 86250.29997399999411, 446800.169974 ], [ 86262.4200739999942, 446765.005874 ], [ 86217.3636739999929, 446742.120974 ], [ 86492.616473999980371, 445824.61177399998996 ], [ 86499.999974, 445799.999974 ], [ 86501.012274, 445793.926074 ], [ 86594.47777399999904, 445233.133674 ], [ 86599.999974, 445199.999974 ], [ 86734.230473999981768, 444763.750774 ], [ 86999.999974, 443899.999974 ], [ 87199.999974, 443799.999974 ], [ 87399.999974, 443199.999974 ], [ 87699.999974, 442599.999974 ], [ 87399.999974, 442399.999974 ], [ 87099.999974, 442999.999974 ], [ 86999.999974, 443299.999974 ], [ 86699.999974, 443699.999974 ], [ 86278.813973999989685, 443579.661174 ], [ 85999.999974, 443499.999974 ], [ 86199.999974, 443099.999974 ], [ 85499.999974, 442899.999974 ], [ 85496.598273999989033, 442899.319674 ], [ 84999.999974, 442799.999974 ], [ 84999.999974, 443099.999974 ], [ 84399.999974, 442899.999974 ], [ 84199.999974, 443699.999974 ], [ 83399.999974, 443499.999974 ], [ 83360.92127399999299, 443492.18427399999928 ], [ 82913.842773999989731, 443402.76857399998698 ], [ 82899.999974, 443399.999974 ], [ 82364.54697399999714, 444411.411374 ], [ 81999.999974, 445099.999974 ], [ 82002.237773999979254, 445106.713274 ], [ 82099.999974, 445399.999974 ], [ 82536.318474, 445749.054774 ], [ 82599.999974, 445799.999974 ], [ 82899.999974, 446099.999974 ], [ 82911.178973999980371, 446118.631674 ], [ 83171.789174, 446552.98197399999481 ], [ 83170.999974, 446554.349974 ], [ 83170.904374, 446554.509374 ], [ 83170.906473999988521, 446554.512174 ], [ 83174.56707399999141, 446557.61177399998996 ], [ 83199.999974, 446599.999974 ], [ 83002.53777399999672, 446797.462274 ], [ 82999.999974, 446799.999974 ], [ 82999.999974, 446873.698274 ], [ 82979.11127399999532, 446910.444374 ], [ 82599.999974, 447099.999974 ], [ 82499.999974, 447099.999974 ], [ 82488.661873999983072, 447094.330974 ], [ 81899.999974, 446799.999974 ], [ 81699.999974, 447199.999974 ], [ 81799.999974, 447299.999974 ], [ 81999.999974, 447399.999974 ], [ 82093.40177399999811, 447680.205374 ], [ 82099.999974, 447699.999974 ], [ 82399.999974, 447899.999974 ], [ 82418.16827399999602, 447912.112174 ], [ 82690.80737399999634, 448093.87157399998978 ], [ 82717.30237399999169, 448111.534874 ], [ 83376.88267399999313, 448551.255174 ], [ 83650.58667399999104, 448733.724374 ], [ 83672.32747399999062, 448748.218374 ], [ 83634.58007399999769, 448894.242574 ], [ 83680.947774, 448753.965174 ], [ 83899.999974, 448899.999974 ], [ 83912.736474, 448907.641874 ], [ 84393.857174, 449196.314274 ], [ 84399.999974, 449199.999974 ], [ 84493.265274, 449199.999974 ], [ 84499.999974, 449199.999974 ], [ 84517.07697399999597, 449217.076974 ], [ 84648.519073999981629, 449348.519074 ], [ 84699.999974, 449399.999974 ], [ 84705.606673999980558, 449404.004774 ], [ 85399.999974, 449899.999974 ], [ 85436.30857399999513, 449849.167974 ], [ 85743.973873999988427, 449418.43667399999686 ], [ 85899.999974, 449199.999974 ], [ 86299.999974, 448799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0504" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 67299.999974, 422599.999974 ], [ 66999.999974, 421699.999974 ], [ 66999.76927399999113, 421699.076974 ], [ 66699.999974, 420499.999974 ], [ 67699.999974, 420499.999974 ], [ 67599.999974, 419999.999974 ], [ 67599.999974, 419599.999974 ], [ 67699.999974, 419599.999974 ], [ 67714.010874, 419576.648474 ], [ 67999.999974, 419099.999974 ], [ 67699.999974, 418799.999974 ], [ 67399.999974, 418099.999974 ], [ 67599.999974, 417599.999974 ], [ 67799.999974, 417199.999974 ], [ 68299.999974, 415999.999974 ], [ 68264.380573999980697, 415821.902774 ], [ 68199.999974, 415499.999974 ], [ 67899.999974, 415299.999974 ], [ 68299.999974, 414699.999974 ], [ 67899.999974, 414599.999974 ], [ 67608.323073999985354, 414599.999974 ], [ 67399.999974, 414599.999974 ], [ 67099.999974, 413899.999974 ], [ 66799.999974, 413999.999974 ], [ 65599.999974, 413899.999974 ], [ 65589.500173999986146, 413901.166674 ], [ 64699.99997399999847, 413999.999974 ], [ 64695.66157399999065, 414000.542274 ], [ 63899.99997399999847, 414099.999974 ], [ 63299.99997399999847, 414399.999974 ], [ 63277.33087399999931, 414403.238474 ], [ 62599.99997399999847, 414499.999974 ], [ 62499.99997399999847, 414699.999974 ], [ 62599.99997399999847, 414999.999974 ], [ 62599.99997399999847, 415199.999974 ], [ 61899.99997399999847, 416299.999974 ], [ 61999.99997399999847, 416599.999974 ], [ 61799.99997399999847, 416999.999974 ], [ 61499.99997399999847, 417499.999974 ], [ 61499.99997399999847, 417999.999974 ], [ 61599.99997399999847, 418099.999974 ], [ 61299.99997399999847, 418499.999974 ], [ 61199.99997399999847, 418499.999974 ], [ 61199.99997399999847, 417999.999974 ], [ 60999.99997399999847, 417899.999974 ], [ 60799.99997399999847, 417999.999974 ], [ 60499.99997399999847, 419099.999974 ], [ 60499.99997399999847, 419399.999974 ], [ 61199.99997399999847, 419599.999974 ], [ 61099.99997399999847, 419899.999974 ], [ 60899.99997399999847, 419799.999974 ], [ 60699.99997399999847, 419799.999974 ], [ 60499.99997399999847, 419999.999974 ], [ 60699.99997399999847, 420399.999974 ], [ 60799.99997399999847, 421099.999974 ], [ 61599.99997399999847, 421599.999974 ], [ 62499.99997399999847, 422099.999974 ], [ 62699.99997399999847, 422399.999974 ], [ 63099.99997399999847, 422099.999974 ], [ 64099.99997399999847, 422199.999974 ], [ 64095.38107399999717, 422206.928374 ], [ 63899.99997399999847, 422499.999974 ], [ 64699.99997399999847, 423399.999974 ], [ 65099.99997399999847, 425099.999974 ], [ 65799.999974, 424799.999974 ], [ 67199.999974, 423799.999974 ], [ 67699.999974, 423599.999974 ], [ 67899.999974, 423399.999974 ], [ 67299.999974, 422599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0505" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 108310.855974, 426299.22457399999257 ], [ 109699.999974, 426199.999974 ], [ 110499.999974, 426199.999974 ], [ 110500.59277399998973, 426199.915274 ], [ 110501.655574, 426199.763474 ], [ 111179.912974, 426102.869574 ], [ 111199.999974, 426099.999974 ], [ 111598.23677399998996, 425801.322474 ], [ 111599.999974, 425799.999974 ], [ 112199.999974, 425499.999974 ], [ 112204.044674, 425498.988874 ], [ 112999.999974, 425299.999974 ], [ 113030.903174, 425303.862874 ], [ 113799.999974, 425399.999974 ], [ 113806.726574, 425402.690574 ], [ 114299.999974, 425599.999974 ], [ 114327.757474, 425602.775774 ], [ 115299.999974, 425699.999974 ], [ 117371.390374, 425798.63767399999779 ], [ 117399.999974, 425799.999974 ], [ 118392.93917399999918, 425700.70607399998698 ], [ 118399.999974, 425699.999974 ], [ 119499.999974, 425599.999974 ], [ 120299.999974, 425699.999974 ], [ 120399.999974, 425399.999974 ], [ 119199.999974, 424399.999974 ], [ 119158.350374, 424365.291974 ], [ 118599.999974, 423899.999974 ], [ 117699.999974, 423499.999974 ], [ 116999.999974, 423399.999974 ], [ 115999.999974, 423499.999974 ], [ 115971.204174, 423505.759174 ], [ 114999.999974, 423699.999974 ], [ 114299.999974, 423599.999974 ], [ 113199.999974, 423199.999974 ], [ 112699.999974, 422899.999974 ], [ 112133.89067399999476, 422522.593774 ], [ 112099.999974, 422499.999974 ], [ 112071.97337399999378, 422463.965774 ], [ 111399.999974, 421599.999974 ], [ 111099.999974, 420999.999974 ], [ 110699.999974, 419599.999974 ], [ 110099.999974, 418799.999974 ], [ 109199.999974, 417899.999974 ], [ 107799.999974, 416699.999974 ], [ 107099.999974, 416199.999974 ], [ 106299.999974, 415799.999974 ], [ 105899.999974, 415399.999974 ], [ 105799.999974, 415299.999974 ], [ 103699.999974, 414699.999974 ], [ 103599.999974, 414699.999974 ], [ 103399.999974, 415199.999974 ], [ 102599.999974, 414899.999974 ], [ 102399.999974, 414899.999974 ], [ 102199.999974, 414999.999974 ], [ 102499.999974, 415799.999974 ], [ 102799.999974, 417299.999974 ], [ 102799.999974, 418199.999974 ], [ 102799.35497399998712, 418202.365174 ], [ 102499.999974, 419299.999974 ], [ 102499.999974, 419335.772774 ], [ 102499.999974, 419999.999974 ], [ 102499.999974, 420662.523474 ], [ 102499.999974, 420699.999974 ], [ 102502.94677399998181, 420717.680974 ], [ 102594.92847399998573, 421269.570574 ], [ 102599.999974, 421299.999974 ], [ 102599.999974, 421799.999974 ], [ 102597.16997399998945, 421808.489974 ], [ 102591.05527399998391, 421826.834274 ], [ 102529.88637399999425, 422010.340774 ], [ 102514.163474, 422057.509574 ], [ 102499.999974, 422099.999974 ], [ 102299.999974, 422899.999974 ], [ 102203.561973999982, 423864.380374 ], [ 102199.999974, 423899.999974 ], [ 102899.999974, 423999.999974 ], [ 103589.25097399999504, 424393.857674 ], [ 103599.999974, 424399.999974 ], [ 103999.999974, 424799.999974 ], [ 104005.16397399999551, 424805.163974 ], [ 104199.999974, 424999.999974 ], [ 104200.39467399998102, 425000.394674 ], [ 104205.17297399998643, 425005.172974 ], [ 104222.836974, 425022.836974 ], [ 104599.999974, 425399.999974 ], [ 104628.013974, 425428.013974 ], [ 104775.977874, 425575.977874 ], [ 104799.999974, 425599.999974 ], [ 105099.999974, 425899.999974 ], [ 105399.999974, 425999.999974 ], [ 105441.32557399998768, 426013.775174 ], [ 105657.75097399999504, 426085.916974 ], [ 105699.999974, 426099.999974 ], [ 105989.376774, 426003.541074 ], [ 105999.999974, 425999.999974 ], [ 106699.999974, 426099.999974 ], [ 106700.35857399998349, 426099.999974 ], [ 106799.999974, 426099.999974 ], [ 106816.254774, 426103.250974 ], [ 107299.999974, 426199.999974 ], [ 107336.73737399998936, 426205.248174 ], [ 107999.999974, 426299.999974 ], [ 108021.48367399998824, 426299.999974 ], [ 108299.999974, 426299.999974 ], [ 108310.855974, 426299.22457399999257 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0511" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 56199.99997399999847, 421999.999974 ], [ 56699.99997399999847, 421799.999974 ], [ 56699.99997399999847, 421699.999974 ], [ 56099.99997399999847, 421799.999974 ], [ 55499.99997399999847, 421899.999974 ], [ 54399.99997399999847, 421799.999974 ], [ 53199.99997399999847, 421299.999974 ], [ 52599.99997399999847, 421199.999974 ], [ 52499.99997399999847, 421299.999974 ], [ 52799.99997399999847, 421399.999974 ], [ 53599.99997399999847, 422199.999974 ], [ 53899.99997399999847, 422399.999974 ], [ 54299.99997399999847, 423099.999974 ], [ 54899.99997399999847, 423399.999974 ], [ 54799.99997399999847, 423199.999974 ], [ 55099.99997399999847, 422899.999974 ], [ 56199.99997399999847, 421999.999974 ] ] ], [ [ [ 60499.99997399999847, 429899.999974 ], [ 60699.99997399999847, 429699.999974 ], [ 60599.99997399999847, 429699.999974 ], [ 60499.99997399999847, 429799.999974 ], [ 59999.99997399999847, 429899.999974 ], [ 58999.99997399999847, 429599.999974 ], [ 58599.99997399999847, 429299.999974 ], [ 58338.35377399999561, 429143.012274 ], [ 58328.24507399999857, 429136.947074 ], [ 58234.4122739999948, 429080.647374 ], [ 58099.99997399999847, 428999.999974 ], [ 57699.99997399999847, 428999.999974 ], [ 57399.99997399999847, 428899.999974 ], [ 57199.99997399999847, 428799.999974 ], [ 57599.99997399999847, 428799.999974 ], [ 58199.99997399999847, 428999.999974 ], [ 58229.3494739999951, 429003.261074 ], [ 59099.99997399999847, 429099.999974 ], [ 59999.99997399999847, 429099.999974 ], [ 60399.99997399999847, 428899.999974 ], [ 60399.99997399999847, 428399.999974 ], [ 60399.99997399999847, 428299.999974 ], [ 60418.19147399999929, 428281.808474 ], [ 60999.99997399999847, 427699.999974 ], [ 61299.99997399999847, 427599.999974 ], [ 61399.99997399999847, 427499.999974 ], [ 61399.99997399999847, 427299.999974 ], [ 61799.99997399999847, 426999.999974 ], [ 61999.99997399999847, 427099.999974 ], [ 61999.99997399999847, 427199.999974 ], [ 61699.99997399999847, 427499.999974 ], [ 61699.99997399999847, 427599.999974 ], [ 62199.99997399999847, 427499.999974 ], [ 62499.99997399999847, 427599.999974 ], [ 62551.301174, 427676.951774 ], [ 62669.45017399999051, 427892.754574 ], [ 63103.90257399999973, 428405.065674 ], [ 63143.80227399999421, 428372.787274 ], [ 62999.99997399999847, 428199.999974 ], [ 62994.80907399999705, 428194.80907399998978 ], [ 62699.99997399999847, 427899.999974 ], [ 62499.99997399999847, 427499.999974 ], [ 62199.99997399999847, 426899.999974 ], [ 61999.99997399999847, 426699.999974 ], [ 62299.99997399999847, 426299.999974 ], [ 62699.99997399999847, 426699.999974 ], [ 63099.99997399999847, 426699.999974 ], [ 63099.99997399999847, 426399.999974 ], [ 63699.99997399999847, 425799.999974 ], [ 64699.99997399999847, 425399.999974 ], [ 64699.99997399999847, 425299.999974 ], [ 65099.99997399999847, 425099.999974 ], [ 64699.99997399999847, 423399.999974 ], [ 63899.99997399999847, 422499.999974 ], [ 64095.38107399999717, 422206.928374 ], [ 64099.99997399999847, 422199.999974 ], [ 63099.99997399999847, 422099.999974 ], [ 62699.99997399999847, 422399.999974 ], [ 62499.99997399999847, 422099.999974 ], [ 61599.99997399999847, 421599.999974 ], [ 60799.99997399999847, 421099.999974 ], [ 60699.99997399999847, 421899.999974 ], [ 60599.99997399999847, 422199.999974 ], [ 59599.99997399999847, 423399.999974 ], [ 59499.99997399999847, 423699.999974 ], [ 59399.99997399999847, 423999.999974 ], [ 59199.99997399999847, 424199.999974 ], [ 58528.09097399999882, 424679.935074 ], [ 58499.99997399999847, 424699.999974 ], [ 57999.99997399999847, 424599.999974 ], [ 57299.99997399999847, 424499.999974 ], [ 57125.877173999986553, 424761.18427399999928 ], [ 57099.99997399999847, 424799.999974 ], [ 56399.99997399999847, 424899.999974 ], [ 55799.99997399999847, 424799.999974 ], [ 55599.99997399999847, 424599.999974 ], [ 55050.42017399999168, 424325.210074 ], [ 54799.99997399999847, 424199.999974 ], [ 54599.99997399999847, 424299.999974 ], [ 54337.030373999987205, 424212.34347399999388 ], [ 54299.99997399999847, 424199.999974 ], [ 53499.99997399999847, 423999.999974 ], [ 53299.99997399999847, 423899.999974 ], [ 52899.99997399999847, 423699.999974 ], [ 52599.99997399999847, 423599.999974 ], [ 52199.99997399999847, 423799.999974 ], [ 51799.99997399999847, 423699.999974 ], [ 51699.99997399999847, 423399.999974 ], [ 51799.99997399999847, 423099.999974 ], [ 51999.99997399999847, 422899.999974 ], [ 52099.99997399999847, 422799.999974 ], [ 51899.99997399999847, 422599.999974 ], [ 51099.99997399999847, 422199.999974 ], [ 50799.99997399999847, 422299.999974 ], [ 50399.99997399999847, 422599.999974 ], [ 50299.99997399999847, 422499.999974 ], [ 49999.99997399999847, 421799.999974 ], [ 49499.99997399999847, 420699.999974 ], [ 49599.99997399999847, 420399.999974 ], [ 49899.99997399999847, 419999.999974 ], [ 50499.99997399999847, 419599.999974 ], [ 50599.99997399999847, 419399.999974 ], [ 50299.99997399999847, 419099.999974 ], [ 50199.99997399999847, 419099.999974 ], [ 49899.99997399999847, 419099.999974 ], [ 48999.99997399999847, 419399.999974 ], [ 48999.99997399999847, 419499.999974 ], [ 48699.99997399999847, 419799.999974 ], [ 48399.99997399999847, 419799.999974 ], [ 48099.99997399999847, 419999.999974 ], [ 48899.99997399999847, 420399.999974 ], [ 49299.99997399999847, 420799.999974 ], [ 49499.99997399999847, 420999.999974 ], [ 49899.99997399999847, 422199.999974 ], [ 49899.99997399999847, 422499.999974 ], [ 49999.99997399999847, 423099.999974 ], [ 49399.99997399999847, 424599.999974 ], [ 49299.99997399999847, 425299.999974 ], [ 49499.99997399999847, 425899.999974 ], [ 50099.99997399999847, 426599.999974 ], [ 50299.99997399999847, 426699.999974 ], [ 52499.99997399999847, 427399.999974 ], [ 52599.99997399999847, 427399.999974 ], [ 52799.99997399999847, 427299.999974 ], [ 53299.99997399999847, 427499.999974 ], [ 57299.99997399999847, 429199.999974 ], [ 57799.99997399999847, 429299.999974 ], [ 58199.99997399999847, 429499.999974 ], [ 58236.322373999988486, 429513.620874 ], [ 58999.99997399999847, 429799.999974 ], [ 59999.99997399999847, 429999.999974 ], [ 60499.99997399999847, 429899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0512" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125362.82207399999606, 430214.299174 ], [ 125399.999974, 430199.999974 ], [ 125499.999974, 430599.999974 ], [ 125896.424674, 430436.766274 ], [ 127199.999974, 429899.999974 ], [ 127092.748274, 429578.244874 ], [ 127019.8231739999901, 429294.593674 ], [ 128099.999974, 428999.999974 ], [ 128199.999974, 429299.999974 ], [ 128299.999974, 428799.999974 ], [ 128206.416174, 428519.248574 ], [ 128199.999974, 428499.999974 ], [ 128299.999974, 428499.999974 ], [ 128312.805074, 428493.375674 ], [ 128499.999974, 428399.999974 ], [ 128515.03827399999136, 428396.24047399999108 ], [ 128899.999974, 428299.999974 ], [ 129778.23697399999946, 428202.418074 ], [ 129799.999974, 428199.999974 ], [ 130499.999974, 428099.999974 ], [ 130199.999974, 426199.999974 ], [ 130194.55177399999229, 426167.310774 ], [ 130099.999974, 425599.999974 ], [ 128907.129874, 425898.217574 ], [ 128899.999974, 425899.999974 ], [ 128399.999974, 425899.999974 ], [ 127499.999974, 425899.999974 ], [ 126738.56357399999979, 426090.359074 ], [ 126699.999974, 426099.999974 ], [ 126199.999974, 426199.999974 ], [ 125541.986674, 426388.003774 ], [ 125499.999974, 426399.999974 ], [ 124491.0965739999956, 426568.150574 ], [ 124299.999974, 426599.999974 ], [ 123899.999974, 426699.999974 ], [ 123299.999974, 426699.999974 ], [ 123130.21297399999457, 427803.615874 ], [ 123099.999974, 427999.999974 ], [ 123399.999974, 427999.999974 ], [ 123699.999974, 428099.999974 ], [ 124399.999974, 428499.999974 ], [ 124399.02787399999215, 428507.129174 ], [ 124359.296074, 428798.495674 ], [ 124104.792174, 430664.857674 ], [ 124146.866974, 430681.974274 ], [ 125362.82207399999606, 430214.299174 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0513" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109047.29687399999239, 449759.093774 ], [ 109077.05227399998694, 449706.803574 ], [ 109185.70317399999476, 449892.499974 ], [ 109192.3292739999888, 449907.670674 ], [ 109199.999974, 449899.999974 ], [ 109199.999974, 449344.652974 ], [ 109199.999974, 449299.999974 ], [ 109199.999974, 448899.999974 ], [ 109215.023774, 448892.4880739999935 ], [ 109399.999974, 448799.999974 ], [ 109417.71397399998386, 448799.999974 ], [ 109699.999974, 448799.999974 ], [ 109799.999974, 448799.999974 ], [ 109823.08807399999932, 448794.227974 ], [ 110199.999974, 448699.999974 ], [ 110799.999974, 448399.999974 ], [ 110999.999974, 447799.999974 ], [ 111145.20677399999113, 447654.79317399999127 ], [ 111252.22877399998833, 447547.771274 ], [ 111299.999974, 447499.999974 ], [ 111392.65727399999741, 447129.370874 ], [ 111399.999974, 447099.999974 ], [ 111699.999974, 446099.999974 ], [ 111559.507874, 446120.070274 ], [ 111310.40787399999681, 446155.65597399999388 ], [ 110999.999974, 446199.999974 ], [ 110699.999974, 446399.999974 ], [ 110685.385874, 446414.61417399998754 ], [ 110442.70737399999052, 446657.292574 ], [ 110399.999974, 446699.999974 ], [ 109799.999974, 446799.999974 ], [ 109758.54607399998349, 446768.909574 ], [ 109399.999974, 446499.999974 ], [ 109499.999974, 446299.999974 ], [ 109699.999974, 446099.999974 ], [ 109656.65947399998549, 446078.329774 ], [ 109099.999974, 445799.999974 ], [ 108699.999974, 445899.999974 ], [ 108331.97637399999076, 446176.017674 ], [ 108299.999974, 446199.999974 ], [ 107899.999974, 445699.999974 ], [ 107716.57917399998405, 445608.289574 ], [ 107699.999974, 445599.999974 ], [ 107199.999974, 445599.999974 ], [ 107150.63737399998354, 445575.318674 ], [ 106999.999974, 445499.999974 ], [ 106699.999974, 445699.999974 ], [ 106609.81837399999495, 445609.818374 ], [ 106599.999974, 445599.999974 ], [ 106469.28477399999974, 445599.999974 ], [ 106399.999974, 445599.999974 ], [ 105799.999974, 446199.999974 ], [ 105299.999974, 446299.999974 ], [ 104999.999974, 446599.999974 ], [ 105599.999974, 447099.999974 ], [ 105799.999974, 447199.999974 ], [ 105599.999974, 447399.999974 ], [ 105790.593774, 447590.593774 ], [ 105799.999974, 447599.999974 ], [ 106099.999974, 447899.999974 ], [ 106599.999974, 448099.999974 ], [ 106399.999974, 448299.999974 ], [ 105820.02297399999225, 448493.325674 ], [ 105799.999974, 448499.999974 ], [ 105732.67677399999229, 448600.984874 ], [ 105599.999974, 448799.999974 ], [ 106399.999974, 449099.999974 ], [ 106499.999974, 449099.999974 ], [ 106824.304474, 449331.646074 ], [ 107199.999974, 449599.999974 ], [ 107219.88437399998656, 449613.256274 ], [ 107457.99837399998796, 449771.99897399998736 ], [ 107499.999974, 449799.999974 ], [ 107799.999974, 449999.999974 ], [ 107799.999974, 450009.784774 ], [ 107799.999974, 450099.999974 ], [ 107800.32387399999425, 450100.194374 ], [ 108299.999974, 450399.999974 ], [ 108699.999974, 450299.999974 ], [ 108719.108974, 450290.445574 ], [ 108899.999974, 450199.999974 ], [ 108915.5112739999895, 450184.488674 ], [ 109047.492674, 450052.507374 ], [ 109028.20317399999476, 449864.999974 ], [ 109031.101574, 449787.499974 ], [ 109047.29687399999239, 449759.093774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0518" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 87711.799773999984609, 454685.2502739999909 ], [ 88099.999974, 454199.999974 ], [ 88110.253173999983119, 454181.202474 ], [ 88699.999974, 453099.999974 ], [ 88789.004874, 452565.970674 ], [ 88799.999974, 452499.999974 ], [ 88563.957173999981023, 452547.208574 ], [ 88316.82267399999546, 452576.448274 ], [ 88799.999974, 451899.999974 ], [ 87613.67447399999946, 452069.475074 ], [ 87399.999974, 452099.999974 ], [ 87361.95747399999527, 452107.608474 ], [ 86899.999974, 452199.999974 ], [ 86499.999974, 451899.999974 ], [ 86304.453473999979906, 451802.226774 ], [ 86299.999974, 451799.999974 ], [ 85599.999974, 450999.999974 ], [ 85595.4206739999936, 450995.420674 ], [ 85399.999974, 450799.999974 ], [ 85484.80787399999099, 450698.230574 ], [ 85899.999974, 450199.999974 ], [ 85972.06327399998554, 450272.063274 ], [ 85999.999974, 450299.999974 ], [ 86384.50167399999918, 450492.250874 ], [ 86399.999974, 450499.999974 ], [ 86799.999974, 449899.999974 ], [ 85899.999974, 449199.999974 ], [ 85743.973873999988427, 449418.43667399999686 ], [ 85436.30857399999513, 449849.167974 ], [ 85399.999974, 449899.999974 ], [ 84705.606673999980558, 449404.004774 ], [ 84699.999974, 449399.999974 ], [ 84648.519073999981629, 449348.519074 ], [ 84517.07697399999597, 449217.076974 ], [ 84499.999974, 449199.999974 ], [ 84493.265274, 449199.999974 ], [ 84399.999974, 449199.999974 ], [ 84399.999974, 449299.999974 ], [ 84099.999974, 449699.999974 ], [ 83899.999974, 450699.999974 ], [ 83645.642674, 450954.357374 ], [ 83599.999974, 450999.999974 ], [ 83599.999974, 451199.999974 ], [ 83789.08177399999113, 451483.622574 ], [ 83799.999974, 451499.999974 ], [ 83999.999974, 451599.999974 ], [ 83999.999974, 451601.692574 ], [ 83999.999974, 451699.999974 ], [ 83512.382573999988381, 452285.140974 ], [ 83499.999974, 452299.999974 ], [ 83699.999974, 452499.999974 ], [ 83999.999974, 452899.999974 ], [ 84036.973574, 452863.026374 ], [ 84399.999974, 452499.999974 ], [ 84499.999974, 452599.999974 ], [ 84599.999974, 452699.999974 ], [ 84301.18177399999695, 453098.42427399998996 ], [ 84299.999974, 453099.999974 ], [ 84797.434473999979673, 453497.94757399999071 ], [ 84799.999974, 453499.999974 ], [ 84813.68607399999746, 453512.441874 ], [ 85899.999974, 454499.999974 ], [ 86255.983374, 454677.991674 ], [ 86299.999974, 454699.999974 ], [ 86499.999974, 454299.999974 ], [ 86846.170274, 454415.39007399999537 ], [ 87099.999974, 454499.999974 ], [ 87121.729674, 454517.383674 ], [ 87599.999974, 454899.999974 ], [ 87613.978474, 454872.042974 ], [ 87699.999974, 454699.999974 ], [ 87711.799773999984609, 454685.2502739999909 ] ] ], [ [ [ 82699.999974, 457699.999974 ], [ 82099.999974, 457299.999974 ], [ 82100.064974, 457299.91337399999611 ], [ 82388.68837399999029, 456915.082174 ], [ 82399.999974, 456899.999974 ], [ 83099.999974, 457199.999974 ], [ 83299.999974, 457199.999974 ], [ 83399.999974, 457099.999974 ], [ 83486.619474, 457186.619474 ], [ 83499.999974, 457199.999974 ], [ 84399.999974, 457899.999974 ], [ 84475.68417399999453, 457899.999974 ], [ 84499.999974, 457899.999974 ], [ 84802.517674, 457521.852874 ], [ 84887.85997399999178, 457415.174974 ], [ 84899.999974, 457399.999974 ], [ 85299.999974, 456899.999974 ], [ 85499.999974, 456799.999974 ], [ 85499.80987399999867, 456526.306274 ], [ 85499.999974, 456499.999974 ], [ 85119.81957399999374, 456214.864674 ], [ 85099.999974, 456199.999974 ], [ 84499.999974, 455799.999974 ], [ 84493.73077399999602, 455793.730774 ], [ 84399.999974, 455699.999974 ], [ 84354.231773999985307, 455654.231774 ], [ 84104.041773999982979, 455404.041774 ], [ 84099.999974, 455399.999974 ], [ 83599.999974, 455099.999974 ], [ 83567.122773999988567, 455076.516274 ], [ 83546.91947399999481, 455062.085374 ], [ 83137.395774, 454769.568374 ], [ 82899.999974, 454599.999974 ], [ 82900.564274, 454599.652774 ], [ 84186.050874, 453808.584074 ], [ 84199.999974, 453799.999974 ], [ 83299.999974, 453099.999974 ], [ 83333.223273999989033, 453050.165074 ], [ 83473.81107399999746, 452839.28337399999145 ], [ 83465.682574, 452834.317474 ], [ 83199.999974, 453099.999974 ], [ 82870.710774, 452869.497574 ], [ 82849.291273999988334, 452854.503874 ], [ 82518.912274, 452623.238574 ], [ 82232.02457399998093, 452422.417174 ], [ 82202.22037399999681, 452401.55427399999462 ], [ 82199.999974, 452399.999974 ], [ 81899.999974, 452199.999974 ], [ 81599.999974, 451899.999974 ], [ 81589.089374, 451895.150774 ], [ 81109.630974, 451682.058174 ], [ 81104.471174, 451679.764974 ], [ 80699.999974, 451499.999974 ], [ 80692.84237399999984, 451499.999974 ], [ 80647.43227399999159, 451499.999974 ], [ 80599.999974, 451499.999974 ], [ 80299.999974, 451399.999974 ], [ 80006.99247399999877, 451106.992474 ], [ 79801.137174, 450901.137174 ], [ 79799.999974, 450899.999974 ], [ 79799.999974, 450799.999974 ], [ 79810.091774, 450773.08867399999872 ], [ 80099.999974, 449999.999974 ], [ 80189.37287399999332, 449642.508674 ], [ 80199.999974, 449599.999974 ], [ 80431.96487399999751, 449169.208074 ], [ 80654.93547399999807, 448755.119874 ], [ 80659.73617399999057, 448746.204274 ], [ 80899.999974, 448299.999974 ], [ 80599.999974, 448099.999974 ], [ 80099.999974, 447999.999974 ], [ 79707.925473999988753, 448294.055874 ], [ 79699.999974, 448299.999974 ], [ 79800.097573999984888, 448366.731774 ], [ 79999.999974, 448499.999974 ], [ 79523.494673999986844, 448881.204274 ], [ 79499.999974, 448899.999974 ], [ 79342.834673999983352, 449096.456674 ], [ 79131.029274, 449361.213374 ], [ 79123.718774, 449370.351574 ], [ 79099.999974, 449399.999974 ], [ 78899.999974, 449899.999974 ], [ 78871.54447399999481, 449928.455574 ], [ 78501.805674, 450298.194374 ], [ 78499.999974, 450299.999974 ], [ 77602.090674, 449601.626074 ], [ 77599.999974, 449599.999974 ], [ 76799.999974, 449199.999974 ], [ 75910.793474, 450682.010874 ], [ 75899.999974, 450699.999974 ], [ 75499.999974, 450199.999974 ], [ 74899.999974, 450099.999974 ], [ 74399.999974, 449799.999974 ], [ 74199.999974, 450099.999974 ], [ 74399.999974, 450199.999974 ], [ 73817.916074, 451364.167874 ], [ 73799.999974, 451399.999974 ], [ 73499.999974, 451899.999974 ], [ 73599.999974, 452099.999974 ], [ 73399.999974, 452499.999974 ], [ 74499.999974, 453599.999974 ], [ 74518.320974, 453621.139574 ], [ 75780.83367399999406, 455077.884974 ], [ 75799.999974, 455099.999974 ], [ 76669.301474, 456162.47957399999723 ], [ 76699.999974, 456199.999974 ], [ 77499.999974, 457199.999974 ], [ 77521.043073999986518, 457189.478474 ], [ 77699.999974, 457099.999974 ], [ 78099.999974, 456999.999974 ], [ 78299.999974, 457099.999974 ], [ 78599.999974, 457399.999974 ], [ 78499.999974, 457499.999974 ], [ 78199.999974, 457199.999974 ], [ 77799.999974, 457399.999974 ], [ 77799.999974, 457599.999974 ], [ 77799.999974, 457699.999974 ], [ 78199.999974, 457999.999974 ], [ 78203.427674, 458003.427674 ], [ 78468.34847399999853, 458268.34847399999853 ], [ 78499.999974, 458299.999974 ], [ 79199.999974, 459099.999974 ], [ 79215.91087399999378, 459112.728674 ], [ 79697.308873999980278, 459497.847074 ], [ 79699.999974, 459499.999974 ], [ 80799.999974, 460499.999974 ], [ 82485.64007399999537, 458417.738774 ], [ 82493.04377399999066, 458408.593074 ], [ 82499.999974, 458399.999974 ], [ 82513.733073999988846, 458381.689174 ], [ 82799.999974, 457999.999974 ], [ 82699.999974, 457699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0523" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117799.999974, 427217.036074 ], [ 117799.999974, 427199.999974 ], [ 118299.999974, 427199.999974 ], [ 118899.999974, 427299.999974 ], [ 118973.21357399999397, 427275.595474 ], [ 119199.999974, 427199.999974 ], [ 120027.56357399999979, 427291.951474 ], [ 120043.20317399999476, 427291.187474 ], [ 120054.28037399999448, 427294.132174 ], [ 120059.372474, 427295.485874 ], [ 120099.999974, 427299.999974 ], [ 121199.999974, 427599.999974 ], [ 122099.999974, 427899.999974 ], [ 122102.37647399998968, 427900.237674 ], [ 123099.999974, 427999.999974 ], [ 123130.21297399999457, 427803.615874 ], [ 123299.999974, 426699.999974 ], [ 122322.68117399999755, 426504.536274 ], [ 122299.999974, 426499.999974 ], [ 121699.999974, 426299.999974 ], [ 120533.143274, 425619.333574 ], [ 120499.999974, 425599.999974 ], [ 120399.999974, 425399.999974 ], [ 120299.999974, 425699.999974 ], [ 119499.999974, 425599.999974 ], [ 118399.999974, 425699.999974 ], [ 118392.93917399999918, 425700.70607399998698 ], [ 117399.999974, 425799.999974 ], [ 117371.390374, 425798.63767399999779 ], [ 115299.999974, 425699.999974 ], [ 115299.999974, 425999.999974 ], [ 114999.999974, 426099.999974 ], [ 114985.83867399999872, 426114.161274 ], [ 114905.00777399999788, 426194.992274 ], [ 114899.999974, 426199.999974 ], [ 114799.999974, 426899.999974 ], [ 114799.999974, 426948.888974 ], [ 114799.999974, 428799.999974 ], [ 115264.7724739999976, 429171.817974 ], [ 115299.999974, 429199.999974 ], [ 115399.999974, 429199.999974 ], [ 117199.999974, 430399.999974 ], [ 117799.90347399999155, 427400.482474 ], [ 117799.999974, 427399.999974 ], [ 117799.999974, 427217.036074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0530" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 71999.999974, 429799.999974 ], [ 72199.999974, 429699.999974 ], [ 72499.999974, 429699.999974 ], [ 72999.999974, 429699.999974 ], [ 73099.999974, 429699.999974 ], [ 73096.464073999988614, 429689.392074 ], [ 72999.999974, 429399.999974 ], [ 72815.977274, 429123.9658739999868 ], [ 72799.999974, 429099.999974 ], [ 72499.999974, 428799.999974 ], [ 72299.999974, 428499.999974 ], [ 72299.999974, 428299.999974 ], [ 72199.999974, 428099.999974 ], [ 70999.999974, 427099.999974 ], [ 70799.999974, 426999.999974 ], [ 70799.999974, 427099.999974 ], [ 70761.910173999989638, 427071.432574 ], [ 70409.35017399999197, 426807.012574 ], [ 70399.999974, 426799.999974 ], [ 70299.999974, 426599.999974 ], [ 70099.999974, 426699.999974 ], [ 69499.999974, 426599.999974 ], [ 69231.28107399999863, 426779.145974 ], [ 69199.999974, 426799.999974 ], [ 69027.57577399999718, 426713.787874 ], [ 68999.999974, 426699.999974 ], [ 68899.999974, 426399.999974 ], [ 68799.999974, 426399.999974 ], [ 68462.876373999984935, 426399.999974 ], [ 68232.239474, 426399.999974 ], [ 68199.999974, 426399.999974 ], [ 67799.999974, 426699.999974 ], [ 67699.999974, 426799.999974 ], [ 67499.999974, 427099.999974 ], [ 67482.667473999987124, 427108.666274 ], [ 67299.999974, 427199.999974 ], [ 67099.999974, 427299.999974 ], [ 66699.999974, 427299.999974 ], [ 66399.999974, 427199.999974 ], [ 66099.999974, 427399.999974 ], [ 65899.999974, 427499.999974 ], [ 64499.99997399999847, 428999.999974 ], [ 64399.99997399999847, 428999.999974 ], [ 63202.67057399999612, 428401.335274 ], [ 63145.95277399999759, 428375.235974 ], [ 63145.828173999987484, 428375.10437399998773 ], [ 63145.770273999987694, 428375.151974 ], [ 63106.1622739999948, 428407.730274 ], [ 63105.510773999987578, 428408.26617399998941 ], [ 63299.99997399999847, 428699.999974 ], [ 63999.99997399999847, 429199.999974 ], [ 64099.99997399999847, 429399.999974 ], [ 65099.99997399999847, 429499.999974 ], [ 65199.99997399999847, 429899.999974 ], [ 65499.99997399999847, 430099.999974 ], [ 66199.999974, 430199.999974 ], [ 67499.999974, 430699.999974 ], [ 67799.999974, 430999.999974 ], [ 67699.999974, 431399.999974 ], [ 67699.999974, 431599.999974 ], [ 68199.999974, 431999.999974 ], [ 68499.999974, 432699.999974 ], [ 68500.42857399999048, 432700.257174 ], [ 68992.18547399999807, 432995.311274 ], [ 68999.999974, 432999.999974 ], [ 69099.999974, 432999.999974 ], [ 70199.999974, 433299.999974 ], [ 70399.999974, 432899.999974 ], [ 70099.999974, 432699.999974 ], [ 70099.999974, 432499.999974 ], [ 70499.999974, 431699.999974 ], [ 70999.999974, 431599.999974 ], [ 72199.999974, 431099.999974 ], [ 71699.999974, 430599.999974 ], [ 71499.999974, 430399.999974 ], [ 71999.999974, 430099.999974 ], [ 71999.999974, 429799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0531" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 104899.999974, 429299.999974 ], [ 104926.36957399998209, 429260.445574 ], [ 105099.999974, 428999.999974 ], [ 105107.86837399998331, 428990.820274 ], [ 105699.999974, 428299.999974 ], [ 105799.999974, 427999.999974 ], [ 105799.999974, 427699.999974 ], [ 105499.999974, 427099.999974 ], [ 105552.47817399998894, 426785.131074 ], [ 105599.999974, 426499.999974 ], [ 105419.41067399998428, 426590.294674 ], [ 105399.999974, 426599.999974 ], [ 105299.999974, 426699.999974 ], [ 105294.54607399998349, 426709.08977399999276 ], [ 104999.999974, 427199.999974 ], [ 104882.114574, 427160.704874 ], [ 104874.700974, 427158.233674 ], [ 104424.17367399999057, 427008.057874 ], [ 104421.16037399999914, 427007.053474 ], [ 104399.999974, 426999.999974 ], [ 103930.58317399999942, 426798.821374 ], [ 103699.999974, 426699.999974 ], [ 103689.84137399998144, 426697.460374 ], [ 103299.999974, 426599.999974 ], [ 103192.98857399998815, 426635.670474 ], [ 102999.999974, 426699.999974 ], [ 102978.26927399999113, 426715.521974 ], [ 102966.33767399998032, 426724.04447399999481 ], [ 102299.999974, 427199.999974 ], [ 102267.98327399999835, 427216.008374 ], [ 101714.58527399998275, 427492.70737399999052 ], [ 101699.999974, 427499.999974 ], [ 100799.999974, 428099.999974 ], [ 101099.999974, 429199.999974 ], [ 101599.999974, 429399.999974 ], [ 102099.999974, 429499.999974 ], [ 102570.33227399998577, 429782.199374 ], [ 102599.999974, 429799.999974 ], [ 102799.999974, 429799.999974 ], [ 102808.71487399999751, 429788.380174 ], [ 103099.999974, 429399.999974 ], [ 103289.6417739999888, 429305.179074 ], [ 103299.999974, 429299.999974 ], [ 103688.85437399998773, 429744.404974 ], [ 103691.161174, 429747.041374 ], [ 103999.999974, 430099.999974 ], [ 103599.999974, 430599.999974 ], [ 103199.999974, 431399.999974 ], [ 103199.999974, 431432.727974 ], [ 103199.999974, 431499.999974 ], [ 103255.61427399999229, 431452.330674 ], [ 103882.714474, 430914.816174 ], [ 103899.999974, 430899.999974 ], [ 104299.999974, 430399.999974 ], [ 104899.999974, 429299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0532" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 146399.999974, 522199.999974 ], [ 146199.999974, 521999.999974 ], [ 145999.999974, 522099.999974 ], [ 145499.999974, 521999.999974 ], [ 145399.999974, 522099.999974 ], [ 145390.829574, 522099.999974 ], [ 144599.999974, 522099.999974 ], [ 144584.580774, 522097.278974 ], [ 142899.999974, 521799.999974 ], [ 142799.999974, 521599.999974 ], [ 142699.999974, 521199.999974 ], [ 142663.360774, 521163.360774 ], [ 142662.1582739999867, 521162.158274 ], [ 142599.999974, 521099.999974 ], [ 142099.999974, 522799.999974 ], [ 142083.97337399999378, 522845.408674 ], [ 141499.999974, 524499.999974 ], [ 141399.999974, 524799.999974 ], [ 142471.08297399998992, 525286.855874 ], [ 142499.999974, 525299.999974 ], [ 143068.005674, 525489.335174 ], [ 143099.999974, 525499.999974 ], [ 143799.999974, 525599.999974 ], [ 144487.20547399998759, 525599.999974 ], [ 144499.999974, 525599.999974 ], [ 146199.999974, 525399.999974 ], [ 146299.999974, 524299.999974 ], [ 146299.999974, 524287.474174 ], [ 146299.999974, 523199.999974 ], [ 146302.478674, 523175.212974 ], [ 146399.999974, 522199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0534" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 101299.999974, 481299.999974 ], [ 102099.999974, 480899.999974 ], [ 102099.999974, 480699.999974 ], [ 101499.999974, 479799.999974 ], [ 101492.53967399999965, 479785.079274 ], [ 101199.999974, 479199.999974 ], [ 101190.93657399999211, 479168.278074 ], [ 100999.999974, 478499.999974 ], [ 100863.580274, 478145.308674 ], [ 100742.48377399999299, 477830.457674 ], [ 100499.999974, 477199.999974 ], [ 100199.999974, 476999.999974 ], [ 100170.17507399999886, 476970.175074 ], [ 99399.999974, 476199.999974 ], [ 99299.999974, 476299.999974 ], [ 99278.87577399998554, 476316.899374 ], [ 99065.594473999983165, 476487.524374 ], [ 98806.652574, 476694.67797399999108 ], [ 98799.999974, 476699.999974 ], [ 98099.999974, 477399.999974 ], [ 97399.999974, 477999.999974 ], [ 97399.999974, 478099.999974 ], [ 97899.999974, 478999.999974 ], [ 97901.53717399999732, 479001.152874 ], [ 98299.999974, 479299.999974 ], [ 98799.999974, 480499.999974 ], [ 99199.999974, 481299.999974 ], [ 99223.193673999980092, 481284.537574 ], [ 99499.999974, 481099.999974 ], [ 100199.999974, 481499.999974 ], [ 100217.73267399999895, 481491.133674 ], [ 100380.57197399999131, 481409.713974 ], [ 100399.999974, 481399.999974 ], [ 100713.29857399998582, 481365.18907399999443 ], [ 101276.16997399998945, 481302.647774 ], [ 101299.999974, 481299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0537" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 90270.960574, 469229.039374 ], [ 90299.999974, 469199.999974 ], [ 90799.999974, 469799.999974 ], [ 91199.999974, 469799.999974 ], [ 91899.999974, 470199.999974 ], [ 91899.999974, 469799.999974 ], [ 91799.999974, 469599.999974 ], [ 91399.999974, 469199.999974 ], [ 91499.999974, 469099.999974 ], [ 91591.58617399999639, 468871.03467399999499 ], [ 91699.999974, 468599.999974 ], [ 91899.999974, 468399.999974 ], [ 91699.999974, 468099.999974 ], [ 91905.569373999984236, 468099.999974 ], [ 91999.999974, 468099.999974 ], [ 91698.429573999979766, 467134.974774 ], [ 91513.56287399999565, 466543.40117399999872 ], [ 91499.999974, 466499.999974 ], [ 90799.999974, 466499.999974 ], [ 90797.385274, 466499.626474 ], [ 90718.199973999988288, 466488.314274 ], [ 90099.999974, 466399.999974 ], [ 89899.999974, 466299.999974 ], [ 90599.999974, 466099.999974 ], [ 90612.422273999982281, 466087.577774 ], [ 90799.999974, 465899.999974 ], [ 90799.999974, 465599.999974 ], [ 90599.999974, 465099.999974 ], [ 90599.999974, 464799.999974 ], [ 90606.180074, 464781.459874 ], [ 90799.999974, 464199.999974 ], [ 90763.92187399999239, 464157.908774 ], [ 90199.999974, 463499.999974 ], [ 89599.999974, 463799.999974 ], [ 89232.710174, 463891.822474 ], [ 89199.999974, 463899.999974 ], [ 88699.999974, 464199.999974 ], [ 88299.999974, 464399.999974 ], [ 88099.999974, 464999.999974 ], [ 87799.999974, 464799.999974 ], [ 87797.282474, 464805.435074 ], [ 87738.683373999985633, 464922.633274 ], [ 87699.999974, 464999.999974 ], [ 87698.146473999979207, 465002.780274 ], [ 87499.999974, 465299.999974 ], [ 87490.732473999989452, 465307.722974 ], [ 86899.999974, 465799.999974 ], [ 85799.999974, 466999.999974 ], [ 86384.66277399999672, 468071.881774 ], [ 86399.999974, 468099.999974 ], [ 87379.06717399999616, 469666.507374 ], [ 87399.999974, 469699.999974 ], [ 87899.999974, 470599.999974 ], [ 88499.999974, 470199.999974 ], [ 88522.89617399999406, 470188.55187399999704 ], [ 88899.999974, 469999.999974 ], [ 89353.645074, 469848.784974 ], [ 89499.999974, 469799.999974 ], [ 89899.999974, 469599.999974 ], [ 90022.308973999985028, 469477.691074 ], [ 90270.960574, 469229.039374 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0542" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 102499.999974, 437799.999974 ], [ 102998.395074, 437301.604974 ], [ 102999.999974, 437299.999974 ], [ 103799.999974, 436299.999974 ], [ 103733.31457399998908, 436259.988674 ], [ 103299.999974, 435999.999974 ], [ 102436.90027399998507, 435808.200074 ], [ 102399.999974, 435799.999974 ], [ 100899.999974, 435699.999974 ], [ 100599.999974, 435599.999974 ], [ 100592.79797399998643, 435592.797974 ], [ 100399.999974, 435399.999974 ], [ 99599.999974, 435399.999974 ], [ 99199.999974, 435299.999974 ], [ 98699.999974, 435399.999974 ], [ 97699.999974, 435599.999974 ], [ 97338.911774, 435509.727974 ], [ 97299.999974, 435499.999974 ], [ 97399.999974, 435699.999974 ], [ 97996.58247399999527, 435898.860874 ], [ 97999.999974, 435899.999974 ], [ 98477.12177399999928, 435995.424374 ], [ 98499.999974, 435999.999974 ], [ 98850.37407399999211, 436250.267174 ], [ 99199.999974, 436499.999974 ], [ 99399.999974, 436799.999974 ], [ 99400.589073999988614, 436800.883674 ], [ 99599.999974, 437099.999974 ], [ 99605.191273999982513, 437105.191274 ], [ 99669.864073999982793, 437169.864074 ], [ 99699.999974, 437199.999974 ], [ 100012.881074, 437387.728674 ], [ 100429.7954739999841, 437637.877274 ], [ 100699.999974, 437799.999974 ], [ 100725.059974, 437808.353374 ], [ 100973.94887399999425, 437891.316274 ], [ 100999.999974, 437899.999974 ], [ 101299.999974, 437799.999974 ], [ 101351.63067399998545, 437782.789774 ], [ 101599.999974, 437699.999974 ], [ 101799.999974, 437799.999974 ], [ 102099.999974, 438299.999974 ], [ 102487.4206739999936, 437815.724174 ], [ 102499.999974, 437799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0545" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 135399.999974, 439799.999974 ], [ 137299.999974, 438499.999974 ], [ 137499.999974, 438799.999974 ], [ 138186.53227399999741, 438612.763974 ], [ 138599.999974, 438499.999974 ], [ 138599.999974, 438399.999974 ], [ 138499.999974, 438199.999974 ], [ 138599.999974, 437899.999974 ], [ 138199.999974, 437399.999974 ], [ 137699.999974, 436699.999974 ], [ 137499.999974, 436299.999974 ], [ 137424.382974, 436224.382974 ], [ 137399.999974, 436199.999974 ], [ 136499.999974, 434499.999974 ], [ 136399.999974, 433799.999974 ], [ 136298.30437399999937, 433596.608774 ], [ 136225.351574, 433450.703174 ], [ 136199.999974, 433399.999974 ], [ 136099.999974, 433299.999974 ], [ 135599.999974, 433399.999974 ], [ 134808.49837399998796, 433399.999974 ], [ 134799.999974, 433399.999974 ], [ 134599.999974, 433399.999974 ], [ 134583.56587399999262, 433383.565874 ], [ 134399.999974, 433199.999974 ], [ 134299.999974, 432499.999974 ], [ 134268.50897399999667, 432452.763474 ], [ 134111.882274, 432217.823374 ], [ 134099.999974, 432199.999974 ], [ 133910.63577399999485, 432010.635774 ], [ 133899.999974, 431999.999974 ], [ 133399.999974, 431799.999974 ], [ 133351.148374, 431799.999974 ], [ 133299.999974, 431799.999974 ], [ 133295.835774, 431799.999974 ], [ 132599.999974, 431799.999974 ], [ 132199.999974, 431699.999974 ], [ 131999.999974, 431399.999974 ], [ 131899.999974, 431099.999974 ], [ 131899.999974, 430899.999974 ], [ 132599.999974, 430399.999974 ], [ 132699.999974, 430299.999974 ], [ 132680.41957399999956, 430280.419574 ], [ 132499.999974, 430099.999974 ], [ 131999.999974, 429999.999974 ], [ 131399.999974, 430099.999974 ], [ 130199.999974, 430099.999974 ], [ 130199.999974, 430599.999974 ], [ 129799.999974, 431199.999974 ], [ 129899.999974, 431999.999974 ], [ 130099.999974, 432499.999974 ], [ 130199.999974, 432699.999974 ], [ 132699.999974, 433799.999974 ], [ 132690.31047399999807, 433822.608874 ], [ 132399.999974, 434499.999974 ], [ 132393.58437399999821, 434519.246874 ], [ 132199.999974, 435099.999974 ], [ 132199.999974, 435103.666674 ], [ 132199.999974, 435299.999974 ], [ 132203.223574, 435304.029374 ], [ 132599.999974, 435799.999974 ], [ 132299.999974, 435899.999974 ], [ 132499.999974, 436099.999974 ], [ 132512.683074, 436117.756274 ], [ 132999.999974, 436799.999974 ], [ 133779.630574, 437969.445774 ], [ 133799.999974, 437999.999974 ], [ 134365.319274, 437717.340374 ], [ 134399.999974, 437699.999974 ], [ 135199.999974, 439099.999974 ], [ 135199.999974, 439399.999974 ], [ 135399.999974, 439799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0546" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 95506.83727399999043, 465965.813574 ], [ 95599.999974, 465499.999974 ], [ 95321.526874, 465128.70257399999537 ], [ 95299.999974, 465099.999974 ], [ 95299.999974, 464928.696874 ], [ 95299.999974, 464310.834274 ], [ 95299.999974, 463999.999974 ], [ 95307.89317399999709, 463992.106874 ], [ 95584.357273999979952, 463715.642674 ], [ 95599.999974, 463699.999974 ], [ 95699.999974, 463499.999974 ], [ 95799.999974, 463199.999974 ], [ 95799.999974, 463177.581774 ], [ 95799.999974, 463018.155674 ], [ 95799.999974, 463016.262174 ], [ 95799.999974, 462999.999974 ], [ 95899.999974, 462499.999974 ], [ 95899.999974, 462495.825274 ], [ 95899.999974, 462399.999974 ], [ 95299.999974, 462099.999974 ], [ 94999.999974, 461799.999974 ], [ 95099.999974, 461699.999974 ], [ 95123.47407399999793, 461699.999974 ], [ 95160.161373999988427, 461668.129174 ], [ 95156.966774, 461665.573474 ], [ 94199.999974, 460899.999974 ], [ 94197.48067399999127, 460897.48067399999127 ], [ 94114.404573999985587, 460814.404574 ], [ 93899.999974, 460599.999974 ], [ 93865.68117399999755, 460579.408674 ], [ 93399.999974, 460299.999974 ], [ 92399.999974, 459399.999974 ], [ 92299.999974, 459899.999974 ], [ 92399.999974, 459899.999974 ], [ 92399.999974, 459999.999974 ], [ 92199.999974, 460499.999974 ], [ 91999.999974, 460499.999974 ], [ 91899.999974, 460599.999974 ], [ 92049.484173999982886, 460898.968274 ], [ 92099.999974, 460999.999974 ], [ 92099.999974, 461199.999974 ], [ 92094.83487399999285, 461230.990874 ], [ 91999.999974, 461799.999974 ], [ 91999.999974, 461816.656274 ], [ 91999.999974, 462399.999974 ], [ 91992.400373999989824, 462430.39857399999164 ], [ 91899.999974, 462799.999974 ], [ 91602.75407399999676, 462799.999974 ], [ 91514.584773999988101, 462799.999974 ], [ 91499.999974, 462799.999974 ], [ 91399.999974, 462699.999974 ], [ 91364.696873999986565, 462643.51507399999537 ], [ 90899.999974, 461899.999974 ], [ 90872.79137399999308, 461872.791374 ], [ 90799.999974, 461799.999974 ], [ 90766.6761739999929, 461799.999974 ], [ 90399.999974, 461799.999974 ], [ 90399.999974, 462299.999974 ], [ 90399.999974, 462399.999974 ], [ 90299.999974, 462799.999974 ], [ 90290.251273999980185, 462819.497474 ], [ 90099.999974, 463199.999974 ], [ 90199.999974, 463499.999974 ], [ 90763.92187399999239, 464157.908774 ], [ 90799.999974, 464199.999974 ], [ 90892.37177399999928, 464661.858674 ], [ 90899.999974, 464699.999974 ], [ 91199.999974, 465199.999974 ], [ 91264.00717399999849, 465199.999974 ], [ 91299.999974, 465199.999974 ], [ 91999.999974, 464999.999974 ], [ 92037.623873999982607, 465047.02987399999984 ], [ 92397.77237399999285, 465497.215374 ], [ 92399.999974, 465499.999974 ], [ 92405.35297399997944, 465506.423574 ], [ 92872.722374, 466067.266874 ], [ 92899.999974, 466099.999974 ], [ 92999.999974, 466099.999974 ], [ 93304.860473999986425, 465978.055774 ], [ 93465.764074, 465913.694374 ], [ 93499.999974, 465899.999974 ], [ 93799.999974, 465599.999974 ], [ 93872.309974, 465672.309974 ], [ 93899.999974, 465699.999974 ], [ 93988.705874, 465877.411774 ], [ 93999.999974, 465899.999974 ], [ 94199.999974, 466599.999974 ], [ 94599.999974, 466599.999974 ], [ 94899.999974, 466599.999974 ], [ 94905.243874, 466598.501774 ], [ 95599.999974, 466399.999974 ], [ 95499.999974, 465999.999974 ], [ 95506.83727399999043, 465965.813574 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0547" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 95599.999974, 466399.999974 ], [ 96399.999974, 466099.999974 ], [ 96899.999974, 466099.999974 ], [ 97096.22007399998256, 465609.449674 ], [ 97099.999974, 465599.999974 ], [ 97199.724373999983072, 465201.102474 ], [ 97199.999974, 465199.999974 ], [ 97699.999974, 464399.999974 ], [ 97899.999974, 464199.999974 ], [ 98399.999974, 464599.999974 ], [ 98578.94757399999071, 464510.526274 ], [ 98588.08607399999164, 464482.129174 ], [ 98399.999974, 464199.999974 ], [ 98499.999974, 463999.999974 ], [ 99199.999974, 463099.999974 ], [ 99099.999974, 461899.999974 ], [ 98799.999974, 461099.999974 ], [ 98537.09467399999266, 460837.094674 ], [ 98499.999974, 460799.999974 ], [ 98405.131074, 460705.131074 ], [ 98399.999974, 460699.999974 ], [ 98259.00087399999029, 460861.141874 ], [ 97699.999974, 461499.999974 ], [ 97299.999974, 461699.999974 ], [ 96699.999974, 461799.999974 ], [ 96413.873873999982607, 461895.375374 ], [ 96399.999974, 461899.999974 ], [ 96199.999974, 461999.999974 ], [ 96191.331474, 462011.55797399999574 ], [ 95899.999974, 462399.999974 ], [ 95899.999974, 462495.825274 ], [ 95899.999974, 462499.999974 ], [ 95799.999974, 462999.999974 ], [ 95799.999974, 463016.262174 ], [ 95799.999974, 463018.155674 ], [ 95799.999974, 463177.581774 ], [ 95799.999974, 463199.999974 ], [ 95699.999974, 463499.999974 ], [ 95599.999974, 463699.999974 ], [ 95584.357273999979952, 463715.642674 ], [ 95307.89317399999709, 463992.106874 ], [ 95299.999974, 463999.999974 ], [ 95299.999974, 464310.834274 ], [ 95299.999974, 464928.696874 ], [ 95299.999974, 465099.999974 ], [ 95321.526874, 465128.70257399999537 ], [ 95599.999974, 465499.999974 ], [ 95506.83727399999043, 465965.813574 ], [ 95499.999974, 465999.999974 ], [ 95599.999974, 466399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0553" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 98001.434974, 470799.999974 ], [ 97999.999974, 470799.999974 ], [ 97029.09897399999318, 471576.720774 ], [ 96749.628074, 471800.297574 ], [ 96499.999974, 471999.999974 ], [ 96497.769673999981023, 472001.672774 ], [ 96099.999974, 472299.999974 ], [ 96105.84507399998256, 472305.845074 ], [ 96399.999974, 472599.999974 ], [ 96499.999974, 472899.999974 ], [ 95999.999974, 473299.999974 ], [ 96199.999974, 473599.999974 ], [ 96099.999974, 473699.999974 ], [ 96093.95557399999234, 473706.044374 ], [ 95299.999974, 474499.999974 ], [ 95999.999974, 475299.999974 ], [ 96684.75227399999858, 476473.861074 ], [ 96699.999974, 476499.999974 ], [ 96499.999974, 476599.999974 ], [ 96599.999974, 476799.999974 ], [ 96618.860874, 476818.860874 ], [ 96965.31537399999797, 477165.31537399999797 ], [ 96999.999974, 477199.999974 ], [ 97399.999974, 477999.999974 ], [ 98099.999974, 477399.999974 ], [ 98799.999974, 476699.999974 ], [ 98806.652574, 476694.67797399999108 ], [ 99065.594473999983165, 476487.524374 ], [ 99278.87577399998554, 476316.899374 ], [ 99299.999974, 476299.999974 ], [ 99399.999974, 476199.999974 ], [ 99099.999974, 475899.999974 ], [ 99099.999974, 475715.489474 ], [ 99099.999974, 475699.999974 ], [ 99099.999974, 475499.999974 ], [ 99100.855974, 475495.720074 ], [ 99199.999974, 474999.999974 ], [ 99101.67937399999937, 474508.396774 ], [ 99099.999974, 474499.999974 ], [ 99099.999974, 473910.480474 ], [ 99099.999974, 473899.999974 ], [ 98907.262874, 473321.788674 ], [ 98899.999974, 473299.999974 ], [ 98859.962873999989824, 473019.740174 ], [ 98799.999974, 472599.999974 ], [ 98798.87477399999625, 472597.186874 ], [ 98599.999974, 472099.999974 ], [ 98199.999974, 471899.999974 ], [ 98193.3915739999793, 471893.391574 ], [ 98099.999974, 471799.999974 ], [ 97799.999974, 471299.999974 ], [ 98017.505974, 470937.489974 ], [ 98099.999974, 470799.999974 ], [ 98001.434974, 470799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0556" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 75507.07147399999667, 440185.85697399999481 ], [ 75599.999974, 439999.999974 ], [ 75899.999974, 440099.999974 ], [ 76099.999974, 439999.999974 ], [ 76199.999974, 439899.999974 ], [ 76219.58377399999881, 439875.07517399999779 ], [ 77299.999974, 438499.999974 ], [ 77584.02547399999457, 438215.974474 ], [ 77599.999974, 438199.999974 ], [ 77871.007374, 438019.328374 ], [ 77899.999974, 437999.999974 ], [ 78368.15057399999932, 437812.739774 ], [ 78399.999974, 437799.999974 ], [ 79699.999974, 437499.999974 ], [ 78633.378674, 436433.378674 ], [ 78599.999974, 436399.999974 ], [ 77999.999974, 435799.999974 ], [ 77899.999974, 435899.999974 ], [ 76199.999974, 436899.999974 ], [ 75599.999974, 437499.999974 ], [ 75599.76567399999476, 437500.351474 ], [ 74999.999974, 438399.999974 ], [ 74199.999974, 438999.999974 ], [ 74355.426573999982793, 439279.767874 ], [ 74699.999974, 439899.999974 ], [ 75299.999974, 440599.999974 ], [ 75312.73507399999653, 440574.529974 ], [ 75507.07147399999667, 440185.85697399999481 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0559" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 67899.999974, 422999.999974 ], [ 68999.999974, 422699.999974 ], [ 69099.999974, 422899.999974 ], [ 70099.999974, 422299.999974 ], [ 70599.999974, 421899.999974 ], [ 71799.999974, 421499.999974 ], [ 72399.999974, 421299.999974 ], [ 72599.999974, 421299.999974 ], [ 72799.999974, 420799.999974 ], [ 74199.999974, 419399.999974 ], [ 76099.999974, 417899.999974 ], [ 76111.993473999988055, 417888.006474 ], [ 76299.999974, 417699.999974 ], [ 76199.999974, 417599.999974 ], [ 76577.268573999986984, 417128.414274 ], [ 76599.999974, 417099.999974 ], [ 77199.999974, 416299.999974 ], [ 76999.999974, 415999.999974 ], [ 76999.999974, 415899.999974 ], [ 76899.999974, 415699.999974 ], [ 76599.999974, 415399.999974 ], [ 76399.999974, 415499.999974 ], [ 76199.999974, 415499.999974 ], [ 76099.999974, 414999.999974 ], [ 75999.999974, 414799.999974 ], [ 75913.35197399999015, 414799.999974 ], [ 75899.999974, 414799.999974 ], [ 71399.999974, 415299.999974 ], [ 71417.571674, 415264.856574 ], [ 71499.999974, 415099.999974 ], [ 71399.999974, 414699.999974 ], [ 71099.999974, 414499.999974 ], [ 70999.999974, 414299.999974 ], [ 70999.999974, 414099.999974 ], [ 70999.999974, 414089.808274 ], [ 70999.999974, 412899.999974 ], [ 71599.999974, 412199.999974 ], [ 71099.999974, 411799.999974 ], [ 70399.999974, 411499.999974 ], [ 69899.999974, 411299.999974 ], [ 70299.999974, 411799.999974 ], [ 69799.999974, 412699.999974 ], [ 68499.999974, 413299.999974 ], [ 68199.999974, 413499.999974 ], [ 67499.999974, 413799.999974 ], [ 67099.999974, 413899.999974 ], [ 67399.999974, 414599.999974 ], [ 67608.323073999985354, 414599.999974 ], [ 67899.999974, 414599.999974 ], [ 68299.999974, 414699.999974 ], [ 67899.999974, 415299.999974 ], [ 68199.999974, 415499.999974 ], [ 68264.380573999980697, 415821.902774 ], [ 68299.999974, 415999.999974 ], [ 67799.999974, 417199.999974 ], [ 67599.999974, 417599.999974 ], [ 67399.999974, 418099.999974 ], [ 67699.999974, 418799.999974 ], [ 67999.999974, 419099.999974 ], [ 67714.010874, 419576.648474 ], [ 67699.999974, 419599.999974 ], [ 67599.999974, 419599.999974 ], [ 67599.999974, 419999.999974 ], [ 67699.999974, 420499.999974 ], [ 66699.999974, 420499.999974 ], [ 66999.76927399999113, 421699.076974 ], [ 66999.999974, 421699.999974 ], [ 67299.999974, 422599.999974 ], [ 67899.999974, 423399.999974 ], [ 68199.999974, 423299.999974 ], [ 67899.999974, 422999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0568" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 78999.999974, 431199.999974 ], [ 79199.999974, 429599.999974 ], [ 79399.999974, 429399.999974 ], [ 79699.999974, 429299.999974 ], [ 80099.999974, 428699.999974 ], [ 79799.999974, 428399.999974 ], [ 79799.999974, 427999.999974 ], [ 79999.999974, 427299.999974 ], [ 80199.999974, 426899.999974 ], [ 80399.999974, 426499.999974 ], [ 81099.999974, 426399.999974 ], [ 81199.999974, 425299.999974 ], [ 80399.999974, 424999.999974 ], [ 79919.40967399999499, 424519.40967399999499 ], [ 79899.999974, 424499.999974 ], [ 79699.999974, 424299.999974 ], [ 79222.501473999989685, 424395.499674 ], [ 79199.999974, 424399.999974 ], [ 78099.999974, 424599.999974 ], [ 77599.999974, 424499.999974 ], [ 77499.999974, 424399.999974 ], [ 76299.999974, 422499.999974 ], [ 76099.999974, 422499.999974 ], [ 75799.999974, 422499.999974 ], [ 75199.999974, 422799.999974 ], [ 74899.999974, 423199.999974 ], [ 74299.999974, 423799.999974 ], [ 73999.999974, 424099.999974 ], [ 72799.999974, 424599.999974 ], [ 72726.69407399999909, 424599.999974 ], [ 72099.999974, 424599.999974 ], [ 71899.999974, 424699.999974 ], [ 70799.999974, 426099.999974 ], [ 70405.676673999987543, 426494.323274 ], [ 70399.999974, 426499.999974 ], [ 70299.999974, 426499.999974 ], [ 70299.999974, 426599.999974 ], [ 70399.999974, 426799.999974 ], [ 70409.35017399999197, 426807.012574 ], [ 70761.910173999989638, 427071.432574 ], [ 70799.999974, 427099.999974 ], [ 70799.999974, 426999.999974 ], [ 70999.999974, 427099.999974 ], [ 72199.999974, 428099.999974 ], [ 72299.999974, 428299.999974 ], [ 72299.999974, 428499.999974 ], [ 72499.999974, 428799.999974 ], [ 72799.999974, 429099.999974 ], [ 72815.977274, 429123.9658739999868 ], [ 72999.999974, 429399.999974 ], [ 73096.464073999988614, 429689.392074 ], [ 73099.999974, 429699.999974 ], [ 72999.999974, 429699.999974 ], [ 72499.999974, 429699.999974 ], [ 72199.999974, 429699.999974 ], [ 75999.999974, 432199.999974 ], [ 76099.999974, 432099.999974 ], [ 76119.76747399999294, 432093.410874 ], [ 76399.999974, 431999.999974 ], [ 76418.56707399999141, 431986.074674 ], [ 76799.999974, 431699.999974 ], [ 76817.366974, 431691.31647399999201 ], [ 77391.24287399998866, 431404.378574 ], [ 77399.999974, 431399.999974 ], [ 77799.999974, 431299.999974 ], [ 77813.373074, 431298.885574 ], [ 78999.999974, 431199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0569" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 114999.999974, 468899.999974 ], [ 114999.999974, 468329.6474739999976 ], [ 114999.999974, 468299.999974 ], [ 115099.999974, 468299.999974 ], [ 115799.999974, 468299.999974 ], [ 116399.999974, 467699.999974 ], [ 116399.999974, 467399.999974 ], [ 117299.999974, 466599.999974 ], [ 117394.25107399999979, 466317.246674 ], [ 117399.999974, 466299.999974 ], [ 117779.11177399998996, 465996.710574 ], [ 117807.91137399998843, 465973.670974 ], [ 117899.999974, 465899.999974 ], [ 118599.999974, 465799.999974 ], [ 119392.410474, 465205.692174 ], [ 119399.999974, 465199.999974 ], [ 121099.999974, 463899.999974 ], [ 119899.999974, 463199.999974 ], [ 119899.999974, 461299.999974 ], [ 119780.42017399999895, 461280.070074 ], [ 119299.999974, 461199.999974 ], [ 118599.999974, 461099.999974 ], [ 118595.267874, 461101.577374 ], [ 117699.999974, 461399.999974 ], [ 117399.999974, 461499.999974 ], [ 117109.66687399998773, 461887.110774 ], [ 117099.999974, 461899.999974 ], [ 116999.999974, 461899.999974 ], [ 116994.369974, 461898.592474 ], [ 116199.999974, 461699.999974 ], [ 115699.999974, 461499.999974 ], [ 115499.999974, 461299.999974 ], [ 115299.999974, 460899.999974 ], [ 115399.999974, 460599.999974 ], [ 115299.999974, 460199.999974 ], [ 114899.999974, 459799.999974 ], [ 114699.999974, 459799.999974 ], [ 114299.999974, 459699.999974 ], [ 114199.999974, 459499.999974 ], [ 114199.999974, 459299.999974 ], [ 113999.999974, 459299.999974 ], [ 113799.999974, 459299.999974 ], [ 113399.999974, 458899.999974 ], [ 112699.999974, 458499.999974 ], [ 112199.999974, 458599.999974 ], [ 111999.999974, 458199.999974 ], [ 111699.999974, 458099.999974 ], [ 110863.10927399998764, 457871.757074 ], [ 110687.09707399999024, 457974.19407399999909 ], [ 110699.999974, 457999.999974 ], [ 111599.999974, 459199.999974 ], [ 111999.999974, 460199.999974 ], [ 112005.588174, 460216.764474 ], [ 112099.999974, 460499.999974 ], [ 112003.35257399998954, 460789.942174 ], [ 111999.999974, 460799.999974 ], [ 110799.999974, 463999.999974 ], [ 110002.503674, 463681.001474 ], [ 109799.999974, 463599.999974 ], [ 109626.9033739999868, 463340.355074 ], [ 109607.89357399998698, 463311.840374 ], [ 109599.999974, 463299.999974 ], [ 108226.6535739999963, 462024.749774 ], [ 108199.999974, 461999.999974 ], [ 108296.80297399999108, 462677.620674 ], [ 108299.999974, 462699.999974 ], [ 108399.999974, 462899.999974 ], [ 107999.999974, 463399.999974 ], [ 107958.55767399998149, 463438.254474 ], [ 106699.999974, 464599.999974 ], [ 107099.999974, 466699.999974 ], [ 107115.397674, 466746.193074 ], [ 107297.0847739999881, 467291.254474 ], [ 107299.999974, 467299.999974 ], [ 107399.999974, 467299.999974 ], [ 107699.999974, 466999.999974 ], [ 108488.15407399999094, 468773.346674 ], [ 108499.999974, 468799.999974 ], [ 109387.633474, 468405.496274 ], [ 109399.999974, 468399.999974 ], [ 109599.999974, 469399.999974 ], [ 109626.00777399999788, 469413.003874 ], [ 109799.999974, 469499.999974 ], [ 110375.215574, 468924.784374 ], [ 110399.999974, 468899.999974 ], [ 110999.999974, 469799.999974 ], [ 111699.999974, 470099.999974 ], [ 112299.999974, 470199.999974 ], [ 112899.999974, 470699.999974 ], [ 112908.110774, 470705.407174 ], [ 113199.999974, 470899.999974 ], [ 113299.999974, 471199.999974 ], [ 113599.999974, 471299.999974 ], [ 113899.999974, 471299.999974 ], [ 114499.999974, 471099.999974 ], [ 114499.999974, 470799.999974 ], [ 114522.50897399999667, 470754.982074 ], [ 114699.999974, 470399.999974 ], [ 114999.999974, 470099.999974 ], [ 114999.999974, 468899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0571" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109399.999974, 434599.999974 ], [ 109573.98487399998703, 434299.480774 ], [ 110499.999974, 432699.999974 ], [ 110460.177074, 432684.070874 ], [ 109999.999974, 432499.999974 ], [ 109499.999974, 432499.999974 ], [ 108799.999974, 432399.999974 ], [ 108399.999974, 432199.999974 ], [ 108099.999974, 432499.999974 ], [ 107699.999974, 432599.999974 ], [ 106799.999974, 432499.999974 ], [ 106199.999974, 432099.999974 ], [ 105799.999974, 431999.999974 ], [ 104999.999974, 432199.999974 ], [ 103699.999974, 432599.999974 ], [ 103399.999974, 432199.999974 ], [ 103052.61167399998521, 432460.541274 ], [ 103049.89847399998689, 432465.312474 ], [ 103022.999974, 432489.999974 ], [ 102999.999974, 432538.261274 ], [ 103000.0000739999814, 432538.255074 ], [ 102999.79687399999239, 432538.687474 ], [ 102993.768974, 432562.276474 ], [ 102988.499974, 432582.906274 ], [ 102978.6930739999807, 432621.306974 ], [ 102799.999974, 432799.999974 ], [ 102599.999974, 432699.999974 ], [ 102260.90267399998265, 433547.743474 ], [ 102260.47277399999439, 433548.817974 ], [ 102199.999974, 433699.999974 ], [ 102262.91937399999006, 433699.999974 ], [ 102299.999974, 433699.999974 ], [ 102499.999974, 433699.999974 ], [ 103096.26437399999122, 433799.377374 ], [ 103099.999974, 433799.999974 ], [ 103364.36527399998158, 433888.12177399999928 ], [ 103399.999974, 433899.999974 ], [ 103499.999974, 433899.999974 ], [ 103531.08247399999527, 433894.819574 ], [ 104067.48427399998764, 433805.419274 ], [ 104099.999974, 433799.999974 ], [ 105599.999974, 433699.999974 ], [ 106073.92057399998885, 433794.784074 ], [ 106099.999974, 433799.999974 ], [ 106499.999974, 434099.999974 ], [ 107588.83767399998032, 434396.955774 ], [ 107599.999974, 434399.999974 ], [ 108099.999974, 434499.999974 ], [ 108799.999974, 434399.999974 ], [ 109399.999974, 434599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0575" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 90799.999974, 469799.999974 ], [ 90299.999974, 469199.999974 ], [ 90270.960574, 469229.039374 ], [ 90022.308973999985028, 469477.691074 ], [ 89899.999974, 469599.999974 ], [ 89499.999974, 469799.999974 ], [ 89353.645074, 469848.784974 ], [ 88899.999974, 469999.999974 ], [ 88522.89617399999406, 470188.55187399999704 ], [ 88499.999974, 470199.999974 ], [ 87899.999974, 470599.999974 ], [ 89393.860274, 473288.948374 ], [ 89399.999974, 473299.999974 ], [ 89780.488974, 473965.85567399999127 ], [ 89799.999974, 473999.999974 ], [ 90693.312974, 475488.854974 ], [ 90699.999974, 475499.999974 ], [ 94099.999974, 482599.999974 ], [ 97499.999974, 481099.999974 ], [ 96499.999974, 479799.999974 ], [ 96471.56717399999616, 479771.567174 ], [ 95999.999974, 479299.999974 ], [ 95599.999974, 478699.999974 ], [ 95592.422174, 478691.474974 ], [ 94799.999974, 477799.999974 ], [ 94199.999974, 477199.999974 ], [ 94184.507274, 477190.317074 ], [ 93399.999974, 476699.999974 ], [ 93388.96667399999569, 476690.542874 ], [ 92699.999974, 476099.999974 ], [ 92599.999974, 475799.999974 ], [ 92599.999974, 475775.605374 ], [ 92599.999974, 475699.999974 ], [ 91511.178174, 474809.145774 ], [ 91499.999974, 474799.999974 ], [ 91399.999974, 474699.999974 ], [ 91423.782374, 474676.217674 ], [ 91799.999974, 474299.999974 ], [ 91199.999974, 473799.999974 ], [ 91399.999974, 473299.999974 ], [ 91693.211274, 473006.788674 ], [ 92099.999974, 472599.999974 ], [ 92105.95627399999648, 472598.014574 ], [ 92399.999974, 472499.999974 ], [ 92899.999974, 471999.999974 ], [ 92099.999974, 471199.999974 ], [ 92099.999974, 471099.999974 ], [ 92399.999974, 470799.999974 ], [ 92399.999974, 470599.999974 ], [ 91899.999974, 470199.999974 ], [ 91199.999974, 469799.999974 ], [ 90799.999974, 469799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0576" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 93540.40177399999811, 472711.557574 ], [ 92899.999974, 471999.999974 ], [ 92399.999974, 472499.999974 ], [ 92105.95627399999648, 472598.014574 ], [ 92099.999974, 472599.999974 ], [ 91693.211274, 473006.788674 ], [ 91399.999974, 473299.999974 ], [ 91199.999974, 473799.999974 ], [ 91799.999974, 474299.999974 ], [ 91423.782374, 474676.217674 ], [ 91399.999974, 474699.999974 ], [ 91499.999974, 474799.999974 ], [ 91511.178174, 474809.145774 ], [ 92599.999974, 475699.999974 ], [ 92599.999974, 475775.605374 ], [ 92599.999974, 475799.999974 ], [ 92699.999974, 476099.999974 ], [ 93388.96667399999569, 476690.542874 ], [ 93399.999974, 476699.999974 ], [ 94184.507274, 477190.317074 ], [ 94199.999974, 477199.999974 ], [ 94799.999974, 477799.999974 ], [ 95592.422174, 478691.474974 ], [ 95599.999974, 478699.999974 ], [ 95999.999974, 479299.999974 ], [ 96471.56717399999616, 479771.567174 ], [ 96499.999974, 479799.999974 ], [ 97499.999974, 481099.999974 ], [ 97699.999974, 480999.999974 ], [ 98799.999974, 480499.999974 ], [ 98299.999974, 479299.999974 ], [ 97901.53717399999732, 479001.152874 ], [ 97899.999974, 478999.999974 ], [ 97399.999974, 478099.999974 ], [ 97399.999974, 477999.999974 ], [ 96999.999974, 477199.999974 ], [ 96965.31537399999797, 477165.31537399999797 ], [ 96618.860874, 476818.860874 ], [ 96599.999974, 476799.999974 ], [ 96499.999974, 476599.999974 ], [ 96699.999974, 476499.999974 ], [ 96684.75227399999858, 476473.861074 ], [ 95999.999974, 475299.999974 ], [ 95299.999974, 474499.999974 ], [ 94208.188674, 473408.188674 ], [ 94199.999974, 473399.999974 ], [ 94141.93667399999686, 473341.93667399999686 ], [ 94099.999974, 473299.999974 ], [ 93849.1584739999962, 473049.158474 ], [ 93799.999974, 472999.999974 ], [ 93540.40177399999811, 472711.557574 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0579" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 92999.999974, 468599.999974 ], [ 93399.999974, 468399.999974 ], [ 93575.89057399999001, 468458.630174 ], [ 93717.51997399999527, 468464.9599739999976 ], [ 93799.999974, 468299.999974 ], [ 93899.999974, 468099.999974 ], [ 93599.999974, 467599.999974 ], [ 93596.93367399999988, 467590.801074 ], [ 93499.999974, 467299.999974 ], [ 93699.999974, 466899.999974 ], [ 93699.9255739999935, 466899.553674 ], [ 93698.508073999983026, 466891.048374 ], [ 93605.68367399999988, 466334.101774 ], [ 93599.999974, 466299.999974 ], [ 93699.999974, 466199.999974 ], [ 93874.305674, 466374.305674 ], [ 93899.999974, 466399.999974 ], [ 93999.999974, 466599.999974 ], [ 94199.999974, 466599.999974 ], [ 93999.999974, 465899.999974 ], [ 93988.705874, 465877.411774 ], [ 93899.999974, 465699.999974 ], [ 93872.309974, 465672.309974 ], [ 93799.999974, 465599.999974 ], [ 93499.999974, 465899.999974 ], [ 93465.764074, 465913.694374 ], [ 93304.860473999986425, 465978.055774 ], [ 92999.999974, 466099.999974 ], [ 92899.999974, 466099.999974 ], [ 92872.722374, 466067.266874 ], [ 92405.35297399997944, 465506.423574 ], [ 92399.999974, 465499.999974 ], [ 92397.77237399999285, 465497.215374 ], [ 92037.623873999982607, 465047.02987399999984 ], [ 91999.999974, 464999.999974 ], [ 91299.999974, 465199.999974 ], [ 91264.00717399999849, 465199.999974 ], [ 91199.999974, 465199.999974 ], [ 90899.999974, 464699.999974 ], [ 90892.37177399999928, 464661.858674 ], [ 90799.999974, 464199.999974 ], [ 90606.180074, 464781.459874 ], [ 90599.999974, 464799.999974 ], [ 90599.999974, 465099.999974 ], [ 90799.999974, 465599.999974 ], [ 90799.999974, 465899.999974 ], [ 90612.422273999982281, 466087.577774 ], [ 90599.999974, 466099.999974 ], [ 89899.999974, 466299.999974 ], [ 90099.999974, 466399.999974 ], [ 90718.199973999988288, 466488.314274 ], [ 90797.385274, 466499.626474 ], [ 90799.999974, 466499.999974 ], [ 91499.999974, 466499.999974 ], [ 91513.56287399999565, 466543.40117399999872 ], [ 91698.429573999979766, 467134.974774 ], [ 91999.999974, 468099.999974 ], [ 91905.569373999984236, 468099.999974 ], [ 91699.999974, 468099.999974 ], [ 91899.999974, 468399.999974 ], [ 92699.999974, 468699.999974 ], [ 92739.096674, 468686.967774 ], [ 92999.999974, 468599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0580" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 77999.999974, 415499.999974 ], [ 78399.999974, 415299.999974 ], [ 78582.35947399999714, 415231.615174 ], [ 79164.99477399999159, 415013.126974 ], [ 79199.999974, 414999.999974 ], [ 79799.999974, 414799.999974 ], [ 81164.869474, 413532.621174 ], [ 81199.999974, 413499.999974 ], [ 81599.999974, 413299.999974 ], [ 81899.999974, 413199.999974 ], [ 82799.999974, 413199.999974 ], [ 83399.999974, 413099.999974 ], [ 84399.999974, 413199.999974 ], [ 84699.999974, 413099.999974 ], [ 85799.999974, 413099.999974 ], [ 86099.999974, 413299.999974 ], [ 86299.999974, 413499.999974 ], [ 86599.999974, 413699.999974 ], [ 86699.999974, 413299.999974 ], [ 86699.999974, 413099.999974 ], [ 86899.999974, 412699.999974 ], [ 86999.999974, 412699.999974 ], [ 86399.999974, 412099.999974 ], [ 86399.999974, 412299.999974 ], [ 86199.999974, 412499.999974 ], [ 85499.999974, 412599.999974 ], [ 85499.999974, 412299.999974 ], [ 85199.999974, 412099.999974 ], [ 84899.999974, 412099.999974 ], [ 84599.999974, 412299.999974 ], [ 84599.999974, 412399.999974 ], [ 84399.999974, 412299.999974 ], [ 84099.999974, 412199.999974 ], [ 83999.999974, 412299.999974 ], [ 83899.999974, 412899.999974 ], [ 83699.999974, 412999.999974 ], [ 82999.999974, 412999.999974 ], [ 83699.999974, 412899.999974 ], [ 83799.999974, 412799.999974 ], [ 83699.999974, 412699.999974 ], [ 83599.999974, 412599.999974 ], [ 83699.999974, 412299.999974 ], [ 83899.999974, 411999.999974 ], [ 84299.999974, 411899.999974 ], [ 84499.999974, 411499.999974 ], [ 84599.999974, 411199.999974 ], [ 84299.999974, 410399.999974 ], [ 83699.999974, 409599.999974 ], [ 82399.999974, 408999.999974 ], [ 81099.999974, 408499.999974 ], [ 80899.999974, 408499.999974 ], [ 80499.999974, 408399.999974 ], [ 79699.999974, 408399.999974 ], [ 78399.999974, 407899.999974 ], [ 77799.999974, 407899.999974 ], [ 77524.354873999982374, 407968.911274 ], [ 76999.999974, 408099.999974 ], [ 76299.999974, 408299.999974 ], [ 75699.999974, 408399.999974 ], [ 75199.999974, 408599.999974 ], [ 75115.96737399999984, 408696.037374 ], [ 74499.999974, 409399.999974 ], [ 74299.999974, 409799.999974 ], [ 74399.999974, 409999.999974 ], [ 74299.999974, 410099.999974 ], [ 73599.999974, 410399.999974 ], [ 73099.999974, 410599.999974 ], [ 72499.999974, 410699.999974 ], [ 72099.999974, 411099.999974 ], [ 71799.999974, 411099.999974 ], [ 70699.999974, 411199.999974 ], [ 70399.999974, 411499.999974 ], [ 71099.999974, 411799.999974 ], [ 71599.999974, 412199.999974 ], [ 70999.999974, 412899.999974 ], [ 70999.999974, 414089.808274 ], [ 70999.999974, 414099.999974 ], [ 70999.999974, 414299.999974 ], [ 71099.999974, 414499.999974 ], [ 71399.999974, 414699.999974 ], [ 71499.999974, 415099.999974 ], [ 71417.571674, 415264.856574 ], [ 71399.999974, 415299.999974 ], [ 75899.999974, 414799.999974 ], [ 75913.35197399999015, 414799.999974 ], [ 75999.999974, 414799.999974 ], [ 76099.999974, 414999.999974 ], [ 76199.999974, 415499.999974 ], [ 76399.999974, 415499.999974 ], [ 76599.999974, 415399.999974 ], [ 76899.999974, 415699.999974 ], [ 76999.999974, 415899.999974 ], [ 76999.999974, 415999.999974 ], [ 77199.999974, 416299.999974 ], [ 77299.999974, 415999.999974 ], [ 77999.999974, 415499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0584" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 90399.999974, 427499.999974 ], [ 90399.999974, 427022.16447399999015 ], [ 90399.999974, 426999.999974 ], [ 90399.999974, 426899.999974 ], [ 90389.61777399998391, 426858.471174 ], [ 90299.999974, 426499.999974 ], [ 90299.999974, 426482.593774 ], [ 90299.999974, 426161.545274 ], [ 90299.999974, 425799.999974 ], [ 90499.999974, 425199.999974 ], [ 89515.692374, 425003.138474 ], [ 89499.999974, 424999.999974 ], [ 88999.999974, 425099.999974 ], [ 88999.999974, 425089.251974 ], [ 88999.999974, 424299.999974 ], [ 88943.696773999981815, 423793.270674 ], [ 88899.999974, 423399.999974 ], [ 88599.999974, 422799.999974 ], [ 88499.999974, 422399.999974 ], [ 88599.999974, 422299.999974 ], [ 87899.999974, 421599.999974 ], [ 87499.999974, 421599.999974 ], [ 87199.999974, 421899.999974 ], [ 86599.999974, 422199.999974 ], [ 86299.999974, 422399.999974 ], [ 86399.999974, 422599.999974 ], [ 85799.999974, 422699.999974 ], [ 85399.999974, 422599.999974 ], [ 85699.999974, 424199.999974 ], [ 86099.999974, 424199.999974 ], [ 86199.999974, 425399.999974 ], [ 86186.42927399999462, 425440.71237399999518 ], [ 86099.999974, 425699.999974 ], [ 85799.999974, 426099.999974 ], [ 85799.999974, 426399.999974 ], [ 85699.999974, 426599.999974 ], [ 86699.999974, 427399.999974 ], [ 86722.208973999979207, 427399.999974 ], [ 86899.999974, 427399.999974 ], [ 87485.812374, 427302.364574 ], [ 87499.999974, 427299.999974 ], [ 87999.999974, 427199.999974 ], [ 88020.31327399998554, 427204.062674 ], [ 88499.999974, 427299.999974 ], [ 88899.999974, 427699.999974 ], [ 88917.68357399999513, 427717.683574 ], [ 89199.999974, 427999.999974 ], [ 90399.999974, 427499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0585" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 94641.309374, 427487.607174 ], [ 95599.999974, 427199.999974 ], [ 96299.999974, 427299.999974 ], [ 96347.422774, 427305.269174 ], [ 97199.999974, 427399.999974 ], [ 97499.999974, 427199.999974 ], [ 97699.999974, 426899.999974 ], [ 97701.39977399999043, 426896.500474 ], [ 97899.999974, 426399.999974 ], [ 97904.053373999980977, 426379.73327399999835 ], [ 97999.999974, 425899.999974 ], [ 98000.75287399999797, 425898.682374 ], [ 98389.302574, 425218.720574 ], [ 98399.999974, 425199.999974 ], [ 98683.42807399999583, 425011.047974 ], [ 98699.999974, 424999.999974 ], [ 99299.999974, 424699.999974 ], [ 99314.318673999980092, 424692.840674 ], [ 99499.999974, 424599.999974 ], [ 99534.82327399999485, 424596.834274 ], [ 100557.20177399998647, 424503.890774 ], [ 100599.999974, 424499.999974 ], [ 102199.999974, 423899.999974 ], [ 102203.561973999982, 423864.380374 ], [ 102299.999974, 422899.999974 ], [ 102499.999974, 422099.999974 ], [ 102514.163474, 422057.509574 ], [ 102529.88637399999425, 422010.340774 ], [ 102591.05527399998391, 421826.834274 ], [ 102597.16997399998945, 421808.489974 ], [ 102599.999974, 421799.999974 ], [ 102599.999974, 421299.999974 ], [ 102594.92847399998573, 421269.570574 ], [ 102502.94677399998181, 420717.680974 ], [ 102499.999974, 420699.999974 ], [ 102499.999974, 420662.523474 ], [ 102499.999974, 419999.999974 ], [ 102499.999974, 419335.772774 ], [ 102499.999974, 419299.999974 ], [ 102799.35497399998712, 418202.365174 ], [ 102799.999974, 418199.999974 ], [ 102799.999974, 417299.999974 ], [ 102499.999974, 415799.999974 ], [ 101399.999974, 416799.999974 ], [ 100972.47757399998954, 417085.014974 ], [ 100799.999974, 417199.999974 ], [ 100143.44577399999253, 417950.347674 ], [ 100099.999974, 417999.999974 ], [ 100099.999974, 418299.999974 ], [ 100126.588174, 418313.294074 ], [ 101099.999974, 418799.999974 ], [ 101499.999974, 419099.999974 ], [ 101499.999974, 419399.999974 ], [ 100727.82787399998051, 419496.521474 ], [ 100699.999974, 419499.999974 ], [ 98699.999974, 419699.999974 ], [ 98600.04267399999662, 420699.573474 ], [ 98599.999974, 420699.999974 ], [ 97111.143473999982234, 420898.514174 ], [ 97099.999974, 420899.999974 ], [ 96925.115273999981582, 420899.999974 ], [ 96899.999974, 420899.999974 ], [ 96880.950374, 420919.049574 ], [ 96443.078374, 421356.921674 ], [ 96399.999974, 421399.999974 ], [ 96299.999974, 421599.999974 ], [ 95599.999974, 421699.999974 ], [ 95299.999974, 421999.999974 ], [ 94975.200473999982933, 422324.79947399999946 ], [ 94899.999974, 422399.999974 ], [ 94810.761574, 422399.999974 ], [ 94799.999974, 422399.999974 ], [ 93999.999974, 422399.999974 ], [ 93899.999974, 422099.999974 ], [ 93399.999974, 421799.999974 ], [ 93111.15767399998731, 421511.157674 ], [ 92899.999974, 421299.999974 ], [ 92599.999974, 421299.999974 ], [ 91999.999974, 421299.999974 ], [ 91499.999974, 422199.999974 ], [ 91399.999974, 422599.999974 ], [ 89599.999974, 421899.999974 ], [ 89557.69767399999546, 421899.999974 ], [ 89399.999974, 421899.999974 ], [ 89363.1871739999915, 421913.804774 ], [ 88599.999974, 422199.999974 ], [ 88599.999974, 422299.999974 ], [ 88499.999974, 422399.999974 ], [ 88599.999974, 422799.999974 ], [ 88899.999974, 423399.999974 ], [ 88943.696773999981815, 423793.270674 ], [ 88999.999974, 424299.999974 ], [ 88999.999974, 425089.251974 ], [ 88999.999974, 425099.999974 ], [ 89499.999974, 424999.999974 ], [ 89515.692374, 425003.138474 ], [ 90499.999974, 425199.999974 ], [ 90299.999974, 425799.999974 ], [ 90299.999974, 426161.545274 ], [ 90299.999974, 426482.593774 ], [ 90299.999974, 426499.999974 ], [ 90389.61777399998391, 426858.471174 ], [ 90399.999974, 426899.999974 ], [ 90399.999974, 426999.999974 ], [ 90399.999974, 427022.16447399999015 ], [ 90399.999974, 427499.999974 ], [ 91599.999974, 427399.999974 ], [ 93099.999974, 427799.999974 ], [ 93799.999974, 427799.999974 ], [ 94599.999974, 427499.999974 ], [ 94641.309374, 427487.607174 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0588" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 83599.999974, 416999.999974 ], [ 83799.999974, 416799.999974 ], [ 83899.999974, 416599.999974 ], [ 83799.999974, 416399.999974 ], [ 83399.999974, 416299.999974 ], [ 82399.999974, 415799.999974 ], [ 81999.999974, 415799.999974 ], [ 81099.999974, 415899.999974 ], [ 80599.999974, 415999.999974 ], [ 79999.999974, 416199.999974 ], [ 79299.999974, 416699.999974 ], [ 79299.999974, 416717.973174 ], [ 79299.999974, 416899.999974 ], [ 79199.999974, 416899.999974 ], [ 77699.999974, 417999.999974 ], [ 77299.999974, 418199.999974 ], [ 77099.999974, 418299.999974 ], [ 76999.999974, 418499.999974 ], [ 77099.999974, 418699.999974 ], [ 77399.999974, 418999.999974 ], [ 78699.999974, 418799.999974 ], [ 80199.999974, 418299.999974 ], [ 80201.968973999988521, 418299.437474 ], [ 80899.999974, 418099.999974 ], [ 82499.999974, 417299.999974 ], [ 83599.999974, 416999.999974 ] ] ], [ [ [ 85799.999974, 426099.999974 ], [ 86099.999974, 425699.999974 ], [ 86186.42927399999462, 425440.71237399999518 ], [ 86199.999974, 425399.999974 ], [ 86099.999974, 424199.999974 ], [ 85699.999974, 424199.999974 ], [ 85399.999974, 422599.999974 ], [ 85799.999974, 422699.999974 ], [ 86399.999974, 422599.999974 ], [ 86299.999974, 422399.999974 ], [ 86599.999974, 422199.999974 ], [ 87199.999974, 421899.999974 ], [ 87499.999974, 421599.999974 ], [ 87899.999974, 421599.999974 ], [ 87699.999974, 421199.999974 ], [ 87699.506873999984236, 421198.915074 ], [ 87199.999974, 420099.999974 ], [ 87185.995574, 420062.188074 ], [ 86199.999974, 417399.999974 ], [ 86190.722473999980139, 417379.589474 ], [ 86126.247073999984423, 417237.743474 ], [ 85699.999974, 416299.999974 ], [ 84699.999974, 416899.999974 ], [ 84299.999974, 416999.999974 ], [ 83299.999974, 417699.999974 ], [ 81199.999974, 418599.999974 ], [ 81099.999974, 418699.999974 ], [ 81012.680074, 418733.584574 ], [ 79799.999974, 419199.999974 ], [ 79774.9145739999949, 419207.525574 ], [ 78799.999974, 419499.999974 ], [ 77999.999974, 419699.999974 ], [ 77699.999974, 419699.999974 ], [ 77199.999974, 419899.999974 ], [ 76399.999974, 420299.999974 ], [ 75899.999974, 420899.999974 ], [ 75199.999974, 421799.999974 ], [ 75199.999974, 421899.999974 ], [ 75299.999974, 421999.999974 ], [ 75799.999974, 421899.999974 ], [ 75899.999974, 421999.999974 ], [ 76099.999974, 422099.999974 ], [ 76499.999974, 422399.999974 ], [ 76299.999974, 422499.999974 ], [ 77499.999974, 424399.999974 ], [ 77599.999974, 424499.999974 ], [ 78099.999974, 424599.999974 ], [ 79199.999974, 424399.999974 ], [ 79222.501473999989685, 424395.499674 ], [ 79699.999974, 424299.999974 ], [ 79899.999974, 424499.999974 ], [ 79919.40967399999499, 424519.40967399999499 ], [ 80399.999974, 424999.999974 ], [ 81199.999974, 425299.999974 ], [ 82140.00587399999495, 425488.001174 ], [ 82199.999974, 425499.999974 ], [ 82599.999974, 425799.999974 ], [ 82790.862074, 425847.715574 ], [ 83299.129874, 425974.782474 ], [ 83787.127573999983724, 426096.781874 ], [ 83799.999974, 426099.999974 ], [ 84799.999974, 425899.999974 ], [ 85699.999974, 426599.999974 ], [ 85799.999974, 426399.999974 ], [ 85799.999974, 426099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0589" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119399.999974, 452899.999974 ], [ 119599.999974, 452499.999974 ], [ 119899.999974, 452699.999974 ], [ 120299.34897399999318, 452300.651074 ], [ 120299.999974, 452299.999974 ], [ 121299.999974, 451199.999974 ], [ 121299.999974, 451499.999974 ], [ 121999.999974, 451799.999974 ], [ 122699.999974, 450699.999974 ], [ 122599.999974, 450599.999974 ], [ 122577.72447399998782, 450566.586674 ], [ 122521.68907399999443, 450482.533574 ], [ 122399.999974, 450299.999974 ], [ 123399.999974, 449199.999974 ], [ 123399.999974, 449099.999974 ], [ 123199.999974, 448799.999974 ], [ 122999.999974, 448699.999974 ], [ 122399.999974, 448699.999974 ], [ 121899.999974, 448799.999974 ], [ 122099.999974, 448399.999974 ], [ 122109.882974, 448382.704774 ], [ 122899.999974, 446999.999974 ], [ 122299.999974, 447099.999974 ], [ 121299.999974, 446599.999974 ], [ 121293.211274, 446595.474174 ], [ 120999.999974, 446399.999974 ], [ 120995.417274, 446397.356074 ], [ 118399.999974, 444899.999974 ], [ 117099.999974, 444299.999974 ], [ 116540.816274, 445045.578374 ], [ 116499.999974, 445099.999974 ], [ 115899.999974, 445899.999974 ], [ 118299.999974, 446399.999974 ], [ 118599.999974, 446499.999974 ], [ 118584.909374, 446530.181274 ], [ 118018.461374, 447663.077374 ], [ 117910.01427399998647, 447879.971474 ], [ 117899.999974, 447899.999974 ], [ 117499.999974, 447699.999974 ], [ 116999.999974, 447699.999974 ], [ 116399.999974, 447799.999974 ], [ 116199.999974, 447699.999974 ], [ 116159.440474, 447669.580374 ], [ 115799.999974, 447399.999974 ], [ 115767.288574, 447403.634574 ], [ 114985.58987399999751, 447490.489974 ], [ 114899.999974, 447499.999974 ], [ 114674.304574, 448177.086374 ], [ 114596.09227399999509, 448397.264574 ], [ 114599.999974, 448399.999974 ], [ 115299.999974, 448799.999974 ], [ 115299.999974, 448849.569174 ], [ 115299.999974, 449164.562574 ], [ 115299.999974, 449199.999974 ], [ 115317.27727399999276, 449243.193174 ], [ 115499.999974, 449699.999974 ], [ 115899.999974, 449999.999974 ], [ 116699.999974, 451399.999974 ], [ 116746.575274, 451432.244474 ], [ 117999.999974, 452299.999974 ], [ 118599.999974, 452399.999974 ], [ 119299.999974, 452799.999974 ], [ 119333.94697399999131, 452833.946974 ], [ 119399.999974, 452899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0590" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 107599.999974, 428499.999974 ], [ 108099.999974, 428299.999974 ], [ 108599.999974, 428299.999974 ], [ 108613.87107399999513, 428305.201674 ], [ 110195.41997399998945, 428898.282474 ], [ 110199.999974, 428899.999974 ], [ 110599.999974, 428399.999974 ], [ 110599.999974, 428199.999974 ], [ 110499.999974, 428199.999974 ], [ 110199.999974, 427499.999974 ], [ 110191.94957399999839, 427475.848674 ], [ 110169.78537399999914, 427409.356074 ], [ 109999.999974, 426899.999974 ], [ 109995.28967399999965, 426889.009374 ], [ 109699.999974, 426199.999974 ], [ 108310.855974, 426299.22457399999257 ], [ 108299.999974, 426299.999974 ], [ 108021.48367399998824, 426299.999974 ], [ 107999.999974, 426299.999974 ], [ 107336.73737399998936, 426205.248174 ], [ 107299.999974, 426199.999974 ], [ 106816.254774, 426103.250974 ], [ 106799.999974, 426099.999974 ], [ 106700.35857399998349, 426099.999974 ], [ 106699.999974, 426099.999974 ], [ 105999.999974, 425999.999974 ], [ 105989.376774, 426003.541074 ], [ 105699.999974, 426099.999974 ], [ 105599.999974, 426499.999974 ], [ 105552.47817399998894, 426785.131074 ], [ 105499.999974, 427099.999974 ], [ 105799.999974, 427699.999974 ], [ 105799.999974, 427999.999974 ], [ 106292.594974, 428689.632974 ], [ 106299.999974, 428699.999974 ], [ 106399.999974, 429099.999974 ], [ 106499.999974, 429099.999974 ], [ 106999.999974, 428799.999974 ], [ 107588.78047399999923, 428505.609774 ], [ 107599.999974, 428499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0595" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109099.999974, 454399.999974 ], [ 109199.999974, 453199.999974 ], [ 110199.999974, 453799.999974 ], [ 110599.999974, 453499.999974 ], [ 110299.999974, 453199.999974 ], [ 110399.999974, 453099.999974 ], [ 110477.91517399999429, 453119.478774 ], [ 111170.38197399998899, 453292.595474 ], [ 111199.999974, 453299.999974 ], [ 111652.555774, 453299.999974 ], [ 111699.999974, 453299.999974 ], [ 112282.85497399998712, 453299.999974 ], [ 112299.999974, 453299.999974 ], [ 113599.999974, 453099.999974 ], [ 113611.76877399999648, 453099.215374 ], [ 115099.489674, 453000.033974 ], [ 115099.999974, 452999.999974 ], [ 115766.18917399999918, 452999.999974 ], [ 115799.999974, 452999.999974 ], [ 116476.62217399998917, 453193.320674 ], [ 116499.999974, 453199.999974 ], [ 116799.999974, 453299.999974 ], [ 117699.999974, 453599.999974 ], [ 117742.900074, 453597.957174 ], [ 119799.999974, 453499.999974 ], [ 119399.999974, 452899.999974 ], [ 119333.94697399999131, 452833.946974 ], [ 119299.999974, 452799.999974 ], [ 118599.999974, 452399.999974 ], [ 117999.999974, 452299.999974 ], [ 116746.575274, 451432.244474 ], [ 116699.999974, 451399.999974 ], [ 115899.999974, 449999.999974 ], [ 115499.999974, 449699.999974 ], [ 115317.27727399999276, 449243.193174 ], [ 115299.999974, 449199.999974 ], [ 115299.999974, 449164.562574 ], [ 115299.999974, 448849.569174 ], [ 115299.999974, 448799.999974 ], [ 114599.999974, 448399.999974 ], [ 114596.09227399999509, 448397.264574 ], [ 113599.999974, 447699.999974 ], [ 112999.999974, 447499.999974 ], [ 112399.999974, 447399.999974 ], [ 111299.999974, 447499.999974 ], [ 111252.22877399998833, 447547.771274 ], [ 111145.20677399999113, 447654.79317399999127 ], [ 110999.999974, 447799.999974 ], [ 110799.999974, 448399.999974 ], [ 110199.999974, 448699.999974 ], [ 109823.08807399999932, 448794.227974 ], [ 109799.999974, 448799.999974 ], [ 109699.999974, 448799.999974 ], [ 109417.71397399998386, 448799.999974 ], [ 109399.999974, 448799.999974 ], [ 109215.023774, 448892.4880739999935 ], [ 109199.999974, 448899.999974 ], [ 109199.999974, 449299.999974 ], [ 109199.999974, 449344.652974 ], [ 109199.999974, 449899.999974 ], [ 109192.3292739999888, 449907.670674 ], [ 109185.70317399999476, 449892.499974 ], [ 109077.05227399998694, 449706.803574 ], [ 109047.29687399999239, 449759.093774 ], [ 109031.101574, 449787.499974 ], [ 109028.20317399999476, 449864.999974 ], [ 109047.492674, 450052.507374 ], [ 108915.5112739999895, 450184.488674 ], [ 108899.999974, 450199.999974 ], [ 108719.108974, 450290.445574 ], [ 108699.999974, 450299.999974 ], [ 108299.999974, 450399.999974 ], [ 108201.97377399998368, 450498.026274 ], [ 108199.999974, 450499.999974 ], [ 106999.999974, 450799.999974 ], [ 106299.999974, 450899.999974 ], [ 106499.999974, 451599.999974 ], [ 106499.999974, 451644.218574 ], [ 106499.999974, 451799.999974 ], [ 105699.999974, 451799.999974 ], [ 105799.999974, 452099.999974 ], [ 105777.262174, 452145.47567399998661 ], [ 105699.999974, 452299.999974 ], [ 105694.02607399999397, 452303.982674 ], [ 105399.999974, 452499.999974 ], [ 105394.093774, 452511.812474 ], [ 105099.999974, 453099.999974 ], [ 105499.999974, 453099.999974 ], [ 105499.999974, 453299.999974 ], [ 106299.999974, 453299.999974 ], [ 106389.70557399999234, 452672.060774 ], [ 106399.999974, 452599.999974 ], [ 106599.999974, 452499.999974 ], [ 106632.207574, 452661.037974 ], [ 106699.999974, 452999.999974 ], [ 106701.9377739999909, 453006.78207399998792 ], [ 106847.815474, 453517.354074 ], [ 106899.999974, 453699.999974 ], [ 107494.95987399999285, 453501.680074 ], [ 107499.999974, 453499.999974 ], [ 107699.999974, 454199.999974 ], [ 108199.999974, 454499.999974 ], [ 108799.999974, 454499.999974 ], [ 109099.999974, 454399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0597" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 100399.999974, 434199.999974 ], [ 101199.999974, 433899.999974 ], [ 101899.999974, 433899.999974 ], [ 102199.999974, 433699.999974 ], [ 102260.47277399999439, 433548.817974 ], [ 102260.90267399998265, 433547.743474 ], [ 102599.999974, 432699.999974 ], [ 103199.999974, 431499.999974 ], [ 103199.999974, 431432.727974 ], [ 103199.999974, 431399.999974 ], [ 103599.999974, 430599.999974 ], [ 103999.999974, 430099.999974 ], [ 103691.161174, 429747.041374 ], [ 103688.85437399998773, 429744.404974 ], [ 103299.999974, 429299.999974 ], [ 103289.6417739999888, 429305.179074 ], [ 103099.999974, 429399.999974 ], [ 102808.71487399999751, 429788.380174 ], [ 102799.999974, 429799.999974 ], [ 102599.999974, 429799.999974 ], [ 102570.33227399998577, 429782.199374 ], [ 102099.999974, 429499.999974 ], [ 101599.999974, 429399.999974 ], [ 101099.999974, 429199.999974 ], [ 100799.999974, 428099.999974 ], [ 100395.13867399998708, 428282.187574 ], [ 98799.999974, 428999.999974 ], [ 98699.999974, 429699.999974 ], [ 98399.999974, 429599.999974 ], [ 98299.999974, 429899.999974 ], [ 98267.41397399999551, 429932.58607399999164 ], [ 98199.999974, 429999.999974 ], [ 98182.025674, 430035.948674 ], [ 98003.03157399999327, 430393.936874 ], [ 97999.999974, 430399.999974 ], [ 97799.999974, 430999.999974 ], [ 97796.729973999987124, 431006.539974 ], [ 97699.999974, 431199.999974 ], [ 97681.800273999979254, 431236.399474 ], [ 97616.477274, 431367.045374 ], [ 97610.357873999979347, 431379.284274 ], [ 97599.999974, 431399.999974 ], [ 97499.999974, 431499.999974 ], [ 97494.90787399999681, 431515.276274 ], [ 97299.999974, 432099.999974 ], [ 98099.999974, 432499.999974 ], [ 98573.66097399999853, 432499.999974 ], [ 98599.999974, 432499.999974 ], [ 98657.143374, 432557.143374 ], [ 98699.999974, 432599.999974 ], [ 99099.999974, 434699.999974 ], [ 99101.96537399999215, 434711.792474 ], [ 99199.999974, 435299.999974 ], [ 99599.999974, 434999.999974 ], [ 100099.999974, 434399.999974 ], [ 100398.18487399999867, 434201.210074 ], [ 100399.999974, 434199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0599" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 68999.999974, 445699.999974 ], [ 69199.999974, 445499.999974 ], [ 69212.92937399999937, 445499.999974 ], [ 69252.188674, 445499.999974 ], [ 69299.999974, 445499.999974 ], [ 70099.999974, 445099.999974 ], [ 69799.999974, 444399.999974 ], [ 70134.724274, 444176.850474 ], [ 70399.999974, 443999.999974 ], [ 70529.322874, 443930.364574 ], [ 71699.999974, 443299.999974 ], [ 72760.167274, 442625.348074 ], [ 72799.999974, 442599.999974 ], [ 72499.999974, 442299.999974 ], [ 72899.999974, 441399.999974 ], [ 74599.999974, 439899.999974 ], [ 74699.999974, 439899.999974 ], [ 74355.426573999982793, 439279.767874 ], [ 74199.999974, 438999.999974 ], [ 72799.999974, 439899.999974 ], [ 72499.999974, 439599.999974 ], [ 74599.999974, 437799.999974 ], [ 74893.982873999979347, 437016.04577399999835 ], [ 74899.999974, 436999.999974 ], [ 75099.999974, 436499.999974 ], [ 75199.999974, 435599.999974 ], [ 75224.60947399999714, 435590.156274 ], [ 75699.999974, 435399.999974 ], [ 77399.999974, 434799.999974 ], [ 77599.999974, 435099.999974 ], [ 77899.999974, 435899.999974 ], [ 77999.999974, 435799.999974 ], [ 79299.999974, 434999.999974 ], [ 80699.999974, 434699.999974 ], [ 80728.497773999988567, 434692.875574 ], [ 81442.095574, 434514.476074 ], [ 81499.999974, 434499.999974 ], [ 81528.23617399999057, 434499.999974 ], [ 82299.999974, 434499.999974 ], [ 82975.552773999981582, 434596.507574 ], [ 82999.999974, 434599.999974 ], [ 83591.158574, 434895.579274 ], [ 83599.999974, 434899.999974 ], [ 84099.999974, 434999.999974 ], [ 84999.999974, 434999.999974 ], [ 85099.999974, 434999.999974 ], [ 85111.123973999987356, 434997.775174 ], [ 86599.999974, 434699.999974 ], [ 87699.999974, 434999.999974 ], [ 87737.96047399999225, 435012.653474 ], [ 87999.999974, 435099.999974 ], [ 88008.920373999979347, 435144.602074 ], [ 88054.29087399999844, 435371.454574 ], [ 88099.999974, 435599.999974 ], [ 87899.999974, 436199.999974 ], [ 87950.896673999988707, 436403.586874 ], [ 87999.999974, 436599.999974 ], [ 88007.316674, 436610.974974 ], [ 88171.053973999980371, 436856.580974 ], [ 88199.999974, 436899.999974 ], [ 88199.999974, 436999.999974 ], [ 88208.261673999979394, 437024.784974 ], [ 88299.999974, 437299.999974 ], [ 88293.265373999980511, 437326.938674 ], [ 88199.999974, 437699.999974 ], [ 88141.014873999985866, 437641.014874 ], [ 88091.926573999982793, 437620.183574 ], [ 87804.47887399999308, 438338.802874 ], [ 87699.999974, 438599.999974 ], [ 87699.999974, 438999.999974 ], [ 88099.999974, 439199.999974 ], [ 88130.62167399999453, 439215.310874 ], [ 88299.999974, 439299.999974 ], [ 88211.955874, 439564.132374 ], [ 88185.85327399999369, 439589.389974 ], [ 88043.71967399999266, 439482.789774 ], [ 87799.999974, 439299.999974 ], [ 87699.999974, 439299.999974 ], [ 87399.999974, 439199.999974 ], [ 87374.63517399999546, 439229.592274 ], [ 86799.999974, 439899.999974 ], [ 86399.999974, 440099.999974 ], [ 86399.885974, 440100.325874 ], [ 86349.093273999984376, 440245.447974 ], [ 85699.999974, 442099.999974 ], [ 86499.999974, 442299.999974 ], [ 86599.999974, 442299.999974 ], [ 86674.631873999984236, 442076.104274 ], [ 86699.999974, 441999.999974 ], [ 86732.706474, 442018.689374 ], [ 87399.999974, 442399.999974 ], [ 87699.999974, 442599.999974 ], [ 89099.999974, 443599.999974 ], [ 89166.993473999988055, 443533.006474 ], [ 89199.999974, 443499.999974 ], [ 90367.32637399999658, 442040.841974 ], [ 90399.999974, 441999.999974 ], [ 91081.10767399999895, 442486.505474 ], [ 91099.999974, 442499.999974 ], [ 91299.999974, 442699.999974 ], [ 91299.999974, 442979.80797399999574 ], [ 91299.999974, 442980.530474 ], [ 91299.999974, 442999.999974 ], [ 91399.999974, 443399.999974 ], [ 91404.16097399999853, 443404.993174 ], [ 91886.29937399999471, 443983.55927399999928 ], [ 91899.999974, 443999.999974 ], [ 91959.879373999981908, 443952.096474 ], [ 92033.3288739999989, 443893.336974 ], [ 92899.999974, 443199.999974 ], [ 92919.484074, 443180.515974 ], [ 93389.84517399998731, 442710.15487399999984 ], [ 93399.999974, 442699.999974 ], [ 93697.074273999984143, 442501.950474 ], [ 93699.999974, 442581.474274 ], [ 93699.999974, 442999.999974 ], [ 93799.999974, 442899.999974 ], [ 93815.186973999982001, 442889.152174 ], [ 94499.999974, 442399.999974 ], [ 94599.999974, 442199.999974 ], [ 94899.999974, 441899.999974 ], [ 95299.999974, 441699.999974 ], [ 95318.08377399999881, 441718.083774 ], [ 95656.255673999985447, 442056.255674 ], [ 95699.999974, 442099.999974 ], [ 95899.999974, 442299.999974 ], [ 96499.999974, 442599.999974 ], [ 96799.999974, 442699.999974 ], [ 97299.999974, 442999.999974 ], [ 97699.999974, 442599.999974 ], [ 97803.863573999988148, 442599.999974 ], [ 97899.999974, 442599.999974 ], [ 98999.999974, 442899.999974 ], [ 99399.999974, 443299.999974 ], [ 99399.999974, 443371.956974 ], [ 99399.999974, 443399.999974 ], [ 98999.999974, 442999.999974 ], [ 98599.999974, 442899.999974 ], [ 98000.791674, 444198.28467399999499 ], [ 97999.999974, 444199.999974 ], [ 100499.999974, 445399.999974 ], [ 100505.96947399998317, 445386.071174 ], [ 100799.999974, 444699.999974 ], [ 100797.80967399998917, 444690.50877399998717 ], [ 100499.999974, 443399.999974 ], [ 100858.09877399998368, 443041.90117399999872 ], [ 100999.999974, 442899.999974 ], [ 100299.999974, 442499.999974 ], [ 100199.999974, 442499.999974 ], [ 99799.999974, 442199.999974 ], [ 99796.3520739999949, 442196.352074 ], [ 99599.999974, 441999.999974 ], [ 99564.602473999984795, 441973.451874 ], [ 99210.474473999987822, 441707.855774 ], [ 99199.999974, 441699.999974 ], [ 98899.999974, 441499.999974 ], [ 98874.99247399999877, 441487.496174 ], [ 98699.999974, 441399.999974 ], [ 98699.826073999982327, 441399.999974 ], [ 98599.999974, 441399.999974 ], [ 98399.999974, 441599.999974 ], [ 98299.999974, 441499.999974 ], [ 98233.52907399999094, 441300.587074 ], [ 98239.199973999988288, 441277.629974 ], [ 98243.719974, 441263.07997399999294 ], [ 98246.919973999989452, 441248.94997399998829 ], [ 98248.902673999982653, 441240.888574 ], [ 98249.147273999988101, 441239.602274 ], [ 98249.27967399999034, 441238.605374 ], [ 98249.371373999980278, 441237.477874 ], [ 98249.58247399999527, 441100.835074 ], [ 98291.01207399999839, 441017.97587399999611 ], [ 98299.999974, 440999.999974 ], [ 98482.6871739999915, 440543.28207399998792 ], [ 98499.999974, 440499.999974 ], [ 98599.999974, 440299.999974 ], [ 98633.427574, 440258.215574 ], [ 98999.999974, 439799.999974 ], [ 98999.92937399999937, 439756.660074 ], [ 99010.882274, 439744.30297399999108 ], [ 98999.999974, 439736.499974 ], [ 98999.9544739999983, 439736.46737399999984 ], [ 98996.335973999986891, 439733.874974 ], [ 98989.117173999984516, 439726.656274 ], [ 98980.57817399999476, 439718.656274 ], [ 98979.656274, 439717.593774 ], [ 98978.94527399999788, 439716.499974 ], [ 98978.023473999986891, 439714.718774 ], [ 98977.63277399999788, 439713.531274 ], [ 98977.343774, 439711.531274 ], [ 98977.374974, 439709.624974 ], [ 98977.726574, 439707.781274 ], [ 98972.687474, 439704.249974 ], [ 98973.093774, 439703.343774 ], [ 98973.593774, 439702.468774 ], [ 98974.054673999984516, 439701.656274 ], [ 98974.67187399999239, 439700.781274 ], [ 98975.289074, 439699.999974 ], [ 98975.937474, 439699.218774 ], [ 98976.656274, 439698.499974 ], [ 98980.248373999987962, 439695.062074 ], [ 98641.237074, 439610.30927399999928 ], [ 98599.999974, 439599.999974 ], [ 98199.999974, 439499.999974 ], [ 98292.83237399999052, 438943.005674 ], [ 98373.598073999979533, 438939.007474 ], [ 98322.60937399999239, 438926.937474 ], [ 98320.929673999984516, 438926.656274 ], [ 98317.73437399999239, 438925.968774 ], [ 98296.187673999986146, 438922.87397399998736 ], [ 98299.999974, 438899.999974 ], [ 98392.606574, 438529.573774 ], [ 98399.999974, 438499.999974 ], [ 98402.42197399999714, 438483.045974 ], [ 98451.425373999984004, 438140.022674 ], [ 98499.999974, 437799.999974 ], [ 98493.04867399999057, 437786.097374 ], [ 98399.999974, 437599.999974 ], [ 98213.576474, 437320.364674 ], [ 98199.999974, 437299.999974 ], [ 97899.999974, 437199.999974 ], [ 97545.225573999981862, 437111.306374 ], [ 97499.999974, 437099.999974 ], [ 97099.999974, 437099.999974 ], [ 97072.154974, 437099.999974 ], [ 96593.368774, 437099.999974 ], [ 96499.999974, 437099.999974 ], [ 96499.999974, 436670.878074 ], [ 96499.999974, 436499.999974 ], [ 96599.95257399999537, 436233.4597739999881 ], [ 96798.65347399999155, 435703.590674 ], [ 96799.999974, 435699.999974 ], [ 96899.999974, 435599.999974 ], [ 97199.999974, 435799.999974 ], [ 97299.997474, 436099.998674 ], [ 97399.999974, 436499.999974 ], [ 97488.87357399999746, 436588.873574 ], [ 97700.000073999981396, 436799.999974 ], [ 97799.999974, 436599.999974 ], [ 97817.108374, 436548.674774 ], [ 97899.999974, 436299.999974 ], [ 97899.999974, 436287.15837399999145 ], [ 97899.999974, 436099.999974 ], [ 97877.446574, 436088.72327399998903 ], [ 97499.999974, 435899.999974 ], [ 97399.999974, 435699.999974 ], [ 97299.999974, 435499.999974 ], [ 97338.911774, 435509.727974 ], [ 97699.999974, 435599.999974 ], [ 98699.999974, 435399.999974 ], [ 99199.999974, 435299.999974 ], [ 99101.96537399999215, 434711.792474 ], [ 99099.999974, 434699.999974 ], [ 98699.999974, 432599.999974 ], [ 98657.143374, 432557.143374 ], [ 98599.999974, 432499.999974 ], [ 98573.66097399999853, 432499.999974 ], [ 98099.999974, 432499.999974 ], [ 97299.999974, 432099.999974 ], [ 96944.39127399999416, 431803.659474 ], [ 96699.999974, 431599.999974 ], [ 96667.19957399999839, 431591.799874 ], [ 96374.080473999987589, 431518.520074 ], [ 96299.999974, 431499.999974 ], [ 96099.999974, 431499.999974 ], [ 95799.999974, 431599.999974 ], [ 94948.404274, 431505.378274 ], [ 94899.999974, 431499.999974 ], [ 93699.999974, 431499.999974 ], [ 93657.099473999987822, 431499.999974 ], [ 93499.999974, 431499.999974 ], [ 92608.300973999983398, 431202.766974 ], [ 92599.999974, 431199.999974 ], [ 92499.999974, 430799.999974 ], [ 91899.999974, 430699.999974 ], [ 91499.999974, 430799.999974 ], [ 90199.999974, 431199.999974 ], [ 89799.999974, 431299.999974 ], [ 89793.02787399999215, 431306.972074 ], [ 89631.240174, 431468.759774 ], [ 89599.999974, 431499.999974 ], [ 89399.999974, 431599.999974 ], [ 89026.503273999987869, 431735.816974 ], [ 88971.273874, 431755.900374 ], [ 88299.999974, 431999.999974 ], [ 87899.999974, 431899.999974 ], [ 87199.999974, 431999.999974 ], [ 86499.999974, 431899.999974 ], [ 86199.999974, 431599.999974 ], [ 86184.082574, 431557.553674 ], [ 85899.999974, 430799.999974 ], [ 85899.999974, 430792.09237399999984 ], [ 85930.960973999986891, 430783.812474 ], [ 86155.045573999988846, 430723.156074 ], [ 85903.659973999980139, 430777.32997399999294 ], [ 85902.57447399999364, 430777.22827399999369 ], [ 85901.55867399999988, 430777.173074 ], [ 85899.999974, 430777.078074 ], [ 85899.999974, 430299.999974 ], [ 85899.999974, 429829.98197399999481 ], [ 85899.999974, 429799.999974 ], [ 85799.999974, 428599.999974 ], [ 85099.999974, 428799.999974 ], [ 84937.827873999980511, 428881.08607399999164 ], [ 84299.999974, 429199.999974 ], [ 84297.22957399999723, 429201.108174 ], [ 83799.999974, 429399.999974 ], [ 83760.18787399999565, 429439.812174 ], [ 83299.999974, 429899.999974 ], [ 83009.353474, 430384.410874 ], [ 82999.999974, 430399.999974 ], [ 82810.41827399999602, 430589.581674 ], [ 82803.418673999985913, 430596.581374 ], [ 82799.999974, 430599.999974 ], [ 82599.999974, 431199.999974 ], [ 82545.499573999986751, 431199.999974 ], [ 78999.999974, 431199.999974 ], [ 77813.373074, 431298.885574 ], [ 77799.999974, 431299.999974 ], [ 77399.999974, 431399.999974 ], [ 77391.24287399998866, 431404.378574 ], [ 76817.366974, 431691.31647399999201 ], [ 76799.999974, 431699.999974 ], [ 76418.56707399999141, 431986.074674 ], [ 76399.999974, 431999.999974 ], [ 76119.76747399999294, 432093.410874 ], [ 76099.999974, 432099.999974 ], [ 75999.999974, 432199.999974 ], [ 75499.999974, 432699.999974 ], [ 75313.016073999984656, 433354.443774 ], [ 75299.999974, 433399.999974 ], [ 75299.999974, 433629.827874 ], [ 75299.999974, 433699.999974 ], [ 74799.999974, 434599.999974 ], [ 74299.999974, 435199.999974 ], [ 74036.697874, 435419.418374 ], [ 73099.999974, 436199.999974 ], [ 72299.999974, 436699.999974 ], [ 71699.999974, 437299.999974 ], [ 71449.503773999982513, 437383.498774 ], [ 71437.621473999985028, 437387.459474 ], [ 71399.999974, 437399.999974 ], [ 71099.999974, 437399.999974 ], [ 71099.999974, 437899.999974 ], [ 70799.999974, 438299.999974 ], [ 69999.999974, 438499.999974 ], [ 69599.999974, 438799.999974 ], [ 67399.999974, 439399.999974 ], [ 67221.48557399999117, 439399.999974 ], [ 66999.999974, 439399.999974 ], [ 66599.999974, 438599.999974 ], [ 66599.999974, 438007.88747399998829 ], [ 66595.259973999985959, 438007.899974 ], [ 65999.999974, 438999.999974 ], [ 65299.99997399999847, 439199.999974 ], [ 64699.99997399999847, 439199.999974 ], [ 63999.99997399999847, 438999.999974 ], [ 59299.99997399999847, 437399.999974 ], [ 59099.99997399999847, 437299.999974 ], [ 58699.99997399999847, 437799.999974 ], [ 58799.99997399999847, 438099.999974 ], [ 59199.99997399999847, 438799.999974 ], [ 60199.99997399999847, 440299.999974 ], [ 60699.99997399999847, 441299.999974 ], [ 60799.99997399999847, 441699.999974 ], [ 60599.99997399999847, 442199.999974 ], [ 60199.99997399999847, 442299.999974 ], [ 60099.99997399999847, 442799.999974 ], [ 60099.99997399999847, 443299.999974 ], [ 60299.99997399999847, 443699.999974 ], [ 60699.99997399999847, 444499.999974 ], [ 61099.99997399999847, 444899.999974 ], [ 61699.99997399999847, 445199.999974 ], [ 62099.99997399999847, 445199.999974 ], [ 62599.99997399999847, 444999.999974 ], [ 62999.99997399999847, 445999.999974 ], [ 65483.102073999987624, 445106.083274 ], [ 65499.99997399999847, 445099.999974 ], [ 66399.999974, 444799.999974 ], [ 68499.999974, 446499.999974 ], [ 68799.999974, 446299.999974 ], [ 68699.999974, 446199.999974 ], [ 68799.999974, 445999.999974 ], [ 68999.999974, 445699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0600" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 77599.999974, 435099.999974 ], [ 77399.999974, 434799.999974 ], [ 75699.999974, 435399.999974 ], [ 75224.60947399999714, 435590.156274 ], [ 75199.999974, 435599.999974 ], [ 75099.999974, 436499.999974 ], [ 74899.999974, 436999.999974 ], [ 74893.982873999979347, 437016.04577399999835 ], [ 74599.999974, 437799.999974 ], [ 72499.999974, 439599.999974 ], [ 72799.999974, 439899.999974 ], [ 74199.999974, 438999.999974 ], [ 74999.999974, 438399.999974 ], [ 75599.76567399999476, 437500.351474 ], [ 75599.999974, 437499.999974 ], [ 76199.999974, 436899.999974 ], [ 77899.999974, 435899.999974 ], [ 77599.999974, 435099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0603" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 83199.999974, 453099.999974 ], [ 83465.682574, 452834.317474 ], [ 83473.81107399999746, 452839.28337399999145 ], [ 83499.999974, 452799.999974 ], [ 83699.999974, 452499.999974 ], [ 83499.999974, 452299.999974 ], [ 83512.382573999988381, 452285.140974 ], [ 83999.999974, 451699.999974 ], [ 83999.999974, 451601.692574 ], [ 83999.999974, 451599.999974 ], [ 83799.999974, 451499.999974 ], [ 83789.08177399999113, 451483.622574 ], [ 83599.999974, 451199.999974 ], [ 83599.999974, 450999.999974 ], [ 83645.642674, 450954.357374 ], [ 83899.999974, 450699.999974 ], [ 84099.999974, 449699.999974 ], [ 84399.999974, 449299.999974 ], [ 84399.999974, 449199.999974 ], [ 84393.857174, 449196.314274 ], [ 83912.736474, 448907.641874 ], [ 83899.999974, 448899.999974 ], [ 83680.947774, 448753.965174 ], [ 83634.58007399999769, 448894.242574 ], [ 83672.32747399999062, 448748.218374 ], [ 83650.58667399999104, 448733.724374 ], [ 83376.88267399999313, 448551.255174 ], [ 82717.30237399999169, 448111.534874 ], [ 82690.80737399999634, 448093.87157399998978 ], [ 82418.16827399999602, 447912.112174 ], [ 82399.999974, 447899.999974 ], [ 82099.999974, 447699.999974 ], [ 81699.999974, 448499.999974 ], [ 81599.999974, 448399.999974 ], [ 81572.227573999989545, 448381.485074 ], [ 81510.829773999983445, 448340.553174 ], [ 80999.999974, 447999.999974 ], [ 80899.999974, 448299.999974 ], [ 80659.73617399999057, 448746.204274 ], [ 80654.93547399999807, 448755.119874 ], [ 80431.96487399999751, 449169.208074 ], [ 80199.999974, 449599.999974 ], [ 80189.37287399999332, 449642.508674 ], [ 80099.999974, 449999.999974 ], [ 79810.091774, 450773.08867399999872 ], [ 79799.999974, 450799.999974 ], [ 79799.999974, 450899.999974 ], [ 79801.137174, 450901.137174 ], [ 80006.99247399999877, 451106.992474 ], [ 80299.999974, 451399.999974 ], [ 80599.999974, 451499.999974 ], [ 80647.43227399999159, 451499.999974 ], [ 80692.84237399999984, 451499.999974 ], [ 80699.999974, 451499.999974 ], [ 81104.471174, 451679.764974 ], [ 81109.630974, 451682.058174 ], [ 81589.089374, 451895.150774 ], [ 81599.999974, 451899.999974 ], [ 81899.999974, 452199.999974 ], [ 82199.999974, 452399.999974 ], [ 82202.22037399999681, 452401.55427399999462 ], [ 82232.02457399998093, 452422.417174 ], [ 82518.912274, 452623.238574 ], [ 82849.291273999988334, 452854.503874 ], [ 82870.710774, 452869.497574 ], [ 83199.999974, 453099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0606" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 87374.63517399999546, 439229.592274 ], [ 87399.999974, 439199.999974 ], [ 87699.999974, 439299.999974 ], [ 87799.999974, 439299.999974 ], [ 88043.71967399999266, 439482.789774 ], [ 88185.85327399999369, 439589.389974 ], [ 88211.955874, 439564.132374 ], [ 88299.999974, 439299.999974 ], [ 88130.62167399999453, 439215.310874 ], [ 88099.999974, 439199.999974 ], [ 87699.999974, 438999.999974 ], [ 87699.999974, 438599.999974 ], [ 87804.47887399999308, 438338.802874 ], [ 88091.926573999982793, 437620.183574 ], [ 88141.014873999985866, 437641.014874 ], [ 88199.999974, 437699.999974 ], [ 88293.265373999980511, 437326.938674 ], [ 88299.999974, 437299.999974 ], [ 88208.261673999979394, 437024.784974 ], [ 88199.999974, 436999.999974 ], [ 88199.999974, 436899.999974 ], [ 88171.053973999980371, 436856.580974 ], [ 88007.316674, 436610.974974 ], [ 87999.999974, 436599.999974 ], [ 87950.896673999988707, 436403.586874 ], [ 87899.999974, 436199.999974 ], [ 88099.999974, 435599.999974 ], [ 88054.29087399999844, 435371.454574 ], [ 88008.920373999979347, 435144.602074 ], [ 87999.999974, 435099.999974 ], [ 87737.96047399999225, 435012.653474 ], [ 87699.999974, 434999.999974 ], [ 86599.999974, 434699.999974 ], [ 85111.123973999987356, 434997.775174 ], [ 85099.999974, 434999.999974 ], [ 84999.999974, 434999.999974 ], [ 84999.999974, 436071.178474 ], [ 84999.999974, 436073.624974 ], [ 84999.999974, 436099.999974 ], [ 84816.80617399999755, 436649.581474 ], [ 84799.999974, 436699.999974 ], [ 84699.999974, 437499.999974 ], [ 84599.999974, 437699.999974 ], [ 84574.10017399999197, 437751.799574 ], [ 84499.999974, 437899.999974 ], [ 84507.303174, 437921.909574 ], [ 84599.999974, 438199.999974 ], [ 84599.999974, 438232.039874 ], [ 84599.999974, 438799.999974 ], [ 84584.395973999984562, 438846.811974 ], [ 84546.17357399998582, 438961.479174 ], [ 84512.47007399998256, 439062.589874 ], [ 84507.124974, 439078.625174 ], [ 84499.999974, 439099.999974 ], [ 84399.999974, 439299.999974 ], [ 84390.168673999985913, 439322.939674 ], [ 84112.525373999989824, 439970.773974 ], [ 84099.999974, 439999.999974 ], [ 84092.527073999983259, 440014.945874 ], [ 83699.999974, 440799.999974 ], [ 84899.999974, 441199.999974 ], [ 84599.999974, 441899.999974 ], [ 85699.999974, 442099.999974 ], [ 86349.093273999984376, 440245.447974 ], [ 86399.885974, 440100.325874 ], [ 86399.999974, 440099.999974 ], [ 86799.999974, 439899.999974 ], [ 87374.63517399999546, 439229.592274 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0608" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117899.999974, 440999.999974 ], [ 118099.999974, 440899.999974 ], [ 118140.181974, 440899.999974 ], [ 118199.999974, 440899.999974 ], [ 118699.999974, 441199.999974 ], [ 119199.999974, 441499.999974 ], [ 119380.665974, 441048.335074 ], [ 119399.999974, 440999.999974 ], [ 119581.103674, 440728.344474 ], [ 119599.999974, 440699.999974 ], [ 119599.999974, 440399.999974 ], [ 119602.063174, 440391.747174 ], [ 119799.999974, 439599.999974 ], [ 119806.77357399999164, 439576.292374 ], [ 119999.999974, 438899.999974 ], [ 119601.736074, 438999.565974 ], [ 119599.999974, 438999.999974 ], [ 118999.999974, 439199.999974 ], [ 118963.443674, 439212.185474 ], [ 118699.999974, 439299.999974 ], [ 118688.49307399999816, 439302.301374 ], [ 118199.999974, 439399.999974 ], [ 117834.24957399998675, 439308.562374 ], [ 117799.999974, 439299.999974 ], [ 117199.999974, 439199.999974 ], [ 116843.02557399999932, 439110.75637399998959 ], [ 116796.6417739999888, 439140.299174 ], [ 116705.246274, 440237.044974 ], [ 116699.999974, 440299.999974 ], [ 116499.999974, 442599.999974 ], [ 116999.999974, 442399.999974 ], [ 117499.999974, 441999.999974 ], [ 117899.999974, 441199.999974 ], [ 117899.999974, 441006.3410739999963 ], [ 117899.999974, 440999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0610" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 114799.999974, 428799.999974 ], [ 114799.999974, 426948.888974 ], [ 114799.999974, 426899.999974 ], [ 114899.999974, 426199.999974 ], [ 114905.00777399999788, 426194.992274 ], [ 114985.83867399999872, 426114.161274 ], [ 114999.999974, 426099.999974 ], [ 115299.999974, 425999.999974 ], [ 115299.999974, 425699.999974 ], [ 114327.757474, 425602.775774 ], [ 114299.999974, 425599.999974 ], [ 113806.726574, 425402.690574 ], [ 113799.999974, 425399.999974 ], [ 113030.903174, 425303.862874 ], [ 112999.999974, 425299.999974 ], [ 112204.044674, 425498.988874 ], [ 112199.999974, 425499.999974 ], [ 111599.999974, 425799.999974 ], [ 111598.23677399998996, 425801.322474 ], [ 111199.999974, 426099.999974 ], [ 111179.912974, 426102.869574 ], [ 110501.655574, 426199.763474 ], [ 110500.59277399998973, 426199.915274 ], [ 110499.999974, 426199.999974 ], [ 109699.999974, 426199.999974 ], [ 109995.28967399999965, 426889.009374 ], [ 109999.999974, 426899.999974 ], [ 110169.78537399999914, 427409.356074 ], [ 110191.94957399999839, 427475.848674 ], [ 110199.999974, 427499.999974 ], [ 110499.999974, 428199.999974 ], [ 110599.999974, 428199.999974 ], [ 111499.999974, 428699.999974 ], [ 111799.999974, 428499.999974 ], [ 112299.999974, 428499.999974 ], [ 113199.999974, 428799.999974 ], [ 113799.999974, 428699.999974 ], [ 114199.999974, 428699.999974 ], [ 114799.999974, 428799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0611" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 91499.999974, 422199.999974 ], [ 91999.999974, 421299.999974 ], [ 92599.999974, 421299.999974 ], [ 92699.999974, 420699.999974 ], [ 92799.999974, 420599.999974 ], [ 92699.999974, 419699.999974 ], [ 92699.999974, 419599.999974 ], [ 92799.999974, 419099.999974 ], [ 92899.999974, 418999.999974 ], [ 94199.999974, 418499.999974 ], [ 94999.999974, 417699.999974 ], [ 95081.405574, 417455.783274 ], [ 95099.999974, 417399.999974 ], [ 94999.999974, 417299.999974 ], [ 94856.95687399999588, 417371.521574 ], [ 94799.999974, 417399.999974 ], [ 94699.999974, 417399.999974 ], [ 94306.8913739999989, 417203.445674 ], [ 94299.999974, 417199.999974 ], [ 94099.999974, 417099.999974 ], [ 93999.999974, 416899.999974 ], [ 94399.999974, 415899.999974 ], [ 94490.91447399999015, 415718.170974 ], [ 94499.999974, 415699.999974 ], [ 95399.999974, 415099.999974 ], [ 94899.999974, 414499.999974 ], [ 94899.999974, 414399.999974 ], [ 96099.999974, 413499.999974 ], [ 96099.999974, 412899.999974 ], [ 95699.999974, 412899.999974 ], [ 94799.999974, 413099.999974 ], [ 94499.999974, 413199.999974 ], [ 94299.999974, 413399.999974 ], [ 93599.999974, 413699.999974 ], [ 92899.999974, 413999.999974 ], [ 91399.999974, 414399.999974 ], [ 90799.999974, 414499.999974 ], [ 90399.999974, 414499.999974 ], [ 89499.999974, 414499.999974 ], [ 89199.999974, 414699.999974 ], [ 88399.999974, 414899.999974 ], [ 87699.999974, 415099.999974 ], [ 87299.999974, 415299.999974 ], [ 87099.999974, 415399.999974 ], [ 85699.999974, 416199.999974 ], [ 85699.999974, 416299.999974 ], [ 86126.247073999984423, 417237.743474 ], [ 86190.722473999980139, 417379.589474 ], [ 86199.999974, 417399.999974 ], [ 87185.995574, 420062.188074 ], [ 87199.999974, 420099.999974 ], [ 87699.506873999984236, 421198.915074 ], [ 87699.999974, 421199.999974 ], [ 87899.999974, 421599.999974 ], [ 88599.999974, 422299.999974 ], [ 88599.999974, 422199.999974 ], [ 89363.1871739999915, 421913.804774 ], [ 89399.999974, 421899.999974 ], [ 89557.69767399999546, 421899.999974 ], [ 89599.999974, 421899.999974 ], [ 91399.999974, 422599.999974 ], [ 91499.999974, 422199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0612" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 85099.999974, 428799.999974 ], [ 85799.999974, 428599.999974 ], [ 87664.499374, 428698.13157399999909 ], [ 87699.999974, 428699.999974 ], [ 87899.999974, 428699.999974 ], [ 88572.48507399999653, 428411.792174 ], [ 88599.999974, 428399.999974 ], [ 89199.999974, 427999.999974 ], [ 88917.68357399999513, 427717.683574 ], [ 88899.999974, 427699.999974 ], [ 88499.999974, 427299.999974 ], [ 88020.31327399998554, 427204.062674 ], [ 87999.999974, 427199.999974 ], [ 87499.999974, 427299.999974 ], [ 87485.812374, 427302.364574 ], [ 86899.999974, 427399.999974 ], [ 86722.208973999979207, 427399.999974 ], [ 86699.999974, 427399.999974 ], [ 85699.999974, 426599.999974 ], [ 84799.999974, 425899.999974 ], [ 83799.999974, 426099.999974 ], [ 83787.127573999983724, 426096.781874 ], [ 83299.129874, 425974.782474 ], [ 82790.862074, 425847.715574 ], [ 82599.999974, 425799.999974 ], [ 82199.999974, 425499.999974 ], [ 82140.00587399999495, 425488.001174 ], [ 81199.999974, 425299.999974 ], [ 81099.999974, 426399.999974 ], [ 80399.999974, 426499.999974 ], [ 80199.999974, 426899.999974 ], [ 79999.999974, 427299.999974 ], [ 79799.999974, 427999.999974 ], [ 79799.999974, 428399.999974 ], [ 80099.999974, 428699.999974 ], [ 79699.999974, 429299.999974 ], [ 79399.999974, 429399.999974 ], [ 79199.999974, 429599.999974 ], [ 78999.999974, 431199.999974 ], [ 82545.499573999986751, 431199.999974 ], [ 82599.999974, 431199.999974 ], [ 82799.999974, 430599.999974 ], [ 82803.418673999985913, 430596.581374 ], [ 82810.41827399999602, 430589.581674 ], [ 82999.999974, 430399.999974 ], [ 83009.353474, 430384.410874 ], [ 83299.999974, 429899.999974 ], [ 83760.18787399999565, 429439.812174 ], [ 83799.999974, 429399.999974 ], [ 84297.22957399999723, 429201.108174 ], [ 84299.999974, 429199.999974 ], [ 84937.827873999980511, 428881.08607399999164 ], [ 85099.999974, 428799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0613" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 88299.999974, 431999.999974 ], [ 88971.273874, 431755.900374 ], [ 89026.503273999987869, 431735.816974 ], [ 89399.999974, 431599.999974 ], [ 89599.999974, 431499.999974 ], [ 89631.240174, 431468.759774 ], [ 89793.02787399999215, 431306.972074 ], [ 89799.999974, 431299.999974 ], [ 90199.999974, 431199.999974 ], [ 91499.999974, 430799.999974 ], [ 91899.999974, 430699.999974 ], [ 92499.999974, 430799.999974 ], [ 92499.999974, 429999.999974 ], [ 92699.999974, 429899.999974 ], [ 92705.777173999988008, 429894.222774 ], [ 92777.32517399999779, 429822.674874 ], [ 92799.999974, 429799.999974 ], [ 92899.999974, 429799.999974 ], [ 92907.419173999980558, 429795.053874 ], [ 93199.999974, 429599.999974 ], [ 93194.961374, 429574.806774 ], [ 93136.82877399999416, 429284.143874 ], [ 93100.85147399999551, 429104.257174 ], [ 93099.999974, 429099.999974 ], [ 93157.3913739999989, 428927.825974 ], [ 93299.999974, 428499.999974 ], [ 93099.999974, 428399.999974 ], [ 93099.999974, 427799.999974 ], [ 91599.999974, 427399.999974 ], [ 90399.999974, 427499.999974 ], [ 89199.999974, 427999.999974 ], [ 88599.999974, 428399.999974 ], [ 88572.48507399999653, 428411.792174 ], [ 87899.999974, 428699.999974 ], [ 87699.999974, 428699.999974 ], [ 87664.499374, 428698.13157399999909 ], [ 85799.999974, 428599.999974 ], [ 85899.999974, 429799.999974 ], [ 85899.999974, 429829.98197399999481 ], [ 85899.999974, 430299.999974 ], [ 85899.999974, 430777.078074 ], [ 85901.55867399999988, 430777.173074 ], [ 85902.57447399999364, 430777.22827399999369 ], [ 85903.659973999980139, 430777.32997399999294 ], [ 86155.045573999988846, 430723.156074 ], [ 85930.960973999986891, 430783.812474 ], [ 85899.999974, 430792.09237399999984 ], [ 85899.999974, 430799.999974 ], [ 86184.082574, 431557.553674 ], [ 86199.999974, 431599.999974 ], [ 86499.999974, 431899.999974 ], [ 87199.999974, 431999.999974 ], [ 87899.999974, 431899.999974 ], [ 88299.999974, 431999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0614" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 69399.999974, 438299.999974 ], [ 70099.999974, 437799.999974 ], [ 69799.999974, 437099.999974 ], [ 69599.999974, 436899.999974 ], [ 69499.999974, 436999.999974 ], [ 69399.999974, 436999.999974 ], [ 68999.999974, 436699.999974 ], [ 68899.999974, 436399.999974 ], [ 68899.999974, 436099.999974 ], [ 69899.999974, 434699.999974 ], [ 70199.999974, 433899.999974 ], [ 70499.999974, 433499.999974 ], [ 70479.327174, 433486.218174 ], [ 70199.999974, 433299.999974 ], [ 69099.999974, 432999.999974 ], [ 68999.999974, 432999.999974 ], [ 68992.18547399999807, 432995.311274 ], [ 68500.42857399999048, 432700.257174 ], [ 68499.999974, 432699.999974 ], [ 68199.999974, 431999.999974 ], [ 67699.999974, 431599.999974 ], [ 67699.999974, 431399.999974 ], [ 67799.999974, 430999.999974 ], [ 67499.999974, 430699.999974 ], [ 66199.999974, 430199.999974 ], [ 65499.99997399999847, 430099.999974 ], [ 65199.99997399999847, 429899.999974 ], [ 65099.99997399999847, 429499.999974 ], [ 64099.99997399999847, 429399.999974 ], [ 64099.99997399999847, 429699.999974 ], [ 63999.99997399999847, 430099.999974 ], [ 62899.99997399999847, 431899.999974 ], [ 61699.99997399999847, 433699.999974 ], [ 61599.99997399999847, 433999.999974 ], [ 61599.99997399999847, 434499.999974 ], [ 61899.99997399999847, 435099.999974 ], [ 62599.99997399999847, 436199.999974 ], [ 62699.99997399999847, 436199.999974 ], [ 62499.99997399999847, 435699.999974 ], [ 62899.99997399999847, 436299.999974 ], [ 62901.41287399999419, 436302.825774 ], [ 63199.99997399999847, 436899.999974 ], [ 63199.99997399999847, 436699.999974 ], [ 63399.99997399999847, 436899.999974 ], [ 63599.99997399999847, 437199.999974 ], [ 62499.99997399999847, 438099.999974 ], [ 62199.99997399999847, 438099.999974 ], [ 60699.99997399999847, 437699.999974 ], [ 59699.99997399999847, 437399.999974 ], [ 59899.99997399999847, 437199.999974 ], [ 59299.99997399999847, 437399.999974 ], [ 63999.99997399999847, 438999.999974 ], [ 64699.99997399999847, 439199.999974 ], [ 65299.99997399999847, 439199.999974 ], [ 65999.999974, 438999.999974 ], [ 66595.259973999985959, 438007.899974 ], [ 66599.999974, 438007.88747399998829 ], [ 66599.999974, 438599.999974 ], [ 66999.999974, 439399.999974 ], [ 67221.48557399999117, 439399.999974 ], [ 67399.999974, 439399.999974 ], [ 69599.999974, 438799.999974 ], [ 69399.999974, 438299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0617" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 96880.950374, 420919.049574 ], [ 96899.999974, 420899.999974 ], [ 96925.115273999981582, 420899.999974 ], [ 97099.999974, 420899.999974 ], [ 97111.143473999982234, 420898.514174 ], [ 98599.999974, 420699.999974 ], [ 98600.04267399999662, 420699.573474 ], [ 98699.999974, 419699.999974 ], [ 100699.999974, 419499.999974 ], [ 100727.82787399998051, 419496.521474 ], [ 101499.999974, 419399.999974 ], [ 101499.999974, 419099.999974 ], [ 101099.999974, 418799.999974 ], [ 100126.588174, 418313.294074 ], [ 100099.999974, 418299.999974 ], [ 100099.999974, 417999.999974 ], [ 100143.44577399999253, 417950.347674 ], [ 100799.999974, 417199.999974 ], [ 100972.47757399998954, 417085.014974 ], [ 101399.999974, 416799.999974 ], [ 102499.999974, 415799.999974 ], [ 102199.999974, 414999.999974 ], [ 101899.999974, 415199.999974 ], [ 100999.999974, 414499.999974 ], [ 100399.999974, 414399.999974 ], [ 99799.999974, 413999.999974 ], [ 99199.999974, 413999.999974 ], [ 98699.999974, 413799.999974 ], [ 98299.999974, 413499.999974 ], [ 97699.999974, 413199.999974 ], [ 97199.999974, 413199.999974 ], [ 96099.999974, 412899.999974 ], [ 96099.999974, 413499.999974 ], [ 94899.999974, 414399.999974 ], [ 94899.999974, 414499.999974 ], [ 95399.999974, 415099.999974 ], [ 94499.999974, 415699.999974 ], [ 94490.91447399999015, 415718.170974 ], [ 94399.999974, 415899.999974 ], [ 93999.999974, 416899.999974 ], [ 94099.999974, 417099.999974 ], [ 94299.999974, 417199.999974 ], [ 94306.8913739999989, 417203.445674 ], [ 94699.999974, 417399.999974 ], [ 94799.999974, 417399.999974 ], [ 94856.95687399999588, 417371.521574 ], [ 94999.999974, 417299.999974 ], [ 95099.999974, 417399.999974 ], [ 95081.405574, 417455.783274 ], [ 94999.999974, 417699.999974 ], [ 94199.999974, 418499.999974 ], [ 92899.999974, 418999.999974 ], [ 92799.999974, 419099.999974 ], [ 92699.999974, 419599.999974 ], [ 92699.999974, 419699.999974 ], [ 92799.999974, 420599.999974 ], [ 92699.999974, 420699.999974 ], [ 92599.999974, 421299.999974 ], [ 92899.999974, 421299.999974 ], [ 93111.15767399998731, 421511.157674 ], [ 93399.999974, 421799.999974 ], [ 93899.999974, 422099.999974 ], [ 93999.999974, 422399.999974 ], [ 94799.999974, 422399.999974 ], [ 94810.761574, 422399.999974 ], [ 94899.999974, 422399.999974 ], [ 94975.200473999982933, 422324.79947399999946 ], [ 95299.999974, 421999.999974 ], [ 95599.999974, 421699.999974 ], [ 96299.999974, 421599.999974 ], [ 96399.999974, 421399.999974 ], [ 96443.078374, 421356.921674 ], [ 96880.950374, 420919.049574 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0620" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 136168.567474, 445908.980774 ], [ 136199.999974, 445899.999974 ], [ 136259.734174, 445899.999974 ], [ 136299.999974, 445899.999974 ], [ 136599.999974, 445699.999974 ], [ 137599.999974, 445399.999974 ], [ 137899.999974, 445199.999974 ], [ 138099.999974, 444899.999974 ], [ 138195.784374, 444229.509474 ], [ 138199.999974, 444199.999974 ], [ 138297.145274, 443811.418874 ], [ 138299.999974, 443799.999974 ], [ 138599.999974, 442999.999974 ], [ 139096.8127739999909, 442602.549774 ], [ 139099.999974, 442599.999974 ], [ 140299.999974, 442399.999974 ], [ 140799.999974, 442199.999974 ], [ 140299.999974, 441299.999974 ], [ 140297.264674, 441294.138574 ], [ 139599.999974, 439799.999974 ], [ 138799.999974, 438399.999974 ], [ 138599.999974, 438399.999974 ], [ 138599.999974, 438499.999974 ], [ 138186.53227399999741, 438612.763974 ], [ 137499.999974, 438799.999974 ], [ 137299.999974, 438499.999974 ], [ 135399.999974, 439799.999974 ], [ 135383.74047399999108, 439806.503774 ], [ 134399.999974, 440199.999974 ], [ 132193.62827399998787, 440775.57517399999779 ], [ 132209.814874, 440824.551374 ], [ 132399.999974, 441399.999974 ], [ 132799.999974, 441799.999974 ], [ 132786.67307399999117, 441826.653874 ], [ 132099.999974, 443199.999974 ], [ 131699.999974, 443199.999974 ], [ 131099.999974, 443299.999974 ], [ 131399.999974, 443699.999974 ], [ 132699.999974, 444799.999974 ], [ 133099.999974, 445199.999974 ], [ 133699.999974, 445499.999974 ], [ 133799.999974, 445499.999974 ], [ 133812.680274, 445507.044574 ], [ 134672.147174, 445984.526274 ], [ 134699.999974, 445999.999974 ], [ 134959.973574, 446086.657874 ], [ 134999.999974, 446099.999974 ], [ 135499.999974, 446099.999974 ], [ 135511.49237399999402, 446096.716474 ], [ 136168.567474, 445908.980774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0622" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 81528.23617399999057, 434499.999974 ], [ 81499.999974, 434499.999974 ], [ 81442.095574, 434514.476074 ], [ 80728.497773999988567, 434692.875574 ], [ 80699.999974, 434699.999974 ], [ 79299.999974, 434999.999974 ], [ 77999.999974, 435799.999974 ], [ 78599.999974, 436399.999974 ], [ 78633.378674, 436433.378674 ], [ 79699.999974, 437499.999974 ], [ 79699.999974, 437573.393174 ], [ 79699.999974, 437599.999974 ], [ 79888.07117399998242, 437694.035574 ], [ 79899.999974, 437699.999974 ], [ 81199.999974, 438999.999974 ], [ 81299.999974, 439299.999974 ], [ 81799.999974, 439899.999974 ], [ 81817.878873999987263, 439905.959574 ], [ 81838.711573999986285, 439912.903874 ], [ 82099.999974, 439999.999974 ], [ 82699.999974, 440299.999974 ], [ 82799.999974, 440399.999974 ], [ 83699.999974, 440799.999974 ], [ 84092.527073999983259, 440014.945874 ], [ 84099.999974, 439999.999974 ], [ 84112.525373999989824, 439970.773974 ], [ 84390.168673999985913, 439322.939674 ], [ 84399.999974, 439299.999974 ], [ 84499.999974, 439099.999974 ], [ 84507.124974, 439078.625174 ], [ 84512.47007399998256, 439062.589874 ], [ 84546.17357399998582, 438961.479174 ], [ 84584.395973999984562, 438846.811974 ], [ 84599.999974, 438799.999974 ], [ 84599.999974, 438232.039874 ], [ 84599.999974, 438199.999974 ], [ 84507.303174, 437921.909574 ], [ 84499.999974, 437899.999974 ], [ 84574.10017399999197, 437751.799574 ], [ 84599.999974, 437699.999974 ], [ 84699.999974, 437499.999974 ], [ 84799.999974, 436699.999974 ], [ 84816.80617399999755, 436649.581474 ], [ 84999.999974, 436099.999974 ], [ 84999.999974, 436073.624974 ], [ 84999.999974, 436071.178474 ], [ 84999.999974, 434999.999974 ], [ 84099.999974, 434999.999974 ], [ 83599.999974, 434899.999974 ], [ 83591.158574, 434895.579274 ], [ 82999.999974, 434599.999974 ], [ 82975.552773999981582, 434596.507574 ], [ 82299.999974, 434499.999974 ], [ 81528.23617399999057, 434499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0623" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 115767.288574, 447403.634574 ], [ 115799.999974, 447399.999974 ], [ 116159.440474, 447669.580374 ], [ 116199.999974, 447699.999974 ], [ 116399.999974, 447799.999974 ], [ 116999.999974, 447699.999974 ], [ 117499.999974, 447699.999974 ], [ 117899.999974, 447899.999974 ], [ 117910.01427399998647, 447879.971474 ], [ 118018.461374, 447663.077374 ], [ 118584.909374, 446530.181274 ], [ 118599.999974, 446499.999974 ], [ 118299.999974, 446399.999974 ], [ 115899.999974, 445899.999974 ], [ 116499.999974, 445099.999974 ], [ 116540.816274, 445045.578374 ], [ 117099.999974, 444299.999974 ], [ 116999.999974, 444299.999974 ], [ 117702.406374, 443246.390474 ], [ 117785.196174, 443122.205774 ], [ 117799.999974, 443099.999974 ], [ 118099.999974, 442999.999974 ], [ 118105.62957399999141, 442994.37047399999574 ], [ 118793.039374, 442306.960674 ], [ 118799.999974, 442299.999974 ], [ 119199.999974, 441499.999974 ], [ 118699.999974, 441199.999974 ], [ 118199.999974, 440899.999974 ], [ 118140.181974, 440899.999974 ], [ 118099.999974, 440899.999974 ], [ 117899.999974, 440999.999974 ], [ 117899.999974, 441006.3410739999963 ], [ 117899.999974, 441199.999974 ], [ 117499.999974, 441999.999974 ], [ 116999.999974, 442399.999974 ], [ 116499.999974, 442599.999974 ], [ 116437.679574, 442724.640774 ], [ 116399.999974, 442799.999974 ], [ 116199.999974, 442899.999974 ], [ 115505.89847399998689, 442503.406274 ], [ 115505.25717399999849, 442503.004074 ], [ 115499.999974, 442499.999974 ], [ 115599.999974, 441299.999974 ], [ 115214.18727399999625, 441107.093674 ], [ 115199.999974, 441099.999974 ], [ 113899.999974, 440699.999974 ], [ 113306.091774, 440601.015274 ], [ 113299.999974, 440599.999974 ], [ 110399.999974, 439799.999974 ], [ 110399.999974, 440299.999974 ], [ 110324.705874, 440299.999974 ], [ 110299.999974, 440299.999974 ], [ 109298.26537399998051, 439844.666074 ], [ 109199.999974, 439799.999974 ], [ 108999.999974, 440399.999974 ], [ 108999.999974, 440599.999974 ], [ 108105.67187399999239, 441792.437474 ], [ 108099.999974, 441799.999974 ], [ 108599.999974, 442399.999974 ], [ 108583.33337399997981, 442483.333074 ], [ 108499.999974, 442899.999974 ], [ 109199.999974, 443499.999974 ], [ 108399.999974, 444199.999974 ], [ 109899.999974, 445499.999974 ], [ 110099.999974, 445499.999974 ], [ 110134.671474, 445569.343074 ], [ 110199.999974, 445699.999974 ], [ 109990.122574, 445867.901874 ], [ 109699.999974, 446099.999974 ], [ 109499.999974, 446299.999974 ], [ 109399.999974, 446499.999974 ], [ 109758.54607399998349, 446768.909574 ], [ 109799.999974, 446799.999974 ], [ 110399.999974, 446699.999974 ], [ 110442.70737399999052, 446657.292574 ], [ 110685.385874, 446414.61417399998754 ], [ 110699.999974, 446399.999974 ], [ 110999.999974, 446199.999974 ], [ 111310.40787399999681, 446155.65597399999388 ], [ 111559.507874, 446120.070274 ], [ 111699.999974, 446099.999974 ], [ 111399.999974, 447099.999974 ], [ 111392.65727399999741, 447129.370874 ], [ 111299.999974, 447499.999974 ], [ 112399.999974, 447399.999974 ], [ 112999.999974, 447499.999974 ], [ 113599.999974, 447699.999974 ], [ 114596.09227399999509, 448397.264574 ], [ 114674.304574, 448177.086374 ], [ 114899.999974, 447499.999974 ], [ 114985.58987399999751, 447490.489974 ], [ 115767.288574, 447403.634574 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0626" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 91999.999974, 461799.999974 ], [ 92094.83487399999285, 461230.990874 ], [ 92099.999974, 461199.999974 ], [ 92099.999974, 460999.999974 ], [ 92049.484173999982886, 460898.968274 ], [ 91899.999974, 460599.999974 ], [ 91999.999974, 460499.999974 ], [ 91727.583274, 460193.306274 ], [ 91224.412874, 459627.454074 ], [ 91199.999974, 459599.999974 ], [ 90869.590273999987403, 459236.549374 ], [ 90200.48017399999662, 458500.528174 ], [ 90199.999974, 458499.999974 ], [ 89699.999974, 457799.999974 ], [ 89299.999974, 457499.999974 ], [ 88999.999974, 457699.999974 ], [ 88831.313074, 457868.686874 ], [ 88799.999974, 457899.999974 ], [ 87999.999974, 458299.999974 ], [ 87982.422774, 458310.546374 ], [ 87499.999974, 458599.999974 ], [ 88299.999974, 459699.999974 ], [ 88339.863374, 459729.8974739999976 ], [ 88699.999974, 459999.999974 ], [ 89299.999974, 460999.999974 ], [ 90399.999974, 462299.999974 ], [ 90399.999974, 461799.999974 ], [ 90766.6761739999929, 461799.999974 ], [ 90799.999974, 461799.999974 ], [ 90872.79137399999308, 461872.791374 ], [ 90899.999974, 461899.999974 ], [ 91364.696873999986565, 462643.51507399999537 ], [ 91399.999974, 462699.999974 ], [ 91499.999974, 462799.999974 ], [ 91514.584773999988101, 462799.999974 ], [ 91602.75407399999676, 462799.999974 ], [ 91899.999974, 462799.999974 ], [ 91992.400373999989824, 462430.39857399999164 ], [ 91999.999974, 462399.999974 ], [ 91999.999974, 461816.656274 ], [ 91999.999974, 461799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0627" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 104876.118174, 453101.837074 ], [ 104899.999974, 453099.999974 ], [ 105099.999974, 453099.999974 ], [ 105394.093774, 452511.812474 ], [ 105399.999974, 452499.999974 ], [ 105694.02607399999397, 452303.982674 ], [ 105699.999974, 452299.999974 ], [ 105777.262174, 452145.47567399998661 ], [ 105799.999974, 452099.999974 ], [ 105699.999974, 451799.999974 ], [ 106499.999974, 451799.999974 ], [ 106499.999974, 451644.218574 ], [ 106499.999974, 451599.999974 ], [ 106299.999974, 450899.999974 ], [ 106999.999974, 450799.999974 ], [ 108199.999974, 450499.999974 ], [ 108201.97377399998368, 450498.026274 ], [ 108299.999974, 450399.999974 ], [ 107800.32387399999425, 450100.194374 ], [ 107799.999974, 450099.999974 ], [ 107799.999974, 450009.784774 ], [ 107799.999974, 449999.999974 ], [ 107499.999974, 449799.999974 ], [ 107457.99837399998796, 449771.99897399998736 ], [ 107219.88437399998656, 449613.256274 ], [ 107199.999974, 449599.999974 ], [ 106824.304474, 449331.646074 ], [ 106499.999974, 449099.999974 ], [ 106399.999974, 449099.999974 ], [ 105599.999974, 448799.999974 ], [ 105732.67677399999229, 448600.984874 ], [ 105799.999974, 448499.999974 ], [ 105820.02297399999225, 448493.325674 ], [ 106399.999974, 448299.999974 ], [ 106599.999974, 448099.999974 ], [ 106099.999974, 447899.999974 ], [ 105799.999974, 447599.999974 ], [ 105790.593774, 447590.593774 ], [ 105599.999974, 447399.999974 ], [ 105399.999974, 447599.999974 ], [ 105399.999974, 447799.999974 ], [ 105409.69467399999849, 447814.541974 ], [ 105599.999974, 448099.999974 ], [ 105599.999974, 448385.218674 ], [ 105599.999974, 448399.999974 ], [ 105599.999974, 448439.166674 ], [ 105557.400074, 448528.399974 ], [ 105299.999974, 448699.999974 ], [ 104804.2895739999949, 448402.573774 ], [ 104299.999974, 448099.999974 ], [ 103499.999974, 447299.999974 ], [ 103486.4316739999922, 447305.088074 ], [ 102699.999974, 447599.999974 ], [ 100799.999974, 449499.999974 ], [ 100765.45617399999173, 449534.543774 ], [ 100399.999974, 449899.999974 ], [ 101499.999974, 451099.999974 ], [ 101562.186774, 451131.093374 ], [ 101699.999974, 451199.999974 ], [ 101799.999974, 451399.999974 ], [ 101701.0853739999875, 451449.457274 ], [ 101399.999974, 451599.999974 ], [ 101599.999974, 452799.999974 ], [ 101499.999974, 453299.999974 ], [ 101499.999974, 454599.999974 ], [ 101513.680074, 454598.686974 ], [ 102622.80597399998805, 454513.594374 ], [ 102799.999974, 454499.999974 ], [ 102799.999974, 454299.999974 ], [ 103476.51507399999537, 454203.354974 ], [ 103499.999974, 454199.999974 ], [ 103599.999974, 453199.999974 ], [ 104876.118174, 453101.837074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0629" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 87797.282474, 464805.435074 ], [ 87799.999974, 464799.999974 ], [ 88099.999974, 464999.999974 ], [ 88299.999974, 464399.999974 ], [ 88699.999974, 464199.999974 ], [ 89199.999974, 463899.999974 ], [ 89232.710174, 463891.822474 ], [ 89599.999974, 463799.999974 ], [ 90199.999974, 463499.999974 ], [ 90099.999974, 463199.999974 ], [ 90290.251273999980185, 462819.497474 ], [ 90299.999974, 462799.999974 ], [ 90399.999974, 462399.999974 ], [ 90399.999974, 462299.999974 ], [ 89299.999974, 460999.999974 ], [ 88699.999974, 459999.999974 ], [ 88339.863374, 459729.8974739999976 ], [ 88299.999974, 459699.999974 ], [ 87499.999974, 458599.999974 ], [ 86799.999974, 457899.999974 ], [ 85499.999974, 456799.999974 ], [ 85299.999974, 456899.999974 ], [ 84899.999974, 457399.999974 ], [ 84887.85997399999178, 457415.174974 ], [ 84802.517674, 457521.852874 ], [ 84499.999974, 457899.999974 ], [ 84475.68417399999453, 457899.999974 ], [ 84399.999974, 457899.999974 ], [ 83499.999974, 457199.999974 ], [ 83486.619474, 457186.619474 ], [ 83399.999974, 457099.999974 ], [ 83299.999974, 457199.999974 ], [ 83099.999974, 457199.999974 ], [ 82399.999974, 456899.999974 ], [ 82388.68837399999029, 456915.082174 ], [ 82100.064974, 457299.91337399999611 ], [ 82099.999974, 457299.999974 ], [ 82699.999974, 457699.999974 ], [ 82799.999974, 457999.999974 ], [ 82513.733073999988846, 458381.689174 ], [ 82499.999974, 458399.999974 ], [ 82493.04377399999066, 458408.593074 ], [ 82485.64007399999537, 458417.738774 ], [ 80799.999974, 460499.999974 ], [ 82199.999974, 462199.999974 ], [ 84063.69587399999727, 464652.231374 ], [ 84099.999974, 464699.999974 ], [ 85799.999974, 466999.999974 ], [ 86899.999974, 465799.999974 ], [ 87490.732473999989452, 465307.722974 ], [ 87499.999974, 465299.999974 ], [ 87698.146473999979207, 465002.780274 ], [ 87699.999974, 464999.999974 ], [ 87738.683373999985633, 464922.633274 ], [ 87797.282474, 464805.435074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0632" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122399.999974, 463699.999974 ], [ 122499.999974, 461899.999974 ], [ 123242.07497399998829, 462178.278074 ], [ 123299.999974, 462199.999974 ], [ 123899.999974, 461399.999974 ], [ 123921.759274, 461356.481374 ], [ 124090.049574, 461019.900774 ], [ 124099.999974, 460999.999974 ], [ 124599.999974, 459999.999974 ], [ 124635.4652739999874, 460020.688074 ], [ 125783.964374, 460690.645874 ], [ 125799.999974, 460699.999974 ], [ 126399.999974, 459399.999974 ], [ 126799.999974, 458799.999974 ], [ 126801.448974, 458795.652974 ], [ 126899.999974, 458499.999974 ], [ 127099.999974, 458299.999974 ], [ 127099.999974, 457899.999974 ], [ 126799.999974, 457599.999974 ], [ 126599.999974, 457199.999974 ], [ 126626.602474, 457160.096274 ], [ 126799.999974, 456899.999974 ], [ 127699.999974, 456999.999974 ], [ 127999.999974, 456099.999974 ], [ 128013.684574, 456072.630874 ], [ 128021.174574, 456070.165574 ], [ 128018.4941739999922, 456063.011574 ], [ 128099.999974, 455899.999974 ], [ 128452.846274, 455748.780174 ], [ 128799.999974, 455599.999974 ], [ 128793.449174, 455529.905174 ], [ 128699.999974, 454499.999974 ], [ 128689.66747399998712, 454474.168574 ], [ 128671.493374, 454428.733474 ], [ 128499.999974, 453999.999974 ], [ 128399.999974, 453199.999974 ], [ 128199.999974, 453299.999974 ], [ 127299.999974, 452999.999974 ], [ 126399.999974, 453299.999974 ], [ 125533.99117399999523, 453203.776774 ], [ 125499.999974, 453199.999974 ], [ 125499.999974, 453599.999974 ], [ 124099.999974, 454699.999974 ], [ 124094.1700739999942, 454699.967974 ], [ 123699.999974, 454699.999974 ], [ 123395.04207399999723, 454533.659374 ], [ 122606.794674, 454103.706174 ], [ 122599.999974, 454099.999974 ], [ 121999.999974, 453699.999974 ], [ 121946.735174, 453690.315474 ], [ 121629.3752739999909, 453632.613674 ], [ 120899.999974, 453499.999974 ], [ 120299.999974, 453499.999974 ], [ 120259.081474, 453499.999974 ], [ 119799.999974, 453499.999974 ], [ 117742.900074, 453597.957174 ], [ 117699.999974, 453599.999974 ], [ 116799.999974, 453299.999974 ], [ 117099.999974, 453999.999974 ], [ 116999.999974, 454199.999974 ], [ 116499.999974, 454199.999974 ], [ 116499.999974, 454762.888274 ], [ 116499.999974, 454789.852374 ], [ 116499.999974, 454799.999974 ], [ 116399.999974, 456099.999974 ], [ 116301.633674, 457575.494374 ], [ 116299.999974, 457599.999974 ], [ 116399.999974, 457599.999974 ], [ 116415.835074, 457631.670074 ], [ 116499.999974, 457799.999974 ], [ 116312.605874, 457987.394174 ], [ 116299.999974, 457999.999974 ], [ 114347.034174, 459464.724374 ], [ 114204.78287399999681, 459499.999974 ], [ 114199.999974, 459499.999974 ], [ 114299.999974, 459699.999974 ], [ 114699.999974, 459799.999974 ], [ 114899.999974, 459799.999974 ], [ 115299.999974, 460199.999974 ], [ 115399.999974, 460599.999974 ], [ 115299.999974, 460899.999974 ], [ 115499.999974, 461299.999974 ], [ 115699.999974, 461499.999974 ], [ 116199.999974, 461699.999974 ], [ 116994.369974, 461898.592474 ], [ 116999.999974, 461899.999974 ], [ 117099.999974, 461899.999974 ], [ 117109.66687399998773, 461887.110774 ], [ 117399.999974, 461499.999974 ], [ 117699.999974, 461399.999974 ], [ 118595.267874, 461101.577374 ], [ 118599.999974, 461099.999974 ], [ 119299.999974, 461199.999974 ], [ 119780.42017399999895, 461280.070074 ], [ 119899.999974, 461299.999974 ], [ 119899.999974, 463199.999974 ], [ 121099.999974, 463899.999974 ], [ 122299.999974, 463899.999974 ], [ 122399.999974, 463699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0637" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 95099.999974, 455999.999974 ], [ 95590.2724739999976, 455607.781974 ], [ 95599.999974, 455599.999974 ], [ 96299.999974, 454999.999974 ], [ 96199.999974, 454999.999974 ], [ 96221.967073999985587, 454941.421074 ], [ 96233.04687399999239, 454941.187474 ], [ 96230.72897399999783, 454918.055974 ], [ 96210.773473999986891, 454718.906274 ], [ 96208.148473999986891, 454560.812474 ], [ 96261.968774, 454551.406274 ], [ 96262.101574, 454461.312474 ], [ 96232.179673999984516, 454454.499974 ], [ 96168.976574, 454137.499974 ], [ 96179.82817399999476, 454118.406274 ], [ 96214.85937399999239, 454115.687474 ], [ 96429.985274, 454386.705974 ], [ 96484.343774, 454455.187474 ], [ 96590.327074, 454372.405474 ], [ 96492.725974, 454219.397574 ], [ 96499.999974, 454199.999974 ], [ 97799.999974, 453199.999974 ], [ 98099.999974, 452899.999974 ], [ 97512.92317399999592, 452117.230974 ], [ 97499.999974, 452099.999974 ], [ 97399.999974, 451699.999974 ], [ 97386.92687399999704, 451686.92687399999704 ], [ 97199.999974, 451499.999974 ], [ 96799.999974, 451599.999974 ], [ 96399.999974, 451499.999974 ], [ 96384.56357399999979, 451486.76877399999648 ], [ 95699.999974, 450899.999974 ], [ 95697.38637399999425, 450898.257574 ], [ 95418.11617399999523, 450712.077474 ], [ 95399.999974, 450699.999974 ], [ 94999.999974, 450199.999974 ], [ 94982.746373999980278, 450185.621974 ], [ 94399.999974, 449699.999974 ], [ 94398.875574, 449699.999974 ], [ 93799.999974, 449699.999974 ], [ 93761.04757399999653, 449699.999974 ], [ 92499.999974, 449699.999974 ], [ 92099.999974, 450599.999974 ], [ 92056.03947399999015, 450589.000974 ], [ 91299.999974, 450399.999974 ], [ 91277.628873999987263, 450411.185574 ], [ 91099.999974, 450499.999974 ], [ 90733.77297399999225, 451507.124374 ], [ 90699.999974, 451599.999974 ], [ 89898.88457399999606, 451741.373274 ], [ 89005.81417399999918, 451898.973974 ], [ 88999.999974, 451899.999974 ], [ 88799.999974, 451899.999974 ], [ 88316.82267399999546, 452576.448274 ], [ 88563.957173999981023, 452547.208574 ], [ 88799.999974, 452499.999974 ], [ 88789.004874, 452565.970674 ], [ 88699.999974, 453099.999974 ], [ 91099.999974, 454899.999974 ], [ 91133.07517399999779, 454907.087574 ], [ 92499.999974, 455199.999974 ], [ 92399.999974, 455599.999974 ], [ 93699.999974, 455899.999974 ], [ 93699.999974, 456099.999974 ], [ 93999.999974, 455899.999974 ], [ 94009.02677399999811, 455904.513374 ], [ 94199.999974, 455999.999974 ], [ 94199.999974, 456299.999974 ], [ 94499.999974, 456499.999974 ], [ 95099.999974, 455999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0638" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 97299.999974, 461699.999974 ], [ 97699.999974, 461499.999974 ], [ 97599.999974, 461399.999974 ], [ 97399.999974, 460999.999974 ], [ 97399.999974, 460899.999974 ], [ 97499.999974, 460799.999974 ], [ 97348.027673999982653, 460435.266274 ], [ 96999.999974, 459599.999974 ], [ 96699.999974, 459399.999974 ], [ 96699.999974, 459299.999974 ], [ 96699.999974, 457903.680774 ], [ 96699.999974, 457899.999974 ], [ 96699.999974, 456717.520874 ], [ 96699.999974, 456699.999974 ], [ 96699.999974, 455399.999974 ], [ 96599.999974, 455399.999974 ], [ 96299.999974, 455099.999974 ], [ 96299.999974, 455067.709574 ], [ 96299.999974, 455054.771574 ], [ 96299.999974, 454999.999974 ], [ 95599.999974, 455599.999974 ], [ 95590.2724739999976, 455607.781974 ], [ 95099.999974, 455999.999974 ], [ 94499.999974, 456499.999974 ], [ 94199.999974, 456299.999974 ], [ 94199.999974, 455999.999974 ], [ 94009.02677399999811, 455904.513374 ], [ 93999.999974, 455899.999974 ], [ 93699.999974, 456099.999974 ], [ 93599.999974, 456999.999974 ], [ 92907.399974, 458187.314374 ], [ 92899.999974, 458199.999974 ], [ 92199.999974, 459199.999974 ], [ 92399.999974, 459399.999974 ], [ 93399.999974, 460299.999974 ], [ 93865.68117399999755, 460579.408674 ], [ 93899.999974, 460599.999974 ], [ 94114.404573999985587, 460814.404574 ], [ 94197.48067399999127, 460897.48067399999127 ], [ 94199.999974, 460899.999974 ], [ 95156.966774, 461665.573474 ], [ 95160.161373999988427, 461668.129174 ], [ 95123.47407399999793, 461699.999974 ], [ 95099.999974, 461699.999974 ], [ 94999.999974, 461799.999974 ], [ 95299.999974, 462099.999974 ], [ 95899.999974, 462399.999974 ], [ 96191.331474, 462011.55797399999574 ], [ 96199.999974, 461999.999974 ], [ 96399.999974, 461899.999974 ], [ 96413.873873999982607, 461895.375374 ], [ 96699.999974, 461799.999974 ], [ 97299.999974, 461699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0642" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 103192.98857399998815, 426635.670474 ], [ 103299.999974, 426599.999974 ], [ 103689.84137399998144, 426697.460374 ], [ 103699.999974, 426699.999974 ], [ 103930.58317399999942, 426798.821374 ], [ 104399.999974, 426999.999974 ], [ 104421.16037399999914, 427007.053474 ], [ 104424.17367399999057, 427008.057874 ], [ 104874.700974, 427158.233674 ], [ 104882.114574, 427160.704874 ], [ 104999.999974, 427199.999974 ], [ 105294.54607399998349, 426709.08977399999276 ], [ 105299.999974, 426699.999974 ], [ 105399.999974, 426599.999974 ], [ 105419.41067399998428, 426590.294674 ], [ 105599.999974, 426499.999974 ], [ 105699.999974, 426099.999974 ], [ 105657.75097399999504, 426085.916974 ], [ 105441.32557399998768, 426013.775174 ], [ 105399.999974, 425999.999974 ], [ 105099.999974, 425899.999974 ], [ 104799.999974, 425599.999974 ], [ 104775.977874, 425575.977874 ], [ 104628.013974, 425428.013974 ], [ 104599.999974, 425399.999974 ], [ 104222.836974, 425022.836974 ], [ 104205.17297399998643, 425005.172974 ], [ 104200.39467399998102, 425000.394674 ], [ 104199.999974, 424999.999974 ], [ 104005.16397399999551, 424805.163974 ], [ 103999.999974, 424799.999974 ], [ 103599.999974, 424399.999974 ], [ 103589.25097399999504, 424393.857674 ], [ 102899.999974, 423999.999974 ], [ 102199.999974, 423899.999974 ], [ 100599.999974, 424499.999974 ], [ 100557.20177399998647, 424503.890774 ], [ 99534.82327399999485, 424596.834274 ], [ 99499.999974, 424599.999974 ], [ 99314.318673999980092, 424692.840674 ], [ 99299.999974, 424699.999974 ], [ 98699.999974, 424999.999974 ], [ 98683.42807399999583, 425011.047974 ], [ 98399.999974, 425199.999974 ], [ 98389.302574, 425218.720574 ], [ 98000.75287399999797, 425898.682374 ], [ 97999.999974, 425899.999974 ], [ 97904.053373999980977, 426379.73327399999835 ], [ 97899.999974, 426399.999974 ], [ 97701.39977399999043, 426896.500474 ], [ 97699.999974, 426899.999974 ], [ 97499.999974, 427199.999974 ], [ 97788.4939739999827, 427584.658674 ], [ 97799.999974, 427599.999974 ], [ 97899.999974, 427799.999974 ], [ 97913.829674, 427841.489074 ], [ 97999.999974, 428099.999974 ], [ 98259.493274, 428359.493274 ], [ 98299.999974, 428399.999974 ], [ 98599.999974, 428799.999974 ], [ 98611.589474, 428811.589474 ], [ 98799.999974, 428999.999974 ], [ 100395.13867399998708, 428282.187574 ], [ 100799.999974, 428099.999974 ], [ 101699.999974, 427499.999974 ], [ 101714.58527399998275, 427492.70737399999052 ], [ 102267.98327399999835, 427216.008374 ], [ 102299.999974, 427199.999974 ], [ 102966.33767399998032, 426724.04447399999481 ], [ 102978.26927399999113, 426715.521974 ], [ 102999.999974, 426699.999974 ], [ 103192.98857399998815, 426635.670474 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0643" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 110899.999974, 438399.999974 ], [ 110800.54317399999127, 437803.258874 ], [ 110799.999974, 437799.999974 ], [ 110699.999974, 436299.999974 ], [ 110699.999974, 436260.036474 ], [ 110699.999974, 435599.999974 ], [ 110699.999974, 435399.999974 ], [ 110599.999974, 435399.999974 ], [ 110567.293574, 435380.376174 ], [ 110099.999974, 435099.999974 ], [ 110040.12787399999797, 435057.234174 ], [ 109399.999974, 434599.999974 ], [ 108799.999974, 434399.999974 ], [ 108099.999974, 434499.999974 ], [ 107599.999974, 434399.999974 ], [ 107588.83767399998032, 434396.955774 ], [ 106499.999974, 434099.999974 ], [ 106099.999974, 433799.999974 ], [ 106073.92057399998885, 433794.784074 ], [ 105599.999974, 433699.999974 ], [ 104099.999974, 433799.999974 ], [ 104067.48427399998764, 433805.419274 ], [ 103531.08247399999527, 433894.819574 ], [ 103499.999974, 433899.999974 ], [ 103399.999974, 433899.999974 ], [ 103364.36527399998158, 433888.12177399999928 ], [ 103099.999974, 433799.999974 ], [ 103096.26437399999122, 433799.377374 ], [ 102499.999974, 433699.999974 ], [ 102299.999974, 433699.999974 ], [ 102262.91937399999006, 433699.999974 ], [ 102199.999974, 433699.999974 ], [ 101899.999974, 433899.999974 ], [ 101199.999974, 433899.999974 ], [ 100399.999974, 434199.999974 ], [ 100398.18487399999867, 434201.210074 ], [ 100099.999974, 434399.999974 ], [ 99599.999974, 434999.999974 ], [ 99199.999974, 435299.999974 ], [ 99599.999974, 435399.999974 ], [ 100399.999974, 435399.999974 ], [ 100592.79797399998643, 435592.797974 ], [ 100599.999974, 435599.999974 ], [ 100899.999974, 435699.999974 ], [ 102399.999974, 435799.999974 ], [ 102436.90027399998507, 435808.200074 ], [ 103299.999974, 435999.999974 ], [ 103733.31457399998908, 436259.988674 ], [ 103799.999974, 436299.999974 ], [ 104299.999974, 436799.999974 ], [ 104699.999974, 436699.999974 ], [ 104999.999974, 436699.999974 ], [ 105999.999974, 437299.999974 ], [ 106299.999974, 437699.999974 ], [ 106799.999974, 437999.999974 ], [ 107099.999974, 438399.999974 ], [ 107499.999974, 438099.999974 ], [ 108299.999974, 438299.999974 ], [ 108892.95937399999821, 438102.346874 ], [ 108899.999974, 438099.999974 ], [ 110899.999974, 438399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0644" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 108699.999974, 445899.999974 ], [ 109099.999974, 445799.999974 ], [ 109656.65947399998549, 446078.329774 ], [ 109699.999974, 446099.999974 ], [ 109990.122574, 445867.901874 ], [ 110199.999974, 445699.999974 ], [ 110134.671474, 445569.343074 ], [ 110099.999974, 445499.999974 ], [ 109899.999974, 445499.999974 ], [ 108399.999974, 444199.999974 ], [ 106899.999974, 442499.999974 ], [ 106301.46577399998205, 441302.9316739999922 ], [ 106299.999974, 441299.999974 ], [ 106399.29757399999653, 440307.023774 ], [ 106399.999974, 440299.999974 ], [ 106399.999974, 439699.999974 ], [ 105999.999974, 439399.999974 ], [ 107099.999974, 438399.999974 ], [ 106799.999974, 437999.999974 ], [ 106299.999974, 437699.999974 ], [ 105999.999974, 437299.999974 ], [ 104999.999974, 436699.999974 ], [ 104699.999974, 436699.999974 ], [ 104299.999974, 436799.999974 ], [ 103799.999974, 436299.999974 ], [ 102999.999974, 437299.999974 ], [ 102998.395074, 437301.604974 ], [ 102499.999974, 437799.999974 ], [ 102487.4206739999936, 437815.724174 ], [ 102099.999974, 438299.999974 ], [ 102199.999974, 438599.999974 ], [ 102499.999974, 438899.999974 ], [ 103199.999974, 438999.999974 ], [ 103387.12777399999322, 439467.819474 ], [ 103399.999974, 439499.999974 ], [ 103599.999974, 440499.999974 ], [ 104099.999974, 440899.999974 ], [ 103899.999974, 441299.999974 ], [ 103882.535474, 441334.929074 ], [ 103799.999974, 441499.999974 ], [ 103797.835074, 441502.783474 ], [ 103101.661174, 442397.86417399998754 ], [ 103099.999974, 442399.999974 ], [ 102999.999974, 442499.999974 ], [ 103199.999974, 442699.999974 ], [ 104199.999974, 442999.999974 ], [ 104238.64587399997981, 442999.999974 ], [ 104299.999974, 442999.999974 ], [ 104333.306374, 443033.306374 ], [ 104699.999974, 443399.999974 ], [ 105599.999974, 443599.999974 ], [ 105791.46427399999811, 443791.464274 ], [ 105799.999974, 443799.999974 ], [ 105886.21577399998205, 444231.078974 ], [ 105899.999974, 444299.999974 ], [ 105999.999974, 444499.999974 ], [ 106027.296474, 444534.120574 ], [ 106171.915374, 444714.894274 ], [ 106399.999974, 444999.999974 ], [ 106999.999974, 445499.999974 ], [ 107150.63737399998354, 445575.318674 ], [ 107199.999974, 445599.999974 ], [ 107699.999974, 445599.999974 ], [ 107716.57917399998405, 445608.289574 ], [ 107899.999974, 445699.999974 ], [ 108299.999974, 446199.999974 ], [ 108331.97637399999076, 446176.017674 ], [ 108699.999974, 445899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0653" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 168888.327974, 547623.343974 ], [ 168899.999974, 547599.999974 ], [ 170699.999974, 547999.999974 ], [ 170725.38447399999131, 548005.857974 ], [ 171999.999974, 548299.999974 ], [ 172499.999974, 547199.999974 ], [ 172899.999974, 546699.999974 ], [ 172599.999974, 546399.999974 ], [ 172965.424174, 545742.236474 ], [ 173099.999974, 545499.999974 ], [ 173102.97887399999308, 545494.637974 ], [ 173599.999974, 544599.999974 ], [ 172799.999974, 544399.999974 ], [ 172799.999974, 544199.999974 ], [ 172802.69577399999253, 544186.521074 ], [ 172899.999974, 543699.999974 ], [ 172599.999974, 543299.999974 ], [ 172199.999974, 542899.999974 ], [ 172099.999974, 542499.999974 ], [ 172103.05717399998684, 542487.771374 ], [ 172299.999974, 541699.999974 ], [ 172299.999974, 541499.999974 ], [ 172099.999974, 541499.999974 ], [ 171699.999974, 541299.999974 ], [ 170899.999974, 540799.999974 ], [ 170599.999974, 540399.999974 ], [ 170299.999974, 540499.999974 ], [ 170229.15167399999336, 540507.872074 ], [ 169399.999974, 540599.999974 ], [ 168299.999974, 540299.999974 ], [ 168199.999974, 539999.999974 ], [ 168199.999974, 539799.999974 ], [ 167999.999974, 539199.999974 ], [ 167599.999974, 538799.999974 ], [ 167585.07557399998768, 538794.030274 ], [ 167099.999974, 538599.999974 ], [ 166599.999974, 538499.999974 ], [ 166199.999974, 538399.999974 ], [ 165599.999974, 538399.999974 ], [ 164499.999974, 538899.999974 ], [ 162599.999974, 539799.999974 ], [ 162594.540474, 539803.119774 ], [ 161899.999974, 540199.999974 ], [ 161865.100474, 540209.971274 ], [ 161199.999974, 540399.999974 ], [ 160199.999974, 540599.999974 ], [ 159499.999974, 540899.999974 ], [ 159199.999974, 540799.999974 ], [ 159099.999974, 540599.999974 ], [ 159203.07687399999122, 540475.384574 ], [ 158599.999974, 540399.999974 ], [ 158399.999974, 541099.999974 ], [ 158399.999974, 541103.808074 ], [ 158399.999974, 541398.784174 ], [ 158399.999974, 541399.999974 ], [ 158399.999974, 541499.999974 ], [ 158099.999974, 542499.999974 ], [ 157599.999974, 542899.999974 ], [ 157626.36727399998927, 542910.54687399999239 ], [ 158099.999974, 543099.999974 ], [ 159199.999974, 542799.999974 ], [ 159210.36377399999765, 542798.963574 ], [ 160199.999974, 542699.999974 ], [ 160699.999974, 542899.999974 ], [ 160799.077974, 542701.843974 ], [ 160799.999974, 542699.999974 ], [ 160999.999974, 542399.999974 ], [ 161064.03947399999015, 542432.019774 ], [ 161165.42797399999108, 542482.71397399995476 ], [ 161199.999974, 542499.999974 ], [ 161599.999974, 542699.999974 ], [ 161899.999974, 542699.999974 ], [ 162282.2724739999976, 542986.70437399996445 ], [ 162299.999974, 542999.999974 ], [ 162514.721174, 543375.762174 ], [ 162699.999974, 543699.999974 ], [ 162199.999974, 543999.999974 ], [ 161899.999974, 544299.999974 ], [ 162099.999974, 544599.999974 ], [ 162099.999974, 544799.999974 ], [ 161028.42057399998885, 546163.828374 ], [ 160999.999974, 546199.999974 ], [ 161928.840174, 547200.289374 ], [ 162285.762974, 547584.667874 ], [ 162299.999974, 547599.999974 ], [ 163299.999974, 548799.999974 ], [ 163323.09157399999094, 548815.394374 ], [ 165066.54927399998996, 549977.69957399996929 ], [ 165099.999974, 549999.999974 ], [ 165999.999974, 550599.999974 ], [ 166010.61237399998936, 550607.07497399998829 ], [ 166899.999974, 551199.999974 ], [ 167267.783174, 550924.162674 ], [ 167299.999974, 550899.999974 ], [ 167499.999974, 550599.999974 ], [ 167799.999974, 549799.999974 ], [ 167884.91997399998945, 549630.15997399995103 ], [ 168174.23367399998824, 549051.532574 ], [ 168199.999974, 548999.999974 ], [ 168888.327974, 547623.343974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0654" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 38199.99677399999, 388200.006374 ], [ 37916.66027399999439, 388132.944474 ], [ 37899.8778739999907, 388146.370374 ], [ 37789.11457399999199, 388129.588074 ], [ 37701.84647399999085, 388106.092774 ], [ 37601.15257399999246, 388121.196874 ], [ 37498.78037399999448, 388226.925474 ], [ 37481.99807399999554, 388265.52487399999518 ], [ 37809.25337399999262, 388495.442674 ], [ 38000.62517399999342, 388598.749574 ], [ 38199.99677399999, 388200.006374 ] ] ], [ [ [ 39399.9999739999912, 391699.999974 ], [ 41499.9999739999912, 391299.999974 ], [ 41500.62407399999211, 391299.999974 ], [ 41565.13377399999445, 391299.999974 ], [ 41599.9999739999912, 391299.999974 ], [ 42591.97957399999723, 391200.802074 ], [ 42599.9999739999912, 391199.999974 ], [ 43199.9999739999912, 390999.999974 ], [ 43599.9999739999912, 390699.999974 ], [ 44299.9999739999912, 390099.999974 ], [ 44372.08697399999073, 390051.941974 ], [ 44599.9999739999912, 389899.999974 ], [ 44999.99997399999847, 389599.999974 ], [ 45499.99997399999847, 389399.999974 ], [ 45504.792973999989044, 389399.999974 ], [ 45999.99997399999847, 389399.999974 ], [ 46007.331273999989207, 389399.999974 ], [ 46371.73737399999663, 389399.999974 ], [ 46399.99997399999847, 389399.999974 ], [ 46999.99997399999847, 389599.999974 ], [ 47699.99997399999847, 389599.999974 ], [ 49599.99997399999847, 389299.999974 ], [ 49699.99997399999847, 389099.999974 ], [ 49899.99997399999847, 388999.999974 ], [ 50299.99997399999847, 389099.999974 ], [ 50336.923173999988649, 389093.846174 ], [ 51499.99997399999847, 388899.999974 ], [ 51543.60137399999803, 388896.036274 ], [ 52599.99997399999847, 388799.999974 ], [ 52599.99997399999847, 388599.999974 ], [ 52199.99997399999847, 387799.999974 ], [ 52599.99997399999847, 387399.999974 ], [ 52621.78167399999074, 387367.32757399999537 ], [ 52799.99997399999847, 387099.999974 ], [ 52818.448873999986972, 387086.16337399999611 ], [ 53599.99997399999847, 386499.999974 ], [ 53399.99997399999847, 386099.999974 ], [ 53399.99997399999847, 385699.999974 ], [ 53199.99997399999847, 385599.999974 ], [ 53299.99997399999847, 385499.999974 ], [ 53399.99997399999847, 385099.999974 ], [ 53099.99997399999847, 384999.999974 ], [ 53103.78577399999631, 384977.285374 ], [ 53199.99997399999847, 384399.999974 ], [ 53399.99997399999847, 384199.999974 ], [ 53399.99997399999847, 383799.999974 ], [ 52899.99997399999847, 383099.999974 ], [ 52803.59357399999135, 382714.37417399999686 ], [ 52799.99997399999847, 382699.999974 ], [ 52707.29637399999046, 382421.889274 ], [ 52699.99997399999847, 382399.999974 ], [ 52499.99997399999847, 381999.999974 ], [ 52399.99997399999847, 381799.999974 ], [ 52399.07497399999556, 381797.635874 ], [ 51499.99997399999847, 379499.999974 ], [ 50999.99997399999847, 379399.999974 ], [ 50399.99997399999847, 379499.999974 ], [ 50299.99997399999847, 379699.999974 ], [ 49850.91017399999691, 379789.817974 ], [ 49799.99997399999847, 379799.999974 ], [ 49499.99997399999847, 379799.999974 ], [ 49099.99997399999847, 379599.999974 ], [ 48799.99997399999847, 379399.999974 ], [ 48799.99997399999847, 379199.999974 ], [ 48599.99997399999847, 379099.999974 ], [ 47999.99997399999847, 378999.999974 ], [ 47980.53657399999065, 378996.292674 ], [ 45914.8434739999866, 378602.827374 ], [ 45899.99997399999847, 378599.999974 ], [ 45699.99997399999847, 378599.999974 ], [ 45672.57487399999081, 378599.999974 ], [ 45399.99997399999847, 378599.999974 ], [ 44399.9999739999912, 379599.999974 ], [ 43899.9999739999912, 379999.999974 ], [ 43814.87537399999565, 380170.249274 ], [ 43799.9999739999912, 380199.999974 ], [ 42899.9999739999912, 380799.999974 ], [ 42965.42187399999239, 381127.109374 ], [ 42999.9999739999912, 381299.999974 ], [ 42899.9999739999912, 381399.999974 ], [ 42099.9999739999912, 381399.999974 ], [ 41399.9999739999912, 381899.999974 ], [ 41199.9999739999912, 381799.999974 ], [ 40599.9999739999912, 381499.999974 ], [ 40099.9999739999912, 381499.999974 ], [ 39799.9999739999912, 381699.999974 ], [ 39499.9999739999912, 381899.999974 ], [ 39399.9999739999912, 381899.999974 ], [ 39399.9999739999912, 381999.999974 ], [ 39299.9999739999912, 382599.999974 ], [ 39099.9999739999912, 383299.999974 ], [ 38799.9999739999912, 383299.999974 ], [ 38792.20297399999254, 383315.594174 ], [ 38599.9999739999912, 383699.999974 ], [ 38199.9999739999912, 384199.999974 ], [ 37899.9999739999912, 384899.999974 ], [ 37499.9999739999912, 385399.999974 ], [ 37999.9999739999912, 385999.999974 ], [ 38199.9999739999912, 385699.999974 ], [ 37799.9999739999912, 385199.999974 ], [ 37999.9999739999912, 384999.999974 ], [ 38499.9999739999912, 385499.999974 ], [ 38999.9999739999912, 384999.999974 ], [ 39199.9999739999912, 385299.999974 ], [ 38599.9999739999912, 385999.999974 ], [ 39599.9999739999912, 386599.999974 ], [ 39599.9999739999912, 386699.999974 ], [ 39499.9999739999912, 386799.999974 ], [ 38899.9999739999912, 386399.999974 ], [ 38599.9999739999912, 386299.999974 ], [ 38399.9999739999912, 386399.999974 ], [ 38799.9999739999912, 387399.999974 ], [ 38999.9999739999912, 387999.999974 ], [ 38799.9999739999912, 388199.999974 ], [ 38599.9999739999912, 388199.999974 ], [ 38199.9999739999912, 388899.999974 ], [ 38106.48887399999512, 389461.066574 ], [ 38099.9999739999912, 389499.999974 ], [ 37899.9999739999912, 389599.999974 ], [ 37821.88977399999567, 390381.102574 ], [ 37799.9999739999912, 390599.999974 ], [ 38199.9999739999912, 391699.999974 ], [ 39399.9999739999912, 391699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0664" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 47999.99997399999847, 396099.999974 ], [ 48099.99997399999847, 395799.999974 ], [ 48299.99997399999847, 395599.999974 ], [ 49099.99997399999847, 395499.999974 ], [ 49499.99997399999847, 395599.999974 ], [ 49399.99997399999847, 395799.999974 ], [ 49499.99997399999847, 395799.999974 ], [ 49581.67627399999037, 395718.323674 ], [ 49599.99997399999847, 395699.999974 ], [ 50699.99997399999847, 395899.999974 ], [ 50899.99997399999847, 395899.999974 ], [ 51199.99997399999847, 395799.999974 ], [ 51699.99997399999847, 395699.999974 ], [ 52699.99997399999847, 396199.999974 ], [ 53099.99997399999847, 395999.999974 ], [ 53499.99997399999847, 395999.999974 ], [ 53599.99997399999847, 396099.999974 ], [ 53699.99997399999847, 395999.999974 ], [ 53899.99997399999847, 395599.999974 ], [ 53799.99997399999847, 395199.999974 ], [ 54199.99997399999847, 394499.999974 ], [ 54687.909673999987717, 393914.508474 ], [ 54695.06267399999342, 393910.593374 ], [ 54694.95027399999526, 393910.592474 ], [ 54692.46197399999801, 393909.045574 ], [ 54699.99997399999847, 393899.999974 ], [ 54860.84907399999065, 393980.424574 ], [ 55499.99997399999847, 394299.999974 ], [ 55799.99997399999847, 394499.999974 ], [ 56399.99997399999847, 394399.999974 ], [ 56699.99997399999847, 394099.999974 ], [ 56599.99997399999847, 393999.999974 ], [ 56499.99997399999847, 393999.999974 ], [ 56199.99997399999847, 393399.999974 ], [ 56299.99997399999847, 391799.999974 ], [ 55999.99997399999847, 391699.999974 ], [ 55960.44747399999324, 391673.631674 ], [ 55699.99997399999847, 391499.999974 ], [ 54799.99997399999847, 390799.999974 ], [ 54777.3497739999948, 390762.249574 ], [ 54499.99997399999847, 390299.999974 ], [ 53499.99997399999847, 390199.999974 ], [ 53499.99997399999847, 390133.08737399999518 ], [ 53499.99997399999847, 390099.999974 ], [ 53399.99997399999847, 389499.999974 ], [ 53199.99997399999847, 389499.999974 ], [ 53199.99997399999847, 389599.999974 ], [ 52699.99997399999847, 389499.999974 ], [ 52899.99997399999847, 389099.999974 ], [ 52599.99997399999847, 388799.999974 ], [ 51543.60137399999803, 388896.036274 ], [ 51499.99997399999847, 388899.999974 ], [ 50336.923173999988649, 389093.846174 ], [ 50299.99997399999847, 389099.999974 ], [ 49899.99997399999847, 388999.999974 ], [ 49699.99997399999847, 389099.999974 ], [ 49599.99997399999847, 389299.999974 ], [ 47699.99997399999847, 389599.999974 ], [ 46999.99997399999847, 389599.999974 ], [ 46399.99997399999847, 389399.999974 ], [ 46371.73737399999663, 389399.999974 ], [ 46007.331273999989207, 389399.999974 ], [ 45999.99997399999847, 389399.999974 ], [ 45504.792973999989044, 389399.999974 ], [ 45499.99997399999847, 389399.999974 ], [ 44999.99997399999847, 389599.999974 ], [ 44599.9999739999912, 389899.999974 ], [ 44372.08697399999073, 390051.941974 ], [ 44299.9999739999912, 390099.999974 ], [ 43599.9999739999912, 390699.999974 ], [ 43199.9999739999912, 390999.999974 ], [ 42599.9999739999912, 391199.999974 ], [ 42591.97957399999723, 391200.802074 ], [ 41599.9999739999912, 391299.999974 ], [ 41565.13377399999445, 391299.999974 ], [ 41500.62407399999211, 391299.999974 ], [ 41499.9999739999912, 391299.999974 ], [ 39399.9999739999912, 391699.999974 ], [ 38199.9999739999912, 391699.999974 ], [ 38299.9999739999912, 391899.999974 ], [ 38599.9999739999912, 392199.999974 ], [ 40999.9999739999912, 392799.999974 ], [ 41199.9999739999912, 393299.999974 ], [ 41192.81837399999495, 393303.590774 ], [ 40599.9999739999912, 393599.999974 ], [ 39899.9999739999912, 394099.999974 ], [ 39699.9999739999912, 394199.999974 ], [ 39699.9999739999912, 394299.999974 ], [ 39799.9999739999912, 394699.999974 ], [ 40099.9999739999912, 395399.999974 ], [ 40199.9999739999912, 395699.999974 ], [ 40399.9999739999912, 395899.999974 ], [ 41199.9999739999912, 396399.999974 ], [ 41699.9999739999912, 396699.999974 ], [ 42399.9999739999912, 396399.999974 ], [ 42599.9999739999912, 396099.999974 ], [ 43599.9999739999912, 396099.999974 ], [ 44399.9999739999912, 395899.999974 ], [ 44999.99997399999847, 395999.999974 ], [ 45199.99997399999847, 396299.999974 ], [ 46299.99997399999847, 396799.999974 ], [ 46499.99997399999847, 396699.999974 ], [ 47299.99997399999847, 396599.999974 ], [ 47899.99997399999847, 396199.999974 ], [ 47999.99997399999847, 396099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0668" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 164899.999974, 433999.999974 ], [ 164899.999974, 433699.999974 ], [ 165499.999974, 433699.999974 ], [ 165599.999974, 433399.999974 ], [ 165668.608474, 433331.391574 ], [ 165699.999974, 433299.999974 ], [ 165999.999974, 433299.999974 ], [ 166018.01017399999546, 433303.001674 ], [ 166599.999974, 433399.999974 ], [ 166643.69577399999253, 433411.652174 ], [ 168099.999974, 433799.999974 ], [ 167699.999974, 432799.999974 ], [ 167552.930774, 432505.861474 ], [ 167499.999974, 432399.999974 ], [ 167499.999974, 431999.999974 ], [ 166899.999974, 431799.999974 ], [ 166899.999974, 431299.999974 ], [ 166499.999974, 431299.999974 ], [ 166399.999974, 430499.999974 ], [ 166627.234174, 430513.366674 ], [ 168000.798374, 430594.164574 ], [ 168099.999974, 430599.999974 ], [ 168099.999974, 430199.999974 ], [ 168199.999974, 430099.999974 ], [ 168599.999974, 429899.999974 ], [ 168399.999974, 429199.999974 ], [ 168564.46237399999518, 428130.994374 ], [ 168599.999974, 427899.999974 ], [ 169499.999974, 427899.999974 ], [ 169599.999974, 427699.999974 ], [ 170299.999974, 427499.999974 ], [ 170199.999974, 427399.999974 ], [ 170299.999974, 426999.999974 ], [ 169899.999974, 426699.999974 ], [ 169599.999974, 426699.999974 ], [ 169499.999974, 426599.999974 ], [ 168899.999974, 426799.999974 ], [ 168099.999974, 426599.999974 ], [ 168066.74857399999746, 426599.999974 ], [ 167399.999974, 426599.999974 ], [ 167388.51427399998647, 426598.359174 ], [ 166699.999974, 426499.999974 ], [ 166399.999974, 426299.999974 ], [ 166382.305274, 426264.61067399999592 ], [ 166299.999974, 426099.999974 ], [ 166286.4255739999935, 426066.063874 ], [ 166099.999974, 425599.999974 ], [ 165899.999974, 425399.999974 ], [ 165499.999974, 425299.999974 ], [ 165264.146474, 425299.999974 ], [ 165199.999974, 425299.999974 ], [ 164799.999974, 425499.999974 ], [ 163899.999974, 425699.999974 ], [ 163799.999974, 425799.999974 ], [ 163299.999974, 426399.999974 ], [ 163099.999974, 426599.999974 ], [ 162599.999974, 426899.999974 ], [ 162099.999974, 426899.999974 ], [ 162098.05907399998978, 426899.029574 ], [ 161699.999974, 426699.999974 ], [ 161499.999974, 426399.999974 ], [ 161199.999974, 425399.999974 ], [ 161176.28597399999853, 425370.310774 ], [ 160799.999974, 424899.999974 ], [ 160417.110774, 424708.55537399998866 ], [ 160399.999974, 424699.999974 ], [ 159324.87347399999271, 424602.261274 ], [ 159299.999974, 424599.999974 ], [ 158599.999974, 424599.999974 ], [ 157899.999974, 424699.999974 ], [ 157499.999974, 424999.999974 ], [ 157099.999974, 425499.999974 ], [ 157075.20317399999476, 425549.593774 ], [ 156899.999974, 425899.999974 ], [ 156999.999974, 425999.999974 ], [ 156899.999974, 426299.999974 ], [ 156399.999974, 426799.999974 ], [ 156205.03107399999863, 427287.422174 ], [ 156199.999974, 427299.999974 ], [ 155999.999974, 427699.999974 ], [ 156499.999974, 428399.999974 ], [ 156899.999974, 429299.999974 ], [ 157499.999974, 430899.999974 ], [ 158198.221074, 432096.950474 ], [ 158199.999974, 432099.999974 ], [ 158278.92857399999048, 432178.928574 ], [ 158299.999974, 432199.999974 ], [ 158974.717674, 432874.717674 ], [ 158999.999974, 432899.999974 ], [ 159599.999974, 433199.999974 ], [ 160299.999974, 433399.999974 ], [ 161399.999974, 433399.999974 ], [ 162585.044174, 433399.999974 ], [ 162599.999974, 433399.999974 ], [ 163299.999974, 433499.999974 ], [ 164351.9996739999915, 433786.908974 ], [ 164399.999974, 433799.999974 ], [ 164899.999974, 433999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0677" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 68899.999974, 373699.999974 ], [ 68599.999974, 373599.999974 ], [ 68199.999974, 373599.999974 ], [ 67999.999974, 373499.999974 ], [ 67699.999974, 373499.999974 ], [ 67399.999974, 373899.999974 ], [ 67299.999974, 373899.999974 ], [ 67299.999974, 374099.999974 ], [ 67299.999974, 374199.999974 ], [ 67599.999974, 374299.999974 ], [ 67899.999974, 373999.999974 ], [ 67799.999974, 374299.999974 ], [ 67899.999974, 374499.999974 ], [ 67299.999974, 374299.999974 ], [ 67199.999974, 374399.999974 ], [ 67399.999974, 374499.999974 ], [ 67499.999974, 374599.999974 ], [ 67299.999974, 374699.999974 ], [ 67199.999974, 374699.999974 ], [ 67499.999974, 374999.999974 ], [ 67299.999974, 374899.999974 ], [ 66699.999974, 375099.999974 ], [ 66599.999974, 375199.999974 ], [ 66699.999974, 375299.999974 ], [ 66499.999974, 375299.999974 ], [ 66299.999974, 375199.999974 ], [ 66199.999974, 375299.999974 ], [ 66199.999974, 375499.999974 ], [ 66899.999974, 375799.999974 ], [ 67499.999974, 375699.999974 ], [ 67699.999974, 375599.999974 ], [ 67999.999974, 375399.999974 ], [ 68399.999974, 374799.999974 ], [ 68399.999974, 374599.999974 ], [ 68799.999974, 374199.999974 ], [ 68699.999974, 374099.999974 ], [ 68699.999974, 373899.999974 ], [ 68899.999974, 373699.999974 ] ] ], [ [ [ 68899.999974, 373699.999974 ], [ 68799.999974, 373899.999974 ], [ 68799.999974, 374099.999974 ], [ 68899.999974, 374099.999974 ], [ 69199.999974, 373799.999974 ], [ 69499.999974, 373799.999974 ], [ 69699.999974, 373599.999974 ], [ 69999.999974, 372499.999974 ], [ 70199.999974, 372799.999974 ], [ 69999.999974, 372899.999974 ], [ 70199.999974, 373099.999974 ], [ 70499.999974, 373099.999974 ], [ 70299.999974, 373199.999974 ], [ 70099.999974, 373199.999974 ], [ 69899.999974, 373299.999974 ], [ 69899.999974, 373499.999974 ], [ 69799.999974, 373799.999974 ], [ 70399.999974, 373799.999974 ], [ 70699.999974, 373799.999974 ], [ 70899.999974, 373499.999974 ], [ 70999.999974, 373299.999974 ], [ 71099.999974, 373299.999974 ], [ 70999.999974, 373499.999974 ], [ 70999.999974, 373799.999974 ], [ 70599.999974, 373999.999974 ], [ 69699.999974, 374099.999974 ], [ 69499.999974, 374099.999974 ], [ 69299.999974, 374299.999974 ], [ 69399.999974, 374399.999974 ], [ 69599.999974, 374199.999974 ], [ 69999.999974, 374299.999974 ], [ 70399.999974, 374199.999974 ], [ 71099.999974, 374399.999974 ], [ 71499.999974, 374199.999974 ], [ 71699.999974, 374099.999974 ], [ 71799.999974, 374099.999974 ], [ 71899.999974, 374099.999974 ], [ 71699.999974, 374199.999974 ], [ 71399.999974, 374499.999974 ], [ 71299.999974, 374499.999974 ], [ 70799.999974, 374499.999974 ], [ 70599.999974, 374599.999974 ], [ 70315.38457399999606, 374723.076874 ], [ 70499.999974, 374599.999974 ], [ 70399.999974, 374499.999974 ], [ 69999.999974, 374499.999974 ], [ 69699.999974, 374599.999974 ], [ 69599.999974, 374599.999974 ], [ 69099.999974, 375299.999974 ], [ 68999.999974, 375499.999974 ], [ 68899.999974, 375799.999974 ], [ 68999.999974, 376199.999974 ], [ 69499.999974, 376199.999974 ], [ 69799.999974, 376099.999974 ], [ 69799.999974, 376399.999974 ], [ 70399.999974, 376299.999974 ], [ 70399.999974, 375499.999974 ], [ 70299.999974, 375099.999974 ], [ 70599.999974, 375299.999974 ], [ 70799.999974, 375099.999974 ], [ 71099.999974, 374999.999974 ], [ 71899.999974, 374499.999974 ], [ 72010.497773999988567, 374586.606374 ], [ 71899.999974, 374599.999974 ], [ 71599.999974, 374799.999974 ], [ 71799.999974, 374999.999974 ], [ 71699.999974, 374999.999974 ], [ 71499.999974, 374899.999974 ], [ 70999.999974, 375199.999974 ], [ 70699.999974, 375499.999974 ], [ 70699.999974, 375799.999974 ], [ 70799.999974, 375899.999974 ], [ 70899.999974, 376399.999974 ], [ 70999.999974, 376399.999974 ], [ 71099.999974, 376399.999974 ], [ 70999.999974, 375899.999974 ], [ 71199.999974, 375599.999974 ], [ 71299.999974, 375499.999974 ], [ 71199.999974, 375699.999974 ], [ 71399.999974, 375799.999974 ], [ 71699.999974, 375799.999974 ], [ 71099.999974, 375899.999974 ], [ 71199.999974, 376299.999974 ], [ 71199.999974, 376599.999974 ], [ 71299.999974, 376799.999974 ], [ 71599.999974, 376999.999974 ], [ 72199.999974, 376999.999974 ], [ 72299.999974, 376899.999974 ], [ 72699.999974, 376799.999974 ], [ 73099.999974, 376399.999974 ], [ 72899.999974, 376199.999974 ], [ 72399.999974, 375899.999974 ], [ 72399.999974, 375699.999974 ], [ 72699.999974, 375899.999974 ], [ 72999.999974, 376099.999974 ], [ 73199.999974, 376199.999974 ], [ 73299.999974, 375999.999974 ], [ 73199.999974, 375799.999974 ], [ 73399.999974, 375799.999974 ], [ 73399.999974, 375499.999974 ], [ 73399.999974, 375399.999974 ], [ 73299.999974, 375399.999974 ], [ 73299.999974, 375199.999974 ], [ 73699.999974, 375399.999974 ], [ 73799.999974, 375299.999974 ], [ 73999.999974, 374999.999974 ], [ 73884.615373999986332, 374523.076874 ], [ 73999.999974, 374599.999974 ], [ 74299.999974, 374199.999974 ], [ 74399.999974, 374199.999974 ], [ 74699.999974, 373799.999974 ], [ 69901.70937399999821, 367902.101074 ], [ 69899.999974, 367899.999974 ], [ 69399.999974, 367499.999974 ], [ 69377.8919739999983, 367485.023574 ], [ 66318.386073999979999, 365412.455074 ], [ 66299.999974, 365399.999974 ], [ 65399.99997399999847, 364699.999974 ], [ 65369.10987399999431, 364679.406574 ], [ 64499.99997399999847, 364099.999974 ], [ 64476.388573999989603, 364083.471974 ], [ 63499.99997399999847, 363399.999974 ], [ 62799.99997399999847, 362899.999974 ], [ 62746.18467399999645, 362873.092274 ], [ 62599.99997399999847, 362799.999974 ], [ 62593.511373999986972, 362780.534174 ], [ 62499.99997399999847, 362499.999974 ], [ 62199.99997399999847, 362399.999974 ], [ 60999.99997399999847, 362199.999974 ], [ 60799.99997399999847, 362599.999974 ], [ 60780.3317739999984, 362619.668174 ], [ 60699.99997399999847, 362699.999974 ], [ 60399.99997399999847, 362399.999974 ], [ 59899.99997399999847, 362199.999974 ], [ 59599.99997399999847, 362699.999974 ], [ 59199.99997399999847, 362599.999974 ], [ 58499.99997399999847, 362299.999974 ], [ 58499.99997399999847, 362399.999974 ], [ 58299.99997399999847, 362399.999974 ], [ 57899.99997399999847, 362299.999974 ], [ 57843.28137399999105, 362356.718574 ], [ 57799.99997399999847, 362399.999974 ], [ 57788.420373999986623, 362423.159374 ], [ 57699.99997399999847, 362599.999974 ], [ 57799.99997399999847, 362799.999974 ], [ 57699.99997399999847, 362999.999974 ], [ 57299.99997399999847, 363099.999974 ], [ 56899.99997399999847, 363099.999974 ], [ 56899.99997399999847, 363119.830274 ], [ 56899.99997399999847, 364657.086074 ], [ 56899.99997399999847, 364699.999974 ], [ 56799.99997399999847, 368899.999974 ], [ 56781.52377399999386, 368918.476174 ], [ 56699.99997399999847, 368999.999974 ], [ 56299.99997399999847, 368899.999974 ], [ 55335.83257399999275, 369285.666974 ], [ 55299.99997399999847, 369299.999974 ], [ 54999.99997399999847, 369699.999974 ], [ 55048.96017399999982, 370091.681274 ], [ 55099.99997399999847, 370499.999974 ], [ 55399.99997399999847, 371699.999974 ], [ 55402.03417399999307, 371706.102474 ], [ 55499.99997399999847, 371999.999974 ], [ 55505.794173999987834, 372014.485374 ], [ 55699.99997399999847, 372499.999974 ], [ 55499.99997399999847, 373499.999974 ], [ 55499.99997399999847, 374499.999974 ], [ 55496.06517399999575, 374507.869774 ], [ 55299.99997399999847, 374899.999974 ], [ 55199.99997399999847, 375199.999974 ], [ 55299.99997399999847, 375399.999974 ], [ 55308.89167399999133, 375431.120874 ], [ 55499.99997399999847, 376099.999974 ], [ 55599.99997399999847, 376499.999974 ], [ 55599.99997399999847, 376799.999974 ], [ 55799.99997399999847, 377199.999974 ], [ 55899.99997399999847, 377899.999974 ], [ 56199.99997399999847, 378199.999974 ], [ 56199.99997399999847, 378399.999974 ], [ 56099.99997399999847, 378799.999974 ], [ 55999.99997399999847, 379299.999974 ], [ 56099.99997399999847, 379699.999974 ], [ 56599.99997399999847, 380599.999974 ], [ 56799.99997399999847, 380699.999974 ], [ 56906.655373999987205, 380699.999974 ], [ 56999.99997399999847, 380699.999974 ], [ 57999.99997399999847, 380499.999974 ], [ 58099.99997399999847, 380299.999974 ], [ 58599.99997399999847, 380299.999974 ], [ 58799.99997399999847, 380199.999974 ], [ 59699.99997399999847, 379999.999974 ], [ 59599.99997399999847, 379799.999974 ], [ 59699.99997399999847, 379599.999974 ], [ 59999.99997399999847, 379699.999974 ], [ 60199.99997399999847, 379199.999974 ], [ 60699.99997399999847, 379099.999974 ], [ 60499.99997399999847, 379099.999974 ], [ 60693.05937399999675, 378231.232674 ], [ 60699.99997399999847, 378199.999974 ], [ 60699.99997399999847, 377906.108674 ], [ 60699.99997399999847, 377899.999974 ], [ 60899.99997399999847, 377799.999974 ], [ 61199.99997399999847, 377299.999974 ], [ 61499.99997399999847, 376599.999974 ], [ 61899.99997399999847, 376099.999974 ], [ 61924.816273999989789, 376096.277574 ], [ 63899.99997399999847, 375799.999974 ], [ 64399.99997399999847, 375799.999974 ], [ 65499.99997399999847, 374999.999974 ], [ 65699.999974, 375199.999974 ], [ 65799.999974, 375099.999974 ], [ 65699.999974, 374999.999974 ], [ 66099.999974, 374699.999974 ], [ 66099.999974, 374659.53597399999853 ], [ 66148.398874, 374625.147274 ], [ 66166.07087399999727, 374592.921974 ], [ 66165.307673999981489, 374578.230774 ], [ 66399.999974, 374499.999974 ], [ 66899.999974, 373799.999974 ], [ 67689.79017399999429, 372714.038574 ], [ 67699.999974, 372699.999974 ], [ 67899.999974, 372499.999974 ], [ 68099.999974, 372499.999974 ], [ 68399.999974, 372299.999974 ], [ 68899.999974, 372199.999974 ], [ 69099.999974, 372299.999974 ], [ 69299.999974, 372099.999974 ], [ 69199.999974, 372399.999974 ], [ 68799.999974, 372399.999974 ], [ 68399.999974, 372399.999974 ], [ 67899.999974, 372699.999974 ], [ 67899.999974, 372899.999974 ], [ 67699.999974, 372899.999974 ], [ 67599.999974, 373299.999974 ], [ 68899.999974, 373499.999974 ], [ 69099.999974, 373199.999974 ], [ 69399.999974, 373099.999974 ], [ 69099.999974, 373299.999974 ], [ 68899.999974, 373699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0678" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 58306.01317399999971, 393498.496674 ], [ 58699.99997399999847, 393399.999974 ], [ 59099.99997399999847, 393399.999974 ], [ 59248.459874, 393325.770074 ], [ 59299.99997399999847, 393299.999974 ], [ 59499.99997399999847, 393099.999974 ], [ 59699.99997399999847, 393199.999974 ], [ 59699.99997399999847, 392899.999974 ], [ 59899.99997399999847, 392399.999974 ], [ 59699.99997399999847, 391899.999974 ], [ 58999.99997399999847, 391599.999974 ], [ 58999.99997399999847, 390637.296074 ], [ 58999.99997399999847, 390599.999974 ], [ 58999.99997399999847, 389479.076374 ], [ 58999.99997399999847, 388040.332674 ], [ 58999.99997399999847, 387999.999974 ], [ 59099.99997399999847, 386399.999974 ], [ 59092.39917399999831, 386399.999974 ], [ 58999.99997399999847, 386399.999974 ], [ 58499.99997399999847, 386199.999974 ], [ 58099.99997399999847, 385599.999974 ], [ 57799.99997399999847, 385899.999974 ], [ 57299.99997399999847, 386599.999974 ], [ 56899.99997399999847, 386899.999974 ], [ 56887.82927399999608, 386891.480474 ], [ 55899.99997399999847, 386199.999974 ], [ 55099.99997399999847, 386199.999974 ], [ 53999.99997399999847, 385399.999974 ], [ 53399.99997399999847, 385699.999974 ], [ 53399.99997399999847, 386099.999974 ], [ 53599.99997399999847, 386499.999974 ], [ 52818.448873999986972, 387086.16337399999611 ], [ 52799.99997399999847, 387099.999974 ], [ 52621.78167399999074, 387367.32757399999537 ], [ 52599.99997399999847, 387399.999974 ], [ 52199.99997399999847, 387799.999974 ], [ 52599.99997399999847, 388599.999974 ], [ 52599.99997399999847, 388799.999974 ], [ 52899.99997399999847, 389099.999974 ], [ 52699.99997399999847, 389499.999974 ], [ 53199.99997399999847, 389599.999974 ], [ 53199.99997399999847, 389499.999974 ], [ 53399.99997399999847, 389499.999974 ], [ 53499.99997399999847, 390099.999974 ], [ 53499.99997399999847, 390133.08737399999518 ], [ 53499.99997399999847, 390199.999974 ], [ 54499.99997399999847, 390299.999974 ], [ 54777.3497739999948, 390762.249574 ], [ 54799.99997399999847, 390799.999974 ], [ 55699.99997399999847, 391499.999974 ], [ 55960.44747399999324, 391673.631674 ], [ 55999.99997399999847, 391699.999974 ], [ 56299.99997399999847, 391799.999974 ], [ 56199.99997399999847, 393399.999974 ], [ 56499.99997399999847, 393999.999974 ], [ 56599.99997399999847, 393999.999974 ], [ 56699.99997399999847, 394099.999974 ], [ 56899.99997399999847, 394199.999974 ], [ 57699.99997399999847, 393799.999974 ], [ 58299.99997399999847, 393499.999974 ], [ 58306.01317399999971, 393498.496674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0683" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 175799.999974, 565199.999974 ], [ 175899.999974, 564799.999974 ], [ 176099.999974, 564499.999974 ], [ 176273.471174, 564355.44067399995402 ], [ 176695.62287399999332, 564003.647574 ], [ 176699.999974, 563999.999974 ], [ 176862.429474, 563918.785274 ], [ 176899.999974, 563899.999974 ], [ 176999.999974, 563799.999974 ], [ 177199.999974, 563799.999974 ], [ 177228.958274, 563782.624974 ], [ 178199.999974, 563199.999974 ], [ 177499.999974, 562399.999974 ], [ 177490.61437399999704, 562389.441174 ], [ 176699.999974, 561499.999974 ], [ 176499.999974, 561499.999974 ], [ 175999.999974, 561799.999974 ], [ 175799.999974, 562099.999974 ], [ 175771.075274, 562134.709674 ], [ 175299.999974, 562699.999974 ], [ 175296.9145739999949, 562706.170874 ], [ 175199.999974, 562899.999974 ], [ 175171.013474, 562921.73987399996258 ], [ 174842.60997399999178, 563168.042574 ], [ 174799.999974, 563199.999974 ], [ 174599.999974, 562999.999974 ], [ 174099.999974, 563299.999974 ], [ 174090.33857399999397, 563306.440974 ], [ 173799.999974, 563499.999974 ], [ 173099.999974, 563199.999974 ], [ 172199.999974, 563899.999974 ], [ 172180.936274, 563895.234074 ], [ 171799.999974, 563799.999974 ], [ 171620.35377399998833, 563710.176874000113457 ], [ 171599.999974, 563699.999974 ], [ 171299.999974, 563299.999974 ], [ 171299.999974, 562999.999974 ], [ 171199.999974, 562599.999974 ], [ 170999.999974, 562299.999974 ], [ 170994.268874, 562290.448174 ], [ 170699.999974, 561799.999974 ], [ 170678.520874, 561773.151074 ], [ 170299.999974, 561299.999974 ], [ 170299.999974, 561099.999974 ], [ 170499.999974, 560799.999974 ], [ 170699.999974, 560199.999974 ], [ 170738.417174, 560171.187074 ], [ 171099.999974, 559899.999974 ], [ 171133.990774, 559871.674374 ], [ 171462.90047399999457, 559597.582974 ], [ 171681.999274, 559415.00057399994694 ], [ 171699.999974, 559399.999974 ], [ 171699.999974, 559299.999974 ], [ 172499.999974, 558399.999974 ], [ 172795.2722739999881, 557907.879574 ], [ 172799.999974, 557899.999974 ], [ 173399.999974, 557399.999974 ], [ 174299.999974, 557899.999974 ], [ 174513.316274, 558065.912674 ], [ 174558.916074, 558101.379174 ], [ 175199.999974, 558599.999974 ], [ 175208.104074, 558610.130174 ], [ 175599.999974, 559099.999974 ], [ 175799.999974, 558899.999974 ], [ 175804.717474, 558899.32607399998233 ], [ 176499.999974, 558799.999974 ], [ 176599.999974, 558899.999974 ], [ 177499.999974, 558699.999974 ], [ 177599.999974, 559099.999974 ], [ 177845.774474, 558977.112774 ], [ 178199.999974, 558799.999974 ], [ 178399.999974, 558599.999974 ], [ 178410.0566739999922, 558592.178174 ], [ 179153.085574, 558014.266774 ], [ 179299.999974, 557899.999974 ], [ 178799.999974, 557699.999974 ], [ 178899.999974, 557299.999974 ], [ 178702.34517399998731, 557299.999974 ], [ 178699.999974, 557299.999974 ], [ 178499.999974, 557199.999974 ], [ 177999.999974, 557199.999974 ], [ 177499.999974, 556899.999974 ], [ 177101.99227399998927, 556501.992274 ], [ 177099.999974, 556499.999974 ], [ 176999.999974, 556299.999974 ], [ 176996.957574, 556287.830274 ], [ 176899.999974, 555899.999974 ], [ 176599.999974, 555399.999974 ], [ 176399.999974, 555299.999974 ], [ 175816.35327399999369, 555494.548874 ], [ 175799.999974, 555499.999974 ], [ 175416.774574, 555691.612774 ], [ 175399.999974, 555699.999974 ], [ 175199.999974, 555099.999974 ], [ 175399.999974, 554199.999974 ], [ 175399.999974, 553399.999974 ], [ 175398.24777399998857, 553378.973674 ], [ 175201.484674, 551017.816274 ], [ 175199.999974, 550999.999974 ], [ 175199.999974, 550099.999974 ], [ 175299.999974, 549599.999974 ], [ 175275.52977399999509, 549599.999974 ], [ 174399.999974, 549599.999974 ], [ 173610.80247399999644, 549698.64967399998568 ], [ 173599.999974, 549699.999974 ], [ 173099.999974, 549799.999974 ], [ 173065.706474, 549803.810374000109732 ], [ 172199.999974, 549899.999974 ], [ 172004.6417739999888, 548337.13407399994321 ], [ 171999.999974, 548299.999974 ], [ 170725.38447399999131, 548005.857974 ], [ 170699.999974, 547999.999974 ], [ 168899.999974, 547599.999974 ], [ 168888.327974, 547623.343974 ], [ 168199.999974, 548999.999974 ], [ 168174.23367399998824, 549051.532574 ], [ 167884.91997399998945, 549630.15997399995103 ], [ 167799.999974, 549799.999974 ], [ 167499.999974, 550599.999974 ], [ 167299.999974, 550899.999974 ], [ 167267.783174, 550924.162674 ], [ 166899.999974, 551199.999974 ], [ 166199.999974, 551699.999974 ], [ 166152.48017399999662, 551733.942674 ], [ 165499.999974, 552199.999974 ], [ 162699.999974, 553299.999974 ], [ 162284.53647399999318, 553646.21957399998792 ], [ 162099.999974, 553799.999974 ], [ 162399.999974, 554799.999974 ], [ 162425.01507399999537, 554842.525574 ], [ 163399.999974, 556499.999974 ], [ 163299.999974, 556799.999974 ], [ 163047.26377399999183, 556968.490774 ], [ 162999.999974, 556999.999974 ], [ 162699.999974, 557299.999974 ], [ 162799.999974, 557599.999974 ], [ 162799.999974, 558299.999974 ], [ 162599.999974, 558499.999974 ], [ 162299.999974, 558599.999974 ], [ 162308.81897399999434, 558622.047474 ], [ 162499.999974, 559099.999974 ], [ 162799.999974, 558899.999974 ], [ 163299.999974, 559099.999974 ], [ 163199.999974, 559399.999974 ], [ 163223.911174, 559423.911174 ], [ 163399.999974, 559599.999974 ], [ 163899.999974, 559499.999974 ], [ 164199.999974, 559599.999974 ], [ 164236.54137399999308, 559620.88077399996109 ], [ 164722.67747399999644, 559898.672874 ], [ 164899.999974, 559999.999974 ], [ 164899.999974, 560599.999974 ], [ 164599.999974, 561199.999974 ], [ 164699.999974, 561699.999974 ], [ 164699.999974, 561899.999974 ], [ 164899.999974, 562199.999974 ], [ 165299.999974, 562099.999974 ], [ 165699.999974, 562499.999974 ], [ 165899.999974, 562699.999974 ], [ 165965.262274, 562830.524574 ], [ 166099.999974, 563099.999974 ], [ 166199.999974, 563399.999974 ], [ 166199.999974, 563499.999974 ], [ 166399.999974, 563599.999974 ], [ 166699.999974, 563999.999974 ], [ 167299.999974, 564099.999974 ], [ 167999.999974, 564499.999974 ], [ 168599.999974, 564599.999974 ], [ 168699.999974, 564499.999974 ], [ 169199.999974, 564599.999974 ], [ 169394.722474, 564697.361274 ], [ 169399.999974, 564699.999974 ], [ 169899.999974, 564899.999974 ], [ 169999.999974, 565199.999974 ], [ 170009.75167399999918, 565202.16707399999723 ], [ 170899.999974, 565399.999974 ], [ 171099.999974, 564999.999974 ], [ 171599.999974, 564999.999974 ], [ 171699.999974, 564699.999974 ], [ 171893.836474, 564506.163574 ], [ 171899.999974, 564499.999974 ], [ 172599.999974, 564799.999974 ], [ 172699.999974, 564499.999974 ], [ 172999.999974, 564399.999974 ], [ 173099.999974, 564699.999974 ], [ 173132.054074, 564740.067674 ], [ 173499.999974, 565199.999974 ], [ 174399.999974, 565599.999974 ], [ 174407.438774, 565585.122474 ], [ 174699.999974, 564999.999974 ], [ 175999.999974, 565899.999974 ], [ 176099.999974, 565799.999974 ], [ 176299.999974, 565499.999974 ], [ 175799.999974, 565199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0687" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 37515.37907399999676, 394159.855274 ], [ 37531.82197399999131, 394094.08367399999406 ], [ 37463.99507399999129, 394114.637274 ], [ 37400.27887399999599, 394184.519574 ], [ 37372.19847399999708, 394266.600774 ], [ 37418.77717399999528, 394285.232274 ], [ 37484.54867399999057, 394237.958974 ], [ 37515.37907399999676, 394159.855274 ] ] ], [ [ [ 37316.71497399999498, 394596.930174 ], [ 37295.22247399999469, 394500.213374 ], [ 37209.25217399999383, 394586.183674 ], [ 37216.41647399999056, 394747.377974 ], [ 37271.30487399999402, 394857.154474 ], [ 37266.56587399999262, 394883.497774 ], [ 37270.14787399999477, 394883.497774 ], [ 37345.37197399999422, 394826.184174 ], [ 37345.37197399999422, 394707.974974 ], [ 37317.54147399999056, 394600.132774 ], [ 37316.71497399999498, 394596.930174 ] ] ], [ [ [ 32000.11037399999623, 394999.668774 ], [ 32199.9999739999912, 394399.999974 ], [ 32799.9999739999912, 394499.999974 ], [ 32804.01237399999081, 394499.999974 ], [ 33299.9999739999912, 394499.999974 ], [ 33305.67707399999199, 394465.937474 ], [ 33399.9999739999912, 393899.999974 ], [ 33899.9999739999912, 393799.999974 ], [ 34899.9999739999912, 393999.999974 ], [ 34999.9999739999912, 393699.999974 ], [ 35201.65207399999053, 393901.652074 ], [ 36599.9999739999912, 395299.999974 ], [ 36999.9999739999912, 394199.999974 ], [ 37964.64037399999506, 392945.967474 ], [ 37994.11617399999523, 392907.648874 ], [ 38328.0256739999968, 392807.006374 ], [ 39099.9999739999912, 392999.999974 ], [ 38499.9999739999912, 392899.999974 ], [ 38199.9999739999912, 393299.999974 ], [ 38799.9999739999912, 393399.999974 ], [ 39299.9999739999912, 393899.999974 ], [ 39599.9999739999912, 393699.999974 ], [ 39699.9999739999912, 393799.999974 ], [ 39899.9999739999912, 394099.999974 ], [ 40599.9999739999912, 393599.999974 ], [ 41192.81837399999495, 393303.590774 ], [ 41199.9999739999912, 393299.999974 ], [ 40999.9999739999912, 392799.999974 ], [ 38599.9999739999912, 392199.999974 ], [ 38299.9999739999912, 391899.999974 ], [ 38199.9999739999912, 391699.999974 ], [ 37799.9999739999912, 390599.999974 ], [ 37821.88977399999567, 390381.102574 ], [ 37899.9999739999912, 389599.999974 ], [ 38099.9999739999912, 389499.999974 ], [ 37699.9999739999912, 389399.999974 ], [ 37199.9999739999912, 389199.999974 ], [ 35499.9999739999912, 388199.999974 ], [ 35112.80157399999734, 388006.400774 ], [ 35099.9999739999912, 387999.999974 ], [ 34699.9999739999912, 387999.999974 ], [ 34199.9999739999912, 388199.999974 ], [ 33405.77037399999244, 388994.229674 ], [ 33404.26137399999425, 388995.738674 ], [ 33399.9999739999912, 388999.999974 ], [ 32899.9999739999912, 389499.999974 ], [ 32299.9999739999912, 388899.999974 ], [ 32099.9999739999912, 389099.999974 ], [ 31499.9999739999912, 388899.999974 ], [ 31429.87187399999675, 388970.128074 ], [ 31399.9999739999912, 388999.999974 ], [ 31199.9999739999912, 389199.999974 ], [ 30999.9999739999912, 389299.999974 ], [ 30915.97437399999035, 389131.948774 ], [ 30824.52637399999367, 388949.052774 ], [ 30799.9999739999912, 388899.999974 ], [ 30299.9999739999912, 389199.999974 ], [ 30099.9999739999912, 389399.999974 ], [ 29999.9999739999912, 389299.999974 ], [ 29799.9999739999912, 389799.999974 ], [ 29699.9999739999912, 389999.999974 ], [ 29499.9999739999912, 390499.999974 ], [ 29799.9999739999912, 390699.999974 ], [ 29799.9999739999912, 390999.999974 ], [ 29599.9999739999912, 391599.999974 ], [ 29556.24797399999079, 391687.503974 ], [ 29513.69507399999566, 391772.609774 ], [ 29499.9999739999912, 391799.999974 ], [ 29399.9999739999912, 391899.999974 ], [ 29199.9999739999912, 392399.999974 ], [ 29799.9999739999912, 392599.999974 ], [ 29599.9999739999912, 393199.999974 ], [ 29799.9999739999912, 393799.999974 ], [ 30699.9999739999912, 394099.999974 ], [ 30698.36817399999563, 394111.422774 ], [ 30599.9999739999912, 394799.999974 ], [ 30299.9999739999912, 394999.999974 ], [ 30299.9999739999912, 395151.128974 ], [ 30299.9999739999912, 395199.999974 ], [ 30999.9999739999912, 395399.999974 ], [ 31764.89017399999284, 395495.611274 ], [ 31799.9999739999912, 395499.999974 ], [ 31999.9999739999912, 395299.999974 ], [ 31999.9999739999912, 394999.999974 ], [ 32000.11037399999623, 394999.668774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0689" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 126499.999974, 435599.999974 ], [ 126599.999974, 434399.999974 ], [ 126857.72017399998731, 434485.906674 ], [ 126899.999974, 434499.999974 ], [ 127199.999974, 434599.999974 ], [ 127224.166674, 434609.062474 ], [ 127999.999974, 434899.999974 ], [ 128000.21487399999751, 434898.496174 ], [ 128099.999974, 434199.999974 ], [ 128099.999974, 433799.999974 ], [ 128299.999974, 432899.999974 ], [ 128047.226274, 432225.936774 ], [ 127999.999974, 432099.999974 ], [ 128089.1590739999956, 431743.363574 ], [ 128099.999974, 431699.999974 ], [ 129985.922674, 432593.331774 ], [ 129999.999974, 432599.999974 ], [ 130199.999974, 432699.999974 ], [ 130099.999974, 432499.999974 ], [ 129899.999974, 431999.999974 ], [ 129799.999974, 431199.999974 ], [ 130199.999974, 430599.999974 ], [ 130199.999974, 430099.999974 ], [ 129399.999974, 430099.999974 ], [ 128699.999974, 429999.999974 ], [ 127999.999974, 430399.999974 ], [ 127899.999974, 430299.999974 ], [ 128199.999974, 429599.999974 ], [ 128199.999974, 429299.999974 ], [ 128099.999974, 428999.999974 ], [ 127019.8231739999901, 429294.593674 ], [ 127092.748274, 429578.244874 ], [ 127199.999974, 429899.999974 ], [ 125896.424674, 430436.766274 ], [ 125499.999974, 430599.999974 ], [ 125399.999974, 430199.999974 ], [ 125362.82207399999606, 430214.299174 ], [ 124146.866974, 430681.974274 ], [ 124104.792174, 430664.857674 ], [ 124359.296074, 428798.495674 ], [ 124399.02787399999215, 428507.129174 ], [ 124399.999974, 428499.999974 ], [ 123699.999974, 428099.999974 ], [ 123399.999974, 427999.999974 ], [ 123099.999974, 427999.999974 ], [ 122102.37647399998968, 427900.237674 ], [ 122099.999974, 427899.999974 ], [ 121199.999974, 427599.999974 ], [ 120099.999974, 427299.999974 ], [ 120059.372474, 427295.485874 ], [ 120054.28037399999448, 427294.132174 ], [ 120043.20317399999476, 427291.187474 ], [ 120027.56357399999979, 427291.951474 ], [ 119199.999974, 427199.999974 ], [ 118973.21357399999397, 427275.595474 ], [ 118899.999974, 427299.999974 ], [ 118299.999974, 427199.999974 ], [ 117799.999974, 427199.999974 ], [ 117799.999974, 427217.036074 ], [ 117799.999974, 427399.999974 ], [ 117799.90347399999155, 427400.482474 ], [ 117199.999974, 430399.999974 ], [ 118299.999974, 431199.999974 ], [ 118347.52057399999467, 431247.520574 ], [ 118399.999974, 431299.999974 ], [ 119257.39317399999709, 431871.595474 ], [ 119299.999974, 431899.999974 ], [ 119999.999974, 432299.999974 ], [ 121099.999974, 432599.999974 ], [ 121099.999974, 432980.939974 ], [ 121099.999974, 433099.999974 ], [ 121799.999974, 433099.999974 ], [ 122156.38877399999183, 433367.291574 ], [ 122199.999974, 433399.999974 ], [ 123299.999974, 434699.999974 ], [ 123302.792774, 434705.585574 ], [ 123399.999974, 434899.999974 ], [ 122799.999974, 436799.999974 ], [ 123599.999974, 437399.999974 ], [ 123899.999974, 437799.999974 ], [ 124199.999974, 437899.999974 ], [ 124783.73627399999532, 438386.446874 ], [ 124799.999974, 438399.999974 ], [ 124897.744574, 438204.510974 ], [ 124899.999974, 438199.999974 ], [ 125299.999974, 436499.999974 ], [ 125899.999974, 436199.999974 ], [ 125899.999974, 435899.999974 ], [ 125939.861574, 435880.069174 ], [ 126499.999974, 435599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0693" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 123299.999974, 434699.999974 ], [ 122199.999974, 433399.999974 ], [ 122156.38877399999183, 433367.291574 ], [ 121799.999974, 433099.999974 ], [ 121099.999974, 433099.999974 ], [ 121099.999974, 432980.939974 ], [ 121099.999974, 432599.999974 ], [ 119999.999974, 432299.999974 ], [ 119299.999974, 431899.999974 ], [ 119257.39317399999709, 431871.595474 ], [ 118399.999974, 431299.999974 ], [ 118347.52057399999467, 431247.520574 ], [ 118299.999974, 431199.999974 ], [ 117199.999974, 430399.999974 ], [ 115399.999974, 429199.999974 ], [ 115299.999974, 429199.999974 ], [ 115264.7724739999976, 429171.817974 ], [ 114799.999974, 428799.999974 ], [ 114199.999974, 428699.999974 ], [ 113799.999974, 428699.999974 ], [ 113199.999974, 428799.999974 ], [ 112299.999974, 428499.999974 ], [ 111799.999974, 428499.999974 ], [ 111499.999974, 428699.999974 ], [ 110599.999974, 428199.999974 ], [ 110599.999974, 428399.999974 ], [ 110199.999974, 428899.999974 ], [ 110195.41997399998945, 428898.282474 ], [ 108613.87107399999513, 428305.201674 ], [ 108599.999974, 428299.999974 ], [ 108099.999974, 428299.999974 ], [ 107599.999974, 428499.999974 ], [ 107588.78047399999923, 428505.609774 ], [ 106999.999974, 428799.999974 ], [ 106499.999974, 429099.999974 ], [ 106399.999974, 430399.999974 ], [ 106699.999974, 431099.999974 ], [ 106999.999974, 431199.999974 ], [ 107699.999974, 432599.999974 ], [ 108099.999974, 432499.999974 ], [ 108399.999974, 432199.999974 ], [ 108799.999974, 432399.999974 ], [ 109499.999974, 432499.999974 ], [ 109999.999974, 432499.999974 ], [ 110460.177074, 432684.070874 ], [ 110499.999974, 432699.999974 ], [ 110599.999974, 432799.999974 ], [ 111299.999974, 432799.999974 ], [ 112284.221974, 433095.266574 ], [ 112299.999974, 433099.999974 ], [ 112899.999974, 433899.999974 ], [ 113699.999974, 434199.999974 ], [ 113999.999974, 434399.999974 ], [ 115699.999974, 435199.999974 ], [ 115999.999974, 435299.999974 ], [ 116699.999974, 436099.999974 ], [ 116703.14187399999355, 436096.159974 ], [ 117599.38927399998647, 435000.746474 ], [ 117599.999974, 434999.999974 ], [ 117999.999974, 434499.999974 ], [ 118001.81167399999686, 434500.25877399998717 ], [ 119399.999974, 434699.999974 ], [ 119499.999974, 434299.999974 ], [ 119699.999974, 434299.999974 ], [ 120499.999974, 434799.999974 ], [ 120499.999974, 435047.578374 ], [ 120499.999974, 435099.999974 ], [ 120399.999974, 435299.999974 ], [ 120386.710674, 435339.867974 ], [ 120099.999974, 436199.999974 ], [ 120151.153274, 436199.999974 ], [ 120899.999974, 436199.999974 ], [ 121499.999974, 436299.999974 ], [ 122199.999974, 437199.999974 ], [ 122499.999974, 437299.999974 ], [ 122799.999974, 436799.999974 ], [ 123399.999974, 434899.999974 ], [ 123302.792774, 434705.585574 ], [ 123299.999974, 434699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0694" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 123699.999974, 439999.999974 ], [ 124199.999974, 437899.999974 ], [ 123899.999974, 437799.999974 ], [ 123599.999974, 437399.999974 ], [ 122799.999974, 436799.999974 ], [ 122499.999974, 437299.999974 ], [ 122199.999974, 437199.999974 ], [ 121499.999974, 436299.999974 ], [ 120899.999974, 436199.999974 ], [ 120151.153274, 436199.999974 ], [ 120099.999974, 436199.999974 ], [ 120386.710674, 435339.867974 ], [ 120399.999974, 435299.999974 ], [ 120499.999974, 435099.999974 ], [ 120499.999974, 435047.578374 ], [ 120499.999974, 434799.999974 ], [ 119699.999974, 434299.999974 ], [ 119499.999974, 434299.999974 ], [ 119399.999974, 434699.999974 ], [ 118001.81167399999686, 434500.25877399998717 ], [ 117999.999974, 434499.999974 ], [ 117599.999974, 434999.999974 ], [ 117599.38927399998647, 435000.746474 ], [ 116703.14187399999355, 436096.159974 ], [ 116699.999974, 436099.999974 ], [ 115999.999974, 435299.999974 ], [ 115699.999974, 435199.999974 ], [ 113999.999974, 434399.999974 ], [ 113699.999974, 434199.999974 ], [ 112899.999974, 433899.999974 ], [ 112299.999974, 433099.999974 ], [ 112284.221974, 433095.266574 ], [ 111299.999974, 432799.999974 ], [ 110599.999974, 432799.999974 ], [ 110499.999974, 432699.999974 ], [ 109573.98487399998703, 434299.480774 ], [ 109399.999974, 434599.999974 ], [ 110040.12787399999797, 435057.234174 ], [ 110099.999974, 435099.999974 ], [ 110567.293574, 435380.376174 ], [ 110599.999974, 435399.999974 ], [ 110699.999974, 435399.999974 ], [ 112099.999974, 436499.999974 ], [ 112599.999974, 436599.999974 ], [ 113060.61247399999411, 436692.122474 ], [ 113099.999974, 436699.999974 ], [ 113965.04807399999117, 436988.349374 ], [ 113999.999974, 436999.999974 ], [ 114699.999974, 437199.999974 ], [ 114701.20377399999416, 437200.401274 ], [ 114999.999974, 437299.999974 ], [ 115000.593874, 437300.395974 ], [ 115563.0737739999895, 437675.382474 ], [ 115599.999974, 437699.999974 ], [ 115799.999974, 437899.999974 ], [ 115805.514174, 437906.616974 ], [ 116799.999974, 439099.999974 ], [ 116796.6417739999888, 439140.299174 ], [ 116843.02557399999932, 439110.75637399998959 ], [ 117199.999974, 439199.999974 ], [ 117799.999974, 439299.999974 ], [ 117834.24957399998675, 439308.562374 ], [ 118199.999974, 439399.999974 ], [ 118688.49307399999816, 439302.301374 ], [ 118699.999974, 439299.999974 ], [ 118963.443674, 439212.185474 ], [ 118999.999974, 439199.999974 ], [ 119599.999974, 438999.999974 ], [ 119601.736074, 438999.565974 ], [ 119999.999974, 438899.999974 ], [ 120299.999974, 438999.999974 ], [ 120330.00447399998666, 439006.667674 ], [ 121199.999974, 439199.999974 ], [ 121236.505374, 439199.999974 ], [ 121599.999974, 439199.999974 ], [ 121611.19447399998899, 439203.198474 ], [ 122299.999974, 439399.999974 ], [ 122699.999974, 439599.999974 ], [ 122999.999974, 439899.999974 ], [ 123299.999974, 440399.999974 ], [ 123499.999974, 440199.999974 ], [ 123699.999974, 439999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0703" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 61674.046274, 391225.953674 ], [ 61699.99997399999847, 391199.999974 ], [ 61999.99997399999847, 391199.999974 ], [ 62299.99997399999847, 391299.999974 ], [ 62399.99997399999847, 391199.999974 ], [ 62399.99997399999847, 390499.999974 ], [ 62399.99997399999847, 390099.999974 ], [ 62699.99997399999847, 389499.999974 ], [ 62599.99997399999847, 388999.999974 ], [ 62599.99997399999847, 388699.999974 ], [ 62699.99997399999847, 388199.999974 ], [ 63099.99997399999847, 387899.999974 ], [ 63124.806473999989976, 387862.790274 ], [ 64099.99997399999847, 386399.999974 ], [ 64177.51317399999971, 386322.486774 ], [ 64199.99997399999847, 386299.999974 ], [ 64399.99997399999847, 386299.999974 ], [ 64984.19147399999929, 384936.886574 ], [ 64999.99997399999847, 384899.999974 ], [ 65799.999974, 384699.999974 ], [ 67199.999974, 383699.999974 ], [ 67399.999974, 383799.999974 ], [ 67499.999974, 383699.999974 ], [ 67799.999974, 383199.999974 ], [ 68199.999974, 383199.999974 ], [ 68788.116374, 383199.999974 ], [ 68999.999974, 383199.999974 ], [ 69199.999974, 383399.999974 ], [ 69599.999974, 383699.999974 ], [ 70099.999974, 383899.999974 ], [ 70599.999974, 384299.999974 ], [ 71099.999974, 384499.999974 ], [ 71699.999974, 384399.999974 ], [ 72599.999974, 384199.999974 ], [ 72899.999974, 383999.999974 ], [ 73499.999974, 383799.999974 ], [ 73599.999974, 383699.999974 ], [ 73899.999974, 383699.999974 ], [ 74099.999974, 383899.999974 ], [ 73799.999974, 385899.999974 ], [ 73999.999974, 386599.999974 ], [ 73999.660173999989638, 386604.757974 ], [ 73799.999974, 389399.999974 ], [ 74699.999974, 389499.999974 ], [ 76999.999974, 383999.999974 ], [ 77699.999974, 382399.999974 ], [ 76999.999974, 381799.999974 ], [ 76799.999974, 381399.999974 ], [ 77199.999974, 379599.999974 ], [ 77099.999974, 378299.999974 ], [ 76999.999974, 378099.999974 ], [ 77099.999974, 377699.999974 ], [ 77499.999974, 377699.999974 ], [ 77499.999974, 377518.610874 ], [ 77499.999974, 377499.999974 ], [ 77699.999974, 376999.999974 ], [ 77899.999974, 376899.999974 ], [ 77099.999974, 376899.999974 ], [ 77035.285573999979533, 376896.193274 ], [ 75399.999974, 376799.999974 ], [ 75399.999974, 377699.999974 ], [ 75399.999974, 377899.999974 ], [ 74599.999974, 379099.999974 ], [ 73399.999974, 379599.999974 ], [ 73199.999974, 379699.999974 ], [ 72799.999974, 379599.999974 ], [ 72699.999974, 380099.999974 ], [ 72299.999974, 380399.999974 ], [ 71899.999974, 380399.999974 ], [ 71199.999974, 379999.999974 ], [ 70599.999974, 379899.999974 ], [ 69399.999974, 379099.999974 ], [ 69199.999974, 379099.999974 ], [ 68099.999974, 379299.999974 ], [ 67799.999974, 379599.999974 ], [ 66714.690474, 379895.993474 ], [ 66699.999974, 379899.999974 ], [ 65599.999974, 380099.999974 ], [ 64899.99997399999847, 380399.999974 ], [ 64599.99997399999847, 380499.999974 ], [ 63939.00507399999333, 380688.855674 ], [ 63899.99997399999847, 380699.999974 ], [ 63599.99997399999847, 381099.999974 ], [ 62799.99997399999847, 381399.999974 ], [ 62099.99997399999847, 382099.999974 ], [ 61799.99997399999847, 382799.999974 ], [ 62099.99997399999847, 383099.999974 ], [ 62038.07987399999547, 383120.64007399999537 ], [ 60899.99997399999847, 383499.999974 ], [ 60899.22227399999247, 383500.777674 ], [ 60599.99997399999847, 383799.999974 ], [ 60401.393173999989813, 383899.303374 ], [ 60399.99997399999847, 383899.999974 ], [ 59699.99997399999847, 384299.999974 ], [ 59456.64877399999386, 384299.999974 ], [ 59399.99997399999847, 384299.999974 ], [ 58999.99997399999847, 384399.999974 ], [ 58999.99997399999847, 384799.999974 ], [ 58799.99997399999847, 384999.999974 ], [ 58399.99997399999847, 385299.999974 ], [ 58099.99997399999847, 385599.999974 ], [ 58499.99997399999847, 386199.999974 ], [ 58999.99997399999847, 386399.999974 ], [ 59092.39917399999831, 386399.999974 ], [ 59099.99997399999847, 386399.999974 ], [ 58999.99997399999847, 387999.999974 ], [ 58999.99997399999847, 388040.332674 ], [ 58999.99997399999847, 389479.076374 ], [ 58999.99997399999847, 390599.999974 ], [ 58999.99997399999847, 390637.296074 ], [ 58999.99997399999847, 391599.999974 ], [ 59699.99997399999847, 391899.999974 ], [ 59899.99997399999847, 392399.999974 ], [ 59699.99997399999847, 392899.999974 ], [ 59699.99997399999847, 393199.999974 ], [ 59899.99997399999847, 392999.999974 ], [ 60199.99997399999847, 392399.999974 ], [ 61299.99997399999847, 391599.999974 ], [ 61674.046274, 391225.953674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0707" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 131099.999974, 443299.999974 ], [ 131699.999974, 443199.999974 ], [ 132099.999974, 443199.999974 ], [ 132786.67307399999117, 441826.653874 ], [ 132799.999974, 441799.999974 ], [ 132399.999974, 441399.999974 ], [ 132209.814874, 440824.551374 ], [ 132193.62827399998787, 440775.57517399999779 ], [ 134399.999974, 440199.999974 ], [ 135383.74047399999108, 439806.503774 ], [ 135399.999974, 439799.999974 ], [ 135199.999974, 439399.999974 ], [ 135199.999974, 439099.999974 ], [ 134399.999974, 437699.999974 ], [ 134365.319274, 437717.340374 ], [ 133799.999974, 437999.999974 ], [ 133779.630574, 437969.445774 ], [ 132999.999974, 436799.999974 ], [ 132512.683074, 436117.756274 ], [ 132499.999974, 436099.999974 ], [ 132299.999974, 435899.999974 ], [ 132599.999974, 435799.999974 ], [ 132203.223574, 435304.029374 ], [ 132199.999974, 435299.999974 ], [ 132199.999974, 435103.666674 ], [ 132199.999974, 435099.999974 ], [ 132393.58437399999821, 434519.246874 ], [ 132399.999974, 434499.999974 ], [ 132690.31047399999807, 433822.608874 ], [ 132699.999974, 433799.999974 ], [ 130199.999974, 432699.999974 ], [ 129999.999974, 432599.999974 ], [ 129985.922674, 432593.331774 ], [ 128099.999974, 431699.999974 ], [ 128089.1590739999956, 431743.363574 ], [ 127999.999974, 432099.999974 ], [ 128047.226274, 432225.936774 ], [ 128299.999974, 432899.999974 ], [ 128099.999974, 433799.999974 ], [ 128099.999974, 434199.999974 ], [ 128000.21487399999751, 434898.496174 ], [ 127999.999974, 434899.999974 ], [ 127224.166674, 434609.062474 ], [ 127199.999974, 434599.999974 ], [ 126899.999974, 434499.999974 ], [ 126857.72017399998731, 434485.906674 ], [ 126599.999974, 434399.999974 ], [ 126499.999974, 435599.999974 ], [ 125939.861574, 435880.069174 ], [ 125899.999974, 435899.999974 ], [ 125899.999974, 436199.999974 ], [ 125299.999974, 436499.999974 ], [ 124899.999974, 438199.999974 ], [ 124897.744574, 438204.510974 ], [ 124799.999974, 438399.999974 ], [ 124783.73627399999532, 438386.446874 ], [ 124199.999974, 437899.999974 ], [ 123699.999974, 439999.999974 ], [ 123499.999974, 440199.999974 ], [ 123299.999974, 440399.999974 ], [ 123899.999974, 441499.999974 ], [ 124299.999974, 441799.999974 ], [ 124899.999974, 441799.999974 ], [ 125699.999974, 441399.999974 ], [ 125706.602374, 441399.999974 ], [ 126299.999974, 441399.999974 ], [ 126580.92977399998927, 441587.286474 ], [ 126599.999974, 441599.999974 ], [ 126988.92807399999583, 441988.928074 ], [ 126999.999974, 441999.999974 ], [ 127276.359774, 442552.71957399998792 ], [ 127299.999974, 442599.999974 ], [ 127899.999974, 443199.999974 ], [ 128499.999974, 443299.999974 ], [ 129099.999974, 442999.999974 ], [ 129799.999974, 442399.999974 ], [ 130399.999974, 442299.999974 ], [ 130428.294274, 442309.431474 ], [ 130699.999974, 442399.999974 ], [ 130899.999974, 442699.999974 ], [ 131099.999974, 443299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0710" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 142599.999974, 558999.999974 ], [ 140199.999974, 556899.999974 ], [ 140099.999974, 556999.999974 ], [ 142499.999974, 559099.999974 ], [ 142899.999974, 559399.999974 ], [ 148699.999974, 564499.999974 ], [ 149199.999974, 564699.999974 ], [ 150699.999974, 565099.999974 ], [ 150999.999974, 565099.999974 ], [ 149599.999974, 564699.999974 ], [ 148899.999974, 564399.999974 ], [ 143799.999974, 559999.999974 ], [ 143299.999974, 559599.999974 ], [ 143299.999974, 559299.999974 ], [ 142999.999974, 559099.999974 ], [ 142599.999974, 558999.999974 ] ] ], [ [ [ 153699.999974, 565499.999974 ], [ 153999.999974, 564999.999974 ], [ 154299.999974, 564999.999974 ], [ 154599.999974, 564999.999974 ], [ 154899.999974, 564699.999974 ], [ 155021.48797399998875, 564335.536174 ], [ 155099.999974, 564099.999974 ], [ 155277.77737399999751, 563655.5564739999827 ], [ 155299.999974, 563599.999974 ], [ 155499.999974, 563399.999974 ], [ 155499.999974, 563199.999974 ], [ 154599.999974, 563199.999974 ], [ 154399.999974, 563299.999974 ], [ 154199.999974, 563399.999974 ], [ 153699.999974, 564299.999974 ], [ 153499.999974, 564799.999974 ], [ 153499.999974, 565299.999974 ], [ 153699.999974, 565399.999974 ], [ 153699.999974, 565499.999974 ] ] ], [ [ [ 158199.999974, 573999.999974 ], [ 158799.999974, 573699.999974 ], [ 158999.999974, 573699.999974 ], [ 159299.999974, 573699.999974 ], [ 159399.999974, 573499.999974 ], [ 159499.999974, 573399.999974 ], [ 160099.999974, 573399.999974 ], [ 159999.999974, 573099.999974 ], [ 160327.327774, 573018.168074 ], [ 160399.999974, 572999.999974 ], [ 160699.999974, 573299.999974 ], [ 161099.999974, 573199.999974 ], [ 161099.999974, 572899.999974 ], [ 161599.999974, 572699.999974 ], [ 161399.999974, 572499.999974 ], [ 161299.999974, 572399.999974 ], [ 161499.999974, 572299.999974 ], [ 161799.999974, 572399.999974 ], [ 161999.999974, 572699.999974 ], [ 162399.999974, 572699.999974 ], [ 162699.999974, 572399.999974 ], [ 162599.999974, 572199.999974 ], [ 162899.999974, 571999.999974 ], [ 163399.999974, 572399.999974 ], [ 163399.999974, 572559.405774000100791 ], [ 163399.999974, 572799.999974 ], [ 163399.999974, 572999.999974 ], [ 163199.999974, 573099.999974 ], [ 163299.999974, 573199.999974 ], [ 163899.999974, 573299.999974 ], [ 164599.999974, 573499.999974 ], [ 164642.93857399999979, 573465.649174 ], [ 165099.999974, 573099.999974 ], [ 165099.999974, 572799.999974 ], [ 165699.999974, 572299.999974 ], [ 165599.999974, 571799.999974 ], [ 165699.999974, 571599.999974 ], [ 165799.999974, 571499.999974 ], [ 165899.999974, 571599.999974 ], [ 166099.999974, 571399.999974 ], [ 165799.999974, 571199.999974 ], [ 165399.999974, 570899.999974 ], [ 165099.999974, 570599.999974 ], [ 165099.999974, 570102.190174000104889 ], [ 165099.999974, 570099.999974 ], [ 164999.999974, 569899.999974 ], [ 164899.999974, 569999.999974 ], [ 164799.999974, 570099.999974 ], [ 164399.999974, 569699.999974 ], [ 164299.999974, 569099.999974 ], [ 164364.43907399999443, 568777.804774 ], [ 164399.999974, 568599.999974 ], [ 164599.999974, 568299.999974 ], [ 165199.999974, 568399.999974 ], [ 165499.999974, 568199.999974 ], [ 165536.24477399999159, 568204.53057399997488 ], [ 166299.999974, 568299.999974 ], [ 166499.999974, 568099.999974 ], [ 166499.999974, 566999.999974 ], [ 166997.09417399999802, 566403.48697399999946 ], [ 166999.999974, 566399.999974 ], [ 167499.999974, 566599.999974 ], [ 168472.07127399998717, 566405.585774 ], [ 168499.999974, 566399.999974 ], [ 168699.999974, 565999.999974 ], [ 168799.999974, 565499.999974 ], [ 168499.999974, 565499.999974 ], [ 168599.999974, 565199.999974 ], [ 168699.999974, 564799.999974 ], [ 169099.999974, 564899.999974 ], [ 169199.999974, 564599.999974 ], [ 168699.999974, 564499.999974 ], [ 168599.999974, 564599.999974 ], [ 167999.999974, 564499.999974 ], [ 167299.999974, 564099.999974 ], [ 166699.999974, 563999.999974 ], [ 166399.999974, 563599.999974 ], [ 166199.999974, 563499.999974 ], [ 165699.999974, 563599.999974 ], [ 166199.999974, 564999.999974 ], [ 166116.664274, 565166.67147399997339 ], [ 166099.999974, 565199.999974 ], [ 165882.060074, 565199.999974 ], [ 165299.999974, 565199.999974 ], [ 164601.512774, 565199.999974 ], [ 164599.999974, 565199.999974 ], [ 164099.999974, 565299.999974 ], [ 164008.04697399999714, 565299.999974 ], [ 163999.999974, 565299.999974 ], [ 162799.999974, 566099.999974 ], [ 162782.419174, 566082.419174 ], [ 162599.999974, 565899.999974 ], [ 162499.999974, 565399.999974 ], [ 161999.999974, 564999.999974 ], [ 162042.84357399999863, 564946.445574 ], [ 162381.02367399999639, 564523.720374 ], [ 162399.999974, 564499.999974 ], [ 162699.999974, 563599.999974 ], [ 162699.999974, 563399.999974 ], [ 162797.90957399999024, 563204.180874 ], [ 162799.999974, 563199.999974 ], [ 162699.999974, 562999.999974 ], [ 163199.999974, 562799.999974 ], [ 163399.999974, 563199.999974 ], [ 163699.999974, 563399.999974 ], [ 164099.999974, 563299.999974 ], [ 164299.999974, 563199.999974 ], [ 164299.999974, 562899.999974 ], [ 164499.999974, 562599.999974 ], [ 164899.999974, 562199.999974 ], [ 164699.999974, 561899.999974 ], [ 164699.999974, 561699.999974 ], [ 164599.999974, 561199.999974 ], [ 164899.999974, 560599.999974 ], [ 164899.999974, 559999.999974 ], [ 164722.67747399999644, 559898.672874 ], [ 164236.54137399999308, 559620.88077399996109 ], [ 164199.999974, 559599.999974 ], [ 163899.999974, 559499.999974 ], [ 163399.999974, 559599.999974 ], [ 163223.911174, 559423.911174 ], [ 163199.999974, 559399.999974 ], [ 163299.999974, 559099.999974 ], [ 162799.999974, 558899.999974 ], [ 162499.999974, 559099.999974 ], [ 162308.81897399999434, 558622.047474 ], [ 162299.999974, 558599.999974 ], [ 162599.999974, 558499.999974 ], [ 162799.999974, 558299.999974 ], [ 162799.999974, 557599.999974 ], [ 162699.999974, 557299.999974 ], [ 162999.999974, 556999.999974 ], [ 162199.999974, 556699.999974 ], [ 161499.999974, 556199.999974 ], [ 161488.03087399998913, 556191.02317399997264 ], [ 161099.999974, 555899.999974 ], [ 160799.999974, 555899.999974 ], [ 160784.698074, 555902.550274 ], [ 160199.999974, 555999.999974 ], [ 160299.999974, 556199.999974 ], [ 159799.999974, 556299.999974 ], [ 159799.999974, 556099.999974 ], [ 159133.367674, 556195.233174 ], [ 159099.999974, 556199.999974 ], [ 158599.999974, 556099.999974 ], [ 158499.999974, 555799.999974 ], [ 158299.999974, 555699.999974 ], [ 157799.999974, 555699.999974 ], [ 156701.34647399999085, 557697.551774 ], [ 156699.999974, 557699.999974 ], [ 156299.999974, 558299.999974 ], [ 156299.999974, 558599.999974 ], [ 156301.44397399999434, 558610.107674 ], [ 156394.431974, 559261.02357399999164 ], [ 156399.999974, 559299.999974 ], [ 156399.999974, 559399.999974 ], [ 156099.999974, 559399.999974 ], [ 155699.999974, 559599.999974 ], [ 155599.999974, 559799.999974 ], [ 155599.999974, 560108.89967399998568 ], [ 155599.999974, 560199.999974 ], [ 155699.999974, 560299.999974 ], [ 155899.999974, 560399.999974 ], [ 156099.999974, 560499.999974 ], [ 156174.1755739999935, 561686.80977399996482 ], [ 156199.999974, 562099.999974 ], [ 156099.999974, 562099.999974 ], [ 156012.27717399998801, 561705.247474 ], [ 155899.999974, 561199.999974 ], [ 155899.999974, 560699.999974 ], [ 155799.999974, 560599.999974 ], [ 155599.999974, 560599.999974 ], [ 155399.999974, 560699.999974 ], [ 155099.999974, 561499.999974 ], [ 154799.999974, 561999.999974 ], [ 154499.999974, 562299.999974 ], [ 154399.999974, 562899.999974 ], [ 154299.999974, 563099.999974 ], [ 155299.999974, 563099.999974 ], [ 155499.999974, 563099.999974 ], [ 155799.999974, 563099.999974 ], [ 155999.999974, 562799.999974 ], [ 156099.999974, 562799.999974 ], [ 155999.999974, 563099.999974 ], [ 155515.325974, 563778.543574 ], [ 155499.999974, 563799.999974 ], [ 155299.999974, 564399.999974 ], [ 155285.839974, 564442.480174 ], [ 155199.999974, 564699.999974 ], [ 155299.999974, 564999.999974 ], [ 155099.999974, 565599.999974 ], [ 154699.999974, 566399.999974 ], [ 154499.999974, 567199.999974 ], [ 154486.845674, 567194.738274 ], [ 153999.999974, 566999.999974 ], [ 152599.999974, 565599.999974 ], [ 151999.999974, 565199.999974 ], [ 151699.999974, 565099.999974 ], [ 151599.999974, 565199.999974 ], [ 151499.999974, 565199.999974 ], [ 151487.22217399999499, 565199.24837399995886 ], [ 151483.79087399999844, 565199.04647399997339 ], [ 151206.896574, 565182.758574 ], [ 151426.059574, 565270.423874 ], [ 151449.755374, 565279.902174 ], [ 151499.999974, 565299.999974 ], [ 152399.999974, 565599.999974 ], [ 154399.999974, 567599.999974 ], [ 154599.999974, 567899.999974 ], [ 154699.999974, 568599.999974 ], [ 154399.999974, 568999.999974 ], [ 154999.999974, 569399.999974 ], [ 155002.307074, 569401.441974 ], [ 155799.999974, 569899.999974 ], [ 155805.773774, 569911.547474 ], [ 155899.999974, 570099.999974 ], [ 155902.102374, 570102.803174 ], [ 156199.999974, 570499.999974 ], [ 156299.999974, 571099.999974 ], [ 156302.873674, 571117.242274 ], [ 156499.999974, 572299.999974 ], [ 156599.999974, 573899.999974 ], [ 156744.816674, 573899.999974 ], [ 156899.999974, 573899.999974 ], [ 157199.999974, 573999.999974 ], [ 157499.999974, 574099.999974 ], [ 158199.999974, 574099.999974 ], [ 158199.999974, 573999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0715" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 55299.99997399999847, 376199.999974 ], [ 55399.99997399999847, 376099.999974 ], [ 55499.99997399999847, 376099.999974 ], [ 55308.89167399999133, 375431.120874 ], [ 55299.99997399999847, 375399.999974 ], [ 55199.99997399999847, 375199.999974 ], [ 55299.99997399999847, 374899.999974 ], [ 55496.06517399999575, 374507.869774 ], [ 55499.99997399999847, 374499.999974 ], [ 55499.99997399999847, 373499.999974 ], [ 55699.99997399999847, 372499.999974 ], [ 55505.794173999987834, 372014.485374 ], [ 55499.99997399999847, 371999.999974 ], [ 55402.03417399999307, 371706.102474 ], [ 55399.99997399999847, 371699.999974 ], [ 55099.99997399999847, 370499.999974 ], [ 55048.96017399999982, 370091.681274 ], [ 54999.99997399999847, 369699.999974 ], [ 55299.99997399999847, 369299.999974 ], [ 55335.83257399999275, 369285.666974 ], [ 56299.99997399999847, 368899.999974 ], [ 56699.99997399999847, 368999.999974 ], [ 56781.52377399999386, 368918.476174 ], [ 56799.99997399999847, 368899.999974 ], [ 56899.99997399999847, 364699.999974 ], [ 56899.99997399999847, 364657.086074 ], [ 56899.99997399999847, 363119.830274 ], [ 56899.99997399999847, 363099.999974 ], [ 57299.99997399999847, 363099.999974 ], [ 57699.99997399999847, 362999.999974 ], [ 57799.99997399999847, 362799.999974 ], [ 57699.99997399999847, 362599.999974 ], [ 57788.420373999986623, 362423.159374 ], [ 57799.99997399999847, 362399.999974 ], [ 57843.28137399999105, 362356.718574 ], [ 57899.99997399999847, 362299.999974 ], [ 58299.99997399999847, 362399.999974 ], [ 58499.99997399999847, 362399.999974 ], [ 58499.99997399999847, 362299.999974 ], [ 58099.99997399999847, 361999.999974 ], [ 57599.99997399999847, 361699.999974 ], [ 57199.99997399999847, 361499.999974 ], [ 57173.50347399999009, 361455.839074 ], [ 56599.99997399999847, 360499.999974 ], [ 55599.99997399999847, 360399.999974 ], [ 55596.22317399999156, 360384.892574 ], [ 55499.99997399999847, 359999.999974 ], [ 55199.99997399999847, 359499.999974 ], [ 54799.99997399999847, 359499.999974 ], [ 54399.99997399999847, 359499.999974 ], [ 54199.99997399999847, 359399.999974 ], [ 54099.99997399999847, 359199.999974 ], [ 53599.99997399999847, 359099.999974 ], [ 53199.99997399999847, 359999.999974 ], [ 53161.34477399999014, 359961.34477399999741 ], [ 52899.99997399999847, 359699.999974 ], [ 52499.99997399999847, 359699.999974 ], [ 52199.99997399999847, 359399.999974 ], [ 52399.99997399999847, 358599.999974 ], [ 51899.99997399999847, 358399.999974 ], [ 51099.99997399999847, 358099.999974 ], [ 50599.99997399999847, 358099.999974 ], [ 50594.53847399999358, 358097.81537399999797 ], [ 50099.99997399999847, 357899.999974 ], [ 49999.99997399999847, 358199.999974 ], [ 49499.99997399999847, 358699.999974 ], [ 49799.99997399999847, 358899.999974 ], [ 49816.39017399999284, 358910.926774 ], [ 50399.99997399999847, 359299.999974 ], [ 50524.95507399999042, 359674.865274 ], [ 50599.99997399999847, 359899.999974 ], [ 50299.99997399999847, 360399.999974 ], [ 50236.35867399999552, 360364.643674 ], [ 49399.99997399999847, 359899.999974 ], [ 48616.01317399999971, 359312.009874 ], [ 48599.99997399999847, 359299.999974 ], [ 48299.99997399999847, 359099.999974 ], [ 47999.99997399999847, 359099.999974 ], [ 47799.99997399999847, 359299.999974 ], [ 47299.99997399999847, 359299.999974 ], [ 46499.99997399999847, 359199.999974 ], [ 45999.99997399999847, 358899.999974 ], [ 45799.99997399999847, 358899.999974 ], [ 45499.99997399999847, 358899.999974 ], [ 44799.99997399999847, 359299.999974 ], [ 44399.9999739999912, 359399.999974 ], [ 44399.9999739999912, 359099.999974 ], [ 43999.9999739999912, 359099.999974 ], [ 43499.9999739999912, 359499.999974 ], [ 43399.9999739999912, 359699.999974 ], [ 43399.9999739999912, 360499.999974 ], [ 43399.9999739999912, 360547.286874 ], [ 43399.9999739999912, 362099.999974 ], [ 43399.9999739999912, 362132.744674 ], [ 43399.9999739999912, 362999.999974 ], [ 43699.9999739999912, 363599.999974 ], [ 43709.41237399999227, 363628.23697399999946 ], [ 43899.9999739999912, 364199.999974 ], [ 43199.9999739999912, 364499.999974 ], [ 42699.9999739999912, 364899.999974 ], [ 42675.4264739999926, 364916.382374 ], [ 42399.9999739999912, 365099.999974 ], [ 42299.9999739999912, 364899.999974 ], [ 42099.9999739999912, 364599.999974 ], [ 41599.9999739999912, 364899.999974 ], [ 41199.9999739999912, 365699.999974 ], [ 40899.9999739999912, 365799.999974 ], [ 40799.9999739999912, 365699.999974 ], [ 38899.9999739999912, 366199.999974 ], [ 38599.9999739999912, 366099.999974 ], [ 38599.9999739999912, 365999.999974 ], [ 38099.9999739999912, 366099.999974 ], [ 36899.9999739999912, 366599.999974 ], [ 37199.9999739999912, 367299.999974 ], [ 37199.9999739999912, 367599.999974 ], [ 37799.9999739999912, 367999.999974 ], [ 37599.9999739999912, 369499.999974 ], [ 37899.9999739999912, 369899.999974 ], [ 37599.9999739999912, 370299.999974 ], [ 38253.92077399999107, 370953.92077399999835 ], [ 38262.13157399999182, 370964.243774 ], [ 38292.97627399999328, 371003.010174 ], [ 37599.9999739999912, 371299.999974 ], [ 36699.9999739999912, 371499.999974 ], [ 36499.9999739999912, 371599.999974 ], [ 34999.9999739999912, 371499.999974 ], [ 34899.9999739999912, 372099.999974 ], [ 34599.9999739999912, 371999.999974 ], [ 34499.9999739999912, 372999.999974 ], [ 34199.9999739999912, 372799.999974 ], [ 33616.66337399999611, 373966.673274 ], [ 33599.9999739999912, 373999.999974 ], [ 33699.9999739999912, 373999.999974 ], [ 33729.710574, 374014.855274 ], [ 33899.9999739999912, 374099.999974 ], [ 33799.9999739999912, 374899.999974 ], [ 34299.9999739999912, 374699.999974 ], [ 34599.9999739999912, 374799.999974 ], [ 34699.9999739999912, 374999.999974 ], [ 36299.9999739999912, 375199.999974 ], [ 36299.9999739999912, 375399.999974 ], [ 36599.9999739999912, 375399.999974 ], [ 36799.9999739999912, 375199.999974 ], [ 36999.9999739999912, 375099.999974 ], [ 36999.9999739999912, 376399.999974 ], [ 37499.9999739999912, 375899.999974 ], [ 37599.9999739999912, 375999.999974 ], [ 38599.9999739999912, 375199.999974 ], [ 38899.9999739999912, 374799.999974 ], [ 39355.80717399999412, 374617.677174 ], [ 39399.9999739999912, 374599.999974 ], [ 41499.9999739999912, 374399.999974 ], [ 41599.9999739999912, 374299.999974 ], [ 41299.9999739999912, 373999.999974 ], [ 41299.9999739999912, 373599.999974 ], [ 42199.9999739999912, 373099.999974 ], [ 42399.9999739999912, 373199.999974 ], [ 42299.9999739999912, 374499.999974 ], [ 42399.9999739999912, 374699.999974 ], [ 43699.9999739999912, 374599.999974 ], [ 43899.9999739999912, 374299.999974 ], [ 44299.9999739999912, 373999.999974 ], [ 44341.57517399999051, 373994.803074 ], [ 45099.99997399999847, 373899.999974 ], [ 44899.99997399999847, 373599.999974 ], [ 44899.99997399999847, 373299.999974 ], [ 45299.99997399999847, 372499.999974 ], [ 45399.99997399999847, 372399.999974 ], [ 45499.99997399999847, 372399.999974 ], [ 45299.99997399999847, 373099.999974 ], [ 45399.99997399999847, 373799.999974 ], [ 45599.99997399999847, 373699.999974 ], [ 45699.99997399999847, 373099.999974 ], [ 45769.31387399999221, 373099.999974 ], [ 45799.99997399999847, 373099.999974 ], [ 45899.99997399999847, 373599.999974 ], [ 46399.99997399999847, 373699.999974 ], [ 46599.99997399999847, 373399.999974 ], [ 46828.93677399999433, 373171.063174 ], [ 46899.99997399999847, 373099.999974 ], [ 47299.99997399999847, 372999.999974 ], [ 47599.99997399999847, 372999.999974 ], [ 47643.64057399999729, 372994.544974 ], [ 48369.47467399999005, 372903.815674 ], [ 48399.99997399999847, 372899.999974 ], [ 49079.920674, 372997.131474 ], [ 49099.99997399999847, 372999.999974 ], [ 49499.99997399999847, 373599.999974 ], [ 49699.99997399999847, 374099.999974 ], [ 50299.99997399999847, 374199.999974 ], [ 50799.99997399999847, 374399.999974 ], [ 51099.99997399999847, 374799.999974 ], [ 51799.99997399999847, 375299.999974 ], [ 52599.99997399999847, 375699.999974 ], [ 53999.99997399999847, 375899.999974 ], [ 54299.99997399999847, 376099.999974 ], [ 54699.99997399999847, 376299.999974 ], [ 55199.99997399999847, 376399.999974 ], [ 55299.99997399999847, 376199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0716" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 71899.999974, 406099.999974 ], [ 72099.999974, 405799.999974 ], [ 72299.999974, 405799.999974 ], [ 72299.999974, 405899.999974 ], [ 72399.999974, 405899.999974 ], [ 72499.999974, 405899.999974 ], [ 72499.999974, 405999.999974 ], [ 72483.783773999981349, 406097.297274 ], [ 72799.999974, 406299.999974 ], [ 73799.999974, 406099.999974 ], [ 73999.999974, 405799.999974 ], [ 74899.999974, 405599.999974 ], [ 75199.999974, 405699.999974 ], [ 75399.999974, 405599.999974 ], [ 73799.999974, 404999.999974 ], [ 73099.999974, 404499.999974 ], [ 72599.999974, 403899.999974 ], [ 72199.999974, 402999.999974 ], [ 72188.073673999984749, 402952.294774 ], [ 72099.999974, 402599.999974 ], [ 72099.999974, 402590.69997399998829 ], [ 72099.999974, 401599.999974 ], [ 72299.999974, 400899.999974 ], [ 72599.999974, 400299.999974 ], [ 74699.999974, 397699.999974 ], [ 75099.999974, 396899.999974 ], [ 75199.999974, 396299.999974 ], [ 75099.999974, 395599.999974 ], [ 74905.976074, 394920.916374 ], [ 74899.999974, 394899.999974 ], [ 74888.58727399999043, 394865.761874 ], [ 74399.999974, 393399.999974 ], [ 74397.070974, 393391.945274 ], [ 73999.999974, 392299.999974 ], [ 73998.988573999988148, 392289.885574 ], [ 73899.999974, 391299.999974 ], [ 74299.999974, 390399.999974 ], [ 74309.182574, 390379.339174 ], [ 74699.999974, 389499.999974 ], [ 73799.999974, 389399.999974 ], [ 73699.999974, 389699.999974 ], [ 73499.999974, 389899.999974 ], [ 70799.999974, 391099.999974 ], [ 70699.999974, 391399.999974 ], [ 70599.999974, 391799.999974 ], [ 70799.999974, 392199.999974 ], [ 70999.999974, 392499.999974 ], [ 70399.999974, 392899.999974 ], [ 70135.746973999979673, 393340.421674 ], [ 70099.999974, 393399.999974 ], [ 69199.999974, 393499.999974 ], [ 68899.999974, 393299.999974 ], [ 68599.999974, 393199.999974 ], [ 68199.999974, 393599.999974 ], [ 68156.87107399999513, 393593.838774 ], [ 67499.999974, 393499.999974 ], [ 66899.999974, 393499.999974 ], [ 65199.99997399999847, 393699.999974 ], [ 64999.99997399999847, 393899.999974 ], [ 64499.99997399999847, 393899.999974 ], [ 64299.99997399999847, 393799.999974 ], [ 64099.99997399999847, 393799.999974 ], [ 63899.99997399999847, 393999.999974 ], [ 63515.814974, 394439.068674 ], [ 63199.99997399999847, 394799.999974 ], [ 62899.99997399999847, 395499.999974 ], [ 62999.99997399999847, 395799.999974 ], [ 62999.99997399999847, 395899.999974 ], [ 62699.99997399999847, 396099.999974 ], [ 62399.99997399999847, 396199.999974 ], [ 62199.99997399999847, 396799.999974 ], [ 61199.99997399999847, 396999.999974 ], [ 60699.99997399999847, 397299.999974 ], [ 60899.99997399999847, 397799.999974 ], [ 60899.99997399999847, 397999.999974 ], [ 60714.05747399999382, 398232.428074 ], [ 60499.99997399999847, 398499.999974 ], [ 59699.99997399999847, 398799.999974 ], [ 59299.99997399999847, 399299.999974 ], [ 58999.99997399999847, 399399.999974 ], [ 58199.99997399999847, 399499.999974 ], [ 58099.99997399999847, 399599.999974 ], [ 57699.99997399999847, 399999.999974 ], [ 57799.99997399999847, 400699.999974 ], [ 58199.99997399999847, 401299.999974 ], [ 58499.99997399999847, 401499.999974 ], [ 58799.99997399999847, 401399.999974 ], [ 59399.99997399999847, 401699.999974 ], [ 59699.99997399999847, 401599.999974 ], [ 60299.99997399999847, 401899.999974 ], [ 60499.99997399999847, 401799.999974 ], [ 61499.99997399999847, 402399.999974 ], [ 61699.99997399999847, 402499.999974 ], [ 62002.64977399999771, 402575.662474 ], [ 62099.99997399999847, 402599.999974 ], [ 62599.99997399999847, 403099.999974 ], [ 63299.99997399999847, 403399.999974 ], [ 64199.99997399999847, 403499.999974 ], [ 65999.999974, 403099.999974 ], [ 66099.999974, 402999.999974 ], [ 66099.999974, 402799.999974 ], [ 66799.999974, 402199.999974 ], [ 66899.999974, 401999.999974 ], [ 67199.999974, 401799.999974 ], [ 66999.999974, 402099.999974 ], [ 66999.999974, 402199.999974 ], [ 68164.711573999986285, 402283.193674 ], [ 68333.18787399999565, 402295.227674 ], [ 68399.999974, 402299.999974 ], [ 68999.999974, 402399.999974 ], [ 69099.999974, 402399.999974 ], [ 69399.999974, 402299.999974 ], [ 70099.999974, 402499.999974 ], [ 70899.999974, 402599.999974 ], [ 70990.50717399999849, 402781.014374 ], [ 70999.999974, 402799.999974 ], [ 70899.999974, 402899.999974 ], [ 70899.999974, 403099.999974 ], [ 70999.999974, 403299.999974 ], [ 71199.999974, 403699.999974 ], [ 70999.999974, 403899.999974 ], [ 70899.999974, 403899.999974 ], [ 70699.999974, 403799.999974 ], [ 70663.981673999980558, 403727.963274 ], [ 70599.999974, 403599.999974 ], [ 70399.999974, 403499.999974 ], [ 69981.277574, 403416.255474 ], [ 69899.999974, 403399.999974 ], [ 69599.999974, 403399.999974 ], [ 68799.999974, 403499.999974 ], [ 67699.999974, 403399.999974 ], [ 67103.718373999989126, 404592.563274 ], [ 67099.999974, 404599.999974 ], [ 66499.999974, 405299.999974 ], [ 66099.999974, 405299.999974 ], [ 65899.999974, 405499.999974 ], [ 65799.999974, 406399.999974 ], [ 65899.999974, 406799.999974 ], [ 66899.999974, 407699.999974 ], [ 67299.999974, 407999.999974 ], [ 68499.999974, 407799.999974 ], [ 69299.999974, 407499.999974 ], [ 69999.999974, 407099.999974 ], [ 70619.558174, 406834.475074 ], [ 70699.999974, 406799.999974 ], [ 71899.999974, 406099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0717" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 37599.9999739999912, 396199.999974 ], [ 37599.9999739999912, 396099.999974 ], [ 37399.9999739999912, 396199.999974 ], [ 37399.9999739999912, 395899.999974 ], [ 37299.9999739999912, 395599.999974 ], [ 37099.9999739999912, 395599.999974 ], [ 36999.9999739999912, 396299.999974 ], [ 36699.9999739999912, 397099.999974 ], [ 36799.9999739999912, 397399.999974 ], [ 37199.9999739999912, 397199.999974 ], [ 37599.9999739999912, 396699.999974 ], [ 37599.9999739999912, 396199.999974 ] ] ], [ [ [ 32199.9999739999912, 401899.999974 ], [ 32799.9999739999912, 401499.999974 ], [ 32299.9999739999912, 401699.999974 ], [ 32399.9999739999912, 401599.999974 ], [ 32799.9999739999912, 401399.999974 ], [ 33499.9999739999912, 401399.999974 ], [ 33599.9999739999912, 401199.999974 ], [ 33199.9999739999912, 401099.999974 ], [ 33099.9999739999912, 400899.999974 ], [ 33099.9999739999912, 399899.999974 ], [ 33199.9999739999912, 399499.999974 ], [ 33799.9999739999912, 398899.999974 ], [ 33880.89607399999659, 398576.415674 ], [ 33899.9999739999912, 398499.999974 ], [ 34599.9999739999912, 398099.999974 ], [ 34799.9999739999912, 397899.999974 ], [ 35598.76247399999556, 397201.082874 ], [ 35599.9999739999912, 397199.999974 ], [ 35899.9999739999912, 397099.999974 ], [ 36062.72667399999045, 396855.909974 ], [ 36099.9999739999912, 396799.999974 ], [ 36599.9999739999912, 395299.999974 ], [ 35201.65207399999053, 393901.652074 ], [ 34999.9999739999912, 393699.999974 ], [ 34899.9999739999912, 393999.999974 ], [ 33899.9999739999912, 393799.999974 ], [ 33399.9999739999912, 393899.999974 ], [ 33305.67707399999199, 394465.937474 ], [ 33299.9999739999912, 394499.999974 ], [ 32804.01237399999081, 394499.999974 ], [ 32799.9999739999912, 394499.999974 ], [ 32199.9999739999912, 394399.999974 ], [ 32000.11037399999623, 394999.668774 ], [ 31999.9999739999912, 394999.999974 ], [ 31999.9999739999912, 395299.999974 ], [ 31799.9999739999912, 395499.999974 ], [ 31764.89017399999284, 395495.611274 ], [ 30999.9999739999912, 395399.999974 ], [ 30299.9999739999912, 395199.999974 ], [ 30299.9999739999912, 395151.128974 ], [ 30299.9999739999912, 394999.999974 ], [ 30599.9999739999912, 394799.999974 ], [ 30698.36817399999563, 394111.422774 ], [ 30699.9999739999912, 394099.999974 ], [ 29799.9999739999912, 393799.999974 ], [ 29599.9999739999912, 393199.999974 ], [ 29799.9999739999912, 392599.999974 ], [ 29199.9999739999912, 392399.999974 ], [ 29399.9999739999912, 391899.999974 ], [ 29499.9999739999912, 391799.999974 ], [ 29513.69507399999566, 391772.609774 ], [ 29556.24797399999079, 391687.503974 ], [ 29599.9999739999912, 391599.999974 ], [ 29799.9999739999912, 390999.999974 ], [ 29799.9999739999912, 390699.999974 ], [ 29499.9999739999912, 390499.999974 ], [ 29699.9999739999912, 389999.999974 ], [ 29799.9999739999912, 389799.999974 ], [ 29999.9999739999912, 389299.999974 ], [ 29699.9999739999912, 389299.999974 ], [ 29626.97597399999358, 389080.928074 ], [ 29599.9999739999912, 388999.999974 ], [ 29199.9999739999912, 388799.999974 ], [ 28899.9999739999912, 389099.999974 ], [ 28499.9999739999912, 389299.999974 ], [ 28499.9999739999912, 388699.999974 ], [ 28399.9999739999912, 388399.999974 ], [ 28389.05097399999067, 388394.525474 ], [ 28351.81597399999009, 388375.907974 ], [ 27867.75567399999272, 388133.87787399999797 ], [ 27799.9999739999912, 388099.999974 ], [ 27699.9999739999912, 388099.999974 ], [ 27682.9631739999968, 388134.073574 ], [ 27499.9999739999912, 388499.999974 ], [ 27199.9999739999912, 388299.999974 ], [ 27099.9999739999912, 388099.999974 ], [ 26627.57377399999677, 387911.029474 ], [ 26599.9999739999912, 387899.999974 ], [ 25699.9999739999912, 387599.999974 ], [ 25699.9999739999912, 387699.999974 ], [ 25399.9999739999912, 388099.999974 ], [ 25199.9999739999912, 388499.999974 ], [ 24899.9999739999912, 388899.999974 ], [ 24799.9999739999912, 389299.999974 ], [ 24708.31517399999575, 389483.369574 ], [ 24699.9999739999912, 389499.999974 ], [ 24199.9999739999912, 390399.999974 ], [ 23899.9999739999912, 390899.999974 ], [ 23799.9999739999912, 391099.999974 ], [ 23699.9999739999912, 391099.999974 ], [ 23699.9999739999912, 391125.559974 ], [ 23699.9999739999912, 391199.999974 ], [ 23399.9999739999912, 391399.999974 ], [ 22799.9999739999912, 391699.999974 ], [ 22399.9999739999912, 391999.999974 ], [ 21399.9999739999912, 392799.999974 ], [ 21240.69707399999606, 392959.302874 ], [ 21199.9999739999912, 392999.999974 ], [ 20899.9999739999912, 393299.999974 ], [ 20699.9999739999912, 393399.999974 ], [ 20499.9999739999912, 393599.999974 ], [ 20299.9999739999912, 393899.999974 ], [ 20299.9999739999912, 394099.999974 ], [ 20199.9999739999912, 394199.999974 ], [ 19799.9999739999912, 394599.999974 ], [ 19699.9999739999912, 394699.999974 ], [ 19597.62537399999565, 394802.374674 ], [ 19499.9999739999912, 394899.999974 ], [ 19399.9999739999912, 395099.999974 ], [ 19399.9999739999912, 395199.999974 ], [ 19399.9999739999912, 395299.999974 ], [ 19599.9999739999912, 395899.999974 ], [ 19606.7869739999951, 395940.721774 ], [ 19699.9999739999912, 396499.999974 ], [ 20099.9999739999912, 396899.999974 ], [ 20544.64587399999436, 397090.562474 ], [ 20632.04197399999248, 397128.017974 ], [ 20799.9999739999912, 397199.999974 ], [ 20890.6874739999912, 397290.687474 ], [ 20899.9999739999912, 397299.999974 ], [ 20999.9999739999912, 397399.999974 ], [ 21199.9999739999912, 397399.999974 ], [ 21299.9999739999912, 397499.999974 ], [ 21307.75457399999141, 397503.877274 ], [ 21699.9999739999912, 397699.999974 ], [ 21999.9999739999912, 397999.999974 ], [ 22582.40427399999317, 398332.802474 ], [ 22699.9999739999912, 398399.999974 ], [ 23176.11877399999503, 398796.765674 ], [ 23299.9999739999912, 398899.999974 ], [ 23328.20687399999588, 398918.804574 ], [ 23899.9999739999912, 399299.999974 ], [ 24359.38637399999425, 399483.754574 ], [ 24399.9999739999912, 399499.999974 ], [ 25186.86767399999371, 399893.433874 ], [ 25199.9999739999912, 399899.999974 ], [ 25999.9999739999912, 400399.999974 ], [ 26699.9999739999912, 400699.999974 ], [ 26899.9999739999912, 400899.999974 ], [ 26999.9999739999912, 401099.999974 ], [ 28099.9999739999912, 401599.999974 ], [ 28499.9999739999912, 401799.999974 ], [ 29461.40317399999185, 402088.420974 ], [ 29499.9999739999912, 402099.999974 ], [ 29899.9999739999912, 402199.999974 ], [ 30499.9999739999912, 402199.999974 ], [ 30999.9999739999912, 402099.999974 ], [ 32199.9999739999912, 401899.999974 ] ] ], [ [ [ 39099.9999739999912, 406899.999974 ], [ 39199.9999739999912, 406799.999974 ], [ 39499.9999739999912, 406999.999974 ], [ 39499.9999739999912, 406899.999974 ], [ 39399.9999739999912, 406699.999974 ], [ 38999.9999739999912, 406399.999974 ], [ 38999.9999739999912, 406099.999974 ], [ 39199.9999739999912, 405999.999974 ], [ 39899.9999739999912, 405599.999974 ], [ 40299.9999739999912, 406199.999974 ], [ 39799.9999739999912, 406599.999974 ], [ 39899.9999739999912, 406599.999974 ], [ 40399.9999739999912, 406199.999974 ], [ 39999.9999739999912, 405599.999974 ], [ 39699.9999739999912, 405299.999974 ], [ 38899.9999739999912, 405899.999974 ], [ 38499.9999739999912, 405799.999974 ], [ 38699.9999739999912, 405299.999974 ], [ 38499.9999739999912, 405199.999974 ], [ 38399.9999739999912, 405399.999974 ], [ 37999.9999739999912, 405799.999974 ], [ 37599.9999739999912, 405099.999974 ], [ 37899.9999739999912, 404899.999974 ], [ 38199.9999739999912, 404899.999974 ], [ 38099.9999739999912, 404699.999974 ], [ 37899.9999739999912, 404699.999974 ], [ 37399.9999739999912, 404899.999974 ], [ 37199.9999739999912, 404699.999974 ], [ 37099.9999739999912, 404199.999974 ], [ 36899.9999739999912, 402799.999974 ], [ 36799.9999739999912, 402799.999974 ], [ 36999.9999739999912, 404199.999974 ], [ 37099.9999739999912, 404699.999974 ], [ 36899.9999739999912, 404899.999974 ], [ 36599.9999739999912, 405099.999974 ], [ 36299.9999739999912, 405099.999974 ], [ 35999.9999739999912, 404999.999974 ], [ 35899.9999739999912, 405099.999974 ], [ 36199.9999739999912, 405199.999974 ], [ 36799.9999739999912, 405199.999974 ], [ 36999.9999739999912, 405299.999974 ], [ 37299.9999739999912, 405799.999974 ], [ 37899.9999739999912, 406599.999974 ], [ 38099.9999739999912, 406799.999974 ], [ 38399.9999739999912, 406799.999974 ], [ 39199.9999739999912, 407299.999974 ], [ 39599.9999739999912, 407999.999974 ], [ 39599.9999739999912, 408092.064874 ], [ 39782.74007399999391, 408091.370074 ], [ 39609.39007399999537, 408004.695074 ], [ 39569.76557399999729, 407929.452874 ], [ 39299.9999739999912, 407299.999974 ], [ 39099.9999739999912, 406899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0718" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 37999.9999739999912, 385999.999974 ], [ 37499.9999739999912, 385399.999974 ], [ 37899.9999739999912, 384899.999974 ], [ 38199.9999739999912, 384199.999974 ], [ 36699.9999739999912, 385599.999974 ], [ 36299.9999739999912, 385799.999974 ], [ 35999.9999739999912, 385699.999974 ], [ 36799.9999739999912, 386699.999974 ], [ 37099.9999739999912, 386699.999974 ], [ 37999.9999739999912, 385999.999974 ] ] ], [ [ [ 38399.9999739999912, 386399.999974 ], [ 38099.9999739999912, 386199.999974 ], [ 37199.9999739999912, 386899.999974 ], [ 37299.9999739999912, 386999.999974 ], [ 38399.9999739999912, 387599.999974 ], [ 38499.9999739999912, 387599.999974 ], [ 38799.9999739999912, 387399.999974 ], [ 38399.9999739999912, 386399.999974 ] ] ], [ [ [ 37601.15257399999246, 388121.196874 ], [ 37701.84647399999085, 388106.092774 ], [ 37789.11457399999199, 388129.588074 ], [ 37899.8778739999907, 388146.370374 ], [ 37916.66027399999439, 388132.944474 ], [ 38199.99677399999, 388200.006374 ], [ 38199.9999739999912, 388199.999974 ], [ 38199.79227399999218, 388199.584474 ], [ 37999.9999739999912, 387799.999974 ], [ 36799.9999739999912, 387099.999974 ], [ 36599.9999739999912, 387299.999974 ], [ 36499.9999739999912, 387299.999974 ], [ 36099.9999739999912, 387299.999974 ], [ 34999.9999739999912, 386899.999974 ], [ 34986.00097399999504, 386858.00287399999797 ], [ 34799.9999739999912, 386299.999974 ], [ 35399.9999739999912, 385999.999974 ], [ 35499.9999739999912, 385699.999974 ], [ 35299.9999739999912, 385899.999974 ], [ 34999.9999739999912, 385999.999974 ], [ 34799.9999739999912, 386099.999974 ], [ 33899.9999739999912, 385999.999974 ], [ 33699.9999739999912, 385699.999974 ], [ 33599.9999739999912, 385299.999974 ], [ 32999.9999739999912, 385099.999974 ], [ 32599.9999739999912, 385199.999974 ], [ 32099.9999739999912, 385099.999974 ], [ 31399.9999739999912, 384999.999974 ], [ 31099.9999739999912, 385199.999974 ], [ 31063.04307399999379, 385218.478474 ], [ 30899.9999739999912, 385299.999974 ], [ 30799.9999739999912, 386299.999974 ], [ 30599.9999739999912, 386299.999974 ], [ 30599.9999739999912, 386199.999974 ], [ 30599.9999739999912, 385433.783974 ], [ 30599.9999739999912, 385299.999974 ], [ 30799.9999739999912, 384999.999974 ], [ 30099.9999739999912, 385099.999974 ], [ 29399.9999739999912, 385099.999974 ], [ 28999.9999739999912, 384899.999974 ], [ 28599.9999739999912, 385099.999974 ], [ 28512.28717399999732, 385363.138474 ], [ 28499.9999739999912, 385399.999974 ], [ 27799.9999739999912, 386099.999974 ], [ 27748.22047399999428, 386099.999974 ], [ 27399.9999739999912, 386099.999974 ], [ 27199.9999739999912, 386299.999974 ], [ 26399.9999739999912, 386999.999974 ], [ 25999.9999739999912, 387099.999974 ], [ 25699.9999739999912, 387599.999974 ], [ 26599.9999739999912, 387899.999974 ], [ 26627.57377399999677, 387911.029474 ], [ 27099.9999739999912, 388099.999974 ], [ 27199.9999739999912, 388299.999974 ], [ 27499.9999739999912, 388499.999974 ], [ 27682.9631739999968, 388134.073574 ], [ 27699.9999739999912, 388099.999974 ], [ 27799.9999739999912, 388099.999974 ], [ 27867.75567399999272, 388133.87787399999797 ], [ 28351.81597399999009, 388375.907974 ], [ 28389.05097399999067, 388394.525474 ], [ 28399.9999739999912, 388399.999974 ], [ 28499.9999739999912, 388699.999974 ], [ 28499.9999739999912, 389299.999974 ], [ 28899.9999739999912, 389099.999974 ], [ 29199.9999739999912, 388799.999974 ], [ 29599.9999739999912, 388999.999974 ], [ 29626.97597399999358, 389080.928074 ], [ 29699.9999739999912, 389299.999974 ], [ 29999.9999739999912, 389299.999974 ], [ 30099.9999739999912, 389399.999974 ], [ 30299.9999739999912, 389199.999974 ], [ 30799.9999739999912, 388899.999974 ], [ 30824.52637399999367, 388949.052774 ], [ 30915.97437399999035, 389131.948774 ], [ 30999.9999739999912, 389299.999974 ], [ 31199.9999739999912, 389199.999974 ], [ 31399.9999739999912, 388999.999974 ], [ 31429.87187399999675, 388970.128074 ], [ 31499.9999739999912, 388899.999974 ], [ 32099.9999739999912, 389099.999974 ], [ 32299.9999739999912, 388899.999974 ], [ 32899.9999739999912, 389499.999974 ], [ 33399.9999739999912, 388999.999974 ], [ 33404.26137399999425, 388995.738674 ], [ 33405.77037399999244, 388994.229674 ], [ 34199.9999739999912, 388199.999974 ], [ 34699.9999739999912, 387999.999974 ], [ 35099.9999739999912, 387999.999974 ], [ 35112.80157399999734, 388006.400774 ], [ 35499.9999739999912, 388199.999974 ], [ 37199.9999739999912, 389199.999974 ], [ 37699.9999739999912, 389399.999974 ], [ 38099.9999739999912, 389499.999974 ], [ 38106.48887399999512, 389461.066574 ], [ 38199.9999739999912, 388899.999974 ], [ 37999.9999739999912, 388599.999974 ], [ 38000.62517399999342, 388598.749574 ], [ 37809.25337399999262, 388495.442674 ], [ 37481.99807399999554, 388265.52487399999518 ], [ 37498.78037399999448, 388226.925474 ], [ 37601.15257399999246, 388121.196874 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0733" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 136199.999974, 433399.999974 ], [ 136699.999974, 432799.999974 ], [ 136599.999974, 432399.999974 ], [ 136511.01687399999355, 432222.033674 ], [ 136499.999974, 432199.999974 ], [ 136499.999974, 432175.524774 ], [ 136499.999974, 431699.999974 ], [ 136699.999974, 431399.999974 ], [ 137799.999974, 431599.999974 ], [ 137823.74407399998745, 431565.703074 ], [ 138699.999974, 430299.999974 ], [ 138599.999974, 428899.999974 ], [ 138599.999974, 428799.999974 ], [ 138899.999974, 428799.999974 ], [ 138799.999974, 426999.999974 ], [ 139199.999974, 426199.999974 ], [ 139299.999974, 425599.999974 ], [ 139299.999974, 425579.759474 ], [ 139299.999974, 425299.999974 ], [ 138599.999974, 425199.999974 ], [ 138550.24107399999048, 425191.706874 ], [ 137999.999974, 425099.999974 ], [ 137099.999974, 425199.999974 ], [ 136712.891074, 425393.554474 ], [ 136699.999974, 425399.999974 ], [ 136499.999974, 425499.999974 ], [ 136466.86297399998875, 425517.673074 ], [ 134999.999974, 426299.999974 ], [ 134502.535074, 426498.985974 ], [ 134499.999974, 426499.999974 ], [ 133899.999974, 426499.999974 ], [ 133399.999974, 426399.999974 ], [ 131799.999974, 425599.999974 ], [ 131099.999974, 425499.999974 ], [ 131053.927674, 425504.607274 ], [ 130099.999974, 425599.999974 ], [ 130194.55177399999229, 426167.310774 ], [ 130199.999974, 426199.999974 ], [ 130499.999974, 428099.999974 ], [ 129799.999974, 428199.999974 ], [ 129778.23697399999946, 428202.418074 ], [ 128899.999974, 428299.999974 ], [ 128515.03827399999136, 428396.24047399999108 ], [ 128499.999974, 428399.999974 ], [ 128312.805074, 428493.375674 ], [ 128299.999974, 428499.999974 ], [ 128199.999974, 428499.999974 ], [ 128206.416174, 428519.248574 ], [ 128299.999974, 428799.999974 ], [ 128199.999974, 429299.999974 ], [ 128199.999974, 429599.999974 ], [ 127899.999974, 430299.999974 ], [ 127999.999974, 430399.999974 ], [ 128699.999974, 429999.999974 ], [ 129399.999974, 430099.999974 ], [ 130199.999974, 430099.999974 ], [ 131399.999974, 430099.999974 ], [ 131999.999974, 429999.999974 ], [ 132499.999974, 430099.999974 ], [ 132680.41957399999956, 430280.419574 ], [ 132699.999974, 430299.999974 ], [ 132599.999974, 430399.999974 ], [ 131899.999974, 430899.999974 ], [ 131899.999974, 431099.999974 ], [ 131999.999974, 431399.999974 ], [ 132199.999974, 431699.999974 ], [ 132599.999974, 431799.999974 ], [ 133295.835774, 431799.999974 ], [ 133299.999974, 431799.999974 ], [ 133351.148374, 431799.999974 ], [ 133399.999974, 431799.999974 ], [ 133899.999974, 431999.999974 ], [ 133910.63577399999485, 432010.635774 ], [ 134099.999974, 432199.999974 ], [ 134111.882274, 432217.823374 ], [ 134268.50897399999667, 432452.763474 ], [ 134299.999974, 432499.999974 ], [ 134399.999974, 433199.999974 ], [ 134583.56587399999262, 433383.565874 ], [ 134599.999974, 433399.999974 ], [ 134799.999974, 433399.999974 ], [ 134808.49837399998796, 433399.999974 ], [ 135599.999974, 433399.999974 ], [ 136099.999974, 433299.999974 ], [ 136199.999974, 433399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0736" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 126099.999974, 474699.999974 ], [ 126399.999974, 473599.999974 ], [ 127199.999974, 471099.999974 ], [ 127399.999974, 470599.999974 ], [ 127204.660474, 470502.330274 ], [ 127199.999974, 470499.999974 ], [ 126699.999974, 470299.999974 ], [ 126399.999974, 469299.999974 ], [ 126199.999974, 468099.999974 ], [ 125799.999974, 467899.999974 ], [ 125199.999974, 467899.999974 ], [ 125099.999974, 467599.999974 ], [ 125001.430874, 466515.740074 ], [ 124999.999974, 466499.999974 ], [ 124865.48127399999066, 466499.999974 ], [ 124799.999974, 466499.999974 ], [ 123999.999974, 465499.999974 ], [ 124099.999974, 465399.999974 ], [ 123611.21407399998861, 464422.428074 ], [ 123599.999974, 464399.999974 ], [ 122299.999974, 463899.999974 ], [ 121099.999974, 463899.999974 ], [ 119399.999974, 465199.999974 ], [ 119392.410474, 465205.692174 ], [ 118599.999974, 465799.999974 ], [ 117899.999974, 465899.999974 ], [ 117807.91137399998843, 465973.670974 ], [ 117779.11177399998996, 465996.710574 ], [ 117399.999974, 466299.999974 ], [ 117394.25107399999979, 466317.246674 ], [ 117299.999974, 466599.999974 ], [ 116399.999974, 467399.999974 ], [ 116399.999974, 467699.999974 ], [ 115799.999974, 468299.999974 ], [ 115099.999974, 468299.999974 ], [ 114999.999974, 468299.999974 ], [ 114999.999974, 468329.6474739999976 ], [ 114999.999974, 468899.999974 ], [ 114999.999974, 470099.999974 ], [ 114699.999974, 470399.999974 ], [ 114522.50897399999667, 470754.982074 ], [ 114499.999974, 470799.999974 ], [ 114499.999974, 471099.999974 ], [ 114999.999974, 471099.999974 ], [ 115499.999974, 471099.999974 ], [ 115859.61967399998684, 471189.90487399999984 ], [ 115899.999974, 471199.999974 ], [ 116129.81097399999271, 471276.603674 ], [ 116139.20317399999476, 471299.593774 ], [ 116167.06697399998666, 471308.285474 ], [ 116194.70317399999476, 471316.906274 ], [ 116200.99367399999755, 471300.331174 ], [ 116799.999974, 471499.999974 ], [ 116826.99227399998927, 471513.496074 ], [ 116999.999974, 471599.999974 ], [ 117008.504274, 471606.803474 ], [ 117499.999974, 471999.999974 ], [ 117799.999974, 472099.999974 ], [ 118099.999974, 472499.999974 ], [ 118145.20057399998768, 472484.933174 ], [ 118399.999974, 472399.999974 ], [ 118399.999974, 472799.999974 ], [ 118599.999974, 472799.999974 ], [ 118699.999974, 473199.999974 ], [ 118749.692574, 473299.385174 ], [ 118799.999974, 473399.999974 ], [ 119599.999974, 473799.999974 ], [ 119699.999974, 473999.999974 ], [ 119972.73507399999653, 473818.17667399998754 ], [ 119999.999974, 473799.999974 ], [ 120199.999974, 473999.999974 ], [ 120499.999974, 474099.999974 ], [ 121199.999974, 473999.999974 ], [ 121599.999974, 473799.999974 ], [ 121899.999974, 473999.999974 ], [ 122299.999974, 473999.999974 ], [ 122299.999974, 473699.999974 ], [ 122899.999974, 473399.999974 ], [ 123099.999974, 473199.999974 ], [ 123199.999974, 473099.999974 ], [ 123899.999974, 472899.999974 ], [ 124399.999974, 473999.999974 ], [ 124799.999974, 473699.999974 ], [ 125180.681274, 474175.851574 ], [ 125199.999974, 474199.999974 ], [ 125507.732374, 474123.066874 ], [ 125599.999974, 474099.999974 ], [ 125799.999974, 474199.999974 ], [ 125899.999974, 474499.999974 ], [ 125899.999974, 474799.999974 ], [ 125999.999974, 474799.999974 ], [ 126082.70677399999113, 474717.29317399999127 ], [ 126099.999974, 474699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0737" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 192099.999974, 584999.999974 ], [ 192495.71537399999215, 583812.85377399995923 ], [ 192499.999974, 583799.999974 ], [ 192811.392774, 582990.378774 ], [ 192999.999974, 582499.999974 ], [ 193604.323974, 582499.999974 ], [ 193699.999974, 582499.999974 ], [ 193999.999974, 582499.999974 ], [ 194799.999974, 582699.999974 ], [ 194899.999974, 582799.999974 ], [ 194939.425874, 582820.872574 ], [ 195998.09417399999802, 583381.343974 ], [ 196035.259174, 583413.86337399994954 ], [ 196129.72017399998731, 583451.028274 ], [ 196579.898074, 583689.357774 ], [ 196599.999974, 583699.999974 ], [ 196899.999974, 583999.999974 ], [ 196907.81477399999858, 583999.999974 ], [ 197199.999974, 583999.999974 ], [ 197499.999974, 583299.999974 ], [ 197788.91317399998661, 582818.477974 ], [ 197799.999974, 582799.999974 ], [ 198876.699074, 582310.591274 ], [ 198899.999974, 582299.999974 ], [ 201699.999974, 581199.999974 ], [ 201399.999974, 580699.999974 ], [ 201199.999974, 580199.999974 ], [ 201309.875774, 579760.496674 ], [ 201352.999974, 579771.312474 ], [ 201546.82697399999597, 579846.666074 ], [ 201560.20317399999476, 579833.874974 ], [ 201584.999974, 579803.374974 ], [ 201506.593774, 579784.624974 ], [ 201424.79687399999239, 579765.374974 ], [ 201316.278774, 579734.88487399998121 ], [ 201399.999974, 579399.999974 ], [ 201599.999974, 578899.999974 ], [ 202499.999974, 578099.999974 ], [ 202795.6472739999881, 577508.705374 ], [ 202799.999974, 577499.999974 ], [ 203299.999974, 576899.999974 ], [ 203399.999974, 576899.999974 ], [ 203599.999974, 576799.999974 ], [ 203599.999974, 576499.999974 ], [ 203597.91147399999318, 576491.645774 ], [ 202999.999974, 574099.999974 ], [ 202999.999974, 573999.999974 ], [ 202299.999974, 574599.999974 ], [ 201399.999974, 574699.999974 ], [ 200138.66017399998964, 574602.973874 ], [ 200133.20317399999476, 574608.999974 ], [ 200115.406274, 574606.812474 ], [ 200086.70317399999476, 574603.312474 ], [ 200079.5167739999888, 574599.999974 ], [ 199299.999974, 574599.999974 ], [ 199279.457174, 574599.999974 ], [ 199099.999974, 574599.999974 ], [ 196899.999974, 574399.999974 ], [ 196099.999974, 573799.999974 ], [ 196090.841774, 573792.673474 ], [ 196076.2158739999868, 573780.972674 ], [ 195099.999974, 572999.999974 ], [ 195080.061174, 572980.061174 ], [ 194299.999974, 572199.999974 ], [ 193499.999974, 571799.999974 ], [ 193446.21407399998861, 571766.900974000105634 ], [ 192199.999974, 570999.999974 ], [ 192199.999974, 570699.999974 ], [ 191899.999974, 571099.999974 ], [ 191499.999974, 571399.999974 ], [ 191493.52547399999457, 571403.699774 ], [ 190799.999974, 571799.999974 ], [ 189899.999974, 573199.999974 ], [ 190499.999974, 573699.999974 ], [ 190866.136074, 574157.670174 ], [ 190899.999974, 574199.999974 ], [ 191399.999974, 575099.999974 ], [ 191499.999974, 575899.999974 ], [ 191499.999974, 576099.999974 ], [ 191481.611574, 576092.644674 ], [ 190999.999974, 575899.999974 ], [ 190334.368174, 575899.999974 ], [ 190299.999974, 575899.999974 ], [ 187999.999974, 576099.999974 ], [ 187962.013974, 576102.921974 ], [ 186699.999974, 576199.999974 ], [ 186401.62907399999676, 577294.026574 ], [ 186399.999974, 577299.999974 ], [ 186199.999974, 577799.999974 ], [ 186163.76577399999951, 577908.702774 ], [ 185999.999974, 578399.999974 ], [ 186699.999974, 578799.999974 ], [ 186399.999974, 579599.999974 ], [ 186399.999974, 579785.436774 ], [ 186399.999974, 579799.999974 ], [ 186431.732374, 579807.05167399998754 ], [ 189099.999974, 580399.999974 ], [ 189699.999974, 580599.999974 ], [ 189692.82447399999364, 580635.87787399999797 ], [ 189599.999974, 581099.999974 ], [ 189099.999974, 580999.999974 ], [ 188799.999974, 581099.999974 ], [ 188559.933374, 581340.066674 ], [ 188506.51077399999485, 581393.489274 ], [ 188499.999974, 581399.999974 ], [ 188499.999974, 581699.999974 ], [ 189099.999974, 581699.999974 ], [ 188999.999974, 581899.999974 ], [ 188499.999974, 582099.999974 ], [ 187999.999974, 582199.999974 ], [ 187902.7502739999909, 583075.247174 ], [ 187899.999974, 583099.999974 ], [ 187099.999974, 582899.999974 ], [ 186099.999974, 582799.999974 ], [ 186107.15117399999872, 582825.028974 ], [ 186499.999974, 584199.999974 ], [ 186482.791674, 584199.043974 ], [ 184771.796674, 584103.988674 ], [ 184686.896574, 584126.206774 ], [ 184599.999974, 584299.999974 ], [ 184699.999974, 584499.999974 ], [ 184703.00147399998968, 584506.002974 ], [ 184799.999974, 584699.999974 ], [ 184599.999974, 585199.999974 ], [ 184599.999974, 585799.999974 ], [ 184699.999974, 586099.999974 ], [ 184699.999974, 586999.999974 ], [ 185099.999974, 587699.999974 ], [ 185699.999974, 588799.999974 ], [ 186559.028674, 589181.79057399998419 ], [ 186599.999974, 589199.999974 ], [ 186637.67987399999402, 589174.88007399998605 ], [ 186819.3182739999902, 589053.787774 ], [ 187499.999974, 588599.999974 ], [ 187699.999974, 588399.999974 ], [ 187699.999974, 588299.999974 ], [ 188099.999974, 587899.999974 ], [ 188499.999974, 587399.999974 ], [ 188505.019574, 587394.980374 ], [ 188599.999974, 587299.999974 ], [ 188638.19507399998838, 587266.579274 ], [ 189494.23247399998945, 586517.546574 ], [ 190182.945374, 585914.922774 ], [ 190199.999974, 585899.999974 ], [ 190799.999974, 585799.999974 ], [ 190899.999974, 585499.999974 ], [ 190899.999974, 585201.038274 ], [ 190899.999974, 585199.999974 ], [ 192044.575874, 585009.237374 ], [ 192099.999974, 584999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0738" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 137799.999974, 419899.999974 ], [ 137699.999974, 419499.999974 ], [ 137694.387874, 419483.163574 ], [ 137599.999974, 419199.999974 ], [ 137699.999974, 418799.999974 ], [ 138099.999974, 418499.999974 ], [ 137799.999974, 417999.999974 ], [ 137099.999974, 417499.999974 ], [ 137084.843774, 417477.265674 ], [ 136899.999974, 417199.999974 ], [ 137099.999974, 416599.999974 ], [ 136499.999974, 416399.999974 ], [ 136493.814474, 416397.422674 ], [ 136453.65527399998973, 416380.689674 ], [ 135299.999974, 415899.999974 ], [ 135269.46367399999872, 415879.642374 ], [ 134399.999974, 415299.999974 ], [ 134399.170374, 415299.336274 ], [ 133899.999974, 414899.999974 ], [ 133501.307774, 414600.980874 ], [ 133499.999974, 414599.999974 ], [ 132999.999974, 414199.999974 ], [ 132299.999974, 413799.999974 ], [ 132292.89367399999173, 413797.631274 ], [ 131999.999974, 413699.999974 ], [ 131991.379774, 413699.137974 ], [ 130999.999974, 413599.999974 ], [ 130994.77107399998931, 413600.522874 ], [ 129999.999974, 413699.999974 ], [ 129969.738474, 413705.502074 ], [ 128926.40527399998973, 413895.199074 ], [ 128899.999974, 413899.999974 ], [ 128099.999974, 414099.999974 ], [ 128072.845474, 414109.051474 ], [ 127499.999974, 414299.999974 ], [ 127499.999974, 414599.999974 ], [ 128099.999974, 414999.999974 ], [ 128099.999974, 415699.999974 ], [ 128299.999974, 416499.999974 ], [ 128199.999974, 416899.999974 ], [ 127599.999974, 416999.999974 ], [ 127599.999974, 417599.999974 ], [ 127599.999974, 417686.534974 ], [ 127599.999974, 418199.999974 ], [ 127999.999974, 418199.999974 ], [ 128009.562674, 418199.521874 ], [ 129999.999974, 418099.999974 ], [ 129899.999974, 418699.999974 ], [ 129799.999974, 418999.999974 ], [ 129799.999974, 419599.999974 ], [ 129799.999974, 420199.999974 ], [ 129972.681374, 420219.186774 ], [ 130664.9426739999908, 420296.104774 ], [ 130699.999974, 420299.999974 ], [ 131299.999974, 419999.999974 ], [ 131599.999974, 419999.999974 ], [ 131635.515174, 419992.896974 ], [ 132099.999974, 419899.999974 ], [ 132699.999974, 419799.999974 ], [ 133599.999974, 419899.999974 ], [ 133699.999974, 419999.999974 ], [ 133899.999974, 420099.999974 ], [ 133899.999974, 420799.999974 ], [ 134199.999974, 420799.999974 ], [ 134199.999974, 420899.999974 ], [ 134199.999974, 420945.450974 ], [ 134199.999974, 421099.999974 ], [ 133899.999974, 421399.999974 ], [ 134199.999974, 421799.999974 ], [ 134583.97957399999723, 422087.984674 ], [ 134599.999974, 422099.999974 ], [ 134799.999974, 422099.999974 ], [ 135199.999974, 422099.999974 ], [ 135799.999974, 421699.999974 ], [ 135804.02737399999751, 421695.972574 ], [ 136299.999974, 421199.999974 ], [ 136321.176474, 421178.823474 ], [ 136460.347974, 421039.652074 ], [ 136499.999974, 420999.999974 ], [ 137799.999974, 420499.999974 ], [ 137899.999974, 420199.999974 ], [ 137804.794674, 419914.384174 ], [ 137799.999974, 419899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0743" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 177399.999974, 383499.999974 ], [ 177999.999974, 383299.999974 ], [ 178299.999974, 383299.999974 ], [ 179199.999974, 383399.999974 ], [ 180699.999974, 382799.999974 ], [ 181099.999974, 382399.999974 ], [ 181399.999974, 381899.999974 ], [ 181699.999974, 381699.999974 ], [ 181999.999974, 381199.999974 ], [ 182599.999974, 380899.999974 ], [ 182871.562574, 380447.395674 ], [ 182899.999974, 380399.999974 ], [ 183101.183974, 380319.526374 ], [ 183399.999974, 380199.999974 ], [ 183418.879174, 380190.937974 ], [ 185733.699674, 379079.824174 ], [ 185899.999974, 378999.999974 ], [ 186399.999974, 378599.999974 ], [ 186491.858974, 378324.422974 ], [ 186499.999974, 378299.999974 ], [ 187499.999974, 376499.999974 ], [ 187399.999974, 376099.999974 ], [ 187699.999974, 373899.999974 ], [ 188399.999974, 373999.999974 ], [ 188699.999974, 373799.999974 ], [ 188527.248074, 373750.642274 ], [ 187649.846874, 373499.95627399999648 ], [ 186599.999974, 373199.999974 ], [ 182040.81587399999262, 371804.331374 ], [ 181699.999974, 371699.999974 ], [ 179900.256674, 375799.415474 ], [ 179899.999974, 375799.999974 ], [ 179599.999974, 375699.999974 ], [ 179563.12727399999858, 375884.363574 ], [ 179499.999974, 376199.999974 ], [ 179497.71237399999518, 376232.027074 ], [ 179399.999974, 377599.999974 ], [ 179299.999974, 377899.999974 ], [ 178001.022074, 379198.977974 ], [ 177999.999974, 379199.999974 ], [ 177099.999974, 380199.999974 ], [ 176802.572374, 381092.282774 ], [ 176799.999974, 381099.999974 ], [ 176799.999974, 381394.148274 ], [ 176799.999974, 381399.999974 ], [ 176799.999974, 381489.318074 ], [ 176799.999974, 381499.999974 ], [ 176299.999974, 383399.999974 ], [ 176699.999974, 383299.999974 ], [ 177399.999974, 383499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0744" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117999.999974, 387799.999974 ], [ 118499.999974, 387699.999974 ], [ 119199.999974, 387999.999974 ], [ 119899.999974, 387799.999974 ], [ 120051.91747399998712, 387799.999974 ], [ 120499.999974, 387799.999974 ], [ 120542.85807399998885, 387782.856774 ], [ 120999.999974, 387599.999974 ], [ 121899.999974, 386899.999974 ], [ 123399.999974, 385699.999974 ], [ 123999.999974, 385399.999974 ], [ 124199.999974, 385399.999974 ], [ 124399.999974, 385599.999974 ], [ 125099.999974, 385699.999974 ], [ 125299.999974, 385599.999974 ], [ 125999.999974, 385599.999974 ], [ 126499.999974, 385799.999974 ], [ 128799.999974, 385499.999974 ], [ 128799.999974, 384999.999974 ], [ 128599.999974, 384799.999974 ], [ 128399.999974, 383999.999974 ], [ 125499.999974, 381599.999974 ], [ 123099.999974, 378599.999974 ], [ 122999.999974, 378599.999974 ], [ 122499.999974, 378399.999974 ], [ 122099.999974, 378499.999974 ], [ 122299.999974, 378699.999974 ], [ 122699.999974, 378699.999974 ], [ 122699.999974, 378899.999974 ], [ 122299.999974, 379099.999974 ], [ 121799.999974, 379399.999974 ], [ 121699.999974, 379599.999974 ], [ 121799.999974, 379899.999974 ], [ 120899.999974, 380599.999974 ], [ 120099.999974, 380999.999974 ], [ 119899.999974, 380899.999974 ], [ 119399.999974, 380799.999974 ], [ 119299.999974, 380799.999974 ], [ 118899.999974, 380499.999974 ], [ 118799.999974, 380399.999974 ], [ 118899.999974, 380199.999974 ], [ 118799.999974, 380099.999974 ], [ 118299.999974, 380299.999974 ], [ 118299.999974, 380599.999974 ], [ 117621.60497399998712, 380696.913574 ], [ 117599.999974, 380699.999974 ], [ 117499.999974, 380499.999974 ], [ 116899.999974, 380799.999974 ], [ 115599.999974, 380599.999974 ], [ 114199.999974, 380399.999974 ], [ 113399.999974, 380199.999974 ], [ 112299.999974, 380699.999974 ], [ 111999.999974, 381199.999974 ], [ 111999.999974, 382399.999974 ], [ 112099.999974, 382499.999974 ], [ 112399.999974, 382699.999974 ], [ 112799.999974, 382799.999974 ], [ 113199.999974, 382799.999974 ], [ 113299.999974, 382699.999974 ], [ 113399.999974, 382399.999974 ], [ 113799.999974, 382299.999974 ], [ 114499.999974, 382199.999974 ], [ 115099.999974, 381999.999974 ], [ 115499.999974, 381799.999974 ], [ 115799.999974, 381699.999974 ], [ 116799.999974, 381199.999974 ], [ 116819.81697399998666, 381219.816974 ], [ 116899.999974, 381299.999974 ], [ 116913.05557399999816, 381339.166874 ], [ 116999.999974, 381599.999974 ], [ 116499.999974, 381599.999974 ], [ 116299.999974, 381699.999974 ], [ 115999.999974, 382499.999974 ], [ 115995.519774, 382544.802174 ], [ 115799.999974, 384499.999974 ], [ 116199.999974, 384799.999974 ], [ 116599.999974, 385699.999974 ], [ 116899.999974, 385399.999974 ], [ 117099.999974, 385399.999974 ], [ 117199.999974, 385699.999974 ], [ 116799.999974, 385999.999974 ], [ 116699.999974, 385999.999974 ], [ 116799.999974, 386799.999974 ], [ 117099.999974, 388099.999974 ], [ 117599.999974, 388099.999974 ], [ 117899.999974, 387899.999974 ], [ 117999.999974, 387799.999974 ] ], [ [ 124652.999974, 384824.095974 ], [ 124442.512974, 384704.762974 ], [ 124063.303974, 384729.880974 ], [ 123428.381874, 384604.872774 ], [ 123426.56697399998666, 384604.637974 ], [ 123546.08297399998992, 384366.516974 ], [ 123609.615974, 384365.457974 ], [ 123678.080974, 384364.837974 ], [ 123686.41697399999248, 384364.572974 ], [ 123663.127974, 384323.240974 ], [ 123652.23697399999946, 384305.884974 ], [ 123689.178974, 384295.850974 ], [ 123835.00897399999667, 384326.568974 ], [ 123847.6191739999922, 384241.856474 ], [ 124154.14797399999225, 384358.635974 ], [ 124461.50397399999201, 384340.511974 ], [ 124770.281974, 384650.938974 ], [ 124802.801974, 384812.592974 ], [ 124713.26197399999364, 385051.833974 ], [ 124566.3919739999983, 385028.724974 ], [ 124652.999974, 384824.095974 ] ], [ [ 122799.197974, 384241.339974 ], [ 122732.088974, 384358.322974 ], [ 122725.836974, 384352.654974 ], [ 122699.072974, 384325.411974 ], [ 122661.855974, 384284.15597399999388 ], [ 122651.901974, 384272.694974 ], [ 122641.553974, 384263.926974 ], [ 122627.936974, 384253.781974 ], [ 122624.83667399999104, 384251.843574 ], [ 122559.25897399999667, 384200.019974 ], [ 122622.676974, 383780.974974 ], [ 122532.16037399999914, 383680.596274 ], [ 122472.143974, 383614.040974 ], [ 122469.50097399999504, 383611.350974 ], [ 122601.46797399999923, 383581.908974 ], [ 122587.942974, 383565.518974 ], [ 122567.79497399998945, 383538.906974 ], [ 122529.958974, 383485.376974 ], [ 122556.412974, 383465.071974 ], [ 122563.51497399999062, 383473.597974 ], [ 122606.156974, 383438.645974 ], [ 122499.532974, 383325.630974 ], [ 122599.10397399999783, 383193.215974 ], [ 122552.79997399999411, 383119.711974 ], [ 122533.303974, 383126.303974 ], [ 122526.703974, 383115.711974 ], [ 122511.79997399999411, 383120.415974 ], [ 122479.10397399999783, 383138.015974 ], [ 122421.999974, 383072.287974 ], [ 122416.399974, 383064.992974 ], [ 122402.19997399998829, 383046.495974 ], [ 122389.303974, 383028.991974 ], [ 122376.79997399999411, 383019.007974 ], [ 122372.890974, 383018.825974 ], [ 122355.84097399999155, 383035.162974 ], [ 122310.303974, 383082.399974 ], [ 122285.575974, 383071.488974 ], [ 122186.390974, 383034.845974 ], [ 122174.368974, 383028.832974 ], [ 122161.086974, 383020.052974 ], [ 122149.81597399999737, 383008.777974 ], [ 122316.72897399999783, 382936.116974 ], [ 122367.903974, 383009.311974 ], [ 122375.33797399999457, 383008.048974 ], [ 122396.752974, 382992.169974 ], [ 122432.903974, 382968.095974 ], [ 122483.19997399998829, 382942.815974 ], [ 122536.703974, 382920.607974 ], [ 122622.10397399999783, 382893.791974 ], [ 122685.399974, 382878.015974 ], [ 122691.79997399999411, 382872.703974 ], [ 122692.189974, 382860.717974 ], [ 122684.972974, 382828.879974 ], [ 122699.624974, 382829.067974 ], [ 122727.238974, 382820.987974 ], [ 122756.355974, 382813.658974 ], [ 122776.69997399998829, 382809.099974 ], [ 122824.84397399998852, 382802.817974 ], [ 122875.939974, 382799.246974 ], [ 122862.22697399999015, 382842.842974 ], [ 122879.903974, 382858.591974 ], [ 122890.79997399999411, 382843.103974 ], [ 122894.599974, 382845.791974 ], [ 122929.852974, 382846.036974 ], [ 122931.096974, 382832.109974 ], [ 122937.366974, 382801.501974 ], [ 122950.703974, 382803.615974 ], [ 122965.70497399999294, 382807.930974 ], [ 122977.727974, 382812.815974 ], [ 122984.11497399999644, 382817.325974 ], [ 122986.599974, 382814.207974 ], [ 122984.865974, 382807.554974 ], [ 122972.84397399998852, 382782.374974 ], [ 122964.001974, 382765.152974 ], [ 122994.903974, 382694.815974 ], [ 123010.50397399999201, 382662.015974 ], [ 123023.678974, 382629.801974 ], [ 123044.34297399999923, 382574.930974 ], [ 123049.977974, 382561.400974 ], [ 123057.58797399999457, 382546.516974 ], [ 123066.22997399998712, 382531.671974 ], [ 123077.50097399999504, 382516.450974 ], [ 123091.401974, 382501.417974 ], [ 123105.11497399999644, 382488.451974 ], [ 123119.543974, 382474.204974 ], [ 123166.79997399999411, 382518.399974 ], [ 123240.518974, 382427.037974 ], [ 123254.607974, 382445.828974 ], [ 123265.87897399999201, 382467.814974 ], [ 123270.38697399999364, 382481.156974 ], [ 123291.303974, 382486.162974 ], [ 123382.096974, 382508.587974 ], [ 123455.16097399999853, 382528.517974 ], [ 123465.41997399998945, 382479.55797399999574 ], [ 123479.41397399999551, 382483.221974 ], [ 123502.039974, 382484.2099739999976 ], [ 123507.309974, 382484.724974 ], [ 123510.6529739999969, 382479.585974 ], [ 123537.79697399999714, 382443.694974 ], [ 123580.60197399999015, 382394.976974 ], [ 123593.399974, 382380.993974 ], [ 123601.703974, 382372.703974 ], [ 123606.385974, 382368.716974 ], [ 123611.784974, 382365.850974 ], [ 123614.93297399999574, 382364.488974 ], [ 123627.14297399998759, 382361.763974 ], [ 123633.903974, 382361.311974 ], [ 123644.79997399999411, 382364.415974 ], [ 123734.10397399999783, 382418.303974 ], [ 123732.19997399998829, 382429.695974 ], [ 123775.39797399999225, 382455.874974 ], [ 123873.403974, 382495.461974 ], [ 123878.59397399998852, 382498.576974 ], [ 123850.912974, 382574.708974 ], [ 123904.890974, 382594.087974 ], [ 123888.230974, 382671.493974 ], [ 123853.759974, 382662.179974 ], [ 123857.10397399999783, 382775.999974 ], [ 123872.79997399999411, 382780.287974 ], [ 123887.303974, 382863.80797399999574 ], [ 123889.999974, 382874.11197399999946 ], [ 123868.399974, 382875.999974 ], [ 123835.703974, 382878.015974 ], [ 123809.41397399999551, 382877.860974 ], [ 123720.561974, 382857.753974 ], [ 123693.323974, 382853.243974 ], [ 123679.610974, 382855.123974 ], [ 123670.03097399999388, 382859.069974 ], [ 123654.79997399999411, 382868.895974 ], [ 123647.703974, 382880.287974 ], [ 123644.303974, 382893.407974 ], [ 123664.78597399999853, 382922.906974 ], [ 123689.7209739999962, 382969.587974 ], [ 123702.869974, 382984.620974 ], [ 123741.002974, 383032.725974 ], [ 123778.7209739999962, 383086.738974 ], [ 123820.79997399999411, 383092.895974 ], [ 123826.903974, 383089.503974 ], [ 123855.903974, 383093.087974 ], [ 123859.703974, 383092.415974 ], [ 123901.703974, 383098.815974 ], [ 123910.19997399998829, 383032.703974 ], [ 123915.19997399998829, 383017.087974 ], [ 123924.79997399999411, 383003.295974 ], [ 123934.399974, 382999.295974 ], [ 123955.703974, 382992.607974 ], [ 123968.36297399998875, 382988.895974 ], [ 123970.898974, 382933.368974 ], [ 124090.907974, 382982.563974 ], [ 124053.81397399998968, 383132.469974 ], [ 124000.698974, 383121.997974 ], [ 123965.274974, 383115.013974 ], [ 123959.399974, 383108.511974 ], [ 123902.999974, 383100.511974 ], [ 123870.376974, 383219.387974 ], [ 123927.450974, 383303.149974 ], [ 123897.627974, 383465.257974 ], [ 123871.10397399999783, 383459.540974 ], [ 123820.399974, 383448.607974 ], [ 123825.176974, 383390.363974 ], [ 123828.874974, 383354.053974 ], [ 123836.26997399999527, 383302.615974 ], [ 123657.00397399999201, 383280.737974 ], [ 123650.803974, 383374.240974 ], [ 123535.80297399999108, 383368.229974 ], [ 123533.37597399999504, 383401.695974 ], [ 123532.50397399999201, 383433.599974 ], [ 123651.15597399999388, 383438.93297399999574 ], [ 123655.689974, 383483.590974 ], [ 123546.904974, 383480.019974 ], [ 123549.039774, 383577.749874 ], [ 123469.999974, 383628.191974 ], [ 123506.357974, 383767.730974 ], [ 123776.69697399999131, 383739.165974 ], [ 123812.719974, 383921.391974 ], [ 123600.24797399999807, 384235.487974 ], [ 123355.903974, 383885.571974 ], [ 123134.146974, 383712.093974 ], [ 123094.74797399999807, 383384.28097399999388 ], [ 122914.703974, 383844.191974 ], [ 123055.50397399999201, 383931.615974 ], [ 122915.399974, 384029.63397399999667 ], [ 122753.923974, 383956.983974 ], [ 122667.703974, 384172.287974 ], [ 122771.471874, 384226.780074 ], [ 122799.197974, 384241.339974 ] ], [ [ 123402.06697399998666, 380080.950974 ], [ 123308.227974, 379970.963974 ], [ 123034.13317399998778, 379994.212574 ], [ 123355.399974, 379785.311974 ], [ 123111.19937399998889, 379659.486874 ], [ 123623.388974, 379684.744974 ], [ 123586.57697399999597, 380111.919974 ], [ 123402.06697399998666, 380080.950974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0748" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 77399.999974, 398099.999974 ], [ 77399.999974, 397899.999974 ], [ 77424.397773999982746, 397899.999974 ], [ 77799.999974, 397899.999974 ], [ 79474.26507399999537, 397210.596774 ], [ 79499.999974, 397199.999974 ], [ 79499.999974, 396899.999974 ], [ 79408.50717399999849, 396808.507174 ], [ 79402.52907399999094, 396643.485974 ], [ 79402.023373999982141, 396641.151274 ], [ 79394.336974, 396605.663074 ], [ 79399.999974, 396599.999974 ], [ 80799.999974, 396399.999974 ], [ 80699.999974, 395699.999974 ], [ 80199.999974, 395899.999974 ], [ 80099.999974, 395499.999974 ], [ 80599.999974, 395199.999974 ], [ 81499.999974, 394599.999974 ], [ 81599.999974, 394199.999974 ], [ 81399.999974, 393999.999974 ], [ 81799.999974, 393799.999974 ], [ 82499.999974, 393599.999974 ], [ 82399.999974, 393099.999974 ], [ 82407.428473999985727, 393062.857774 ], [ 82499.999974, 392599.999974 ], [ 82999.999974, 392699.999974 ], [ 83099.999974, 392599.999974 ], [ 83199.999974, 392199.999974 ], [ 82999.999974, 391299.999974 ], [ 82999.999974, 390999.999974 ], [ 83499.999974, 389799.999974 ], [ 83897.183074, 389601.408474 ], [ 83899.999974, 389599.999974 ], [ 84499.999974, 389199.999974 ], [ 84499.999974, 388299.999974 ], [ 83799.999974, 387999.999974 ], [ 83699.999974, 387399.999974 ], [ 84099.999974, 385799.999974 ], [ 83599.999974, 385899.999974 ], [ 83578.176573999982793, 385905.951874 ], [ 82499.999974, 386199.999974 ], [ 82428.960373999987496, 386199.999974 ], [ 81999.999974, 386199.999974 ], [ 81399.999974, 386699.999974 ], [ 81099.999974, 386499.999974 ], [ 80999.999974, 386199.999974 ], [ 80299.999974, 386199.999974 ], [ 80298.498873999982607, 386203.502574 ], [ 79999.999974, 386899.999974 ], [ 79699.999974, 386999.999974 ], [ 79399.999974, 386999.999974 ], [ 79299.999974, 386899.999974 ], [ 79299.999974, 386054.770474 ], [ 79299.999974, 385999.999974 ], [ 79299.999974, 385099.999974 ], [ 79000.604774, 384601.007874 ], [ 78999.999974, 384599.999974 ], [ 78599.999974, 384499.999974 ], [ 78199.999974, 383999.999974 ], [ 77199.999974, 384099.999974 ], [ 76999.999974, 383999.999974 ], [ 74699.999974, 389499.999974 ], [ 74309.182574, 390379.339174 ], [ 74299.999974, 390399.999974 ], [ 73899.999974, 391299.999974 ], [ 73998.988573999988148, 392289.885574 ], [ 73999.999974, 392299.999974 ], [ 74397.070974, 393391.945274 ], [ 74399.999974, 393399.999974 ], [ 74888.58727399999043, 394865.761874 ], [ 74899.999974, 394899.999974 ], [ 74905.976074, 394920.916374 ], [ 75099.999974, 395599.999974 ], [ 75199.999974, 396299.999974 ], [ 75399.999974, 396399.999974 ], [ 75599.999974, 397099.999974 ], [ 75699.999974, 397799.999974 ], [ 76299.999974, 398599.999974 ], [ 76312.168073999986518, 398596.681474 ], [ 77399.999974, 398299.999974 ], [ 77399.999974, 398111.171674 ], [ 77399.999974, 398099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0753" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 156299.999974, 395499.999974 ], [ 156599.999974, 394799.999974 ], [ 157299.999974, 394399.999974 ], [ 157499.999974, 393899.999974 ], [ 158299.999974, 392799.999974 ], [ 159199.999974, 391499.999974 ], [ 158699.999974, 389699.999974 ], [ 158799.999974, 389399.999974 ], [ 157799.999974, 388999.999974 ], [ 157759.47827399999369, 388977.897274 ], [ 156714.47577399999136, 388407.895874 ], [ 156702.05967399998917, 388401.082274 ], [ 156699.999974, 388399.999974 ], [ 156399.999974, 388299.999974 ], [ 156099.999974, 388599.999974 ], [ 155608.36497399999644, 388403.345974 ], [ 155599.999974, 388399.999974 ], [ 155599.999974, 388199.999974 ], [ 155699.999974, 388099.999974 ], [ 155799.999974, 387999.999974 ], [ 155799.999974, 387899.999974 ], [ 155499.999974, 387199.999974 ], [ 155299.999974, 386999.999974 ], [ 155299.999974, 388399.999974 ], [ 155299.999974, 388432.437974 ], [ 155267.742774, 388443.642074 ], [ 155261.46837399998913, 388577.063274 ], [ 155199.999974, 388699.999974 ], [ 154999.999974, 388599.999974 ], [ 154199.999974, 388899.999974 ], [ 154158.096874, 388915.71367399999872 ], [ 153399.999974, 389199.999974 ], [ 152799.999974, 389699.999974 ], [ 152799.999974, 389768.783774 ], [ 152799.999974, 389799.999974 ], [ 152499.999974, 390899.999974 ], [ 152399.999974, 391999.999974 ], [ 152405.438674, 392005.438674 ], [ 152499.999974, 392099.999974 ], [ 152699.999974, 392499.999974 ], [ 152699.999974, 392735.652574 ], [ 152699.999974, 392799.999974 ], [ 152799.999974, 393299.999974 ], [ 153599.999974, 393499.999974 ], [ 153699.999974, 393699.999974 ], [ 152899.999974, 395099.999974 ], [ 153399.999974, 395099.999974 ], [ 153699.999974, 394999.999974 ], [ 154699.999974, 394899.999974 ], [ 156199.999974, 395499.999974 ], [ 156299.999974, 395499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0755" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 177299.999974, 404099.999974 ], [ 179399.999974, 403799.999974 ], [ 180199.999974, 403799.999974 ], [ 180699.999974, 400599.999974 ], [ 178941.613374, 400209.247374 ], [ 178899.999974, 400199.999974 ], [ 178720.677774, 400152.180774 ], [ 177399.999974, 399799.999974 ], [ 177368.699874, 399768.699874 ], [ 177299.999974, 399699.999974 ], [ 177247.04067399998894, 399682.346874 ], [ 176699.999974, 399499.999974 ], [ 175799.999974, 399499.999974 ], [ 175770.33667399999104, 399499.999974 ], [ 175699.999974, 399499.999974 ], [ 175686.52297399999225, 399498.876874 ], [ 173299.999974, 399299.999974 ], [ 173202.76077399999485, 400077.914074 ], [ 173199.999974, 400099.999974 ], [ 172911.234074, 401351.318774 ], [ 172899.999974, 401399.999974 ], [ 172699.999974, 401999.999974 ], [ 171599.999974, 403899.999974 ], [ 171999.999974, 403999.999974 ], [ 172029.16997399998945, 404014.5849739999976 ], [ 172199.999974, 404099.999974 ], [ 173299.999974, 404099.999974 ], [ 173799.999974, 404399.999974 ], [ 174199.999974, 404499.999974 ], [ 174341.730374, 404490.551274 ], [ 175366.906774, 404422.206174 ], [ 175699.999974, 404399.999974 ], [ 177290.85627399999066, 404101.714474 ], [ 177299.999974, 404099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0756" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 194804.79697399999714, 410466.421074 ], [ 194899.999974, 409799.999974 ], [ 194899.999974, 408899.999974 ], [ 194899.999974, 408888.491374 ], [ 194899.999974, 408406.2099739999976 ], [ 194899.999974, 408399.999974 ], [ 194999.999974, 407299.999974 ], [ 195199.999974, 406899.999974 ], [ 195499.999974, 406499.999974 ], [ 195502.940574, 406498.039574 ], [ 195799.999974, 406299.999974 ], [ 197278.26927399999113, 405413.038474 ], [ 197299.999974, 405399.999974 ], [ 197699.999974, 404999.999974 ], [ 197746.45617399999173, 404953.543774 ], [ 198002.128774, 404697.871174 ], [ 198799.999974, 403899.999974 ], [ 198999.999974, 403599.999974 ], [ 199099.999974, 403199.999974 ], [ 199099.999974, 402799.999974 ], [ 199099.999974, 402771.557774 ], [ 199099.999974, 401699.999974 ], [ 199291.914374, 400932.34237399999984 ], [ 199299.999974, 400899.999974 ], [ 199799.999974, 400299.999974 ], [ 199807.47697399999015, 400286.915274 ], [ 200199.999974, 399599.999974 ], [ 200199.999974, 399038.241974 ], [ 200199.999974, 398999.999974 ], [ 200099.999974, 398399.999974 ], [ 200199.999974, 397799.999974 ], [ 200299.999974, 397399.999974 ], [ 200799.999974, 396799.999974 ], [ 200299.999974, 396599.999974 ], [ 199799.999974, 396499.999974 ], [ 199747.594374, 396290.377574 ], [ 199703.279474, 396113.11807399999816 ], [ 199699.999974, 396099.999974 ], [ 198699.999974, 397399.999974 ], [ 198299.999974, 397699.999974 ], [ 198287.254774, 397710.038874 ], [ 197844.12907399999676, 398064.696674 ], [ 197799.999974, 398099.999974 ], [ 197699.999974, 398099.999974 ], [ 197667.371374, 398079.607174 ], [ 196899.999974, 397599.999974 ], [ 196871.819874, 397588.258274 ], [ 195699.999974, 397099.999974 ], [ 195639.30967399998917, 397079.769874 ], [ 194199.999974, 396599.999974 ], [ 194194.8856739999901, 396598.295174 ], [ 192999.999974, 396199.999974 ], [ 191802.66467399999965, 396100.222074 ], [ 191799.999974, 396099.999974 ], [ 190999.999974, 395999.999974 ], [ 189999.999974, 396899.999974 ], [ 189964.42567399999825, 396907.114874 ], [ 188499.999974, 397199.999974 ], [ 188499.999974, 398399.999974 ], [ 189099.999974, 398699.999974 ], [ 188999.999974, 398899.999974 ], [ 190099.999974, 399499.999974 ], [ 189899.999974, 399699.999974 ], [ 190001.57187399998656, 399801.571874 ], [ 190099.999974, 399899.999974 ], [ 190499.999974, 400099.999974 ], [ 190799.999974, 399899.999974 ], [ 191072.959574, 400081.973074 ], [ 191099.999974, 400099.999974 ], [ 192699.999974, 400999.999974 ], [ 192599.999974, 401199.999974 ], [ 192699.999974, 401299.999974 ], [ 192899.999974, 401599.999974 ], [ 193857.33737399999518, 402174.402374 ], [ 193899.999974, 402199.999974 ], [ 193900.662974, 402200.662974 ], [ 193999.999974, 402299.999974 ], [ 193299.999974, 402799.999974 ], [ 193299.072774, 402801.483574 ], [ 192810.92367399999057, 403582.522074 ], [ 192799.999974, 403599.999974 ], [ 192299.999974, 404899.999974 ], [ 192053.39547399998992, 405072.623174 ], [ 190299.999974, 406299.999974 ], [ 190253.8575739999942, 406309.228474 ], [ 190091.859674, 406341.628074 ], [ 189299.999974, 406499.999974 ], [ 188999.999974, 406299.999974 ], [ 188899.999974, 406199.999974 ], [ 188638.11617399999523, 406199.999974 ], [ 188599.999974, 406199.999974 ], [ 188499.999974, 406199.999974 ], [ 188499.999974, 406499.999974 ], [ 188599.999974, 406999.999974 ], [ 188799.999974, 407199.999974 ], [ 187399.999974, 408299.999974 ], [ 187599.999974, 408899.999974 ], [ 187699.999974, 409099.999974 ], [ 188699.999974, 409899.999974 ], [ 188999.999974, 409999.999974 ], [ 189299.999974, 409899.999974 ], [ 190099.999974, 410399.999974 ], [ 190116.442874, 410421.923774 ], [ 190399.999974, 410799.999974 ], [ 190378.124874, 410829.16687399998773 ], [ 190099.999974, 411199.999974 ], [ 190381.20817399999942, 411481.208174 ], [ 190399.999974, 411499.999974 ], [ 191099.999974, 412499.999974 ], [ 191499.999974, 412799.999974 ], [ 191699.999974, 413099.999974 ], [ 191999.999974, 413399.999974 ], [ 192399.999974, 413599.999974 ], [ 192799.999974, 414299.999974 ], [ 193675.83187399999588, 414008.056074 ], [ 193699.999974, 413999.999974 ], [ 193999.999974, 413799.999974 ], [ 194299.999974, 413599.999974 ], [ 194299.999974, 412499.999974 ], [ 194699.999974, 411099.999974 ], [ 194699.999974, 411078.949674 ], [ 194699.999974, 410934.679374 ], [ 194699.999974, 410899.999974 ], [ 194799.999974, 410499.999974 ], [ 194804.79697399999714, 410466.421074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0757" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 151399.999974, 401599.999974 ], [ 151446.254174, 401576.87287399999332 ], [ 151799.999974, 401399.999974 ], [ 152099.999974, 401499.999974 ], [ 152499.999974, 401699.999974 ], [ 152599.999974, 401299.999974 ], [ 153299.999974, 401399.999974 ], [ 153329.080374, 401399.999974 ], [ 154099.999974, 401399.999974 ], [ 154391.719974, 401497.239974 ], [ 154399.999974, 401499.999974 ], [ 154599.999974, 401599.999974 ], [ 154899.999974, 401299.999974 ], [ 154712.56477399999858, 401018.84717399999499 ], [ 154699.999974, 400999.999974 ], [ 154699.999974, 400984.172674 ], [ 154699.999974, 400599.999974 ], [ 154999.999974, 400199.999974 ], [ 154899.999974, 400099.999974 ], [ 154599.999974, 399899.999974 ], [ 155199.999974, 399399.999974 ], [ 155399.999974, 398999.999974 ], [ 155599.999974, 398599.999974 ], [ 156199.999974, 398499.999974 ], [ 155999.999974, 398299.999974 ], [ 155906.911174, 398206.911174 ], [ 155799.999974, 398099.999974 ], [ 155799.999974, 397399.999974 ], [ 155899.999974, 396999.999974 ], [ 156099.999974, 396599.999974 ], [ 156111.882274, 396540.588474 ], [ 156199.999974, 396099.999974 ], [ 156199.999974, 395499.999974 ], [ 154699.999974, 394899.999974 ], [ 153699.999974, 394999.999974 ], [ 153399.999974, 395099.999974 ], [ 152899.999974, 395099.999974 ], [ 151999.999974, 395099.999974 ], [ 151499.999974, 395299.999974 ], [ 151199.999974, 395799.999974 ], [ 150699.999974, 395799.999974 ], [ 150654.38827399999718, 395777.19407399999909 ], [ 149499.999974, 395199.999974 ], [ 148899.999974, 395399.999974 ], [ 148891.001174, 395402.999574 ], [ 147099.999974, 395999.999974 ], [ 146799.999974, 396099.999974 ], [ 146299.999974, 396899.999974 ], [ 146287.25897399999667, 396924.323774 ], [ 145199.999974, 398999.999974 ], [ 145296.526474, 399772.211974 ], [ 145299.999974, 399799.999974 ], [ 145399.999974, 400199.999974 ], [ 146399.999974, 401199.999974 ], [ 146799.999974, 401299.999974 ], [ 147299.999974, 401699.999974 ], [ 147470.365274, 401699.999974 ], [ 147599.999974, 401699.999974 ], [ 147699.999974, 401599.999974 ], [ 148499.999974, 401599.999974 ], [ 148999.999974, 401999.999974 ], [ 149165.654374, 402165.654374 ], [ 149199.999974, 402199.999974 ], [ 149499.999974, 402899.999974 ], [ 150099.999974, 403199.999974 ], [ 149699.999974, 404999.999974 ], [ 150199.999974, 405099.999974 ], [ 151599.999974, 403699.999974 ], [ 151882.80867399999988, 403511.460874 ], [ 151899.999974, 403499.999974 ], [ 151899.999974, 403099.999974 ], [ 151599.999974, 402799.999974 ], [ 151399.999974, 402699.999974 ], [ 151199.999974, 402499.999974 ], [ 151199.999974, 401999.999974 ], [ 151399.999974, 401599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0758" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 111901.840574, 405190.796974 ], [ 111999.999974, 404699.999974 ], [ 112199.999974, 404699.999974 ], [ 113499.999974, 405499.999974 ], [ 113579.999974, 405260.000074 ], [ 113599.999974, 405199.999974 ], [ 114799.999974, 404999.999974 ], [ 115099.999974, 405099.999974 ], [ 115699.999974, 404899.999974 ], [ 115714.300974, 404885.698974 ], [ 116199.999974, 404399.999974 ], [ 116299.999974, 404099.999974 ], [ 117299.999974, 403299.999974 ], [ 116999.999974, 402399.999974 ], [ 117284.754374, 401830.491274 ], [ 117299.999974, 401799.999974 ], [ 117099.999974, 401599.999974 ], [ 116699.999974, 401099.999974 ], [ 116746.86847399998805, 401081.25267399998847 ], [ 116972.631774, 400990.947274 ], [ 117199.999974, 400899.999974 ], [ 117299.999974, 399799.999974 ], [ 117338.384774, 399752.019074 ], [ 117699.999974, 399299.999974 ], [ 118099.999974, 399099.999974 ], [ 118799.999974, 398999.999974 ], [ 118799.999974, 398299.999974 ], [ 119099.999974, 398099.999974 ], [ 119199.999974, 397699.999974 ], [ 118999.999974, 396899.999974 ], [ 118899.999974, 396799.999974 ], [ 118699.999974, 396799.999974 ], [ 118599.999974, 396599.999974 ], [ 117399.999974, 396299.999974 ], [ 116399.999974, 395899.999974 ], [ 115965.2435739999928, 395589.459774 ], [ 115699.999974, 395399.999974 ], [ 114299.999974, 394399.999974 ], [ 113899.999974, 394199.999974 ], [ 112729.966974, 393569.982174 ], [ 112654.355274, 393529.268174 ], [ 112599.999974, 393499.999974 ], [ 112199.999974, 393299.999974 ], [ 112107.18347399999038, 393230.387574 ], [ 111799.999974, 392999.999974 ], [ 111499.999974, 392399.999974 ], [ 110699.999974, 392399.999974 ], [ 110599.999974, 392099.999974 ], [ 110999.999974, 390999.999974 ], [ 111399.999974, 390599.999974 ], [ 111299.999974, 390299.999974 ], [ 110899.999974, 390299.999974 ], [ 110699.999974, 389899.999974 ], [ 110699.999974, 389699.999974 ], [ 110499.999974, 389099.999974 ], [ 109299.999974, 388599.999974 ], [ 108899.999974, 387699.999974 ], [ 108539.961974, 387970.028474 ], [ 108499.999974, 387999.999974 ], [ 108699.999974, 388199.999974 ], [ 108899.999974, 388199.999974 ], [ 108899.999974, 388899.999974 ], [ 109299.999974, 388999.999974 ], [ 109699.999974, 389199.999974 ], [ 109899.999974, 389399.999974 ], [ 110099.999974, 389899.999974 ], [ 110199.999974, 390499.999974 ], [ 110299.999974, 390899.999974 ], [ 110399.999974, 392299.999974 ], [ 110399.999974, 392499.999974 ], [ 110399.999974, 392699.999974 ], [ 110399.999974, 393099.999974 ], [ 110099.999974, 393299.999974 ], [ 110003.68477399999392, 393781.576374 ], [ 109999.999974, 393799.999974 ], [ 109499.999974, 394299.999974 ], [ 109399.999974, 394299.999974 ], [ 109299.999974, 394099.999974 ], [ 109099.999974, 393999.999974 ], [ 109097.17627399999765, 394002.823774 ], [ 108899.999974, 394199.999974 ], [ 109199.999974, 394399.999974 ], [ 107599.999974, 395899.999974 ], [ 106899.999974, 395299.999974 ], [ 106999.999974, 396699.999974 ], [ 106899.999974, 397299.999974 ], [ 106899.999974, 397341.587174 ], [ 106899.999974, 397899.999974 ], [ 106706.35677399998531, 398577.751474 ], [ 106699.999974, 398599.999974 ], [ 106402.17137399999774, 400089.142874 ], [ 106400.32197399999131, 400098.390274 ], [ 106399.999974, 400099.999974 ], [ 106099.999974, 401299.999974 ], [ 105699.999974, 401499.999974 ], [ 105699.999974, 401899.999974 ], [ 104899.999974, 401899.999974 ], [ 104599.999974, 402999.999974 ], [ 104499.999974, 403799.999974 ], [ 104899.999974, 404299.999974 ], [ 104999.999974, 405299.999974 ], [ 105499.999974, 405099.999974 ], [ 105899.999974, 405099.999974 ], [ 106199.999974, 405199.999974 ], [ 106799.999974, 405599.999974 ], [ 107299.999974, 405699.999974 ], [ 107334.02357399999164, 405699.999974 ], [ 107399.999974, 405699.999974 ], [ 107699.999974, 405699.999974 ], [ 109699.999974, 406199.999974 ], [ 110099.999974, 406199.999974 ], [ 110102.37077399998088, 406198.645274 ], [ 110799.999974, 405799.999974 ], [ 111499.999974, 405499.999974 ], [ 111899.999974, 405199.999974 ], [ 111901.840574, 405190.796974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0762" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 187899.999974, 389299.999974 ], [ 188699.999974, 384699.999974 ], [ 188899.999974, 384299.999974 ], [ 188935.934574, 384228.130974 ], [ 188999.999974, 384099.999974 ], [ 189014.26187399998889, 384080.984274 ], [ 189292.78767399999197, 383709.616474 ], [ 189299.999974, 383699.999974 ], [ 190899.999974, 380999.999974 ], [ 190919.11617399999523, 380966.546674 ], [ 192099.999974, 378899.999974 ], [ 192100.98427399998764, 378898.154374 ], [ 192899.999974, 377399.999974 ], [ 192199.999974, 376799.999974 ], [ 192186.472474, 376787.975574 ], [ 192046.20677399999113, 376663.294874 ], [ 190421.81107399999746, 375219.387574 ], [ 190399.999974, 375199.999974 ], [ 190333.56037399999332, 375139.096974 ], [ 189205.154974, 374104.725374 ], [ 189199.999974, 374099.999974 ], [ 188899.999974, 373899.999974 ], [ 188699.999974, 373799.999974 ], [ 188399.999974, 373999.999974 ], [ 187699.999974, 373899.999974 ], [ 187399.999974, 376099.999974 ], [ 187499.999974, 376499.999974 ], [ 186499.999974, 378299.999974 ], [ 186491.858974, 378324.422974 ], [ 186399.999974, 378599.999974 ], [ 185899.999974, 378999.999974 ], [ 185733.699674, 379079.824174 ], [ 183418.879174, 380190.937974 ], [ 183399.999974, 380199.999974 ], [ 183101.183974, 380319.526374 ], [ 182899.999974, 380399.999974 ], [ 182871.562574, 380447.395674 ], [ 182599.999974, 380899.999974 ], [ 181999.999974, 381199.999974 ], [ 181699.999974, 381699.999974 ], [ 181399.999974, 381899.999974 ], [ 181099.999974, 382399.999974 ], [ 180699.999974, 382799.999974 ], [ 179199.999974, 383399.999974 ], [ 178299.999974, 383299.999974 ], [ 177999.999974, 383299.999974 ], [ 177999.999974, 383999.999974 ], [ 178799.999974, 383999.999974 ], [ 178323.95927399999346, 384952.081374 ], [ 178299.999974, 384999.999974 ], [ 178299.999974, 385099.999974 ], [ 178199.999974, 385299.999974 ], [ 177899.999974, 386299.999974 ], [ 177899.999974, 386338.250474 ], [ 177899.999974, 386599.999974 ], [ 177956.256174, 386622.502474 ], [ 178067.92927399999462, 386667.171674 ], [ 178386.795974, 386794.718374 ], [ 178399.999974, 386799.999974 ], [ 179199.999974, 386699.999974 ], [ 179199.999974, 386999.999974 ], [ 178299.999974, 388299.999974 ], [ 178299.999974, 388499.999974 ], [ 178399.999974, 388399.999974 ], [ 178699.999974, 388599.999974 ], [ 178799.999974, 388599.999974 ], [ 179199.999974, 388399.999974 ], [ 180399.999974, 388799.999974 ], [ 180799.999974, 388799.999974 ], [ 181199.999974, 388799.999974 ], [ 181549.55847399999038, 388849.936974 ], [ 181899.999974, 388899.999974 ], [ 182199.999974, 389099.999974 ], [ 183096.12667399999918, 389199.569674 ], [ 183099.999974, 389199.999974 ], [ 183699.999974, 389499.999974 ], [ 187299.999974, 390699.999974 ], [ 187899.999974, 389299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0765" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 262161.33047399995849, 571129.00207399995998 ], [ 262199.99997399997665, 571099.999974 ], [ 264471.93647399998736, 571198.77987399999984 ], [ 264499.99997399997665, 571199.999974 ], [ 264899.99997399997665, 571199.999974 ], [ 264999.99997399997665, 571099.999974 ], [ 264699.99997399997665, 570799.999974 ], [ 264721.85297399997944, 570763.57827399997041 ], [ 264999.99997399997665, 570299.999974 ], [ 265899.99997399997665, 569599.999974 ], [ 265559.53087399998913, 569089.296374 ], [ 265517.50897399999667, 569026.263474 ], [ 265499.99997399997665, 568999.999974 ], [ 264099.99997399997665, 566199.999974 ], [ 263999.99997399997665, 565999.999974 ], [ 263799.99997399997665, 566399.999974 ], [ 263199.99997399997665, 565299.999974 ], [ 263172.41807399998652, 565244.836174 ], [ 262799.99997399997665, 564499.999974 ], [ 262799.59407399996417, 564499.18807399994694 ], [ 262699.99997399997665, 564299.999974 ], [ 262499.99997399997665, 564299.999974 ], [ 262299.99997399997665, 563699.999974 ], [ 261799.999974, 562699.999974 ], [ 261799.335674, 562698.671374 ], [ 260299.999974, 559699.999974 ], [ 260245.339774, 559699.999974 ], [ 260226.56797399997595, 559699.999974 ], [ 260199.999974, 559699.999974 ], [ 258899.999974, 560299.999974 ], [ 257399.999974, 561899.999974 ], [ 256999.999974, 562399.999974 ], [ 256799.999974, 562899.999974 ], [ 256934.598174, 562926.919674 ], [ 257799.999974, 563099.999974 ], [ 257799.999974, 563599.999974 ], [ 258699.999974, 563599.999974 ], [ 258605.88047399997595, 564070.597774 ], [ 258599.999974, 564099.999974 ], [ 258099.999974, 564499.999974 ], [ 258299.999974, 566099.999974 ], [ 258299.999974, 566130.128674 ], [ 258299.999974, 566199.999974 ], [ 258841.524674, 566741.52467399998568 ], [ 259299.999974, 567199.999974 ], [ 259999.999974, 568499.999974 ], [ 260040.845774, 568527.230474 ], [ 260299.999974, 568699.999974 ], [ 260307.175674, 568721.527174 ], [ 260399.127774, 568997.383274 ], [ 260399.999974, 568999.999974 ], [ 260399.999974, 570399.999974 ], [ 260699.999974, 570499.999974 ], [ 260799.999974, 570499.999974 ], [ 261599.999974, 571399.999974 ], [ 261799.999974, 571399.999974 ], [ 262161.33047399995849, 571129.00207399995998 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0766" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125199.999974, 408299.999974 ], [ 125296.135974, 407050.232274 ], [ 125299.999974, 406999.999974 ], [ 125561.613874, 407087.204674 ], [ 125599.999974, 407099.999974 ], [ 126699.999974, 407299.999974 ], [ 126742.025274, 407307.004174 ], [ 127299.999974, 407399.999974 ], [ 127699.0849739999976, 405803.660174 ], [ 127699.999974, 405799.999974 ], [ 128044.063874, 404079.680474 ], [ 128087.661874, 403861.690674 ], [ 128098.52367399999639, 403807.381474 ], [ 128099.999974, 403799.999974 ], [ 128299.999974, 402899.999974 ], [ 128305.49227399998927, 402880.777074 ], [ 128499.999974, 402199.999974 ], [ 127699.999974, 402199.999974 ], [ 127658.49237399999402, 402204.61197399999946 ], [ 126799.999974, 402299.999974 ], [ 125699.999974, 402799.999974 ], [ 124999.999974, 402999.999974 ], [ 124899.999974, 402999.999974 ], [ 124711.643474, 402717.465174 ], [ 124699.999974, 402699.999974 ], [ 124696.226574, 402696.226574 ], [ 124599.999974, 402599.999974 ], [ 124299.999974, 402399.999974 ], [ 123999.999974, 402499.999974 ], [ 123099.999974, 402799.999974 ], [ 122599.999974, 403099.999974 ], [ 122099.999974, 403099.999974 ], [ 121899.999974, 403399.999974 ], [ 122199.999974, 403499.999974 ], [ 122299.999974, 403799.999974 ], [ 122211.46357399999397, 403837.944174 ], [ 121778.464374, 404023.515274 ], [ 121599.999974, 404099.999974 ], [ 122199.999974, 405099.999974 ], [ 122982.51927399999113, 406175.963974 ], [ 122999.999974, 406199.999974 ], [ 123299.999974, 406499.999974 ], [ 123305.764874, 406509.608174 ], [ 123563.951074, 406939.918474 ], [ 123520.514074, 407076.548274 ], [ 123608.81587399999262, 407061.711174 ], [ 123699.999974, 407699.999974 ], [ 123601.836374, 408027.212174 ], [ 123399.999974, 408699.999974 ], [ 123099.999974, 408999.999974 ], [ 122999.999974, 409499.999974 ], [ 123599.999974, 409899.999974 ], [ 124359.85687399999006, 410089.964174 ], [ 124399.999974, 410099.999974 ], [ 124599.999974, 409899.999974 ], [ 124999.999974, 409199.999974 ], [ 125197.621274, 408310.704174 ], [ 125199.999974, 408299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0770" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 151299.999974, 386599.999974 ], [ 152799.999974, 385899.999974 ], [ 152999.999974, 386399.999974 ], [ 153799.999974, 386299.999974 ], [ 153599.999974, 385599.999974 ], [ 153299.999974, 385699.999974 ], [ 152899.999974, 384999.999974 ], [ 153199.999974, 384499.999974 ], [ 153199.999974, 384299.999974 ], [ 153199.999974, 383799.999974 ], [ 152899.999974, 383399.999974 ], [ 152899.999974, 383199.999974 ], [ 152799.999974, 382799.999974 ], [ 152623.13637399999425, 382623.13637399999425 ], [ 152199.999974, 382199.999974 ], [ 151899.999974, 381999.999974 ], [ 151699.999974, 381799.999974 ], [ 150324.30047399998875, 381603.471474 ], [ 150299.999974, 381599.999974 ], [ 149999.999974, 381099.999974 ], [ 150099.999974, 380599.999974 ], [ 150399.999974, 379999.999974 ], [ 150432.195474, 379951.706774 ], [ 150599.999974, 379699.999974 ], [ 151099.999974, 379699.999974 ], [ 151399.999974, 379799.999974 ], [ 152690.75757399998838, 379899.289074 ], [ 152699.999974, 379899.999974 ], [ 153599.999974, 378999.999974 ], [ 153620.226074, 378986.515874 ], [ 153883.47397399999318, 378811.017374 ], [ 153899.999974, 378799.999974 ], [ 153999.999974, 378199.999974 ], [ 154011.8005739999935, 378140.997274 ], [ 154093.028874, 377734.855374 ], [ 154099.999974, 377699.999974 ], [ 155099.999974, 376399.999974 ], [ 154399.999974, 375599.999974 ], [ 154199.999974, 375499.999974 ], [ 154099.999974, 375599.999974 ], [ 153899.999974, 375599.999974 ], [ 152799.999974, 374799.999974 ], [ 152612.60147399999551, 374706.300774 ], [ 152599.999974, 374699.999974 ], [ 152099.999974, 374299.999974 ], [ 151901.824074, 373705.472274 ], [ 151899.999974, 373699.999974 ], [ 152134.66257399998722, 373230.674874 ], [ 152199.999974, 373099.999974 ], [ 151899.999974, 372799.999974 ], [ 152199.999974, 371999.999974 ], [ 151850.706674, 371825.353374 ], [ 151799.999974, 371799.999974 ], [ 151199.999974, 371499.999974 ], [ 150599.999974, 371499.999974 ], [ 150399.999974, 371199.999974 ], [ 150499.999974, 371099.999974 ], [ 150217.15957399999024, 370628.599374 ], [ 150199.999974, 370599.999974 ], [ 149999.999974, 370399.999974 ], [ 149142.395174, 370209.421174 ], [ 149099.999974, 370199.999974 ], [ 148399.999974, 369899.999974 ], [ 146399.999974, 369999.999974 ], [ 147899.999974, 371899.999974 ], [ 147499.999974, 373799.999974 ], [ 147497.604174, 373807.986174 ], [ 147199.999974, 374799.999974 ], [ 147399.999974, 375499.999974 ], [ 147401.6755739999935, 375510.053374 ], [ 147497.510874, 376085.065574 ], [ 147499.999974, 376099.999974 ], [ 147899.999974, 377299.999974 ], [ 148199.999974, 377699.999974 ], [ 149399.999974, 377899.999974 ], [ 149699.999974, 377999.999974 ], [ 149699.999974, 378386.108974 ], [ 149699.999974, 378399.999974 ], [ 149699.999974, 378499.999974 ], [ 149899.999974, 378899.999974 ], [ 149422.81577399998787, 379663.494774 ], [ 149399.999974, 379699.999974 ], [ 149099.999974, 379799.999974 ], [ 148699.999974, 379899.999974 ], [ 148299.999974, 379399.999974 ], [ 147699.999974, 379499.999974 ], [ 147645.369974, 379591.049974 ], [ 147399.999974, 379999.999974 ], [ 147099.999974, 379999.999974 ], [ 145599.999974, 381399.999974 ], [ 145199.999974, 381699.999974 ], [ 144999.999974, 381799.999974 ], [ 144599.999974, 382199.999974 ], [ 144699.999974, 382699.999974 ], [ 145599.999974, 383199.999974 ], [ 145399.999974, 383799.999974 ], [ 145399.999974, 384063.558074 ], [ 145399.999974, 384099.999974 ], [ 146199.999974, 384399.999974 ], [ 146477.701574, 384399.999974 ], [ 146499.999974, 384399.999974 ], [ 147489.974274, 384597.994874 ], [ 147499.999974, 384599.999974 ], [ 147899.999974, 384999.999974 ], [ 148599.999974, 385099.999974 ], [ 148799.999974, 384899.999974 ], [ 149199.999974, 385499.999974 ], [ 150899.999974, 386099.999974 ], [ 150999.999974, 386099.999974 ], [ 151099.999974, 385999.999974 ], [ 151299.999974, 385999.999974 ], [ 151399.999974, 386299.999974 ], [ 151299.999974, 386599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0772" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 163398.54197399999248, 388494.167674 ], [ 163314.876874, 388159.507474 ], [ 163299.999974, 388099.999974 ], [ 163399.999974, 387899.999974 ], [ 163399.999974, 387399.999974 ], [ 163399.999974, 387396.393274 ], [ 163399.999974, 387299.999974 ], [ 163400.13257399998838, 387274.313074 ], [ 163399.999974, 386899.999974 ], [ 163597.87277399998857, 386504.254374 ], [ 163599.999974, 386499.999974 ], [ 163799.999974, 386299.999974 ], [ 163818.998174, 386281.001874 ], [ 164099.999974, 385999.999974 ], [ 164399.999974, 385699.999974 ], [ 164999.999974, 385499.999974 ], [ 165099.999974, 385399.999974 ], [ 164999.999974, 385199.999974 ], [ 165013.74977399999625, 385177.083774 ], [ 165018.078974, 385169.868274 ], [ 165299.999974, 384699.999974 ], [ 165499.999974, 384499.999974 ], [ 165506.061774, 384487.876474 ], [ 165599.999974, 384299.999974 ], [ 165499.999974, 383799.999974 ], [ 166099.999974, 382799.999974 ], [ 166107.58787399998982, 382807.587874 ], [ 166093.499974, 382722.593774 ], [ 166094.792874, 382697.396474 ], [ 165699.999974, 382499.999974 ], [ 165299.999974, 382499.999974 ], [ 165291.608474, 382483.216974 ], [ 165099.999974, 382099.999974 ], [ 165004.028674, 382004.028674 ], [ 164999.999974, 381999.999974 ], [ 164599.999974, 382099.999974 ], [ 164599.999974, 382095.259774 ], [ 164599.999974, 379599.999974 ], [ 164599.999974, 379573.013374 ], [ 164599.999974, 379499.999974 ], [ 163399.999974, 379499.999974 ], [ 163199.999974, 379399.999974 ], [ 163121.09457399998792, 379163.283774 ], [ 163099.999974, 379099.999974 ], [ 162799.999974, 379399.999974 ], [ 162199.999974, 379499.999974 ], [ 162157.049674, 379504.295074 ], [ 161626.240674, 379557.375974 ], [ 161491.840774, 379570.815974 ], [ 161467.707874, 379573.229174 ], [ 161239.791174, 379596.020874 ], [ 161199.999974, 379599.999974 ], [ 160200.08487399999285, 379500.008474 ], [ 160200.08417399998871, 379499.999974 ], [ 160199.999974, 379499.999974 ], [ 160187.968774, 379499.999974 ], [ 158399.999974, 379499.999974 ], [ 158369.16317399998661, 379469.163174 ], [ 158199.999974, 379299.999974 ], [ 157799.999974, 379299.999974 ], [ 157702.96097399998689, 379494.078074 ], [ 157699.999974, 379499.999974 ], [ 157999.999974, 379799.999974 ], [ 157899.999974, 380499.999974 ], [ 157899.999974, 380885.286574 ], [ 157899.999974, 380899.999974 ], [ 157799.999974, 381399.999974 ], [ 157799.999974, 381414.1535739999963 ], [ 157799.999974, 381434.801174 ], [ 157799.999974, 381499.999974 ], [ 157705.308274, 382352.225174 ], [ 157699.999974, 382399.999974 ], [ 157399.999974, 382599.999974 ], [ 157099.999974, 382599.999974 ], [ 156899.999974, 382299.999974 ], [ 156896.916074, 382303.083974 ], [ 156735.57387399999425, 382464.426174 ], [ 156699.999974, 382499.999974 ], [ 156499.999974, 382799.999974 ], [ 156215.20077399999718, 383084.799274 ], [ 156199.999974, 383099.999974 ], [ 155899.999974, 382699.999974 ], [ 155738.57517399999779, 382699.999974 ], [ 155699.999974, 382699.999974 ], [ 155642.02677399999811, 382757.973274 ], [ 155599.999974, 382799.999974 ], [ 155499.999974, 382799.999974 ], [ 155299.999974, 382999.999974 ], [ 155263.70017399999779, 383036.299874 ], [ 155099.999974, 383199.999974 ], [ 154599.999974, 382899.999974 ], [ 154499.999974, 382899.999974 ], [ 154465.538574, 382920.67687399999704 ], [ 153999.999974, 383199.999974 ], [ 153599.999974, 382999.999974 ], [ 153299.999974, 382899.999974 ], [ 152899.999974, 383199.999974 ], [ 152899.999974, 383399.999974 ], [ 153199.999974, 383799.999974 ], [ 153199.999974, 384299.999974 ], [ 153199.999974, 384499.999974 ], [ 152899.999974, 384999.999974 ], [ 153299.999974, 385699.999974 ], [ 153599.999974, 385599.999974 ], [ 153799.999974, 386299.999974 ], [ 154399.999974, 386099.999974 ], [ 155299.16877399999066, 386899.261174 ], [ 155299.999974, 386899.999974 ], [ 155299.999974, 386999.999974 ], [ 155499.999974, 387199.999974 ], [ 155799.999974, 387899.999974 ], [ 155799.999974, 387999.999974 ], [ 155699.999974, 388099.999974 ], [ 155599.999974, 388199.999974 ], [ 155599.999974, 388399.999974 ], [ 155608.36497399999644, 388403.345974 ], [ 156099.999974, 388599.999974 ], [ 156399.999974, 388299.999974 ], [ 156699.999974, 388399.999974 ], [ 156702.05967399998917, 388401.082274 ], [ 156714.47577399999136, 388407.895874 ], [ 157759.47827399999369, 388977.897274 ], [ 157799.999974, 388999.999974 ], [ 158799.999974, 389399.999974 ], [ 158821.18957399998908, 389408.47587399999611 ], [ 159299.999974, 389599.999974 ], [ 159348.31287399999565, 389599.999974 ], [ 159451.084574, 389599.999974 ], [ 159499.999974, 389599.999974 ], [ 160660.27907399999094, 389696.689974 ], [ 160699.999974, 389699.999974 ], [ 161399.999974, 389699.999974 ], [ 161409.23307399998885, 389700.769374 ], [ 162561.502974, 389796.791874 ], [ 162577.54447399999481, 389798.128674 ], [ 162599.999974, 389799.999974 ], [ 163499.999974, 389799.999974 ], [ 163767.991574, 389621.338974 ], [ 163799.999974, 389599.999974 ], [ 163899.999974, 389299.999974 ], [ 163699.999974, 388999.999974 ], [ 163685.625074, 388956.875274 ], [ 163599.999974, 388699.999974 ], [ 163399.999974, 388499.999974 ], [ 163398.54197399999248, 388494.167674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0777" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 104899.999974, 404299.999974 ], [ 104499.999974, 403799.999974 ], [ 104599.999974, 402999.999974 ], [ 104899.999974, 401899.999974 ], [ 105699.999974, 401899.999974 ], [ 105699.999974, 401499.999974 ], [ 106099.999974, 401299.999974 ], [ 106399.999974, 400099.999974 ], [ 106400.32197399999131, 400098.390274 ], [ 106402.17137399999774, 400089.142874 ], [ 106699.999974, 398599.999974 ], [ 106706.35677399998531, 398577.751474 ], [ 106899.999974, 397899.999974 ], [ 106899.999974, 397341.587174 ], [ 106899.999974, 397299.999974 ], [ 106999.999974, 396699.999974 ], [ 106899.999974, 395299.999974 ], [ 106421.233974, 395108.493574 ], [ 106399.999974, 395099.999974 ], [ 106018.40657399999327, 394909.203274 ], [ 105999.999974, 394899.999974 ], [ 104599.999974, 393299.999974 ], [ 104575.11777399998391, 393279.264774 ], [ 103999.999974, 392799.999974 ], [ 103399.999974, 392399.999974 ], [ 102999.999974, 392299.999974 ], [ 103099.999974, 393099.999974 ], [ 103199.999974, 395199.999974 ], [ 102999.999974, 395099.999974 ], [ 102799.999974, 395099.999974 ], [ 102599.999974, 395299.999974 ], [ 102199.999974, 395699.999974 ], [ 102099.999974, 396199.999974 ], [ 101120.53447399998549, 396395.893074 ], [ 101099.999974, 396399.999974 ], [ 100499.999974, 396899.999974 ], [ 100199.999974, 397099.999974 ], [ 100186.70057399998768, 397099.999974 ], [ 99899.999974, 397099.999974 ], [ 99887.136474, 397112.863474 ], [ 99817.95567399999709, 397182.044274 ], [ 99799.999974, 397199.999974 ], [ 99799.999974, 397799.999974 ], [ 99957.90767399998731, 397799.999974 ], [ 100104.714374, 397840.072274 ], [ 100190.268274, 398567.280374 ], [ 100299.323474, 399494.24917399999686 ], [ 100299.999974, 399499.999974 ], [ 100203.31587399999262, 400466.841674 ], [ 100199.999974, 400499.999974 ], [ 101199.999974, 401899.999974 ], [ 101399.999974, 402399.999974 ], [ 100799.999974, 403899.999974 ], [ 100599.999974, 404299.999974 ], [ 100899.999974, 404599.999974 ], [ 101299.999974, 404699.999974 ], [ 101599.999974, 404599.999974 ], [ 101999.999974, 404299.999974 ], [ 102049.306274, 404275.346874 ], [ 102181.60867399998824, 404209.195674 ], [ 102199.999974, 404199.999974 ], [ 102499.999974, 404199.999974 ], [ 102799.999974, 404299.999974 ], [ 103099.999974, 404799.999974 ], [ 103499.999974, 405099.999974 ], [ 104599.999974, 405299.999974 ], [ 104999.999974, 405299.999974 ], [ 104899.999974, 404299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0779" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122599.999974, 414699.999974 ], [ 122792.12047399999574, 413547.27727399999276 ], [ 122799.999974, 413499.999974 ], [ 123198.06967399999849, 411808.204074 ], [ 123199.999974, 411799.999974 ], [ 123310.20177399998647, 411138.789274 ], [ 123323.860874, 411056.834574 ], [ 123348.153774, 410911.077174 ], [ 123395.44827399999485, 410627.31037399999332 ], [ 123399.999974, 410599.999974 ], [ 123599.999974, 409899.999974 ], [ 122999.999974, 409499.999974 ], [ 122199.999974, 409899.999974 ], [ 121799.999974, 409799.999974 ], [ 121099.999974, 409699.999974 ], [ 119999.999974, 409599.999974 ], [ 119951.48927399999229, 409612.12767399998847 ], [ 119897.465674, 409625.633574 ], [ 119599.999974, 409699.999974 ], [ 118699.999974, 409899.999974 ], [ 117999.999974, 410699.999974 ], [ 117414.692474, 410895.102574 ], [ 117399.999974, 410899.999974 ], [ 117299.999974, 410599.999974 ], [ 117299.999974, 410362.840374 ], [ 117299.999974, 410199.999974 ], [ 116923.452374, 411047.232174 ], [ 116899.999974, 411099.999974 ], [ 116599.999974, 411599.999974 ], [ 116399.999974, 412199.999974 ], [ 116396.731074, 412217.979174 ], [ 116199.999974, 413299.999974 ], [ 116111.548374, 413565.354774 ], [ 116099.999974, 413599.999974 ], [ 115999.999974, 413799.999974 ], [ 116469.69037399999797, 413799.999974 ], [ 116499.999974, 413799.999974 ], [ 116999.999974, 413899.999974 ], [ 117199.999974, 413999.999974 ], [ 117209.4371739999915, 414003.330774 ], [ 118899.999974, 414599.999974 ], [ 119599.999974, 414699.999974 ], [ 119612.690474, 414699.999974 ], [ 120599.999974, 414699.999974 ], [ 120650.463974, 414699.999974 ], [ 120699.999974, 414699.999974 ], [ 120720.44137399998726, 414694.889674 ], [ 121499.999974, 414499.999974 ], [ 122599.999974, 414699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0784" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 123999.999974, 402499.999974 ], [ 124299.999974, 402399.999974 ], [ 124599.999974, 402599.999974 ], [ 125899.999974, 401699.999974 ], [ 125999.999974, 401499.999974 ], [ 125899.999974, 401099.999974 ], [ 126292.077174, 401001.98067399999127 ], [ 126299.999974, 400999.999974 ], [ 126299.999974, 400506.134674 ], [ 126299.999974, 400499.999974 ], [ 126099.999974, 399399.999974 ], [ 126001.72267399998964, 398810.335774 ], [ 125999.999974, 398799.999974 ], [ 125899.999974, 398399.999974 ], [ 125999.999974, 398099.999974 ], [ 125906.302674, 397912.605374 ], [ 125899.999974, 397899.999974 ], [ 125699.999974, 397499.999974 ], [ 124999.999974, 397099.999974 ], [ 124988.42057399998885, 397094.210274 ], [ 124799.999974, 396999.999974 ], [ 124799.999974, 396899.999974 ], [ 124899.999974, 395799.999974 ], [ 125799.999974, 395699.999974 ], [ 126499.999974, 395399.999974 ], [ 126699.999974, 395099.999974 ], [ 126499.999974, 394899.999974 ], [ 126399.999974, 394699.999974 ], [ 126399.999974, 394599.999974 ], [ 125499.999974, 393099.999974 ], [ 125099.999974, 392299.999974 ], [ 121999.999974, 391299.999974 ], [ 121958.095574, 391341.904474 ], [ 120399.999974, 392899.999974 ], [ 120370.14927399999578, 392931.840774 ], [ 118899.999974, 394499.999974 ], [ 117999.999974, 393999.999974 ], [ 117399.999974, 393999.999974 ], [ 117399.999974, 393399.999974 ], [ 117199.999974, 393199.999974 ], [ 116899.999974, 393299.999974 ], [ 116802.65037399998982, 393316.224974 ], [ 116352.273374, 393391.287774 ], [ 116299.999974, 393399.999974 ], [ 116299.999974, 393499.999974 ], [ 116699.999974, 393799.999974 ], [ 116799.999974, 393899.999974 ], [ 116799.999974, 394099.999974 ], [ 116699.999974, 394199.999974 ], [ 116699.999974, 394555.670374 ], [ 116699.999974, 394599.999974 ], [ 117899.999974, 395199.999974 ], [ 118699.999974, 395999.999974 ], [ 118599.999974, 396599.999974 ], [ 118699.999974, 396799.999974 ], [ 118899.999974, 396799.999974 ], [ 118999.999974, 396899.999974 ], [ 119199.999974, 397699.999974 ], [ 119099.999974, 398099.999974 ], [ 118799.999974, 398299.999974 ], [ 118799.999974, 398999.999974 ], [ 119099.999974, 398999.999974 ], [ 119099.999974, 399199.999974 ], [ 120499.999974, 400099.999974 ], [ 120539.631774, 400122.646774 ], [ 120556.745874, 400132.426174 ], [ 121199.999974, 400499.999974 ], [ 121236.44947399999364, 400521.869674 ], [ 122199.999974, 401099.999974 ], [ 122499.999974, 401499.999974 ], [ 122499.999974, 401507.062974 ], [ 122499.999974, 402299.999974 ], [ 122099.999974, 403099.999974 ], [ 122599.999974, 403099.999974 ], [ 123099.999974, 402799.999974 ], [ 123999.999974, 402499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0785" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 127299.999974, 394599.999974 ], [ 128199.999974, 394299.999974 ], [ 129599.999974, 394499.999974 ], [ 129699.999974, 394499.999974 ], [ 129999.999974, 393899.999974 ], [ 130025.08797399999457, 393866.549374 ], [ 130213.34227399999509, 393615.543574 ], [ 130299.999974, 393499.999974 ], [ 130399.999974, 393499.999974 ], [ 130412.04197399999248, 393502.006974 ], [ 130999.999974, 393599.999974 ], [ 131199.999974, 393599.999974 ], [ 131258.835774, 393588.232874 ], [ 131657.62717399999383, 393508.474574 ], [ 131699.999974, 393499.999974 ], [ 131781.0737739999895, 393499.999974 ], [ 131799.999974, 393499.999974 ], [ 131699.999974, 394099.999974 ], [ 132317.970574, 394276.563074 ], [ 132399.999974, 394299.999974 ], [ 132599.999974, 394299.999974 ], [ 132624.232374, 394295.961274 ], [ 133199.999974, 394199.999974 ], [ 133399.999974, 394099.999974 ], [ 133299.999974, 393899.999974 ], [ 133299.999974, 393499.999974 ], [ 133307.047874, 393501.174674 ], [ 133862.73927399999229, 393593.789874 ], [ 133899.999974, 393599.999974 ], [ 134199.999974, 393799.999974 ], [ 134202.65707399998792, 393799.999974 ], [ 134219.687474, 393799.999974 ], [ 134299.999974, 393799.999974 ], [ 135099.999974, 393599.999974 ], [ 135399.999974, 393299.999974 ], [ 134899.999974, 392899.999974 ], [ 135099.999974, 392699.999974 ], [ 135099.999974, 392399.999974 ], [ 134699.999974, 392099.999974 ], [ 134999.999974, 391899.999974 ], [ 134799.999974, 391299.999974 ], [ 134199.999974, 391399.999974 ], [ 133199.999974, 390499.999974 ], [ 133499.999974, 390199.999974 ], [ 132399.999974, 389399.999974 ], [ 132899.999974, 388699.999974 ], [ 132899.999974, 388499.999974 ], [ 131699.999974, 388699.999974 ], [ 131499.999974, 386999.999974 ], [ 131599.999974, 386999.999974 ], [ 131299.999974, 386899.999974 ], [ 131099.999974, 387399.999974 ], [ 130699.999974, 387899.999974 ], [ 130899.999974, 388499.999974 ], [ 130899.999974, 388699.999974 ], [ 130799.999974, 388699.999974 ], [ 130399.999974, 388799.999974 ], [ 130299.999974, 388599.999974 ], [ 129699.999974, 388099.999974 ], [ 129199.999974, 387399.999974 ], [ 129199.999974, 387499.999974 ], [ 128699.999974, 387199.999974 ], [ 128099.999974, 387899.999974 ], [ 128099.999974, 387999.999974 ], [ 128094.509074, 388010.981874 ], [ 127999.999974, 388199.999974 ], [ 127299.999974, 388299.999974 ], [ 127599.999974, 388799.999974 ], [ 127899.999974, 388899.999974 ], [ 128099.999974, 389299.999974 ], [ 127999.999974, 389299.999974 ], [ 127899.999974, 389299.999974 ], [ 127599.999974, 389499.999974 ], [ 127899.999974, 389799.999974 ], [ 127699.999974, 389899.999974 ], [ 127199.999974, 389699.999974 ], [ 127099.999974, 390099.999974 ], [ 127399.999974, 390499.999974 ], [ 127699.999974, 391499.999974 ], [ 126899.999974, 391799.999974 ], [ 127099.999974, 392199.999974 ], [ 126599.999974, 392599.999974 ], [ 125999.999974, 392499.999974 ], [ 125499.999974, 393099.999974 ], [ 126399.999974, 394599.999974 ], [ 126399.999974, 394699.999974 ], [ 127299.999974, 394599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0786" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 180199.999974, 418699.999974 ], [ 180699.999974, 418399.999974 ], [ 180718.3408739999868, 418394.759774 ], [ 181394.197474, 418201.657874 ], [ 181399.999974, 418199.999974 ], [ 182099.999974, 418199.999974 ], [ 182799.999974, 418399.999974 ], [ 182899.999974, 417999.999974 ], [ 182699.999974, 417699.999974 ], [ 182499.999974, 417399.999974 ], [ 183299.999974, 416899.999974 ], [ 183099.999974, 416499.999974 ], [ 183499.999974, 416299.999974 ], [ 183483.024574, 416257.56147399998736 ], [ 183299.999974, 415799.999974 ], [ 183199.999974, 415799.999974 ], [ 183399.999974, 414799.999974 ], [ 182999.999974, 414699.999974 ], [ 182499.999974, 414499.999974 ], [ 181399.999974, 414999.999974 ], [ 181193.86687399999937, 414999.999974 ], [ 180899.999974, 414999.999974 ], [ 180732.323674, 414944.107874 ], [ 180599.999974, 414899.999974 ], [ 180428.5277739999874, 414814.263874 ], [ 180199.999974, 414699.999974 ], [ 179899.999974, 414399.999974 ], [ 179599.999974, 414799.999974 ], [ 178899.999974, 414999.999974 ], [ 178599.999974, 414599.999974 ], [ 177699.999974, 415199.999974 ], [ 177575.779274, 415262.110374 ], [ 177499.999974, 415299.999974 ], [ 177399.999974, 415499.999974 ], [ 177399.999974, 415699.999974 ], [ 177899.999974, 415899.999974 ], [ 177899.999974, 416099.999974 ], [ 177299.999974, 415999.999974 ], [ 176999.999974, 415999.999974 ], [ 177099.999974, 416499.999974 ], [ 176499.999974, 416699.999974 ], [ 176593.074674, 417072.298674 ], [ 176599.999974, 417099.999974 ], [ 176653.39127399999416, 417313.565274 ], [ 176694.658174, 417478.63267399999313 ], [ 176699.999974, 417499.999974 ], [ 176799.999974, 417999.999974 ], [ 176699.999974, 418599.999974 ], [ 176199.999974, 418599.999974 ], [ 175999.999974, 418999.999974 ], [ 176299.999974, 419199.999974 ], [ 176699.999974, 419999.999974 ], [ 177399.999974, 420799.999974 ], [ 178099.999974, 420699.999974 ], [ 178599.999974, 420499.999974 ], [ 178773.243774, 420413.378074 ], [ 178799.999974, 420399.999974 ], [ 179094.50767399999313, 420105.492274 ], [ 179099.999974, 420099.999974 ], [ 179395.547874, 419410.388374 ], [ 179399.999974, 419399.999974 ], [ 179699.999974, 418999.999974 ], [ 179716.124374, 418990.325374 ], [ 180190.07267399999546, 418705.956374 ], [ 180199.999974, 418699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0788" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 144202.25887399999192, 407198.305774 ], [ 144599.999974, 406899.999974 ], [ 144699.999974, 406899.999974 ], [ 144999.999974, 406699.999974 ], [ 145299.999974, 406099.999974 ], [ 145099.999974, 405899.999974 ], [ 145499.999974, 405599.999974 ], [ 145486.569274, 405552.992274 ], [ 145299.999974, 404899.999974 ], [ 146199.999974, 404399.999974 ], [ 146222.20367399998941, 404381.496874 ], [ 147235.917274, 403536.735574 ], [ 147399.999974, 403399.999974 ], [ 147699.999974, 403699.999974 ], [ 147899.999974, 403799.999974 ], [ 148299.999974, 403599.999974 ], [ 148599.999974, 403599.999974 ], [ 148599.999974, 403799.999974 ], [ 148798.838774, 403998.838774 ], [ 148799.999974, 403999.999974 ], [ 148899.999974, 404099.999974 ], [ 149299.999974, 403999.999974 ], [ 149399.999974, 404299.999974 ], [ 149399.999974, 404599.999974 ], [ 149499.999974, 404899.999974 ], [ 149699.999974, 404999.999974 ], [ 150099.999974, 403199.999974 ], [ 149499.999974, 402899.999974 ], [ 149199.999974, 402199.999974 ], [ 149165.654374, 402165.654374 ], [ 148999.999974, 401999.999974 ], [ 148499.999974, 401599.999974 ], [ 147699.999974, 401599.999974 ], [ 147599.999974, 401699.999974 ], [ 147470.365274, 401699.999974 ], [ 147299.999974, 401699.999974 ], [ 146799.999974, 401299.999974 ], [ 146399.999974, 401199.999974 ], [ 145399.999974, 400199.999974 ], [ 145299.999974, 399799.999974 ], [ 142999.999974, 399699.999974 ], [ 142999.75037399999565, 399700.49917399999686 ], [ 142699.999974, 400299.999974 ], [ 142299.999974, 399999.999974 ], [ 142099.999974, 400399.999974 ], [ 142067.931874, 400432.068174 ], [ 141630.19207399999141, 400869.807874 ], [ 141399.999974, 401099.999974 ], [ 141099.999974, 401399.999974 ], [ 140599.999974, 400999.999974 ], [ 139899.999974, 401699.999974 ], [ 140299.999974, 402299.999974 ], [ 140299.999974, 402399.999974 ], [ 139999.999974, 402599.999974 ], [ 139799.999974, 402499.999974 ], [ 139599.999974, 402599.999974 ], [ 139599.999974, 402799.999974 ], [ 139799.999974, 402999.999974 ], [ 139899.999974, 403299.999974 ], [ 138499.999974, 405599.999974 ], [ 138299.999974, 405599.999974 ], [ 138299.999974, 405799.999974 ], [ 138599.999974, 405699.999974 ], [ 139299.999974, 405599.999974 ], [ 139290.766574, 405641.550274 ], [ 138899.999974, 407399.999974 ], [ 139099.999974, 407699.999974 ], [ 139099.999974, 408299.999974 ], [ 139399.999974, 408299.999974 ], [ 139699.999974, 408899.999974 ], [ 139733.458274, 408901.23917399998754 ], [ 142399.999974, 408999.999974 ], [ 142669.24407399998745, 408641.007874 ], [ 142699.999974, 408599.999974 ], [ 143199.999974, 408199.999974 ], [ 143414.282374, 408146.429374 ], [ 143671.409974, 408014.308074 ], [ 143883.850974, 407759.378874 ], [ 144099.999974, 407499.999974 ], [ 144199.999974, 407199.999974 ], [ 144202.25887399999192, 407198.305774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0794" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 171099.999974, 389999.999974 ], [ 171599.999974, 389699.999974 ], [ 171639.578574, 389693.4035739999963 ], [ 172199.999974, 389599.999974 ], [ 172994.094274, 390394.094274 ], [ 172999.999974, 390399.999974 ], [ 173428.208874, 390767.036174 ], [ 173699.999974, 390999.999974 ], [ 174199.999974, 390399.999974 ], [ 174999.999974, 389999.999974 ], [ 174974.370174, 390038.444774 ], [ 174599.999974, 390599.999974 ], [ 174799.999974, 390699.999974 ], [ 175499.999974, 390699.999974 ], [ 175599.999974, 390999.999974 ], [ 177299.999974, 390399.999974 ], [ 177287.00347399999737, 390361.010474 ], [ 177199.999974, 390099.999974 ], [ 177199.999974, 389799.999974 ], [ 177599.999974, 389599.999974 ], [ 177599.999974, 389199.999974 ], [ 177599.999974, 389099.999974 ], [ 177636.741374, 389081.629274 ], [ 177999.999974, 388899.999974 ], [ 178299.999974, 388499.999974 ], [ 178299.999974, 388299.999974 ], [ 179199.999974, 386999.999974 ], [ 179199.999974, 386699.999974 ], [ 178399.999974, 386799.999974 ], [ 178386.795974, 386794.718374 ], [ 178067.92927399999462, 386667.171674 ], [ 177956.256174, 386622.502474 ], [ 177899.999974, 386599.999974 ], [ 177899.999974, 386338.250474 ], [ 177899.999974, 386299.999974 ], [ 178199.999974, 385299.999974 ], [ 178299.999974, 385099.999974 ], [ 178299.999974, 384999.999974 ], [ 178323.95927399999346, 384952.081374 ], [ 178799.999974, 383999.999974 ], [ 177999.999974, 383999.999974 ], [ 177999.999974, 383299.999974 ], [ 177399.999974, 383499.999974 ], [ 176699.999974, 383299.999974 ], [ 176299.999974, 383399.999974 ], [ 176023.55677399999695, 383768.590974 ], [ 175999.999974, 383799.999974 ], [ 175499.999974, 384499.999974 ], [ 175497.100374, 384503.728074 ], [ 174799.999974, 385399.999974 ], [ 174682.515174, 385341.257574 ], [ 174599.999974, 385299.999974 ], [ 173699.999974, 385299.999974 ], [ 172899.999974, 385299.999974 ], [ 172884.10807399998885, 385292.054074 ], [ 172699.999974, 385199.999974 ], [ 172675.63197399998899, 385189.556574 ], [ 171299.999974, 384599.999974 ], [ 171259.238974, 384586.412974 ], [ 170999.999974, 384499.999974 ], [ 170985.172774, 384499.999974 ], [ 170878.744474, 384499.999974 ], [ 170799.999974, 384499.999974 ], [ 170399.999974, 384499.999974 ], [ 170299.999974, 384799.999974 ], [ 169999.999974, 384999.999974 ], [ 169299.999974, 385499.999974 ], [ 169288.7441739999922, 385494.372074 ], [ 169099.999974, 385399.999974 ], [ 168699.999974, 385699.999974 ], [ 169099.999974, 386299.999974 ], [ 169599.999974, 386499.999974 ], [ 170014.870074, 386845.725074 ], [ 170198.973574, 386999.144574 ], [ 170199.999974, 386999.999974 ], [ 169499.999974, 387299.999974 ], [ 168799.999974, 387799.999974 ], [ 168787.949174, 387821.088874 ], [ 168399.999974, 388499.999974 ], [ 168399.004274, 388501.849274 ], [ 167699.999974, 389799.999974 ], [ 168199.999974, 390099.999974 ], [ 168399.999974, 389999.999974 ], [ 170399.999974, 391199.999974 ], [ 170442.667874, 391157.332074 ], [ 170599.999974, 390999.999974 ], [ 170499.999974, 390699.999974 ], [ 170799.999974, 390199.999974 ], [ 171099.999974, 389999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0796" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 156999.999974, 418099.999974 ], [ 157552.886574, 417086.374674 ], [ 157588.25527399999555, 416995.302074 ], [ 157099.999974, 416799.999974 ], [ 156496.006874, 416649.001674 ], [ 156299.999974, 416599.999974 ], [ 156599.999974, 415399.999974 ], [ 156578.623174, 415378.623174 ], [ 156499.999974, 415299.999974 ], [ 156599.999974, 414699.999974 ], [ 156899.999974, 413999.999974 ], [ 157299.999974, 414099.999974 ], [ 157312.185074, 414079.691574 ], [ 157465.855374, 413823.574274 ], [ 157599.999974, 413599.999974 ], [ 157499.999974, 413499.999974 ], [ 157099.999974, 413199.999974 ], [ 157299.999974, 412799.999974 ], [ 157499.999974, 412799.999974 ], [ 157799.999974, 412699.999974 ], [ 157899.999974, 412499.999974 ], [ 155699.999974, 412199.999974 ], [ 154899.999974, 412499.999974 ], [ 154898.534974, 412499.790674 ], [ 154201.396974, 412400.199574 ], [ 154199.999974, 412399.999974 ], [ 153999.999974, 412299.999974 ], [ 153899.999974, 412099.999974 ], [ 153699.999974, 411999.999974 ], [ 153691.153174, 411999.999974 ], [ 153499.999974, 411999.999974 ], [ 153199.999974, 412199.999974 ], [ 152962.00697399998899, 412120.668974 ], [ 152899.999974, 412099.999974 ], [ 152799.999974, 411999.999974 ], [ 153299.999974, 410999.999974 ], [ 153699.999974, 410499.999974 ], [ 153699.999974, 410211.688574 ], [ 153638.85257399998954, 410215.286874 ], [ 153025.736374, 410368.565874 ], [ 152886.025274, 410395.341774 ], [ 152599.999974, 410299.999974 ], [ 152499.999974, 409799.999974 ], [ 152794.811174, 409505.188874 ], [ 152799.999974, 409499.999974 ], [ 152699.999974, 409199.999974 ], [ 151999.999974, 408699.999974 ], [ 151799.999974, 408599.999974 ], [ 151817.46477399999276, 408582.535274 ], [ 151879.821674, 408489.910874 ], [ 151699.999974, 408399.999974 ], [ 150899.999974, 409399.999974 ], [ 150832.776874, 409366.388474 ], [ 150299.999974, 409099.999974 ], [ 150061.573474, 408997.817174 ], [ 150010.344874, 408975.862074 ], [ 149247.0279739999969, 408716.009574 ], [ 149199.999974, 408699.999974 ], [ 148899.999974, 408699.999974 ], [ 148404.439474, 409492.896874 ], [ 148620.51797399998759, 409657.735974 ], [ 148601.17677399999229, 409724.649174 ], [ 148396.56697399998666, 409504.005174 ], [ 148270.41507399998954, 409651.182474 ], [ 147906.212074, 410076.085874 ], [ 147799.999974, 410199.999974 ], [ 147099.999974, 410599.999974 ], [ 147043.268974, 410611.346174 ], [ 146599.999974, 410699.999974 ], [ 145799.999974, 410599.999974 ], [ 145199.999974, 410499.999974 ], [ 144399.999974, 410799.999974 ], [ 144299.999974, 411199.999974 ], [ 143899.999974, 411299.999974 ], [ 143999.999974, 411399.999974 ], [ 145399.999974, 411799.999974 ], [ 145400.978074, 411802.445274 ], [ 145584.29187399998773, 412260.729774 ], [ 145599.999974, 412299.999974 ], [ 145299.999974, 412699.999974 ], [ 144999.999974, 412499.999974 ], [ 144799.999974, 412499.999974 ], [ 144799.999974, 412599.999974 ], [ 144499.999974, 412899.999974 ], [ 144899.999974, 413899.999974 ], [ 144101.356074, 413600.508574 ], [ 144099.999974, 413599.999974 ], [ 143999.999974, 413999.999974 ], [ 144199.999974, 414999.999974 ], [ 143999.999974, 415399.999974 ], [ 143799.999974, 415299.999974 ], [ 143748.10937399999239, 415325.945274 ], [ 143399.999974, 415499.999974 ], [ 142699.999974, 416199.999974 ], [ 142701.30717399998684, 416205.228474 ], [ 142799.999974, 416599.999974 ], [ 142499.999974, 416999.999974 ], [ 142896.703974, 417099.175974 ], [ 142899.999974, 417099.999974 ], [ 143499.999974, 417199.999974 ], [ 144199.999974, 416999.999974 ], [ 144221.129974, 416983.095974 ], [ 145199.999974, 416199.999974 ], [ 145216.03457399999024, 416194.655174 ], [ 145482.25447399998666, 416105.915174 ], [ 145499.999974, 416099.999974 ], [ 145899.999974, 416299.999974 ], [ 146499.999974, 416699.999974 ], [ 146799.999974, 416799.999974 ], [ 146807.29307399998652, 416799.999974 ], [ 147799.999974, 416799.999974 ], [ 147823.069974, 416792.309974 ], [ 148699.999974, 416499.999974 ], [ 148999.999974, 416499.999974 ], [ 149269.534174, 416679.689374 ], [ 149299.999974, 416699.999974 ], [ 150399.999974, 417499.999974 ], [ 152699.999974, 418499.999974 ], [ 152799.999974, 418099.999974 ], [ 153386.304574, 418099.999974 ], [ 153399.999974, 418099.999974 ], [ 154099.999974, 418299.999974 ], [ 155199.999974, 418999.999974 ], [ 156699.999974, 419299.999974 ], [ 156799.999974, 418799.999974 ], [ 156999.999974, 418099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0797" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 141099.999974, 416999.999974 ], [ 141699.999974, 416899.999974 ], [ 142499.999974, 416999.999974 ], [ 142799.999974, 416599.999974 ], [ 142701.30717399998684, 416205.228474 ], [ 142699.999974, 416199.999974 ], [ 143399.999974, 415499.999974 ], [ 143748.10937399999239, 415325.945274 ], [ 143799.999974, 415299.999974 ], [ 143999.999974, 415399.999974 ], [ 144199.999974, 414999.999974 ], [ 143999.999974, 413999.999974 ], [ 144099.999974, 413599.999974 ], [ 144101.356074, 413600.508574 ], [ 144899.999974, 413899.999974 ], [ 144499.999974, 412899.999974 ], [ 144799.999974, 412599.999974 ], [ 144799.999974, 412499.999974 ], [ 144999.999974, 412499.999974 ], [ 145299.999974, 412699.999974 ], [ 145599.999974, 412299.999974 ], [ 145584.29187399998773, 412260.729774 ], [ 145400.978074, 411802.445274 ], [ 145399.999974, 411799.999974 ], [ 143999.999974, 411399.999974 ], [ 143899.999974, 411299.999974 ], [ 143799.999974, 410599.999974 ], [ 143699.999974, 409499.999974 ], [ 142599.999974, 409499.999974 ], [ 142199.999974, 409099.999974 ], [ 142370.24907399999211, 409014.875474 ], [ 142399.999974, 408999.999974 ], [ 139733.458274, 408901.23917399998754 ], [ 139699.999974, 408899.999974 ], [ 139399.999974, 408299.999974 ], [ 139099.999974, 408299.999974 ], [ 139099.999974, 407699.999974 ], [ 138899.999974, 407399.999974 ], [ 139290.766574, 405641.550274 ], [ 139299.999974, 405599.999974 ], [ 138599.999974, 405699.999974 ], [ 138299.999974, 405799.999974 ], [ 137699.999974, 405699.999974 ], [ 137099.999974, 405499.999974 ], [ 136699.999974, 405499.999974 ], [ 136199.999974, 405499.999974 ], [ 135799.999974, 405299.999974 ], [ 135499.999974, 405299.999974 ], [ 135299.999974, 407299.999974 ], [ 135298.484174, 407330.317074 ], [ 135199.999974, 409299.999974 ], [ 135399.999974, 409599.999974 ], [ 135199.999974, 409799.999974 ], [ 135599.999974, 409899.999974 ], [ 135499.999974, 410599.999974 ], [ 135499.999974, 410620.179974 ], [ 135499.999974, 411272.950974 ], [ 135499.999974, 411299.999974 ], [ 135499.999974, 411699.999974 ], [ 135473.908574, 411752.182874 ], [ 135415.548874, 411868.902174 ], [ 135399.999974, 411899.999974 ], [ 135399.999974, 412699.999974 ], [ 135899.999974, 412799.999974 ], [ 135799.999974, 413199.999974 ], [ 135788.066174, 413223.867574 ], [ 135599.999974, 413599.999974 ], [ 135099.999974, 414199.999974 ], [ 134699.999974, 414499.999974 ], [ 134653.53527399999439, 414513.275574 ], [ 133999.999974, 414699.999974 ], [ 133899.999974, 414899.999974 ], [ 134399.170374, 415299.336274 ], [ 134399.999974, 415299.999974 ], [ 135269.46367399999872, 415879.642374 ], [ 135299.999974, 415899.999974 ], [ 136453.65527399998973, 416380.689674 ], [ 136493.814474, 416397.422674 ], [ 136499.999974, 416399.999974 ], [ 137099.999974, 416599.999974 ], [ 137281.269774, 416599.999974 ], [ 137299.999974, 416599.999974 ], [ 138199.999974, 416899.999974 ], [ 138209.40167399999336, 416901.446374 ], [ 139499.999974, 417099.999974 ], [ 139546.433174, 417099.999974 ], [ 140599.999974, 417099.999974 ], [ 140633.5163739999989, 417093.296774 ], [ 141099.999974, 416999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0798" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 137199.999974, 393499.999974 ], [ 138199.999974, 392499.999974 ], [ 138209.678374, 392506.452274 ], [ 138412.55557399999816, 392641.703674 ], [ 138499.999974, 392699.999974 ], [ 138889.193674, 392310.806274 ], [ 138899.999974, 392299.999974 ], [ 139199.999974, 391999.999974 ], [ 139499.999974, 391799.999974 ], [ 139999.999974, 391299.999974 ], [ 140566.591274, 391111.136274 ], [ 140599.999974, 391099.999974 ], [ 140899.999974, 390999.999974 ], [ 141299.999974, 390999.999974 ], [ 141699.999974, 391199.999974 ], [ 142099.999974, 391199.999974 ], [ 142999.999974, 391399.999974 ], [ 143699.999974, 391999.999974 ], [ 143799.999974, 390999.999974 ], [ 144299.999974, 391099.999974 ], [ 144499.999974, 391699.999974 ], [ 145486.50147399998968, 391251.590274 ], [ 145580.240774, 391173.654374 ], [ 145299.999974, 390799.999974 ], [ 145299.999974, 389999.999974 ], [ 143999.999974, 389999.999974 ], [ 144099.999974, 389099.999974 ], [ 144099.999974, 388999.999974 ], [ 143799.999974, 388899.999974 ], [ 143799.999974, 388807.290474 ], [ 143799.999974, 388799.999974 ], [ 143599.999974, 388099.999974 ], [ 143595.14677399999346, 388075.733774 ], [ 143399.999974, 387099.999974 ], [ 142699.999974, 386299.999974 ], [ 142695.996274, 386287.988674 ], [ 141399.999974, 382399.999974 ], [ 141293.002974, 382357.201174 ], [ 140899.999974, 382199.999974 ], [ 140499.999974, 382399.999974 ], [ 139799.999974, 382299.999974 ], [ 139099.999974, 382599.999974 ], [ 139099.999974, 382199.999974 ], [ 138799.999974, 382199.999974 ], [ 136299.999974, 382199.999974 ], [ 135199.999974, 382199.999974 ], [ 135299.999974, 382499.999974 ], [ 133699.999974, 386699.999974 ], [ 133687.57017399999313, 386737.289574 ], [ 133599.999974, 386999.999974 ], [ 131599.999974, 386999.999974 ], [ 131499.999974, 386999.999974 ], [ 131699.999974, 388699.999974 ], [ 132899.999974, 388499.999974 ], [ 132899.999974, 388699.999974 ], [ 132399.999974, 389399.999974 ], [ 133499.999974, 390199.999974 ], [ 133199.999974, 390499.999974 ], [ 134199.999974, 391399.999974 ], [ 134799.999974, 391299.999974 ], [ 134999.999974, 391899.999974 ], [ 134699.999974, 392099.999974 ], [ 135099.999974, 392399.999974 ], [ 135099.999974, 392699.999974 ], [ 134899.999974, 392899.999974 ], [ 135399.999974, 393299.999974 ], [ 135099.999974, 393599.999974 ], [ 135110.07687399999122, 393610.076874 ], [ 135399.999974, 393899.999974 ], [ 135499.999974, 393999.999974 ], [ 135699.999974, 394199.999974 ], [ 135999.999974, 394699.999974 ], [ 135999.999974, 394874.912574 ], [ 135999.999974, 394899.999974 ], [ 136371.15667399999802, 395271.156674 ], [ 136416.687574, 395149.937374 ], [ 136899.999974, 393699.999974 ], [ 137199.999974, 393499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0808" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 165199.999974, 424599.999974 ], [ 165022.51577399999951, 424422.515774 ], [ 164940.40767399998731, 424340.407674 ], [ 164799.999974, 424199.999974 ], [ 164299.999974, 423599.999974 ], [ 163799.999974, 423299.999974 ], [ 163799.999974, 423059.433474 ], [ 163799.999974, 422999.999974 ], [ 163399.999974, 422699.999974 ], [ 162599.999974, 422199.999974 ], [ 162402.08187399999588, 422134.02727399999276 ], [ 161999.999974, 421999.999974 ], [ 161311.92677399999229, 421410.222974 ], [ 161299.999974, 421399.999974 ], [ 160999.999974, 420899.999974 ], [ 160699.999974, 420699.999974 ], [ 160676.60027399999672, 420686.628774 ], [ 159999.999974, 420299.999974 ], [ 159599.999974, 419599.999974 ], [ 159499.999974, 419499.999974 ], [ 159099.999974, 419399.999974 ], [ 158599.999974, 419599.999974 ], [ 158199.999974, 419499.999974 ], [ 158178.054574, 419497.256774 ], [ 157441.838974, 419405.229874 ], [ 157399.999974, 419399.999974 ], [ 156699.999974, 419299.999974 ], [ 155199.999974, 418999.999974 ], [ 154099.999974, 418299.999974 ], [ 153399.999974, 418099.999974 ], [ 153386.304574, 418099.999974 ], [ 152799.999974, 418099.999974 ], [ 152699.999974, 418499.999974 ], [ 152899.999974, 418799.999974 ], [ 153099.999974, 419199.999974 ], [ 153195.74117399999523, 419965.929174 ], [ 153199.999974, 419999.999974 ], [ 153299.999974, 421099.999974 ], [ 153599.999974, 421999.999974 ], [ 153611.23267399999895, 422033.698074 ], [ 153699.999974, 422299.999974 ], [ 153742.66937399999006, 422369.82257399999071 ], [ 154799.999974, 424099.999974 ], [ 154824.541574, 424128.631774 ], [ 155399.999974, 424799.999974 ], [ 155798.46897399998852, 425397.703474 ], [ 155799.999974, 425399.999974 ], [ 155899.999974, 425599.999974 ], [ 155908.376874, 425608.376874 ], [ 156299.999974, 425999.999974 ], [ 156747.689374, 425910.462174 ], [ 156799.999974, 425899.999974 ], [ 156899.999974, 425899.999974 ], [ 157075.20317399999476, 425549.593774 ], [ 157099.999974, 425499.999974 ], [ 157499.999974, 424999.999974 ], [ 157899.999974, 424699.999974 ], [ 158599.999974, 424599.999974 ], [ 159299.999974, 424599.999974 ], [ 159324.87347399999271, 424602.261274 ], [ 160399.999974, 424699.999974 ], [ 160417.110774, 424708.55537399998866 ], [ 160799.999974, 424899.999974 ], [ 161176.28597399999853, 425370.310774 ], [ 161199.999974, 425399.999974 ], [ 161499.999974, 426399.999974 ], [ 161699.999974, 426699.999974 ], [ 162098.05907399998978, 426899.029574 ], [ 162099.999974, 426899.999974 ], [ 162599.999974, 426899.999974 ], [ 163099.999974, 426599.999974 ], [ 163299.999974, 426399.999974 ], [ 163799.999974, 425799.999974 ], [ 163899.999974, 425699.999974 ], [ 164799.999974, 425499.999974 ], [ 165199.999974, 425299.999974 ], [ 165199.999974, 424599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0809" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 135199.999974, 409299.999974 ], [ 135298.484174, 407330.317074 ], [ 135299.999974, 407299.999974 ], [ 135499.999974, 405299.999974 ], [ 135299.999974, 405099.999974 ], [ 134999.999974, 404499.999974 ], [ 134999.999974, 404399.999974 ], [ 135099.999974, 404399.999974 ], [ 135276.16587399999844, 403254.921974 ], [ 135200.499974, 403117.19997399998829 ], [ 135204.29997399999411, 403102.599974 ], [ 135236.044774, 403036.044774 ], [ 134699.999974, 402499.999974 ], [ 133110.0794739999983, 402400.629974 ], [ 133099.999974, 402399.999974 ], [ 132299.999974, 402499.999974 ], [ 131299.999974, 402499.999974 ], [ 131199.999974, 401999.999974 ], [ 130999.999974, 401999.999974 ], [ 130976.112274, 402001.91097399999853 ], [ 128499.999974, 402199.999974 ], [ 128305.49227399998927, 402880.777074 ], [ 128299.999974, 402899.999974 ], [ 128099.999974, 403799.999974 ], [ 128098.52367399999639, 403807.381474 ], [ 128087.661874, 403861.690674 ], [ 128044.063874, 404079.680474 ], [ 127699.999974, 405799.999974 ], [ 127699.0849739999976, 405803.660174 ], [ 127299.999974, 407399.999974 ], [ 127393.731474, 407868.65727399999741 ], [ 127399.999974, 407899.999974 ], [ 127499.999974, 408899.999974 ], [ 127509.784474, 408944.030374 ], [ 127647.86417399998754, 409565.388674 ], [ 127699.999974, 409799.999974 ], [ 128099.999974, 409599.999974 ], [ 128148.93837399999029, 409581.648074 ], [ 128881.036274, 409307.111374 ], [ 128899.999974, 409299.999974 ], [ 129479.87887399998726, 409106.707074 ], [ 129499.999974, 409099.999974 ], [ 129999.999974, 408799.999974 ], [ 130009.247474, 408796.917474 ], [ 130874.485174, 408508.504974 ], [ 130899.999974, 408499.999974 ], [ 131206.54997399999411, 408324.828574 ], [ 131599.999974, 408099.999974 ], [ 131899.999974, 408099.999974 ], [ 131917.89687399999821, 408104.474174 ], [ 132299.999974, 408199.999974 ], [ 132199.999974, 408899.999974 ], [ 132213.55177399999229, 408920.327674 ], [ 132399.999974, 409199.999974 ], [ 133050.770074, 409199.999974 ], [ 133099.999974, 409199.999974 ], [ 133599.999974, 409199.999974 ], [ 133621.97387399998843, 409210.98697399999946 ], [ 134399.999974, 409599.999974 ], [ 134446.509174, 409599.999974 ], [ 134699.999974, 409599.999974 ], [ 135199.999974, 409799.999974 ], [ 135399.999974, 409599.999974 ], [ 135199.999974, 409299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0815" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 177699.999974, 415199.999974 ], [ 178599.999974, 414599.999974 ], [ 178899.999974, 414999.999974 ], [ 179599.999974, 414799.999974 ], [ 179899.999974, 414399.999974 ], [ 180199.999974, 414699.999974 ], [ 180428.5277739999874, 414814.263874 ], [ 180599.999974, 414899.999974 ], [ 180732.323674, 414944.107874 ], [ 180899.999974, 414999.999974 ], [ 181193.86687399999937, 414999.999974 ], [ 181399.999974, 414999.999974 ], [ 182499.999974, 414499.999974 ], [ 182999.999974, 414699.999974 ], [ 183099.999974, 413599.999974 ], [ 182699.999974, 413399.999974 ], [ 183699.999974, 412999.999974 ], [ 183499.999974, 412799.999974 ], [ 183899.999974, 412499.999974 ], [ 184599.999974, 412599.999974 ], [ 185083.482174, 412309.910674 ], [ 185099.999974, 412299.999974 ], [ 185776.41157399999793, 411333.697674 ], [ 185799.999974, 411299.999974 ], [ 186499.999974, 410199.999974 ], [ 184599.999974, 408499.999974 ], [ 184554.392874, 408545.607074 ], [ 184399.999974, 408699.999974 ], [ 184299.999974, 408599.999974 ], [ 183999.999974, 408099.999974 ], [ 183623.407474, 408099.999974 ], [ 183599.999974, 408099.999974 ], [ 183499.999974, 408099.999974 ], [ 182837.112674, 406868.923574 ], [ 182799.999974, 406799.999974 ], [ 182128.558274, 406320.398774 ], [ 182099.999974, 406299.999974 ], [ 182094.67917399998987, 406299.999974 ], [ 182101.593774, 406283.312474 ], [ 182129.593774, 406189.906274 ], [ 182161.88687399998889, 406128.267874 ], [ 182026.41747399998712, 406299.999974 ], [ 181999.999974, 406299.999974 ], [ 179999.999974, 404899.999974 ], [ 179599.999974, 406899.999974 ], [ 179303.517874, 408184.755974 ], [ 179299.999974, 408199.999974 ], [ 179099.999974, 409499.999974 ], [ 179088.186874, 409547.252474 ], [ 178999.999974, 409899.999974 ], [ 177609.638474, 412184.165374 ], [ 177599.999974, 412199.999974 ], [ 177104.062474, 412894.312474 ], [ 177099.999974, 412899.999974 ], [ 176599.999974, 413699.999974 ], [ 176999.999974, 414799.999974 ], [ 177299.999974, 415199.999974 ], [ 177421.870174, 415260.935074 ], [ 177499.999974, 415299.999974 ], [ 177575.779274, 415262.110374 ], [ 177699.999974, 415199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0820" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 166099.999974, 394299.999974 ], [ 166592.32447399999364, 392232.237074 ], [ 166599.999974, 392199.999974 ], [ 166799.999974, 391199.999974 ], [ 167399.999974, 390299.999974 ], [ 168199.999974, 390099.999974 ], [ 167699.999974, 389799.999974 ], [ 168399.004274, 388501.849274 ], [ 168399.999974, 388499.999974 ], [ 168787.949174, 387821.088874 ], [ 168799.999974, 387799.999974 ], [ 169499.999974, 387299.999974 ], [ 170199.999974, 386999.999974 ], [ 170198.973574, 386999.144574 ], [ 170014.870074, 386845.725074 ], [ 169599.999974, 386499.999974 ], [ 169099.999974, 386299.999974 ], [ 168699.999974, 385699.999974 ], [ 168315.261674, 385122.892574 ], [ 168299.999974, 385099.999974 ], [ 167425.02847399999155, 383641.714174 ], [ 167399.999974, 383599.999974 ], [ 166199.999974, 382899.999974 ], [ 166107.58787399998982, 382807.587874 ], [ 166099.999974, 382799.999974 ], [ 165499.999974, 383799.999974 ], [ 165599.999974, 384299.999974 ], [ 165506.061774, 384487.876474 ], [ 165499.999974, 384499.999974 ], [ 165299.999974, 384699.999974 ], [ 165018.078974, 385169.868274 ], [ 165013.74977399999625, 385177.083774 ], [ 164999.999974, 385199.999974 ], [ 165099.999974, 385399.999974 ], [ 164999.999974, 385499.999974 ], [ 164399.999974, 385699.999974 ], [ 164099.999974, 385999.999974 ], [ 163818.998174, 386281.001874 ], [ 163799.999974, 386299.999974 ], [ 163599.999974, 386499.999974 ], [ 163597.87277399998857, 386504.254374 ], [ 163399.999974, 386899.999974 ], [ 163400.13257399998838, 387274.313074 ], [ 163399.999974, 387299.999974 ], [ 163399.999974, 387396.393274 ], [ 163399.999974, 387399.999974 ], [ 163399.999974, 387899.999974 ], [ 163299.999974, 388099.999974 ], [ 163314.876874, 388159.507474 ], [ 163398.54197399999248, 388494.167674 ], [ 163399.999974, 388499.999974 ], [ 163599.999974, 388699.999974 ], [ 163685.625074, 388956.875274 ], [ 163699.999974, 388999.999974 ], [ 163899.999974, 389299.999974 ], [ 163799.999974, 389599.999974 ], [ 163767.991574, 389621.338974 ], [ 163499.999974, 389799.999974 ], [ 163499.999974, 389980.568474 ], [ 163499.999974, 389999.999974 ], [ 164199.999974, 390299.999974 ], [ 164599.999974, 390299.999974 ], [ 165099.999974, 390699.999974 ], [ 165102.380974, 390702.116374 ], [ 165999.999974, 391499.999974 ], [ 165699.999974, 392399.999974 ], [ 165999.999974, 392299.999974 ], [ 165899.999974, 392599.999974 ], [ 165599.999974, 392999.999974 ], [ 165499.999974, 392999.999974 ], [ 165399.999974, 392999.999974 ], [ 165399.999974, 392899.999974 ], [ 164999.999974, 392899.999974 ], [ 166099.999974, 394299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0823" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 148899.999974, 395399.999974 ], [ 149499.999974, 395199.999974 ], [ 150654.38827399999718, 395777.19407399999909 ], [ 150699.999974, 395799.999974 ], [ 151199.999974, 395799.999974 ], [ 151499.999974, 395299.999974 ], [ 151999.999974, 395099.999974 ], [ 152899.999974, 395099.999974 ], [ 153699.999974, 393699.999974 ], [ 153599.999974, 393499.999974 ], [ 152799.999974, 393299.999974 ], [ 152699.999974, 392799.999974 ], [ 152699.999974, 392735.652574 ], [ 152699.999974, 392499.999974 ], [ 152499.999974, 392099.999974 ], [ 152405.438674, 392005.438674 ], [ 152399.999974, 391999.999974 ], [ 152499.999974, 390899.999974 ], [ 152799.999974, 389799.999974 ], [ 152799.999974, 389768.783774 ], [ 152799.999974, 389699.999974 ], [ 153399.999974, 389199.999974 ], [ 154158.096874, 388915.71367399999872 ], [ 154199.999974, 388899.999974 ], [ 154999.999974, 388599.999974 ], [ 155199.999974, 388699.999974 ], [ 155261.46837399998913, 388577.063274 ], [ 155267.742774, 388443.642074 ], [ 155299.999974, 388432.437974 ], [ 155299.999974, 388399.999974 ], [ 155299.999974, 386999.999974 ], [ 155299.999974, 386899.999974 ], [ 155299.16877399999066, 386899.261174 ], [ 154399.999974, 386099.999974 ], [ 153799.999974, 386299.999974 ], [ 152999.999974, 386399.999974 ], [ 152799.999974, 385899.999974 ], [ 151299.999974, 386599.999974 ], [ 151399.999974, 386299.999974 ], [ 151299.999974, 385999.999974 ], [ 151099.999974, 385999.999974 ], [ 150999.999974, 386099.999974 ], [ 150899.999974, 386099.999974 ], [ 149199.999974, 385499.999974 ], [ 148799.999974, 384899.999974 ], [ 148599.999974, 385099.999974 ], [ 147899.999974, 384999.999974 ], [ 147499.999974, 384599.999974 ], [ 147489.974274, 384597.994874 ], [ 146499.999974, 384399.999974 ], [ 146477.701574, 384399.999974 ], [ 146199.999974, 384399.999974 ], [ 145399.999974, 384099.999974 ], [ 145399.999974, 384063.558074 ], [ 145399.999974, 383799.999974 ], [ 145599.999974, 383199.999974 ], [ 144699.999974, 382699.999974 ], [ 144599.999974, 382199.999974 ], [ 144013.19097399999737, 381906.595474 ], [ 143999.999974, 381899.999974 ], [ 143615.32497399998829, 381803.83127399999648 ], [ 143599.999974, 381799.999974 ], [ 143199.999974, 382399.999974 ], [ 143099.999974, 382799.999974 ], [ 142399.999974, 382899.999974 ], [ 141699.999974, 382399.999974 ], [ 141399.999974, 382399.999974 ], [ 142695.996274, 386287.988674 ], [ 142699.999974, 386299.999974 ], [ 143399.999974, 387099.999974 ], [ 143595.14677399999346, 388075.733774 ], [ 143599.999974, 388099.999974 ], [ 143799.999974, 388799.999974 ], [ 143799.999974, 388807.290474 ], [ 143799.999974, 388899.999974 ], [ 144099.999974, 388999.999974 ], [ 144099.999974, 389099.999974 ], [ 143999.999974, 389999.999974 ], [ 145299.999974, 389999.999974 ], [ 145299.999974, 390799.999974 ], [ 145580.240774, 391173.654374 ], [ 145486.50147399998968, 391251.590274 ], [ 144499.999974, 391699.999974 ], [ 144299.999974, 391099.999974 ], [ 143799.999974, 390999.999974 ], [ 143699.999974, 391999.999974 ], [ 144199.999974, 392499.999974 ], [ 144399.999974, 393599.999974 ], [ 144427.08867399999872, 393576.781174 ], [ 145099.999974, 392999.999974 ], [ 145499.999974, 393599.999974 ], [ 145699.999974, 394599.999974 ], [ 146299.999974, 394599.999974 ], [ 146399.999974, 394999.999974 ], [ 146899.999974, 395299.999974 ], [ 147299.999974, 395099.999974 ], [ 147399.999974, 395499.999974 ], [ 146999.999974, 395699.999974 ], [ 147099.999974, 395999.999974 ], [ 148891.001174, 395402.999574 ], [ 148899.999974, 395399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0824" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 142099.999974, 400399.999974 ], [ 142299.999974, 399999.999974 ], [ 142699.999974, 400299.999974 ], [ 142999.75037399999565, 399700.49917399999686 ], [ 142999.999974, 399699.999974 ], [ 145299.999974, 399799.999974 ], [ 145296.526474, 399772.211974 ], [ 145199.999974, 398999.999974 ], [ 146287.25897399999667, 396924.323774 ], [ 146299.999974, 396899.999974 ], [ 146799.999974, 396099.999974 ], [ 147099.999974, 395999.999974 ], [ 146999.999974, 395699.999974 ], [ 147399.999974, 395499.999974 ], [ 147299.999974, 395099.999974 ], [ 146899.999974, 395299.999974 ], [ 146399.999974, 394999.999974 ], [ 146299.999974, 394599.999974 ], [ 145699.999974, 394599.999974 ], [ 145499.999974, 393599.999974 ], [ 145099.999974, 392999.999974 ], [ 144427.08867399999872, 393576.781174 ], [ 144399.999974, 393599.999974 ], [ 144199.999974, 392499.999974 ], [ 143699.999974, 391999.999974 ], [ 142999.999974, 391399.999974 ], [ 142099.999974, 391199.999974 ], [ 141699.999974, 391199.999974 ], [ 141299.999974, 390999.999974 ], [ 140899.999974, 390999.999974 ], [ 140599.999974, 391099.999974 ], [ 140566.591274, 391111.136274 ], [ 139999.999974, 391299.999974 ], [ 139499.999974, 391799.999974 ], [ 139199.999974, 391999.999974 ], [ 138899.999974, 392299.999974 ], [ 138889.193674, 392310.806274 ], [ 138499.999974, 392699.999974 ], [ 138412.55557399999816, 392641.703674 ], [ 138209.678374, 392506.452274 ], [ 138199.999974, 392499.999974 ], [ 137199.999974, 393499.999974 ], [ 137499.999974, 393899.999974 ], [ 137399.999974, 393999.999974 ], [ 137999.999974, 394799.999974 ], [ 137799.999974, 395299.999974 ], [ 138299.999974, 395299.999974 ], [ 138386.553174, 395386.553174 ], [ 138399.999974, 395399.999974 ], [ 137899.999974, 395599.999974 ], [ 137699.999974, 395899.999974 ], [ 137799.999974, 396899.999974 ], [ 137766.984574, 396966.030874 ], [ 137699.999974, 397099.999974 ], [ 138033.643474, 397967.473074 ], [ 138199.999974, 398399.999974 ], [ 138472.226674, 398762.968874 ], [ 138499.999974, 398799.999974 ], [ 139362.773974, 399758.63767399999779 ], [ 139399.999974, 399799.999974 ], [ 139414.103574, 399814.103574 ], [ 139999.999974, 400399.999974 ], [ 139999.999974, 400439.483674 ], [ 139999.999974, 400499.999974 ], [ 140099.999974, 400499.999974 ], [ 140599.999974, 400999.999974 ], [ 141099.999974, 401399.999974 ], [ 141399.999974, 401099.999974 ], [ 141630.19207399999141, 400869.807874 ], [ 142067.931874, 400432.068174 ], [ 142099.999974, 400399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0826" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 119951.48927399999229, 409612.12767399998847 ], [ 119999.999974, 409599.999974 ], [ 121099.999974, 409699.999974 ], [ 121799.999974, 409799.999974 ], [ 122199.999974, 409899.999974 ], [ 122999.999974, 409499.999974 ], [ 123099.999974, 408999.999974 ], [ 123399.999974, 408699.999974 ], [ 123601.836374, 408027.212174 ], [ 123699.999974, 407699.999974 ], [ 123608.81587399999262, 407061.711174 ], [ 123520.514074, 407076.548274 ], [ 123563.951074, 406939.918474 ], [ 123305.764874, 406509.608174 ], [ 123299.999974, 406499.999974 ], [ 122999.999974, 406199.999974 ], [ 122982.51927399999113, 406175.963974 ], [ 122199.999974, 405099.999974 ], [ 121599.999974, 404099.999974 ], [ 121778.464374, 404023.515274 ], [ 122211.46357399999397, 403837.944174 ], [ 122299.999974, 403799.999974 ], [ 122199.999974, 403499.999974 ], [ 121899.999974, 403399.999974 ], [ 122099.999974, 403099.999974 ], [ 122499.999974, 402299.999974 ], [ 122499.999974, 401507.062974 ], [ 122499.999974, 401499.999974 ], [ 122199.999974, 401099.999974 ], [ 121236.44947399999364, 400521.869674 ], [ 121199.999974, 400499.999974 ], [ 120556.745874, 400132.426174 ], [ 120539.631774, 400122.646774 ], [ 120499.999974, 400099.999974 ], [ 119099.999974, 399199.999974 ], [ 119099.999974, 398999.999974 ], [ 118799.999974, 398999.999974 ], [ 118099.999974, 399099.999974 ], [ 117699.999974, 399299.999974 ], [ 117338.384774, 399752.019074 ], [ 117299.999974, 399799.999974 ], [ 117199.999974, 400899.999974 ], [ 116972.631774, 400990.947274 ], [ 116746.86847399998805, 401081.25267399998847 ], [ 116699.999974, 401099.999974 ], [ 117099.999974, 401599.999974 ], [ 117299.999974, 401799.999974 ], [ 117284.754374, 401830.491274 ], [ 116999.999974, 402399.999974 ], [ 117299.999974, 403299.999974 ], [ 116299.999974, 404099.999974 ], [ 116199.999974, 404399.999974 ], [ 115714.300974, 404885.698974 ], [ 115699.999974, 404899.999974 ], [ 115099.999974, 405099.999974 ], [ 114799.999974, 404999.999974 ], [ 113599.999974, 405199.999974 ], [ 113579.999974, 405260.000074 ], [ 113499.999974, 405499.999974 ], [ 113975.476074, 405896.229974 ], [ 114099.999974, 405999.999974 ], [ 113899.999974, 406199.999974 ], [ 113112.023874, 408465.431374 ], [ 113099.999974, 408499.999974 ], [ 113130.46907399999327, 408518.281374 ], [ 114099.999974, 409099.999974 ], [ 115549.203374, 409583.06777399999555 ], [ 115599.999974, 409599.999974 ], [ 115896.0224739999976, 409711.008474 ], [ 116399.999974, 409899.999974 ], [ 117299.999974, 410199.999974 ], [ 117299.999974, 410362.840374 ], [ 117299.999974, 410599.999974 ], [ 117399.999974, 410899.999974 ], [ 117414.692474, 410895.102574 ], [ 117999.999974, 410699.999974 ], [ 118699.999974, 409899.999974 ], [ 119599.999974, 409699.999974 ], [ 119897.465674, 409625.633574 ], [ 119951.48927399999229, 409612.12767399998847 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0828" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 170099.999974, 426299.999974 ], [ 170899.999974, 425699.999974 ], [ 171499.999974, 425699.999974 ], [ 171550.194974, 425699.999974 ], [ 172199.999974, 425699.999974 ], [ 172584.71477399999276, 425411.463874 ], [ 172599.999974, 425399.999974 ], [ 172899.999974, 424999.999974 ], [ 172905.739474, 424977.042174 ], [ 173099.999974, 424199.999974 ], [ 173399.999974, 423699.999974 ], [ 173419.316274, 423674.244974 ], [ 173999.999974, 422899.999974 ], [ 174023.25147399998968, 422888.374274 ], [ 174399.999974, 422699.999974 ], [ 174799.999974, 422699.999974 ], [ 174860.69697399999131, 422692.412874 ], [ 175599.999974, 422599.999974 ], [ 176083.587574, 422309.847474 ], [ 176099.999974, 422299.999974 ], [ 176299.999974, 421899.999974 ], [ 176699.999974, 421199.999974 ], [ 176999.999974, 420899.999974 ], [ 177399.999974, 420799.999974 ], [ 176699.999974, 419999.999974 ], [ 176299.999974, 419199.999974 ], [ 175999.999974, 418999.999974 ], [ 175699.999974, 418999.999974 ], [ 175199.999974, 419199.999974 ], [ 174811.337174, 419880.160074 ], [ 174799.999974, 419899.999974 ], [ 174499.999974, 419399.999974 ], [ 174499.999974, 419148.808474 ], [ 174499.999974, 419099.999974 ], [ 174399.999974, 418399.999974 ], [ 174387.82757399999537, 418375.655174 ], [ 174299.999974, 418199.999974 ], [ 173899.999974, 418599.999974 ], [ 173099.999974, 419499.999974 ], [ 172099.999974, 419199.999974 ], [ 172199.999974, 418899.999974 ], [ 171542.30917399999453, 418697.633574 ], [ 171448.60997399999178, 418668.803074 ], [ 170899.999974, 418499.999974 ], [ 170878.960674, 418510.519674 ], [ 170699.999974, 418599.999974 ], [ 170199.999974, 418299.999974 ], [ 169499.999974, 417999.999974 ], [ 169499.999974, 417699.999974 ], [ 168099.999974, 417399.999974 ], [ 168101.34827399998903, 417385.168874 ], [ 168199.999974, 416299.999974 ], [ 168347.44937399998889, 416005.101174 ], [ 168399.999974, 415899.999974 ], [ 168099.999974, 415899.999974 ], [ 167906.090174, 415803.045074 ], [ 167899.999974, 415799.999974 ], [ 167599.999974, 415799.999974 ], [ 167586.456574, 415803.869574 ], [ 166899.999974, 415999.999974 ], [ 165806.62407399999211, 416596.386874 ], [ 165790.51437399999122, 416658.540074 ], [ 165748.03107399999863, 416622.272374 ], [ 165107.91517399999429, 416896.607774 ], [ 165099.999974, 416899.999974 ], [ 164599.999974, 416799.999974 ], [ 163434.168674, 416620.6413739999989 ], [ 163299.999974, 416599.999974 ], [ 162699.999974, 416299.999974 ], [ 162599.999974, 416399.999974 ], [ 162481.34897399999318, 416399.999974 ], [ 162399.999974, 416399.999974 ], [ 162199.999974, 416499.999974 ], [ 162199.999974, 416699.999974 ], [ 162299.999974, 416999.999974 ], [ 162699.999974, 417399.999974 ], [ 162697.020274, 417402.234774 ], [ 162348.498074, 417663.626474 ], [ 162299.999974, 417699.999974 ], [ 161799.999974, 418099.999974 ], [ 161875.00087399999029, 418250.001874 ], [ 161884.223674, 418268.447374 ], [ 161899.999974, 418299.999974 ], [ 160999.999974, 418799.999974 ], [ 161099.999974, 418899.999974 ], [ 160899.999974, 419299.999974 ], [ 160499.999974, 419199.999974 ], [ 160299.999974, 419499.999974 ], [ 160199.999974, 420299.999974 ], [ 159999.999974, 420299.999974 ], [ 160676.60027399999672, 420686.628774 ], [ 160699.999974, 420699.999974 ], [ 160999.999974, 420899.999974 ], [ 161299.999974, 421399.999974 ], [ 161311.92677399999229, 421410.222974 ], [ 161999.999974, 421999.999974 ], [ 162402.08187399999588, 422134.02727399999276 ], [ 162599.999974, 422199.999974 ], [ 163399.999974, 422699.999974 ], [ 163799.999974, 422999.999974 ], [ 163799.999974, 423059.433474 ], [ 163799.999974, 423299.999974 ], [ 164299.999974, 423599.999974 ], [ 164799.999974, 424199.999974 ], [ 164940.40767399998731, 424340.407674 ], [ 165022.51577399999951, 424422.515774 ], [ 165199.999974, 424599.999974 ], [ 165199.999974, 425299.999974 ], [ 165264.146474, 425299.999974 ], [ 165499.999974, 425299.999974 ], [ 165899.999974, 425399.999974 ], [ 166099.999974, 425599.999974 ], [ 166286.4255739999935, 426066.063874 ], [ 166299.999974, 426099.999974 ], [ 166382.305274, 426264.61067399999592 ], [ 166399.999974, 426299.999974 ], [ 166699.999974, 426499.999974 ], [ 167388.51427399998647, 426598.359174 ], [ 167399.999974, 426599.999974 ], [ 168066.74857399999746, 426599.999974 ], [ 168099.999974, 426599.999974 ], [ 168899.999974, 426799.999974 ], [ 169499.999974, 426599.999974 ], [ 170099.999974, 426299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0840" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 95399.999974, 396199.999974 ], [ 95599.999974, 395899.999974 ], [ 95776.59527399999206, 395899.999974 ], [ 95799.999974, 395899.999974 ], [ 96409.417473999987124, 396111.971274 ], [ 96969.860774, 396306.908074 ], [ 98092.63207399999374, 396697.437274 ], [ 98099.999974, 396699.999974 ], [ 98184.889574, 396699.999974 ], [ 98199.999974, 396699.999974 ], [ 99799.999974, 397199.999974 ], [ 99817.95567399999709, 397182.044274 ], [ 99887.136474, 397112.863474 ], [ 99899.999974, 397099.999974 ], [ 100186.70057399998768, 397099.999974 ], [ 100199.999974, 397099.999974 ], [ 100499.999974, 396899.999974 ], [ 101099.999974, 396399.999974 ], [ 101120.53447399998549, 396395.893074 ], [ 102099.999974, 396199.999974 ], [ 102199.999974, 395699.999974 ], [ 102599.999974, 395299.999974 ], [ 102799.999974, 395099.999974 ], [ 102999.999974, 395099.999974 ], [ 103199.999974, 395199.999974 ], [ 103099.999974, 393099.999974 ], [ 102499.999974, 392999.999974 ], [ 102099.999974, 392699.999974 ], [ 101699.999974, 392199.999974 ], [ 101799.999974, 391599.999974 ], [ 101139.47037399999681, 391316.915874 ], [ 101099.999974, 391299.999974 ], [ 98942.059473999979673, 391594.264574 ], [ 98899.999974, 391599.999974 ], [ 99599.999974, 389999.999974 ], [ 99199.999974, 389899.999974 ], [ 98699.999974, 389599.999974 ], [ 98599.999974, 389299.999974 ], [ 98599.999974, 389099.999974 ], [ 98399.999974, 388499.999974 ], [ 98397.137473999988288, 388500.780674 ], [ 97299.999974, 388799.999974 ], [ 96699.999974, 387499.999974 ], [ 95999.999974, 388499.999974 ], [ 92399.999974, 387999.999974 ], [ 92399.999974, 388399.999974 ], [ 92899.999974, 388599.999974 ], [ 92699.999974, 388999.999974 ], [ 93199.632573999988381, 390498.897574 ], [ 93199.999974, 390499.999974 ], [ 93282.840273999987403, 390665.68057399999816 ], [ 93299.999974, 390699.999974 ], [ 93199.999974, 391299.999974 ], [ 93599.999974, 392299.999974 ], [ 93627.7160739999963, 392306.929074 ], [ 94399.999974, 392499.999974 ], [ 94799.999974, 393499.999974 ], [ 95099.999974, 395199.999974 ], [ 94629.278774, 395294.144274 ], [ 94599.999974, 395299.999974 ], [ 94532.758173999987775, 395299.999974 ], [ 93899.999974, 395299.999974 ], [ 93867.25287399999797, 395313.098874 ], [ 93399.999974, 395499.999974 ], [ 93299.999974, 395599.999974 ], [ 93299.999974, 395999.999974 ], [ 93306.905173999984981, 396034.526074 ], [ 93499.999974, 396999.999974 ], [ 93599.999974, 397499.999974 ], [ 93799.999974, 397799.999974 ], [ 94099.999974, 398099.999974 ], [ 94147.568574, 398092.864674 ], [ 95827.225673999986611, 397840.916174 ], [ 96050.838473999989219, 397766.205974 ], [ 96072.502474, 397761.503474 ], [ 95599.999974, 397099.999974 ], [ 95499.999974, 396599.999974 ], [ 95399.999974, 396199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0844" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 158547.46167399999104, 406780.01617399998941 ], [ 160399.999974, 405999.999974 ], [ 160435.793674, 405982.103174 ], [ 160594.54137399999308, 405902.729274 ], [ 160599.999974, 405899.999974 ], [ 162599.999974, 404199.999974 ], [ 162999.999974, 403799.999974 ], [ 162899.999974, 403399.999974 ], [ 162875.21477399999276, 403325.644174 ], [ 162699.999974, 402799.999974 ], [ 162499.999974, 402399.999974 ], [ 161799.999974, 402299.999974 ], [ 161799.999974, 402249.381774 ], [ 161799.999974, 401899.999974 ], [ 161999.999974, 401399.999974 ], [ 162299.999974, 399799.999974 ], [ 160599.999974, 401499.999974 ], [ 159558.411174, 401026.5505739999935 ], [ 159524.56777399999555, 401011.167174 ], [ 159499.999974, 400999.999974 ], [ 157999.999974, 400399.999974 ], [ 157973.28527399999439, 400389.31407399999443 ], [ 156999.999974, 399999.999974 ], [ 156499.999974, 400999.999974 ], [ 155499.999974, 401099.999974 ], [ 155199.999974, 401599.999974 ], [ 155199.999974, 401799.999974 ], [ 155439.330774, 401879.776974 ], [ 155499.999974, 401899.999974 ], [ 155299.999974, 402499.999974 ], [ 155299.999974, 403099.999974 ], [ 155100.13747399998829, 403599.656274 ], [ 155099.999974, 403599.999974 ], [ 154899.999974, 403599.999974 ], [ 154799.999974, 403899.999974 ], [ 154699.999974, 404699.999974 ], [ 154199.999974, 404999.999974 ], [ 153899.999974, 404899.999974 ], [ 153899.999974, 405399.999974 ], [ 154399.999974, 405499.999974 ], [ 154219.692874, 405680.307174 ], [ 154199.999974, 405699.999974 ], [ 153899.999974, 405899.999974 ], [ 154499.999974, 406099.999974 ], [ 154499.999974, 406299.999974 ], [ 154399.999974, 406399.999974 ], [ 155599.999974, 406299.999974 ], [ 156299.999974, 406599.999974 ], [ 156599.999974, 406899.999974 ], [ 156899.999974, 407399.999974 ], [ 157499.999974, 407199.999974 ], [ 158499.999974, 406799.999974 ], [ 158547.46167399999104, 406780.01617399998941 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0845" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 158599.999974, 412399.999974 ], [ 159199.999974, 411799.999974 ], [ 158999.999974, 411099.999974 ], [ 159023.63507399999071, 411090.545974 ], [ 159499.999974, 410899.999974 ], [ 159499.999974, 411099.999974 ], [ 159799.999974, 410999.999974 ], [ 159299.999974, 408999.999974 ], [ 158999.999974, 408399.999974 ], [ 158599.999974, 408399.999974 ], [ 158156.56167399999686, 408399.999974 ], [ 158099.999974, 408304.44407399999909 ], [ 158099.999974, 407999.999974 ], [ 157799.999974, 407499.999974 ], [ 157521.699874, 407221.699874 ], [ 157499.999974, 407199.999974 ], [ 156899.999974, 407399.999974 ], [ 156599.999974, 406899.999974 ], [ 156299.999974, 406599.999974 ], [ 155599.999974, 406299.999974 ], [ 154399.999974, 406399.999974 ], [ 154499.999974, 406299.999974 ], [ 154499.999974, 406099.999974 ], [ 153899.999974, 405899.999974 ], [ 154199.999974, 405699.999974 ], [ 154219.692874, 405680.307174 ], [ 154399.999974, 405499.999974 ], [ 153899.999974, 405399.999974 ], [ 153899.999974, 404899.999974 ], [ 154199.999974, 404999.999974 ], [ 154699.999974, 404699.999974 ], [ 154799.999974, 403899.999974 ], [ 154899.999974, 403599.999974 ], [ 155099.999974, 403599.999974 ], [ 155100.13747399998829, 403599.656274 ], [ 155299.999974, 403099.999974 ], [ 155299.999974, 402499.999974 ], [ 155499.999974, 401899.999974 ], [ 155439.330774, 401879.776974 ], [ 155199.999974, 401799.999974 ], [ 154599.999974, 401599.999974 ], [ 154399.999974, 401499.999974 ], [ 154391.719974, 401497.239974 ], [ 154099.999974, 401399.999974 ], [ 153329.080374, 401399.999974 ], [ 153299.999974, 401399.999974 ], [ 152599.999974, 401299.999974 ], [ 152499.999974, 401699.999974 ], [ 152099.999974, 401499.999974 ], [ 151799.999974, 401399.999974 ], [ 151446.254174, 401576.87287399999332 ], [ 151399.999974, 401599.999974 ], [ 151199.999974, 401999.999974 ], [ 151199.999974, 402499.999974 ], [ 151399.999974, 402699.999974 ], [ 151599.999974, 402799.999974 ], [ 151899.999974, 403099.999974 ], [ 151899.999974, 403499.999974 ], [ 151882.80867399999988, 403511.460874 ], [ 151599.999974, 403699.999974 ], [ 150199.999974, 405099.999974 ], [ 150399.999974, 405199.999974 ], [ 150399.999974, 405399.999974 ], [ 150299.999974, 405599.999974 ], [ 150299.999974, 405899.999974 ], [ 150299.999974, 406199.999974 ], [ 150299.999974, 406794.035674 ], [ 150299.999974, 406799.999974 ], [ 150099.999974, 407099.999974 ], [ 149899.999974, 407099.999974 ], [ 149799.999974, 407199.999974 ], [ 149799.999974, 407699.999974 ], [ 149399.999974, 407999.999974 ], [ 149199.999974, 408399.999974 ], [ 149199.999974, 408499.999974 ], [ 149599.999974, 408799.999974 ], [ 150010.344874, 408975.862074 ], [ 150061.573474, 408997.817174 ], [ 150299.999974, 409099.999974 ], [ 150832.776874, 409366.388474 ], [ 150899.999974, 409399.999974 ], [ 151699.999974, 408399.999974 ], [ 151879.821674, 408489.910874 ], [ 151817.46477399999276, 408582.535274 ], [ 151799.999974, 408599.999974 ], [ 151999.999974, 408699.999974 ], [ 152699.999974, 409199.999974 ], [ 152799.999974, 409499.999974 ], [ 152794.811174, 409505.188874 ], [ 152499.999974, 409799.999974 ], [ 152599.999974, 410299.999974 ], [ 152886.025274, 410395.341774 ], [ 153025.736374, 410368.565874 ], [ 153638.85257399998954, 410215.286874 ], [ 153699.999974, 410211.688574 ], [ 153699.999974, 410499.999974 ], [ 153299.999974, 410999.999974 ], [ 152799.999974, 411999.999974 ], [ 152899.999974, 412099.999974 ], [ 152962.00697399998899, 412120.668974 ], [ 153199.999974, 412199.999974 ], [ 153499.999974, 411999.999974 ], [ 153691.153174, 411999.999974 ], [ 153699.999974, 411999.999974 ], [ 153899.999974, 412099.999974 ], [ 153999.999974, 412299.999974 ], [ 154199.999974, 412399.999974 ], [ 154201.396974, 412400.199574 ], [ 154898.534974, 412499.790674 ], [ 154899.999974, 412499.999974 ], [ 155699.999974, 412199.999974 ], [ 157899.999974, 412499.999974 ], [ 158599.999974, 412399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0846" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 156499.999974, 400999.999974 ], [ 156999.999974, 399999.999974 ], [ 157973.28527399999439, 400389.31407399999443 ], [ 157999.999974, 400399.999974 ], [ 159499.999974, 400999.999974 ], [ 159524.56777399999555, 401011.167174 ], [ 159558.411174, 401026.5505739999935 ], [ 160599.999974, 401499.999974 ], [ 162299.999974, 399799.999974 ], [ 162899.999974, 399899.999974 ], [ 162899.999974, 399864.588174 ], [ 162899.999974, 399802.40117399999872 ], [ 162899.999974, 399799.999974 ], [ 162907.509874, 399798.122574 ], [ 164499.999974, 399399.999974 ], [ 164699.999974, 399299.999974 ], [ 165164.48737399998936, 398556.82017399999313 ], [ 165199.999974, 398499.999974 ], [ 165599.999974, 397999.999974 ], [ 166299.999974, 397799.999974 ], [ 166199.999974, 397499.999974 ], [ 166181.92507399999886, 397472.88767399999779 ], [ 165999.999974, 397199.999974 ], [ 165899.999974, 396599.999974 ], [ 165099.999974, 396499.999974 ], [ 165999.999974, 394799.999974 ], [ 165799.999974, 394599.999974 ], [ 166099.999974, 394299.999974 ], [ 164999.999974, 392899.999974 ], [ 164599.999974, 392599.999974 ], [ 164209.97957399999723, 392599.999974 ], [ 164199.999974, 392599.999974 ], [ 163899.999974, 392699.999974 ], [ 163893.78167399999802, 392699.999974 ], [ 163399.999974, 392699.999974 ], [ 163099.999974, 392499.999974 ], [ 162838.25897399999667, 392499.999974 ], [ 162799.999974, 392499.999974 ], [ 162799.999974, 392899.999974 ], [ 163099.999974, 393099.999974 ], [ 162699.999974, 393299.999974 ], [ 162599.999974, 393099.999974 ], [ 162399.999974, 393099.999974 ], [ 161999.999974, 393899.999974 ], [ 161904.41887399999541, 394760.230474 ], [ 161899.999974, 394799.999974 ], [ 160599.999974, 394599.999974 ], [ 159821.029974, 394307.886274 ], [ 159799.999974, 394299.999974 ], [ 158499.999974, 393899.999974 ], [ 158099.999974, 393799.999974 ], [ 157999.999974, 393999.999974 ], [ 157499.999974, 393899.999974 ], [ 157299.999974, 394399.999974 ], [ 156599.999974, 394799.999974 ], [ 156299.999974, 395499.999974 ], [ 156199.999974, 395499.999974 ], [ 156199.999974, 396099.999974 ], [ 156111.882274, 396540.588474 ], [ 156099.999974, 396599.999974 ], [ 155899.999974, 396999.999974 ], [ 155799.999974, 397399.999974 ], [ 155799.999974, 398099.999974 ], [ 155906.911174, 398206.911174 ], [ 155999.999974, 398299.999974 ], [ 156199.999974, 398499.999974 ], [ 155599.999974, 398599.999974 ], [ 155399.999974, 398999.999974 ], [ 155199.999974, 399399.999974 ], [ 154599.999974, 399899.999974 ], [ 154899.999974, 400099.999974 ], [ 154999.999974, 400199.999974 ], [ 154699.999974, 400599.999974 ], [ 154699.999974, 400984.172674 ], [ 154699.999974, 400999.999974 ], [ 154712.56477399999858, 401018.84717399999499 ], [ 154899.999974, 401299.999974 ], [ 154599.999974, 401599.999974 ], [ 155199.999974, 401799.999974 ], [ 155199.999974, 401599.999974 ], [ 155499.999974, 401099.999974 ], [ 156499.999974, 400999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0847" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 176023.55677399999695, 383768.590974 ], [ 176299.999974, 383399.999974 ], [ 176799.999974, 381499.999974 ], [ 176799.999974, 381489.318074 ], [ 176799.999974, 381399.999974 ], [ 176799.999974, 381394.148274 ], [ 176799.999974, 381099.999974 ], [ 176802.572374, 381092.282774 ], [ 177099.999974, 380199.999974 ], [ 177999.999974, 379199.999974 ], [ 178001.022074, 379198.977974 ], [ 179299.999974, 377899.999974 ], [ 179399.999974, 377599.999974 ], [ 179497.71237399999518, 376232.027074 ], [ 179499.999974, 376199.999974 ], [ 179563.12727399999858, 375884.363574 ], [ 179599.999974, 375699.999974 ], [ 179899.999974, 375799.999974 ], [ 179900.256674, 375799.415474 ], [ 181699.999974, 371699.999974 ], [ 180999.999974, 371499.999974 ], [ 180947.86317399999825, 371484.358974 ], [ 180039.606174, 371211.881874 ], [ 179999.999974, 371199.999974 ], [ 177799.999974, 370499.999974 ], [ 177751.02987399999984, 370483.676574 ], [ 176924.44097399999737, 370208.146974 ], [ 176899.999974, 370199.999974 ], [ 174899.999974, 369599.999974 ], [ 174699.999974, 369799.999974 ], [ 174699.999974, 369999.999974 ], [ 174799.999974, 370299.999974 ], [ 174899.999974, 370499.999974 ], [ 174699.999974, 370799.999974 ], [ 174499.999974, 370799.999974 ], [ 173599.999974, 373899.999974 ], [ 172504.460674, 377784.184774 ], [ 172499.999974, 377799.999974 ], [ 172499.999974, 379799.999974 ], [ 172499.999974, 381499.999974 ], [ 172499.999974, 381580.297874 ], [ 172499.999974, 381599.999974 ], [ 172799.999974, 382799.999974 ], [ 172799.999974, 383499.999974 ], [ 173099.999974, 383699.999974 ], [ 173099.999974, 383599.999974 ], [ 173399.999974, 384099.999974 ], [ 173699.999974, 384899.999974 ], [ 173699.999974, 385167.39617399999406 ], [ 173699.999974, 385299.999974 ], [ 174599.999974, 385299.999974 ], [ 174682.515174, 385341.257574 ], [ 174799.999974, 385399.999974 ], [ 175497.100374, 384503.728074 ], [ 175499.999974, 384499.999974 ], [ 175999.999974, 383799.999974 ], [ 176023.55677399999695, 383768.590974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0848" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 161999.999974, 393899.999974 ], [ 162399.999974, 393099.999974 ], [ 162599.999974, 393099.999974 ], [ 162699.999974, 393299.999974 ], [ 163099.999974, 393099.999974 ], [ 162799.999974, 392899.999974 ], [ 162799.999974, 392499.999974 ], [ 162838.25897399999667, 392499.999974 ], [ 163099.999974, 392499.999974 ], [ 163399.999974, 392699.999974 ], [ 163893.78167399999802, 392699.999974 ], [ 163899.999974, 392699.999974 ], [ 164199.999974, 392599.999974 ], [ 164209.97957399999723, 392599.999974 ], [ 164599.999974, 392599.999974 ], [ 164999.999974, 392899.999974 ], [ 165399.999974, 392899.999974 ], [ 165399.999974, 392999.999974 ], [ 165499.999974, 392999.999974 ], [ 165599.999974, 392999.999974 ], [ 165899.999974, 392599.999974 ], [ 165999.999974, 392299.999974 ], [ 165699.999974, 392399.999974 ], [ 165999.999974, 391499.999974 ], [ 165102.380974, 390702.116374 ], [ 165099.999974, 390699.999974 ], [ 164599.999974, 390299.999974 ], [ 164199.999974, 390299.999974 ], [ 163499.999974, 389999.999974 ], [ 163499.999974, 389980.568474 ], [ 163499.999974, 389799.999974 ], [ 162599.999974, 389799.999974 ], [ 162577.54447399999481, 389798.128674 ], [ 162561.502974, 389796.791874 ], [ 161409.23307399998885, 389700.769374 ], [ 161399.999974, 389699.999974 ], [ 160699.999974, 389699.999974 ], [ 160660.27907399999094, 389696.689974 ], [ 159499.999974, 389599.999974 ], [ 159451.084574, 389599.999974 ], [ 159348.31287399999565, 389599.999974 ], [ 159299.999974, 389599.999974 ], [ 158821.18957399998908, 389408.47587399999611 ], [ 158799.999974, 389399.999974 ], [ 158699.999974, 389699.999974 ], [ 159199.999974, 391499.999974 ], [ 158299.999974, 392799.999974 ], [ 157499.999974, 393899.999974 ], [ 157999.999974, 393999.999974 ], [ 158099.999974, 393799.999974 ], [ 158499.999974, 393899.999974 ], [ 159799.999974, 394299.999974 ], [ 159821.029974, 394307.886274 ], [ 160599.999974, 394599.999974 ], [ 161899.999974, 394799.999974 ], [ 161904.41887399999541, 394760.230474 ], [ 161999.999974, 393899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0851" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 84499.999974, 407999.999974 ], [ 84999.999974, 407499.999974 ], [ 85099.999974, 407499.999974 ], [ 85752.088373999984469, 406847.911674 ], [ 85799.999974, 406799.999974 ], [ 86164.81407399999443, 406708.796474 ], [ 86199.999974, 406699.999974 ], [ 86499.999974, 406399.999974 ], [ 86699.999974, 405999.999974 ], [ 87299.999974, 405399.999974 ], [ 87499.999974, 405199.999974 ], [ 88099.999974, 405099.999974 ], [ 88299.999974, 404999.999974 ], [ 88599.999974, 404299.999974 ], [ 88634.756173999980092, 404259.451074 ], [ 89199.999974, 403599.999974 ], [ 89199.999974, 403399.999974 ], [ 88899.999974, 403299.999974 ], [ 88499.999974, 402999.999974 ], [ 88599.999974, 402299.999974 ], [ 88599.999974, 402270.85197399999015 ], [ 88599.999974, 400999.999974 ], [ 88599.999974, 400989.369074 ], [ 88599.999974, 400599.999974 ], [ 88603.113473999983398, 400587.546074 ], [ 88799.999974, 399799.999974 ], [ 89599.999974, 398199.999974 ], [ 89399.999974, 398099.999974 ], [ 89399.999974, 397099.999974 ], [ 89199.999974, 396799.999974 ], [ 88599.999974, 396699.999974 ], [ 88399.999974, 396399.999974 ], [ 87326.805774, 396302.436874 ], [ 87299.999974, 396299.999974 ], [ 85014.074173999979394, 395504.895374 ], [ 84999.999974, 395499.999974 ], [ 84729.58317399999942, 395499.999974 ], [ 84699.999974, 395499.999974 ], [ 83899.999974, 395699.999974 ], [ 83856.711974, 395709.774674 ], [ 80799.999974, 396399.999974 ], [ 79399.999974, 396599.999974 ], [ 79394.336974, 396605.663074 ], [ 79402.023373999982141, 396641.151274 ], [ 79402.52907399999094, 396643.485974 ], [ 79408.50717399999849, 396808.507174 ], [ 79499.999974, 396899.999974 ], [ 79499.999974, 397199.999974 ], [ 79474.26507399999537, 397210.596774 ], [ 77799.999974, 397899.999974 ], [ 77424.397773999982746, 397899.999974 ], [ 77399.999974, 397899.999974 ], [ 77399.999974, 398099.999974 ], [ 77399.999974, 398111.171674 ], [ 77399.999974, 398299.999974 ], [ 76312.168073999986518, 398596.681474 ], [ 76299.999974, 398599.999974 ], [ 75699.999974, 397799.999974 ], [ 75599.999974, 397099.999974 ], [ 75399.999974, 396399.999974 ], [ 75199.999974, 396299.999974 ], [ 75099.999974, 396899.999974 ], [ 74699.999974, 397699.999974 ], [ 72599.999974, 400299.999974 ], [ 72299.999974, 400899.999974 ], [ 72099.999974, 401599.999974 ], [ 72099.999974, 402590.69997399998829 ], [ 72099.999974, 402599.999974 ], [ 72188.073673999984749, 402952.294774 ], [ 72199.999974, 402999.999974 ], [ 72599.999974, 403899.999974 ], [ 73099.999974, 404499.999974 ], [ 73799.999974, 404999.999974 ], [ 75399.999974, 405599.999974 ], [ 75599.999974, 405399.999974 ], [ 76499.999974, 405399.999974 ], [ 76499.999974, 405299.999974 ], [ 76502.67747399999644, 405301.912474 ], [ 77199.999974, 405799.999974 ], [ 77799.999974, 405999.999974 ], [ 78499.999974, 406199.999974 ], [ 79099.999974, 406299.999974 ], [ 79299.999974, 406299.999974 ], [ 79799.999974, 406499.999974 ], [ 80399.999974, 406799.999974 ], [ 80899.999974, 406899.999974 ], [ 80999.999974, 406899.999974 ], [ 81399.999974, 406899.999974 ], [ 81399.999974, 406799.999974 ], [ 82099.999974, 406699.999974 ], [ 82499.999974, 406799.999974 ], [ 83199.999974, 407099.999974 ], [ 83999.999974, 407599.999974 ], [ 84499.999974, 407999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0852" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 136399.999974, 497199.999974 ], [ 136799.999974, 497099.999974 ], [ 137699.999974, 497299.999974 ], [ 137899.999974, 497299.999974 ], [ 137999.999974, 497199.999974 ], [ 137999.999974, 496999.999974 ], [ 137757.72757399998954, 496919.242574 ], [ 137699.999974, 496899.999974 ], [ 137299.999974, 496699.999974 ], [ 136899.999974, 496499.999974 ], [ 136199.999974, 496299.999974 ], [ 135899.999974, 495899.999974 ], [ 135399.999974, 495899.999974 ], [ 135099.999974, 495699.999974 ], [ 135005.35327399999369, 495889.293374 ], [ 134999.999974, 495899.999974 ], [ 134999.999974, 495999.999974 ], [ 135499.999974, 496899.999974 ], [ 135599.999974, 497199.999974 ], [ 135699.999974, 497699.999974 ], [ 135099.999974, 500099.999974 ], [ 135699.999974, 497899.999974 ], [ 136299.999974, 497399.999974 ], [ 136399.999974, 497199.999974 ] ] ], [ [ [ 130389.872074, 499805.626674 ], [ 130399.999974, 499799.999974 ], [ 130699.999974, 499999.999974 ], [ 130799.445574, 500099.445574 ], [ 130799.999974, 500099.999974 ], [ 131299.999974, 500099.999974 ], [ 132599.999974, 500399.999974 ], [ 132611.11007399999653, 500399.999974 ], [ 132699.999974, 500399.999974 ], [ 132699.999974, 499799.999974 ], [ 132699.999974, 499399.999974 ], [ 132799.999974, 498799.999974 ], [ 133099.999974, 498599.999974 ], [ 133399.999974, 498199.999974 ], [ 133299.999974, 497899.999974 ], [ 132899.999974, 497799.999974 ], [ 132099.999974, 497999.999974 ], [ 131299.999974, 497499.999974 ], [ 131227.397774, 497572.60217399999965 ], [ 130939.29437399999006, 497643.158174 ], [ 130937.70317399999476, 497638.593774 ], [ 130914.287274, 497571.425374 ], [ 130999.999974, 497399.999974 ], [ 131499.999974, 497099.999974 ], [ 131799.999974, 497099.999974 ], [ 131999.999974, 497299.999974 ], [ 132399.999974, 497199.999974 ], [ 132399.999974, 496999.999974 ], [ 131999.999974, 496299.999974 ], [ 131989.14797399999225, 496234.88767399999779 ], [ 131936.895974, 495921.375874 ], [ 131899.999974, 495699.999974 ], [ 131899.999974, 495666.101574 ], [ 131899.999974, 495542.834274 ], [ 131899.999974, 494999.999974 ], [ 131999.999974, 494699.999974 ], [ 132999.999974, 494399.999974 ], [ 133199.999974, 494599.999974 ], [ 133590.79677399998764, 494528.946074 ], [ 134299.999974, 494399.999974 ], [ 134599.999974, 494199.999974 ], [ 134699.999974, 494199.999974 ], [ 134999.999974, 494699.999974 ], [ 135098.041174, 495680.411474 ], [ 135099.999974, 495679.878674 ], [ 135099.999974, 494799.999974 ], [ 134899.999974, 494399.999974 ], [ 134714.705874, 494091.176474 ], [ 134499.999974, 494199.999974 ], [ 133899.999974, 493499.999974 ], [ 133599.999974, 492999.999974 ], [ 133599.999974, 492599.999974 ], [ 133299.999974, 492099.999974 ], [ 133099.999974, 492199.999974 ], [ 132599.999974, 492099.999974 ], [ 131999.999974, 491999.999974 ], [ 131399.999974, 492199.999974 ], [ 131359.86737399999402, 492191.97347399999853 ], [ 130899.999974, 492099.999974 ], [ 130599.999974, 492499.999974 ], [ 130099.999974, 492599.999974 ], [ 130097.528774, 492597.528774 ], [ 129899.999974, 492399.999974 ], [ 128699.999974, 493099.999974 ], [ 127999.999974, 493099.999974 ], [ 127899.999974, 492899.999974 ], [ 127799.999974, 492899.999974 ], [ 127499.999974, 493299.999974 ], [ 127028.376874, 493017.02617399999872 ], [ 126999.999974, 492999.999974 ], [ 126799.999974, 492899.999974 ], [ 125099.999974, 492699.999974 ], [ 125118.85937399999239, 492728.289074 ], [ 125299.999974, 492999.999974 ], [ 125299.999974, 494399.999974 ], [ 125202.16627399998833, 495671.838274 ], [ 125199.999974, 495699.999974 ], [ 125099.999974, 496199.999974 ], [ 125299.999974, 496799.999974 ], [ 125099.999974, 497999.999974 ], [ 125099.999974, 498561.93037399998866 ], [ 125099.999974, 498599.999974 ], [ 125199.999974, 499699.999974 ], [ 125574.562474, 499606.35937399999239 ], [ 125599.999974, 499599.999974 ], [ 125499.999974, 498699.999974 ], [ 125799.999974, 498299.999974 ], [ 125842.635974, 498294.670474 ], [ 126599.999974, 498199.999974 ], [ 126899.999974, 498199.999974 ], [ 127099.999974, 498399.999974 ], [ 127103.834474, 498406.194174 ], [ 128399.999974, 500499.999974 ], [ 128408.869374, 500513.304074 ], [ 128599.999974, 500799.999974 ], [ 130389.872074, 499805.626674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0855" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 138299.999974, 405799.999974 ], [ 138299.999974, 405599.999974 ], [ 138499.999974, 405599.999974 ], [ 139899.999974, 403299.999974 ], [ 139799.999974, 402999.999974 ], [ 139599.999974, 402799.999974 ], [ 139599.999974, 402599.999974 ], [ 139799.999974, 402499.999974 ], [ 139999.999974, 402599.999974 ], [ 140299.999974, 402399.999974 ], [ 140299.999974, 402299.999974 ], [ 139899.999974, 401699.999974 ], [ 140599.999974, 400999.999974 ], [ 140099.999974, 400499.999974 ], [ 139999.999974, 400499.999974 ], [ 139999.999974, 400439.483674 ], [ 139999.999974, 400399.999974 ], [ 139414.103574, 399814.103574 ], [ 139399.999974, 399799.999974 ], [ 139362.773974, 399758.63767399999779 ], [ 138499.999974, 398799.999974 ], [ 138472.226674, 398762.968874 ], [ 138199.999974, 398399.999974 ], [ 138033.643474, 397967.473074 ], [ 137699.999974, 397099.999974 ], [ 137766.984574, 396966.030874 ], [ 137799.999974, 396899.999974 ], [ 137699.999974, 395899.999974 ], [ 137899.999974, 395599.999974 ], [ 138399.999974, 395399.999974 ], [ 138386.553174, 395386.553174 ], [ 138299.999974, 395299.999974 ], [ 137799.999974, 395299.999974 ], [ 137999.999974, 394799.999974 ], [ 137399.999974, 393999.999974 ], [ 137499.999974, 393899.999974 ], [ 137199.999974, 393499.999974 ], [ 136899.999974, 393699.999974 ], [ 136416.687574, 395149.937374 ], [ 136371.15667399999802, 395271.156674 ], [ 135999.999974, 394899.999974 ], [ 135999.999974, 394874.912574 ], [ 135999.999974, 394699.999974 ], [ 135699.999974, 394199.999974 ], [ 135499.999974, 393999.999974 ], [ 135399.999974, 393899.999974 ], [ 135110.07687399999122, 393610.076874 ], [ 135099.999974, 393599.999974 ], [ 134299.999974, 393799.999974 ], [ 134219.687474, 393799.999974 ], [ 134202.65707399998792, 393799.999974 ], [ 134199.999974, 393799.999974 ], [ 133899.999974, 393599.999974 ], [ 133862.73927399999229, 393593.789874 ], [ 133307.047874, 393501.174674 ], [ 133299.999974, 393499.999974 ], [ 133299.999974, 393899.999974 ], [ 133399.999974, 394099.999974 ], [ 133199.999974, 394199.999974 ], [ 132624.232374, 394295.961274 ], [ 132599.999974, 394299.999974 ], [ 132399.999974, 394299.999974 ], [ 132317.970574, 394276.563074 ], [ 131699.999974, 394099.999974 ], [ 131799.999974, 393499.999974 ], [ 131781.0737739999895, 393499.999974 ], [ 131699.999974, 393499.999974 ], [ 131657.62717399999383, 393508.474574 ], [ 131258.835774, 393588.232874 ], [ 131199.999974, 393599.999974 ], [ 130999.999974, 393599.999974 ], [ 130412.04197399999248, 393502.006974 ], [ 130399.999974, 393499.999974 ], [ 130299.999974, 393499.999974 ], [ 130213.34227399999509, 393615.543574 ], [ 130025.08797399999457, 393866.549374 ], [ 129999.999974, 393899.999974 ], [ 129699.999974, 394499.999974 ], [ 129599.999974, 394499.999974 ], [ 128199.999974, 394299.999974 ], [ 127299.999974, 394599.999974 ], [ 126399.999974, 394699.999974 ], [ 126499.999974, 394899.999974 ], [ 126699.999974, 395099.999974 ], [ 126499.999974, 395399.999974 ], [ 125799.999974, 395699.999974 ], [ 124899.999974, 395799.999974 ], [ 124799.999974, 396899.999974 ], [ 124799.999974, 396999.999974 ], [ 124988.42057399998885, 397094.210274 ], [ 124999.999974, 397099.999974 ], [ 125699.999974, 397499.999974 ], [ 125899.999974, 397899.999974 ], [ 125906.302674, 397912.605374 ], [ 125999.999974, 398099.999974 ], [ 125899.999974, 398399.999974 ], [ 125999.999974, 398799.999974 ], [ 126001.72267399998964, 398810.335774 ], [ 126099.999974, 399399.999974 ], [ 126299.999974, 400499.999974 ], [ 126299.999974, 400506.134674 ], [ 126299.999974, 400999.999974 ], [ 126292.077174, 401001.98067399999127 ], [ 125899.999974, 401099.999974 ], [ 125999.999974, 401499.999974 ], [ 125899.999974, 401699.999974 ], [ 124599.999974, 402599.999974 ], [ 124696.226574, 402696.226574 ], [ 124699.999974, 402699.999974 ], [ 124711.643474, 402717.465174 ], [ 124899.999974, 402999.999974 ], [ 124999.999974, 402999.999974 ], [ 125699.999974, 402799.999974 ], [ 126799.999974, 402299.999974 ], [ 127658.49237399999402, 402204.61197399999946 ], [ 127699.999974, 402199.999974 ], [ 128499.999974, 402199.999974 ], [ 130976.112274, 402001.91097399999853 ], [ 130999.999974, 401999.999974 ], [ 131199.999974, 401999.999974 ], [ 131299.999974, 402499.999974 ], [ 132299.999974, 402499.999974 ], [ 133099.999974, 402399.999974 ], [ 133110.0794739999983, 402400.629974 ], [ 134699.999974, 402499.999974 ], [ 135236.044774, 403036.044774 ], [ 135204.29997399999411, 403102.599974 ], [ 135200.499974, 403117.19997399998829 ], [ 135276.16587399999844, 403254.921974 ], [ 135099.999974, 404399.999974 ], [ 134999.999974, 404399.999974 ], [ 134999.999974, 404499.999974 ], [ 135299.999974, 405099.999974 ], [ 135499.999974, 405299.999974 ], [ 135799.999974, 405299.999974 ], [ 136199.999974, 405499.999974 ], [ 136699.999974, 405499.999974 ], [ 137099.999974, 405499.999974 ], [ 137699.999974, 405699.999974 ], [ 138299.999974, 405799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0856" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 174724.46667399999569, 408690.213374 ], [ 175199.999974, 408499.999974 ], [ 175550.94217399999616, 408587.735574 ], [ 175599.999974, 408599.999974 ], [ 177773.21777399998973, 409192.695774 ], [ 177799.999974, 409199.999974 ], [ 178799.999974, 409499.999974 ], [ 178999.999974, 409099.999974 ], [ 179199.999974, 408099.999974 ], [ 178899.999974, 407699.999974 ], [ 178999.999974, 407099.999974 ], [ 179599.999974, 406899.999974 ], [ 179999.999974, 404899.999974 ], [ 180199.999974, 403799.999974 ], [ 179399.999974, 403799.999974 ], [ 177299.999974, 404099.999974 ], [ 177290.85627399999066, 404101.714474 ], [ 175699.999974, 404399.999974 ], [ 175366.906774, 404422.206174 ], [ 174341.730374, 404490.551274 ], [ 174199.999974, 404499.999974 ], [ 173799.999974, 404399.999974 ], [ 173299.999974, 404099.999974 ], [ 172199.999974, 404099.999974 ], [ 172029.16997399998945, 404014.5849739999976 ], [ 171999.999974, 403999.999974 ], [ 171599.999974, 403899.999974 ], [ 171299.999974, 404199.999974 ], [ 170199.999974, 404999.999974 ], [ 170099.999974, 404799.999974 ], [ 170092.685174, 404789.027774 ], [ 169899.999974, 404499.999974 ], [ 169881.534874, 404515.387574 ], [ 169299.999974, 404999.999974 ], [ 168999.999974, 405199.999974 ], [ 168699.999974, 405599.999974 ], [ 168899.999974, 405999.999974 ], [ 168815.138574, 406084.861374 ], [ 168799.999974, 406099.999974 ], [ 168782.874374, 406110.275374 ], [ 168299.999974, 406399.999974 ], [ 167799.999974, 406899.999974 ], [ 167699.999974, 406999.999974 ], [ 167499.999974, 407199.999974 ], [ 167699.999974, 407399.999974 ], [ 167599.999974, 407899.999974 ], [ 167399.999974, 408099.999974 ], [ 167099.999974, 407999.999974 ], [ 167099.999974, 408299.999974 ], [ 167784.784274, 409669.568674 ], [ 167799.999974, 409699.999974 ], [ 168099.999974, 409999.999974 ], [ 168499.999974, 410299.999974 ], [ 168799.999974, 410499.999974 ], [ 168992.89077399999951, 410692.890774 ], [ 168999.999974, 410699.999974 ], [ 169499.999974, 411399.999974 ], [ 169699.999974, 411999.999974 ], [ 169699.999974, 412199.999974 ], [ 169499.999974, 412599.999974 ], [ 171371.05797399999574, 412796.953474 ], [ 171399.999974, 412799.999974 ], [ 171299.999974, 412299.999974 ], [ 173088.22757399998954, 410412.426474 ], [ 173099.999974, 410399.999974 ], [ 174399.999974, 408999.999974 ], [ 174403.49617399999988, 408996.503874 ], [ 174699.999974, 408699.999974 ], [ 174724.46667399999569, 408690.213374 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0858" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 163999.999974, 376599.999974 ], [ 164699.999974, 375299.999974 ], [ 162399.999974, 373999.999974 ], [ 162399.999974, 373899.999974 ], [ 162426.20987399999285, 373873.790074 ], [ 162599.999974, 373699.999974 ], [ 162599.999974, 373099.999974 ], [ 161599.999974, 372399.999974 ], [ 161399.999974, 372199.999974 ], [ 160999.999974, 371599.999974 ], [ 161299.999974, 370899.999974 ], [ 161499.999974, 370499.999974 ], [ 161699.999974, 370199.999974 ], [ 162099.999974, 369899.999974 ], [ 162179.27357399999164, 369741.452774 ], [ 162199.999974, 369699.999974 ], [ 162299.999974, 369399.999974 ], [ 162199.999974, 368999.999974 ], [ 161799.999974, 367899.999974 ], [ 161699.999974, 367899.999974 ], [ 161299.999974, 367399.999974 ], [ 161199.999974, 366899.999974 ], [ 160399.999974, 366099.999974 ], [ 158799.999974, 365899.999974 ], [ 158617.425274, 365473.992374 ], [ 158618.412974, 365471.763774 ], [ 158620.023374, 365464.193674 ], [ 158613.450274, 365464.717274 ], [ 158503.131074, 365207.305774 ], [ 158499.999974, 365199.999974 ], [ 158199.999974, 365199.999974 ], [ 157099.999974, 363699.999974 ], [ 154999.999974, 366199.999974 ], [ 155699.999974, 366799.999974 ], [ 155699.999974, 366899.999974 ], [ 155399.999974, 367199.999974 ], [ 155399.999974, 367799.999974 ], [ 155699.466374, 369197.509874 ], [ 155699.999974, 369199.999974 ], [ 155699.999974, 369399.999974 ], [ 155899.999974, 369399.999974 ], [ 156599.999974, 370099.999974 ], [ 156799.999974, 370099.999974 ], [ 157299.999974, 369899.999974 ], [ 157599.999974, 369299.999974 ], [ 157695.73817399999825, 369204.261774 ], [ 157699.999974, 369199.999974 ], [ 157799.999974, 369399.999974 ], [ 157817.887774, 369442.930674 ], [ 158277.646974, 370546.352674 ], [ 158299.999974, 370599.999974 ], [ 157599.999974, 371299.999974 ], [ 157459.32067399998778, 371862.717274 ], [ 157399.999974, 372099.999974 ], [ 157399.999974, 372139.462874 ], [ 157399.999974, 372399.999974 ], [ 157599.999974, 372799.999974 ], [ 157568.98857399998815, 373110.114174 ], [ 157538.054574, 373419.454074 ], [ 157499.999974, 373799.999974 ], [ 157496.24677399999928, 373815.012974 ], [ 157407.845574, 374168.617574 ], [ 157399.999974, 374199.999974 ], [ 157299.999974, 374399.999974 ], [ 157399.999974, 375599.999974 ], [ 157199.999974, 375799.999974 ], [ 157399.999974, 376099.999974 ], [ 157499.999974, 376199.999974 ], [ 157599.999974, 375899.999974 ], [ 157799.999974, 375999.999974 ], [ 158292.843774, 375408.587474 ], [ 158299.999974, 375399.999974 ], [ 158399.999974, 375199.999974 ], [ 158408.169274, 375199.999974 ], [ 158599.999974, 375199.999974 ], [ 158999.999974, 375399.999974 ], [ 160099.999974, 375599.999974 ], [ 160141.11197399999946, 375605.138974 ], [ 160829.210174, 375691.151274 ], [ 160899.999974, 375699.999974 ], [ 162299.999974, 376099.999974 ], [ 162999.999974, 376099.999974 ], [ 163399.999974, 375999.999974 ], [ 163999.999974, 376599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0860" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 168699.999974, 405599.999974 ], [ 168999.999974, 405199.999974 ], [ 169299.999974, 404999.999974 ], [ 169881.534874, 404515.387574 ], [ 169899.999974, 404499.999974 ], [ 170092.685174, 404789.027774 ], [ 170099.999974, 404799.999974 ], [ 170199.999974, 404999.999974 ], [ 171299.999974, 404199.999974 ], [ 171599.999974, 403899.999974 ], [ 172699.999974, 401999.999974 ], [ 172899.999974, 401399.999974 ], [ 172911.234074, 401351.318774 ], [ 173199.999974, 400099.999974 ], [ 173202.76077399999485, 400077.914074 ], [ 173299.999974, 399299.999974 ], [ 173399.999974, 398899.999974 ], [ 173699.999974, 398499.999974 ], [ 173616.69277399999555, 398333.385574 ], [ 173599.999974, 398299.999974 ], [ 173399.999974, 397899.999974 ], [ 172130.679474, 396923.599574 ], [ 172099.999974, 396899.999974 ], [ 171599.999974, 396299.999974 ], [ 171299.999974, 396099.999974 ], [ 170913.779374, 396164.370074 ], [ 170727.65587399998913, 396195.390674 ], [ 170699.999974, 396199.999974 ], [ 170299.999974, 396799.999974 ], [ 170265.447874, 396806.478574 ], [ 168699.999974, 397099.999974 ], [ 168677.10087399999611, 397094.547874 ], [ 166599.999974, 396599.999974 ], [ 165899.999974, 396599.999974 ], [ 165999.999974, 397199.999974 ], [ 166181.92507399999886, 397472.88767399999779 ], [ 166199.999974, 397499.999974 ], [ 166299.999974, 397799.999974 ], [ 165599.999974, 397999.999974 ], [ 165199.999974, 398499.999974 ], [ 165164.48737399998936, 398556.82017399999313 ], [ 164699.999974, 399299.999974 ], [ 164499.999974, 399399.999974 ], [ 162907.509874, 399798.122574 ], [ 162899.999974, 399799.999974 ], [ 162899.999974, 399802.40117399999872 ], [ 162899.999974, 399864.588174 ], [ 162899.999974, 399899.999974 ], [ 162299.999974, 399799.999974 ], [ 161999.999974, 401399.999974 ], [ 161799.999974, 401899.999974 ], [ 161799.999974, 402249.381774 ], [ 161799.999974, 402299.999974 ], [ 162499.999974, 402399.999974 ], [ 162699.999974, 402799.999974 ], [ 162875.21477399999276, 403325.644174 ], [ 162899.999974, 403399.999974 ], [ 162999.999974, 403799.999974 ], [ 162599.999974, 404199.999974 ], [ 162639.802774, 404249.753474 ], [ 162999.999974, 404699.999974 ], [ 163099.999974, 404999.999974 ], [ 163099.999974, 405299.999974 ], [ 163899.999974, 404799.999974 ], [ 164499.999974, 404599.999974 ], [ 164999.999974, 404899.999974 ], [ 165099.999974, 405199.999974 ], [ 165464.948974, 405139.175174 ], [ 165699.999974, 405099.999974 ], [ 165799.999974, 405599.999974 ], [ 165699.999974, 405599.999974 ], [ 165699.999974, 405698.566674 ], [ 165699.999974, 405699.999974 ], [ 167299.999974, 406599.999974 ], [ 167699.999974, 406999.999974 ], [ 167799.999974, 406899.999974 ], [ 168299.999974, 406399.999974 ], [ 168782.874374, 406110.275374 ], [ 168799.999974, 406099.999974 ], [ 168815.138574, 406084.861374 ], [ 168899.999974, 405999.999974 ], [ 168699.999974, 405599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0861" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 155299.999974, 382999.999974 ], [ 155499.999974, 382799.999974 ], [ 155599.999974, 382799.999974 ], [ 155642.02677399999811, 382757.973274 ], [ 155699.999974, 382699.999974 ], [ 155738.57517399999779, 382699.999974 ], [ 155899.999974, 382699.999974 ], [ 156199.999974, 383099.999974 ], [ 156215.20077399999718, 383084.799274 ], [ 156499.999974, 382799.999974 ], [ 156699.999974, 382499.999974 ], [ 156735.57387399999425, 382464.426174 ], [ 156896.916074, 382303.083974 ], [ 156899.999974, 382299.999974 ], [ 157099.999974, 382599.999974 ], [ 157399.999974, 382599.999974 ], [ 157699.999974, 382399.999974 ], [ 157705.308274, 382352.225174 ], [ 157799.999974, 381499.999974 ], [ 157799.999974, 381434.801174 ], [ 157799.999974, 381414.1535739999963 ], [ 157799.999974, 381399.999974 ], [ 157899.999974, 380899.999974 ], [ 157899.999974, 380885.286574 ], [ 157899.999974, 380499.999974 ], [ 157999.999974, 379799.999974 ], [ 157699.999974, 379499.999974 ], [ 157702.96097399998689, 379494.078074 ], [ 157799.999974, 379299.999974 ], [ 157499.999974, 378899.999974 ], [ 157099.999974, 377899.999974 ], [ 157099.999974, 377599.999974 ], [ 157399.999974, 377099.999974 ], [ 157199.999974, 376999.999974 ], [ 156799.999974, 377199.999974 ], [ 156599.999974, 376799.999974 ], [ 156499.999974, 376699.999974 ], [ 155699.999974, 376899.999974 ], [ 155299.999974, 376499.999974 ], [ 155099.999974, 376399.999974 ], [ 154099.999974, 377699.999974 ], [ 154093.028874, 377734.855374 ], [ 154011.8005739999935, 378140.997274 ], [ 153999.999974, 378199.999974 ], [ 153899.999974, 378799.999974 ], [ 153883.47397399999318, 378811.017374 ], [ 153620.226074, 378986.515874 ], [ 153599.999974, 378999.999974 ], [ 152699.999974, 379899.999974 ], [ 152690.75757399998838, 379899.289074 ], [ 151399.999974, 379799.999974 ], [ 151099.999974, 379699.999974 ], [ 150599.999974, 379699.999974 ], [ 150432.195474, 379951.706774 ], [ 150399.999974, 379999.999974 ], [ 150099.999974, 380599.999974 ], [ 149999.999974, 381099.999974 ], [ 150299.999974, 381599.999974 ], [ 150324.30047399998875, 381603.471474 ], [ 151699.999974, 381799.999974 ], [ 151899.999974, 381999.999974 ], [ 152199.999974, 382199.999974 ], [ 152623.13637399999425, 382623.13637399999425 ], [ 152799.999974, 382799.999974 ], [ 152899.999974, 383199.999974 ], [ 153299.999974, 382899.999974 ], [ 153599.999974, 382999.999974 ], [ 153999.999974, 383199.999974 ], [ 154465.538574, 382920.67687399999704 ], [ 154499.999974, 382899.999974 ], [ 154599.999974, 382899.999974 ], [ 155099.999974, 383199.999974 ], [ 155263.70017399999779, 383036.299874 ], [ 155299.999974, 382999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0865" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 144399.999974, 410799.999974 ], [ 145199.999974, 410499.999974 ], [ 145799.999974, 410599.999974 ], [ 146599.999974, 410699.999974 ], [ 147043.268974, 410611.346174 ], [ 147099.999974, 410599.999974 ], [ 147799.999974, 410199.999974 ], [ 147906.212074, 410076.085874 ], [ 148270.41507399998954, 409651.182474 ], [ 148396.56697399998666, 409504.005174 ], [ 148601.17677399999229, 409724.649174 ], [ 148620.51797399998759, 409657.735974 ], [ 148404.439474, 409492.896874 ], [ 148899.999974, 408699.999974 ], [ 149199.999974, 408699.999974 ], [ 149247.0279739999969, 408716.009574 ], [ 150010.344874, 408975.862074 ], [ 149599.999974, 408799.999974 ], [ 149199.999974, 408499.999974 ], [ 149199.999974, 408399.999974 ], [ 149399.999974, 407999.999974 ], [ 149799.999974, 407699.999974 ], [ 149799.999974, 407199.999974 ], [ 149899.999974, 407099.999974 ], [ 150099.999974, 407099.999974 ], [ 150299.999974, 406799.999974 ], [ 150299.999974, 406794.035674 ], [ 150299.999974, 406199.999974 ], [ 150299.999974, 405899.999974 ], [ 150299.999974, 405599.999974 ], [ 150399.999974, 405399.999974 ], [ 150399.999974, 405199.999974 ], [ 150199.999974, 405099.999974 ], [ 149699.999974, 404999.999974 ], [ 149499.999974, 404899.999974 ], [ 149399.999974, 404599.999974 ], [ 149399.999974, 404299.999974 ], [ 149299.999974, 403999.999974 ], [ 148899.999974, 404099.999974 ], [ 148799.999974, 403999.999974 ], [ 148798.838774, 403998.838774 ], [ 148599.999974, 403799.999974 ], [ 148599.999974, 403599.999974 ], [ 148299.999974, 403599.999974 ], [ 147899.999974, 403799.999974 ], [ 147699.999974, 403699.999974 ], [ 147399.999974, 403399.999974 ], [ 147235.917274, 403536.735574 ], [ 146222.20367399998941, 404381.496874 ], [ 146199.999974, 404399.999974 ], [ 145299.999974, 404899.999974 ], [ 145486.569274, 405552.992274 ], [ 145499.999974, 405599.999974 ], [ 145099.999974, 405899.999974 ], [ 145299.999974, 406099.999974 ], [ 144999.999974, 406699.999974 ], [ 144699.999974, 406899.999974 ], [ 144599.999974, 406899.999974 ], [ 144202.25887399999192, 407198.305774 ], [ 144199.999974, 407199.999974 ], [ 144099.999974, 407499.999974 ], [ 143883.850974, 407759.378874 ], [ 143671.409974, 408014.308074 ], [ 143414.282374, 408146.429374 ], [ 143199.999974, 408199.999974 ], [ 142699.999974, 408599.999974 ], [ 142669.24407399998745, 408641.007874 ], [ 142399.999974, 408999.999974 ], [ 142370.24907399999211, 409014.875474 ], [ 142199.999974, 409099.999974 ], [ 142599.999974, 409499.999974 ], [ 143699.999974, 409499.999974 ], [ 143799.999974, 410599.999974 ], [ 143899.999974, 411299.999974 ], [ 144299.999974, 411199.999974 ], [ 144399.999974, 410799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0866" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 163999.999974, 376599.999974 ], [ 163399.999974, 375999.999974 ], [ 162999.999974, 376099.999974 ], [ 162299.999974, 376099.999974 ], [ 160899.999974, 375699.999974 ], [ 160829.210174, 375691.151274 ], [ 160141.11197399999946, 375605.138974 ], [ 160099.999974, 375599.999974 ], [ 158999.999974, 375399.999974 ], [ 158599.999974, 375199.999974 ], [ 158408.169274, 375199.999974 ], [ 158399.999974, 375199.999974 ], [ 158299.999974, 375399.999974 ], [ 158292.843774, 375408.587474 ], [ 157799.999974, 375999.999974 ], [ 157599.999974, 375899.999974 ], [ 157499.999974, 376199.999974 ], [ 157599.999974, 376699.999974 ], [ 157399.999974, 377099.999974 ], [ 157099.999974, 377599.999974 ], [ 157099.999974, 377899.999974 ], [ 157499.999974, 378899.999974 ], [ 157799.999974, 379299.999974 ], [ 158199.999974, 379299.999974 ], [ 158369.16317399998661, 379469.163174 ], [ 158399.999974, 379499.999974 ], [ 160187.968774, 379499.999974 ], [ 160199.999974, 379499.999974 ], [ 160200.08417399998871, 379499.999974 ], [ 160200.08487399999285, 379500.008474 ], [ 161199.999974, 379599.999974 ], [ 161239.791174, 379596.020874 ], [ 161467.707874, 379573.229174 ], [ 161491.840774, 379570.815974 ], [ 161626.240674, 379557.375974 ], [ 162157.049674, 379504.295074 ], [ 162199.999974, 379499.999974 ], [ 162799.999974, 379399.999974 ], [ 163099.999974, 379099.999974 ], [ 163162.0167739999888, 379037.983174 ], [ 163199.999974, 378999.999974 ], [ 163699.999974, 377199.999974 ], [ 163999.999974, 376599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0867" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 130994.77107399998931, 413600.522874 ], [ 130999.999974, 413599.999974 ], [ 131991.379774, 413699.137974 ], [ 131999.999974, 413699.999974 ], [ 132292.89367399999173, 413797.631274 ], [ 132299.999974, 413799.999974 ], [ 132999.999974, 414199.999974 ], [ 133499.999974, 414599.999974 ], [ 133501.307774, 414600.980874 ], [ 133899.999974, 414899.999974 ], [ 133999.999974, 414699.999974 ], [ 134653.53527399999439, 414513.275574 ], [ 134699.999974, 414499.999974 ], [ 135099.999974, 414199.999974 ], [ 135599.999974, 413599.999974 ], [ 135788.066174, 413223.867574 ], [ 135799.999974, 413199.999974 ], [ 135899.999974, 412799.999974 ], [ 135399.999974, 412699.999974 ], [ 135399.999974, 411899.999974 ], [ 135415.548874, 411868.902174 ], [ 135473.908574, 411752.182874 ], [ 135499.999974, 411699.999974 ], [ 135499.999974, 411299.999974 ], [ 135499.999974, 411272.950974 ], [ 135499.999974, 410620.179974 ], [ 135499.999974, 410599.999974 ], [ 135599.999974, 409899.999974 ], [ 135199.999974, 409799.999974 ], [ 134699.999974, 409599.999974 ], [ 134446.509174, 409599.999974 ], [ 134399.999974, 409599.999974 ], [ 133621.97387399998843, 409210.98697399999946 ], [ 133599.999974, 409199.999974 ], [ 133099.999974, 409199.999974 ], [ 133050.770074, 409199.999974 ], [ 132399.999974, 409199.999974 ], [ 132213.55177399999229, 408920.327674 ], [ 132199.999974, 408899.999974 ], [ 132299.999974, 408199.999974 ], [ 131917.89687399999821, 408104.474174 ], [ 131899.999974, 408099.999974 ], [ 131599.999974, 408099.999974 ], [ 131206.54997399999411, 408324.828574 ], [ 130899.999974, 408499.999974 ], [ 130874.485174, 408508.504974 ], [ 130009.247474, 408796.917474 ], [ 129999.999974, 408799.999974 ], [ 129499.999974, 409099.999974 ], [ 129479.87887399998726, 409106.707074 ], [ 128899.999974, 409299.999974 ], [ 128881.036274, 409307.111374 ], [ 128148.93837399999029, 409581.648074 ], [ 128099.999974, 409599.999974 ], [ 127699.999974, 409799.999974 ], [ 127647.86417399998754, 409565.388674 ], [ 127509.784474, 408944.030374 ], [ 127499.999974, 408899.999974 ], [ 127399.999974, 407899.999974 ], [ 127393.731474, 407868.65727399999741 ], [ 127299.999974, 407399.999974 ], [ 126742.025274, 407307.004174 ], [ 126699.999974, 407299.999974 ], [ 125599.999974, 407099.999974 ], [ 125561.613874, 407087.204674 ], [ 125299.999974, 406999.999974 ], [ 125296.135974, 407050.232274 ], [ 125199.999974, 408299.999974 ], [ 125197.621274, 408310.704174 ], [ 124999.999974, 409199.999974 ], [ 124599.999974, 409899.999974 ], [ 124399.999974, 410099.999974 ], [ 124359.85687399999006, 410089.964174 ], [ 123599.999974, 409899.999974 ], [ 123399.999974, 410599.999974 ], [ 123395.44827399999485, 410627.31037399999332 ], [ 123348.153774, 410911.077174 ], [ 123323.860874, 411056.834574 ], [ 123310.20177399998647, 411138.789274 ], [ 123199.999974, 411799.999974 ], [ 123198.06967399999849, 411808.204074 ], [ 122799.999974, 413499.999974 ], [ 122792.12047399999574, 413547.27727399999276 ], [ 122599.999974, 414699.999974 ], [ 122777.980874, 414729.663474 ], [ 123799.999974, 414899.999974 ], [ 124499.999974, 414999.999974 ], [ 125599.999974, 414899.999974 ], [ 126163.671574, 414806.054774 ], [ 126199.999974, 414799.999974 ], [ 127499.999974, 414299.999974 ], [ 128072.845474, 414109.051474 ], [ 128099.999974, 414099.999974 ], [ 128899.999974, 413899.999974 ], [ 128926.40527399998973, 413895.199074 ], [ 129969.738474, 413705.502074 ], [ 129999.999974, 413699.999974 ], [ 130994.77107399998931, 413600.522874 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0870" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125986.895774, 424671.91947399999481 ], [ 125304.312674, 423209.241374 ], [ 125299.999974, 423199.999974 ], [ 124225.52117399999406, 423647.699574 ], [ 124099.999974, 423699.999974 ], [ 123599.999974, 422399.999974 ], [ 123599.999974, 421947.006174 ], [ 123599.999974, 421899.999974 ], [ 123699.999974, 421499.999974 ], [ 123599.999974, 420499.999974 ], [ 123799.999974, 420399.999974 ], [ 123799.2667739999888, 420386.069174 ], [ 123709.904374, 418688.182274 ], [ 123702.012774, 418538.241974 ], [ 123699.999974, 418499.999974 ], [ 125299.999974, 418099.999974 ], [ 125699.999974, 418199.999974 ], [ 125899.999974, 418299.999974 ], [ 127599.999974, 418199.999974 ], [ 127599.999974, 417686.534974 ], [ 127599.999974, 417599.999974 ], [ 127599.999974, 416999.999974 ], [ 128199.999974, 416899.999974 ], [ 128299.999974, 416499.999974 ], [ 128099.999974, 415699.999974 ], [ 128099.999974, 414999.999974 ], [ 127499.999974, 414599.999974 ], [ 127499.999974, 414299.999974 ], [ 126199.999974, 414799.999974 ], [ 126163.671574, 414806.054774 ], [ 125599.999974, 414899.999974 ], [ 124499.999974, 414999.999974 ], [ 123799.999974, 414899.999974 ], [ 122777.980874, 414729.663474 ], [ 122599.999974, 414699.999974 ], [ 121499.999974, 414499.999974 ], [ 120720.44137399998726, 414694.889674 ], [ 120699.999974, 414699.999974 ], [ 120650.463974, 414699.999974 ], [ 120599.999974, 414699.999974 ], [ 119612.690474, 414699.999974 ], [ 119599.999974, 414699.999974 ], [ 118899.999974, 414599.999974 ], [ 117209.4371739999915, 414003.330774 ], [ 117199.999974, 413999.999974 ], [ 116999.999974, 413899.999974 ], [ 117199.999974, 414299.999974 ], [ 117699.999974, 415299.999974 ], [ 117699.999974, 415589.564374 ], [ 117699.999974, 415599.999974 ], [ 117699.999974, 416499.999974 ], [ 117899.999974, 416799.999974 ], [ 117799.999974, 417499.999974 ], [ 118099.999974, 418099.999974 ], [ 118099.999974, 418199.999974 ], [ 118094.633074, 418226.834574 ], [ 117999.999974, 418699.999974 ], [ 117986.151274, 418702.308074 ], [ 117399.999974, 418799.999974 ], [ 116799.999974, 418499.999974 ], [ 116299.999974, 418499.999974 ], [ 115899.999974, 418499.999974 ], [ 115099.999974, 418899.999974 ], [ 114599.999974, 418899.999974 ], [ 114565.566674, 418896.869674 ], [ 113499.999974, 418799.999974 ], [ 113299.999974, 419899.999974 ], [ 113099.999974, 419899.999974 ], [ 112999.999974, 419699.999974 ], [ 112499.999974, 419099.999974 ], [ 112099.999974, 419099.999974 ], [ 111999.999974, 419199.999974 ], [ 111981.247474, 419183.33107399998698 ], [ 111099.999974, 418399.999974 ], [ 110799.999974, 417699.999974 ], [ 110099.999974, 417199.999974 ], [ 109899.999974, 416599.999974 ], [ 108999.999974, 416399.999974 ], [ 107399.999974, 414999.999974 ], [ 105899.999974, 414799.999974 ], [ 105899.999974, 415399.999974 ], [ 106299.999974, 415799.999974 ], [ 107099.999974, 416199.999974 ], [ 107799.999974, 416699.999974 ], [ 109199.999974, 417899.999974 ], [ 110099.999974, 418799.999974 ], [ 110699.999974, 419599.999974 ], [ 111099.999974, 420999.999974 ], [ 111399.999974, 421599.999974 ], [ 112071.97337399999378, 422463.965774 ], [ 112099.999974, 422499.999974 ], [ 112133.89067399999476, 422522.593774 ], [ 112699.999974, 422899.999974 ], [ 113199.999974, 423199.999974 ], [ 114299.999974, 423599.999974 ], [ 114999.999974, 423699.999974 ], [ 115971.204174, 423505.759174 ], [ 115999.999974, 423499.999974 ], [ 116999.999974, 423399.999974 ], [ 117699.999974, 423499.999974 ], [ 118599.999974, 423899.999974 ], [ 119158.350374, 424365.291974 ], [ 119199.999974, 424399.999974 ], [ 120399.999974, 425399.999974 ], [ 120499.999974, 425599.999974 ], [ 120533.143274, 425619.333574 ], [ 121699.999974, 426299.999974 ], [ 122299.999974, 426499.999974 ], [ 122322.68117399999755, 426504.536274 ], [ 123299.999974, 426699.999974 ], [ 123899.999974, 426699.999974 ], [ 124299.999974, 426599.999974 ], [ 124491.0965739999956, 426568.150574 ], [ 125499.999974, 426399.999974 ], [ 125541.986674, 426388.003774 ], [ 126199.999974, 426199.999974 ], [ 125999.999974, 425499.999974 ], [ 125972.698574, 425472.698574 ], [ 125899.999974, 425399.999974 ], [ 125906.068774, 425357.518274 ], [ 125999.999974, 424699.999974 ], [ 125986.895774, 424671.91947399999481 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0873" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 80298.498873999982607, 386203.502574 ], [ 80299.999974, 386199.999974 ], [ 80999.999974, 386199.999974 ], [ 81099.999974, 386499.999974 ], [ 81399.999974, 386699.999974 ], [ 81999.999974, 386199.999974 ], [ 82428.960373999987496, 386199.999974 ], [ 82499.999974, 386199.999974 ], [ 83578.176573999982793, 385905.951874 ], [ 83599.999974, 385899.999974 ], [ 84099.999974, 385799.999974 ], [ 85199.999974, 385599.999974 ], [ 85799.999974, 385199.999974 ], [ 85299.999974, 384899.999974 ], [ 85199.999974, 384999.999974 ], [ 84899.999974, 384699.999974 ], [ 85399.999974, 384499.999974 ], [ 85799.999974, 384599.999974 ], [ 86099.999974, 384199.999974 ], [ 86199.999974, 383999.999974 ], [ 86099.999974, 383899.999974 ], [ 85999.999974, 383399.999974 ], [ 86299.999974, 383399.999974 ], [ 86231.654974, 383126.620074 ], [ 86199.999974, 382999.999974 ], [ 85999.999974, 382599.999974 ], [ 85599.999974, 382199.999974 ], [ 85199.999974, 381799.999974 ], [ 85699.999974, 380399.999974 ], [ 85707.990873999980977, 380389.155174 ], [ 85732.569973999983631, 380379.929974 ], [ 85731.240373999986332, 380357.602374 ], [ 88499.999974, 376599.999974 ], [ 87999.999974, 376199.999974 ], [ 88299.999974, 375799.999974 ], [ 88399.999974, 375399.999974 ], [ 87799.999974, 375599.999974 ], [ 86799.999974, 374999.999974 ], [ 85899.999974, 374599.999974 ], [ 85476.73377399999299, 374479.066774 ], [ 85199.999974, 374399.999974 ], [ 84799.999974, 374499.999974 ], [ 83899.999974, 374699.999974 ], [ 82799.999974, 374899.999974 ], [ 82099.999974, 374799.999974 ], [ 81899.999974, 376099.999974 ], [ 81895.0910739999963, 376134.362174 ], [ 81799.999974, 376799.999974 ], [ 81777.389273999986472, 376845.221374 ], [ 81699.999974, 376999.999974 ], [ 77899.999974, 376899.999974 ], [ 77699.999974, 376999.999974 ], [ 77499.999974, 377499.999974 ], [ 77499.999974, 377518.610874 ], [ 77499.999974, 377699.999974 ], [ 77099.999974, 377699.999974 ], [ 76999.999974, 378099.999974 ], [ 77099.999974, 378299.999974 ], [ 77199.999974, 379599.999974 ], [ 76799.999974, 381399.999974 ], [ 76999.999974, 381799.999974 ], [ 77699.999974, 382399.999974 ], [ 76999.999974, 383999.999974 ], [ 77199.999974, 384099.999974 ], [ 78199.999974, 383999.999974 ], [ 78599.999974, 384499.999974 ], [ 78999.999974, 384599.999974 ], [ 79000.604774, 384601.007874 ], [ 79299.999974, 385099.999974 ], [ 79299.999974, 385999.999974 ], [ 79299.999974, 386054.770474 ], [ 79299.999974, 386899.999974 ], [ 79399.999974, 386999.999974 ], [ 79699.999974, 386999.999974 ], [ 79999.999974, 386899.999974 ], [ 80298.498873999982607, 386203.502574 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0874" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 126738.56357399999979, 426090.359074 ], [ 127499.999974, 425899.999974 ], [ 128399.999974, 425899.999974 ], [ 128599.999974, 425699.999974 ], [ 128683.380974, 425644.412674 ], [ 128894.832674, 425503.444874 ], [ 128899.999974, 425499.999974 ], [ 128999.999974, 425399.999974 ], [ 129092.22407399999793, 424846.655574 ], [ 129099.999974, 424799.999974 ], [ 129099.999974, 424699.999974 ], [ 129116.75777399999788, 424683.242274 ], [ 129399.999974, 424399.999974 ], [ 129856.591774, 424126.044974 ], [ 129899.999974, 424099.999974 ], [ 130957.31107399999746, 423619.404074 ], [ 130999.999974, 423599.999974 ], [ 131599.999974, 423299.999974 ], [ 131620.721974, 423279.278074 ], [ 131898.62047399999574, 423001.379474 ], [ 131899.999974, 422999.999974 ], [ 132299.999974, 422399.999974 ], [ 132300.803474, 422396.786074 ], [ 132399.999974, 421999.999974 ], [ 132799.999974, 421499.999974 ], [ 132999.999974, 421299.999974 ], [ 133199.999974, 421199.999974 ], [ 133219.319774, 421199.999974 ], [ 133599.999974, 421199.999974 ], [ 133899.999974, 421399.999974 ], [ 134199.999974, 421099.999974 ], [ 134199.999974, 420945.450974 ], [ 134199.999974, 420899.999974 ], [ 134199.999974, 420799.999974 ], [ 133899.999974, 420799.999974 ], [ 133899.999974, 420099.999974 ], [ 133699.999974, 419999.999974 ], [ 133599.999974, 419899.999974 ], [ 132699.999974, 419799.999974 ], [ 132099.999974, 419899.999974 ], [ 131635.515174, 419992.896974 ], [ 131599.999974, 419999.999974 ], [ 131299.999974, 419999.999974 ], [ 130699.999974, 420299.999974 ], [ 130664.9426739999908, 420296.104774 ], [ 129972.681374, 420219.186774 ], [ 129799.999974, 420199.999974 ], [ 129799.999974, 419599.999974 ], [ 129799.999974, 418999.999974 ], [ 129899.999974, 418699.999974 ], [ 129999.999974, 418099.999974 ], [ 128009.562674, 418199.521874 ], [ 127999.999974, 418199.999974 ], [ 127599.999974, 418199.999974 ], [ 125899.999974, 418299.999974 ], [ 125699.999974, 418199.999974 ], [ 125299.999974, 418099.999974 ], [ 123699.999974, 418499.999974 ], [ 123702.012774, 418538.241974 ], [ 123709.904374, 418688.182274 ], [ 123799.2667739999888, 420386.069174 ], [ 123799.999974, 420399.999974 ], [ 123599.999974, 420499.999974 ], [ 123699.999974, 421499.999974 ], [ 123599.999974, 421899.999974 ], [ 123599.999974, 421947.006174 ], [ 123599.999974, 422399.999974 ], [ 124099.999974, 423699.999974 ], [ 124225.52117399999406, 423647.699574 ], [ 125299.999974, 423199.999974 ], [ 125304.312674, 423209.241374 ], [ 125986.895774, 424671.91947399999481 ], [ 125999.999974, 424699.999974 ], [ 125906.068774, 425357.518274 ], [ 125899.999974, 425399.999974 ], [ 125972.698574, 425472.698574 ], [ 125999.999974, 425499.999974 ], [ 126199.999974, 426199.999974 ], [ 126699.999974, 426099.999974 ], [ 126738.56357399999979, 426090.359074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0879" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109097.17627399999765, 394002.823774 ], [ 109099.999974, 393999.999974 ], [ 109299.999974, 394099.999974 ], [ 109399.999974, 394299.999974 ], [ 109499.999974, 394299.999974 ], [ 109999.999974, 393799.999974 ], [ 110003.68477399999392, 393781.576374 ], [ 110099.999974, 393299.999974 ], [ 110399.999974, 393099.999974 ], [ 110399.999974, 392699.999974 ], [ 110399.999974, 392499.999974 ], [ 110399.999974, 392299.999974 ], [ 110299.999974, 390899.999974 ], [ 110199.999974, 390499.999974 ], [ 110099.999974, 389899.999974 ], [ 109899.999974, 389399.999974 ], [ 109699.999974, 389199.999974 ], [ 109299.999974, 388999.999974 ], [ 108899.999974, 388899.999974 ], [ 108899.999974, 388199.999974 ], [ 108699.999974, 388199.999974 ], [ 108499.999974, 387999.999974 ], [ 108539.961974, 387970.028474 ], [ 108899.999974, 387699.999974 ], [ 108699.999974, 387399.999974 ], [ 108399.999974, 386899.999974 ], [ 107499.999974, 386699.999974 ], [ 106699.999974, 384999.999974 ], [ 106299.999974, 384899.999974 ], [ 104899.999974, 384199.999974 ], [ 104904.84517399998731, 384151.548674 ], [ 105099.999974, 382199.999974 ], [ 104199.999974, 381999.999974 ], [ 103799.999974, 382199.999974 ], [ 103399.999974, 381799.999974 ], [ 103099.999974, 381699.999974 ], [ 102299.999974, 382099.999974 ], [ 100099.999974, 382599.999974 ], [ 100048.29727399998228, 382609.400474 ], [ 98999.999974, 382799.999974 ], [ 98499.999974, 382999.999974 ], [ 95799.999974, 381899.999974 ], [ 95399.999974, 384799.999974 ], [ 96699.999974, 387499.999974 ], [ 97299.999974, 388799.999974 ], [ 98397.137473999988288, 388500.780674 ], [ 98399.999974, 388499.999974 ], [ 98599.999974, 389099.999974 ], [ 98599.999974, 389299.999974 ], [ 98699.999974, 389599.999974 ], [ 99199.999974, 389899.999974 ], [ 99599.999974, 389999.999974 ], [ 98899.999974, 391599.999974 ], [ 98942.059473999979673, 391594.264574 ], [ 101099.999974, 391299.999974 ], [ 101139.47037399999681, 391316.915874 ], [ 101799.999974, 391599.999974 ], [ 101699.999974, 392199.999974 ], [ 102099.999974, 392699.999974 ], [ 102499.999974, 392999.999974 ], [ 103099.999974, 393099.999974 ], [ 102999.999974, 392299.999974 ], [ 103399.999974, 392399.999974 ], [ 103999.999974, 392799.999974 ], [ 104575.11777399998391, 393279.264774 ], [ 104599.999974, 393299.999974 ], [ 105999.999974, 394899.999974 ], [ 106018.40657399999327, 394909.203274 ], [ 106399.999974, 395099.999974 ], [ 106421.233974, 395108.493574 ], [ 106899.999974, 395299.999974 ], [ 107599.999974, 395899.999974 ], [ 109199.999974, 394399.999974 ], [ 108899.999974, 394199.999974 ], [ 109097.17627399999765, 394002.823774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0880" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 118099.999974, 504499.999974 ], [ 118399.999974, 504299.999974 ], [ 119199.999974, 504299.999974 ], [ 120199.999974, 503699.999974 ], [ 120212.702374, 503697.068674 ], [ 121499.999974, 503399.999974 ], [ 122099.999974, 503499.999974 ], [ 122499.999974, 503399.999974 ], [ 122518.1362739999895, 503387.304674 ], [ 123499.999974, 502699.999974 ], [ 123506.796674, 502699.999974 ], [ 123899.999974, 502699.999974 ], [ 124299.999974, 502799.999974 ], [ 124299.999974, 502614.843774 ], [ 124299.999974, 502599.999974 ], [ 123916.523174, 502280.435974 ], [ 123699.999974, 502099.999974 ], [ 123699.999974, 502092.380474 ], [ 123699.999974, 501899.999974 ], [ 123699.999974, 501499.999974 ], [ 123499.999974, 500699.999974 ], [ 123299.999974, 500399.999974 ], [ 122999.999974, 499999.999974 ], [ 122499.999974, 499599.999974 ], [ 122299.999974, 499199.999974 ], [ 121599.999974, 499099.999974 ], [ 121299.999974, 499099.999974 ], [ 120699.999974, 498699.999974 ], [ 119699.999974, 498199.999974 ], [ 119399.999974, 497999.999974 ], [ 118699.999974, 498199.999974 ], [ 118199.999974, 498299.999974 ], [ 117999.999974, 498399.999974 ], [ 117993.493374, 498406.50657399999909 ], [ 117906.374474, 498493.625474 ], [ 117899.999974, 498499.999974 ], [ 117699.999974, 498999.999974 ], [ 117611.91447399999015, 499264.256674 ], [ 117599.999974, 499299.999974 ], [ 116299.999974, 499599.999974 ], [ 115927.57757399999537, 499693.105574 ], [ 115912.75087399999029, 499965.364774 ], [ 115886.62787399999797, 499910.029074 ], [ 115099.999974, 500499.999974 ], [ 114699.999974, 500499.999974 ], [ 114690.993374, 500509.00657399999909 ], [ 114599.999974, 500599.999974 ], [ 114799.999974, 501099.999974 ], [ 114799.999974, 501568.172174 ], [ 114799.999974, 501599.999974 ], [ 114757.025074, 501900.824474 ], [ 114699.999974, 502299.999974 ], [ 114448.06477399999858, 502719.891974 ], [ 114399.999974, 502799.999974 ], [ 114499.999974, 503699.999974 ], [ 114599.999974, 503699.999974 ], [ 114999.999974, 504199.999974 ], [ 115499.999974, 504299.999974 ], [ 115506.86247399999411, 504310.293674 ], [ 115899.999974, 504899.999974 ], [ 116499.999974, 504999.999974 ], [ 116735.6246739999915, 505235.624674 ], [ 116799.999974, 505299.999974 ], [ 116299.999974, 505499.999974 ], [ 116499.999974, 505799.999974 ], [ 116861.732174, 506252.165274 ], [ 116899.999974, 506299.999974 ], [ 117462.84727399999974, 505830.960674 ], [ 117499.999974, 505799.999974 ], [ 117699.999974, 504899.999974 ], [ 118099.999974, 504499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0881" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 194999.999974, 332999.999974 ], [ 195699.999974, 332399.999974 ], [ 195799.999974, 332399.999974 ], [ 195999.999974, 332399.999974 ], [ 196017.96367399999872, 332410.264974 ], [ 196699.999974, 332799.999974 ], [ 196899.999974, 332699.999974 ], [ 199299.999974, 332899.999974 ], [ 199899.999974, 332799.999974 ], [ 199899.999974, 332599.999974 ], [ 199099.999974, 330499.999974 ], [ 198999.999974, 330299.999974 ], [ 198699.999974, 330199.999974 ], [ 198499.999974, 329999.999974 ], [ 197512.690474, 330098.730974 ], [ 197499.999974, 330099.999974 ], [ 197299.999974, 330099.999974 ], [ 197293.40227399999276, 330102.199274 ], [ 196699.999974, 330299.999974 ], [ 196507.862874, 330203.931474 ], [ 196499.999974, 330199.999974 ], [ 196257.85497399998712, 330038.569974 ], [ 196241.987274, 330040.262974 ], [ 196214.91267399999197, 330043.151674 ], [ 196167.805074, 330048.177774 ], [ 196144.52667399999336, 330055.473274 ], [ 196099.999974, 330099.999974 ], [ 195803.509874, 330297.660074 ], [ 195799.999974, 330299.999974 ], [ 195499.999974, 330099.999974 ], [ 194699.999974, 329399.999974 ], [ 194633.77357399999164, 329362.156274 ], [ 193999.999974, 328999.999974 ], [ 193714.700974, 329085.589674 ], [ 192999.999974, 329299.999974 ], [ 192351.037474, 329763.544674 ], [ 192299.999974, 329799.999974 ], [ 192399.999974, 330199.999974 ], [ 192588.74777399998857, 330483.121674 ], [ 192599.999974, 330499.999974 ], [ 192564.922974, 330558.461774 ], [ 192299.999974, 330999.999974 ], [ 191899.999974, 331099.999974 ], [ 192199.999974, 331599.999974 ], [ 192699.999974, 331899.999974 ], [ 192399.999974, 332199.999974 ], [ 192952.894474, 332660.745374 ], [ 192999.999974, 332699.999974 ], [ 193399.999974, 332999.999974 ], [ 194499.999974, 333199.999974 ], [ 194899.999974, 333299.999974 ], [ 194999.999974, 332999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0882" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 200799.999974, 326999.999974 ], [ 201199.999974, 326799.999974 ], [ 201599.999974, 326899.999974 ], [ 201999.999974, 326599.999974 ], [ 201999.999974, 326499.999974 ], [ 201996.61807399999816, 326483.090374 ], [ 201899.999974, 325999.999974 ], [ 202899.999974, 325899.999974 ], [ 203099.999974, 326199.999974 ], [ 203337.33677399999578, 326120.887774 ], [ 203380.55297399999108, 326116.582974 ], [ 203375.894674, 326108.035074 ], [ 203399.999974, 326099.999974 ], [ 203899.999974, 325999.999974 ], [ 204399.999974, 325699.999974 ], [ 204699.999974, 325999.999974 ], [ 204699.999974, 325899.999974 ], [ 204599.999974, 325499.999974 ], [ 204199.999974, 325199.999974 ], [ 203799.999974, 324599.999974 ], [ 203699.999974, 324199.999974 ], [ 203430.777674, 324199.999974 ], [ 203399.999974, 324199.999974 ], [ 202599.999974, 323999.999974 ], [ 202599.999974, 323799.999974 ], [ 202099.999974, 323599.999974 ], [ 201599.999974, 323499.999974 ], [ 201324.208474, 323591.930474 ], [ 201299.999974, 323599.999974 ], [ 201099.999974, 323599.999974 ], [ 201099.999974, 323499.999974 ], [ 201043.012174, 323044.097474 ], [ 201040.954774, 323027.637774 ], [ 200999.999974, 322699.999974 ], [ 201236.899674, 322463.100274 ], [ 201299.999974, 322399.999974 ], [ 200699.999974, 322099.999974 ], [ 200499.999974, 321399.999974 ], [ 200599.999974, 321199.999974 ], [ 200299.999974, 320399.999974 ], [ 200099.999974, 320399.999974 ], [ 200065.27547399999457, 320411.574874 ], [ 199799.999974, 320499.999974 ], [ 199634.73617399999057, 320400.841774 ], [ 199299.999974, 320199.999974 ], [ 199199.999974, 320599.999974 ], [ 198840.053874, 321049.932674 ], [ 198799.999974, 321099.999974 ], [ 198799.999974, 321148.100074 ], [ 198799.999974, 321149.807974 ], [ 198799.999974, 321163.279974 ], [ 198799.999974, 321199.999974 ], [ 198799.999974, 321799.999974 ], [ 198795.47717399999965, 321809.045574 ], [ 198699.999974, 321999.999974 ], [ 198676.881174, 322017.339174 ], [ 198299.999974, 322299.999974 ], [ 198298.990874, 322301.513674 ], [ 198099.999974, 322599.999974 ], [ 198079.932074, 322610.033974 ], [ 197899.999974, 322699.999974 ], [ 197711.16637399999308, 323360.917774 ], [ 197709.789074, 323365.738274 ], [ 197699.999974, 323399.999974 ], [ 197699.999974, 323799.999974 ], [ 197599.999974, 324199.999974 ], [ 197499.999974, 324199.999974 ], [ 197510.729874, 324226.824574 ], [ 197511.48007399999187, 324228.700274 ], [ 197699.999974, 324699.999974 ], [ 198499.999974, 325599.999974 ], [ 198999.999974, 326499.999974 ], [ 198899.999974, 326499.999974 ], [ 198932.225574, 326558.005974 ], [ 198942.22277399999439, 326576.000974 ], [ 199399.999974, 327399.999974 ], [ 200788.24427399999695, 327003.358774 ], [ 200799.999974, 326999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0888" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 184916.301474, 329589.626274 ], [ 185979.13147399999434, 328913.279974 ], [ 185999.999974, 328899.999974 ], [ 186599.999974, 328599.999974 ], [ 186699.999974, 328599.999974 ], [ 186799.999974, 328999.999974 ], [ 187399.999974, 328399.999974 ], [ 187799.999974, 328599.999974 ], [ 187999.999974, 328399.999974 ], [ 187988.264874, 328282.648774 ], [ 187899.999974, 327399.999974 ], [ 187499.999974, 326499.999974 ], [ 187399.999974, 326299.999974 ], [ 186999.999974, 325699.999974 ], [ 186988.029974, 325699.999974 ], [ 186408.35887399999774, 325699.999974 ], [ 186399.999974, 325699.999974 ], [ 186206.469874, 325603.234874 ], [ 186199.999974, 325599.999974 ], [ 186199.999974, 325399.999974 ], [ 185906.07187399998656, 325302.023974 ], [ 185899.999974, 325299.999974 ], [ 184197.297274, 325016.216174 ], [ 184099.999974, 324999.999974 ], [ 182829.155574, 324706.728174 ], [ 182799.999974, 324699.999974 ], [ 182499.999974, 324599.999974 ], [ 182299.999974, 324699.999974 ], [ 181635.47647399999551, 323940.544574 ], [ 181599.999974, 323899.999974 ], [ 181199.999974, 323299.999974 ], [ 180899.999974, 323399.999974 ], [ 180816.939374, 323483.060574 ], [ 180799.999974, 323499.999974 ], [ 181199.999974, 324299.999974 ], [ 181207.471974, 324314.943874 ], [ 181599.999974, 325099.999974 ], [ 181989.05247399999644, 325586.315574 ], [ 181999.999974, 325599.999974 ], [ 182299.999974, 326399.999974 ], [ 181999.999974, 326499.999974 ], [ 182499.999974, 327099.999974 ], [ 182499.999974, 327492.692374 ], [ 182499.999974, 327499.999974 ], [ 182599.999974, 327799.999974 ], [ 182899.999974, 328199.999974 ], [ 182899.999974, 328351.494874 ], [ 182899.999974, 328599.999974 ], [ 183199.999974, 328899.999974 ], [ 183499.999974, 329199.999974 ], [ 184199.999974, 328699.999974 ], [ 184299.999974, 328799.999974 ], [ 184302.538674, 328803.384874 ], [ 184879.556274, 329572.741774 ], [ 184894.29687399999239, 329558.312474 ], [ 184916.301474, 329589.626274 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0889" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 203799.999974, 367599.999974 ], [ 204099.999974, 367499.999974 ], [ 204199.999974, 367599.999974 ], [ 204233.741974, 367566.258074 ], [ 204799.999974, 366999.999974 ], [ 204999.999974, 366999.999974 ], [ 205199.999974, 367099.999974 ], [ 205699.999974, 366899.999974 ], [ 206099.999974, 366499.999974 ], [ 206499.999974, 365599.999974 ], [ 206407.433974, 365322.301774 ], [ 206399.999974, 365299.999974 ], [ 204399.999974, 362999.999974 ], [ 204390.60387399999308, 362989.037774 ], [ 203799.999974, 362299.999974 ], [ 202899.999974, 361699.999974 ], [ 202007.777074, 362294.815274 ], [ 201999.999974, 362299.999974 ], [ 201599.999974, 362699.999974 ], [ 201577.85377399998833, 362711.073074 ], [ 201399.999974, 362799.999974 ], [ 200799.999974, 362199.999974 ], [ 200499.999974, 362099.999974 ], [ 199699.999974, 361999.999974 ], [ 199099.999974, 362599.999974 ], [ 198902.33047399998759, 362797.669574 ], [ 198899.999974, 362799.999974 ], [ 198699.999974, 363099.999974 ], [ 198379.141074, 363292.515374 ], [ 198199.999974, 363399.999974 ], [ 198199.999974, 363799.999974 ], [ 198208.194974, 363824.584874 ], [ 198299.999974, 364099.999974 ], [ 198499.999974, 364299.999974 ], [ 198594.515374, 364299.999974 ], [ 198599.999974, 364299.999974 ], [ 199299.999974, 364299.999974 ], [ 199584.38637399999425, 364394.795474 ], [ 199599.999974, 364399.999974 ], [ 199799.999974, 364599.999974 ], [ 199799.999974, 364799.999974 ], [ 199806.81517399998847, 364827.260874 ], [ 199899.999974, 365199.999974 ], [ 200373.248774, 365732.40487399999984 ], [ 200699.999974, 366099.999974 ], [ 200702.981574, 366103.726974 ], [ 201099.999974, 366599.999974 ], [ 201861.46897399998852, 366980.734474 ], [ 201899.999974, 366999.999974 ], [ 202099.999974, 366899.999974 ], [ 202399.999974, 366899.999974 ], [ 202599.999974, 367399.999974 ], [ 203399.999974, 367699.999974 ], [ 203416.952174, 367708.476074 ], [ 203599.999974, 367799.999974 ], [ 203799.999974, 367599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0893" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 202399.999974, 408599.999974 ], [ 202899.999974, 408499.999974 ], [ 203299.999974, 408499.999974 ], [ 203399.999974, 408299.999974 ], [ 203799.999974, 408099.999974 ], [ 203873.195374, 408070.721874 ], [ 204299.999974, 407899.999974 ], [ 204499.999974, 408199.999974 ], [ 205599.999974, 407699.999974 ], [ 205499.999974, 407099.999974 ], [ 204999.999974, 406699.999974 ], [ 205099.999974, 406499.999974 ], [ 204823.19407399999909, 405946.388074 ], [ 204799.999974, 405899.999974 ], [ 204501.61117399999057, 404507.518874 ], [ 204499.999974, 404499.999974 ], [ 204199.999974, 403799.999974 ], [ 203899.999974, 403899.999974 ], [ 203999.999974, 403199.999974 ], [ 203799.999974, 402099.999974 ], [ 205599.999974, 400799.999974 ], [ 205899.999974, 400699.999974 ], [ 206098.039074, 400204.90227399999276 ], [ 206099.999974, 400199.999974 ], [ 206499.999974, 399399.999974 ], [ 206799.999974, 398999.999974 ], [ 207699.999974, 398199.999974 ], [ 208399.999974, 397799.999974 ], [ 208404.503574, 397790.027774 ], [ 209799.999974, 394699.999974 ], [ 210799.999974, 393999.999974 ], [ 210820.80857399999513, 393982.659474 ], [ 211399.999974, 393499.999974 ], [ 211899.999974, 392599.999974 ], [ 212299.999974, 391899.999974 ], [ 212399.999974, 391299.999974 ], [ 211699.999974, 390899.999974 ], [ 210599.999974, 390999.999974 ], [ 209299.999974, 390699.999974 ], [ 208999.999974, 391499.999974 ], [ 208699.999974, 391799.999974 ], [ 208335.58417399998871, 391982.207874 ], [ 208299.999974, 391999.999974 ], [ 207699.999974, 392299.999974 ], [ 207299.999974, 392599.999974 ], [ 207202.768974, 392697.230974 ], [ 207199.999974, 392699.999974 ], [ 205799.999974, 393899.999974 ], [ 205599.999974, 394399.999974 ], [ 205501.775774, 394989.345274 ], [ 205499.999974, 394999.999974 ], [ 205399.999974, 395399.999974 ], [ 205199.999974, 395599.999974 ], [ 205188.81537399999797, 395602.796174 ], [ 204799.999974, 395699.999974 ], [ 204757.551474, 395699.999974 ], [ 204399.999974, 395699.999974 ], [ 204393.86127399999532, 395698.883874 ], [ 203299.999974, 395499.999974 ], [ 202899.999974, 395599.999974 ], [ 202605.24917399999686, 395796.500474 ], [ 202599.999974, 395799.999974 ], [ 202418.19197399998666, 395981.80797399999574 ], [ 202399.999974, 395999.999974 ], [ 201699.999974, 396599.999974 ], [ 200799.999974, 396799.999974 ], [ 200299.999974, 397399.999974 ], [ 200199.999974, 397799.999974 ], [ 200099.999974, 398399.999974 ], [ 200199.999974, 398999.999974 ], [ 200199.999974, 399038.241974 ], [ 200199.999974, 399599.999974 ], [ 199807.47697399999015, 400286.915274 ], [ 199799.999974, 400299.999974 ], [ 199299.999974, 400899.999974 ], [ 199291.914374, 400932.34237399999984 ], [ 199099.999974, 401699.999974 ], [ 199099.999974, 402771.557774 ], [ 199099.999974, 402799.999974 ], [ 199099.999974, 403199.999974 ], [ 198999.999974, 403599.999974 ], [ 198799.999974, 403899.999974 ], [ 198002.128774, 404697.871174 ], [ 197746.45617399999173, 404953.543774 ], [ 197699.999974, 404999.999974 ], [ 197299.999974, 405399.999974 ], [ 197278.26927399999113, 405413.038474 ], [ 195799.999974, 406299.999974 ], [ 197499.999974, 407599.999974 ], [ 197699.999974, 407599.999974 ], [ 197899.999974, 407699.999974 ], [ 198399.999974, 408099.999974 ], [ 199078.156174, 408099.999974 ], [ 199099.999974, 408099.999974 ], [ 199599.999974, 408399.999974 ], [ 199099.999974, 409199.999974 ], [ 199481.826474, 409734.557074 ], [ 199599.999974, 409899.999974 ], [ 199899.999974, 409499.999974 ], [ 202399.999974, 408599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0899" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 197293.40227399999276, 330102.199274 ], [ 197299.999974, 330099.999974 ], [ 197499.999974, 330099.999974 ], [ 197512.690474, 330098.730974 ], [ 198499.999974, 329999.999974 ], [ 198399.999974, 329899.999974 ], [ 198435.351274, 329877.905474 ], [ 199199.999974, 329399.999974 ], [ 199099.999974, 328899.999974 ], [ 199197.70137399999658, 328509.194574 ], [ 199199.999974, 328499.999974 ], [ 199399.999974, 327399.999974 ], [ 198942.22277399999439, 326576.000974 ], [ 198932.225574, 326558.005974 ], [ 198899.999974, 326499.999974 ], [ 196399.999974, 326699.999974 ], [ 196371.399374, 326728.600674 ], [ 196341.596974, 326758.402974 ], [ 196344.368974, 326732.357974 ], [ 196345.515274, 326721.589874 ], [ 196329.0788739999989, 326721.589874 ], [ 196253.76757399999769, 326818.418674 ], [ 196095.972374, 326960.43427399999928 ], [ 196045.04757399999653, 326989.841574 ], [ 195894.42507399999886, 327031.442074 ], [ 195773.926974, 327085.953074 ], [ 195692.32207399999606, 327148.775974 ], [ 195681.41277399999672, 327209.293574 ], [ 195551.896974, 327274.051574 ], [ 195499.999974, 327299.999974 ], [ 195431.496474, 327299.999974 ], [ 195399.999974, 327299.999974 ], [ 194899.999974, 327299.999974 ], [ 194299.999974, 326799.999974 ], [ 194299.999974, 326699.999974 ], [ 194253.96427399999811, 326669.309474 ], [ 193999.999974, 326499.999974 ], [ 193699.999974, 326799.999974 ], [ 193689.59337399998913, 326810.406574 ], [ 193611.233374, 326888.766574 ], [ 193599.999974, 326899.999974 ], [ 193303.69887399999425, 327097.534074 ], [ 193299.999974, 327099.999974 ], [ 193199.999974, 327299.999974 ], [ 193185.57697399999597, 327321.634474 ], [ 193151.49857399999746, 327372.752174 ], [ 193053.63767399999779, 327519.543374 ], [ 193012.12217399998917, 327604.848874 ], [ 193499.999974, 327799.999974 ], [ 193299.999974, 328099.999974 ], [ 193599.999974, 328699.999974 ], [ 193952.67237399998703, 328964.504274 ], [ 193999.999974, 328999.999974 ], [ 194633.77357399999164, 329362.156274 ], [ 194699.999974, 329399.999974 ], [ 195499.999974, 330099.999974 ], [ 195799.999974, 330299.999974 ], [ 195803.509874, 330297.660074 ], [ 196099.999974, 330099.999974 ], [ 196144.52667399999336, 330055.473274 ], [ 196167.805074, 330048.177774 ], [ 196214.91267399999197, 330043.151674 ], [ 196241.987274, 330040.262974 ], [ 196257.85497399998712, 330038.569974 ], [ 196499.999974, 330199.999974 ], [ 196507.862874, 330203.931474 ], [ 196699.999974, 330299.999974 ], [ 197293.40227399999276, 330102.199274 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0905" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 179999.999974, 312699.999974 ], [ 180099.999974, 312599.999974 ], [ 180191.029974, 312235.880174 ], [ 180199.999974, 312199.999974 ], [ 180003.250474, 311609.751274 ], [ 179999.999974, 311599.999974 ], [ 179899.999974, 311299.999974 ], [ 179699.999974, 311199.999974 ], [ 179599.999974, 310799.999974 ], [ 179799.999974, 310599.999974 ], [ 179999.999974, 310499.999974 ], [ 180299.999974, 310599.999974 ], [ 180299.999974, 310099.999974 ], [ 180399.999974, 309699.999974 ], [ 180599.999974, 309199.999974 ], [ 180399.999974, 308999.999974 ], [ 180199.999974, 308699.999974 ], [ 180195.429674, 308692.382774 ], [ 179899.999974, 308199.999974 ], [ 179999.999974, 307999.999974 ], [ 179799.999974, 307499.999974 ], [ 179199.999974, 307499.999974 ], [ 178799.999974, 307899.999974 ], [ 178617.61617399999523, 308264.767574 ], [ 178599.999974, 308299.999974 ], [ 178499.999974, 308399.999974 ], [ 178199.999974, 307799.999974 ], [ 177799.999974, 307799.999974 ], [ 177299.999974, 307699.999974 ], [ 177270.06527399999322, 307660.086974 ], [ 176999.999974, 307299.999974 ], [ 176699.999974, 307199.999974 ], [ 176299.999974, 307399.999974 ], [ 175799.999974, 307499.999974 ], [ 175899.999974, 307999.999974 ], [ 176799.999974, 309299.999974 ], [ 177099.999974, 310399.999974 ], [ 177096.86727399998927, 310406.712874 ], [ 176399.999974, 311899.999974 ], [ 176499.999974, 312099.999974 ], [ 176999.999974, 312699.999974 ], [ 176899.999974, 312999.999974 ], [ 176799.999974, 313199.999974 ], [ 177699.999974, 313199.999974 ], [ 177599.999974, 312799.999974 ], [ 177699.999974, 312699.999974 ], [ 178199.999974, 312699.999974 ], [ 178199.999974, 312998.546674 ], [ 178199.999974, 312999.999974 ], [ 178270.24307399999816, 313632.187374 ], [ 178299.999974, 313899.999974 ], [ 178799.999974, 313999.999974 ], [ 178999.999974, 314299.999974 ], [ 179051.01987399999052, 314318.552674 ], [ 180099.999974, 314699.999974 ], [ 180170.43047399999341, 314418.278074 ], [ 180299.999974, 313899.999974 ], [ 180099.999974, 313599.999974 ], [ 179899.999974, 313199.999974 ], [ 179999.999974, 312699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0907" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 193999.999974, 417199.999974 ], [ 194199.999974, 416799.999974 ], [ 195599.999974, 416899.999974 ], [ 195649.555774, 416899.999974 ], [ 196299.999974, 416899.999974 ], [ 196899.999974, 416799.999974 ], [ 197799.999974, 416199.999974 ], [ 197812.05987399999867, 416193.568074 ], [ 199299.999974, 415399.999974 ], [ 199599.999974, 415199.999974 ], [ 199599.999974, 414943.737974 ], [ 199599.999974, 414899.999974 ], [ 199663.057474, 414773.88507399999071 ], [ 199799.999974, 414499.999974 ], [ 199999.999974, 414599.999974 ], [ 199999.999974, 414799.999974 ], [ 200499.999974, 414399.999974 ], [ 200299.999974, 413999.999974 ], [ 199899.999974, 413999.999974 ], [ 199799.999974, 413999.999974 ], [ 199599.999974, 413999.999974 ], [ 199299.999974, 413899.999974 ], [ 199199.999974, 413599.999974 ], [ 199299.999974, 412599.999974 ], [ 199499.999974, 412399.999974 ], [ 199599.999974, 411699.999974 ], [ 199499.999974, 411399.999974 ], [ 199499.261574, 411390.399774 ], [ 199443.3746739999915, 410663.870774 ], [ 199399.999974, 410099.999974 ], [ 199599.999974, 409899.999974 ], [ 199481.826474, 409734.557074 ], [ 199099.999974, 409199.999974 ], [ 199599.999974, 408399.999974 ], [ 199099.999974, 408099.999974 ], [ 199078.156174, 408099.999974 ], [ 198399.999974, 408099.999974 ], [ 197899.999974, 407699.999974 ], [ 197699.999974, 407599.999974 ], [ 197499.999974, 407599.999974 ], [ 195799.999974, 406299.999974 ], [ 195502.940574, 406498.039574 ], [ 195499.999974, 406499.999974 ], [ 195199.999974, 406899.999974 ], [ 194999.999974, 407299.999974 ], [ 194899.999974, 408399.999974 ], [ 194899.999974, 408406.2099739999976 ], [ 194899.999974, 408888.491374 ], [ 194899.999974, 408899.999974 ], [ 194899.999974, 409799.999974 ], [ 194804.79697399999714, 410466.421074 ], [ 194799.999974, 410499.999974 ], [ 194699.999974, 410899.999974 ], [ 194699.999974, 410934.679374 ], [ 194699.999974, 411078.949674 ], [ 194699.999974, 411099.999974 ], [ 194299.999974, 412499.999974 ], [ 194299.999974, 413599.999974 ], [ 193999.999974, 413799.999974 ], [ 193699.999974, 413999.999974 ], [ 193675.83187399999588, 414008.056074 ], [ 192799.999974, 414299.999974 ], [ 191799.999974, 414399.999974 ], [ 191899.999974, 414899.999974 ], [ 192499.999974, 415599.999974 ], [ 192508.063074, 415616.126074 ], [ 192781.03597399999853, 416162.071874 ], [ 192799.999974, 416199.999974 ], [ 192699.999974, 416599.999974 ], [ 192702.069974, 416606.210074 ], [ 192799.999974, 416899.999974 ], [ 193099.999974, 417099.999974 ], [ 193399.999974, 417099.999974 ], [ 193999.999974, 417399.999974 ], [ 194099.999974, 417799.999974 ], [ 193999.999974, 417199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0917" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 193699.999974, 326799.999974 ], [ 193999.999974, 326499.999974 ], [ 194253.96427399999811, 326669.309474 ], [ 194299.999974, 326699.999974 ], [ 194299.999974, 326799.999974 ], [ 194899.999974, 327299.999974 ], [ 195399.999974, 327299.999974 ], [ 195431.496474, 327299.999974 ], [ 195499.999974, 327299.999974 ], [ 195551.896974, 327274.051574 ], [ 195681.41277399999672, 327209.293574 ], [ 195692.32207399999606, 327148.775974 ], [ 195773.926974, 327085.953074 ], [ 195894.42507399999886, 327031.442074 ], [ 196045.04757399999653, 326989.841574 ], [ 196095.972374, 326960.43427399999928 ], [ 196253.76757399999769, 326818.418674 ], [ 196329.0788739999989, 326721.589874 ], [ 196345.515274, 326721.589874 ], [ 196344.368974, 326732.357974 ], [ 196341.596974, 326758.402974 ], [ 196371.399374, 326728.600674 ], [ 196399.999974, 326699.999974 ], [ 198899.999974, 326499.999974 ], [ 198999.999974, 326499.999974 ], [ 198499.999974, 325599.999974 ], [ 197699.999974, 324699.999974 ], [ 197511.48007399999187, 324228.700274 ], [ 197510.729874, 324226.824574 ], [ 197499.999974, 324199.999974 ], [ 197599.999974, 324199.999974 ], [ 197699.999974, 323799.999974 ], [ 197699.999974, 323399.999974 ], [ 197709.789074, 323365.738274 ], [ 197711.16637399999308, 323360.917774 ], [ 197899.999974, 322699.999974 ], [ 198079.932074, 322610.033974 ], [ 198099.999974, 322599.999974 ], [ 198298.990874, 322301.513674 ], [ 198299.999974, 322299.999974 ], [ 198676.881174, 322017.339174 ], [ 198699.999974, 321999.999974 ], [ 198795.47717399999965, 321809.045574 ], [ 198799.999974, 321799.999974 ], [ 198799.999974, 321199.999974 ], [ 198799.999974, 321163.279974 ], [ 198799.999974, 321149.807974 ], [ 198799.999974, 321148.100074 ], [ 198799.999974, 321099.999974 ], [ 198840.053874, 321049.932674 ], [ 199199.999974, 320599.999974 ], [ 199299.999974, 320199.999974 ], [ 199399.999974, 319999.999974 ], [ 199217.41877399999066, 319791.335774 ], [ 198699.999974, 319199.999974 ], [ 198678.083474, 319182.466774 ], [ 198525.23877399999765, 319060.190974 ], [ 198290.635874, 318872.508674 ], [ 198199.999974, 318799.999974 ], [ 198899.999974, 317699.999974 ], [ 198906.656174, 317693.343874 ], [ 199299.999974, 317299.999974 ], [ 199399.999974, 317299.999974 ], [ 199299.999974, 316699.999974 ], [ 199299.999974, 316199.999974 ], [ 199499.999974, 315699.999974 ], [ 199799.999974, 315299.999974 ], [ 199999.999974, 314699.999974 ], [ 199899.999974, 314499.999974 ], [ 199599.999974, 314599.999974 ], [ 199399.999974, 314799.999974 ], [ 199299.999974, 315099.999974 ], [ 199399.999974, 315299.999974 ], [ 199274.66877399999066, 315475.46367399999872 ], [ 198606.315674, 316411.158074 ], [ 198399.999974, 316699.999974 ], [ 198006.419674, 316995.185274 ], [ 197999.999974, 316999.999974 ], [ 197607.599974, 317294.299974 ], [ 197599.999974, 317299.999974 ], [ 196706.605374, 317895.596374 ], [ 196699.999974, 317899.999974 ], [ 196299.999974, 318399.999974 ], [ 196199.999974, 318799.999974 ], [ 196170.640474, 318844.039274 ], [ 195999.999974, 319099.999974 ], [ 195999.999974, 319199.999974 ], [ 195983.755674, 319224.366474 ], [ 195399.999974, 320099.999974 ], [ 195398.035674, 320103.273874 ], [ 194956.1136739999929, 320839.810574 ], [ 194821.714474, 321063.80927399999928 ], [ 194799.999974, 321099.999974 ], [ 193799.999974, 322399.999974 ], [ 193796.023374, 322405.964974 ], [ 193792.01187399998889, 322411.982174 ], [ 193211.29197399999248, 323283.062074 ], [ 193199.999974, 323299.999974 ], [ 192899.999974, 323899.999974 ], [ 192799.999974, 323999.999974 ], [ 192699.999974, 323999.999974 ], [ 192699.999974, 324199.999974 ], [ 192199.999974, 324599.999974 ], [ 192197.62347399999271, 324601.188274 ], [ 191415.3575739999942, 324992.321174 ], [ 191399.999974, 324999.999974 ], [ 191599.999974, 325199.999974 ], [ 191576.14237399998819, 325224.158574 ], [ 191399.999974, 325399.999974 ], [ 191099.999974, 325399.999974 ], [ 190699.999974, 325599.999974 ], [ 190895.181874, 326087.954774 ], [ 190899.999974, 326099.999974 ], [ 191099.999974, 326299.999974 ], [ 191399.999974, 326499.999974 ], [ 191799.999974, 326499.999974 ], [ 191988.32567399999243, 326594.162874 ], [ 191999.999974, 326599.999974 ], [ 192294.792874, 326894.792874 ], [ 192299.999974, 326899.999974 ], [ 192399.999974, 327199.999974 ], [ 192999.999974, 327599.999974 ], [ 193012.12217399998917, 327604.848874 ], [ 193053.63767399999779, 327519.543374 ], [ 193151.49857399999746, 327372.752174 ], [ 193185.57697399999597, 327321.634474 ], [ 193199.999974, 327299.999974 ], [ 193299.999974, 327099.999974 ], [ 193303.69887399999425, 327097.534074 ], [ 193599.999974, 326899.999974 ], [ 193611.233374, 326888.766574 ], [ 193689.59337399998913, 326810.406574 ], [ 193699.999974, 326799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0928" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 203599.999974, 323599.999974 ], [ 203399.999974, 322799.999974 ], [ 203399.999974, 322722.364574 ], [ 203399.999974, 322499.999974 ], [ 203699.999974, 321699.999974 ], [ 203799.999974, 321699.999974 ], [ 204299.999974, 321199.999974 ], [ 204299.999974, 320499.999974 ], [ 204248.02477399999043, 320344.074374 ], [ 204199.999974, 320199.999974 ], [ 204099.999974, 319899.999974 ], [ 204099.782374, 319899.456074 ], [ 203899.999974, 319399.999974 ], [ 203599.999974, 319199.999974 ], [ 203599.999974, 319099.999974 ], [ 203598.88507399999071, 319095.540174 ], [ 203499.999974, 318699.999974 ], [ 203495.634774, 318651.982474 ], [ 203399.999974, 317599.999974 ], [ 202299.999974, 318099.999974 ], [ 202199.999974, 318299.999974 ], [ 202192.87347399999271, 318335.632774 ], [ 202099.999974, 318799.999474 ], [ 201999.999974, 318799.999974 ], [ 201699.999974, 318499.999974 ], [ 200999.999974, 318099.999974 ], [ 200599.999974, 317999.999974 ], [ 199499.999974, 317599.999974 ], [ 199399.999974, 317299.999974 ], [ 199299.999974, 317299.999974 ], [ 198906.656174, 317693.343874 ], [ 198899.999974, 317699.999974 ], [ 198199.999974, 318799.999974 ], [ 198290.635874, 318872.508674 ], [ 198525.23877399999765, 319060.190974 ], [ 198678.083474, 319182.466774 ], [ 198699.999974, 319199.999974 ], [ 199217.41877399999066, 319791.335774 ], [ 199399.999974, 319999.999974 ], [ 199299.999974, 320199.999974 ], [ 199634.73617399999057, 320400.841774 ], [ 199799.999974, 320499.999974 ], [ 200065.27547399999457, 320411.574874 ], [ 200099.999974, 320399.999974 ], [ 200299.999974, 320399.999974 ], [ 200599.999974, 321199.999974 ], [ 200499.999974, 321399.999974 ], [ 200699.999974, 322099.999974 ], [ 201299.999974, 322399.999974 ], [ 201236.899674, 322463.100274 ], [ 200999.999974, 322699.999974 ], [ 201040.954774, 323027.637774 ], [ 201043.012174, 323044.097474 ], [ 201099.999974, 323499.999974 ], [ 201099.999974, 323599.999974 ], [ 201299.999974, 323599.999974 ], [ 201324.208474, 323591.930474 ], [ 201599.999974, 323499.999974 ], [ 202099.999974, 323599.999974 ], [ 202599.999974, 323799.999974 ], [ 202599.999974, 323999.999974 ], [ 203399.999974, 324199.999974 ], [ 203430.777674, 324199.999974 ], [ 203699.999974, 324199.999974 ], [ 203699.999974, 323899.999974 ], [ 203605.668574, 323617.005574 ], [ 203599.999974, 323599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0935" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 178799.999974, 322399.999974 ], [ 178899.999974, 321599.999974 ], [ 179299.999974, 321599.999974 ], [ 179499.999974, 321399.999974 ], [ 179499.999974, 321322.856274 ], [ 179499.999974, 321099.999974 ], [ 179490.773074, 321053.865474 ], [ 179435.88337399999727, 320779.416774 ], [ 179399.999974, 320599.999974 ], [ 179711.31587399999262, 320461.637374 ], [ 180299.999974, 320199.999974 ], [ 180899.999974, 320299.999974 ], [ 181199.999974, 319599.999974 ], [ 181399.999974, 319699.999974 ], [ 181499.999974, 319399.999974 ], [ 180587.823574, 318670.258874 ], [ 180499.999974, 318599.999974 ], [ 181099.999974, 318499.999974 ], [ 181099.999974, 317399.999974 ], [ 181086.58807399999932, 317373.176074 ], [ 180899.999974, 316999.999974 ], [ 180400.512774, 316800.205174 ], [ 180399.999974, 316799.999974 ], [ 179899.999974, 316799.999974 ], [ 179899.999974, 316599.999974 ], [ 180099.999974, 316499.999974 ], [ 180299.999974, 316199.999974 ], [ 180299.999974, 316168.441174 ], [ 180299.999974, 315699.999974 ], [ 180295.746474, 315678.732474 ], [ 180099.999974, 314699.999974 ], [ 179051.01987399999052, 314318.552674 ], [ 178999.999974, 314299.999974 ], [ 178799.999974, 313999.999974 ], [ 178299.999974, 313899.999974 ], [ 178270.24307399999816, 313632.187374 ], [ 178199.999974, 312999.999974 ], [ 178199.999974, 312998.546674 ], [ 178199.999974, 312699.999974 ], [ 177699.999974, 312699.999974 ], [ 177599.999974, 312799.999974 ], [ 177699.999974, 313199.999974 ], [ 176799.999974, 313199.999974 ], [ 176499.999974, 313499.999974 ], [ 176499.999974, 313509.499974 ], [ 176499.999974, 313599.999974 ], [ 175699.999974, 313599.999974 ], [ 175499.999974, 314099.999974 ], [ 175099.999974, 314099.999974 ], [ 174499.999974, 314199.999974 ], [ 173799.999974, 314499.999974 ], [ 173999.999974, 314799.999974 ], [ 173999.999974, 314999.999974 ], [ 173699.999974, 315299.999974 ], [ 173689.678974, 315351.605074 ], [ 173599.999974, 315799.999974 ], [ 173499.999974, 315999.999974 ], [ 173474.53147399998852, 316038.202674 ], [ 173299.999974, 316299.999974 ], [ 173099.999974, 316499.999974 ], [ 172899.999974, 316799.999974 ], [ 172836.25147399998968, 317054.993974 ], [ 172699.999974, 317599.999974 ], [ 172799.999974, 318199.999974 ], [ 172899.999974, 318699.999974 ], [ 172899.999974, 318799.999974 ], [ 172899.999974, 318874.603074 ], [ 172899.999974, 319399.999974 ], [ 173454.52847399999155, 319862.107074 ], [ 173499.999974, 319899.999974 ], [ 173099.999974, 320199.999974 ], [ 173599.999974, 320599.999974 ], [ 173699.999974, 320499.999974 ], [ 174099.999974, 320699.999974 ], [ 174286.146474, 320855.122074 ], [ 174699.999974, 321199.999974 ], [ 174899.999974, 321399.999974 ], [ 175099.999974, 321299.999974 ], [ 175116.816874, 321296.636674 ], [ 175310.57067399998778, 321257.885874 ], [ 175578.11487399999169, 321204.376974 ], [ 175599.999974, 321199.999974 ], [ 175599.999974, 321599.999974 ], [ 175699.999974, 321999.999974 ], [ 176494.32867399998941, 322695.037674 ], [ 176499.999974, 322699.999974 ], [ 176699.999974, 323299.999974 ], [ 176699.999974, 324199.999974 ], [ 176899.999974, 324499.999974 ], [ 177499.999974, 324699.999974 ], [ 177699.999974, 324599.999974 ], [ 178099.999974, 324399.999974 ], [ 177899.999974, 324099.999974 ], [ 177899.999974, 323799.999974 ], [ 178399.999974, 323299.999974 ], [ 178417.450474, 323256.373774 ], [ 178599.999974, 322799.999974 ], [ 178796.525774, 322406.948474 ], [ 178799.999974, 322399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0936" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 181599.999974, 318399.999974 ], [ 181999.999974, 318099.999974 ], [ 182399.999974, 318199.999974 ], [ 182425.79637399999774, 318199.999974 ], [ 182599.999974, 318199.999974 ], [ 182599.999974, 317899.999974 ], [ 182621.21797399999923, 317892.927374 ], [ 182899.999974, 317799.999974 ], [ 183499.999974, 317899.999974 ], [ 184099.999974, 317699.999974 ], [ 184156.632374, 317605.612774 ], [ 184399.999974, 317199.999974 ], [ 184599.999974, 316899.999974 ], [ 184899.999974, 316799.999974 ], [ 185099.999974, 316799.999974 ], [ 185399.999974, 316699.999974 ], [ 185409.997574, 316695.001174 ], [ 185599.999974, 316599.999974 ], [ 185599.999974, 315901.501374 ], [ 185599.999974, 315899.999974 ], [ 185699.999974, 315699.999974 ], [ 185999.999974, 315699.999974 ], [ 186088.64677399999346, 315699.999974 ], [ 186589.008074, 315699.999974 ], [ 186599.999974, 315699.999974 ], [ 186699.999974, 315799.999974 ], [ 186599.999974, 316299.999974 ], [ 187178.25397399999201, 316107.248674 ], [ 187199.999974, 316099.999974 ], [ 187852.152674, 315820.505974 ], [ 187899.999974, 315799.999974 ], [ 188099.999974, 315899.999974 ], [ 188299.999974, 316099.999974 ], [ 188492.882974, 315328.468174 ], [ 188499.999974, 315299.999974 ], [ 188599.999974, 314899.999974 ], [ 188210.665574, 314666.399374 ], [ 188099.999974, 314599.999974 ], [ 187899.999974, 314699.999974 ], [ 187799.999974, 314599.999974 ], [ 187517.58667399999104, 314035.173374 ], [ 187499.999974, 313999.999974 ], [ 187312.404474, 313906.202274 ], [ 187299.999974, 313899.999974 ], [ 187099.999974, 313399.999974 ], [ 186899.999974, 313199.999974 ], [ 186699.999974, 313199.999974 ], [ 186299.999974, 313199.999974 ], [ 186266.764074, 313187.536474 ], [ 185499.999974, 312899.999974 ], [ 185502.537974, 312879.695974 ], [ 185505.073574, 312859.411174 ], [ 185599.999974, 312099.999974 ], [ 185692.04677399998764, 311823.859574 ], [ 185699.999974, 311799.999974 ], [ 185985.859674, 311371.210474 ], [ 186099.999974, 311199.999974 ], [ 186399.999974, 311099.999974 ], [ 186410.01247399998829, 311084.981274 ], [ 186599.999974, 310799.999974 ], [ 186763.182474, 310473.634974 ], [ 186911.12417399999686, 310177.751674 ], [ 187087.270274, 309825.459374 ], [ 187099.999974, 309799.999974 ], [ 187299.999974, 309099.999974 ], [ 187299.999974, 308499.999974 ], [ 187199.999974, 308399.999974 ], [ 187185.613874, 308392.806974 ], [ 186799.999974, 308199.999974 ], [ 186299.999974, 307699.999974 ], [ 185699.999974, 307699.999974 ], [ 185199.999974, 307399.999974 ], [ 184799.999974, 307399.999974 ], [ 184599.999974, 307499.999974 ], [ 183615.94137399998726, 308976.087874 ], [ 183599.999974, 308999.999974 ], [ 182999.999974, 308699.999974 ], [ 182699.999974, 309399.999974 ], [ 182499.999974, 310299.999974 ], [ 182499.999974, 310384.518674 ], [ 182499.999974, 310399.999974 ], [ 181699.999974, 310399.999974 ], [ 180599.999974, 309199.999974 ], [ 180399.999974, 309699.999974 ], [ 180299.999974, 310099.999974 ], [ 180299.999974, 310599.999974 ], [ 179999.999974, 310499.999974 ], [ 179799.999974, 310599.999974 ], [ 179599.999974, 310799.999974 ], [ 179699.999974, 311199.999974 ], [ 179899.999974, 311299.999974 ], [ 179999.999974, 311599.999974 ], [ 180003.250474, 311609.751274 ], [ 180199.999974, 312199.999974 ], [ 180191.029974, 312235.880174 ], [ 180099.999974, 312599.999974 ], [ 179999.999974, 312699.999974 ], [ 179899.999974, 313199.999974 ], [ 180099.999974, 313599.999974 ], [ 180299.999974, 313899.999974 ], [ 180170.43047399999341, 314418.278074 ], [ 180099.999974, 314699.999974 ], [ 180295.746474, 315678.732474 ], [ 180299.999974, 315699.999974 ], [ 180299.999974, 316168.441174 ], [ 180299.999974, 316199.999974 ], [ 180099.999974, 316499.999974 ], [ 179899.999974, 316599.999974 ], [ 179899.999974, 316799.999974 ], [ 180399.999974, 316799.999974 ], [ 180400.512774, 316800.205174 ], [ 180899.999974, 316999.999974 ], [ 181086.58807399999932, 317373.176074 ], [ 181099.999974, 317399.999974 ], [ 181099.999974, 318499.999974 ], [ 181599.999974, 318399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0938" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 181199.999974, 324299.999974 ], [ 180799.999974, 323499.999974 ], [ 180816.939374, 323483.060574 ], [ 180899.999974, 323399.999974 ], [ 181199.999974, 323299.999974 ], [ 181599.999974, 323899.999974 ], [ 181635.47647399999551, 323940.544574 ], [ 182299.999974, 324699.999974 ], [ 182499.999974, 324599.999974 ], [ 182799.999974, 324699.999974 ], [ 182829.155574, 324706.728174 ], [ 184099.999974, 324999.999974 ], [ 184197.297274, 325016.216174 ], [ 184099.999974, 324399.999974 ], [ 183955.812974, 324327.906474 ], [ 183899.999974, 324299.999974 ], [ 183799.999974, 324299.999974 ], [ 184099.999974, 323799.999974 ], [ 184299.999974, 323199.999974 ], [ 184099.999974, 322999.999974 ], [ 184099.999974, 323199.999974 ], [ 183799.999974, 323199.999974 ], [ 183799.999974, 322886.360474 ], [ 183799.999974, 322499.999974 ], [ 183999.999974, 321799.999974 ], [ 183899.999974, 321499.999974 ], [ 183299.999974, 321499.999974 ], [ 182499.999974, 321599.999974 ], [ 182203.664874, 321106.108074 ], [ 182199.999974, 321099.999974 ], [ 182099.999974, 320899.999974 ], [ 182115.299074, 320854.102874 ], [ 182199.999974, 320599.999974 ], [ 182199.999974, 320399.999974 ], [ 182076.71047399999225, 320424.657874 ], [ 181699.999974, 320499.999974 ], [ 181499.999974, 320099.999974 ], [ 181599.999974, 319799.999974 ], [ 181399.999974, 319699.999974 ], [ 181199.999974, 319599.999974 ], [ 180899.999974, 320299.999974 ], [ 180299.999974, 320199.999974 ], [ 179711.31587399999262, 320461.637374 ], [ 179399.999974, 320599.999974 ], [ 179435.88337399999727, 320779.416774 ], [ 179490.773074, 321053.865474 ], [ 179499.999974, 321099.999974 ], [ 179499.999974, 321322.856274 ], [ 179499.999974, 321399.999974 ], [ 179299.999974, 321599.999974 ], [ 178899.999974, 321599.999974 ], [ 178799.999974, 322399.999974 ], [ 178796.525774, 322406.948474 ], [ 178599.999974, 322799.999974 ], [ 178417.450474, 323256.373774 ], [ 178399.999974, 323299.999974 ], [ 177899.999974, 323799.999974 ], [ 177899.999974, 324099.999974 ], [ 178099.999974, 324399.999974 ], [ 178299.999974, 324299.999974 ], [ 178499.999974, 324399.999974 ], [ 178899.999974, 324899.999974 ], [ 178894.454674, 324944.362574 ], [ 178799.999974, 325699.999974 ], [ 178899.999974, 326099.999974 ], [ 179299.999974, 326799.999974 ], [ 179899.999974, 327399.999974 ], [ 180199.999974, 328199.999974 ], [ 180399.999974, 327999.999974 ], [ 180499.999974, 327799.999974 ], [ 180399.999974, 327399.999974 ], [ 180400.990674, 327399.339574 ], [ 180647.36247399999411, 327235.091674 ], [ 180699.999974, 327199.999974 ], [ 181599.999974, 326699.999974 ], [ 181999.999974, 326499.999974 ], [ 182299.999974, 326399.999974 ], [ 181999.999974, 325599.999974 ], [ 181989.05247399999644, 325586.315574 ], [ 181599.999974, 325099.999974 ], [ 181207.471974, 324314.943874 ], [ 181199.999974, 324299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0944" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 191299.999974, 419099.999974 ], [ 191299.999974, 418699.999974 ], [ 191476.856674, 418346.286674 ], [ 191499.999974, 418299.999974 ], [ 191952.17237399998703, 418119.131074 ], [ 191999.999974, 418099.999974 ], [ 192699.999974, 417899.999974 ], [ 192499.999974, 417699.999974 ], [ 192499.999974, 417399.999974 ], [ 192699.999974, 417199.999974 ], [ 192799.999974, 417099.999974 ], [ 193099.999974, 417099.999974 ], [ 192799.999974, 416899.999974 ], [ 192702.069974, 416606.210074 ], [ 192699.999974, 416599.999974 ], [ 192799.999974, 416199.999974 ], [ 192781.03597399999853, 416162.071874 ], [ 192508.063074, 415616.126074 ], [ 192499.999974, 415599.999974 ], [ 191899.999974, 414899.999974 ], [ 191799.999974, 414399.999974 ], [ 190799.999974, 414599.999974 ], [ 189908.865274, 414996.059874 ], [ 189899.999974, 414999.999974 ], [ 189499.999974, 415299.999974 ], [ 189399.999974, 415599.999974 ], [ 189299.999974, 416399.999974 ], [ 189296.54877399999532, 416414.955474 ], [ 189279.47817399998894, 416488.927874 ], [ 189068.321074, 417403.941874 ], [ 189002.92507399999886, 417687.324774 ], [ 188999.999974, 417699.999974 ], [ 188799.999974, 418199.999974 ], [ 188407.927574, 418592.072374 ], [ 188562.030774, 418832.031174 ], [ 188380.586474, 418614.560174 ], [ 187999.999974, 418899.999974 ], [ 188010.60767399999895, 418931.822974 ], [ 188099.999974, 419199.999974 ], [ 188111.00767399999313, 419216.511474 ], [ 188299.999974, 419499.999974 ], [ 188099.999974, 419999.999974 ], [ 188099.999974, 420049.013274 ], [ 188099.999974, 420599.999974 ], [ 188199.999974, 420899.999974 ], [ 188246.071674, 420899.999974 ], [ 188299.999974, 420899.999974 ], [ 189499.999974, 421199.999974 ], [ 189999.999974, 421099.999974 ], [ 190480.000074, 420331.999874 ], [ 190499.999974, 420299.999974 ], [ 190799.999974, 419799.999974 ], [ 191199.999974, 419399.999974 ], [ 191299.999974, 419099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0946" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 187299.999974, 366999.999974 ], [ 186399.999974, 365699.999974 ], [ 186199.999974, 365199.999974 ], [ 186207.36007399999653, 365182.826474 ], [ 186799.999974, 363799.999974 ], [ 186811.07577399999718, 363770.464674 ], [ 187099.999974, 362999.999974 ], [ 187299.999974, 363099.999974 ], [ 187399.999974, 362999.999974 ], [ 187411.832174, 362992.111874 ], [ 187699.999974, 362799.999974 ], [ 187699.999974, 362499.999974 ], [ 187599.999974, 361799.999974 ], [ 187499.999974, 361699.999974 ], [ 187456.009674, 361743.990374 ], [ 187299.999974, 361899.999974 ], [ 186999.999974, 361899.999974 ], [ 186599.999974, 361799.999974 ], [ 186299.999974, 361399.999974 ], [ 186099.999974, 361399.999974 ], [ 186094.912474, 361400.635974 ], [ 185299.999974, 361499.999974 ], [ 185278.16507399998954, 361499.999974 ], [ 185099.999974, 361499.999974 ], [ 184399.999974, 361299.999974 ], [ 183999.999974, 360999.999974 ], [ 183499.999974, 360899.999974 ], [ 183482.39497399999527, 360908.802574 ], [ 183299.999974, 360999.999974 ], [ 182904.93657399999211, 361592.595174 ], [ 182899.999974, 361599.999974 ], [ 182499.999974, 362099.999974 ], [ 182299.999974, 362399.999974 ], [ 180299.999974, 363699.999974 ], [ 179899.999974, 364099.999974 ], [ 179896.07077399999253, 364109.822974 ], [ 179699.999974, 364599.999974 ], [ 179686.943074, 364630.4660739999963 ], [ 179405.14627399999881, 365287.992074 ], [ 179399.999974, 365299.999974 ], [ 179199.999974, 365599.999974 ], [ 178799.999974, 365899.999974 ], [ 178796.178274, 365900.477674 ], [ 177999.999974, 365999.999974 ], [ 177199.999974, 366099.999974 ], [ 175899.999974, 365799.999974 ], [ 175449.257974, 365529.554774 ], [ 175399.999974, 365499.999974 ], [ 175099.999974, 365299.999974 ], [ 174599.999974, 365299.999974 ], [ 173899.999974, 365599.999974 ], [ 173199.999974, 366199.999974 ], [ 172899.999974, 366799.999974 ], [ 173499.999974, 367599.999974 ], [ 173520.154374, 367628.791974 ], [ 174899.999974, 369599.999974 ], [ 176899.999974, 370199.999974 ], [ 176924.44097399999737, 370208.146974 ], [ 177751.02987399999984, 370483.676574 ], [ 177799.999974, 370499.999974 ], [ 179999.999974, 371199.999974 ], [ 180039.606174, 371211.881874 ], [ 180947.86317399999825, 371484.358974 ], [ 180999.999974, 371499.999974 ], [ 181699.999974, 371699.999974 ], [ 182040.81587399999262, 371804.331374 ], [ 186599.999974, 373199.999974 ], [ 185999.999974, 372199.999974 ], [ 186604.693074, 371379.345074 ], [ 187399.999974, 370299.999974 ], [ 187884.39567399999942, 370106.24177399999462 ], [ 187899.999974, 370099.999974 ], [ 189199.999974, 369799.999974 ], [ 187999.999974, 369199.999974 ], [ 187984.715174, 369151.962074 ], [ 187299.999974, 366999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0951" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 192294.792874, 326894.792874 ], [ 191999.999974, 326599.999974 ], [ 191988.32567399999243, 326594.162874 ], [ 191799.999974, 326499.999974 ], [ 191399.999974, 326499.999974 ], [ 191099.999974, 326299.999974 ], [ 190899.999974, 326099.999974 ], [ 190895.181874, 326087.954774 ], [ 190699.999974, 325599.999974 ], [ 191099.999974, 325399.999974 ], [ 191399.999974, 325399.999974 ], [ 191576.14237399998819, 325224.158574 ], [ 191599.999974, 325199.999974 ], [ 191399.999974, 324999.999974 ], [ 191415.3575739999942, 324992.321174 ], [ 192197.62347399999271, 324601.188274 ], [ 192199.999974, 324599.999974 ], [ 192699.999974, 324199.999974 ], [ 192699.999974, 323999.999974 ], [ 192399.999974, 323799.999974 ], [ 192099.999974, 323699.999974 ], [ 191585.25587399999495, 323299.643474 ], [ 191199.999974, 322999.999974 ], [ 191299.999974, 322799.999974 ], [ 190399.999974, 322199.999974 ], [ 190399.999974, 322189.947574 ], [ 190399.999974, 322125.300674 ], [ 190399.999974, 322122.704974 ], [ 190399.999974, 321899.999974 ], [ 189699.999974, 321499.999974 ], [ 189447.850374, 321584.049874 ], [ 189399.999974, 321599.999974 ], [ 188999.999974, 321599.999974 ], [ 188399.999974, 321499.999974 ], [ 187699.999974, 321499.999974 ], [ 187599.999974, 321599.999974 ], [ 187580.485374, 321595.663374 ], [ 186699.999974, 321399.999974 ], [ 186499.999974, 321299.999974 ], [ 186487.15057399999932, 321338.548174 ], [ 186399.999974, 321599.999974 ], [ 186299.999974, 321899.999974 ], [ 186599.999974, 322499.999974 ], [ 186404.675374, 322597.662274 ], [ 186372.471974, 322578.589374 ], [ 185499.999974, 321899.999974 ], [ 185099.999974, 321899.999974 ], [ 184699.999974, 322099.999974 ], [ 184199.999974, 321999.999974 ], [ 183999.999974, 321799.999974 ], [ 183799.999974, 322499.999974 ], [ 183799.999974, 322886.360474 ], [ 183799.999974, 323199.999974 ], [ 184099.999974, 323199.999974 ], [ 184099.999974, 322999.999974 ], [ 184299.999974, 323199.999974 ], [ 184099.999974, 323799.999974 ], [ 183799.999974, 324299.999974 ], [ 183899.999974, 324299.999974 ], [ 183955.812974, 324327.906474 ], [ 184099.999974, 324399.999974 ], [ 184197.297274, 325016.216174 ], [ 185899.999974, 325299.999974 ], [ 185906.07187399998656, 325302.023974 ], [ 186199.999974, 325399.999974 ], [ 186199.999974, 325599.999974 ], [ 186206.469874, 325603.234874 ], [ 186399.999974, 325699.999974 ], [ 186408.35887399999774, 325699.999974 ], [ 186988.029974, 325699.999974 ], [ 186999.999974, 325699.999974 ], [ 187399.999974, 326299.999974 ], [ 187499.999974, 326099.999974 ], [ 187999.999974, 326399.999974 ], [ 188699.999974, 326199.999974 ], [ 188714.06637399998726, 326228.132774 ], [ 188899.999974, 326599.999974 ], [ 189799.999974, 327099.999974 ], [ 189815.393974, 327107.696974 ], [ 190199.999974, 327299.999974 ], [ 190241.581574, 327299.999974 ], [ 190399.999974, 327299.999974 ], [ 190499.999974, 326799.999974 ], [ 190999.999974, 327099.999974 ], [ 191570.297874, 327214.059574 ], [ 191999.999974, 327299.999974 ], [ 192299.999974, 327299.999974 ], [ 192399.999974, 327199.999974 ], [ 192299.999974, 326899.999974 ], [ 192294.792874, 326894.792874 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0957" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 199099.999974, 362599.999974 ], [ 199699.999974, 361999.999974 ], [ 200499.999974, 362099.999974 ], [ 200799.999974, 362199.999974 ], [ 201399.999974, 362799.999974 ], [ 201577.85377399998833, 362711.073074 ], [ 201599.999974, 362699.999974 ], [ 201999.999974, 362299.999974 ], [ 202007.777074, 362294.815274 ], [ 202899.999974, 361699.999974 ], [ 203799.999974, 359499.999974 ], [ 203599.999974, 359399.999974 ], [ 202699.999974, 359399.999974 ], [ 202599.999974, 359199.999974 ], [ 202599.999974, 358399.999974 ], [ 202611.710574, 358399.999974 ], [ 202699.999974, 358399.999974 ], [ 202999.999974, 354999.999974 ], [ 202499.999974, 355199.999974 ], [ 201699.999974, 355199.999974 ], [ 201699.999974, 354699.999974 ], [ 201899.999974, 354199.999974 ], [ 201399.999974, 354199.999974 ], [ 201499.999974, 353899.999974 ], [ 201499.999974, 353888.716174 ], [ 201499.999974, 353799.999974 ], [ 202099.999974, 353699.999974 ], [ 202299.999974, 353099.999974 ], [ 201790.780174, 352760.520174 ], [ 201699.999974, 352699.999974 ], [ 201299.999974, 352599.999974 ], [ 200239.996474, 352599.999974 ], [ 199999.999974, 352599.999974 ], [ 199699.999974, 352899.999974 ], [ 198899.999974, 353099.999974 ], [ 198028.23067399999127, 352712.546974 ], [ 197999.999974, 352699.999974 ], [ 197799.999974, 352799.999974 ], [ 197499.999974, 353399.999974 ], [ 197199.999974, 353599.999974 ], [ 197109.71287399998982, 353870.861474 ], [ 197099.999974, 353899.999974 ], [ 196999.999974, 354299.999974 ], [ 196699.999974, 354199.999974 ], [ 196527.648974, 354027.648974 ], [ 196106.404274, 353606.404274 ], [ 196099.999974, 353599.999974 ], [ 194999.999974, 352599.999974 ], [ 194995.077774, 352592.616674 ], [ 194799.999974, 352299.999974 ], [ 194499.999974, 352299.999974 ], [ 193799.999974, 352499.999974 ], [ 193599.999974, 352599.999974 ], [ 193576.061174, 352623.938774 ], [ 192799.999974, 353399.999974 ], [ 192499.999974, 353499.999974 ], [ 192409.95187399999122, 353770.144274 ], [ 192406.842574, 353779.472374 ], [ 192399.999974, 353799.999974 ], [ 192699.999974, 354399.999974 ], [ 192399.999974, 354499.999974 ], [ 192407.717474, 354520.579974 ], [ 192699.999974, 355299.999974 ], [ 193099.999974, 355799.999974 ], [ 194399.999974, 356999.999974 ], [ 195399.999974, 357899.999974 ], [ 195777.495274, 358371.869074 ], [ 195799.999974, 358399.999974 ], [ 196576.626274, 359662.017674 ], [ 196599.999974, 359699.999974 ], [ 196899.999974, 359899.999974 ], [ 197499.999974, 360299.999974 ], [ 197899.999974, 360699.999974 ], [ 197905.205774, 360708.676274 ], [ 198199.999974, 361199.999974 ], [ 198399.999974, 362399.999974 ], [ 198399.999974, 362799.999974 ], [ 198201.7042739999888, 363097.443674 ], [ 198199.999974, 363099.999974 ], [ 198199.999974, 363399.999974 ], [ 198379.141074, 363292.515374 ], [ 198699.999974, 363099.999974 ], [ 198899.999974, 362799.999974 ], [ 198902.33047399998759, 362797.669574 ], [ 199099.999974, 362599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0962" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 192699.999974, 331899.999974 ], [ 192199.999974, 331599.999974 ], [ 191899.999974, 331099.999974 ], [ 192299.999974, 330999.999974 ], [ 192564.922974, 330558.461774 ], [ 192599.999974, 330499.999974 ], [ 192588.74777399998857, 330483.121674 ], [ 192399.999974, 330199.999974 ], [ 192299.999974, 329799.999974 ], [ 192351.037474, 329763.544674 ], [ 192999.999974, 329299.999974 ], [ 193714.700974, 329085.589674 ], [ 193999.999974, 328999.999974 ], [ 193952.67237399998703, 328964.504274 ], [ 193599.999974, 328699.999974 ], [ 193299.999974, 328099.999974 ], [ 193499.999974, 327799.999974 ], [ 193012.12217399998917, 327604.848874 ], [ 192999.999974, 327599.999974 ], [ 192399.999974, 327199.999974 ], [ 192299.999974, 327299.999974 ], [ 191999.999974, 327299.999974 ], [ 191570.297874, 327214.059574 ], [ 190999.999974, 327099.999974 ], [ 190499.999974, 326799.999974 ], [ 190399.999974, 327299.999974 ], [ 190241.581574, 327299.999974 ], [ 190199.999974, 327299.999974 ], [ 189815.393974, 327107.696974 ], [ 189799.999974, 327099.999974 ], [ 188899.999974, 326599.999974 ], [ 188714.06637399998726, 326228.132774 ], [ 188699.999974, 326199.999974 ], [ 187999.999974, 326399.999974 ], [ 187499.999974, 326099.999974 ], [ 187399.999974, 326299.999974 ], [ 187499.999974, 326499.999974 ], [ 187899.999974, 327399.999974 ], [ 187988.264874, 328282.648774 ], [ 187999.999974, 328399.999974 ], [ 187799.999974, 328599.999974 ], [ 187399.999974, 328399.999974 ], [ 186799.999974, 328999.999974 ], [ 186799.999974, 329178.360974 ], [ 186799.999974, 329199.999974 ], [ 186799.999974, 329679.155074 ], [ 186799.999974, 329699.999974 ], [ 186899.999974, 330099.999974 ], [ 187182.50287399999797, 330570.838074 ], [ 187199.999974, 330599.999974 ], [ 187699.999974, 330999.999974 ], [ 187705.952274, 330998.511974 ], [ 188099.999974, 330899.999974 ], [ 188299.999974, 330799.999974 ], [ 188899.999974, 330899.999974 ], [ 189199.999974, 330499.999974 ], [ 189389.86907399998745, 330563.28967399999965 ], [ 189499.999974, 330599.999974 ], [ 190099.999974, 331099.999974 ], [ 190299.999974, 331499.999974 ], [ 190399.999974, 331699.999974 ], [ 190685.384774, 331795.128274 ], [ 190780.01747399999294, 332026.643374 ], [ 190799.999974, 331999.999974 ], [ 190799.999974, 331799.999974 ], [ 191399.999974, 331799.999974 ], [ 192099.999974, 332199.999974 ], [ 192399.999974, 332199.999974 ], [ 192699.999974, 331899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0965" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 199899.999974, 313999.999974 ], [ 199299.999974, 313499.999974 ], [ 198899.999974, 312899.999974 ], [ 198499.999974, 312599.999974 ], [ 197599.999974, 313299.999974 ], [ 197139.89847399998689, 313576.060974 ], [ 197099.999974, 313599.999974 ], [ 196999.999974, 313499.999974 ], [ 196799.999974, 313999.999974 ], [ 196644.75767399999313, 314077.621174 ], [ 196599.999974, 314099.999974 ], [ 196025.83047399998759, 314291.389874 ], [ 196015.906274, 314318.687474 ], [ 195992.329674, 314346.021774 ], [ 195912.068574, 314827.588474 ], [ 195899.999974, 314899.999974 ], [ 195299.999974, 315699.999974 ], [ 195099.999974, 316299.999974 ], [ 195099.999974, 316399.999974 ], [ 194999.999974, 317499.999974 ], [ 194911.493174, 317765.520574 ], [ 194899.999974, 317799.999974 ], [ 194999.999974, 318199.999974 ], [ 195199.999974, 318299.999974 ], [ 195202.24667399999453, 318301.123274 ], [ 195399.999974, 318399.999974 ], [ 195699.999974, 318599.999974 ], [ 195699.999974, 318699.999974 ], [ 195999.999974, 319099.999974 ], [ 196170.640474, 318844.039274 ], [ 196199.999974, 318799.999974 ], [ 196299.999974, 318399.999974 ], [ 196699.999974, 317899.999974 ], [ 196706.605374, 317895.596374 ], [ 197599.999974, 317299.999974 ], [ 197607.599974, 317294.299974 ], [ 197999.999974, 316999.999974 ], [ 198006.419674, 316995.185274 ], [ 198399.999974, 316699.999974 ], [ 198606.315674, 316411.158074 ], [ 199274.66877399999066, 315475.46367399999872 ], [ 199399.999974, 315299.999974 ], [ 199299.999974, 315099.999974 ], [ 199399.999974, 314799.999974 ], [ 199599.999974, 314599.999974 ], [ 199899.999974, 314499.999974 ], [ 199699.999974, 314299.999974 ], [ 199899.999974, 314199.999974 ], [ 199899.999974, 313999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0971" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 182902.39687399999821, 330978.428074 ], [ 182997.574774, 330121.826974 ], [ 182999.999974, 330099.999974 ], [ 183199.999974, 328899.999974 ], [ 182899.999974, 328599.999974 ], [ 182899.999974, 328351.494874 ], [ 182899.999974, 328199.999974 ], [ 182599.999974, 327799.999974 ], [ 182499.999974, 327499.999974 ], [ 182499.999974, 327492.692374 ], [ 182499.999974, 327099.999974 ], [ 181999.999974, 326499.999974 ], [ 181599.999974, 326699.999974 ], [ 180699.999974, 327199.999974 ], [ 180647.36247399999411, 327235.091674 ], [ 180400.990674, 327399.339574 ], [ 180399.999974, 327399.999974 ], [ 180499.999974, 327799.999974 ], [ 180399.999974, 327999.999974 ], [ 180199.999974, 328199.999974 ], [ 180199.999974, 328499.999974 ], [ 180299.999974, 328699.999974 ], [ 181099.999974, 329099.999974 ], [ 181099.999974, 329399.999974 ], [ 181015.90977399999974, 329568.180374 ], [ 180999.999974, 329599.999974 ], [ 180599.999974, 330099.999974 ], [ 180199.999974, 330199.999974 ], [ 179899.999974, 330099.999974 ], [ 179699.999974, 329799.999974 ], [ 179399.999974, 329599.999974 ], [ 178999.999974, 329599.999974 ], [ 178599.999974, 329699.999974 ], [ 178399.999974, 330099.999974 ], [ 178499.999974, 330399.999974 ], [ 178999.999974, 331199.999974 ], [ 179299.999974, 331399.999974 ], [ 179301.61807399999816, 331405.663274 ], [ 179499.999974, 332099.999974 ], [ 179699.999974, 332199.999974 ], [ 180299.999974, 332499.999974 ], [ 180899.999974, 333499.999974 ], [ 181099.999974, 333799.999974 ], [ 181105.14487399999052, 333805.144874 ], [ 181595.650174, 334295.650174 ], [ 181599.999974, 334299.999974 ], [ 181699.999974, 334599.999974 ], [ 181604.58427399999346, 335554.157574 ], [ 181599.999974, 335599.999974 ], [ 181699.999974, 335999.999974 ], [ 182099.999974, 336599.999974 ], [ 183004.400174, 336690.439974 ], [ 183067.845074, 336696.784474 ], [ 183013.597574, 336544.475574 ], [ 182616.29757399999653, 335829.335674 ], [ 182599.999974, 335799.999974 ], [ 182199.999974, 334999.999974 ], [ 182499.999974, 334899.999974 ], [ 182534.09897399999318, 334890.257474 ], [ 183199.999974, 334699.999974 ], [ 182803.98627399999532, 333511.958874 ], [ 182799.999974, 333499.999974 ], [ 182699.999974, 332899.999974 ], [ 182790.57257399999071, 332537.709574 ], [ 182799.999974, 332499.999974 ], [ 182993.647174, 331725.411274 ], [ 182999.999974, 331699.999974 ], [ 182999.999974, 331399.999974 ], [ 182899.999974, 330999.999974 ], [ 182902.39687399999821, 330978.428074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0981" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 196499.999974, 312799.999974 ], [ 196399.999974, 312199.999974 ], [ 196799.999974, 311899.999974 ], [ 196999.999974, 311799.999974 ], [ 197004.69157399999676, 311798.827074 ], [ 197399.999974, 311699.999974 ], [ 197799.999974, 311399.999974 ], [ 197899.999974, 310999.999974 ], [ 197999.999974, 310899.999974 ], [ 198242.829574, 310726.550274 ], [ 198699.999974, 310399.999974 ], [ 199899.999974, 309799.999974 ], [ 200199.999974, 309499.999974 ], [ 199499.999974, 308299.999974 ], [ 199699.999974, 307299.999974 ], [ 199224.756874, 307395.048574 ], [ 199199.999974, 307399.999974 ], [ 198199.999974, 307199.999974 ], [ 198104.293474, 307199.999974 ], [ 197599.999974, 307199.999974 ], [ 196599.999974, 307299.999974 ], [ 196399.999974, 307399.999974 ], [ 196499.999974, 307699.999974 ], [ 196299.999974, 307899.999974 ], [ 196295.95937399999821, 307901.515274 ], [ 195531.946774, 308188.019974 ], [ 195499.999974, 308199.999974 ], [ 195299.999974, 308199.999974 ], [ 194799.999974, 307999.999974 ], [ 194199.999974, 307699.999974 ], [ 193699.999974, 307599.999974 ], [ 193299.999974, 307799.999974 ], [ 193199.999974, 308199.999974 ], [ 192999.999974, 308599.999974 ], [ 192599.999974, 308999.999974 ], [ 192882.56887399998959, 309565.137774 ], [ 192899.999974, 309599.999974 ], [ 193299.999974, 309599.999974 ], [ 193699.999974, 309199.999974 ], [ 193799.999974, 309199.999974 ], [ 194199.999974, 309399.999974 ], [ 194296.536174, 309689.608674 ], [ 194299.999974, 309699.999974 ], [ 194299.999974, 310399.999974 ], [ 194099.999974, 311299.999974 ], [ 194199.999974, 311699.999974 ], [ 194386.7779739999969, 311886.777974 ], [ 194399.999974, 311899.999974 ], [ 194799.999974, 311699.999974 ], [ 195199.999974, 312199.999974 ], [ 195203.35927399998764, 312202.239574 ], [ 195497.895874, 312398.597174 ], [ 195499.999974, 312399.999974 ], [ 195699.999974, 312699.999974 ], [ 195999.999974, 312599.999974 ], [ 196499.999974, 312799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0983" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 212399.999974, 391299.999974 ], [ 212399.999974, 390799.999974 ], [ 212299.999974, 389499.999974 ], [ 212699.999974, 388799.999974 ], [ 212720.00147399998968, 388799.999974 ], [ 212799.999974, 388799.999974 ], [ 213099.999974, 387699.999974 ], [ 213099.999974, 387341.303474 ], [ 213099.999974, 387299.999974 ], [ 212999.999974, 386099.999974 ], [ 212999.28827399999136, 386095.729774 ], [ 212899.999974, 385499.999974 ], [ 212899.999974, 384499.999974 ], [ 212499.999974, 384499.999974 ], [ 212499.999974, 384486.83127399999648 ], [ 212499.999974, 383099.999974 ], [ 211999.999974, 379899.999974 ], [ 211999.06227399999625, 379893.436274 ], [ 211899.999974, 379199.999974 ], [ 212399.999974, 379399.999974 ], [ 213399.999974, 379299.999974 ], [ 213199.999974, 378899.999974 ], [ 212599.999974, 378199.999974 ], [ 212699.999974, 377599.999974 ], [ 212709.169174, 377563.323474 ], [ 212987.572474, 376449.710174 ], [ 212999.999974, 376399.999974 ], [ 213399.999974, 374899.999974 ], [ 210928.924174, 372626.610174 ], [ 210967.69197399998666, 372464.616074 ], [ 211199.999974, 371999.999974 ], [ 210799.999974, 372099.999974 ], [ 210199.999974, 371899.999974 ], [ 210172.735274, 371896.105074 ], [ 209499.999974, 371799.999974 ], [ 209499.999974, 371399.999974 ], [ 209199.999974, 370999.999974 ], [ 208799.999974, 370299.999974 ], [ 208799.999974, 369899.999974 ], [ 208790.8752739999909, 369884.79207399999723 ], [ 208499.999974, 369399.999974 ], [ 208499.999974, 368999.999974 ], [ 207799.999974, 367899.999974 ], [ 206799.999974, 366499.999974 ], [ 206499.999974, 365599.999974 ], [ 206099.999974, 366499.999974 ], [ 205699.999974, 366899.999974 ], [ 205199.999974, 367099.999974 ], [ 204999.999974, 366999.999974 ], [ 204799.999974, 366999.999974 ], [ 204233.741974, 367566.258074 ], [ 204199.999974, 367599.999974 ], [ 204099.999974, 367499.999974 ], [ 203799.999974, 367599.999974 ], [ 203599.999974, 367799.999974 ], [ 203999.999974, 367999.999974 ], [ 204295.442974, 368361.096974 ], [ 204899.999974, 369099.999974 ], [ 205340.257474, 369882.679974 ], [ 205536.184474, 370230.994574 ], [ 205799.999974, 370699.999974 ], [ 205899.999974, 371099.999974 ], [ 205900.20687399999588, 371127.851674 ], [ 205900.026874, 371451.567674 ], [ 205899.999974, 371499.999974 ], [ 205899.999974, 371882.185874 ], [ 205899.999974, 371899.999974 ], [ 205799.999974, 372499.999974 ], [ 206164.501874, 372864.501874 ], [ 206299.999974, 372999.999974 ], [ 206099.999974, 373199.999974 ], [ 205999.999974, 373199.999974 ], [ 205099.999974, 374299.999974 ], [ 204668.75157399999443, 374472.499374 ], [ 204599.999974, 374499.999974 ], [ 204300.637974, 375398.085974 ], [ 204299.999974, 375399.999974 ], [ 203999.999974, 376099.999974 ], [ 203995.792174, 376101.402574 ], [ 203699.999974, 376199.999974 ], [ 203099.999974, 376799.999974 ], [ 203924.783674, 377624.783674 ], [ 203902.40527399998973, 377992.784174 ], [ 203899.999974, 377999.999974 ], [ 203699.999974, 378099.999974 ], [ 202999.999974, 378599.999974 ], [ 202799.999974, 378499.999974 ], [ 202699.999974, 378699.999974 ], [ 202599.999974, 379399.999974 ], [ 202699.999974, 379899.999974 ], [ 202999.999974, 380299.999974 ], [ 202999.999974, 381399.999974 ], [ 202999.999974, 381499.999974 ], [ 203032.762774, 381498.072774 ], [ 204699.999974, 381399.999974 ], [ 205699.999974, 381599.999974 ], [ 206099.999974, 380999.999974 ], [ 206299.999974, 380899.999974 ], [ 206499.999974, 380799.999974 ], [ 206999.999974, 380999.999974 ], [ 207399.999974, 378699.999974 ], [ 208299.999974, 378799.999974 ], [ 208297.928974, 378810.355174 ], [ 208297.927174, 378810.363974 ], [ 208099.999974, 379799.999974 ], [ 208093.47207399999024, 379826.111874 ], [ 207999.999974, 380199.999974 ], [ 208099.999974, 380699.999974 ], [ 208599.999974, 381399.999974 ], [ 208599.999974, 381799.999974 ], [ 208594.993874, 381832.539974 ], [ 208399.999974, 383099.999974 ], [ 208393.58797399999457, 383125.647974 ], [ 208299.999974, 383499.999974 ], [ 208299.999974, 383799.999974 ], [ 208307.83737399999518, 383819.593574 ], [ 208499.999974, 384299.999974 ], [ 209376.68667399999686, 385468.915474 ], [ 209399.999974, 385499.999974 ], [ 209799.999974, 386099.999974 ], [ 209812.61497399999644, 386125.229874 ], [ 209999.999974, 386499.999974 ], [ 209999.999974, 387099.999974 ], [ 209999.26877399999648, 387102.924874 ], [ 209899.999974, 387499.999974 ], [ 209710.093174, 387879.813774 ], [ 209699.999974, 387899.999974 ], [ 209399.999974, 388399.999974 ], [ 209381.29187399998773, 388443.652274 ], [ 209108.441874, 389080.302174 ], [ 209099.999974, 389099.999974 ], [ 209099.999974, 389256.051774 ], [ 209099.999974, 389299.999974 ], [ 209299.999974, 390699.999974 ], [ 210599.999974, 390999.999974 ], [ 211699.999974, 390899.999974 ], [ 212399.999974, 391299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0984" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 198699.999974, 397399.999974 ], [ 199699.999974, 396099.999974 ], [ 199703.279474, 396113.11807399999816 ], [ 199747.594374, 396290.377574 ], [ 199799.999974, 396499.999974 ], [ 200299.999974, 396599.999974 ], [ 200799.999974, 396799.999974 ], [ 201699.999974, 396599.999974 ], [ 202399.999974, 395999.999974 ], [ 202418.19197399998666, 395981.80797399999574 ], [ 202599.999974, 395799.999974 ], [ 202605.24917399999686, 395796.500474 ], [ 202899.999974, 395599.999974 ], [ 203299.999974, 395499.999974 ], [ 204393.86127399999532, 395698.883874 ], [ 204399.999974, 395699.999974 ], [ 204757.551474, 395699.999974 ], [ 204799.999974, 395699.999974 ], [ 205188.81537399999797, 395602.796174 ], [ 205199.999974, 395599.999974 ], [ 205399.999974, 395399.999974 ], [ 205499.999974, 394999.999974 ], [ 205501.775774, 394989.345274 ], [ 205599.999974, 394399.999974 ], [ 205799.999974, 393899.999974 ], [ 207199.999974, 392699.999974 ], [ 207202.768974, 392697.230974 ], [ 207299.999974, 392599.999974 ], [ 206699.999974, 391699.999974 ], [ 206299.999974, 391999.999974 ], [ 205999.999974, 391499.999974 ], [ 205509.180674, 391990.819374 ], [ 205499.999974, 391999.999974 ], [ 204899.999974, 392399.999974 ], [ 204999.999974, 392799.999974 ], [ 204599.999974, 392899.999974 ], [ 204199.999974, 392699.999974 ], [ 203615.74657399998978, 392992.126674 ], [ 203599.999974, 392999.999974 ], [ 202799.999974, 393099.999974 ], [ 202199.999974, 392999.999974 ], [ 202188.146974, 392946.661174 ], [ 201999.999974, 392099.999974 ], [ 202099.999974, 391199.999974 ], [ 202111.882374, 391171.482174 ], [ 202582.221074, 390042.669374 ], [ 202599.999974, 389999.999974 ], [ 202699.999974, 389799.999974 ], [ 202302.52347399998689, 389005.046874 ], [ 202299.999974, 388999.999974 ], [ 201899.999974, 388899.999974 ], [ 201599.999974, 389099.999974 ], [ 200999.999974, 389199.999974 ], [ 200299.999974, 388999.999974 ], [ 200099.999974, 388599.999974 ], [ 199799.999974, 388199.999974 ], [ 199699.999974, 388099.999974 ], [ 199299.999974, 388099.999974 ], [ 199270.20367399998941, 388085.101874 ], [ 198499.999974, 387699.999974 ], [ 197999.999974, 387699.999974 ], [ 196999.999974, 387399.999974 ], [ 196988.414174, 387395.03467399999499 ], [ 196321.593774, 387109.254474 ], [ 196299.999974, 387099.999974 ], [ 193521.803474, 385909.344374 ], [ 193499.999974, 385899.999974 ], [ 191799.999974, 385299.999974 ], [ 191784.01557399999001, 385294.488074 ], [ 188899.999974, 384299.999974 ], [ 188699.999974, 384699.999974 ], [ 187899.999974, 389299.999974 ], [ 187299.999974, 390699.999974 ], [ 187199.999974, 391399.999974 ], [ 187197.814474, 391417.484374 ], [ 186999.999974, 392999.999974 ], [ 186994.895374, 393033.544374 ], [ 186299.999974, 397599.999974 ], [ 188499.999974, 397199.999974 ], [ 189964.42567399999825, 396907.114874 ], [ 189999.999974, 396899.999974 ], [ 190999.999974, 395999.999974 ], [ 191799.999974, 396099.999974 ], [ 191802.66467399999965, 396100.222074 ], [ 192999.999974, 396199.999974 ], [ 194194.8856739999901, 396598.295174 ], [ 194199.999974, 396599.999974 ], [ 195639.30967399998917, 397079.769874 ], [ 195699.999974, 397099.999974 ], [ 196871.819874, 397588.258274 ], [ 196899.999974, 397599.999974 ], [ 197667.371374, 398079.607174 ], [ 197699.999974, 398099.999974 ], [ 197799.999974, 398099.999974 ], [ 197844.12907399999676, 398064.696674 ], [ 198287.254774, 397710.038874 ], [ 198299.999974, 397699.999974 ], [ 198699.999974, 397399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0986" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 193799.999974, 322399.999974 ], [ 194799.999974, 321099.999974 ], [ 194821.714474, 321063.80927399999928 ], [ 194956.1136739999929, 320839.810574 ], [ 195398.035674, 320103.273874 ], [ 195399.999974, 320099.999974 ], [ 195983.755674, 319224.366474 ], [ 195999.999974, 319199.999974 ], [ 195999.999974, 319099.999974 ], [ 195699.999974, 318699.999974 ], [ 195699.999974, 318599.999974 ], [ 195399.999974, 318399.999974 ], [ 195202.24667399999453, 318301.123274 ], [ 195199.999974, 318299.999974 ], [ 194999.999974, 318199.999974 ], [ 194899.999974, 317799.999974 ], [ 194911.493174, 317765.520574 ], [ 194999.999974, 317499.999974 ], [ 194704.930774, 317303.287174 ], [ 194699.999974, 317299.999974 ], [ 194499.999974, 317399.999974 ], [ 194301.08047399998759, 317300.540274 ], [ 194299.999974, 317299.999974 ], [ 193649.95127399999183, 316835.679474 ], [ 193599.999974, 316799.999974 ], [ 193399.999974, 316799.999974 ], [ 193225.26367399998708, 316887.368174 ], [ 193199.999974, 316899.999974 ], [ 193199.999974, 317199.999974 ], [ 192899.999974, 317799.999974 ], [ 192320.02117399999406, 317799.999974 ], [ 192299.999974, 317799.999974 ], [ 191599.999974, 317599.999974 ], [ 190999.999974, 317199.999974 ], [ 190499.999974, 317099.999974 ], [ 190495.304074, 317111.739874 ], [ 190299.999974, 317599.999974 ], [ 189999.999974, 317999.999974 ], [ 189499.999974, 318499.999974 ], [ 189462.62607399999979, 318506.228974 ], [ 189236.26687399999355, 318543.955474 ], [ 188899.999974, 318599.999974 ], [ 188999.999974, 318899.999974 ], [ 189006.575374, 318923.013774 ], [ 189199.999974, 319599.999974 ], [ 189055.61977399999159, 320249.710874 ], [ 189051.952874, 320266.212074 ], [ 188910.241474, 320399.076574 ], [ 188993.15057399999932, 320506.849374 ], [ 188599.999974, 320899.999974 ], [ 188401.015374, 321496.9538739999989 ], [ 188399.999974, 321499.999974 ], [ 188999.999974, 321599.999974 ], [ 189399.999974, 321599.999974 ], [ 189447.850374, 321584.049874 ], [ 189699.999974, 321499.999974 ], [ 190399.999974, 321899.999974 ], [ 190399.999974, 322122.704974 ], [ 190399.999974, 322125.300674 ], [ 190399.999974, 322189.947574 ], [ 190399.999974, 322199.999974 ], [ 191299.999974, 322799.999974 ], [ 191199.999974, 322999.999974 ], [ 191585.25587399999495, 323299.643474 ], [ 192099.999974, 323699.999974 ], [ 192399.999974, 323799.999974 ], [ 192699.999974, 323999.999974 ], [ 192799.999974, 323999.999974 ], [ 192899.999974, 323899.999974 ], [ 193199.999974, 323299.999974 ], [ 193211.29197399999248, 323283.062074 ], [ 193792.01187399998889, 322411.982174 ], [ 193796.023374, 322405.964974 ], [ 193799.999974, 322399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0988" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 173899.999974, 365599.999974 ], [ 174599.999974, 365299.999974 ], [ 175099.999974, 365299.999974 ], [ 175399.999974, 365499.999974 ], [ 175449.257974, 365529.554774 ], [ 175899.999974, 365799.999974 ], [ 177199.999974, 366099.999974 ], [ 177999.999974, 365999.999974 ], [ 178796.178274, 365900.477674 ], [ 178799.999974, 365899.999974 ], [ 179199.999974, 365599.999974 ], [ 179399.999974, 365299.999974 ], [ 179405.14627399999881, 365287.992074 ], [ 179686.943074, 364630.4660739999963 ], [ 179699.999974, 364599.999974 ], [ 179896.07077399999253, 364109.822974 ], [ 179899.999974, 364099.999974 ], [ 180299.999974, 363699.999974 ], [ 182299.999974, 362399.999974 ], [ 182499.999974, 362099.999974 ], [ 182899.999974, 361599.999974 ], [ 182904.93657399999211, 361592.595174 ], [ 183299.999974, 360999.999974 ], [ 183099.999974, 360899.999974 ], [ 183099.999974, 360409.028874 ], [ 183099.999974, 360399.999974 ], [ 182599.999974, 359099.999974 ], [ 181999.999974, 358499.999974 ], [ 181599.999974, 358499.999974 ], [ 181571.512174, 358505.697574 ], [ 181099.999974, 358599.999974 ], [ 180799.999974, 358599.999974 ], [ 180499.999974, 358299.999974 ], [ 180318.54027399999904, 357755.620874 ], [ 180299.999974, 357699.999974 ], [ 180799.999974, 357599.999974 ], [ 180499.999974, 356899.999974 ], [ 180203.206674, 356306.41337399999611 ], [ 180199.999974, 356299.999974 ], [ 180099.999974, 356099.999974 ], [ 180099.999974, 355599.999974 ], [ 179599.999974, 355199.999974 ], [ 178999.999974, 355099.999974 ], [ 178699.999974, 355199.999974 ], [ 178099.999974, 355099.999974 ], [ 177699.999974, 354699.999974 ], [ 176999.999974, 354799.999974 ], [ 176999.999974, 354999.999974 ], [ 176199.999974, 355099.999974 ], [ 175199.999974, 354799.999974 ], [ 175199.999974, 355099.999974 ], [ 174799.999974, 355199.999974 ], [ 174399.999974, 355199.999974 ], [ 173899.999974, 355099.999974 ], [ 173399.999974, 356099.999974 ], [ 173565.996474, 356099.999974 ], [ 173688.031274, 356137.749974 ], [ 173690.458974, 356138.164074 ], [ 173599.999974, 356499.999974 ], [ 172999.999974, 356799.999974 ], [ 168700.64187399999355, 358599.731274 ], [ 168699.999974, 358599.999974 ], [ 167499.999974, 359099.999974 ], [ 169499.999974, 359599.999974 ], [ 169499.999974, 359399.999974 ], [ 169901.082774, 359560.433074 ], [ 169999.999974, 359599.999974 ], [ 171199.999974, 359999.999974 ], [ 171499.999974, 362199.999974 ], [ 171500.874874, 362223.622174 ], [ 171599.999974, 364899.999974 ], [ 172899.999974, 366799.999974 ], [ 173199.999974, 366199.999974 ], [ 173899.999974, 365599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0994" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 186299.999974, 321899.999974 ], [ 186399.999974, 321599.999974 ], [ 186487.15057399999932, 321338.548174 ], [ 186499.999974, 321299.999974 ], [ 186699.999974, 321399.999974 ], [ 187580.485374, 321595.663374 ], [ 187599.999974, 321599.999974 ], [ 187699.999974, 321499.999974 ], [ 188399.999974, 321499.999974 ], [ 188401.015374, 321496.9538739999989 ], [ 188599.999974, 320899.999974 ], [ 188993.15057399999932, 320506.849374 ], [ 188910.241474, 320399.076574 ], [ 189051.952874, 320266.212074 ], [ 189055.61977399999159, 320249.710874 ], [ 189199.999974, 319599.999974 ], [ 189006.575374, 318923.013774 ], [ 188999.999974, 318899.999974 ], [ 188899.999974, 318599.999974 ], [ 189236.26687399999355, 318543.955474 ], [ 189462.62607399999979, 318506.228974 ], [ 189499.999974, 318499.999974 ], [ 189999.999974, 317999.999974 ], [ 190299.999974, 317599.999974 ], [ 190099.999974, 317599.999974 ], [ 189804.608374, 317550.768074 ], [ 189499.999974, 317499.999974 ], [ 189499.999974, 317499.539374 ], [ 189499.999974, 316999.999974 ], [ 189299.999974, 316599.999974 ], [ 188999.999974, 316399.999974 ], [ 188699.999974, 316499.999974 ], [ 188299.999974, 316099.999974 ], [ 188099.999974, 315899.999974 ], [ 187899.999974, 315799.999974 ], [ 187852.152674, 315820.505974 ], [ 187199.999974, 316099.999974 ], [ 187178.25397399999201, 316107.248674 ], [ 186599.999974, 316299.999974 ], [ 186699.999974, 315799.999974 ], [ 186599.999974, 315699.999974 ], [ 186589.008074, 315699.999974 ], [ 186088.64677399999346, 315699.999974 ], [ 185999.999974, 315699.999974 ], [ 185699.999974, 315699.999974 ], [ 185599.999974, 315899.999974 ], [ 185599.999974, 315901.501374 ], [ 185599.999974, 316599.999974 ], [ 185409.997574, 316695.001174 ], [ 185399.999974, 316699.999974 ], [ 185099.999974, 316799.999974 ], [ 184899.999974, 316799.999974 ], [ 184599.999974, 316899.999974 ], [ 184399.999974, 317199.999974 ], [ 184156.632374, 317605.612774 ], [ 184099.999974, 317699.999974 ], [ 183499.999974, 317899.999974 ], [ 182899.999974, 317799.999974 ], [ 182621.21797399999923, 317892.927374 ], [ 182599.999974, 317899.999974 ], [ 182599.999974, 318199.999974 ], [ 182425.79637399999774, 318199.999974 ], [ 182399.999974, 318199.999974 ], [ 181999.999974, 318099.999974 ], [ 181599.999974, 318399.999974 ], [ 181099.999974, 318499.999974 ], [ 180499.999974, 318599.999974 ], [ 180587.823574, 318670.258874 ], [ 181499.999974, 319399.999974 ], [ 181399.999974, 319699.999974 ], [ 181599.999974, 319799.999974 ], [ 181499.999974, 320099.999974 ], [ 181699.999974, 320499.999974 ], [ 182076.71047399999225, 320424.657874 ], [ 182199.999974, 320399.999974 ], [ 182199.999974, 320599.999974 ], [ 182115.299074, 320854.102874 ], [ 182099.999974, 320899.999974 ], [ 182199.999974, 321099.999974 ], [ 182203.664874, 321106.108074 ], [ 182499.999974, 321599.999974 ], [ 183299.999974, 321499.999974 ], [ 183899.999974, 321499.999974 ], [ 183999.999974, 321799.999974 ], [ 184199.999974, 321999.999974 ], [ 184699.999974, 322099.999974 ], [ 185099.999974, 321899.999974 ], [ 185499.999974, 321899.999974 ], [ 186372.471974, 322578.589374 ], [ 186404.675374, 322597.662274 ], [ 186599.999974, 322499.999974 ], [ 186299.999974, 321899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM0995" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 158799.999974, 507899.999974 ], [ 158599.999974, 507499.999974 ], [ 157678.04877399999532, 505402.43907399999443 ], [ 157699.999974, 505599.999974 ], [ 158499.999974, 507499.999974 ], [ 158799.999974, 507899.999974 ] ] ], [ [ [ 158799.999974, 507899.999974 ], [ 159099.999974, 508299.999974 ], [ 160299.999974, 508799.999974 ], [ 160199.999974, 508699.999974 ], [ 159299.999974, 508299.999974 ], [ 158799.999974, 507899.999974 ] ] ], [ [ [ 160499.999974, 508999.999974 ], [ 160399.999974, 508899.999974 ], [ 160399.999974, 509199.999974 ], [ 159729.027574, 511709.288874 ], [ 160499.999974, 509299.999974 ], [ 160499.999974, 508999.999974 ] ] ], [ [ [ 168599.999974, 508399.999974 ], [ 168599.999974, 506834.528774 ], [ 168599.999974, 506799.999974 ], [ 168899.999974, 502999.999974 ], [ 168762.063174, 502954.021074 ], [ 168640.795874, 502913.598674 ], [ 168599.999974, 502899.999974 ], [ 168899.999974, 501399.999974 ], [ 169899.999974, 499699.999974 ], [ 169896.313874, 499697.893674 ], [ 167099.999974, 498099.999974 ], [ 167112.62947399998666, 498077.266974 ], [ 167599.6877739999909, 497200.561974 ], [ 167599.999974, 497199.999974 ], [ 168499.999974, 495599.999974 ], [ 168199.999974, 495299.999974 ], [ 167699.999974, 494599.999974 ], [ 167226.949674, 494221.559674 ], [ 167199.999974, 494199.999974 ], [ 168699.999974, 491899.999974 ], [ 168699.999974, 491499.999974 ], [ 168299.999974, 491499.999974 ], [ 167999.999974, 491399.999974 ], [ 166399.999974, 489799.999974 ], [ 165199.999974, 488599.999974 ], [ 164899.999974, 488499.999974 ], [ 164891.782374, 488507.875174 ], [ 162499.999974, 490799.999974 ], [ 160699.999974, 492699.999974 ], [ 160681.714474, 492717.142674 ], [ 159099.999974, 494199.999974 ], [ 158499.999974, 494999.999974 ], [ 158493.96597399999155, 494993.965974 ], [ 157699.999974, 494199.999974 ], [ 157699.999974, 494099.999974 ], [ 157499.999974, 493899.999974 ], [ 155699.999974, 492399.999974 ], [ 154399.999974, 491499.999974 ], [ 152499.999974, 490299.999974 ], [ 152399.999974, 490399.999974 ], [ 152099.999974, 490399.999974 ], [ 151299.999974, 490999.999974 ], [ 147399.999974, 492799.999974 ], [ 146899.999974, 493299.999974 ], [ 146199.999974, 494199.999974 ], [ 154799.999974, 500199.999974 ], [ 154999.999974, 500299.999974 ], [ 155499.999974, 500299.999974 ], [ 155863.382974, 500663.382974 ], [ 155899.999974, 500699.999974 ], [ 156599.999974, 501399.999974 ], [ 156499.999974, 501499.999974 ], [ 156899.999974, 501899.999974 ], [ 157199.999974, 501799.999974 ], [ 157399.999974, 501999.999974 ], [ 157416.5505739999935, 502012.412874 ], [ 158199.999974, 502599.999974 ], [ 158499.999974, 502999.999974 ], [ 158599.999974, 503299.999974 ], [ 158399.999974, 503399.999974 ], [ 158305.734674, 503824.19387399998959 ], [ 158199.999974, 504299.999974 ], [ 158299.999974, 504699.999974 ], [ 158799.999974, 505499.999974 ], [ 159042.281374, 505338.479074 ], [ 159099.999974, 505299.999974 ], [ 159599.999974, 506499.999974 ], [ 159599.999974, 507099.999974 ], [ 159699.999974, 507299.999974 ], [ 160199.999974, 507399.999974 ], [ 160199.999974, 507199.999974 ], [ 161999.999974, 507299.999974 ], [ 162399.999974, 507399.999974 ], [ 162699.999974, 507599.999974 ], [ 162716.93547399999807, 507617.826774 ], [ 166499.999974, 511599.999974 ], [ 166999.999974, 511899.999974 ], [ 167599.999974, 512099.999974 ], [ 167599.999974, 511999.999974 ], [ 167608.51377399999183, 511969.350574 ], [ 168599.999974, 508399.999974 ] ] ], [ [ [ 156214.705874, 517408.823574 ], [ 156699.999974, 516599.999974 ], [ 156999.999974, 515999.999974 ], [ 159679.04007399998954, 511786.415474 ], [ 156299.999974, 516999.999974 ], [ 156214.705874, 517408.823574 ] ] ], [ [ [ 148899.999974, 522499.999974 ], [ 149099.999974, 522499.999974 ], [ 149099.999974, 522299.999974 ], [ 148699.999974, 521899.999974 ], [ 148599.999974, 521799.999974 ], [ 148799.999974, 521699.999974 ], [ 148799.999974, 521599.999974 ], [ 148599.999974, 521499.999974 ], [ 148299.999974, 521599.999974 ], [ 148099.999974, 521699.999974 ], [ 147799.999974, 521899.999974 ], [ 148399.999974, 521999.999974 ], [ 148499.999974, 522099.999974 ], [ 148699.999974, 522199.999974 ], [ 148899.999974, 522499.999974 ] ] ], [ [ [ 156214.705874, 517408.823574 ], [ 155599.999974, 518199.999974 ], [ 153199.999974, 520699.999974 ], [ 152699.999974, 521099.999974 ], [ 149299.999974, 522599.999974 ], [ 148899.999974, 522499.999974 ], [ 148799.999974, 522599.999974 ], [ 148899.999974, 522799.999974 ], [ 149299.999974, 522699.999974 ], [ 152599.999974, 521199.999974 ], [ 153099.999974, 520899.999974 ], [ 155799.999974, 518099.999974 ], [ 156214.705874, 517408.823574 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1507" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 203615.74657399998978, 392992.126674 ], [ 204199.999974, 392699.999974 ], [ 204599.999974, 392899.999974 ], [ 204999.999974, 392799.999974 ], [ 204899.999974, 392399.999974 ], [ 205499.999974, 391999.999974 ], [ 205509.180674, 391990.819374 ], [ 205999.999974, 391499.999974 ], [ 206299.999974, 391999.999974 ], [ 206699.999974, 391699.999974 ], [ 207299.999974, 392599.999974 ], [ 207699.999974, 392299.999974 ], [ 208299.999974, 391999.999974 ], [ 208335.58417399998871, 391982.207874 ], [ 208699.999974, 391799.999974 ], [ 208999.999974, 391499.999974 ], [ 209299.999974, 390699.999974 ], [ 209099.999974, 389299.999974 ], [ 209099.999974, 389256.051774 ], [ 209099.999974, 389099.999974 ], [ 209108.441874, 389080.302174 ], [ 209381.29187399998773, 388443.652274 ], [ 209399.999974, 388399.999974 ], [ 209699.999974, 387899.999974 ], [ 209710.093174, 387879.813774 ], [ 209899.999974, 387499.999974 ], [ 209999.26877399999648, 387102.924874 ], [ 209999.999974, 387099.999974 ], [ 209999.999974, 386499.999974 ], [ 209812.61497399999644, 386125.229874 ], [ 209799.999974, 386099.999974 ], [ 209399.999974, 385499.999974 ], [ 209376.68667399999686, 385468.915474 ], [ 208499.999974, 384299.999974 ], [ 208307.83737399999518, 383819.593574 ], [ 208299.999974, 383799.999974 ], [ 208299.999974, 383499.999974 ], [ 208393.58797399999457, 383125.647974 ], [ 208399.999974, 383099.999974 ], [ 208594.993874, 381832.539974 ], [ 208599.999974, 381799.999974 ], [ 208599.999974, 381399.999974 ], [ 208099.999974, 380699.999974 ], [ 207999.999974, 380199.999974 ], [ 208093.47207399999024, 379826.111874 ], [ 208099.999974, 379799.999974 ], [ 208297.927174, 378810.363974 ], [ 208297.928974, 378810.355174 ], [ 208299.999974, 378799.999974 ], [ 207399.999974, 378699.999974 ], [ 206999.999974, 380999.999974 ], [ 206499.999974, 380799.999974 ], [ 206299.999974, 380899.999974 ], [ 206099.999974, 380999.999974 ], [ 205699.999974, 381599.999974 ], [ 204699.999974, 381399.999974 ], [ 203032.762774, 381498.072774 ], [ 202999.999974, 381499.999974 ], [ 202999.999974, 381399.999974 ], [ 202999.999974, 380299.999974 ], [ 202699.999974, 379899.999974 ], [ 202599.999974, 379399.999974 ], [ 202699.999974, 378699.999974 ], [ 198899.999974, 377199.999974 ], [ 198099.999974, 376899.999974 ], [ 196999.999974, 376699.999974 ], [ 196419.18787399999565, 376699.999974 ], [ 196399.999974, 376699.999974 ], [ 194727.39367399999173, 376699.999974 ], [ 194699.999974, 376699.999974 ], [ 193999.999974, 377299.999974 ], [ 192899.999974, 377399.999974 ], [ 192100.98427399998764, 378898.154374 ], [ 192099.999974, 378899.999974 ], [ 190919.11617399999523, 380966.546674 ], [ 190899.999974, 380999.999974 ], [ 189299.999974, 383699.999974 ], [ 189292.78767399999197, 383709.616474 ], [ 189014.26187399998889, 384080.984274 ], [ 188999.999974, 384099.999974 ], [ 188935.934574, 384228.130974 ], [ 188899.999974, 384299.999974 ], [ 191784.01557399999001, 385294.488074 ], [ 191799.999974, 385299.999974 ], [ 193499.999974, 385899.999974 ], [ 193521.803474, 385909.344374 ], [ 196299.999974, 387099.999974 ], [ 196321.593774, 387109.254474 ], [ 196988.414174, 387395.03467399999499 ], [ 196999.999974, 387399.999974 ], [ 197999.999974, 387699.999974 ], [ 198499.999974, 387699.999974 ], [ 199270.20367399998941, 388085.101874 ], [ 199299.999974, 388099.999974 ], [ 199699.999974, 388099.999974 ], [ 199799.999974, 388199.999974 ], [ 200099.999974, 388599.999974 ], [ 200299.999974, 388999.999974 ], [ 200999.999974, 389199.999974 ], [ 201599.999974, 389099.999974 ], [ 201899.999974, 388899.999974 ], [ 202299.999974, 388999.999974 ], [ 202302.52347399998689, 389005.046874 ], [ 202699.999974, 389799.999974 ], [ 202599.999974, 389999.999974 ], [ 202582.221074, 390042.669374 ], [ 202111.882374, 391171.482174 ], [ 202099.999974, 391199.999974 ], [ 201999.999974, 392099.999974 ], [ 202188.146974, 392946.661174 ], [ 202199.999974, 392999.999974 ], [ 202799.999974, 393099.999974 ], [ 203599.999974, 392999.999974 ], [ 203615.74657399998978, 392992.126674 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1509" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 230199.999974, 443399.999974 ], [ 231099.999974, 442999.999974 ], [ 231399.999974, 442999.999974 ], [ 231416.74777399998857, 442998.139174 ], [ 233199.999974, 442799.999974 ], [ 233399.999974, 442599.999974 ], [ 233699.999974, 442199.999974 ], [ 232899.999974, 441399.999974 ], [ 232799.999974, 441199.999974 ], [ 232799.999974, 441156.020174 ], [ 232799.999974, 440899.999974 ], [ 232699.999974, 440599.999974 ], [ 231799.999974, 440299.999974 ], [ 231725.89977399999043, 440102.399374 ], [ 231499.999974, 439499.999974 ], [ 231399.999974, 438999.999974 ], [ 231114.29007399998954, 438238.106874 ], [ 231099.999974, 438199.999974 ], [ 230999.999974, 437999.999974 ], [ 231099.999974, 437399.999974 ], [ 230999.999974, 437099.999974 ], [ 230999.999974, 436899.999974 ], [ 230799.999974, 436599.999974 ], [ 230399.999974, 436299.999974 ], [ 229699.999974, 435999.999974 ], [ 229727.60197399999015, 435917.193974 ], [ 229899.999974, 435399.999974 ], [ 229912.909374, 435361.271974 ], [ 230199.999974, 434499.999974 ], [ 230199.999974, 433899.999974 ], [ 230299.999974, 433199.999974 ], [ 230499.999974, 432899.999974 ], [ 230499.999974, 432699.999974 ], [ 230493.405174, 432680.215674 ], [ 230399.999974, 432399.999974 ], [ 230099.999974, 431999.999974 ], [ 229699.999974, 431199.999974 ], [ 229499.999974, 430699.999974 ], [ 229199.999974, 430199.999974 ], [ 228799.999974, 430499.999974 ], [ 228299.999974, 431299.999974 ], [ 228273.23077399999602, 431291.076874 ], [ 227999.999974, 431199.999974 ], [ 227399.999974, 430899.999974 ], [ 226999.999974, 430599.999974 ], [ 226899.999974, 430699.999974 ], [ 226599.999974, 431299.999974 ], [ 226099.999974, 431399.999974 ], [ 225699.999974, 431799.999974 ], [ 225199.999974, 431799.999974 ], [ 224899.999974, 431699.999974 ], [ 224499.999974, 431799.999974 ], [ 224199.999974, 432199.999974 ], [ 224099.999974, 432199.999974 ], [ 223947.86987399999634, 431439.349274 ], [ 223899.999974, 431199.999974 ], [ 223899.999974, 431151.711474 ], [ 223899.999974, 430799.999974 ], [ 224199.999974, 430799.999974 ], [ 224460.77357399999164, 430539.226374 ], [ 224499.999974, 430499.999974 ], [ 224799.999974, 430199.999974 ], [ 225299.999974, 429999.999974 ], [ 225399.999974, 429899.999974 ], [ 225399.999974, 429799.999974 ], [ 225099.999974, 429399.999974 ], [ 224999.999974, 428899.999974 ], [ 225399.999974, 427999.999974 ], [ 224999.999974, 427999.999974 ], [ 225299.999974, 427099.999974 ], [ 224899.999974, 426999.999974 ], [ 224099.999974, 427699.999974 ], [ 223599.999974, 427799.999974 ], [ 222999.999974, 427799.999974 ], [ 222599.999974, 427599.999974 ], [ 222299.999974, 427799.999974 ], [ 222199.999974, 427899.999974 ], [ 222299.999974, 428199.999974 ], [ 222199.999974, 428699.999974 ], [ 221899.999974, 429199.999974 ], [ 221872.422774, 429211.818774 ], [ 221245.101574, 429480.67077399999835 ], [ 221199.999974, 429499.999974 ], [ 220999.999974, 429599.999974 ], [ 220199.999974, 429599.999974 ], [ 219114.29637399999774, 429599.999974 ], [ 219099.999974, 429599.999974 ], [ 218499.999974, 429399.999974 ], [ 218470.230974, 429385.11547399999108 ], [ 218299.999974, 429299.999974 ], [ 218099.999974, 429799.999974 ], [ 217899.999974, 430999.999974 ], [ 217699.999974, 431199.999974 ], [ 217799.999974, 431399.999974 ], [ 217799.999974, 431499.999974 ], [ 217999.999974, 431499.999974 ], [ 218699.999974, 431599.999974 ], [ 219299.999974, 431499.999974 ], [ 219599.999974, 431599.999974 ], [ 219899.999974, 431799.999974 ], [ 219999.999974, 432199.999974 ], [ 219899.999974, 432799.999974 ], [ 219699.999974, 433299.999974 ], [ 219691.441774, 433334.232774 ], [ 219602.88087399999495, 433688.476274 ], [ 219599.999974, 433699.999974 ], [ 219499.999974, 433799.999974 ], [ 219999.999974, 434199.999974 ], [ 219999.999974, 434299.999974 ], [ 219899.999974, 434499.999974 ], [ 219399.999974, 434599.999974 ], [ 218899.999974, 434799.999974 ], [ 218499.999974, 434999.999974 ], [ 218299.999974, 435499.999974 ], [ 218199.999974, 435899.999974 ], [ 218233.259074, 435966.518174 ], [ 218399.999974, 436299.999974 ], [ 218499.999974, 436199.999974 ], [ 218899.999974, 436499.999974 ], [ 218999.999974, 436799.999974 ], [ 218899.999974, 437099.999974 ], [ 218499.999974, 437299.999974 ], [ 217899.999974, 437199.999974 ], [ 217499.999974, 437299.999974 ], [ 217199.999974, 437499.999974 ], [ 217099.999974, 437799.999974 ], [ 217299.999974, 438599.999974 ], [ 217499.999974, 439099.999974 ], [ 217699.999974, 439199.999974 ], [ 217799.999974, 439299.999974 ], [ 218181.289974, 439109.354974 ], [ 218180.431974, 439115.103974 ], [ 218169.279374, 439330.720574 ], [ 218199.999974, 439299.999974 ], [ 218499.999974, 439499.999974 ], [ 218499.999974, 439299.999974 ], [ 218799.999974, 439099.999974 ], [ 218999.999974, 438999.999974 ], [ 219199.999974, 438999.999974 ], [ 219262.00097399999504, 438937.99897399998736 ], [ 219299.999974, 438899.999974 ], [ 219599.999974, 438299.999974 ], [ 220042.963874, 437945.62897399999201 ], [ 220099.999974, 437899.999974 ], [ 220299.999974, 437899.999974 ], [ 220511.45627399999648, 437869.791974 ], [ 220999.999974, 437799.999974 ], [ 221199.999974, 437699.999974 ], [ 221966.699174, 437604.162574 ], [ 221999.999974, 437599.999974 ], [ 222138.47647399999551, 437698.911774 ], [ 222699.999974, 438099.999974 ], [ 222723.634074, 438117.725574 ], [ 223099.999974, 438399.999974 ], [ 223399.999974, 438799.999974 ], [ 223399.999974, 438899.999974 ], [ 223299.999974, 439099.999974 ], [ 223576.33237399999052, 439652.664774 ], [ 223599.999974, 439699.999974 ], [ 223792.65717399999266, 440085.314374 ], [ 223799.999974, 440099.999974 ], [ 224399.999974, 440899.999974 ], [ 224405.029574, 440906.035574 ], [ 224899.999974, 441499.999974 ], [ 225299.999974, 442399.999974 ], [ 225311.579674, 442423.159374 ], [ 225699.999974, 443199.999974 ], [ 226999.999974, 443099.999974 ], [ 227299.999974, 443099.999974 ], [ 227399.999974, 442999.999974 ], [ 227899.999974, 442899.999974 ], [ 228699.999974, 443299.999974 ], [ 228899.999974, 443599.999974 ], [ 229199.999974, 443899.999974 ], [ 229599.999974, 443599.999974 ], [ 230199.999974, 443399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1525" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 97029.09897399999318, 471576.720774 ], [ 97999.999974, 470799.999974 ], [ 98001.434974, 470799.999974 ], [ 98099.999974, 470799.999974 ], [ 98299.999974, 470399.999974 ], [ 98099.999974, 469699.999974 ], [ 98399.999974, 469499.999974 ], [ 98458.104973999987124, 468977.055474 ], [ 98499.999974, 468599.999974 ], [ 98399.999974, 468399.999974 ], [ 98299.999974, 468399.999974 ], [ 98290.690574, 468396.896874 ], [ 97999.999974, 468299.999974 ], [ 97499.999974, 468199.999974 ], [ 97299.999974, 466999.999974 ], [ 97299.999974, 466916.125674 ], [ 97299.999974, 466899.999974 ], [ 96899.999974, 466099.999974 ], [ 96399.999974, 466099.999974 ], [ 95599.999974, 466399.999974 ], [ 94905.243874, 466598.501774 ], [ 94899.999974, 466599.999974 ], [ 94599.999974, 466599.999974 ], [ 94199.999974, 466599.999974 ], [ 93999.999974, 466599.999974 ], [ 93899.999974, 466399.999974 ], [ 93874.305674, 466374.305674 ], [ 93699.999974, 466199.999974 ], [ 93599.999974, 466299.999974 ], [ 93605.68367399999988, 466334.101774 ], [ 93698.508073999983026, 466891.048374 ], [ 93699.9255739999935, 466899.553674 ], [ 93699.999974, 466899.999974 ], [ 93499.999974, 467299.999974 ], [ 93596.93367399999988, 467590.801074 ], [ 93599.999974, 467599.999974 ], [ 93899.999974, 468099.999974 ], [ 93799.999974, 468299.999974 ], [ 93717.51997399999527, 468464.9599739999976 ], [ 93575.89057399999001, 468458.630174 ], [ 93399.999974, 468399.999974 ], [ 92999.999974, 468599.999974 ], [ 92739.096674, 468686.967774 ], [ 92699.999974, 468699.999974 ], [ 91899.999974, 468399.999974 ], [ 91699.999974, 468599.999974 ], [ 91591.58617399999639, 468871.03467399999499 ], [ 91499.999974, 469099.999974 ], [ 91399.999974, 469199.999974 ], [ 91799.999974, 469599.999974 ], [ 91899.999974, 469799.999974 ], [ 91899.999974, 470199.999974 ], [ 92399.999974, 470599.999974 ], [ 92399.999974, 470799.999974 ], [ 92099.999974, 471099.999974 ], [ 92099.999974, 471199.999974 ], [ 92899.999974, 471999.999974 ], [ 93540.40177399999811, 472711.557574 ], [ 93799.999974, 472999.999974 ], [ 93849.1584739999962, 473049.158474 ], [ 94099.999974, 473299.999974 ], [ 94141.93667399999686, 473341.93667399999686 ], [ 94199.999974, 473399.999974 ], [ 94208.188674, 473408.188674 ], [ 95299.999974, 474499.999974 ], [ 96093.95557399999234, 473706.044374 ], [ 96099.999974, 473699.999974 ], [ 96199.999974, 473599.999974 ], [ 95999.999974, 473299.999974 ], [ 96499.999974, 472899.999974 ], [ 96399.999974, 472599.999974 ], [ 96105.84507399998256, 472305.845074 ], [ 96099.999974, 472299.999974 ], [ 96497.769673999981023, 472001.672774 ], [ 96499.999974, 471999.999974 ], [ 96749.628074, 471800.297574 ], [ 97029.09897399999318, 471576.720774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1581" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 149699.999974, 454199.999974 ], [ 150399.999974, 453599.999974 ], [ 151271.107174, 454471.107174 ], [ 151299.999974, 454499.999974 ], [ 151199.999974, 455099.999974 ], [ 154582.929074, 454503.01247399998829 ], [ 154599.999974, 454499.999974 ], [ 154799.999974, 454399.999974 ], [ 155101.104674, 454174.171574 ], [ 155199.999974, 454099.999974 ], [ 155699.999974, 454099.999974 ], [ 156099.999974, 454099.999974 ], [ 156299.999974, 454099.999974 ], [ 156399.999974, 453799.999974 ], [ 156199.999974, 453599.999974 ], [ 155799.999974, 453399.999974 ], [ 155799.999974, 453199.999974 ], [ 155999.999974, 452899.999974 ], [ 156699.999974, 453599.999974 ], [ 157399.999974, 453899.999974 ], [ 158299.999974, 453799.999974 ], [ 158315.617174, 453799.999974 ], [ 158399.999974, 453799.999974 ], [ 158499.999974, 453599.999974 ], [ 158399.999974, 452599.999974 ], [ 158299.999974, 452399.999974 ], [ 157999.999974, 452299.999974 ], [ 157899.999974, 452099.999974 ], [ 157899.999974, 451622.890474 ], [ 157899.999974, 451599.999974 ], [ 158299.999974, 451099.999974 ], [ 158313.18347399999038, 451092.675874 ], [ 159199.999974, 450599.999974 ], [ 159209.208374, 450621.486174 ], [ 159499.999974, 451299.999974 ], [ 160099.999974, 451199.999974 ], [ 160299.999974, 451299.999974 ], [ 161199.999974, 451599.999974 ], [ 161699.999974, 451999.999974 ], [ 161732.68527399998857, 452006.53707399999257 ], [ 162199.999974, 452099.999974 ], [ 162599.999974, 452099.999974 ], [ 163799.999974, 451799.999974 ], [ 163899.999974, 451099.999974 ], [ 164699.999974, 450199.999974 ], [ 164399.999974, 449599.999974 ], [ 164399.28477399999974, 449597.139074 ], [ 164299.999974, 449199.999974 ], [ 164295.402574, 449190.805274 ], [ 164003.510974, 448607.021974 ], [ 163999.999974, 448599.999974 ], [ 163599.999974, 447799.999974 ], [ 163501.13867399998708, 447569.323574 ], [ 163304.889174, 447111.408074 ], [ 163299.999974, 447099.999974 ], [ 162399.999974, 445199.999974 ], [ 162370.532474, 445219.645074 ], [ 162099.999974, 445399.999974 ], [ 161699.999974, 444699.999974 ], [ 161399.999974, 444799.999974 ], [ 161324.354774, 444648.709574 ], [ 161299.999974, 444599.999974 ], [ 161289.803374, 444579.606874 ], [ 161199.999974, 444399.999974 ], [ 161199.999974, 443899.999974 ], [ 160899.999974, 443799.999974 ], [ 160874.40157399998861, 443801.969074 ], [ 159599.999974, 443899.999974 ], [ 158799.999974, 444099.999974 ], [ 158399.999974, 444099.999974 ], [ 157999.999974, 443899.999974 ], [ 157971.91137399998843, 443871.911374 ], [ 157499.999974, 443399.999974 ], [ 157099.999974, 443099.999974 ], [ 155799.999974, 442799.999974 ], [ 155299.999974, 442499.999974 ], [ 155099.999974, 442699.999974 ], [ 155099.999974, 442899.999974 ], [ 154406.038574, 444188.785474 ], [ 154399.999974, 444199.999974 ], [ 155899.999974, 444399.999974 ], [ 155919.151274, 444419.151274 ], [ 156099.999974, 444599.999974 ], [ 156125.999274, 444625.999274 ], [ 156899.999974, 445399.999974 ], [ 155799.999974, 446099.999974 ], [ 154599.999974, 445999.999974 ], [ 153420.02487399999518, 446884.981374 ], [ 153399.999974, 446899.999974 ], [ 152499.999974, 447499.999974 ], [ 152099.999974, 447999.999974 ], [ 150699.999974, 448299.999974 ], [ 150196.70677399999113, 448659.495174 ], [ 149999.35997399999178, 448760.539974 ], [ 149982.91997399998945, 448774.57997399999294 ], [ 149982.49487399999634, 448774.992774 ], [ 149299.999974, 447799.999974 ], [ 149284.26427399998647, 447780.767374 ], [ 149142.343074, 447607.308274 ], [ 148399.999974, 446699.999974 ], [ 148199.999974, 446799.999974 ], [ 147599.999974, 446899.999974 ], [ 147099.999974, 447399.999974 ], [ 146899.999974, 447799.999974 ], [ 146499.999974, 448499.999974 ], [ 146999.999974, 448799.999974 ], [ 146899.999974, 448999.999974 ], [ 146499.999974, 449299.999974 ], [ 146099.999974, 449399.999974 ], [ 145599.999974, 450299.999974 ], [ 145499.999974, 450399.999974 ], [ 145499.999974, 450999.999974 ], [ 145599.999974, 451399.999974 ], [ 145699.999974, 451499.999974 ], [ 145699.999974, 451676.242974 ], [ 145699.999974, 451699.999974 ], [ 145599.999974, 451999.999974 ], [ 145399.999974, 452299.999974 ], [ 145699.999974, 452599.999974 ], [ 145912.29077399999369, 452854.74897399998736 ], [ 146173.085674, 453167.702774 ], [ 146186.840774, 453184.208974 ], [ 146199.999974, 453199.999974 ], [ 146592.22937399998773, 453494.171974 ], [ 146599.999974, 453499.999974 ], [ 146699.999974, 453599.999974 ], [ 146705.32187399998656, 453605.634974 ], [ 148399.999974, 455399.999974 ], [ 148405.61127399999532, 455394.820374 ], [ 149680.745874, 454217.773074 ], [ 149684.80227399998694, 454214.028674 ], [ 149699.999974, 454199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1586" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 240170.73137399999541, 452857.561174 ], [ 240599.999974, 452599.999974 ], [ 240614.71407399998861, 452644.142174 ], [ 240799.999974, 453199.999974 ], [ 241099.999974, 453199.999974 ], [ 241399.999974, 453799.999974 ], [ 242199.999974, 453499.999974 ], [ 242206.96987399997306, 453486.060174 ], [ 242499.999974, 452899.999974 ], [ 242599.999974, 452599.999974 ], [ 242399.999974, 452199.999974 ], [ 242699.999974, 452099.999974 ], [ 243399.999974, 451899.999974 ], [ 243999.999974, 451499.999974 ], [ 244199.999974, 451499.999974 ], [ 244199.999974, 450999.999974 ], [ 243999.999974, 449699.999974 ], [ 243599.999974, 449699.999974 ], [ 243199.999974, 449099.999974 ], [ 242599.999974, 448499.999974 ], [ 242299.999974, 448099.999974 ], [ 242216.63557399998535, 447766.542174 ], [ 242199.999974, 447699.999974 ], [ 242099.999974, 446999.999974 ], [ 242095.154274, 446985.462874 ], [ 241999.999974, 446699.999974 ], [ 241993.23857399998815, 446672.954174 ], [ 241899.999974, 446299.999974 ], [ 241999.999974, 445499.999974 ], [ 242099.999974, 444199.999974 ], [ 242199.999974, 443999.999974 ], [ 242099.999974, 443699.999974 ], [ 241399.999974, 442999.999974 ], [ 240999.999974, 442499.999974 ], [ 240999.999974, 442299.999974 ], [ 240699.999974, 442599.999974 ], [ 240299.999974, 442799.999974 ], [ 238602.1136739999929, 443099.626974 ], [ 238599.999974, 443099.999974 ], [ 237799.999974, 443299.999974 ], [ 237759.549674, 443299.999974 ], [ 237599.999974, 443299.999974 ], [ 236599.999974, 443399.999974 ], [ 236199.999974, 443299.999974 ], [ 235499.999974, 443499.999974 ], [ 235208.73187399999006, 443499.999974 ], [ 235199.999974, 443499.999974 ], [ 234799.999974, 443399.999974 ], [ 234772.68907399999443, 443384.39377399999648 ], [ 233399.999974, 442599.999974 ], [ 233199.999974, 442799.999974 ], [ 231416.74777399998857, 442998.139174 ], [ 231399.999974, 442999.999974 ], [ 231099.999974, 442999.999974 ], [ 230199.999974, 443399.999974 ], [ 229599.999974, 443599.999974 ], [ 229199.999974, 443899.999974 ], [ 229299.999974, 444199.999974 ], [ 229499.999974, 444499.999974 ], [ 229664.995574, 444774.992574 ], [ 229757.599974, 444976.69997399998829 ], [ 229787.392774, 445008.022774 ], [ 228699.999974, 445699.999974 ], [ 228599.999974, 445999.999974 ], [ 229199.999974, 446399.999974 ], [ 228699.999974, 446999.999974 ], [ 228999.999974, 447199.999974 ], [ 228699.999974, 447899.999974 ], [ 228599.999974, 448399.999974 ], [ 228799.999974, 448699.999974 ], [ 228999.999974, 448599.999974 ], [ 229999.999974, 449999.999974 ], [ 230199.999974, 449799.999974 ], [ 230227.817274, 449809.2724739999976 ], [ 230499.999974, 449899.999974 ], [ 230999.999974, 450499.999974 ], [ 231299.999974, 450299.999974 ], [ 231999.999974, 451199.999974 ], [ 232399.999974, 450799.999974 ], [ 232499.999974, 451099.999974 ], [ 232899.999974, 450599.999974 ], [ 232911.442274, 450585.437174 ], [ 233999.999974, 449199.999974 ], [ 234022.9377739999909, 449207.340074 ], [ 236499.999974, 449999.999974 ], [ 237299.999974, 450599.999974 ], [ 237315.225974, 450615.225974 ], [ 237499.999974, 450799.999974 ], [ 237661.301974, 450961.301974 ], [ 237899.999974, 451199.999974 ], [ 237899.999974, 451599.999974 ], [ 238099.999974, 451899.999974 ], [ 238588.151374, 452192.890774 ], [ 238598.915974, 452204.336174 ], [ 238499.999974, 452599.999974 ], [ 238599.999974, 453199.999974 ], [ 238599.999974, 453664.504074 ], [ 238599.999974, 453699.999974 ], [ 238999.999974, 453999.999974 ], [ 239599.999974, 453799.999974 ], [ 240154.69517399999313, 453641.515674 ], [ 240299.999974, 453599.999974 ], [ 240099.999974, 452899.999974 ], [ 240170.73137399999541, 452857.561174 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1598" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 125598.07127399998717, 520602.893074 ], [ 125599.999974, 520599.999974 ], [ 126199.999974, 520799.999974 ], [ 126199.999974, 520896.956974 ], [ 126199.999974, 520899.999974 ], [ 126299.999974, 520999.999974 ], [ 126599.999974, 521299.999974 ], [ 126799.999974, 521399.999974 ], [ 127199.999974, 521199.999974 ], [ 127399.999974, 521399.999974 ], [ 127699.999974, 520899.999974 ], [ 128999.999974, 520899.999974 ], [ 129099.999974, 520599.999974 ], [ 129199.999974, 520399.999974 ], [ 129978.635974, 519854.954774 ], [ 130199.999974, 519699.999974 ], [ 131165.168374, 519989.550474 ], [ 131199.999974, 519999.999974 ], [ 131299.999974, 519499.999974 ], [ 131305.127474, 519464.107774 ], [ 131399.999974, 518799.999974 ], [ 131397.84787399999914, 518784.93537399999332 ], [ 131299.999974, 518099.999974 ], [ 131299.999974, 518092.994374 ], [ 131299.999974, 518037.481774 ], [ 131299.999974, 517859.161174 ], [ 131299.999974, 517799.999974 ], [ 131128.7044739999983, 517628.704474 ], [ 131099.999974, 517599.999974 ], [ 130633.052774, 517133.052774 ], [ 130599.999974, 517099.999974 ], [ 130028.822774, 516814.411374 ], [ 129999.999974, 516799.999974 ], [ 129699.999974, 516399.999974 ], [ 129699.999974, 515943.982474 ], [ 129699.999974, 515899.999974 ], [ 130099.999974, 515899.999974 ], [ 129899.999974, 515299.999974 ], [ 129899.999974, 514599.999974 ], [ 130099.999974, 513899.999974 ], [ 129233.067274, 513707.34827399998903 ], [ 129199.999974, 513699.999974 ], [ 129299.999974, 513399.999974 ], [ 129099.999974, 512299.999974 ], [ 129061.26567399999476, 512297.906274 ], [ 125399.999974, 512099.999974 ], [ 125299.999974, 512499.999974 ], [ 125899.999974, 512799.999974 ], [ 125999.999974, 513099.999974 ], [ 125807.95327399999951, 513868.186774 ], [ 125799.999974, 513899.999974 ], [ 125641.0682739999902, 514058.931774 ], [ 125599.999974, 514099.999974 ], [ 125499.999974, 514199.999974 ], [ 125299.999974, 514099.999974 ], [ 125271.043374, 514076.834674 ], [ 124299.999974, 513299.999974 ], [ 123999.999974, 513199.999974 ], [ 123799.999974, 513399.999974 ], [ 123699.999974, 513599.999974 ], [ 123499.999974, 513899.999974 ], [ 121799.999974, 514099.999974 ], [ 120940.175374, 514099.999974 ], [ 120899.999974, 514099.999974 ], [ 121099.999974, 515099.999974 ], [ 121261.976274, 515261.976274 ], [ 121299.999974, 515299.999974 ], [ 121299.999974, 515499.999974 ], [ 120899.999974, 516199.999974 ], [ 120866.974274, 516233.025774 ], [ 120699.999974, 516399.999974 ], [ 120199.999974, 516499.999974 ], [ 120399.999974, 516599.999974 ], [ 120399.999974, 517099.999974 ], [ 120378.151374, 517131.212274 ], [ 119699.999974, 518099.999974 ], [ 119499.999974, 518499.999974 ], [ 119499.999974, 518899.999974 ], [ 119799.999974, 519399.999974 ], [ 120085.31037399999332, 520160.827674 ], [ 120099.999974, 520199.999974 ], [ 120299.999974, 521099.999974 ], [ 120488.354774, 521382.532174 ], [ 120499.999974, 521399.999974 ], [ 120599.999974, 521499.999974 ], [ 120593.40177399999811, 521523.093774 ], [ 120399.999974, 522199.999974 ], [ 120699.999974, 522399.999974 ], [ 120799.999974, 522399.999974 ], [ 121299.999974, 522699.999974 ], [ 121499.999974, 523199.999974 ], [ 122099.999974, 523499.999974 ], [ 122799.999974, 523699.999974 ], [ 123099.999974, 523599.999974 ], [ 123299.999974, 523399.999974 ], [ 123199.999974, 522999.999974 ], [ 123131.04637399999774, 522939.665574 ], [ 122481.07877399999416, 522370.943974 ], [ 122399.999974, 522299.999974 ], [ 122399.999974, 522199.999974 ], [ 122999.999974, 521999.999974 ], [ 123018.60077399999136, 521990.699574 ], [ 123954.530674, 521522.734674 ], [ 123999.999974, 521499.999974 ], [ 124346.747674, 521351.393874 ], [ 125399.999974, 520899.999974 ], [ 125598.07127399998717, 520602.893074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1621" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 98599.999974, 452599.999974 ], [ 98299.999974, 450699.999974 ], [ 98491.08857399999397, 450317.822774 ], [ 98499.999974, 450299.999974 ], [ 98499.999974, 450099.999974 ], [ 98199.999974, 449599.999974 ], [ 98185.205174, 449555.61547399999108 ], [ 98099.999974, 449299.999974 ], [ 97899.999974, 446699.999974 ], [ 97807.7154739999969, 446446.217474 ], [ 97499.999974, 445599.999974 ], [ 97299.999974, 445399.999974 ], [ 97299.999974, 444999.999974 ], [ 97303.015473999985261, 444975.876274 ], [ 97322.957074, 444816.34347399999388 ], [ 97376.083573999989312, 444391.33127399999648 ], [ 97399.999974, 444199.999974 ], [ 97488.951474, 444022.097074 ], [ 97499.999974, 443999.999974 ], [ 97699.999974, 443499.999974 ], [ 97599.999974, 443299.999974 ], [ 97299.999974, 442999.999974 ], [ 96799.999974, 442699.999974 ], [ 96499.999974, 442599.999974 ], [ 95899.999974, 442299.999974 ], [ 95699.999974, 442099.999974 ], [ 95656.255673999985447, 442056.255674 ], [ 95318.08377399999881, 441718.083774 ], [ 95299.999974, 441699.999974 ], [ 94899.999974, 441899.999974 ], [ 94599.999974, 442199.999974 ], [ 94499.999974, 442399.999974 ], [ 93815.186973999982001, 442889.152174 ], [ 93799.999974, 442899.999974 ], [ 93699.999974, 442999.999974 ], [ 93699.999974, 442581.474274 ], [ 93697.074273999984143, 442501.950474 ], [ 93399.999974, 442699.999974 ], [ 93389.84517399998731, 442710.15487399999984 ], [ 92919.484074, 443180.515974 ], [ 92899.999974, 443199.999974 ], [ 92033.3288739999989, 443893.336974 ], [ 91959.879373999981908, 443952.096474 ], [ 91899.999974, 443999.999974 ], [ 91886.29937399999471, 443983.55927399999928 ], [ 91404.16097399999853, 443404.993174 ], [ 91399.999974, 443399.999974 ], [ 91299.999974, 442999.999974 ], [ 91299.999974, 442980.530474 ], [ 91299.999974, 442979.80797399999574 ], [ 91299.999974, 442699.999974 ], [ 91099.999974, 442499.999974 ], [ 91081.10767399999895, 442486.505474 ], [ 90399.999974, 441999.999974 ], [ 90367.32637399999658, 442040.841974 ], [ 89199.999974, 443499.999974 ], [ 89166.993473999988055, 443533.006474 ], [ 89099.999974, 443599.999974 ], [ 88799.999974, 443899.999974 ], [ 90399.999974, 445299.999974 ], [ 90682.10297399997944, 445652.628774 ], [ 90701.35277399999904, 445676.690974 ], [ 90799.999974, 445799.999974 ], [ 90787.914973999984795, 445824.169974 ], [ 90599.999974, 446199.999974 ], [ 90618.68177399999695, 446205.337674 ], [ 91299.999974, 446399.999974 ], [ 91199.999974, 446599.999974 ], [ 90999.999974, 446899.999974 ], [ 91095.8856739999901, 447091.771274 ], [ 91099.999974, 447099.999974 ], [ 91499.999974, 447599.999974 ], [ 91299.999974, 447999.999974 ], [ 91199.999974, 448599.999974 ], [ 91399.999974, 448799.999974 ], [ 91999.999974, 449099.999974 ], [ 92499.999974, 449699.999974 ], [ 93761.04757399999653, 449699.999974 ], [ 93799.999974, 449699.999974 ], [ 94398.875574, 449699.999974 ], [ 94399.999974, 449699.999974 ], [ 94982.746373999980278, 450185.621974 ], [ 94999.999974, 450199.999974 ], [ 95399.999974, 450699.999974 ], [ 95418.11617399999523, 450712.077474 ], [ 95697.38637399999425, 450898.257574 ], [ 95699.999974, 450899.999974 ], [ 96384.56357399999979, 451486.76877399999648 ], [ 96399.999974, 451499.999974 ], [ 96799.999974, 451599.999974 ], [ 97199.999974, 451499.999974 ], [ 97386.92687399999704, 451686.92687399999704 ], [ 97399.999974, 451699.999974 ], [ 97499.999974, 452099.999974 ], [ 97512.92317399999592, 452117.230974 ], [ 98099.999974, 452899.999974 ], [ 98599.999974, 452599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1640" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 190099.999974, 369499.999974 ], [ 191499.999974, 368799.999974 ], [ 191300.03637399998843, 369499.872774 ], [ 191299.999974, 369499.999974 ], [ 192099.999974, 369099.999974 ], [ 192123.32447399999364, 369092.225174 ], [ 192399.999974, 368999.999974 ], [ 192421.0051739999908, 368990.452174 ], [ 194599.999974, 367999.999974 ], [ 195381.73377399999299, 367511.416374 ], [ 195399.999974, 367499.999974 ], [ 196799.999974, 366499.999974 ], [ 196813.504874, 366491.559474 ], [ 198399.999974, 365499.999974 ], [ 198499.999974, 364899.999974 ], [ 198499.999974, 364399.730174 ], [ 198594.515374, 364299.999974 ], [ 198499.999974, 364299.999974 ], [ 198299.999974, 364099.999974 ], [ 198208.194974, 363824.584874 ], [ 198199.999974, 363799.999974 ], [ 198199.999974, 363399.999974 ], [ 198199.999974, 363099.999974 ], [ 198201.7042739999888, 363097.443674 ], [ 198399.999974, 362799.999974 ], [ 198399.999974, 362399.999974 ], [ 198199.999974, 361199.999974 ], [ 197905.205774, 360708.676274 ], [ 197899.999974, 360699.999974 ], [ 197499.999974, 360299.999974 ], [ 196899.999974, 359899.999974 ], [ 196599.999974, 359699.999974 ], [ 196576.626274, 359662.017674 ], [ 195799.999974, 358399.999974 ], [ 195777.495274, 358371.869074 ], [ 195399.999974, 357899.999974 ], [ 194399.999974, 356999.999974 ], [ 194099.999974, 357299.999974 ], [ 192799.999974, 357299.999974 ], [ 192099.999974, 357599.999974 ], [ 191399.999974, 357599.999974 ], [ 191499.999974, 357899.999974 ], [ 191399.999974, 358199.999974 ], [ 190399.999974, 358599.999974 ], [ 190397.34587399999145, 358599.999974 ], [ 190352.115074, 358599.999974 ], [ 190099.999974, 358599.999974 ], [ 189499.999974, 358099.999974 ], [ 189495.51377399999183, 358092.822074 ], [ 188999.999974, 357299.999974 ], [ 188699.999974, 356599.999974 ], [ 188599.999974, 356299.999974 ], [ 188999.999974, 355799.999974 ], [ 187299.999974, 354599.999974 ], [ 187263.733974, 354563.733974 ], [ 187199.999974, 354499.999974 ], [ 187099.999974, 354499.999974 ], [ 186972.408174, 354411.667174 ], [ 185799.999974, 353599.999974 ], [ 185795.183974, 353575.919874 ], [ 185699.999974, 353099.999974 ], [ 185599.999974, 353199.999974 ], [ 184999.999974, 352699.999974 ], [ 184899.999974, 352199.999974 ], [ 184499.999974, 352499.999974 ], [ 184498.20377399999416, 352501.796174 ], [ 184299.999974, 352699.999974 ], [ 184199.999974, 352699.999974 ], [ 183902.181374, 352203.635674 ], [ 183899.999974, 352199.999974 ], [ 183599.999974, 352099.999974 ], [ 183299.999974, 351999.999974 ], [ 182899.999974, 351799.999974 ], [ 182799.999974, 351599.999974 ], [ 182299.999974, 351399.999974 ], [ 182099.999974, 351799.999974 ], [ 182399.999974, 352299.999974 ], [ 182399.999974, 352699.999974 ], [ 182199.999974, 352899.999974 ], [ 181799.999974, 352799.999974 ], [ 181699.999974, 353399.999974 ], [ 181799.999974, 353499.999974 ], [ 181899.999974, 353399.999974 ], [ 182473.01077399999485, 353686.505374 ], [ 182499.999974, 353699.999974 ], [ 181999.999974, 353799.999974 ], [ 182199.20327399999951, 354397.609774 ], [ 182199.999974, 354399.999974 ], [ 181499.999974, 354999.999974 ], [ 180799.999974, 355099.999974 ], [ 180299.999974, 355499.999974 ], [ 180099.999974, 355599.999974 ], [ 180099.999974, 356099.999974 ], [ 180199.999974, 356299.999974 ], [ 180203.206674, 356306.41337399999611 ], [ 180499.999974, 356899.999974 ], [ 180799.999974, 357599.999974 ], [ 180299.999974, 357699.999974 ], [ 180318.54027399999904, 357755.620874 ], [ 180499.999974, 358299.999974 ], [ 180799.999974, 358599.999974 ], [ 181099.999974, 358599.999974 ], [ 181571.512174, 358505.697574 ], [ 181599.999974, 358499.999974 ], [ 181999.999974, 358499.999974 ], [ 182599.999974, 359099.999974 ], [ 183099.999974, 360399.999974 ], [ 183099.999974, 360409.028874 ], [ 183099.999974, 360899.999974 ], [ 183299.999974, 360999.999974 ], [ 183482.39497399999527, 360908.802574 ], [ 183499.999974, 360899.999974 ], [ 183999.999974, 360999.999974 ], [ 184399.999974, 361299.999974 ], [ 185099.999974, 361499.999974 ], [ 185278.16507399998954, 361499.999974 ], [ 185299.999974, 361499.999974 ], [ 186094.912474, 361400.635974 ], [ 186099.999974, 361399.999974 ], [ 186299.999974, 361399.999974 ], [ 186599.999974, 361799.999974 ], [ 186999.999974, 361899.999974 ], [ 187299.999974, 361899.999974 ], [ 187456.009674, 361743.990374 ], [ 187499.999974, 361699.999974 ], [ 187599.999974, 361799.999974 ], [ 187699.999974, 362499.999974 ], [ 187699.999974, 362799.999974 ], [ 187411.832174, 362992.111874 ], [ 187399.999974, 362999.999974 ], [ 187299.999974, 363099.999974 ], [ 187099.999974, 362999.999974 ], [ 186811.07577399999718, 363770.464674 ], [ 186799.999974, 363799.999974 ], [ 186207.36007399999653, 365182.826474 ], [ 186199.999974, 365199.999974 ], [ 186399.999974, 365699.999974 ], [ 187299.999974, 366999.999974 ], [ 187984.715174, 369151.962074 ], [ 187999.999974, 369199.999974 ], [ 189199.999974, 369799.999974 ], [ 189799.999974, 369599.999974 ], [ 189825.8685739999928, 369591.377174 ], [ 190082.068474, 369505.97717399999965 ], [ 190099.999974, 369499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1641" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 191499.999974, 357899.999974 ], [ 191399.999974, 357599.999974 ], [ 192099.999974, 357599.999974 ], [ 192799.999974, 357299.999974 ], [ 194099.999974, 357299.999974 ], [ 194399.999974, 356999.999974 ], [ 193099.999974, 355799.999974 ], [ 192699.999974, 355299.999974 ], [ 192407.717474, 354520.579974 ], [ 192399.999974, 354499.999974 ], [ 192699.999974, 354399.999974 ], [ 192399.999974, 353799.999974 ], [ 192406.842574, 353779.472374 ], [ 192409.95187399999122, 353770.144274 ], [ 192499.999974, 353499.999974 ], [ 192799.999974, 353399.999974 ], [ 193576.061174, 352623.938774 ], [ 193599.999974, 352599.999974 ], [ 193799.999974, 352499.999974 ], [ 194499.999974, 352299.999974 ], [ 194799.999974, 352299.999974 ], [ 192999.999974, 350599.999974 ], [ 192992.7834739999962, 350592.127374 ], [ 191899.999974, 349399.999974 ], [ 191699.999974, 349299.999974 ], [ 191199.999974, 349399.999974 ], [ 190643.426374, 349678.286774 ], [ 190599.999974, 349699.999974 ], [ 190399.999974, 349699.999974 ], [ 190386.42607399998815, 349694.182574 ], [ 189699.999974, 349399.999974 ], [ 189599.999974, 349599.999974 ], [ 188999.999974, 349599.999974 ], [ 188991.43897399998968, 349586.302374 ], [ 188499.999974, 348799.999974 ], [ 188484.59237399999984, 348769.184774 ], [ 187906.00447399998666, 347612.009074 ], [ 187899.999974, 347599.999974 ], [ 187591.756874, 346906.452874 ], [ 187493.072874, 346706.003874 ], [ 187483.695574, 346686.956474 ], [ 186999.999974, 346299.999974 ], [ 186499.999974, 346099.999974 ], [ 186199.999974, 345699.999974 ], [ 186199.999974, 346099.999974 ], [ 185899.999974, 346499.999974 ], [ 185599.999974, 346599.999974 ], [ 184927.17797399999108, 346599.999974 ], [ 184899.999974, 346599.999974 ], [ 184599.999974, 346799.999974 ], [ 184499.999974, 347199.999974 ], [ 184699.999974, 347799.999974 ], [ 185219.04807399999117, 348513.691074 ], [ 185499.999974, 348899.999974 ], [ 185799.999974, 348999.999974 ], [ 186699.999974, 349199.999974 ], [ 186885.070474, 349570.140974 ], [ 186899.999974, 349599.999974 ], [ 186999.999974, 349999.999974 ], [ 187199.999974, 350199.999974 ], [ 187761.263474, 350667.719574 ], [ 187795.54127399998833, 350703.184874 ], [ 186399.999974, 351699.999974 ], [ 186499.999974, 351799.999974 ], [ 186509.744474, 351829.233574 ], [ 186599.999974, 352099.999974 ], [ 186099.999974, 352699.999974 ], [ 186071.44457399999374, 352728.302974 ], [ 185699.999974, 353099.999974 ], [ 185795.183974, 353575.919874 ], [ 185799.999974, 353599.999974 ], [ 186972.408174, 354411.667174 ], [ 187099.999974, 354499.999974 ], [ 187199.999974, 354499.999974 ], [ 187263.733974, 354563.733974 ], [ 187299.999974, 354599.999974 ], [ 188999.999974, 355799.999974 ], [ 188599.999974, 356299.999974 ], [ 188699.999974, 356599.999974 ], [ 188999.999974, 357299.999974 ], [ 189495.51377399999183, 358092.822074 ], [ 189499.999974, 358099.999974 ], [ 190099.999974, 358599.999974 ], [ 190352.115074, 358599.999974 ], [ 190397.34587399999145, 358599.999974 ], [ 190399.999974, 358599.999974 ], [ 191399.999974, 358199.999974 ], [ 191499.999974, 357899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1651" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 247399.999974, 609199.999974 ], [ 248599.999974, 608499.999974 ], [ 248645.79267399999662, 608541.62967399996705 ], [ 249699.999974, 609499.999974 ], [ 250899.999974, 609199.999974 ], [ 251099.999974, 608699.999974 ], [ 250999.999974, 608099.999974 ], [ 249799.999974, 608399.999974 ], [ 249699.999974, 608099.999974 ], [ 250799.999974, 607799.999974 ], [ 250799.999974, 607599.999974 ], [ 250199.999974, 607699.999974 ], [ 250199.999974, 607499.999974 ], [ 251099.999974, 607299.999974 ], [ 251999.999974, 607199.999974 ], [ 252099.999974, 607499.999974 ], [ 251399.999974, 607699.999974 ], [ 251676.470574, 608805.882374 ], [ 252999.999974, 608199.999974 ], [ 253899.999974, 607399.999974 ], [ 254299.999974, 607199.999974 ], [ 254399.999974, 607099.999974 ], [ 254399.999974, 606599.999974 ], [ 254399.999974, 606299.999974 ], [ 254299.999974, 606199.999974 ], [ 253905.11117399999057, 605015.333574 ], [ 253899.999974, 604999.999974 ], [ 253899.999974, 603399.999974 ], [ 253099.999974, 603799.999974 ], [ 251799.999974, 604999.999974 ], [ 248499.999974, 602799.999974 ], [ 248199.999974, 603299.999974 ], [ 247799.999974, 603599.999974 ], [ 247499.999974, 603599.999974 ], [ 246899.999974, 602799.999974 ], [ 246099.999974, 602199.999974 ], [ 246096.613074, 602199.999974 ], [ 245999.999974, 602199.999974 ], [ 245970.39057399999001, 602170.390574 ], [ 245815.68587399998796, 602015.68587399995886 ], [ 245799.999974, 601999.999974 ], [ 245499.999974, 601799.999974 ], [ 244937.457474, 601049.94327399996109 ], [ 244899.999974, 600999.999974 ], [ 244309.983974, 600311.647974 ], [ 244299.999974, 600299.999974 ], [ 243424.5509739999834, 599344.964674 ], [ 243199.999974, 599099.999974 ], [ 243178.48597399998107, 599085.65737399994396 ], [ 242899.999974, 598899.999974 ], [ 242895.28537399999914, 598895.28537399997003 ], [ 242892.734374, 598892.73437399999239 ], [ 242199.999974, 598199.999974 ], [ 241799.999974, 598499.999974 ], [ 241399.999974, 598599.999974 ], [ 240899.999974, 598599.999974 ], [ 240499.999974, 598399.999974 ], [ 239999.999974, 598599.999974 ], [ 239499.999974, 598499.999974 ], [ 239199.999974, 598299.999974 ], [ 238899.999974, 598299.999974 ], [ 238699.999974, 598499.999974 ], [ 238499.999974, 598399.999974 ], [ 238203.54927399998996, 598103.549274000106379 ], [ 238199.999974, 598099.999974 ], [ 237999.999974, 598099.999974 ], [ 237699.999974, 598099.999974 ], [ 237594.447774, 597994.447774 ], [ 237499.999974, 597899.999974 ], [ 237599.999974, 596999.999974 ], [ 237499.999974, 596699.999974 ], [ 236699.999974, 596599.999974 ], [ 236299.999974, 596599.999974 ], [ 236099.999974, 596699.999974 ], [ 235999.999974, 596599.999974 ], [ 235499.999974, 596299.999974 ], [ 235099.999974, 595799.999974 ], [ 234599.999974, 595899.999974 ], [ 234596.26567399999476, 595903.73437399999239 ], [ 234199.999974, 596299.999974 ], [ 234199.999974, 596599.999974 ], [ 233899.999974, 596799.999974 ], [ 233699.999974, 597499.999974 ], [ 233199.999974, 597499.999974 ], [ 232599.999974, 597599.999974 ], [ 232799.999974, 598799.999974 ], [ 232799.999974, 598999.999974 ], [ 232499.999974, 599499.999974 ], [ 232099.999974, 599799.999974 ], [ 231799.999974, 599599.999974 ], [ 231099.999974, 600299.999974 ], [ 230999.999974, 600199.999974 ], [ 230799.999974, 600199.999974 ], [ 230599.999974, 600399.999974 ], [ 230599.999974, 600899.999974 ], [ 230599.999974, 601499.999974 ], [ 230399.999974, 601499.999974 ], [ 230399.999974, 601699.999974 ], [ 230499.999974, 601899.999974 ], [ 231299.999974, 601699.999974 ], [ 231399.999974, 602799.999974 ], [ 231899.999974, 602899.999974 ], [ 232199.999974, 604699.999974 ], [ 232099.999974, 605099.999974 ], [ 231999.999974, 605699.999974 ], [ 233290.611474, 606097.111274 ], [ 233299.999974, 606099.999974 ], [ 233699.999974, 606399.999974 ], [ 234299.999974, 606399.999974 ], [ 234799.999974, 606599.999974 ], [ 236099.999974, 607199.999974 ], [ 236899.999974, 607499.999974 ], [ 237499.999974, 607799.999974 ], [ 238063.90287399999215, 607987.967574 ], [ 238099.999974, 607999.999974 ], [ 239199.999974, 608599.999974 ], [ 240099.999974, 608799.999974 ], [ 243999.999974, 609599.999974 ], [ 244046.26767399997334, 609603.85567399999127 ], [ 245199.999974, 609699.999974 ], [ 245899.999974, 609599.999974 ], [ 247399.999974, 609199.999974 ] ] ], [ [ [ 222699.999974, 614299.999974 ], [ 222599.999974, 614299.999974 ], [ 222199.999974, 614799.999974 ], [ 222299.999974, 614999.999974 ], [ 222399.999974, 615199.999974 ], [ 222999.999974, 615499.999974 ], [ 223599.999974, 615599.999974 ], [ 223699.999974, 615299.999974 ], [ 223399.999974, 615099.999974 ], [ 222999.999974, 614999.999974 ], [ 222699.999974, 614299.999974 ] ] ], [ [ [ 233699.999974, 618199.999974 ], [ 234799.999974, 618099.999974 ], [ 234999.999974, 618199.999974 ], [ 235499.999974, 617999.999974 ], [ 236499.999974, 617199.999974 ], [ 235199.999974, 617799.999974 ], [ 234699.999974, 617499.999974 ], [ 233199.999974, 616899.999974 ], [ 233099.999974, 617199.999974 ], [ 233099.999974, 617799.999974 ], [ 233299.999974, 617899.999974 ], [ 233699.999974, 618299.999974 ], [ 233699.999974, 618199.999974 ] ] ], [ [ [ 227999.999974, 618899.999974 ], [ 229599.999974, 617399.999974 ], [ 229699.999974, 617199.999974 ], [ 228999.999974, 617699.999974 ], [ 227899.999974, 618599.999974 ], [ 227299.999974, 618699.999974 ], [ 227199.999974, 618599.999974 ], [ 227199.999974, 618499.999974 ], [ 227899.999974, 618099.999974 ], [ 228099.999974, 618099.999974 ], [ 229599.999974, 616899.999974 ], [ 229599.999974, 616799.999974 ], [ 229099.999974, 616899.999974 ], [ 228899.999974, 617299.999974 ], [ 228499.999974, 617399.999974 ], [ 227499.999974, 617099.999974 ], [ 227499.999974, 616999.999974 ], [ 227499.999974, 615999.999974 ], [ 227299.999974, 615399.999974 ], [ 227099.999974, 615199.999974 ], [ 226899.999974, 615399.999974 ], [ 226299.999974, 616799.999974 ], [ 225599.999974, 617899.999974 ], [ 225499.999974, 617999.999974 ], [ 225899.999974, 618799.999974 ], [ 226399.999974, 619199.999974 ], [ 226699.999974, 619299.999974 ], [ 227199.999974, 619299.999974 ], [ 227999.999974, 618899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1652" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 184299.999974, 398399.999974 ], [ 184999.999974, 397799.999974 ], [ 185199.999974, 397799.999974 ], [ 185201.89547399998992, 397799.655374 ], [ 186299.999974, 397599.999974 ], [ 186994.895374, 393033.544374 ], [ 186999.999974, 392999.999974 ], [ 187197.814474, 391417.484374 ], [ 187199.999974, 391399.999974 ], [ 187299.999974, 390699.999974 ], [ 183699.999974, 389499.999974 ], [ 183099.999974, 389199.999974 ], [ 183096.12667399999918, 389199.569674 ], [ 182199.999974, 389099.999974 ], [ 181899.999974, 388899.999974 ], [ 181549.55847399999038, 388849.936974 ], [ 181199.999974, 388799.999974 ], [ 180799.999974, 388799.999974 ], [ 180399.999974, 388799.999974 ], [ 179199.999974, 388399.999974 ], [ 178799.999974, 388599.999974 ], [ 178699.999974, 388599.999974 ], [ 178399.999974, 388399.999974 ], [ 178299.999974, 388499.999974 ], [ 177999.999974, 388899.999974 ], [ 177636.741374, 389081.629274 ], [ 177599.999974, 389099.999974 ], [ 177599.999974, 389199.999974 ], [ 177599.999974, 389599.999974 ], [ 177199.999974, 389799.999974 ], [ 177199.999974, 390099.999974 ], [ 177287.00347399999737, 390361.010474 ], [ 177299.999974, 390399.999974 ], [ 175599.999974, 390999.999974 ], [ 175699.999974, 391599.999974 ], [ 175699.999974, 391899.999974 ], [ 175599.999974, 392099.999974 ], [ 175399.999974, 392199.999974 ], [ 174899.999974, 392899.999974 ], [ 174899.999974, 392999.999974 ], [ 175199.999974, 393299.999974 ], [ 175199.09897399999318, 393301.801974 ], [ 174999.999974, 393699.999974 ], [ 174412.716974, 394678.804974 ], [ 174399.999974, 394699.999974 ], [ 173899.999974, 396099.999974 ], [ 173893.483374, 396123.459674 ], [ 173399.999974, 397899.999974 ], [ 173599.999974, 398299.999974 ], [ 173616.69277399999555, 398333.385574 ], [ 173699.999974, 398499.999974 ], [ 173399.999974, 398899.999974 ], [ 173299.999974, 399299.999974 ], [ 175686.52297399999225, 399498.876874 ], [ 175699.999974, 399499.999974 ], [ 175770.33667399999104, 399499.999974 ], [ 175799.999974, 399499.999974 ], [ 176699.999974, 399499.999974 ], [ 177247.04067399998894, 399682.346874 ], [ 177299.999974, 399699.999974 ], [ 177368.699874, 399768.699874 ], [ 177399.999974, 399799.999974 ], [ 178720.677774, 400152.180774 ], [ 178899.999974, 400199.999974 ], [ 178941.613374, 400209.247374 ], [ 180699.999974, 400599.999974 ], [ 182639.37177399999928, 401084.842974 ], [ 182699.999974, 401099.999974 ], [ 182799.999974, 400699.999974 ], [ 183699.999974, 398899.999974 ], [ 184271.050374, 398424.124674 ], [ 184299.999974, 398399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1655" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 100021.14367399999173, 404289.428174 ], [ 100199.999974, 404199.999974 ], [ 100599.999974, 404299.999974 ], [ 100799.999974, 403899.999974 ], [ 101399.999974, 402399.999974 ], [ 101199.999974, 401899.999974 ], [ 100199.999974, 400499.999974 ], [ 100203.31587399999262, 400466.841674 ], [ 100299.999974, 399499.999974 ], [ 100299.323474, 399494.24917399999686 ], [ 100190.268274, 398567.280374 ], [ 100104.714374, 397840.072274 ], [ 99957.90767399998731, 397799.999974 ], [ 99799.999974, 397799.999974 ], [ 99799.999974, 397199.999974 ], [ 98199.999974, 396699.999974 ], [ 98184.889574, 396699.999974 ], [ 98099.999974, 396699.999974 ], [ 98092.63207399999374, 396697.437274 ], [ 96969.860774, 396306.908074 ], [ 96409.417473999987124, 396111.971274 ], [ 95799.999974, 395899.999974 ], [ 95776.59527399999206, 395899.999974 ], [ 95599.999974, 395899.999974 ], [ 95399.999974, 396199.999974 ], [ 95499.999974, 396599.999974 ], [ 95599.999974, 397099.999974 ], [ 96072.502474, 397761.503474 ], [ 96050.838473999989219, 397766.205974 ], [ 95827.225673999986611, 397840.916174 ], [ 94147.568574, 398092.864674 ], [ 94099.999974, 398099.999974 ], [ 93799.999974, 397799.999974 ], [ 93599.999974, 397499.999974 ], [ 93499.999974, 396999.999974 ], [ 92599.999974, 397199.999974 ], [ 92550.64377399999648, 397203.290374 ], [ 91677.725374, 397261.484974 ], [ 91099.999974, 397299.999974 ], [ 90899.999974, 397299.999974 ], [ 90499.999974, 397399.999974 ], [ 90499.999974, 397490.479474 ], [ 90499.999974, 397499.999974 ], [ 90299.999974, 397799.999974 ], [ 89599.999974, 398199.999974 ], [ 88799.999974, 399799.999974 ], [ 88603.113473999983398, 400587.546074 ], [ 88599.999974, 400599.999974 ], [ 88599.999974, 400989.369074 ], [ 88599.999974, 400999.999974 ], [ 88599.999974, 402270.85197399999015 ], [ 88599.999974, 402299.999974 ], [ 88499.999974, 402999.999974 ], [ 88899.999974, 403299.999974 ], [ 89199.999974, 403399.999974 ], [ 89199.999974, 403599.999974 ], [ 89799.999974, 403299.999974 ], [ 90868.33427399999346, 403202.878674 ], [ 90899.999974, 403199.999974 ], [ 91599.999974, 403399.999974 ], [ 92199.999974, 403799.999974 ], [ 92686.338373999984469, 403799.999974 ], [ 92699.999974, 403799.999974 ], [ 92999.999974, 403599.999974 ], [ 93299.999974, 403099.999974 ], [ 93699.999974, 402599.999974 ], [ 93703.341274, 402598.663474 ], [ 94199.999974, 402399.999974 ], [ 94499.999974, 402299.999974 ], [ 94503.18547399999807, 402301.592774 ], [ 94686.74537399999099, 402393.372674 ], [ 94699.999974, 402399.999974 ], [ 94899.999974, 402399.999974 ], [ 95299.999974, 402999.999974 ], [ 95307.770373999985168, 403007.770374 ], [ 95699.999974, 403399.999974 ], [ 96099.999974, 403499.999974 ], [ 96110.123273999983212, 403499.999974 ], [ 96499.999974, 403499.999974 ], [ 96999.999974, 403799.999974 ], [ 97199.999974, 403999.999974 ], [ 97499.999974, 404499.999974 ], [ 97699.999974, 404699.999974 ], [ 98499.999974, 404899.999974 ], [ 98525.60577399999602, 404894.878874 ], [ 98943.586874, 404811.282574 ], [ 98999.999974, 404799.999974 ], [ 99999.999974, 404299.999974 ], [ 100021.14367399999173, 404289.428174 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1658" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 172499.999974, 379799.999974 ], [ 172499.999974, 377799.999974 ], [ 172504.460674, 377784.184774 ], [ 173599.999974, 373899.999974 ], [ 173099.999974, 373699.999974 ], [ 172599.999974, 373099.999974 ], [ 172399.999974, 372399.999974 ], [ 172399.999974, 372099.999974 ], [ 172799.999974, 371999.999974 ], [ 172899.999974, 371999.999974 ], [ 172899.999974, 371599.999974 ], [ 172812.743174, 371556.371574 ], [ 172499.999974, 371399.999974 ], [ 172299.999974, 371299.999974 ], [ 171999.999974, 370999.999974 ], [ 171299.999974, 371299.999974 ], [ 171199.999974, 371099.999974 ], [ 170537.100574, 371289.39987399999518 ], [ 170499.999974, 371299.999974 ], [ 170199.999974, 371399.999974 ], [ 170003.34417399999802, 371301.672074 ], [ 169999.999974, 371299.999974 ], [ 168816.798874, 370806.999574 ], [ 168799.999974, 370799.999974 ], [ 167609.907574, 370204.953774 ], [ 167599.999974, 370199.999974 ], [ 165499.999974, 368699.999974 ], [ 165494.496274, 368695.413574 ], [ 164899.999974, 368199.999974 ], [ 164867.955174, 368167.955174 ], [ 164004.201674, 367304.201674 ], [ 163999.999974, 367299.999974 ], [ 161799.999974, 367899.999974 ], [ 162199.999974, 368999.999974 ], [ 162299.999974, 369399.999974 ], [ 162199.999974, 369699.999974 ], [ 162179.27357399999164, 369741.452774 ], [ 162099.999974, 369899.999974 ], [ 161699.999974, 370199.999974 ], [ 161499.999974, 370499.999974 ], [ 161299.999974, 370899.999974 ], [ 160999.999974, 371599.999974 ], [ 161399.999974, 372199.999974 ], [ 161599.999974, 372399.999974 ], [ 162599.999974, 373099.999974 ], [ 162599.999974, 373699.999974 ], [ 162426.20987399999285, 373873.790074 ], [ 162399.999974, 373899.999974 ], [ 162399.999974, 373999.999974 ], [ 164699.999974, 375299.999974 ], [ 163999.999974, 376599.999974 ], [ 163699.999974, 377199.999974 ], [ 163199.999974, 378999.999974 ], [ 163162.0167739999888, 379037.983174 ], [ 163099.999974, 379099.999974 ], [ 163121.09457399998792, 379163.283774 ], [ 163199.999974, 379399.999974 ], [ 163399.999974, 379499.999974 ], [ 164599.999974, 379499.999974 ], [ 165299.999974, 379499.999974 ], [ 165399.999974, 379299.999974 ], [ 166875.62537399999565, 379595.125074 ], [ 166899.999974, 379599.999974 ], [ 167399.999974, 379799.999974 ], [ 167599.999974, 379999.999974 ], [ 167629.548374, 380014.070674 ], [ 169699.999974, 380999.999974 ], [ 169748.09727399999974, 381008.588774 ], [ 172499.999974, 381499.999974 ], [ 172499.999974, 379799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1659" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 173899.999974, 396099.999974 ], [ 174399.999974, 394699.999974 ], [ 174412.716974, 394678.804974 ], [ 174999.999974, 393699.999974 ], [ 175199.09897399999318, 393301.801974 ], [ 175199.999974, 393299.999974 ], [ 174899.999974, 392999.999974 ], [ 174899.999974, 392899.999974 ], [ 175399.999974, 392199.999974 ], [ 175599.999974, 392099.999974 ], [ 175699.999974, 391899.999974 ], [ 175699.999974, 391599.999974 ], [ 175599.999974, 390999.999974 ], [ 175499.999974, 390699.999974 ], [ 174799.999974, 390699.999974 ], [ 174599.999974, 390599.999974 ], [ 174974.370174, 390038.444774 ], [ 174999.999974, 389999.999974 ], [ 174199.999974, 390399.999974 ], [ 173699.999974, 390999.999974 ], [ 173428.208874, 390767.036174 ], [ 172999.999974, 390399.999974 ], [ 172994.094274, 390394.094274 ], [ 172199.999974, 389599.999974 ], [ 171639.578574, 389693.4035739999963 ], [ 171599.999974, 389699.999974 ], [ 171099.999974, 389999.999974 ], [ 170799.999974, 390199.999974 ], [ 170499.999974, 390699.999974 ], [ 170599.999974, 390999.999974 ], [ 170442.667874, 391157.332074 ], [ 170399.999974, 391199.999974 ], [ 168399.999974, 389999.999974 ], [ 168199.999974, 390099.999974 ], [ 167399.999974, 390299.999974 ], [ 166799.999974, 391199.999974 ], [ 166599.999974, 392199.999974 ], [ 166592.32447399999364, 392232.237074 ], [ 166099.999974, 394299.999974 ], [ 165799.999974, 394599.999974 ], [ 165999.999974, 394799.999974 ], [ 165099.999974, 396499.999974 ], [ 165899.999974, 396599.999974 ], [ 166599.999974, 396599.999974 ], [ 168677.10087399999611, 397094.547874 ], [ 168699.999974, 397099.999974 ], [ 170265.447874, 396806.478574 ], [ 170299.999974, 396799.999974 ], [ 170699.999974, 396199.999974 ], [ 170727.65587399998913, 396195.390674 ], [ 170913.779374, 396164.370074 ], [ 171299.999974, 396099.999974 ], [ 171599.999974, 396299.999974 ], [ 172099.999974, 396899.999974 ], [ 172130.679474, 396923.599574 ], [ 173399.999974, 397899.999974 ], [ 173893.483374, 396123.459674 ], [ 173899.999974, 396099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1663" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 209599.999974, 597799.999974 ], [ 208799.999974, 597799.999974 ], [ 208499.999974, 598099.999974 ], [ 207999.999974, 598399.999974 ], [ 207899.999974, 598499.999974 ], [ 207999.999974, 598899.999974 ], [ 208599.999974, 598999.999974 ], [ 209399.999974, 598699.999974 ], [ 209599.999974, 598599.999974 ], [ 209699.999974, 597899.999974 ], [ 209599.999974, 597799.999974 ] ] ], [ [ [ 231999.999974, 605699.999974 ], [ 232099.999974, 605099.999974 ], [ 230899.999974, 604799.999974 ], [ 230499.999974, 604999.999974 ], [ 229999.999974, 604999.999974 ], [ 229899.999974, 603999.999974 ], [ 229699.999974, 604099.999974 ], [ 229399.999974, 603199.999974 ], [ 229699.999974, 603099.999974 ], [ 229699.999974, 602799.999974 ], [ 229699.999974, 602599.999974 ], [ 229499.999974, 602599.999974 ], [ 229299.999974, 602399.999974 ], [ 229499.999974, 602099.999974 ], [ 229399.999974, 601999.999974 ], [ 228899.999974, 601599.999974 ], [ 228421.113874, 601887.331674 ], [ 228399.999974, 601899.999974 ], [ 227999.999974, 601899.999974 ], [ 227999.423374, 601898.846874 ], [ 227599.999974, 601099.999974 ], [ 227399.999974, 600899.999974 ], [ 227099.999974, 600899.999974 ], [ 226999.999974, 600999.999974 ], [ 226899.999974, 600699.999974 ], [ 226999.999974, 600199.999974 ], [ 227779.277674, 598251.8056739999447 ], [ 227799.999974, 598199.999974 ], [ 227299.999974, 597799.999974 ], [ 227293.446674, 597786.893274 ], [ 227199.999974, 597599.999974 ], [ 227999.999974, 596899.999974 ], [ 227999.999974, 596299.999974 ], [ 227999.999974, 595999.999974 ], [ 228099.999974, 595899.999974 ], [ 227799.999974, 595599.999974 ], [ 227499.999974, 595699.999974 ], [ 227399.999974, 595099.999974 ], [ 226799.999974, 595099.999974 ], [ 226799.999974, 594799.999974 ], [ 226199.999974, 594499.999974 ], [ 225845.672074, 594145.672074 ], [ 225699.999974, 593999.999974 ], [ 225599.999974, 593799.999974 ], [ 225599.999974, 593699.999974 ], [ 225799.999974, 593499.999974 ], [ 225799.999974, 593399.999974 ], [ 225299.999974, 592799.999974 ], [ 225099.999974, 592799.999974 ], [ 224999.999974, 593299.999974 ], [ 224499.999974, 593999.999974 ], [ 223899.999974, 593899.999974 ], [ 223499.999974, 593999.999974 ], [ 223399.999974, 593899.999974 ], [ 223099.999974, 593299.999974 ], [ 222799.999974, 593099.999974 ], [ 222499.999974, 592999.999974 ], [ 221899.999974, 593099.999974 ], [ 220999.999974, 593099.999974 ], [ 220299.999974, 593199.999974 ], [ 220099.999974, 593099.999974 ], [ 219799.999974, 592499.999974 ], [ 219644.100474, 592422.050274 ], [ 219599.999974, 592399.999974 ], [ 219499.999974, 592399.999974 ], [ 219199.999974, 592799.999974 ], [ 219163.07997399999294, 592809.229974 ], [ 218799.999974, 592899.999974 ], [ 218699.999974, 592899.999974 ], [ 217899.999974, 592499.999974 ], [ 217199.999974, 592599.999974 ], [ 216899.999974, 592999.999974 ], [ 216899.999974, 593599.999974 ], [ 216799.999974, 593899.999974 ], [ 216199.999974, 594399.999974 ], [ 216169.405174, 594423.795974 ], [ 215583.846174, 594879.230774 ], [ 215534.611374, 594917.524474 ], [ 215708.894174, 595169.135074000107124 ], [ 215330.79747399999178, 595137.206874 ], [ 214932.10447399999248, 595380.759974 ], [ 214932.10137399999076, 595380.73917399998754 ], [ 214899.999974, 595399.999974 ], [ 214399.999974, 595599.999974 ], [ 213899.999974, 595899.999974 ], [ 212699.999974, 596199.999974 ], [ 212399.999974, 596199.999974 ], [ 211699.999974, 595599.999974 ], [ 211399.999974, 595599.999974 ], [ 211299.999974, 595699.999974 ], [ 211299.999974, 596599.999974 ], [ 212199.999974, 596799.999974 ], [ 212599.999974, 597199.999974 ], [ 212899.999974, 597099.999974 ], [ 212899.999974, 597299.999974 ], [ 212599.999974, 597499.999974 ], [ 212399.999974, 597599.999974 ], [ 211799.999974, 597299.999974 ], [ 211599.999974, 597299.999974 ], [ 211299.999974, 597399.999974 ], [ 211699.999974, 597799.999974 ], [ 211699.999974, 598099.999974 ], [ 211599.999974, 598399.999974 ], [ 211599.999974, 598499.999974 ], [ 211299.999974, 598199.999974 ], [ 210499.999974, 597999.999974 ], [ 210299.999974, 597799.999974 ], [ 209799.999974, 598199.999974 ], [ 209799.999974, 598399.999974 ], [ 209999.999974, 598699.999974 ], [ 210499.999974, 598699.999974 ], [ 211299.999974, 598899.999974 ], [ 210799.999974, 598999.999974 ], [ 210499.999974, 598899.999974 ], [ 210099.999974, 599099.999974 ], [ 209599.999974, 599199.999974 ], [ 209099.999974, 599099.999974 ], [ 208499.999974, 599399.999974 ], [ 208099.999974, 599399.999974 ], [ 207999.999974, 599699.999974 ], [ 208099.999974, 599899.999974 ], [ 208499.999974, 599899.999974 ], [ 208999.999974, 599899.999974 ], [ 209199.999974, 600199.999974 ], [ 208799.999974, 600799.999974 ], [ 208099.999974, 601099.999974 ], [ 207699.999974, 601199.999974 ], [ 207699.999974, 601399.999974 ], [ 207799.999974, 601799.999974 ], [ 208099.999974, 602199.999974 ], [ 208999.999974, 602199.999974 ], [ 209199.999974, 601799.999974 ], [ 209799.999974, 601299.999974 ], [ 210199.999974, 600699.999974 ], [ 210499.999974, 600499.999974 ], [ 210699.999974, 600499.999974 ], [ 211299.999974, 600599.999974 ], [ 211499.999974, 600899.999974 ], [ 211399.999974, 601099.999974 ], [ 211199.999974, 601299.999974 ], [ 210699.999974, 601399.999974 ], [ 210499.999974, 601499.999974 ], [ 209899.999974, 601799.999974 ], [ 208699.999974, 602699.999974 ], [ 208686.90107399999397, 602713.09897399996407 ], [ 208599.999974, 602799.999974 ], [ 208499.999974, 602999.999974 ], [ 208999.999974, 602699.999974 ], [ 209586.874874, 602817.374974 ], [ 209618.34647399999085, 602823.66927399998531 ], [ 209999.999974, 602899.999974 ], [ 211999.999974, 603499.999974 ], [ 212699.999974, 603599.999974 ], [ 213099.999974, 603399.999974 ], [ 215199.999974, 602199.999974 ], [ 215799.999974, 601599.999974 ], [ 215816.874874, 601594.375074 ], [ 216099.999974, 601499.999974 ], [ 216299.999974, 601499.999974 ], [ 216799.999974, 601799.999974 ], [ 217499.999974, 602199.999974 ], [ 217899.999974, 602499.999974 ], [ 217899.999974, 602599.999974 ], [ 219599.999974, 603199.999974 ], [ 219999.999974, 603399.999974 ], [ 221099.999974, 603899.999974 ], [ 221799.999974, 603699.999974 ], [ 223199.999974, 603999.999974 ], [ 223221.901374, 604008.213074 ], [ 223999.999974, 604299.999974 ], [ 225999.999974, 604699.999974 ], [ 227699.999974, 605099.999974 ], [ 229999.999974, 605199.999974 ], [ 230899.999974, 605599.999974 ], [ 231399.999974, 605499.999974 ], [ 231999.999974, 605699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1667" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 139099.999974, 382599.999974 ], [ 139799.999974, 382299.999974 ], [ 140499.999974, 382399.999974 ], [ 140899.999974, 382199.999974 ], [ 141293.002974, 382357.201174 ], [ 141389.885474, 382268.510774 ], [ 141299.999974, 381099.999974 ], [ 141599.999974, 378999.999974 ], [ 141601.719374, 378995.988174 ], [ 141899.999974, 378299.999974 ], [ 141901.9935739999928, 378292.025674 ], [ 141999.999974, 377899.999974 ], [ 141799.999974, 377199.999974 ], [ 141899.999974, 376999.999974 ], [ 141799.999974, 376699.999974 ], [ 140802.83907399998861, 376301.135574 ], [ 140799.999974, 376299.999974 ], [ 141299.999974, 375899.999974 ], [ 141399.999974, 375299.999974 ], [ 141399.999974, 375099.999974 ], [ 141399.999974, 374734.287574 ], [ 141399.999974, 374714.915074 ], [ 141399.999974, 374699.999974 ], [ 141399.999974, 374137.945974 ], [ 141399.999974, 374099.999974 ], [ 141399.999974, 373499.999974 ], [ 141599.999974, 373599.999974 ], [ 141699.999974, 373399.999974 ], [ 141699.999974, 373199.999974 ], [ 141499.999974, 372899.999974 ], [ 142299.999974, 370699.999974 ], [ 141999.999974, 370399.999974 ], [ 141699.999974, 370099.999974 ], [ 141299.999974, 370099.999974 ], [ 140099.999974, 369599.999974 ], [ 139299.999974, 368999.999974 ], [ 137399.999974, 369599.999974 ], [ 137200.38767399999779, 373093.215574 ], [ 137199.999974, 373099.999974 ], [ 136821.981474, 373478.018474 ], [ 136799.999974, 373499.999974 ], [ 136399.999974, 374099.999974 ], [ 136199.999974, 374699.999974 ], [ 136190.677674, 374710.487674 ], [ 132999.999974, 378299.999974 ], [ 134699.999974, 381499.999974 ], [ 134713.155774, 381518.418074 ], [ 135199.999974, 382199.999974 ], [ 136299.999974, 382199.999974 ], [ 138799.999974, 382199.999974 ], [ 139099.999974, 382199.999974 ], [ 139099.999974, 382599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1669" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 208099.999974, 353699.999974 ], [ 210099.999974, 352399.999974 ], [ 209799.999974, 351999.999974 ], [ 209299.999974, 351799.999974 ], [ 209099.999974, 351399.999974 ], [ 208699.999974, 351299.999974 ], [ 208299.999974, 351299.999974 ], [ 207699.999974, 350999.999974 ], [ 206699.999974, 350899.999974 ], [ 206399.999974, 350599.999974 ], [ 206399.999974, 350399.999974 ], [ 205899.999974, 350199.999974 ], [ 205861.135874, 350188.340774 ], [ 204899.999974, 349899.999974 ], [ 204699.999974, 349699.999974 ], [ 204299.999974, 349699.999974 ], [ 204099.999974, 349199.999974 ], [ 204099.999974, 349124.792874 ], [ 204099.999974, 348899.999974 ], [ 204030.6582739999867, 348691.974874 ], [ 203999.999974, 348599.999974 ], [ 203699.999974, 348499.999974 ], [ 203499.999974, 348299.999974 ], [ 203199.999974, 347999.999974 ], [ 202899.999974, 347799.999974 ], [ 202771.85017399999197, 347799.999974 ], [ 202699.999974, 347799.999974 ], [ 202099.999974, 347599.999974 ], [ 201799.999974, 346999.999974 ], [ 201899.999974, 346899.999974 ], [ 201113.406874, 346113.406874 ], [ 201099.999974, 346099.999974 ], [ 200899.999974, 345899.999974 ], [ 200499.999974, 345399.999974 ], [ 200099.999974, 345999.999974 ], [ 199899.999974, 346599.999974 ], [ 199749.37167399999453, 346810.879574 ], [ 199645.700874, 346956.01877399999648 ], [ 199399.999974, 347299.999974 ], [ 199382.665374, 347317.334574 ], [ 198899.999974, 347799.999974 ], [ 197999.999974, 347399.999974 ], [ 197699.999974, 347899.999974 ], [ 197639.079774, 347924.36807399999816 ], [ 197199.999974, 348099.999974 ], [ 196799.999974, 348099.999974 ], [ 196399.999974, 347499.999974 ], [ 196049.662374, 347412.415574 ], [ 195999.999974, 347399.999974 ], [ 195499.999974, 347799.999974 ], [ 195199.999974, 347699.999974 ], [ 194999.999974, 347399.999974 ], [ 194899.999974, 347299.999974 ], [ 194699.999974, 347199.999974 ], [ 193907.09907399999793, 347199.999974 ], [ 193699.999974, 347199.999974 ], [ 193799.999974, 347299.999974 ], [ 193699.999974, 347299.999974 ], [ 192799.999974, 347299.999974 ], [ 192414.784274, 347685.215774 ], [ 192399.999974, 347699.999974 ], [ 191899.999974, 348899.999974 ], [ 191999.999974, 349099.999974 ], [ 191899.999974, 349399.999974 ], [ 192992.7834739999962, 350592.127374 ], [ 192999.999974, 350599.999974 ], [ 194799.999974, 352299.999974 ], [ 194995.077774, 352592.616674 ], [ 194999.999974, 352599.999974 ], [ 196099.999974, 353599.999974 ], [ 196106.404274, 353606.404274 ], [ 196527.648974, 354027.648974 ], [ 196699.999974, 354199.999974 ], [ 196999.999974, 354299.999974 ], [ 197099.999974, 353899.999974 ], [ 197109.71287399998982, 353870.861474 ], [ 197199.999974, 353599.999974 ], [ 197499.999974, 353399.999974 ], [ 197799.999974, 352799.999974 ], [ 197999.999974, 352699.999974 ], [ 198028.23067399999127, 352712.546974 ], [ 198899.999974, 353099.999974 ], [ 199699.999974, 352899.999974 ], [ 199999.999974, 352599.999974 ], [ 200239.996474, 352599.999974 ], [ 201299.999974, 352599.999974 ], [ 201699.999974, 352699.999974 ], [ 201790.780174, 352760.520174 ], [ 202299.999974, 353099.999974 ], [ 202099.999974, 353699.999974 ], [ 201499.999974, 353799.999974 ], [ 201499.999974, 353888.716174 ], [ 201499.999974, 353899.999974 ], [ 201399.999974, 354199.999974 ], [ 201899.999974, 354199.999974 ], [ 201699.999974, 354699.999974 ], [ 201699.999974, 355199.999974 ], [ 202499.999974, 355199.999974 ], [ 202999.999974, 354999.999974 ], [ 203299.999974, 354399.999974 ], [ 203599.999974, 353799.999974 ], [ 204799.999974, 353599.999974 ], [ 205599.999974, 354099.999974 ], [ 205899.999974, 354499.999974 ], [ 206399.999974, 354899.999974 ], [ 209399.999974, 356399.999974 ], [ 210499.999974, 355499.999974 ], [ 207599.999974, 353999.999974 ], [ 208067.80297399999108, 353719.318174 ], [ 208099.999974, 353699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1671" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 160299.999974, 419499.999974 ], [ 160499.999974, 419199.999974 ], [ 160899.999974, 419299.999974 ], [ 161099.999974, 418899.999974 ], [ 160999.999974, 418799.999974 ], [ 161899.999974, 418299.999974 ], [ 161884.223674, 418268.447374 ], [ 161875.00087399999029, 418250.001874 ], [ 161799.999974, 418099.999974 ], [ 162299.999974, 417699.999974 ], [ 162348.498074, 417663.626474 ], [ 162697.020274, 417402.234774 ], [ 162699.999974, 417399.999974 ], [ 162299.999974, 416999.999974 ], [ 162199.999974, 416699.999974 ], [ 162199.999974, 416499.999974 ], [ 162399.999974, 416399.999974 ], [ 162481.34897399999318, 416399.999974 ], [ 162599.999974, 416399.999974 ], [ 162699.999974, 416299.999974 ], [ 162499.999974, 416199.999974 ], [ 162498.932774, 416199.573074 ], [ 161014.349174, 415605.739674 ], [ 161022.35067399998661, 415555.298674 ], [ 161049.568774, 415500.862474 ], [ 161299.999974, 414999.999974 ], [ 161699.999974, 413899.999974 ], [ 161999.999974, 413699.999974 ], [ 162299.999974, 413699.999974 ], [ 162315.762374, 413699.999974 ], [ 162599.999974, 413699.999974 ], [ 162699.999974, 413499.999974 ], [ 162799.999974, 413399.999974 ], [ 162699.999974, 413199.999974 ], [ 162677.234574, 413188.617274 ], [ 162299.999974, 412999.999974 ], [ 161613.361574, 412509.543974 ], [ 161599.999974, 412499.999974 ], [ 161299.999974, 412499.999974 ], [ 160799.999974, 411399.999974 ], [ 160796.07867399998941, 411392.157374 ], [ 160699.999974, 411199.999974 ], [ 160199.999974, 411199.999974 ], [ 159999.999974, 411199.999974 ], [ 159899.999974, 411499.999974 ], [ 159799.999974, 410999.999974 ], [ 159499.999974, 411099.999974 ], [ 159499.999974, 410899.999974 ], [ 159023.63507399999071, 411090.545974 ], [ 158999.999974, 411099.999974 ], [ 159199.999974, 411799.999974 ], [ 158599.999974, 412399.999974 ], [ 157899.999974, 412499.999974 ], [ 157799.999974, 412699.999974 ], [ 157499.999974, 412799.999974 ], [ 157299.999974, 412799.999974 ], [ 157099.999974, 413199.999974 ], [ 157499.999974, 413499.999974 ], [ 157599.999974, 413599.999974 ], [ 157465.855374, 413823.574274 ], [ 157312.185074, 414079.691574 ], [ 157299.999974, 414099.999974 ], [ 156899.999974, 413999.999974 ], [ 156599.999974, 414699.999974 ], [ 156499.999974, 415299.999974 ], [ 156578.623174, 415378.623174 ], [ 156599.999974, 415399.999974 ], [ 156299.999974, 416599.999974 ], [ 156496.006874, 416649.001674 ], [ 157099.999974, 416799.999974 ], [ 157588.25527399999555, 416995.302074 ], [ 157552.886574, 417086.374674 ], [ 156999.999974, 418099.999974 ], [ 156799.999974, 418799.999974 ], [ 156699.999974, 419299.999974 ], [ 157399.999974, 419399.999974 ], [ 157441.838974, 419405.229874 ], [ 158178.054574, 419497.256774 ], [ 158199.999974, 419499.999974 ], [ 158599.999974, 419599.999974 ], [ 159099.999974, 419399.999974 ], [ 159499.999974, 419499.999974 ], [ 159599.999974, 419599.999974 ], [ 159999.999974, 420299.999974 ], [ 160199.999974, 420299.999974 ], [ 160299.999974, 419499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1672" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 102499.999974, 463499.999974 ], [ 102299.999974, 462399.999974 ], [ 102433.4261739999929, 461999.721374 ], [ 102480.75197399998433, 461857.744074 ], [ 102499.999974, 461799.999974 ], [ 102699.999974, 461799.999974 ], [ 103073.59157399999094, 461426.40837399999145 ], [ 103099.999974, 461399.999974 ], [ 102615.38797399998293, 460818.465474 ], [ 102599.999974, 460799.999974 ], [ 102799.48687399999471, 460301.282874 ], [ 102799.999974, 460299.999974 ], [ 103042.33337399997981, 459572.999874 ], [ 103186.61487399999169, 459140.155274 ], [ 103199.999974, 459099.999974 ], [ 103399.999974, 458299.999974 ], [ 103402.127374, 458294.043374 ], [ 103899.999974, 456899.999974 ], [ 104099.999974, 456199.999974 ], [ 104111.480374, 456177.039274 ], [ 104199.999974, 455999.999974 ], [ 104210.51267399999779, 455957.949374 ], [ 104299.999974, 455599.999974 ], [ 104253.29177399998298, 455604.67077399999835 ], [ 103299.999974, 455699.999974 ], [ 103299.999974, 455199.999974 ], [ 103399.999974, 454699.999974 ], [ 103199.999974, 454499.999974 ], [ 102799.999974, 454499.999974 ], [ 102622.80597399998805, 454513.594374 ], [ 101513.680074, 454598.686974 ], [ 101499.999974, 454599.999974 ], [ 101499.999974, 453299.999974 ], [ 98599.999974, 452599.999974 ], [ 98099.999974, 452899.999974 ], [ 97799.999974, 453199.999974 ], [ 96499.999974, 454199.999974 ], [ 96492.725974, 454219.397574 ], [ 96590.327074, 454372.405474 ], [ 96484.343774, 454455.187474 ], [ 96429.985274, 454386.705974 ], [ 96214.85937399999239, 454115.687474 ], [ 96179.82817399999476, 454118.406274 ], [ 96168.976574, 454137.499974 ], [ 96232.179673999984516, 454454.499974 ], [ 96262.101574, 454461.312474 ], [ 96261.968774, 454551.406274 ], [ 96208.148473999986891, 454560.812474 ], [ 96210.773473999986891, 454718.906274 ], [ 96230.72897399999783, 454918.055974 ], [ 96233.04687399999239, 454941.187474 ], [ 96221.967073999985587, 454941.421074 ], [ 96199.999974, 454999.999974 ], [ 96299.999974, 454999.999974 ], [ 96299.999974, 455054.771574 ], [ 96299.999974, 455067.709574 ], [ 96299.999974, 455099.999974 ], [ 96599.999974, 455399.999974 ], [ 96699.999974, 455399.999974 ], [ 96699.999974, 456699.999974 ], [ 96699.999974, 456717.520874 ], [ 96699.999974, 457899.999974 ], [ 96699.999974, 457903.680774 ], [ 96699.999974, 459299.999974 ], [ 96699.999974, 459399.999974 ], [ 96999.999974, 459599.999974 ], [ 97348.027673999982653, 460435.266274 ], [ 97499.999974, 460799.999974 ], [ 97399.999974, 460899.999974 ], [ 97399.999974, 460999.999974 ], [ 97599.999974, 461399.999974 ], [ 97699.999974, 461499.999974 ], [ 98259.00087399999029, 460861.141874 ], [ 98399.999974, 460699.999974 ], [ 98405.131074, 460705.131074 ], [ 98499.999974, 460799.999974 ], [ 98537.09467399999266, 460837.094674 ], [ 98799.999974, 461099.999974 ], [ 99099.999974, 461899.999974 ], [ 99199.999974, 463099.999974 ], [ 99299.999974, 462999.999974 ], [ 101499.999974, 463499.999974 ], [ 101532.43667399999686, 463507.208174 ], [ 101850.48567399999592, 463577.885674 ], [ 102399.999974, 463699.999974 ], [ 102499.999974, 463499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1674" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 90499.999974, 397399.999974 ], [ 90899.999974, 397299.999974 ], [ 91099.999974, 397299.999974 ], [ 91677.725374, 397261.484974 ], [ 92550.64377399999648, 397203.290374 ], [ 92599.999974, 397199.999974 ], [ 93499.999974, 396999.999974 ], [ 93306.905173999984981, 396034.526074 ], [ 93299.999974, 395999.999974 ], [ 93299.999974, 395599.999974 ], [ 93399.999974, 395499.999974 ], [ 93867.25287399999797, 395313.098874 ], [ 93899.999974, 395299.999974 ], [ 94532.758173999987775, 395299.999974 ], [ 94599.999974, 395299.999974 ], [ 94629.278774, 395294.144274 ], [ 95099.999974, 395199.999974 ], [ 94799.999974, 393499.999974 ], [ 94399.999974, 392499.999974 ], [ 93627.7160739999963, 392306.929074 ], [ 93599.999974, 392299.999974 ], [ 93199.999974, 391299.999974 ], [ 93299.999974, 390699.999974 ], [ 93282.840273999987403, 390665.68057399999816 ], [ 93199.999974, 390499.999974 ], [ 93199.632573999988381, 390498.897574 ], [ 92699.999974, 388999.999974 ], [ 92899.999974, 388599.999974 ], [ 92399.999974, 388399.999974 ], [ 92399.999974, 387999.999974 ], [ 91699.999974, 388099.999974 ], [ 91399.999974, 387899.999974 ], [ 90999.999974, 387299.999974 ], [ 90399.999974, 387199.999974 ], [ 89399.999974, 386999.999974 ], [ 89348.527773999987403, 386974.350174 ], [ 85799.999974, 385199.999974 ], [ 85199.999974, 385599.999974 ], [ 84099.999974, 385799.999974 ], [ 83699.999974, 387399.999974 ], [ 83799.999974, 387999.999974 ], [ 84499.999974, 388299.999974 ], [ 84499.999974, 389199.999974 ], [ 83899.999974, 389599.999974 ], [ 83897.183074, 389601.408474 ], [ 83499.999974, 389799.999974 ], [ 82999.999974, 390999.999974 ], [ 82999.999974, 391299.999974 ], [ 83199.999974, 392199.999974 ], [ 83099.999974, 392599.999974 ], [ 82999.999974, 392699.999974 ], [ 82499.999974, 392599.999974 ], [ 82407.428473999985727, 393062.857774 ], [ 82399.999974, 393099.999974 ], [ 82499.999974, 393599.999974 ], [ 81799.999974, 393799.999974 ], [ 81399.999974, 393999.999974 ], [ 81599.999974, 394199.999974 ], [ 81499.999974, 394599.999974 ], [ 80599.999974, 395199.999974 ], [ 80099.999974, 395499.999974 ], [ 80199.999974, 395899.999974 ], [ 80699.999974, 395699.999974 ], [ 80799.999974, 396399.999974 ], [ 83856.711974, 395709.774674 ], [ 83899.999974, 395699.999974 ], [ 84699.999974, 395499.999974 ], [ 84729.58317399999942, 395499.999974 ], [ 84999.999974, 395499.999974 ], [ 85014.074173999979394, 395504.895374 ], [ 87299.999974, 396299.999974 ], [ 87326.805774, 396302.436874 ], [ 88399.999974, 396399.999974 ], [ 88599.999974, 396699.999974 ], [ 89199.999974, 396799.999974 ], [ 89399.999974, 397099.999974 ], [ 89399.999974, 398099.999974 ], [ 89599.999974, 398199.999974 ], [ 90299.999974, 397799.999974 ], [ 90499.999974, 397499.999974 ], [ 90499.999974, 397490.479474 ], [ 90499.999974, 397399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1676" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 71699.999974, 408699.999974 ], [ 71699.999974, 408399.999974 ], [ 71199.999974, 408399.999974 ], [ 70999.999974, 408499.999974 ], [ 70699.999974, 408499.999974 ], [ 70499.999974, 408199.999974 ], [ 70699.999974, 407999.999974 ], [ 71599.999974, 407899.999974 ], [ 71599.999974, 407499.999974 ], [ 72199.999974, 406899.999974 ], [ 72399.999974, 406599.999974 ], [ 72483.783773999981349, 406097.297274 ], [ 72499.999974, 405999.999974 ], [ 72499.999974, 405899.999974 ], [ 72399.999974, 405899.999974 ], [ 72299.999974, 405899.999974 ], [ 72299.999974, 406499.999974 ], [ 71899.999974, 407099.999974 ], [ 71299.999974, 407499.999974 ], [ 71099.999974, 407199.999974 ], [ 70899.999974, 407199.999974 ], [ 69799.999974, 407899.999974 ], [ 69799.999974, 408099.999974 ], [ 69999.999974, 408399.999974 ], [ 69999.999974, 408499.999974 ], [ 69899.999974, 408499.999974 ], [ 69499.999974, 408099.999974 ], [ 68599.999974, 408399.999974 ], [ 68599.999974, 408499.999974 ], [ 69599.999974, 408599.999974 ], [ 69899.999974, 408699.999974 ], [ 70999.999974, 408699.999974 ], [ 71699.999974, 408699.999974 ] ] ], [ [ [ 53499.99997399999847, 417299.999974 ], [ 53199.99997399999847, 417199.999974 ], [ 52999.99997399999847, 417499.999974 ], [ 53299.99997399999847, 417799.999974 ], [ 53599.99997399999847, 417799.999974 ], [ 53799.99997399999847, 417799.999974 ], [ 54599.99997399999847, 417399.999974 ], [ 54599.99997399999847, 417299.999974 ], [ 54399.99997399999847, 417299.999974 ], [ 53499.99997399999847, 417299.999974 ] ] ], [ [ [ 55199.99997399999847, 417799.999974 ], [ 54899.99997399999847, 417799.999974 ], [ 54899.99997399999847, 418399.999974 ], [ 55299.99997399999847, 418599.999974 ], [ 55899.99997399999847, 418599.999974 ], [ 56599.99997399999847, 418499.999974 ], [ 56399.99997399999847, 418299.999974 ], [ 55799.99997399999847, 417899.999974 ], [ 55199.99997399999847, 417799.999974 ] ] ], [ [ [ 59999.99997399999847, 416099.999974 ], [ 59599.99997399999847, 416099.999974 ], [ 59299.99997399999847, 416299.999974 ], [ 58999.99997399999847, 416899.999974 ], [ 58799.99997399999847, 417599.999974 ], [ 58599.99997399999847, 418299.999974 ], [ 57999.99997399999847, 418999.999974 ], [ 57699.99997399999847, 419199.999974 ], [ 57799.99997399999847, 419399.999974 ], [ 57899.99997399999847, 419499.999974 ], [ 57999.99997399999847, 419599.999974 ], [ 58599.99997399999847, 419799.999974 ], [ 58999.99997399999847, 419699.999974 ], [ 58899.99997399999847, 419299.999974 ], [ 58999.99997399999847, 418899.999974 ], [ 59599.99997399999847, 417299.999974 ], [ 60199.99997399999847, 416599.999974 ], [ 60299.99997399999847, 416299.999974 ], [ 60199.99997399999847, 416099.999974 ], [ 59999.99997399999847, 416099.999974 ] ] ], [ [ [ 48199.99997399999847, 419599.999974 ], [ 48299.99997399999847, 419299.999974 ], [ 47999.99997399999847, 418999.999974 ], [ 47899.99997399999847, 418999.999974 ], [ 47799.99997399999847, 419099.999974 ], [ 48099.99997399999847, 419399.999974 ], [ 47999.99997399999847, 419499.999974 ], [ 47599.99997399999847, 419399.999974 ], [ 47299.99997399999847, 418999.999974 ], [ 47199.99997399999847, 417799.999974 ], [ 47514.08167399999365, 417799.999974 ], [ 47899.99997399999847, 417799.999974 ], [ 48099.99997399999847, 417799.999974 ], [ 48599.99997399999847, 417999.999974 ], [ 49099.99997399999847, 417799.999974 ], [ 49156.51947399999335, 417771.740274 ], [ 49299.99997399999847, 417699.999974 ], [ 50399.99997399999847, 418099.999974 ], [ 50431.18247399999382, 418106.236474 ], [ 51399.99997399999847, 418299.999974 ], [ 51699.99997399999847, 418299.999974 ], [ 52499.99997399999847, 417599.999974 ], [ 52699.99997399999847, 417099.999974 ], [ 52899.99997399999847, 416999.999974 ], [ 53199.99997399999847, 416899.999974 ], [ 53783.83717399999296, 416899.999974 ], [ 54099.99997399999847, 416899.999974 ], [ 55299.99997399999847, 417199.999974 ], [ 55499.99997399999847, 417099.999974 ], [ 57099.99997399999847, 417099.999974 ], [ 57299.99997399999847, 416999.999974 ], [ 57099.99997399999847, 416299.999974 ], [ 57199.99997399999847, 416199.999974 ], [ 57399.99997399999847, 416699.999974 ], [ 57599.99997399999847, 416099.999974 ], [ 57799.99997399999847, 416199.999974 ], [ 57999.99997399999847, 416099.999974 ], [ 57999.99997399999847, 415699.999974 ], [ 57999.99997399999847, 415499.999974 ], [ 57899.99997399999847, 415299.999974 ], [ 57934.49187399999209, 415271.256774 ], [ 58499.99997399999847, 414799.999974 ], [ 59599.99997399999847, 413599.999974 ], [ 59899.99997399999847, 412999.999974 ], [ 60099.99997399999847, 411799.999974 ], [ 60499.99997399999847, 411499.999974 ], [ 61099.99997399999847, 411299.999974 ], [ 61184.60857399999077, 411356.405674 ], [ 61399.99997399999847, 411499.999974 ], [ 62099.99997399999847, 411499.999974 ], [ 62799.99997399999847, 411099.999974 ], [ 62813.12947399999393, 411090.371674 ], [ 64299.99997399999847, 409999.999974 ], [ 64999.99997399999847, 409999.999974 ], [ 65499.99997399999847, 409599.999974 ], [ 66499.999974, 410599.999974 ], [ 66999.999974, 410799.999974 ], [ 67499.999974, 410799.999974 ], [ 67399.999974, 410699.999974 ], [ 67499.999974, 410599.999974 ], [ 68099.999974, 410699.999974 ], [ 69399.999974, 410799.999974 ], [ 69799.999974, 411199.999974 ], [ 69899.999974, 411099.999974 ], [ 69899.999974, 410999.999974 ], [ 69999.999974, 410199.999974 ], [ 70199.999974, 409799.999974 ], [ 70499.999974, 409499.999974 ], [ 70599.999974, 409399.999974 ], [ 70299.999974, 409199.999974 ], [ 70099.999974, 409199.999974 ], [ 69999.999974, 409199.999974 ], [ 69999.999974, 409599.999974 ], [ 69899.999974, 409899.999974 ], [ 69699.999974, 410199.999974 ], [ 69399.999974, 410699.999974 ], [ 68899.999974, 410299.999974 ], [ 68699.999974, 410499.999974 ], [ 68299.999974, 410499.999974 ], [ 67099.999974, 410299.999974 ], [ 66299.999974, 410099.999974 ], [ 65999.999974, 409899.999974 ], [ 65499.99997399999847, 409499.999974 ], [ 65511.321773999989091, 409488.678274 ], [ 65599.999974, 409399.999974 ], [ 65999.999974, 409099.999974 ], [ 66124.8689739999827, 408850.262174 ], [ 66299.999974, 408499.999974 ], [ 65799.999974, 407499.999974 ], [ 65599.999974, 407299.999974 ], [ 64699.99997399999847, 406699.999974 ], [ 63899.99997399999847, 405699.999974 ], [ 63299.99997399999847, 405299.999974 ], [ 62899.99997399999847, 405199.999974 ], [ 62424.17447399999219, 405580.660474 ], [ 62399.99997399999847, 405599.999974 ], [ 61599.99997399999847, 405099.999974 ], [ 61299.99997399999847, 404899.999974 ], [ 60599.99997399999847, 404699.999974 ], [ 60099.99997399999847, 404399.999974 ], [ 60069.91437399999268, 404381.948574 ], [ 59599.99997399999847, 404099.999974 ], [ 58399.99997399999847, 404199.999974 ], [ 57899.99997399999847, 403799.999974 ], [ 56699.99997399999847, 403799.999974 ], [ 56499.99997399999847, 403999.999974 ], [ 56299.99997399999847, 404099.999974 ], [ 55399.99997399999847, 404999.999974 ], [ 55374.89447399999335, 404999.999974 ], [ 55299.99997399999847, 404999.999974 ], [ 55199.99997399999847, 404999.999974 ], [ 54799.99997399999847, 405999.999974 ], [ 54500.53797399999894, 406199.6413739999989 ], [ 54499.99997399999847, 406199.999974 ], [ 53999.99997399999847, 405399.999974 ], [ 53799.99997399999847, 405399.999974 ], [ 53899.99997399999847, 405599.999974 ], [ 53399.99997399999847, 405699.999974 ], [ 53199.99997399999847, 405499.999974 ], [ 52999.99997399999847, 405499.999974 ], [ 51899.99997399999847, 405799.999974 ], [ 51799.99997399999847, 405899.999974 ], [ 51699.99997399999847, 405999.999974 ], [ 52597.977973999986716, 406698.427374 ], [ 52502.24897399999463, 406801.499374 ], [ 52499.99997399999847, 406799.999974 ], [ 51999.99997399999847, 406299.999974 ], [ 51599.99997399999847, 405999.999974 ], [ 51299.99997399999847, 405899.999974 ], [ 51399.99997399999847, 407099.999974 ], [ 51099.99997399999847, 407699.999974 ], [ 51199.99997399999847, 407899.999974 ], [ 51099.99997399999847, 408499.999974 ], [ 50699.99997399999847, 408799.999974 ], [ 50399.99997399999847, 409299.999974 ], [ 50491.47287399999186, 409757.364274 ], [ 50499.99997399999847, 409799.999974 ], [ 49899.99997399999847, 410499.999974 ], [ 49199.99997399999847, 410999.999974 ], [ 49099.99997399999847, 410999.999974 ], [ 48699.99997399999847, 410899.999974 ], [ 48299.99997399999847, 410999.999974 ], [ 46933.71457399999053, 411683.142774 ], [ 46899.99997399999847, 411699.999974 ], [ 46799.99997399999847, 411799.999974 ], [ 46899.99997399999847, 411899.999974 ], [ 46999.99997399999847, 412199.999974 ], [ 46999.99997399999847, 412499.999974 ], [ 46699.99997399999847, 412799.999974 ], [ 46299.99997399999847, 413299.999974 ], [ 45199.99997399999847, 413199.999974 ], [ 44808.380273999988276, 413102.095074 ], [ 44799.99997399999847, 413099.999974 ], [ 44499.9999739999912, 412799.999974 ], [ 44599.9999739999912, 412399.999974 ], [ 44699.9999739999912, 412499.999974 ], [ 45499.99997399999847, 412599.999974 ], [ 45699.99997399999847, 412399.999974 ], [ 45499.99997399999847, 412499.999974 ], [ 44799.99997399999847, 412299.999974 ], [ 43999.9999739999912, 411999.999974 ], [ 43199.9999739999912, 411499.999974 ], [ 42099.9999739999912, 410899.999974 ], [ 42099.9999739999912, 410699.999974 ], [ 41699.9999739999912, 410599.999974 ], [ 41499.9999739999912, 410699.999974 ], [ 39999.9999739999912, 410199.999974 ], [ 39833.63327399999253, 409700.899974 ], [ 39844.32597399999213, 409245.392074 ], [ 39899.9999739999912, 408799.999974 ], [ 40199.9999739999912, 408499.999974 ], [ 40099.9999739999912, 408099.999974 ], [ 39799.9999739999912, 408099.999974 ], [ 39599.9999739999912, 408099.999974 ], [ 39299.9999739999912, 408499.999974 ], [ 39299.9999739999912, 408599.999974 ], [ 39399.9999739999912, 408699.999974 ], [ 39799.9999739999912, 408699.999974 ], [ 39799.9999739999912, 408799.999974 ], [ 39799.9999739999912, 409599.999974 ], [ 39699.9999739999912, 409799.999974 ], [ 39222.96357399999397, 409990.814574 ], [ 39199.9999739999912, 409999.999974 ], [ 38899.9999739999912, 410099.999974 ], [ 38202.22727399999712, 410498.727274 ], [ 38199.9999739999912, 410499.999974 ], [ 37599.9999739999912, 411299.999974 ], [ 37099.9999739999912, 412399.999974 ], [ 36899.9999739999912, 413199.999974 ], [ 36899.9999739999912, 414399.999974 ], [ 37199.9999739999912, 415099.999974 ], [ 37799.9999739999912, 416099.999974 ], [ 38399.9999739999912, 416699.999974 ], [ 39589.26747399999294, 417691.056174 ], [ 39599.9999739999912, 417699.999974 ], [ 39999.9999739999912, 417799.999974 ], [ 40999.9999739999912, 417699.999974 ], [ 42599.9999739999912, 418199.999974 ], [ 42640.56567399999039, 418209.014574 ], [ 43499.9999739999912, 418399.999974 ], [ 44599.9999739999912, 418399.999974 ], [ 45266.8491739999954, 418304.735874 ], [ 45299.99997399999847, 418299.999974 ], [ 46399.99997399999847, 418099.999974 ], [ 46699.99997399999847, 418099.999974 ], [ 46751.96617399999377, 418151.966174 ], [ 46999.99997399999847, 418399.999974 ], [ 46999.99997399999847, 418699.999974 ], [ 46899.99997399999847, 418799.999974 ], [ 46999.99997399999847, 419099.999974 ], [ 47699.99997399999847, 419799.999974 ], [ 48099.99997399999847, 419999.999974 ], [ 48399.99997399999847, 419799.999974 ], [ 48199.99997399999847, 419599.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1680" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 248975.769674, 567524.230374 ], [ 250599.999974, 565899.999974 ], [ 250678.475374, 565821.524574 ], [ 250699.999974, 565799.999974 ], [ 252193.693974, 564206.726474 ], [ 252199.999974, 564199.999974 ], [ 252599.999974, 563799.999974 ], [ 252605.13047399997595, 563795.264174 ], [ 253899.999974, 562599.999974 ], [ 256299.999974, 560099.999974 ], [ 256323.15877399998135, 560075.478974 ], [ 256824.6759739999834, 559544.46067399997264 ], [ 256995.380374, 559363.714874 ], [ 257991.691374, 558308.797374 ], [ 257999.999974, 558299.999974 ], [ 258894.966074, 557494.53057399997488 ], [ 258887.374974, 557480.499974 ], [ 258839.67827399997623, 557335.871274 ], [ 258499.999974, 557199.999974 ], [ 258462.830074, 557190.21847399999388 ], [ 254730.33667399999104, 556207.983374 ], [ 254699.999974, 556199.999974 ], [ 253780.46877399997902, 555893.489574 ], [ 253547.28727399997297, 555815.76247399998829 ], [ 253199.999974, 555699.999974 ], [ 253194.853074, 555698.52947399998084 ], [ 252984.71427399999811, 555638.489774 ], [ 252739.80977399999392, 555568.517074 ], [ 252532.083374, 555509.16667399997823 ], [ 252499.999974, 555499.999974 ], [ 250899.999974, 554699.999974 ], [ 250867.054174, 554683.527074 ], [ 250702.159374, 554601.079674 ], [ 250699.999974, 554599.999974 ], [ 249199.999974, 553799.999974 ], [ 248599.999974, 553599.999974 ], [ 248595.257674, 553598.884174 ], [ 245203.715774, 552800.874274 ], [ 245199.999974, 552799.999974 ], [ 245099.999974, 552799.999974 ], [ 245299.999974, 551099.999974 ], [ 245315.41007399998489, 551069.179874 ], [ 245399.999974, 550899.999974 ], [ 244901.387474, 550899.999974 ], [ 244899.999974, 550899.999974 ], [ 245099.999974, 548399.999974 ], [ 245101.69947399999364, 548389.803074 ], [ 245394.080974, 546635.514074 ], [ 245399.999974, 546599.999974 ], [ 245691.826174, 544946.318474 ], [ 245699.999974, 544899.999974 ], [ 245799.999974, 544399.999974 ], [ 244399.999974, 543199.999974 ], [ 242499.999974, 543899.999974 ], [ 242492.0900739999779, 543929.00317399995402 ], [ 241599.999974, 547199.999974 ], [ 241099.999974, 547699.999974 ], [ 239399.999974, 547899.999974 ], [ 238302.046574, 547999.813974 ], [ 238299.999974, 547999.999974 ], [ 237599.999974, 548599.999974 ], [ 237566.193774, 548601.690274 ], [ 235603.62597399999504, 548699.81867399998009 ], [ 235599.999974, 548699.999974 ], [ 234199.999974, 551499.999974 ], [ 233899.999974, 551699.999974 ], [ 234299.999974, 552299.999974 ], [ 234499.999974, 552999.999974 ], [ 235199.999974, 553999.999974 ], [ 235399.999974, 554099.999974 ], [ 235461.87897399999201, 554138.674374 ], [ 236199.999974, 554599.999974 ], [ 236199.999974, 554999.999974 ], [ 236199.999974, 555388.71847399999388 ], [ 236199.999974, 555399.999974 ], [ 236399.999974, 555599.999974 ], [ 236699.999974, 555799.999974 ], [ 236798.865774, 555997.731574 ], [ 236799.999974, 555999.999974 ], [ 236999.999974, 556499.999974 ], [ 236999.999974, 556520.8127739999909 ], [ 236999.999974, 557028.53947399999015 ], [ 236999.999974, 557199.999974 ], [ 237199.999974, 557899.999974 ], [ 237299.999974, 558299.999974 ], [ 237699.999974, 558699.999974 ], [ 237899.999974, 558899.999974 ], [ 237799.999974, 559099.999974 ], [ 238499.999974, 559599.999974 ], [ 238599.999974, 560199.999974 ], [ 238399.999974, 560299.999974 ], [ 238499.999974, 560599.999974 ], [ 239599.999974, 560699.999974 ], [ 239537.747074, 560990.513674 ], [ 239299.999974, 562099.999974 ], [ 239099.999974, 562499.999974 ], [ 239112.096074, 562536.288074 ], [ 239299.999974, 563099.999974 ], [ 239394.747574, 563226.330074 ], [ 239534.906174, 563413.208174 ], [ 239899.999974, 563899.999974 ], [ 239939.98687399999471, 563906.66447399999015 ], [ 240476.79437399999006, 563996.132374 ], [ 240499.999974, 563999.999974 ], [ 240799.999974, 564199.999974 ], [ 240599.999974, 564399.999974 ], [ 240599.999974, 564599.999974 ], [ 241099.999974, 564999.999974 ], [ 241094.37667399999918, 565005.623274 ], [ 240599.999974, 565499.999974 ], [ 240407.12967399999616, 565885.740674 ], [ 240399.999974, 565899.999974 ], [ 239999.999974, 566299.999974 ], [ 239602.860274, 566597.854774 ], [ 239599.999974, 566599.999974 ], [ 239543.54247399998712, 566769.372574 ], [ 239536.416574, 566912.138874 ], [ 240099.999974, 567099.999974 ], [ 240178.191874, 567065.248074 ], [ 240917.29387399999541, 566736.758274 ], [ 240985.881874, 566706.274774 ], [ 240999.999974, 566699.999974 ], [ 241499.999974, 566299.999974 ], [ 241516.792074, 566288.245574 ], [ 242159.119274, 565838.616574000101537 ], [ 242499.999974, 565599.999974 ], [ 242899.999974, 565099.999974 ], [ 242912.9196739999752, 565106.459774000104517 ], [ 243299.999974, 565299.999974 ], [ 243342.86007399999653, 565342.86007399996743 ], [ 243399.999974, 565399.999974 ], [ 243405.821374, 565402.910674 ], [ 243799.999974, 565599.999974 ], [ 243899.999974, 565499.999974 ], [ 243999.999974, 565599.999974 ], [ 244012.252774, 565607.24027399998158 ], [ 246197.36237399998936, 566898.441374 ], [ 246199.999974, 566899.999974 ], [ 246299.999974, 567099.999974 ], [ 246299.999974, 567199.999974 ], [ 246199.999974, 567199.999974 ], [ 245999.999974, 567299.999974 ], [ 246199.999974, 567499.999974 ], [ 246799.999974, 567799.999974 ], [ 246831.61497399999644, 567815.807474 ], [ 247100.290874, 567950.145374 ], [ 247189.72897399999783, 567994.86447399994358 ], [ 247199.999974, 567999.999974 ], [ 247294.580774, 568094.580774 ], [ 247299.999974, 568099.999974 ], [ 248099.999974, 568399.999974 ], [ 248975.769674, 567524.230374 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1681" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 264099.99997399997665, 544099.999974 ], [ 261399.999974, 542999.999974 ], [ 261199.999974, 543099.999974 ], [ 260999.999974, 543099.999974 ], [ 260799.999974, 542799.999974 ], [ 260399.999974, 541999.999974 ], [ 260299.999974, 541499.999974 ], [ 260399.999974, 541499.999974 ], [ 260299.999974, 541299.999974 ], [ 259891.691074, 541061.81977399997413 ], [ 259878.437474, 541064.187474 ], [ 259876.471074, 541052.94147399999201 ], [ 257899.999974, 539899.999974 ], [ 257867.112874, 539883.5564739999827 ], [ 257699.999974, 539799.999974 ], [ 257670.920674, 539778.998274 ], [ 255899.999974, 538499.999974 ], [ 254909.678974, 538004.839474 ], [ 254899.999974, 537999.999974 ], [ 254599.999974, 537499.999974 ], [ 254199.999974, 537299.999974 ], [ 253999.999974, 537099.999974 ], [ 253599.999974, 536299.999974 ], [ 252999.999974, 536899.999974 ], [ 252699.999974, 537299.999974 ], [ 252686.32687399999122, 537313.67317400011234 ], [ 252543.71287399998982, 537456.287174 ], [ 252099.999974, 537899.999974 ], [ 252069.843174, 537922.617574 ], [ 251299.999974, 538499.999974 ], [ 251295.039374, 538504.960574 ], [ 250899.999974, 538899.999974 ], [ 250889.897274, 538907.664174 ], [ 247999.999974, 541099.999974 ], [ 247992.685174, 541107.314774 ], [ 247899.999974, 541199.999974 ], [ 248099.999974, 541399.999974 ], [ 247099.999974, 542099.999974 ], [ 247052.83917399999336, 542147.16077399998903 ], [ 246999.999974, 542199.999974 ], [ 246899.999974, 542599.999974 ], [ 246899.999974, 542605.983074000105262 ], [ 246899.999974, 542641.724074 ], [ 246899.999974, 542699.999974 ], [ 246822.26327399999718, 542855.473474000114948 ], [ 246799.999974, 542899.999974 ], [ 246399.999974, 543599.999974 ], [ 246099.999974, 543499.999974 ], [ 245899.999974, 543899.999974 ], [ 245799.999974, 544399.999974 ], [ 245699.999974, 544899.999974 ], [ 245691.826174, 544946.318474 ], [ 245399.999974, 546599.999974 ], [ 245394.080974, 546635.514074 ], [ 245101.69947399999364, 548389.803074 ], [ 245099.999974, 548399.999974 ], [ 244899.999974, 550899.999974 ], [ 244901.387474, 550899.999974 ], [ 245399.999974, 550899.999974 ], [ 245315.41007399998489, 551069.179874 ], [ 245299.999974, 551099.999974 ], [ 245099.999974, 552799.999974 ], [ 245199.999974, 552799.999974 ], [ 245203.715774, 552800.874274 ], [ 248595.257674, 553598.884174 ], [ 248599.999974, 553599.999974 ], [ 249199.999974, 553799.999974 ], [ 250699.999974, 554599.999974 ], [ 250702.159374, 554601.079674 ], [ 250867.054174, 554683.527074 ], [ 250899.999974, 554699.999974 ], [ 252499.999974, 555499.999974 ], [ 252532.083374, 555509.16667399997823 ], [ 252739.80977399999392, 555568.517074 ], [ 252984.71427399999811, 555638.489774 ], [ 253194.853074, 555698.52947399998084 ], [ 253199.999974, 555699.999974 ], [ 253547.28727399997297, 555815.76247399998829 ], [ 253780.46877399997902, 555893.489574 ], [ 254699.999974, 556199.999974 ], [ 254730.33667399999104, 556207.983374 ], [ 258462.830074, 557190.21847399999388 ], [ 258499.999974, 557199.999974 ], [ 258839.67827399997623, 557335.871274 ], [ 258887.374974, 557480.499974 ], [ 258894.966074, 557494.53057399997488 ], [ 258999.999974, 557399.999974 ], [ 259091.26927399999113, 557308.73067399999127 ], [ 259099.999974, 557299.999974 ], [ 259495.87707399998908, 556706.18437399994582 ], [ 259499.999974, 556699.999974 ], [ 259799.999974, 556199.999974 ], [ 259812.762574, 556182.983174 ], [ 260126.349474, 555764.867374 ], [ 260399.387274, 555400.816974 ], [ 261296.537974, 554204.61597399995662 ], [ 261299.999974, 554199.999974 ], [ 261352.951374, 554129.39817399997264 ], [ 261899.999974, 553399.999974 ], [ 261910.388474, 553385.159374 ], [ 262030.98757399999886, 553212.874974 ], [ 262397.32327399996575, 552689.538074 ], [ 262591.28487399994629, 552412.450174000114202 ], [ 262599.99997399997665, 552399.999974 ], [ 263470.52997399994638, 551239.293274 ], [ 263499.99997399997665, 551199.999974 ], [ 263599.99997399997665, 551099.999974 ], [ 263622.88847399997758, 551068.5283739999868 ], [ 263682.5560739999637, 550986.48547399998643 ], [ 264370.74407399998745, 550040.226874 ], [ 264399.99997399997665, 549999.999974 ], [ 264490.64477399998577, 549909.35527399997227 ], [ 264499.99997399997665, 549899.999974 ], [ 264970.59757399995578, 549429.402474 ], [ 264999.99997399997665, 549399.999974 ], [ 265299.99997399997665, 549199.999974 ], [ 265437.19937399995979, 549165.700174000114202 ], [ 266499.99997399997665, 548899.999974 ], [ 266199.99997399997665, 547999.999974 ], [ 266183.21737399999984, 547966.43477399996482 ], [ 265899.99997399997665, 547399.999974 ], [ 265892.44757399999071, 547381.1189739999827 ], [ 264699.99997399997665, 544399.999974 ], [ 264693.98037399997702, 544381.94107399997301 ], [ 264599.99997399997665, 544099.999974 ], [ 264499.99997399997665, 544099.999974 ], [ 264465.7044739999692, 544099.999974 ], [ 264325.47567399998661, 544099.999974 ], [ 264299.99997399997665, 544099.999974 ], [ 264099.99997399997665, 544099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1684" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 187999.999974, 418899.999974 ], [ 188380.586474, 418614.560174 ], [ 188562.030774, 418832.031174 ], [ 188407.927574, 418592.072374 ], [ 188799.999974, 418199.999974 ], [ 188999.999974, 417699.999974 ], [ 189002.92507399999886, 417687.324774 ], [ 189068.321074, 417403.941874 ], [ 189279.47817399998894, 416488.927874 ], [ 189296.54877399999532, 416414.955474 ], [ 189299.999974, 416399.999974 ], [ 189399.999974, 415599.999974 ], [ 189499.999974, 415299.999974 ], [ 189899.999974, 414999.999974 ], [ 189908.865274, 414996.059874 ], [ 190799.999974, 414599.999974 ], [ 191799.999974, 414399.999974 ], [ 192799.999974, 414299.999974 ], [ 192399.999974, 413599.999974 ], [ 191999.999974, 413399.999974 ], [ 191699.999974, 413099.999974 ], [ 191499.999974, 412799.999974 ], [ 191099.999974, 412499.999974 ], [ 190399.999974, 411499.999974 ], [ 190381.20817399999942, 411481.208174 ], [ 190099.999974, 411199.999974 ], [ 190378.124874, 410829.16687399998773 ], [ 190399.999974, 410799.999974 ], [ 190116.442874, 410421.923774 ], [ 190099.999974, 410399.999974 ], [ 189299.999974, 409899.999974 ], [ 188999.999974, 409999.999974 ], [ 188699.999974, 409899.999974 ], [ 187699.999974, 409099.999974 ], [ 186799.999974, 409899.999974 ], [ 186499.999974, 410199.999974 ], [ 185799.999974, 411299.999974 ], [ 185776.41157399999793, 411333.697674 ], [ 185099.999974, 412299.999974 ], [ 185083.482174, 412309.910674 ], [ 184599.999974, 412599.999974 ], [ 183899.999974, 412499.999974 ], [ 183499.999974, 412799.999974 ], [ 183699.999974, 412999.999974 ], [ 182699.999974, 413399.999974 ], [ 183099.999974, 413599.999974 ], [ 182999.999974, 414699.999974 ], [ 183399.999974, 414799.999974 ], [ 183199.999974, 415799.999974 ], [ 183299.999974, 415799.999974 ], [ 183483.024574, 416257.56147399998736 ], [ 183499.999974, 416299.999974 ], [ 183099.999974, 416499.999974 ], [ 183299.999974, 416899.999974 ], [ 182499.999974, 417399.999974 ], [ 182699.999974, 417699.999974 ], [ 182899.999974, 417999.999974 ], [ 182799.999974, 418399.999974 ], [ 184175.203574, 418694.68647399998736 ], [ 184199.999974, 418699.999974 ], [ 184984.81157399999211, 418798.101474 ], [ 184999.999974, 418799.999974 ], [ 186399.999974, 418999.999974 ], [ 186447.19827399999485, 419005.899774 ], [ 187199.999974, 419099.999974 ], [ 187999.999974, 418899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1685" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 175199.999974, 419199.999974 ], [ 175699.999974, 418999.999974 ], [ 175999.999974, 418999.999974 ], [ 176199.999974, 418599.999974 ], [ 176699.999974, 418599.999974 ], [ 176799.999974, 417999.999974 ], [ 176699.999974, 417499.999974 ], [ 176694.658174, 417478.63267399999313 ], [ 176653.39127399999416, 417313.565274 ], [ 176599.999974, 417099.999974 ], [ 176593.074674, 417072.298674 ], [ 176499.999974, 416699.999974 ], [ 177099.999974, 416499.999974 ], [ 176999.999974, 415999.999974 ], [ 177299.999974, 415999.999974 ], [ 177899.999974, 416099.999974 ], [ 177899.999974, 415899.999974 ], [ 177399.999974, 415699.999974 ], [ 177399.999974, 415499.999974 ], [ 177499.999974, 415299.999974 ], [ 177421.870174, 415260.935074 ], [ 177299.999974, 415199.999974 ], [ 176999.999974, 414799.999974 ], [ 176599.999974, 413699.999974 ], [ 177099.999974, 412899.999974 ], [ 177104.062474, 412894.312474 ], [ 177599.999974, 412199.999974 ], [ 177609.638474, 412184.165374 ], [ 178999.999974, 409899.999974 ], [ 179088.186874, 409547.252474 ], [ 179099.999974, 409499.999974 ], [ 179299.999974, 408199.999974 ], [ 179303.517874, 408184.755974 ], [ 179599.999974, 406899.999974 ], [ 178999.999974, 407099.999974 ], [ 178899.999974, 407699.999974 ], [ 179199.999974, 408099.999974 ], [ 178999.999974, 409099.999974 ], [ 178799.999974, 409499.999974 ], [ 177799.999974, 409199.999974 ], [ 177773.21777399998973, 409192.695774 ], [ 175599.999974, 408599.999974 ], [ 175550.94217399999616, 408587.735574 ], [ 175199.999974, 408499.999974 ], [ 174724.46667399999569, 408690.213374 ], [ 174699.999974, 408699.999974 ], [ 174403.49617399999988, 408996.503874 ], [ 174399.999974, 408999.999974 ], [ 173099.999974, 410399.999974 ], [ 173088.22757399998954, 410412.426474 ], [ 171299.999974, 412299.999974 ], [ 171399.999974, 412799.999974 ], [ 171371.05797399999574, 412796.953474 ], [ 169499.999974, 412599.999974 ], [ 169399.999974, 413199.999974 ], [ 169599.999974, 413199.999974 ], [ 169699.999974, 413299.999974 ], [ 168899.999974, 415199.999974 ], [ 168399.999974, 415899.999974 ], [ 168347.44937399998889, 416005.101174 ], [ 168199.999974, 416299.999974 ], [ 168101.34827399998903, 417385.168874 ], [ 168099.999974, 417399.999974 ], [ 169499.999974, 417699.999974 ], [ 169499.999974, 417999.999974 ], [ 170199.999974, 418299.999974 ], [ 170699.999974, 418599.999974 ], [ 170878.960674, 418510.519674 ], [ 170899.999974, 418499.999974 ], [ 171448.60997399999178, 418668.803074 ], [ 171542.30917399999453, 418697.633574 ], [ 172199.999974, 418899.999974 ], [ 172099.999974, 419199.999974 ], [ 173099.999974, 419499.999974 ], [ 173899.999974, 418599.999974 ], [ 174299.999974, 418199.999974 ], [ 174387.82757399999537, 418375.655174 ], [ 174399.999974, 418399.999974 ], [ 174499.999974, 419099.999974 ], [ 174499.999974, 419148.808474 ], [ 174499.999974, 419399.999974 ], [ 174799.999974, 419899.999974 ], [ 174811.337174, 419880.160074 ], [ 175199.999974, 419199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1690" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 219499.999974, 533999.999974 ], [ 219699.999974, 533899.999974 ], [ 219999.999974, 533899.999974 ], [ 220099.999974, 533799.999974 ], [ 220199.999974, 533599.999974 ], [ 219899.999974, 533299.999974 ], [ 220112.87967399999616, 533087.120374 ], [ 220299.999974, 532899.999974 ], [ 220899.999974, 533199.999974 ], [ 221499.999974, 532999.999974 ], [ 221599.999974, 533099.999974 ], [ 221699.999974, 533299.999974 ], [ 221799.999974, 533599.999974 ], [ 222499.999974, 532899.999974 ], [ 222899.999974, 532699.999974 ], [ 223377.93607399999746, 533082.348874 ], [ 223399.999974, 533099.999974 ], [ 224199.999974, 533899.999974 ], [ 224399.999974, 533699.999974 ], [ 224499.999974, 533199.999974 ], [ 224699.999974, 533199.999974 ], [ 225499.999974, 533499.999974 ], [ 225499.999974, 533799.999974 ], [ 225299.999974, 533799.999974 ], [ 225299.999974, 533999.999974 ], [ 225799.999974, 534399.999974 ], [ 226499.999974, 533699.999974 ], [ 226499.999974, 533220.633574 ], [ 226499.999974, 533199.999974 ], [ 226499.999974, 532899.999974 ], [ 226486.100974, 532865.252374 ], [ 226320.842074, 532452.10527399997227 ], [ 226299.999974, 532399.999974 ], [ 226099.999974, 532299.999974 ], [ 226055.856474, 532263.213774 ], [ 225499.999974, 531799.999974 ], [ 224049.428774, 531316.476274 ], [ 223999.999974, 531299.999974 ], [ 224499.999974, 530299.999974 ], [ 224699.999974, 530299.999974 ], [ 225199.999974, 529799.999974 ], [ 224799.999974, 529499.999974 ], [ 224890.06147399998736, 529139.754174 ], [ 224899.999974, 529099.999974 ], [ 224999.999974, 528899.999974 ], [ 224652.49917399999686, 528784.166374 ], [ 224422.575274, 528650.334474 ], [ 224899.999974, 527599.999974 ], [ 223899.999974, 527299.999974 ], [ 224299.999974, 526399.999974 ], [ 224399.999974, 526399.999974 ], [ 224369.95807399999467, 526249.790374 ], [ 224299.999974, 525899.999974 ], [ 224099.999974, 525699.999974 ], [ 223936.000474, 525618.0002739999909 ], [ 223899.999974, 525599.999974 ], [ 223799.999974, 525499.999974 ], [ 223747.176974, 525130.238474 ], [ 223699.999974, 524799.999974 ], [ 223781.74477399999159, 524636.510474 ], [ 223799.999974, 524599.999974 ], [ 223999.999974, 524899.999974 ], [ 224799.999974, 524299.999974 ], [ 225199.999974, 524699.999974 ], [ 225899.471074, 524799.92447399999946 ], [ 225899.999974, 524799.999974 ], [ 226889.614474, 524898.961474 ], [ 226899.999974, 524899.999974 ], [ 226899.999974, 523999.999974 ], [ 226799.999974, 523499.999974 ], [ 227699.999974, 523599.999974 ], [ 227785.158674, 523429.682574 ], [ 227799.999974, 523399.999974 ], [ 228499.999974, 523499.999974 ], [ 229299.999974, 523499.999974 ], [ 229297.37167399999453, 523471.08867399999872 ], [ 229199.999974, 522399.999974 ], [ 229799.999974, 522399.999974 ], [ 229799.999974, 521499.999974 ], [ 230199.999974, 521299.999974 ], [ 230399.999974, 521199.999974 ], [ 230426.29267399999662, 521199.999974 ], [ 232299.999974, 521199.999974 ], [ 232299.999974, 520299.999974 ], [ 232299.999974, 520295.727274 ], [ 232299.999974, 519199.999974 ], [ 232277.266574, 519179.539974 ], [ 231299.999974, 518299.999974 ], [ 231299.999974, 518118.993674 ], [ 231299.999974, 518099.999974 ], [ 231599.999974, 515199.999974 ], [ 231599.999974, 515186.283074 ], [ 231599.999974, 514924.74287399998866 ], [ 231599.999974, 514818.429374 ], [ 231599.999974, 514699.999974 ], [ 231199.999974, 514599.999974 ], [ 231186.08727399999043, 514611.130174 ], [ 230699.999974, 514999.999974 ], [ 230299.999974, 515099.999974 ], [ 229799.999974, 515199.999974 ], [ 229499.999974, 515099.999974 ], [ 228999.999974, 515099.999974 ], [ 228799.999974, 515199.999974 ], [ 228499.999974, 515399.999974 ], [ 228499.999974, 515699.999974 ], [ 228314.125574, 515792.937174 ], [ 228299.999974, 515799.999974 ], [ 227899.999974, 515699.999974 ], [ 227599.999974, 514799.999974 ], [ 227199.999974, 514599.999974 ], [ 226499.999974, 514799.999974 ], [ 226447.750174, 514834.833274 ], [ 225899.999974, 515199.999974 ], [ 225899.999974, 515299.999974 ], [ 225799.999974, 515699.999974 ], [ 225799.999974, 516099.999974 ], [ 225699.999974, 516199.999974 ], [ 225499.999974, 516099.999974 ], [ 224999.999974, 515499.999974 ], [ 224899.999974, 515299.999974 ], [ 224899.999974, 515099.999974 ], [ 224699.999974, 515099.999974 ], [ 224335.87357399999746, 515282.063174 ], [ 224299.999974, 515299.999974 ], [ 224199.999974, 515399.999974 ], [ 223999.999974, 515299.999974 ], [ 224099.999974, 514999.999974 ], [ 223799.999974, 514799.999974 ], [ 223699.999974, 514799.999974 ], [ 223299.999974, 514899.999974 ], [ 223199.999974, 514899.999974 ], [ 222999.999974, 514599.999974 ], [ 222499.999974, 514299.999974 ], [ 221999.999974, 514799.999974 ], [ 221999.999974, 515199.999974 ], [ 221899.999974, 516099.999974 ], [ 221499.999974, 516499.999974 ], [ 221299.999974, 517099.999974 ], [ 221199.999974, 517599.999974 ], [ 221099.999974, 517799.999974 ], [ 220799.999974, 517999.999974 ], [ 220599.999974, 517999.999974 ], [ 220399.999974, 518099.999974 ], [ 219699.999974, 518599.999974 ], [ 219393.54257399999187, 518804.304974 ], [ 219099.999974, 518999.999974 ], [ 218599.999974, 519399.999974 ], [ 218499.999974, 519599.999974 ], [ 218499.999974, 519899.999974 ], [ 218599.999974, 519999.999974 ], [ 218699.999974, 520299.999974 ], [ 218499.999974, 520599.999974 ], [ 218299.999974, 520699.999974 ], [ 217799.999974, 520599.999974 ], [ 217699.999974, 520499.999974 ], [ 217399.999974, 520299.999974 ], [ 217099.999974, 520299.999974 ], [ 216899.999974, 520299.999974 ], [ 216599.999974, 520299.999974 ], [ 216399.999974, 519899.999974 ], [ 216399.999974, 519799.999974 ], [ 216013.46977399999741, 519896.632574 ], [ 215999.999974, 519899.999974 ], [ 215799.999974, 520099.999974 ], [ 215699.999974, 520299.999974 ], [ 215682.18367399999988, 520308.908174 ], [ 215299.999974, 520499.999974 ], [ 215199.999974, 520499.999974 ], [ 214999.999974, 520299.999974 ], [ 214899.999974, 520099.999974 ], [ 214699.999974, 520099.999974 ], [ 214399.999974, 520299.999974 ], [ 214399.999974, 520399.999974 ], [ 214399.999974, 520417.456174 ], [ 214404.580874, 520418.323574 ], [ 214499.999974, 520799.999974 ], [ 214599.999974, 520999.999974 ], [ 214899.999974, 520999.999974 ], [ 214899.999974, 521099.999974 ], [ 214699.999974, 521999.999974 ], [ 215099.999974, 522099.999974 ], [ 215118.29627399999299, 522109.148174 ], [ 215499.27297399999225, 522299.636474 ], [ 215499.999974, 522299.999974 ], [ 215099.999974, 522599.999974 ], [ 215099.999974, 522679.265274 ], [ 215099.999974, 522899.999974 ], [ 215699.999974, 522899.999974 ], [ 215799.999974, 523899.999974 ], [ 215099.999974, 523499.999974 ], [ 215099.999974, 523799.999974 ], [ 215299.999974, 523899.999974 ], [ 215299.999974, 523999.999974 ], [ 215004.142274, 524690.3347739999881 ], [ 214999.999974, 524699.999974 ], [ 213799.999974, 524499.999974 ], [ 213728.477974, 524523.840674 ], [ 213499.999974, 524599.999974 ], [ 213199.999974, 524899.999974 ], [ 212499.999974, 524599.999974 ], [ 212099.999974, 524699.999974 ], [ 211699.999974, 524299.999974 ], [ 211099.999974, 524299.999974 ], [ 211099.999974, 524999.999974 ], [ 211091.993374, 525032.026674 ], [ 211014.322974, 525342.708174 ], [ 210999.999974, 525399.999974 ], [ 210999.999974, 525999.999974 ], [ 211099.999974, 526299.999974 ], [ 212199.999974, 528499.999974 ], [ 211999.999974, 528599.999974 ], [ 212399.999974, 528799.999974 ], [ 212699.999974, 529599.999974 ], [ 213399.999974, 530499.999974 ], [ 213599.999974, 530399.999974 ], [ 214499.999974, 530499.999974 ], [ 215368.989674, 530982.771974 ], [ 215399.999974, 530999.999974 ], [ 216248.68427399999928, 531308.612474 ], [ 216499.999974, 531399.999974 ], [ 216499.999974, 531599.999974 ], [ 216495.22407399999793, 531614.32787399995141 ], [ 216099.999974, 532799.999974 ], [ 216499.999974, 533299.999974 ], [ 216599.999974, 533799.999974 ], [ 217199.999974, 534599.999974 ], [ 217209.104174, 534599.999974 ], [ 217999.999974, 534599.999974 ], [ 219284.520174, 535094.046274 ], [ 219299.999974, 535099.999974 ], [ 219698.05547399999341, 535099.999974 ], [ 220199.999974, 535099.999974 ], [ 220199.999974, 535064.61157399998046 ], [ 220199.999974, 534699.999974 ], [ 219999.999974, 534299.999974 ], [ 219499.999974, 533999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1695" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 47830.86957399998937, 402869.130474 ], [ 47899.99997399999847, 402799.999974 ], [ 48499.99997399999847, 402799.999974 ], [ 48599.99997399999847, 402699.999974 ], [ 48599.99997399999847, 402599.999974 ], [ 48899.99997399999847, 402499.999974 ], [ 48913.896173999986786, 402496.52597399998922 ], [ 49299.99997399999847, 402399.999974 ], [ 49899.99997399999847, 401899.999974 ], [ 49834.821074, 401899.999974 ], [ 49800.85937399999966, 401840.281274 ], [ 49799.99997399999847, 401838.770074 ], [ 49799.99997399999847, 401799.999974 ], [ 50099.99997399999847, 401399.999974 ], [ 50499.99997399999847, 400399.999974 ], [ 51099.99997399999847, 399499.999974 ], [ 51099.99997399999847, 399299.999974 ], [ 51599.99997399999847, 398399.999974 ], [ 51699.99997399999847, 398199.999974 ], [ 51799.99997399999847, 398299.999974 ], [ 51699.99997399999847, 397899.999974 ], [ 51399.99997399999847, 397699.999974 ], [ 50099.99997399999847, 397399.999974 ], [ 49999.99997399999847, 397299.999974 ], [ 49903.63707399999112, 397155.455674 ], [ 49399.99997399999847, 396399.999974 ], [ 49399.99997399999847, 396099.999974 ], [ 49599.99997399999847, 396099.999974 ], [ 49508.06827399999747, 395824.204774 ], [ 49399.99997399999847, 395815.644874 ], [ 49399.99997399999847, 395999.999974 ], [ 49199.99997399999847, 396099.999974 ], [ 48599.99997399999847, 396199.999974 ], [ 47999.99997399999847, 396799.999974 ], [ 47999.99997399999847, 396999.999974 ], [ 47499.99997399999847, 397499.999974 ], [ 47199.99997399999847, 397499.999974 ], [ 46699.99997399999847, 397499.999974 ], [ 46682.324474, 397492.424774 ], [ 45999.99997399999847, 397199.999974 ], [ 45699.99997399999847, 396899.999974 ], [ 45473.44627399999445, 396730.084674 ], [ 45299.99997399999847, 396599.999974 ], [ 45099.99997399999847, 396599.999974 ], [ 43999.9999739999912, 396899.999974 ], [ 43201.06947399999626, 397399.331574 ], [ 43199.9999739999912, 397399.999974 ], [ 42199.9999739999912, 397499.999974 ], [ 42184.7470739999917, 397491.924874 ], [ 40499.9999739999912, 396599.999974 ], [ 40099.9999739999912, 396099.999974 ], [ 38999.9999739999912, 395399.999974 ], [ 38799.9999739999912, 395199.999974 ], [ 38399.9999739999912, 394399.999974 ], [ 38099.9999739999912, 394399.999974 ], [ 37999.9999739999912, 394499.999974 ], [ 37799.9999739999912, 395299.999974 ], [ 37999.9999739999912, 395999.999974 ], [ 38099.9999739999912, 396099.999974 ], [ 37899.9999739999912, 396699.999974 ], [ 37199.9999739999912, 397699.999974 ], [ 37399.9999739999912, 397899.999974 ], [ 37690.22817399999622, 398383.355774 ], [ 37687.80617399999028, 398384.757774 ], [ 37299.9999739999912, 397899.999974 ], [ 37099.9999739999912, 397799.999974 ], [ 36499.9999739999912, 398199.999974 ], [ 36099.9999739999912, 398699.999974 ], [ 35512.28897399999551, 398993.855474 ], [ 35499.9999739999912, 398999.999974 ], [ 34999.9999739999912, 399199.999974 ], [ 34699.9999739999912, 399399.999974 ], [ 34499.9999739999912, 400299.999974 ], [ 34299.9999739999912, 400599.999974 ], [ 34199.9999739999912, 400999.999974 ], [ 34199.9999739999912, 401199.999974 ], [ 34399.9999739999912, 401299.999974 ], [ 34299.9999739999912, 401399.999974 ], [ 34099.9999739999912, 401399.999974 ], [ 33599.9999739999912, 401199.999974 ], [ 33499.9999739999912, 401399.999974 ], [ 34099.9999739999912, 401599.999974 ], [ 34699.9999739999912, 401699.999974 ], [ 35799.9999739999912, 402099.999974 ], [ 36599.9999739999912, 402499.999974 ], [ 36899.9999739999912, 402799.999974 ], [ 36999.9999739999912, 402399.999974 ], [ 37499.9999739999912, 402299.999974 ], [ 38099.9999739999912, 402399.999974 ], [ 38699.9999739999912, 401999.999974 ], [ 39399.9999739999912, 402099.999974 ], [ 39699.9999739999912, 401599.999974 ], [ 39999.9999739999912, 401699.999974 ], [ 40583.03467399999499, 401894.344874 ], [ 40588.4177739999941, 401905.312474 ], [ 40599.9999739999912, 401919.769374 ], [ 40639.01567399999476, 401968.468774 ], [ 40804.0253739999971, 402029.146474 ], [ 41299.9999739999912, 402099.999974 ], [ 41699.9999739999912, 402199.999974 ], [ 42199.9999739999912, 402199.999974 ], [ 42399.9999739999912, 402399.999974 ], [ 43299.9999739999912, 402199.999974 ], [ 43699.9999739999912, 402699.999974 ], [ 43799.9999739999912, 402699.999974 ], [ 44686.27637399999367, 402699.999974 ], [ 44699.9999739999912, 402699.999974 ], [ 44899.99997399999847, 402899.999974 ], [ 44999.99997399999847, 402899.999974 ], [ 44999.99997399999847, 402999.999974 ], [ 45599.99997399999847, 402999.999974 ], [ 45899.99997399999847, 402999.999974 ], [ 46399.99997399999847, 402699.999974 ], [ 47499.99997399999847, 402999.999974 ], [ 47699.99997399999847, 402999.999974 ], [ 47799.99997399999847, 402899.999974 ], [ 47830.86957399998937, 402869.130474 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1696" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 132999.999974, 476745.862274 ], [ 132999.999974, 476699.999974 ], [ 133081.3237739999895, 476699.999974 ], [ 133799.999974, 476699.999974 ], [ 134399.999974, 476899.999974 ], [ 134599.999974, 477099.999974 ], [ 135499.999974, 476899.999974 ], [ 135599.999974, 476699.999974 ], [ 135699.999974, 476599.999974 ], [ 136699.999974, 476199.999974 ], [ 137199.999974, 474699.999974 ], [ 137348.001774, 474699.999974 ], [ 137599.999974, 474699.999974 ], [ 137656.746374, 474699.999974 ], [ 137899.999974, 474699.999974 ], [ 137904.307074, 474684.925074 ], [ 137912.690074, 474655.5847739999881 ], [ 138099.999974, 473999.999974 ], [ 138099.999974, 473099.999974 ], [ 138299.999974, 472799.999974 ], [ 138299.999974, 472399.999974 ], [ 138297.960074, 472393.880174 ], [ 138205.80927399999928, 472117.427874 ], [ 138199.999974, 472099.999974 ], [ 138199.999974, 470999.999974 ], [ 138199.999974, 470748.233874 ], [ 138199.999974, 470735.710074 ], [ 138199.999974, 470699.999974 ], [ 137299.999974, 470699.999974 ], [ 137001.414974, 470401.414974 ], [ 136919.00107399999979, 470319.001074 ], [ 136899.999974, 470299.999974 ], [ 136899.999974, 470216.450774 ], [ 136899.999974, 470115.995874 ], [ 136899.999974, 470099.999974 ], [ 137699.999974, 469599.999974 ], [ 137999.999974, 469099.999974 ], [ 138000.713874, 469098.393874 ], [ 138067.43587399998796, 468948.269374 ], [ 138074.390474, 468932.621474 ], [ 138399.999974, 468199.999974 ], [ 138499.999974, 467799.999974 ], [ 138499.999974, 467699.999974 ], [ 138199.999974, 467299.999974 ], [ 138155.81897399999434, 467262.130474 ], [ 137499.999974, 466699.999974 ], [ 136899.999974, 466399.999974 ], [ 136999.999974, 465899.999974 ], [ 136902.73207399999956, 465883.788674 ], [ 136399.999974, 465799.999974 ], [ 133808.682774, 465002.671574 ], [ 133799.999974, 464999.999974 ], [ 131699.999974, 464199.999974 ], [ 131399.999974, 466199.999974 ], [ 131315.88327399999253, 466214.019474 ], [ 130799.999974, 466299.999974 ], [ 130899.999974, 466599.999974 ], [ 131099.999974, 467499.999974 ], [ 131099.999974, 467799.999974 ], [ 130599.999974, 467899.999974 ], [ 130099.999974, 468299.999974 ], [ 130099.999974, 468324.493574 ], [ 130099.999974, 468390.97217399999499 ], [ 130099.999974, 468399.999974 ], [ 130099.999974, 468499.999974 ], [ 130299.999974, 468499.999974 ], [ 130999.999974, 468299.999974 ], [ 131099.999974, 468599.999974 ], [ 130999.999974, 469099.999974 ], [ 130799.999974, 469099.999974 ], [ 130899.999974, 469499.999974 ], [ 131099.999974, 470799.999974 ], [ 131100.490374, 470801.471274 ], [ 131299.999974, 471399.999974 ], [ 131318.262374, 471409.131174 ], [ 132499.999974, 471999.999974 ], [ 132417.433374, 472082.566674 ], [ 132399.999974, 472099.999974 ], [ 131699.999974, 472899.999974 ], [ 131699.999974, 473499.999974 ], [ 131499.999974, 474299.999974 ], [ 131488.471174, 474299.999974 ], [ 131324.74607399999513, 474299.999974 ], [ 131299.999974, 474299.999974 ], [ 130999.999974, 473899.999974 ], [ 130799.999974, 474099.999974 ], [ 130699.999974, 474399.999974 ], [ 130199.999974, 475899.999974 ], [ 130199.999974, 476105.44037399999797 ], [ 130199.999974, 476199.999974 ], [ 130599.999974, 476099.999974 ], [ 130799.999974, 476399.999974 ], [ 131180.558374, 476590.279174 ], [ 131199.999974, 476599.999974 ], [ 131499.999974, 476699.999974 ], [ 131866.926574, 476608.268374 ], [ 131863.51257399999304, 476585.16447399999015 ], [ 131896.29817399999592, 476600.925474 ], [ 131900.598574, 476602.992774 ], [ 131999.999974, 477099.999974 ], [ 132699.999974, 477499.999974 ], [ 132799.999974, 477499.999974 ], [ 132899.999974, 477099.999974 ], [ 132999.999974, 476999.999974 ], [ 132999.999974, 476993.330274 ], [ 132999.999974, 476745.862274 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1699" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 228899.999974, 579699.999974 ], [ 229099.999974, 579599.999974 ], [ 229131.314974, 579613.420674 ], [ 229799.999974, 579899.999974 ], [ 230290.70437399999355, 579507.436474000103772 ], [ 230299.999974, 579499.999974 ], [ 230299.999974, 579199.999974 ], [ 230306.07567399999243, 579187.84857399994507 ], [ 230599.999974, 578599.999974 ], [ 230799.999974, 578299.999974 ], [ 230999.999974, 577899.999974 ], [ 231199.999974, 577399.999974 ], [ 231499.999974, 576999.999974 ], [ 231599.999974, 576799.999974 ], [ 231899.999974, 575899.999974 ], [ 231991.50087399999029, 575259.493674 ], [ 231999.999974, 575199.999974 ], [ 231999.999974, 574899.999974 ], [ 231699.999974, 574499.999974 ], [ 231899.999974, 574199.999974 ], [ 231999.999974, 573799.999974 ], [ 232099.999974, 573099.999974 ], [ 232099.999974, 573053.216874 ], [ 232099.999974, 572399.999974 ], [ 232093.86727399998927, 572399.123874 ], [ 230699.999974, 572199.999974 ], [ 230696.767874, 572199.999974 ], [ 230499.999974, 572199.999974 ], [ 230487.077274, 572195.692474 ], [ 230199.999974, 572099.999974 ], [ 230299.999974, 571599.999974 ], [ 229817.74117399999523, 571214.192974 ], [ 229799.999974, 571199.999974 ], [ 229599.999974, 570999.999974 ], [ 229399.999974, 571299.999974 ], [ 228199.999974, 570999.999974 ], [ 228282.291674, 570753.124974 ], [ 228299.999974, 570699.999974 ], [ 228499.999974, 569999.999974 ], [ 228499.999974, 569399.999974 ], [ 228892.761574, 568319.90557399997488 ], [ 228899.999974, 568299.999974 ], [ 229799.999974, 566899.999974 ], [ 229823.43157399998745, 566857.04207399999723 ], [ 230391.164074, 565816.199274 ], [ 230399.999974, 565799.999974 ], [ 230499.999974, 565599.999974 ], [ 230599.999974, 564799.999974 ], [ 230399.999974, 563899.999974 ], [ 229999.999974, 562699.999974 ], [ 229716.433374, 561943.82237399998121 ], [ 229699.999974, 561899.999974 ], [ 229799.999974, 561199.999974 ], [ 229399.999974, 560999.999974 ], [ 229899.999974, 559399.999974 ], [ 230299.999974, 559499.999974 ], [ 230312.623774, 559470.544574 ], [ 230599.999974, 558799.999974 ], [ 230554.762174, 558792.460374 ], [ 230025.244474, 558704.20737399999052 ], [ 229999.999974, 558699.999974 ], [ 228899.999974, 558199.999974 ], [ 227422.558074, 557510.527074 ], [ 227399.999974, 557499.999974 ], [ 223914.696574, 555906.718374 ], [ 223899.999974, 555899.999974 ], [ 223520.846374, 556563.518874 ], [ 223499.999974, 556599.999974 ], [ 221315.777574, 559876.333574 ], [ 221299.999974, 559899.999974 ], [ 220399.999974, 561199.999974 ], [ 220499.999974, 561799.999974 ], [ 220500.927574, 561812.986374 ], [ 220599.999974, 563199.999974 ], [ 220604.74717399998917, 563280.70257399999537 ], [ 220699.999974, 564899.999974 ], [ 219623.927174, 565291.299174 ], [ 219599.999974, 565299.999974 ], [ 218299.999974, 565799.999974 ], [ 216499.999974, 566399.999974 ], [ 217199.999974, 567899.999974 ], [ 218688.95257399999537, 567304.418974 ], [ 218699.999974, 567299.999974 ], [ 218897.412474, 567201.293774 ], [ 218899.999974, 567199.999974 ], [ 219099.999974, 567099.999974 ], [ 219112.719274, 567136.567874 ], [ 219899.999974, 569399.999974 ], [ 220399.999974, 569399.999974 ], [ 220400.808374, 569411.316674 ], [ 220496.337074, 570748.718874 ], [ 220499.999974, 570799.999974 ], [ 220499.999974, 570899.999974 ], [ 220499.999974, 570946.761274 ], [ 220499.999974, 571099.999974 ], [ 220500.142274, 571100.398374 ], [ 221499.999974, 573899.999974 ], [ 221506.917374, 573913.834774000104517 ], [ 221599.999974, 574099.999974 ], [ 221499.999974, 574199.999974 ], [ 221499.999974, 574498.056174 ], [ 221499.999974, 574499.999974 ], [ 221528.999274, 574534.79907399998046 ], [ 221976.49957399998675, 575071.799574 ], [ 221999.999974, 575099.999974 ], [ 222600.00107399999979, 575760.001174 ], [ 222645.974274, 575810.571674 ], [ 222999.999974, 576199.999974 ], [ 223097.638974, 577078.750774 ], [ 223099.999974, 577099.999974 ], [ 223199.999974, 577299.999974 ], [ 224299.999974, 577699.999974 ], [ 225599.999974, 578399.999974 ], [ 225799.999974, 578799.999974 ], [ 225899.999974, 579399.999974 ], [ 225999.999974, 579399.999974 ], [ 226025.24957399998675, 579411.221974000101909 ], [ 226899.999974, 579799.999974 ], [ 228299.999974, 580299.999974 ], [ 228899.999974, 579999.999974 ], [ 228899.999974, 579958.544774 ], [ 228899.999974, 579699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1700" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 242363.932774, 501363.466974 ], [ 243699.999974, 500599.999974 ], [ 243999.999974, 500599.999974 ], [ 245399.999974, 499799.999974 ], [ 244899.999974, 498999.999974 ], [ 244899.868974, 498999.672374 ], [ 244699.999974, 498499.999974 ], [ 244680.12717399999383, 498456.27987399999984 ], [ 244199.999974, 497399.999974 ], [ 244199.999974, 496999.999974 ], [ 244012.049174, 496736.868774 ], [ 243699.999974, 496299.999974 ], [ 243519.266174, 496299.999974 ], [ 243499.999974, 496299.999974 ], [ 243099.999974, 496199.999974 ], [ 242699.999974, 495899.999974 ], [ 242399.999974, 495599.999974 ], [ 242499.999974, 494899.999974 ], [ 242799.999974, 494099.999974 ], [ 242499.999974, 493799.999974 ], [ 242498.288174, 493794.864474 ], [ 242445.079974, 493635.239874 ], [ 242199.999974, 492899.999974 ], [ 242599.999974, 492499.999974 ], [ 244299.999974, 490399.999974 ], [ 244284.564974, 490353.694874 ], [ 244264.296874, 490351.593774 ], [ 244235.441174, 490374.176474 ], [ 243799.999974, 490199.999974 ], [ 243417.882774, 490047.153174 ], [ 243299.999974, 489999.999974 ], [ 242699.999974, 490499.999974 ], [ 242425.35487399998237, 489859.161374 ], [ 242399.999974, 489799.999974 ], [ 241899.999974, 489799.999974 ], [ 241896.34497399997781, 489804.568774 ], [ 241099.999974, 490799.999974 ], [ 240799.999974, 490499.999974 ], [ 240399.999974, 490799.999974 ], [ 240199.999974, 490799.999974 ], [ 239999.999974, 490399.999974 ], [ 238615.489674, 489411.06407399999443 ], [ 238599.999974, 489399.999974 ], [ 238499.999974, 489399.999974 ], [ 238199.999974, 489799.999974 ], [ 237499.999974, 489099.999974 ], [ 237301.80007399999886, 489397.299874 ], [ 237299.999974, 489399.999974 ], [ 236212.147774, 491971.287174 ], [ 236199.999974, 491999.999974 ], [ 235899.999974, 492799.999974 ], [ 235599.999974, 493499.999974 ], [ 235675.772174, 493499.999974 ], [ 235699.999974, 493499.999974 ], [ 236478.601074, 494375.926174 ], [ 236455.41767399999662, 494435.658074 ], [ 236516.977974, 494450.933874 ], [ 236599.999974, 494699.999974 ], [ 237299.999974, 495299.999974 ], [ 237199.999974, 496399.999974 ], [ 237199.999974, 496406.244874 ], [ 237199.999974, 496999.999974 ], [ 236010.461574, 496405.230774 ], [ 235999.999974, 496399.999974 ], [ 235499.999974, 496099.999974 ], [ 235342.81697399998666, 496068.563374 ], [ 234999.999974, 495999.999974 ], [ 234998.138974, 496001.861074 ], [ 234915.80007399999886, 496084.19997399998829 ], [ 234899.999974, 496099.999974 ], [ 234599.999974, 496299.999974 ], [ 233871.503774, 496518.548874 ], [ 233599.999974, 496599.999974 ], [ 233199.999974, 496399.999974 ], [ 232799.999974, 495999.999974 ], [ 232599.999974, 495399.999974 ], [ 231899.999974, 495199.999974 ], [ 231899.999974, 495099.999974 ], [ 231399.999974, 494999.999974 ], [ 230680.173274, 495102.83237399999052 ], [ 229329.801474, 495295.742674 ], [ 229299.999974, 495299.999974 ], [ 228999.999974, 495399.999974 ], [ 228984.474974, 495412.937474 ], [ 228399.999974, 495899.999974 ], [ 228299.999974, 496199.999974 ], [ 227799.999974, 496799.999974 ], [ 227499.999974, 497499.999974 ], [ 227199.999974, 497499.999974 ], [ 227199.999974, 497599.999974 ], [ 227299.999974, 497599.999974 ], [ 227099.999974, 497999.999974 ], [ 227099.999974, 498001.054474 ], [ 227099.999974, 498199.999974 ], [ 227393.89667399998871, 498567.370874 ], [ 227499.999974, 498699.999974 ], [ 227399.999974, 498499.999974 ], [ 227799.999974, 498599.999974 ], [ 227999.999974, 498699.999974 ], [ 227999.999974, 498899.999974 ], [ 228199.999974, 499099.999974 ], [ 229099.999974, 499399.999974 ], [ 229799.999974, 499399.999974 ], [ 230298.5163739999989, 499699.109874 ], [ 230299.999974, 499699.999974 ], [ 230799.999974, 499899.999974 ], [ 230809.714374, 499953.428974 ], [ 230993.510474, 500964.307474 ], [ 230999.999974, 500999.999974 ], [ 231313.818074, 500966.966474 ], [ 232885.29247399998712, 500801.54817399999592 ], [ 232899.999974, 500799.999974 ], [ 234299.999974, 500599.999974 ], [ 234999.999974, 500399.999974 ], [ 235030.021574, 500394.996374 ], [ 235548.874274, 500308.520974 ], [ 235599.999974, 500299.999974 ], [ 237099.999974, 499899.999974 ], [ 237499.999974, 499799.999974 ], [ 238199.999974, 498399.999974 ], [ 238207.57197399999131, 498392.428074 ], [ 238299.999974, 498299.999974 ], [ 238499.999974, 498699.999974 ], [ 238901.675774, 498986.911274 ], [ 239199.999974, 499199.999974 ], [ 239499.999974, 498999.999974 ], [ 239799.999974, 498899.999974 ], [ 240185.09537399999681, 498899.999974 ], [ 240199.999974, 498899.999974 ], [ 240799.999974, 499099.999974 ], [ 240899.999974, 499299.999974 ], [ 240599.999974, 499699.999974 ], [ 241099.999974, 500199.999974 ], [ 240999.999974, 500799.999974 ], [ 241673.40617399997427, 501281.004374 ], [ 241699.999974, 501299.999974 ], [ 242099.999974, 501599.999974 ], [ 242299.999974, 501399.999974 ], [ 242363.932774, 501363.466974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1701" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 216599.999974, 549099.999974 ], [ 218699.999974, 546999.999974 ], [ 220999.999974, 548799.999974 ], [ 222099.999974, 548099.999974 ], [ 222199.999974, 547899.999974 ], [ 221999.999974, 547599.999974 ], [ 221899.999974, 547699.999974 ], [ 221499.999974, 547099.999974 ], [ 221199.999974, 546699.999974 ], [ 220899.999974, 546699.999974 ], [ 220399.999974, 545699.999974 ], [ 220411.449774, 545694.275074 ], [ 221399.999974, 545199.999974 ], [ 220899.999974, 544299.999974 ], [ 221099.999974, 543799.999974 ], [ 221109.49787399999332, 543790.50207399995998 ], [ 221299.999974, 543599.999974 ], [ 221299.999974, 543653.276374 ], [ 221299.999974, 544199.999974 ], [ 221899.999974, 545199.999974 ], [ 221912.08917399999336, 545193.955374 ], [ 222070.59157399999094, 545114.704174 ], [ 222099.999974, 545099.999974 ], [ 224499.999974, 544399.999974 ], [ 224526.90647399998852, 544373.09347399999388 ], [ 224529.79937399999471, 544370.200574 ], [ 224699.999974, 544199.999974 ], [ 224599.999974, 543899.999974 ], [ 225099.999974, 543299.999974 ], [ 225299.999974, 542799.999974 ], [ 225499.999974, 541599.999974 ], [ 225199.999974, 541499.999974 ], [ 225299.999974, 540899.999974 ], [ 225350.57987399998819, 540892.77427399996668 ], [ 225999.999974, 540799.999974 ], [ 226699.999974, 540799.999974 ], [ 227299.999974, 541199.999974 ], [ 227499.999974, 540699.999974 ], [ 227399.999974, 540699.999974 ], [ 227399.999974, 540299.999974 ], [ 227499.999974, 539599.999974 ], [ 228399.999974, 539499.999974 ], [ 228599.999974, 539399.999974 ], [ 228399.999974, 538999.999974 ], [ 228377.10867399998824, 538950.402074 ], [ 227812.08247399999527, 537726.178774 ], [ 227799.999974, 537699.999974 ], [ 227513.00767399999313, 537126.01537399995141 ], [ 227499.999974, 537099.999974 ], [ 227299.999974, 536799.999974 ], [ 227199.999974, 535899.999974 ], [ 227017.172074, 535351.516074 ], [ 226999.999974, 535299.999974 ], [ 226599.999974, 534299.999974 ], [ 226499.999974, 533699.999974 ], [ 225799.999974, 534399.999974 ], [ 225299.999974, 533999.999974 ], [ 225299.999974, 533799.999974 ], [ 225499.999974, 533799.999974 ], [ 225499.999974, 533499.999974 ], [ 224699.999974, 533199.999974 ], [ 224499.999974, 533199.999974 ], [ 224399.999974, 533699.999974 ], [ 224199.999974, 533899.999974 ], [ 223399.999974, 533099.999974 ], [ 223377.93607399999746, 533082.348874 ], [ 222899.999974, 532699.999974 ], [ 222499.999974, 532899.999974 ], [ 221799.999974, 533599.999974 ], [ 221699.999974, 533299.999974 ], [ 221599.999974, 533099.999974 ], [ 221499.999974, 532999.999974 ], [ 220899.999974, 533199.999974 ], [ 220299.999974, 532899.999974 ], [ 220112.87967399999616, 533087.120374 ], [ 219899.999974, 533299.999974 ], [ 220199.999974, 533599.999974 ], [ 220099.999974, 533799.999974 ], [ 219999.999974, 533899.999974 ], [ 219699.999974, 533899.999974 ], [ 219499.999974, 533999.999974 ], [ 219999.999974, 534299.999974 ], [ 220199.999974, 534699.999974 ], [ 220199.999974, 535064.61157399998046 ], [ 220199.999974, 535099.999974 ], [ 219698.05547399999341, 535099.999974 ], [ 219299.999974, 535099.999974 ], [ 219284.520174, 535094.046274 ], [ 217999.999974, 534599.999974 ], [ 217209.104174, 534599.999974 ], [ 217199.999974, 534599.999974 ], [ 216599.999974, 533799.999974 ], [ 216499.999974, 533299.999974 ], [ 216099.999974, 532799.999974 ], [ 216495.22407399999793, 531614.32787399995141 ], [ 216499.999974, 531599.999974 ], [ 216499.999974, 531399.999974 ], [ 216248.68427399999928, 531308.612474 ], [ 215399.999974, 530999.999974 ], [ 215368.989674, 530982.771974 ], [ 214499.999974, 530499.999974 ], [ 213599.999974, 530399.999974 ], [ 213399.999974, 530499.999974 ], [ 212699.999974, 529599.999974 ], [ 212399.999974, 528799.999974 ], [ 211999.999974, 528599.999974 ], [ 211099.999974, 529299.999974 ], [ 210086.81967399999849, 527365.746674 ], [ 209999.999974, 527199.999974 ], [ 209599.999974, 528299.999974 ], [ 209588.525074, 528334.424674 ], [ 209499.999974, 528599.999974 ], [ 209498.00397399999201, 528604.491074 ], [ 209107.316174, 529483.538474 ], [ 209099.999974, 529499.999974 ], [ 208999.999974, 529899.999974 ], [ 208986.44097399999737, 529930.99207399995066 ], [ 208299.999974, 531499.999974 ], [ 208206.386774, 531687.226474 ], [ 208199.999974, 531699.999974 ], [ 207999.999974, 531999.999974 ], [ 208783.66157399999793, 532881.619274 ], [ 208799.999974, 532899.999974 ], [ 209399.999974, 533499.999974 ], [ 209899.999974, 534399.999974 ], [ 209799.999974, 534599.999974 ], [ 209789.03887399999076, 534612.33127399999648 ], [ 209019.917974, 535477.592274 ], [ 208999.999974, 535499.999974 ], [ 208947.731174, 535583.630174 ], [ 208789.26427399998647, 535837.177174 ], [ 208503.918374, 536293.730574 ], [ 208499.999974, 536299.999974 ], [ 208199.999974, 536599.999974 ], [ 207936.78337399999145, 536775.477774 ], [ 207899.999974, 536799.999974 ], [ 207899.999974, 536699.999974 ], [ 206999.999974, 537799.999974 ], [ 206694.140274, 538105.859774 ], [ 206632.10807399998885, 538167.89187399996445 ], [ 206510.6362739999895, 538289.363674 ], [ 206439.68417399999453, 538360.315874 ], [ 206399.999974, 538399.999974 ], [ 205099.999974, 539899.999974 ], [ 204999.999974, 540299.999974 ], [ 204299.999974, 540999.999974 ], [ 204390.040974, 541090.040974 ], [ 204399.999974, 541099.999974 ], [ 205793.116274, 542095.08307399996556 ], [ 205799.999974, 542099.999974 ], [ 207073.4035739999963, 543079.541174 ], [ 207099.999974, 543099.999974 ], [ 209098.791574, 544399.214574 ], [ 209099.999974, 544399.999974 ], [ 209769.44627399998717, 544886.869974 ], [ 210199.999974, 545199.999974 ], [ 211583.683174, 547374.359274 ], [ 211599.999974, 547399.999974 ], [ 211799.999974, 547699.999974 ], [ 212476.73917399998754, 548280.062174 ], [ 212499.999974, 548299.999974 ], [ 212699.999974, 548399.999974 ], [ 212799.999974, 548799.999974 ], [ 213499.999974, 549299.999974 ], [ 215243.375774, 549187.524174 ], [ 216599.999974, 549099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1702" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 187599.999974, 408899.999974 ], [ 187399.999974, 408299.999974 ], [ 188799.999974, 407199.999974 ], [ 188599.999974, 406999.999974 ], [ 188499.999974, 406499.999974 ], [ 188499.999974, 406199.999974 ], [ 188599.999974, 406199.999974 ], [ 188638.11617399999523, 406199.999974 ], [ 188899.999974, 406199.999974 ], [ 188999.999974, 406299.999974 ], [ 189299.999974, 406499.999974 ], [ 190091.859674, 406341.628074 ], [ 190253.8575739999942, 406309.228474 ], [ 190299.999974, 406299.999974 ], [ 192053.39547399998992, 405072.623174 ], [ 192299.999974, 404899.999974 ], [ 192799.999974, 403599.999974 ], [ 192810.92367399999057, 403582.522074 ], [ 193299.072774, 402801.483574 ], [ 193299.999974, 402799.999974 ], [ 193999.999974, 402299.999974 ], [ 193900.662974, 402200.662974 ], [ 193899.999974, 402199.999974 ], [ 193857.33737399999518, 402174.402374 ], [ 192899.999974, 401599.999974 ], [ 192699.999974, 401299.999974 ], [ 192599.999974, 401199.999974 ], [ 192699.999974, 400999.999974 ], [ 191099.999974, 400099.999974 ], [ 191072.959574, 400081.973074 ], [ 190799.999974, 399899.999974 ], [ 190499.999974, 400099.999974 ], [ 190099.999974, 399899.999974 ], [ 190001.57187399998656, 399801.571874 ], [ 189899.999974, 399699.999974 ], [ 190099.999974, 399499.999974 ], [ 188999.999974, 398899.999974 ], [ 189099.999974, 398699.999974 ], [ 188499.999974, 398399.999974 ], [ 188499.999974, 397199.999974 ], [ 186299.999974, 397599.999974 ], [ 185201.89547399998992, 397799.655374 ], [ 185199.999974, 397799.999974 ], [ 184999.999974, 397799.999974 ], [ 184299.999974, 398399.999974 ], [ 184271.050374, 398424.124674 ], [ 183699.999974, 398899.999974 ], [ 182799.999974, 400699.999974 ], [ 182699.999974, 401099.999974 ], [ 182639.37177399999928, 401084.842974 ], [ 180699.999974, 400599.999974 ], [ 180199.999974, 403799.999974 ], [ 179999.999974, 404899.999974 ], [ 181999.999974, 406299.999974 ], [ 182026.41747399998712, 406299.999974 ], [ 182161.88687399998889, 406128.267874 ], [ 182129.593774, 406189.906274 ], [ 182101.593774, 406283.312474 ], [ 182094.67917399998987, 406299.999974 ], [ 182099.999974, 406299.999974 ], [ 182128.558274, 406320.398774 ], [ 182799.999974, 406799.999974 ], [ 182837.112674, 406868.923574 ], [ 183499.999974, 408099.999974 ], [ 183599.999974, 408099.999974 ], [ 183623.407474, 408099.999974 ], [ 183999.999974, 408099.999974 ], [ 184299.999974, 408599.999974 ], [ 184399.999974, 408699.999974 ], [ 184554.392874, 408545.607074 ], [ 184599.999974, 408499.999974 ], [ 186499.999974, 410199.999974 ], [ 186799.999974, 409899.999974 ], [ 187699.999974, 409099.999974 ], [ 187599.999974, 408899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1705" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 194399.999974, 439699.999974 ], [ 194499.999974, 439099.999974 ], [ 194799.999974, 439099.999974 ], [ 194899.999974, 438599.999974 ], [ 194944.30557399999816, 438289.861174 ], [ 194999.999974, 437899.999974 ], [ 195469.871274, 437430.128774 ], [ 195499.999974, 437399.999974 ], [ 196299.999974, 436299.999974 ], [ 196299.999974, 436199.999974 ], [ 196321.06027399998857, 436183.619774 ], [ 197199.999974, 435499.999974 ], [ 198299.999974, 434799.999974 ], [ 198697.698974, 434402.301074 ], [ 198699.999974, 434399.999974 ], [ 198888.38937399999122, 433646.442274 ], [ 198899.999974, 433599.999974 ], [ 199099.999974, 432999.999974 ], [ 199399.999974, 432499.999974 ], [ 199699.999974, 432099.999974 ], [ 199903.02417399999104, 431930.813174 ], [ 200299.999974, 431599.999974 ], [ 199799.999974, 431699.999974 ], [ 199781.03827399999136, 431713.127374 ], [ 198499.999974, 432599.999974 ], [ 198099.999974, 432799.999974 ], [ 197599.999974, 432799.999974 ], [ 197559.70507399999769, 432767.764074 ], [ 197099.999974, 432399.999974 ], [ 196413.35807399998885, 431615.2663739999989 ], [ 196399.999974, 431599.999974 ], [ 196199.999974, 431199.999974 ], [ 195899.999974, 430299.999974 ], [ 195512.20177399998647, 429912.201774 ], [ 195499.999974, 429899.999974 ], [ 194899.999974, 429699.999974 ], [ 194599.999974, 429699.999974 ], [ 194299.999974, 429799.999974 ], [ 193799.999974, 430299.999974 ], [ 193399.999974, 430999.999974 ], [ 192899.999974, 431499.999974 ], [ 192399.999974, 431799.999974 ], [ 192099.999974, 431899.999974 ], [ 192061.6417739999888, 431896.164174 ], [ 191099.999974, 431799.999974 ], [ 191080.08677399999578, 431794.026074 ], [ 190099.999974, 431499.999974 ], [ 189399.999974, 430799.999974 ], [ 189245.847574, 430902.768274 ], [ 189099.999974, 430999.999974 ], [ 188999.999974, 431099.999974 ], [ 188699.999974, 432099.999974 ], [ 188695.252474, 432116.616474 ], [ 188486.750074, 432846.374774 ], [ 188299.999974, 433499.999974 ], [ 187399.999974, 433399.999974 ], [ 187299.999974, 434199.999974 ], [ 187299.999974, 434399.999974 ], [ 187332.83487399999285, 434399.999974 ], [ 188499.999974, 434399.999974 ], [ 188514.716874, 434473.584174 ], [ 188599.999974, 434899.999974 ], [ 188399.999974, 434999.999974 ], [ 188499.999974, 435699.999974 ], [ 189299.999974, 435599.999974 ], [ 189699.999974, 435499.999974 ], [ 190099.999974, 437099.999974 ], [ 189599.999974, 437499.999974 ], [ 190099.999974, 438599.999974 ], [ 190399.999974, 438499.999974 ], [ 191099.999974, 439699.999974 ], [ 190999.999974, 439799.999974 ], [ 191004.86787399998866, 439808.113174 ], [ 191025.06167399999686, 439841.769474 ], [ 191299.999974, 440299.999974 ], [ 191699.999974, 440399.999974 ], [ 191744.79447399999481, 440399.999974 ], [ 192265.651974, 440399.999974 ], [ 192299.999974, 440399.999974 ], [ 192392.55007399999886, 441047.850474 ], [ 192399.999974, 441099.999974 ], [ 192399.999974, 441399.999974 ], [ 192681.954174, 441493.984674 ], [ 192699.999974, 441499.999974 ], [ 193099.999974, 440899.999974 ], [ 194099.999974, 440099.999974 ], [ 194399.999974, 439699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1706" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 173599.999974, 373899.999974 ], [ 174499.999974, 370799.999974 ], [ 174699.999974, 370799.999974 ], [ 174899.999974, 370499.999974 ], [ 174799.999974, 370299.999974 ], [ 174699.999974, 369999.999974 ], [ 174699.999974, 369799.999974 ], [ 174899.999974, 369599.999974 ], [ 173520.154374, 367628.791974 ], [ 173499.999974, 367599.999974 ], [ 172899.999974, 366799.999974 ], [ 171599.999974, 364899.999974 ], [ 171500.874874, 362223.622174 ], [ 171499.999974, 362199.999974 ], [ 171199.999974, 359999.999974 ], [ 169999.999974, 359599.999974 ], [ 169901.082774, 359560.433074 ], [ 169499.999974, 359399.999974 ], [ 169499.999974, 359599.999974 ], [ 167499.999974, 359099.999974 ], [ 167099.999974, 359199.999974 ], [ 166799.999974, 361199.999974 ], [ 166795.860274, 361233.118174 ], [ 166699.999974, 361999.999974 ], [ 166799.999974, 362799.999974 ], [ 166799.999974, 363099.999974 ], [ 166802.713974, 363116.283774 ], [ 166899.999974, 363699.999974 ], [ 166799.999974, 364199.999974 ], [ 165999.999974, 364699.999974 ], [ 164799.999974, 365899.999974 ], [ 164199.999974, 366699.999974 ], [ 163999.999974, 367299.999974 ], [ 164004.201674, 367304.201674 ], [ 164867.955174, 368167.955174 ], [ 164899.999974, 368199.999974 ], [ 165494.496274, 368695.413574 ], [ 165499.999974, 368699.999974 ], [ 167599.999974, 370199.999974 ], [ 167609.907574, 370204.953774 ], [ 168799.999974, 370799.999974 ], [ 168816.798874, 370806.999574 ], [ 169999.999974, 371299.999974 ], [ 170003.34417399999802, 371301.672074 ], [ 170199.999974, 371399.999974 ], [ 170499.999974, 371299.999974 ], [ 170537.100574, 371289.39987399999518 ], [ 171199.999974, 371099.999974 ], [ 171299.999974, 371299.999974 ], [ 171999.999974, 370999.999974 ], [ 172299.999974, 371299.999974 ], [ 172499.999974, 371399.999974 ], [ 172812.743174, 371556.371574 ], [ 172899.999974, 371599.999974 ], [ 172899.999974, 371999.999974 ], [ 172799.999974, 371999.999974 ], [ 172399.999974, 372099.999974 ], [ 172399.999974, 372399.999974 ], [ 172599.999974, 373099.999974 ], [ 173099.999974, 373699.999974 ], [ 173599.999974, 373899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1708" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 206999.999974, 537799.999974 ], [ 207899.999974, 536699.999974 ], [ 207899.999974, 536799.999974 ], [ 207936.78337399999145, 536775.477774 ], [ 208199.999974, 536599.999974 ], [ 208499.999974, 536299.999974 ], [ 208503.918374, 536293.730574 ], [ 208789.26427399998647, 535837.177174 ], [ 208947.731174, 535583.630174 ], [ 208999.999974, 535499.999974 ], [ 209019.917974, 535477.592274 ], [ 209789.03887399999076, 534612.33127399999648 ], [ 209799.999974, 534599.999974 ], [ 209899.999974, 534399.999974 ], [ 209399.999974, 533499.999974 ], [ 208799.999974, 532899.999974 ], [ 208783.66157399999793, 532881.619274 ], [ 207999.999974, 531999.999974 ], [ 207779.812574, 531559.625174 ], [ 207699.999974, 531399.999974 ], [ 206899.999974, 530899.999974 ], [ 205599.999974, 530399.999974 ], [ 205299.999974, 530399.999974 ], [ 204899.999974, 530199.999974 ], [ 204599.999974, 529899.999974 ], [ 204499.999974, 529499.999974 ], [ 204512.94207399999141, 529464.409374 ], [ 204899.999974, 528399.999974 ], [ 204913.433974, 528379.849074 ], [ 205068.662474, 528147.006274 ], [ 205099.999974, 528099.999974 ], [ 205392.31537399999797, 527417.930774 ], [ 205399.999974, 527399.999974 ], [ 205883.445474, 526143.04187399998773 ], [ 205899.999974, 526099.999974 ], [ 205999.999974, 525899.999974 ], [ 206001.743374, 525893.026374 ], [ 206099.999974, 525499.999974 ], [ 206111.90957399999024, 525467.67407399998046 ], [ 206799.999974, 523599.999974 ], [ 206801.96737399999984, 523595.081574 ], [ 206999.999974, 523099.999974 ], [ 207039.23367399998824, 523080.383174 ], [ 207199.999974, 522999.999974 ], [ 206899.999974, 522799.999974 ], [ 206899.999974, 522599.999974 ], [ 206699.999974, 522099.999974 ], [ 206299.999974, 521699.999974 ], [ 205599.999974, 521299.999974 ], [ 205599.999974, 520999.999974 ], [ 205299.999974, 520799.999974 ], [ 204699.999974, 520399.999974 ], [ 204499.999974, 520299.999974 ], [ 203803.43367399999988, 520100.981074 ], [ 203799.999974, 520099.999974 ], [ 203480.250174, 519780.250174 ], [ 203398.937474, 519764.156274 ], [ 203388.17187399999239, 519754.999974 ], [ 203375.26567399999476, 519741.812474 ], [ 203367.89067399999476, 519733.031274 ], [ 203358.53817399998661, 519720.730974 ], [ 203030.67187399999239, 519884.664074 ], [ 202999.999974, 519899.999974 ], [ 202199.999974, 519799.999974 ], [ 200599.999974, 518599.999974 ], [ 200422.545274, 518466.908974 ], [ 200199.999974, 518299.999974 ], [ 199099.999974, 518199.999974 ], [ 198199.999974, 517399.999974 ], [ 197899.999974, 517299.999974 ], [ 197699.999974, 517499.999974 ], [ 196999.999974, 518399.999974 ], [ 196799.999974, 518499.999974 ], [ 196599.999974, 518599.999974 ], [ 196313.60397399999783, 518790.930674 ], [ 196299.999974, 518799.999974 ], [ 195499.999974, 518899.999974 ], [ 195464.840674, 518935.159274 ], [ 195436.192974, 518963.807074 ], [ 195412.754174, 518987.245874 ], [ 195396.621374, 519003.378674 ], [ 195199.999974, 519199.999974 ], [ 194999.999974, 519399.999974 ], [ 194231.928774, 520072.062274 ], [ 194199.999974, 520099.999974 ], [ 193699.999974, 520199.999974 ], [ 193299.999974, 520199.999974 ], [ 192499.999974, 520499.999974 ], [ 192399.999974, 520499.999974 ], [ 192399.999974, 520299.999974 ], [ 192099.999974, 520299.999974 ], [ 192010.245074, 520479.509874 ], [ 191999.999974, 520499.999974 ], [ 191899.999974, 520799.999974 ], [ 191999.999974, 520999.999974 ], [ 192365.767774, 521457.2097739999881 ], [ 192799.999974, 521999.999974 ], [ 192806.91077399998903, 522006.91077399998903 ], [ 192999.999974, 522199.999974 ], [ 193199.999974, 522099.999974 ], [ 193899.999974, 522699.999974 ], [ 194099.999974, 523099.999974 ], [ 194099.999974, 523599.999974 ], [ 193599.999974, 524199.999974 ], [ 193559.75877399998717, 524280.482474 ], [ 193399.999974, 524599.999974 ], [ 193199.999974, 525099.999974 ], [ 193146.08437399999821, 525123.106674 ], [ 192529.32867399998941, 525387.43057399999816 ], [ 192499.999974, 525399.999974 ], [ 192499.999974, 525525.925774 ], [ 192405.761774, 525970.934974 ], [ 192405.424774, 525971.903874 ], [ 192405.39067399999476, 525972.687474 ], [ 191699.999974, 527999.999974 ], [ 191109.91017399998964, 529475.224474 ], [ 191099.999974, 529499.999974 ], [ 189999.999974, 530599.999974 ], [ 189599.999974, 530599.999974 ], [ 189499.999974, 530699.999974 ], [ 189487.989574, 530712.010474 ], [ 188999.999974, 531199.999974 ], [ 188975.7606739999901, 531221.209374 ], [ 188199.999974, 531899.999974 ], [ 187012.315674, 532691.789574 ], [ 186999.999974, 532699.999974 ], [ 186383.231674, 533008.384174 ], [ 186199.999974, 533099.999974 ], [ 185299.999974, 533199.999974 ], [ 185290.07827399999951, 533199.17317400011234 ], [ 184099.999974, 533099.999974 ], [ 184099.999974, 533499.999974 ], [ 183599.999974, 533999.999974 ], [ 183596.754874, 534003.245174 ], [ 183099.999974, 534499.999974 ], [ 182499.999974, 535499.999974 ], [ 183499.999974, 536399.999974 ], [ 184118.74677399999928, 536753.569574 ], [ 184199.999974, 536769.84897399996407 ], [ 184199.999974, 536599.999974 ], [ 184467.18917399999918, 536332.810774 ], [ 184499.999974, 536299.999974 ], [ 184799.999974, 536299.999974 ], [ 185099.999974, 536099.999974 ], [ 185299.999974, 535799.999974 ], [ 185299.999974, 535499.999974 ], [ 185658.506874, 535428.29867399996147 ], [ 185767.999974, 535624.624974 ], [ 185798.70317399999476, 535664.874974 ], [ 185825.79687399999239, 535678.999974 ], [ 185840.906274, 535681.624974 ], [ 185859.00877399998717, 535657.989974 ], [ 185762.677874, 535407.46437399997376 ], [ 185799.999974, 535399.999974 ], [ 186259.6075739999942, 535491.92147399997339 ], [ 186299.999974, 535499.999974 ], [ 186899.999974, 535399.999974 ], [ 187499.999974, 535199.999974 ], [ 187999.999974, 534999.999974 ], [ 188146.72827399999369, 534999.999974 ], [ 188199.999974, 534999.999974 ], [ 188399.999974, 535299.999974 ], [ 189399.999974, 535699.999974 ], [ 189599.999974, 536199.999974 ], [ 190099.999974, 536399.999974 ], [ 190395.124874, 536596.7498739999719 ], [ 190399.999974, 536599.999974 ], [ 190599.999974, 537099.999974 ], [ 191194.625174, 537496.416774 ], [ 191199.999974, 537499.999974 ], [ 191099.999974, 538299.999974 ], [ 191299.999974, 538599.999974 ], [ 191699.999974, 538799.999974 ], [ 192389.439974, 538898.49137399997562 ], [ 192399.999974, 538899.999974 ], [ 192699.999974, 539099.999974 ], [ 193299.999974, 538599.999974 ], [ 193399.999974, 538699.999974 ], [ 193299.999974, 539099.999974 ], [ 193499.999974, 539299.999974 ], [ 194399.999974, 539599.999974 ], [ 194699.999974, 538699.999974 ], [ 195199.999974, 537899.999974 ], [ 195210.035074, 537874.912374 ], [ 195393.23437399999239, 537416.91407399997115 ], [ 195399.999974, 537399.999974 ], [ 195399.999974, 537383.068774 ], [ 195420.790574, 537299.999974 ], [ 195599.999974, 537299.999974 ], [ 195899.999974, 536999.999974 ], [ 195908.000074, 536991.9998739999719 ], [ 196099.999974, 536799.999974 ], [ 196199.999974, 536799.999974 ], [ 196899.999974, 537199.999974 ], [ 197999.999974, 537399.999974 ], [ 198396.934974, 536606.129974 ], [ 198399.999974, 536599.999974 ], [ 199299.999974, 537099.999974 ], [ 199888.127374, 537570.501874 ], [ 199888.593774, 537578.437474 ], [ 199909.54687399999239, 537637.062474 ], [ 200128.45937399999821, 537855.868374 ], [ 200140.406274, 537823.124974 ], [ 200118.643374, 537754.914674000116065 ], [ 200299.999974, 537899.999974 ], [ 200204.75647399999434, 538090.487074 ], [ 200199.999974, 538099.999974 ], [ 199999.999974, 538399.999974 ], [ 199799.999974, 539099.999974 ], [ 199969.73377399999299, 539156.577974 ], [ 199989.943074, 539163.314374 ], [ 200399.999974, 539299.999974 ], [ 200426.881074, 539299.999974 ], [ 201699.999974, 539299.999974 ], [ 201899.999974, 539399.999974 ], [ 202199.999974, 539799.999974 ], [ 202684.28217399999266, 539993.71287399996072 ], [ 202699.999974, 539999.999974 ], [ 204299.999974, 540999.999974 ], [ 204999.999974, 540299.999974 ], [ 205099.999974, 539899.999974 ], [ 206399.999974, 538399.999974 ], [ 206439.68417399999453, 538360.315874 ], [ 206510.6362739999895, 538289.363674 ], [ 206632.10807399998885, 538167.89187399996445 ], [ 206694.140274, 538105.859774 ], [ 206999.999974, 537799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1709" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 104713.81407399999443, 412266.846074 ], [ 105199.999974, 411099.999974 ], [ 105599.999974, 411399.999974 ], [ 106199.999974, 411299.999974 ], [ 106999.999974, 410599.999974 ], [ 107099.999974, 410699.999974 ], [ 107272.43937399997958, 411131.09847399999853 ], [ 107299.999974, 411199.999974 ], [ 107799.999974, 410399.999974 ], [ 108099.999974, 409599.999974 ], [ 106399.999974, 408899.999974 ], [ 107098.93177399999695, 407901.526074 ], [ 107099.999974, 407899.999974 ], [ 107199.999974, 407499.999974 ], [ 106699.999974, 407299.999974 ], [ 106700.21357399999397, 407299.466174 ], [ 106899.999974, 406799.999974 ], [ 107099.999974, 406299.999974 ], [ 107399.999974, 405699.999974 ], [ 107334.02357399999164, 405699.999974 ], [ 107299.999974, 405699.999974 ], [ 106799.999974, 405599.999974 ], [ 106199.999974, 405199.999974 ], [ 105899.999974, 405099.999974 ], [ 105499.999974, 405099.999974 ], [ 104999.999974, 405299.999974 ], [ 104599.999974, 405299.999974 ], [ 103499.999974, 405099.999974 ], [ 103099.999974, 404799.999974 ], [ 102799.999974, 404299.999974 ], [ 102499.999974, 404199.999974 ], [ 102199.999974, 404199.999974 ], [ 102181.60867399998824, 404209.195674 ], [ 102049.306274, 404275.346874 ], [ 101999.999974, 404299.999974 ], [ 101599.999974, 404599.999974 ], [ 101299.999974, 404699.999974 ], [ 100899.999974, 404599.999974 ], [ 100599.999974, 404299.999974 ], [ 100199.999974, 404199.999974 ], [ 100021.14367399999173, 404289.428174 ], [ 99999.999974, 404299.999974 ], [ 98999.999974, 404799.999974 ], [ 98943.586874, 404811.282574 ], [ 98525.60577399999602, 404894.878874 ], [ 98499.999974, 404899.999974 ], [ 97699.999974, 404699.999974 ], [ 97499.999974, 404499.999974 ], [ 97199.999974, 403999.999974 ], [ 96999.999974, 403799.999974 ], [ 96499.999974, 403499.999974 ], [ 96110.123273999983212, 403499.999974 ], [ 96099.999974, 403499.999974 ], [ 95699.999974, 403399.999974 ], [ 95307.770373999985168, 403007.770374 ], [ 95299.999974, 402999.999974 ], [ 94899.999974, 402399.999974 ], [ 94699.999974, 402399.999974 ], [ 94686.74537399999099, 402393.372674 ], [ 94503.18547399999807, 402301.592774 ], [ 94499.999974, 402299.999974 ], [ 94199.999974, 402399.999974 ], [ 93703.341274, 402598.663474 ], [ 93699.999974, 402599.999974 ], [ 93299.999974, 403099.999974 ], [ 92999.999974, 403599.999974 ], [ 92699.999974, 403799.999974 ], [ 92686.338373999984469, 403799.999974 ], [ 92199.999974, 403799.999974 ], [ 91599.999974, 403399.999974 ], [ 90899.999974, 403199.999974 ], [ 90868.33427399999346, 403202.878674 ], [ 89799.999974, 403299.999974 ], [ 89199.999974, 403599.999974 ], [ 88634.756173999980092, 404259.451074 ], [ 88599.999974, 404299.999974 ], [ 88299.999974, 404999.999974 ], [ 88099.999974, 405099.999974 ], [ 87499.999974, 405199.999974 ], [ 87299.999974, 405399.999974 ], [ 86699.999974, 405999.999974 ], [ 86499.999974, 406399.999974 ], [ 86199.999974, 406699.999974 ], [ 86164.81407399999443, 406708.796474 ], [ 85799.999974, 406799.999974 ], [ 85752.088373999984469, 406847.911674 ], [ 85099.999974, 407499.999974 ], [ 84999.999974, 407699.999974 ], [ 84799.999974, 408099.999974 ], [ 85099.999974, 408299.999974 ], [ 85899.999974, 409399.999974 ], [ 86299.999974, 410399.999974 ], [ 86199.999974, 410599.999974 ], [ 86697.249374, 410997.79947399999946 ], [ 86699.999974, 410999.999974 ], [ 87599.999974, 411799.999974 ], [ 88499.999974, 412499.999974 ], [ 89250.760374, 412499.999974 ], [ 89299.999974, 412499.999974 ], [ 89799.999974, 412299.999974 ], [ 89851.69757399999071, 412258.641974 ], [ 90299.999974, 411899.999974 ], [ 90999.999974, 411499.999974 ], [ 91899.999974, 411199.999974 ], [ 92199.999974, 411199.999974 ], [ 92899.999974, 410899.999974 ], [ 93074.2439739999827, 410725.756074 ], [ 93099.999974, 410699.999974 ], [ 93399.999974, 410899.999974 ], [ 93899.999974, 410799.999974 ], [ 94999.999974, 410899.999974 ], [ 95299.999974, 410999.999974 ], [ 95872.154473999980837, 411190.718174 ], [ 95899.999974, 411199.999974 ], [ 96299.999974, 411299.999974 ], [ 100699.999974, 412299.999974 ], [ 101099.999974, 412599.999974 ], [ 101899.999974, 413299.999974 ], [ 101922.92417399998521, 413314.32757399999537 ], [ 102699.999974, 413799.999974 ], [ 103399.999974, 414099.999974 ], [ 103899.999974, 414099.999974 ], [ 103599.999974, 414699.999974 ], [ 103699.999974, 414699.999974 ], [ 103899.999974, 414199.999974 ], [ 103923.12157399998978, 414142.196074 ], [ 104099.999974, 413699.999974 ], [ 104299.999974, 413599.999974 ], [ 104499.999974, 413399.999974 ], [ 104699.999974, 412299.999974 ], [ 104713.81407399999443, 412266.846074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1711" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 191199.999974, 349399.999974 ], [ 191699.999974, 349299.999974 ], [ 191899.999974, 349399.999974 ], [ 191999.999974, 349099.999974 ], [ 191899.999974, 348899.999974 ], [ 192399.999974, 347699.999974 ], [ 192414.784274, 347685.215774 ], [ 192799.999974, 347299.999974 ], [ 193699.999974, 347299.999974 ], [ 193799.999974, 347299.999974 ], [ 193699.999974, 347199.999974 ], [ 193907.09907399999793, 347199.999974 ], [ 194699.999974, 347199.999974 ], [ 194899.999974, 347299.999974 ], [ 194999.999974, 347399.999974 ], [ 195199.999974, 347699.999974 ], [ 195499.999974, 347799.999974 ], [ 195999.999974, 347399.999974 ], [ 196049.662374, 347412.415574 ], [ 196399.999974, 347499.999974 ], [ 196799.999974, 348099.999974 ], [ 197199.999974, 348099.999974 ], [ 197639.079774, 347924.36807399999816 ], [ 197699.999974, 347899.999974 ], [ 197999.999974, 347399.999974 ], [ 198899.999974, 347799.999974 ], [ 199382.665374, 347317.334574 ], [ 199399.999974, 347299.999974 ], [ 199645.700874, 346956.01877399999648 ], [ 199749.37167399999453, 346810.879574 ], [ 199899.999974, 346599.999974 ], [ 200099.999974, 345999.999974 ], [ 200499.999974, 345399.999974 ], [ 199399.999974, 344999.999974 ], [ 198899.999974, 344799.999974 ], [ 198499.999974, 344599.999974 ], [ 197799.999974, 343999.999974 ], [ 197399.999974, 343499.999974 ], [ 197099.999974, 342999.999974 ], [ 196899.999974, 342899.999974 ], [ 196882.67987399999402, 342891.339974 ], [ 196699.999974, 342799.999974 ], [ 196599.999974, 342699.999974 ], [ 196499.999974, 342599.999974 ], [ 196699.999974, 342399.999974 ], [ 196500.19467399999849, 342133.592874 ], [ 196399.999974, 341999.999974 ], [ 196199.999974, 341699.999974 ], [ 195899.999974, 341099.999974 ], [ 195799.999974, 340199.999974 ], [ 195799.999974, 340174.953774 ], [ 195799.999974, 339899.999974 ], [ 195699.999974, 339599.999974 ], [ 195647.374474, 339582.458174 ], [ 195399.999974, 339499.999974 ], [ 195038.118874, 339228.589174 ], [ 194999.999974, 339199.999974 ], [ 195099.999974, 338899.999974 ], [ 194999.999974, 338499.999974 ], [ 194899.999974, 338499.999974 ], [ 194799.999974, 338699.999974 ], [ 194606.57747399999062, 338699.999974 ], [ 194599.999974, 338699.999974 ], [ 194199.999974, 338799.999974 ], [ 193599.999974, 338499.999974 ], [ 193399.999974, 339199.999974 ], [ 192799.999974, 339999.999974 ], [ 192299.999974, 341699.999974 ], [ 192252.38377399998717, 341747.616274 ], [ 192009.1871739999915, 341990.812874 ], [ 191860.76387399999658, 342060.763874 ], [ 191299.999974, 341499.999974 ], [ 190699.999974, 340999.999974 ], [ 190399.999974, 340499.999974 ], [ 190099.999974, 340399.999974 ], [ 188799.999974, 340299.999974 ], [ 188599.999974, 340299.999974 ], [ 188603.09827399998903, 340281.410374 ], [ 188699.999974, 339699.999974 ], [ 189199.999974, 338899.999974 ], [ 189399.999974, 338799.999974 ], [ 189399.999974, 338199.999974 ], [ 188299.999974, 337799.999974 ], [ 187936.466374, 337799.999974 ], [ 187899.999974, 337799.999974 ], [ 187599.999974, 337899.999974 ], [ 187503.54247399998712, 338189.372574 ], [ 187499.999974, 338199.999974 ], [ 187399.999974, 338699.999974 ], [ 187699.999974, 338799.999974 ], [ 187512.407474, 339268.981374 ], [ 187499.999974, 339299.999974 ], [ 187399.999974, 339699.999974 ], [ 186999.999974, 339699.999974 ], [ 186915.933374, 339699.999974 ], [ 186799.999974, 339699.999974 ], [ 186599.999974, 339799.999974 ], [ 186399.999974, 339999.999974 ], [ 185998.941874, 339919.78837399999611 ], [ 185899.999974, 339899.999974 ], [ 185801.218774, 340789.031374 ], [ 185799.999974, 340799.999974 ], [ 185599.999974, 341999.999974 ], [ 185599.999974, 342699.999974 ], [ 185333.969974, 342699.999974 ], [ 185299.999974, 342699.999974 ], [ 184599.999974, 341199.999974 ], [ 184499.999974, 340999.999974 ], [ 184199.999974, 340999.999974 ], [ 184099.999974, 341099.999974 ], [ 183999.999974, 341199.999974 ], [ 183999.887274, 341199.999974 ], [ 183799.999974, 341199.999974 ], [ 183999.999974, 341399.999974 ], [ 183999.999974, 341599.999974 ], [ 183699.999974, 342599.999974 ], [ 183899.999974, 342899.999974 ], [ 184199.999974, 343199.999974 ], [ 184199.999974, 343399.999974 ], [ 184104.78637399998843, 343780.854374 ], [ 184099.999974, 343799.999974 ], [ 183799.999974, 344199.999974 ], [ 183599.999974, 344499.999974 ], [ 183599.999974, 344699.999974 ], [ 183899.999974, 344999.999974 ], [ 184299.999974, 345199.999974 ], [ 184599.999974, 345299.999974 ], [ 184899.999974, 345199.999974 ], [ 185399.999974, 344899.999974 ], [ 185599.999974, 344899.999974 ], [ 185999.999974, 345199.999974 ], [ 186192.946074, 345392.946074 ], [ 186199.999974, 345399.999974 ], [ 186199.999974, 345699.999974 ], [ 186499.999974, 346099.999974 ], [ 186999.999974, 346299.999974 ], [ 187483.695574, 346686.956474 ], [ 187493.072874, 346706.003874 ], [ 187591.756874, 346906.452874 ], [ 187899.999974, 347599.999974 ], [ 187906.00447399998666, 347612.009074 ], [ 188484.59237399999984, 348769.184774 ], [ 188499.999974, 348799.999974 ], [ 188991.43897399998968, 349586.302374 ], [ 188999.999974, 349599.999974 ], [ 189599.999974, 349599.999974 ], [ 189699.999974, 349399.999974 ], [ 190386.42607399998815, 349694.182574 ], [ 190399.999974, 349699.999974 ], [ 190599.999974, 349699.999974 ], [ 190643.426374, 349678.286774 ], [ 191199.999974, 349399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1714" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 26199.9999739999912, 381299.999974 ], [ 26799.9999739999912, 381199.999974 ], [ 26873.49137399999017, 381199.999974 ], [ 26899.9999739999912, 381199.999974 ], [ 26999.9999739999912, 381099.999974 ], [ 26899.9999739999912, 380799.999974 ], [ 27199.9999739999912, 380699.999974 ], [ 27699.9999739999912, 380499.999974 ], [ 28199.9999739999912, 380399.999974 ], [ 28399.9999739999912, 380399.999974 ], [ 29099.9999739999912, 379899.999974 ], [ 29199.9999739999912, 379799.999974 ], [ 29134.20407399999385, 379734.204074 ], [ 29105.08717399999296, 379705.087174 ], [ 29099.9999739999912, 379699.999974 ], [ 29499.9999739999912, 379299.999974 ], [ 29799.9999739999912, 378999.999974 ], [ 29838.5910739999963, 378994.062874 ], [ 31099.9999739999912, 378799.999974 ], [ 31599.9999739999912, 378499.999974 ], [ 31699.9999739999912, 378299.999974 ], [ 32196.17707399999199, 378101.529174 ], [ 32199.9999739999912, 378099.999974 ], [ 33499.9999739999912, 377699.999974 ], [ 34199.9999739999912, 377599.999974 ], [ 34201.4455739999903, 377599.793474 ], [ 34899.9999739999912, 377499.999974 ], [ 35286.68257399999129, 377403.329374 ], [ 35299.9999739999912, 377399.999974 ], [ 36599.9999739999912, 377199.999974 ], [ 36999.9999739999912, 376599.999974 ], [ 36999.9999739999912, 376399.999974 ], [ 36999.9999739999912, 375099.999974 ], [ 36799.9999739999912, 375199.999974 ], [ 36599.9999739999912, 375399.999974 ], [ 36299.9999739999912, 375399.999974 ], [ 36299.9999739999912, 375199.999974 ], [ 34699.9999739999912, 374999.999974 ], [ 34599.9999739999912, 374799.999974 ], [ 34299.9999739999912, 374699.999974 ], [ 33799.9999739999912, 374899.999974 ], [ 33899.9999739999912, 374099.999974 ], [ 33729.710574, 374014.855274 ], [ 33699.9999739999912, 373999.999974 ], [ 33599.9999739999912, 373999.999974 ], [ 33616.66337399999611, 373966.673274 ], [ 34199.9999739999912, 372799.999974 ], [ 34499.9999739999912, 372999.999974 ], [ 34599.9999739999912, 371999.999974 ], [ 34899.9999739999912, 372099.999974 ], [ 34999.9999739999912, 371499.999974 ], [ 36499.9999739999912, 371599.999974 ], [ 36699.9999739999912, 371499.999974 ], [ 37599.9999739999912, 371299.999974 ], [ 38292.97627399999328, 371003.010174 ], [ 38262.13157399999182, 370964.243774 ], [ 38253.92077399999107, 370953.92077399999835 ], [ 37599.9999739999912, 370299.999974 ], [ 37899.9999739999912, 369899.999974 ], [ 37599.9999739999912, 369499.999974 ], [ 37799.9999739999912, 367999.999974 ], [ 37199.9999739999912, 367599.999974 ], [ 37199.9999739999912, 367299.999974 ], [ 36899.9999739999912, 366599.999974 ], [ 36599.9999739999912, 367099.999974 ], [ 35799.9999739999912, 367099.999974 ], [ 35699.9999739999912, 367199.999974 ], [ 35699.9999739999912, 367399.999974 ], [ 34399.9999739999912, 368199.999974 ], [ 33399.9999739999912, 368199.999974 ], [ 33399.9999739999912, 368099.999974 ], [ 33199.9999739999912, 367999.999974 ], [ 32199.9999739999912, 368599.999974 ], [ 31599.9999739999912, 368899.999974 ], [ 30399.9999739999912, 369599.999974 ], [ 29799.9999739999912, 369999.999974 ], [ 29767.95957399999315, 369999.999974 ], [ 29699.9999739999912, 369999.999974 ], [ 28999.9999739999912, 369199.999974 ], [ 29499.9999739999912, 368599.999974 ], [ 29199.9999739999912, 368199.999974 ], [ 29099.9999739999912, 367999.999974 ], [ 28699.9999739999912, 368099.999974 ], [ 28399.9999739999912, 368399.999974 ], [ 28399.9999739999912, 368499.999974 ], [ 27799.9999739999912, 368999.999974 ], [ 27499.9999739999912, 368899.999974 ], [ 27399.9999739999912, 368499.999974 ], [ 27299.9999739999912, 368399.999974 ], [ 27284.23397399999521, 368392.116974 ], [ 27099.9999739999912, 368299.999974 ], [ 26799.9999739999912, 368499.999974 ], [ 26399.9999739999912, 368499.999974 ], [ 26299.9999739999912, 368099.999974 ], [ 25999.9999739999912, 367699.999974 ], [ 25699.9999739999912, 367699.999974 ], [ 25399.9999739999912, 368199.999974 ], [ 24399.9999739999912, 368099.999974 ], [ 24599.9999739999912, 367399.999974 ], [ 24604.14507399999275, 367373.747974 ], [ 25199.9999739999912, 363599.999974 ], [ 25110.91057399999409, 363590.862574 ], [ 21299.9999739999912, 363199.999974 ], [ 19799.9999739999912, 363199.999974 ], [ 19771.09117399999377, 363199.999974 ], [ 19499.9999739999912, 363199.999974 ], [ 19099.9999739999912, 363399.999974 ], [ 19087.29737399999431, 363404.234174 ], [ 18499.9999739999912, 363599.999974 ], [ 18199.9999739999912, 363499.999974 ], [ 17999.9999739999912, 364199.999974 ], [ 17999.9999739999912, 364220.93667399999686 ], [ 17999.9999739999912, 364699.999974 ], [ 17399.9999739999912, 365299.999974 ], [ 17397.56067399999301, 365296.747574 ], [ 17099.9999739999912, 364899.999974 ], [ 16799.9999739999912, 364899.999974 ], [ 16499.9999739999912, 365599.999974 ], [ 15899.9999739999912, 365899.999974 ], [ 15499.9999739999912, 366799.999974 ], [ 14899.9999739999912, 366999.999974 ], [ 14699.9999739999912, 367199.999974 ], [ 14699.9999739999912, 367499.999974 ], [ 14999.9999739999912, 367599.999974 ], [ 15099.9999739999912, 367699.999974 ], [ 14999.9999739999912, 368299.999974 ], [ 14899.9999739999912, 368499.999974 ], [ 14299.9999739999912, 368899.999974 ], [ 14099.9999739999912, 369299.999974 ], [ 13999.9999739999912, 369599.999974 ], [ 14099.9999739999912, 369799.999974 ], [ 14799.9999739999912, 370099.999974 ], [ 13899.9999739999912, 371099.999974 ], [ 13870.72897399999056, 371139.028074 ], [ 13599.9999739999912, 371499.999974 ], [ 13899.9999739999912, 371799.999974 ], [ 13920.61117399999057, 371823.187574 ], [ 15494.13527399999293, 373593.402174 ], [ 15499.9999739999912, 373599.999974 ], [ 15399.9999739999912, 374399.999974 ], [ 14799.9999739999912, 375199.999974 ], [ 14799.9999739999912, 375799.999974 ], [ 14899.9999739999912, 376299.999974 ], [ 14699.9999739999912, 376999.999974 ], [ 14539.3124739999912, 377321.374974 ], [ 14399.9999739999912, 377599.999974 ], [ 14685.2444739999919, 377980.325874 ], [ 14699.9999739999912, 377999.999974 ], [ 15153.45867399999406, 378362.766974 ], [ 15199.9999739999912, 378399.999974 ], [ 15399.9999739999912, 378499.999974 ], [ 15699.9999739999912, 378599.999974 ], [ 16799.9999739999912, 378999.999974 ], [ 17499.9999739999912, 379299.999974 ], [ 17524.88627399999677, 379312.443174 ], [ 18299.9999739999912, 379699.999974 ], [ 18499.9999739999912, 379799.999974 ], [ 18799.9999739999912, 379799.999974 ], [ 18986.13787399999273, 379706.931074 ], [ 18999.9999739999912, 379699.999974 ], [ 19299.9999739999912, 379599.999974 ], [ 19499.9999739999912, 379599.999974 ], [ 20060.31997399999091, 379786.773374 ], [ 20099.9999739999912, 379799.999974 ], [ 20599.9999739999912, 379999.999974 ], [ 20717.29627399999299, 380058.648174 ], [ 20799.9999739999912, 380099.999974 ], [ 20999.9999739999912, 380099.999974 ], [ 21299.9999739999912, 380099.999974 ], [ 21773.10937399999239, 380218.277374 ], [ 22099.9999739999912, 380299.999974 ], [ 22299.9999739999912, 380399.999974 ], [ 22699.9999739999912, 380499.999974 ], [ 22899.9999739999912, 380599.999974 ], [ 23199.9999739999912, 380699.999974 ], [ 23499.9999739999912, 380899.999974 ], [ 23699.9999739999912, 381099.999974 ], [ 23724.63117399999464, 381099.999974 ], [ 23799.9999739999912, 381099.999974 ], [ 23799.9999739999912, 381299.999974 ], [ 23999.9999739999912, 381399.999974 ], [ 24899.9999739999912, 381499.999974 ], [ 25199.9999739999912, 381499.999974 ], [ 25699.9999739999912, 381399.999974 ], [ 26199.9999739999912, 381299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1719" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 113299.999974, 419899.999974 ], [ 113499.999974, 418799.999974 ], [ 114565.566674, 418896.869674 ], [ 114599.999974, 418899.999974 ], [ 115099.999974, 418899.999974 ], [ 115899.999974, 418499.999974 ], [ 116299.999974, 418499.999974 ], [ 116799.999974, 418499.999974 ], [ 117399.999974, 418799.999974 ], [ 117986.151274, 418702.308074 ], [ 117999.999974, 418699.999974 ], [ 118094.633074, 418226.834574 ], [ 118099.999974, 418199.999974 ], [ 118099.999974, 418099.999974 ], [ 117799.999974, 417499.999974 ], [ 117899.999974, 416799.999974 ], [ 117699.999974, 416499.999974 ], [ 117699.999974, 415599.999974 ], [ 117699.999974, 415589.564374 ], [ 117699.999974, 415299.999974 ], [ 117199.999974, 414299.999974 ], [ 116999.999974, 413899.999974 ], [ 116499.999974, 413799.999974 ], [ 116469.69037399999797, 413799.999974 ], [ 115999.999974, 413799.999974 ], [ 116099.999974, 413599.999974 ], [ 116111.548374, 413565.354774 ], [ 116199.999974, 413299.999974 ], [ 116396.731074, 412217.979174 ], [ 116399.999974, 412199.999974 ], [ 116599.999974, 411599.999974 ], [ 116899.999974, 411099.999974 ], [ 116923.452374, 411047.232174 ], [ 117299.999974, 410199.999974 ], [ 116399.999974, 409899.999974 ], [ 115896.0224739999976, 409711.008474 ], [ 115599.999974, 409599.999974 ], [ 115549.203374, 409583.06777399999555 ], [ 114099.999974, 409099.999974 ], [ 113130.46907399999327, 408518.281374 ], [ 113099.999974, 408499.999974 ], [ 113112.023874, 408465.431374 ], [ 113899.999974, 406199.999974 ], [ 114099.999974, 405999.999974 ], [ 113975.476074, 405896.229974 ], [ 113499.999974, 405499.999974 ], [ 112199.999974, 404699.999974 ], [ 111999.999974, 404699.999974 ], [ 111901.840574, 405190.796974 ], [ 111899.999974, 405199.999974 ], [ 111499.999974, 405499.999974 ], [ 110799.999974, 405799.999974 ], [ 110102.37077399998088, 406198.645274 ], [ 110099.999974, 406199.999974 ], [ 109699.999974, 406199.999974 ], [ 107699.999974, 405699.999974 ], [ 107399.999974, 405699.999974 ], [ 107099.999974, 406299.999974 ], [ 106899.999974, 406799.999974 ], [ 106700.21357399999397, 407299.466174 ], [ 106699.999974, 407299.999974 ], [ 107199.999974, 407499.999974 ], [ 107099.999974, 407899.999974 ], [ 107098.93177399999695, 407901.526074 ], [ 106399.999974, 408899.999974 ], [ 108099.999974, 409599.999974 ], [ 107799.999974, 410399.999974 ], [ 107299.999974, 411199.999974 ], [ 107272.43937399997958, 411131.09847399999853 ], [ 107099.999974, 410699.999974 ], [ 106999.999974, 410599.999974 ], [ 106199.999974, 411299.999974 ], [ 105599.999974, 411399.999974 ], [ 105199.999974, 411099.999974 ], [ 104713.81407399999443, 412266.846074 ], [ 104699.999974, 412299.999974 ], [ 104499.999974, 413399.999974 ], [ 104299.999974, 413599.999974 ], [ 104099.999974, 413699.999974 ], [ 103923.12157399998978, 414142.196074 ], [ 103899.999974, 414199.999974 ], [ 103699.999974, 414699.999974 ], [ 105799.999974, 415299.999974 ], [ 105899.999974, 415399.999974 ], [ 105899.999974, 414799.999974 ], [ 107399.999974, 414999.999974 ], [ 108999.999974, 416399.999974 ], [ 109899.999974, 416599.999974 ], [ 110099.999974, 417199.999974 ], [ 110799.999974, 417699.999974 ], [ 111099.999974, 418399.999974 ], [ 111981.247474, 419183.33107399998698 ], [ 111999.999974, 419199.999974 ], [ 112099.999974, 419099.999974 ], [ 112499.999974, 419099.999974 ], [ 112999.999974, 419699.999974 ], [ 113099.999974, 419899.999974 ], [ 113299.999974, 419899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1721" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 165107.91517399999429, 416896.607774 ], [ 165748.03107399999863, 416622.272374 ], [ 165790.51437399999122, 416658.540074 ], [ 165806.62407399999211, 416596.386874 ], [ 166899.999974, 415999.999974 ], [ 167586.456574, 415803.869574 ], [ 167599.999974, 415799.999974 ], [ 167899.999974, 415799.999974 ], [ 167906.090174, 415803.045074 ], [ 168099.999974, 415899.999974 ], [ 168399.999974, 415899.999974 ], [ 168899.999974, 415199.999974 ], [ 169699.999974, 413299.999974 ], [ 169599.999974, 413199.999974 ], [ 169399.999974, 413199.999974 ], [ 169499.999974, 412599.999974 ], [ 169699.999974, 412199.999974 ], [ 169699.999974, 411999.999974 ], [ 169499.999974, 411399.999974 ], [ 168999.999974, 410699.999974 ], [ 168992.89077399999951, 410692.890774 ], [ 168799.999974, 410499.999974 ], [ 168499.999974, 410299.999974 ], [ 168099.999974, 409999.999974 ], [ 167799.999974, 409699.999974 ], [ 167784.784274, 409669.568674 ], [ 167099.999974, 408299.999974 ], [ 167099.999974, 407999.999974 ], [ 167399.999974, 408099.999974 ], [ 167599.999974, 407899.999974 ], [ 167699.999974, 407399.999974 ], [ 167499.999974, 407199.999974 ], [ 167699.999974, 406999.999974 ], [ 167299.999974, 406599.999974 ], [ 165699.999974, 405699.999974 ], [ 165699.999974, 405698.566674 ], [ 165699.999974, 405599.999974 ], [ 165799.999974, 405599.999974 ], [ 165699.999974, 405099.999974 ], [ 165464.948974, 405139.175174 ], [ 165099.999974, 405199.999974 ], [ 164999.999974, 404899.999974 ], [ 164499.999974, 404599.999974 ], [ 163899.999974, 404799.999974 ], [ 163099.999974, 405299.999974 ], [ 163099.999974, 404999.999974 ], [ 162999.999974, 404699.999974 ], [ 162639.802774, 404249.753474 ], [ 162599.999974, 404199.999974 ], [ 160599.999974, 405899.999974 ], [ 160594.54137399999308, 405902.729274 ], [ 160435.793674, 405982.103174 ], [ 160399.999974, 405999.999974 ], [ 158547.46167399999104, 406780.01617399998941 ], [ 158499.999974, 406799.999974 ], [ 157499.999974, 407199.999974 ], [ 157521.699874, 407221.699874 ], [ 157799.999974, 407499.999974 ], [ 158099.999974, 407999.999974 ], [ 158099.999974, 408304.44407399999909 ], [ 158156.56167399999686, 408399.999974 ], [ 158599.999974, 408399.999974 ], [ 158999.999974, 408399.999974 ], [ 159299.999974, 408999.999974 ], [ 159799.999974, 410999.999974 ], [ 159899.999974, 411499.999974 ], [ 159999.999974, 411199.999974 ], [ 160199.999974, 411199.999974 ], [ 160699.999974, 411199.999974 ], [ 160796.07867399998941, 411392.157374 ], [ 160799.999974, 411399.999974 ], [ 161299.999974, 412499.999974 ], [ 161599.999974, 412499.999974 ], [ 161613.361574, 412509.543974 ], [ 162299.999974, 412999.999974 ], [ 162677.234574, 413188.617274 ], [ 162699.999974, 413199.999974 ], [ 162799.999974, 413399.999974 ], [ 162699.999974, 413499.999974 ], [ 162599.999974, 413699.999974 ], [ 162315.762374, 413699.999974 ], [ 162299.999974, 413699.999974 ], [ 161999.999974, 413699.999974 ], [ 161699.999974, 413899.999974 ], [ 161299.999974, 414999.999974 ], [ 161049.568774, 415500.862474 ], [ 161022.35067399998661, 415555.298674 ], [ 161014.349174, 415605.739674 ], [ 162498.932774, 416199.573074 ], [ 162499.999974, 416199.999974 ], [ 162699.999974, 416299.999974 ], [ 163299.999974, 416599.999974 ], [ 163434.168674, 416620.6413739999989 ], [ 164599.999974, 416799.999974 ], [ 165099.999974, 416899.999974 ], [ 165107.91517399999429, 416896.607774 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1722" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 185699.999974, 598999.999974 ], [ 186799.999974, 597699.999974 ], [ 187299.999974, 597699.999974 ], [ 187499.999974, 597399.999974 ], [ 187999.999974, 596799.999974 ], [ 188099.999974, 596399.999974 ], [ 187899.999974, 596299.999974 ], [ 187799.999974, 596199.999974 ], [ 188199.999974, 595799.999974 ], [ 188499.999974, 595899.999974 ], [ 188999.999974, 595699.999974 ], [ 189599.999974, 595299.999974 ], [ 189899.999974, 595099.999974 ], [ 190199.999974, 594599.999974 ], [ 189899.999974, 594399.999974 ], [ 189899.999974, 594327.862174 ], [ 189899.999974, 594325.252574 ], [ 189899.999974, 594299.999974 ], [ 190299.999974, 593899.999974 ], [ 190391.86437399999704, 593877.033873999957 ], [ 190699.999974, 593799.999974 ], [ 190799.999974, 593599.999974 ], [ 190999.999974, 593299.999974 ], [ 191099.999974, 593099.999974 ], [ 191399.999974, 593299.999974 ], [ 191599.999974, 593199.999974 ], [ 191599.999974, 592799.999974 ], [ 191299.999974, 592599.999974 ], [ 191499.999974, 592299.999974 ], [ 190799.999974, 591999.999974 ], [ 190792.40967399999499, 591994.642174 ], [ 189111.290974, 590807.970074 ], [ 189099.999974, 590799.999974 ], [ 188999.999974, 590699.999974 ], [ 189399.999974, 589899.999974 ], [ 189599.999974, 589199.999974 ], [ 189099.999974, 588699.999974 ], [ 188599.999974, 588299.999974 ], [ 188099.999974, 587899.999974 ], [ 187699.999974, 588299.999974 ], [ 187699.999974, 588399.999974 ], [ 187499.999974, 588599.999974 ], [ 186819.3182739999902, 589053.787774 ], [ 186637.67987399999402, 589174.88007399998605 ], [ 186599.999974, 589199.999974 ], [ 186559.028674, 589181.79057399998419 ], [ 185699.999974, 588799.999974 ], [ 185099.999974, 587699.999974 ], [ 184628.9603739999875, 587699.999974 ], [ 184599.999974, 587699.999974 ], [ 183699.999974, 587799.999974 ], [ 183299.999974, 587899.999974 ], [ 183287.44647399999667, 587912.553574 ], [ 183199.999974, 587999.999974 ], [ 183399.999974, 588199.999974 ], [ 183299.999974, 588299.999974 ], [ 182599.999974, 588499.999974 ], [ 180699.999974, 589499.999974 ], [ 180659.188674, 589520.405674 ], [ 180099.999974, 589799.999974 ], [ 179836.241374, 589799.999974 ], [ 179799.999974, 589799.999974 ], [ 178312.57267399999546, 589799.999974 ], [ 178299.999974, 589799.999974 ], [ 178199.999974, 589899.999974 ], [ 178499.999974, 590899.999974 ], [ 178999.999974, 591499.999974 ], [ 179099.999974, 591999.999974 ], [ 177799.999974, 592399.999974 ], [ 177299.999974, 592199.999974 ], [ 177299.999974, 592255.360574 ], [ 177299.999974, 592399.999974 ], [ 177299.999974, 592401.5283739999868 ], [ 177299.999974, 592899.999974 ], [ 177099.999974, 594299.999974 ], [ 177799.999974, 594899.999974 ], [ 180199.999974, 596199.999974 ], [ 180211.742174, 596205.419474000111222 ], [ 181499.999974, 596799.999974 ], [ 182499.999974, 597099.999974 ], [ 182999.999974, 597499.999974 ], [ 183699.999974, 597799.999974 ], [ 184254.44697399999131, 598169.631274 ], [ 184299.999974, 598199.999974 ], [ 185499.999974, 598699.999974 ], [ 185699.999974, 598999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1723" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 116899.999974, 393299.999974 ], [ 117199.999974, 393199.999974 ], [ 117399.999974, 393399.999974 ], [ 117399.999974, 393999.999974 ], [ 117999.999974, 393999.999974 ], [ 118899.999974, 394499.999974 ], [ 120370.14927399999578, 392931.840774 ], [ 120399.999974, 392899.999974 ], [ 121958.095574, 391341.904474 ], [ 121999.999974, 391299.999974 ], [ 125099.999974, 392299.999974 ], [ 125499.999974, 393099.999974 ], [ 125999.999974, 392499.999974 ], [ 126599.999974, 392599.999974 ], [ 127099.999974, 392199.999974 ], [ 126899.999974, 391799.999974 ], [ 127699.999974, 391499.999974 ], [ 127399.999974, 390499.999974 ], [ 127099.999974, 390099.999974 ], [ 127199.999974, 389699.999974 ], [ 127699.999974, 389899.999974 ], [ 127899.999974, 389799.999974 ], [ 127599.999974, 389499.999974 ], [ 127899.999974, 389299.999974 ], [ 127999.999974, 389299.999974 ], [ 128099.999974, 389299.999974 ], [ 127899.999974, 388899.999974 ], [ 127599.999974, 388799.999974 ], [ 127299.999974, 388299.999974 ], [ 127999.999974, 388199.999974 ], [ 128094.509074, 388010.981874 ], [ 128099.999974, 387999.999974 ], [ 128099.999974, 387899.999974 ], [ 128699.999974, 387199.999974 ], [ 129199.999974, 387499.999974 ], [ 129199.999974, 387399.999974 ], [ 128899.999974, 387099.999974 ], [ 128599.999974, 386499.999974 ], [ 128599.999974, 385999.999974 ], [ 128799.999974, 385599.999974 ], [ 128799.999974, 385499.999974 ], [ 126499.999974, 385799.999974 ], [ 125999.999974, 385599.999974 ], [ 125299.999974, 385599.999974 ], [ 125099.999974, 385699.999974 ], [ 124399.999974, 385599.999974 ], [ 124199.999974, 385399.999974 ], [ 123999.999974, 385399.999974 ], [ 123399.999974, 385699.999974 ], [ 121899.999974, 386899.999974 ], [ 120999.999974, 387599.999974 ], [ 120542.85807399998885, 387782.856774 ], [ 120499.999974, 387799.999974 ], [ 120051.91747399998712, 387799.999974 ], [ 119899.999974, 387799.999974 ], [ 119199.999974, 387999.999974 ], [ 118499.999974, 387699.999974 ], [ 117999.999974, 387799.999974 ], [ 117899.999974, 387899.999974 ], [ 117599.999974, 388099.999974 ], [ 117099.999974, 388099.999974 ], [ 116699.999974, 388299.999974 ], [ 116238.085674, 388207.617174 ], [ 116199.999974, 388199.999974 ], [ 115699.999974, 388399.999974 ], [ 115399.999974, 389099.999974 ], [ 115399.999974, 389399.999974 ], [ 115299.999974, 389699.999974 ], [ 114099.999974, 390299.999974 ], [ 113799.999974, 390199.999974 ], [ 113699.999974, 390099.999974 ], [ 113599.999974, 390099.999974 ], [ 113299.999974, 390199.999974 ], [ 112999.999974, 390399.999974 ], [ 112899.999974, 390699.999974 ], [ 112884.59707399999024, 390706.161174 ], [ 112399.999974, 390899.999974 ], [ 111399.999974, 390599.999974 ], [ 110999.999974, 390999.999974 ], [ 110599.999974, 392099.999974 ], [ 110699.999974, 392399.999974 ], [ 111499.999974, 392399.999974 ], [ 111799.999974, 392999.999974 ], [ 112107.18347399999038, 393230.387574 ], [ 112199.999974, 393299.999974 ], [ 112599.999974, 393499.999974 ], [ 112654.355274, 393529.268174 ], [ 112729.966974, 393569.982174 ], [ 113899.999974, 394199.999974 ], [ 114299.999974, 394399.999974 ], [ 115699.999974, 395399.999974 ], [ 115965.2435739999928, 395589.459774 ], [ 116399.999974, 395899.999974 ], [ 117399.999974, 396299.999974 ], [ 118599.999974, 396599.999974 ], [ 118699.999974, 395999.999974 ], [ 117899.999974, 395199.999974 ], [ 116699.999974, 394599.999974 ], [ 116699.999974, 394555.670374 ], [ 116699.999974, 394199.999974 ], [ 116799.999974, 394099.999974 ], [ 116799.999974, 393899.999974 ], [ 116699.999974, 393799.999974 ], [ 116299.999974, 393499.999974 ], [ 116299.999974, 393399.999974 ], [ 116352.273374, 393391.287774 ], [ 116802.65037399998982, 393316.224974 ], [ 116899.999974, 393299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1724" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 156799.999974, 377199.999974 ], [ 157199.999974, 376999.999974 ], [ 157399.999974, 377099.999974 ], [ 157599.999974, 376699.999974 ], [ 157499.999974, 376199.999974 ], [ 157399.999974, 376099.999974 ], [ 157199.999974, 375799.999974 ], [ 157399.999974, 375599.999974 ], [ 157299.999974, 374399.999974 ], [ 157399.999974, 374199.999974 ], [ 157407.845574, 374168.617574 ], [ 157496.24677399999928, 373815.012974 ], [ 157499.999974, 373799.999974 ], [ 157538.054574, 373419.454074 ], [ 157568.98857399998815, 373110.114174 ], [ 157599.999974, 372799.999974 ], [ 157399.999974, 372399.999974 ], [ 157399.999974, 372139.462874 ], [ 157399.999974, 372099.999974 ], [ 157459.32067399998778, 371862.717274 ], [ 157599.999974, 371299.999974 ], [ 158299.999974, 370599.999974 ], [ 158277.646974, 370546.352674 ], [ 157817.887774, 369442.930674 ], [ 157799.999974, 369399.999974 ], [ 157699.999974, 369199.999974 ], [ 157695.73817399999825, 369204.261774 ], [ 157599.999974, 369299.999974 ], [ 157299.999974, 369899.999974 ], [ 156799.999974, 370099.999974 ], [ 156599.999974, 370099.999974 ], [ 155899.999974, 369399.999974 ], [ 155699.999974, 369399.999974 ], [ 155699.999974, 369199.999974 ], [ 155699.466374, 369197.509874 ], [ 155399.999974, 367799.999974 ], [ 155399.999974, 367199.999974 ], [ 155699.999974, 366899.999974 ], [ 155699.999974, 366799.999974 ], [ 154999.999974, 366199.999974 ], [ 157099.999974, 363699.999974 ], [ 155599.999974, 364199.999974 ], [ 153552.769574, 364784.922974 ], [ 153499.999974, 364799.999974 ], [ 152138.54307399998652, 365188.987674 ], [ 152099.999974, 365199.999974 ], [ 152099.999974, 364799.999974 ], [ 151899.999974, 363999.999974 ], [ 151499.999974, 363799.999974 ], [ 149999.999974, 363799.999974 ], [ 148599.999974, 363599.999974 ], [ 146399.999974, 364199.999974 ], [ 144599.999974, 363599.999974 ], [ 144510.351174, 363689.648774 ], [ 144499.999974, 363699.999974 ], [ 143799.999974, 364399.999974 ], [ 144799.999974, 368299.999974 ], [ 144899.999974, 368499.999974 ], [ 144999.999974, 368899.999974 ], [ 145018.55917399999453, 368903.374374 ], [ 146099.999974, 369099.999974 ], [ 146199.999974, 369799.999974 ], [ 146399.999974, 369999.999974 ], [ 148399.999974, 369899.999974 ], [ 149099.999974, 370199.999974 ], [ 149142.395174, 370209.421174 ], [ 149999.999974, 370399.999974 ], [ 150199.999974, 370599.999974 ], [ 150217.15957399999024, 370628.599374 ], [ 150499.999974, 371099.999974 ], [ 150399.999974, 371199.999974 ], [ 150599.999974, 371499.999974 ], [ 151199.999974, 371499.999974 ], [ 151799.999974, 371799.999974 ], [ 151850.706674, 371825.353374 ], [ 152199.999974, 371999.999974 ], [ 151899.999974, 372799.999974 ], [ 152199.999974, 373099.999974 ], [ 152134.66257399998722, 373230.674874 ], [ 151899.999974, 373699.999974 ], [ 151901.824074, 373705.472274 ], [ 152099.999974, 374299.999974 ], [ 152599.999974, 374699.999974 ], [ 152612.60147399999551, 374706.300774 ], [ 152799.999974, 374799.999974 ], [ 153899.999974, 375599.999974 ], [ 154099.999974, 375599.999974 ], [ 154199.999974, 375499.999974 ], [ 154399.999974, 375599.999974 ], [ 155099.999974, 376399.999974 ], [ 155299.999974, 376499.999974 ], [ 155699.999974, 376899.999974 ], [ 156499.999974, 376699.999974 ], [ 156599.999974, 376799.999974 ], [ 156799.999974, 377199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1728" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 143199.999974, 382399.999974 ], [ 143599.999974, 381799.999974 ], [ 143615.32497399998829, 381803.83127399999648 ], [ 143999.999974, 381899.999974 ], [ 144013.19097399999737, 381906.595474 ], [ 144599.999974, 382199.999974 ], [ 144999.999974, 381799.999974 ], [ 145199.999974, 381699.999974 ], [ 145599.999974, 381399.999974 ], [ 147099.999974, 379999.999974 ], [ 147399.999974, 379999.999974 ], [ 147645.369974, 379591.049974 ], [ 147699.999974, 379499.999974 ], [ 148299.999974, 379399.999974 ], [ 148699.999974, 379899.999974 ], [ 149099.999974, 379799.999974 ], [ 149399.999974, 379699.999974 ], [ 149422.81577399998787, 379663.494774 ], [ 149899.999974, 378899.999974 ], [ 149699.999974, 378499.999974 ], [ 149699.999974, 378399.999974 ], [ 149699.999974, 378386.108974 ], [ 149699.999974, 377999.999974 ], [ 149399.999974, 377899.999974 ], [ 148199.999974, 377699.999974 ], [ 147899.999974, 377299.999974 ], [ 147499.999974, 376099.999974 ], [ 147497.510874, 376085.065574 ], [ 147401.6755739999935, 375510.053374 ], [ 147399.999974, 375499.999974 ], [ 147199.999974, 374799.999974 ], [ 147497.604174, 373807.986174 ], [ 147499.999974, 373799.999974 ], [ 147899.999974, 371899.999974 ], [ 146399.999974, 369999.999974 ], [ 146199.999974, 369799.999974 ], [ 146099.999974, 369099.999974 ], [ 145018.55917399999453, 368903.374374 ], [ 144999.999974, 368899.999974 ], [ 144899.999974, 368499.999974 ], [ 144799.999974, 368499.999974 ], [ 141999.999974, 370399.999974 ], [ 142299.999974, 370699.999974 ], [ 141499.999974, 372899.999974 ], [ 141699.999974, 373199.999974 ], [ 141699.999974, 373399.999974 ], [ 141599.999974, 373599.999974 ], [ 141399.999974, 373499.999974 ], [ 141399.999974, 374099.999974 ], [ 141399.999974, 374137.945974 ], [ 141399.999974, 374699.999974 ], [ 141399.999974, 374714.915074 ], [ 141399.999974, 374734.287574 ], [ 141399.999974, 375099.999974 ], [ 141399.999974, 375299.999974 ], [ 141299.999974, 375899.999974 ], [ 140799.999974, 376299.999974 ], [ 140802.83907399998861, 376301.135574 ], [ 141799.999974, 376699.999974 ], [ 141899.999974, 376999.999974 ], [ 141799.999974, 377199.999974 ], [ 141999.999974, 377899.999974 ], [ 141901.9935739999928, 378292.025674 ], [ 141899.999974, 378299.999974 ], [ 141601.719374, 378995.988174 ], [ 141599.999974, 378999.999974 ], [ 141299.999974, 381099.999974 ], [ 141389.885474, 382268.510774 ], [ 141293.002974, 382357.201174 ], [ 141399.999974, 382399.999974 ], [ 141699.999974, 382399.999974 ], [ 142399.999974, 382899.999974 ], [ 143099.999974, 382799.999974 ], [ 143199.999974, 382399.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1729" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 193199.999974, 317199.999974 ], [ 193199.999974, 316899.999974 ], [ 193225.26367399998708, 316887.368174 ], [ 193399.999974, 316799.999974 ], [ 193599.999974, 316799.999974 ], [ 193649.95127399999183, 316835.679474 ], [ 194299.999974, 317299.999974 ], [ 194301.08047399998759, 317300.540274 ], [ 194499.999974, 317399.999974 ], [ 194699.999974, 317299.999974 ], [ 194704.930774, 317303.287174 ], [ 194999.999974, 317499.999974 ], [ 195099.999974, 316399.999974 ], [ 195099.999974, 316299.999974 ], [ 195299.999974, 315699.999974 ], [ 195899.999974, 314899.999974 ], [ 195912.068574, 314827.588474 ], [ 195992.329674, 314346.021774 ], [ 196015.906274, 314318.687474 ], [ 196025.83047399998759, 314291.389874 ], [ 196599.999974, 314099.999974 ], [ 196644.75767399999313, 314077.621174 ], [ 196799.999974, 313999.999974 ], [ 196999.999974, 313499.999974 ], [ 196799.999974, 313199.999974 ], [ 196799.999974, 312999.999974 ], [ 196499.999974, 312799.999974 ], [ 195999.999974, 312599.999974 ], [ 195699.999974, 312699.999974 ], [ 195499.999974, 312399.999974 ], [ 195497.895874, 312398.597174 ], [ 195203.35927399998764, 312202.239574 ], [ 195199.999974, 312199.999974 ], [ 194799.999974, 311699.999974 ], [ 194399.999974, 311899.999974 ], [ 194386.7779739999969, 311886.777974 ], [ 194199.999974, 311699.999974 ], [ 194099.999974, 311299.999974 ], [ 194299.999974, 310399.999974 ], [ 194299.999974, 309699.999974 ], [ 194296.536174, 309689.608674 ], [ 194199.999974, 309399.999974 ], [ 193799.999974, 309199.999974 ], [ 193699.999974, 309199.999974 ], [ 193299.999974, 309599.999974 ], [ 192899.999974, 309599.999974 ], [ 192882.56887399998959, 309565.137774 ], [ 192599.999974, 308999.999974 ], [ 192999.999974, 308599.999974 ], [ 193199.999974, 308199.999974 ], [ 193299.999974, 307799.999974 ], [ 193699.999974, 307599.999974 ], [ 193399.999974, 307599.999974 ], [ 192699.999974, 306999.999974 ], [ 192399.999974, 306899.999974 ], [ 192299.999974, 306799.999974 ], [ 192199.999974, 307399.999974 ], [ 191499.999974, 307399.999974 ], [ 191299.999974, 306999.999974 ], [ 190499.999974, 307499.999974 ], [ 190399.999974, 308499.999974 ], [ 190202.197974, 308994.505174 ], [ 190200.414074, 308998.964774 ], [ 190199.999974, 308999.999974 ], [ 189499.999974, 308499.999974 ], [ 189099.999974, 308499.999974 ], [ 189097.82987399998819, 308499.131974 ], [ 188599.999974, 308299.999974 ], [ 188399.999974, 308099.999974 ], [ 187799.999974, 307599.999974 ], [ 187599.999974, 307199.999974 ], [ 187404.895374, 308077.970974 ], [ 187399.999974, 308099.999974 ], [ 187299.999974, 308499.999974 ], [ 187299.999974, 309099.999974 ], [ 187099.999974, 309799.999974 ], [ 187087.270274, 309825.459374 ], [ 186911.12417399999686, 310177.751674 ], [ 186763.182474, 310473.634974 ], [ 186599.999974, 310799.999974 ], [ 186410.01247399998829, 311084.981274 ], [ 186399.999974, 311099.999974 ], [ 186099.999974, 311199.999974 ], [ 185985.859674, 311371.210474 ], [ 185699.999974, 311799.999974 ], [ 185692.04677399998764, 311823.859574 ], [ 185599.999974, 312099.999974 ], [ 185505.073574, 312859.411174 ], [ 185502.537974, 312879.695974 ], [ 185499.999974, 312899.999974 ], [ 186266.764074, 313187.536474 ], [ 186299.999974, 313199.999974 ], [ 186699.999974, 313199.999974 ], [ 186899.999974, 313199.999974 ], [ 187099.999974, 313399.999974 ], [ 187299.999974, 313899.999974 ], [ 187312.404474, 313906.202274 ], [ 187499.999974, 313999.999974 ], [ 187517.58667399999104, 314035.173374 ], [ 187799.999974, 314599.999974 ], [ 187899.999974, 314699.999974 ], [ 188099.999974, 314599.999974 ], [ 188210.665574, 314666.399374 ], [ 188599.999974, 314899.999974 ], [ 188499.999974, 315299.999974 ], [ 188492.882974, 315328.468174 ], [ 188299.999974, 316099.999974 ], [ 188699.999974, 316499.999974 ], [ 188999.999974, 316399.999974 ], [ 189299.999974, 316599.999974 ], [ 189499.999974, 316999.999974 ], [ 189499.999974, 317499.539374 ], [ 189499.999974, 317499.999974 ], [ 189804.608374, 317550.768074 ], [ 190099.999974, 317599.999974 ], [ 190299.999974, 317599.999974 ], [ 190495.304074, 317111.739874 ], [ 190499.999974, 317099.999974 ], [ 190999.999974, 317199.999974 ], [ 191599.999974, 317599.999974 ], [ 192299.999974, 317799.999974 ], [ 192320.02117399999406, 317799.999974 ], [ 192899.999974, 317799.999974 ], [ 193199.999974, 317199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1730" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 232072.74047399999108, 577652.711474 ], [ 232199.999974, 577499.999974 ], [ 232299.999974, 577499.999974 ], [ 232599.999974, 577799.999974 ], [ 232649.663074, 577799.999974 ], [ 232635.29687399999239, 577683.312474 ], [ 232617.602474, 577672.33897399995476 ], [ 233299.999974, 576599.999974 ], [ 233486.80927399999928, 576132.976774 ], [ 233499.999974, 576099.999974 ], [ 233499.999974, 576024.276574 ], [ 233499.999974, 575999.999974 ], [ 233599.999974, 575299.999974 ], [ 233699.999974, 575199.999974 ], [ 233782.842574, 575199.999974 ], [ 233799.999974, 575199.999974 ], [ 234863.19387399998959, 575876.57787399995141 ], [ 234899.999974, 575899.999974 ], [ 235299.999974, 575099.999974 ], [ 235099.999974, 574799.999974 ], [ 235236.06897399999434, 574187.689674 ], [ 235299.999974, 573899.999974 ], [ 236199.999974, 573799.999974 ], [ 236349.921074, 573575.118374 ], [ 236399.999974, 573499.999974 ], [ 237099.999974, 572799.999974 ], [ 237102.68837399999029, 572795.96737399999984 ], [ 237299.999974, 572499.999974 ], [ 237399.999974, 572299.999974 ], [ 237399.999974, 572199.999974 ], [ 237424.471274, 572151.057474 ], [ 237699.999974, 571599.999974 ], [ 237999.999974, 571399.999974 ], [ 238013.029974, 571373.940174000104889 ], [ 238199.999974, 570999.999974 ], [ 238099.999974, 570599.999974 ], [ 238599.999974, 570399.999974 ], [ 238699.999974, 569799.999974 ], [ 238600.105874, 569500.317674 ], [ 238600.349874, 569500.174974 ], [ 240799.999974, 570599.999974 ], [ 240826.56107399999746, 570615.936574 ], [ 241298.458274, 570899.07497399998829 ], [ 241299.999974, 570899.999974 ], [ 242499.999974, 571299.999974 ], [ 242520.403474, 571298.724774 ], [ 244099.999974, 571199.999974 ], [ 244140.42717399998219, 571196.890174 ], [ 244299.925374, 571184.62117399997078 ], [ 244453.33037399998284, 571172.820774 ], [ 245399.999974, 571099.999974 ], [ 245770.239174, 570822.320674 ], [ 245799.999974, 570799.999974 ], [ 245907.326074, 570692.673974 ], [ 246099.999974, 570499.999974 ], [ 246199.999974, 570299.999974 ], [ 248099.999974, 568399.999974 ], [ 247299.999974, 568099.999974 ], [ 247294.580774, 568094.580774 ], [ 247199.999974, 567999.999974 ], [ 247189.72897399999783, 567994.86447399994358 ], [ 247100.290874, 567950.145374 ], [ 246831.61497399999644, 567815.807474 ], [ 246799.999974, 567799.999974 ], [ 246199.999974, 567499.999974 ], [ 245999.999974, 567299.999974 ], [ 246199.999974, 567199.999974 ], [ 246299.999974, 567199.999974 ], [ 246299.999974, 567099.999974 ], [ 246199.999974, 566899.999974 ], [ 246197.36237399998936, 566898.441374 ], [ 244012.252774, 565607.24027399998158 ], [ 243999.999974, 565599.999974 ], [ 243899.999974, 565499.999974 ], [ 243799.999974, 565599.999974 ], [ 243405.821374, 565402.910674 ], [ 243399.999974, 565399.999974 ], [ 243342.86007399999653, 565342.86007399996743 ], [ 243299.999974, 565299.999974 ], [ 242912.9196739999752, 565106.459774000104517 ], [ 242899.999974, 565099.999974 ], [ 242499.999974, 565599.999974 ], [ 242159.119274, 565838.616574000101537 ], [ 241516.792074, 566288.245574 ], [ 241499.999974, 566299.999974 ], [ 240999.999974, 566699.999974 ], [ 240985.881874, 566706.274774 ], [ 240917.29387399999541, 566736.758274 ], [ 240178.191874, 567065.248074 ], [ 240099.999974, 567099.999974 ], [ 239536.416574, 566912.138874 ], [ 239543.54247399998712, 566769.372574 ], [ 239599.999974, 566599.999974 ], [ 239602.860274, 566597.854774 ], [ 239999.999974, 566299.999974 ], [ 240399.999974, 565899.999974 ], [ 240407.12967399999616, 565885.740674 ], [ 240599.999974, 565499.999974 ], [ 241094.37667399999918, 565005.623274 ], [ 241099.999974, 564999.999974 ], [ 240599.999974, 564599.999974 ], [ 240599.999974, 564399.999974 ], [ 240799.999974, 564199.999974 ], [ 240499.999974, 563999.999974 ], [ 240476.79437399999006, 563996.132374 ], [ 239939.98687399999471, 563906.66447399999015 ], [ 239899.999974, 563899.999974 ], [ 239534.906174, 563413.208174 ], [ 239394.747574, 563226.330074 ], [ 239299.999974, 563099.999974 ], [ 239112.096074, 562536.288074 ], [ 239099.999974, 562499.999974 ], [ 239299.999974, 562099.999974 ], [ 239537.747074, 560990.513674 ], [ 239599.999974, 560699.999974 ], [ 238499.999974, 560599.999974 ], [ 238399.999974, 560599.999974 ], [ 236608.073674, 561396.411674 ], [ 236599.999974, 561399.999974 ], [ 236799.999974, 561899.999974 ], [ 236899.999974, 562999.999974 ], [ 236899.999974, 563086.542274 ], [ 236899.999974, 563099.999974 ], [ 236699.999974, 563999.999974 ], [ 236399.999974, 564599.999974 ], [ 236385.01927399999113, 564585.019274 ], [ 236299.999974, 564499.999974 ], [ 235499.999974, 564099.999974 ], [ 235399.999974, 564299.999974 ], [ 234699.999974, 564199.999974 ], [ 234699.999974, 563799.999974 ], [ 234684.15537399999448, 563784.155374 ], [ 234643.947974, 563743.947974 ], [ 234599.999974, 563699.999974 ], [ 234299.999974, 563799.999974 ], [ 234299.999974, 564299.999974 ], [ 234289.2209739999962, 564298.922074 ], [ 233299.999974, 564199.999974 ], [ 233399.999974, 563799.999974 ], [ 233199.999974, 563599.999974 ], [ 233106.963174, 563227.852574 ], [ 233099.999974, 563199.999974 ], [ 232999.999974, 562799.999974 ], [ 233099.999974, 562399.999974 ], [ 233099.92187399999239, 562399.609474 ], [ 233048.096274, 562140.481174 ], [ 232999.999974, 561899.999974 ], [ 232993.034274, 561886.068574 ], [ 232799.999974, 561499.999974 ], [ 232473.83367399999406, 561581.541574 ], [ 232399.999974, 561599.999974 ], [ 231899.999974, 561899.999974 ], [ 231599.999974, 562399.999974 ], [ 231299.999974, 562699.999974 ], [ 230399.999974, 562499.999974 ], [ 229999.999974, 562699.999974 ], [ 230399.999974, 563899.999974 ], [ 230599.999974, 564799.999974 ], [ 230499.999974, 565599.999974 ], [ 230399.999974, 565799.999974 ], [ 230391.164074, 565816.199274 ], [ 229823.43157399998745, 566857.04207399999723 ], [ 229799.999974, 566899.999974 ], [ 228899.999974, 568299.999974 ], [ 228892.761574, 568319.90557399997488 ], [ 228499.999974, 569399.999974 ], [ 228499.999974, 569999.999974 ], [ 228299.999974, 570699.999974 ], [ 228282.291674, 570753.124974 ], [ 228199.999974, 570999.999974 ], [ 229399.999974, 571299.999974 ], [ 229599.999974, 570999.999974 ], [ 229799.999974, 571199.999974 ], [ 229817.74117399999523, 571214.192974 ], [ 230299.999974, 571599.999974 ], [ 230199.999974, 572099.999974 ], [ 230487.077274, 572195.692474 ], [ 230499.999974, 572199.999974 ], [ 230696.767874, 572199.999974 ], [ 230699.999974, 572199.999974 ], [ 232093.86727399998927, 572399.123874 ], [ 232099.999974, 572399.999974 ], [ 232099.999974, 573053.216874 ], [ 232099.999974, 573099.999974 ], [ 231999.999974, 573799.999974 ], [ 231899.999974, 574199.999974 ], [ 231699.999974, 574499.999974 ], [ 231999.999974, 574899.999974 ], [ 231999.999974, 575199.999974 ], [ 231991.50087399999029, 575259.493674 ], [ 231899.999974, 575899.999974 ], [ 231599.999974, 576799.999974 ], [ 231499.999974, 576999.999974 ], [ 231199.999974, 577399.999974 ], [ 230999.999974, 577899.999974 ], [ 230799.999974, 578299.999974 ], [ 230599.999974, 578599.999974 ], [ 230306.07567399999243, 579187.84857399994507 ], [ 230299.999974, 579199.999974 ], [ 230299.999974, 579499.999974 ], [ 230388.329674, 579588.329674 ], [ 230399.999974, 579599.999974 ], [ 230399.999974, 579605.632874 ], [ 230399.999974, 579699.999974 ], [ 230430.0902739999874, 579690.972974 ], [ 231399.999974, 579399.999974 ], [ 231375.661074, 579375.66107399994507 ], [ 231299.999974, 579299.999974 ], [ 231699.999974, 578099.999974 ], [ 232072.74047399999108, 577652.711474 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1731" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 228899.999974, 551899.999974 ], [ 229299.999974, 551699.999974 ], [ 229599.999974, 552199.999974 ], [ 230403.59647399999085, 551717.842074 ], [ 231099.999974, 551299.999974 ], [ 230999.999974, 550899.999974 ], [ 232099.999974, 550099.999974 ], [ 232199.999974, 550099.999974 ], [ 232399.999974, 551299.999974 ], [ 232299.999974, 551399.999974 ], [ 232698.35887399999774, 552595.076674 ], [ 232699.999974, 552599.999974 ], [ 233499.999974, 551999.999974 ], [ 233503.638374, 551997.271174000110477 ], [ 233899.999974, 551699.999974 ], [ 234199.999974, 551499.999974 ], [ 235599.999974, 548699.999974 ], [ 235603.62597399999504, 548699.81867399998009 ], [ 237566.193774, 548601.690274 ], [ 237599.999974, 548599.999974 ], [ 238299.999974, 547999.999974 ], [ 238302.046574, 547999.813974 ], [ 239399.999974, 547899.999974 ], [ 241099.999974, 547699.999974 ], [ 241599.999974, 547199.999974 ], [ 242492.0900739999779, 543929.00317399995402 ], [ 242499.999974, 543899.999974 ], [ 244399.999974, 543199.999974 ], [ 244899.999974, 542999.999974 ], [ 244699.999974, 542399.999974 ], [ 245199.999974, 541999.999974 ], [ 245285.09367399997427, 541659.625374 ], [ 245299.999974, 541599.999974 ], [ 244799.999974, 540999.999974 ], [ 243699.999974, 540799.999974 ], [ 243799.999974, 540399.999974 ], [ 243999.999974, 539599.999974 ], [ 243299.999974, 538699.999974 ], [ 243099.999974, 538599.999974 ], [ 243098.07547399998293, 538598.075474 ], [ 242799.999974, 538299.999974 ], [ 243099.999974, 537199.999974 ], [ 242911.51327399999718, 536634.53977399994619 ], [ 242809.96907399999327, 536690.030874 ], [ 242799.999974, 536699.999974 ], [ 242299.999974, 536399.999974 ], [ 241899.999974, 535599.999974 ], [ 241999.999974, 535399.999974 ], [ 241899.999974, 535199.999974 ], [ 241869.640874, 535212.143674 ], [ 240899.999974, 535599.999974 ], [ 239699.999974, 533999.999974 ], [ 239691.897174, 533979.74287399998866 ], [ 239499.999974, 533499.999974 ], [ 239499.158674, 533498.766074 ], [ 238025.9261739999929, 531338.025074 ], [ 237999.999974, 531299.999974 ], [ 237399.999974, 530499.999974 ], [ 237396.259174, 530493.669474000111222 ], [ 236099.999974, 528299.999974 ], [ 235299.999974, 528699.999974 ], [ 235272.222974, 528706.944274 ], [ 234922.880574, 528794.27987399999984 ], [ 234899.999974, 528799.999974 ], [ 234024.454074, 529286.41447399999015 ], [ 233999.999974, 529299.999974 ], [ 234281.85137399999076, 530521.356074 ], [ 234299.999974, 530599.999974 ], [ 234524.542774, 531348.475774 ], [ 234584.593774, 531584.312474 ], [ 234588.43977399999858, 531599.421974 ], [ 232599.999974, 531499.999974 ], [ 232499.999974, 531799.999974 ], [ 230999.999974, 531099.999974 ], [ 230993.299174, 531113.401774 ], [ 230599.999974, 531899.999974 ], [ 230299.999974, 531899.999974 ], [ 230286.36197399999946, 531903.409474000101909 ], [ 229500.786274, 532099.80347399995662 ], [ 229499.999974, 532099.999974 ], [ 229799.999974, 533799.999974 ], [ 229499.999974, 534599.999974 ], [ 228599.999974, 534799.999974 ], [ 228593.113874, 534802.15187399997376 ], [ 227088.043374, 535272.486474 ], [ 227042.95317399999476, 535343.062474 ], [ 227017.172074, 535351.516074 ], [ 227199.999974, 535899.999974 ], [ 227299.999974, 536799.999974 ], [ 227499.999974, 537099.999974 ], [ 227513.00767399999313, 537126.01537399995141 ], [ 227799.999974, 537699.999974 ], [ 227812.08247399999527, 537726.178774 ], [ 228377.10867399998824, 538950.402074 ], [ 228399.999974, 538999.999974 ], [ 228599.999974, 539399.999974 ], [ 228399.999974, 539499.999974 ], [ 227499.999974, 539599.999974 ], [ 227399.999974, 540299.999974 ], [ 227399.999974, 540699.999974 ], [ 227499.999974, 540699.999974 ], [ 227299.999974, 541199.999974 ], [ 226699.999974, 540799.999974 ], [ 225999.999974, 540799.999974 ], [ 225350.57987399998819, 540892.77427399996668 ], [ 225299.999974, 540899.999974 ], [ 225199.999974, 541499.999974 ], [ 225499.999974, 541599.999974 ], [ 225299.999974, 542799.999974 ], [ 225099.999974, 543299.999974 ], [ 224599.999974, 543899.999974 ], [ 224699.999974, 544199.999974 ], [ 224529.79937399999471, 544370.200574 ], [ 224526.90647399998852, 544373.09347399999388 ], [ 224499.999974, 544399.999974 ], [ 222099.999974, 545099.999974 ], [ 222070.59157399999094, 545114.704174 ], [ 221912.08917399999336, 545193.955374 ], [ 221899.999974, 545199.999974 ], [ 221299.999974, 544199.999974 ], [ 221299.999974, 543653.276374 ], [ 221299.999974, 543599.999974 ], [ 221109.49787399999332, 543790.50207399995998 ], [ 221099.999974, 543799.999974 ], [ 220899.999974, 544299.999974 ], [ 221399.999974, 545199.999974 ], [ 220411.449774, 545694.275074 ], [ 220399.999974, 545699.999974 ], [ 220899.999974, 546699.999974 ], [ 221199.999974, 546699.999974 ], [ 221499.999974, 547099.999974 ], [ 221899.999974, 547699.999974 ], [ 221999.999974, 547599.999974 ], [ 222199.999974, 547899.999974 ], [ 222099.999974, 548099.999974 ], [ 220999.999974, 548799.999974 ], [ 222699.999974, 549999.999974 ], [ 222891.06587399999262, 550406.01507399999537 ], [ 223257.87897399999201, 551185.49287399998866 ], [ 223482.967574, 551663.8060739999637 ], [ 223499.999974, 551699.999974 ], [ 224899.999974, 554399.999974 ], [ 224601.66827399999602, 554897.21957399998792 ], [ 224599.999974, 554899.999974 ], [ 223899.999974, 555899.999974 ], [ 223914.696574, 555906.718374 ], [ 227399.999974, 557499.999974 ], [ 227422.558074, 557510.527074 ], [ 228899.999974, 558199.999974 ], [ 229199.999974, 557099.999974 ], [ 229199.999974, 557089.690274 ], [ 229199.999974, 556799.999974 ], [ 229369.405774, 556715.297074 ], [ 229399.999974, 556699.999974 ], [ 229699.999974, 556499.999974 ], [ 229696.809374, 556495.214174 ], [ 229299.999974, 555899.999974 ], [ 229299.999974, 555799.999974 ], [ 229499.999974, 555699.999974 ], [ 229099.999974, 555099.999974 ], [ 229093.39127399999416, 555088.985374 ], [ 228799.999974, 554599.999974 ], [ 228882.36967399998684, 554517.630274000111967 ], [ 228899.999974, 554499.999974 ], [ 229499.999974, 554099.999974 ], [ 228899.999974, 553299.999974 ], [ 229399.999974, 552999.999974 ], [ 229099.999974, 552499.999974 ], [ 229085.9542739999888, 552482.442874 ], [ 228699.999974, 551999.999974 ], [ 228899.999974, 551899.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1734" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 185699.999974, 441699.999974 ], [ 185499.999974, 441199.999974 ], [ 185443.886574, 440694.978974 ], [ 185432.370274, 440591.332274 ], [ 185399.999974, 440299.999974 ], [ 185399.999974, 439699.999974 ], [ 186799.999974, 439499.999974 ], [ 186799.999974, 439699.999974 ], [ 186999.999974, 439599.999974 ], [ 187013.379374, 439599.999974 ], [ 187055.053774, 439599.999974 ], [ 187099.999974, 439599.999974 ], [ 187599.999974, 439499.999974 ], [ 187620.75697399998899, 439494.069474 ], [ 188299.999974, 439299.999974 ], [ 188776.78337399999145, 439013.929974 ], [ 188799.999974, 438999.999974 ], [ 189106.191874, 438846.904074 ], [ 189399.999974, 438699.999974 ], [ 189962.754374, 438606.207574 ], [ 189999.999974, 438599.999974 ], [ 190099.999974, 438599.999974 ], [ 189599.999974, 437499.999974 ], [ 190099.999974, 437099.999974 ], [ 189699.999974, 435499.999974 ], [ 189299.999974, 435599.999974 ], [ 188499.999974, 435699.999974 ], [ 188399.999974, 434999.999974 ], [ 188599.999974, 434899.999974 ], [ 188514.716874, 434473.584174 ], [ 188499.999974, 434399.999974 ], [ 187332.83487399999285, 434399.999974 ], [ 187299.999974, 434399.999974 ], [ 187299.999974, 434199.999974 ], [ 186848.705274, 434109.741074 ], [ 186799.999974, 434099.999974 ], [ 185533.72087399999145, 434002.593874 ], [ 185499.999974, 433999.999974 ], [ 185499.999974, 433799.999974 ], [ 185799.999974, 433599.999974 ], [ 185870.686974, 433352.595474 ], [ 185999.999974, 432899.999974 ], [ 185799.999974, 432199.999974 ], [ 185699.999974, 431799.999974 ], [ 185693.83787399998982, 431787.675774 ], [ 185599.999974, 431599.999974 ], [ 185399.999974, 431599.999974 ], [ 185299.999974, 431799.999974 ], [ 185099.999974, 431699.999974 ], [ 184699.999974, 431299.999974 ], [ 184141.275174, 431672.48327399999835 ], [ 184099.999974, 431699.999974 ], [ 183199.999974, 431999.999974 ], [ 181699.999974, 432299.999974 ], [ 180799.999974, 432599.999974 ], [ 180768.19137399998726, 432609.542574 ], [ 179799.999974, 432899.999974 ], [ 179782.112174, 432902.235974 ], [ 179036.25887399999192, 432995.467674 ], [ 178999.999974, 432999.999974 ], [ 178299.999974, 433299.999974 ], [ 178283.777074, 433307.487474 ], [ 177731.972574, 433562.166474 ], [ 176999.999974, 433899.999974 ], [ 177299.999974, 434299.999974 ], [ 177199.999974, 434399.999974 ], [ 177099.999974, 434699.999974 ], [ 176899.999974, 435599.999974 ], [ 176499.999974, 436199.999974 ], [ 175999.999974, 436699.999974 ], [ 176172.20127399999183, 436958.301974 ], [ 176199.999974, 436999.999974 ], [ 176119.950474, 436975.985174 ], [ 175199.999974, 436699.999974 ], [ 174999.999974, 436999.999974 ], [ 174899.999974, 437199.999974 ], [ 174799.999974, 437599.999974 ], [ 174999.999974, 437899.999974 ], [ 175799.999974, 438299.999974 ], [ 175900.2099739999976, 438249.895074 ], [ 176199.999974, 438288.717674 ], [ 176199.999974, 438299.999974 ], [ 175999.999974, 438499.999974 ], [ 175837.670974, 438581.16447399999015 ], [ 175799.999974, 438599.999974 ], [ 174499.999974, 437999.999974 ], [ 173799.999974, 437899.999974 ], [ 173799.999974, 437942.023074 ], [ 173799.999974, 438381.689474 ], [ 173799.999974, 438399.999974 ], [ 173699.999974, 438799.999974 ], [ 174299.999974, 438999.999974 ], [ 174199.999974, 439199.999974 ], [ 174151.238974, 439236.570774 ], [ 173799.999974, 439499.999974 ], [ 173399.999974, 439299.999974 ], [ 172899.999974, 439099.999974 ], [ 172799.999974, 439199.999974 ], [ 173099.999974, 439899.999974 ], [ 173199.999974, 439999.999974 ], [ 173399.999974, 439799.999974 ], [ 174199.999974, 440499.999974 ], [ 174399.999974, 440599.999974 ], [ 174999.999974, 441099.999974 ], [ 175299.999974, 441299.999974 ], [ 176999.999974, 441699.999974 ], [ 177799.999974, 441699.999974 ], [ 177999.999974, 441799.999974 ], [ 178690.73007399999187, 442293.378574 ], [ 178699.999974, 442299.999974 ], [ 179099.999974, 442399.999974 ], [ 179652.92497399999411, 442399.999974 ], [ 179699.999974, 442399.999974 ], [ 180099.999974, 442199.999974 ], [ 180999.999974, 441599.999974 ], [ 181990.82147399999667, 441302.753574 ], [ 181999.999974, 441299.999974 ], [ 182399.999974, 441299.999974 ], [ 183999.999974, 442399.999974 ], [ 184015.039374, 442406.445474 ], [ 184699.999974, 442699.999974 ], [ 184701.161674, 442700.580874 ], [ 185099.999974, 442899.999974 ], [ 185799.999974, 442899.999974 ], [ 185799.999974, 442299.999974 ], [ 185796.779274, 442280.6755739999935 ], [ 185699.999974, 441699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1735" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 247999.999974, 476499.999974 ], [ 248043.18317399997613, 476154.534474 ], [ 248099.999974, 475699.999974 ], [ 248102.0057739999902, 475689.970974 ], [ 248299.999974, 474699.999974 ], [ 248214.28287399999681, 474614.282874 ], [ 247933.176374, 474616.676474 ], [ 246658.15877399998135, 474696.365074 ], [ 246599.999974, 474699.999974 ], [ 246311.0446739999752, 474603.681574 ], [ 246299.999974, 474599.999974 ], [ 245999.999974, 474199.999974 ], [ 245999.999974, 473899.999974 ], [ 245999.999974, 473699.999974 ], [ 246099.999974, 473199.999974 ], [ 246099.999974, 473099.999974 ], [ 245999.999974, 472999.999974 ], [ 245799.999974, 473299.999974 ], [ 245504.11497399999644, 471721.94647399999667 ], [ 245499.999974, 471699.999974 ], [ 244899.999974, 470999.999974 ], [ 244899.999974, 470699.999974 ], [ 245599.999974, 469499.999974 ], [ 245013.963674, 468718.618274 ], [ 244999.999974, 468699.999974 ], [ 244599.999974, 468399.999974 ], [ 243654.181374, 468494.581874 ], [ 243599.999974, 468499.999974 ], [ 243104.60877399999299, 468499.999974 ], [ 243099.999974, 468499.999974 ], [ 242799.999974, 468599.999974 ], [ 241499.999974, 467999.999974 ], [ 239599.999974, 467499.999974 ], [ 239626.509874, 467473.490074 ], [ 239899.999974, 467199.999974 ], [ 240299.999974, 467199.999974 ], [ 240899.999974, 466699.999974 ], [ 241199.999974, 466199.999974 ], [ 240999.999974, 465899.999974 ], [ 240699.999974, 465099.999974 ], [ 240299.999974, 465599.999974 ], [ 239999.999974, 465699.999974 ], [ 239799.999974, 465599.999974 ], [ 239399.999974, 465199.999974 ], [ 239199.999974, 464799.999974 ], [ 239171.838974, 464785.91947399999481 ], [ 238799.999974, 464599.999974 ], [ 238499.999974, 464699.999974 ], [ 238199.999974, 465199.999974 ], [ 238199.999974, 465299.999974 ], [ 238399.999974, 465699.999974 ], [ 237342.072874, 466661.751974 ], [ 237299.999974, 466699.999974 ], [ 236813.864474, 466602.772874 ], [ 236799.999974, 466599.999974 ], [ 234899.999974, 466099.999974 ], [ 234886.473774, 466102.080974 ], [ 232314.190674, 466497.816774 ], [ 232299.999974, 466499.999974 ], [ 231899.999974, 466499.999974 ], [ 230799.999974, 465999.999974 ], [ 230599.999974, 466099.999974 ], [ 230399.999974, 466299.999974 ], [ 229699.999974, 466599.999974 ], [ 229610.843874, 466740.102574 ], [ 228999.999974, 467699.999974 ], [ 228999.999974, 468349.076474 ], [ 228999.999974, 468399.999974 ], [ 228399.999974, 468599.999974 ], [ 228099.999974, 468699.999974 ], [ 228083.010374, 468725.48437399999239 ], [ 227899.999974, 468999.999974 ], [ 227799.999974, 469199.999974 ], [ 227781.878674, 469231.712274 ], [ 227399.999974, 469899.999974 ], [ 226199.999974, 471099.999974 ], [ 225799.999974, 472099.999974 ], [ 225299.999974, 472599.999974 ], [ 225299.999974, 472883.95607399998698 ], [ 225299.999974, 472899.999974 ], [ 225299.999974, 473199.999974 ], [ 225899.999974, 473799.999974 ], [ 226199.999974, 474199.999974 ], [ 226689.49487399999634, 474493.696874 ], [ 226699.999974, 474499.999974 ], [ 227999.999974, 475399.999974 ], [ 228014.956674, 475410.469674 ], [ 228999.999974, 476099.999974 ], [ 228999.999974, 476299.999974 ], [ 229023.16877399999066, 476311.584374 ], [ 229394.797974, 476497.398974 ], [ 229399.999974, 476499.999974 ], [ 231499.999974, 477599.999974 ], [ 232010.534274, 477770.178074 ], [ 232099.999974, 477799.999974 ], [ 232499.999974, 477899.999974 ], [ 233299.999974, 477799.999974 ], [ 233326.31287399999565, 477799.999974 ], [ 233799.999974, 477799.999974 ], [ 234599.999974, 477899.999974 ], [ 235299.999974, 476699.999974 ], [ 235599.999974, 476499.999974 ], [ 235604.676374, 476498.129474 ], [ 236099.999974, 476299.999974 ], [ 236889.29877399999532, 476497.324674 ], [ 236899.999974, 476499.999974 ], [ 237499.999974, 476599.999974 ], [ 238099.999974, 476599.999974 ], [ 238127.479674, 476638.471574 ], [ 238575.213874, 477265.29947399999946 ], [ 238599.999974, 477299.999974 ], [ 239499.999974, 478699.999974 ], [ 241699.999974, 479299.999974 ], [ 242187.339874, 479689.871874 ], [ 242199.999974, 479699.999974 ], [ 243399.999974, 480599.999974 ], [ 243899.999974, 480799.999974 ], [ 244599.999974, 480799.999974 ], [ 245299.999974, 480399.999974 ], [ 246199.999974, 479499.999974 ], [ 246799.999974, 478799.999974 ], [ 247499.999974, 478099.999974 ], [ 247500.747974, 478098.504174 ], [ 247899.999974, 477299.999974 ], [ 247999.999974, 476499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1740" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 173199.999974, 440699.999974 ], [ 173699.999974, 440499.999974 ], [ 174199.999974, 440499.999974 ], [ 173399.999974, 439799.999974 ], [ 173199.999974, 439999.999974 ], [ 173099.999974, 439899.999974 ], [ 172799.999974, 439199.999974 ], [ 172899.999974, 439099.999974 ], [ 173399.999974, 439299.999974 ], [ 173799.999974, 439499.999974 ], [ 174151.238974, 439236.570774 ], [ 174199.999974, 439199.999974 ], [ 174299.999974, 438999.999974 ], [ 173699.999974, 438799.999974 ], [ 173799.999974, 438399.999974 ], [ 173799.999974, 438381.689474 ], [ 173799.999974, 437942.023074 ], [ 173799.999974, 437899.999974 ], [ 174499.999974, 437999.999974 ], [ 175799.999974, 438599.999974 ], [ 175837.670974, 438581.16447399999015 ], [ 175999.999974, 438499.999974 ], [ 176199.999974, 438299.999974 ], [ 176199.999974, 438288.717674 ], [ 175900.2099739999976, 438249.895074 ], [ 175799.999974, 438299.999974 ], [ 174999.999974, 437899.999974 ], [ 174799.999974, 437599.999974 ], [ 174899.999974, 437199.999974 ], [ 174999.999974, 436999.999974 ], [ 175199.999974, 436699.999974 ], [ 176119.950474, 436975.985174 ], [ 176199.999974, 436999.999974 ], [ 176172.20127399999183, 436958.301974 ], [ 175999.999974, 436699.999974 ], [ 176499.999974, 436199.999974 ], [ 176899.999974, 435599.999974 ], [ 177099.999974, 434699.999974 ], [ 177199.999974, 434399.999974 ], [ 177299.999974, 434299.999974 ], [ 176999.999974, 433899.999974 ], [ 176199.999974, 434099.999974 ], [ 175499.999974, 434199.999974 ], [ 174399.999974, 434199.999974 ], [ 173411.123774, 434298.887574 ], [ 173399.999974, 434299.999974 ], [ 172930.836874, 434393.832574 ], [ 172899.999974, 434399.999974 ], [ 171424.034874, 434596.795374 ], [ 171399.999974, 434599.999974 ], [ 169499.999974, 434499.999974 ], [ 167499.999974, 434799.999974 ], [ 166640.835274, 434704.537274 ], [ 166599.999974, 434699.999974 ], [ 165799.999974, 434499.999974 ], [ 164899.999974, 433999.999974 ], [ 164399.999974, 433799.999974 ], [ 164351.9996739999915, 433786.908974 ], [ 163299.999974, 433499.999974 ], [ 162599.999974, 433399.999974 ], [ 162585.044174, 433399.999974 ], [ 161399.999974, 433399.999974 ], [ 160299.999974, 433399.999974 ], [ 160199.999974, 433699.999974 ], [ 160099.999974, 433899.999974 ], [ 160095.417374, 433912.60217399999965 ], [ 159940.672074, 434338.151774 ], [ 159699.999974, 434999.999974 ], [ 159699.999974, 435008.506274 ], [ 159699.999974, 435099.999974 ], [ 159799.999974, 435099.999974 ], [ 160699.999974, 435399.999974 ], [ 160399.999974, 435799.999974 ], [ 160099.999974, 435799.999974 ], [ 159999.999974, 435899.999974 ], [ 159999.999974, 436299.999974 ], [ 160299.999974, 436699.999974 ], [ 160099.999974, 436999.999974 ], [ 159599.999974, 436899.999974 ], [ 159499.999974, 437099.999974 ], [ 159999.999974, 437299.999974 ], [ 160032.081574, 437293.58367399999406 ], [ 160499.999974, 437199.999974 ], [ 161199.999974, 436899.999974 ], [ 161599.999974, 437199.999974 ], [ 161603.100574, 437199.999974 ], [ 161899.999974, 437199.999974 ], [ 161999.999974, 437099.999974 ], [ 161799.999974, 436699.999974 ], [ 161999.999974, 436599.999974 ], [ 162299.999974, 436699.999974 ], [ 162699.999974, 437199.999974 ], [ 163099.999974, 437299.999974 ], [ 163399.999974, 437099.999974 ], [ 163799.999974, 436999.999974 ], [ 163834.48187399999006, 436999.999974 ], [ 165999.999974, 436999.999974 ], [ 166290.04267399999662, 436613.276374 ], [ 166299.999974, 436599.999974 ], [ 166319.153874, 436612.769274 ], [ 166553.999474, 436769.332974 ], [ 166599.999974, 436799.999974 ], [ 166500.213174, 437498.507974 ], [ 166499.999974, 437499.999974 ], [ 166499.999974, 438274.150474 ], [ 166499.999974, 438299.999974 ], [ 166499.999974, 438399.999974 ], [ 166099.999974, 438399.999974 ], [ 165499.999974, 438699.999974 ], [ 165099.999974, 439399.999974 ], [ 165147.42177399998764, 439411.855474 ], [ 165499.999974, 439499.999974 ], [ 166199.999974, 439299.999974 ], [ 166899.999974, 439499.999974 ], [ 167399.999974, 439199.999974 ], [ 167699.999974, 439199.999974 ], [ 167795.995874, 439263.997274 ], [ 167999.999974, 439399.999974 ], [ 168499.999974, 439899.999974 ], [ 168699.999974, 440299.999974 ], [ 169199.999974, 439999.999974 ], [ 169894.27477399999043, 439504.089474 ], [ 169899.999974, 439499.999974 ], [ 169999.999974, 439399.999974 ], [ 170799.999974, 439199.999974 ], [ 171199.999974, 439099.999974 ], [ 171591.196074, 438806.602874 ], [ 171599.999974, 438799.999974 ], [ 171699.999974, 438699.999974 ], [ 172099.999974, 438699.999974 ], [ 172399.999974, 438899.999974 ], [ 172447.18597399999271, 438994.371974 ], [ 172699.999974, 439499.999974 ], [ 172899.999974, 440099.999974 ], [ 172699.999974, 440399.999974 ], [ 172899.999974, 440599.999974 ], [ 173199.999974, 440699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1742" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 232555.659974, 482510.943974 ], [ 232996.48267399999895, 481805.627774 ], [ 232999.999974, 481799.999974 ], [ 233099.999974, 481699.999974 ], [ 233124.92667399998754, 481683.382274 ], [ 233347.716874, 481534.855374 ], [ 233399.999974, 481499.999974 ], [ 233699.999974, 481599.999974 ], [ 233788.808174, 481659.205474 ], [ 233999.999974, 481799.999974 ], [ 234184.97457399999257, 481152.588974 ], [ 234199.999974, 481099.999974 ], [ 234499.999974, 479699.999974 ], [ 234599.999974, 479199.999974 ], [ 234575.87707399998908, 479127.631274 ], [ 234499.999974, 478899.999974 ], [ 234299.999974, 478399.999974 ], [ 234599.999974, 477999.999974 ], [ 234599.999974, 477967.897974 ], [ 234599.999974, 477899.999974 ], [ 233799.999974, 477799.999974 ], [ 233326.31287399999565, 477799.999974 ], [ 233299.999974, 477799.999974 ], [ 232499.999974, 477899.999974 ], [ 232099.999974, 477799.999974 ], [ 232010.534274, 477770.178074 ], [ 231499.999974, 477599.999974 ], [ 229399.999974, 476499.999974 ], [ 229394.797974, 476497.398974 ], [ 229023.16877399999066, 476311.584374 ], [ 228999.999974, 476299.999974 ], [ 228999.999974, 476099.999974 ], [ 228014.956674, 475410.469674 ], [ 227999.999974, 475399.999974 ], [ 226699.999974, 474499.999974 ], [ 226689.49487399999634, 474493.696874 ], [ 226199.999974, 474199.999974 ], [ 225899.999974, 473799.999974 ], [ 225299.999974, 473199.999974 ], [ 224299.999974, 473299.999974 ], [ 223499.999974, 473199.999974 ], [ 222999.999974, 473399.999974 ], [ 222899.999974, 473599.999974 ], [ 222899.999974, 473644.277974 ], [ 222899.999974, 473799.999974 ], [ 222599.999974, 473999.999974 ], [ 222399.999974, 474599.999974 ], [ 222399.999974, 474699.999974 ], [ 222599.999974, 474799.999974 ], [ 222599.999974, 474899.999974 ], [ 222299.999974, 475199.999974 ], [ 222099.999974, 475099.999974 ], [ 221199.999974, 475999.999974 ], [ 221099.999974, 476099.999974 ], [ 220999.999974, 476199.999974 ], [ 220965.37967399999616, 476224.437874 ], [ 219299.999974, 477399.999974 ], [ 219273.713374, 477610.29317399999127 ], [ 219199.999974, 478199.999974 ], [ 219199.999974, 478248.542674 ], [ 219199.999974, 478399.999974 ], [ 219197.851874, 478427.925074 ], [ 219099.999974, 479699.999974 ], [ 220099.999974, 480599.999974 ], [ 220791.466374, 481291.466374 ], [ 220799.999974, 481299.999974 ], [ 220999.999974, 481599.999974 ], [ 223895.77427399999578, 482099.271374 ], [ 223899.999974, 482099.999974 ], [ 225099.999974, 482399.999974 ], [ 225131.449674, 482407.862474 ], [ 225499.999974, 482499.999974 ], [ 226099.999974, 482399.999974 ], [ 227289.64317399999709, 482102.589174 ], [ 227299.999974, 482099.999974 ], [ 228196.46427399999811, 481900.785674 ], [ 228199.999974, 481899.999974 ], [ 228699.999974, 482599.999974 ], [ 230499.999974, 482299.999974 ], [ 230545.197874, 482299.999974 ], [ 230799.999974, 482299.999974 ], [ 232099.999974, 482499.999974 ], [ 232499.999974, 482599.999974 ], [ 232555.659974, 482510.943974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1771" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 168699.999974, 385699.999974 ], [ 169099.999974, 385399.999974 ], [ 169288.7441739999922, 385494.372074 ], [ 169299.999974, 385499.999974 ], [ 169999.999974, 384999.999974 ], [ 170299.999974, 384799.999974 ], [ 170399.999974, 384499.999974 ], [ 170799.999974, 384499.999974 ], [ 170878.744474, 384499.999974 ], [ 170985.172774, 384499.999974 ], [ 170999.999974, 384499.999974 ], [ 171259.238974, 384586.412974 ], [ 171299.999974, 384599.999974 ], [ 172675.63197399998899, 385189.556574 ], [ 172699.999974, 385199.999974 ], [ 172884.10807399998885, 385292.054074 ], [ 172899.999974, 385299.999974 ], [ 173699.999974, 385299.999974 ], [ 173699.999974, 385167.39617399999406 ], [ 173699.999974, 384899.999974 ], [ 173399.999974, 384099.999974 ], [ 173099.999974, 383599.999974 ], [ 173099.999974, 383699.999974 ], [ 172799.999974, 383499.999974 ], [ 172799.999974, 382799.999974 ], [ 172499.999974, 381599.999974 ], [ 172499.999974, 381580.297874 ], [ 172499.999974, 381499.999974 ], [ 169748.09727399999974, 381008.588774 ], [ 169699.999974, 380999.999974 ], [ 167629.548374, 380014.070674 ], [ 167599.999974, 379999.999974 ], [ 167399.999974, 379799.999974 ], [ 166899.999974, 379599.999974 ], [ 166875.62537399999565, 379595.125074 ], [ 165399.999974, 379299.999974 ], [ 165299.999974, 379499.999974 ], [ 164599.999974, 379499.999974 ], [ 164599.999974, 379573.013374 ], [ 164599.999974, 379599.999974 ], [ 164599.999974, 382095.259774 ], [ 164599.999974, 382099.999974 ], [ 164999.999974, 381999.999974 ], [ 165004.028674, 382004.028674 ], [ 165099.999974, 382099.999974 ], [ 165291.608474, 382483.216974 ], [ 165299.999974, 382499.999974 ], [ 165699.999974, 382499.999974 ], [ 166094.792874, 382697.396474 ], [ 166093.499974, 382722.593774 ], [ 166107.58787399998982, 382807.587874 ], [ 166199.999974, 382899.999974 ], [ 167399.999974, 383599.999974 ], [ 167425.02847399999155, 383641.714174 ], [ 168299.999974, 385099.999974 ], [ 168315.261674, 385122.892574 ], [ 168699.999974, 385699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1773" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 207399.999974, 496499.999974 ], [ 208799.999974, 493999.999974 ], [ 209699.999974, 494199.999974 ], [ 209799.999974, 493699.999974 ], [ 210099.999974, 493599.999974 ], [ 210799.999974, 493699.999974 ], [ 210799.999974, 493399.999974 ], [ 211689.16087399999378, 493301.204374 ], [ 211699.999974, 493299.999974 ], [ 212399.999974, 493199.999974 ], [ 212395.25327399998787, 493186.550974 ], [ 211799.999974, 491499.999974 ], [ 212499.999974, 490299.999974 ], [ 212499.999974, 489999.999974 ], [ 212399.999974, 489599.999974 ], [ 212393.18657399999211, 489586.373274 ], [ 212299.999974, 489399.999974 ], [ 211599.999974, 488899.999974 ], [ 211499.999974, 488999.999974 ], [ 210600.35137399999076, 489099.960974 ], [ 210599.999974, 489099.999974 ], [ 210499.999974, 488899.999974 ], [ 210399.999974, 488699.999974 ], [ 210399.999974, 488299.999974 ], [ 210592.067874, 488011.898274 ], [ 210599.999974, 487999.999974 ], [ 210399.999974, 487399.999974 ], [ 210299.999974, 487299.999974 ], [ 210099.999974, 487399.999974 ], [ 209999.999974, 487699.999974 ], [ 209599.999974, 487799.999974 ], [ 209599.999974, 486599.999974 ], [ 209999.999974, 485999.999974 ], [ 210099.999974, 485599.999974 ], [ 210189.805174, 485240.779174 ], [ 210199.999974, 485199.999974 ], [ 211499.999974, 484799.999974 ], [ 211552.5334739999962, 484786.866674 ], [ 211899.999974, 484699.999974 ], [ 212060.711874, 484557.145074 ], [ 212799.999974, 483899.999974 ], [ 212599.999974, 483399.999974 ], [ 212599.999974, 482699.999974 ], [ 212899.999974, 482599.999974 ], [ 212799.999974, 481699.999974 ], [ 210823.47507399998722, 481798.82627399999183 ], [ 210799.999974, 481799.999974 ], [ 210699.999974, 481699.999974 ], [ 210599.999974, 481299.999974 ], [ 210399.999974, 481199.999974 ], [ 209699.999974, 481099.999974 ], [ 209299.999974, 481099.999974 ], [ 209286.741474, 481099.999974 ], [ 209199.999974, 481099.999974 ], [ 209199.999974, 480399.999974 ], [ 208399.999974, 480399.999974 ], [ 207933.367074, 480213.346874 ], [ 207899.999974, 480199.999974 ], [ 206399.999974, 479799.999974 ], [ 206374.218874, 479788.950974 ], [ 205699.999974, 479499.999974 ], [ 205692.606774, 479497.227574 ], [ 205683.29807399999117, 479493.73677399998996 ], [ 204899.999974, 479199.999974 ], [ 204199.999974, 479099.999974 ], [ 203719.645974, 479484.283274 ], [ 203699.999974, 479499.999974 ], [ 203599.999974, 479399.999974 ], [ 202999.999974, 479299.999974 ], [ 202799.999974, 479399.999974 ], [ 202509.43487399999867, 479496.855074 ], [ 202499.999974, 479499.999974 ], [ 202299.999974, 480699.999974 ], [ 202199.999974, 481299.999974 ], [ 201699.999974, 481199.999974 ], [ 201299.999974, 481299.999974 ], [ 201299.999974, 481699.999974 ], [ 201499.999974, 481799.999974 ], [ 201599.999974, 481799.999974 ], [ 201799.999974, 482699.999974 ], [ 201999.999974, 483799.999974 ], [ 201899.999974, 484299.999974 ], [ 201899.999974, 484999.999974 ], [ 202099.999974, 485199.999974 ], [ 202699.999974, 485299.999974 ], [ 203197.33437399999821, 485697.867474 ], [ 203199.999974, 485699.999974 ], [ 202899.999974, 486099.999974 ], [ 202199.999974, 486299.999974 ], [ 201999.999974, 486499.999974 ], [ 202099.999974, 487099.999974 ], [ 202299.999974, 487399.999974 ], [ 204499.999974, 487999.999974 ], [ 204952.50697399998899, 488181.002774 ], [ 204999.999974, 488199.999974 ], [ 205099.999974, 488399.999974 ], [ 205112.47997399998712, 488431.19997399998829 ], [ 205299.999974, 488899.999974 ], [ 205292.764574, 488950.647974 ], [ 205199.999974, 489599.999974 ], [ 205499.999974, 490299.999974 ], [ 205522.675374, 490345.350774 ], [ 205552.46897399998852, 490344.128274 ], [ 205573.317474, 490343.272874 ], [ 205595.342474, 490486.757974 ], [ 205595.53897399999551, 490488.498374 ], [ 205595.803774, 490490.07517399999779 ], [ 205596.330274, 490491.912774 ], [ 205596.77047399998992, 490493.540874 ], [ 205597.12767399998847, 490494.862274 ], [ 205597.8862739999895, 490497.744574 ], [ 205598.558074, 490500.576774 ], [ 205099.999974, 490699.999974 ], [ 204799.999974, 490799.999974 ], [ 204245.906274, 491354.093674 ], [ 204199.999974, 491399.999974 ], [ 204499.999974, 492099.999974 ], [ 204399.999974, 492399.999974 ], [ 204399.999974, 492699.999974 ], [ 204699.999974, 493399.999974 ], [ 204795.537474, 494164.299874 ], [ 204799.999974, 494199.999974 ], [ 204399.999974, 494699.999974 ], [ 204099.999974, 494999.999974 ], [ 204899.999974, 495199.999974 ], [ 205499.999974, 495099.999974 ], [ 205534.83357399998931, 495099.999974 ], [ 205899.999974, 495099.999974 ], [ 205943.22717399999965, 495121.613574 ], [ 206699.999974, 495499.999974 ], [ 207199.999974, 496399.999974 ], [ 207399.999974, 496499.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1774" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 265201.41977399995085, 495494.320974 ], [ 265399.99997399997665, 494699.999974 ], [ 266199.99997399997665, 494099.999974 ], [ 266599.99997399997665, 492999.999974 ], [ 266600.2667739999597, 492999.466374 ], [ 267199.99997399997665, 491799.999974 ], [ 268299.99997399997665, 491499.999974 ], [ 268499.99997399997665, 491699.999974 ], [ 268799.99997399997665, 491499.999974 ], [ 268799.99997399997665, 491099.999974 ], [ 269096.25227399996947, 490507.495374 ], [ 269099.99997399997665, 490499.999974 ], [ 269699.99997399997665, 488499.999974 ], [ 265399.99997399997665, 487499.999974 ], [ 263799.99997399997665, 488299.999974 ], [ 262811.36387399997329, 489189.772574 ], [ 262799.14907399995718, 489196.936574 ], [ 262299.99997399997665, 487399.999974 ], [ 262899.99997399997665, 485699.999974 ], [ 262599.99997399997665, 485699.999974 ], [ 262225.43657399999211, 485512.718274 ], [ 262199.99997399997665, 485499.999974 ], [ 261617.91997399998945, 484626.879974 ], [ 261599.999974, 484599.999974 ], [ 261599.999974, 484499.999974 ], [ 261799.999974, 483999.999974 ], [ 261199.999974, 483899.999974 ], [ 260699.999974, 483899.999974 ], [ 260299.999974, 483899.999974 ], [ 260295.49337399998331, 483881.973674 ], [ 260199.999974, 483499.999974 ], [ 260155.507474, 483504.943574 ], [ 259299.999974, 483599.999974 ], [ 259266.34147399998619, 483599.999974 ], [ 258899.999974, 483599.999974 ], [ 258599.999974, 483799.999974 ], [ 258099.999974, 483899.999974 ], [ 257999.999974, 483299.999974 ], [ 257799.999974, 482999.999974 ], [ 257764.06797399997595, 482982.033974 ], [ 257199.999974, 482699.999974 ], [ 257064.258874, 482564.258874 ], [ 256799.999974, 482299.999974 ], [ 256605.562474, 481522.249974 ], [ 256599.999974, 481499.999974 ], [ 256099.999974, 481499.999974 ], [ 255662.627574, 480989.732174 ], [ 255499.999974, 480799.999974 ], [ 255399.999974, 479999.999974 ], [ 255799.999974, 479799.999974 ], [ 256299.999974, 479899.999974 ], [ 256799.999974, 479599.999974 ], [ 256829.659374, 479587.288874 ], [ 257499.999974, 479299.999974 ], [ 257799.999974, 479499.999974 ], [ 258999.999974, 478599.999974 ], [ 258699.999974, 478599.999974 ], [ 257599.999974, 478199.999974 ], [ 257399.999974, 478299.999974 ], [ 257199.999974, 478299.999974 ], [ 256899.999974, 478099.999974 ], [ 256899.999974, 477799.999974 ], [ 256747.124473999982, 477545.20737399999052 ], [ 256599.999974, 477299.999974 ], [ 256099.999974, 477099.999974 ], [ 254199.999974, 477499.999974 ], [ 254699.999974, 477699.999974 ], [ 254999.999974, 478099.999974 ], [ 254999.999974, 478499.999974 ], [ 254639.74207399997977, 478950.322474 ], [ 254600.07167399997707, 478999.910374 ], [ 254600.055374, 478999.930674 ], [ 254599.999974, 479000.03227399999741 ], [ 254466.588674, 479244.470474 ], [ 254299.999974, 479299.999974 ], [ 254099.999974, 479399.999974 ], [ 253826.033274, 479399.999974 ], [ 253799.999974, 479399.999974 ], [ 253499.999974, 479399.999974 ], [ 253299.999974, 479499.999974 ], [ 253208.401974, 479554.958774 ], [ 252799.999974, 479799.999974 ], [ 252713.26307399998768, 480060.210774 ], [ 252699.999974, 480099.999974 ], [ 252789.53377399998135, 480368.601474 ], [ 252799.999974, 480399.999974 ], [ 252985.257674, 480585.25767399999313 ], [ 252999.999974, 480599.999974 ], [ 253099.999974, 480799.999974 ], [ 252899.999974, 481099.999974 ], [ 252199.999974, 481299.999974 ], [ 252032.196374, 481411.869074 ], [ 251899.999974, 481499.999974 ], [ 251499.999974, 481599.999974 ], [ 251499.999974, 481676.140874 ], [ 251499.999974, 481699.999974 ], [ 250299.999974, 481999.999974 ], [ 249899.999974, 481999.999974 ], [ 249499.999974, 482099.999974 ], [ 248799.999974, 483099.999974 ], [ 248699.999974, 483399.999974 ], [ 248499.999974, 483599.999974 ], [ 248599.999974, 484699.999974 ], [ 248699.999974, 484799.999974 ], [ 249499.999974, 485199.999974 ], [ 249799.999974, 485599.999974 ], [ 250099.999974, 486699.999974 ], [ 250109.28247399997781, 486701.74047399999108 ], [ 251699.999974, 486999.999974 ], [ 252199.999974, 487199.999974 ], [ 252225.773274, 487212.886674 ], [ 252399.999974, 487299.999974 ], [ 252403.96987399997306, 487299.389274 ], [ 253699.999974, 487099.999974 ], [ 254799.999974, 486999.999974 ], [ 254999.999974, 486799.999974 ], [ 255024.42827399997623, 486819.542674 ], [ 255499.999974, 487199.999974 ], [ 255499.999974, 489899.999974 ], [ 255404.457174, 492001.941574 ], [ 255399.999974, 492099.999974 ], [ 255379.47247399998014, 492115.395674 ], [ 254999.999974, 492399.999974 ], [ 254624.613874, 492869.232674 ], [ 254599.999974, 492899.999974 ], [ 254699.999974, 494299.999974 ], [ 254703.932474, 494300.907474 ], [ 257273.51577399999951, 494893.888274 ], [ 257299.999974, 494899.999974 ], [ 259799.999974, 495199.999974 ], [ 260599.999974, 494999.999974 ], [ 261076.89657399998396, 494999.999974 ], [ 261086.999974, 495025.999974 ], [ 261139.35997399999178, 495303.19997399998829 ], [ 261099.999974, 495499.999974 ], [ 261399.999974, 495699.999974 ], [ 261413.57067399998778, 495713.570674 ], [ 262099.999974, 496399.999974 ], [ 262899.99997399997665, 498099.999974 ], [ 263099.99997399997665, 498699.999974 ], [ 263699.99997399997665, 499199.999974 ], [ 264199.99997399997665, 498699.999974 ], [ 264199.99997399997665, 498399.999974 ], [ 264599.99997399997665, 497499.999974 ], [ 264999.99997399997665, 496499.999974 ], [ 265199.99997399997665, 495499.999974 ], [ 265201.41977399995085, 495494.320974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1783" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 74199.999974, 450099.999974 ], [ 74399.999974, 449799.999974 ], [ 74899.999974, 450099.999974 ], [ 75499.999974, 450199.999974 ], [ 75899.999974, 450699.999974 ], [ 75910.793474, 450682.010874 ], [ 76799.999974, 449199.999974 ], [ 77599.999974, 449599.999974 ], [ 77602.090674, 449601.626074 ], [ 78499.999974, 450299.999974 ], [ 78501.805674, 450298.194374 ], [ 78871.54447399999481, 449928.455574 ], [ 78899.999974, 449899.999974 ], [ 79099.999974, 449399.999974 ], [ 79123.718774, 449370.351574 ], [ 79131.029274, 449361.213374 ], [ 79342.834673999983352, 449096.456674 ], [ 79499.999974, 448899.999974 ], [ 79523.494673999986844, 448881.204274 ], [ 79999.999974, 448499.999974 ], [ 79800.097573999984888, 448366.731774 ], [ 79699.999974, 448299.999974 ], [ 79707.925473999988753, 448294.055874 ], [ 80099.999974, 447999.999974 ], [ 80599.999974, 448099.999974 ], [ 80899.999974, 448299.999974 ], [ 80999.999974, 447999.999974 ], [ 78517.456374, 446212.568574 ], [ 78499.999974, 446199.999974 ], [ 77899.999974, 445899.999974 ], [ 77933.219974, 445855.706774 ], [ 78199.999974, 445499.999974 ], [ 78299.999974, 445499.999974 ], [ 78399.999974, 445499.999974 ], [ 78999.999974, 445199.999974 ], [ 78999.999974, 445099.999974 ], [ 79199.999974, 444699.999974 ], [ 79499.999974, 445099.999974 ], [ 79799.999974, 444399.999974 ], [ 80099.999974, 444299.999974 ], [ 80328.392674, 444242.901874 ], [ 80499.999974, 444199.999974 ], [ 80499.999974, 444099.999974 ], [ 80499.999974, 444071.207174 ], [ 80499.999974, 444023.192474 ], [ 80499.999974, 443999.999974 ], [ 80199.999974, 443799.999974 ], [ 79999.999974, 443799.999974 ], [ 79399.999974, 443299.999974 ], [ 79599.999974, 443199.999974 ], [ 79299.999974, 442999.999974 ], [ 79099.999974, 442999.999974 ], [ 79041.2557739999902, 442999.999974 ], [ 78799.999974, 442999.999974 ], [ 78599.999974, 443399.999974 ], [ 78499.999974, 443399.999974 ], [ 78299.999974, 442999.999974 ], [ 78699.999974, 442399.999974 ], [ 77799.999974, 441899.999974 ], [ 77399.999974, 441799.999974 ], [ 77099.999974, 441799.999974 ], [ 75699.999974, 441199.999974 ], [ 75699.999974, 440799.999974 ], [ 76199.999974, 440099.999974 ], [ 76099.999974, 439999.999974 ], [ 75899.999974, 440099.999974 ], [ 75599.999974, 439999.999974 ], [ 75507.07147399999667, 440185.85697399999481 ], [ 75312.73507399999653, 440574.529974 ], [ 75299.999974, 440599.999974 ], [ 74699.999974, 439899.999974 ], [ 74599.999974, 439899.999974 ], [ 72899.999974, 441399.999974 ], [ 72499.999974, 442299.999974 ], [ 72799.999974, 442599.999974 ], [ 72760.167274, 442625.348074 ], [ 71699.999974, 443299.999974 ], [ 70529.322874, 443930.364574 ], [ 70399.999974, 443999.999974 ], [ 70134.724274, 444176.850474 ], [ 69799.999974, 444399.999974 ], [ 70099.999974, 445099.999974 ], [ 69299.999974, 445499.999974 ], [ 69252.188674, 445499.999974 ], [ 69212.92937399999937, 445499.999974 ], [ 69199.999974, 445499.999974 ], [ 68999.999974, 445699.999974 ], [ 68799.999974, 445999.999974 ], [ 68699.999974, 446199.999974 ], [ 68799.999974, 446299.999974 ], [ 68499.999974, 446499.999974 ], [ 68999.999974, 447099.999974 ], [ 69463.73687399999471, 447749.231574 ], [ 69499.999974, 447799.999974 ], [ 70391.702774, 448988.937074 ], [ 70399.999974, 448999.999974 ], [ 70899.999974, 449599.999974 ], [ 71099.999974, 449799.999974 ], [ 71499.999974, 450199.999974 ], [ 71502.78527399999439, 450203.371674 ], [ 73399.999974, 452499.999974 ], [ 73599.999974, 452099.999974 ], [ 73499.999974, 451899.999974 ], [ 73799.999974, 451399.999974 ], [ 73817.916074, 451364.167874 ], [ 74399.999974, 450199.999974 ], [ 74199.999974, 450099.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1842" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 81699.999974, 447199.999974 ], [ 81899.999974, 446799.999974 ], [ 82488.661873999983072, 447094.330974 ], [ 82499.999974, 447099.999974 ], [ 82599.999974, 447099.999974 ], [ 82979.11127399999532, 446910.444374 ], [ 82999.999974, 446873.698274 ], [ 82999.999974, 446799.999974 ], [ 83002.53777399999672, 446797.462274 ], [ 83199.999974, 446599.999974 ], [ 83174.56707399999141, 446557.61177399998996 ], [ 83170.906473999988521, 446554.512174 ], [ 83170.904374, 446554.509374 ], [ 83170.999974, 446554.349974 ], [ 83171.789174, 446552.98197399999481 ], [ 82911.178973999980371, 446118.631674 ], [ 82899.999974, 446099.999974 ], [ 82599.999974, 445799.999974 ], [ 82536.318474, 445749.054774 ], [ 82099.999974, 445399.999974 ], [ 82002.237773999979254, 445106.713274 ], [ 81999.999974, 445099.999974 ], [ 82364.54697399999714, 444411.411374 ], [ 82899.999974, 443399.999974 ], [ 82913.842773999989731, 443402.76857399998698 ], [ 83360.92127399999299, 443492.18427399999928 ], [ 83399.999974, 443499.999974 ], [ 84199.999974, 443699.999974 ], [ 84399.999974, 442899.999974 ], [ 84999.999974, 443099.999974 ], [ 84999.999974, 442799.999974 ], [ 85496.598273999989033, 442899.319674 ], [ 85499.999974, 442899.999974 ], [ 86199.999974, 443099.999974 ], [ 85999.999974, 443499.999974 ], [ 86278.813973999989685, 443579.661174 ], [ 86699.999974, 443699.999974 ], [ 86999.999974, 443299.999974 ], [ 87099.999974, 442999.999974 ], [ 87399.999974, 442399.999974 ], [ 86732.706474, 442018.689374 ], [ 86699.999974, 441999.999974 ], [ 86674.631873999984236, 442076.104274 ], [ 86599.999974, 442299.999974 ], [ 86499.999974, 442299.999974 ], [ 85699.999974, 442099.999974 ], [ 84599.999974, 441899.999974 ], [ 84899.999974, 441199.999974 ], [ 83699.999974, 440799.999974 ], [ 82799.999974, 440399.999974 ], [ 82699.999974, 440299.999974 ], [ 82099.999974, 439999.999974 ], [ 81838.711573999986285, 439912.903874 ], [ 81817.878873999987263, 439905.959574 ], [ 81799.999974, 439899.999974 ], [ 81299.999974, 439299.999974 ], [ 81199.999974, 438999.999974 ], [ 79899.999974, 437699.999974 ], [ 79888.07117399998242, 437694.035574 ], [ 79699.999974, 437599.999974 ], [ 79699.999974, 437573.393174 ], [ 79699.999974, 437499.999974 ], [ 78399.999974, 437799.999974 ], [ 78368.15057399999932, 437812.739774 ], [ 77899.999974, 437999.999974 ], [ 77871.007374, 438019.328374 ], [ 77599.999974, 438199.999974 ], [ 77584.02547399999457, 438215.974474 ], [ 77299.999974, 438499.999974 ], [ 76219.58377399999881, 439875.07517399999779 ], [ 76199.999974, 439899.999974 ], [ 76099.999974, 439999.999974 ], [ 76199.999974, 440099.999974 ], [ 75699.999974, 440799.999974 ], [ 75699.999974, 441199.999974 ], [ 77099.999974, 441799.999974 ], [ 77399.999974, 441799.999974 ], [ 77799.999974, 441899.999974 ], [ 78699.999974, 442399.999974 ], [ 78299.999974, 442999.999974 ], [ 78499.999974, 443399.999974 ], [ 78599.999974, 443399.999974 ], [ 78799.999974, 442999.999974 ], [ 79041.2557739999902, 442999.999974 ], [ 79099.999974, 442999.999974 ], [ 79299.999974, 442999.999974 ], [ 79599.999974, 443199.999974 ], [ 79399.999974, 443299.999974 ], [ 79999.999974, 443799.999974 ], [ 80199.999974, 443799.999974 ], [ 80499.999974, 443999.999974 ], [ 80499.999974, 444023.192474 ], [ 80499.999974, 444071.207174 ], [ 80499.999974, 444099.999974 ], [ 80499.999974, 444199.999974 ], [ 80328.392674, 444242.901874 ], [ 80099.999974, 444299.999974 ], [ 79799.999974, 444399.999974 ], [ 79499.999974, 445099.999974 ], [ 79199.999974, 444699.999974 ], [ 78999.999974, 445099.999974 ], [ 78999.999974, 445199.999974 ], [ 78399.999974, 445499.999974 ], [ 78299.999974, 445499.999974 ], [ 78199.999974, 445499.999974 ], [ 77933.219974, 445855.706774 ], [ 77899.999974, 445899.999974 ], [ 78499.999974, 446199.999974 ], [ 78517.456374, 446212.568574 ], [ 80999.999974, 447999.999974 ], [ 81510.829773999983445, 448340.553174 ], [ 81572.227573999989545, 448381.485074 ], [ 81599.999974, 448399.999974 ], [ 81699.999974, 448499.999974 ], [ 82099.999974, 447699.999974 ], [ 82093.40177399999811, 447680.205374 ], [ 81999.999974, 447399.999974 ], [ 81799.999974, 447299.999974 ], [ 81699.999974, 447199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1859" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 237342.072874, 466661.751974 ], [ 238399.999974, 465699.999974 ], [ 238199.999974, 465299.999974 ], [ 238199.999974, 465199.999974 ], [ 238499.999974, 464699.999974 ], [ 238799.999974, 464599.999974 ], [ 239171.838974, 464785.91947399999481 ], [ 239199.999974, 464799.999974 ], [ 239399.999974, 465199.999974 ], [ 239799.999974, 465599.999974 ], [ 239999.999974, 465699.999974 ], [ 240299.999974, 465599.999974 ], [ 240699.999974, 465099.999974 ], [ 240999.999974, 465899.999974 ], [ 241299.999974, 465699.999974 ], [ 241313.204174, 465693.397874 ], [ 242899.999974, 464899.999974 ], [ 242907.536674, 464884.92667399998754 ], [ 242999.999974, 464699.999974 ], [ 243099.999974, 464199.999974 ], [ 242999.999974, 463799.999974 ], [ 243099.999974, 462199.999974 ], [ 242299.999974, 460999.999974 ], [ 242324.754774, 460989.390874 ], [ 242999.999974, 460699.999974 ], [ 243017.374174, 460691.312874 ], [ 243399.999974, 460499.999974 ], [ 244699.999974, 460299.999974 ], [ 245399.999974, 459999.999974 ], [ 245425.332574, 459987.333774 ], [ 245999.999974, 459699.999974 ], [ 249099.999974, 459799.999974 ], [ 248999.999974, 458699.999974 ], [ 248799.999974, 457399.999974 ], [ 248699.999974, 457199.999974 ], [ 248599.999974, 457299.999974 ], [ 248399.999974, 457299.999974 ], [ 248099.999974, 457099.999974 ], [ 247999.999974, 456799.999974 ], [ 248099.999974, 456599.999974 ], [ 248399.999974, 456399.999974 ], [ 248499.999974, 456099.999974 ], [ 248199.999974, 455699.999974 ], [ 247399.999974, 454899.999974 ], [ 245999.999974, 454699.999974 ], [ 244699.999974, 454299.999974 ], [ 244799.999974, 453999.999974 ], [ 244699.999974, 453699.999974 ], [ 244299.999974, 452799.999974 ], [ 244199.999974, 452399.999974 ], [ 244199.999974, 451499.999974 ], [ 243999.999974, 451499.999974 ], [ 243399.999974, 451899.999974 ], [ 242699.999974, 452099.999974 ], [ 242399.999974, 452199.999974 ], [ 242599.999974, 452599.999974 ], [ 242499.999974, 452899.999974 ], [ 242206.96987399997306, 453486.060174 ], [ 242199.999974, 453499.999974 ], [ 241399.999974, 453799.999974 ], [ 241099.999974, 453199.999974 ], [ 240799.999974, 453199.999974 ], [ 240614.71407399998861, 452644.142174 ], [ 240599.999974, 452599.999974 ], [ 240170.73137399999541, 452857.561174 ], [ 240099.999974, 452899.999974 ], [ 240299.999974, 453599.999974 ], [ 240154.69517399999313, 453641.515674 ], [ 239599.999974, 453799.999974 ], [ 238999.999974, 453999.999974 ], [ 238599.999974, 453699.999974 ], [ 238599.999974, 453664.504074 ], [ 238599.999974, 453199.999974 ], [ 238499.999974, 452599.999974 ], [ 238598.915974, 452204.336174 ], [ 238588.151374, 452192.890774 ], [ 238099.999974, 451899.999974 ], [ 237899.999974, 451599.999974 ], [ 237899.999974, 451199.999974 ], [ 237661.301974, 450961.301974 ], [ 237499.999974, 450799.999974 ], [ 237315.225974, 450615.225974 ], [ 237299.999974, 450599.999974 ], [ 236499.999974, 449999.999974 ], [ 234022.9377739999909, 449207.340074 ], [ 233999.999974, 449199.999974 ], [ 232911.442274, 450585.437174 ], [ 232899.999974, 450599.999974 ], [ 232499.999974, 451099.999974 ], [ 232399.999974, 450799.999974 ], [ 231999.999974, 451199.999974 ], [ 231299.999974, 450299.999974 ], [ 230999.999974, 450499.999974 ], [ 230499.999974, 449899.999974 ], [ 230227.817274, 449809.2724739999976 ], [ 230199.999974, 449799.999974 ], [ 229999.999974, 449999.999974 ], [ 228999.999974, 448599.999974 ], [ 228799.999974, 448699.999974 ], [ 228499.999974, 448799.999974 ], [ 228452.65897399999085, 448810.144474 ], [ 227099.999974, 449099.999974 ], [ 227099.999974, 449199.999974 ], [ 226599.999974, 450499.999974 ], [ 226318.3978739999875, 450992.803774 ], [ 226199.999974, 451199.999974 ], [ 226099.999974, 451499.999974 ], [ 225899.999974, 451399.999974 ], [ 225599.999974, 451799.999974 ], [ 225585.314874, 451844.05557399999816 ], [ 225399.999974, 452399.999974 ], [ 225399.999974, 452675.04927399998996 ], [ 225399.999974, 452699.999974 ], [ 225399.999974, 453199.999974 ], [ 225199.999974, 453499.999974 ], [ 225194.791774, 453522.569174 ], [ 224899.999974, 454799.999974 ], [ 224599.999974, 454999.999974 ], [ 224499.999974, 455599.999974 ], [ 224599.999974, 455999.999974 ], [ 225099.999974, 456199.999974 ], [ 225399.999974, 456099.999974 ], [ 225422.953374, 456130.604474 ], [ 225699.999974, 456499.999974 ], [ 225999.999974, 456999.999974 ], [ 226999.999974, 457799.999974 ], [ 227358.735374, 458015.241174 ], [ 227499.999974, 458099.999974 ], [ 228199.999974, 458299.999974 ], [ 228999.999974, 458099.999974 ], [ 229199.999974, 458099.999974 ], [ 229299.999974, 457899.999974 ], [ 229399.999974, 457599.999974 ], [ 229769.5395739999949, 457507.615074 ], [ 229799.999974, 457499.999974 ], [ 229999.999974, 458099.999974 ], [ 229999.999974, 458799.999974 ], [ 230299.999974, 459199.999974 ], [ 230399.999974, 459499.999974 ], [ 230699.999974, 460199.999974 ], [ 230399.999974, 460399.999974 ], [ 230338.572274, 460768.566274 ], [ 230299.999974, 460999.999974 ], [ 230399.999974, 461199.999974 ], [ 229899.999974, 461899.999974 ], [ 229899.999974, 462099.999974 ], [ 229399.999974, 462399.999974 ], [ 228971.20367399998941, 462721.597274 ], [ 228599.999974, 462999.999974 ], [ 228499.999974, 463199.999974 ], [ 230099.999974, 463799.999974 ], [ 230299.999974, 464099.999974 ], [ 230599.999974, 465199.999974 ], [ 230624.370074, 465297.480374 ], [ 230699.999974, 465599.999974 ], [ 230599.999974, 466099.999974 ], [ 230799.999974, 465999.999974 ], [ 231899.999974, 466499.999974 ], [ 232299.999974, 466499.999974 ], [ 232314.190674, 466497.816774 ], [ 234886.473774, 466102.080974 ], [ 234899.999974, 466099.999974 ], [ 236799.999974, 466599.999974 ], [ 236813.864474, 466602.772874 ], [ 237299.999974, 466699.999974 ], [ 237342.072874, 466661.751974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1876" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 221799.999974, 460199.999974 ], [ 222199.999974, 459999.999974 ], [ 222235.276374, 460017.638174 ], [ 222799.999974, 460299.999974 ], [ 223799.999974, 460799.999974 ], [ 223833.64677399999346, 460799.999974 ], [ 224099.999974, 460799.999974 ], [ 223799.999974, 459999.999974 ], [ 224099.999974, 459499.999974 ], [ 224099.999974, 459199.999974 ], [ 223799.999974, 458799.999974 ], [ 225499.999974, 457499.999974 ], [ 225999.999974, 456999.999974 ], [ 225699.999974, 456499.999974 ], [ 225422.953374, 456130.604474 ], [ 225399.999974, 456099.999974 ], [ 225099.999974, 456199.999974 ], [ 224599.999974, 455999.999974 ], [ 224499.999974, 455599.999974 ], [ 224599.999974, 454999.999974 ], [ 224899.999974, 454799.999974 ], [ 225194.791774, 453522.569174 ], [ 225199.999974, 453499.999974 ], [ 225399.999974, 453199.999974 ], [ 225399.999974, 452699.999974 ], [ 225399.999974, 452675.04927399998996 ], [ 225399.999974, 452399.999974 ], [ 225585.314874, 451844.05557399999816 ], [ 225599.999974, 451799.999974 ], [ 225899.999974, 451399.999974 ], [ 226099.999974, 451499.999974 ], [ 226199.999974, 451199.999974 ], [ 226318.3978739999875, 450992.803774 ], [ 226599.999974, 450499.999974 ], [ 227099.999974, 449199.999974 ], [ 227099.999974, 449099.999974 ], [ 228452.65897399999085, 448810.144474 ], [ 228499.999974, 448799.999974 ], [ 228799.999974, 448699.999974 ], [ 228599.999974, 448399.999974 ], [ 228699.999974, 447899.999974 ], [ 228999.999974, 447199.999974 ], [ 228699.999974, 446999.999974 ], [ 229199.999974, 446399.999974 ], [ 228599.999974, 445999.999974 ], [ 228699.999974, 445699.999974 ], [ 229787.392774, 445008.022774 ], [ 229757.599974, 444976.69997399998829 ], [ 229664.995574, 444774.992574 ], [ 229499.999974, 444499.999974 ], [ 229299.999974, 444199.999974 ], [ 229199.999974, 443899.999974 ], [ 228899.999974, 443599.999974 ], [ 228699.999974, 443299.999974 ], [ 227899.999974, 442899.999974 ], [ 227399.999974, 442999.999974 ], [ 227299.999974, 443099.999974 ], [ 226999.999974, 443099.999974 ], [ 225699.999974, 443199.999974 ], [ 224699.999974, 444199.999974 ], [ 224696.87397399998736, 444199.21847399999388 ], [ 223899.999974, 443999.999974 ], [ 223299.999974, 443699.999974 ], [ 223599.999974, 443599.999974 ], [ 223799.999974, 443599.999974 ], [ 223999.999974, 442999.999974 ], [ 223899.999974, 442699.999974 ], [ 223299.999974, 442599.999974 ], [ 222799.999974, 442799.999974 ], [ 222399.999974, 442699.999974 ], [ 222199.999974, 442799.999974 ], [ 222202.514074, 442807.542174 ], [ 222299.999974, 443099.999974 ], [ 222499.999974, 443299.999974 ], [ 222499.999974, 443599.999974 ], [ 221399.999974, 443399.999974 ], [ 220299.999974, 443399.999974 ], [ 219599.999974, 443399.999974 ], [ 219616.182774, 443443.153974 ], [ 219899.999974, 444199.999974 ], [ 220199.999974, 444599.999974 ], [ 219768.33977399999276, 445031.660274 ], [ 219499.999974, 445299.999974 ], [ 219099.999974, 445499.999974 ], [ 218799.999974, 445499.999974 ], [ 218799.59227399999509, 445499.864074 ], [ 218199.999974, 445299.999974 ], [ 217412.438074, 444807.773774 ], [ 217399.999974, 444799.999974 ], [ 217384.34907399999793, 444862.603674 ], [ 217299.999974, 445199.999974 ], [ 217268.86847399998805, 445231.131474 ], [ 217120.24487399999634, 445379.755074 ], [ 217099.999974, 445399.999974 ], [ 216299.999974, 444399.999974 ], [ 215944.794674, 444340.799074 ], [ 215699.999974, 444299.999974 ], [ 215499.999974, 444299.999974 ], [ 214999.999974, 444599.999974 ], [ 214959.49907399999211, 444640.500974 ], [ 214899.999974, 444699.999974 ], [ 214599.999974, 444799.999974 ], [ 214363.94647399999667, 444642.630974 ], [ 214299.999974, 444599.999974 ], [ 214199.999974, 444299.999974 ], [ 214799.999974, 444199.999974 ], [ 214760.431974, 444136.691274 ], [ 214299.999974, 443399.999974 ], [ 214199.999974, 443399.999974 ], [ 214195.99487399999634, 443404.005074 ], [ 213699.999974, 443899.999974 ], [ 213399.999974, 444099.999974 ], [ 213006.63507399999071, 444788.388574 ], [ 212999.999974, 444799.999974 ], [ 212699.999974, 444599.999974 ], [ 212499.999974, 444499.999974 ], [ 212399.999974, 444299.999974 ], [ 212999.999974, 443899.999974 ], [ 212902.987274, 443414.936274 ], [ 212899.999974, 443399.999974 ], [ 212599.999974, 443699.999974 ], [ 212041.37897399999201, 443793.103474 ], [ 211999.999974, 443799.999974 ], [ 211899.999974, 443799.999974 ], [ 211199.999974, 443899.999974 ], [ 210199.999974, 443699.999974 ], [ 209713.02787399999215, 443754.107974 ], [ 209299.999974, 443799.999974 ], [ 208699.999974, 443799.999974 ], [ 208299.999974, 443799.999974 ], [ 208099.999974, 443899.999974 ], [ 208198.894474, 444987.839474 ], [ 208199.999974, 444999.999974 ], [ 208199.999974, 445199.999974 ], [ 207999.999974, 445599.999974 ], [ 208099.999974, 445799.999974 ], [ 208399.999974, 445899.999974 ], [ 208099.999974, 445999.999974 ], [ 207999.999974, 446099.999974 ], [ 207995.813174, 446103.140174 ], [ 207629.231074, 446378.076674 ], [ 207599.999974, 446399.999974 ], [ 207799.999974, 446699.999974 ], [ 207981.021974, 446790.510974 ], [ 207999.999974, 446799.999974 ], [ 208199.999974, 447499.999974 ], [ 208499.999974, 447899.999974 ], [ 208699.999974, 447899.999974 ], [ 208999.999974, 447999.999974 ], [ 209199.999974, 448299.999974 ], [ 209199.999974, 448399.999974 ], [ 209099.999974, 448499.999974 ], [ 208899.999974, 449099.999974 ], [ 209099.999974, 449599.999974 ], [ 209099.999974, 450399.999974 ], [ 209098.901274, 450399.450674 ], [ 208499.999974, 450099.999974 ], [ 207999.999974, 450199.999974 ], [ 207955.814274, 450258.914274 ], [ 207705.025674, 450593.299074 ], [ 207699.999974, 450599.999974 ], [ 207299.999974, 450699.999974 ], [ 207099.999974, 450499.999974 ], [ 206899.999974, 450199.999974 ], [ 206699.999974, 449999.999974 ], [ 206099.999974, 449799.999974 ], [ 205599.999974, 449799.999974 ], [ 204999.999974, 449999.999974 ], [ 204699.999974, 450399.999974 ], [ 204607.71237399999518, 450584.57517399999779 ], [ 204599.999974, 450599.999974 ], [ 204699.999974, 451099.999974 ], [ 204994.664974, 451394.664974 ], [ 204999.999974, 451399.999974 ], [ 205462.575274, 451770.060274 ], [ 205499.999974, 451799.999974 ], [ 206199.999974, 452299.999974 ], [ 206399.999974, 452599.999974 ], [ 206592.987274, 452792.987274 ], [ 206599.999974, 452799.999974 ], [ 207099.999974, 453199.999974 ], [ 207399.999974, 453599.999974 ], [ 208171.42547399998875, 454274.997274 ], [ 208199.999974, 454299.999974 ], [ 208499.999974, 454399.999974 ], [ 208699.999974, 454699.999974 ], [ 208899.999974, 455899.999974 ], [ 208907.451474, 455907.451474 ], [ 209099.999974, 456099.999974 ], [ 209299.999974, 456199.999974 ], [ 209999.999974, 456199.999974 ], [ 210699.999974, 456499.999974 ], [ 211199.999974, 456299.999974 ], [ 211399.999974, 456399.999974 ], [ 211699.999974, 456599.999974 ], [ 211899.999974, 456999.999974 ], [ 211999.999974, 456799.999974 ], [ 212031.587674, 456831.587674 ], [ 212063.079074, 456863.079074 ], [ 212399.999974, 457199.999974 ], [ 212199.999974, 457899.999974 ], [ 212399.999974, 458099.999974 ], [ 212999.999974, 458699.999974 ], [ 213099.999974, 458699.999974 ], [ 213583.08617399999639, 458603.382774 ], [ 213599.999974, 458599.999974 ], [ 214699.999974, 458399.999974 ], [ 215499.999974, 458499.999974 ], [ 215586.0957739999867, 458672.191574 ], [ 215599.999974, 458699.999974 ], [ 215999.999974, 459699.999974 ], [ 216279.48567399999592, 459877.85457399999723 ], [ 217099.999974, 460399.999974 ], [ 218163.33297399998992, 460786.666474 ], [ 218199.999974, 460799.999974 ], [ 219399.999974, 461499.999974 ], [ 221399.999974, 461299.999974 ], [ 221438.83597399998689, 461066.983874 ], [ 221499.999974, 460699.999974 ], [ 221799.999974, 460199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1883" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 185599.999974, 341999.999974 ], [ 185799.999974, 340799.999974 ], [ 185801.218774, 340789.031374 ], [ 185899.999974, 339899.999974 ], [ 185998.941874, 339919.78837399999611 ], [ 186399.999974, 339999.999974 ], [ 186599.999974, 339799.999974 ], [ 186799.999974, 339699.999974 ], [ 186915.933374, 339699.999974 ], [ 186999.999974, 339699.999974 ], [ 187399.999974, 339699.999974 ], [ 187499.999974, 339299.999974 ], [ 187512.407474, 339268.981374 ], [ 187699.999974, 338799.999974 ], [ 187399.999974, 338699.999974 ], [ 187499.999974, 338199.999974 ], [ 187503.54247399998712, 338189.372574 ], [ 187599.999974, 337899.999974 ], [ 187899.999974, 337799.999974 ], [ 187936.466374, 337799.999974 ], [ 188299.999974, 337799.999974 ], [ 189399.999974, 338199.999974 ], [ 189199.999974, 337799.999974 ], [ 189499.999974, 336899.999974 ], [ 189499.999974, 336599.999974 ], [ 189699.6871739999915, 336300.469174 ], [ 189699.999974, 336299.999974 ], [ 189899.999974, 336099.999974 ], [ 190199.999974, 336099.999974 ], [ 190699.999974, 335799.999974 ], [ 190699.999974, 335120.643674 ], [ 190699.999974, 335099.999974 ], [ 190999.999974, 334999.999974 ], [ 191042.27557399999932, 334989.431074 ], [ 191399.999974, 334899.999974 ], [ 191299.999974, 333199.999974 ], [ 191274.902074, 333174.902474 ], [ 190504.17937399999937, 332404.19277399999555 ], [ 190499.999974, 332399.999974 ], [ 190780.01747399999294, 332026.643374 ], [ 190685.384774, 331795.128274 ], [ 190399.999974, 331699.999974 ], [ 190299.999974, 331499.999974 ], [ 190099.999974, 331099.999974 ], [ 189499.999974, 330599.999974 ], [ 189389.86907399998745, 330563.28967399999965 ], [ 189199.999974, 330499.999974 ], [ 188899.999974, 330899.999974 ], [ 188299.999974, 330799.999974 ], [ 188099.999974, 330899.999974 ], [ 187705.952274, 330998.511974 ], [ 187699.999974, 330999.999974 ], [ 187199.999974, 330599.999974 ], [ 187182.50287399999797, 330570.838074 ], [ 186899.999974, 330099.999974 ], [ 186799.999974, 329699.999974 ], [ 186799.999974, 329679.155074 ], [ 186799.999974, 329199.999974 ], [ 186799.999974, 329178.360974 ], [ 186799.999974, 328999.999974 ], [ 186699.999974, 328599.999974 ], [ 186599.999974, 328599.999974 ], [ 185999.999974, 328899.999974 ], [ 185979.13147399999434, 328913.279974 ], [ 184916.301474, 329589.626274 ], [ 184894.29687399999239, 329558.312474 ], [ 184879.556274, 329572.741774 ], [ 184302.538674, 328803.384874 ], [ 184299.999974, 328799.999974 ], [ 184199.999974, 328699.999974 ], [ 183499.999974, 329199.999974 ], [ 183199.999974, 328899.999974 ], [ 182999.999974, 330099.999974 ], [ 182997.574774, 330121.826974 ], [ 182902.39687399999821, 330978.428074 ], [ 182899.999974, 330999.999974 ], [ 182999.999974, 331399.999974 ], [ 182999.999974, 331699.999974 ], [ 182993.647174, 331725.411274 ], [ 182799.999974, 332499.999974 ], [ 182790.57257399999071, 332537.709574 ], [ 182699.999974, 332899.999974 ], [ 182799.999974, 333499.999974 ], [ 182803.98627399999532, 333511.958874 ], [ 183199.999974, 334699.999974 ], [ 182534.09897399999318, 334890.257474 ], [ 182499.999974, 334899.999974 ], [ 182199.999974, 334999.999974 ], [ 182599.999974, 335799.999974 ], [ 182616.29757399999653, 335829.335674 ], [ 183013.597574, 336544.475574 ], [ 183067.845074, 336696.784474 ], [ 183004.400174, 336690.439974 ], [ 182099.999974, 336599.999974 ], [ 182299.999974, 336999.999974 ], [ 182299.999974, 337299.999974 ], [ 182099.999974, 337599.999974 ], [ 181699.999974, 337799.999974 ], [ 181650.349974, 337816.549974 ], [ 181099.999974, 337999.999974 ], [ 180999.999974, 338299.999974 ], [ 181099.999974, 338499.999974 ], [ 181499.999974, 339199.999974 ], [ 181899.999974, 340199.999974 ], [ 181999.999974, 341399.999974 ], [ 182199.999974, 341499.999974 ], [ 182399.999974, 341499.999974 ], [ 183299.999974, 341099.999974 ], [ 183799.999974, 341199.999974 ], [ 183999.887274, 341199.999974 ], [ 183999.999974, 341199.999974 ], [ 184099.999974, 341099.999974 ], [ 184199.999974, 340999.999974 ], [ 184499.999974, 340999.999974 ], [ 184599.999974, 341199.999974 ], [ 185299.999974, 342699.999974 ], [ 185333.969974, 342699.999974 ], [ 185599.999974, 342699.999974 ], [ 185599.999974, 341999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1884" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 109699.999974, 471799.999974 ], [ 109599.999974, 469999.999974 ], [ 109740.01617399998941, 469649.959474 ], [ 109799.999974, 469499.999974 ], [ 109626.00777399999788, 469413.003874 ], [ 109599.999974, 469399.999974 ], [ 109399.999974, 468399.999974 ], [ 109387.633474, 468405.496274 ], [ 108499.999974, 468799.999974 ], [ 108488.15407399999094, 468773.346674 ], [ 107699.999974, 466999.999974 ], [ 107399.999974, 467299.999974 ], [ 107299.999974, 467299.999974 ], [ 107297.0847739999881, 467291.254474 ], [ 107115.397674, 466746.193074 ], [ 107099.999974, 466699.999974 ], [ 106699.999974, 464599.999974 ], [ 106599.999974, 464099.999974 ], [ 105617.12027399998624, 464099.999974 ], [ 105599.999974, 464099.999974 ], [ 104299.999974, 463999.999974 ], [ 104257.081374, 463999.999974 ], [ 103999.999974, 463999.999974 ], [ 103975.85297399997944, 463999.999974 ], [ 103899.999974, 463999.999974 ], [ 103860.295974, 463992.059174 ], [ 102399.999974, 463699.999974 ], [ 101850.48567399999592, 463577.885674 ], [ 101532.43667399999686, 463507.208174 ], [ 101499.999974, 463499.999974 ], [ 99299.999974, 462999.999974 ], [ 99199.999974, 463099.999974 ], [ 98499.999974, 463999.999974 ], [ 98399.999974, 464199.999974 ], [ 98588.08607399999164, 464482.129174 ], [ 98578.94757399999071, 464510.526274 ], [ 98399.999974, 464599.999974 ], [ 97899.999974, 464199.999974 ], [ 97699.999974, 464399.999974 ], [ 97199.999974, 465199.999974 ], [ 97199.724373999983072, 465201.102474 ], [ 97099.999974, 465599.999974 ], [ 97096.22007399998256, 465609.449674 ], [ 96899.999974, 466099.999974 ], [ 97299.999974, 466899.999974 ], [ 97299.999974, 466916.125674 ], [ 97299.999974, 466999.999974 ], [ 97499.999974, 468199.999974 ], [ 97999.999974, 468299.999974 ], [ 98290.690574, 468396.896874 ], [ 98299.999974, 468399.999974 ], [ 98399.999974, 468399.999974 ], [ 98499.999974, 468599.999974 ], [ 98458.104973999987124, 468977.055474 ], [ 98399.999974, 469499.999974 ], [ 98099.999974, 469699.999974 ], [ 98299.999974, 470399.999974 ], [ 99285.258073999983026, 470202.948374 ], [ 99299.999974, 470199.999974 ], [ 99399.999974, 470199.999974 ], [ 99456.330274, 470216.094374 ], [ 100099.999974, 470399.999974 ], [ 101076.27667399999336, 470009.489274 ], [ 101099.999974, 469999.999974 ], [ 101399.999974, 469899.999974 ], [ 102445.705174, 469899.999974 ], [ 102499.999974, 469899.999974 ], [ 102738.570374, 469947.714074 ], [ 102999.999974, 469999.999974 ], [ 103039.04247399998712, 470009.760574 ], [ 103399.999974, 470099.999974 ], [ 103837.8290739999793, 470318.914574 ], [ 104399.999974, 470599.999974 ], [ 104429.88197399998899, 470618.676174 ], [ 105199.999974, 471099.999974 ], [ 105699.999974, 471299.999974 ], [ 105715.57757399999537, 471320.770074 ], [ 105878.018874, 471537.358474 ], [ 105999.999974, 471699.999974 ], [ 106499.999974, 471099.999974 ], [ 106899.999974, 471099.999974 ], [ 106921.53067399997963, 471107.17687399999704 ], [ 107199.999974, 471199.999974 ], [ 107799.999974, 471799.999974 ], [ 108299.999974, 471999.999974 ], [ 109699.999974, 471799.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1891" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 200899.999974, 593299.999974 ], [ 200999.999974, 593099.999974 ], [ 200799.999974, 592999.999974 ], [ 200699.999974, 592299.999974 ], [ 200599.999974, 590199.999974 ], [ 200699.999974, 589799.999974 ], [ 200199.999974, 589799.999974 ], [ 199499.999974, 589599.999974 ], [ 199497.903074, 589571.69177399994805 ], [ 199299.999974, 586899.999974 ], [ 199271.774574, 586674.19627399998717 ], [ 199245.409174, 586463.273374 ], [ 199199.999974, 586099.999974 ], [ 199199.392174, 586097.264574 ], [ 199004.88867399998708, 585221.99917399999686 ], [ 198999.999974, 585199.999974 ], [ 198799.999974, 584299.999974 ], [ 198054.626174, 584113.656574 ], [ 197999.999974, 584099.999974 ], [ 197915.461874, 584099.999974 ], [ 197799.999974, 584099.999974 ], [ 197499.999974, 584199.999974 ], [ 197299.999974, 584199.999974 ], [ 197199.999974, 583999.999974 ], [ 196907.81477399999858, 583999.999974 ], [ 196899.999974, 583999.999974 ], [ 196599.999974, 583699.999974 ], [ 196579.898074, 583689.357774 ], [ 196129.72017399998731, 583451.028274 ], [ 196035.259174, 583413.86337399994954 ], [ 195998.09417399999802, 583381.343974 ], [ 194939.425874, 582820.872574 ], [ 194899.999974, 582799.999974 ], [ 194799.999974, 582699.999974 ], [ 193999.999974, 582499.999974 ], [ 193699.999974, 582499.999974 ], [ 193604.323974, 582499.999974 ], [ 192999.999974, 582499.999974 ], [ 192811.392774, 582990.378774 ], [ 192499.999974, 583799.999974 ], [ 192495.71537399999215, 583812.85377399995923 ], [ 192099.999974, 584999.999974 ], [ 192044.575874, 585009.237374 ], [ 190899.999974, 585199.999974 ], [ 190899.999974, 585201.038274 ], [ 190899.999974, 585499.999974 ], [ 190799.999974, 585799.999974 ], [ 190199.999974, 585899.999974 ], [ 190182.945374, 585914.922774 ], [ 189494.23247399998945, 586517.546574 ], [ 188638.19507399998838, 587266.579274 ], [ 188599.999974, 587299.999974 ], [ 188505.019574, 587394.980374 ], [ 188499.999974, 587399.999974 ], [ 188099.999974, 587899.999974 ], [ 188599.999974, 588299.999974 ], [ 189099.999974, 588699.999974 ], [ 189599.999974, 589199.999974 ], [ 189399.999974, 589899.999974 ], [ 188999.999974, 590699.999974 ], [ 189099.999974, 590799.999974 ], [ 189111.290974, 590807.970074 ], [ 190792.40967399999499, 591994.642174 ], [ 190799.999974, 591999.999974 ], [ 191499.999974, 592299.999974 ], [ 191506.124974, 592299.999974 ], [ 191699.999974, 592299.999974 ], [ 192199.999974, 592499.999974 ], [ 192599.999974, 592799.999974 ], [ 192899.999974, 592899.999974 ], [ 192910.405074, 592903.468374 ], [ 193499.999974, 593099.999974 ], [ 193799.999974, 593099.999974 ], [ 193972.69387399998959, 592927.3060739999637 ], [ 193999.999974, 592899.999974 ], [ 194003.68477399999392, 592885.260874 ], [ 194099.999974, 592499.999974 ], [ 194099.999974, 592299.999974 ], [ 194077.54447399999481, 592266.31677399994805 ], [ 193919.469474, 592029.204174 ], [ 193899.999974, 591999.999974 ], [ 194299.999974, 591299.999974 ], [ 195099.999974, 591699.999974 ], [ 195414.85497399998712, 591699.999974 ], [ 195799.999974, 591699.999974 ], [ 196458.57747399999062, 591605.917474 ], [ 196499.999974, 591599.999974 ], [ 196599.999974, 591499.999974 ], [ 196899.999974, 591499.999974 ], [ 197199.999974, 591499.999974 ], [ 197270.10147399999551, 591570.101474 ], [ 197299.999974, 591599.999974 ], [ 197199.999974, 592499.999974 ], [ 197219.45937399999821, 592558.378074 ], [ 197299.999974, 592799.999974 ], [ 197299.999974, 593299.999974 ], [ 197460.719274, 593380.35967399994843 ], [ 197499.999974, 593399.999974 ], [ 197999.999974, 593399.999974 ], [ 198222.06587399999262, 593399.999974 ], [ 198399.999974, 593399.999974 ], [ 198899.999974, 593299.999974 ], [ 199299.999974, 593399.999974 ], [ 200299.999974, 593199.999974 ], [ 200569.064874, 593379.37657400011085 ], [ 200599.999974, 593399.999974 ], [ 200899.999974, 593299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1892" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 103486.4316739999922, 447305.088074 ], [ 103499.999974, 447299.999974 ], [ 104299.999974, 448099.999974 ], [ 104804.2895739999949, 448402.573774 ], [ 105299.999974, 448699.999974 ], [ 105557.400074, 448528.399974 ], [ 105599.999974, 448439.166674 ], [ 105599.999974, 448399.999974 ], [ 105599.999974, 448385.218674 ], [ 105599.999974, 448099.999974 ], [ 105409.69467399999849, 447814.541974 ], [ 105399.999974, 447799.999974 ], [ 105399.999974, 447599.999974 ], [ 105599.999974, 447399.999974 ], [ 105799.999974, 447199.999974 ], [ 105599.999974, 447099.999974 ], [ 104999.999974, 446599.999974 ], [ 105299.999974, 446299.999974 ], [ 105799.999974, 446199.999974 ], [ 106399.999974, 445599.999974 ], [ 106469.28477399999974, 445599.999974 ], [ 106599.999974, 445599.999974 ], [ 106609.81837399999495, 445609.818374 ], [ 106699.999974, 445699.999974 ], [ 106999.999974, 445499.999974 ], [ 106399.999974, 444999.999974 ], [ 106171.915374, 444714.894274 ], [ 106027.296474, 444534.120574 ], [ 105999.999974, 444499.999974 ], [ 105899.999974, 444299.999974 ], [ 105886.21577399998205, 444231.078974 ], [ 105799.999974, 443799.999974 ], [ 105791.46427399999811, 443791.464274 ], [ 105599.999974, 443599.999974 ], [ 104699.999974, 443399.999974 ], [ 104333.306374, 443033.306374 ], [ 104299.999974, 442999.999974 ], [ 104238.64587399997981, 442999.999974 ], [ 104199.999974, 442999.999974 ], [ 103199.999974, 442699.999974 ], [ 102999.999974, 442499.999974 ], [ 103099.999974, 442399.999974 ], [ 103101.661174, 442397.86417399998754 ], [ 103797.835074, 441502.783474 ], [ 103799.999974, 441499.999974 ], [ 103882.535474, 441334.929074 ], [ 103899.999974, 441299.999974 ], [ 104099.999974, 440899.999974 ], [ 103599.999974, 440499.999974 ], [ 103399.999974, 439499.999974 ], [ 103387.12777399999322, 439467.819474 ], [ 103199.999974, 438999.999974 ], [ 102499.999974, 438899.999974 ], [ 102199.999974, 438599.999974 ], [ 102199.999974, 438699.999974 ], [ 102189.35747399998945, 438707.981874 ], [ 101799.999974, 438999.999974 ], [ 101798.58897399998386, 439001.81407399999443 ], [ 101557.66077399998903, 439311.578974 ], [ 101260.96517399998265, 439693.044874 ], [ 101118.53767399999197, 439876.165874 ], [ 101099.999974, 439899.999974 ], [ 100899.999974, 440199.999974 ], [ 100942.23387399999774, 440284.467774 ], [ 100999.999974, 440399.999974 ], [ 100818.64497399999527, 440672.032574 ], [ 100799.999974, 440699.999974 ], [ 100599.999974, 441099.999974 ], [ 100596.60007399998722, 441104.759874 ], [ 100566.43767399998615, 441146.987174 ], [ 100234.164074, 441612.170274 ], [ 100117.18487399999867, 441775.941174 ], [ 100099.999974, 441799.999974 ], [ 99799.999974, 442199.999974 ], [ 100199.999974, 442499.999974 ], [ 100299.999974, 442499.999974 ], [ 100999.999974, 442899.999974 ], [ 100858.09877399998368, 443041.90117399999872 ], [ 100499.999974, 443399.999974 ], [ 100797.80967399998917, 444690.50877399998717 ], [ 100799.999974, 444699.999974 ], [ 100505.96947399998317, 445386.071174 ], [ 100499.999974, 445399.999974 ], [ 97999.999974, 444199.999974 ], [ 98000.791674, 444198.28467399999499 ], [ 98599.999974, 442899.999974 ], [ 98999.999974, 442999.999974 ], [ 99399.999974, 443399.999974 ], [ 99399.999974, 443371.956974 ], [ 99399.999974, 443299.999974 ], [ 98999.999974, 442899.999974 ], [ 97899.999974, 442599.999974 ], [ 97803.863573999988148, 442599.999974 ], [ 97699.999974, 442599.999974 ], [ 97299.999974, 442999.999974 ], [ 97599.999974, 443299.999974 ], [ 97699.999974, 443499.999974 ], [ 97499.999974, 443999.999974 ], [ 97488.951474, 444022.097074 ], [ 97399.999974, 444199.999974 ], [ 97376.083573999989312, 444391.33127399999648 ], [ 97322.957074, 444816.34347399999388 ], [ 97303.015473999985261, 444975.876274 ], [ 97299.999974, 444999.999974 ], [ 97299.999974, 445399.999974 ], [ 97499.999974, 445599.999974 ], [ 97807.7154739999969, 446446.217474 ], [ 97899.999974, 446699.999974 ], [ 98099.999974, 449299.999974 ], [ 98185.205174, 449555.61547399999108 ], [ 98199.999974, 449599.999974 ], [ 98499.999974, 450099.999974 ], [ 98499.999974, 450299.999974 ], [ 98491.08857399999397, 450317.822774 ], [ 98299.999974, 450699.999974 ], [ 98599.999974, 452599.999974 ], [ 101499.999974, 453299.999974 ], [ 101599.999974, 452799.999974 ], [ 101399.999974, 451599.999974 ], [ 101701.0853739999875, 451449.457274 ], [ 101799.999974, 451399.999974 ], [ 101699.999974, 451199.999974 ], [ 101562.186774, 451131.093374 ], [ 101499.999974, 451099.999974 ], [ 100399.999974, 449899.999974 ], [ 100765.45617399999173, 449534.543774 ], [ 100799.999974, 449499.999974 ], [ 102699.999974, 447599.999974 ], [ 103486.4316739999922, 447305.088074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1894" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 202699.999974, 378699.999974 ], [ 202799.999974, 378499.999974 ], [ 202999.999974, 378599.999974 ], [ 203699.999974, 378099.999974 ], [ 203899.999974, 377999.999974 ], [ 203902.40527399998973, 377992.784174 ], [ 203924.783674, 377624.783674 ], [ 203099.999974, 376799.999974 ], [ 203699.999974, 376199.999974 ], [ 203995.792174, 376101.402574 ], [ 203999.999974, 376099.999974 ], [ 204299.999974, 375399.999974 ], [ 204300.637974, 375398.085974 ], [ 204599.999974, 374499.999974 ], [ 204668.75157399999443, 374472.499374 ], [ 205099.999974, 374299.999974 ], [ 205999.999974, 373199.999974 ], [ 206099.999974, 373199.999974 ], [ 206299.999974, 372999.999974 ], [ 206164.501874, 372864.501874 ], [ 205799.999974, 372499.999974 ], [ 205899.999974, 371899.999974 ], [ 205899.999974, 371882.185874 ], [ 205899.999974, 371499.999974 ], [ 205900.026874, 371451.567674 ], [ 205900.20687399999588, 371127.851674 ], [ 205899.999974, 371099.999974 ], [ 205799.999974, 370699.999974 ], [ 205536.184474, 370230.994574 ], [ 205340.257474, 369882.679974 ], [ 204899.999974, 369099.999974 ], [ 204295.442974, 368361.096974 ], [ 203999.999974, 367999.999974 ], [ 203599.999974, 367799.999974 ], [ 203416.952174, 367708.476074 ], [ 203399.999974, 367699.999974 ], [ 202599.999974, 367399.999974 ], [ 202399.999974, 366899.999974 ], [ 202099.999974, 366899.999974 ], [ 201899.999974, 366999.999974 ], [ 201861.46897399998852, 366980.734474 ], [ 201099.999974, 366599.999974 ], [ 200702.981574, 366103.726974 ], [ 200699.999974, 366099.999974 ], [ 200373.248774, 365732.40487399999984 ], [ 199899.999974, 365199.999974 ], [ 199806.81517399998847, 364827.260874 ], [ 199799.999974, 364799.999974 ], [ 199799.999974, 364599.999974 ], [ 199599.999974, 364399.999974 ], [ 199584.38637399999425, 364394.795474 ], [ 199299.999974, 364299.999974 ], [ 198599.999974, 364299.999974 ], [ 198594.515374, 364299.999974 ], [ 198499.999974, 364399.730174 ], [ 198499.999974, 364899.999974 ], [ 198399.999974, 365499.999974 ], [ 196813.504874, 366491.559474 ], [ 196799.999974, 366499.999974 ], [ 195399.999974, 367499.999974 ], [ 195381.73377399999299, 367511.416374 ], [ 194599.999974, 367999.999974 ], [ 192421.0051739999908, 368990.452174 ], [ 192399.999974, 368999.999974 ], [ 192123.32447399999364, 369092.225174 ], [ 192099.999974, 369099.999974 ], [ 191299.999974, 369499.999974 ], [ 191300.03637399998843, 369499.872774 ], [ 191499.999974, 368799.999974 ], [ 190099.999974, 369499.999974 ], [ 190082.068474, 369505.97717399999965 ], [ 189825.8685739999928, 369591.377174 ], [ 189799.999974, 369599.999974 ], [ 189199.999974, 369799.999974 ], [ 187899.999974, 370099.999974 ], [ 187884.39567399999942, 370106.24177399999462 ], [ 187399.999974, 370299.999974 ], [ 186604.693074, 371379.345074 ], [ 185999.999974, 372199.999974 ], [ 186599.999974, 373199.999974 ], [ 187649.846874, 373499.95627399999648 ], [ 188527.248074, 373750.642274 ], [ 188699.999974, 373799.999974 ], [ 188899.999974, 373899.999974 ], [ 189199.999974, 374099.999974 ], [ 189205.154974, 374104.725374 ], [ 190333.56037399999332, 375139.096974 ], [ 190399.999974, 375199.999974 ], [ 190421.81107399999746, 375219.387574 ], [ 192046.20677399999113, 376663.294874 ], [ 192186.472474, 376787.975574 ], [ 192199.999974, 376799.999974 ], [ 192899.999974, 377399.999974 ], [ 193999.999974, 377299.999974 ], [ 194699.999974, 376699.999974 ], [ 194727.39367399999173, 376699.999974 ], [ 196399.999974, 376699.999974 ], [ 196419.18787399999565, 376699.999974 ], [ 196999.999974, 376699.999974 ], [ 198099.999974, 376899.999974 ], [ 198899.999974, 377199.999974 ], [ 202699.999974, 378699.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1895" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 263499.99997399997665, 587199.999974 ], [ 264099.99997399997665, 586399.999974 ], [ 264799.99997399997665, 586799.999974 ], [ 264899.99997399997665, 587099.999974 ], [ 265299.99997399997665, 587199.999974 ], [ 266499.99997399997665, 585799.999974 ], [ 266599.99997399997665, 585899.999974 ], [ 267196.25987399998121, 585303.740174 ], [ 267199.99997399997665, 585299.999974 ], [ 267999.99997399997665, 585899.999974 ], [ 267799.99997399997665, 586099.999974 ], [ 268199.99997399997665, 586599.999974 ], [ 268699.99997399997665, 586899.999974 ], [ 268799.99997399997665, 586799.999974 ], [ 269099.99997399997665, 586899.999974 ], [ 269499.99997399997665, 586399.999974 ], [ 270099.99997399997665, 586299.999974 ], [ 270299.99997399997665, 586499.999974 ], [ 270599.99997399997665, 586399.999974 ], [ 271299.99997399997665, 586199.999974 ], [ 271599.99997399997665, 586299.999974 ], [ 271799.99997399997665, 585999.999974 ], [ 272199.99997399997665, 585799.999974 ], [ 272675.1702739999746, 585747.20327399997041 ], [ 273099.99997399997665, 585699.999974 ], [ 273299.99997399997665, 585799.999974 ], [ 273499.99997399997665, 585799.999974 ], [ 274299.99997399997665, 585399.999974 ], [ 275399.99997399997665, 584999.999974 ], [ 276399.99997399997665, 584899.999974 ], [ 276499.99997399997665, 584899.999974 ], [ 276399.99997399997665, 585199.999974 ], [ 276599.99997399997665, 585599.999974 ], [ 276699.99997399997665, 585199.999974 ], [ 276899.99997399997665, 583899.999974 ], [ 276999.99997399997665, 583499.999974 ], [ 277199.99997399997665, 582499.999974 ], [ 277299.99997399997665, 580599.999974 ], [ 277299.99997399997665, 580299.999974 ], [ 276899.99997399997665, 579999.999974 ], [ 276714.33517399994889, 579535.83787399996072 ], [ 276699.99997399997665, 579499.999974 ], [ 277399.99997399997665, 579099.999974 ], [ 277421.99887399998261, 579085.334074 ], [ 277999.99997399997665, 578699.999974 ], [ 277099.99997399997665, 578299.999974 ], [ 276604.6362739999895, 578200.927274 ], [ 276599.99997399997665, 578199.999974 ], [ 276399.99997399997665, 578199.999974 ], [ 276299.99997399997665, 577799.999974 ], [ 276288.600974, 577778.830374 ], [ 275599.99997399997665, 576499.999974 ], [ 275499.99997399997665, 575799.999974 ], [ 275099.99997399997665, 575699.999974 ], [ 274699.99997399997665, 575499.999974 ], [ 274499.99997399997665, 574999.999974 ], [ 272799.99997399997665, 576199.999974 ], [ 272780.18817399995169, 576209.905874 ], [ 272599.99997399997665, 576299.999974 ], [ 272499.99997399997665, 575899.999974 ], [ 272300.77477399999043, 575601.162174 ], [ 272299.99997399997665, 575599.999974 ], [ 271799.99997399997665, 575399.999974 ], [ 271299.99997399997665, 575199.999974 ], [ 270699.99997399997665, 574899.999974 ], [ 270665.31107399996836, 574875.22217399999499 ], [ 269999.99997399997665, 574399.999974 ], [ 269699.99997399997665, 574299.999974 ], [ 268899.99997399997665, 574499.999974 ], [ 268699.99997399997665, 574499.999974 ], [ 268672.71797399997013, 574486.35897399997339 ], [ 268312.06507399998372, 574306.032574 ], [ 268299.99997399997665, 574299.999974 ], [ 267599.99997399997665, 573699.999974 ], [ 266399.99997399997665, 572799.999974 ], [ 266303.75777399999788, 572607.515474 ], [ 266299.99997399997665, 572599.999974 ], [ 265399.99997399997665, 571599.999974 ], [ 265199.99997399997665, 571099.999974 ], [ 264999.99997399997665, 571099.999974 ], [ 264899.99997399997665, 571199.999974 ], [ 264499.99997399997665, 571199.999974 ], [ 264471.93647399998736, 571198.77987399999984 ], [ 262199.99997399997665, 571099.999974 ], [ 262161.33047399995849, 571129.00207399995998 ], [ 261799.999974, 571399.999974 ], [ 261599.999974, 571399.999974 ], [ 260799.999974, 570499.999974 ], [ 260699.999974, 570499.999974 ], [ 260699.999974, 570599.999974 ], [ 260299.999974, 571999.999974 ], [ 260006.760874, 573075.210074 ], [ 259999.999974, 573099.999974 ], [ 259999.999974, 573111.954874 ], [ 259999.999974, 573199.999974 ], [ 259899.999974, 573299.999974 ], [ 259899.999974, 574099.999974 ], [ 259599.999974, 575799.999974 ], [ 259099.999974, 575799.999974 ], [ 258999.999974, 576599.999974 ], [ 258995.083574, 576599.385474 ], [ 258199.999974, 576499.999974 ], [ 258099.999974, 576899.999974 ], [ 256400.323974, 576600.05717399995774 ], [ 256399.999974, 576599.999974 ], [ 256899.999974, 577199.999974 ], [ 256999.999974, 577599.999974 ], [ 256899.999974, 578299.999974 ], [ 256969.6354739999806, 578462.482774 ], [ 257199.999974, 578999.999974 ], [ 257399.999974, 579399.999974 ], [ 257599.999974, 579299.999974 ], [ 257799.999974, 579699.999974 ], [ 257771.186474, 579714.406774 ], [ 257629.55207399997744, 579785.22397399996407 ], [ 257599.999974, 579799.999974 ], [ 257199.999974, 579799.999974 ], [ 257299.999974, 580199.999974 ], [ 257699.999974, 580899.999974 ], [ 257399.999974, 581199.999974 ], [ 257999.999974, 581799.999974 ], [ 257899.999974, 581999.999974 ], [ 257599.999974, 582699.999974 ], [ 257699.999974, 582799.999974 ], [ 257399.999974, 583399.999974 ], [ 256899.999974, 583099.999974 ], [ 256599.999974, 584099.999974 ], [ 256599.999974, 584372.047374 ], [ 256599.999974, 584499.999974 ], [ 256699.999974, 584499.999974 ], [ 256799.999974, 585099.999974 ], [ 257099.999974, 585199.999974 ], [ 257399.999974, 584699.999974 ], [ 257899.999974, 584499.999974 ], [ 257902.381074, 584503.17477399995551 ], [ 258499.999974, 585299.999974 ], [ 258799.999974, 585099.999974 ], [ 258999.999974, 585199.999974 ], [ 258999.999974, 585799.999974 ], [ 259399.999974, 586699.999974 ], [ 261993.606474, 587797.295074 ], [ 261999.999974, 587799.999974 ], [ 262399.99997399997665, 587899.999974 ], [ 263499.99997399997665, 587899.999974 ], [ 263499.99997399997665, 587199.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1896" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 204599.999974, 519999.999974 ], [ 203499.999974, 519099.999974 ], [ 203499.999974, 518999.999974 ], [ 203499.999974, 518978.45607399998698 ], [ 203499.999974, 517999.999974 ], [ 203399.999974, 517299.999974 ], [ 203099.999974, 516799.999974 ], [ 203099.999974, 516757.988574 ], [ 203002.683374, 516750.089674 ], [ 203099.999974, 516714.38137399998959 ], [ 203099.999974, 516699.999974 ], [ 202999.999974, 516199.999974 ], [ 203199.999974, 515599.999974 ], [ 203499.999974, 515599.999974 ], [ 203699.999974, 514699.999974 ], [ 203699.999974, 514399.999974 ], [ 203499.999974, 514099.999974 ], [ 203699.999974, 513499.999974 ], [ 203499.999974, 513399.999974 ], [ 203674.937474, 513137.593774 ], [ 203699.999974, 513099.999974 ], [ 204799.999974, 512299.999974 ], [ 204999.999974, 511899.999974 ], [ 205199.999974, 511299.999974 ], [ 205214.21237399999518, 511257.362774 ], [ 205399.999974, 510699.999974 ], [ 206499.999974, 510999.999974 ], [ 207099.999974, 510799.999974 ], [ 207199.999974, 510599.999974 ], [ 207499.999974, 509699.999974 ], [ 207899.999974, 508899.999974 ], [ 206099.999974, 507399.999974 ], [ 205299.999974, 507899.999974 ], [ 205291.648074, 507899.999974 ], [ 204999.999974, 507899.999974 ], [ 204599.999974, 507999.999974 ], [ 204099.999974, 508399.999974 ], [ 203999.999974, 509099.999974 ], [ 203599.999974, 509099.999974 ], [ 203573.46487399999751, 509046.929674 ], [ 203400.97587399999611, 508701.951774 ], [ 203399.999974, 508699.999974 ], [ 203199.999974, 508099.999974 ], [ 202601.496974, 507401.746474 ], [ 202599.999974, 507399.999974 ], [ 202099.999974, 507599.999974 ], [ 201630.995674, 507881.402574 ], [ 201599.999974, 507899.999974 ], [ 201316.68977399999858, 508088.873474 ], [ 201299.999974, 508099.999974 ], [ 200799.999974, 509099.999974 ], [ 198799.999974, 508099.999974 ], [ 198799.999974, 508199.999974 ], [ 197399.999974, 511099.999974 ], [ 197394.857174, 511097.685774 ], [ 195401.552774, 510200.698774 ], [ 195399.999974, 510199.999974 ], [ 194706.580374, 511784.959074 ], [ 194699.999974, 511799.999974 ], [ 194613.654574, 511886.345474 ], [ 194599.999974, 511899.999974 ], [ 194599.999974, 511999.999974 ], [ 194620.659874, 512041.319674 ], [ 194658.822374, 512117.644774 ], [ 195199.999974, 513199.999974 ], [ 195899.999974, 514199.999974 ], [ 195999.999974, 514599.999974 ], [ 195922.83007399999769, 514985.849674 ], [ 195899.999974, 515099.999974 ], [ 195599.999974, 515399.999974 ], [ 195599.999974, 515699.999974 ], [ 195799.999974, 515499.999974 ], [ 197199.999974, 516799.999974 ], [ 197799.999974, 516599.999974 ], [ 197799.999974, 516699.999974 ], [ 197845.879974, 516837.639974 ], [ 197857.010474, 516871.031374 ], [ 197859.169274, 516877.50767399999313 ], [ 197861.83247399999527, 516885.497274 ], [ 197899.999974, 516999.999974 ], [ 197899.999974, 517299.999974 ], [ 198199.999974, 517399.999974 ], [ 199099.999974, 518199.999974 ], [ 200199.999974, 518299.999974 ], [ 200422.545274, 518466.908974 ], [ 200599.999974, 518599.999974 ], [ 202199.999974, 519799.999974 ], [ 202999.999974, 519899.999974 ], [ 203030.67187399999239, 519884.664074 ], [ 203358.53817399998661, 519720.730974 ], [ 203367.89067399999476, 519733.031274 ], [ 203375.26567399999476, 519741.812474 ], [ 203388.17187399999239, 519754.999974 ], [ 203398.937474, 519764.156274 ], [ 203480.250174, 519780.250174 ], [ 203799.999974, 520099.999974 ], [ 203803.43367399999988, 520100.981074 ], [ 204499.999974, 520299.999974 ], [ 204599.999974, 519999.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1916" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 92907.399974, 458187.314374 ], [ 93599.999974, 456999.999974 ], [ 93699.999974, 456099.999974 ], [ 93699.999974, 455899.999974 ], [ 92399.999974, 455599.999974 ], [ 92499.999974, 455199.999974 ], [ 91133.07517399999779, 454907.087574 ], [ 91099.999974, 454899.999974 ], [ 88699.999974, 453099.999974 ], [ 88110.253173999983119, 454181.202474 ], [ 88099.999974, 454199.999974 ], [ 87711.799773999984609, 454685.2502739999909 ], [ 87699.999974, 454699.999974 ], [ 87613.978474, 454872.042974 ], [ 87599.999974, 454899.999974 ], [ 87121.729674, 454517.383674 ], [ 87099.999974, 454499.999974 ], [ 86846.170274, 454415.39007399999537 ], [ 86499.999974, 454299.999974 ], [ 86299.999974, 454699.999974 ], [ 86255.983374, 454677.991674 ], [ 85899.999974, 454499.999974 ], [ 84813.68607399999746, 453512.441874 ], [ 84799.999974, 453499.999974 ], [ 84797.434473999979673, 453497.94757399999071 ], [ 84299.999974, 453099.999974 ], [ 84301.18177399999695, 453098.42427399998996 ], [ 84599.999974, 452699.999974 ], [ 84499.999974, 452599.999974 ], [ 84399.999974, 452499.999974 ], [ 84036.973574, 452863.026374 ], [ 83999.999974, 452899.999974 ], [ 83699.999974, 452499.999974 ], [ 83499.999974, 452799.999974 ], [ 83473.81107399999746, 452839.28337399999145 ], [ 83333.223273999989033, 453050.165074 ], [ 83299.999974, 453099.999974 ], [ 84199.999974, 453799.999974 ], [ 84186.050874, 453808.584074 ], [ 82900.564274, 454599.652774 ], [ 82899.999974, 454599.999974 ], [ 83137.395774, 454769.568374 ], [ 83546.91947399999481, 455062.085374 ], [ 83567.122773999988567, 455076.516274 ], [ 83599.999974, 455099.999974 ], [ 84099.999974, 455399.999974 ], [ 84104.041773999982979, 455404.041774 ], [ 84354.231773999985307, 455654.231774 ], [ 84399.999974, 455699.999974 ], [ 84493.73077399999602, 455793.730774 ], [ 84499.999974, 455799.999974 ], [ 85099.999974, 456199.999974 ], [ 85119.81957399999374, 456214.864674 ], [ 85499.999974, 456499.999974 ], [ 85499.80987399999867, 456526.306274 ], [ 85499.999974, 456799.999974 ], [ 86799.999974, 457899.999974 ], [ 87499.999974, 458599.999974 ], [ 87982.422774, 458310.546374 ], [ 87999.999974, 458299.999974 ], [ 88799.999974, 457899.999974 ], [ 88831.313074, 457868.686874 ], [ 88999.999974, 457699.999974 ], [ 89299.999974, 457499.999974 ], [ 89699.999974, 457799.999974 ], [ 90199.999974, 458499.999974 ], [ 90200.48017399999662, 458500.528174 ], [ 90869.590273999987403, 459236.549374 ], [ 91199.999974, 459599.999974 ], [ 91224.412874, 459627.454074 ], [ 91727.583274, 460193.306274 ], [ 91999.999974, 460499.999974 ], [ 92199.999974, 460499.999974 ], [ 92399.999974, 459999.999974 ], [ 92399.999974, 459899.999974 ], [ 92299.999974, 459899.999974 ], [ 92399.999974, 459399.999974 ], [ 92199.999974, 459199.999974 ], [ 92899.999974, 458199.999974 ], [ 92907.399974, 458187.314374 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1926" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 87613.67447399999946, 452069.475074 ], [ 88799.999974, 451899.999974 ], [ 88999.999974, 451899.999974 ], [ 89005.81417399999918, 451898.973974 ], [ 89898.88457399999606, 451741.373274 ], [ 90699.999974, 451599.999974 ], [ 90733.77297399999225, 451507.124374 ], [ 91099.999974, 450499.999974 ], [ 91277.628873999987263, 450411.185574 ], [ 91299.999974, 450399.999974 ], [ 92056.03947399999015, 450589.000974 ], [ 92099.999974, 450599.999974 ], [ 92499.999974, 449699.999974 ], [ 91999.999974, 449099.999974 ], [ 91399.999974, 448799.999974 ], [ 91199.999974, 448599.999974 ], [ 91299.999974, 447999.999974 ], [ 91499.999974, 447599.999974 ], [ 91099.999974, 447099.999974 ], [ 91095.8856739999901, 447091.771274 ], [ 90999.999974, 446899.999974 ], [ 91199.999974, 446599.999974 ], [ 91299.999974, 446399.999974 ], [ 90618.68177399999695, 446205.337674 ], [ 90599.999974, 446199.999974 ], [ 90787.914973999984795, 445824.169974 ], [ 90799.999974, 445799.999974 ], [ 90701.35277399999904, 445676.690974 ], [ 90682.10297399997944, 445652.628774 ], [ 90399.999974, 445299.999974 ], [ 88799.999974, 443899.999974 ], [ 89099.999974, 443599.999974 ], [ 87699.999974, 442599.999974 ], [ 87399.999974, 443199.999974 ], [ 87199.999974, 443799.999974 ], [ 86999.999974, 443899.999974 ], [ 86734.230473999981768, 444763.750774 ], [ 86599.999974, 445199.999974 ], [ 86594.47777399999904, 445233.133674 ], [ 86501.012274, 445793.926074 ], [ 86499.999974, 445799.999974 ], [ 86492.616473999980371, 445824.61177399998996 ], [ 86217.3636739999929, 446742.120974 ], [ 86262.4200739999942, 446765.005874 ], [ 86250.29997399999411, 446800.169974 ], [ 86234.659973999980139, 446795.499974 ], [ 86213.771473999979207, 446834.428774 ], [ 86282.978773999988334, 447007.446974 ], [ 86330.35307399998419, 447125.88267399999313 ], [ 86399.999974, 447299.999974 ], [ 86799.999974, 447399.999974 ], [ 86799.999974, 447499.999974 ], [ 86789.714573999983259, 447530.856274 ], [ 86610.184673999989172, 448069.446074 ], [ 86599.999974, 448099.999974 ], [ 86299.999974, 448799.999974 ], [ 85899.999974, 449199.999974 ], [ 86799.999974, 449899.999974 ], [ 86399.999974, 450499.999974 ], [ 86384.50167399999918, 450492.250874 ], [ 85999.999974, 450299.999974 ], [ 85972.06327399998554, 450272.063274 ], [ 85899.999974, 450199.999974 ], [ 85484.80787399999099, 450698.230574 ], [ 85399.999974, 450799.999974 ], [ 85595.4206739999936, 450995.420674 ], [ 85599.999974, 450999.999974 ], [ 86299.999974, 451799.999974 ], [ 86304.453473999979906, 451802.226774 ], [ 86499.999974, 451899.999974 ], [ 86899.999974, 452199.999974 ], [ 87361.95747399999527, 452107.608474 ], [ 87399.999974, 452099.999974 ], [ 87613.67447399999946, 452069.475074 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1955" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 207499.999974, 442299.999974 ], [ 207999.999974, 441399.999974 ], [ 208279.658874, 441120.341174 ], [ 208299.999974, 441099.999974 ], [ 208999.999974, 440799.999974 ], [ 209717.80417399998987, 440277.960574 ], [ 210099.999974, 439999.999974 ], [ 210099.999974, 439699.999974 ], [ 210399.999974, 439499.999974 ], [ 210432.350574, 439479.780874 ], [ 211199.999974, 438999.999974 ], [ 211230.909874, 439030.909874 ], [ 211299.999974, 439099.999974 ], [ 211099.999974, 439299.999974 ], [ 211099.999974, 439599.999974 ], [ 211499.999974, 439799.999974 ], [ 211899.999974, 439699.999974 ], [ 212199.999974, 439699.999974 ], [ 212299.999974, 439799.999974 ], [ 212369.529274, 439799.999974 ], [ 213099.999974, 439799.999974 ], [ 214599.999974, 439799.999974 ], [ 214673.23137399999541, 439799.999974 ], [ 215199.999974, 439799.999974 ], [ 215210.598574, 439799.999974 ], [ 215898.851074, 439799.999974 ], [ 215899.999974, 439799.999974 ], [ 216399.999974, 439799.999974 ], [ 217337.794874, 439862.519674 ], [ 217883.019474, 439898.867974 ], [ 217899.999974, 439899.999974 ], [ 217999.999974, 439499.999974 ], [ 218169.279374, 439330.720574 ], [ 218180.431974, 439115.103974 ], [ 218181.289974, 439109.354974 ], [ 217799.999974, 439299.999974 ], [ 217699.999974, 439199.999974 ], [ 217499.999974, 439099.999974 ], [ 217299.999974, 438599.999974 ], [ 217099.999974, 437799.999974 ], [ 217199.999974, 437499.999974 ], [ 217499.999974, 437299.999974 ], [ 217899.999974, 437199.999974 ], [ 218499.999974, 437299.999974 ], [ 218899.999974, 437099.999974 ], [ 218999.999974, 436799.999974 ], [ 218899.999974, 436499.999974 ], [ 218499.999974, 436199.999974 ], [ 218399.999974, 436299.999974 ], [ 218233.259074, 435966.518174 ], [ 218199.999974, 435899.999974 ], [ 218299.999974, 435499.999974 ], [ 218499.999974, 434999.999974 ], [ 218899.999974, 434799.999974 ], [ 219399.999974, 434599.999974 ], [ 219899.999974, 434499.999974 ], [ 219999.999974, 434299.999974 ], [ 219999.999974, 434199.999974 ], [ 219499.999974, 433799.999974 ], [ 219599.999974, 433699.999974 ], [ 219602.88087399999495, 433688.476274 ], [ 219691.441774, 433334.232774 ], [ 219699.999974, 433299.999974 ], [ 219899.999974, 432799.999974 ], [ 219999.999974, 432199.999974 ], [ 219899.999974, 431799.999974 ], [ 219599.999974, 431599.999974 ], [ 219299.999974, 431499.999974 ], [ 218699.999974, 431599.999974 ], [ 217999.999974, 431499.999974 ], [ 217799.999974, 431499.999974 ], [ 217799.999974, 431399.999974 ], [ 217599.999974, 431499.999974 ], [ 216499.999974, 432099.999974 ], [ 215940.54077399999369, 432193.243174 ], [ 215899.999974, 432199.999974 ], [ 215699.999974, 432099.999974 ], [ 215499.999974, 431599.999974 ], [ 215199.999974, 431399.999974 ], [ 214619.37587399999029, 431496.770674 ], [ 214599.999974, 431499.999974 ], [ 214199.999974, 431599.999974 ], [ 213399.999974, 431599.999974 ], [ 213371.21857399999863, 431599.999974 ], [ 213099.999974, 431599.999974 ], [ 213052.420974, 431587.023874 ], [ 211999.999974, 431299.999974 ], [ 211199.999974, 431799.999974 ], [ 211191.223074, 431806.269174 ], [ 210499.999974, 432299.999974 ], [ 209799.999974, 432999.999974 ], [ 209699.999974, 433299.999974 ], [ 210399.999974, 433499.999974 ], [ 210398.973074, 433505.134374 ], [ 210299.999974, 433999.999974 ], [ 209699.999974, 434199.999974 ], [ 208899.999974, 434999.999974 ], [ 208699.999974, 434999.999974 ], [ 208199.999974, 435399.999974 ], [ 207750.931474, 435849.068474 ], [ 207699.999974, 435899.999974 ], [ 206812.272174, 436590.45497399999294 ], [ 206799.999974, 436599.999974 ], [ 206699.999974, 436599.999974 ], [ 206208.22527399999672, 436895.064774 ], [ 206199.999974, 436899.999974 ], [ 204935.569374, 437969.902874 ], [ 204899.999974, 437999.999974 ], [ 203699.999974, 438899.999974 ], [ 203450.34767399998964, 439149.652374 ], [ 203399.999974, 439199.999974 ], [ 203399.999974, 439551.857574 ], [ 203399.999974, 439599.999974 ], [ 203399.999974, 441799.999974 ], [ 203299.999974, 441899.999974 ], [ 203299.999974, 442399.999974 ], [ 204199.999974, 442299.999974 ], [ 204599.999974, 442299.999974 ], [ 205075.5957739999867, 442564.219874 ], [ 205256.042974, 442664.468374 ], [ 205499.999974, 442799.999974 ], [ 205399.999974, 442999.999974 ], [ 205999.999974, 443599.999974 ], [ 206999.999974, 443799.999974 ], [ 207199.999974, 443299.999974 ], [ 207217.72757399998954, 443240.908074 ], [ 207499.999974, 442299.999974 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GM_CODE": "GM1987" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 257699.999974, 582799.999974 ], [ 257599.999974, 582699.999974 ], [ 257899.999974, 581999.999974 ], [ 257999.999974, 581799.999974 ], [ 257399.999974, 581199.999974 ], [ 257699.999974, 580899.999974 ], [ 257299.999974, 580199.999974 ], [ 257199.999974, 579799.999974 ], [ 257599.999974, 579799.999974 ], [ 257629.55207399997744, 579785.22397399996407 ], [ 257771.186474, 579714.406774 ], [ 257799.999974, 579699.999974 ], [ 257599.999974, 579299.999974 ], [ 257399.999974, 579399.999974 ], [ 257199.999974, 578999.999974 ], [ 256969.6354739999806, 578462.482774 ], [ 256899.999974, 578299.999974 ], [ 256999.999974, 577599.999974 ], [ 256899.999974, 577199.999974 ], [ 256399.999974, 576599.999974 ], [ 256400.323974, 576600.05717399995774 ], [ 258099.999974, 576899.999974 ], [ 258199.999974, 576499.999974 ], [ 258995.083574, 576599.385474 ], [ 258999.999974, 576599.999974 ], [ 259099.999974, 575799.999974 ], [ 259599.999974, 575799.999974 ], [ 259899.999974, 574099.999974 ], [ 259899.999974, 573299.999974 ], [ 259999.999974, 573199.999974 ], [ 259999.999974, 573111.954874 ], [ 259999.999974, 573099.999974 ], [ 260006.760874, 573075.210074 ], [ 260299.999974, 571999.999974 ], [ 260699.999974, 570599.999974 ], [ 260699.999974, 570499.999974 ], [ 260399.999974, 570399.999974 ], [ 260199.999974, 571499.999974 ], [ 259413.020074, 571598.372474 ], [ 259399.999974, 571599.999974 ], [ 258599.999974, 571899.999974 ], [ 256511.377574, 572297.832874 ], [ 256499.999974, 572299.999974 ], [ 256231.83187399999588, 572322.347374 ], [ 255899.703574, 572350.02467399998568 ], [ 255299.999974, 572399.999974 ], [ 255199.999974, 571999.999974 ], [ 255165.733974, 571999.999974 ], [ 255099.999974, 571999.999974 ], [ 254499.999974, 571799.999974 ], [ 253936.83677399999578, 571893.860574 ], [ 253899.999974, 571899.999974 ], [ 252113.193874, 571899.999974 ], [ 252099.999974, 571899.999974 ], [ 251099.999974, 571999.999974 ], [ 250999.999974, 572299.999974 ], [ 250631.628574, 572115.814274 ], [ 249799.999974, 571699.999974 ], [ 249220.512474, 573052.13747399998829 ], [ 249199.999974, 573099.999974 ], [ 249691.572274, 573493.257774 ], [ 249699.999974, 573499.999974 ], [ 249799.999974, 573599.999974 ], [ 249844.023674, 573617.609474 ], [ 250299.999974, 573799.999974 ], [ 249999.999974, 574299.999974 ], [ 250799.999974, 574199.999974 ], [ 250599.999974, 574599.999974 ], [ 250599.999974, 575099.999974 ], [ 250596.778374, 575135.4373739999719 ], [ 250523.93727399999625, 575936.69037399999797 ], [ 250500.71537399999215, 576192.131074 ], [ 250499.999974, 576199.999974 ], [ 250599.573874, 576399.147874 ], [ 250599.999974, 576399.999974 ], [ 250699.999974, 576499.999974 ], [ 250710.04597399997874, 576533.486674 ], [ 250999.999974, 577499.999974 ], [ 250899.999974, 578199.999974 ], [ 251199.999974, 578499.999974 ], [ 250299.999974, 578499.999974 ], [ 250199.999974, 578599.999974 ], [ 250299.999974, 578899.999974 ], [ 250499.999974, 578899.999974 ], [ 250799.999974, 579199.999974 ], [ 250399.999974, 579499.999974 ], [ 250531.459974, 579828.649974 ], [ 250599.999974, 579999.999974 ], [ 251199.999974, 580499.999974 ], [ 251899.999974, 580699.999974 ], [ 252029.752774, 580786.501874 ], [ 252199.999974, 580899.999974 ], [ 252099.999974, 581199.999974 ], [ 252499.999974, 581499.999974 ], [ 252999.999974, 581599.999974 ], [ 252999.999974, 581999.999974 ], [ 253370.697274, 582185.348674 ], [ 253399.999974, 582199.999974 ], [ 254399.999974, 582699.999974 ], [ 254999.999974, 583199.999974 ], [ 255599.999974, 582899.999974 ], [ 256099.999974, 582799.999974 ], [ 256899.999974, 583099.999974 ], [ 257399.999974, 583399.999974 ], [ 257699.999974, 582799.999974 ] ] ] ] } } -] -} +{"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::28992"}},"features":[{"type":"Feature","properties":{"GM_CODE":"GM0003"},"geometry":{"type":"Polygon","coordinates":[[[255005.58434857713,591199.258816952],[254802.83275851893,591100.4671488218],[253204.67316629557,590804.0921444311],[253204.67316629557,591001.6754806915],[252596.418396121,591001.6754806915],[252298.25429309427,590299.1569517653],[251701.92608704075,590299.1569517653],[251105.59788098728,590397.9486198956],[250902.84629092907,591100.4671488218],[250294.5915207545,590804.0921444311],[250103.7664948174,591100.4671488218],[249698.26331470098,591901.7773458783],[249901.01490475918,592000.5690140084],[249400.09921167424,593098.2542154556],[249400.09921167424,593603.1894081214],[249602.85080173245,594195.9394169028],[250700.09470087086,594404.4996051778],[251403.761984014,594404.4996051778],[251701.92608704075,594799.6662776988],[251403.761984014,595502.184806625],[251296.4229069244,595996.1431472762],[251403.761984014,596204.7033355512],[251499.17449698254,596402.2866718117],[252405.5933701839,596402.2866718117],[253502.8372693223,596094.9348154066],[254003.75296240725,596204.7033355512],[254099.16547537583,596698.6616762024],[254802.83275851893,596402.2866718117],[254802.83275851893,595996.1431472762],[254600.08116846078,595699.7681428855],[254600.08116846078,594602.0829414383],[254695.4936814293,593998.3560806424],[254695.4936814293,593197.0458835859],[254802.83275851893,592703.0875429347],[255005.58434857713,592494.5273546597],[255005.58434857713,591199.258816952]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0005"},"geometry":{"type":"Polygon","coordinates":[[[235505.65201062773,596303.4950036814],[236101.98021668126,595194.8329502197],[235696.47703656484,594997.2496139593],[235899.22862662305,594404.4996051778],[236495.55683267652,594404.4996051778],[236805.64749982435,593899.5644125121],[236698.30842273473,593701.9810762516],[237199.22411581967,592703.0875429347],[238403.80709204776,592703.0875429347],[238701.9711950745,592000.5690140084],[239501.05099118617,592099.3606821387],[237902.89139896282,588103.786548871],[237700.1398089046,587302.4763518146],[238201.05550198955,586599.9578228884],[238296.46801495808,585699.8559577016],[237199.22411581967,585502.2726214412],[237103.81160285108,585699.8559577016],[236400.144319708,585699.8559577016],[236400.144319708,585897.4392939621],[235100.14883051137,586095.0226302226],[235004.7363175428,586797.5411591488],[233704.74082834617,586698.7494910185],[233704.74082834617,586995.1244954093],[232702.9094421763,586797.5411591488],[232595.57036508666,587104.893015554],[232702.9094421763,587697.6430243355],[232905.6610322345,588202.5782170012],[233203.82513526123,592604.2958748045],[233394.65016119834,593197.0458835859],[233704.74082834617,594898.457945829],[233597.40175125655,595600.9764747552],[233704.74082834617,596094.9348154066],[234205.6565214311,596303.4950036814],[234599.23313742643,595897.3514791459],[235100.14883051137,595798.5598110157],[235505.65201062773,596303.4950036814]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0007"},"geometry":{"type":"Polygon","coordinates":[[[275495.4215085753,575798.7354406479],[275602.76058566495,574997.4252435915],[275197.2574055486,574097.3233784048],[274899.09330252185,573899.7400421443],[274994.5058154904,573098.4298450879],[275197.2574055486,572099.536311771],[276604.59197183483,571199.4344465842],[276401.8403817766,567599.0269858375],[276795.41699777194,564701.1380540169],[275602.76058566495,564503.5547177563],[272299.10232412856,562900.9343236436],[271905.52570813324,562802.1426555132],[270999.10683493194,564196.2028613512],[270498.191141847,564503.5547177563],[269997.27544876206,565195.0963946681],[269102.78313968185,564602.3463858867],[268900.03154962364,564701.1380540169],[268900.03154962364,565096.3047265379],[268494.5283695072,565195.0963946681],[267802.7876504852,565700.0315873339],[267099.1203673421,565700.0315873339],[265405.54826215014,565502.4482510734],[264403.71687598026,566204.9667799996],[264105.5527729535,566204.9667799996],[265500.96077511867,569004.0640436899],[265894.537391114,569596.8140524714],[265000.0450820338,570299.3325813976],[264701.880979007,570804.2677740633],[265000.0450820338,571100.642778454],[265202.79667209194,571100.642778454],[265405.54826215014,571594.6011191052],[266300.0405712304,572604.4715044366],[266395.45308419893,572802.0548406972],[267600.036060427,573702.1567058838],[268303.7033435701,574294.9067146652],[268900.03154962364,574503.4669029403],[269699.1113457353,574294.9067146652],[269997.27544876206,574404.67523481],[270700.9427319052,574898.6335754613],[271297.2709379587,575195.0085798521],[272299.10232412856,575601.1521043875],[272800.0180172135,576204.8789651834],[274505.51668652653,574997.4252435915],[274696.34171246365,575502.3604362572],[275495.4215085753,575798.7354406479]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0009"},"geometry":{"type":"Polygon","coordinates":[[[247396.43643933447,589399.0550865787],[245201.9486410576,588004.9948807408],[244605.62043500412,587697.6430243355],[243102.8733557493,586698.7494910185],[240204.71827432932,584898.5457606452],[239799.2150942129,584503.3790881243],[238904.7227851327,583899.6522273282],[238296.46801495808,585699.8559577016],[238201.05550198955,586599.9578228884],[237700.1398089046,587302.4763518146],[237902.89139896282,588103.786548871],[239501.05099118617,592099.3606821387],[239894.6276071815,591901.7773458783],[241003.798070441,591605.4023414875],[241802.87786655268,590902.8838125613],[243102.8733557493,592296.9440183992],[244498.2813579145,591802.985677748],[244701.0329479727,592494.5273546597],[244999.19705099944,592703.0875429347],[245500.11274408438,592604.2958748045],[245798.27684711112,592395.7356865294],[245500.11274408438,592000.5690140084],[246096.44095013785,591100.4671488218],[246597.3566432228,590705.3004763008],[246800.108233281,591100.4671488218],[247396.43643933447,590397.9486198956],[247396.43643933447,589903.9902792443],[247205.61141339736,589805.1986111142],[247396.43643933447,589399.0550865787]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0010"},"geometry":{"type":"Polygon","coordinates":[[[268697.27995956544,586896.3328272791],[268196.3642664805,586599.9578228884],[267802.7876504852,586095.0226302226],[268005.5392405434,585897.4392939621],[267194.5328803106,585304.6892851806],[266598.20467425714,585897.4392939621],[266502.79216128855,585798.6476258319],[265298.2091850605,587203.6846836843],[264904.6325690652,587104.893015554],[264797.2934919756,586797.5411591488],[264105.5527729535,586402.3744866278],[263497.29800277896,587203.6846836843],[263497.29800277896,587895.226360596],[262400.0541036405,587895.226360596],[261994.55092352413,587796.4346924657],[259394.5599451309,586698.7494910185],[259000.98332913558,585798.6476258319],[259000.98332913558,585194.9207650359],[258500.06763605063,585304.6892851806],[257903.7394299971,584503.3790881243],[257402.82373691216,584700.9624243847],[257104.65963388543,585194.9207650359],[256794.5689667376,585096.1290969057],[256603.7439408005,585194.9207650359],[256699.15645376907,586204.7911503674],[256699.15645376907,587401.2680199448],[256496.40486371086,588004.9948807408],[256496.40486371086,589102.6800821879],[255100.99686154566,589102.6800821879],[255005.58434857713,589300.2634184484],[255601.9125546306,589903.9902792443],[255399.16096457245,590101.5736155049],[255005.58434857713,591199.258816952],[255005.58434857713,592494.5273546597],[254802.83275851893,592703.0875429347],[254695.4936814293,593197.0458835859],[254695.4936814293,593998.3560806424],[254600.08116846078,594602.0829414383],[254600.08116846078,595699.7681428855],[254802.83275851893,595996.1431472762],[254802.83275851893,596402.2866718117],[254099.16547537583,596698.6616762024],[254003.75296240725,596204.7033355512],[253502.8372693223,596094.9348154066],[252405.5933701839,596402.2866718117],[251499.17449698254,596402.2866718117],[251403.761984014,596204.7033355512],[250700.09470087086,596797.4533443328],[250795.50721383945,597598.7635413891],[250497.34311081265,598004.9070659246],[250103.7664948174,598202.4904021851],[249805.6023917906,598004.9070659246],[249101.9351086475,598696.4487428362],[248994.59603155788,599398.9672717624],[247694.60054236127,601605.3145266713],[247503.7755164241,602198.0645354529],[248505.60690259398,602801.7913962489],[251797.33860000933,604997.1617991432],[253097.33408920595,603800.6849295658],[253896.41388531763,603394.5414050303],[254194.57798834436,603098.1664006396],[254802.83275851893,602099.2728673227],[254695.4936814293,601704.1061948016],[255005.58434857713,601297.9626702662],[254898.2452714875,600397.8608050795],[255196.40937451425,599398.9672717624],[255399.16096457245,599201.383935502],[255303.74845160387,598696.4487428362],[255494.57347754098,598301.2820703153],[255494.57347754098,597697.5552095193],[255900.0766576574,596698.6616762024],[256305.57983777375,596698.6616762024],[257498.23624988075,595699.7681428855],[257796.40035290748,595403.3931384948],[258201.9035330239,595304.6014703645],[258702.81922610884,594799.6662776988],[258404.65512308205,594602.0829414383],[258094.56445593428,595194.8329502197],[257903.7394299971,595096.0412820895],[257903.7394299971,594404.4996051778],[258201.9035330239,594404.4996051778],[260002.81471530546,593603.1894081214],[260300.9788183322,593701.9810762516],[261398.2227174706,593295.8375517161],[262495.4666166091,592703.0875429347],[263199.13389975217,593098.2542154556],[263294.54641272075,592801.8792110649],[263199.13389975217,592296.9440183992],[264296.37779889064,591901.7773458783],[264594.5419019174,591901.7773458783],[265000.0450820338,592198.152350269],[265095.4575950023,591901.7773458783],[265799.12487814546,591605.4023414875],[267504.62354745844,591704.1940096177],[268005.5392405434,592198.152350269],[268995.44406259217,592703.0875429347],[268900.03154962364,592296.9440183992],[268494.5283695072,591802.985677748],[268100.95175351197,591495.6338213428],[268005.5392405434,590804.0921444311],[268196.3642664805,589805.1986111142],[267802.7876504852,588400.1615532617],[267898.20016345376,587796.4346924657],[268697.27995956544,586896.3328272791]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0014"},"geometry":{"type":"Polygon","coordinates":[[[232595.57036508666,587104.893015554],[232702.9094421763,586797.5411591488],[233704.74082834617,586995.1244954093],[233704.74082834617,586698.7494910185],[235004.7363175428,586797.5411591488],[235100.14883051137,586095.0226302226],[236400.144319708,585897.4392939621],[236400.144319708,585699.8559577016],[237103.81160285108,585699.8559577016],[237199.22411581967,585502.2726214412],[238296.46801495808,585699.8559577016],[238904.7227851327,583899.6522273282],[238904.7227851327,582999.5503621416],[239202.88688815944,582099.4484969547],[240502.88237735606,580200.4530984513],[239405.6384782176,579300.3512332644],[238701.9711950745,578905.1845607435],[239000.13529810123,578597.8327043382],[238701.9711950745,578400.2493680778],[236400.144319708,579596.7262376553],[235803.81611365447,579399.1429013947],[235994.64113959158,578905.1845607435],[235100.14883051137,578499.041036208],[234801.98472748458,578301.4576999475],[234801.98472748458,578005.0826955568],[233203.82513526123,578005.0826955568],[232655.20318569202,577796.5225072819],[232201.99374909134,577500.1475028911],[231701.0780560064,578103.8743636871],[231295.57487589004,579300.3512332644],[230401.08256680978,579695.5179057855],[230305.67005384126,579497.9345695251],[229804.7543607563,579904.0780940605],[229101.08707761316,579596.7262376553],[228898.33548755496,580002.8697621906],[228302.0072815015,580299.2447665815],[226894.67271521525,579805.2864259302],[227097.4243052734,580299.2447665815],[227002.01179230487,580595.6197709722],[227300.1758953316,582099.4484969547],[227705.67907544796,583800.860559198],[228003.84317847475,584898.5457606452],[228003.84317847475,585403.4809533108],[228504.7588715597,585304.6892851806],[228504.7588715597,585096.1290969057],[229005.67456464458,584898.5457606452],[229399.2511806399,585096.1290969057],[229995.57938669343,585798.6476258319],[229804.7543607563,586204.7911503674],[231295.57487589004,586303.5828184976],[231903.8296460646,586599.9578228884],[231999.2421590332,586995.1244954093],[232595.57036508666,587104.893015554]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0015"},"geometry":{"type":"Polygon","coordinates":[[[223102.02532471495,581594.5133042892],[222195.60645151365,581396.9299680286],[222004.78142557654,581495.7216361589],[221396.52665540198,581396.9299680286],[221205.70162946486,581199.3466317682],[220394.6952692321,581100.5549636378],[219798.36706317862,580496.828102842],[219094.69978003547,580595.6197709722],[217902.04336792848,580101.6614303209],[217603.87926490174,580002.8697621906],[217198.37608478533,580101.6614303209],[217198.37608478533,579596.7262376553],[216995.62449472718,579201.5595651342],[214801.1366964503,578597.8327043382],[215003.88828650845,577598.9391710213],[214204.80849039677,577302.5641666306],[212296.55823102558,576698.8373058347],[212296.55823102558,576402.4623014439],[211795.64253794064,576095.1104450386],[211700.23002497212,575096.2169117217],[211497.4784349139,574701.0502392007],[210901.15022886038,574196.1150465352],[208802.07494355208,572802.0548406972],[207800.2435573822,572297.1196480314],[207800.2435573822,574997.4252435915],[207800.2435573822,575897.5271087782],[208205.74673749862,576698.8373058347],[208503.91084052535,577598.9391710213],[208897.48745652067,578499.041036208],[209302.99063663703,578795.4160405989],[209302.99063663703,579399.1429013947],[209899.3188426905,579596.7262376553],[210602.98612583365,580200.4530984513],[211294.7268448557,581594.5133042892],[211294.7268448557,582099.4484969547],[210901.15022886038,582900.7586940113],[210197.4829457173,583295.9253665323],[210805.73771589185,583998.4438954585],[210602.98612583365,584404.587419994],[211294.7268448557,584602.1707562543],[211604.81751200353,585502.2726214412],[211402.06592194532,585798.6476258319],[214300.22100336535,585798.6476258319],[214300.22100336535,585502.2726214412],[214502.9725934235,584700.9624243847],[216101.13218564691,584997.3374287754],[216804.79946879,584997.3374287754],[217305.71516187495,585194.9207650359],[218880.02162585623,585502.2726214412],[218903.87475409836,585194.9207650359],[219905.70614026824,585403.4809533108],[219798.36706317862,584700.9624243847],[220299.2827562635,584404.587419994],[220800.19844934845,584404.587419994],[221002.95003940666,583998.4438954585],[222004.78142557654,583603.2772229374],[222505.69711866148,582494.6151694758],[223102.02532471495,581594.5133042892]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0017"},"geometry":{"type":"Polygon","coordinates":[[[238701.9711950745,578400.2493680778],[239894.6276071815,577895.3141754121],[240300.13078729785,576797.6289739648],[240801.0464803828,576600.0456377044],[241397.37468643632,575996.3187769084],[242101.0419695794,574898.6335754613],[242196.454482548,574503.4669029403],[241898.29037952126,574404.67523481],[242101.0419695794,573800.9483740141],[242494.61858557473,571298.2261147145],[241301.96217346773,570903.0594421935],[240801.0464803828,570595.7075857883],[238594.63211798487,569498.0223843411],[238701.9711950745,569805.3742407463],[238594.63211798487,570398.1242495278],[238105.64298902097,570595.7075857883],[238201.05550198955,571001.8511103238],[237998.30391193135,571397.0177828447],[237700.1398089046,571594.6011191052],[237103.81160285108,572802.0548406972],[236400.144319708,573504.5733696234],[236197.3927296498,573800.9483740141],[235302.90042056952,573899.7400421443],[235100.14883051137,574799.841907331],[235302.90042056952,575096.2169117217],[234897.39724045317,575897.5271087782],[233800.15334131476,575195.0085798521],[233597.40175125655,575304.7770999968],[233501.98923828796,576095.1104450386],[233299.2376482298,576600.0456377044],[232619.4234933288,577675.7771351227],[232655.20318569202,577796.5225072819],[233203.82513526123,578005.0826955568],[234801.98472748458,578005.0826955568],[234801.98472748458,578301.4576999475],[235100.14883051137,578499.041036208],[235994.64113959158,578905.1845607435],[235803.81611365447,579399.1429013947],[236400.144319708,579596.7262376553],[238701.9711950745,578400.2493680778]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0018"},"geometry":{"type":"Polygon","coordinates":[[[240502.88237735606,580200.4530984513],[241600.12627649447,580101.6614303209],[243997.36566482956,577104.9808303701],[245798.27684711112,576600.0456377044],[246501.94413025427,576600.0456377044],[247098.27233630774,576797.6289739648],[247098.27233630774,577796.5225072819],[248803.77100562077,578103.8743636871],[250103.7664948174,578499.041036208],[250199.17900778592,578597.8327043382],[250294.5915207545,578499.041036208],[251201.0103939558,578499.041036208],[250902.84629092907,578202.6660318173],[250998.2588038976,577500.1475028911],[250700.09470087086,576501.2539695741],[250497.34311081265,576204.8789651834],[250604.68218790233,574602.2585710706],[250795.50721383945,574196.1150465352],[249996.42741772777,574294.9067146652],[250294.5915207545,573800.9483740141],[249805.6023917906,573603.3650377536],[249197.34762161603,573098.4298450879],[249805.6023917906,571704.36963925],[249996.42741772777,571298.2261147145],[249698.26331470098,571199.4344465842],[250103.7664948174,568905.2723755597],[250401.93059784413,567401.443649577],[250604.68218790233,565897.6149235943],[248100.10372247762,568400.3371828939],[246203.78002722748,570299.3325813976],[245798.27684711112,570804.2677740633],[245404.7002311158,571100.642778454],[242494.61858557473,571298.2261147145],[242101.0419695794,573800.9483740141],[241898.29037952126,574404.67523481],[242196.454482548,574503.4669029403],[242101.0419695794,574898.6335754613],[241397.37468643632,575996.3187769084],[240801.0464803828,576600.0456377044],[240300.13078729785,576797.6289739648],[239894.6276071815,577895.3141754121],[238701.9711950745,578400.2493680778],[239000.13529810123,578597.8327043382],[238701.9711950745,578905.1845607435],[239405.6384782176,579300.3512332644],[240502.88237735606,580200.4530984513]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0022"},"geometry":{"type":"Polygon","coordinates":[[[227002.01179230487,580595.6197709722],[227097.4243052734,580299.2447665815],[226894.67271521525,579805.2864259302],[225904.7678931664,579399.1429013947],[225797.42881607678,578795.4160405989],[225594.67722601863,578400.2493680778],[224294.68173682195,577697.7308391517],[223197.43783768354,577302.5641666306],[223102.02532471495,577104.9808303701],[222994.68624762533,576204.8789651834],[221503.8657324916,574503.4669029403],[221503.8657324916,573899.7400421443],[220502.0343463217,571100.642778454],[220394.6952692321,569399.2307162108],[219905.70614026824,569399.2307162108],[219094.69978003547,567105.0686451863],[218701.12316404015,567302.6519814468],[217198.37608478533,567895.4019902282],[215898.3805955887,568301.5455147637],[215850.67433910444,568488.1519990097],[215302.05238953524,570705.4761059331],[216697.46039170038,570903.0594421935],[216602.04787873186,571803.1613073802],[219202.0388571251,572395.9113161617],[219094.69978003547,572703.2631725669],[218999.2872670669,573603.3650377536],[218498.37157398195,575996.3187769084],[218295.6199839238,576303.6706333137],[218903.87475409836,576698.8373058347],[218701.12316404015,577697.7308391517],[218999.2872670669,577796.5225072819],[218701.12316404015,579399.1429013947],[218104.79495798668,579003.9762288737],[217902.04336792848,580101.6614303209],[219094.69978003547,580595.6197709722],[219798.36706317862,580496.828102842],[220394.6952692321,581100.5549636378],[221205.70162946486,581199.3466317682],[221396.52665540198,581396.9299680286],[222004.78142557654,581495.7216361589],[222195.60645151365,581396.9299680286],[223102.02532471495,581594.5133042892],[223805.6926078581,582198.2401650851],[224604.77240396978,582494.6151694758],[224998.3490199651,581298.1382998984],[225296.51312299183,580902.9716273774],[227002.01179230487,580595.6197709722]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0024"},"geometry":{"type":"Polygon","coordinates":[[[251403.761984014,596204.7033355512],[251296.4229069244,595996.1431472762],[251403.761984014,595502.184806625],[251701.92608704075,594799.6662776988],[251403.761984014,594404.4996051778],[250700.09470087086,594404.4996051778],[249602.85080173245,594195.9394169028],[249400.09921167424,593603.1894081214],[249400.09921167424,593098.2542154556],[249901.01490475918,592000.5690140084],[249698.26331470098,591901.7773458783],[250103.7664948174,591100.4671488218],[247396.43643933447,589399.0550865787],[247205.61141339736,589805.1986111142],[247396.43643933447,589903.9902792443],[247396.43643933447,590397.9486198956],[246800.108233281,591100.4671488218],[246597.3566432228,590705.3004763008],[246096.44095013785,591100.4671488218],[245500.11274408438,592000.5690140084],[245798.27684711112,592395.7356865294],[245500.11274408438,592604.2958748045],[244999.19705099944,592703.0875429347],[244701.0329479727,592494.5273546597],[244498.2813579145,591802.985677748],[243102.8733557493,592296.9440183992],[241802.87786655268,590902.8838125613],[241003.798070441,591605.4023414875],[239894.6276071815,591901.7773458783],[239501.05099118617,592099.3606821387],[238701.9711950745,592000.5690140084],[238403.80709204776,592703.0875429347],[237199.22411581967,592703.0875429347],[236698.30842273473,593701.9810762516],[236805.64749982435,593899.5644125121],[236495.55683267652,594404.4996051778],[235899.22862662305,594404.4996051778],[235696.47703656484,594997.2496139593],[236101.98021668126,595194.8329502197],[235505.65201062773,596303.4950036814],[236101.98021668126,596698.6616762024],[236698.30842273473,596599.8700080721],[237497.3882188464,596698.6616762024],[237604.72729593603,596995.0366805932],[237497.3882188464,597895.1385457799],[237700.1398089046,598103.6987340548],[238201.05550198955,598103.6987340548],[238701.9711950745,598498.8654065758],[239202.88688815944,598301.2820703153],[239501.05099118617,598498.8654065758],[240001.96668427112,598597.657074706],[240502.88237735606,598400.0737384455],[240896.45899335138,598597.657074706],[241802.87786655268,598498.8654065758],[242196.454482548,598202.4904021851],[242900.1217656911,598905.0089311113],[243198.28586871788,599102.5922673717],[244903.78453803086,601001.5876658754],[245500.11274408438,601802.897862932],[246895.52074624953,602801.7913962489],[247503.7755164241,603603.1015933052],[247801.9396194509,603603.1015933052],[248195.51623544615,603295.7497369],[248505.60690259398,602801.7913962489],[247503.7755164241,602198.0645354529],[247694.60054236127,601605.3145266713],[248994.59603155788,599398.9672717624],[249101.9351086475,598696.4487428362],[249805.6023917906,598004.9070659246],[250103.7664948174,598202.4904021851],[250497.34311081265,598004.9070659246],[250795.50721383945,597598.7635413891],[250700.09470087086,596797.4533443328],[251403.761984014,596204.7033355512]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0025"},"geometry":{"type":"Polygon","coordinates":[[[217902.04336792848,580101.6614303209],[218104.79495798668,579003.9762288737],[218701.12316404015,579399.1429013947],[218999.2872670669,577796.5225072819],[218701.12316404015,577697.7308391517],[218903.87475409836,576698.8373058347],[218295.6199839238,576303.6706333137],[218498.37157398195,575996.3187769084],[218999.2872670669,573603.3650377536],[219094.69978003547,572703.2631725669],[219202.0388571251,572395.9113161617],[216602.04787873186,571803.1613073802],[216697.46039170038,570903.0594421935],[215302.05238953524,570705.4761059331],[215850.67433910444,568488.1519990097],[215504.8039795934,568499.1288510242],[215003.88828650845,569300.4390480806],[214395.63351633388,569695.6057206016],[213596.5537202222,570101.749245137],[212105.73320508847,570002.9575770069],[209803.90632972197,570200.5409132673],[209004.8265336103,571001.8511103238],[208396.57176343573,571704.36963925],[207800.2435573822,572297.1196480314],[208802.07494355208,572802.0548406972],[210901.15022886038,574196.1150465352],[211497.4784349139,574701.0502392007],[211700.23002497212,575096.2169117217],[211795.64253794064,576095.1104450386],[212296.55823102558,576402.4623014439],[212296.55823102558,576698.8373058347],[214204.80849039677,577302.5641666306],[215003.88828650845,577598.9391710213],[214801.1366964503,578597.8327043382],[216995.62449472718,579201.5595651342],[217198.37608478533,579596.7262376553],[217198.37608478533,580101.6614303209],[217603.87926490174,580002.8697621906],[217902.04336792848,580101.6614303209]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0034"},"geometry":{"type":"Polygon","coordinates":[[[152496.76572798076,490300.03509992646],[152198.60162495403,489795.09990726074],[151697.68593186908,489795.09990726074],[151304.10931587376,489399.93323473976],[149097.69495347585,488302.2480332926],[154500.42850032053,480695.2895872636],[152496.76572798076,480102.53957848204],[152103.1891119855,480201.33124661236],[151304.10931587376,480695.2895872636],[150194.93885261426,479498.8127176861],[148894.94336341764,480497.7062510031],[146903.20715519896,481595.39145245025],[144994.95689582778,482396.7016495067],[143802.30048372078,482704.05350591196],[143396.79730360443,482396.7016495067],[142705.05658458234,482802.84517404216],[142597.71750749272,483099.2201784329],[141894.0502243496,483198.0118465632],[141202.30950532755,483099.2201784329],[139997.72652909945,482704.05350591196],[138995.89514292957,482297.9099813765],[138494.97944984466,482199.1183132462],[138196.8153468179,482297.9099813765],[138494.97944984466,482704.05350591196],[137803.23873082257,483395.59518282366],[137397.73555070622,483395.59518282366],[137695.89965373295,484098.11371174984],[137695.89965373295,485503.1507696023],[137600.48714076442,486403.252634789],[137004.1589347109,487500.93783623615],[137004.1589347109,487994.8961768873],[137397.73555070622,488401.0397014228],[139294.05924595633,489498.72490287],[139604.14991310416,490201.2434317962],[142812.395661672,492078.2851262709],[143802.30048372078,492199.03049843013],[144195.8770997161,492605.1740229656],[144494.04120274284,493099.13236361684],[146199.53987205587,494196.81756506395],[146903.20715519896,493296.7156998773],[147404.1228482839,492802.75735922606],[151304.10931587376,491002.5536288527],[152103.1891119855,490398.8267680567],[152496.76572798076,490300.03509992646]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0037"},"geometry":{"type":"Polygon","coordinates":[[[264105.5527729535,566204.9667799996],[264403.71687598026,566204.9667799996],[265405.54826215014,565502.4482510734],[267099.1203673421,565700.0315873339],[267802.7876504852,565700.0315873339],[268494.5283695072,565195.0963946681],[268303.7033435701,563998.6195250907],[267695.44857339555,563998.6195250907],[267695.44857339555,563197.3093280343],[268601.8674465969,563296.1009961645],[268995.44406259217,562900.9343236436],[268601.8674465969,561594.6889339214],[268900.03154962364,561199.5222614004],[269794.5238587039,560694.5870687347],[269901.8629357935,560200.6287280835],[268100.95175351197,558795.591670231],[268100.95175351197,553098.6054747201],[267695.44857339555,552901.0221384596],[267695.44857339555,550595.8832154205],[265894.537391114,550398.29987916],[265500.96077511867,549904.3415385088],[265298.2091850605,549201.8230095826],[265000.0450820338,549399.4063458431],[264403.71687598026,550003.133206639],[262602.8056936987,552396.0869457939],[261899.13841055555,553394.9804791108],[259800.06312524725,556205.0545948157],[259096.3958421041,557302.7397962628],[258893.64425204595,557489.3462805089],[257999.1519429657,558301.6333295798],[256305.57983777375,560101.8370599531],[253896.41388531763,562604.5593192527],[254301.91706543398,562604.5593192527],[255196.40937451425,563197.3093280343],[256400.99235074234,561704.457454066],[256699.15645376907,561902.0407903265],[256997.3205567958,562395.9991309778],[257402.82373691216,561902.0407903265],[258905.570816167,560299.4203962137],[260300.9788183322,559695.6935354178],[262304.64159067196,563702.2445207],[262495.4666166091,564294.9945294814],[262698.2182066673,564294.9945294814],[263795.4621058057,566402.5501162601],[264105.5527729535,566204.9667799996]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0040"},"geometry":{"type":"Polygon","coordinates":[[[255005.58434857713,591199.258816952],[255399.16096457245,590101.5736155049],[255601.9125546306,589903.9902792443],[255005.58434857713,589300.2634184484],[255100.99686154566,589102.6800821879],[256496.40486371086,589102.6800821879],[256496.40486371086,588004.9948807408],[256699.15645376907,587401.2680199448],[256699.15645376907,586204.7911503674],[256603.7439408005,585194.9207650359],[256794.5689667376,585096.1290969057],[256603.7439408005,584097.2355635888],[256901.90804382728,583098.3420302718],[256102.82824771554,582801.967025881],[255601.9125546306,582900.7586940113],[255005.58434857713,583197.133698402],[254397.32957840257,582703.1753577508],[253001.92157623736,582000.6568288247],[253001.92157623736,581594.5133042892],[252501.00588315242,581495.7216361589],[252095.50270303607,581199.3466317682],[252202.8417801257,580902.9716273774],[251904.67767709895,580705.3882911169],[251201.0103939558,580496.828102842],[250604.68218790233,580002.8697621906],[250401.93059784413,579497.9345695251],[250795.50721383945,579201.5595651342],[250199.17900778592,578597.8327043382],[250103.7664948174,578499.041036208],[248803.77100562077,578103.8743636871],[247098.27233630774,577796.5225072819],[247098.27233630774,576797.6289739648],[246501.94413025427,576600.0456377044],[245798.27684711112,576600.0456377044],[243997.36566482956,577104.9808303701],[241600.12627649447,580101.6614303209],[240502.88237735606,580200.4530984513],[239202.88688815944,582099.4484969547],[238904.7227851327,582999.5503621416],[238904.7227851327,583899.6522273282],[239799.2150942129,584503.3790881243],[240204.71827432932,584898.5457606452],[243102.8733557493,586698.7494910185],[244605.62043500412,587697.6430243355],[245201.9486410576,588004.9948807408],[247396.43643933447,589399.0550865787],[250103.7664948174,591100.4671488218],[250294.5915207545,590804.0921444311],[250902.84629092907,591100.4671488218],[251105.59788098728,590397.9486198956],[251701.92608704075,590299.1569517653],[252298.25429309427,590299.1569517653],[252596.418396121,591001.6754806915],[253204.67316629557,591001.6754806915],[253204.67316629557,590804.0921444311],[254802.83275851893,591100.4671488218],[255005.58434857713,591199.258816952]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0047"},"geometry":{"type":"Polygon","coordinates":[[[260396.39133130078,570398.1242495278],[260396.39133130078,569004.0640436899],[260300.9788183322,568696.7121872846],[260002.81471530546,568499.1288510242],[259299.1474321623,567203.8603133165],[258297.31604599243,566204.9667799996],[258094.56445593428,564503.5547177563],[258595.48014901916,564097.4111932209],[258702.81922610884,563603.4528525698],[257796.40035290748,563603.4528525698],[257796.40035290748,563098.517659904],[256794.5689667376,562900.9343236436],[256997.3205567958,562395.9991309778],[256699.15645376907,561902.0407903265],[256400.99235074234,561704.457454066],[255196.40937451425,563197.3093280343],[254301.91706543398,562604.5593192527],[253896.41388531763,562604.5593192527],[252202.8417801257,564196.2028613512],[250604.68218790233,565897.6149235943],[250401.93059784413,567401.443649577],[250103.7664948174,568905.2723755597],[249698.26331470098,571199.4344465842],[249996.42741772777,571298.2261147145],[249805.6023917906,571704.36963925],[250998.2588038976,572297.1196480314],[251105.59788098728,572000.7446436407],[252095.50270303607,571901.9529755104],[253896.41388531763,571901.9529755104],[254504.6686554922,571803.1613073802],[255196.40937451425,572000.7446436407],[255303.74845160387,572395.9113161617],[256496.40486371086,572297.1196480314],[258595.48014901916,571901.9529755104],[259394.5599451309,571594.6011191052],[260205.5663053636,571495.8094509749],[260396.39133130078,570398.1242495278]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0048"},"geometry":{"type":"Polygon","coordinates":[[[276795.41699777194,564701.1380540169],[277499.0842809151,559805.4620555624],[277797.2483839418,559300.5268628967],[277296.3326908569,558598.0083339706],[276795.41699777194,556501.4295992064],[275602.76058566495,552000.9202732729],[273599.0978133252,548499.3044806564],[270605.5302189366,543197.4849576665],[269496.3597556771,541594.8645635536],[269901.8629357935,540398.3876939762],[268494.5283695072,540398.3876939762],[268494.5283695072,541100.9062229024],[267898.20016345376,541803.4247518285],[266800.95626431535,543197.4849576665],[266502.79216128855,543296.2766257967],[266300.0405712304,544097.5868228532],[264594.5419019174,544097.5868228532],[264701.880979007,544404.9386792583],[265894.537391114,547401.6192792092],[266204.6280582618,548005.3461400052],[266502.79216128855,548905.4480051919],[265298.2091850605,549201.8230095826],[265500.96077511867,549904.3415385088],[265894.537391114,550398.29987916],[267695.44857339555,550595.8832154205],[267695.44857339555,552901.0221384596],[268100.95175351197,553098.6054747201],[268100.95175351197,558795.591670231],[269901.8629357935,560200.6287280835],[269794.5238587039,560694.5870687347],[268900.03154962364,561199.5222614004],[268601.8674465969,561594.6889339214],[268995.44406259217,562900.9343236436],[268601.8674465969,563296.1009961645],[267695.44857339555,563197.3093280343],[267695.44857339555,563998.6195250907],[268303.7033435701,563998.6195250907],[268494.5283695072,565195.0963946681],[268900.03154962364,565096.3047265379],[268900.03154962364,564701.1380540169],[269102.78313968185,564602.3463858867],[269997.27544876206,565195.0963946681],[270498.191141847,564503.5547177563],[270999.10683493194,564196.2028613512],[271905.52570813324,562802.1426555132],[272299.10232412856,562900.9343236436],[275602.76058566495,564503.5547177563],[276795.41699777194,564701.1380540169]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0050"},"geometry":{"type":"Polygon","coordinates":[[[168704.96636851487,491496.5119695039],[170994.86667976028,491200.13696511317],[170696.70257673354,488499.8313695531],[170303.12596073822,487500.93783623615],[170505.87755079643,486996.0026435704],[170195.7868836486,486502.0443029192],[169599.45867759513,486403.252634789],[168394.87570136704,486095.9007783837],[166999.4676992019,486600.83597104944],[165604.0596970367,485097.0072450668],[165198.55651692027,484405.46556815505],[165496.72061994707,483296.8035146934],[165794.8847229738,483000.4285103027],[165997.636313032,483099.2201784329],[166295.80041605874,482704.05350591196],[165997.636313032,482199.1183132462],[166200.38790309016,481496.59978432],[165997.636313032,480596.4979191333],[165794.8847229738,480201.33124661236],[165198.55651692027,478203.54417997843],[165103.14400395175,478104.75251184823],[164697.6408238354,476304.5487814748],[164494.88923377718,476194.7802613301],[162598.56553852704,475700.82192067883],[160797.65435624548,475097.0950598829],[159497.65886704886,474603.13671923167],[157005.00696574524,473900.6181903055],[156504.0912726603,473801.8265221752],[156098.58809254394,473900.6181903055],[155502.2598864904,474196.9931946962],[155001.34419340547,474800.72005549213],[154905.93168043694,475097.0950598829],[150194.93885261426,479498.8127176861],[151304.10931587376,480695.2895872636],[152103.1891119855,480201.33124661236],[152496.76572798076,480102.53957848204],[154500.42850032053,480695.2895872636],[149097.69495347585,488302.2480332926],[151304.10931587376,489399.93323473976],[151697.68593186908,489795.09990726074],[152198.60162495403,489795.09990726074],[152496.76572798076,490300.03509992646],[154405.015987352,491496.5119695039],[155705.01147654862,492396.6138346906],[157505.92265883018,493900.4425606732],[157696.7476847673,494196.81756506395],[158495.82748087897,494998.12776212045],[159104.08225105354,494196.81756506395],[160702.24184327695,492703.9656910958],[162503.1530255585,490804.9702925922],[164900.39241389354,488499.8313695531],[165198.55651692027,488598.6230376833],[168001.29908537172,491397.7203013736],[168704.96636851487,491496.5119695039]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0051"},"geometry":{"type":"Polygon","coordinates":[[[189099.39101554453,559300.5268628967],[189194.80352851306,559004.151858506],[188300.3112194328,559201.7351947664],[188598.4753224596,558795.591670231],[188705.8143995492,558104.0499933193],[188395.72373240138,557895.4898050444],[188705.8143995492,556797.8046035971],[188300.3112194328,556303.8462629459],[188705.8143995492,555996.4944065406],[188503.062809491,555403.7443977592],[188598.4753224596,554997.6008732237],[188598.4753224596,554404.8508644423],[189003.97850257595,553504.7489992556],[189803.05829868763,552099.7119414031],[190399.38650474115,550694.6748835507],[190303.97399177257,550497.0915472903],[190995.71471079462,549103.0313414524],[191997.5460969645,547302.827611079],[191699.38199393777,546797.8924184132],[190196.63491468295,545700.2072169661],[188896.63942548633,545502.6238807056],[188598.4753224596,545403.8322125754],[188395.72373240138,544800.1053517794],[187203.0673202944,545403.8322125754],[185604.90772807103,546303.9340777621],[180094.83510413667,544602.5220155189],[177995.75981882837,545305.040544445],[176099.43612357823,545897.7905532266],[175896.68453352008,545195.2720243004],[175097.60473740834,545403.8322125754],[174704.02812141308,545096.4803561701],[173594.85765815357,544602.5220155189],[172604.95283610473,546402.7257458923],[172903.11693913152,546699.100750283],[172497.6137590151,547204.0359429487],[171996.69806593016,548301.7211443959],[172199.44965598837,549904.3415385088],[174405.8640183863,549596.9896821036],[175300.35632746655,549596.9896821036],[175204.94381449802,550101.9248747693],[175204.94381449802,551002.026739956],[175395.76884043514,553394.9804791108],[175395.76884043514,554196.2906761672],[175204.94381449802,555096.392541354],[175395.76884043514,555700.1194021499],[176397.60022660502,555304.952729629],[176600.35181666317,555403.7443977592],[176898.51591968996,555897.7027384104],[177101.2675097481,556501.4295992064],[177494.84412574343,556896.5962717274],[177995.75981882837,557203.9481281326],[178902.17869202967,557302.7397962628],[178794.83961494005,557697.9064687839],[179295.755308025,557895.4898050444],[178198.51140888658,558795.591670231],[178401.26299894473,560398.212064344],[179701.25848814135,562198.4157947173],[179403.09438511461,562297.2074628476],[179999.42259116814,562297.2074628476],[179999.42259116814,560101.8370599531],[181394.8305933333,560101.8370599531],[181502.16967042297,560200.6287280835],[183100.32926264632,560200.6287280835],[183303.08085270453,560101.8370599531],[184304.91223887436,561397.1055976609],[185103.9920349861,560595.7954006044],[186105.82342115598,561397.1055976609],[187000.31573023618,560595.7954006044],[187000.31573023618,560200.6287280835],[187203.0673202944,559695.6935354178],[188896.63942548633,559498.1101991573],[189099.39101554453,559300.5268628967]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0053"},"geometry":{"type":"Polygon","coordinates":[[[232094.65467200172,605095.9534672734],[232201.99374909134,604700.7867947525],[231903.8296460646,602900.583064379],[231402.91395297967,602801.7913962489],[231295.57487589004,601704.1061948016],[230496.49507977837,601901.689531062],[230603.834156868,601495.5460065266],[230603.834156868,600397.8608050795],[230794.6591828051,600200.2774688189],[231104.74984995293,600299.0691369493],[231796.490568975,599596.5506080231],[232094.65467200172,599805.1107962979],[232500.15785211808,599497.7589398928],[232798.32195514487,599003.8005992415],[232595.57036508666,597598.7635413891],[233704.74082834617,597499.9718732589],[233895.56585428328,596797.4533443328],[234205.6565214311,596599.8700080721],[234205.6565214311,596303.4950036814],[233704.74082834617,596094.9348154066],[233597.40175125655,595600.9764747552],[233704.74082834617,594898.457945829],[233394.65016119834,593197.0458835859],[233203.82513526123,592604.2958748045],[232905.6610322345,588202.5782170012],[232702.9094421763,587697.6430243355],[232595.57036508666,587104.893015554],[231999.2421590332,586995.1244954093],[231903.8296460646,586599.9578228884],[231295.57487589004,586303.5828184976],[229804.7543607563,586204.7911503674],[229602.0027706981,587500.059688075],[229399.2511806399,587598.8513562053],[228802.92297458643,587401.2680199448],[228194.66820441186,587500.059688075],[228194.66820441186,587796.4346924657],[227598.33999835834,587697.6430243355],[227300.1758953316,588597.7448895222],[226703.84768927813,588597.7448895222],[226405.68358625134,589102.6800821879],[225797.42881607678,588696.5365576524],[225296.51312299183,589003.8884140577],[224604.77240396978,588498.9532213919],[224103.85671088484,588905.0967459274],[224294.68173682195,589300.2634184484],[224700.18491693836,589399.0550865787],[224902.9365069965,589805.1986111142],[224795.5974299069,590101.5736155049],[224103.85671088484,590397.9486198956],[223901.1051208267,590595.531956156],[223996.5176337952,591001.6754806915],[224402.02081391163,591802.985677748],[224402.02081391163,592801.8792110649],[224604.77240396978,592900.6708791952],[225105.68809705472,592801.8792110649],[225296.51312299183,592801.8792110649],[225797.42881607678,593394.6292198463],[225594.67722601863,593701.9810762516],[225702.01630310825,593998.3560806424],[226202.9319961932,594503.291273308],[226799.26020224666,594799.6662776988],[226799.26020224666,595096.0412820895],[227395.5884083002,595096.0412820895],[227502.9274853898,595699.7681428855],[227801.09158841654,595600.9764747552],[228003.84317847475,595996.1431472762],[228003.84317847475,596896.245012463],[227204.76338236302,597598.7635413891],[227801.09158841654,598202.4904021851],[227002.01179230487,600200.2774688189],[226894.67271521525,600705.2126614847],[227598.33999835834,601100.3793340056],[228003.84317847475,601901.689531062],[228397.41979447,601901.689531062],[228898.33548755496,601605.3145266713],[229494.66369360848,602099.2728673227],[229303.83866767137,602395.6478717134],[229697.4152836667,602604.2080599883],[229697.4152836667,603098.1664006396],[229399.2511806399,603196.9580687698],[229697.4152836667,604097.0599339565],[229900.16687372484,603998.2682658262],[229995.57938669343,604997.1617991432],[230496.49507977837,604997.1617991432],[230901.99825989472,604799.5784628827],[232094.65467200172,605095.9534672734]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0055"},"geometry":{"type":"Polygon","coordinates":[[[192200.2976870227,570705.4761059331],[192701.21338010766,568795.5038554149],[192403.04927708086,568696.7121872846],[191603.9694809692,569300.4390480806],[189302.14260560268,569201.6473799504],[188097.55962937465,569004.0640436899],[188395.72373240138,567599.0269858375],[188097.55962937465,567401.443649577],[188204.89870646427,566995.3001250415],[187799.39552634786,566600.1334525205],[187501.23142332112,566600.1334525205],[187405.8189103526,566204.9667799996],[187501.23142332112,565403.6565829432],[189003.97850257595,565601.2399192036],[189099.39101554453,565897.6149235943],[189803.05829868763,565798.8232554641],[191198.46630085283,565897.6149235943],[191603.9694809692,565798.8232554641],[191794.7945069063,565403.6565829432],[191496.63040387956,565304.8649148128],[191401.21789091104,564997.5130584077],[191902.13358399592,564404.7630496261],[192295.71019999124,564404.7630496261],[192498.46179004945,564097.4111932209],[192295.71019999124,563098.517659904],[193202.1290731926,562999.7259917738],[192403.04927708086,562604.5593192527],[191902.13358399592,562099.6241265871],[192295.71019999124,561704.457454066],[191305.80537794245,561001.9389251398],[190995.71471079462,560903.1472570096],[190399.38650474115,560398.212064344],[189600.30670862942,560101.8370599531],[189302.14260560268,560694.5870687347],[189099.39101554453,560694.5870687347],[189504.8941956609,559399.318531027],[189099.39101554453,559300.5268628967],[188896.63942548633,559498.1101991573],[187203.0673202944,559695.6935354178],[187000.31573023618,560200.6287280835],[187000.31573023618,560595.7954006044],[186105.82342115598,561397.1055976609],[185103.9920349861,560595.7954006044],[184304.91223887436,561397.1055976609],[183303.08085270453,560101.8370599531],[183100.32926264632,560200.6287280835],[181502.16967042297,560200.6287280835],[181394.8305933333,560101.8370599531],[179999.42259116814,560101.8370599531],[179999.42259116814,562297.2074628476],[179403.09438511461,562297.2074628476],[178198.51140888658,563197.3093280343],[177196.6800227167,563801.0361888302],[177005.85499677958,563801.0361888302],[176099.43612357823,564503.5547177563],[175801.2720205515,565195.0963946681],[176302.18771363643,565502.4482510734],[176099.43612357823,565798.8232554641],[176600.35181666317,566995.3001250415],[177697.59571580164,568103.9621785032],[178103.098895918,568597.9205191544],[179701.25848814135,570002.9575770069],[179701.25848814135,570595.7075857883],[179605.84597517282,571001.8511103238],[180500.33828425308,570903.0594421935],[180595.7507972216,571100.642778454],[181204.00556739618,571100.642778454],[182098.49787647644,570705.4761059331],[182396.66197950317,570705.4761059331],[183505.83244276268,571298.2261147145],[183696.6574686998,572099.536311771],[184102.1606488162,572494.702984292],[184304.91223887436,573296.0131813483],[184805.8279319593,573899.7400421443],[184698.48885486968,574196.1150465352],[184304.91223887436,574503.4669029403],[183994.82157172658,575195.0085798521],[184400.32475184294,575502.3604362572],[184805.8279319593,575403.568768127],[185402.15613801283,575996.3187769084],[185903.07183109777,575996.3187769084],[186702.15162720944,576204.8789651834],[190303.97399177257,575897.5271087782],[190995.71471079462,575897.5271087782],[191496.63040387956,576095.1104450386],[191401.21789091104,575096.2169117217],[190900.3021978261,574196.1150465352],[190494.79901770968,573702.1567058838],[189898.4708116562,573197.2215132181],[190804.8896848575,571803.1613073802],[191902.13358399592,571100.642778454],[192200.2976870227,570705.4761059331]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0056"},"geometry":{"type":"Polygon","coordinates":[[[215528.65710783552,594920.411649858],[216804.79946879,593899.5644125121],[216900.2119817586,592999.4625473254],[217198.37608478533,592604.2958748045],[217902.04336792848,592494.5273546597],[218701.12316404015,592900.6708791952],[219202.0388571251,592801.8792110649],[219500.20296015183,592395.7356865294],[219798.36706317862,592494.5273546597],[220096.53116620536,593098.2542154556],[220299.2827562635,593197.0458835859],[221002.95003940666,593098.2542154556],[221897.44234848692,593098.2542154556],[222505.69711866148,592999.4625473254],[223102.02532471495,593295.8375517161],[223495.60194071027,593998.3560806424],[223901.1051208267,593899.5644125121],[224497.43332688016,593998.3560806424],[224998.3490199651,593295.8375517161],[225105.68809705472,592801.8792110649],[224604.77240396978,592900.6708791952],[224402.02081391163,592801.8792110649],[224402.02081391163,591802.985677748],[223996.5176337952,591001.6754806915],[223901.1051208267,590595.531956156],[224103.85671088484,590397.9486198956],[224795.5974299069,590101.5736155049],[224902.9365069965,589805.1986111142],[224700.18491693836,589399.0550865787],[224294.68173682195,589300.2634184484],[224103.85671088484,588905.0967459274],[224604.77240396978,588498.9532213919],[225296.51312299183,589003.8884140577],[225797.42881607678,588696.5365576524],[226405.68358625134,589102.6800821879],[226703.84768927813,588597.7448895222],[227300.1758953316,588597.7448895222],[227598.33999835834,587697.6430243355],[228194.66820441186,587796.4346924657],[228194.66820441186,587500.059688075],[228802.92297458643,587401.2680199448],[229399.2511806399,587598.8513562053],[229602.0027706981,587500.059688075],[229804.7543607563,586204.7911503674],[229995.57938669343,585798.6476258319],[229399.2511806399,585096.1290969057],[229005.67456464458,584898.5457606452],[228504.7588715597,585096.1290969057],[228504.7588715597,585304.6892851806],[228003.84317847475,585403.4809533108],[228003.84317847475,584898.5457606452],[227705.67907544796,583800.860559198],[227300.1758953316,582099.4484969547],[227002.01179230487,580595.6197709722],[225296.51312299183,580902.9716273774],[224998.3490199651,581298.1382998984],[224604.77240396978,582494.6151694758],[223805.6926078581,582198.2401650851],[223102.02532471495,581594.5133042892],[222505.69711866148,582494.6151694758],[222004.78142557654,583603.2772229374],[221002.95003940666,583998.4438954585],[220800.19844934845,584404.587419994],[220299.2827562635,584404.587419994],[219798.36706317862,584700.9624243847],[219905.70614026824,585403.4809533108],[218903.87475409836,585194.9207650359],[218880.02162585623,585502.2726214412],[217305.71516187495,585194.9207650359],[216804.79946879,584997.3374287754],[216101.13218564691,584997.3374287754],[214502.9725934235,584700.9624243847],[214300.22100336535,585502.2726214412],[214300.22100336535,585798.6476258319],[211402.06592194532,585798.6476258319],[211402.06592194532,585897.4392939621],[211700.23002497212,585996.2309620923],[211795.64253794064,586402.3744866278],[212296.55823102558,587203.6846836843],[212904.81300120015,587203.6846836843],[212904.81300120015,587500.059688075],[212702.06141114194,588202.5782170012],[212702.06141114194,589003.8884140577],[212797.47392411053,589497.8467547089],[213202.97710422688,589805.1986111142],[213703.89279731183,589695.4300909694],[214204.80849039677,590705.3004763008],[214502.9725934235,591100.4671488218],[215194.71331244562,591396.8421532125],[215397.46490250377,591901.7773458783],[215003.88828650845,592099.3606821387],[214502.9725934235,592198.152350269],[214896.54920941882,595304.6014703645],[215528.65710783552,594920.411649858]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0058"},"geometry":{"type":"MultiPolygon","coordinates":[[[[206500.24806818558,592604.2958748045],[206094.74488806922,592198.152350269],[205999.33237510064,591605.4023414875],[205403.00416904717,591199.258816952],[205104.84006602038,590804.0921444311],[204794.7493988726,590716.2773283152],[204603.92437293543,591100.4671488218],[204902.08847596223,591605.4023414875],[204699.33688590402,592198.152350269],[204198.42119281908,592099.3606821387],[203900.25708979234,592395.7356865294],[203995.66960276087,592900.6708791952],[203494.75390967593,593098.2542154556],[202898.42570362246,592703.0875429347],[202504.84908762714,593197.0458835859],[202003.9333945422,592999.4625473254],[201598.43021442584,593394.6292198463],[201002.1020083723,593098.2542154556],[200596.59882825596,593394.6292198463],[200298.43472522922,593197.0458835859],[199296.60333905934,593394.6292198463],[198903.02672306402,593295.8375517161],[198402.11102997907,593394.6292198463],[197495.69215677778,593394.6292198463],[197304.86713084066,593295.8375517161],[197197.52805375104,592494.5273546597],[197304.86713084066,591605.4023414875],[196601.1998476975,591495.6338213428],[195802.12005158584,591704.1940096177],[195098.4527684427,591704.1940096177],[194299.372972331,591298.0504850822],[193905.7963563357,592000.5690140084],[194096.6213822728,592296.9440183992],[194001.20886930428,592900.6708791952],[193500.29317621933,593098.2542154556],[192605.80086713907,592801.8792110649],[192200.2976870227,592494.5273546597],[191496.63040387956,592296.9440183992],[191305.80537794245,592604.2958748045],[191603.9694809692,592801.8792110649],[191603.9694809692,593197.0458835859],[191103.05378788424,593098.2542154556],[190697.5506077679,593800.7727443818],[190303.97399177257,593899.5644125121],[189898.4708116562,594294.7310850332],[190196.63491468295,594602.0829414383],[189898.4708116562,595096.0412820895],[189003.97850257595,595699.7681428855],[188503.062809491,595897.3514791459],[188204.89870646427,595798.5598110157],[187799.39552634786,596204.7033355512],[188097.55962937465,596402.2866718117],[188002.14711640606,596797.4533443328],[187298.47983326297,597697.5552095193],[186797.56414017803,597697.5552095193],[185700.32024103956,599003.8005992415],[187000.31573023618,599497.7589398928],[187703.98301337933,600299.0691369493],[188204.89870646427,600299.0691369493],[187703.98301337933,601100.3793340056],[187894.80803931644,601100.3793340056],[188204.89870646427,600397.8608050795],[188598.4753224596,600200.2774688189],[189898.4708116562,600397.8608050795],[190494.79901770968,600299.0691369493],[191305.80537794245,600299.0691369493],[192999.3774831344,601001.5876658754],[194299.372972331,601199.1710021358],[196303.03574467078,601901.689531062],[198103.94692695234,602099.2728673227],[200000.27062220243,602505.4163918581],[200596.59882825596,602505.4163918581],[201395.67862436763,602198.0645354529],[201896.59431745257,602801.7913962489],[202003.9333945422,602604.2080599883],[203303.92888373882,602505.4163918581],[204997.50098893075,602198.0645354529],[207502.07945435547,603394.5414050303],[207597.491967324,603295.7497369],[206297.49647812737,602702.9997281185],[206500.24806818558,602604.2080599883],[206202.08396515885,601802.897862932],[206094.74488806922,601100.3793340056],[206202.08396515885,600299.0691369493],[206500.24806818558,600002.6941325585],[206702.9996582438,598905.0089311113],[206595.66058115417,598498.8654065758],[206595.66058115417,597895.1385457799],[206905.75124830194,596797.4533443328],[207001.16376127052,596204.7033355512],[207203.91535132873,595600.9764747552],[207704.83104441367,595096.0412820895],[207394.74037726584,594404.4996051778],[207597.491967324,593603.1894081214],[207800.2435573822,593098.2542154556],[207502.07945435547,592900.6708791952],[206595.66058115417,592703.0875429347],[206500.24806818558,592604.2958748045]]],[[[199296.60333905934,607302.3007221823],[199201.19082609075,606896.1571976468],[198795.6876459744,607203.509054052],[198903.02672306402,607697.4673947033],[199296.60333905934,608103.6109192388],[199797.51903214428,607895.0507309637],[199797.51903214428,607499.8840584428],[199296.60333905934,607302.3007221823]]],[[[198795.6876459744,610595.3563265238],[198795.6876459744,610298.9813221331],[198199.35943992087,609695.2544613371],[197603.0312338674,609596.4627932069],[197698.44374683592,610002.6063177424],[198604.86262003728,610595.3563265238],[198795.6876459744,610595.3563265238]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0059"},"geometry":{"type":"Polygon","coordinates":[[[211402.06592194532,585897.4392939621],[211402.06592194532,585798.6476258319],[211604.81751200353,585502.2726214412],[211294.7268448557,584602.1707562543],[210602.98612583365,584404.587419994],[210805.73771589185,583998.4438954585],[210197.4829457173,583295.9253665323],[210901.15022886038,582900.7586940113],[211294.7268448557,582099.4484969547],[211294.7268448557,581594.5133042892],[210602.98612583365,580200.4530984513],[209899.3188426905,579596.7262376553],[209302.99063663703,579399.1429013947],[209302.99063663703,578795.4160405989],[208897.48745652067,578499.041036208],[208503.91084052535,577598.9391710213],[208205.74673749862,576698.8373058347],[207800.2435573822,575897.5271087782],[207800.2435573822,574997.4252435915],[206202.08396515885,574097.3233784048],[205903.9198621321,574701.0502392007],[205605.75575910532,574602.2585710706],[204198.42119281908,573394.8048494786],[203995.66960276087,573504.5733696234],[203995.66960276087,573899.7400421443],[203005.76478071208,574097.3233784048],[203602.0929867656,576501.2539695741],[203602.0929867656,576797.6289739648],[203303.92888373882,576896.4206420952],[202803.01319065387,577500.1475028911],[202504.84908762714,578103.8743636871],[201598.43021442584,578905.1845607435],[201395.67862436763,579399.1429013947],[201204.85359843052,580200.4530984513],[201705.76929151546,581199.3466317682],[198903.02672306402,582297.0318332154],[197805.7828239256,582801.967025881],[197495.69215677778,583295.9253665323],[197197.52805375104,583998.4438954585],[197304.86713084066,584196.0272317189],[197996.60784986272,584097.2355635888],[198795.6876459744,584294.8188998492],[200894.7629312827,584898.5457606452],[202302.09749756893,585601.0642895714],[203005.76478071208,585897.4392939621],[203303.92888373882,586204.7911503674],[203697.50549973414,586204.7911503674],[205295.66509195755,586698.7494910185],[205605.75575910532,586204.7911503674],[206202.08396515885,586501.1661547581],[206798.41217121232,586698.7494910185],[207299.32786429726,586402.3744866278],[208002.9951474404,586303.5828184976],[208599.32335349388,586599.9578228884],[208301.15925046714,586995.1244954093],[208503.91084052535,587302.4763518146],[208802.07494355208,587401.2680199448],[210400.23453577544,586797.5411591488],[210495.64704874402,586204.7911503674],[210805.73771589185,585996.2309620923],[211402.06592194532,585897.4392939621]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0060"},"geometry":{"type":"Polygon","coordinates":[[[175204.94381449802,609102.5044525557],[174596.68904432346,608904.9211162952],[174298.52494129667,609102.5044525557],[173404.03263221646,609102.5044525557],[173296.69355512678,608904.9211162952],[173904.94832530135,608597.5692598899],[175002.19222443982,608301.1942554992],[177804.93479289126,608202.402587369],[181394.8305933333,608399.9859236295],[188801.22691251774,609102.5044525557],[191401.21789091104,609300.0877888161],[192295.71019999124,609300.0877888161],[193703.04476627754,609003.7127844254],[193905.7963563357,608795.1525961505],[193798.45727924607,608399.9859236295],[193500.29317621933,608103.6109192388],[192903.9649701658,607895.0507309637],[191997.5460969645,607895.0507309637],[190900.3021978261,608004.8192511084],[189504.8941956609,608004.8192511084],[188204.89870646427,607302.3007221823],[186797.56414017803,606896.1571976468],[184698.48885486968,606402.1988569956],[182802.1651596196,605798.4719961996],[181704.92126048112,605798.4719961996],[180595.7507972216,605996.0553324602],[179200.34279505647,606094.8470005903],[178496.67551191332,606303.4071888654],[177804.93479289126,606402.1988569956],[177196.6800227167,606204.615520735],[176898.51591968996,605600.8886599392],[176004.0236106097,604898.370131013],[175097.60473740834,604601.9951266223],[174095.77335123852,604097.0599339565],[173702.1967352432,603800.6849295658],[172497.6137590151,604195.8516020868],[170899.45416679175,605095.9534672734],[170505.87755079643,605502.0969918089],[170100.37437068007,606204.615520735],[170004.9618577115,606896.1571976468],[170303.12596073822,607598.675726573],[171102.20575684996,608597.5692598899],[171603.12144993484,609003.7127844254],[172795.77786204184,609300.0877888161],[173702.1967352432,609398.8794569464],[175204.94381449802,609102.5044525557]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0063"},"geometry":{"type":"Polygon","coordinates":[[[178198.51140888658,589903.9902792443],[177900.3473058598,589805.1986111142],[177304.01909980632,588202.5782170012],[177196.6800227167,587598.8513562053],[177304.01909980632,587302.4763518146],[178198.51140888658,586501.1661547581],[177900.3473058598,586095.0226302226],[178305.8504859762,584997.3374287754],[178103.098895918,584700.9624243847],[177304.01909980632,584602.1707562543],[176302.18771363643,584196.0272317189],[175204.94381449802,584404.587419994],[175097.60473740834,583800.860559198],[174405.8640183863,583899.6522273282],[173404.03263221646,584294.8188998492],[173404.03263221646,584700.9624243847],[171901.28555296164,585096.1290969057],[171197.6182698185,585194.9207650359],[170398.5384737068,585502.2726214412],[170195.7868836486,584700.9624243847],[170994.86667976028,583899.6522273282],[171102.20575684996,583702.0688910678],[170303.12596073822,583098.3420302718],[169205.8820615998,582604.3836896205],[168895.79139445198,582198.2401650851],[168704.96636851487,582198.2401650851],[165902.22380006342,586204.7911503674],[165604.0596970367,586095.0226302226],[165198.55651692027,586303.5828184976],[165103.14400395175,586599.9578228884],[165604.0596970367,587302.4763518146],[166200.38790309016,587697.6430243355],[166605.89108320657,588696.5365576524],[168299.4631883985,590496.7402880258],[170303.12596073822,591495.6338213428],[170899.45416679175,591605.4023414875],[171304.9573469081,591901.7773458783],[172795.77786204184,592703.0875429347],[174596.68904432346,593098.2542154556],[177101.2675097481,594294.7310850332],[177304.01909980632,592900.6708791952],[177304.01909980632,592198.152350269],[177804.93479289126,592395.7356865294],[179104.93028208788,592000.5690140084],[178997.59120499826,591495.6338213428],[178496.67551191332,590902.8838125613],[178198.51140888658,589903.9902792443]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0064"},"geometry":{"type":"Polygon","coordinates":[[[166200.38790309016,563504.6611844394],[165902.22380006342,562703.350987383],[165305.89559400995,562099.6241265871],[164900.39241389354,562198.4157947173],[164304.06420784007,562900.9343236436],[164304.06420784007,563197.3093280343],[163695.8094376655,563394.8926642947],[163397.6453346387,563197.3093280343],[163194.89374458056,562802.1426555132],[162705.90461561666,562999.7259917738],[162801.31712858524,563197.3093280343],[162395.8139484689,564503.5547177563],[162002.23733247357,564997.5130584077],[162503.1530255585,565403.6565829432],[162598.56553852704,565897.6149235943],[162801.31712858524,566095.1982598548],[164005.90010481328,565304.8649148128],[164602.2283108668,565195.0963946681],[166104.97539012163,565195.0963946681],[166200.38790309016,564997.5130584077],[165699.47221000522,563603.4528525698],[166200.38790309016,563504.6611844394]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0070"},"geometry":{"type":"Polygon","coordinates":[[[169205.8820615998,582604.3836896205],[169897.62278062187,581803.073492564],[169897.62278062187,581495.7216361589],[169599.45867759513,581396.9299680286],[170004.9618577115,580902.9716273774],[170195.7868836486,580902.9716273774],[170601.29006376502,580200.4530984513],[169504.04616462655,579805.2864259302],[169897.62278062187,578795.4160405989],[170303.12596073822,578597.8327043382],[170398.5384737068,578301.4576999475],[169897.62278062187,577697.7308391517],[169504.04616462655,577500.1475028911],[168597.62729142525,576797.6289739648],[168502.21477845666,576204.8789651834],[167905.8865724032,575699.9437725177],[167798.54749531357,575096.2169117217],[168394.87570136704,574997.4252435915],[168597.62729142525,574701.0502392007],[168704.96636851487,573800.9483740141],[169205.8820615998,573800.9483740141],[169504.04616462655,573296.0131813483],[169396.70708753692,572900.8465088274],[168394.87570136704,572395.9113161617],[168597.62729142525,571594.6011191052],[168394.87570136704,571495.8094509749],[168001.29908537172,571901.9529755104],[167595.79590525536,572000.7446436407],[167404.97087931825,571495.8094509749],[166904.0551862333,571397.0177828447],[166605.89108320657,572000.7446436407],[165902.22380006342,571901.9529755104],[165699.47221000522,572297.1196480314],[165103.14400395175,572802.0548406972],[165103.14400395175,573098.4298450879],[164602.2283108668,573504.5733696234],[163302.2328216702,573197.2215132181],[163397.6453346387,572395.9113161617],[162896.72964155377,572000.7446436407],[162395.8139484689,572703.2631725669],[161596.73415235715,572703.2631725669],[161095.8184592722,572900.8465088274],[161095.8184592722,573197.2215132181],[160702.24184327695,573296.0131813483],[160904.9934333351,573800.9483740141],[161704.07322944677,575403.568768127],[161501.32163938863,575502.3604362572],[161799.48574241536,576204.8789651834],[162097.6498454421,576303.6706333137],[162300.4014355003,576896.4206420952],[161203.1575363619,576632.9761937478],[161405.90912642004,577598.9391710213],[161704.07322944677,578499.041036208],[161894.89825538395,578597.8327043382],[161799.48574241536,579300.3512332644],[161203.1575363619,579201.5595651342],[160296.73866316053,579201.5595651342],[159700.41045710706,579300.3512332644],[159604.99794413848,579596.7262376553],[158400.41496791044,580398.0364347117],[158996.7431739639,581396.9299680286],[159604.99794413848,582000.6568288247],[159998.5745601338,582198.2401650851],[160702.24184327695,583098.3420302718],[161405.90912642004,583800.860559198],[161894.89825538395,583998.4438954585],[162801.31712858524,584700.9624243847],[163600.39692469692,585096.1290969057],[164399.4767208086,585699.8559577016],[165103.14400395175,586599.9578228884],[165198.55651692027,586303.5828184976],[165604.0596970367,586095.0226302226],[165902.22380006342,586204.7911503674],[168704.96636851487,582198.2401650851],[168895.79139445198,582198.2401650851],[169205.8820615998,582604.3836896205]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0072"},"geometry":{"type":"Polygon","coordinates":[[[160702.24184327695,573296.0131813483],[160404.07774025016,572999.6381769576],[159998.5745601338,573098.4298450879],[160105.91363722342,573394.8048494786],[159497.65886704886,573394.8048494786],[159294.90727699065,573702.1567058838],[158805.9181480268,573702.1567058838],[158197.66337785224,573998.5317102745],[157505.92265883018,574097.3233784048],[156599.50378562888,573899.7400421443],[156897.66788865562,575403.568768127],[156802.25537568703,575798.7354406479],[156504.0912726603,576402.4623014439],[156897.66788865562,576995.2123102255],[158197.66337785224,578005.0826955568],[158495.82748087897,578597.8327043382],[158197.66337785224,578696.6243724686],[157994.91178779403,578400.2493680778],[157804.08676185692,577796.5225072819],[157303.17106877198,577598.9391710213],[158400.41496791044,580398.0364347117],[159604.99794413848,579596.7262376553],[159700.41045710706,579300.3512332644],[160296.73866316053,579201.5595651342],[161203.1575363619,579201.5595651342],[161799.48574241536,579300.3512332644],[161894.89825538395,578597.8327043382],[161704.07322944677,578499.041036208],[161405.90912642004,577598.9391710213],[161203.1575363619,576632.9761937478],[162300.4014355003,576896.4206420952],[162097.6498454421,576303.6706333137],[161799.48574241536,576204.8789651834],[161501.32163938863,575502.3604362572],[161704.07322944677,575403.568768127],[160904.9934333351,573800.9483740141],[160702.24184327695,573296.0131813483]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0074"},"geometry":{"type":"Polygon","coordinates":[[[209899.3188426905,561495.8972657911],[209696.56725263235,556205.0545948157],[209302.99063663703,555798.9110702802],[208002.9951474404,555096.392541354],[206798.41217121232,554602.4342007027],[205796.58078504243,553702.3323355161],[204794.7493988726,552000.9202732729],[203804.84457682376,551704.5452688822],[202397.51001053752,550804.4434036955],[202003.9333945422,550200.7165428996],[201503.01770145725,549596.9896821036],[199105.77831312222,548104.1378081355],[198795.6876459744,548104.1378081355],[196398.4482576393,549794.5730183641],[196100.28415461257,549695.7813502338],[194800.28866541595,549004.2396733221],[194096.6213822728,549201.8230095826],[193404.88066325075,549103.0313414524],[193094.78999610292,548905.4480051919],[192605.80086713907,548104.1378081355],[191997.5460969645,547302.827611079],[190995.71471079462,549103.0313414524],[190303.97399177257,550497.0915472903],[190399.38650474115,550694.6748835507],[189803.05829868763,552099.7119414031],[189003.97850257595,553504.7489992556],[188598.4753224596,554404.8508644423],[188598.4753224596,554997.6008732237],[188503.062809491,555403.7443977592],[188705.8143995492,555996.4944065406],[188300.3112194328,556303.8462629459],[188705.8143995492,556797.8046035971],[188395.72373240138,557895.4898050444],[188705.8143995492,558104.0499933193],[188598.4753224596,558795.591670231],[188300.3112194328,559201.7351947664],[189194.80352851306,559004.151858506],[189099.39101554453,559300.5268628967],[189504.8941956609,559399.318531027],[189099.39101554453,560694.5870687347],[189302.14260560268,560694.5870687347],[189600.30670862942,560101.8370599531],[190399.38650474115,560398.212064344],[190995.71471079462,560903.1472570096],[191305.80537794245,561001.9389251398],[192295.71019999124,561704.457454066],[192999.3774831344,561397.1055976609],[194597.53707535774,560497.0037324742],[195098.4527684427,560003.0453918229],[194704.87615244737,558905.3601903757],[194597.53707535774,558301.6333295798],[194299.372972331,558202.8416614495],[194394.7854852996,557500.3231325233],[194800.28866541595,556896.5962717274],[194597.53707535774,556402.6379310761],[193595.70568918786,554997.6008732237],[193500.29317621933,554097.499008037],[197304.86713084066,553394.9804791108],[198402.11102997907,553296.1888109806],[199105.77831312222,553394.9804791108],[200405.77380231884,554097.499008037],[200703.93790534558,554196.2906761672],[201598.43021442584,555096.392541354],[201801.18180448405,555403.7443977592],[202302.09749756893,555502.5360658895],[202695.67411356425,555798.9110702802],[202803.01319065387,556095.286074671],[202600.26160059572,556402.6379310761],[203303.92888373882,557203.9481281326],[204198.42119281908,557796.698136914],[204902.08847596223,558202.8416614495],[204902.08847596223,558499.2166658402],[206297.49647812737,559102.9435266362],[206798.41217121232,559201.7351947664],[208002.9951474404,559596.9018672875],[208694.73586646246,560200.6287280835],[209601.15473966376,561397.1055976609],[209899.3188426905,561495.8972657911]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0079"},"geometry":{"type":"Polygon","coordinates":[[[214896.54920941882,595304.6014703645],[214502.9725934235,592198.152350269],[215003.88828650845,592099.3606821387],[215397.46490250377,591901.7773458783],[215194.71331244562,591396.8421532125],[214502.9725934235,591100.4671488218],[214204.80849039677,590705.3004763008],[213703.89279731183,589695.4300909694],[213202.97710422688,589805.1986111142],[212797.47392411053,589497.8467547089],[212702.06141114194,589003.8884140577],[212702.06141114194,588202.5782170012],[212904.81300120015,587500.059688075],[212904.81300120015,587203.6846836843],[212296.55823102558,587203.6846836843],[211795.64253794064,586402.3744866278],[211700.23002497212,585996.2309620923],[211402.06592194532,585897.4392939621],[210805.73771589185,585996.2309620923],[210495.64704874402,586204.7911503674],[210400.23453577544,586797.5411591488],[208802.07494355208,587401.2680199448],[208503.91084052535,587302.4763518146],[208301.15925046714,586995.1244954093],[208599.32335349388,586599.9578228884],[208002.9951474404,586303.5828184976],[207299.32786429726,586402.3744866278],[206798.41217121232,586698.7494910185],[206202.08396515885,586501.1661547581],[205605.75575910532,586204.7911503674],[205295.66509195755,586698.7494910185],[203697.50549973414,586204.7911503674],[203303.92888373882,586204.7911503674],[203005.76478071208,585897.4392939621],[202302.09749756893,585601.0642895714],[200894.7629312827,584898.5457606452],[198795.6876459744,584294.8188998492],[199201.19082609075,586095.0226302226],[199296.60333905934,586896.3328272791],[199499.35492911754,589596.6384228391],[200203.02221226064,589805.1986111142],[200703.93790534558,589805.1986111142],[200596.59882825596,590200.3652836351],[200703.93790534558,592296.9440183992],[200799.35041831416,592999.4625473254],[201002.1020083723,593098.2542154556],[201598.43021442584,593394.6292198463],[202003.9333945422,592999.4625473254],[202504.84908762714,593197.0458835859],[202898.42570362246,592703.0875429347],[203494.75390967593,593098.2542154556],[203995.66960276087,592900.6708791952],[203900.25708979234,592395.7356865294],[204198.42119281908,592099.3606821387],[204699.33688590402,592198.152350269],[204902.08847596223,591605.4023414875],[204603.92437293543,591100.4671488218],[204794.7493988726,590716.2773283152],[205104.84006602038,590804.0921444311],[205403.00416904717,591199.258816952],[205999.33237510064,591605.4023414875],[206094.74488806922,592198.152350269],[206500.24806818558,592604.2958748045],[207597.491967324,592801.8792110649],[207895.6560703508,592999.4625473254],[207502.07945435547,594195.9394169028],[207895.6560703508,594997.2496139593],[208599.32335349388,594404.4996051778],[208599.32335349388,594799.6662776988],[207502.07945435547,596204.7033355512],[207502.07945435547,596797.4533443328],[207895.6560703508,597104.8052007379],[208897.48745652067,596599.8700080721],[209004.8265336103,596204.7033355512],[208897.48745652067,595304.6014703645],[209302.99063663703,595403.3931384948],[209195.6515595474,595897.3514791459],[209398.4031496056,596698.6616762024],[209601.15473966376,596797.4533443328],[210304.8220228069,596698.6616762024],[210400.23453577544,596501.0783399419],[210304.8220228069,595798.5598110157],[210602.98612583365,595403.3931384948],[210996.56274182897,595096.0412820895],[211103.9018189186,594503.291273308],[211497.4784349139,594898.457945829],[210698.39863880223,595798.5598110157],[210495.64704874402,596094.9348154066],[210698.39863880223,596402.2866718117],[210996.56274182897,595699.7681428855],[211604.81751200353,595304.6014703645],[211998.39412799885,595502.184806625],[212702.06141114194,596094.9348154066],[213405.7286942851,595798.5598110157],[214002.05690033862,595798.5598110157],[214502.9725934235,595403.3931384948],[214896.54920941882,595304.6014703645]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0080"},"geometry":{"type":"Polygon","coordinates":[[[186702.15162720944,576204.8789651834],[185903.07183109777,575996.3187769084],[185402.15613801283,575996.3187769084],[184805.8279319593,575403.568768127],[184400.32475184294,575502.3604362572],[183994.82157172658,575195.0085798521],[184304.91223887436,574503.4669029403],[184698.48885486968,574196.1150465352],[184805.8279319593,573899.7400421443],[184304.91223887436,573296.0131813483],[184102.1606488162,572494.702984292],[183696.6574686998,572099.536311771],[183505.83244276268,571298.2261147145],[182396.66197950317,570705.4761059331],[182098.49787647644,570705.4761059331],[181204.00556739618,571100.642778454],[180595.7507972216,571100.642778454],[180500.33828425308,570903.0594421935],[179605.84597517282,571001.8511103238],[179701.25848814135,571594.6011191052],[180202.1741812263,572999.6381769576],[180202.1741812263,573702.1567058838],[180297.58669419488,574196.1150465352],[180297.58669419488,574997.4252435915],[180202.1741812263,575897.5271087782],[180297.58669419488,576501.2539695741],[178699.42710197152,576204.8789651834],[178401.26299894473,576303.6706333137],[178902.17869202967,577697.7308391517],[178604.01458900294,577697.7308391517],[178604.01458900294,578301.4576999475],[178902.17869202967,579102.767897004],[178401.26299894473,580002.8697621906],[178210.43797300762,580595.6197709722],[178794.83961494005,580595.6197709722],[178902.17869202967,581100.5549636378],[178198.51140888658,581100.5549636378],[178103.098895918,582703.1753577508],[178401.26299894473,582801.967025881],[177900.3473058598,583197.133698402],[178198.51140888658,583603.2772229374],[178794.83961494005,583899.6522273282],[180202.1741812263,583702.0688910678],[180297.58669419488,583197.133698402],[180798.50238727982,583098.3420302718],[180905.84146436944,582297.0318332154],[183100.32926264632,582000.6568288247],[183601.24495573126,582198.2401650851],[183696.6574686998,582494.6151694758],[184304.91223887436,583504.4855548072],[184603.07634190115,583702.0688910678],[184686.56229074864,584130.1661196321],[186499.40003715124,584196.0272317189],[186105.82342115598,582801.967025881],[187095.72824320477,582900.7586940113],[187894.80803931644,583098.3420302718],[188002.14711640606,582198.2401650851],[189003.97850257595,581901.8651606943],[188503.062809491,581704.2818244338],[188503.062809491,581396.9299680286],[189099.39101554453,581001.7632955076],[189600.30670862942,581100.5549636378],[189695.719221598,580595.6197709722],[189099.39101554453,580398.0364347117],[186403.9875241827,579805.2864259302],[186702.15162720944,578795.4160405989],[185998.4843440663,578400.2493680778],[186403.9875241827,577302.5641666306],[186702.15162720944,576204.8789651834]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0081"},"geometry":{"type":"Polygon","coordinates":[[[178198.51140888658,589903.9902792443],[178305.8504859762,589805.1986111142],[180094.83510413667,589805.1986111142],[182599.41356956138,588498.9532213919],[183303.08085270453,588301.3698851315],[183195.74177561485,588004.9948807408],[183696.6574686998,587796.4346924657],[185103.9920349861,587697.6430243355],[184698.48885486968,586995.1244954093],[184698.48885486968,586095.0226302226],[184603.07634190115,585194.9207650359],[184805.8279319593,584700.9624243847],[184686.56229074864,584130.1661196321],[184603.07634190115,583702.0688910678],[184304.91223887436,583504.4855548072],[183696.6574686998,582494.6151694758],[183601.24495573126,582198.2401650851],[183100.32926264632,582000.6568288247],[180905.84146436944,582297.0318332154],[180798.50238727982,583098.3420302718],[180297.58669419488,583197.133698402],[180202.1741812263,583702.0688910678],[178794.83961494005,583899.6522273282],[178103.098895918,584700.9624243847],[178305.8504859762,584997.3374287754],[177900.3473058598,586095.0226302226],[178198.51140888658,586501.1661547581],[177304.01909980632,587302.4763518146],[177196.6800227167,587598.8513562053],[177304.01909980632,588202.5782170012],[177900.3473058598,589805.1986111142],[178198.51140888658,589903.9902792443]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0082"},"geometry":{"type":"Polygon","coordinates":[[[184197.57316178473,536765.049677186],[183505.83244276268,536402.8135607084],[182504.0010565928,535502.7116955217],[182098.49787647644,535195.3598391165],[181800.3337734497,536797.9802332293],[179403.09438511461,539201.9108243987],[179200.34279505647,539300.702492529],[177697.59571580164,539695.86916505],[177900.3473058598,538795.7672998633],[177804.93479289126,538696.975631733],[177005.85499677958,539004.3274881382],[177005.85499677958,539300.702492529],[176695.76432963175,539498.2858287895],[176600.35181666317,538894.5589679935],[176004.0236106097,539300.702492529],[176004.0236106097,539695.86916505],[175097.60473740834,539904.4293533249],[174894.8531473502,539794.6608331802],[173201.28104215825,539695.86916505],[173105.86852918967,539904.4293533249],[173105.86852918967,540595.9710302367],[173201.28104215825,540804.5312185116],[172294.86216895696,541496.0728954233],[172104.03714301978,542494.9664287403],[172199.44965598837,542901.1099532758],[172903.11693913152,543702.4201503322],[172795.77786204184,544404.9386792583],[173594.85765815357,544602.5220155189],[174704.02812141308,545096.4803561701],[175097.60473740834,545403.8322125754],[175896.68453352008,545195.2720243004],[176099.43612357823,545897.7905532266],[177995.75981882837,545305.040544445],[180094.83510413667,544602.5220155189],[185604.90772807103,546303.9340777621],[187203.0673202944,545403.8322125754],[188395.72373240138,544800.1053517794],[188002.14711640606,544503.7303473887],[186702.15162720944,542901.1099532758],[186594.81255011982,542396.1747606101],[185700.32024103956,540903.3228866418],[185497.56865098135,539904.4293533249],[185199.40454795462,539201.9108243987],[184698.48885486968,538400.6006273422],[184698.48885486968,537895.6654346766],[184102.1606488162,537401.7070940253],[184197.57316178473,536765.049677186]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0083"},"geometry":{"type":"Polygon","coordinates":[[[178103.098895918,584700.9624243847],[178794.83961494005,583899.6522273282],[178198.51140888658,583603.2772229374],[177900.3473058598,583197.133698402],[178401.26299894473,582801.967025881],[178103.098895918,582703.1753577508],[178198.51140888658,581100.5549636378],[178902.17869202967,581100.5549636378],[178794.83961494005,580595.6197709722],[178210.43797300762,580595.6197709722],[178401.26299894473,580002.8697621906],[178902.17869202967,579102.767897004],[178604.01458900294,578301.4576999475],[178604.01458900294,577697.7308391517],[178902.17869202967,577697.7308391517],[178401.26299894473,576303.6706333137],[177995.75981882837,575996.3187769084],[177602.18320283305,575502.3604362572],[177101.2675097481,575996.3187769084],[176803.10340672138,576501.2539695741],[176397.60022660502,576501.2539695741],[176302.18771363643,576303.6706333137],[175896.68453352008,576402.4623014439],[175395.76884043514,577104.9808303701],[175002.19222443982,577302.5641666306],[174501.27653135487,576995.2123102255],[174405.8640183863,576698.8373058347],[173797.60924821172,576501.2539695741],[173404.03263221646,576204.8789651834],[173296.69355512678,575897.5271087782],[172795.77786204184,575502.3604362572],[172497.6137590151,575798.7354406479],[171901.28555296164,576095.1104450386],[171495.78237284522,575897.5271087782],[170804.04165382317,575798.7354406479],[170505.87755079643,576303.6706333137],[170601.29006376502,576501.2539695741],[169694.87119056366,576995.2123102255],[169802.21026765328,577203.7724985003],[169504.04616462655,577500.1475028911],[169897.62278062187,577697.7308391517],[170398.5384737068,578301.4576999475],[170303.12596073822,578597.8327043382],[169897.62278062187,578795.4160405989],[169504.04616462655,579805.2864259302],[170601.29006376502,580200.4530984513],[170195.7868836486,580902.9716273774],[170004.9618577115,580902.9716273774],[169599.45867759513,581396.9299680286],[169897.62278062187,581495.7216361589],[169897.62278062187,581803.073492564],[169205.8820615998,582604.3836896205],[170303.12596073822,583098.3420302718],[171102.20575684996,583702.0688910678],[170994.86667976028,583899.6522273282],[170195.7868836486,584700.9624243847],[170398.5384737068,585502.2726214412],[171197.6182698185,585194.9207650359],[171901.28555296164,585096.1290969057],[173404.03263221646,584700.9624243847],[173404.03263221646,584294.8188998492],[174405.8640183863,583899.6522273282],[175097.60473740834,583800.860559198],[175204.94381449802,584404.587419994],[176302.18771363643,584196.0272317189],[177304.01909980632,584602.1707562543],[178103.098895918,584700.9624243847]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0085"},"geometry":{"type":"Polygon","coordinates":[[[223901.1051208267,555897.7027384104],[224902.9365069965,554404.8508644423],[223495.60194071027,551704.5452688822],[222696.5221445986,550003.133206639],[221002.95003940666,548795.6794850471],[218701.12316404015,546995.4757546737],[216602.04787873186,549103.0313414524],[213501.14120725368,549300.6146777128],[212797.47392411053,548795.6794850471],[210602.98612583365,549103.0313414524],[210304.8220228069,549904.3415385088],[209696.56725263235,550497.0915472903],[209696.56725263235,551002.026739956],[208802.07494355208,550497.0915472903],[207299.32786429726,549904.3415385088],[206798.41217121232,549596.9896821036],[205903.9198621321,549300.6146777128],[205498.4166820157,548795.6794850471],[204699.33688590402,548301.7211443959],[204103.00867985055,548005.3461400052],[203697.50549973414,547599.2026154697],[203196.5898066492,548301.7211443959],[202003.9333945422,550200.7165428996],[202397.51001053752,550804.4434036955],[203804.84457682376,551704.5452688822],[204794.7493988726,552000.9202732729],[205796.58078504243,553702.3323355161],[206798.41217121232,554602.4342007027],[208002.9951474404,555096.392541354],[209302.99063663703,555798.9110702802],[209696.56725263235,556205.0545948157],[209899.3188426905,561495.8972657911],[210400.23453577544,561397.1055976609],[211700.23002497212,562000.8324584567],[213202.97710422688,562802.1426555132],[214395.63351633388,563603.4528525698],[214896.54920941882,563801.0361888302],[214896.54920941882,564503.5547177563],[218295.6199839238,565798.8232554641],[220704.78593637992,564898.7213902774],[220502.0343463217,561803.2491221963],[220394.6952692321,561199.5222614004],[221301.1141424334,559904.2537236926],[223495.60194071027,556600.2212673366],[223901.1051208267,555897.7027384104]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0086"},"geometry":{"type":"Polygon","coordinates":[[[215850.67433910444,568488.1519990097],[215898.3805955887,568301.5455147637],[217198.37608478533,567895.4019902282],[216494.70880164223,566402.5501162601],[218295.6199839238,565798.8232554641],[214896.54920941882,564503.5547177563],[214896.54920941882,563801.0361888302],[214395.63351633388,563603.4528525698],[213202.97710422688,562802.1426555132],[211700.23002497212,562000.8324584567],[210400.23453577544,561397.1055976609],[209899.3188426905,561495.8972657911],[209601.15473966376,561397.1055976609],[208694.73586646246,560200.6287280835],[208002.9951474404,559596.9018672875],[206798.41217121232,559201.7351947664],[206297.49647812737,559102.9435266362],[204902.08847596223,558499.2166658402],[204902.08847596223,558202.8416614495],[204198.42119281908,557796.698136914],[203303.92888373882,557203.9481281326],[202600.26160059572,556402.6379310761],[202803.01319065387,556095.286074671],[202695.67411356425,555798.9110702802],[202302.09749756893,555502.5360658895],[201801.18180448405,555403.7443977592],[201598.43021442584,555096.392541354],[200703.93790534558,554196.2906761672],[200405.77380231884,554097.499008037],[199105.77831312222,553394.9804791108],[198402.11102997907,553296.1888109806],[197304.86713084066,553394.9804791108],[193500.29317621933,554097.499008037],[193595.70568918786,554997.6008732237],[194597.53707535774,556402.6379310761],[194800.28866541595,556896.5962717274],[194394.7854852996,557500.3231325233],[194299.372972331,558202.8416614495],[194597.53707535774,558301.6333295798],[194704.87615244737,558905.3601903757],[195098.4527684427,560003.0453918229],[194597.53707535774,560497.0037324742],[192999.3774831344,561397.1055976609],[192295.71019999124,561704.457454066],[191902.13358399592,562099.6241265871],[192403.04927708086,562604.5593192527],[193202.1290731926,562999.7259917738],[192295.71019999124,563098.517659904],[192498.46179004945,564097.4111932209],[192295.71019999124,564404.7630496261],[191902.13358399592,564404.7630496261],[191401.21789091104,564997.5130584077],[191496.63040387956,565304.8649148128],[191794.7945069063,565403.6565829432],[191603.9694809692,565798.8232554641],[191198.46630085283,565897.6149235943],[191496.63040387956,566204.9667799996],[194895.70117838454,565798.8232554641],[195205.7918455323,566204.9667799996],[196195.69666758116,566095.1982598548],[197495.69215677778,565601.2399192036],[197698.44374683592,565403.6565829432],[198199.35943992087,565403.6565829432],[200799.35041831416,565195.0963946681],[201204.85359843052,565096.3047265379],[202099.34590751078,565096.3047265379],[203101.17729368067,565897.6149235943],[203602.0929867656,566797.716788781],[204305.7602699087,568202.7538466335],[204401.1727828773,568499.1288510242],[205403.00416904717,569102.8557118201],[205903.9198621321,569498.0223843411],[206905.75124830194,570705.4761059331],[208396.57176343573,571704.36963925],[209004.8265336103,571001.8511103238],[209803.90632972197,570200.5409132673],[212105.73320508847,570002.9575770069],[213596.5537202222,570101.749245137],[214395.63351633388,569695.6057206016],[215003.88828650845,569300.4390480806],[215504.8039795934,568499.1288510242],[215850.67433910444,568488.1519990097]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0088"},"geometry":{"type":"MultiPolygon","coordinates":[[[[203995.66960276087,611297.8748554501],[204103.00867985055,610298.9813221331],[203804.84457682376,609003.7127844254],[203399.3413967074,608904.9211162952],[203196.5898066492,609497.6711250767],[203494.75390967593,610101.3979858726],[203697.50549973414,611297.8748554501],[203602.0929867656,611396.6665235802],[203995.66960276087,612197.9767206367],[204603.92437293543,612296.768388767],[203995.66960276087,611297.8748554501]]],[[[219595.61547312042,613701.8054466194],[218402.95906101342,613196.8702539536],[217401.12767484353,613295.6619220839],[215504.8039795934,612296.768388767],[214705.7241834817,612099.1850525065],[213894.71782324894,611704.0183799856],[213703.89279731183,611396.6665235802],[213298.38961719547,611396.6665235802],[212702.06141114194,610595.3563265238],[211795.64253794064,610298.9813221331],[211402.06592194532,610496.5646583936],[210996.56274182897,610298.9813221331],[210495.64704874402,610397.7729902633],[209899.3188426905,610298.9813221331],[208599.32335349388,609903.8146496122],[206905.75124830194,609903.8146496122],[206202.08396515885,609695.2544613371],[205999.33237510064,608904.9211162952],[205701.1682720739,608301.1942554992],[204997.50098893075,607598.675726573],[205104.84006602038,607203.509054052],[204496.5852958458,607401.0923903126],[203900.25708979234,608597.5692598899],[204103.00867985055,608904.9211162952],[204603.92437293543,609201.296120686],[204305.7602699087,609398.8794569464],[204198.42119281908,610200.1896540029],[204699.33688590402,611704.0183799856],[204902.08847596223,612000.3933843763],[206094.74488806922,612900.4952495629],[205295.66509195755,612900.4952495629],[204997.50098893075,613098.0785858234],[208301.15925046714,613405.4304422287],[210901.15022886038,613504.2221103589],[214300.22100336535,613800.5971147497],[218104.79495798668,614601.9073118061],[219202.0388571251,614700.6989799363],[220001.11865323677,614700.6989799363],[220203.87024329498,614294.5554554008],[219595.61547312042,613701.8054466194]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0090"},"geometry":{"type":"Polygon","coordinates":[[[207800.2435573822,572297.1196480314],[208396.57176343573,571704.36963925],[206905.75124830194,570705.4761059331],[205903.9198621321,569498.0223843411],[205403.00416904717,569102.8557118201],[204401.1727828773,568499.1288510242],[204305.7602699087,568202.7538466335],[203602.0929867656,566797.716788781],[203101.17729368067,565897.6149235943],[202099.34590751078,565096.3047265379],[201204.85359843052,565096.3047265379],[200799.35041831416,565195.0963946681],[198199.35943992087,565403.6565829432],[197698.44374683592,565403.6565829432],[197495.69215677778,565601.2399192036],[196195.69666758116,566095.1982598548],[195205.7918455323,566204.9667799996],[194895.70117838454,565798.8232554641],[191496.63040387956,566204.9667799996],[191198.46630085283,565897.6149235943],[189803.05829868763,565798.8232554641],[189099.39101554453,565897.6149235943],[189003.97850257595,565601.2399192036],[187501.23142332112,565403.6565829432],[187405.8189103526,566204.9667799996],[187501.23142332112,566600.1334525205],[187799.39552634786,566600.1334525205],[188204.89870646427,566995.3001250415],[188097.55962937465,567401.443649577],[188395.72373240138,567599.0269858375],[188097.55962937465,569004.0640436899],[189302.14260560268,569201.6473799504],[191603.9694809692,569300.4390480806],[192403.04927708086,568696.7121872846],[192701.21338010766,568795.5038554149],[192200.2976870227,570705.4761059331],[192200.2976870227,571001.8511103238],[193500.29317621933,571803.1613073802],[194299.372972331,572198.3279799011],[195098.4527684427,572999.6381769576],[196899.36395072425,574404.67523481],[199105.77831312222,574602.2585710706],[200083.75657104992,574602.2585710706],[201395.67862436763,574701.0502392007],[202302.09749756893,574602.2585710706],[203005.76478071208,574097.3233784048],[203995.66960276087,573899.7400421443],[203995.66960276087,573504.5733696234],[204198.42119281908,573394.8048494786],[205605.75575910532,574602.2585710706],[205903.9198621321,574701.0502392007],[206202.08396515885,574097.3233784048],[207800.2435573822,574997.4252435915],[207800.2435573822,572297.1196480314]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0091"},"geometry":{"type":"Polygon","coordinates":[[[178198.51140888658,563197.3093280343],[179403.09438511461,562297.2074628476],[179701.25848814135,562198.4157947173],[178401.26299894473,560398.212064344],[178198.51140888658,558795.591670231],[177602.18320283305,559102.9435266362],[177494.84412574343,558696.8000021008],[176600.35181666317,558905.3601903757],[176504.93930369464,558795.591670231],[175801.2720205515,558905.3601903757],[175598.52043049328,559102.9435266362],[175204.94381449802,558598.0083339706],[174298.52494129667,557895.4898050444],[173404.03263221646,557401.5314643931],[172795.77786204184,557895.4898050444],[172497.6137590151,558400.42499771],[171698.53396290343,559300.5268628967],[171698.53396290343,559399.318531027],[170696.70257673354,560200.6287280835],[170303.12596073822,561298.3139295306],[170696.70257673354,561803.2491221963],[171197.6182698185,562604.5593192527],[171304.9573469081,563296.1009961645],[171603.12144993484,563702.2445207],[172199.44965598837,563899.8278569605],[173105.86852918967,563197.3093280343],[173797.60924821172,563504.6611844394],[174596.68904432346,562999.7259917738],[174799.4406343816,563197.3093280343],[175300.35632746655,562703.350987383],[176004.0236106097,561803.2491221963],[176695.76432963175,561495.8972657911],[178198.51140888658,563197.3093280343]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0093"},"geometry":{"type":"Polygon","coordinates":[[[165997.636313032,606094.8470005903],[165496.72061994707,605304.5136555484],[164399.4767208086,604898.370131013],[163600.39692469692,604700.7867947525],[163099.48123161198,604700.7867947525],[162300.4014355003,604097.0599339565],[161203.1575363619,603603.1015933052],[160702.24184327695,603800.6849295658],[160797.65435624548,603098.1664006396],[159998.5745601338,603196.9580687698],[159199.49476402212,603701.8932614354],[158901.3306609954,603603.1015933052],[159604.99794413848,602999.3747325093],[160904.9934333351,602702.9997281185],[160904.9934333351,602395.6478717134],[159497.65886704886,602000.4811991923],[156301.3396826021,602000.4811991923],[155299.5082964322,601901.689531062],[154297.67691026238,601495.5460065266],[153605.93619124027,600902.7959977451],[153105.02049815538,600299.0691369493],[152103.1891119855,599596.5506080231],[151399.52182884235,599497.7589398928],[150898.6061357574,599102.5922673717],[150099.52633964573,599300.1756036323],[149705.9497236504,598905.0089311113],[149097.69495347585,598795.2404109666],[148799.5308504491,598202.4904021851],[147702.28695131064,598597.657074706],[147105.95874525717,598301.2820703153],[146294.9523850244,598498.8654065758],[146104.1273590873,598202.4904021851],[145400.46007594414,597796.3468776497],[145102.2959729174,597895.1385457799],[143897.71299668934,597598.7635413891],[143694.96140663116,597203.5968688682],[143694.96140663116,596797.4533443328],[143194.04571354622,596698.6616762024],[142800.4690975509,596402.2866718117],[142204.14089149743,596094.9348154066],[142597.71750749272,595897.3514791459],[142001.38930143922,595600.9764747552],[141500.47360835428,595502.184806625],[141297.72201829607,595699.7681428855],[140498.6422221844,595798.5598110157],[139902.31401613093,596303.4950036814],[139401.39832304599,596303.4950036814],[139294.05924595633,596698.6616762024],[139496.8108360145,597401.1802051286],[140403.22970921584,598597.657074706],[141500.47360835428,599695.3422761533],[141500.47360835428,600002.6941325585],[142394.96591743454,601001.5876658754],[143194.04571354622,601297.9626702662],[145996.78828199767,601901.689531062],[147594.94787422102,602395.6478717134],[149002.28244050732,602702.9997281185],[153498.59711415065,603800.6849295658],[155705.01147654862,604404.4117903616],[158805.9181480268,605403.3053236787],[161405.90912642004,606402.1988569956],[163302.2328216702,606896.1571976468],[164304.06420784007,606896.1571976468],[165103.14400395175,606698.5738613864],[165997.636313032,606094.8470005903]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0096"},"geometry":{"type":"MultiPolygon","coordinates":[[[[139794.97493904128,589903.9902792443],[139103.23422001922,589805.1986111142],[138697.73103990284,589399.0550865787],[138101.40283384934,589102.6800821879],[137803.23873082257,588795.3282257826],[137302.32303773766,588597.7448895222],[137099.57144767948,588301.3698851315],[136801.40734465272,588696.5365576524],[136896.81985762127,589399.0550865787],[137600.48714076442,590101.5736155049],[138101.40283384934,590299.1569517653],[138697.73103990284,590299.1569517653],[139794.97493904128,589903.9902792443]]],[[[135394.07277836645,590002.7819473746],[134296.82887922804,590002.7819473746],[133294.99749305815,589695.4300909694],[133199.58498008957,589497.8467547089],[132495.91769694648,588905.0967459274],[131303.26128483948,588301.3698851315],[128297.76712632984,587203.6846836843],[127295.93574015996,586599.9578228884],[127295.93574015996,586204.7911503674],[127594.0998431867,585403.4809533108],[126699.60753410646,585096.1290969057],[126103.27932805296,584503.3790881243],[126103.27932805296,584196.0272317189],[124600.53224879815,583504.4855548072],[124898.6963518249,583098.3420302718],[124803.28383885634,582395.8235013456],[124195.02906868176,582000.6568288247],[123300.53675960151,581100.5549636378],[123097.78516954333,581001.7632955076],[121702.37716737814,581100.5549636378],[120700.54578120826,580902.9716273774],[120295.04260109189,580496.828102842],[120402.38167818151,580002.8697621906],[119794.12690800695,579904.0780940605],[119495.9628049802,580002.8697621906],[119102.38618898489,580804.1799592471],[119102.38618898489,581495.7216361589],[119400.55029201164,581901.8651606943],[119996.87849806514,582198.2401650851],[120903.29737126645,582801.967025881],[124099.6165557132,585096.1290969057],[124898.6963518249,585699.8559577016],[125900.52773799477,586797.5411591488],[126496.85594404826,587203.6846836843],[129299.59851249971,589201.4717503181],[131303.26128483948,590496.7402880258],[133294.99749305815,591298.0504850822],[134404.16795631766,591298.0504850822],[135704.16344551428,590902.8838125613],[135799.57595848283,590705.3004763008],[135394.07277836645,590002.7819473746]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0098"},"geometry":{"type":"Polygon","coordinates":[[[204305.7602699087,541002.1145547722],[202695.67411356425,540003.2210214551],[202194.7584204793,539794.6608331802],[201705.76929151546,539300.702492529],[200405.77380231884,539300.702492529],[199797.51903214428,539103.1191562684],[200000.27062220243,538400.6006273422],[200298.43472522922,537895.6654346766],[199296.60333905934,537105.3320896346],[198402.11102997907,536600.3968969688],[197996.60784986272,537401.7070940253],[196899.36395072425,537204.1237577648],[196100.28415461257,536797.9802332293],[195599.36846152763,537302.915425895],[195420.4699997116,537302.915425895],[195205.7918455323,537895.6654346766],[194704.87615244737,538696.975631733],[194394.7854852996,539597.0774969197],[193500.29317621933,539300.702492529],[193297.54158616113,539103.1191562684],[193297.54158616113,538598.1839636028],[192701.21338010766,539103.1191562684],[192403.04927708086,538894.5589679935],[191699.38199393777,538795.7672998633],[191305.80537794245,538598.1839636028],[191103.05378788424,538301.808959212],[191198.46630085283,537500.4987621555],[190602.1380947993,537105.3320896346],[190399.38650474115,536600.3968969688],[189600.30670862942,536205.2302244479],[189397.55511857127,535700.2950317822],[188395.72373240138,535305.1283592612],[188002.14711640606,534997.7765028559],[186904.90321726765,535403.9200273914],[186296.6484470931,535502.7116955217],[185795.73275400815,535403.9200273914],[185294.8170609232,535502.7116955217],[185294.8170609232,535799.0866999124],[184805.8279319593,536304.0218925781],[184495.73726481153,536304.0218925781],[184197.57316178473,536765.049677186],[184102.1606488162,537401.7070940253],[184698.48885486968,537895.6654346766],[184698.48885486968,538400.6006273422],[185199.40454795462,539201.9108243987],[185497.56865098135,539904.4293533249],[185700.32024103956,540903.3228866418],[186594.81255011982,542396.1747606101],[186702.15162720944,542901.1099532758],[188002.14711640606,544503.7303473887],[188395.72373240138,544800.1053517794],[188598.4753224596,545403.8322125754],[188896.63942548633,545502.6238807056],[190196.63491468295,545700.2072169661],[191699.38199393777,546797.8924184132],[191997.5460969645,547302.827611079],[192605.80086713907,548104.1378081355],[193094.78999610292,548905.4480051919],[193404.88066325075,549103.0313414524],[194096.6213822728,549201.8230095826],[194800.28866541595,549004.2396733221],[196100.28415461257,549695.7813502338],[196398.4482576393,549794.5730183641],[198795.6876459744,548104.1378081355],[199105.77831312222,548104.1378081355],[201503.01770145725,549596.9896821036],[202003.9333945422,550200.7165428996],[203196.5898066492,548301.7211443959],[203697.50549973414,547599.2026154697],[204103.00867985055,548005.3461400052],[204699.33688590402,548301.7211443959],[205498.4166820157,548795.6794850471],[205903.9198621321,549300.6146777128],[206798.41217121232,549596.9896821036],[207299.32786429726,549904.3415385088],[208802.07494355208,550497.0915472903],[209696.56725263235,551002.026739956],[209696.56725263235,550497.0915472903],[210304.8220228069,549904.3415385088],[210602.98612583365,549103.0313414524],[212797.47392411053,548795.6794850471],[212702.06141114194,548400.5128125262],[211795.64253794064,547697.9942836],[210197.4829457173,545195.2720243004],[209100.23904657882,544404.9386792583],[207096.5762742391,543098.6932895363],[205796.58078504243,542099.7997562193],[204305.7602699087,541002.1145547722]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0104"},"geometry":{"type":"Polygon","coordinates":[[[163004.06871864345,556995.3879398577],[163302.2328216702,556797.8046035971],[163397.6453346387,556501.4295992064],[162395.8139484689,554800.0175369632],[162097.6498454421,553801.1240036463],[162705.90461561666,553296.1888109806],[165496.72061994707,552198.5036095334],[166904.0551862333,551199.6100762165],[163302.2328216702,548795.6794850471],[162300.4014355003,547599.2026154697],[161000.40594630368,546205.1424096317],[162097.6498454421,544800.1053517794],[161894.89825538395,544295.1701591136],[162204.98892253172,543998.7951547229],[162705.90461561666,543702.4201503322],[162300.4014355003,542999.901621406],[161894.89825538395,542703.5266170152],[161596.73415235715,542703.5266170152],[161000.40594630368,542396.1747606101],[160702.24184327695,542901.1099532758],[160201.326150192,542703.5266170152],[159199.49476402212,542802.3182851454],[158102.25086488365,543098.6932895363],[157601.3351717987,542901.1099532758],[158102.25086488365,542494.9664287403],[158400.41496791044,541496.0728954233],[158400.41496791044,541100.9062229024],[158603.1665579686,540398.3876939762],[157899.4992748255,540299.596025846],[157601.3351717987,540102.0126895853],[156802.25537568703,540398.3876939762],[155705.01147654862,541100.9062229024],[154798.59260334726,542099.7997562193],[154094.92532020417,542703.5266170152],[153999.5128072356,542604.7349488849],[153295.8455240925,542901.1099532758],[153105.02049815538,543702.4201503322],[152699.51731803897,544295.1701591136],[153200.4330111239,545096.4803561701],[153796.76121717744,545700.2072169661],[154703.18009037874,546095.373889487],[155001.34419340547,546402.7257458923],[155895.83650248573,546501.5174140225],[156301.3396826021,546995.4757546737],[156301.3396826021,547302.827611079],[156504.0912726603,548301.7211443959],[156301.3396826021,548696.8878169169],[155895.83650248573,550200.7165428996],[155597.672399459,550595.8832154205],[156003.17557957536,550903.2350718258],[156396.75219557068,551002.026739956],[156599.50378562888,552000.9202732729],[156301.3396826021,552604.6471340689],[156599.50378562888,552604.6471340689],[156802.25537568703,552901.0221384596],[156301.3396826021,554295.0823442976],[156098.58809254394,555304.952729629],[155895.83650248573,555798.9110702802],[155705.01147654862,557105.1564600023],[155597.672399459,557302.7397962628],[156301.3396826021,558301.6333295798],[156694.9162985974,557697.9064687839],[157804.08676185692,555700.1194021499],[158305.00245494186,555700.1194021499],[158603.1665579686,556095.286074671],[159104.08225105354,556205.0545948157],[160201.326150192,555996.4944065406],[161095.8184592722,555897.7027384104],[162204.98892253172,556699.0129354668],[163004.06871864345,556995.3879398577]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0106"},"geometry":{"type":"Polygon","coordinates":[[[238499.2196050163,560595.7954006044],[238594.63211798487,560200.6287280835],[238499.2196050163,559596.9018672875],[237795.5523218732,559102.9435266362],[237902.89139896282,558905.3601903757],[237294.63662878826,558301.6333295798],[236996.47252576146,557203.9481281326],[236996.47252576146,556501.4295992064],[236698.30842273473,555798.9110702802],[236197.3927296498,555403.7443977592],[236197.3927296498,554602.4342007027],[235195.5613434799,553998.7073399068],[234503.82062445785,552999.8138065899],[234301.0690343997,552297.2952776636],[233895.56585428328,551704.5452688822],[232702.9094421763,552604.6471340689],[232297.40626205993,551397.1934124769],[232404.74533914955,551298.4017443467],[232201.99374909134,550101.9248747693],[232094.65467200172,550101.9248747693],[230997.4107728633,550903.2350718258],[231104.74984995293,551298.4017443467],[229602.0027706981,552198.5036095334],[229303.83866767137,551704.5452688822],[228695.5838974968,552000.9202732729],[229399.2511806399,552999.8138065899],[228898.33548755496,553296.1888109806],[229494.66369360848,554097.499008037],[228802.92297458643,554602.4342007027],[229494.66369360848,555700.1194021499],[229303.83866767137,555897.7027384104],[229697.4152836667,556501.4295992064],[229196.49959058175,556797.8046035971],[229196.49959058175,557105.1564600023],[228898.33548755496,558202.8416614495],[229995.57938669343,558696.8000021008],[230603.834156868,558795.591670231],[230305.67005384126,559498.1101991573],[229900.16687372484,559399.318531027],[229399.2511806399,561001.9389251398],[229804.7543607563,561199.5222614004],[229697.4152836667,561902.0407903265],[229995.57938669343,562703.350987383],[230401.08256680978,562494.7907991081],[231295.57487589004,562703.350987383],[231605.66554303787,562395.9991309778],[231903.8296460646,561902.0407903265],[232404.74533914955,561594.6889339214],[232798.32195514487,561495.8972657911],[233001.07354520302,561902.0407903265],[233096.4860581716,562395.9991309778],[233001.07354520302,562802.1426555132],[233203.82513526123,563603.4528525698],[233394.65016119834,563801.0361888302],[233299.2376482298,564196.2028613512],[234301.0690343997,564294.9945294814],[234301.0690343997,563801.0361888302],[234694.64565039496,563801.0361888302],[234694.64565039496,564196.2028613512],[235398.3129335381,564294.9945294814],[235505.65201062773,564097.4111932209],[236400.144319708,564602.3463858867],[236698.30842273473,563998.6195250907],[236901.06001279294,563098.517659904],[236805.64749982435,561902.0407903265],[236602.8959097662,561397.1055976609],[238403.80709204776,560595.7954006044],[238499.2196050163,560595.7954006044]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0109"},"geometry":{"type":"Polygon","coordinates":[[[253598.2497822909,536304.0218925781],[253395.49819223268,535601.5033636519],[252501.00588315242,533504.9246288878],[252405.5933701839,532999.9894362221],[252703.75747321063,532604.8227637011],[252405.5933701839,532198.6792391656],[252703.75747321063,531704.7208985144],[253001.92157623736,531496.1607102394],[252894.58249914774,531100.9940377185],[253001.92157623736,530299.683840662],[252501.00588315242,529300.7903073451],[252966.14188387414,528389.7115901439],[252202.8417801257,527994.5449176229],[252501.00588315242,527500.5865769717],[253300.0856792641,524602.697645151],[253801.00137234904,524602.697645151],[254099.16547537583,523098.8689191685],[254194.57798834436,522001.18371772126],[254600.08116846078,520299.77165547817],[254802.83275851893,519004.5031177704],[254003.75296240725,518894.73459762573],[253097.33408920595,519300.87812216114],[252703.75747321063,519202.08645403094],[252501.00588315242,518894.73459762573],[252095.50270303607,518795.9429294955],[251105.59788098728,518894.73459762573],[250795.50721383945,519202.08645403094],[250199.17900778592,519103.2947859007],[249901.01490475918,519300.87812216114],[248696.4319285311,519004.5031177704],[248398.26782550436,518598.35959323496],[247801.9396194509,518795.9429294955],[246704.69572031242,518400.7762569745],[245905.61592420074,517500.6743917878],[245702.86433414253,517094.5308672523],[245094.60956396797,516798.1558628616],[244605.62043500412,516402.9891903406],[244402.86884494592,516304.19752221036],[243901.95315186097,516402.9891903406],[244104.70474191918,517204.299387397],[244200.11725488777,518400.7762569745],[244402.86884494592,518697.1512613652],[242900.1217656911,519202.08645403094],[240801.0464803828,520102.18831921765],[239000.13529810123,521002.29018440435],[239202.88688815944,521397.4568569253],[239202.88688815944,522901.28558290796],[238904.7227851327,523900.17911622487],[239000.13529810123,525799.1745147286],[237401.97570587788,525700.3828465983],[236698.30842273473,525799.1745147286],[236698.30842273473,526896.8597161757],[235398.3129335381,527105.4199044507],[236101.98021668126,528301.8967740282],[237401.97570587788,530497.2671769225],[237998.30391193135,531298.5773739789],[239501.05099118617,533504.9246288878],[239703.80258124438,533998.882969539],[240896.45899335138,535601.5033636519],[241898.29037952126,535195.3598391165],[241898.29037952126,535601.5033636519],[242303.79355963762,536402.8135607084],[242804.70925272256,536699.1885650991],[243102.8733557493,537204.1237577648],[242804.70925272256,538301.808959212],[243305.6249458075,538696.975631733],[243997.36566482956,539597.0774969197],[243699.20156180282,540804.5312185116],[244796.44546094124,541002.1145547722],[245297.36115402618,541594.8645635536],[245201.9486410576,542001.0080880891],[244701.0329479727,542396.1747606101],[244903.78453803086,542999.901621406],[244402.86884494592,543197.4849576665],[245798.27684711112,544404.9386792583],[245905.61592420074,543900.0034865927],[246096.44095013785,543504.8368140718],[246394.6050531646,543603.628482202],[246800.108233281,542901.1099532758],[247002.8598233392,542198.5914243495],[248100.10372247762,541397.2812272931],[248004.69120950904,541100.9062229024],[250902.84629092907,538894.5589679935],[251296.4229069244,538499.3922954726],[252095.50270303607,537895.6654346766],[252703.75747321063,537302.915425895],[253001.92157623736,536896.7719013595],[253598.2497822909,536304.0218925781]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0114"},"geometry":{"type":"Polygon","coordinates":[[[269901.8629357935,540398.3876939762],[268601.8674465969,537204.1237577648],[268303.7033435701,527500.5865769717],[268005.5392405434,522297.558722112],[267898.20016345376,520003.3966510874],[267898.20016345376,518697.1512613652],[267003.7078543735,517401.88272365753],[266598.20467425714,517599.46605991805],[266097.2889811722,517599.46605991805],[265000.0450820338,517797.04939617857],[264594.5419019174,517994.63273243903],[264296.37779889064,518400.7762569745],[263604.6370798686,518301.98458884424],[262495.4666166091,518795.9429294955],[261994.55092352413,518301.98458884424],[261398.2227174706,518301.98458884424],[261004.64610147534,517994.63273243903],[260503.7304083904,517994.63273243903],[260002.81471530546,517797.04939617857],[259299.1474321623,518104.4012525837],[258702.81922610884,517994.63273243903],[258500.06763605063,518203.19292071403],[258297.31604599243,518795.9429294955],[257605.57532697037,519004.5031177704],[257200.072146854,519300.87812216114],[255995.48917062592,519202.08645403094],[255494.57347754098,519498.46145842166],[254802.83275851893,519004.5031177704],[254600.08116846078,520299.77165547817],[254194.57798834436,522001.18371772126],[254099.16547537583,523098.8689191685],[253801.00137234904,524602.697645151],[253300.0856792641,524602.697645151],[252501.00588315242,527500.5865769717],[252202.8417801257,527994.5449176229],[252966.14188387414,528389.7115901439],[252501.00588315242,529300.7903073451],[253001.92157623736,530299.683840662],[252894.58249914774,531100.9940377185],[253001.92157623736,531496.1607102394],[252703.75747321063,531704.7208985144],[252405.5933701839,532198.6792391656],[252703.75747321063,532604.8227637011],[252405.5933701839,532999.9894362221],[252501.00588315242,533504.9246288878],[253395.49819223268,535601.5033636519],[253598.2497822909,536304.0218925781],[254003.75296240725,537105.3320896346],[254600.08116846078,537500.4987621555],[254898.2452714875,538005.4339548212],[255900.0766576574,538499.3922954726],[257700.98783993896,539794.6608331802],[260300.9788183322,541298.4895591629],[260396.39133130078,542001.0080880891],[261004.64610147534,543098.6932895363],[261398.2227174706,542999.901621406],[264105.5527729535,544097.5868228532],[264594.5419019174,544097.5868228532],[266300.0405712304,544097.5868228532],[266502.79216128855,543296.2766257967],[266800.95626431535,543197.4849576665],[267898.20016345376,541803.4247518285],[268494.5283695072,541100.9062229024],[268494.5283695072,540398.3876939762],[269901.8629357935,540398.3876939762]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0118"},"geometry":{"type":"Polygon","coordinates":[[[236101.98021668126,528301.8967740282],[235398.3129335381,527105.4199044507],[236698.30842273473,526896.8597161757],[236698.30842273473,525799.1745147286],[237401.97570587788,525700.3828465983],[239000.13529810123,525799.1745147286],[238904.7227851327,523900.17911622487],[239202.88688815944,522901.28558290796],[239202.88688815944,521397.4568569253],[239000.13529810123,521002.29018440435],[237998.30391193135,521397.4568569253],[237294.63662878826,521298.6651887951],[233800.15334131476,520398.56332360837],[233501.98923828796,520200.97998734785],[232297.40626205993,519202.08645403094],[232297.40626205993,521199.8735206648],[230401.08256680978,521199.8735206648],[229804.7543607563,521496.2485250556],[229804.7543607563,522396.3503902423],[229196.49959058175,522396.3503902423],[229303.83866767137,523505.01244370395],[228504.7588715597,523505.01244370395],[227801.09158841654,523395.2439235592],[227705.67907544796,523603.80411183415],[226799.26020224666,523505.01244370395],[226894.67271521525,523998.9707843552],[226894.67271521525,524899.0726495418],[225201.1006100233,524701.4893132814],[224795.5974299069,524295.3457887459],[223996.5176337952,524899.0726495418],[223698.35353076848,524800.2809814116],[223805.6926078581,525502.7995103378],[224294.68173682195,525897.9661828588],[224294.68173682195,526402.9013755245],[223901.1051208267,527303.0032407112],[224902.9365069965,527599.3782451019],[224425.87394215376,528653.1560384913],[224998.3490199651,528894.6467828096],[224795.5974299069,529498.3736436055],[225201.1006100233,529794.7486479963],[224700.18491693836,530299.683840662],[224497.43332688016,530299.683840662],[223996.5176337952,531298.5773739789],[225499.26471305004,531803.5125666447],[226298.34450916172,532396.2625754261],[226501.09609921993,532901.1977680918],[226501.09609921993,533702.5079651483],[226596.50861218845,534295.2579739298],[227013.9383564259,535349.0357673191],[227085.49774115236,535272.1978032178],[228600.17138452822,534800.1931665954],[229494.66369360848,534602.609830335],[229804.7543607563,533801.2996332785],[229494.66369360848,532099.8875710354],[230305.67005384126,531902.3042347749],[230603.834156868,531902.3042347749],[230997.4107728633,531100.9940377185],[232500.15785211808,531803.5125666447],[232595.57036508666,531496.1607102394],[234587.30657330534,531594.9523783696],[234301.0690343997,530596.0588450527],[234002.9049313729,529300.7903073451],[234897.39724045317,528795.8551146793],[235302.90042056952,528697.0634465491],[236101.98021668126,528301.8967740282]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0119"},"geometry":{"type":"Polygon","coordinates":[[[211998.39412799885,528598.2717784189],[212201.145718057,528499.4801102886],[211103.9018189186,526304.1097073943],[210996.56274182897,525404.0078422076],[211103.9018189186,524997.8643176721],[211103.9018189186,524295.3457887459],[211700.23002497212,524295.3457887459],[212105.73320508847,524701.4893132814],[212499.3098210838,524602.697645151],[213202.97710422688,524899.0726495418],[213799.3053102804,524503.9059770209],[215003.88828650845,524701.4893132814],[215302.05238953524,523998.9707843552],[215099.30079947703,523505.01244370395],[215802.96808262018,523900.17911622487],[215695.6290055305,522901.28558290796],[215099.30079947703,522901.28558290796],[215099.30079947703,522604.91057851724],[215504.8039795934,522297.558722112],[214705.7241834817,522001.18371772126],[214896.54920941882,521101.08185253455],[214598.3851063921,521002.29018440435],[214395.63351633388,520420.51702763734],[214395.63351633388,520596.1466598689],[213501.14120725368,520596.1466598689],[213202.97710422688,520903.4985162741],[213298.38961719547,521101.08185253455],[212904.81300120015,521595.0401931858],[212499.3098210838,521496.2485250556],[210901.15022886038,522396.3503902423],[210102.0704327487,522198.7670539818],[209696.56725263235,521803.60038146074],[209505.74222669523,521298.6651887951],[209100.23904657882,521704.80871333054],[209004.8265336103,522001.18371772126],[208599.32335349388,521902.39204959106],[208897.48745652067,521397.4568569253],[208802.07494355208,521101.08185253455],[207502.07945435547,521595.0401931858],[207895.6560703508,522396.3503902423],[207800.2435573822,522604.91057851724],[207203.91535132873,523000.07725103816],[207001.16376127052,523098.8689191685],[205403.00416904717,527401.7949088414],[204902.08847596223,528400.6884421584],[204496.5852958458,529498.3736436055],[204603.92437293543,529904.517168141],[204902.08847596223,530200.8921725318],[205605.75575910532,530398.4755087923],[206905.75124830194,530903.410701458],[207704.83104441367,531397.3690421092],[208002.9951474404,532001.0959029051],[208301.15925046714,531496.1607102394],[209004.8265336103,529904.517168141],[209100.23904657882,529498.3736436055],[209505.74222669523,528598.2717784189],[209994.73135565908,527204.211572581],[211103.9018189186,529300.7903073451],[211998.39412799885,528598.2717784189]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0140"},"geometry":{"type":"Polygon","coordinates":[[[178401.26299894473,576303.6706333137],[178699.42710197152,576204.8789651834],[180297.58669419488,576501.2539695741],[180202.1741812263,575897.5271087782],[180297.58669419488,574997.4252435915],[180297.58669419488,574196.1150465352],[180202.1741812263,573702.1567058838],[180202.1741812263,572999.6381769576],[179701.25848814135,571594.6011191052],[179605.84597517282,571001.8511103238],[179701.25848814135,570595.7075857883],[179701.25848814135,570002.9575770069],[178103.098895918,568597.9205191544],[177697.59571580164,568103.9621785032],[176600.35181666317,566995.3001250415],[176099.43612357823,565798.8232554641],[176004.0236106097,565897.6149235943],[174704.02812141308,564997.5130584077],[174405.8640183863,565601.2399192036],[173499.445145185,565195.0963946681],[173105.86852918967,564701.1380540169],[172998.52945210005,564404.7630496261],[172700.3653490733,564503.5547177563],[172604.95283610473,564799.9297221472],[171901.28555296164,564503.5547177563],[171603.12144993484,564997.5130584077],[171102.20575684996,564997.5130584077],[170899.45416679175,565403.6565829432],[170004.9618577115,565195.0963946681],[169897.62278062187,564898.7213902774],[169205.8820615998,564602.3463858867],[169098.5429845102,564898.7213902774],[168704.96636851487,564799.9297221472],[168502.21477845666,565502.4482510734],[168800.37888148346,565502.4482510734],[168704.96636851487,565996.4065917246],[168502.21477845666,566402.5501162601],[167500.38339228678,566600.1334525205],[166999.4676992019,566402.5501162601],[166498.55200611695,566995.3001250415],[166498.55200611695,568103.9621785032],[166295.80041605874,568301.5455147637],[165496.72061994707,568202.7538466335],[165198.55651692027,568400.3371828939],[164602.2283108668,568301.5455147637],[164399.4767208086,568597.9205191544],[164304.06420784007,569102.8557118201],[164399.4767208086,569695.6057206016],[164804.979900925,570101.749245137],[165103.14400395175,570101.749245137],[165103.14400395175,570595.7075857883],[165401.30810697848,570903.0594421935],[166104.97539012163,571397.0177828447],[165794.8847229738,571495.8094509749],[165604.0596970367,571803.1613073802],[165699.47221000522,572297.1196480314],[165902.22380006342,571901.9529755104],[166605.89108320657,572000.7446436407],[166904.0551862333,571397.0177828447],[167404.97087931825,571495.8094509749],[167595.79590525536,572000.7446436407],[168001.29908537172,571901.9529755104],[168394.87570136704,571495.8094509749],[168597.62729142525,571594.6011191052],[168394.87570136704,572395.9113161617],[169396.70708753692,572900.8465088274],[169504.04616462655,573296.0131813483],[169205.8820615998,573800.9483740141],[168704.96636851487,573800.9483740141],[168597.62729142525,574701.0502392007],[168394.87570136704,574997.4252435915],[167798.54749531357,575096.2169117217],[167905.8865724032,575699.9437725177],[168502.21477845666,576204.8789651834],[168597.62729142525,576797.6289739648],[169504.04616462655,577500.1475028911],[169802.21026765328,577203.7724985003],[169694.87119056366,576995.2123102255],[170601.29006376502,576501.2539695741],[170505.87755079643,576303.6706333137],[170804.04165382317,575798.7354406479],[171495.78237284522,575897.5271087782],[171901.28555296164,576095.1104450386],[172497.6137590151,575798.7354406479],[172795.77786204184,575502.3604362572],[173296.69355512678,575897.5271087782],[173404.03263221646,576204.8789651834],[173797.60924821172,576501.2539695741],[174405.8640183863,576698.8373058347],[174501.27653135487,576995.2123102255],[175002.19222443982,577302.5641666306],[175395.76884043514,577104.9808303701],[175896.68453352008,576402.4623014439],[176302.18771363643,576303.6706333137],[176397.60022660502,576501.2539695741],[176803.10340672138,576501.2539695741],[177101.2675097481,575996.3187769084],[177602.18320283305,575502.3604362572],[177995.75981882837,575996.3187769084],[178401.26299894473,576303.6706333137]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0141"},"geometry":{"type":"Polygon","coordinates":[[[244283.60320373526,490354.91935999884],[244200.11725488777,490102.451763666],[244796.44546094124,488598.6230376833],[245297.36115402618,488203.45636516233],[245595.5252570529,486897.2109754402],[245798.27684711112,486798.4193073099],[245798.27684711112,485799.525773993],[245201.9486410576,484899.4239088063],[245404.7002311158,484603.04890441557],[245905.61592420074,484504.2572362853],[245094.60956396797,483395.59518282366],[244903.78453803086,483505.36370296835],[244295.5297678563,483198.0118465632],[244104.70474191918,482901.6368421724],[244999.19705099944,482297.9099813765],[244903.78453803086,481902.74330885545],[243997.36566482956,481496.59978432],[243794.61407477135,481002.64144366875],[243901.95315186097,480805.0581074083],[243401.03745877603,480596.4979191333],[241695.53878946305,479301.22938142566],[239501.05099118617,478697.50252062967],[239894.6276071815,480003.74791035184],[239000.13529810123,480497.7062510031],[238594.63211798487,481200.22477992927],[237998.30391193135,481200.22477992927],[238594.63211798487,482001.5349769857],[239000.13529810123,482704.05350591196],[238797.38370804302,483099.2201784329],[237998.30391193135,483604.1553710986],[237497.3882188464,484603.04890441557],[237998.30391193135,484800.6322406761],[238403.80709204776,485997.1091102535],[238594.63211798487,486095.9007783837],[238701.9711950745,486798.4193073099],[238499.2196050163,487094.7943117007],[238105.64298902097,487303.3544999756],[237998.30391193135,487797.31284062687],[237497.3882188464,489103.55823034904],[238201.05550198955,489795.09990726074],[238594.63211798487,489399.93323473976],[240001.96668427112,490398.8267680567],[240204.71827432932,490804.9702925922],[240801.0464803828,490497.6184361869],[241099.21058340953,490804.9702925922],[241898.29037952126,489795.09990726074],[242399.2060726062,489795.09990726074],[242697.37017563294,490497.6184361869],[243305.6249458075,490003.6600955357],[244283.60320373526,490354.91935999884]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0147"},"geometry":{"type":"Polygon","coordinates":[[[248505.60690259398,483604.1553710986],[249495.51172464283,482100.326645116],[250294.5915207545,482001.5349769857],[251499.17449698254,481705.159972595],[251499.17449698254,481595.39145245025],[251403.761984014,481002.64144366875],[251105.59788098728,480805.0581074083],[250497.34311081265,480596.4979191333],[250902.84629092907,480102.53957848204],[250401.93059784413,480003.74791035184],[248899.1835185893,478697.50252062967],[247503.7755164241,478104.75251184823],[246800.108233281,478796.29418875993],[246203.78002722748,479498.8127176861],[245297.36115402618,480398.9145828728],[244605.62043500412,480805.0581074083],[243901.95315186097,480805.0581074083],[243794.61407477135,481002.64144366875],[243997.36566482956,481496.59978432],[244903.78453803086,481902.74330885545],[244999.19705099944,482297.9099813765],[244104.70474191918,482901.6368421724],[244295.5297678563,483198.0118465632],[244903.78453803086,483505.36370296835],[245094.60956396797,483395.59518282366],[245905.61592420074,484504.2572362853],[246800.108233281,484295.6970480103],[247396.43643933447,483999.3220436196],[247897.35213241942,483296.8035146934],[248195.51623544615,483296.8035146934],[248505.60690259398,483604.1553710986]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0148"},"geometry":{"type":"Polygon","coordinates":[[[222601.10963163,493999.2342288035],[222601.10963163,493801.650892543],[221694.6907584287,493801.650892543],[220895.61096231703,493900.4425606732],[220895.61096231703,493604.0675562825],[220502.0343463217,493395.50736800756],[219595.61547312042,493702.8592244127],[219404.7904471833,493395.50736800756],[218605.71065107163,494098.02589693374],[218104.79495798668,494295.60923319426],[217305.71516187495,494098.02589693374],[217198.37608478533,494602.9610895994],[216697.46039170038,494504.1694214692],[216494.70880164223,494602.9610895994],[216399.29628867365,495799.43795917684],[215600.21649256197,495898.22962730716],[215600.21649256197,496897.12316062406],[213894.71782324894,497599.64168955025],[212702.06141114194,497896.01669394097],[210996.56274182897,497797.22502581077],[210400.23453577544,498203.36855034623],[209302.99063663703,498203.36855034623],[208694.73586646246,498400.95188660675],[208503.91084052535,498104.576882216],[208205.74673749862,498203.36855034623],[207704.83104441367,498796.1185591277],[208301.15925046714,499103.47041553294],[208694.73586646246,499202.26208366314],[209696.56725263235,499597.4287561842],[209696.56725263235,500102.36394884984],[210197.4829457173,500695.11395763134],[210197.4829457173,501200.04915029707],[209696.56725263235,501397.63248655753],[209398.4031496056,501704.98434296274],[209100.23904657882,502495.3176880047],[208396.57176343573,503801.56307772687],[208897.48745652067,503801.56307772687],[209195.6515595474,504196.7297502479],[209696.56725263235,505195.6232835648],[209398.4031496056,505700.5584762305],[209899.3188426905,506897.03534580796],[210805.73771589185,509202.17426884704],[210495.64704874402,510003.4844659035],[210197.4829457173,511101.1696673507],[211700.23002497212,511397.54467174143],[214002.05690033862,512001.2715325374],[214705.7241834817,512297.64653692814],[215504.8039795934,512297.64653692814],[216995.62449472718,512604.99839333334],[218200.2074709552,512802.5817295938],[218402.95906101342,512100.0632006676],[219202.0388571251,510003.4844659035],[219202.0388571251,509794.92427762854],[220001.11865323677,507698.3455428644],[220502.0343463217,506304.28533702646],[221098.36255237524,504504.08160665305],[220001.11865323677,504097.9380821176],[219094.69978003547,504196.7297502479],[219297.45137009368,502605.08620814944],[220001.11865323677,499795.01209244464],[220001.11865323677,499202.26208366314],[219905.70614026824,496995.9148287543],[222398.35804157186,496995.9148287543],[221897.44234848692,496194.6046316979],[222195.60645151365,495997.02129543736],[222601.10963163,495195.7110983809],[222803.86122168822,495096.91943025065],[222601.10963163,493999.2342288035]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0150"},"geometry":{"type":"Polygon","coordinates":[[[219094.69978003547,479696.39605394664],[219297.45137009368,477402.23398292204],[221002.95003940666,476194.7802613301],[222100.19393854513,475097.0950598829],[222302.94552860328,475195.88672801317],[222601.10963163,474899.51172362245],[222398.35804157186,474603.13671923167],[222601.10963163,473999.40985843574],[222899.2737346568,473604.2431859147],[221897.44234848692,473099.30799324904],[220800.19844934845,473099.30799324904],[220203.87024329498,472396.78946432285],[220001.11865323677,472396.78946432285],[220001.11865323677,471397.8959310059],[219094.69978003547,471397.8959310059],[218796.53567700874,471299.1042628756],[217198.37608478533,471200.3125947454],[216900.2119817586,471804.03945554135],[216399.29628867365,471705.2477874111],[215302.05238953524,471299.1042628756],[214705.7241834817,471496.68759913614],[214300.22100336535,471397.8959310059],[213202.97710422688,471397.8959310059],[212904.81300120015,471595.47926726635],[212105.73320508847,471496.68759913614],[211700.23002497212,471804.03945554135],[211700.23002497212,471200.3125947454],[210698.39863880223,471595.47926726635],[209803.90632972197,471496.68759913614],[209302.99063663703,472100.4144599321],[208205.74673749862,471705.2477874111],[208002.9951474404,471299.1042628756],[208396.57176343573,470596.58573394944],[208098.40766040894,470201.4190614284],[207895.6560703508,470903.93759035465],[206905.75124830194,471397.8959310059],[206500.24806818558,472001.6227918018],[206595.66058115417,472495.58113245305],[207394.74037726584,473198.09966137924],[207096.5762742391,473703.03485404496],[206702.9996582438,473395.68299763976],[206202.08396515885,473703.03485404496],[205295.66509195755,473999.40985843574],[205498.4166820157,475097.0950598829],[205295.66509195755,475294.67839614337],[205104.84006602038,476304.5487814748],[204496.5852958458,476897.29879025626],[204401.1727828773,477204.6506466615],[204401.1727828773,478104.75251184823],[203995.66960276087,478598.71085249947],[203900.25708979234,479103.64604516514],[203697.50549973414,479498.8127176861],[204198.42119281908,479103.64604516514],[204902.08847596223,479202.4377132954],[206404.83555521705,479795.1877220769],[207895.6560703508,480201.33124661236],[208396.57176343573,480398.9145828728],[209195.6515595474,480398.9145828728],[209195.6515595474,481101.43311179907],[209696.56725263235,481101.43311179907],[210602.98612583365,481299.0164480595],[210805.73771589185,481803.95164072525],[212797.47392411053,481705.159972595],[212797.47392411053,481101.43311179907],[215003.88828650845,479597.6043858164],[217699.29177787027,479597.6043858164],[219094.69978003547,479696.39605394664]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0153"},"geometry":{"type":"Polygon","coordinates":[[[259000.98332913558,478598.71085249947],[259203.73491919378,478203.54417997843],[259501.89902222052,478401.12751623895],[260897.30702438566,478401.12751623895],[261696.3868204974,477896.1923235732],[262996.382309694,476699.7154539958],[263103.72138678364,475700.82192067883],[263294.54641272075,474603.13671923167],[263103.72138678364,473801.8265221752],[262805.5572837569,473198.09966137924],[262805.5572837569,472495.58113245305],[263199.13389975217,472297.99779619253],[263902.8011828953,471496.68759913614],[263795.4621058057,470497.7940658192],[262996.382309694,468895.1736717063],[262698.2182066673,468500.0069991853],[262698.2182066673,468203.6319947946],[261994.55092352413,466996.1782732026],[260801.89451141714,466699.8032688119],[259299.1474321623,466502.2199325514],[258905.570816167,466304.6365962909],[258905.570816167,465700.909735495],[257796.40035290748,464702.016202178],[256400.99235074234,464899.5995384385],[253598.2497822909,465700.909735495],[252596.418396121,465700.909735495],[252000.09019006748,465195.97454282927],[250795.50721383945,466304.6365962909],[249996.42741772777,467204.7384614776],[249304.68669870566,467896.2801383893],[249304.68669870566,469202.5255281115],[248803.77100562077,470003.83572516794],[248505.60690259398,470805.1459222244],[249400.09921167424,471902.8311236716],[249101.9351086475,472605.3496525978],[249805.6023917906,473198.09966137924],[250700.09470087086,472802.9329888583],[251701.92608704075,472495.58113245305],[252501.00588315242,472199.20612806233],[252703.75747321063,473505.4515177845],[252799.16998617916,473801.8265221752],[253300.0856792641,474295.78486282646],[254397.32957840257,474998.30339175265],[254194.57798834436,475799.6135888091],[254397.32957840257,476095.9885931999],[254194.57798834436,476699.7154539958],[253598.2497822909,477094.8821265168],[254003.75296240725,477501.02565105224],[254194.57798834436,477501.02565105224],[256102.82824771554,477094.8821265168],[256603.7439408005,477303.4423147917],[256901.90804382728,477797.40065544297],[256901.90804382728,478104.75251184823],[257200.072146854,478302.3358481087],[257605.57532697037,478203.54417997843],[258702.81922610884,478598.71085249947],[259000.98332913558,478598.71085249947]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0158"},"geometry":{"type":"Polygon","coordinates":[[[245595.5252570529,469498.9005325022],[249304.68669870566,467896.2801383893],[249996.42741772777,467204.7384614776],[250795.50721383945,466304.6365962909],[252000.09019006748,465195.97454282927],[252596.418396121,465700.909735495],[253598.2497822909,465700.909735495],[256400.99235074234,464899.5995384385],[257796.40035290748,464702.016202178],[257295.48465982254,464098.2893413821],[256699.15645376907,461595.5670820825],[256794.5689667376,461299.1920776918],[256198.24076068413,460904.02540517075],[255601.9125546306,460201.50687624456],[254695.4936814293,460003.92353998404],[253300.0856792641,459905.13187185384],[249101.9351086475,459795.3633517091],[246001.02843716933,459696.5716835789],[244701.0329479727,460300.2985443748],[243401.03745877603,460497.8818806353],[242303.79355963762,461002.817073301],[243102.8733557493,462199.29394287843],[242995.53427865967,463801.9143369913],[243102.8733557493,464197.0810095123],[242900.1217656911,464899.5995384385],[241301.96217346773,465700.909735495],[241003.798070441,465898.49307175545],[241194.6230963781,466194.86807614623],[240896.45899335138,466699.8032688119],[240300.13078729785,467204.7384614776],[239894.6276071815,467204.7384614776],[239596.46350415476,467501.1134658684],[241504.71376352594,467995.0718065196],[242804.70925272256,468598.7986673155],[244605.62043500412,468401.21533105505],[244999.19705099944,468697.5903354458],[245595.5252570529,469498.9005325022]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0160"},"geometry":{"type":"Polygon","coordinates":[[[244605.62043500412,516402.9891903406],[244999.19705099944,516095.63733393536],[245798.27684711112,514997.9521324882],[245201.9486410576,512100.0632006676],[248398.26782550436,509399.7576051075],[248505.60690259398,509103.3826007168],[247599.18802939268,508796.03074431163],[246704.69572031242,509103.3826007168],[245905.61592420074,509202.17426884704],[245702.86433414253,509103.3826007168],[245404.7002311158,507895.9288791249],[245094.60956396797,507599.55387473415],[243901.95315186097,507895.9288791249],[242900.1217656911,507994.7205472551],[242697.37017563294,508104.4890673999],[243699.20156180282,505996.93348062126],[244498.2813579145,504504.08160665305],[243997.36566482956,500596.3222895011],[243699.20156180282,500596.3222895011],[242303.79355963762,501397.63248655753],[242101.0419695794,501595.215822818],[241003.798070441,500804.88247777603],[241099.21058340953,500201.1556169801],[240598.29489032459,499696.2204243144],[240896.45899335138,499301.0537517934],[240801.0464803828,499103.47041553294],[240204.71827432932,498894.910227258],[239799.2150942129,498894.910227258],[239202.88688815944,499202.26208366314],[238499.2196050163,498697.3268909975],[238201.05550198955,498400.95188660675],[237497.3882188464,499795.01209244464],[237103.81160285108,499904.7806125893],[237998.30391193135,501200.04915029707],[236602.8959097662,502198.942683614],[235505.65201062773,502901.46121254016],[234897.39724045317,503603.97974146635],[235004.7363175428,504097.9380821176],[234503.82062445785,504196.7297502479],[234205.6565214311,503395.4195531914],[233299.2376482298,504097.9380821176],[233394.65016119834,504295.5214183781],[233299.2376482298,504899.2482791741],[232798.32195514487,505305.39180370956],[232595.57036508666,505898.141812491],[232500.15785211808,507094.6186820684],[231903.8296460646,508697.2390761813],[230794.6591828051,510398.6511384245],[230198.33097675157,509904.6927977733],[229697.4152836667,509597.340941368],[226202.9319961932,509597.340941368],[225797.42881607678,509794.92427762854],[224700.18491693836,509696.1326094983],[223805.6926078581,512001.2715325374],[221098.36255237524,512001.2715325374],[218402.95906101342,512100.0632006676],[218200.2074709552,512802.5817295938],[216995.62449472718,512604.99839333334],[217794.70429083885,515996.84566580516],[218402.95906101342,518697.1512613652],[218605.71065107163,519399.66979029146],[219094.69978003547,519004.5031177704],[220394.6952692321,518104.4012525837],[221098.36255237524,517797.04939617857],[221503.8657324916,516501.7808584708],[221897.44234848692,516095.63733393536],[222004.78142557654,514800.36879622773],[222505.69711866148,514295.433603562],[222994.68624762533,514602.7854599672],[223197.43783768354,514899.16046435793],[223805.6926078581,514800.36879622773],[224103.85671088484,514997.9521324882],[224199.26922385342,515404.09565702366],[224700.18491693836,515096.74380061845],[225499.26471305004,516095.63733393536],[225797.42881607678,516095.63733393536],[225904.7678931664,515195.5354687487],[226501.09609921993,514800.36879622773],[227204.76338236302,514602.7854599672],[227598.33999835834,514800.36879622773],[227896.50410138507,515700.47066141444],[228302.0072815015,515799.26232954464],[228504.7588715597,515404.09565702366],[229005.67456464458,515096.74380061845],[229804.7543607563,515195.5354687487],[230699.24666983652,514997.9521324882],[231200.16236292146,514602.7854599672],[231605.66554303787,514701.5771280975],[231605.66554303787,515195.5354687487],[231295.57487589004,518104.4012525837],[231295.57487589004,518301.98458884424],[232297.40626205993,519202.08645403094],[233501.98923828796,520200.97998734785],[233800.15334131476,520398.56332360837],[237294.63662878826,521298.6651887951],[237998.30391193135,521397.4568569253],[239000.13529810123,521002.29018440435],[240801.0464803828,520102.18831921765],[242900.1217656911,519202.08645403094],[244402.86884494592,518697.1512613652],[244200.11725488777,518400.7762569745],[244104.70474191918,517204.299387397],[243901.95315186097,516402.9891903406],[244402.86884494592,516304.19752221036],[244605.62043500412,516402.9891903406]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0163"},"geometry":{"type":"Polygon","coordinates":[[[227204.76338236302,497599.64168955025],[227502.9274853898,497500.85002142005],[227801.09158841654,496798.33149249386],[228302.0072815015,496194.6046316979],[228397.41979447,495898.22962730716],[229005.67456464458,495404.2712866559],[229303.83866767137,495305.47961852566],[231402.91395297967,494998.12776212045],[232595.57036508666,495404.2712866559],[232798.32195514487,495997.02129543736],[233203.82513526123,496403.1648199728],[233597.40175125655,496600.74815623334],[234599.23313742643,496304.3731518426],[235004.7363175428,495997.02129543736],[235505.65201062773,496095.8129635676],[235994.64113959158,496403.1648199728],[237199.22411581967,496995.9148287543],[237199.22411581967,496403.1648199728],[237294.63662878826,495305.47961852566],[236602.8959097662,494701.75275772973],[236483.63026855548,494372.4471972955],[235696.47703656484,493505.27588815225],[235899.22862662305,492802.75735922606],[231796.490568975,491496.5119695039],[231295.57487589004,490003.6600955357],[231605.66554303787,488796.20637394383],[230496.49507977837,488203.45636516233],[230496.49507977837,487204.56283184537],[230699.24666983652,486798.4193073099],[232201.99374909134,486600.83597104944],[232094.65467200172,485898.3174421232],[231295.57487589004,485898.3174421232],[230401.08256680978,485239.70632125495],[230198.33097675157,485195.798913197],[229900.16687372484,484405.46556815505],[228695.5838974968,482605.26183778164],[228194.66820441186,481902.74330885545],[226095.5929191035,482396.7016495067],[225499.26471305004,482495.49331763695],[223901.1051208267,482100.326645116],[221002.95003940666,481595.39145245025],[220299.2827562635,482802.84517404216],[219500.20296015183,485294.5905813273],[220096.53116620536,487303.3544999756],[221098.36255237524,488104.6646970321],[222696.5221445986,488499.8313695531],[223197.43783768354,488499.8313695531],[223602.9410177999,489795.09990726074],[223996.5176337952,491397.7203013736],[224199.26922385342,492495.40550282085],[223197.43783768354,493801.650892543],[225904.7678931664,495096.91943025065],[226405.68358625134,495601.8546229164],[226799.26020224666,496403.1648199728],[226894.67271521525,496798.33149249386],[226703.84768927813,496995.9148287543],[226894.67271521525,497599.64168955025],[227204.76338236302,497599.64168955025]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0164"},"geometry":{"type":"Polygon","coordinates":[[[254194.57798834436,477501.02565105224],[254003.75296240725,477501.02565105224],[253598.2497822909,477094.8821265168],[254194.57798834436,476699.7154539958],[254397.32957840257,476095.9885931999],[254194.57798834436,475799.6135888091],[254397.32957840257,474998.30339175265],[253300.0856792641,474295.78486282646],[252799.16998617916,473801.8265221752],[252703.75747321063,473505.4515177845],[252501.00588315242,472199.20612806233],[251701.92608704075,472495.58113245305],[250700.09470087086,472802.9329888583],[249805.6023917906,473198.09966137924],[249101.9351086475,472605.3496525978],[249400.09921167424,471902.8311236716],[248505.60690259398,470805.1459222244],[248803.77100562077,470003.83572516794],[249304.68669870566,469202.5255281115],[249304.68669870566,467896.2801383893],[245595.5252570529,469498.9005325022],[244903.78453803086,470695.37740207964],[244903.78453803086,471002.7292584849],[245500.11274408438,471705.2477874111],[245798.27684711112,473296.89132950956],[246096.44095013785,473198.09966137924],[246001.02843716933,474196.9931946962],[246299.19254019606,474603.13671923167],[246597.3566432228,474701.9283873619],[248219.36936368834,474614.11357124615],[248302.85531253583,474701.9283873619],[248100.10372247762,475700.82192067883],[247897.35213241942,477303.4423147917],[247503.7755164241,478104.75251184823],[248899.1835185893,478697.50252062967],[250401.93059784413,480003.74791035184],[250902.84629092907,480102.53957848204],[250497.34311081265,480596.4979191333],[251105.59788098728,480805.0581074083],[251403.761984014,481002.64144366875],[251499.17449698254,481595.39145245025],[252202.8417801257,481299.0164480595],[252894.58249914774,481101.43311179907],[253097.33408920595,480805.0581074083],[252703.75747321063,480102.53957848204],[252799.16998617916,479795.1877220769],[253502.8372693223,479400.02104955586],[254099.16547537583,479400.02104955586],[254468.88896312896,479246.3451213533],[255005.58434857713,478499.91918436915],[255005.58434857713,478104.75251184823],[254695.4936814293,477698.60898731276],[254194.57798834436,477501.02565105224]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0166"},"geometry":{"type":"MultiPolygon","coordinates":[[[[183994.82157172658,511199.9613354809],[184400.32475184294,511101.1696673507],[184901.24044492788,511199.9613354809],[185604.90772807103,510695.02614281524],[183398.49336567306,510804.79466295993],[183994.82157172658,511199.9613354809]]],[[[195599.36846152763,515404.09565702366],[195897.53256455436,515096.74380061845],[196004.87164164404,514602.7854599672],[195897.53256455436,514196.64193543175],[195205.7918455323,513197.74840211484],[194597.53707535774,512001.2715325374],[195396.61687146942,510201.067802164],[197400.2796438092,511101.1696673507],[198795.6876459744,508203.2807355301],[196803.95143775572,507094.6186820684],[197102.11554078246,506600.6603414172],[198700.2751330058,505777.3964403318],[198604.86262003728,504504.08160665305],[198199.35943992087,504602.8732747834],[197805.7828239256,504405.28993852285],[197603.0312338674,503900.3547458571],[197603.0312338674,503505.18807333615],[197901.19533689413,503099.0445488007],[198497.52354294766,502605.08620814944],[198199.35943992087,502198.942683614],[197901.19533689413,502100.1510154838],[197400.2796438092,502198.942683614],[196696.6123606661,501595.215822818],[194597.53707535774,499301.0537517934],[194299.372972331,498894.910227258],[193798.45727924607,499696.2204243144],[193297.54158616113,499696.2204243144],[192999.3774831344,499498.6370880539],[192403.04927708086,498894.910227258],[191603.9694809692,498598.5352228672],[191198.46630085283,499597.4287561842],[190399.38650474115,501298.84081842727],[189898.4708116562,502100.1510154838],[188705.8143995492,503603.97974146635],[188204.89870646427,503900.3547458571],[187501.23142332112,503603.97974146635],[187298.47983326297,503900.3547458571],[187298.47983326297,504899.2482791741],[187000.31573023618,506095.7251487515],[186797.56414017803,507204.38720221317],[186296.6484470931,508104.4890673999],[185903.07183109777,508499.65573992085],[185700.32024103956,509202.17426884704],[185402.15613801283,509794.92427762854],[184996.65295789647,510003.4844659035],[184805.8279319593,510299.8594702942],[184197.57316178473,510398.6511384245],[183899.409058758,510695.02614281524],[185700.32024103956,510497.4428065547],[185795.73275400815,510804.79466295993],[185103.9920349861,511496.33633987163],[185294.8170609232,512297.64653692814],[185103.9920349861,512604.99839333334],[185700.32024103956,513702.6835947805],[185998.4843440663,513801.47526291077],[189504.8941956609,514602.7854599672],[190101.22240171436,514701.5771280975],[190101.22240171436,514503.993791837],[191103.05378788424,513999.0585991712],[191902.13358399592,514196.64193543175],[192403.04927708086,514405.2021237067],[192796.62589307618,514701.5771280975],[193500.29317621933,514997.9521324882],[193703.04476627754,515404.09565702366],[194394.7854852996,515195.5354687487],[195301.2043585009,515305.3039888934],[195599.36846152763,515404.09565702366]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0168"},"geometry":{"type":"Polygon","coordinates":[[[269699.1113457353,488499.8313695531],[269794.5238587039,486194.692446514],[268804.61903665506,484701.84057254577],[268697.27995956544,483999.3220436196],[268196.3642664805,483099.2201784329],[268196.3642664805,482100.326645116],[267898.20016345376,481902.74330885545],[267802.7876504852,481595.39145245025],[267301.87195740023,480695.2895872636],[266800.95626431535,479498.8127176861],[266896.3687772839,478796.29418875993],[267099.1203673421,478302.3358481087],[266896.3687772839,477896.1923235732],[267003.7078543735,477402.23398292204],[267301.87195740023,477204.6506466615],[268005.5392405434,475503.2385844184],[269603.69883276673,473900.6181903055],[269400.9472427086,473198.09966137924],[267898.20016345376,472297.99779619253],[266502.79216128855,472001.6227918018],[265405.54826215014,472396.78946432285],[264499.12938894884,472199.20612806233],[263902.8011828953,471496.68759913614],[263199.13389975217,472297.99779619253],[262805.5572837569,472495.58113245305],[262805.5572837569,473198.09966137924],[263103.72138678364,473801.8265221752],[263294.54641272075,474603.13671923167],[263103.72138678364,475700.82192067883],[262996.382309694,476699.7154539958],[261696.3868204974,477896.1923235732],[260897.30702438566,478401.12751623895],[260694.5554343275,479202.4377132954],[261398.2227174706,479400.02104955586],[261100.05861444387,480102.53957848204],[261600.9743075288,481200.22477992927],[261505.5617945603,481803.95164072525],[261600.9743075288,482396.7016495067],[261100.05861444387,482704.05350591196],[260503.7304083904,482802.84517404216],[260694.5554343275,483900.5303754894],[261803.72589758702,483999.3220436196],[261600.9743075288,484603.04890441557],[262197.30251358234,485503.1507696023],[262900.96979672543,485700.73410586274],[262304.64159067196,487402.1461681059],[262793.6307196358,489202.3498984793],[263795.4621058057,488302.2480332926],[265405.54826215014,487500.93783623615],[269699.1113457353,488499.8313695531]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0171"},"geometry":{"type":"MultiPolygon","coordinates":[[[[189504.8941956609,514602.7854599672],[185998.4843440663,513801.47526291077],[187095.72824320477,514295.433603562],[187894.80803931644,514503.993791837],[188896.63942548633,514899.16046435793],[189504.8941956609,514602.7854599672]]],[[[182504.0010565928,535502.7116955217],[183100.32926264632,534503.8181622047],[184102.1606488162,533504.9246288878],[184102.1606488162,533098.7811043523],[185294.8170609232,533197.5727724826],[186201.2359341245,533098.7811043523],[187000.31573023618,532703.6144318313],[188204.89870646427,531902.3042347749],[189003.97850257595,531199.7857058487],[189600.30670862942,530596.0588450527],[190005.80988874583,530596.0588450527],[191103.05378788424,529498.3736436055],[191699.38199393777,527994.5449176229],[192403.04927708086,525974.8041469601],[192498.46179004945,525404.0078422076],[193202.1290731926,525096.6559858023],[193595.70568918786,524196.55412061565],[194096.6213822728,523603.80411183415],[194096.6213822728,523098.8689191685],[193905.7963563357,522703.70224664744],[193202.1290731926,522099.9753858515],[192999.3774831344,522198.7670539818],[191997.5460969645,521002.29018440435],[191902.13358399592,520804.70684814383],[192104.88517405413,520299.77165547817],[192498.46179004945,520497.3549917386],[193297.54158616113,520200.97998734785],[194203.96045936242,520102.18831921765],[195205.7918455323,519202.08645403094],[195396.61687146942,518795.9429294955],[194299.372972331,517204.299387397],[194096.6213822728,516995.73919912206],[188705.8143995492,515096.74380061845],[185199.40454795462,513999.0585991712],[179605.84597517282,513999.0585991712],[179605.84597517282,513702.6835947805],[178902.17869202967,513999.0585991712],[173702.1967352432,513999.0585991712],[172998.52945210005,514196.64193543175],[172903.11693913152,514405.2021237067],[171400.3698598767,516699.36419473134],[170505.87755079643,518203.19292071403],[170827.8947820653,518071.4706965403],[171304.9573469081,518104.4012525837],[172700.3653490733,517994.63273243903],[172795.77786204184,518598.35959323496],[172294.86216895696,519300.87812216114],[173105.86852918967,519904.6049829571],[172199.44965598837,521199.8735206648],[172294.86216895696,521704.80871333054],[171102.20575684996,521704.80871333054],[169897.62278062187,521595.0401931858],[169205.8820615998,521002.29018440435],[168895.79139445198,521002.29018440435],[169003.1304715416,523900.17911622487],[169003.1304715416,530596.0588450527],[169098.5429845102,531002.2023695882],[173404.03263221646,537895.6654346766],[173702.1967352432,538203.0172910818],[174405.8640183863,538400.6006273422],[175801.2720205515,538598.1839636028],[176397.60022660502,538598.1839636028],[176803.10340672138,538696.975631733],[177005.85499677958,539004.3274881382],[177804.93479289126,538696.975631733],[177900.3473058598,538795.7672998633],[177697.59571580164,539695.86916505],[179200.34279505647,539300.702492529],[179403.09438511461,539201.9108243987],[181800.3337734497,536797.9802332293],[182098.49787647644,535195.3598391165],[182504.0010565928,535502.7116955217]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0173"},"geometry":{"type":"Polygon","coordinates":[[[260694.5554343275,483900.5303754894],[260503.7304083904,482802.84517404216],[261100.05861444387,482704.05350591196],[261600.9743075288,482396.7016495067],[261505.5617945603,481803.95164072525],[261600.9743075288,481200.22477992927],[261100.05861444387,480102.53957848204],[261398.2227174706,479400.02104955586],[260694.5554343275,479202.4377132954],[260897.30702438566,478401.12751623895],[259501.89902222052,478401.12751623895],[259203.73491919378,478203.54417997843],[259000.98332913558,478598.71085249947],[257796.40035290748,479498.8127176861],[257498.23624988075,479301.22938142566],[256794.5689667376,479597.6043858164],[256305.57983777375,479904.9562422216],[255804.6641446888,479795.1877220769],[255399.16096457245,480003.74791035184],[255494.57347754098,480805.0581074083],[256102.82824771554,481496.59978432],[256603.7439408005,481496.59978432],[256794.5689667376,482297.9099813765],[257200.072146854,482704.05350591196],[257796.40035290748,483000.4285103027],[257999.1519429657,483296.8035146934],[258094.56445593428,483900.5303754894],[258595.48014901916,483801.7387073591],[258905.570816167,483604.1553710986],[260205.5663053636,483505.36370296835],[260300.9788183322,483900.5303754894],[260694.5554343275,483900.5303754894]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0175"},"geometry":{"type":"Polygon","coordinates":[[[237103.81160285108,499904.7806125893],[235601.06452359632,500299.94728511036],[234301.0690343997,500596.3222895011],[232905.6610322345,500804.88247777603],[230997.4107728633,501002.46581403655],[230794.6591828051,499904.7806125893],[229804.7543607563,499399.84541992366],[229101.08707761316,499399.84541992366],[228194.66820441186,499103.47041553294],[228003.84317847475,498697.3268909975],[227395.5884083002,498499.74355473695],[227097.4243052734,498203.36855034623],[227204.76338236302,497599.64168955025],[226894.67271521525,497599.64168955025],[226703.84768927813,496995.9148287543],[226894.67271521525,496798.33149249386],[226799.26020224666,496403.1648199728],[226405.68358625134,495601.8546229164],[225904.7678931664,495096.91943025065],[223197.43783768354,493801.650892543],[222601.10963163,493999.2342288035],[222803.86122168822,495096.91943025065],[222601.10963163,495195.7110983809],[222195.60645151365,495997.02129543736],[221897.44234848692,496194.6046316979],[222398.35804157186,496995.9148287543],[219905.70614026824,496995.9148287543],[220001.11865323677,499202.26208366314],[220001.11865323677,499795.01209244464],[219297.45137009368,502605.08620814944],[219094.69978003547,504196.7297502479],[220001.11865323677,504097.9380821176],[221098.36255237524,504504.08160665305],[220502.0343463217,506304.28533702646],[220001.11865323677,507698.3455428644],[219202.0388571251,509794.92427762854],[219202.0388571251,510003.4844659035],[218402.95906101342,512100.0632006676],[221098.36255237524,512001.2715325374],[223805.6926078581,512001.2715325374],[224700.18491693836,509696.1326094983],[225797.42881607678,509794.92427762854],[226202.9319961932,509597.340941368],[229697.4152836667,509597.340941368],[230198.33097675157,509904.6927977733],[230794.6591828051,510398.6511384245],[231903.8296460646,508697.2390761813],[232500.15785211808,507094.6186820684],[232595.57036508666,505898.141812491],[232798.32195514487,505305.39180370956],[233299.2376482298,504899.2482791741],[233394.65016119834,504295.5214183781],[233299.2376482298,504097.9380821176],[234205.6565214311,503395.4195531914],[234503.82062445785,504196.7297502479],[235004.7363175428,504097.9380821176],[234897.39724045317,503603.97974146635],[235505.65201062773,502901.46121254016],[236602.8959097662,502198.942683614],[237998.30391193135,501200.04915029707],[237103.81160285108,499904.7806125893]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0177"},"geometry":{"type":"Polygon","coordinates":[[[222601.10963163,493999.2342288035],[223197.43783768354,493801.650892543],[224199.26922385342,492495.40550282085],[223996.5176337952,491397.7203013736],[223602.9410177999,489795.09990726074],[223197.43783768354,488499.8313695531],[222696.5221445986,488499.8313695531],[221098.36255237524,488104.6646970321],[220096.53116620536,487303.3544999756],[219500.20296015183,485294.5905813273],[220299.2827562635,482802.84517404216],[221002.95003940666,481595.39145245025],[220800.19844934845,481299.0164480595],[220096.53116620536,480596.4979191333],[219094.69978003547,479696.39605394664],[217699.29177787027,479597.6043858164],[215003.88828650845,479597.6043858164],[212797.47392411053,481101.43311179907],[212797.47392411053,481705.159972595],[212904.81300120015,482605.26183778164],[212594.72233405232,482704.05350591196],[212594.72233405232,483395.59518282366],[212797.47392411053,483900.5303754894],[211902.98161503026,484701.84057254577],[210197.4829457173,485195.798913197],[209994.73135565908,485997.1091102535],[209601.15473966376,486600.83597104944],[209601.15473966376,487797.31284062687],[209994.73135565908,487698.5211724966],[210102.0704327487,487402.1461681059],[210400.23453577544,487402.1461681059],[210602.98612583365,487994.8961768873],[210400.23453577544,488302.2480332926],[210400.23453577544,488697.4147058136],[210602.98612583365,489103.55823034904],[211497.4784349139,489004.7665622188],[211604.81751200353,488894.99804207403],[212296.55823102558,489399.93323473976],[212499.3098210838,490300.03509992646],[211795.64253794064,491496.5119695039],[212403.8973081152,493197.92403174704],[210805.73771589185,493395.50736800756],[210805.73771589185,493702.8592244127],[210102.0704327487,493604.0675562825],[209803.90632972197,493702.8592244127],[209696.56725263235,494196.81756506395],[208802.07494355208,493999.2342288035],[207394.74037726584,496501.9564881031],[207203.91535132873,496403.1648199728],[207001.16376127052,497303.2666851595],[206404.83555521705,497994.8083620713],[206905.75124830194,498400.95188660675],[207704.83104441367,498796.1185591277],[208205.74673749862,498203.36855034623],[208503.91084052535,498104.576882216],[208694.73586646246,498400.95188660675],[209302.99063663703,498203.36855034623],[210400.23453577544,498203.36855034623],[210996.56274182897,497797.22502581077],[212702.06141114194,497896.01669394097],[213894.71782324894,497599.64168955025],[215600.21649256197,496897.12316062406],[215600.21649256197,495898.22962730716],[216399.29628867365,495799.43795917684],[216494.70880164223,494602.9610895994],[216697.46039170038,494504.1694214692],[217198.37608478533,494602.9610895994],[217305.71516187495,494098.02589693374],[218104.79495798668,494295.60923319426],[218605.71065107163,494098.02589693374],[219404.7904471833,493395.50736800756],[219595.61547312042,493702.8592244127],[220502.0343463217,493395.50736800756],[220895.61096231703,493604.0675562825],[220895.61096231703,493900.4425606732],[221694.6907584287,493801.650892543],[222601.10963163,493801.650892543],[222601.10963163,493999.2342288035]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0180"},"geometry":{"type":"Polygon","coordinates":[[[214395.63351633388,520420.51702763734],[214705.7241834817,520102.18831921765],[215302.05238953524,520497.3549917386],[215695.6290055305,520299.77165547817],[216005.71967267833,519904.6049829571],[216399.29628867365,519794.8364628124],[216602.04787873186,520299.77165547817],[217401.12767484353,520299.77165547817],[217794.70429083885,520596.1466598689],[218295.6199839238,520694.9383279991],[218701.12316404015,520299.77165547817],[218498.37157398195,519904.6049829571],[218605.71065107163,519399.66979029146],[218402.95906101342,518697.1512613652],[217794.70429083885,515996.84566580516],[216995.62449472718,512604.99839333334],[215504.8039795934,512297.64653692814],[214705.7241834817,512297.64653692814],[214002.05690033862,512001.2715325374],[211700.23002497212,511397.54467174143],[210197.4829457173,511101.1696673507],[209601.15473966376,511101.1696673507],[208897.48745652067,511397.54467174143],[208503.91084052535,511397.54467174143],[206500.24806818558,511101.1696673507],[206500.24806818558,511002.37799922045],[205403.00416904717,510695.02614281524],[204997.50098893075,511902.4798644071],[204794.7493988726,512297.64653692814],[203697.50549973414,513098.9567339846],[203697.50549973414,513505.10025852],[203494.75390967593,514097.85026730155],[203697.50549973414,514701.5771280975],[203494.75390967593,515601.6789932841],[203196.5898066492,515601.6789932841],[203005.76478071208,516205.4058540801],[203101.17729368067,516798.1558628616],[203399.3413967074,517303.09105552733],[203494.75390967593,517994.63273243903],[203494.75390967593,519103.2947859007],[204603.92437293543,520003.3966510874],[204496.5852958458,520299.77165547817],[205605.75575910532,521002.29018440435],[205605.75575910532,521298.6651887951],[206297.49647812737,521704.80871333054],[206702.9996582438,522099.9753858515],[206905.75124830194,522802.4939147777],[207203.91535132873,523000.07725103816],[207800.2435573822,522604.91057851724],[207895.6560703508,522396.3503902423],[207502.07945435547,521595.0401931858],[208802.07494355208,521101.08185253455],[208897.48745652067,521397.4568569253],[208599.32335349388,521902.39204959106],[209004.8265336103,522001.18371772126],[209100.23904657882,521704.80871333054],[209505.74222669523,521298.6651887951],[209696.56725263235,521803.60038146074],[210102.0704327487,522198.7670539818],[210901.15022886038,522396.3503902423],[212499.3098210838,521496.2485250556],[212904.81300120015,521595.0401931858],[213298.38961719547,521101.08185253455],[213202.97710422688,520903.4985162741],[213501.14120725368,520596.1466598689],[214395.63351633388,520596.1466598689],[214395.63351633388,520420.51702763734]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0183"},"geometry":{"type":"Polygon","coordinates":[[[261100.05861444387,495503.0629547861],[261076.20548620174,494998.12776212045],[260599.14292135893,494998.12776212045],[259800.06312524725,495195.7110983809],[257295.48465982254,494899.3360939902],[254695.4936814293,494295.60923319426],[254600.08116846078,492901.5490273563],[255005.58434857713,492396.6138346906],[255399.16096457245,492100.2388302998],[255494.57347754098,489904.8684274055],[255494.57347754098,487204.56283184537],[255005.58434857713,486798.4193073099],[254802.83275851893,486996.0026435704],[253705.5888593805,487094.7943117007],[252405.5933701839,487303.3544999756],[251701.92608704075,486996.0026435704],[250103.7664948174,486699.6276391797],[249805.6023917906,485601.9424377325],[249495.51172464283,485195.798913197],[248601.01941556256,484701.84057254577],[248505.60690259398,483604.1553710986],[248195.51623544615,483296.8035146934],[247897.35213241942,483296.8035146934],[247396.43643933447,483999.3220436196],[246800.108233281,484295.6970480103],[245905.61592420074,484504.2572362853],[245404.7002311158,484603.04890441557],[245201.9486410576,484899.4239088063],[245798.27684711112,485799.525773993],[245798.27684711112,486798.4193073099],[245595.5252570529,486897.2109754402],[245297.36115402618,488203.45636516233],[244796.44546094124,488598.6230376833],[244200.11725488777,490102.451763666],[244283.60320373526,490354.91935999884],[244295.5297678563,490398.8267680567],[242601.95766266435,492495.40550282085],[242196.454482548,492901.5490273563],[242494.61858557473,493801.650892543],[242804.70925272256,494098.02589693374],[242494.61858557473,494899.3360939902],[242399.2060726062,495601.8546229164],[243102.8733557493,496194.6046316979],[243699.20156180282,496304.3731518426],[244200.11725488777,496995.9148287543],[244200.11725488777,497402.0583532898],[244903.78453803086,499004.6787474027],[245404.7002311158,499795.01209244464],[245798.27684711112,499597.4287561842],[247801.9396194509,498203.36855034623],[248100.10372247762,498203.36855034623],[249304.68669870566,497797.22502581077],[252501.00588315242,497896.01669394097],[254099.16547537583,497797.22502581077],[254695.4936814293,497896.01669394097],[254600.08116846078,496798.33149249386],[255196.40937451425,496995.9148287543],[257104.65963388543,496501.9564881031],[258297.31604599243,495997.02129543736],[260694.5554343275,495305.47961852566],[261100.05861444387,495503.0629547861]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0184"},"geometry":{"type":"Polygon","coordinates":[[[170505.87755079643,518203.19292071403],[169504.04616462655,518795.9429294955],[168895.79139445198,519498.46145842166],[168895.79139445198,521002.29018440435],[169205.8820615998,521002.29018440435],[169897.62278062187,521595.0401931858],[171102.20575684996,521704.80871333054],[172294.86216895696,521704.80871333054],[172199.44965598837,521199.8735206648],[173105.86852918967,519904.6049829571],[172294.86216895696,519300.87812216114],[172795.77786204184,518598.35959323496],[172700.3653490733,517994.63273243903],[171304.9573469081,518104.4012525837],[170827.8947820653,518071.4706965403],[170505.87755079643,518203.19292071403]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0189"},"geometry":{"type":"Polygon","coordinates":[[[239501.05099118617,478697.50252062967],[238594.63211798487,477303.4423147917],[238105.64298902097,476600.92378586554],[237497.3882188464,476600.92378586554],[236101.98021668126,476304.5487814748],[235302.90042056952,476699.7154539958],[234599.23313742643,477896.1923235732],[234301.0690343997,478401.12751623895],[234599.23313742643,479202.4377132954],[234205.6565214311,481101.43311179907],[234002.9049313729,481803.95164072525],[233394.65016119834,481496.59978432],[233001.07354520302,481803.95164072525],[232500.15785211808,482605.26183778164],[230794.6591828051,482297.9099813765],[230496.49507977837,482297.9099813765],[228695.5838974968,482605.26183778164],[229900.16687372484,484405.46556815505],[230198.33097675157,485195.798913197],[230401.08256680978,485239.70632125495],[231295.57487589004,485898.3174421232],[232094.65467200172,485898.3174421232],[232201.99374909134,486600.83597104944],[230699.24666983652,486798.4193073099],[230496.49507977837,487204.56283184537],[230496.49507977837,488203.45636516233],[231605.66554303787,488796.20637394383],[231295.57487589004,490003.6600955357],[231796.490568975,491496.5119695039],[235899.22862662305,492802.75735922606],[236197.3927296498,492001.4471621696],[237294.63662878826,489399.93323473976],[237497.3882188464,489103.55823034904],[237998.30391193135,487797.31284062687],[238105.64298902097,487303.3544999756],[238499.2196050163,487094.7943117007],[238701.9711950745,486798.4193073099],[238594.63211798487,486095.9007783837],[238403.80709204776,485997.1091102535],[237998.30391193135,484800.6322406761],[237497.3882188464,484603.04890441557],[237998.30391193135,483604.1553710986],[238797.38370804302,483099.2201784329],[239000.13529810123,482704.05350591196],[238594.63211798487,482001.5349769857],[237998.30391193135,481200.22477992927],[238594.63211798487,481200.22477992927],[239000.13529810123,480497.7062510031],[239894.6276071815,480003.74791035184],[239501.05099118617,478697.50252062967]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0193"},"geometry":{"type":"Polygon","coordinates":[[[210197.4829457173,511101.1696673507],[210495.64704874402,510003.4844659035],[210805.73771589185,509202.17426884704],[209899.3188426905,506897.03534580796],[209398.4031496056,505700.5584762305],[209696.56725263235,505195.6232835648],[209195.6515595474,504196.7297502479],[208897.48745652067,503801.56307772687],[208396.57176343573,503801.56307772687],[209100.23904657882,502495.3176880047],[209398.4031496056,501704.98434296274],[209696.56725263235,501397.63248655753],[210197.4829457173,501200.04915029707],[210197.4829457173,500695.11395763134],[209696.56725263235,500102.36394884984],[209696.56725263235,499597.4287561842],[208694.73586646246,499202.26208366314],[208301.15925046714,499103.47041553294],[207704.83104441367,498796.1185591277],[206905.75124830194,498400.95188660675],[206404.83555521705,497994.8083620713],[207001.16376127052,497303.2666851595],[207203.91535132873,496403.1648199728],[206702.9996582438,495503.0629547861],[205903.9198621321,495096.91943025065],[204902.08847596223,495195.7110983809],[204103.00867985055,494998.12776212045],[203602.0929867656,495503.0629547861],[203697.50549973414,496501.9564881031],[203602.0929867656,497797.22502581077],[203399.3413967074,498302.16021847643],[202695.67411356425,499004.6787474027],[201395.67862436763,499696.2204243144],[200894.7629312827,500299.94728511036],[200501.18631528737,501298.84081842727],[199296.60333905934,502297.73435174424],[198497.52354294766,502605.08620814944],[197901.19533689413,503099.0445488007],[197603.0312338674,503505.18807333615],[197603.0312338674,503900.3547458571],[197805.7828239256,504405.28993852285],[198199.35943992087,504602.8732747834],[198604.86262003728,504504.08160665305],[198700.2751330058,505777.3964403318],[197102.11554078246,506600.6603414172],[196803.95143775572,507094.6186820684],[198795.6876459744,508203.2807355301],[198795.6876459744,508104.4890673999],[200799.35041831416,509103.3826007168],[201300.2661113991,508104.4890673999],[202099.34590751078,507599.55387473415],[202600.26160059572,507401.9705384737],[203196.5898066492,508104.4890673999],[203602.0929867656,509103.3826007168],[203995.66960276087,509103.3826007168],[204103.00867985055,508400.8640717906],[204603.92437293543,507994.7205472551],[205295.66509195755,507895.9288791249],[206094.74488806922,507401.9705384737],[207895.6560703508,508894.82241244183],[207502.07945435547,509696.1326094983],[207096.5762742391,510804.79466295993],[206500.24806818558,511002.37799922045],[206500.24806818558,511101.1696673507],[208503.91084052535,511397.54467174143],[208897.48745652067,511397.54467174143],[209601.15473966376,511101.1696673507],[210197.4829457173,511101.1696673507]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0196"},"geometry":{"type":"Polygon","coordinates":[[[199797.51903214428,436502.48337699973],[200298.43472522922,436195.1315205945],[201097.5145213409,436304.9000407393],[201204.85359843052,436502.48337699973],[201801.18180448405,436403.69170886953],[202600.26160059572,436403.69170886953],[203697.50549973414,435997.54818433407],[203494.75390967593,435602.38151181303],[203900.25708979234,434899.86298288684],[204496.5852958458,434603.4879784961],[204305.7602699087,433999.76111770014],[204496.5852958458,433900.96944956994],[205104.84006602038,433999.76111770014],[205903.9198621321,433703.3861133094],[206595.66058115417,433297.24258877395],[207001.16376127052,432495.9323917175],[207096.5762742391,431694.62219466106],[207597.491967324,431101.8721858796],[207895.6560703508,431101.8721858796],[208694.73586646246,430596.9369932139],[208503.91084052535,430300.5619888231],[208694.73586646246,428302.77492218924],[207800.2435573822,428697.9415947102],[206702.9996582438,429005.2934511155],[204603.92437293543,429104.0851192457],[204103.00867985055,429202.87678737595],[203494.75390967593,429499.2517917667],[202302.09749756893,430498.14532508363],[201598.43021442584,431003.08051774936],[201002.1020083723,431398.24719027034],[200298.43472522922,431595.83052653086],[199702.1065191757,432100.7657191965],[199105.77831312222,433000.86758438323],[198700.2751330058,434394.9277902212],[198294.77195288945,434801.07131475664],[197197.52805375104,435503.5898436828],[196303.03574467078,436195.1315205945],[196303.03574467078,436304.9000407393],[196696.6123606661,436195.1315205945],[197304.86713084066,436304.9000407393],[197698.44374683592,436502.48337699973],[198998.4392360326,436601.27504513],[199499.35492911754,436304.9000407393],[199797.51903214428,436502.48337699973]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0197"},"geometry":{"type":"Polygon","coordinates":[[[241003.798070441,442298.2612406409],[241099.21058340953,442001.88623625017],[240705.63396741427,441595.7427117147],[240395.54330026644,440904.20103480294],[240801.0464803828,440399.2658421373],[240705.63396741427,439301.58064069005],[241397.37468643632,438697.8537798941],[241802.87786655268,438599.06211176387],[242303.79355963762,438697.8537798941],[242494.61858557473,438599.06211176387],[242399.2060726062,438105.1037711126],[242804.70925272256,437205.001905926],[243198.28586871788,436897.6500495208],[241099.21058340953,435799.96484807355],[240801.0464803828,435503.5898436828],[240395.54330026644,435404.79817555257],[240204.71827432932,435602.38151181303],[239894.6276071815,435404.79817555257],[237497.3882188464,434603.4879784961],[236400.144319708,433999.76111770014],[235601.06452359632,433198.45092064375],[235195.5613434799,433494.82592503447],[234599.23313742643,433494.82592503447],[234396.48154736822,433099.6592525135],[233299.2376482298,432298.34905545705],[232595.57036508666,432199.5573873268],[231796.490568975,431595.83052653086],[231701.0780560064,431003.08051774936],[230401.08256680978,430399.3536569534],[229804.7543607563,430004.1869844324],[229196.49959058175,430201.7703206929],[229494.66369360848,430695.72866134415],[230102.91846378305,432001.97405106627],[230401.08256680978,432397.14072358725],[230496.49507977837,432902.075916253],[230305.67005384126,433198.45092064375],[230198.33097675157,433900.96944956994],[230198.33097675157,434504.69631036586],[229697.4152836667,435997.54818433407],[230401.08256680978,436304.9000407393],[230997.4107728633,436897.6500495208],[231104.74984995293,437402.58524218644],[230997.4107728633,437995.33525096794],[231402.91395297967,439005.20563629933],[231498.32646594825,439499.1639769506],[231796.490568975,440300.4741740071],[232702.9094421763,440596.8491783978],[232905.6610322345,441398.1593754542],[233704.74082834617,442199.4695725107],[233394.65016119834,442594.63624503167],[234801.98472748458,443395.9464420881],[235505.65201062773,443494.7381102183],[236197.3927296498,443297.15477395785],[236602.8959097662,443395.9464420881],[237795.5523218732,443297.15477395785],[238594.63211798487,443099.5714376974],[240300.13078729785,442803.1964333066],[241003.798070441,442298.2612406409]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0200"},"geometry":{"type":"Polygon","coordinates":[[[199296.60333905934,475799.6135888091],[199201.19082609075,475503.2385844184],[199403.94241614896,475294.67839614337],[199272.7502108172,474701.9283873619],[198998.4392360326,474701.9283873619],[198998.4392360326,474098.20152656594],[198795.6876459744,473604.2431859147],[198795.6876459744,472495.58113245305],[199201.19082609075,472001.6227918018],[199201.19082609075,470903.93759035465],[199702.1065191757,470903.93759035465],[200095.683135171,470596.58573394944],[200203.02221226064,469597.69220063253],[200596.59882825596,468302.4236629248],[200596.59882825596,467698.69680212886],[200298.43472522922,466403.4282644212],[201002.1020083723,465602.11806736473],[201300.2661113991,464800.8078703083],[201503.01770145725,463900.7060051216],[201300.2661113991,463395.7708124559],[201598.43021442584,463099.39580806514],[202003.9333945422,462495.6689472692],[202194.7584204793,462001.71060661797],[202302.09749756893,461397.983745822],[201896.59431745257,461002.817073301],[201705.76929151546,460596.67354876554],[200501.18631528737,459795.3633517091],[200203.02221226064,459202.61334292765],[199702.1065191757,458697.67815026187],[199403.94241614896,458104.9281414804],[199201.19082609075,457204.8262762937],[199296.60333905934,456601.09941549774],[199105.77831312222,456502.30774736754],[198199.35943992087,455196.06235764537],[197603.0312338674,454098.3771561982],[196303.03574467078,454702.1040169941],[194800.28866541595,454504.5206807336],[194001.20886930428,453999.58548806794],[193297.54158616113,454504.5206807336],[193404.88066325075,455898.58088657155],[193595.70568918786,456996.2660880188],[193297.54158616113,456897.4744198885],[190900.3021978261,456996.2660880188],[190101.22240171436,457402.40961255424],[189003.97850257595,457698.78461694496],[188503.062809491,458598.88648213167],[187703.98301337933,459795.3633517091],[187703.98301337933,460003.92353998404],[187405.8189103526,462001.71060661797],[187298.47983326297,462396.87727913895],[186403.9875241827,462704.22913554416],[183899.409058758,462704.22913554416],[183899.409058758,464394.6643457728],[183398.49336567306,465503.3263992345],[184102.1606488162,466403.4282644212],[183195.74177561485,467501.1134658684],[182694.82608252997,467698.69680212886],[179904.01007819956,467402.3217977381],[179200.34279505647,468302.4236629248],[178496.67551191332,469004.942191851],[178305.8504859762,469795.275536893],[178305.8504859762,470201.4190614284],[179200.34279505647,470300.2107295587],[179295.755308025,470695.37740207964],[178997.59120499826,471595.47926726635],[178496.67551191332,471595.47926726635],[178401.26299894473,472396.78946432285],[178198.51140888658,472802.9329888583],[179605.84597517282,473099.30799324904],[180500.33828425308,473395.68299763976],[179701.25848814135,475700.82192067883],[179904.01007819956,475799.6135888091],[181299.41808036476,475898.40525693935],[183899.409058758,475898.40525693935],[184698.48885486968,476194.7802613301],[186105.82342115598,475602.03025254863],[186594.81255011982,475700.82192067883],[186904.90321726765,474800.72005549213],[187298.47983326297,474295.78486282646],[187799.39552634786,474800.72005549213],[188598.4753224596,475294.67839614337],[191496.63040387956,476095.9885931999],[192403.04927708086,476403.340449605],[194001.20886930428,476194.7802613301],[195003.04025547416,476304.5487814748],[195503.9559485591,477094.8821265168],[195599.36846152763,477501.02565105224],[196195.69666758116,477698.60898731276],[196303.03574467078,477501.02565105224],[196100.28415461257,476403.340449605],[196398.4482576393,476403.340449605],[197304.86713084066,476600.92378586554],[198795.6876459744,476699.7154539958],[198998.4392360326,476600.92378586554],[198795.6876459744,476095.9885931999],[198903.02672306402,475898.40525693935],[199296.60333905934,475799.6135888091]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0202"},"geometry":{"type":"Polygon","coordinates":[[[193798.45727924607,445799.87703325745],[194001.20886930428,445196.1501724615],[194597.53707535774,444394.839975405],[195098.4527684427,444197.25663914456],[195802.12005158584,443802.0899666236],[196398.4482576393,443099.5714376974],[194800.28866541595,442803.1964333066],[194299.372972331,442495.8445769014],[193905.7963563357,442001.88623625017],[193703.04476627754,441299.367707324],[193703.04476627754,440695.640846528],[194096.6213822728,440102.89083774656],[193094.78999610292,440904.20103480294],[192701.21338010766,441496.9510435845],[192403.04927708086,441398.1593754542],[192295.71019999124,440399.2658421373],[191699.38199393777,440399.2658421373],[191305.80537794245,440300.4741740071],[191103.05378788424,439696.7473132111],[190399.38650474115,438500.27044363366],[190101.22240171436,438599.06211176387],[189397.55511857127,438697.8537798941],[188300.3112194328,439301.58064069005],[186797.56414017803,439696.7473132111],[186797.56414017803,439499.1639769506],[185402.15613801283,439696.7473132111],[185402.15613801283,440300.4741740071],[185497.56865098135,441200.5760391937],[185700.32024103956,441694.53437984496],[185795.73275400815,442298.2612406409],[185795.73275400815,442901.9881014369],[186296.6484470931,442803.1964333066],[187405.8189103526,442397.05290877115],[188002.14711640606,442704.40476517635],[188204.89870646427,443099.5714376974],[187894.80803931644,443494.7381102183],[187799.39552634786,444098.4649710143],[187799.39552634786,444899.77516807074],[187703.98301337933,445404.71036073647],[187203.0673202944,445404.71036073647],[186594.81255011982,445602.293696997],[185497.56865098135,445701.0853651272],[184698.48885486968,445898.6687013877],[183601.24495573126,446304.8122259232],[183803.99654578947,447095.14557096513],[183899.409058758,447896.4557680216],[184197.57316178473,448500.1826288175],[185903.07183109777,451002.9048881171],[186702.15162720944,451595.6548968986],[187405.8189103526,451595.6548968986],[188896.63942548633,451299.2798925078],[190101.22240171436,451398.07156063814],[190005.80988874583,452901.9002866207],[190804.8896848575,452803.1086184905],[193202.1290731926,454504.5206807336],[193297.54158616113,454504.5206807336],[194001.20886930428,453999.58548806794],[193094.78999610292,452803.1086184905],[192701.21338010766,451299.2798925078],[192999.3774831344,447095.14557096513],[193500.29317621933,446601.1872303139],[193798.45727924607,445799.87703325745]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0203"},"geometry":{"type":"Polygon","coordinates":[[[183899.409058758,462704.22913554416],[182205.83695356606,462605.4374674139],[181502.16967042297,462704.22913554416],[180703.08987431123,462199.29394287843],[179403.09438511461,462298.0856110087],[177804.93479289126,462100.50227474817],[177900.3473058598,461200.40040956147],[177602.18320283305,461002.817073301],[176600.35181666317,460805.23373704054],[175896.68453352008,461101.60874143126],[175395.76884043514,460805.23373704054],[175300.35632746655,460497.8818806353],[175002.19222443982,460399.0902125051],[174298.52494129667,460805.23373704054],[173797.60924821172,460497.8818806353],[172497.6137590151,460300.2985443748],[172199.44965598837,460300.2985443748],[171102.20575684996,460003.92353998404],[170696.70257673354,460003.92353998404],[170100.37437068007,459696.5716835789],[169694.87119056366,459696.5716835789],[168895.79139445198,459498.9883473184],[168096.7115983403,459202.61334292765],[166999.4676992019,459301.40501105785],[166403.13949314837,458401.30314587115],[165902.22380006342,458104.9281414804],[166200.38790309016,457501.20128068444],[164900.39241389354,457095.057756149],[163898.56102772366,456897.4744198885],[163397.6453346387,457698.78461694496],[162801.31712858524,458104.9281414804],[162300.4014355003,458104.9281414804],[161799.48574241536,458598.88648213167],[161894.89825538395,458697.67815026187],[162705.90461561666,458697.67815026187],[163004.06871864345,458401.30314587115],[163194.89374458056,458598.88648213167],[163099.48123161198,459103.82167479733],[162503.1530255585,459005.03000666713],[162395.8139484689,459597.7800154486],[162598.56553852704,460201.50687624456],[163302.2328216702,460300.2985443748],[163695.8094376655,460904.02540517075],[163504.9844117284,461101.60874143126],[162503.1530255585,461496.77541395224],[162705.90461561666,462100.50227474817],[162002.23733247357,462199.29394287843],[161501.32163938863,462495.6689472692],[161596.73415235715,463296.9791443256],[161298.57004933042,463703.12266886106],[160904.9934333351,463703.12266886106],[160904.9934333351,463999.49767325184],[161298.57004933042,464197.0810095123],[161704.07322944677,464800.8078703083],[161704.07322944677,465898.49307175545],[162896.72964155377,466798.59493694216],[163397.6453346387,466699.8032688119],[164196.72513075045,467094.96994133294],[165401.30810697848,466798.59493694216],[165401.30810697848,466502.2199325514],[165103.14400395175,466403.4282644212],[165198.55651692027,465799.7014036252],[165401.30810697848,465799.7014036252],[165699.47221000522,465195.97454282927],[166498.55200611695,465294.7662109595],[167404.97087931825,465700.909735495],[167202.21928926004,465898.49307175545],[167094.88021217042,466403.4282644212],[167905.8865724032,466601.0116006817],[168001.29908537172,467402.3217977381],[169396.70708753692,467698.69680212886],[170100.37437068007,467402.3217977381],[170899.45416679175,467204.7384614776],[171304.9573469081,467204.7384614776],[171901.28555296164,468401.21533105505],[171805.87303999305,468895.1736717063],[173499.445145185,470201.4190614284],[174405.8640183863,470695.37740207964],[175097.60473740834,470805.1459222244],[175300.35632746655,472605.3496525978],[176803.10340672138,472396.78946432285],[177399.43161277485,472495.58113245305],[177697.59571580164,472704.141320728],[178198.51140888658,472802.9329888583],[178401.26299894473,472396.78946432285],[178496.67551191332,471595.47926726635],[178997.59120499826,471595.47926726635],[179295.755308025,470695.37740207964],[179200.34279505647,470300.2107295587],[178305.8504859762,470201.4190614284],[178305.8504859762,469795.275536893],[178496.67551191332,469004.942191851],[179200.34279505647,468302.4236629248],[179904.01007819956,467402.3217977381],[182694.82608252997,467698.69680212886],[183195.74177561485,467501.1134658684],[184102.1606488162,466403.4282644212],[183398.49336567306,465503.3263992345],[183899.409058758,464394.6643457728],[183899.409058758,462704.22913554416]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0209"},"geometry":{"type":"Polygon","coordinates":[[[181001.25397733803,427095.32120059733],[178496.67551191332,427797.8397295236],[175002.19222443982,428302.77492218924],[175002.19222443982,428697.9415947102],[175300.35632746655,428697.9415947102],[175491.18135340366,429027.2471551444],[175097.60473740834,430004.1869844324],[174298.52494129667,430904.2888496191],[174894.8531473502,432001.97405106627],[175204.94381449802,432902.075916253],[175503.10791752476,434197.34445396066],[176194.8486365468,434098.5527858304],[177005.85499677958,433900.96944956994],[178997.59120499826,433000.86758438323],[179796.67100110993,432902.075916253],[181704.92126048112,432298.34905545705],[183195.74177561485,432001.97405106627],[184102.1606488162,431694.62219466106],[184698.48885486968,431299.4555221401],[185199.40454795462,430904.2888496191],[185103.9920349861,430102.97865256266],[184603.07634190115,429104.0851192457],[183899.409058758,429301.6684555062],[183303.08085270453,428697.9415947102],[182504.0010565928,428105.1915859288],[182003.08536350785,428500.35825844976],[181704.92126048112,428500.35825844976],[181001.25397733803,427095.32120059733]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0213"},"geometry":{"type":"Polygon","coordinates":[[[209601.15473966376,463999.49767325184],[209398.4031496056,463000.6041399349],[208694.73586646246,463000.6041399349],[207800.2435573822,463604.33100073086],[207001.16376127052,463604.33100073086],[206595.66058115417,463198.1874761954],[206500.24806818558,462803.02080367436],[206667.21996588056,462309.0624630231],[207203.91535132873,462001.71060661797],[208098.40766040894,462298.0856110087],[208802.07494355208,462199.29394287843],[208694.73586646246,461902.9189384877],[208897.48745652067,461496.77541395224],[209505.74222669523,461002.817073301],[209601.15473966376,460399.0902125051],[209505.74222669523,460003.92353998404],[209696.56725263235,459202.61334292765],[209899.3188426905,458796.4698183922],[210197.4829457173,458697.67815026187],[211103.9018189186,458697.67815026187],[211604.81751200353,458302.51147774095],[211902.98161503026,457501.20128068444],[211902.98161503026,456996.2660880188],[211700.23002497212,456601.09941549774],[211199.31433188717,456304.724411107],[210698.39863880223,456502.30774736754],[209994.73135565908,456194.95589096233],[209302.99063663703,456194.95589096233],[208897.48745652067,455898.58088657155],[208694.73586646246,454702.1040169941],[208503.91084052535,454394.7521605889],[208205.74673749862,454295.96049245866],[207394.74037726584,453604.41881554696],[207096.5762742391,453198.2752910115],[206404.83555521705,452594.54843021557],[205796.58078504243,453099.48362288123],[205403.00416904717,453000.69195475103],[204902.08847596223,453604.41881554696],[204794.7493988726,453999.58548806794],[204103.00867985055,454702.1040169941],[202814.93975477497,454998.47902138485],[202302.09749756893,455294.8540257756],[202194.7584204793,455700.9975503111],[201598.43021442584,455799.78921844135],[201002.1020083723,455503.41421405063],[200000.27062220243,454702.1040169941],[198903.02672306402,453604.41881554696],[198604.86262003728,453395.85862727195],[197400.2796438092,453297.06695914175],[197603.0312338674,454098.3771561982],[198199.35943992087,455196.06235764537],[199105.77831312222,456502.30774736754],[199296.60333905934,456601.09941549774],[199201.19082609075,457204.8262762937],[199403.94241614896,458104.9281414804],[199702.1065191757,458697.67815026187],[200203.02221226064,459202.61334292765],[200501.18631528737,459795.3633517091],[201705.76929151546,460596.67354876554],[201896.59431745257,461002.817073301],[202302.09749756893,461397.983745822],[202194.7584204793,462001.71060661797],[204103.00867985055,462901.8124718047],[206500.24806818558,463604.33100073086],[206595.66058115417,463703.12266886106],[207502.07945435547,463801.9143369913],[207895.6560703508,463999.49767325184],[208396.57176343573,464098.2893413821],[209004.8265336103,463999.49767325184],[209601.15473966376,463999.49767325184]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0214"},"geometry":{"type":"Polygon","coordinates":[[[161203.1575363619,443900.8816347538],[161799.48574241536,443900.8816347538],[162801.31712858524,443395.9464420881],[163504.9844117284,442803.1964333066],[165496.72061994707,442100.6779043804],[166104.97539012163,441299.367707324],[166796.7161091437,440805.40936667274],[168704.96636851487,440300.4741740071],[168502.21477845666,439905.30750148604],[167703.134982345,439202.78897255985],[167404.97087931825,439202.78897255985],[166904.0551862333,439499.1639769506],[166200.38790309016,439301.58064069005],[165496.72061994707,439499.1639769506],[165103.14400395175,439400.37230882037],[165496.72061994707,438697.8537798941],[166104.97539012163,438401.4787755034],[166498.55200611695,438401.4787755034],[166498.55200611695,437501.3769103167],[166605.89108320657,436798.8583813905],[166295.80041605874,436601.27504513],[165997.636313032,436996.441717651],[163803.14851475513,436996.441717651],[163099.48123161198,437303.79357405624],[162705.90461561666,437205.001905926],[162300.4014355003,436700.06671326025],[161799.48574241536,436700.06671326025],[162002.23733247357,437095.23338578123],[161596.73415235715,437205.001905926],[161203.1575363619,436897.6500495208],[160499.49025321874,437205.001905926],[159998.5745601338,437303.79357405624],[159497.65886704886,437095.23338578123],[159104.08225105354,436897.6500495208],[158901.3306609954,436996.441717651],[157696.7476847673,436700.06671326025],[157100.41947871377,436096.33985246427],[156694.9162985974,435997.54818433407],[156504.0912726603,435503.5898436828],[156205.92716963356,435196.2379872776],[155919.68963072787,434449.81205029355],[155394.9208094008,434197.34445396066],[152699.51731803897,432199.5573873268],[152103.1891119855,432100.7657191965],[151900.4375219273,431694.62219466106],[151697.68593186908,431694.62219466106],[151602.27341890056,432495.9323917175],[150803.19362278888,432704.4925799925],[150194.93885261426,432397.14072358725],[150099.52633964573,432803.2842481227],[150600.44203273067,433198.45092064375],[150600.44203273067,433396.0342569042],[149896.77474958752,434197.34445396066],[149395.85905650258,434197.34445396066],[148799.5308504491,434801.07131475664],[148704.11833748053,434603.4879784961],[147201.3712582257,436897.6500495208],[148000.45105433743,437095.23338578123],[148095.86356730596,437797.7519147075],[147702.28695131064,438302.68710737315],[146700.45556514082,438302.68710737315],[145901.37576902908,438599.06211176387],[144994.95689582778,439696.7473132111],[146294.9523850244,440399.2658421373],[145901.37576902908,440695.640846528],[146903.20715519896,441903.09456811997],[147905.03854136885,441595.7427117147],[149002.28244050732,441496.9510435845],[150194.93885261426,440695.640846528],[150803.19362278888,440805.40936667274],[151304.10931587376,441002.99270293326],[151805.0250089587,441398.1593754542],[152305.94070204365,442199.4695725107],[152794.92983100755,442397.05290877115],[153403.18460118212,442495.8445769014],[154094.92532020417,442298.2612406409],[154703.18009037874,442298.2612406409],[155299.5082964322,442495.8445769014],[155800.42398951715,442803.1964333066],[157100.41947871377,443099.5714376974],[157994.91178779403,443900.8816347538],[158400.41496791044,444098.4649710143],[158805.9181480268,444098.4649710143],[159604.99794413848,443900.8816347538],[160904.9934333351,443802.0899666236],[161203.1575363619,443900.8816347538]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0216"},"geometry":{"type":"Polygon","coordinates":[[[146903.20715519896,441903.09456811997],[145901.37576902908,440695.640846528],[146294.9523850244,440399.2658421373],[144994.95689582778,439696.7473132111],[145901.37576902908,438599.06211176387],[145102.2959729174,437698.96024657716],[144398.62868977428,437303.79357405624],[142895.8816105195,436798.8583813905],[142705.05658458234,437501.3769103167],[142299.55340446596,437402.58524218644],[141297.72201829607,437303.79357405624],[140403.22970921584,436996.441717651],[139305.9858100774,436798.8583813905],[139794.97493904128,437501.3769103167],[139198.64673298778,437797.7519147075],[138697.73103990284,437797.7519147075],[138196.8153468179,437402.58524218644],[138602.31852693428,437896.5435828377],[138602.31852693428,438401.4787755034],[138805.07011699246,438401.4787755034],[139604.14991310416,439795.5389813413],[140295.89063212622,441299.367707324],[140796.80632521116,442199.4695725107],[141500.47360835428,441595.7427117147],[142502.30499452417,441200.5760391937],[143098.63320057766,441398.1593754542],[143802.30048372078,442100.6779043804],[144195.8770997161,443099.5714376974],[144601.38027983246,443395.9464420881],[145197.708485886,443297.15477395785],[145996.78828199767,442495.8445769014],[146903.20715519896,441903.09456811997]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0221"},"geometry":{"type":"Polygon","coordinates":[[[208098.40766040894,445997.4603695179],[207394.74037726584,446195.04370577843],[206798.41217121232,445701.0853651272],[205999.33237510064,445701.0853651272],[204603.92437293543,445602.293696997],[204794.7493988726,445898.6687013877],[204997.50098893075,446502.39556218364],[205701.1682720739,446996.3539028349],[205796.58078504243,447896.4557680216],[206094.74488806922,448302.59929255705],[206094.74488806922,449103.9094896135],[205605.75575910532,449795.45116652525],[206094.74488806922,449795.45116652525],[206702.9996582438,450004.0113548002],[207299.32786429726,450695.5530317119],[207704.83104441367,450596.76136358164],[208002.9951474404,450201.59469106066],[208503.91084052535,450102.8030229304],[209100.23904657882,450399.1780273212],[209100.23904657882,449597.86783026473],[208897.48745652067,449103.9094896135],[209195.6515595474,448302.59929255705],[209004.8265336103,447995.24743615184],[208503.91084052535,447896.4557680216],[208205.74673749862,447501.2890955006],[208002.9951474404,446798.7705665744],[207597.491967324,446403.6038940534],[208098.40766040894,445997.4603695179]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0222"},"geometry":{"type":"Polygon","coordinates":[[[225702.01630310825,443198.3631058276],[224902.9365069965,441496.9510435845],[223805.6926078581,440102.89083774656],[223304.77691477316,439103.9973044296],[223400.18942774175,438796.6454480244],[223102.02532471495,438401.4787755034],[222004.78142557654,437600.16857844696],[221002.95003940666,437797.7519147075],[220096.53116620536,437896.5435828377],[219595.61547312042,438302.68710737315],[219297.45137009368,438895.43711615464],[218498.37157398195,439301.58064069005],[218164.42777859198,439334.5111967335],[217902.04336792848,439905.30750148604],[216399.29628867365,439795.5389813413],[212296.55823102558,439795.5389813413],[211902.98161503026,439696.7473132111],[211497.4784349139,439795.5389813413],[211103.9018189186,439597.95564508083],[211199.31433188717,439005.20563629933],[210102.0704327487,439696.7473132111],[210102.0704327487,440004.0991696163],[209004.8265336103,440805.40936667274],[208301.15925046714,441101.78437106346],[208002.9951474404,441398.1593754542],[207502.07945435547,442298.2612406409],[207001.16376127052,443802.0899666236],[208098.40766040894,443900.8816347538],[208301.15925046714,443802.0899666236],[209302.99063663703,443802.0899666236],[210197.4829457173,443703.2982984933],[211199.31433188717,443900.8816347538],[212594.72233405232,443703.2982984933],[212904.81300120015,443395.9464420881],[213000.22551416873,443900.8816347538],[212403.8973081152,444296.0483072748],[212499.3098210838,444504.60849554976],[213000.22551416873,444800.9834999405],[213405.7286942851,444098.4649710143],[214300.22100336535,443395.9464420881],[214801.1366964503,444197.25663914456],[214204.80849039677,444296.0483072748],[214300.22100336535,444603.40016368],[214598.3851063921,444800.9834999405],[215504.8039795934,444296.0483072748],[216303.88377570512,444394.839975405],[217102.9635718168,445404.71036073647],[217401.12767484353,444800.9834999405],[218200.2074709552,445294.9418405917],[218796.53567700874,445503.5020288667],[219500.20296015183,445294.9418405917],[220203.87024329498,444603.40016368],[219905.70614026824,444197.25663914456],[219595.61547312042,443395.9464420881],[221396.52665540198,443395.9464420881],[222505.69711866148,443604.50663036306],[222505.69711866148,443297.15477395785],[222195.60645151365,442803.1964333066],[222803.86122168822,442803.1964333066],[223304.77691477316,442594.63624503167],[223901.1051208267,442704.40476517635],[223996.5176337952,443000.7797695671],[223805.6926078581,443604.50663036306],[223901.1051208267,443999.6733028841],[224700.18491693836,444197.25663914456],[225702.01630310825,443198.3631058276]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0225"},"geometry":{"type":"Polygon","coordinates":[[[175503.10791752476,434197.34445396066],[175204.94381449802,432902.075916253],[174894.8531473502,432001.97405106627],[174298.52494129667,430904.2888496191],[172104.03714301978,430992.1036657349],[172402.20124604658,429696.8351280272],[172104.03714301978,429202.87678737595],[172104.03714301978,428796.7332628405],[172604.95283610473,428500.35825844976],[171304.9573469081,427995.42306578404],[170303.12596073822,427501.4647251328],[169599.45867759513,427699.0480613933],[169504.04616462655,427896.63139765384],[168597.62729142525,427896.63139765384],[168394.87570136704,429202.87678737595],[168597.62729142525,429905.39531630214],[168096.7115983403,430201.7703206929],[168096.7115983403,430596.9369932139],[166403.13949314837,430498.14532508363],[166498.55200611695,431299.4555221401],[166904.0551862333,431299.4555221401],[166904.0551862333,431804.3907148058],[167500.38339228678,432001.97405106627],[167500.38339228678,432397.14072358725],[168096.7115983403,433802.1777814397],[166605.89108320657,433396.0342569042],[165699.47221000522,433297.24258877395],[165496.72061994707,433703.3861133094],[164900.39241389354,433703.3861133094],[164900.39241389354,433999.76111770014],[165794.8847229738,434504.69631036586],[166605.89108320657,434702.2796466264],[167500.38339228678,434801.07131475664],[169504.04616462655,434504.69631036586],[171400.3698598767,434603.4879784961],[174405.8640183863,434197.34445396066],[175503.10791752476,434197.34445396066]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0226"},"geometry":{"type":"Polygon","coordinates":[[[199797.51903214428,436502.48337699973],[199499.35492911754,436304.9000407393],[198998.4392360326,436601.27504513],[197698.44374683592,436502.48337699973],[197304.86713084066,436304.9000407393],[196696.6123606661,436195.1315205945],[196303.03574467078,436304.9000407393],[195503.9559485591,437402.58524218644],[195003.04025547416,437896.5435828377],[194800.28866541595,439103.9973044296],[195098.4527684427,439103.9973044296],[196195.69666758116,439905.30750148604],[196303.03574467078,440399.2658421373],[196100.28415461257,440498.05751026754],[196100.28415461257,440904.20103480294],[196303.03574467078,441804.30289998965],[196195.69666758116,442397.05290877115],[196398.4482576393,442803.1964333066],[196899.36395072425,443099.5714376974],[197197.52805375104,443395.9464420881],[197495.69215677778,443604.50663036306],[198604.86262003728,443494.7381102183],[198998.4392360326,442704.40476517635],[199499.35492911754,442704.40476517635],[200095.683135171,443604.50663036306],[200405.77380231884,443802.0899666236],[201300.2661113991,443900.8816347538],[201801.18180448405,443802.0899666236],[201705.76929151546,443198.3631058276],[201300.2661113991,443099.5714376974],[201204.85359843052,441903.09456811997],[201097.5145213409,441299.367707324],[200799.35041831416,440695.640846528],[201503.01770145725,440300.4741740071],[201300.2661113991,439905.30750148604],[200799.35041831416,439202.78897255985],[200703.93790534558,438302.68710737315],[200298.43472522922,438203.89543924294],[200095.683135171,437896.5435828377],[200298.43472522922,437402.58524218644],[200095.683135171,436700.06671326025],[199797.51903214428,436502.48337699973]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0228"},"geometry":{"type":"Polygon","coordinates":[[[193297.54158616113,454504.5206807336],[193202.1290731926,454504.5206807336],[190804.8896848575,452803.1086184905],[190005.80988874583,452901.9002866207],[190101.22240171436,451398.07156063814],[188896.63942548633,451299.2798925078],[187405.8189103526,451595.6548968986],[186702.15162720944,451595.6548968986],[185903.07183109777,451002.9048881171],[184197.57316178473,448500.1826288175],[183505.83244276268,448203.8076244268],[183100.32926264632,448302.59929255705],[181800.3337734497,448302.59929255705],[181299.41808036476,448203.8076244268],[180094.83510413667,448105.0159562965],[179605.84597517282,447995.24743615184],[179104.93028208788,447204.9140911099],[179104.93028208788,446699.97889844415],[178902.17869202967,445997.4603695179],[178198.51140888658,445898.6687013877],[176695.76432963175,445503.5020288667],[175395.76884043514,445097.3585043312],[175300.35632746655,444899.77516807074],[174799.4406343816,444800.9834999405],[174405.8640183863,445196.1501724615],[173296.69355512678,445196.1501724615],[172199.44965598837,444899.77516807074],[171901.28555296164,445196.1501724615],[171495.78237284522,444998.566836201],[170899.45416679175,444998.566836201],[170601.29006376502,445701.0853651272],[170100.37437068007,445503.5020288667],[170004.9618577115,445097.3585043312],[169802.21026765328,445196.1501724615],[169098.5429845102,445898.6687013877],[168895.79139445198,446798.7705665744],[168597.62729142525,447095.14557096513],[168895.79139445198,447501.2890955006],[168895.79139445198,447995.24743615184],[168704.96636851487,447995.24743615184],[168704.96636851487,449202.7011577437],[168895.79139445198,449597.86783026473],[167404.97087931825,450201.59469106066],[167595.79590525536,451101.69655624736],[166701.3035961751,451200.4882243776],[166999.4676992019,454504.5206807336],[166904.0551862333,455097.27068951516],[166498.55200611695,455503.41421405063],[166605.89108320657,455997.37255470187],[166498.55200611695,456897.4744198885],[166200.38790309016,457501.20128068444],[165902.22380006342,458104.9281414804],[166403.13949314837,458401.30314587115],[166999.4676992019,459301.40501105785],[168096.7115983403,459202.61334292765],[168895.79139445198,459498.9883473184],[169694.87119056366,459696.5716835789],[170100.37437068007,459696.5716835789],[170696.70257673354,460003.92353998404],[171102.20575684996,460003.92353998404],[172199.44965598837,460300.2985443748],[172497.6137590151,460300.2985443748],[173797.60924821172,460497.8818806353],[174298.52494129667,460805.23373704054],[175002.19222443982,460399.0902125051],[175300.35632746655,460497.8818806353],[175395.76884043514,460805.23373704054],[175896.68453352008,461101.60874143126],[176600.35181666317,460805.23373704054],[177602.18320283305,461002.817073301],[177900.3473058598,461200.40040956147],[177804.93479289126,462100.50227474817],[179403.09438511461,462298.0856110087],[180703.08987431123,462199.29394287843],[181502.16967042297,462704.22913554416],[182205.83695356606,462605.4374674139],[183899.409058758,462704.22913554416],[186403.9875241827,462704.22913554416],[187298.47983326297,462396.87727913895],[187405.8189103526,462001.71060661797],[187703.98301337933,460003.92353998404],[187703.98301337933,459795.3633517091],[188503.062809491,458598.88648213167],[189003.97850257595,457698.78461694496],[190101.22240171436,457402.40961255424],[190900.3021978261,456996.2660880188],[193297.54158616113,456897.4744198885],[193595.70568918786,456996.2660880188],[193404.88066325075,455898.58088657155],[193297.54158616113,454504.5206807336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0230"},"geometry":{"type":"Polygon","coordinates":[[[191603.9694809692,489399.93323473976],[190697.5506077679,488894.99804207403],[188300.3112194328,485700.73410586274],[188002.14711640606,485997.1091102535],[187596.6439362897,485799.525773993],[184603.07634190115,489301.1415666095],[184495.73726481153,490003.6600955357],[184304.91223887436,490497.6184361869],[183899.409058758,490596.41010431724],[182504.0010565928,490003.6600955357],[182301.24946653465,490300.03509992646],[181895.74628641823,490201.2434317962],[181096.66649030655,489795.09990726074],[180595.7507972216,490201.2434317962],[180202.1741812263,491101.3452969829],[181800.3337734497,492495.40550282085],[182396.66197950317,492901.5490273563],[183803.99654578947,494196.81756506395],[184698.48885486968,495898.22962730716],[184698.48885486968,496194.6046316979],[184197.57316178473,496600.74815623334],[184603.07634190115,497303.2666851595],[184901.24044492788,496798.33149249386],[185199.40454795462,496897.12316062406],[185497.56865098135,497698.4333576805],[185795.73275400815,497698.4333576805],[185903.07183109777,498203.36855034623],[186403.9875241827,497797.22502581077],[187703.98301337933,496897.12316062406],[188300.3112194328,496304.3731518426],[187894.80803931644,495700.64629104664],[187799.39552634786,495195.7110983809],[188300.3112194328,494701.75275772973],[189003.97850257595,493702.8592244127],[189803.05829868763,492703.9656910958],[190995.71471079462,491803.8638259091],[190303.97399177257,491298.9286332434],[191603.9694809692,489399.93323473976]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0232"},"geometry":{"type":"Polygon","coordinates":[[[202003.9333945422,486502.0443029192],[202194.7584204793,486304.46096665866],[202898.42570362246,486095.9007783837],[203196.5898066492,485700.73410586274],[202695.67411356425,485294.5905813273],[202099.34590751078,485195.798913197],[201896.59431745257,484998.21557693655],[201896.59431745257,484295.6970480103],[202003.9333945422,483801.7387073591],[201801.18180448405,482704.05350591196],[200405.77380231884,482802.84517404216],[200405.77380231884,482199.1183132462],[199296.60333905934,479202.4377132954],[199201.19082609075,478499.91918436915],[199797.51903214428,476996.0904583866],[199797.51903214428,475898.40525693935],[199296.60333905934,475799.6135888091],[198903.02672306402,475898.40525693935],[198795.6876459744,476095.9885931999],[198998.4392360326,476600.92378586554],[198795.6876459744,476699.7154539958],[197304.86713084066,476600.92378586554],[196398.4482576393,476403.340449605],[196100.28415461257,476403.340449605],[196303.03574467078,477501.02565105224],[196195.69666758116,477698.60898731276],[195599.36846152763,477501.02565105224],[195503.9559485591,477094.8821265168],[195003.04025547416,476304.5487814748],[194001.20886930428,476194.7802613301],[192403.04927708086,476403.340449605],[191496.63040387956,476095.9885931999],[188598.4753224596,475294.67839614337],[187799.39552634786,474800.72005549213],[187298.47983326297,474295.78486282646],[186904.90321726765,474800.72005549213],[186594.81255011982,475700.82192067883],[186499.40003715124,476403.340449605],[186702.15162720944,476996.0904583866],[186296.6484470931,477698.60898731276],[186201.2359341245,478697.50252062967],[185903.07183109777,479696.39605394664],[186594.81255011982,480102.53957848204],[187894.80803931644,481705.159972595],[188598.4753224596,483099.2201784329],[187501.23142332112,484998.21557693655],[188097.55962937465,485404.359101472],[188300.3112194328,485700.73410586274],[190697.5506077679,488894.99804207403],[191603.9694809692,489399.93323473976],[192796.62589307618,490003.6600955357],[193404.88066325075,490201.2434317962],[193798.45727924607,489597.5165710003],[196195.69666758116,487994.8961768873],[197901.19533689413,487094.7943117007],[198903.02672306402,486798.4193073099],[198998.4392360326,486502.0443029192],[199296.60333905934,486304.46096665866],[199594.76744208607,486403.252634789],[199594.76744208607,485601.9424377325],[199904.8581092339,485700.73410586274],[200298.43472522922,486095.9007783837],[201801.18180448405,486194.692446514],[202003.9333945422,486502.0443029192]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0233"},"geometry":{"type":"Polygon","coordinates":[[[179701.25848814135,475700.82192067883],[180500.33828425308,473395.68299763976],[179605.84597517282,473099.30799324904],[178198.51140888658,472802.9329888583],[177697.59571580164,472704.141320728],[177399.43161277485,472495.58113245305],[176803.10340672138,472396.78946432285],[175300.35632746655,472605.3496525978],[175097.60473740834,472704.141320728],[174799.4406343816,473604.2431859147],[174596.68904432346,473900.6181903055],[173797.60924821172,474394.57653095666],[172903.11693913152,475503.2385844184],[172199.44965598837,475997.1969250696],[170994.86667976028,476403.340449605],[170303.12596073822,476403.340449605],[170303.12596073822,476600.92378586554],[169802.21026765328,476699.7154539958],[169098.5429845102,476699.7154539958],[168704.96636851487,476798.50712212606],[167202.21928926004,477501.02565105224],[166498.55200611695,477698.60898731276],[165997.636313032,478203.54417997843],[166498.55200611695,479696.39605394664],[166701.3035961751,480102.53957848204],[166904.0551862333,481101.43311179907],[167202.21928926004,481299.0164480595],[167762.76780295034,481946.6507169134],[168037.07877773495,481924.6970128844],[168299.4631883985,481595.39145245025],[169504.04616462655,481200.22477992927],[170100.37437068007,481299.0164480595],[171102.20575684996,482199.1183132462],[171603.12144993484,482100.326645116],[174405.8640183863,479498.8127176861],[174799.4406343816,479301.22938142566],[175395.76884043514,480596.4979191333],[176695.76432963175,482297.9099813765],[179605.84597517282,481200.22477992927],[179796.67100110993,481101.43311179907],[179605.84597517282,479904.9562422216],[179295.755308025,479004.85437703494],[179498.5068980832,477698.60898731276],[180094.83510413667,477204.6506466615],[180094.83510413667,476699.7154539958],[179605.84597517282,475997.1969250696],[179701.25848814135,475700.82192067883]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0236"},"geometry":{"type":"Polygon","coordinates":[[[145901.37576902908,438599.06211176387],[146700.45556514082,438302.68710737315],[147702.28695131064,438302.68710737315],[148095.86356730596,437797.7519147075],[148000.45105433743,437095.23338578123],[147201.3712582257,436897.6500495208],[148704.11833748053,434603.4879784961],[148799.5308504491,434801.07131475664],[149395.85905650258,434197.34445396066],[149896.77474958752,434197.34445396066],[150600.44203273067,433396.0342569042],[150600.44203273067,433198.45092064375],[150099.52633964573,432803.2842481227],[150194.93885261426,432397.14072358725],[150803.19362278888,432704.4925799925],[151602.27341890056,432495.9323917175],[151697.68593186908,431694.62219466106],[151494.93434181093,431299.4555221401],[150898.6061357574,430695.72866134415],[150898.6061357574,430102.97865256266],[150505.0295197621,430004.1869844324],[150004.11382667714,429696.8351280272],[149598.6106465608,429301.6684555062],[148704.11833748053,429598.04345989693],[147499.5353612525,429795.62679615745],[146402.29146211402,429598.04345989693],[145305.0475629756,429795.62679615745],[144696.79279280105,429696.8351280272],[144100.46458674752,429696.8351280272],[143396.79730360443,429301.6684555062],[141595.88612132284,428796.7332628405],[138900.48262996104,428796.7332628405],[138602.31852693428,428796.7332628405],[138697.73103990284,430300.5619888231],[137803.23873082257,431595.83052653086],[136694.06826756307,431398.24719027034],[136503.24324162595,431694.62219466106],[136503.24324162595,432199.5573873268],[136694.06826756307,432803.2842481227],[136205.07913859922,433396.0342569042],[136395.90416453633,433802.1777814397],[136503.24324162595,434504.69631036586],[137397.73555070622,436195.1315205945],[138196.8153468179,437402.58524218644],[138697.73103990284,437797.7519147075],[139198.64673298778,437797.7519147075],[139794.97493904128,437501.3769103167],[139305.9858100774,436798.8583813905],[140403.22970921584,436996.441717651],[141297.72201829607,437303.79357405624],[142299.55340446596,437402.58524218644],[142705.05658458234,437501.3769103167],[142895.8816105195,436798.8583813905],[144398.62868977428,437303.79357405624],[145102.2959729174,437698.96024657716],[145901.37576902908,438599.06211176387]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0241"},"geometry":{"type":"Polygon","coordinates":[[[194096.6213822728,417797.9275443397],[194001.20886930428,417402.7608718187],[193404.88066325075,417095.4090154135],[193094.78999610292,417095.4090154135],[192796.62589307618,417095.4090154135],[192498.46179004945,417402.7608718187],[192701.21338010766,417896.71921246994],[191496.63040387956,418302.86273700534],[191305.80537794245,418698.0294095264],[191198.46630085283,419400.54793845257],[190804.8896848575,419795.71461097355],[190005.80988874583,421101.9600006957],[189600.30670862942,421694.7100094772],[189504.8941956609,422002.06186588237],[189504.8941956609,423099.7470673296],[189099.39101554453,423802.2655962558],[188896.63942548633,424702.3674614425],[189600.30670862942,424702.3674614425],[189302.14260560268,425097.53413396346],[189003.97850257595,425898.8443310199],[189504.8941956609,426195.2193354106],[190602.1380947993,426601.3628599461],[190900.3021978261,426897.7378643369],[191496.63040387956,426096.4276672804],[192104.88517405413,425602.4693266292],[192796.62589307618,425295.117470224],[193297.54158616113,425196.3258020937],[193703.04476627754,424899.950797703],[194299.372972331,424801.15912957274],[195802.12005158584,423396.1220717203],[195694.7809744962,423000.95539919933],[195408.54343559052,422474.0665025047],[195503.9559485591,422002.06186588237],[195897.53256455436,422100.8535340127],[196505.78733472893,421804.4785296219],[196100.28415461257,421299.5433369562],[196195.69666758116,420904.3766644352],[196696.6123606661,420300.6498036393],[196601.1998476975,419905.48313111824],[195897.53256455436,419202.96460219205],[195503.9559485591,419104.17293406185],[194394.7854852996,418204.07106887514],[194001.20886930428,417995.5108806002],[194096.6213822728,417797.9275443397]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0243"},"geometry":{"type":"Polygon","coordinates":[[[176695.76432963175,482297.9099813765],[175395.76884043514,480596.4979191333],[174799.4406343816,479301.22938142566],[174405.8640183863,479498.8127176861],[171603.12144993484,482100.326645116],[171102.20575684996,482199.1183132462],[170100.37437068007,481299.0164480595],[169504.04616462655,481200.22477992927],[168299.4631883985,481595.39145245025],[168037.07877773495,481924.6970128844],[167762.76780295034,481946.6507169134],[168502.21477845666,482605.26183778164],[168800.37888148346,482704.05350591196],[170303.12596073822,484196.9053798801],[170505.87755079643,485503.1507696023],[170804.04165382317,485898.3174421232],[171304.9573469081,485503.1507696023],[171698.53396290343,485997.1091102535],[172497.6137590151,486699.6276391797],[172795.77786204184,486699.6276391797],[173105.86852918967,486304.46096665866],[173904.94832530135,486996.0026435704],[174596.68904432346,487500.93783623615],[174894.8531473502,487896.1045087571],[174894.8531473502,487698.5211724966],[175896.68453352008,486095.9007783837],[176194.8486365468,485503.1507696023],[176194.8486365468,485097.0072450668],[176600.35181666317,484295.6970480103],[176695.76432963175,483604.1553710986],[177101.2675097481,483505.36370296835],[177196.6800227167,482901.6368421724],[177101.2675097481,482605.26183778164],[176695.76432963175,482297.9099813765]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0244"},"geometry":{"type":"Polygon","coordinates":[[[203697.50549973414,496501.9564881031],[203005.76478071208,496600.74815623334],[202003.9333945422,496304.3731518426],[200799.35041831416,496095.8129635676],[199105.77831312222,495305.47961852566],[198199.35943992087,495305.47961852566],[198700.2751330058,496304.3731518426],[198998.4392360326,497402.0583532898],[199105.77831312222,498697.3268909975],[198903.02672306402,499202.26208366314],[198604.86262003728,499597.4287561842],[197996.60784986272,499696.2204243144],[197901.19533689413,500398.73895324057],[197304.86713084066,501101.2574821668],[196696.6123606661,501595.215822818],[197400.2796438092,502198.942683614],[197901.19533689413,502100.1510154838],[198199.35943992087,502198.942683614],[198497.52354294766,502605.08620814944],[199296.60333905934,502297.73435174424],[200501.18631528737,501298.84081842727],[200894.7629312827,500299.94728511036],[201395.67862436763,499696.2204243144],[202695.67411356425,499004.6787474027],[203399.3413967074,498302.16021847643],[203602.0929867656,497797.22502581077],[203697.50549973414,496501.9564881031]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0246"},"geometry":{"type":"Polygon","coordinates":[[[203697.50549973414,496501.9564881031],[203602.0929867656,495503.0629547861],[204103.00867985055,494998.12776212045],[204794.7493988726,494196.81756506395],[204699.33688590402,493395.50736800756],[204401.1727828773,492703.9656910958],[204496.5852958458,492100.2388302998],[204198.42119281908,491397.7203013736],[204794.7493988726,490804.9702925922],[205593.82919498428,490497.6184361869],[205200.25257898896,489597.5165710003],[205295.66509195755,488894.99804207403],[204997.50098893075,488203.45636516233],[204496.5852958458,487994.8961768873],[202302.09749756893,487402.1461681059],[202099.34590751078,487094.7943117007],[202003.9333945422,486502.0443029192],[201801.18180448405,486194.692446514],[200298.43472522922,486095.9007783837],[199904.8581092339,485700.73410586274],[199594.76744208607,485601.9424377325],[199594.76744208607,486403.252634789],[199296.60333905934,486304.46096665866],[198998.4392360326,486502.0443029192],[198903.02672306402,486798.4193073099],[197901.19533689413,487094.7943117007],[196195.69666758116,487994.8961768873],[193798.45727924607,489597.5165710003],[193404.88066325075,490201.2434317962],[193404.88066325075,490497.6184361869],[194394.7854852996,491002.5536288527],[194895.70117838454,491496.5119695039],[196303.03574467078,493296.7156998773],[197901.19533689413,495305.47961852566],[198199.35943992087,495305.47961852566],[199105.77831312222,495305.47961852566],[200799.35041831416,496095.8129635676],[202003.9333945422,496304.3731518426],[203005.76478071208,496600.74815623334],[203697.50549973414,496501.9564881031]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0252"},"geometry":{"type":"Polygon","coordinates":[[[190005.80988874583,421101.9600006957],[189504.8941956609,421200.751668826],[188300.3112194328,420904.3766644352],[188097.55962937465,420597.02480803],[188097.55962937465,420004.27479924855],[188300.3112194328,419499.3396065828],[188002.14711640606,418895.61274578684],[187203.0673202944,419104.17293406185],[184197.57316178473,418698.0294095264],[182802.1651596196,418401.6544051356],[182098.49787647644,418204.07106887514],[181394.8305933333,418204.07106887514],[180703.08987431123,418401.6544051356],[179701.25848814135,419005.3812659316],[179403.09438511461,419400.54793845257],[179104.93028208788,420103.06646737875],[178604.01458900294,420498.23313989973],[178794.83961494005,421101.9600006957],[179701.25848814135,421200.751668826],[182098.49787647644,421804.4785296219],[183195.74177561485,422704.5803948086],[183505.83244276268,423000.95539919933],[184197.57316178473,422496.0202065336],[185199.40454795462,423297.3304035901],[185497.56865098135,423802.2655962558],[185998.4843440663,424296.223936907],[186702.15162720944,424504.78412518196],[187095.72824320477,424504.78412518196],[188204.89870646427,424702.3674614425],[188896.63942548633,424702.3674614425],[189099.39101554453,423802.2655962558],[189504.8941956609,423099.7470673296],[189504.8941956609,422002.06186588237],[189600.30670862942,421694.7100094772],[190005.80988874583,421101.9600006957]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0262"},"geometry":{"type":"Polygon","coordinates":[[[225296.51312299183,473198.09966137924],[225296.51312299183,472605.3496525978],[225797.42881607678,472100.4144599321],[226202.9319961932,471101.5209266151],[227395.5884083002,469905.0440570377],[228099.25569144328,468697.5903354458],[229005.67456464458,468401.21533105505],[229005.67456464458,467698.69680212886],[229697.4152836667,466601.0116006817],[230401.08256680978,466304.6365962909],[230603.834156868,466096.076408016],[230699.24666983652,465602.11806736473],[230305.67005384126,464098.2893413821],[230102.91846378305,463801.9143369913],[228504.7588715597,463198.1874761954],[228600.17138452822,463000.6041399349],[229399.2511806399,462396.87727913895],[229900.16687372484,462100.50227474817],[229900.16687372484,461902.9189384877],[230401.08256680978,461200.40040956147],[230305.67005384126,461002.817073301],[230401.08256680978,460399.0902125051],[230699.24666983652,460201.50687624456],[230305.67005384126,459202.61334292765],[229995.57938669343,458796.4698183922],[229995.57938669343,458104.9281414804],[229804.7543607563,457501.20128068444],[229399.2511806399,457599.99294881476],[229196.49959058175,458104.9281414804],[228194.66820441186,458302.51147774095],[227502.9274853898,458104.9281414804],[227002.01179230487,457797.5762850752],[226000.18040613498,456996.2660880188],[225499.26471305004,457501.20128068444],[223805.6926078581,458796.4698183922],[224103.85671088484,459202.61334292765],[224103.85671088484,459498.9883473184],[223805.6926078581,460003.92353998404],[224103.85671088484,460805.23373704054],[223805.6926078581,460805.23373704054],[222195.60645151365,460003.92353998404],[221802.02983551833,460201.50687624456],[221503.8657324916,460695.4652168958],[221396.52665540198,461299.1920776918],[219404.7904471833,461496.77541395224],[219297.45137009368,462495.6689472692],[219094.69978003547,463099.39580806514],[217902.04336792848,462901.8124718047],[217496.54018781212,462704.22913554416],[216804.79946879,462704.22913554416],[216303.88377570512,462605.4374674139],[215695.6290055305,462704.22913554416],[214395.63351633388,462396.87727913895],[213894.71782324894,462495.6689472692],[213501.14120725368,462298.0856110087],[213191.05054010585,462331.0161670521],[213000.22551416873,463395.7708124559],[212201.145718057,463198.1874761954],[211902.98161503026,463395.7708124559],[211497.4784349139,464197.0810095123],[211103.9018189186,464603.22453404777],[210602.98612583365,464394.6643457728],[210102.0704327487,464899.5995384385],[210197.4829457173,465503.3263992345],[209994.73135565908,465898.49307175545],[209302.99063663703,466194.86807614623],[208396.57176343573,467094.96994133294],[207704.83104441367,467204.7384614776],[207597.491967324,467995.0718065196],[207895.6560703508,468401.21533105505],[208694.73586646246,468401.21533105505],[209601.15473966376,468796.382003576],[209899.3188426905,469498.9005325022],[209899.3188426905,470003.83572516794],[209195.6515595474,470903.93759035465],[208694.73586646246,471200.3125947454],[208205.74673749862,471705.2477874111],[209302.99063663703,472100.4144599321],[209803.90632972197,471496.68759913614],[210698.39863880223,471595.47926726635],[211700.23002497212,471200.3125947454],[211700.23002497212,471804.03945554135],[212105.73320508847,471496.68759913614],[212904.81300120015,471595.47926726635],[213202.97710422688,471397.8959310059],[214300.22100336535,471397.8959310059],[214705.7241834817,471496.68759913614],[215302.05238953524,471299.1042628756],[216399.29628867365,471705.2477874111],[216900.2119817586,471804.03945554135],[217198.37608478533,471200.3125947454],[218796.53567700874,471299.1042628756],[219094.69978003547,471397.8959310059],[220001.11865323677,471397.8959310059],[220001.11865323677,472396.78946432285],[220203.87024329498,472396.78946432285],[220800.19844934845,473099.30799324904],[221897.44234848692,473099.30799324904],[222899.2737346568,473604.2431859147],[222994.68624762533,473395.68299763976],[223495.60194071027,473198.09966137924],[224294.68173682195,473296.89132950956],[225296.51312299183,473198.09966137924]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0263"},"geometry":{"type":"Polygon","coordinates":[[[156897.66788865562,425898.8443310199],[156301.3396826021,425997.63599915017],[155895.83650248573,425602.4693266292],[155394.9208094008,424801.15912957274],[154798.59260334726,424098.6406006465],[153701.34870420885,422298.43687027314],[153295.8455240925,421101.9600006957],[153105.02049815538,419202.96460219205],[152699.51731803897,418500.44607326586],[150397.69044267246,417501.55253994896],[149002.28244050732,416502.659006632],[148704.11833748053,416502.659006632],[147797.69946427923,416799.0340110227],[146795.86807810934,416799.0340110227],[146497.7039750826,416700.24234289245],[145495.87258891272,416096.5154820965],[145197.708485886,416195.3071502268],[144195.8770997161,416996.61734728323],[143504.13638069405,417205.1775355582],[142502.30499452417,416996.61734728323],[141703.2251984125,416897.825679153],[141094.97042823792,416996.61734728323],[140999.55791526934,418401.6544051356],[140295.89063212622,419499.3396065828],[140796.80632521116,419795.71461097355],[141405.06109538572,419696.9229428433],[141524.3267365964,419905.48313111824],[142502.30499452417,420103.06646737875],[143098.63320057766,420004.27479924855],[144303.21617680573,420201.858135509],[144696.79279280105,420399.4414717695],[145495.87258891272,420300.6498036393],[146402.29146211402,420695.81647616025],[146903.20715519896,420597.02480803],[146700.45556514082,422704.5803948086],[147404.1228482839,422902.1637310691],[148203.20264439558,423396.1220717203],[147905.03854136885,424197.43226877676],[147797.69946427923,424899.950797703],[147905.03854136885,425404.88599036867],[147702.28695131064,425800.0526628897],[148298.61515736417,426096.4276672804],[149395.85905650258,426195.2193354106],[150099.52633964573,425898.8443310199],[150695.8545456992,425503.6776584989],[151304.10931587376,424603.5757933122],[151805.0250089587,424098.6406006465],[152699.51731803897,423901.05726438604],[153498.59711415065,424395.0156050373],[153904.10029426706,424801.15912957274],[154595.84101328911,426304.9878555554],[155394.9208094008,427205.0897207421],[156003.17557957536,427699.0480613933],[156396.75219557068,426798.9461962066],[156897.66788865562,426304.9878555554],[156897.66788865562,425898.8443310199]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0265"},"geometry":{"type":"Polygon","coordinates":[[[200298.43472522922,431595.83052653086],[201002.1020083723,431398.24719027034],[201598.43021442584,431003.08051774936],[201300.2661113991,430102.97865256266],[200799.35041831416,430004.1869844324],[201002.1020083723,429499.2517917667],[200095.683135171,428895.52493097074],[199499.35492911754,428401.5665903195],[199201.19082609075,428697.9415947102],[198402.11102997907,428302.77492218924],[198294.77195288945,427797.8397295236],[197901.19533689413,427896.63139765384],[198199.35943992087,428302.77492218924],[197698.44374683592,428599.14992658],[197996.60784986272,429104.0851192457],[198795.6876459744,429499.2517917667],[198998.4392360326,429905.39531630214],[198998.4392360326,430904.2888496191],[198199.35943992087,431497.0388584006],[197901.19533689413,431497.0388584006],[196195.69666758116,431200.6638540098],[196398.4482576393,431595.83052653086],[197102.11554078246,432397.14072358725],[197603.0312338674,432803.2842481227],[198103.94692695234,432803.2842481227],[198497.52354294766,432594.72405984777],[199797.51903214428,431694.62219466106],[200298.43472522922,431595.83052653086]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0267"},"geometry":{"type":"Polygon","coordinates":[[[161203.1575363619,474394.57653095666],[161298.57004933042,473604.2431859147],[161203.1575363619,473296.89132950956],[161298.57004933042,472396.78946432285],[161501.32163938863,472396.78946432285],[162002.23733247357,472001.6227918018],[163194.89374458056,471496.68759913614],[163600.39692469692,472001.6227918018],[164494.88923377718,470596.58573394944],[165198.55651692027,470003.83572516794],[166104.97539012163,468401.21533105505],[166200.38790309016,468302.4236629248],[170100.37437068007,468598.7986673155],[171805.87303999305,468895.1736717063],[171901.28555296164,468401.21533105505],[171304.9573469081,467204.7384614776],[170899.45416679175,467204.7384614776],[170100.37437068007,467402.3217977381],[169396.70708753692,467698.69680212886],[168001.29908537172,467402.3217977381],[167905.8865724032,466601.0116006817],[167094.88021217042,466403.4282644212],[167202.21928926004,465898.49307175545],[167404.97087931825,465700.909735495],[166498.55200611695,465294.7662109595],[165699.47221000522,465195.97454282927],[165401.30810697848,465799.7014036252],[165198.55651692027,465799.7014036252],[165103.14400395175,466403.4282644212],[165401.30810697848,466502.2199325514],[165401.30810697848,466798.59493694216],[164196.72513075045,467094.96994133294],[163397.6453346387,466699.8032688119],[162896.72964155377,466798.59493694216],[161704.07322944677,465898.49307175545],[161704.07322944677,464800.8078703083],[161298.57004933042,464197.0810095123],[159903.1620471652,464295.87267764256],[159104.08225105354,464394.6643457728],[158495.82748087897,464998.3912065688],[158603.1665579686,466897.3866050724],[158603.1665579686,468500.0069991853],[158197.66337785224,468598.7986673155],[156504.0912726603,470102.6273932982],[156396.75219557068,469498.9005325022],[155597.672399459,470102.6273932982],[155394.9208094008,470300.2107295587],[155705.01147654862,471299.1042628756],[156098.58809254394,473198.09966137924],[156897.66788865562,473000.5163251188],[157601.3351717987,473505.4515177845],[158305.00245494186,473801.8265221752],[159604.99794413848,473999.40985843574],[160105.91363722342,474196.9931946962],[160702.24184327695,474603.13671923167],[161000.40594630368,474295.78486282646],[161203.1575363619,474394.57653095666]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0268"},"geometry":{"type":"Polygon","coordinates":[[[187298.47983326297,434197.34445396066],[187405.8189103526,433396.0342569042],[188300.3112194328,433494.82592503447],[189003.97850257595,431101.8721858796],[189397.55511857127,430794.52032947436],[189003.97850257595,430201.7703206929],[189397.55511857127,430201.7703206929],[189504.8941956609,429905.39531630214],[189302.14260560268,429202.87678737595],[189003.97850257595,428599.14992658],[189803.05829868763,427995.42306578404],[190196.63491468295,427600.25639326306],[190196.63491468295,427205.0897207421],[190900.3021978261,426897.7378643369],[190602.1380947993,426601.3628599461],[189504.8941956609,426195.2193354106],[189003.97850257595,425898.8443310199],[189302.14260560268,425097.53413396346],[189600.30670862942,424702.3674614425],[188896.63942548633,424702.3674614425],[188204.89870646427,424702.3674614425],[187095.72824320477,424504.78412518196],[186702.15162720944,424504.78412518196],[185998.4843440663,424296.223936907],[185497.56865098135,423802.2655962558],[185199.40454795462,423297.3304035901],[184197.57316178473,422496.0202065336],[183505.83244276268,423000.95539919933],[183100.32926264632,423297.3304035901],[182599.41356956138,424098.6406006465],[182205.83695356606,424504.78412518196],[181800.3337734497,425701.26099475945],[181502.16967042297,426096.4276672804],[180595.7507972216,426195.2193354106],[181001.25397733803,427095.32120059733],[181704.92126048112,428500.35825844976],[182003.08536350785,428500.35825844976],[182504.0010565928,428105.1915859288],[183303.08085270453,428697.9415947102],[183899.409058758,429301.6684555062],[184603.07634190115,429104.0851192457],[185103.9920349861,430102.97865256266],[185199.40454795462,430904.2888496191],[184698.48885486968,431299.4555221401],[185103.9920349861,431694.62219466106],[185604.90772807103,431595.83052653086],[185998.4843440663,432902.075916253],[185795.73275400815,433604.5944451792],[185497.56865098135,433999.76111770014],[186797.56414017803,434098.5527858304],[187298.47983326297,434197.34445396066]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0269"},"geometry":{"type":"Polygon","coordinates":[[[196696.6123606661,501595.215822818],[197304.86713084066,501101.2574821668],[197901.19533689413,500398.73895324057],[197996.60784986272,499696.2204243144],[198604.86262003728,499597.4287561842],[198903.02672306402,499202.26208366314],[199105.77831312222,498697.3268909975],[198998.4392360326,497402.0583532898],[198700.2751330058,496304.3731518426],[198199.35943992087,495305.47961852566],[197901.19533689413,495305.47961852566],[196303.03574467078,493296.7156998773],[194895.70117838454,491496.5119695039],[194394.7854852996,491002.5536288527],[193404.88066325075,490497.6184361869],[193404.88066325075,490201.2434317962],[192796.62589307618,490003.6600955357],[191603.9694809692,489399.93323473976],[190303.97399177257,491298.9286332434],[190995.71471079462,491803.8638259091],[189803.05829868763,492703.9656910958],[189003.97850257595,493702.8592244127],[188300.3112194328,494701.75275772973],[187799.39552634786,495195.7110983809],[187894.80803931644,495700.64629104664],[188300.3112194328,496304.3731518426],[187703.98301337933,496897.12316062406],[186403.9875241827,497797.22502581077],[185903.07183109777,498203.36855034623],[186296.6484470931,499103.47041553294],[186594.81255011982,500903.6741459063],[187000.31573023618,501496.4241546878],[187203.0673202944,502396.5260198745],[187501.23142332112,503395.4195531914],[187501.23142332112,503603.97974146635],[188204.89870646427,503900.3547458571],[188705.8143995492,503603.97974146635],[189898.4708116562,502100.1510154838],[190399.38650474115,501298.84081842727],[191198.46630085283,499597.4287561842],[191603.9694809692,498598.5352228672],[192403.04927708086,498894.910227258],[192999.3774831344,499498.6370880539],[193297.54158616113,499696.2204243144],[193798.45727924607,499696.2204243144],[194299.372972331,498894.910227258],[194597.53707535774,499301.0537517934],[196696.6123606661,501595.215822818]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0273"},"geometry":{"type":"Polygon","coordinates":[[[175300.35632746655,472605.3496525978],[175097.60473740834,470805.1459222244],[174405.8640183863,470695.37740207964],[173499.445145185,470201.4190614284],[171805.87303999305,468895.1736717063],[170100.37437068007,468598.7986673155],[166200.38790309016,468302.4236629248],[166104.97539012163,468401.21533105505],[165198.55651692027,470003.83572516794],[164494.88923377718,470596.58573394944],[163600.39692469692,472001.6227918018],[163194.89374458056,471496.68759913614],[162002.23733247357,472001.6227918018],[161501.32163938863,472396.78946432285],[161298.57004933042,472396.78946432285],[161203.1575363619,473296.89132950956],[161298.57004933042,473604.2431859147],[161203.1575363619,474394.57653095666],[161894.89825538395,474998.30339175265],[162801.31712858524,475195.88672801317],[164602.2283108668,475097.0950598829],[164804.979900925,475404.4469162881],[164804.979900925,475898.40525693935],[165198.55651692027,475997.1969250696],[165496.72061994707,476600.92378586554],[165997.636313032,478203.54417997843],[166498.55200611695,477698.60898731276],[167202.21928926004,477501.02565105224],[168704.96636851487,476798.50712212606],[169098.5429845102,476699.7154539958],[169802.21026765328,476699.7154539958],[170303.12596073822,476600.92378586554],[170303.12596073822,476403.340449605],[170994.86667976028,476403.340449605],[172199.44965598837,475997.1969250696],[172903.11693913152,475503.2385844184],[173797.60924821172,474394.57653095666],[174596.68904432346,473900.6181903055],[174799.4406343816,473604.2431859147],[175097.60473740834,472704.141320728],[175300.35632746655,472605.3496525978]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0274"},"geometry":{"type":"Polygon","coordinates":[[[184197.57316178473,448500.1826288175],[183899.409058758,447896.4557680216],[183803.99654578947,447095.14557096513],[183601.24495573126,446304.8122259232],[184698.48885486968,445898.6687013877],[185497.56865098135,445701.0853651272],[186594.81255011982,445602.293696997],[187203.0673202944,445404.71036073647],[187703.98301337933,445404.71036073647],[187799.39552634786,444899.77516807074],[187799.39552634786,444098.4649710143],[187894.80803931644,443494.7381102183],[188204.89870646427,443099.5714376974],[188002.14711640606,442704.40476517635],[187405.8189103526,442397.05290877115],[186296.6484470931,442803.1964333066],[185795.73275400815,442901.9881014369],[185103.9920349861,442901.9881014369],[183994.82157172658,442397.05290877115],[182396.66197950317,441299.367707324],[182003.08536350785,441299.367707324],[181001.25397733803,441595.7427117147],[180094.83510413667,442199.4695725107],[179701.25848814135,442397.05290877115],[179104.93028208788,442397.05290877115],[178699.42710197152,442298.2612406409],[177995.75981882837,441804.30289998965],[177900.3473058598,442100.6779043804],[177399.43161277485,442199.4695725107],[177804.93479289126,442901.9881014369],[177900.3473058598,443604.50663036306],[177602.18320283305,443703.2982984933],[178198.51140888658,445898.6687013877],[178902.17869202967,445997.4603695179],[179104.93028208788,446699.97889844415],[179104.93028208788,447204.9140911099],[179605.84597517282,447995.24743615184],[180094.83510413667,448105.0159562965],[181299.41808036476,448203.8076244268],[181800.3337734497,448302.59929255705],[183100.32926264632,448302.59929255705],[183505.83244276268,448203.8076244268],[184197.57316178473,448500.1826288175]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0275"},"geometry":{"type":"Polygon","coordinates":[[[206404.83555521705,452594.54843021557],[206202.08396515885,452298.1734258248],[205498.4166820157,451804.2150851736],[204699.33688590402,451101.69655624736],[204603.92437293543,450596.76136358164],[204997.50098893075,450004.0113548002],[205605.75575910532,449795.45116652525],[206094.74488806922,449103.9094896135],[206094.74488806922,448302.59929255705],[205796.58078504243,447896.4557680216],[205701.1682720739,446996.3539028349],[204997.50098893075,446502.39556218364],[204794.7493988726,445898.6687013877],[204603.92437293543,445602.293696997],[203494.75390967593,445097.3585043312],[202898.42570362246,445404.71036073647],[202397.51001053752,446096.2520376482],[202504.84908762714,446699.97889844415],[202397.51001053752,447095.14557096513],[201801.18180448405,447501.2890955006],[201503.01770145725,447600.0807636308],[201097.5145213409,447501.2890955006],[200203.02221226064,446798.7705665744],[200000.27062220243,446195.04370577843],[199403.94241614896,445602.293696997],[198903.02672306402,445503.5020288667],[198199.35943992087,445602.293696997],[197495.69215677778,444998.566836201],[197400.2796438092,444394.839975405],[197197.52805375104,443802.0899666236],[196994.77646369283,443395.9464420881],[196398.4482576393,443099.5714376974],[195802.12005158584,443802.0899666236],[195098.4527684427,444197.25663914456],[194597.53707535774,444394.839975405],[194001.20886930428,445196.1501724615],[193798.45727924607,445799.87703325745],[194203.96045936242,445997.4603695179],[194597.53707535774,445898.6687013877],[195301.2043585009,446195.04370577843],[195599.36846152763,446897.5622347046],[195694.7809744962,447402.49742737034],[195694.7809744962,447995.24743615184],[196696.6123606661,448697.765965078],[196696.6123606661,449005.11782148323],[195503.9559485591,451903.0067533038],[196195.69666758116,452001.79842143407],[196994.77646369283,452001.79842143407],[197304.86713084066,452199.38175769453],[197400.2796438092,453297.06695914175],[198604.86262003728,453395.85862727195],[198903.02672306402,453604.41881554696],[200000.27062220243,454702.1040169941],[201002.1020083723,455503.41421405063],[201598.43021442584,455799.78921844135],[202194.7584204793,455700.9975503111],[202302.09749756893,455294.8540257756],[202814.93975477497,454998.47902138485],[204103.00867985055,454702.1040169941],[204794.7493988726,453999.58548806794],[204902.08847596223,453604.41881554696],[205403.00416904717,453000.69195475103],[205796.58078504243,453099.48362288123],[206404.83555521705,452594.54843021557]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0277"},"geometry":{"type":"Polygon","coordinates":[[[193798.45727924607,445799.87703325745],[193500.29317621933,446601.1872303139],[192999.3774831344,447095.14557096513],[192701.21338010766,451299.2798925078],[193094.78999610292,452803.1086184905],[194001.20886930428,453999.58548806794],[194800.28866541595,454504.5206807336],[196303.03574467078,454702.1040169941],[197603.0312338674,454098.3771561982],[197400.2796438092,453297.06695914175],[197304.86713084066,452199.38175769453],[196994.77646369283,452001.79842143407],[196195.69666758116,452001.79842143407],[195503.9559485591,451903.0067533038],[196696.6123606661,449005.11782148323],[196696.6123606661,448697.765965078],[195694.7809744962,447995.24743615184],[195694.7809744962,447402.49742737034],[195599.36846152763,446897.5622347046],[195301.2043585009,446195.04370577843],[194597.53707535774,445898.6687013877],[194203.96045936242,445997.4603695179],[193798.45727924607,445799.87703325745]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0279"},"geometry":{"type":"Polygon","coordinates":[[[164900.39241389354,457095.057756149],[165401.30810697848,456601.09941549774],[165305.89559400995,455602.20588218083],[164804.979900925,455700.9975503111],[164602.2283108668,455196.06235764537],[164900.39241389354,454899.68735325465],[164304.06420784007,454394.7521605889],[164101.31261778186,454603.3123488639],[163397.6453346387,454504.5206807336],[163099.48123161198,454295.96049245866],[163099.48123161198,453900.79381993774],[162503.1530255585,453703.2104836772],[161596.73415235715,453494.6502954023],[160404.07774025016,454197.16882432846],[159903.1620471652,454702.1040169941],[161000.40594630368,455799.78921844135],[161799.48574241536,456194.95589096233],[161704.07322944677,456502.30774736754],[161704.07322944677,457501.20128068444],[162300.4014355003,458104.9281414804],[162801.31712858524,458104.9281414804],[163397.6453346387,457698.78461694496],[163898.56102772366,456897.4744198885],[164900.39241389354,457095.057756149]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0281"},"geometry":{"type":"Polygon","coordinates":[[[159497.65886704886,437095.23338578123],[159604.99794413848,436897.6500495208],[160105.91363722342,436996.441717651],[160296.73866316053,436700.06671326025],[159998.5745601338,436304.9000407393],[159998.5745601338,435898.7565162038],[160404.07774025016,435799.96484807355],[160702.24184327695,435404.79817555257],[159700.41045710706,434998.6546510171],[160296.73866316053,433396.0342569042],[159604.99794413848,433198.45092064375],[158996.7431739639,432902.075916253],[158197.66337785224,432100.7657191965],[157505.92265883018,430904.2888496191],[156897.66788865562,429301.6684555062],[156504.0912726603,429499.2517917667],[155597.672399459,429400.46012363647],[154405.015987352,430399.3536569534],[154094.92532020417,430399.3536569534],[153105.02049815538,430004.1869844324],[152305.94070204365,430004.1869844324],[151900.4375219273,429795.62679615745],[151399.52182884235,429905.39531630214],[150898.6061357574,429795.62679615745],[150898.6061357574,430102.97865256266],[150898.6061357574,430695.72866134415],[151494.93434181093,431299.4555221401],[151697.68593186908,431694.62219466106],[151900.4375219273,431694.62219466106],[152103.1891119855,432100.7657191965],[152699.51731803897,432199.5573873268],[155394.9208094008,434197.34445396066],[155919.68963072787,434449.81205029355],[156205.92716963356,435196.2379872776],[156504.0912726603,435503.5898436828],[156694.9162985974,435997.54818433407],[157100.41947871377,436096.33985246427],[157696.7476847673,436700.06671326025],[158901.3306609954,436996.441717651],[159104.08225105354,436897.6500495208],[159497.65886704886,437095.23338578123]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0282"},"geometry":{"type":"Polygon","coordinates":[[[196195.69666758116,431200.6638540098],[197901.19533689413,431497.0388584006],[198199.35943992087,431497.0388584006],[198998.4392360326,430904.2888496191],[198998.4392360326,429905.39531630214],[198795.6876459744,429499.2517917667],[197996.60784986272,429104.0851192457],[197698.44374683592,428599.14992658],[198199.35943992087,428302.77492218924],[197901.19533689413,427896.63139765384],[198294.77195288945,427797.8397295236],[196899.36395072425,427095.32120059733],[196303.03574467078,427095.32120059733],[195205.7918455323,427402.6730570026],[194704.87615244737,427699.0480613933],[193500.29317621933,426195.2193354106],[194299.372972331,425503.6776584989],[193500.29317621933,425295.117470224],[193703.04476627754,424899.950797703],[193297.54158616113,425196.3258020937],[192796.62589307618,425295.117470224],[192104.88517405413,425602.4693266292],[191496.63040387956,426096.4276672804],[190900.3021978261,426897.7378643369],[190196.63491468295,427205.0897207421],[190196.63491468295,427600.25639326306],[189803.05829868763,427995.42306578404],[189003.97850257595,428599.14992658],[189302.14260560268,429202.87678737595],[189504.8941956609,429905.39531630214],[189397.55511857127,430201.7703206929],[189003.97850257595,430201.7703206929],[189397.55511857127,430794.52032947436],[190101.22240171436,431497.0388584006],[191103.05378788424,431804.3907148058],[192104.88517405413,431903.182382936],[192903.9649701658,431497.0388584006],[193404.88066325075,431003.08051774936],[193798.45727924607,430300.5619888231],[194299.372972331,429795.62679615745],[194895.70117838454,429696.8351280272],[195503.9559485591,429905.39531630214],[195897.53256455436,430300.5619888231],[196195.69666758116,431200.6638540098]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0285"},"geometry":{"type":"Polygon","coordinates":[[[203697.50549973414,479498.8127176861],[203900.25708979234,479103.64604516514],[203995.66960276087,478598.71085249947],[204401.1727828773,478104.75251184823],[204401.1727828773,477204.6506466615],[204496.5852958458,476897.29879025626],[205104.84006602038,476304.5487814748],[205295.66509195755,475294.67839614337],[205498.4166820157,475097.0950598829],[205295.66509195755,473999.40985843574],[206202.08396515885,473703.03485404496],[206702.9996582438,473395.68299763976],[207096.5762742391,473703.03485404496],[207394.74037726584,473198.09966137924],[206595.66058115417,472495.58113245305],[206500.24806818558,472001.6227918018],[206905.75124830194,471397.8959310059],[207895.6560703508,470903.93759035465],[208098.40766040894,470201.4190614284],[208396.57176343573,470596.58573394944],[208002.9951474404,471299.1042628756],[208205.74673749862,471705.2477874111],[208694.73586646246,471200.3125947454],[209195.6515595474,470903.93759035465],[209899.3188426905,470003.83572516794],[209899.3188426905,469498.9005325022],[209601.15473966376,468796.382003576],[208694.73586646246,468401.21533105505],[207895.6560703508,468401.21533105505],[207597.491967324,467995.0718065196],[207704.83104441367,467204.7384614776],[208396.57176343573,467094.96994133294],[209302.99063663703,466194.86807614623],[209994.73135565908,465898.49307175545],[210197.4829457173,465503.3263992345],[210102.0704327487,464899.5995384385],[209696.56725263235,464295.87267764256],[209601.15473966376,463999.49767325184],[209004.8265336103,463999.49767325184],[208396.57176343573,464098.2893413821],[207895.6560703508,463999.49767325184],[207502.07945435547,463801.9143369913],[206595.66058115417,463703.12266886106],[206500.24806818558,463604.33100073086],[204103.00867985055,462901.8124718047],[202194.7584204793,462001.71060661797],[202003.9333945422,462495.6689472692],[201598.43021442584,463099.39580806514],[201300.2661113991,463395.7708124559],[201503.01770145725,463900.7060051216],[201300.2661113991,464800.8078703083],[201002.1020083723,465602.11806736473],[200298.43472522922,466403.4282644212],[200596.59882825596,467698.69680212886],[200596.59882825596,468302.4236629248],[200203.02221226064,469597.69220063253],[200095.683135171,470596.58573394944],[199702.1065191757,470903.93759035465],[199201.19082609075,470903.93759035465],[199201.19082609075,472001.6227918018],[198795.6876459744,472495.58113245305],[198795.6876459744,473604.2431859147],[198998.4392360326,474098.20152656594],[198998.4392360326,474701.9283873619],[199272.7502108172,474701.9283873619],[199403.94241614896,475294.67839614337],[199201.19082609075,475503.2385844184],[199296.60333905934,475799.6135888091],[199797.51903214428,475898.40525693935],[199797.51903214428,476996.0904583866],[199201.19082609075,478499.91918436915],[199296.60333905934,479202.4377132954],[200405.77380231884,482199.1183132462],[200405.77380231884,482802.84517404216],[201801.18180448405,482704.05350591196],[201598.43021442584,481803.95164072525],[201300.2661113991,481705.159972595],[201300.2661113991,481299.0164480595],[201705.76929151546,481200.22477992927],[202194.7584204793,481299.0164480595],[202504.84908762714,479498.8127176861],[203005.76478071208,479301.22938142566],[203697.50549973414,479498.8127176861]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0289"},"geometry":{"type":"Polygon","coordinates":[[[178198.51140888658,445898.6687013877],[177602.18320283305,443703.2982984933],[177900.3473058598,443604.50663036306],[177804.93479289126,442901.9881014369],[177399.43161277485,442199.4695725107],[177900.3473058598,442100.6779043804],[177995.75981882837,441804.30289998965],[177804.93479289126,441694.53437984496],[177005.85499677958,441694.53437984496],[175300.35632746655,441299.367707324],[174203.11242832814,440498.05751026754],[173702.1967352432,440498.05751026754],[173201.28104215825,440695.640846528],[172700.3653490733,440399.2658421373],[172903.11693913152,440102.89083774656],[172700.3653490733,439499.1639769506],[172402.20124604658,438895.43711615464],[172104.03714301978,438697.8537798941],[171698.53396290343,438697.8537798941],[171197.6182698185,439103.9973044296],[170004.9618577115,439400.37230882037],[170804.04165382317,440102.89083774656],[170994.86667976028,440399.2658421373],[171495.78237284522,440498.05751026754],[171495.78237284522,441002.99270293326],[170994.86667976028,442001.88623625017],[171304.9573469081,442495.8445769014],[171400.3698598767,442901.9881014369],[170601.29006376502,443802.0899666236],[170601.29006376502,444702.1918318103],[170004.9618577115,445097.3585043312],[170100.37437068007,445503.5020288667],[170601.29006376502,445701.0853651272],[170899.45416679175,444998.566836201],[171495.78237284522,444998.566836201],[171901.28555296164,445196.1501724615],[172199.44965598837,444899.77516807074],[173296.69355512678,445196.1501724615],[174405.8640183863,445196.1501724615],[174799.4406343816,444800.9834999405],[175300.35632746655,444899.77516807074],[175395.76884043514,445097.3585043312],[176695.76432963175,445503.5020288667],[178198.51140888658,445898.6687013877]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0293"},"geometry":{"type":"Polygon","coordinates":[[[194800.28866541595,439103.9973044296],[194502.12456238922,439103.9973044296],[194394.7854852996,439696.7473132111],[194096.6213822728,440102.89083774656],[193703.04476627754,440695.640846528],[193703.04476627754,441299.367707324],[193905.7963563357,442001.88623625017],[194299.372972331,442495.8445769014],[194800.28866541595,442803.1964333066],[196398.4482576393,443099.5714376974],[196994.77646369283,443395.9464420881],[197197.52805375104,443802.0899666236],[197197.52805375104,443395.9464420881],[196899.36395072425,443099.5714376974],[196398.4482576393,442803.1964333066],[196195.69666758116,442397.05290877115],[196303.03574467078,441804.30289998965],[196100.28415461257,440904.20103480294],[196100.28415461257,440498.05751026754],[196303.03574467078,440399.2658421373],[196195.69666758116,439905.30750148604],[195098.4527684427,439103.9973044296],[194800.28866541595,439103.9973044296]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0294"},"geometry":{"type":"Polygon","coordinates":[[[243198.28586871788,436897.6500495208],[242804.70925272256,437205.001905926],[242399.2060726062,438105.1037711126],[242494.61858557473,438599.06211176387],[242303.79355963762,438697.8537798941],[241802.87786655268,438599.06211176387],[241397.37468643632,438697.8537798941],[240705.63396741427,439301.58064069005],[240801.0464803828,440399.2658421373],[240395.54330026644,440904.20103480294],[240705.63396741427,441595.7427117147],[241099.21058340953,442001.88623625017],[241003.798070441,442298.2612406409],[241003.798070441,442495.8445769014],[241397.37468643632,443000.7797695671],[242101.0419695794,443703.2982984933],[242005.62945661088,445503.5020288667],[241898.29037952126,446304.8122259232],[242101.0419695794,446996.3539028349],[242303.79355963762,448105.0159562965],[242601.95766266435,448500.1826288175],[243198.28586871788,449103.9094896135],[243603.78904883424,449696.65949839493],[243997.36566482956,449696.65949839493],[244200.11725488777,451002.9048881171],[246001.02843716933,451002.9048881171],[248696.4319285311,449795.45116652525],[249996.42741772777,448598.97429694777],[252799.16998617916,446502.39556218364],[252596.418396121,446096.2520376482],[253896.41388531763,445997.4603695179],[254099.16547537583,445196.1501724615],[254099.16547537583,444197.25663914456],[254301.91706543398,443604.50663036306],[254099.16547537583,442704.40476517635],[253001.92157623736,442704.40476517635],[253001.92157623736,442495.8445769014],[252000.09019006748,442100.6779043804],[251904.67767709895,440399.2658421373],[252000.09019006748,440300.4741740071],[251701.92608704075,439499.1639769506],[251201.0103939558,439005.20563629933],[251403.761984014,438796.6454480244],[250103.7664948174,437303.79357405624],[249901.01490475918,437303.79357405624],[248994.59603155788,436897.6500495208],[249101.9351086475,436601.27504513],[248899.1835185893,436304.9000407393],[248505.60690259398,436096.33985246427],[247897.35213241942,435997.54818433407],[247599.18802939268,435295.0296554079],[246895.52074624953,434998.6546510171],[245595.5252570529,436096.33985246427],[245201.9486410576,436502.48337699973],[244999.19705099944,437205.001905926],[244605.62043500412,437095.23338578123],[244200.11725488777,437205.001905926],[243603.78904883424,437205.001905926],[243198.28586871788,436897.6500495208]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0296"},"geometry":{"type":"Polygon","coordinates":[[[174298.52494129667,430904.2888496191],[175097.60473740834,430004.1869844324],[175491.18135340366,429027.2471551444],[175300.35632746655,428697.9415947102],[175002.19222443982,428697.9415947102],[175002.19222443982,428302.77492218924],[178496.67551191332,427797.8397295236],[181001.25397733803,427095.32120059733],[180595.7507972216,426195.2193354106],[181502.16967042297,426096.4276672804],[181800.3337734497,425701.26099475945],[182205.83695356606,424504.78412518196],[182599.41356956138,424098.6406006465],[183100.32926264632,423297.3304035901],[183505.83244276268,423000.95539919933],[183195.74177561485,422704.5803948086],[182098.49787647644,421804.4785296219],[179701.25848814135,421200.751668826],[178794.83961494005,421101.9600006957],[178604.01458900294,420498.23313989973],[178103.098895918,420695.81647616025],[177399.43161277485,420794.6081442905],[177005.85499677958,420904.3766644352],[176695.76432963175,421200.751668826],[176099.43612357823,422298.43687027314],[175598.52043049328,422594.81187466386],[174405.8640183863,422704.5803948086],[174000.36083826993,422902.1637310691],[173404.03263221646,423703.4739281256],[173105.86852918967,424197.43226877676],[172903.11693913152,424998.7424658332],[172604.95283610473,425404.88599036867],[172199.44965598837,425701.26099475945],[170899.45416679175,425701.26099475945],[170100.37437068007,426304.9878555554],[169504.04616462655,426601.3628599461],[169897.62278062187,426700.15452807635],[170303.12596073822,426996.52953246713],[170303.12596073822,427501.4647251328],[171304.9573469081,427995.42306578404],[172604.95283610473,428500.35825844976],[172104.03714301978,428796.7332628405],[172104.03714301978,429202.87678737595],[172402.20124604658,429696.8351280272],[172104.03714301978,430992.1036657349],[174298.52494129667,430904.2888496191]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0297"},"geometry":{"type":"Polygon","coordinates":[[[139294.05924595633,425295.117470224],[140105.06560618908,425404.88599036867],[140498.6422221844,425295.117470224],[142096.80181440778,424702.3674614425],[142800.4690975509,424603.5757933122],[143504.13638069405,424702.3674614425],[145305.0475629756,425404.88599036867],[147702.28695131064,425800.0526628897],[147905.03854136885,425404.88599036867],[147797.69946427923,424899.950797703],[147905.03854136885,424197.43226877676],[148203.20264439558,423396.1220717203],[147404.1228482839,422902.1637310691],[146700.45556514082,422704.5803948086],[146903.20715519896,420597.02480803],[146402.29146211402,420695.81647616025],[145495.87258891272,420300.6498036393],[144696.79279280105,420399.4414717695],[144303.21617680573,420201.858135509],[143098.63320057766,420004.27479924855],[142502.30499452417,420103.06646737875],[141524.3267365964,419905.48313111824],[141405.06109538572,419696.9229428433],[140796.80632521116,419795.71461097355],[140295.89063212622,419499.3396065828],[140999.55791526934,418401.6544051356],[141094.97042823792,416996.61734728323],[140594.05473515298,417095.4090154135],[139496.8108360145,417095.4090154135],[138196.8153468179,416897.825679153],[137099.57144767948,416601.45067476225],[136896.81985762127,417205.1775355582],[137099.57144767948,417501.55253994896],[137803.23873082257,417995.5108806002],[138101.40283384934,418500.44607326586],[137695.89965373295,418796.8210776566],[137600.48714076442,419202.96460219205],[137898.65124379116,420201.858135509],[137803.23873082257,420498.23313989973],[136503.24324162595,421003.16833256546],[135799.57595848283,421694.7100094772],[135203.24775242934,422100.8535340127],[134594.99298225477,422100.8535340127],[134201.41636625945,421804.4785296219],[133903.25226323272,421398.33500508644],[133605.08816020598,421200.751668826],[133199.58498008957,421200.751668826],[132794.0817999732,421497.1266732167],[132400.5051839779,422002.06186588237],[132305.09267100933,422397.2285384034],[131899.58949089295,423000.95539919933],[131601.4253878662,423297.3304035901],[129895.92671855321,424098.6406006465],[129395.01102546827,424395.0156050373],[129096.84692244152,424702.3674614425],[129001.43440947296,425404.88599036867],[128405.10620341946,425898.8443310199],[128894.09533238334,425898.8443310199],[130098.6783086114,425602.4693266292],[131100.50969478127,425503.6776584989],[131804.17697792442,425602.4693266292],[133402.33657014777,426403.77952368563],[133903.25226323272,426502.5711918159],[134499.58046928621,426502.5711918159],[135000.49616237116,426304.9878555554],[137099.57144767948,425196.3258020937],[137994.06375675972,425097.53413396346],[139294.05924595633,425295.117470224]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0299"},"geometry":{"type":"Polygon","coordinates":[[[204603.92437293543,445602.293696997],[205999.33237510064,445701.0853651272],[206798.41217121232,445701.0853651272],[207394.74037726584,446195.04370577843],[208098.40766040894,445997.4603695179],[208002.9951474404,445602.293696997],[208205.74673749862,445196.1501724615],[208098.40766040894,443900.8816347538],[207001.16376127052,443802.0899666236],[205999.33237510064,443604.50663036306],[205403.00416904717,443000.7797695671],[205498.4166820157,442803.1964333066],[204603.92437293543,442298.2612406409],[203303.92888373882,442397.05290877115],[203399.3413967074,441804.30289998965],[203399.3413967074,439202.78897255985],[203697.50549973414,438895.43711615464],[204902.08847596223,437995.33525096794],[206202.08396515885,436897.6500495208],[206798.41217121232,436601.27504513],[207704.83104441367,435898.7565162038],[208694.73586646246,434998.6546510171],[208599.32335349388,434702.2796466264],[208002.9951474404,435503.5898436828],[207800.2435573822,435503.5898436828],[205796.58078504243,434702.2796466264],[205295.66509195755,435097.44631914736],[204902.08847596223,434702.2796466264],[204794.7493988726,434296.1361220909],[204305.7602699087,433999.76111770014],[204496.5852958458,434603.4879784961],[203900.25708979234,434899.86298288684],[203494.75390967593,435602.38151181303],[203697.50549973414,435997.54818433407],[202600.26160059572,436403.69170886953],[201801.18180448405,436403.69170886953],[201204.85359843052,436502.48337699973],[201097.5145213409,436304.9000407393],[200298.43472522922,436195.1315205945],[199797.51903214428,436502.48337699973],[200095.683135171,436700.06671326025],[200298.43472522922,437402.58524218644],[200095.683135171,437896.5435828377],[200298.43472522922,438203.89543924294],[200703.93790534558,438302.68710737315],[200799.35041831416,439202.78897255985],[201300.2661113991,439905.30750148604],[201503.01770145725,440300.4741740071],[200799.35041831416,440695.640846528],[201097.5145213409,441299.367707324],[201204.85359843052,441903.09456811997],[201300.2661113991,443099.5714376974],[201705.76929151546,443198.3631058276],[201801.18180448405,443802.0899666236],[201300.2661113991,443900.8816347538],[200405.77380231884,443802.0899666236],[200095.683135171,443604.50663036306],[199499.35492911754,442704.40476517635],[198998.4392360326,442704.40476517635],[198604.86262003728,443494.7381102183],[197495.69215677778,443604.50663036306],[197197.52805375104,443395.9464420881],[197197.52805375104,443802.0899666236],[197400.2796438092,444394.839975405],[197495.69215677778,444998.566836201],[198199.35943992087,445602.293696997],[198903.02672306402,445503.5020288667],[199403.94241614896,445602.293696997],[200000.27062220243,446195.04370577843],[200203.02221226064,446798.7705665744],[201097.5145213409,447501.2890955006],[201503.01770145725,447600.0807636308],[201801.18180448405,447501.2890955006],[202397.51001053752,447095.14557096513],[202504.84908762714,446699.97889844415],[202397.51001053752,446096.2520376482],[202898.42570362246,445404.71036073647],[203494.75390967593,445097.3585043312],[204603.92437293543,445602.293696997]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0301"},"geometry":{"type":"Polygon","coordinates":[[[219404.7904471833,461496.77541395224],[218200.2074709552,460805.23373704054],[217102.9635718168,460399.0902125051],[216005.71967267833,459696.5716835789],[215504.8039795934,458500.0948140014],[214705.7241834817,458401.30314587115],[213000.22551416873,458697.67815026187],[212201.145718057,457896.3679532055],[212403.8973081152,457204.8262762937],[211902.98161503026,456996.2660880188],[211902.98161503026,457501.20128068444],[211604.81751200353,458302.51147774095],[211103.9018189186,458697.67815026187],[210197.4829457173,458697.67815026187],[209899.3188426905,458796.4698183922],[209696.56725263235,459202.61334292765],[209505.74222669523,460003.92353998404],[209601.15473966376,460399.0902125051],[209505.74222669523,461002.817073301],[208897.48745652067,461496.77541395224],[208694.73586646246,461902.9189384877],[208802.07494355208,462199.29394287843],[208098.40766040894,462298.0856110087],[207203.91535132873,462001.71060661797],[206667.21996588056,462309.0624630231],[206500.24806818558,462803.02080367436],[206595.66058115417,463198.1874761954],[207001.16376127052,463604.33100073086],[207800.2435573822,463604.33100073086],[208694.73586646246,463000.6041399349],[209398.4031496056,463000.6041399349],[209601.15473966376,463999.49767325184],[209696.56725263235,464295.87267764256],[210102.0704327487,464899.5995384385],[210602.98612583365,464394.6643457728],[211103.9018189186,464603.22453404777],[211497.4784349139,464197.0810095123],[211902.98161503026,463395.7708124559],[212201.145718057,463198.1874761954],[213000.22551416873,463395.7708124559],[213191.05054010585,462331.0161670521],[213501.14120725368,462298.0856110087],[213894.71782324894,462495.6689472692],[214395.63351633388,462396.87727913895],[215695.6290055305,462704.22913554416],[216303.88377570512,462605.4374674139],[216804.79946879,462704.22913554416],[217496.54018781212,462704.22913554416],[217902.04336792848,462901.8124718047],[219094.69978003547,463099.39580806514],[219297.45137009368,462495.6689472692],[219404.7904471833,461496.77541395224]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0302"},"geometry":{"type":"Polygon","coordinates":[[[188300.3112194328,485700.73410586274],[188097.55962937465,485404.359101472],[187501.23142332112,484998.21557693655],[188598.4753224596,483099.2201784329],[187894.80803931644,481705.159972595],[186594.81255011982,480102.53957848204],[185903.07183109777,479696.39605394664],[186201.2359341245,478697.50252062967],[186296.6484470931,477698.60898731276],[186702.15162720944,476996.0904583866],[186499.40003715124,476403.340449605],[186594.81255011982,475700.82192067883],[186105.82342115598,475602.03025254863],[184698.48885486968,476194.7802613301],[183899.409058758,475898.40525693935],[181299.41808036476,475898.40525693935],[179904.01007819956,475799.6135888091],[179701.25848814135,475700.82192067883],[179605.84597517282,475997.1969250696],[180094.83510413667,476699.7154539958],[180094.83510413667,477204.6506466615],[179498.5068980832,477698.60898731276],[179295.755308025,479004.85437703494],[179605.84597517282,479904.9562422216],[179796.67100110993,481101.43311179907],[179605.84597517282,481200.22477992927],[176695.76432963175,482297.9099813765],[177101.2675097481,482605.26183778164],[177196.6800227167,482901.6368421724],[177101.2675097481,483505.36370296835],[176695.76432963175,483604.1553710986],[176600.35181666317,484295.6970480103],[176194.8486365468,485097.0072450668],[176194.8486365468,485503.1507696023],[175896.68453352008,486095.9007783837],[174894.8531473502,487698.5211724966],[174894.8531473502,487896.1045087571],[175598.52043049328,487896.1045087571],[176302.18771363643,488203.45636516233],[176803.10340672138,488796.20637394383],[177399.43161277485,488894.99804207403],[178902.17869202967,490003.6600955357],[180202.1741812263,491101.3452969829],[180595.7507972216,490201.2434317962],[181096.66649030655,489795.09990726074],[181895.74628641823,490201.2434317962],[182301.24946653465,490300.03509992646],[182504.0010565928,490003.6600955357],[183899.409058758,490596.41010431724],[184304.91223887436,490497.6184361869],[184495.73726481153,490003.6600955357],[184603.07634190115,489301.1415666095],[187596.6439362897,485799.525773993],[188002.14711640606,485997.1091102535],[188300.3112194328,485700.73410586274]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0303"},"geometry":{"type":"MultiPolygon","coordinates":[[[[179999.42259116814,512495.22987318865],[179605.84597517282,511803.6881962769],[179104.93028208788,511902.4798644071],[178902.17869202967,511595.12800800195],[178496.67551191332,512001.2715325374],[178496.67551191332,512802.5817295938],[178997.59120499826,513000.1650658543],[179617.77253929386,512923.327101753],[179999.42259116814,512495.22987318865]]],[[[170505.87755079643,486996.0026435704],[170303.12596073822,487500.93783623615],[170696.70257673354,488499.8313695531],[170994.86667976028,491200.13696511317],[168704.96636851487,491496.5119695039],[168704.96636851487,491902.65549403935],[167202.21928926004,494196.81756506395],[167703.134982345,494602.9610895994],[168204.05067542993,495305.47961852566],[168502.21477845666,495601.8546229164],[167094.88021217042,498104.576882216],[169897.62278062187,499696.2204243144],[168895.79139445198,501397.63248655753],[168597.62729142525,502901.46121254016],[168895.79139445198,503000.2528806704],[168597.62729142525,506798.2436776777],[168597.62729142525,508400.8640717906],[167595.79590525536,512001.2715325374],[167595.79590525536,512100.0632006676],[171304.9573469081,513098.9567339846],[172104.03714301978,513395.3317383753],[172903.11693913152,512495.22987318865],[173105.86852918967,512198.8548687979],[177900.3473058598,511002.37799922045],[179999.42259116814,510497.4428065547],[180500.33828425308,510497.4428065547],[180500.33828425308,510299.8594702942],[183195.74177561485,510299.8594702942],[183696.6574686998,510201.067802164],[186403.9875241827,507303.17887034337],[186594.81255011982,506995.8270139382],[186702.15162720944,506501.868673287],[186904.90321726765,503702.77140959667],[186702.15162720944,502703.8778762797],[186702.15162720944,502198.942683614],[186403.9875241827,501101.2574821668],[184197.57316178473,496699.53982436354],[183696.6574686998,496403.1648199728],[182897.57767258812,494701.75275772973],[181597.5821833915,493505.27588815225],[180094.83510413667,492297.82216656033],[179403.09438511461,491803.8638259091],[178997.59120499826,492001.4471621696],[178198.51140888658,492199.03049843013],[177804.93479289126,492100.2388302998],[173702.1967352432,490003.6600955357],[172604.95283610473,489202.3498984793],[171304.9573469081,488203.45636516233],[170505.87755079643,486996.0026435704]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0304"},"geometry":{"type":"Polygon","coordinates":[[[156897.66788865562,429301.6684555062],[156504.0912726603,428401.5665903195],[156003.17557957536,427699.0480613933],[155394.9208094008,427205.0897207421],[154595.84101328911,426304.9878555554],[153904.10029426706,424801.15912957274],[153498.59711415065,424395.0156050373],[152699.51731803897,423901.05726438604],[151805.0250089587,424098.6406006465],[151304.10931587376,424603.5757933122],[150695.8545456992,425503.6776584989],[150099.52633964573,425898.8443310199],[149395.85905650258,426195.2193354106],[148298.61515736417,426096.4276672804],[147702.28695131064,425800.0526628897],[145305.0475629756,425404.88599036867],[143504.13638069405,424702.3674614425],[142800.4690975509,424603.5757933122],[142096.80181440778,424702.3674614425],[140498.6422221844,425295.117470224],[140105.06560618908,425404.88599036867],[139294.05924595633,425295.117470224],[139198.64673298778,426195.2193354106],[138805.07011699246,426996.52953246713],[138900.48262996104,428796.7332628405],[141595.88612132284,428796.7332628405],[143396.79730360443,429301.6684555062],[144100.46458674752,429696.8351280272],[144696.79279280105,429696.8351280272],[145305.0475629756,429795.62679615745],[146402.29146211402,429598.04345989693],[147499.5353612525,429795.62679615745],[148704.11833748053,429598.04345989693],[149598.6106465608,429301.6684555062],[150004.11382667714,429696.8351280272],[150505.0295197621,430004.1869844324],[150898.6061357574,430102.97865256266],[150898.6061357574,429795.62679615745],[151399.52182884235,429905.39531630214],[151900.4375219273,429795.62679615745],[152305.94070204365,430004.1869844324],[153105.02049815538,430004.1869844324],[154094.92532020417,430399.3536569534],[154405.015987352,430399.3536569534],[155597.672399459,429400.46012363647],[156504.0912726603,429499.2517917667],[156897.66788865562,429301.6684555062]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0305"},"geometry":{"type":"Polygon","coordinates":[[[130098.6783086114,479498.8127176861],[130098.6783086114,477303.4423147917],[129895.92671855321,476502.13211773534],[129001.43440947296,471595.47926726635],[128500.51871638802,471496.68759913614],[127200.5232271914,471101.5209266151],[126401.44343107971,473604.2431859147],[126103.27932805296,474701.9283873619],[125805.11522502621,474196.9931946962],[125196.86045485165,474196.9931946962],[124803.28383885634,473703.03485404496],[124397.78065873995,473999.40985843574],[123896.86496565501,472901.7246569885],[123205.12424663296,473099.30799324904],[122895.03357948514,473395.68299763976],[122298.70537343164,473703.03485404496],[122298.70537343164,473999.40985843574],[122501.45696348984,473999.40985843574],[122895.03357948514,474394.57653095666],[123002.37265657476,474899.51172362245],[123395.94927257008,475294.67839614337],[123694.11337559683,475898.40525693935],[123503.2883496597,476699.7154539958],[123503.2883496597,476996.0904583866],[124099.6165557132,477094.8821265168],[124695.9447617667,476798.50712212606],[125495.0245578784,476798.50712212606],[126341.81061047436,476886.32193824183],[126699.60753410646,477501.02565105224],[127498.68733021815,478104.75251184823],[128405.10620341946,477994.9839917035],[128703.27030644621,478401.12751623895],[128798.68281941477,479004.85437703494],[129395.01102546827,479597.6043858164],[130098.6783086114,479498.8127176861]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0307"},"geometry":{"type":"Polygon","coordinates":[[[161298.57004933042,464197.0810095123],[160904.9934333351,463999.49767325184],[160904.9934333351,463703.12266886106],[161298.57004933042,463703.12266886106],[161596.73415235715,463296.9791443256],[161501.32163938863,462495.6689472692],[161095.8184592722,462704.22913554416],[159998.5745601338,462704.22913554416],[159700.41045710706,462901.8124718047],[159104.08225105354,463494.5624805861],[158495.82748087897,463703.12266886106],[158102.25086488365,463395.7708124559],[157505.92265883018,463296.9791443256],[157100.41947871377,463000.6041399349],[156802.25537568703,462199.29394287843],[156301.3396826021,461299.1920776918],[155705.01147654862,460596.67354876554],[155394.9208094008,460497.8818806353],[154094.92532020417,460300.2985443748],[153796.76121717744,460399.0902125051],[152794.92983100755,461002.817073301],[151304.10931587376,459103.82167479733],[151005.94521284703,458895.2614865224],[149801.362236619,457797.5762850752],[149503.1981335922,457995.1596213357],[151196.77023878414,459795.3633517091],[151304.10931587376,460399.0902125051],[151101.35772581561,460805.23373704054],[151494.93434181093,462001.71060661797],[151697.68593186908,463494.5624805861],[151995.85003489588,463494.5624805861],[152198.60162495403,464800.8078703083],[152401.35321501223,465294.7662109595],[151805.0250089587,465503.3263992345],[151602.27341890056,466096.076408016],[151196.77023878414,465997.2847398857],[150803.19362278888,466304.6365962909],[150600.44203273067,466798.59493694216],[149705.9497236504,467094.96994133294],[149705.9497236504,467402.3217977381],[149992.1872625561,468280.4699588959],[151101.35772581561,468401.21533105505],[150898.6061357574,469004.942191851],[151101.35772581561,469597.69220063253],[152997.6814210657,469103.7338599813],[153999.5128072356,468796.382003576],[154405.015987352,468796.382003576],[155394.9208094008,468598.7986673155],[155597.672399459,470102.6273932982],[156396.75219557068,469498.9005325022],[156504.0912726603,470102.6273932982],[158197.66337785224,468598.7986673155],[158603.1665579686,468500.0069991853],[158603.1665579686,466897.3866050724],[158495.82748087897,464998.3912065688],[159104.08225105354,464394.6643457728],[159903.1620471652,464295.87267764256],[161298.57004933042,464197.0810095123]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0308"},"geometry":{"type":"Polygon","coordinates":[[[151101.35772581561,469597.69220063253],[150898.6061357574,469004.942191851],[151101.35772581561,468401.21533105505],[149992.1872625561,468280.4699588959],[149598.6106465608,468500.0069991853],[149300.44654353405,467995.0718065196],[148298.61515736417,467402.3217977381],[147201.3712582257,466897.3866050724],[146497.7039750826,466304.6365962909],[145495.87258891272,465294.7662109595],[145102.2959729174,464702.016202178],[144899.5443828592,464394.6643457728],[143897.71299668934,464197.0810095123],[143599.54889366258,465602.11806736473],[143003.2206876091,465404.5347311043],[143301.38479063584,466699.8032688119],[143098.63320057766,466897.3866050724],[143194.04571354622,468104.8403266643],[143301.38479063584,468500.0069991853],[143504.13638069405,469400.108864372],[143897.71299668934,470805.1459222244],[145698.62417897093,470695.37740207964],[146998.61966816755,470695.37740207964],[148203.20264439558,470596.58573394944],[149097.69495347585,470596.58573394944],[149503.1981335922,470102.6273932982],[150099.52633964573,470695.37740207964],[149503.1981335922,471299.1042628756],[149896.77474958752,471595.47926726635],[150397.69044267246,471397.8959310059],[151494.93434181093,471200.3125947454],[151399.52182884235,470201.4190614284],[151101.35772581561,469597.69220063253]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0310"},"geometry":{"type":"Polygon","coordinates":[[[143897.71299668934,464197.0810095123],[144005.052073779,462901.8124718047],[144100.46458674752,462495.6689472692],[144303.21617680573,458697.67815026187],[143396.79730360443,458401.30314587115],[143694.96140663116,457303.617944424],[142895.8816105195,456996.2660880188],[143003.2206876091,456601.09941549774],[142705.05658458234,455404.6225459203],[142502.30499452417,455196.06235764537],[141703.2251984125,455294.8540257756],[141500.47360835428,455404.6225459203],[141202.30950532755,456096.16422283207],[139902.31401613093,456194.95589096233],[139496.8108360145,456304.724411107],[139198.64673298778,456699.89108362806],[139604.14991310416,457698.78461694496],[138805.07011699246,458104.9281414804],[138697.73103990284,459005.03000666713],[137099.57144767948,459597.7800154486],[135799.57595848283,460596.67354876554],[136801.40734465272,462001.71060661797],[135000.49616237116,463099.39580806514],[136598.65575459454,464998.3912065688],[136395.90416453633,465799.7014036252],[137004.1589347109,465898.49307175545],[139902.31401613093,465700.909735495],[140105.06560618908,465602.11806736473],[140796.80632521116,465602.11806736473],[141703.2251984125,465503.3263992345],[143301.38479063584,468500.0069991853],[143194.04571354622,468104.8403266643],[143098.63320057766,466897.3866050724],[143301.38479063584,466699.8032688119],[143003.2206876091,465404.5347311043],[143599.54889366258,465602.11806736473],[143897.71299668934,464197.0810095123]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0311"},"geometry":{"type":"Polygon","coordinates":[[[130802.34559175452,466304.6365962909],[131398.673797808,466194.86807614623],[131696.83790083477,464197.0810095123],[130301.4298986696,463703.12266886106],[130003.26579564284,462901.8124718047],[130003.26579564284,462396.87727913895],[129502.3501025579,462199.29394287843],[128703.27030644621,461595.5670820825],[127498.68733021815,460805.23373704054],[127498.68733021815,460497.8818806353],[126699.60753410646,460201.50687624456],[126401.44343107971,459400.1966791881],[125805.11522502621,460695.4652168958],[124600.53224879815,460003.92353998404],[123896.86496565501,461397.983745822],[123300.53675960151,462199.29394287843],[122501.45696348984,461902.9189384877],[122394.1178864002,463703.12266886106],[122298.70537343164,463900.7060051216],[123598.70086262826,464394.6643457728],[124099.6165557132,465404.5347311043],[124004.20404274465,465503.3263992345],[124803.28383885634,466502.2199325514],[124994.10886479345,466502.2199325514],[125101.44794188309,467599.9051339986],[125196.86045485165,467896.2801383893],[125805.11522502621,467896.2801383893],[126198.69184102151,468104.8403266643],[126401.44343107971,469301.31719624175],[126699.60753410646,470300.2107295587],[127403.27481724959,470596.58573394944],[128095.01553627165,470805.1459222244],[128095.01553627165,470102.6273932982],[127701.43892027634,468796.382003576],[127701.43892027634,466996.1782732026],[128405.10620341946,466996.1782732026],[128297.76712632984,466502.2199325514],[128703.27030644621,466502.2199325514],[130802.34559175452,466304.6365962909]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0312"},"geometry":{"type":"Polygon","coordinates":[[[141798.63771138102,454394.7521605889],[142204.14089149743,454295.96049245866],[143897.71299668934,453000.69195475103],[143396.79730360443,452396.96509395505],[145400.46007594414,452298.1734258248],[145698.62417897093,451705.4234170433],[145495.87258891272,451002.9048881171],[145495.87258891272,450399.1780273212],[146104.1273590873,449400.2844940042],[146497.7039750826,449301.492825874],[146998.61966816755,448796.5576332082],[146497.7039750826,448500.1826288175],[147105.95874525717,447402.49742737034],[147594.94787422102,446897.5622347046],[147296.78377119428,446403.6038940534],[147499.5353612525,445799.87703325745],[147105.95874525717,445503.5020288667],[146795.86807810934,445602.293696997],[146700.45556514082,446096.2520376482],[146199.53987205587,445898.6687013877],[145102.2959729174,445602.293696997],[144494.04120274284,446403.6038940534],[144303.21617680573,446798.7705665744],[143802.30048372078,447303.7057592401],[142299.55340446596,447698.8724317611],[142096.80181440778,448598.97429694777],[142204.14089149743,449301.492825874],[141798.63771138102,449795.45116652525],[141595.88612132284,449597.86783026473],[141405.06109538572,450102.8030229304],[141595.88612132284,450497.96969545144],[140999.55791526934,450805.3215518566],[139496.8108360145,450805.3215518566],[138900.48262996104,452100.5900895643],[139294.05924595633,452298.1734258248],[139401.39832304599,453198.2752910115],[139103.23422001922,453703.2104836772],[139604.14991310416,454504.5206807336],[140200.47811915766,454504.5206807336],[140701.3938122426,454394.7521605889],[140904.14540230078,454197.16882432846],[141798.63771138102,454394.7521605889]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0313"},"geometry":{"type":"Polygon","coordinates":[[[156098.58809254394,473198.09966137924],[155705.01147654862,471299.1042628756],[155394.9208094008,470300.2107295587],[155597.672399459,470102.6273932982],[155394.9208094008,468598.7986673155],[154405.015987352,468796.382003576],[153999.5128072356,468796.382003576],[152997.6814210657,469103.7338599813],[151101.35772581561,469597.69220063253],[151399.52182884235,470201.4190614284],[151494.93434181093,471200.3125947454],[150397.69044267246,471397.8959310059],[149896.77474958752,471595.47926726635],[150004.11382667714,471902.8311236716],[149801.362236619,472704.141320728],[149801.362236619,473099.30799324904],[150004.11382667714,473801.8265221752],[150600.44203273067,473900.6181903055],[151005.94521284703,474098.20152656594],[151005.94521284703,474295.78486282646],[150505.0295197621,474899.51172362245],[150898.6061357574,475503.2385844184],[151196.77023878414,476194.7802613301],[151697.68593186908,475799.6135888091],[152496.76572798076,475602.03025254863],[152902.26890809718,475700.82192067883],[153403.18460118212,475602.03025254863],[154094.92532020417,474800.72005549213],[154798.59260334726,474098.20152656594],[156098.58809254394,473198.09966137924]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0317"},"geometry":{"type":"Polygon","coordinates":[[[151196.77023878414,476194.7802613301],[150898.6061357574,475503.2385844184],[150505.0295197621,474899.51172362245],[151005.94521284703,474295.78486282646],[151005.94521284703,474098.20152656594],[150600.44203273067,473900.6181903055],[150004.11382667714,473801.8265221752],[149801.362236619,473099.30799324904],[149801.362236619,472704.141320728],[150004.11382667714,471902.8311236716],[149896.77474958752,471595.47926726635],[149503.1981335922,471299.1042628756],[150099.52633964573,470695.37740207964],[149503.1981335922,470102.6273932982],[149097.69495347585,470596.58573394944],[148203.20264439558,470596.58573394944],[146998.61966816755,470695.37740207964],[145698.62417897093,470695.37740207964],[143897.71299668934,470805.1459222244],[144804.13186989067,473099.30799324904],[145197.708485886,473801.8265221752],[145197.708485886,474098.20152656594],[145305.0475629756,474196.9931946962],[146700.45556514082,477094.8821265168],[147702.28695131064,476897.29879025626],[149503.1981335922,476600.92378586554],[149705.9497236504,476304.5487814748],[150397.69044267246,476095.9885931999],[151196.77023878414,476194.7802613301]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0321"},"geometry":{"type":"Polygon","coordinates":[[[138900.48262996104,452100.5900895643],[139496.8108360145,450805.3215518566],[140999.55791526934,450805.3215518566],[141595.88612132284,450497.96969545144],[141405.06109538572,450102.8030229304],[141595.88612132284,449597.86783026473],[141798.63771138102,449795.45116652525],[142204.14089149743,449301.492825874],[142096.80181440778,448598.97429694777],[142299.55340446596,447698.8724317611],[143802.30048372078,447303.7057592401],[144303.21617680573,446798.7705665744],[144494.04120274284,446403.6038940534],[145102.2959729174,445602.293696997],[145305.0475629756,445294.9418405917],[145996.78828199767,444998.566836201],[145805.96325606055,444800.9834999405],[145901.37576902908,444197.25663914456],[146998.61966816755,443604.50663036306],[146700.45556514082,443099.5714376974],[145996.78828199767,442495.8445769014],[145197.708485886,443297.15477395785],[144601.38027983246,443395.9464420881],[144195.8770997161,443099.5714376974],[143802.30048372078,442100.6779043804],[143098.63320057766,441398.1593754542],[142502.30499452417,441200.5760391937],[141500.47360835428,441595.7427117147],[140796.80632521116,442199.4695725107],[140295.89063212622,442397.05290877115],[139103.23422001922,442594.63624503167],[138602.31852693428,443000.7797695671],[138304.15442390752,443802.0899666236],[138101.40283384934,444899.77516807074],[137600.48714076442,445404.71036073647],[136598.65575459454,445701.0853651272],[136801.40734465272,446403.6038940534],[136801.40734465272,446699.97889844415],[137194.983960648,448500.1826288175],[136801.40734465272,449202.7011577437],[137302.32303773766,451299.2798925078],[137004.1589347109,451299.2798925078],[137099.57144767948,451903.0067533038],[138399.5669368761,451595.6548968986],[138900.48262996104,452100.5900895643]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0327"},"geometry":{"type":"Polygon","coordinates":[[[161501.32163938863,462495.6689472692],[162002.23733247357,462199.29394287843],[162705.90461561666,462100.50227474817],[162503.1530255585,461496.77541395224],[163504.9844117284,461101.60874143126],[163695.8094376655,460904.02540517075],[163302.2328216702,460300.2985443748],[162598.56553852704,460201.50687624456],[162395.8139484689,459597.7800154486],[162503.1530255585,459005.03000666713],[163099.48123161198,459103.82167479733],[163194.89374458056,458598.88648213167],[163004.06871864345,458401.30314587115],[162705.90461561666,458697.67815026187],[161894.89825538395,458697.67815026187],[161799.48574241536,458598.88648213167],[161298.57004933042,458796.4698183922],[161095.8184592722,458401.30314587115],[161000.40594630368,457599.99294881476],[160797.65435624548,456996.2660880188],[160499.49025321874,456897.4744198885],[159795.8229700756,457501.20128068444],[158901.3306609954,457698.78461694496],[158400.41496791044,456798.68275175826],[157899.4992748255,456403.5160792373],[157505.92265883018,456502.30774736754],[156694.9162985974,457095.057756149],[156205.92716963356,457303.617944424],[155895.83650248573,455898.58088657155],[155955.4693230911,455700.9975503111],[154798.59260334726,455799.78921844135],[151805.0250089587,456304.724411107],[151304.10931587376,456502.30774736754],[150600.44203273067,457095.057756149],[149801.362236619,457797.5762850752],[151005.94521284703,458895.2614865224],[151304.10931587376,459103.82167479733],[152794.92983100755,461002.817073301],[153796.76121717744,460399.0902125051],[154094.92532020417,460300.2985443748],[155394.9208094008,460497.8818806353],[155705.01147654862,460596.67354876554],[156301.3396826021,461299.1920776918],[156802.25537568703,462199.29394287843],[157100.41947871377,463000.6041399349],[157505.92265883018,463296.9791443256],[158102.25086488365,463395.7708124559],[158495.82748087897,463703.12266886106],[159104.08225105354,463494.5624805861],[159700.41045710706,462901.8124718047],[159998.5745601338,462704.22913554416],[161095.8184592722,462704.22913554416],[161501.32163938863,462495.6689472692]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0329"},"geometry":{"type":"Polygon","coordinates":[[[132996.83339003142,476996.0904583866],[132698.66928700465,477501.02565105224],[131995.00200386153,477094.8821265168],[131899.58949089295,476600.92378586554],[131494.0863107766,476699.7154539958],[130802.34559175452,476403.340449605],[130599.59400169633,476095.9885931999],[130194.09082157996,475898.40525693935],[130802.34559175452,474098.20152656594],[131005.09718181271,473900.6181903055],[131303.26128483948,474295.78486282646],[131494.0863107766,474295.78486282646],[131696.83790083477,473505.4515177845],[131696.83790083477,472901.7246569885],[132495.91769694648,472001.6227918018],[131303.26128483948,471397.8959310059],[131100.50969478127,470805.1459222244],[130897.75810472308,469498.9005325022],[131100.50969478127,468598.7986673155],[131005.09718181271,468302.4236629248],[130301.4298986696,468500.0069991853],[130098.6783086114,468302.4236629248],[130599.59400169633,467896.2801383893],[131100.50969478127,467797.4884702591],[131100.50969478127,467501.1134658684],[130802.34559175452,466304.6365962909],[128703.27030644621,466502.2199325514],[128297.76712632984,466502.2199325514],[128405.10620341946,466996.1782732026],[127701.43892027634,466996.1782732026],[127701.43892027634,468796.382003576],[128095.01553627165,470102.6273932982],[128095.01553627165,470805.1459222244],[127403.27481724959,470596.58573394944],[127200.5232271914,471101.5209266151],[128500.51871638802,471496.68759913614],[129001.43440947296,471595.47926726635],[129895.92671855321,476502.13211773534],[130098.6783086114,477303.4423147917],[130599.59400169633,477797.40065544297],[131494.0863107766,477204.6506466615],[131995.00200386153,477797.40065544297],[132603.2567740361,477994.9839917035],[132996.83339003142,477501.02565105224],[132996.83339003142,476996.0904583866]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0331"},"geometry":{"type":"Polygon","coordinates":[[[132698.66928700465,444800.9834999405],[131398.673797808,443703.2982984933],[131100.50969478127,443297.15477395785],[130897.75810472308,442704.40476517635],[130695.0065146649,442397.05290877115],[130396.84241163815,442298.2612406409],[129800.51420558465,442397.05290877115],[129096.84692244152,443000.7797695671],[128500.51871638802,443297.15477395785],[127904.19051033452,443198.3631058276],[127295.93574015996,442594.63624503167],[126997.7716371332,442001.88623625017],[126294.10435399009,441398.1593754542],[125697.77614793659,441398.1593754542],[124898.6963518249,441804.30289998965],[124302.3681457714,441804.30289998965],[123896.86496565501,441496.9510435845],[123300.53675960151,440399.2658421373],[123002.37265657476,439905.30750148604],[122298.70537343164,439400.37230882037],[121595.03809028851,439202.78897255985],[121201.4614742932,439202.78897255985],[119996.87849806514,438895.43711615464],[119603.30188206983,440399.2658421373],[119603.30188206983,440695.640846528],[119197.79870195345,441496.9510435845],[118804.22208595814,442298.2612406409],[118100.55480281501,443000.7797695671],[117802.39069978826,443099.5714376974],[117098.72341664514,444296.0483072748],[118398.71890584176,444899.77516807074],[120998.70988423501,446403.6038940534],[122298.70537343164,447095.14557096513],[122895.03357948514,446996.3539028349],[125399.61204490984,447797.6640998913],[127105.11071422284,448105.0159562965],[128095.01553627165,448203.8076244268],[129800.51420558465,448697.765965078],[130098.6783086114,447995.24743615184],[130695.0065146649,446216.9974098074],[131303.26128483948,446403.6038940534],[131995.00200386153,445503.5020288667],[132197.7535939197,445097.3585043312],[132698.66928700465,444800.9834999405]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0333"},"geometry":{"type":"Polygon","coordinates":[[[135799.57595848283,460596.67354876554],[135596.82436842466,460201.50687624456],[135298.66026539792,460300.2985443748],[134499.58046928621,460904.02540517075],[133700.5006731745,459905.13187185384],[133294.99749305815,459905.13187185384],[132698.66928700465,459400.1966791881],[131696.83790083477,460300.2985443748],[131195.92220774983,459597.7800154486],[130802.34559175452,458796.4698183922],[130695.0065146649,458796.4698183922],[129299.59851249971,460201.50687624456],[128703.27030644621,461595.5670820825],[129502.3501025579,462199.29394287843],[130003.26579564284,462396.87727913895],[130003.26579564284,462901.8124718047],[130301.4298986696,463703.12266886106],[131696.83790083477,464197.0810095123],[133795.9131861431,464998.3912065688],[136395.90416453633,465799.7014036252],[136598.65575459454,464998.3912065688],[135000.49616237116,463099.39580806514],[136801.40734465272,462001.71060661797],[135799.57595848283,460596.67354876554]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0335"},"geometry":{"type":"Polygon","coordinates":[[[128405.10620341946,453198.2752910115],[129705.1016926161,452704.31695036025],[129597.76261552646,452594.54843021557],[129096.84692244152,451804.2150851736],[128798.68281941477,452001.79842143407],[128202.35461336127,451705.4234170433],[127796.8514332449,451705.4234170433],[127295.93574015996,450300.3863591909],[126997.7716371332,450102.8030229304],[127295.93574015996,448895.34930133855],[127999.60302330309,449103.9094896135],[128095.01553627165,448203.8076244268],[127105.11071422284,448105.0159562965],[125399.61204490984,447797.6640998913],[122895.03357948514,446996.3539028349],[121905.12875743634,448796.5576332082],[122394.1178864002,448697.765965078],[123002.37265657476,448697.765965078],[123395.94927257008,449202.7011577437],[122394.1178864002,450300.3863591909],[122704.20855354801,450695.5530317119],[122000.5412704049,451804.2150851736],[121296.87398726176,451496.86322876834],[121296.87398726176,451200.4882243776],[119901.46598509658,452704.31695036025],[119603.30188206983,452495.7567620853],[119400.55029201164,452901.9002866207],[119794.12690800695,453494.6502954023],[120903.29737126645,453494.6502954023],[122000.5412704049,453703.2104836772],[122596.86947645839,454098.3771561982],[123694.11337559683,454702.1040169941],[124099.6165557132,454702.1040169941],[125495.0245578784,453604.41881554696],[125495.0245578784,453198.2752910115],[126401.44343107971,453297.06695914175],[127295.93574015996,453000.69195475103],[128202.35461336127,453297.06695914175],[128405.10620341946,453198.2752910115]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0339"},"geometry":{"type":"Polygon","coordinates":[[[166701.3035961751,451200.4882243776],[165794.8847229738,451200.4882243776],[165604.0596970367,450497.96969545144],[164697.6408238354,450201.59469106066],[163898.56102772366,451101.69655624736],[163803.14851475513,451804.2150851736],[162598.56553852704,452100.5900895643],[162395.8139484689,453604.41881554696],[162503.1530255585,453703.2104836772],[163099.48123161198,453900.79381993774],[163099.48123161198,454295.96049245866],[163397.6453346387,454504.5206807336],[164101.31261778186,454603.3123488639],[164304.06420784007,454394.7521605889],[164900.39241389354,454899.68735325465],[164602.2283108668,455196.06235764537],[164804.979900925,455700.9975503111],[165305.89559400995,455602.20588218083],[165401.30810697848,456601.09941549774],[164900.39241389354,457095.057756149],[166200.38790309016,457501.20128068444],[166498.55200611695,456897.4744198885],[166605.89108320657,455997.37255470187],[166498.55200611695,455503.41421405063],[166904.0551862333,455097.27068951516],[166999.4676992019,454504.5206807336],[166701.3035961751,451200.4882243776]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0340"},"geometry":{"type":"Polygon","coordinates":[[[168895.79139445198,446798.7705665744],[169098.5429845102,445898.6687013877],[169802.21026765328,445196.1501724615],[170004.9618577115,445097.3585043312],[170601.29006376502,444702.1918318103],[170601.29006376502,443802.0899666236],[171400.3698598767,442901.9881014369],[171304.9573469081,442495.8445769014],[170994.86667976028,442001.88623625017],[171495.78237284522,441002.99270293326],[171495.78237284522,440498.05751026754],[170994.86667976028,440399.2658421373],[170804.04165382317,440102.89083774656],[170004.9618577115,439400.37230882037],[169205.8820615998,440004.0991696163],[168704.96636851487,440300.4741740071],[166796.7161091437,440805.40936667274],[166104.97539012163,441299.367707324],[165496.72061994707,442100.6779043804],[163504.9844117284,442803.1964333066],[162801.31712858524,443395.9464420881],[161799.48574241536,443900.8816347538],[161203.1575363619,443900.8816347538],[161203.1575363619,444394.839975405],[161405.90912642004,444800.9834999405],[161704.07322944677,444702.1918318103],[162097.6498454421,445404.71036073647],[162395.8139484689,445196.1501724615],[163302.2328216702,447095.14557096513],[163600.39692469692,447797.6640998913],[164602.2283108668,447303.7057592401],[165401.30810697848,446601.1872303139],[166403.13949314837,445602.293696997],[166701.3035961751,446096.2520376482],[167595.79590525536,445404.71036073647],[168895.79139445198,446798.7705665744]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0342"},"geometry":{"type":"Polygon","coordinates":[[[149503.1981335922,457995.1596213357],[148501.36674742238,458401.30314587115],[147797.69946427923,458203.7198096107],[147201.3712582257,459498.9883473184],[147105.95874525717,459905.13187185384],[146605.04305217223,459696.5716835789],[145901.37576902908,461200.40040956147],[146104.1273590873,461804.12727035745],[145805.96325606055,463000.6041399349],[145102.2959729174,464702.016202178],[145495.87258891272,465294.7662109595],[146497.7039750826,466304.6365962909],[147201.3712582257,466897.3866050724],[148298.61515736417,467402.3217977381],[149300.44654353405,467995.0718065196],[149598.6106465608,468500.0069991853],[149992.1872625561,468280.4699588959],[149705.9497236504,467402.3217977381],[149705.9497236504,467094.96994133294],[150600.44203273067,466798.59493694216],[150803.19362278888,466304.6365962909],[151196.77023878414,465997.2847398857],[151602.27341890056,466096.076408016],[151805.0250089587,465503.3263992345],[152401.35321501223,465294.7662109595],[152198.60162495403,464800.8078703083],[151995.85003489588,463494.5624805861],[151697.68593186908,463494.5624805861],[151494.93434181093,462001.71060661797],[151101.35772581561,460805.23373704054],[151304.10931587376,460399.0902125051],[151196.77023878414,459795.3633517091],[149503.1981335922,457995.1596213357]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0344"},"geometry":{"type":"Polygon","coordinates":[[[135799.57595848283,460596.67354876554],[137099.57144767948,459597.7800154486],[138697.73103990284,459005.03000666713],[138805.07011699246,458104.9281414804],[139604.14991310416,457698.78461694496],[139198.64673298778,456699.89108362806],[139496.8108360145,456304.724411107],[139902.31401613093,456194.95589096233],[141202.30950532755,456096.16422283207],[141500.47360835428,455404.6225459203],[141703.2251984125,455294.8540257756],[141798.63771138102,454394.7521605889],[140904.14540230078,454197.16882432846],[140701.3938122426,454394.7521605889],[140200.47811915766,454504.5206807336],[139604.14991310416,454504.5206807336],[139103.23422001922,453703.2104836772],[139401.39832304599,453198.2752910115],[139294.05924595633,452298.1734258248],[138900.48262996104,452100.5900895643],[138399.5669368761,451595.6548968986],[137099.57144767948,451903.0067533038],[136097.7400615096,452298.1734258248],[135799.57595848283,451398.07156063814],[135501.41185545607,451705.4234170433],[135095.9086753397,452396.96509395505],[133605.08816020598,452704.31695036025],[133294.99749305815,452704.31695036025],[132901.42087706283,451903.0067533038],[132794.0817999732,451496.86322876834],[132794.0817999732,450399.1780273212],[132698.66928700465,448796.5576332082],[132603.2567740361,448697.765965078],[131995.00200386153,449103.9094896135],[131601.4253878662,449696.65949839493],[131100.50969478127,450596.76136358164],[130396.84241163815,451398.07156063814],[130301.4298986696,452001.79842143407],[129895.92671855321,452001.79842143407],[129597.76261552646,452594.54843021557],[129705.1016926161,452704.31695036025],[128405.10620341946,453198.2752910115],[128500.51871638802,453999.58548806794],[128703.27030644621,454504.5206807336],[128798.68281941477,455602.20588218083],[128095.01553627165,455898.58088657155],[127701.43892027634,456996.2660880188],[126795.02004707501,456897.4744198885],[126604.1950211379,457204.8262762937],[127105.11071422284,457896.3679532055],[127105.11071422284,458302.51147774095],[126401.44343107971,459400.1966791881],[126699.60753410646,460201.50687624456],[127498.68733021815,460497.8818806353],[127498.68733021815,460805.23373704054],[128703.27030644621,461595.5670820825],[129299.59851249971,460201.50687624456],[130695.0065146649,458796.4698183922],[130802.34559175452,458796.4698183922],[131195.92220774983,459597.7800154486],[131696.83790083477,460300.2985443748],[132698.66928700465,459400.1966791881],[133294.99749305815,459905.13187185384],[133700.5006731745,459905.13187185384],[134499.58046928621,460904.02540517075],[135298.66026539792,460300.2985443748],[135596.82436842466,460201.50687624456],[135799.57595848283,460596.67354876554]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0345"},"geometry":{"type":"Polygon","coordinates":[[[168895.79139445198,446798.7705665744],[167595.79590525536,445404.71036073647],[166701.3035961751,446096.2520376482],[166403.13949314837,445602.293696997],[165401.30810697848,446601.1872303139],[164602.2283108668,447303.7057592401],[163600.39692469692,447797.6640998913],[164304.06420784007,449202.7011577437],[164399.4767208086,449597.86783026473],[164697.6408238354,450201.59469106066],[165604.0596970367,450497.96969545144],[165794.8847229738,451200.4882243776],[166701.3035961751,451200.4882243776],[167595.79590525536,451101.69655624736],[167404.97087931825,450201.59469106066],[168895.79139445198,449597.86783026473],[168704.96636851487,449202.7011577437],[168704.96636851487,447995.24743615184],[168895.79139445198,447995.24743615184],[168895.79139445198,447501.2890955006],[168597.62729142525,447095.14557096513],[168895.79139445198,446798.7705665744]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0351"},"geometry":{"type":"Polygon","coordinates":[[[162503.1530255585,453703.2104836772],[162395.8139484689,453604.41881554696],[162598.56553852704,452100.5900895643],[161704.07322944677,452001.79842143407],[161203.1575363619,451595.6548968986],[160105.91363722342,451200.4882243776],[159497.65886704886,451299.2798925078],[159199.49476402212,450596.76136358164],[158305.00245494186,451101.69655624736],[157899.4992748255,451595.6548968986],[157899.4992748255,452100.5900895643],[158400.41496791044,452594.54843021557],[158495.82748087897,453604.41881554696],[158400.41496791044,453802.0021518074],[157398.58358174056,453900.79381993774],[156694.9162985974,453604.41881554696],[156003.17557957536,452901.9002866207],[155800.42398951715,453395.85862727195],[156396.75219557068,453802.0021518074],[156301.3396826021,454098.3771561982],[155204.09578346368,454098.3771561982],[154595.84101328911,454504.5206807336],[151196.77023878414,455097.27068951516],[148894.94336341764,456502.30774736754],[150600.44203273067,457095.057756149],[151304.10931587376,456502.30774736754],[151805.0250089587,456304.724411107],[154798.59260334726,455799.78921844135],[155955.4693230911,455700.9975503111],[155895.83650248573,455898.58088657155],[156205.92716963356,457303.617944424],[156694.9162985974,457095.057756149],[157505.92265883018,456502.30774736754],[157899.4992748255,456403.5160792373],[158400.41496791044,456798.68275175826],[158901.3306609954,457698.78461694496],[159795.8229700756,457501.20128068444],[160499.49025321874,456897.4744198885],[160797.65435624548,456996.2660880188],[161000.40594630368,457599.99294881476],[161095.8184592722,458401.30314587115],[161298.57004933042,458796.4698183922],[161799.48574241536,458598.88648213167],[162300.4014355003,458104.9281414804],[161704.07322944677,457501.20128068444],[161704.07322944677,456502.30774736754],[161799.48574241536,456194.95589096233],[161000.40594630368,455799.78921844135],[159903.1620471652,454702.1040169941],[160404.07774025016,454197.16882432846],[161596.73415235715,453494.6502954023],[162503.1530255585,453703.2104836772]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0352"},"geometry":{"type":"Polygon","coordinates":[[[155299.5082964322,442495.8445769014],[154703.18009037874,442298.2612406409],[154094.92532020417,442298.2612406409],[153403.18460118212,442495.8445769014],[152794.92983100755,442397.05290877115],[152305.94070204365,442199.4695725107],[151805.0250089587,441398.1593754542],[151304.10931587376,441002.99270293326],[150803.19362278888,440805.40936667274],[150194.93885261426,440695.640846528],[149002.28244050732,441496.9510435845],[147905.03854136885,441595.7427117147],[146903.20715519896,441903.09456811997],[145996.78828199767,442495.8445769014],[146700.45556514082,443099.5714376974],[146998.61966816755,443604.50663036306],[145901.37576902908,444197.25663914456],[145805.96325606055,444800.9834999405],[145996.78828199767,444998.566836201],[145305.0475629756,445294.9418405917],[145102.2959729174,445602.293696997],[146199.53987205587,445898.6687013877],[146700.45556514082,446096.2520376482],[146795.86807810934,445602.293696997],[147105.95874525717,445503.5020288667],[147499.5353612525,445799.87703325745],[147296.78377119428,446403.6038940534],[147594.94787422102,446897.5622347046],[148405.9542344538,446699.97889844415],[149300.44654353405,447797.6640998913],[149980.260698435,448774.6039291793],[150695.8545456992,448302.59929255705],[152103.1891119855,447995.24743615184],[152496.76572798076,447501.2890955006],[153403.18460118212,446897.5622347046],[154595.84101328911,445997.4603695179],[155800.42398951715,446096.2520376482],[156897.66788865562,445404.71036073647],[155895.83650248573,444394.839975405],[154405.015987352,444197.25663914456],[155299.5082964322,442495.8445769014]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0353"},"geometry":{"type":"Polygon","coordinates":[[[129597.76261552646,452594.54843021557],[129895.92671855321,452001.79842143407],[130301.4298986696,452001.79842143407],[130396.84241163815,451398.07156063814],[131100.50969478127,450596.76136358164],[131601.4253878662,449696.65949839493],[131995.00200386153,449103.9094896135],[132603.2567740361,448697.765965078],[132698.66928700465,448796.5576332082],[132901.42087706283,447896.4557680216],[133402.33657014777,446699.97889844415],[133700.5006731745,445503.5020288667],[133104.17246712104,445196.1501724615],[132698.66928700465,444800.9834999405],[132197.7535939197,445097.3585043312],[131995.00200386153,445503.5020288667],[131303.26128483948,446403.6038940534],[130695.0065146649,446216.9974098074],[130098.6783086114,447995.24743615184],[129800.51420558465,448697.765965078],[128095.01553627165,448203.8076244268],[127999.60302330309,449103.9094896135],[127295.93574015996,448895.34930133855],[126997.7716371332,450102.8030229304],[127295.93574015996,450300.3863591909],[127796.8514332449,451705.4234170433],[128202.35461336127,451705.4234170433],[128798.68281941477,452001.79842143407],[129096.84692244152,451804.2150851736],[129597.76261552646,452594.54843021557]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0355"},"geometry":{"type":"Polygon","coordinates":[[[149503.1981335922,457995.1596213357],[149801.362236619,457797.5762850752],[150600.44203273067,457095.057756149],[148894.94336341764,456502.30774736754],[151196.77023878414,455097.27068951516],[151304.10931587376,454504.5206807336],[150397.69044267246,453604.41881554696],[149705.9497236504,454197.16882432846],[148405.9542344538,455404.6225459203],[146700.45556514082,453604.41881554696],[146199.53987205587,453198.2752910115],[145400.46007594414,452298.1734258248],[143396.79730360443,452396.96509395505],[143897.71299668934,453000.69195475103],[142204.14089149743,454295.96049245866],[141798.63771138102,454394.7521605889],[141703.2251984125,455294.8540257756],[142502.30499452417,455196.06235764537],[142705.05658458234,455404.6225459203],[143003.2206876091,456601.09941549774],[142895.8816105195,456996.2660880188],[143694.96140663116,457303.617944424],[143396.79730360443,458401.30314587115],[144303.21617680573,458697.67815026187],[144100.46458674752,462495.6689472692],[144005.052073779,462901.8124718047],[143897.71299668934,464197.0810095123],[144899.5443828592,464394.6643457728],[145102.2959729174,464702.016202178],[145805.96325606055,463000.6041399349],[146104.1273590873,461804.12727035745],[145901.37576902908,461200.40040956147],[146605.04305217223,459696.5716835789],[147105.95874525717,459905.13187185384],[147201.3712582257,459498.9883473184],[147797.69946427923,458203.7198096107],[148501.36674742238,458401.30314587115],[149503.1981335922,457995.1596213357]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0356"},"geometry":{"type":"Polygon","coordinates":[[[137099.57144767948,451903.0067533038],[137004.1589347109,451299.2798925078],[137302.32303773766,451299.2798925078],[136801.40734465272,449202.7011577437],[137194.983960648,448500.1826288175],[136801.40734465272,446699.97889844415],[136801.40734465272,446403.6038940534],[136598.65575459454,445701.0853651272],[136205.07913859922,445898.6687013877],[135501.41185545607,446096.2520376482],[134702.3320593444,445997.4603695179],[133700.5006731745,445503.5020288667],[133402.33657014777,446699.97889844415],[132901.42087706283,447896.4557680216],[132698.66928700465,448796.5576332082],[132794.0817999732,450399.1780273212],[132794.0817999732,451496.86322876834],[132901.42087706283,451903.0067533038],[133294.99749305815,452704.31695036025],[133605.08816020598,452704.31695036025],[135095.9086753397,452396.96509395505],[135501.41185545607,451705.4234170433],[135799.57595848283,451398.07156063814],[136097.7400615096,452298.1734258248],[137099.57144767948,451903.0067533038]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0358"},"geometry":{"type":"Polygon","coordinates":[[[109596.91458449213,470003.83572516794],[109704.25366158177,471804.03945554135],[108296.91909529551,472001.6227918018],[107796.00340221057,471804.03945554135],[107199.67519615707,471200.3125947454],[106496.00791301393,471101.5209266151],[105995.092219929,471705.2477874111],[106496.00791301393,472001.6227918018],[106794.17201604068,472605.3496525978],[107700.59088924201,473000.5163251188],[108094.16750523732,473099.30799324904],[108499.67068535369,473395.68299763976],[109000.58637843863,474394.57653095666],[109501.50207152357,474701.9283873619],[109895.07868751888,475195.88672801317],[110598.745970662,475602.03025254863],[111302.41325380513,476194.7802613301],[111994.15397282719,476403.340449605],[112602.40874300175,476699.7154539958],[113198.73694905525,477094.8821265168],[113795.06515510875,477599.8173191825],[114403.31992528333,478401.12751623895],[114594.14495122044,479202.4377132954],[114904.23561836826,479498.8127176861],[115595.97633739033,479904.9562422216],[116299.64362053345,478697.50252062967],[116597.8077235602,478104.75251184823],[115595.97633739033,476699.7154539958],[114594.14495122044,474899.51172362245],[112805.16033305995,473604.2431859147],[112697.82125597032,473198.09966137924],[113103.3244360867,472704.141320728],[112304.244639975,472100.4144599321],[109596.91458449213,470003.83572516794]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0361"},"geometry":{"type":"Polygon","coordinates":[[[115297.81223436358,519399.66979029146],[115202.399721395,518598.35959323496],[114701.48402831008,517895.84106430877],[114295.98084819369,516995.73919912206],[114701.48402831008,516995.73919912206],[114594.14495122044,516699.36419473134],[114105.15582225658,516095.63733393536],[113795.06515510875,515195.5354687487],[113401.48853911344,514503.993791837],[113103.3244360867,514405.2021237067],[112900.5728460285,513603.8919266503],[112304.244639975,511704.89652814664],[111994.15397282719,511803.6881962769],[111004.24915077839,512001.2715325374],[111004.24915077839,512396.43820505834],[110694.15848363057,513505.10025852],[111099.66166374694,514196.64193543175],[111099.66166374694,514405.2021237067],[109596.91458449213,515502.8873251539],[109465.72237916036,515458.97991709603],[109477.64894328143,515612.65584529866],[109000.58637843863,516095.63733393536],[109203.33796849682,517401.88272365753],[109394.16299443394,517895.84106430877],[110205.1693546667,518499.56792510475],[110598.745970662,519202.08645403094],[110598.745970662,519597.2531265519],[111195.0741767155,519696.0447946822],[111397.82576677369,519498.46145842166],[111803.32894689008,520003.3966510874],[112101.49304991683,520596.1466598689],[111302.41325380513,521704.80871333054],[111898.74145985863,521803.60038146074],[113902.40423219839,521199.8735206648],[113699.6526421402,520200.97998734785],[113496.901052082,519904.6049829571],[113795.06515510875,519696.0447946822],[113401.48853911344,518598.35959323496],[113496.901052082,518104.4012525837],[115297.81223436358,519399.66979029146]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0362"},"geometry":{"type":"Polygon","coordinates":[[[122394.1178864002,481299.0164480595],[122095.95378337345,481002.64144366875],[122095.95378337345,480398.9145828728],[122298.70537343164,480003.74791035184],[121702.37716737814,479202.4377132954],[121797.7896803467,478796.29418875993],[121201.4614742932,478598.71085249947],[120700.54578120826,477501.02565105224],[120295.04260109189,476897.29879025626],[120497.79419115008,476403.340449605],[120295.04260109189,475602.03025254863],[120497.79419115008,475195.88672801317],[119901.46598509658,474504.3450511014],[119698.71439503839,473999.40985843574],[119603.30188206983,473801.8265221752],[118804.22208595814,473395.68299763976],[118601.47049589995,472802.9329888583],[118398.71890584176,472802.9329888583],[117802.39069978826,473198.09966137924],[117098.72341664514,473801.8265221752],[116597.8077235602,473999.40985843574],[115405.1513114532,474603.13671923167],[114594.14495122044,474899.51172362245],[115595.97633739033,476699.7154539958],[116597.8077235602,478104.75251184823],[116299.64362053345,478697.50252062967],[115595.97633739033,479904.9562422216],[116001.4795175067,480497.7062510031],[116096.89203047525,480805.0581074083],[116204.23110756489,482100.326645116],[117695.05162269864,482297.9099813765],[118005.14228984645,482605.26183778164],[118804.22208595814,482605.26183778164],[118804.22208595814,481705.159972595],[121499.62557731995,481705.159972595],[121905.12875743634,481595.39145245025],[122394.1178864002,481299.0164480595]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0363"},"geometry":{"type":"MultiPolygon","coordinates":[[[[129705.1016926161,481902.74330885545],[129800.51420558465,481803.95164072525],[130098.6783086114,479498.8127176861],[129395.01102546827,479597.6043858164],[128798.68281941477,479004.85437703494],[128703.27030644621,478401.12751623895],[128405.10620341946,477994.9839917035],[127498.68733021815,478104.75251184823],[126699.60753410646,477501.02565105224],[126341.81061047436,476886.32193824183],[125495.0245578784,476798.50712212606],[123801.45245268646,480003.74791035184],[123801.45245268646,480201.33124661236],[124302.3681457714,480596.4979191333],[124505.11973582959,481101.43311179907],[124505.11973582959,481595.39145245025],[124302.3681457714,481803.95164072525],[124803.28383885634,482199.1183132462],[124994.10886479345,482297.9099813765],[125399.61204490984,481705.159972595],[127105.11071422284,482704.05350591196],[127594.0998431867,482605.26183778164],[127904.19051033452,482297.9099813765],[128405.10620341946,481200.22477992927],[128405.10620341946,480695.2895872636],[129705.1016926161,481902.74330885545]]],[[[127725.29204851847,486436.1831908324],[127904.19051033452,486172.73874248506],[127295.93574015996,485711.7109578772],[126890.43256004358,486095.9007783837],[127164.74353482819,486370.3220787455],[127606.02640730777,485997.1091102535],[127725.29204851847,486436.1831908324]]],[[[119305.13777904309,493702.8592244127],[119603.30188206983,493801.650892543],[119996.87849806514,493702.8592244127],[120295.04260109189,493197.92403174704],[121296.87398726176,493197.92403174704],[121797.7896803467,493099.13236361684],[123205.12424663296,492199.03049843013],[124004.20404274465,491595.30363763415],[124803.28383885634,491902.65549403935],[125101.44794188309,492703.9656910958],[126795.02004707501,492901.5490273563],[127498.68733021815,493296.7156998773],[127796.8514332449,492901.5490273563],[127999.60302330309,493099.13236361684],[128703.27030644621,493099.13236361684],[129895.92671855321,492396.6138346906],[130098.6783086114,492605.1740229656],[130599.59400169633,492495.40550282085],[130897.75810472308,492100.2388302998],[131398.673797808,492199.03049843013],[131995.00200386153,492001.4471621696],[133104.17246712104,492199.03049843013],[133294.99749305815,492100.2388302998],[133199.58498008957,491803.8638259091],[132603.2567740361,491902.65549403935],[132197.7535939197,491803.8638259091],[131804.17697792442,491101.3452969829],[130802.34559175452,490398.8267680567],[130599.59400169633,490102.451763666],[130396.84241163815,489103.55823034904],[129895.92671855321,488697.4147058136],[129502.3501025579,488598.6230376833],[129597.76261552646,487994.8961768873],[129395.01102546827,487402.1461681059],[129204.18599953115,487303.3544999756],[128703.27030644621,487500.93783623615],[128500.51871638802,487896.1045087571],[127904.19051033452,487797.31284062687],[127498.68733021815,487402.1461681059],[127295.93574015996,487402.1461681059],[126902.35912416465,487994.8961768873],[126198.69184102151,488499.8313695531],[125805.11522502621,488192.47951314785],[127200.5232271914,486996.0026435704],[126795.02004707501,486798.4193073099],[125805.11522502621,486798.4193073099],[125805.11522502621,486502.0443029192],[126294.10435399009,486095.9007783837],[126795.02004707501,485898.3174421232],[126902.35912416465,485601.9424377325],[127904.19051033452,485601.9424377325],[128095.01553627165,485997.1091102535],[129096.84692244152,485294.5905813273],[129502.3501025579,485097.0072450668],[129705.1016926161,484504.2572362853],[129204.18599953115,483801.7387073591],[128500.51871638802,483801.7387073591],[127796.8514332449,484405.46556815505],[126997.7716371332,485195.798913197],[126496.85594404826,485404.359101472],[126198.69184102151,485097.0072450668],[125995.94025096334,484603.04890441557],[125196.86045485165,483483.40999893943],[124302.3681457714,483099.2201784329],[123694.11337559683,483296.8035146934],[123300.53675960151,482901.6368421724],[122704.20855354801,482605.26183778164],[122704.20855354801,481496.59978432],[122394.1178864002,481299.0164480595],[121905.12875743634,481595.39145245025],[121499.62557731995,481705.159972595],[118804.22208595814,481705.159972595],[118804.22208595814,482605.26183778164],[118005.14228984645,482605.26183778164],[117695.05162269864,482297.9099813765],[116204.23110756489,482100.326645116],[116096.89203047525,482297.9099813765],[114928.0887466104,483176.0581425342],[114796.89654127863,483198.0118465632],[114403.31992528333,483900.5303754894],[113198.73694905525,484800.6322406761],[112805.16033305995,484998.21557693655],[111994.15397282719,485601.9424377325],[112196.90556288538,487402.1461681059],[112101.49304991683,487994.8961768873],[112196.90556288538,488302.2480332926],[112196.90556288538,490102.451763666],[110205.1693546667,490497.6184361869],[110896.91007368875,493900.4425606732],[111695.98986980044,493702.8592244127],[112805.16033305995,493505.27588815225],[113902.40423219839,493395.50736800756],[115798.7279274485,493000.3406954865],[116895.97182658695,492703.9656910958],[117897.80321275683,492495.40550282085],[118899.6345989267,492199.03049843013],[119102.38618898489,492605.1740229656],[118995.04711189526,493099.13236361684],[119305.13777904309,493702.8592244127]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0364"},"geometry":{"type":"Polygon","coordinates":[[[147105.95874525717,528697.0634465491],[146294.9523850244,528598.2717784189],[145996.78828199767,528894.6467828096],[146199.53987205587,526699.2763799152],[146199.53987205587,525404.0078422076],[144494.04120274284,525601.5911784681],[143802.30048372078,525601.5911784681],[143098.63320057766,525502.7995103378],[142502.30499452417,525305.2161740772],[141405.06109538572,524800.2809814116],[140904.14540230078,525897.9661828588],[140498.6422221844,527401.7949088414],[139997.72652909945,527698.1699132322],[139997.72652909945,527895.7532494927],[139997.72652909945,528203.1051058979],[140796.80632521116,528104.3134377677],[140999.55791526934,528203.1051058979],[141405.06109538572,528795.8551146793],[141894.0502243496,529794.7486479963],[142597.71750749272,529794.7486479963],[143301.38479063584,529695.956979866],[144100.46458674752,529498.3736436055],[146294.9523850244,529597.1653117358],[147105.95874525717,528894.6467828096],[147105.95874525717,528697.0634465491]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0365"},"geometry":{"type":"Polygon","coordinates":[[[119495.9628049802,509498.5492732378],[119400.55029201164,508499.65573992085],[118494.13141881033,507303.17887034337],[118005.14228984645,506403.0770051567],[117599.63910973008,506095.7251487515],[117468.44690439831,505832.2807004042],[116895.97182658695,506304.28533702646],[116299.64362053345,505502.97513997],[116800.55931361839,505305.39180370956],[116502.39521059164,504998.0399473043],[115894.14044041708,504899.2482791741],[115500.56382442176,504295.5214183781],[114999.64813133683,504196.7297502479],[114498.73243825189,503702.77140959667],[113997.81674516694,503702.77140959667],[113604.24012917164,505305.39180370956],[113699.6526421402,506501.868673287],[113902.40423219839,507895.9288791249],[114701.48402831008,507797.1372109946],[114701.48402831008,508598.4474080511],[114796.89654127863,509202.17426884704],[114701.48402831008,509696.1326094983],[115297.81223436358,509794.92427762854],[115595.97633739033,509696.1326094983],[116001.4795175067,510003.4844659035],[116800.55931361839,510003.4844659035],[116895.97182658695,509498.5492732378],[117301.47500670333,509498.5492732378],[117802.39069978826,509696.1326094983],[118899.6345989267,509498.5492732378],[119495.9628049802,509498.5492732378]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0366"},"geometry":{"type":"Polygon","coordinates":[[[120497.79419115008,544701.3136836491],[120795.95829417683,544503.7303473887],[120605.1332682397,544196.3784909834],[121595.03809028851,543395.068293927],[122394.1178864002,543197.4849576665],[122895.03357948514,542901.1099532758],[122298.70537343164,541199.6978910326],[121595.03809028851,540200.8043577156],[121702.37716737814,538894.5589679935],[123002.37265657476,536600.3968969688],[122799.62106651659,535305.1283592612],[122596.86947645839,535305.1283592612],[122501.45696348984,534602.609830335],[120795.95829417683,534997.7765028559],[120402.38167818151,534800.1931665954],[118995.04711189526,535096.5681709863],[118303.3063928732,535601.5033636519],[117695.05162269864,535799.0866999124],[116096.89203047525,538894.5589679935],[115095.06064430538,540200.8043577156],[114295.98084819369,540595.9710302367],[112697.82125597032,540299.596025846],[113496.901052082,543702.4201503322],[113902.40423219839,544701.3136836491],[114701.48402831008,546303.9340777621],[115202.399721395,547401.6192792092],[115798.7279274485,547204.0359429487],[116096.89203047525,547599.2026154697],[116299.64362053345,547500.4109473395],[116597.8077235602,546995.4757546737],[119901.46598509658,544997.6886880399],[120497.79419115008,544701.3136836491]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0370"},"geometry":{"type":"Polygon","coordinates":[[[125399.61204490984,512100.0632006676],[125304.19953194127,511902.4798644071],[125602.36363496802,511101.1696673507],[125602.36363496802,510497.4428065547],[126198.69184102151,510497.4428065547],[126604.1950211379,510903.5863310902],[127403.27481724959,511101.1696673507],[128202.35461336127,510596.234474685],[128595.93122935659,509794.92427762854],[127999.60302330309,509103.3826007168],[127403.27481724959,508598.4474080511],[127200.5232271914,508302.0724036604],[127200.5232271914,507401.9705384737],[127105.11071422284,506699.4520095475],[126902.35912416465,506304.28533702646],[126103.27932805296,505502.97513997],[125805.11522502621,504701.6649429136],[125602.36363496802,503296.6278850612],[125196.86045485165,502901.46121254016],[124302.3681457714,502802.66954440996],[123503.2883496597,502703.8778762797],[122501.45696348984,503395.4195531914],[122095.95378337345,503505.18807333615],[121499.62557731995,503395.4195531914],[120199.63008812333,503702.77140959667],[119197.79870195345,504295.5214183781],[118398.71890584176,504295.5214183781],[117695.05162269864,504899.2482791741],[117468.44690439831,505832.2807004042],[117599.63910973008,506095.7251487515],[118005.14228984645,506403.0770051567],[118494.13141881033,507303.17887034337],[119400.55029201164,508499.65573992085],[119495.9628049802,509498.5492732378],[119901.46598509658,510003.4844659035],[120295.04260109189,510102.27613403375],[120998.70988423501,510903.5863310902],[121296.87398726176,512001.2715325374],[121905.12875743634,512703.7900614636],[123002.37265657476,513603.8919266503],[123801.45245268646,513395.3317383753],[124004.20404274465,513197.74840211484],[124302.3681457714,513296.54007024504],[125304.19953194127,514097.85026730155],[125495.0245578784,514196.64193543175],[125805.11522502621,513900.266931041],[125995.94025096334,513098.9567339846],[125900.52773799477,512802.5817295938],[125304.19953194127,512495.22987318865],[125399.61204490984,512100.0632006676]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0373"},"geometry":{"type":"Polygon","coordinates":[[[109465.72237916036,515458.97991709603],[109000.58637843863,514997.9521324882],[107796.00340221057,515404.09565702366],[107497.83929918382,514899.16046435793],[107402.42678621526,514097.85026730155],[106996.92360609888,513395.3317383753],[106698.75950307213,513197.74840211484],[106603.34699010357,512297.64653692814],[106603.34699010357,511704.89652814664],[105398.76401387551,511101.1696673507],[105398.76401387551,510804.79466295993],[102297.85734239731,509794.92427762854],[102798.77303548226,513395.3317383753],[103204.27621559863,515799.26232954464],[103299.68872856718,517204.299387397],[103597.85283159393,519004.5031177704],[103705.19190868357,520200.97998734785],[104098.76852467888,522297.558722112],[104098.76852467888,523197.6605872987],[104396.93262770562,525195.4476539326],[104396.93262770562,526995.6513843059],[104504.27170479526,526995.6513843059],[105005.18739788019,529399.5819754753],[105196.01242381732,530102.1005044015],[105303.35150090694,530102.1005044015],[105804.26719399188,529300.7903073451],[106496.00791301393,528499.4801102886],[107104.26268318851,528203.1051058979],[107497.83929918382,527599.3782451019],[107903.34247930019,527500.5865769717],[108905.17386547007,526095.5495191193],[109596.91458449213,524997.8643176721],[109704.25366158177,524701.4893132814],[109799.66617455032,523702.5957799644],[110205.1693546667,523098.8689191685],[110503.33345769344,522901.28558290796],[111195.0741767155,522001.18371772126],[111302.41325380513,521704.80871333054],[112101.49304991683,520596.1466598689],[111803.32894689008,520003.3966510874],[111397.82576677369,519498.46145842166],[111195.0741767155,519696.0447946822],[110598.745970662,519597.2531265519],[110598.745970662,519202.08645403094],[110205.1693546667,518499.56792510475],[109394.16299443394,517895.84106430877],[109203.33796849682,517401.88272365753],[109000.58637843863,516095.63733393536],[109477.64894328143,515612.65584529866],[109465.72237916036,515458.97991709603]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0375"},"geometry":{"type":"Polygon","coordinates":[[[108905.17386547007,500102.36394884984],[108702.42227541188,499597.4287561842],[108404.25817238513,499399.84541992366],[108201.50658232694,499004.6787474027],[108201.50658232694,498400.95188660675],[107903.34247930019,497994.8083620713],[107104.26268318851,497303.2666851595],[106603.34699010357,496600.74815623334],[105696.92811690226,497402.0583532898],[106102.43129701863,498104.576882216],[105005.18739788019,499202.26208366314],[104098.76852467888,499399.84541992366],[103395.10124153575,499399.84541992366],[102703.36052251369,499696.2204243144],[102202.44482942876,499498.6370880539],[101498.77754628562,500003.57228071964],[100294.19457005756,500497.5306213709],[100699.69775017393,501595.215822818],[101796.94164931237,501002.46581403655],[102894.18554845081,501397.63248655753],[103896.01693462068,501496.4241546878],[105398.76401387551,501496.4241546878],[105995.092219929,501803.776011093],[106794.17201604068,500903.6741459063],[107402.42678621526,500695.11395763134],[107998.75499226876,500596.3222895011],[107998.75499226876,500201.1556169801],[108905.17386547007,500102.36394884984]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0376"},"geometry":{"type":"Polygon","coordinates":[[[149503.1981335922,476600.92378586554],[147702.28695131064,476897.29879025626],[146700.45556514082,477094.8821265168],[145305.0475629756,474196.9931946962],[145197.708485886,474098.20152656594],[144398.62868977428,475195.88672801317],[144005.052073779,475602.03025254863],[144005.052073779,476095.9885931999],[143098.63320057766,475602.03025254863],[142895.8816105195,475404.4469162881],[142502.30499452417,475503.2385844184],[142705.05658458234,476304.5487814748],[143003.2206876091,476600.92378586554],[144100.46458674752,476600.92378586554],[144398.62868977428,477094.8821265168],[144994.95689582778,476996.0904583866],[146199.53987205587,477599.8173191825],[147105.95874525717,478104.75251184823],[147499.5353612525,478697.50252062967],[147702.28695131064,478401.12751623895],[148203.20264439558,478895.0858568902],[148501.36674742238,478697.50252062967],[149002.28244050732,478895.0858568902],[149598.6106465608,479400.02104955586],[150004.11382667714,479301.22938142566],[149205.03403056547,478796.29418875993],[148704.11833748053,477994.9839917035],[148799.5308504491,477698.60898731276],[149503.1981335922,476600.92378586554]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0377"},"geometry":{"type":"Polygon","coordinates":[[[103597.85283159393,491803.8638259091],[103395.10124153575,491298.9286332434],[103001.52462554043,490003.6600955357],[102894.18554845081,489202.3498984793],[102095.10575233912,489399.93323473976],[101498.77754628562,488796.20637394383],[101403.36503331707,488203.45636516233],[101498.77754628562,487402.1461681059],[101904.28072640201,486897.2109754402],[101796.94164931237,486403.252634789],[101498.77754628562,485700.73410586274],[101105.20093029032,484504.2572362853],[100699.69775017393,482605.26183778164],[101200.61344325887,482495.49331763695],[102095.10575233912,481902.74330885545],[102095.10575233912,480903.84977553855],[101296.02595622743,481299.0164480595],[100401.53364714718,481397.8081161898],[100198.782057089,481496.59978432],[99495.11477394587,481101.43311179907],[99196.95067091912,481299.0164480595],[98803.37405492381,480497.7062510031],[97694.2035916643,481002.64144366875],[98994.19908086093,484405.46556815505],[99602.4538510355,486304.46096665866],[99996.03046703081,487303.3544999756],[100795.1102631425,489597.5165710003],[97503.37856572718,490695.20177244744],[98195.11928474925,492495.40550282085],[98600.62246486562,493801.650892543],[98803.37405492381,494701.75275772973],[100604.28523720537,494405.37775333895],[102894.18554845081,493197.92403174704],[103299.68872856718,492605.1740229656],[103395.10124153575,492297.82216656033],[103299.68872856718,491902.65549403935],[103597.85283159393,491803.8638259091]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0381"},"geometry":{"type":"Polygon","coordinates":[[[141202.30950532755,476699.7154539958],[141595.88612132284,476194.7802613301],[142299.55340446596,475602.03025254863],[141094.97042823792,475097.0950598829],[140403.22970921584,474899.51172362245],[139604.14991310416,474196.9931946962],[138196.8153468179,474701.9283873619],[137994.06375675972,474998.30339175265],[138196.8153468179,475195.88672801317],[138399.5669368761,475898.40525693935],[138196.8153468179,476600.92378586554],[138399.5669368761,476897.29879025626],[138602.31852693428,476798.50712212606],[139604.14991310416,477303.4423147917],[139985.79996497842,477007.067310401],[140701.3938122426,477303.4423147917],[141202.30950532755,476699.7154539958]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0383"},"geometry":{"type":"Polygon","coordinates":[[[112304.244639975,511704.89652814664],[111994.15397282719,511002.37799922045],[111600.57735683188,509498.5492732378],[111397.82576677369,509004.5909325866],[111994.15397282719,508499.65573992085],[112304.244639975,508499.65573992085],[113294.14946202382,508203.2807355301],[113902.40423219839,507895.9288791249],[113699.6526421402,506501.868673287],[113604.24012917164,505305.39180370956],[112995.98535899707,505404.18347183976],[112697.82125597032,505700.5584762305],[112101.49304991683,505502.97513997],[111803.32894689008,505799.3501443608],[110801.49756072019,506403.0770051567],[110002.41776460852,506798.2436776777],[109704.25366158177,506501.868673287],[109704.25366158177,507303.17887034337],[108797.83478838044,506897.03534580796],[108595.08319832226,506600.6603414172],[107998.75499226876,506501.868673287],[108201.50658232694,504800.45661104383],[108094.16750523732,504602.8732747834],[106305.18288707682,504998.0399473043],[105696.92811690226,505195.6232835648],[105196.01242381732,504998.0399473043],[101796.94164931237,505096.83161543455],[101498.77754628562,505195.6232835648],[101999.69323937056,507599.55387473415],[102297.85734239731,509794.92427762854],[105398.76401387551,510804.79466295993],[105398.76401387551,511101.1696673507],[106603.34699010357,511704.89652814664],[106496.00791301393,511298.7530036112],[107402.42678621526,510903.5863310902],[107402.42678621526,510596.234474685],[108201.50658232694,510398.6511384245],[108702.42227541188,510497.4428065547],[109704.25366158177,510497.4428065547],[111099.66166374694,510299.8594702942],[111397.82576677369,511595.12800800195],[111898.74145985863,511496.33633987163],[111994.15397282719,511803.6881962769],[112304.244639975,511704.89652814664]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0384"},"geometry":{"type":"Polygon","coordinates":[[[129705.1016926161,484504.2572362853],[130396.84241163815,484603.04890441557],[131005.09718181271,484098.11371174984],[130897.75810472308,483702.94703922886],[130396.84241163815,483505.36370296835],[130396.84241163815,483296.8035146934],[129502.3501025579,482605.26183778164],[129705.1016926161,481902.74330885545],[128405.10620341946,480695.2895872636],[128405.10620341946,481200.22477992927],[127904.19051033452,482297.9099813765],[127594.0998431867,482605.26183778164],[127105.11071422284,482704.05350591196],[125399.61204490984,481705.159972595],[124994.10886479345,482297.9099813765],[124803.28383885634,482199.1183132462],[124695.9447617667,482495.49331763695],[125196.86045485165,483483.40999893943],[125995.94025096334,484603.04890441557],[126198.69184102151,485097.0072450668],[126496.85594404826,485404.359101472],[126997.7716371332,485195.798913197],[127796.8514332449,484405.46556815505],[128500.51871638802,483801.7387073591],[129204.18599953115,483801.7387073591],[129705.1016926161,484504.2572362853]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0385"},"geometry":{"type":"Polygon","coordinates":[[[132698.66928700465,499795.01209244464],[132698.66928700465,500398.73895324057],[131303.26128483948,500102.36394884984],[130802.34559175452,500102.36394884984],[130396.84241163815,499795.01209244464],[128595.93122935659,500804.88247777603],[130396.84241163815,503900.3547458571],[130802.34559175452,503603.97974146635],[131696.83790083477,503395.4195531914],[131899.58949089295,503603.97974146635],[133199.58498008957,504295.5214183781],[133199.58498008957,503999.1464139874],[133795.9131861431,503197.83621693094],[134201.41636625945,502901.46121254016],[134499.58046928621,501803.776011093],[134094.07728916983,501200.04915029707],[133903.25226323272,500596.3222895011],[133402.33657014777,500299.94728511036],[132996.83339003142,500299.94728511036],[132698.66928700465,499795.01209244464]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0388"},"geometry":{"type":"Polygon","coordinates":[[[147105.95874525717,528697.0634465491],[147201.3712582257,528795.8551146793],[147905.03854136885,528301.8967740282],[148203.20264439558,527698.1699132322],[148203.20264439558,527303.0032407112],[148000.45105433743,527204.211572581],[148095.86356730596,525996.757850989],[148298.61515736417,525305.2161740772],[148799.5308504491,524800.2809814116],[149598.6106465608,524405.1143088907],[148704.11833748053,523603.80411183415],[147702.28695131064,523197.6605872987],[147905.03854136885,522901.28558290796],[147105.95874525717,522198.7670539818],[146795.86807810934,522297.558722112],[146402.29146211402,522198.7670539818],[146294.9523850244,523197.6605872987],[146294.9523850244,524295.3457887459],[146199.53987205587,525404.0078422076],[146199.53987205587,526699.2763799152],[145996.78828199767,528894.6467828096],[146294.9523850244,528598.2717784189],[147105.95874525717,528697.0634465491]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0392"},"geometry":{"type":"Polygon","coordinates":[[[106996.92360609888,492001.4471621696],[106496.00791301393,491200.13696511317],[106102.43129701863,490903.7619607224],[106102.43129701863,490695.20177244744],[106794.17201604068,490398.8267680567],[106400.59540004538,489795.09990726074],[106698.75950307213,489301.1415666095],[107295.08770912563,489103.55823034904],[107295.08770912563,488697.4147058136],[106698.75950307213,487896.1045087571],[106400.59540004538,487599.7295043664],[106305.18288707682,487204.56283184537],[106603.34699010357,485601.9424377325],[106305.18288707682,484998.21557693655],[105005.18739788019,484098.11371174984],[104098.76852467888,483702.94703922886],[104194.18103764743,484295.6970480103],[104098.76852467888,484899.4239088063],[103800.60442165213,485503.1507696023],[103896.01693462068,486194.692446514],[102596.02144542406,486194.692446514],[101796.94164931237,486403.252634789],[101904.28072640201,486897.2109754402],[101498.77754628562,487402.1461681059],[101403.36503331707,488203.45636516233],[101498.77754628562,488796.20637394383],[102095.10575233912,489399.93323473976],[102894.18554845081,489202.3498984793],[103001.52462554043,490003.6600955357],[103395.10124153575,491298.9286332434],[103597.85283159393,491803.8638259091],[103896.01693462068,491705.0721577789],[104504.27170479526,492802.75735922606],[104897.84832079057,493702.8592244127],[105899.67970696044,493296.7156998773],[106400.59540004538,492901.5490273563],[106496.00791301393,492605.1740229656],[106996.92360609888,492605.1740229656],[106996.92360609888,492001.4471621696]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0393"},"geometry":{"type":"Polygon","coordinates":[[[112101.49304991683,487994.8961768873],[111505.16484386333,488499.8313695531],[110395.99438060382,488894.99804207403],[108702.42227541188,488499.8313695531],[106698.75950307213,487896.1045087571],[107295.08770912563,488697.4147058136],[107295.08770912563,489103.55823034904],[106698.75950307213,489301.1415666095],[106400.59540004538,489795.09990726074],[106794.17201604068,490398.8267680567],[106102.43129701863,490695.20177244744],[106102.43129701863,490903.7619607224],[106496.00791301393,491200.13696511317],[106996.92360609888,492001.4471621696],[107700.59088924201,492495.40550282085],[108296.91909529551,493197.92403174704],[109000.58637843863,493505.27588815225],[109799.66617455032,494196.81756506395],[110896.91007368875,493900.4425606732],[110205.1693546667,490497.6184361869],[112196.90556288538,490102.451763666],[112196.90556288538,488302.2480332926],[112101.49304991683,487994.8961768873]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0394"},"geometry":{"type":"Polygon","coordinates":[[[116204.23110756489,482100.326645116],[116096.89203047525,480805.0581074083],[116001.4795175067,480497.7062510031],[115595.97633739033,479904.9562422216],[114904.23561836826,479498.8127176861],[114594.14495122044,479202.4377132954],[114403.31992528333,478401.12751623895],[113795.06515510875,477599.8173191825],[113198.73694905525,477094.8821265168],[112602.40874300175,476699.7154539958],[111994.15397282719,476403.340449605],[111302.41325380513,476194.7802613301],[110598.745970662,475602.03025254863],[109895.07868751888,475195.88672801317],[109501.50207152357,474701.9283873619],[109000.58637843863,474394.57653095666],[108499.67068535369,473395.68299763976],[108094.16750523732,473099.30799324904],[107700.59088924201,473000.5163251188],[106794.17201604068,472605.3496525978],[106496.00791301393,472001.6227918018],[105995.092219929,471705.2477874111],[105696.92811690226,471299.1042628756],[105196.01242381732,471101.5209266151],[104396.93262770562,470596.58573394944],[103395.10124153575,470102.6273932982],[102500.6089324555,469905.0440570377],[101403.36503331707,469905.0440570377],[100103.36954412043,470399.0023976889],[99304.28974800876,470201.4190614284],[98302.45836183887,470399.0023976889],[98099.70677178068,470805.1459222244],[97801.54266875393,471299.1042628756],[98099.70677178068,471804.03945554135],[98600.62246486562,472100.4144599321],[98803.37405492381,472605.3496525978],[98898.78656789237,473296.89132950956],[99101.53815795056,473900.6181903055],[99101.53815795056,474504.3450511014],[99196.95067091912,474998.30339175265],[99101.53815795056,475898.40525693935],[99399.70226097731,476194.7802613301],[100198.782057089,476996.0904583866],[100496.94616011575,477204.6506466615],[100997.86185320068,478499.91918436915],[101200.61344325887,479202.4377132954],[101498.77754628562,479795.1877220769],[102095.10575233912,480695.2895872636],[102095.10575233912,480903.84977553855],[102095.10575233912,481902.74330885545],[102095.10575233912,482199.1183132462],[102500.6089324555,482901.6368421724],[102703.36052251369,483099.2201784329],[103395.10124153575,483505.36370296835],[104098.76852467888,483702.94703922886],[105005.18739788019,484098.11371174984],[106305.18288707682,484998.21557693655],[106603.34699010357,485601.9424377325],[106305.18288707682,487204.56283184537],[106400.59540004538,487599.7295043664],[106698.75950307213,487896.1045087571],[108702.42227541188,488499.8313695531],[110395.99438060382,488894.99804207403],[111505.16484386333,488499.8313695531],[112101.49304991683,487994.8961768873],[112196.90556288538,487402.1461681059],[111994.15397282719,485601.9424377325],[112805.16033305995,484998.21557693655],[113198.73694905525,484800.6322406761],[114403.31992528333,483900.5303754894],[114796.89654127863,483198.0118465632],[114928.0887466104,483176.0581425342],[116096.89203047525,482297.9099813765],[116204.23110756489,482100.326645116]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0395"},"geometry":{"type":"Polygon","coordinates":[[[116204.23110756489,530804.6190333277],[117504.22659676151,528795.8551146793],[118005.14228984645,527599.3782451019],[118303.3063928732,527401.7949088414],[118696.8830088685,526600.484711785],[118494.13141881033,525996.757850989],[117098.72341664514,525700.3828465983],[116502.39521059164,525502.7995103378],[115595.97633739033,525404.0078422076],[115095.06064430538,525996.757850989],[114403.31992528333,526095.5495191193],[114295.98084819369,526304.1097073943],[114403.31992528333,526896.8597161757],[113902.40423219839,527303.0032407112],[113604.24012917164,526095.5495191193],[113294.14946202382,524701.4893132814],[113294.14946202382,523900.17911622487],[113198.73694905525,523603.80411183415],[112101.49304991683,523505.01244370395],[110503.33345769344,522901.28558290796],[110205.1693546667,523098.8689191685],[109799.66617455032,523702.5957799644],[109704.25366158177,524701.4893132814],[109596.91458449213,524997.8643176721],[108905.17386547007,526095.5495191193],[107903.34247930019,527500.5865769717],[108201.50658232694,527599.3782451019],[108797.83478838044,527500.5865769717],[109000.58637843863,527599.3782451019],[108905.17386547007,528104.3134377677],[109298.75048146538,528104.3134377677],[109596.91458449213,528400.6884421584],[110205.1693546667,529399.5819754753],[110395.99438060382,530804.6190333277],[111397.82576677369,532198.6792391656],[111695.98986980044,532001.0959029051],[113103.3244360867,532297.4709072958],[113699.6526421402,532604.8227637011],[113902.40423219839,532099.8875710354],[114796.89654127863,531100.9940377185],[115095.06064430538,530398.4755087923],[115703.31541447995,530903.410701458],[116204.23110756489,530804.6190333277]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0396"},"geometry":{"type":"Polygon","coordinates":[[[108094.16750523732,504602.8732747834],[107700.59088924201,503702.77140959667],[107796.00340221057,502802.66954440996],[108094.16750523732,502396.5260198745],[108404.25817238513,502605.08620814944],[109000.58637843863,502703.8778762797],[108595.08319832226,501902.56767922326],[108702.42227541188,501595.215822818],[109095.99889140719,501200.04915029707],[109704.25366158177,501002.46581403655],[109298.75048146538,500804.88247777603],[108905.17386547007,500299.94728511036],[108905.17386547007,500102.36394884984],[107998.75499226876,500201.1556169801],[107998.75499226876,500596.3222895011],[107402.42678621526,500695.11395763134],[106794.17201604068,500903.6741459063],[105995.092219929,501803.776011093],[105398.76401387551,501496.4241546878],[103896.01693462068,501496.4241546878],[102894.18554845081,501397.63248655753],[101796.94164931237,501002.46581403655],[100699.69775017393,501595.215822818],[100997.86185320068,502605.08620814944],[101498.77754628562,505195.6232835648],[101796.94164931237,505096.83161543455],[105196.01242381732,504998.0399473043],[105696.92811690226,505195.6232835648],[106305.18288707682,504998.0399473043],[108094.16750523732,504602.8732747834]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0397"},"geometry":{"type":"Polygon","coordinates":[[[104098.76852467888,483702.94703922886],[103395.10124153575,483505.36370296835],[102703.36052251369,483099.2201784329],[102500.6089324555,482901.6368421724],[102095.10575233912,482199.1183132462],[102095.10575233912,481902.74330885545],[101200.61344325887,482495.49331763695],[100699.69775017393,482605.26183778164],[101105.20093029032,484504.2572362853],[101498.77754628562,485700.73410586274],[101796.94164931237,486403.252634789],[102596.02144542406,486194.692446514],[103896.01693462068,486194.692446514],[103800.60442165213,485503.1507696023],[104098.76852467888,484899.4239088063],[104194.18103764743,484295.6970480103],[104098.76852467888,483702.94703922886]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0398"},"geometry":{"type":"Polygon","coordinates":[[[120199.63008812333,516501.7808584708],[119603.30188206983,516600.5725266011],[119305.13777904309,516995.73919912206],[118696.8830088685,517094.5308672523],[118195.96731578358,517698.25772804825],[117897.80321275683,517797.04939617857],[117695.05162269864,517401.88272365753],[117599.63910973008,516798.1558628616],[117301.47500670333,516304.19752221036],[116895.97182658695,516402.9891903406],[115798.7279274485,516402.9891903406],[114701.48402831008,516995.73919912206],[114295.98084819369,516995.73919912206],[114701.48402831008,517895.84106430877],[115202.399721395,518598.35959323496],[115297.81223436358,519399.66979029146],[115405.1513114532,520102.18831921765],[115894.14044041708,520804.70684814383],[116800.55931361839,520694.9383279991],[117098.72341664514,521101.08185253455],[117098.72341664514,522703.70224664744],[117003.31090367658,523900.17911622487],[116597.8077235602,524800.2809814116],[117599.63910973008,525305.2161740772],[117504.22659676151,525601.5911784681],[117098.72341664514,525700.3828465983],[118494.13141881033,525996.757850989],[118899.6345989267,526304.1097073943],[119305.13777904309,526402.9013755245],[119495.9628049802,525996.757850989],[120199.63008812333,525502.7995103378],[120605.1332682397,525096.6559858023],[122000.5412704049,524503.9059770209],[122095.95378337345,523505.01244370395],[121499.62557731995,523197.6605872987],[121296.87398726176,522703.70224664744],[120402.38167818151,522198.7670539818],[120605.1332682397,521496.2485250556],[120295.04260109189,521101.08185253455],[120104.21757515476,520200.97998734785],[119794.12690800695,519399.66979029146],[119495.9628049802,518894.73459762573],[119495.9628049802,518499.56792510475],[119698.71439503839,518104.4012525837],[120402.38167818151,517094.5308672523],[120402.38167818151,516600.5725266011],[120199.63008812333,516501.7808584708]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0399"},"geometry":{"type":"Polygon","coordinates":[[[111994.15397282719,511803.6881962769],[111898.74145985863,511496.33633987163],[111397.82576677369,511595.12800800195],[111099.66166374694,510299.8594702942],[109704.25366158177,510497.4428065547],[108702.42227541188,510497.4428065547],[108201.50658232694,510398.6511384245],[107402.42678621526,510596.234474685],[107402.42678621526,510903.5863310902],[106496.00791301393,511298.7530036112],[106603.34699010357,511704.89652814664],[106603.34699010357,512297.64653692814],[106698.75950307213,513197.74840211484],[106996.92360609888,513395.3317383753],[107402.42678621526,514097.85026730155],[107497.83929918382,514899.16046435793],[107796.00340221057,515404.09565702366],[109000.58637843863,514997.9521324882],[109465.72237916036,515458.97991709603],[109596.91458449213,515502.8873251539],[111099.66166374694,514405.2021237067],[111099.66166374694,514196.64193543175],[110694.15848363057,513505.10025852],[111004.24915077839,512396.43820505834],[111004.24915077839,512001.2715325374],[111994.15397282719,511803.6881962769]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0400"},"geometry":{"type":"Polygon","coordinates":[[[116299.64362053345,547500.4109473395],[116096.89203047525,547599.2026154697],[115798.7279274485,547204.0359429487],[115202.399721395,547401.6192792092],[114701.48402831008,546303.9340777621],[113902.40423219839,544701.3136836491],[113496.901052082,543702.4201503322],[111600.57735683188,543998.7951547229],[111004.24915077839,543998.7951547229],[109394.16299443394,544295.1701591136],[109596.91458449213,546303.9340777621],[109704.25366158177,547895.5776198604],[109704.25366158177,549695.7813502338],[109895.07868751888,551002.026739956],[110097.83027757707,551704.5452688822],[110801.49756072019,552901.0221384596],[111505.16484386333,553197.3971428503],[112101.49304991683,553197.3971428503],[113103.3244360867,553296.1888109806],[114105.15582225658,553296.1888109806],[114200.56833522514,552999.8138065899],[113795.06515510875,552802.2304703294],[114105.15582225658,552099.7119414031],[114594.14495122044,552198.5036095334],[115202.399721395,552198.5036095334],[115405.1513114532,552703.4388021991],[114904.23561836826,553098.6054747201],[115595.97633739033,553197.3971428503],[115798.7279274485,552703.4388021991],[115595.97633739033,551902.1286051427],[114999.64813133683,550903.2350718258],[114904.23561836826,550101.9248747693],[114999.64813133683,549695.7813502338],[115798.7279274485,547796.7859517302],[116299.64362053345,547500.4109473395]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0402"},"geometry":{"type":"Polygon","coordinates":[[[138399.5669368761,476897.29879025626],[138196.8153468179,476600.92378586554],[138399.5669368761,475898.40525693935],[138196.8153468179,475195.88672801317],[137994.06375675972,474998.30339175265],[138196.8153468179,474701.9283873619],[139604.14991310416,474196.9931946962],[140403.22970921584,474899.51172362245],[141094.97042823792,475097.0950598829],[142299.55340446596,475602.03025254863],[142502.30499452417,475503.2385844184],[141500.47360835428,473296.89132950956],[142204.14089149743,472495.58113245305],[142204.14089149743,472396.78946432285],[143194.04571354622,470003.83572516794],[143504.13638069405,469400.108864372],[143301.38479063584,468500.0069991853],[141703.2251984125,465503.3263992345],[140796.80632521116,465602.11806736473],[140105.06560618908,465602.11806736473],[139902.31401613093,465700.909735495],[137004.1589347109,465898.49307175545],[136896.81985762127,466403.4282644212],[137505.07462779584,466699.8032688119],[138196.8153468179,467303.5301296079],[138494.97944984466,467698.69680212886],[138399.5669368761,468203.6319947946],[137994.06375675972,469103.7338599813],[137695.89965373295,469597.69220063253],[136896.81985762127,470102.6273932982],[136896.81985762127,470300.2107295587],[137302.32303773766,470695.37740207964],[138196.8153468179,470695.37740207964],[138196.8153468179,472100.4144599321],[138304.15442390752,472802.9329888583],[138101.40283384934,473099.30799324904],[138101.40283384934,473999.40985843574],[137898.65124379116,474701.9283873619],[137194.983960648,474701.9283873619],[136694.06826756307,476194.7802613301],[135704.16344551428,476600.92378586554],[135501.41185545607,476897.29879025626],[135704.16344551428,477501.02565105224],[135894.9884714514,477501.02565105224],[136896.81985762127,477094.8821265168],[137099.57144767948,476798.50712212606],[137803.23873082257,476699.7154539958],[138196.8153468179,477204.6506466615],[138399.5669368761,476897.29879025626]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0405"},"geometry":{"type":"Polygon","coordinates":[[[135596.82436842466,516402.9891903406],[135000.49616237116,517094.5308672523],[134797.74457231298,516896.94753099186],[134404.16795631766,517204.299387397],[133903.25226323272,517094.5308672523],[133903.25226323272,516896.94753099186],[133378.48344190564,516446.89659839845],[133056.46621063675,516655.45678667346],[132996.83339003142,516205.4058540801],[132495.91769694648,516304.19752221036],[132603.2567740361,516798.1558628616],[132305.09267100933,517204.299387397],[131804.17697792442,517204.299387397],[131494.0863107766,516798.1558628616],[130802.34559175452,516501.7808584708],[130098.6783086114,515898.0539976749],[129705.1016926161,515898.0539976749],[129705.1016926161,516402.9891903406],[130003.26579564284,516798.1558628616],[130599.59400169633,517094.5308672523],[131303.26128483948,517797.04939617857],[131398.673797808,518795.9429294955],[131195.92220774983,520003.3966510874],[131195.92220774983,520398.56332360837],[133104.17246712104,520694.9383279991],[132996.83339003142,521101.08185253455],[134201.41636625945,521803.60038146074],[134702.3320593444,521902.39204959106],[135000.49616237116,521298.6651887951],[135501.41185545607,520497.3549917386],[135298.66026539792,520398.56332360837],[136300.49165156778,518795.9429294955],[136694.06826756307,518104.4012525837],[135704.16344551428,517797.04939617857],[135894.9884714514,516501.7808584708],[135596.82436842466,516402.9891903406]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0406"},"geometry":{"type":"Polygon","coordinates":[[[148203.20264439558,478895.0858568902],[147702.28695131064,478401.12751623895],[147499.5353612525,478697.50252062967],[147105.95874525717,478104.75251184823],[146199.53987205587,477599.8173191825],[144994.95689582778,476996.0904583866],[144398.62868977428,477094.8821265168],[144100.46458674752,476600.92378586554],[143003.2206876091,476600.92378586554],[142705.05658458234,476304.5487814748],[142502.30499452417,475503.2385844184],[142299.55340446596,475602.03025254863],[141595.88612132284,476194.7802613301],[141202.30950532755,476699.7154539958],[141894.0502243496,476996.0904583866],[141894.0502243496,477852.28491551534],[141405.06109538572,478302.3358481087],[142001.38930143922,478598.71085249947],[141894.0502243496,479004.85437703494],[142096.80181440778,479103.64604516514],[143003.2206876091,479202.4377132954],[143098.63320057766,479004.85437703494],[143504.13638069405,479004.85437703494],[144100.46458674752,479301.22938142566],[144303.21617680573,479696.39605394664],[144195.8770997161,480398.9145828728],[145102.2959729174,480398.9145828728],[145305.0475629756,480201.33124661236],[145603.21166600235,480903.84977553855],[145901.37576902908,480102.53957848204],[146104.1273590873,479904.9562422216],[146605.04305217223,479795.1877220769],[147594.94787422102,479400.02104955586],[148203.20264439558,478895.0858568902]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0412"},"geometry":{"type":"Polygon","coordinates":[[[122799.62106651659,535305.1283592612],[123097.78516954333,534503.8181622047],[123097.78516954333,533801.2996332785],[123598.70086262826,532901.1977680918],[124505.11973582959,532099.8875710354],[124695.9447617667,531496.1607102394],[125304.19953194127,530804.6190333277],[125196.86045485165,529695.956979866],[124803.28383885634,529300.7903073451],[124302.3681457714,529201.9986392148],[124195.02906868176,528400.6884421584],[123896.86496565501,527796.9615813624],[122000.5412704049,524503.9059770209],[120605.1332682397,525096.6559858023],[120199.63008812333,525502.7995103378],[119495.9628049802,525996.757850989],[119305.13777904309,526402.9013755245],[118899.6345989267,526304.1097073943],[118494.13141881033,525996.757850989],[118696.8830088685,526600.484711785],[118303.3063928732,527401.7949088414],[118005.14228984645,527599.3782451019],[117504.22659676151,528795.8551146793],[116204.23110756489,530804.6190333277],[115858.36074805386,531605.9292303842],[116299.64362053345,531704.7208985144],[116800.55931361839,531496.1607102394],[116705.14680064983,532001.0959029051],[117301.47500670333,532198.6792391656],[117194.1359296137,533098.7811043523],[117504.22659676151,533098.7811043523],[117599.63910973008,534800.1931665954],[117695.05162269864,535799.0866999124],[118303.3063928732,535601.5033636519],[118995.04711189526,535096.5681709863],[120402.38167818151,534800.1931665954],[120795.95829417683,534997.7765028559],[122501.45696348984,534602.609830335],[122596.86947645839,535305.1283592612],[122799.62106651659,535305.1283592612]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0415"},"geometry":{"type":"Polygon","coordinates":[[[125196.86045485165,499696.2204243144],[125101.44794188309,498598.5352228672],[125101.44794188309,497994.8083620713],[125304.19953194127,496798.33149249386],[125101.44794188309,496194.6046316979],[125196.86045485165,495700.64629104664],[125304.19953194127,494405.37775333895],[125304.19953194127,493000.3406954865],[125101.44794188309,492703.9656910958],[124803.28383885634,491902.65549403935],[124004.20404274465,491595.30363763415],[123205.12424663296,492199.03049843013],[121797.7896803467,493099.13236361684],[121797.7896803467,493801.650892543],[121595.03809028851,494602.9610895994],[121702.37716737814,494800.54442585993],[121595.03809028851,495898.22962730716],[121404.2130643514,496699.53982436354],[122203.29286046309,498499.74355473695],[122298.70537343164,499202.26208366314],[122501.45696348984,499597.4287561842],[123002.37265657476,500003.57228071964],[123300.53675960151,500398.73895324057],[124695.9447617667,499795.01209244464],[124898.6963518249,500102.36394884984],[125196.86045485165,500003.57228071964],[125196.86045485165,499696.2204243144]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0416"},"geometry":{"type":"Polygon","coordinates":[[[117098.72341664514,525700.3828465983],[117504.22659676151,525601.5911784681],[117599.63910973008,525305.2161740772],[116597.8077235602,524800.2809814116],[117003.31090367658,523900.17911622487],[117098.72341664514,522703.70224664744],[117098.72341664514,521101.08185253455],[116800.55931361839,520694.9383279991],[115894.14044041708,520804.70684814383],[115405.1513114532,520102.18831921765],[115297.81223436358,519399.66979029146],[113496.901052082,518104.4012525837],[113401.48853911344,518598.35959323496],[113795.06515510875,519696.0447946822],[113496.901052082,519904.6049829571],[113699.6526421402,520200.97998734785],[113902.40423219839,521199.8735206648],[111898.74145985863,521803.60038146074],[111302.41325380513,521704.80871333054],[111195.0741767155,522001.18371772126],[110503.33345769344,522901.28558290796],[112101.49304991683,523505.01244370395],[113198.73694905525,523603.80411183415],[113294.14946202382,523900.17911622487],[113294.14946202382,524701.4893132814],[113604.24012917164,526095.5495191193],[113902.40423219839,527303.0032407112],[114403.31992528333,526896.8597161757],[114295.98084819369,526304.1097073943],[114403.31992528333,526095.5495191193],[115095.06064430538,525996.757850989],[115595.97633739033,525404.0078422076],[116502.39521059164,525502.7995103378],[117098.72341664514,525700.3828465983]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0417"},"geometry":{"type":"Polygon","coordinates":[[[145197.708485886,474098.20152656594],[145197.708485886,473801.8265221752],[144804.13186989067,473099.30799324904],[143897.71299668934,470805.1459222244],[143504.13638069405,469400.108864372],[143194.04571354622,470003.83572516794],[142204.14089149743,472396.78946432285],[142204.14089149743,472495.58113245305],[141500.47360835428,473296.89132950956],[142502.30499452417,475503.2385844184],[142895.8816105195,475404.4469162881],[143098.63320057766,475602.03025254863],[144005.052073779,476095.9885931999],[144005.052073779,475602.03025254863],[144398.62868977428,475195.88672801317],[145197.708485886,474098.20152656594]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0420"},"geometry":{"type":"Polygon","coordinates":[[[134702.3320593444,521902.39204959106],[134201.41636625945,521803.60038146074],[132996.83339003142,521101.08185253455],[133104.17246712104,520694.9383279991],[131195.92220774983,520398.56332360837],[131195.92220774983,520003.3966510874],[130194.09082157996,519696.0447946822],[129204.18599953115,520398.56332360837],[129001.43440947296,520903.4985162741],[127701.43892027634,520903.4985162741],[127403.27481724959,521397.4568569253],[127498.68733021815,522099.9753858515],[127498.68733021815,522901.28558290796],[127796.8514332449,523801.38744809467],[127295.93574015996,524295.3457887459],[126902.35912416465,525096.6559858023],[127796.8514332449,525601.5911784681],[127999.60302330309,525195.4476539326],[129597.76261552646,526205.3180392641],[129395.01102546827,526501.6930436548],[129001.43440947296,527401.7949088414],[128595.93122935659,527994.5449176229],[128703.27030644621,528697.0634465491],[128595.93122935659,529498.3736436055],[131100.50969478127,529498.3736436055],[131899.58949089295,529597.1653117358],[132698.66928700465,530003.3088362713],[133605.08816020598,531199.7857058487],[133998.66477620127,531397.3690421092],[135203.24775242934,531397.3690421092],[135596.82436842466,531803.5125666447],[135894.9884714514,531902.3042347749],[136503.24324162595,531902.3042347749],[137004.1589347109,531496.1607102394],[137004.1589347109,530903.410701458],[136896.81985762127,530299.683840662],[137099.57144767948,530102.1005044015],[136896.81985762127,529695.956979866],[136097.7400615096,529300.7903073451],[135799.57595848283,529004.4153029544],[136300.49165156778,528104.3134377677],[137194.983960648,526896.8597161757],[137898.65124379116,525799.1745147286],[137695.89965373295,525502.7995103378],[135203.24775242934,522901.28558290796],[134905.0836494026,522703.70224664744],[134499.58046928621,522198.7670539818],[134702.3320593444,521902.39204959106]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0424"},"geometry":{"type":"Polygon","coordinates":[[[137397.73555070622,482001.5349769857],[136300.49165156778,480805.0581074083],[137004.1589347109,480398.9145828728],[136002.327548541,479498.8127176861],[135394.07277836645,480300.12291474256],[134797.74457231298,480805.0581074083],[133605.08816020598,481397.8081161898],[132996.83339003142,481803.95164072525],[133104.17246712104,481299.0164480595],[132495.91769694648,480903.84977553855],[131995.00200386153,481397.8081161898],[131005.09718181271,481705.159972595],[130695.0065146649,481595.39145245025],[129800.51420558465,481803.95164072525],[129705.1016926161,481902.74330885545],[129502.3501025579,482605.26183778164],[130396.84241163815,483296.8035146934],[130695.0065146649,482901.6368421724],[131100.50969478127,482901.6368421724],[131100.50969478127,483395.59518282366],[131601.4253878662,483099.2201784329],[132400.5051839779,483395.59518282366],[133402.33657014777,483296.8035146934],[133903.25226323272,483604.1553710986],[135000.49616237116,483505.36370296835],[135894.9884714514,482704.05350591196],[136205.07913859922,482495.49331763695],[137099.57144767948,482396.7016495067],[137397.73555070622,482001.5349769857]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0425"},"geometry":{"type":"Polygon","coordinates":[[[144195.8770997161,480398.9145828728],[144303.21617680573,479696.39605394664],[144100.46458674752,479301.22938142566],[143504.13638069405,479004.85437703494],[143098.63320057766,479004.85437703494],[143003.2206876091,479202.4377132954],[142096.80181440778,479103.64604516514],[141894.0502243496,479004.85437703494],[142001.38930143922,478598.71085249947],[141405.06109538572,478302.3358481087],[141894.0502243496,477852.28491551534],[141894.0502243496,476996.0904583866],[141202.30950532755,476699.7154539958],[140701.3938122426,477303.4423147917],[139985.79996497842,477007.067310401],[139604.14991310416,477303.4423147917],[138602.31852693428,476798.50712212606],[138399.5669368761,476897.29879025626],[138196.8153468179,477204.6506466615],[137803.23873082257,476699.7154539958],[137099.57144767948,476798.50712212606],[136896.81985762127,477094.8821265168],[135894.9884714514,477501.02565105224],[135704.16344551428,477501.02565105224],[135298.66026539792,478203.54417997843],[135799.57595848283,478598.71085249947],[135799.57595848283,479004.85437703494],[135298.66026539792,479004.85437703494],[135095.9086753397,479597.6043858164],[135394.07277836645,480300.12291474256],[136002.327548541,479498.8127176861],[137004.1589347109,480398.9145828728],[136300.49165156778,480805.0581074083],[137397.73555070622,482001.5349769857],[137695.89965373295,482199.1183132462],[137994.06375675972,481902.74330885545],[138900.48262996104,480497.7062510031],[139604.14991310416,479795.1877220769],[140403.22970921584,479597.6043858164],[140904.14540230078,479696.39605394664],[141202.30950532755,479904.9562422216],[141798.63771138102,480102.53957848204],[144195.8770997161,480398.9145828728]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0431"},"geometry":{"type":"Polygon","coordinates":[[[121797.7896803467,493099.13236361684],[121296.87398726176,493197.92403174704],[120295.04260109189,493197.92403174704],[119996.87849806514,493702.8592244127],[119603.30188206983,493801.650892543],[119305.13777904309,493702.8592244127],[118696.8830088685,495096.91943025065],[118005.14228984645,496194.6046316979],[118100.55480281501,496699.53982436354],[118398.71890584176,497094.7064968846],[118696.8830088685,498203.36855034623],[119400.55029201164,497994.8083620713],[120700.54578120826,498697.3268909975],[121296.87398726176,499103.47041553294],[122298.70537343164,499202.26208366314],[122203.29286046309,498499.74355473695],[121404.2130643514,496699.53982436354],[121595.03809028851,495898.22962730716],[121702.37716737814,494800.54442585993],[121595.03809028851,494602.9610895994],[121797.7896803467,493801.650892543],[121797.7896803467,493099.13236361684]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0432"},"geometry":{"type":"Polygon","coordinates":[[[128595.93122935659,529498.3736436055],[128703.27030644621,528697.0634465491],[128595.93122935659,527994.5449176229],[129001.43440947296,527401.7949088414],[129395.01102546827,526501.6930436548],[129597.76261552646,526205.3180392641],[127999.60302330309,525195.4476539326],[127796.8514332449,525601.5911784681],[126902.35912416465,525096.6559858023],[127295.93574015996,524295.3457887459],[127796.8514332449,523801.38744809467],[127498.68733021815,522901.28558290796],[127498.68733021815,522099.9753858515],[127403.27481724959,521397.4568569253],[127200.5232271914,521199.8735206648],[126795.02004707501,521397.4568569253],[126198.69184102151,520804.70684814383],[125602.36363496802,520596.1466598689],[125399.61204490984,520903.4985162741],[124004.20404274465,521496.2485250556],[122394.1178864002,522297.558722112],[123205.12424663296,523000.07725103816],[123300.53675960151,523395.2439235592],[122799.62106651659,523702.5957799644],[122095.95378337345,523505.01244370395],[122000.5412704049,524503.9059770209],[123896.86496565501,527796.9615813624],[124195.02906868176,528400.6884421584],[124302.3681457714,529201.9986392148],[124803.28383885634,529300.7903073451],[125196.86045485165,529695.956979866],[125805.11522502621,529904.517168141],[125995.94025096334,529597.1653117358],[127999.60302330309,529498.3736436055],[128595.93122935659,529498.3736436055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0437"},"geometry":{"type":"Polygon","coordinates":[[[124803.28383885634,482199.1183132462],[124302.3681457714,481803.95164072525],[124505.11973582959,481595.39145245025],[124505.11973582959,481101.43311179907],[124302.3681457714,480596.4979191333],[123801.45245268646,480201.33124661236],[123801.45245268646,480003.74791035184],[125495.0245578784,476798.50712212606],[124695.9447617667,476798.50712212606],[124099.6165557132,477094.8821265168],[123503.2883496597,476996.0904583866],[123503.2883496597,476699.7154539958],[123694.11337559683,475898.40525693935],[123395.94927257008,475294.67839614337],[123002.37265657476,474899.51172362245],[122895.03357948514,474394.57653095666],[122501.45696348984,473999.40985843574],[122298.70537343164,473999.40985843574],[121905.12875743634,473999.40985843574],[121595.03809028851,473801.8265221752],[121201.4614742932,473999.40985843574],[120497.79419115008,474098.20152656594],[119996.87849806514,473801.8265221752],[119698.71439503839,473999.40985843574],[119901.46598509658,474504.3450511014],[120497.79419115008,475195.88672801317],[120295.04260109189,475602.03025254863],[120497.79419115008,476403.340449605],[120295.04260109189,476897.29879025626],[120700.54578120826,477501.02565105224],[121201.4614742932,478598.71085249947],[121797.7896803467,478796.29418875993],[121702.37716737814,479202.4377132954],[122298.70537343164,480003.74791035184],[122095.95378337345,480398.9145828728],[122095.95378337345,481002.64144366875],[122394.1178864002,481299.0164480595],[122704.20855354801,481496.59978432],[122704.20855354801,482605.26183778164],[123300.53675960151,482901.6368421724],[123694.11337559683,483296.8035146934],[124302.3681457714,483099.2201784329],[125196.86045485165,483483.40999893943],[124695.9447617667,482495.49331763695],[124803.28383885634,482199.1183132462]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0439"},"geometry":{"type":"Polygon","coordinates":[[[130396.84241163815,503900.3547458571],[128595.93122935659,500804.88247777603],[127105.11071422284,498400.95188660675],[126902.35912416465,498203.36855034623],[125805.11522502621,498302.16021847643],[125495.0245578784,498697.3268909975],[125602.36363496802,499597.4287561842],[125196.86045485165,499696.2204243144],[125196.86045485165,500003.57228071964],[124898.6963518249,500102.36394884984],[124695.9447617667,499795.01209244464],[123300.53675960151,500398.73895324057],[123503.2883496597,500695.11395763134],[123694.11337559683,501496.4241546878],[123694.11337559683,502100.1510154838],[124302.3681457714,502605.08620814944],[124302.3681457714,502802.66954440996],[125196.86045485165,502901.46121254016],[125602.36363496802,503296.6278850612],[125805.11522502621,504701.6649429136],[126496.85594404826,504504.08160665305],[127796.8514332449,503900.3547458571],[128095.01553627165,503702.77140959667],[128595.93122935659,503999.1464139874],[128798.68281941477,504405.28993852285],[129395.01102546827,504504.08160665305],[130396.84241163815,503900.3547458571]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0441"},"geometry":{"type":"Polygon","coordinates":[[[117695.05162269864,535799.0866999124],[117599.63910973008,534800.1931665954],[117504.22659676151,533098.7811043523],[117194.1359296137,533098.7811043523],[117301.47500670333,532198.6792391656],[116705.14680064983,532001.0959029051],[116800.55931361839,531496.1607102394],[116299.64362053345,531704.7208985144],[115858.36074805386,531605.9292303842],[116204.23110756489,530804.6190333277],[115703.31541447995,530903.410701458],[115095.06064430538,530398.4755087923],[114796.89654127863,531100.9940377185],[113902.40423219839,532099.8875710354],[113699.6526421402,532604.8227637011],[113103.3244360867,532297.4709072958],[111695.98986980044,532001.0959029051],[111397.82576677369,532198.6792391656],[111695.98986980044,532901.1977680918],[112101.49304991683,533603.7162970181],[113604.24012917164,534602.609830335],[113795.06515510875,534898.9848347257],[114498.73243825189,535403.9200273914],[114701.48402831008,535799.0866999124],[115297.81223436358,535897.8783680426],[115894.14044041708,535700.2950317822],[117695.05162269864,535799.0866999124]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0448"},"geometry":{"type":"MultiPolygon","coordinates":[[[[107104.26268318851,555304.952729629],[106496.00791301393,555096.392541354],[106603.34699010357,554701.225868833],[107402.42678621526,554602.4342007027],[107796.00340221057,554701.225868833],[108499.67068535369,554602.4342007027],[109501.50207152357,554701.225868833],[107903.34247930019,553504.7489992556],[108201.50658232694,553998.7073399068],[107605.17837627344,553998.7073399068],[107402.42678621526,553801.1240036463],[107402.42678621526,553296.1888109806],[106996.92360609888,552901.0221384596],[106603.34699010357,552802.2304703294],[106197.84380998719,552901.0221384596],[105804.26719399188,553296.1888109806],[105804.26719399188,553998.7073399068],[105995.092219929,554898.8092050935],[106305.18288707682,555304.952729629],[106794.17201604068,555403.7443977592],[107104.26268318851,555304.952729629]]],[[[120998.70988423501,574602.2585710706],[121404.2130643514,574503.4669029403],[121905.12875743634,573998.5317102745],[122895.03357948514,572198.3279799011],[123002.37265657476,571901.9529755104],[122501.45696348984,571803.1613073802],[122394.1178864002,571001.8511103238],[122298.70537343164,568301.5455147637],[122394.1178864002,566797.716788781],[122203.29286046309,565798.8232554641],[121499.62557731995,565195.0963946681],[120998.70988423501,564997.5130584077],[120903.29737126645,564602.3463858867],[120497.79419115008,564294.9945294814],[120497.79419115008,563296.1009961645],[119698.71439503839,562494.7907991081],[119507.88936910126,561934.97134637],[119185.87213783238,561978.8787544279],[118995.04711189526,561397.1055976609],[118696.8830088685,560903.1472570096],[118195.96731578358,560595.7954006044],[116895.97182658695,560398.212064344],[115095.06064430538,558104.0499933193],[115095.06064430538,557401.5314643931],[114295.98084819369,557302.7397962628],[113795.06515510875,557796.698136914],[113496.901052082,557796.698136914],[112495.06966591213,558301.6333295798],[112196.90556288538,558104.0499933193],[112495.06966591213,557697.9064687839],[112900.5728460285,557401.5314643931],[113496.901052082,557203.9481281326],[113795.06515510875,556797.8046035971],[112805.16033305995,556600.2212673366],[111994.15397282719,556600.2212673366],[111803.32894689008,556402.6379310761],[111898.74145985863,556095.286074671],[111600.57735683188,555897.7027384104],[110300.58186763526,555502.5360658895],[110097.83027757707,555601.3277340197],[110097.83027757707,556995.3879398577],[109704.25366158177,558104.0499933193],[109501.50207152357,558795.591670231],[109501.50207152357,559904.2537236926],[109596.91458449213,560903.1472570096],[109895.07868751888,562494.7907991081],[110395.99438060382,564294.9945294814],[111397.82576677369,566501.3417843903],[112101.49304991683,567796.610322098],[113103.3244360867,569201.6473799504],[115405.1513114532,572703.2631725669],[115595.97633739033,572560.5640963787],[115500.56382442176,572198.3279799011],[115703.31541447995,571901.9529755104],[116096.89203047525,572000.7446436407],[116204.23110756489,572198.3279799011],[116895.97182658695,572900.8465088274],[117695.05162269864,572999.6381769576],[117695.05162269864,573197.2215132181],[116895.97182658695,573899.7400421443],[116800.55931361839,573394.8048494786],[116502.39521059164,572900.8465088274],[115500.56382442176,572703.2631725669],[116895.97182658695,575096.2169117217],[118195.96731578358,576896.4206420952],[118696.8830088685,577697.7308391517],[119495.9628049802,577697.7308391517],[119901.46598509658,577302.5641666306],[120605.1332682397,576303.6706333137],[120998.70988423501,574602.2585710706]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0450"},"geometry":{"type":"Polygon","coordinates":[[[113604.24012917164,505305.39180370956],[113997.81674516694,503702.77140959667],[112697.82125597032,503702.77140959667],[111898.74145985863,503900.3547458571],[111695.98986980044,503801.56307772687],[111600.57735683188,503395.4195531914],[111898.74145985863,502802.66954440996],[111803.32894689008,502495.3176880047],[110503.33345769344,501200.04915029707],[109704.25366158177,501002.46581403655],[109095.99889140719,501200.04915029707],[108702.42227541188,501595.215822818],[108595.08319832226,501902.56767922326],[109000.58637843863,502703.8778762797],[108404.25817238513,502605.08620814944],[108094.16750523732,502396.5260198745],[107796.00340221057,502802.66954440996],[107700.59088924201,503702.77140959667],[108094.16750523732,504602.8732747834],[108201.50658232694,504800.45661104383],[107998.75499226876,506501.868673287],[108595.08319832226,506600.6603414172],[108797.83478838044,506897.03534580796],[109704.25366158177,507303.17887034337],[109704.25366158177,506501.868673287],[110002.41776460852,506798.2436776777],[110801.49756072019,506403.0770051567],[111803.32894689008,505799.3501443608],[112101.49304991683,505502.97513997],[112697.82125597032,505700.5584762305],[112995.98535899707,505404.18347183976],[113604.24012917164,505305.39180370956]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0451"},"geometry":{"type":"Polygon","coordinates":[[[118398.71890584176,472802.9329888583],[117802.39069978826,472100.4144599321],[117504.22659676151,472001.6227918018],[116800.55931361839,471496.68759913614],[115500.56382442176,471101.5209266151],[114498.73243825189,471101.5209266151],[113902.40423219839,471299.1042628756],[113294.14946202382,471200.3125947454],[113198.73694905525,470903.93759035465],[112304.244639975,470201.4190614284],[111695.98986980044,470102.6273932982],[111004.24915077839,469795.275536893],[110395.99438060382,468895.1736717063],[109799.66617455032,469498.9005325022],[109596.91458449213,470003.83572516794],[112304.244639975,472100.4144599321],[113103.3244360867,472704.141320728],[112697.82125597032,473198.09966137924],[112805.16033305995,473604.2431859147],[114594.14495122044,474899.51172362245],[115405.1513114532,474603.13671923167],[116597.8077235602,473999.40985843574],[117098.72341664514,473801.8265221752],[117802.39069978826,473198.09966137924],[118398.71890584176,472802.9329888583]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0453"},"geometry":{"type":"Polygon","coordinates":[[[106603.34699010357,496600.74815623334],[107700.59088924201,495700.64629104664],[108797.83478838044,494701.75275772973],[109799.66617455032,494196.81756506395],[109000.58637843863,493505.27588815225],[108296.91909529551,493197.92403174704],[107700.59088924201,492495.40550282085],[106996.92360609888,492001.4471621696],[106996.92360609888,492605.1740229656],[106496.00791301393,492605.1740229656],[106400.59540004538,492901.5490273563],[105899.67970696044,493296.7156998773],[104897.84832079057,493702.8592244127],[104504.27170479526,492802.75735922606],[103896.01693462068,491705.0721577789],[103597.85283159393,491803.8638259091],[103299.68872856718,491902.65549403935],[103395.10124153575,492297.82216656033],[103299.68872856718,492605.1740229656],[102894.18554845081,493197.92403174704],[100604.28523720537,494405.37775333895],[98803.37405492381,494701.75275772973],[98898.78656789237,495404.2712866559],[98696.03497783418,496304.3731518426],[98302.45836183887,497402.0583532898],[100294.19457005756,497402.0583532898],[100604.28523720537,497698.4333576805],[101296.02595622743,497797.22502581077],[101904.28072640201,497994.8083620713],[101498.77754628562,498796.1185591277],[100103.36954412043,498302.16021847643],[99196.95067091912,498104.576882216],[99304.28974800876,498400.95188660675],[99805.20544109368,499301.0537517934],[100294.19457005756,500497.5306213709],[101498.77754628562,500003.57228071964],[102202.44482942876,499498.6370880539],[102703.36052251369,499696.2204243144],[103395.10124153575,499399.84541992366],[104098.76852467888,499399.84541992366],[105005.18739788019,499202.26208366314],[106102.43129701863,498104.576882216],[105696.92811690226,497402.0583532898],[106603.34699010357,496600.74815623334]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0457"},"geometry":{"type":"Polygon","coordinates":[[[135394.07277836645,480300.12291474256],[135095.9086753397,479597.6043858164],[135298.66026539792,479004.85437703494],[135799.57595848283,479004.85437703494],[135799.57595848283,478598.71085249947],[135298.66026539792,478203.54417997843],[135704.16344551428,477501.02565105224],[135501.41185545607,476897.29879025626],[134594.99298225477,477094.8821265168],[134404.16795631766,476897.29879025626],[133795.9131861431,476699.7154539958],[132996.83339003142,476699.7154539958],[132996.83339003142,476996.0904583866],[132996.83339003142,477501.02565105224],[132603.2567740361,477994.9839917035],[131995.00200386153,477797.40065544297],[131494.0863107766,477204.6506466615],[130599.59400169633,477797.40065544297],[130098.6783086114,477303.4423147917],[130098.6783086114,479498.8127176861],[129800.51420558465,481803.95164072525],[130695.0065146649,481595.39145245025],[131005.09718181271,481705.159972595],[131995.00200386153,481397.8081161898],[132495.91769694648,480903.84977553855],[133104.17246712104,481299.0164480595],[132996.83339003142,481803.95164072525],[133605.08816020598,481397.8081161898],[134797.74457231298,480805.0581074083],[135394.07277836645,480300.12291474256]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0458"},"geometry":{"type":"Polygon","coordinates":[[[123801.45245268646,513395.3317383753],[123002.37265657476,513603.8919266503],[121905.12875743634,512703.7900614636],[121296.87398726176,512001.2715325374],[120998.70988423501,510903.5863310902],[120295.04260109189,510102.27613403375],[119901.46598509658,510003.4844659035],[119495.9628049802,509498.5492732378],[118899.6345989267,509498.5492732378],[117802.39069978826,509696.1326094983],[117301.47500670333,509498.5492732378],[116895.97182658695,509498.5492732378],[116800.55931361839,510003.4844659035],[116001.4795175067,510003.4844659035],[115595.97633739033,509696.1326094983],[115297.81223436358,509794.92427762854],[114701.48402831008,509696.1326094983],[114796.89654127863,509202.17426884704],[114701.48402831008,508598.4474080511],[114701.48402831008,507797.1372109946],[113902.40423219839,507895.9288791249],[113294.14946202382,508203.2807355301],[112304.244639975,508499.65573992085],[111994.15397282719,508499.65573992085],[111397.82576677369,509004.5909325866],[111600.57735683188,509498.5492732378],[111994.15397282719,511002.37799922045],[112304.244639975,511704.89652814664],[112900.5728460285,513603.8919266503],[113103.3244360867,514405.2021237067],[113401.48853911344,514503.993791837],[113795.06515510875,515195.5354687487],[114105.15582225658,516095.63733393536],[114594.14495122044,516699.36419473134],[114701.48402831008,516995.73919912206],[115798.7279274485,516402.9891903406],[116895.97182658695,516402.9891903406],[117301.47500670333,516304.19752221036],[117599.63910973008,516798.1558628616],[117695.05162269864,517401.88272365753],[117897.80321275683,517797.04939617857],[118195.96731578358,517698.25772804825],[118696.8830088685,517094.5308672523],[119305.13777904309,516995.73919912206],[119603.30188206983,516600.5725266011],[120199.63008812333,516501.7808584708],[120700.54578120826,516402.9891903406],[120903.29737126645,516205.4058540801],[121296.87398726176,515502.8873251539],[121094.12239720358,515096.74380061845],[120903.29737126645,514097.85026730155],[121797.7896803467,514097.85026730155],[123503.2883496597,513900.266931041],[123801.45245268646,513395.3317383753]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0459"},"geometry":{"type":"Polygon","coordinates":[[[139997.72652909945,527895.7532494927],[139997.72652909945,527698.1699132322],[140498.6422221844,527401.7949088414],[140904.14540230078,525897.9661828588],[141405.06109538572,524800.2809814116],[141500.47360835428,524503.9059770209],[139699.56242607272,523702.5957799644],[137302.32303773766,522703.70224664744],[135000.49616237116,521298.6651887951],[134702.3320593444,521902.39204959106],[134499.58046928621,522198.7670539818],[134905.0836494026,522703.70224664744],[135203.24775242934,522901.28558290796],[137695.89965373295,525502.7995103378],[137898.65124379116,525799.1745147286],[137194.983960648,526896.8597161757],[136300.49165156778,528104.3134377677],[135799.57595848283,529004.4153029544],[136097.7400615096,529300.7903073451],[136896.81985762127,529695.956979866],[137099.57144767948,530102.1005044015],[137600.48714076442,529399.5819754753],[137803.23873082257,529399.5819754753],[138196.8153468179,528795.8551146793],[138805.07011699246,528203.1051058979],[139294.05924595633,527994.5449176229],[139794.97493904128,528104.3134377677],[139997.72652909945,527895.7532494927]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0462"},"geometry":{"type":"MultiPolygon","coordinates":[[[[131494.0863107766,548499.3044806564],[131303.26128483948,548400.5128125262],[131100.50969478127,547697.9942836],[130897.75810472308,547302.827611079],[130098.6783086114,546600.3090821528],[128297.76712632984,545700.2072169661],[127796.8514332449,545700.2072169661],[127200.5232271914,544997.6886880399],[126795.02004707501,544800.1053517794],[126496.85594404826,544997.6886880399],[124898.6963518249,544898.8970199096],[124505.11973582959,544701.3136836491],[124195.02906868176,544295.1701591136],[123503.2883496597,544196.3784909834],[122501.45696348984,544997.6886880399],[120795.95829417683,544503.7303473887],[120497.79419115008,544701.3136836491],[120903.29737126645,544701.3136836491],[122704.20855354801,545305.040544445],[123503.2883496597,545897.7905532266],[124505.11973582959,546303.9340777621],[124803.28383885634,546501.5174140225],[125900.52773799477,547796.7859517302],[126198.69184102151,548795.6794850471],[126795.02004707501,549300.6146777128],[128095.01553627165,549498.1980139733],[129204.18599953115,549904.3415385088],[130003.26579564284,549695.7813502338],[130396.84241163815,549794.5730183641],[130802.34559175452,550200.7165428996],[131195.92220774983,550003.133206639],[131601.4253878662,549399.4063458431],[131494.0863107766,548499.3044806564]]],[[[140105.06560618908,556995.3879398577],[140200.47811915766,556896.5962717274],[132996.83339003142,550694.6748835507],[132603.2567740361,550003.133206639],[132197.7535939197,550200.7165428996],[132305.09267100933,550398.29987916],[132901.42087706283,550804.4434036955],[140105.06560618908,556995.3879398577]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0463"},"geometry":{"type":"Polygon","coordinates":[[[135894.9884714514,531902.3042347749],[135596.82436842466,531803.5125666447],[135203.24775242934,531397.3690421092],[133998.66477620127,531397.3690421092],[133605.08816020598,531199.7857058487],[132698.66928700465,530003.3088362713],[131899.58949089295,529597.1653117358],[131100.50969478127,529498.3736436055],[128595.93122935659,529498.3736436055],[127999.60302330309,529498.3736436055],[125995.94025096334,529597.1653117358],[125805.11522502621,529904.517168141],[125196.86045485165,529695.956979866],[125304.19953194127,530804.6190333277],[124695.9447617667,531496.1607102394],[124505.11973582959,532099.8875710354],[123598.70086262826,532901.1977680918],[123097.78516954333,533801.2996332785],[123097.78516954333,534503.8181622047],[122799.62106651659,535305.1283592612],[123002.37265657476,536600.3968969688],[121702.37716737814,538894.5589679935],[121595.03809028851,540200.8043577156],[122298.70537343164,541199.6978910326],[122895.03357948514,542901.1099532758],[122394.1178864002,543197.4849576665],[121595.03809028851,543395.068293927],[120605.1332682397,544196.3784909834],[120795.95829417683,544503.7303473887],[122501.45696348984,544997.6886880399],[123503.2883496597,544196.3784909834],[124195.02906868176,544295.1701591136],[124505.11973582959,544701.3136836491],[124898.6963518249,544898.8970199096],[126496.85594404826,544997.6886880399],[126795.02004707501,544800.1053517794],[127200.5232271914,544997.6886880399],[127796.8514332449,545700.2072169661],[128297.76712632984,545700.2072169661],[130098.6783086114,546600.3090821528],[130897.75810472308,547302.827611079],[131100.50969478127,547697.9942836],[131303.26128483948,548400.5128125262],[131494.0863107766,548499.3044806564],[131601.4253878662,548301.7211443959],[132197.7535939197,548598.0961487866],[133903.25226323272,545195.2720243004],[134296.82887922804,544800.1053517794],[134296.82887922804,544503.7303473887],[136002.327548541,541100.9062229024],[136598.65575459454,539794.6608331802],[135894.9884714514,531902.3042347749]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0473"},"geometry":{"type":"Polygon","coordinates":[[[97694.2035916643,481002.64144366875],[97503.37856572718,481101.43311179907],[94104.30779122225,482605.26183778164],[96799.71128258406,489103.55823034904],[97503.37856572718,490695.20177244744],[100795.1102631425,489597.5165710003],[99996.03046703081,487303.3544999756],[99602.4538510355,486304.46096665866],[98994.19908086093,484405.46556815505],[97694.2035916643,481002.64144366875]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0476"},"geometry":{"type":"Polygon","coordinates":[[[113496.901052082,543702.4201503322],[112697.82125597032,540299.596025846],[114295.98084819369,540595.9710302367],[115095.06064430538,540200.8043577156],[116096.89203047525,538894.5589679935],[117695.05162269864,535799.0866999124],[115894.14044041708,535700.2950317822],[115297.81223436358,535897.8783680426],[114701.48402831008,535799.0866999124],[114498.73243825189,535403.9200273914],[113795.06515510875,534898.9848347257],[113604.24012917164,534602.609830335],[112101.49304991683,533603.7162970181],[111695.98986980044,532901.1977680918],[111397.82576677369,532198.6792391656],[110395.99438060382,530804.6190333277],[110205.1693546667,529399.5819754753],[109596.91458449213,528400.6884421584],[109298.75048146538,528104.3134377677],[108905.17386547007,528104.3134377677],[109000.58637843863,527599.3782451019],[108797.83478838044,527500.5865769717],[108201.50658232694,527599.3782451019],[107903.34247930019,527500.5865769717],[107497.83929918382,527599.3782451019],[107104.26268318851,528203.1051058979],[106496.00791301393,528499.4801102886],[105804.26719399188,529300.7903073451],[105303.35150090694,530102.1005044015],[105196.01242381732,530102.1005044015],[105398.76401387551,531002.2023695882],[106197.84380998719,532802.4060999616],[106496.00791301393,533900.0913014088],[106996.92360609888,535096.5681709863],[107497.83929918382,537204.1237577648],[107700.59088924201,537698.082098416],[108094.16750523732,539201.9108243987],[108499.67068535369,540903.3228866418],[108595.08319832226,541002.1145547722],[109394.16299443394,544295.1701591136],[111004.24915077839,543998.7951547229],[111600.57735683188,543998.7951547229],[113496.901052082,543702.4201503322]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0478"},"geometry":{"type":"Polygon","coordinates":[[[133199.58498008957,504295.5214183781],[131899.58949089295,503603.97974146635],[131696.83790083477,503395.4195531914],[130802.34559175452,503603.97974146635],[130396.84241163815,503900.3547458571],[129395.01102546827,504504.08160665305],[128798.68281941477,504405.28993852285],[128595.93122935659,503999.1464139874],[128095.01553627165,503702.77140959667],[127796.8514332449,503900.3547458571],[126496.85594404826,504504.08160665305],[125805.11522502621,504701.6649429136],[126103.27932805296,505502.97513997],[126902.35912416465,506304.28533702646],[127105.11071422284,506699.4520095475],[127200.5232271914,507401.9705384737],[127200.5232271914,508302.0724036604],[127403.27481724959,508598.4474080511],[127999.60302330309,509103.3826007168],[128595.93122935659,509794.92427762854],[128202.35461336127,510596.234474685],[127403.27481724959,511101.1696673507],[126604.1950211379,510903.5863310902],[126198.69184102151,510497.4428065547],[125602.36363496802,510497.4428065547],[125602.36363496802,511101.1696673507],[125304.19953194127,511902.4798644071],[125399.61204490984,512100.0632006676],[129096.84692244152,512297.64653692814],[129299.59851249971,513395.3317383753],[129204.18599953115,513702.6835947805],[130098.6783086114,513900.266931041],[130098.6783086114,513296.54007024504],[130396.84241163815,512495.22987318865],[130098.6783086114,512100.0632006676],[130301.4298986696,511595.12800800195],[130695.0065146649,510903.5863310902],[131005.09718181271,509597.340941368],[130802.34559175452,509004.5909325866],[131005.09718181271,508697.2390761813],[131601.4253878662,508203.2807355301],[131804.17697792442,507698.3455428644],[132400.5051839779,506501.868673287],[132400.5051839779,505700.5584762305],[132603.2567740361,505601.7668081003],[133199.58498008957,504295.5214183781]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0479"},"geometry":{"type":"Polygon","coordinates":[[[113997.81674516694,503702.77140959667],[114498.73243825189,503702.77140959667],[114403.31992528333,502802.66954440996],[114701.48402831008,502297.73435174424],[114796.89654127863,501101.2574821668],[114594.14495122044,500596.3222895011],[115095.06064430538,500497.5306213709],[115882.213876296,499904.7806125893],[115929.92013278029,499696.2204243144],[117599.63910973008,499301.0537517934],[117897.80321275683,498499.74355473695],[118195.96731578358,498302.16021847643],[118696.8830088685,498203.36855034623],[118398.71890584176,497094.7064968846],[118100.55480281501,496699.53982436354],[118005.14228984645,496194.6046316979],[118696.8830088685,495096.91943025065],[119305.13777904309,493702.8592244127],[118995.04711189526,493099.13236361684],[119102.38618898489,492605.1740229656],[118899.6345989267,492199.03049843013],[117897.80321275683,492495.40550282085],[116895.97182658695,492703.9656910958],[115798.7279274485,493000.3406954865],[113902.40423219839,493395.50736800756],[112805.16033305995,493505.27588815225],[111695.98986980044,493702.8592244127],[110896.91007368875,493900.4425606732],[109799.66617455032,494196.81756506395],[108797.83478838044,494701.75275772973],[107700.59088924201,495700.64629104664],[106603.34699010357,496600.74815623334],[107104.26268318851,497303.2666851595],[107903.34247930019,497994.8083620713],[108201.50658232694,498400.95188660675],[108201.50658232694,499004.6787474027],[108404.25817238513,499399.84541992366],[108702.42227541188,499597.4287561842],[108905.17386547007,500102.36394884984],[108905.17386547007,500299.94728511036],[109298.75048146538,500804.88247777603],[109704.25366158177,501002.46581403655],[110503.33345769344,501200.04915029707],[111803.32894689008,502495.3176880047],[111898.74145985863,502802.66954440996],[111600.57735683188,503395.4195531914],[111695.98986980044,503801.56307772687],[111898.74145985863,503900.3547458571],[112697.82125597032,503702.77140959667],[113997.81674516694,503702.77140959667]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0482"},"geometry":{"type":"Polygon","coordinates":[[[107700.59088924201,432594.72405984777],[106996.92360609888,431200.6638540098],[106698.75950307213,431101.8721858796],[106400.59540004538,430399.3536569534],[106496.00791301393,429104.0851192457],[106305.18288707682,428697.9415947102],[105804.26719399188,427995.42306578404],[105696.92811690226,428302.77492218924],[104897.84832079057,429301.6684555062],[104301.52011473707,430399.3536569534],[103896.01693462068,430904.2888496191],[103204.27621559863,431497.0388584006],[102596.02144542406,432704.4925799925],[102798.77303548226,432803.2842481227],[103395.10124153575,432199.5573873268],[103705.19190868357,432594.72405984777],[105005.18739788019,432199.5573873268],[105804.26719399188,432001.97405106627],[106197.84380998719,432100.7657191965],[106794.17201604068,432495.9323917175],[107700.59088924201,432594.72405984777]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0484"},"geometry":{"type":"Polygon","coordinates":[[[110682.23191950949,457973.20591730677],[110694.15848363057,457501.20128068444],[110205.1693546667,457204.8262762937],[108201.50658232694,456502.30774736754],[107796.00340221057,456502.30774736754],[105398.76401387551,457095.057756149],[103896.01693462068,456897.4744198885],[103395.10124153575,458302.51147774095],[103204.27621559863,459103.82167479733],[102596.02144542406,460805.23373704054],[103096.937138509,461397.983745822],[102703.36052251369,461804.12727035745],[102500.6089324555,461804.12727035745],[102297.85734239731,462396.87727913895],[102500.6089324555,463494.5624805861],[102405.19641948694,463703.12266886106],[103896.01693462068,463999.49767325184],[105601.51560393369,464098.2893413821],[106603.34699010357,464098.2893413821],[106698.75950307213,464603.22453404777],[107998.75499226876,463395.7708124559],[108404.25817238513,462901.8124718047],[108201.50658232694,462001.71060661797],[109596.91458449213,463296.9791443256],[109799.66617455032,463604.33100073086],[110801.49756072019,463999.49767325184],[112101.49304991683,460497.8818806353],[111600.57735683188,459202.61334292765],[110682.23191950949,457973.20591730677]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0489"},"geometry":{"type":"Polygon","coordinates":[[[98803.37405492381,429005.2934511155],[98004.29425881212,428105.1915859288],[97801.54266875393,427600.25639326306],[97503.37856572718,427205.0897207421],[97205.21446270043,427402.6730570026],[95595.128306356,427205.0897207421],[94605.22348430718,427501.4647251328],[93794.21712407442,427797.8397295236],[93102.47640505237,427797.8397295236],[93102.47640505237,428401.5665903195],[93305.22799511056,428500.35825844976],[93102.47640505237,429104.0851192457],[93197.88891802092,429598.04345989693],[92494.2216348778,430004.1869844324],[92494.2216348778,430794.52032947436],[92601.56071196742,431200.6638540098],[93496.05302104767,431497.0388584006],[94903.38758733393,431497.0388584006],[95797.87989641418,431595.83052653086],[96298.79558949912,431497.0388584006],[96704.2987696155,431595.83052653086],[97300.626975669,432100.7657191965],[97503.37856572718,431497.0388584006],[97801.54266875393,431003.08051774936],[98004.29425881212,430399.3536569534],[98397.87087480743,429598.04345989693],[98696.03497783418,429696.8351280272],[98803.37405492381,429005.2934511155]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0491"},"geometry":{"type":"Polygon","coordinates":[[[116502.39521059164,442594.63624503167],[116800.55931361839,439136.92786047305],[115798.7279274485,437896.5435828377],[114999.64813133683,437303.79357405624],[113103.3244360867,436700.06671326025],[112101.49304991683,436502.48337699973],[110694.15848363057,435404.79817555257],[110694.15848363057,436304.9000407393],[110801.49756072019,437797.7519147075],[110896.91007368875,438401.4787755034],[108905.17386547007,438105.1037711126],[108296.91909529551,438302.68710737315],[107497.83929918382,438105.1037711126],[107104.26268318851,438401.4787755034],[105995.092219929,439400.37230882037],[106400.59540004538,439696.7473132111],[106400.59540004538,440300.4741740071],[106305.18288707682,441299.367707324],[106901.51109313032,442495.8445769014],[108404.25817238513,444197.25663914456],[109203.33796849682,443494.7381102183],[108499.67068535369,442901.9881014369],[108595.08319832226,442397.05290877115],[108094.16750523732,441804.30289998965],[109000.58637843863,440596.8491783978],[109203.33796849682,439795.5389813413],[110300.58186763526,440300.4741740071],[110395.99438060382,439795.5389813413],[113294.14946202382,440596.8491783978],[113902.40423219839,440695.640846528],[115202.399721395,441101.78437106346],[115595.97633739033,441299.367707324],[115500.56382442176,442495.8445769014],[116204.23110756489,442901.9881014369],[116502.39521059164,442594.63624503167]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0497"},"geometry":{"type":"Polygon","coordinates":[[[116800.55931361839,453297.06695914175],[115798.7279274485,453000.69195475103],[115095.06064430538,453000.69195475103],[113604.24012917164,453099.48362288123],[112304.244639975,453297.06695914175],[111195.0741767155,453297.06695914175],[110395.99438060382,453099.48362288123],[110598.745970662,453494.6502954023],[110205.1693546667,453802.0021518074],[109203.33796849682,453198.2752910115],[109095.99889140719,454394.7521605889],[108797.83478838044,454504.5206807336],[108905.17386547007,454998.47902138485],[108595.08319832226,456096.16422283207],[108201.50658232694,456502.30774736754],[110205.1693546667,457204.8262762937],[110694.15848363057,457501.20128068444],[110682.23191950949,457973.20591730677],[110861.13038132555,457874.4142491765],[111994.15397282719,458203.7198096107],[112196.90556288538,458598.88648213167],[112697.82125597032,458500.0948140014],[113401.48853911344,458895.2614865224],[113795.06515510875,459301.40501105785],[114200.56833522514,459498.9883473184],[114343.68710467797,459466.057791275],[116299.64362053345,457995.1596213357],[116299.64362053345,457599.99294881476],[116502.39521059164,454800.8956851244],[116502.39521059164,454197.16882432846],[117003.31090367658,454197.16882432846],[117098.72341664514,453999.58548806794],[116800.55931361839,453297.06695914175]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0498"},"geometry":{"type":"Polygon","coordinates":[[[145495.87258891272,522001.18371772126],[145305.0475629756,521595.0401931858],[145305.0475629756,521101.08185253455],[144994.95689582778,519904.6049829571],[144804.13186989067,518894.73459762573],[144398.62868977428,518400.7762569745],[142800.4690975509,517500.6743917878],[142394.96591743454,516995.73919912206],[142204.14089149743,516600.5725266011],[141703.2251984125,516600.5725266011],[140796.80632521116,516304.19752221036],[139699.56242607272,515305.3039888934],[139604.14991310416,515096.74380061845],[138900.48262996104,515195.5354687487],[137397.73555070622,514701.5771280975],[137302.32303773766,514997.9521324882],[137505.07462779584,515404.09565702366],[137004.1589347109,516095.63733393536],[136694.06826756307,516205.4058540801],[136002.327548541,515996.84566580516],[135596.82436842466,516402.9891903406],[135894.9884714514,516501.7808584708],[135704.16344551428,517797.04939617857],[136694.06826756307,518104.4012525837],[136300.49165156778,518795.9429294955],[135298.66026539792,520398.56332360837],[135501.41185545607,520497.3549917386],[135000.49616237116,521298.6651887951],[137302.32303773766,522703.70224664744],[139699.56242607272,523702.5957799644],[141500.47360835428,524503.9059770209],[142096.80181440778,522802.4939147777],[142597.71750749272,521101.08185253455],[142895.8816105195,521803.60038146074],[144601.38027983246,522099.9753858515],[145400.46007594414,522099.9753858515],[145495.87258891272,522001.18371772126]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0499"},"geometry":{"type":"Polygon","coordinates":[[[108201.50658232694,456502.30774736754],[108595.08319832226,456096.16422283207],[108905.17386547007,454998.47902138485],[108797.83478838044,454504.5206807336],[108201.50658232694,454504.5206807336],[107700.59088924201,454197.16882432846],[107497.83929918382,453494.6502954023],[106901.51109313032,453703.2104836772],[106603.34699010357,452495.7567620853],[106400.59540004538,452594.54843021557],[106305.18288707682,453297.06695914175],[105494.17652684406,453297.06695914175],[105100.59991084876,453099.48362288123],[103597.85283159393,453198.2752910115],[103502.44031862538,454197.16882432846],[102798.77303548226,454295.96049245866],[102798.77303548226,454504.5206807336],[103204.27621559863,454504.5206807336],[103395.10124153575,454702.1040169941],[103299.68872856718,455700.9975503111],[104301.52011473707,455602.20588218083],[103896.01693462068,456897.4744198885],[105398.76401387551,457095.057756149],[107796.00340221057,456502.30774736754],[108201.50658232694,456502.30774736754]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0501"},"geometry":{"type":"Polygon","coordinates":[[[75999.78345543804,432199.5573873268],[72195.20950081672,429696.8351280272],[72004.3844748796,430102.97865256266],[71503.46878179467,430399.3536569534],[72195.20950081672,431101.8721858796],[71002.55308870973,431595.83052653086],[70501.6373956248,431694.62219466106],[70096.13421550841,432495.9323917175],[70394.29831853516,432902.075916253],[70203.47329259804,433297.24258877395],[70501.6373956248,433494.82592503447],[70203.47329259804,433900.96944956994],[69905.3091895713,434702.2796466264],[68903.47780340142,436096.33985246427],[68998.89031636997,436700.06671326025],[69404.39349648636,436996.441717651],[69797.97011248166,437095.23338578123],[70096.13421550841,437797.7519147075],[69404.39349648636,438302.68710737315],[69595.21852242347,438796.6454480244],[70000.72170253986,438500.27044363366],[70799.80149865153,438302.68710737315],[71097.9656016783,437896.5435828377],[71097.9656016783,437402.58524218644],[71694.29380773178,437303.79357405624],[72302.54857790636,436700.06671326025],[73101.62837401804,436195.1315205945],[74294.28478612503,435196.2379872776],[74795.20047920998,434603.4879784961],[75296.11617229492,433703.3861133094],[75296.11617229492,433396.0342569042],[75498.8677623531,432704.4925799925],[75999.78345543804,432199.5573873268]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0502"},"geometry":{"type":"Polygon","coordinates":[[[102202.44482942876,438599.06211176387],[102095.10575233912,438302.68710737315],[101796.94164931237,437797.7519147075],[101594.19005925418,437698.96024657716],[100997.86185320068,437896.5435828377],[100699.69775017393,437797.7519147075],[99697.86636400406,437205.001905926],[99196.95067091912,436502.48337699973],[98505.20995189706,435997.54818433407],[97396.03948863756,435701.17317994335],[97896.9551817225,436096.33985246427],[97801.54266875393,436601.27504513],[97491.45200160611,436590.2981931155],[97205.21446270043,435799.96484807355],[96799.71128258406,435701.17317994335],[96501.54717955731,436502.48337699973],[96501.54717955731,437095.23338578123],[97503.37856572718,437095.23338578123],[98195.11928474925,437303.79357405624],[98505.20995189706,437797.7519147075],[98195.11928474925,439499.1639769506],[98982.27251673986,439696.7473132111],[98600.62246486562,440300.4741740071],[98254.7521053546,441101.78437106346],[98898.78656789237,441496.9510435845],[99805.20544109368,442199.4695725107],[100604.28523720537,441101.78437106346],[100997.86185320068,440399.2658421373],[100902.44934023212,440201.68250587676],[101796.94164931237,439005.20563629933],[102202.44482942876,438599.06211176387]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0503"},"geometry":{"type":"Polygon","coordinates":[[[87699.74285820768,442594.63624503167],[87401.57875518093,442397.05290877115],[86996.07557506455,443297.15477395785],[86697.9114720378,443703.2982984933],[85994.24418889468,443494.7381102183],[86196.99577895286,443099.5714376974],[85004.33936684586,442803.1964333066],[85004.33936684586,443099.5714376974],[84396.0845966713,442901.9881014369],[84205.25957073418,443703.2982984933],[82905.26408153755,443395.9464420881],[81998.84520833624,445097.3585043312],[82094.25772130479,445404.71036073647],[82905.26408153755,446096.2520376482],[83203.4281845643,446601.1872303139],[82976.82346626397,446908.5390867191],[82499.76090142118,447095.14557096513],[81903.43269536768,446798.7705665744],[81700.68110530949,447204.9140911099],[81998.84520833624,447402.49742737034],[82094.25772130479,447698.8724317611],[83895.16890358635,448895.34930133855],[84396.0845966713,449202.7011577437],[85397.91598284118,449905.21968666994],[85898.8316759261,449202.7011577437],[86304.3348560425,448796.5576332082],[86602.49895906924,448105.0159562965],[86805.25054912744,447402.49742737034],[86399.74736901105,447303.7057592401],[86220.848907195,446743.88630650204],[86495.1598819796,445799.87703325745],[86602.49895906924,445196.1501724615],[86996.07557506455,443900.8816347538],[87198.82716512274,443802.0899666236],[87401.57875518093,443198.3631058276],[87699.74285820768,442594.63624503167]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0504"},"geometry":{"type":"Polygon","coordinates":[[[67102.56662111985,413901.14507920214],[66804.40251809309,413999.9367473324],[65599.81954186503,413901.14507920214],[63894.32087255203,414098.72841546265],[63297.99266649853,414395.1034198534],[62594.325383355404,414504.8719399981],[62498.91287038684,414702.4552762586],[62594.325383355404,415196.4136169098],[61902.58466433334,416305.0756703715],[61997.997177301906,416601.45067476225],[61497.081484216964,417501.55253994896],[61604.42056130659,418105.2794007449],[61294.32989415878,418500.44607326586],[61198.917381190215,417995.5108806002],[60805.34076519491,417995.5108806002],[60495.25009804709,419104.17293406185],[60495.25009804709,419400.54793845257],[61198.917381190215,419598.1312747131],[61103.50486822166,419905.48313111824],[60698.00168810528,419795.71461097355],[60495.25009804709,420004.27479924855],[60698.00168810528,420399.4414717695],[60805.34076519491,421101.9600006957],[62498.91287038684,422100.8535340127],[62701.664460445034,422397.2285384034],[63095.24107644034,422100.8535340127],[64097.07246261022,422199.6452021429],[63894.32087255203,422496.0202065336],[64705.32723278479,423396.1220717203],[65098.90384878009,425097.53413396346],[65802.57113192322,424801.15912957274],[67197.97913408841,423802.2655962558],[67901.64641723153,423396.1220717203],[67305.31821117803,422594.81187466386],[66995.22754403022,421694.7100094772],[66697.06344100347,420498.23313989973],[67698.89482717335,420498.23313989973],[67603.4823142048,420004.27479924855],[67698.89482717335,419598.1312747131],[67997.05893020009,419104.17293406185],[67698.89482717335,418796.8210776566],[67400.73072414659,418105.2794007449],[68295.22303322685,415997.72381396627],[68199.8105202583,415503.765473315],[67901.64641723153,415295.2052850401],[68295.22303322685,414702.4552762586],[67400.73072414659,414603.6636081283],[67102.56662111985,413901.14507920214]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0505"},"geometry":{"type":"Polygon","coordinates":[[[109704.25366158177,426195.2193354106],[110503.33345769344,426195.2193354106],[111195.0741767155,426096.4276672804],[111600.57735683188,425800.0526628897],[112196.90556288538,425503.6776584989],[112995.98535899707,425295.117470224],[113795.06515510875,425404.88599036867],[114295.98084819369,425602.4693266292],[115297.81223436358,425701.26099475945],[117396.88751967189,425800.0526628897],[119495.9628049802,425602.4693266292],[120295.04260109189,425701.26099475945],[120402.38167818151,425404.88599036867],[118601.47049589995,423901.05726438604],[117695.05162269864,423494.91373985057],[117003.31090367658,423396.1220717203],[116001.4795175067,423494.91373985057],[114999.64813133683,423703.4739281256],[114295.98084819369,423604.6822599953],[113198.73694905525,423198.53873545985],[112101.49304991683,422496.0202065336],[111397.82576677369,421595.91834134696],[111099.66166374694,421003.16833256546],[110694.15848363057,419598.1312747131],[110097.83027757707,418796.8210776566],[109203.33796849682,417896.71921246994],[107796.00340221057,416700.24234289245],[107104.26268318851,416195.3071502268],[106305.18288707682,415800.1404777058],[105899.67970696044,415404.9738051848],[105804.26719399188,415295.2052850401],[103705.19190868357,414702.4552762586],[103597.85283159393,414702.4552762586],[103395.10124153575,415196.4136169098],[102596.02144542406,414900.0386125191],[102202.44482942876,414998.83028064936],[102500.6089324555,415800.1404777058],[102798.77303548226,417303.96920368844],[102798.77303548226,418204.07106887514],[102500.6089324555,419301.7562703223],[102500.6089324555,420695.81647616025],[102596.02144542406,421804.4785296219],[102297.85734239731,422902.1637310691],[102202.44482942876,423901.05726438604],[102894.18554845081,423999.8489325163],[103597.85283159393,424395.0156050373],[105100.59991084876,425898.8443310199],[105696.92811690226,426096.4276672804],[105995.092219929,425997.63599915017],[107998.75499226876,426304.9878555554],[109704.25366158177,426195.2193354106]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0511"},"geometry":{"type":"MultiPolygon","coordinates":[[[[56201.6870144619,422002.06186588237],[54400.775832180334,421804.4785296219],[53196.19285595227,421299.5433369562],[52599.86464989877,421200.751668826],[53601.69603606865,422199.6452021429],[53899.8601390954,422397.2285384034],[54305.36331921178,423099.7470673296],[54794.35244817565,423198.53873545985],[55104.44311532346,422902.1637310691],[56201.6870144619,422002.06186588237]]],[[[65098.90384878009,425097.53413396346],[64705.32723278479,423396.1220717203],[63894.32087255203,422496.0202065336],[64097.07246261022,422199.6452021429],[63095.24107644034,422100.8535340127],[62701.664460445034,422397.2285384034],[62498.91287038684,422100.8535340127],[60805.34076519491,421101.9600006957],[60602.589175136716,422199.6452021429],[59600.75778896684,423396.1220717203],[59398.00619890865,423999.8489325163],[58503.513889828406,424702.3674614425],[57298.930913600336,424504.78412518196],[57096.17932354215,424801.15912957274],[56404.43860452009,424899.950797703],[55796.183834345524,424801.15912957274],[55605.358808408404,424603.5757933122],[54794.35244817565,424197.43226877676],[54603.52742223853,424296.223936907],[53494.35695897902,423999.8489325163],[52599.86464989877,423604.6822599953],[52194.361469782394,423802.2655962558],[51800.78485378709,423703.4739281256],[51800.78485378709,423099.7470673296],[52098.94895681384,422803.37206293887],[51896.197366755645,422594.81187466386],[51097.11757064396,422199.6452021429],[50298.03777453227,422496.0202065336],[49498.957978420585,420695.81647616025],[49904.461158536964,420004.27479924855],[50500.78936459046,419598.1312747131],[50596.20187755902,419400.54793845257],[50298.03777453227,419104.17293406185],[49904.461158536964,419104.17293406185],[48998.04228533564,419400.54793845257],[48699.878182308894,419795.71461097355],[48401.714079282145,419795.71461097355],[48103.549976255395,420004.27479924855],[48902.62977236709,420399.4414717695],[49498.957978420585,421003.16833256546],[49904.461158536964,422199.6452021429],[49999.87367150552,423099.7470673296],[49403.54546545202,424603.5757933122],[49296.20638836239,425295.117470224],[49498.957978420585,425898.8443310199],[50095.286184474084,426601.3628599461],[50298.03777453227,426700.15452807635],[52504.45213693022,427402.6730570026],[52802.616239956966,427303.88138887234],[57298.930913600336,429202.87678737595],[57799.84660668528,429301.6684555062],[59004.42958291334,429795.62679615745],[59004.42958291334,429598.04345989693],[58205.34978680166,429005.2934511155],[59099.842095881904,429104.0851192457],[59994.33440496215,429104.0851192457],[60399.83758507853,428895.52493097074],[60399.83758507853,428302.77492218924],[60996.16579113203,427699.0480613933],[61294.32989415878,427600.25639326306],[61401.66897124841,427303.88138887234],[61795.24558724371,426996.52953246713],[62200.74876736009,427501.4647251328],[62200.74876736009,426897.7378643369],[61997.997177301906,426700.15452807635],[62296.161280328655,426304.9878555554],[62701.664460445034,426700.15452807635],[63095.24107644034,426700.15452807635],[63095.24107644034,426403.77952368563],[63703.49584661491,425800.0526628897],[64705.32723278479,425404.88599036867],[65098.90384878009,425097.53413396346]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0512"},"geometry":{"type":"Polygon","coordinates":[[[128202.35461336127,429301.6684555062],[128297.76712632984,428796.7332628405],[128202.35461336127,428500.35825844976],[128894.09533238334,428302.77492218924],[130504.18148872777,428105.1915859288],[130098.6783086114,425602.4693266292],[128894.09533238334,425898.8443310199],[128405.10620341946,425898.8443310199],[127498.68733021815,425898.8443310199],[126198.69184102151,426195.2193354106],[125495.0245578784,426403.77952368563],[123896.86496565501,426700.15452807635],[123300.53675960151,426700.15452807635],[123097.78516954333,427995.42306578404],[123694.11337559683,428105.1915859288],[124397.78065873995,428500.35825844976],[124099.6165557132,430662.79810530075],[125399.61204490984,430201.7703206929],[125495.0245578784,430596.9369932139],[127200.5232271914,429905.39531630214],[127021.62476537535,429290.6916034917],[128095.01553627165,429005.2934511155],[128202.35461336127,429301.6684555062]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0513"},"geometry":{"type":"Polygon","coordinates":[[[111302.41325380513,447501.2890955006],[111695.98986980044,446096.2520376482],[111004.24915077839,446195.04370577843],[110395.99438060382,446699.97889844415],[109799.66617455032,446798.7705665744],[109394.16299443394,446502.39556218364],[109704.25366158177,446096.2520376482],[109095.99889140719,445799.87703325745],[108702.42227541188,445898.6687013877],[108296.91909529551,446195.04370577843],[107903.34247930019,445701.0853651272],[106996.92360609888,445503.5020288667],[106698.75950307213,445701.0853651272],[106400.59540004538,445602.293696997],[105804.26719399188,446195.04370577843],[105303.35150090694,446304.8122259232],[105005.18739788019,446601.1872303139],[105601.51560393369,447095.14557096513],[105601.51560393369,447402.49742737034],[106102.43129701863,447896.4557680216],[106603.34699010357,448105.0159562965],[106400.59540004538,448302.59929255705],[105804.26719399188,448500.1826288175],[105601.51560393369,448796.5576332082],[106496.00791301393,449103.9094896135],[107796.00340221057,450004.0113548002],[108296.91909529551,450399.1780273212],[108702.42227541188,450300.3863591909],[109203.33796849682,449905.21968666994],[109203.33796849682,448895.34930133855],[110205.1693546667,448697.765965078],[110801.49756072019,448401.3909606873],[111004.24915077839,447797.6640998913],[111302.41325380513,447501.2890955006]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0518"},"geometry":{"type":"MultiPolygon","coordinates":[[[[88701.57424437755,453099.48362288123],[88796.98675734611,452495.7567620853],[88319.92419250331,452572.5947261866],[88796.98675734611,451903.0067533038],[86900.66306209599,452199.38175769453],[86304.3348560425,451804.2150851736],[85397.91598284118,450805.3215518566],[85898.8316759261,450201.59469106066],[86399.74736901105,450497.96969545144],[86805.25054912744,449905.21968666994],[85898.8316759261,449202.7011577437],[85397.91598284118,449905.21968666994],[84396.0845966713,449202.7011577437],[84097.92049364455,449696.65949839493],[83895.16890358635,450695.5530317119],[83597.0048005596,451200.4882243776],[84002.50798067599,451705.4234170433],[83501.59228759105,452298.1734258248],[83704.34387764924,452495.7567620853],[84002.50798067599,452901.9002866207],[84396.0845966713,452495.7567620853],[84598.83618672949,452704.31695036025],[84300.67208370274,453099.48362288123],[84801.58777678768,453494.6502954023],[85898.8316759261,454504.5206807336],[86304.3348560425,454702.1040169941],[86495.1598819796,454295.96049245866],[87103.41465215418,454504.5206807336],[87604.33034523911,454899.68735325465],[88105.24603832405,454197.16882432846],[88701.57424437755,453099.48362288123]]],[[[85505.2550599308,456798.68275175826],[85505.2550599308,456502.30774736754],[84503.42367376093,455799.78921844135],[84097.92049364455,455404.6225459203],[82905.26408153755,454603.3123488639],[84205.25957073418,453802.0021518074],[83298.84069753285,453099.48362288123],[83477.73915934892,452836.0391745339],[83203.4281845643,453099.48362288123],[81903.43269536768,452199.38175769453],[81605.26859234093,451903.0067533038],[80698.8497191396,451496.86322876834],[80305.2731031443,451398.07156063814],[79804.35741005935,450904.1132199869],[80197.93402605467,449597.86783026473],[80901.6013091978,448302.59929255705],[80603.43720617105,448105.0159562965],[80102.5215130861,447995.24743615184],[79697.01833296973,448302.59929255705],[79995.18243599648,448500.1826288175],[79494.26674291154,448895.34930133855],[79100.69012691623,449400.2844940042],[78897.93853685804,449905.21968666994],[78504.36192086274,450300.3863591909],[77597.94304766142,449597.86783026473],[76798.86325154973,449202.7011577437],[75904.37094246948,450695.5530317119],[75498.8677623531,450201.59469106066],[74902.5395562996,450102.8030229304],[74401.62386321466,449795.45116652525],[74401.62386321466,450201.59469106066],[73805.29565716116,451398.07156063814],[73495.20499001336,451903.0067533038],[73602.54406710298,452100.5900895643],[73399.79247704479,452495.7567620853],[74497.03637618323,453604.41881554696],[75797.03186537986,455097.27068951516],[77502.53053469287,457204.8262762937],[78098.85874074636,456996.2660880188],[78194.27125371492,457204.8262762937],[77800.6946377196,457402.40961255424],[77800.6946377196,457698.78461694496],[78504.36192086274,458302.51147774095],[79196.10263988479,459103.82167479733],[79697.01833296973,459498.9883473184],[80794.26223210817,460497.8818806353],[82797.92500444793,457995.1596213357],[82702.51249147936,457698.78461694496],[82094.25772130479,457303.617944424],[82404.3483884526,456897.4744198885],[83096.08910747468,457204.8262762937],[83501.59228759105,457204.8262762937],[84396.0845966713,457896.3679532055],[84503.42367376093,457896.3679532055],[85302.50346987261,456897.4744198885],[85505.2550599308,456798.68275175826]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0523"},"geometry":{"type":"Polygon","coordinates":[[[123097.78516954333,427995.42306578404],[123300.53675960151,426700.15452807635],[122298.70537343164,426502.5711918159],[121702.37716737814,426304.9878555554],[120497.79419115008,425602.4693266292],[120402.38167818151,425404.88599036867],[120295.04260109189,425701.26099475945],[119495.9628049802,425602.4693266292],[117396.88751967189,425800.0526628897],[115297.81223436358,425701.26099475945],[115297.81223436358,425997.63599915017],[114904.23561836826,426195.2193354106],[114796.89654127863,426897.7378643369],[114796.89654127863,428796.7332628405],[117194.1359296137,430399.3536569534],[117802.39069978826,427402.6730570026],[117802.39069978826,427205.0897207421],[118899.6345989267,427303.88138887234],[119197.79870195345,427205.0897207421],[120104.21757515476,427303.88138887234],[121201.4614742932,427600.25639326306],[122095.95378337345,427896.63139765384],[123097.78516954333,427995.42306578404]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0530"},"geometry":{"type":"Polygon","coordinates":[[[72195.20950081672,429696.8351280272],[73101.62837401804,429696.8351280272],[72803.46427099129,429104.0851192457],[72302.54857790636,428500.35825844976],[72195.20950081672,428105.1915859288],[71002.55308870973,427095.32120059733],[70799.80149865153,427095.32120059733],[70298.88580556659,426601.3628599461],[70096.13421550841,426700.15452807635],[69499.80600945491,426601.3628599461],[69201.64190642817,426798.9461962066],[68903.47780340142,426403.77952368563],[68199.8105202583,426403.77952368563],[67794.30734014191,426700.15452807635],[67496.14323711516,427095.32120059733],[67102.56662111985,427303.88138887234],[66398.89933797672,427205.0897207421],[65897.98364489179,427501.4647251328],[64502.575642726595,429005.2934511155],[63202.58015352997,428401.5665903195],[63297.99266649853,428697.9415947102],[64001.65994964166,429202.87678737595],[64097.07246261022,429400.46012363647],[65098.90384878009,429499.2517917667],[65194.31636174866,429905.39531630214],[65504.40702889647,430102.97865256266],[66196.14774791853,430201.7703206929],[67496.14323711516,430695.72866134415],[67794.30734014191,431003.08051774936],[67698.89482717335,431595.83052653086],[68199.8105202583,432001.97405106627],[68497.97462328503,432704.4925799925],[69094.30282933853,433000.86758438323],[70203.47329259804,433297.24258877395],[70394.29831853516,432902.075916253],[70096.13421550841,432495.9323917175],[70501.6373956248,431694.62219466106],[71002.55308870973,431595.83052653086],[72195.20950081672,431101.8721858796],[71503.46878179467,430399.3536569534],[72004.3844748796,430102.97865256266],[72195.20950081672,429696.8351280272]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0531"},"geometry":{"type":"Polygon","coordinates":[[[105804.26719399188,427995.42306578404],[105804.26719399188,427699.0480613933],[105494.17652684406,427095.32120059733],[105601.51560393369,426502.5711918159],[105303.35150090694,426700.15452807635],[105005.18739788019,427205.0897207421],[103705.19190868357,426700.15452807635],[103299.68872856718,426601.3628599461],[103001.52462554043,426700.15452807635],[102297.85734239731,427205.0897207421],[101701.52913634382,427501.4647251328],[100795.1102631425,428105.1915859288],[101105.20093029032,429202.87678737595],[102095.10575233912,429499.2517917667],[102798.77303548226,429795.62679615745],[103299.68872856718,429301.6684555062],[104003.35601171032,430102.97865256266],[103597.85283159393,430596.9369932139],[103204.27621559863,431497.0388584006],[103896.01693462068,430904.2888496191],[104301.52011473707,430399.3536569534],[104897.84832079057,429301.6684555062],[105696.92811690226,428302.77492218924],[105804.26719399188,427995.42306578404]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0532"},"geometry":{"type":"Polygon","coordinates":[[[146402.29146211402,522198.7670539818],[145495.87258891272,522001.18371772126],[145400.46007594414,522099.9753858515],[144601.38027983246,522099.9753858515],[142895.8816105195,521803.60038146074],[142597.71750749272,521101.08185253455],[142096.80181440778,522802.4939147777],[141500.47360835428,524503.9059770209],[141405.06109538572,524800.2809814116],[142502.30499452417,525305.2161740772],[143098.63320057766,525502.7995103378],[143802.30048372078,525601.5911784681],[144494.04120274284,525601.5911784681],[146199.53987205587,525404.0078422076],[146294.9523850244,524295.3457887459],[146294.9523850244,523197.6605872987],[146402.29146211402,522198.7670539818]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0534"},"geometry":{"type":"Polygon","coordinates":[[[102095.10575233912,480903.84977553855],[102095.10575233912,480695.2895872636],[101498.77754628562,479795.1877220769],[101200.61344325887,479202.4377132954],[100997.86185320068,478499.91918436915],[100496.94616011575,477204.6506466615],[100198.782057089,476996.0904583866],[99399.70226097731,476194.7802613301],[98803.37405492381,476699.7154539958],[98099.70677178068,477402.23398292204],[97396.03948863756,477994.9839917035],[97896.9551817225,479004.85437703494],[98302.45836183887,479301.22938142566],[98803.37405492381,480497.7062510031],[99196.95067091912,481299.0164480595],[99495.11477394587,481101.43311179907],[100198.782057089,481496.59978432],[100401.53364714718,481397.8081161898],[101296.02595622743,481299.0164480595],[102095.10575233912,480903.84977553855]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0537"},"geometry":{"type":"Polygon","coordinates":[[[91897.8934288243,470201.4190614284],[91802.48091585575,469597.69220063253],[91396.97773573936,469202.5255281115],[91897.8934288243,468401.21533105505],[92005.23250591394,468104.8403266643],[91504.316812829,466502.2199325514],[90800.64952968586,466502.2199325514],[90096.98224654274,466403.4282644212],[90800.64952968586,465898.49307175545],[90597.89793962768,465097.182874699],[90800.64952968586,464197.0810095123],[90204.32132363236,463494.5624805861],[89596.0665534578,463801.9143369913],[89202.4899374625,463900.7060051216],[88296.07106426118,464394.6643457728],[88105.24603832405,464998.3912065688],[87795.15537117624,464800.8078703083],[87496.99126814949,465294.7662109595],[86900.66306209599,465799.7014036252],[85803.41916295755,466996.1782732026],[86399.74736901105,468104.8403266643],[87401.57875518093,469696.48386876273],[87902.49444826586,470596.58573394944],[88498.82265431936,470201.4190614284],[89894.23065648455,469597.69220063253],[90299.73383660094,469202.5255281115],[90800.64952968586,469795.275536893],[91194.22614568117,469795.275536893],[91897.8934288243,470201.4190614284]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0542"},"geometry":{"type":"Polygon","coordinates":[[[103800.60442165213,436304.9000407393],[103299.68872856718,435997.54818433407],[102405.19641948694,435799.96484807355],[100902.44934023212,435701.17317994335],[100401.53364714718,435404.79817555257],[99602.4538510355,435404.79817555257],[99196.95067091912,435295.0296554079],[97694.2035916643,435602.38151181303],[97396.03948863756,435701.17317994335],[98505.20995189706,435997.54818433407],[99196.95067091912,436502.48337699973],[99697.86636400406,437205.001905926],[100699.69775017393,437797.7519147075],[100997.86185320068,437896.5435828377],[101594.19005925418,437698.96024657716],[101796.94164931237,437797.7519147075],[102095.10575233912,438302.68710737315],[103001.52462554043,437303.79357405624],[103800.60442165213,436304.9000407393]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0545"},"geometry":{"type":"Polygon","coordinates":[[[135394.07277836645,439795.5389813413],[137302.32303773766,438500.27044363366],[137505.07462779584,438796.6454480244],[138602.31852693428,438500.27044363366],[138602.31852693428,438401.4787755034],[138602.31852693428,437896.5435828377],[138196.8153468179,437402.58524218644],[137397.73555070622,436195.1315205945],[136503.24324162595,434504.69631036586],[136395.90416453633,433802.1777814397],[136205.07913859922,433396.0342569042],[134594.99298225477,433396.0342569042],[134404.16795631766,433198.45092064375],[134296.82887922804,432495.9323917175],[133903.25226323272,432001.97405106627],[133402.33657014777,431804.3907148058],[132603.2567740361,431804.3907148058],[132197.7535939197,431694.62219466106],[131995.00200386153,431398.24719027034],[131899.58949089295,430904.2888496191],[132698.66928700465,430300.5619888231],[132495.91769694648,430102.97865256266],[131995.00200386153,430004.1869844324],[131398.673797808,430102.97865256266],[130194.09082157996,430102.97865256266],[130194.09082157996,430596.9369932139],[129800.51420558465,431200.6638540098],[129895.92671855321,432001.97405106627],[130194.09082157996,432704.4925799925],[132698.66928700465,433802.1777814397],[132400.5051839779,434504.69631036586],[132197.7535939197,435295.0296554079],[132603.2567740361,435799.96484807355],[132495.91769694648,436096.33985246427],[133795.9131861431,437995.33525096794],[134404.16795631766,437698.96024657716],[135203.24775242934,439103.9973044296],[135394.07277836645,439795.5389813413]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0546"},"geometry":{"type":"Polygon","coordinates":[[[95905.21897350381,462396.87727913895],[95296.96420332925,462100.50227474817],[95165.77199799748,461672.4050461838],[93901.55620116406,460596.67354876554],[93400.64050807912,460300.2985443748],[92398.80912190925,459400.1966791881],[92398.80912190925,460003.92353998404],[92196.05753185105,460497.8818806353],[92005.23250591394,460497.8818806353],[92100.6450188825,461002.817073301],[92005.23250591394,461804.12727035745],[92005.23250591394,462396.87727913895],[91897.8934288243,462803.02080367436],[91504.316812829,462803.02080367436],[90800.64952968586,461804.12727035745],[90395.14634956949,461804.12727035745],[90395.14634956949,462298.0856110087],[90299.73383660094,462803.02080367436],[90096.98224654274,463198.1874761954],[90204.32132363236,463494.5624805861],[90800.64952968586,464197.0810095123],[90896.06204265442,464702.016202178],[91194.22614568117,465195.97454282927],[92005.23250591394,464998.3912065688],[92899.72481499417,466096.076408016],[93496.05302104767,465898.49307175545],[93794.21712407442,465602.11806736473],[93996.96871413261,465898.49307175545],[94199.7203041908,466601.0116006817],[94903.38758733393,466601.0116006817],[95595.128306356,466403.4282644212],[95499.71579338743,465997.2847398857],[95595.128306356,465503.3263992345],[95296.96420332925,465097.182874699],[95296.96420332925,463999.49767325184],[95595.128306356,463703.12266886106],[95797.87989641418,463198.1874761954],[95905.21897350381,462396.87727913895]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0547"},"geometry":{"type":"Polygon","coordinates":[[[95595.128306356,466403.4282644212],[96394.20810246767,466096.076408016],[96895.12379555262,466096.076408016],[97205.21446270043,465195.97454282927],[97694.2035916643,464394.6643457728],[97896.9551817225,464197.0810095123],[98397.87087480743,464603.22453404777],[98505.20995189706,463999.49767325184],[99196.95067091912,463099.39580806514],[99101.53815795056,461902.9189384877],[98803.37405492381,461101.60874143126],[98397.87087480743,460695.4652168958],[97694.2035916643,461496.77541395224],[97300.626975669,461705.33560222725],[96704.2987696155,461804.12727035745],[96203.38307653056,462001.71060661797],[95905.21897350381,462396.87727913895],[95797.87989641418,463198.1874761954],[95595.128306356,463703.12266886106],[95296.96420332925,463999.49767325184],[95296.96420332925,465097.182874699],[95595.128306356,465503.3263992345],[95499.71579338743,465997.2847398857],[95595.128306356,466403.4282644212]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0553"},"geometry":{"type":"Polygon","coordinates":[[[95296.96420332925,474504.3450511014],[96000.63148647237,475294.67839614337],[96704.2987696155,476502.13211773534],[96596.95969252587,476798.50712212606],[97002.46287264225,477204.6506466615],[97396.03948863756,477994.9839917035],[98099.70677178068,477402.23398292204],[98803.37405492381,476699.7154539958],[99399.70226097731,476194.7802613301],[99101.53815795056,475898.40525693935],[99196.95067091912,474998.30339175265],[99101.53815795056,474504.3450511014],[99101.53815795056,473900.6181903055],[98898.78656789237,473296.89132950956],[98803.37405492381,472605.3496525978],[98600.62246486562,472100.4144599321],[98099.70677178068,471804.03945554135],[97801.54266875393,471299.1042628756],[98099.70677178068,470805.1459222244],[98004.29425881212,470805.1459222244],[96096.04399944092,472297.99779619253],[96501.54717955731,472901.7246569885],[96000.63148647237,473296.89132950956],[96203.38307653056,473604.2431859147],[95296.96420332925,474504.3450511014]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0556"},"geometry":{"type":"Polygon","coordinates":[[[76095.1959684066,440004.0991696163],[77299.77894463466,438500.27044363366],[77896.10715068816,437995.33525096794],[78397.0228437731,437797.7519147075],[79697.01833296973,437501.3769103167],[78003.4462277778,435799.96484807355],[77896.10715068816,435898.7565162038],[76202.53504549623,436897.6500495208],[75594.28027532165,437501.3769103167],[74997.95206926815,438401.4787755034],[74198.87227315648,439005.20563629933],[74699.78796624142,439905.30750148604],[75296.11617229492,440596.8491783978],[75594.28027532165,440004.0991696163],[76095.1959684066,440004.0991696163]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0559"},"geometry":{"type":"Polygon","coordinates":[[[77204.3664316661,416305.0756703715],[76894.27576451829,415701.34880957555],[76596.11166149154,415404.9738051848],[76202.53504549623,415503.765473315],[76095.1959684066,414998.83028064936],[75904.37094246948,414801.24694438884],[71396.12970470503,415295.2052850401],[71396.12970470503,414702.4552762586],[71002.55308870973,414296.3117517232],[71002.55308870973,412902.2515458852],[71598.88129476323,412199.73301695904],[71097.9656016783,411804.566344438],[70394.29831853516,411497.2144880328],[70298.88580556659,411804.566344438],[69797.97011248166,412704.6682096247],[67496.14323711516,413802.35341107193],[67102.56662111985,413901.14507920214],[67400.73072414659,414603.6636081283],[68295.22303322685,414702.4552762586],[67901.64641723153,415295.2052850401],[68199.8105202583,415503.765473315],[68295.22303322685,415997.72381396627],[67400.73072414659,418105.2794007449],[67698.89482717335,418796.8210776566],[67997.05893020009,419104.17293406185],[67698.89482717335,419598.1312747131],[67603.4823142048,420004.27479924855],[67698.89482717335,420498.23313989973],[66697.06344100347,420498.23313989973],[66995.22754403022,421694.7100094772],[67305.31821117803,422594.81187466386],[67901.64641723153,423396.1220717203],[67901.64641723153,423000.95539919933],[68998.89031636997,422704.5803948086],[69094.30282933853,422902.1637310691],[70096.13421550841,422298.43687027314],[70597.04990859336,421903.27019775216],[72397.96109087492,421299.5433369562],[72600.7126809331,421299.5433369562],[72803.46427099129,420794.6081442905],[74198.87227315648,419400.54793845257],[76095.1959684066,417896.71921246994],[76202.53504549623,417600.34420807916],[77204.3664316661,416305.0756703715]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0568"},"geometry":{"type":"Polygon","coordinates":[[[79005.27761394766,431200.6638540098],[79196.10263988479,429598.04345989693],[79697.01833296973,429301.6684555062],[80102.5215130861,428697.9415947102],[79804.35741005935,428401.5665903195],[79804.35741005935,427995.42306578404],[79995.18243599648,427303.88138887234],[80400.68561611285,426502.5711918159],[81104.35289925599,426403.77952368563],[81199.76541222454,425295.117470224],[80400.68561611285,424998.7424658332],[79697.01833296973,424296.223936907],[78098.85874074636,424603.5757933122],[77502.53053469287,424395.0156050373],[76297.94755846479,422496.0202065336],[75797.03186537986,422496.0202065336],[75200.70365932636,422803.37206293887],[74902.5395562996,423198.53873545985],[73996.12068309828,424098.6406006465],[72803.46427099129,424603.5757933122],[72099.79698784815,424603.5757933122],[71897.04539778997,424702.3674614425],[70799.80149865153,426096.4276672804],[70298.88580556659,426601.3628599461],[70799.80149865153,427095.32120059733],[71002.55308870973,427095.32120059733],[72195.20950081672,428105.1915859288],[72302.54857790636,428500.35825844976],[72803.46427099129,429104.0851192457],[73101.62837401804,429696.8351280272],[72195.20950081672,429696.8351280272],[75999.78345543804,432199.5573873268],[76798.86325154973,431694.62219466106],[77395.19145760323,431398.24719027034],[77800.6946377196,431299.4555221401],[79005.27761394766,431200.6638540098]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0569"},"geometry":{"type":"Polygon","coordinates":[[[121094.12239720358,463900.7060051216],[119901.46598509658,463198.1874761954],[119901.46598509658,461299.1920776918],[118601.47049589995,461101.60874143126],[117396.88751967189,461496.77541395224],[117098.72341664514,461902.9189384877],[116204.23110756489,461705.33560222725],[115703.31541447995,461496.77541395224],[115297.81223436358,460904.02540517075],[115405.1513114532,460596.67354876554],[115297.81223436358,460201.50687624456],[114904.23561836826,459795.3633517091],[114295.98084819369,459696.5716835789],[114200.56833522514,459498.9883473184],[113795.06515510875,459301.40501105785],[113401.48853911344,458895.2614865224],[112697.82125597032,458500.0948140014],[112196.90556288538,458598.88648213167],[111994.15397282719,458203.7198096107],[110861.13038132555,457874.4142491765],[110682.23191950949,457973.20591730677],[111600.57735683188,459202.61334292765],[112101.49304991683,460497.8818806353],[110801.49756072019,463999.49767325184],[109799.66617455032,463604.33100073086],[109596.91458449213,463296.9791443256],[108201.50658232694,462001.71060661797],[108404.25817238513,462901.8124718047],[107998.75499226876,463395.7708124559],[106698.75950307213,464603.22453404777],[107104.26268318851,466699.8032688119],[107295.08770912563,467303.5301296079],[107700.59088924201,466996.1782732026],[108499.67068535369,468796.382003576],[109394.16299443394,468401.21533105505],[109596.91458449213,469400.108864372],[109799.66617455032,469498.9005325022],[110395.99438060382,468895.1736717063],[111004.24915077839,469795.275536893],[111695.98986980044,470102.6273932982],[112304.244639975,470201.4190614284],[113198.73694905525,470903.93759035465],[113294.14946202382,471200.3125947454],[113902.40423219839,471299.1042628756],[114498.73243825189,471101.5209266151],[114701.48402831008,470399.0023976889],[114999.64813133683,470102.6273932982],[114999.64813133683,468302.4236629248],[115798.7279274485,468302.4236629248],[116395.056133502,467698.69680212886],[116395.056133502,467402.3217977381],[117301.47500670333,466601.0116006817],[117396.88751967189,466304.6365962909],[117897.80321275683,465898.49307175545],[118601.47049589995,465799.7014036252],[121094.12239720358,463900.7060051216]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0571"},"geometry":{"type":"Polygon","coordinates":[[[109394.16299443394,434603.4879784961],[110503.33345769344,432704.4925799925],[110002.41776460852,432495.9323917175],[108797.83478838044,432397.14072358725],[108404.25817238513,432199.5573873268],[108094.16750523732,432495.9323917175],[107700.59088924201,432594.72405984777],[106794.17201604068,432495.9323917175],[106197.84380998719,432100.7657191965],[105804.26719399188,432001.97405106627],[105005.18739788019,432199.5573873268],[103705.19190868357,432594.72405984777],[103395.10124153575,432199.5573873268],[102798.77303548226,432803.2842481227],[102596.02144542406,432704.4925799925],[102202.44482942876,433703.3861133094],[102500.6089324555,433703.3861133094],[103502.44031862538,433900.96944956994],[104098.76852467888,433802.1777814397],[105601.51560393369,433703.3861133094],[106102.43129701863,433802.1777814397],[106496.00791301393,434098.5527858304],[108094.16750523732,434504.69631036586],[108797.83478838044,434394.9277902212],[109394.16299443394,434603.4879784961]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0575"},"geometry":{"type":"Polygon","coordinates":[[[87902.49444826586,470596.58573394944],[89405.24152752069,473296.89132950956],[90705.2370167173,475503.2385844184],[94104.30779122225,482605.26183778164],[97503.37856572718,481101.43311179907],[96501.54717955731,479795.1877220769],[96000.63148647237,479301.22938142566],[95595.128306356,478697.50252062967],[94796.0485102443,477797.40065544297],[94199.7203041908,477204.6506466615],[93400.64050807912,476699.7154539958],[92696.973224936,476095.9885931999],[92601.56071196742,475700.82192067883],[91396.97773573936,474701.9283873619],[91802.48091585575,474295.78486282646],[91194.22614568117,473801.8265221752],[91396.97773573936,473296.89132950956],[92100.6450188825,472605.3496525978],[92398.80912190925,472495.58113245305],[92899.72481499417,472001.6227918018],[92100.6450188825,471200.3125947454],[92398.80912190925,470596.58573394944],[91897.8934288243,470201.4190614284],[91194.22614568117,469795.275536893],[90800.64952968586,469795.275536893],[90299.73383660094,469202.5255281115],[89894.23065648455,469597.69220063253],[88498.82265431936,470201.4190614284],[87902.49444826586,470596.58573394944]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0576"},"geometry":{"type":"Polygon","coordinates":[[[92899.72481499417,472001.6227918018],[92398.80912190925,472495.58113245305],[92100.6450188825,472605.3496525978],[91396.97773573936,473296.89132950956],[91194.22614568117,473801.8265221752],[91802.48091585575,474295.78486282646],[91396.97773573936,474701.9283873619],[92601.56071196742,475700.82192067883],[92696.973224936,476095.9885931999],[93400.64050807912,476699.7154539958],[94199.7203041908,477204.6506466615],[94796.0485102443,477797.40065544297],[95595.128306356,478697.50252062967],[96000.63148647237,479301.22938142566],[96501.54717955731,479795.1877220769],[97503.37856572718,481101.43311179907],[97694.2035916643,481002.64144366875],[98803.37405492381,480497.7062510031],[98302.45836183887,479301.22938142566],[97896.9551817225,479004.85437703494],[97396.03948863756,477994.9839917035],[97002.46287264225,477204.6506466615],[96596.95969252587,476798.50712212606],[96704.2987696155,476502.13211773534],[96000.63148647237,475294.67839614337],[95296.96420332925,474504.3450511014],[93794.21712407442,473000.5163251188],[92899.72481499417,472001.6227918018]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0579"},"geometry":{"type":"Polygon","coordinates":[[[94199.7203041908,466601.0116006817],[93996.96871413261,465898.49307175545],[93794.21712407442,465602.11806736473],[93496.05302104767,465898.49307175545],[92899.72481499417,466096.076408016],[92005.23250591394,464998.3912065688],[91194.22614568117,465195.97454282927],[90896.06204265442,464702.016202178],[90800.64952968586,464197.0810095123],[90597.89793962768,465097.182874699],[90800.64952968586,465898.49307175545],[90096.98224654274,466403.4282644212],[90800.64952968586,466502.2199325514],[91504.316812829,466502.2199325514],[92005.23250591394,468104.8403266643],[91897.8934288243,468401.21533105505],[92696.973224936,468697.5903354458],[93400.64050807912,468401.21533105505],[93722.65773934801,468467.0764431419],[93901.55620116406,468104.8403266643],[93496.05302104767,467303.5301296079],[93698.80461110586,466897.3866050724],[93603.39209813731,466304.6365962909],[94199.7203041908,466601.0116006817]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0580"},"geometry":{"type":"Polygon","coordinates":[[[70394.29831853516,411497.2144880328],[71097.9656016783,411804.566344438],[71598.88129476323,412199.73301695904],[71002.55308870973,412902.2515458852],[71002.55308870973,414296.3117517232],[71396.12970470503,414702.4552762586],[71396.12970470503,415295.2052850401],[75904.37094246948,414801.24694438884],[76095.1959684066,414998.83028064936],[76202.53504549623,415503.765473315],[76596.11166149154,415404.9738051848],[76894.27576451829,415701.34880957555],[77204.3664316661,416305.0756703715],[77299.77894463466,415997.72381396627],[78003.4462277778,415503.765473315],[78397.0228437731,415295.2052850401],[79804.35741005935,414801.24694438884],[81199.76541222454,413495.00155466667],[81903.43269536768,413198.62655027595],[82797.92500444793,413198.62655027595],[83394.25321050143,413099.8348821457],[84396.0845966713,413198.62655027595],[84694.24869969804,413099.8348821457],[85803.41916295755,413099.8348821457],[86602.49895906924,413703.5617429417],[86697.9114720378,413099.8348821457],[86900.66306209599,412704.6682096247],[86399.74736901105,412298.52468508924],[86196.99577895286,412496.10802134976],[85505.2550599308,412594.89968947996],[85505.2550599308,412298.52468508924],[84897.00028975624,412100.9413488288],[84598.83618672949,412298.52468508924],[84097.92049364455,412199.73301695904],[83895.16890358635,412902.2515458852],[83597.0048005596,412594.89968947996],[83895.16890358635,412002.1496806985],[84300.67208370274,411903.35801256826],[84598.83618672949,411200.8394836421],[84300.67208370274,410399.52928658563],[83704.34387764924,409598.2190895292],[82404.3483884526,409005.4690807477],[81104.35289925599,408500.533888082],[80496.09812908142,408401.7422199517],[79697.01833296973,408401.7422199517],[78397.0228437731,407896.80702728604],[77800.6946377196,407896.80702728604],[76297.94755846479,408302.9505518215],[75701.61935241129,408401.7422199517],[75200.70365932636,408599.3255562122],[74497.03637618323,409400.63575326867],[74294.28478612503,410103.1542821949],[73101.62837401804,410597.1126228461],[72505.30016796454,410695.90429097635],[72099.79698784815,411102.0478155118],[70704.38898568298,411200.8394836421],[70394.29831853516,411497.2144880328]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0584"},"geometry":{"type":"Polygon","coordinates":[[[90395.14634956949,427501.4647251328],[90395.14634956949,426897.7378643369],[90299.73383660094,426502.5711918159],[90299.73383660094,425800.0526628897],[90502.48542665911,425196.3258020937],[89500.65404048924,424998.7424658332],[88999.7383474043,425097.53413396346],[88999.7383474043,424296.223936907],[88904.32583443575,423396.1220717203],[88594.23516728793,422803.37206293887],[88594.23516728793,422298.43687027314],[87902.49444826586,421595.91834134696],[87496.99126814949,421595.91834134696],[87198.82716512274,421903.27019775216],[86304.3348560425,422397.2285384034],[86399.74736901105,422594.81187466386],[85803.41916295755,422704.5803948086],[85397.91598284118,422594.81187466386],[85696.08008586793,424197.43226877676],[86101.5832659843,424197.43226877676],[86196.99577895286,425404.88599036867],[85803.41916295755,426096.4276672804],[85696.08008586793,426601.3628599461],[86697.9114720378,427402.6730570026],[87997.90696123443,427205.0897207421],[88498.82265431936,427303.88138887234],[89202.4899374625,427995.42306578404],[90395.14634956949,427501.4647251328]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0585"},"geometry":{"type":"Polygon","coordinates":[[[97503.37856572718,427205.0897207421],[97896.9551817225,426403.77952368563],[98004.29425881212,425898.8443310199],[98397.87087480743,425196.3258020937],[99495.11477394587,424603.5757933122],[100604.28523720537,424504.78412518196],[102202.44482942876,423901.05726438604],[102297.85734239731,422902.1637310691],[102596.02144542406,421804.4785296219],[102500.6089324555,420695.81647616025],[102500.6089324555,419301.7562703223],[102798.77303548226,418204.07106887514],[102798.77303548226,417303.96920368844],[102500.6089324555,415800.1404777058],[101403.36503331707,416799.0340110227],[100795.1102631425,417205.1775355582],[100103.36954412043,417995.5108806002],[100103.36954412043,418302.86273700534],[101105.20093029032,418796.8210776566],[101498.77754628562,419104.17293406185],[101498.77754628562,419400.54793845257],[98696.03497783418,419696.9229428433],[98600.62246486562,420695.81647616025],[96895.12379555262,420904.3766644352],[96298.79558949912,421595.91834134696],[95595.128306356,421694.7100094772],[94903.38758733393,422397.2285384034],[93996.96871413261,422397.2285384034],[93901.55620116406,422100.8535340127],[93400.64050807912,421804.4785296219],[92899.72481499417,421299.5433369562],[92601.56071196742,421299.5433369562],[92005.23250591394,421299.5433369562],[91504.316812829,422199.6452021429],[91396.97773573936,422594.81187466386],[89596.0665534578,421903.27019775216],[88594.23516728793,422199.6452021429],[88594.23516728793,422298.43687027314],[88594.23516728793,422803.37206293887],[88904.32583443575,423396.1220717203],[88999.7383474043,424296.223936907],[88999.7383474043,425097.53413396346],[89500.65404048924,424998.7424658332],[90502.48542665911,425196.3258020937],[90299.73383660094,425800.0526628897],[90299.73383660094,426502.5711918159],[90395.14634956949,426897.7378643369],[90395.14634956949,427501.4647251328],[91599.72932579755,427402.6730570026],[93102.47640505237,427797.8397295236],[93794.21712407442,427797.8397295236],[94605.22348430718,427501.4647251328],[95595.128306356,427205.0897207421],[97205.21446270043,427402.6730570026],[97503.37856572718,427205.0897207421]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0588"},"geometry":{"type":"MultiPolygon","coordinates":[[[[83597.0048005596,416996.61734728323],[83895.16890358635,416601.45067476225],[83799.7563906178,416403.86733850173],[83394.25321050143,416305.0756703715],[82404.3483884526,415800.1404777058],[81104.35289925599,415898.93214583606],[79995.18243599648,416195.3071502268],[79303.44171697443,416700.24234289245],[79196.10263988479,416897.825679153],[77705.28212475104,417995.5108806002],[77097.02735457648,418302.86273700534],[77001.61484160792,418500.44607326586],[77395.19145760323,419005.3812659316],[78695.18694679986,418796.8210776566],[80901.6013091978,418105.2794007449],[82499.76090142118,417303.96920368844],[83597.0048005596,416996.61734728323]]],[[[87902.49444826586,421595.91834134696],[87198.82716512274,420103.06646737875],[86196.99577895286,417402.7608718187],[85696.08008586793,416305.0756703715],[84694.24869969804,416897.825679153],[84300.67208370274,416996.61734728323],[83298.84069753285,417699.1358762094],[81199.76541222454,418599.2377413961],[81104.35289925599,418698.0294095264],[79804.35741005935,419202.96460219205],[78003.4462277778,419696.9229428433],[77705.28212475104,419696.9229428433],[76405.28663555442,420300.6498036393],[75200.70365932636,421804.4785296219],[75296.11617229492,422002.06186588237],[75797.03186537986,421903.27019775216],[76500.69914852298,422397.2285384034],[76297.94755846479,422496.0202065336],[77502.53053469287,424395.0156050373],[78098.85874074636,424603.5757933122],[79697.01833296973,424296.223936907],[80400.68561611285,424998.7424658332],[81199.76541222454,425295.117470224],[82201.59679839443,425503.6776584989],[82595.17341438973,425800.0526628897],[83799.7563906178,426096.4276672804],[84801.58777678768,425898.8443310199],[85696.08008586793,426601.3628599461],[85803.41916295755,426096.4276672804],[86196.99577895286,425404.88599036867],[86101.5832659843,424197.43226877676],[85696.08008586793,424197.43226877676],[85397.91598284118,422594.81187466386],[85803.41916295755,422704.5803948086],[86399.74736901105,422594.81187466386],[86304.3348560425,422397.2285384034],[87198.82716512274,421903.27019775216],[87496.99126814949,421595.91834134696],[87902.49444826586,421595.91834134696]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0589"},"geometry":{"type":"Polygon","coordinates":[[[119400.55029201164,452901.9002866207],[119603.30188206983,452495.7567620853],[119901.46598509658,452704.31695036025],[121296.87398726176,451200.4882243776],[121296.87398726176,451496.86322876834],[122000.5412704049,451804.2150851736],[122704.20855354801,450695.5530317119],[122394.1178864002,450300.3863591909],[123395.94927257008,449202.7011577437],[123002.37265657476,448697.765965078],[122394.1178864002,448697.765965078],[121905.12875743634,448796.5576332082],[122895.03357948514,446996.3539028349],[122298.70537343164,447095.14557096513],[120998.70988423501,446403.6038940534],[118398.71890584176,444899.77516807074],[117098.72341664514,444296.0483072748],[115894.14044041708,445898.6687013877],[118303.3063928732,446403.6038940534],[118601.47049589995,446502.39556218364],[117897.80321275683,447896.4557680216],[117504.22659676151,447698.8724317611],[116395.056133502,447797.6640998913],[115798.7279274485,447402.49742737034],[114904.23561836826,447501.2890955006],[114594.14495122044,448401.3909606873],[115297.81223436358,448796.5576332082],[115297.81223436358,449202.7011577437],[115500.56382442176,449696.65949839493],[115894.14044041708,450004.0113548002],[116705.14680064983,451398.07156063814],[118005.14228984645,452298.1734258248],[118601.47049589995,452396.96509395505],[119400.55029201164,452901.9002866207]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0590"},"geometry":{"type":"Polygon","coordinates":[[[110598.745970662,428203.983254059],[110503.33345769344,428203.983254059],[109704.25366158177,426195.2193354106],[107998.75499226876,426304.9878555554],[105995.092219929,425997.63599915017],[105696.92811690226,426096.4276672804],[105601.51560393369,426502.5711918159],[105494.17652684406,427095.32120059733],[105804.26719399188,427699.0480613933],[105804.26719399188,427995.42306578404],[106305.18288707682,428697.9415947102],[106496.00791301393,429104.0851192457],[106996.92360609888,428796.7332628405],[108094.16750523732,428302.77492218924],[108595.08319832226,428302.77492218924],[110205.1693546667,428895.52493097074],[110598.745970662,428401.5665903195],[110598.745970662,428203.983254059]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0595"},"geometry":{"type":"Polygon","coordinates":[[[116800.55931361839,453297.06695914175],[117695.05162269864,453604.41881554696],[119794.12690800695,453494.6502954023],[119400.55029201164,452901.9002866207],[118601.47049589995,452396.96509395505],[118005.14228984645,452298.1734258248],[116705.14680064983,451398.07156063814],[115894.14044041708,450004.0113548002],[115500.56382442176,449696.65949839493],[115297.81223436358,449202.7011577437],[115297.81223436358,448796.5576332082],[114594.14495122044,448401.3909606873],[113604.24012917164,447698.8724317611],[112995.98535899707,447501.2890955006],[112399.65715294358,447402.49742737034],[111302.41325380513,447501.2890955006],[111004.24915077839,447797.6640998913],[110801.49756072019,448401.3909606873],[110205.1693546667,448697.765965078],[109203.33796849682,448895.34930133855],[109203.33796849682,449905.21968666994],[108702.42227541188,450300.3863591909],[108296.91909529551,450399.1780273212],[108201.50658232694,450497.96969545144],[106996.92360609888,450805.3215518566],[106305.18288707682,450904.1132199869],[106496.00791301393,451804.2150851736],[105696.92811690226,451804.2150851736],[105804.26719399188,452100.5900895643],[105398.76401387551,452495.7567620853],[105100.59991084876,453099.48362288123],[105494.17652684406,453297.06695914175],[106305.18288707682,453297.06695914175],[106400.59540004538,452594.54843021557],[106603.34699010357,452495.7567620853],[106901.51109313032,453703.2104836772],[107497.83929918382,453494.6502954023],[107700.59088924201,454197.16882432846],[108201.50658232694,454504.5206807336],[108797.83478838044,454504.5206807336],[109095.99889140719,454394.7521605889],[109203.33796849682,453198.2752910115],[110205.1693546667,453802.0021518074],[110598.745970662,453494.6502954023],[110395.99438060382,453099.48362288123],[111195.0741767155,453297.06695914175],[112304.244639975,453297.06695914175],[113604.24012917164,453099.48362288123],[115095.06064430538,453000.69195475103],[115798.7279274485,453000.69195475103],[116800.55931361839,453297.06695914175]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0597"},"geometry":{"type":"Polygon","coordinates":[[[102202.44482942876,433703.3861133094],[102596.02144542406,432704.4925799925],[103204.27621559863,431497.0388584006],[103597.85283159393,430596.9369932139],[104003.35601171032,430102.97865256266],[103299.68872856718,429301.6684555062],[102798.77303548226,429795.62679615745],[102095.10575233912,429499.2517917667],[101105.20093029032,429202.87678737595],[100795.1102631425,428105.1915859288],[98803.37405492381,429005.2934511155],[98696.03497783418,429696.8351280272],[98397.87087480743,429598.04345989693],[98004.29425881212,430399.3536569534],[97801.54266875393,431003.08051774936],[97503.37856572718,431497.0388584006],[97300.626975669,432100.7657191965],[98099.70677178068,432495.9323917175],[98696.03497783418,432594.72405984777],[99196.95067091912,435295.0296554079],[99602.4538510355,434998.6546510171],[100103.36954412043,434394.9277902212],[100401.53364714718,434197.34445396066],[101200.61344325887,433900.96944956994],[101904.28072640201,433900.96944956994],[102202.44482942876,433703.3861133094]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0599"},"geometry":{"type":"Polygon","coordinates":[[[74699.78796624142,439905.30750148604],[74198.87227315648,439005.20563629933],[72803.46427099129,439905.30750148604],[72505.30016796454,439597.95564508083],[74604.37545327286,437797.7519147075],[75105.29114635779,436502.48337699973],[75200.70365932636,435602.38151181303],[77395.19145760323,434801.07131475664],[77597.94304766142,435097.44631914736],[77896.10715068816,435898.7565162038],[78003.4462277778,435799.96484807355],[79303.44171697443,434998.6546510171],[81497.9295152513,434504.69631036586],[82297.00931136298,434504.69631036586],[83000.6765945061,434603.4879784961],[83597.0048005596,434899.86298288684],[84097.92049364455,434998.6546510171],[85004.33936684586,434998.6546510171],[86602.49895906924,434702.2796466264],[87997.90696123443,435097.44631914736],[88105.24603832405,435602.38151181303],[87902.49444826586,436195.1315205945],[88296.07106426118,437303.79357405624],[88093.31947420299,437622.1222824759],[87699.74285820768,438599.06211176387],[87699.74285820768,439005.20563629933],[88296.07106426118,439301.58064069005],[88188.73198717154,439586.97879306634],[87795.15537117624,439301.58064069005],[87401.57875518093,439202.78897255985],[86805.25054912744,439905.30750148604],[86399.74736901105,440102.89083774656],[85696.08008586793,442100.6779043804],[86602.49895906924,442298.2612406409],[86697.9114720378,442001.88623625017],[87401.57875518093,442397.05290877115],[87699.74285820768,442594.63624503167],[89095.15086037286,443604.50663036306],[90395.14634956949,442001.88623625017],[91301.5652227708,442704.40476517635],[91396.97773573936,443395.9464420881],[91897.8934288243,443999.6733028841],[92899.72481499417,443198.3631058276],[93698.80461110586,442506.8214289159],[93794.21712407442,442901.9881014369],[94497.88440721756,442397.05290877115],[94903.38758733393,441903.09456811997],[95296.96420332925,441694.53437984496],[95905.21897350381,442298.2612406409],[96799.71128258406,442704.40476517635],[97300.626975669,443000.7797695671],[97694.2035916643,442594.63624503167],[98600.62246486562,442901.9881014369],[98004.29425881212,444197.25663914456],[100496.94616011575,445404.71036073647],[100795.1102631425,444702.1918318103],[100496.94616011575,443395.9464420881],[100997.86185320068,442901.9881014369],[99805.20544109368,442199.4695725107],[98898.78656789237,441496.9510435845],[98254.7521053546,441101.78437106346],[98600.62246486562,440300.4741740071],[98982.27251673986,439696.7473132111],[98195.11928474925,439499.1639769506],[98505.20995189706,437797.7519147075],[98195.11928474925,437303.79357405624],[97503.37856572718,437095.23338578123],[96501.54717955731,437095.23338578123],[96501.54717955731,436502.48337699973],[96799.71128258406,435701.17317994335],[97205.21446270043,435799.96484807355],[97491.45200160611,436590.2981931155],[97801.54266875393,436601.27504513],[97896.9551817225,436096.33985246427],[97396.03948863756,435701.17317994335],[97694.2035916643,435602.38151181303],[99196.95067091912,435295.0296554079],[98696.03497783418,432594.72405984777],[98099.70677178068,432495.9323917175],[97300.626975669,432100.7657191965],[96704.2987696155,431595.83052653086],[96298.79558949912,431497.0388584006],[95797.87989641418,431595.83052653086],[94903.38758733393,431497.0388584006],[93496.05302104767,431497.0388584006],[92601.56071196742,431200.6638540098],[92494.2216348778,430794.52032947436],[91897.8934288243,430695.72866134415],[89798.818143516,431299.4555221401],[89405.24152752069,431595.83052653086],[88296.07106426118,432001.97405106627],[87902.49444826586,431903.182382936],[87198.82716512274,432001.97405106627],[86495.1598819796,431903.182382936],[86196.99577895286,431595.83052653086],[85898.8316759261,430794.52032947436],[85898.8316759261,429795.62679615745],[85803.41916295755,428599.14992658],[85099.75187981443,428796.7332628405],[83799.7563906178,429400.46012363647],[83298.84069753285,429905.39531630214],[82797.92500444793,430596.9369932139],[82595.17341438973,431200.6638540098],[79005.27761394766,431200.6638540098],[77800.6946377196,431299.4555221401],[77395.19145760323,431398.24719027034],[76798.86325154973,431694.62219466106],[75999.78345543804,432199.5573873268],[75498.8677623531,432704.4925799925],[75296.11617229492,433396.0342569042],[75296.11617229492,433703.3861133094],[74795.20047920998,434603.4879784961],[74294.28478612503,435196.2379872776],[73101.62837401804,436195.1315205945],[72302.54857790636,436700.06671326025],[71694.29380773178,437303.79357405624],[71097.9656016783,437402.58524218644],[71097.9656016783,437896.5435828377],[70799.80149865153,438302.68710737315],[70000.72170253986,438500.27044363366],[69595.21852242347,438796.6454480244],[67400.73072414659,439400.37230882037],[66995.22754403022,439400.37230882037],[66601.65092803491,438599.06211176387],[66589.72436391385,438006.3121029824],[66005.32272198141,439005.20563629933],[65301.65543883829,439202.78897255985],[64705.32723278479,439202.78897255985],[64001.65994964166,439005.20563629933],[59302.59368594009,437402.58524218644],[59099.842095881904,437303.79357405624],[58694.338915765526,437797.7519147075],[59195.25460885046,438796.6454480244],[60197.08599502034,440300.4741740071],[60698.00168810528,441299.367707324],[60805.34076519491,441694.53437984496],[60602.589175136716,442199.4695725107],[60197.08599502034,442298.2612406409],[60101.67348205178,443297.15477395785],[60698.00168810528,444504.60849554976],[61103.50486822166,444899.77516807074],[61699.83307427516,445196.1501724615],[62105.336254391535,445196.1501724615],[62594.325383355404,444998.566836201],[62999.82856347178,445997.4603695179],[65504.40702889647,445097.3585043312],[66398.89933797672,444800.9834999405],[68497.97462328503,446502.39556218364],[68998.89031636997,445701.0853651272],[70096.13421550841,445097.3585043312],[69797.97011248166,444394.839975405],[70394.29831853516,443999.6733028841],[71694.29380773178,443297.15477395785],[72803.46427099129,442594.63624503167],[72505.30016796454,442298.2612406409],[72898.87678395986,441398.1593754542],[74604.37545327286,439905.30750148604],[74699.78796624142,439905.30750148604]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0600"},"geometry":{"type":"Polygon","coordinates":[[[74198.87227315648,439005.20563629933],[74997.95206926815,438401.4787755034],[75594.28027532165,437501.3769103167],[76202.53504549623,436897.6500495208],[77896.10715068816,435898.7565162038],[77597.94304766142,435097.44631914736],[77395.19145760323,434801.07131475664],[75200.70365932636,435602.38151181303],[75105.29114635779,436502.48337699973],[74604.37545327286,437797.7519147075],[72505.30016796454,439597.95564508083],[72803.46427099129,439905.30750148604],[74198.87227315648,439005.20563629933]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0603"},"geometry":{"type":"Polygon","coordinates":[[[83477.73915934892,452836.0391745339],[83704.34387764924,452495.7567620853],[83501.59228759105,452298.1734258248],[84002.50798067599,451705.4234170433],[83597.0048005596,451200.4882243776],[83895.16890358635,450695.5530317119],[84097.92049364455,449696.65949839493],[84396.0845966713,449202.7011577437],[83895.16890358635,448895.34930133855],[82094.25772130479,447698.8724317611],[81700.68110530949,448500.1826288175],[80997.01382216635,447995.24743615184],[80901.6013091978,448302.59929255705],[80197.93402605467,449597.86783026473],[79804.35741005935,450904.1132199869],[80305.2731031443,451398.07156063814],[80698.8497191396,451496.86322876834],[81605.26859234093,451903.0067533038],[81903.43269536768,452199.38175769453],[83203.4281845643,453099.48362288123],[83477.73915934892,452836.0391745339]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0606"},"geometry":{"type":"Polygon","coordinates":[[[85004.33936684586,434998.6546510171],[85004.33936684586,436096.33985246427],[84801.58777678768,436700.06671326025],[84694.24869969804,437501.3769103167],[84503.42367376093,437896.5435828377],[84598.83618672949,438796.6454480244],[84097.92049364455,440004.0991696163],[83704.34387764924,440805.40936667274],[84897.00028975624,441200.5760391937],[84598.83618672949,441903.09456811997],[85696.08008586793,442100.6779043804],[86399.74736901105,440102.89083774656],[86805.25054912744,439905.30750148604],[87401.57875518093,439202.78897255985],[87795.15537117624,439301.58064069005],[88188.73198717154,439586.97879306634],[88296.07106426118,439301.58064069005],[87699.74285820768,439005.20563629933],[87699.74285820768,438599.06211176387],[88093.31947420299,437622.1222824759],[88296.07106426118,437303.79357405624],[87902.49444826586,436195.1315205945],[88105.24603832405,435602.38151181303],[87997.90696123443,435097.44631914736],[86602.49895906924,434702.2796466264],[85004.33936684586,434998.6546510171]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0608"},"geometry":{"type":"Polygon","coordinates":[[[119197.79870195345,441496.9510435845],[119603.30188206983,440695.640846528],[119603.30188206983,440399.2658421373],[119996.87849806514,438895.43711615464],[118696.8830088685,439301.58064069005],[118195.96731578358,439400.37230882037],[116800.55931361839,439136.92786047305],[116502.39521059164,442594.63624503167],[117003.31090367658,442397.05290877115],[117504.22659676151,442001.88623625017],[117897.80321275683,441200.5760391937],[118195.96731578358,440904.20103480294],[119197.79870195345,441496.9510435845]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0610"},"geometry":{"type":"Polygon","coordinates":[[[114796.89654127863,428796.7332628405],[114796.89654127863,426897.7378643369],[114904.23561836826,426195.2193354106],[115297.81223436358,425997.63599915017],[115297.81223436358,425701.26099475945],[114295.98084819369,425602.4693266292],[113795.06515510875,425404.88599036867],[112995.98535899707,425295.117470224],[112196.90556288538,425503.6776584989],[111600.57735683188,425800.0526628897],[111195.0741767155,426096.4276672804],[110503.33345769344,426195.2193354106],[109704.25366158177,426195.2193354106],[110503.33345769344,428203.983254059],[110598.745970662,428203.983254059],[111505.16484386333,428697.9415947102],[111803.32894689008,428500.35825844976],[112304.244639975,428500.35825844976],[113198.73694905525,428796.7332628405],[114200.56833522514,428697.9415947102],[114796.89654127863,428796.7332628405]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0611"},"geometry":{"type":"Polygon","coordinates":[[[92601.56071196742,421299.5433369562],[92804.31230202562,420597.02480803],[92696.973224936,419696.9229428433],[92899.72481499417,419005.3812659316],[94199.7203041908,418500.44607326586],[94998.8001003025,417699.1358762094],[94700.63599727575,417402.7608718187],[94104.30779122225,417095.4090154135],[93996.96871413261,416897.825679153],[94497.88440721756,415701.34880957555],[95404.30328041887,415097.62194877956],[94903.38758733393,414395.1034198534],[96096.04399944092,413495.00155466667],[96096.04399944092,412902.2515458852],[95702.46738344562,412902.2515458852],[94497.88440721756,413198.62655027595],[94295.13281715936,413396.20988653647],[92899.72481499417,413999.9367473324],[91396.97773573936,414395.1034198534],[90800.64952968586,414504.8719399981],[89500.65404048924,414504.8719399981],[89202.4899374625,414702.4552762586],[87699.74285820768,415097.62194877956],[87103.41465215418,415404.9738051848],[85696.08008586793,416195.3071502268],[85696.08008586793,416305.0756703715],[86196.99577895286,417402.7608718187],[87198.82716512274,420103.06646737875],[87902.49444826586,421595.91834134696],[88594.23516728793,422298.43687027314],[88594.23516728793,422199.6452021429],[89596.0665534578,421903.27019775216],[91396.97773573936,422594.81187466386],[91504.316812829,422199.6452021429],[92005.23250591394,421299.5433369562],[92601.56071196742,421299.5433369562]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0612"},"geometry":{"type":"Polygon","coordinates":[[[85803.41916295755,428599.14992658],[87902.49444826586,428697.9415947102],[88594.23516728793,428401.5665903195],[89202.4899374625,427995.42306578404],[88498.82265431936,427303.88138887234],[87997.90696123443,427205.0897207421],[86697.9114720378,427402.6730570026],[85696.08008586793,426601.3628599461],[84801.58777678768,425898.8443310199],[83799.7563906178,426096.4276672804],[82595.17341438973,425800.0526628897],[82201.59679839443,425503.6776584989],[81199.76541222454,425295.117470224],[81104.35289925599,426403.77952368563],[80400.68561611285,426502.5711918159],[79995.18243599648,427303.88138887234],[79804.35741005935,427995.42306578404],[79804.35741005935,428401.5665903195],[80102.5215130861,428697.9415947102],[79697.01833296973,429301.6684555062],[79196.10263988479,429598.04345989693],[79005.27761394766,431200.6638540098],[82595.17341438973,431200.6638540098],[82797.92500444793,430596.9369932139],[83298.84069753285,429905.39531630214],[83799.7563906178,429400.46012363647],[85099.75187981443,428796.7332628405],[85803.41916295755,428599.14992658]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0613"},"geometry":{"type":"Polygon","coordinates":[[[92494.2216348778,430794.52032947436],[92494.2216348778,430004.1869844324],[93197.88891802092,429598.04345989693],[93102.47640505237,429104.0851192457],[93305.22799511056,428500.35825844976],[93102.47640505237,428401.5665903195],[93102.47640505237,427797.8397295236],[91599.72932579755,427402.6730570026],[90395.14634956949,427501.4647251328],[89202.4899374625,427995.42306578404],[88594.23516728793,428401.5665903195],[87902.49444826586,428697.9415947102],[85803.41916295755,428599.14992658],[85898.8316759261,429795.62679615745],[85898.8316759261,430794.52032947436],[86196.99577895286,431595.83052653086],[86495.1598819796,431903.182382936],[87198.82716512274,432001.97405106627],[87902.49444826586,431903.182382936],[88296.07106426118,432001.97405106627],[89405.24152752069,431595.83052653086],[89798.818143516,431299.4555221401],[91897.8934288243,430695.72866134415],[92494.2216348778,430794.52032947436]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0614"},"geometry":{"type":"Polygon","coordinates":[[[70203.47329259804,433297.24258877395],[69094.30282933853,433000.86758438323],[68497.97462328503,432704.4925799925],[68199.8105202583,432001.97405106627],[67698.89482717335,431595.83052653086],[67794.30734014191,431003.08051774936],[67496.14323711516,430695.72866134415],[66196.14774791853,430201.7703206929],[65504.40702889647,430102.97865256266],[65194.31636174866,429905.39531630214],[65098.90384878009,429499.2517917667],[64097.07246261022,429400.46012363647],[64001.65994964166,430102.97865256266],[62904.41605050322,431903.182382936],[61699.83307427516,433703.3861133094],[61604.42056130659,434504.69631036586],[61902.58466433334,435097.44631914736],[62594.325383355404,436195.1315205945],[62904.41605050322,436304.9000407393],[63202.58015352997,436897.6500495208],[63596.15676952528,437205.001905926],[62498.91287038684,438105.1037711126],[62200.74876736009,438105.1037711126],[59696.1703019354,437402.58524218644],[59302.59368594009,437402.58524218644],[64001.65994964166,439005.20563629933],[64705.32723278479,439202.78897255985],[65301.65543883829,439202.78897255985],[66005.32272198141,439005.20563629933],[66589.72436391385,438006.3121029824],[66601.65092803491,438599.06211176387],[66995.22754403022,439400.37230882037],[67400.73072414659,439400.37230882037],[69595.21852242347,438796.6454480244],[69404.39349648636,438302.68710737315],[70096.13421550841,437797.7519147075],[69797.97011248166,437095.23338578123],[69404.39349648636,436996.441717651],[68998.89031636997,436700.06671326025],[68903.47780340142,436096.33985246427],[69905.3091895713,434702.2796466264],[70203.47329259804,433900.96944956994],[70501.6373956248,433494.82592503447],[70203.47329259804,433297.24258877395]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0617"},"geometry":{"type":"Polygon","coordinates":[[[102500.6089324555,415800.1404777058],[102202.44482942876,414998.83028064936],[101904.28072640201,415196.4136169098],[100997.86185320068,414504.8719399981],[100401.53364714718,414395.1034198534],[99805.20544109368,413999.9367473324],[99196.95067091912,413999.9367473324],[98696.03497783418,413802.35341107193],[98302.45836183887,413495.00155466667],[97694.2035916643,413198.62655027595],[97205.21446270043,413198.62655027595],[96096.04399944092,412902.2515458852],[96096.04399944092,413495.00155466667],[94903.38758733393,414395.1034198534],[95404.30328041887,415097.62194877956],[94497.88440721756,415701.34880957555],[93996.96871413261,416897.825679153],[94104.30779122225,417095.4090154135],[94700.63599727575,417402.7608718187],[94998.8001003025,417699.1358762094],[94199.7203041908,418500.44607326586],[92899.72481499417,419005.3812659316],[92696.973224936,419696.9229428433],[92804.31230202562,420597.02480803],[92601.56071196742,421299.5433369562],[92899.72481499417,421299.5433369562],[93400.64050807912,421804.4785296219],[93901.55620116406,422100.8535340127],[93996.96871413261,422397.2285384034],[94903.38758733393,422397.2285384034],[95595.128306356,421694.7100094772],[96298.79558949912,421595.91834134696],[96895.12379555262,420904.3766644352],[98600.62246486562,420695.81647616025],[98696.03497783418,419696.9229428433],[101498.77754628562,419400.54793845257],[101498.77754628562,419104.17293406185],[101105.20093029032,418796.8210776566],[100103.36954412043,418302.86273700534],[100103.36954412043,417995.5108806002],[100795.1102631425,417205.1775355582],[101403.36503331707,416799.0340110227],[102500.6089324555,415800.1404777058]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0620"},"geometry":{"type":"Polygon","coordinates":[[[136598.65575459454,445701.0853651272],[137600.48714076442,445404.71036073647],[138101.40283384934,444899.77516807074],[138304.15442390752,443802.0899666236],[138602.31852693428,443000.7797695671],[139103.23422001922,442594.63624503167],[140295.89063212622,442397.05290877115],[140796.80632521116,442199.4695725107],[140295.89063212622,441299.367707324],[139604.14991310416,439795.5389813413],[138805.07011699246,438401.4787755034],[138602.31852693428,438401.4787755034],[138602.31852693428,438500.27044363366],[137505.07462779584,438796.6454480244],[137302.32303773766,438500.27044363366],[135394.07277836645,439795.5389813413],[134404.16795631766,440201.68250587676],[132197.7535939197,440772.47881062934],[132400.5051839779,441398.1593754542],[132794.0817999732,441804.30289998965],[132102.34108095116,443198.3631058276],[131100.50969478127,443297.15477395785],[131398.673797808,443703.2982984933],[132698.66928700465,444800.9834999405],[133104.17246712104,445196.1501724615],[133700.5006731745,445503.5020288667],[134702.3320593444,445997.4603695179],[135501.41185545607,446096.2520376482],[136205.07913859922,445898.6687013877],[136598.65575459454,445701.0853651272]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0622"},"geometry":{"type":"Polygon","coordinates":[[[78003.4462277778,435799.96484807355],[79697.01833296973,437501.3769103167],[81199.76541222454,439005.20563629933],[81295.1779251931,439301.58064069005],[81796.09361827804,439905.30750148604],[83704.34387764924,440805.40936667274],[84097.92049364455,440004.0991696163],[84598.83618672949,438796.6454480244],[84503.42367376093,437896.5435828377],[84694.24869969804,437501.3769103167],[84801.58777678768,436700.06671326025],[85004.33936684586,436096.33985246427],[85004.33936684586,434998.6546510171],[84097.92049364455,434998.6546510171],[83597.0048005596,434899.86298288684],[83000.6765945061,434603.4879784961],[82297.00931136298,434504.69631036586],[81497.9295152513,434504.69631036586],[79303.44171697443,434998.6546510171],[78003.4462277778,435799.96484807355]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0623"},"geometry":{"type":"Polygon","coordinates":[[[117098.72341664514,444296.0483072748],[117802.39069978826,443099.5714376974],[118100.55480281501,443000.7797695671],[118804.22208595814,442298.2612406409],[119197.79870195345,441496.9510435845],[118195.96731578358,440904.20103480294],[117897.80321275683,441200.5760391937],[117504.22659676151,442001.88623625017],[117003.31090367658,442397.05290877115],[116502.39521059164,442594.63624503167],[116204.23110756489,442901.9881014369],[115500.56382442176,442495.8445769014],[115595.97633739033,441299.367707324],[115202.399721395,441101.78437106346],[113902.40423219839,440695.640846528],[113294.14946202382,440596.8491783978],[110395.99438060382,439795.5389813413],[110300.58186763526,440300.4741740071],[109203.33796849682,439795.5389813413],[109000.58637843863,440596.8491783978],[108094.16750523732,441804.30289998965],[108595.08319832226,442397.05290877115],[108499.67068535369,442901.9881014369],[109203.33796849682,443494.7381102183],[108404.25817238513,444197.25663914456],[109895.07868751888,445503.5020288667],[110205.1693546667,445701.0853651272],[109704.25366158177,446096.2520376482],[109394.16299443394,446502.39556218364],[109799.66617455032,446798.7705665744],[110395.99438060382,446699.97889844415],[111004.24915077839,446195.04370577843],[111695.98986980044,446096.2520376482],[111302.41325380513,447501.2890955006],[112399.65715294358,447402.49742737034],[112995.98535899707,447501.2890955006],[113604.24012917164,447698.8724317611],[114594.14495122044,448401.3909606873],[114904.23561836826,447501.2890955006],[115798.7279274485,447402.49742737034],[116395.056133502,447797.6640998913],[117504.22659676151,447698.8724317611],[117897.80321275683,447896.4557680216],[118601.47049589995,446502.39556218364],[118303.3063928732,446403.6038940534],[115894.14044041708,445898.6687013877],[117098.72341664514,444296.0483072748]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0626"},"geometry":{"type":"Polygon","coordinates":[[[92005.23250591394,460497.8818806353],[90204.32132363236,458500.0948140014],[89703.40563054744,457797.5762850752],[89297.90245043105,457501.20128068444],[88796.98675734611,457896.3679532055],[87496.99126814949,458598.88648213167],[88296.07106426118,459696.5716835789],[88701.57424437755,460003.92353998404],[89297.90245043105,461002.817073301],[90395.14634956949,462298.0856110087],[90395.14634956949,461804.12727035745],[90800.64952968586,461804.12727035745],[91504.316812829,462803.02080367436],[91897.8934288243,462803.02080367436],[92005.23250591394,462396.87727913895],[92005.23250591394,461804.12727035745],[92100.6450188825,461002.817073301],[92005.23250591394,460497.8818806353]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0627"},"geometry":{"type":"Polygon","coordinates":[[[105100.59991084876,453099.48362288123],[105398.76401387551,452495.7567620853],[105804.26719399188,452100.5900895643],[105696.92811690226,451804.2150851736],[106496.00791301393,451804.2150851736],[106305.18288707682,450904.1132199869],[106996.92360609888,450805.3215518566],[108201.50658232694,450497.96969545144],[108296.91909529551,450399.1780273212],[107796.00340221057,450004.0113548002],[106496.00791301393,449103.9094896135],[105601.51560393369,448796.5576332082],[105804.26719399188,448500.1826288175],[106400.59540004538,448302.59929255705],[106603.34699010357,448105.0159562965],[106102.43129701863,447896.4557680216],[105601.51560393369,447402.49742737034],[105398.76401387551,447797.6640998913],[105601.51560393369,448105.0159562965],[105553.80934744941,448533.1131848609],[105303.35150090694,448697.765965078],[104301.52011473707,448105.0159562965],[103502.44031862538,447303.7057592401],[102703.36052251369,447600.0807636308],[100401.53364714718,449905.21968666994],[101796.94164931237,451398.07156063814],[101403.36503331707,451595.6548968986],[101594.19005925418,452803.1086184905],[101498.77754628562,453297.06695914175],[101498.77754628562,454603.3123488639],[102798.77303548226,454504.5206807336],[102798.77303548226,454295.96049245866],[103502.44031862538,454197.16882432846],[103597.85283159393,453198.2752910115],[105100.59991084876,453099.48362288123]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0629"},"geometry":{"type":"Polygon","coordinates":[[[90204.32132363236,463494.5624805861],[90096.98224654274,463198.1874761954],[90299.73383660094,462803.02080367436],[90395.14634956949,462298.0856110087],[89297.90245043105,461002.817073301],[88701.57424437755,460003.92353998404],[88296.07106426118,459696.5716835789],[87496.99126814949,458598.88648213167],[86805.25054912744,457896.3679532055],[85505.2550599308,456798.68275175826],[85302.50346987261,456897.4744198885],[84503.42367376093,457896.3679532055],[84396.0845966713,457896.3679532055],[83501.59228759105,457204.8262762937],[83096.08910747468,457204.8262762937],[82404.3483884526,456897.4744198885],[82094.25772130479,457303.617944424],[82702.51249147936,457698.78461694496],[82797.92500444793,457995.1596213357],[80794.26223210817,460497.8818806353],[82201.59679839443,462199.29394287843],[84097.92049364455,464702.016202178],[85803.41916295755,466996.1782732026],[86900.66306209599,465799.7014036252],[87496.99126814949,465294.7662109595],[87795.15537117624,464800.8078703083],[88105.24603832405,464998.3912065688],[88296.07106426118,464394.6643457728],[89202.4899374625,463900.7060051216],[89596.0665534578,463801.9143369913],[90204.32132363236,463494.5624805861]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0632"},"geometry":{"type":"Polygon","coordinates":[[[126401.44343107971,459400.1966791881],[127105.11071422284,458302.51147774095],[127105.11071422284,457896.3679532055],[126604.1950211379,457204.8262762937],[126795.02004707501,456897.4744198885],[127701.43892027634,456996.2660880188],[128095.01553627165,455898.58088657155],[128798.68281941477,455602.20588218083],[128703.27030644621,454504.5206807336],[128500.51871638802,453999.58548806794],[128405.10620341946,453198.2752910115],[128202.35461336127,453297.06695914175],[127295.93574015996,453000.69195475103],[126401.44343107971,453297.06695914175],[125495.0245578784,453198.2752910115],[125495.0245578784,453604.41881554696],[124099.6165557132,454702.1040169941],[123694.11337559683,454702.1040169941],[122596.86947645839,454098.3771561982],[122000.5412704049,453703.2104836772],[120903.29737126645,453494.6502954023],[119794.12690800695,453494.6502954023],[117695.05162269864,453604.41881554696],[116800.55931361839,453297.06695914175],[117098.72341664514,453999.58548806794],[117003.31090367658,454197.16882432846],[116502.39521059164,454197.16882432846],[116502.39521059164,454800.8956851244],[116299.64362053345,457599.99294881476],[116299.64362053345,457995.1596213357],[114343.68710467797,459466.057791275],[114200.56833522514,459498.9883473184],[114295.98084819369,459696.5716835789],[114904.23561836826,459795.3633517091],[115297.81223436358,460201.50687624456],[115405.1513114532,460596.67354876554],[115297.81223436358,460904.02540517075],[115703.31541447995,461496.77541395224],[116204.23110756489,461705.33560222725],[117098.72341664514,461902.9189384877],[117396.88751967189,461496.77541395224],[118601.47049589995,461101.60874143126],[119901.46598509658,461299.1920776918],[119901.46598509658,463198.1874761954],[121094.12239720358,463900.7060051216],[122298.70537343164,463900.7060051216],[122394.1178864002,463703.12266886106],[122501.45696348984,461902.9189384877],[123300.53675960151,462199.29394287843],[123896.86496565501,461397.983745822],[124600.53224879815,460003.92353998404],[125805.11522502621,460695.4652168958],[126401.44343107971,459400.1966791881]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0637"},"geometry":{"type":"Polygon","coordinates":[[[96298.79558949912,454998.47902138485],[96215.30964065163,454120.3308602271],[96501.54717955731,454197.16882432846],[97801.54266875393,453198.2752910115],[98099.70677178068,452901.9002866207],[97503.37856572718,452100.5900895643],[97205.21446270043,451496.86322876834],[96799.71128258406,451595.6548968986],[96394.20810246767,451496.86322876834],[95404.30328041887,450695.5530317119],[94998.8001003025,450201.59469106066],[94402.471894249,449696.65949839493],[92494.2216348778,449696.65949839493],[92100.6450188825,450596.76136358164],[91301.5652227708,450399.1780273212],[91098.81363271261,450497.96969545144],[90705.2370167173,451595.6548968986],[88999.7383474043,451903.0067533038],[88796.98675734611,451903.0067533038],[88319.92419250331,452572.5947261866],[88796.98675734611,452495.7567620853],[88701.57424437755,453099.48362288123],[91098.81363271261,454899.68735325465],[92494.2216348778,455196.06235764537],[92398.80912190925,455602.20588218083],[93698.80461110586,455898.58088657155],[93698.80461110586,456096.16422283207],[93996.96871413261,455898.58088657155],[94199.7203041908,456304.724411107],[94497.88440721756,456502.30774736754],[96298.79558949912,454998.47902138485]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0638"},"geometry":{"type":"Polygon","coordinates":[[[97694.2035916643,461496.77541395224],[97396.03948863756,461002.817073301],[97503.37856572718,460805.23373704054],[97002.46287264225,459597.7800154486],[96704.2987696155,459400.1966791881],[96704.2987696155,455404.6225459203],[96298.79558949912,454998.47902138485],[94497.88440721756,456502.30774736754],[94199.7203041908,456304.724411107],[93996.96871413261,455898.58088657155],[93698.80461110586,456096.16422283207],[93603.39209813731,456996.2660880188],[92899.72481499417,458203.7198096107],[92196.05753185105,459202.61334292765],[92398.80912190925,459400.1966791881],[93400.64050807912,460300.2985443748],[93901.55620116406,460596.67354876554],[95165.77199799748,461672.4050461838],[95296.96420332925,462100.50227474817],[95905.21897350381,462396.87727913895],[96203.38307653056,462001.71060661797],[96704.2987696155,461804.12727035745],[97300.626975669,461705.33560222725],[97694.2035916643,461496.77541395224]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0642"},"geometry":{"type":"Polygon","coordinates":[[[105601.51560393369,426502.5711918159],[105696.92811690226,426096.4276672804],[105100.59991084876,425898.8443310199],[103597.85283159393,424395.0156050373],[102894.18554845081,423999.8489325163],[102202.44482942876,423901.05726438604],[100604.28523720537,424504.78412518196],[99495.11477394587,424603.5757933122],[98397.87087480743,425196.3258020937],[98004.29425881212,425898.8443310199],[97896.9551817225,426403.77952368563],[97503.37856572718,427205.0897207421],[97801.54266875393,427600.25639326306],[98004.29425881212,428105.1915859288],[98803.37405492381,429005.2934511155],[100795.1102631425,428105.1915859288],[101701.52913634382,427501.4647251328],[102297.85734239731,427205.0897207421],[103001.52462554043,426700.15452807635],[103299.68872856718,426601.3628599461],[103705.19190868357,426700.15452807635],[105005.18739788019,427205.0897207421],[105303.35150090694,426700.15452807635],[105601.51560393369,426502.5711918159]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0643"},"geometry":{"type":"Polygon","coordinates":[[[110694.15848363057,435404.79817555257],[110097.83027757707,435097.44631914736],[109394.16299443394,434603.4879784961],[108797.83478838044,434394.9277902212],[108094.16750523732,434504.69631036586],[106496.00791301393,434098.5527858304],[106102.43129701863,433802.1777814397],[105601.51560393369,433703.3861133094],[104098.76852467888,433802.1777814397],[103502.44031862538,433900.96944956994],[102500.6089324555,433703.3861133094],[102202.44482942876,433703.3861133094],[101904.28072640201,433900.96944956994],[101200.61344325887,433900.96944956994],[100401.53364714718,434197.34445396066],[100103.36954412043,434394.9277902212],[99602.4538510355,434998.6546510171],[99196.95067091912,435295.0296554079],[99602.4538510355,435404.79817555257],[100401.53364714718,435404.79817555257],[100902.44934023212,435701.17317994335],[102405.19641948694,435799.96484807355],[103299.68872856718,435997.54818433407],[103800.60442165213,436304.9000407393],[104301.52011473707,436798.8583813905],[105005.18739788019,436700.06671326025],[105995.092219929,437303.79357405624],[106305.18288707682,437698.96024657716],[106794.17201604068,437995.33525096794],[107104.26268318851,438401.4787755034],[107497.83929918382,438105.1037711126],[108296.91909529551,438302.68710737315],[108905.17386547007,438105.1037711126],[110896.91007368875,438401.4787755034],[110801.49756072019,437797.7519147075],[110694.15848363057,436304.9000407393],[110694.15848363057,435404.79817555257]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0644"},"geometry":{"type":"Polygon","coordinates":[[[109704.25366158177,446096.2520376482],[110205.1693546667,445701.0853651272],[109895.07868751888,445503.5020288667],[108404.25817238513,444197.25663914456],[106901.51109313032,442495.8445769014],[106305.18288707682,441299.367707324],[106400.59540004538,440300.4741740071],[106400.59540004538,439696.7473132111],[105995.092219929,439400.37230882037],[107104.26268318851,438401.4787755034],[106794.17201604068,437995.33525096794],[106305.18288707682,437698.96024657716],[105995.092219929,437303.79357405624],[105005.18739788019,436700.06671326025],[104301.52011473707,436798.8583813905],[103800.60442165213,436304.9000407393],[103001.52462554043,437303.79357405624],[102095.10575233912,438302.68710737315],[102202.44482942876,438599.06211176387],[102500.6089324555,438895.43711615464],[103204.27621559863,439005.20563629933],[103395.10124153575,439499.1639769506],[103597.85283159393,440498.05751026754],[104098.76852467888,440904.20103480294],[103800.60442165213,441496.9510435845],[103001.52462554043,442495.8445769014],[103204.27621559863,442704.40476517635],[104301.52011473707,443000.7797695671],[104695.09673073237,443395.9464420881],[105601.51560393369,443604.50663036306],[105804.26719399188,443802.0899666236],[105995.092219929,444504.60849554976],[106400.59540004538,444998.566836201],[106996.92360609888,445503.5020288667],[107903.34247930019,445701.0853651272],[108296.91909529551,446195.04370577843],[108702.42227541188,445898.6687013877],[109095.99889140719,445799.87703325745],[109704.25366158177,446096.2520376482]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0653"},"geometry":{"type":"Polygon","coordinates":[[[171996.69806593016,548301.7211443959],[172497.6137590151,547204.0359429487],[172903.11693913152,546699.100750283],[172604.95283610473,546402.7257458923],[173594.85765815357,544602.5220155189],[172795.77786204184,544404.9386792583],[172903.11693913152,543702.4201503322],[172199.44965598837,542901.1099532758],[172104.03714301978,542494.9664287403],[172294.86216895696,541496.0728954233],[171698.53396290343,541298.4895591629],[170899.45416679175,540804.5312185116],[170601.29006376502,540398.3876939762],[170303.12596073822,540497.1793621064],[169396.70708753692,540595.9710302367],[168299.4631883985,540299.596025846],[168001.29908537172,539201.9108243987],[167595.79590525536,538795.7672998633],[167094.88021217042,538598.1839636028],[166200.38790309016,538400.6006273422],[165604.0596970367,538400.6006273422],[162598.56553852704,539794.6608331802],[161894.89825538395,540200.8043577156],[161203.1575363619,540398.3876939762],[160201.326150192,540595.9710302367],[159497.65886704886,540903.3228866418],[159199.49476402212,540804.5312185116],[159199.49476402212,540475.2256580775],[158603.1665579686,540398.3876939762],[158400.41496791044,541100.9062229024],[158400.41496791044,541496.0728954233],[158102.25086488365,542494.9664287403],[157601.3351717987,542901.1099532758],[158102.25086488365,543098.6932895363],[159199.49476402212,542802.3182851454],[160201.326150192,542703.5266170152],[160702.24184327695,542901.1099532758],[161000.40594630368,542396.1747606101],[161596.73415235715,542703.5266170152],[161894.89825538395,542703.5266170152],[162300.4014355003,542999.901621406],[162705.90461561666,543702.4201503322],[162204.98892253172,543998.7951547229],[161894.89825538395,544295.1701591136],[162097.6498454421,544800.1053517794],[161000.40594630368,546205.1424096317],[162300.4014355003,547599.2026154697],[163302.2328216702,548795.6794850471],[166904.0551862333,551199.6100762165],[167500.38339228678,550595.8832154205],[167798.54749531357,549794.5730183641],[168895.79139445198,547599.2026154697],[171996.69806593016,548301.7211443959]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0654"},"geometry":{"type":"MultiPolygon","coordinates":[[[[38204.50175576733,388204.3345133235],[37596.24698559276,388116.5196972077],[37476.98134438206,388270.1956254103],[38001.750165709134,388599.5011858445],[38204.50175576733,388204.3345133235]]],[[[52599.86464989877,388797.08452210494],[52599.86464989877,388599.5011858445],[52194.361469782394,387798.19098878803],[52802.616239956966,387095.67245986185],[53601.69603606865,386502.92245108035],[53398.94444601046,386096.7789265449],[53398.94444601046,385701.6122540239],[53398.94444601046,385097.8853932279],[53100.78034298371,384999.0937250977],[53196.19285595227,384395.36686430173],[53398.94444601046,384197.7835280412],[53398.94444601046,383802.61685552023],[52898.02875292552,383100.09832659404],[52695.27716286733,382397.57979766786],[52397.11305984058,381804.82978888636],[51502.62075076034,379499.6908658473],[51001.7050576754,379400.899197717],[50405.3768516219,379499.6908658473],[50298.03777453227,379697.27420210774],[49498.957978420585,379796.065870238],[48795.29069527746,379400.899197717],[48604.46566934034,379104.52419332624],[45897.13561385745,378599.5890006606],[45396.21992077251,378599.5890006606],[43798.06032854914,380202.20939477347],[42903.56801946889,380794.95940355497],[42903.56801946889,381398.6862643509],[42104.488223357206,381398.6862643509],[41400.82094021408,381903.6214570166],[40601.74114410239,381497.47793248115],[40100.82545101745,381497.47793248115],[39397.158167874324,382002.4131251469],[39098.994064847575,383297.6816628545],[38800.829961820826,383297.6816628545],[38598.07837176263,383703.82518739],[38204.50175576733,384197.7835280412],[37894.41108861951,384900.3020569674],[37500.8344726242,385405.2372496331],[38001.750165709134,385997.9872584146],[38204.50175576733,385701.6122540239],[37798.99857565095,385196.6770613582],[38001.750165709134,384999.0937250977],[38502.66585879408,385504.0289177634],[39003.58155187902,384999.0937250977],[39194.40657781613,385295.46872948844],[38598.07837176263,385997.9872584146],[39599.90975793252,386601.7141192106],[39504.49724496395,386799.29745547107],[38896.24247478938,386404.1307829501],[38395.32678170445,386404.1307829501],[38800.829961820826,387403.024316267],[39003.58155187902,387995.7743250485],[38598.07837176263,388204.3345133235],[38204.50175576733,388895.8761902352],[38097.1626786777,389499.6030510311],[37894.41108861951,389598.3947191614],[37798.99857565095,390597.28825247835],[38204.50175576733,391694.9734539255],[39397.158167874324,391694.9734539255],[41496.233453182635,391299.80678140454],[42605.40391644214,391201.0151132743],[43201.73212249564,391003.4317770138],[44298.97602163408,390103.3299118271],[45002.6433047772,389598.3947191614],[45503.55899786214,389400.8113829009],[46398.05130694239,389400.8113829009],[46994.37951299589,389598.3947191614],[47698.04679613902,389598.3947191614],[49594.37049138914,389302.01971477066],[49904.461158536964,388994.66785836546],[50298.03777453227,389104.43637851015],[51502.62075076034,388895.8761902352],[52599.86464989877,388797.08452210494]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0664"},"geometry":{"type":"Polygon","coordinates":[[[56702.60270754684,394098.90404509485],[56499.85111748865,394000.11237696465],[56201.6870144619,393396.38551616867],[56297.09952743046,391804.74197407026],[55700.77132137696,391497.39011766505],[54794.35244817565,390794.87158873887],[54496.1883451489,390300.9132480876],[53494.35695897902,390202.12157995737],[53398.94444601046,389499.6030510311],[53196.19285595227,389598.3947191614],[52695.27716286733,389499.6030510311],[52898.02875292552,389104.43637851015],[52599.86464989877,388797.08452210494],[51502.62075076034,388895.8761902352],[50298.03777453227,389104.43637851015],[49904.461158536964,388994.66785836546],[49594.37049138914,389302.01971477066],[47698.04679613902,389598.3947191614],[46994.37951299589,389598.3947191614],[46398.05130694239,389400.8113829009],[45503.55899786214,389400.8113829009],[45002.6433047772,389598.3947191614],[44298.97602163408,390103.3299118271],[43201.73212249564,391003.4317770138],[42605.40391644214,391201.0151132743],[41496.233453182635,391299.80678140454],[39397.158167874324,391694.9734539255],[38204.50175576733,391694.9734539255],[38598.07837176263,392199.90864659124],[40995.3177600977,392803.6355073872],[41198.069350155885,393297.5938480384],[40601.74114410239,393604.9457044436],[39898.073860959266,394098.90404509485],[39695.32227090107,394197.6957132251],[39802.6613479907,394702.63090589084],[40196.237963986016,395701.52443920774],[40398.9895540442,395899.10777546826],[41698.98504324083,396700.4179725247],[42402.652326383955,396404.042968134],[42605.40391644214,396096.6911117288],[43595.308738490945,396096.6911117288],[44394.388534602636,395899.10777546826],[45002.6433047772,395997.8994435985],[45205.394894835394,396305.2513000037],[46302.638793973834,396799.20964065497],[47304.47018014371,396601.62630439445],[47900.79838619721,396195.482779859],[48294.375002192515,395602.73277107754],[49105.38136242527,395503.9411029473],[49594.37049138914,395701.52443920774],[50703.54095464865,395899.10777546826],[51705.372340818525,395701.52443920774],[52695.27716286733,396195.482779859],[53100.78034298371,395997.8994435985],[53697.108549037206,395997.8994435985],[53899.8601390954,395602.73277107754],[53804.447626126836,395196.5892465421],[54198.02424212215,394505.0475696303],[54698.93993520708,393901.3207088344],[55796.183834345524,394505.0475696303],[56404.43860452009,394395.27904948563],[56702.60270754684,394098.90404509485]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0668"},"geometry":{"type":"Polygon","coordinates":[[[164900.39241389354,433999.76111770014],[164900.39241389354,433703.3861133094],[165496.72061994707,433703.3861133094],[165699.47221000522,433297.24258877395],[166605.89108320657,433396.0342569042],[168096.7115983403,433802.1777814397],[167500.38339228678,432397.14072358725],[167500.38339228678,432001.97405106627],[166904.0551862333,431804.3907148058],[166904.0551862333,431299.4555221401],[166498.55200611695,431299.4555221401],[166403.13949314837,430498.14532508363],[168096.7115983403,430596.9369932139],[168096.7115983403,430201.7703206929],[168597.62729142525,429905.39531630214],[168394.87570136704,429202.87678737595],[168597.62729142525,427896.63139765384],[169504.04616462655,427896.63139765384],[169599.45867759513,427699.0480613933],[170303.12596073822,427501.4647251328],[170303.12596073822,426996.52953246713],[169897.62278062187,426700.15452807635],[169504.04616462655,426601.3628599461],[168895.79139445198,426798.9461962066],[168096.7115983403,426601.3628599461],[167404.97087931825,426601.3628599461],[166701.3035961751,426502.5711918159],[166403.13949314837,426304.9878555554],[166104.97539012163,425602.4693266292],[165902.22380006342,425404.88599036867],[165198.55651692027,425295.117470224],[164804.979900925,425503.6776584989],[163898.56102772366,425701.26099475945],[163099.48123161198,426601.3628599461],[162598.56553852704,426897.7378643369],[162097.6498454421,426897.7378643369],[161704.07322944677,426700.15452807635],[161501.32163938863,426403.77952368563],[161203.1575363619,425404.88599036867],[160797.65435624548,424899.950797703],[160404.07774025016,424702.3674614425],[159294.90727699065,424603.5757933122],[158603.1665579686,424603.5757933122],[157899.4992748255,424702.3674614425],[157505.92265883018,424998.7424658332],[157100.41947871377,425503.6776584989],[156897.66788865562,425898.8443310199],[156897.66788865562,426304.9878555554],[156396.75219557068,426798.9461962066],[156003.17557957536,427699.0480613933],[156504.0912726603,428401.5665903195],[156897.66788865562,429301.6684555062],[157505.92265883018,430904.2888496191],[158197.66337785224,432100.7657191965],[158996.7431739639,432902.075916253],[159604.99794413848,433198.45092064375],[160296.73866316053,433396.0342569042],[162598.56553852704,433396.0342569042],[163302.2328216702,433494.82592503447],[164399.4767208086,433802.1777814397],[164900.39241389354,433999.76111770014]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0677"},"geometry":{"type":"MultiPolygon","coordinates":[[[[68903.47780340142,373703.9130022061],[67698.89482717335,373495.3528139311],[67400.73072414659,373901.4963384666],[67305.31821117803,374296.66301098757],[67496.14323711516,374604.01486739283],[67305.31821117803,374900.38987178355],[66697.06344100347,375097.9732080441],[66196.14774791853,375504.1167325795],[66899.81503106166,375800.49173697026],[67496.14323711516,375701.70006884],[67997.05893020009,375405.3250644492],[68402.56211031647,374801.5982036533],[68402.56211031647,374604.01486739283],[68796.1387263118,374197.87134285737],[68700.72621334322,373901.4963384666],[68903.47780340142,373703.9130022061]]],[[[68903.47780340142,373703.9130022061],[69797.97011248166,373802.70467033633],[70597.04990859336,374000.28800659685],[69499.80600945491,374099.0796747271],[70000.72170253986,374296.66301098757],[70394.29831853516,374197.87134285737],[71396.12970470503,374505.2231992626],[70000.72170253986,374505.2231992626],[69595.21852242347,374604.01486739283],[69094.30282933853,375295.55654430453],[68903.47780340142,375800.49173697026],[68998.89031636997,376195.65840949124],[69499.80600945491,376195.65840949124],[69797.97011248166,376404.2185977662],[70394.29831853516,376305.4269296359],[70394.29831853516,375504.1167325795],[70704.38898568298,375504.1167325795],[70895.21401162009,376404.2185977662],[71205.30467876792,376305.4269296359],[71300.71719173648,376799.38527028717],[71598.88129476323,376996.9686065477],[72195.20950081672,376996.9686065477],[72696.12519390165,376799.38527028717],[73101.62837401804,376404.2185977662],[72397.96109087492,375899.28340510046],[72397.96109087492,375701.70006884],[73197.0408869866,376195.65840949124],[73399.79247704479,375800.49173697026],[73399.79247704479,375405.3250644492],[73697.95658007154,375405.3250644492],[73996.12068309828,374999.1815399138],[73996.12068309828,374604.01486739283],[74699.78796624142,373802.70467033633],[69905.3091895713,367897.1582865505],[69404.39349648636,367501.9916140295],[66303.48682500816,365405.4128792654],[65397.06795180684,364702.8943503392],[64502.575642726595,364099.1674895432],[62797.07697341359,362902.6906199658],[62498.91287038684,362496.5470954303],[62200.74876736009,362397.75542730006],[60996.16579113203,362200.1720910396],[60698.00168810528,362705.10728370526],[60399.83758507853,362397.75542730006],[59898.92189199359,362200.1720910396],[59600.75778896684,362705.10728370526],[58503.513889828406,362298.9637591698],[57895.259119653834,362298.9637591698],[57704.434093716714,362595.3387635606],[57704.434093716714,363001.48228809604],[56905.35429760503,363100.2739562263],[56905.35429760503,364702.8943503392],[56798.0152205154,368896.05181986745],[56297.09952743046,368896.05181986745],[55295.26814126058,369302.19534440286],[54997.10403823383,369697.36201692384],[55104.44311532346,370498.67221398035],[55402.60721835021,371695.1490835578],[55700.77132137696,372496.4592806142],[55498.019731318775,373495.3528139311],[55498.019731318775,374505.2231992626],[55199.855628292025,375196.7648761743],[55498.019731318775,376096.866741361],[55605.358808408404,376799.38527028717],[55796.183834345524,377194.5519428082],[55903.52291143515,377897.0704717344],[56201.6870144619,378204.4223281396],[55998.93542440371,379302.10752958676],[56094.34793737227,379697.27420210774],[56595.26363045721,380597.37606729445],[57000.76681057359,380696.1677354247],[58002.59819674346,380498.5843991642],[58098.01070971203,380301.0010629037],[59696.1703019354,380004.62605851295],[59994.33440496215,379697.27420210774],[60197.08599502034,379203.3158614565],[60495.25009804709,379104.52419332624],[60698.00168810528,378204.4223281396],[61198.917381190215,377304.3204629529],[61497.081484216964,376601.8019340267],[61902.58466433334,376096.866741361],[63894.32087255203,375800.49173697026],[64395.236565636966,375800.49173697026],[65504.40702889647,374999.1815399138],[65695.23205483358,374999.1815399138],[66398.89933797672,374505.2231992626],[67698.89482717335,372705.01946888916],[67603.4823142048,373297.76947767066],[68903.47780340142,373495.3528139311],[68903.47780340142,373703.9130022061]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0678"},"geometry":{"type":"Polygon","coordinates":[[[59696.1703019354,393198.80217990815],[59898.92189199359,392397.49198285176],[59696.1703019354,391903.5336422005],[59004.42958291334,391596.18178579526],[59004.42958291334,387995.7743250485],[59099.842095881904,386404.1307829501],[58503.513889828406,386195.57059467514],[58098.01070971203,385602.82058589364],[57799.84660668528,385899.19559028436],[57298.930913600336,386601.7141192106],[56905.35429760503,386898.0891236013],[55903.52291143515,386195.57059467514],[55104.44311532346,386195.57059467514],[53995.272652063955,385405.2372496331],[53398.94444601046,385701.6122540239],[53398.94444601046,386096.7789265449],[53601.69603606865,386502.92245108035],[52802.616239956966,387095.67245986185],[52194.361469782394,387798.19098878803],[52599.86464989877,388599.5011858445],[52599.86464989877,388797.08452210494],[52898.02875292552,389104.43637851015],[52695.27716286733,389499.6030510311],[53196.19285595227,389598.3947191614],[53398.94444601046,389499.6030510311],[53494.35695897902,390202.12157995737],[54496.1883451489,390300.9132480876],[54794.35244817565,390794.87158873887],[55700.77132137696,391497.39011766505],[56297.09952743046,391804.74197407026],[56201.6870144619,393396.38551616867],[56499.85111748865,394000.11237696465],[56702.60270754684,394098.90404509485],[56905.35429760503,394197.6957132251],[58300.76229977021,393495.1771842989],[59099.842095881904,393396.38551616867],[59505.34527599828,393100.01051177795],[59696.1703019354,393198.80217990815]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0683"},"geometry":{"type":"Polygon","coordinates":[[[178198.51140888658,563197.3093280343],[176695.76432963175,561495.8972657911],[176004.0236106097,561803.2491221963],[175300.35632746655,562703.350987383],[174799.4406343816,563197.3093280343],[174596.68904432346,562999.7259917738],[173797.60924821172,563504.6611844394],[173105.86852918967,563197.3093280343],[172199.44965598837,563899.8278569605],[171603.12144993484,563702.2445207],[171304.9573469081,563296.1009961645],[171197.6182698185,562604.5593192527],[170696.70257673354,561803.2491221963],[170303.12596073822,561298.3139295306],[170696.70257673354,560200.6287280835],[171698.53396290343,559399.318531027],[171698.53396290343,559300.5268628967],[172497.6137590151,558400.42499771],[172795.77786204184,557895.4898050444],[173404.03263221646,557401.5314643931],[174298.52494129667,557895.4898050444],[175204.94381449802,558598.0083339706],[175598.52043049328,559102.9435266362],[175801.2720205515,558905.3601903757],[176504.93930369464,558795.591670231],[176600.35181666317,558905.3601903757],[177494.84412574343,558696.8000021008],[177602.18320283305,559102.9435266362],[178198.51140888658,558795.591670231],[179295.755308025,557895.4898050444],[178794.83961494005,557697.9064687839],[178902.17869202967,557302.7397962628],[177995.75981882837,557203.9481281326],[177494.84412574343,556896.5962717274],[177101.2675097481,556501.4295992064],[176898.51591968996,555897.7027384104],[176600.35181666317,555403.7443977592],[176397.60022660502,555304.952729629],[175395.76884043514,555700.1194021499],[175204.94381449802,555096.392541354],[175395.76884043514,554196.2906761672],[175395.76884043514,553394.9804791108],[175204.94381449802,551002.026739956],[175204.94381449802,550101.9248747693],[175300.35632746655,549596.9896821036],[174405.8640183863,549596.9896821036],[172199.44965598837,549904.3415385088],[171996.69806593016,548301.7211443959],[168895.79139445198,547599.2026154697],[167798.54749531357,549794.5730183641],[167500.38339228678,550595.8832154205],[166904.0551862333,551199.6100762165],[165496.72061994707,552198.5036095334],[162705.90461561666,553296.1888109806],[162097.6498454421,553801.1240036463],[162395.8139484689,554800.0175369632],[163397.6453346387,556501.4295992064],[163302.2328216702,556797.8046035971],[163004.06871864345,556995.3879398577],[162705.90461561666,557302.7397962628],[162801.31712858524,557599.1148006537],[162801.31712858524,558301.6333295798],[162300.4014355003,558598.0083339706],[162503.1530255585,559102.9435266362],[162801.31712858524,558905.3601903757],[163302.2328216702,559102.9435266362],[163194.89374458056,559399.318531027],[163397.6453346387,559596.9018672875],[163898.56102772366,559498.1101991573],[164900.39241389354,560003.0453918229],[164900.39241389354,560595.7954006044],[164602.2283108668,561199.5222614004],[164697.6408238354,561902.0407903265],[164900.39241389354,562198.4157947173],[165305.89559400995,562099.6241265871],[165902.22380006342,562703.350987383],[166200.38790309016,563504.6611844394],[166701.3035961751,563998.6195250907],[167297.63180222863,564097.4111932209],[168001.29908537172,564503.5547177563],[168597.62729142525,564602.3463858867],[169205.8820615998,564602.3463858867],[169897.62278062187,564898.7213902774],[170004.9618577115,565195.0963946681],[170899.45416679175,565403.6565829432],[171102.20575684996,564997.5130584077],[171603.12144993484,564997.5130584077],[171901.28555296164,564503.5547177563],[172604.95283610473,564799.9297221472],[172700.3653490733,564503.5547177563],[172998.52945210005,564404.7630496261],[173105.86852918967,564701.1380540169],[173499.445145185,565195.0963946681],[174405.8640183863,565601.2399192036],[174704.02812141308,564997.5130584077],[176004.0236106097,565897.6149235943],[176099.43612357823,565798.8232554641],[176302.18771363643,565502.4482510734],[175801.2720205515,565195.0963946681],[176099.43612357823,564503.5547177563],[177005.85499677958,563801.0361888302],[177196.6800227167,563801.0361888302],[178198.51140888658,563197.3093280343]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0687"},"geometry":{"type":"Polygon","coordinates":[[[36594.41559942288,395295.3809146723],[36999.918779539265,394197.6957132251],[37989.82360158807,392902.4271755174],[38502.66585879408,392902.4271755174],[38204.50175576733,393297.5938480384],[38800.829961820826,393396.38551616867],[39301.74565490577,393901.3207088344],[39599.90975793252,393703.7373725739],[39898.073860959266,394098.90404509485],[40601.74114410239,393604.9457044436],[41198.069350155885,393297.5938480384],[40995.3177600977,392803.6355073872],[38598.07837176263,392199.90864659124],[38204.50175576733,391694.9734539255],[37798.99857565095,390597.28825247835],[37894.41108861951,389598.3947191614],[38097.1626786777,389499.6030510311],[37202.67036959745,389203.2280466404],[35497.171700284445,388204.3345133235],[35103.59508428913,387995.7743250485],[34698.09190417276,387995.7743250485],[34197.17621108782,388204.3345133235],[32897.18072189119,389499.6030510311],[32300.852515837694,388895.8761902352],[32098.100925779505,389104.43637851015],[31501.772719726006,388895.8761902352],[31000.857026641068,389302.01971477066],[30798.10543658288,388895.8761902352],[29999.02564047119,389302.01971477066],[29498.109947386252,390498.4965843481],[29796.274050413,390696.0799206086],[29605.44902447588,391596.18178579526],[29199.945844359503,392397.49198285176],[29796.274050413,392595.0753191122],[29605.44902447588,393198.80217990815],[29796.274050413,393802.52904070413],[30702.69292361432,394098.90404509485],[30595.35384652469,394801.42257402104],[30297.18974349794,395196.5892465421],[31000.857026641068,395405.149434817],[31799.936822752756,395503.9411029473],[32205.440002869134,394395.27904948563],[33302.68390200757,394505.0475696303],[33398.09641497613,393901.3207088344],[33899.01210806107,393802.52904070413],[34900.84349423095,394000.11237696465],[34996.25600719951,393703.7373725739],[36594.41559942288,395295.3809146723]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0689"},"geometry":{"type":"Polygon","coordinates":[[[130194.09082157996,432704.4925799925],[129895.92671855321,432001.97405106627],[129800.51420558465,431200.6638540098],[130194.09082157996,430596.9369932139],[130194.09082157996,430102.97865256266],[129395.01102546827,430102.97865256266],[128703.27030644621,430004.1869844324],[127999.60302330309,430399.3536569534],[127904.19051033452,430300.5619888231],[128202.35461336127,429598.04345989693],[128202.35461336127,429301.6684555062],[128095.01553627165,429005.2934511155],[127021.62476537535,429290.6916034917],[127200.5232271914,429905.39531630214],[125495.0245578784,430596.9369932139],[125399.61204490984,430201.7703206929],[124099.6165557132,430662.79810530075],[124397.78065873995,428500.35825844976],[123694.11337559683,428105.1915859288],[123097.78516954333,427995.42306578404],[122095.95378337345,427896.63139765384],[121201.4614742932,427600.25639326306],[120104.21757515476,427303.88138887234],[119197.79870195345,427205.0897207421],[118899.6345989267,427303.88138887234],[117802.39069978826,427205.0897207421],[117802.39069978826,427402.6730570026],[117194.1359296137,430399.3536569534],[119305.13777904309,431903.182382936],[119996.87849806514,432298.34905545705],[121094.12239720358,432594.72405984777],[121094.12239720358,433099.6592525135],[121797.7896803467,433099.6592525135],[122203.29286046309,433396.0342569042],[123300.53675960151,434702.2796466264],[123395.94927257008,434899.86298288684],[122799.62106651659,436798.8583813905],[123598.70086262826,437402.58524218644],[123896.86496565501,437797.7519147075],[124195.02906868176,437896.5435828377],[124803.28383885634,438401.4787755034],[124898.6963518249,438203.89543924294],[125304.19953194127,436502.48337699973],[125900.52773799477,436195.1315205945],[125900.52773799477,435898.7565162038],[126496.85594404826,435602.38151181303],[126604.1950211379,434394.9277902212],[127999.60302330309,434899.86298288684],[128095.01553627165,433802.1777814397],[128297.76712632984,432902.075916253],[127999.60302330309,432100.7657191965],[128095.01553627165,431694.62219466106],[130194.09082157996,432704.4925799925]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0693"},"geometry":{"type":"Polygon","coordinates":[[[117194.1359296137,430399.3536569534],[114796.89654127863,428796.7332628405],[114200.56833522514,428697.9415947102],[113198.73694905525,428796.7332628405],[112304.244639975,428500.35825844976],[111803.32894689008,428500.35825844976],[111505.16484386333,428697.9415947102],[110598.745970662,428203.983254059],[110598.745970662,428401.5665903195],[110205.1693546667,428895.52493097074],[108595.08319832226,428302.77492218924],[108094.16750523732,428302.77492218924],[106996.92360609888,428796.7332628405],[106496.00791301393,429104.0851192457],[106400.59540004538,430399.3536569534],[106698.75950307213,431101.8721858796],[106996.92360609888,431200.6638540098],[107700.59088924201,432594.72405984777],[108094.16750523732,432495.9323917175],[108404.25817238513,432199.5573873268],[108797.83478838044,432397.14072358725],[110002.41776460852,432495.9323917175],[110503.33345769344,432704.4925799925],[110598.745970662,432803.2842481227],[111302.41325380513,432803.2842481227],[112304.244639975,433099.6592525135],[112900.5728460285,433900.96944956994],[113699.6526421402,434197.34445396066],[113997.81674516694,434394.9277902212],[115703.31541447995,435196.2379872776],[116001.4795175067,435295.0296554079],[116705.14680064983,436096.33985246427],[118005.14228984645,434504.69631036586],[119400.55029201164,434702.2796466264],[119698.71439503839,434296.1361220909],[120497.79419115008,434801.07131475664],[120402.38167818151,435295.0296554079],[120104.21757515476,436195.1315205945],[120903.29737126645,436195.1315205945],[121499.62557731995,436304.9000407393],[122203.29286046309,437205.001905926],[122501.45696348984,437303.79357405624],[122799.62106651659,436798.8583813905],[123395.94927257008,434899.86298288684],[123300.53675960151,434702.2796466264],[122203.29286046309,433396.0342569042],[121797.7896803467,433099.6592525135],[121094.12239720358,433099.6592525135],[121094.12239720358,432594.72405984777],[119996.87849806514,432298.34905545705],[119305.13777904309,431903.182382936],[117194.1359296137,430399.3536569534]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0694"},"geometry":{"type":"Polygon","coordinates":[[[124195.02906868176,437896.5435828377],[123896.86496565501,437797.7519147075],[123598.70086262826,437402.58524218644],[122799.62106651659,436798.8583813905],[122501.45696348984,437303.79357405624],[122203.29286046309,437205.001905926],[121499.62557731995,436304.9000407393],[120903.29737126645,436195.1315205945],[120104.21757515476,436195.1315205945],[120402.38167818151,435295.0296554079],[120497.79419115008,434801.07131475664],[119698.71439503839,434296.1361220909],[119400.55029201164,434702.2796466264],[118005.14228984645,434504.69631036586],[116705.14680064983,436096.33985246427],[116001.4795175067,435295.0296554079],[115703.31541447995,435196.2379872776],[113997.81674516694,434394.9277902212],[113699.6526421402,434197.34445396066],[112900.5728460285,433900.96944956994],[112304.244639975,433099.6592525135],[111302.41325380513,432803.2842481227],[110598.745970662,432803.2842481227],[110503.33345769344,432704.4925799925],[109394.16299443394,434603.4879784961],[110097.83027757707,435097.44631914736],[110694.15848363057,435404.79817555257],[112101.49304991683,436502.48337699973],[113103.3244360867,436700.06671326025],[114999.64813133683,437303.79357405624],[115798.7279274485,437896.5435828377],[116800.55931361839,439136.92786047305],[118195.96731578358,439400.37230882037],[118696.8830088685,439301.58064069005],[119996.87849806514,438895.43711615464],[121201.4614742932,439202.78897255985],[121595.03809028851,439202.78897255985],[122298.70537343164,439400.37230882037],[123002.37265657476,439905.30750148604],[123300.53675960151,440399.2658421373],[123694.11337559683,440004.0991696163],[124195.02906868176,437896.5435828377]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0703"},"geometry":{"type":"Polygon","coordinates":[[[73805.29565716116,389400.8113829009],[74699.78796624142,389499.6030510311],[77001.61484160792,384000.20019178075],[77705.28212475104,382397.57979766786],[77001.61484160792,381804.82978888636],[76798.86325154973,381398.6862643509],[77204.3664316661,379598.4825339775],[77097.02735457648,378303.21399626986],[77097.02735457648,377699.4871354739],[77502.53053469287,377699.4871354739],[77705.28212475104,376996.9686065477],[77896.10715068816,376898.1769384174],[77097.02735457648,376898.1769384174],[75403.45524938454,376799.38527028717],[75403.45524938454,377897.0704717344],[74604.37545327286,379104.52419332624],[73197.0408869866,379697.27420210774],[72803.46427099129,379598.4825339775],[72696.12519390165,380103.4177266432],[72302.54857790636,380399.792731034],[71897.04539778997,380399.792731034],[71205.30467876792,380004.62605851295],[70597.04990859336,379894.85753836826],[69404.39349648636,379104.52419332624],[68104.39800728972,379302.10752958676],[67794.30734014191,379598.4825339775],[66697.06344100347,379894.85753836826],[65599.81954186503,380103.4177266432],[64896.15225872191,380399.792731034],[63894.32087255203,380696.1677354247],[63596.15676952528,381102.3112599602],[62797.07697341359,381398.6862643509],[62105.336254391535,382101.2047932771],[61795.24558724371,382803.72332220327],[62105.336254391535,383100.09832659404],[60900.753278163465,383495.264999115],[60602.589175136716,383802.61685552023],[59696.1703019354,384296.57519617147],[59004.42958291334,384395.36686430173],[59004.42958291334,384801.5103888372],[58098.01070971203,385602.82058589364],[58503.513889828406,386195.57059467514],[59099.842095881904,386404.1307829501],[59004.42958291334,387995.7743250485],[59004.42958291334,391596.18178579526],[59696.1703019354,391903.5336422005],[59898.92189199359,392397.49198285176],[59696.1703019354,393198.80217990815],[60197.08599502034,392397.49198285176],[61294.32989415878,391596.18178579526],[61699.83307427516,391201.0151132743],[62403.500357418285,391201.0151132743],[62403.500357418285,390103.3299118271],[62701.664460445034,389499.6030510311],[62594.325383355404,388698.29285397474],[62701.664460445034,388204.3345133235],[63095.24107644034,387896.98265691823],[64097.07246261022,386404.1307829501],[64395.236565636966,386305.3391148198],[65003.49133581154,384900.3020569674],[65802.57113192322,384702.71872070694],[67197.97913408841,383703.82518739],[67400.73072414659,383802.61685552023],[67794.30734014191,383198.8899947243],[68998.89031636997,383198.8899947243],[69595.21852242347,383703.82518739],[70096.13421550841,383901.4085236505],[70597.04990859336,384296.57519617147],[71097.9656016783,384505.1353844465],[72600.7126809331,384197.7835280412],[72898.87678395986,384000.20019178075],[73900.70817012973,383703.82518739],[74103.45976018792,383901.4085236505],[73805.29565716116,385899.19559028436],[73996.12068309828,386601.7141192106],[73805.29565716116,389400.8113829009]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0707"},"geometry":{"type":"Polygon","coordinates":[[[131100.50969478127,443297.15477395785],[132102.34108095116,443198.3631058276],[132794.0817999732,441804.30289998965],[132400.5051839779,441398.1593754542],[132197.7535939197,440772.47881062934],[134404.16795631766,440201.68250587676],[135394.07277836645,439795.5389813413],[135203.24775242934,439103.9973044296],[134404.16795631766,437698.96024657716],[133795.9131861431,437995.33525096794],[132495.91769694648,436096.33985246427],[132603.2567740361,435799.96484807355],[132197.7535939197,435295.0296554079],[132400.5051839779,434504.69631036586],[132698.66928700465,433802.1777814397],[130194.09082157996,432704.4925799925],[128095.01553627165,431694.62219466106],[127999.60302330309,432100.7657191965],[128297.76712632984,432902.075916253],[128095.01553627165,433802.1777814397],[127999.60302330309,434899.86298288684],[126604.1950211379,434394.9277902212],[126496.85594404826,435602.38151181303],[125900.52773799477,435898.7565162038],[125900.52773799477,436195.1315205945],[125304.19953194127,436502.48337699973],[124898.6963518249,438203.89543924294],[124803.28383885634,438401.4787755034],[124195.02906868176,437896.5435828377],[123694.11337559683,440004.0991696163],[123300.53675960151,440399.2658421373],[123896.86496565501,441496.9510435845],[124302.3681457714,441804.30289998965],[124898.6963518249,441804.30289998965],[125697.77614793659,441398.1593754542],[126294.10435399009,441398.1593754542],[126997.7716371332,442001.88623625017],[127295.93574015996,442594.63624503167],[127904.19051033452,443198.3631058276],[128500.51871638802,443297.15477395785],[129096.84692244152,443000.7797695671],[129800.51420558465,442397.05290877115],[130396.84241163815,442298.2612406409],[130695.0065146649,442397.05290877115],[130897.75810472308,442704.40476517635],[131100.50969478127,443297.15477395785]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0710"},"geometry":{"type":"MultiPolygon","coordinates":[[[[140200.47811915766,556896.5962717274],[140105.06560618908,556995.3879398577],[142502.30499452417,559102.9435266362],[142895.8816105195,559399.318531027],[148704.11833748053,564503.5547177563],[148894.94336341764,564404.7630496261],[143802.30048372078,560003.0453918229],[143301.38479063584,559596.9018672875],[143301.38479063584,559300.5268628967],[142597.71750749272,559004.151858506],[140200.47811915766,556896.5962717274]]],[[[153701.34870420885,565502.4482510734],[153999.5128072356,564997.5130584077],[154595.84101328911,564997.5130584077],[154905.93168043694,564701.1380540169],[155299.5082964322,563603.4528525698],[155502.2598864904,563197.3093280343],[154595.84101328911,563197.3093280343],[154202.2643972938,563394.8926642947],[153701.34870420885,564294.9945294814],[153498.59711415065,564799.9297221472],[153498.59711415065,565304.8649148128],[153701.34870420885,565502.4482510734]]],[[[160702.24184327695,573296.0131813483],[161095.8184592722,573197.2215132181],[161095.8184592722,572900.8465088274],[161596.73415235715,572703.2631725669],[162395.8139484689,572703.2631725669],[162896.72964155377,572000.7446436407],[163397.6453346387,572395.9113161617],[163302.2328216702,573197.2215132181],[164602.2283108668,573504.5733696234],[165103.14400395175,573098.4298450879],[165103.14400395175,572802.0548406972],[165699.47221000522,572297.1196480314],[165604.0596970367,571803.1613073802],[165794.8847229738,571495.8094509749],[166104.97539012163,571397.0177828447],[165401.30810697848,570903.0594421935],[165103.14400395175,570595.7075857883],[165103.14400395175,570101.749245137],[164804.979900925,570101.749245137],[164399.4767208086,569695.6057206016],[164304.06420784007,569102.8557118201],[164399.4767208086,568597.9205191544],[164602.2283108668,568301.5455147637],[165198.55651692027,568400.3371828939],[165496.72061994707,568202.7538466335],[166295.80041605874,568301.5455147637],[166498.55200611695,568103.9621785032],[166498.55200611695,566995.3001250415],[166999.4676992019,566402.5501162601],[167500.38339228678,566600.1334525205],[168502.21477845666,566402.5501162601],[168704.96636851487,565996.4065917246],[168800.37888148346,565502.4482510734],[168502.21477845666,565502.4482510734],[168704.96636851487,564799.9297221472],[169098.5429845102,564898.7213902774],[169205.8820615998,564602.3463858867],[168597.62729142525,564602.3463858867],[168001.29908537172,564503.5547177563],[167297.63180222863,564097.4111932209],[166701.3035961751,563998.6195250907],[166200.38790309016,563504.6611844394],[165699.47221000522,563603.4528525698],[166200.38790309016,564997.5130584077],[166104.97539012163,565195.0963946681],[164602.2283108668,565195.0963946681],[164005.90010481328,565304.8649148128],[162801.31712858524,566095.1982598548],[162598.56553852704,565897.6149235943],[162503.1530255585,565403.6565829432],[162002.23733247357,564997.5130584077],[162395.8139484689,564503.5547177563],[162801.31712858524,563197.3093280343],[162705.90461561666,562999.7259917738],[163194.89374458056,562802.1426555132],[163397.6453346387,563197.3093280343],[163695.8094376655,563394.8926642947],[164304.06420784007,563197.3093280343],[164304.06420784007,562900.9343236436],[164900.39241389354,562198.4157947173],[164697.6408238354,561902.0407903265],[164602.2283108668,561199.5222614004],[164900.39241389354,560595.7954006044],[164900.39241389354,560003.0453918229],[163898.56102772366,559498.1101991573],[163397.6453346387,559596.9018672875],[163194.89374458056,559399.318531027],[163302.2328216702,559102.9435266362],[162801.31712858524,558905.3601903757],[162503.1530255585,559102.9435266362],[162300.4014355003,558598.0083339706],[162801.31712858524,558301.6333295798],[162801.31712858524,557599.1148006537],[162705.90461561666,557302.7397962628],[163004.06871864345,556995.3879398577],[162204.98892253172,556699.0129354668],[161095.8184592722,555897.7027384104],[160201.326150192,555996.4944065406],[159104.08225105354,556205.0545948157],[158603.1665579686,556095.286074671],[158305.00245494186,555700.1194021499],[157804.08676185692,555700.1194021499],[156694.9162985974,557697.9064687839],[156301.3396826021,558301.6333295798],[156396.75219557068,559399.318531027],[155705.01147654862,559596.9018672875],[155597.672399459,560200.6287280835],[156098.58809254394,560497.0037324742],[156205.92716963356,562099.6241265871],[156098.58809254394,562099.6241265871],[155895.83650248573,561199.5222614004],[155895.83650248573,560694.5870687347],[155394.9208094008,560694.5870687347],[155096.75670637406,561495.8972657911],[154798.59260334726,562000.8324584567],[154500.42850032053,562297.2074628476],[154297.67691026238,563098.517659904],[156003.17557957536,563098.517659904],[155502.2598864904,563801.0361888302],[155204.09578346368,564701.1380540169],[155299.5082964322,564997.5130584077],[155096.75670637406,565601.2399192036],[154703.18009037874,566402.5501162601],[154500.42850032053,567203.8603133165],[153999.5128072356,566995.3001250415],[152604.10480507044,565601.2399192036],[151995.85003489588,565195.0963946681],[151697.68593186908,565096.3047265379],[151494.93434181093,565304.8649148128],[152401.35321501223,565601.2399192036],[154405.015987352,567599.0269858375],[154595.84101328911,567895.4019902282],[154703.18009037874,568597.9205191544],[154405.015987352,569004.0640436899],[155800.42398951715,569904.1659088766],[156205.92716963356,570496.915917658],[156504.0912726603,572297.1196480314],[156599.50378562888,573899.7400421443],[157505.92265883018,574097.3233784048],[158197.66337785224,573998.5317102745],[158805.9181480268,573702.1567058838],[159294.90727699065,573702.1567058838],[159497.65886704886,573394.8048494786],[160105.91363722342,573394.8048494786],[159998.5745601338,573098.4298450879],[160404.07774025016,572999.6381769576],[160702.24184327695,573296.0131813483]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0715"},"geometry":{"type":"Polygon","coordinates":[[[55498.019731318775,376096.866741361],[55199.855628292025,375196.7648761743],[55498.019731318775,374505.2231992626],[55498.019731318775,373495.3528139311],[55700.77132137696,372496.4592806142],[55402.60721835021,371695.1490835578],[55104.44311532346,370498.67221398035],[54997.10403823383,369697.36201692384],[55295.26814126058,369302.19534440286],[56297.09952743046,368896.05181986745],[56798.0152205154,368896.05181986745],[56905.35429760503,364702.8943503392],[56905.35429760503,363100.2739562263],[57704.434093716714,363001.48228809604],[57704.434093716714,362595.3387635606],[57895.259119653834,362298.9637591698],[58503.513889828406,362298.9637591698],[58098.01070971203,362002.5887547791],[57203.51840063178,361497.65356211335],[56595.26363045721,360498.76002879645],[55605.358808408404,360399.9683606662],[55498.019731318775,360004.8016881452],[55199.855628292025,359499.8664954795],[54400.775832180334,359499.8664954795],[54102.611729153585,359203.49149108876],[53601.69603606865,359104.6998229585],[53196.19285595227,360004.8016881452],[52898.02875292552,359697.44983174],[52504.45213693022,359697.44983174],[52194.361469782394,359401.0748273492],[52397.11305984058,358599.7646302928],[51097.11757064396,358094.8294376271],[50596.20187755902,358094.8294376271],[50095.286184474084,357897.2461013666],[49999.87367150552,358204.5979577718],[49498.957978420585,358698.55629842303],[50405.3768516219,359302.283159219],[50596.20187755902,359895.03316800046],[50298.03777453227,360399.9683606662],[49403.54546545202,359895.03316800046],[48294.375002192515,359104.6998229585],[47805.385873228646,359302.283159219],[46505.39038403202,359203.49149108876],[46004.474690947085,358896.13963468355],[45503.55899786214,358896.13963468355],[44799.891714719015,359302.283159219],[44394.388534602636,359104.6998229585],[44000.81191860733,359104.6998229585],[43404.48371255383,359697.44983174],[43404.48371255383,363001.48228809604],[43702.64781558058,363605.20914889197],[43905.39940563877,364197.95915767347],[43201.73212249564,364505.3110140787],[42402.652326383955,365098.0610228602],[42104.488223357206,364604.10268220893],[41603.57253027227,364900.47768659965],[41198.069350155885,365701.7878836561],[40804.49273416058,365701.7878836561],[38896.24247478938,366195.74622430734],[38598.07837176263,365998.1628880468],[38097.1626786777,366096.9545561771],[36904.5062665707,366601.8897488428],[37202.67036959745,367304.408277769],[37202.67036959745,367600.7832821597],[37798.99857565095,367995.94995468075],[37596.24698559276,369499.7786806634],[37894.41108861951,369894.94535318436],[37596.24698559276,370301.0888777198],[38287.98770461482,371003.607406646],[37596.24698559276,371299.9824110368],[36499.00308645432,371596.3574154275],[34996.25600719951,371497.56574729725],[34900.84349423095,372101.29260809324],[34602.6793912042,372002.500939963],[34495.34031411457,373001.39447327994],[34197.17621108782,372803.8111370194],[33600.84800503432,374000.28800659685],[33899.01210806107,374099.0796747271],[33803.59959509251,374900.38987178355],[34304.51528817745,374702.80653552304],[34698.09190417276,374999.1815399138],[36296.25149639613,375196.7648761743],[36594.41559942288,375405.3250644492],[36999.918779539265,375097.9732080441],[36999.918779539265,376404.2185977662],[37500.8344726242,375899.28340510046],[37596.24698559276,375998.0750732307],[38598.07837176263,375196.7648761743],[38896.24247478938,374801.5982036533],[39397.158167874324,374604.01486739283],[41496.233453182635,374395.4546791178],[41305.40842724552,374000.28800659685],[41305.40842724552,373605.12133407587],[42199.90073632577,373100.18614141014],[42402.652326383955,373198.9778095404],[42295.313249294326,374505.2231992626],[42402.652326383955,374702.80653552304],[43702.64781558058,374604.01486739283],[44298.97602163408,374000.28800659685],[45098.055817745764,373901.4963384666],[44895.30422768758,373297.76947767066],[45300.80740780395,373100.18614141014],[45396.21992077251,373802.70467033633],[45897.13561385745,373605.12133407587],[46398.05130694239,373703.9130022061],[46898.96700002733,373100.18614141014],[48401.714079282145,372902.6028051497],[49105.38136242527,373001.39447327994],[49498.957978420585,373605.12133407587],[49701.70956847877,374099.0796747271],[50298.03777453227,374197.87134285737],[50798.95346761721,374395.4546791178],[51097.11757064396,374801.5982036533],[51800.78485378709,375295.55654430453],[52599.86464989877,375701.70006884],[53995.272652063955,375899.28340510046],[54698.93993520708,376305.4269296359],[55199.855628292025,376404.2185977662],[55498.019731318775,376096.866741361]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0716"},"geometry":{"type":"Polygon","coordinates":[[[72302.54857790636,405899.01996065216],[72481.4470397224,406096.6032969126],[72803.46427099129,406305.1634851876],[73805.29565716116,406096.6032969126],[73996.12068309828,405800.2282925219],[74902.5395562996,405602.6449562614],[75403.45524938454,405602.6449562614],[73805.29565716116,404998.91809546546],[73101.62837401804,404504.9597548142],[72600.7126809331,403901.2328940183],[72195.20950081672,403001.1310288316],[72099.79698784815,402594.9875042961],[72099.79698784815,401596.09397097916],[72302.54857790636,400904.55229406746],[72600.7126809331,400300.8254332715],[74699.78796624142,397699.3115058417],[75105.29114635779,396898.00130878517],[75200.70365932636,396305.2513000037],[75105.29114635779,395602.73277107754],[74401.62386321466,393396.38551616867],[73996.12068309828,392298.7003147215],[73900.70817012973,391299.80678140454],[74699.78796624142,389499.6030510311],[73805.29565716116,389400.8113829009],[73495.20499001336,389894.76972355216],[70799.80149865153,391102.223445144],[70597.04990859336,391804.74197407026],[71002.55308870973,392496.28365098196],[70394.29831853516,392902.4271755174],[70096.13421550841,393396.38551616867],[69201.64190642817,393495.1771842989],[68605.31370037467,393198.80217990815],[68199.8105202583,393604.9457044436],[67496.14323711516,393495.1771842989],[66899.81503106166,393495.1771842989],[65194.31636174866,393703.7373725739],[65003.49133581154,393901.3207088344],[64097.07246261022,393802.52904070413],[63202.58015352997,394801.42257402104],[62904.41605050322,395503.9411029473],[62999.82856347178,395899.10777546826],[62403.500357418285,396195.482779859],[62200.74876736009,396799.20964065497],[61198.917381190215,396996.7929769154],[60698.00168810528,397304.14483332064],[60900.753278163465,397995.6865102324],[60495.25009804709,398500.62170289806],[59696.1703019354,398796.99670728884],[59302.59368594009,399301.93189995456],[58205.34978680166,399499.515236215],[57704.434093716714,400004.45042888075],[57799.84660668528,400695.9921057925],[58205.34978680166,401299.71896658844],[58503.513889828406,401497.3023028489],[58801.677992855155,401398.5106347187],[59398.00619890865,401694.8856391094],[59696.1703019354,401596.09397097916],[60304.42507210997,401903.44582738436],[60495.25009804709,401804.65415925416],[61497.081484216964,402397.4041680356],[62105.336254391535,402594.9875042961],[62594.325383355404,403099.9226969618],[63297.99266649853,403396.29770135257],[64204.411539699846,403495.0893694828],[66005.32272198141,403099.9226969618],[66100.73523494997,402803.54769257107],[66804.40251809309,402199.82083177514],[68402.56211031647,402298.6124999054],[68998.89031636997,402397.4041680356],[69404.39349648636,402298.6124999054],[70096.13421550841,402496.19583616586],[70895.21401162009,402594.9875042961],[70895.21401162009,403099.9226969618],[71205.30467876792,403703.6495577578],[71002.55308870973,403901.2328940183],[70394.29831853516,403495.0893694828],[69595.21852242347,403396.29770135257],[68796.1387263118,403495.0893694828],[67698.89482717335,403396.29770135257],[67102.56662111985,404603.7514229445],[66494.31185094529,405295.2930998562],[66100.73523494997,405295.2930998562],[65897.98364489179,405503.8532881312],[65802.57113192322,406403.9551533179],[65897.98364489179,406799.1218258388],[66899.81503106166,407699.2236910255],[67305.31821117803,407995.5986954163],[68497.97462328503,407798.0153591558],[69297.05441939672,407501.64035476506],[70000.72170253986,407095.4968302296],[70704.38898568298,406799.1218258388],[72302.54857790636,405899.01996065216]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0717"},"geometry":{"type":"MultiPolygon","coordinates":[[[[37596.24698559276,396195.482779859],[37405.421959655636,396195.482779859],[37298.082882566014,395602.73277107754],[37095.33129250782,395602.73277107754],[36999.918779539265,396305.2513000037],[36701.754676512515,397095.5846450457],[36797.16718948107,397402.9365014509],[37202.67036959745,397205.35316519043],[37596.24698559276,396700.4179725247],[37596.24698559276,396195.482779859]]],[[[33505.435492065764,401398.5106347187],[33600.84800503432,401200.9272984582],[33195.34482491794,401102.1356303279],[33099.93231194938,400904.55229406746],[33099.93231194938,399894.681908736],[33195.34482491794,399499.515236215],[33803.59959509251,398895.7883754191],[33899.01210806107,398500.62170289806],[34602.6793912042,398105.45503037714],[35604.510777374075,397205.35316519043],[35902.674880400824,397095.5846450457],[36105.42647045902,396799.20964065497],[36594.41559942288,395295.3809146723],[34996.25600719951,393703.7373725739],[34900.84349423095,394000.11237696465],[33899.01210806107,393802.52904070413],[33398.09641497613,393901.3207088344],[33302.68390200757,394505.0475696303],[32205.440002869134,394395.27904948563],[31799.936822752756,395503.9411029473],[31000.857026641068,395405.149434817],[30297.18974349794,395196.5892465421],[30595.35384652469,394801.42257402104],[30702.69292361432,394098.90404509485],[29796.274050413,393802.52904070413],[29605.44902447588,393198.80217990815],[29796.274050413,392595.0753191122],[29199.945844359503,392397.49198285176],[29605.44902447588,391596.18178579526],[29796.274050413,390696.0799206086],[29498.109947386252,390498.4965843481],[29999.02564047119,389302.01971477066],[29700.86153744444,389302.01971477066],[29605.44902447588,388994.66785836546],[29199.945844359503,388797.08452210494],[28496.278561216375,389302.01971477066],[28400.866048247815,388401.91784958396],[27697.198765104687,388094.56599317875],[27494.447175046498,388500.7095177142],[27100.87055905119,388094.56599317875],[25705.462556886006,387600.6076525275],[25204.546863801064,388500.7095177142],[24894.45619665325,388895.8761902352],[24799.043683684686,389302.01971477066],[24202.715477631187,390399.70491621783],[23701.799784546252,391201.0151132743],[22795.38091134493,391694.9734539255],[21399.97290917975,392803.6355073872],[20505.4806000995,393604.9457044436],[20302.729010041312,394098.90404509485],[19503.649213929624,394900.2142421513],[19396.310136839995,395295.3809146723],[19599.061726898184,395899.10777546826],[19694.474239866744,396502.83463626425],[20099.977419983123,396898.00130878517],[20803.64470312625,397205.35316519043],[20994.46972906337,397402.9365014509],[21698.1370122065,397699.3115058417],[21996.301115233247,397995.6865102324],[22699.968398376375,398401.83003476786],[23296.296604429874,398895.7883754191],[23904.551374604438,399301.93189995456],[25204.546863801064,399894.681908736],[26003.626659912756,400399.61710140173],[26695.36737893481,400695.9921057925],[27005.458046082633,401102.1356303279],[28496.278561216375,401804.65415925416],[29903.61312750263,402199.82083177514],[30499.94133355613,402199.82083177514],[32205.440002869134,401903.44582738436],[32801.76820892263,401497.3023028489],[33505.435492065764,401398.5106347187]]],[[[36904.5062665707,402803.54769257107],[36797.16718948107,402803.54769257107],[37095.33129250782,404702.5430910747],[36594.41559942288,405097.7097635957],[36999.918779539265,405295.2930998562],[37298.082882566014,405800.2282925219],[38097.1626786777,406799.1218258388],[38395.32678170445,406799.1218258388],[39194.40657781613,407304.05701850454],[39098.994064847575,406897.91349396907],[39397.158167874324,406700.3301577086],[39003.58155187902,406403.9551533179],[39003.58155187902,406096.6032969126],[39898.073860959266,405602.6449562614],[39695.32227090107,405295.2930998562],[38896.24247478938,405899.01996065216],[38502.66585879408,405800.2282925219],[38395.32678170445,405405.0616200009],[38001.750165709134,405800.2282925219],[37596.24698559276,405097.7097635957],[37202.67036959745,404702.5430910747],[36904.5062665707,402803.54769257107]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0718"},"geometry":{"type":"MultiPolygon","coordinates":[[[[38001.750165709134,385997.9872584146],[37500.8344726242,385405.2372496331],[37894.41108861951,384900.3020569674],[38204.50175576733,384197.7835280412],[36701.754676512515,385602.82058589364],[36296.25149639613,385800.4039221541],[36797.16718948107,386700.5057873408],[37095.33129250782,386700.5057873408],[38001.750165709134,385997.9872584146]]],[[[38395.32678170445,386404.1307829501],[38097.1626786777,386195.57059467514],[37202.67036959745,386898.0891236013],[38395.32678170445,387600.6076525275],[38800.829961820826,387403.024316267],[38395.32678170445,386404.1307829501]]],[[[38204.50175576733,388204.3345133235],[38001.750165709134,387798.19098878803],[36797.16718948107,387095.67245986185],[36594.41559942288,387304.2326481368],[36105.42647045902,387304.2326481368],[34996.25600719951,386898.0891236013],[34805.43098126238,386096.7789265449],[33899.01210806107,385997.9872584146],[33600.84800503432,385295.46872948844],[33004.51979898082,385097.8853932279],[32599.016618864443,385196.6770613582],[31394.433642636377,384999.0937250977],[30905.444513672508,385295.46872948844],[30798.10543658288,386305.3391148198],[30595.35384652469,386305.3391148198],[30595.35384652469,385295.46872948844],[30798.10543658288,384999.0937250977],[30094.43815343975,385097.8853932279],[29402.697434417692,385097.8853932279],[28997.194254301314,384900.3020569674],[28603.61763830601,385097.8853932279],[28496.278561216375,385405.2372496331],[27804.537842194317,386096.7789265449],[27399.03466207794,386096.7789265449],[26397.20327590806,386996.8807917315],[26003.626659912756,387095.67245986185],[25705.462556886006,387600.6076525275],[27100.87055905119,388094.56599317875],[27494.447175046498,388500.7095177142],[27697.198765104687,388094.56599317875],[28400.866048247815,388401.91784958396],[28496.278561216375,389302.01971477066],[29199.945844359503,388797.08452210494],[29605.44902447588,388994.66785836546],[29700.86153744444,389302.01971477066],[29999.02564047119,389302.01971477066],[30798.10543658288,388895.8761902352],[31000.857026641068,389302.01971477066],[31501.772719726006,388895.8761902352],[32098.100925779505,389104.43637851015],[32300.852515837694,388895.8761902352],[32897.18072189119,389499.6030510311],[34197.17621108782,388204.3345133235],[34698.09190417276,387995.7743250485],[35103.59508428913,387995.7743250485],[35497.171700284445,388204.3345133235],[37202.67036959745,389203.2280466404],[38097.1626786777,389499.6030510311],[38204.50175576733,388895.8761902352],[38001.750165709134,388599.5011858445],[37476.98134438206,388270.1956254103],[37596.24698559276,388116.5196972077],[38204.50175576733,388204.3345133235]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0733"},"geometry":{"type":"Polygon","coordinates":[[[136205.07913859922,433396.0342569042],[136694.06826756307,432803.2842481227],[136503.24324162595,432199.5573873268],[136503.24324162595,431694.62219466106],[136694.06826756307,431398.24719027034],[137803.23873082257,431595.83052653086],[138697.73103990284,430300.5619888231],[138602.31852693428,428796.7332628405],[138900.48262996104,428796.7332628405],[138805.07011699246,426996.52953246713],[139198.64673298778,426195.2193354106],[139294.05924595633,425295.117470224],[137994.06375675972,425097.53413396346],[137099.57144767948,425196.3258020937],[135000.49616237116,426304.9878555554],[134499.58046928621,426502.5711918159],[133903.25226323272,426502.5711918159],[133402.33657014777,426403.77952368563],[131804.17697792442,425602.4693266292],[131100.50969478127,425503.6776584989],[130098.6783086114,425602.4693266292],[130504.18148872777,428105.1915859288],[128894.09533238334,428302.77492218924],[128202.35461336127,428500.35825844976],[128297.76712632984,428796.7332628405],[128202.35461336127,429301.6684555062],[128202.35461336127,429598.04345989693],[127904.19051033452,430300.5619888231],[127999.60302330309,430399.3536569534],[128703.27030644621,430004.1869844324],[129395.01102546827,430102.97865256266],[130194.09082157996,430102.97865256266],[131398.673797808,430102.97865256266],[131995.00200386153,430004.1869844324],[132495.91769694648,430102.97865256266],[132698.66928700465,430300.5619888231],[131899.58949089295,430904.2888496191],[131995.00200386153,431398.24719027034],[132197.7535939197,431694.62219466106],[132603.2567740361,431804.3907148058],[133402.33657014777,431804.3907148058],[133903.25226323272,432001.97405106627],[134296.82887922804,432495.9323917175],[134404.16795631766,433198.45092064375],[134594.99298225477,433396.0342569042],[136205.07913859922,433396.0342569042]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0736"},"geometry":{"type":"Polygon","coordinates":[[[127200.5232271914,471101.5209266151],[127403.27481724959,470596.58573394944],[126699.60753410646,470300.2107295587],[126401.44343107971,469301.31719624175],[126198.69184102151,468104.8403266643],[125805.11522502621,467896.2801383893],[125196.86045485165,467896.2801383893],[125101.44794188309,467599.9051339986],[124994.10886479345,466502.2199325514],[124803.28383885634,466502.2199325514],[124004.20404274465,465503.3263992345],[124099.6165557132,465404.5347311043],[123598.70086262826,464394.6643457728],[122298.70537343164,463900.7060051216],[121094.12239720358,463900.7060051216],[118601.47049589995,465799.7014036252],[117897.80321275683,465898.49307175545],[117396.88751967189,466304.6365962909],[117301.47500670333,466601.0116006817],[116395.056133502,467402.3217977381],[116395.056133502,467698.69680212886],[115798.7279274485,468302.4236629248],[114999.64813133683,468302.4236629248],[114999.64813133683,470102.6273932982],[114701.48402831008,470399.0023976889],[114498.73243825189,471101.5209266151],[115500.56382442176,471101.5209266151],[116800.55931361839,471496.68759913614],[117504.22659676151,472001.6227918018],[117802.39069978826,472100.4144599321],[118398.71890584176,472802.9329888583],[118601.47049589995,472802.9329888583],[118804.22208595814,473395.68299763976],[119603.30188206983,473801.8265221752],[119698.71439503839,473999.40985843574],[119996.87849806514,473801.8265221752],[120497.79419115008,474098.20152656594],[121201.4614742932,473999.40985843574],[121595.03809028851,473801.8265221752],[121905.12875743634,473999.40985843574],[122298.70537343164,473999.40985843574],[122298.70537343164,473703.03485404496],[122895.03357948514,473395.68299763976],[123205.12424663296,473099.30799324904],[123896.86496565501,472901.7246569885],[124397.78065873995,473999.40985843574],[124803.28383885634,473703.03485404496],[125196.86045485165,474196.9931946962],[125805.11522502621,474196.9931946962],[126103.27932805296,474701.9283873619],[126401.44343107971,473604.2431859147],[127200.5232271914,471101.5209266151]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0737"},"geometry":{"type":"Polygon","coordinates":[[[197197.52805375104,583998.4438954585],[197495.69215677778,583295.9253665323],[197805.7828239256,582801.967025881],[198903.02672306402,582297.0318332154],[201705.76929151546,581199.3466317682],[201204.85359843052,580200.4530984513],[201395.67862436763,579399.1429013947],[201598.43021442584,578905.1845607435],[202504.84908762714,578103.8743636871],[202803.01319065387,577500.1475028911],[203303.92888373882,576896.4206420952],[203602.0929867656,576797.6289739648],[203602.0929867656,576501.2539695741],[203005.76478071208,574097.3233784048],[202302.09749756893,574602.2585710706],[201395.67862436763,574701.0502392007],[200083.75657104992,574602.2585710706],[199105.77831312222,574602.2585710706],[196899.36395072425,574404.67523481],[195098.4527684427,572999.6381769576],[194299.372972331,572198.3279799011],[193500.29317621933,571803.1613073802],[192200.2976870227,571001.8511103238],[192200.2976870227,570705.4761059331],[191902.13358399592,571100.642778454],[190804.8896848575,571803.1613073802],[189898.4708116562,573197.2215132181],[190494.79901770968,573702.1567058838],[190900.3021978261,574196.1150465352],[191401.21789091104,575096.2169117217],[191496.63040387956,576095.1104450386],[190995.71471079462,575897.5271087782],[190303.97399177257,575897.5271087782],[186702.15162720944,576204.8789651834],[186403.9875241827,577302.5641666306],[185998.4843440663,578400.2493680778],[186702.15162720944,578795.4160405989],[186403.9875241827,579805.2864259302],[189099.39101554453,580398.0364347117],[189695.719221598,580595.6197709722],[189600.30670862942,581100.5549636378],[189099.39101554453,581001.7632955076],[188503.062809491,581396.9299680286],[188503.062809491,581704.2818244338],[189003.97850257595,581901.8651606943],[188002.14711640606,582198.2401650851],[187894.80803931644,583098.3420302718],[187095.72824320477,582900.7586940113],[186105.82342115598,582801.967025881],[186499.40003715124,584196.0272317189],[184686.56229074864,584130.1661196321],[184805.8279319593,584700.9624243847],[184603.07634190115,585194.9207650359],[184698.48885486968,586095.0226302226],[184698.48885486968,586995.1244954093],[185103.9920349861,587697.6430243355],[185700.32024103956,588795.3282257826],[186594.81255011982,589201.4717503181],[187501.23142332112,588597.7448895222],[188097.55962937465,587895.226360596],[188598.4753224596,587302.4763518146],[190196.63491468295,585897.4392939621],[190804.8896848575,585798.6476258319],[190900.3021978261,585194.9207650359],[192104.88517405413,584997.3374287754],[192498.46179004945,583800.860559198],[192999.3774831344,582494.6151694758],[194001.20886930428,582494.6151694758],[194895.70117838454,582801.967025881],[196601.1998476975,583702.0688910678],[196899.36395072425,583998.4438954585],[197197.52805375104,583998.4438954585]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0738"},"geometry":{"type":"Polygon","coordinates":[[[137099.57144767948,416601.45067476225],[136503.24324162595,416403.86733850173],[135298.66026539792,415898.93214583606],[134404.16795631766,415295.2052850401],[133903.25226323272,414900.0386125191],[132996.83339003142,414197.52008359286],[131995.00200386153,413703.5617429417],[131005.09718181271,413604.7700748114],[130003.26579564284,413703.5617429417],[128894.09533238334,413901.14507920214],[127498.68733021815,414296.3117517232],[127498.68733021815,414603.6636081283],[128095.01553627165,414998.83028064936],[128095.01553627165,415701.34880957555],[128297.76712632984,416502.659006632],[128202.35461336127,416897.825679153],[127594.0998431867,416996.61734728323],[127594.0998431867,418204.07106887514],[130003.26579564284,418105.2794007449],[129800.51420558465,419005.3812659316],[129800.51420558465,420201.858135509],[130695.0065146649,420300.6498036393],[131303.26128483948,420004.27479924855],[131601.4253878662,420004.27479924855],[132698.66928700465,419795.71461097355],[133605.08816020598,419905.48313111824],[133903.25226323272,420103.06646737875],[133903.25226323272,420794.6081442905],[134201.41636625945,421101.9600006957],[133903.25226323272,421398.33500508644],[134201.41636625945,421804.4785296219],[134594.99298225477,422100.8535340127],[135203.24775242934,422100.8535340127],[135799.57595848283,421694.7100094772],[136503.24324162595,421003.16833256546],[137803.23873082257,420498.23313989973],[137898.65124379116,420201.858135509],[137600.48714076442,419202.96460219205],[137695.89965373295,418796.8210776566],[138101.40283384934,418500.44607326586],[137803.23873082257,417995.5108806002],[137099.57144767948,417501.55253994896],[136896.81985762127,417205.1775355582],[137099.57144767948,416601.45067476225]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0743"},"geometry":{"type":"Polygon","coordinates":[[[177995.75981882837,383297.6816628545],[179200.34279505647,383396.47333098477],[180703.08987431123,382803.72332220327],[181096.66649030655,382397.57979766786],[181394.8305933333,381903.6214570166],[181704.92126048112,381695.0612687416],[182003.08536350785,381201.1029280904],[182599.41356956138,380904.72792369965],[182897.57767258812,380399.792731034],[183398.49336567306,380202.20939477347],[185903.07183109777,378994.75567318156],[186403.9875241827,378599.5890006606],[186499.40003715124,378303.21399626986],[187501.23142332112,376503.01026589645],[187405.8189103526,376096.866741361],[187703.98301337933,373901.4963384666],[188395.72373240138,374000.28800659685],[188705.8143995492,373802.70467033633],[186594.81255011982,373198.9778095404],[181704.92126048112,371695.1490835578],[179904.01007819956,375800.49173697026],[179605.84597517282,375701.70006884],[179498.5068980832,376195.65840949124],[179403.09438511461,377600.6954673436],[179295.755308025,377897.0704717344],[177995.75981882837,379203.3158614565],[177101.2675097481,380202.20939477347],[176803.10340672138,381102.3112599602],[176803.10340672138,381497.47793248115],[176302.18771363643,383396.47333098477],[176695.76432963175,383297.6816628545],[177399.43161277485,383495.264999115],[177995.75981882837,383297.6816628545]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0744"},"geometry":{"type":"Polygon","coordinates":[[[128798.68281941477,385504.0289177634],[128798.68281941477,384999.0937250977],[128595.93122935659,384801.5103888372],[128405.10620341946,384000.20019178075],[125495.0245578784,381596.2696006114],[123097.78516954333,378599.5890006606],[122704.20855354801,378895.9640050513],[121797.7896803467,379400.899197717],[121797.7896803467,379894.85753836826],[120903.29737126645,380597.37606729445],[120104.21757515476,381003.5195918299],[119305.13777904309,380794.95940355497],[118804.22208595814,380399.792731034],[118804.22208595814,380103.4177266432],[118303.3063928732,380301.0010629037],[118303.3063928732,380597.37606729445],[117599.63910973008,380696.1677354247],[117504.22659676151,380498.5843991642],[116895.97182658695,380794.95940355497],[114200.56833522514,380399.792731034],[113401.48853911344,380202.20939477347],[112304.244639975,380696.1677354247],[111994.15397282719,381201.1029280904],[111994.15397282719,382397.57979766786],[112399.65715294358,382704.93165407307],[113198.73694905525,382803.72332220327],[113401.48853911344,382397.57979766786],[114498.73243825189,382199.99646140734],[115798.7279274485,381695.0612687416],[116800.55931361839,381201.1029280904],[117003.31090367658,381596.2696006114],[116299.64362053345,381695.0612687416],[116001.4795175067,382496.3714657981],[115798.7279274485,384505.1353844465],[116204.23110756489,384801.5103888372],[116597.8077235602,385701.6122540239],[116895.97182658695,385405.2372496331],[117194.1359296137,385701.6122540239],[116705.14680064983,385997.9872584146],[116800.55931361839,386799.29745547107],[117098.72341664514,388094.56599317875],[117599.63910973008,388094.56599317875],[118005.14228984645,387798.19098878803],[118494.13141881033,387699.3993206578],[119197.79870195345,387995.7743250485],[119901.46598509658,387798.19098878803],[120497.79419115008,387798.19098878803],[120998.70988423501,387600.6076525275],[123395.94927257008,385701.6122540239],[124004.20404274465,385405.2372496331],[124397.78065873995,385602.82058589364],[125101.44794188309,385701.6122540239],[125304.19953194127,385602.82058589364],[125995.94025096334,385602.82058589364],[126496.85594404826,385800.4039221541],[128798.68281941477,385504.0289177634]],[[124648.23850528242,384823.4640928661],[123431.72896493328,384603.9270525767],[123550.99460614398,384362.43630825833],[124457.4134793453,384340.48260422936],[124767.50414649313,384647.83446063456],[124648.23850528242,384823.4640928661]],[[122799.62106651659,384241.69093609916],[122561.08978409518,384197.7835280412],[122596.86947645839,383187.9131427098],[122704.20855354801,382825.67702623224],[123062.00547718012,382529.3020218415],[123873.01183741288,382496.3714657981],[123884.93840153395,382869.5844342901],[123539.06804202292,383363.54277494136],[123503.2883496597,383769.68629947683],[123813.37901680752,383923.36222767946],[123598.70086262826,384230.7140840846],[123133.56486190653,383714.80203940446],[122751.9148100323,383956.29278372286],[122799.62106651659,384241.69093609916]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0748"},"geometry":{"type":"Polygon","coordinates":[[[80794.26223210817,396404.042968134],[80698.8497191396,395701.52443920774],[80197.93402605467,395899.10777546826],[80102.5215130861,395503.9411029473],[81497.9295152513,394603.8392377606],[81796.09361827804,393802.52904070413],[82499.76090142118,393604.9457044436],[82404.3483884526,393100.01051177795],[82499.76090142118,392595.0753191122],[83000.6765945061,392704.8438392569],[83203.4281845643,392199.90864659124],[83000.6765945061,391299.80678140454],[83000.6765945061,391003.4317770138],[83501.59228759105,389795.9780554219],[84503.42367376093,389203.2280466404],[84503.42367376093,388303.1261814537],[83799.7563906178,387995.7743250485],[83704.34387764924,387403.024316267],[84097.92049364455,385800.4039221541],[82499.76090142118,386195.57059467514],[81998.84520833624,386195.57059467514],[81402.51700228274,386700.5057873408],[81104.35289925599,386502.92245108035],[80997.01382216635,386195.57059467514],[80305.2731031443,386195.57059467514],[79995.18243599648,386898.0891236013],[79697.01833296973,386996.8807917315],[79303.44171697443,386898.0891236013],[79303.44171697443,385097.8853932279],[79005.27761394766,384603.9270525767],[78599.77443383129,384505.1353844465],[78194.27125371492,384000.20019178075],[77204.3664316661,384098.991859911],[77001.61484160792,384000.20019178075],[74699.78796624142,389499.6030510311],[73900.70817012973,391299.80678140454],[73996.12068309828,392298.7003147215],[74401.62386321466,393396.38551616867],[75105.29114635779,395602.73277107754],[75200.70365932636,396305.2513000037],[75403.45524938454,396404.042968134],[75594.28027532165,397095.5846450457],[75701.61935241129,397798.1031739719],[76297.94755846479,398599.4133710284],[77395.19145760323,398303.0383666376],[77395.19145760323,397896.89484210213],[77800.6946377196,397896.89484210213],[79494.26674291154,397205.35316519043],[79398.85422994298,396601.62630439445],[80794.26223210817,396404.042968134]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0753"},"geometry":{"type":"Polygon","coordinates":[[[157505.92265883018,393901.3207088344],[159199.49476402212,391497.39011766505],[158698.57907093718,389697.18638729164],[158805.9181480268,389400.8113829009],[157804.08676185692,388994.66785836546],[156694.9162985974,388401.91784958396],[156396.75219557068,388303.1261814537],[156098.58809254394,388599.5011858445],[155597.672399459,388401.91784958396],[155800.42398951715,387896.98265691823],[155502.2598864904,387205.44098000653],[155299.5082964322,386996.8807917315],[155299.5082964322,388434.84840562736],[155001.34419340547,388599.5011858445],[153403.18460118212,389203.2280466404],[152794.92983100755,389697.18638729164],[152496.76572798076,390904.64010888356],[152401.35321501223,392002.3253103307],[152699.51731803897,392496.28365098196],[152794.92983100755,393297.5938480384],[153605.93619124027,393495.1771842989],[153701.34870420885,393703.7373725739],[152902.26890809718,395097.7975784118],[154703.18009037874,394900.2142421513],[156205.92716963356,395503.9411029473],[156599.50378562888,394801.42257402104],[157303.17106877198,394395.27904948563],[157505.92265883018,393901.3207088344]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0755"},"geometry":{"type":"Polygon","coordinates":[[[180202.1741812263,403802.44122588803],[180703.08987431123,400597.2004376622],[178902.17869202967,400202.03376514127],[177399.43161277485,399795.8902406058],[176695.76432963175,399499.515236215],[175705.85950758297,399499.515236215],[173296.69355512678,399301.93189995456],[173201.28104215825,400103.242097011],[172903.11693913152,401398.5106347187],[172700.3653490733,402002.2374955146],[171603.12144993484,403901.2328940183],[172199.44965598837,404098.81623027875],[173296.69355512678,404098.81623027875],[173797.60924821172,404395.19123466953],[174203.11242832814,404504.9597548142],[175705.85950758297,404395.19123466953],[177304.01909980632,404098.81623027875],[179403.09438511461,403802.44122588803],[180202.1741812263,403802.44122588803]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0756"},"geometry":{"type":"Polygon","coordinates":[[[195802.12005158584,406305.1634851876],[197304.86713084066,405405.0616200009],[198795.6876459744,403901.2328940183],[199105.77831312222,403198.71436509205],[199105.77831312222,401694.8856391094],[199296.60333905934,400904.55229406746],[199797.51903214428,400300.8254332715],[200203.02221226064,399598.3069043453],[200203.02221226064,398994.5800435493],[200095.683135171,398401.83003476786],[200298.43472522922,397402.9365014509],[200799.35041831416,396799.20964065497],[199797.51903214428,396502.83463626425],[199702.1065191757,396096.6911117288],[198700.2751330058,397402.9365014509],[197805.7828239256,398105.45503037714],[196899.36395072425,397600.5198377114],[195694.7809744962,397095.5846450457],[192999.3774831344,396195.482779859],[190995.71471079462,395997.8994435985],[190005.80988874583,396898.00130878517],[188503.062809491,397205.35316519043],[188503.062809491,398401.83003476786],[189099.39101554453,398698.2050391586],[189003.97850257595,398895.7883754191],[190101.22240171436,399499.515236215],[189898.4708116562,399697.09857247554],[190494.79901770968,400103.242097011],[190804.8896848575,399894.681908736],[192701.21338010766,401003.34396219766],[192605.80086713907,401200.9272984582],[192903.9649701658,401596.09397097916],[194001.20886930428,402298.6124999054],[193297.54158616113,402803.54769257107],[192796.62589307618,403604.8578896275],[192295.71019999124,404900.1264273352],[190303.97399177257,406305.1634851876],[189302.14260560268,406502.7468214481],[188896.63942548633,406195.3949650429],[188503.062809491,406195.3949650429],[188598.4753224596,406996.70516209933],[188801.22691251774,407205.2653503743],[187405.8189103526,408302.9505518215],[187703.98301337933,409104.26074887795],[188705.8143995492,409894.5940939199],[189302.14260560268,409894.5940939199],[190101.22240171436,410399.52928658563],[190399.38650474115,410794.6959591066],[190101.22240171436,411200.8394836421],[190399.38650474115,411497.2144880328],[191103.05378788424,412496.10802134976],[191496.63040387956,412803.45987775497],[191997.5460969645,413396.20988653647],[192403.04927708086,413604.7700748114],[192796.62589307618,414296.3117517232],[193703.04476627754,413999.9367473324],[194299.372972331,413604.7700748114],[194299.372972331,412496.10802134976],[194704.87615244737,411102.0478155118],[194895.70117838454,409795.80242578965],[194895.70117838454,408401.7422199517],[195003.04025547416,407304.05701850454],[195503.9559485591,406502.7468214481],[195802.12005158584,406305.1634851876]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0757"},"geometry":{"type":"Polygon","coordinates":[[[154595.84101328911,401596.09397097916],[154905.93168043694,401299.71896658844],[154703.18009037874,401003.34396219766],[154703.18009037874,400597.2004376622],[155001.34419340547,400202.03376514127],[154595.84101328911,399894.681908736],[155204.09578346368,399400.72356808477],[155597.672399459,398599.4133710284],[156205.92716963356,398500.62170289806],[155800.42398951715,398105.45503037714],[155800.42398951715,397402.9365014509],[156098.58809254394,396601.62630439445],[156205.92716963356,396096.6911117288],[156205.92716963356,395503.9411029473],[154703.18009037874,394900.2142421513],[152902.26890809718,395097.7975784118],[151995.85003489588,395097.7975784118],[151494.93434181093,395295.3809146723],[151196.77023878414,395800.316107338],[150695.8545456992,395800.316107338],[149503.1981335922,395196.5892465421],[147105.95874525717,395997.8994435985],[146795.86807810934,396096.6911117288],[146294.9523850244,396898.00130878517],[145197.708485886,398994.5800435493],[145305.0475629756,399795.8902406058],[145400.46007594414,400202.03376514127],[146402.29146211402,401200.9272984582],[146795.86807810934,401299.71896658844],[147296.78377119428,401694.8856391094],[147702.28695131064,401596.09397097916],[148501.36674742238,401596.09397097916],[149205.03403056547,402199.82083177514],[149503.1981335922,402902.3393607013],[150099.52633964573,403198.71436509205],[149705.9497236504,404998.91809546546],[150194.93885261426,405097.7097635957],[151602.27341890056,403703.6495577578],[151900.4375219273,403495.0893694828],[151900.4375219273,403099.9226969618],[151196.77023878414,402496.19583616586],[151196.77023878414,402002.2374955146],[151399.52182884235,401596.09397097916],[151805.0250089587,401398.5106347187],[152496.76572798076,401694.8856391094],[152604.10480507044,401299.71896658844],[153295.8455240925,401398.5106347187],[154094.92532020417,401398.5106347187],[154595.84101328911,401596.09397097916]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0758"},"geometry":{"type":"Polygon","coordinates":[[[113496.901052082,405503.8532881312],[113604.24012917164,405196.5014317259],[114796.89654127863,404998.91809546546],[115095.06064430538,405097.7097635957],[115703.31541447995,404900.1264273352],[116204.23110756489,404395.19123466953],[116299.64362053345,404098.81623027875],[117301.47500670333,403297.5060332223],[117003.31090367658,402397.4041680356],[117301.47500670333,401804.65415925416],[116705.14680064983,401102.1356303279],[117194.1359296137,400904.55229406746],[117301.47500670333,399795.8902406058],[117695.05162269864,399301.93189995456],[118100.55480281501,399104.34856369405],[118804.22208595814,398994.5800435493],[118804.22208595814,398303.0383666376],[119102.38618898489,398105.45503037714],[119197.79870195345,397699.3115058417],[118995.04711189526,396898.00130878517],[118601.47049589995,396601.62630439445],[117396.88751967189,396305.2513000037],[116395.056133502,395899.10777546826],[114295.98084819369,394395.27904948563],[112196.90556288538,393297.5938480384],[111803.32894689008,393001.2188436477],[111505.16484386333,392397.49198285176],[110694.15848363057,392397.49198285176],[110598.745970662,392101.116978461],[111004.24915077839,391003.4317770138],[111397.82576677369,390597.28825247835],[111302.41325380513,390300.9132480876],[110896.91007368875,390300.9132480876],[110503.33345769344,389104.43637851015],[109298.75048146538,388599.5011858445],[108905.17386547007,387699.3993206578],[108499.67068535369,387995.7743250485],[108905.17386547007,388204.3345133235],[108905.17386547007,388895.8761902352],[109298.75048146538,388994.66785836546],[109895.07868751888,389400.8113829009],[110097.83027757707,389894.76972355216],[110300.58186763526,390904.64010888356],[110395.99438060382,392298.7003147215],[110395.99438060382,393100.01051177795],[110097.83027757707,393297.5938480384],[110002.41776460852,393802.52904070413],[109501.50207152357,394296.4873813554],[109203.33796849682,394395.27904948563],[107605.17837627344,395899.10777546826],[106901.51109313032,395295.3809146723],[106996.92360609888,396700.4179725247],[106901.51109313032,397304.14483332064],[106901.51109313032,397896.89484210213],[106698.75950307213,398599.4133710284],[106400.59540004538,400103.242097011],[106102.43129701863,401299.71896658844],[105696.92811690226,401497.3023028489],[105696.92811690226,401903.44582738436],[104897.84832079057,401903.44582738436],[104599.68421776382,403001.1310288316],[104504.27170479526,403802.44122588803],[104897.84832079057,404296.3995665393],[105005.18739788019,405295.2930998562],[105494.17652684406,405097.7097635957],[106197.84380998719,405196.5014317259],[106794.17201604068,405602.6449562614],[107402.42678621526,405701.43662439164],[107700.59088924201,405701.43662439164],[109704.25366158177,406195.3949650429],[110097.83027757707,406195.3949650429],[110801.49756072019,405800.2282925219],[111505.16484386333,405503.8532881312],[111898.74145985863,405196.5014317259],[111994.15397282719,404702.5430910747],[112196.90556288538,404702.5430910747],[113496.901052082,405503.8532881312]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0762"},"geometry":{"type":"Polygon","coordinates":[[[188896.63942548633,384296.57519617147],[189302.14260560268,383703.82518739],[190900.3021978261,381003.5195918299],[192104.88517405413,378895.9640050513],[192903.9649701658,377403.11213108315],[190399.38650474115,375196.7648761743],[189194.80352851306,374099.0796747271],[188705.8143995492,373802.70467033633],[188395.72373240138,374000.28800659685],[187703.98301337933,373901.4963384666],[187405.8189103526,376096.866741361],[187501.23142332112,376503.01026589645],[186499.40003715124,378303.21399626986],[186403.9875241827,378599.5890006606],[185903.07183109777,378994.75567318156],[183398.49336567306,380202.20939477347],[182897.57767258812,380399.792731034],[182599.41356956138,380904.72792369965],[182003.08536350785,381201.1029280904],[181704.92126048112,381695.0612687416],[181394.8305933333,381903.6214570166],[181096.66649030655,382397.57979766786],[180703.08987431123,382803.72332220327],[179200.34279505647,383396.47333098477],[177995.75981882837,383297.6816628545],[177995.75981882837,384000.20019178075],[178794.83961494005,384000.20019178075],[178305.8504859762,384999.0937250977],[177900.3473058598,386305.3391148198],[177900.3473058598,386601.7141192106],[178401.26299894473,386799.29745547107],[179200.34279505647,386700.5057873408],[179200.34279505647,386996.8807917315],[178305.8504859762,388303.1261814537],[178305.8504859762,388500.7095177142],[178794.83961494005,388599.5011858445],[179200.34279505647,388401.91784958396],[180404.9257712845,388797.08452210494],[181204.00556739618,388797.08452210494],[181895.74628641823,388895.8761902352],[182205.83695356606,389104.43637851015],[183100.32926264632,389203.2280466404],[183696.6574686998,389499.6030510311],[187298.47983326297,390696.0799206086],[187894.80803931644,389302.01971477066],[188705.8143995492,384702.71872070694],[188896.63942548633,384296.57519617147]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0765"},"geometry":{"type":"Polygon","coordinates":[[[265000.0450820338,571100.642778454],[264701.880979007,570804.2677740633],[265000.0450820338,570299.3325813976],[265894.537391114,569596.8140524714],[265500.96077511867,569004.0640436899],[264105.5527729535,566204.9667799996],[263795.4621058057,566402.5501162601],[262698.2182066673,564294.9945294814],[262495.4666166091,564294.9945294814],[262304.64159067196,563702.2445207],[260300.9788183322,559695.6935354178],[258905.570816167,560299.4203962137],[257402.82373691216,561902.0407903265],[256997.3205567958,562395.9991309778],[256794.5689667376,562900.9343236436],[257796.40035290748,563098.517659904],[257796.40035290748,563603.4528525698],[258702.81922610884,563603.4528525698],[258595.48014901916,564097.4111932209],[258094.56445593428,564503.5547177563],[258297.31604599243,566204.9667799996],[259299.1474321623,567203.8603133165],[260002.81471530546,568499.1288510242],[260300.9788183322,568696.7121872846],[260396.39133130078,569004.0640436899],[260396.39133130078,570398.1242495278],[260694.5554343275,570496.915917658],[260801.89451141714,570496.915917658],[261600.9743075288,571397.0177828447],[262197.30251358234,571100.642778454],[264499.12938894884,571199.4344465842],[265000.0450820338,571100.642778454]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0766"},"geometry":{"type":"Polygon","coordinates":[[[127295.93574015996,407402.8486866348],[127701.43892027634,405800.2282925219],[128095.01553627165,403802.44122588803],[128500.51871638802,402199.82083177514],[127701.43892027634,402199.82083177514],[126795.02004707501,402298.6124999054],[125697.77614793659,402803.54769257107],[124898.6963518249,403001.1310288316],[124600.53224879815,402594.9875042961],[124302.3681457714,402397.4041680356],[123097.78516954333,402803.54769257107],[122596.86947645839,403099.9226969618],[122095.95378337345,403099.9226969618],[122298.70537343164,403802.44122588803],[121595.03809028851,404098.81623027875],[122203.29286046309,405097.7097635957],[123002.37265657476,406195.3949650429],[123300.53675960151,406502.7468214481],[123610.62742674934,407062.56627418613],[123694.11337559683,407699.2236910255],[123395.94927257008,408698.1172243425],[123097.78516954333,409005.4690807477],[123002.37265657476,409499.4274213989],[123598.70086262826,409894.5940939199],[124397.78065873995,410103.1542821949],[124600.53224879815,409894.5940939199],[124994.10886479345,409203.0524170082],[125196.86045485165,408302.9505518215],[125304.19953194127,406996.70516209933],[125602.36363496802,407095.4968302296],[127295.93574015996,407402.8486866348]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0770"},"geometry":{"type":"Polygon","coordinates":[[[153796.76121717744,386305.3391148198],[153605.93619124027,385602.82058589364],[153295.8455240925,385701.6122540239],[152902.26890809718,384999.0937250977],[153200.4330111239,384505.1353844465],[153200.4330111239,383802.61685552023],[152902.26890809718,383198.8899947243],[152794.92983100755,382803.72332220327],[152198.60162495403,382199.99646140734],[151697.68593186908,381804.82978888636],[150302.27792970394,381596.2696006114],[150004.11382667714,381102.3112599602],[150099.52633964573,380597.37606729445],[150600.44203273067,379697.27420210774],[152699.51731803897,379894.85753836826],[153605.93619124027,378994.75567318156],[153904.10029426706,378797.1723369211],[154094.92532020417,377699.4871354739],[155096.75670637406,376404.2185977662],[154405.015987352,375602.90840070974],[153904.10029426706,375602.90840070974],[152103.1891119855,374296.66301098757],[151900.4375219273,373703.9130022061],[152198.60162495403,373100.18614141014],[151900.4375219273,372803.8111370194],[152198.60162495403,372002.500939963],[151196.77023878414,371497.56574729725],[150600.44203273067,371497.56574729725],[150505.0295197621,371102.3990747763],[150004.11382667714,370399.8805458501],[149097.69495347585,370202.29720958957],[148405.9542344538,369894.94535318436],[146402.29146211402,370004.7138733291],[147905.03854136885,371903.7092718327],[147499.5353612525,373802.70467033633],[147201.3712582257,374801.5982036533],[147499.5353612525,376096.866741361],[147905.03854136885,377304.3204629529],[148203.20264439558,377699.4871354739],[149395.85905650258,377897.0704717344],[149705.9497236504,377995.8621398646],[149705.9497236504,378500.7973325303],[149896.77474958752,378895.9640050513],[149395.85905650258,379697.27420210774],[148704.11833748053,379894.85753836826],[148298.61515736417,379400.899197717],[147702.28695131064,379499.6908658473],[147404.1228482839,380004.62605851295],[147105.95874525717,380004.62605851295],[145603.21166600235,381398.6862643509],[144994.95689582778,381804.82978888636],[144601.38027983246,382199.99646140734],[144696.79279280105,382704.93165407307],[145603.21166600235,383198.8899947243],[145400.46007594414,384098.991859911],[146199.53987205587,384395.36686430173],[146497.7039750826,384395.36686430173],[147499.5353612525,384603.9270525767],[147905.03854136885,384999.0937250977],[148596.7792603909,385097.8853932279],[148799.5308504491,384900.3020569674],[149205.03403056547,385504.0289177634],[150898.6061357574,386096.7789265449],[151304.10931587376,385997.9872584146],[151304.10931587376,386601.7141192106],[152794.92983100755,385899.19559028436],[152997.6814210657,386404.1307829501],[153796.76121717744,386305.3391148198]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0772"},"geometry":{"type":"Polygon","coordinates":[[[166104.97539012163,382803.72332220327],[165699.47221000522,382496.3714657981],[165305.89559400995,382496.3714657981],[164995.80492686213,382002.4131251469],[164602.2283108668,382101.2047932771],[164602.2283108668,379499.6908658473],[163397.6453346387,379499.6908658473],[163099.48123161198,379104.52419332624],[162801.31712858524,379400.899197717],[161203.1575363619,379598.4825339775],[160201.326150192,379499.6908658473],[158400.41496791044,379499.6908658473],[158197.66337785224,379302.10752958676],[157804.08676185692,379302.10752958676],[157696.7476847673,379499.6908658473],[157994.91178779403,379796.065870238],[157899.4992748255,380904.72792369965],[157696.7476847673,382397.57979766786],[157100.41947871377,382595.1631339283],[156897.66788865562,382298.7881295376],[156205.92716963356,383100.09832659404],[155895.83650248573,382704.93165407307],[155502.2598864904,382803.72332220327],[155096.75670637406,383198.8899947243],[154500.42850032053,382902.5149903336],[153999.5128072356,383198.8899947243],[153295.8455240925,382902.5149903336],[152902.26890809718,383198.8899947243],[153200.4330111239,383802.61685552023],[153200.4330111239,384505.1353844465],[152902.26890809718,384999.0937250977],[153295.8455240925,385701.6122540239],[153605.93619124027,385602.82058589364],[153796.76121717744,386305.3391148198],[154405.015987352,386096.7789265449],[155299.5082964322,386898.0891236013],[155299.5082964322,386996.8807917315],[155502.2598864904,387205.44098000653],[155800.42398951715,387896.98265691823],[155597.672399459,388401.91784958396],[156098.58809254394,388599.5011858445],[156396.75219557068,388303.1261814537],[156694.9162985974,388401.91784958396],[157804.08676185692,388994.66785836546],[158805.9181480268,389400.8113829009],[159294.90727699065,389598.3947191614],[160702.24184327695,389697.18638729164],[161405.90912642004,389697.18638729164],[162598.56553852704,389795.9780554219],[163504.9844117284,389795.9780554219],[163803.14851475513,389598.3947191614],[163898.56102772366,389302.01971477066],[163397.6453346387,388500.7095177142],[163397.6453346387,386898.0891236013],[163600.39692469692,386502.92245108035],[164399.4767208086,385701.6122540239],[164995.80492686213,385504.0289177634],[164995.80492686213,385196.6770613582],[165604.0596970367,384296.57519617147],[165496.72061994707,383802.61685552023],[166104.97539012163,382803.72332220327]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0777"},"geometry":{"type":"Polygon","coordinates":[[[106901.51109313032,395295.3809146723],[105995.092219929,394900.2142421513],[104599.68421776382,393297.5938480384],[104003.35601171032,392803.6355073872],[103395.10124153575,392397.49198285176],[103001.52462554043,392298.7003147215],[103096.937138509,393100.01051177795],[103204.27621559863,395196.5892465421],[102798.77303548226,395097.7975784118],[102202.44482942876,395701.52443920774],[102095.10575233912,396195.482779859],[101105.20093029032,396404.042968134],[100198.782057089,397095.5846450457],[99805.20544109368,397205.35316519043],[99805.20544109368,397798.1031739719],[100103.36954412043,397842.0105820298],[100294.19457005756,399499.515236215],[100198.782057089,400498.408769532],[101200.61344325887,401903.44582738436],[101403.36503331707,402397.4041680356],[100795.1102631425,403901.2328940183],[100604.28523720537,404296.3995665393],[100902.44934023212,404603.7514229445],[101296.02595622743,404702.5430910747],[101594.19005925418,404603.7514229445],[102202.44482942876,404197.607898409],[102798.77303548226,404296.3995665393],[103096.937138509,404801.33475920494],[103502.44031862538,405097.7097635957],[104599.68421776382,405295.2930998562],[105005.18739788019,405295.2930998562],[104897.84832079057,404296.3995665393],[104504.27170479526,403802.44122588803],[104599.68421776382,403001.1310288316],[104897.84832079057,401903.44582738436],[105696.92811690226,401903.44582738436],[105696.92811690226,401497.3023028489],[106102.43129701863,401299.71896658844],[106400.59540004538,400103.242097011],[106698.75950307213,398599.4133710284],[106901.51109313032,397896.89484210213],[106901.51109313032,397304.14483332064],[106996.92360609888,396700.4179725247],[106901.51109313032,395295.3809146723]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0779"},"geometry":{"type":"Polygon","coordinates":[[[122596.86947645839,414702.4552762586],[122799.62106651659,413495.00155466667],[123205.12424663296,411804.566344438],[123395.94927257008,410597.1126228461],[123598.70086262826,409894.5940939199],[123002.37265657476,409499.4274213989],[122203.29286046309,409894.5940939199],[121094.12239720358,409697.01075765945],[119996.87849806514,409598.2190895292],[118696.8830088685,409894.5940939199],[118005.14228984645,410695.90429097635],[117396.88751967189,410904.4644792513],[117301.47500670333,410201.9459503251],[116895.97182658695,411102.0478155118],[116597.8077235602,411596.00615616306],[116395.056133502,412199.73301695904],[116204.23110756489,413297.4182184062],[116001.4795175067,413802.35341107193],[117003.31090367658,413901.14507920214],[118899.6345989267,414603.6636081283],[119603.30188206983,414702.4552762586],[120700.54578120826,414702.4552762586],[121499.62557731995,414504.8719399981],[122596.86947645839,414702.4552762586]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0784"},"geometry":{"type":"Polygon","coordinates":[[[124600.53224879815,402594.9875042961],[125900.52773799477,401694.8856391094],[125900.52773799477,401102.1356303279],[126294.10435399009,401003.34396219766],[126294.10435399009,400498.408769532],[125900.52773799477,398401.83003476786],[125995.94025096334,398105.45503037714],[125697.77614793659,397501.72816958115],[124803.28383885634,396996.7929769154],[124898.6963518249,395800.316107338],[125805.11522502621,395701.52443920774],[126496.85594404826,395405.149434817],[126699.60753410646,395097.7975784118],[126401.44343107971,394702.63090589084],[126401.44343107971,394603.8392377606],[125495.0245578784,393100.01051177795],[125101.44794188309,392298.7003147215],[122000.5412704049,391299.80678140454],[120402.38167818151,392902.4271755174],[118899.6345989267,394505.0475696303],[118005.14228984645,394000.11237696465],[117396.88751967189,394000.11237696465],[117396.88751967189,393396.38551616867],[117194.1359296137,393198.80217990815],[116299.64362053345,393396.38551616867],[116800.55931361839,393901.3207088344],[116705.14680064983,394603.8392377606],[117897.80321275683,395196.5892465421],[118696.8830088685,395997.8994435985],[118601.47049589995,396601.62630439445],[118995.04711189526,396898.00130878517],[119197.79870195345,397699.3115058417],[119102.38618898489,398105.45503037714],[118804.22208595814,398303.0383666376],[118804.22208595814,398994.5800435493],[120497.79419115008,400103.242097011],[122203.29286046309,401102.1356303279],[122501.45696348984,401497.3023028489],[122501.45696348984,402298.6124999054],[122095.95378337345,403099.9226969618],[122596.86947645839,403099.9226969618],[123097.78516954333,402803.54769257107],[124302.3681457714,402397.4041680356],[124600.53224879815,402594.9875042961]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0785"},"geometry":{"type":"Polygon","coordinates":[[[135095.9086753397,393604.9457044436],[135394.07277836645,393297.5938480384],[134905.0836494026,392902.4271755174],[135095.9086753397,392397.49198285176],[134702.3320593444,392101.116978461],[135000.49616237116,391903.5336422005],[134797.74457231298,391299.80678140454],[134201.41636625945,391398.5984495348],[133199.58498008957,390498.4965843481],[133497.74908311633,390202.12157995737],[132400.5051839779,389400.8113829009],[132901.42087706283,388698.29285397474],[132901.42087706283,388500.7095177142],[131696.83790083477,388698.29285397474],[131494.0863107766,386996.8807917315],[131601.4253878662,386996.8807917315],[131303.26128483948,386898.0891236013],[131100.50969478127,387403.024316267],[130695.0065146649,387896.98265691823],[130897.75810472308,388698.29285397474],[130396.84241163815,388797.08452210494],[130301.4298986696,388599.5011858445],[129705.1016926161,388094.56599317875],[129204.18599953115,387403.024316267],[128703.27030644621,387205.44098000653],[128095.01553627165,387896.98265691823],[127999.60302330309,388204.3345133235],[127295.93574015996,388303.1261814537],[127594.0998431867,388797.08452210494],[127904.19051033452,388895.8761902352],[127904.19051033452,389302.01971477066],[127594.0998431867,389499.6030510311],[127701.43892027634,389894.76972355216],[127200.5232271914,389697.18638729164],[127105.11071422284,390103.3299118271],[127403.27481724959,390498.4965843481],[127701.43892027634,391497.39011766505],[126902.35912416465,391804.74197407026],[127105.11071422284,392199.90864659124],[126604.1950211379,392595.0753191122],[125995.94025096334,392496.28365098196],[125495.0245578784,393100.01051177795],[126401.44343107971,394603.8392377606],[126401.44343107971,394702.63090589084],[127295.93574015996,394603.8392377606],[128202.35461336127,394296.4873813554],[129705.1016926161,394505.0475696303],[130003.26579564284,393901.3207088344],[130301.4298986696,393495.1771842989],[131005.09718181271,393604.9457044436],[131804.17697792442,393495.1771842989],[131696.83790083477,394098.90404509485],[132400.5051839779,394296.4873813554],[133199.58498008957,394197.6957132251],[133294.99749305815,393495.1771842989],[133903.25226323272,393604.9457044436],[134296.82887922804,393802.52904070413],[135095.9086753397,393604.9457044436]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0786"},"geometry":{"type":"Polygon","coordinates":[[[182802.1651596196,418401.6544051356],[182897.57767258812,417995.5108806002],[182504.0010565928,417402.7608718187],[183303.08085270453,416897.825679153],[183100.32926264632,416502.659006632],[183505.83244276268,416305.0756703715],[183195.74177561485,415800.1404777058],[183398.49336567306,414801.24694438884],[183004.91674967774,414702.4552762586],[182504.0010565928,414504.8719399981],[181394.8305933333,414998.83028064936],[180905.84146436944,414998.83028064936],[180202.1741812263,414702.4552762586],[179904.01007819956,414395.1034198534],[179605.84597517282,414801.24694438884],[178902.17869202967,414998.83028064936],[178604.01458900294,414603.6636081283],[177494.84412574343,415295.2052850401],[177399.43161277485,415701.34880957555],[177900.3473058598,415898.93214583606],[177900.3473058598,416096.5154820965],[177005.85499677958,415997.72381396627],[177101.2675097481,416502.659006632],[176504.93930369464,416700.24234289245],[176803.10340672138,417995.5108806002],[176695.76432963175,418599.2377413961],[176194.8486365468,418599.2377413961],[176004.0236106097,419005.3812659316],[176302.18771363643,419202.96460219205],[176695.76432963175,420004.27479924855],[177399.43161277485,420794.6081442905],[178103.098895918,420695.81647616025],[178604.01458900294,420498.23313989973],[179104.93028208788,420103.06646737875],[179403.09438511461,419400.54793845257],[179701.25848814135,419005.3812659316],[180703.08987431123,418401.6544051356],[181394.8305933333,418204.07106887514],[182098.49787647644,418204.07106887514],[182802.1651596196,418401.6544051356]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0788"},"geometry":{"type":"Polygon","coordinates":[[[149705.9497236504,404998.91809546546],[150099.52633964573,403198.71436509205],[149503.1981335922,402902.3393607013],[149205.03403056547,402199.82083177514],[148501.36674742238,401596.09397097916],[147702.28695131064,401596.09397097916],[147296.78377119428,401694.8856391094],[146795.86807810934,401299.71896658844],[146402.29146211402,401200.9272984582],[145400.46007594414,400202.03376514127],[145305.0475629756,399795.8902406058],[143003.2206876091,399697.09857247554],[142705.05658458234,400300.8254332715],[142299.55340446596,400004.45042888075],[142096.80181440778,400399.61710140173],[141094.97042823792,401398.5106347187],[140594.05473515298,401003.34396219766],[139902.31401613093,401694.8856391094],[140295.89063212622,402298.6124999054],[139604.14991310416,402803.54769257107],[139902.31401613093,403297.5060332223],[138494.97944984466,405602.6449562614],[138304.15442390752,405800.2282925219],[139294.05924595633,405602.6449562614],[138900.48262996104,407402.8486866348],[139103.23422001922,407699.2236910255],[139103.23422001922,408302.9505518215],[139401.39832304599,408302.9505518215],[139699.56242607272,408895.70056060294],[142394.96591743454,409005.4690807477],[142705.05658458234,408599.3255562122],[143194.04571354622,408204.15888369124],[143671.10827838903,408017.5523994452],[144100.46458674752,407501.64035476506],[144195.8770997161,407205.2653503743],[144994.95689582778,406700.3301577086],[145305.0475629756,406096.6032969126],[145102.2959729174,405899.01996065216],[145495.87258891272,405602.6449562614],[145305.0475629756,404900.1264273352],[146199.53987205587,404395.19123466953],[147404.1228482839,403396.29770135257],[147905.03854136885,403802.44122588803],[148298.61515736417,403604.8578896275],[148894.94336341764,404098.81623027875],[149300.44654353405,404000.0245621485],[149503.1981335922,404900.1264273352],[149705.9497236504,404998.91809546546]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0794"},"geometry":{"type":"Polygon","coordinates":[[[175598.52043049328,391003.4317770138],[177304.01909980632,390399.70491621783],[177196.6800227167,389795.9780554219],[177602.18320283305,389598.3947191614],[177602.18320283305,389104.43637851015],[177995.75981882837,388895.8761902352],[178305.8504859762,388500.7095177142],[178305.8504859762,388303.1261814537],[179200.34279505647,386996.8807917315],[179200.34279505647,386700.5057873408],[178401.26299894473,386799.29745547107],[177900.3473058598,386601.7141192106],[177900.3473058598,386305.3391148198],[178305.8504859762,384999.0937250977],[178794.83961494005,384000.20019178075],[177995.75981882837,384000.20019178075],[177995.75981882837,383297.6816628545],[177399.43161277485,383495.264999115],[176695.76432963175,383297.6816628545],[176302.18771363643,383396.47333098477],[174799.4406343816,385405.2372496331],[174596.68904432346,385295.46872948844],[173702.1967352432,385295.46872948844],[172903.11693913152,385295.46872948844],[170994.86667976028,384505.1353844465],[170398.5384737068,384505.1353844465],[170303.12596073822,384801.5103888372],[169301.2945745684,385504.0289177634],[169098.5429845102,385405.2372496331],[168704.96636851487,385701.6122540239],[169098.5429845102,386305.3391148198],[169599.45867759513,386502.92245108035],[170195.7868836486,386996.8807917315],[169504.04616462655,387304.2326481368],[168800.37888148346,387798.19098878803],[167703.134982345,389795.9780554219],[168204.05067542993,390103.3299118271],[168394.87570136704,390004.53824369685],[170398.5384737068,391201.0151132743],[170601.29006376502,391003.4317770138],[170505.87755079643,390696.0799206086],[170804.04165382317,390202.12157995737],[171603.12144993484,389697.18638729164],[172199.44965598837,389598.3947191614],[172998.52945210005,390399.70491621783],[173702.1967352432,391003.4317770138],[174203.11242832814,390399.70491621783],[175002.19222443982,390004.53824369685],[174596.68904432346,390597.28825247835],[174799.4406343816,390696.0799206086],[175503.10791752476,390696.0799206086],[175598.52043049328,391003.4317770138]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0796"},"geometry":{"type":"Polygon","coordinates":[[[157899.4992748255,412496.10802134976],[155705.01147654862,412199.73301695904],[154905.93168043694,412496.10802134976],[154202.2643972938,412397.3163532195],[153904.10029426706,412100.9413488288],[153498.59711415065,412002.1496806985],[153200.4330111239,412199.73301695904],[152794.92983100755,412002.1496806985],[153295.8455240925,411003.25614738156],[153701.34870420885,410498.32095471583],[153701.34870420885,410212.9228023396],[152890.34234397608,410399.52928658563],[152604.10480507044,410300.7376184554],[152496.76572798076,409795.80242578965],[152794.92983100755,409499.4274213989],[152699.51731803897,409203.0524170082],[151995.85003489588,408698.1172243425],[151697.68593186908,408401.7422199517],[150898.6061357574,409400.63575326867],[150016.04039079824,408972.5385247043],[149205.03403056547,408698.1172243425],[148894.94336341764,408698.1172243425],[148394.0276703327,409499.4274213989],[147797.69946427923,410201.9459503251],[147105.95874525717,410597.1126228461],[146605.04305217223,410695.90429097635],[145197.708485886,410498.32095471583],[144398.62868977428,410794.6959591066],[144303.21617680573,411200.8394836421],[143897.71299668934,411299.63115177234],[144005.052073779,411398.42281990254],[145400.46007594414,411804.566344438],[145603.21166600235,412298.52468508924],[145305.0475629756,412704.6682096247],[144994.95689582778,412496.10802134976],[144494.04120274284,412902.2515458852],[144899.5443828592,413901.14507920214],[144100.46458674752,413604.7700748114],[144005.052073779,413999.9367473324],[144195.8770997161,414998.83028064936],[144005.052073779,415404.9738051848],[143802.30048372078,415295.2052850401],[143396.79730360443,415503.765473315],[142705.05658458234,416195.3071502268],[142800.4690975509,416601.45067476225],[142502.30499452417,416996.61734728323],[143504.13638069405,417205.1775355582],[144195.8770997161,416996.61734728323],[145197.708485886,416195.3071502268],[145495.87258891272,416096.5154820965],[146497.7039750826,416700.24234289245],[146795.86807810934,416799.0340110227],[147797.69946427923,416799.0340110227],[148704.11833748053,416502.659006632],[149002.28244050732,416502.659006632],[150397.69044267246,417501.55253994896],[152699.51731803897,418500.44607326586],[152794.92983100755,418105.2794007449],[153403.18460118212,418105.2794007449],[154094.92532020417,418302.86273700534],[155204.09578346368,419005.3812659316],[156694.9162985974,419301.7562703223],[157005.00696574524,418105.2794007449],[157589.40860767767,416996.61734728323],[156301.3396826021,416601.45067476225],[156599.50378562888,415404.9738051848],[156599.50378562888,414702.4552762586],[156897.66788865562,413999.9367473324],[157303.17106877198,414098.72841546265],[157601.3351717987,413604.7700748114],[157100.41947871377,413198.62655027595],[157303.17106877198,412803.45987775497],[157804.08676185692,412704.6682096247],[157899.4992748255,412496.10802134976]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0797"},"geometry":{"type":"Polygon","coordinates":[[[141094.97042823792,416996.61734728323],[141703.2251984125,416897.825679153],[142502.30499452417,416996.61734728323],[142800.4690975509,416601.45067476225],[142705.05658458234,416195.3071502268],[143396.79730360443,415503.765473315],[143802.30048372078,415295.2052850401],[144005.052073779,415404.9738051848],[144195.8770997161,414998.83028064936],[144005.052073779,413999.9367473324],[144100.46458674752,413604.7700748114],[144899.5443828592,413901.14507920214],[144494.04120274284,412902.2515458852],[144994.95689582778,412496.10802134976],[145305.0475629756,412704.6682096247],[145603.21166600235,412298.52468508924],[145400.46007594414,411804.566344438],[144005.052073779,411398.42281990254],[143897.71299668934,411299.63115177234],[143694.96140663116,409499.4274213989],[142597.71750749272,409499.4274213989],[142394.96591743454,409005.4690807477],[139699.56242607272,408895.70056060294],[139401.39832304599,408302.9505518215],[139103.23422001922,408302.9505518215],[139103.23422001922,407699.2236910255],[138900.48262996104,407402.8486866348],[139294.05924595633,405602.6449562614],[138304.15442390752,405800.2282925219],[137695.89965373295,405701.43662439164],[137099.57144767948,405503.8532881312],[136205.07913859922,405503.8532881312],[135501.41185545607,405295.2930998562],[135298.66026539792,407304.05701850454],[135203.24775242934,409301.8440851384],[135394.07277836645,409598.2190895292],[135203.24775242934,409795.80242578965],[135596.82436842466,409894.5940939199],[135501.41185545607,410597.1126228461],[135501.41185545607,411694.7978242933],[135394.07277836645,411903.35801256826],[135394.07277836645,412704.6682096247],[135894.9884714514,412803.45987775497],[135596.82436842466,413604.7700748114],[135095.9086753397,414197.52008359286],[134702.3320593444,414504.8719399981],[133998.66477620127,414702.4552762586],[133903.25226323272,414900.0386125191],[134404.16795631766,415295.2052850401],[135298.66026539792,415898.93214583606],[136503.24324162595,416403.86733850173],[137099.57144767948,416601.45067476225],[138196.8153468179,416897.825679153],[139496.8108360145,417095.4090154135],[140594.05473515298,417095.4090154135],[141094.97042823792,416996.61734728323]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0798"},"geometry":{"type":"Polygon","coordinates":[[[137194.983960648,393495.1771842989],[138196.8153468179,392496.28365098196],[138494.97944984466,392704.8438392569],[139198.64673298778,392002.3253103307],[139997.72652909945,391299.80678140454],[140904.14540230078,391003.4317770138],[141297.72201829607,391003.4317770138],[141703.2251984125,391201.0151132743],[142096.80181440778,391201.0151132743],[143003.2206876091,391398.5984495348],[143694.96140663116,392002.3253103307],[143802.30048372078,391003.4317770138],[144303.21617680573,391102.223445144],[144494.04120274284,391694.9734539255],[145579.3585377602,391179.06140924536],[145305.0475629756,390794.87158873887],[145305.0475629756,390004.53824369685],[144005.052073779,390004.53824369685],[144100.46458674752,388994.66785836546],[143802.30048372078,388895.8761902352],[143396.79730360443,387095.67245986185],[142705.05658458234,386305.3391148198],[141405.06109538572,382397.57979766786],[141297.72201829607,382353.67238961],[140904.14540230078,382199.99646140734],[140498.6422221844,382397.57979766786],[139794.97493904128,382298.7881295376],[139103.23422001922,382595.1631339283],[139103.23422001922,382199.99646140734],[135203.24775242934,382199.99646140734],[135298.66026539792,382496.3714657981],[133700.5006731745,386700.5057873408],[133605.08816020598,386996.8807917315],[131601.4253878662,386996.8807917315],[131494.0863107766,386996.8807917315],[131696.83790083477,388698.29285397474],[132901.42087706283,388500.7095177142],[132901.42087706283,388698.29285397474],[132400.5051839779,389400.8113829009],[133497.74908311633,390202.12157995737],[133199.58498008957,390498.4965843481],[134201.41636625945,391398.5984495348],[134797.74457231298,391299.80678140454],[135000.49616237116,391903.5336422005],[134702.3320593444,392101.116978461],[135095.9086753397,392397.49198285176],[134905.0836494026,392902.4271755174],[135394.07277836645,393297.5938480384],[135095.9086753397,393604.9457044436],[135704.16344551428,394197.6957132251],[136002.327548541,394900.2142421513],[136372.0510362942,395273.42721064336],[136896.81985762127,393703.7373725739],[137194.983960648,393495.1771842989]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0808"},"geometry":{"type":"Polygon","coordinates":[[[159998.5745601338,420300.6498036393],[159604.99794413848,419598.1312747131],[159104.08225105354,419400.54793845257],[158603.1665579686,419598.1312747131],[158197.66337785224,419499.3396065828],[156694.9162985974,419301.7562703223],[155204.09578346368,419005.3812659316],[154094.92532020417,418302.86273700534],[153403.18460118212,418105.2794007449],[152794.92983100755,418105.2794007449],[152699.51731803897,418500.44607326586],[153105.02049815538,419202.96460219205],[153295.8455240925,421101.9600006957],[153701.34870420885,422298.43687027314],[154798.59260334726,424098.6406006465],[155394.9208094008,424801.15912957274],[155895.83650248573,425602.4693266292],[156301.3396826021,425997.63599915017],[156897.66788865562,425898.8443310199],[157100.41947871377,425503.6776584989],[157505.92265883018,424998.7424658332],[157899.4992748255,424702.3674614425],[158603.1665579686,424603.5757933122],[159294.90727699065,424603.5757933122],[160404.07774025016,424702.3674614425],[160797.65435624548,424899.950797703],[161203.1575363619,425404.88599036867],[161501.32163938863,426403.77952368563],[161704.07322944677,426700.15452807635],[162097.6498454421,426897.7378643369],[162598.56553852704,426897.7378643369],[163099.48123161198,426601.3628599461],[163898.56102772366,425701.26099475945],[164804.979900925,425503.6776584989],[165198.55651692027,425295.117470224],[165198.55651692027,424603.5757933122],[164304.06420784007,423604.6822599953],[163803.14851475513,423297.3304035901],[163803.14851475513,423000.95539919933],[162598.56553852704,422199.6452021429],[162002.23733247357,422002.06186588237],[161298.57004933042,421398.33500508644],[161000.40594630368,420904.3766644352],[159998.5745601338,420300.6498036393]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0809"},"geometry":{"type":"Polygon","coordinates":[[[135501.41185545607,405295.2930998562],[135000.49616237116,404504.9597548142],[135095.9086753397,404395.19123466953],[135274.80713715576,403253.5986251644],[135239.02744479256,403034.061584875],[134702.3320593444,402496.19583616586],[133104.17246712104,402397.4041680356],[132305.09267100933,402496.19583616586],[131303.26128483948,402496.19583616586],[131195.92220774983,402002.2374955146],[128500.51871638802,402199.82083177514],[128095.01553627165,403802.44122588803],[127701.43892027634,405800.2282925219],[127295.93574015996,407402.8486866348],[127498.68733021815,408895.70056060294],[127701.43892027634,409795.80242578965],[128095.01553627165,409598.2190895292],[129502.3501025579,409104.26074887795],[130003.26579564284,408796.90889247274],[130897.75810472308,408500.533888082],[131601.4253878662,408105.367215561],[132305.09267100933,408204.15888369124],[132197.7535939197,408895.70056060294],[132400.5051839779,409203.0524170082],[133605.08816020598,409203.0524170082],[134404.16795631766,409598.2190895292],[135203.24775242934,409795.80242578965],[135394.07277836645,409598.2190895292],[135203.24775242934,409301.8440851384],[135298.66026539792,407304.05701850454],[135501.41185545607,405295.2930998562]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0815"},"geometry":{"type":"Polygon","coordinates":[[[183004.91674967774,414702.4552762586],[183100.32926264632,413604.7700748114],[182694.82608252997,413396.20988653647],[183696.6574686998,413001.04321401543],[183505.83244276268,412803.45987775497],[183899.409058758,412496.10802134976],[184603.07634190115,412594.89968947996],[185103.9920349861,412298.52468508924],[185795.73275400815,411299.63115177234],[186499.40003715124,410201.9459503251],[184603.07634190115,408500.533888082],[184400.32475184294,408698.1172243425],[183994.82157172658,408105.367215561],[183505.83244276268,408105.367215561],[182802.1651596196,406799.1218258388],[182003.08536350785,406305.1634851876],[179999.42259116814,404900.1264273352],[179605.84597517282,406897.91349396907],[179295.755308025,408204.15888369124],[178997.59120499826,409894.5940939199],[177602.18320283305,412199.73301695904],[176600.35181666317,413703.5617429417],[177005.85499677958,414801.24694438884],[177494.84412574343,415295.2052850401],[178604.01458900294,414603.6636081283],[178902.17869202967,414998.83028064936],[179605.84597517282,414801.24694438884],[179904.01007819956,414395.1034198534],[180202.1741812263,414702.4552762586],[180905.84146436944,414998.83028064936],[181394.8305933333,414998.83028064936],[182504.0010565928,414504.8719399981],[183004.91674967774,414702.4552762586]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0820"},"geometry":{"type":"Polygon","coordinates":[[[166104.97539012163,394296.4873813554],[166605.89108320657,392199.90864659124],[166796.7161091437,391201.0151132743],[167404.97087931825,390300.9132480876],[168204.05067542993,390103.3299118271],[167703.134982345,389795.9780554219],[168800.37888148346,387798.19098878803],[169504.04616462655,387304.2326481368],[170195.7868836486,386996.8807917315],[169599.45867759513,386502.92245108035],[169098.5429845102,386305.3391148198],[168704.96636851487,385701.6122540239],[168299.4631883985,385097.8853932279],[167404.97087931825,383605.03351925977],[166104.97539012163,382803.72332220327],[165496.72061994707,383802.61685552023],[165604.0596970367,384296.57519617147],[164995.80492686213,385196.6770613582],[164995.80492686213,385504.0289177634],[164399.4767208086,385701.6122540239],[163600.39692469692,386502.92245108035],[163397.6453346387,386898.0891236013],[163397.6453346387,388500.7095177142],[163898.56102772366,389302.01971477066],[163803.14851475513,389598.3947191614],[163504.9844117284,389795.9780554219],[163504.9844117284,390004.53824369685],[164196.72513075045,390300.9132480876],[164602.2283108668,390300.9132480876],[165997.636313032,391497.39011766505],[165699.47221000522,392397.49198285176],[165902.22380006342,392595.0753191122],[165604.0596970367,393001.2188436477],[164995.80492686213,392902.4271755174],[166104.97539012163,394296.4873813554]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0823"},"geometry":{"type":"Polygon","coordinates":[[[152902.26890809718,395097.7975784118],[153701.34870420885,393703.7373725739],[153605.93619124027,393495.1771842989],[152794.92983100755,393297.5938480384],[152699.51731803897,392496.28365098196],[152401.35321501223,392002.3253103307],[152496.76572798076,390904.64010888356],[152794.92983100755,389697.18638729164],[153403.18460118212,389203.2280466404],[155001.34419340547,388599.5011858445],[155299.5082964322,388434.84840562736],[155299.5082964322,386996.8807917315],[155299.5082964322,386898.0891236013],[154405.015987352,386096.7789265449],[153796.76121717744,386305.3391148198],[152997.6814210657,386404.1307829501],[152794.92983100755,385899.19559028436],[151304.10931587376,386601.7141192106],[151304.10931587376,385997.9872584146],[150898.6061357574,386096.7789265449],[149205.03403056547,385504.0289177634],[148799.5308504491,384900.3020569674],[148596.7792603909,385097.8853932279],[147905.03854136885,384999.0937250977],[147499.5353612525,384603.9270525767],[146497.7039750826,384395.36686430173],[146199.53987205587,384395.36686430173],[145400.46007594414,384098.991859911],[145603.21166600235,383198.8899947243],[144696.79279280105,382704.93165407307],[144601.38027983246,382199.99646140734],[144005.052073779,381903.6214570166],[143599.54889366258,381804.82978888636],[143194.04571354622,382397.57979766786],[143098.63320057766,382803.72332220327],[142394.96591743454,382902.5149903336],[141703.2251984125,382397.57979766786],[141405.06109538572,382397.57979766786],[142705.05658458234,386305.3391148198],[143396.79730360443,387095.67245986185],[143802.30048372078,388895.8761902352],[144100.46458674752,388994.66785836546],[144005.052073779,390004.53824369685],[145305.0475629756,390004.53824369685],[145305.0475629756,390794.87158873887],[145579.3585377602,391179.06140924536],[144494.04120274284,391694.9734539255],[144303.21617680573,391102.223445144],[143802.30048372078,391003.4317770138],[143694.96140663116,392002.3253103307],[144195.8770997161,392496.28365098196],[144398.62868977428,393604.9457044436],[145102.2959729174,393001.2188436477],[145495.87258891272,393604.9457044436],[145698.62417897093,394603.8392377606],[146294.9523850244,394603.8392377606],[146402.29146211402,394999.00591028156],[146903.20715519896,395295.3809146723],[147296.78377119428,395097.7975784118],[147404.1228482839,395503.9411029473],[146998.61966816755,395701.52443920774],[147105.95874525717,395997.8994435985],[149503.1981335922,395196.5892465421],[150695.8545456992,395800.316107338],[151196.77023878414,395800.316107338],[151494.93434181093,395295.3809146723],[151995.85003489588,395097.7975784118],[152902.26890809718,395097.7975784118]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0824"},"geometry":{"type":"Polygon","coordinates":[[[145305.0475629756,399795.8902406058],[145197.708485886,398994.5800435493],[146294.9523850244,396898.00130878517],[146795.86807810934,396096.6911117288],[147105.95874525717,395997.8994435985],[146998.61966816755,395701.52443920774],[147404.1228482839,395503.9411029473],[147296.78377119428,395097.7975784118],[146903.20715519896,395295.3809146723],[146402.29146211402,394999.00591028156],[146294.9523850244,394603.8392377606],[145698.62417897093,394603.8392377606],[145495.87258891272,393604.9457044436],[145102.2959729174,393001.2188436477],[144398.62868977428,393604.9457044436],[144195.8770997161,392496.28365098196],[143694.96140663116,392002.3253103307],[143003.2206876091,391398.5984495348],[142096.80181440778,391201.0151132743],[141703.2251984125,391201.0151132743],[141297.72201829607,391003.4317770138],[140904.14540230078,391003.4317770138],[139997.72652909945,391299.80678140454],[139198.64673298778,392002.3253103307],[138494.97944984466,392704.8438392569],[138196.8153468179,392496.28365098196],[137194.983960648,393495.1771842989],[137397.73555070622,394000.11237696465],[137994.06375675972,394801.42257402104],[137803.23873082257,395295.3809146723],[137898.65124379116,395602.73277107754],[137695.89965373295,395899.10777546826],[137803.23873082257,396898.00130878517],[137695.89965373295,397095.5846450457],[138196.8153468179,398401.83003476786],[138494.97944984466,398796.99670728884],[139401.39832304599,399795.8902406058],[140594.05473515298,401003.34396219766],[141094.97042823792,401398.5106347187],[142096.80181440778,400399.61710140173],[142299.55340446596,400004.45042888075],[142705.05658458234,400300.8254332715],[143003.2206876091,399697.09857247554],[145305.0475629756,399795.8902406058]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0826"},"geometry":{"type":"Polygon","coordinates":[[[123002.37265657476,409499.4274213989],[123097.78516954333,409005.4690807477],[123395.94927257008,408698.1172243425],[123694.11337559683,407699.2236910255],[123610.62742674934,407062.56627418613],[123300.53675960151,406502.7468214481],[123002.37265657476,406195.3949650429],[122203.29286046309,405097.7097635957],[121595.03809028851,404098.81623027875],[122298.70537343164,403802.44122588803],[122095.95378337345,403099.9226969618],[122501.45696348984,402298.6124999054],[122501.45696348984,401497.3023028489],[122203.29286046309,401102.1356303279],[120497.79419115008,400103.242097011],[118804.22208595814,398994.5800435493],[118100.55480281501,399104.34856369405],[117695.05162269864,399301.93189995456],[117301.47500670333,399795.8902406058],[117194.1359296137,400904.55229406746],[116705.14680064983,401102.1356303279],[117301.47500670333,401804.65415925416],[117003.31090367658,402397.4041680356],[117301.47500670333,403297.5060332223],[116299.64362053345,404098.81623027875],[116204.23110756489,404395.19123466953],[115703.31541447995,404900.1264273352],[115095.06064430538,405097.7097635957],[114796.89654127863,404998.91809546546],[113604.24012917164,405196.5014317259],[113496.901052082,405503.8532881312],[114105.15582225658,405997.8116287824],[113902.40423219839,406195.3949650429],[113103.3244360867,408500.533888082],[114105.15582225658,409104.26074887795],[117301.47500670333,410201.9459503251],[117396.88751967189,410904.4644792513],[118005.14228984645,410695.90429097635],[118696.8830088685,409894.5940939199],[119996.87849806514,409598.2190895292],[121094.12239720358,409697.01075765945],[122203.29286046309,409894.5940939199],[123002.37265657476,409499.4274213989]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0828"},"geometry":{"type":"Polygon","coordinates":[[[177399.43161277485,420794.6081442905],[176695.76432963175,420004.27479924855],[176302.18771363643,419202.96460219205],[176004.0236106097,419005.3812659316],[175204.94381449802,419202.96460219205],[174799.4406343816,419905.48313111824],[174501.27653135487,419400.54793845257],[174405.8640183863,418401.6544051356],[174298.52494129667,418204.07106887514],[173105.86852918967,419499.3396065828],[172104.03714301978,419202.96460219205],[172199.44965598837,418895.61274578684],[170899.45416679175,418500.44607326586],[170696.70257673354,418599.2377413961],[170195.7868836486,418302.86273700534],[169504.04616462655,417995.5108806002],[169504.04616462655,417699.1358762094],[168096.7115983403,417402.7608718187],[168204.05067542993,416305.0756703715],[168394.87570136704,415898.93214583606],[167595.79590525536,415800.1404777058],[166904.0551862333,415997.72381396627],[165806.8112870949,416601.45067476225],[165103.14400395175,416897.825679153],[163302.2328216702,416601.45067476225],[162705.90461561666,416305.0756703715],[162204.98892253172,416502.659006632],[162300.4014355003,416996.61734728323],[162705.90461561666,417402.7608718187],[161799.48574241536,418105.2794007449],[161894.89825538395,418302.86273700534],[161000.40594630368,418796.8210776566],[160904.9934333351,419301.7562703223],[160499.49025321874,419202.96460219205],[160296.73866316053,419499.3396065828],[160201.326150192,420300.6498036393],[159998.5745601338,420300.6498036393],[161000.40594630368,420904.3766644352],[161298.57004933042,421398.33500508644],[162002.23733247357,422002.06186588237],[162598.56553852704,422199.6452021429],[163803.14851475513,423000.95539919933],[163803.14851475513,423297.3304035901],[164304.06420784007,423604.6822599953],[165198.55651692027,424603.5757933122],[165198.55651692027,425295.117470224],[165902.22380006342,425404.88599036867],[166104.97539012163,425602.4693266292],[166403.13949314837,426304.9878555554],[166701.3035961751,426502.5711918159],[167404.97087931825,426601.3628599461],[168096.7115983403,426601.3628599461],[168895.79139445198,426798.9461962066],[169504.04616462655,426601.3628599461],[170100.37437068007,426304.9878555554],[170899.45416679175,425701.26099475945],[172199.44965598837,425701.26099475945],[172604.95283610473,425404.88599036867],[172903.11693913152,424998.7424658332],[173105.86852918967,424197.43226877676],[173404.03263221646,423703.4739281256],[174000.36083826993,422902.1637310691],[174405.8640183863,422704.5803948086],[175598.52043049328,422594.81187466386],[176099.43612357823,422298.43687027314],[176695.76432963175,421200.751668826],[177005.85499677958,420904.3766644352],[177399.43161277485,420794.6081442905]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0840"},"geometry":{"type":"Polygon","coordinates":[[[99805.20544109368,397205.35316519043],[100198.782057089,397095.5846450457],[101105.20093029032,396404.042968134],[102095.10575233912,396195.482779859],[102202.44482942876,395701.52443920774],[102798.77303548226,395097.7975784118],[103204.27621559863,395196.5892465421],[103096.937138509,393100.01051177795],[102500.6089324555,393001.2188436477],[102095.10575233912,392704.8438392569],[101701.52913634382,392199.90864659124],[101796.94164931237,391596.18178579526],[101105.20093029032,391299.80678140454],[98898.78656789237,391596.18178579526],[99602.4538510355,390004.53824369685],[99196.95067091912,389894.76972355216],[98696.03497783418,389598.3947191614],[98397.87087480743,388500.7095177142],[97300.626975669,388797.08452210494],[96704.2987696155,387501.81598439725],[96000.63148647237,388500.7095177142],[92398.80912190925,387995.7743250485],[92398.80912190925,388401.91784958396],[92899.72481499417,388599.5011858445],[92696.973224936,388994.66785836546],[93305.22799511056,390696.0799206086],[93197.88891802092,391299.80678140454],[93603.39209813731,392298.7003147215],[94402.471894249,392496.28365098196],[94796.0485102443,393495.1771842989],[95094.21261327105,395196.5892465421],[94605.22348430718,395295.3809146723],[93901.55620116406,395295.3809146723],[93305.22799511056,395602.73277107754],[93305.22799511056,395997.8994435985],[93496.05302104767,396996.7929769154],[93603.39209813731,397501.72816958115],[94104.30779122225,398105.45503037714],[95821.73302465632,397842.0105820298],[96072.19087119879,397765.1726179285],[95595.128306356,397095.5846450457],[95404.30328041887,396195.482779859],[95797.87989641418,395899.10777546826],[98099.70677178068,396700.4179725247],[99805.20544109368,397205.35316519043]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0844"},"geometry":{"type":"Polygon","coordinates":[[[162598.56553852704,404197.607898409],[163004.06871864345,403802.44122588803],[162705.90461561666,402803.54769257107],[162503.1530255585,402397.4041680356],[161799.48574241536,402298.6124999054],[161799.48574241536,401903.44582738436],[162002.23733247357,401398.5106347187],[162300.4014355003,399795.8902406058],[160594.90276618727,401497.3023028489],[159497.65886704886,401003.34396219766],[157005.00696574524,400004.45042888075],[156504.0912726603,401003.34396219766],[155502.2598864904,401102.1356303279],[155204.09578346368,401804.65415925416],[155502.2598864904,401903.44582738436],[155299.5082964322,402496.19583616586],[155299.5082964322,403099.9226969618],[155096.75670637406,403604.8578896275],[154798.59260334726,403901.2328940183],[154703.18009037874,404702.5430910747],[154202.2643972938,404998.91809546546],[153904.10029426706,404900.1264273352],[153904.10029426706,405405.0616200009],[154405.015987352,405503.8532881312],[153904.10029426706,405899.01996065216],[154500.42850032053,406096.6032969126],[154405.015987352,406403.9551533179],[155597.672399459,406305.1634851876],[156301.3396826021,406601.53848957835],[156599.50378562888,406897.91349396907],[156897.66788865562,407402.8486866348],[157505.92265883018,407205.2653503743],[158495.82748087897,406799.1218258388],[160594.90276618727,405899.01996065216],[162598.56553852704,404197.607898409]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0845"},"geometry":{"type":"Polygon","coordinates":[[[159795.8229700756,411003.25614738156],[159294.90727699065,409005.4690807477],[158996.7431739639,408401.7422199517],[158161.883685489,408401.7422199517],[158102.25086488365,407995.5986954163],[157804.08676185692,407501.64035476506],[157505.92265883018,407205.2653503743],[156897.66788865562,407402.8486866348],[156599.50378562888,406897.91349396907],[156301.3396826021,406601.53848957835],[155597.672399459,406305.1634851876],[154405.015987352,406403.9551533179],[154500.42850032053,406096.6032969126],[153904.10029426706,405899.01996065216],[154405.015987352,405503.8532881312],[153904.10029426706,405405.0616200009],[153904.10029426706,404900.1264273352],[154202.2643972938,404998.91809546546],[154703.18009037874,404702.5430910747],[154798.59260334726,403901.2328940183],[155096.75670637406,403604.8578896275],[155299.5082964322,403099.9226969618],[155299.5082964322,402496.19583616586],[155502.2598864904,401903.44582738436],[155204.09578346368,401804.65415925416],[154595.84101328911,401596.09397097916],[154094.92532020417,401398.5106347187],[153295.8455240925,401398.5106347187],[152604.10480507044,401299.71896658844],[152496.76572798076,401694.8856391094],[151805.0250089587,401398.5106347187],[151399.52182884235,401596.09397097916],[151196.77023878414,402002.2374955146],[151196.77023878414,402496.19583616586],[151900.4375219273,403099.9226969618],[151900.4375219273,403495.0893694828],[151602.27341890056,403703.6495577578],[150194.93885261426,405097.7097635957],[150397.69044267246,405196.5014317259],[150302.27792970394,405602.6449562614],[150302.27792970394,406799.1218258388],[150099.52633964573,407095.4968302296],[149801.362236619,407205.2653503743],[149801.362236619,407699.2236910255],[149395.85905650258,407995.5986954163],[149205.03403056547,408500.533888082],[150016.04039079824,408972.5385247043],[150898.6061357574,409400.63575326867],[151697.68593186908,408401.7422199517],[151995.85003489588,408698.1172243425],[152699.51731803897,409203.0524170082],[152794.92983100755,409499.4274213989],[152496.76572798076,409795.80242578965],[152604.10480507044,410300.7376184554],[152890.34234397608,410399.52928658563],[153701.34870420885,410212.9228023396],[153701.34870420885,410498.32095471583],[153295.8455240925,411003.25614738156],[152794.92983100755,412002.1496806985],[153200.4330111239,412199.73301695904],[153498.59711415065,412002.1496806985],[153904.10029426706,412100.9413488288],[154202.2643972938,412397.3163532195],[154905.93168043694,412496.10802134976],[155705.01147654862,412199.73301695904],[157899.4992748255,412496.10802134976],[158603.1665579686,412397.3163532195],[159199.49476402212,411804.566344438],[158996.7431739639,411102.0478155118],[159497.65886704886,410904.4644792513],[159795.8229700756,411003.25614738156]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0846"},"geometry":{"type":"Polygon","coordinates":[[[162300.4014355003,399795.8902406058],[162896.72964155377,399795.8902406058],[164494.88923377718,399400.72356808477],[164697.6408238354,399301.93189995456],[165198.55651692027,398500.62170289806],[165604.0596970367,397995.6865102324],[166295.80041605874,397798.1031739719],[165997.636313032,397205.35316519043],[165902.22380006342,396601.62630439445],[165103.14400395175,396502.83463626425],[165997.636313032,394801.42257402104],[165794.8847229738,394603.8392377606],[166104.97539012163,394296.4873813554],[164995.80492686213,392902.4271755174],[164602.2283108668,392595.0753191122],[163397.6453346387,392704.8438392569],[162801.31712858524,392496.28365098196],[162705.90461561666,393297.5938480384],[162395.8139484689,393100.01051177795],[162002.23733247357,393901.3207088344],[161894.89825538395,394801.42257402104],[160594.90276618727,394603.8392377606],[159795.8229700756,394296.4873813554],[158102.25086488365,393802.52904070413],[157994.91178779403,394000.11237696465],[157505.92265883018,393901.3207088344],[157303.17106877198,394395.27904948563],[156599.50378562888,394801.42257402104],[156205.92716963356,395503.9411029473],[156205.92716963356,396096.6911117288],[156098.58809254394,396601.62630439445],[155800.42398951715,397402.9365014509],[155800.42398951715,398105.45503037714],[156205.92716963356,398500.62170289806],[155597.672399459,398599.4133710284],[155204.09578346368,399400.72356808477],[154595.84101328911,399894.681908736],[155001.34419340547,400202.03376514127],[154703.18009037874,400597.2004376622],[154703.18009037874,401003.34396219766],[154905.93168043694,401299.71896658844],[154595.84101328911,401596.09397097916],[155204.09578346368,401804.65415925416],[155502.2598864904,401102.1356303279],[156504.0912726603,401003.34396219766],[157005.00696574524,400004.45042888075],[159497.65886704886,401003.34396219766],[160594.90276618727,401497.3023028489],[162300.4014355003,399795.8902406058]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0847"},"geometry":{"type":"Polygon","coordinates":[[[176302.18771363643,383396.47333098477],[176803.10340672138,381497.47793248115],[176803.10340672138,381102.3112599602],[177101.2675097481,380202.20939477347],[177995.75981882837,379203.3158614565],[179295.755308025,377897.0704717344],[179403.09438511461,377600.6954673436],[179498.5068980832,376195.65840949124],[179605.84597517282,375701.70006884],[179904.01007819956,375800.49173697026],[181704.92126048112,371695.1490835578],[179999.42259116814,371201.19074290653],[176898.51591968996,370202.29720958957],[174894.8531473502,369598.57034879364],[174704.02812141308,370004.7138733291],[174894.8531473502,370498.67221398035],[174501.27653135487,370795.04721837107],[173594.85765815357,373901.4963384666],[172497.6137590151,377798.27880360413],[172497.6137590151,381497.47793248115],[172795.77786204184,382803.72332220327],[172795.77786204184,383495.264999115],[173404.03263221646,384098.991859911],[173702.1967352432,384900.3020569674],[173702.1967352432,385295.46872948844],[174596.68904432346,385295.46872948844],[174799.4406343816,385405.2372496331],[176302.18771363643,383396.47333098477]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0848"},"geometry":{"type":"Polygon","coordinates":[[[164995.80492686213,392902.4271755174],[165604.0596970367,393001.2188436477],[165902.22380006342,392595.0753191122],[165699.47221000522,392397.49198285176],[165997.636313032,391497.39011766505],[164602.2283108668,390300.9132480876],[164196.72513075045,390300.9132480876],[163504.9844117284,390004.53824369685],[163504.9844117284,389795.9780554219],[162598.56553852704,389795.9780554219],[161405.90912642004,389697.18638729164],[160702.24184327695,389697.18638729164],[159294.90727699065,389598.3947191614],[158805.9181480268,389400.8113829009],[158698.57907093718,389697.18638729164],[159199.49476402212,391497.39011766505],[157505.92265883018,393901.3207088344],[157994.91178779403,394000.11237696465],[158102.25086488365,393802.52904070413],[159795.8229700756,394296.4873813554],[160594.90276618727,394603.8392377606],[161894.89825538395,394801.42257402104],[162002.23733247357,393901.3207088344],[162395.8139484689,393100.01051177795],[162705.90461561666,393297.5938480384],[162801.31712858524,392496.28365098196],[163397.6453346387,392704.8438392569],[164602.2283108668,392595.0753191122],[164995.80492686213,392902.4271755174]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0851"},"geometry":{"type":"Polygon","coordinates":[[[85099.75187981443,407501.64035476506],[85803.41916295755,406799.1218258388],[86196.99577895286,406700.3301577086],[86697.9114720378,405997.8116287824],[87496.99126814949,405196.5014317259],[88296.07106426118,404998.91809546546],[88594.23516728793,404296.3995665393],[89202.4899374625,403604.8578896275],[88498.82265431936,403001.1310288316],[88594.23516728793,402298.6124999054],[88594.23516728793,400597.2004376622],[88796.98675734611,399795.8902406058],[89596.0665534578,398204.24669850734],[89405.24152752069,398105.45503037714],[89405.24152752069,397095.5846450457],[89202.4899374625,396799.20964065497],[88594.23516728793,396700.4179725247],[88403.4101413508,396404.042968134],[87294.2396780913,396305.2513000037],[85004.33936684586,395503.9411029473],[84694.24869969804,395503.9411029473],[83895.16890358635,395701.52443920774],[80794.26223210817,396404.042968134],[79398.85422994298,396601.62630439445],[79494.26674291154,397205.35316519043],[77800.6946377196,397896.89484210213],[77395.19145760323,397896.89484210213],[77395.19145760323,398303.0383666376],[76297.94755846479,398599.4133710284],[75701.61935241129,397798.1031739719],[75594.28027532165,397095.5846450457],[75403.45524938454,396404.042968134],[75200.70365932636,396305.2513000037],[75105.29114635779,396898.00130878517],[74699.78796624142,397699.3115058417],[72600.7126809331,400300.8254332715],[72302.54857790636,400904.55229406746],[72099.79698784815,401596.09397097916],[72099.79698784815,402594.9875042961],[72195.20950081672,403001.1310288316],[72600.7126809331,403901.2328940183],[73101.62837401804,404504.9597548142],[73805.29565716116,404998.91809546546],[75403.45524938454,405602.6449562614],[75594.28027532165,405405.0616200009],[76500.69914852298,405405.0616200009],[77204.3664316661,405800.2282925219],[78504.36192086274,406195.3949650429],[79303.44171697443,406305.1634851876],[80400.68561611285,406799.1218258388],[80901.6013091978,406897.91349396907],[82094.25772130479,406700.3301577086],[83203.4281845643,407095.4968302296],[84002.50798067599,407600.4320228953],[84503.42367376093,407995.5986954163],[85099.75187981443,407501.64035476506]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0852"},"geometry":{"type":"MultiPolygon","coordinates":[[[[136395.90416453633,497204.47501702927],[136801.40734465272,497094.7064968846],[137695.89965373295,497303.2666851595],[137994.06375675972,496995.9148287543],[136896.81985762127,496501.9564881031],[136205.07913859922,496304.3731518426],[135894.9884714514,495898.22962730716],[135000.49616237116,495997.02129543736],[135501.41185545607,496897.12316062406],[135704.16344551428,497698.4333576805],[136300.49165156778,497402.0583532898],[136395.90416453633,497204.47501702927]]],[[[132698.66928700465,499795.01209244464],[132794.0817999732,498796.1185591277],[133402.33657014777,498203.36855034623],[133294.99749305815,497896.01669394097],[132901.42087706283,497797.22502581077],[132102.34108095116,497994.8083620713],[131303.26128483948,497500.85002142005],[131494.0863107766,497094.7064968846],[131995.00200386153,497303.2666851595],[132400.5051839779,496995.9148287543],[131995.00200386153,496304.3731518426],[131899.58949089295,495700.64629104664],[131899.58949089295,494998.12776212045],[131995.00200386153,494701.75275772973],[132996.83339003142,494405.37775333895],[133199.58498008957,494602.9610895994],[134296.82887922804,494405.37775333895],[134499.58046928621,494196.81756506395],[133903.25226323272,493505.27588815225],[133605.08816020598,493000.3406954865],[133605.08816020598,492605.1740229656],[133294.99749305815,492100.2388302998],[133104.17246712104,492199.03049843013],[131995.00200386153,492001.4471621696],[131398.673797808,492199.03049843013],[130897.75810472308,492100.2388302998],[130599.59400169633,492495.40550282085],[130098.6783086114,492605.1740229656],[129895.92671855321,492396.6138346906],[128703.27030644621,493099.13236361684],[127999.60302330309,493099.13236361684],[127796.8514332449,492901.5490273563],[127498.68733021815,493296.7156998773],[126795.02004707501,492901.5490273563],[125101.44794188309,492703.9656910958],[125304.19953194127,493000.3406954865],[125304.19953194127,494405.37775333895],[125196.86045485165,495700.64629104664],[125101.44794188309,496194.6046316979],[125304.19953194127,496798.33149249386],[125101.44794188309,497994.8083620713],[125101.44794188309,498598.5352228672],[125196.86045485165,499696.2204243144],[125602.36363496802,499597.4287561842],[125495.0245578784,498697.3268909975],[125805.11522502621,498302.16021847643],[126902.35912416465,498203.36855034623],[127105.11071422284,498400.95188660675],[128595.93122935659,500804.88247777603],[130396.84241163815,499795.01209244464],[130802.34559175452,500102.36394884984],[131303.26128483948,500102.36394884984],[132698.66928700465,500398.73895324057],[132698.66928700465,499795.01209244464]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0855"},"geometry":{"type":"Polygon","coordinates":[[[138304.15442390752,405800.2282925219],[138494.97944984466,405602.6449562614],[139902.31401613093,403297.5060332223],[139604.14991310416,402803.54769257107],[140295.89063212622,402298.6124999054],[139902.31401613093,401694.8856391094],[140594.05473515298,401003.34396219766],[139401.39832304599,399795.8902406058],[138494.97944984466,398796.99670728884],[138196.8153468179,398401.83003476786],[137695.89965373295,397095.5846450457],[137803.23873082257,396898.00130878517],[137695.89965373295,395899.10777546826],[137898.65124379116,395602.73277107754],[137803.23873082257,395295.3809146723],[137994.06375675972,394801.42257402104],[137397.73555070622,394000.11237696465],[137194.983960648,393495.1771842989],[136896.81985762127,393703.7373725739],[136372.0510362942,395273.42721064336],[136002.327548541,394900.2142421513],[135704.16344551428,394197.6957132251],[135095.9086753397,393604.9457044436],[134296.82887922804,393802.52904070413],[133903.25226323272,393604.9457044436],[133294.99749305815,393495.1771842989],[133199.58498008957,394197.6957132251],[132400.5051839779,394296.4873813554],[131696.83790083477,394098.90404509485],[131804.17697792442,393495.1771842989],[131005.09718181271,393604.9457044436],[130301.4298986696,393495.1771842989],[130003.26579564284,393901.3207088344],[129705.1016926161,394505.0475696303],[128202.35461336127,394296.4873813554],[127295.93574015996,394603.8392377606],[126401.44343107971,394702.63090589084],[126699.60753410646,395097.7975784118],[126496.85594404826,395405.149434817],[125805.11522502621,395701.52443920774],[124898.6963518249,395800.316107338],[124803.28383885634,396996.7929769154],[125697.77614793659,397501.72816958115],[125995.94025096334,398105.45503037714],[125900.52773799477,398401.83003476786],[126294.10435399009,400498.408769532],[126294.10435399009,401003.34396219766],[125900.52773799477,401102.1356303279],[125900.52773799477,401694.8856391094],[124600.53224879815,402594.9875042961],[124898.6963518249,403001.1310288316],[125697.77614793659,402803.54769257107],[126795.02004707501,402298.6124999054],[127701.43892027634,402199.82083177514],[128500.51871638802,402199.82083177514],[131195.92220774983,402002.2374955146],[131303.26128483948,402496.19583616586],[132305.09267100933,402496.19583616586],[133104.17246712104,402397.4041680356],[134702.3320593444,402496.19583616586],[135239.02744479256,403034.061584875],[135274.80713715576,403253.5986251644],[135095.9086753397,404395.19123466953],[135000.49616237116,404504.9597548142],[135501.41185545607,405295.2930998562],[136205.07913859922,405503.8532881312],[137099.57144767948,405503.8532881312],[137695.89965373295,405701.43662439164],[138304.15442390752,405800.2282925219]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0856"},"geometry":{"type":"Polygon","coordinates":[[[179605.84597517282,406897.91349396907],[179999.42259116814,404900.1264273352],[180202.1741812263,403802.44122588803],[179403.09438511461,403802.44122588803],[177304.01909980632,404098.81623027875],[175705.85950758297,404395.19123466953],[174203.11242832814,404504.9597548142],[173797.60924821172,404395.19123466953],[173296.69355512678,404098.81623027875],[172199.44965598837,404098.81623027875],[171603.12144993484,403901.2328940183],[171304.9573469081,404197.607898409],[170195.7868836486,404998.91809546546],[169897.62278062187,404504.9597548142],[169003.1304715416,405196.5014317259],[168704.96636851487,405602.6449562614],[168895.79139445198,405997.8116287824],[168299.4631883985,406403.9551533179],[167703.134982345,406996.70516209933],[167595.79590525536,407896.80702728604],[167094.88021217042,408302.9505518215],[167798.54749531357,409697.01075765945],[168096.7115983403,410004.36261406465],[169003.1304715416,410695.90429097635],[169504.04616462655,411398.42281990254],[169694.87119056366,412002.1496806985],[169504.04616462655,412594.89968947996],[171400.3698598767,412803.45987775497],[171304.9573469081,412298.52468508924],[174704.02812141308,408698.1172243425],[175204.94381449802,408500.533888082],[177804.93479289126,409203.0524170082],[178794.83961494005,409499.4274213989],[178997.59120499826,409104.26074887795],[179200.34279505647,408105.367215561],[178902.17869202967,407699.2236910255],[178997.59120499826,407095.4968302296],[179605.84597517282,406897.91349396907]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0858"},"geometry":{"type":"Polygon","coordinates":[[[164005.90010481328,376601.8019340267],[164697.6408238354,375295.55654430453],[162395.8139484689,374000.28800659685],[162598.56553852704,373703.9130022061],[162598.56553852704,373100.18614141014],[161596.73415235715,372397.66761248396],[161000.40594630368,371596.3574154275],[161298.57004933042,370904.8157385158],[161704.07322944677,370202.29720958957],[162097.6498454421,369894.94535318436],[162300.4014355003,369400.9870125331],[161799.48574241536,367897.1582865505],[161298.57004933042,367403.19994589925],[161203.1575363619,366898.2647532335],[160404.07774025016,366096.9545561771],[158805.9181480268,365899.3712199166],[158495.82748087897,365196.85269099043],[158197.66337785224,365196.85269099043],[157100.41947871377,363704.0008170222],[155001.34419340547,366195.74622430734],[155705.01147654862,366799.4730851033],[155394.9208094008,367194.6397576243],[155394.9208094008,367798.36661842023],[155705.01147654862,369203.40367627266],[156599.50378562888,370103.5055414593],[157303.17106877198,369894.94535318436],[157601.3351717987,369302.19534440286],[157804.08676185692,369400.9870125331],[158305.00245494186,370597.46388211055],[157601.3351717987,371299.9824110368],[157398.58358174056,372101.29260809324],[157601.3351717987,372803.8111370194],[157505.92265883018,373802.70467033633],[157303.17106877198,374395.4546791178],[157398.58358174056,375602.90840070974],[157195.83199168235,375800.49173697026],[157505.92265883018,376195.65840949124],[157804.08676185692,375998.0750732307],[158305.00245494186,375405.3250644492],[158603.1665579686,375196.7648761743],[158996.7431739639,375405.3250644492],[160904.9934333351,375701.70006884],[162300.4014355003,376096.866741361],[163004.06871864345,376096.866741361],[163397.6453346387,375998.0750732307],[164005.90010481328,376601.8019340267]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0860"},"geometry":{"type":"Polygon","coordinates":[[[171603.12144993484,403901.2328940183],[172700.3653490733,402002.2374955146],[172903.11693913152,401398.5106347187],[173201.28104215825,400103.242097011],[173296.69355512678,399301.93189995456],[173404.03263221646,398895.7883754191],[173702.1967352432,398500.62170289806],[173404.03263221646,397896.89484210213],[172104.03714301978,396898.00130878517],[171603.12144993484,396305.2513000037],[171304.9573469081,396096.6911117288],[170696.70257673354,396195.482779859],[170303.12596073822,396799.20964065497],[168704.96636851487,397095.5846450457],[166605.89108320657,396601.62630439445],[165902.22380006342,396601.62630439445],[165997.636313032,397205.35316519043],[166295.80041605874,397798.1031739719],[165604.0596970367,397995.6865102324],[165198.55651692027,398500.62170289806],[164697.6408238354,399301.93189995456],[164494.88923377718,399400.72356808477],[162896.72964155377,399795.8902406058],[162300.4014355003,399795.8902406058],[162002.23733247357,401398.5106347187],[161799.48574241536,401903.44582738436],[161799.48574241536,402298.6124999054],[162503.1530255585,402397.4041680356],[162705.90461561666,402803.54769257107],[163004.06871864345,403802.44122588803],[162598.56553852704,404197.607898409],[163004.06871864345,404702.5430910747],[163099.48123161198,405295.2930998562],[163898.56102772366,404801.33475920494],[164494.88923377718,404603.7514229445],[164995.80492686213,404900.1264273352],[165103.14400395175,405196.5014317259],[165699.47221000522,405097.7097635957],[165699.47221000522,405701.43662439164],[167297.63180222863,406601.53848957835],[167703.134982345,406996.70516209933],[168299.4631883985,406403.9551533179],[168895.79139445198,405997.8116287824],[168704.96636851487,405602.6449562614],[169003.1304715416,405196.5014317259],[169897.62278062187,404504.9597548142],[170195.7868836486,404998.91809546546],[171304.9573469081,404197.607898409],[171603.12144993484,403901.2328940183]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0861"},"geometry":{"type":"Polygon","coordinates":[[[157804.08676185692,379302.10752958676],[157505.92265883018,378895.9640050513],[157100.41947871377,377897.0704717344],[157100.41947871377,377600.6954673436],[157398.58358174056,377095.7602746779],[157195.83199168235,376996.9686065477],[156802.25537568703,377194.5519428082],[156504.0912726603,376700.59360215697],[155705.01147654862,376898.1769384174],[155096.75670637406,376404.2185977662],[154094.92532020417,377699.4871354739],[153904.10029426706,378797.1723369211],[153605.93619124027,378994.75567318156],[152699.51731803897,379894.85753836826],[150600.44203273067,379697.27420210774],[150099.52633964573,380597.37606729445],[150004.11382667714,381102.3112599602],[150302.27792970394,381596.2696006114],[151697.68593186908,381804.82978888636],[152198.60162495403,382199.99646140734],[152794.92983100755,382803.72332220327],[152902.26890809718,383198.8899947243],[153295.8455240925,382902.5149903336],[153999.5128072356,383198.8899947243],[154500.42850032053,382902.5149903336],[155096.75670637406,383198.8899947243],[155502.2598864904,382803.72332220327],[155895.83650248573,382704.93165407307],[156205.92716963356,383100.09832659404],[156897.66788865562,382298.7881295376],[157100.41947871377,382595.1631339283],[157696.7476847673,382397.57979766786],[157899.4992748255,380904.72792369965],[157994.91178779403,379796.065870238],[157696.7476847673,379499.6908658473],[157804.08676185692,379302.10752958676]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0865"},"geometry":{"type":"Polygon","coordinates":[[[150016.04039079824,408972.5385247043],[149205.03403056547,408500.533888082],[149395.85905650258,407995.5986954163],[149801.362236619,407699.2236910255],[149801.362236619,407205.2653503743],[150099.52633964573,407095.4968302296],[150302.27792970394,406799.1218258388],[150302.27792970394,405602.6449562614],[150397.69044267246,405196.5014317259],[150194.93885261426,405097.7097635957],[149705.9497236504,404998.91809546546],[149503.1981335922,404900.1264273352],[149300.44654353405,404000.0245621485],[148894.94336341764,404098.81623027875],[148298.61515736417,403604.8578896275],[147905.03854136885,403802.44122588803],[147404.1228482839,403396.29770135257],[146199.53987205587,404395.19123466953],[145305.0475629756,404900.1264273352],[145495.87258891272,405602.6449562614],[145102.2959729174,405899.01996065216],[145305.0475629756,406096.6032969126],[144994.95689582778,406700.3301577086],[144195.8770997161,407205.2653503743],[144100.46458674752,407501.64035476506],[143671.10827838903,408017.5523994452],[143194.04571354622,408204.15888369124],[142705.05658458234,408599.3255562122],[142394.96591743454,409005.4690807477],[142597.71750749272,409499.4274213989],[143694.96140663116,409499.4274213989],[143897.71299668934,411299.63115177234],[144303.21617680573,411200.8394836421],[144398.62868977428,410794.6959591066],[145197.708485886,410498.32095471583],[146605.04305217223,410695.90429097635],[147105.95874525717,410597.1126228461],[147797.69946427923,410201.9459503251],[148394.0276703327,409499.4274213989],[148894.94336341764,408698.1172243425],[149205.03403056547,408698.1172243425],[150016.04039079824,408972.5385247043]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0866"},"geometry":{"type":"Polygon","coordinates":[[[164005.90010481328,376601.8019340267],[163397.6453346387,375998.0750732307],[163004.06871864345,376096.866741361],[162300.4014355003,376096.866741361],[160904.9934333351,375701.70006884],[158996.7431739639,375405.3250644492],[158603.1665579686,375196.7648761743],[158305.00245494186,375405.3250644492],[157804.08676185692,375998.0750732307],[157505.92265883018,376195.65840949124],[157601.3351717987,376700.59360215697],[157398.58358174056,377095.7602746779],[157100.41947871377,377600.6954673436],[157100.41947871377,377897.0704717344],[157505.92265883018,378895.9640050513],[157804.08676185692,379302.10752958676],[158197.66337785224,379302.10752958676],[158400.41496791044,379499.6908658473],[160201.326150192,379499.6908658473],[161203.1575363619,379598.4825339775],[162801.31712858524,379400.899197717],[163099.48123161198,379104.52419332624],[163194.89374458056,378994.75567318156],[163695.8094376655,377194.5519428082],[164005.90010481328,376601.8019340267]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0867"},"geometry":{"type":"Polygon","coordinates":[[[133903.25226323272,414900.0386125191],[133998.66477620127,414702.4552762586],[134702.3320593444,414504.8719399981],[135095.9086753397,414197.52008359286],[135596.82436842466,413604.7700748114],[135894.9884714514,412803.45987775497],[135394.07277836645,412704.6682096247],[135394.07277836645,411903.35801256826],[135501.41185545607,411694.7978242933],[135501.41185545607,410597.1126228461],[135596.82436842466,409894.5940939199],[135203.24775242934,409795.80242578965],[134404.16795631766,409598.2190895292],[133605.08816020598,409203.0524170082],[132400.5051839779,409203.0524170082],[132197.7535939197,408895.70056060294],[132305.09267100933,408204.15888369124],[131601.4253878662,408105.367215561],[130897.75810472308,408500.533888082],[130003.26579564284,408796.90889247274],[129502.3501025579,409104.26074887795],[128095.01553627165,409598.2190895292],[127701.43892027634,409795.80242578965],[127498.68733021815,408895.70056060294],[127295.93574015996,407402.8486866348],[125602.36363496802,407095.4968302296],[125304.19953194127,406996.70516209933],[125196.86045485165,408302.9505518215],[124994.10886479345,409203.0524170082],[124600.53224879815,409894.5940939199],[124397.78065873995,410103.1542821949],[123598.70086262826,409894.5940939199],[123395.94927257008,410597.1126228461],[123205.12424663296,411804.566344438],[122799.62106651659,413495.00155466667],[122596.86947645839,414702.4552762586],[124505.11973582959,414998.83028064936],[126198.69184102151,414801.24694438884],[127498.68733021815,414296.3117517232],[128894.09533238334,413901.14507920214],[130003.26579564284,413703.5617429417],[131005.09718181271,413604.7700748114],[131995.00200386153,413703.5617429417],[132996.83339003142,414197.52008359286],[133903.25226323272,414900.0386125191]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0870"},"geometry":{"type":"Polygon","coordinates":[[[127594.0998431867,418204.07106887514],[127594.0998431867,416996.61734728323],[128202.35461336127,416897.825679153],[128297.76712632984,416502.659006632],[128095.01553627165,415701.34880957555],[128095.01553627165,414998.83028064936],[127498.68733021815,414603.6636081283],[127498.68733021815,414296.3117517232],[126198.69184102151,414801.24694438884],[124505.11973582959,414998.83028064936],[122596.86947645839,414702.4552762586],[121499.62557731995,414504.8719399981],[120700.54578120826,414702.4552762586],[119603.30188206983,414702.4552762586],[118899.6345989267,414603.6636081283],[117003.31090367658,413901.14507920214],[117695.05162269864,415295.2052850401],[117695.05162269864,416502.659006632],[117897.80321275683,416799.0340110227],[117802.39069978826,417501.55253994896],[118100.55480281501,418105.2794007449],[118005.14228984645,418698.0294095264],[117396.88751967189,418796.8210776566],[116800.55931361839,418500.44607326586],[115894.14044041708,418500.44607326586],[115095.06064430538,418895.61274578684],[113496.901052082,418796.8210776566],[113294.14946202382,419905.48313111824],[112995.98535899707,419696.9229428433],[112495.06966591213,419104.17293406185],[111994.15397282719,419202.96460219205],[111099.66166374694,418401.6544051356],[110801.49756072019,417699.1358762094],[110097.83027757707,417205.1775355582],[109895.07868751888,416601.45067476225],[109000.58637843863,416403.86733850173],[107402.42678621526,414998.83028064936],[105899.67970696044,414801.24694438884],[105899.67970696044,415404.9738051848],[106305.18288707682,415800.1404777058],[107104.26268318851,416195.3071502268],[107796.00340221057,416700.24234289245],[109203.33796849682,417896.71921246994],[110097.83027757707,418796.8210776566],[110694.15848363057,419598.1312747131],[111099.66166374694,421003.16833256546],[111397.82576677369,421595.91834134696],[112101.49304991683,422496.0202065336],[113198.73694905525,423198.53873545985],[114295.98084819369,423604.6822599953],[114999.64813133683,423703.4739281256],[116001.4795175067,423494.91373985057],[117003.31090367658,423396.1220717203],[117695.05162269864,423494.91373985057],[118601.47049589995,423901.05726438604],[120402.38167818151,425404.88599036867],[120497.79419115008,425602.4693266292],[121702.37716737814,426304.9878555554],[122298.70537343164,426502.5711918159],[123300.53675960151,426700.15452807635],[123896.86496565501,426700.15452807635],[125495.0245578784,426403.77952368563],[126198.69184102151,426195.2193354106],[125900.52773799477,425404.88599036867],[125995.94025096334,424702.3674614425],[125304.19953194127,423198.53873545985],[124099.6165557132,423703.4739281256],[123598.70086262826,422397.2285384034],[123694.11337559683,421497.1266732167],[123598.70086262826,420498.23313989973],[123801.45245268646,420399.4414717695],[123694.11337559683,418500.44607326586],[125304.19953194127,418105.2794007449],[125900.52773799477,418302.86273700534],[127594.0998431867,418204.07106887514]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0873"},"geometry":{"type":"Polygon","coordinates":[[[84097.92049364455,385800.4039221541],[85195.16439278299,385602.82058589364],[85803.41916295755,385196.6770613582],[84897.00028975624,384702.71872070694],[85397.91598284118,384505.1353844465],[85803.41916295755,384603.9270525767],[86196.99577895286,384000.20019178075],[85994.24418889468,383396.47333098477],[86304.3348560425,383396.47333098477],[85994.24418889468,382595.1631339283],[85195.16439278299,381804.82978888636],[85696.08008586793,380399.792731034],[88498.82265431936,376601.8019340267],[87997.90696123443,376195.65840949124],[88296.07106426118,375800.49173697026],[88403.4101413508,375405.3250644492],[87795.15537117624,375602.90840070974],[86805.25054912744,374999.1815399138],[85898.8316759261,374604.01486739283],[85195.16439278299,374395.4546791178],[83895.16890358635,374702.80653552304],[82797.92500444793,374900.38987178355],[82094.25772130479,374801.5982036533],[81796.09361827804,376799.38527028717],[81700.68110530949,376996.9686065477],[77896.10715068816,376898.1769384174],[77705.28212475104,376996.9686065477],[77502.53053469287,377699.4871354739],[77097.02735457648,377699.4871354739],[77097.02735457648,378303.21399626986],[77204.3664316661,379598.4825339775],[76798.86325154973,381398.6862643509],[77001.61484160792,381804.82978888636],[77705.28212475104,382397.57979766786],[77001.61484160792,384000.20019178075],[77204.3664316661,384098.991859911],[78194.27125371492,384000.20019178075],[78599.77443383129,384505.1353844465],[79005.27761394766,384603.9270525767],[79303.44171697443,385097.8853932279],[79303.44171697443,386898.0891236013],[79697.01833296973,386996.8807917315],[79995.18243599648,386898.0891236013],[80305.2731031443,386195.57059467514],[80997.01382216635,386195.57059467514],[81104.35289925599,386502.92245108035],[81402.51700228274,386700.5057873408],[81998.84520833624,386195.57059467514],[82499.76090142118,386195.57059467514],[84097.92049364455,385800.4039221541]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0874"},"geometry":{"type":"Polygon","coordinates":[[[128405.10620341946,425898.8443310199],[129001.43440947296,425404.88599036867],[129096.84692244152,424702.3674614425],[129395.01102546827,424395.0156050373],[129895.92671855321,424098.6406006465],[131601.4253878662,423297.3304035901],[131899.58949089295,423000.95539919933],[132305.09267100933,422397.2285384034],[132400.5051839779,422002.06186588237],[132794.0817999732,421497.1266732167],[133199.58498008957,421200.751668826],[133605.08816020598,421200.751668826],[133903.25226323272,421398.33500508644],[134201.41636625945,421101.9600006957],[133903.25226323272,420794.6081442905],[133903.25226323272,420103.06646737875],[133605.08816020598,419905.48313111824],[132698.66928700465,419795.71461097355],[131601.4253878662,420004.27479924855],[131303.26128483948,420004.27479924855],[130695.0065146649,420300.6498036393],[129800.51420558465,420201.858135509],[129800.51420558465,419005.3812659316],[130003.26579564284,418105.2794007449],[127594.0998431867,418204.07106887514],[125900.52773799477,418302.86273700534],[125304.19953194127,418105.2794007449],[123694.11337559683,418500.44607326586],[123801.45245268646,420399.4414717695],[123598.70086262826,420498.23313989973],[123694.11337559683,421497.1266732167],[123598.70086262826,422397.2285384034],[124099.6165557132,423703.4739281256],[125304.19953194127,423198.53873545985],[125995.94025096334,424702.3674614425],[125900.52773799477,425404.88599036867],[126198.69184102151,426195.2193354106],[127498.68733021815,425898.8443310199],[128405.10620341946,425898.8443310199]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0879"},"geometry":{"type":"Polygon","coordinates":[[[108905.17386547007,387699.3993206578],[108404.25817238513,386898.0891236013],[107497.83929918382,386700.5057873408],[106698.75950307213,384999.0937250977],[106305.18288707682,384900.3020569674],[104897.84832079057,384197.7835280412],[105100.59991084876,382199.99646140734],[104194.18103764743,382002.4131251469],[103800.60442165213,382199.99646140734],[103395.10124153575,381804.82978888636],[103096.937138509,381695.0612687416],[102297.85734239731,382101.2047932771],[100103.36954412043,382595.1631339283],[98994.19908086093,382803.72332220327],[98505.20995189706,383001.3066584638],[95797.87989641418,381903.6214570166],[95404.30328041887,384801.5103888372],[96704.2987696155,387501.81598439725],[97300.626975669,388797.08452210494],[98397.87087480743,388500.7095177142],[98696.03497783418,389598.3947191614],[99196.95067091912,389894.76972355216],[99602.4538510355,390004.53824369685],[98898.78656789237,391596.18178579526],[101105.20093029032,391299.80678140454],[101796.94164931237,391596.18178579526],[101701.52913634382,392199.90864659124],[102095.10575233912,392704.8438392569],[102500.6089324555,393001.2188436477],[103096.937138509,393100.01051177795],[103001.52462554043,392298.7003147215],[103395.10124153575,392397.49198285176],[104003.35601171032,392803.6355073872],[104599.68421776382,393297.5938480384],[105995.092219929,394900.2142421513],[106901.51109313032,395295.3809146723],[107605.17837627344,395899.10777546826],[109203.33796849682,394395.27904948563],[109501.50207152357,394296.4873813554],[110002.41776460852,393802.52904070413],[110097.83027757707,393297.5938480384],[110395.99438060382,393100.01051177795],[110395.99438060382,392298.7003147215],[110300.58186763526,390904.64010888356],[110097.83027757707,389894.76972355216],[109895.07868751888,389400.8113829009],[109298.75048146538,388994.66785836546],[108905.17386547007,388895.8761902352],[108905.17386547007,388204.3345133235],[108499.67068535369,387995.7743250485],[108905.17386547007,387699.3993206578]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0880"},"geometry":{"type":"Polygon","coordinates":[[[124302.3681457714,502802.66954440996],[124302.3681457714,502605.08620814944],[123694.11337559683,502100.1510154838],[123694.11337559683,501496.4241546878],[123503.2883496597,500695.11395763134],[123300.53675960151,500398.73895324057],[123002.37265657476,500003.57228071964],[122501.45696348984,499597.4287561842],[122298.70537343164,499202.26208366314],[121296.87398726176,499103.47041553294],[120700.54578120826,498697.3268909975],[119400.55029201164,497994.8083620713],[118696.8830088685,498203.36855034623],[118195.96731578358,498302.16021847643],[117897.80321275683,498499.74355473695],[117599.63910973008,499301.0537517934],[115929.92013278029,499696.2204243144],[115882.213876296,499904.7806125893],[115095.06064430538,500497.5306213709],[114594.14495122044,500596.3222895011],[114796.89654127863,501101.2574821668],[114701.48402831008,502297.73435174424],[114403.31992528333,502802.66954440996],[114498.73243825189,503702.77140959667],[114999.64813133683,504196.7297502479],[115500.56382442176,504295.5214183781],[115894.14044041708,504899.2482791741],[116502.39521059164,504998.0399473043],[116800.55931361839,505305.39180370956],[116299.64362053345,505502.97513997],[116895.97182658695,506304.28533702646],[117468.44690439831,505832.2807004042],[117695.05162269864,504899.2482791741],[118398.71890584176,504295.5214183781],[119197.79870195345,504295.5214183781],[120199.63008812333,503702.77140959667],[121499.62557731995,503395.4195531914],[122095.95378337345,503505.18807333615],[122501.45696348984,503395.4195531914],[123503.2883496597,502703.8778762797],[124302.3681457714,502802.66954440996]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0881"},"geometry":{"type":"Polygon","coordinates":[[[198497.52354294766,330005.06513259356],[197304.86713084066,330103.85680072376],[196696.6123606661,330301.4401369843],[196255.32948818651,330037.99568863696],[195802.12005158584,330301.4401369843],[194704.87615244737,329401.3382717976],[194001.20886930428,328995.1947472621],[192999.3774831344,329302.5466036673],[192295.71019999124,329796.50494431856],[192605.80086713907,330499.0234732448],[192295.71019999124,331003.95866591047],[191902.13358399592,331102.7503340407],[192200.2976870227,331596.70867469197],[192701.21338010766,331904.0605310972],[192403.04927708086,332200.4355354879],[193404.88066325075,333001.74573254434],[194895.70117838454,333298.1207369351],[195003.04025547416,333001.74573254434],[195694.7809744962,332398.0188717484],[196004.87164164404,332398.0188717484],[196696.6123606661,332804.1623962839],[196899.36395072425,332705.3707281536],[199296.60333905934,332902.95406441414],[199904.8581092339,332804.1623962839],[199904.8581092339,332595.60220800893],[198998.4392360326,330301.4401369843],[198497.52354294766,330005.06513259356]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0882"},"geometry":{"type":"Polygon","coordinates":[[[203697.50549973414,324198.3104169379],[203399.3413967074,324198.3104169379],[202600.26160059572,324000.7270806774],[202600.26160059572,323803.14374441694],[201598.43021442584,323495.79188801174],[201097.5145213409,323594.58355614194],[201002.1020083723,322705.4585429697],[201300.2661113991,322398.1066865645],[200703.93790534558,322101.7316821738],[200501.18631528737,321399.2131532476],[200596.59882825596,321201.6298169871],[200298.43472522922,320400.31961993064],[199797.51903214428,320499.1112880609],[199296.60333905934,320202.7362836701],[199201.19082609075,320597.90295619116],[198795.6876459744,321102.8381488568],[198795.6876459744,321805.3566777831],[198700.2751330058,322002.94001404353],[197901.19533689413,322705.4585429697],[197698.44374683592,323397.0002198815],[197603.0312338674,324198.3104169379],[197698.44374683592,324703.2456096036],[198497.52354294766,325603.3474747903],[198903.02672306402,326503.449339977],[199403.94241614896,327403.5512051637],[200799.35041831416,326997.40768062824],[201204.85359843052,326799.8243443677],[201598.43021442584,326898.616012498],[202003.9333945422,326602.24100810726],[201896.59431745257,325998.51414731133],[202898.42570362246,325899.7224791811],[203101.17729368067,326196.0974835718],[203900.25708979234,325998.51414731133],[204603.92437293543,325504.5558066601],[204198.42119281908,325197.2039502548],[203804.84457682376,324604.4539414734],[203697.50549973414,324198.3104169379]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0888"},"geometry":{"type":"Polygon","coordinates":[[[186797.56414017803,328995.1947472621],[187405.8189103526,328402.44473848067],[187799.39552634786,328600.02807474113],[188002.14711640606,328402.44473848067],[187894.80803931644,327403.5512051637],[187405.8189103526,326294.88915170205],[187000.31573023618,325702.13914292055],[186403.9875241827,325702.13914292055],[186201.2359341245,325394.78728651535],[185903.07183109777,325295.9956183851],[184197.57316178473,325021.5743180233],[182802.1651596196,324703.2456096036],[182301.24946653465,324703.2456096036],[181597.5821833915,323901.9354125472],[181204.00556739618,323298.2085517512],[180798.50238727982,323495.79188801174],[181597.5821833915,325098.4122821246],[182003.08536350785,325603.3474747903],[182301.24946653465,326404.65767184674],[182003.08536350785,326503.449339977],[182504.0010565928,327096.1993487585],[182599.41356956138,327798.7178776847],[182897.57767258812,328204.86140222015],[182897.57767258812,328600.02807474113],[183195.74177561485,328896.40307913185],[183505.83244276268,329203.7549355371],[184197.57316178473,328698.8197428714],[184913.16700904898,329587.9447560436],[185998.4843440663,328896.40307913185],[186594.81255011982,328600.02807474113],[186797.56414017803,328995.1947472621]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0889"},"geometry":{"type":"Polygon","coordinates":[[[206500.24806818558,365602.99621552584],[206404.83555521705,365295.64435912063],[203804.84457682376,362298.9637591698],[202898.42570362246,361695.23689837387],[202003.9333945422,362298.9637591698],[201395.67862436763,362803.8989518355],[200799.35041831416,362200.1720910396],[199702.1065191757,362002.5887547791],[198903.02672306402,362803.8989518355],[198700.2751330058,363100.2739562263],[198199.35943992087,363396.648960617],[198294.77195288945,364099.1674895432],[198592.9360559162,364296.7508258037],[199296.60333905934,364296.7508258037],[199797.51903214428,364604.10268220893],[199904.8581092339,365196.85269099043],[201097.5145213409,366601.8897488428],[201896.59431745257,366997.0564213638],[202397.51001053752,366898.2647532335],[202600.26160059572,367403.19994589925],[203602.0929867656,367798.36661842023],[203804.84457682376,367600.7832821597],[204198.42119281908,367600.7832821597],[204794.7493988726,366997.0564213638],[205200.25257898896,367095.84808949404],[205701.1682720739,366898.2647532335],[206094.74488806922,366503.09808071255],[206500.24806818558,365602.99621552584]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0893"},"geometry":{"type":"Polygon","coordinates":[[[212403.8973081152,391299.80678140454],[211700.23002497212,390904.64010888356],[210602.98612583365,391003.4317770138],[209302.99063663703,390696.0799206086],[209004.8265336103,391497.39011766505],[208694.73586646246,391804.74197407026],[207704.83104441367,392298.7003147215],[207299.32786429726,392595.0753191122],[205796.58078504243,393901.3207088344],[205605.75575910532,394395.27904948563],[205403.00416904717,395405.149434817],[205200.25257898896,395602.73277107754],[204401.1727828773,395701.52443920774],[203303.92888373882,395503.9411029473],[202898.42570362246,395602.73277107754],[201705.76929151546,396601.62630439445],[200799.35041831416,396799.20964065497],[200298.43472522922,397402.9365014509],[200095.683135171,398401.83003476786],[200203.02221226064,398994.5800435493],[200203.02221226064,399598.3069043453],[199797.51903214428,400300.8254332715],[199296.60333905934,400904.55229406746],[199105.77831312222,401694.8856391094],[199105.77831312222,403198.71436509205],[198795.6876459744,403901.2328940183],[197304.86713084066,405405.0616200009],[195802.12005158584,406305.1634851876],[197495.69215677778,407600.4320228953],[197901.19533689413,407699.2236910255],[198402.11102997907,408105.367215561],[199105.77831312222,408105.367215561],[199594.76744208607,408401.7422199517],[199105.77831312222,409203.0524170082],[199594.76744208607,409894.5940939199],[199904.8581092339,409499.4274213989],[202397.51001053752,408599.3255562122],[203303.92888373882,408500.533888082],[203399.3413967074,408302.9505518215],[204305.7602699087,407896.80702728604],[204496.5852958458,408204.15888369124],[205605.75575910532,407699.2236910255],[205498.4166820157,407095.4968302296],[204997.50098893075,406700.3301577086],[205104.84006602038,406502.7468214481],[204794.7493988726,405899.01996065216],[204496.5852958458,404504.9597548142],[204198.42119281908,403802.44122588803],[203900.25708979234,403901.2328940183],[203995.66960276087,403198.71436509205],[203804.84457682376,402101.0291636449],[205605.75575910532,400794.7837739227],[205903.9198621321,400695.9921057925],[206500.24806818558,399400.72356808477],[206798.41217121232,398994.5800435493],[207704.83104441367,398204.24669850734],[208396.57176343573,397798.1031739719],[209803.90632972197,394702.63090589084],[210805.73771589185,394000.11237696465],[211402.06592194532,393495.1771842989],[212296.55823102558,391903.5336422005],[212403.8973081152,391299.80678140454]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0899"},"geometry":{"type":"Polygon","coordinates":[[[198497.52354294766,330005.06513259356],[198402.11102997907,329895.2966124488],[199201.19082609075,329401.3382717976],[199105.77831312222,328896.40307913185],[199403.94241614896,327403.5512051637],[198903.02672306402,326503.449339977],[196398.4482576393,326701.0326762375],[195503.9559485591,327304.75953703345],[194895.70117838454,327304.75953703345],[194001.20886930428,326503.449339977],[193297.54158616113,327096.1993487585],[193011.30404725543,327601.1345414242],[193500.29317621933,327798.7178776847],[193297.54158616113,328095.0928820754],[193595.70568918786,328698.8197428714],[194001.20886930428,328995.1947472621],[194704.87615244737,329401.3382717976],[195802.12005158584,330301.4401369843],[196255.32948818651,330037.99568863696],[196696.6123606661,330301.4401369843],[197304.86713084066,330103.85680072376],[198497.52354294766,330005.06513259356]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0905"},"geometry":{"type":"Polygon","coordinates":[[[180595.7507972216,309203.9305651693],[180404.9257712845,308995.37037689437],[179904.01007819956,308205.03703185235],[179999.42259116814,307996.4768435774],[179796.67100110993,307502.51850292616],[179200.34279505647,307502.51850292616],[178794.83961494005,307897.68517544714],[178496.67551191332,308402.62036811287],[178198.51140888658,307798.89350731694],[177304.01909980632,307700.1018391867],[177005.85499677958,307304.9351666657],[176695.76432963175,307195.16664652096],[176302.18771363643,307403.7268347959],[175801.2720205515,307502.51850292616],[175896.68453352008,307996.4768435774],[176803.10340672138,309302.7222332996],[177101.2675097481,310400.40743474674],[176397.60022660502,311904.23616072943],[177005.85499677958,312694.5695057714],[176803.10340672138,313199.50469843706],[177697.59571580164,313199.50469843706],[177697.59571580164,312694.5695057714],[178198.51140888658,312694.5695057714],[178305.8504859762,313902.0232273633],[178794.83961494005,314000.81489549356],[178997.59120499826,314297.1898998843],[180094.83510413667,314703.33342441975],[180297.58669419488,313902.0232273633],[179904.01007819956,313199.50469843706],[180202.1741812263,312200.61116512015],[179904.01007819956,311300.50929993344],[179701.25848814135,311201.7176318032],[179605.84597517282,310795.5741072677],[179999.42259116814,310499.199102877],[180297.58669419488,310597.99077100726],[180297.58669419488,310104.032430356],[180595.7507972216,309203.9305651693]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0907"},"geometry":{"type":"Polygon","coordinates":[[[199594.76744208607,409894.5940939199],[199105.77831312222,409203.0524170082],[199594.76744208607,408401.7422199517],[199105.77831312222,408105.367215561],[198402.11102997907,408105.367215561],[197901.19533689413,407699.2236910255],[197495.69215677778,407600.4320228953],[195802.12005158584,406305.1634851876],[195503.9559485591,406502.7468214481],[195003.04025547416,407304.05701850454],[194895.70117838454,408401.7422199517],[194895.70117838454,409795.80242578965],[194704.87615244737,411102.0478155118],[194299.372972331,412496.10802134976],[194299.372972331,413604.7700748114],[193703.04476627754,413999.9367473324],[192796.62589307618,414296.3117517232],[191794.7945069063,414395.1034198534],[191902.13358399592,414900.0386125191],[192498.46179004945,415602.5571414453],[192796.62589307618,416195.3071502268],[192701.21338010766,416601.45067476225],[192796.62589307618,416897.825679153],[193094.78999610292,417095.4090154135],[193404.88066325075,417095.4090154135],[194001.20886930428,417402.7608718187],[194096.6213822728,417797.9275443397],[194001.20886930428,417205.1775355582],[194203.96045936242,416799.0340110227],[195599.36846152763,416897.825679153],[196303.03574467078,416897.825679153],[196899.36395072425,416799.0340110227],[197805.7828239256,416195.3071502268],[199296.60333905934,415404.9738051848],[199594.76744208607,415196.4136169098],[199594.76744208607,414900.0386125191],[200000.27062220243,414801.24694438884],[200501.18631528737,414395.1034198534],[200298.43472522922,413999.9367473324],[199594.76744208607,413999.9367473324],[199296.60333905934,413901.14507920214],[199201.19082609075,413604.7700748114],[199296.60333905934,412594.89968947996],[199499.35492911754,412397.3163532195],[199594.76744208607,411694.7978242933],[199499.35492911754,411398.42281990254],[199403.94241614896,410103.1542821949],[199594.76744208607,409894.5940939199]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0917"},"geometry":{"type":"Polygon","coordinates":[[[198903.02672306402,326503.449339977],[198497.52354294766,325603.3474747903],[197698.44374683592,324703.2456096036],[197603.0312338674,324198.3104169379],[197698.44374683592,323397.0002198815],[197901.19533689413,322705.4585429697],[198700.2751330058,322002.94001404353],[198795.6876459744,321805.3566777831],[198795.6876459744,321102.8381488568],[199201.19082609075,320597.90295619116],[199296.60333905934,320202.7362836701],[199403.94241614896,320005.15294740966],[198700.2751330058,319203.8427503532],[198199.35943992087,318797.69922581775],[198903.02672306402,317700.0140243706],[199403.94241614896,317304.84735184954],[199296.60333905934,316196.1852983879],[199499.35492911754,315702.22695773665],[199797.51903214428,315296.0834332012],[200000.27062220243,314703.33342441975],[199904.8581092339,314494.77323614474],[199403.94241614896,314802.12509255],[199403.94241614896,315296.0834332012],[198402.11102997907,316701.1204910536],[197603.0312338674,317304.84735184954],[196696.6123606661,317897.59736063104],[196303.03574467078,318402.53255329677],[196004.87164164404,319105.05108222296],[194800.28866541595,321102.8381488568],[193798.45727924607,322398.1066865645],[193202.1290731926,323298.2085517512],[192903.9649701658,323901.9354125472],[192701.21338010766,324000.7270806774],[192701.21338010766,324198.3104169379],[192200.2976870227,324604.4539414734],[191401.21789091104,324999.62061399437],[191401.21789091104,325394.78728651535],[190697.5506077679,325603.3474747903],[190900.3021978261,326097.30581544153],[191401.21789091104,326503.449339977],[191794.7945069063,326503.449339977],[192295.71019999124,326898.616012498],[192403.04927708086,327194.99101688876],[193011.30404725543,327601.1345414242],[193297.54158616113,327096.1993487585],[194001.20886930428,326503.449339977],[194895.70117838454,327304.75953703345],[195503.9559485591,327304.75953703345],[196398.4482576393,326701.0326762375],[198903.02672306402,326503.449339977]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0928"},"geometry":{"type":"Polygon","coordinates":[[[199403.94241614896,317304.84735184954],[198903.02672306402,317700.0140243706],[198199.35943992087,318797.69922581775],[198700.2751330058,319203.8427503532],[199403.94241614896,320005.15294740966],[199296.60333905934,320202.7362836701],[199797.51903214428,320499.1112880609],[200298.43472522922,320400.31961993064],[200596.59882825596,321201.6298169871],[200501.18631528737,321399.2131532476],[200703.93790534558,322101.7316821738],[201300.2661113991,322398.1066865645],[201002.1020083723,322705.4585429697],[201097.5145213409,323594.58355614194],[201598.43021442584,323495.79188801174],[202600.26160059572,323803.14374441694],[202600.26160059572,324000.7270806774],[203399.3413967074,324198.3104169379],[203697.50549973414,324198.3104169379],[203697.50549973414,323901.9354125472],[203399.3413967074,322804.2502111],[203399.3413967074,322496.8983546948],[203697.50549973414,321695.5881576383],[204305.7602699087,321201.6298169871],[204305.7602699087,320499.1112880609],[203900.25708979234,319401.4260866137],[203602.0929867656,319203.8427503532],[203494.75390967593,318698.9075576875],[203399.3413967074,317601.2223562403],[202302.09749756893,318095.18069689156],[202099.34590751078,318797.69922581775],[201002.1020083723,318095.18069689156],[199499.35492911754,317601.2223562403],[199403.94241614896,317304.84735184954]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0935"},"geometry":{"type":"Polygon","coordinates":[[[181394.8305933333,319697.80109100445],[181502.16967042297,319401.4260866137],[180500.33828425308,318600.11588955723],[181096.66649030655,318501.324221427],[181096.66649030655,317403.6390199798],[180905.84146436944,316997.49549544434],[180404.9257712845,316799.9121591839],[179904.01007819956,316799.9121591839],[180297.58669419488,316196.1852983879],[180297.58669419488,315702.22695773665],[180094.83510413667,314703.33342441975],[178997.59120499826,314297.1898998843],[178794.83961494005,314000.81489549356],[178305.8504859762,313902.0232273633],[178198.51140888658,312694.5695057714],[177697.59571580164,312694.5695057714],[177697.59571580164,313199.50469843706],[176803.10340672138,313199.50469843706],[176504.93930369464,313594.6713709581],[175705.85950758297,313594.6713709581],[175503.10791752476,314099.60656362376],[174501.27653135487,314198.398231754],[173797.60924821172,314494.77323614474],[174000.36083826993,314999.70842881047],[173702.1967352432,315296.0834332012],[173594.85765815357,315801.0186258669],[172903.11693913152,316799.9121591839],[172700.3653490733,317601.2223562403],[172903.11693913152,318698.9075576875],[172903.11693913152,319401.4260866137],[173499.445145185,319895.3844272649],[173105.86852918967,320202.7362836701],[173594.85765815357,320597.90295619116],[174095.77335123852,320696.69462432136],[174894.8531473502,321399.2131532476],[175598.52043049328,321201.6298169871],[175705.85950758297,322002.94001404353],[176504.93930369464,322705.4585429697],[176695.76432963175,323298.2085517512],[176695.76432963175,324198.3104169379],[176898.51591968996,324494.68542132864],[177494.84412574343,324703.2456096036],[178103.098895918,324395.8937531984],[177900.3473058598,323803.14374441694],[178401.26299894473,323298.2085517512],[178794.83961494005,322398.1066865645],[178902.17869202967,321596.79648950807],[179295.755308025,321596.79648950807],[179498.5068980832,321399.2131532476],[179403.09438511461,320597.90295619116],[180297.58669419488,320202.7362836701],[180905.84146436944,320301.5279518004],[181204.00556739618,319599.0094228742],[181394.8305933333,319697.80109100445]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0936"},"geometry":{"type":"Polygon","coordinates":[[[188300.3112194328,316097.3936302577],[188598.4753224596,314900.9167606802],[188097.55962937465,314604.5417562895],[187799.39552634786,314604.5417562895],[187501.23142332112,314000.81489549356],[187298.47983326297,313902.0232273633],[186904.90321726765,313199.50469843706],[186296.6484470931,313199.50469843706],[185497.56865098135,312903.12969404634],[185700.32024103956,311805.44449259917],[186105.82342115598,311201.7176318032],[186403.9875241827,311102.9259636729],[187095.72824320477,309796.6805739508],[187298.47983326297,309105.13889703905],[187298.47983326297,308501.4120362431],[186797.56414017803,308205.03703185235],[186296.6484470931,307700.1018391867],[185700.32024103956,307700.1018391867],[185199.40454795462,307403.7268347959],[184603.07634190115,307502.51850292616],[183601.24495573126,308995.37037689437],[183004.91674967774,308698.9953725036],[182694.82608252997,309401.51390142983],[182504.0010565928,310400.40743474674],[181704.92126048112,310400.40743474674],[180595.7507972216,309203.9305651693],[180297.58669419488,310104.032430356],[180297.58669419488,310597.99077100726],[179999.42259116814,310499.199102877],[179605.84597517282,310795.5741072677],[179701.25848814135,311201.7176318032],[179904.01007819956,311300.50929993344],[180202.1741812263,312200.61116512015],[179904.01007819956,313199.50469843706],[180297.58669419488,313902.0232273633],[180094.83510413667,314703.33342441975],[180297.58669419488,315702.22695773665],[180297.58669419488,316196.1852983879],[179904.01007819956,316799.9121591839],[180404.9257712845,316799.9121591839],[180905.84146436944,316997.49549544434],[181096.66649030655,317403.6390199798],[181096.66649030655,318501.324221427],[181597.5821833915,318402.53255329677],[182003.08536350785,318095.18069689156],[182599.41356956138,318204.94921703625],[182599.41356956138,317897.59736063104],[182897.57767258812,317798.8056925008],[183505.83244276268,317897.59736063104],[184102.1606488162,317700.0140243706],[184603.07634190115,316898.70382731414],[185604.90772807103,316602.32882292336],[185604.90772807103,315899.8102939972],[185700.32024103956,315702.22695773665],[186594.81255011982,315702.22695773665],[186594.81255011982,316294.97696651815],[187894.80803931644,315801.0186258669],[188300.3112194328,316097.3936302577]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0938"},"geometry":{"type":"Polygon","coordinates":[[[184197.57316178473,325021.5743180233],[184102.1606488162,324395.8937531984],[183803.99654578947,324297.1020850682],[184102.1606488162,323803.14374441694],[184304.91223887436,323199.41688362096],[183803.99654578947,323199.41688362096],[183803.99654578947,322496.8983546948],[183994.82157172658,321805.3566777831],[183899.409058758,321498.0048213778],[183303.08085270453,321498.0048213778],[182504.0010565928,321596.79648950807],[182098.49787647644,320905.25481259637],[182205.83695356606,320400.31961993064],[181704.92126048112,320499.1112880609],[181394.8305933333,319697.80109100445],[181204.00556739618,319599.0094228742],[180905.84146436944,320301.5279518004],[180297.58669419488,320202.7362836701],[179403.09438511461,320597.90295619116],[179498.5068980832,321399.2131532476],[179295.755308025,321596.79648950807],[178902.17869202967,321596.79648950807],[178794.83961494005,322398.1066865645],[178401.26299894473,323298.2085517512],[177900.3473058598,323803.14374441694],[178103.098895918,324395.8937531984],[178496.67551191332,324395.8937531984],[178902.17869202967,324900.8289458641],[178794.83961494005,325702.13914292055],[178902.17869202967,326097.30581544153],[179295.755308025,326799.8243443677],[179904.01007819956,327403.5512051637],[180202.1741812263,328204.86140222015],[180500.33828425308,327798.7178776847],[180404.9257712845,327403.5512051637],[182003.08536350785,326503.449339977],[182301.24946653465,326404.65767184674],[182003.08536350785,325603.3474747903],[181597.5821833915,325098.4122821246],[180798.50238727982,323495.79188801174],[181204.00556739618,323298.2085517512],[181597.5821833915,323901.9354125472],[182301.24946653465,324703.2456096036],[182802.1651596196,324703.2456096036],[184197.57316178473,325021.5743180233]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0944"},"geometry":{"type":"Polygon","coordinates":[[[193094.78999610292,417095.4090154135],[192796.62589307618,416897.825679153],[192701.21338010766,416601.45067476225],[192796.62589307618,416195.3071502268],[192498.46179004945,415602.5571414453],[191902.13358399592,414900.0386125191],[191794.7945069063,414395.1034198534],[190804.8896848575,414603.6636081283],[189898.4708116562,414998.83028064936],[189504.8941956609,415295.2052850401],[189302.14260560268,416403.86733850173],[189003.97850257595,417699.1358762094],[188801.22691251774,418204.07106887514],[188002.14711640606,418895.61274578684],[188300.3112194328,419499.3396065828],[188097.55962937465,420004.27479924855],[188097.55962937465,420597.02480803],[188300.3112194328,420904.3766644352],[189504.8941956609,421200.751668826],[190005.80988874583,421101.9600006957],[190804.8896848575,419795.71461097355],[191198.46630085283,419400.54793845257],[191305.80537794245,418698.0294095264],[191496.63040387956,418302.86273700534],[192701.21338010766,417896.71921246994],[192498.46179004945,417402.7608718187],[192796.62589307618,417095.4090154135],[193094.78999610292,417095.4090154135]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0946"},"geometry":{"type":"Polygon","coordinates":[[[183303.08085270453,361003.69522146217],[182301.24946653465,362397.75542730006],[180297.58669419488,363704.0008170222],[179904.01007819956,364099.1674895432],[179403.09438511461,365295.64435912063],[178794.83961494005,365899.3712199166],[177196.6800227167,366096.9545561771],[175896.68453352008,365800.57955178636],[175097.60473740834,365295.64435912063],[174596.68904432346,365295.64435912063],[173904.94832530135,365602.99621552584],[173201.28104215825,366195.74622430734],[172903.11693913152,366799.4730851033],[173499.445145185,367600.7832821597],[174894.8531473502,369598.57034879364],[176898.51591968996,370202.29720958957],[179999.42259116814,371201.19074290653],[181704.92126048112,371695.1490835578],[186594.81255011982,373198.9778095404],[185998.4843440663,372200.08427622344],[187405.8189103526,370301.0888777198],[187894.80803931644,370103.5055414593],[189194.80352851306,369796.1536850541],[188002.14711640606,369203.40367627266],[187298.47983326297,366997.0564213638],[186403.9875241827,365701.7878836561],[186201.2359341245,365196.85269099043],[186797.56414017803,363802.7924851525],[187095.72824320477,363001.48228809604],[187298.47983326297,363100.2739562263],[187703.98301337933,362803.8989518355],[187596.6439362897,361805.00541851856],[187000.31573023618,361903.7970866488],[186594.81255011982,361805.00541851856],[186296.6484470931,361398.86189398315],[185103.9920349861,361497.65356211335],[184400.32475184294,361300.0702258529],[183994.82157172658,361003.69522146217],[183505.83244276268,360904.9035533319],[183303.08085270453,361003.69522146217]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0951"},"geometry":{"type":"Polygon","coordinates":[[[192701.21338010766,324000.7270806774],[192104.88517405413,323704.3520762867],[191198.46630085283,323001.8335473605],[191305.80537794245,322804.2502111],[190399.38650474115,322200.52335030405],[190399.38650474115,321904.1483459133],[189695.719221598,321498.0048213778],[189003.97850257595,321596.79648950807],[188395.72373240138,321498.0048213778],[187703.98301337933,321498.0048213778],[187596.6439362897,321596.79648950807],[186499.40003715124,321300.42148511735],[186296.6484470931,321904.1483459133],[186594.81255011982,322496.8983546948],[186403.9875241827,322595.69002282503],[185497.56865098135,321904.1483459133],[185103.9920349861,321904.1483459133],[184698.48885486968,322101.7316821738],[184197.57316178473,322002.94001404353],[183994.82157172658,321805.3566777831],[183803.99654578947,322496.8983546948],[183803.99654578947,323199.41688362096],[184304.91223887436,323199.41688362096],[184102.1606488162,323803.14374441694],[183803.99654578947,324297.1020850682],[184102.1606488162,324395.8937531984],[184197.57316178473,325021.5743180233],[185903.07183109777,325295.9956183851],[186201.2359341245,325394.78728651535],[186403.9875241827,325702.13914292055],[187000.31573023618,325702.13914292055],[187405.8189103526,326294.88915170205],[187501.23142332112,326097.30581544153],[188002.14711640606,326404.65767184674],[188705.8143995492,326196.0974835718],[188896.63942548633,326602.24100810726],[190196.63491468295,327304.75953703345],[190399.38650474115,327304.75953703345],[190494.79901770968,326799.8243443677],[190995.71471079462,327096.1993487585],[191997.5460969645,327304.75953703345],[192403.04927708086,327194.99101688876],[192295.71019999124,326898.616012498],[191794.7945069063,326503.449339977],[191401.21789091104,326503.449339977],[190900.3021978261,326097.30581544153],[190697.5506077679,325603.3474747903],[191401.21789091104,325394.78728651535],[191401.21789091104,324999.62061399437],[192200.2976870227,324604.4539414734],[192701.21338010766,324198.3104169379],[192701.21338010766,324000.7270806774]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0957"},"geometry":{"type":"Polygon","coordinates":[[[202898.42570362246,361695.23689837387],[203804.84457682376,359499.8664954795],[203602.0929867656,359401.0748273492],[202695.67411356425,359401.0748273492],[202600.26160059572,359203.49149108876],[202695.67411356425,358402.1812940323],[203005.76478071208,354999.357169546],[202504.84908762714,355196.94050580653],[201705.76929151546,355196.94050580653],[201705.76929151546,354702.9821651553],[201896.59431745257,354198.04697248957],[201395.67862436763,354198.04697248957],[201503.01770145725,353802.8802999686],[202099.34590751078,353704.0886318383],[202302.09749756893,353100.3617710424],[201705.76929151546,352705.1950985214],[201300.2661113991,352595.4265783767],[200000.27062220243,352595.4265783767],[199702.1065191757,352902.7784347819],[198903.02672306402,353100.3617710424],[197996.60784986272,352705.1950985214],[197805.7828239256,352803.9867666516],[197495.69215677778,353396.7367754331],[197197.52805375104,353605.29696370807],[196994.77646369283,354296.8386406198],[196696.6123606661,354198.04697248957],[196100.28415461257,353605.29696370807],[195003.04025547416,352595.4265783767],[194800.28866541595,352299.05157398595],[194502.12456238922,352299.05157398595],[193595.70568918786,352595.4265783767],[192796.62589307618,353396.7367754331],[192498.46179004945,353495.5284435634],[192403.04927708086,353802.8802999686],[192701.21338010766,354395.6303087501],[192403.04927708086,354505.3988288948],[192701.21338010766,355295.7321739368],[193094.78999610292,355800.66736660246],[194394.7854852996,356997.1442361799],[195396.61687146942,357897.2461013666],[195802.12005158584,358402.1812940323],[196601.1998476975,359697.44983174],[197495.69215677778,360301.1766925359],[197901.19533689413,360696.3433650569],[198199.35943992087,361201.27855772263],[198402.11102997907,362397.75542730006],[198402.11102997907,362803.8989518355],[198199.35943992087,363396.648960617],[198700.2751330058,363100.2739562263],[198903.02672306402,362803.8989518355],[199702.1065191757,362002.5887547791],[200799.35041831416,362200.1720910396],[201395.67862436763,362803.8989518355],[202003.9333945422,362298.9637591698],[202898.42570362246,361695.23689837387]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0962"},"geometry":{"type":"Polygon","coordinates":[[[194001.20886930428,328995.1947472621],[193595.70568918786,328698.8197428714],[193297.54158616113,328095.0928820754],[193500.29317621933,327798.7178776847],[193011.30404725543,327601.1345414242],[192403.04927708086,327194.99101688876],[191997.5460969645,327304.75953703345],[190995.71471079462,327096.1993487585],[190494.79901770968,326799.8243443677],[190399.38650474115,327304.75953703345],[190196.63491468295,327304.75953703345],[188896.63942548633,326602.24100810726],[188705.8143995492,326196.0974835718],[188002.14711640606,326404.65767184674],[187501.23142332112,326097.30581544153],[187405.8189103526,326294.88915170205],[187894.80803931644,327403.5512051637],[188002.14711640606,328402.44473848067],[187799.39552634786,328600.02807474113],[187405.8189103526,328402.44473848067],[186797.56414017803,328995.1947472621],[186797.56414017803,329697.71327618835],[186904.90321726765,330103.85680072376],[187203.0673202944,330597.815141375],[187703.98301337933,331003.95866591047],[188300.3112194328,330795.3984776355],[188896.63942548633,330905.1669977802],[189194.80352851306,330499.0234732448],[189504.8941956609,330597.815141375],[190101.22240171436,331102.7503340407],[190399.38650474115,331695.5003428222],[190781.03655661538,332024.80590325635],[190804.8896848575,331805.2688629669],[191401.21789091104,331805.2688629669],[192104.88517405413,332200.4355354879],[192403.04927708086,332200.4355354879],[192701.21338010766,331904.0605310972],[192200.2976870227,331596.70867469197],[191902.13358399592,331102.7503340407],[192295.71019999124,331003.95866591047],[192605.80086713907,330499.0234732448],[192295.71019999124,329796.50494431856],[192999.3774831344,329302.5466036673],[194001.20886930428,328995.1947472621]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0965"},"geometry":{"type":"Polygon","coordinates":[[[196994.77646369283,313495.87970282783],[196803.95143775572,314000.81489549356],[196028.72476988618,314286.2130478698],[195897.53256455436,314900.9167606802],[195301.2043585009,315702.22695773665],[195098.4527684427,316294.97696651815],[195003.04025547416,317502.43068811006],[194895.70117838454,317798.8056925008],[195003.04025547416,318204.94921703625],[195694.7809744962,318600.11588955723],[196004.87164164404,319105.05108222296],[196303.03574467078,318402.53255329677],[196696.6123606661,317897.59736063104],[197603.0312338674,317304.84735184954],[198402.11102997907,316701.1204910536],[199403.94241614896,315296.0834332012],[199403.94241614896,314802.12509255],[199904.8581092339,314494.77323614474],[199904.8581092339,314000.81489549356],[199296.60333905934,313495.87970282783],[198903.02672306402,312903.12969404634],[198497.52354294766,312595.77783764113],[197603.0312338674,313298.2963665673],[196994.77646369283,313495.87970282783]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0971"},"geometry":{"type":"Polygon","coordinates":[[[183195.74177561485,328896.40307913185],[182897.57767258812,328600.02807474113],[182897.57767258812,328204.86140222015],[182599.41356956138,327798.7178776847],[182504.0010565928,327096.1993487585],[182003.08536350785,326503.449339977],[180404.9257712845,327403.5512051637],[180500.33828425308,327798.7178776847],[180202.1741812263,328204.86140222015],[180297.58669419488,328698.8197428714],[181096.66649030655,329104.96326740686],[181001.25397733803,329598.9216080581],[180595.7507972216,330103.85680072376],[180202.1741812263,330202.648468854],[179904.01007819956,330103.85680072376],[179403.09438511461,329598.9216080581],[178604.01458900294,329697.71327618835],[178401.26299894473,330103.85680072376],[178496.67551191332,330400.23180511454],[178997.59120499826,331201.542002171],[179295.755308025,331399.12533843145],[179498.5068980832,332101.6438673577],[180297.58669419488,332496.8105398787],[181096.66649030655,333803.0559296008],[181597.5821833915,334297.014270252],[181704.92126048112,334604.36612665723],[181597.5821833915,335603.2596599742],[181704.92126048112,335998.4263324952],[182098.49787647644,336602.15319329116],[183064.5495702831,336700.94486142136],[182205.83695356606,334999.53279917827],[183195.74177561485,334703.1577947875],[182802.1651596196,333495.7040731956],[182694.82608252997,332902.95406441414],[183004.91674967774,331695.5003428222],[182897.57767258812,331003.95866591047],[183004.91674967774,330103.85680072376],[183195.74177561485,328896.40307913185]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0981"},"geometry":{"type":"Polygon","coordinates":[[[196505.78733472893,312804.3380259161],[196398.4482576393,312200.61116512015],[196803.95143775572,311904.23616072943],[197400.2796438092,311695.6759724544],[197805.7828239256,311399.3009680637],[197901.19533689413,311004.1342955427],[198700.2751330058,310400.40743474674],[199904.8581092339,309796.6805739508],[200203.02221226064,309500.30556956003],[199499.35492911754,308303.8286999826],[199702.1065191757,307304.9351666657],[199201.19082609075,307403.7268347959],[198199.35943992087,307195.16664652096],[197603.0312338674,307195.16664652096],[196601.1998476975,307304.9351666657],[196303.03574467078,307897.68517544714],[195301.2043585009,308205.03703185235],[194203.96045936242,307700.1018391867],[193703.04476627754,307601.3101710564],[193297.54158616113,307798.89350731694],[192999.3774831344,308600.2037043734],[192605.80086713907,308995.37037689437],[192903.9649701658,309599.0972376903],[193297.54158616113,309599.0972376903],[193703.04476627754,309203.9305651693],[194203.96045936242,309401.51390142983],[194299.372972331,309697.88890582055],[194299.372972331,310400.40743474674],[194096.6213822728,311300.50929993344],[194394.7854852996,311904.23616072943],[194800.28866541595,311695.6759724544],[195694.7809744962,312694.5695057714],[196004.87164164404,312595.77783764113],[196505.78733472893,312804.3380259161]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0983"},"geometry":{"type":"Polygon","coordinates":[[[212403.8973081152,391299.80678140454],[212296.55823102558,389499.6030510311],[212797.47392411053,388797.08452210494],[213095.63802713726,387699.3993206578],[213000.22551416873,386096.7789265449],[212904.81300120015,385504.0289177634],[212904.81300120015,384505.1353844465],[212499.3098210838,384505.1353844465],[212499.3098210838,383100.09832659404],[211902.98161503026,379203.3158614565],[212403.8973081152,379400.899197717],[213405.7286942851,379302.10752958676],[213202.97710422688,378895.9640050513],[212594.72233405232,378204.4223281396],[212702.06141114194,377600.6954673436],[213405.7286942851,374900.38987178355],[210925.00335710257,372628.1815047879],[211199.31433188717,372002.500939963],[210805.73771589185,372101.29260809324],[210197.4829457173,371903.7092718327],[209505.74222669523,371804.91760370246],[209505.74222669523,371398.774079167],[208802.07494355208,370301.0888777198],[208802.07494355208,369894.94535318436],[208503.91084052535,369400.9870125331],[208503.91084052535,368994.84348799766],[207800.2435573822,367897.1582865505],[206798.41217121232,366503.09808071255],[206500.24806818558,365602.99621552584],[206094.74488806922,366503.09808071255],[205701.1682720739,366898.2647532335],[205200.25257898896,367095.84808949404],[204794.7493988726,366997.0564213638],[204198.42119281908,367600.7832821597],[203804.84457682376,367600.7832821597],[203602.0929867656,367798.36661842023],[203995.66960276087,367995.94995468075],[204902.08847596223,369104.6120081424],[205796.58078504243,370696.2555502408],[205903.9198621321,371102.3990747763],[205903.9198621321,371903.7092718327],[205796.58078504243,372496.4592806142],[206297.49647812737,373001.39447327994],[205999.33237510064,373198.9778095404],[205104.84006602038,374296.66301098757],[204603.92437293543,374505.2231992626],[204305.7602699087,375405.3250644492],[203995.66960276087,376096.866741361],[203697.50549973414,376195.65840949124],[203101.17729368067,376799.38527028717],[203924.11021803448,377622.6491713726],[203900.25708979234,377995.8621398646],[203005.76478071208,378599.5890006606],[202695.67411356425,378698.38066879084],[202600.26160059572,379400.899197717],[202695.67411356425,379894.85753836826],[203005.76478071208,380301.0010629037],[203005.76478071208,381497.47793248115],[204699.33688590402,381398.6862643509],[205701.1682720739,381596.2696006114],[206094.74488806922,381003.5195918299],[206500.24806818558,380794.95940355497],[207001.16376127052,381003.5195918299],[207394.74037726584,378698.38066879084],[208301.15925046714,378797.1723369211],[208002.9951474404,380202.20939477347],[208098.40766040894,380696.1677354247],[208599.32335349388,381398.6862643509],[208599.32335349388,381804.82978888636],[208301.15925046714,383802.61685552023],[208503.91084052535,384296.57519617147],[209398.4031496056,385504.0289177634],[209994.73135565908,386502.92245108035],[209994.73135565908,387095.67245986185],[209899.3188426905,387501.81598439725],[209398.4031496056,388401.91784958396],[209100.23904657882,389104.43637851015],[209302.99063663703,390696.0799206086],[210602.98612583365,391003.4317770138],[211700.23002497212,390904.64010888356],[212403.8973081152,391299.80678140454]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0984"},"geometry":{"type":"Polygon","coordinates":[[[200799.35041831416,396799.20964065497],[201705.76929151546,396601.62630439445],[202898.42570362246,395602.73277107754],[203303.92888373882,395503.9411029473],[204401.1727828773,395701.52443920774],[205200.25257898896,395602.73277107754],[205403.00416904717,395405.149434817],[205605.75575910532,394395.27904948563],[205796.58078504243,393901.3207088344],[207299.32786429726,392595.0753191122],[206702.9996582438,391694.9734539255],[206297.49647812737,392002.3253103307],[205999.33237510064,391497.39011766505],[205498.4166820157,392002.3253103307],[204902.08847596223,392397.49198285176],[204997.50098893075,392803.6355073872],[204603.92437293543,392902.4271755174],[204198.42119281908,392704.8438392569],[203602.0929867656,393001.2188436477],[202803.01319065387,393100.01051177795],[202194.7584204793,393001.2188436477],[202003.9333945422,392101.116978461],[202099.34590751078,391201.0151132743],[202695.67411356425,389795.9780554219],[202302.09749756893,388994.66785836546],[201896.59431745257,388895.8761902352],[201598.43021442584,389104.43637851015],[201002.1020083723,389203.2280466404],[200298.43472522922,388994.66785836546],[200095.683135171,388599.5011858445],[199702.1065191757,388094.56599317875],[199296.60333905934,388094.56599317875],[198497.52354294766,387699.3993206578],[197996.60784986272,387699.3993206578],[196994.77646369283,387403.024316267],[193500.29317621933,385899.19559028436],[188896.63942548633,384296.57519617147],[188705.8143995492,384702.71872070694],[187894.80803931644,389302.01971477066],[187298.47983326297,390696.0799206086],[187000.31573023618,393001.2188436477],[186296.6484470931,397600.5198377114],[188503.062809491,397205.35316519043],[190005.80988874583,396898.00130878517],[190995.71471079462,395997.8994435985],[192999.3774831344,396195.482779859],[195694.7809744962,397095.5846450457],[196899.36395072425,397600.5198377114],[197805.7828239256,398105.45503037714],[198700.2751330058,397402.9365014509],[199702.1065191757,396096.6911117288],[199797.51903214428,396502.83463626425],[200799.35041831416,396799.20964065497]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0986"},"geometry":{"type":"Polygon","coordinates":[[[196004.87164164404,319105.05108222296],[195694.7809744962,318600.11588955723],[195003.04025547416,318204.94921703625],[194895.70117838454,317798.8056925008],[195003.04025547416,317502.43068811006],[194502.12456238922,317403.6390199798],[193595.70568918786,316799.9121591839],[193202.1290731926,316898.70382731414],[193202.1290731926,317195.07883170486],[192903.9649701658,317798.8056925008],[192295.71019999124,317798.8056925008],[191603.9694809692,317601.2223562403],[190995.71471079462,317195.07883170486],[190494.79901770968,317096.2871635746],[190303.97399177257,317601.2223562403],[189504.8941956609,318501.324221427],[188896.63942548633,318600.11588955723],[189194.80352851306,319599.0094228742],[188992.05193845485,320510.0881400754],[188598.4753224596,320905.25481259637],[188395.72373240138,321498.0048213778],[189003.97850257595,321596.79648950807],[189695.719221598,321498.0048213778],[190399.38650474115,321904.1483459133],[190399.38650474115,322200.52335030405],[191305.80537794245,322804.2502111],[191198.46630085283,323001.8335473605],[192104.88517405413,323704.3520762867],[192701.21338010766,324000.7270806774],[192903.9649701658,323901.9354125472],[193202.1290731926,323298.2085517512],[193798.45727924607,322398.1066865645],[194800.28866541595,321102.8381488568],[196004.87164164404,319105.05108222296]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0988"},"geometry":{"type":"Polygon","coordinates":[[[183303.08085270453,361003.69522146217],[183100.32926264632,360904.9035533319],[183100.32926264632,360399.9683606662],[182599.41356956138,359104.6998229585],[182003.08536350785,358500.9729621626],[180798.50238727982,358599.7646302928],[180500.33828425308,358303.38962590205],[180297.58669419488,357699.6627651061],[180798.50238727982,357600.87109697587],[180094.83510413667,356097.0423709932],[180094.83510413667,355603.084030342],[179605.84597517282,355196.94050580653],[178997.59120499826,355098.1488376763],[178699.42710197152,355196.94050580653],[178103.098895918,355098.1488376763],[177697.59571580164,354702.9821651553],[177005.85499677958,354801.77383328555],[177005.85499677958,354999.357169546],[176194.8486365468,355098.1488376763],[175204.94381449802,354801.77383328555],[175204.94381449802,355098.1488376763],[174405.8640183863,355196.94050580653],[173904.94832530135,355098.1488376763],[173404.03263221646,356097.0423709932],[173594.85765815357,356503.18589552864],[172998.52945210005,356799.5608999194],[167500.38339228678,359104.6998229585],[169504.04616462655,359598.65816360974],[169504.04616462655,359401.0748273492],[171197.6182698185,360004.8016881452],[171495.78237284522,362200.1720910396],[171603.12144993484,364900.47768659965],[172903.11693913152,366799.4730851033],[173201.28104215825,366195.74622430734],[173904.94832530135,365602.99621552584],[174596.68904432346,365295.64435912063],[175097.60473740834,365295.64435912063],[175896.68453352008,365800.57955178636],[177196.6800227167,366096.9545561771],[178794.83961494005,365899.3712199166],[179403.09438511461,365295.64435912063],[179904.01007819956,364099.1674895432],[180297.58669419488,363704.0008170222],[182301.24946653465,362397.75542730006],[183303.08085270453,361003.69522146217]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0994"},"geometry":{"type":"Polygon","coordinates":[[[188395.72373240138,321498.0048213778],[188598.4753224596,320905.25481259637],[188992.05193845485,320510.0881400754],[189194.80352851306,319599.0094228742],[188896.63942548633,318600.11588955723],[189504.8941956609,318501.324221427],[190303.97399177257,317601.2223562403],[189504.8941956609,317502.43068811006],[189504.8941956609,316997.49549544434],[189302.14260560268,316602.32882292336],[189003.97850257595,316404.7454866629],[188705.8143995492,316503.5371547931],[188300.3112194328,316097.3936302577],[187894.80803931644,315801.0186258669],[186594.81255011982,316294.97696651815],[186594.81255011982,315702.22695773665],[185700.32024103956,315702.22695773665],[185604.90772807103,315899.8102939972],[185604.90772807103,316602.32882292336],[184603.07634190115,316898.70382731414],[184102.1606488162,317700.0140243706],[183505.83244276268,317897.59736063104],[182897.57767258812,317798.8056925008],[182599.41356956138,317897.59736063104],[182599.41356956138,318204.94921703625],[182003.08536350785,318095.18069689156],[181597.5821833915,318402.53255329677],[181096.66649030655,318501.324221427],[180500.33828425308,318600.11588955723],[181502.16967042297,319401.4260866137],[181394.8305933333,319697.80109100445],[181704.92126048112,320499.1112880609],[182205.83695356606,320400.31961993064],[182098.49787647644,320905.25481259637],[182504.0010565928,321596.79648950807],[183303.08085270453,321498.0048213778],[183899.409058758,321498.0048213778],[183994.82157172658,321805.3566777831],[184197.57316178473,322002.94001404353],[184698.48885486968,322101.7316821738],[185103.9920349861,321904.1483459133],[185497.56865098135,321904.1483459133],[186403.9875241827,322595.69002282503],[186594.81255011982,322496.8983546948],[186296.6484470931,321904.1483459133],[186499.40003715124,321300.42148511735],[187596.6439362897,321596.79648950807],[187703.98301337933,321498.0048213778],[188395.72373240138,321498.0048213778]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0995"},"geometry":{"type":"MultiPolygon","coordinates":[[[[168704.96636851487,491496.5119695039],[168001.29908537172,491397.7203013736],[165198.55651692027,488598.6230376833],[164900.39241389354,488499.8313695531],[162503.1530255585,490804.9702925922],[160702.24184327695,492703.9656910958],[159104.08225105354,494196.81756506395],[158495.82748087897,494998.12776212045],[157696.7476847673,494196.81756506395],[157505.92265883018,493900.4425606732],[155705.01147654862,492396.6138346906],[154405.015987352,491496.5119695039],[152496.76572798076,490300.03509992646],[152103.1891119855,490398.8267680567],[151304.10931587376,491002.5536288527],[147404.1228482839,492802.75735922606],[146903.20715519896,493296.7156998773],[146199.53987205587,494196.81756506395],[154798.59260334726,500201.1556169801],[155502.2598864904,500299.94728511036],[156599.50378562888,501397.63248655753],[156897.66788865562,501902.56767922326],[157195.83199168235,501803.776011093],[158197.66337785224,502605.08620814944],[158495.82748087897,503000.2528806704],[158197.66337785224,504295.5214183781],[158305.00245494186,504701.6649429136],[158805.9181480268,505502.97513997],[159104.08225105354,505305.39180370956],[159604.99794413848,506501.868673287],[159700.41045710706,507303.17887034337],[160201.326150192,507204.38720221317],[162002.23733247357,507303.17887034337],[162705.90461561666,507599.55387473415],[166498.55200611695,511595.12800800195],[166999.4676992019,511902.4798644071],[167595.79590525536,512100.0632006676],[167595.79590525536,512001.2715325374],[168597.62729142525,508400.8640717906],[168597.62729142525,506798.2436776777],[168895.79139445198,503000.2528806704],[168597.62729142525,502901.46121254016],[168895.79139445198,501397.63248655753],[169897.62278062187,499696.2204243144],[167094.88021217042,498104.576882216],[168502.21477845666,495601.8546229164],[168204.05067542993,495305.47961852566],[167703.134982345,494602.9610895994],[167202.21928926004,494196.81756506395],[168704.96636851487,491902.65549403935],[168704.96636851487,491496.5119695039]]],[[[148894.94336341764,522495.1420583725],[149097.69495347585,522297.558722112],[148596.7792603909,521803.60038146074],[148596.7792603909,521496.2485250556],[147797.69946427923,521902.39204959106],[148405.9542344538,522001.18371772126],[148894.94336341764,522495.1420583725]]],[[[156217.8537337546,517412.859575672],[155597.672399459,518203.19292071403],[153200.4330111239,520694.9383279991],[152699.51731803897,521101.08185253455],[149300.44654353405,522604.91057851724],[148894.94336341764,522495.1420583725],[149300.44654353405,522703.70224664744],[152604.10480507044,521199.8735206648],[153105.02049815538,520903.4985162741],[155800.42398951715,518104.4012525837],[156217.8537337546,517412.859575672]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1507"},"geometry":{"type":"Polygon","coordinates":[[[207299.32786429726,392595.0753191122],[207704.83104441367,392298.7003147215],[208694.73586646246,391804.74197407026],[209004.8265336103,391497.39011766505],[209302.99063663703,390696.0799206086],[209100.23904657882,389104.43637851015],[209398.4031496056,388401.91784958396],[209899.3188426905,387501.81598439725],[209994.73135565908,387095.67245986185],[209994.73135565908,386502.92245108035],[209398.4031496056,385504.0289177634],[208503.91084052535,384296.57519617147],[208301.15925046714,383802.61685552023],[208599.32335349388,381804.82978888636],[208599.32335349388,381398.6862643509],[208098.40766040894,380696.1677354247],[208002.9951474404,380202.20939477347],[208301.15925046714,378797.1723369211],[207394.74037726584,378698.38066879084],[207001.16376127052,381003.5195918299],[206500.24806818558,380794.95940355497],[206094.74488806922,381003.5195918299],[205701.1682720739,381596.2696006114],[204699.33688590402,381398.6862643509],[203005.76478071208,381497.47793248115],[203005.76478071208,380301.0010629037],[202695.67411356425,379894.85753836826],[202600.26160059572,379400.899197717],[202695.67411356425,378698.38066879084],[198903.02672306402,377194.5519428082],[198103.94692695234,376898.1769384174],[196994.77646369283,376700.59360215697],[194704.87615244737,376700.59360215697],[194001.20886930428,377304.3204629529],[192903.9649701658,377403.11213108315],[192104.88517405413,378895.9640050513],[190900.3021978261,381003.5195918299],[189302.14260560268,383703.82518739],[188896.63942548633,384296.57519617147],[193500.29317621933,385899.19559028436],[196994.77646369283,387403.024316267],[197996.60784986272,387699.3993206578],[198497.52354294766,387699.3993206578],[199296.60333905934,388094.56599317875],[199702.1065191757,388094.56599317875],[200095.683135171,388599.5011858445],[200298.43472522922,388994.66785836546],[201002.1020083723,389203.2280466404],[201598.43021442584,389104.43637851015],[201896.59431745257,388895.8761902352],[202302.09749756893,388994.66785836546],[202695.67411356425,389795.9780554219],[202099.34590751078,391201.0151132743],[202003.9333945422,392101.116978461],[202194.7584204793,393001.2188436477],[202803.01319065387,393100.01051177795],[203602.0929867656,393001.2188436477],[204198.42119281908,392704.8438392569],[204603.92437293543,392902.4271755174],[204997.50098893075,392803.6355073872],[204902.08847596223,392397.49198285176],[205498.4166820157,392002.3253103307],[205999.33237510064,391497.39011766505],[206297.49647812737,392002.3253103307],[206702.9996582438,391694.9734539255],[207299.32786429726,392595.0753191122]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1509"},"geometry":{"type":"Polygon","coordinates":[[[233394.65016119834,442594.63624503167],[233704.74082834617,442199.4695725107],[232905.6610322345,441398.1593754542],[232702.9094421763,440596.8491783978],[231796.490568975,440300.4741740071],[231498.32646594825,439499.1639769506],[231402.91395297967,439005.20563629933],[230997.4107728633,437995.33525096794],[231104.74984995293,437402.58524218644],[230997.4107728633,436897.6500495208],[230401.08256680978,436304.9000407393],[229697.4152836667,435997.54818433407],[230198.33097675157,434504.69631036586],[230198.33097675157,433900.96944956994],[230305.67005384126,433198.45092064375],[230496.49507977837,432902.075916253],[230401.08256680978,432397.14072358725],[230102.91846378305,432001.97405106627],[229494.66369360848,430695.72866134415],[229196.49959058175,430201.7703206929],[228802.92297458643,430498.14532508363],[228302.0072815015,431299.4555221401],[227395.5884083002,430904.2888496191],[227002.01179230487,430596.9369932139],[226596.50861218845,431299.4555221401],[226095.5929191035,431398.24719027034],[225702.01630310825,431804.3907148058],[224902.9365069965,431694.62219466106],[224497.43332688016,431804.3907148058],[224103.85671088484,432199.5573873268],[223901.1051208267,431200.6638540098],[223901.1051208267,430794.52032947436],[224199.26922385342,430794.52032947436],[224795.5974299069,430201.7703206929],[225296.51312299183,430004.1869844324],[225403.85220008146,429795.62679615745],[225105.68809705472,429400.46012363647],[224998.3490199651,428895.52493097074],[225403.85220008146,427995.42306578404],[224998.3490199651,427995.42306578404],[225296.51312299183,427095.32120059733],[224902.9365069965,426996.52953246713],[224103.85671088484,427699.0480613933],[223602.9410177999,427797.8397295236],[222994.68624762533,427797.8397295236],[222601.10963163,427600.25639326306],[222195.60645151365,427896.63139765384],[222302.94552860328,428203.983254059],[222195.60645151365,428697.9415947102],[221897.44234848692,429202.87678737595],[221002.95003940666,429598.04345989693],[219094.69978003547,429598.04345989693],[218295.6199839238,429301.6684555062],[218104.79495798668,429795.62679615745],[217794.70429083885,431398.24719027034],[218701.12316404015,431595.83052653086],[219297.45137009368,431497.0388584006],[219905.70614026824,431804.3907148058],[220001.11865323677,432199.5573873268],[219905.70614026824,432803.2842481227],[219500.20296015183,433802.1777814397],[220001.11865323677,434197.34445396066],[219905.70614026824,434504.69631036586],[219404.7904471833,434603.4879784961],[218498.37157398195,434998.6546510171],[218200.2074709552,435898.7565162038],[218903.87475409836,436502.48337699973],[218903.87475409836,437095.23338578123],[218498.37157398195,437303.79357405624],[217902.04336792848,437205.001905926],[217198.37608478533,437501.3769103167],[217102.9635718168,437797.7519147075],[217305.71516187495,438599.06211176387],[217496.54018781212,439103.9973044296],[217794.70429083885,439301.58064069005],[218164.42777859198,439334.5111967335],[218498.37157398195,439301.58064069005],[219297.45137009368,438895.43711615464],[219595.61547312042,438302.68710737315],[220096.53116620536,437896.5435828377],[221002.95003940666,437797.7519147075],[222004.78142557654,437600.16857844696],[223102.02532471495,438401.4787755034],[223400.18942774175,438796.6454480244],[223304.77691477316,439103.9973044296],[223805.6926078581,440102.89083774656],[224902.9365069965,441496.9510435845],[225702.01630310825,443198.3631058276],[227002.01179230487,443099.5714376974],[227896.50410138507,442901.9881014369],[228695.5838974968,443297.15477395785],[229196.49959058175,443900.8816347538],[229602.0027706981,443604.50663036306],[230198.33097675157,443395.9464420881],[231104.74984995293,443000.7797695671],[231402.91395297967,443000.7797695671],[233203.82513526123,442803.1964333066],[233394.65016119834,442594.63624503167]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1525"},"geometry":{"type":"Polygon","coordinates":[[[98099.70677178068,470805.1459222244],[98302.45836183887,470399.0023976889],[98099.70677178068,469696.48386876273],[98397.87087480743,469498.9005325022],[98505.20995189706,468598.7986673155],[98397.87087480743,468401.21533105505],[97503.37856572718,468203.6319947946],[97300.626975669,466897.3866050724],[96895.12379555262,466096.076408016],[96394.20810246767,466096.076408016],[95595.128306356,466403.4282644212],[94903.38758733393,466601.0116006817],[94199.7203041908,466601.0116006817],[93603.39209813731,466304.6365962909],[93698.80461110586,466897.3866050724],[93496.05302104767,467303.5301296079],[93901.55620116406,468104.8403266643],[93722.65773934801,468467.0764431419],[93400.64050807912,468401.21533105505],[92696.973224936,468697.5903354458],[91897.8934288243,468401.21533105505],[91396.97773573936,469202.5255281115],[91802.48091585575,469597.69220063253],[91897.8934288243,470201.4190614284],[92398.80912190925,470596.58573394944],[92100.6450188825,471200.3125947454],[92899.72481499417,472001.6227918018],[93794.21712407442,473000.5163251188],[95296.96420332925,474504.3450511014],[96203.38307653056,473604.2431859147],[96000.63148647237,473296.89132950956],[96501.54717955731,472901.7246569885],[96096.04399944092,472297.99779619253],[98004.29425881212,470805.1459222244],[98099.70677178068,470805.1459222244]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1581"},"geometry":{"type":"Polygon","coordinates":[[[151196.77023878414,455097.27068951516],[154595.84101328911,454504.5206807336],[155204.09578346368,454098.3771561982],[156301.3396826021,454098.3771561982],[156396.75219557068,453802.0021518074],[155800.42398951715,453395.85862727195],[156003.17557957536,452901.9002866207],[156694.9162985974,453604.41881554696],[157398.58358174056,453900.79381993774],[158400.41496791044,453802.0021518074],[158495.82748087897,453604.41881554696],[158400.41496791044,452594.54843021557],[157899.4992748255,452100.5900895643],[157899.4992748255,451595.6548968986],[158305.00245494186,451101.69655624736],[159199.49476402212,450596.76136358164],[159497.65886704886,451299.2798925078],[160105.91363722342,451200.4882243776],[161203.1575363619,451595.6548968986],[161704.07322944677,452001.79842143407],[162598.56553852704,452100.5900895643],[163803.14851475513,451804.2150851736],[163898.56102772366,451101.69655624736],[164697.6408238354,450201.59469106066],[164399.4767208086,449597.86783026473],[164304.06420784007,449202.7011577437],[163600.39692469692,447797.6640998913],[163302.2328216702,447095.14557096513],[162395.8139484689,445196.1501724615],[162097.6498454421,445404.71036073647],[161704.07322944677,444702.1918318103],[161405.90912642004,444800.9834999405],[161203.1575363619,444394.839975405],[161203.1575363619,443900.8816347538],[160904.9934333351,443802.0899666236],[159604.99794413848,443900.8816347538],[158805.9181480268,444098.4649710143],[158400.41496791044,444098.4649710143],[157994.91178779403,443900.8816347538],[157100.41947871377,443099.5714376974],[155800.42398951715,442803.1964333066],[155299.5082964322,442495.8445769014],[154405.015987352,444197.25663914456],[155895.83650248573,444394.839975405],[156897.66788865562,445404.71036073647],[155800.42398951715,446096.2520376482],[154595.84101328911,445997.4603695179],[153403.18460118212,446897.5622347046],[152496.76572798076,447501.2890955006],[152103.1891119855,447995.24743615184],[150695.8545456992,448302.59929255705],[149980.260698435,448774.6039291793],[149300.44654353405,447797.6640998913],[148405.9542344538,446699.97889844415],[147594.94787422102,446897.5622347046],[147105.95874525717,447402.49742737034],[146497.7039750826,448500.1826288175],[146998.61966816755,448796.5576332082],[146497.7039750826,449301.492825874],[146104.1273590873,449400.2844940042],[145495.87258891272,450399.1780273212],[145495.87258891272,451002.9048881171],[145698.62417897093,451705.4234170433],[145400.46007594414,452298.1734258248],[146199.53987205587,453198.2752910115],[146700.45556514082,453604.41881554696],[148405.9542344538,455404.6225459203],[149705.9497236504,454197.16882432846],[150397.69044267246,453604.41881554696],[151304.10931587376,454504.5206807336],[151196.77023878414,455097.27068951516]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1586"},"geometry":{"type":"Polygon","coordinates":[[[244200.11725488777,451496.86322876834],[244200.11725488777,451002.9048881171],[243997.36566482956,449696.65949839493],[243603.78904883424,449696.65949839493],[243198.28586871788,449103.9094896135],[242601.95766266435,448500.1826288175],[242303.79355963762,448105.0159562965],[242101.0419695794,446996.3539028349],[241898.29037952126,446304.8122259232],[242005.62945661088,445503.5020288667],[242101.0419695794,443703.2982984933],[241397.37468643632,443000.7797695671],[241003.798070441,442495.8445769014],[241003.798070441,442298.2612406409],[240300.13078729785,442803.1964333066],[238594.63211798487,443099.5714376974],[237795.5523218732,443297.15477395785],[236602.8959097662,443395.9464420881],[236197.3927296498,443297.15477395785],[235505.65201062773,443494.7381102183],[234801.98472748458,443395.9464420881],[233394.65016119834,442594.63624503167],[233203.82513526123,442803.1964333066],[231402.91395297967,443000.7797695671],[231104.74984995293,443000.7797695671],[230198.33097675157,443395.9464420881],[229602.0027706981,443604.50663036306],[229196.49959058175,443900.8816347538],[229303.83866767137,444197.25663914456],[229792.82779663522,445009.54368821543],[228695.5838974968,445701.0853651272],[228600.17138452822,445997.4603695179],[229196.49959058175,446403.6038940534],[228695.5838974968,446996.3539028349],[229005.67456464458,447204.9140911099],[228695.5838974968,447896.4557680216],[228600.17138452822,448401.3909606873],[228802.92297458643,448697.765965078],[229005.67456464458,448598.97429694777],[229995.57938669343,450004.0113548002],[230198.33097675157,449795.45116652525],[230496.49507977837,449905.21968666994],[230997.4107728633,450497.96969545144],[231295.57487589004,450300.3863591909],[231999.2421590332,451200.4882243776],[232404.74533914955,450805.3215518566],[232500.15785211808,451101.69655624736],[234002.9049313729,449202.7011577437],[236495.55683267652,450004.0113548002],[237294.63662878826,450596.76136358164],[237902.89139896282,451200.4882243776],[237902.89139896282,451595.6548968986],[238105.64298902097,451903.0067533038],[238594.63211798487,452199.38175769453],[238499.2196050163,452594.54843021557],[238594.63211798487,453703.2104836772],[239000.13529810123,453999.58548806794],[240300.13078729785,453604.41881554696],[240097.3791972397,452901.9002866207],[240598.29489032459,452594.54843021557],[240801.0464803828,453198.2752910115],[241099.21058340953,453198.2752910115],[241397.37468643632,453802.0021518074],[242196.454482548,453494.6502954023],[242601.95766266435,452594.54843021557],[242399.2060726062,452199.38175769453],[243401.03745877603,451903.0067533038],[243997.36566482956,451496.86322876834],[244200.11725488777,451496.86322876834]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1598"},"geometry":{"type":"Polygon","coordinates":[[[127403.27481724959,521397.4568569253],[127701.43892027634,520903.4985162741],[129001.43440947296,520903.4985162741],[129204.18599953115,520398.56332360837],[130194.09082157996,519696.0447946822],[131195.92220774983,520003.3966510874],[131398.673797808,518795.9429294955],[131303.26128483948,517797.04939617857],[130599.59400169633,517094.5308672523],[130003.26579564284,516798.1558628616],[129705.1016926161,516402.9891903406],[129705.1016926161,515898.0539976749],[130098.6783086114,515898.0539976749],[129895.92671855321,515305.3039888934],[129895.92671855321,514602.7854599672],[130098.6783086114,513900.266931041],[129204.18599953115,513702.6835947805],[129299.59851249971,513395.3317383753],[129096.84692244152,512297.64653692814],[125399.61204490984,512100.0632006676],[125304.19953194127,512495.22987318865],[125900.52773799477,512802.5817295938],[125995.94025096334,513098.9567339846],[125805.11522502621,513900.266931041],[125495.0245578784,514196.64193543175],[125304.19953194127,514097.85026730155],[124302.3681457714,513296.54007024504],[124004.20404274465,513197.74840211484],[123801.45245268646,513395.3317383753],[123503.2883496597,513900.266931041],[121797.7896803467,514097.85026730155],[120903.29737126645,514097.85026730155],[121094.12239720358,515096.74380061845],[121296.87398726176,515502.8873251539],[120903.29737126645,516205.4058540801],[120700.54578120826,516402.9891903406],[120199.63008812333,516501.7808584708],[120402.38167818151,516600.5725266011],[120402.38167818151,517094.5308672523],[119698.71439503839,518104.4012525837],[119495.9628049802,518499.56792510475],[119495.9628049802,518894.73459762573],[119794.12690800695,519399.66979029146],[120104.21757515476,520200.97998734785],[120295.04260109189,521101.08185253455],[120605.1332682397,521496.2485250556],[120402.38167818151,522198.7670539818],[121296.87398726176,522703.70224664744],[121499.62557731995,523197.6605872987],[122095.95378337345,523505.01244370395],[122799.62106651659,523702.5957799644],[123300.53675960151,523395.2439235592],[123205.12424663296,523000.07725103816],[122394.1178864002,522297.558722112],[124004.20404274465,521496.2485250556],[125399.61204490984,520903.4985162741],[125602.36363496802,520596.1466598689],[126198.69184102151,520804.70684814383],[126795.02004707501,521397.4568569253],[127200.5232271914,521199.8735206648],[127403.27481724959,521397.4568569253]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1621"},"geometry":{"type":"Polygon","coordinates":[[[98600.62246486562,452594.54843021557],[98302.45836183887,450695.5530317119],[98505.20995189706,450102.8030229304],[98099.70677178068,449301.492825874],[97896.9551817225,446699.97889844415],[97503.37856572718,445602.293696997],[97300.626975669,445404.71036073647],[97396.03948863756,444197.25663914456],[97694.2035916643,443494.7381102183],[97300.626975669,443000.7797695671],[96799.71128258406,442704.40476517635],[95905.21897350381,442298.2612406409],[95296.96420332925,441694.53437984496],[94903.38758733393,441903.09456811997],[94497.88440721756,442397.05290877115],[93794.21712407442,442901.9881014369],[93698.80461110586,442506.8214289159],[92899.72481499417,443198.3631058276],[91897.8934288243,443999.6733028841],[91396.97773573936,443395.9464420881],[91301.5652227708,442704.40476517635],[90395.14634956949,442001.88623625017],[89095.15086037286,443604.50663036306],[88796.98675734611,443900.8816347538],[90395.14634956949,445294.9418405917],[90800.64952968586,445799.87703325745],[90597.89793962768,446195.04370577843],[91301.5652227708,446403.6038940534],[91003.40111974406,446897.5622347046],[91504.316812829,447600.0807636308],[91301.5652227708,447995.24743615184],[91194.22614568117,448598.97429694777],[92005.23250591394,449103.9094896135],[92494.2216348778,449696.65949839493],[94402.471894249,449696.65949839493],[94998.8001003025,450201.59469106066],[95404.30328041887,450695.5530317119],[96394.20810246767,451496.86322876834],[96799.71128258406,451595.6548968986],[97205.21446270043,451496.86322876834],[97503.37856572718,452100.5900895643],[98099.70677178068,452901.9002866207],[98600.62246486562,452594.54843021557]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1640"},"geometry":{"type":"Polygon","coordinates":[[[198592.9360559162,364296.7508258037],[198294.77195288945,364099.1674895432],[198199.35943992087,363396.648960617],[198402.11102997907,362803.8989518355],[198402.11102997907,362397.75542730006],[198199.35943992087,361201.27855772263],[197901.19533689413,360696.3433650569],[197495.69215677778,360301.1766925359],[196601.1998476975,359697.44983174],[195802.12005158584,358402.1812940323],[195396.61687146942,357897.2461013666],[194394.7854852996,356997.1442361799],[194096.6213822728,357304.49609258515],[192796.62589307618,357304.49609258515],[192104.88517405413,357600.87109697587],[191401.21789091104,357600.87109697587],[191401.21789091104,358204.5979577718],[190399.38650474115,358599.7646302928],[190101.22240171436,358599.7646302928],[189504.8941956609,358094.8294376271],[189003.97850257595,357304.49609258515],[188598.4753224596,356294.6257072537],[189003.97850257595,355800.66736660246],[187298.47983326297,354604.19049702503],[185795.73275400815,353605.29696370807],[185700.32024103956,353100.3617710424],[185604.90772807103,353199.15343917266],[184996.65295789647,352705.1950985214],[184901.24044492788,352200.2599058557],[184197.57316178473,352705.1950985214],[183899.409058758,352200.2599058557],[182897.57767258812,351805.0932333347],[182802.1651596196,351596.53304505977],[182301.24946653465,351398.94970879925],[182098.49787647644,351805.0932333347],[182396.66197950317,352299.05157398595],[182396.66197950317,352705.1950985214],[182205.83695356606,352902.7784347819],[181800.3337734497,352803.9867666516],[181704.92126048112,353396.7367754331],[182003.08536350785,353802.8802999686],[182205.83695356606,354395.6303087501],[181502.16967042297,354999.357169546],[180798.50238727982,355098.1488376763],[180094.83510413667,355603.084030342],[180094.83510413667,356097.0423709932],[180798.50238727982,357600.87109697587],[180297.58669419488,357699.6627651061],[180500.33828425308,358303.38962590205],[180798.50238727982,358599.7646302928],[182003.08536350785,358500.9729621626],[182599.41356956138,359104.6998229585],[183100.32926264632,360399.9683606662],[183100.32926264632,360904.9035533319],[183303.08085270453,361003.69522146217],[183505.83244276268,360904.9035533319],[183994.82157172658,361003.69522146217],[184400.32475184294,361300.0702258529],[185103.9920349861,361497.65356211335],[186296.6484470931,361398.86189398315],[186594.81255011982,361805.00541851856],[187000.31573023618,361903.7970866488],[187596.6439362897,361805.00541851856],[187703.98301337933,362803.8989518355],[187298.47983326297,363100.2739562263],[187095.72824320477,363001.48228809604],[186797.56414017803,363802.7924851525],[186201.2359341245,365196.85269099043],[186403.9875241827,365701.7878836561],[187298.47983326297,366997.0564213638],[188002.14711640606,369203.40367627266],[189194.80352851306,369796.1536850541],[190101.22240171436,369499.7786806634],[191496.63040387956,368797.2601517372],[191305.80537794245,369499.7786806634],[194597.53707535774,367995.94995468075],[195396.61687146942,367501.9916140295],[196803.95143775572,366503.09808071255],[198402.11102997907,365504.20454739564],[198592.9360559162,364296.7508258037]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1641"},"geometry":{"type":"Polygon","coordinates":[[[194394.7854852996,356997.1442361799],[193094.78999610292,355800.66736660246],[192701.21338010766,355295.7321739368],[192403.04927708086,354505.3988288948],[192701.21338010766,354395.6303087501],[192403.04927708086,353802.8802999686],[192498.46179004945,353495.5284435634],[192796.62589307618,353396.7367754331],[193595.70568918786,352595.4265783767],[194502.12456238922,352299.05157398595],[194800.28866541595,352299.05157398595],[192999.3774831344,350597.6395117428],[191902.13358399592,349401.1626421654],[191699.38199393777,349302.3709740351],[191198.46630085283,349401.1626421654],[190399.38650474115,349697.5376465561],[189695.719221598,349401.1626421654],[189600.30670862942,349598.74597842584],[189003.97850257595,349598.74597842584],[188503.062809491,348797.4357813694],[187489.30485920009,346689.8801945908],[187000.31573023618,346294.7135220698],[186499.40003715124,346097.13018580934],[186201.2359341245,345701.96351328836],[186201.2359341245,346097.13018580934],[185903.07183109777,346503.2737103448],[185604.90772807103,346602.065378475],[184901.24044492788,346602.065378475],[184603.07634190115,346799.6487147355],[184495.73726481153,347194.8153872565],[184698.48885486968,347798.5422480525],[185497.56865098135,348896.22744949965],[186702.15162720944,349203.57930590486],[187000.31573023618,350004.8895029613],[187799.39552634786,350707.4080318875],[186403.9875241827,351695.32471318997],[186594.81255011982,352101.46823772544],[185700.32024103956,353100.3617710424],[185795.73275400815,353605.29696370807],[187298.47983326297,354604.19049702503],[189003.97850257595,355800.66736660246],[188598.4753224596,356294.6257072537],[189003.97850257595,357304.49609258515],[189504.8941956609,358094.8294376271],[190101.22240171436,358599.7646302928],[190399.38650474115,358599.7646302928],[191401.21789091104,358204.5979577718],[191401.21789091104,357600.87109697587],[192104.88517405413,357600.87109697587],[192796.62589307618,357304.49609258515],[194096.6213822728,357304.49609258515],[194394.7854852996,356997.1442361799]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1651"},"geometry":{"type":"MultiPolygon","coordinates":[[[[253896.41388531763,603394.5414050303],[253097.33408920595,603800.6849295658],[251797.33860000933,604997.1617991432],[248505.60690259398,602801.7913962489],[248195.51623544615,603295.7497369],[247801.9396194509,603603.1015933052],[247503.7755164241,603603.1015933052],[246895.52074624953,602801.7913962489],[245500.11274408438,601802.897862932],[244903.78453803086,601001.5876658754],[243198.28586871788,599102.5922673717],[242900.1217656911,598905.0089311113],[242196.454482548,598202.4904021851],[241802.87786655268,598498.8654065758],[240896.45899335138,598597.657074706],[240502.88237735606,598400.0737384455],[240001.96668427112,598597.657074706],[239501.05099118617,598498.8654065758],[239202.88688815944,598301.2820703153],[238701.9711950745,598498.8654065758],[238201.05550198955,598103.6987340548],[237700.1398089046,598103.6987340548],[237497.3882188464,597895.1385457799],[237604.72729593603,596995.0366805932],[237497.3882188464,596698.6616762024],[236698.30842273473,596599.8700080721],[236101.98021668126,596698.6616762024],[235505.65201062773,596303.4950036814],[235100.14883051137,595798.5598110157],[234599.23313742643,595897.3514791459],[234205.6565214311,596303.4950036814],[234205.6565214311,596599.8700080721],[233895.56585428328,596797.4533443328],[233704.74082834617,597499.9718732589],[232595.57036508666,597598.7635413891],[232798.32195514487,599003.8005992415],[232500.15785211808,599497.7589398928],[232094.65467200172,599805.1107962979],[231796.490568975,599596.5506080231],[231104.74984995293,600299.0691369493],[230794.6591828051,600200.2774688189],[230603.834156868,600397.8608050795],[230603.834156868,601495.5460065266],[230496.49507977837,601901.689531062],[231295.57487589004,601704.1061948016],[231402.91395297967,602801.7913962489],[231903.8296460646,602900.583064379],[232201.99374909134,604700.7867947525],[232094.65467200172,605095.9534672734],[231999.2421590332,605699.6803280694],[233299.2376482298,606094.8470005903],[233704.74082834617,606402.1988569956],[234301.0690343997,606402.1988569956],[236101.98021668126,607203.509054052],[236901.06001279294,607499.8840584428],[237497.3882188464,607796.2590628335],[238105.64298902097,608004.8192511084],[239202.88688815944,608597.5692598899],[240097.3791972397,608795.1525961505],[243997.36566482956,609596.4627932069],[245201.9486410576,609695.2544613371],[245905.61592420074,609596.4627932069],[247396.43643933447,609201.296120686],[248601.01941556256,608498.7775917597],[249698.26331470098,609497.6711250767],[250902.84629092907,609201.296120686],[251105.59788098728,608696.3609280202],[250998.2588038976,608103.6109192388],[249805.6023917906,608399.9859236295],[249698.26331470098,608103.6109192388],[250795.50721383945,607796.2590628335],[250795.50721383945,607598.675726573],[250199.17900778592,607697.4673947033],[250199.17900778592,607499.8840584428],[251105.59788098728,607302.3007221823],[252000.09019006748,607203.509054052],[252095.50270303607,607499.8840584428],[251403.761984014,607697.4673947033],[251678.0729587986,608806.129448165],[253001.92157623736,608202.402587369],[253896.41388531763,607401.0923903126],[254397.32957840257,607104.7173859219],[254397.32957840257,606303.4071888654],[254301.91706543398,606204.615520735],[253896.41388531763,604997.1617991432],[253896.41388531763,603394.5414050303]]],[[[222696.5221445986,614294.5554554008],[222195.60645151365,614799.4906480666],[222398.35804157186,615194.6573205875],[222994.68624762533,615502.0091769928],[223602.9410177999,615600.800845123],[223698.35353076848,615304.4258407323],[222994.68624762533,614997.073984327],[222696.5221445986,614294.5554554008]]],[[[233704.74082834617,618202.3147725528],[234801.98472748458,618103.5231044226],[235004.7363175428,618202.3147725528],[235505.65201062773,618004.7314362924],[236495.55683267652,617203.4212392359],[235195.5613434799,617796.1712480173],[234694.64565039496,617499.7962436266],[233203.82513526123,616896.0693828308],[233096.4860581716,617796.1712480173],[233704.74082834617,618202.3147725528]]],[[[228003.84317847475,618904.833301479],[229602.0027706981,617401.0045754964],[229005.67456464458,617697.3795798871],[227896.50410138507,618597.4814450738],[227300.1758953316,618696.2731132042],[227204.76338236302,618498.6897769435],[227896.50410138507,618103.5231044226],[228099.25569144328,618103.5231044226],[229602.0027706981,616896.0693828308],[229101.08707761316,616896.0693828308],[228898.33548755496,617302.2129073662],[228504.7588715597,617401.0045754964],[227502.9274853898,617104.6295711056],[227502.9274853898,615995.9675176439],[227300.1758953316,615403.2175088625],[226894.67271521525,615403.2175088625],[226298.34450916172,616797.2777147004],[225499.26471305004,618004.7314362924],[225904.7678931664,618795.0647813344],[226405.68358625134,619201.2083058697],[227204.76338236302,619299.999974],[228003.84317847475,618904.833301479]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1652"},"geometry":{"type":"Polygon","coordinates":[[[186296.6484470931,397600.5198377114],[187000.31573023618,393001.2188436477],[187298.47983326297,390696.0799206086],[183696.6574686998,389499.6030510311],[183100.32926264632,389203.2280466404],[182205.83695356606,389104.43637851015],[181895.74628641823,388895.8761902352],[181204.00556739618,388797.08452210494],[180404.9257712845,388797.08452210494],[179200.34279505647,388401.91784958396],[178794.83961494005,388599.5011858445],[178305.8504859762,388500.7095177142],[177995.75981882837,388895.8761902352],[177602.18320283305,389104.43637851015],[177602.18320283305,389598.3947191614],[177196.6800227167,389795.9780554219],[177304.01909980632,390399.70491621783],[175598.52043049328,391003.4317770138],[175705.85950758297,391903.5336422005],[175395.76884043514,392199.90864659124],[174894.8531473502,392902.4271755174],[175204.94381449802,393297.5938480384],[174405.8640183863,394702.63090589084],[173904.94832530135,396096.6911117288],[173404.03263221646,397896.89484210213],[173702.1967352432,398500.62170289806],[173404.03263221646,398895.7883754191],[173296.69355512678,399301.93189995456],[175705.85950758297,399499.515236215],[176695.76432963175,399499.515236215],[177399.43161277485,399795.8902406058],[178902.17869202967,400202.03376514127],[180703.08987431123,400597.2004376622],[182694.82608252997,401102.1356303279],[182802.1651596196,400695.9921057925],[183696.6574686998,398895.7883754191],[184996.65295789647,397798.1031739719],[186296.6484470931,397600.5198377114]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1655"},"geometry":{"type":"Polygon","coordinates":[[[100604.28523720537,404296.3995665393],[100795.1102631425,403901.2328940183],[101403.36503331707,402397.4041680356],[101200.61344325887,401903.44582738436],[100198.782057089,400498.408769532],[100294.19457005756,399499.515236215],[100103.36954412043,397842.0105820298],[99805.20544109368,397798.1031739719],[99805.20544109368,397205.35316519043],[98099.70677178068,396700.4179725247],[95797.87989641418,395899.10777546826],[95404.30328041887,396195.482779859],[95595.128306356,397095.5846450457],[96072.19087119879,397765.1726179285],[95821.73302465632,397842.0105820298],[94104.30779122225,398105.45503037714],[93603.39209813731,397501.72816958115],[93496.05302104767,396996.7929769154],[92601.56071196742,397205.35316519043],[91098.81363271261,397304.14483332064],[90502.48542665911,397402.9365014509],[90299.73383660094,397798.1031739719],[89596.0665534578,398204.24669850734],[88796.98675734611,399795.8902406058],[88594.23516728793,400597.2004376622],[88594.23516728793,402298.6124999054],[88498.82265431936,403001.1310288316],[89202.4899374625,403604.8578896275],[89798.818143516,403297.5060332223],[90896.06204265442,403198.71436509205],[91599.72932579755,403396.29770135257],[92196.05753185105,403802.44122588803],[92696.973224936,403802.44122588803],[92995.13732796274,403604.8578896275],[93698.80461110586,402594.9875042961],[94497.88440721756,402298.6124999054],[94903.38758733393,402397.4041680356],[95296.96420332925,403001.1310288316],[95702.46738344562,403396.29770135257],[96501.54717955731,403495.0893694828],[97205.21446270043,404000.0245621485],[97694.2035916643,404702.5430910747],[98505.20995189706,404900.1264273352],[98994.19908086093,404801.33475920494],[100198.782057089,404197.607898409],[100604.28523720537,404296.3995665393]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1658"},"geometry":{"type":"Polygon","coordinates":[[[173594.85765815357,373901.4963384666],[173105.86852918967,373703.9130022061],[172604.95283610473,373100.18614141014],[172402.20124604658,372397.66761248396],[172402.20124604658,372101.29260809324],[172903.11693913152,372002.500939963],[172903.11693913152,371596.3574154275],[172294.86216895696,371299.9824110368],[171996.69806593016,371003.607406646],[171304.9573469081,371299.9824110368],[171197.6182698185,371102.3990747763],[170195.7868836486,371398.774079167],[168800.37888148346,370795.04721837107],[167595.79590525536,370202.29720958957],[165496.72061994707,368698.46848360694],[164900.39241389354,368204.5101429557],[164005.90010481328,367304.408277769],[161799.48574241536,367897.1582865505],[162300.4014355003,369400.9870125331],[162097.6498454421,369894.94535318436],[161704.07322944677,370202.29720958957],[161298.57004933042,370904.8157385158],[161000.40594630368,371596.3574154275],[161596.73415235715,372397.66761248396],[162598.56553852704,373100.18614141014],[162598.56553852704,373703.9130022061],[162395.8139484689,374000.28800659685],[164697.6408238354,375295.55654430453],[164005.90010481328,376601.8019340267],[163695.8094376655,377194.5519428082],[163194.89374458056,378994.75567318156],[163099.48123161198,379104.52419332624],[163397.6453346387,379499.6908658473],[164602.2283108668,379499.6908658473],[165305.89559400995,379499.6908658473],[165401.30810697848,379302.10752958676],[166904.0551862333,379598.4825339775],[167595.79590525536,380004.62605851295],[169694.87119056366,381003.5195918299],[172497.6137590151,381497.47793248115],[172497.6137590151,377798.27880360413],[173594.85765815357,373901.4963384666]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1659"},"geometry":{"type":"Polygon","coordinates":[[[175598.52043049328,391003.4317770138],[175503.10791752476,390696.0799206086],[174799.4406343816,390696.0799206086],[174596.68904432346,390597.28825247835],[175002.19222443982,390004.53824369685],[174203.11242832814,390399.70491621783],[173702.1967352432,391003.4317770138],[172998.52945210005,390399.70491621783],[172199.44965598837,389598.3947191614],[171603.12144993484,389697.18638729164],[170804.04165382317,390202.12157995737],[170505.87755079643,390696.0799206086],[170601.29006376502,391003.4317770138],[170398.5384737068,391201.0151132743],[168394.87570136704,390004.53824369685],[168204.05067542993,390103.3299118271],[167404.97087931825,390300.9132480876],[166796.7161091437,391201.0151132743],[166605.89108320657,392199.90864659124],[166104.97539012163,394296.4873813554],[165794.8847229738,394603.8392377606],[165997.636313032,394801.42257402104],[165103.14400395175,396502.83463626425],[165902.22380006342,396601.62630439445],[166605.89108320657,396601.62630439445],[168704.96636851487,397095.5846450457],[170303.12596073822,396799.20964065497],[170696.70257673354,396195.482779859],[171304.9573469081,396096.6911117288],[171603.12144993484,396305.2513000037],[172104.03714301978,396898.00130878517],[173404.03263221646,397896.89484210213],[173904.94832530135,396096.6911117288],[174405.8640183863,394702.63090589084],[175204.94381449802,393297.5938480384],[174894.8531473502,392902.4271755174],[175395.76884043514,392199.90864659124],[175705.85950758297,391903.5336422005],[175598.52043049328,391003.4317770138]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1663"},"geometry":{"type":"MultiPolygon","coordinates":[[[[209601.15473966376,597796.3468776497],[208802.07494355208,597796.3468776497],[208503.91084052535,598103.6987340548],[207895.6560703508,598498.8654065758],[208002.9951474404,598905.0089311113],[208599.32335349388,599003.8005992415],[209601.15473966376,598597.657074706],[209696.56725263235,597895.1385457799],[209601.15473966376,597796.3468776497]]],[[[231999.2421590332,605699.6803280694],[232094.65467200172,605095.9534672734],[230901.99825989472,604799.5784628827],[230496.49507977837,604997.1617991432],[229995.57938669343,604997.1617991432],[229900.16687372484,603998.2682658262],[229697.4152836667,604097.0599339565],[229399.2511806399,603196.9580687698],[229697.4152836667,603098.1664006396],[229697.4152836667,602604.2080599883],[229303.83866767137,602395.6478717134],[229494.66369360848,602099.2728673227],[228898.33548755496,601605.3145266713],[228397.41979447,601901.689531062],[228003.84317847475,601901.689531062],[227598.33999835834,601100.3793340056],[226894.67271521525,600705.2126614847],[227002.01179230487,600200.2774688189],[227801.09158841654,598202.4904021851],[227204.76338236302,597598.7635413891],[228003.84317847475,596896.245012463],[228003.84317847475,595996.1431472762],[227801.09158841654,595600.9764747552],[227502.9274853898,595699.7681428855],[227395.5884083002,595096.0412820895],[226799.26020224666,595096.0412820895],[226799.26020224666,594799.6662776988],[226202.9319961932,594503.291273308],[225702.01630310825,593998.3560806424],[225594.67722601863,593701.9810762516],[225797.42881607678,593394.6292198463],[225296.51312299183,592801.8792110649],[225105.68809705472,592801.8792110649],[224998.3490199651,593295.8375517161],[224497.43332688016,593998.3560806424],[223901.1051208267,593899.5644125121],[223495.60194071027,593998.3560806424],[223102.02532471495,593295.8375517161],[222505.69711866148,592999.4625473254],[221897.44234848692,593098.2542154556],[221002.95003940666,593098.2542154556],[220299.2827562635,593197.0458835859],[220096.53116620536,593098.2542154556],[219798.36706317862,592494.5273546597],[219500.20296015183,592395.7356865294],[219202.0388571251,592801.8792110649],[218701.12316404015,592900.6708791952],[217902.04336792848,592494.5273546597],[217198.37608478533,592604.2958748045],[216900.2119817586,592999.4625473254],[216804.79946879,593899.5644125121],[215528.65710783552,594920.411649858],[214896.54920941882,595403.3931384948],[213894.71782324894,595897.3514791459],[212702.06141114194,596204.7033355512],[212403.8973081152,596204.7033355512],[211700.23002497212,595600.9764747552],[211294.7268448557,595699.7681428855],[211294.7268448557,596599.8700080721],[212201.145718057,596797.4533443328],[212594.72233405232,597203.5968688682],[212403.8973081152,597598.7635413891],[211795.64253794064,597302.3885369984],[211294.7268448557,597401.1802051286],[211700.23002497212,597796.3468776497],[211604.81751200353,598400.0737384455],[211294.7268448557,598202.4904021851],[210495.64704874402,598004.9070659246],[210304.8220228069,597796.3468776497],[209803.90632972197,598202.4904021851],[209994.73135565908,598696.4487428362],[210495.64704874402,598696.4487428362],[210495.64704874402,598905.0089311113],[210102.0704327487,599102.5922673717],[209601.15473966376,599201.383935502],[209100.23904657882,599102.5922673717],[208503.91084052535,599398.9672717624],[208098.40766040894,599398.9672717624],[208098.40766040894,599903.9024644282],[209004.8265336103,599903.9024644282],[209195.6515595474,600200.2774688189],[208802.07494355208,600804.0043296149],[207704.83104441367,601199.1710021358],[207800.2435573822,601802.897862932],[208098.40766040894,602198.0645354529],[209004.8265336103,602198.0645354529],[209195.6515595474,601802.897862932],[209803.90632972197,601297.9626702662],[210197.4829457173,600705.2126614847],[210495.64704874402,600496.6524732097],[211294.7268448557,600595.44414134],[211497.4784349139,600902.7959977451],[211199.31433188717,601297.9626702662],[210698.39863880223,601396.7543383965],[209899.3188426905,601802.897862932],[208694.73586646246,602702.9997281185],[209004.8265336103,602702.9997281185],[209994.73135565908,602900.583064379],[211998.39412799885,603504.309925175],[212702.06141114194,603603.1015933052],[213095.63802713726,603394.5414050303],[215194.71331244562,602198.0645354529],[215802.96808262018,601605.3145266713],[216303.88377570512,601495.5460065266],[217496.54018781212,602198.0645354529],[217902.04336792848,602604.2080599883],[219595.61547312042,603196.9580687698],[221098.36255237524,603899.4765976961],[221802.02983551833,603701.8932614354],[223197.43783768354,603998.2682658262],[223996.5176337952,604294.643270217],[226000.18040613498,604700.7867947525],[227705.67907544796,605095.9534672734],[229995.57938669343,605194.7451354037],[230901.99825989472,605600.8886599392],[231402.91395297967,605502.0969918089],[231999.2421590332,605699.6803280694]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1667"},"geometry":{"type":"Polygon","coordinates":[[[141297.72201829607,382353.67238961],[141393.13453126466,382265.8575734942],[141297.72201829607,381102.3112599602],[141595.88612132284,378994.75567318156],[142001.38930143922,377897.0704717344],[141798.63771138102,377194.5519428082],[141798.63771138102,376700.59360215697],[140796.80632521116,376305.4269296359],[141297.72201829607,375899.28340510046],[141405.06109538572,375295.55654430453],[141405.06109538572,373495.3528139311],[141703.2251984125,373198.9778095404],[141500.47360835428,372902.6028051497],[142299.55340446596,370696.2555502408],[142001.38930143922,370399.8805458501],[141703.2251984125,370103.5055414593],[141297.72201829607,370103.5055414593],[140105.06560618908,369598.57034879364],[139294.05924595633,368994.84348799766],[137397.73555070622,369598.57034879364],[137194.983960648,373100.18614141014],[136801.40734465272,373495.3528139311],[136395.90416453633,374099.0796747271],[136205.07913859922,374702.80653552304],[132996.83339003142,378303.21399626986],[134702.3320593444,381497.47793248115],[135203.24775242934,382199.99646140734],[139103.23422001922,382199.99646140734],[139103.23422001922,382595.1631339283],[139794.97493904128,382298.7881295376],[140498.6422221844,382397.57979766786],[140904.14540230078,382199.99646140734],[141297.72201829607,382353.67238961]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1669"},"geometry":{"type":"Polygon","coordinates":[[[200501.18631528737,345394.61165688315],[200095.683135171,345998.3385176791],[199904.8581092339,346602.065378475],[199403.94241614896,347304.58390740125],[198903.02672306402,347798.5422480525],[197996.60784986272,347403.3755755315],[197698.44374683592,347897.3339161827],[197197.52805375104,348094.9172524432],[196803.95143775572,348094.9172524432],[196398.4482576393,347502.1672436617],[196004.87164164404,347403.3755755315],[195503.9559485591,347798.5422480525],[195205.7918455323,347699.7505799222],[194704.87615244737,347194.8153872565],[193798.45727924607,347304.58390740125],[192796.62589307618,347304.58390740125],[192403.04927708086,347699.7505799222],[191902.13358399592,348896.22744949965],[191902.13358399592,349401.1626421654],[192999.3774831344,350597.6395117428],[194800.28866541595,352299.05157398595],[195003.04025547416,352595.4265783767],[196100.28415461257,353605.29696370807],[196696.6123606661,354198.04697248957],[196994.77646369283,354296.8386406198],[197197.52805375104,353605.29696370807],[197495.69215677778,353396.7367754331],[197805.7828239256,352803.9867666516],[197996.60784986272,352705.1950985214],[198903.02672306402,353100.3617710424],[199702.1065191757,352902.7784347819],[200000.27062220243,352595.4265783767],[201300.2661113991,352595.4265783767],[201705.76929151546,352705.1950985214],[202302.09749756893,353100.3617710424],[202099.34590751078,353704.0886318383],[201503.01770145725,353802.8802999686],[201395.67862436763,354198.04697248957],[201896.59431745257,354198.04697248957],[201705.76929151546,354702.9821651553],[201705.76929151546,355196.94050580653],[202504.84908762714,355196.94050580653],[203005.76478071208,354999.357169546],[203602.0929867656,353802.8802999686],[204794.7493988726,353605.29696370807],[205605.75575910532,354099.2553043593],[205903.9198621321,354505.3988288948],[206404.83555521705,354900.56550141575],[209398.4031496056,356404.39422739844],[210495.64704874402,355504.29236221174],[207597.491967324,354000.46363622905],[210102.0704327487,352397.84324211616],[209803.90632972197,352002.6765695952],[209302.99063663703,351805.0932333347],[209100.23904657882,351398.94970879925],[208301.15925046714,351300.158040669],[207704.83104441367,351003.78303627827],[206702.9996582438,350904.991368148],[206404.83555521705,350400.0561754823],[204902.08847596223,349895.1209828166],[204699.33688590402,349697.5376465561],[204305.7602699087,349697.5376465561],[204103.00867985055,349203.57930590486],[203995.66960276087,348599.85244510893],[203697.50549973414,348501.0607769787],[203196.5898066492,347996.12558431295],[202099.34590751078,347600.95891179197],[201801.18180448405,346997.23205099604],[201896.59431745257,346898.4403828658],[200894.7629312827,345899.5468495488],[200501.18631528737,345394.61165688315]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1671"},"geometry":{"type":"Polygon","coordinates":[[[162705.90461561666,416305.0756703715],[161012.33251042472,415602.5571414453],[161298.57004933042,414998.83028064936],[161704.07322944677,413901.14507920214],[162002.23733247357,413703.5617429417],[162598.56553852704,413703.5617429417],[162801.31712858524,413396.20988653647],[161596.73415235715,412496.10802134976],[161298.57004933042,412496.10802134976],[160702.24184327695,411200.8394836421],[159998.5745601338,411200.8394836421],[159795.8229700756,411003.25614738156],[159497.65886704886,410904.4644792513],[158996.7431739639,411102.0478155118],[159199.49476402212,411804.566344438],[158603.1665579686,412397.3163532195],[157899.4992748255,412496.10802134976],[157804.08676185692,412704.6682096247],[157303.17106877198,412803.45987775497],[157100.41947871377,413198.62655027595],[157601.3351717987,413604.7700748114],[157303.17106877198,414098.72841546265],[156897.66788865562,413999.9367473324],[156599.50378562888,414702.4552762586],[156599.50378562888,415404.9738051848],[156301.3396826021,416601.45067476225],[157589.40860767767,416996.61734728323],[157005.00696574524,418105.2794007449],[156694.9162985974,419301.7562703223],[158197.66337785224,419499.3396065828],[158603.1665579686,419598.1312747131],[159104.08225105354,419400.54793845257],[159604.99794413848,419598.1312747131],[159998.5745601338,420300.6498036393],[160201.326150192,420300.6498036393],[160296.73866316053,419499.3396065828],[160499.49025321874,419202.96460219205],[160904.9934333351,419301.7562703223],[161000.40594630368,418796.8210776566],[161894.89825538395,418302.86273700534],[161799.48574241536,418105.2794007449],[162705.90461561666,417402.7608718187],[162300.4014355003,416996.61734728323],[162204.98892253172,416502.659006632],[162705.90461561666,416305.0756703715]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1672"},"geometry":{"type":"Polygon","coordinates":[[[103896.01693462068,456897.4744198885],[104301.52011473707,455602.20588218083],[103299.68872856718,455700.9975503111],[103395.10124153575,454702.1040169941],[103204.27621559863,454504.5206807336],[102798.77303548226,454504.5206807336],[101498.77754628562,454603.3123488639],[101498.77754628562,453297.06695914175],[98600.62246486562,452594.54843021557],[98099.70677178068,452901.9002866207],[97801.54266875393,453198.2752910115],[96501.54717955731,454197.16882432846],[96215.30964065163,454120.3308602271],[96298.79558949912,454998.47902138485],[96704.2987696155,455404.6225459203],[96704.2987696155,459400.1966791881],[97002.46287264225,459597.7800154486],[97503.37856572718,460805.23373704054],[97396.03948863756,461002.817073301],[97694.2035916643,461496.77541395224],[98397.87087480743,460695.4652168958],[98803.37405492381,461101.60874143126],[99101.53815795056,461902.9189384877],[99196.95067091912,463099.39580806514],[99304.28974800876,463000.6041399349],[102405.19641948694,463703.12266886106],[102500.6089324555,463494.5624805861],[102297.85734239731,462396.87727913895],[102500.6089324555,461804.12727035745],[102703.36052251369,461804.12727035745],[103096.937138509,461397.983745822],[102596.02144542406,460805.23373704054],[103204.27621559863,459103.82167479733],[103395.10124153575,458302.51147774095],[103896.01693462068,456897.4744198885]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1674"},"geometry":{"type":"Polygon","coordinates":[[[93496.05302104767,396996.7929769154],[93305.22799511056,395997.8994435985],[93305.22799511056,395602.73277107754],[93901.55620116406,395295.3809146723],[94605.22348430718,395295.3809146723],[95094.21261327105,395196.5892465421],[94796.0485102443,393495.1771842989],[94402.471894249,392496.28365098196],[93603.39209813731,392298.7003147215],[93197.88891802092,391299.80678140454],[93305.22799511056,390696.0799206086],[92696.973224936,388994.66785836546],[92899.72481499417,388599.5011858445],[92398.80912190925,388401.91784958396],[92398.80912190925,387995.7743250485],[91695.14183876611,388094.56599317875],[91396.97773573936,387896.98265691823],[91003.40111974406,387304.2326481368],[89405.24152752069,386996.8807917315],[85803.41916295755,385196.6770613582],[85195.16439278299,385602.82058589364],[84097.92049364455,385800.4039221541],[83704.34387764924,387403.024316267],[83799.7563906178,387995.7743250485],[84503.42367376093,388303.1261814537],[84503.42367376093,389203.2280466404],[83501.59228759105,389795.9780554219],[83000.6765945061,391003.4317770138],[83000.6765945061,391299.80678140454],[83203.4281845643,392199.90864659124],[83000.6765945061,392704.8438392569],[82499.76090142118,392595.0753191122],[82404.3483884526,393100.01051177795],[82499.76090142118,393604.9457044436],[81796.09361827804,393802.52904070413],[81497.9295152513,394603.8392377606],[80102.5215130861,395503.9411029473],[80197.93402605467,395899.10777546826],[80698.8497191396,395701.52443920774],[80794.26223210817,396404.042968134],[83895.16890358635,395701.52443920774],[84694.24869969804,395503.9411029473],[85004.33936684586,395503.9411029473],[87294.2396780913,396305.2513000037],[88403.4101413508,396404.042968134],[88594.23516728793,396700.4179725247],[89202.4899374625,396799.20964065497],[89405.24152752069,397095.5846450457],[89405.24152752069,398105.45503037714],[89596.0665534578,398204.24669850734],[90299.73383660094,397798.1031739719],[90502.48542665911,397402.9365014509],[91098.81363271261,397304.14483332064],[92601.56071196742,397205.35316519043],[93496.05302104767,396996.7929769154]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1676"},"geometry":{"type":"MultiPolygon","coordinates":[[[[72481.4470397224,406096.6032969126],[72302.54857790636,405899.01996065216],[72302.54857790636,406502.7468214481],[71897.04539778997,407095.4968302296],[71300.71719173648,407501.64035476506],[70895.21401162009,407205.2653503743],[69499.80600945491,408105.367215561],[68605.31370037467,408401.7422199517],[68605.31370037467,408500.533888082],[69595.21852242347,408599.3255562122],[69905.3091895713,408698.1172243425],[71694.29380773178,408698.1172243425],[71694.29380773178,408401.7422199517],[70704.38898568298,408500.533888082],[70501.6373956248,408204.15888369124],[70704.38898568298,407995.5986954163],[71598.88129476323,407896.80702728604],[71598.88129476323,407501.64035476506],[72195.20950081672,406897.91349396907],[72397.96109087492,406601.53848957835],[72481.4470397224,406096.6032969126]]],[[[53494.35695897902,417303.96920368844],[53196.19285595227,417205.1775355582],[53005.36783001515,417501.55253994896],[53303.5319330419,417797.9275443397],[53804.447626126836,417797.9275443397],[54603.52742223853,417402.7608718187],[54603.52742223853,417303.96920368844],[53494.35695897902,417303.96920368844]]],[[[55199.855628292025,417797.9275443397],[54901.691525265276,417797.9275443397],[54901.691525265276,418401.6544051356],[55295.26814126058,418599.2377413961],[55903.52291143515,418599.2377413961],[56595.26363045721,418500.44607326586],[55796.183834345524,417896.71921246994],[55199.855628292025,417797.9275443397]]],[[[59994.33440496215,416096.5154820965],[59600.75778896684,416096.5154820965],[59302.59368594009,416305.0756703715],[59004.42958291334,416897.825679153],[58598.92640279696,418302.86273700534],[58002.59819674346,419005.3812659316],[57704.434093716714,419202.96460219205],[58002.59819674346,419598.1312747131],[58598.92640279696,419795.71461097355],[59004.42958291334,419696.9229428433],[58897.09050582371,419301.7562703223],[59004.42958291334,418895.61274578684],[59600.75778896684,417303.96920368844],[60197.08599502034,416601.45067476225],[60304.42507210997,416305.0756703715],[59994.33440496215,416096.5154820965]]],[[[48103.549976255395,420004.27479924855],[48401.714079282145,419795.71461097355],[48198.96248922396,419598.1312747131],[48294.375002192515,419301.7562703223],[47996.210899165766,419005.3812659316],[47602.63428317046,419400.54793845257],[47304.47018014371,419005.3812659316],[47197.13110305408,417797.9275443397],[48103.549976255395,417797.9275443397],[48604.46566934034,417995.5108806002],[49296.20638836239,417699.1358762094],[50405.3768516219,418105.2794007449],[51395.28167367071,418302.86273700534],[51705.372340818525,418302.86273700534],[52504.45213693022,417600.34420807916],[52695.27716286733,417095.4090154135],[53196.19285595227,416897.825679153],[54102.611729153585,416897.825679153],[55295.26814126058,417205.1775355582],[55498.019731318775,417095.4090154135],[57096.17932354215,417095.4090154135],[57298.930913600336,416996.61734728323],[57597.095016627085,416096.5154820965],[58002.59819674346,416096.5154820965],[57895.259119653834,415295.2052850401],[58503.513889828406,414801.24694438884],[59600.75778896684,413604.7700748114],[59898.92189199359,413001.04321401543],[60101.67348205178,411804.566344438],[60495.25009804709,411497.2144880328],[61103.50486822166,411299.63115177234],[61401.66897124841,411497.2144880328],[62105.336254391535,411497.2144880328],[62797.07697341359,411102.0478155118],[64299.82405266841,410004.36261406465],[65003.49133581154,410004.36261406465],[65504.40702889647,409598.2190895292],[66494.31185094529,410597.1126228461],[66995.22754403022,410794.6959591066],[67496.14323711516,410794.6959591066],[67496.14323711516,410597.1126228461],[68104.39800728972,410695.90429097635],[69404.39349648636,410794.6959591066],[69905.3091895713,411003.25614738156],[70000.72170253986,410201.9459503251],[70203.47329259804,409795.80242578965],[70597.04990859336,409400.63575326867],[70000.72170253986,409203.0524170082],[69905.3091895713,409894.5940939199],[69404.39349648636,410695.90429097635],[68903.47780340142,410300.7376184554],[68700.72621334322,410498.32095471583],[68295.22303322685,410498.32095471583],[67102.56662111985,410300.7376184554],[66303.48682500816,410103.1542821949],[65504.40702889647,409499.4274213989],[66005.32272198141,409104.26074887795],[66303.48682500816,408500.533888082],[65802.57113192322,407501.64035476506],[65599.81954186503,407304.05701850454],[64705.32723278479,406700.3301577086],[63894.32087255203,405701.43662439164],[63297.99266649853,405295.2930998562],[62904.41605050322,405196.5014317259],[62403.500357418285,405602.6449562614],[61294.32989415878,404900.1264273352],[60602.589175136716,404702.5430910747],[59600.75778896684,404098.81623027875],[58396.17481273878,404197.607898409],[57895.259119653834,403802.44122588803],[56702.60270754684,403802.44122588803],[56297.09952743046,404098.81623027875],[55402.60721835021,404998.91809546546],[55199.855628292025,404998.91809546546],[54794.35244817565,405997.8116287824],[54496.1883451489,406195.3949650429],[53995.272652063955,405405.0616200009],[53899.8601390954,405602.6449562614],[53398.94444601046,405701.43662439164],[53005.36783001515,405503.8532881312],[51896.197366755645,405800.2282925219],[51705.372340818525,405997.8116287824],[51299.86916070215,405899.01996065216],[51395.28167367071,407095.4968302296],[51097.11757064396,407699.2236910255],[51204.45664773359,407896.80702728604],[51097.11757064396,408500.533888082],[50703.54095464865,408796.90889247274],[50405.3768516219,409301.8440851384],[50500.78936459046,409795.80242578965],[49904.461158536964,410498.32095471583],[49200.793875393836,411003.25614738156],[48699.878182308894,410904.4644792513],[48294.375002192515,411003.25614738156],[46898.96700002733,411694.7978242933],[46994.37951299589,412496.10802134976],[46302.638793973834,413297.4182184062],[45205.394894835394,413198.62655027595],[44799.891714719015,413099.8348821457],[44501.727611692266,412803.45987775497],[44799.891714719015,412298.52468508924],[44000.81191860733,412002.1496806985],[43201.73212249564,411497.2144880328],[42104.488223357206,410904.4644792513],[42104.488223357206,410695.90429097635],[41496.233453182635,410695.90429097635],[40005.41293804889,410201.9459503251],[39838.44104035391,409697.01075765945],[39898.073860959266,408796.90889247274],[40196.237963986016,408500.533888082],[40100.82545101745,408105.367215561],[39599.90975793252,408105.367215561],[39301.74565490577,408500.533888082],[39397.158167874324,408698.1172243425],[39802.6613479907,408698.1172243425],[39802.6613479907,409598.2190895292],[39695.32227090107,409795.80242578965],[38896.24247478938,410103.1542821949],[38204.50175576733,410498.32095471583],[37596.24698559276,411299.63115177234],[37095.33129250782,412397.3163532195],[36904.5062665707,413198.62655027595],[36904.5062665707,414395.1034198534],[37202.67036959745,415097.62194877956],[37798.99857565095,416096.5154820965],[38395.32678170445,416700.24234289245],[39599.90975793252,417699.1358762094],[40005.41293804889,417797.9275443397],[40995.3177600977,417699.1358762094],[42605.40391644214,418204.07106887514],[43499.89622552239,418401.6544051356],[44597.14012466083,418401.6544051356],[46398.05130694239,418105.2794007449],[46696.21540996914,418105.2794007449],[46994.37951299589,418401.6544051356],[46898.96700002733,418796.8210776566],[46994.37951299589,419104.17293406185],[47698.04679613902,419795.71461097355],[48103.549976255395,420004.27479924855]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1680"},"geometry":{"type":"Polygon","coordinates":[[[250604.68218790233,565897.6149235943],[252202.8417801257,564196.2028613512],[253896.41388531763,562604.5593192527],[256305.57983777375,560101.8370599531],[257999.1519429657,558301.6333295798],[258893.64425204595,557489.3462805089],[258500.06763605063,557203.9481281326],[254695.4936814293,556205.0545948157],[252501.00588315242,555502.5360658895],[250700.09470087086,554602.4342007027],[249197.34762161603,553801.1240036463],[248601.01941556256,553603.5406673858],[245201.9486410576,552802.2304703294],[245094.60956396797,552802.2304703294],[245297.36115402618,551100.8184080862],[244903.78453803086,550903.2350718258],[245094.60956396797,548400.5128125262],[245404.7002311158,546600.3090821528],[245798.27684711112,544404.9386792583],[244402.86884494592,543197.4849576665],[242494.61858557473,543900.0034865927],[241600.12627649447,547204.0359429487],[241099.21058340953,547697.9942836],[238296.46801495808,548005.3461400052],[237604.72729593603,548598.0961487866],[235601.06452359632,548696.8878169169],[234205.6565214311,551495.9850806072],[233895.56585428328,551704.5452688822],[234301.0690343997,552297.2952776636],[234503.82062445785,552999.8138065899],[235195.5613434799,553998.7073399068],[236197.3927296498,554602.4342007027],[236197.3927296498,555403.7443977592],[236698.30842273473,555798.9110702802],[236996.47252576146,556501.4295992064],[236996.47252576146,557203.9481281326],[237294.63662878826,558301.6333295798],[237902.89139896282,558905.3601903757],[237795.5523218732,559102.9435266362],[238499.2196050163,559596.9018672875],[238594.63211798487,560200.6287280835],[238499.2196050163,560595.7954006044],[239596.46350415476,560694.5870687347],[239298.29940112797,562099.6241265871],[239095.54781106982,562494.7907991081],[239298.29940112797,563098.517659904],[239894.6276071815,563899.8278569605],[240502.88237735606,563998.6195250907],[240801.0464803828,564196.2028613512],[240598.29489032459,564602.3463858867],[241099.21058340953,564997.5130584077],[240598.29489032459,565502.4482510734],[240395.54330026644,565897.6149235943],[239596.46350415476,566600.1334525205],[239536.8306835494,566907.4853089257],[240097.3791972397,567105.0686451863],[241003.798070441,566698.9251206508],[242494.61858557473,565601.2399192036],[242900.1217656911,565096.3047265379],[243794.61407477135,565601.2399192036],[243997.36566482956,565601.2399192036],[246203.78002722748,566896.5084569113],[246203.78002722748,567500.2353177073],[248100.10372247762,568400.3371828939],[250604.68218790233,565897.6149235943]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1681"},"geometry":{"type":"Polygon","coordinates":[[[253598.2497822909,536304.0218925781],[253001.92157623736,536896.7719013595],[252703.75747321063,537302.915425895],[252095.50270303607,537895.6654346766],[251296.4229069244,538499.3922954726],[250902.84629092907,538894.5589679935],[248004.69120950904,541100.9062229024],[248100.10372247762,541397.2812272931],[247002.8598233392,542198.5914243495],[246800.108233281,542901.1099532758],[246394.6050531646,543603.628482202],[246096.44095013785,543504.8368140718],[245905.61592420074,543900.0034865927],[245798.27684711112,544404.9386792583],[245404.7002311158,546600.3090821528],[245094.60956396797,548400.5128125262],[244903.78453803086,550903.2350718258],[245297.36115402618,551100.8184080862],[245094.60956396797,552802.2304703294],[245201.9486410576,552802.2304703294],[248601.01941556256,553603.5406673858],[249197.34762161603,553801.1240036463],[250700.09470087086,554602.4342007027],[252501.00588315242,555502.5360658895],[254695.4936814293,556205.0545948157],[258500.06763605063,557203.9481281326],[258893.64425204595,557489.3462805089],[259096.3958421041,557302.7397962628],[259800.06312524725,556205.0545948157],[261899.13841055555,553394.9804791108],[262602.8056936987,552396.0869457939],[264403.71687598026,550003.133206639],[265000.0450820338,549399.4063458431],[265298.2091850605,549201.8230095826],[266502.79216128855,548905.4480051919],[266204.6280582618,548005.3461400052],[265894.537391114,547401.6192792092],[264701.880979007,544404.9386792583],[264594.5419019174,544097.5868228532],[264105.5527729535,544097.5868228532],[261398.2227174706,542999.901621406],[261004.64610147534,543098.6932895363],[260396.39133130078,542001.0080880891],[260300.9788183322,541298.4895591629],[257700.98783993896,539794.6608331802],[255900.0766576574,538499.3922954726],[254898.2452714875,538005.4339548212],[254600.08116846078,537500.4987621555],[254003.75296240725,537105.3320896346],[253598.2497822909,536304.0218925781]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1684"},"geometry":{"type":"Polygon","coordinates":[[[188002.14711640606,418895.61274578684],[188801.22691251774,418204.07106887514],[189003.97850257595,417699.1358762094],[189302.14260560268,416403.86733850173],[189504.8941956609,415295.2052850401],[189898.4708116562,414998.83028064936],[190804.8896848575,414603.6636081283],[191794.7945069063,414395.1034198534],[192796.62589307618,414296.3117517232],[192403.04927708086,413604.7700748114],[191997.5460969645,413396.20988653647],[191496.63040387956,412803.45987775497],[191103.05378788424,412496.10802134976],[190399.38650474115,411497.2144880328],[190101.22240171436,411200.8394836421],[190399.38650474115,410794.6959591066],[190101.22240171436,410399.52928658563],[189302.14260560268,409894.5940939199],[188705.8143995492,409894.5940939199],[187703.98301337933,409104.26074887795],[186499.40003715124,410201.9459503251],[185795.73275400815,411299.63115177234],[185103.9920349861,412298.52468508924],[184603.07634190115,412594.89968947996],[183899.409058758,412496.10802134976],[183505.83244276268,412803.45987775497],[183696.6574686998,413001.04321401543],[182694.82608252997,413396.20988653647],[183100.32926264632,413604.7700748114],[183004.91674967774,414702.4552762586],[183398.49336567306,414801.24694438884],[183195.74177561485,415800.1404777058],[183505.83244276268,416305.0756703715],[183100.32926264632,416502.659006632],[183303.08085270453,416897.825679153],[182504.0010565928,417402.7608718187],[182897.57767258812,417995.5108806002],[182802.1651596196,418401.6544051356],[184197.57316178473,418698.0294095264],[187203.0673202944,419104.17293406185],[188002.14711640606,418895.61274578684]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1685"},"geometry":{"type":"Polygon","coordinates":[[[176004.0236106097,419005.3812659316],[176194.8486365468,418599.2377413961],[176695.76432963175,418599.2377413961],[176803.10340672138,417995.5108806002],[176504.93930369464,416700.24234289245],[177101.2675097481,416502.659006632],[177005.85499677958,415997.72381396627],[177900.3473058598,416096.5154820965],[177900.3473058598,415898.93214583606],[177399.43161277485,415701.34880957555],[177494.84412574343,415295.2052850401],[177005.85499677958,414801.24694438884],[176600.35181666317,413703.5617429417],[177602.18320283305,412199.73301695904],[178997.59120499826,409894.5940939199],[179295.755308025,408204.15888369124],[179605.84597517282,406897.91349396907],[178997.59120499826,407095.4968302296],[178902.17869202967,407699.2236910255],[179200.34279505647,408105.367215561],[178997.59120499826,409104.26074887795],[178794.83961494005,409499.4274213989],[177804.93479289126,409203.0524170082],[175204.94381449802,408500.533888082],[174704.02812141308,408698.1172243425],[171304.9573469081,412298.52468508924],[171400.3698598767,412803.45987775497],[169504.04616462655,412594.89968947996],[169396.70708753692,413198.62655027595],[169694.87119056366,413297.4182184062],[168895.79139445198,415196.4136169098],[168394.87570136704,415898.93214583606],[168204.05067542993,416305.0756703715],[168096.7115983403,417402.7608718187],[169504.04616462655,417699.1358762094],[169504.04616462655,417995.5108806002],[170195.7868836486,418302.86273700534],[170696.70257673354,418599.2377413961],[170899.45416679175,418500.44607326586],[172199.44965598837,418895.61274578684],[172104.03714301978,419202.96460219205],[173105.86852918967,419499.3396065828],[174298.52494129667,418204.07106887514],[174405.8640183863,418401.6544051356],[174501.27653135487,419400.54793845257],[174799.4406343816,419905.48313111824],[175204.94381449802,419202.96460219205],[176004.0236106097,419005.3812659316]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1690"},"geometry":{"type":"Polygon","coordinates":[[[226501.09609921993,533702.5079651483],[226501.09609921993,532901.1977680918],[226298.34450916172,532396.2625754261],[225499.26471305004,531803.5125666447],[223996.5176337952,531298.5773739789],[224497.43332688016,530299.683840662],[224700.18491693836,530299.683840662],[225201.1006100233,529794.7486479963],[224795.5974299069,529498.3736436055],[224998.3490199651,528894.6467828096],[224425.87394215376,528653.1560384913],[224902.9365069965,527599.3782451019],[223901.1051208267,527303.0032407112],[224294.68173682195,526402.9013755245],[224294.68173682195,525897.9661828588],[223805.6926078581,525502.7995103378],[223698.35353076848,524800.2809814116],[223996.5176337952,524899.0726495418],[224795.5974299069,524295.3457887459],[225201.1006100233,524701.4893132814],[226894.67271521525,524899.0726495418],[226894.67271521525,523998.9707843552],[226799.26020224666,523505.01244370395],[227705.67907544796,523603.80411183415],[227801.09158841654,523395.2439235592],[228504.7588715597,523505.01244370395],[229303.83866767137,523505.01244370395],[229196.49959058175,522396.3503902423],[229804.7543607563,522396.3503902423],[229804.7543607563,521496.2485250556],[230401.08256680978,521199.8735206648],[232297.40626205993,521199.8735206648],[232297.40626205993,519202.08645403094],[231295.57487589004,518301.98458884424],[231295.57487589004,518104.4012525837],[231605.66554303787,515195.5354687487],[231605.66554303787,514701.5771280975],[231200.16236292146,514602.7854599672],[230699.24666983652,514997.9521324882],[229804.7543607563,515195.5354687487],[229005.67456464458,515096.74380061845],[228504.7588715597,515404.09565702366],[228302.0072815015,515799.26232954464],[227896.50410138507,515700.47066141444],[227598.33999835834,514800.36879622773],[227204.76338236302,514602.7854599672],[226501.09609921993,514800.36879622773],[225904.7678931664,515195.5354687487],[225797.42881607678,516095.63733393536],[225499.26471305004,516095.63733393536],[224700.18491693836,515096.74380061845],[224199.26922385342,515404.09565702366],[224103.85671088484,514997.9521324882],[223805.6926078581,514800.36879622773],[223197.43783768354,514899.16046435793],[222994.68624762533,514602.7854599672],[222505.69711866148,514295.433603562],[222004.78142557654,514800.36879622773],[221897.44234848692,516095.63733393536],[221503.8657324916,516501.7808584708],[221098.36255237524,517797.04939617857],[220394.6952692321,518104.4012525837],[219094.69978003547,519004.5031177704],[218605.71065107163,519399.66979029146],[218498.37157398195,519904.6049829571],[218701.12316404015,520299.77165547817],[218295.6199839238,520694.9383279991],[217794.70429083885,520596.1466598689],[217401.12767484353,520299.77165547817],[216602.04787873186,520299.77165547817],[216399.29628867365,519794.8364628124],[216005.71967267833,519904.6049829571],[215695.6290055305,520299.77165547817],[215302.05238953524,520497.3549917386],[214705.7241834817,520102.18831921765],[214395.63351633388,520420.51702763734],[214598.3851063921,521002.29018440435],[214896.54920941882,521101.08185253455],[214705.7241834817,522001.18371772126],[215504.8039795934,522297.558722112],[215099.30079947703,522604.91057851724],[215099.30079947703,522901.28558290796],[215695.6290055305,522901.28558290796],[215802.96808262018,523900.17911622487],[215099.30079947703,523505.01244370395],[215302.05238953524,523998.9707843552],[215003.88828650845,524701.4893132814],[213799.3053102804,524503.9059770209],[213202.97710422688,524899.0726495418],[212499.3098210838,524602.697645151],[212105.73320508847,524701.4893132814],[211700.23002497212,524295.3457887459],[211103.9018189186,524295.3457887459],[211103.9018189186,524997.8643176721],[210996.56274182897,525404.0078422076],[211103.9018189186,526304.1097073943],[212201.145718057,528499.4801102886],[211998.39412799885,528598.2717784189],[212403.8973081152,528795.8551146793],[212702.06141114194,529597.1653117358],[213405.7286942851,530497.2671769225],[213596.5537202222,530398.4755087923],[214502.9725934235,530497.2671769225],[215397.46490250377,531002.2023695882],[216494.70880164223,531397.3690421092],[216494.70880164223,531594.9523783696],[216101.13218564691,532802.4060999616],[216494.70880164223,533296.3644406128],[216602.04787873186,533801.2996332785],[217198.37608478533,534602.609830335],[217997.455880897,534602.609830335],[219297.45137009368,535096.5681709863],[220203.87024329498,535096.5681709863],[220203.87024329498,534701.4014984652],[220001.11865323677,534295.2579739298],[220001.11865323677,533900.0913014088],[220203.87024329498,533603.7162970181],[219905.70614026824,533296.3644406128],[220299.2827562635,532901.1977680918],[220895.61096231703,533197.5727724826],[221503.8657324916,532999.9894362221],[221802.02983551833,533603.7162970181],[222505.69711866148,532901.1977680918],[222899.2737346568,532703.6144318313],[223400.18942774175,533098.7811043523],[224199.26922385342,533900.0913014088],[224402.02081391163,533702.5079651483],[224497.43332688016,533197.5727724826],[225499.26471305004,533504.9246288878],[225296.51312299183,533998.882969539],[225797.42881607678,534405.0264940745],[226501.09609921993,533702.5079651483]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1695"},"geometry":{"type":"Polygon","coordinates":[[[33600.84800503432,401200.9272984582],[33505.435492065764,401398.5106347187],[34101.76369811926,401596.09397097916],[34698.09190417276,401694.8856391094],[35795.335803311194,402101.0291636449],[36594.41559942288,402496.19583616586],[36904.5062665707,402803.54769257107],[36999.918779539265,402397.4041680356],[37500.8344726242,402298.6124999054],[38097.1626786777,402397.4041680356],[38705.41744885227,402002.2374955146],[39397.158167874324,402101.0291636449],[39695.32227090107,401596.09397097916],[40804.49273416058,402024.19119954354],[41698.98504324083,402199.82083177514],[42199.90073632577,402199.82083177514],[42402.652326383955,402397.4041680356],[43297.144635464196,402199.82083177514],[43702.64781558058,402704.7560244408],[44704.47920175045,402704.7560244408],[45002.6433047772,403001.1310288316],[45897.13561385745,403001.1310288316],[46398.05130694239,402704.7560244408],[47495.29520608083,403001.1310288316],[47900.79838619721,402803.54769257107],[48497.12659225071,402803.54769257107],[48604.46566934034,402594.9875042961],[49296.20638836239,402397.4041680356],[49904.461158536964,401903.44582738436],[50500.78936459046,400399.61710140173],[51097.11757064396,399499.515236215],[51097.11757064396,399301.93189995456],[51705.372340818525,398204.24669850734],[51705.372340818525,397896.89484210213],[51395.28167367071,397699.3115058417],[50095.286184474084,397402.9365014509],[49200.793875393836,396096.6911117288],[48604.46566934034,396195.482779859],[47996.210899165766,396799.20964065497],[47996.210899165766,396996.7929769154],[47495.29520608083,397501.72816958115],[46696.21540996914,397501.72816958115],[46004.474690947085,397205.35316519043],[45300.80740780395,396601.62630439445],[45098.055817745764,396601.62630439445],[44000.81191860733,396898.00130878517],[43201.73212249564,397402.9365014509],[42199.90073632577,397501.72816958115],[40494.402067012765,396601.62630439445],[40100.82545101745,396096.6911117288],[39003.58155187902,395405.149434817],[38800.829961820826,395196.5892465421],[38395.32678170445,394395.27904948563],[38001.750165709134,394505.0475696303],[37798.99857565095,395295.3809146723],[38097.1626786777,396096.6911117288],[37894.41108861951,396700.4179725247],[37202.67036959745,397699.3115058417],[36499.00308645432,398204.24669850734],[36105.42647045902,398698.2050391586],[34996.25600719951,399203.1402318243],[34698.09190417276,399400.72356808477],[34495.34031411457,400300.8254332715],[34304.51528817745,400597.2004376622],[34101.76369811926,401398.5106347187],[33600.84800503432,401200.9272984582]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1696"},"geometry":{"type":"Polygon","coordinates":[[[135501.41185545607,476897.29879025626],[135704.16344551428,476600.92378586554],[136694.06826756307,476194.7802613301],[137194.983960648,474701.9283873619],[137898.65124379116,474701.9283873619],[138101.40283384934,473999.40985843574],[138101.40283384934,473099.30799324904],[138304.15442390752,472802.9329888583],[138196.8153468179,472100.4144599321],[138196.8153468179,470695.37740207964],[137302.32303773766,470695.37740207964],[136896.81985762127,470300.2107295587],[136896.81985762127,470102.6273932982],[137695.89965373295,469597.69220063253],[137994.06375675972,469103.7338599813],[138399.5669368761,468203.6319947946],[138494.97944984466,467698.69680212886],[138196.8153468179,467303.5301296079],[137505.07462779584,466699.8032688119],[136896.81985762127,466403.4282644212],[137004.1589347109,465898.49307175545],[136395.90416453633,465799.7014036252],[133795.9131861431,464998.3912065688],[131696.83790083477,464197.0810095123],[131398.673797808,466194.86807614623],[130802.34559175452,466304.6365962909],[131100.50969478127,467501.1134658684],[131100.50969478127,467797.4884702591],[130599.59400169633,467896.2801383893],[130098.6783086114,468302.4236629248],[130301.4298986696,468500.0069991853],[131005.09718181271,468302.4236629248],[131100.50969478127,468598.7986673155],[130897.75810472308,469498.9005325022],[131100.50969478127,470805.1459222244],[131303.26128483948,471397.8959310059],[132495.91769694648,472001.6227918018],[131696.83790083477,472901.7246569885],[131696.83790083477,473505.4515177845],[131494.0863107766,474295.78486282646],[131303.26128483948,474295.78486282646],[131005.09718181271,473900.6181903055],[130802.34559175452,474098.20152656594],[130194.09082157996,475898.40525693935],[130599.59400169633,476095.9885931999],[130802.34559175452,476403.340449605],[131494.0863107766,476699.7154539958],[131899.58949089295,476600.92378586554],[131995.00200386153,477094.8821265168],[132698.66928700465,477501.02565105224],[132996.83339003142,476996.0904583866],[132996.83339003142,476699.7154539958],[133795.9131861431,476699.7154539958],[134404.16795631766,476897.29879025626],[134594.99298225477,477094.8821265168],[135501.41185545607,476897.29879025626]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1699"},"geometry":{"type":"Polygon","coordinates":[[[230305.67005384126,579497.9345695251],[230305.67005384126,579201.5595651342],[230997.4107728633,577895.3141754121],[231200.16236292146,577401.3558347609],[231605.66554303787,576797.6289739648],[231903.8296460646,575897.5271087782],[231999.2421590332,574898.6335754613],[231701.0780560064,574503.4669029403],[231903.8296460646,574196.1150465352],[232094.65467200172,573098.4298450879],[232094.65467200172,572395.9113161617],[230198.33097675157,572099.536311771],[230305.67005384126,571594.6011191052],[229602.0027706981,571001.8511103238],[229399.2511806399,571298.2261147145],[228194.66820441186,571001.8511103238],[228504.7588715597,570002.9575770069],[228504.7588715597,569399.2307162108],[228898.33548755496,568301.5455147637],[229804.7543607563,566896.5084569113],[230496.49507977837,565601.2399192036],[230603.834156868,564799.9297221472],[230401.08256680978,563899.8278569605],[229995.57938669343,562703.350987383],[229697.4152836667,561902.0407903265],[229804.7543607563,561199.5222614004],[229399.2511806399,561001.9389251398],[229900.16687372484,559399.318531027],[230305.67005384126,559498.1101991573],[230603.834156868,558795.591670231],[229995.57938669343,558696.8000021008],[228898.33548755496,558202.8416614495],[223901.1051208267,555897.7027384104],[223495.60194071027,556600.2212673366],[221301.1141424334,559904.2537236926],[220394.6952692321,561199.5222614004],[220502.0343463217,561803.2491221963],[220704.78593637992,564898.7213902774],[218295.6199839238,565798.8232554641],[216494.70880164223,566402.5501162601],[217198.37608478533,567895.4019902282],[218701.12316404015,567302.6519814468],[219094.69978003547,567105.0686451863],[219905.70614026824,569399.2307162108],[220394.6952692321,569399.2307162108],[220502.0343463217,571100.642778454],[221503.8657324916,573899.7400421443],[221503.8657324916,574503.4669029403],[222994.68624762533,576204.8789651834],[223102.02532471495,577104.9808303701],[223197.43783768354,577302.5641666306],[224294.68173682195,577697.7308391517],[225594.67722601863,578400.2493680778],[225797.42881607678,578795.4160405989],[225904.7678931664,579399.1429013947],[226894.67271521525,579805.2864259302],[228302.0072815015,580299.2447665815],[228898.33548755496,580002.8697621906],[229101.08707761316,579596.7262376553],[229804.7543607563,579904.0780940605],[230305.67005384126,579497.9345695251]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1700"},"geometry":{"type":"Polygon","coordinates":[[[243997.36566482956,500596.3222895011],[245404.7002311158,499795.01209244464],[244903.78453803086,499004.6787474027],[244200.11725488777,497402.0583532898],[244200.11725488777,496995.9148287543],[243699.20156180282,496304.3731518426],[243102.8733557493,496194.6046316979],[242399.2060726062,495601.8546229164],[242494.61858557473,494899.3360939902],[242804.70925272256,494098.02589693374],[242494.61858557473,493801.650892543],[242196.454482548,492901.5490273563],[242601.95766266435,492495.40550282085],[244295.5297678563,490398.8267680567],[244283.60320373526,490354.91935999884],[243305.6249458075,490003.6600955357],[242697.37017563294,490497.6184361869],[242399.2060726062,489795.09990726074],[241898.29037952126,489795.09990726074],[241099.21058340953,490804.9702925922],[240801.0464803828,490497.6184361869],[240204.71827432932,490804.9702925922],[240001.96668427112,490398.8267680567],[238594.63211798487,489399.93323473976],[238201.05550198955,489795.09990726074],[237497.3882188464,489103.55823034904],[237294.63662878826,489399.93323473976],[236197.3927296498,492001.4471621696],[235899.22862662305,492802.75735922606],[235696.47703656484,493505.27588815225],[236483.63026855548,494372.4471972955],[236602.8959097662,494701.75275772973],[237294.63662878826,495305.47961852566],[237199.22411581967,496403.1648199728],[237199.22411581967,496995.9148287543],[235994.64113959158,496403.1648199728],[235505.65201062773,496095.8129635676],[235004.7363175428,495997.02129543736],[234599.23313742643,496304.3731518426],[233597.40175125655,496600.74815623334],[233203.82513526123,496403.1648199728],[232798.32195514487,495997.02129543736],[232595.57036508666,495404.2712866559],[231402.91395297967,494998.12776212045],[229303.83866767137,495305.47961852566],[229005.67456464458,495404.2712866559],[228397.41979447,495898.22962730716],[228302.0072815015,496194.6046316979],[227801.09158841654,496798.33149249386],[227502.9274853898,497500.85002142005],[227204.76338236302,497599.64168955025],[227097.4243052734,498203.36855034623],[227395.5884083002,498499.74355473695],[228003.84317847475,498697.3268909975],[228194.66820441186,499103.47041553294],[229101.08707761316,499399.84541992366],[229804.7543607563,499399.84541992366],[230794.6591828051,499904.7806125893],[230997.4107728633,501002.46581403655],[232905.6610322345,500804.88247777603],[234301.0690343997,500596.3222895011],[235601.06452359632,500299.94728511036],[237103.81160285108,499904.7806125893],[237497.3882188464,499795.01209244464],[238201.05550198955,498400.95188660675],[238499.2196050163,498697.3268909975],[239202.88688815944,499202.26208366314],[239799.2150942129,498894.910227258],[240204.71827432932,498894.910227258],[240801.0464803828,499103.47041553294],[240896.45899335138,499301.0537517934],[240598.29489032459,499696.2204243144],[241099.21058340953,500201.1556169801],[241003.798070441,500804.88247777603],[242101.0419695794,501595.215822818],[242303.79355963762,501397.63248655753],[243699.20156180282,500596.3222895011],[243997.36566482956,500596.3222895011]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1701"},"geometry":{"type":"Polygon","coordinates":[[[221002.95003940666,548795.6794850471],[222100.19393854513,548104.1378081355],[221897.44234848692,547697.9942836],[221205.70162946486,546699.100750283],[220895.61096231703,546699.100750283],[220394.6952692321,545700.2072169661],[221396.52665540198,545195.2720243004],[220895.61096231703,544295.1701591136],[221098.36255237524,543801.2118184625],[221897.44234848692,545195.2720243004],[222100.19393854513,545096.4803561701],[224497.43332688016,544404.9386792583],[224700.18491693836,544196.3784909834],[224604.77240396978,543900.0034865927],[225105.68809705472,543296.2766257967],[225296.51312299183,542802.3182851454],[225499.26471305004,541594.8645635536],[225201.1006100233,541496.0728954233],[225296.51312299183,540903.3228866418],[226000.18040613498,540804.5312185116],[226703.84768927813,540804.5312185116],[227300.1758953316,541199.6978910326],[227502.9274853898,539597.0774969197],[228397.41979447,539498.2858287895],[228600.17138452822,539399.4941606591],[227801.09158841654,537698.082098416],[227300.1758953316,536797.9802332293],[227204.76338236302,535897.8783680426],[227013.9383564259,535349.0357673191],[226596.50861218845,534295.2579739298],[226501.09609921993,533702.5079651483],[225797.42881607678,534405.0264940745],[225296.51312299183,533998.882969539],[225499.26471305004,533504.9246288878],[224497.43332688016,533197.5727724826],[224402.02081391163,533702.5079651483],[224199.26922385342,533900.0913014088],[223400.18942774175,533098.7811043523],[222899.2737346568,532703.6144318313],[222505.69711866148,532901.1977680918],[221802.02983551833,533603.7162970181],[221503.8657324916,532999.9894362221],[220895.61096231703,533197.5727724826],[220299.2827562635,532901.1977680918],[219905.70614026824,533296.3644406128],[220203.87024329498,533603.7162970181],[220001.11865323677,533900.0913014088],[220001.11865323677,534295.2579739298],[220203.87024329498,534701.4014984652],[220203.87024329498,535096.5681709863],[219297.45137009368,535096.5681709863],[217997.455880897,534602.609830335],[217198.37608478533,534602.609830335],[216602.04787873186,533801.2996332785],[216494.70880164223,533296.3644406128],[216101.13218564691,532802.4060999616],[216494.70880164223,531594.9523783696],[216494.70880164223,531397.3690421092],[215397.46490250377,531002.2023695882],[214502.9725934235,530497.2671769225],[213596.5537202222,530398.4755087923],[213405.7286942851,530497.2671769225],[212702.06141114194,529597.1653117358],[212403.8973081152,528795.8551146793],[211998.39412799885,528598.2717784189],[211103.9018189186,529300.7903073451],[209994.73135565908,527204.211572581],[209505.74222669523,528598.2717784189],[209100.23904657882,529498.3736436055],[209004.8265336103,529904.517168141],[208301.15925046714,531496.1607102394],[208002.9951474404,532001.0959029051],[208802.07494355208,532901.1977680918],[209398.4031496056,533504.9246288878],[209899.3188426905,534405.0264940745],[209803.90632972197,534602.609830335],[209004.8265336103,535502.7116955217],[208503.91084052535,536304.0218925781],[207895.6560703508,536699.1885650991],[207001.16376127052,537796.8737665464],[206404.83555521705,538400.6006273422],[205104.84006602038,539904.4293533249],[204997.50098893075,540299.596025846],[204305.7602699087,541002.1145547722],[205796.58078504243,542099.7997562193],[207096.5762742391,543098.6932895363],[209100.23904657882,544404.9386792583],[210197.4829457173,545195.2720243004],[211795.64253794064,547697.9942836],[212702.06141114194,548400.5128125262],[212797.47392411053,548795.6794850471],[213501.14120725368,549300.6146777128],[216602.04787873186,549103.0313414524],[218701.12316404015,546995.4757546737],[221002.95003940666,548795.6794850471]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1702"},"geometry":{"type":"Polygon","coordinates":[[[188503.062809491,397205.35316519043],[186296.6484470931,397600.5198377114],[184996.65295789647,397798.1031739719],[183696.6574686998,398895.7883754191],[182802.1651596196,400695.9921057925],[182694.82608252997,401102.1356303279],[180703.08987431123,400597.2004376622],[180202.1741812263,403802.44122588803],[179999.42259116814,404900.1264273352],[182003.08536350785,406305.1634851876],[182802.1651596196,406799.1218258388],[183505.83244276268,408105.367215561],[183994.82157172658,408105.367215561],[184400.32475184294,408698.1172243425],[184603.07634190115,408500.533888082],[186499.40003715124,410201.9459503251],[187703.98301337933,409104.26074887795],[187405.8189103526,408302.9505518215],[188801.22691251774,407205.2653503743],[188598.4753224596,406996.70516209933],[188503.062809491,406195.3949650429],[188896.63942548633,406195.3949650429],[189302.14260560268,406502.7468214481],[190303.97399177257,406305.1634851876],[192295.71019999124,404900.1264273352],[192796.62589307618,403604.8578896275],[193297.54158616113,402803.54769257107],[194001.20886930428,402298.6124999054],[192903.9649701658,401596.09397097916],[192605.80086713907,401200.9272984582],[192701.21338010766,401003.34396219766],[190804.8896848575,399894.681908736],[190494.79901770968,400103.242097011],[189898.4708116562,399697.09857247554],[190101.22240171436,399499.515236215],[189003.97850257595,398895.7883754191],[189099.39101554453,398698.2050391586],[188503.062809491,398401.83003476786],[188503.062809491,397205.35316519043]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1705"},"geometry":{"type":"Polygon","coordinates":[[[194800.28866541595,439103.9973044296],[195003.04025547416,437896.5435828377],[195503.9559485591,437402.58524218644],[196303.03574467078,436304.9000407393],[196303.03574467078,436195.1315205945],[197197.52805375104,435503.5898436828],[198294.77195288945,434801.07131475664],[198700.2751330058,434394.9277902212],[199105.77831312222,433000.86758438323],[199702.1065191757,432100.7657191965],[200298.43472522922,431595.83052653086],[199797.51903214428,431694.62219466106],[198497.52354294766,432594.72405984777],[198103.94692695234,432803.2842481227],[197603.0312338674,432803.2842481227],[197102.11554078246,432397.14072358725],[196398.4482576393,431595.83052653086],[196195.69666758116,431200.6638540098],[195897.53256455436,430300.5619888231],[195503.9559485591,429905.39531630214],[194895.70117838454,429696.8351280272],[194299.372972331,429795.62679615745],[193798.45727924607,430300.5619888231],[193404.88066325075,431003.08051774936],[192903.9649701658,431497.0388584006],[192104.88517405413,431903.182382936],[191103.05378788424,431804.3907148058],[190101.22240171436,431497.0388584006],[189397.55511857127,430794.52032947436],[189003.97850257595,431101.8721858796],[188300.3112194328,433494.82592503447],[187405.8189103526,433396.0342569042],[187298.47983326297,434197.34445396066],[187298.47983326297,434394.9277902212],[188503.062809491,434394.9277902212],[188598.4753224596,434899.86298288684],[188395.72373240138,434998.6546510171],[188503.062809491,435701.17317994335],[189695.719221598,435503.5898436828],[190101.22240171436,437095.23338578123],[189600.30670862942,437501.3769103167],[190101.22240171436,438599.06211176387],[190399.38650474115,438500.27044363366],[191103.05378788424,439696.7473132111],[191305.80537794245,440300.4741740071],[191699.38199393777,440399.2658421373],[192295.71019999124,440399.2658421373],[192403.04927708086,441398.1593754542],[192701.21338010766,441496.9510435845],[193094.78999610292,440904.20103480294],[194096.6213822728,440102.89083774656],[194394.7854852996,439696.7473132111],[194502.12456238922,439103.9973044296],[194800.28866541595,439103.9973044296]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1706"},"geometry":{"type":"Polygon","coordinates":[[[173594.85765815357,373901.4963384666],[174501.27653135487,370795.04721837107],[174894.8531473502,370498.67221398035],[174704.02812141308,370004.7138733291],[174894.8531473502,369598.57034879364],[173499.445145185,367600.7832821597],[172903.11693913152,366799.4730851033],[171603.12144993484,364900.47768659965],[171495.78237284522,362200.1720910396],[171197.6182698185,360004.8016881452],[169504.04616462655,359401.0748273492],[169504.04616462655,359598.65816360974],[167500.38339228678,359104.6998229585],[167094.88021217042,359203.49149108876],[166701.3035961751,362002.5887547791],[166904.0551862333,363704.0008170222],[166796.7161091437,364197.95915767347],[165997.636313032,364702.8943503392],[164804.979900925,365899.3712199166],[164196.72513075045,366700.68141697306],[164005.90010481328,367304.408277769],[164900.39241389354,368204.5101429557],[165496.72061994707,368698.46848360694],[167595.79590525536,370202.29720958957],[168800.37888148346,370795.04721837107],[170195.7868836486,371398.774079167],[171197.6182698185,371102.3990747763],[171304.9573469081,371299.9824110368],[171996.69806593016,371003.607406646],[172294.86216895696,371299.9824110368],[172903.11693913152,371596.3574154275],[172903.11693913152,372002.500939963],[172402.20124604658,372101.29260809324],[172402.20124604658,372397.66761248396],[172604.95283610473,373100.18614141014],[173105.86852918967,373703.9130022061],[173594.85765815357,373901.4963384666]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1708"},"geometry":{"type":"Polygon","coordinates":[[[208002.9951474404,532001.0959029051],[207704.83104441367,531397.3690421092],[206905.75124830194,530903.410701458],[205605.75575910532,530398.4755087923],[204902.08847596223,530200.8921725318],[204603.92437293543,529904.517168141],[204496.5852958458,529498.3736436055],[204902.08847596223,528400.6884421584],[205403.00416904717,527401.7949088414],[207001.16376127052,523098.8689191685],[207203.91535132873,523000.07725103816],[206905.75124830194,522802.4939147777],[206702.9996582438,522099.9753858515],[206297.49647812737,521704.80871333054],[205605.75575910532,521298.6651887951],[205605.75575910532,521002.29018440435],[204496.5852958458,520299.77165547817],[203804.84457682376,520102.18831921765],[203363.56170434417,519717.99849871115],[203005.76478071208,519904.6049829571],[202194.7584204793,519794.8364628124],[200203.02221226064,518301.98458884424],[199105.77831312222,518203.19292071403],[198199.35943992087,517401.88272365753],[197901.19533689413,517303.09105552733],[196994.77646369283,518400.7762569745],[196303.03574467078,518795.9429294955],[195503.9559485591,518894.73459762573],[195205.7918455323,519202.08645403094],[194203.96045936242,520102.18831921765],[193297.54158616113,520200.97998734785],[192498.46179004945,520497.3549917386],[192104.88517405413,520299.77165547817],[191902.13358399592,520804.70684814383],[191997.5460969645,521002.29018440435],[192999.3774831344,522198.7670539818],[193202.1290731926,522099.9753858515],[193905.7963563357,522703.70224664744],[194096.6213822728,523098.8689191685],[194096.6213822728,523603.80411183415],[193595.70568918786,524196.55412061565],[193202.1290731926,525096.6559858023],[192498.46179004945,525404.0078422076],[192403.04927708086,525974.8041469601],[191699.38199393777,527994.5449176229],[191103.05378788424,529498.3736436055],[190005.80988874583,530596.0588450527],[189600.30670862942,530596.0588450527],[189003.97850257595,531199.7857058487],[188204.89870646427,531902.3042347749],[187000.31573023618,532703.6144318313],[186201.2359341245,533098.7811043523],[185294.8170609232,533197.5727724826],[184102.1606488162,533098.7811043523],[184102.1606488162,533504.9246288878],[183100.32926264632,534503.8181622047],[182504.0010565928,535502.7116955217],[183505.83244276268,536402.8135607084],[184197.57316178473,536765.049677186],[184495.73726481153,536304.0218925781],[184805.8279319593,536304.0218925781],[185294.8170609232,535799.0866999124],[185294.8170609232,535502.7116955217],[185795.73275400815,535403.9200273914],[186296.6484470931,535502.7116955217],[186904.90321726765,535403.9200273914],[188002.14711640606,534997.7765028559],[188395.72373240138,535305.1283592612],[189397.55511857127,535700.2950317822],[189600.30670862942,536205.2302244479],[190399.38650474115,536600.3968969688],[190602.1380947993,537105.3320896346],[191198.46630085283,537500.4987621555],[191103.05378788424,538301.808959212],[191305.80537794245,538598.1839636028],[191699.38199393777,538795.7672998633],[192403.04927708086,538894.5589679935],[192701.21338010766,539103.1191562684],[193297.54158616113,538598.1839636028],[193297.54158616113,539103.1191562684],[193500.29317621933,539300.702492529],[194394.7854852996,539597.0774969197],[194704.87615244737,538696.975631733],[195205.7918455323,537895.6654346766],[195420.4699997116,537302.915425895],[195599.36846152763,537302.915425895],[196100.28415461257,536797.9802332293],[196899.36395072425,537204.1237577648],[197996.60784986272,537401.7070940253],[198402.11102997907,536600.3968969688],[199296.60333905934,537105.3320896346],[200298.43472522922,537895.6654346766],[200000.27062220243,538400.6006273422],[199797.51903214428,539103.1191562684],[200405.77380231884,539300.702492529],[201705.76929151546,539300.702492529],[202194.7584204793,539794.6608331802],[202695.67411356425,540003.2210214551],[204305.7602699087,541002.1145547722],[204997.50098893075,540299.596025846],[205104.84006602038,539904.4293533249],[206404.83555521705,538400.6006273422],[207001.16376127052,537796.8737665464],[207895.6560703508,536699.1885650991],[208503.91084052535,536304.0218925781],[209004.8265336103,535502.7116955217],[209803.90632972197,534602.609830335],[209899.3188426905,534405.0264940745],[209398.4031496056,533504.9246288878],[208802.07494355208,532901.1977680918],[208002.9951474404,532001.0959029051]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1709"},"geometry":{"type":"Polygon","coordinates":[[[107402.42678621526,405701.43662439164],[106794.17201604068,405602.6449562614],[106197.84380998719,405196.5014317259],[105494.17652684406,405097.7097635957],[105005.18739788019,405295.2930998562],[104599.68421776382,405295.2930998562],[103502.44031862538,405097.7097635957],[103096.937138509,404801.33475920494],[102798.77303548226,404296.3995665393],[102202.44482942876,404197.607898409],[101594.19005925418,404603.7514229445],[101296.02595622743,404702.5430910747],[100902.44934023212,404603.7514229445],[100604.28523720537,404296.3995665393],[100198.782057089,404197.607898409],[98994.19908086093,404801.33475920494],[98505.20995189706,404900.1264273352],[97694.2035916643,404702.5430910747],[97205.21446270043,404000.0245621485],[96501.54717955731,403495.0893694828],[95702.46738344562,403396.29770135257],[95296.96420332925,403001.1310288316],[94903.38758733393,402397.4041680356],[94497.88440721756,402298.6124999054],[93698.80461110586,402594.9875042961],[92995.13732796274,403604.8578896275],[92696.973224936,403802.44122588803],[92196.05753185105,403802.44122588803],[91599.72932579755,403396.29770135257],[90896.06204265442,403198.71436509205],[89798.818143516,403297.5060332223],[89202.4899374625,403604.8578896275],[88594.23516728793,404296.3995665393],[88296.07106426118,404998.91809546546],[87496.99126814949,405196.5014317259],[86697.9114720378,405997.8116287824],[86196.99577895286,406700.3301577086],[85803.41916295755,406799.1218258388],[85099.75187981443,407501.64035476506],[84801.58777678768,408105.367215561],[85099.75187981443,408302.9505518215],[85898.8316759261,409400.63575326867],[86304.3348560425,410399.52928658563],[86196.99577895286,410597.1126228461],[87604.33034523911,411804.566344438],[88498.82265431936,412496.10802134976],[89297.90245043105,412496.10802134976],[89798.818143516,412298.52468508924],[90299.73383660094,411903.35801256826],[91003.40111974406,411497.2144880328],[91897.8934288243,411200.8394836421],[92196.05753185105,411200.8394836421],[92899.72481499417,410904.4644792513],[93102.47640505237,410695.90429097635],[93400.64050807912,410904.4644792513],[93901.55620116406,410794.6959591066],[94998.8001003025,410904.4644792513],[96298.79558949912,411299.63115177234],[100699.69775017393,412298.52468508924],[101904.28072640201,413297.4182184062],[102703.36052251369,413802.35341107193],[103395.10124153575,414098.72841546265],[103896.01693462068,414098.72841546265],[103597.85283159393,414702.4552762586],[103705.19190868357,414702.4552762586],[104098.76852467888,413703.5617429417],[104504.27170479526,413396.20988653647],[104695.09673073237,412298.52468508924],[105196.01242381732,411102.0478155118],[105601.51560393369,411398.42281990254],[106197.84380998719,411299.63115177234],[106996.92360609888,410597.1126228461],[107295.08770912563,411200.8394836421],[107796.00340221057,410399.52928658563],[108094.16750523732,409598.2190895292],[106400.59540004538,408895.70056060294],[107104.26268318851,407896.80702728604],[107199.67519615707,407501.64035476506],[106698.75950307213,407304.05701850454],[107104.26268318851,406305.1634851876],[107402.42678621526,405701.43662439164]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1711"},"geometry":{"type":"Polygon","coordinates":[[[191902.13358399592,349401.1626421654],[191902.13358399592,348896.22744949965],[192403.04927708086,347699.7505799222],[192796.62589307618,347304.58390740125],[193798.45727924607,347304.58390740125],[194704.87615244737,347194.8153872565],[195205.7918455323,347699.7505799222],[195503.9559485591,347798.5422480525],[196004.87164164404,347403.3755755315],[196398.4482576393,347502.1672436617],[196803.95143775572,348094.9172524432],[197197.52805375104,348094.9172524432],[197698.44374683592,347897.3339161827],[197996.60784986272,347403.3755755315],[198903.02672306402,347798.5422480525],[199403.94241614896,347304.58390740125],[199904.8581092339,346602.065378475],[200095.683135171,345998.3385176791],[200501.18631528737,345394.61165688315],[199403.94241614896,344999.4449843621],[198497.52354294766,344604.27831184113],[197805.7828239256,344000.5514510452],[197102.11554078246,343001.65791772824],[196505.78733472893,342595.5143931928],[196696.6123606661,342397.9310569323],[196195.69666758116,341695.4125280061],[195897.53256455436,341102.6625192246],[195694.7809744962,339598.833793242],[195003.04025547416,339203.66712072096],[195098.4527684427,338896.31526431575],[194800.28866541595,338698.7319280553],[194203.96045936242,338797.5235961855],[193595.70568918786,338501.1485917948],[193404.88066325075,339203.66712072096],[192796.62589307618,340004.9773177774],[192295.71019999124,341695.4125280061],[191866.35389163275,342057.64864448365],[190697.5506077679,341003.87085109437],[190399.38650474115,340498.93565842864],[190101.22240171436,340400.1439902984],[188598.4753224596,340301.3523221682],[188705.8143995492,339697.6254613722],[189194.80352851306,338896.31526431575],[189397.55511857127,338797.5235961855],[189397.55511857127,338204.77358740405],[188300.3112194328,337798.6300628686],[187596.6439362897,337897.42173099885],[187405.8189103526,338698.7319280553],[187703.98301337933,338797.5235961855],[187405.8189103526,339697.6254613722],[186797.56414017803,339697.6254613722],[186403.9875241827,340004.9773177774],[185903.07183109777,339895.2087976327],[185795.73275400815,340795.3106628194],[185604.90772807103,342002.76438441133],[185604.90772807103,342705.2829133375],[185294.8170609232,342705.2829133375],[184495.73726481153,341003.87085109437],[183803.99654578947,341201.4541873549],[183994.82157172658,341596.62085987587],[183696.6574686998,342595.5143931928],[184197.57316178473,343199.24125398876],[184102.1606488162,343802.9681147847],[183601.24495573126,344505.4866437109],[183899.409058758,344999.4449843621],[184603.07634190115,345295.8199887529],[185402.15613801283,344900.6533162319],[185604.90772807103,344900.6533162319],[186201.2359341245,345394.61165688315],[186201.2359341245,345701.96351328836],[186499.40003715124,346097.13018580934],[187000.31573023618,346294.7135220698],[187489.30485920009,346689.8801945908],[188503.062809491,348797.4357813694],[189003.97850257595,349598.74597842584],[189600.30670862942,349598.74597842584],[189695.719221598,349401.1626421654],[190399.38650474115,349697.5376465561],[191198.46630085283,349401.1626421654],[191699.38199393777,349302.3709740351],[191902.13358399592,349401.1626421654]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1714"},"geometry":{"type":"Polygon","coordinates":[[[36999.918779539265,376404.2185977662],[36999.918779539265,375097.9732080441],[36594.41559942288,375405.3250644492],[36296.25149639613,375196.7648761743],[34698.09190417276,374999.1815399138],[34304.51528817745,374702.80653552304],[33803.59959509251,374900.38987178355],[33899.01210806107,374099.0796747271],[33600.84800503432,374000.28800659685],[34197.17621108782,372803.8111370194],[34495.34031411457,373001.39447327994],[34602.6793912042,372002.500939963],[34900.84349423095,372101.29260809324],[34996.25600719951,371497.56574729725],[36499.00308645432,371596.3574154275],[37596.24698559276,371299.9824110368],[38287.98770461482,371003.607406646],[37596.24698559276,370301.0888777198],[37894.41108861951,369894.94535318436],[37596.24698559276,369499.7786806634],[37798.99857565095,367995.94995468075],[37202.67036959745,367600.7832821597],[37202.67036959745,367304.408277769],[36904.5062665707,366601.8897488428],[36594.41559942288,367095.84808949404],[35795.335803311194,367095.84808949404],[35699.92329034263,367403.19994589925],[34399.92780114601,368204.5101429557],[33398.09641497613,368204.5101429557],[33195.34482491794,367995.94995468075],[32205.440002869134,368599.6768154767],[31597.185232694566,368896.05181986745],[29700.86153744444,370004.7138733291],[28997.194254301314,369203.40367627266],[29498.109947386252,368599.6768154767],[29104.533331390943,367995.94995468075],[28699.030151274565,368094.74162281095],[28400.866048247815,368500.8851473464],[27804.537842194317,368994.84348799766],[27494.447175046498,368896.05181986745],[27399.03466207794,368500.8851473464],[27100.87055905119,368303.30181108596],[26802.70645602444,368500.8851473464],[26397.20327590806,368500.8851473464],[26301.790762939505,368094.74162281095],[26003.626659912756,367699.57495028997],[25705.462556886006,367699.57495028997],[25395.371889738184,368204.5101429557],[24405.46706768938,368094.74162281095],[24596.2920936265,367403.19994589925],[25204.546863801064,363605.20914889197],[21304.56039621119,363199.0656243565],[19503.649213929624,363199.0656243565],[18501.817827759747,363605.20914889197],[18203.653724732998,363495.4406287473],[18000.90213467481,364197.95915767347],[18000.90213467481,364702.8943503392],[17404.57392862131,365295.64435912063],[17094.48326147349,364900.47768659965],[16796.319158446742,364900.47768659965],[16498.155055419993,365602.99621552584],[15901.826849366495,365899.3712199166],[15496.323669250116,366799.4730851033],[14899.995463196617,366997.0564213638],[14697.243873138428,367501.9916140295],[15102.747053254807,367699.57495028997],[14899.995463196617,368500.8851473464],[14303.667257143119,368896.05181986745],[14005.50315411637,369598.57034879364],[14100.91566708493,369796.1536850541],[14804.582950228058,370103.5055414593],[13898.16407702674,371102.3990747763],[13599.999973999991,371497.56574729725],[13898.16407702674,371804.91760370246],[15496.323669250116,373605.12133407587],[15400.911156281556,374395.4546791178],[14804.582950228058,375196.7648761743],[14804.582950228058,375800.49173697026],[14899.995463196617,376305.4269296359],[14697.243873138428,376996.9686065477],[14399.079770111679,377600.6954673436],[14697.243873138428,377995.8621398646],[15198.159566223367,378402.00566440006],[16796.319158446742,378994.75567318156],[18501.817827759747,379796.065870238],[18799.981930786496,379796.065870238],[19503.649213929624,379598.4825339775],[20803.64470312625,380103.4177266432],[21304.56039621119,380103.4177266432],[22103.640192322877,380301.0010629037],[23200.88409146131,380696.1677354247],[23999.963887573,381398.6862643509],[25204.546863801064,381497.47793248115],[26802.70645602444,381201.1029280904],[26898.118968993003,380794.95940355497],[27697.198765104687,380498.5843991642],[28400.866048247815,380399.792731034],[29104.533331390943,379894.85753836826],[29104.533331390943,379697.27420210774],[29796.274050413,378994.75567318156],[31096.269539609628,378797.1723369211],[31597.185232694566,378500.7973325303],[31704.524309784196,378303.21399626986],[32205.440002869134,378094.65380799485],[33505.435492065764,377699.4871354739],[34900.84349423095,377501.90379921335],[36594.41559942288,377194.5519428082],[36999.918779539265,376601.8019340267],[36999.918779539265,376404.2185977662]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1719"},"geometry":{"type":"Polygon","coordinates":[[[117003.31090367658,413901.14507920214],[116001.4795175067,413802.35341107193],[116204.23110756489,413297.4182184062],[116395.056133502,412199.73301695904],[116597.8077235602,411596.00615616306],[116895.97182658695,411102.0478155118],[117301.47500670333,410201.9459503251],[114105.15582225658,409104.26074887795],[113103.3244360867,408500.533888082],[113902.40423219839,406195.3949650429],[114105.15582225658,405997.8116287824],[113496.901052082,405503.8532881312],[112196.90556288538,404702.5430910747],[111994.15397282719,404702.5430910747],[111898.74145985863,405196.5014317259],[111505.16484386333,405503.8532881312],[110801.49756072019,405800.2282925219],[110097.83027757707,406195.3949650429],[109704.25366158177,406195.3949650429],[107700.59088924201,405701.43662439164],[107402.42678621526,405701.43662439164],[107104.26268318851,406305.1634851876],[106698.75950307213,407304.05701850454],[107199.67519615707,407501.64035476506],[107104.26268318851,407896.80702728604],[106400.59540004538,408895.70056060294],[108094.16750523732,409598.2190895292],[107796.00340221057,410399.52928658563],[107295.08770912563,411200.8394836421],[106996.92360609888,410597.1126228461],[106197.84380998719,411299.63115177234],[105601.51560393369,411398.42281990254],[105196.01242381732,411102.0478155118],[104695.09673073237,412298.52468508924],[104504.27170479526,413396.20988653647],[104098.76852467888,413703.5617429417],[103705.19190868357,414702.4552762586],[105804.26719399188,415295.2052850401],[105899.67970696044,415404.9738051848],[105899.67970696044,414801.24694438884],[107402.42678621526,414998.83028064936],[109000.58637843863,416403.86733850173],[109895.07868751888,416601.45067476225],[110097.83027757707,417205.1775355582],[110801.49756072019,417699.1358762094],[111099.66166374694,418401.6544051356],[111994.15397282719,419202.96460219205],[112495.06966591213,419104.17293406185],[112995.98535899707,419696.9229428433],[113294.14946202382,419905.48313111824],[113496.901052082,418796.8210776566],[115095.06064430538,418895.61274578684],[115894.14044041708,418500.44607326586],[116800.55931361839,418500.44607326586],[117396.88751967189,418796.8210776566],[118005.14228984645,418698.0294095264],[118100.55480281501,418105.2794007449],[117802.39069978826,417501.55253994896],[117897.80321275683,416799.0340110227],[117695.05162269864,416502.659006632],[117695.05162269864,415295.2052850401],[117003.31090367658,413901.14507920214]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1721"},"geometry":{"type":"Polygon","coordinates":[[[168394.87570136704,415898.93214583606],[168895.79139445198,415196.4136169098],[169694.87119056366,413297.4182184062],[169396.70708753692,413198.62655027595],[169504.04616462655,412594.89968947996],[169694.87119056366,412002.1496806985],[169504.04616462655,411398.42281990254],[169003.1304715416,410695.90429097635],[168096.7115983403,410004.36261406465],[167798.54749531357,409697.01075765945],[167094.88021217042,408302.9505518215],[167595.79590525536,407896.80702728604],[167703.134982345,406996.70516209933],[167297.63180222863,406601.53848957835],[165699.47221000522,405701.43662439164],[165699.47221000522,405097.7097635957],[165103.14400395175,405196.5014317259],[164995.80492686213,404900.1264273352],[164494.88923377718,404603.7514229445],[163898.56102772366,404801.33475920494],[163099.48123161198,405295.2930998562],[163004.06871864345,404702.5430910747],[162598.56553852704,404197.607898409],[160594.90276618727,405899.01996065216],[158495.82748087897,406799.1218258388],[157505.92265883018,407205.2653503743],[157804.08676185692,407501.64035476506],[158102.25086488365,407995.5986954163],[158161.883685489,408401.7422199517],[158996.7431739639,408401.7422199517],[159294.90727699065,409005.4690807477],[159795.8229700756,411003.25614738156],[159998.5745601338,411200.8394836421],[160702.24184327695,411200.8394836421],[161298.57004933042,412496.10802134976],[161596.73415235715,412496.10802134976],[162801.31712858524,413396.20988653647],[162598.56553852704,413703.5617429417],[162002.23733247357,413703.5617429417],[161704.07322944677,413901.14507920214],[161298.57004933042,414998.83028064936],[161012.33251042472,415602.5571414453],[162705.90461561666,416305.0756703715],[163302.2328216702,416601.45067476225],[165103.14400395175,416897.825679153],[165806.8112870949,416601.45067476225],[166904.0551862333,415997.72381396627],[167595.79590525536,415800.1404777058],[168394.87570136704,415898.93214583606]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1722"},"geometry":{"type":"Polygon","coordinates":[[[185700.32024103956,599003.8005992415],[186797.56414017803,597697.5552095193],[187298.47983326297,597697.5552095193],[188002.14711640606,596797.4533443328],[188097.55962937465,596402.2866718117],[187799.39552634786,596204.7033355512],[188204.89870646427,595798.5598110157],[188503.062809491,595897.3514791459],[189003.97850257595,595699.7681428855],[189898.4708116562,595096.0412820895],[190196.63491468295,594602.0829414383],[189898.4708116562,594294.7310850332],[190303.97399177257,593899.5644125121],[190697.5506077679,593800.7727443818],[191103.05378788424,593098.2542154556],[191603.9694809692,593197.0458835859],[191603.9694809692,592801.8792110649],[191305.80537794245,592604.2958748045],[191496.63040387956,592296.9440183992],[190804.8896848575,592000.5690140084],[189003.97850257595,590705.3004763008],[189397.55511857127,589903.9902792443],[189600.30670862942,589201.4717503181],[189099.39101554453,588696.5365576524],[188097.55962937465,587895.226360596],[187501.23142332112,588597.7448895222],[186594.81255011982,589201.4717503181],[185700.32024103956,588795.3282257826],[185103.9920349861,587697.6430243355],[183696.6574686998,587796.4346924657],[183195.74177561485,588004.9948807408],[183303.08085270453,588301.3698851315],[182599.41356956138,588498.9532213919],[180094.83510413667,589805.1986111142],[178305.8504859762,589805.1986111142],[178198.51140888658,589903.9902792443],[178496.67551191332,590902.8838125613],[178997.59120499826,591495.6338213428],[179104.93028208788,592000.5690140084],[177804.93479289126,592395.7356865294],[177304.01909980632,592198.152350269],[177304.01909980632,592900.6708791952],[177101.2675097481,594294.7310850332],[177804.93479289126,594898.457945829],[180202.1741812263,596204.7033355512],[181502.16967042297,596797.4533443328],[182504.0010565928,597104.8052007379],[183004.91674967774,597499.9718732589],[183696.6574686998,597796.3468776497],[184304.91223887436,598202.4904021851],[185497.56865098135,598696.4487428362],[185700.32024103956,599003.8005992415]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1723"},"geometry":{"type":"Polygon","coordinates":[[[125495.0245578784,393100.01051177795],[125995.94025096334,392496.28365098196],[126604.1950211379,392595.0753191122],[127105.11071422284,392199.90864659124],[126902.35912416465,391804.74197407026],[127701.43892027634,391497.39011766505],[127403.27481724959,390498.4965843481],[127105.11071422284,390103.3299118271],[127200.5232271914,389697.18638729164],[127701.43892027634,389894.76972355216],[127594.0998431867,389499.6030510311],[127904.19051033452,389302.01971477066],[127904.19051033452,388895.8761902352],[127594.0998431867,388797.08452210494],[127295.93574015996,388303.1261814537],[127999.60302330309,388204.3345133235],[128095.01553627165,387896.98265691823],[128703.27030644621,387205.44098000653],[129204.18599953115,387403.024316267],[128894.09533238334,387095.67245986185],[128595.93122935659,386502.92245108035],[128595.93122935659,385997.9872584146],[128798.68281941477,385504.0289177634],[126496.85594404826,385800.4039221541],[125995.94025096334,385602.82058589364],[125304.19953194127,385602.82058589364],[125101.44794188309,385701.6122540239],[124397.78065873995,385602.82058589364],[124004.20404274465,385405.2372496331],[123395.94927257008,385701.6122540239],[120998.70988423501,387600.6076525275],[120497.79419115008,387798.19098878803],[119901.46598509658,387798.19098878803],[119197.79870195345,387995.7743250485],[118494.13141881033,387699.3993206578],[118005.14228984645,387798.19098878803],[117599.63910973008,388094.56599317875],[117098.72341664514,388094.56599317875],[116705.14680064983,388303.1261814537],[116204.23110756489,388204.3345133235],[115703.31541447995,388401.91784958396],[115405.1513114532,389104.43637851015],[115297.81223436358,389697.18638729164],[114105.15582225658,390300.9132480876],[113604.24012917164,390103.3299118271],[112995.98535899707,390399.70491621783],[112900.5728460285,390696.0799206086],[112399.65715294358,390904.64010888356],[111397.82576677369,390597.28825247835],[111004.24915077839,391003.4317770138],[110598.745970662,392101.116978461],[110694.15848363057,392397.49198285176],[111505.16484386333,392397.49198285176],[111803.32894689008,393001.2188436477],[112196.90556288538,393297.5938480384],[114295.98084819369,394395.27904948563],[116395.056133502,395899.10777546826],[117396.88751967189,396305.2513000037],[118601.47049589995,396601.62630439445],[118696.8830088685,395997.8994435985],[117897.80321275683,395196.5892465421],[116705.14680064983,394603.8392377606],[116800.55931361839,393901.3207088344],[116299.64362053345,393396.38551616867],[117194.1359296137,393198.80217990815],[117396.88751967189,393396.38551616867],[117396.88751967189,394000.11237696465],[118005.14228984645,394000.11237696465],[118899.6345989267,394505.0475696303],[120402.38167818151,392902.4271755174],[122000.5412704049,391299.80678140454],[125101.44794188309,392298.7003147215],[125495.0245578784,393100.01051177795]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1724"},"geometry":{"type":"Polygon","coordinates":[[[157398.58358174056,377095.7602746779],[157601.3351717987,376700.59360215697],[157505.92265883018,376195.65840949124],[157195.83199168235,375800.49173697026],[157398.58358174056,375602.90840070974],[157303.17106877198,374395.4546791178],[157505.92265883018,373802.70467033633],[157601.3351717987,372803.8111370194],[157398.58358174056,372101.29260809324],[157601.3351717987,371299.9824110368],[158305.00245494186,370597.46388211055],[157804.08676185692,369400.9870125331],[157601.3351717987,369302.19534440286],[157303.17106877198,369894.94535318436],[156599.50378562888,370103.5055414593],[155705.01147654862,369203.40367627266],[155394.9208094008,367798.36661842023],[155394.9208094008,367194.6397576243],[155705.01147654862,366799.4730851033],[155001.34419340547,366195.74622430734],[157100.41947871377,363704.0008170222],[155597.672399459,364197.95915767347],[152103.1891119855,365196.85269099043],[152103.1891119855,364801.6860184694],[151900.4375219273,364000.37582141295],[151494.93434181093,363802.7924851525],[150004.11382667714,363802.7924851525],[148596.7792603909,363605.20914889197],[146402.29146211402,364197.95915767347],[144601.38027983246,363605.20914889197],[143802.30048372078,364395.5424939339],[144804.13186989067,368303.30181108596],[144899.5443828592,368500.8851473464],[144994.95689582778,368896.05181986745],[146104.1273590873,369104.6120081424],[146199.53987205587,369796.1536850541],[146402.29146211402,370004.7138733291],[148405.9542344538,369894.94535318436],[149097.69495347585,370202.29720958957],[150004.11382667714,370399.8805458501],[150505.0295197621,371102.3990747763],[150600.44203273067,371497.56574729725],[151196.77023878414,371497.56574729725],[152198.60162495403,372002.500939963],[151900.4375219273,372803.8111370194],[152198.60162495403,373100.18614141014],[151900.4375219273,373703.9130022061],[152103.1891119855,374296.66301098757],[153904.10029426706,375602.90840070974],[154405.015987352,375602.90840070974],[155096.75670637406,376404.2185977662],[155705.01147654862,376898.1769384174],[156504.0912726603,376700.59360215697],[156802.25537568703,377194.5519428082],[157195.83199168235,376996.9686065477],[157398.58358174056,377095.7602746779]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1728"},"geometry":{"type":"Polygon","coordinates":[[[144601.38027983246,382199.99646140734],[144994.95689582778,381804.82978888636],[145603.21166600235,381398.6862643509],[147105.95874525717,380004.62605851295],[147404.1228482839,380004.62605851295],[147702.28695131064,379499.6908658473],[148298.61515736417,379400.899197717],[148704.11833748053,379894.85753836826],[149395.85905650258,379697.27420210774],[149896.77474958752,378895.9640050513],[149705.9497236504,378500.7973325303],[149705.9497236504,377995.8621398646],[149395.85905650258,377897.0704717344],[148203.20264439558,377699.4871354739],[147905.03854136885,377304.3204629529],[147499.5353612525,376096.866741361],[147201.3712582257,374801.5982036533],[147499.5353612525,373802.70467033633],[147905.03854136885,371903.7092718327],[146402.29146211402,370004.7138733291],[146199.53987205587,369796.1536850541],[146104.1273590873,369104.6120081424],[144994.95689582778,368896.05181986745],[144899.5443828592,368500.8851473464],[144804.13186989067,368500.8851473464],[142001.38930143922,370399.8805458501],[142299.55340446596,370696.2555502408],[141500.47360835428,372902.6028051497],[141703.2251984125,373198.9778095404],[141405.06109538572,373495.3528139311],[141405.06109538572,375295.55654430453],[141297.72201829607,375899.28340510046],[140796.80632521116,376305.4269296359],[141798.63771138102,376700.59360215697],[141798.63771138102,377194.5519428082],[142001.38930143922,377897.0704717344],[141595.88612132284,378994.75567318156],[141297.72201829607,381102.3112599602],[141393.13453126466,382265.8575734942],[141297.72201829607,382353.67238961],[141405.06109538572,382397.57979766786],[141703.2251984125,382397.57979766786],[142394.96591743454,382902.5149903336],[143098.63320057766,382803.72332220327],[143194.04571354622,382397.57979766786],[143599.54889366258,381804.82978888636],[144005.052073779,381903.6214570166],[144601.38027983246,382199.99646140734]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1729"},"geometry":{"type":"Polygon","coordinates":[[[195003.04025547416,317502.43068811006],[195098.4527684427,316294.97696651815],[195301.2043585009,315702.22695773665],[195897.53256455436,314900.9167606802],[196028.72476988618,314286.2130478698],[196803.95143775572,314000.81489549356],[196994.77646369283,313495.87970282783],[196803.95143775572,313001.9213621766],[196505.78733472893,312804.3380259161],[196004.87164164404,312595.77783764113],[195694.7809744962,312694.5695057714],[194800.28866541595,311695.6759724544],[194394.7854852996,311904.23616072943],[194096.6213822728,311300.50929993344],[194299.372972331,310400.40743474674],[194299.372972331,309697.88890582055],[194203.96045936242,309401.51390142983],[193703.04476627754,309203.9305651693],[193297.54158616113,309599.0972376903],[192903.9649701658,309599.0972376903],[192605.80086713907,308995.37037689437],[192999.3774831344,308600.2037043734],[193297.54158616113,307798.89350731694],[193703.04476627754,307601.3101710564],[193404.88066325075,307601.3101710564],[192701.21338010766,306997.5833102605],[192295.71019999124,306799.999974],[192200.2976870227,307403.7268347959],[191496.63040387956,307403.7268347959],[191305.80537794245,306997.5833102605],[190494.79901770968,307502.51850292616],[190399.38650474115,308501.4120362431],[190196.63491468295,308995.37037689437],[189504.8941956609,308501.4120362431],[189099.39101554453,308501.4120362431],[188598.4753224596,308303.8286999826],[187799.39552634786,307601.3101710564],[187596.6439362897,307195.16664652096],[187298.47983326297,308501.4120362431],[187298.47983326297,309105.13889703905],[187095.72824320477,309796.6805739508],[186403.9875241827,311102.9259636729],[186105.82342115598,311201.7176318032],[185700.32024103956,311805.44449259917],[185497.56865098135,312903.12969404634],[186296.6484470931,313199.50469843706],[186904.90321726765,313199.50469843706],[187298.47983326297,313902.0232273633],[187501.23142332112,314000.81489549356],[187799.39552634786,314604.5417562895],[188097.55962937465,314604.5417562895],[188598.4753224596,314900.9167606802],[188300.3112194328,316097.3936302577],[188705.8143995492,316503.5371547931],[189003.97850257595,316404.7454866629],[189302.14260560268,316602.32882292336],[189504.8941956609,316997.49549544434],[189504.8941956609,317502.43068811006],[190303.97399177257,317601.2223562403],[190494.79901770968,317096.2871635746],[190995.71471079462,317195.07883170486],[191603.9694809692,317601.2223562403],[192295.71019999124,317798.8056925008],[192903.9649701658,317798.8056925008],[193202.1290731926,317195.07883170486],[193202.1290731926,316898.70382731414],[193595.70568918786,316799.9121591839],[194502.12456238922,317403.6390199798],[195003.04025547416,317502.43068811006]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1730"},"geometry":{"type":"Polygon","coordinates":[[[232655.20318569202,577796.5225072819],[232619.4234933288,577675.7771351227],[233299.2376482298,576600.0456377044],[233501.98923828796,576095.1104450386],[233597.40175125655,575304.7770999968],[233800.15334131476,575195.0085798521],[234897.39724045317,575897.5271087782],[235302.90042056952,575096.2169117217],[235100.14883051137,574799.841907331],[235302.90042056952,573899.7400421443],[236197.3927296498,573800.9483740141],[236400.144319708,573504.5733696234],[237103.81160285108,572802.0548406972],[237700.1398089046,571594.6011191052],[237998.30391193135,571397.0177828447],[238201.05550198955,571001.8511103238],[238105.64298902097,570595.7075857883],[238594.63211798487,570398.1242495278],[238701.9711950745,569805.3742407463],[238594.63211798487,569498.0223843411],[240801.0464803828,570595.7075857883],[241301.96217346773,570903.0594421935],[242494.61858557473,571298.2261147145],[245404.7002311158,571100.642778454],[245798.27684711112,570804.2677740633],[246203.78002722748,570299.3325813976],[248100.10372247762,568400.3371828939],[246203.78002722748,567500.2353177073],[246203.78002722748,566896.5084569113],[243997.36566482956,565601.2399192036],[243794.61407477135,565601.2399192036],[242900.1217656911,565096.3047265379],[242494.61858557473,565601.2399192036],[241003.798070441,566698.9251206508],[240097.3791972397,567105.0686451863],[239536.8306835494,566907.4853089257],[239596.46350415476,566600.1334525205],[240395.54330026644,565897.6149235943],[240598.29489032459,565502.4482510734],[241099.21058340953,564997.5130584077],[240598.29489032459,564602.3463858867],[240801.0464803828,564196.2028613512],[240502.88237735606,563998.6195250907],[239894.6276071815,563899.8278569605],[239298.29940112797,563098.517659904],[239095.54781106982,562494.7907991081],[239298.29940112797,562099.6241265871],[239596.46350415476,560694.5870687347],[238499.2196050163,560595.7954006044],[238403.80709204776,560595.7954006044],[236602.8959097662,561397.1055976609],[236805.64749982435,561902.0407903265],[236901.06001279294,563098.517659904],[236698.30842273473,563998.6195250907],[236400.144319708,564602.3463858867],[235505.65201062773,564097.4111932209],[235398.3129335381,564294.9945294814],[234694.64565039496,564196.2028613512],[234694.64565039496,563801.0361888302],[234301.0690343997,563801.0361888302],[234301.0690343997,564294.9945294814],[233299.2376482298,564196.2028613512],[233394.65016119834,563801.0361888302],[233203.82513526123,563603.4528525698],[233001.07354520302,562802.1426555132],[233096.4860581716,562395.9991309778],[233001.07354520302,561902.0407903265],[232798.32195514487,561495.8972657911],[232404.74533914955,561594.6889339214],[231903.8296460646,561902.0407903265],[231605.66554303787,562395.9991309778],[231295.57487589004,562703.350987383],[230401.08256680978,562494.7907991081],[229995.57938669343,562703.350987383],[230401.08256680978,563899.8278569605],[230603.834156868,564799.9297221472],[230496.49507977837,565601.2399192036],[229804.7543607563,566896.5084569113],[228898.33548755496,568301.5455147637],[228504.7588715597,569399.2307162108],[228504.7588715597,570002.9575770069],[228194.66820441186,571001.8511103238],[229399.2511806399,571298.2261147145],[229602.0027706981,571001.8511103238],[230305.67005384126,571594.6011191052],[230198.33097675157,572099.536311771],[232094.65467200172,572395.9113161617],[232094.65467200172,573098.4298450879],[231903.8296460646,574196.1150465352],[231701.0780560064,574503.4669029403],[231999.2421590332,574898.6335754613],[231903.8296460646,575897.5271087782],[231605.66554303787,576797.6289739648],[231200.16236292146,577401.3558347609],[230997.4107728633,577895.3141754121],[230305.67005384126,579201.5595651342],[230305.67005384126,579497.9345695251],[230401.08256680978,579695.5179057855],[231295.57487589004,579300.3512332644],[231701.0780560064,578103.8743636871],[232201.99374909134,577500.1475028911],[232655.20318569202,577796.5225072819]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1731"},"geometry":{"type":"Polygon","coordinates":[[[233895.56585428328,551704.5452688822],[234205.6565214311,551495.9850806072],[235601.06452359632,548696.8878169169],[237604.72729593603,548598.0961487866],[238296.46801495808,548005.3461400052],[241099.21058340953,547697.9942836],[241600.12627649447,547204.0359429487],[242494.61858557473,543900.0034865927],[244402.86884494592,543197.4849576665],[244903.78453803086,542999.901621406],[244701.0329479727,542396.1747606101],[245201.9486410576,542001.0080880891],[245297.36115402618,541594.8645635536],[244796.44546094124,541002.1145547722],[243699.20156180282,540804.5312185116],[243997.36566482956,539597.0774969197],[243305.6249458075,538696.975631733],[242804.70925272256,538301.808959212],[243102.8733557493,537204.1237577648],[242804.70925272256,536699.1885650991],[242303.79355963762,536402.8135607084],[241898.29037952126,535601.5033636519],[241898.29037952126,535195.3598391165],[240896.45899335138,535601.5033636519],[239703.80258124438,533998.882969539],[239501.05099118617,533504.9246288878],[237998.30391193135,531298.5773739789],[237401.97570587788,530497.2671769225],[236101.98021668126,528301.8967740282],[235302.90042056952,528697.0634465491],[234897.39724045317,528795.8551146793],[234002.9049313729,529300.7903073451],[234301.0690343997,530596.0588450527],[234587.30657330534,531594.9523783696],[232595.57036508666,531496.1607102394],[232500.15785211808,531803.5125666447],[230997.4107728633,531100.9940377185],[230603.834156868,531902.3042347749],[230305.67005384126,531902.3042347749],[229494.66369360848,532099.8875710354],[229804.7543607563,533801.2996332785],[229494.66369360848,534602.609830335],[228600.17138452822,534800.1931665954],[227085.49774115236,535272.1978032178],[227013.9383564259,535349.0357673191],[227204.76338236302,535897.8783680426],[227300.1758953316,536797.9802332293],[227801.09158841654,537698.082098416],[228600.17138452822,539399.4941606591],[228397.41979447,539498.2858287895],[227502.9274853898,539597.0774969197],[227300.1758953316,541199.6978910326],[226703.84768927813,540804.5312185116],[226000.18040613498,540804.5312185116],[225296.51312299183,540903.3228866418],[225201.1006100233,541496.0728954233],[225499.26471305004,541594.8645635536],[225296.51312299183,542802.3182851454],[225105.68809705472,543296.2766257967],[224604.77240396978,543900.0034865927],[224700.18491693836,544196.3784909834],[224497.43332688016,544404.9386792583],[222100.19393854513,545096.4803561701],[221897.44234848692,545195.2720243004],[221098.36255237524,543801.2118184625],[220895.61096231703,544295.1701591136],[221396.52665540198,545195.2720243004],[220394.6952692321,545700.2072169661],[220895.61096231703,546699.100750283],[221205.70162946486,546699.100750283],[221897.44234848692,547697.9942836],[222100.19393854513,548104.1378081355],[221002.95003940666,548795.6794850471],[222696.5221445986,550003.133206639],[223495.60194071027,551704.5452688822],[224902.9365069965,554404.8508644423],[223901.1051208267,555897.7027384104],[228898.33548755496,558202.8416614495],[229196.49959058175,557105.1564600023],[229196.49959058175,556797.8046035971],[229697.4152836667,556501.4295992064],[229303.83866767137,555897.7027384104],[229494.66369360848,555700.1194021499],[228802.92297458643,554602.4342007027],[229494.66369360848,554097.499008037],[228898.33548755496,553296.1888109806],[229399.2511806399,552999.8138065899],[228695.5838974968,552000.9202732729],[229303.83866767137,551704.5452688822],[229602.0027706981,552198.5036095334],[231104.74984995293,551298.4017443467],[230997.4107728633,550903.2350718258],[232094.65467200172,550101.9248747693],[232201.99374909134,550101.9248747693],[232404.74533914955,551298.4017443467],[232297.40626205993,551397.1934124769],[232702.9094421763,552604.6471340689],[233895.56585428328,551704.5452688822]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1734"},"geometry":{"type":"Polygon","coordinates":[[[190101.22240171436,438599.06211176387],[189600.30670862942,437501.3769103167],[190101.22240171436,437095.23338578123],[189695.719221598,435503.5898436828],[188503.062809491,435701.17317994335],[188395.72373240138,434998.6546510171],[188598.4753224596,434899.86298288684],[188503.062809491,434394.9277902212],[187298.47983326297,434394.9277902212],[187298.47983326297,434197.34445396066],[186797.56414017803,434098.5527858304],[185497.56865098135,433999.76111770014],[185795.73275400815,433604.5944451792],[185998.4843440663,432902.075916253],[185604.90772807103,431595.83052653086],[185103.9920349861,431694.62219466106],[184698.48885486968,431299.4555221401],[184102.1606488162,431694.62219466106],[183195.74177561485,432001.97405106627],[181704.92126048112,432298.34905545705],[179796.67100110993,432902.075916253],[178997.59120499826,433000.86758438323],[177005.85499677958,433900.96944956994],[177304.01909980632,434296.1361220909],[177101.2675097481,434702.2796466264],[176898.51591968996,435602.38151181303],[176504.93930369464,436195.1315205945],[176004.0236106097,436700.06671326025],[176194.8486365468,436996.441717651],[175204.94381449802,436700.06671326025],[174894.8531473502,437205.001905926],[174799.4406343816,437600.16857844696],[175002.19222443982,437896.5435828377],[175801.2720205515,438302.68710737315],[175801.2720205515,438599.06211176387],[174501.27653135487,437995.33525096794],[173797.60924821172,437896.5435828377],[173702.1967352432,438796.6454480244],[174298.52494129667,439005.20563629933],[173797.60924821172,439499.1639769506],[172903.11693913152,439103.9973044296],[172795.77786204184,439202.78897255985],[173105.86852918967,439905.30750148604],[173404.03263221646,439795.5389813413],[174203.11242832814,440498.05751026754],[175300.35632746655,441299.367707324],[177005.85499677958,441694.53437984496],[177804.93479289126,441694.53437984496],[177995.75981882837,441804.30289998965],[178699.42710197152,442298.2612406409],[179104.93028208788,442397.05290877115],[179701.25848814135,442397.05290877115],[180094.83510413667,442199.4695725107],[181001.25397733803,441595.7427117147],[182003.08536350785,441299.367707324],[182396.66197950317,441299.367707324],[183994.82157172658,442397.05290877115],[185103.9920349861,442901.9881014369],[185795.73275400815,442901.9881014369],[185795.73275400815,442298.2612406409],[185700.32024103956,441694.53437984496],[185497.56865098135,441200.5760391937],[185402.15613801283,440300.4741740071],[185402.15613801283,439696.7473132111],[186797.56414017803,439499.1639769506],[186797.56414017803,439696.7473132111],[188300.3112194328,439301.58064069005],[189397.55511857127,438697.8537798941],[190101.22240171436,438599.06211176387]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1735"},"geometry":{"type":"Polygon","coordinates":[[[245595.5252570529,469498.9005325022],[244999.19705099944,468697.5903354458],[244605.62043500412,468401.21533105505],[242804.70925272256,468598.7986673155],[241504.71376352594,467995.0718065196],[239596.46350415476,467501.1134658684],[239894.6276071815,467204.7384614776],[240300.13078729785,467204.7384614776],[240896.45899335138,466699.8032688119],[241194.6230963781,466194.86807614623],[241003.798070441,465898.49307175545],[240705.63396741427,465097.182874699],[240300.13078729785,465602.11806736473],[240001.96668427112,465700.909735495],[239405.6384782176,465195.97454282927],[239202.88688815944,464800.8078703083],[238797.38370804302,464603.22453404777],[238499.2196050163,464702.016202178],[238201.05550198955,465195.97454282927],[238403.80709204776,465700.909735495],[237294.63662878826,466699.8032688119],[236805.64749982435,466601.0116006817],[234897.39724045317,466096.076408016],[232297.40626205993,466502.2199325514],[231903.8296460646,466502.2199325514],[230794.6591828051,465997.2847398857],[230603.834156868,466096.076408016],[230401.08256680978,466304.6365962909],[229697.4152836667,466601.0116006817],[229005.67456464458,467698.69680212886],[229005.67456464458,468401.21533105505],[228099.25569144328,468697.5903354458],[227395.5884083002,469905.0440570377],[226202.9319961932,471101.5209266151],[225797.42881607678,472100.4144599321],[225296.51312299183,472605.3496525978],[225296.51312299183,473198.09966137924],[225904.7678931664,473801.8265221752],[226202.9319961932,474196.9931946962],[226703.84768927813,474504.3450511014],[229005.67456464458,476095.9885931999],[229005.67456464458,476304.5487814748],[231498.32646594825,477599.8173191825],[232500.15785211808,477896.1923235732],[233800.15334131476,477797.40065544297],[234599.23313742643,477896.1923235732],[235302.90042056952,476699.7154539958],[236101.98021668126,476304.5487814748],[237497.3882188464,476600.92378586554],[238105.64298902097,476600.92378586554],[238594.63211798487,477303.4423147917],[239501.05099118617,478697.50252062967],[241695.53878946305,479301.22938142566],[243401.03745877603,480596.4979191333],[243901.95315186097,480805.0581074083],[244605.62043500412,480805.0581074083],[245297.36115402618,480398.9145828728],[246203.78002722748,479498.8127176861],[246800.108233281,478796.29418875993],[247503.7755164241,478104.75251184823],[247897.35213241942,477303.4423147917],[248100.10372247762,475700.82192067883],[248302.85531253583,474701.9283873619],[248219.36936368834,474614.11357124615],[246597.3566432228,474701.9283873619],[246299.19254019606,474603.13671923167],[246001.02843716933,474196.9931946962],[246096.44095013785,473198.09966137924],[245798.27684711112,473296.89132950956],[245500.11274408438,471705.2477874111],[244903.78453803086,471002.7292584849],[244903.78453803086,470695.37740207964],[245595.5252570529,469498.9005325022]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1740"},"geometry":{"type":"Polygon","coordinates":[[[174203.11242832814,440498.05751026754],[173404.03263221646,439795.5389813413],[173105.86852918967,439905.30750148604],[172795.77786204184,439202.78897255985],[172903.11693913152,439103.9973044296],[173797.60924821172,439499.1639769506],[174298.52494129667,439005.20563629933],[173702.1967352432,438796.6454480244],[173797.60924821172,437896.5435828377],[174501.27653135487,437995.33525096794],[175801.2720205515,438599.06211176387],[175801.2720205515,438302.68710737315],[175002.19222443982,437896.5435828377],[174799.4406343816,437600.16857844696],[174894.8531473502,437205.001905926],[175204.94381449802,436700.06671326025],[176194.8486365468,436996.441717651],[176004.0236106097,436700.06671326025],[176504.93930369464,436195.1315205945],[176898.51591968996,435602.38151181303],[177101.2675097481,434702.2796466264],[177304.01909980632,434296.1361220909],[177005.85499677958,433900.96944956994],[176194.8486365468,434098.5527858304],[175503.10791752476,434197.34445396066],[174405.8640183863,434197.34445396066],[171400.3698598767,434603.4879784961],[169504.04616462655,434504.69631036586],[167500.38339228678,434801.07131475664],[166605.89108320657,434702.2796466264],[165794.8847229738,434504.69631036586],[164900.39241389354,433999.76111770014],[164399.4767208086,433802.1777814397],[163302.2328216702,433494.82592503447],[162598.56553852704,433396.0342569042],[160296.73866316053,433396.0342569042],[159700.41045710706,434998.6546510171],[160702.24184327695,435404.79817555257],[160404.07774025016,435799.96484807355],[159998.5745601338,435898.7565162038],[159998.5745601338,436304.9000407393],[160296.73866316053,436700.06671326025],[160105.91363722342,436996.441717651],[159604.99794413848,436897.6500495208],[159497.65886704886,437095.23338578123],[159998.5745601338,437303.79357405624],[160499.49025321874,437205.001905926],[161203.1575363619,436897.6500495208],[161596.73415235715,437205.001905926],[162002.23733247357,437095.23338578123],[161799.48574241536,436700.06671326025],[162300.4014355003,436700.06671326025],[162705.90461561666,437205.001905926],[163099.48123161198,437303.79357405624],[163803.14851475513,436996.441717651],[165997.636313032,436996.441717651],[166295.80041605874,436601.27504513],[166605.89108320657,436798.8583813905],[166498.55200611695,437501.3769103167],[166498.55200611695,438401.4787755034],[166104.97539012163,438401.4787755034],[165496.72061994707,438697.8537798941],[165103.14400395175,439400.37230882037],[165496.72061994707,439499.1639769506],[166200.38790309016,439301.58064069005],[166904.0551862333,439499.1639769506],[167404.97087931825,439202.78897255985],[167703.134982345,439202.78897255985],[168502.21477845666,439905.30750148604],[168704.96636851487,440300.4741740071],[169205.8820615998,440004.0991696163],[170004.9618577115,439400.37230882037],[171197.6182698185,439103.9973044296],[171698.53396290343,438697.8537798941],[172104.03714301978,438697.8537798941],[172402.20124604658,438895.43711615464],[172700.3653490733,439499.1639769506],[172903.11693913152,440102.89083774656],[172700.3653490733,440399.2658421373],[173201.28104215825,440695.640846528],[173702.1967352432,440498.05751026754],[174203.11242832814,440498.05751026754]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1742"},"geometry":{"type":"Polygon","coordinates":[[[234599.23313742643,477896.1923235732],[233800.15334131476,477797.40065544297],[232500.15785211808,477896.1923235732],[231498.32646594825,477599.8173191825],[229005.67456464458,476304.5487814748],[229005.67456464458,476095.9885931999],[226703.84768927813,474504.3450511014],[226202.9319961932,474196.9931946962],[225904.7678931664,473801.8265221752],[225296.51312299183,473198.09966137924],[224294.68173682195,473296.89132950956],[223495.60194071027,473198.09966137924],[222994.68624762533,473395.68299763976],[222899.2737346568,473604.2431859147],[222601.10963163,473999.40985843574],[222398.35804157186,474603.13671923167],[222601.10963163,474899.51172362245],[222302.94552860328,475195.88672801317],[222100.19393854513,475097.0950598829],[221002.95003940666,476194.7802613301],[219297.45137009368,477402.23398292204],[219094.69978003547,479696.39605394664],[220096.53116620536,480596.4979191333],[220800.19844934845,481299.0164480595],[221002.95003940666,481595.39145245025],[223901.1051208267,482100.326645116],[225499.26471305004,482495.49331763695],[226095.5929191035,482396.7016495067],[228194.66820441186,481902.74330885545],[228695.5838974968,482605.26183778164],[230496.49507977837,482297.9099813765],[230794.6591828051,482297.9099813765],[232500.15785211808,482605.26183778164],[233001.07354520302,481803.95164072525],[233394.65016119834,481496.59978432],[234002.9049313729,481803.95164072525],[234205.6565214311,481101.43311179907],[234599.23313742643,479202.4377132954],[234301.0690343997,478401.12751623895],[234599.23313742643,477896.1923235732]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1771"},"geometry":{"type":"Polygon","coordinates":[[[168704.96636851487,385701.6122540239],[169098.5429845102,385405.2372496331],[169301.2945745684,385504.0289177634],[170303.12596073822,384801.5103888372],[170398.5384737068,384505.1353844465],[170994.86667976028,384505.1353844465],[172903.11693913152,385295.46872948844],[173702.1967352432,385295.46872948844],[173702.1967352432,384900.3020569674],[173404.03263221646,384098.991859911],[172795.77786204184,383495.264999115],[172795.77786204184,382803.72332220327],[172497.6137590151,381497.47793248115],[169694.87119056366,381003.5195918299],[167595.79590525536,380004.62605851295],[166904.0551862333,379598.4825339775],[165401.30810697848,379302.10752958676],[165305.89559400995,379499.6908658473],[164602.2283108668,379499.6908658473],[164602.2283108668,382101.2047932771],[164995.80492686213,382002.4131251469],[165305.89559400995,382496.3714657981],[165699.47221000522,382496.3714657981],[166104.97539012163,382803.72332220327],[167404.97087931825,383605.03351925977],[168299.4631883985,385097.8853932279],[168704.96636851487,385701.6122540239]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1773"},"geometry":{"type":"Polygon","coordinates":[[[212797.47392411053,481705.159972595],[210805.73771589185,481803.95164072525],[210602.98612583365,481299.0164480595],[209696.56725263235,481101.43311179907],[209195.6515595474,481101.43311179907],[209195.6515595474,480398.9145828728],[208396.57176343573,480398.9145828728],[207895.6560703508,480201.33124661236],[206404.83555521705,479795.1877220769],[204902.08847596223,479202.4377132954],[204198.42119281908,479103.64604516514],[203697.50549973414,479498.8127176861],[203005.76478071208,479301.22938142566],[202504.84908762714,479498.8127176861],[202194.7584204793,481299.0164480595],[201705.76929151546,481200.22477992927],[201300.2661113991,481299.0164480595],[201300.2661113991,481705.159972595],[201598.43021442584,481803.95164072525],[201801.18180448405,482704.05350591196],[202003.9333945422,483801.7387073591],[201896.59431745257,484295.6970480103],[201896.59431745257,484998.21557693655],[202099.34590751078,485195.798913197],[202695.67411356425,485294.5905813273],[203196.5898066492,485700.73410586274],[202898.42570362246,486095.9007783837],[202194.7584204793,486304.46096665866],[202003.9333945422,486502.0443029192],[202099.34590751078,487094.7943117007],[202302.09749756893,487402.1461681059],[204496.5852958458,487994.8961768873],[204997.50098893075,488203.45636516233],[205295.66509195755,488894.99804207403],[205200.25257898896,489597.5165710003],[205593.82919498428,490497.6184361869],[204794.7493988726,490804.9702925922],[204198.42119281908,491397.7203013736],[204496.5852958458,492100.2388302998],[204401.1727828773,492703.9656910958],[204699.33688590402,493395.50736800756],[204794.7493988726,494196.81756506395],[204103.00867985055,494998.12776212045],[204902.08847596223,495195.7110983809],[205903.9198621321,495096.91943025065],[206702.9996582438,495503.0629547861],[207203.91535132873,496403.1648199728],[207394.74037726584,496501.9564881031],[208802.07494355208,493999.2342288035],[209696.56725263235,494196.81756506395],[209803.90632972197,493702.8592244127],[210102.0704327487,493604.0675562825],[210805.73771589185,493702.8592244127],[210805.73771589185,493395.50736800756],[212403.8973081152,493197.92403174704],[211795.64253794064,491496.5119695039],[212499.3098210838,490300.03509992646],[212296.55823102558,489399.93323473976],[211604.81751200353,488894.99804207403],[211497.4784349139,489004.7665622188],[210602.98612583365,489103.55823034904],[210400.23453577544,488697.4147058136],[210400.23453577544,488302.2480332926],[210602.98612583365,487994.8961768873],[210400.23453577544,487402.1461681059],[210102.0704327487,487402.1461681059],[209994.73135565908,487698.5211724966],[209601.15473966376,487797.31284062687],[209601.15473966376,486600.83597104944],[209994.73135565908,485997.1091102535],[210197.4829457173,485195.798913197],[211902.98161503026,484701.84057254577],[212797.47392411053,483900.5303754894],[212594.72233405232,483395.59518282366],[212594.72233405232,482704.05350591196],[212904.81300120015,482605.26183778164],[212797.47392411053,481705.159972595]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1774"},"geometry":{"type":"Polygon","coordinates":[[[269699.1113457353,488499.8313695531],[265405.54826215014,487500.93783623615],[263795.4621058057,488302.2480332926],[262793.6307196358,489202.3498984793],[262304.64159067196,487402.1461681059],[262900.96979672543,485700.73410586274],[262197.30251358234,485503.1507696023],[261600.9743075288,484603.04890441557],[261803.72589758702,483999.3220436196],[260694.5554343275,483900.5303754894],[260300.9788183322,483900.5303754894],[260205.5663053636,483505.36370296835],[258905.570816167,483604.1553710986],[258595.48014901916,483801.7387073591],[258094.56445593428,483900.5303754894],[257999.1519429657,483296.8035146934],[257796.40035290748,483000.4285103027],[257200.072146854,482704.05350591196],[256794.5689667376,482297.9099813765],[256603.7439408005,481496.59978432],[256102.82824771554,481496.59978432],[255494.57347754098,480805.0581074083],[255399.16096457245,480003.74791035184],[255804.6641446888,479795.1877220769],[256305.57983777375,479904.9562422216],[256794.5689667376,479597.6043858164],[257498.23624988075,479301.22938142566],[257796.40035290748,479498.8127176861],[259000.98332913558,478598.71085249947],[258702.81922610884,478598.71085249947],[257605.57532697037,478203.54417997843],[257200.072146854,478302.3358481087],[256901.90804382728,478104.75251184823],[256901.90804382728,477797.40065544297],[256603.7439408005,477303.4423147917],[256102.82824771554,477094.8821265168],[254194.57798834436,477501.02565105224],[254695.4936814293,477698.60898731276],[255005.58434857713,478104.75251184823],[255005.58434857713,478499.91918436915],[254468.88896312896,479246.3451213533],[254099.16547537583,479400.02104955586],[253502.8372693223,479400.02104955586],[252799.16998617916,479795.1877220769],[252703.75747321063,480102.53957848204],[253097.33408920595,480805.0581074083],[252894.58249914774,481101.43311179907],[252202.8417801257,481299.0164480595],[251499.17449698254,481595.39145245025],[251499.17449698254,481705.159972595],[250294.5915207545,482001.5349769857],[249495.51172464283,482100.326645116],[248505.60690259398,483604.1553710986],[248601.01941556256,484701.84057254577],[249495.51172464283,485195.798913197],[249805.6023917906,485601.9424377325],[250103.7664948174,486699.6276391797],[251701.92608704075,486996.0026435704],[252405.5933701839,487303.3544999756],[253705.5888593805,487094.7943117007],[254802.83275851893,486996.0026435704],[255005.58434857713,486798.4193073099],[255494.57347754098,487204.56283184537],[255494.57347754098,489904.8684274055],[255399.16096457245,492100.2388302998],[255005.58434857713,492396.6138346906],[254600.08116846078,492901.5490273563],[254695.4936814293,494295.60923319426],[257295.48465982254,494899.3360939902],[259800.06312524725,495195.7110983809],[260599.14292135893,494998.12776212045],[261076.20548620174,494998.12776212045],[261100.05861444387,495503.0629547861],[261398.2227174706,495700.64629104664],[262101.89000061376,496403.1648199728],[262900.96979672543,498104.576882216],[263103.72138678364,498697.3268909975],[263700.0495928371,499202.26208366314],[264200.96528592205,498697.3268909975],[264200.96528592205,498400.95188660675],[265000.0450820338,496501.9564881031],[265405.54826215014,494701.75275772973],[266204.6280582618,494098.02589693374],[266598.20467425714,493000.3406954865],[267194.5328803106,491803.8638259091],[268303.7033435701,491496.5119695039],[268494.5283695072,491705.0721577789],[268804.61903665506,491496.5119695039],[268804.61903665506,491101.3452969829],[269102.78313968185,490497.6184361869],[269699.1113457353,488499.8313695531]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1783"},"geometry":{"type":"Polygon","coordinates":[[[80901.6013091978,448302.59929255705],[80997.01382216635,447995.24743615184],[78504.36192086274,446195.04370577843],[77896.10715068816,445898.6687013877],[78194.27125371492,445503.5020288667],[79005.27761394766,445196.1501724615],[79196.10263988479,444702.1918318103],[79494.26674291154,445097.3585043312],[79804.35741005935,444394.839975405],[80496.09812908142,444197.25663914456],[80496.09812908142,443999.6733028841],[79995.18243599648,443802.0899666236],[79398.85422994298,443297.15477395785],[79303.44171697443,443000.7797695671],[78802.52602388948,443000.7797695671],[78504.36192086274,443395.9464420881],[78301.61033080454,443000.7797695671],[78695.18694679986,442397.05290877115],[77800.6946377196,441903.09456811997],[77097.02735457648,441804.30289998965],[75701.61935241129,441200.5760391937],[75701.61935241129,440805.40936667274],[76202.53504549623,440102.89083774656],[76095.1959684066,440004.0991696163],[75594.28027532165,440004.0991696163],[75296.11617229492,440596.8491783978],[74699.78796624142,439905.30750148604],[74604.37545327286,439905.30750148604],[72898.87678395986,441398.1593754542],[72505.30016796454,442298.2612406409],[72803.46427099129,442594.63624503167],[71694.29380773178,443297.15477395785],[70394.29831853516,443999.6733028841],[69797.97011248166,444394.839975405],[70096.13421550841,445097.3585043312],[68998.89031636997,445701.0853651272],[68497.97462328503,446502.39556218364],[68998.89031636997,447095.14557096513],[70394.29831853516,449005.11782148323],[70895.21401162009,449597.86783026473],[71503.46878179467,450201.59469106066],[73399.79247704479,452495.7567620853],[73602.54406710298,452100.5900895643],[73495.20499001336,451903.0067533038],[73805.29565716116,451398.07156063814],[74401.62386321466,450201.59469106066],[74401.62386321466,449795.45116652525],[74902.5395562996,450102.8030229304],[75498.8677623531,450201.59469106066],[75904.37094246948,450695.5530317119],[76798.86325154973,449202.7011577437],[77597.94304766142,449597.86783026473],[78504.36192086274,450300.3863591909],[78897.93853685804,449905.21968666994],[79100.69012691623,449400.2844940042],[79494.26674291154,448895.34930133855],[79995.18243599648,448500.1826288175],[79697.01833296973,448302.59929255705],[80102.5215130861,447995.24743615184],[80603.43720617105,448105.0159562965],[80901.6013091978,448302.59929255705]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1842"},"geometry":{"type":"Polygon","coordinates":[[[87401.57875518093,442397.05290877115],[86697.9114720378,442001.88623625017],[86602.49895906924,442298.2612406409],[85696.08008586793,442100.6779043804],[84598.83618672949,441903.09456811997],[84897.00028975624,441200.5760391937],[83704.34387764924,440805.40936667274],[81796.09361827804,439905.30750148604],[81295.1779251931,439301.58064069005],[81199.76541222454,439005.20563629933],[79697.01833296973,437501.3769103167],[78397.0228437731,437797.7519147075],[77896.10715068816,437995.33525096794],[77299.77894463466,438500.27044363366],[76095.1959684066,440004.0991696163],[76202.53504549623,440102.89083774656],[75701.61935241129,440805.40936667274],[75701.61935241129,441200.5760391937],[77097.02735457648,441804.30289998965],[77800.6946377196,441903.09456811997],[78695.18694679986,442397.05290877115],[78301.61033080454,443000.7797695671],[78504.36192086274,443395.9464420881],[78802.52602388948,443000.7797695671],[79303.44171697443,443000.7797695671],[79398.85422994298,443297.15477395785],[79995.18243599648,443802.0899666236],[80496.09812908142,443999.6733028841],[80496.09812908142,444197.25663914456],[79804.35741005935,444394.839975405],[79494.26674291154,445097.3585043312],[79196.10263988479,444702.1918318103],[79005.27761394766,445196.1501724615],[78194.27125371492,445503.5020288667],[77896.10715068816,445898.6687013877],[78504.36192086274,446195.04370577843],[80997.01382216635,447995.24743615184],[81700.68110530949,448500.1826288175],[82094.25772130479,447698.8724317611],[81998.84520833624,447402.49742737034],[81700.68110530949,447204.9140911099],[81903.43269536768,446798.7705665744],[82499.76090142118,447095.14557096513],[82976.82346626397,446908.5390867191],[83203.4281845643,446601.1872303139],[82905.26408153755,446096.2520376482],[82094.25772130479,445404.71036073647],[81998.84520833624,445097.3585043312],[82905.26408153755,443395.9464420881],[84205.25957073418,443703.2982984933],[84396.0845966713,442901.9881014369],[85004.33936684586,443099.5714376974],[85004.33936684586,442803.1964333066],[86196.99577895286,443099.5714376974],[85994.24418889468,443494.7381102183],[86697.9114720378,443703.2982984933],[86996.07557506455,443297.15477395785],[87401.57875518093,442397.05290877115]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1859"},"geometry":{"type":"Polygon","coordinates":[[[241003.798070441,465898.49307175545],[241301.96217346773,465700.909735495],[242900.1217656911,464899.5995384385],[243102.8733557493,464197.0810095123],[242995.53427865967,463801.9143369913],[243102.8733557493,462199.29394287843],[242303.79355963762,461002.817073301],[243401.03745877603,460497.8818806353],[244701.0329479727,460300.2985443748],[246001.02843716933,459696.5716835789],[249101.9351086475,459795.3633517091],[248994.59603155788,458697.67815026187],[248803.77100562077,457402.40961255424],[248100.10372247762,457095.057756149],[248004.69120950904,456798.68275175826],[248398.26782550436,456403.5160792373],[248505.60690259398,456096.16422283207],[248195.51623544615,455700.9975503111],[247396.43643933447,454899.68735325465],[246001.02843716933,454702.1040169941],[244701.0329479727,454295.96049245866],[244796.44546094124,453999.58548806794],[244295.5297678563,452803.1086184905],[244200.11725488777,452396.96509395505],[244200.11725488777,451496.86322876834],[243997.36566482956,451496.86322876834],[243401.03745877603,451903.0067533038],[242399.2060726062,452199.38175769453],[242601.95766266435,452594.54843021557],[242196.454482548,453494.6502954023],[241397.37468643632,453802.0021518074],[241099.21058340953,453198.2752910115],[240801.0464803828,453198.2752910115],[240598.29489032459,452594.54843021557],[240097.3791972397,452901.9002866207],[240300.13078729785,453604.41881554696],[239000.13529810123,453999.58548806794],[238594.63211798487,453703.2104836772],[238499.2196050163,452594.54843021557],[238594.63211798487,452199.38175769453],[238105.64298902097,451903.0067533038],[237902.89139896282,451595.6548968986],[237902.89139896282,451200.4882243776],[237294.63662878826,450596.76136358164],[236495.55683267652,450004.0113548002],[234002.9049313729,449202.7011577437],[232500.15785211808,451101.69655624736],[232404.74533914955,450805.3215518566],[231999.2421590332,451200.4882243776],[231295.57487589004,450300.3863591909],[230997.4107728633,450497.96969545144],[230496.49507977837,449905.21968666994],[230198.33097675157,449795.45116652525],[229995.57938669343,450004.0113548002],[229005.67456464458,448598.97429694777],[228802.92297458643,448697.765965078],[227097.4243052734,449103.9094896135],[226596.50861218845,450497.96969545144],[226202.9319961932,451200.4882243776],[225594.67722601863,451804.2150851736],[225403.85220008146,452396.96509395505],[225403.85220008146,453198.2752910115],[225201.1006100233,453494.6502954023],[224902.9365069965,454800.8956851244],[224604.77240396978,454998.47902138485],[224497.43332688016,455602.20588218083],[224604.77240396978,455997.37255470187],[225105.68809705472,456194.95589096233],[225403.85220008146,456096.16422283207],[226000.18040613498,456996.2660880188],[227002.01179230487,457797.5762850752],[227502.9274853898,458104.9281414804],[228194.66820441186,458302.51147774095],[229196.49959058175,458104.9281414804],[229399.2511806399,457599.99294881476],[229804.7543607563,457501.20128068444],[229995.57938669343,458104.9281414804],[229995.57938669343,458796.4698183922],[230305.67005384126,459202.61334292765],[230699.24666983652,460201.50687624456],[230401.08256680978,460399.0902125051],[230305.67005384126,461002.817073301],[230401.08256680978,461200.40040956147],[229900.16687372484,461902.9189384877],[229900.16687372484,462100.50227474817],[229399.2511806399,462396.87727913895],[228600.17138452822,463000.6041399349],[228504.7588715597,463198.1874761954],[230102.91846378305,463801.9143369913],[230305.67005384126,464098.2893413821],[230699.24666983652,465602.11806736473],[230603.834156868,466096.076408016],[230794.6591828051,465997.2847398857],[231903.8296460646,466502.2199325514],[232297.40626205993,466502.2199325514],[234897.39724045317,466096.076408016],[236805.64749982435,466601.0116006817],[237294.63662878826,466699.8032688119],[238403.80709204776,465700.909735495],[238201.05550198955,465195.97454282927],[238499.2196050163,464702.016202178],[238797.38370804302,464603.22453404777],[239202.88688815944,464800.8078703083],[239405.6384782176,465195.97454282927],[240001.96668427112,465700.909735495],[240300.13078729785,465602.11806736473],[240705.63396741427,465097.182874699],[241003.798070441,465898.49307175545]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1876"},"geometry":{"type":"Polygon","coordinates":[[[226000.18040613498,456996.2660880188],[225403.85220008146,456096.16422283207],[225105.68809705472,456194.95589096233],[224604.77240396978,455997.37255470187],[224497.43332688016,455602.20588218083],[224604.77240396978,454998.47902138485],[224902.9365069965,454800.8956851244],[225201.1006100233,453494.6502954023],[225403.85220008146,453198.2752910115],[225403.85220008146,452396.96509395505],[225594.67722601863,451804.2150851736],[226202.9319961932,451200.4882243776],[226596.50861218845,450497.96969545144],[227097.4243052734,449103.9094896135],[228802.92297458643,448697.765965078],[228600.17138452822,448401.3909606873],[228695.5838974968,447896.4557680216],[229005.67456464458,447204.9140911099],[228695.5838974968,446996.3539028349],[229196.49959058175,446403.6038940534],[228600.17138452822,445997.4603695179],[228695.5838974968,445701.0853651272],[229792.82779663522,445009.54368821543],[229303.83866767137,444197.25663914456],[229196.49959058175,443900.8816347538],[228695.5838974968,443297.15477395785],[227896.50410138507,442901.9881014369],[227002.01179230487,443099.5714376974],[225702.01630310825,443198.3631058276],[224700.18491693836,444197.25663914456],[223901.1051208267,443999.6733028841],[223805.6926078581,443604.50663036306],[223996.5176337952,443000.7797695671],[223901.1051208267,442704.40476517635],[223304.77691477316,442594.63624503167],[222803.86122168822,442803.1964333066],[222195.60645151365,442803.1964333066],[222505.69711866148,443297.15477395785],[222505.69711866148,443604.50663036306],[221396.52665540198,443395.9464420881],[219595.61547312042,443395.9464420881],[219905.70614026824,444197.25663914456],[220203.87024329498,444603.40016368],[219500.20296015183,445294.9418405917],[218796.53567700874,445503.5020288667],[218200.2074709552,445294.9418405917],[217401.12767484353,444800.9834999405],[217102.9635718168,445404.71036073647],[216303.88377570512,444394.839975405],[215504.8039795934,444296.0483072748],[214598.3851063921,444800.9834999405],[214300.22100336535,444603.40016368],[214204.80849039677,444296.0483072748],[214801.1366964503,444197.25663914456],[214300.22100336535,443395.9464420881],[213405.7286942851,444098.4649710143],[213000.22551416873,444800.9834999405],[212499.3098210838,444504.60849554976],[212403.8973081152,444296.0483072748],[213000.22551416873,443900.8816347538],[212904.81300120015,443395.9464420881],[212594.72233405232,443703.2982984933],[211199.31433188717,443900.8816347538],[210197.4829457173,443703.2982984933],[209302.99063663703,443802.0899666236],[208301.15925046714,443802.0899666236],[208098.40766040894,443900.8816347538],[208205.74673749862,445196.1501724615],[208002.9951474404,445602.293696997],[208098.40766040894,445997.4603695179],[207597.491967324,446403.6038940534],[208002.9951474404,446798.7705665744],[208205.74673749862,447501.2890955006],[208503.91084052535,447896.4557680216],[209004.8265336103,447995.24743615184],[209195.6515595474,448302.59929255705],[208897.48745652067,449103.9094896135],[209100.23904657882,449597.86783026473],[209100.23904657882,450399.1780273212],[208503.91084052535,450102.8030229304],[208002.9951474404,450201.59469106066],[207704.83104441367,450596.76136358164],[207299.32786429726,450695.5530317119],[206702.9996582438,450004.0113548002],[206094.74488806922,449795.45116652525],[205605.75575910532,449795.45116652525],[204997.50098893075,450004.0113548002],[204603.92437293543,450596.76136358164],[204699.33688590402,451101.69655624736],[205498.4166820157,451804.2150851736],[206202.08396515885,452298.1734258248],[206404.83555521705,452594.54843021557],[207096.5762742391,453198.2752910115],[207394.74037726584,453604.41881554696],[208205.74673749862,454295.96049245866],[208503.91084052535,454394.7521605889],[208694.73586646246,454702.1040169941],[208897.48745652067,455898.58088657155],[209302.99063663703,456194.95589096233],[209994.73135565908,456194.95589096233],[210698.39863880223,456502.30774736754],[211199.31433188717,456304.724411107],[211700.23002497212,456601.09941549774],[211902.98161503026,456996.2660880188],[212403.8973081152,457204.8262762937],[212201.145718057,457896.3679532055],[213000.22551416873,458697.67815026187],[214705.7241834817,458401.30314587115],[215504.8039795934,458500.0948140014],[216005.71967267833,459696.5716835789],[217102.9635718168,460399.0902125051],[218200.2074709552,460805.23373704054],[219404.7904471833,461496.77541395224],[221396.52665540198,461299.1920776918],[221503.8657324916,460695.4652168958],[221802.02983551833,460201.50687624456],[222195.60645151365,460003.92353998404],[223805.6926078581,460805.23373704054],[224103.85671088484,460805.23373704054],[223805.6926078581,460003.92353998404],[224103.85671088484,459498.9883473184],[224103.85671088484,459202.61334292765],[223805.6926078581,458796.4698183922],[225499.26471305004,457501.20128068444],[226000.18040613498,456996.2660880188]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1883"},"geometry":{"type":"Polygon","coordinates":[[[189397.55511857127,338204.77358740405],[189194.80352851306,337798.6300628686],[189504.8941956609,336898.5281976819],[189504.8941956609,336602.15319329116],[189898.4708116562,336097.21800062543],[190196.63491468295,336097.21800062543],[190697.5506077679,335800.8429962347],[190697.5506077679,335098.32446730847],[191401.21789091104,334900.741131048],[191305.80537794245,333199.32906880486],[190494.79901770968,332398.0188717484],[190781.03655661538,332024.80590325635],[190399.38650474115,331695.5003428222],[190101.22240171436,331102.7503340407],[189504.8941956609,330597.815141375],[189194.80352851306,330499.0234732448],[188896.63942548633,330905.1669977802],[188300.3112194328,330795.3984776355],[187703.98301337933,331003.95866591047],[187203.0673202944,330597.815141375],[186904.90321726765,330103.85680072376],[186797.56414017803,329697.71327618835],[186797.56414017803,328995.1947472621],[186594.81255011982,328600.02807474113],[185998.4843440663,328896.40307913185],[184913.16700904898,329587.9447560436],[184197.57316178473,328698.8197428714],[183505.83244276268,329203.7549355371],[183195.74177561485,328896.40307913185],[183004.91674967774,330103.85680072376],[182897.57767258812,331003.95866591047],[183004.91674967774,331695.5003428222],[182694.82608252997,332902.95406441414],[182802.1651596196,333495.7040731956],[183195.74177561485,334703.1577947875],[182205.83695356606,334999.53279917827],[183064.5495702831,336700.94486142136],[182098.49787647644,336602.15319329116],[182301.24946653465,336997.31986581214],[182098.49787647644,337601.04672660807],[181096.66649030655,337996.21339912905],[181001.25397733803,338303.5652555343],[181502.16967042297,339203.66712072096],[181895.74628641823,340202.5606540379],[182003.08536350785,341399.03752361535],[182396.66197950317,341497.8291917456],[183303.08085270453,341102.6625192246],[183803.99654578947,341201.4541873549],[184495.73726481153,341003.87085109437],[185294.8170609232,342705.2829133375],[185604.90772807103,342705.2829133375],[185604.90772807103,342002.76438441133],[185795.73275400815,340795.3106628194],[185903.07183109777,339895.2087976327],[186403.9875241827,340004.9773177774],[186797.56414017803,339697.6254613722],[187405.8189103526,339697.6254613722],[187703.98301337933,338797.5235961855],[187405.8189103526,338698.7319280553],[187596.6439362897,337897.42173099885],[188300.3112194328,337798.6300628686],[189397.55511857127,338204.77358740405]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1884"},"geometry":{"type":"Polygon","coordinates":[[[109596.91458449213,470003.83572516794],[109799.66617455032,469498.9005325022],[109596.91458449213,469400.108864372],[109394.16299443394,468401.21533105505],[108499.67068535369,468796.382003576],[107700.59088924201,466996.1782732026],[107295.08770912563,467303.5301296079],[107104.26268318851,466699.8032688119],[106698.75950307213,464603.22453404777],[106603.34699010357,464098.2893413821],[105601.51560393369,464098.2893413821],[103896.01693462068,463999.49767325184],[102405.19641948694,463703.12266886106],[99304.28974800876,463000.6041399349],[99196.95067091912,463099.39580806514],[98505.20995189706,463999.49767325184],[98397.87087480743,464603.22453404777],[97896.9551817225,464197.0810095123],[97694.2035916643,464394.6643457728],[97205.21446270043,465195.97454282927],[96895.12379555262,466096.076408016],[97300.626975669,466897.3866050724],[97503.37856572718,468203.6319947946],[98397.87087480743,468401.21533105505],[98505.20995189706,468598.7986673155],[98397.87087480743,469498.9005325022],[98099.70677178068,469696.48386876273],[98302.45836183887,470399.0023976889],[99304.28974800876,470201.4190614284],[100103.36954412043,470399.0023976889],[101403.36503331707,469905.0440570377],[102500.6089324555,469905.0440570377],[103395.10124153575,470102.6273932982],[104396.93262770562,470596.58573394944],[105196.01242381732,471101.5209266151],[105696.92811690226,471299.1042628756],[105995.092219929,471705.2477874111],[106496.00791301393,471101.5209266151],[107199.67519615707,471200.3125947454],[107796.00340221057,471804.03945554135],[108296.91909529551,472001.6227918018],[109704.25366158177,471804.03945554135],[109596.91458449213,470003.83572516794]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1891"},"geometry":{"type":"Polygon","coordinates":[[[201002.1020083723,593098.2542154556],[200799.35041831416,592999.4625473254],[200703.93790534558,592296.9440183992],[200596.59882825596,590200.3652836351],[200703.93790534558,589805.1986111142],[200203.02221226064,589805.1986111142],[199499.35492911754,589596.6384228391],[199296.60333905934,586896.3328272791],[199201.19082609075,586095.0226302226],[198795.6876459744,584294.8188998492],[197996.60784986272,584097.2355635888],[197304.86713084066,584196.0272317189],[197197.52805375104,583998.4438954585],[196899.36395072425,583998.4438954585],[196601.1998476975,583702.0688910678],[194895.70117838454,582801.967025881],[194001.20886930428,582494.6151694758],[192999.3774831344,582494.6151694758],[192498.46179004945,583800.860559198],[192104.88517405413,584997.3374287754],[190900.3021978261,585194.9207650359],[190804.8896848575,585798.6476258319],[190196.63491468295,585897.4392939621],[188598.4753224596,587302.4763518146],[188097.55962937465,587895.226360596],[189099.39101554453,588696.5365576524],[189600.30670862942,589201.4717503181],[189397.55511857127,589903.9902792443],[189003.97850257595,590705.3004763008],[190804.8896848575,592000.5690140084],[191496.63040387956,592296.9440183992],[192200.2976870227,592494.5273546597],[192605.80086713907,592801.8792110649],[193500.29317621933,593098.2542154556],[194001.20886930428,592900.6708791952],[194096.6213822728,592296.9440183992],[193905.7963563357,592000.5690140084],[194299.372972331,591298.0504850822],[195098.4527684427,591704.1940096177],[195802.12005158584,591704.1940096177],[196601.1998476975,591495.6338213428],[197304.86713084066,591605.4023414875],[197197.52805375104,592494.5273546597],[197304.86713084066,593295.8375517161],[197495.69215677778,593394.6292198463],[198402.11102997907,593394.6292198463],[198903.02672306402,593295.8375517161],[199296.60333905934,593394.6292198463],[200298.43472522922,593197.0458835859],[200596.59882825596,593394.6292198463],[201002.1020083723,593098.2542154556]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1892"},"geometry":{"type":"Polygon","coordinates":[[[105601.51560393369,447402.49742737034],[105601.51560393369,447095.14557096513],[105005.18739788019,446601.1872303139],[105303.35150090694,446304.8122259232],[105804.26719399188,446195.04370577843],[106400.59540004538,445602.293696997],[106698.75950307213,445701.0853651272],[106996.92360609888,445503.5020288667],[106400.59540004538,444998.566836201],[105995.092219929,444504.60849554976],[105804.26719399188,443802.0899666236],[105601.51560393369,443604.50663036306],[104695.09673073237,443395.9464420881],[104301.52011473707,443000.7797695671],[103204.27621559863,442704.40476517635],[103001.52462554043,442495.8445769014],[103800.60442165213,441496.9510435845],[104098.76852467888,440904.20103480294],[103597.85283159393,440498.05751026754],[103395.10124153575,439499.1639769506],[103204.27621559863,439005.20563629933],[102500.6089324555,438895.43711615464],[102202.44482942876,438599.06211176387],[101796.94164931237,439005.20563629933],[100902.44934023212,440201.68250587676],[100997.86185320068,440399.2658421373],[100604.28523720537,441101.78437106346],[99805.20544109368,442199.4695725107],[100997.86185320068,442901.9881014369],[100496.94616011575,443395.9464420881],[100795.1102631425,444702.1918318103],[100496.94616011575,445404.71036073647],[98004.29425881212,444197.25663914456],[98600.62246486562,442901.9881014369],[97694.2035916643,442594.63624503167],[97300.626975669,443000.7797695671],[97694.2035916643,443494.7381102183],[97396.03948863756,444197.25663914456],[97300.626975669,445404.71036073647],[97503.37856572718,445602.293696997],[97896.9551817225,446699.97889844415],[98099.70677178068,449301.492825874],[98505.20995189706,450102.8030229304],[98302.45836183887,450695.5530317119],[98600.62246486562,452594.54843021557],[101498.77754628562,453297.06695914175],[101594.19005925418,452803.1086184905],[101403.36503331707,451595.6548968986],[101796.94164931237,451398.07156063814],[100401.53364714718,449905.21968666994],[102703.36052251369,447600.0807636308],[103502.44031862538,447303.7057592401],[104301.52011473707,448105.0159562965],[105303.35150090694,448697.765965078],[105553.80934744941,448533.1131848609],[105601.51560393369,448105.0159562965],[105398.76401387551,447797.6640998913],[105601.51560393369,447402.49742737034]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1894"},"geometry":{"type":"Polygon","coordinates":[[[202695.67411356425,378698.38066879084],[203005.76478071208,378599.5890006606],[203900.25708979234,377995.8621398646],[203924.11021803448,377622.6491713726],[203101.17729368067,376799.38527028717],[203697.50549973414,376195.65840949124],[203995.66960276087,376096.866741361],[204305.7602699087,375405.3250644492],[204603.92437293543,374505.2231992626],[205104.84006602038,374296.66301098757],[205999.33237510064,373198.9778095404],[206297.49647812737,373001.39447327994],[205796.58078504243,372496.4592806142],[205903.9198621321,371903.7092718327],[205903.9198621321,371102.3990747763],[205796.58078504243,370696.2555502408],[204902.08847596223,369104.6120081424],[203995.66960276087,367995.94995468075],[203602.0929867656,367798.36661842023],[202600.26160059572,367403.19994589925],[202397.51001053752,366898.2647532335],[201896.59431745257,366997.0564213638],[201097.5145213409,366601.8897488428],[199904.8581092339,365196.85269099043],[199797.51903214428,364604.10268220893],[199296.60333905934,364296.7508258037],[198592.9360559162,364296.7508258037],[198402.11102997907,365504.20454739564],[196803.95143775572,366503.09808071255],[195396.61687146942,367501.9916140295],[194597.53707535774,367995.94995468075],[191305.80537794245,369499.7786806634],[191496.63040387956,368797.2601517372],[190101.22240171436,369499.7786806634],[189194.80352851306,369796.1536850541],[187894.80803931644,370103.5055414593],[187405.8189103526,370301.0888777198],[185998.4843440663,372200.08427622344],[186594.81255011982,373198.9778095404],[188705.8143995492,373802.70467033633],[189194.80352851306,374099.0796747271],[190399.38650474115,375196.7648761743],[192903.9649701658,377403.11213108315],[194001.20886930428,377304.3204629529],[194704.87615244737,376700.59360215697],[196994.77646369283,376700.59360215697],[198103.94692695234,376898.1769384174],[198903.02672306402,377194.5519428082],[202695.67411356425,378698.38066879084]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1895"},"geometry":{"type":"Polygon","coordinates":[[[268697.27995956544,586896.3328272791],[269102.78313968185,586896.3328272791],[269496.3597556771,586402.3744866278],[270104.6145258517,586303.5828184976],[270295.43955178885,586501.1661547581],[271297.2709379587,586204.7911503674],[271595.43504098547,586303.5828184976],[271798.1866310436,585996.2309620923],[272203.68981116003,585798.6476258319],[273098.18212024024,585699.8559577016],[273503.68530035665,585798.6476258319],[274302.7650964683,585403.4809533108],[275400.00899560674,584997.3374287754],[276497.2528947452,584898.5457606452],[276700.00448480336,585194.9207650359],[276902.75607486157,583899.6522273282],[277200.9201778883,582494.6151694758],[277296.3326908569,580299.2447665815],[276902.75607486157,580002.8697621906],[276700.00448480336,579497.9345695251],[277999.999974,578696.6243724686],[277105.5076649198,578301.4576999475],[276401.8403817766,578202.6660318173],[276294.501304687,577796.5225072819],[275602.76058566495,576501.2539695741],[275495.4215085753,575798.7354406479],[274696.34171246365,575502.3604362572],[274505.51668652653,574997.4252435915],[272800.0180172135,576204.8789651834],[272299.10232412856,575601.1521043875],[271297.2709379587,575195.0085798521],[270700.9427319052,574898.6335754613],[269997.27544876206,574404.67523481],[269699.1113457353,574294.9067146652],[268900.03154962364,574503.4669029403],[268303.7033435701,574294.9067146652],[267600.036060427,573702.1567058838],[266395.45308419893,572802.0548406972],[266300.0405712304,572604.4715044366],[265405.54826215014,571594.6011191052],[265202.79667209194,571100.642778454],[265000.0450820338,571100.642778454],[264499.12938894884,571199.4344465842],[262197.30251358234,571100.642778454],[261600.9743075288,571397.0177828447],[260801.89451141714,570496.915917658],[260694.5554343275,570496.915917658],[260694.5554343275,570595.7075857883],[260002.81471530546,573098.4298450879],[259895.47563821584,573296.0131813483],[259895.47563821584,574097.3233784048],[259597.31153518904,575798.7354406479],[259096.3958421041,575798.7354406479],[259000.98332913558,576600.0456377044],[258201.9035330239,576501.2539695741],[258094.56445593428,576896.4206420952],[256400.99235074234,576600.0456377044],[256901.90804382728,577203.7724985003],[256997.3205567958,577598.9391710213],[256901.90804382728,578301.4576999475],[257402.82373691216,579399.1429013947],[257605.57532697037,579300.3512332644],[257796.40035290748,579695.5179057855],[257200.072146854,579805.2864259302],[257295.48465982254,580200.4530984513],[257700.98783993896,580902.9716273774],[257402.82373691216,581199.3466317682],[257999.1519429657,581803.073492564],[257605.57532697037,582703.1753577508],[257700.98783993896,582801.967025881],[257402.82373691216,583394.7170346625],[256901.90804382728,583098.3420302718],[256603.7439408005,584097.2355635888],[256794.5689667376,585096.1290969057],[257104.65963388543,585194.9207650359],[257402.82373691216,584700.9624243847],[257903.7394299971,584503.3790881243],[258500.06763605063,585304.6892851806],[259000.98332913558,585194.9207650359],[259000.98332913558,585798.6476258319],[259394.5599451309,586698.7494910185],[261994.55092352413,587796.4346924657],[262400.0541036405,587895.226360596],[263497.29800277896,587895.226360596],[263497.29800277896,587203.6846836843],[264105.5527729535,586402.3744866278],[264797.2934919756,586797.5411591488],[264904.6325690652,587104.893015554],[265298.2091850605,587203.6846836843],[266502.79216128855,585798.6476258319],[266598.20467425714,585897.4392939621],[267194.5328803106,585304.6892851806],[268005.5392405434,585897.4392939621],[267802.7876504852,586095.0226302226],[268196.3642664805,586599.9578228884],[268697.27995956544,586896.3328272791]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1896"},"geometry":{"type":"Polygon","coordinates":[[[206500.24806818558,511002.37799922045],[207096.5762742391,510804.79466295993],[207502.07945435547,509696.1326094983],[207895.6560703508,508894.82241244183],[206094.74488806922,507401.9705384737],[205295.66509195755,507895.9288791249],[204603.92437293543,507994.7205472551],[204103.00867985055,508400.8640717906],[203995.66960276087,509103.3826007168],[203602.0929867656,509103.3826007168],[203196.5898066492,508104.4890673999],[202600.26160059572,507401.9705384737],[202099.34590751078,507599.55387473415],[201300.2661113991,508104.4890673999],[200799.35041831416,509103.3826007168],[198795.6876459744,508104.4890673999],[198795.6876459744,508203.2807355301],[197400.2796438092,511101.1696673507],[195396.61687146942,510201.067802164],[194597.53707535774,512001.2715325374],[195205.7918455323,513197.74840211484],[195897.53256455436,514196.64193543175],[196004.87164164404,514602.7854599672],[195897.53256455436,515096.74380061845],[195599.36846152763,515404.09565702366],[195802.12005158584,515502.8873251539],[197197.52805375104,516798.1558628616],[197805.7828239256,516600.5725266011],[197901.19533689413,517303.09105552733],[198199.35943992087,517401.88272365753],[199105.77831312222,518203.19292071403],[200203.02221226064,518301.98458884424],[202194.7584204793,519794.8364628124],[203005.76478071208,519904.6049829571],[203363.56170434417,519717.99849871115],[203804.84457682376,520102.18831921765],[204496.5852958458,520299.77165547817],[204603.92437293543,520003.3966510874],[203494.75390967593,519103.2947859007],[203494.75390967593,517994.63273243903],[203399.3413967074,517303.09105552733],[203101.17729368067,516798.1558628616],[203005.76478071208,516205.4058540801],[203196.5898066492,515601.6789932841],[203494.75390967593,515601.6789932841],[203697.50549973414,514701.5771280975],[203494.75390967593,514097.85026730155],[203697.50549973414,513505.10025852],[203697.50549973414,513098.9567339846],[204794.7493988726,512297.64653692814],[204997.50098893075,511902.4798644071],[205403.00416904717,510695.02614281524],[206500.24806818558,511002.37799922045]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1916"},"geometry":{"type":"Polygon","coordinates":[[[93698.80461110586,456096.16422283207],[93698.80461110586,455898.58088657155],[92398.80912190925,455602.20588218083],[92494.2216348778,455196.06235764537],[91098.81363271261,454899.68735325465],[88701.57424437755,453099.48362288123],[88105.24603832405,454197.16882432846],[87604.33034523911,454899.68735325465],[87103.41465215418,454504.5206807336],[86495.1598819796,454295.96049245866],[86304.3348560425,454702.1040169941],[85898.8316759261,454504.5206807336],[84801.58777678768,453494.6502954023],[84300.67208370274,453099.48362288123],[84598.83618672949,452704.31695036025],[84396.0845966713,452495.7567620853],[84002.50798067599,452901.9002866207],[83704.34387764924,452495.7567620853],[83477.73915934892,452836.0391745339],[83298.84069753285,453099.48362288123],[84205.25957073418,453802.0021518074],[82905.26408153755,454603.3123488639],[84097.92049364455,455404.6225459203],[84503.42367376093,455799.78921844135],[85505.2550599308,456502.30774736754],[85505.2550599308,456798.68275175826],[86805.25054912744,457896.3679532055],[87496.99126814949,458598.88648213167],[88796.98675734611,457896.3679532055],[89297.90245043105,457501.20128068444],[89703.40563054744,457797.5762850752],[90204.32132363236,458500.0948140014],[92005.23250591394,460497.8818806353],[92196.05753185105,460497.8818806353],[92398.80912190925,460003.92353998404],[92398.80912190925,459400.1966791881],[92196.05753185105,459202.61334292765],[92899.72481499417,458203.7198096107],[93603.39209813731,456996.2660880188],[93698.80461110586,456096.16422283207]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1926"},"geometry":{"type":"Polygon","coordinates":[[[88796.98675734611,451903.0067533038],[88999.7383474043,451903.0067533038],[90705.2370167173,451595.6548968986],[91098.81363271261,450497.96969545144],[91301.5652227708,450399.1780273212],[92100.6450188825,450596.76136358164],[92494.2216348778,449696.65949839493],[92005.23250591394,449103.9094896135],[91194.22614568117,448598.97429694777],[91301.5652227708,447995.24743615184],[91504.316812829,447600.0807636308],[91003.40111974406,446897.5622347046],[91301.5652227708,446403.6038940534],[90597.89793962768,446195.04370577843],[90800.64952968586,445799.87703325745],[90395.14634956949,445294.9418405917],[88796.98675734611,443900.8816347538],[89095.15086037286,443604.50663036306],[87699.74285820768,442594.63624503167],[87401.57875518093,443198.3631058276],[87198.82716512274,443802.0899666236],[86996.07557506455,443900.8816347538],[86602.49895906924,445196.1501724615],[86495.1598819796,445799.87703325745],[86220.848907195,446743.88630650204],[86399.74736901105,447303.7057592401],[86805.25054912744,447402.49742737034],[86602.49895906924,448105.0159562965],[86304.3348560425,448796.5576332082],[85898.8316759261,449202.7011577437],[86805.25054912744,449905.21968666994],[86399.74736901105,450497.96969545144],[85898.8316759261,450201.59469106066],[85397.91598284118,450805.3215518566],[86304.3348560425,451804.2150851736],[86900.66306209599,452199.38175769453],[88796.98675734611,451903.0067533038]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1955"},"geometry":{"type":"Polygon","coordinates":[[[218164.42777859198,439334.5111967335],[217794.70429083885,439301.58064069005],[217496.54018781212,439103.9973044296],[217305.71516187495,438599.06211176387],[217102.9635718168,437797.7519147075],[217198.37608478533,437501.3769103167],[217902.04336792848,437205.001905926],[218498.37157398195,437303.79357405624],[218903.87475409836,437095.23338578123],[218903.87475409836,436502.48337699973],[218200.2074709552,435898.7565162038],[218498.37157398195,434998.6546510171],[219404.7904471833,434603.4879784961],[219905.70614026824,434504.69631036586],[220001.11865323677,434197.34445396066],[219500.20296015183,433802.1777814397],[219905.70614026824,432803.2842481227],[220001.11865323677,432199.5573873268],[219905.70614026824,431804.3907148058],[219297.45137009368,431497.0388584006],[218701.12316404015,431595.83052653086],[217794.70429083885,431398.24719027034],[216494.70880164223,432100.7657191965],[215898.3805955887,432199.5573873268],[215695.6290055305,432100.7657191965],[215504.8039795934,431595.83052653086],[215194.71331244562,431398.24719027034],[214204.80849039677,431595.83052653086],[213095.63802713726,431595.83052653086],[211998.39412799885,431299.4555221401],[210495.64704874402,432298.34905545705],[209803.90632972197,433000.86758438323],[209696.56725263235,433297.24258877395],[210400.23453577544,433494.82592503447],[210304.8220228069,433999.76111770014],[209696.56725263235,434197.34445396066],[208897.48745652067,434998.6546510171],[208694.73586646246,434998.6546510171],[207704.83104441367,435898.7565162038],[206798.41217121232,436601.27504513],[206202.08396515885,436897.6500495208],[204902.08847596223,437995.33525096794],[203697.50549973414,438895.43711615464],[203399.3413967074,439202.78897255985],[203399.3413967074,441804.30289998965],[203303.92888373882,442397.05290877115],[204603.92437293543,442298.2612406409],[205498.4166820157,442803.1964333066],[205403.00416904717,443000.7797695671],[205999.33237510064,443604.50663036306],[207001.16376127052,443802.0899666236],[207502.07945435547,442298.2612406409],[208002.9951474404,441398.1593754542],[208301.15925046714,441101.78437106346],[209004.8265336103,440805.40936667274],[210102.0704327487,440004.0991696163],[210102.0704327487,439696.7473132111],[211199.31433188717,439005.20563629933],[211103.9018189186,439597.95564508083],[211497.4784349139,439795.5389813413],[211902.98161503026,439696.7473132111],[212296.55823102558,439795.5389813413],[216399.29628867365,439795.5389813413],[217902.04336792848,439905.30750148604],[218164.42777859198,439334.5111967335]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1987"},"geometry":{"type":"Polygon","coordinates":[[[260694.5554343275,570496.915917658],[260396.39133130078,570398.1242495278],[260205.5663053636,571495.8094509749],[259394.5599451309,571594.6011191052],[258595.48014901916,571901.9529755104],[256496.40486371086,572297.1196480314],[255303.74845160387,572395.9113161617],[255196.40937451425,572000.7446436407],[254504.6686554922,571803.1613073802],[253896.41388531763,571901.9529755104],[252095.50270303607,571901.9529755104],[251105.59788098728,572000.7446436407],[250998.2588038976,572297.1196480314],[249805.6023917906,571704.36963925],[249197.34762161603,573098.4298450879],[249805.6023917906,573603.3650377536],[250294.5915207545,573800.9483740141],[249996.42741772777,574294.9067146652],[250795.50721383945,574196.1150465352],[250604.68218790233,574602.2585710706],[250497.34311081265,576204.8789651834],[250700.09470087086,576501.2539695741],[250998.2588038976,577500.1475028911],[250902.84629092907,578202.6660318173],[251201.0103939558,578499.041036208],[250294.5915207545,578499.041036208],[250199.17900778592,578597.8327043382],[250795.50721383945,579201.5595651342],[250401.93059784413,579497.9345695251],[250604.68218790233,580002.8697621906],[251201.0103939558,580496.828102842],[251904.67767709895,580705.3882911169],[252202.8417801257,580902.9716273774],[252095.50270303607,581199.3466317682],[252501.00588315242,581495.7216361589],[253001.92157623736,581594.5133042892],[253001.92157623736,582000.6568288247],[254397.32957840257,582703.1753577508],[255005.58434857713,583197.133698402],[255601.9125546306,582900.7586940113],[256102.82824771554,582801.967025881],[256901.90804382728,583098.3420302718],[257402.82373691216,583394.7170346625],[257700.98783993896,582801.967025881],[257605.57532697037,582703.1753577508],[257999.1519429657,581803.073492564],[257402.82373691216,581199.3466317682],[257700.98783993896,580902.9716273774],[257295.48465982254,580200.4530984513],[257200.072146854,579805.2864259302],[257796.40035290748,579695.5179057855],[257605.57532697037,579300.3512332644],[257402.82373691216,579399.1429013947],[256901.90804382728,578301.4576999475],[256997.3205567958,577598.9391710213],[256901.90804382728,577203.7724985003],[256400.99235074234,576600.0456377044],[258094.56445593428,576896.4206420952],[258201.9035330239,576501.2539695741],[259000.98332913558,576600.0456377044],[259096.3958421041,575798.7354406479],[259597.31153518904,575798.7354406479],[259895.47563821584,574097.3233784048],[259895.47563821584,573296.0131813483],[260002.81471530546,573098.4298450879],[260694.5554343275,570595.7075857883],[260694.5554343275,570496.915917658]]]}}]} \ No newline at end of file diff --git a/data/gemeenten/geo.topojson b/data/gemeenten/geo.topojson new file mode 100644 index 0000000000000000000000000000000000000000..4e5928661968351c4875b4e74d00704edd44a67f --- /dev/null +++ b/data/gemeenten/geo.topojson @@ -0,0 +1 @@ +{"type":"Topology","transform":{"scale":[11.926564121069964,10.976852014471884],"translate":[13599.999973999991,306799.999974]},"arcs":[[[20241,25909],[-17,-9],[-134,-27],[0,18],[-51,0],[-25,-64],[-50,0],[-50,9],[-17,64],[-51,-27],[-16,27]],[[19830,25900],[-34,73],[17,9],[-42,100],[0,46],[17,54],[92,19],[59,0],[25,36],[-25,64],[-9,45],[9,19]],[[19939,26365],[8,18],[76,0],[92,-28],[42,10],[8,45],[59,-27],[0,-37],[-17,-27],[0,-100],[8,-55],[0,-73],[9,-45],[17,-19],[0,-118]],[[18606,26374],[50,-101],[-34,-18],[17,-54],[50,0],[26,-46],[-9,-18],[42,-91],[101,0],[25,-64],[67,9]],[[18941,25991],[-134,-364],[-17,-73],[42,-64],[8,-82]],[[18840,25408],[-92,-18],[-8,18],[-59,0],[0,18],[-109,18],[-8,64],[-109,-9],[0,27],[-84,-18],[-9,28]],[[18362,25536],[9,54],[17,46],[25,401],[16,54],[26,155],[-9,64],[9,45],[42,19]],[[18497,26374],[33,-37],[42,-9],[34,46]],[[21959,24506],[9,-73],[-34,-82],[-25,-18],[8,-73],[17,-91],[118,-82],[-17,-328],[33,-264]],[[22068,23495],[-100,-18],[-277,-146],[-33,-9],[-76,127],[-42,28],[-42,63],[-75,-54],[-17,9],[0,36],[-34,9]],[[21372,23540],[-58,46],[-59,0],[-142,-18],[-84,64],[-25,0]],[[21004,23632],[117,255],[33,54],[-75,64],[-25,46],[25,27]],[[21079,24078],[17,0],[17,45],[75,92],[8,18],[101,82],[59,54],[50,19],[67,-19],[25,10],[59,45],[50,27],[84,37],[42,55],[143,-110],[16,46],[67,27]],[[19603,25745],[-184,-127],[-50,-28],[-126,-91],[-243,-164],[-34,-36],[-75,-55]],[[18891,25244],[-51,164]],[[18941,25991],[33,-18],[93,-27],[67,-64],[109,127],[117,-45],[17,63],[25,19],[42,-9],[25,-19],[-25,-36],[50,-82],[42,-36],[17,36],[50,-64],[0,-45],[-16,-9],[16,-37]],[[21389,25517],[-42,-27],[-33,-46],[17,-18],[-68,-54],[-50,54],[-8,-9],[-101,128],[-33,-9],[-9,-28],[-58,-36],[-51,73],[0,63],[-92,0],[-34,-9],[-218,-100],[-33,-82],[0,-55],[-42,10],[-50,-73],[-42,18],[-25,45],[-26,-9]],[[20391,25353],[-16,9],[8,92],[0,109],[-17,55],[0,100],[-117,0],[-8,18],[50,55],[-17,18],[-33,100]],[[19939,26365],[-59,54],[8,73],[-25,37],[-33,18],[-25,-18],[-59,63],[-9,64],[-109,201],[-16,54],[84,55]],[[19696,26966],[276,200],[109,-109],[67,-37]],[[20148,27020],[25,-27],[51,-91],[-9,-36],[26,-37],[-9,-82],[25,-91],[17,-18],[-8,-46],[16,-36],[0,-55],[34,-91],[34,0],[100,-91],[25,-27],[34,-9],[42,-46],[-25,-18],[-26,54],[-16,-9],[0,-63],[25,0],[151,-73],[25,9],[92,-37],[92,-54],[59,36],[8,-27],[-8,-46],[92,-36],[25,0],[34,27],[8,-27],[59,-27],[143,9],[42,45],[83,46],[-8,-37],[-34,-45],[-33,-28],[-8,-63],[16,-91],[-33,-128],[8,-55],[67,-82]],[[18891,25244],[0,-82],[25,-82],[109,-173]],[[19025,24907],[-92,-82],[-59,-36],[25,-28],[-25,-18]],[[18874,24743],[-193,109],[-50,-18],[16,-45],[-75,-37],[-25,-18],[0,-27],[-134,0],[-46,-19]],[[18367,24688],[-38,-27],[-42,55],[-34,109],[-75,36],[-8,-18]],[[18170,24843],[-42,37],[-59,-28],[-17,37],[-50,27],[-118,-45]],[[17884,24871],[17,45],[-8,27]],[[17893,24943],[25,137],[34,155],[25,100],[0,46],[42,-9],[0,-19],[42,-18],[33,18],[50,64],[-16,37]],[[18128,25454],[125,9],[51,27],[8,36],[50,10]],[[17566,25034],[-76,-18],[-16,9],[-51,-9],[-16,-18],[-68,-9],[-50,-55],[-59,9],[-100,-45]],[[17130,24898],[-25,-9],[-34,9],[0,-46],[-17,-36],[-184,-55],[17,-91],[-67,-27],[-160,-55],[0,-27],[-42,-28],[-8,-91],[-17,-36],[-50,-46],[-176,-127],[-84,-46]],[[16283,24187],[0,246]],[[16283,24433],[0,82],[34,73],[25,82],[33,82],[34,27],[0,55],[50,18],[59,55],[58,127],[0,46],[-33,73],[-59,36],[51,64],[-17,37],[58,18],[26,82],[-17,27]],[[16585,25417],[243,0],[0,-27],[17,-73],[134,27],[59,0],[42,18],[132,28],[2,-28],[84,19],[-9,-64],[42,-27],[42,0],[17,-37],[84,-36],[42,-101],[50,-82]],[[18874,24743],[100,-46],[34,-100],[42,-18],[50,-55],[59,-100],[8,-36],[-25,-9],[17,-55],[33,-228]],[[19192,24096],[-100,-36],[-42,-28],[-185,-100],[9,28],[-9,54],[-41,18],[8,37],[-17,36],[-25,18],[-50,110],[-59,64],[-17,27],[-75,9],[-17,82],[17,27],[-34,73],[-92,-64],[-17,10],[-8,72],[-17,46],[-57,98],[3,11]],[[19025,24907],[92,-9],[201,-273],[151,-46],[59,0],[50,18],[0,91],[143,28],[109,36],[8,9]],[[19838,24761],[8,-9],[76,0],[-25,-27],[8,-64],[-25,-91],[-17,-27],[9,-146],[16,-37],[-67,9],[25,-45],[-41,-18],[-51,-46],[51,-127]],[[19805,24133],[16,-37],[-25,-9],[34,-209],[25,-137],[17,-137]],[[19872,23604],[-210,228]],[[19662,23832],[-159,173],[-34,46],[-33,27],[-244,18]],[[17884,24871],[-83,-37],[-9,-55],[-17,-36],[-109,-64],[-92,-36],[-8,-18],[-9,-82],[-125,-155],[0,-55],[-84,-255],[-9,-155],[-41,0],[-68,-209],[-33,18],[-126,54]],[[17071,23786],[-109,37],[-4,17]],[[16958,23840],[-46,202],[117,18],[-8,82],[218,54],[-9,28],[-8,82],[-42,218],[-17,28],[51,36],[-17,91],[25,9],[-25,146],[-50,-36],[-17,100]],[[17566,25034],[59,55],[67,27],[33,-109],[25,-36],[143,-28]],[[19830,25900],[-227,-155]],[[18606,26374],[50,36],[50,-9],[67,9],[9,27],[-9,82],[17,19],[42,0],[42,36],[42,-18],[25,18],[42,9],[42,-18],[33,18],[76,-9],[33,-27],[59,64],[25,18],[143,173],[50,73],[117,91],[51,73],[25,0],[33,-28],[26,-45]],[[16958,23840],[-29,1],[-42,73],[-51,36],[-67,37],[-125,-9],[-193,18],[-67,73],[-51,64]],[[16333,24133],[-50,54]],[[11646,16717],[-25,-46],[-42,0],[-33,-36],[-185,-100],[453,-693],[-168,-54],[-33,9],[-67,45],[-93,-109]],[[11453,15733],[-109,91],[-167,100],[-160,73],[-100,28],[-34,-28],[-58,37],[-9,27],[-59,9],[-58,-9],[-101,-36],[-84,-37],[-42,-9],[-25,9],[25,37],[-58,63],[-34,0],[25,64],[0,128],[-8,82],[-50,100],[0,45],[33,37],[159,100],[26,64],[269,171],[83,11],[33,37],[25,45],[143,100]],[[11118,17072],[59,-82],[42,-45],[327,-164],[67,-55],[33,-9]],[[21372,23540],[-16,-109],[-51,0],[0,-73],[76,9],[33,-36],[-33,-119],[25,-36],[75,-46],[9,-45],[-151,-128],[0,-519],[-34,-18],[0,-210],[-151,-18],[-33,-45],[-17,-64]],[[21104,22083],[-25,18],[-50,55],[-151,218],[-59,91],[-176,256],[-59,100],[-17,17]],[[20567,22838],[-75,74],[-142,164],[-202,228]],[[20148,23304],[34,0],[75,54],[101,-136],[25,18],[25,45]],[[20408,23285],[34,-45],[126,-146],[117,-55],[168,365],[16,54],[17,0],[92,192],[26,-18]],[[20391,25353],[-16,-91],[25,-91]],[[20400,25171],[-67,-27],[-42,9],[-50,27],[-51,-45],[-117,-64],[0,-37],[-42,-9],[-34,-27],[9,-27],[-25,-18],[-59,-19],[-50,-45],[-17,-46],[33,-27],[-50,-55]],[[20693,24014],[0,-127],[-8,-28],[-25,-18],[-59,-118],[-84,-91],[-17,-155],[42,-37],[9,-45],[-76,0],[0,-46],[-84,-18],[17,-46]],[[20148,23304],[-142,145],[-134,155]],[[19805,24133],[100,54],[9,-27],[83,-9],[151,0],[51,-9],[58,18],[9,36],[100,-9],[176,-36],[67,-28],[68,-9],[16,-100]],[[22068,23495],[59,-446],[25,-46],[-42,-64],[-42,-191],[-100,-410],[-168,-319],[-251,-483],[-93,-146],[34,-109]],[[21490,21281],[-118,0],[0,64],[-50,64],[-92,127],[-25,9],[-17,73],[-143,0]],[[21045,21618],[9,28],[100,273],[26,55],[25,82],[-101,27]],[[13005,16826],[192,-27],[-25,-246],[-33,-91],[17,-46]],[[13156,16416],[-26,-45],[-50,-9],[-101,-28],[-117,46],[-117,-137],[-34,-63],[25,-101],[25,-27],[17,9],[25,-36],[-25,-46],[17,-64],[-17,-82],[-17,-36],[-50,-182],[-8,-9],[-34,-164],[-17,-10],[-159,-45],[-151,-55],[-109,-45],[-209,-64],[-42,-9],[-34,9],[-50,27],[-42,55],[-8,27],[-395,401]],[[11646,16717],[160,109],[109,82],[151,137],[16,27],[67,73],[51,-73],[134,-136],[151,-173],[201,-210],[25,9],[235,255],[59,9]],[[14715,23003],[8,-27],[-75,18],[25,-37],[9,-63],[-26,-19],[26,-100],[-34,-45],[34,-28],[-17,-54],[8,-37],[0,-54],[34,-82],[67,-128],[50,-128],[-8,-18],[58,-127],[84,-164]],[[14958,21910],[-25,-46],[-126,-100],[-109,-18],[-25,-9],[-17,-55]],[[14656,21682],[-100,55],[-134,82],[-462,-155],[-176,64],[-159,54],[-17,-64],[-67,19],[-33,-28],[-93,-45]],[[13415,21664],[-83,164],[25,27],[-34,46],[-42,100]],[[13281,22001],[17,146],[185,-28],[75,0],[-8,46],[0,82],[16,218],[0,73],[-16,82],[16,55],[84,-36],[17,9],[25,45],[17,55],[33,36],[42,28],[76,9],[-9,36],[42,18],[-92,82]],[[13801,22957],[17,146],[109,164],[-25,9]],[[13902,23276],[50,0],[0,-200],[117,0],[9,9],[134,0],[17,-9],[84,118],[67,-73],[84,73],[75,-73],[0,-36],[17,-46],[142,-18],[17,-18]],[[18320,27175],[9,-36],[-25,-164],[-42,-9],[-9,-100],[-67,18],[9,-37],[0,-100],[16,-18],[26,9],[58,-64],[25,19],[34,-28],[25,-45],[-17,-128],[93,-9],[16,-64],[26,-18],[0,-27]],[[18128,25454],[-17,118],[-17,9],[-50,-18],[-51,9],[0,27],[-50,-9],[-25,82],[-50,0],[-25,46],[-51,-37],[-42,28],[-58,-46],[-42,37],[16,36],[34,9],[17,37],[-9,27],[-58,27],[-17,18],[8,37],[34,73],[0,91],[17,9],[42,-9]],[[17734,26055],[16,0],[42,54],[-17,28],[9,27],[42,46],[50,27],[0,27],[50,0],[9,55],[25,-9],[17,36],[0,82],[-67,64],[50,55],[-67,182],[-9,46],[59,36],[34,73],[33,0],[42,-27],[50,45],[-16,27],[33,19],[0,45],[-25,9],[25,82],[17,-9],[8,91],[42,0],[34,-18],[100,27]],[[14975,24042],[42,-174],[-25,-9],[-67,55],[-193,-9],[-101,-18],[25,-128],[-25,-18],[9,-37],[-34,-36],[-25,0],[-8,-36],[8,-73],[126,18],[8,27],[59,-9],[117,9]],[[14891,23604],[34,-9],[16,-36],[-25,-9],[-8,-28],[42,-54],[33,0],[17,-28],[-17,-91],[76,-9],[-67,-36],[-42,-46],[33,-36]],[[14983,23222],[-83,-64],[-26,-9],[-50,-46],[-67,-27],[-25,54],[-17,0],[34,-118],[-34,-9]],[[13902,23276],[-101,82]],[[13801,23358],[-84,55],[-16,0],[-76,64],[-25,63],[42,28],[-17,27]],[[13625,23595],[42,109],[92,101],[34,45],[134,128],[0,54],[-8,37]],[[13919,24069],[75,-9],[8,18],[51,0],[75,-36],[25,0],[93,54],[16,73],[34,36],[17,73],[42,55],[-9,27],[-33,28],[-26,63],[34,28],[34,-9],[50,54],[42,0],[67,19]],[[14514,24543],[302,-28],[58,0],[42,18],[-8,-91],[-42,-82],[-34,-45],[-50,-46],[76,-127],[92,-64],[25,-36]],[[16931,26248],[107,-93],[8,-82],[25,-36],[59,-10],[67,37],[42,-9],[25,-37],[25,9],[25,55],[17,9],[59,-9],[75,0],[51,-9],[50,27],[33,64],[34,-9],[50,9],[42,-64],[9,-45]],[[16585,25417],[0,9]],[[16585,25426],[25,9],[8,37],[42,73],[51,0],[0,27],[-17,64],[0,73],[8,45],[34,28],[42,-10],[42,92],[25,36],[58,27],[17,46],[-33,18],[-42,9],[33,283]],[[16878,26283],[53,-35]],[[16174,26037],[-34,-37],[-8,-54],[-50,-37],[-25,-36],[-26,-8],[-16,35],[25,46],[-17,54],[-42,-9],[-25,27],[8,46],[-42,18],[-50,-36],[-33,45],[-42,-18],[-34,36],[-50,-27]],[[15713,26082],[-34,27],[-25,-18],[-84,18],[-33,-9],[-42,9],[-76,0],[-16,-9],[-9,-73],[9,-81],[-59,-10],[-67,19],[-59,0],[-67,-37],[-33,64],[16,27],[-8,55],[-42,18],[-75,-27],[-34,-28],[-59,-18]],[[14916,26009],[-16,28],[25,18],[0,36],[-42,-9],[-34,64],[-33,9],[-34,36],[25,28],[-25,45],[-75,55],[-42,18],[-25,-9],[-34,37],[25,18],[-8,36],[-59,82],[-42,0],[-92,119]],[[14430,26620],[109,45],[59,73],[42,0],[-42,73],[16,0],[26,-64],[33,-18],[109,18],[50,-9],[68,0],[142,64],[109,18],[168,64],[151,18],[159,37],[50,0],[67,-28],[42,55],[9,-18],[109,-9],[142,-28],[210,109],[8,-9],[-109,-54],[17,-9],[-25,-73],[-9,-64],[9,-73],[25,-27],[17,-100],[-9,-37],[0,-55],[26,-100],[8,-54],[17,-55],[42,-46],[-26,-63],[17,-73],[17,-46],[-25,-18],[-76,-18],[-8,-9]],[[15570,27376],[-8,-37],[-34,28],[9,45],[33,37],[42,-19],[0,-36],[-42,-18]],[[15528,27676],[0,-27],[-50,-55],[-50,-9],[8,37],[76,54],[16,0]],[[16283,24433],[-134,-82],[-25,55],[-25,-9],[-118,-110],[-17,10],[0,36],[-83,18]],[[15881,24351],[50,219],[0,27],[-25,9],[-42,55],[-25,55],[-76,73],[-17,45],[-16,73],[42,91],[-235,100],[-92,46],[-26,45],[-25,64]],[[15394,25253],[9,18],[58,-9],[67,18]],[[15528,25280],[176,55],[118,64],[59,27],[25,28],[33,0],[134,45],[26,-45],[50,27],[50,18],[42,-27],[59,-9],[50,27],[-25,36],[17,28],[25,9],[134,-55],[8,-54],[26,-19],[50,-9]],[[13550,27540],[-51,-18],[-25,18],[-75,0],[-9,-18],[51,-28],[92,-27],[235,-9],[301,18],[621,64],[218,18],[75,0],[118,-27],[17,-19],[-9,-36],[-25,-27],[-50,-19],[-76,0],[-92,10],[-117,0],[-109,-64],[-118,-37],[-176,-45],[-159,-55],[-92,0],[-93,18],[-117,9],[-59,19],[-58,9],[-51,-18],[-25,-55],[-75,-64],[-76,-27],[-84,-46],[-33,-27],[-101,36],[-134,82],[-33,37],[-34,64],[-8,63],[25,64],[67,91],[42,37],[100,27],[76,9],[126,-27]],[[13801,25791],[-25,-9],[-50,-146],[-9,-55],[9,-27],[75,-73],[-25,-37],[34,-100],[-17,-27]],[[13793,25317],[-67,-9],[-84,-37],[-92,19],[-9,-55],[-58,9],[-84,36],[0,37],[-126,36],[-59,9],[-67,28],[-17,-73],[67,-73],[9,-18],[-67,-55],[-92,-45]],[[13047,25126],[-26,-37],[-16,0],[-235,365],[-25,-10],[-34,19],[-8,27]],[[12703,25490],[42,64],[50,36],[34,91],[142,164],[168,91],[50,10],[34,27],[125,73],[151,36],[210,109]],[[13709,26191],[17,-127],[0,-64],[42,18],[109,-36],[-9,-46],[-42,-54],[-25,-91]],[[12795,23386],[-25,-73],[-50,-55],[-34,9]],[[12686,23267],[-50,64],[0,27],[-51,18],[-25,-18],[-17,-36],[-41,18],[8,18],[-34,119],[-33,45],[42,37],[8,45],[17,18],[101,-72],[50,-10],[126,0],[8,-18],[-42,-127],[42,-9]],[[13047,25126],[58,-73],[0,-28],[-25,-9],[34,-45],[16,0],[34,-64],[-92,-36],[33,-92],[34,-18],[8,-27],[-42,-55],[-33,-18]],[[13072,24661],[-76,-64],[-8,-54],[-50,-46],[-9,-55],[50,-9],[17,-27],[9,-82],[42,0],[25,-46],[-9,-36],[-84,-46],[17,-73],[-17,-9],[-33,37],[-34,9],[-16,-46],[-42,-9],[-25,55],[-59,-9],[-17,36]],[[12753,24187],[-50,46],[0,27],[-42,37],[-109,-28],[8,-73],[-42,-36],[-42,64],[-67,0],[-42,18],[0,27],[-33,9]],[[12334,24278],[17,46],[67,146],[-17,9],[25,64],[25,9],[17,54],[-92,-24],[17,88],[25,82],[16,9],[-8,64],[-50,-9],[-76,0],[-50,9],[-8,27],[-101,73]],[[12141,24925],[50,91],[51,55],[33,18],[59,82],[59,64],[41,18],[76,64],[67,36],[67,55],[59,82]],[[12334,24278],[-25,-27],[-34,9],[9,27],[-51,0],[-17,28],[-41,0],[-51,27],[-58,9],[-76,-18]],[[11990,24333],[25,137],[-8,36],[-25,55],[33,54],[109,92],[25,54],[-25,9],[-17,-27],[-16,-55],[-42,-18],[92,255]],[[16459,23203],[-17,-482],[-33,-37],[-109,-64],[-101,-45],[-84,-82],[-84,-155],[-83,-27],[-118,-82],[-33,-55]],[[15797,22174],[-42,-55],[-201,-136],[-26,0],[-201,154],[-25,-9],[-109,-63],[-59,18],[-58,-9],[-26,-18],[-41,-73],[-51,-73]],[[14983,23222],[59,-28],[134,-82],[42,-45],[-33,-100],[-9,-55],[-25,-9],[8,-64],[34,-55],[-17,-45],[-84,-128],[-8,-82],[319,-64],[92,-9],[59,9],[109,64],[25,9],[75,82],[17,28],[42,9],[33,27],[9,27],[-17,28],[59,73],[75,54],[59,37],[0,27],[117,55],[42,9],[101,36],[58,55],[76,109],[25,9]],[[15528,25280],[34,164],[8,73],[17,246],[59,19],[42,0],[-9,36],[9,191],[8,64],[17,9]],[[16174,26037],[92,18],[25,18],[-33,109],[33,73],[59,-54],[0,36],[-92,128],[0,54],[33,28],[84,-46],[9,-36],[-9,-82],[34,9],[-9,45],[17,73],[17,9],[59,-9],[8,-18],[-8,-64],[25,-36],[33,-28],[9,-54],[33,36],[-67,82],[-17,27],[17,28],[25,-64],[51,-36],[33,18],[59,54],[59,-27],[50,0],[42,-36],[33,-9]],[[13919,24069],[8,54],[42,128],[0,64],[8,45],[0,73],[-8,82],[8,55],[-134,-27],[-25,9]],[[13818,24552],[42,127],[-25,0],[0,55],[25,73],[-42,82],[-16,54],[49,0],[9,46],[-59,0],[-8,146],[25,9],[-42,36],[25,37],[50,27]],[[13851,25244],[118,-18],[8,-46],[42,-9],[9,-73],[184,-27],[42,18],[8,27],[51,92],[25,18],[7,39]],[[14345,25265],[152,6],[-33,-127],[83,9],[67,18],[9,-82],[84,-27],[-42,-18],[0,-28],[50,-36],[42,9],[8,-46],[-50,-18],[-226,-54],[25,-92],[-59,-36],[34,-100],[25,-100]],[[13801,25791],[9,-9],[150,0],[210,-119],[59,-18],[-9,-27],[42,-19],[118,-9]],[[14380,25590],[-34,-64],[0,-82],[-8,-82],[17,-45],[-10,-52]],[[13851,25244],[-58,73]],[[14304,20950],[-58,-33],[-84,-82]],[[14162,20835],[-34,-28],[-25,146],[-201,219],[-17,9],[-126,36],[17,-82],[-8,-9],[-67,28]],[[13701,21154],[0,27],[-26,18],[-8,-55],[-50,37],[0,36],[-76,19],[-17,-10],[-142,-9],[-8,19],[0,63],[8,19],[-76,63]],[[13306,21381],[-16,91],[8,37],[59,73],[-9,64],[67,18]],[[14656,21682],[-33,-27],[-109,-146],[-9,-46],[-75,-136],[-17,-91],[-25,-64],[-42,-73],[0,-46],[-50,-45],[8,-58]],[[13818,24552],[-34,-28],[-33,-45],[-42,45],[-25,46],[-34,0],[-8,-18],[-34,9],[-42,64],[-33,18],[-42,-28],[-8,-27],[-51,-18],[-33,-27],[-9,-28],[-42,-36],[-25,27],[-50,27],[-34,-18],[-58,-9],[-25,46],[8,18],[-76,45],[9,19],[-25,27]],[[17633,22693],[84,-136],[-118,-246],[-67,-155],[-142,-110]],[[17390,22046],[-193,-164],[-176,192],[-260,18],[-59,-46]],[[16702,22046],[-184,28],[-25,73],[-51,54],[0,46],[-75,-46],[-126,-54],[-42,-28],[-75,-27],[-34,-46],[-67,-45],[-50,-27],[-34,-37],[-42,64],[-100,173]],[[16459,23203],[42,-9],[109,55],[126,73],[100,73],[42,18],[0,64],[285,118]],[[17163,23595],[202,-82],[-17,-282],[-9,-55],[76,-118],[184,-301],[34,-64]],[[17071,23786],[-59,-136],[151,-55]],[[14891,23604],[25,28],[285,-37],[26,37],[83,-10],[109,-45],[17,-18],[42,0],[218,-19],[34,-9],[75,0],[84,73],[42,82],[59,128],[8,27],[84,55],[42,36],[84,110],[125,91]],[[15964,27740],[9,-91],[-25,-118],[-34,-9],[-17,54],[25,55],[17,109],[-8,9],[33,73],[51,9],[-51,-91]],[[17272,27959],[-100,-46],[-84,9],[-159,-91],[-67,-18],[-68,-36],[-16,-28],[-34,0],[-50,-73],[-76,-27],[-33,18],[-34,-18],[-42,9],[-50,-9],[-109,-36],[-142,0],[-59,-19],[-17,-72],[-25,-55],[-59,-64],[9,-36],[-51,18],[-50,109],[17,28],[42,27],[-25,18],[-9,73],[42,137],[17,27],[100,82],[-67,0],[-25,18],[277,28],[218,9],[285,27],[319,73],[92,9],[67,0],[17,-37],[-51,-54]],[[14975,24042],[0,27],[109,73],[67,36],[67,73],[151,128],[185,18],[82,0],[110,9],[76,-9],[59,-46]],[[13801,22957],[-50,28],[-9,-37],[-75,19],[-8,-10],[-59,10],[-17,18],[-33,-46],[-76,-64],[-75,-45],[-51,45],[-25,46],[-67,82],[0,9],[-84,73],[-33,100],[33,46],[42,73],[9,63],[25,37],[50,18],[76,-64],[58,28],[67,-46],[17,18],[42,-45],[59,-82],[58,-28],[126,155]],[[12778,27266],[-42,-72],[-92,-37],[-67,-18],[-42,0],[-67,-55],[-92,-45],[-42,18],[8,-64],[-67,9],[-67,46],[-25,-9],[59,-55],[109,-27],[0,-28],[-118,-36],[-268,0],[-84,-9],[-84,-37],[-58,-54],[-42,-55],[-84,-64],[-59,-9],[-42,-36],[-67,18],[-33,-36],[-51,-10],[-25,-54],[-92,36],[-50,-27],[-68,18],[-16,-27],[-59,-37],[-25,9],[-101,-27],[-17,-36],[0,-37],[-42,-9],[-33,-27],[-50,-28],[33,-18],[-50,-27],[-42,-9],[-17,18],[-67,9],[-50,46],[-42,0],[-9,36],[17,64],[76,109],[92,100],[0,28],[75,91],[67,27],[235,55],[134,45],[118,28],[377,100],[185,55],[260,91],[218,91],[159,45],[84,0],[67,-18],[75,-55]],[[10581,25791],[-58,-9],[-34,-37],[-50,-27],[-25,-28],[-42,-18],[-17,-27],[-25,36],[8,64],[59,64],[42,18],[50,0],[92,-36]],[[10212,25800],[-92,0],[-84,-28],[-8,-18],[-59,-54],[-100,-55],[-252,-100],[-84,-55],[0,-36],[25,-73],[-75,-28],[-50,-54],[0,-28],[-126,-63],[25,-37],[-8,-64],[-51,-36],[-75,-82],[-17,-9],[-117,9],[-84,-18],[-34,-37],[9,-45],[-51,-9],[-25,9],[-33,73],[0,63],[25,37],[50,27],[76,55],[268,209],[67,55],[84,100],[50,37],[235,182],[168,118],[167,73],[93,0],[109,-36],[8,-18],[-34,-64]],[[15990,21336],[-135,-91],[-42,-19],[-41,-45],[-109,0],[-51,-18],[17,-64],[25,-46],[-84,-72],[-75,-46],[-34,73],[-92,-18],[-67,-37],[-42,46],[-15,0],[-18,54],[-42,73],[-26,82],[-75,-27],[-17,-18],[0,-46],[-50,46],[-25,-19],[-59,-9],[-33,-18],[-17,-27],[8,-73],[-50,-36],[-17,-46],[-67,-36],[-17,-46],[-84,-36],[-33,-28],[-92,37],[-51,9],[-42,-9],[-42,9],[0,27],[-41,46],[-26,0],[-25,42]],[[16702,22046],[-8,-36],[-76,-64],[-134,-228],[-92,-72],[-168,-119],[-109,-91],[-125,-100]],[[12527,22793],[25,-18],[8,-27],[-84,-155],[-25,-91],[51,-46],[234,-100],[118,-91]],[[12854,22265],[-302,-219],[-84,-109],[-109,-127],[92,-128],[-17,-46],[26,-27],[42,-27],[-34,-64],[-34,-27],[-25,0],[-50,-28],[-25,46],[-42,-18],[-84,9],[-92,27],[-42,-18],[42,-37],[25,-91],[0,-36],[17,-64]],[[12158,21281],[-59,-9],[-25,-18],[-67,27],[-92,64],[-76,91],[-59,55],[-8,-9],[-59,27],[-16,73],[-34,54],[42,73],[50,55],[76,36],[25,28],[75,9],[34,45],[0,28],[17,91],[-17,36],[-34,137],[-25,36],[34,28],[33,9],[17,91],[-25,55],[25,0],[17,27],[-42,127],[-17,92],[-17,45],[-16,119],[-9,18],[59,91]],[[11965,22912],[33,-55],[93,-182],[42,0],[25,36],[42,10],[92,-19],[75,-9],[93,73],[67,27]],[[18857,23121],[8,-36],[-8,-55],[-59,-45],[9,-18],[-51,-55],[-25,-100],[0,-64],[-25,-64],[-42,-36],[0,-73],[-84,-55],[-58,-91],[-17,-64],[-34,-54]],[[18471,22311],[-100,82],[-34,-110],[9,-9],[-17,-109],[-9,0],[-92,73],[9,36],[-126,82],[-25,-45],[-51,27],[59,91],[-42,27],[50,73],[-58,46],[58,100],[-16,18],[33,55],[-42,27],[0,28],[-25,100]],[[18052,22903],[92,45],[51,9],[-25,64],[-34,-9],[-42,146],[34,18],[-9,64],[25,73]],[[18144,23313],[34,-19],[75,19],[26,-28],[25,-45],[42,-28],[33,-9],[17,37],[8,45],[-8,37],[17,73],[16,18],[-8,36],[84,9],[0,-45],[33,0],[0,36],[59,9],[9,-18],[75,46],[25,-55],[17,-82],[-8,-109],[-17,-46],[151,-73],[8,0]],[[20123,20908],[-17,-64],[-75,-191],[-8,-46],[25,-36],[-25,-37],[25,-45],[25,-19],[-9,-36],[9,-73],[-42,-91],[39,-83],[-64,-36],[25,-45],[67,-264],[42,0],[25,-137],[8,-100],[34,-155],[17,-118]],[[20224,19332],[-67,-10],[-76,37],[-33,-9],[-17,-28],[-34,-9],[-83,9],[-26,28],[-50,-9],[-25,18],[-101,-27],[-25,-37],[-50,18],[-92,-36],[-67,-82],[-17,-37],[-51,-27],[-41,-36]],[[19369,19095],[-17,-9],[-42,9],[17,73],[8,109],[17,27],[-126,46],[-176,82],[-151,82]],[[18899,19514],[17,36],[0,137],[-25,91],[8,173],[-134,-9],[-59,9],[0,100],[-109,19],[59,109]],[[18656,20179],[109,200],[50,73],[126,201],[17,45],[100,146],[84,-37],[0,37],[34,73],[42,27],[25,46],[-25,100],[42,36],[58,82],[-25,110],[92,18],[42,54],[-8,37],[-42,36],[17,55],[-42,18]],[[19352,21536],[117,110]],[[19469,21646],[9,-46],[16,-36],[25,9],[34,-64],[17,-64],[92,-73],[-8,-27],[243,-201],[33,-36],[67,-55],[51,-54],[25,-37],[50,-54]],[[21490,21281],[-109,-291],[-25,-884],[-25,-474],[-9,-209],[0,-119],[-75,-118],[-34,18],[-42,0],[-92,18],[-34,18],[-25,37],[-58,-9],[-93,45],[-42,-45],[-50,0],[-33,-28],[-42,0],[-42,-18],[-59,28],[-50,-10],[-17,19],[-17,54],[-58,19],[-34,27],[-101,-9],[-42,27],[-58,-45]],[[20123,20908],[34,73],[50,36],[25,46],[84,45],[151,118],[218,137],[8,64],[51,100],[33,-9],[227,100],[41,0]],[[18899,19514],[-84,36],[-59,-9],[-293,-82],[-25,-18],[-101,-91]],[[18337,19350],[0,182],[-159,0],[-50,27],[0,82],[-51,0],[9,101],[-67,0],[-59,-10],[-8,19],[-76,-9],[8,45],[0,82],[-142,-18],[-34,-37],[-67,55],[-25,-9],[9,64],[41,36],[0,46],[-33,82],[84,27],[-40,96],[48,22],[-17,55],[34,27],[-42,46],[-17,0],[-42,91],[126,46],[67,54],[17,46],[0,73]],[[17851,20671],[8,54],[35,96]],[[17894,20821],[6,-7],[127,-43],[75,-18],[26,-73],[-26,-155],[68,-18],[25,0],[33,-73],[126,64],[8,-28],[167,9],[-24,-91],[-25,-118],[75,-46],[34,-9],[67,-36]],[[16635,20206],[17,-9],[-92,-200],[-9,-82],[9,-37],[0,-64],[50,0],[34,37],[33,-9],[59,27],[50,-36],[101,18],[25,-64],[-17,-45],[59,36],[-9,-91],[-50,0],[0,-27],[34,-28],[-67,-27],[16,-82],[-25,-9],[-17,-53]],[[16836,19461],[0,16],[-75,0],[-25,28],[8,18],[-33,45],[-34,-9],[-134,82],[-67,-18],[-34,-36],[-16,-46],[-34,37],[-8,27],[-34,-9],[25,-46],[-8,-27],[-109,45],[33,73],[-8,19],[-50,36]],[[16233,19696],[-17,9],[-134,392],[-42,91],[-34,100],[9,37],[25,27],[59,18],[109,46],[67,45],[25,55]],[[16300,20516],[25,-46],[59,-145],[8,-37],[34,-82],[41,-127],[93,191],[75,-64]],[[13625,23595],[-8,9],[-109,-82],[-25,55],[-76,-37],[-33,-45],[-9,-27],[-25,9],[-8,27],[-59,-27],[-25,45],[-42,0],[-17,37],[-75,-19],[-9,-27],[-58,-27]],[[13047,23486],[-9,27],[-33,-9],[-17,64],[25,0],[-8,45],[-17,37],[-84,18],[-42,-18],[-42,54],[0,101],[-17,18],[-67,-9],[-25,18],[-50,-9],[-17,27],[-8,46],[8,54],[34,37],[25,0],[0,45],[25,28],[59,45],[-26,9],[-16,28],[8,45]],[[19342,16722],[-7,-23],[50,-137],[42,-36],[25,-119],[17,-9],[0,-91],[-50,-82],[17,-27],[42,-9]],[[19478,16189],[-68,-101],[-16,10],[-51,-28],[-16,-27],[75,-55],[-8,-36],[-76,-37],[-17,-45],[9,-18]],[[19310,15852],[-42,-19],[-143,-118],[-184,-55]],[[18941,15660],[33,119],[-75,45],[-34,64],[-50,0],[50,73],[34,64],[-17,36],[-67,46],[-42,91],[42,18],[34,109],[16,9],[9,64],[-17,27],[-33,19],[-9,45],[-42,119]],[[18773,16608],[59,63],[33,-36],[118,91],[17,37],[50,-28],[25,28],[67,-92],[42,0],[25,64],[51,-45],[82,32]],[[19696,16107],[83,-137],[67,-9],[101,-27],[0,-10]],[[19947,15924],[-8,-54],[-25,-18],[-51,-19],[34,-45],[-42,-9],[-126,-119],[-117,-54]],[[19612,15606],[-59,63],[-50,64],[-76,82],[-58,37],[-59,0]],[[19478,16189],[75,-19],[50,-27],[42,-64],[25,0],[26,28]],[[17524,17054],[0,-18],[-76,0],[-67,9],[0,-27],[-33,-19],[-76,28],[-16,-28],[-67,64],[-42,18],[-67,-18],[-9,46],[-42,-9],[-17,9],[-8,109],[-67,9],[0,91],[-143,64],[-100,27],[-143,-9],[-50,37],[-92,0],[-51,18],[-16,-27],[-25,9],[-42,54]],[[16275,17491],[50,28],[33,9],[84,36],[0,46],[42,54],[0,46],[-42,18],[-25,28],[-25,72],[-59,119],[42,0],[25,36],[42,91],[-25,46],[42,109],[76,210],[-26,73],[-25,100]],[[16484,18612],[126,27],[193,55],[59,27],[67,0],[125,28]],[[17054,18749],[101,18],[17,-64]],[[17172,18703],[67,-191],[0,-19],[67,-191],[42,-127],[50,-164],[-92,-37],[-76,9],[17,-145],[59,-256],[0,-54],[-8,-201],[209,0],[-42,-73],[25,-18],[34,-73],[17,-9],[-17,-100]],[[17230,15751],[17,-209],[143,-110],[92,-100],[17,9],[25,-27],[-17,-27],[17,-55],[25,-36]],[[17549,15196],[-84,-46],[-92,0],[-50,-64],[-17,0],[0,-91],[-76,0],[-25,-9],[-134,-9],[-25,55],[-42,-9],[-92,-37],[-50,18],[-34,-9],[-92,0],[-25,18],[-67,-9],[-34,28],[0,-55],[-84,36],[-75,-9],[-42,55],[-92,-36]],[[16317,15023],[-17,-37],[33,-64],[-25,-36],[-17,64],[-83,45],[-34,55],[8,45],[67,64],[-25,46],[-33,-28],[-42,28],[-76,27],[17,100],[-17,18],[-16,92],[-51,54],[-8,28],[0,82],[-34,45],[-8,46],[-17,36]],[[15939,15733],[42,-36],[59,9],[126,54],[125,37],[42,18],[67,0],[0,64],[42,0],[76,18],[17,46],[167,-9]],[[16702,15934],[0,-55],[185,-137],[226,0],[117,9]],[[20576,15651],[17,-36],[25,18],[117,0]],[[20735,15633],[67,-46],[109,-109],[9,-91],[16,-100],[-16,-73],[-25,-55],[0,-64],[33,-18],[59,-73]],[[20987,15004],[-9,-91],[-67,-146],[-25,-36],[0,-27],[-59,-110],[-100,-27],[-126,-18],[-33,-18],[0,-55],[-93,-91]],[[20475,14385],[-117,18],[-235,73],[-84,0],[-50,-46],[-101,101],[-67,82],[-58,63]],[[19763,14676],[0,119],[-42,73],[-25,73],[75,100],[-25,64],[59,54],[75,-36],[84,-28],[67,-27],[17,119],[8,27],[42,45],[92,64],[-17,73],[17,27],[-17,55],[-50,36],[34,37],[16,0]],[[20173,15551],[160,-37],[42,19],[25,45],[0,28],[25,18],[34,-9],[92,36],[25,0]],[[19452,14822],[311,-146]],[[20475,14385],[-42,-55],[-50,-228],[8,-27],[-50,-36],[-50,-64],[-76,-18],[-117,-9],[-352,-10]],[[19746,13938],[-260,-9],[-109,55],[-109,18],[-92,46],[67,109],[-9,146],[9,36],[-17,64],[-134,73],[-25,18]],[[19067,14494],[16,27],[-25,46],[-50,46],[-34,0],[-25,27],[160,45],[109,55],[151,-18],[33,27],[50,73]],[[19369,19095],[33,-28],[67,-100],[-50,-264],[268,-246],[9,-27],[-76,-28],[-75,28],[-67,9],[-17,-9],[-25,-110],[-26,-27],[-100,27],[-84,9],[-17,10],[84,-192],[67,-136],[-42,-356]],[[19318,17655],[-25,0],[-117,73],[-17,18],[-92,-72],[8,-55],[-42,-46],[25,-36],[-8,-18],[-50,-19],[-34,0],[-50,28],[-59,-46],[-25,-27],[-59,127],[-33,10]],[[18740,17592],[75,118],[-117,91],[-92,64],[-51,64],[9,45],[-42,9],[-25,-73],[-76,64],[8,18],[-8,55],[-42,37],[-17,54],[-8,109],[-50,146],[-93,155],[-50,-45],[-42,-28],[-293,0],[-34,18],[-92,-9],[-75,210],[-227,0],[-226,9]],[[17054,18749],[67,309],[51,246],[17,64]],[[17189,19368],[41,-36],[109,-82],[59,-28],[34,-118],[33,-37],[9,-118],[42,-46],[41,28],[17,27],[51,-9],[25,18],[8,37],[42,-28],[67,91],[25,0],[9,-82],[50,-36],[59,-18],[33,18],[25,82],[34,9],[17,-36],[42,-28],[67,9],[75,-18],[42,-36],[34,9],[0,45],[-26,265],[0,18],[84,82]],[[17910,17382],[25,-9],[25,-64],[42,-55],[8,-27],[51,-45],[25,-9],[176,-28],[100,37],[17,54],[34,37],[33,18],[84,-27],[34,-28],[42,9],[41,28],[101,54],[0,-54],[8,-100],[-58,-55],[-10,-30],[-66,-79],[17,-64]],[[18639,16945],[-344,-119],[-42,-136],[26,-110],[-93,-54],[0,-91],[17,-37],[126,-18],[-9,-64],[-67,0],[-75,-60],[-17,-4],[-25,-72],[-101,-164]],[[18035,16016],[-42,-64],[-176,45],[-50,9],[-134,-36],[-243,-46]],[[17390,15924],[-59,110],[-67,227],[50,183],[84,73],[134,36],[42,0],[34,118],[33,146],[17,100],[-84,119]],[[17574,17036],[227,118],[42,46],[33,73],[8,36],[-16,18],[16,55],[26,0]],[[19452,14822],[-58,109],[0,28],[50,64],[25,145],[25,-9],[-8,91],[25,37],[25,9],[136,-8],[7,8],[-17,91],[-17,146],[-33,73]],[[19947,15924],[59,-27],[58,-18],[17,-27],[-33,-64],[8,-28],[59,-36],[50,0],[31,-14],[45,-68],[0,-36],[-26,-37],[-42,-18]],[[14287,18621],[34,-9],[42,9],[59,-46],[-185,10],[50,36]],[[15260,19004],[25,-28],[9,-45],[-9,-37],[-58,-91],[-51,-109],[67,-164],[168,82],[117,-264]],[[15528,18348],[-167,-101],[25,-45],[134,-75],[-8,-116],[-34,9],[-33,-18],[-17,-46],[0,-36],[25,-37],[50,-45]],[[15503,17838],[-25,-37],[-25,-9],[-42,9],[-59,-55]],[[15352,17746],[-176,-209],[-25,-37],[-42,73],[-42,0],[-25,-18],[-50,-55],[-67,-27],[-34,91],[-67,155],[-42,73],[-100,137],[-42,27],[-59,-27]],[[14581,17929],[-17,27],[0,91],[-25,109],[-17,101],[-42,82],[-33,36],[-17,64],[-25,54],[-34,19],[-16,27],[-51,9],[-25,27],[151,-18],[8,28],[-58,63],[16,73],[-16,28],[50,100],[25,9]],[[14455,18858],[294,73]],[[14749,18931],[50,9],[0,-18],[84,-46],[67,18],[42,19],[33,27],[59,27],[17,37],[58,-19],[76,10],[25,9]],[[21473,16553],[8,-210],[-83,-136],[-9,-64],[-42,-82],[0,-91],[-25,-18],[-8,-28],[-42,-82],[-42,-109],[8,-64],[17,-45],[-17,-37],[9,-45],[25,-18],[59,-155],[134,-146],[-17,-64],[-126,-82],[-117,-27],[-92,36],[-76,-18],[-50,-64]],[[20735,15633],[-17,73],[59,18],[-25,64],[42,100],[-8,55],[8,54],[-42,28],[-50,9],[16,100]],[[20718,16134],[93,9],[-17,55],[50,82],[59,18],[-50,155],[41,164],[84,-82],[135,-73],[360,91]],[[14455,18858],[92,45],[67,19],[84,36],[51,-27]],[[14162,20835],[50,-91],[84,-91],[0,-37],[100,9],[76,-9],[67,-36],[101,-73],[67,-64],[50,-55],[34,0],[92,-100],[50,-137],[59,-184],[8,-52],[59,-28],[33,-82],[42,-54],[0,-46],[-16,-36],[-59,-55],[-17,9],[-84,-109],[-8,-18],[17,-46],[33,18],[67,-27],[76,-9],[84,-82]],[[15227,19350],[16,-37],[-92,-145],[-17,-19],[-452,-173],[-294,-100],[-469,0],[0,-27],[-59,27],[-436,0],[-59,18],[-8,19],[-126,209],[-75,137]],[[13156,19259],[27,-12],[40,3],[117,-10],[8,55],[-42,64],[68,55],[-76,118],[8,46],[-100,0],[-101,-10],[-58,-54],[-26,0]],[[13021,19514],[9,264],[0,610],[8,37],[361,628],[25,28],[59,18],[117,18],[50,0],[34,9],[17,28]],[[20576,15651],[-101,82],[-25,-18],[-59,27],[-41,28],[-42,-10],[-34,19],[8,73],[51,63],[42,0],[16,73],[34,37],[50,27],[17,27],[8,55],[42,-9],[26,-18],[109,-9],[8,36],[33,0]],[[18740,17592],[-126,36],[-109,27],[-117,19],[-160,18],[-17,-100],[-83,-46],[-59,0],[-76,-27],[-16,-37],[-51,-18],[-25,-27],[9,-55]],[[17574,17036],[-50,18]],[[17390,15924],[-17,-27],[-59,-64],[-84,-82]],[[16702,15934],[9,82],[-26,9],[0,63],[17,46],[-75,73],[-143,45],[-17,73],[-33,55],[0,109],[33,-9],[9,-27],[25,0],[17,54],[-17,28],[0,36],[17,37],[75,-9],[9,-10],[58,46],[17,82],[-59,109],[51,155],[-134,18],[0,28],[-59,-9],[-25,9],[-9,45],[-75,-18],[-118,228],[-16,-9]],[[16233,17273],[-17,82],[-50,63],[42,37],[67,36]],[[16836,19461],[26,-29],[50,36],[33,-18],[26,-36],[33,-10],[17,46],[67,0],[33,27],[42,9],[34,-36],[-17,-36],[9,-46]],[[16484,18612],[-50,0],[-59,27],[-33,0],[-168,-27],[0,-9]],[[16174,18603],[-92,-28],[-34,110],[-17,36],[-92,73],[0,37],[-17,54],[17,55],[-17,82],[-25,0],[-16,55],[8,54],[25,46],[8,63],[0,101],[93,82],[-9,27]],[[16006,19450],[93,64],[0,27],[58,37],[34,36],[17,64],[25,18]],[[20752,17191],[-2,-46],[-40,0],[-67,18],[-210,-27],[-218,-55],[-8,-127],[34,-46],[33,-27],[8,-200],[0,-246],[-41,-37],[-17,18],[-92,9],[-109,19],[-59,-28],[-134,-27],[-25,-100],[-26,-37],[-75,-45],[-8,-100]],[[19342,16722],[1,4],[-142,191],[-34,37],[25,82],[26,27],[-26,73],[-8,64],[59,54],[50,10],[42,63],[0,37],[59,146],[42,72]],[[19436,17582],[33,-18],[168,-127],[25,0],[101,-37],[268,9],[134,-9],[50,9],[-8,-100],[50,18],[160,-45],[100,-46],[201,-63],[34,18]],[[13156,19259],[-84,54],[-51,64],[0,137]],[[18941,15660],[-76,-127],[-41,-64],[-51,0],[-117,-27],[-67,36],[-59,109]],[[18530,15587],[-25,46],[25,73],[-33,173],[-17,64],[-51,-28],[-33,28],[-42,73],[-143,-28],[-25,0],[-151,28]],[[18639,16945],[25,-73],[92,-237],[17,-27]],[[16233,17273],[-42,-82],[-67,-37],[-84,9],[-67,-18]],[[15973,17145],[-42,46],[8,91]],[[15939,17282],[-8,118],[-17,46],[-59,64],[-109,63],[-42,55],[-33,91],[-101,91],[-67,28]],[[15528,18348],[0,-9],[168,91],[42,-91],[67,-46],[42,-18],[50,64],[34,91],[33,0],[9,-64],[42,-37],[58,-9],[67,-45],[151,136],[-33,73],[-34,101],[-50,18]],[[15612,11816],[42,-28],[67,10],[9,18],[50,-9],[67,0],[92,-37],[-17,-36],[34,-64],[50,-27],[-16,-55]],[[15990,11588],[16,-9],[51,9],[67,-27],[58,-37],[34,-73],[8,-73],[42,-54],[25,0],[67,-46],[-16,-27],[16,-182],[-75,36],[-92,28],[-176,9],[-42,9],[-51,27],[-100,91],[-59,46]],[[15763,11315],[-50,36],[-59,18]],[[15654,11369],[-50,46],[-50,82],[-34,127],[-34,37],[-92,64],[-75,63],[0,10]],[[15319,11798],[33,-10],[51,10],[33,18],[109,9],[42,-27],[25,18]],[[19067,12344],[8,-27],[-33,-37],[-26,-63],[34,-46],[-8,-100],[58,-55],[34,-9],[42,9],[16,-9],[-8,-45],[34,-82],[33,-28]],[[19251,11852],[-176,-100],[-25,-27],[-34,-9],[-16,18],[-26,-18],[-201,-73],[-92,-55],[-67,-73],[-34,27],[-50,0],[-17,-36],[-92,-73],[-59,-9],[-67,-55],[-8,-54],[-109,-55],[-50,-36],[-51,18]],[[18077,11242],[25,45],[51,119],[25,36],[8,46],[-16,27],[-9,64],[0,55],[-42,136],[59,28],[50,54],[9,46],[-9,54],[34,92],[8,45],[25,73],[76,27],[17,73],[67,73],[-26,36]],[[18429,12371],[118,73],[59,9],[58,-18],[34,9],[100,-9],[67,-18],[143,-27],[59,-46]],[[15570,15396],[-8,-27],[17,-19],[-11,-54],[-23,0],[0,-55],[-17,-45],[0,-101],[34,-45],[0,-100],[42,0],[33,-28],[9,-91],[33,-118],[0,-55],[-25,-118],[59,-73],[25,-73],[17,-82],[-17,-46],[25,-27],[34,-55],[16,-45]],[[15813,14139],[9,-55],[-34,-36],[-16,-37],[-101,-73],[-25,-54],[-42,-46],[-25,-54],[-17,-82],[8,-55],[-16,-9],[-76,-119],[-50,-100]],[[15428,13419],[-109,55],[-126,-18],[-67,-46]],[[15126,13410],[-59,46]],[[15067,13456],[9,127],[16,100],[-25,-9],[-201,9],[-67,37],[-92,27],[-42,82],[-67,109],[0,19],[-25,182],[-9,36],[-75,28],[-210,0]],[[14279,14203],[0,154],[-42,101],[59,82],[-76,100],[-42,18],[-234,-27],[-59,82],[-59,64],[-16,72],[0,37],[75,9],[8,36],[-25,82],[-42,0],[-8,73],[-17,37]],[[13801,15123],[118,27],[75,27],[-67,210]],[[13927,15387],[17,9],[117,9],[218,0],[67,27],[118,-54],[41,9]],[[14505,15387],[26,-82],[33,-46],[42,46],[67,45],[243,73],[76,28],[134,-19],[84,10],[42,72],[8,37],[50,18],[9,-18],[-17,-100],[25,0],[76,18],[125,9],[17,-9],[-17,-46],[9,-18],[33,-9]],[[15109,12663],[17,-55],[50,-73],[42,-18],[59,-36],[50,-64]],[[15327,12417],[-134,-27],[-42,-28],[-33,-45],[-17,-64],[0,-55],[33,-54]],[[15134,12144],[-84,73],[-33,54],[-25,-9],[-9,-91],[-50,0],[-33,-9],[-17,-55],[-59,-109],[-25,9]],[[14799,12007],[-59,9],[-92,55],[-126,36],[0,-18],[-117,18],[0,55],[8,82],[17,45],[8,55],[0,55]],[[14438,12399],[42,-9],[93,-37],[50,28],[17,36],[-26,36],[-8,55],[0,73],[-8,46],[-42,0],[-51,18],[-92,9],[-67,18],[-92,37],[17,72],[8,73],[25,55]],[[14304,12909],[143,228],[67,54],[59,0],[125,-27],[101,9],[-8,137],[67,-9],[201,155],[8,0]],[[15126,13410],[-76,-109],[-33,-137],[25,-383],[42,-45],[25,-73]],[[14279,14203],[-142,-9],[-59,9],[-67,-46],[-109,9],[-134,-18],[8,-82],[-25,-18],[-84,-18],[-59,27],[-42,-27],[-8,-28],[-25,-9],[-59,37],[-42,-28],[-109,-18],[-25,0],[-92,-27],[-34,0],[-50,-28],[-34,0],[-67,-18],[-67,-27],[-92,9],[-50,-82],[-42,-27],[25,-55]],[[12795,13729],[-109,-37]],[[12686,13692],[-84,-18],[-42,73],[-50,37],[-42,0]],[[12468,13784],[-42,45]],[[12426,13829],[8,9],[68,0],[25,-27],[16,18],[-8,46],[-50,-9],[-9,54],[17,55],[59,9],[33,55],[-16,18],[-84,36],[17,55],[-59,9],[-42,27]],[[12401,14184],[8,73],[-25,37],[-33,0],[0,27],[33,18]],[[12384,14339],[34,55],[0,100],[100,82],[42,-9],[67,36],[101,-27],[0,-27],[-25,-9],[8,-55],[17,0],[25,-55],[67,9],[76,37],[-17,18],[-9,46],[68,18],[8,73],[117,27],[59,-27],[67,-18],[34,0],[50,109],[-8,45]],[[13265,14767],[142,119],[76,45],[58,10],[17,164]],[[13558,15105],[126,-19],[50,9],[25,19],[42,9]],[[14036,10959],[-210,64],[-293,46],[0,36],[25,0],[16,30],[-33,89],[-67,82]],[[13474,11306],[50,100],[26,82],[25,118]],[[13575,11606],[58,-9],[68,-18]],[[13701,11579],[167,-82],[67,-9],[160,-55],[125,-27],[76,-28],[50,-36]],[[14346,11342],[42,-36],[-8,-73],[-42,-91],[-59,18],[-50,-55],[-67,-54],[-42,36],[-25,0],[-59,-128]],[[16434,14321],[-17,-91],[-59,0],[-75,55],[-67,0],[-34,-37],[-8,-36],[14,-45],[45,-28],[75,27],[59,-9],[-9,-27],[17,-37],[51,-45],[8,-55],[-8,-36],[16,-73],[17,-37],[25,-9],[76,0],[42,-36],[25,-73],[0,-46]],[[16627,13683],[-17,-36],[-42,-27],[-42,18],[-59,-28],[-58,0],[-34,-27],[-17,-109],[-16,-28],[-25,-9],[-68,-63],[-25,-37],[-58,-55]],[[16166,13282],[-51,46],[-33,-9],[-42,55],[-9,36],[-58,64],[-108,27],[-43,27],[-9,37],[-50,9],[-50,-27],[-84,-73],[-92,-100],[-25,-19],[-101,-9]],[[15411,13346],[17,73]],[[15813,14139],[160,82],[201,64],[8,9],[76,9],[33,18],[42,9],[51,-9],[50,0]],[[12376,12490],[50,0],[84,-46],[59,-54],[167,-64],[51,-73],[58,-45],[160,-46]],[[13005,12162],[-17,-36],[-67,-64],[-25,0],[-42,27],[-59,-18],[-59,18],[-33,-9],[33,-64],[51,-27],[33,0],[0,-82],[9,-64],[-26,-18],[-25,36],[-184,0],[-59,28],[-33,-9],[-34,-46],[-42,0],[17,36],[-34,10],[-33,-28],[-59,28],[-42,9],[-42,-19]],[[12233,11870],[-33,-18],[-17,9],[-101,-27],[-50,-55],[-34,-9],[-16,-45],[-25,-28],[-24,-68],[-44,-23],[-226,-182],[-50,-9],[-17,-37],[-17,0]],[[11579,11378],[-8,73],[-67,19],[-51,-28],[-8,37],[42,36],[0,18],[-59,73],[-42,0],[-50,55],[-8,-18],[-126,209],[67,18],[8,64],[-33,46],[-84,0],[-67,27]],[[11093,12007],[-76,100],[109,64],[-33,27],[84,110]],[[11177,12308],[84,-28],[92,-9],[100,-73],[51,10],[42,18],[42,36],[42,73],[41,18],[51,9],[58,-18],[51,0],[50,18]],[[11881,12362],[42,28],[109,27],[75,73],[34,18],[34,0],[67,-18],[109,-9],[25,9]],[[11093,12007],[-67,-82],[-59,-36],[-126,-46],[-16,64],[-34,-9],[-84,-9],[-75,-28],[-92,-18],[41,64],[-50,27],[-42,0],[-42,-36]],[[10447,11898],[34,45],[0,46]],[[10481,11989],[17,0],[67,127],[58,137],[42,82]],[[10665,12335],[59,-55],[84,-36],[50,18],[59,64],[33,91],[34,27],[50,-9],[67,-73]],[[11101,12362],[76,-54]],[[16308,12681],[-59,18],[-50,-45],[-67,0],[-117,-9]],[[16015,12645],[16,27],[17,55],[59,45],[8,82],[25,37],[0,73],[-41,63]],[[16099,13027],[41,0],[51,19],[50,63],[34,-9],[25,-36],[42,-9],[50,27],[0,-73],[-17,-45],[25,-73],[-16,-28],[-42,-9],[-25,-36],[-17,-64],[-34,-36],[42,-37]],[[17784,12426],[-67,-155],[-92,-127],[-42,-91],[8,-28],[-25,-36],[-92,-73],[-84,18],[-76,9],[-42,37],[-25,54],[-67,37],[-28,3]],[[17152,12074],[-22,52],[-126,-10],[-344,0],[-33,-9],[-34,9],[-33,-18],[8,-54],[-92,63],[0,28],[-92,73],[-59,27],[-25,27],[-42,82],[-42,137]],[[16216,12481],[92,9]],[[16308,12490],[17,-9],[84,0],[75,-9],[84,18],[117,-18],[26,-28],[8,46],[-50,36],[8,19],[42,27],[34,-64],[75,-64],[42,73],[-50,9],[8,28],[25,18],[76,-46],[67,9],[67,92],[25,-55],[67,45],[50,19],[59,-19],[59,-63],[-25,-37],[-26,-73],[151,0],[93,19],[0,-28],[-26,-45],[51,0],[42,-19],[50,10],[8,27],[-16,55],[8,36],[67,18],[84,-91]],[[13474,11306],[-184,8],[25,-118],[-25,-45],[0,-37],[42,-27],[-109,-46],[-84,-45]],[[13139,10996],[-59,18],[-8,18],[-76,0],[-17,119],[17,64],[-42,27],[0,36],[-142,-9],[8,73],[34,0],[0,46],[50,18],[0,36],[50,128],[-125,-37],[-76,-9],[-17,37],[-50,0],[0,27]],[[12686,11588],[75,46],[68,18],[75,9],[168,-27],[159,9],[252,-37],[92,0]],[[15319,11798],[-67,100],[-42,45],[-17,110]],[[15193,12053],[25,0],[92,73],[9,45],[-17,9],[0,37],[17,82],[-9,54],[17,37],[42,27],[25,27]],[[15394,12444],[25,19],[93,-10],[33,-72],[42,0],[50,82],[26,18],[75,9],[42,-9],[-8,-55],[-34,-9],[-8,-109],[-9,-55],[-25,-55],[59,-36],[-17,-36],[-42,-64],[-8,-82],[-34,-9],[-17,-28],[17,-45],[-17,-64],[-25,-18]],[[14304,12909],[-58,-27],[-34,9],[-109,0],[-42,-9],[-101,-9],[-41,-10],[-42,-72],[0,-46],[-17,-64],[-59,-9]],[[13801,12672],[-126,-36],[-109,-37],[-8,-18],[-42,-9],[-33,36],[-93,0],[-92,-27],[-25,27],[-34,-18],[-50,0],[-25,64],[-42,-18],[-8,-37]],[[13114,12599],[-17,9],[-59,64],[-17,82]],[[13021,12754],[-25,27],[25,37],[0,45],[-16,0],[0,110],[16,36],[-125,55],[16,82],[-75,9]],[[12837,13155],[25,301],[-8,54],[-34,37],[9,45],[-9,82],[-25,55]],[[14925,16635],[-76,-46],[-201,-291]],[[14648,16298],[-25,27],[-34,-18],[-251,319],[-9,64],[-16,45],[-34,9],[-117,-54],[-17,27],[-34,-9],[-67,-37],[-42,37],[-33,82]],[[13969,16790],[134,127],[50,37],[118,118],[75,155],[0,27],[-42,37],[34,64],[25,-46],[25,9],[25,73],[25,0],[9,46]],[[14447,17437],[42,-37],[109,-82],[50,-54],[-34,-55],[-8,-46],[42,-45],[59,-91],[67,-91],[100,-82],[-58,-46],[109,-173]],[[15797,16371],[16,-18],[59,-19],[25,-36],[-42,-37],[-50,-9],[-17,-18],[0,-64],[9,-45],[-17,-100]],[[15780,16025],[-117,9],[0,-55],[-93,-273],[-8,-64],[50,-137],[0,-100],[-42,-9]],[[14505,15387],[-8,64],[17,54],[-34,64],[-8,91],[-25,91],[58,37],[109,146],[59,127],[-92,173],[50,37],[17,27]],[[14925,16635],[100,55],[51,18]],[[15076,16708],[33,-55],[201,-146],[143,-82],[84,-27],[8,-27],[25,-18],[25,9],[0,-73],[26,9],[33,36],[126,9],[17,28]],[[13558,15105],[-17,9],[-25,82],[-17,27],[-67,45],[-75,101],[-59,45],[-101,37],[-58,0],[0,18],[-42,9],[-59,0],[-33,9],[-126,64],[-59,18],[-42,46]],[[12778,15615],[42,136],[17,37],[17,91],[25,18],[47,59]],[[12926,15956],[23,-2],[22,-30],[101,-36],[50,9],[84,82],[42,-9],[235,-237],[33,-18],[50,118],[109,155]],[[13675,15988],[244,-100],[16,-9],[-16,-109],[-26,-82],[17,-119],[50,-45],[0,-46],[-41,-64],[8,-27]],[[11579,11378],[-17,-36],[-50,-55],[0,-54]],[[11512,11233],[-33,-9],[-42,-28],[-34,-36],[-75,27],[-101,18],[-92,-18],[-92,18],[-51,-9],[-50,0],[-59,-36],[-151,-46],[-226,0]],[[10506,11114],[-25,0],[8,137],[-75,118],[-93,-18],[-16,27],[0,46],[16,55],[-41,54]],[[10280,11533],[16,37],[9,64],[75,154],[67,110]],[[15134,10112],[-8,-36],[-50,-28],[-26,0]],[[15050,10048],[-25,0],[-25,28],[17,45],[-101,37],[-16,36],[-9,64],[-33,36],[-67,119]],[[14791,10413],[-34,54],[-8,28],[0,100],[-34,64],[-17,82]],[[14698,10741],[59,0],[-25,36],[-25,73],[42,27],[92,37],[25,27]],[[14866,10941],[50,-73],[51,-45],[58,-28],[42,-9],[34,-27]],[[15101,10759],[50,-9],[126,-128],[-9,-36],[-24,-48],[8,-43],[33,9],[51,-27],[-34,-46],[8,-36],[42,-55],[-8,-36],[-59,-64],[-33,-9],[-93,-82],[-33,-19],[8,-18]],[[12926,15956],[62,60],[25,9],[126,136],[17,119],[25,36],[42,-36],[33,45],[67,64],[25,0],[26,-36],[67,63],[58,46],[25,36]],[[13524,16498],[0,-18],[84,-146],[25,-54],[0,-37],[34,-73],[8,-63],[34,-9],[8,-55],[-8,-27],[-34,-28]],[[15939,17282],[-58,9],[-84,-27],[-101,-19],[-142,-72],[-76,0]],[[15478,17173],[42,91],[25,100],[9,118],[-17,46],[-25,36],[-51,9],[-8,64],[-50,64],[-51,45]],[[15973,17145],[58,-73],[-8,-73],[-25,-63],[8,-55],[-25,-64],[50,-54],[67,-28],[-33,-82],[8,-64],[-25,-63],[-42,-19],[-184,-54],[-17,-28],[-8,-54]],[[15076,16708],[0,27],[83,46],[42,45],[118,164],[134,183],[25,0]],[[14791,10413],[-42,9],[-101,-27],[-17,-28],[0,-54],[17,-46],[-25,-55]],[[14623,10212],[-67,19],[-252,-37],[-117,-27]],[[14187,10167],[-59,-18],[-59,0],[-58,18],[-84,55],[-25,36],[-25,64],[-42,36]],[[13835,10358],[16,55],[76,9],[201,55],[92,82],[26,27]],[[14246,10586],[58,-46],[84,73],[25,46],[42,45],[59,19],[33,0],[93,18],[58,0]],[[17750,15159],[0,-54],[42,-46],[34,-91],[100,-109],[59,-110],[76,-27],[0,-64],[58,-100],[59,-27],[17,-19]],[[18195,14512],[8,-45],[-33,-137],[-17,-27],[-134,-55],[8,-18],[67,-55],[42,-27],[0,-18],[42,-64],[-8,-18],[8,-55],[25,-18],[-33,-91],[-26,-37],[0,-63],[-16,-55],[-34,9],[-17,46],[-84,18],[-58,-18],[-42,-28],[-84,-73]],[[17809,13683],[-42,46],[-142,118],[25,37],[0,27],[-25,46],[25,73],[-25,0],[-135,-73],[-33,18],[-25,45],[-9,55],[-167,18]],[[17256,14093],[-9,91],[-17,55],[-100,-18],[-34,-18],[-58,0],[-42,-9],[-51,9],[-109,-28],[-42,9],[-33,-18],[-26,3],[-16,97],[-67,-18],[-25,18],[-34,73],[-33,37],[-42,-19],[-42,46]],[[16476,14403],[8,55],[-17,36],[-58,27],[-76,82],[-58,10],[-9,72],[25,37],[67,0],[76,36],[25,64],[0,46],[-59,82],[-42,27],[-41,46]],[[17549,15196],[8,-19],[42,-18],[67,9],[84,-9]],[[12015,10850],[-50,9],[-34,-36],[-42,-73],[-50,-64],[-92,-164],[-34,-109],[-16,-173],[-34,-64]],[[11663,10176],[-193,-91],[-117,-91],[-25,0],[-76,27],[-84,0],[-25,-9],[-84,-55],[-25,9],[-84,73],[-58,19],[-84,-19]],[[10808,10039],[-67,-9],[-51,9]],[[10690,10039],[-8,128],[-59,100],[42,27],[51,-9],[10,19],[82,18],[50,-9],[101,18],[33,18],[67,-9],[76,36],[42,-9],[-17,192],[59,18],[67,45],[-25,73],[-9,64],[9,46],[-17,36]],[[11244,10841],[50,27],[92,9],[59,-27],[50,-36],[51,-82],[42,-46],[75,-18],[67,45],[34,37],[58,137],[67,82],[51,45]],[[11940,11014],[33,-82],[42,-45],[0,-37]],[[15763,11315],[-25,-82],[-42,-9],[17,-46],[-76,-55],[-50,-45],[-25,27],[-67,-36],[-9,-46]],[[15486,11023],[-33,9],[25,37],[-42,27],[25,46],[67,36],[17,37],[0,91],[-67,54],[-25,0],[-143,-27]],[[15310,11333],[17,36],[59,73],[42,37],[42,0],[33,-19],[109,-82],[42,-9]],[[12376,15268],[8,-72],[-8,-28],[8,-82],[17,0],[42,-36],[100,-46],[34,46],[75,-128],[59,-54],[76,-146],[8,-9],[327,27],[143,27]],[[12384,14339],[-117,9],[-67,9],[-51,55],[9,173],[0,146],[-34,9],[-142,137],[-9,-55],[-67,55]],[[11906,14877],[-17,18],[26,91],[33,173]],[[11948,15159],[67,-18],[59,46],[59,27],[109,18],[42,18],[50,37],[25,-28],[17,9]],[[14564,11606],[9,-73],[75,9],[59,-218],[33,-28]],[[14740,11296],[-33,-54],[33,0],[9,-27],[-17,-64],[-25,-55],[67,-55],[33,-36],[0,-36],[59,-28]],[[14246,10586],[-34,27],[-42,73],[-33,37],[-34,109],[-25,36],[-76,9],[34,82]],[[14346,11342],[34,36],[42,-9],[33,119],[-17,64],[-25,36],[109,9],[42,9]],[[14447,17437],[33,82],[25,164],[34,54],[17,82],[25,91],[0,19]],[[12376,15268],[58,55],[76,18],[151,-9],[17,28],[0,45],[33,9],[25,55],[42,146]],[[14438,12399],[-58,0],[-93,-46],[-134,-100],[-33,0],[-84,27],[-76,55],[-33,18],[-50,0],[-34,-9],[-59,-45]],[[13784,12299],[-8,27],[-42,9],[34,64],[8,64],[-25,9],[50,200]],[[16166,13282],[-17,-27],[-59,-45],[-67,-64],[-8,-46],[33,-54],[51,-19]],[[16015,12645],[-93,-46],[-50,28],[-42,63],[9,55],[-9,36],[-50,37],[-25,9],[-34,-9],[-75,-64],[-17,-55],[-50,-54],[-42,-9],[-59,9],[-59,-55],[-8,-55],[-17,-54]],[[15394,12481],[-17,-37],[-50,-27]],[[15109,12663],[34,18],[33,-9],[59,27],[25,64],[8,46],[0,54],[84,64],[0,28],[-100,264],[58,9],[67,0],[26,18],[8,100]],[[12686,13692],[42,-45],[-8,-91],[-42,9],[-17,-46],[25,-27],[-50,-46],[-17,19],[-59,-9],[-25,-19],[0,-36],[-50,-18]],[[12485,13383],[-76,-19],[-100,64],[-42,46],[92,100],[67,36],[-8,28],[0,91],[50,55]],[[12233,11870],[9,-18],[42,9],[16,-27],[-25,-36],[0,-37],[34,-9],[25,-36],[-84,-37],[50,-146]],[[12300,11533],[-58,-18],[-51,-27],[-67,-73],[-58,-109],[-51,-146]],[[12015,11160],[-33,18],[-76,-9],[-100,91],[-26,0],[-83,-36],[-67,0],[-34,-19],[-42,10],[-42,-10],[0,28]],[[15486,11023],[-117,-64],[-50,0],[-92,28],[-42,27],[-101,-137],[67,-63],[-67,-19],[17,-36]],[[14740,11296],[59,64],[84,28],[84,9],[67,-37],[42,-45],[33,-64],[42,-46],[50,-9],[51,19],[33,36],[25,82]],[[16476,14403],[-34,-55],[-8,-27]],[[15780,16025],[-17,-82],[-25,-9],[0,-37],[34,-9],[41,9],[26,-164],[42,-18],[58,18]],[[13784,12299],[-16,-10],[-67,0],[-143,-36],[-92,-73]],[[13466,12180],[-42,0],[-42,18],[-42,-27],[17,-27],[-17,-55],[-25,-55],[-25,-18],[-34,0],[-42,37],[-100,27]],[[13114,12080],[67,64],[16,27],[42,9],[0,46],[-42,91],[26,45],[8,37],[-67,82],[0,82],[-50,36]],[[15193,12053],[-25,0],[-9,54],[-25,37]],[[15394,12481],[0,-37]],[[19067,12344],[0,18],[33,46],[59,64],[-8,164],[-9,73],[17,63],[17,101],[25,36],[50,55],[34,54],[33,0],[17,119]],[[19335,13137],[151,0],[226,-110],[109,-109],[235,-191],[-17,-37],[109,-9],[17,-73],[0,-91],[17,-54],[-17,-82],[-92,0],[0,-19],[-84,-36],[-8,-155],[8,-9],[-25,-73],[-42,-45],[17,-19],[-109,-136],[-17,0],[-76,-37],[9,-27],[-17,-27],[-33,-19],[-51,-9],[-25,-64],[-59,-27],[-109,100],[-33,37],[-17,64],[-33,-10],[-34,10],[-50,0],[-34,-28]],[[13835,10358],[-42,18],[-59,9]],[[13734,10385],[-33,10],[-26,27],[-50,100],[-42,27],[-100,10],[-34,18],[-50,73],[-25,45],[-17,73],[-25,37],[-34,27],[-109,0],[-67,55],[-50,27]],[[13072,10914],[33,9],[34,27],[0,46]],[[10539,10795],[68,10],[33,-10],[134,-54],[59,-9],[59,9],[151,64],[201,36]],[[10690,10039],[-42,9],[-92,0],[-109,-18],[-92,-27]],[[10355,10003],[-17,55],[17,27],[59,45],[25,46],[-34,27],[-8,37],[25,91],[-8,27],[-109,46],[-59,63],[-50,37],[-51,0],[-33,-27],[-25,-37]],[[10087,10440],[-25,-18],[-34,0],[-34,27],[-33,46],[-8,36],[-34,55],[-25,27],[-143,73],[-42,27],[-25,28],[-8,64],[-50,45]],[[9626,10850],[41,0],[101,-27]],[[9768,10823],[84,-9],[59,9],[134,73],[42,9],[50,0],[42,-18],[176,-101],[75,-9],[109,18]],[[16308,12681],[-8,-36],[17,-37],[-9,-118]],[[16216,12481],[-84,-18],[-50,-55],[8,-18],[-75,-46],[-109,9],[8,-54],[0,-237],[25,-28],[101,-82],[109,-100],[50,-27],[76,-64],[83,-82]],[[16358,11679],[-8,-27],[-50,73],[-17,0],[-168,-73],[-42,36],[-33,-36],[-9,-37],[-41,-27]],[[17256,14093],[-101,-63],[-92,-37],[-92,-64],[-42,-109],[-67,-9],[-143,27],[-67,-73],[17,-63],[-42,-19]],[[13524,16498],[59,0],[59,28],[42,54],[50,9],[126,101],[109,100]],[[13952,18739],[-33,-63],[-42,9],[-17,-28],[-34,37],[0,73],[42,18],[52,-7],[32,-39]],[[13005,16826],[0,37],[-126,209],[42,37],[42,64],[25,27],[-118,228],[235,145],[-84,155],[-25,137],[25,9],[-25,346],[0,146],[-84,328],[0,9]],[[12912,18703],[311,91],[67,27],[67,-82],[17,-27],[402,-109],[176,-46],[42,0],[0,-18],[226,0],[42,-9],[227,-264],[16,-28],[9,-45],[17,-255],[-17,-91],[0,-46],[-25,-100],[-185,-401],[-42,-27],[-67,-155],[-109,-109],[-126,-110],[-58,-45],[-34,18],[-67,18],[-33,-9],[-344,-191],[-92,-73],[-109,-91],[-67,-110]],[[12015,11160],[-33,-82],[-42,-64]],[[10539,10795],[-8,82],[-33,73],[8,164]],[[9768,15733],[0,-200]],[[9768,15533],[-17,-73],[-75,-447],[-42,-9],[-109,-36]],[[9525,14968],[-67,228],[-25,100],[-25,-46],[-51,0],[-33,-45],[-34,27],[-42,-100],[-58,18],[-26,27],[-50,28],[0,27]],[[9114,15232],[17,0],[33,36],[9,46],[33,36],[25,55],[-16,73],[0,27],[50,9],[50,-27],[67,0]],[[9382,15487],[71,8],[30,56],[67,55],[76,-10],[25,37],[8,55],[50,54],[59,-9]],[[12401,14184],[-34,19],[-92,0],[-25,18],[-50,54],[-51,19],[-33,-28],[-50,-9],[-34,-27],[-25,-73],[-42,-82],[-50,-64],[-26,-9],[-109,-18],[-25,9],[-84,55],[-125,-173],[-25,-19],[-101,-100]],[[11420,13756],[-25,18]],[[11395,13774],[142,164],[9,55],[-17,37],[33,109],[17,136],[25,0],[17,119],[17,45],[-50,19],[-17,54],[-34,-9],[-33,28],[-17,45],[-75,27],[0,28],[24,80]],[[11436,14711],[93,11],[-17,55],[17,54]],[[11529,14831],[159,-45],[84,-28],[34,0],[83,-18],[17,137]],[[11436,14711],[-33,20],[-25,-46],[-84,-54],[-92,-46],[-59,-54],[-84,-92],[-33,-54]],[[11026,14385],[-17,-28],[-84,-18]],[[10925,14339],[-25,128],[-50,-18],[25,118],[-17,18],[8,110],[9,36]],[[10875,14731],[17,82]],[[10892,14813],[33,128]],[[10925,14941],[151,-10],[109,0],[101,-9],[75,0],[34,-45],[50,54],[-50,55],[33,27]],[[11428,15013],[42,-18],[92,-18],[-8,-91],[-25,-55]],[[10925,14339],[9,-118],[8,-37],[17,-346],[-76,-27],[25,-100],[-67,-28],[9,-36],[-25,-109],[-17,-19],[-67,9]],[[10741,13528],[-17,10],[-25,63],[-109,9],[-34,10],[-25,36],[34,91],[-67,37],[-9,82],[-134,54],[-109,91]],[[10246,14011],[84,128],[-151,100],[134,173],[-17,73]],[[10296,14485],[51,9]],[[10347,14494],[243,-18],[17,-9],[58,0],[76,-9],[134,273]],[[9827,14531],[50,-10],[25,-182]],[[9902,14339],[-117,-45],[-25,-73],[0,-46],[-42,-18],[-67,-55]],[[9651,14102],[-101,-72],[0,-28],[-67,-27],[-25,-73]],[[9458,13902],[-50,118],[-101,-63],[-59,127],[-50,73],[-67,-27],[-9,164],[-8,18]],[[9114,14312],[109,45],[42,92],[-8,9],[67,91],[16,0],[9,100],[8,27],[51,0],[33,19],[17,109],[25,91],[59,27]],[[9542,14922],[58,19],[0,-64],[-33,-119],[0,-164],[59,0],[-9,-45],[34,0],[176,-18]],[[10749,13446],[34,-9],[142,-118],[-42,-55],[168,-9]],[[11051,13255],[25,-54],[-17,-64],[0,-55],[51,-91],[33,-9],[42,-46],[-42,-27],[51,-100],[41,-46]],[[11235,12763],[-25,-45],[17,-55],[-33,-27],[-26,9],[-8,45],[-42,-18],[-92,-27]],[[11026,12645],[-51,73],[-16,36],[-42,46],[-126,36],[-17,82],[9,64],[-34,45],[-17,-18],[-16,46],[16,36],[-50,28],[-126,0],[-50,118]],[[10506,13237],[33,18],[9,82],[-25,46],[42,73],[50,0],[42,-10],[17,-18],[75,18]],[[11428,15013],[9,28],[-17,73],[0,36],[17,64],[50,9],[34,18],[0,18],[-42,55],[33,55],[25,63]],[[11537,15432],[42,-36],[67,-18],[34,9],[42,-9],[58,-73],[59,-64],[109,-82]],[[10925,14941],[76,209],[33,64],[0,27]],[[11034,15241],[9,9],[117,264],[84,-18],[151,-27]],[[11395,15469],[17,-27],[58,-19],[67,9]],[[11026,12645],[17,-28],[58,-27],[-16,-18],[8,-55],[92,-54],[-25,-46],[-59,-55]],[[10665,12335],[-42,18],[-100,18],[-42,37],[-25,73],[-17,100],[-42,46],[-84,27]],[[10313,12654],[17,64],[0,27],[33,164],[-33,64],[42,191],[-25,0],[8,55]],[[10355,13219],[109,-28],[42,46]],[[12426,13829],[-42,18],[-17,-36],[-8,-73],[-17,-55],[-25,-9],[-59,55],[-75,18],[-42,-82],[-42,-36],[-33,9],[-68,54],[-41,19],[-26,-128],[5,-18],[-97,9],[-251,46],[-42,18],[-59,54]],[[11487,13692],[-67,64]],[[10011,15505],[-25,46],[-59,-37],[-8,-45],[-34,9],[-58,-27],[-17,-28],[-34,-18],[51,-164],[17,-18],[25,36],[16,0],[17,-72],[0,-55],[67,-82],[-100,-55],[-17,-54],[-17,-119],[17,-82],[-8,-27],[-59,18],[-17,-18],[42,-37],[42,-9],[0,-27],[-25,-109]],[[9542,14922],[-17,46]],[[9768,15533],[42,45],[75,-54],[42,54],[51,18],[33,-45],[0,-46]],[[9986,12572],[-109,-100],[-25,-37]],[[9852,12435],[-17,-54],[-17,-28],[-25,-9],[-50,9],[-59,55],[-50,27],[-50,-9],[-51,-55],[-25,-54],[-59,-55],[-50,0],[-67,37],[-50,0],[-34,-28],[-50,-100]],[[9198,12171],[-25,-45],[-59,-46],[-59,-18],[-33,0],[-101,-28]],[[8921,12034],[-33,137],[0,27],[-34,73]],[[8854,12271],[-33,73],[-59,64],[-25,9],[-59,109]],[[8678,12526],[109,55],[218,137],[109,63],[50,-9]],[[9164,12772],[210,73],[143,28],[83,9]],[[9600,12882],[143,45],[25,-64],[50,-162],[51,17],[58,-82],[17,-37],[42,-27]],[[10246,14011],[-17,-36],[-25,9],[-67,55],[-67,-91],[-34,0],[-50,-46],[-84,82],[-42,-64],[-33,-73],[-9,0],[-117,128],[-50,127]],[[9902,14339],[176,73],[218,73]],[[9626,13337],[109,-45],[-9,-10]],[[9726,13282],[-42,-72],[-25,18],[-50,-27],[-34,0],[-42,-128],[-25,-18],[25,-110],[59,19],[8,-82]],[[9164,12772],[-83,164],[41,-9],[51,0],[33,46],[-84,100],[26,36],[-59,101],[-59,-28],[0,-27],[-117,137],[-25,-19],[-17,37]],[[8871,13310],[33,54]],[[8904,13364],[93,0],[92,19],[50,36],[92,55],[34,0],[117,-100],[0,-37],[76,9],[75,-27],[76,27],[17,-9]],[[12837,13155],[-76,0],[-16,-64],[-76,-27]],[[12669,13064],[-67,82],[-8,64],[-101,27]],[[12493,13237],[-17,137],[9,9]],[[13114,12080],[-67,55],[-42,27]],[[12376,12490],[0,45],[17,37],[25,-9],[33,64],[25,-19],[76,173],[25,64]],[[12577,12845],[84,-45],[67,-64],[84,-91],[25,45],[75,-63],[109,127]],[[11395,13774],[-84,37],[-59,-18],[-50,118],[-8,37],[-42,-19],[-59,137],[17,55],[-25,109],[-59,155]],[[10741,13528],[8,-82]],[[10355,13219],[-84,36],[-25,-82],[-25,28],[-34,63],[-125,28],[-26,0],[-33,-73],[-9,-37],[0,-100],[-8,-146]],[[9986,12936],[-8,-9],[-51,37],[-33,54],[-42,82],[-59,73],[-8,55],[-34,0],[-25,54]],[[9626,13337],[8,73],[17,46],[8,100],[-59,27],[-33,100],[-76,-9],[-16,28],[42,63],[0,37],[-59,100]],[[12577,12845],[59,128],[8,36],[25,55]],[[12493,13237],[-75,-9],[-42,-37],[-92,-36],[-51,9],[-25,-64],[-75,46],[-34,45],[0,46],[42,45],[8,92],[-8,18],[-84,9],[-59,-27],[-58,-64],[-17,45],[50,37],[-8,27],[-92,0],[-51,37],[-285,54]],[[11537,13510],[-193,128],[143,54]],[[11235,12763],[68,-18],[75,100],[57,89],[60,-43],[118,-28],[33,-45],[76,-55],[100,-82],[101,9],[92,-63],[-84,-92],[-125,-18],[75,-155]],[[9986,12936],[17,-82],[42,-109],[25,-109]],[[10070,12636],[-50,-28],[-34,-36]],[[11537,13510],[9,-54],[-76,-82],[-58,54],[-109,110],[-143,-164],[-42,-37],[-67,-82]],[[10313,12654],[-33,18],[-59,18],[-67,-9],[-84,-45]],[[8049,14868],[9,164],[-118,18],[-42,-18],[-50,-55],[-59,-9],[-42,55]],[[7747,15023],[42,27],[25,55],[76,36],[33,9],[34,27],[42,91],[42,28],[33,45],[59,37],[59,54],[58,19],[51,27],[50,36],[50,46],[51,73],[16,73],[26,27],[58,37]],[[8552,15770],[59,-110],[25,-54],[-84,-128],[-84,-164]],[[8468,15314],[-150,-118],[-9,-37],[34,-45],[-67,-55],[-227,-191]],[[8527,19368],[-8,-73],[-42,-64],[-34,-82],[34,0]],[[8477,19149],[-9,-27],[-41,-55],[-26,-82],[-33,-63],[-25,-9],[-17,-73],[-50,-173]],[[8276,18667],[-26,9]],[[8250,18676],[-83,18],[0,36],[-26,101],[34,63],[0,19],[-126,100],[-11,-4]],[[8038,19009],[1,14],[-40,44],[17,119],[16,45],[68,55],[33,64],[0,36],[50,9],[17,-18],[34,46],[25,54],[-67,101]],[[8192,19578],[50,9],[168,-55],[-17,-91],[-17,-27],[25,-19],[-33,-100],[8,-45],[151,118]],[[9122,15897],[-25,-27],[0,-55],[17,-36],[-50,-73],[8,-37],[-50,-18],[-42,-100],[-34,-55],[17,-45],[-17,-73],[17,-37],[-50,-63],[-17,-46]],[[8896,15232],[-8,-18],[-67,-37],[-17,-54],[-17,0]],[[8787,15123],[-50,36],[-59,55],[-42,18],[-100,55],[-68,27]],[[8552,15770],[34,54],[8,28],[9,118]],[[8603,15970],[125,18],[26,28],[67,0],[0,-82],[226,0],[34,-10],[41,-27]],[[9735,15952],[8,-9]],[[9743,15943],[25,-210]],[[9382,15487],[-142,292],[0,18],[42,36],[17,46],[0,45],[-17,19],[42,36]],[[9324,15979],[16,9],[34,-54],[143,91],[41,-9],[26,-28],[42,-100],[0,-46],[109,110]],[[9569,16365],[15,-24],[-51,-42],[-34,35],[23,25],[37,-34],[10,40]],[[8863,17027],[25,9],[33,-9],[25,-46],[84,0],[42,-9]],[[9072,16972],[118,-82],[67,-55],[67,28],[25,73]],[[9349,16936],[142,18],[59,36],[25,-36],[17,18],[59,0],[100,-64],[17,19],[42,-10],[25,-36],[42,9],[50,-18],[93,18],[16,-9]],[[10036,16881],[-8,-27],[-50,9],[-34,-9],[-33,-64],[-84,-64],[-17,-27],[-17,-91],[-42,-37],[-33,-9],[8,-55],[-17,-54],[-16,-9],[-42,18],[-17,36],[-50,-9],[-34,-36],[-17,0],[-33,54],[-59,46],[-33,-28],[117,-109],[-34,-18],[-83,0],[0,-27],[41,-37],[42,-18],[9,-27],[84,0],[16,36],[84,-64],[34,-18],[17,-54]],[[9735,16189],[-42,-64],[-59,0],[-59,55],[-67,72],[-42,19],[-25,-28],[-17,-45],[-67,-102]],[[9357,16096],[-75,-35],[-51,18],[-33,-36],[-50,-27],[0,-101],[-26,-18]],[[8603,15970],[-9,18],[-98,80],[-11,2],[-33,64],[-101,82],[-33,18],[-68,55],[17,164],[-8,54]],[[8259,16507],[8,28],[0,164],[-167,36],[58,310]],[[8158,17045],[67,-18],[93,-18],[92,-10],[159,-36],[92,-27],[84,-19],[84,-27],[17,37],[-9,45],[26,55]],[[11194,20215],[-68,-9],[-25,27],[17,-200],[0,-118]],[[11118,19915],[-143,18],[-58,0],[-59,-9],[-50,-18],[-92,-46]],[[10716,19860],[-42,100],[-34,137],[-42,27],[0,18]],[[10598,20142],[0,28],[67,-9],[17,9],[34,54],[41,91],[59,0],[59,-9],[67,-18],[184,9],[68,-64],[0,-18]],[[8879,18466],[-8,-91],[-76,-109],[-41,-82],[-34,-28],[-11,-24]],[[8709,18132],[-48,43],[-50,-73],[42,-18],[-25,-28],[-51,-9],[-33,-55],[-42,-9],[-42,-45]],[[8460,17938],[-42,0]],[[8418,17938],[-33,146]],[[8385,18084],[8,109],[17,127]],[[8410,18320],[67,-9],[0,73],[8,55],[-8,45],[50,9],[25,-9],[34,28],[67,0],[8,-46],[34,0],[42,18],[92,-18],[50,0]],[[8963,21673],[25,-18]],[[8988,21655],[-16,-28],[83,-73],[67,-18],[42,-27],[-50,-155],[-59,-91],[9,-119],[109,-209],[-17,-118]],[[9156,20817],[-17,0],[-8,-64],[-143,36],[-33,-18],[-118,27],[-58,46],[-51,18]],[[8728,20862],[-134,282],[-84,119],[-67,36],[-134,-27],[67,310]],[[8376,21582],[34,91],[67,146],[42,100],[50,-18],[25,36],[17,-9]],[[8611,21928],[25,-46],[277,-182],[50,-27]],[[9374,18703],[-8,-18],[25,-73],[0,-55],[50,0],[34,37],[67,18],[67,-46],[33,-73],[-50,-63],[-50,-46],[-17,-27],[0,-82],[-8,-64],[-17,-36],[-67,-73],[-25,-73]],[[9408,18029],[-17,-128],[-34,-36],[-75,-9]],[[9282,17856],[-67,-9],[-84,63],[-34,10],[-50,-10],[-109,28],[-84,54],[-67,0],[-59,55],[-19,85]],[[8879,18466],[34,46],[33,9],[59,73],[25,100],[51,64],[92,82],[67,-19]],[[9240,18821],[17,-18],[25,9],[84,73],[16,9],[26,-27],[16,-73],[-8,-27],[-50,-28],[8,-36]],[[8038,19009],[-39,-42],[-101,37],[-25,-46],[-8,-73],[-34,-64],[-25,-18],[-8,-82],[0,-54]],[[7798,18667],[-101,-55],[0,-27],[-260,-92]],[[7437,18493],[42,328],[34,219],[8,128],[25,164],[9,109],[33,191],[0,82],[25,182],[0,164],[9,0],[42,219],[16,64]],[[7680,20343],[9,0],[42,-73],[58,-73],[51,-27],[33,-55],[34,-9]],[[7907,20106],[84,-128],[58,-100],[9,-27],[8,-91],[34,-55],[25,-18]],[[8125,19687],[58,-82],[9,-27]],[[7991,17610],[-17,-46],[-25,-18],[-17,-36],[0,-55],[-25,-37],[-67,-63],[-42,-64]],[[7798,17291],[-76,73],[34,64],[-92,100],[-76,18],[-59,0],[-58,27],[-42,-18],[-59,46],[-101,45]],[[7269,17646],[34,100]],[[7303,17746],[92,-54],[92,36],[84,9],[126,0],[50,28],[67,-82],[51,-19],[50,-9],[0,-36],[76,-9]],[[11034,15241],[-67,100],[-33,37],[0,45],[-76,-45],[-17,-18],[-33,9]],[[10808,15369],[17,73],[25,27],[92,0],[25,45],[50,-9],[101,55],[76,46],[33,54],[17,-27],[42,45]],[[11286,15678],[25,-18],[42,18],[50,46],[34,-9],[-67,-46],[-42,-73],[8,-27],[59,-100]],[[7546,16854],[-17,-46],[-33,-118],[-9,-73],[-67,18],[-50,-55],[-8,-54],[8,-73],[34,-46],[-9,-45]],[[7395,16362],[-25,-64],[-33,-109],[-34,-173],[42,-10],[75,-54]],[[7420,15952],[0,-91]],[[7420,15861],[-67,36],[-75,9],[-17,9],[-59,-36],[-25,18],[-33,-73]],[[7144,15824],[-93,46]],[[7051,15870],[109,310],[51,173],[33,91],[67,209],[-276,100]],[[7035,16753],[58,164],[34,119],[17,82]],[[7144,17118],[151,-27],[192,-110],[34,-54],[8,-28],[-8,-36],[25,-9]],[[10699,15478],[33,-46],[59,-54]],[[10791,15378],[-101,-46],[-58,-18],[-67,-64],[-118,46],[-17,27],[17,18],[17,64],[-17,64],[17,27]],[[10464,15496],[17,-9],[84,46],[32,-27],[60,27],[42,-55]],[[8276,18667],[-26,-64],[-33,-137],[-17,-45],[50,-46],[26,0],[83,-27],[51,-28]],[[8385,18084],[-51,9],[-25,27],[-50,-18],[-25,27],[-84,55],[-67,36],[-25,-27],[0,73],[-76,-37],[-17,-27],[-50,-9],[17,-155],[-9,-18]],[[7923,18020],[-150,36],[-51,18],[-42,-18],[-285,9],[-25,9]],[[7370,18074],[42,219],[25,200]],[[7798,18667],[-9,-37],[76,-36],[0,-28],[67,-18],[42,9],[84,0],[117,-18],[25,118],[42,-9],[8,28]],[[9735,16189],[58,9],[51,-46],[-9,-36],[-42,-18],[0,-19]],[[9793,16079],[-75,-63],[17,-64]],[[9324,15979],[-9,27],[42,90]],[[9986,17582],[0,55],[-117,-27],[-42,0],[-34,-28],[-151,92]],[[9642,17674],[151,282]],[[9793,17956],[34,-27],[75,-19],[17,19],[109,63]],[[10028,17992],[0,-27],[50,-73],[34,-27],[25,-100],[-34,-55],[-16,-55],[-42,-27],[-34,0],[-25,-46]],[[11194,20215],[8,9],[59,-45],[25,-55],[0,-36],[-17,-9],[8,-110],[17,-63],[42,-46],[67,-36],[-75,-73],[-84,-37],[17,-27],[-67,-64],[-26,9],[-33,-9]],[[11135,19623],[-9,91],[0,100],[-8,101]],[[7831,16872],[-42,-73],[-33,-27],[0,-19],[58,-27],[-33,-55],[25,-45],[50,-18],[0,-37],[-50,-73]],[[7806,16498],[-25,-27],[-8,-36],[25,-146],[-25,-55],[-109,-82],[-76,-36]],[[7588,16116],[8,54],[-8,55],[-25,55],[8,63],[-109,0],[-67,19]],[[7546,16854],[25,-9],[51,100],[33,82],[84,-37],[42,-36],[8,-27],[42,0],[0,-55]],[[8259,16507],[-50,46],[-93,36],[-142,-36],[-168,-55]],[[7831,16872],[59,45],[50,64],[59,28],[67,63]],[[8066,17072],[92,-27]],[[7747,15023],[-25,-37],[-42,-18],[-67,-46],[-84,-45],[-75,-18],[-92,0],[-109,45],[-67,-18],[-84,18]],[[7102,14904],[-17,37]],[[7085,14941],[-25,45],[25,46],[42,27],[17,46],[8,63],[17,55],[0,55],[8,45],[-8,82],[25,27]],[[7194,15432],[67,73],[25,19],[42,118],[17,64],[25,54],[50,82],[0,19]],[[7420,15952],[0,27],[34,64],[17,18],[58,37],[59,18]],[[8603,20407],[109,-183],[42,-109],[25,-18],[33,-73],[-17,-55]],[[8795,19969],[-117,-27]],[[8678,19942],[-50,-18],[-76,-9],[-42,54],[-58,9],[-9,19],[9,54],[-42,37],[-25,-110],[-26,-127],[0,-73],[-8,-27],[-92,-9],[-134,-55]],[[7907,20106],[25,9],[50,-9],[17,9],[-8,46],[33,0],[25,27],[51,91],[16,128],[84,127]],[[8200,20534],[25,-18],[118,27],[50,28],[17,-46],[75,-91],[25,-64],[51,46],[42,-9]],[[7923,18020],[-33,-82],[8,-82],[25,-37],[26,19],[50,9],[-34,-73],[9,-28],[33,-36],[51,-18]],[[8058,17692],[-34,-18],[-33,-46],[0,-18]],[[7303,17746],[25,92],[42,236]],[[8938,19104],[-50,9],[-25,36],[-51,9],[-42,55],[-25,9],[-17,-36],[-8,-55],[-25,-45],[-34,9],[-92,0],[-92,54]],[[8527,19368],[9,64],[41,64],[76,-10],[25,37],[0,146],[-8,109],[-34,82],[84,46],[-8,27],[-34,9]],[[8795,19969],[34,28],[34,9],[16,-37],[59,-45],[34,-37],[117,-54]],[[9089,19833],[8,-91]],[[9097,19742],[-50,-28],[-17,-45],[-75,-46],[17,-64],[-26,-36],[-16,-82],[-26,-73],[-25,-46],[0,-36],[17,-36],[59,-92],[0,-45],[-17,-9]],[[8376,21582],[-159,27],[-50,0],[-135,27]],[[8032,21636],[17,183],[9,145],[0,164],[16,119],[17,64],[59,109],[59,27],[50,0],[84,9],[84,0],[8,-27],[-34,-18],[26,-64],[41,9],[51,0],[17,46],[-42,36],[58,9],[17,-45],[-17,-73],[-50,-91],[-8,-73],[8,-37],[67,-173],[42,-27]],[[10791,15378],[17,-9]],[[10808,15369],[-84,-201],[59,-73],[0,-9],[83,-218],[26,-55]],[[10347,14494],[-9,46],[51,27],[58,55],[25,36],[-8,46],[-34,82],[-25,45],[-67,46],[0,18],[34,36],[75,0],[0,128],[9,64],[-17,27],[0,82],[-17,64],[-59,0],[-42,136],[-83,37],[-17,27]],[[10221,15496],[17,55]],[[10238,15551],[16,0],[84,-37],[17,-27],[59,-9],[33,46],[17,-28]],[[10229,19095],[-50,63],[-17,-18],[-33,28],[-42,-10],[0,-18],[-44,-41],[-27,19],[-5,-41],[-42,9],[9,45],[-25,37],[-42,0],[-26,-37],[-58,-27],[-59,-55]],[[9768,19049],[-33,0],[0,46],[25,36],[50,27],[59,64],[8,91],[-17,110]],[[9860,19423],[0,36],[160,27],[-9,37],[101,64],[42,9]],[[10154,19596],[25,-55]],[[10179,19541],[42,-73],[-17,-9],[84,-146],[33,-63],[-83,-28],[16,-118],[-25,-9]],[[10699,15478],[58,27],[0,78],[-41,41],[50,27],[-9,37],[17,9],[76,9],[8,-18],[34,0],[50,27],[17,36],[-9,64]],[[10950,15815],[76,0],[17,-18],[25,64],[25,-73],[17,-18],[42,-10],[83,-36],[51,-46]],[[9156,20817],[25,-73],[0,-64],[42,-82],[76,-73],[16,-55],[51,-63],[-9,-101]],[[9357,20306],[-33,-36],[-42,-9],[-9,-73],[-25,-55],[-159,-300]],[[8603,20407],[-29,73],[37,9],[42,-19],[-8,46],[50,18],[-9,82],[26,0],[8,155],[8,91]],[[9357,17573],[-8,-100],[0,-55],[17,-109],[-17,-55],[8,-45],[9,-118],[0,-128],[-17,-27]],[[9072,16972],[0,64],[-17,73],[9,18],[-9,100],[-16,73],[67,164],[8,64]],[[9114,17528],[17,36],[42,37],[25,36]],[[9198,17637],[117,-55],[17,28],[25,-9],[0,-28]],[[9860,19423],[-84,-28],[-83,64],[-17,46],[-109,0],[-25,45]],[[9542,19550],[8,64],[0,73],[25,82],[-42,45],[-33,73],[75,46],[17,-37],[134,92],[-17,27],[-33,82],[-34,54],[9,64],[-9,73]],[[9642,20288],[210,0],[67,9],[67,37],[76,109],[33,18],[101,0],[33,37],[25,9]],[[10254,20507],[51,0],[42,-37],[0,-54],[-9,-55],[17,-18]],[[10355,20343],[-17,-37],[-67,-36],[-25,-27],[42,-82],[75,-110],[59,-100],[-17,-27],[-209,-237],[-25,-18],[-34,-46],[17,-27]],[[10380,15961],[-92,-109],[59,-37],[-84,-82],[-51,73]],[[10212,15806],[-50,46],[-100,54],[-51,37],[9,-46],[-51,-36],[-42,45],[-83,28],[-26,-10],[-75,19]],[[9793,16079],[25,-36],[34,0],[0,45],[42,-27],[67,27],[84,-9],[42,28],[92,-9],[75,-73],[26,-19],[75,-9],[25,-36]],[[10238,15551],[-34,64],[42,36],[0,37],[-42,0],[-17,54],[25,64]],[[10380,15961],[25,18],[25,-27],[76,-128],[59,-64],[67,-18],[42,9],[25,19],[50,18],[201,27]],[[8863,17027],[-51,127],[-58,100],[8,46],[25,36],[25,101]],[[8812,17437],[59,-19],[109,64],[50,37],[84,9]],[[9542,19550],[-17,-18],[-34,18],[-50,-54],[-50,-19],[-17,28],[-117,54],[-135,73],[68,64],[8,36],[-42,28],[-59,-18]],[[9357,20306],[51,19],[16,-28],[168,-9],[50,0]],[[9114,15232],[-33,0],[-26,-18],[-33,18],[-59,9],[-42,-27],[-25,18]],[[9642,17674],[-125,-219],[-17,-18],[-92,9],[-26,36],[9,82],[-34,9]],[[9198,17637],[17,27],[16,73],[0,55],[51,46],[0,18]],[[9408,18029],[58,-18],[109,-55],[25,-18],[42,27],[17,37],[50,9],[84,-55]],[[8200,20534],[25,64],[34,64],[126,91],[16,27],[59,46],[17,36],[50,9],[50,-18],[151,9]],[[7840,22639],[-51,-19],[9,-36],[67,-9],[33,9],[59,-9],[84,9],[-134,-109],[25,45],[-50,0],[-17,-18],[0,-46],[-34,-36],[-33,-9],[-34,9],[-33,36],[0,64],[16,82],[26,37],[41,9],[26,-9]],[[9005,24397],[34,-9],[42,-46],[83,-164],[9,-27],[-42,-9],[-9,-73],[-8,-246],[8,-137],[-16,-91],[-59,-55],[-42,-18],[-8,-36],[-34,-28],[0,-91],[-67,-73],[-16,-51],[-27,4],[-16,-53],[-25,-45],[-42,-28],[-109,-18],[-151,-209],[0,-64],[-67,-9],[-42,45],[-25,0],[-84,46],[-25,-18],[25,-37],[34,-27],[50,-18],[25,-37],[-83,-18],[-68,0],[-16,-18],[8,-28],[-25,-18],[-109,-36],[-17,9],[0,127],[-33,101],[-17,63],[0,101],[8,91],[25,145],[42,164],[84,201],[59,118],[84,128],[193,319],[16,-13],[-8,-33],[17,-27],[33,9],[9,18],[58,64],[67,9],[0,18],[-67,64],[-8,-46],[-25,-45],[-84,-18],[117,218],[109,164],[42,73],[67,0],[34,-36],[59,-91],[33,-155]],[[8418,17938],[-109,0],[-67,18],[-17,-9],[-8,-37],[25,-54],[-8,-28],[-109,-118],[-67,-18]],[[8787,15123],[-50,-64],[-25,-9],[-59,-46],[-109,-36],[-84,0]],[[8460,14968],[-50,18],[-51,-9],[-8,-27],[-75,-64],[-51,-9],[-58,-28],[-51,-82],[-50,55]],[[8066,14822],[-17,46]],[[7798,17291],[92,-82],[92,-91],[84,-46]],[[7144,17118],[8,64],[-17,82],[-33,100],[167,0],[26,27],[58,9],[51,18],[-34,73],[-117,-45],[-76,-18],[9,27],[42,82],[41,109]],[[10221,15496],[-76,18],[-16,-18],[-51,-18],[-67,0],[0,27]],[[8938,19104],[42,-9],[17,-18],[33,-64],[-17,-37],[-16,-91],[75,0],[143,-18],[25,-46]],[[10716,19860],[8,-27]],[[10724,19833],[-151,-73],[-201,-91],[-193,-128]],[[10355,20343],[42,-64],[17,0],[33,-55],[51,-54],[41,-19],[42,10],[17,-19]],[[9885,22019],[-16,-9],[-17,-64],[-17,-36],[-67,-64],[-151,-82],[-42,0],[-50,-64],[-34,-18],[-25,18],[-134,-9],[-33,-18],[-26,-37],[-58,-9],[-84,73],[-143,-45]],[[8963,21673],[34,0],[151,55],[67,54],[84,37],[25,18],[92,118],[25,91],[50,46],[109,18],[93,37],[67,-19],[33,9],[34,37],[33,-18],[34,-55],[-9,-82]],[[10607,22793],[8,-9]],[[10615,22784],[-604,-565],[-33,-63],[-34,18],[9,18],[50,37],[604,564]],[[9885,22019],[9,-18],[50,27],[143,-310],[33,-36],[0,-27],[143,-310],[50,-119],[-59,-719]],[[7051,15870],[-16,9]],[[7035,15879],[-285,137]],[[6750,16016],[226,592],[59,145]],[[7680,20343],[17,82],[67,164],[25,100],[42,109],[42,192],[17,45],[33,137],[34,155],[8,9],[67,300]],[[9374,18703],[310,18],[17,100],[-8,28],[75,18]],[[9768,18867],[0,-55],[25,-73],[-25,-36],[17,-46],[33,-63],[26,-119],[-17,-54],[17,-28],[50,-45],[17,-46],[50,-109],[0,-73],[17,-9],[50,-119]],[[8460,17938],[-8,-82],[25,-46],[8,-109],[-17,-46],[42,-9],[66,-54],[4,-19],[140,-36],[25,-73],[25,-18],[42,-9]],[[7890,11460],[-59,-127],[-25,-9],[-25,-64],[8,-118]],[[7789,11142],[-16,-37],[-42,-64]],[[7731,11041],[-9,28],[-67,91],[-50,100],[-34,46],[-58,54]],[[7513,11360],[-51,110]],[[7462,11470],[17,9],[50,-55],[26,36],[109,-36],[67,-18],[33,9],[50,36],[76,9]],[[8140,13772],[1,-43],[-41,-27],[-168,-64]],[[7932,13638],[-34,0],[-201,54],[-126,-18]],[[7571,13674],[-42,128],[-16,73],[-51,155],[42,54],[-33,37],[-17,0],[-17,54],[17,100],[-8,19]],[[7446,14294],[125,27],[143,9],[84,0],[8,46]],[[7806,14376],[109,-110],[34,-45],[-17,-82],[117,118],[17,28],[84,36],[109,-319],[-42,-118],[-77,-112]],[[7144,11133],[-67,-82],[-17,-46],[-25,-36]],[[7035,10969],[-25,18],[-135,-18],[-83,27],[-68,27],[-58,0]],[[6666,11023],[0,55],[17,9],[-17,55],[8,45],[-59,37],[0,72]],[[6615,11296],[9,37],[75,27],[118,0],[75,9],[42,-9],[34,9],[50,46]],[[7018,11415],[17,-55],[25,-45],[17,-55],[33,-73],[25,9],[9,-63]],[[8628,12371],[25,-315]],[[8653,12056],[-84,-113],[-67,-54],[-159,-55],[-84,-18],[-118,-100]],[[8141,11716],[0,82],[9,136],[8,55],[-167,-27],[-51,18],[-67,-18],[-33,27]],[[7840,11989],[-93,91],[34,27],[0,55],[-8,91],[50,109],[126,155]],[[7949,12517],[67,-64],[-59,-54],[8,-46],[-42,-54],[76,-110],[17,-73],[92,46],[8,-46],[243,73],[51,9],[109,37],[33,18],[-8,109],[59,37],[25,-28]],[[8653,13346],[-84,-27],[-59,0],[-125,9],[-109,18],[-93,0],[-67,-18],[17,36],[-33,28],[-84,-55],[-9,109],[-25,10]],[[7982,13456],[9,45],[-26,100],[-33,37]],[[8140,13772],[15,-9],[95,30],[17,36],[42,-9],[59,36],[33,37],[34,18]],[[8435,13911],[12,-3],[164,-134],[0,-36],[17,-255],[0,-55],[42,0],[8,-18],[-25,-64]],[[11059,19605],[-16,-37],[0,-45],[-26,-109],[-16,-92],[-34,-45],[-134,-82],[-34,-46],[-16,-36],[-42,0],[-76,-27],[-92,-91],[-8,-19],[-59,9],[-126,-45],[-8,27],[17,37],[-42,63],[-26,10],[-58,-19],[-34,37]],[[10724,19833],[50,-155],[42,-155],[25,64],[143,27],[67,0],[8,-9]],[[7982,13456],[-50,0],[-42,-28],[-17,-64],[-50,19],[-25,-110],[-17,9],[-8,64],[-68,0],[-33,-18]],[[7672,13328],[-126,9],[-8,91],[-59,9],[0,19]],[[7479,13456],[34,0],[16,18],[-8,91],[84,-9],[-34,118]],[[5232,11424],[-319,-228]],[[4913,11196],[-16,37],[-42,27],[58,64],[-100,45],[-42,9],[-34,73],[25,37],[-16,36]],[[4746,11524],[25,18],[-25,37],[-25,73],[-84,127],[8,55],[34,27],[33,9],[25,64],[-58,46],[16,45]],[[4695,12025],[34,-27],[67,-18],[25,-37],[0,-45],[50,-9],[51,-55],[67,-46],[100,-91],[42,-54],[42,-82],[0,-28],[17,-63],[42,-46]],[[7429,12007],[-9,-27]],[[7420,11980],[-25,-46],[-17,-9],[-50,18],[-25,-9],[-84,-54],[-42,-64],[-58,-46],[-93,-27]],[[7026,11743],[42,36],[-8,46]],[[7060,11825],[-26,-1]],[[7034,11824],[-24,-72],[-34,-9],[-25,73],[0,54],[84,0],[58,19],[26,45],[-26,155],[66,18],[-32,55],[-29,73],[54,36],[76,64]],[[7228,12335],[67,-100],[33,-64],[-8,-18],[75,-109],[34,-37]],[[6213,12371],[-25,-18]],[[6188,12353],[-34,82],[-25,37],[-59,-19],[17,-36],[-100,-27],[0,27],[-51,-18],[-16,73],[-109,-28],[-76,155],[8,28],[68,63],[25,46],[-19,28],[-40,17],[-50,-27],[-17,37],[25,18],[8,27]],[[5743,12836],[151,109],[42,28]],[[5936,12973],[84,64],[42,-64]],[[6062,12973],[34,-37],[25,-63],[17,-64],[-34,-9],[-15,-51],[23,-86],[9,-55],[33,-118],[17,-9],[17,-55],[25,-55]],[[4486,9757],[-25,9],[-101,-9],[-143,18],[-50,27],[-59,10],[-8,18],[8,45],[-58,101],[8,27],[-42,82],[9,55],[-26,36],[-8,-46],[-33,0],[-26,101],[0,27],[59,18],[-8,28],[-34,-10],[-17,19],[17,36],[9,64]],[[3958,10413],[142,91],[17,27],[33,-27],[84,9],[-17,27],[68,82],[33,155]],[[4318,10777],[59,-27],[117,-91],[59,-37]],[[4553,10622],[-50,-73],[-26,-82],[-25,-109],[84,0],[-8,-45],[8,-37],[25,-45],[-25,-28],[-25,-63],[75,-192],[-8,-45],[-25,-19],[33,-54],[-75,-9],[-25,-64]],[[8058,10877],[67,0],[58,-9],[34,-27],[50,-27],[67,-19],[67,10],[42,18],[84,9]],[[8527,10832],[176,9],[176,-18],[67,9],[9,-27]],[[8955,10805],[-151,-137],[-76,-37],[-58,-9],[-84,9],[-84,19],[-59,-9],[-92,-37],[-92,-64],[-59,-82],[-25,-54],[-34,-128],[-50,-73],[-75,-82],[-118,-109],[-58,-46],[-67,-36],[-34,-36]],[[7739,9894],[-8,-10],[-176,-54]],[[7555,9830],[-9,0]],[[7546,9830],[-17,45],[-67,-27],[-33,9]],[[7429,9857],[25,73]],[[7454,9930],[25,137],[0,82],[-25,100],[0,127],[8,101],[-25,100],[-8,91]],[[7429,10668],[58,9],[59,36],[126,137],[50,18]],[[7722,10868],[25,-9],[168,28],[143,-10]],[[3572,10495],[-151,-18],[-101,-46],[-50,-9],[84,91],[25,18],[34,64],[41,9],[26,-27],[92,-82]],[[3958,10413],[-17,100],[-84,109],[-17,55],[-75,64],[-101,-18],[-17,27],[-58,9],[-51,-9],[-16,-18],[-68,-37],[-16,9],[-93,-27],[-75,-36],[-34,18],[-33,-9],[0,-55],[25,-27],[-17,-19],[-67,-36],[-67,27],[-67,-164],[34,-63],[50,-37],[8,-18],[-25,-27],[-33,0],[-76,27],[-25,36],[-25,0]],[[2918,10294],[-25,19]],[[2893,10313],[67,36],[50,55],[34,109],[8,82],[-50,137],[-9,63],[17,55],[50,64],[17,9],[185,64],[25,-9],[377,173],[42,9],[101,45],[0,-18],[-67,-54],[75,9],[75,0],[34,-19],[0,-54],[50,-55],[25,-9],[9,-27],[33,-28],[34,46],[0,-55],[-17,-18],[25,-36],[34,36],[33,0],[0,-27],[51,-55],[84,-36],[33,-28]],[[9609,11160],[8,-46],[-8,-27],[58,-18],[135,-18],[-34,-228]],[[9626,10850],[-76,0],[-109,27]],[[9441,10877],[-59,19],[-134,27],[-50,0]],[[9198,10923],[-17,118]],[[9181,11041],[50,10],[59,36],[-25,197],[109,-42],[8,36],[143,-63],[-15,-56],[90,-26],[9,27]],[[8192,12818],[33,-128],[-58,9],[-51,46],[-50,9],[-34,-27],[26,-37]],[[8058,12690],[-51,-27],[-33,9],[-34,27],[-33,-45],[-76,-18]],[[7831,12636],[-25,18],[-25,-9],[-50,54],[-42,10],[-25,27],[50,45],[0,28]],[[7714,12809],[42,45],[42,19],[-17,18],[-50,18],[-17,27],[75,28],[109,82],[42,36]],[[7940,13082],[34,-9],[42,-36],[0,-92],[84,-18],[50,-27],[17,-55],[25,-27]],[[6297,13328],[8,-55],[-40,7],[40,-61]],[[6305,13219],[-159,27],[-50,-36],[-76,-91],[42,-55],[42,27],[34,-54],[-76,-64]],[[5936,12973],[-25,45],[-17,91],[-25,46],[34,46],[-42,54],[17,18]],[[5878,13273],[25,37],[33,-37],[17,19],[-25,36],[42,36],[92,92],[34,18],[16,-37],[51,19],[42,36],[42,-64],[50,-100]],[[6029,13665],[0,-27],[-84,-64],[-34,-36],[-100,-73],[109,-73],[-76,-64],[15,-24]],[[5859,13304],[-23,24],[-109,-82],[-25,-27],[-76,-37],[-33,-9],[-42,-45],[33,-119],[59,-118]],[[5643,12891],[-25,-18],[-42,-10],[-34,28],[25,18],[-42,36],[-33,46],[-17,46],[-33,36],[-76,-64],[-67,-36],[-75,136],[-34,-45],[-50,-9],[-42,-28],[0,37],[-50,109],[-26,46],[9,18],[-17,36]],[[5014,13273],[92,101],[109,136],[143,192],[50,-19],[8,19],[-33,18],[0,27],[59,55],[58,73],[42,36],[92,91]],[[5634,14002],[168,-228],[-8,-27],[-51,-36],[26,-37],[58,28],[34,0],[75,63],[9,0],[67,-91],[17,-9]],[[9198,10923],[-84,-18],[-50,-18],[-101,-64],[-8,-18]],[[8527,10832],[0,27],[-33,18],[-9,64],[0,173]],[[8485,11114],[201,146]],[[8686,11260],[51,-273],[0,-18],[92,9],[25,-9],[76,9],[92,27],[75,27],[84,9]],[[4913,11196],[76,0],[-25,-54],[-42,-55],[-9,-36],[-100,-92],[-17,0],[-42,-45]],[[4754,10914],[-17,9],[-50,-9],[-25,18],[-25,-36],[-59,0],[-34,27],[-25,36],[-33,19],[-59,-9],[-42,27],[-117,137],[-109,-55],[8,27],[59,46],[8,18]],[[4234,11169],[84,9],[8,37],[26,18],[58,9],[109,45],[25,28],[-8,54],[42,37],[25,64],[50,27],[93,27]],[[7731,11041],[0,-27],[-26,-55],[9,-54]],[[7714,10905],[-25,18],[-25,46],[-109,-46],[-34,-9],[-25,9],[-59,46],[-50,27],[-76,55]],[[7311,11051],[26,100],[83,27],[59,27],[42,-45],[59,73],[-34,45],[-33,82]],[[11135,19623],[-76,-18]],[[7194,15432],[-50,46],[-59,64],[-59,54]],[[7026,15596],[42,92],[34,27],[42,109]],[[6565,14886],[-8,-55],[-34,-36],[42,-73]],[[6565,14722],[9,-27],[-42,-146],[-59,0],[-59,-9],[59,-46],[-17,-73],[17,-82]],[[6473,14339],[-50,-64]],[[6423,14275],[-51,28],[-33,9],[-76,45],[-16,55],[-26,-18],[-25,45],[-50,46],[-92,109]],[[6054,14594],[50,101],[84,145],[42,82]],[[6230,14922],[50,-36],[117,-55],[34,-36],[42,54],[33,0],[59,37]],[[7563,11798],[-42,-28],[-75,-18],[-126,-9],[-42,-27],[-67,0],[-34,-10]],[[7177,11706],[-126,28],[-25,9]],[[7420,11980],[76,-91],[67,-91]],[[10212,12116],[160,-118],[17,27],[92,-27],[0,-9]],[[10280,11533],[-135,0],[-16,-18],[-9,-64],[-33,-45],[-42,-18],[-67,0],[-34,-10],[-17,-27],[-8,-45],[67,-55],[-17,-18],[-42,-9],[-50,9],[-101,0]],[[9776,11233],[0,45],[-33,55],[8,73],[25,64]],[[9776,11470],[210,100],[-25,64],[-17,72],[34,46],[-9,27],[109,173],[51,-27],[67,128],[16,63]],[[6901,14175],[-51,-27],[-11,-39],[-106,-98],[-42,-27],[-84,-82]],[[6607,13902],[0,55],[-17,45],[-16,0]],[[6574,14002],[8,46],[-8,73],[0,54],[-9,37],[-33,0],[-59,-91],[-34,0],[0,45]],[[6439,14166],[-8,46],[-17,36],[9,27]],[[6473,14339],[8,46],[25,45],[68,-18],[75,100],[50,-18],[25,-27],[17,27],[17,64]],[[6758,14558],[59,0],[58,-18]],[[6875,14540],[-8,-37],[8,-45],[-25,-37],[0,-100],[25,-27],[17,-46],[9,-73]],[[6875,14540],[67,-28],[42,0]],[[6984,14512],[26,-82],[41,-73],[17,-18],[42,37],[9,-55],[58,-82]],[[7177,14239],[-8,-109],[-25,-73],[-34,-37],[-59,73]],[[7051,14093],[-33,19],[-50,9],[-42,18],[-25,36]],[[6850,15278],[59,72],[59,110],[-9,27],[34,37],[33,72]],[[7085,14941],[-8,0],[-160,136],[34,55],[-42,36],[17,28],[-76,82]],[[5240,12135],[101,-137],[50,-46],[42,-18],[109,-27]],[[5542,11907],[-142,-155]],[[5400,11752],[-9,9]],[[5391,11761],[-142,91],[-51,55],[-50,82],[-67,55]],[[5081,12044],[42,82]],[[5123,12126],[50,63],[25,-54],[42,0]],[[5333,9976],[-26,-55],[-25,-27],[-33,9],[-9,-46],[-16,-18],[-378,45],[0,-54],[-33,-37],[0,-127],[50,-64],[-42,-36],[-59,-28]],[[4762,9538],[-8,28],[-42,82],[-193,100],[-33,9]],[[4553,10622],[0,-36],[92,-27],[8,18],[84,-55],[42,-36],[151,-55],[17,0],[17,-46],[117,-127],[159,-137],[9,-27],[84,-118]],[[5484,11333],[16,-146],[42,-27],[34,-55],[-25,-27],[0,-37],[16,-63],[34,-73],[59,-9],[8,-101]],[[5668,10795],[-67,-27],[-59,-64],[-134,28],[-50,-19],[-101,-173]],[[5257,10540],[-42,0],[-50,28],[-25,36],[-76,82],[-100,46],[-59,0],[-17,9],[-92,127],[-42,46]],[[5232,11424],[67,-46],[50,-27],[34,-9],[101,-9]],[[9013,14312],[-100,-64],[0,-173],[-109,-18],[-101,36],[-25,37],[-75,-18],[-42,-19],[-34,-54],[9,-28],[-9,-36],[-33,-37],[-51,-9],[-8,-18]],[[7806,14376],[34,191],[16,55],[34,-28],[67,164],[75,-36],[17,91],[17,9]],[[8460,14968],[17,-64],[25,-27],[0,-164],[67,0],[50,-55],[0,-27],[76,-73],[8,-27],[42,-37],[59,-9],[209,-173]],[[8032,11643],[93,-173]],[[8125,11470],[-42,-19],[-101,-9],[-33,-18],[-26,27],[-33,9]],[[7462,11470],[-33,91]],[[7429,11561],[25,0],[84,18],[50,-9],[126,-9],[42,9],[33,27],[134,37],[59,-10],[50,19]],[[6230,14922],[126,246],[109,201],[285,647]],[[7035,15879],[-84,-119],[-42,-45],[-34,-55],[-67,-82],[-50,-54],[-67,-46],[-59,-55],[-8,-36],[-101,-91],[34,-37],[-51,-45],[17,-46],[59,-63],[25,-10],[42,-45]],[[6649,15050],[-67,-73],[25,-55],[-42,-36]],[[6850,15278],[-126,-137],[-75,-91]],[[6565,14722],[67,27],[59,-27],[27,6],[15,-33],[-34,-73],[17,-37],[-8,-54],[50,27]],[[5333,9976],[8,-28],[59,-45],[33,-19],[118,-45],[117,-119],[59,-27],[75,0],[50,-9],[84,9],[25,-9],[93,0],[67,55],[8,-55],[17,-36],[-42,-37],[-17,18],[-58,9],[0,-27],[-51,-18],[-25,18],[-42,-9],[-17,64],[-25,-28],[25,-54],[34,-9],[25,-64],[-25,-73],[-50,-73],[-109,-54],[-109,-46],[-51,-9],[-67,0],[-109,-46],[-50,0],[-126,37],[-50,9],[-42,18],[-59,73],[-17,64],[-100,45],[-50,9],[-34,37],[-117,9],[-26,27]],[[6439,10996],[0,-55],[-8,-36],[0,-64],[17,-55],[-84,-18],[-42,9],[0,-73],[-8,-82],[-26,-54],[0,-46]],[[6288,10522],[-58,-64]],[[6230,10458],[-34,0],[-25,28],[-75,45],[8,18],[-50,10],[-34,-10],[25,146],[34,0],[8,110],[-33,63],[-9,46]],[[6045,10914],[84,73],[109,-18],[42,9],[59,63]],[[6339,11041],[100,-45]],[[7035,10969],[33,-73],[9,-46],[33,-64],[92,-54],[93,-9],[134,-55]],[[7454,9930],[-92,91],[-51,37],[-58,72],[0,28],[84,45],[33,28],[0,27],[-235,27],[-8,91],[-143,19],[-50,63],[-59,9],[-58,64],[-76,0],[-8,-27],[-42,-27],[-42,-46],[-25,0]],[[6624,10431],[-50,0],[-42,82],[-9,36],[-151,-63],[-84,27],[0,9]],[[6439,10996],[101,-9],[126,36]],[[5869,10039],[25,-36],[-8,-18],[-34,-9],[-83,-46],[-109,9],[-93,27],[-58,46],[-9,18],[-125,100],[-51,28],[-8,18],[33,46],[109,-19],[185,-63],[134,-73],[92,-28]],[[6230,10458],[-59,-136],[-84,-246],[-42,-100]],[[6045,9976],[-84,54],[-33,9],[-84,64],[-176,82],[-8,9],[-109,46],[-151,45],[-25,0],[-109,55],[-101,137],[8,18],[42,-9],[59,45],[-17,9]],[[5668,10795],[84,19],[33,27],[101,27],[84,-18],[75,64]],[[8678,12526],[-101,146],[202,46],[25,9],[-59,127],[-33,-18],[-93,9],[-50,-36],[-75,9],[-26,82]],[[8468,12900],[59,36],[0,37],[17,45],[33,28],[68,127],[109,82],[50,9],[67,46]],[[8133,11060],[-8,0],[-67,-183]],[[7722,10868],[-8,37]],[[7789,11142],[42,-28],[92,-45],[42,0],[135,54],[33,-45],[0,-18]],[[8653,13346],[75,28],[176,-10]],[[8468,12900],[-83,-64],[-51,-18],[-50,-9],[-92,9]],[[7940,13082],[-8,9],[-101,28],[-58,9],[16,82],[-67,0],[9,27],[-34,36],[-25,55]],[[7311,11051],[-167,82]],[[7018,11415],[67,36],[50,9],[42,246]],[[7177,11706],[34,-27],[42,-55],[25,-18],[67,-27],[59,0],[25,-18]],[[5081,12044],[-117,82],[-25,-28],[176,-164],[42,-118],[8,-82],[184,-73],[17,27],[25,73]],[[5400,11752],[109,-73],[184,-45],[67,0],[59,9],[50,27],[42,9],[76,0]],[[5987,11679],[134,-27],[117,36],[9,46],[-17,54],[33,101],[-17,29],[-33,89],[0,37],[50,27],[-9,26],[-33,-26],[-33,-9],[-50,64],[-34,18],[-59,182]],[[6045,12326],[76,18],[8,-27],[59,36]],[[6213,12371],[117,92]],[[6330,12463],[109,-146],[76,64],[8,63],[42,55],[84,-73],[67,-63],[8,36],[59,-46],[34,-45],[33,-19],[51,55],[75,37],[42,27]],[[7018,12408],[33,-37],[76,28],[-50,118],[209,110],[25,-64],[-25,-119],[42,-45],[-100,-64]],[[7034,11824],[26,1]],[[6615,11296],[-50,-9],[-176,55],[-33,27],[-93,37],[-33,-9],[-59,9],[-59,-9],[-25,-28],[-25,-73],[0,-91],[-8,-109]],[[6054,11096],[-59,18],[-109,55],[-42,46],[-42,63],[-17,55],[-301,0]],[[4695,12025],[-184,55],[-34,0],[-33,-73],[-1,-54],[-49,91],[-59,18],[-50,0],[-59,-18],[-394,-146]],[[3832,11898],[-17,-9],[-34,45],[42,91],[84,137],[42,91],[9,36],[-17,46],[-34,9],[-8,91],[50,110],[34,36],[50,27],[34,0],[41,-18],[34,91],[210,-82],[75,-27],[176,155]],[[4603,12727],[42,-73],[92,-55],[-25,-64],[50,-36],[109,-64],[93,-64],[-25,-27],[33,-82],[143,-136],[8,0]],[[5859,13304],[19,-31]],[[5743,12836],[-33,73],[-59,-46]],[[5651,12863],[-8,28]],[[5987,11679],[0,100],[-17,55],[-9,73],[-16,36],[8,82],[-42,110],[-33,73]],[[5878,12208],[100,36],[-25,64],[92,18]],[[8921,12034],[-109,37],[-42,9],[-117,-24]],[[8628,12371],[42,-18],[42,-36],[33,-73],[25,-27],[84,54]],[[8133,11060],[76,45],[25,-18],[42,0],[75,27],[84,-9],[50,9]],[[6624,10431],[17,-64],[-9,-82],[17,-63],[109,-46],[67,-73],[-25,-27],[-50,-28],[-9,-18],[42,-109],[76,-55],[-42,-64],[100,-82],[0,-54]],[[6917,9666],[-33,0],[-101,27],[-17,18],[-117,55],[-126,36],[-50,10],[-109,0],[-25,18],[-126,36],[-50,28],[-118,72],[0,10]],[[6054,11096],[176,9],[58,-27],[51,-37]],[[4234,11169],[-8,64],[-92,164],[-101,164],[-8,73],[25,54],[58,100],[26,10],[25,54],[33,28],[-92,82],[-25,0],[-210,-64],[-33,0]],[[7429,9857],[-25,18],[-76,-63],[-50,-10],[-50,-36],[-51,0],[-42,-18],[-33,-28],[-51,-27],[-41,0],[-93,-27]],[[10212,12116],[-83,37],[-185,52],[17,57],[33,37],[-58,127],[-84,9]],[[5542,11907],[126,137],[8,27],[42,55],[160,82]],[[7949,12517],[125,119],[26,18],[-42,36]],[[6574,14002],[-151,-182],[-42,-64],[-34,-27],[-42,36],[-109,64]],[[6196,13829],[67,100],[34,28],[50,91],[92,118]],[[7714,12809],[-17,36],[17,28],[-4,39],[-21,15],[-84,-54],[-67,-73],[-67,27],[-193,210],[117,136],[-33,18],[16,110],[-8,45]],[[7370,13346],[0,119],[109,-9]],[[6196,13829],[-58,-64],[-109,-100]],[[5634,14002],[118,155],[159,228],[143,209]],[[9013,14312],[101,0]],[[6934,13501],[-7,-80],[24,7],[109,-91],[25,-27]],[[7085,13310],[-50,-73],[-25,-55],[-34,9],[-34,-9],[-83,-73],[-34,-45],[-50,-46],[-160,0]],[[6615,13018],[-33,82],[-67,-18],[-17,9],[-33,100],[-143,28],[-17,0]],[[6297,13328],[201,164],[117,27],[-8,37],[109,27],[0,18]],[[6716,13601],[25,-18],[17,37],[25,18],[151,-137]],[[7051,14093],[-25,-45],[9,-18],[-42,-110],[-25,-18],[0,-364],[-34,-37]],[[6716,13601],[-8,82],[-59,110],[-59,91],[17,18]],[[8141,11716],[-50,-28],[-59,-45]],[[7563,11798],[42,45],[59,-9],[83,55],[26,36],[41,27],[26,37]],[[7429,12007],[25,27],[59,10],[16,45],[17,91],[42,37],[-25,54],[-67,91],[17,19],[92,27],[33,36],[76,19],[17,18],[16,64],[34,45],[50,46]],[[13306,21381],[-50,-18],[-67,-45],[-25,-37],[-25,9],[-76,9],[-92,-27],[-25,-100],[-34,-37],[-42,-18],[-75,-18],[-50,0],[-252,127],[-59,37],[-58,18],[-84,18],[-59,28],[-25,-9],[0,-30],[-50,-7]],[[12854,22265],[50,-55],[25,-73],[92,-200],[260,64]],[[2063,7416],[-51,-8],[-10,14],[44,30]],[[2046,7452],[17,-36]],[[3270,7470],[0,-18],[-34,-73],[51,-64],[67,-54],[-17,-37],[0,-36]],[[3337,7188],[0,-55],[-25,-9],[8,-55],[17,-18],[0,-36],[-42,-64],[-17,-64],[-25,-54],[-75,-210],[-42,-9],[-50,9],[-9,18],[-67,9],[-59,-36],[-16,-27],[-227,-46],[-42,0],[-134,146],[-75,54],[0,55],[-67,0],[-59,46],[-67,-37],[-42,0],[-59,46],[-25,118],[-25,0],[-17,37],[-33,45]],[[2063,7051],[-26,64],[-33,46],[42,54]],[[2046,7215],[17,-27],[-34,-46],[17,-18],[42,46],[42,-46],[16,27],[-50,64],[84,55],[-8,18],[-51,-36],[-42,0]],[[2079,7252],[34,91]],[[2113,7343],[17,54],[-34,19],[-33,63]],[[2063,7479],[-9,55]],[[2054,7534],[-17,9],[-8,91],[34,100]],[[2063,7734],[100,0],[176,-36],[93,-9],[50,-18],[92,-82],[59,-46],[42,-18],[75,0],[50,18],[59,0],[159,-27],[26,-28],[33,10],[101,-19],[92,-9]],[[3614,7953],[-17,-9],[-25,-55],[8,-145],[-50,-28],[-76,-64],[-25,-45],[-84,-9],[-8,-64],[-17,9],[-42,-9],[17,-36],[-25,-28]],[[2063,7734],[33,46],[201,55],[17,45],[-50,28],[-59,45]],[[2205,7953],[-17,9],[9,46],[33,91],[17,18],[109,73],[59,-27],[17,-28],[83,0],[67,-18],[51,9],[17,28],[92,45],[84,-18],[50,-37],[33,-54],[68,-9],[41,18],[93,18],[84,-18],[83,45],[34,-18],[50,0],[17,-36],[-8,-37],[33,-63],[42,-55],[92,55],[51,-10],[25,-27]],[[13072,10914],[-51,18],[-67,-18],[-58,0],[-59,-9],[-25,-18],[-25,-64],[-17,-18],[-59,-10]],[[12711,10795],[-33,19],[-76,18],[-67,82],[-42,27],[-42,0],[-33,-18],[-17,-27],[-25,-91],[-34,-46],[-33,-18],[-93,-9],[-58,0],[-59,9],[-33,27],[-34,46],[-17,36]],[[12300,11533],[193,0],[59,9],[92,28],[42,18]],[[4637,6095],[-101,-19],[-25,37],[-8,36],[16,28],[-16,27],[-51,18],[-42,37],[59,27],[50,-9],[42,-27],[34,-55],[0,-18],[33,-37],[-8,-27],[17,-18]],[[4637,6095],[75,9],[67,18],[-92,9],[42,18],[33,-9],[84,28],[-117,0],[-34,9],[-42,63],[-16,46],[8,36],[42,0],[25,19],[50,-9],[0,-73],[26,0],[16,82],[26,-9],[8,45],[25,18],[50,0],[42,-18],[34,-36],[-59,-46],[0,-18],[67,45],[17,-36],[0,-36],[25,0],[25,-37],[0,-36],[59,-73],[-402,-538],[-42,-36],[-260,-191],[-76,-64],[-75,-55],[-143,-109],[-25,-37],[-25,-9],[-101,-18],[-25,46],[-25,-28],[-42,-18],[-25,46],[-92,-37]],[[3765,5056],[-51,0],[-16,27],[0,37],[-67,9],[0,146],[-9,382],[-42,0],[-84,37],[-25,36],[9,73],[25,109],[25,73],[-17,91],[0,92],[-25,63],[25,82]],[[3513,6313],[9,64],[16,36],[9,64],[25,28],[-17,100],[8,36],[42,82],[34,9],[84,-18],[8,-18],[134,-27],[25,-28],[17,-45],[25,-9],[17,-82],[42,-82],[25,-64],[34,-46],[167,-27],[42,0],[93,-73],[16,0],[59,-45],[109,-164],[-8,54],[109,18],[0,19]],[[3865,7871],[17,-73],[-17,-45],[-58,-28],[0,-328],[8,-145],[-50,-19],[-34,-54]],[[3731,7179],[-25,27],[-42,64],[-33,27],[-84,-64],[-67,0],[-93,-72],[-50,27]],[[3614,7953],[17,9],[117,-64],[67,-9],[34,-27],[16,9]],[[12527,22793],[-25,28],[8,27],[0,64],[-42,27],[17,46],[25,-18],[42,18],[-9,27],[17,18],[42,-9],[84,46],[0,54],[-25,55],[8,64],[17,27]],[[12795,23386],[42,45],[50,9],[59,37],[50,9],[51,0]],[[1928,8062],[34,-100],[83,-118],[43,0],[-25,36],[50,9],[42,46],[25,-18],[25,36]],[[2054,7534],[-75,-27],[-143,-91],[-33,-19],[-34,0],[-42,19],[-109,118],[-50,-55],[-17,19],[-50,-19],[-42,37],[-17,-37],[-67,37]],[[1375,7516],[-42,109],[25,18],[-16,82],[-34,73],[50,18],[-16,55],[16,55],[76,27],[-9,64],[-25,36],[59,19],[67,9],[34,-101],[92,10],[8,-55],[42,-9],[84,18],[8,-27],[134,145]],[[9776,11233],[-67,0],[-58,-9],[-59,36],[-8,-9],[25,-64],[0,-27]],[[8686,11260],[177,137],[58,36],[92,27],[0,46],[59,0],[34,27],[92,119],[8,18],[-50,173]],[[9156,11843],[67,55],[25,36],[25,9]],[[9273,11943],[51,46],[8,-18],[34,-155],[50,-28],[0,-27],[50,-27],[9,-110],[117,46],[8,-100],[17,-82],[-25,-73],[8,-37],[176,92]],[[8125,11470],[8,9],[59,0],[84,27],[50,73],[67,27],[25,18],[143,73],[25,9],[59,73],[109,-145],[117,18],[25,-37],[67,46],[-8,45],[-25,82],[67,0],[50,10],[59,82],[25,9],[25,-46]],[[9198,12171],[33,-36],[42,-192]],[[5048,7525],[75,9]],[[5123,7534],[193,-501]],[[5316,7033],[59,-146],[-59,-54],[-17,-37],[34,-164],[-9,-118],[0,-55],[34,0],[17,-64],[16,-9]],[[5391,6386],[-67,0],[-142,-9],[0,100],[-67,110],[-118,54],[-33,-9],[-9,46],[-33,27],[-34,0],[-58,-36],[-51,-10],[-100,-72],[-109,18],[-26,27],[-92,27],[-92,19],[-59,27],[-84,27],[-25,37],[-67,27],[-58,64],[-26,64],[26,27],[-101,36],[-25,28],[-76,45],[-58,9],[0,37],[-76,73]],[[3865,7871],[42,-73],[92,-73],[34,-36],[59,0],[0,-100],[25,-55],[-9,-73],[9,-45],[33,-28],[84,-136],[25,-9],[51,-128],[67,-18],[117,-91],[17,9],[33,-55],[101,0],[50,46],[42,18],[42,36],[42,19],[126,-28],[25,-18],[84,-27],[17,18],[-25,182],[16,64],[-16,255]],[[10607,22793],[201,192],[33,27],[487,465],[16,-9],[-427,-401],[-42,-37],[0,-27],[-59,-27],[-201,-192]],[[11747,23568],[25,-46],[50,0],[26,-27],[33,-100],[17,-37],[-76,0],[-33,18],[-42,82],[-17,46],[0,46],[17,18]],[[11965,22912],[8,100],[-58,18],[-9,55],[42,27],[9,146],[-9,0],[-17,-82],[0,-46],[-42,0],[-25,73],[-25,46],[-25,27],[-17,73],[143,0],[-42,64],[-25,82],[8,27],[-17,55],[-33,73],[-17,73],[-42,-19],[-117,-127],[-51,-37],[-25,-9],[-17,19],[76,27],[168,182],[16,27],[9,64],[-25,37],[117,82],[34,54],[25,164],[8,146]],[[3765,5056],[-34,-27],[-75,-46],[-51,-91],[-83,-9],[-9,-36],[-25,-46],[-67,0],[-25,-27],[-42,-9],[-34,82],[-25,-28],[-33,0],[-26,-27],[17,-73],[-109,-46],[-42,0],[-42,-18],[-8,28],[-42,45],[76,55],[16,54],[-25,46],[-75,-46],[-93,-72],[-41,18],[-109,-9],[-42,-28],[-42,0],[-59,37],[-34,-18],[-33,0],[-50,54],[0,301],[25,55],[17,54],[-59,28],[-67,54],[-25,-45],[-42,27],[-34,73],[-33,0],[-160,45],[-25,-18],[-42,9],[-100,46]],[[1954,5448],[25,64],[0,27],[50,36],[-17,137],[25,36],[-25,37],[58,64],[-58,27],[-92,27],[-126,-9],[-8,55],[-25,-9],[-9,91],[-25,-18],[-50,109],[25,9],[-8,73],[42,-18],[33,27],[134,18],[25,19],[34,-28],[0,119]],[[1962,6341],[42,-46],[8,9],[84,-73],[25,-36],[42,-18],[176,-19],[-16,-36],[0,-36],[75,-46],[17,9],[-9,119],[9,18],[109,-9],[50,-55],[67,-9],[-17,-55],[34,-18],[8,64],[42,-18],[42,9],[42,-55],[126,-18],[59,9],[33,55],[17,45],[50,9],[42,18],[25,37],[59,45],[67,37],[117,18],[59,37],[42,9],[25,-28]],[[4922,9028],[15,18]],[[4937,9046],[27,19],[84,-19],[16,-27],[76,-18],[42,0]],[[5182,9001],[-134,-55],[-59,-45],[-42,-55],[-34,-82],[-8,-37],[0,-91],[17,-63],[25,-55],[176,-237],[34,-73],[8,-54]],[[5165,8154],[-8,-64],[-59,-201],[-34,-100],[-8,-91],[67,-164]],[[5048,7525],[-26,45],[-226,110],[-17,64],[34,63],[-51,37],[-25,45],[-75,9],[-50,-27],[-34,37],[-59,-10],[-50,0],[-143,19],[-16,18],[-76,-9],[-75,91],[-25,64],[8,36],[-50,27],[-17,55],[-84,18],[-42,28],[17,63],[-34,46],[-67,27],[-33,46],[-92,18],[-42,46],[8,63],[34,55],[25,18],[25,-9],[50,27],[25,-9],[51,28],[16,-9],[84,54],[51,18],[41,46],[59,27],[76,9],[151,-36],[8,-27],[59,-55],[134,9],[50,9],[34,-9],[58,18],[67,9],[0,46],[26,55],[-17,18],[-51,-37],[-67,-9],[-67,9],[-92,-9],[-50,110],[-51,63],[-33,0],[-17,19],[-8,82],[8,36],[84,82],[34,27],[100,-18],[67,-27],[59,-37],[59,-27],[134,-82]],[[2012,8144],[-16,0],[-9,-54],[-17,0],[-8,64],[-25,72],[8,28],[34,-18],[33,-46],[0,-46]],[[1669,8618],[8,-18]],[[1677,8600],[-34,-9],[-8,-18],[0,-92],[8,-36],[51,-55],[8,-36],[59,-36],[84,-82],[25,-10],[17,-27],[41,-137]],[[1375,7516],[-25,0],[-8,-28],[-34,-18],[-59,46],[-8,-82],[-59,-28],[-17,37],[-33,-37],[-117,-45]],[[1015,7361],[-42,82],[-26,36],[-8,37],[-50,100],[-42,73],[-76,45],[-117,101],[-75,73],[-17,45],[-67,73],[-9,36],[17,55],[8,55],[34,36],[59,28],[16,18],[59,27],[25,27],[59,37],[50,45],[51,37],[109,54],[67,46],[58,27],[26,37],[125,64],[118,36],[50,0],[143,-27],[50,-37],[59,-9]],[[1954,8746],[-9,0],[25,173],[-42,36],[34,18],[25,46],[67,91],[25,0],[67,46],[-8,-37],[25,-18],[-33,-27],[0,-28],[75,-45],[-17,-28],[-67,55],[-33,-9],[-9,-36],[-33,36],[-34,-64],[-33,-36],[-25,-173]],[[2063,7051],[-126,128],[-34,18],[42,82],[25,0],[76,-64]],[[2079,7252],[-25,-19],[-75,64],[100,64],[34,-18]],[[2063,7416],[-17,-37],[-101,-64],[-17,19],[-41,0],[-93,-37],[-16,-73],[-76,-9],[-25,-64],[-50,-18],[-34,9],[-101,-18],[-41,27],[-9,92],[-17,0],[0,-92],[17,-27],[-59,9],[-58,0],[-34,-18],[-33,18],[-9,28],[-58,63],[-34,0],[-84,82],[-33,9],[-25,46]],[[2063,7479],[-17,-27]],[[14380,25590],[50,100],[75,37],[76,-55],[50,-64]],[[14631,25608],[42,-54],[134,-128],[51,-9],[8,-55],[101,-18],[33,-109],[42,-119],[84,0],[75,28],[143,82],[25,27],[25,0]],[[10355,10003],[-50,-18],[-101,-46],[-75,-55],[-42,-36]],[[10087,9848],[-76,-64],[-84,-45],[-83,-9],[-84,9],[-93,18],[-117,36]],[[9550,9793],[0,28],[50,36],[0,64],[17,73],[-8,36],[-51,9],[0,110]],[[9558,10149],[202,-9],[-17,82],[0,109],[75,9],[51,-27],[25,0],[92,-19],[76,10],[25,18],[0,63],[25,28],[-25,27]],[[13784,6969],[101,9],[126,-54],[33,-37],[25,-45],[26,-19],[25,-45],[50,-27],[25,-46],[42,-18],[210,-110],[42,-36],[8,-27],[84,-164],[-8,-37],[25,-200],[58,9],[26,-18]],[[14682,6104],[-177,-55]],[[14505,6049],[-410,-137]],[[14095,5912],[-151,374],[-25,-9],[-9,45],[-8,128],[-9,27],[-109,119],[-75,91],[-25,82],[0,36],[-42,173]],[[13642,6978],[33,-9],[59,18],[50,-18]],[[9659,7170],[0,-46],[-17,-18],[-16,-73],[-244,-219],[-201,-273],[-33,27],[-76,46],[0,45],[-75,64],[-67,37],[-67,-19],[-42,-36],[0,-27],[-42,18],[0,27],[-59,9],[-8,-18],[-51,27],[-226,-36],[-67,-18],[-92,45],[-26,46],[0,109],[34,28],[67,9],[17,-37],[92,-18],[109,-46],[84,-45],[17,36],[-59,9],[-25,73],[-17,183],[34,27],[33,82],[25,-27],[25,27],[-41,27],[8,73],[25,118]],[[8678,7406],[42,0],[34,-27],[41,-9],[59,27],[59,-18],[50,0],[42,-18],[201,-173],[51,-27],[33,18],[59,9],[17,-9],[58,0],[42,18],[193,-27]],[[9311,7108],[-102,-20],[10,-22],[76,-2],[26,28],[-10,16]],[[9156,7055],[-20,-4],[3,-92],[9,-33],[30,-27],[68,-3],[1,34],[-29,45],[-3,37],[26,14],[-18,28],[-39,-47],[-32,22],[4,26]],[[5634,8163],[-8,-64],[-42,18],[-8,-36],[117,-82],[25,-73],[59,-18],[-8,-46],[8,-46],[42,10],[17,-46],[-17,-82],[0,-27],[42,-110],[84,-54],[0,-82],[-59,-28],[-8,-54],[33,-146]],[[5911,7197],[-134,36],[-42,0],[-50,46],[-25,-18],[-9,-28],[-58,0],[-26,64],[-25,9],[-33,-9],[0,-164],[-25,-45],[-34,-9],[-34,-46],[-83,9],[-17,-9]],[[5165,8154],[17,9],[16,63],[9,64],[50,73],[92,-27],[0,-37],[34,0],[142,-63],[-8,-55],[117,-18]],[[12066,7935],[142,-219],[-42,-164],[9,-27]],[[12175,7525],[-84,-37],[-93,-54],[-25,-9],[-25,27],[-42,-18],[17,-46],[-25,-63],[-17,-19]],[[11881,7306],[0,131],[-25,15],[-134,55],[-51,45],[-25,110],[-8,100],[25,45],[8,73],[68,18],[8,19],[-67,127]],[[11680,8044],[151,-18],[126,55]],[[11957,8081],[33,-64],[59,-37],[17,-45]],[[13969,8837],[42,-292]],[[14011,8545],[-151,-36],[-126,-37],[-59,-27],[-83,0],[-202,-18]],[[13390,8427],[-8,73],[-25,118],[-17,55],[-92,173]],[[13248,8846],[50,18],[92,0],[42,27],[34,10],[126,-10],[134,-27],[176,-27],[67,0]],[[15277,9065],[126,-82],[125,-137],[26,-64],[0,-137],[16,-72],[42,-55],[34,-64],[0,-55],[-9,-54],[17,-91],[42,-55]],[[15696,8199],[-84,-27],[-8,-37],[-84,119],[-75,64],[-76,-46],[-101,-46],[-226,-82],[-168,-18],[-83,82],[-126,28]],[[14665,8236],[0,109],[50,27],[-8,18],[92,55],[-17,18],[50,37],[26,-19],[159,101],[-8,18],[25,36],[92,64],[-59,46],[-42,73],[-42,118],[-167,128],[-84,18],[-34,-28],[-33,0],[8,73],[17,19],[-117,100],[25,73]],[[14598,9320],[84,72],[50,0],[67,46],[25,36],[-25,37],[25,27],[59,91],[33,28],[42,54],[34,19],[33,63]],[[15025,9793],[76,-27],[50,-36],[0,-101],[34,-127],[16,-119],[0,-127],[9,-100],[42,-73],[25,-18]],[[11822,8636],[26,-27],[-17,-27],[0,-37],[25,-36],[-34,-28],[51,-45],[33,-73],[51,-9],[-34,-36],[0,-64],[25,-73],[9,-46],[0,-54]],[[11680,8044],[-76,0],[-42,18],[-25,46],[-42,0],[-100,-55],[-201,73]],[[11194,8126],[-26,9],[-42,73],[-92,191],[9,73]],[[11043,8472],[8,37],[84,91],[33,9],[42,36],[34,-9],[67,0],[59,55],[25,64],[50,27],[-33,164]],[[11412,8946],[41,9]],[[11453,8955],[118,-127],[25,-19],[0,-36],[-59,-55],[0,-45],[17,-37],[34,-18],[58,27],[9,-36],[58,9],[67,0],[42,18]],[[8376,8992],[9,-28],[100,-18],[25,9],[51,-18],[42,-46],[8,-27],[84,-73],[-25,-82],[25,-54],[-50,-64],[41,-18],[9,-101],[33,-45],[34,-18],[59,-10]],[[8821,8399],[0,-63],[25,-18],[8,-37],[-17,-73],[-33,-27]],[[8804,8181],[-101,-27],[-84,-37],[-176,-137],[-176,-100],[-33,-27],[-25,-55],[-68,0],[-8,-27],[34,-100],[33,-37]],[[8200,7634],[-8,-27],[-34,0],[-33,-109],[-101,-46],[-33,-82]],[[7991,7370],[-34,27],[34,19],[0,63],[33,9],[50,37],[17,45],[17,92],[8,127],[0,73],[-25,18],[-8,46],[-42,45],[-25,9],[-134,137],[-59,-55]],[[7823,8062],[8,128],[-8,55],[0,54],[-17,64],[-25,137],[-25,109],[-34,18],[0,37],[-67,0],[-25,100],[-8,73],[33,45],[9,91]],[[7664,8973],[41,-18],[59,9],[50,37],[51,9]],[[7865,9010],[25,0],[168,45],[33,0],[59,-36],[59,-27],[33,-28],[8,-45],[17,0],[109,73]],[[14698,7060],[34,-54],[134,-246],[101,-192],[67,-136]],[[15034,6432],[-210,-201],[-101,-100],[-41,-27]],[[13784,6969],[0,64],[67,0],[-41,91],[-34,119],[0,27],[42,18],[67,-9],[0,27],[-75,119],[0,18]],[[13810,7443],[41,9],[34,-18],[101,36],[67,0],[58,9],[26,19],[75,9],[50,27],[302,109]],[[14564,7643],[50,-127],[68,-419],[16,-37]],[[20693,24014],[25,9]],[[20718,24023],[9,0],[67,82],[50,-27],[193,9],[42,-9]],[[9533,9165],[34,-146],[33,-182],[34,-146]],[[9634,8691],[-67,0],[-76,9],[-92,46],[-67,18],[-25,-37]],[[9307,8727],[-25,-18],[-101,37],[-42,27],[-42,0]],[[9097,8773],[17,64],[-59,27],[51,91],[67,100],[25,28],[26,51],[7,58],[-25,91],[-25,28],[-8,45]],[[9173,9356],[50,36]],[[9223,9392],[67,19],[17,-19],[33,-63],[17,-82],[9,-119],[25,9],[142,28]],[[11755,7243],[-16,-64],[-26,9],[-33,-64],[25,-45],[0,-64],[-25,-55]],[[11680,6960],[-9,-36],[-50,-55],[-42,-36],[-117,-19],[-25,-45],[8,-46],[42,-82],[176,18],[76,-82],[25,-18],[16,-100],[84,-118]],[[11864,6341],[-58,-73],[-42,0],[-151,-119],[-17,-54],[25,-55],[-25,-27],[25,-73],[-84,-46],[-50,0],[-8,-36],[-42,-64],[-76,-18],[-58,-28],[-168,10]],[[11135,5758],[126,173],[-34,173],[-25,91],[25,118],[34,110],[25,36],[100,18],[26,9],[0,46],[16,36],[-42,73],[-58,18],[-34,-45],[-50,9],[-25,46],[-25,0],[-126,127],[-51,37],[-33,36]],[[10984,6869],[8,46],[76,45],[-17,82],[67,27],[25,0],[84,19],[34,36],[58,9],[17,-18],[34,55],[142,54],[34,-9],[0,55],[125,-64],[17,46],[67,-9]],[[12787,6924],[-34,-28],[-33,0],[-26,-45],[-33,9],[0,-237]],[[12661,6623],[-101,0],[-25,-36]],[[12535,6587],[-25,27],[-134,18],[-84,-9],[-151,0],[-17,-18],[-33,0]],[[12091,6605],[-9,18],[25,27],[-8,101],[-17,136],[-50,18],[-17,-27],[-58,73],[-26,-36],[-33,9],[-34,36],[-50,-27],[-42,27],[-59,-27],[-33,27]],[[11755,7243],[51,-19],[75,73],[0,9]],[[12175,7525],[41,18],[118,9],[59,0],[100,9],[76,0]],[[12569,7561],[25,-18],[8,-27],[-42,-73],[0,-146],[17,-36],[67,-73],[50,-18],[0,-28],[51,-82],[-9,-45],[51,-91]],[[7823,8062],[-76,-36],[-117,-146],[-50,-45],[-51,-37],[-33,-9],[8,73]],[[7504,7862],[9,191],[-34,-9],[-50,55],[-9,45],[-83,19],[-76,63],[-33,10]],[[7228,8236],[0,54],[25,4],[16,151],[-8,91],[84,128],[17,45],[-51,137],[-16,36]],[[7295,8882],[25,28],[33,9],[25,-9],[51,-37],[50,9],[25,46],[34,27],[92,18],[34,0]],[[9139,9830],[17,-110],[34,-154],[16,-110],[17,-64]],[[9173,9356],[-67,36],[-93,-18],[-92,-9],[-109,27],[-58,73],[-51,19],[-8,-64]],[[8695,9420],[-34,82],[-25,45],[-17,55],[-16,100],[-17,46],[84,9]],[[8670,9757],[159,64],[59,9],[92,0],[67,-18],[92,18]],[[9307,8727],[109,-82],[0,-54],[33,-9],[0,-46],[-33,-191],[8,-27],[-25,-55],[-75,-46],[8,-109],[76,-9],[58,-27],[17,-28],[-25,-36]],[[9458,8008],[0,-9],[-76,-137]],[[9382,7862],[-33,-73],[-260,-91],[-134,146],[-126,146],[-75,-46],[-51,0],[0,-55],[-17,-18],[-75,18],[42,46],[-8,64],[100,54],[67,73],[-8,55]],[[8821,8399],[142,101],[143,91],[25,36],[0,73],[-34,73]],[[10187,7908],[25,-28],[-41,-36],[16,-46],[-33,-27],[25,-18],[-17,-55],[-50,9],[-84,-82],[25,-27],[-92,-73],[42,-64],[0,-18],[-101,18],[-17,-155],[9,0]],[[9894,7306],[-25,-9],[-17,46],[-34,45],[17,73],[-42,9],[-8,-18],[-50,-46],[-42,-63]],[[9693,7343],[-42,-18],[-51,63],[-8,28],[-59,9],[25,45],[26,9],[0,37],[-26,18],[9,36],[-42,-18],[-8,37],[25,36],[25,91],[-67,28],[17,36],[-42,36],[-51,-9],[-42,55]],[[9458,8008],[75,-9],[76,-28],[126,19],[25,-55],[25,-37],[59,10],[67,-10],[-9,55],[59,18],[67,-9],[8,-64],[51,10],[33,18],[67,-18]],[[14187,10167],[8,-37],[-33,-54],[67,-46],[-17,-36],[34,-18],[-26,-46],[17,-91],[-33,-9]],[[14204,9830],[-42,-18],[-93,45],[-41,0],[-59,-27],[-25,-28],[-25,37],[-59,18],[-25,-36],[-93,63]],[[13742,9884],[-8,37],[42,18],[0,18],[-75,-9],[8,46],[-50,18],[25,118],[-9,55],[-42,0],[-16,37]],[[13617,10222],[25,18],[33,73],[59,72]],[[11043,8472],[-193,-9],[-25,55],[-34,-27],[-17,36],[-84,91],[-42,-36]],[[10648,8582],[-58,63],[33,55],[-58,46],[25,45],[-118,210],[-16,18]],[[10456,9019],[83,-18],[-33,164],[17,27],[0,55],[25,0],[25,54],[226,10]],[[10799,9311],[26,-37],[41,-36],[40,-17],[36,-47],[8,-27],[67,-46],[26,-55],[-17,-18],[33,-27],[-16,-64],[75,-46],[101,-91],[42,37],[33,-18],[50,45],[34,-9],[17,82],[17,9]],[[13583,7671],[143,-55],[-9,-55],[34,-18],[0,-45],[33,-19],[26,-36]],[[13642,6978],[-126,183],[-17,-10],[-75,0]],[[13424,7151],[-67,0],[-160,-72],[-50,0],[-8,27],[-84,64],[-17,-9],[-33,27]],[[13005,7188],[33,55],[42,18],[50,45],[-58,28],[-59,45],[-92,182],[42,28]],[[12963,7589],[16,-9],[168,109],[17,-18],[-8,-28],[25,-45],[67,-46],[50,-9],[67,73],[59,55],[42,-55],[67,-36],[-34,54],[17,9],[59,0],[8,28]],[[12099,9629],[-184,-27],[-67,27],[-59,-9],[-25,-27],[-34,-9],[-25,18],[-34,-18],[42,-91],[34,-46],[0,-26],[-68,17],[-24,-9],[-9,-46],[25,-27],[-8,-27],[-59,-46],[-25,-27],[-67,91],[-74,-39]],[[11438,9308],[-68,-25],[-26,0],[-42,73],[-50,64],[-58,36],[-42,9],[-118,-18],[-67,27],[-8,37],[-34,9]],[[10925,9520],[9,9],[117,37],[17,45],[-25,37],[-26,-19],[-42,37],[34,91],[-67,-27],[-8,36],[16,91],[-16,37],[-17,-10],[-34,19],[-58,63],[8,37],[-25,36]],[[11663,10176],[8,-36],[51,0],[58,18],[93,64],[125,27]],[[11998,10249],[26,-109],[49,-101],[-108,-36],[25,-109],[0,-64],[25,-64],[34,9],[25,-45],[-42,-37],[17,-36],[42,-9],[8,-19]],[[10925,9520],[-17,-164],[-92,0],[-17,-45]],[[10456,9019],[-51,-9],[-50,-18],[-75,0],[-59,-19]],[[10221,8973],[-17,183],[-8,182],[16,27],[-16,18]],[[10196,9383],[33,9],[-8,64],[0,100],[-9,19],[0,73],[42,9],[-25,73],[-42,54],[-33,28],[-59,18],[-8,18]],[[10363,7898],[84,-91],[25,19],[59,-64],[67,-64],[76,-27],[33,0],[34,18],[33,0],[76,18],[58,55]],[[10908,7762],[9,-91],[42,9],[16,54],[91,-47],[-23,-35],[0,-72],[-109,0],[8,-92],[-25,-9],[-34,-164],[-58,-72],[-109,-356]],[[10716,6887],[-9,-4]],[[10707,6883],[-33,-14],[-34,18],[-59,-9],[-58,27],[0,-36],[-327,0]],[[10196,6869],[8,27],[-134,383],[-8,27],[-168,0]],[[10187,7908],[51,54],[25,64],[31,34],[44,-143],[25,-19]],[[12275,10340],[-33,-64],[-42,-18],[-42,18],[-34,-9],[-126,-18]],[[12711,10795],[0,-63],[-75,-91],[-42,-28],[0,-27],[-101,-73],[-50,-18],[-59,-55],[-25,-45],[-84,-55]],[[10221,8973],[-42,-72],[8,-10],[15,-104],[-3,-20],[-45,-49],[-134,-9],[-67,9],[-84,0],[-9,-45],[-226,18]],[[9533,9165],[17,136],[17,82],[33,-18],[118,-45],[42,-28],[75,-27],[59,-36],[59,9],[-9,63],[17,28],[101,0],[67,36],[67,18]],[[14204,9830],[8,-100],[-34,-19],[84,-36],[-16,-18],[33,-28],[59,9],[42,-27],[58,-91],[59,-100]],[[14497,9420],[-159,-155],[-17,18],[-34,-54],[-41,0],[-59,-119],[-67,-45],[-168,-128]],[[13952,8937],[-33,182]],[[13919,9119],[-26,119],[-25,154],[-117,210],[-84,137],[34,100],[41,45]],[[12787,7971],[42,-191],[16,-91],[51,-82],[67,-18]],[[13005,7188],[-34,-55],[-75,-136],[-109,-73]],[[12569,7561],[0,19],[58,27],[34,0],[117,109],[-25,82],[17,18],[-25,37],[-51,-9]],[[12694,7844],[93,127]],[[10984,6869],[-50,-27],[-34,-9],[-34,54],[-8,37],[-59,9],[-58,-46],[-25,0]],[[10908,7762],[42,45],[17,101],[59,-55],[33,55],[17,91],[50,0],[9,36],[42,27],[33,-18],[9,37],[-34,18],[9,27]],[[10363,7898],[17,46],[50,73],[-16,45],[8,28],[-17,27],[9,91],[-9,18],[42,119],[25,36],[76,91],[100,110]],[[8376,8992],[51,45],[-17,18],[-67,210],[84,55],[268,100]],[[13617,10222],[-67,18],[-34,64],[-25,-46],[-8,-91],[-9,-18],[-100,118],[-84,-27],[8,-28],[-109,-36],[-17,9],[-42,-27],[-58,-28],[0,-27],[-118,-27],[9,-100],[16,-37]],[[12979,9939],[-67,-9],[-58,18],[-92,55],[-59,27],[-151,-27],[-50,-27]],[[12502,9976],[-42,18],[8,45],[34,37],[-76,64],[8,18],[-75,45],[-8,46],[-34,-9],[-17,27],[-8,73],[-17,0]],[[7504,7862],[-50,-9],[-34,-27],[-33,-46],[8,-55],[-58,-27],[-185,27],[59,-145],[-34,-10],[-42,-27],[-25,-100],[-92,27],[-50,-118]],[[6968,7352],[-59,91],[-302,-46]],[[6607,7397],[0,37],[42,18],[-17,36],[51,155],[-9,55],[34,91],[67,18],[33,91],[25,155],[-41,9],[-59,0],[-50,28],[0,36],[16,91]],[[6699,8217],[9,46],[42,55],[144,-24],[21,-7],[-40,-61],[-16,-82],[33,-27],[193,73],[143,46]],[[12493,8873],[34,-36],[-25,-91],[-17,-37],[-59,-9],[0,-36],[17,-46],[25,-146]],[[12468,8472],[-143,155],[-92,-45],[-209,-91],[-42,91],[-84,9],[-25,64]],[[11873,8655],[25,9],[-17,54],[0,55],[-17,46],[-25,27],[-8,73],[-42,27],[-25,-9],[0,46],[42,9],[-42,36],[50,18],[-8,28],[100,-9],[59,27],[25,27],[25,46],[51,-18]],[[12066,9147],[83,-37],[176,-82],[168,-155]],[[12258,9493],[-42,-182],[-25,-55],[-70,0],[-5,-37],[-25,-45],[-25,-27]],[[11873,8655],[-51,-19]],[[11453,8955],[17,9],[-8,37],[0,109],[-17,27],[-25,10],[0,45],[-34,27],[-16,46],[68,43]],[[12099,9629],[59,-9],[50,-54],[-17,-64],[42,-18],[25,9]],[[12468,8472],[50,0],[134,-36],[17,-9],[42,-73],[34,-46],[58,-18],[-25,-54],[-8,-55]],[[12770,8181],[-67,-9],[75,-155],[-17,-18],[26,-28]],[[12694,7844],[-33,-28],[-101,10],[-50,-19],[-8,73],[-26,-18],[-33,73],[-9,82],[-109,-18],[-67,-28],[-142,-45],[-9,18],[-41,-9]],[[14095,5912],[-143,-45],[-260,-91],[-168,-55]],[[13524,5721],[-16,37],[16,45],[-33,27],[-76,283]],[[13415,6113],[-92,355],[0,337]],[[13323,6805],[25,119],[0,63],[51,55],[25,73],[0,36]],[[5995,9174],[59,-64],[33,-9],[42,-64],[67,-73],[67,-18],[25,-64],[51,-63]],[[6339,8819],[-59,-55],[8,-64],[0,-155],[17,-73],[67,-145]],[[6372,8327],[-16,-9],[0,-92],[-17,-27],[-51,-9],[-16,-27],[-93,-9],[-192,-73],[-26,0],[-67,18],[-260,64]],[[5182,9001],[16,-18],[76,0],[59,36],[109,36],[67,10],[92,45],[42,9],[100,-18],[93,36],[67,46],[42,36],[50,-45]],[[10296,17346],[34,-10],[75,19],[25,-28],[-92,-45],[-58,-18],[-26,-37],[-75,9],[42,82],[17,73],[50,-27],[8,-18]],[[9986,17582],[8,-91],[51,-54],[-9,-28],[-33,-9],[-67,18],[-67,-45],[16,-37],[42,19],[34,-28],[-34,-63],[-8,-55],[0,-64],[8,-27],[84,-27],[17,18],[92,-18],[17,-19],[-50,-63],[-25,-46],[0,-36],[-26,-46]],[[13952,8937],[17,-100]],[[13248,8846],[-25,27],[-93,73],[-25,-45],[-75,63],[-25,37],[16,36],[-50,37],[-50,54]],[[12921,9128],[-9,82],[-42,37],[59,127],[25,28],[76,63],[42,64],[16,55],[-16,54]],[[13072,9638],[159,19],[-8,-46],[285,-328],[42,-18],[218,64],[83,27],[17,-36],[17,-91],[-25,-37],[8,-55],[51,-18]],[[12611,6359],[58,-119],[-193,-118],[17,-27],[0,-55],[-84,-64],[-50,-73],[25,-63],[34,-64],[33,-28],[17,-45],[-42,-137]],[[12426,5566],[-42,-45],[-8,-46],[-67,-73],[-134,-18],[-26,-64],[-25,0],[-92,-136]],[[12032,5184],[-176,227],[59,55],[-26,36],[0,55],[26,128],[75,82],[59,-19],[25,-54],[17,9],[42,109],[-59,64],[-17,73],[17,64],[-8,91],[-17,54],[8,110],[-17,18],[26,36]],[[12066,6322],[25,-18],[42,-54],[25,-19],[33,19],[160,27],[117,36],[59,0],[33,-9],[51,55]],[[13390,8427],[9,-37],[25,-36],[-25,-55]],[[13399,8299],[-109,-91],[-42,-54],[-25,-19],[-51,9],[-33,55],[-134,27],[-176,-45],[-59,0]],[[12493,8873],[34,46],[8,54],[67,-45],[50,-18],[42,27],[9,27],[50,-9],[0,55],[134,82],[34,36]],[[12091,6605],[-25,-37],[-34,-91],[0,-27],[25,-46]],[[12057,6404],[-17,-9],[-33,18],[-25,-45],[-67,18],[-51,-45]],[[12066,6322],[8,46],[-17,36]],[[12535,6587],[8,-10],[42,-164],[26,-54]],[[9139,9830],[160,27],[142,-18],[109,-46]],[[8670,9757],[58,127],[0,110],[17,27],[-8,64],[25,55],[-8,54],[-51,9],[-50,-27],[-76,0],[-67,36],[-134,-9],[-17,101],[-25,-19],[-42,-54],[-42,9],[-75,-73],[-25,-64],[-59,-45],[-17,-55],[-75,-18],[-134,-128],[-126,-18],[0,55]],[[9441,10877],[-25,-72],[8,-64],[-58,-137],[-101,46],[-42,-119],[8,-82],[-8,-91],[17,-9],[-9,-173],[135,-36],[50,18],[142,-9]],[[5911,7197],[92,-18],[51,-37]],[[6054,7142],[-76,-45],[42,-18],[34,9],[33,-55],[-17,-55],[26,0],[-26,-73],[-67,-72],[42,-128],[235,-346],[-42,-37],[25,-36],[9,-36],[-51,18],[-83,-55],[-76,-36],[-59,-19],[-109,28],[-92,18],[-59,-9],[-25,182],[-8,18],[-319,-9]],[[7991,7370],[-42,-73],[-76,-18],[-67,-155],[-33,-9],[-118,-64],[17,-182],[-76,-18],[-33,18],[-34,-36],[-25,-10],[-67,37],[-184,45],[-93,19],[-41,18],[-227,-100],[-33,264],[109,246]],[[15503,2114],[-100,9],[-51,18],[-37,-24],[-38,24],[-92,-82],[-59,-37]],[[15126,2022],[-84,28],[-59,45],[26,64],[-26,46],[-33,9],[25,45],[42,28],[-25,27]],[[14992,2314],[84,73],[125,27],[9,-27],[58,-55],[26,0],[58,37],[17,-9],[201,18],[51,-9],[0,-19],[-76,-209],[-42,-27]],[[15939,1585],[-25,0],[-67,-18],[0,-18],[-84,-28],[-42,9],[-8,-81],[25,-28],[-50,-27],[-17,-64],[8,-18],[-25,-73],[-42,9],[-42,-27]],[[15570,1221],[-8,36],[-34,46],[0,64],[-8,18],[-67,64],[-17,63],[-8,73],[8,46],[67,82],[34,82]],[[15537,1795],[42,82]],[[15579,1877],[117,-37],[34,-18],[33,9],[34,-27],[-9,-55],[84,-9],[17,27],[67,-18],[59,-45],[-34,-28],[-33,-54],[-9,-37]],[[14522,2022],[51,-54],[33,18],[17,-18],[-9,-91],[-41,-101]],[[14573,1776],[-34,-54],[-50,0],[-17,-28],[-25,-9],[-143,-25]],[[14304,1660],[-117,-29],[-42,0],[-59,-73],[-33,-55],[-34,18],[67,146],[34,46],[25,73],[-25,9]],[[14120,1795],[42,54],[8,64],[25,37],[0,36],[25,27]],[[14220,2013],[26,28],[58,-46],[60,81],[91,-63],[50,-27],[17,36]],[[16174,5357],[-8,-28],[-218,-273],[-76,-55]],[[15872,5001],[-75,55],[-51,46],[-50,-55],[-92,-18],[-67,73],[-17,27],[-42,27]],[[15478,5156],[8,64],[25,18]],[[15511,5238],[59,0],[42,28],[9,54],[100,128],[67,36],[42,-9],[17,46],[84,36]],[[15931,5557],[17,-18],[33,0],[50,-55],[34,9],[42,-18],[33,-36],[34,-82]],[[16669,7698],[-59,-36],[-92,9],[-109,-28]],[[16409,7643],[-25,73],[-26,28],[-83,45],[-34,27]],[[16241,7816],[-126,119],[-16,45],[-17,92],[-17,18],[-67,9],[-92,-18],[-34,9],[-100,91],[-76,18]],[[15277,9065],[142,118],[34,9],[42,37],[59,0],[41,27],[-41,73],[41,63]],[[15595,9392],[26,-36],[209,-82],[76,-9],[8,-18],[76,-37],[16,28],[93,-46],[-9,-55],[-42,-36],[9,-18],[-26,-55],[-25,-127],[-25,-64],[-25,9],[8,-64],[-16,-100],[151,-119],[25,-9],[50,-118],[25,-37],[76,-72],[58,-37],[118,-282],[84,-64],[50,-46],[75,-145],[9,-55]],[[15503,2114],[-8,-10],[67,-45],[-8,-46],[25,-136]],[[15537,1795],[-210,18],[-75,55],[-51,0],[-75,-73],[-59,54],[-24,46]],[[15043,1895],[41,18],[-17,27],[25,55],[34,27]],[[14002,219],[-16,-19],[-42,-72],[8,-19],[-17,-45],[-50,0],[-34,36],[-25,46],[-25,-55],[-75,-9],[-25,-36],[-26,-10],[-33,19],[-42,9],[8,45],[76,119],[25,100],[-59,137],[51,72],[-17,46]],[[13684,583],[75,0],[0,-46],[42,0],[9,110],[41,9],[17,27],[92,37]],[[13960,720],[17,-73],[-33,-64],[25,-91],[-25,-82],[-17,-9],[-8,-37],[33,-27],[25,9],[0,-45],[25,-82]],[[15025,9793],[-84,9]],[[14941,9802],[9,46],[50,64],[25,54],[-8,37],[8,27],[25,18]],[[15134,10112],[-8,-54],[17,-37],[117,9],[59,0],[50,-9],[76,-55],[125,-72],[25,-19],[0,-27],[34,-9],[42,-37],[-17,-36],[-59,0],[-25,-9],[-8,-27],[8,-92],[17,-18],[8,-64],[-8,-27],[-8,-118],[16,-19]],[[15570,1221],[9,-18],[-59,-73],[-42,-37],[59,-100],[42,-36]],[[15579,957],[-9,-101],[17,-45],[25,-37],[17,-54],[-8,-19]],[[15621,701],[-42,28],[0,45],[-84,128],[-67,55],[-76,54],[-33,46],[-25,64]],[[15294,1121],[-101,182],[-84,118],[-50,82],[-25,55],[-17,9]],[[15017,1567],[0,18],[-42,37],[-67,36],[0,36],[-59,19],[17,45],[42,37],[33,0],[42,36],[9,27]],[[14992,1858],[51,37]],[[15939,1585],[0,-27],[-25,-100],[0,-28],[25,-73],[51,-45],[0,-64],[-34,-100],[-25,-18],[-9,-46],[-8,-100],[-92,45],[-17,64],[-92,-64],[-126,-45],[-8,-27]],[[14069,1175],[9,-27],[-84,-73],[50,-9]],[[14044,1066],[0,-100],[-16,-37],[-42,-18],[-42,0],[33,-55],[0,-45],[-17,-91]],[[13684,583],[-25,36],[-67,0],[-17,46],[-84,9],[-59,27],[17,46],[-25,27],[-9,46],[-58,91],[-17,73],[17,100],[0,64],[50,45],[-33,28],[41,36],[42,9],[67,64],[59,-18],[9,73],[67,64],[16,54],[0,82],[17,27],[50,19],[51,-28]],[[13793,1603],[-17,-54],[42,-46],[33,-82],[9,-73],[33,0],[17,-18],[-8,-73],[75,-36],[51,9],[25,-64],[16,9]],[[14648,847],[25,-109],[-42,-27],[-25,0],[-25,-55],[-17,-9],[-33,-64],[-51,0],[-67,-27],[17,-100],[34,-55],[25,-9],[58,-119],[17,-63],[0,-55]],[[14564,155],[-42,-27],[-42,-46],[-50,0],[-42,-27],[-50,9],[-84,136],[-50,-27],[-26,64],[-16,91],[-67,0],[-93,-109]],[[14044,1066],[42,-9],[34,-28],[50,10],[0,-28],[25,-9],[51,9],[50,-18],[42,-73],[84,-27],[0,-64],[8,-18],[75,0],[0,54],[109,-45],[34,27]],[[14304,1660],[-8,-57],[-25,-9],[25,-45],[17,-55],[-42,0],[0,-64],[16,-63]],[[14287,1367],[-8,-28],[-50,0],[-67,9],[-34,-63],[9,-46],[-42,9],[-26,-73]],[[13793,1603],[33,0],[34,46],[-9,73],[9,36],[33,64],[51,55],[25,73]],[[13969,1950],[25,-37],[-8,-36],[134,-82]],[[14941,9802],[-83,19],[-76,36],[-33,27],[-17,101],[-25,118],[-17,46],[-67,63]],[[14229,4938],[-84,127],[-168,119],[-33,36],[-42,109],[-51,55],[-134,18],[-109,-27],[-67,-46],[-42,0],[-58,28],[-59,54],[-25,55]],[[13357,5466],[50,73],[117,182]],[[14505,6049],[-50,-91],[118,-173],[41,-18],[109,-28]],[[14723,5739],[-100,-54],[-59,-201],[-75,-118],[-17,-46],[50,-127],[25,-73],[17,9],[34,-27],[-9,-91],[-50,9],[-34,-9],[-25,-37],[-100,9],[-59,-18],[-34,-27],[-41,-9],[-17,9]],[[15017,1567],[-50,-27],[-76,-64],[9,-18],[-76,-55],[0,-27],[-59,-37],[-58,9],[-51,-9]],[[14656,1339],[-58,0],[-9,9],[-92,-27],[-17,55],[25,54],[-16,9],[-76,-63],[-33,0],[-34,18],[-42,-9],[-17,-18]],[[14573,1776],[8,-18],[42,28],[59,-19],[16,37],[109,64],[17,0],[8,-46],[42,27],[84,19],[34,-10]],[[15872,5001],[76,-200],[-17,-9],[-76,0],[-8,-18],[8,-73],[26,-310]],[[15881,4391],[-42,18],[-67,0],[0,-45],[16,-46],[-42,0],[9,-36],[50,-9],[17,-55],[-50,-36],[-34,-10],[-109,0],[-25,28],[-67,18],[-76,-36],[-16,9],[-26,54],[-25,19],[-17,63],[-25,-9],[-50,-54],[-92,-92],[-17,-27]],[[15193,4145],[-25,0],[-76,27],[-67,73],[-25,9],[-8,28],[25,54],[-25,10],[25,72],[33,46],[109,109]],[[15159,4573],[84,82],[34,46],[67,118],[75,55],[34,36],[25,46],[17,109],[0,37],[-17,54]],[[14522,2022],[0,64],[9,37],[25,45],[42,37],[50,-19],[50,10],[25,-37],[26,9],[50,46],[25,54],[32,30]],[[14856,2298],[2,-20],[50,0],[59,36],[25,0]],[[15377,610],[-16,46],[-65,26],[-11,56],[-50,73],[-17,54],[-8,110]],[[15210,975],[-9,27],[9,37],[58,36],[26,46]],[[15621,701],[0,-45],[-51,-46],[-33,-54],[-34,-28],[-75,64],[-51,18]],[[13969,1950],[8,45],[67,37],[-8,45],[-34,46],[-33,9],[-25,-9],[-42,-46],[-67,9],[-17,37],[8,27],[42,73],[25,18],[17,64],[67,36],[67,119],[42,45],[9,28],[-9,91],[9,36],[33,55]],[[14128,2715],[81,9],[-72,-155],[83,-27],[-33,-110],[-9,-54],[26,-110],[-9,-63],[9,-82],[16,-110]],[[15336,547],[-9,-55],[34,-27],[50,-19],[34,-27],[8,-36],[67,-55],[101,-55],[25,-27],[-59,-109],[17,-91],[-42,9],[-84,-19],[-50,0],[-84,10],[-25,54],[-84,28],[-92,-46],[-42,-9]],[[15101,73],[-34,18],[-25,73],[-33,36],[25,55],[33,0],[34,-36],[42,18],[8,27],[0,64],[-17,82],[25,55],[34,-19],[75,91],[26,-9],[42,19]],[[16669,7698],[-9,-164],[42,-64],[25,-100],[-8,-146],[-8,-54],[0,-91],[-34,0],[0,-128],[-50,-355],[42,18],[84,-9],[-17,-37],[-51,-63],[9,-55],[59,-246],[-208,-207],[23,-57],[-33,9],[-51,-18],[-58,-9],[0,-37],[-59,-100],[0,-37],[-25,-45],[0,-37],[-59,-100],[-84,-127],[-25,-82]],[[15931,5557],[33,18],[76,101],[75,145],[9,37],[0,73],[-9,54],[42,46],[-25,18],[-75,100],[-42,19],[-25,82],[-26,63],[-25,9],[-50,55],[69,75],[-2,34],[-75,55],[-26,9]],[[15855,6550],[-8,64],[8,45],[26,37],[0,109],[142,-9],[84,18],[33,-54],[34,-19],[42,19],[33,-210],[76,9],[-25,128],[8,45],[42,64],[0,37],[-25,182],[17,45],[75,110],[50,91],[0,54],[-8,37],[-42,82],[-25,64],[17,145]],[[16241,7816],[-50,-82],[-34,28],[-25,-46],[-42,46],[-50,36],[8,37],[-33,9],[-34,-18],[-50,27],[-67,9],[-51,-9],[-16,-82],[8,-82],[50,-128],[-33,-73],[-34,-9],[-25,19],[-50,9],[-59,-19],[-17,-36],[-33,-46],[-34,0],[-67,-36],[-42,0],[-84,-27],[-293,-137],[-386,-146]],[[14564,7643],[-25,210],[-59,419]],[[14480,8272],[185,-36]],[[15210,975],[-42,-9],[-76,-55],[-33,9],[0,27],[-25,55],[-51,0],[-58,-18],[-51,-37],[-42,-9],[-16,46]],[[14816,984],[-67,82],[-51,9],[25,91],[-17,83],[-33,36],[-17,54]],[[14229,4938],[-17,-9],[0,-46],[-42,-118],[-50,-55],[-101,9],[-25,-27],[-17,-55],[42,-9],[-59,-137],[0,-45]],[[13960,4446],[-41,-37],[-51,-9],[-25,9],[-50,-9],[-34,-36],[-58,9],[0,18],[-68,9],[-83,-27],[0,27],[-67,9],[-42,-9],[-42,91],[16,37],[-50,27],[-461,210]],[[12904,4765],[168,45],[0,-18],[142,55],[25,200],[9,246],[109,173]],[[14816,984],[-67,-9],[0,-46],[-17,-36],[-25,-18],[-25,9],[-34,-37]],[[11118,17072],[721,547],[59,9],[92,100],[25,46],[25,-9],[84,73],[25,36],[-25,118],[9,37],[42,73],[25,-18],[42,109],[8,73],[42,-9],[151,9],[59,27],[318,364],[42,28],[50,18]],[[11344,19650],[17,-18],[-42,-45],[0,-28],[-67,37],[51,9],[41,45]],[[11958,19187],[-52,72],[-201,227],[-42,37],[-285,137],[-34,-10]],[[11344,19650],[34,19],[277,-137],[42,-27],[226,-255],[35,-63]],[[15855,6550],[-318,-137],[-67,-27],[-93,-18],[-192,0],[-59,55],[-92,9]],[[18077,11242],[-33,27],[-42,73],[-76,-36],[-33,-28],[-34,64],[-42,9],[-33,37],[-67,-10],[-34,10],[-33,36],[-17,-91],[0,-37],[25,0],[50,-54],[42,-18],[9,-19],[-25,-36],[-9,-46],[34,-82],[-34,0],[25,-82],[-33,-9],[-67,64],[-42,9],[-51,0],[-33,-18],[-34,27],[9,28],[-9,45],[-25,46],[-75,36],[-160,0],[-67,-27],[-16,45],[-26,146]],[[17121,11351],[76,18],[50,-9],[51,28],[8,36],[-8,55],[-34,91],[42,36],[-8,28],[-42,9],[-76,36],[-25,82],[59,55],[0,54],[-34,19],[-50,-9],[-59,27],[-8,27],[17,73],[16,46],[25,18],[31,3]],[[17784,12426],[109,-9],[75,-18],[67,36],[42,55]],[[18077,12490],[34,-27],[50,-19],[76,-36],[25,0],[151,-18],[16,-19]],[[7102,14904],[-17,-64],[25,-18],[9,-82],[-9,-18],[-75,-18],[-17,-119],[-34,-73]],[[19335,13182],[0,-45]],[[18077,12490],[9,27],[41,74],[-92,63],[-8,27],[50,37],[-42,54],[26,19],[-26,63],[-8,46],[17,27]],[[18044,12927],[17,-9],[83,128],[17,-19],[25,10],[42,54],[25,-18],[59,82],[34,-36],[8,27],[126,-173],[209,73],[67,54],[51,55],[0,36],[17,28],[41,27],[-8,36],[8,101],[34,27],[109,-36],[-17,-64],[42,-28],[17,55],[25,0],[25,55],[67,-28],[34,-82],[-17,-36],[84,-27],[50,-37],[17,0]],[[9768,19049],[-17,-54],[0,-64],[17,-64]],[[7127,13282],[-25,-173],[17,-54],[-34,-73],[-17,-237],[-33,-100],[-17,-18],[8,-110],[25,-64],[-33,-45]],[[6330,12463],[-25,27],[134,127],[34,46],[-17,36],[59,19],[-25,45],[42,64],[-17,36],[-9,55],[68,46],[41,54]],[[7085,13310],[42,-28]],[[15159,4573],[-25,28],[-109,0],[-58,27],[-59,0],[0,55],[-84,36],[-25,0],[-50,-46],[-42,-72],[-34,-92],[34,-45],[-143,-109],[-126,-91],[-8,-46]],[[14430,4218],[-8,9],[-51,-45],[-8,-46],[-59,46],[-25,-46],[-84,-36],[-8,-19],[-42,-18],[-17,37],[25,45],[0,37],[-16,18],[-34,-9],[-8,54],[25,37],[17,54],[-59,55],[-59,9],[-59,46]],[[14723,5739],[76,-27],[117,-64],[-16,64],[276,-137],[67,-45],[118,-91],[134,-91],[16,-110]],[[15193,4145],[-151,-155],[-92,-109]],[[14950,3881],[-17,-9],[-42,9],[-67,27],[-59,-27],[-8,18],[-50,0],[-42,-73],[-85,-192],[-41,-36],[-42,-18],[-25,-36]],[[14472,3544],[0,36],[-25,37],[-25,9],[-59,0],[-25,18],[-9,36],[17,55],[67,100],[101,28],[25,73],[67,64],[-117,90],[16,37],[-75,91]],[[18320,27175],[-8,55]],[[18312,27230],[109,36],[34,28],[50,0],[151,73],[67,27],[50,27],[51,19],[92,54],[75,18],[327,73],[101,9],[59,-9],[125,-36],[101,-64],[92,91],[101,-27],[17,-46],[-9,-54],[-100,27],[-9,-27],[92,-28],[0,-18],[-50,9],[0,-18],[76,-18],[75,-9],[8,27],[-58,18],[23,101],[111,-55],[75,-73],[42,-27],[0,-73],[-8,-9],[-34,-110],[0,-146]],[[17532,28013],[-42,46],[17,36],[50,28],[51,9],[8,-27],[-59,-28],[-25,-64]],[[18455,28369],[92,-9],[17,9],[42,-18],[83,-73],[-109,54],[-42,-27],[-125,-55],[-9,82],[51,37]],[[17977,28433],[134,-137],[-50,27],[-93,82],[-50,9],[-8,-18],[58,-36],[17,0],[126,-110],[-42,0],[-17,37],[-33,9],[-84,-27],[0,-101],[-17,-54],[-34,0],[-50,127],[-67,110],[34,72],[42,37],[67,9],[67,-36]],[[13583,7671],[9,82],[-26,27],[-42,64],[26,36],[-67,128],[-42,127],[-42,164]],[[14011,8545],[167,46],[9,-37],[75,-164],[109,-100],[109,-18]],[[6699,8217],[-75,19],[-126,9],[-50,9],[-17,36],[-59,37]],[[6339,8819],[50,-28],[92,-9],[59,18],[50,37],[42,0],[25,-18],[59,-92],[67,-27],[34,9],[33,55],[34,36],[67,9],[59,46],[41,64],[68,18],[41,-9],[101,-55],[34,9]],[[13415,6113],[-41,-18],[-42,-55],[-17,-64],[0,-27],[42,-9],[0,-37],[-51,-27],[-25,-27],[-58,27],[-9,-18],[-84,27],[-117,-55],[-101,-54],[-176,-137],[-50,-45],[-75,-82]],[[12611,5512],[-185,54]],[[12661,6623],[59,0],[8,-18],[126,27],[58,37],[176,91],[235,45]],[[16434,26510],[-67,0],[-25,28],[-51,36],[9,37],[50,9],[84,-37],[8,-64],[-8,-9]],[[16931,26248],[-53,44],[-84,45],[-100,28],[-25,0],[-59,-55],[-34,9],[0,82],[76,18],[33,37],[-16,36],[-51,-27],[-42,9],[34,36],[-8,55],[-26,-18],[-67,-18],[-16,-19],[-42,37],[16,45],[42,0],[0,19],[-33,18],[-42,9],[-42,-9],[-50,27],[-34,0],[0,46],[76,0],[16,27],[-33,55],[-92,36],[8,55],[25,36],[76,0],[16,-36],[51,-46],[33,-54],[25,-19],[67,9],[17,28],[-25,36],[-42,9],[-67,37],[-101,82],[26,0],[83,18],[168,55],[59,9],[33,-19],[176,-109],[51,-54],[42,-10],[100,64],[34,37],[142,54],[126,64],[59,-18],[117,27],[67,27],[168,37],[143,36],[192,9],[76,37],[42,-9],[50,18]],[[10707,6883],[8,-8],[-8,-106],[25,-192],[34,-100],[-17,-64],[0,-45],[-84,-36],[42,-37],[9,-55],[0,-164],[25,-27],[-17,-27],[67,-201],[-25,-27]],[[10766,5794],[-25,-27],[-34,0],[-100,-46],[-68,-55],[-159,55],[-17,319],[-33,36],[-34,55],[-16,55],[-269,328],[143,291],[42,64]],[[15671,3516],[-34,55],[-16,55],[-42,64],[-42,45],[-76,-36],[-25,45],[-42,18],[-33,0],[-34,-54],[-33,-9],[-42,36],[-25,-9],[-42,-46],[-76,10],[-84,0],[-33,36],[-42,109],[0,46]],[[15881,4391],[50,-109],[100,-18],[68,45],[25,37],[42,36],[251,137],[92,-82],[-243,-137],[210,-146],[-25,-36],[-42,-18],[-17,-37],[-67,-9],[-50,-27],[-84,-9],[-25,-46],[-126,-46],[-17,-18],[-33,0],[-17,-45],[-9,-55],[-25,-9],[-42,-46],[-92,-36],[-25,-55],[8,-9],[-84,-91],[-33,-46]],[[12502,9976],[-142,-64],[24,-55],[34,-100],[25,-18],[50,0],[17,-28],[-101,-82],[-25,0],[-50,-118],[-59,0],[-17,-18]],[[7370,13346],[-243,-64]],[[7177,14239],[9,-9],[260,64]],[[6607,7397],[-59,9],[-25,-18],[-33,-54],[-134,-28],[-302,-164]],[[4922,9028],[0,55],[-34,54],[-50,37],[-34,-27],[-117,82],[-75,27],[0,9],[83,9],[26,9],[150,0],[0,-27],[-83,9],[-17,-27],[17,-19],[75,-9],[0,-36],[50,-55],[17,-27],[7,-46]],[[3345,10067],[-25,-9],[-16,27],[25,27],[42,0],[67,-36],[0,-9],[-93,0]],[[3488,10112],[-25,0],[0,55],[33,18],[51,0],[58,-9],[-67,-55],[-50,-9]],[[3890,9957],[-33,0],[-25,19],[-25,54],[-34,128],[-50,64],[-25,18],[25,36],[50,18],[34,-9],[-9,-36],[9,-37],[50,-145],[50,-64],[9,-27],[-26,-19]],[[2918,10294],[-17,-18],[8,-27],[-25,-27],[-33,36],[-25,-36],[-9,-110],[76,0],[42,18],[58,-27],[93,37],[83,18],[26,0],[67,-64],[16,-46],[42,-18],[76,0],[100,28],[17,-10],[134,0],[17,-9],[25,-82],[34,0],[-9,-73],[51,-45],[92,-109],[25,-55],[17,-109],[33,-28],[51,-18],[25,18],[59,0],[58,-36],[126,-100],[59,0],[42,-37],[83,91],[42,18],[42,0],[0,-18],[51,9],[109,9],[42,19],[8,-73],[17,-37],[33,-36],[-50,-18],[-8,63],[-42,73],[-42,-36],[-17,18],[-34,0],[-100,-18],[-67,-18],[-67,-55],[42,-36],[25,-55],[-42,-91],[-17,-18],[-75,-55],[-68,-91],[-50,-37],[-33,-9],[-42,37],[-93,-64],[-58,-18],[-84,-55],[-101,9],[-42,-36],[-100,0],[-34,27],[-75,82],[-17,0],[-34,91],[-25,18],[-42,-72],[-8,18],[-42,9],[-33,-18],[-93,27],[-16,18],[-34,-9],[8,109],[-25,55],[9,18],[-9,55],[-33,27],[-25,46],[8,45],[-50,64],[-59,46],[-42,-9],[-34,9],[-117,63],[8,73],[-58,73],[-92,-9],[-34,-9],[-25,-27],[25,-46],[-67,-27],[-67,-46],[-92,-54],[0,-19],[-51,0],[-125,-45],[-14,-46],[5,-82],[25,-27],[-8,-36],[-42,0],[-25,36],[8,18],[34,0],[0,82],[-9,18],[-67,28],[-58,36],[-51,73],[-42,100],[-16,73],[0,109],[25,64],[50,91],[50,55],[101,91],[34,9],[83,-9],[135,46],[75,18],[92,0],[151,-27],[25,0],[25,27],[-8,36],[8,28],[59,63],[34,19]],[[20567,22838],[-33,-26],[-319,-91],[-184,-64],[-151,-82],[-126,-73],[-50,-18],[-285,-73],[-9,0],[17,-155],[-33,-18],[16,-228],[26,-164],[33,-200]],[[19352,21536],[-160,64],[-75,301],[-42,45],[-235,28],[-58,54],[-168,9],[-117,255],[-26,19]],[[18857,23121],[92,9],[-25,128],[-17,36],[17,55],[50,73],[51,9],[25,18],[-17,37],[42,36],[-42,46],[-17,36],[-67,64],[-5,28],[47,18],[76,-37],[125,-100],[34,-46],[75,46],[17,0],[185,118],[0,55],[159,82]],[[14598,9320],[-101,100]],[[13072,9638],[-9,55],[25,9],[-67,173],[-42,64]],[[16635,20206],[34,18],[25,73],[59,82],[16,-9],[76,9],[75,46],[92,36],[0,18],[-33,110],[33,45],[9,46],[50,73],[67,0],[109,45],[76,0],[0,-36],[-17,-37],[0,-36],[17,-27],[-25,-28],[33,-36],[50,27],[51,-18],[25,55],[59,-64],[33,-18],[42,36],[67,73],[17,-18],[8,-46],[84,28],[-17,45],[42,37],[59,-64]],[[1669,8618],[50,18],[50,9],[92,37],[67,36],[26,28]],[[1954,8746],[8,-37],[42,-9],[50,9],[51,-36],[58,9],[25,-46],[93,39],[75,16],[42,0],[17,18],[75,-18],[34,46],[84,0],[25,27],[75,0],[42,-27],[92,27],[34,-18],[50,0],[9,-19],[58,-18],[51,-45],[50,-137],[50,-82],[0,-18],[51,-100],[0,-28],[-26,-18],[-109,-27],[-75,-119],[-50,9],[-51,55],[0,18],[-42,46],[-67,0],[-58,-27],[-59,-55],[-17,0],[-92,27],[-67,46],[-84,9],[-143,-82],[-33,-46],[-92,-63],[-17,-19],[-34,-73],[-33,10],[-17,72],[25,73],[-17,55],[-58,91],[-59,46],[-33,45],[-93,46],[-25,18],[-17,82],[-16,27],[-17,73],[-42,-18]],[[18170,24843],[0,-27],[58,-119],[17,-45],[34,-55],[25,-82],[8,-91],[-25,-36],[17,-28],[16,-100],[0,-64],[-159,-27],[9,-46],[-59,-54],[-17,27],[-101,-27],[26,-91],[0,-55],[33,-100],[76,-128],[58,-118],[9,-73],[-17,-82],[-34,-109]],[[18052,22903],[-419,-210]],[[19318,17655],[118,-73]],[[17390,22046],[92,-63],[-17,-37],[-58,-91],[-26,0],[-42,-91],[84,-46],[-42,-82],[17,-45],[67,127],[17,-9],[201,-63],[17,-19],[-8,-27],[42,-55],[16,-45],[17,-110],[-25,-9],[8,-54],[59,-9],[59,0],[50,36],[17,-146],[75,-9],[17,-9],[-67,-155],[-42,-82],[-8,-82],[-16,-50]],[[16300,20516],[67,82],[50,55],[42,82],[-8,18],[-67,82],[-42,73],[-51,36],[-75,100],[-50,55],[-109,137],[-9,36],[-58,64]],[[14564,11606],[0,18],[101,0],[8,46],[-17,9],[9,64],[100,-18],[34,145],[-42,37],[42,100]],[[12904,4765],[-34,9],[-33,255],[17,155],[-9,45],[-67,46],[-100,109],[-51,73],[-16,55]],[[16006,19450],[-58,-18],[-37,-35],[-30,17],[-68,-10],[-167,-136],[-92,-9],[-76,-73],[-25,-9]],[[15453,19177],[-76,100],[-58,36],[-67,9],[-25,28]],[[5995,9174],[-25,55],[25,18],[67,100],[34,91],[-9,18],[118,110],[75,63],[67,0],[42,-18],[42,-36],[59,-37],[75,-27],[25,0],[59,-27],[17,-19],[25,19],[42,-10],[92,10],[109,36],[369,91],[101,91],[67,46],[58,27],[42,0],[-25,55]],[[7555,9830],[33,-91],[34,-28],[16,-100],[42,-109],[34,27],[50,-9],[67,-64],[25,55],[42,-73],[25,-73],[-142,-64],[59,-91],[8,-36],[-42,-18],[34,-91],[25,-55]],[[15671,3516],[-92,-36],[-76,-36],[-58,-55],[-59,-91],[-50,-37],[16,-18],[-42,-64],[-25,-54],[-17,-137],[-58,-36],[8,-28],[-25,-18],[-50,9],[-51,-27],[-16,64],[-51,73],[-42,154],[-36,33],[-98,-96],[-25,-46],[-25,-9],[-126,-9],[9,-55],[41,-73],[17,-9],[0,-54]],[[14740,2861],[-92,-37],[-59,9],[-16,73],[25,9],[-25,82],[-51,0],[-33,28],[-42,-10],[-9,82],[-16,110],[0,64],[-26,0],[-67,-155],[-58,18]],[[14271,3134],[16,36],[-25,91],[42,55],[-8,55],[-42,64],[25,45],[59,27],[67,-36],[17,0],[50,45],[0,28]],[[1954,5448],[-26,45],[-67,0],[-8,28],[-109,73],[-84,0],[-17,-19],[-83,55],[-51,27],[-159,101],[-59,-73],[42,-55],[-33,-55],[-34,9],[-25,37],[-50,45],[-26,-9],[-8,-36],[-25,-18],[-25,18],[-34,0],[-8,-37],[-25,-36],[-25,0],[-26,46],[-83,-10],[16,-63],[51,-346],[-327,-37],[-151,0],[-84,37],[-25,-10],[-17,64],[0,46],[-50,54],[-26,-36],[-25,0],[-25,64],[-50,27],[-34,82],[-50,18],[-17,46],[34,18],[-17,73],[-50,36],[-25,64],[8,18],[59,28],[-76,91],[-25,36],[25,28],[134,164],[-8,72],[-50,73],[0,55],[8,46],[-17,63],[-25,55],[25,36],[42,37],[134,54],[143,73],[25,0],[59,-18],[109,46],[42,0],[67,18],[92,36],[67,64],[101,9],[134,-27],[8,-37],[67,-27],[59,-9],[59,-46],[0,-18],[58,-64],[109,-18],[42,-27],[9,-18],[42,-19],[109,-36],[117,-18],[142,-28],[34,-54],[0,-18]],[[14916,26009],[-58,-27],[-151,-118],[33,-73],[17,-64],[-42,-46],[-84,-73]],[[13709,26191],[59,55],[201,119],[109,54],[84,28],[42,36],[58,27],[51,37],[100,45],[17,28]],[[9693,7343],[-26,-28],[-25,-54],[0,-46],[17,-45]],[[8678,7406],[-33,19],[-42,-9],[-42,18],[-25,64],[-9,54],[-100,55],[-42,-18],[-51,27],[-8,27],[-42,19],[-84,-28]],[[12032,5184],[-126,45],[-293,91],[0,-36],[-17,-73],[-34,-18],[-125,0],[-118,-18],[-184,54],[-151,-54],[-67,72],[84,356],[8,18]],[[11009,5621],[8,36],[93,19],[8,63],[17,19]],[[11009,5621],[-8,0],[-235,173]],[[15377,610],[-16,-45],[-25,-18]],[[15101,73],[-25,0],[-59,-55],[-34,-18],[-8,55],[-59,0],[-16,-37],[-68,46],[-8,91],[-17,45],[-58,-45],[-34,0],[-42,-18],[-67,-64],[-17,-37],[-25,119]],[[13701,11579],[25,36],[-17,37],[-17,82],[-33,54],[-42,46],[16,27],[-83,-27],[-26,46],[-8,36],[17,27],[67,37],[0,27],[-109,-55],[-59,-9],[-8,82],[50,19],[-42,45],[-75,-36],[-9,9],[26,64],[25,-10],[67,64]],[[19067,14494],[-25,-73],[-34,46],[-25,9],[-50,-46],[-17,-36],[-34,-18],[-25,9],[-25,45],[17,46],[-93,91],[-41,-9],[-160,-46],[-218,37],[-33,0],[-93,-46],[-16,9]],[[17750,15159],[51,55],[25,36],[42,28],[193,145],[0,19],[209,118],[84,27],[109,-9],[67,9]],[[20752,17191],[25,18],[59,64],[67,155],[17,54],[50,46],[42,-46],[0,-27],[67,-173],[34,-164],[67,-55],[33,-100],[50,-109],[93,-28],[16,19],[26,-19],[0,-36],[25,-55],[50,-182]],[[5651,12863],[-209,-164],[-51,-27],[25,-36],[68,-28],[16,-45],[25,36],[26,-64],[58,-18],[0,-18],[-42,-18],[-50,-46],[-8,-27],[-42,0],[-25,36],[-17,-36],[33,-55],[-75,-45],[-59,-9],[-117,-55],[0,-36],[42,-64],[-9,-9]],[[4603,12727],[42,54],[117,174],[42,54],[51,55],[159,209]],[[19746,13938],[-9,-100],[-16,-118],[-59,-28],[-8,-27],[33,-36],[9,-28],[-26,-36],[-67,-73],[-117,-18],[-109,-37],[8,-27],[-42,-109],[-8,-37],[0,-82]],[[18044,12927],[-143,37],[-42,127],[-33,64],[-51,55],[-16,54],[0,73],[-17,27],[-25,119],[-25,18],[-9,55],[9,36],[42,18],[25,-9],[50,82]],[[14740,2861],[-17,-37],[26,-82],[0,-27],[33,-46],[25,0],[42,-27],[0,-64],[59,-18],[-8,-155],[-68,-73],[24,-34]],[[14128,2715],[17,36],[-17,55],[-84,36],[-8,28],[42,82],[33,91],[9,109],[33,9],[76,-36],[42,9]],[[21389,25517],[34,0],[33,-45],[51,-9],[16,18],[84,-27],[25,9],[17,-28],[34,-18],[75,-9],[34,9],[67,-36],[92,-37],[92,-9],[17,27],[17,-118],[25,-128],[8,-200],[-33,-27],[-17,-46],[109,-73],[-75,-36],[-59,-9],[-9,-37],[-58,-118],[-9,-64]],[[20718,24023],[0,9],[-58,228],[-9,18],[0,73],[-25,155],[-42,0],[-8,73],[-67,-9],[-9,36],[-142,-27],[42,55],[8,36],[-8,64],[42,100],[17,-9],[16,36],[-50,10],[8,36],[34,64],[-25,27],[50,55],[-33,82],[8,9],[-25,54],[-42,-27]],[[15260,19004],[17,9],[117,118],[51,-18],[8,64]],[[17121,11351],[-109,64],[-50,9],[-17,-9],[-16,-46],[-26,-18],[-83,18],[-93,0],[-92,-27],[-126,91],[-58,64],[-9,27],[59,18],[-8,46],[-51,18],[-67,73],[-17,0]]],"objects":{"geo":{"type":"GeometryCollection","geometries":[{"arcs":[[0,1,2]],"type":"Polygon","properties":{"GM_CODE":"GM0003"}},{"arcs":[[3,4,5,6,7]],"type":"Polygon","properties":{"GM_CODE":"GM0005"}},{"arcs":[[8,9,10,11,12]],"type":"Polygon","properties":{"GM_CODE":"GM0007"}},{"arcs":[[13,14,-5,15]],"type":"Polygon","properties":{"GM_CODE":"GM0009"}},{"arcs":[[16,17,-3,18,19,20]],"type":"Polygon","properties":{"GM_CODE":"GM0010"}},{"arcs":[[-6,-15,21,22,23,24,25,26,27,28]],"type":"Polygon","properties":{"GM_CODE":"GM0014"}},{"arcs":[[29,30,31,32,33]],"type":"Polygon","properties":{"GM_CODE":"GM0015"}},{"arcs":[[34,35,-24]],"type":"Polygon","properties":{"GM_CODE":"GM0017"}},{"arcs":[[36,37,38,39,40,-35,-23]],"type":"Polygon","properties":{"GM_CODE":"GM0018"}},{"arcs":[[-27,41,42,43,-30,44]],"type":"Polygon","properties":{"GM_CODE":"GM0022"}},{"arcs":[[-2,45,-16,-4,46,-19]],"type":"Polygon","properties":{"GM_CODE":"GM0024"}},{"arcs":[[-44,47,48,-31]],"type":"Polygon","properties":{"GM_CODE":"GM0025"}},{"arcs":[[49,50,51]],"type":"Polygon","properties":{"GM_CODE":"GM0034"}},{"arcs":[[-11,52,53,54,55,56]],"type":"Polygon","properties":{"GM_CODE":"GM0037"}},{"arcs":[[-18,57,58,-37,-22,-14,-46,-1]],"type":"Polygon","properties":{"GM_CODE":"GM0040"}},{"arcs":[[59,-56,60,-39,61]],"type":"Polygon","properties":{"GM_CODE":"GM0047"}},{"arcs":[[62,63,64,-53,-10]],"type":"Polygon","properties":{"GM_CODE":"GM0048"}},{"arcs":[[65,66,-50,67]],"type":"Polygon","properties":{"GM_CODE":"GM0050"}},{"arcs":[[68,69,70,71,72,73,74]],"type":"Polygon","properties":{"GM_CODE":"GM0051"}},{"arcs":[[75,-7,-29,76,77]],"type":"Polygon","properties":{"GM_CODE":"GM0053"}},{"arcs":[[78,79,80,-75,81,82,83,84,85]],"type":"Polygon","properties":{"GM_CODE":"GM0055"}},{"arcs":[[86,-77,-28,-45,-34,87,88,89]],"type":"Polygon","properties":{"GM_CODE":"GM0056"}},{"arcs":[[[90,91,92,93]],[[94]],[[95]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0058"}},{"arcs":[[-88,-33,96,97,98,99]],"type":"Polygon","properties":{"GM_CODE":"GM0059"}},{"arcs":[[100]],"type":"Polygon","properties":{"GM_CODE":"GM0060"}},{"arcs":[[101,102,103,104,105]],"type":"Polygon","properties":{"GM_CODE":"GM0063"}},{"arcs":[[106,107]],"type":"Polygon","properties":{"GM_CODE":"GM0064"}},{"arcs":[[108,109,110,111,112,-104]],"type":"Polygon","properties":{"GM_CODE":"GM0070"}},{"arcs":[[113,114,-112]],"type":"Polygon","properties":{"GM_CODE":"GM0072"}},{"arcs":[[115,116,-69,-81,117]],"type":"Polygon","properties":{"GM_CODE":"GM0074"}},{"arcs":[[-89,-100,118,-91,119]],"type":"Polygon","properties":{"GM_CODE":"GM0079"}},{"arcs":[[-85,120,121,122,123]],"type":"Polygon","properties":{"GM_CODE":"GM0080"}},{"arcs":[[124,125,-123,126,-102]],"type":"Polygon","properties":{"GM_CODE":"GM0081"}},{"arcs":[[127,128,129,130,-71,131]],"type":"Polygon","properties":{"GM_CODE":"GM0082"}},{"arcs":[[-127,-122,132,-109,-103]],"type":"Polygon","properties":{"GM_CODE":"GM0083"}},{"arcs":[[133,134,135,-116,136,137]],"type":"Polygon","properties":{"GM_CODE":"GM0085"}},{"arcs":[[-43,138,-137,-118,-80,139,-48]],"type":"Polygon","properties":{"GM_CODE":"GM0086"}},{"arcs":[[[140]],[[141]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0088"}},{"arcs":[[-49,-140,-79,142,-97,-32]],"type":"Polygon","properties":{"GM_CODE":"GM0090"}},{"arcs":[[-82,-74,143]],"type":"Polygon","properties":{"GM_CODE":"GM0091"}},{"arcs":[[144]],"type":"Polygon","properties":{"GM_CODE":"GM0093"}},{"arcs":[[[145]],[[146]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0096"}},{"arcs":[[147,-132,-70,-117,-136,148]],"type":"Polygon","properties":{"GM_CODE":"GM0098"}},{"arcs":[[149,150,151,152]],"type":"Polygon","properties":{"GM_CODE":"GM0104"}},{"arcs":[[153,154,155,156]],"type":"Polygon","properties":{"GM_CODE":"GM0106"}},{"arcs":[[157,158,159,160,161,162,163]],"type":"Polygon","properties":{"GM_CODE":"GM0109"}},{"arcs":[[164,-158,165,-64]],"type":"Polygon","properties":{"GM_CODE":"GM0114"}},{"arcs":[[-161,166,167,168,169]],"type":"Polygon","properties":{"GM_CODE":"GM0118"}},{"arcs":[[170,171,172,173]],"type":"Polygon","properties":{"GM_CODE":"GM0119"}},{"arcs":[[-121,-84,174,175,-110,-133]],"type":"Polygon","properties":{"GM_CODE":"GM0140"}},{"arcs":[[176,177,178,179,180]],"type":"Polygon","properties":{"GM_CODE":"GM0141"}},{"arcs":[[181,182,183,-178,184]],"type":"Polygon","properties":{"GM_CODE":"GM0147"}},{"arcs":[[185,186,187,188,189]],"type":"Polygon","properties":{"GM_CODE":"GM0148"}},{"arcs":[[190,191,192,193,194]],"type":"Polygon","properties":{"GM_CODE":"GM0150"}},{"arcs":[[195,196,197,198,199,200]],"type":"Polygon","properties":{"GM_CODE":"GM0153"}},{"arcs":[[201,-199,202,203,204]],"type":"Polygon","properties":{"GM_CODE":"GM0158"}},{"arcs":[[205,206,207,-189,208,209,-167,-160]],"type":"Polygon","properties":{"GM_CODE":"GM0160"}},{"arcs":[[210,211,212,213,214]],"type":"Polygon","properties":{"GM_CODE":"GM0163"}},{"arcs":[[-200,-202,215,-183,216]],"type":"Polygon","properties":{"GM_CODE":"GM0164"}},{"arcs":[[[217]],[[218,219,220,221,222,223,224]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0166"}},{"arcs":[[225,-197,226,227]],"type":"Polygon","properties":{"GM_CODE":"GM0168"}},{"arcs":[[[-224,228]],[[229,230,231,232,-129]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0171"}},{"arcs":[[-227,-196,233]],"type":"Polygon","properties":{"GM_CODE":"GM0173"}},{"arcs":[[234,-215,235,-190,-208]],"type":"Polygon","properties":{"GM_CODE":"GM0175"}},{"arcs":[[-236,-214,236,-195,237,238,-186]],"type":"Polygon","properties":{"GM_CODE":"GM0177"}},{"arcs":[[239,-209,-188,240,241,242,-172]],"type":"Polygon","properties":{"GM_CODE":"GM0180"}},{"arcs":[[243,-185,-177,244,245]],"type":"Polygon","properties":{"GM_CODE":"GM0183"}},{"arcs":[[246,-232]],"type":"Polygon","properties":{"GM_CODE":"GM0184"}},{"arcs":[[247,248,-212,249,-180]],"type":"Polygon","properties":{"GM_CODE":"GM0189"}},{"arcs":[[-187,-239,250,251,252,-220,253,-241]],"type":"Polygon","properties":{"GM_CODE":"GM0193"}},{"arcs":[[254,255,256,257,258]],"type":"Polygon","properties":{"GM_CODE":"GM0196"}},{"arcs":[[259,260,261,262]],"type":"Polygon","properties":{"GM_CODE":"GM0197"}},{"arcs":[[263,264,265,266,267,268,269,270,271]],"type":"Polygon","properties":{"GM_CODE":"GM0200"}},{"arcs":[[272,273,274,275,276,277,-267,278]],"type":"Polygon","properties":{"GM_CODE":"GM0202"}},{"arcs":[[279,280,281,282,283,284,285,286,287,-269]],"type":"Polygon","properties":{"GM_CODE":"GM0203"}},{"arcs":[[288,289,290,291,292]],"type":"Polygon","properties":{"GM_CODE":"GM0209"}},{"arcs":[[293,294,295,296,-265,297]],"type":"Polygon","properties":{"GM_CODE":"GM0213"}},{"arcs":[[298,299,300,301,302,303,304]],"type":"Polygon","properties":{"GM_CODE":"GM0214"}},{"arcs":[[-303,305,306,307,308,309]],"type":"Polygon","properties":{"GM_CODE":"GM0216"}},{"arcs":[[310,311,312]],"type":"Polygon","properties":{"GM_CODE":"GM0221"}},{"arcs":[[313,314,315,316]],"type":"Polygon","properties":{"GM_CODE":"GM0222"}},{"arcs":[[-290,317,318,319]],"type":"Polygon","properties":{"GM_CODE":"GM0225"}},{"arcs":[[-259,320,321,322]],"type":"Polygon","properties":{"GM_CODE":"GM0226"}},{"arcs":[[-278,323,324,325,326,327,-280,-268]],"type":"Polygon","properties":{"GM_CODE":"GM0228"}},{"arcs":[[328,329,330,331]],"type":"Polygon","properties":{"GM_CODE":"GM0230"}},{"arcs":[[332,333,-272,334,-329,335,336]],"type":"Polygon","properties":{"GM_CODE":"GM0232"}},{"arcs":[[-270,-288,337,338,339,340]],"type":"Polygon","properties":{"GM_CODE":"GM0233"}},{"arcs":[[-302,341,342,343,344,-306]],"type":"Polygon","properties":{"GM_CODE":"GM0236"}},{"arcs":[[345,346,347,348,349,350]],"type":"Polygon","properties":{"GM_CODE":"GM0241"}},{"arcs":[[-340,351,352]],"type":"Polygon","properties":{"GM_CODE":"GM0243"}},{"arcs":[[353,354,-221,-253]],"type":"Polygon","properties":{"GM_CODE":"GM0244"}},{"arcs":[[-252,355,-337,356,-354]],"type":"Polygon","properties":{"GM_CODE":"GM0246"}},{"arcs":[[357,358,359,360,361,-348]],"type":"Polygon","properties":{"GM_CODE":"GM0252"}},{"arcs":[[362,363,364,365,366,-192,367]],"type":"Polygon","properties":{"GM_CODE":"GM0262"}},{"arcs":[[368,369,370,371,372,373]],"type":"Polygon","properties":{"GM_CODE":"GM0263"}},{"arcs":[[-257,374,375,376]],"type":"Polygon","properties":{"GM_CODE":"GM0265"}},{"arcs":[[377,-286,378,379,380]],"type":"Polygon","properties":{"GM_CODE":"GM0267"}},{"arcs":[[381,382,-349,-362,383,-293,384]],"type":"Polygon","properties":{"GM_CODE":"GM0268"}},{"arcs":[[-355,-357,-336,-332,385,-222]],"type":"Polygon","properties":{"GM_CODE":"GM0269"}},{"arcs":[[-287,-378,386,-338]],"type":"Polygon","properties":{"GM_CODE":"GM0273"}},{"arcs":[[-277,387,388,-324]],"type":"Polygon","properties":{"GM_CODE":"GM0274"}},{"arcs":[[389,-312,390,391,-273,392,-296]],"type":"Polygon","properties":{"GM_CODE":"GM0275"}},{"arcs":[[-279,-266,-297,-393]],"type":"Polygon","properties":{"GM_CODE":"GM0277"}},{"arcs":[[393,394,-282]],"type":"Polygon","properties":{"GM_CODE":"GM0279"}},{"arcs":[[395,396,397,-342,-301]],"type":"Polygon","properties":{"GM_CODE":"GM0281"}},{"arcs":[[-376,398,-350,-383,399]],"type":"Polygon","properties":{"GM_CODE":"GM0282"}},{"arcs":[[-193,-367,400,-298,-264,-334,401]],"type":"Polygon","properties":{"GM_CODE":"GM0285"}},{"arcs":[[-389,402,403,404,-325]],"type":"Polygon","properties":{"GM_CODE":"GM0289"}},{"arcs":[[405,-274,-392,406,-322]],"type":"Polygon","properties":{"GM_CODE":"GM0293"}},{"arcs":[[-260,407,408]],"type":"Polygon","properties":{"GM_CODE":"GM0294"}},{"arcs":[[-289,-384,-361,409,410,411,-318]],"type":"Polygon","properties":{"GM_CODE":"GM0296"}},{"arcs":[[412,-372,413,414,415,416,417]],"type":"Polygon","properties":{"GM_CODE":"GM0297"}},{"arcs":[[-311,418,-316,419,420,-255,-323,-407,-391]],"type":"Polygon","properties":{"GM_CODE":"GM0299"}},{"arcs":[[421,-294,-401,-366]],"type":"Polygon","properties":{"GM_CODE":"GM0301"}},{"arcs":[[-335,-271,-341,-353,422,-330]],"type":"Polygon","properties":{"GM_CODE":"GM0302"}},{"arcs":[[[423]],[[-66,424,425]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0303"}},{"arcs":[[426,-373,-413,427,-343,-398]],"type":"Polygon","properties":{"GM_CODE":"GM0304"}},{"arcs":[[428,429,430,431,432]],"type":"Polygon","properties":{"GM_CODE":"GM0305"}},{"arcs":[[-285,433,434,435,436,437,-379]],"type":"Polygon","properties":{"GM_CODE":"GM0307"}},{"arcs":[[-437,438,439,440,441,442,443,444]],"type":"Polygon","properties":{"GM_CODE":"GM0308"}},{"arcs":[[445,446,447,448,449,-441]],"type":"Polygon","properties":{"GM_CODE":"GM0310"}},{"arcs":[[450,451,452,453,454,455]],"type":"Polygon","properties":{"GM_CODE":"GM0311"}},{"arcs":[[456,457,458,459,460]],"type":"Polygon","properties":{"GM_CODE":"GM0312"}},{"arcs":[[-380,-438,-445,461,462]],"type":"Polygon","properties":{"GM_CODE":"GM0313"}},{"arcs":[[-462,-444,463,464,465]],"type":"Polygon","properties":{"GM_CODE":"GM0317"}},{"arcs":[[-460,466,-309,467,468,469]],"type":"Polygon","properties":{"GM_CODE":"GM0321"}},{"arcs":[[-284,470,471,-434]],"type":"Polygon","properties":{"GM_CODE":"GM0327"}},{"arcs":[[472,-456,473,-430,474]],"type":"Polygon","properties":{"GM_CODE":"GM0329"}},{"arcs":[[475,476,477,478,479,480,481,482]],"type":"Polygon","properties":{"GM_CODE":"GM0331"}},{"arcs":[[483,-452,484,-448]],"type":"Polygon","properties":{"GM_CODE":"GM0333"}},{"arcs":[[485,486,-482,487,488,489]],"type":"Polygon","properties":{"GM_CODE":"GM0335"}},{"arcs":[[490,491,492,-394,-281,-328]],"type":"Polygon","properties":{"GM_CODE":"GM0339"}},{"arcs":[[-326,-405,493,-299,494,495]],"type":"Polygon","properties":{"GM_CODE":"GM0340"}},{"arcs":[[496,-439,-436]],"type":"Polygon","properties":{"GM_CODE":"GM0342"}},{"arcs":[[-447,497,-461,-470,498,499,-486,500,-453,-484]],"type":"Polygon","properties":{"GM_CODE":"GM0344"}},{"arcs":[[-496,501,-491,-327]],"type":"Polygon","properties":{"GM_CODE":"GM0345"}},{"arcs":[[-493,502,503,-471,-283,-395]],"type":"Polygon","properties":{"GM_CODE":"GM0351"}},{"arcs":[[-304,-310,-467,-459,504]],"type":"Polygon","properties":{"GM_CODE":"GM0352"}},{"arcs":[[-500,505,506,-483,-487]],"type":"Polygon","properties":{"GM_CODE":"GM0353"}},{"arcs":[[-435,-472,-504,507,-457,-498,-446,-440,-497]],"type":"Polygon","properties":{"GM_CODE":"GM0355"}},{"arcs":[[-469,508,-506,-499]],"type":"Polygon","properties":{"GM_CODE":"GM0356"}},{"arcs":[[509,510,511,512]],"type":"Polygon","properties":{"GM_CODE":"GM0358"}},{"arcs":[[513,514,515,516,517,518]],"type":"Polygon","properties":{"GM_CODE":"GM0361"}},{"arcs":[[519,520,521,-512,522,523]],"type":"Polygon","properties":{"GM_CODE":"GM0362"}},{"arcs":[[[524,525,-433,526,527]],[[528]],[[529,530,531,532,533,534,-524,535,536,537]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0363"}},{"arcs":[[538,539,540,541]],"type":"Polygon","properties":{"GM_CODE":"GM0364"}},{"arcs":[[542,543,544,545,546,547]],"type":"Polygon","properties":{"GM_CODE":"GM0365"}},{"arcs":[[548,549,550,551,552,553]],"type":"Polygon","properties":{"GM_CODE":"GM0366"}},{"arcs":[[554,555,556,-543,557,558]],"type":"Polygon","properties":{"GM_CODE":"GM0370"}},{"arcs":[[559,560,561,562,563,564,-518]],"type":"Polygon","properties":{"GM_CODE":"GM0373"}},{"arcs":[[565,566,567,568]],"type":"Polygon","properties":{"GM_CODE":"GM0375"}},{"arcs":[[-465,569,570,571]],"type":"Polygon","properties":{"GM_CODE":"GM0376"}},{"arcs":[[572,573,574,575,576,577,578,579]],"type":"Polygon","properties":{"GM_CODE":"GM0377"}},{"arcs":[[580,581,582]],"type":"Polygon","properties":{"GM_CODE":"GM0381"}},{"arcs":[[583,-547,584,585,586,-561,587,-516]],"type":"Polygon","properties":{"GM_CODE":"GM0383"}},{"arcs":[[588,589,-528,590,-534]],"type":"Polygon","properties":{"GM_CODE":"GM0384"}},{"arcs":[[591,592,593,594]],"type":"Polygon","properties":{"GM_CODE":"GM0385"}},{"arcs":[[595,596,-539]],"type":"Polygon","properties":{"GM_CODE":"GM0388"}},{"arcs":[[597,598,599,-573,600]],"type":"Polygon","properties":{"GM_CODE":"GM0392"}},{"arcs":[[601,-598,602,603,-537]],"type":"Polygon","properties":{"GM_CODE":"GM0393"}},{"arcs":[[-523,-511,604,605,606,607,-575,608,-599,-602,-536]],"type":"Polygon","properties":{"GM_CODE":"GM0394"}},{"arcs":[[609,610,611,-564,612,613]],"type":"Polygon","properties":{"GM_CODE":"GM0395"}},{"arcs":[[614,615,-569,616,-586]],"type":"Polygon","properties":{"GM_CODE":"GM0396"}},{"arcs":[[-609,-574,-600]],"type":"Polygon","properties":{"GM_CODE":"GM0397"}},{"arcs":[[617,-514,618,-611,619,620,621]],"type":"Polygon","properties":{"GM_CODE":"GM0398"}},{"arcs":[[-588,-560,-517]],"type":"Polygon","properties":{"GM_CODE":"GM0399"}},{"arcs":[[-553,622,623]],"type":"Polygon","properties":{"GM_CODE":"GM0400"}},{"arcs":[[-582,624,625,-442,-450,626,627,628]],"type":"Polygon","properties":{"GM_CODE":"GM0402"}},{"arcs":[[629,630,631,632,633]],"type":"Polygon","properties":{"GM_CODE":"GM0405"}},{"arcs":[[-571,-625,-581,634,635]],"type":"Polygon","properties":{"GM_CODE":"GM0406"}},{"arcs":[[636,637,-620,-610,638,-551]],"type":"Polygon","properties":{"GM_CODE":"GM0412"}},{"arcs":[[639,-531,640,641,642]],"type":"Polygon","properties":{"GM_CODE":"GM0415"}},{"arcs":[[-619,-519,-565,-612]],"type":"Polygon","properties":{"GM_CODE":"GM0416"}},{"arcs":[[-464,-443,-626,-570]],"type":"Polygon","properties":{"GM_CODE":"GM0417"}},{"arcs":[[-632,643,644,645,646,647]],"type":"Polygon","properties":{"GM_CODE":"GM0420"}},{"arcs":[[648,649,-525,-590,650]],"type":"Polygon","properties":{"GM_CODE":"GM0424"}},{"arcs":[[-635,-583,-629,651,-649,652]],"type":"Polygon","properties":{"GM_CODE":"GM0425"}},{"arcs":[[-530,653,654,-641]],"type":"Polygon","properties":{"GM_CODE":"GM0431"}},{"arcs":[[-645,655,-621,-638,656]],"type":"Polygon","properties":{"GM_CODE":"GM0432"}},{"arcs":[[-527,-432,657,-520,-535,-591]],"type":"Polygon","properties":{"GM_CODE":"GM0437"}},{"arcs":[[-593,658,-643,659,-556,660]],"type":"Polygon","properties":{"GM_CODE":"GM0439"}},{"arcs":[[-639,-614,661]],"type":"Polygon","properties":{"GM_CODE":"GM0441"}},{"arcs":[[[662]],[[663]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0448"}},{"arcs":[[-546,664,-615,-585]],"type":"Polygon","properties":{"GM_CODE":"GM0450"}},{"arcs":[[665,666,667,-513,-522]],"type":"Polygon","properties":{"GM_CODE":"GM0451"}},{"arcs":[[668,-603,-601,-580,669,-567]],"type":"Polygon","properties":{"GM_CODE":"GM0453"}},{"arcs":[[-652,-628,670,-475,-429,-526,-650]],"type":"Polygon","properties":{"GM_CODE":"GM0457"}},{"arcs":[[-558,-548,-584,-515,-618,671]],"type":"Polygon","properties":{"GM_CODE":"GM0458"}},{"arcs":[[-541,672,673,-633,-648,674]],"type":"Polygon","properties":{"GM_CODE":"GM0459"}},{"arcs":[[[675,-549,676]],[[677,678]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0462"}},{"arcs":[[-646,-657,-637,-550,-676,679]],"type":"Polygon","properties":{"GM_CODE":"GM0463"}},{"arcs":[[680,681,682,-578]],"type":"Polygon","properties":{"GM_CODE":"GM0473"}},{"arcs":[[-552,-662,-613,-563,683,-623]],"type":"Polygon","properties":{"GM_CODE":"GM0476"}},{"arcs":[[-594,-661,-555,684,685]],"type":"Polygon","properties":{"GM_CODE":"GM0478"}},{"arcs":[[-545,686,-654,-538,-604,-669,-566,-616,-665]],"type":"Polygon","properties":{"GM_CODE":"GM0479"}},{"arcs":[[687,688,689,690,691]],"type":"Polygon","properties":{"GM_CODE":"GM0482"}},{"arcs":[[692,693,694,695,696]],"type":"Polygon","properties":{"GM_CODE":"GM0484"}},{"arcs":[[697,698,699,700,701]],"type":"Polygon","properties":{"GM_CODE":"GM0489"}},{"arcs":[[702,703,704,705,706]],"type":"Polygon","properties":{"GM_CODE":"GM0491"}},{"arcs":[[707,708,-693,709,710]],"type":"Polygon","properties":{"GM_CODE":"GM0497"}},{"arcs":[[711,-634,-674,712]],"type":"Polygon","properties":{"GM_CODE":"GM0498"}},{"arcs":[[-709,713,714,715,-694]],"type":"Polygon","properties":{"GM_CODE":"GM0499"}},{"arcs":[[716,717,718,719]],"type":"Polygon","properties":{"GM_CODE":"GM0501"}},{"arcs":[[720,721,722,723,724,725]],"type":"Polygon","properties":{"GM_CODE":"GM0502"}},{"arcs":[[726,727,728,729,730]],"type":"Polygon","properties":{"GM_CODE":"GM0503"}},{"arcs":[[731,732,733,734]],"type":"Polygon","properties":{"GM_CODE":"GM0504"}},{"arcs":[[735,736,737,738,739,740,741,742,743,744]],"type":"Polygon","properties":{"GM_CODE":"GM0505"}},{"arcs":[[[745]],[[-733,746,747,748]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0511"}},{"arcs":[[749,-417,750,751,752,753]],"type":"Polygon","properties":{"GM_CODE":"GM0512"}},{"arcs":[[754,755,756,757,758]],"type":"Polygon","properties":{"GM_CODE":"GM0513"}},{"arcs":[[[759,760,-730,761,762]],[[763,764,765,766,767]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0518"}},{"arcs":[[-753,768,-737,769,770,771]],"type":"Polygon","properties":{"GM_CODE":"GM0523"}},{"arcs":[[772,773,774,-718]],"type":"Polygon","properties":{"GM_CODE":"GM0530"}},{"arcs":[[775,776,777,-690]],"type":"Polygon","properties":{"GM_CODE":"GM0531"}},{"arcs":[[778,-713,-673,-540,-597]],"type":"Polygon","properties":{"GM_CODE":"GM0532"}},{"arcs":[[-608,779,780,-576]],"type":"Polygon","properties":{"GM_CODE":"GM0534"}},{"arcs":[[781,782,783,784,785,786]],"type":"Polygon","properties":{"GM_CODE":"GM0537"}},{"arcs":[[787,788,-722,789]],"type":"Polygon","properties":{"GM_CODE":"GM0542"}},{"arcs":[[790,-307,-345,791,792,793]],"type":"Polygon","properties":{"GM_CODE":"GM0545"}},{"arcs":[[794,795,796,797,-784,798,799,800]],"type":"Polygon","properties":{"GM_CODE":"GM0546"}},{"arcs":[[801,802,803,804,-801]],"type":"Polygon","properties":{"GM_CODE":"GM0547"}},{"arcs":[[805,-780,-607,806]],"type":"Polygon","properties":{"GM_CODE":"GM0553"}},{"arcs":[[807,808,809,810,811,812]],"type":"Polygon","properties":{"GM_CODE":"GM0556"}},{"arcs":[[813,814,-735,815]],"type":"Polygon","properties":{"GM_CODE":"GM0559"}},{"arcs":[[816,817,818,-773,-717,819]],"type":"Polygon","properties":{"GM_CODE":"GM0568"}},{"arcs":[[820,-710,-697,821,-667,822]],"type":"Polygon","properties":{"GM_CODE":"GM0569"}},{"arcs":[[823,824,-692,825,826]],"type":"Polygon","properties":{"GM_CODE":"GM0571"}},{"arcs":[[827,-682,828,829,-787]],"type":"Polygon","properties":{"GM_CODE":"GM0575"}},{"arcs":[[-829,-681,-577,-781,-806,830]],"type":"Polygon","properties":{"GM_CODE":"GM0576"}},{"arcs":[[-799,-783,831]],"type":"Polygon","properties":{"GM_CODE":"GM0579"}},{"arcs":[[-814,832]],"type":"Polygon","properties":{"GM_CODE":"GM0580"}},{"arcs":[[833,834,835,836,837]],"type":"Polygon","properties":{"GM_CODE":"GM0584"}},{"arcs":[[838,-743,839,840,-834,841,-699]],"type":"Polygon","properties":{"GM_CODE":"GM0585"}},{"arcs":[[[842]],[[843,844,-818,845,-836]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0588"}},{"arcs":[[-488,-481,846,847]],"type":"Polygon","properties":{"GM_CODE":"GM0589"}},{"arcs":[[848,-745,849,-776,-689,850]],"type":"Polygon","properties":{"GM_CODE":"GM0590"}},{"arcs":[[851,-489,-848,852,-759,853,-714,-708]],"type":"Polygon","properties":{"GM_CODE":"GM0595"}},{"arcs":[[-826,-691,-778,854,-702,855,856]],"type":"Polygon","properties":{"GM_CODE":"GM0597"}},{"arcs":[[-812,857,-810,858,859,860,-727,861,862,863,-725,864,-723,-789,-856,-701,865,866,-820,-720,867,868,869]],"type":"Polygon","properties":{"GM_CODE":"GM0599"}},{"arcs":[[-811,-858]],"type":"Polygon","properties":{"GM_CODE":"GM0600"}},{"arcs":[[870,-762,-729,871,872,-765]],"type":"Polygon","properties":{"GM_CODE":"GM0603"}},{"arcs":[[873,874,-860]],"type":"Polygon","properties":{"GM_CODE":"GM0606"}},{"arcs":[[-479,875,-703,876]],"type":"Polygon","properties":{"GM_CODE":"GM0608"}},{"arcs":[[-770,-736,-849,877]],"type":"Polygon","properties":{"GM_CODE":"GM0610"}},{"arcs":[[878,879,-844,-835,-841]],"type":"Polygon","properties":{"GM_CODE":"GM0611"}},{"arcs":[[880,-837,-846,-817,-867]],"type":"Polygon","properties":{"GM_CODE":"GM0612"}},{"arcs":[[-700,-842,-838,-881,-866]],"type":"Polygon","properties":{"GM_CODE":"GM0613"}},{"arcs":[[-775,881,-868,-719]],"type":"Polygon","properties":{"GM_CODE":"GM0614"}},{"arcs":[[-742,882,-879,-840]],"type":"Polygon","properties":{"GM_CODE":"GM0617"}},{"arcs":[[-468,-308,-791,883,-476,-507,-509]],"type":"Polygon","properties":{"GM_CODE":"GM0620"}},{"arcs":[[-809,884,-874,-859]],"type":"Polygon","properties":{"GM_CODE":"GM0622"}},{"arcs":[[-480,-877,-707,885,-755,-853,-847]],"type":"Polygon","properties":{"GM_CODE":"GM0623"}},{"arcs":[[886,887,-797]],"type":"Polygon","properties":{"GM_CODE":"GM0626"}},{"arcs":[[-854,-758,888,889,-715]],"type":"Polygon","properties":{"GM_CODE":"GM0627"}},{"arcs":[[-798,-888,890,-768,891,-785]],"type":"Polygon","properties":{"GM_CODE":"GM0629"}},{"arcs":[[-501,-490,-852,-711,-821,892,-454]],"type":"Polygon","properties":{"GM_CODE":"GM0632"}},{"arcs":[[893,894,895,-760,896,897]],"type":"Polygon","properties":{"GM_CODE":"GM0637"}},{"arcs":[[898,-898,899,-795,-805]],"type":"Polygon","properties":{"GM_CODE":"GM0638"}},{"arcs":[[-850,-744,-839,-698,-855,-777]],"type":"Polygon","properties":{"GM_CODE":"GM0642"}},{"arcs":[[900,-827,-857,-788,901,-705]],"type":"Polygon","properties":{"GM_CODE":"GM0643"}},{"arcs":[[-886,-706,-902,-790,-721,902,-756]],"type":"Polygon","properties":{"GM_CODE":"GM0644"}},{"arcs":[[-72,-131,903,-151,904]],"type":"Polygon","properties":{"GM_CODE":"GM0653"}},{"arcs":[[[905,906]],[[907,908,909,910,911,912,913,914,915]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0654"}},{"arcs":[[916,-916,917,918]],"type":"Polygon","properties":{"GM_CODE":"GM0664"}},{"arcs":[[-319,-412,919,920,-374,-427,-397,921]],"type":"Polygon","properties":{"GM_CODE":"GM0668"}},{"arcs":[[[922]],[[923,924,925]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0677"}},{"arcs":[[926,927,-908,-917,928]],"type":"Polygon","properties":{"GM_CODE":"GM0678"}},{"arcs":[[-144,-73,-905,-150,929,-107,930,-175,-83]],"type":"Polygon","properties":{"GM_CODE":"GM0683"}},{"arcs":[[931,-918,-915,932,933]],"type":"Polygon","properties":{"GM_CODE":"GM0687"}},{"arcs":[[-793,934,-754,-772,935,936,937]],"type":"Polygon","properties":{"GM_CODE":"GM0689"}},{"arcs":[[-771,-878,-851,-688,-825,938,-936]],"type":"Polygon","properties":{"GM_CODE":"GM0693"}},{"arcs":[[-937,-939,-824,-901,-704,-876,-478,939]],"type":"Polygon","properties":{"GM_CODE":"GM0694"}},{"arcs":[[940,941,942,943,-927,944]],"type":"Polygon","properties":{"GM_CODE":"GM0703"}},{"arcs":[[-884,-794,-938,-940,-477]],"type":"Polygon","properties":{"GM_CODE":"GM0707"}},{"arcs":[[[-678,945]],[[946]],[[-111,-176,-931,-108,-930,-153,947,-114]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0710"}},{"arcs":[[-925,948,949,950]],"type":"Polygon","properties":{"GM_CODE":"GM0715"}},{"arcs":[[951,952,953,954,-941,955]],"type":"Polygon","properties":{"GM_CODE":"GM0716"}},{"arcs":[[[956]],[[957,958,-934,959,960]],[[961]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0717"}},{"arcs":[[[-910,962]],[[963,-912]],[[964,-960,-933,-914,965,-906]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0718"}},{"arcs":[[-344,-428,-418,-750,-935,-792]],"type":"Polygon","properties":{"GM_CODE":"GM0733"}},{"arcs":[[-474,-455,-893,-823,-666,-521,-658,-431]],"type":"Polygon","properties":{"GM_CODE":"GM0736"}},{"arcs":[[-98,-143,-86,-124,-126,966,967]],"type":"Polygon","properties":{"GM_CODE":"GM0737"}},{"arcs":[[968,969,970,971,-415]],"type":"Polygon","properties":{"GM_CODE":"GM0738"}},{"arcs":[[972,973,974,975,976]],"type":"Polygon","properties":{"GM_CODE":"GM0743"}},{"arcs":[[977,978],[979],[980]],"type":"Polygon","properties":{"GM_CODE":"GM0744"}},{"arcs":[[981,982,-942,-955,983]],"type":"Polygon","properties":{"GM_CODE":"GM0748"}},{"arcs":[[984,985,986,987,988]],"type":"Polygon","properties":{"GM_CODE":"GM0753"}},{"arcs":[[989,990,991,992]],"type":"Polygon","properties":{"GM_CODE":"GM0755"}},{"arcs":[[993,994,995,996,997]],"type":"Polygon","properties":{"GM_CODE":"GM0756"}},{"arcs":[[998,-988,999,1000,1001,1002,1003]],"type":"Polygon","properties":{"GM_CODE":"GM0757"}},{"arcs":[[1004,1005,1006,1007,1008,1009,1010,1011]],"type":"Polygon","properties":{"GM_CODE":"GM0758"}},{"arcs":[[1012,1013,-973,1014,1015,1016]],"type":"Polygon","properties":{"GM_CODE":"GM0762"}},{"arcs":[[-12,-57,-60,1017,1018]],"type":"Polygon","properties":{"GM_CODE":"GM0765"}},{"arcs":[[1019,1020,1021,1022,1023,1024]],"type":"Polygon","properties":{"GM_CODE":"GM0766"}},{"arcs":[[1025,1026,1027,1028,1029]],"type":"Polygon","properties":{"GM_CODE":"GM0770"}},{"arcs":[[1030,1031,1032,1033,-1026,1034,-986,1035,1036]],"type":"Polygon","properties":{"GM_CODE":"GM0772"}},{"arcs":[[1037,1038,1039,1040,-1010]],"type":"Polygon","properties":{"GM_CODE":"GM0777"}},{"arcs":[[1041,-1024,1042,1043,1044]],"type":"Polygon","properties":{"GM_CODE":"GM0779"}},{"arcs":[[1045,1046,1047,-1006,1048,-1022]],"type":"Polygon","properties":{"GM_CODE":"GM0784"}},{"arcs":[[1049,1050,1051,-1047,1052]],"type":"Polygon","properties":{"GM_CODE":"GM0785"}},{"arcs":[[1053,1054,1055,1056,-410,-360]],"type":"Polygon","properties":{"GM_CODE":"GM0786"}},{"arcs":[[-1002,1057,1058,1059,1060]],"type":"Polygon","properties":{"GM_CODE":"GM0788"}},{"arcs":[[1061,-1015,-977,1062,1063,1064,1065]],"type":"Polygon","properties":{"GM_CODE":"GM0794"}},{"arcs":[[1066,1067,1068,-370,1069,1070]],"type":"Polygon","properties":{"GM_CODE":"GM0796"}},{"arcs":[[-371,-1069,1071,-1060,1072,1073,1074,-969,-414]],"type":"Polygon","properties":{"GM_CODE":"GM0797"}},{"arcs":[[1075,1076,1077,1078,1079,-1050,1080]],"type":"Polygon","properties":{"GM_CODE":"GM0798"}},{"arcs":[[1081,-1070,-369,-921,1082]],"type":"Polygon","properties":{"GM_CODE":"GM0808"}},{"arcs":[[1083,-1020,1084,-1074]],"type":"Polygon","properties":{"GM_CODE":"GM0809"}},{"arcs":[[1085,1086,1087,1088,-1055]],"type":"Polygon","properties":{"GM_CODE":"GM0815"}},{"arcs":[[1089,-1065,1090,-1037,1091,1092]],"type":"Polygon","properties":{"GM_CODE":"GM0820"}},{"arcs":[[-987,-1035,-1030,1093,-1077,1094,-1000]],"type":"Polygon","properties":{"GM_CODE":"GM0823"}},{"arcs":[[-1001,-1095,-1076,1095,-1058]],"type":"Polygon","properties":{"GM_CODE":"GM0824"}},{"arcs":[[-1023,-1049,-1005,1096,-1043]],"type":"Polygon","properties":{"GM_CODE":"GM0826"}},{"arcs":[[-1057,1097,1098,1099,-1083,-920,-411]],"type":"Polygon","properties":{"GM_CODE":"GM0828"}},{"arcs":[[-1039,1100,1101,1102,1103]],"type":"Polygon","properties":{"GM_CODE":"GM0840"}},{"arcs":[[1104,1105,1106,1107]],"type":"Polygon","properties":{"GM_CODE":"GM0844"}},{"arcs":[[1108,-1107,1109,-1004,1110,-1067,1111]],"type":"Polygon","properties":{"GM_CODE":"GM0845"}},{"arcs":[[1112,1113,-1093,1114,-989,-999,-1110,-1106]],"type":"Polygon","properties":{"GM_CODE":"GM0846"}},{"arcs":[[-976,1115,1116,1117,1118,-1063]],"type":"Polygon","properties":{"GM_CODE":"GM0847"}},{"arcs":[[-1092,-1036,-985,-1115]],"type":"Polygon","properties":{"GM_CODE":"GM0848"}},{"arcs":[[1119,1120,1121,-984,-954,1122]],"type":"Polygon","properties":{"GM_CODE":"GM0851"}},{"arcs":[[[1123]],[[1124,-532,-640,-659,-592]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0852"}},{"arcs":[[-1059,-1096,-1081,-1053,-1046,-1021,-1084,-1073]],"type":"Polygon","properties":{"GM_CODE":"GM0855"}},{"arcs":[[-1088,1125,-993,1126,1127,1128]],"type":"Polygon","properties":{"GM_CODE":"GM0856"}},{"arcs":[[1129,1130,1131,1132]],"type":"Polygon","properties":{"GM_CODE":"GM0858"}},{"arcs":[[-992,1133,1134,-1113,-1105,1135,-1127]],"type":"Polygon","properties":{"GM_CODE":"GM0860"}},{"arcs":[[1136,1137,-1027,-1034]],"type":"Polygon","properties":{"GM_CODE":"GM0861"}},{"arcs":[[-1111,-1003,-1061,-1072,-1068]],"type":"Polygon","properties":{"GM_CODE":"GM0865"}},{"arcs":[[-1133,1138,-1137,-1033,1139]],"type":"Polygon","properties":{"GM_CODE":"GM0866"}},{"arcs":[[-1075,-1085,-1025,-1042,1140,-970]],"type":"Polygon","properties":{"GM_CODE":"GM0867"}},{"arcs":[[-971,-1141,-1045,1141,-738,-769,-752,1142]],"type":"Polygon","properties":{"GM_CODE":"GM0870"}},{"arcs":[[1143,1144,-943,-983]],"type":"Polygon","properties":{"GM_CODE":"GM0873"}},{"arcs":[[-416,-972,-1143,-751]],"type":"Polygon","properties":{"GM_CODE":"GM0874"}},{"arcs":[[1145,-1101,-1038,-1009]],"type":"Polygon","properties":{"GM_CODE":"GM0879"}},{"arcs":[[-660,-642,-655,-687,-544,-557]],"type":"Polygon","properties":{"GM_CODE":"GM0880"}},{"arcs":[[1146,1147,1148]],"type":"Polygon","properties":{"GM_CODE":"GM0881"}},{"arcs":[[1149,1150,1151,1152]],"type":"Polygon","properties":{"GM_CODE":"GM0882"}},{"arcs":[[1153,1154,1155,1156,1157]],"type":"Polygon","properties":{"GM_CODE":"GM0888"}},{"arcs":[[1158,1159,1160,1161,1162]],"type":"Polygon","properties":{"GM_CODE":"GM0889"}},{"arcs":[[1163,1164,1165,-994,1166,1167]],"type":"Polygon","properties":{"GM_CODE":"GM0893"}},{"arcs":[[1168,-1152,1169,1170,-1147]],"type":"Polygon","properties":{"GM_CODE":"GM0899"}},{"arcs":[[1171,1172,1173]],"type":"Polygon","properties":{"GM_CODE":"GM0905"}},{"arcs":[[-1167,-998,1174,1175,-346,1176]],"type":"Polygon","properties":{"GM_CODE":"GM0907"}},{"arcs":[[-1151,1177,1178,1179,1180,1181,1182,-1170]],"type":"Polygon","properties":{"GM_CODE":"GM0917"}},{"arcs":[[-1178,-1150,1183]],"type":"Polygon","properties":{"GM_CODE":"GM0928"}},{"arcs":[[1184,1185,-1173,1186,1187]],"type":"Polygon","properties":{"GM_CODE":"GM0935"}},{"arcs":[[1188,1189,-1174,-1186,1190]],"type":"Polygon","properties":{"GM_CODE":"GM0936"}},{"arcs":[[1191,1192,-1188,1193,1194,-1156]],"type":"Polygon","properties":{"GM_CODE":"GM0938"}},{"arcs":[[-1176,1195,-358,-347]],"type":"Polygon","properties":{"GM_CODE":"GM0944"}},{"arcs":[[1196,1197,-1116,-975,1198,1199]],"type":"Polygon","properties":{"GM_CODE":"GM0946"}},{"arcs":[[1200,1201,-1192,-1155,1202,-1182]],"type":"Polygon","properties":{"GM_CODE":"GM0951"}},{"arcs":[[1203,1204,1205,1206,-1160]],"type":"Polygon","properties":{"GM_CODE":"GM0957"}},{"arcs":[[-1171,-1183,-1203,-1154,1207,1208,-1148]],"type":"Polygon","properties":{"GM_CODE":"GM0962"}},{"arcs":[[1209,1210,-1180,1211]],"type":"Polygon","properties":{"GM_CODE":"GM0965"}},{"arcs":[[-1157,-1195,1212,1213]],"type":"Polygon","properties":{"GM_CODE":"GM0971"}},{"arcs":[[1214,1215]],"type":"Polygon","properties":{"GM_CODE":"GM0981"}},{"arcs":[[1216,-1163,1217,1218,-1164]],"type":"Polygon","properties":{"GM_CODE":"GM0983"}},{"arcs":[[-1166,1219,-1017,1220,1221,-995]],"type":"Polygon","properties":{"GM_CODE":"GM0984"}},{"arcs":[[-1211,1222,1223,-1201,-1181]],"type":"Polygon","properties":{"GM_CODE":"GM0986"}},{"arcs":[[1224,1225,1226,-1197]],"type":"Polygon","properties":{"GM_CODE":"GM0988"}},{"arcs":[[-1224,1227,-1191,-1185,-1193,-1202]],"type":"Polygon","properties":{"GM_CODE":"GM0994"}},{"arcs":[[[-68,-52,1228,-425]],[[1229]],[[1230,1231]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0995"}},{"arcs":[[-1165,-1219,1232,-1013,-1220]],"type":"Polygon","properties":{"GM_CODE":"GM1507"}},{"arcs":[[-262,1233,1234,-314,1235,1236]],"type":"Polygon","properties":{"GM_CODE":"GM1509"}},{"arcs":[[-606,1237,-802,-800,-832,-782,-830,-831,-807]],"type":"Polygon","properties":{"GM_CODE":"GM1525"}},{"arcs":[[-503,-492,-502,-495,-305,-505,-458,-508]],"type":"Polygon","properties":{"GM_CODE":"GM1581"}},{"arcs":[[1238,-408,-263,-1237,1239,1240]],"type":"Polygon","properties":{"GM_CODE":"GM1586"}},{"arcs":[[-644,-631,1241,-685,-559,-672,-622,-656]],"type":"Polygon","properties":{"GM_CODE":"GM1598"}},{"arcs":[[1242,-863,1243,-895,1244]],"type":"Polygon","properties":{"GM_CODE":"GM1621"}},{"arcs":[[-1161,-1207,1245,1246,-1225,-1200,1247]],"type":"Polygon","properties":{"GM_CODE":"GM1640"}},{"arcs":[[-1206,1248,1249,1250,-1246]],"type":"Polygon","properties":{"GM_CODE":"GM1641"}},{"arcs":[[[-20,-47,-8,-76,1251,1252]],[[1253]],[[1254]],[[1255]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM1651"}},{"arcs":[[-1221,-1016,-1062,1256,-1134,-991,1257]],"type":"Polygon","properties":{"GM_CODE":"GM1652"}},{"arcs":[[-1040,-1104,1258,-1121,1259]],"type":"Polygon","properties":{"GM_CODE":"GM1655"}},{"arcs":[[1260,1261,-1130,-1140,-1032,1262,-1118]],"type":"Polygon","properties":{"GM_CODE":"GM1658"}},{"arcs":[[-1066,-1090,-1114,-1135,-1257]],"type":"Polygon","properties":{"GM_CODE":"GM1659"}},{"arcs":[[[1263]],[[-1252,-78,-87,1264]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM1663"}},{"arcs":[[1265,1266,-1079]],"type":"Polygon","properties":{"GM_CODE":"GM1667"}},{"arcs":[[1267,-1249,-1205,1268]],"type":"Polygon","properties":{"GM_CODE":"GM1669"}},{"arcs":[[1269,-1112,-1071,-1082,-1100]],"type":"Polygon","properties":{"GM_CODE":"GM1671"}},{"arcs":[[-716,-890,1270,-1245,-894,-899,-804,1271,-695]],"type":"Polygon","properties":{"GM_CODE":"GM1672"}},{"arcs":[[-1103,1272,-1144,-982,-1122,-1259]],"type":"Polygon","properties":{"GM_CODE":"GM1674"}},{"arcs":[[[-952,1273]],[[1274]],[[1275]],[[1276]],[[-748,1277]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM1676"}},{"arcs":[[-61,-55,1278,-163,1279,-154,1280,-40]],"type":"Polygon","properties":{"GM_CODE":"GM1680"}},{"arcs":[[-164,-1279,-54,-65,-166]],"type":"Polygon","properties":{"GM_CODE":"GM1681"}},{"arcs":[[-1196,-1175,-997,1281,-1086,-1054,-359]],"type":"Polygon","properties":{"GM_CODE":"GM1684"}},{"arcs":[[-1056,-1089,-1129,1282,-1098]],"type":"Polygon","properties":{"GM_CODE":"GM1685"}},{"arcs":[[-168,-210,-240,-171,1283]],"type":"Polygon","properties":{"GM_CODE":"GM1690"}},{"arcs":[[-958,1284,1285]],"type":"Polygon","properties":{"GM_CODE":"GM1695"}},{"arcs":[[-627,-449,-485,-451,-473,-671]],"type":"Polygon","properties":{"GM_CODE":"GM1696"}},{"arcs":[[1286,-156,1287,-138,-139,-42,-26]],"type":"Polygon","properties":{"GM_CODE":"GM1699"}},{"arcs":[[1288,-245,-181,-250,-211,-235,-207]],"type":"Polygon","properties":{"GM_CODE":"GM1700"}},{"arcs":[[1289,-169,-1284,-174,1290,-149,-135]],"type":"Polygon","properties":{"GM_CODE":"GM1701"}},{"arcs":[[-1222,-1258,-990,-1126,-1087,-1282,-996]],"type":"Polygon","properties":{"GM_CODE":"GM1702"}},{"arcs":[[-321,-258,-377,-400,-382,1291,-275,-406]],"type":"Polygon","properties":{"GM_CODE":"GM1705"}},{"arcs":[[-1117,-1198,-1227,1292,-1261]],"type":"Polygon","properties":{"GM_CODE":"GM1706"}},{"arcs":[[-173,-243,1293,1294,-230,-128,-148,-1291]],"type":"Polygon","properties":{"GM_CODE":"GM1708"}},{"arcs":[[-1011,-1041,-1260,-1120,1295,-740,1296]],"type":"Polygon","properties":{"GM_CODE":"GM1709"}},{"arcs":[[-1268,1297,1298,1299,-1250]],"type":"Polygon","properties":{"GM_CODE":"GM1711"}},{"arcs":[[-950,1300]],"type":"Polygon","properties":{"GM_CODE":"GM1714"}},{"arcs":[[-1044,-1097,-1012,-1297,-739,-1142]],"type":"Polygon","properties":{"GM_CODE":"GM1719"}},{"arcs":[[-1283,-1128,-1136,-1108,-1109,-1270,-1099]],"type":"Polygon","properties":{"GM_CODE":"GM1721"}},{"arcs":[[-93,1301,-967,-125,-106,1302]],"type":"Polygon","properties":{"GM_CODE":"GM1722"}},{"arcs":[[-1052,1303,-979,1304,-1007,-1048]],"type":"Polygon","properties":{"GM_CODE":"GM1723"}},{"arcs":[[-1139,-1132,1305,1306,-1028,-1138]],"type":"Polygon","properties":{"GM_CODE":"GM1724"}},{"arcs":[[-1029,-1307,1307,-1266,-1078,-1094]],"type":"Polygon","properties":{"GM_CODE":"GM1728"}},{"arcs":[[-1210,1308,-1216,1309,-1189,-1228,-1223]],"type":"Polygon","properties":{"GM_CODE":"GM1729"}},{"arcs":[[-36,-41,-1281,-157,-1287,-25]],"type":"Polygon","properties":{"GM_CODE":"GM1730"}},{"arcs":[[-1280,-162,-170,-1290,-134,-1288,-155]],"type":"Polygon","properties":{"GM_CODE":"GM1731"}},{"arcs":[[-1292,-385,-292,1310,-403,-388,-276]],"type":"Polygon","properties":{"GM_CODE":"GM1734"}},{"arcs":[[-205,1311,-363,1312,-248,-179,-184,-216]],"type":"Polygon","properties":{"GM_CODE":"GM1735"}},{"arcs":[[-1311,-291,-320,-922,-396,-300,-494,-404]],"type":"Polygon","properties":{"GM_CODE":"GM1740"}},{"arcs":[[-1313,-368,-191,-237,-213,-249]],"type":"Polygon","properties":{"GM_CODE":"GM1742"}},{"arcs":[[-1064,-1119,-1263,-1031,-1091]],"type":"Polygon","properties":{"GM_CODE":"GM1771"}},{"arcs":[[-194,-402,-333,-356,-251,-238]],"type":"Polygon","properties":{"GM_CODE":"GM1773"}},{"arcs":[[-228,-234,-201,-217,-182,-244,1313]],"type":"Polygon","properties":{"GM_CODE":"GM1774"}},{"arcs":[[-873,1314,-813,-870,1315,-766]],"type":"Polygon","properties":{"GM_CODE":"GM1783"}},{"arcs":[[-861,-875,-885,-808,-1315,-872,-728]],"type":"Polygon","properties":{"GM_CODE":"GM1842"}},{"arcs":[[-204,1316,-1241,1317,-364,-1312]],"type":"Polygon","properties":{"GM_CODE":"GM1859"}},{"arcs":[[-1318,-1240,-1236,-317,-419,-313,-390,-295,-422,-365]],"type":"Polygon","properties":{"GM_CODE":"GM1876"}},{"arcs":[[1318,-1208,-1158,-1214,1319,-1299]],"type":"Polygon","properties":{"GM_CODE":"GM1883"}},{"arcs":[[-668,-822,-696,-1272,-803,-1238,-605,-510]],"type":"Polygon","properties":{"GM_CODE":"GM1884"}},{"arcs":[[-119,-99,-968,-1302,-92]],"type":"Polygon","properties":{"GM_CODE":"GM1891"}},{"arcs":[[-757,-903,-726,-864,-1243,-1271,-889]],"type":"Polygon","properties":{"GM_CODE":"GM1892"}},{"arcs":[[-1218,-1162,-1248,-1199,-974,-1014,-1233]],"type":"Polygon","properties":{"GM_CODE":"GM1894"}},{"arcs":[[1320,-13,-1019,1321,-58,-17]],"type":"Polygon","properties":{"GM_CODE":"GM1895"}},{"arcs":[[-254,-219,1322,-1294,-242]],"type":"Polygon","properties":{"GM_CODE":"GM1896"}},{"arcs":[[-897,-763,-871,-764,-891,-887,-796,-900]],"type":"Polygon","properties":{"GM_CODE":"GM1916"}},{"arcs":[[-896,-1244,-862,-731,-761]],"type":"Polygon","properties":{"GM_CODE":"GM1926"}},{"arcs":[[-1235,1323,-420,-315]],"type":"Polygon","properties":{"GM_CODE":"GM1955"}},{"arcs":[[-1018,-62,-38,-59,-1322]],"type":"Polygon","properties":{"GM_CODE":"GM1987"}}]}},"crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::28992"}}} \ No newline at end of file diff --git a/data/gemeenten/geo2013.json b/data/gemeenten/geo2013.json new file mode 100644 index 0000000000000000000000000000000000000000..324c235e4b7b9b465633add5fd52b1074466f75a --- /dev/null +++ b/data/gemeenten/geo2013.json @@ -0,0 +1,408 @@ +{"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::28992"}},"features":[{"type":"Feature","properties":{"GM_CODE":"GM0003","GM_NAAM":"Appingedam"},"geometry":{"type":"Polygon","coordinates":[[[249669.50018310553,591857.8002319336],[249622.5001831055,594212.3002319336],[250385.70019531247,594313.1002197266],[251425.10021972656,594377.9002075195],[251665.9002075195,594639.9002075195],[251561.80023193362,594925.8002319336],[251416.9002075196,595216.5001831055],[251401.20019531253,595818.0001831055],[251305.70019531247,596015.6002197266],[251378.30023193362,596179.6002197266],[251497.3002319336,596254.7001953125],[251639.60021972656,596339.0001831055],[251781.90020751953,596373.9002075195],[253313.5001831055,596246.6002197266],[253546.00018310547,596056.4002075195],[254040.6002197266,596538.1002197266],[254777.50018310547,596451.8002319336],[254571.2001953125,594601.0001831055],[254595.8002319336,594187.7001953125],[254696.60021972656,594069.5001831055],[254684.2001953125,593252.8002319336],[254875.4002075196,592446.8002319336],[254774.70019531253,591145.7001953125],[253248.2001953125,590838.3002319336],[252264.6002197266,590277.1002197266],[251080.00018310547,590360.8002319336],[250309.30023193362,590800.7001953125],[250151.1080322266,591064.525390625],[249669.50018310553,591857.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0005","GM_NAAM":"Bedum"},"geometry":{"type":"Polygon","coordinates":[[[235026.5001831055,586143.0001831055],[234977.50018310553,586776.0001831055],[233695.90020751956,586984.9002075195],[232683.00018310553,586831.3002319336],[232556.90020751956,587055.6002197266],[232950.20019531253,588349.2001953125],[233197.10021972656,592595.6002197266],[233674.70019531253,594949.4002075195],[233695.80023193362,596088.1002197266],[234182.40020751956,596322.9002075195],[234589.4002075195,595893.1002197266],[235201.8002319336,595958.5001831055],[235279.3002319336,596194.5001831055],[235490.00018310547,596313.1002197266],[236478.7001953125,594434.5001831055],[237152.70019531253,592699.8002319336],[238339.40020751956,592743.7001953125],[238704.0001831055,591999.4002075195],[239442.60021972656,592095.8002319336],[237643.90020751953,587339.5001831055],[238163.70019531253,586632.0001831055],[238351.20019531253,585704.2001953125],[237238.8002319336,585468.2001953125],[236366.70019531253,585931.2001953125],[235026.5001831055,586143.0001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0007","GM_NAAM":"Bellingwedde"},"geometry":{"type":"Polygon","coordinates":[[[276821.5001831056,564723.9002075195],[275629.4002075196,564561.1002197266],[271914.40020751953,562754.2001953125],[271014.10021972656,564222.0001831055],[269974.80023193365,565180.4002075195],[269083.00018310547,564634.1002197266],[268916.1002197267,564966.4002075195],[268874.90020751965,565057.9002075195],[267779.40020751953,565739.3002319336],[267136.50018310547,565727.8002319336],[265300.80023193365,565699.8002319336],[264124.7001953125,566223.9002075195],[264726.3002319336,567484.7001953125],[264749.7001953125,567437.5001831055],[265871.60021972656,569600.8002319336],[264884.7001953125,570671.4002075195],[264722.60021972656,570766.3002319336],[265239.00018310547,571185.4002075195],[265353.40020751953,571573.7001953125],[266369.2001953125,572781.4002075195],[268344.7001953125,574363.2001953125],[268833.5001831055,574511.1002197266],[269978.00018310547,574393.6002197266],[271294.6002197266,575252.5001831055],[272218.1002197267,575604.4002075195],[272585.3002319336,576330.7001953125],[274536.7001953125,574948.9002075195],[274727.00018310547,575471.5001831055],[275539.8002319336,575747.9002075195],[275583.00018310547,574978.4002075195],[274897.3002319336,573913.0001831055],[275207.3002319336,572052.5001831055],[276562.3002319336,571156.3002319336],[276412.60021972656,567587.3002319336],[276821.5001831056,564723.9002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0009","GM_NAAM":"Ten Boer"},"geometry":{"type":"Polygon","coordinates":[[[245492.20019531253,592106.9002075195],[246063.50018310547,591126.3002319336],[246834.3002319336,591061.6002197266],[247364.1002197266,590367.9002075195],[247393.6002197266,589397.3002319336],[245509.00018310553,588217.7001953125],[243633.1002197266,587011.6002197266],[240507.80023193362,585069.2001953125],[239330.00018310553,584147.6002197266],[238890.2001953125,583894.7001953125],[238286.20019531256,585690.7001953125],[238163.70019531253,586632.0001831055],[237643.90020751953,587339.5001831055],[239442.60021972656,592095.8002319336],[239893.80023193365,591886.5001831055],[240970.0001831055,591591.5001831055],[241222.9002075196,591442.0001831055],[241833.8002319336,590892.3002319336],[243117.3002319336,592316.3002319336],[244278.6002197266,591765.4002075195],[245018.10021972653,592678.0001831055],[245666.8002319336,592475.0001831055],[245492.20019531253,592106.9002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0010","GM_NAAM":"Delfzijl"},"geometry":{"type":"Polygon","coordinates":[[[253797.7001953126,603425.8002319336],[254838.5850219727,602105.3350219727],[254935.34301757824,600368.4270019531],[255538.86199951175,597612.5230102539],[257803.9360351563,595372.8540039062],[258749.98602294925,594086.1439819336],[260426.56158447277,593697.7792358398],[262234.333984375,592963.8890380859],[264257.31500244146,591913.3229980469],[265046.0750122071,592179.9739990234],[265688.666015625,591619.0120239258],[267611.36499023443,591734.9199829102],[268138.01300048834,591452.6060180664],[268249.1669921875,589779.6480102539],[267895.7850341797,587809.9970092773],[268726.58740234387,586907.8389892578],[267171.60021972656,585286.5001831055],[265310.5001831055,587187.1002197266],[264095.5001831055,586424.6002197266],[263486.2001953125,587925.3002319336],[262444.3002319336,587935.3002319336],[259442.0001831055,586684.3002319336],[259039.60021972665,585807.9002075195],[257900.80023193362,584475.1002197266],[256915.30023193368,585097.7001953125],[256604.9002075196,585178.5001831055],[256609.4002075196,587953.5001831055],[256458.1002197266,587964.2001953125],[256511.30023193368,589123.9002075195],[255885.70019531253,589164.6002197266],[254995.90020751956,589197.0001831055],[255424.30023193362,590082.3002319336],[255303.50018310547,589982.8002319336],[254875.4002075196,592446.8002319336],[254684.20019531256,593252.8002319336],[254696.60021972665,594069.5001831055],[254595.80023193374,594187.7001953125],[254672.4002075196,595495.6002197266],[254777.50018310556,596451.8002319336],[254040.6002197266,596538.1002197266],[253546.00018310547,596056.4002075195],[253313.5001831055,596246.6002197266],[251781.90020751953,596373.9002075195],[251639.60021972656,596339.0001831055],[251497.3002319336,596254.7001953125],[251378.30023193362,596179.6002197266],[251392.0001831055,596381.2001953125],[250748.70019531253,596583.6002197266],[250728.6002197266,597452.5001831055],[250125.60021972662,598193.7001953125],[249100.50018310553,598670.3002319336],[248887.10021972656,599287.6002197266],[248721.80023193362,599648.1002197266],[247692.90020751953,601581.8002319336],[247456.1002197266,602186.9002075195],[251827.4002075196,604995.8002319336],[253797.7001953126,603425.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0014","GM_NAAM":"Groningen"},"geometry":{"type":"Polygon","coordinates":[[[230528.5001831055,586364.8002319336],[230885.5001831055,586141.5001831055],[231985.5001831055,586959.0001831055],[232556.90020751956,587055.6002197266],[232683.00018310553,586831.3002319336],[233695.90020751956,586984.9002075195],[234977.50018310553,586776.0001831055],[235026.5001831055,586143.0001831055],[236366.70019531253,585931.2001953125],[237238.8002319336,585468.2001953125],[238286.20019531256,585690.7001953125],[238890.2001953125,583894.7001953125],[238908.8002319336,583419.3002319336],[239269.70019531253,581920.6002197266],[240204.0001831055,580587.1002197266],[240507.90020751956,580245.9002075195],[238906.50018310547,579089.2001953125],[239195.5001831055,578655.2001953125],[238469.20019531253,578458.1002197266],[236348.50018310547,579569.5001831055],[235975.20019531253,578891.9002075195],[234192.00018310547,577992.0001831055],[232687.8002319336,577795.0001831055],[232189.00018310553,577499.6002197266],[231675.6002197266,578111.1002197266],[231340.70019531253,579331.1002197266],[230414.60021972662,579664.0001831055],[229963.50018310553,579749.8002319336],[229131.40020751953,579625.9002075195],[228120.10021972662,580212.4002075195],[226919.9002075196,579805.3002319336],[227146.40020751956,580489.0001831055],[226974.90020751956,580647.1002197266],[227596.0001831055,583240.3002319336],[228001.8002319336,585401.0001831055],[229455.80023193365,585124.6002197266],[229879.5001831055,585678.5001831055],[230032.10021972656,585869.6002197266],[229812.40020751953,586251.3002319336],[230528.5001831055,586364.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0015","GM_NAAM":"Grootegast"},"geometry":{"type":"Polygon","coordinates":[[[211226.90020751953,581721.1002197266],[210952.0001831055,582696.6002197266],[210648.50018310547,583147.6002197266],[210462.50018310547,584248.1002197266],[210810.30023193356,584404.5001831055],[211110.10021972662,584623.7001953125],[211388.20019531253,584844.9002075195],[211500.80023193362,585247.1002197266],[211363.50018310553,585818.4002075195],[214348.80023193356,585834.9002075195],[214497.7001953125,584646.1002197266],[218898.8002319336,585483.7001953125],[219856.8002319336,585436.2001953125],[219815.30023193362,584662.0001831055],[220750.5001831055,584433.2001953125],[221246.60021972656,583746.6002197266],[222044.60021972662,583577.9002075195],[222624.80023193362,582546.9002075195],[222823.30023193362,581993.2001953125],[222948.50018310547,581984.5001831055],[223067.70019531253,581636.1002197266],[222968.40020751956,581596.4002075195],[222814.80023193365,581654.2001953125],[222889.40020751953,581514.0001831055],[221821.40020751953,581516.0001831055],[219188.90020751956,580582.2001953125],[219080.8002319336,580530.1002197266],[218380.60021972653,580365.7001953125],[217513.80023193362,579977.4002075195],[217017.9002075195,579182.7001953125],[214818.60021972662,578599.1002197266],[214941.2001953125,578024.5001831055],[214967.1002197266,577619.3002319336],[212292.50018310547,576644.4002075195],[211454.90020751953,574651.6002197266],[208801.20019531247,572809.8002319336],[207768.70019531253,572324.9002075195],[207752.70019531253,573229.8002319336],[207869.4002075195,575982.4002075195],[208106.50018310547,576277.5001831055],[208851.1002197266,578346.0001831055],[209285.5001831055,578816.7001953125],[209590.20019531253,579544.2001953125],[210258.20019531247,580013.4002075195],[210646.2001953125,580436.2001953125],[210791.20019531253,580755.9002075195],[210950.00018310547,581209.3002319336],[211226.90020751953,581721.1002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0017","GM_NAAM":"Haren"},"geometry":{"type":"Polygon","coordinates":[[[236146.0001831055,573792.7001953125],[235340.5001831055,573858.6002197266],[235262.00018310553,575058.3002319336],[234825.7001953125,575716.4002075195],[233694.1002197266,575189.6002197266],[233393.0001831055,576461.1002197266],[232687.8002319336,577795.0001831055],[234192.00018310547,577992.0001831055],[235975.20019531253,578891.9002075195],[236348.50018310547,579569.5001831055],[238469.20019531253,578458.1002197266],[239906.0001831055,577869.8002319336],[240116.30023193362,577411.9002075195],[240737.6002197266,576579.6002197266],[240943.90020751956,576318.5001831055],[241463.20019531253,575837.0001831055],[242062.5001831055,574996.6002197266],[241958.3002319336,574366.2001953125],[242575.1002197266,571284.2001953125],[238698.60021972662,569782.2001953125],[238049.70019531256,570745.5001831055],[238161.0001831055,571057.1002197266],[238028.50018310547,571204.4002075195],[236881.2001953125,573046.3002319336],[236146.0001831055,573792.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0018","GM_NAAM":"Hoogezand-Sappemeer"},"geometry":{"type":"Polygon","coordinates":[[[247772.20019531247,576644.3002319336],[247147.40020751953,576810.5001831055],[247118.90020751953,577829.3002319336],[248771.6002197266,578060.3002319336],[250118.60021972656,578498.8002319336],[250325.60021972656,578525.6002197266],[250962.00018310547,577471.6002197266],[250546.3002319336,576196.2001953125],[250630.60021972653,574608.2001953125],[250276.00018310547,573808.3002319336],[249146.40020751953,573114.9002075195],[249981.90020751956,571329.7001953125],[249695.60021972662,571195.6002197266],[250623.20019531256,565848.5001831055],[246376.3002319336,570150.6002197266],[245395.70019531253,571145.4002075195],[242575.1002197266,571284.2001953125],[241958.3002319336,574366.2001953125],[242062.5001831055,574996.6002197266],[241463.20019531253,575837.0001831055],[240943.90020751956,576318.5001831055],[240737.6002197266,576579.6002197266],[240116.30023193362,577411.9002075195],[239906.0001831055,577869.8002319336],[239195.5001831055,578655.2001953125],[238906.50018310547,579089.2001953125],[240507.90020751956,580245.9002075195],[241562.8002319336,580096.3002319336],[243969.90020751953,577122.1002197266],[244713.61480712894,576910.1466064453],[245904.50018310544,576591.2001953125],[247772.20019531247,576644.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0022","GM_NAAM":"Leek"},"geometry":{"type":"Polygon","coordinates":[[[227146.40020751956,580489.0001831055],[226919.9002075196,579805.3002319336],[225873.40020751953,579387.1002197266],[225563.80023193365,578414.2001953125],[224694.00018310547,577891.5001831055],[224082.8002319336,577654.4002075195],[223929.10021972656,577535.1002197266],[223181.40020751953,577257.3002319336],[223016.7001953125,576860.7001953125],[223008.30023193356,576256.1002197266],[221508.90020751956,574546.1002197266],[221595.10021972653,574109.3002319336],[220515.40020751956,571051.2001953125],[220383.7001953125,569416.0001831055],[219919.8002319336,569357.7001953125],[219133.20019531256,567126.9002075195],[215901.10021972662,568343.6002197266],[215323.0001831055,570651.3002319336],[216736.00018310544,570912.5001831055],[216565.30023193362,571838.1002197266],[219232.0001831055,572415.1002197266],[218500.6002197266,575978.0001831055],[218938.90020751956,576670.3002319336],[218730.9002075196,578922.4002075195],[217971.1002197266,579256.6002197266],[217933.70019531247,580138.7001953125],[218380.60021972653,580365.7001953125],[219080.8002319336,580530.1002197266],[219188.90020751956,580582.2001953125],[221821.40020751953,581516.0001831055],[222889.40020751953,581514.0001831055],[222814.80023193365,581654.2001953125],[222980.70019531256,581597.4002075195],[223297.20019531256,581824.1002197266],[223680.40020751956,582218.1002197266],[224423.70019531253,582333.4002075195],[225164.9002075196,581369.2001953125],[225323.64300537112,580917.1318359375],[226980.10021972656,580647.0001831055],[227146.40020751956,580489.0001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0024","GM_NAAM":"Loppersum"},"geometry":{"type":"Polygon","coordinates":[[[245666.8002319336,592475.0001831055],[245018.10021972653,592678.0001831055],[244278.6002197266,591765.4002075195],[243117.3002319336,592316.3002319336],[241833.8002319336,590892.3002319336],[241212.1002197266,591450.6002197266],[240729.40020751953,591692.2001953125],[239893.80023193365,591886.5001831055],[239568.7001953125,592063.0001831055],[239237.70019531253,592152.3002319336],[238704.0001831055,591999.4002075195],[238339.40020751956,592743.7001953125],[237152.70019531253,592699.8002319336],[236478.7001953125,594434.5001831055],[235490.00018310547,596313.1002197266],[236764.2001953125,596567.8002319336],[237024.80023193362,596664.9002075195],[237485.00018310553,596744.1002197266],[237553.30023193362,597881.5001831055],[238136.50018310553,597825.3002319336],[238196.5001831055,597846.5001831055],[238529.4002075195,598191.2001953125],[238526.20019531256,598400.0001831055],[238888.80023193365,598312.5001831055],[239406.10021972656,598482.5001831055],[239668.8002319336,598446.9002075195],[240708.60021972662,598460.1002197266],[241347.2001953125,598622.0001831055],[241833.5001831055,598473.0001831055],[242524.8002319336,598611.3002319336],[242966.40020751956,598890.7001953125],[244333.00018310544,600249.7001953125],[245924.20019531253,602138.3002319336],[246987.40020751953,602800.9002075195],[247524.80023193365,603615.7001953125],[248153.70019531253,603309.4002075195],[248460.7001953125,602833.2001953125],[247456.1002197266,602186.9002075195],[247692.90020751953,601581.8002319336],[248721.80023193362,599648.1002197266],[248887.10021972656,599287.6002197266],[249100.50018310553,598670.3002319336],[250125.60021972662,598193.7001953125],[250728.6002197266,597452.5001831055],[250748.70019531253,596583.6002197266],[251392.0001831055,596381.2001953125],[251305.70019531247,596015.6002197266],[251401.20019531253,595818.0001831055],[251416.9002075196,595216.5001831055],[251561.80023193362,594925.8002319336],[251665.9002075195,594639.9002075195],[251425.10021972656,594377.9002075195],[250385.70019531247,594313.1002197266],[249622.5001831055,594212.3002319336],[249669.50018310553,591857.8002319336],[250150.40020751956,591065.8002319336],[247393.6002197266,589397.3002319336],[247364.1002197266,590367.9002075195],[246834.3002319336,591061.6002197266],[246063.50018310547,591126.3002319336],[245492.20019531253,592106.9002075195],[245666.8002319336,592475.0001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0025","GM_NAAM":"Marum"},"geometry":{"type":"Polygon","coordinates":[[[210935.40020751953,570116.7001953125],[209759.10021972662,570166.6002197266],[208710.10021972656,571274.5001831055],[208325.40020751953,571862.5001831055],[207979.50018310547,572223.2001953125],[207768.70019531253,572324.9002075195],[208801.20019531247,572809.8002319336],[211454.90020751953,574651.6002197266],[212292.50018310547,576644.4002075195],[214967.1002197266,577619.3002319336],[214941.2001953125,578024.5001831055],[214817.80023193365,578598.5001831055],[217017.9002075195,579182.7001953125],[217513.80023193362,579977.4002075195],[217933.70019531247,580138.7001953125],[217971.1002197266,579256.6002197266],[218730.9002075196,578922.4002075195],[218938.90020751956,576670.3002319336],[218500.6002197266,575978.0001831055],[219232.0001831055,572415.1002197266],[216565.30023193362,571838.1002197266],[216736.00018310544,570912.5001831055],[215323.0001831055,570651.3002319336],[215901.10021972662,568343.6002197266],[215506.6002197266,568492.9002075195],[214993.50018310547,569269.4002075195],[214374.90020751953,569750.2001953125],[213552.70019531256,570078.5001831055],[213063.890625,570054.7142333984],[211851.80023193362,569957.4002075195],[210935.40020751953,570116.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0034","GM_NAAM":"Almere"},"geometry":{"type":"Polygon","coordinates":[[[146242.4271850586,494189.64318847656],[147422.8002319336,492840.40020751953],[151322.00018310547,490945.00018310547],[152015.9002075196,490369.3002319336],[152434.90020751953,490404.20019531256],[152520.5001831055,490264.10021972656],[152220.7001953125,489808.60021972656],[151267.50018310547,489490.2001953125],[149950.90020751953,488713.20019531256],[149147.30023193365,488239.40020751953],[154455.00018310547,480670.90020751953],[152736.0001831055,480161.00018310547],[151338.2001953125,480703.3002319336],[150223.36761474612,479512.72381591797],[148668.341003418,480641.1149902344],[145580.06701660162,482169.35998535156],[143843.36358642578,482694.91302490234],[143375.21398925784,482401.3229980469],[142565.72503662112,483080.40899658203],[141653.02502441406,483179.82904052734],[138771.15502929688,482379.4890136719],[137414.45501708984,483446.84600830084],[137763.31103515625,484430.8270263672],[137600.01403808594,486241.88104248047],[137009.95404052737,487414.6279907227],[137416.2969970703,488367.4100341797],[139299.09802246094,489487.08599853516],[139663.9280395508,490212.2200317383],[142824.8930053711,492167.916015625],[143418.27801513672,492082.265991211],[144493.94201660156,493068.0690307617],[146242.4271850586,494189.64318847656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0037","GM_NAAM":"Stadskanaal"},"geometry":{"type":"Polygon","coordinates":[[[260221.88360595706,559709.2789916992],[263763.9002075196,566430.4002075195],[263989.00018310547,565961.1002197266],[264124.7001953125,566223.9002075195],[265300.80023193365,565699.8002319336],[267136.50018310547,565727.8002319336],[267779.40020751953,565739.3002319336],[268484.00018310547,565174.2001953125],[268497.10021972656,563268.1002197266],[268937.80023193365,563059.1002197266],[268740.00018310547,562705.8002319336],[268584.4002075196,561681.1002197266],[269768.6002197266,560748.0001831055],[269941.60021972656,560225.9002075195],[268095.10021972656,558746.7001953125],[268084.10021972656,553093.3002319336],[267735.7001953125,552882.6002197266],[267711.6002197267,550632.6002197266],[265884.7001953125,550400.0001831055],[265712.8002319336,550078.9002075195],[265275.5001831054,549247.5001831055],[264529.90020751953,549847.2001953125],[259030.60021972656,557316.0001831055],[253864.40020751953,562563.5001831055],[254356.60021972656,562619.2001953125],[255202.80023193365,563230.5001831055],[256408.60021972656,561673.6002197266],[256981.70019531253,562406.3002319336],[257269.5001831055,561953.0001831055],[258934.20019531256,560288.2001953125],[259310.70019531253,560067.0001831055],[260221.88360595706,559709.2789916992]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0040","GM_NAAM":"Slochteren"},"geometry":{"type":"Polygon","coordinates":[[[250150.40020751956,591065.8002319336],[250309.30023193362,590800.7001953125],[251080.00018310547,590360.8002319336],[252264.6002197266,590277.1002197266],[253248.2001953125,590838.3002319336],[254774.70019531253,591145.7001953125],[255303.50018310547,589982.8002319336],[255424.30023193362,590082.3002319336],[254995.90020751956,589197.0001831055],[255885.70019531253,589164.6002197266],[256511.3002319336,589123.9002075195],[256458.1002197266,587964.2001953125],[256609.4002075196,587953.5001831055],[256747.2001953125,585142.3002319336],[256583.00018310547,584113.3002319336],[256879.2001953125,583136.6002197266],[256290.2001953125,582867.4002075195],[256095.00018310547,582839.0001831055],[255549.60021972662,582911.2001953125],[255132.40020751956,583172.5001831055],[255000.00018310553,583184.8002319336],[254627.20019531256,582773.9002075195],[253082.80023193362,582119.9002075195],[253025.4002075196,581558.1002197266],[251938.60021972653,580680.4002075195],[250577.80023193362,580039.7001953125],[250298.8002319336,578894.2001953125],[250118.60021972656,578498.8002319336],[248771.6002197266,578060.3002319336],[247118.90020751953,577829.3002319336],[247147.40020751953,576810.5001831055],[247772.20019531247,576644.3002319336],[245865.50018310547,576595.3002319336],[243969.90020751953,577122.1002197266],[241562.8002319336,580096.3002319336],[240204.0001831055,580587.1002197266],[239269.70019531253,581920.6002197266],[238908.8002319336,583419.3002319336],[239330.00018310553,584147.6002197266],[240485.1002197266,585054.3002319336],[243633.1002197266,587011.6002197266],[245509.00018310553,588217.7001953125],[250150.40020751956,591065.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0047","GM_NAAM":"Veendam"},"geometry":{"type":"Polygon","coordinates":[[[253864.40020751953,562563.5001831055],[250623.20019531256,565848.5001831055],[249695.60021972662,571195.6002197266],[249981.90020751956,571329.7001953125],[249789.60021972656,571744.9002075195],[251114.3002319336,572008.1002197266],[253985.00018310553,571862.2001953125],[255113.40020751953,571975.5001831055],[255209.70019531253,572024.3002319336],[256054.40020751953,572363.7001953125],[260247.40020751956,571526.0001831055],[260446.3002319336,570314.9002075195],[260390.90020751953,568815.8002319336],[260299.70019531253,568704.1002197266],[259285.40020751956,567218.7001953125],[258368.6002197266,566274.3002319336],[258059.40020751953,564532.7001953125],[258675.70019531256,563637.0001831055],[256822.2001953125,562954.8002319336],[256981.70019531253,562406.3002319336],[256408.60021972656,561673.6002197266],[255202.80023193365,563230.5001831055],[254356.60021972656,562619.2001953125],[253864.40020751953,562563.5001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0048","GM_NAAM":"Vlagtwedde"},"geometry":{"type":"Polygon","coordinates":[[[268937.80023193365,563059.1002197266],[268497.10021972656,563268.1002197266],[268484.00018310547,565174.2001953125],[268874.90020751965,565057.9002075195],[268916.1002197267,564966.4002075195],[269083.00018310547,564634.1002197266],[269974.80023193365,565180.4002075195],[271014.10021972656,564222.0001831055],[271914.40020751953,562754.2001953125],[275629.4002075196,564561.1002197266],[276821.5001831056,564723.9002075195],[277532.3002319336,559765.8002319336],[277333.0001831055,558606.2001953125],[275613.5001831055,552003.4002075195],[270635.10021972656,543239.2001953125],[269518.70019531256,541648.1002197266],[269918.7001953125,540356.1002197266],[268530.8002319336,540346.8002319336],[268516.20019531256,541104.0001831055],[266293.40020751965,544135.2001953125],[264580.40020751953,544105.6002197266],[266542.2001953125,548928.2001953125],[265275.5001831054,549247.5001831055],[265712.8002319336,550078.9002075195],[265884.7001953125,550400.0001831055],[267711.6002197267,550632.6002197266],[267735.7001953125,552882.6002197266],[268084.10021972656,553093.3002319336],[268095.10021972656,558746.7001953125],[269941.60021972656,560225.9002075195],[269768.6002197266,560748.0001831055],[268584.4002075196,561681.1002197266],[268740.00018310547,562705.8002319336],[268937.80023193365,563059.1002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0050","GM_NAAM":"Zeewolde"},"geometry":{"type":"Polygon","coordinates":[[[160971.1002197266,492472.90020751953],[163289.1002197266,489987.10021972656],[164926.60021972656,488512.0001831055],[165218.60021972656,488581.9002075196],[167061.0001831055,490511.50018310547],[168152.80023193362,491468.70019531256],[168517.20019531256,491529.7001953126],[170731.80023193362,491218.7001953125],[171046.10021972656,491253.5001831055],[170415.20019531256,487042.30023193365],[170225.15301513675,486497.7521972656],[168463.0750122071,486134.2720336914],[167028.72003173828,486646.8640136719],[165320.38000488287,484741.5950317383],[165562.7490234375,483198.2680053711],[166289.3829956055,482926.63903808594],[166181.62402343753,481575.3460083008],[165576.4990234375,479130.5250244141],[164497.31103515628,476173.7919921876],[156520.5989990235,473842.53302001953],[155547.5460205078,474207.8569946289],[154856.10900878906,475113.0170288086],[150223.36761474612,479512.7238159181],[151338.2001953125,480703.3002319336],[152736.0001831055,480161.00018310547],[154455.00018310547,480670.90020751965],[149147.30023193365,488239.40020751953],[149950.90020751953,488713.20019531256],[151267.50018310547,489490.2001953125],[152220.7001953125,489808.60021972656],[152501.7001953126,490252.3002319336],[154849.2001953125,491805.6002197266],[155992.40020751953,492676.90020751953],[157298.9002075196,493810.50018310547],[157698.70019531256,494191.50018310547],[158496.7001953125,494986.5001831055],[158999.90020751956,494369.30023193365],[160971.1002197266,492472.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0051","GM_NAAM":"Skarsterln"},"geometry":{"type":"Polygon","coordinates":[[[176354.40020751956,555297.9002075195],[176493.90020751953,555569.5001831055],[177133.20019531253,556573.8002319336],[177536.10021972662,556939.4002075195],[178515.00018310553,557171.0001831055],[179221.40020751956,558006.5001831055],[178224.60021972662,558800.6002197266],[178447.20019531253,560416.5001831055],[179694.10021972653,562279.7001953125],[179989.60021972662,562264.7001953125],[179971.00018310547,560076.2001953125],[183327.7001953125,560039.1002197266],[184243.40020751953,561369.5001831055],[185108.7001953125,560544.9002075195],[186133.00018310547,561412.1002197266],[186831.50018310547,560802.4002075195],[187168.2001953125,559729.0001831055],[188883.60021972656,559383.5001831055],[189097.60021972656,559333.6002197266],[188369.90020751956,557908.9002075195],[188392.4002075196,556482.4002075195],[188713.00018310547,555939.2001953125],[188564.9002075196,555184.2001953125],[188565.60021972656,554427.8002319336],[189609.10021972656,552393.0001831055],[190424.5001831055,550782.0001831055],[190349.6002197266,550513.7001953125],[191735.0001831055,547690.5001831055],[191508.0001831055,546738.5001831055],[191271.60021972656,546496.4002075195],[189817.4002075196,545636.7001953125],[188851.40020751956,545476.9002075195],[188582.0001831055,545366.8002319336],[188517.7001953125,545231.4002075195],[188501.60021972656,544858.4002075195],[188403.30023193365,544762.4002075195],[185639.60021972656,546285.0001831055],[180123.50018310553,544609.1002197266],[176011.90020751956,545954.4002075195],[174345.00018310547,544918.2001953125],[173622.40020751956,544620.7001953125],[172619.40020751953,546417.9002075195],[172000.00018310547,548406.4002075195],[172161.20019531253,549931.3002319336],[175313.9002075195,549587.3002319336],[175233.30023193362,550022.1002197266],[175404.40020751956,553354.9002075195],[175361.7001953125,554175.3002319336],[175166.0001831055,555098.1002197266],[175233.20019531256,555442.3002319336],[176354.40020751956,555297.9002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0053","GM_NAAM":"Winsum"},"geometry":{"type":"Polygon","coordinates":[[[225037.40020751953,592849.4002075195],[225091.60021972662,592768.9002075195],[225248.40020751956,592775.6002197266],[225815.0001831055,593322.2001953125],[225837.90020751953,593443.7001953125],[225610.7001953125,593713.5001831055],[225621.00018310547,593894.8002319336],[226009.5001831055,594122.9002075195],[226171.2001953125,594392.2001953125],[226803.40020751953,595108.0001831055],[227462.1002197266,595750.2001953125],[228102.4002075196,595868.1002197266],[227975.6002197266,596312.6002197266],[228022.6002197266,596913.4002075195],[227200.8002319336,597555.9002075195],[227253.5001831055,597817.7001953125],[227778.5001831055,598225.6002197266],[226906.70019531253,600688.1002197266],[226974.6002197266,601040.6002197266],[227384.80023193362,600943.9002075195],[228012.4002075196,601901.2001953125],[229230.70019531253,601930.1002197266],[229470.20019531256,602252.3002319336],[229351.0001831055,602324.1002197266],[229726.10021972662,602778.8002319336],[229414.80023193362,602719.3002319336],[229387.70019531256,602934.8002319336],[229692.10021972656,603073.0001831055],[229704.40020751956,604063.3002319336],[230003.00018310553,604956.5001831055],[230931.30023193365,604746.9002075195],[232145.8002319336,605074.7001953125],[232223.6002197266,604721.5001831055],[231941.10021972656,602852.7001953125],[231382.10021972656,602811.0001831055],[231349.40020751953,601751.1002197266],[230382.90020751956,601544.4002075195],[230605.90020751956,601489.4002075195],[230580.0001831055,600439.8002319336],[230897.20019531253,600335.8002319336],[231139.2001953125,600333.2001953125],[232134.00018310547,599814.4002075195],[232812.60021972662,599047.5001831055],[232585.30023193365,597579.4002075195],[233515.50018310553,597426.5001831055],[234182.40020751956,596322.9002075195],[233695.80023193362,596088.1002197266],[233674.70019531253,594949.4002075195],[233197.10021972656,592595.6002197266],[232950.20019531253,588349.2001953125],[232610.70019531256,587124.1002197266],[231985.5001831055,586959.0001831055],[230885.5001831055,586141.5001831055],[230528.5001831055,586364.8002319336],[229812.40020751953,586251.3002319336],[229674.00018310553,587510.5001831055],[228802.70019531256,587431.6002197266],[228183.90020751953,587834.7001953125],[226428.20019531247,589075.5001831055],[225847.3002319336,588709.1002197266],[225348.4002075196,589019.6002197266],[224498.6002197266,588743.4002075195],[224089.60021972656,588868.3002319336],[224881.5001831055,589750.2001953125],[224461.60021972656,590158.5001831055],[224151.80023193362,590522.6002197266],[223901.2001953125,591042.1002197266],[225037.40020751953,592849.4002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0055","GM_NAAM":"Boarnsterhim"},"geometry":{"type":"Polygon","coordinates":[[[176125.70019531253,564481.2001953125],[175885.90020751953,564800.8002319336],[175858.70019531253,565241.7001953125],[176281.40020751956,565516.0001831055],[176114.50018310553,565818.7001953125],[176550.50018310553,567001.2001953125],[177610.10021972662,568160.6002197266],[177935.7001953125,568455.5001831055],[178595.60021972656,569025.5001831055],[179738.80023193365,569960.0001831055],[179706.30023193362,570514.8002319336],[179591.6002197266,570940.0001831055],[181240.2001953125,571067.7001953125],[182437.8002319336,570646.4002075195],[183148.80023193362,571132.0001831055],[183739.2001953125,572080.2001953125],[184704.50018310547,574217.3002319336],[183984.30023193365,575181.7001953125],[184415.70019531253,575451.0001831055],[184588.90020751956,575253.7001953125],[185356.00018310547,575765.4002075195],[186745.10021972662,576196.4002075195],[190760.10021972662,575871.4002075195],[191145.70019531256,575911.8002319336],[191479.3002319336,576101.5001831055],[191549.1002197266,575935.5001831055],[191440.30023193362,575096.6002197266],[191347.20019531253,574896.6002197266],[190576.60021972662,573736.3002319336],[189888.8002319336,573242.4002075195],[190885.70019531253,571706.1002197266],[191817.70019531253,571176.3002319336],[192239.30023193362,570681.8002319336],[192668.70019531253,568824.1002197266],[192421.0001831055,568686.9002075195],[191562.30023193362,569303.2001953125],[188136.40020751953,569018.7001953125],[188412.50018310547,567629.5001831055],[187372.30023193362,566174.9002075195],[187457.5001831055,565371.7001953125],[189056.6002197266,565897.7001953125],[190808.5001831055,565890.4002075195],[191601.9002075196,565835.5001831055],[191439.4002075196,564977.6002197266],[192549.40020751953,564103.2001953125],[192242.5001831055,563099.9002075195],[193157.70019531253,562957.4002075195],[192338.40020751956,562088.8002319336],[192116.9002075196,561914.8002319336],[191257.2001953125,560963.8002319336],[190923.6002197266,561458.1002197266],[190995.80023193365,560879.2001953125],[190409.8002319336,560440.5001831055],[189571.20019531253,560100.4002075195],[189558.8002319336,559412.2001953125],[188883.60021972656,559383.5001831055],[187168.2001953125,559729.0001831055],[186831.50018310547,560802.4002075195],[186133.00018310547,561412.1002197266],[185108.7001953125,560544.9002075195],[184243.40020751953,561369.5001831055],[183327.7001953125,560039.1002197266],[179971.00018310547,560076.2001953125],[179989.60021972662,562264.7001953125],[179248.20019531253,562408.3002319336],[178202.90020751956,563162.3002319336],[177813.80023193365,563494.2001953125],[177132.5001831055,563922.8002319336],[176697.70019531256,563995.7001953125],[176663.00018310547,564246.4002075195],[176125.70019531253,564481.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0056","GM_NAAM":"Zuidhorn"},"geometry":{"type":"Polygon","coordinates":[[[212755.90020751956,587785.0001831055],[212754.1002197266,589394.5001831055],[213576.6002197266,589770.5001831055],[214414.1002197266,591073.3002319336],[214925.77502441406,595331.1900024414],[215169.23339843747,595155.373840332],[215285.0466308594,595051.3928222656],[215841.6002197266,594587.6002197266],[216122.10021972656,594459.6002197266],[216634.20019531256,594063.3002319336],[216840.6002197266,593727.7001953125],[216905.7001953125,593028.7001953125],[217011.6002197266,592813.9002075195],[217224.60021972656,592635.8002319336],[217628.10021972656,592501.5001831055],[217987.70019531256,592522.4002075195],[218810.9002075196,592936.1002197266],[219643.90020751953,592371.3002319336],[220142.2001953125,593132.9002075195],[221000.00018310547,593074.5001831055],[222568.8002319336,592996.1002197266],[223095.00018310547,593254.7001953125],[223486.3002319336,594020.0001831055],[224054.90020751956,593900.6002197266],[224432.3002319336,594057.4002075195],[224550.50018310553,594034.2001953125],[224972.60021972656,593319.1002197266],[225037.40020751953,592849.4002075195],[223901.2001953125,591042.1002197266],[224151.80023193362,590522.6002197266],[224461.60021972656,590158.5001831055],[224881.5001831055,589750.2001953125],[224089.60021972656,588868.3002319336],[224498.6002197266,588743.4002075195],[225348.4002075196,589019.6002197266],[225847.3002319336,588709.1002197266],[226428.20019531247,589075.5001831055],[228183.90020751953,587834.7001953125],[228802.70019531256,587431.6002197266],[229674.00018310553,587510.5001831055],[229824.40020751953,586086.6002197266],[230032.10021972656,585869.6002197266],[229879.5001831055,585678.5001831055],[229455.80023193365,585124.6002197266],[228001.8002319336,585401.0001831055],[227596.0001831055,583240.3002319336],[226988.7001953125,580656.8002319336],[226840.3002319336,580648.0001831055],[225328.30023193362,580903.8002319336],[225164.9002075196,581369.2001953125],[224423.70019531253,582333.4002075195],[223680.40020751956,582218.1002197266],[223297.20019531256,581824.1002197266],[223067.70019531253,581636.1002197266],[222948.50018310547,581984.5001831055],[222823.30023193362,581993.2001953125],[222624.80023193362,582546.9002075195],[222044.60021972662,583577.9002075195],[221246.60021972656,583746.6002197266],[220750.5001831055,584433.2001953125],[219815.30023193362,584662.0001831055],[219856.8002319336,585436.2001953125],[218898.8002319336,585483.7001953125],[214497.7001953125,584646.1002197266],[214348.80023193356,585834.9002075195],[211363.50018310553,585818.4002075195],[211827.90020751953,586587.4002075195],[212115.5001831055,586846.0001831055],[212531.70019531256,587092.3002319336],[212755.90020751956,587785.0001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0058","GM_NAAM":"Dongeradeel"},"geometry":{"type":"Polygon","coordinates":[[[205105.70019531253,590834.1002197266],[204697.9002075196,590798.2001953125],[204558.10021972653,591033.2001953125],[204875.2001953125,591964.8002319336],[203946.30023193365,592891.7001953125],[203302.4002075196,593018.4002075195],[202765.8002319336,592854.6002197266],[201748.60021972662,593348.7001953125],[200881.40020751953,593308.1002197266],[198027.50018310553,593436.1002197266],[197393.90020751956,593307.9002075195],[197255.0001831055,591560.9002075195],[196463.2001953125,591641.6002197266],[195154.40020751953,591676.3002319336],[194540.90020751953,591382.2001953125],[193887.60021972656,592070.0001831055],[194094.20019531256,592222.5001831055],[194049.80023193362,592567.3002319336],[193405.80023193362,593085.0001831055],[192816.4002075196,592907.4002075195],[192592.80023193362,592747.4002075195],[191301.30023193365,592620.1002197266],[191388.9002075196,593307.2001953125],[191135.10021972656,593126.3002319336],[190959.1002197266,593309.7001953125],[191095.40020751956,593486.8002319336],[190923.50018310553,593858.0001831055],[190544.90020751956,593910.1002197266],[189979.60021972656,594488.7001953125],[189957.5001831055,594872.1002197266],[189669.20019531247,595154.3002319336],[188522.9002075196,595852.9002075195],[187867.10021972662,596333.5001831055],[188111.10021972656,596582.8002319336],[187515.30023193365,597295.1002197266],[187318.2001953125,597700.6002197266],[186794.9002075196,597710.4002075195],[185680.00939941403,599024.0884399414],[187015.78100585943,599488.0830078125],[187819.93798828122,600317.5130004883],[191341.5605468751,600326.6230672201],[193033.6510009766,600962.2369995117],[195134.81500244138,601440.8300170898],[196810.97399902344,602031.3870239258],[198368.45599365237,602124.5460205078],[200302.32098388684,602547.0800170898],[201457.37023925778,602228.432434082],[202161.9050292969,602589.9420166016],[204980.7560424805,602161.5950317383],[206313.98382568365,602709.9921875],[206053.3040161133,600994.8729858398],[206702.35003662112,599438.5220336914],[206573.23999023438,597902.1710205078],[206991.82800292975,596062.7479858398],[207738.13201904294,595100.741027832],[207393.23199462894,594490.0419921875],[207691.95800781256,592942.9609985352],[206619.66198730475,592659.674987793],[206248.60021972665,592447.8002319336],[206138.10021972662,592300.1002197266],[205105.70019531253,590834.1002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0059","GM_NAAM":"Achtkarspelen"},"geometry":{"type":"Polygon","coordinates":[[[203634.80023193365,576833.6002197266],[201656.80023193365,578844.7001953125],[201401.40020751953,579717.5001831055],[201700.20019531253,581160.4002075195],[197807.00018310553,582827.5001831055],[197517.2001953125,583208.4002075195],[197451.40020751953,584211.2001953125],[197833.40020751953,584210.9002075195],[198503.30023193362,584201.1002197266],[200878.10021972656,584872.3002319336],[203765.5001831055,586195.0001831055],[205301.30023193356,586690.0001831055],[207677.2001953125,586341.3002319336],[207984.40020751953,586192.6002197266],[208812.7001953125,587357.3002319336],[210167.5001831055,586854.4002075195],[210842.8002319336,585956.2001953125],[211500.80023193362,585247.1002197266],[211388.20019531253,584844.9002075195],[211110.10021972662,584623.7001953125],[210810.30023193356,584404.5001831055],[210462.50018310547,584248.1002197266],[210648.50018310547,583147.6002197266],[210952.0001831055,582696.6002197266],[211226.90020751953,581721.1002197266],[210950.00018310547,581209.3002319336],[210791.20019531253,580755.9002075195],[210646.2001953125,580436.2001953125],[210258.20019531247,580013.4002075195],[209590.20019531253,579544.2001953125],[209285.5001831055,578816.7001953125],[208851.1002197266,578346.0001831055],[208106.50018310547,576277.5001831055],[207867.7001953125,575977.6002197266],[207810.70019531253,575044.2001953125],[206164.60021972656,574061.3002319336],[205897.6002197266,574836.9002075195],[204140.60021972656,573390.3002319336],[203327.60021972662,574051.1002197266],[203289.00018310553,574183.6002197266],[203021.00018310547,574136.5001831055],[203634.80023193365,576833.6002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0060","GM_NAAM":"Ameland"},"geometry":{"type":"Polygon","coordinates":[[[173755.75500488284,609366.9719848633],[173404.86999511722,608793.6929931641],[174829.13299560556,608252.1920166016],[179874.06201171875,608230.1069946289],[187967.6459960938,609067.4440307617],[192313.30798339847,609260.6959838867],[193736.13201904303,608978.5050048828],[192981.4410400391,607944.1760253906],[189398.02301025396,607986.3040161133],[188499.68603515628,607354.5100097656],[184788.875,606445.7739868164],[182764.03002929688,605779.2180175781],[181123.63903808594,605782.5679931641],[178514.34600830084,606298.1470336914],[177219.24700927743,606191.5579833984],[176009.59503173837,604880.6530151367],[173256.23901367188,603938.8500366211],[171221.95501708987,604903.5950317383],[170471.98803710943,605546.6719970703],[169952.26599121097,606873.6430053711],[171422.84002685547,608940.7130126953],[173755.75500488284,609366.9719848633]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0063","GM_NAAM":"het Bildt"},"geometry":{"type":"Polygon","coordinates":[[[172639.80023193365,584879.6002197266],[170392.3002319336,585491.9002075195],[170149.10021972656,584696.0001831055],[171114.80023193362,583729.2001953125],[169688.1002197266,582910.9002075195],[169204.1002197266,582575.8002319336],[168717.40020751956,582115.2001953125],[165932.6002197266,586193.8002319336],[165635.7001953125,586116.7001953125],[165064.07818603516,586607.8193969727],[166255.88403320312,587789.1459960938],[166596.19799804688,588691.0120239258],[167809.15203857422,590021.6350097656],[169026.53302001953,590869.9819946289],[172898.86700439456,592733.458984375],[174569.22900390628,593123.1010131836],[177097.12939453125,594321.6458129883],[177335.60021972656,592926.0001831055],[177824.00018310553,592387.2001953125],[179133.70019531256,591959.9002075195],[178475.6002197266,590886.4002075195],[177734.1002197266,589510.3002319336],[177307.5001831055,587878.0001831055],[177209.3002319336,587650.3002319336],[177361.7001953125,587265.2001953125],[177693.50018310553,586918.5001831055],[178232.60021972656,586519.7001953125],[177864.00018310547,586130.8002319336],[178287.0001831055,584734.7001953125],[177216.8002319336,584581.1002197266],[175142.5001831055,583843.2001953125],[173904.9002075196,584131.2001953125],[173913.90020751953,584068.3002319336],[173363.40020751953,584286.6002197266],[172798.00018310547,584730.3002319336],[172639.80023193365,584879.6002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0070","GM_NAAM":"Franekeradeel"},"geometry":{"type":"Polygon","coordinates":[[[165635.7001953125,586116.7001953125],[165932.6002197266,586193.8002319336],[168717.40020751956,582115.2001953125],[169247.50018310556,582594.9002075195],[169864.3002319336,581842.1002197266],[169626.40020751953,581381.5001831055],[170052.50018310553,580811.7001953125],[170443.60021972656,580387.2001953125],[169529.60021972656,579767.4002075195],[169719.8002319336,579381.9002075195],[169764.70019531253,579010.2001953125],[170283.9002075196,578580.9002075195],[170235.30023193362,578022.6002197266],[168469.90020751956,576732.3002319336],[168368.8002319336,576307.9002075195],[168143.4002075196,575935.2001953125],[167951.40020751956,575635.6002197266],[167871.90020751956,575517.8002319336],[167944.00018310553,575508.2001953125],[167849.10021972656,575436.2001953125],[168609.50018310547,574687.4002075195],[169156.80023193365,573855.4002075195],[169268.7001953125,573704.2001953125],[169355.80023193362,573405.2001953125],[169474.60021972656,573106.1002197266],[169400.9002075195,572877.0001831055],[169025.80023193362,572656.3002319336],[168352.1002197266,572456.1002197266],[168674.80023193362,571738.3002319336],[168346.90020751953,571628.4002075195],[168300.30023193362,571600.6002197266],[168067.90020751953,571835.1002197266],[168020.90020751956,571906.2001953125],[167589.90020751956,571967.6002197266],[167501.20019531256,571621.7001953125],[166938.80023193362,571438.1002197266],[166255.40020751956,571996.7001953125],[165944.3002319336,571942.7001953125],[165718.60021972656,572300.4002075195],[165484.9002075196,572418.7001953125],[165067.90020751962,572826.3002319336],[164634.90020751953,573471.7001953125],[163318.60021972656,573230.3002319336],[162741.60021972656,572350.9002075195],[162047.00018310553,572813.3002319336],[161499.2001953125,572253.3002319336],[161412.1002197266,572461.6002197266],[161108.30023193362,573176.9002075195],[160867.00018310547,573799.2001953125],[161223.90020751953,574517.7001953125],[161523.30023193362,575459.6002197266],[162104.7001953125,576266.4002075195],[162298.7001953126,576861.2001953125],[161220.30023193362,576590.2001953125],[161710.90020751956,578560.2001953125],[161542.60021972656,579252.8002319336],[159964.00018310547,579392.1002197266],[159611.10021972656,579601.0001831055],[158405.41400146487,580378.7109985352],[159035.64099121097,581429.7709960938],[161483.5449829102,583848.4719848633],[164153.90301513672,585478.1099853516],[164935.96203613284,586347.1450195312],[165635.7001953125,586116.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0072","GM_NAAM":"Harlingen"},"geometry":{"type":"Polygon","coordinates":[[[159964.00018310547,579392.1002197266],[161542.60021972656,579252.8002319336],[161710.90020751956,578560.2001953125],[161220.30023193362,576590.2001953125],[162298.7001953126,576861.2001953125],[162104.7001953125,576266.4002075195],[161523.30023193362,575459.6002197266],[161223.90020751953,574517.7001953125],[160867.00018310547,573799.2001953125],[160428.70019531253,572958.1002197266],[159286.20019531256,573685.1002197266],[157623.2001953125,574046.2001953125],[156999.20019531253,573788.9002075195],[156704.90020751956,573916.3002319336],[156903.81878662112,575250.7235514324],[156552.95001220703,576240.6619873047],[157152.3530273438,576894.3909912109],[158387.20019531256,580361.3002319336],[159611.10021972656,579601.0001831055],[159964.00018310547,579392.1002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0074","GM_NAAM":"Heerenveen"},"geometry":{"type":"Polygon","coordinates":[[[188392.4002075196,556482.4002075195],[188369.90020751956,557908.9002075195],[189097.60021972656,559333.6002197266],[189558.8002319336,559412.2001953125],[189571.20019531253,560100.4002075195],[190409.8002319336,560440.5001831055],[190995.80023193365,560879.2001953125],[190923.6002197266,561458.1002197266],[191257.2001953125,560963.8002319336],[192268.2001953125,561742.1002197266],[192956.60021972656,561420.9002075195],[193833.60021972656,560805.5001831055],[194709.4002075196,560424.4002075195],[195077.00018310547,560012.3002319336],[194388.40020751953,557545.7001953125],[194776.50018310547,556928.7001953125],[193649.1002197266,555044.9002075195],[193350.7001953125,554144.3002319336],[197564.2001953125,553392.7001953125],[199150.10021972656,553448.0001831055],[200268.7001953125,553980.9002075195],[201816.60021972656,555358.1002197266],[202483.10021972656,555563.8002319336],[202621.30023193356,556448.0001831055],[204772.80023193365,558415.9002075195],[206279.50018310553,559125.2001953125],[206761.7001953125,559175.5001831055],[207983.60021972656,559636.8002319336],[208888.30023193362,560394.7001953125],[209546.5001831055,561406.2001953125],[209882.1002197266,561536.8002319336],[209726.2001953125,556235.2001953125],[209294.70019531253,555773.9002075195],[206728.9002075195,554535.4002075195],[205823.70019531253,553726.2001953125],[204736.0001831055,552036.7001953125],[203941.8002319336,551818.8002319336],[202443.80023193365,550815.8002319336],[201494.0001831055,549621.3002319336],[199030.20019531253,548056.0001831055],[198726.30023193362,548100.7001953125],[196469.10021972656,549793.8002319336],[196340.90020751956,549836.3002319336],[196060.90020751953,549743.8002319336],[194882.80023193365,549063.3002319336],[194676.50018310547,549052.9002075195],[193024.6002197266,548795.3002319336],[192751.50018310547,548295.1002197266],[191735.0001831055,547690.5001831055],[190398.10021972653,550406.5001831055],[190345.30023193362,550527.2001953125],[190424.5001831055,550782.0001831055],[189609.10021972656,552393.0001831055],[188602.7001953125,554312.0001831055],[188544.70019531247,554586.4002075195],[188564.9002075196,555184.2001953125],[188713.00018310547,555939.2001953125],[188392.4002075196,556482.4002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0079","GM_NAAM":"Kollumerland en Nieuwkruisland"},"geometry":{"type":"Polygon","coordinates":[[[211288.46002197269,593833.9050292969],[211563.44000244144,595333.9470214844],[212700.82202148438,596077.673034668],[214925.77502441406,595331.1900024414],[214414.1002197266,591073.3002319336],[213576.6002197266,589770.5001831055],[212754.1002197266,589394.5001831055],[212755.90020751956,587785.0001831055],[212531.70019531256,587092.3002319336],[212115.5001831055,586846.0001831055],[211827.90020751953,586587.4002075195],[210842.8002319336,585956.2001953125],[210167.5001831055,586854.4002075195],[208812.7001953125,587357.3002319336],[207984.40020751953,586192.6002197266],[207677.2001953125,586341.3002319336],[205301.30023193356,586690.0001831055],[203765.5001831055,586195.0001831055],[200878.10021972656,584872.3002319336],[198844.0001831055,584302.8002319336],[199347.90020751953,586843.2001953125],[199490.30023193365,589580.7001953125],[200511.90020751953,590263.6002197266],[200776.4002075196,592999.3002319336],[201748.60021972662,593348.7001953125],[202765.8002319336,592854.6002197266],[203302.4002075196,593018.4002075195],[204875.2001953125,591964.8002319336],[204558.10021972653,591033.2001953125],[204697.9002075196,590798.2001953125],[205105.70019531253,590834.1002197266],[205972.30023193365,591576.6002197266],[206115.00018310547,592248.3002319336],[206248.6002197266,592447.8002319336],[206928.34802246097,592699.7520141602],[207899.36303710935,592984.575012207],[207499.1489868164,594249.2650146484],[208132.05798339844,595379.6710205078],[207462.70501708981,596221.5020141602],[207838.34698486334,597058.5650024414],[208905.89898681644,596570.4280395508],[210301.75,596680.3380126953],[210336.82501220706,595829.4819946289],[211127.4769897461,594806.6300048828],[211288.46002197269,593833.9050292969]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0080","GM_NAAM":"Leeuwarden"},"geometry":{"type":"Polygon","coordinates":[[[183820.5001831055,582766.8002319336],[184585.2001953125,583718.0001831055],[184687.30023193362,584121.7001953125],[186512.40020751956,584182.8002319336],[186075.20019531256,582753.6002197266],[187898.2001953125,583084.5001831055],[187956.10021972656,582153.9002075195],[189120.0001831055,580350.3002319336],[186439.90020751956,579816.4002075195],[186737.2001953125,578649.9002075195],[186174.3002319336,578148.5001831055],[186745.10021972662,576196.4002075195],[185356.00018310547,575765.4002075195],[184588.90020751956,575253.7001953125],[184415.70019531253,575451.0001831055],[183984.30023193365,575181.7001953125],[184704.50018310547,574217.3002319336],[183739.2001953125,572080.2001953125],[183148.80023193362,571132.0001831055],[182437.8002319336,570646.4002075195],[181240.2001953125,571067.7001953125],[179591.6002197266,570940.0001831055],[180230.90020751953,572982.6002197266],[180303.3002319336,576472.6002197266],[178640.6002197266,576314.9002075195],[178442.60021972662,576263.3002319336],[178882.60021972656,579078.3002319336],[178311.10021972656,579995.1002197266],[177873.3002319336,583239.3002319336],[178814.70019531256,583894.3002319336],[178862.40020751953,583839.4002075195],[179985.6002197266,583762.7001953125],[180845.0001831055,582707.5001831055],[180948.70019531253,582697.6002197266],[181394.80023193362,582283.4002075195],[183319.10021972656,582198.2001953125],[183820.5001831055,582766.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0081","GM_NAAM":"Leeuwarderadeel"},"geometry":{"type":"Polygon","coordinates":[[[180845.0001831055,582707.5001831055],[179985.6002197266,583762.7001953125],[178862.40020751953,583839.4002075195],[178123.3002319336,584716.2001953125],[178287.0001831055,584734.7001953125],[177864.00018310547,586130.8002319336],[178232.60021972656,586519.7001953125],[177425.20019531253,587179.2001953125],[177208.70019531256,587659.1002197266],[177307.5001831055,587878.0001831055],[177734.1002197266,589510.3002319336],[177914.40020751956,589840.9002075195],[180076.70019531253,589843.0001831055],[183716.90020751956,587835.4002075195],[185115.70019531256,587697.0001831055],[184711.90020751956,586982.0001831055],[184686.30023193365,586068.3002319336],[184768.7001953125,584667.2001953125],[184704.9002075196,584122.8002319336],[184585.2001953125,583718.0001831055],[183820.5001831055,582766.8002319336],[183319.10021972656,582198.2001953125],[181394.80023193362,582283.4002075195],[180948.70019531253,582697.6002197266],[180845.0001831055,582707.5001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0082","GM_NAAM":"Lemsterland"},"geometry":{"type":"Polygon","coordinates":[[[185764.0001831055,540952.0001831055],[185510.2001953125,540146.7001953125],[185508.90020751956,539628.6002197266],[184559.6002197266,538204.6002197266],[184490.5001831055,537685.4002075195],[184160.10021972656,536758.5001831055],[183506.40020751956,536376.9002075195],[182150.30023193365,535234.9002075195],[181776.0001831055,536766.8002319336],[179365.40020751956,539224.9002075195],[177737.5001831055,539695.8002319336],[178011.3002319336,538519.3002319336],[177069.80023193362,538957.5001831055],[176212.41998291016,539081.3280029297],[175976.78503417972,539715.0920410156],[175073.14703369146,539902.4180297852],[173210.9069824219,539648.5809936523],[172988.91900634766,540976.6270141602],[172304.9002075196,541757.5001831055],[172231.40020751953,542626.2001953125],[172900.7001953125,543739.1002197266],[172822.3002319336,544389.0001831055],[173530.4002075196,544579.6002197266],[174345.00018310547,544918.2001953125],[176011.90020751956,545954.4002075195],[180123.50018310553,544609.1002197266],[185639.60021972656,546285.0001831055],[188202.40020751956,544744.3002319336],[187186.7001953125,543382.5001831055],[185764.0001831055,540952.0001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0085","GM_NAAM":"Ooststellingwerf"},"geometry":{"type":"Polygon","coordinates":[[[214943.90020751953,564519.0001831055],[218321.20019531253,565796.7001953125],[220729.30023193362,564947.4002075195],[220425.10021972653,561227.0001831055],[224891.2001953125,554371.9002075195],[222655.70019531247,550002.8002319336],[218649.90020751953,547000.7001953125],[216585.5001831055,549046.0001831055],[213462.20019531253,549304.3002319336],[212840.2001953125,548819.0001831055],[210575.50018310547,549064.9002075195],[209698.6002197266,550528.3002319336],[208791.8002319336,550470.0001831055],[205946.10021972653,549275.8002319336],[205576.50018310547,548812.9002075195],[203657.40020751953,547593.9002075195],[202016.8002319336,550148.1002197266],[201904.10021972656,550139.6002197266],[202414.30023193365,550792.1002197266],[203764.50018310553,551709.8002319336],[203982.90020751953,551836.7001953125],[204587.90020751956,551958.4002075195],[204753.50018310553,552051.5001831055],[205823.70019531253,553726.2001953125],[206728.9002075195,554535.4002075195],[209294.70019531253,555773.9002075195],[209726.2001953125,556235.2001953125],[209882.1002197266,561536.8002319336],[210382.50018310547,561353.8002319336],[210533.80023193362,561581.8002319336],[211048.50018310547,561689.9002075195],[213628.90020751953,563089.6002197266],[214891.80023193365,563853.3002319336],[214943.90020751953,564519.0001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0086","GM_NAAM":"Opsterland"},"geometry":{"type":"Polygon","coordinates":[[[210935.40020751953,570116.7001953125],[213512.90020751953,570083.4002075195],[214372.2001953125,569751.7001953125],[214993.50018310547,569269.4002075195],[215506.6002197266,568492.9002075195],[217161.9002075196,567871.0001831055],[216518.1002197266,566431.1002197266],[218321.20019531253,565796.7001953125],[214943.90020751953,564519.0001831055],[214891.80023193365,563853.3002319336],[213628.90020751953,563089.6002197266],[211067.00018310547,561699.3002319336],[210533.80023193362,561581.8002319336],[210382.50018310547,561353.8002319336],[209908.00018310547,561543.2001953125],[209546.5001831055,561406.2001953125],[208888.30023193362,560394.7001953125],[208575.1002197266,560085.3002319336],[207866.9002075195,559569.0001831055],[206761.7001953125,559175.5001831055],[206279.50018310553,559125.2001953125],[204772.80023193365,558415.9002075195],[202621.30023193356,556448.0001831055],[202483.10021972656,555563.8002319336],[201816.60021972656,555358.1002197266],[200268.7001953125,553980.9002075195],[199150.10021972656,553448.0001831055],[197564.2001953125,553392.7001953125],[193350.7001953125,554144.3002319336],[193649.1002197266,555044.9002075195],[194776.50018310547,556928.7001953125],[194388.40020751953,557545.7001953125],[195077.00018310547,560012.3002319336],[194709.4002075196,560424.4002075195],[193833.60021972656,560805.5001831055],[192956.60021972656,561420.9002075195],[192116.9002075196,561914.8002319336],[192338.40020751956,562088.8002319336],[193157.70019531253,562957.4002075195],[192242.5001831055,563099.9002075195],[192549.40020751953,564103.2001953125],[191439.4002075196,564977.6002197266],[191601.9002075196,565835.5001831055],[191367.1002197266,566133.5001831055],[194913.5001831055,565772.0001831055],[195612.50018310547,566129.5001831055],[196228.70019531256,566155.6002197266],[197705.30023193362,565356.9002075195],[202008.20019531253,565110.2001953125],[203095.30023193365,565895.3002319336],[204413.2001953125,568520.4002075195],[205739.5001831055,569353.2001953125],[206787.00018310547,570538.1002197266],[207429.6002197266,571018.2001953125],[207616.30023193362,571033.1002197266],[207643.20019531253,571167.3002319336],[208302.5001831055,571592.7001953125],[208359.10021972656,571579.5001831055],[208447.80023193362,571679.9002075195],[208710.10021972656,571274.5001831055],[209759.10021972662,570166.6002197266],[210935.40020751953,570116.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0088","GM_NAAM":"Schiermonnikoog"},"geometry":{"type":"MultiPolygon","coordinates":[[[[204037.55401611334,611371.1310424805],[204132.2460327149,610417.6276245117],[203810.81903076178,608957.8680419922],[203206.34204101565,609503.7900390625],[204037.55401611334,611371.1310424805]]],[[[219376.94598388675,614628.5530395508],[219312.26800537115,613537.3070068359],[217678.89001464847,613340.174987793],[216055.14501953125,612520.5599975586],[214043.28002929688,611837.2399902344],[212654.18402099615,610589.6900024414],[210514.76000976565,610392.6970214844],[208630.70404052737,609874.6690063477],[206347.23004150396,609807.2390136719],[205725.27301025394,608261.741027832],[204571.348022461,607325.3640136719],[203898.37402343756,608569.0800170898],[204699.28900146484,611727.2709960938],[207021.23400878912,613336.2680053711],[210875.68701171875,613512.8060302734],[215292.13000488287,613990.0850219727],[218054.86700439462,614612.9700317383],[219376.94598388675,614628.5530395508]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0090","GM_NAAM":"Smallingerland"},"geometry":{"type":"Polygon","coordinates":[[[201241.5001831055,574677.9002075195],[202275.80023193362,574611.6002197266],[203021.00018310547,574136.5001831055],[203218.90020751953,574134.0001831055],[203233.10021972656,574196.0001831055],[203339.10021972656,574112.7001953125],[203327.60021972662,574051.1002197266],[204140.60021972656,573390.3002319336],[205897.6002197266,574836.9002075195],[206164.60021972656,574061.3002319336],[207810.70019531253,575044.2001953125],[207744.10021972662,572369.8002319336],[207997.0001831055,572206.8002319336],[208447.80023193362,571679.9002075195],[207643.20019531253,571167.3002319336],[207616.30023193362,571033.1002197266],[207436.9002075196,571022.1002197266],[206996.60021972662,570720.0001831055],[205739.5001831055,569353.2001953125],[204413.2001953125,568520.4002075195],[203095.30023193365,565895.3002319336],[202008.20019531253,565110.2001953125],[197705.30023193362,565356.9002075195],[196228.70019531256,566155.6002197266],[195612.50018310547,566129.5001831055],[194913.5001831055,565772.0001831055],[191367.1002197266,566133.5001831055],[190808.5001831055,565890.4002075195],[189056.6002197266,565897.7001953125],[187457.5001831055,565371.7001953125],[187372.30023193362,566174.9002075195],[188412.50018310547,567629.5001831055],[188136.40020751953,569018.7001953125],[191562.30023193362,569303.2001953125],[192421.0001831055,568686.9002075195],[192668.70019531253,568824.1002197266],[192224.60021972653,570996.4002075195],[194300.30023193365,572146.4002075195],[195662.6002197266,573493.8002319336],[196081.35900878912,573829.8920288086],[196777.70019531253,574354.6002197266],[197315.2001953125,574479.9002075195],[199094.70019531256,574642.9002075195],[201241.5001831055,574677.9002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0093","GM_NAAM":"Terschelling"},"geometry":{"type":"Polygon","coordinates":[[[166095.57220458984,606075.3890380859],[165453.22003173828,605326.299987793],[163231.20404052737,604592.8400268555],[161909.7080078125,603852.7720336914],[160600.31201171875,603564.9110107422],[160556.79302978519,602235.3850097656],[159474.29302978519,601970.0770263672],[155755.64001464847,602002.1820068359],[154756.6240234376,601723.5270385742],[152976.2810058594,600159.2319946289],[150879.9930419922,599089.6669921875],[149957.13800048828,599061.7709960938],[148876.9630126953,598276.0880126953],[147501.43701171875,598562.866027832],[146322.8810424805,598494.0720214844],[145433.4329833985,597760.1060180664],[143941.91601562503,597553.5100097656],[143640.1050415039,596917.4609985352],[142031.5679931641,596078.6069946289],[141862.6799926758,595577.1539916992],[140605.27600097656,595776.6791992188],[139327.11840820315,596700.8693847656],[140383.88104248047,598589.5170288086],[142595.00103759769,601070.9110107422],[147596.7399902344,602437.4140014648],[150978.50799560547,603160.7770385742],[155473.0360107422,604334.9930419922],[158743.799987793,605375.6270141602],[161444.58001708984,606399.4791870117],[163258.30499267578,606874.5679931641],[165085.125,606734.4360351562],[166095.57220458984,606075.3890380859]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0096","GM_NAAM":"Vlieland"},"geometry":{"type":"MultiPolygon","coordinates":[[[[139826.50561523438,589940.7490234375],[139035.86602783206,589815.8540039062],[137797.98199462894,588806.5660400391],[136841.76623535162,589377.783996582],[137867.84259033206,590246.7540283203],[139826.50561523438,589940.7490234375]]],[[[133624.8569946289,591321.4530029297],[135759.0530395508,590931.7590332031],[135545.32000732422,590053.5060424805],[133379.10302734378,589770.9379882812],[131940.27899169922,588593.8030395508],[128341.29003906253,587228.1860351562],[127297.56799316412,586556.7349853516],[127636.62298583986,585291.8729858398],[126842.0579833985,585214.5740356445],[125975.3770141602,584174.2739868164],[124643.05798339845,583456.8950195312],[124602.46801757814,582245.3500366211],[123089.041015625,581011.1890258789],[121676.78002929688,581118.3670043945],[120738.00103759766,580901.6829833984],[119505.47198486331,579972.0679931641],[119121.08203125006,581631.9199829102],[120936.53802490237,582798.3550415039],[124115.39501953128,585065.1910400391],[126259.76800537114,587047.6900024414],[128821.34002685551,588942.7590332031],[130879.26702880861,590230.5250244141],[133624.8569946289,591321.4530029297]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0098","GM_NAAM":"Weststellingwerf"},"geometry":{"type":"Polygon","coordinates":[[[185510.2001953125,540146.7001953125],[185764.0001831055,540952.0001831055],[187186.7001953125,543382.5001831055],[188202.40020751956,544744.3002319336],[188477.70019531253,544814.9002075195],[188575.5001831055,545360.7001953125],[188851.40020751956,545476.9002075195],[189817.4002075196,545636.7001953125],[191271.60021972656,546496.4002075195],[191508.0001831055,546738.5001831055],[192751.50018310547,548295.1002197266],[193024.6002197266,548795.3002319336],[194676.50018310547,549052.9002075195],[194882.80023193365,549063.3002319336],[195359.30023193362,549241.2001953125],[196069.70019531256,549749.1002197266],[196382.50018310547,549834.3002319336],[198726.30023193362,548100.7001953125],[198983.40020751953,548047.7001953125],[201431.70019531253,549572.7001953125],[201904.10021972656,550139.6002197266],[202001.8002319336,550159.7001953125],[203657.40020751953,547593.9002075195],[205576.50018310547,548812.9002075195],[205946.10021972653,549275.8002319336],[208791.8002319336,550470.0001831055],[209698.6002197266,550528.3002319336],[210575.50018310547,549064.9002075195],[212840.2001953125,548819.0001831055],[212681.80023193362,548398.6002197266],[211846.50018310544,547704.5001831055],[210167.30023193365,545159.5001831055],[207433.10021972656,543380.1002197266],[204443.70019531247,541091.6002197266],[202509.3002319336,539908.0001831055],[202181.7001953125,539774.9002075195],[201386.80023193362,539275.7001953125],[199838.00018310553,539110.1002197266],[200344.50018310547,537866.1002197266],[198415.6002197266,536610.2001953125],[197962.60021972662,537446.8002319336],[196077.30023193362,536764.7001953125],[195396.5001831055,537330.1002197266],[194431.80023193362,539572.7001953125],[193312.30023193362,539058.2001953125],[191684.90020751953,538817.9002075195],[191099.30023193365,538308.8002319336],[191188.70019531253,537496.7001953125],[189435.20019531247,535738.6002197266],[188151.3002319336,534955.8002319336],[186219.30023193362,535535.6002197266],[185449.30023193362,535515.0001831055],[185258.60021972656,535551.9002075195],[184327.80023193365,536531.5001831055],[184490.5001831055,537685.4002075195],[184559.6002197266,538204.6002197266],[185508.90020751956,539628.6002197266],[185510.2001953125,540146.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0106","GM_NAAM":"Assen"},"geometry":{"type":"Polygon","coordinates":[[[236775.4002075196,561908.5001831055],[236558.30023193362,561373.9002075195],[238323.7001953125,560590.6002197266],[238463.7001953125,560629.3002319336],[238567.00018310547,560180.0001831055],[238384.1002197266,559450.8002319336],[237292.40020751956,558250.7001953125],[236769.50018310553,555834.9002075195],[236203.40020751956,554642.0001831055],[235220.3002319336,554045.9002075195],[234511.10021972662,553043.3002319336],[234018.80023193365,551767.0001831055],[233930.50018310553,551710.0001831055],[232671.10021972653,552656.4002075195],[232235.5001831055,550117.7001953125],[231119.00018310547,551253.7001953125],[229584.70019531256,552188.1002197266],[228935.80023193362,553251.0001831055],[229472.40020751953,554125.7001953125],[228777.70019531253,554559.6002197266],[229505.2001953125,555712.1002197266],[228904.60021972662,558169.9002075195],[230086.00018310547,558714.0001831055],[229352.10021972656,561014.1002197266],[229635.8002319336,561856.9002075195],[229969.5001831055,562744.0001831055],[230351.3002319336,562522.8002319336],[231311.60021972656,562755.9002075195],[231898.70019531253,561861.8002319336],[232818.0001831055,561532.7001953125],[233305.9002075196,564160.7001953125],[236316.20019531253,564450.7001953125],[236658.90020751953,563975.7001953125],[236775.4002075196,561908.5001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0109","GM_NAAM":"Coevorden"},"geometry":{"type":"Polygon","coordinates":[[[251326.7001953125,538559.6002197266],[253627.10021972662,536262.8002319336],[252421.20019531253,533292.2001953125],[252432.1002197266,533009.0001831055],[252443.50018310547,532054.9002075195],[253043.00018310544,531394.0001831055],[252971.80023193362,530310.6002197266],[252468.5001831055,529300.0001831055],[252839.30023193365,528729.5001831055],[252209.80023193362,528026.2001953125],[253259.90020751953,524561.5001831055],[253845.60021972656,524549.2001953125],[254792.80023193356,519040.8002319336],[253135.70019531256,519258.00018310547],[252117.5001831055,518770.8002319336],[250803.30023193362,519206.7001953125],[249094.3002319336,519152.6002197266],[246689.40020751953,518397.2001953125],[245659.60021972662,517029.9002075196],[244564.10021972656,516408.70019531256],[244020.40020751953,516337.20019531256],[244161.90020751953,516922.50018310547],[244419.70019531247,518731.60021972656],[242646.90020751953,519307.60021972656],[239027.40020751953,520970.2001953125],[239180.7001953125,521472.90020751953],[239194.90020751953,522869.70019531256],[238982.5001831055,523484.00018310547],[238977.8002319336,525759.2001953125],[236669.90020751953,525774.8002319336],[236717.2001953125,526925.1002197266],[235344.3002319336,527091.9002075195],[237951.5001831055,531327.6002197266],[240895.0001831055,535643.1002197266],[241865.00018310547,535203.2001953125],[242251.2001953125,536390.6002197266],[243102.90020751953,537159.4002075195],[243213.80023193362,538509.6002197266],[243973.90020751956,539611.6002197266],[243713.50018310547,540785.1002197266],[244761.90020751953,541010.4002075195],[245354.60021972656,541593.1002197266],[244873.30023193356,542958.9002075195],[244378.2001953125,543154.7001953125],[245822.30023193362,544353.8002319336],[245907.9002075196,543934.1002197266],[246577.50018310547,543434.5001831055],[246985.90020751953,542188.4002075195],[247853.30023193362,541190.4002075195],[251326.7001953125,538559.6002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0114","GM_NAAM":"Emmen"},"geometry":{"type":"Polygon","coordinates":[[[253845.60021972656,524549.2001953125],[253259.90020751953,524561.5001831055],[252209.80023193362,528026.2001953125],[252839.30023193365,528729.5001831055],[252468.5001831055,529300.0001831055],[252971.80023193362,530310.6002197266],[253043.00018310544,531394.0001831055],[252443.50018310547,532054.9002075195],[252432.1002197266,533009.0001831055],[252418.4002075195,533270.8002319336],[253235.00018310553,535149.0001831055],[254025.5001831055,537075.2001953125],[254889.50018310547,537921.8002319336],[257506.1002197266,539667.7001953125],[260270.60021972656,541318.4002075195],[260757.90020751953,542787.7001953125],[261213.50018310553,543136.1002197266],[264095.00018310547,544097.4002075195],[266293.40020751965,544135.2001953125],[268516.20019531256,541104.0001831055],[268530.8002319336,540346.8002319336],[269918.7001953125,540356.1002197266],[268563.2001953125,537232.4002075195],[268323.10021972656,528204.4002075195],[267857.20019531256,518738.3002319336],[267005.8002319336,517415.00018310547],[265016.30023193365,517822.60021972656],[262522.30023193365,518822.10021972656],[261993.00018310553,518307.90020751953],[260012.70019531253,517836.00018310547],[258679.20019531253,518033.1002197266],[258358.70019531253,518757.60021972656],[257177.70019531253,519277.10021972656],[254792.80023193356,519040.8002319336],[253845.60021972656,524549.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0118","GM_NAAM":"Hoogeveen"},"geometry":{"type":"Polygon","coordinates":[[[228428.8002319336,523537.60021972656],[226760.70019531247,523456.7001953125],[226905.80023193362,524927.2001953125],[225401.8002319336,524720.4002075195],[224812.00018310547,524324.7001953125],[223774.10021972656,524625.4002075195],[223696.10021972662,524754.3002319336],[223847.80023193362,525573.9002075195],[224404.1002197266,526035.0001831055],[223875.6002197266,527268.3002319336],[224851.80023193362,527616.6002197266],[224436.1002197266,528661.4002075195],[224959.50018310553,528907.4002075195],[224043.20019531253,531330.0001831055],[224294.90020751956,531464.2001953125],[225569.20019531253,531809.9002075195],[225882.30023193362,532030.5001831055],[226455.90020751953,532612.3002319336],[226472.7001953125,533585.8002319336],[226550.00018310547,534060.1002197266],[227043.0001831055,535343.2001953125],[229507.30023193362,534553.0001831055],[229813.1002197266,533790.0001831055],[229468.50018310544,532077.5001831055],[230614.7001953125,531896.9002075195],[230972.40020751953,531121.2001953125],[232640.20019531253,531498.1002197266],[234587.60021972656,531567.8002319336],[234017.60021972656,529308.9002075195],[235149.7001953125,528788.5001831055],[236065.7001953125,528265.7001953125],[235344.3002319336,527091.9002075195],[236717.2001953125,526925.1002197266],[236669.90020751953,525774.8002319336],[238977.8002319336,525759.2001953125],[238982.5001831055,523484.00018310547],[239194.90020751953,522869.70019531256],[239176.00018310553,521438.40020751953],[239027.40020751953,520970.2001953125],[238009.6002197266,521438.10021972656],[233851.6002197266,520428.40020751953],[233424.80023193362,520192.3002319336],[232285.50018310547,519169.5001831055],[232333.40020751953,521169.60021972656],[230234.6002197266,521257.2001953125],[229222.40020751953,522431.60021972656],[229282.24340820315,523470.1226196289],[228428.8002319336,523537.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0119","GM_NAAM":"Meppel"},"geometry":{"type":"Polygon","coordinates":[[[207806.2001953125,522586.2001953125],[207584.20019531256,522667.7001953125],[207018.10021972656,523003.00018310547],[206451.5001831055,524741.4002075195],[204481.1002197266,529533.8002319336],[204585.40020751956,529913.5001831055],[205309.60021972656,530408.8002319336],[206940.8002319336,530874.4002075195],[207733.5001831055,531372.0001831055],[208022.0001831055,532038.5001831055],[208127.1002197266,531929.0001831055],[208344.00018310547,531513.2001953125],[210029.6002197266,527192.3002319336],[211276.70019531256,529276.9002075195],[212022.50018310553,528586.5001831055],[212225.90020751953,528474.4002075195],[211232.80023193356,526620.6002197266],[211021.1002197266,526012.6002197266],[211080.3002319336,524294.3002319336],[211624.8002319336,524308.7001953125],[212497.90020751953,524601.6002197266],[213525.3002319336,524559.4002075195],[214955.7001953125,524677.3002319336],[215072.1002197266,523485.50018310547],[215702.30023193356,522852.50018310547],[214684.90020751956,522007.90020751953],[214609.7001953125,520826.3002319336],[214407.50018310547,520550.90020751953],[213496.8002319336,520619.60021972656],[213243.30023193362,521254.8002319336],[212708.80023193362,521483.50018310547],[211226.40020751956,522200.5001831055],[211201.20019531253,522380.7001953125],[211143.00018310553,522328.90020751953],[210808.60021972656,522229.8002319336],[210074.70019531247,522220.00018310547],[208833.10021972656,521142.7001953125],[207464.3002319336,521684.00018310547],[207806.2001953125,522586.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0140","GM_NAAM":"Littenseradiel"},"geometry":{"type":"Polygon","coordinates":[[[169474.60021972656,573106.1002197266],[169355.80023193362,573405.2001953125],[169268.7001953125,573704.2001953125],[169156.80023193365,573855.4002075195],[168609.50018310547,574687.4002075195],[167849.10021972656,575436.2001953125],[167944.00018310553,575508.2001953125],[167871.90020751956,575517.8002319336],[167951.40020751956,575635.6002197266],[168143.4002075196,575935.2001953125],[168368.8002319336,576307.9002075195],[168469.90020751956,576732.3002319336],[169539.50018310547,577488.3002319336],[170587.40020751953,576474.0001831055],[170801.90020751956,575759.1002197266],[171886.40020751953,576100.6002197266],[172765.00018310547,575539.2001953125],[174395.70019531256,576673.3002319336],[174962.7001953125,577291.0001831055],[175427.2001953125,577070.3002319336],[175774.70019531253,576466.1002197266],[176800.2001953125,576554.1002197266],[177586.0001831055,575539.4002075195],[178144.70019531256,575918.0001831055],[178640.6002197266,576314.9002075195],[180303.3002319336,576472.6002197266],[180230.90020751953,572982.6002197266],[179591.6002197266,570940.0001831055],[179706.30023193362,570514.8002319336],[179743.50018310547,569967.4002075195],[178595.60021972656,569025.5001831055],[177935.7001953125,568455.5001831055],[177610.10021972662,568160.6002197266],[176550.50018310553,567001.2001953125],[176114.50018310553,565818.7001953125],[176045.10021972656,565894.0001831055],[174659.8002319336,564967.4002075195],[174440.10021972656,565624.8002319336],[173501.60021972656,565184.7001953125],[172975.90020751956,564452.9002075195],[172837.3002319336,564597.8002319336],[172591.40020751956,564773.4002075195],[171898.30023193365,564473.2001953125],[171061.0001831055,564966.8002319336],[170924.70019531253,565157.8002319336],[169980.10021972662,565232.4002075195],[168708.1002197266,564860.3002319336],[168495.20019531253,565488.4002075195],[168677.2001953125,565982.3002319336],[167539.80023193362,566607.4002075195],[166450.00018310547,567235.2001953125],[166523.10021972662,567912.2001953125],[166543.10021972656,568121.6002197266],[164566.40020751953,568333.1002197266],[164351.60021972656,568975.8002319336],[164357.0001831055,569663.0001831055],[164763.90020751956,570131.6002197266],[164761.90020751953,569994.0001831055],[165618.6002197266,571775.6002197266],[165754.70019531256,572065.2001953125],[165715.10021972662,572302.8002319336],[166255.40020751956,571996.7001953125],[166938.80023193362,571438.1002197266],[167501.20019531256,571621.7001953125],[167589.90020751956,571967.6002197266],[168020.90020751956,571906.2001953125],[168067.90020751953,571835.1002197266],[168300.30023193362,571600.6002197266],[168346.90020751953,571628.4002075195],[168674.80023193362,571738.3002319336],[168352.1002197266,572456.1002197266],[169025.80023193362,572656.3002319336],[169400.9002075195,572877.0001831055],[169474.60021972656,573106.1002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0141","GM_NAAM":"Almelo"},"geometry":{"type":"Polygon","coordinates":[[[242725.90020751953,490592.60021972656],[244263.10021972653,490352.10021972656],[244748.50018310547,488623.8002319336],[245258.80023193356,488178.40020751953],[245840.3002319336,485772.2001953125],[245389.30023193365,484644.00018310547],[245882.40020751953,484535.2001953125],[245127.20019531253,483340.90020751953],[244146.40020751956,482902.80023193365],[244910.80023193362,481929.9002075196],[243839.80023193365,481360.00018310547],[243910.3002319336,480847.3002319336],[243416.6002197266,480595.10021972656],[242866.30023193362,480093.10021972656],[241693.4002075195,479416.7001953125],[241657.7001953125,479300.8002319336],[240974.0001831055,479161.60021972656],[240317.20019531247,478958.3002319336],[240245.70019531256,478818.2001953125],[240011.00018310553,478872.10021972656],[239521.40020751956,478720.7001953125],[239888.80023193365,480040.8002319336],[238467.7001953125,480656.10021972656],[238026.5001831055,481171.60021972656],[238972.40020751956,482736.7001953125],[237614.70019531253,484199.1002197266],[238591.90020751956,486101.00018310547],[238669.8002319336,486703.1002197266],[238564.7001953125,487010.90020751953],[238181.20019531253,487289.10021972656],[238025.8002319336,487841.60021972656],[237490.50018310547,489112.00018310547],[238201.30023193362,489779.8002319336],[238515.7001953125,489403.2001953125],[240022.70019531256,490476.8002319336],[241062.5001831055,490849.8002319336],[242128.20019531253,489889.60021972656],[242725.90020751953,490592.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0147","GM_NAAM":"Borne"},"geometry":{"type":"Polygon","coordinates":[[[251438.57720947269,481017.88439941406],[250528.9002075196,480590.70019531256],[249710.1002197266,479259.1002197266],[247505.2001953125,478100.2001953125],[246809.4002075196,478832.8002319336],[245858.8002319336,479866.60021972656],[244666.70019531253,480800.90020751953],[243910.3002319336,480847.3002319336],[243839.80023193365,481360.00018310547],[244910.80023193362,481929.9002075196],[244146.40020751956,482902.80023193365],[245127.20019531253,483340.90020751953],[245882.40020751953,484535.2001953125],[246816.40020751956,484346.30023193365],[247939.40020751953,483289.00018310547],[248503.90020751956,483566.20019531256],[249541.0001831055,482122.50018310547],[251479.00018310547,481674.0001831055],[251438.57720947269,481017.88439941406]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0148","GM_NAAM":"Dalfsen"},"geometry":{"type":"Polygon","coordinates":[[[220901.80023193362,505047.8002319336],[221116.8002319336,504485.2001953125],[219886.50018310544,503993.7001953125],[219089.90020751953,504241.40020751953],[219319.90020751953,502575.50018310547],[219999.90020751953,499762.7001953125],[219939.0001831055,497000.50018310547],[222378.20019531253,496978.90020751953],[221883.20019531253,496225.90020751953],[222788.60021972656,495094.8002319336],[222551.30023193365,493796.7001953125],[220871.8002319336,493567.2001953125],[220447.40020751956,493440.3002319336],[219022.80023193356,493778.50018310547],[218057.80023193362,494319.0001831055],[216517.7001953125,494487.90020751953],[216373.8002319336,495790.7001953125],[215602.90020751953,495882.0001831055],[215563.40020751953,496959.90020751953],[213499.20019531253,497627.70019531256],[212879.00018310547,497859.00018310547],[211155.6002197266,497753.00018310547],[210406.10021972656,498199.50018310547],[208155.80023193362,498221.60021972656],[207675.80023193365,498799.30023193365],[208009.20019531256,498983.3002319336],[208185.00018310547,498970.7001953125],[208429.10021972653,499076.10021972656],[208701.9002075196,499196.3002319336],[209452.3002319336,499511.10021972656],[210214.6002197266,500662.50018310547],[209387.80023193356,501618.60021972656],[208357.60021972662,503752.0001831055],[209010.7001953125,503815.3002319336],[209680.50018310547,505215.10021972656],[209443.2001953125,505692.3002319336],[210840.1002197266,509228.60021972656],[210230.50018310553,511130.2001953125],[213258.80023193356,511763.60021972656],[214081.40020751956,512137.2001953125],[215964.7001953125,512338.1002197266],[218176.10021972653,512808.90020751953],[220901.80023193362,505047.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0150","GM_NAAM":"Deventer"},"geometry":{"type":"Polygon","coordinates":[[[221910.20019531253,473060.60021972656],[220820.00018310553,473062.5001831055],[219949.1002197266,472443.7001953125],[220009.10021972656,471435.3002319336],[217226.20019531253,471218.90020751953],[216862.8002319336,471808.50018310547],[214954.00018310547,471382.10021972656],[214446.70019531253,471379.1002197266],[212067.20019531253,471527.60021972656],[211710.20019531256,471249.7001953125],[209787.80023193362,471535.70019531256],[209354.90020751953,472038.8002319336],[209067.6002197266,472016.8002319336],[208223.30023193362,471724.20019531256],[208004.90020751953,471444.60021972656],[208329.40020751956,471192.20019531256],[208332.10021972656,470374.7001953125],[207988.00018310547,470311.10021972656],[207896.4002075196,471024.90020751953],[206957.5001831055,471341.00018310547],[206680.40020751956,471704.40020751953],[206558.60021972656,471976.6002197266],[207342.80023193362,473161.80023193365],[207093.10021972656,473637.4002075196],[206651.80023193362,473420.10021972656],[205482.2001953125,473880.8002319336],[205285.4002075196,474216.5001831055],[205716.50018310553,475000.1002197266],[204506.60021972656,476905.8002319336],[204406.0001831055,478049.00018310547],[204029.1002197266,478512.2001953125],[203959.00018310553,478990.50018310547],[203709.40020751953,479490.10021972656],[203803.60021972656,479476.60021972656],[204032.5001831055,479273.2001953125],[204175.5001831055,479256.6002197266],[204889.7001953125,479242.40020751953],[208403.30023193362,480379.8002319336],[209165.1002197266,481063.8002319336],[210387.20019531253,481191.00018310547],[210857.50018310544,481779.7001953125],[212827.30023193362,481657.60021972656],[212819.2001953125,481060.50018310547],[215026.80023193362,479567.90020751953],[219069.7001953125,479710.60021972656],[219257.00018310553,477428.7001953125],[220853.80023193362,476313.20019531256],[222431.30023193362,474710.8002319336],[222605.5001831055,474493.7001953125],[222542.30023193362,474255.50018310547],[222853.3002319336,473661.2001953125],[221910.20019531253,473060.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0153","GM_NAAM":"Enschede"},"geometry":{"type":"Polygon","coordinates":[[[263910.60021972656,471491.9002075196],[263468.60021972656,469775.6002197266],[261966.00018310553,467033.50018310547],[259538.50018310553,466598.40020751953],[257806.5001831055,464736.2001953125],[256442.70019531256,464873.60021972656],[253559.60021972656,465740.7001953125],[252621.90020751953,465706.0001831055],[252036.30023193365,465220.30023193365],[249331.7001953125,467890.7001953125],[249273.50018310547,469233.3002319336],[248530.60021972662,470805.9002075196],[249409.6002197266,471892.8002319336],[249132.6002197266,472569.10021972656],[249752.7001953125,473172.90020751953],[252457.8002319336,472226.70019531256],[252821.80023193362,473811.3002319336],[254371.20019531247,474983.2001953125],[254407.8002319336,476395.50018310547],[253998.6002197266,477504.60021972656],[256086.90020751956,477138.3002319336],[257078.90020751953,478294.90020751953],[257559.3002319336,478197.3002319336],[258695.9002075196,478580.8002319336],[259046.60021972656,478595.80023193365],[259154.0001831055,478226.60021972656],[259517.30023193356,478400.00018310547],[261019.30023193362,478459.40020751953],[262971.60021972656,476664.7001953125],[263291.50018310547,474568.7001953125],[262763.1002197266,473250.7001953125],[262847.90020751953,472546.2001953125],[263910.60021972656,471491.9002075196]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0158","GM_NAAM":"Haaksbergen"},"geometry":{"type":"Polygon","coordinates":[[[241039.4002075196,465862.50018310547],[241188.30023193356,466165.7001953125],[240776.80023193365,466604.9002075196],[240292.7001953125,467158.40020751953],[241551.5001831055,468042.2001953125],[242839.50018310547,468564.00018310547],[244582.7001953125,468379.50018310547],[245580.4002075195,469519.70019531256],[249331.7001953125,467890.7001953125],[252036.30023193365,465220.30023193365],[252621.90020751953,465706.0001831055],[253559.60021972656,465740.7001953125],[256442.70019531256,464873.60021972656],[257806.5001831055,464736.2001953125],[257285.6002197266,464143.40020751953],[256745.50018310547,461572.3002319336],[255553.30023193362,460155.60021972656],[253314.20019531253,459881.8002319336],[249058.10021972656,459841.2001953125],[246025.40020751953,459728.00018310547],[244750.40020751953,460292.8002319336],[242312.7001953125,460985.3002319336],[243077.00018310547,462227.00018310547],[242826.2001953125,463848.10021972656],[243000.50018310547,464677.90020751953],[242389.0001831055,465188.7001953125],[241327.19641113287,465721.0964355469],[241039.4002075196,465862.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0160","GM_NAAM":"Hardenberg"},"geometry":{"type":"Polygon","coordinates":[[[234420.70019531253,503876.7001953125],[233692.60021972656,504062.3002319336],[233430.50018310553,504336.50018310547],[232828.40020751953,505136.7001953125],[232494.6002197266,507129.00018310547],[231938.30023193362,508711.60021972656],[230766.90020751953,510396.00018310547],[229654.50018310544,509612.8002319336],[224680.9002075196,509652.2001953125],[223808.9002075196,512020.3002319336],[218438.50018310547,512073.00018310547],[218176.10021972653,512808.90020751953],[217053.2001953125,512568.7001953125],[218526.00018310547,519242.90020751953],[218639.9002075195,519438.7001953125],[218798.7001953125,519254.10021972656],[220386.70019531253,518045.10021972656],[221820.1002197266,516177.8002319336],[221999.20019531256,514835.3002319336],[222426.80023193365,514700.7001953125],[222851.80023193365,514559.60021972656],[224007.3002319336,515282.8002319336],[224860.30023193362,515108.90020751953],[225480.0001831055,516137.8002319336],[226428.10021972656,514754.70019531256],[227709.6002197266,514844.40020751953],[228321.8002319336,515825.50018310547],[228870.30023193362,515124.10021972656],[229806.20019531253,515195.40020751953],[231626.70019531256,514660.90020751953],[231249.70019531253,518239.10021972656],[233424.80023193362,520192.3002319336],[233851.6002197266,520428.40020751953],[238009.6002197266,521438.10021972656],[242646.90020751953,519307.60021972656],[244419.70019531247,518731.60021972656],[244161.90020751953,516922.50018310547],[244020.40020751953,516337.20019531256],[244564.10021972656,516408.70019531256],[245757.6002197266,514995.8002319336],[245234.70019531253,512060.00018310547],[248532.8002319336,509328.00018310547],[247566.80023193365,508809.50018310547],[245774.9002075196,509245.2001953125],[245146.8002319336,507594.30023193365],[242737.40020751956,508084.00018310547],[244461.1002197266,504519.3002319336],[244005.20019531253,500648.10021972656],[242067.20019531256,501579.7001953125],[241018.90020751953,500765.7001953125],[240768.8002319336,499120.60021972656],[240159.30023193362,499111.70019531256],[239222.8002319336,499176.4002075196],[238299.50018310547,498245.00018310547],[237460.50018310544,499774.10021972656],[237391.10021972656,500405.50018310547],[238020.7001953125,501234.10021972656],[235510.5001831055,502914.90020751953],[234922.70019531247,503625.40020751953],[234420.70019531253,503876.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0163","GM_NAAM":"Hellendoorn"},"geometry":{"type":"Polygon","coordinates":[[[227146.30023193362,497571.10021972656],[227469.50018310553,497452.50018310547],[228865.7001953125,495573.1002197266],[229250.90020751956,495390.5001831055],[231606.90020751953,495098.90020751953],[231880.7001953125,495048.40020751953],[232408.80023193362,495351.3002319336],[232697.10021972656,495519.90020751953],[233573.10021972656,496567.90020751953],[235523.20019531253,496073.3002319336],[237190.5001831055,497025.00018310547],[237339.6002197266,495271.50018310547],[235622.30023193362,493494.3002319336],[235869.80023193362,492852.8002319336],[231810.10021972662,491520.10021972656],[231327.60021972656,489958.00018310547],[231622.30023193356,488815.0001831055],[230468.50018310553,488167.40020751953],[230731.20019531253,486767.20019531256],[231263.40020751956,485853.40020751953],[230192.50018310553,485178.0001831055],[230041.90020751956,484555.90020751953],[229916.5001831055,484468.60021972656],[228205.30023193362,481888.00018310547],[225535.90020751953,482475.90020751953],[221056.10021972656,481582.50018310547],[220105.00018310547,483233.50018310547],[219472.90020751953,485253.7001953125],[220098.20019531253,487335.40020751953],[221033.3002319336,488121.4002075196],[222764.6002197266,488552.8002319336],[223170.00018310544,488461.90020751953],[224255.20019531253,492456.3002319336],[223225.2001953125,493844.40020751953],[225824.20019531253,495054.3002319336],[226410.90020751956,495736.7001953125],[226739.90020751956,496334.3002319336],[226973.40020751953,497176.2001953125],[227146.30023193362,497571.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0164","GM_NAAM":"Hengelo"},"geometry":{"type":"Polygon","coordinates":[[[251438.57720947269,481017.88439941406],[251869.90020751956,481520.0001831055],[252937.60021972656,481059.00018310547],[252768.1002197266,479905.8002319336],[254547.5001831055,479159.40020751953],[254831.90020751956,478355.90020751953],[254531.7001953125,477863.3002319336],[254657.8002319336,477735.00018310547],[254179.8002319336,477472.50018310547],[253998.6002197266,477504.60021972656],[254407.8002319336,476395.50018310547],[254371.20019531247,474983.2001953125],[252821.80023193362,473811.3002319336],[252457.8002319336,472226.70019531256],[249752.7001953125,473172.90020751953],[249132.6002197266,472569.10021972656],[249409.6002197266,471892.8002319336],[248530.60021972662,470805.9002075196],[249273.50018310547,469233.3002319336],[249331.7001953125,467890.7001953125],[245580.4002075195,469519.70019531256],[244851.90020751956,470673.90020751953],[245523.40020751956,471710.8002319336],[245988.0001831055,474233.00018310547],[246292.2001953125,474693.8002319336],[248256.90020751953,474692.80023193365],[247972.70019531253,476762.70019531256],[247557.50018310547,477926.8002319336],[247505.2001953125,478100.2001953125],[249710.1002197266,479259.1002197266],[250528.9002075196,480590.70019531256],[251438.57720947269,481017.88439941406]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0166","GM_NAAM":"Kampen"},"geometry":{"type":"Polygon","coordinates":[[[195937.6002197266,515084.90020751953],[195905.70019531253,514219.00018310547],[194580.80023193362,512003.60021972656],[195382.00018310553,510158.1002197266],[197403.60021972653,511132.2001953125],[198795.70019531256,508172.2001953125],[196809.30023193365,507152.10021972656],[197063.20019531253,506567.4002075196],[198641.7001953125,505795.90020751953],[198190.0001831055,504601.8002319336],[197854.00018310553,504437.9002075196],[197667.10021972662,504150.40020751953],[197592.7001953126,503806.10021972656],[197617.10021972665,503544.60021972656],[197756.7001953126,503250.00018310547],[198101.10021972656,502887.10021972656],[198493.50018310556,502628.3002319336],[198326.00018310547,502289.4002075197],[197919.80023193362,502091.5001831056],[197445.40020751953,502211.2001953125],[197091.10021972665,501995.30023193365],[195414.40020751953,500241.00018310547],[194280.20019531256,498904.2001953125],[193432.50018310544,499786.70019531256],[192244.5001831055,498992.50018310547],[191578.10021972656,498616.40020751965],[190517.0001831055,501195.40020751953],[188944.1002197266,503365.40020751953],[188295.1002197266,503833.00018310547],[187485.09082031253,503550.41021728516],[186908.90020751962,506550.10021972674],[186563.34399414068,507705.9860229492],[185739.85504150394,508720.9030151368],[185384.4990234375,509793.2000122071],[183959.66802978516,510636.5100097656],[185353.90301513672,511177.45098876965],[185195.5513916016,512817.00119018555],[185713.6661987305,513750.6981201172],[189669.1732177735,514659.38079833984],[190933.7880249024,514020.74200439453],[192398.21502685547,514378.2269897461],[193592.86999511722,515378.68798828125],[195937.6002197266,515084.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0168","GM_NAAM":"Losser"},"geometry":{"type":"Polygon","coordinates":[[[263910.60021972656,471491.9002075196],[262847.90020751953,472546.2001953125],[262763.1002197266,473250.7001953125],[263291.50018310547,474568.7001953125],[262971.60021972656,476664.7001953125],[261019.30023193362,478459.40020751953],[260642.1002197266,479221.10021972656],[261602.5001831055,481178.00018310547],[261543.8002319336,482040.00018310547],[261558.70019531253,482416.90020751953],[260472.60021972656,482767.7001953125],[260667.10021972653,483897.90020751953],[261190.1002197266,483896.60021972656],[262275.50018310547,485521.90020751953],[262858.8002319336,485718.30023193365],[262306.3002319336,487333.40020751953],[262828.90020751953,489178.2001953125],[265380.8002319336,487450.10021972656],[269741.6002197266,488548.8002319336],[269799.2001953125,486221.3002319336],[268743.30023193365,484646.9002075196],[268235.9002075196,482631.2001953125],[266830.00018310547,479484.90020751953],[266937.9002075196,477931.2001953125],[268008.40020751953,475524.5001831055],[269643.90020751953,473902.7001953125],[269352.90020751965,473169.90020751953],[267855.5001831055,472341.20019531256],[266500.90020751953,472029.8002319336],[265419.90020751953,472399.3002319336],[264500.30023193365,472202.40020751953],[263910.60021972656,471491.9002075196]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0171","GM_NAAM":"Noordoostpolder"},"geometry":{"type":"Polygon","coordinates":[[[181776.0001831055,536766.8002319336],[182150.30023193365,535234.9002075195],[182510.60021972662,535551.9002075195],[182789.30023193356,534970.9002075195],[183243.00018310544,534258.3002319336],[184106.50018310553,533459.6002197266],[185366.70019531253,533176.6002197266],[185783.5001831055,533115.6002197266],[186917.20019531253,532829.6002197266],[188605.4002075196,531448.3002319336],[189350.30023193362,530731.8002319336],[190020.40020751956,530570.7001953125],[191147.30023193365,529395.6002197266],[192041.30023193362,527127.8002319336],[192526.9002075196,525434.6002197266],[193396.00018310547,524580.0001831055],[193648.80023193365,524203.8002319336],[194073.20019531247,523061.7001953125],[193687.3002319336,522655.90020751953],[193158.10021972662,522095.50018310547],[193022.90020751956,522179.2001953125],[192745.70019531256,521797.40020751953],[191923.70019531253,520562.90020751953],[192399.1002197266,520473.40020751953],[193623.70019531256,520191.60021972656],[195076.30023193365,519389.50018310547],[195364.2380371094,518847.95898437506],[194061.12402343753,516981.88299560547],[189538.89300537112,515413.1310424805],[185169.7200317383,513985.07904052734],[173701.91101074225,513981.17303466797],[173024.1450195313,514247.0270385742],[170477.3928222657,518151.8632202149],[170524.50018310547,518226.90020751965],[170934.70019531253,518043.7001953125],[172707.80023193365,518039.50018310547],[172292.30023193362,519265.90020751953],[173141.80023193368,519865.90020751953],[172197.3002319337,521196.5001831056],[171134.9002075196,521712.3002319336],[170044.20019531253,521454.00018310547],[169173.80023193362,520999.90020751953],[168940.2319946289,521001.5939941406],[169037.25799560547,530580.8259887695],[169086.31903076172,530869.9020385742],[173367.64599609378,537861.9520263672],[174004.70098876956,538312.4290161133],[176740.47900390628,538654.3900146484],[177069.80023193362,538957.5001831055],[178011.3002319336,538519.3002319336],[177737.5001831055,539695.8002319336],[179365.40020751962,539224.9002075195],[181776.0001831055,536766.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0173","GM_NAAM":"Oldenzaal"},"geometry":{"type":"Polygon","coordinates":[[[257773.50018310553,482962.2001953125],[258151.90020751953,483914.10021972656],[260227.9002075196,483512.7001953125],[260283.90020751953,483880.7001953125],[260667.10021972653,483897.90020751953],[260472.60021972656,482767.7001953125],[261558.70019531253,482416.90020751953],[261543.8002319336,482040.00018310547],[261602.5001831055,481178.00018310547],[260642.1002197266,479221.10021972656],[260895.5001831055,478452.90020751953],[259517.30023193356,478400.00018310547],[259154.0001831055,478226.60021972656],[259041.20019531253,478602.10021972656],[257825.2001953125,479464.2001953125],[255448.1002197266,479982.3002319336],[255535.10021972656,480844.80023193365],[257193.0001831055,482653.3002319336],[257773.50018310553,482962.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0175","GM_NAAM":"Ommen"},"geometry":{"type":"Polygon","coordinates":[[[218438.50018310547,512073.00018310547],[223808.9002075196,512020.3002319336],[224680.9002075196,509652.2001953125],[229654.50018310544,509612.8002319336],[230766.90020751953,510396.00018310547],[231938.30023193362,508711.60021972656],[232494.6002197266,507129.00018310547],[232828.40020751953,505136.7001953125],[233430.50018310553,504336.50018310547],[233692.60021972656,504062.3002319336],[234420.70019531253,503876.7001953125],[234922.70019531247,503625.40020751953],[235510.5001831055,502914.90020751953],[238020.7001953125,501234.10021972656],[237391.10021972656,500405.50018310547],[237060.60021972653,499858.20019531256],[234282.30023193362,500625.80023193365],[230948.90020751953,500948.10021972656],[230849.60021972656,499918.2001953125],[229825.50018310553,499361.7001953125],[228257.40020751956,499143.8002319336],[227991.70019531253,498722.2001953125],[227440.30023193362,498502.90020751953],[227266.20019531253,498342.90020751953],[227316.5001831055,497994.50018310547],[227111.40020751953,498164.60021972656],[227233.80023193365,497657.3002319336],[226933.8002319336,497544.4002075196],[226973.40020751953,497176.2001953125],[226739.90020751956,496334.3002319336],[226410.90020751956,495736.7001953125],[225824.20019531253,495054.3002319336],[223225.2001953125,493844.40020751953],[222558.9002075196,494021.60021972656],[222788.60021972656,495094.8002319336],[221883.20019531253,496225.90020751953],[222378.20019531253,496978.90020751953],[219939.0001831055,497000.50018310547],[219999.90020751953,499762.7001953125],[219319.90020751953,502575.50018310547],[219089.90020751953,504241.40020751953],[219886.50018310544,503993.7001953125],[221116.8002319336,504485.2001953125],[220901.80023193362,505047.8002319336],[218438.50018310547,512073.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0177","GM_NAAM":"Raalte"},"geometry":{"type":"Polygon","coordinates":[[[220098.20019531253,487335.40020751953],[219472.90020751953,485253.7001953125],[220105.00018310547,483233.50018310547],[221056.10021972656,481582.50018310547],[219069.7001953125,479710.60021972656],[215026.80023193362,479567.90020751953],[212819.2001953125,481060.50018310547],[212849.40020751956,482611.3002319336],[212822.30023193362,483892.10021972656],[211947.2001953125,484698.10021972656],[210162.6002197266,485220.3002319336],[209741.6002197266,486426.60021972656],[209641.2001953125,486951.00018310547],[209629.10021972656,487844.2001953125],[210443.6002197266,487369.10021972656],[210604.60021972656,489096.20019531256],[212116.50018310547,489237.8002319336],[212445.1002197266,490339.10021972656],[211847.90020751953,491582.00018310547],[212393.20019531253,493189.4002075196],[210050.70019531253,493564.50018310547],[209667.90020751953,494181.0001831055],[208742.8002319336,493999.40020751953],[207185.7001953125,496434.50018310547],[206996.0001831055,496906.00018310547],[206436.9002075196,498038.00018310547],[206960.10021972656,498383.7001953125],[207675.80023193365,498799.30023193365],[208155.80023193362,498221.60021972656],[210406.10021972656,498199.50018310547],[211155.6002197266,497753.00018310547],[212698.70019531253,497879.60021972656],[213499.20019531253,497627.70019531256],[215563.40020751953,496959.90020751953],[215602.90020751953,495882.0001831055],[216373.8002319336,495790.7001953125],[216517.7001953125,494487.90020751953],[218057.80023193362,494319.0001831055],[219022.80023193356,493778.50018310547],[220447.40020751956,493440.3002319336],[220871.8002319336,493567.2001953125],[222551.30023193365,493796.7001953125],[223225.2001953125,493844.40020751953],[224255.20019531253,492456.3002319336],[223170.00018310544,488461.90020751953],[222764.6002197266,488552.8002319336],[221072.52160644528,488131.61083984375],[220098.20019531253,487335.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0180","GM_NAAM":"Staphorst"},"geometry":{"type":"Polygon","coordinates":[[[217053.2001953125,512568.7001953125],[215964.7001953125,512338.1002197266],[214081.40020751956,512137.2001953125],[213258.80023193356,511763.60021972656],[209754.20019531253,511031.7001953125],[209414.00018310544,511140.8002319336],[208915.70019531256,511431.40020751953],[206533.0001831055,511118.40020751953],[205439.3002319336,510666.60021972656],[204928.60021972662,512086.90020751953],[203646.1002197266,513117.40020751953],[203706.30023193356,513518.8002319336],[203706.2001953125,514733.50018310547],[203777.60021972656,514836.8002319336],[203719.7001953125,515127.8002319336],[203530.10021972656,515579.50018310547],[203039.60021972656,516693.8002319336],[203437.60021972656,517912.10021972656],[203519.70019531253,519090.30023193365],[203905.20019531253,519375.50018310547],[205428.90020751956,520921.50018310547],[205624.40020751953,521331.90020751953],[206087.3002319336,521564.40020751953],[206582.2001953125,521990.9002075196],[206827.80023193362,522365.7001953125],[206899.80023193365,522584.3002319336],[206877.40020751956,522829.40020751953],[207584.20019531256,522667.7001953125],[207806.2001953125,522586.2001953125],[207464.3002319336,521684.00018310547],[208833.10021972656,521142.7001953125],[210074.70019531247,522220.00018310547],[210808.60021972656,522229.8002319336],[211143.00018310553,522328.90020751953],[211201.20019531253,522380.7001953125],[211226.40020751956,522200.5001831055],[212708.80023193362,521483.50018310547],[213243.30023193362,521254.8002319336],[213496.8002319336,520619.60021972656],[214407.50018310547,520550.90020751953],[214433.9002075196,520295.2001953125],[215046.0001831055,520338.3002319336],[216209.10021972662,519824.40020751953],[216588.3002319336,520268.60021972656],[218274.60021972662,520749.00018310547],[218731.1002197266,520186.10021972656],[218497.90020751956,519725.10021972656],[218598.60021972653,519633.40020751953],[218639.9002075195,519438.7001953125],[218536.50018310553,519288.3002319336],[217801.1024169922,515989.0419921875],[217053.2001953125,512568.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0183","GM_NAAM":"Tubbergen"},"geometry":{"type":"Polygon","coordinates":[[[248503.90020751956,483566.20019531256],[247939.40020751953,483289.00018310547],[246816.40020751956,484346.30023193365],[245389.30023193365,484644.00018310547],[245840.3002319336,485772.2001953125],[245258.80023193356,488178.40020751953],[244748.50018310547,488623.8002319336],[244263.10021972653,490352.10021972656],[242450.40020751956,492665.90020751953],[242547.90020751956,493471.60021972656],[242783.3002319336,494119.4002075196],[242537.60021972653,494999.3002319336],[242446.80023193365,495629.10021972656],[243709.6002197266,496307.9002075196],[244328.40020751956,497856.6002197266],[245388.60021972662,499764.50018310547],[247797.40020751953,498248.9002075196],[249291.90020751956,497775.40020751953],[254708.70019531247,497894.00018310547],[255238.5001831055,496975.60021972656],[257101.50018310547,496478.2001953125],[258268.4002075196,496023.7001953125],[260703.30023193365,495316.7001953125],[261084.1002197266,495458.00018310547],[261224.0001831055,495042.90020751953],[259813.50018310547,495155.50018310547],[257680.9002075196,494962.2001953125],[254726.49920654297,494262.1112060547],[254619.80023193362,492870.00018310547],[255372.7001953125,492132.3002319336],[255557.5001831055,487229.60021972656],[253667.2001953125,487068.3002319336],[252428.40020751953,487318.90020751953],[250104.3002319336,486719.1002197266],[249491.50018310547,485199.10021972656],[248588.1002197266,484667.60021972656],[248503.90020751956,483566.20019531256]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0184","GM_NAAM":"Urk"},"geometry":{"type":"Polygon","coordinates":[[[168940.2319946289,521001.5939941406],[169173.80023193362,520999.90020751953],[170044.20019531253,521454.00018310547],[171134.9002075196,521712.3002319336],[172197.30023193362,521196.50018310547],[173141.80023193362,519865.90020751953],[172292.30023193362,519265.90020751953],[172707.8002319336,518039.50018310547],[170904.5001831055,518046.00018310547],[170524.5217895508,518226.8854370117],[170477.39282226562,518151.86322021484],[169062.15301513672,519135.2780151367],[168940.2319946289,521001.5939941406]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0189","GM_NAAM":"Wierden"},"geometry":{"type":"Polygon","coordinates":[[[230041.90020751956,484555.90020751953],[230192.50018310553,485178.0001831055],[231263.40020751956,485853.40020751953],[230731.20019531253,486767.20019531256],[230468.50018310553,488167.40020751953],[231622.30023193356,488815.0001831055],[231327.60021972656,489958.00018310547],[231810.10021972662,491520.10021972656],[235869.80023193362,492852.8002319336],[238014.5001831055,487869.3002319336],[238179.2001953125,487293.3002319336],[238516.60021972656,487064.50018310547],[238662.80023193362,486781.00018310547],[238591.90020751956,486101.00018310547],[237614.70019531253,484199.1002197266],[238972.40020751956,482736.7001953125],[238026.5001831055,481171.60021972656],[238467.7001953125,480656.10021972656],[239888.80023193365,480040.8002319336],[239520.20019531256,478716.20019531256],[238145.1002197266,476551.30023193365],[236098.0001831055,476342.3002319336],[235345.40020751956,476696.8002319336],[234333.50018310547,478393.10021972656],[234553.7001953125,479189.2001953125],[234537.00018310547,479663.50018310547],[234316.3002319336,480920.50018310547],[233946.6002197266,481789.10021972656],[233114.80023193365,481597.8002319336],[232555.9002075196,482579.6002197266],[230817.90020751956,482312.80023193365],[228690.3002319336,482607.8002319336],[229916.5001831055,484468.60021972656],[230041.90020751956,484555.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0193","GM_NAAM":"Zwolle"},"geometry":{"type":"Polygon","coordinates":[[[202828.3002319336,507554.7001953125],[203268.50018310547,508542.2001953125],[204009.8002319336,509112.7001953125],[204225.3002319336,508406.50018310547],[204849.30023193356,507986.7001953125],[205284.50018310547,507920.40020751953],[206093.2001953125,507430.3002319336],[207860.30023193362,508912.3002319336],[207305.70019531253,510036.20019531256],[207205.30023193365,510632.80023193365],[207043.3002319336,510845.9002075196],[206531.20019531256,510962.2001953125],[206533.0001831055,511118.40020751953],[208915.70019531256,511431.40020751953],[209716.20019531256,511035.7001953125],[210230.50018310553,511130.2001953125],[210840.1002197266,509228.60021972656],[209443.2001953125,505692.3002319336],[209680.50018310547,505215.10021972656],[209010.7001953125,503815.3002319336],[208357.60021972662,503752.0001831055],[209387.80023193356,501618.60021972656],[210214.6002197266,500662.50018310547],[209452.3002319336,499511.10021972656],[208701.9002075196,499196.3002319336],[208429.10021972653,499076.10021972656],[208185.00018310547,498970.7001953125],[208000.00018310553,498980.00018310547],[206960.10021972656,498383.7001953125],[206436.9002075196,498038.00018310547],[206996.0001831055,496906.00018310547],[207094.6002197266,496146.40020751953],[205907.10021972656,495128.40020751953],[204866.00018310547,495201.00018310547],[204118.20019531253,494995.00018310547],[203806.1002197266,495220.7001953125],[203591.30023193362,495700.40020751953],[203695.0001831055,496387.40020751953],[203554.10021972662,497862.10021972656],[203315.7001953125,498397.9002075196],[202697.90020751953,499018.1002197266],[201759.50018310544,499419.8002319336],[201359.20019531253,499694.8002319336],[200966.50018310547,500184.0001831055],[200580.90020751953,501133.60021972656],[200323.80023193362,501525.50018310547],[199485.40020751956,502190.90020751953],[198609.40020751956,502566.3002319336],[198193.20019531256,502812.10021972656],[197874.90020751953,503098.40020751953],[197617.10021972656,503544.60021972656],[197642.50018310547,504085.8002319336],[197854.00018310544,504437.9002075196],[198190.0001831055,504601.8002319336],[198641.7001953125,505795.90020751953],[197063.20019531253,506567.4002075196],[196809.3002319336,507152.10021972656],[197780.80023193365,507691.20019531256],[200829.70019531253,509067.2001953125],[201722.70019531253,507927.6002197266],[202062.70019531253,507584.20019531256],[202828.3002319336,507554.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0196","GM_NAAM":"Rijnwaarden"},"geometry":{"type":"Polygon","coordinates":[[[199551.60021972656,436349.00018310547],[199739.50018310553,436363.60021972656],[199769.00018310553,436448.10021972656],[199950.50018310547,436422.00018310547],[200129.20019531256,436356.8002319336],[200278.10021972662,436179.7001953125],[201234.30023193365,436466.3002319336],[202999.2001953125,436345.60021972656],[203509.6002197266,435607.50018310547],[204455.90020751956,434565.00018310547],[204255.5001831055,434037.60021972656],[205321.0001831055,433974.50018310547],[206629.3002319336,433296.90020751953],[207158.20019531247,431515.7001953125],[208714.80023193362,430628.40020751953],[208489.80023193365,429742.40020751953],[208709.40020751953,428302.90020751953],[206580.20019531253,428998.00018310547],[204720.0001831055,429060.00018310547],[203390.00018310553,429570.00018310547],[202150.20019531253,430598.40020751953],[201208.30023193362,431233.40020751953],[200909.50018310553,431409.00018310547],[200390.30023193362,431579.8002319336],[200070.00018310547,431800.00018310547],[199590.0001831055,432240.00018310547],[199245.4002075196,432703.90020751953],[198809.8002319336,434125.00018310547],[198117.6002197266,434974.90020751953],[196972.1002197266,435589.50018310547],[196272.90020751953,436261.7001953125],[196400.2001953125,436335.2001953125],[197727.1002197266,436533.8002319336],[198215.40020751956,436682.50018310547],[198531.91021728516,436610.38220214844],[199027.6002197266,436639.40020751953],[199551.60021972656,436349.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0197","GM_NAAM":"Aalten"},"geometry":{"type":"Polygon","coordinates":[[[229671.10021972656,435986.10021972656],[230510.90020751956,436448.90020751953],[230674.90020751956,436751.10021972656],[230952.6002197266,436927.3002319336],[231064.50018310553,437113.60021972656],[231032.0001831055,437326.00018310547],[231093.30023193362,437421.00018310547],[231028.30023193362,438116.7001953125],[231836.7001953125,440317.2001953125],[232704.80023193365,440544.60021972656],[232854.80023193362,441398.8002319336],[233736.20019531253,442168.2001953125],[233347.80023193356,442570.50018310547],[234689.1002197266,443335.50018310547],[236251.30023193362,443299.50018310547],[237331.50018310547,443339.50018310547],[240677.80023193362,442651.60021972656],[241037.70019531247,442307.7001953125],[241069.90020751956,442006.40020751953],[240373.60021972662,440912.90020751953],[240751.2001953125,439273.3002319336],[242101.90020751956,438736.60021972656],[242308.1002197266,438730.60021972656],[242394.40020751953,438612.60021972656],[242496.4002075196,438251.40020751953],[243171.2001953125,436930.00018310547],[241055.30023193356,435846.2001953125],[237500.5001831055,434632.00018310547],[235463.30023193362,433232.7001953125],[235218.90020751953,433716.90020751953],[233317.0001831055,432342.60021972656],[231719.90020751953,431650.50018310547],[231670.70019531253,430999.7001953125],[230089.50018310547,430356.50018310547],[229471.1002197266,431178.40020751953],[230538.10021972656,432826.8002319336],[230248.60021972656,434506.8002319336],[229671.10021972656,435986.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0200","GM_NAAM":"Apeldoorn"},"geometry":{"type":"Polygon","coordinates":[[[196371.7001953125,476386.4002075196],[198791.3002319336,476727.8002319336],[198897.70019531247,475885.3002319336],[199197.70019531253,475517.8002319336],[198791.90020751956,473595.10021972656],[198827.60021972656,473120.6002197266],[199287.90020751953,470913.10021972656],[200079.0001831055,470570.1002197266],[200583.70019531256,467644.90020751953],[200296.40020751953,466446.10021972656],[201067.3002319336,465437.00018310547],[201421.00018310547,464335.2001953125],[201334.0001831055,463569.3002319336],[201339.0001831055,463418.60021972656],[202056.90020751956,462443.10021972656],[202035.50018310547,462339.3002319336],[202324.00018310547,461412.60021972656],[201725.30023193362,460564.3002319336],[200464.9002075195,459762.8002319336],[200232.90020751956,459203.10021972656],[199432.40020751956,458113.40020751953],[199336.7001953125,456875.2001953125],[198195.60021972656,455159.8002319336],[197624.10021972656,454156.3002319336],[196354.7001953125,454715.3002319336],[193991.50018310553,454048.00018310547],[193282.20019531253,454570.60021972656],[193447.50018310547,455990.40020751953],[193301.00018310547,456931.2001953125],[190938.90020751956,457017.40020751953],[188997.2001953125,457683.50018310547],[187702.00018310547,459812.50018310547],[187528.80023193365,460838.60021972656],[187328.80023193362,462390.7001953125],[186383.40020751956,462702.8002319336],[183925.3002319336,462666.2001953125],[183902.00018310553,464365.90020751953],[183369.20019531253,465550.2001953125],[184046.50018310547,466390.2001953125],[182677.60021972656,467729.60021972656],[179846.10021972656,467352.30023193365],[178483.1002197266,469000.00018310547],[178249.9002075196,470189.3002319336],[179222.60021972656,470258.90020751953],[178992.7001953125,471546.90020751953],[178481.30023193365,471555.60021972656],[178166.40020751953,472770.8002319336],[179828.1002197266,473153.2001953125],[180557.60021972656,473427.90020751953],[179711.9002075196,475645.50018310547],[179850.1002197266,475789.50018310547],[182988.50018310547,475821.3002319336],[183328.60021972653,475912.5001831055],[184637.3002319336,476162.00018310547],[186094.40020751953,475556.10021972656],[186905.10021972662,474777.50018310547],[187343.20019531253,474302.50018310547],[188613.1002197266,475332.8002319336],[192470.2001953125,476409.60021972656],[195042.80023193362,476295.10021972656],[195840.40020751953,477688.00018310547],[196296.80023193365,477606.2001953125],[196371.7001953125,476386.4002075196]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0202","GM_NAAM":"Arnhem"},"geometry":{"type":"Polygon","coordinates":[[[185525.90020751956,440883.40020751953],[185449.30023193362,441225.2001953125],[185841.30023193362,442085.00018310547],[185797.2001953125,442587.50018310547],[185853.30023193362,442592.10021972656],[185792.70019531253,442889.00018310547],[186390.50018310547,442775.3002319336],[187125.1002197266,442475.2001953125],[187429.4002075195,442451.8002319336],[187854.50018310544,442608.00018310547],[188232.0001831055,443077.50018310547],[187695.10021972656,444206.3002319336],[187727.6002197266,445385.90020751953],[185152.20019531253,445777.50018310547],[183548.2001953125,446268.50018310547],[183908.0001831055,447906.8002319336],[184770.40020751953,449393.90020751953],[185919.2001953125,451019.90020751953],[186747.60021972653,451578.10021972656],[188945.4002075196,451348.8002319336],[190134.3002319336,451417.90020751953],[190036.20019531247,452908.60021972656],[190834.00018310547,452773.40020751953],[193313.80023193365,454549.2001953125],[193991.50018310553,454048.00018310547],[193133.90020751956,452830.50018310547],[192721.30023193365,451278.3002319336],[193048.00018310553,447158.90020751953],[193513.8002319336,446617.3002319336],[193900.6002197266,445331.3002319336],[194288.70019531253,444737.50018310547],[194702.40020751953,444390.3002319336],[195414.80023193362,444073.60021972656],[196065.70019531253,443563.7001953125],[196442.0001831055,443060.3002319336],[194678.30023193362,442714.2001953125],[194289.2001953125,442463.90020751953],[194051.60021972656,442219.00018310547],[193747.10021972656,441750.90020751953],[193633.20019531253,441151.40020751953],[193021.20019531253,440989.60021972656],[192692.3002319336,441474.00018310547],[192398.20019531253,440693.50018310547],[192277.70019531256,440377.90020751953],[191037.50018310547,439999.50018310547],[191011.00018310553,439847.3002319336],[190395.0001831055,438458.50018310547],[189761.30023193362,438706.40020751953],[188525.30023193365,439260.3002319336],[186847.50018310547,439663.60021972656],[185439.80023193362,439735.7001953125],[185525.90020751956,440883.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0203","GM_NAAM":"Barneveld"},"geometry":{"type":"Polygon","coordinates":[[[165938.20019531256,465262.30023193365],[167067.70019531253,465594.2001953125],[167296.40020751953,465868.00018310547],[167260.9002075196,466503.1002197266],[167972.90020751956,467077.40020751953],[168022.60021972662,467425.8002319336],[168727.7001953125,467503.0001831055],[169245.40020751956,467601.00018310547],[169569.5001831055,467747.50018310547],[170056.60021972662,467479.4002075196],[170074.2001953125,467364.60021972656],[170821.20019531253,467031.8002319336],[170892.6002197266,467247.50018310547],[171304.20019531253,467204.90020751953],[171929.80023193362,468439.90020751953],[171819.10021972653,468924.8002319336],[174017.40020751953,470550.2001953125],[175092.50018310547,470847.7001953125],[175247.6002197266,472548.10021972656],[177039.90020751953,472412.00018310547],[177628.1002197266,472651.50018310547],[178166.40020751953,472770.8002319336],[178481.30023193365,471555.60021972656],[178992.7001953125,471546.90020751953],[179222.60021972656,470258.90020751953],[178249.9002075196,470189.3002319336],[178483.1002197266,469000.00018310547],[179846.10021972656,467352.30023193365],[182677.60021972656,467729.60021972656],[184046.50018310547,466390.2001953125],[183369.20019531253,465550.2001953125],[183902.00018310553,464365.90020751953],[183925.3002319336,462666.2001953125],[182247.80023193356,462641.10021972656],[181519.00018310544,462743.3002319336],[180660.4002075195,462223.60021972656],[179372.3002319336,462339.8002319336],[177803.1002197266,462060.8002319336],[177887.40020751956,461141.60021972656],[176540.4002075196,460844.3002319336],[175902.30023193365,461065.50018310547],[175076.60021972662,460419.40020751953],[174069.40020751956,460543.40020751953],[172189.0001831055,460314.2001953125],[170057.2001953125,459655.3002319336],[166919.00018310547,459129.00018310547],[165928.80023193362,458138.60021972656],[166176.70019531253,457477.10021972656],[165900.70019531256,457145.40020751953],[165574.10021972662,457288.60021972656],[164452.7001953125,456954.10021972656],[163439.8002319336,457741.3002319336],[162306.3002319336,458101.60021972656],[162169.50018310547,458478.3002319336],[161797.7001953125,458575.10021972656],[161909.60021972656,458657.8002319336],[162426.40020751953,458601.2001953125],[162983.10021972656,458713.3002319336],[162386.60021972656,459314.00018310547],[162580.50018310547,460236.60021972656],[163686.40020751953,460865.90020751953],[162537.1002197266,461478.3002319336],[162650.80023193365,462140.40020751953],[161442.90020751953,462484.50018310547],[161645.50018310553,463326.2001953125],[161272.7001953125,464030.8002319336],[161701.7001953125,464847.8002319336],[162081.10021972656,466197.10021972656],[162998.9002075196,466785.2001953125],[163557.30023193362,466725.40020751953],[164710.00018310547,466996.00018310547],[165383.7001953125,466804.00018310547],[165367.9002075196,466707.40020751953],[165273.40020751953,466514.9002075196],[165115.7001953125,466381.10021972656],[165938.20019531256,465262.30023193365]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0209","GM_NAAM":"Beuningen"},"geometry":{"type":"Polygon","coordinates":[[[184639.8002319336,429078.7001953125],[183945.90020751956,429335.60021972656],[182567.20019531253,428113.90020751953],[182041.1002197266,428517.60021972656],[181026.50018310547,427142.50018310547],[178530.8002319336,427835.7001953125],[175047.10021972662,428324.90020751953],[175506.90020751956,428953.60021972656],[175139.90020751956,430258.8002319336],[174630.4002075195,430425.7001953125],[174531.7001953125,430705.60021972656],[174330.40020751956,430856.50018310547],[175013.6002197266,432293.90020751953],[175498.8002319336,434167.90020751953],[175943.90020751956,434160.7001953125],[176464.40020751953,434076.8002319336],[177055.70019531253,433887.10021972656],[178050.4002075196,433360.8002319336],[178668.00018310547,433123.3002319336],[179945.1002197266,432873.3002319336],[181589.70019531256,432304.40020751953],[184138.2001953125,431665.7001953125],[185201.80023193362,430942.2001953125],[185185.0001831055,430265.00018310547],[184639.8002319336,429078.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0213","GM_NAAM":"Brummen"},"geometry":{"type":"Polygon","coordinates":[[[201725.30023193362,460564.3002319336],[202324.00018310547,461412.60021972656],[202146.3002319336,461971.00018310547],[203745.20019531256,462731.2001953125],[206681.80023193365,463716.7001953125],[207920.50018310547,464027.8002319336],[209566.4002075196,463973.2001953125],[209367.1002197266,463023.50018310547],[208861.30023193362,463025.7001953125],[207840.80023193365,463559.60021972656],[206942.1002197266,463560.50018310547],[206739.9002075196,463396.60021972656],[206621.90020751953,463183.2001953125],[206554.60021972656,462494.7001953125],[206719.3002319336,462211.50018310547],[207745.1002197266,462141.60021972656],[208814.00018310553,462156.50018310547],[209527.70019531256,460968.90020751953],[209714.40020751953,459890.8002319336],[209661.6002197266,459490.10021972656],[209788.2001953125,458994.3002319336],[210072.5001831055,458762.7001953125],[211040.30023193362,458699.90020751953],[211335.1002197266,458607.50018310547],[211540.40020751956,458467.60021972656],[211731.5001831055,458182.90020751953],[211747.30023193362,456616.40020751953],[210907.5001831055,456462.60021972656],[210004.10021972662,456202.2001953125],[209340.1002197266,456215.90020751953],[208753.8002319336,454932.2001953125],[207954.70019531253,454111.3002319336],[207386.90020751953,453570.90020751953],[206453.60021972656,452586.00018310547],[205856.30023193362,452982.40020751953],[205440.90020751953,453026.10021972656],[204098.0001831055,454672.10021972656],[202537.6002197266,455290.10021972656],[202215.20019531253,455694.7001953125],[201678.40020751953,455772.90020751953],[201150.00018310547,455526.40020751953],[200456.40020751953,454980.40020751953],[198646.10021972662,453412.90020751953],[197436.6002197266,453298.50018310547],[197618.8002319336,454153.00018310547],[198195.60021972656,455159.8002319336],[199336.7001953125,456875.2001953125],[199432.40020751956,458113.40020751953],[200232.90020751956,459203.10021972656],[200494.6973876953,459784.29821777344],[201725.30023193362,460564.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0214","GM_NAAM":"Buren"},"geometry":{"type":"Polygon","coordinates":[[[148814.3002319336,434789.50018310547],[147185.50018310547,436849.50018310547],[148092.6002197266,437753.2001953125],[147694.40020751953,438305.50018310547],[146785.40020751953,438261.10021972656],[145370.40020751953,439198.40020751953],[145011.1002197266,439683.90020751953],[146970.90020751953,441895.60021972656],[147811.40020751953,441642.40020751953],[149067.90020751953,441463.40020751953],[150027.00018310553,440800.60021972656],[151426.90020751953,441069.10021972656],[152243.7001953125,442064.7001953125],[152732.3002319336,442401.3002319336],[153257.50018310553,442505.8002319336],[154292.6002197266,442304.7001953125],[154990.9002075196,442379.10021972656],[155833.80023193362,442743.2001953125],[157484.40020751956,443372.7001953125],[158164.3002319336,444017.90020751953],[158485.70019531256,444141.2001953125],[158822.60021972656,444172.00018310547],[159591.90020751953,443923.7001953125],[160832.00018310553,443844.50018310547],[161801.7001953125,443940.90020751953],[162801.3002319336,443360.00018310547],[163608.3002319336,442748.2001953125],[165427.70019531256,442167.10021972656],[166159.60021972656,441208.50018310547],[167949.50018310547,440504.10021972656],[168709.2001953125,440283.90020751953],[168568.9002075196,439902.3002319336],[167977.8002319336,439365.3002319336],[166155.8002319336,439328.90020751953],[166670.10021972656,436760.7001953125],[166320.40020751953,436602.60021972656],[166041.3002319336,437030.60021972656],[163640.40020751953,436991.7001953125],[162648.10021972656,437187.8002319336],[162316.8002319336,436674.40020751953],[161144.90020751953,436935.7001953125],[160012.5001831055,437297.40020751953],[158900.20019531253,436995.3002319336],[158072.90020751953,436669.60021972656],[156795.5001831055,436036.10021972656],[156543.0001831055,435484.40020751953],[155371.90020751953,434258.50018310547],[152392.60021972656,432068.3002319336],[151712.2001953125,432149.40020751953],[151607.10021972656,432432.50018310547],[151440.00018310547,432568.50018310547],[150843.2001953125,432674.50018310547],[150557.20019531253,432605.60021972656],[150179.50018310547,432413.10021972656],[150117.90020751953,432757.00018310547],[150334.8002319336,433753.00018310547],[149631.50018310547,434236.90020751953],[149457.3002319336,434185.3002319336],[148814.3002319336,434789.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0216","GM_NAAM":"Culemborg"},"geometry":{"type":"Polygon","coordinates":[[[146002.8002319336,442510.8002319336],[146403.10021972656,442205.8002319336],[146970.90020751953,441895.60021972656],[145011.1002197266,439683.90020751953],[145370.40020751953,439198.40020751953],[145926.60021972656,438604.40020751953],[145053.90020751953,437645.50018310547],[144405.00018310547,437245.50018310547],[142933.9002075196,436810.2001953125],[142651.9002075196,437541.7001953125],[140463.9002075196,436978.8002319336],[139839.40020751953,437527.90020751953],[138579.30023193365,437917.40020751953],[138617.3002319336,438034.60021972656],[139614.8002319336,439846.90020751953],[140046.4002075196,440804.3002319336],[140776.20019531256,442134.3002319336],[141765.00018310547,441437.3002319336],[142246.60021972662,441271.00018310547],[142643.7001953125,441242.60021972656],[143056.00018310553,441372.00018310547],[143490.6002197266,441729.3002319336],[143810.2001953125,442219.60021972656],[144137.3002319336,442955.60021972656],[144574.8002319336,443351.2001953125],[145247.70019531253,443297.50018310547],[146002.8002319336,442510.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0221","GM_NAAM":"Doesburg"},"geometry":{"type":"Polygon","coordinates":[[[207096.80023193365,450567.00018310547],[207717.9002075195,450586.40020751953],[208518.4002075196,450136.00018310547],[209118.40020751953,450010.3002319336],[208979.90020751956,447983.3002319336],[208133.7001953125,447557.40020751953],[207649.1002197266,446405.8002319336],[207961.20019531247,446218.60021972656],[208017.70019531256,445988.60021972656],[207368.3002319336,446218.7001953125],[206430.20019531256,445715.00018310547],[204677.20019531253,445489.90020751953],[204611.20019531247,445586.10021972656],[204793.20019531253,445870.3002319336],[205474.40020751953,446809.3002319336],[205827.70019531253,447853.3002319336],[206055.70220947266,448318.30603027344],[206135.70019531253,448798.3002319336],[206025.8002319336,449234.7001953125],[205762.3002319336,449604.60021972656],[206848.3002319336,450144.10021972656],[207096.80023193365,450567.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0222","GM_NAAM":"Doetinchem"},"geometry":{"type":"Polygon","coordinates":[[[220285.80023193362,443346.3002319336],[222276.8002319336,443049.10021972656],[222423.30023193356,442690.2001953125],[222772.1002197266,442842.40020751953],[223544.1002197266,442646.60021972656],[223784.2001953125,443552.7001953125],[224748.40020751956,444239.3002319336],[225696.7001953125,443190.50018310547],[225107.40020751953,442128.10021972656],[224860.5001831055,441465.40020751953],[223286.90020751953,439144.60021972656],[223361.5001831055,438774.90020751953],[221981.90020751956,437613.2001953125],[221604.6002197266,437685.3002319336],[220319.90020751953,437941.3002319336],[219629.00018310553,438286.2001953125],[219212.5001831055,439007.10021972656],[218164.30023193365,439328.50018310547],[217860.0001831055,439635.40020751953],[212311.40020751956,439898.2001953125],[210429.5001831055,439459.10021972656],[209815.50018310544,440224.60021972656],[208337.70019531253,441050.00018310547],[207481.90020751953,442267.90020751953],[207133.9002075196,443254.7001953125],[207040.0001831055,443837.60021972656],[208124.50018310544,443908.8002319336],[208133.1002197266,443739.3002319336],[208672.0001831055,443777.60021972656],[209821.70019531253,443785.3002319336],[212526.50018310547,443664.60021972656],[213386.20019531253,443972.2001953125],[214260.1002197266,443411.7001953125],[214908.70019531256,444700.60021972656],[215677.5001831055,444260.50018310547],[217399.10021972656,444841.50018310547],[218552.8002319336,445477.7001953125],[219510.70019531253,445250.50018310547],[220151.90020751956,444564.3002319336],[219619.20019531253,443627.2001953125],[220285.80023193362,443346.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0225","GM_NAAM":"Druten"},"geometry":{"type":"Polygon","coordinates":[[[167376.20019531253,432539.8002319336],[168064.50018310547,433785.60021972656],[165871.90020751953,433283.10021972656],[164923.0001831055,434036.2001953125],[166694.90020751953,434753.2001953125],[167851.30023193365,434811.00018310547],[169370.1002197266,434549.7001953125],[171580.5001831055,434571.3002319336],[172497.70019531256,434484.00018310547],[173961.2001953125,434194.7001953125],[175498.8002319336,434167.90020751953],[175013.6002197266,432293.90020751953],[174330.40020751956,430856.50018310547],[174170.80023193356,430909.00018310547],[172148.10021972656,431008.2001953125],[172424.10021972656,429748.7001953125],[172138.8002319336,428793.7001953125],[171213.40020751956,428011.90020751953],[170344.40020751953,427543.60021972656],[169562.2001953125,427716.8002319336],[168632.80023193365,427853.8002319336],[168355.2001953125,429192.7001953125],[168629.10021972656,429859.00018310547],[168091.90020751953,430687.00018310547],[166423.2001953125,430455.00018310547],[166472.40020751953,431327.10021972656],[167479.90020751953,432016.10021972656],[167376.20019531253,432539.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0226","GM_NAAM":"Duiven"},"geometry":{"type":"Polygon","coordinates":[[[197221.80023193365,443416.8002319336],[197496.40020751956,443591.60021972656],[198601.10021972656,443501.10021972656],[198956.70019531256,442691.00018310547],[199465.80023193365,442746.7001953125],[200247.40020751956,443756.90020751953],[201273.60021972656,443932.10021972656],[201139.10021972653,441310.60021972656],[201491.1002197266,440309.90020751953],[200783.90020751953,439306.7001953125],[200122.30023193356,436684.50018310547],[199832.50018310547,436629.10021972656],[199739.50018310553,436363.60021972656],[199551.60021972656,436349.00018310547],[199321.9002075195,436432.3002319336],[199020.60021972662,436641.00018310547],[198221.9002075196,436683.40020751953],[197727.1002197266,436533.8002319336],[196400.2001953125,436335.2001953125],[196272.90020751953,436261.7001953125],[195686.1002197266,437187.90020751953],[194990.2001953125,437908.90020751953],[194785.7001953125,439081.60021972656],[195039.00018310547,439175.90020751953],[195061.20019531247,439126.90020751953],[196060.00018310547,439565.2001953125],[196181.0001831055,439938.10021972656],[196084.60021972656,440529.10021972656],[196233.00018310553,441496.7001953125],[196192.90020751956,442401.10021972656],[196300.00018310547,442880.3002319336],[196458.70019531253,442830.00018310547],[196844.40020751953,443013.60021972656],[197133.4542236328,443262.3934326172],[197221.80023193365,443416.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0228","GM_NAAM":"Ede"},"geometry":{"type":"Polygon","coordinates":[[[187702.00018310547,459812.50018310547],[188997.2001953125,457683.50018310547],[190938.90020751956,457017.40020751953],[193301.00018310547,456931.2001953125],[193447.50018310547,455990.40020751953],[193242.30023193365,454542.10021972656],[190834.00018310547,452773.40020751953],[190036.20019531247,452908.60021972656],[190134.3002319336,451417.90020751953],[188945.4002075196,451348.8002319336],[186747.60021972653,451578.10021972656],[185919.2001953125,451019.90020751953],[184770.40020751953,449393.90020751953],[184250.2001953125,448499.60021972656],[182230.8002319336,448255.50018310547],[181295.60021972656,448204.50018310547],[179569.20019531253,447995.7001953125],[179309.10021972656,447438.10021972656],[179117.70019531256,446872.7001953125],[179056.30023193362,446590.10021972656],[178820.90020751956,446506.00018310547],[178896.30023193362,445990.50018310547],[178730.80023193362,445874.50018310547],[178144.50018310547,445867.7001953125],[175322.10021972656,445099.7001953125],[175127.5001831055,444850.3002319336],[174792.8002319336,444768.3002319336],[173319.00018310547,445232.40020751953],[172172.3002319336,444866.00018310547],[170941.6002197266,444953.3002319336],[170083.2001953125,445471.8002319336],[169963.00018310547,445097.3002319336],[168981.00018310553,446091.90020751953],[169000.6002197266,446567.7001953125],[168863.80023193362,446851.60021972656],[168649.20019531253,447064.60021972656],[168691.10021972656,449235.8002319336],[167362.30023193365,450268.8002319336],[167598.10021972656,451091.7001953125],[166686.60021972656,451354.00018310547],[166945.90020751953,453903.8002319336],[166893.5001831055,454807.8002319336],[166494.2001953125,455378.40020751953],[166444.80023193365,456891.60021972656],[165928.80023193362,458138.60021972656],[166919.00018310547,459129.00018310547],[170057.2001953125,459655.3002319336],[172189.0001831055,460314.2001953125],[174069.40020751956,460543.40020751953],[175076.60021972662,460419.40020751953],[175902.30023193365,461065.50018310547],[176540.4002075196,460844.3002319336],[177887.40020751956,461141.60021972656],[177803.1002197266,462060.8002319336],[179372.3002319336,462339.8002319336],[180660.4002075195,462223.60021972656],[181519.00018310544,462743.3002319336],[182247.80023193356,462641.10021972656],[186383.40020751956,462702.8002319336],[187328.80023193362,462390.7001953125],[187528.80023193365,460838.60021972656],[187702.00018310547,459812.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0230","GM_NAAM":"Elburg"},"geometry":{"type":"Polygon","coordinates":[[[186097.10021972662,498123.7001953125],[187364.80023193362,497290.7001953125],[188093.3002319336,496544.60021972656],[188336.9002075196,496263.60021972656],[188079.30023193365,495580.3002319336],[187872.20019531256,495080.8002319336],[189407.90020751956,493194.2001953125],[190998.10021972656,491812.60021972656],[190300.90020751956,491323.7001953127],[191563.40020751956,489418.2001953125],[190706.40020751965,488900.10021972656],[188298.80023193365,485665.30023193365],[187533.30023193362,485858.9002075196],[184541.50018310553,489344.90020751953],[183886.60021972656,490636.40020751953],[182468.3002319336,489967.60021972674],[181105.90020751956,489810.40020751965],[180324.8002319337,490645.70019531256],[180157.76562499997,491068.6315917969],[182348.5809936524,492794.8020019533],[183854.98400878906,494327.6619873047],[184514.7940063477,495748.7430419922],[184626.5969848633,496925.8420410156],[185193.52001953134,496922.2919921875],[186097.10021972662,498123.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0232","GM_NAAM":"Epe"},"geometry":{"type":"Polygon","coordinates":[[[187540.90020751956,484932.20019531256],[188140.80023193362,485450.40020751953],[190706.40020751956,488900.10021972656],[191616.40020751956,489450.3002319336],[192790.2001953125,490010.8002319336],[193373.80023193362,490215.8002319336],[193793.3002319336,489602.60021972656],[196135.6002197266,488030.50018310547],[197914.80023193362,487078.40020751953],[198892.0001831055,486795.3002319336],[199593.00018310553,485603.1002197266],[200312.20019531253,486109.10021972656],[201840.4002075196,486226.0001831055],[201801.60021972662,486349.3002319336],[203208.00018310547,485687.8002319336],[202065.10021972662,485171.40020751953],[201920.30023193365,483204.7001953125],[201923.40020751953,483041.90020751953],[201793.20019531256,482736.8002319336],[200379.7001953125,482761.2001953125],[200368.90020751953,482195.10021972656],[199194.20019531253,478431.2001953125],[199787.2001953125,476594.8002319336],[199771.30023193356,475858.6002197266],[198897.70019531247,475885.3002319336],[198791.3002319336,476727.8002319336],[196371.7001953125,476386.4002075196],[196296.80023193365,477606.2001953125],[195840.40020751953,477688.00018310547],[195042.80023193362,476295.10021972656],[192470.2001953125,476409.60021972656],[188613.1002197266,475332.8002319336],[187343.20019531253,474302.50018310547],[186905.10021972662,474777.50018310547],[186465.70019531247,476314.50018310547],[186685.70019531253,476828.00018310547],[186292.4002075196,477739.80023193365],[185939.60021972662,479700.00018310547],[186586.00018310547,480135.50018310547],[187933.20019531253,481797.90020751953],[188243.70019531253,482526.00018310547],[188346.00018310547,482811.8002319336],[188651.2828369141,483145.5715942383],[187540.90020751956,484932.20019531256]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0233","GM_NAAM":"Ermelo"},"geometry":{"type":"Polygon","coordinates":[[[177039.90020751953,472412.00018310547],[175247.6002197266,472548.10021972656],[174793.60021972656,473574.00018310547],[173748.4002075196,474452.50018310547],[173227.6002197266,475057.50018310547],[172805.1002197266,475540.2001953125],[172469.60021972656,475723.9002075196],[172385.90020751956,475894.10021972656],[172053.00018310547,476082.90020751953],[170937.60021972656,476430.8002319336],[170785.0001831055,476424.40020751953],[170249.8002319336,476607.50018310547],[169719.60021972656,476733.20019531256],[168761.00018310547,476744.00018310547],[167261.10021972656,477473.00018310547],[166306.50018310547,477782.40020751953],[166366.8002319336,477832.2001953125],[166198.50018310547,478024.60021972656],[165951.1300048828,478272.2510375977],[166792.5,480466.76501464844],[166741.4630126953,480995.84600830084],[167853.6674194336,482089.9423828125],[168650.90020751956,481539.30023193365],[168667.7001953125,481470.7001953125],[169342.60021972656,481282.7001953125],[169644.40020751956,481334.10021972656],[170102.7001953125,481256.7001953125],[171105.30023193356,482107.2001953125],[171563.8002319336,482060.10021972656],[174342.60021972662,479587.5001831055],[174843.50018310553,479319.70019531256],[175405.90020751956,480618.3002319336],[176743.40020751956,482319.6002197266],[179788.4002075195,481075.7001953125],[179327.7001953125,478956.40020751953],[179390.70019531253,477860.50018310547],[180073.80023193365,477241.7001953125],[179524.10021972653,476009.50018310547],[180557.60021972656,473427.90020751953],[179828.1002197266,473153.2001953125],[177628.1002197266,472651.50018310547],[177039.90020751953,472412.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0236","GM_NAAM":"Geldermalsen"},"geometry":{"type":"Polygon","coordinates":[[[148814.3002319336,434789.50018310547],[149457.3002319336,434185.3002319336],[149631.50018310547,434236.90020751953],[150334.8002319336,433753.00018310547],[150117.90020751953,432757.00018310547],[150179.50018310547,432413.10021972656],[150827.60021972656,432672.90020751953],[151333.20019531253,432598.10021972656],[151578.40020751953,432471.2001953125],[151712.2001953125,432149.40020751953],[151682.20019531256,431722.2001953125],[150924.40020751953,430695.10021972656],[150946.7001953125,430089.10021972656],[150528.8002319336,430006.90020751953],[150104.2001953125,429816.50018310547],[149570.2001953125,429238.50018310547],[147982.80023193365,429798.2001953125],[146357.60021972656,429620.50018310547],[144163.7001953125,429768.7001953125],[143366.7001953125,429273.60021972656],[141563.00018310547,428799.10021972656],[140326.20019531253,428873.00018310547],[138630.8002319336,428774.00018310547],[138696.00018310547,430343.50018310547],[137844.3002319336,431625.00018310547],[136794.9002075196,431390.40020751953],[136664.30023193362,432773.7001953125],[136211.20019531256,433451.00018310547],[136446.40020751956,433817.7001953125],[136401.0001831055,434300.8002319336],[136568.5001831055,434488.8002319336],[137695.60021972656,436667.3002319336],[138620.60021972656,437743.00018310547],[139839.40020751953,437527.90020751953],[140463.9002075196,436978.8002319336],[142651.9002075196,437541.7001953125],[142933.9002075196,436810.2001953125],[144457.60021972656,437276.2001953125],[145111.60021972656,437692.8002319336],[145912.6002197266,438565.90020751953],[146785.40020751953,438261.10021972656],[147694.40020751953,438305.50018310547],[148092.6002197266,437753.2001953125],[147185.50018310547,436849.50018310547],[148814.3002319336,434789.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0241","GM_NAAM":"Groesbeek"},"geometry":{"type":"Polygon","coordinates":[[[189258.80023193362,425148.7001953125],[189004.90020751953,425900.7001953125],[190715.70019531253,426665.8002319336],[191343.10021972656,426275.50018310547],[192552.9002075196,425499.50018310547],[193317.7001953125,425247.10021972656],[194262.70019531253,424755.7001953125],[195827.40020751956,423389.3002319336],[195390.90020751953,422486.2001953125],[196449.60021972656,421752.00018310547],[196076.5001831055,420726.3002319336],[196645.2001953125,419905.50018310547],[194092.30023193356,417854.10021972656],[193453.60021972662,417158.60021972656],[193147.00018310547,417156.00018310547],[192896.8002319336,417066.60021972656],[192713.50018310547,417851.8002319336],[191464.50018310547,418308.60021972656],[190769.70019531253,419794.10021972656],[189555.50018310547,421710.7001953125],[189509.00018310547,423088.50018310547],[189061.70019531253,423761.40020751953],[189583.50018310553,424734.60021972656],[189258.80023193362,425148.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0243","GM_NAAM":"Harderwijk"},"geometry":{"type":"Polygon","coordinates":[[[174863.30023193368,487926.00018310547],[175883.80023193365,486069.2001953125],[176743.40020751956,483538.00018310547],[177182.2001953125,483273.8002319336],[176830.50018310556,482352.10021972656],[176730.4002075196,482326.2001953125],[175405.90020751956,480618.30023193365],[174843.50018310553,479319.70019531256],[174342.60021972662,479587.5001831055],[171563.8002319336,482060.10021972656],[171105.30023193356,482107.2001953125],[170102.7001953125,481256.7001953125],[169644.40020751956,481334.10021972656],[169342.60021972656,481282.7001953125],[168667.7001953125,481470.7001953125],[168650.90020751956,481539.30023193365],[167853.6674194336,482089.9423828127],[169654.46002197266,483458.6300048828],[170332.05200195312,484292.7280273438],[170779.9390258789,485930.49603271496],[173114.3779907227,486346.4190063477],[174863.30023193368,487926.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0244","GM_NAAM":"Hattem"},"geometry":{"type":"Polygon","coordinates":[[[199485.40020751956,502190.90020751953],[200241.80023193356,501597.1002197266],[200477.0001831055,501332.00018310547],[200957.2001953125,500200.60021972656],[201274.50018310547,499774.00018310547],[201731.70019531247,499434.2001953125],[202686.90020751953,499025.3002319336],[203210.3002319336,498530.0001831055],[203428.3002319336,498213.8002319336],[203540.90020751956,497923.50018310547],[203693.1002197266,496485.5001831055],[203456.2001953125,496484.2001953125],[203109.40020751953,496239.00018310547],[202965.0001831055,496572.20019531256],[200961.80023193362,496146.3002319336],[199073.20019531253,495307.2001953125],[198205.20019531253,495337.10021972656],[198950.20019531253,497601.7001953125],[199149.8002319336,498254.2001953125],[199099.90020751956,498594.0001831055],[198835.2001953125,499220.7001953125],[198488.60021972662,499636.80023193365],[197243.50018310547,501133.5001831055],[197445.40020751953,502211.2001953125],[198493.50018310547,502628.3002319336],[199485.40020751956,502190.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0246","GM_NAAM":"Heerde"},"geometry":{"type":"Polygon","coordinates":[[[200961.80023193362,496146.3002319336],[202965.0001831055,496572.20019531256],[203109.40020751953,496239.00018310547],[203456.2001953125,496484.2001953125],[203693.1002197266,496485.5001831055],[203590.20019531247,495715.60021972656],[203689.90020751956,495384.10021972656],[203885.90020751956,495144.6002197266],[204799.40020751953,494154.80023193365],[204235.9002075196,491348.3002319336],[205590.5001831055,490497.50018310547],[205298.60021972656,488774.6002197266],[205045.50018310547,488291.8002319336],[204506.20019531253,487972.3002319336],[202287.10021972656,487321.80023193365],[202080.8002319336,487073.90020751953],[202011.90020751953,486688.50018310547],[202051.20019531253,486498.6002197266],[201801.60021972662,486349.3002319336],[201840.4002075196,486226.0001831055],[200312.20019531253,486109.10021972656],[199593.00018310553,485603.1002197266],[198892.0001831055,486795.3002319336],[197914.80023193362,487078.40020751953],[196135.6002197266,488030.50018310547],[193793.3002319336,489602.60021972656],[193428.6002197266,490496.50018310547],[194436.20019531253,491018.00018310547],[194986.8002319336,491575.0001831055],[196634.10021972656,493815.6002197266],[197871.1002197266,495345.90020751953],[199073.20019531253,495307.2001953125],[200961.80023193362,496146.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0252","GM_NAAM":"Heumen"},"geometry":{"type":"Polygon","coordinates":[[[178642.20019531253,420519.7001953125],[179680.40020751953,421161.60021972656],[182149.3002319336,421800.60021972656],[183542.4002075195,423026.3002319336],[184185.0001831055,422522.40020751953],[186363.9002075196,424416.50018310547],[188224.20019531253,424717.50018310547],[188923.50018310544,424659.50018310547],[189061.70019531253,423761.40020751953],[189509.00018310547,423088.50018310547],[189555.50018310547,421710.7001953125],[189934.2001953125,421142.10021972656],[189448.20019531253,421220.8002319336],[188175.00018310547,420870.8002319336],[188277.60021972656,419462.90020751953],[187951.70019531253,418884.50018310547],[187300.0001831055,419042.00018310547],[186700.0001831055,419044.00018310547],[184000.00018310547,418707.00018310547],[182100.0001831055,418241.00018310547],[181100.0001831055,418300.00018310547],[179719.0001831055,419000.00018310547],[178909.00018310553,420300.00018310547],[178642.20019531253,420519.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0262","GM_NAAM":"Lochem"},"geometry":{"type":"Polygon","coordinates":[[[212067.20019531253,471527.60021972656],[214446.70019531253,471379.1002197266],[214954.00018310547,471382.10021972656],[216862.8002319336,471808.50018310547],[217226.20019531253,471218.90020751953],[220009.10021972656,471435.3002319336],[219949.1002197266,472443.7001953125],[220820.00018310553,473062.5001831055],[221910.20019531253,473060.60021972656],[223037.40020751956,473352.40020751953],[223480.3002319336,473196.40020751953],[225309.60021972662,473175.00018310547],[225329.00018310553,472617.8002319336],[225769.30023193362,472055.0001831055],[226156.6002197266,471138.30023193365],[226389.0001831055,470831.20019531256],[226917.10021972656,470440.3002319336],[226980.50018310553,470303.50018310547],[227865.80023193356,469218.90020751953],[227882.80023193362,469002.50018310547],[228390.70019531253,468575.7001953125],[228850.60021972653,468583.3002319336],[229246.6002197266,467243.90020751953],[230071.8002319336,466480.50018310547],[230480.40020751956,466312.2001953125],[230583.50018310547,465906.00018310547],[230309.4002075196,464241.40020751953],[229848.8002319336,463764.7001953125],[228897.7001953125,463394.50018310547],[228728.80023193362,463316.00018310547],[228651.7001953125,463133.7001953125],[229892.50018310547,462147.00018310547],[230664.1002197266,460108.50018310547],[229865.1002197266,457940.00018310547],[229661.5001831055,457469.10021972656],[229249.20019531253,457989.00018310547],[228953.2001953125,458146.7001953125],[227396.40020751956,457943.50018310547],[227111.90020751956,457733.10021972656],[226961.30023193362,457798.8002319336],[226043.20019531253,457025.10021972656],[223793.60021972656,458789.7001953125],[223797.20019531253,459977.8002319336],[223833.5001831055,460846.50018310547],[222219.90020751956,459969.50018310547],[221444.40020751953,461258.7001953125],[219428.1002197266,461475.40020751953],[219113.9002075196,463145.90020751953],[217536.6002197266,462719.50018310547],[213233.80023193362,462324.40020751953],[212786.40020751953,463421.90020751953],[212228.60021972653,463416.2001953125],[211102.0001831055,464593.50018310547],[210111.40020751953,464933.7001953125],[210212.80023193365,465437.7001953125],[210044.90020751953,465859.40020751953],[209833.40020751956,466031.90020751953],[209299.80023193362,466211.50018310547],[208496.70019531253,467062.3002319336],[207798.1002197266,467148.50018310547],[207599.70019531253,467513.9002075196],[207579.5001831055,467936.10021972656],[207678.8002319336,468199.00018310547],[207917.10021972656,468387.00018310547],[209845.7001953125,469151.3002319336],[209940.60021972656,469731.3002319336],[209226.8002319336,470860.7001953125],[208223.30023193362,471724.20019531256],[208954.10021972656,471988.3002319336],[209330.90020751956,472049.1002197266],[209787.80023193362,471535.70019531256],[211710.20019531256,471249.7001953125],[212067.20019531253,471527.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0263","GM_NAAM":"Maasdriel"},"geometry":{"type":"Polygon","coordinates":[[[141553.80023193362,419770.50018310547],[144351.00018310547,420232.3002319336],[144853.4002075196,420269.10021972656],[146907.40020751953,420634.50018310547],[146669.60021972656,422726.10021972656],[148187.30023193362,423441.7001953125],[147860.7001953125,423849.2001953125],[147727.30023193362,425849.2001953125],[148469.8002319336,426120.40020751953],[149305.3002319336,426153.7001953125],[150353.3002319336,425774.40020751953],[150607.00018310547,425562.7001953125],[151677.80023193362,424219.2001953125],[152064.10021972656,424002.00018310547],[152522.00018310547,423927.40020751953],[153071.50018310547,424057.60021972656],[153538.40020751953,424385.7001953125],[153925.50018310547,424907.00018310547],[154874.8002319336,426620.3002319336],[155286.10021972656,427103.60021972656],[155925.7001953125,427674.3002319336],[156362.60021972656,427133.90020751953],[156917.40020751953,426268.2001953125],[156908.60021972656,425853.50018310547],[156400.00018310553,425998.00018310547],[154744.00018310547,424000.00018310547],[153772.00018310547,422400.00018310547],[153490.00018310547,421800.00018310547],[153298.00018310547,421200.00018310547],[153165.00018310547,420400.00018310547],[153161.0001831055,419300.00018310547],[153073.00018310547,419000.00018310547],[152875.00018310547,418700.00018310547],[152500.00018310547,418436.00018310547],[150500.0001831055,417537.00018310547],[149000.00018310547,416511.00018310547],[148600.00018310547,416457.00018310547],[147800.00018310547,416796.00018310547],[146500.00018310547,416686.00018310547],[145100.0001831055,416231.00018310547],[144300.0001831055,416917.00018310547],[143700.00018310547,417179.00018310547],[143100.00018310547,417191.00018310547],[142363.1002197266,416947.3002319336],[141838.90020751953,416856.60021972656],[141082.90020751956,417041.8002319336],[141025.8002319336,418373.3002319336],[140259.4002075196,419503.10021972656],[140742.00018310547,419783.8002319336],[141553.80023193362,419770.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0265","GM_NAAM":"Millingen aan de Rijn"},"geometry":{"type":"Polygon","coordinates":[[[196224.50018310553,431192.7001953125],[196509.1002197266,431754.2001953125],[197175.3002319336,432488.90020751953],[197523.20019531256,432680.40020751953],[198032.0001831055,432756.00018310547],[200012.8002319336,431648.7001953125],[200909.50018310553,431409.00018310547],[201580.6002197266,430983.00018310547],[201457.90020751953,430506.7001953125],[201320.7001953125,430110.10021972656],[201030.50018310547,429520.7001953125],[199687.40020751956,428427.50018310547],[198202.70019531253,428329.90020751953],[197713.50018310553,428578.90020751953],[198628.6002197266,429301.7001953125],[199146.20019531253,430043.3002319336],[198853.00018310547,430639.50018310547],[198984.76599121094,430879.01580810547],[198445.1002197266,431323.3002319336],[197992.10021972662,431535.60021972656],[196224.50018310553,431192.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0267","GM_NAAM":"Nijkerk"},"geometry":{"type":"Polygon","coordinates":[[[160939.40020751953,474274.10021972656],[161590.50018310547,472358.3002319336],[162022.90020751956,471978.90020751953],[162526.10021972656,472041.8002319336],[162773.40020751953,471789.90020751953],[163146.1002197266,471509.40020751953],[163405.2001953125,471925.60021972656],[163577.40020751953,471854.70019531256],[163722.40020751953,471460.10021972656],[163889.80023193365,471498.3002319336],[164031.20019531253,471402.8002319336],[164548.3002319336,470560.7001953125],[165472.70019531256,469470.40020751953],[165432.6002197266,469347.90020751953],[166002.2001953125,468629.40020751953],[166123.40020751962,468260.00018310547],[169942.60021972656,468548.60021972656],[171819.10021972662,468924.8002319336],[171929.80023193362,468439.90020751953],[171304.20019531253,467204.90020751953],[170892.6002197266,467247.50018310547],[170821.20019531253,467031.8002319336],[170074.2001953125,467364.60021972656],[170056.60021972662,467479.4002075196],[169569.5001831055,467747.50018310547],[169245.40020751956,467601.00018310547],[168727.7001953125,467503.0001831055],[168022.60021972662,467425.8002319336],[167972.90020751956,467077.40020751953],[167260.9002075196,466503.1002197266],[167296.40020751953,465868.00018310547],[167067.70019531253,465594.2001953125],[165938.20019531256,465262.30023193365],[165115.7001953125,466381.10021972656],[165273.40020751953,466514.9002075196],[165367.9002075196,466707.40020751953],[165383.7001953125,466804.00018310547],[164710.00018310547,466996.00018310547],[163557.30023193362,466725.40020751953],[162998.9002075196,466785.2001953125],[162081.10021972656,466197.10021972656],[161701.7001953125,464847.8002319336],[161343.6002197266,464188.10021972656],[159281.60021972665,464385.40020751953],[158857.90020751953,464521.10021972656],[158603.3002319336,464784.30023193365],[158537.50018310553,464975.60021972656],[158559.30023193365,466243.50018310547],[158567.40020751953,468147.90020751953],[158687.40020751953,468468.90020751953],[158596.70019531253,468654.60021972656],[158247.60021972656,468642.40020751953],[156535.30023193362,470055.00018310547],[156368.1002197266,469479.20019531256],[155440.00018310553,470221.70019531256],[155412.3002319336,470300.2001953126],[156113.07440185547,473188.65759277344],[156874.48400878912,473042.87701416016],[158284.90600585943,473811.3989868164],[160939.40020751953,474274.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0268","GM_NAAM":"Nijmegen"},"geometry":{"type":"Polygon","coordinates":[[[182041.1002197266,428517.60021972656],[182567.20019531253,428113.90020751953],[183945.90020751956,429335.60021972656],[184639.8002319336,429078.7001953125],[185185.0001831055,430265.00018310547],[185201.80023193362,430942.2001953125],[184605.50018310547,431389.50018310547],[185605.2001953125,431614.3002319336],[185845.50018310553,432215.10021972656],[186051.60021972662,434004.90020751953],[187346.10021972662,434116.2001953125],[187921.5001831055,433488.8002319336],[188338.80023193362,433458.7001953125],[188925.00018310547,431323.2001953125],[189408.90020751953,430856.90020751953],[189056.70019531253,430175.60021972656],[189464.1002197266,429134.50018310547],[188978.8002319336,428600.50018310547],[190225.20019531253,427653.90020751953],[190062.70019531253,427232.40020751953],[190715.70019531253,426665.8002319336],[189004.90020751953,425900.7001953125],[189258.80023193362,425148.7001953125],[189583.50018310553,424734.60021972656],[188224.20019531253,424717.50018310547],[186363.9002075196,424416.50018310547],[184185.0001831055,422522.40020751953],[183204.40020751956,423356.40020751953],[183087.5001831055,423264.50018310547],[182814.6002197266,423799.7001953125],[182203.00018310547,424546.3002319336],[181662.40020751956,425953.10021972656],[180537.1002197266,426218.60021972656],[181728.6458129883,428478.0151977539],[182041.1002197266,428517.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0269","GM_NAAM":"Oldebroek"},"geometry":{"type":"Polygon","coordinates":[[[190517.0001831055,501195.40020751953],[191578.10021972656,498616.40020751953],[192244.5001831055,498992.50018310547],[193432.50018310544,499786.70019531256],[194280.20019531256,498904.2001953125],[195414.40020751953,500241.00018310547],[196664.80023193362,501560.1002197266],[197243.50018310547,501133.5001831055],[198488.60021972662,499636.80023193365],[198924.20019531253,499061.7001953125],[199140.60021972656,498398.50018310547],[199110.40020751953,497999.00018310547],[198950.20019531253,497601.7001953125],[198205.20019531253,495337.10021972656],[197871.1002197266,495345.90020751953],[196634.10021972656,493815.6002197266],[195226.00018310547,491869.6002197266],[194492.00018310547,491066.2001953125],[193428.6002197266,490496.50018310547],[193373.80023193362,490215.8002319336],[192790.2001953125,490010.8002319336],[191563.40020751956,489418.2001953125],[190300.90020751956,491323.7001953125],[190998.10021972656,491812.60021972656],[189407.90020751956,493194.2001953125],[187872.20019531256,495080.8002319336],[188079.30023193365,495580.3002319336],[188336.9002075196,496263.60021972656],[188093.3002319336,496544.60021972656],[187364.80023193362,497290.7001953125],[186097.10021972662,498123.7001953125],[186614.8829956055,500995.2819824219],[187003.9280395508,501453.3420410156],[187485.09082031253,503550.41021728516],[188295.1002197266,503833.00018310547],[188944.1002197266,503365.40020751953],[190517.0001831055,501195.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0273","GM_NAAM":"Putten"},"geometry":{"type":"Polygon","coordinates":[[[164548.3002319336,470560.7001953125],[164031.20019531253,471402.8002319336],[163889.80023193365,471498.3002319336],[163722.40020751953,471460.10021972656],[163577.40020751953,471854.70019531256],[163405.2001953125,471925.60021972656],[163146.1002197266,471509.40020751953],[162773.40020751953,471789.90020751953],[162526.10021972656,472041.8002319336],[162022.90020751956,471978.90020751953],[161846.60021972662,472092.50018310547],[161584.0001831055,472373.50018310547],[160939.40020751953,474274.10021972656],[161917.44799804693,474964.2680053711],[163124.3740234375,475206.67901611334],[164606.59503173834,475091.8389892578],[166198.50018310547,478024.60021972656],[166366.8002319336,477832.2001953125],[166306.50018310547,477782.40020751953],[167261.10021972656,477473.00018310547],[168702.8002319336,476763.8002319336],[168929.20019531256,476702.7001953125],[169366.70019531253,476760.00018310547],[169727.0001831055,476731.7001953125],[170249.8002319336,476607.50018310547],[170785.0001831055,476424.40020751953],[170945.2001953125,476429.10021972656],[172045.40020751953,476085.60021972656],[172313.70019531253,475944.3002319336],[172461.8002319336,475730.2001953125],[172798.9002075196,475546.10021972656],[173227.6002197266,475057.50018310547],[173748.4002075196,474452.50018310547],[174793.60021972656,473574.00018310547],[175247.6002197266,472548.10021972656],[175092.50018310547,470847.7001953125],[174017.40020751953,470550.2001953125],[171795.40020751953,468914.90020751953],[169942.60021972656,468548.60021972656],[166123.40020751953,468260.00018310547],[166002.2001953125,468629.40020751953],[165432.6002197266,469347.90020751953],[165472.70019531256,469470.40020751953],[164548.3002319336,470560.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0274","GM_NAAM":"Renkum"},"geometry":{"type":"Polygon","coordinates":[[[182230.8002319336,448255.50018310547],[184250.2001953125,448499.60021972656],[183908.0001831055,447906.8002319336],[183548.2001953125,446268.50018310547],[185152.20019531253,445777.50018310547],[187727.6002197266,445385.90020751953],[187695.10021972656,444206.3002319336],[188232.0001831055,443077.50018310547],[188022.00018310544,442775.90020751953],[187698.40020751956,442521.50018310547],[187324.5001831055,442448.3002319336],[186048.00018310547,442859.40020751953],[185525.80023193362,442896.50018310547],[185042.50018310553,442834.3002319336],[184465.30023193362,442618.00018310547],[182396.60021972656,441341.2001953125],[182022.6002197266,441246.3002319336],[181551.7001953125,441334.2001953125],[180948.90020751953,441629.10021972656],[179784.90020751953,442416.00018310547],[178610.5001831055,442227.90020751953],[178051.20019531256,441789.3002319336],[177889.40020751953,442136.60021972656],[177711.5001831055,442096.2001953125],[177761.80023193362,442944.8002319336],[177632.40020751956,443721.8002319336],[178153.00018310544,445868.3002319336],[178730.80023193362,445874.50018310547],[178896.30023193362,445990.50018310547],[178820.90020751956,446506.00018310547],[179056.30023193362,446590.10021972656],[179117.70019531256,446872.7001953125],[179309.10021972656,447438.10021972656],[179569.20019531253,447995.7001953125],[181295.60021972656,448204.50018310547],[182230.8002319336,448255.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0275","GM_NAAM":"Rheden"},"geometry":{"type":"Polygon","coordinates":[[[196442.0001831055,443060.3002319336],[196065.70019531253,443563.7001953125],[195414.80023193362,444073.60021972656],[194737.20019531256,444369.50018310547],[194405.60021972662,444614.2001953125],[193900.6002197266,445331.3002319336],[193753.30023193362,445846.00018310547],[195342.30023193365,446222.7001953125],[195723.20019531253,447949.8002319336],[196769.10021972662,448828.00018310547],[195518.90020751953,451952.00018310547],[196277.3002319336,452034.2001953125],[196908.50018310547,451926.50018310547],[197047.50018310547,451967.2001953125],[197288.8002319336,452212.3002319336],[197392.3002319336,452468.00018310547],[197436.6002197266,453298.50018310547],[198646.10021972662,453412.90020751953],[200456.40020751953,454980.40020751953],[201011.00018310547,455441.50018310547],[201632.2001953125,455767.90020751953],[202215.20019531253,455694.7001953125],[202537.6002197266,455290.10021972656],[204098.0001831055,454672.10021972656],[205440.90020751953,453026.10021972656],[205856.30023193362,452982.40020751953],[206453.60021972656,452586.00018310547],[205139.7001953125,451582.90020751953],[204798.7001953125,451170.8002319336],[204650.60021972656,450762.7001953125],[204677.80023193362,450445.40020751953],[204820.1002197266,450176.00018310547],[205065.50018310547,449979.40020751953],[205719.3002319336,449643.40020751953],[205940.70019531253,449386.8002319336],[206090.20019531256,449061.7001953125],[206118.80023193362,448527.90020751953],[205827.70019531253,447853.3002319336],[205474.40020751953,446809.3002319336],[204793.20019531253,445870.3002319336],[204251.00018310553,445391.90020751953],[202845.5001831055,445444.7001953125],[202488.4002075195,446755.2001953125],[201755.6002197266,447531.3002319336],[201011.6002197266,447508.2001953125],[200027.90020751953,446173.40020751953],[199338.1002197266,445602.40020751953],[198928.80023193365,445464.7001953125],[198480.17138671875,445581.8316040039],[198137.60021972662,445573.90020751953],[197717.70019531256,445243.90020751953],[197514.1002197266,444879.8002319336],[197376.80023193365,444180.2001953125],[197140.30023193362,443545.8002319336],[196918.7001953125,443307.3002319336],[196442.0001831055,443060.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0277","GM_NAAM":"Rozendaal"},"geometry":{"type":"Polygon","coordinates":[[[193513.8002319336,446617.3002319336],[193048.00018310553,447158.90020751953],[192721.30023193365,451278.3002319336],[193133.90020751956,452830.50018310547],[193991.50018310553,454048.00018310547],[196354.7001953125,454715.3002319336],[197618.8002319336,454153.00018310547],[197436.6002197266,453298.50018310547],[197395.00018310547,452477.8002319336],[197295.40020751956,452222.10021972656],[197158.70019531247,452065.3002319336],[196917.30023193362,451926.00018310547],[196277.3002319336,452034.2001953125],[195518.90020751953,451952.00018310547],[196769.10021972662,448828.00018310547],[195723.20019531253,447949.8002319336],[195342.30023193365,446222.7001953125],[193753.30023193362,445846.00018310547],[193513.8002319336,446617.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0279","GM_NAAM":"Scherpenzeel"},"geometry":{"type":"Polygon","coordinates":[[[163080.3002319336,454299.3002319336],[162725.60021972656,453678.3002319336],[162326.8002319336,453741.50018310547],[161642.00018310547,453486.50018310547],[161099.90020751953,453829.7001953125],[159938.3002319336,454663.90020751953],[160777.20019531253,455568.8002319336],[161776.10021972656,456160.40020751953],[161652.20019531256,457482.60021972656],[162306.3002319336,458101.60021972656],[163439.8002319336,457741.3002319336],[164452.7001953125,456954.10021972656],[164977.30023193365,456869.8002319336],[165274.60021972656,455608.7001953125],[164556.9002075196,455191.10021972656],[164575.7001953125,454721.2001953125],[164064.7001953125,454558.60021972656],[163442.7001953125,454427.10021972656],[163363.60021972656,454306.3002319336],[163080.3002319336,454299.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0281","GM_NAAM":"Tiel"},"geometry":{"type":"Polygon","coordinates":[[[157673.60021972656,431285.90020751953],[157273.3002319336,430430.90020751953],[156931.40020751956,429248.00018310547],[156431.2001953125,429538.2001953125],[155309.10021972656,429483.8002319336],[154474.5001831055,430331.8002319336],[153130.90020751953,429977.90020751953],[150941.80023193362,429824.90020751953],[150924.40020751953,430695.10021972656],[151682.20019531256,431722.2001953125],[152392.60021972656,432068.3002319336],[155371.90020751953,434258.50018310547],[156543.0001831055,435484.40020751953],[156795.5001831055,436036.10021972656],[158072.90020751953,436669.60021972656],[158900.20019531253,436995.3002319336],[159552.7001953125,437144.40020751953],[160331.00018310547,436725.10021972656],[159701.90020751956,435119.8002319336],[160281.2001953125,433390.00018310547],[159559.70019531256,433214.40020751953],[158986.23559570312,432860.81103515625],[158228.90020751956,432123.3002319336],[157673.60021972656,431285.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0282","GM_NAAM":"Ubbergen"},"geometry":{"type":"Polygon","coordinates":[[[196224.50018310553,431192.7001953125],[197909.60021972662,431539.00018310547],[198209.8002319336,431473.2001953125],[198994.10021972656,430892.60021972656],[198853.00018310547,430639.50018310547],[199146.20019531253,430043.3002319336],[198628.6002197266,429301.7001953125],[197713.50018310553,428578.90020751953],[198202.70019531253,428329.90020751953],[197935.40020751953,427576.60021972656],[196864.7001953125,427100.2001953125],[195240.3002319336,427358.40020751953],[194683.2001953125,427748.50018310547],[193458.60021972662,426251.50018310547],[193317.7001953125,425247.10021972656],[192552.9002075196,425499.50018310547],[191343.10021972656,426275.50018310547],[190062.70019531253,427232.40020751953],[190225.20019531253,427653.90020751953],[188978.8002319336,428600.50018310547],[189464.1002197266,429134.50018310547],[189056.70019531253,430175.60021972656],[190038.60021972656,431454.40020751953],[191761.60021972656,431924.8002319336],[192885.4002075196,431572.8002319336],[193856.1002197266,430265.7001953125],[195265.00018310553,429771.50018310547],[195682.8002319336,430016.90020751953],[196224.50018310553,431192.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0285","GM_NAAM":"Voorst"},"geometry":{"type":"Polygon","coordinates":[[[201793.20019531256,482736.8002319336],[201318.80023193362,481312.50018310547],[201809.8002319336,481309.90020751953],[202225.60021972656,481297.2001953125],[202536.30023193356,479516.8002319336],[203533.60021972656,479481.2001953125],[203709.40020751953,479490.10021972656],[203959.00018310553,478990.50018310547],[204029.1002197266,478512.2001953125],[204406.0001831055,478049.00018310547],[204506.60021972656,476905.8002319336],[205716.50018310553,475000.1002197266],[205285.4002075196,474216.5001831055],[205482.2001953125,473880.8002319336],[206651.80023193362,473420.10021972656],[207093.10021972656,473637.4002075196],[207342.80023193362,473161.80023193365],[206558.60021972656,471976.6002197266],[206825.3002319336,471484.40020751953],[207052.7001953125,471291.2001953125],[207896.4002075196,471024.90020751953],[207988.00018310547,470311.10021972656],[208332.10021972656,470374.7001953125],[208329.40020751956,471192.20019531256],[208004.90020751953,471444.60021972656],[208223.30023193362,471724.20019531256],[209226.8002319336,470860.7001953125],[209940.60021972656,469731.3002319336],[209845.7001953125,469151.3002319336],[208721.40020751956,468428.00018310547],[208061.2001953125,468427.60021972656],[207865.8002319336,468362.5001831055],[207653.00018310547,468159.3002319336],[207569.9002075196,467824.50018310547],[207625.8002319336,467431.00018310547],[207798.1002197266,467148.50018310547],[208496.70019531253,467062.3002319336],[209299.80023193362,466211.50018310547],[209864.6002197266,466014.3002319336],[210139.90020751956,465714.50018310547],[210210.70019531253,465349.2001953125],[210078.60021972656,464805.60021972656],[209704.10021972656,464338.3002319336],[209566.4002075196,463973.2001953125],[207920.50018310547,464027.8002319336],[206681.80023193365,463716.7001953125],[204202.10021972662,462912.2001953125],[202153.2001953125,461974.00018310547],[202038.9002075195,462478.50018310547],[201334.0001831055,463569.3002319336],[201421.00018310547,464335.2001953125],[201145.5001831055,465227.00018310547],[201006.00018310547,465555.2001953125],[200591.20019531247,466122.40020751953],[200344.80023193362,466320.4002075196],[200285.70019531256,466497.1002197266],[200583.70019531256,467644.90020751953],[200079.0001831055,470570.1002197266],[199287.90020751953,470913.10021972656],[198827.60021972656,473120.6002197266],[198791.90020751956,473595.10021972656],[199197.70019531253,475517.8002319336],[199771.30023193356,475858.6002197266],[199787.2001953125,476594.8002319336],[199194.20019531253,478431.2001953125],[200368.90020751953,482195.10021972656],[200381.37139892578,482761.1546020508],[201793.20019531256,482736.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0289","GM_NAAM":"Wageningen"},"geometry":{"type":"Polygon","coordinates":[[[175127.5001831055,444850.3002319336],[175322.10021972656,445099.7001953125],[178153.00018310544,445868.3002319336],[177632.40020751956,443721.8002319336],[177761.80023193362,442944.8002319336],[177711.5001831055,442096.2001953125],[177931.60021972662,442106.40020751953],[178051.20019531256,441789.3002319336],[177698.2001953125,441697.3002319336],[176954.10021972656,441634.7001953125],[175257.1002197266,441232.90020751953],[174877.10021972662,441047.40020751953],[174437.60021972656,440649.3002319336],[174193.80023193362,440526.50018310547],[173903.90020751953,440502.7001953125],[173213.60021972656,440650.50018310547],[172726.0001831055,439563.2001953125],[172402.40020751953,438960.2001953125],[172125.50018310547,438721.7001953125],[171673.2001953125,438699.2001953125],[170992.1002197266,439093.50018310547],[170943.00018310553,439233.10021972656],[170040.1002197266,439430.60021972656],[170759.10021972656,440125.8002319336],[171015.10021972656,440365.2001953125],[171349.50018310544,440379.3002319336],[171343.0001831055,441319.40020751953],[171330.8002319336,442474.60021972656],[171004.8002319336,443242.7001953125],[170300.20019531253,445057.3002319336],[170083.2001953125,445471.8002319336],[170941.6002197266,444953.3002319336],[172172.3002319336,444866.00018310547],[173319.00018310547,445232.40020751953],[174792.8002319336,444768.3002319336],[175127.5001831055,444850.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0293","GM_NAAM":"Westervoort"},"geometry":{"type":"Polygon","coordinates":[[[197234.80023193362,443761.7001953125],[197319.2001953125,443715.10021972656],[197212.70019531256,443373.60021972656],[196995.0001831055,443116.00018310547],[196439.60021972656,442824.3002319336],[196300.00018310547,442880.3002319336],[196192.90020751956,442401.10021972656],[196233.00018310553,441496.7001953125],[196084.60021972656,440529.10021972656],[196181.0001831055,439938.10021972656],[196060.00018310547,439565.2001953125],[195061.20019531247,439126.90020751953],[195039.00018310547,439175.90020751953],[194511.90020751956,439082.3002319336],[193780.5001831055,440597.60021972656],[193654.1002197266,440952.8002319336],[193658.9002075195,441443.60021972656],[193845.60021972656,441945.00018310547],[194233.60021972656,442413.10021972656],[194609.5001831055,442682.40020751953],[195675.40020751953,442947.7001953125],[196482.60021972656,443074.40020751953],[196985.30023193365,443360.7001953125],[197234.80023193362,443761.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0294","GM_NAAM":"Winterswijk"},"geometry":{"type":"Polygon","coordinates":[[[242143.50018310547,448145.8002319336],[243964.8002319336,449667.7001953125],[244235.50018310553,450969.50018310547],[246038.00018310547,451025.3002319336],[248727.2001953125,449777.7001953125],[252803.00018310547,446483.10021972656],[253856.60021972656,445995.40020751953],[254324.30023193362,443713.3002319336],[254053.5001831055,442725.00018310547],[253044.90020751956,442652.50018310547],[252027.20019531253,442088.60021972656],[251742.2001953125,439473.40020751953],[250135.40020751953,437317.60021972656],[249081.8002319336,436951.90020751953],[248862.8002319336,436296.60021972656],[247895.7001953125,435993.8002319336],[246870.00018310553,435015.8002319336],[244820.8002319336,437054.60021972656],[243171.2001953125,436930.00018310547],[242496.4002075196,438251.40020751953],[242394.40020751953,438612.60021972656],[242308.1002197266,438730.60021972656],[242101.90020751956,438736.60021972656],[240751.2001953125,439273.3002319336],[240373.60021972662,440912.90020751953],[241069.50018310547,442001.90020751953],[241010.30023193362,442467.3002319336],[240930.40020751956,442575.90020751953],[242154.20019531253,443767.7001953125],[241901.90020751953,446219.60021972656],[242143.50018310547,448145.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0296","GM_NAAM":"Wijchen"},"geometry":{"type":"Polygon","coordinates":[[[173833.0001831055,423100.00018310547],[172838.0001831055,425100.00018310547],[172000.00018310547,425701.00018310547],[171000.00018310547,425694.00018310547],[169529.80023193362,426626.2001953125],[169637.50018310553,426745.50018310547],[170286.0001831055,426955.50018310547],[170123.8002319336,427477.90020751953],[171213.40020751956,428011.90020751953],[172138.8002319336,428793.7001953125],[172424.10021972656,429748.7001953125],[172148.10021972656,431008.2001953125],[174218.20019531253,430901.40020751953],[174514.6002197266,430729.00018310547],[174639.70019531247,430419.2001953125],[175139.90020751956,430258.8002319336],[175506.90020751956,428953.60021972656],[175047.10021972662,428324.90020751953],[178530.8002319336,427835.7001953125],[181022.50018310553,427144.7001953125],[180537.1002197266,426218.60021972656],[181662.40020751956,425953.10021972656],[182227.70019531247,424503.3002319336],[182814.6002197266,423799.7001953125],[183087.5001831055,423264.50018310547],[183204.40020751956,423356.40020751953],[183542.4002075195,423026.3002319336],[182149.3002319336,421800.60021972656],[179680.40020751953,421161.60021972656],[178642.20019531253,420519.7001953125],[178200.00018310547,420716.00018310547],[177000.00018310553,420891.00018310547],[176669.00018310547,421200.00018310547],[176341.70019531256,421913],[176000.00018310553,422307.00018310547],[175700.00018310547,422502.00018310547],[175300.0001831055,422631.00018310547],[174400.0001831055,422734.00018310547],[173833.0001831055,423100.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0297","GM_NAAM":"Zaltbommel"},"geometry":{"type":"Polygon","coordinates":[[[137276.00018310553,425146.50018310547],[139284.10021972656,425342.50018310547],[140831.90020751953,425209.7001953125],[141889.60021972656,424737.50018310547],[143781.2001953125,424789.8002319336],[145656.8002319336,425486.3002319336],[147727.30023193362,425849.2001953125],[147860.7001953125,423849.2001953125],[148187.30023193362,423441.7001953125],[146669.60021972656,422726.10021972656],[146907.40020751953,420634.50018310547],[144853.4002075196,420269.10021972656],[144351.00018310547,420232.3002319336],[141553.80023193362,419770.50018310547],[140742.00018310547,419783.8002319336],[140259.4002075196,419503.10021972656],[141025.8002319336,418373.3002319336],[141082.90020751956,417041.8002319336],[139699.90020751953,417157.40020751953],[137099.8002319336,416574.8002319336],[136984.00018310547,417400.10021972656],[137799.5001831055,418032.00018310547],[137909.2001953125,420099.2001953125],[137771.3002319336,420499.60021972656],[136400.00018310547,421088.60021972656],[135551.6002197266,421909.7001953125],[134998.50018310547,422143.3002319336],[134698.7001953125,422120.60021972656],[134396.10021972656,421947.50018310547],[134063.10021972656,421501.00018310547],[133800.00018310547,421297.8002319336],[133403.10021972653,421202.3002319336],[133000.7001953125,421298.90020751953],[132554.40020751953,421800.60021972656],[132226.90020751956,422500.90020751953],[131796.40020751953,423161.8002319336],[131406.10021972656,423448.10021972656],[130197.8002319336,423931.10021972656],[129400.00018310547,424462.8002319336],[129053.30023193361,424898.2001953125],[128944.90020751953,425500.40020751953],[128329.10021972658,425884.3002319336],[129199.90020751953,425856.60021972656],[130707.90020751953,425493.2001953125],[131205.2001953125,425471.8002319336],[133973.10021972656,426515.50018310547],[135261.50018310547,426247.60021972656],[137276.00018310553,425146.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0299","GM_NAAM":"Zevenaar"},"geometry":{"type":"Polygon","coordinates":[[[205426.80023193365,443030.90020751953],[204862.20019531253,442555.40020751953],[203323.6002197266,442392.10021972656],[203426.10021972662,439152.8002319336],[206685.00018310547,436605.00018310547],[206969.60021972653,436605.50018310547],[207665.40020751953,435874.10021972656],[208652.00018310547,435014.40020751953],[207957.9002075196,435470.90020751953],[205826.70019531256,434668.2001953125],[205287.20019531256,435047.50018310547],[204255.5001831055,434037.60021972656],[204455.90020751956,434565.00018310547],[203509.6002197266,435607.50018310547],[202999.2001953125,436345.60021972656],[201234.30023193365,436466.3002319336],[200278.10021972662,436179.7001953125],[200101.6002197266,436372.40020751953],[199769.00018310553,436448.10021972656],[199832.50018310547,436629.10021972656],[200122.30023193356,436684.50018310547],[200783.90020751953,439306.7001953125],[201491.1002197266,440309.90020751953],[201139.10021972653,441310.60021972656],[201273.60021972656,443932.10021972656],[200247.40020751956,443756.90020751953],[199465.80023193365,442746.7001953125],[198956.70019531256,442691.00018310547],[198601.10021972656,443501.10021972656],[197501.6002197266,443592.2001953125],[197221.80023193365,443416.8002319336],[197319.2001953125,443715.10021972656],[197234.80023193362,443761.7001953125],[197499.60021972662,444832.60021972656],[197760.0001831055,445293.3002319336],[198035.7001953125,445521.3002319336],[198227.80023193362,445595.7001953125],[198902.00018310553,445464.50018310547],[199316.60021972656,445587.90020751953],[200027.90020751953,446173.40020751953],[201011.6002197266,447508.2001953125],[201755.6002197266,447531.3002319336],[202488.4002075195,446755.2001953125],[202845.5001831055,445444.7001953125],[204251.00018310553,445391.90020751953],[204611.20019531247,445586.10021972656],[204677.20019531253,445489.90020751953],[206430.20019531256,445715.00018310547],[207368.3002319336,446218.7001953125],[207754.60021972656,446046.40020751953],[208278.3002319336,445977.90020751953],[208044.50018310547,445571.2001953125],[208137.5001831055,443910.40020751953],[207080.50018310547,443849.50018310547],[205990.30023193362,443578.00018310547],[205426.80023193365,443030.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0301","GM_NAAM":"Zutphen"},"geometry":{"type":"Polygon","coordinates":[[[212786.40020751953,463421.90020751953],[213233.80023193362,462324.40020751953],[217536.6002197266,462719.50018310547],[219113.9002075196,463145.90020751953],[219428.1002197266,461475.40020751953],[215970.40020751956,459653.2001953125],[215460.60021972656,458524.8002319336],[214640.20019531256,458362.8002319336],[213134.4002075196,458727.7001953125],[212195.60021972656,457933.50018310547],[212071.8002319336,457225.60021972656],[211948.70019531253,456029.7001953125],[211847.2001953125,456443.90020751953],[211855.50018310547,456575.90020751953],[211920.1002197266,456951.7001953125],[211731.5001831055,458182.90020751953],[211540.40020751956,458467.60021972656],[211289.10021972656,458626.90020751953],[210838.5001831055,458734.3002319336],[210103.2001953125,458755.2001953125],[209810.0001831055,458962.60021972656],[209669.80023193365,459399.60021972656],[209714.40020751953,459890.8002319336],[209527.70019531256,460968.90020751953],[208814.00018310553,462156.50018310547],[207745.1002197266,462141.60021972656],[206719.3002319336,462211.50018310547],[206552.40020751956,462502.10021972656],[206554.50018310547,462774.00018310547],[206676.20019531253,463305.8002319336],[207021.00018310544,463586.8002319336],[207840.80023193365,463559.60021972656],[208861.30023193362,463025.7001953125],[209367.1002197266,463023.50018310547],[209704.10021972656,464338.3002319336],[210026.1002197266,464691.90020751953],[210111.40020751953,464933.7001953125],[211102.0001831055,464593.50018310547],[212228.60021972653,463416.2001953125],[212786.40020751953,463421.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0302","GM_NAAM":"Nunspeet"},"geometry":{"type":"Polygon","coordinates":[[[180324.8002319337,490645.70019531256],[181105.90020751956,489810.40020751965],[182468.3002319336,489967.60021972674],[183886.60021972656,490636.40020751953],[184541.50018310553,489344.90020751953],[187533.30023193362,485858.9002075196],[188298.80023193365,485665.30023193365],[187540.90020751956,484932.20019531256],[188652.60021972668,483143.4002075196],[188243.70019531253,482526.00018310547],[187933.2001953126,481797.90020751953],[186586.00018310553,480135.50018310547],[185939.60021972662,479700.00018310547],[186292.4002075196,477739.80023193365],[186685.70019531253,476828.00018310547],[186645.70019531256,475732.00018310547],[186094.4002075196,475556.10021972656],[184637.3002319336,476162.00018310547],[183328.60021972653,475912.5001831055],[182988.50018310547,475821.3002319336],[179850.1002197266,475789.50018310547],[179711.9002075196,475645.50018310547],[180073.80023193365,477241.7001953125],[179390.70019531253,477860.50018310547],[179327.7001953125,478956.40020751953],[179788.4002075195,481075.7001953125],[176730.4002075196,482326.2001953125],[176830.50018310556,482352.10021972656],[177182.2001953125,483273.8002319336],[176743.40020751956,483538.00018310547],[175883.80023193365,486069.2001953125],[174863.30023193368,487926.00018310547],[175921.30023193368,488223.7001953125],[176373.02539062506,488436.7384033204],[176517.1304321289,488574.45263671875],[176574.56799316406,488629.3432006837],[177820.13201904306,489185.42602539074],[179564.31701660156,490619.6780395508],[180324.8002319337,490645.70019531256]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0303","GM_NAAM":"Dronten"},"geometry":{"type":"MultiPolygon","coordinates":[[[[178678.3150024414,512869.7850341797],[179732.85400390622,512786.66400146484],[179466.1900024415,511623.41101074225],[178517.78601074222,512102.8690185547],[178678.3150024414,512869.7850341797]]],[[[170415.20019531256,487042.30023193365],[171046.10021972656,491253.5001831055],[170731.80023193362,491218.7001953125],[168735.20019531256,491504.10021972656],[168661.10021972656,491902.20019531256],[167202.00018310553,494245.70019531256],[168541.5001831055,495567.40020751953],[167109.80023193365,498075.00018310547],[169853.60021972656,499666.90020751953],[168858.50018310553,501390.50018310547],[168708.8002319336,504991.40020751953],[168575.40020751956,508446.80023193365],[167581.32263183597,512082.4191894531],[172121.83398437503,513399.1090087891],[173236.24603271487,512177.9530029297],[179976.67498779303,510542.8330078125],[180536.52301025396,510258.16900634766],[183183.96002197269,510318.2850341797],[183790.1929931641,510120.60900878906],[186325.74499511725,507395.25701904297],[186754.47802734384,506349.75701904297],[186908.91601562503,503662.8209838867],[186425.98602294928,500982.7380371094],[184379.70898437503,497174.47399902344],[183056.66592407235,494931.7890014649],[181589.76992797857,493473.20501708984],[179437.77203369146,491821.99200439453],[177721.39599609378,492113.5310058594],[173540.3179931641,489971.5969848633],[171204.83898925784,488076.66302490234],[170415.20019531256,487042.30023193365]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0304","GM_NAAM":"Neerijnen"},"geometry":{"type":"Polygon","coordinates":[[[150941.80023193362,429824.90020751953],[153130.90020751953,429977.90020751953],[154474.5001831055,430331.8002319336],[155309.10021972656,429483.8002319336],[156431.2001953125,429538.2001953125],[156931.40020751956,429248.00018310547],[156607.7001953125,428535.7001953125],[156288.30023193362,428063.50018310547],[155286.10021972656,427103.60021972656],[154874.8002319336,426620.3002319336],[154012.2001953125,425053.40020751953],[153647.2001953125,424518.2001953125],[153302.2001953125,424186.00018310547],[152818.50018310553,423972.50018310547],[152357.40020751953,423931.50018310547],[151857.70019531256,424094.3002319336],[151536.8002319336,424349.3002319336],[150353.3002319336,425774.40020751953],[149305.3002319336,426153.7001953125],[148469.8002319336,426120.40020751953],[145656.8002319336,425486.3002319336],[143781.2001953125,424789.8002319336],[141889.60021972656,424737.50018310547],[140831.90020751953,425209.7001953125],[139284.10021972656,425342.50018310547],[138823.60021972656,427028.40020751953],[138937.0001831055,428787.2001953125],[140326.20019531253,428873.00018310547],[141563.00018310547,428799.10021972656],[143366.7001953125,429273.60021972656],[144163.7001953125,429768.7001953125],[146357.60021972656,429620.50018310547],[147982.80023193365,429798.2001953125],[149582.85223388672,429254.54278564453],[150000.0001831055,429741.7001953125],[150531.40020751953,430007.60021972656],[150927.50018310547,430079.40020751953],[150941.80023193362,429824.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0307","GM_NAAM":"Amersfoort"},"geometry":{"type":"Polygon","coordinates":[[[155568.50018310547,470118.7001953125],[156368.10021972656,469479.2001953125],[156535.30023193362,470055.00018310547],[158247.60021972656,468642.40020751953],[158596.70019531253,468654.60021972656],[158687.40020751953,468468.90020751953],[158567.40020751953,468147.90020751953],[158559.30023193365,466243.50018310547],[158537.50018310553,464975.60021972656],[158603.3002319336,464784.30023193365],[158902.30023193365,464491.50018310547],[159215.80023193365,464396.10021972656],[161343.6002197266,464188.10021972656],[161272.7001953125,464030.8002319336],[161645.50018310553,463326.2001953125],[161121.40020751956,462676.60021972656],[159936.90020751953,462751.3002319336],[159067.6002197266,463513.40020751953],[158518.10021972656,463685.90020751953],[158061.30023193362,463399.7001953125],[157096.799987793,462957.29998779297],[156393.7001953125,461530.2001953125],[155744.3002319336,460594.10021972656],[155679.30023193362,460639.00018310547],[154018.10021972656,460454.8002319336],[152838.8002319336,460959.7001953125],[151358.7001953125,459134.2001953125],[149774.10021972656,457797.10021972656],[149468.7001953125,458007.40020751953],[151169.60021972656,459825.90020751953],[151127.7001953125,460835.40020751953],[152448.2001953125,465274.00018310547],[150645.20019531256,466484.00018310547],[150044.50018310547,467053.00018310547],[149857.10021972656,466990.30023193365],[150015.00018310547,468326.40020751953],[151136.8002319336,468365.7001953125],[151127.5001831055,469628.10021972656],[153028.80023193362,469068.90020751953],[153759.7001953125,468921.8002319336],[155378.10021972662,468602.60021972656],[155568.50018310547,470118.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0308","GM_NAAM":"Baarn"},"geometry":{"type":"Polygon","coordinates":[[[149107.7001953125,470608.40020751953],[149834.00018310547,470939.50018310547],[149587.20019531256,471521.7001953125],[150563.40020751953,471378.7001953125],[151487.00018310547,471167.50018310547],[150946.80023193362,469056.7001953125],[151136.8002319336,468365.7001953125],[149864.60021972656,468466.40020751953],[149763.80023193362,468374.3002319336],[147840.50018310547,467110.90020751953],[147829.50018310547,467198.40020751953],[147288.60021972656,466908.90020751953],[146876.10021972656,466623.3002319336],[145420.70019531253,465146.10021972656],[145146.70019531253,464668.00018310547],[144863.5001831055,464395.5001831055],[144786.3002319336,464799.4002075196],[144677.0001831055,464377.7001953125],[143826.3002319336,464148.2001953125],[143631.50018310547,465581.8002319336],[143021.0001831055,465373.3002319336],[143292.7001953125,466673.00018310547],[143105.20019531256,466898.3002319336],[143175.0001831055,468089.10021972656],[143317.00018310547,468339.70019531256],[143262.60021972656,468476.9002075196],[143380.2001953125,468694.60021972656],[143330.50018310547,468709.7001953125],[143898.7001953125,470803.4002075196],[147435.40020751953,470644.10021972656],[149107.7001953125,470608.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0310","GM_NAAM":"De Bilt"},"geometry":{"type":"Polygon","coordinates":[[[144167.7001953125,460395.3002319336],[144296.40020751953,458741.00018310547],[143425.0001831055,458396.2001953125],[143704.0001831055,457307.50018310547],[142914.60021972656,456957.7001953125],[142895.90020751953,455798.60021972656],[142547.40020751953,455411.8002319336],[142547.40020751953,455196.60021972656],[141477.8002319336,455349.10021972656],[141223.3002319336,456093.7001953125],[140849.10021972656,456281.8002319336],[140517.2001953125,456149.3002319336],[139169.50018310547,456729.8002319336],[139566.00018310547,457688.2001953125],[138777.2001953125,458098.00018310547],[138628.40020751953,459091.7001953125],[137148.4002075196,459631.00018310547],[135821.50018310553,460593.60021972656],[136746.40020751956,461961.90020751953],[134995.90020751953,463059.90020751953],[136642.2001953125,464951.3002319336],[136402.40020751953,465780.80023193365],[136817.7001953125,465901.90020751953],[141688.3002319336,465539.10021972656],[143262.60021972656,468476.9002075196],[143317.00018310547,468339.70019531256],[143175.0001831055,468089.10021972656],[143105.20019531256,466898.3002319336],[143292.7001953125,466673.00018310547],[143021.0001831055,465373.3002319336],[143631.50018310547,465581.8002319336],[143826.3002319336,464148.2001953125],[143902.3002319336,464183.7001953125],[144028.1130371094,462769.43939208984],[144207.80023193365,460721.3002319336],[144167.7001953125,460395.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0312","GM_NAAM":"Bunnik"},"geometry":{"type":"Polygon","coordinates":[[[145287.90020751953,452252.3002319336],[145704.4002075196,451747.60021972656],[145582.40020751953,451424.3002319336],[145658.9002075196,450835.3002319336],[145641.6002197266,450125.50018310547],[146664.90020751953,449115.40020751953],[146914.30023193365,448883.00018310547],[146491.8002319336,448455.40020751953],[147070.30023193362,447367.40020751953],[147633.7001953125,446934.00018310547],[147469.50018310553,445757.3002319336],[146770.4002075196,445640.10021972656],[146234.90020751953,445854.50018310547],[145110.10021972662,445611.2001953125],[144527.10021972656,446378.3002319336],[143798.40020751953,447272.90020751953],[142286.1002197266,447695.60021972656],[142214.8002319336,449280.40020751953],[140705.2001953125,450839.2001953125],[139464.4002075196,450823.8002319336],[138939.3002319336,452076.3002319336],[139263.90020751953,452251.50018310547],[139454.90020751953,454414.50018310547],[140891.2001953125,454232.7001953125],[141662.10021972656,454422.10021972656],[142037.10021972656,454253.00018310547],[142193.90020751953,454304.2001953125],[143878.8002319336,452971.2001953125],[143427.7001953125,452451.2001953125],[145287.90020751953,452252.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0313","GM_NAAM":"Bunschoten"},"geometry":{"type":"Polygon","coordinates":[[[156113.07440185547,473188.65759277344],[155410.7001953125,470291.10021972656],[155568.50018310547,470118.7001953125],[155378.10021972662,468602.60021972674],[153759.7001953125,468921.8002319336],[153028.80023193362,469068.90020751953],[151127.5001831055,469628.1002197266],[151487.00018310547,471167.50018310547],[150563.40020751953,471378.7001953125],[149881.40020751962,471642.80023193377],[149790.90020751953,472634.9002075196],[150010.0001831055,473770.60021972656],[150700.00018310547,473884.40020751953],[151000.00018310553,474149.20019531256],[150603.3002319336,474762.50018310547],[150624.60021972665,475144.2001953125],[150893.7001953125,475381.8002319336],[151180.39538574227,476179.0969848633],[152346.27099609378,475641.6160278321],[153613.96801757812,475420.8550415039],[154921.3229980469,473948.980041504],[156113.07440185547,473188.65759277344]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0317","GM_NAAM":"Eemnes"},"geometry":{"type":"Polygon","coordinates":[[[145296.40020751953,474053.1002197266],[145220.4002075196,474064.8002319336],[146727.60021972656,477109.7001953125],[149489.88983154297,476625.1752319336],[150461.20703125,476030.02600097656],[151072.76202392584,476169.48803710943],[151172.55303955078,476243.8020019531],[150914.00018310547,475420.9002075196],[150615.90020751953,474743.50018310547],[151000.00018310553,474149.20019531256],[150700.00018310547,473884.40020751953],[150010.00018310547,473770.60021972656],[149790.90020751953,472634.9002075196],[149587.20019531256,471521.7001953125],[149834.00018310547,470939.50018310547],[149107.7001953125,470608.40020751953],[147435.40020751953,470644.10021972656],[143773.80023193362,470810.8002319336],[145296.40020751953,474053.1002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0321","GM_NAAM":"Houten"},"geometry":{"type":"Polygon","coordinates":[[[137236.4002075196,448524.40020751953],[136784.90020751953,449154.8002319336],[137335.10021972656,451314.00018310547],[137141.70019531256,451877.8002319336],[138433.3002319336,451610.8002319336],[138727.0001831055,451947.00018310547],[138939.3002319336,452076.3002319336],[139464.4002075196,450823.8002319336],[140705.2001953125,450839.2001953125],[142214.8002319336,449280.40020751953],[142286.1002197266,447695.60021972656],[143798.40020751953,447272.90020751953],[144527.10021972656,446378.3002319336],[145110.10021972662,445611.2001953125],[145052.7001953125,445596.7001953125],[145804.80023193362,444891.40020751953],[145859.50018310547,444194.3002319336],[147047.40020751953,443643.00018310547],[146002.8002319336,442510.8002319336],[145247.70019531253,443297.50018310547],[144574.8002319336,443351.2001953125],[143687.60021972662,442002.50018310547],[143274.00018310553,441522.2001953125],[142743.10021972656,441258.50018310547],[142444.0001831055,441241.60021972656],[142053.7001953125,441324.2001953125],[141509.6002197266,441576.00018310547],[140541.8002319336,442273.10021972656],[140248.80023193365,442379.8002319336],[139285.60021972656,442514.90020751953],[138985.50018310553,442638.7001953125],[138681.8002319336,442899.8002319336],[138376.9002075196,443451.10021972656],[138165.60021972662,444667.10021972656],[137999.60021972656,445090.8002319336],[137601.70019531256,445397.40020751953],[136620.6002197266,445761.10021972656],[136848.97143554688,446726.24920654297],[137236.4002075196,448524.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0327","GM_NAAM":"Leusden"},"geometry":{"type":"Polygon","coordinates":[[[156393.7001953125,461530.2001953125],[157096.799987793,462957.29998779297],[158061.30023193362,463399.7001953125],[158518.10021972656,463685.90020751953],[159067.6002197266,463513.40020751953],[159936.90020751953,462751.3002319336],[161121.40020751956,462676.60021972656],[161710.50018310547,462324.50018310547],[162650.80023193365,462140.40020751953],[162537.1002197266,461478.3002319336],[163686.40020751953,460865.90020751953],[162580.50018310547,460236.60021972656],[162386.60021972656,459314.00018310547],[162983.10021972656,458713.3002319336],[162426.40020751953,458601.2001953125],[161909.60021972656,458657.8002319336],[161797.7001953125,458575.10021972656],[161508.90020751953,458661.00018310547],[160809.1002197266,457026.90020751953],[158877.80023193362,457650.2001953125],[158094.00018310547,456504.3002319336],[157837.20019531256,456466.7001953125],[156186.5001831055,457318.60021972656],[155968.3002319336,455674.90020751953],[154369.90020751953,455801.50018310547],[151482.70019531256,456414.40020751953],[150822.10021972656,456838.3002319336],[149774.10021972656,457797.10021972656],[151358.7001953125,459134.2001953125],[152838.8002319336,460959.7001953125],[154018.10021972656,460454.8002319336],[155679.30023193362,460639.00018310547],[155744.3002319336,460594.10021972656],[156393.7001953125,461530.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0331","GM_NAAM":"Lopik"},"geometry":{"type":"Polygon","coordinates":[[[132133.00018310547,445378.50018310547],[132053.00018310547,445274.90020751953],[132707.2001953125,444810.10021972656],[131490.50018310547,443783.8002319336],[131217.2001953125,443399.40020751953],[130649.50018310547,442429.10021972656],[129929.7001953125,442430.50018310547],[129088.00018310547,443082.00018310547],[128264.60021972658,443345.3002319336],[127573.3002319336,442917.50018310547],[126699.90020751955,441686.60021972656],[126206.40020751953,441299.10021972656],[125802.50018310547,441339.7001953125],[124492.3002319336,441817.2001953125],[124252.40020751953,441762.7001953125],[123889.2001953125,441450.2001953125],[123188.8002319336,440156.8002319336],[122626.80023193361,439518.7001953125],[122083.80023193358,439351.8002319336],[120106.90020751955,438972.7001953125],[119969.70019531251,438963.90020751953],[119531.00018310545,440815.3002319336],[119046.8002319336,441849.90020751953],[117788.00018310548,443091.2001953125],[117005.5001831055,444278.7001953125],[122219.50018310548,447071.8002319336],[122504.7001953125,447074.00018310547],[122707.8002319336,446968.90020751953],[122914.40020751955,446950.10021972656],[125325.7001953125,447754.00018310547],[127098.80023193361,448137.40020751953],[127884.60021972658,448149.40020751953],[129818.2001953125,448650.50018310547],[130751.30023193362,446222.50018310547],[131327.60021972656,446423.7001953125],[132021.8071899414,445527.5778198242],[132133.00018310547,445378.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0335","GM_NAAM":"Montfoort"},"geometry":{"type":"Polygon","coordinates":[[[129682.10021972658,452722.40020751953],[129147.3002319336,451781.90020751953],[127824.60021972656,451693.50018310547],[127286.60021972658,450289.40020751953],[127269.40020751955,448904.00018310547],[128019.10021972656,449117.50018310547],[128093.30023193361,448200.60021972656],[127098.80023193361,448137.40020751953],[125325.7001953125,447754.00018310547],[122926.80023193362,446952.90020751953],[121904.10021972656,448791.3002319336],[123396.3002319336,449172.10021972656],[122355.0001831055,450313.10021972656],[122750.00018310547,450712.10021972656],[122029.00018310548,451794.40020751953],[121264.20019531251,451216.3002319336],[119909.2001953125,452710.50018310547],[119629.70019531251,452450.50018310547],[119411.40020751953,452921.7001953125],[119756.70019531251,453508.90020751953],[119846.50018310547,453446.50018310547],[122142.7001953125,453833.8002319336],[123716.7001953125,454655.10021972656],[124080.10021972658,454723.50018310547],[125457.80023193362,453644.7001953125],[127254.8002319336,453039.2001953125],[128188.2001953125,453299.40020751953],[128452.80023193361,453145.90020751953],[129682.10021972658,452722.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0339","GM_NAAM":"Renswoude"},"geometry":{"type":"Polygon","coordinates":[[[165574.10021972662,457288.60021972656],[165900.70019531256,457145.40020751953],[166176.70019531253,457477.10021972656],[166444.80023193365,456891.60021972656],[166494.2001953125,455378.40020751953],[166893.5001831055,454807.8002319336],[166945.90020751953,453903.8002319336],[166686.60021972656,451354.00018310547],[165799.6002197266,451240.60021972656],[165402.2001953125,450337.60021972656],[164894.90020751953,450136.8002319336],[164522.60021972656,450347.40020751953],[163864.90020751953,451057.7001953125],[163812.2001953125,451772.7001953125],[163627.8002319336,451875.00018310547],[162590.50018310547,452085.2001953125],[162725.60021972656,453678.3002319336],[163080.3002319336,454299.3002319336],[163363.60021972656,454306.3002319336],[163442.7001953125,454427.10021972656],[164064.7001953125,454558.60021972656],[164575.7001953125,454721.2001953125],[164556.9002075196,455191.10021972656],[165274.60021972656,455608.7001953125],[164977.30023193365,456869.8002319336],[165574.10021972662,457288.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0340","GM_NAAM":"Rhenen"},"geometry":{"type":"Polygon","coordinates":[[[162801.3002319336,443360.00018310547],[161801.7001953125,443940.90020751953],[161214.5001831055,443900.8002319336],[162348.70019531256,445173.8002319336],[163607.2001953125,447803.2001953125],[165514.8002319336,446523.50018310547],[166401.60021972656,445640.90020751953],[166731.10021972656,446153.60021972656],[167586.8002319336,445413.2001953125],[168888.40020751953,446807.10021972656],[169000.6002197266,446567.7001953125],[168981.00018310553,446091.90020751953],[169963.00018310547,445097.3002319336],[170300.20019531253,445057.3002319336],[171004.8002319336,443242.7001953125],[171330.8002319336,442474.60021972656],[171343.0001831055,441319.40020751953],[171349.50018310544,440379.3002319336],[171015.10021972656,440365.2001953125],[170759.10021972656,440125.8002319336],[170040.1002197266,439430.60021972656],[169010.30023193362,440167.60021972656],[167949.50018310547,440504.10021972656],[166159.60021972656,441208.50018310547],[165427.70019531256,442167.10021972656],[164044.81701660156,442581.2900390625],[163505.00018310547,442810.60021972656],[162801.3002319336,443360.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0342","GM_NAAM":"Soest"},"geometry":{"type":"Polygon","coordinates":[[[147829.50018310547,467198.40020751953],[147840.50018310547,467110.90020751953],[149763.80023193362,468374.3002319336],[149864.60021972656,468466.40020751953],[149857.10021972656,466990.30023193365],[150044.50018310547,467053.00018310547],[150645.20019531256,466484.00018310547],[152448.2001953125,465274.00018310547],[151127.7001953125,460835.40020751953],[151169.60021972656,459825.90020751953],[149468.7001953125,458007.40020751953],[148953.70019531253,458178.60021972656],[147803.00018310547,458208.8002319336],[147106.8002319336,459876.90020751953],[146570.0001831055,459659.10021972656],[146011.7001953125,460955.60021972656],[145937.5001831055,462378.90020751953],[145146.70019531253,464668.00018310547],[145406.4002075196,465129.2001953125],[146110.49340820312,465867.0930175781],[146816.50018310547,466571.50018310547],[147207.6002197266,466858.7001953125],[147829.50018310547,467198.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0344","GM_NAAM":"Utrecht"},"geometry":{"type":"Polygon","coordinates":[[[131283.90020751953,459752.60021972656],[131743.40020751953,460250.60021972656],[132674.3002319336,459421.8002319336],[133700.50018310547,459916.60021972656],[134458.2001953125,460872.8002319336],[135567.00018310547,460220.40020751953],[135821.50018310553,460593.60021972656],[137148.4002075196,459631.00018310547],[138628.40020751953,459091.7001953125],[138777.2001953125,458098.00018310547],[139566.00018310547,457688.2001953125],[139247.40020751953,456701.7001953125],[140517.2001953125,456149.3002319336],[140849.10021972656,456281.8002319336],[141223.3002319336,456093.7001953125],[141466.00018310553,455361.3002319336],[141673.10021972656,455328.50018310547],[141834.40020751953,454358.50018310547],[141662.10021972656,454422.10021972656],[140891.2001953125,454232.7001953125],[139454.90020751953,454414.50018310547],[139263.90020751953,452251.50018310547],[138804.10021972656,452008.7001953125],[138437.3002319336,451611.3002319336],[136978.90020751953,451916.00018310547],[136519.6002197266,452071.50018310547],[135600.90020751956,451329.40020751953],[134900.1002197266,452313.2001953125],[134041.10021972656,452593.00018310547],[133626.40020751953,452705.60021972656],[133283.3002319336,452666.40020751953],[133103.8002319336,452366.50018310547],[132978.7001953125,451930.90020751953],[132922.50018310547,451949.40020751953],[132765.8002319336,449100.2001953125],[132718.00018310547,449013.8002319336],[132613.6002197266,448710.00018310547],[131966.8002319336,449131.40020751953],[131442.10021972656,449858.3002319336],[130391.70019531251,451428.7001953125],[130303.00018310547,451960.10021972656],[129617.30023193361,452603.00018310547],[129682.10021972658,452722.40020751953],[128414.90020751955,453164.3002319336],[128569.10021972656,454516.50018310547],[128806.00018310548,455649.3002319336],[128067.30023193361,455862.60021972656],[127738.60021972658,457020.2001953125],[127078.8002319336,457910.3002319336],[126434.80023193361,459440.40020751953],[126702.50018310548,460243.50018310547],[128678.70019531253,461526.40020751953],[129347.10021972658,460187.7001953125],[130669.90020751955,458818.10021972656],[130776.93658447267,458785.04302978516],[131283.90020751953,459752.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0345","GM_NAAM":"Veenendaal"},"geometry":{"type":"Polygon","coordinates":[[[166731.10021972656,446153.60021972656],[166401.60021972656,445640.90020751953],[165514.8002319336,446523.50018310547],[163607.2001953125,447803.2001953125],[164894.90020751953,450136.8002319336],[165402.2001953125,450337.60021972656],[165799.6002197266,451240.60021972656],[167598.10021972656,451091.7001953125],[167362.30023193365,450268.8002319336],[168691.10021972656,449235.8002319336],[168649.20019531253,447064.60021972656],[168888.40020751953,446807.10021972656],[167586.8002319336,445413.2001953125],[166731.10021972656,446153.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0351","GM_NAAM":"Woudenberg"},"geometry":{"type":"Polygon","coordinates":[[[156007.6002197266,452889.50018310547],[154816.6002197266,454443.7001953125],[151233.40020751953,455101.00018310547],[148908.00018310547,456469.8002319336],[150564.2001953125,457075.00018310547],[151374.7001953125,456454.90020751953],[151804.20019531253,456309.8002319336],[154369.90020751953,455801.50018310547],[155968.3002319336,455674.90020751953],[156186.5001831055,457318.60021972656],[157837.20019531256,456466.7001953125],[158094.00018310547,456504.3002319336],[158877.80023193362,457650.2001953125],[160809.1002197266,457026.90020751953],[161508.90020751953,458661.00018310547],[162169.50018310547,458478.3002319336],[162306.3002319336,458101.60021972656],[161652.20019531256,457482.60021972656],[161776.10021972656,456160.40020751953],[160777.20019531253,455568.8002319336],[159938.3002319336,454663.90020751953],[161099.90020751953,453829.7001953125],[161634.10021972656,453488.40020751953],[161898.8002319336,453556.40020751953],[162095.8002319336,453685.8002319336],[162468.7001953125,453715.7001953125],[162429.2001953125,453617.60021972656],[162590.50018310547,452085.2001953125],[162148.2001953125,452118.40020751953],[161641.10021972656,451966.3002319336],[159013.2001953125,450772.7001953125],[158291.70019531256,451060.50018310547],[157958.40020751953,452288.7001953125],[158316.80023193362,453845.00018310547],[158166.00018310547,453780.10021972656],[157410.10021972656,453859.90020751953],[156742.5001831055,453569.50018310547],[156518.81280517578,453411.01080322266],[156007.6002197266,452889.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0352","GM_NAAM":"Wijk bij Duurstede"},"geometry":{"type":"Polygon","coordinates":[[[146002.8002319336,442510.8002319336],[147047.40020751953,443643.00018310547],[145859.50018310547,444194.3002319336],[145804.80023193362,444891.40020751953],[145052.7001953125,445596.7001953125],[146234.90020751953,445854.50018310547],[146770.4002075196,445640.10021972656],[147469.50018310553,445757.3002319336],[147633.7001953125,446934.00018310547],[148188.8002319336,446844.2001953125],[148409.90020751953,446669.50018310547],[150020.60021972662,448742.3002319336],[150662.7001953125,448276.40020751953],[152054.50018310547,447983.3002319336],[154615.3002319336,445975.10021972656],[155803.60021972656,446060.90020751953],[156928.10021972662,445369.10021972656],[155839.40020751953,444394.90020751953],[154394.90020751956,444191.40020751953],[155149.20019531256,442887.60021972656],[155071.90020751953,442737.00018310547],[155259.30023193362,442479.2001953125],[154491.30023193365,442298.7001953125],[153338.00018310547,442503.90020751953],[152775.8002319336,442419.00018310547],[152243.7001953125,442064.7001953125],[151426.90020751953,441069.10021972656],[150027.00018310553,440800.60021972656],[149243.60021972656,441374.50018310547],[148973.3002319336,441493.3002319336],[147978.90020751953,441609.8002319336],[147200.10021972656,441796.8002319336],[146490.90020751956,442150.90020751953],[146002.8002319336,442510.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0353","GM_NAAM":"IJsselstein"},"geometry":{"type":"Polygon","coordinates":[[[129818.2001953125,448650.50018310547],[128093.10021972656,448224.8002319336],[128019.10021972656,449117.50018310547],[127269.40020751955,448904.00018310547],[127286.60021972658,450289.40020751953],[127824.60021972656,451693.50018310547],[129147.3002319336,451781.90020751953],[129617.30023193361,452603.00018310547],[130303.00018310547,451960.10021972656],[130391.70019531251,451428.7001953125],[131442.10021972656,449858.3002319336],[131966.8002319336,449131.40020751953],[132613.6002197266,448710.00018310547],[133552.60021972656,446177.10021972656],[133387.00018310547,445805.90020751953],[133609.2001953125,445883.8002319336],[133746.40020751953,445636.8002319336],[133689.60021972656,445617.50018310547],[133733.3002319336,445497.50018310547],[132959.10021972653,445125.00018310547],[132707.2001953125,444810.10021972656],[132053.00018310547,445274.90020751953],[132133.00018310547,445378.50018310547],[131335.40020751953,446418.8002319336],[130751.30023193362,446222.50018310547],[129818.2001953125,448650.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0355","GM_NAAM":"Zeist"},"geometry":{"type":"Polygon","coordinates":[[[142895.90020751953,455798.60021972656],[142914.60021972656,456957.7001953125],[143704.0001831055,457307.50018310547],[143425.0001831055,458396.2001953125],[144296.40020751953,458741.00018310547],[144167.7001953125,460395.3002319336],[144200.40020751953,460829.90020751953],[143902.3002319336,464183.7001953125],[144677.0001831055,464377.7001953125],[144786.3002319336,464799.4002075196],[144863.5001831055,464395.5001831055],[145937.5001831055,462378.90020751953],[146011.7001953125,460955.60021972656],[146570.0001831055,459659.10021972656],[147106.8002319336,459876.90020751953],[147803.00018310547,458208.8002319336],[148953.70019531253,458178.60021972656],[149565.00018310547,457943.10021972656],[150564.2001953125,457075.00018310547],[148908.00018310547,456469.8002319336],[151233.40020751953,455101.00018310547],[151257.5001831055,454497.90020751953],[150421.3002319336,453562.2001953125],[148389.90020751953,455371.40020751953],[146132.8002319336,453073.50018310547],[146031.50018310547,452753.40020751953],[145287.90020751953,452252.3002319336],[143427.7001953125,452451.2001953125],[143878.8002319336,452971.2001953125],[142204.00018310547,454298.10021972656],[142093.40020751956,454242.90020751953],[141834.40020751953,454358.50018310547],[141672.3002319336,455330.2001953125],[142547.40020751953,455196.60021972656],[142547.40020751953,455411.8002319336],[142895.90020751953,455798.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0356","GM_NAAM":"Nieuwegein"},"geometry":{"type":"Polygon","coordinates":[[[132718.00018310547,449013.8002319336],[132765.8002319336,449100.2001953125],[132922.50018310547,451949.40020751953],[132978.7001953125,451930.90020751953],[133253.30023193362,452646.3002319336],[133687.10021972656,452697.8002319336],[134041.10021972656,452593.00018310547],[134900.1002197266,452313.2001953125],[135600.90020751956,451329.40020751953],[136519.6002197266,452071.50018310547],[136712.0001831055,451833.10021972656],[137141.70019531256,451877.8002319336],[137335.10021972656,451314.00018310547],[136784.90020751953,449154.8002319336],[137236.4002075196,448524.40020751953],[136620.6002197266,445761.10021972656],[136000.00018310547,446036.90020751953],[135289.5001831055,446110.2001953125],[134612.50018310547,445956.00018310547],[133733.3002319336,445497.50018310547],[133689.60021972656,445617.50018310547],[133746.40020751953,445636.8002319336],[133609.2001953125,445883.8002319336],[133387.00018310547,445805.90020751953],[133552.60021972656,446177.10021972656],[132718.00018310547,449013.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0358","GM_NAAM":"Aalsmeer"},"geometry":{"type":"Polygon","coordinates":[[[114656.30023193361,479214.7001953125],[115036.10021972656,479556.50018310547],[115625.20019531251,479913.20019531256],[116564.80023193362,478143.50018310547],[114538.3002319336,474922.90020751953],[114574.60021972659,474856.7001953125],[112911.40020751956,473719.3002319336],[113067.3002319336,472730.50018310547],[109629.20019531253,470014.70019531256],[109703.70019531253,471796.2001953125],[108308.90020751952,471966.90020751953],[107101.40020751953,471179.7001953125],[106454.80023193361,471109.8002319336],[106507.2001953125,472070.2001953125],[107566.90020751953,472967.7001953125],[108428.5001831055,473408.5001831055],[109500.60021972656,474736.70019531256],[110173.30023193362,475469.2001953125],[111283.00018310547,476219.60021972656],[112468.70019531253,476672.7001953125],[113541.40020751956,477394.90020751953],[114174.7001953125,478049.10021972656],[114480.17779541017,478623.60040283203],[114656.30023193361,479214.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0361","GM_NAAM":"Alkmaar"},"geometry":{"type":"Polygon","coordinates":[[[109567.80023193361,515489.00018310547],[109504.00018310548,515578.0001831055],[109135.3002319336,515904.60021972656],[109166.00018310548,517435.8002319336],[110208.30023193361,518471.00018310547],[110815.10021972659,519695.60021972656],[111388.80023193361,519495.90020751953],[111812.70019531251,519997.10021972656],[112062.20019531251,520632.00018310547],[111749.40020751956,521236.2001953125],[111489.90020751955,521444.2001953125],[111349.8002319336,521680.10021972656],[111700.70019531251,521843.3002319336],[111892.90020751952,521853.2001953125],[113867.10021972655,521177.2001953125],[113549.60021972656,519938.7001953125],[113478.30023193361,518050.3002319336],[115305.40020751955,519357.8002319336],[115292.50018310547,519000.2001953125],[115173.20019531251,518615.10021972656],[114254.50018310548,516904.3002319336],[114061.00018310548,516052.6002197266],[112905.70019531251,513509.50018310547],[112259.8002319336,511741.8002319336],[111986.60021972656,511857.3002319336],[111966.10021972655,511780.3002319336],[110973.50018310548,512008.00018310547],[111008.70019531249,512401.10021972656],[110708.50018310547,513533.7001953125],[111038.20019531253,514402.10021972656],[109567.80023193361,515489.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0362","GM_NAAM":"Amstelveen"},"geometry":{"type":"Polygon","coordinates":[[[116247.40020751953,482109.60021972656],[118056.30023193362,482554.30023193365],[118785.30023193361,482619.7001953125],[118834.70019531251,481628.60021972656],[121531.00018310548,481721.60021972656],[122191.10021972656,480770.7001953125],[122133.40020751953,480411.8002319336],[121666.50018310548,479210.30023193365],[121222.90020751955,478665.2001953125],[120312.20019531251,476925.50018310547],[120341.00018310547,475571.8002319336],[119426.00018310548,473796.4002075196],[119039.10021972658,473482.7001953125],[118780.90020751953,473281.50018310547],[118448.90020751953,472796.8002319336],[117278.00018310548,473688.3002319336],[114538.3002319336,474922.90020751953],[116564.80023193362,478143.50018310547],[115625.20019531251,479913.20019531256],[115975.60021972659,480421.3002319336],[116128.50018310548,480616.0001831055],[116057.60021972656,480768.2001953125],[116266.5001831055,481860.0001831055],[116247.40020751953,482109.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0363","GM_NAAM":"Amsterdam"},"geometry":{"type":"MultiPolygon","coordinates":[[[[128400.90020751956,481120.40020751953],[128398.40020751956,480793.7001953125],[129702.60021972659,481905.8002319336],[129737.10021972659,481735.90020751965],[130059.0001831055,479450.00018310547],[129127.30023193361,479350.80023193365],[128848.80023193361,479017.00018310547],[128712.00018310548,478725.10021972656],[128705.90020751953,478381.7001953125],[127457.1002197266,478118.70019531256],[126370.00018310548,476924.8002319336],[125999.8002319336,476996.40020751953],[125917.3002319336,476770.8002319336],[125520.70019531251,476787.7001953125],[124151.40020751957,479429.00018310547],[123835.3002319336,479927.4002075196],[124418.80023193361,480887.40020751953],[124530.60021972656,481244.00018310547],[124580.0001831055,481390.30023193365],[124349.10021972658,481801.2001953125],[125036.80023193364,482335.40020751953],[125375.2001953125,481722.0001831055],[127103.40020751956,482659.50018310547],[127277.90020751953,482616.5001831055],[127580.10021972656,482575.4002075196],[127895.80023193358,482253.1002197266],[128400.90020751956,481120.40020751953]]],[[[112828.90020751956,493476.90020751953],[112853.90020751957,493591.3002319336],[118866.20019531251,492226.60021972656],[118999.90020751956,493121.90020751953],[119874.60021972656,493747.3002319336],[120050.40020751955,493644.90020751953],[120342.10021972658,493241.90020751953],[121347.90020751955,493186.7001953125],[121987.80023193362,492979.2001953126],[122780.50018310548,492421.0001831055],[122923.10021972658,492410.10021972656],[123244.90020751953,492190.90020751953],[123940.40020751955,491629.6002197266],[124251.50018310551,491678.90020751953],[124850.8002319336,491928.2001953125],[125108.70019531251,492730.0001831056],[125360.2001953125,492769.30023193365],[125664.10021972659,492770.3002319336],[126846.30023193361,492857.2001953127],[127482.50018310547,493294.8002319336],[127783.8002319336,492856.80023193365],[128012.80023193362,493153.7001953125],[130130.30023193361,492664.20019531256],[130588.20019531251,492461.00018310547],[130700.90020751956,492040.7001953125],[132002.3002319336,491977.2001953125],[131799.08001708984,491043.9670410156],[130624.31402587895,490078.89599609375],[130358.70629882814,488986.13092041016],[129599.4990234375,488587.7969970703],[129441.32800292969,487380.7819824219],[128534.79699707033,487950.47100830084],[127287.98699951175,487387.8519897461],[127245.0230102539,486875.416015625],[125800.5800170899,486516.7369995117],[126937.5610351563,485552.4860229492],[128085.12701416016,486047.42901611334],[129669.06799316412,484520.6940307617],[128897.10021972659,483920.10021972656],[128566.50018310551,483806.0001831055],[126882.70019531254,485276.2001953125],[125869.80023193358,484421.2001953125],[124636.10021972658,483160.60021972656],[124487.7001953125,483168.2001953125],[123550.10021972659,483149.5001831055],[123328.80023193361,482896.3002319336],[122489.20019531253,481842.7001953125],[122403.50018310548,481252.10021972656],[121531.00018310548,481721.60021972656],[118834.70019531247,481628.60021972656],[118785.30023193365,482619.7001953125],[118056.30023193362,482554.30023193365],[116247.40020751953,482109.60021972656],[116036.00018310548,482387.6002197266],[114851.90020751953,483205.40020751953],[114352.20019531251,483953.00018310547],[112007.20019531254,485543.40020751953],[111945.3002319336,485782.50018310547],[112210.40020751957,487263.8002319336],[112186.1002197266,487619.0001831055],[112069.00018310548,487961.1002197267],[112234.30023193358,488125.6002197266],[112162.10021972656,490055.00018310547],[110188.40020751956,490522.9002075196],[110929.70019531251,493893.6002197266],[112828.90020751956,493476.90020751953]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0365","GM_NAAM":"Graft-De Rijp"},"geometry":{"type":"Polygon","coordinates":[[[113666.10021972658,506458.10021972656],[113931.60021972658,507892.30023193365],[114621.80023193361,507795.7001953125],[114700.20019531251,509705.50018310547],[116815.30023193361,509996.7001953125],[117632.40020751953,509676.90020751953],[119545.80023193361,509464.2001953125],[119461.8002319336,509142.50018310547],[119452.50018310548,508733.3002319336],[119161.50018310545,508121.10021972656],[118165.00018310548,506729.60021972656],[117605.8002319336,506071.90020751953],[117462.10021972658,505845.40020751953],[116824.3002319336,506265.2001953125],[116311.40020751953,505485.7001953125],[116563.40020751953,505015.50018310547],[115483.40020751955,504355.90020751953],[114631.00018310547,503727.50018310547],[113954.60021972656,503717.00018310547],[113666.10021972658,506458.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0370","GM_NAAM":"Beemster"},"geometry":{"type":"Polygon","coordinates":[[[125806.30023193362,504692.7001953125],[125307.60021972659,503094.50018310547],[124789.3002319336,502851.60021972656],[123835.40020751953,502669.7001953125],[123315.60021972656,502803.2001953125],[122565.2001953125,503369.80023193365],[120228.80023193361,503716.8002319336],[118076.8002319336,504496.0001831055],[117462.10021972658,505845.40020751953],[117605.8002319336,506071.90020751953],[118165.00018310548,506729.60021972656],[119161.50018310545,508121.10021972656],[119452.50018310548,508733.3002319336],[119483.3002319336,509242.2001953125],[119644.8002319336,509700.3002319336],[119854.8002319336,509949.8002319336],[120092.40020751956,510068.1002197266],[120273.90020751955,510080.0001831055],[120635.80023193361,510423.10021972656],[121062.60021972658,511083.20019531256],[121310.30023193362,511962.80023193365],[121555.90020751955,512381.1002197266],[121909.70019531253,512783.4002075196],[123042.20019531253,513560.50018310547],[123713.5001831055,513430.10021972656],[123956.40020751955,513166.8002319336],[124338.10021972658,513279.7001953125],[125272.10021972656,514081.50018310547],[126013.60021972656,513103.60021972656],[125850.8002319336,512827.7001953125],[125471.60021972656,512659.8002319336],[125298.80023193361,512441.2001953125],[125369.70019531251,512087.7001953125],[125355.30023193361,511760.10021972656],[125643.7001953125,511093.2001953125],[125631.60021972656,510491.10021972656],[125688.00018310547,510379.50018310547],[125973.7001953125,510399.3002319336],[126243.60021972659,510523.90020751953],[126655.60021972659,510860.60021972656],[127398.10021972658,511123.8002319336],[128516.70019531251,510077.7001953125],[128054.40020751953,509161.50018310547],[127151.30023193358,508252.3002319336],[126927.60021972658,506272.60021972656],[125806.30023193362,504692.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0373","GM_NAAM":"Bergen (NH,)"},"geometry":{"type":"Polygon","coordinates":[[[105084.82122802737,530144.2100219727],[106656.80023193361,528371.1002197266],[108083.50018310548,527296.4002075195],[108735.00018310548,526239.1002197266],[109039.10021972659,525918.4002075195],[109219.80023193361,525524.9002075195],[109626.20019531249,524949.6002197266],[109628.80023193361,524675.7001953125],[109911.8002319336,523546.00018310547],[111146.10021972658,522053.8002319336],[111476.70019531249,521460.50018310547],[111749.40020751956,521236.2001953125],[112063.7001953125,520576.40020751953],[111705.70019531253,519823.90020751953],[111388.80023193361,519495.90020751953],[110815.10021972659,519695.60021972656],[110208.30023193361,518471.00018310547],[109166.00018310548,517435.8002319336],[109135.3002319336,515904.60021972656],[109504.00018310548,515578.0001831055],[109001.90020751953,514973.90020751953],[107789.20019531253,515364.1002197266],[107499.2001953125,514701.3002319336],[107149.8002319336,513871.2001953125],[106714.30023193362,513151.2001953125],[106663.10021972658,511945.2001953125],[106574.10021972656,511720.8002319336],[105392.40020751952,510845.3002319336],[102307.36358642578,509855.84362792975],[102848.74658203128,513419.16900634766],[103672.90301513673,519887.3569946289],[104394.07403564453,525000],[104446.84960937501,526769.3120117188],[105084.82122802737,530144.2100219727]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0375","GM_NAAM":"Beverwijk"},"geometry":{"type":"Polygon","coordinates":[[[100680.07739257812,501558.63458251953],[101831.90020751953,501029.9002075196],[102996.40020751953,501404.00018310547],[106075.10021972658,501661.20019531256],[106834.50018310548,500864.40020751953],[108529.90020751956,500203.30023193365],[108364.70019531251,499388.90020751953],[108162.00018310547,498376.7001953125],[107609.10021972658,497757.60021972656],[107228.20019531253,497539.8002319336],[107281.80023193361,497431.90020751953],[106579.40020751955,496655.8002319336],[105708.00018310547,497358.4002075196],[106101.50018310547,498096.7001953125],[104693.20019531251,499074.00018310547],[104715.90020751955,499236.7001953125],[102446.80023193358,499845.40020751953],[101710.50018310548,499803.00018310547],[100337.9733886719,500455.10144042975],[100680.07739257812,501558.63458251953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0376","GM_NAAM":"Blaricum"},"geometry":{"type":"Polygon","coordinates":[[[144390.3002319336,475195.7001953125],[143963.70019531253,476111.8002319336],[142481.9002075196,475470.7001953125],[142688.10021972662,476000.60021972656],[142967.10021972662,476608.40020751953],[144116.30023193362,476580.60021972656],[147077.20019531256,478113.10021972674],[147748.60021972656,478427.10021972656],[148219.74359130865,478851.73944091814],[148872.4719848633,478365.3540039064],[148801.72399902347,477657.3590087891],[149359.5650024414,476685.8939819336],[146727.6002197266,477109.7001953125],[145227.40020751953,474079.10021972656],[144390.3002319336,475195.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0377","GM_NAAM":"Bloemendaal"},"geometry":{"type":"Polygon","coordinates":[[[101031.20019531251,484080.7001953125],[100669.30023193361,482567.00018310547],[102106.90020751955,481867.3002319336],[102116.50018310547,480905.3002319336],[101089.60021972659,481379.8002319336],[100486.00018310547,481403.80023193365],[99207.20019531253,481265.90020751953],[98840.30023193361,480467.2001953125],[97728.90020751955,481002.8002319336],[100847.10021972656,489615.7001953125],[97463.9114379883,490718.78900146484],[98259.3699951172,492648.7770385742],[98807.56542968751,494783.7905883789],[100638.40020751953,494371.7001953125],[102686.10021972658,493280.2001953125],[102872.0001831055,493229.10021972656],[103153.20019531251,493126.8002319336],[103336.8002319336,492147.40020751953],[103592.20019531251,491806.2001953125],[103060.70019531251,490186.50018310547],[102881.10021972656,489178.3002319336],[101839.20019531253,488941.2001953125],[101440.30023193361,488630.6002197266],[101364.80023193362,488011.90020751953],[101883.80023193361,486859.2001953125],[101031.20019531251,484080.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0381","GM_NAAM":"Bussum"},"geometry":{"type":"Polygon","coordinates":[[[142297.60021972656,475585.2001953125],[140467.3002319336,474896.10021972656],[139631.9002075196,474219.3002319336],[137959.2001953125,474648.50018310547],[138422.40020751953,475947.0001831055],[138217.7001953125,476632.8002319336],[138641.7001953125,476771.9002075196],[139140.2001953125,477146.10021972656],[139615.40020751956,477274.50018310547],[139641.90020751956,477465.5001831055],[139970.40020751953,477037.10021972656],[141077.5001831055,476917.40020751953],[141292.20019531256,476466.50018310547],[141964.27001953125,475892.38623046875],[142297.60021972656,475585.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0383","GM_NAAM":"Castricum"},"geometry":{"type":"Polygon","coordinates":[[[101505.45343017581,505115.5303955078],[102307.36358642578,509855.84362792975],[105392.40020751952,510845.3002319336],[106574.10021972656,511720.8002319336],[106668.40020751953,511606.60021972656],[106506.40020751952,511320.2001953125],[108206.40020751955,510377.10021972656],[109204.70019531251,510545.10021972656],[110108.50018310547,510403.50018310547],[111130.10021972658,510345.3002319336],[111884.10021972659,511472.60021972656],[111986.60021972656,511857.3002319336],[112259.8002319336,511741.8002319336],[111900.60021972658,510711.1002197266],[111687.10021972659,509635.7001953125],[111440.20019531251,509054.60021972656],[111991.3002319336,508523.90020751953],[113279.40020751955,508209.00018310547],[113931.60021972658,507892.30023193365],[113666.10021972658,506458.10021972656],[113645.90020751955,505295.70019531256],[112124.10021972658,505530.2001953125],[109669.70019531251,507322.3002319336],[108011.80023193362,506508.40020751953],[108117.00018310547,504784.50018310547],[108074.90020751953,504564.90020751953],[105647.40020751953,505149.00018310547],[105181.19824218749,505038.1292114258],[101505.45343017581,505115.5303955078]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0384","GM_NAAM":"Diemen"},"geometry":{"type":"Polygon","coordinates":[[[128897.10021972659,483920.10021972656],[130456.77301025392,484602.8439941406],[131000.22302246098,484120.3380126953],[130491.11602783207,483375.00878906256],[129866.80023193361,482968.90020751953],[129702.60021972659,481905.8002319336],[128398.40020751956,480793.7001953125],[128400.90020751956,481120.40020751953],[127972.6002197266,482119.10021972656],[127569.40020751955,482581.30023193365],[127103.40020751956,482659.50018310547],[125375.2001953125,481722.0001831055],[125036.80023193364,482335.40020751953],[124699.20019531251,482470.50018310547],[124928.00018310547,482962.40020751953],[125869.80023193358,484421.2001953125],[126882.70019531254,485276.2001953125],[128566.50018310551,483806.0001831055],[128897.10021972659,483920.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0385","GM_NAAM":"Edam-Volendam"},"geometry":{"type":"Polygon","coordinates":[[[130396.70019531251,503921.20019531256],[130760.10021972656,503569.40020751953],[131876.50018310547,503632.8002319336],[133227.33300781253,503961.0060424805],[134188.78399658203,502861.9600219727],[134532.52502441406,501856.3880004883],[133929.9210205078,500585.0310058594],[132738.83502197266,499816.6138305664],[132715.3002319336,500411.00018310547],[130867.20019531251,500165.60021972656],[130371.2001953125,499711.50018310547],[128565.7001953125,500851.8002319336],[130396.70019531251,503921.20019531256]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0388","GM_NAAM":"Enkhuizen"},"geometry":{"type":"Polygon","coordinates":[[[146371.7001953125,528620.5001831055],[147221.00018310547,528727.6002197266],[147951.5989990235,528112.6520385742],[148296.14599609378,525272.8550415039],[149369.26403808594,524154.06298828125],[147732.29498291016,523182.2300415039],[147359.09899902344,522371.0050048828],[146350.69219970703,522209.4708251953],[146242.3002319336,525593.9002075195],[146371.7001953125,528620.5001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0392","GM_NAAM":"Haarlem"},"geometry":{"type":"Polygon","coordinates":[[[103873.10021972655,486219.50018310547],[103124.7001953125,486298.7001953125],[101770.50018310547,486455.40020751953],[101883.80023193361,486859.2001953125],[101364.80023193362,488011.90020751953],[101440.30023193361,488630.6002197266],[101839.20019531253,488941.2001953125],[102881.10021972656,489178.3002319336],[103060.70019531251,490186.50018310547],[103899.80023193361,491709.00018310547],[104912.30023193361,493673.60021972656],[106003.90020751952,493271.80023193365],[106355.30023193362,492979.60021972656],[106973.8002319336,492625.10021972656],[106332.70019531251,491531.50018310547],[106099.40020751953,490638.40020751953],[106399.50018310547,489777.3002319336],[106702.70019531251,489334.8002319336],[107231.90020751953,488577.40020751953],[106431.00018310547,487737.00018310547],[106266.70019531251,487412.60021972656],[106260.80023193361,487103.10021972656],[106585.40020751953,485542.4002075196],[106553.60021972658,485309.40020751953],[106384.80023193361,485047.3002319336],[104695.20019531251,483872.2001953125],[104053.00018310548,483705.3002319336],[104036.7001953125,483897.2001953125],[104153.20019531251,484269.50018310547],[103873.10021972655,486219.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0393","GM_NAAM":"Haarlemmerliede en Spaarnwoude"},"geometry":{"type":"Polygon","coordinates":[[[109760.60021972658,494157.10021972656],[110929.70019531251,493893.60021972656],[110188.40020751953,490522.9002075196],[112152.50018310547,490070.0001831055],[112234.30023193361,488125.6002197266],[111915.90020751953,488206.8002319336],[111448.90020751952,488561.00018310547],[110551.30023193361,488893.2001953125],[107654.50018310547,488229.50018310547],[107231.90020751953,488577.40020751953],[106702.70019531251,489334.8002319336],[106399.50018310547,489777.3002319336],[106099.40020751953,490638.40020751953],[106332.70019531251,491531.50018310547],[106577.00018310547,491550.40020751953],[108293.90020751955,493300.3002319336],[108984.40020751956,493536.3002319336],[109760.60021972658,494157.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0394","GM_NAAM":"Haarlemmermeer"},"geometry":{"type":"Polygon","coordinates":[[[99026.8002319336,473779.70019531256],[99174.50018310548,474943.60021972656],[99079.20019531249,475877.20019531256],[100502.60021972658,477264.3002319336],[100684.40020751955,477823.90020751953],[101614.40020751952,480068.10021972656],[102105.20019531253,480758.60021972656],[102109.50018310548,482082.60021972656],[102199.90020751955,482422.3002319336],[102509.20019531253,482950.9002075196],[102731.90020751955,483153.00018310547],[103466.10021972656,483572.50018310547],[104680.60021972656,483864.40020751953],[106432.2001953125,485098.7001953125],[106564.00018310547,485339.00018310547],[106583.40020751953,485576.00018310547],[106247.70019531251,487270.00018310547],[106431.00018310547,487737.00018310547],[107654.50018310547,488229.50018310547],[110551.30023193361,488893.2001953125],[111330.00018310548,488615.8002319336],[111833.30023193361,488281.7001953125],[112095.0001831055,487905.50018310547],[112207.90020751955,487455.70019531256],[111944.10021972656,485771.90020751953],[112000.90020751953,485551.70019531256],[114352.20019531251,483953.00018310547],[114851.90020751953,483205.40020751953],[116073.50018310548,482357.60021972656],[116263.10021972658,482053.2001953125],[116057.60021972656,480768.2001953125],[116128.50018310548,480616.0001831055],[115975.60021972659,480421.3002319336],[115036.10021972656,479556.50018310547],[114656.30023193361,479214.7001953125],[114433.8002319336,478491.90020751953],[114140.2001953125,478006.40020751953],[113544.80023193361,477397.50018310547],[112554.10021972659,476718.80023193365],[111901.30023193362,476419.20019531256],[111283.00018310547,476219.60021972656],[110173.30023193362,475469.2001953125],[109500.60021972656,474736.70019531256],[108428.5001831055,473408.5001831055],[107566.90020751953,472967.7001953125],[106507.2001953125,472070.2001953125],[105154.50018310547,471112.00018310547],[104163.40020751953,470507.80023193365],[103432.90020751952,470056.40020751953],[102463.00018310548,469876.6002197266],[101389.50018310548,469897.10021972656],[100088.10021972658,470390.7001953125],[99249.00018310548,470187.90020751953],[98288.80023193362,470428.10021972656],[97831.60021972656,471241.2001953125],[98052.50018310548,471756.40020751953],[98190.09338378906,471875.6674194336],[98574.20019531253,472004.5001831055],[98697.8002319336,472192.7001953125],[99026.8002319336,473779.70019531256]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0396","GM_NAAM":"Heemskerk"},"geometry":{"type":"Polygon","coordinates":[[[101505.45343017581,505115.5303955078],[105184.3002319336,505034.10021972656],[105647.40020751953,505149.00018310547],[108074.90020751953,504564.90020751953],[107710.70019531251,503667.7001953125],[107842.20019531249,502781.10021972656],[109127.40020751953,501226.60021972656],[109713.80023193361,501013.9002075196],[109270.00018310548,500765.40020751953],[108897.60021972656,500317.3002319336],[108529.90020751956,500203.30023193365],[106834.50018310548,500864.40020751953],[106075.10021972658,501661.20019531256],[102996.40020751953,501404.00018310547],[101831.90020751953,501029.9002075196],[100680.07739257812,501558.63458251953],[101505.45343017581,505115.5303955078]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0397","GM_NAAM":"Heemstede"},"geometry":{"type":"Polygon","coordinates":[[[103124.7001953125,486298.7001953125],[103873.10021972655,486219.50018310547],[104153.20019531251,484269.50018310547],[104036.7001953125,483897.2001953125],[104053.00018310548,483705.3002319336],[103376.00018310547,483534.8002319336],[102544.00018310547,482994.8002319336],[102163.80023193361,482335.6002197266],[102106.90020751955,481867.3002319336],[100669.30023193361,482567.00018310547],[101031.20019531251,484080.7001953125],[101770.50018310547,486455.40020751953],[103124.7001953125,486298.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0398","GM_NAAM":"Heerhugowaard"},"geometry":{"type":"Polygon","coordinates":[[[115402.00018310547,520155.3002319336],[115782.80023193358,520507.80023193365],[116777.10021972658,520697.90020751953],[117133.7001953125,521586.2001953125],[116974.7001953125,523985.10021972656],[116628.2001953125,524789.5001831055],[117466.50018310548,525645.3002319336],[118547.00018310547,526011.3002319336],[119252.7001953125,526349.5001831055],[120187.60021972658,525557.6002197266],[120568.7001953125,525076.2001953125],[122002.30023193361,524483.4002075195],[122055.2001953125,523463.40020751953],[121482.8002319336,523199.00018310547],[121295.60021972659,522675.1002197266],[120663.50018310547,522408.10021972656],[120658.10021972658,521525.00018310547],[120157.2001953125,520399.00018310547],[119542.40020751956,518905.50018310547],[119665.10021972656,518122.10021972656],[120482.8002319336,517000.30023193365],[119573.00018310547,516556.40020751953],[119356.90020751955,516973.3002319336],[117661.10021972659,517366.90020751953],[117292.3002319336,516275.00018310547],[115776.40020751953,516432.90020751953],[114694.10021972659,516947.00018310547],[114254.50018310548,516904.3002319336],[115173.20019531251,518615.10021972656],[115296.40441894531,519024.4470214844],[115253.7001953125,519825.20019531256],[115402.00018310547,520155.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0399","GM_NAAM":"Heiloo"},"geometry":{"type":"Polygon","coordinates":[[[109204.70019531251,510545.10021972656],[108206.40020751955,510377.10021972656],[106506.40020751952,511320.2001953125],[106668.40020751953,511606.60021972656],[106663.10021972658,511945.2001953125],[106714.30023193362,513151.2001953125],[107149.8002319336,513871.2001953125],[107499.2001953125,514701.3002319336],[107789.20019531253,515364.1002197266],[109001.90020751953,514973.90020751953],[109567.80023193361,515489.00018310547],[111038.20019531253,514402.10021972656],[110708.50018310547,513533.7001953125],[111008.70019531249,512401.10021972656],[110973.50018310548,512008.00018310547],[111966.10021972655,511780.3002319336],[111884.10021972659,511472.60021972656],[111130.10021972658,510345.3002319336],[110108.50018310547,510403.50018310547],[109204.70019531251,510545.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0400","GM_NAAM":"Den Helder"},"geometry":{"type":"Polygon","coordinates":[[[116061.00018310547,547628.3002319336],[115156.70019531253,547439.3002319336],[113512.0001831055,543674.7001953125],[109372.32720947266,544264.6307983398],[109589.48498535156,545779.7260131836],[109729.57501220705,549725.6190185547],[110183.89501953124,551911.3880004883],[110897.4299926758,553039.8908081055],[113054.0060424805,553331.7360229492],[114121.98803710938,552134.8880004883],[115649.88500976568,551944.0449829102],[115016.56201171876,550865.8599853516],[114985.62402343754,549714.5],[116061.00018310547,547628.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0402","GM_NAAM":"Hilversum"},"geometry":{"type":"Polygon","coordinates":[[[137421.90020751956,470510.10021972656],[138231.90020751953,470852.3002319336],[138093.3002319336,474026.20019531256],[137137.80023193362,474719.7001953125],[136712.0001831055,476197.2001953125],[135980.40020751953,476437.2001953125],[135538.6002197266,477110.8002319336],[135693.60021972656,477283.10021972656],[137655.00018310547,476771.00018310547],[137747.50018310547,476675.60021972656],[138600.00018310553,477133.90020751953],[138217.7001953125,476632.8002319336],[138422.40020751953,475947.0001831055],[137959.2001953125,474648.50018310547],[139631.9002075196,474219.3002319336],[140467.3002319336,474896.10021972656],[142297.60021972656,475585.2001953125],[142481.9002075196,475470.7001953125],[141454.20019531256,473307.7001953125],[142141.80023193365,472549.00018310547],[143501.1002197266,469350.3002319336],[143330.50018310547,468709.7001953125],[143380.2001953125,468694.60021972656],[141688.3002319336,465539.10021972656],[137005.8002319336,465887.0001831055],[136859.2001953125,466416.30023193365],[137320.00018310547,466592.90020751953],[137856.70019531253,466971.50018310547],[138183.00018310547,467266.60021972656],[138490.00018310547,467784.1002197266],[138481.40020751953,468080.2001953125],[138138.6002197266,468825.40020751953],[136967.50018310553,470400.1002197266],[137421.90020751956,470510.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0405","GM_NAAM":"Hoorn"},"geometry":{"type":"Polygon","coordinates":[[[135780.00018310547,519752.60021972656],[136717.2001953125,518093.50018310547],[135687.3002319336,517806.60021972656],[133398.66601562503,516409.0759887696],[132547.04400634766,516322.9620361328],[131888.44299316406,517182.79498291016],[130064.22698974612,515886.32904052734],[129747.50018310547,516423.10021972656],[130636.10021972658,517136.7001953125],[131399.2001953125,517792.90020751953],[131348.40020751953,518161.20019531256],[131157.8002319336,519957.7001953125],[131231.00018310547,520170.00018310547],[133102.10021972656,520680.4002075196],[133096.0001831055,520976.90020751953],[134402.50018310547,521884.3002319336],[134719.7001953125,521726.10021972656],[135493.00018310547,520455.3002319336],[135780.00018310547,519752.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0406","GM_NAAM":"Huizen"},"geometry":{"type":"Polygon","coordinates":[[[148219.74359130865,478851.73944091814],[147748.60021972656,478427.10021972656],[147077.20019531256,478113.10021972674],[144116.30023193362,476580.60021972656],[142967.10021972662,476608.40020751953],[142688.10021972662,476000.60021972656],[142448.60021972662,475487.00018310547],[141430.7001953125,476322.00018310564],[141180.20019531256,476686.3002319336],[141541.10021972656,476806.5001831055],[141885.10021972662,477008.60021972656],[141931.50018310553,477436.0001831055],[141906.20019531256,477876.40020751953],[142080.30023193362,479167.90020751953],[143194.7001953125,478958.6002197266],[144302.2001953125,479770.10021972656],[144312.79602050787,480448.26898193365],[145790.80798339847,480437.29498291016],[146077.88403320312,479880.5330200196],[147283.21099853519,479580.9910278321],[148219.74359130865,478851.73944091814]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0415","GM_NAAM":"Landsmeer"},"geometry":{"type":"Polygon","coordinates":[[[121493.10021972658,494478.2001953125],[121415.70019531251,496624.50018310547],[122159.2001953125,498478.40020751953],[122453.90020751955,499582.7001953125],[123002.00018310548,499973.8002319336],[123312.10021972658,500404.60021972656],[123945.60021972656,500237.2001953125],[124723.20019531251,499834.50018310547],[125231.00018310547,499963.7001953125],[125106.00018310547,499192.10021972656],[125328.90020751953,496849.3002319336],[125142.60021972655,496145.5001831055],[125307.40020751955,492955.10021972656],[125102.50018310548,492715.7001953125],[124884.10021972656,491973.40020751953],[124251.50018310548,491678.90020751953],[123940.40020751955,491629.6002197266],[122925.90020751953,492408.40020751953],[122803.60021972658,492407.3002319336],[122107.5001831055,492908.7001953125],[121774.50018310547,493077.10021972656],[121493.10021972658,494478.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0416","GM_NAAM":"Langedijk"},"geometry":{"type":"Polygon","coordinates":[[[113254.0001831055,523665.00018310547],[113296.8002319336,524609.3002319336],[113498.90020751956,525784.4002075195],[113904.10021972656,527281.9002075195],[114418.20019531251,526130.0001831055],[115585.40020751953,525424.5001831055],[116444.3002319336,525473.6002197266],[116945.40020751955,525608.7001953125],[117466.50018310548,525645.3002319336],[116628.2001953125,524789.5001831055],[116974.7001953125,523985.10021972656],[117133.7001953125,521586.2001953125],[116777.10021972658,520697.90020751953],[115782.80023193358,520507.80023193365],[115402.00018310547,520155.3002319336],[115305.40020751955,519357.8002319336],[113478.30023193361,518050.3002319336],[113549.60021972656,519938.7001953125],[113867.10021972655,521177.2001953125],[111892.90020751952,521853.2001953125],[111700.70019531251,521843.3002319336],[111349.8002319336,521680.10021972656],[111157.60021972656,522038.2001953125],[110489.0001831055,522867.00018310547],[112120.10021972656,523510.00018310547],[113254.0001831055,523665.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0417","GM_NAAM":"Laren"},"geometry":{"type":"Polygon","coordinates":[[[142481.9002075196,475470.7001953125],[143963.70019531253,476111.8002319336],[144390.3002319336,475195.7001953125],[145220.4002075196,474064.8002319336],[145296.40020751953,474053.1002197266],[143773.80023193362,470810.8002319336],[143898.7001953125,470803.4002075196],[143501.1002197266,469350.3002319336],[142141.80023193365,472549.00018310547],[141454.20019531256,473307.7001953125],[142481.9002075196,475470.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0420","GM_NAAM":"Medemblik"},"geometry":{"type":"Polygon","coordinates":[[[147221.00018310547,528727.6002197266],[146371.7001953125,528620.5001831055],[146026.90020751953,528860.3002319336],[146235.60021972656,525429.3002319336],[143803.30023193365,525603.0001831055],[143073.20019531256,525510.9002075195],[141359.9002075196,524778.1002197266],[141470.50018310547,524468.9002075195],[137302.40020751956,522669.8002319336],[135000.90020751953,521306.4002075196],[134719.7001953125,521726.10021972656],[134402.50018310547,521884.3002319336],[133096.0001831055,520976.90020751953],[133102.10021972656,520680.4002075196],[131231.00018310547,520170.00018310547],[131167.0001831055,519960.50018310547],[130422.90020751953,519743.1002197267],[130169.10021972656,519757.7001953125],[129221.30023193361,520380.60021972656],[129017.5001831055,520740.60021972656],[127662.10021972656,520926.60021972656],[127570.50018310547,522623.10021972656],[127730.90020751956,523435.00018310547],[127737.90020751953,523849.90020751953],[127326.90020751956,524465.2001953125],[129594.00018310547,526236.0001831055],[129342.40020751955,526468.2001953125],[128605.10021972658,527989.6002197266],[128617.00018310548,528104.5001831055],[128529.00018310548,528554.9002075195],[128645.20019531254,529485.6002197266],[130607.3002319336,529420.4002075195],[131900.70019531253,529589.3002319336],[132791.00018310547,530150.4002075195],[133164.30023193362,530573.0001831055],[133419.00018310547,531087.4002075195],[135083.70019531253,531371.3002319336],[135605.5001831055,531831.6002197266],[136544.24200439453,531936.3670043945],[137199.68902587894,529849.9429931641],[139293.74700927734,527809.6310424805],[140954.40899658206,528189.6199951172],[141911.28698730472,529776.1770019531],[144096.67102050784,529470.2560424805],[146167.666015625,529592.700012207],[147221.00018310547,528727.6002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0424","GM_NAAM":"Muiden"},"geometry":{"type":"Polygon","coordinates":[[[136272.3002319336,480796.00018310547],[136965.70019531253,480376.00018310547],[135952.30023193365,479537.3002319336],[134876.8002319336,480603.7001953125],[134380.50018310547,480973.50018310547],[133016.10021972656,481809.7001953125],[133081.10021972656,481441.2001953125],[132853.50018310547,481119.2001953125],[131028.60021972656,481682.8002319336],[130036.40020751955,481815.60021972656],[129737.10021972659,481735.90020751965],[129866.80023193361,482968.90020751953],[130491.11602783207,483375.00878906256],[130709.31842041019,482939.35839843756],[133899.9119873047,483587.24902343756],[134992.73004150394,483466.9810180664],[136164.58251953128,482487.8013305664],[137044.55798339844,482428.00701904297],[137213.12298583987,482159.02502441406],[137351.42199707034,482099.4819946289],[137422.80780029297,481971.32720947266],[136272.3002319336,480796.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0425","GM_NAAM":"Naarden"},"geometry":{"type":"Polygon","coordinates":[[[144302.2001953125,479770.10021972656],[143194.7001953125,478958.6002197266],[142080.30023193362,479167.90020751953],[141906.20019531256,477876.40020751953],[141931.50018310553,477436.0001831055],[141885.10021972662,477008.60021972656],[141404.2001953125,476757.10021972674],[141180.20019531256,476686.3002319336],[141077.5001831055,476917.40020751953],[139970.40020751953,477037.10021972656],[139641.90020751956,477465.5001831055],[139615.40020751956,477274.50018310547],[139140.2001953125,477146.10021972656],[138641.7001953125,476771.9002075196],[138600.00018310553,477133.90020751953],[137747.50018310547,476675.60021972656],[137655.00018310547,476771.00018310547],[135719.90020751956,477525.20019531256],[135362.00018310547,478352.00018310547],[135932.90020751956,478841.8002319336],[135122.50018310553,479572.20019531256],[135952.30023193365,479537.3002319336],[136965.70019531253,480376.00018310547],[136272.3002319336,480796.00018310547],[137525.9871826172,482077.97521972656],[139754.10504150396,479727.10900878906],[140442.6180419922,479573.3020019533],[141822.69403076175,480123.05499267584],[144133.69104003906,480383.9750366211],[144302.2001953125,479770.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0431","GM_NAAM":"Oostzaan"},"geometry":{"type":"Polygon","coordinates":[[[122341.10021972658,499230.60021972656],[122159.2001953125,498478.40020751953],[121415.70019531251,496624.50018310547],[121493.10021972658,494478.2001953125],[121774.40020751953,493073.90020751953],[121272.70019531251,493197.2001953125],[120342.10021972658,493241.90020751953],[120050.40020751955,493644.90020751953],[119874.60021972656,493747.3002319336],[119263.50018310548,493672.60021972656],[118002.90020751956,496194.00018310547],[118667.20019531251,498203.8002319336],[119608.80023193362,498197.7001953125],[121257.7001953125,499141.40020751953],[122341.10021972658,499230.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0432","GM_NAAM":"Opmeer"},"geometry":{"type":"Polygon","coordinates":[[[122436.20019531253,522218.20019531256],[123231.70019531251,522935.10021972656],[123287.50018310547,523386.5001831055],[123141.70019531251,523649.3002319336],[122805.10021972656,523717.20019531256],[122055.2001953125,523463.40020751953],[121981.70019531251,524492.7001953125],[122908.60021972656,525981.6002197266],[124208.2001953125,528356.7001953125],[124317.40020751956,529161.7001953125],[125103.40020751953,529683.4002075195],[125776.60021972658,529861.5001831055],[125875.2001953125,529636.4002075195],[128645.20019531251,529485.6002197266],[128529.00018310548,528554.9002075195],[128617.00018310548,528104.5001831055],[128605.10021972658,527989.6002197266],[129342.40020751955,526468.2001953125],[129594.00018310547,526236.0001831055],[127326.90020751956,524465.2001953125],[127737.90020751953,523849.90020751953],[127730.90020751956,523435.00018310547],[127570.50018310547,522623.10021972656],[127240.90020751953,521187.2001953125],[126757.60021972658,521354.2001953125],[126427.60021972658,521150.7001953125],[126224.40020751955,520780.10021972656],[125612.80023193361,520567.50018310547],[125389.40020751955,520871.2001953125],[123955.02319335939,521523.48059082037],[122436.20019531253,522218.20019531256]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0437","GM_NAAM":"Ouder-Amstel"},"geometry":{"type":"Polygon","coordinates":[[[122133.40020751953,480411.8002319336],[122191.10021972656,480770.7001953125],[122403.50018310548,481252.10021972656],[122489.20019531253,481842.7001953125],[123328.80023193361,482896.3002319336],[123550.10021972659,483149.5001831055],[124487.7001953125,483168.2001953125],[124636.10021972658,483160.60021972656],[124928.00018310547,482962.40020751953],[124699.20019531251,482470.50018310547],[124349.10021972658,481801.2001953125],[124580.0001831055,481390.30023193365],[124530.60021972656,481244.00018310547],[124418.80023193361,480887.40020751953],[123835.3002319336,479927.4002075196],[124151.40020751953,479429.00018310547],[125520.70019531251,476787.7001953125],[124973.40020751953,476868.8002319336],[124664.20019531253,476779.4002075196],[123702.60021972658,476944.2001953125],[123751.7001953125,475696.8002319336],[122936.70019531251,474441.8002319336],[121942.10021972658,474017.50018310547],[120552.40020751956,474083.40020751953],[119691.90020751955,474041.7001953125],[120341.00018310547,475571.8002319336],[120312.20019531251,476925.50018310547],[121222.90020751955,478665.2001953125],[121666.50018310548,479210.30023193365],[122133.40020751953,480411.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0439","GM_NAAM":"Purmerend"},"geometry":{"type":"Polygon","coordinates":[[[125307.60021972659,503094.50018310547],[125806.30023193362,504692.7001953125],[128194.10021972656,503635.7001953125],[128793.00018310547,504428.6002197266],[129332.10021972656,504516.7001953125],[130396.70019531251,503921.20019531256],[126923.40020751955,498153.90020751953],[126586.60021972659,498162.7001953125],[126240.00018310548,498288.90020751953],[125541.30023193361,498750.60021972656],[125186.7001953125,499677.50018310547],[125231.00018310547,499963.7001953125],[124723.20019531251,499834.50018310547],[123945.60021972656,500237.2001953125],[123312.10021972658,500404.60021972656],[123717.80023193361,501942.60021972656],[123626.10021972656,502082.3002319336],[124281.70019531251,502606.60021972656],[124257.40020751953,502758.2001953125],[125307.60021972659,503094.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0441","GM_NAAM":"Schagen"},"geometry":{"type":"Polygon","coordinates":[[[113512.0001831055,543674.7001953125],[112669.60021972656,540350.5001831055],[114269.20019531251,540642.5001831055],[115064.40020751953,540183.8002319336],[116304.40020751955,538476.0001831055],[117735.60021972659,535756.5001831055],[117575.50018310548,534922.4002075195],[117231.60021972658,533065.9002075195],[116713.40020751956,532019.9002075195],[116450.7001953125,531559.3002319336],[116271.40020751953,531712.3002319336],[115832.50018310547,531598.6002197266],[116018.50018310547,531047.2001953125],[117467.20019531251,528917.4002075195],[118044.10021972659,527592.4002075195],[118478.60021972658,526953.8002319336],[118547.00018310547,526011.3002319336],[116945.40020751955,525608.7001953125],[116444.3002319336,525473.6002197266],[115585.40020751953,525424.5001831055],[114418.20019531251,526130.0001831055],[113904.10021972656,527281.9002075195],[113498.90020751956,525784.4002075195],[113296.8002319336,524609.3002319336],[113254.0001831055,523665.00018310547],[112120.10021972656,523510.00018310547],[110489.0001831055,522867.00018310547],[109882.40020751953,523605.10021972656],[109589.8002319336,525017.3002319336],[108083.50018310548,527296.4002075195],[106656.80023193361,528371.1002197266],[105084.82122802737,530144.2100219727],[105960.25201416016,532165.0590209961],[107052.73699951172,535157.3450317383],[109372.32702636719,544264.6306152344],[113512.0001831055,543674.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0448","GM_NAAM":"Texel"},"geometry":{"type":"MultiPolygon","coordinates":[[[[107217.92700195314,555191.2440185547],[107563.86499023439,553955.0800170898],[107025.8680419922,552862.8950195312],[105771.54101562503,553432.3760375977],[105942.29699707031,554783.6489868164],[106435.40100097655,555356.7760009766],[107217.92700195314,555191.2440185547]]],[[[119740.55798339845,577549.8590087891],[120585.47900390625,576374.1780395508],[120911.23199462894,574688.7460327148],[121994.33300781253,573940.3810424805],[122953.8930053711,571908.4030151367],[122365.85998535156,570864.1019897461],[122250.10882568361,568236.5540161133],[122379.22521972658,566768.8066101074],[122160.16400146489,565858.8900146484],[120532.69201660159,564329.5430297852],[120524.25701904297,563268.5310058594],[118681.17401123047,560855.2780151367],[116884.09698486328,560382.2520141602],[114543.3540039063,557354.1829833984],[112566.79699707033,558316.1300048828],[112496.05102539061,557670.4920043945],[113494.11999511719,556762.9360351562],[112008.50201416019,556553.0720214844],[111603.20501708987,555916.9639892578],[110194.18103027345,555467.6099853516],[110079.60998535159,556957.5740356445],[109535.46002197269,558799.9370117188],[109481.20001220703,559923.4470214844],[109801.18298339845,562085.1010131836],[110414.53698730473,564279.8939819336],[111698.7560424805,567068.2760009766],[113376.54602050781,569770.2620239258],[115455.88519287112,572714.5920410156],[116800.875,575000],[118496.7709960938,577512.5130004883],[119740.55798339845,577549.8590087891]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0450","GM_NAAM":"Uitgeest"},"geometry":{"type":"Polygon","coordinates":[[[108011.80023193362,506508.40020751953],[109669.70019531251,507322.3002319336],[112124.10021972658,505530.2001953125],[113645.90020751955,505295.70019531256],[113954.60021972656,503717.00018310547],[112913.3002319336,503743.8002319336],[112511.40020751953,503615.00018310547],[111732.40020751953,503791.00018310547],[111929.40020751953,502734.10021972656],[110476.50018310548,501160.2001953125],[109713.80023193361,501013.9002075196],[109127.40020751953,501226.60021972656],[107842.20019531249,502781.10021972656],[107710.70019531251,503667.7001953125],[107944.20019531251,504186.2001953125],[108117.00018310547,504784.50018310547],[108011.80023193362,506508.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0451","GM_NAAM":"Uithoorn"},"geometry":{"type":"Polygon","coordinates":[[[112911.40020751956,473719.3002319336],[114574.60021972659,474856.7001953125],[117278.00018310548,473688.3002319336],[118448.90020751953,472796.8002319336],[118128.80023193361,472553.40020751953],[117814.50018310548,472059.8002319336],[117268.8002319336,471789.40020751953],[116940.50018310547,471573.10021972656],[115843.70019531251,471165.10021972656],[115000.00018310547,471139.90020751953],[113582.70019531253,471358.40020751953],[113142.7001953125,470895.40020751953],[112280.50018310547,470188.80023193365],[111006.40020751955,469821.00018310547],[109996.00018310547,469284.2001953125],[109704.70019531251,469613.20019531256],[109661.00018310547,470038.8002319336],[113067.3002319336,472730.50018310547],[112911.40020751956,473719.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0453","GM_NAAM":"Velsen"},"geometry":{"type":"Polygon","coordinates":[[[104715.90020751955,499236.7001953125],[104693.20019531251,499074.00018310547],[106101.50018310547,498096.7001953125],[105708.0001831055,497358.4002075196],[106077.30023193361,497107.7001953125],[108947.0001831055,494532.8002319336],[109292.00018310547,494327.10021972656],[109760.60021972658,494157.10021972656],[108984.40020751956,493536.3002319336],[108293.90020751955,493300.30023193365],[106973.8002319336,492625.10021972656],[106355.30023193362,492979.60021972656],[106003.90020751952,493271.80023193365],[104912.30023193365,493673.60021972656],[103899.80023193361,491709.00018310547],[103336.8002319336,492147.40020751953],[103153.20019531251,493126.8002319336],[102872.0001831055,493229.10021972656],[102686.10021972658,493280.2001953125],[100638.40020751953,494371.7001953125],[98807.56542968751,494783.7905883789],[98874.09204101562,495647.32904052734],[98446.1370239258,497233.4509887696],[99937.21899414068,497400.5369873047],[101842.27203369144,497986.85900878906],[101497.92199707031,498794.82904052734],[99276.81298828128,498086.2189941406],[100337.9733886719,500455.1013183594],[101710.50018310548,499803.00018310547],[102446.80023193358,499845.4002075196],[104715.90020751955,499236.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0457","GM_NAAM":"Weesp"},"geometry":{"type":"Polygon","coordinates":[[[130036.40020751955,481815.60021972656],[131028.60021972656,481682.8002319336],[132853.50018310547,481119.2001953125],[133081.10021972656,481441.2001953125],[133016.10021972656,481809.7001953125],[134380.50018310547,480973.50018310547],[134876.8002319336,480603.7001953125],[135122.50018310553,479572.20019531256],[135932.90020751956,478841.8002319336],[135362.00018310547,478352.00018310547],[135693.60021972656,477283.10021972656],[135538.6002197266,477110.8002319336],[135541.40020751953,476914.60021972656],[134562.10021972656,477118.2001953125],[133835.50018310547,476708.60021972656],[133034.10021972656,476898.8002319336],[132972.3002319336,477019.60021972656],[133073.8002319336,476998.2001953125],[132644.10021972656,477976.00018310547],[131496.90020751953,477221.10021972656],[130664.2001953125,477892.7001953125],[130070.00018310547,477246.50018310547],[130064.00018310547,479383.00018310547],[130036.40020751955,481815.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0458","GM_NAAM":"Schermer"},"geometry":{"type":"Polygon","coordinates":[[[121555.90020751955,512381.1002197266],[121297.90020751955,511938.90020751953],[121074.80023193361,511113.00018310547],[120953.70019531251,510867.90020751953],[120373.8002319336,510149.10021972656],[119848.60021972656,509944.60021972656],[119641.70019531253,509695.40020751953],[119545.80023193361,509464.2001953125],[117632.40020751953,509676.90020751953],[116815.30023193361,509996.7001953125],[114700.20019531251,509705.50018310547],[114621.80023193361,507795.7001953125],[113279.40020751955,508209.00018310547],[111991.3002319336,508523.90020751953],[111447.90020751953,509028.00018310547],[111438.50018310548,509120.00018310547],[111710.10021972656,509717.3002319336],[111900.60021972658,510711.1002197266],[112905.70019531251,513509.50018310547],[114061.00018310548,516052.6002197266],[114694.10021972659,516947.00018310547],[115776.40020751953,516432.90020751953],[117292.3002319336,516275.00018310547],[117661.10021972659,517366.90020751953],[119356.90020751955,516973.3002319336],[119573.00018310547,516556.40020751953],[120999.2001953125,516071.8002319336],[121285.3002319336,515451.70019531256],[120917.2001953125,514074.2001953125],[123111.00018310548,513881.00018310547],[123433.40020751953,513890.00018310547],[123574.90020751953,513845.10021972656],[123773.60021972659,513582.00018310547],[123820.50018310548,513338.1002197266],[123450.00018310545,513520.3002319336],[123029.70019531251,513555.10021972656],[122079.70019531253,512935.10021972656],[121775.93322753908,512609.7457885742],[121555.90020751955,512381.1002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0473","GM_NAAM":"Zandvoort"},"geometry":{"type":"Polygon","coordinates":[[[97463.9114379883,490718.78900146484],[100847.10021972656,489615.7001953125],[97728.90020751955,481002.8002319336],[94102.81921386722,482629.7269897461],[97463.9114379883,490718.78900146484]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0478","GM_NAAM":"Zeevang"},"geometry":{"type":"Polygon","coordinates":[[[128793.00018310547,504428.6002197266],[128194.10021972656,503635.7001953125],[125806.30023193362,504692.7001953125],[126927.60021972658,506272.60021972656],[127151.30023193358,508252.3002319336],[128054.40020751953,509161.50018310547],[128516.70019531251,510077.7001953125],[127398.10021972658,511123.8002319336],[126681.2001953125,510873.50018310547],[126237.70019531249,510520.1002197266],[125715.90020751955,510353.5001831055],[125632.20019531251,510482.50018310547],[125642.90020751953,511097.10021972656],[125358.70019531251,511748.8002319336],[125331.20019531253,511992.40020751953],[125419.60021972658,512063.2001953125],[129095.80023193361,512292.2001953125],[129218.10021972656,513730.60021972656],[130105.51440429688,513942.7313842774],[130425.19201660156,512528.6580200196],[130144.2449951172,512063.2440185547],[130694.90399169923,510908.6240234375],[130834.80700683597,509019.9210205078],[131636.80499267578,508205.42401123047],[132447.7449951172,506389.7490234375],[132389.1762084961,505919.10302734375],[133190.88903808594,504347.6970214844],[131876.50018310547,503632.8002319336],[130760.10021972656,503569.40020751953],[130456.2001953125,503888.30023193365],[129371.7001953125,504513.00018310547],[129186.591003418,504492.03118896484],[128793.00018310547,504428.6002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0479","GM_NAAM":"Zaanstad"},"geometry":{"type":"Polygon","coordinates":[[[112828.90020751956,493476.90020751953],[109452.00018310545,494257.10021972656],[108860.40020751955,494603.7001953125],[106579.40020751955,496655.8002319336],[107281.80023193361,497431.90020751953],[107228.20019531253,497539.8002319336],[107609.10021972658,497757.60021972656],[108162.00018310547,498376.7001953125],[108364.70019531251,499388.90020751953],[108897.60021972656,500317.3002319336],[109270.00018310548,500765.40020751953],[110476.50018310548,501160.2001953125],[111929.40020751953,502734.10021972656],[111732.40020751953,503791.00018310547],[112511.40020751953,503615.00018310547],[112913.3002319336,503743.8002319336],[114455.50018310547,503674.5001831055],[114369.90020751953,502785.6002197266],[114439.00018310547,502583.00018310547],[114694.90020751953,502270.60021972656],[114790.40020751953,501150.40020751953],[114552.40020751955,500677.20019531256],[115039.70019531253,500539.50018310547],[116237.40020751956,499584.90020751953],[117627.20019531251,499267.90020751953],[118258.10021972656,498246.60021972656],[118667.20019531251,498203.8002319336],[118002.90020751956,496194.00018310547],[119263.50018310548,493672.60021972656],[118999.90020751956,493121.90020751953],[118866.20019531251,492226.60021972656],[112853.90020751955,493591.3002319336],[112828.90020751956,493476.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0482","GM_NAAM":"Alblasserdam"},"geometry":{"type":"Polygon","coordinates":[[[103698.90020751956,432669.90020751953],[105197.30023193361,432074.10021972656],[106154.8002319336,432100.2001953125],[107698.80023193361,432576.00018310547],[107010.30023193361,431151.40020751953],[106332.40020751955,430355.90020751953],[106491.30023193361,429114.10021972656],[106398.00018310548,429182.00018310547],[106294.50018310548,428665.2001953125],[105751.3002319336,428026.40020751953],[105587.40020751955,428417.3002319336],[104828.90020751956,429391.50018310547],[104140.30023193358,430622.90020751953],[103786.60021972658,431030.3002319336],[103142.40020751953,431581.2001953125],[102615.20019531249,432732.10021972656],[102780.00018310548,432792.10021972656],[103698.90020751956,432669.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0484","GM_NAAM":"Alphen aan den Rijn"},"geometry":{"type":"Polygon","coordinates":[[[110842.8002319336,464030.90020751953],[111992.2001953125,460957.50018310547],[111818.00018310547,459696.00018310547],[110583.00018310548,457783.8002319336],[110305.80023193358,457272.7001953125],[108233.40020751953,456551.8002319336],[105433.50018310548,457057.90020751953],[103878.00018310548,456844.10021972656],[102603.60021972658,460830.3002319336],[102516.50018310548,463533.50018310547],[102435.70019531251,463671.50018310547],[104052.5001831055,464015.7001953125],[106601.00018310547,464078.40020751953],[106699.70019531251,464607.00018310547],[107853.90020751953,463597.10021972656],[108357.30023193362,462883.40020751953],[109810.90020751953,463630.90020751953],[110842.8002319336,464030.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0489","GM_NAAM":"Barendrecht"},"geometry":{"type":"Polygon","coordinates":[[[92520.30023193361,430009.60021972656],[92496.90020751953,430430.50018310547],[92546.60021972656,430494.50018310547],[92508.80023193362,431136.40020751953],[93486.60021972658,431535.3002319336],[96102.50018310547,431482.50018310547],[96948.90020751955,431864.90020751953],[97304.60021972658,432052.7001953125],[98292.50018310547,429754.50018310547],[98695.50018310548,429655.10021972656],[98784.70019531251,429140.3002319336],[98504.50018310548,428629.00018310547],[97992.00018310547,428124.3002319336],[97539.30023193362,427139.90020751953],[97215.30023193361,427345.7001953125],[97000.10021972656,427374.00018310547],[95600.20019531251,427157.7001953125],[94001.60021972659,427734.60021972656],[93599.60021972656,427810.10021972656],[93099.90020751955,427804.50018310547],[92986.60021972658,429269.50018310547],[92520.30023193361,430009.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0491","GM_NAAM":"Bergambacht"},"geometry":{"type":"Polygon","coordinates":[[[113323.90020751955,436731.3002319336],[111673.70019531253,436180.2001953125],[110728.10021972658,435389.8002319336],[110673.50018310548,435618.10021972656],[110847.8002319336,438357.40020751953],[110308.40020751956,438336.7001953125],[108936.5001831055,438111.40020751953],[107337.20019531253,438278.8002319336],[106031.50018310548,439361.2001953125],[106416.30023193362,440457.50018310547],[106330.50018310547,441286.00018310547],[106879.10021972656,442460.3002319336],[107541.10021972656,443187.50018310547],[108414.60021972658,444189.60021972656],[109226.3002319336,443526.7001953125],[108497.10021972658,442886.50018310547],[108128.80023193362,441827.00018310547],[109008.7001953125,440571.7001953125],[109142.30023193361,439751.10021972656],[110385.40020751952,439752.40020751953],[115642.10021972656,441247.2001953125],[115514.0001831055,442479.10021972656],[116446.8002319336,442524.2001953125],[116518.40020751953,442561.7001953125],[116842.10021972655,439054.50018310547],[115415.00018310547,437518.00018310547],[114701.88763427734,437182.841796875],[113323.90020751955,436731.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0498","GM_NAAM":"Drechterland"},"geometry":{"type":"Polygon","coordinates":[[[142754.00018310547,521656.8002319336],[145452.20019531253,522139.50018310547],[145484.22442626956,522018.1032104492],[144761.46704101568,518866.0920410156],[144405.5060424805,518376.89599609375],[142776.19403076172,517474.4899902344],[142212.17901611328,516581.5220336914],[140744.15100097656,516284.4100341797],[139648.19104003912,515279.94299316406],[137457.18298339844,514734.44903564453],[136984.00201416019,516152.6970214844],[136128.47802734375,516021.5930175781],[135687.3002319336,517806.60021972656],[136717.2001953125,518093.50018310547],[135780.00018310547,519752.60021972656],[135493.00018310547,520455.3002319336],[135000.90020751953,521306.40020751953],[137302.40020751956,522669.8002319336],[141470.50018310547,524468.9002075195],[142754.00018310547,521656.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0499","GM_NAAM":"Boskoop"},"geometry":{"type":"Polygon","coordinates":[[[103878.00018310548,456844.10021972656],[105433.50018310548,457057.90020751953],[108387.2001953125,456333.90020751953],[108847.60021972659,454815.3002319336],[108226.00018310547,454504.10021972656],[105538.60021972658,453096.40020751953],[104709.60021972656,453089.8002319336],[103641.2001953125,453212.7001953125],[103557.20019531251,454205.3002319336],[102766.60021972656,454292.50018310547],[102769.90020751953,454514.60021972656],[103198.10021972659,454484.60021972656],[103247.7001953125,455688.3002319336],[104250.08642578126,455607.9104003906],[103878.00018310548,456844.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0501","GM_NAAM":"Brielle"},"geometry":{"type":"Polygon","coordinates":[[[70211.10021972656,433888.8002319336],[69903.00018310547,434487.3002319336],[68856.3002319336,436061.90020751953],[68999.20019531249,436722.3002319336],[69814.7001953125,437083.8002319336],[70126.60021972655,437796.7001953125],[69399.40020751952,438321.7001953125],[69560.30023193361,438834.7001953125],[70036.00018310547,438536.7001953125],[70774.00018310548,438284.7001953125],[73108.60021972656,436203.90020751953],[74717.70019531249,434741.3002319336],[75522.30023193358,432736.00018310547],[75956.00018310548,432228.40020751953],[72187.10021972655,429699.00018310547],[72023.80023193358,429744.90020751953],[71533.40020751953,430352.90020751953],[72282.40020751955,431116.50018310547],[70489.00018310545,431655.2001953125],[70379.20019531251,432901.40020751953],[70180.8002319336,433281.90020751953],[70211.10021972656,433888.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0502","GM_NAAM":"Capelle aan den IJssel"},"geometry":{"type":"Polygon","coordinates":[[[101023.20019531251,440406.00018310547],[102202.0001831055,438615.00018310547],[101916.40020751953,437980.90020751953],[101763.20019531251,437794.7001953125],[101589.60021972659,437714.60021972656],[101021.3002319336,437863.00018310547],[100083.0001831055,437362.8002319336],[98608.10021972656,436017.7001953125],[98335.90020751953,435899.90020751953],[97382.10021972656,435690.40020751953],[97464.90020751955,436013.10021972656],[96524.70019531251,436459.8002319336],[96790.8002319336,437091.50018310547],[97881.3002319336,437151.50018310547],[98530.5001831055,437811.40020751953],[98161.2001953125,439484.7001953125],[99002.20019531253,439758.50018310547],[98412.20019531253,440583.2001953125],[98692.80023193362,441389.10021972656],[99789.20019531253,442202.90020751953],[101023.20019531251,440406.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0503","GM_NAAM":"Delft"},"geometry":{"type":"Polygon","coordinates":[[[84425.50018310547,449276.40020751953],[85439.10021972658,449848.00018310547],[85862.90020751955,449181.60021972656],[85902.40020751955,449207.8002319336],[86848.80023193361,447453.60021972656],[86248.50018310547,446747.40020751953],[86972.40020751953,443859.90020751953],[87254.70019531251,443786.2001953125],[87400.50018310547,443204.10021972656],[87703.8002319336,442651.00018310547],[87535.90020751953,442542.3002319336],[87358.90020751956,442446.2001953125],[87104.00018310548,442968.00018310547],[86225.10021972659,443117.90020751953],[85043.10021972658,442762.3002319336],[84194.00018310547,443711.8002319336],[82925.00018310548,443383.00018310547],[81980.7001953125,445141.60021972656],[83171.00018310545,446554.40020751953],[82108.2001953125,447477.60021972656],[84425.50018310547,449276.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0505","GM_NAAM":"Dordrecht"},"geometry":{"type":"Polygon","coordinates":[[[102262.3002319336,423065.50018310547],[102165.7001953125,423852.00018310547],[103860.8002319336,424573.40020751953],[104991.0001831055,425793.3002319336],[105370.20019531251,425994.7001953125],[105669.90020751955,426047.2001953125],[106400.0001831055,426008.7001953125],[107303.40020751953,426208.7001953125],[109665.2001953125,426155.7001953125],[110990.60021972659,426133.10021972656],[111385.90020751955,425975.2001953125],[112100.00018310545,425486.90020751953],[112585.60021972655,425368.10021972656],[115062.90020751955,425697.7001953125],[116932.00018310548,425770.00018310547],[119424.40020751953,425567.10021972656],[120347.20019531251,425436.7001953125],[118250.0001831055,423695.00018310547],[116486.00018310547,423412.00018310547],[114302.40020751955,423623.90020751953],[112664.7001953125,422920.3002319336],[111391.00018310548,421628.00018310547],[110652.00018310548,419618.00018310547],[110081.00018310547,418742.00018310547],[108733.00018310547,417447.00018310547],[107062.0001831055,416179.00018310547],[106252.00018310548,415757.00018310547],[105807.0001831055,415293.00018310547],[103634.5336303711,414716.2210083008],[103433.42822265625,415224.06658935547],[102236.81280517578,415016.1622314453],[102624.00018310547,416434.3002319336],[102810.3002319336,417523.40020751953],[102765.20019531251,418374.10021972656],[102524.76580810547,419339.8142089844],[102462.90020751956,420011.60021972656],[102574.50018310548,421053.60021972656],[102576.90020751956,421773.7001953125],[102262.3002319336,423065.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0512","GM_NAAM":"Gorinchem"},"geometry":{"type":"Polygon","coordinates":[[[127460.00018310548,425903.00018310547],[123901.00018310547,426731.00018310547],[123275.2001953125,426734.00018310547],[123135.8002319336,428017.40020751953],[122928.20019531251,428125.00018310547],[124371.00018310548,428560.7001953125],[124086.2001953125,430658.90020751953],[125526.00018310547,430567.40020751953],[127176.20019531249,429915.3002319336],[128068.7001953125,429033.7001953125],[128264.10021972659,429372.7001953125],[128237.50018310547,428590.7001953125],[128518.90020751955,428411.40020751953],[128835.8002319336,428344.90020751953],[130480.90020751955,428115.3002319336],[130119.70019531253,425644.10021972656],[129199.90020751953,425856.60021972656],[128254.48858642581,425877.3998413086],[127460.00018310548,425903.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0513","GM_NAAM":"Gouda"},"geometry":{"type":"Polygon","coordinates":[[[106447.50018310547,445587.10021972656],[105030.50018310545,446574.2001953125],[105811.10021972656,447216.10021972656],[105530.10021972658,447424.10021972656],[106150.90020751955,447941.40020751953],[106581.50018310548,448118.8002319336],[105767.00018310545,448537.00018310547],[105589.60021972656,448770.7001953125],[106925.90020751953,449344.90020751953],[108265.50018310547,450418.40020751953],[108959.90020751953,450204.10021972656],[109052.40020751953,449875.60021972656],[109198.90020751953,448892.60021972656],[110831.90020751953,448446.60021972656],[110985.50018310547,447818.60021972656],[111199.7001953125,447727.8002319336],[111324.0001831055,447473.2001953125],[111747.90020751955,446248.90020751953],[111747.00018310548,446072.40020751953],[110406.8002319336,446696.10021972656],[110375.60021972656,446595.60021972656],[109379.60021972659,446554.2001953125],[109703.70019531253,446117.40020751953],[109102.40020751955,445765.40020751953],[108306.3002319336,446150.2001953125],[107944.3002319336,445736.10021972656],[107797.8002319336,445650.90020751953],[107027.80023193362,445549.90020751953],[106447.50018310547,445587.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0518","GM_NAAM":"'s-Gravenhage"},"geometry":{"type":"Polygon","coordinates":[[[79364.60021972656,449159.90020751953],[79375.00018310548,449360.3002319336],[78877.5001831055,449932.7001953125],[78740.10021972656,449830.10021972656],[78525.70019531251,450318.50018310547],[78183.10021972658,450027.40020751953],[76829.8002319336,449155.10021972656],[75948.60021972656,450734.60021972656],[74374.2001953125,449804.7001953125],[73549.3002319336,452055.40020751953],[73396.47418212892,452427.9378051758],[76736.43402099611,456183.77001953125],[77971.06701660156,457759.2120361328],[80795.7883911133,460516.4069824219],[82782.50018310547,458023.40020751953],[82384.00018310545,456898.3002319336],[83403.40020751955,457096.60021972656],[84524.50018310545,458001.8002319336],[85302.90020751953,456911.8002319336],[85481.60021972658,456765.60021972656],[85532.90020751955,456489.40020751953],[83575.00018310545,455102.00018310547],[82880.40020751953,454602.50018310547],[84261.40020751952,453808.2001953125],[83336.80023193361,453053.00018310547],[84368.30023193361,452495.3002319336],[84524.10021972658,452709.40020751953],[84736.60021972658,453389.3002319336],[85949.90020751955,454530.60021972656],[86540.60021972656,454325.3002319336],[87594.90020751953,454853.00018310547],[88723.00018310548,453236.60021972656],[88694.10021972656,453096.50018310547],[88800.30023193361,451924.60021972656],[87400.60021972658,452150.7001953125],[87186.2001953125,451895.60021972656],[86456.00018310547,451900.3002319336],[85393.3002319336,450784.00018310547],[85880.60021972656,450215.00018310547],[86404.7001953125,450507.60021972656],[86838.80023193361,449864.10021972656],[85858.00018310547,449189.40020751953],[85439.10021972658,449848.00018310547],[84425.50018310547,449276.40020751953],[84352.00018310548,449338.3002319336],[83595.70019531251,451019.3002319336],[84010.10021972655,451599.50018310547],[83628.40020751952,452433.7001953125],[83190.60021972656,453129.8002319336],[82404.60021972659,452557.10021972656],[79790.00018310548,450928.60021972656],[80248.50018310547,449568.3002319336],[80896.10021972656,448305.8002319336],[80445.10021972659,448281.10021972656],[80058.2001953125,447950.8002319336],[79364.60021972656,449159.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0523","GM_NAAM":"Hardinxveld-Giessendam"},"geometry":{"type":"Polygon","coordinates":[[[115300.00018310547,425717.40020751953],[114865.80023193362,426087.00018310547],[114853.60021972659,427861.50018310547],[114770.60021972656,428802.90020751953],[117174.00018310548,430384.3002319336],[117830.50018310548,427251.10021972656],[118868.60021972658,427279.50018310547],[119185.5001831055,427392.90020751953],[119207.10021972658,427171.60021972656],[120421.40020751953,427341.10021972656],[121900.7001953125,427876.2001953125],[123137.00018310548,428004.60021972656],[123275.2001953125,426734.00018310547],[122696.50018310547,426646.00018310547],[120677.20019531251,425704.00018310547],[120347.20019531251,425436.7001953125],[119424.40020751953,425567.10021972656],[117370.25,425761.72021484375],[115300.00018310547,425717.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0530","GM_NAAM":"Hellevoetsluis"},"geometry":{"type":"Polygon","coordinates":[[[70379.20019531251,432901.40020751953],[70489.00018310545,431655.2001953125],[72282.40020751955,431116.50018310547],[71533.40020751953,430352.90020751953],[72023.80023193358,429744.90020751953],[72828.50018310545,429077.50018310547],[72321.90020751955,428259.2001953125],[70414.8002319336,426689.50018310547],[69204.57598876955,426762.76501464844],[68381.3994140625,426410.2366333008],[67431.0239868164,426670.3619995117],[67317.25799560545,427239.7789916992],[65882.08502197266,427486.92401123047],[64499.275146484404,429036.93601481116],[65118.300231933594,429547.60021972656],[65570.90020751952,430165.10021972656],[67516.40020751952,430696.60021972656],[67651.70019531251,431477.7001953125],[68673.2001953125,432853.3002319336],[68923.30023193358,433056.00018310547],[69323.20019531249,433078.2001953125],[69454.10021972659,433062.8002319336],[70180.8002319336,433281.90020751953],[70379.20019531251,432901.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0531","GM_NAAM":"Hendrik-Ido-Ambacht"},"geometry":{"type":"Polygon","coordinates":[[[103765.10021972658,426808.90020751953],[103296.50018310547,426571.10021972656],[100758.3002319336,428086.8002319336],[101095.90020751952,429157.50018310547],[102826.90020751956,429740.8002319336],[103276.7001953125,429276.60021972656],[103723.80023193361,430424.00018310547],[104828.90020751956,429391.50018310547],[105530.40020751953,428502.40020751953],[105714.2001953125,428150.8002319336],[105755.20019531249,427819.60021972656],[105504.7001953125,426994.60021972656],[105585.40020751953,426352.3002319336],[105004.60021972656,427250.2001953125],[103765.10021972658,426808.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0532","GM_NAAM":"Stede Broec"},"geometry":{"type":"Polygon","coordinates":[[[143073.20019531256,525510.9002075195],[143803.30023193365,525603.0001831055],[146235.60021972656,525429.3002319336],[146350.69219970703,522209.4708251953],[145484.22442626956,522018.1032104492],[145452.20019531253,522139.50018310547],[142754.00018310547,521656.8002319336],[141360.3370361328,524778.2363891602],[143073.20019531256,525510.9002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0534","GM_NAAM":"Hillegom"},"geometry":{"type":"Polygon","coordinates":[[[102116.50018310547,480905.3002319336],[102105.20019531253,480758.60021972656],[101614.40020751952,480068.10021972656],[100684.40020751955,477823.90020751953],[100491.60021972659,477244.50018310547],[99409.30023193361,476226.00018310547],[97783.90020751955,477741.8002319336],[97368.10021972658,477963.40020751953],[98197.00018310547,479374.5001831055],[98259.10021972658,479344.00018310547],[99057.30023193362,480862.10021972656],[99207.20019531253,481265.90020751953],[100486.00018310547,481403.80023193365],[101068.00018310548,481385.8002319336],[101277.97698974611,481313.2462158203],[102116.50018310547,480905.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0537","GM_NAAM":"Katwijk"},"geometry":{"type":"Polygon","coordinates":[[[89871.90020751955,466285.00018310547],[90613.30023193362,466046.40020751953],[90758.60021972658,465878.5001831055],[90811.50018310547,465686.3002319336],[90794.90020751955,465446.10021972656],[90584.50018310548,465051.20019531256],[90566.90020751953,464822.50018310547],[90596.60021972658,464572.3002319336],[90762.7001953125,464180.90020751953],[90213.60021972658,463476.00018310547],[88248.90020751953,464372.90020751953],[85753.20922851562,467002.58221435547],[87949.41418457033,470612.9205932617],[88866.40020751956,470022.3002319336],[90836.10021972658,469795.40020751953],[91367.20019531251,469966.10021972656],[91914.20019531253,470165.10021972656],[92055.20019531253,469962.90020751953],[91325.10021972658,469178.50018310547],[91850.10021972656,468412.00018310547],[92043.60021972656,468040.60021972656],[91494.90020751953,466553.2001953125],[89871.90020751955,466285.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0542","GM_NAAM":"Krimpen aan den IJssel"},"geometry":{"type":"Polygon","coordinates":[[[101021.3002319336,437863.00018310547],[101410.00018310548,437731.60021972656],[101640.8002319336,437726.50018310547],[101866.3002319336,437900.3002319336],[102076.40020751953,438344.60021972656],[103796.40020751953,436270.50018310547],[103257.3002319336,435998.40020751953],[102307.90020751953,435814.3002319336],[100610.60021972656,435775.50018310547],[99196.00018310548,435258.50018310547],[97334.2001953125,435485.50018310547],[97382.10021972656,435690.40020751953],[98335.90020751953,435899.90020751953],[98608.10021972656,436017.7001953125],[100083.0001831055,437362.8002319336],[101021.3002319336,437863.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0545","GM_NAAM":"Leerdam"},"geometry":{"type":"Polygon","coordinates":[[[132573.2001953125,434037.8002319336],[132138.8002319336,435165.7001953125],[132304.30023193362,435923.2001953125],[133778.7001953125,437975.8002319336],[134352.10021972656,437686.2001953125],[135353.0001831055,439780.40020751953],[137321.30023193362,438525.40020751953],[138588.8002319336,438449.90020751953],[138617.3002319336,438034.60021972656],[138579.30023193365,437917.40020751953],[137695.60021972656,436667.3002319336],[136568.5001831055,434488.8002319336],[136401.0001831055,434300.8002319336],[136446.40020751956,433817.7001953125],[136104.8002319336,433285.7001953125],[134412.50018310547,433216.50018310547],[133881.90020751953,431931.50018310547],[132630.8002319336,431802.60021972656],[131935.70019531253,431323.7001953125],[132063.3002319336,430779.60021972656],[131976.7001953125,429919.00018310547],[131347.40020751953,430129.50018310547],[130179.90020751955,430066.3002319336],[130215.8002319336,430637.00018310547],[129929.7001953125,431560.50018310547],[130216.40020751953,432616.2001953125],[130196.10021972656,432659.7001953125],[132740.57159423828,433812.87481689453],[132573.2001953125,434037.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0546","GM_NAAM":"Leiden"},"geometry":{"type":"Polygon","coordinates":[[[90609.10021972659,461861.90020751953],[90419.00018310548,461844.3002319336],[90370.50018310545,462327.10021972656],[90436.50018310547,462403.60021972656],[90099.80023193358,463211.7001953125],[90127.00018310548,463371.90020751953],[90463.3002319336,463740.60021972656],[90806.90020751956,464250.10021972656],[91092.40020751955,464893.3002319336],[92375.5001831055,465545.7001953125],[92930.60021972658,466039.60021972656],[93838.90020751955,465642.7001953125],[94158.50018310547,466578.40020751953],[94591.50018310547,466642.50018310547],[95578.40020751953,466395.30023193365],[95527.70019531251,465667.00018310547],[95576.5001831055,465474.5001831055],[95408.40020751953,464542.00018310547],[95712.60021972656,463507.2001953125],[95920.60021972656,462486.3002319336],[94997.40020751955,461770.50018310547],[95169.8002319336,461669.2001953125],[93661.60021972658,460434.00018310547],[93393.70019531251,460292.90020751953],[92385.90020751953,459364.3002319336],[92339.90020751953,459440.90020751953],[92390.30023193361,459893.00018310547],[92068.90020751953,460436.50018310547],[91948.80023193361,460302.50018310547],[91816.8002319336,460301.7001953125],[92094.40020751955,460790.90020751953],[92155.2001953125,461034.00018310547],[92013.10021972659,461376.00018310547],[91910.60021972656,462763.2001953125],[91686.70019531251,462814.40020751953],[90609.10021972659,461861.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0547","GM_NAAM":"Leiderdorp"},"geometry":{"type":"Polygon","coordinates":[[[95576.5001831055,465474.5001831055],[95527.70019531251,465667.00018310547],[96246.7001953125,466093.50018310547],[96972.20019531251,466116.00018310547],[97174.60021972658,465269.00018310547],[97794.60021972656,464226.8002319336],[97963.60021972658,464238.00018310547],[98447.10021972659,464613.90020751953],[98510.80023193361,463949.50018310547],[99174.90020751955,463084.10021972656],[98784.60021972659,461102.90020751953],[98370.20019531251,460734.10021972656],[97935.60021972656,461273.40020751953],[97465.70019531253,461654.60021972656],[97192.90020751953,461761.90020751953],[96505.10021972656,461811.90020751953],[96281.0001831055,461920.00018310547],[96103.60021972656,462106.00018310547],[95913.20019531251,462510.90020751953],[95712.60021972656,463507.2001953125],[95408.40020751953,464542.00018310547],[95576.5001831055,465474.5001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0553","GM_NAAM":"Lisse"},"geometry":{"type":"Polygon","coordinates":[[[97368.10021972658,477963.40020751953],[97783.90020751955,477741.8002319336],[99409.30023193361,476226.00018310547],[99071.8002319336,475846.50018310547],[99174.50018310548,474943.60021972656],[99026.8002319336,473779.70019531256],[98687.20019531251,472152.50018310547],[98561.00018310547,471996.60021972656],[98092.90020751955,471807.60021972656],[97838.50018310547,471324.7001953125],[97847.40020751956,471174.50018310547],[98062.40020751952,470785.10021972656],[97634.90020751955,471059.50018310547],[96480.90020751956,471965.3002319336],[96227.40020751953,473593.6002197266],[95639.50018310547,474210.2001953125],[95345.20019531251,474466.90020751953],[95848.00018310548,475077.7001953125],[96507.50018310548,476582.90020751953],[96940.60021972658,477046.50018310547],[97368.10021972658,477963.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0556","GM_NAAM":"Maassluis"},"geometry":{"type":"Polygon","coordinates":[[[75325.3002319336,440584.60021972656],[75555.20019531249,440016.90020751953],[76059.00018310545,440088.00018310547],[77540.50018310548,438178.50018310547],[78216.70019531249,437811.60021972656],[79702.10021972656,437539.60021972656],[77952.50018310548,435796.90020751953],[75995.7001953125,437004.00018310547],[74997.50018310547,438367.50018310547],[74229.00018310547,439015.00018310547],[75325.3002319336,440584.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0568","GM_NAAM":"Bernisse"},"geometry":{"type":"Polygon","coordinates":[[[79109.7001953125,429631.00018310547],[79775.90020751952,429305.40020751953],[80116.40020751952,428725.2001953125],[80013.70019531249,428095.90020751953],[79950.10021972656,427766.40020751953],[80080.50018310547,427306.00018310547],[81067.8002319336,426318.60021972656],[81217.90020751955,425282.8002319336],[80427.00018310545,424995.00018310547],[79722.00018310543,424284.00018310547],[78163.00018310548,424640.00018310547],[77476.00018310545,424379.00018310547],[76301.94659423828,422470.2784423828],[75049.79101562501,423051.45098876953],[74073.59698486328,424098.7600097656],[71875.47302246094,424723.16302490234],[70414.8002319336,426689.50018310547],[72321.90020751955,428259.2001953125],[72828.50018310545,429077.50018310547],[72187.10021972655,429699.00018310547],[75956.00018310548,432228.40020751953],[77533.60021972655,431332.90020751953],[77920.60021972656,431257.90020751953],[78999.7001953125,431234.40020751953],[79109.7001953125,429631.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0569","GM_NAAM":"Nieuwkoop"},"geometry":{"type":"Polygon","coordinates":[[[109644.2001953125,469487.40020751953],[109763.10021972658,469474.50018310547],[110373.60021972655,468913.3002319336],[111006.40020751955,469821.00018310547],[112280.50018310547,470188.80023193365],[113142.7001953125,470895.40020751953],[113582.70019531253,471358.40020751953],[114509.30023193358,471127.00018310547],[115018.70019531251,470110.70019531256],[115056.8002319336,468262.7001953125],[115786.90020751953,468348.00018310547],[117841.90020751953,465914.90020751953],[118638.50018310548,465775.0001831055],[121128.60021972658,463852.60021972656],[120812.10021972658,463650.10021972656],[119854.50018310547,463225.60021972656],[119902.20019531253,461305.8002319336],[118581.00018310547,461134.90020751953],[117140.60021972658,461776.2001953125],[116615.90020751955,461702.3002319336],[115422.30023193361,461207.2001953125],[115412.00018310547,461007.10021972656],[115402.7001953125,460567.10021972656],[115344.10021972658,460240.40020751953],[115027.5001831055,459959.90020751953],[114675.10021972656,459839.8002319336],[114315.7001953125,459678.7001953125],[114202.70019531251,459292.2001953125],[113716.50018310545,459041.8002319336],[113385.2001953125,459005.7001953125],[113166.3002319336,458816.00018310547],[113062.00018310547,458689.7001953125],[111989.10021972656,458198.40020751953],[110583.00018310548,457783.8002319336],[111818.00018310547,459696.00018310547],[111992.2001953125,460957.50018310547],[110842.8002319336,464030.90020751953],[109810.90020751953,463630.90020751953],[108357.30023193362,462883.40020751953],[107853.90020751953,463597.10021972656],[106699.70019531251,464607.00018310547],[107254.90020751955,467319.50018310547],[107687.80023193361,467006.4002075196],[108548.80023193362,468767.2001953125],[109443.37243652345,468355.3605957031],[109644.2001953125,469487.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0575","GM_NAAM":"Noordwijk"},"geometry":{"type":"Polygon","coordinates":[[[97460.8002319336,481116.3002319336],[94891.90020751955,477866.60021972656],[92699.8002319336,476107.90020751953],[91400.50018310548,474654.8002319336],[91344.90020751955,473330.8002319336],[92385.8002319336,472456.90020751953],[92853.60021972658,471987.6002197266],[92123.60021972656,471032.8002319336],[92264.10021972656,470670.50018310547],[91974.40020751956,470350.10021972656],[92042.00018310547,470269.8002319336],[91914.20019531253,470165.10021972656],[91367.20019531251,469966.10021972656],[90836.10021972658,469795.40020751953],[88866.40020751956,470022.3002319336],[87949.41418457033,470612.9205932617],[90429.12701416017,475042.458984375],[92041.10400390626,478255.74798583984],[94102.81903076173,482629.7269897461],[97460.8002319336,481116.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0576","GM_NAAM":"Noordwijkerhout"},"geometry":{"type":"Polygon","coordinates":[[[97460.8002319336,481116.3002319336],[98840.30023193361,480467.2001953125],[98259.10021972658,479344.00018310547],[98197.00018310547,479374.5001831055],[97551.8002319336,478416.2001953125],[96940.60021972658,477046.50018310547],[96507.50018310548,476582.90020751953],[95848.00018310548,475077.7001953125],[95345.20019531251,474466.90020751953],[94618.70019531251,473872.20019531256],[92853.60021972658,471987.6002197266],[92385.8002319336,472456.90020751953],[91344.90020751955,473330.8002319336],[91400.50018310548,474654.8002319336],[92699.8002319336,476107.90020751953],[94891.90020751955,477866.60021972656],[97460.8002319336,481116.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0579","GM_NAAM":"Oegstgeest"},"geometry":{"type":"Polygon","coordinates":[[[91850.10021972656,468412.00018310547],[93767.40020751955,468775.8002319336],[93891.60021972656,467804.00018310547],[93605.70019531251,466331.00018310547],[93934.2001953125,466323.8002319336],[94000.7001953125,466575.5001831055],[93838.90020751955,465642.7001953125],[92930.60021972658,466039.60021972656],[92375.5001831055,465545.7001953125],[91092.40020751955,464893.3002319336],[90894.7001953125,464624.2001953125],[90762.7001953125,464180.90020751953],[90617.40020751953,464505.00018310547],[90566.40020751955,464806.20019531256],[90584.50018310548,465051.20019531256],[90799.0001831055,465463.7001953125],[90765.70019531253,465864.3002319336],[90573.7001953125,466068.2001953125],[89871.90020751955,466285.00018310547],[91494.90020751953,466553.2001953125],[92043.60021972656,468040.60021972656],[91850.10021972656,468412.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0584","GM_NAAM":"Oud-Beijerland"},"geometry":{"type":"Polygon","coordinates":[[[88013.90020751955,427233.7001953125],[88633.90020751953,427400.00018310547],[89200.60021972658,428037.90020751953],[89981.70019531251,427625.40020751953],[90406.60021972656,427480.00018310547],[90416.90020751955,425177.10021972656],[89346.30023193361,424973.10021972656],[88891.00018310548,423960.60021972656],[88577.50018310547,422352.40020751953],[87852.20019531251,421612.00018310547],[87548.00018310548,421620.10021972656],[86568.00018310547,422185.2001953125],[86385.00018310547,422399.00018310547],[85795.80023193358,422675.40020751953],[85728.10021972658,424192.00018310547],[86096.60021972656,424668.90020751953],[85758.10021972658,426429.00018310547],[85872.3002319336,426454.90020751953],[85710.60021972656,426642.10021972656],[86720.60998535159,427402.1605834961],[86907.30023193361,427441.90020751953],[88013.90020751955,427233.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0585","GM_NAAM":"Binnenmaas"},"geometry":{"type":"Polygon","coordinates":[[[96530.40020751953,421240.90020751953],[96322.60021972659,421573.00018310547],[95031.60021972658,422034.60021972656],[94010.20019531251,422366.00018310547],[93585.90020751955,421919.3002319336],[92850.8002319336,421810.2001953125],[91987.60021972656,421260.50018310547],[91440.90020751955,422588.60021972656],[89481.00018310548,421842.7001953125],[88634.90020751956,422221.00018310547],[88891.00018310548,423960.60021972656],[89346.30023193361,424973.10021972656],[90416.90020751955,425177.10021972656],[90406.60021972656,427480.00018310547],[91390.80023193361,427417.40020751953],[92783.80023193361,427762.7001953125],[93399.60021972656,427818.00018310547],[94001.60021972659,427734.60021972656],[95600.20019531251,427157.7001953125],[96599.90020751953,427347.40020751953],[97200.00018310547,427351.40020751953],[97468.8002319336,427200.2001953125],[97691.10021972656,426974.60021972656],[98145.30023193362,425600.60021972656],[99300.50018310547,424684.10021972656],[100642.00018310548,424458.10021972656],[102165.7001953125,423852.00018310547],[102262.3002319336,423065.50018310547],[102576.8002319336,421774.7001953125],[102475.60021972658,419711.3002319336],[102819.30023193362,417886.50018310547],[102738.90020751953,417008.00018310547],[102450.90020751953,415777.2001953125],[101358.40020751953,416772.00018310547],[100834.00018310548,417159.8002319336],[100164.20019531253,418329.7001953125],[101465.5001831055,419012.40020751953],[101478.90020751956,419371.3002319336],[98673.10021972659,419721.8002319336],[98639.00018310547,420682.7001953125],[96931.45300292969,420912.51678466797],[96530.40020751953,421240.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0588","GM_NAAM":"Korendijk"},"geometry":{"type":"MultiPolygon","coordinates":[[[[77433.39703369144,418952.96502685547],[80701.91101074219,418149.8049926758],[83574.78802490234,416964.5189819336],[83844.41302490233,416399.1560058594],[82391.86499023438,415805.25799560547],[79985.31799316408,416209.3880004883],[77074.32403564453,418338.64599609375],[77433.39703369144,418952.96502685547]]],[[[85758.10021972658,426429.00018310547],[86193.70019531251,425444.3002319336],[86096.60021972656,424668.90020751953],[85728.10021972658,424192.00018310547],[85795.80023193358,422675.40020751953],[86385.00018310547,422399.00018310547],[86568.00018310547,422185.2001953125],[87548.00018310548,421620.10021972656],[87852.20019531251,421612.00018310547],[86857.80023193356,419329.2001953125],[85729.08264160156,416242.19122314453],[83513.37103271484,417612.0549926758],[80930.98199462895,418770.5170288086],[77801.0770263672,419723.2180175781],[76380.01403808595,420349.33001708984],[75205.21203613286,421805.85998535156],[76301.94659423828,422470.2784423828],[77476.00018310545,424379.00018310547],[78163.00018310548,424640.00018310547],[78640.00018310547,424495.00018310547],[79765.00018310545,424294.00018310547],[80275.00018310547,424860.00018310547],[80532.00018310548,425059.00018310547],[81500.00018310548,425362.00018310547],[82147.0001831055,425454.00018310547],[82667.00018310548,425872.00018310547],[83800.00018310547,426125.00018310547],[84800.00018310547,425865.00018310547],[85710.60021972656,426642.10021972656],[85870.80023193361,426452.90020751953],[85758.10021972658,426429.00018310547]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0589","GM_NAAM":"Oudewater"},"geometry":{"type":"Polygon","coordinates":[[[121264.20019531251,451216.3002319336],[122029.00018310548,451794.40020751953],[122750.00018310547,450712.10021972656],[122355.0001831055,450313.10021972656],[123396.3002319336,449172.10021972656],[121904.10021972656,448791.3002319336],[122707.8002319336,446968.90020751953],[122504.7001953125,447074.00018310547],[122158.30023193358,447048.3002319336],[117082.60021972658,444338.00018310547],[115898.40020751953,445862.90020751953],[118603.7001953125,446531.50018310547],[117932.90020751953,447873.90020751953],[117504.90020751953,447745.50018310547],[116978.90020751952,447707.8002319336],[114930.30023193361,447449.40020751953],[114606.70019531251,448377.2001953125],[115381.7001953125,448870.8002319336],[115517.50018310548,449655.3002319336],[116743.60021972656,451424.7001953125],[117771.40020751956,452192.50018310547],[118033.40020751953,452348.2001953125],[119411.40020751953,452921.7001953125],[119629.70019531251,452450.50018310547],[119909.2001953125,452710.50018310547],[121264.20019531251,451216.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0590","GM_NAAM":"Papendrecht"},"geometry":{"type":"Polygon","coordinates":[[[105751.3002319336,428026.40020751953],[106294.50018310548,428665.2001953125],[106398.00018310548,429182.00018310547],[107171.2001953125,428677.50018310547],[108103.20019531253,428273.2001953125],[108698.60021972655,428298.00018310547],[110215.10021972658,428853.90020751953],[110308.00018310545,428531.50018310547],[110641.7001953125,428393.3002319336],[110588.70019531249,428242.90020751953],[109665.2001953125,426155.7001953125],[107303.40020751953,426208.7001953125],[106460.60021972658,426014.8002319336],[105671.3002319336,426040.2001953125],[105538.00018310547,426542.90020751953],[105503.70019531251,426972.00018310547],[105735.00018310547,427718.7001953125],[105751.3002319336,428026.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0597","GM_NAAM":"Ridderkerk"},"geometry":{"type":"Polygon","coordinates":[[[97679.90020751956,432215.8002319336],[98150.50018310548,432510.90020751953],[98670.70019531251,432499.3002319336],[99174.7001953125,434838.7001953125],[99196.00018310548,435258.50018310547],[99654.3002319336,435051.00018310547],[100183.00018310547,434448.3002319336],[100376.00018310548,434307.3002319336],[101110.00018310548,434018.7001953125],[102156.10021972658,433723.3002319336],[102132.60021972658,433603.3002319336],[102477.8002319336,433068.3002319336],[103213.30023193361,431507.90020751953],[103723.80023193361,430424.00018310547],[103276.7001953125,429276.60021972656],[102826.90020751956,429740.8002319336],[101095.90020751952,429157.50018310547],[100758.3002319336,428086.8002319336],[99743.50018310548,428519.00018310547],[98763.50018310547,429042.00018310547],[98784.00018310548,429346.00018310547],[98695.50018310548,429655.10021972656],[98292.50018310547,429754.50018310547],[97773.75201416017,430995.2854003906],[97295.8002319336,432072.2001953125],[97679.90020751956,432215.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0599","GM_NAAM":"Rotterdam"},"geometry":{"type":"Polygon","coordinates":[[[72490.70019531251,442620.00018310547],[72767.70019531251,442628.00018310547],[72807.10021972658,442567.60021972656],[72870.10021972655,441382.7001953125],[74594.30023193358,439889.2001953125],[74229.00018310547,439015.00018310547],[74997.50018310547,438367.50018310547],[75995.7001953125,437004.00018310547],[78456.40020751953,435467.00018310547],[80240.90020751953,434772.40020751953],[82092.00018310548,434478.00018310547],[82843.00018310547,434567.00018310547],[83801.20019531251,434935.8002319336],[84320.00018310548,435047.8002319336],[85038.30023193361,435026.90020751953],[86008.30023193358,434771.7001953125],[88001.8002319336,435142.50018310547],[88139.8002319336,437612.60021972656],[87823.3002319336,438320.2001953125],[87780.20019531253,438300.90020751953],[87694.2001953125,438468.7001953125],[87668.20019531253,438644.50018310547],[87768.80023193361,439091.00018310547],[88017.3002319336,439141.90020751953],[87383.00018310548,439212.00018310547],[86363.50018310547,440146.90020751953],[85731.00018310547,442144.8002319336],[86453.20019531253,442326.2001953125],[86709.20019531251,442027.3002319336],[89105.7001953125,443569.3002319336],[90360.20019531251,442013.60021972656],[91290.8002319336,442668.90020751953],[91919.80023193361,443970.2001953125],[93704.90020751956,442485.2001953125],[94865.70019531251,441916.7001953125],[96006.60021972658,442415.2001953125],[97314.60021972658,443043.40020751953],[97758.30023193361,442605.90020751953],[98977.80023193361,442920.10021972656],[99470.90020751953,443945.60021972656],[99482.90020751955,444917.40020751953],[100548.20019531251,445396.50018310547],[100843.10021972658,444690.90020751953],[100218.40020751953,442540.50018310547],[98692.80023193362,441389.10021972656],[98412.20019531253,440583.2001953125],[99002.20019531253,439758.50018310547],[98161.2001953125,439484.7001953125],[98530.5001831055,437811.40020751953],[97881.3002319336,437151.50018310547],[96790.8002319336,437091.50018310547],[96524.70019531251,436459.8002319336],[97464.90020751955,436013.10021972656],[97334.2001953125,435485.50018310547],[99196.00018310548,435258.50018310547],[99174.7001953125,434838.7001953125],[98668.5001831055,432496.00018310547],[97679.90020751956,432215.8002319336],[97216.70019531251,432030.2001953125],[96948.90020751955,431864.90020751953],[96102.50018310547,431482.50018310547],[93486.60021972658,431535.3002319336],[92508.80023193362,431136.40020751953],[92538.2001953125,430808.10021972656],[91949.10021972659,430742.10021972656],[89830.8002319336,431241.2001953125],[88265.10021972658,431981.2001953125],[86427.70019531251,431872.90020751953],[85857.00018310548,430326.2001953125],[85965.10021972658,429941.10021972656],[85829.8002319336,429791.90020751953],[85844.00018310548,428647.40020751953],[85211.00018310548,428740.00018310547],[84740.50018310548,428914.8002319336],[83041.80023193361,430219.90020751953],[82564.40020751953,431162.10021972656],[77781.8002319336,431273.10021972656],[77296.80023193361,431432.00018310547],[76058.70019531251,432156.7001953125],[75760.00018310547,432404.7001953125],[75522.30023193358,432736.00018310547],[74717.70019531249,434741.3002319336],[73108.60021972656,436203.90020751953],[70774.00018310548,438284.7001953125],[70036.00018310547,438536.7001953125],[69464.50018310547,438869.10021972656],[67379.50018310547,439354.40020751953],[67351.50018310545,439250.10021972656],[66595.40020751955,438009.50018310547],[65986.70019531249,439021.50018310547],[65399.90020751953,439147.3002319336],[64892.300231933594,439179.50018310547],[64023.90020751955,439033.60021972656],[59275.306396484375,437348.3754272461],[59252.57501220704,437340.2897949219],[58982.50604248048,438489.6959838867],[60656.48101806642,441115.0720214844],[60549.90399169924,442256.8030395508],[60105.283020019524,442544.9219970703],[60372.221984863274,444001.4470214844],[61533.98699951173,445122.65899658203],[62576.06201171874,445030.3619995117],[62973.018005371116,446000.0862426758],[66359.56903076172,444763.71502685547],[68518.18218994142,446548.50939941406],[69038.60021972655,445662.3002319336],[70085.00018310545,445082.60021972656],[70009.8002319336,444769.40020751953],[69819.60021972656,444392.40020751953],[71339.3002319336,443541.00018310547],[72490.70019531251,442620.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0603","GM_NAAM":"Rijswijk"},"geometry":{"type":"Polygon","coordinates":[[[83190.60021972656,453129.8002319336],[83628.40020751952,452433.7001953125],[84010.10021972655,451599.50018310547],[83595.70019531251,451019.3002319336],[84352.00018310548,449338.3002319336],[82134.20019531251,447689.8002319336],[81705.50018310547,448490.3002319336],[81041.60021972658,448023.50018310547],[80248.50018310547,449568.3002319336],[79790.00018310548,450928.60021972656],[82404.60021972659,452557.10021972656],[83190.60021972656,453129.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0606","GM_NAAM":"Schiedam"},"geometry":{"type":"Polygon","coordinates":[[[83744.00018310547,440848.60021972656],[84877.20019531251,441245.7001953125],[84641.20019531251,441877.8002319336],[85731.00018310547,442144.8002319336],[86363.50018310547,440146.90020751953],[87383.00018310548,439212.00018310547],[88017.3002319336,439141.90020751953],[87762.60021972658,439084.3002319336],[87665.50018310548,438602.3002319336],[88139.8002319336,437612.60021972656],[88001.8002319336,435142.50018310547],[86008.30023193358,434771.7001953125],[85034.3002319336,435027.50018310547],[84535.80023193361,438990.3002319336],[83744.00018310547,440848.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0608","GM_NAAM":"Schoonhoven"},"geometry":{"type":"Polygon","coordinates":[[[117915.7001953125,439370.60021972656],[117180.00018310547,439250.2001953125],[116842.10021972655,439054.50018310547],[116518.40020751953,442561.7001953125],[116562.60021972656,442571.10021972656],[117524.10021972658,442009.40020751953],[117918.00018310548,441177.10021972656],[118294.60021972658,440824.90020751953],[118676.00018310548,441213.2001953125],[119531.00018310545,440815.3002319336],[119969.70019531251,438963.90020751953],[119614.60021972656,438995.60021972656],[118693.06860351562,439284.5723876953],[117915.7001953125,439370.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0610","GM_NAAM":"Sliedrecht"},"geometry":{"type":"Polygon","coordinates":[[[109665.2001953125,426155.7001953125],[110500.2001953125,428224.40020751953],[111513.50018310548,428674.90020751953],[112331.40020751953,428546.00018310547],[113186.00018310548,428847.8002319336],[113719.80023193362,428654.00018310547],[114233.50018310548,428654.00018310547],[114770.60021972656,428802.90020751953],[114853.60021972659,427861.50018310547],[114865.80023193362,426087.00018310547],[115300.00018310547,425717.40020751953],[114523.50018310548,425602.3002319336],[113600.0001831055,425359.00018310547],[112585.60021972655,425368.10021972656],[111999.90020751955,425537.00018310547],[111167.72821044923,426080.2578125],[110784.50018310548,426159.00018310547],[109665.2001953125,426155.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0611","GM_NAAM":"Cromstrijen"},"geometry":{"type":"Polygon","coordinates":[[[87852.20019531251,421612.00018310547],[88577.50018310547,422352.40020751953],[88634.90020751956,422221.00018310547],[89442.3002319336,421839.3002319336],[91440.90020751955,422588.60021972656],[91987.60021972656,421260.50018310547],[92620.7001953125,421318.3002319336],[92836.10021972656,420602.40020751953],[92751.00018310548,419659.60021972656],[92669.00018310548,419626.50018310547],[92719.00018310548,419310.3002319336],[92840.8002319336,419084.8002319336],[94149.80023193361,418518.40020751953],[94987.60021972656,417684.00018310547],[94186.2001953125,417162.2001953125],[94355.3002319336,415868.8002319336],[94308.10021972658,415838.90020751953],[95390.7001953125,415102.3002319336],[94937.40020751953,414396.3002319336],[96091.40020751953,413508.3002319336],[95780.04302978517,412766.9689941406],[94301.2250366211,413445.3469848633],[91426.4290161133,414433.1149902344],[89503.80102539064,414518.5360107422],[87425.22302246097,415139.8920288086],[85729.08264160156,416242.19122314453],[87852.20019531251,421612.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0612","GM_NAAM":"Spijkenisse"},"geometry":{"type":"Polygon","coordinates":[[[78999.7001953125,431234.40020751953],[82564.40020751953,431162.10021972656],[83041.80023193361,430219.90020751953],[84740.50018310548,428914.8002319336],[85211.00018310548,428740.00018310547],[85946.00018310547,428640.00018310547],[86544.00018310547,428638.00018310547],[87443.10021972658,428746.00018310547],[87853.50018310548,428713.60021972656],[88502.00018310548,428434.50018310547],[89200.60021972658,428037.90020751953],[88633.90020751953,427400.00018310547],[88013.90020751955,427233.7001953125],[86755.60021972656,427428.40020751953],[85600.00018310547,426558.00018310547],[84800.00018310547,425865.00018310547],[83800.00018310547,426125.00018310547],[82667.00018310548,425872.00018310547],[81217.90020751955,425282.8002319336],[81067.8002319336,426318.60021972656],[80080.50018310547,427306.00018310547],[79950.10021972656,427766.40020751953],[80013.70019531249,428095.90020751953],[80116.40020751952,428725.2001953125],[79775.90020751952,429305.40020751953],[79109.7001953125,429631.00018310547],[78999.7001953125,431234.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0613","GM_NAAM":"Albrandswaard"},"geometry":{"type":"Polygon","coordinates":[[[92496.90020751953,430430.50018310547],[92520.30023193361,430009.60021972656],[92986.60021972658,429269.50018310547],[93099.90020751955,427804.50018310547],[92400.40020751955,427681.8002319336],[91580.5001831055,427439.50018310547],[90605.2001953125,427443.00018310547],[89981.70019531251,427625.40020751953],[87947.30023193361,428693.50018310547],[87443.10021972658,428746.00018310547],[86444.60021972656,428631.7001953125],[85844.00018310548,428647.40020751953],[85829.8002319336,429791.90020751953],[85965.10021972658,429941.10021972656],[85857.00018310548,430326.2001953125],[86427.70019531251,431872.90020751953],[88265.10021972658,431981.2001953125],[89830.8002319336,431241.2001953125],[91949.10021972659,430742.10021972656],[92538.2001953125,430808.10021972656],[92546.44104003906,430662.3634033203],[92496.90020751953,430430.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0614","GM_NAAM":"Westvoorne"},"geometry":{"type":"Polygon","coordinates":[[[67351.50018310545,439250.10021972656],[67379.50018310547,439354.40020751953],[69560.30023193361,438834.7001953125],[69399.40020751952,438321.7001953125],[70126.60021972655,437796.7001953125],[69814.7001953125,437083.8002319336],[68999.20019531249,436722.3002319336],[68856.3002319336,436061.90020751953],[69903.00018310547,434487.3002319336],[70211.10021972656,433888.8002319336],[69454.10021972659,433062.8002319336],[69323.20019531249,433078.2001953125],[68923.30023193358,433056.00018310547],[68673.2001953125,432853.3002319336],[67651.70019531251,431477.7001953125],[67516.40020751952,430696.60021972656],[65570.90020751952,430165.10021972656],[65118.300231933594,429547.60021972656],[64066.21160888671,429363.9473876953],[63998.231994628884,430070.69299316406],[61668.98498535156,433693.0939941406],[61743.73498535154,434744.4349975586],[62614.92700195311,436197.15002441406],[63561.981994628906,437169.8740234375],[62324.48999023438,438125.79803466797],[59275.306396484375,437348.3754272461],[63994.7001953125,439023.90020751953],[64700.800231933594,439170.40020751953],[65297.50018310548,439161.10021972656],[65986.70019531249,439021.50018310547],[66595.40020751955,438009.50018310547],[67351.50018310545,439250.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0617","GM_NAAM":"Strijen"},"geometry":{"type":"Polygon","coordinates":[[[95031.60021972658,422034.60021972656],[96322.60021972659,421573.00018310547],[96530.40020751953,421240.90020751953],[96946.60021972656,420882.8002319336],[98639.00009155275,420682.7001953125],[98673.10021972659,419721.8002319336],[101478.90020751956,419371.3002319336],[101465.5001831055,419012.40020751953],[100164.20019531253,418329.7001953125],[100834.00018310548,417159.8002319336],[101358.40020751953,416772.00018310547],[102450.90020751953,415777.2001953125],[102236.81280517582,415016.1622314453],[101010.60601806642,414547.34802246094],[99512.92199707034,413903.9750366211],[98619.82598876953,413815.2869873047],[97708.6130371094,413190.51599121094],[96088.03002929692,412916.2891845703],[96091.40020751953,413508.3002319336],[94937.40020751953,414396.3002319336],[95390.70019531254,415102.3002319336],[94308.10021972658,415838.90020751953],[94355.3002319336,415868.8002319336],[94186.2001953125,417162.2001953125],[94987.60021972656,417684.00018310547],[94149.80023193365,418518.40020751953],[92921.10021972653,419027.50018310547],[92784.30023193356,419164.50018310547],[92697.7001953125,419387.10021972656],[92669.00018310551,419626.50018310547],[92751.00018310545,419659.60021972656],[92836.10021972656,420602.40020751953],[92620.7001953125,421318.3002319336],[92850.8002319336,421810.2001953125],[93585.90020751955,421919.3002319336],[94010.20019531254,422366.00018310547],[95031.60021972658,422034.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0620","GM_NAAM":"Vianen"},"geometry":{"type":"Polygon","coordinates":[[[132132.8002319336,443183.00018310547],[131172.6002197266,443283.00018310547],[131217.2001953125,443399.40020751953],[131490.50018310547,443783.8002319336],[132480.00018310547,444577.7001953125],[132959.10021972653,445125.00018310547],[134588.00018310547,445946.00018310547],[135307.1002197266,446111.40020751953],[135754.90020751956,446094.3002319336],[136157.8002319336,445987.60021972656],[137800.70019531253,445283.90020751953],[138098.8002319336,444900.40020751953],[138376.9002075196,443451.10021972656],[138681.8002319336,442899.8002319336],[138902.80023193362,442695.8002319336],[139175.40020751953,442554.2001953125],[140261.2001953125,442377.10021972656],[140776.20019531256,442134.3002319336],[140046.4002075196,440804.3002319336],[139614.8002319336,439846.90020751953],[138588.8002319336,438449.90020751953],[137321.30023193362,438525.40020751953],[135353.0001831055,439780.40020751953],[134488.2001953125,440215.40020751953],[132126.8002319336,440758.2001953125],[132405.30023193362,441398.10021972656],[132828.1112060547,441852.15563964844],[132132.8002319336,443183.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0622","GM_NAAM":"Vlaardingen"},"geometry":{"type":"Polygon","coordinates":[[[83744.00018310547,440848.60021972656],[84535.80023193361,438990.3002319336],[85034.3002319336,435027.50018310547],[84177.90020751953,435028.00018310547],[82788.00018310545,434553.00018310547],[82296.00018310547,434482.00018310547],[81798.00018310547,434497.00018310547],[80240.90020751953,434772.40020751953],[77952.50018310548,435796.90020751953],[81174.80023193358,439036.90020751953],[81885.80023193361,439777.60021972656],[82759.00018310545,440298.3002319336],[82695.90020751955,440361.50018310547],[82767.10021972658,440405.3002319336],[83744.00018310547,440848.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0623","GM_NAAM":"Vlist"},"geometry":{"type":"Polygon","coordinates":[[[110375.60021972656,446595.60021972656],[110406.8002319336,446696.10021972656],[111747.00018310548,446072.40020751953],[111747.90020751955,446248.90020751953],[111316.50018310548,447494.40020751953],[112367.80023193361,447391.10021972656],[113037.10021972656,447476.90020751953],[113666.40020751956,447737.60021972656],[114606.70019531251,448377.2001953125],[114930.30023193361,447449.40020751953],[116978.90020751952,447707.8002319336],[117911.3002319336,447896.40020751953],[118603.7001953125,446531.50018310547],[115898.40020751953,445862.90020751953],[117082.60021972658,444338.00018310547],[117006.30023193361,444275.90020751953],[117788.00018310548,443091.2001953125],[119046.8002319336,441849.90020751953],[118676.00018310548,441213.2001953125],[118294.60021972658,440824.90020751953],[117918.00018310548,441177.10021972656],[117524.10021972658,442009.40020751953],[116562.60021972656,442571.10021972656],[116446.8002319336,442524.2001953125],[115514.0001831055,442479.10021972656],[115642.10021972656,441247.2001953125],[110385.40020751952,439752.40020751953],[109142.30023193361,439751.10021972656],[109008.7001953125,440571.7001953125],[108128.80023193362,441827.00018310547],[108497.10021972658,442886.50018310547],[109226.3002319336,443526.7001953125],[108424.40020751955,444225.2001953125],[109935.70019531251,445460.10021972656],[110231.00018310545,445663.10021972656],[109643.80023193358,446082.40020751953],[109703.70019531253,446117.40020751953],[109379.60021972659,446554.2001953125],[110375.60021972656,446595.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0626","GM_NAAM":"Voorschoten"},"geometry":{"type":"Polygon","coordinates":[[[91686.70019531251,462814.40020751953],[91910.60021972656,462763.2001953125],[92155.2001953125,461046.40020751953],[92103.10021972655,460814.8002319336],[91816.8002319336,460301.7001953125],[90962.70019531253,459340.2001953125],[89666.20019531251,457753.2001953125],[89273.40020751955,457459.3002319336],[87456.8002319336,458640.90020751953],[88320.00018310547,459712.50018310547],[89279.80023193361,460988.8002319336],[90370.50018310545,462327.10021972656],[90419.00018310548,461844.3002319336],[90609.10021972659,461861.90020751953],[91686.70019531251,462814.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0627","GM_NAAM":"Waddinxveen"},"geometry":{"type":"Polygon","coordinates":[[[106581.50018310548,448118.8002319336],[106150.90020751955,447941.40020751953],[105530.10021972658,447424.10021972656],[105422.40020751955,447558.2001953125],[105389.70019531251,447738.7001953125],[105590.30023193361,448137.2001953125],[105591.3002319336,448505.90020751953],[105281.00018310548,448652.00018310547],[103482.60021972659,447301.2001953125],[102657.7001953125,447648.3002319336],[100372.8002319336,449938.8002319336],[101427.60021972658,451135.90020751953],[101751.60021972659,451439.7001953125],[101381.00018310548,451647.8002319336],[101595.60021972658,453046.7001953125],[101574.5001831055,453303.10021972656],[101530.2001953125,453313.10021972656],[101508.30023193358,454595.50018310547],[102769.90020751953,454514.60021972656],[102766.60021972656,454292.50018310547],[103557.20019531251,454205.3002319336],[103641.2001953125,453212.7001953125],[104709.60021972656,453089.8002319336],[105131.3002319336,453117.50018310547],[105242.00018310548,452820.7001953125],[105371.90020751955,452669.7001953125],[106478.50018310547,451765.40020751953],[106981.8002319336,450762.7001953125],[108265.50018310547,450418.40020751953],[106925.90020751953,449344.90020751953],[105589.60021972656,448770.7001953125],[105767.00018310545,448537.00018310547],[106581.50018310548,448118.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0629","GM_NAAM":"Wassenaar"},"geometry":{"type":"Polygon","coordinates":[[[83403.40020751955,457096.60021972656],[82384.00018310545,456898.3002319336],[82782.50018310547,458023.40020751953],[80795.7883911133,460516.4069824219],[83650.31402587892,464091.7399902344],[85753.20922851562,467002.58221435547],[88248.90020751953,464372.90020751953],[90213.60021972658,463476.00018310547],[90099.80023193358,463211.7001953125],[90436.50018310547,462403.60021972656],[89279.80023193361,460988.8002319336],[88320.00018310547,459712.50018310547],[86633.10021972656,457767.7001953125],[85481.60021972658,456765.60021972656],[85302.90020751953,456911.8002319336],[84524.33020019531,458001.5650024414],[83403.40020751955,457096.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0632","GM_NAAM":"Woerden"},"geometry":{"type":"Polygon","coordinates":[[[122142.7001953125,453833.8002319336],[119846.50018310547,453446.50018310547],[119725.10021972658,453521.00018310547],[117631.70019531253,453553.3002319336],[116544.40020751955,454188.90020751953],[116359.90020751956,456273.7001953125],[116510.90020751953,457798.90020751953],[114243.50018310548,459508.2001953125],[114263.10021972656,459606.7001953125],[114675.10021972656,459839.8002319336],[115027.5001831055,459959.90020751953],[115344.10021972658,460240.40020751953],[115402.7001953125,460567.10021972656],[115412.00018310547,461007.10021972656],[115422.30023193361,461207.2001953125],[116615.90020751955,461702.3002319336],[117140.60021972658,461776.2001953125],[118581.00018310547,461134.90020751953],[119902.20019531253,461305.8002319336],[119854.50018310547,463225.60021972656],[120812.10021972658,463650.10021972656],[121128.60021972658,463852.60021972656],[121916.20019531251,463875.50018310547],[122323.30023193362,463852.8002319336],[122456.80023193361,461891.8002319336],[123268.40020751953,462227.50018310547],[124650.00018310548,460013.3002319336],[125818.40020751953,460659.60021972656],[127078.8002319336,457910.3002319336],[127738.60021972658,457020.2001953125],[128067.30023193361,455862.60021972656],[128806.00018310548,455649.3002319336],[128569.10021972656,454516.50018310547],[128414.90020751955,453164.3002319336],[127254.8002319336,453039.2001953125],[125457.80023193362,453644.7001953125],[124080.10021972658,454723.50018310547],[123716.7001953125,454655.10021972656],[122142.7001953125,453833.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0637","GM_NAAM":"Zoetermeer"},"geometry":{"type":"Polygon","coordinates":[[[94152.00018310548,455949.60021972656],[95202.2001953125,455936.60021972656],[96247.40020751955,454992.2001953125],[96484.30023193361,454207.10021972656],[97779.70019531251,453107.90020751953],[98113.7001953125,452842.00018310547],[97404.8002319336,451672.60021972656],[96520.20019531251,451593.2001953125],[94511.90020751955,449678.50018310547],[92566.40020751953,449663.7001953125],[92122.90020751952,450635.8002319336],[91221.5001831055,450440.40020751953],[90751.0001831055,451625.00018310547],[88800.30023193361,451924.60021972656],[88694.10021972656,453096.50018310547],[88771.70019531253,453219.10021972656],[91217.60021972656,454913.10021972656],[92517.2001953125,455172.7001953125],[93715.80023193362,455876.2001953125],[94152.00018310548,455949.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0638","GM_NAAM":"Zoeterwoude"},"geometry":{"type":"Polygon","coordinates":[[[95169.8002319336,461669.2001953125],[94997.40020751955,461770.50018310547],[95920.60021972656,462486.3002319336],[96087.10021972658,462128.60021972656],[96329.10021972658,461890.10021972656],[96667.60021972656,461771.40020751953],[97274.90020751953,461741.10021972656],[97736.2001953125,461461.60021972656],[97618.3002319336,461366.60021972656],[97704.70019531249,461281.50018310547],[97427.60021972656,460980.2001953125],[97515.30023193362,460788.8002319336],[97023.50018310548,459598.60021972656],[96657.8002319336,459477.10021972656],[96734.40020751955,455416.40020751953],[96278.90020751955,455039.50018310547],[95202.2001953125,455936.60021972656],[94152.00018310548,455949.60021972656],[93636.40020751955,456130.8002319336],[93551.2001953125,457002.7001953125],[92237.00018310545,459227.8002319336],[93393.70019531251,460292.90020751953],[93661.60021972658,460434.00018310547],[95169.8002319336,461669.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0642","GM_NAAM":"Zwijndrecht"},"geometry":{"type":"Polygon","coordinates":[[[105585.40020751953,426352.3002319336],[105669.90020751955,426047.2001953125],[105370.20019531251,425994.7001953125],[104991.0001831055,425793.3002319336],[103860.8002319336,424573.40020751953],[102165.7001953125,423852.00018310547],[100642.00018310548,424458.10021972656],[99300.50018310547,424684.10021972656],[98145.30023193362,425600.60021972656],[97785.70019531251,426799.50018310547],[97539.30023193362,427139.90020751953],[97992.00018310547,428124.3002319336],[98422.2001953125,428528.8002319336],[98763.50018310547,429042.00018310547],[99743.50018310548,428519.00018310547],[100761.2001953125,428085.60021972656],[103296.50018310547,426571.10021972656],[103765.10021972658,426808.90020751953],[105004.60021972656,427250.2001953125],[105585.40020751953,426352.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0643","GM_NAAM":"Nederlek"},"geometry":{"type":"Polygon","coordinates":[[[102655.60021972659,433711.7001953125],[102257.3002319336,433708.8002319336],[101006.30023193361,434054.00018310547],[100310.70019531251,434348.7001953125],[99654.3002319336,435051.00018310547],[99196.00018310548,435258.50018310547],[100610.60021972656,435775.50018310547],[102307.90020751953,435814.3002319336],[103257.3002319336,435998.40020751953],[103837.90020751955,436294.50018310547],[104278.7001953125,436815.40020751953],[104746.3002319336,436662.2001953125],[105375.8002319336,436961.60021972656],[106321.10021972656,437668.8002319336],[106777.3002319336,437934.90020751953],[107160.20019531251,438426.2001953125],[107337.20019531253,438278.8002319336],[108936.5001831055,438111.40020751953],[110308.40020751956,438336.7001953125],[110848.60021972656,438356.50018310547],[110673.50018310548,435618.10021972656],[110728.10021972658,435389.8002319336],[110320.60021972659,435111.2001953125],[108787.7001953125,434372.7001953125],[108086.30023193362,434520.40020751953],[105915.20019531251,433784.2001953125],[104372.50018310548,433709.7001953125],[102655.60021972659,433711.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0644","GM_NAAM":"Ouderkerk"},"geometry":{"type":"Polygon","coordinates":[[[102076.40020751953,438344.60021972656],[102242.7001953125,438684.3002319336],[102424.70019531251,438874.8002319336],[102594.30023193361,438929.3002319336],[103017.8002319336,438922.10021972656],[103220.90020751955,439045.50018310547],[103715.7001953125,440677.10021972656],[103982.30023193361,440802.2001953125],[104027.40020751953,441120.7001953125],[103040.00018310548,442403.7001953125],[103209.80023193358,442730.10021972656],[104252.10021972658,442991.90020751953],[105774.00018310547,443800.10021972656],[105934.10021972658,444438.10021972656],[106946.60021972659,445487.8002319336],[107105.7001953125,445589.90020751953],[107839.90020751955,445664.90020751953],[108306.3002319336,446150.2001953125],[109102.40020751955,445765.40020751953],[109643.80023193358,446082.40020751953],[110231.00018310545,445663.10021972656],[109935.70019531251,445460.10021972656],[108444.40020751953,444246.7001953125],[108039.00018310548,443816.00018310547],[107541.10021972656,443187.50018310547],[106879.10021972656,442460.3002319336],[106339.7001953125,441315.10021972656],[106416.30023193362,440457.50018310547],[106031.50018310548,439361.2001953125],[107160.20019531251,438426.2001953125],[106809.5001831055,437968.50018310547],[106321.10021972656,437668.8002319336],[105375.8002319336,436961.60021972656],[104746.3002319336,436662.2001953125],[104278.7001953125,436815.40020751953],[103796.40020751953,436270.50018310547],[102951.34338378906,437265.5092163086],[102076.40020751953,438344.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0653","GM_NAAM":"Gaasterln-Sleat"},"geometry":{"type":"Polygon","coordinates":[[[167477.60021972662,550593.5001831055],[167888.90020751953,549670.4002075195],[167998.50018310547,549682.3002319336],[168927.50018310553,547611.2001953125],[172000.00018310547,548406.4002075195],[172619.40020751953,546417.9002075195],[173622.40020751956,544620.7001953125],[172818.30023193365,544381.9002075195],[172900.7001953125,543739.1002197266],[172231.40020751953,542626.2001953125],[172304.9002075196,541757.5001831055],[170565.6370239258,540398.2969970703],[169427.10302734375,540554.5650024414],[168339.46899414062,540277.3930053711],[167993.1849975586,539189.908996582],[167131.1900024414,538566.5640258789],[166157.62103271484,538387.7650146484],[164443.48602294922,538910.9840087891],[161915.94104003912,540154.9320068359],[159445.45703125,540898.6829833984],[158624.11083984375,540415.5939941406],[158107.2001953125,542550.9002075195],[158044.1002197266,542524.4002075195],[158070.3002319336,543056.5001831055],[158800.40020751956,542953.4002075195],[160241.7001953125,542684.7001953125],[160486.4002075196,542740.6002197266],[161053.2001953125,542404.1002197266],[161751.9002075196,542920.7001953125],[162318.10021972656,543217.1002197266],[162236.30023193365,543964.6002197266],[162177.30023193362,544750.5001831055],[161039.50018310553,546128.9002075195],[163314.8057861328,548824.8873901367],[166935.60021972656,551174.6002197266],[167221.40020751953,550958.7001953125],[167477.60021972662,550593.5001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0654","GM_NAAM":"Borsele"},"geometry":{"type":"Polygon","coordinates":[[[40550.00018310549,391401.40020751953],[42141.10021972659,391247.90020751953],[43060.40020751951,391035.7001953125],[43600.90020751954,390735.00018310547],[45482.00018310545,389415.7001953125],[47054.70019531252,389604.8002319336],[48612.70019531252,389491.10021972656],[50418.60021972658,389079.40020751953],[52585.80023193362,388821.40020751953],[52619.800231933594,388653.7001953125],[52297.600219726584,387939.8002319336],[53441.200195312515,386073.60021972656],[53070.611999511755,384920.1900024414],[53382.61700439454,383838.25103759766],[51837.90899658207,380424.94104003906],[51069.017028808616,379316.3939819336],[49580.95898437503,379805.57501220703],[48770.928039550774,379230.8190307617],[45370.23400878908,378583.3840332031],[43824.10998535157,380180.5599975586],[41445.82598876952,381892.5239868164],[40046.50000000003,381525.2471923828],[39449.43139648438,381913.40881347656],[38922.80023193362,383388.10021972656],[37893.5001831055,384942.00018310547],[38048.72039794921,385929.07458496094],[38451.17883300782,386400.29119873047],[38794.03082275391,387395.7476196289],[39061.022033691435,388231.0419921875],[38185.15063476561,388891.3049926758],[37816.80023193359,389595.00018310547],[37768.100219726584,390614.00018310547],[38244.400207519524,391728.7001953125],[40550.00018310549,391401.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0664","GM_NAAM":"Goes"},"geometry":{"type":"Polygon","coordinates":[[[56731.84661865231,394147.4155883789],[56192.600219726584,393366.90020751953],[56277.100219726555,391778.10021972656],[53506.600219726555,390216.50018310547],[53221.00018310549,389465.50018310547],[52585.80023193362,388821.40020751953],[50418.60021972658,389079.40020751953],[48612.70019531252,389491.10021972656],[47054.70019531252,389604.8002319336],[45482.00018310545,389415.7001953125],[43600.90020751954,390735.00018310547],[42967.10021972656,391067.50018310547],[42091.80023193359,391255.00018310547],[40550.00018310549,391401.40020751953],[38244.400207519524,391728.7001953125],[38252.400207519524,391860.50018310547],[38641.80023193357,392194.2001953125],[41026.100219726606,392780.00018310547],[40912.8002319336,393429.50018310547],[40607.700195312515,393637.3002319336],[39655.51898193357,394314.1890258789],[40356.10101318361,395884.75299072266],[41767.37603759767,396664.20001220703],[42968.549011230476,396082.8389892578],[44373.244995117195,395889.97399902344],[46335.351013183594,396797.58502197266],[47389.113037109375,396527.4060058594],[48264.23602294924,395661.6359863281],[49051.236022949204,395489.0599975586],[50552.20703125001,395919.8740234375],[51712.40502929686,395739.24102783203],[52702.072021484375,396227.6480102539],[53715.22064208988,396032.1862182617],[53779.38104248047,395263.3389892578],[54603.850036621116,393939.9719848633],[55583.5880126953,394333.77502441406],[56731.84661865231,394147.4155883789]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0668","GM_NAAM":"West Maas en Waal"},"geometry":{"type":"Polygon","coordinates":[[[164923.0001831055,434036.2001953125],[165871.90020751953,433283.10021972656],[168064.50018310547,433785.60021972656],[167376.20019531253,432539.8002319336],[167479.90020751953,432016.10021972656],[166472.40020751953,431327.10021972656],[166423.2001953125,430455.00018310547],[168091.90020751953,430687.00018310547],[168629.10021972656,429859.00018310547],[168355.2001953125,429192.7001953125],[168632.80023193365,427853.8002319336],[169562.2001953125,427716.8002319336],[170123.8002319336,427477.90020751953],[170286.0001831055,426955.50018310547],[169637.50018310553,426745.50018310547],[169529.80023193362,426626.2001953125],[169100.0001831055,426779.00018310547],[167900.00018310547,426603.00018310547],[166748.00018310547,426549.2001953125],[166361.7001953125,426262.2001953125],[166000.0001831055,425521.00018310547],[165500.0001831055,425300.00018310547],[164000.00018310547,425638.00018310547],[163000.00018310547,426691.00018310547],[162600.00018310553,426871.00018310547],[162200.00018310547,426903.00018310547],[161900.0001831055,426816.00018310547],[161603.00018310553,426600.00018310547],[161375.00018310547,426200.00018310547],[160900.00018310547,425020.00018310547],[160500.00018310547,424785.00018310547],[159800.0001831055,424623.00018310547],[158800.0001831055,424552.00018310547],[158200.00018310553,424636.00018310547],[157600.00018310547,424931.00018310547],[157400.00018310547,425126.00018310547],[156908.60021972656,425853.50018310547],[156917.40020751953,426268.2001953125],[156362.60021972656,427133.90020751953],[155925.7001953125,427674.3002319336],[156462.20019531253,428299.50018310547],[156775.10021972656,428855.8002319336],[157273.3002319336,430430.90020751953],[157673.60021972656,431285.90020751953],[158190.70019531256,432077.3002319336],[158465.10021972656,432388.40020751953],[159108.60021972656,432957.60021972656],[159559.70019531256,433214.40020751953],[160195.8002319336,433376.8002319336],[160848.50018310547,433450.40020751953],[162584.9385986328,433396.658203125],[163179.9002075196,433450.10021972656],[163857.40020751956,433599.00018310547],[164923.0001831055,434036.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0677","GM_NAAM":"Hulst"},"geometry":{"type":"MultiPolygon","coordinates":[[[[66991.3989868164,375756.9670410156],[68133.92303466797,375416.0400390625],[68857.9459838867,373713.33502197266],[67689.47198486328,373470.19104003906],[67348.1010131836,373888.81604003906],[66991.3989868164,375756.9670410156]]],[[[69952.82598876955,376380.71502685547],[70405.57000732425,376236.6600341797],[70222.5419921875,374738.7180175781],[69566.31103515626,374618.33001708984],[68929.27502441402,375709.6799926758],[69952.82598876955,376380.71502685547]]],[[[58532.90020751956,362304.60021972656],[57917.00018310548,362231.50018310547],[57668.00018310547,363002.90020751953],[56910.700195312515,363140.60021972656],[56787.30023193361,368896.50018310547],[56298.600219726555,368856.60021972656],[55018.20019531251,369762.90020751953],[55661.70019531247,372461.60021972656],[55538.400207519575,374541.3002319336],[55216.80023193364,375175.00018310547],[55404.40020751952,376045.00018310547],[54395.80023193363,376068.8002319336],[55178.4266357422,376402.3139038086],[55820.788024902344,377211.99102783203],[55544.20703125002,378083.85998535156],[55837.54400634766,379254.38903808594],[56782.51599121095,380663.62799072266],[59607.18798828126,380022.93298339844],[60499.62701416015,379109.04498291016],[60810.885009765654,377858.63201904297],[62099.24499511719,376027.09802246094],[64379.72302246093,375812.20501708984],[66158.59301757811,374674.5993041993],[67345.8890380859,373281.62799072266],[68905.3469848633,373604.4169921875],[68914.98199462892,374110.75],[70466.45098876955,374256.5220336914],[70329.84503173828,375036.34899902344],[70876.96301269531,376321.8460083008],[71927.29803466797,377052.416015625],[72976.63598632812,376626.0540161133],[73865.80401611328,374841.30603027344],[74712.23303222655,373842.98083496094],[69830.10021972653,367780.10021972656],[62620.80023193361,362853.90020751953],[60965.70019531247,362197.10021972656],[60694.400207519524,362687.3002319336],[58532.90020751956,362304.60021972656]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0678","GM_NAAM":"Kapelle"},"geometry":{"type":"Polygon","coordinates":[[[59668.05682373046,393201.9890136719],[59760.000183105476,392220.50018310547],[59020.2001953125,391557.60021972656],[59102.800231933616,386414.00018310547],[58092.04382324219,385621.7546386719],[56870.10900878909,386873.7219848633],[55925.756042480454,386179.41998291016],[55141.34600830079,386171.96502685547],[53975.090026855476,385369.8510131836],[53441.200195312515,386073.60021972656],[52297.600219726584,387939.8002319336],[52619.800231933594,388653.7001953125],[52585.80023193362,388821.40020751953],[53221.00018310549,389465.50018310547],[53506.600219726555,390216.50018310547],[56277.100219726555,391778.10021972656],[56192.600219726584,393366.90020751953],[56731.84661865231,394147.4155883789],[58681.14703369142,393352.9630126953],[59668.05682373046,393201.9890136719]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0687","GM_NAAM":"Middelburg"},"geometry":{"type":"Polygon","coordinates":[[[32169.20019531247,394410.10021972656],[33337.10021972656,394463.7001953125],[33851.700195312515,393750.40020751953],[35047.10021972656,393673.8002319336],[36569.196838378906,395333.48162841797],[37101.63403320311,394069.0460205078],[38234.60101318361,393271.5369873047],[39937.806030273474,394082.77099609375],[40607.700195312515,393637.3002319336],[40912.8002319336,393429.50018310547],[41026.100219726606,392780.00018310547],[38641.80023193357,392194.2001953125],[38252.400207519524,391860.50018310547],[37768.100219726584,390614.00018310547],[37816.80023193359,389595.00018310547],[37248.00018310549,389231.40020751953],[35475.40020751954,388138.50018310547],[34898.90020751954,387988.2001953125],[34309.80023193359,388129.7001953125],[34046.10021972658,388306.00018310547],[32888.400207519546,389457.7001953125],[32348.80023193357,388866.40020751953],[31463.30023193361,388892.50018310547],[30118.600219726584,389408.3002319336],[29806.500183105483,389753.00018310547],[29637.3002319336,391705.50018310547],[29832.800231933616,393840.90020751953],[30739.200195312504,394132.90020751953],[30510.7001953125,395219.8002319336],[31250.000183105447,395400.90020751953],[31920.100219726562,395516.40020751953],[32169.20019531247,394410.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0689","GM_NAAM":"Giessenlanden"},"geometry":{"type":"Polygon","coordinates":[[[118868.60021972658,427279.50018310547],[117830.50018310548,427251.10021972656],[117174.00018310548,430384.3002319336],[118314.60021972656,431161.3002319336],[118546.20019531253,431356.8002319336],[119966.60021972658,432309.10021972656],[121066.2001953125,432554.60021972656],[121065.40020751952,433097.2001953125],[122200.3002319336,433349.60021972656],[123381.10021972658,434811.60021972656],[122832.70019531251,436806.8002319336],[123063.8002319336,437026.00018310547],[123903.40020751955,437839.50018310547],[124277.10021972658,437960.00018310547],[124646.00018310547,438399.00018310547],[124773.70019531251,438453.40020751953],[125343.7001953125,436432.50018310547],[126548.40020751955,435543.90020751953],[126519.10021972656,434385.10021972656],[128005.90020751955,434937.8002319336],[128423.20019531249,431898.2001953125],[130196.10021972656,432659.7001953125],[130216.40020751953,432616.2001953125],[129929.7001953125,431560.50018310547],[130215.8002319336,430637.00018310547],[130179.90020751955,430066.3002319336],[129403.2001953125,430133.7001953125],[128981.80023193361,430009.90020751953],[128663.90020751952,430002.60021972656],[128380.50018310548,430148.10021972656],[128068.90020751955,430427.3002319336],[127905.40020751953,430305.3002319336],[128068.7001953125,429033.7001953125],[127176.20019531249,429915.3002319336],[125526.00018310547,430567.40020751953],[124086.2001953125,430658.90020751953],[124371.00018310548,428560.7001953125],[122928.20019531251,428125.00018310547],[123137.00018310548,428004.60021972656],[121900.7001953125,427876.2001953125],[119207.10021972658,427171.60021972656],[119185.5001831055,427392.90020751953],[118868.60021972658,427279.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0703","GM_NAAM":"Reimerswaal"},"geometry":{"type":"Polygon","coordinates":[[[73768.21942138673,389389.11639404297],[74653.40020751955,389511.7001953125],[77706.60021972655,382359.10021972656],[76849.10021972656,381415.3002319336],[77192.30023193358,379618.40020751953],[77116.30023193361,377750.10021972656],[77733.10021972655,376905.00018310547],[75398.19378662108,376807.73321533203],[75380.75201416014,377844.50799560547],[74577.72399902345,379053.1569824219],[72834.16900634769,379591.4440307617],[72464.50201416016,380338.18103027344],[70556.52899169922,379819.62799072266],[69369.58599853514,379131.70599365234],[65423.700988769524,380240.9719848633],[62783.36401367187,381359.4710083008],[61718.341003417954,382767.10400390625],[60599.38903808592,383831.96002197266],[58483.71301269531,385132.20501708984],[58092.04382324219,385621.7546386719],[59102.800231933616,386414.00018310547],[59020.2001953125,391557.60021972656],[59760.000183105476,392220.50018310547],[59668.05682373046,393201.9890136719],[60182.14599609377,392381.02099609375],[61635.023986816406,391262.1300048828],[62269.26501464843,391329.2319946289],[62705.49304199221,389577.78399658203],[62723.08300781252,388199.6439819336],[65033.31103515627,384949.7300415039],[65798.91998291014,384687.9400024414],[67792.55603027345,383226.65899658203],[68973.86303710938,383243.09100341797],[71108.11401367188,384530.82501220703],[74061.57543945312,383940.18560791016],[73843.15380859375,385902.51641845703],[74059.9378051758,386701.3740234375],[73768.21942138673,389389.11639404297]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0707","GM_NAAM":"Zederik"},"geometry":{"type":"Polygon","coordinates":[[[127573.3002319336,442917.50018310547],[128264.60021972658,443345.3002319336],[129088.00018310547,443082.00018310547],[129929.7001953125,442430.50018310547],[130649.50018310547,442429.10021972656],[131172.6002197266,443283.00018310547],[132132.8002319336,443183.00018310547],[132831.70019531253,441845.3002319336],[132405.30023193362,441398.10021972656],[132126.8002319336,440758.2001953125],[134404.10021972656,440249.00018310547],[135353.0001831055,439780.40020751953],[134352.10021972656,437686.2001953125],[133778.7001953125,437975.8002319336],[132304.30023193362,435923.2001953125],[132138.8002319336,435165.7001953125],[132573.2001953125,434037.8002319336],[132740.60021972656,433812.90020751953],[128423.20019531249,431898.2001953125],[128005.90020751955,434937.8002319336],[126519.10021972656,434385.10021972656],[126548.40020751955,435543.90020751953],[125343.7001953125,436432.50018310547],[124773.70019531251,438453.40020751953],[124399.7001953125,438059.90020751953],[124188.50018310547,437924.50018310547],[123712.60021972659,439998.3002319336],[123314.5001831055,440376.50018310547],[124252.40020751953,441762.7001953125],[124492.3002319336,441817.2001953125],[124983.60021972658,441731.60021972656],[125717.83203125003,441371.1719970703],[126102.20019531253,441276.00018310547],[126500.30023193362,441494.40020751953],[126748.8002319336,441748.60021972656],[127573.3002319336,442917.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0715","GM_NAAM":"Terneuzen"},"geometry":{"type":"Polygon","coordinates":[[[54395.80023193363,376068.8002319336],[55404.40020751952,376045.00018310547],[55216.80023193364,375175.00018310547],[55538.400207519575,374541.3002319336],[55661.70019531247,372461.60021972656],[55018.20019531251,369762.90020751953],[56298.600219726555,368856.60021972656],[56787.30023193361,368896.50018310547],[56910.700195312515,363140.60021972656],[57668.00018310547,363002.90020751953],[57917.00018310548,362231.50018310547],[58532.90020751956,362304.60021972656],[57155.80023193359,361472.2001953125],[56628.10021972659,360503.90020751953],[55603.40020751955,360366.7001953125],[55185.5001831055,359468.2001953125],[53599.2001953125,359063.90020751953],[53159.40020751957,360003.8002319336],[52209.70019531252,359396.7001953125],[52377.700195312515,358628.8002319336],[50104.90020751956,357829.10021972656],[49513.30023193361,358715.00018310547],[50408.600219726606,359362.40020751953],[50310.70019531249,360368.3002319336],[48258.50018310551,359054.60021972656],[46644.00018310548,359418.60021972656],[45846.60021972656,358894.3002319336],[44839.70019531252,359342.8002319336],[44046.900207519546,359148.2001953125],[43378.200195312515,359744.90020751953],[43444.40020751953,363047.7001953125],[43889.7001953125,364180.50018310547],[42706.40020751955,364907.10021972656],[41603.40020751951,364868.3002319336],[41147.70019531251,365720.10021972656],[38881.30023193361,366216.60021972656],[38153.40020751953,366095.00018310547],[36854.20019531251,366563.00018310547],[37167.300231933594,367554.60021972656],[37553.800231933616,367765.3002319336],[37771.30023193359,367964.8002319336],[37669.000183105476,368754.40020751953],[37614.300231933594,370318.60021972656],[38244.60021972658,370954.8002319336],[36438.600219726584,371643.00018310547],[35034.50018310547,371477.00018310547],[33555.80023193361,373962.7001953125],[34642.60021972656,374972.3002319336],[37043.2001953125,375065.00018310547],[37058.79498291017,376345.8140258789],[39106.734985351555,374662.88201904297],[41522.038024902366,374444.51403808594],[41292.53002929692,373614.05798339844],[42387.33001708984,373150.35900878906],[42457.8140258789,374689.2180175781],[43665.33001708985,374591.0239868164],[44909.40203857423,373302.69903564453],[45950.77301025391,373575.9069824219],[47328.246032714844,372983.1780395508],[49045.601013183594,372994.3389892578],[49674.989990234375,374105.8099975586],[50781.68603515628,374351.5400390625],[51975.6710205078,375424.11602783203],[54395.80023193363,376068.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0716","GM_NAAM":"Tholen"},"geometry":{"type":"Polygon","coordinates":[[[72346.54278564455,406223.7924194336],[72413.5358276367,406252.43280029297],[72933.57519531251,405556.50701904297],[74001.05499267575,405835.4940185547],[74879.6290283203,405644.2800292969],[73800.40020751955,404965.2001953125],[73454.70019531253,404764.50018310547],[72994.10021972656,404381.50018310547],[72619.2001953125,403914.40020751953],[72345.20019531247,403381.7001953125],[72151.40020751955,402814.60021972656],[72069.40020751955,402221.2001953125],[72146.90020751955,401427.40020751953],[72431.9002075195,400682.40020751953],[74632.50018310548,397836.3002319336],[74924.00018310545,397313.00018310547],[75106.30023193364,396742.40020751953],[75172.2001953125,396147.00018310547],[75075.10021972662,395355.3002319336],[73888.60021972655,391755.60021972656],[73890.10021972656,391299.10021972656],[74653.40020751955,389511.7001953125],[73768.21942138673,389389.11639404297],[73507.9819946289,389875.1119995117],[70861.07202148438,391081.13299560547],[70964.94299316403,392467.7269897461],[70105.46704101564,393377.3510131836],[68094.24999999999,393763.29498291016],[66910.33099365236,393519.79400634766],[65105.053039550796,393882.3040161133],[64018.55303955078,393866.7319946289],[63205.32098388671,394785.6300048828],[62974.54199218751,395872.6110229492],[62205.91302490233,396775.63903808594],[60732.4810180664,397249.8510131836],[60490.46340942382,398468.74841308594],[57735.059997558594,400043.083984375],[58185.33099365239,401342.8699951172],[60546.55401611326,401775.3859863281],[62617.83203124997,403076.43798828125],[64092.28100585936,403516.83599853516],[65885.59100341795,403185.23400878906],[66603.46258544923,402383.20721435547],[67753.96899414061,402207.8430175781],[69836.91900634767,402274.3550415039],[70736.3330078125,402599.0729980469],[71224.27899169923,403717.4930419922],[69488.333984375,403363.4869995117],[67691.49401855467,403435.6550292969],[67088.12103271486,404740.72302246094],[65887.46704101562,405439.8630371094],[65944.22900390626,406790.3519897461],[67327.83660888673,407959.1110229492],[69284.53503417966,407541.41400146484],[70910.57702636719,406694.66802978516],[72346.54278564455,406223.7924194336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0717","GM_NAAM":"Veere"},"geometry":{"type":"MultiPolygon","coordinates":[[[[33873.832824707024,401360.8884277344],[33066.650390625,400926.74060058594],[33240.48004150389,399488.2789916992],[34070.68902587891,398399.26501464844],[35889.668029785185,397097.7030029297],[36606.707031250015,395408.3547973633],[35047.10021972656,393673.8002319336],[33851.700195312515,393750.40020751953],[33337.10021972656,394463.7001953125],[32169.20019531247,394410.10021972656],[31920.100219726562,395516.40020751953],[31250.000183105447,395400.90020751953],[30510.7001953125,395219.8002319336],[30739.200195312504,394132.90020751953],[29832.800231933616,393840.90020751953],[29637.3002319336,391705.50018310547],[29806.500183105483,389753.00018310547],[29619.000183105465,388969.8002319336],[27111.50018310547,388114.7001953125],[26320.000183105458,387800.00018310547],[25819.900207519564,387722.00018310547],[25172.22979736328,388219.68341064453],[24714.49462890627,389035.8944091797],[24629.06878662109,389219.0687866211],[23678.593017578103,391216.6130371094],[22597.12799072266,391872.81103515625],[20359.254394531272,393641.70458984375],[20231.177001953147,393874.44299316406],[19535.508605957042,394547.5872192383],[19358.8002319336,395319.3002319336],[19374.86779785157,395423.2781982422],[20101.93121337891,396939.0834350586],[20364.83703613282,397088.2208251953],[20857.326782226555,397368.82861328125],[21101.51019287109,397436.63104248047],[21484.500183105487,397710.3002319336],[21652.454833984364,397825.6688232422],[21768.67041015625,398004.45458984375],[22299.262023925792,398312.2374267578],[22411.50018310546,398508.60021972656],[22617.244812011755,398557.74322509766],[22741.200195312475,398745.8002319336],[26689.182006835945,400744.7789916992],[27909.15502929688,401586.9760131836],[30375.2585144043,402221.3850097656],[33873.832824707024,401360.8884277344]]],[[[39676.08923339844,408025.40020751953],[39352.44201660157,406661.1240234375],[38790.11303710939,406044.77099609375],[37236.48699951173,405768.2300415039],[38182.267028808594,406919.4260253906],[39186.741027832046,407278.50103759766],[39676.08923339844,408025.40020751953]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0718","GM_NAAM":"Vlissingen"},"geometry":{"type":"MultiPolygon","coordinates":[[[[38048.72039794921,385929.07458496094],[37893.5001831055,384942.00018310547],[36182.53100585936,385855.9750366211],[36754.04302978518,386692.87200927734],[38048.72039794921,385929.07458496094]]],[[[38794.03082275391,387395.7476196289],[38451.17883300782,386400.29119873047],[37293.70599365234,387006],[38390.780029296875,387624.29400634766],[38794.03082275391,387395.7476196289]]],[[[38185.15063476561,388891.3049926758],[37479.10021972657,388258.40020751953],[38216.47680664063,388223.8098144531],[36797.06201171878,387142.1959838867],[36113.38104248049,387298.68603515625],[34730.031005859404,386670.62298583984],[33556.70202636718,385279.8460083008],[31376.91699218748,384972.2260131836],[30566.526000976566,385382.93798828125],[28922.759033203125,384954.6849975586],[27444.428039550785,386129.98400878906],[25819.900207519564,387722.00018310547],[26320.000183105458,387800.00018310547],[27111.50018310547,388114.7001953125],[29619.000183105465,388969.8002319336],[30118.600219726584,389408.3002319336],[31463.30023193361,388892.50018310547],[32348.80023193357,388866.40020751953],[32888.400207519546,389457.7001953125],[34167.70019531252,388208.7001953125],[34547.10021972656,388039.8002319336],[34921.800231933616,387988.40020751953],[35475.40020751954,388138.50018310547],[37248.00018310549,389231.40020751953],[38185.15063476561,388891.3049926758]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0733","GM_NAAM":"Lingewaal"},"geometry":{"type":"Polygon","coordinates":[[[130480.90020751955,428115.3002319336],[128835.8002319336,428344.90020751953],[128518.90020751955,428411.40020751953],[128237.50018310547,428590.7001953125],[128264.10021972659,429372.7001953125],[127905.40020751953,430305.3002319336],[128068.90020751955,430427.3002319336],[128412.70019531253,430125.60021972656],[128706.3002319336,429996.50018310547],[129465.2001953125,430134.7001953125],[130078.90020751955,430060.7001953125],[131347.40020751953,430129.50018310547],[131976.7001953125,429919.00018310547],[132063.3002319336,430779.60021972656],[131935.70019531253,431323.7001953125],[132630.8002319336,431802.60021972656],[133881.90020751953,431931.50018310547],[134412.50018310547,433216.50018310547],[136104.8002319336,433285.7001953125],[136211.20019531256,433451.00018310547],[136664.30023193362,432773.7001953125],[136794.9002075196,431390.40020751953],[137844.3002319336,431625.00018310547],[138696.00018310547,430343.50018310547],[138630.8002319336,428774.00018310547],[138937.0001831055,428787.2001953125],[138823.60021972656,427028.40020751953],[139284.10021972656,425342.50018310547],[137276.00018310553,425146.50018310547],[135261.50018310547,426247.60021972656],[133973.10021972656,426515.50018310547],[131205.2001953125,425471.8002319336],[130119.70019531253,425644.10021972656],[130480.90020751955,428115.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0736","GM_NAAM":"De Ronde Venen"},"geometry":{"type":"Polygon","coordinates":[[[116940.50018310547,471573.10021972656],[117268.8002319336,471789.40020751953],[117814.50018310548,472059.8002319336],[118128.80023193361,472553.40020751953],[118646.10021972658,472810.10021972656],[118780.90020751953,473281.50018310547],[119039.10021972658,473482.7001953125],[119426.00018310548,473796.4002075196],[120552.40020751956,474083.40020751953],[121942.10021972658,474017.50018310547],[122936.70019531251,474441.8002319336],[123751.7001953125,475696.8002319336],[123702.60021972658,476944.2001953125],[124664.20019531253,476779.4002075196],[124973.40020751953,476868.8002319336],[125424.20019531249,476757.3002319336],[125917.3002319336,476770.8002319336],[125999.8002319336,476996.40020751953],[126370.00018310548,476924.8002319336],[127457.10021972658,478118.70019531256],[128705.90020751953,478381.7001953125],[128712.00018310548,478725.10021972656],[128848.80023193361,479017.00018310547],[129127.30023193361,479350.80023193365],[130059.00018310547,479450.00018310547],[130070.00018310547,477246.50018310547],[130015.70019531249,477284.10021972656],[129057.40020751952,471582.90020751953],[128370.40020751953,471487.8002319336],[127206.50018310547,471052.5001831055],[126747.0001831055,470359.8002319336],[126245.10021972656,468076.7001953125],[125169.8002319336,467925.7001953125],[125003.30023193362,466496.60021972656],[124000.3002319336,465519.2001953125],[123624.90020751953,464437.3002319336],[121916.20019531251,463875.50018310547],[121098.70019531253,463849.8002319336],[118638.50018310548,465775.0001831055],[117841.90020751953,465914.90020751953],[115786.90020751953,468348.00018310547],[115056.8002319336,468262.7001953125],[115018.70019531251,470110.70019531256],[114509.30023193358,471127.00018310547],[115000.00018310547,471139.90020751953],[115843.70019531251,471165.10021972656],[116940.50018310547,471573.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0737","GM_NAAM":"Tytsjerksteradiel"},"geometry":{"type":"Polygon","coordinates":[[[186745.10021972662,576196.4002075195],[186174.3002319336,578148.5001831055],[186737.2001953125,578649.9002075195],[186439.90020751956,579816.4002075195],[189120.0001831055,580350.3002319336],[187956.10021972656,582153.9002075195],[187898.2001953125,583084.5001831055],[186075.20019531256,582753.6002197266],[186512.40020751956,584182.8002319336],[184704.9002075196,584122.8002319336],[184768.7001953125,584667.2001953125],[184686.30023193365,586068.3002319336],[184716.20019531253,586993.9002075195],[185591.8002319336,588490.7001953125],[186618.60021972656,589165.2001953125],[187665.8002319336,588289.6002197266],[188758.50018310544,587140.8002319336],[190938.50018310547,585205.3002319336],[192097.3002319336,585016.8002319336],[192983.5001831055,582533.9002075195],[194810.4002075196,582747.5001831055],[197098.8002319336,584035.6002197266],[197517.2001953125,583208.4002075195],[197807.00018310553,582827.5001831055],[201700.20019531253,581160.4002075195],[201401.40020751953,579717.5001831055],[201656.80023193365,578844.7001953125],[203634.80023193365,576833.6002197266],[202990.20019531256,573982.8002319336],[202275.80023193362,574611.6002197266],[201241.5001831055,574677.9002075195],[198806.7001953125,574626.2001953125],[197320.50018310553,574480.7001953125],[196823.60021972656,574369.9002075195],[195798.40020751953,573621.7001953125],[194300.30023193365,572146.4002075195],[192224.60021972653,570996.4002075195],[191817.70019531253,571176.3002319336],[190885.70019531253,571706.1002197266],[189888.8002319336,573242.4002075195],[190576.60021972662,573736.3002319336],[191342.3002319336,574887.9002075195],[191447.50018310547,575137.9002075195],[191549.1002197266,575935.5001831055],[191479.3002319336,576101.5001831055],[191059.3002319336,575887.5001831055],[190333.44781494146,575914.2623901367],[188820.30023193362,575991.3002319336],[186745.10021972662,576196.4002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0738","GM_NAAM":"Aalburg"},"geometry":{"type":"Polygon","coordinates":[[[127457.2001953125,414311.40020751953],[128098.50018310548,415735.3002319336],[128277.70019531251,416721.8002319336],[127589.10021972658,417028.90020751953],[127612.90020751953,418214.90020751953],[129982.90020751956,418142.2001953125],[129810.50018310548,420241.10021972656],[132643.8002319336,419805.40020751953],[133690.50018310547,419980.10021972656],[133935.50018310547,421382.8002319336],[134396.10021972656,421947.50018310547],[134698.7001953125,422120.60021972656],[134900.40020751953,422150.40020751953],[135202.90020751953,422093.90020751953],[135518.30023193362,421934.10021972656],[136400.00018310547,421088.60021972656],[137909.2001953125,420099.2001953125],[137799.5001831055,418032.00018310547],[136984.00018310547,417400.10021972656],[137099.8002319336,416574.8002319336],[135979.00018310547,416221.10021972656],[134498.6002197266,415384.60021972656],[132934.2001953125,414161.10021972656],[132160.0001831055,413792.50018310547],[131507.20019531247,413654.3002319336],[130720.40020751955,413620.60021972656],[129915.50018310547,413678.10021972656],[127457.2001953125,414311.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0743","GM_NAAM":"Asten"},"geometry":{"type":"Polygon","coordinates":[[[180814.3002319336,382619.90020751953],[181362.70019531253,381864.10021972656],[182875.30023193362,380467.10021972656],[185944.80023193362,379032.2001953125],[186392.70019531253,378553.00018310547],[187508.0001831055,376465.40020751953],[187696.70019531253,373944.90020751953],[188657.40020751953,373814.50018310547],[181708.50018310553,371689.40020751953],[179946.70019531256,375830.3002319336],[179118.50018310553,378136.7001953125],[177178.70019531253,380045.8002319336],[176976.8002319336,380381.7001953125],[176330.3002319336,383393.90020751953],[176628.70019531256,383260.50018310547],[177324.30023193362,383489.00018310547],[178232.30023193362,383289.7001953125],[179112.50018310547,383387.50018310547],[179805.8002319336,383201.3002319336],[180439.9002075195,382949.7001953125],[180663.40020751956,382835.2001953125],[180814.3002319336,382619.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0744","GM_NAAM":"Baarle-Nassau"},"geometry":{"type":"Polygon","coordinates":[[[117881.90020751953,387952.60021972656],[118510.60021972658,387749.00018310547],[119905.20019531251,387746.10021972656],[120549.60021972658,387802.3002319336],[122240.90020751956,386666.50018310547],[123372.70019531251,385669.60021972656],[124242.60021972658,385394.7001953125],[125115.80023193361,385735.2001953125],[125295.00018310547,385592.8002319336],[125736.70019531251,385694.10021972656],[125743.8002319336,385636.50018310547],[125968.80023193361,385691.00018310547],[126455.00018310548,385865.8002319336],[128816.60021972659,385530.8002319336],[128399.60021972659,383939.90020751953],[125510.00018310547,381549.2001953125],[123110.10021972658,378644.2001953125],[122550.30023193361,378384.8002319336],[121784.00018310548,379919.3002319336],[119921.40020751953,380938.00018310547],[118757.10021972658,380386.00018310547],[116886.60021972653,380752.8002319336],[113403.50018310548,380153.7001953125],[111990.50018310547,381240.10021972656],[112040.60021972655,382505.60021972656],[113238.70019531254,382795.40020751953],[116148.50018310547,381774.2001953125],[115805.10021972656,384543.8002319336],[116701.70019531251,385941.8002319336],[116759.2001953125,386694.60021972656],[117118.9002075195,388107.00018310547],[117881.90020751953,387952.60021972656]],[[123902.40020751956,383097.00018310547],[123510.10021972655,383766.3002319336],[122598.20019531253,383191.7001953125],[123122.60021972662,382478.10021972656],[123902.40020751956,383097.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0748","GM_NAAM":"Bergen op Zoom"},"geometry":{"type":"Polygon","coordinates":[[[75163.60021972656,396342.40020751953],[75684.90020751955,397358.8002319336],[76300.70019531251,398582.8002319336],[77341.50018310548,397930.60021972656],[79513.30023193358,397218.90020751953],[79333.10021972656,396660.00018310547],[80842.2001953125,396350.50018310547],[80717.10021972658,395716.00018310547],[81481.90020751953,394558.40020751953],[81631.00018310547,393782.40020751953],[82522.60021972658,393563.7001953125],[82468.8002319336,392636.60021972656],[83175.60021972659,392209.2001953125],[82955.60021972658,391008.60021972656],[83537.8002319336,389790.00018310547],[84545.90020751952,389233.00018310547],[84455.40020751952,388264.40020751953],[83752.60021972658,387981.00018310547],[83728.20019531249,387408.00018310547],[84092.60021972655,385789.50018310547],[82524.10021972655,386242.10021972656],[80220.30023193358,386229.50018310547],[79293.50018310547,386916.3002319336],[79251.20019531251,385124.50018310547],[78240.50018310548,383977.50018310547],[77192.30023193358,384061.00018310547],[77007.00018310547,383997.8002319336],[73890.10021972656,391299.10021972656],[73888.60021972655,391755.60021972656],[73988.40020751956,392346.3002319336],[74927.58819580078,394913.66760253906],[75119.00018310548,395550.40020751953],[75163.60021972656,396342.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0753","GM_NAAM":"Best"},"geometry":{"type":"Polygon","coordinates":[[[155196.8002319336,388530.3002319336],[155023.30023193365,388697.60021972656],[154959.00018310553,388619.3002319336],[154871.00018310553,388640.50018310547],[153431.1002197266,389157.2001953125],[152825.50018310547,389675.90020751953],[152482.00018310547,391490.90020751953],[152450.20019531253,392108.00018310547],[152797.30023193362,393324.50018310547],[153709.0001831055,393612.10021972656],[152898.80023193365,395083.8002319336],[153471.8002319336,395115.50018310547],[154694.1002197266,394946.8002319336],[155668.7001953125,395286.8002319336],[156259.60021972656,395488.10021972656],[157379.40020751953,394299.7001953125],[157643.8002319336,393711.8002319336],[157796.60021972656,393632.3002319336],[159186.4002075196,391453.00018310547],[158845.2001953125,389434.40020751953],[157910.90020751953,389042.10021972656],[156385.40020751953,388336.50018310547],[155785.9002075196,388409.2001953125],[155637.00018310553,388407.2001953125],[155728.8002319336,387988.50018310547],[155798.7001953125,388031.8002319336],[155687.0001831055,387687.7001953125],[155307.7001953125,387090.3002319336],[155276.90020751953,386966.40020751953],[155258.50018310547,387686.60021972656],[155252.90020751953,387698.60021972656],[155196.8002319336,388530.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0755","GM_NAAM":"Boekel"},"geometry":{"type":"Polygon","coordinates":[[[172715.3002319336,401955.7001953125],[171678.90020751956,403839.8002319336],[174214.60021972653,404495.3002319336],[175278.90020751956,404431.7001953125],[175397.00018310547,404369.7001953125],[179435.20019531253,403795.8002319336],[180156.6002197266,403820.2001953125],[180736.30023193362,400626.00018310547],[177437.70019531253,399792.2001953125],[177316.00018310547,399674.3002319336],[176636.90020751953,399513.10021972656],[173308.8002319336,399304.50018310547],[172715.3002319336,401955.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0756","GM_NAAM":"Boxmeer"},"geometry":{"type":"Polygon","coordinates":[[[190429.00018310547,410808.00018310547],[190100.00018310547,411197.60021972656],[191819.7001953125,413326.3002319336],[192734.70019531247,414159.00018310547],[192744.00018310544,414193.10021972656],[192772.1002197266,414296.7001953125],[193821.30023193356,413941.10021972656],[194227.5001831055,413598.7001953125],[194327.40020751956,413319.2001953125],[194361.50018310547,412395.3002319336],[194943.6002197266,409400.00018310547],[194857.2001953125,408082.10021972656],[195191.60021972653,406830.50018310547],[195610.60021972656,406360.60021972656],[196179.40020751956,406132.50018310547],[197169.80023193362,405495.40020751953],[198887.70019531256,403752.60021972656],[199098.5001831055,403182.3002319336],[199100.2001953125,401787.7001953125],[199349.80023193362,400794.40020751953],[200232.1002197266,399308.3002319336],[200111.70019531253,398635.10021972656],[200090.6002197266,398118.50018310547],[200312.80023193362,397482.7001953125],[200832.60021972656,396820.60021972656],[200083.0001831055,396779.00018310547],[199757.7001953125,396631.8002319336],[197779.40020751956,398104.60021972656],[195852.4002075196,397131.2001953125],[193023.0001831055,396214.8002319336],[191028.1002197266,396025.60021972656],[189967.90020751953,396927.60021972656],[188539.40020751953,397189.3002319336],[188535.80023193362,398405.10021972656],[188967.70019531253,398919.00018310547],[192737.90020751953,401025.7001953125],[192871.10021972662,401634.60021972656],[193972.00018310547,402253.7001953125],[192981.8002319336,403146.3002319336],[192287.20019531253,404948.60021972656],[190249.8002319336,406306.40020751953],[189318.00018310547,406543.2001953125],[188796.2001953125,407234.3002319336],[187421.5001831055,408258.8002319336],[187570.5001831055,408927.60021972656],[187777.20019531256,409227.8002319336],[189259.30023193365,409873.3002319336],[190429.00018310547,410808.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0757","GM_NAAM":"Boxtel"},"geometry":{"type":"Polygon","coordinates":[[[145224.90020751953,398960.10021972656],[145328.40020751953,400101.8002319336],[146202.8002319336,400960.3002319336],[146797.8002319336,401348.00018310547],[147692.3002319336,401780.10021972656],[148504.3002319336,401549.10021972656],[149503.7001953125,402859.7001953125],[150102.50018310547,403168.3002319336],[149771.9002075196,404764.2001953125],[150015.90020751956,404995.8002319336],[150190.50018310547,405089.2001953125],[151620.8002319336,403696.60021972656],[152008.00018310547,403791.60021972656],[151664.80023193362,402776.90020751953],[151175.80023193362,402179.40020751953],[151350.60021972656,401901.8002319336],[151787.8002319336,401718.7001953125],[152491.0001831055,401675.60021972656],[153130.60021972656,401429.2001953125],[154931.50018310547,401330.40020751953],[154600.90020751953,399854.40020751953],[155911.2001953125,398524.00018310547],[156026.90020751953,398323.7001953125],[155735.50018310547,397439.50018310547],[156181.40020751956,395481.3002319336],[155668.7001953125,395286.8002319336],[154694.1002197266,394946.8002319336],[153471.8002319336,395115.50018310547],[152654.2001953125,395119.3002319336],[152478.10021972656,395030.50018310547],[151998.50018310547,395056.90020751953],[151542.0001831055,395263.00018310547],[151317.00018310547,395628.40020751953],[151313.7001953125,395745.7001953125],[151062.10021972656,395815.10021972656],[150716.6002197266,395823.40020751953],[149533.50018310547,395226.90020751953],[146795.3002319336,396092.40020751953],[145224.90020751953,398960.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0758","GM_NAAM":"Breda"},"geometry":{"type":"Polygon","coordinates":[[[112108.50018310548,404688.50018310547],[112138.60021972656,404627.3002319336],[113485.00018310547,405526.3002319336],[115141.50018310545,405056.40020751953],[115791.80023193361,404731.7001953125],[117288.00018310548,403264.40020751953],[117257.90020751953,399798.3002319336],[117694.20019531251,399316.60021972656],[118750.60021972656,399037.40020751953],[119257.3002319336,397701.10021972656],[118728.80023193362,396847.40020751953],[118646.30023193362,396610.60021972656],[116406.30023193361,395857.60021972656],[113859.60021972658,394158.2001953125],[112174.00018310547,393333.40020751953],[111481.0001831055,392443.8002319336],[110561.80023193361,392025.7001953125],[111453.60021972658,390559.8002319336],[110942.60021972659,390278.90020751953],[110506.30023193361,389136.40020751953],[109629.70019531251,388704.00018310547],[110216.30023193361,390933.2001953125],[110356.0001831055,392392.7001953125],[110215.20019531251,393752.60021972656],[107613.00018310548,395870.8002319336],[106927.40020751955,395326.60021972656],[106919.2001953125,397897.2001953125],[106147.60021972658,401347.00018310547],[104890.0001831055,401935.2001953125],[104684.70019531251,402590.7001953125],[104725.7001953125,402833.00018310547],[104500.70019531253,403764.3002319336],[104980.7001953125,404924.00018310547],[105006.50018310547,405299.7001953125],[105502.00018310548,405106.10021972656],[105935.10021972656,405098.60021972656],[106229.90020751952,405211.7001953125],[106652.00018310547,405544.40020751953],[106875.8002319336,405645.60021972656],[107728.60021972659,405710.3002319336],[109667.10021972658,406232.60021972656],[110171.30023193361,406172.3002319336],[110768.00018310545,405786.8002319336],[111333.90020751953,405632.7001953125],[111579.7001953125,405497.3002319336],[111870.40020751955,405150.00018310547],[112108.50018310548,404688.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0762","GM_NAAM":"Deurne"},"geometry":{"type":"Polygon","coordinates":[[[178398.50018310547,386834.7001953125],[179167.30023193365,386738.3002319336],[178321.4002075196,388258.7001953125],[179209.8002319336,388421.3002319336],[181476.7001953125,388956.40020751953],[182174.3002319336,389091.60021972656],[183214.5001831055,389281.7001953125],[187310.80023193365,390672.90020751953],[187885.40020751953,389321.7001953125],[188686.9002075195,384646.8002319336],[191782.20019531253,379426.3002319336],[192875.00018310547,377428.50018310547],[188948.3002319336,373902.90020751953],[188657.40020751953,373814.50018310547],[187696.70019531253,373944.90020751953],[187508.0001831055,376465.40020751953],[186392.70019531253,378553.00018310547],[185944.80023193362,379032.2001953125],[182875.30023193362,380467.10021972656],[181362.70019531253,381864.10021972656],[180814.3002319336,382619.90020751953],[180624.10021972656,382860.60021972656],[179816.30023193362,383197.60021972656],[179151.00018310547,383380.90020751953],[178263.40020751956,383288.8002319336],[178017.50018310544,383344.90020751953],[178010.00018310553,383990.10021972656],[178832.00018310547,383974.2001953125],[178267.0001831055,385094.8002319336],[177931.0001831055,386627.00018310547],[178398.50018310547,386834.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0765","GM_NAAM":"Pekela"},"geometry":{"type":"Polygon","coordinates":[[[260221.88360595706,559709.2789916992],[259217.00018310553,560111.2001953125],[258825.10021972656,560384.3002319336],[257184.7001953125,562058.1002197266],[256960.6002197266,562454.8002319336],[256822.2001953125,562954.8002319336],[258675.70019531256,563637.0001831055],[258059.40020751953,564532.7001953125],[258368.6002197266,566274.3002319336],[259285.40020751956,567218.7001953125],[260299.70019531253,568704.1002197266],[260388.90020751956,568810.9002075195],[260432.5001831055,570399.6002197266],[260807.80023193362,570556.6002197266],[261725.5001831055,571350.3002319336],[261933.5001831055,571333.1002197266],[262134.00018310547,571077.4002075195],[264855.5001831054,571176.3002319336],[264973.7001953125,571066.0001831055],[264722.60021972656,570766.3002319336],[264884.7001953125,570671.4002075195],[264997.40020751953,570315.1002197266],[265870.10021972656,569593.6002197266],[264749.7001953125,567437.5001831055],[264726.3002319336,567484.7001953125],[263989.00018310547,565961.1002197266],[263763.9002075196,566430.4002075195],[260221.88360595706,559709.2789916992]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0766","GM_NAAM":"Dongen"},"geometry":{"type":"Polygon","coordinates":[[[123530.40020751956,407528.50018310547],[123435.50018310548,408797.90020751953],[123030.80023193362,409457.7001953125],[123035.10021972658,409676.90020751953],[124363.70019531253,410106.50018310547],[124614.70019531251,409860.3002319336],[125325.2001953125,407727.8002319336],[125290.0001831055,407054.40020751953],[127324.40020751955,407385.10021972656],[128469.50018310545,402092.60021972656],[126608.50018310545,402329.90020751953],[124922.00018310547,402961.40020751953],[124297.40020751953,402603.3002319336],[122509.30023193358,403151.2001953125],[122042.50018310547,403087.3002319336],[122338.8002319336,403835.2001953125],[121961.7001953125,404625.40020751953],[123382.60021972659,406844.50018310547],[123530.40020751956,407528.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0770","GM_NAAM":"Eersel"},"geometry":{"type":"Polygon","coordinates":[[[153869.8002319336,378746.00018310547],[154077.50018310547,377718.7001953125],[155096.2001953125,376400.00018310547],[155081.4002075196,376262.2001953125],[154680.00018310547,375960.90020751953],[152473.30023193365,374572.50018310547],[152042.60021972656,373967.8002319336],[151850.10021972656,372778.60021972656],[152207.10021972656,372025.8002319336],[150596.2001953125,371520.7001953125],[150083.70019531253,370462.8002319336],[149483.00018310547,370289.8002319336],[148375.3002319336,369891.60021972656],[146370.3002319336,370010.8002319336],[147945.80023193365,371906.00018310547],[147206.50018310547,374842.3002319336],[147519.7001953125,376244.3002319336],[148181.40020751956,377754.10021972656],[149686.80023193362,377953.3002319336],[149881.60021972656,378923.8002319336],[149433.40020751953,379682.10021972656],[148662.5001831055,379847.3002319336],[147672.8002319336,379474.8002319336],[144603.2001953125,382171.3002319336],[144698.80023193362,382739.7001953125],[145632.80023193365,383212.90020751953],[145379.3002319336,383785.50018310547],[145350.40020751956,384069.10021972656],[148804.8002319336,385064.40020751953],[149154.80023193362,385567.2001953125],[151353.7001953125,386313.40020751953],[152831.90020751956,385916.50018310547],[152998.00018310547,386439.40020751953],[153766.3002319336,386250.10021972656],[153607.8002319336,385595.40020751953],[153208.40020751953,385354.60021972656],[152881.20019531256,384946.7001953125],[153166.60021972656,383780.8002319336],[152920.2001953125,383401.8002319336],[152783.3002319336,382725.8002319336],[152152.40020751953,382205.7001953125],[152102.50018310547,382424.40020751953],[151706.20019531256,381827.90020751953],[150282.30023193362,381632.90020751953],[150033.90020751953,381094.7001953125],[150579.10021972662,379673.7001953125],[151377.50018310553,379808.3002319336],[152716.4096069336,379959.9307861328],[153869.8002319336,378746.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0772","GM_NAAM":"Eindhoven"},"geometry":{"type":"Polygon","coordinates":[[[157768.3002319336,382338.10021972656],[157309.10021972656,382647.8002319336],[156513.60021972656,382821.00018310547],[155946.6002197266,382653.7001953125],[155089.90020751953,383231.50018310547],[153890.90020751953,383312.2001953125],[153583.00018310547,383149.8002319336],[153588.40020751953,383011.50018310547],[153263.40020751953,382929.2001953125],[153257.7001953125,383003.00018310547],[153193.9002075196,384375.00018310547],[152881.20019531256,384946.7001953125],[153208.40020751953,385354.60021972656],[153607.8002319336,385595.40020751953],[153766.3002319336,386250.10021972656],[154440.60021972656,386086.00018310547],[154999.8002319336,386707.00018310547],[155240.2001953125,386838.8002319336],[155307.7001953125,387090.3002319336],[155687.0001831055,387687.7001953125],[155798.7001953125,388031.8002319336],[155728.8002319336,387988.50018310547],[155637.00018310553,388407.2001953125],[155785.9002075196,388409.2001953125],[156385.40020751953,388336.50018310547],[157910.90020751953,389042.10021972656],[160325.70019531256,389775.2001953125],[160760.10021972656,389620.90020751953],[161334.50018310553,389735.00018310547],[163626.2001953125,389773.50018310547],[163754.10021972656,389705.50018310547],[163737.7001953125,389191.2001953125],[163418.9002075196,388745.50018310547],[163466.10021972656,386700.90020751953],[165102.50018310547,385355.60021972656],[165118.30023193365,385074.2001953125],[165371.20019531253,384653.3002319336],[165557.8002319336,384384.10021972656],[165517.8002319336,384086.7001953125],[165515.60021972662,383847.00018310547],[165721.30023193362,383560.90020751953],[165903.7001953125,383396.90020751953],[166091.50018310547,382768.3002319336],[165643.2001953125,382480.7001953125],[164597.50018310547,382106.50018310547],[164645.00018310547,379515.2001953125],[163378.5001831055,379494.60021972656],[163188.70019531253,379007.3002319336],[162697.40020751953,379464.2001953125],[161531.7001953125,379498.60021972656],[158408.70019531256,379538.2001953125],[158045.40020751956,379277.8002319336],[157647.70019531253,379538.60021972656],[157878.30023193362,380901.3002319336],[157768.3002319336,382338.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0777","GM_NAAM":"Etten-Leur"},"geometry":{"type":"Polygon","coordinates":[[[101627.60021972658,396275.7001953125],[101121.60021972659,396352.7001953125],[100863.20019531249,396631.2001953125],[99857.90020751955,397111.7001953125],[99754.30023193361,397628.00018310547],[100052.50018310547,397825.10021972656],[100152.40020751956,398826.3002319336],[100223.8002319336,400451.50018310547],[101432.30023193361,402412.3002319336],[100576.10021972656,404335.3002319336],[101658.20019531249,404589.00018310547],[102098.5001831055,404241.3002319336],[102511.60021972656,404182.3002319336],[102903.10021972659,404360.10021972656],[103084.40020751953,404757.10021972656],[103485.60021972658,405076.7001953125],[104529.40020751955,405334.2001953125],[104975.30023193362,405310.60021972656],[104980.7001953125,404924.00018310547],[104500.70019531253,403764.3002319336],[104725.7001953125,402833.00018310547],[104684.70019531251,402590.7001953125],[104890.0001831055,401935.2001953125],[106147.60021972658,401347.00018310547],[106919.2001953125,397897.2001953125],[106927.40020751955,395326.60021972656],[106001.60021972656,394870.3002319336],[104001.20019531251,392804.10021972656],[103009.30023193361,392289.8002319336],[103174.70019531251,395205.10021972656],[102187.30023193361,395659.00018310547],[101627.60021972658,396275.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0779","GM_NAAM":"Geertruidenberg"},"geometry":{"type":"Polygon","coordinates":[[[116048.3002319336,413765.7001953125],[116475.00018310548,413795.60021972656],[117216.40020751955,413970.7001953125],[119472.40020751953,414709.40020751953],[120644.30023193361,414675.8002319336],[121351.50018310547,414548.3002319336],[122577.40020751953,414684.10021972656],[123596.3002319336,409870.3002319336],[123035.10021972658,409676.90020751953],[123030.80023193362,409457.7001953125],[122254.0001831055,409689.60021972656],[119951.40020751952,409611.50018310547],[118719.20019531253,409938.3002319336],[117588.2001953125,410772.60021972656],[117363.00018310548,410254.00018310547],[117318.40020751953,410236.50018310547],[117132.3002319336,410723.7001953125],[116535.30023193362,411768.7001953125],[116048.3002319336,413765.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0784","GM_NAAM":"Gilze en Rijen"},"geometry":{"type":"Polygon","coordinates":[[[122509.30023193358,403151.2001953125],[124297.40020751953,402603.3002319336],[125486.60021972658,402007.3002319336],[126008.60021972656,401545.90020751953],[126325.80023193361,400423.10021972656],[126099.30023193361,398782.60021972656],[125924.50018310547,397837.60021972656],[125669.30023193361,397452.10021972656],[124762.40020751955,396976.2001953125],[124913.60021972656,395819.90020751953],[126465.40020751956,395351.50018310547],[126520.50018310547,394907.90020751953],[126343.40020751955,394622.10021972656],[125115.90020751955,392274.60021972656],[121946.10021972656,391338.00018310547],[118856.2001953125,394472.7001953125],[117361.10021972658,393956.40020751953],[116445.00018310548,393309.50018310547],[116284.10021972659,393559.7001953125],[116662.5001831055,394548.2001953125],[117627.8002319336,395032.7001953125],[118751.50018310547,396190.8002319336],[118728.80023193362,396847.40020751953],[119257.3002319336,397701.10021972656],[118750.60021972656,399037.40020751953],[119092.00018310547,398963.00018310547],[119079.80023193362,399248.00018310547],[122198.7001953125,401127.90020751953],[122373.40020751952,401425.50018310547],[122459.60021972656,402288.8002319336],[122509.30023193358,403151.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0785","GM_NAAM":"Goirle"},"geometry":{"type":"Polygon","coordinates":[[[133929.90020751953,393637.60021972656],[135075.70019531253,393647.2001953125],[135132.5001831055,392430.40020751953],[134786.9002075195,391251.7001953125],[134242.7001953125,391408.00018310547],[133184.2001953125,390475.40020751953],[132451.10021972656,389350.40020751953],[131689.10021972656,388730.60021972656],[131553.1002197266,386948.50018310547],[130409.40020751955,388743.60021972656],[129161.2001953125,387541.00018310547],[128544.90020751955,387408.60021972656],[128046.3002319336,388179.50018310547],[128134.60021972658,389274.50018310547],[127190.60021972658,389665.3002319336],[127595.30023193358,391550.50018310547],[126572.00018310548,392597.2001953125],[125979.90020751955,392538.40020751953],[125933.40020751952,392602.8002319336],[125532.10021972658,393071.8002319336],[126343.40020751955,394622.10021972656],[127279.60021972656,394637.10021972656],[128245.10021972656,394349.90020751953],[129593.20019531253,394421.90020751953],[130034.30023193361,393952.00018310547],[131011.80023193362,393614.8002319336],[132321.60021972656,394372.40020751953],[133237.2001953125,394243.2001953125],[133221.30023193362,393852.3002319336],[133929.90020751953,393637.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0786","GM_NAAM":"Grave"},"geometry":{"type":"Polygon","coordinates":[[[177636.7001953125,415267.10021972656],[177261.0001831055,415587.10021972656],[177153.00018310547,416477.90020751953],[176475.50018310544,416689.10021972656],[176841.1002197266,418021.90020751953],[175964.60021972662,418981.40020751953],[177363.2001953125,420756.7001953125],[178200.00018310547,420716.00018310547],[178800.00018310547,420414.00018310547],[179719.0001831055,419000.00018310547],[181100.0001831055,418300.00018310547],[181700.00018310553,418229.00018310547],[182200.00018310553,418252.00018310547],[182849.70019531247,418389.40020751953],[182549.90020751953,417362.10021972656],[183270.80023193362,416907.7001953125],[183391.00018310553,414812.7001953125],[182658.60021972653,414674.40020751953],[181354.7001953125,415033.60021972656],[178626.20019531253,414631.40020751953],[177694.5001831055,415210.50018310547],[177636.7001953125,415267.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0788","GM_NAAM":"Haaren"},"geometry":{"type":"Polygon","coordinates":[[[141701.1002197266,400701.2001953125],[141121.8002319336,401447.60021972656],[140611.60021972662,400994.40020751953],[139915.10021972662,401655.90020751953],[140319.8002319336,402313.00018310547],[139902.80023193362,403336.2001953125],[138344.7001953125,405575.90020751953],[138561.3002319336,405673.2001953125],[139276.90020751953,405656.7001953125],[138893.70019531256,407369.40020751953],[139119.6002197266,408298.3002319336],[139752.90020751953,408938.50018310547],[142380.40020751956,409017.50018310547],[142387.1002197266,408942.10021972656],[145143.00018310553,406545.40020751953],[145537.10021972656,405606.00018310547],[145258.40020751953,404888.3002319336],[147414.90020751953,403375.2001953125],[148591.90020751953,403611.40020751953],[149389.90020751953,404563.8002319336],[149771.9002075196,404764.2001953125],[150102.50018310547,403168.3002319336],[149503.7001953125,402859.7001953125],[148504.3002319336,401549.10021972656],[147692.3002319336,401780.10021972656],[146797.8002319336,401348.00018310547],[146202.8002319336,400960.3002319336],[145328.40020751953,400101.8002319336],[145300.30023193365,399801.3002319336],[143009.1002197266,399641.2001953125],[142343.40020751956,400031.3002319336],[141701.1002197266,400701.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0794","GM_NAAM":"Helmond"},"geometry":{"type":"Polygon","coordinates":[[[172633.20019531256,389950.60021972656],[173689.50018310553,390956.3002319336],[174190.2001953125,390396.00018310547],[175534.50018310553,390648.7001953125],[175615.2001953125,391007.3002319336],[176641.6002197266,390569.7001953125],[177290.30023193365,390383.10021972656],[177229.0001831055,389848.00018310547],[177587.90020751953,389144.90020751953],[177764.8002319336,388992.8002319336],[178321.4002075196,388258.7001953125],[179167.30023193365,386738.3002319336],[178398.50018310547,386834.7001953125],[177931.0001831055,386627.00018310547],[178267.0001831055,385094.8002319336],[178832.00018310547,383974.2001953125],[178010.00018310553,383990.10021972656],[178017.50018310544,383344.90020751953],[177353.8002319336,383490.3002319336],[176696.30023193362,383268.2001953125],[176487.00018310547,383290.3002319336],[176327.4002075196,383407.2001953125],[176265.10021972662,383389.10021972656],[174585.40020751956,385345.90020751953],[172819.8002319336,385263.50018310547],[171139.00018310547,384534.50018310547],[170028.20019531253,385012.3002319336],[169584.0001831055,385289.90020751953],[168726.10021972656,385733.8002319336],[168940.60021972656,386063.90020751953],[170149.00018310547,386900.2001953125],[168804.1002197266,387810.10021972656],[167704.60021972656,389783.7001953125],[168160.40020751953,390064.90020751953],[168383.00018310547,389988.40020751953],[170443.20019531253,391157.60021972656],[170507.80023193365,390658.10021972656],[171077.1002197266,389982.7001953125],[171306.90020751956,389922.50018310547],[172633.20019531256,389950.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0796","GM_NAAM":"'s-Hertogenbosch"},"geometry":{"type":"Polygon","coordinates":[[[153917.60021972656,412133.2001953125],[153259.80023193362,412203.60021972656],[153080.6002197266,412215.60021972656],[153792.70019531253,410616.8002319336],[154254.90020751953,409959.50018310547],[152912.90020751953,410253.00018310547],[152491.9002075196,409817.00018310547],[152682.00018310547,409141.40020751953],[151657.00018310547,408354.7001953125],[150868.6002197266,409397.8002319336],[150286.00018310547,409065.10021972656],[150265.40020751953,409120.60021972656],[149189.80023193362,408713.8002319336],[147769.5001831055,410247.60021972656],[147056.40020751953,410577.90020751953],[145294.9002075196,410495.90020751953],[144261.40020751953,411175.3002319336],[145352.7001953125,411761.90020751953],[145439.70019531256,411867.7001953125],[145549.5001831055,412431.60021972656],[144901.50018310547,412483.3002319336],[144133.50018310547,413546.7001953125],[144209.60021972656,415050.3002319336],[142760.10021972656,416150.60021972656],[142518.90020751956,416989.00018310547],[143200.00018310547,417207.00018310547],[143800.0001831055,417152.00018310547],[144300.0001831055,416917.00018310547],[145100.0001831055,416231.00018310547],[146500.00018310547,416686.00018310547],[147800.00018310547,416796.00018310547],[148400.00018310553,416509.00018310547],[148800.00018310547,416458.00018310547],[149200.00018310553,416621.00018310547],[150500.0001831055,417537.00018310547],[152674.00018310547,418531.7001953125],[152838.8002319336,418081.90020751953],[153382.60021972656,418084.7001953125],[154108.60021972656,418291.7001953125],[155249.50018310547,419032.3002319336],[156687.90020751953,419274.10021972656],[157584.60021972662,417003.50018310547],[156272.60021972656,416616.10021972656],[156530.90020751953,414835.10021972656],[157106.60021972656,413222.3002319336],[157810.3002319336,412720.40020751953],[157945.3002319336,412524.40020751953],[155745.60021972656,412191.3002319336],[154898.53503417972,412468.17962646484],[154089.50018310553,412368.90020751953],[153917.60021972656,412133.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0797","GM_NAAM":"Heusden"},"geometry":{"type":"Polygon","coordinates":[[[135091.50018310547,414247.40020751953],[134751.90020751953,414435.00018310547],[133895.00018310547,414889.2001953125],[135979.00018310547,416221.10021972656],[139699.90020751953,417157.40020751953],[141702.9002075196,416860.40020751953],[142518.90020751956,416989.00018310547],[142760.10021972656,416150.60021972656],[144209.60021972656,415050.3002319336],[144133.50018310547,413546.7001953125],[144901.50018310547,412483.3002319336],[145549.5001831055,412431.60021972656],[145439.70019531256,411867.7001953125],[145352.7001953125,411761.90020751953],[143888.8002319336,411330.00018310547],[143657.70019531253,409455.00018310547],[142206.8002319336,409105.60021972656],[142380.40020751956,409017.50018310547],[139752.90020751953,408938.50018310547],[139119.6002197266,408298.3002319336],[138893.70019531256,407369.40020751953],[139276.90020751953,405656.7001953125],[138561.3002319336,405673.2001953125],[137082.60021972656,405448.2001953125],[135823.00018310547,405322.50018310547],[135542.2001953125,405271.50018310547],[135239.30023193362,408141.2001953125],[135319.60021972656,408876.3002319336],[135239.7001953125,409820.60021972656],[135584.60021972656,409874.10021972656],[135357.6002197266,412673.7001953125],[135525.00018310547,413615.60021972656],[135091.50018310547,414247.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0798","GM_NAAM":"Hilvarenbeek"},"geometry":{"type":"Polygon","coordinates":[[[138188.00018310553,392527.7001953125],[138460.90020751953,392767.60021972656],[139990.80023193365,391306.60021972656],[141286.3002319336,391006.3002319336],[143027.40020751953,391427.3002319336],[143702.30023193365,392029.00018310547],[145562.00018310547,391188.8002319336],[145272.40020751953,389993.10021972656],[143976.10021972656,389975.90020751953],[144079.7001953125,388977.40020751953],[143762.7001953125,388877.50018310547],[143413.40020751953,387104.60021972656],[142673.60021972656,386315.8002319336],[141362.50018310553,382375.7001953125],[140936.60021972656,382203.00018310547],[136379.60021972656,382163.2001953125],[135167.2001953125,382239.90020751953],[135345.7001953125,382509.10021972656],[133608.60021972656,386963.2001953125],[131553.1002197266,386948.50018310547],[131689.10021972656,388730.60021972656],[132451.10021972656,389350.40020751953],[133184.2001953125,390475.40020751953],[134242.7001953125,391408.00018310547],[134786.9002075195,391251.7001953125],[135132.5001831055,392430.40020751953],[135075.70019531253,393647.2001953125],[135981.60021972656,394822.40020751953],[136378.98199462894,395250.24798583984],[136996.40020751956,393675.10021972656],[138188.00018310553,392527.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0809","GM_NAAM":"Loon op Zand"},"geometry":{"type":"Polygon","coordinates":[[[127682.10021972658,409791.00018310547],[131487.3002319336,408195.40020751953],[132250.7001953125,408152.40020751953],[132408.8002319336,409195.90020751953],[133767.8002319336,409220.7001953125],[134367.2001953125,409591.10021972656],[134788.3002319336,409572.10021972656],[135239.7001953125,409820.60021972656],[135319.60021972656,408876.3002319336],[135239.30023193362,408141.2001953125],[135542.2001953125,405271.50018310547],[135373.50018310547,405103.90020751953],[135194.80023193365,403542.8002319336],[134673.3002319336,402526.2001953125],[132457.60021972656,402323.90020751953],[131516.90020751956,402448.40020751953],[131150.60021972656,401961.90020751953],[128473.40020751955,402181.90020751953],[127324.0001831055,407375.3002319336],[127423.83740234375,408064.39123535156],[127682.10021972658,409791.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0815","GM_NAAM":"Mill en Sint Hubert"},"geometry":{"type":"Polygon","coordinates":[[[179011.2001953125,409926.8002319336],[176615.8002319336,413679.60021972656],[177141.30023193365,415008.3002319336],[177636.7001953125,415267.10021972656],[177694.5001831055,415210.50018310547],[178626.20019531253,414631.40020751953],[181354.7001953125,415033.60021972656],[182658.60021972653,414674.40020751953],[183001.70019531253,414724.3002319336],[183062.1002197266,413556.10021972656],[183905.8002319336,412499.10021972656],[185097.30023193362,412393.7001953125],[186510.10021972656,410229.40020751953],[185052.90020751956,408886.00018310547],[183468.90020751953,408089.3002319336],[182900.8002319336,406866.8002319336],[179957.0001831055,404930.00018310547],[179084.62762451172,409546.3054199219],[179011.2001953125,409926.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0820","GM_NAAM":"Nuenen, Gerwen en Nederwetten"},"geometry":{"type":"Polygon","coordinates":[[[163737.7001953125,389191.2001953125],[163754.10021972656,389705.50018310547],[163512.00018310553,389966.8002319336],[164645.50018310547,390278.7001953125],[166042.3002319336,391533.10021972656],[165617.30023193362,393013.60021972656],[164969.90020751953,392905.10021972656],[166150.00018310547,394356.90020751953],[166833.10021972656,391164.8002319336],[167453.00018310547,390310.00018310547],[168160.40020751953,390064.90020751953],[167704.60021972656,389783.7001953125],[168804.1002197266,387810.10021972656],[170149.00018310547,386900.2001953125],[168940.60021972656,386063.90020751953],[167789.10021972656,384309.8002319336],[167442.6002197266,383613.90020751953],[166091.50018310547,382768.3002319336],[165903.7001953125,383396.90020751953],[165721.30023193362,383560.90020751953],[165515.60021972662,383847.00018310547],[165517.8002319336,384086.7001953125],[165557.8002319336,384384.10021972656],[165371.20019531253,384653.3002319336],[165118.30023193365,385074.2001953125],[165102.50018310547,385355.60021972656],[163466.10021972656,386700.90020751953],[163418.9002075196,388745.50018310547],[163737.7001953125,389191.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0823","GM_NAAM":"Oirschot"},"geometry":{"type":"Polygon","coordinates":[[[152482.00018310547,391490.90020751953],[152825.50018310547,389675.90020751953],[153200.90020751953,389316.8002319336],[153581.40020751956,389089.90020751953],[154959.00018310553,388619.3002319336],[155023.30023193365,388697.60021972656],[155196.8002319336,388530.3002319336],[155252.90020751953,387698.60021972656],[155258.50018310547,387686.60021972656],[155276.90020751953,386966.40020751953],[155237.00018310547,386835.00018310547],[154999.8002319336,386707.00018310547],[154440.60021972656,386086.00018310547],[152998.00018310547,386439.40020751953],[152831.90020751956,385916.50018310547],[151353.7001953125,386313.40020751953],[149154.80023193362,385567.2001953125],[148804.8002319336,385064.40020751953],[145350.40020751956,384069.10021972656],[145379.3002319336,383785.50018310547],[145630.70019531253,383209.00018310547],[144698.80023193362,382739.7001953125],[144603.2001953125,382171.3002319336],[143617.10021972656,381786.7001953125],[143079.3002319336,382800.00018310547],[141357.30023193362,382364.3002319336],[142673.60021972656,386315.8002319336],[143413.40020751953,387104.60021972656],[143762.7001953125,388877.50018310547],[144079.7001953125,388977.40020751953],[143976.10021972656,389975.90020751953],[145272.40020751953,389993.10021972656],[145562.00018310547,391188.8002319336],[143702.30023193365,392029.00018310547],[144148.10021972656,392449.50018310547],[144424.40020751953,393567.8002319336],[145444.8002319336,393637.10021972656],[146259.3002319336,394637.50018310547],[147347.50018310547,395105.50018310547],[147390.00018310547,395536.3002319336],[147098.3002319336,395991.10021972656],[149533.50018310547,395226.90020751953],[150716.6002197266,395823.40020751953],[151240.90020751953,395799.10021972656],[151531.2001953125,395272.10021972656],[151903.7001953125,395090.40020751953],[152170.2001953125,395027.7001953125],[152507.40020751956,395034.90020751953],[152654.2001953125,395119.3002319336],[152898.80023193365,395083.8002319336],[153709.0001831055,393612.10021972656],[152797.30023193362,393324.50018310547],[152450.20019531253,392108.00018310547],[152482.00018310547,391490.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0824","GM_NAAM":"Oisterwijk"},"geometry":{"type":"Polygon","coordinates":[[[137675.40020751953,397100.50018310547],[137955.20019531256,397736.10021972656],[138472.50018310553,398519.40020751953],[138364.10021972656,398642.40020751953],[140050.1002197266,400472.3002319336],[140097.90020751953,400396.3002319336],[141121.8002319336,401447.60021972656],[141701.1002197266,400701.2001953125],[142343.40020751956,400031.3002319336],[143009.1002197266,399641.2001953125],[145300.30023193365,399801.3002319336],[145224.90020751953,398960.10021972656],[146795.3002319336,396092.40020751953],[147098.3002319336,395991.10021972656],[147390.00018310547,395536.3002319336],[147347.50018310547,395105.50018310547],[146259.3002319336,394637.50018310547],[145444.8002319336,393637.10021972656],[144424.40020751953,393567.8002319336],[144148.10021972656,392449.50018310547],[143027.40020751953,391427.3002319336],[141286.3002319336,391006.3002319336],[139990.80023193365,391306.60021972656],[138460.90020751953,392767.60021972656],[138188.00018310553,392527.7001953125],[137166.40020751953,393510.7001953125],[137532.3002319336,393874.60021972656],[137404.2001953125,394027.40020751953],[137981.6002197266,394820.00018310547],[138396.50018310547,395377.8002319336],[137934.50018310547,395647.8002319336],[137686.10021972656,395931.90020751953],[137716.00018310547,396784.00018310547],[137731.10021972656,396859.10021972656],[137675.40020751953,397100.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0826","GM_NAAM":"Oosterhout"},"geometry":{"type":"Polygon","coordinates":[[[117588.2001953125,410772.60021972656],[118719.20019531253,409938.3002319336],[119951.40020751952,409611.50018310547],[122254.0001831055,409689.60021972656],[123030.80023193362,409457.7001953125],[123435.50018310548,408797.90020751953],[123530.40020751956,407528.50018310547],[123382.60021972659,406844.50018310547],[121961.7001953125,404625.40020751953],[122338.8002319336,403835.2001953125],[122042.50018310547,403087.3002319336],[122453.80023193362,402307.7001953125],[122373.40020751952,401425.50018310547],[122198.7001953125,401127.90020751953],[119079.80023193362,399248.00018310547],[119092.00018310547,398963.00018310547],[117694.20019531251,399316.60021972656],[117257.90020751953,399798.3002319336],[117288.00018310548,403264.40020751953],[115791.80023193361,404731.7001953125],[115141.50018310545,405056.40020751953],[113485.00018310547,405526.3002319336],[114120.3002319336,405950.50018310547],[113064.40020751953,408517.60021972656],[114095.90020751953,409112.3002319336],[116360.70019531249,409886.50018310547],[117363.00018310548,410254.00018310547],[117588.2001953125,410772.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0828","GM_NAAM":"Oss"},"geometry":{"type":"Polygon","coordinates":[[[161818.50018310547,418148.3002319336],[161043.00018310547,418815.00018310547],[160942.40020751953,419325.2001953125],[159595.60021972656,419606.50018310547],[158607.70019531253,419600.3002319336],[155335.3002319336,419055.10021972656],[154090.70019531253,418282.8002319336],[153309.3002319336,418072.7001953125],[152838.8002319336,418081.90020751953],[152674.00018310547,418531.7001953125],[152954.0001831055,418800.00018310547],[153144.00018310547,419200.00018310547],[153199.00018310553,420700.00018310547],[153531.00018310553,421900.00018310547],[153772.00018310547,422400.00018310547],[154744.00018310547,424000.00018310547],[155917.00018310547,425700.00018310547],[156400.00018310553,425998.00018310547],[157500.0001831055,425018.00018310547],[157900.00018310547,424750.00018310547],[158400.00018310547,424593.00018310547],[159200.00018310547,424554.00018310547],[160400.00018310547,424751.00018310547],[160900.00018310547,425020.00018310547],[161375.00018310547,426200.00018310547],[161524.00018310547,426500.00018310547],[161800.00018310547,426761.00018310547],[162100.00018310553,426884.00018310547],[162500.00018310547,426895.00018310547],[163000.00018310547,426691.00018310547],[164000.00018310547,425638.00018310547],[165500.0001831055,425300.00018310547],[166000.0001831055,425521.00018310547],[166352.70019531256,426249.50018310547],[166703.3002319336,426532.40020751953],[166982.50018310547,426594.00018310547],[167900.00018310547,426603.00018310547],[169100.0001831055,426779.00018310547],[171000.00018310547,425694.00018310547],[172000.00018310547,425701.00018310547],[172838.0001831055,425100.00018310547],[173833.0001831055,423100.00018310547],[175400.0001831055,422610.00018310547],[175900.0001831055,422385.00018310547],[176286.00018310547,422000.00018310547],[177000.00018310553,420891.00018310547],[177363.2001953125,420756.7001953125],[175964.60021972662,418981.40020751953],[174520.6002197266,419362.00018310547],[174339.70019531253,418206.2001953125],[173047.8002319336,419548.50018310547],[172162.0001831055,418877.3002319336],[169509.70019531253,418009.2001953125],[168057.50018310547,417368.8002319336],[168312.90020751953,416041.3002319336],[168447.3002319336,415904.60021972656],[168379.90020751956,415875.60021972656],[168255.00018310553,415917.90020751953],[166948.8002319336,416041.3002319336],[165133.40020751956,416887.00018310547],[163412.8002319336,416502.40020751953],[162722.7001953125,416312.2001953125],[162712.10021972656,417405.60021972656],[161818.50018310547,418148.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0840","GM_NAAM":"Rucphen"},"geometry":{"type":"Polygon","coordinates":[[[96024.60021972655,397770.50018310547],[95620.90020751953,397120.00018310547],[95569.2001953125,395937.7001953125],[96588.40020751953,396187.2001953125],[99147.20019531251,397122.00018310547],[99857.90020751955,397111.7001953125],[100863.20019531249,396631.2001953125],[101121.60021972659,396352.7001953125],[101627.60021972658,396275.7001953125],[102187.30023193361,395659.00018310547],[103174.70019531251,395205.10021972656],[103056.30023193361,393091.2001953125],[102523.70019531251,392974.2001953125],[102099.60021972656,392731.40020751953],[101778.8002319336,391582.8002319336],[101098.10021972658,391323.10021972656],[98918.80023193362,391613.10021972656],[99623.2001953125,390048.50018310547],[98676.90020751956,389591.8002319336],[98394.3002319336,388495.3002319336],[97273.90020751955,388839.40020751953],[96706.60021972658,387474.90020751953],[96025.3002319336,388493.7001953125],[92441.00018310547,387975.40020751953],[93282.7001953125,390694.50018310547],[93570.80023193361,392342.00018310547],[94415.80023193361,392462.2001953125],[94964.50018310547,393996.2001953125],[95063.20019531251,395198.40020751953],[93374.70019531251,395568.90020751953],[93595.90020751956,397520.7001953125],[94089.70019531251,397768.10021972656],[96024.60021972655,397770.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0844","GM_NAAM":"Schijndel"},"geometry":{"type":"Polygon","coordinates":[[[154911.10021972656,403559.60021972656],[154728.8002319336,404749.8002319336],[154018.30023193365,405348.8002319336],[154727.2001953125,405526.90020751953],[154355.50018310553,405627.7001953125],[153938.60021972656,405898.8002319336],[155888.7001953125,406414.60021972656],[156899.0001831055,407431.2001953125],[160451.5001831055,406008.7001953125],[162620.3002319336,404205.50018310547],[162957.20019531253,403821.7001953125],[162794.4002075196,402729.10021972656],[161891.50018310547,402060.60021972656],[161986.10021972656,401524.60021972656],[162299.2001953125,399787.8002319336],[160643.50018310547,401485.00018310547],[157020.8002319336,399988.90020751953],[156543.60021972656,401011.90020751953],[155182.80023193365,401319.60021972656],[155530.30023193362,401883.7001953125],[155084.40020751953,403219.2001953125],[154911.10021972656,403559.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0845","GM_NAAM":"Sint-Michielsgestel"},"geometry":{"type":"Polygon","coordinates":[[[154254.90020751953,409959.50018310547],[153792.70019531253,410616.8002319336],[153080.6002197266,412215.60021972656],[153259.80023193362,412203.60021972656],[153917.60021972656,412133.2001953125],[154060.7001953125,412356.00018310547],[154572.90020751956,412447.10021972656],[154923.50018310547,412462.90020751953],[155726.8002319336,412191.00018310547],[157851.60021972656,412525.00018310547],[158603.7001953125,412408.7001953125],[159172.2001953125,411800.10021972656],[159008.2001953125,411090.3002319336],[159458.70019531256,410887.10021972656],[159530.40020751953,411078.90020751953],[159817.70019531256,410980.8002319336],[159263.10021972656,408973.50018310547],[158612.10021972656,408452.50018310547],[157799.10021972656,407447.40020751953],[157424.00018310547,407196.8002319336],[156899.0001831055,407431.2001953125],[155888.7001953125,406414.60021972656],[153938.60021972656,405898.8002319336],[154355.50018310553,405627.7001953125],[154727.2001953125,405526.90020751953],[154018.30023193365,405348.8002319336],[154728.8002319336,404749.8002319336],[154911.10021972656,403559.60021972656],[155084.40020751953,403219.2001953125],[155530.30023193362,401883.7001953125],[154147.40020751953,401434.40020751953],[153130.60021972656,401429.2001953125],[152491.0001831055,401675.60021972656],[151787.8002319336,401718.7001953125],[151350.60021972656,401901.8002319336],[151175.80023193362,402179.40020751953],[151664.80023193362,402776.90020751953],[152008.00018310547,403791.60021972656],[151620.8002319336,403696.60021972656],[150190.50018310547,405089.2001953125],[150317.40020751953,405518.2001953125],[150290.2001953125,406796.40020751953],[149778.40020751953,407703.50018310547],[149241.8002319336,408529.50018310547],[149617.2001953125,408813.50018310547],[150370.90020751953,409101.40020751953],[150868.6002197266,409397.8002319336],[151657.00018310547,408354.7001953125],[152682.00018310547,409141.40020751953],[152491.9002075196,409817.00018310547],[152912.90020751953,410253.00018310547],[154254.90020751953,409959.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0846","GM_NAAM":"Sint-Oedenrode"},"geometry":{"type":"Polygon","coordinates":[[[160643.50018310547,401485.00018310547],[162299.2001953125,399787.8002319336],[162886.00018310547,399851.2001953125],[164738.00018310547,399150.90020751953],[165542.00018310547,398008.7001953125],[166221.00018310553,397445.7001953125],[166010.3002319336,397247.2001953125],[165116.60021972662,396549.50018310547],[166117.0001831055,394318.60021972656],[164969.90020751953,392905.10021972656],[164143.8002319336,392594.3002319336],[163731.40020751953,392820.8002319336],[162834.30023193365,392493.90020751953],[162050.6002197266,393816.50018310547],[161933.40020751953,394769.10021972656],[160625.10021972656,394633.7001953125],[158483.90020751956,393889.3002319336],[157958.10021972656,393999.90020751953],[157379.40020751953,394299.7001953125],[156259.60021972656,395488.10021972656],[156181.40020751956,395481.3002319336],[155735.50018310547,397439.50018310547],[156026.90020751953,398323.7001953125],[155911.2001953125,398524.00018310547],[154600.90020751953,399854.40020751953],[154931.50018310547,401330.40020751953],[155182.80023193365,401319.60021972656],[156543.60021972656,401011.90020751953],[157020.8002319336,399988.90020751953],[160643.50018310547,401485.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0847","GM_NAAM":"Someren"},"geometry":{"type":"Polygon","coordinates":[[[172784.20019531253,382847.60021972656],[173499.30023193362,384177.7001953125],[173628.1002197266,384828.7001953125],[173704.60021972662,384895.00018310547],[173657.3002319336,385153.00018310547],[173714.80023193362,385310.40020751953],[174585.40020751956,385345.90020751953],[174805.3002319336,385448.10021972656],[176265.10021972662,383389.10021972656],[176327.4002075196,383407.2001953125],[176855.30023193362,380841.10021972656],[177072.00018310547,380187.8002319336],[179118.50018310553,378136.7001953125],[179946.70019531256,375830.3002319336],[181708.50018310553,371689.40020751953],[174863.50018310547,369576.40020751953],[174731.0001831055,369861.3002319336],[174858.40020751953,370522.10021972656],[174486.2001953125,370869.00018310547],[172521.10021972653,377809.2001953125],[172440.00018310547,380405.3002319336],[172529.28143310547,381584.14923095703],[172784.20019531253,382847.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0848","GM_NAAM":"Son en Breugel"},"geometry":{"type":"Polygon","coordinates":[[[164143.8002319336,392594.3002319336],[164969.90020751953,392905.10021972656],[165617.30023193362,393013.60021972656],[166042.3002319336,391533.10021972656],[164645.50018310547,390278.7001953125],[163512.00018310553,389966.8002319336],[163626.2001953125,389773.50018310547],[161334.50018310553,389735.00018310547],[160760.10021972656,389620.90020751953],[160325.70019531256,389775.2001953125],[158845.2001953125,389434.40020751953],[159186.4002075196,391453.00018310547],[157796.60021972656,393632.3002319336],[157643.8002319336,393711.8002319336],[157958.10021972656,393999.90020751953],[158483.90020751956,393889.3002319336],[160625.10021972656,394633.7001953125],[161933.40020751953,394769.10021972656],[162050.6002197266,393816.50018310547],[162834.30023193365,392493.90020751953],[163731.40020751953,392820.8002319336],[164143.8002319336,392594.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0851","GM_NAAM":"Steenbergen"},"geometry":{"type":"Polygon","coordinates":[[[86403.80023193362,406563.40020751953],[86656.20019531251,406014.2001953125],[87585.40020751955,405151.50018310547],[88301.8002319336,405041.90020751953],[88629.5001831055,404267.00018310547],[89249.80023193361,403566.8002319336],[88966.8002319336,403439.2001953125],[88874.60021972656,403114.00018310547],[88469.50018310547,402978.50018310547],[88737.50018310547,400143.00018310547],[88907.00018310548,399645.3002319336],[89608.0001831055,398218.8002319336],[89463.8002319336,398030.3002319336],[89259.80023193362,396999.2001953125],[88396.60021972656,396375.10021972656],[87326.3002319336,396302.00018310547],[84810.40020751953,395459.90020751953],[83364.8002319336,395844.2001953125],[79333.10021972656,396660.00018310547],[79513.30023193358,397218.90020751953],[77341.50018310548,397930.60021972656],[76300.70019531251,398582.8002319336],[75684.90020751955,397358.8002319336],[75163.60021972656,396342.40020751953],[75058.20019531249,396936.50018310547],[74741.20019531246,397668.50018310547],[72646.30023193361,400345.10021972656],[72431.9002075195,400682.40020751953],[72199.30023193362,401234.40020751953],[72068.80023193358,402021.3002319336],[72110.8002319336,402618.8002319336],[72345.20019531247,403381.7001953125],[72733.7001953125,404078.40020751953],[73139.00018310551,404519.40020751953],[73624.20019531247,404870.60021972656],[75394.03621419267,405646.39036051434],[76523.5239868164,405270.2609863281],[77262.38403320314,405825.06201171875],[80960.64099121092,406926.0640258789],[82090.07598876953,406732.041015625],[83251.12499999999,407100.72399902344],[84697.15502929686,407977.666015625],[85769.80023193365,406829.40020751953],[86403.80023193362,406563.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0852","GM_NAAM":"Waterland"},"geometry":{"type":"Polygon","coordinates":[[[132738.83502197266,499816.6138305664],[132894.49603271481,497823.1149902344],[132158.8500366211,498007.5969848633],[131287.3380126953,497407.67803955084],[131970.49401855472,496421.34100341797],[132031.1380004883,494673.0640258789],[133961.5729980469,494355.13299560547],[134878.36602783206,494440.473022461],[134975.5800170899,496029.1560058594],[135937.5239868164,497782.5709838868],[136947.77203369146,496453.0640258789],[135136.02502441412,495692.89501953125],[134920.4800415039,494438.6520385743],[133858.90899658203,493496.7969970703],[133301.5433959961,492130.3287963867],[132002.3002319336,491977.2001953125],[130700.90020751956,492040.7001953125],[130588.20019531251,492461.00018310547],[130130.30023193361,492664.20019531256],[128012.80023193362,493153.7001953125],[127783.8002319336,492856.80023193365],[127482.50018310547,493294.8002319336],[126846.30023193361,492857.2001953125],[125664.10021972659,492770.3002319336],[125360.2001953125,492769.30023193365],[125307.40020751955,492955.10021972656],[125142.60021972655,496145.5001831055],[125328.90020751953,496849.3002319336],[125106.00018310547,499192.10021972656],[125186.7001953125,499677.50018310547],[125541.30023193361,498750.60021972656],[126240.00018310548,498288.90020751953],[126438.20019531251,498196.3002319336],[126805.00018310547,498148.40020751953],[126939.60021972656,498157.20019531256],[128565.7001953125,500851.8002319336],[130371.2001953125,499711.50018310547],[130867.20019531251,500165.60021972656],[132715.3002319336,500411.00018310547],[132738.83502197266,499816.6138305664]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0855","GM_NAAM":"Tilburg"},"geometry":{"type":"Polygon","coordinates":[[[124922.00018310547,402961.40020751953],[126608.50018310545,402329.90020751953],[128469.50018310545,402092.60021972656],[131150.60021972656,401961.90020751953],[131516.90020751956,402448.40020751953],[132457.60021972656,402323.90020751953],[134673.3002319336,402526.2001953125],[135194.80023193365,403542.8002319336],[135373.50018310547,405103.90020751953],[135823.00018310547,405322.50018310547],[137082.60021972656,405448.2001953125],[138344.7001953125,405575.90020751953],[139902.80023193362,403336.2001953125],[140319.8002319336,402313.00018310547],[139915.10021972662,401655.90020751953],[140611.60021972662,400994.40020751953],[140097.90020751953,400396.3002319336],[140050.1002197266,400472.3002319336],[138364.10021972656,398642.40020751953],[138472.50018310553,398519.40020751953],[137955.20019531256,397736.10021972656],[137675.40020751953,397100.50018310547],[137731.10021972656,396859.10021972656],[137716.00018310547,396784.00018310547],[137662.00018310547,396019.3002319336],[137865.2001953125,395706.2001953125],[138396.50018310547,395377.8002319336],[137981.6002197266,394820.00018310547],[137404.2001953125,394027.40020751953],[137532.3002319336,393874.60021972656],[137166.40020751953,393510.7001953125],[136949.60021972656,393740.2001953125],[136381.90020751953,395251.40020751953],[135981.60021972656,394822.40020751953],[135075.70019531253,393647.2001953125],[133929.90020751953,393637.60021972656],[133221.30023193362,393852.3002319336],[133237.2001953125,394243.2001953125],[132321.60021972656,394372.40020751953],[131011.80023193362,393614.8002319336],[130034.30023193361,393952.00018310547],[129593.20019531253,394421.90020751953],[128245.10021972656,394349.90020751953],[127279.60021972656,394637.10021972656],[126520.50018310547,394907.90020751953],[126465.40020751956,395351.50018310547],[124913.60021972656,395819.90020751953],[124762.40020751955,396976.2001953125],[125669.30023193361,397452.10021972656],[125924.50018310547,397837.60021972656],[126099.30023193361,398782.60021972656],[126325.80023193361,400423.10021972656],[126008.60021972656,401545.90020751953],[125486.60021972658,402007.3002319336],[124922.00018310547,402961.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0856","GM_NAAM":"Uden"},"geometry":{"type":"Polygon","coordinates":[[[175278.90020751956,404431.7001953125],[174214.60021972653,404495.3002319336],[171678.90020751956,403839.8002319336],[171573.50018310553,403863.7001953125],[171354.60021972662,404226.3002319336],[170249.70019531253,405014.7001953125],[169891.3002319336,404528.10021972656],[168326.80023193362,406359.10021972656],[167470.80023193362,407202.00018310547],[167110.40020751953,408274.2001953125],[168100.2001953125,410192.10021972656],[168808.00018310553,410492.60021972656],[169753.70019531256,412068.8002319336],[169505.70019531253,412601.10021972656],[171366.2001953125,412778.10021972656],[171272.30023193362,412284.7001953125],[174771.60021972656,408643.00018310547],[175165.00018310553,408499.2001953125],[178804.90020751956,409515.60021972656],[179181.2001953125,408124.90020751953],[179002.10021972656,407080.60021972656],[179592.4002075196,406863.3002319336],[180156.6002197266,403820.2001953125],[179435.20019531253,403795.8002319336],[175397.00018310547,404369.7001953125],[175278.90020751956,404431.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0858","GM_NAAM":"Valkenswaard"},"geometry":{"type":"Polygon","coordinates":[[[157378.50018310547,376126.8002319336],[157607.70019531253,376087.00018310547],[158487.60021972656,375203.60021972656],[162330.40020751953,376113.00018310547],[163444.7001953125,375960.7001953125],[163996.40020751953,376581.3002319336],[164748.10021972656,375315.00018310547],[162425.40020751953,374026.3002319336],[162582.20019531253,373038.10021972656],[161024.3002319336,371652.50018310547],[161260.50018310547,370938.7001953125],[161673.3002319336,370237.00018310547],[162100.7001953125,369906.90020751953],[161871.50018310553,368133.7001953125],[161810.90020751953,367863.00018310547],[160416.3002319336,366144.2001953125],[158808.10021972656,365869.10021972656],[157108.70019531256,363663.10021972656],[155042.10021972656,366216.2001953125],[155381.2001953125,367189.8002319336],[155489.90020751953,368827.90020751953],[156644.10021972656,370081.10021972656],[157691.2001953125,369193.00018310547],[158256.8002319336,370565.2001953125],[157585.0001831055,371281.10021972656],[157421.60021972656,372148.40020751953],[157624.1002197266,372757.10021972656],[157394.60021972656,373880.8002319336],[157275.10021972656,375099.3002319336],[157378.50018310547,376126.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0860","GM_NAAM":"Veghel"},"geometry":{"type":"Polygon","coordinates":[[[162616.8002319336,404208.40020751953],[163002.10021972656,404700.10021972656],[163145.30023193365,405254.2001953125],[164499.00018310547,404629.10021972656],[165716.30023193365,405729.90020751953],[167671.40020751953,406971.90020751953],[168326.80023193362,406359.10021972656],[169891.3002319336,404528.10021972656],[170249.70019531253,405014.7001953125],[171390.80023193362,404184.7001953125],[172715.3002319336,401955.7001953125],[173341.00018310553,399035.90020751953],[173669.6002197266,398464.2001953125],[173002.50018310547,397634.40020751953],[172882.20019531247,397461.40020751953],[171387.50018310553,396204.90020751953],[170330.6002197266,396760.2001953125],[168669.80023193362,397106.10021972656],[165945.00018310547,396586.40020751953],[166010.3002319336,397247.2001953125],[166221.00018310553,397445.7001953125],[165542.00018310547,398008.7001953125],[164738.00018310547,399150.90020751953],[162886.00018310547,399851.2001953125],[162298.1002197266,399794.10021972656],[161986.10021972656,401524.60021972656],[161891.50018310547,402060.60021972656],[162794.4002075196,402729.10021972656],[162957.20019531253,403821.7001953125],[162616.8002319336,404208.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0861","GM_NAAM":"Veldhoven"},"geometry":{"type":"Polygon","coordinates":[[[156513.60021972656,382821.00018310547],[157309.10021972656,382647.8002319336],[157768.3002319336,382338.10021972656],[157878.30023193362,380901.3002319336],[157647.70019531253,379538.60021972656],[157809.90020751953,379309.3002319336],[157550.7001953125,378945.00018310547],[157249.40020751953,378111.00018310547],[157175.90020751956,377755.40020751953],[157344.60021972656,377454.7001953125],[157400.10021972656,377263.60021972656],[157359.3002319336,377221.10021972656],[157144.2001953125,376984.00018310547],[155650.2001953125,376851.90020751953],[155118.80023193365,376364.60021972656],[154077.50018310547,377718.7001953125],[153869.8002319336,378746.00018310547],[152715.30023193365,379961.10021972656],[151377.50018310553,379808.3002319336],[150579.10021972662,379673.7001953125],[150033.90020751953,381094.7001953125],[150282.30023193362,381632.90020751953],[151706.20019531256,381827.90020751953],[152102.50018310547,382424.40020751953],[152115.20019531253,382230.7001953125],[152230.40020751953,382247.00018310547],[152612.20019531253,382636.40020751953],[152791.5001831055,382737.3002319336],[153257.7001953125,383003.00018310547],[153263.40020751953,382929.2001953125],[153588.40020751953,383011.50018310547],[153583.00018310547,383149.8002319336],[153890.90020751953,383312.2001953125],[155089.90020751953,383231.50018310547],[155946.6002197266,382653.7001953125],[156513.60021972656,382821.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0865","GM_NAAM":"Vught"},"geometry":{"type":"Polygon","coordinates":[[[142206.8002319336,409105.60021972656],[143657.70019531253,409455.00018310547],[143864.4002075196,411262.3002319336],[144261.40020751953,411175.3002319336],[145294.9002075196,410495.90020751953],[147056.40020751953,410577.90020751953],[147769.5001831055,410247.60021972656],[149189.80023193362,408713.8002319336],[150265.40020751953,409120.60021972656],[150286.00018310547,409065.10021972656],[149241.8002319336,408529.50018310547],[149778.40020751953,407703.50018310547],[150290.2001953125,406796.40020751953],[150317.40020751953,405518.2001953125],[150015.90020751956,404995.8002319336],[149389.90020751953,404563.8002319336],[148591.90020751953,403611.40020751953],[147414.90020751953,403375.2001953125],[145258.40020751953,404888.3002319336],[145537.10021972656,405606.00018310547],[145143.00018310553,406545.40020751953],[142387.1002197266,408942.10021972656],[142380.4907836914,409014.8804321289],[142206.8002319336,409105.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0866","GM_NAAM":"Waalre"},"geometry":{"type":"Polygon","coordinates":[[[161531.7001953125,379498.60021972656],[162697.40020751953,379464.2001953125],[163188.70019531253,379007.3002319336],[163688.00018310547,377189.90020751953],[163996.40020751953,376581.3002319336],[163444.7001953125,375960.7001953125],[162330.40020751953,376113.00018310547],[158487.60021972656,375203.60021972656],[157607.70019531253,376087.00018310547],[157549.90020751953,376500.40020751953],[157574.60021972656,376748.2001953125],[157359.3002319336,377221.10021972656],[157400.10021972656,377263.60021972656],[157344.60021972656,377454.7001953125],[157175.90020751956,377755.40020751953],[157249.40020751953,378111.00018310547],[157550.7001953125,378945.00018310547],[157809.90020751953,379309.3002319336],[158045.40020751956,379277.8002319336],[158408.70019531256,379538.2001953125],[161531.7001953125,379498.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0867","GM_NAAM":"Waalwijk"},"geometry":{"type":"Polygon","coordinates":[[[133767.8002319336,409220.7001953125],[132408.8002319336,409195.90020751953],[132250.7001953125,408152.40020751953],[131487.3002319336,408195.40020751953],[127682.10021972658,409791.00018310547],[127324.40020751955,407385.10021972656],[125290.0001831055,407054.40020751953],[125325.2001953125,407727.8002319336],[124614.70019531251,409860.3002319336],[124363.70019531253,410106.50018310547],[123596.3002319336,409870.3002319336],[122577.40020751953,414684.10021972656],[125233.20019531253,414983.10021972656],[128030.60021972658,414095.60021972656],[129915.50018310547,413678.10021972656],[130897.90020751955,413620.2001953125],[131703.8002319336,413682.00018310547],[132389.50018310547,413874.90020751953],[132934.2001953125,414161.10021972656],[133895.00018310547,414889.2001953125],[134751.90020751953,414435.00018310547],[135091.50018310547,414247.40020751953],[135525.00018310547,413615.60021972656],[135357.6002197266,412673.7001953125],[135584.60021972656,409874.10021972656],[135266.60021972656,409843.40020751953],[134731.90020751953,409557.60021972656],[134446.61303710938,409587.2421875],[134274.90020751953,409543.2001953125],[133767.8002319336,409220.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0870","GM_NAAM":"Werkendam"},"geometry":{"type":"Polygon","coordinates":[[[111051.10021972656,418368.60021972656],[109856.20019531251,416623.3002319336],[109038.30023193361,416382.00018310547],[107416.60021972656,415030.8002319336],[105945.10021972658,414835.60021972656],[105882.50018310548,415371.7001953125],[106252.00018310548,415757.00018310547],[107062.0001831055,416179.00018310547],[107791.00018310548,416689.00018310547],[109242.0001831055,417897.00018310547],[110081.00018310547,418742.00018310547],[110652.00018310548,419618.00018310547],[111391.00018310548,421628.00018310547],[112664.7001953125,422920.3002319336],[114302.40020751955,423623.90020751953],[116486.00018310547,423412.00018310547],[118250.0001831055,423695.00018310547],[120677.20019531251,425704.00018310547],[122696.50018310547,426646.00018310547],[123901.00018310547,426731.00018310547],[126212.10021972658,426198.7001953125],[125908.40020751953,425270.8002319336],[126023.00018310547,424655.8002319336],[125276.8002319336,423199.00018310547],[124055.20019531253,423730.8002319336],[123610.90020751955,422251.7001953125],[123799.00018310548,420386.3002319336],[123644.20019531251,418539.90020751953],[125281.70019531251,418116.10021972656],[125903.90020751953,418343.90020751953],[127612.90020751953,418214.90020751953],[127589.10021972658,417028.90020751953],[128277.70019531251,416721.8002319336],[128098.50018310548,415735.3002319336],[127457.2001953125,414311.40020751953],[125233.20019531253,414983.10021972656],[123744.8002319336,414938.00018310547],[121798.00018310547,414561.8002319336],[121258.90020751953,414552.3002319336],[120208.8002319336,414710.40020751953],[119472.40020751953,414709.40020751953],[116968.20019531251,413905.90020751953],[117231.10021972658,414316.90020751953],[117672.3002319336,415337.2001953125],[117859.10021972658,417483.40020751953],[118042.80023193362,418711.8002319336],[117685.40020751953,418845.3002319336],[115992.90020751956,418502.2001953125],[114630.8002319336,418927.90020751953],[113448.80023193362,418753.60021972656],[113254.7001953125,419938.50018310547],[113099.10021972659,419650.3002319336],[112136.30023193361,419105.7001953125],[111051.10021972656,418368.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0873","GM_NAAM":"Woensdrecht"},"geometry":{"type":"Polygon","coordinates":[[[85233.10021972655,385595.3002319336],[85760.70019531251,385184.40020751953],[86154.50018310548,384047.00018310547],[86009.70019531251,382445.50018310547],[85198.20019531249,381808.40020751953],[85731.60021972658,380365.2001953125],[88471.90020751953,376643.3002319336],[87772.40020751953,375560.00018310547],[86150.30023193361,374653.40020751953],[85157.60021972656,374384.90020751953],[83923.3002319336,374730.7001953125],[82154.40020751953,374784.40020751953],[81709.60021972656,377024.8002319336],[77733.10021972655,376905.00018310547],[77116.30023193361,377750.10021972656],[77192.30023193358,379618.40020751953],[76849.10021972656,381415.3002319336],[77706.60021972655,382359.10021972656],[77007.00018310547,383997.8002319336],[77192.30023193358,384061.00018310547],[78240.50018310548,383977.50018310547],[79251.20019531251,385124.50018310547],[79293.50018310547,386916.3002319336],[80220.30023193358,386229.50018310547],[82524.10021972655,386242.10021972656],[83597.78942871092,385934.6318359375],[84156.70019531251,385773.00018310547],[85233.10021972655,385595.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0874","GM_NAAM":"Woudrichem"},"geometry":{"type":"Polygon","coordinates":[[[133935.50018310547,421382.8002319336],[133690.50018310547,419980.10021972656],[132643.8002319336,419805.40020751953],[129810.50018310548,420241.10021972656],[129982.90020751956,418142.2001953125],[125903.90020751953,418343.90020751953],[125281.70019531251,418116.10021972656],[123644.20019531251,418539.90020751953],[123799.00018310548,420386.3002319336],[123610.90020751955,422251.7001953125],[124055.20019531253,423730.8002319336],[125276.8002319336,423199.00018310547],[126023.00018310547,424655.8002319336],[125908.40020751953,425270.8002319336],[126212.10021972658,426198.7001953125],[127460.00018310548,425903.00018310547],[128329.10021972658,425884.3002319336],[128900.40020751953,425536.90020751953],[128998.00018310547,425399.60021972656],[129010.10021972656,424999.2001953125],[129299.60021972658,424549.90020751953],[130197.8002319336,423931.10021972656],[130699.70019531251,423771.90020751953],[131611.6002197266,423329.10021972656],[131899.90020751956,423058.50018310547],[132631.90020751953,421688.90020751953],[132901.2001953125,421369.50018310547],[133225.16040039062,421221.40838623047],[133602.8002319336,421228.3002319336],[133935.50018310547,421382.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0879","GM_NAAM":"Zundert"},"geometry":{"type":"Polygon","coordinates":[[[107613.00018310548,395870.8002319336],[110215.20019531251,393752.60021972656],[110356.0001831055,392392.7001953125],[110216.30023193361,390933.2001953125],[109629.70019531251,388704.00018310547],[108425.60021972658,386859.3002319336],[107474.7001953125,386656.60021972656],[106753.10021972658,384968.00018310547],[104902.40020751953,384170.40020751953],[105098.40020751955,382161.7001953125],[102854.10021972656,381811.90020751953],[102344.20019531253,382140.00018310547],[98502.2001953125,382952.50018310547],[95755.30023193362,381891.40020751953],[95406.60021972658,384842.90020751953],[96706.60021972658,387474.90020751953],[97273.90020751955,388839.40020751953],[98394.3002319336,388495.3002319336],[98676.90020751956,389591.8002319336],[99623.2001953125,390048.50018310547],[98918.80023193362,391613.10021972656],[101098.10021972658,391323.10021972656],[101778.8002319336,391582.8002319336],[102099.60021972656,392731.40020751953],[102277.40020751955,392877.40020751953],[103056.30023193361,393091.2001953125],[103009.30023193361,392289.8002319336],[104001.20019531251,392804.10021972656],[106001.60021972656,394870.3002319336],[106916.10021972658,395316.3002319336],[107613.00018310548,395870.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0880","GM_NAAM":"Wormerland"},"geometry":{"type":"Polygon","coordinates":[[[116311.40020751953,505485.7001953125],[116824.3002319336,506265.2001953125],[117462.10021972658,505845.40020751953],[118076.8002319336,504496.0001831055],[120228.80023193361,503716.8002319336],[122565.2001953125,503369.80023193365],[123459.50018310547,502737.90020751953],[123861.60021972658,502668.00018310547],[124257.40020751953,502758.2001953125],[124281.70019531251,502606.60021972656],[123626.10021972656,502082.3002319336],[123717.80023193361,501942.60021972656],[123468.50018310547,500566.40020751953],[123002.00018310548,499973.8002319336],[122462.40020751955,499593.7001953125],[122425.70019531251,499348.00018310547],[122341.10021972658,499230.60021972656],[121257.7001953125,499141.40020751953],[119608.80023193362,498197.7001953125],[118258.10021972656,498246.60021972656],[117627.20019531251,499267.90020751953],[116237.40020751956,499584.90020751953],[115039.70019531253,500539.50018310547],[114552.40020751955,500677.20019531256],[114788.60021972656,501110.50018310547],[114757.30023193361,501824.10021972656],[114687.3002319336,501987.8002319336],[114680.80023193361,502311.50018310547],[114439.00018310547,502583.00018310547],[114369.90020751953,502785.6002197266],[114631.00018310547,503727.50018310547],[115027.60021972658,504237.10021972656],[115491.60021972659,504362.3002319336],[116311.40020751953,505485.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0881","GM_NAAM":"Onderbanken"},"geometry":{"type":"Polygon","coordinates":[[[198482.3002319336,329943.3002319336],[195654.0001831055,330463.3002319336],[194736.10021972656,329349.50018310547],[194009.5001831055,328959.40020751953],[192268.10021972656,329816.60021972656],[192395.10021972656,332193.7001953125],[193388.60021972656,332997.60021972656],[194881.5001831055,333349.8002319336],[195759.50018310547,332353.10021972656],[196926.10021972656,332664.90020751953],[199345.6002197266,332874.8002319336],[199923.1002197266,332637.60021972656],[199120.80023193365,330486.00018310547],[198482.3002319336,329943.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0882","GM_NAAM":"Landgraaf"},"geometry":{"type":"Polygon","coordinates":[[[198705.7001953125,321937.8002319336],[197749.50018310547,323043.8002319336],[197627.80023193362,324656.90020751953],[198956.80023193362,326469.2001953125],[199216.3002319336,326976.40020751953],[199357.8002319336,327410.40020751953],[203135.80023193362,326157.40020751953],[204586.9002075196,325566.7001953125],[203719.30023193362,324231.10021972656],[202094.70019531253,323586.7001953125],[201127.90020751953,323610.7001953125],[200329.10021972656,320397.10021972656],[199725.9002075195,320416.60021972656],[199254.80023193362,320235.60021972656],[199197.2001953125,320601.7001953125],[198705.7001953125,321937.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0888","GM_NAAM":"Beek"},"geometry":{"type":"Polygon","coordinates":[[[184841.20019531247,329579.90020751953],[186354.50018310547,328697.00018310547],[186724.8002319336,328640.90020751953],[186812.50018310544,329040.8002319336],[186955.40020751953,328807.7001953125],[188014.3002319336,328359.7001953125],[187545.50018310547,326497.60021972656],[186946.5001831055,325639.00018310547],[186249.10021972656,325364.7001953125],[184922.60021972656,325161.90020751953],[182464.90020751953,324638.3002319336],[182252.7001953125,324686.10021972656],[181235.00018310547,323371.90020751953],[181076.2001953125,323273.8002319336],[180858.10021972656,323493.7001953125],[182304.30023193365,326358.40020751953],[181979.90020751953,326536.3002319336],[182467.90020751956,327068.60021972656],[182549.30023193365,328306.90020751953],[182603.40020751956,328476.60021972656],[182868.6002197266,328579.90020751953],[183174.40020751953,328843.2001953125],[183181.70019531253,328779.8002319336],[183541.60021972662,329212.10021972656],[184160.6002197266,328715.90020751953],[184271.46081542972,328824.6212158203],[184841.20019531247,329579.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0889","GM_NAAM":"Beesel"},"geometry":{"type":"Polygon","coordinates":[[[199892.40020751953,365166.8002319336],[200988.80023193362,366464.40020751953],[202687.80023193356,367378.40020751953],[203648.2001953125,367807.8002319336],[204943.50018310547,366846.40020751953],[205731.90020751956,366907.00018310547],[206446.60021972656,365883.90020751953],[206448.50018310547,365307.00018310547],[203764.0001831055,362265.10021972656],[202864.90020751956,361693.00018310547],[202183.50018310547,362104.2001953125],[201587.30023193362,362717.3002319336],[201422.40020751956,362783.50018310547],[201202.70019531253,362649.7001953125],[200466.20019531253,362065.3002319336],[199170.50018310553,362554.3002319336],[198900.10021972656,362586.40020751953],[198324.50018310544,363286.40020751953],[198143.40020751953,363619.3002319336],[198182.2001953125,363867.3002319336],[198335.10021972656,364145.2001953125],[198542.70019531253,364290.3002319336],[198775.20019531253,364326.3002319336],[199211.40020751953,364253.50018310547],[199602.616394043,364371.1462402344],[199758.60021972656,364564.60021972656],[199892.40020751953,365166.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0893","GM_NAAM":"Bergen (L,)"},"geometry":{"type":"Polygon","coordinates":[[[206631.2001953125,393247.8002319336],[205900.90020751956,393818.60021972656],[205763.2001953125,394004.60021972656],[205589.6002197266,394443.2001953125],[205408.5001831055,395281.50018310547],[204633.60021972656,395723.90020751953],[203443.7001953125,395554.40020751953],[202292.90020751953,396058.10021972656],[201415.2001953125,396727.8002319336],[200919.0001831055,396773.2001953125],[200703.5001831055,396928.40020751953],[200312.3002319336,397483.60021972656],[200095.70019531253,398093.00018310547],[200102.6002197266,398555.50018310547],[200232.1002197266,399308.3002319336],[199349.80023193362,400794.40020751953],[199100.2001953125,401787.7001953125],[199109.7001953125,403073.60021972656],[198963.30023193365,403613.2001953125],[198747.80023193356,403942.00018310547],[197169.80023193362,405495.40020751953],[196179.40020751956,406132.50018310547],[195796.60021972656,406270.00018310547],[197510.0001831055,407560.3002319336],[198462.2001953125,408346.00018310547],[199594.90020751956,409905.00018310547],[199923.1002197266,409529.00018310547],[203481.70019531256,408125.60021972656],[204515.30023193365,408208.60021972656],[205575.50018310547,407714.90020751953],[204985.30023193362,406695.8002319336],[204359.50018310547,404154.3002319336],[203940.70019531253,403936.10021972656],[203784.40020751953,402120.40020751953],[205881.6002197266,400683.2001953125],[206523.60021972662,399392.8002319336],[208375.5001831055,397797.40020751953],[209786.9002075196,394695.00018310547],[211398.3002319336,393469.50018310547],[212355.00018310553,391303.50018310547],[211712.60021972653,390906.40020751953],[209294.50018310553,390742.8002319336],[209233.20019531253,391023.90020751953],[209042.1002197266,391391.40020751953],[207577.50018310553,392329.10021972656],[206631.2001953125,393247.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0899","GM_NAAM":"Brunssum"},"geometry":{"type":"Polygon","coordinates":[[[194862.80023193362,327179.7001953125],[193997.6002197266,326519.7001953125],[193048.40020751953,327572.40020751953],[193464.70019531253,327800.7001953125],[193910.0001831055,328834.40020751953],[194736.10021972656,329349.50018310547],[195654.0001831055,330463.3002319336],[198482.3002319336,329943.3002319336],[199245.70019531253,329405.50018310547],[199357.8002319336,327410.40020751953],[199216.3002319336,326976.40020751953],[198908.3002319336,326487.40020751953],[196306.40020751956,326726.90020751953],[195542.70019531256,327279.8002319336],[194862.80023193362,327179.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0907","GM_NAAM":"Gennep"},"geometry":{"type":"Polygon","coordinates":[[[192800.90020751953,416917.90020751953],[193062.60021972656,417130.7001953125],[193453.60021972662,417158.60021972656],[194092.30023193356,417854.10021972656],[194229.80023193362,416753.00018310547],[196926.3002319336,416796.10021972656],[199378.90020751953,415390.3002319336],[200452.6002197266,414446.3002319336],[199155.6002197266,413519.60021972656],[199565.00018310547,411685.2001953125],[199594.90020751956,409905.00018310547],[198462.2001953125,408346.00018310547],[197510.0001831055,407560.3002319336],[195796.60021972656,406270.00018310547],[195610.60021972656,406360.60021972656],[195191.60021972653,406830.50018310547],[194857.2001953125,408082.10021972656],[194943.6002197266,409400.00018310547],[194361.50018310547,412395.3002319336],[194327.40020751956,413319.2001953125],[194264.30023193362,413547.60021972656],[193947.60021972662,413867.60021972656],[193420.00018310553,414108.50018310547],[192403.5001831055,414391.2001953125],[191781.60021972656,414459.7001953125],[192785.7001953125,416252.7001953125],[192800.90020751953,416917.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0917","GM_NAAM":"Heerlen"},"geometry":{"type":"Polygon","coordinates":[[[196291.00018310553,318447.8002319336],[195690.30023193362,319765.2001953125],[195127.60021972656,320523.50018310547],[192898.5001831055,323713.10021972656],[192601.90020751956,324114.8002319336],[191407.6002197266,325096.60021972656],[191350.8002319336,325409.8002319336],[191033.50018310547,325356.40020751953],[190932.70019531256,326077.2001953125],[191425.00018310547,326552.8002319336],[192471.70019531253,327023.00018310547],[193048.40020751953,327572.40020751953],[193997.6002197266,326519.7001953125],[194862.80023193362,327179.7001953125],[195542.70019531256,327279.8002319336],[196306.40020751956,326726.90020751953],[198956.80023193362,326469.2001953125],[197627.80023193362,324656.90020751953],[197749.50018310547,323043.8002319336],[198705.7001953125,321937.8002319336],[199197.2001953125,320601.7001953125],[199254.80023193362,320235.60021972656],[199344.80023193362,320263.8002319336],[199569.30023193356,320079.3002319336],[198723.80023193362,319029.90020751953],[198791.0001831055,317974.3002319336],[199271.70019531253,317297.60021972656],[199427.90020751953,317298.40020751953],[199321.60021972656,316193.60021972656],[199738.40020751953,314670.2001953125],[199639.30023193365,314622.60021972656],[199291.1002197266,315072.8002319336],[199379.8002319336,315283.8002319336],[198462.3002319336,315912.2001953125],[198551.40020751953,316304.7001953125],[197761.4002075196,317037.10021972656],[197230.70019531253,317501.3002319336],[196291.00018310553,318447.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0928","GM_NAAM":"Kerkrade"},"geometry":{"type":"Polygon","coordinates":[[[200329.10021972656,320397.10021972656],[201127.90020751953,323610.7001953125],[202094.70019531253,323586.7001953125],[203719.30023193362,324231.10021972656],[203422.40020751953,322536.60021972656],[204230.30023193362,321307.7001953125],[204337.90020751956,320527.3002319336],[203589.6002197266,319221.7001953125],[203384.30023193362,317638.00018310547],[202149.10021972656,318128.8002319336],[200570.90020751953,318061.50018310547],[199427.90020751953,317298.40020751953],[199271.70019531253,317297.60021972656],[198791.0001831055,317974.3002319336],[198723.80023193362,319029.90020751953],[199569.30023193356,320079.3002319336],[199344.80023193362,320263.8002319336],[200329.10021972656,320397.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0935","GM_NAAM":"Maastricht"},"geometry":{"type":"Polygon","coordinates":[[[178218.0001831055,324262.60021972656],[178058.3002319336,324245.60021972656],[178401.90020751953,323326.00018310547],[179334.00018310553,320656.2001953125],[180922.20019531247,320252.10021972656],[181182.00018310547,319639.50018310547],[181433.00018310547,319700.60021972656],[180496.6002197266,318654.50018310547],[181064.80023193362,318450.50018310547],[181069.3002319336,317345.40020751953],[180297.90020751956,316448.00018310547],[180204.8002319336,315384.50018310547],[180204.5001831055,314845.10021972656],[178849.9002075195,314003.7001953125],[178266.50018310547,313899.3002319336],[177718.40020751953,313204.50018310547],[176845.30023193362,313232.50018310547],[175514.90020751953,314106.40020751953],[174527.1002197266,314182.50018310547],[173071.40020751953,316485.60021972656],[172746.90020751956,317416.50018310547],[173067.50018310553,318815.40020751953],[173088.50018310553,320203.00018310547],[174318.6002197266,321021.2001953125],[175561.70019531253,321229.00018310547],[175780.8002319336,322123.8002319336],[176469.90020751956,322703.3002319336],[176963.0001831055,324602.7001953125],[178218.0001831055,324262.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0938","GM_NAAM":"Meerssen"},"geometry":{"type":"Polygon","coordinates":[[[180775.40020751953,327179.2001953125],[181030.1002197266,327018.00018310547],[181316.40020751956,326894.3002319336],[181844.20019531253,326636.2001953125],[182304.30023193365,326358.40020751953],[180858.10021972656,323493.7001953125],[180931.40020751953,323363.8002319336],[181154.80023193362,323280.3002319336],[182252.7001953125,324686.10021972656],[182464.90020751953,324638.3002319336],[184152.40020751953,325013.10021972656],[184200.40020751953,324976.10021972656],[184074.70019531253,324772.40020751953],[184105.70019531253,324414.8002319336],[183793.8002319336,324271.10021972656],[184038.6002197266,321846.50018310547],[183936.90020751953,321531.90020751953],[182479.0001831055,321621.50018310547],[181572.00018310547,319738.10021972656],[181182.00018310547,319639.50018310547],[180922.20019531247,320252.10021972656],[179334.00018310553,320656.2001953125],[178401.90020751953,323326.00018310547],[178058.3002319336,324245.60021972656],[178218.0001831055,324262.60021972656],[178669.20019531253,324512.8002319336],[178817.40020751956,325772.00018310547],[179862.6002197266,327337.40020751953],[180217.60021972656,328249.8002319336],[180377.90020751956,327757.8002319336],[180510.0001831055,327783.2001953125],[180775.40020751953,327179.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0944","GM_NAAM":"Mook en Middelaar"},"geometry":{"type":"Polygon","coordinates":[[[189075.40020751956,417409.60021972656],[188999.5001831055,418027.3002319336],[188526.90020751953,418518.3002319336],[187951.70019531253,418884.50018310547],[188277.60021972656,419462.90020751953],[188175.00018310547,420870.8002319336],[189585.30023193362,421222.00018310547],[189934.2001953125,421142.10021972656],[190769.70019531253,419794.10021972656],[191464.50018310547,418308.60021972656],[192713.50018310547,417851.8002319336],[192896.8002319336,417066.60021972656],[193062.60021972656,417130.7001953125],[192800.90020751953,416917.90020751953],[192785.7001953125,416252.7001953125],[191781.60021972656,414459.7001953125],[191265.40020751956,414478.8002319336],[190853.90020751956,414574.60021972656],[190312.2001953125,414768.60021972656],[189883.30023193362,415019.60021972656],[189576.70019531256,415303.7001953125],[189463.40020751956,415500.00018310547],[189315.60479736328,416418.8154296875],[189075.40020751956,417409.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0946","GM_NAAM":"Nederweert"},"geometry":{"type":"Polygon","coordinates":[[[186560.00018310553,373171.60021972656],[186000.40020751956,372185.7001953125],[187408.6002197266,370267.8002319336],[189204.3002319336,369817.7001953125],[188016.40020751956,369167.40020751953],[187328.10021972656,367020.3002319336],[186166.10021972662,365166.3002319336],[187080.8002319336,363010.8002319336],[187657.50018310547,362807.7001953125],[187555.70019531247,361787.3002319336],[186280.1002197266,361420.10021972656],[185063.6002197266,361494.7001953125],[183554.40020751956,361006.3002319336],[182590.70019531253,362078.3002319336],[180337.6002197266,363617.40020751953],[179127.20019531253,365700.2001953125],[177352.70019531253,366083.60021972656],[175047.60021972656,365344.60021972656],[173821.70019531256,365638.40020751953],[173246.70019531247,366243.50018310547],[172913.10021972656,366841.50018310547],[174859.2001953125,369575.10021972656],[182044.11718750003,371793.0715942383],[186560.00018310553,373171.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0951","GM_NAAM":"Nuth"},"geometry":{"type":"Polygon","coordinates":[[[184105.70019531253,324414.8002319336],[184074.70019531253,324772.40020751953],[184200.40020751953,324976.10021972656],[184152.40020751953,325013.10021972656],[186249.10021972656,325364.7001953125],[186946.5001831055,325639.00018310547],[187521.8002319336,326133.90020751953],[190353.3002319336,327340.3002319336],[190489.7001953125,326841.40020751953],[192268.50018310553,327331.50018310547],[192471.70019531253,327023.00018310547],[191425.00018310547,326552.8002319336],[190932.70019531256,326077.2001953125],[191033.50018310547,325356.40020751953],[191350.8002319336,325409.8002319336],[191407.6002197266,325096.60021972656],[192601.90020751956,324114.8002319336],[192518.4002075196,323836.10021972656],[191186.80023193365,323015.8002319336],[189739.8002319336,321526.8002319336],[189034.90020751956,321629.90020751953],[187687.9002075196,321482.00018310547],[186573.90020751953,321398.8002319336],[186375.40020751953,322587.40020751953],[185402.50018310547,321650.8002319336],[185040.40020751953,321896.8002319336],[184038.6002197266,321846.50018310547],[183793.8002319336,324271.10021972656],[184105.70019531253,324414.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0957","GM_NAAM":"Roermond"},"geometry":{"type":"Polygon","coordinates":[[[194238.10021972662,352473.7001953125],[194158.40020751956,352513.60021972656],[192460.90020751953,353495.60021972656],[192343.70019531253,354523.10021972656],[192636.30023193365,355148.7001953125],[192953.80023193362,355624.3002319336],[193374.6002197266,356085.40020751953],[195531.80023193362,358021.7001953125],[196005.40020751953,358664.40020751953],[196412.30023193362,359497.60021972656],[197518.60021972656,360257.60021972656],[197996.70019531253,360776.2001953125],[198193.5001831055,361202.00018310547],[198418.50018310547,362421.2001953125],[198191.70019531253,363274.3002319336],[198324.50018310544,363286.40020751953],[198900.10021972656,362586.40020751953],[199170.50018310553,362554.3002319336],[200466.20019531253,362065.3002319336],[201365.3002319336,362788.10021972656],[201564.8002319336,362736.2001953125],[202183.50018310547,362104.2001953125],[202864.90020751956,361693.00018310547],[203819.10021972653,359489.2001953125],[202561.20019531253,359241.50018310547],[202960.70019531256,355048.00018310547],[201667.7001953125,354688.8002319336],[202309.00018310547,353117.10021972656],[200594.40020751953,352535.8002319336],[198897.1002197266,353129.40020751953],[198282.80023193362,352818.50018310547],[197812.80023193365,352956.8002319336],[196728.40020751953,354205.7001953125],[194757.8002319336,352330.3002319336],[194639.3002319336,352298.50018310547],[194238.10021972662,352473.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0962","GM_NAAM":"Schinnen"},"geometry":{"type":"Polygon","coordinates":[[[194009.5001831055,328959.40020751953],[193910.0001831055,328834.40020751953],[193464.70019531253,327800.7001953125],[192268.50018310553,327331.50018310547],[190489.7001953125,326841.40020751953],[190353.3002319336,327340.3002319336],[187521.8002319336,326133.90020751953],[187545.50018310547,326497.60021972656],[188014.3002319336,328359.7001953125],[186955.40020751953,328807.7001953125],[186812.50018310544,329040.8002319336],[186800.00018310553,329789.00018310547],[186875.80023193362,330060.3002319336],[187663.80023193362,331030.40020751953],[188858.50018310547,330875.7001953125],[190087.50018310547,331093.2001953125],[190388.30023193362,331723.40020751953],[192395.10021972656,332193.7001953125],[192268.10021972656,329816.60021972656],[194009.5001831055,328959.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0965","GM_NAAM":"Simpelveld"},"geometry":{"type":"Polygon","coordinates":[[[197032.90020751956,313487.2001953125],[196919.1002197266,313611.7001953125],[196025.9002075196,314248.50018310547],[195320.70019531253,315515.2001953125],[195137.40020751956,316377.3002319336],[194866.50018310547,317761.8002319336],[195755.20019531253,318742.2001953125],[196291.00018310553,318447.8002319336],[197230.70019531253,317501.3002319336],[197761.4002075196,317037.10021972656],[198551.40020751953,316304.7001953125],[198462.3002319336,315912.2001953125],[199379.8002319336,315283.8002319336],[199291.1002197266,315072.8002319336],[199639.30023193365,314622.60021972656],[199738.40020751953,314670.2001953125],[199954.60021972656,314001.60021972656],[198458.2001953125,312579.2001953125],[197032.90020751956,313487.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0971","GM_NAAM":"Stein"},"geometry":{"type":"Polygon","coordinates":[[[183218.8002319336,334694.3002319336],[182844.70019531256,333554.90020751953],[183019.20019531253,329702.10021972656],[183174.40020751953,328843.2001953125],[182868.6002197266,328579.90020751953],[182603.40020751956,328476.60021972656],[182549.30023193365,328306.90020751953],[182467.90020751956,327068.60021972656],[181979.90020751953,326536.3002319336],[181844.20019531253,326636.2001953125],[181316.40020751956,326894.3002319336],[181030.1002197266,327018.00018310547],[180775.40020751953,327179.2001953125],[180510.0001831055,327783.2001953125],[180377.90020751956,327757.8002319336],[180217.60021972656,328249.8002319336],[181065.00018310547,329070.60021972656],[180916.30023193365,329845.60021972656],[180112.2001953125,330266.10021972656],[179379.6002197266,329585.3002319336],[178390.10021972656,330356.10021972656],[179380.00018310547,331508.90020751953],[179587.5001831055,332171.7001953125],[180469.50018310553,332603.90020751953],[181705.60021972656,334523.90020751953],[181583.40020751956,335624.60021972656],[182099.90020751956,336668.7001953125],[183070.90020751953,336692.60021972656],[182208.4002075196,335017.8002319336],[183218.8002319336,334694.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0981","GM_NAAM":"Vaals"},"geometry":{"type":"Polygon","coordinates":[[[193635.30023193365,307760.40020751953],[193297.50018310547,307907.8002319336],[193377.00018310553,308023.7001953125],[193309.60021972662,308218.8002319336],[193107.0001831055,308345.40020751953],[192855.30023193362,309617.8002319336],[193710.5001831055,309203.60021972656],[194335.70019531256,310337.40020751953],[194134.40020751953,311185.60021972656],[194197.3002319336,311686.60021972656],[194399.0001831055,311959.2001953125],[194798.90020751956,311695.8002319336],[196024.40020751956,312538.10021972656],[197382.20019531253,311745.60021972656],[198361.60021972662,310681.10021972656],[200198.7001953125,309483.90020751953],[199533.40020751956,308348.90020751953],[199728.90020751956,307341.60021972656],[198196.50018310547,307188.2001953125],[196420.50018310547,307416.90020751953],[195273.10021972656,308175.3002319336],[193635.30023193365,307760.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0983","GM_NAAM":"Venlo"},"geometry":{"type":"Polygon","coordinates":[[[202829.70019531253,378521.60021972656],[202640.90020751956,379341.3002319336],[203029.3002319336,381455.00018310547],[204703.60021972656,381402.50018310547],[205739.60021972656,381609.00018310547],[206112.00018310553,381005.40020751953],[207038.60021972653,381042.7001953125],[207446.20019531256,378682.90020751953],[208298.3002319336,378810.10021972656],[208009.8002319336,380273.2001953125],[208534.4002075196,381393.2001953125],[208315.60021972662,383312.40020751953],[209052.5001831055,385120.40020751953],[209995.40020751953,386603.3002319336],[209914.1002197266,387495.00018310547],[209132.9002075196,389327.2001953125],[209294.50018310553,390742.8002319336],[211712.60021972653,390906.40020751953],[212355.00018310553,391303.50018310547],[212334.40020751953,389466.50018310547],[213104.80023193365,387656.90020751953],[212883.0001831055,385471.90020751953],[212472.7001953125,384456.3002319336],[212545.60021972656,383079.40020751953],[211927.6002197266,379249.50018310547],[213416.6002197266,379349.60021972656],[212578.1002197266,378156.90020751953],[213448.40020751956,374907.2001953125],[210931.3002319336,372556.3002319336],[210826.70019531253,372066.40020751953],[209514.7001953125,371418.60021972656],[207861.80023193356,367923.40020751953],[206446.60021972656,365883.90020751953],[205731.90020751956,366907.00018310547],[204943.50018310547,366846.40020751953],[203648.2001953125,367807.8002319336],[203954.70019531256,368009.40020751953],[205428.40020751953,370067.90020751953],[205946.7001953125,371423.7001953125],[205828.5001831055,372459.90020751953],[206284.3002319336,372942.2001953125],[205145.00018310553,374336.3002319336],[204625.2001953125,374452.90020751953],[204011.5001831055,376060.00018310547],[203065.9002075196,376782.8002319336],[203953.80023193365,377652.2001953125],[202829.70019531253,378521.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0984","GM_NAAM":"Venray"},"geometry":{"type":"Polygon","coordinates":[[[186272.60021972656,397594.2001953125],[189967.90020751953,396927.60021972656],[191028.1002197266,396025.60021972656],[193023.0001831055,396214.8002319336],[195852.4002075196,397131.2001953125],[197779.40020751956,398104.60021972656],[199757.7001953125,396631.8002319336],[200083.0001831055,396779.00018310547],[200832.60021972656,396820.60021972656],[201415.2001953125,396727.8002319336],[202292.90020751953,396058.10021972656],[203443.7001953125,395554.40020751953],[204633.60021972656,395723.90020751953],[205408.5001831055,395281.50018310547],[205562.90020751953,394523.00018310547],[205824.8002319336,393907.00018310547],[206631.2001953125,393247.8002319336],[207324.60021972656,392551.00018310547],[206342.70019531256,391969.90020751953],[206009.30023193365,391498.00018310547],[204932.80023193362,392391.3002319336],[202854.3002319336,393091.60021972656],[202162.1002197266,392964.60021972656],[202142.80023193362,391212.50018310547],[202676.60021972656,389796.2001953125],[202289.60021972656,389035.7001953125],[200995.20019531247,389250.10021972656],[199667.80023193365,388063.90020751953],[197165.0001831055,387526.60021972656],[194318.7001953125,386205.10021972656],[188908.30023193365,384276.60021972656],[188678.3002319336,384670.50018310547],[187885.40020751953,389321.7001953125],[187309.30023193362,390676.50018310547],[186272.60021972656,397594.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0986","GM_NAAM":"Voerendaal"},"geometry":{"type":"Polygon","coordinates":[[[189396.70019531253,318513.3002319336],[189464.60021972656,318644.2001953125],[188928.90020751956,318650.8002319336],[189232.8002319336,319520.50018310547],[188989.8002319336,320469.00018310547],[188388.20019531256,321510.7001953125],[189739.8002319336,321526.8002319336],[191186.80023193365,323015.8002319336],[192518.4002075196,323836.10021972656],[192898.5001831055,323713.10021972656],[195127.60021972656,320523.50018310547],[195990.6002197266,319080.50018310547],[195755.20019531253,318742.2001953125],[194866.50018310547,317761.8002319336],[194715.10021972656,317347.00018310547],[193460.00018310547,316789.10021972656],[193170.40020751953,317163.40020751953],[192254.30023193362,317799.3002319336],[191033.3002319336,317182.3002319336],[190527.81903076172,317122.7196044922],[190025.00018310547,318026.8002319336],[189396.70019531253,318513.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0988","GM_NAAM":"Weert"},"geometry":{"type":"Polygon","coordinates":[[[167494.50018310553,359074.90020751953],[171175.8002319336,360032.60021972656],[171496.50018310547,362214.2001953125],[171661.90020751956,364948.90020751953],[172913.10021972656,366841.50018310547],[173246.70019531247,366243.50018310547],[173821.70019531256,365638.40020751953],[175047.60021972656,365344.60021972656],[177352.70019531253,366083.60021972656],[179127.20019531253,365700.2001953125],[180337.6002197266,363617.40020751953],[182590.70019531253,362078.3002319336],[183114.10021972662,360580.50018310547],[182278.30023193362,358998.50018310547],[182029.80023193356,358523.10021972656],[180474.10021972656,358311.3002319336],[180624.30023193365,357195.10021972656],[180068.70019531247,356110.3002319336],[179672.70019531253,355296.90020751953],[177431.0001831055,354786.3002319336],[176129.50018310547,355155.10021972656],[173936.60021972656,355071.40020751953],[172438.0001831055,357072.3002319336],[167494.50018310553,359074.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0994","GM_NAAM":"Valkenburg aan de Geul"},"geometry":{"type":"Polygon","coordinates":[[[182282.70019531253,318154.40020751953],[181546.20019531253,318378.50018310547],[180496.6002197266,318654.50018310547],[181433.00018310547,319700.60021972656],[181572.00018310547,319738.10021972656],[182479.0001831055,321621.50018310547],[183936.90020751953,321531.90020751953],[185040.40020751953,321896.8002319336],[185402.50018310547,321650.8002319336],[186375.40020751953,322587.40020751953],[186573.90020751953,321398.8002319336],[187687.9002075196,321482.00018310547],[188388.20019531256,321510.7001953125],[188989.8002319336,320469.00018310547],[189232.8002319336,319520.50018310547],[188928.90020751956,318650.8002319336],[189464.60021972656,318644.2001953125],[189396.70019531253,318513.3002319336],[190068.8002319336,317635.3002319336],[189357.9002075196,317348.60021972656],[188722.70019531253,316515.90020751953],[188126.6002197266,315909.10021972656],[186726.3002319336,315806.50018310547],[185537.4002075196,315868.00018310547],[185575.30023193362,316636.40020751953],[184629.40020751956,316931.7001953125],[184120.1002197266,317694.8002319336],[182576.30023193362,318126.2001953125],[182282.70019531253,318154.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM0995","GM_NAAM":"Lelystad"},"geometry":{"type":"Polygon","coordinates":[[[168708.8002319336,504991.40020751953],[168858.50018310553,501390.50018310547],[169853.60021972656,499666.90020751953],[167109.80023193365,498075.00018310547],[168541.5001831055,495567.40020751953],[167202.00018310553,494245.70019531256],[168661.10021972656,491902.20019531256],[168735.20019531256,491504.10021972656],[168336.90020751956,491522.0001831055],[167983.3002319336,491366.40020751953],[166396.40020751956,489851.7001953125],[165218.60021972656,488581.9002075196],[164926.60021972656,488512.0001831055],[163323.80023193365,489952.90020751953],[160971.1002197266,492472.90020751953],[158507.00018310547,494986.5001831055],[157698.70019531256,494191.50018310547],[157298.9002075196,493810.50018310547],[155702.60021972656,492447.80023193365],[154440.9002075196,491519.10021972656],[152520.5001831055,490264.10021972656],[152434.90020751953,490404.20019531256],[152015.9002075196,490369.3002319336],[151322.00018310547,490945.00018310547],[147422.8002319336,492840.40020751953],[146242.4271850586,494189.64318847656],[154709.55902099612,500150.39703369146],[155603.424987793,500389.4509887697],[156938.22479248047,501857.1978149414],[158222.2579956055,502617.1760253906],[158268.42700195312,504728.66601562506],[159107.99603271484,505299.9810180666],[159745.76501464844,507338.86303710943],[160180.32000732428,507159.28802490234],[162476.90899658203,507421.9110107422],[166524.1080322266,511561.6780395508],[167581.32250976565,512082.4190979004],[168484.50018310547,508772.70019531256],[168587.6002197266,508327.90020751953],[168708.8002319336,504991.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1507","GM_NAAM":"Horst aan de Maas"},"geometry":{"type":"Polygon","coordinates":[[[207324.60021972656,392551.00018310547],[207728.10021972662,392236.10021972656],[208629.40020751953,391825.3002319336],[209042.1002197266,391391.40020751953],[209233.20019531253,391023.90020751953],[209132.9002075196,389327.2001953125],[209914.1002197266,387495.00018310547],[209995.40020751953,386603.3002319336],[209052.5001831055,385120.40020751953],[208315.60021972662,383312.40020751953],[208534.4002075196,381393.2001953125],[208009.8002319336,380273.2001953125],[208298.3002319336,378810.10021972656],[207446.20019531256,378682.90020751953],[207038.60021972653,381042.7001953125],[206112.00018310553,381005.40020751953],[205739.60021972656,381609.00018310547],[204703.60021972656,381402.50018310547],[203029.3002319336,381455.00018310547],[202640.90020751956,379341.3002319336],[202749.10021972656,378736.7001953125],[198966.80023193362,377200.00018310547],[196956.40020751953,376734.00018310547],[194733.1002197266,376697.00018310547],[193992.90020751953,377256.90020751953],[192875.00018310547,377428.50018310547],[191782.20019531253,379426.3002319336],[188908.30023193365,384276.60021972656],[194318.7001953125,386205.10021972656],[197165.0001831055,387526.60021972656],[199667.80023193365,388063.90020751953],[200995.20019531247,389250.10021972656],[202289.60021972656,389035.7001953125],[202676.60021972656,389796.2001953125],[202142.80023193362,391212.50018310547],[202162.1002197266,392964.60021972656],[202854.3002319336,393091.60021972656],[204932.80023193362,392391.3002319336],[206009.30023193365,391498.00018310547],[206342.70019531256,391969.90020751953],[207324.60021972656,392551.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1509","GM_NAAM":"Oude IJsselstreek"},"geometry":{"type":"Polygon","coordinates":[[[218683.60021972656,431590.10021972656],[218707.2001953125,431509.50018310547],[219876.8002319336,431830.10021972656],[220035.70019531253,432231.3002319336],[219505.6002197266,433793.60021972656],[218918.0001831055,434770.50018310547],[218411.40020751956,436200.8002319336],[218960.60021972662,436822.00018310547],[218874.7001953125,437061.3002319336],[218586.5001831055,437306.90020751953],[217810.00018310544,437229.10021972656],[217447.7001953125,437324.8002319336],[217078.1002197266,437954.10021972656],[218042.8002319336,439242.40020751953],[218243.10021972656,439221.2001953125],[218164.30023193365,439328.50018310547],[219212.5001831055,439007.10021972656],[219629.00018310553,438286.2001953125],[220319.90020751953,437941.3002319336],[221604.6002197266,437685.3002319336],[221981.90020751956,437613.2001953125],[223361.5001831055,438774.90020751953],[223286.90020751953,439144.60021972656],[224860.5001831055,441465.40020751953],[225107.40020751953,442128.10021972656],[225696.7001953125,443190.50018310547],[226349.9002075195,443196.7001953125],[227434.7001953125,443019.00018310547],[228151.5001831055,443134.10021972656],[229168.00018310544,443734.3002319336],[229615.40020751953,443627.90020751953],[231108.60021972656,443044.10021972656],[233164.0001831055,442765.40020751953],[233736.20019531253,442168.2001953125],[232854.80023193362,441398.8002319336],[232704.80023193365,440544.60021972656],[231836.7001953125,440317.2001953125],[231028.30023193362,438116.7001953125],[231093.30023193362,437421.00018310547],[231032.0001831055,437326.00018310547],[231064.50018310553,437113.60021972656],[230952.6002197266,436927.3002319336],[230674.90020751956,436751.10021972656],[230510.90020751956,436448.90020751953],[229671.10021972656,435986.10021972656],[230248.60021972656,434506.8002319336],[230538.10021972656,432826.8002319336],[229471.1002197266,431178.40020751953],[229209.00018310547,430185.40020751953],[228282.70019531253,431279.00018310547],[226996.50018310553,430608.8002319336],[226728.70019531247,431239.3002319336],[225593.00018310547,431892.2001953125],[224130.70019531253,432014.10021972656],[223935.7001953125,430847.00018310547],[225409.90020751956,429804.3002319336],[224964.10021972656,428771.7001953125],[225332.2001953125,427103.2001953125],[223984.80023193365,427708.00018310547],[222277.60021972656,427847.50018310547],[222207.9002075196,428701.3002319336],[221143.60021972656,429559.8002319336],[219302.4002075196,429647.40020751953],[218320.8002319336,429345.00018310547],[217805.40020751953,431483.3002319336],[218683.60021972656,431590.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1525","GM_NAAM":"Teylingen"},"geometry":{"type":"Polygon","coordinates":[[[93891.60021972656,467804.00018310547],[93767.40020751955,468775.8002319336],[91850.10021972656,468412.00018310547],[91325.10021972658,469178.50018310547],[92055.20019531253,469962.90020751953],[92042.00018310547,470269.8002319336],[91974.40020751956,470350.10021972656],[92264.10021972656,470670.50018310547],[92123.60021972656,471032.8002319336],[92072.90020751955,471194.10021972656],[94618.70019531251,473872.20019531256],[95639.50018310547,474210.2001953125],[96227.40020751953,473593.6002197266],[96480.90020751956,471965.3002319336],[97634.90020751955,471059.50018310547],[98062.40020751952,470785.10021972656],[98241.90020751955,470456.8002319336],[98365.5001831055,470402.6002197266],[98115.40020751953,469824.4002075196],[98390.30023193361,469450.2001953125],[98425.40020751955,468365.50018310547],[98146.60021972659,468329.50018310547],[97542.80023193361,468206.3002319336],[97271.30023193361,467001.50018310547],[97320.5001831055,466926.4002075196],[96929.3002319336,466111.50018310547],[96246.7001953125,466093.50018310547],[95500.30023193361,466421.5001831055],[94558.7001953125,466645.10021972656],[94000.7001953125,466575.5001831055],[93934.2001953125,466323.8002319336],[93605.70019531251,466331.00018310547],[93891.60021972656,467804.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1581","GM_NAAM":"Utrechtse Heuvelrug"},"geometry":{"type":"Polygon","coordinates":[[[146031.50018310547,452753.40020751953],[146132.8002319336,453073.50018310547],[148389.90020751953,455371.40020751953],[150421.3002319336,453562.2001953125],[151257.5001831055,454497.90020751953],[151233.40020751953,455101.00018310547],[154816.6002197266,454443.7001953125],[156007.6002197266,452889.50018310547],[156566.3002319336,453458.10021972656],[157389.60021972656,453853.40020751953],[157627.3002319336,453764.40020751953],[158166.00018310547,453780.10021972656],[158316.80023193362,453845.00018310547],[158376.90020751953,452589.7001953125],[157958.40020751953,452288.7001953125],[158291.70019531256,451060.50018310547],[159013.2001953125,450772.7001953125],[161641.10021972656,451966.3002319336],[162156.8002319336,452118.7001953125],[162931.7001953125,452023.00018310547],[163751.90020751953,451818.8002319336],[163812.2001953125,451772.7001953125],[163864.90020751953,451057.7001953125],[164522.60021972656,450347.40020751953],[164754.90020751953,450222.90020751953],[162348.70019531256,445173.8002319336],[161214.5001831055,443900.8002319336],[159591.90020751953,443923.7001953125],[158957.7001953125,444156.10021972656],[158462.40020751953,444135.7001953125],[158029.60021972656,443925.90020751953],[157484.40020751956,443372.7001953125],[155833.80023193362,442743.2001953125],[155259.30023193362,442479.2001953125],[155071.90020751953,442737.00018310547],[155149.20019531256,442887.60021972656],[154394.90020751956,444191.40020751953],[155839.40020751953,444394.90020751953],[156928.10021972662,445369.10021972656],[155803.60021972656,446060.90020751953],[154615.3002319336,445975.10021972656],[152054.50018310547,447983.3002319336],[150662.7001953125,448276.40020751953],[150020.60021972662,448742.3002319336],[148409.90020751953,446669.50018310547],[148188.8002319336,446844.2001953125],[147070.30023193362,447367.40020751953],[146491.8002319336,448455.40020751953],[146914.30023193365,448883.00018310547],[146664.90020751953,449115.40020751953],[145641.6002197266,450125.50018310547],[145658.9002075196,450835.3002319336],[145582.40020751953,451424.3002319336],[145704.4002075196,451747.60021972656],[146031.50018310547,452753.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1586","GM_NAAM":"Oost Gelre"},"geometry":{"type":"Polygon","coordinates":[[[228681.2001953125,445740.50018310547],[229182.2001953125,446371.7001953125],[228782.70019531253,448163.8002319336],[228783.6002197266,448696.40020751953],[228974.90020751953,448576.8002319336],[229992.30023193362,449966.00018310547],[231327.1002197266,450305.8002319336],[231937.7001953125,451255.00018310547],[232529.60021972656,451058.2001953125],[234048.7001953125,449166.2001953125],[236167.70019531256,449752.8002319336],[236273.90020751956,449892.50018310547],[237944.90020751956,451190.40020751953],[238569.7001953125,452203.2001953125],[238581.0001831055,453682.40020751953],[239053.20019531253,454015.60021972656],[240570.3002319336,452712.40020751953],[241372.50018310547,453762.7001953125],[242208.90020751956,453513.60021972656],[242424.80023193365,452244.50018310547],[244235.30023193356,451471.2001953125],[244235.50018310553,450969.50018310547],[243964.8002319336,449667.7001953125],[242143.50018310547,448145.8002319336],[241901.90020751953,446219.60021972656],[242154.20019531253,443767.7001953125],[240930.40020751956,442575.90020751953],[240677.80023193362,442651.60021972656],[237331.50018310547,443339.50018310547],[236251.30023193362,443299.50018310547],[234689.1002197266,443335.50018310547],[233347.80023193356,442570.50018310547],[233164.0001831055,442765.40020751953],[231108.60021972656,443044.10021972656],[229615.40020751953,443627.90020751953],[229180.3002319336,443908.7001953125],[229772.08959960943,444976.1970214844],[228681.2001953125,445740.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1598","GM_NAAM":"Koggenland"},"geometry":{"type":"Polygon","coordinates":[[[119665.10021972656,518122.10021972656],[119542.40020751956,518905.50018310547],[120157.2001953125,520399.00018310547],[120658.10021972658,521525.00018310547],[120663.50018310547,522408.10021972656],[121295.60021972659,522675.1002197266],[121486.30023193361,523201.90020751953],[122799.60021972656,523716.90020751953],[123154.8002319336,523629.70019531256],[123289.30023193361,523376.00018310547],[123231.70019531251,522935.10021972656],[122436.20019531253,522218.20019531256],[125326.50018310547,520904.40020751953],[125612.80023193361,520567.50018310547],[126224.40020751955,520780.10021972656],[126427.60021972658,521150.7001953125],[126757.60021972658,521354.2001953125],[127240.90020751953,521187.2001953125],[127662.10021972656,520926.60021972656],[129017.5001831055,520740.60021972656],[129221.30023193361,520380.60021972656],[129620.8002319336,520185.60021972656],[130243.60021972656,519724.50018310547],[131157.8002319336,519957.7001953125],[131348.40020751953,518161.20019531256],[131399.2001953125,517792.90020751953],[130636.10021972658,517136.7001953125],[129747.50018310547,516423.10021972656],[130064.22698974612,515886.32904052734],[130105.51440429688,513942.7313842774],[129218.10021972656,513730.60021972656],[129095.80023193361,512292.2001953125],[125365.70019531249,512058.70019531256],[125328.40020751955,512531.60021972656],[125550.80023193358,512712.50018310547],[125850.8002319336,512827.7001953125],[126013.60021972656,513103.60021972656],[125272.10021972656,514081.50018310547],[124528.20019531249,513393.2001953125],[123959.8002319336,513166.3002319336],[123820.50018310548,513338.1002197266],[123745.60021972658,513647.80023193365],[123519.20019531251,513871.3002319336],[123111.00018310548,513881.00018310547],[120917.2001953125,514074.2001953125],[121285.3002319336,515451.70019531256],[120999.2001953125,516071.8002319336],[120482.8002319336,517000.30023193365],[119665.10021972656,518122.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1621","GM_NAAM":"Lansingerland"},"geometry":{"type":"Polygon","coordinates":[[[90627.00018310548,446206.90020751953],[91453.50018310548,447548.10021972656],[91223.20019531253,448210.3002319336],[91867.00018310547,448962.3002319336],[91957.00018310547,449135.90020751953],[92566.40020751953,449663.7001953125],[94511.90020751955,449678.50018310547],[96520.20019531251,451593.2001953125],[97404.8002319336,451672.60021972656],[98113.7001953125,452842.00018310547],[98123.20019531251,452929.7001953125],[98626.0001831055,452562.90020751953],[98321.2001953125,450737.60021972656],[98477.7001953125,450036.60021972656],[98109.50018310547,449276.60021972656],[97911.50018310548,447289.7001953125],[97673.40020751953,446338.50018310547],[97246.80023193362,445131.00018310547],[97744.50018310548,443565.50018310547],[97644.70019531251,443302.60021972656],[97504.50018310548,443150.60021972656],[96779.40020751955,442724.60021972656],[96440.90020751956,442553.60021972656],[96006.60021972658,442415.2001953125],[94865.70019531251,441916.7001953125],[93704.90020751956,442485.2001953125],[91919.80023193361,443970.2001953125],[91290.8002319336,442668.90020751953],[90360.20019531251,442013.60021972656],[88840.90020751955,443866.50018310547],[90441.70019531251,445308.7001953125],[90627.00018310548,446206.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1640","GM_NAAM":"Leudal"},"geometry":{"type":"Polygon","coordinates":[[[180624.30023193365,357195.10021972656],[180474.10021972656,358311.3002319336],[182278.30023193362,358998.50018310547],[183114.10021972662,360580.50018310547],[183554.40020751956,361006.3002319336],[185063.6002197266,361494.7001953125],[186280.1002197266,361420.10021972656],[187555.70019531247,361787.3002319336],[187657.50018310547,362807.7001953125],[187080.8002319336,363010.8002319336],[186166.10021972662,365166.3002319336],[187328.10021972656,367020.3002319336],[188016.40020751956,369167.40020751953],[189204.3002319336,369817.7001953125],[189637.30023193365,369706.40020751953],[191500.1002197266,368847.10021972656],[191280.5001831055,369460.90020751953],[194578.30023193362,368043.60021972656],[198335.50018310553,365543.00018310547],[198531.60021972662,364853.90020751953],[198440.20019531253,364234.40020751953],[198227.70019531247,363974.7001953125],[198143.40020751953,363619.3002319336],[198191.70019531253,363274.3002319336],[198418.50018310547,362421.2001953125],[198233.1002197266,361367.2001953125],[198107.10021972656,360983.7001953125],[197869.7001953125,360597.40020751953],[197544.30023193365,360277.40020751953],[196710.8002319336,359825.40020751953],[196412.30023193362,359497.60021972656],[196005.40020751953,358664.40020751953],[195653.80023193365,358162.3002319336],[194427.70019531253,357015.40020751953],[194328.7001953125,357111.60021972656],[193679.00018310547,357301.3002319336],[192627.9002075196,357286.60021972656],[191821.70019531253,357857.2001953125],[191255.50018310547,357575.2001953125],[191407.0001831055,357697.2001953125],[191473.30023193362,357849.2001953125],[191383.40020751953,358134.60021972656],[190470.90020751956,358636.7001953125],[190091.1002197266,358568.7001953125],[189397.90020751953,358056.40020751953],[188970.80023193362,357062.90020751953],[188625.40020751953,356296.7001953125],[189012.3002319336,355839.00018310547],[185756.20019531256,353553.60021972656],[185720.7001953125,353136.2001953125],[184313.70019531253,352684.00018310547],[182318.70019531256,351389.00018310547],[182442.4002075196,352288.50018310547],[181743.00018310553,353364.00018310547],[182238.40020751953,354412.60021972656],[180783.00018310547,355069.8002319336],[180068.70019531247,356110.3002319336],[180624.30023193365,357195.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1641","GM_NAAM":"Maasgouw"},"geometry":{"type":"Polygon","coordinates":[[[185720.7001953125,353136.2001953125],[185756.20019531256,353553.60021972656],[189012.3002319336,355839.00018310547],[188625.40020751953,356296.7001953125],[188970.80023193362,357062.90020751953],[189397.90020751953,358056.40020751953],[190091.1002197266,358568.7001953125],[190470.90020751956,358636.7001953125],[191231.2001953125,358247.3002319336],[191434.5001831055,358066.2001953125],[191449.0001831055,357759.2001953125],[191255.50018310547,357575.2001953125],[191821.70019531253,357857.2001953125],[192627.9002075196,357286.60021972656],[193679.00018310547,357301.3002319336],[194328.7001953125,357111.60021972656],[194427.70019531253,357015.40020751953],[193305.0001831055,356018.3002319336],[192796.8002319336,355410.60021972656],[192343.70019531253,354523.10021972656],[192460.90020751953,353495.60021972656],[194158.40020751956,352513.60021972656],[194238.10021972662,352473.7001953125],[194754.40020751956,352331.8002319336],[191704.10021972656,349277.2001953125],[190735.80023193362,349733.3002319336],[188952.10021972662,349627.00018310547],[187502.70019531256,346725.50018310547],[186262.40020751956,345654.50018310547],[186208.30023193362,346215.8002319336],[184493.3002319336,346940.00018310547],[184593.20019531253,347743.50018310547],[185559.5001831055,348898.90020751953],[186623.9002075195,349119.40020751953],[187097.50018310547,350243.60021972656],[187790.60021972662,350678.3002319336],[186424.80023193362,351677.50018310547],[185720.7001953125,353136.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1651","GM_NAAM":"Eemsmond"},"geometry":{"type":"MultiPolygon","coordinates":[[[[253797.7001953126,603425.8002319336],[251827.4002075196,604995.8002319336],[248460.70019531256,602833.2001953125],[248153.70019531253,603309.4002075195],[247524.80023193365,603615.7001953125],[246995.80023193368,602809.1002197266],[245924.20019531253,602138.3002319336],[244333.00018310544,600249.7001953125],[242966.40020751956,598890.7001953125],[242524.8002319336,598611.3002319336],[241833.5001831055,598473.0001831055],[241347.2001953125,598622.0001831055],[240708.60021972662,598460.1002197266],[239668.8002319336,598446.9002075195],[239406.10021972656,598482.5001831055],[238888.80023193365,598312.5001831055],[238526.20019531256,598400.0001831055],[238529.4002075195,598191.2001953125],[238196.5001831055,597846.5001831055],[238136.50018310553,597825.3002319336],[237553.30023193362,597881.5001831055],[237485.00018310553,596744.1002197266],[237024.80023193362,596664.9002075195],[236764.2001953125,596567.8002319336],[235905.70019531256,596609.4002075195],[235279.3002319336,596194.5001831055],[235201.8002319336,595958.5001831055],[234589.4002075195,595893.1002197266],[233515.50018310553,597426.5001831055],[232585.30023193365,597579.4002075195],[232812.60021972662,599047.5001831055],[232134.00018310553,599814.4002075195],[231139.2001953125,600333.2001953125],[230897.20019531253,600335.8002319336],[230580.0001831055,600439.8002319336],[230605.90020751956,601489.4002075195],[230382.90020751956,601544.4002075195],[231349.40020751962,601751.1002197266],[231382.10021972656,602811.0001831055],[231941.10021972656,602852.7001953125],[232223.6002197266,604721.5001831055],[232008.03839111334,605720.7188110352],[234470.09301757815,606394.8400268555],[239229.8790283203,608605.7880249023],[241914.32702636725,609211.3829956055],[245239.66900634769,609719.8280029297],[247398.68902587894,609186.5520019531],[248703.46801757815,608521.5520019531],[249719.9420166016,609494.5629882812],[251069.9840087891,608973.8920288086],[250818.52459716803,607845.9722290039],[251409.95019531253,607722.8920288086],[251699.60198974615,608755.9940185547],[252980.53198242193,608207.6380004883],[254361.8450317383,607007.83203125],[253929.5910034181,604981.4280395508],[253797.7001953126,603425.8002319336]]],[[[233788.85522460943,618261.448425293],[235151.93798828128,617797.0360107422],[233222.31091308594,616865.0581054688],[233138.44403076175,617766.2900390625],[233788.85522460943,618261.448425293]]],[[[228211.87298583984,618725.0189819336],[229520.69104003906,617492.4940185547],[227607.35101318362,617148.2360229492],[227487.4650268555,616074.5859985352],[226858.0650024415,615396.8959960938],[225538.10900878912,618045.9540405273],[226018.41101074222,618850.3309936523],[227058.84002685553,619305.5950317383],[228211.87298583984,618725.0189819336]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1652","GM_NAAM":"Gemert-Bakel"},"geometry":{"type":"Polygon","coordinates":[[[182678.30023193362,401110.40020751953],[183654.30023193356,398936.8002319336],[185045.00018310553,397825.3002319336],[186272.60021972656,397594.2001953125],[187310.80023193365,390672.90020751953],[183214.5001831055,389281.7001953125],[182174.3002319336,389091.60021972656],[181476.7001953125,388956.40020751953],[179209.8002319336,388421.3002319336],[178417.5001831055,388392.10021972656],[177764.8002319336,388992.8002319336],[177587.90020751953,389144.90020751953],[177229.0001831055,389848.00018310547],[177290.30023193365,390383.10021972656],[176641.6002197266,390569.7001953125],[175615.2001953125,391007.3002319336],[175742.10021972656,391568.00018310547],[174949.6002197266,393028.10021972656],[175205.4002075196,393303.8002319336],[174404.9002075196,394658.7001953125],[173392.2001953125,397894.00018310547],[173669.6002197266,398464.2001953125],[173308.8002319336,399304.50018310547],[176636.90020751953,399513.10021972656],[177316.00018310547,399674.3002319336],[177437.70019531253,399792.2001953125],[182678.30023193362,401110.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1655","GM_NAAM":"Halderberge"},"geometry":{"type":"Polygon","coordinates":[[[91576.10021972656,403408.7001953125],[91897.0001831055,403671.00018310547],[92608.20019531253,403836.7001953125],[92998.2001953125,403606.3002319336],[93284.3002319336,403076.90020751953],[93700.40020751955,402574.60021972656],[94189.2001953125,402365.10021972656],[94570.8002319336,402351.00018310547],[94868.20019531253,402463.60021972656],[95691.60021972656,403356.60021972656],[95980.10021972658,403469.40020751953],[96548.30023193361,403538.00018310547],[97533.5001831055,404598.7001953125],[98478.70019531253,404933.3002319336],[99145.90020751955,404744.50018310547],[99741.90020751953,404340.3002319336],[100576.10021972656,404335.3002319336],[101432.30023193361,402412.3002319336],[100223.8002319336,400451.50018310547],[100152.40020751956,398826.3002319336],[100052.50018310547,397825.10021972656],[99754.30023193361,397628.00018310547],[99147.20019531251,397122.00018310547],[96588.40020751953,396187.2001953125],[95569.2001953125,395937.7001953125],[95620.90020751953,397120.00018310547],[96024.60021972655,397770.50018310547],[94089.70019531251,397768.10021972656],[93595.90020751956,397520.7001953125],[93490.30023193361,396995.2001953125],[92547.40020751953,397236.7001953125],[91647.90020751955,397263.7001953125],[90279.50018310547,397799.40020751953],[89925.90020751953,397838.2001953125],[89797.30023193361,398091.00018310547],[89608.0001831055,398218.8002319336],[88824.10021972656,399847.8002319336],[88652.40020751953,400666.00018310547],[88469.50018310547,402978.50018310547],[88874.60021972656,403114.00018310547],[88966.8002319336,403439.2001953125],[89249.80023193361,403566.8002319336],[89642.20019531251,403335.7001953125],[90424.10021972658,403227.60021972656],[90876.3524169922,403241.0050048828],[91576.10021972656,403408.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1658","GM_NAAM":"Heeze-Leende"},"geometry":{"type":"Polygon","coordinates":[[[173634.40020751953,373886.50018310547],[173135.0001831055,373684.2001953125],[173222.5001831055,373472.3002319336],[172607.40020751956,373088.50018310547],[172678.90020751956,372513.50018310547],[172628.80023193356,372291.7001953125],[172833.90020751953,371778.60021972656],[172013.3002319336,370950.8002319336],[170201.2001953125,371419.50018310547],[167469.50018310547,370159.10021972656],[165186.40020751956,368490.40020751953],[163967.90020751953,367332.60021972656],[161810.90020751953,367863.00018310547],[161871.50018310553,368133.7001953125],[162100.7001953125,369906.90020751953],[161673.3002319336,370237.00018310547],[161260.50018310547,370938.7001953125],[161024.3002319336,371652.50018310547],[162582.20019531253,373038.10021972656],[162425.40020751953,374026.3002319336],[164748.10021972656,375315.00018310547],[163704.20019531253,377143.2001953125],[163188.70019531253,379007.3002319336],[163378.5001831055,379494.60021972656],[165324.5001831055,379506.40020751953],[167492.30023193365,379621.00018310547],[167559.3002319336,379915.7001953125],[169556.0001831055,380991.3002319336],[172514.90020751953,381512.00018310547],[172439.40020751953,380001.8002319336],[172522.63763427731,377803.77923583984],[173634.40020751953,373886.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1659","GM_NAAM":"Laarbeek"},"geometry":{"type":"Polygon","coordinates":[[[166150.00018310547,394356.90020751953],[166117.0001831055,394318.60021972656],[165116.60021972662,396549.50018310547],[166529.2001953125,396608.2001953125],[168669.80023193362,397106.10021972656],[170330.6002197266,396760.2001953125],[171387.50018310553,396204.90020751953],[172882.20019531247,397461.40020751953],[173002.50018310547,397634.40020751953],[173392.2001953125,397894.00018310547],[174404.9002075196,394658.7001953125],[175205.4002075196,393303.8002319336],[174949.6002197266,393028.10021972656],[175742.10021972656,391568.00018310547],[175534.50018310553,390648.7001953125],[174190.2001953125,390396.00018310547],[173689.50018310553,390956.3002319336],[172633.20019531256,389950.60021972656],[171306.90020751956,389922.50018310547],[171077.1002197266,389982.7001953125],[170507.80023193365,390658.10021972656],[170443.20019531253,391157.60021972656],[168383.00018310547,389988.40020751953],[167453.00018310547,390310.00018310547],[166833.10021972656,391164.8002319336],[166150.00018310547,394356.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1663","GM_NAAM":"De Marne"},"geometry":{"type":"Polygon","coordinates":[[[232145.8002319336,605074.7001953125],[230931.30023193365,604746.9002075195],[230003.00018310553,604956.5001831055],[229704.40020751956,604063.3002319336],[229692.10021972656,603073.0001831055],[229387.70019531256,602934.8002319336],[229414.80023193362,602719.3002319336],[229726.10021972662,602778.8002319336],[229351.0001831055,602324.1002197266],[229470.20019531256,602252.3002319336],[229230.70019531253,601930.1002197266],[228012.4002075196,601901.2001953125],[227384.80023193362,600943.9002075195],[226974.6002197266,601040.6002197266],[226906.70019531253,600688.1002197266],[227778.5001831055,598225.6002197266],[227253.5001831055,597817.7001953125],[227200.8002319336,597555.9002075195],[228022.60021972668,596913.4002075195],[227975.6002197266,596312.6002197266],[228102.4002075196,595868.1002197266],[227462.1002197266,595750.2001953125],[226803.40020751953,595108.0001831055],[226171.2001953125,594392.2001953125],[226009.5001831055,594122.9002075195],[225837.0001831055,593355.3002319336],[225236.0001831055,592771.2001953125],[225057.00018310553,592799.3002319336],[224929.7001953125,593415.9002075195],[224667.0001831055,593896.2001953125],[224477.00018310553,594068.7001953125],[224054.90020751956,593900.6002197266],[223463.50018310556,594007.5001831055],[222568.8002319336,592996.1002197266],[221000.00018310547,593074.5001831055],[220142.2001953125,593132.9002075195],[219643.90020751953,592371.3002319336],[218810.9002075196,592936.1002197266],[218577.10021972665,592897.0001831055],[217918.0001831055,592498.9002075195],[217363.5001831055,592571.3002319336],[217082.00018310553,592732.3002319336],[216930.4002075196,592949.0001831055],[216883.40020751956,593580.2001953125],[216721.10021972665,593966.2001953125],[216492.70019531256,594190.3002319336],[215841.60021972665,594587.6002197266],[215285.0466308594,595051.3928222656],[215000,595422.6080322266],[213131.12603759769,596181.3099975586],[211429.93298339852,596510.3959960938],[212752.49200439456,597354.3519897461],[211556.76000976568,598449.9860229492],[210781.1140136719,597991.5520019531],[209740.1694335938,598199.8720092773],[209932.9360351563,599145.8909912109],[209142.1350097656,599935.6959838867],[208843.92602539068,600752.1699829102],[207664.18902587896,601381.2280273438],[208062.6990356446,602202.1190185547],[208946.4600219727,602171.7040405273],[210698.06604003912,600477.8720092773],[211521.63702392578,600875.0888061523],[209318.4360351563,602275.4949951172],[210028.16802978516,602859.9400024414],[211994.71600341803,603544.4760131836],[213079.4429931641,603421.58203125],[216565.91503906253,601557.1199951172],[217827.92602539065,602557.1799926758],[221142.38800048828,603851.3870239258],[221827.28698730466,603725.8030395508],[223954.44299316406,604339.6879882812],[227781.05603027347,605099.2100219727],[230019.3460083008,605207.6190185547],[231941.86663818354,605789.5978393555],[232145.8002319336,605074.7001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1667","GM_NAAM":"Reusel-De Mierden"},"geometry":{"type":"Polygon","coordinates":[[[135167.2001953125,382239.90020751953],[136379.60021972656,382163.2001953125],[140936.60021972656,382203.00018310547],[141341.7001953125,381027.8002319336],[141608.90020751953,378985.10021972656],[142036.8002319336,377894.8002319336],[141314.40020751956,375876.3002319336],[141400.10021972656,374733.3002319336],[141575.4002075196,373558.3002319336],[141618.10021972656,373403.8002319336],[141684.10021972656,373215.40020751953],[141529.80023193362,372907.60021972656],[142279.0001831055,370704.3002319336],[141710.7001953125,370140.7001953125],[140070.80023193365,369634.90020751953],[139342.30023193365,369030.2001953125],[137372.00018310547,369613.3002319336],[137199.95080566406,373093.21881103516],[136150.60021972656,374694.2001953125],[133005.40020751953,378306.50018310547],[135167.2001953125,382239.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1669","GM_NAAM":"Roerdalen"},"geometry":{"type":"Polygon","coordinates":[[[199451.0001831055,347289.2001953125],[196841.10021972656,348077.50018310547],[195958.6002197266,347407.2001953125],[195479.3002319336,347820.3002319336],[194707.1002197266,347231.00018310547],[192782.3002319336,347280.40020751953],[192262.40020751953,347995.8002319336],[192042.80023193365,349130.40020751953],[191856.1002197266,349415.3002319336],[196728.40020751953,354205.7001953125],[197812.80023193365,352956.8002319336],[198282.80023193362,352818.50018310547],[198897.1002197266,353129.40020751953],[200594.40020751953,352535.8002319336],[202309.00018310547,353117.10021972656],[201667.7001953125,354688.8002319336],[202960.70019531256,355048.00018310547],[203605.2001953125,353809.00018310547],[204830.7001953125,353620.40020751953],[206406.90020751956,354912.2001953125],[209381.40020751956,356401.7001953125],[210478.40020751953,355517.3002319336],[207562.40020751956,354037.90020751953],[210141.20019531247,352410.10021972656],[208707.50018310547,351217.8002319336],[208210.2001953125,351295.3002319336],[206373.40020751953,350418.3002319336],[204330.30023193362,349745.50018310547],[203991.20019531253,348579.3002319336],[202131.0001831055,347597.40020751953],[201895.10021972662,346885.8002319336],[200497.50018310547,345431.8002319336],[200056.60021972656,346000.60021972656],[199501.10021972656,346810.2001953125],[199451.0001831055,347289.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1671","GM_NAAM":"Maasdonk"},"geometry":{"type":"Polygon","coordinates":[[[161818.50018310547,418148.3002319336],[162712.10021972656,417405.60021972656],[162722.7001953125,416312.2001953125],[161013.50018310547,415585.10021972656],[161727.60021972656,413843.00018310547],[162730.90020751953,413146.60021972656],[161627.60021972656,412526.3002319336],[160714.90020751956,411153.8002319336],[159948.3002319336,411474.8002319336],[159817.70019531256,410980.8002319336],[159530.40020751953,411078.90020751953],[159458.70019531256,410887.10021972656],[159008.2001953125,411090.3002319336],[159172.2001953125,411800.10021972656],[158603.7001953125,412408.7001953125],[157810.3002319336,412720.40020751953],[157106.60021972656,413222.3002319336],[156530.90020751953,414835.10021972656],[156272.60021972656,416616.10021972656],[157584.60021972662,417003.50018310547],[156687.90020751953,419274.10021972656],[158607.70019531253,419600.3002319336],[159595.60021972656,419606.50018310547],[160942.40020751953,419325.2001953125],[161043.00018310547,418815.00018310547],[161818.50018310547,418148.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1672","GM_NAAM":"Rijnwoude"},"geometry":{"type":"Polygon","coordinates":[[[96734.40020751955,455416.40020751953],[96657.8002319336,459477.10021972656],[97023.50018310548,459598.60021972656],[97515.30023193362,460788.8002319336],[97427.60021972656,460980.2001953125],[97704.70019531249,461281.50018310547],[97618.3002319336,461366.60021972656],[97736.2001953125,461461.60021972656],[98784.60021972659,461102.90020751953],[99174.90020751955,463084.10021972656],[99259.80023193361,462987.40020751953],[102432.40020751953,463674.40020751953],[102516.50018310548,463533.50018310547],[102603.60021972658,460830.3002319336],[104271.10021972656,455606.90020751953],[103247.7001953125,455688.3002319336],[103198.10021972659,454484.60021972656],[101508.30023193358,454595.50018310547],[101530.2001953125,453313.10021972656],[98633.8002319336,452632.2001953125],[98123.20019531251,452929.7001953125],[97779.70019531251,453107.90020751953],[96484.30023193361,454207.10021972656],[96247.40020751955,454992.2001953125],[96734.40020751955,455416.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1674","GM_NAAM":"Roosendaal"},"geometry":{"type":"Polygon","coordinates":[[[80842.2001953125,396350.50018310547],[83364.8002319336,395844.2001953125],[84810.40020751953,395459.90020751953],[87326.3002319336,396302.00018310547],[88396.60021972656,396375.10021972656],[89259.80023193362,396999.2001953125],[89465.70019531253,398040.10021972656],[89516.00018310548,398149.50018310547],[89655.10021972658,398233.7001953125],[90279.50018310547,397799.40020751953],[91647.90020751955,397263.7001953125],[92483.60021972659,397245.60021972656],[93471.0001831055,397021.00018310547],[93288.2001953125,395619.2001953125],[93374.70019531251,395568.90020751953],[95063.20019531251,395198.40020751953],[94964.50018310547,393996.2001953125],[94415.80023193361,392462.2001953125],[93570.80023193361,392342.00018310547],[93282.7001953125,390694.50018310547],[92441.00018310547,387975.40020751953],[91697.3002319336,388072.7001953125],[90905.90020751955,387288.60021972656],[89363.50018310548,387050.40020751953],[85760.70019531251,385184.40020751953],[85233.10021972655,385595.3002319336],[84092.60021972655,385789.50018310547],[83728.20019531249,387408.00018310547],[83752.60021972658,387981.00018310547],[84455.40020751952,388264.40020751953],[84545.90020751952,389233.00018310547],[83537.8002319336,389790.00018310547],[82955.60021972658,391008.60021972656],[83175.60021972659,392209.2001953125],[82468.8002319336,392636.60021972656],[82522.60021972658,393563.7001953125],[81631.00018310547,393782.40020751953],[81481.90020751953,394558.40020751953],[80717.10021972658,395716.00018310547],[80842.2001953125,396350.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1676","GM_NAAM":"Schouwen-Duiveland"},"geometry":{"type":"MultiPolygon","coordinates":[[[[72413.5358276367,406252.43280029297],[72346.54278564455,406223.7924194336],[72156.06298828125,406816.46002197266],[71267.36401367186,407465.4069824219],[70931.59698486328,407200.8040161133],[69536.10711669925,408098.7260131836],[69900.24499511719,408730.63201904297],[70717.0419921875,407992.86602783203],[71625.33502197267,407887.38903808594],[71459.47100830077,407465.53900146484],[71942.26544189455,407161.38623046875],[72371.94903564453,406606.2590332031],[72413.5358276367,406252.43280029297]]],[[[58845.53582763672,419784.3680419922],[59420.416015625015,417565.01403808594],[60154.99090576171,416679.83810424805],[59369.97802734376,416224.12701416016],[57914.35003662111,419482.25799560547],[58845.53582763672,419784.3680419922]]],[[[49931.35583496094,401997.89318847656],[53014.82781982421,405519.40924072266],[51374.05700683595,405950.89099121094],[51419.3649902344,407104.12103271484],[50520.59100341797,409804.4100341797],[49200.161010742195,411049.38299560547],[48452.8939819336,410888.8649902344],[46865.15502929689,411763.03302001953],[46729.768005371116,412866.3010253906],[46252.04498291019,413279.05700683594],[44880.14202880858,413142.79901123047],[44397.666992187485,412240.4520263672],[42061.355041503935,410885.7360229492],[38983.833984375015,409966.54302978516],[37588.633392334,411287.9083251953],[37085.44299316407,412379.42303466797],[36921.897033691406,414367.15899658203],[37865.11499023438,416264.2620239258],[39693.898010253935,417724.1530151367],[40987.25299072268,417693.4340209961],[43064.18499755861,418373.3280029297],[44788.67700195316,418419.8800048828],[49198.98699951172,417737.6370239258],[51415.213012695334,418320.083984375],[52020.65502929688,418112.23498535156],[53227.6010131836,416877.52600097656],[55257.09600830079,417165.6350097656],[57233.70098876954,417067.2869873047],[57580.952026367195,416071.73498535156],[59570.540039062485,413657.4800415039],[60112.01300048828,411766.3140258789],[61108.624023437485,411287.6149902344],[62161.147033691384,411496.3619995117],[64334.281982421875,410041.12200927734],[65185.66003417966,409922.6770019531],[66290.47100830078,408466.63201904297],[65676.76202392578,407314.6370239258],[64783.54602050781,406773.11700439453],[63587.02062988279,405458.0844116211],[62377.605041503935,405588.24200439453],[61332.127990722656,404866.40002441406],[59660.041015625015,404127.2900390625],[58358.61804199222,404180.9800415039],[56711.684020996116,403787.7689819336],[55426.36602783202,405032.65802001953],[54816.16461181641,406054.60723876953],[54109.385986328125,405558.6600341797],[53027.55401611326,405514.72399902344],[49931.35583496094,401997.89318847656]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1680","GM_NAAM":"Aa en Hunze"},"geometry":{"type":"Polygon","coordinates":[[[240131.5001831055,567105.8002319336],[240532.70019531247,566822.1002197266],[242165.20019531253,565813.0001831055],[242932.70019531253,565057.1002197266],[243908.9002075196,565467.1002197266],[246242.40020751956,566971.6002197266],[246065.40020751956,567442.2001953125],[248063.4002075195,568446.5001831055],[258967.1002197266,557380.6002197266],[252428.0001831055,555524.0001831055],[249169.3002319336,553776.6002197266],[245084.60021972653,552802.4002075195],[245369.5001831055,550897.1002197266],[245049.30023193365,549761.8002319336],[245220.5001831055,547478.5001831055],[245822.30023193362,544353.8002319336],[244378.2001953125,543154.7001953125],[242465.8002319336,543918.2001953125],[241640.2001953125,547207.5001831055],[241076.4002075195,547690.8002319336],[238292.9002075195,548016.4002075195],[237567.8002319336,548617.9002075195],[235615.6002197266,548710.3002319336],[234173.20019531253,551528.0001831055],[233930.50018310553,551710.0001831055],[234018.80023193365,551767.0001831055],[234511.10021972662,553043.3002319336],[235220.3002319336,554045.9002075195],[236203.40020751956,554642.0001831055],[236769.50018310553,555834.9002075195],[237292.40020751956,558250.7001953125],[238384.1002197266,559450.8002319336],[238567.00018310547,560180.0001831055],[238463.7001953125,560629.3002319336],[239628.70019531247,560674.8002319336],[239170.50018310547,562848.4002075195],[239923.30023193365,563932.6002197266],[240795.10021972656,564249.4002075195],[240951.60021972656,564903.8002319336],[240959.10021972656,564985.7001953125],[240606.20019531253,565447.3002319336],[240443.70019531253,565782.9002075195],[239922.80023193362,566304.9002075195],[240131.5001831055,567105.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1681","GM_NAAM":"Borger-Odoorn"},"geometry":{"type":"Polygon","coordinates":[[[245049.30023193365,549761.8002319336],[245369.5001831055,550897.1002197266],[245084.60021972653,552802.4002075195],[249169.3002319336,553776.6002197266],[252428.0001831055,555524.0001831055],[258967.1002197266,557380.6002197266],[264529.90020751953,549847.2001953125],[265225.40020751953,549260.1002197266],[266542.2001953125,548928.2001953125],[264580.40020751953,544105.6002197266],[264095.00018310547,544097.4002075195],[261213.50018310553,543136.1002197266],[260757.90020751953,542787.7001953125],[260270.60021972656,541318.4002075195],[257506.1002197266,539667.7001953125],[254889.50018310547,537921.8002319336],[254025.5001831055,537075.2001953125],[253627.10021972662,536262.8002319336],[251326.7001953125,538559.6002197266],[247853.30023193362,541190.4002075195],[246985.90020751953,542188.4002075195],[246577.50018310547,543434.5001831055],[245907.9002075196,543934.1002197266],[245375.95880126953,546631.0208129883],[245217.60021972653,547501.4002075195],[245049.30023193365,549761.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1684","GM_NAAM":"Cuijk"},"geometry":{"type":"Polygon","coordinates":[[[189075.40020751956,417409.60021972656],[189419.5001831055,415627.00018310547],[189506.1002197266,415399.8002319336],[189668.70019531253,415207.50018310547],[190230.50018310547,414806.3002319336],[190853.90020751956,414574.60021972656],[191265.40020751956,414478.8002319336],[192403.5001831055,414391.2001953125],[192772.1002197266,414296.7001953125],[192744.00018310544,414193.10021972656],[192734.70019531247,414159.00018310547],[191819.7001953125,413326.3002319336],[190100.00018310547,411197.60021972656],[190429.00018310547,410808.00018310547],[189259.30023193365,409873.3002319336],[187777.20019531256,409227.8002319336],[186768.50018310547,409846.40020751953],[185097.30023193362,412393.7001953125],[183905.8002319336,412499.10021972656],[183062.1002197266,413556.10021972656],[183001.70019531253,414724.3002319336],[183391.00018310553,414812.7001953125],[183270.80023193362,416907.7001953125],[182549.90020751953,417362.10021972656],[182849.70019531247,418389.40020751953],[183700.00018310553,418647.00018310547],[187000.00018310547,419063.00018310547],[187900.00018310553,418902.00018310547],[188390.4672241211,418626.4025878906],[188802.70019531253,418268.50018310547],[189032.20019531253,417943.40020751953],[189075.40020751956,417409.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1685","GM_NAAM":"Landerd"},"geometry":{"type":"Polygon","coordinates":[[[168312.90020751953,416041.3002319336],[168057.50018310547,417368.8002319336],[169509.70019531253,418009.2001953125],[172162.0001831055,418877.3002319336],[173047.8002319336,419548.50018310547],[174339.70019531253,418206.2001953125],[174520.6002197266,419362.00018310547],[175964.60021972662,418981.40020751953],[176841.1002197266,418021.90020751953],[176475.50018310544,416689.10021972656],[177153.00018310547,416477.90020751953],[177261.0001831055,415587.10021972656],[177141.30023193365,415008.3002319336],[176615.8002319336,413679.60021972656],[179011.2001953125,409926.8002319336],[179592.4002075196,406863.3002319336],[179002.10021972656,407080.60021972656],[179181.2001953125,408124.90020751953],[178804.90020751956,409515.60021972656],[175165.00018310553,408499.2001953125],[174771.60021972656,408643.00018310547],[171272.30023193362,412284.7001953125],[171366.2001953125,412778.10021972656],[169505.70019531253,412601.10021972656],[169393.10021972656,413217.00018310547],[168941.60021972656,415157.7001953125],[168379.90020751956,415875.60021972656],[168447.3002319336,415904.60021972656],[168312.90020751953,416041.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1690","GM_NAAM":"De Wolden"},"geometry":{"type":"Polygon","coordinates":[[[224430.40020751956,533728.4002075195],[224456.5001831055,533210.4002075195],[224793.70019531256,533143.0001831055],[225189.10021972656,533306.8002319336],[225811.40020751956,534372.5001831055],[226491.70019531253,533702.8002319336],[226486.5001831055,532685.0001831055],[225917.70019531253,532064.7001953125],[225434.40020751956,531747.0001831055],[224294.90020751956,531464.2001953125],[224043.20019531253,531330.0001831055],[224959.50018310553,528907.4002075195],[224436.1002197266,528661.4002075195],[224851.80023193362,527616.6002197266],[223875.6002197266,527268.3002319336],[224404.1002197266,526035.0001831055],[224169.5001831055,525749.5001831055],[223840.80023193365,525560.9002075195],[223695.20019531247,524789.9002075195],[223736.50018310553,524668.8002319336],[223774.10021972656,524625.4002075195],[224812.00018310547,524324.7001953125],[225401.8002319336,524720.4002075195],[226905.80023193362,524927.2001953125],[226760.70019531247,523456.7001953125],[228428.8002319336,523537.60021972656],[229282.80023193362,523477.2001953125],[229222.40020751953,522431.60021972656],[230234.6002197266,521257.2001953125],[232333.40020751953,521169.60021972656],[232285.50018310547,519169.5001831055],[231249.70019531253,518239.10021972656],[231626.70019531256,514660.90020751953],[229806.20019531253,515195.40020751953],[228870.30023193362,515124.10021972656],[228321.8002319336,515825.50018310547],[227709.6002197266,514844.40020751953],[226428.10021972656,514754.70019531256],[225480.0001831055,516137.8002319336],[224860.30023193362,515108.90020751953],[224007.3002319336,515282.8002319336],[222851.80023193365,514559.60021972656],[222426.80023193365,514700.7001953125],[221999.20019531256,514835.3002319336],[221820.1002197266,516177.8002319336],[220386.70019531253,518045.10021972656],[218798.7001953125,519254.10021972656],[218598.60021972653,519633.40020751953],[218497.90020751956,519725.10021972656],[218731.1002197266,520186.10021972656],[218274.60021972662,520749.00018310547],[216588.3002319336,520268.60021972656],[216209.10021972662,519824.40020751953],[215046.0001831055,520338.3002319336],[214433.9002075196,520295.2001953125],[214609.7001953125,520826.3002319336],[214684.90020751956,522007.90020751953],[215702.30023193356,522852.50018310547],[215072.1002197266,523485.50018310547],[214955.7001953125,524677.3002319336],[213525.3002319336,524559.4002075195],[212497.90020751953,524601.6002197266],[211624.8002319336,524308.7001953125],[211080.3002319336,524294.3002319336],[211021.1002197266,526012.6002197266],[211232.80023193356,526620.6002197266],[212225.90020751953,528474.4002075195],[212012.6002197266,528595.2001953125],[212360.80023193365,528843.5001831055],[213380.8002319336,530458.9002075195],[214496.40020751956,530483.0001831055],[215297.6002197266,530970.3002319336],[216550.9002075196,531639.6002197266],[216131.80023193362,532794.4002075195],[216920.5001831055,534193.3002319336],[218015.70019531253,534646.3002319336],[219272.7001953125,535058.0001831055],[220692.80023193365,533325.5001831055],[221837.70019531256,533560.4002075195],[222937.60021972653,532712.5001831055],[224430.40020751956,533728.4002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1695","GM_NAAM":"Noord-Beveland"},"geometry":{"type":"Polygon","coordinates":[[[49931.35583496094,401997.89318847656],[50518.4930419922,400422.3569946289],[51368.95599365235,399198.9219970703],[51712.970031738296,397887.0350341797],[49942.33898925783,397329.77600097656],[49210.44201660158,396094.98303222656],[48631.11804199221,396169.2360229492],[47401.64300537108,397508.74200439453],[45968.091003417976,397240.20404052734],[45157.91302490234,396617.1710205078],[43244.36199951173,397390.2819824219],[42158.1119995117,397499.4280395508],[40500.5599975586,396613.1370239258],[38755.58001708985,395161.61602783203],[37811.303039550774,395339.2600097656],[38078.94201660157,396109.8380126953],[37483.15899658205,397423.31201171875],[35945.67401123047,398794.5770263672],[34798.77502441408,399326.07904052734],[33873.832824707024,401360.8884277344],[36944.54162597654,402699.6365966797],[38683.14001464843,402010.5300292969],[40154.30603027346,401710.8699951172],[42355.64300537108,402448.08099365234],[43262.377990722656,402158.0419921875],[43697.200012207,402676.7020263672],[45928.749023437515,403021.5319824219],[46505.15502929687,402676.4450073242],[47465.02703857423,403014.8030395508],[49931.35583496094,401997.89318847656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1696","GM_NAAM":"Wijdemeren"},"geometry":{"type":"Polygon","coordinates":[[[131078.8002319336,470864.80023193365],[132390.3002319336,471930.90020751953],[131686.3002319336,472869.10021972656],[131494.10021972653,474271.40020751953],[130381.5001831055,475186.00018310547],[130836.40020751956,476429.50018310547],[132040.7001953125,477144.0001831055],[132972.3002319336,477019.60021972656],[133034.10021972656,476898.8002319336],[133835.50018310547,476708.60021972656],[134562.10021972656,477118.2001953125],[135541.40020751953,476914.60021972656],[135980.40020751953,476437.2001953125],[136715.10021972656,476193.70019531256],[137137.80023193362,474719.7001953125],[138093.3002319336,474026.20019531256],[138231.90020751953,470852.3002319336],[137421.90020751956,470510.10021972656],[136967.50018310553,470400.1002197266],[138138.6002197266,468825.40020751953],[138482.7001953125,468075.8002319336],[138458.2001953125,467658.40020751953],[138180.70019531253,467264.0001831055],[137815.2001953125,466938.8002319336],[137320.00018310547,466592.90020751953],[136859.2001953125,466416.30023193365],[137005.8002319336,465887.0001831055],[136801.50018310547,465900.60021972656],[134153.40020751953,465121.0001831055],[131684.50018310547,464251.50018310547],[131394.60021972656,466193.40020751953],[130742.20019531251,466279.3002319336],[131133.2001953125,467506.8002319336],[130817.5001831055,469140.90020751953],[131048.50018310545,470755.7001953125],[131467.2001953125,470718.10021972656],[131078.8002319336,470864.80023193365]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1699","GM_NAAM":"Noordenveld"},"geometry":{"type":"Polygon","coordinates":[[[217161.9002075196,567871.0001831055],[219133.20019531256,567126.9002075195],[219919.8002319336,569357.7001953125],[220383.7001953125,569416.0001831055],[220515.40020751956,571051.2001953125],[221595.10021972653,574109.3002319336],[221508.90020751956,574546.1002197266],[223008.30023193356,576256.1002197266],[223000.7001953125,576763.3002319336],[223110.8002319336,577167.6002197266],[223252.6002197266,577316.2001953125],[223929.10021972656,577535.1002197266],[224082.8002319336,577654.4002075195],[224694.00018310547,577891.5001831055],[225563.80023193365,578414.2001953125],[225873.40020751953,579387.1002197266],[228120.10021972662,580212.4002075195],[229131.40020751953,579625.9002075195],[229963.50018310553,579749.8002319336],[230170.6002197266,579427.5001831055],[230481.00018310547,578598.3002319336],[230589.50018310547,578481.8002319336],[231779.00018310553,576640.1002197266],[231962.4002075195,574979.5001831055],[231712.90020751956,574521.7001953125],[232093.00018310553,572366.3002319336],[230212.2001953125,572134.9002075195],[230326.20019531256,571570.3002319336],[228178.90020751953,571001.0001831055],[228873.90020751953,568444.8002319336],[230476.1002197266,565637.5001831055],[230397.50018310547,563876.5001831055],[229635.8002319336,561856.9002075195],[229352.10021972656,561014.1002197266],[230086.00018310547,558714.0001831055],[223906.50018310544,555883.4002075195],[220425.10021972653,561227.0001831055],[220729.30023193362,564947.4002075195],[219645.81823730475,565330.2875976562],[216518.20019531253,566431.5001831055],[217161.9002075196,567871.0001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1700","GM_NAAM":"Twenterand"},"geometry":{"type":"Polygon","coordinates":[[[240768.8002319336,499120.60021972656],[241018.90020751953,500765.7001953125],[242067.20019531256,501579.7001953125],[244005.20019531253,500648.10021972656],[245388.60021972662,499764.50018310547],[244328.40020751956,497856.6002197266],[243709.6002197266,496307.9002075196],[242446.80023193365,495629.10021972656],[242537.60021972653,494999.3002319336],[242783.3002319336,494119.4002075196],[242547.90020751956,493471.60021972656],[242450.40020751956,492665.90020751953],[244263.10021972653,490352.10021972656],[242725.90020751953,490592.60021972656],[242128.20019531253,489889.60021972656],[241062.5001831055,490849.8002319336],[240022.70019531256,490476.8002319336],[238515.7001953125,489403.2001953125],[238201.30023193362,489779.8002319336],[237486.90020751956,489108.60021972656],[235622.30023193362,493494.3002319336],[237339.6002197266,495271.50018310547],[237190.5001831055,497025.00018310547],[235523.20019531253,496073.3002319336],[233573.10021972656,496567.90020751953],[232697.10021972656,495519.90020751953],[232408.80023193362,495351.3002319336],[231880.7001953125,495048.40020751953],[231606.90020751953,495098.90020751953],[229250.90020751956,495390.5001831055],[228865.7001953125,495573.1002197266],[227469.50018310553,497452.50018310547],[227146.30023193362,497571.10021972656],[227233.80023193365,497657.3002319336],[227111.40020751953,498164.60021972656],[227316.5001831055,497994.50018310547],[227266.20019531253,498342.90020751953],[227440.30023193362,498502.90020751953],[227991.70019531253,498722.2001953125],[228257.40020751956,499143.8002319336],[229825.50018310553,499361.7001953125],[230849.60021972656,499918.2001953125],[230948.90020751953,500948.10021972656],[234282.30023193362,500625.80023193365],[237460.50018310544,499774.10021972656],[238299.50018310547,498245.00018310547],[239222.8002319336,499176.4002075196],[240159.30023193362,499111.70019531256],[240768.8002319336,499120.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1701","GM_NAAM":"Westerveld"},"geometry":{"type":"Polygon","coordinates":[[[205511.20019531253,539328.0001831055],[204348.0001831055,541031.8002319336],[207433.10021972656,543380.1002197266],[210167.30023193365,545159.5001831055],[211846.50018310544,547704.5001831055],[212681.80023193362,548398.6002197266],[213462.20019531253,549304.3002319336],[216585.5001831055,549046.0001831055],[218649.90020751953,547000.7001953125],[221031.00018310547,548770.9002075195],[222152.2001953125,548070.8002319336],[222016.20019531253,547635.3002319336],[221634.70019531247,547305.7001953125],[220435.30023193365,545708.3002319336],[221606.5001831055,544790.0001831055],[221917.70019531253,545179.4002075195],[224521.7001953125,544406.4002075195],[225312.7001953125,543040.4002075195],[225528.6002197266,541602.0001831055],[225306.40020751956,540863.4002075195],[226685.1002197266,540843.1002197266],[227311.20019531256,541191.1002197266],[227466.5001831055,539592.0001831055],[228639.0001831055,539416.8002319336],[227321.6002197266,536828.4002075195],[227176.90020751956,535787.6002197266],[226670.3002319336,534470.4002075195],[226491.70019531253,533702.8002319336],[225811.40020751956,534372.5001831055],[225189.10021972656,533306.8002319336],[224793.70019531256,533143.0001831055],[224456.5001831055,533210.4002075195],[224430.40020751956,533728.4002075195],[222937.60021972653,532712.5001831055],[221837.70019531256,533560.4002075195],[220692.80023193365,533325.5001831055],[219272.7001953125,535058.0001831055],[218015.70019531253,534646.3002319336],[216920.5001831055,534193.3002319336],[216131.80023193362,532794.4002075195],[216550.9002075196,531639.6002197266],[215297.6002197266,530970.3002319336],[214496.40020751956,530483.0001831055],[213380.8002319336,530458.9002075195],[212360.80023193365,528843.5001831055],[212012.6002197266,528595.2001953125],[211276.70019531256,529276.9002075195],[210029.6002197266,527192.3002319336],[208344.00018310547,531513.2001953125],[208127.1002197266,531929.0001831055],[208022.0001831055,532038.5001831055],[208512.70019531253,532504.3002319336],[209941.20019531253,534356.8002319336],[208264.10021972656,536581.1002197266],[206930.30023193362,537811.4002075195],[206542.9002075195,538229.5001831055],[205511.20019531253,539328.0001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1702","GM_NAAM":"Sint Anthonis"},"geometry":{"type":"Polygon","coordinates":[[[182900.8002319336,406866.8002319336],[183468.90020751953,408089.3002319336],[185052.90020751956,408886.00018310547],[186510.10021972656,410229.40020751953],[186768.50018310547,409846.40020751953],[187570.5001831055,408927.60021972656],[187421.5001831055,408258.8002319336],[188796.2001953125,407234.3002319336],[189318.00018310547,406543.2001953125],[190249.8002319336,406306.40020751953],[192287.20019531253,404948.60021972656],[192981.8002319336,403146.3002319336],[193972.00018310547,402253.7001953125],[192871.10021972662,401634.60021972656],[192737.90020751953,401025.7001953125],[188967.70019531253,398919.00018310547],[188535.80023193362,398405.10021972656],[188539.40020751953,397189.3002319336],[185045.00018310553,397825.3002319336],[183654.30023193356,398936.8002319336],[182678.30023193362,401110.40020751953],[180736.30023193362,400626.00018310547],[179957.0001831055,404930.00018310547],[182900.8002319336,406866.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1705","GM_NAAM":"Lingewaard"},"geometry":{"type":"Polygon","coordinates":[[[191011.00018310553,439847.3002319336],[191037.50018310547,439999.50018310547],[192277.70019531256,440377.90020751953],[192398.20019531253,440693.50018310547],[192692.3002319336,441474.00018310547],[193021.20019531253,440989.60021972656],[193871.40020751956,440353.2001953125],[194511.90020751956,439082.3002319336],[194785.7001953125,439081.60021972656],[194990.2001953125,437908.90020751953],[195686.1002197266,437187.90020751953],[196334.40020751953,436181.8002319336],[196972.1002197266,435589.50018310547],[198117.6002197266,434974.90020751953],[198809.8002319336,434125.00018310547],[199066.5001831055,433196.10021972656],[199299.8002319336,432607.7001953125],[199757.10021972662,432075.40020751953],[200390.30023193362,431579.8002319336],[200012.8002319336,431648.7001953125],[198032.0001831055,432756.00018310547],[197523.20019531256,432680.40020751953],[197002.60021972656,432337.2001953125],[196498.30023193362,431739.40020751953],[196154.80023193362,431028.00018310547],[195960.7001953125,430403.7001953125],[195682.8002319336,430016.90020751953],[195265.00018310553,429771.50018310547],[193856.1002197266,430265.7001953125],[192885.4002075196,431572.8002319336],[191761.60021972656,431924.8002319336],[190038.60021972656,431454.40020751953],[189408.90020751953,430856.90020751953],[188925.00018310547,431323.2001953125],[188338.80023193362,433458.7001953125],[187921.5001831055,433488.8002319336],[187327.20019531253,434382.10021972656],[188556.40020751953,434452.40020751953],[188474.30023193362,435662.40020751953],[189681.80023193365,435538.50018310547],[190070.20019531253,437048.3002319336],[189552.6002197266,437540.40020751953],[190395.0001831055,438458.50018310547],[191011.00018310553,439847.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1706","GM_NAAM":"Cranendonck"},"geometry":{"type":"Polygon","coordinates":[[[170201.2001953125,371419.50018310547],[172013.3002319336,370950.8002319336],[172833.90020751953,371778.60021972656],[172628.80023193356,372291.7001953125],[172678.90020751956,372513.50018310547],[172607.40020751956,373088.50018310547],[173222.5001831055,373472.3002319336],[173135.0001831055,373684.2001953125],[173634.40020751953,373886.50018310547],[174486.2001953125,370869.00018310547],[174858.40020751953,370522.10021972656],[174731.0001831055,369861.3002319336],[174863.50018310547,369576.40020751953],[173752.80023193362,368068.90020751953],[171661.90020751956,364948.90020751953],[171496.50018310547,362214.2001953125],[171175.8002319336,360032.60021972656],[167494.50018310553,359074.90020751953],[167103.3002319336,359231.7001953125],[166707.50018310553,361697.2001953125],[166810.40020751953,364135.40020751953],[165983.40020751953,364664.90020751953],[164194.5001831055,366695.8002319336],[163967.90020751953,367332.60021972656],[165186.40020751956,368490.40020751953],[167598.3262329102,370220.0090332031],[170201.2001953125,371419.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1708","GM_NAAM":"Steenwijkerland"},"geometry":{"type":"Polygon","coordinates":[[[206930.30023193362,537811.4002075195],[208264.10021972656,536581.1002197266],[209941.20019531253,534356.8002319336],[208512.70019531253,532504.3002319336],[208034.70019531253,532067.8002319336],[207733.5001831055,531372.0001831055],[206940.8002319336,530874.4002075195],[205309.60021972656,530408.8002319336],[204585.40020751956,529913.5001831055],[204512.60021972656,529710.7001953125],[204500.00018310547,529452.5001831055],[206451.5001831055,524741.4002075195],[207018.10021972656,523003.00018310547],[206877.40020751956,522829.40020751953],[206895.80023193362,522566.8002319336],[206704.80023193362,522123.00018310547],[206290.6002197266,521705.8002319336],[205624.40020751953,521331.90020751953],[205428.90020751956,520921.50018310547],[203412.0001831055,519764.00018310547],[203382.6002197266,519793.50018310547],[203042.6002197266,519921.00018310547],[202245.90020751953,519762.7001953125],[200622.50018310553,518588.2001953125],[200182.5001831055,518290.40020751953],[199056.1002197266,518200.10021972656],[198148.70019531256,517368.50018310547],[197698.90020751953,517559.90020751953],[196496.09802246094,518752.9290161133],[195076.30023193365,519389.50018310547],[193623.70019531256,520191.60021972656],[192399.1002197266,520473.40020751953],[191923.70019531253,520562.90020751953],[192745.70019531256,521797.40020751953],[193022.90020751956,522179.2001953125],[193158.10021972662,522095.50018310547],[193687.3002319336,522655.90020751953],[194073.20019531253,523061.7001953125],[193648.80023193365,524203.8002319336],[193396.00018310547,524580.0001831055],[192526.9002075196,525434.6002197266],[192041.30023193362,527127.8002319336],[191147.30023193365,529395.6002197266],[190020.40020751956,530570.7001953125],[189350.30023193362,530731.8002319336],[188605.4002075196,531448.3002319336],[186917.20019531253,532829.6002197266],[185783.5001831055,533115.6002197266],[185366.70019531253,533176.6002197266],[184106.50018310553,533459.6002197266],[183243.0001831055,534258.3002319336],[182789.30023193362,534970.9002075195],[182510.60021972662,535551.9002075195],[183506.40020751956,536376.9002075195],[184160.10021972656,536758.5001831055],[184327.80023193365,536531.5001831055],[185258.60021972656,535551.9002075195],[185449.30023193362,535515.0001831055],[186219.30023193362,535535.6002197266],[188151.3002319336,534955.8002319336],[189435.20019531247,535738.6002197266],[191188.70019531253,537496.7001953125],[191099.30023193365,538308.8002319336],[191684.90020751953,538817.9002075195],[193312.30023193362,539058.2001953125],[194431.80023193362,539572.7001953125],[195396.5001831055,537330.1002197266],[196077.30023193362,536764.7001953125],[197962.60021972662,537446.8002319336],[198415.6002197266,536610.2001953125],[200344.50018310547,537866.1002197266],[199838.00018310553,539110.1002197266],[201386.80023193362,539275.7001953125],[202181.7001953125,539774.9002075195],[202509.3002319336,539908.0001831055],[204348.0001831055,541031.8002319336],[205511.20019531253,539328.0001831055],[206542.9002075195,538229.5001831055],[206930.30023193362,537811.4002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1709","GM_NAAM":"Moerdijk"},"geometry":{"type":"Polygon","coordinates":[[[104108.3002319336,413741.40020751953],[104495.30023193361,413424.40020751953],[105189.70019531251,411097.7001953125],[106187.90020751955,411264.2001953125],[107294.80023193361,411218.60021972656],[107787.20019531251,409946.00018310547],[106416.40020751956,408858.40020751953],[107089.40020751952,407933.40020751953],[107223.30023193361,407533.8002319336],[106694.10021972659,407296.90020751953],[107363.40020751955,405694.50018310547],[106801.80023193362,405620.3002319336],[106089.0001831055,405139.60021972656],[105592.7001953125,405089.40020751953],[104740.10021972659,405350.8002319336],[103802.10021972658,405173.40020751953],[103485.60021972662,405076.7001953125],[103180.3002319336,404858.40020751953],[103032.10021972656,404688.2001953125],[102963.90020751953,404427.40020751953],[102868.90020751953,404333.8002319336],[102386.00018310548,404170.90020751953],[102098.5001831055,404241.3002319336],[101658.20019531249,404589.00018310547],[100576.10021972656,404335.3002319336],[99741.90020751953,404340.3002319336],[99145.90020751955,404744.50018310547],[98478.70019531253,404933.3002319336],[97533.5001831055,404598.7001953125],[96548.30023193361,403538.00018310547],[95762.5001831055,403396.00018310547],[95524.40020751955,403222.50018310547],[94858.40020751956,402456.00018310547],[94582.90020751955,402353.10021972656],[94258.60021972656,402350.60021972656],[93648.90020751952,402613.90020751953],[92608.20019531253,403836.7001953125],[91897.0001831055,403671.00018310547],[91576.10021972656,403408.7001953125],[90893.10021972656,403242.10021972656],[90424.1002197266,403227.60021972656],[89814.20019531251,403304.8002319336],[89419.0001831055,403442.7001953125],[88709.30023193358,404149.50018310547],[88301.8002319336,405041.90020751953],[87585.40020751955,405151.50018310547],[86656.20019531251,406014.2001953125],[86403.80023193362,406563.40020751953],[85829.8002319336,406786.90020751953],[85349.80023193364,407342.7001953125],[84811.80902099608,408050.00299072266],[85867.0440063477,409367.2180175781],[86188.76599121095,410618.7030029297],[88570.63281250001,412476.40310668945],[89279.4830322266,412518.74200439453],[90846.62103271486,411565.2850341797],[92946.65502929688,410850.70098876953],[95035.83502197266,410902.4039916992],[100691.36804199219,412312.3550415039],[101907.48321533205,413336.32623291016],[103246.19299316403,414077.6340332031],[103870.52600097659,414053.69299316406],[103634.53402709961,414716.21990966797],[103722.50018310545,414741.7001953125],[103949.37860107423,414164.39959716797],[104108.3002319336,413741.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1711","GM_NAAM":"Echt-Susteren"},"geometry":{"type":"Polygon","coordinates":[[[189359.3002319336,338163.3002319336],[189091.20019531253,338051.10021972656],[188309.40020751956,337880.7001953125],[188297.2001953125,337806.10021972656],[187400.1002197266,338650.7001953125],[187351.8002319336,339739.60021972656],[185859.1002197266,339863.40020751953],[185758.1002197266,341351.2001953125],[185307.6002197266,342651.00018310547],[184595.80023193362,341148.7001953125],[183893.80023193362,341247.90020751953],[183695.90020751956,342554.3002319336],[184268.80023193365,343426.40020751953],[183578.80023193362,344533.8002319336],[184801.90020751956,345242.50018310547],[185507.30023193362,344845.50018310547],[186262.40020751956,345654.50018310547],[187502.70019531256,346725.50018310547],[188952.10021972662,349627.00018310547],[190735.80023193362,349733.3002319336],[191704.10021972656,349277.2001953125],[192042.80023193365,349130.40020751953],[192262.40020751953,347995.8002319336],[192782.3002319336,347280.40020751953],[194707.1002197266,347231.00018310547],[195479.3002319336,347820.3002319336],[195958.6002197266,347407.2001953125],[196841.10021972656,348077.50018310547],[199451.0001831055,347289.2001953125],[199501.10021972656,346810.2001953125],[200056.60021972656,346000.60021972656],[200481.60021972656,345424.7001953125],[198599.80023193365,344775.60021972656],[197784.20019531256,344034.60021972656],[195856.1002197266,341399.7001953125],[195813.70019531256,339849.40020751953],[194757.2001953125,338701.50018310547],[193644.80023193362,338535.90020751953],[192805.4002075195,339988.60021972656],[192260.80023193365,341733.7001953125],[191871.30023193362,342056.90020751953],[190059.30023193362,340408.40020751953],[188625.0001831055,340331.00018310547],[189427.20019531253,338780.2001953125],[189359.3002319336,338163.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1714","GM_NAAM":"Sluis"},"geometry":{"type":"Polygon","coordinates":[[[25584.223388671908,381541.12518310547],[26964.309997558594,381134.2869873047],[27555.91101074221,380521.9020385742],[28427.20001220705,380478.20001220703],[29620.226013183616,379130.2730102539],[31148.62799072268,378832.3550415039],[31683.23602294922,378314.58203125],[33409.883636474624,377758.24920654297],[36623.281982421904,377159.50201416016],[37023.06991577152,376491.56701660156],[37043.2001953125,375065.00018310547],[34642.60021972656,374972.3002319336],[33555.80023193361,373962.7001953125],[35034.50018310547,371477.00018310547],[36438.600219726584,371643.00018310547],[38244.60021972658,370954.8002319336],[37614.300231933594,370318.60021972656],[37669.000183105476,368754.40020751953],[37768.40020751956,367956.10021972656],[37167.300231933594,367554.60021972656],[36854.20019531251,366563.00018310547],[34391.5001831055,368195.40020751953],[33180.50018310545,367990.3002319336],[31387.200195312515,369106.40020751953],[29739.000183105498,369891.3002319336],[29044.600219726584,369230.10021972656],[29505.200195312507,368622.10021972656],[28670.800231933583,368091.40020751953],[27749.40020751954,368988.2001953125],[27202.60021972654,368309.3002319336],[26396.800231933594,368503.50018310547],[24431.70019531252,368103.10021972656],[25164.70019531253,363508.8002319336],[19614.20019531252,363147.10021972656],[18512.100219726566,363634.7001953125],[17339.000183105458,365208.2001953125],[15942.200195312485,365897.7001953125],[15381.500183105469,366872.10021972656],[14648.600219726573,367284.90020751953],[15042.300231933583,368331.50018310547],[14324.600219726606,368905.50018310547],[14104.000183105487,369735.7001953125],[14813.700195312504,370061.60021972656],[13565.400207519539,371491.10021972656],[15503.100219726559,373568.40020751953],[14762.100219726584,375189.7001953125],[14858.000183105465,376342.3002319336],[14540.663024902347,377834.17401123047],[15583.500183105469,378799.60021972656],[16828.105041503906,379005.8920288086],[18789.439025878917,379846.958984375],[19336.402038574255,379593.4299926758],[20547.60021972658,380191.00018310547],[21162.832031249978,380090.2960205078],[22470.815429687493,380668.7255859375],[23554.912231445305,381155.21643066406],[23944.600219726555,381547.10021972656],[25584.223388671908,381541.12518310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1719","GM_NAAM":"Drimmelen"},"geometry":{"type":"Polygon","coordinates":[[[110768.00018310545,405786.8002319336],[110279.30023193358,406121.40020751953],[109933.5001831055,406233.10021972656],[109606.20019531251,406221.3002319336],[107363.40020751955,405694.50018310547],[106694.10021972659,407296.90020751953],[107223.30023193361,407533.8002319336],[106413.80023193362,408851.50018310547],[108148.8002319336,409603.3002319336],[107787.20019531251,409946.00018310547],[107294.80023193361,411218.60021972656],[106187.90020751955,411264.2001953125],[105189.70019531251,411097.7001953125],[104495.30023193361,413424.40020751953],[104108.3002319336,413741.40020751953],[103722.50018310545,414741.7001953125],[105807.0001831055,415293.00018310547],[105882.50018310548,415371.7001953125],[105945.10021972658,414835.60021972656],[107416.60021972656,415030.8002319336],[109038.30023193361,416382.00018310547],[109856.20019531251,416623.3002319336],[111051.10021972656,418368.60021972656],[112136.30023193361,419105.7001953125],[113099.10021972659,419650.3002319336],[113254.7001953125,419938.50018310547],[113448.80023193362,418753.60021972656],[114630.8002319336,418927.90020751953],[115992.90020751956,418502.2001953125],[117685.40020751953,418845.3002319336],[118042.80023193362,418711.8002319336],[117859.10021972658,417483.40020751953],[117672.3002319336,415337.2001953125],[117231.10021972658,414316.90020751953],[116968.20019531251,413905.90020751953],[116048.3002319336,413765.7001953125],[116535.30023193362,411768.7001953125],[117132.3002319336,410723.7001953125],[117318.40020751953,410236.50018310547],[116360.70019531249,409886.50018310547],[114095.90020751953,409112.3002319336],[113064.40020751953,408517.60021972656],[114120.3002319336,405950.50018310547],[112138.60021972656,404627.3002319336],[112108.50018310548,404688.50018310547],[111967.00018310547,404659.3002319336],[111858.05242919923,405173.2817993164],[111668.00018310548,405425.2001953125],[111462.80023193362,405570.3002319336],[110768.00018310545,405786.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1721","GM_NAAM":"Bernheze"},"geometry":{"type":"Polygon","coordinates":[[[162730.90020751953,413146.60021972656],[161727.60021972656,413843.00018310547],[161013.50018310547,415585.10021972656],[163412.8002319336,416502.40020751953],[165133.40020751956,416887.00018310547],[166948.8002319336,416041.3002319336],[168255.00018310553,415917.90020751953],[168941.60021972656,415157.7001953125],[169393.10021972656,413217.00018310547],[169492.90020751956,412624.3002319336],[169753.70019531256,412068.8002319336],[168808.00018310553,410492.60021972656],[168100.2001953125,410192.10021972656],[167110.40020751953,408274.2001953125],[167470.80023193362,407202.00018310547],[167671.40020751953,406971.90020751953],[165716.30023193365,405729.90020751953],[164499.00018310547,404629.10021972656],[163145.30023193365,405254.2001953125],[163002.10021972656,404700.10021972656],[162616.8002319336,404208.40020751953],[160577.70019531253,405940.60021972656],[157504.3002319336,407217.90020751953],[157852.50018310547,407517.2001953125],[158140.00018310547,408373.60021972656],[158612.10021972656,408452.50018310547],[159263.10021972656,408973.50018310547],[159948.3002319336,411474.8002319336],[160714.90020751956,411153.8002319336],[161627.60021972656,412526.3002319336],[162730.90020751953,413146.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1722","GM_NAAM":"Ferwerderadiel"},"geometry":{"type":"Polygon","coordinates":[[[185671.0411987305,599018.2385864258],[186794.9002075196,597710.4002075195],[187318.2001953125,597700.6002197266],[187515.30023193365,597295.1002197266],[188111.10021972656,596582.8002319336],[187867.10021972662,596333.5001831055],[188522.9002075196,595852.9002075195],[189669.20019531247,595154.3002319336],[189957.5001831055,594872.1002197266],[189979.60021972656,594488.7001953125],[190544.90020751956,593910.1002197266],[190923.50018310553,593858.0001831055],[191095.40020751956,593486.8002319336],[190959.1002197266,593309.7001953125],[191135.10021972656,593126.3002319336],[191388.9002075196,593307.2001953125],[191301.30023193365,592620.1002197266],[190667.50018310544,591929.9002075195],[188958.1002197266,590704.7001953125],[189641.50018310553,589162.2001953125],[189053.9002075195,588692.8002319336],[188650.7001953125,588286.9002075195],[187665.8002319336,588289.6002197266],[186618.60021972656,589165.2001953125],[185591.8002319336,588490.7001953125],[185127.4002075196,587695.5001831055],[183716.90020751956,587835.4002075195],[180076.70019531253,589843.0001831055],[178216.20019531256,589859.2001953125],[178475.6002197266,590886.4002075195],[179133.70019531256,591959.9002075195],[177824.00018310553,592387.2001953125],[177335.60021972656,592926.0001831055],[177097.12939453125,594321.6458129883],[177830.13299560547,594869.4650268555],[181475.27801513675,596810.6470336914],[182475.03100585938,597147.2100219727],[185452.55261230472,598734.4515991211],[185671.0411987305,599018.2385864258]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1723","GM_NAAM":"Alphen-Chaam"},"geometry":{"type":"Polygon","coordinates":[[[111453.60021972658,390559.8002319336],[110561.80023193361,392025.7001953125],[111481.0001831055,392443.8002319336],[112174.00018310547,393333.40020751953],[113859.60021972658,394158.2001953125],[116406.30023193361,395857.60021972656],[118646.30023193362,396610.60021972656],[118751.50018310547,396190.8002319336],[117627.8002319336,395032.7001953125],[116662.5001831055,394548.2001953125],[116284.10021972659,393559.7001953125],[116445.00018310548,393309.50018310547],[117361.10021972658,393956.40020751953],[118856.2001953125,394472.7001953125],[121946.10021972656,391338.00018310547],[125115.90020751955,392274.60021972656],[125532.10021972658,393071.8002319336],[125933.40020751952,392602.8002319336],[125979.90020751955,392538.40020751953],[126572.00018310548,392597.2001953125],[127595.30023193358,391550.50018310547],[127190.60021972658,389665.3002319336],[128134.60021972658,389274.50018310547],[128046.3002319336,388179.50018310547],[128544.90020751955,387408.60021972656],[129161.2001953125,387541.00018310547],[128597.00018310547,386214.90020751953],[128816.60021972656,385530.8002319336],[126455.00018310548,385865.8002319336],[125968.80023193361,385691.00018310547],[125743.8002319336,385636.50018310547],[125736.70019531251,385694.10021972656],[125295.00018310547,385592.8002319336],[125115.80023193361,385735.2001953125],[124242.60021972658,385394.7001953125],[123372.70019531251,385669.60021972656],[122240.90020751956,386666.50018310547],[120549.60021972658,387802.3002319336],[119905.20019531251,387746.10021972656],[118510.60021972658,387749.00018310547],[117881.90020751953,387952.60021972656],[116647.90020751955,388268.10021972656],[115680.50018310547,388377.7001953125],[115309.00018310545,389667.00018310547],[113050.50018310548,390233.90020751953],[112409.7001953125,390856.7001953125],[111453.60021972658,390559.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1724","GM_NAAM":"Bergeijk"},"geometry":{"type":"Polygon","coordinates":[[[149483.00018310547,370289.8002319336],[150083.70019531253,370462.8002319336],[150596.2001953125,371520.7001953125],[152207.10021972656,372025.8002319336],[151850.10021972656,372778.60021972656],[152042.60021972656,373967.8002319336],[152473.30023193365,374572.50018310547],[154680.00018310547,375960.90020751953],[155401.8002319336,376471.3002319336],[155650.2001953125,376851.90020751953],[157144.2001953125,376984.00018310547],[157574.60021972656,376748.2001953125],[157549.90020751953,376500.40020751953],[157378.50018310547,376126.8002319336],[157275.10021972656,375099.3002319336],[157394.60021972656,373880.8002319336],[157624.1002197266,372757.10021972656],[157421.60021972656,372148.40020751953],[157585.0001831055,371281.10021972656],[158256.8002319336,370565.2001953125],[157691.2001953125,369193.00018310547],[156644.10021972656,370081.10021972656],[155489.90020751953,368827.90020751953],[155381.2001953125,367189.8002319336],[155042.10021972656,366216.2001953125],[157108.70019531256,363663.10021972656],[152134.90020751956,365163.00018310547],[151459.5001831055,363750.90020751953],[150025.3002319336,363804.3002319336],[148644.9002075196,363577.2001953125],[146340.10021972656,364172.40020751953],[144579.80023193365,363569.60021972656],[143747.90020751953,364339.7001953125],[144813.30023193362,368498.8002319336],[146077.00018310547,369410.90020751953],[146199.3002319336,369768.00018310547],[146370.3002319336,370010.8002319336],[148375.3002319336,369891.60021972656],[149483.00018310547,370289.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1728","GM_NAAM":"Bladel"},"geometry":{"type":"Polygon","coordinates":[[[141608.90020751953,378985.10021972656],[141341.7001953125,381027.8002319336],[141357.30023193362,382364.3002319336],[143079.3002319336,382800.00018310547],[143617.10021972656,381786.7001953125],[144603.2001953125,382171.3002319336],[147672.8002319336,379474.8002319336],[148662.5001831055,379847.3002319336],[149433.40020751953,379682.10021972656],[149881.60021972656,378923.8002319336],[149686.80023193362,377953.3002319336],[148181.40020751956,377754.10021972656],[147519.7001953125,376244.3002319336],[147206.50018310547,374842.3002319336],[147945.80023193365,371906.00018310547],[146226.70019531256,369809.60021972656],[146077.00018310547,369410.90020751953],[144813.30023193362,368498.8002319336],[141968.60021972656,370396.10021972656],[142279.0001831055,370704.3002319336],[141529.80023193362,372907.60021972656],[141684.10021972656,373215.40020751953],[141618.10021972656,373403.8002319336],[141575.4002075196,373558.3002319336],[141400.10021972656,374733.3002319336],[141314.40020751956,375876.3002319336],[142036.8002319336,377894.8002319336],[141608.90020751953,378985.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1729","GM_NAAM":"Gulpen-Wittem"},"geometry":{"type":"Polygon","coordinates":[[[193460.00018310547,316789.10021972656],[194715.10021972656,317347.00018310547],[195137.40020751956,316377.3002319336],[195320.70019531253,315515.2001953125],[196025.9002075196,314248.50018310547],[196919.1002197266,313611.7001953125],[197032.90020751956,313487.2001953125],[196024.40020751956,312538.10021972656],[194798.90020751956,311695.8002319336],[194365.10021972662,311885.7001953125],[194194.10021972656,311678.60021972656],[194123.3002319336,311322.60021972656],[194335.70019531256,310337.40020751953],[193710.5001831055,309203.60021972656],[192855.30023193362,309617.8002319336],[193107.0001831055,308345.40020751953],[193309.60021972662,308218.8002319336],[193377.00018310553,308023.7001953125],[193297.50018310547,307907.8002319336],[193635.30023193365,307760.40020751953],[192705.40020751956,306959.60021972656],[190463.50018310547,307496.7001953125],[190222.90020751953,309033.60021972656],[188580.5001831055,308267.90020751953],[187585.10021972653,307152.90020751953],[187290.1002197266,309082.00018310547],[186409.30023193365,311065.3002319336],[185638.8002319336,311903.2001953125],[185468.40020751956,312906.60021972656],[186864.70019531256,313176.10021972656],[187837.80023193362,314646.60021972656],[188608.20019531253,314940.10021972656],[188474.60021972656,315600.90020751953],[188301.0001831055,315883.10021972656],[188271.40020751956,316088.3002319336],[188722.70019531253,316515.90020751953],[189357.9002075196,317348.60021972656],[190068.8002319336,317635.3002319336],[190503.6002197266,317111.40020751953],[191033.3002319336,317182.3002319336],[192254.30023193362,317799.3002319336],[193170.40020751953,317163.40020751953],[193460.00018310547,316789.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1730","GM_NAAM":"Tynaarlo"},"geometry":{"type":"Polygon","coordinates":[[[240131.5001831055,567105.8002319336],[239922.80023193362,566304.9002075195],[240443.70019531253,565782.9002075195],[240606.20019531253,565447.3002319336],[240959.10021972656,564985.7001953125],[240951.60021972656,564903.8002319336],[240795.10021972656,564249.4002075195],[239923.30023193365,563932.6002197266],[239170.50018310547,562848.4002075195],[239628.70019531247,560674.8002319336],[238395.50018310547,560647.0001831055],[238323.7001953125,560590.6002197266],[236558.30023193362,561373.9002075195],[236775.4002075196,561908.5001831055],[236658.90020751953,563975.7001953125],[236316.20019531253,564450.7001953125],[233305.9002075196,564160.7001953125],[232818.0001831055,561532.7001953125],[231898.70019531253,561861.8002319336],[231311.60021972656,562755.9002075195],[230351.3002319336,562522.8002319336],[229969.5001831055,562744.0001831055],[230397.50018310547,563876.5001831055],[230476.1002197266,565637.5001831055],[228873.90020751953,568444.8002319336],[228178.90020751953,571001.0001831055],[230326.20019531256,571570.3002319336],[230212.2001953125,572134.9002075195],[232093.00018310553,572366.3002319336],[231712.90020751956,574521.7001953125],[231962.4002075195,574979.5001831055],[231779.00018310553,576640.1002197266],[230589.50018310547,578481.8002319336],[230481.00018310547,578598.3002319336],[230170.6002197266,579427.5001831055],[230414.60021972662,579664.0001831055],[231340.70019531253,579331.1002197266],[231675.6002197266,578111.1002197266],[232189.00018310553,577499.6002197266],[232615.40020751953,577783.3002319336],[233393.0001831055,576461.1002197266],[233694.1002197266,575189.6002197266],[234825.7001953125,575716.4002075195],[235262.00018310553,575058.3002319336],[235340.5001831055,573858.6002197266],[236146.0001831055,573792.7001953125],[236881.2001953125,573046.3002319336],[238028.50018310547,571204.4002075195],[238161.0001831055,571057.1002197266],[238049.70019531256,570745.5001831055],[238698.60021972662,569782.2001953125],[242575.1002197266,571284.2001953125],[245395.70019531253,571145.4002075195],[246376.3002319336,570150.6002197266],[248063.4002075195,568446.5001831055],[246065.40020751956,567442.2001953125],[246242.40020751956,566971.6002197266],[243908.9002075196,565467.1002197266],[242932.70019531253,565057.1002197266],[242165.20019531253,565813.0001831055],[240532.70019531247,566822.1002197266],[240131.5001831055,567105.8002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1731","GM_NAAM":"Midden-Drenthe"},"geometry":{"type":"Polygon","coordinates":[[[221606.5001831055,544790.0001831055],[220435.30023193365,545708.3002319336],[221634.70019531247,547305.7001953125],[222016.20019531253,547635.3002319336],[222152.2001953125,548070.8002319336],[221031.00018310547,548770.9002075195],[222655.70019531247,550002.8002319336],[224891.2001953125,554371.9002075195],[223906.50018310544,555883.4002075195],[228904.60021972662,558169.9002075195],[229505.2001953125,555712.1002197266],[228777.70019531253,554559.6002197266],[229472.40020751953,554125.7001953125],[228935.80023193362,553251.0001831055],[229584.70019531256,552188.1002197266],[231119.00018310547,551253.7001953125],[232235.5001831055,550117.7001953125],[232671.10021972653,552656.4002075195],[234173.20019531253,551528.0001831055],[235615.6002197266,548710.3002319336],[237567.8002319336,548617.9002075195],[238292.9002075195,548016.4002075195],[241076.4002075195,547690.8002319336],[241640.2001953125,547207.5001831055],[242465.8002319336,543918.2001953125],[244873.30023193356,542958.9002075195],[245354.60021972656,541593.1002197266],[244761.90020751953,541010.4002075195],[243713.50018310547,540785.1002197266],[243973.90020751956,539611.6002197266],[243213.80023193362,538509.6002197266],[243102.90020751953,537159.4002075195],[242251.2001953125,536390.6002197266],[241865.00018310547,535203.2001953125],[240895.0001831055,535643.1002197266],[237951.5001831055,531327.6002197266],[236065.7001953125,528265.7001953125],[235149.7001953125,528788.5001831055],[234017.60021972656,529308.9002075195],[234587.60021972656,531567.8002319336],[232640.20019531253,531498.1002197266],[230972.40020751953,531121.2001953125],[230614.7001953125,531896.9002075195],[229468.50018310544,532077.5001831055],[229813.1002197266,533790.0001831055],[229507.30023193362,534553.0001831055],[227043.0001831055,535343.2001953125],[227212.3002319336,535982.1002197266],[227321.6002197266,536828.4002075195],[228639.0001831055,539416.8002319336],[227466.5001831055,539592.0001831055],[227311.20019531256,541191.1002197266],[226685.1002197266,540843.1002197266],[225306.40020751956,540863.4002075195],[225528.6002197266,541602.0001831055],[225312.7001953125,543040.4002075195],[224521.7001953125,544406.4002075195],[221915.39843750003,545175.6450195312],[221606.5001831055,544790.0001831055]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1734","GM_NAAM":"Overbetuwe"},"geometry":{"type":"Polygon","coordinates":[[[175226.90020751953,436689.2001953125],[175031.10021972662,437888.3002319336],[173787.10021972662,437939.90020751953],[173835.7001953125,439497.2001953125],[173288.60021972656,439430.50018310547],[172904.5001831055,439606.90020751953],[172951.2001953125,439589.90020751953],[173185.70019531253,439986.8002319336],[174164.90020751953,440521.10021972656],[174405.90020751956,440625.90020751953],[174770.00018310547,440968.00018310547],[175113.60021972662,441178.10021972656],[176561.10021972656,441556.00018310547],[177149.3002319336,441671.8002319336],[177698.2001953125,441697.3002319336],[178120.00018310547,441809.00018310547],[178610.5001831055,442227.90020751953],[179784.90020751953,442416.00018310547],[180752.10021972656,441744.7001953125],[181458.6002197266,441373.7001953125],[182050.40020751956,441248.00018310547],[182463.6002197266,441378.60021972656],[184647.40020751953,442705.50018310547],[185111.8002319336,442848.40020751953],[185792.70019531253,442889.00018310547],[185853.30023193362,442592.10021972656],[185797.2001953125,442587.50018310547],[185841.30023193362,442085.00018310547],[185449.30023193362,441225.2001953125],[185525.90020751956,440883.40020751953],[185439.80023193362,439735.7001953125],[186847.50018310547,439663.60021972656],[188525.30023193365,439260.3002319336],[189761.30023193362,438706.40020751953],[189552.6002197266,437540.40020751953],[190070.20019531253,437048.3002319336],[189681.80023193365,435538.50018310547],[188474.30023193362,435662.40020751953],[188556.40020751953,434452.40020751953],[187327.20019531253,434382.10021972656],[187346.10021972662,434116.2001953125],[186051.60021972662,434004.90020751953],[185845.50018310553,432215.10021972656],[185605.2001953125,431614.3002319336],[184605.50018310547,431389.50018310547],[184138.2001953125,431665.7001953125],[181589.70019531256,432304.40020751953],[179945.1002197266,432873.3002319336],[178552.50018310547,433159.8002319336],[176989.90020751956,433912.00018310547],[176932.90020751956,435573.00018310547],[175982.5001831055,436700.7001953125],[175226.90020751953,436689.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1735","GM_NAAM":"Hof van Twente"},"geometry":{"type":"Polygon","coordinates":[[[226819.40020751953,474598.10021972656],[227413.00018310547,474953.10021972656],[228979.80023193362,476071.6002197266],[228992.8002319336,476252.50018310547],[229941.3002319336,476856.2001953125],[232110.90020751956,477828.90020751953],[234617.5001831055,477898.1002197266],[235345.40020751956,476696.8002319336],[236098.0001831055,476342.3002319336],[238145.1002197266,476551.30023193365],[239521.40020751956,478720.7001953125],[240011.00018310553,478872.10021972656],[240245.70019531256,478818.2001953125],[240317.20019531247,478958.3002319336],[240974.0001831055,479161.60021972656],[241657.7001953125,479300.8002319336],[241693.4002075195,479416.7001953125],[242866.30023193362,480093.10021972656],[243416.6002197266,480595.10021972656],[244666.70019531253,480800.90020751953],[245858.8002319336,479866.60021972656],[246809.4002075196,478832.8002319336],[247557.50018310547,477926.8002319336],[247972.70019531253,476762.70019531256],[248256.90020751953,474692.80023193365],[246292.2001953125,474693.8002319336],[245988.0001831055,474233.00018310547],[245523.40020751956,471710.8002319336],[244851.90020751956,470673.90020751953],[245580.4002075195,469519.70019531256],[244582.7001953125,468379.50018310547],[242839.50018310547,468564.00018310547],[241551.5001831055,468042.2001953125],[240292.7001953125,467158.40020751953],[240776.80023193365,466604.9002075196],[241188.30023193356,466165.7001953125],[240726.8002319336,465101.6002197266],[240049.0001831055,465779.3002319336],[238810.20019531253,464597.2001953125],[238393.5001831055,465693.60021972656],[237287.8002319336,466719.10021972656],[234899.10021972653,466100.50018310547],[232075.2001953125,466507.10021972656],[230816.10021972662,466023.40020751953],[230593.60021972656,466046.0001831055],[230480.40020751956,466312.2001953125],[230071.8002319336,466480.50018310547],[229246.6002197266,467243.90020751953],[228850.60021972653,468583.3002319336],[228390.70019531253,468575.7001953125],[227882.80023193362,469002.50018310547],[227865.80023193356,469218.90020751953],[226980.50018310553,470303.50018310547],[226917.10021972656,470440.3002319336],[226370.20019531256,470853.60021972656],[226124.8002319336,471192.8002319336],[225769.30023193362,472055.0001831055],[225329.00018310553,472617.8002319336],[225953.60021972662,473932.60021972656],[226185.20019531253,474251.50018310547],[226819.40020751953,474598.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1740","GM_NAAM":"Neder-Betuwe"},"geometry":{"type":"Polygon","coordinates":[[[172726.0001831055,439563.2001953125],[173213.60021972656,440650.50018310547],[173743.8002319336,440523.60021972656],[174164.90020751953,440521.10021972656],[173185.70019531253,439986.8002319336],[172951.2001953125,439589.90020751953],[172904.5001831055,439606.90020751953],[173288.60021972656,439430.50018310547],[173835.7001953125,439497.2001953125],[173787.10021972662,437939.90020751953],[175031.10021972662,437888.3002319336],[175226.90020751953,436689.2001953125],[175982.5001831055,436700.7001953125],[176932.90020751956,435573.00018310547],[176989.90020751956,433912.00018310547],[175990.70019531256,434155.8002319336],[174255.30023193362,434165.50018310547],[172045.40020751953,434540.40020751953],[169583.20019531253,434533.50018310547],[167851.30023193365,434811.00018310547],[166694.90020751953,434753.2001953125],[166016.30023193362,434580.2001953125],[164441.50018310547,433805.90020751953],[163386.80023193362,433487.2001953125],[162574.00018310547,433396.10021972656],[161123.7001953125,433459.50018310547],[160281.2001953125,433390.00018310547],[159701.90020751956,435119.8002319336],[160331.00018310547,436725.10021972656],[159552.7001953125,437144.40020751953],[161144.90020751953,436935.7001953125],[162316.8002319336,436674.40020751953],[162648.10021972656,437187.8002319336],[163640.40020751953,436991.7001953125],[166041.3002319336,437030.60021972656],[166320.40020751953,436602.60021972656],[166670.10021972656,436760.7001953125],[166155.8002319336,439328.90020751953],[167977.8002319336,439365.3002319336],[168568.9002075196,439902.3002319336],[168709.2001953125,440283.90020751953],[169130.40020751953,440101.90020751953],[170029.3002319336,439434.40020751953],[170943.00018310553,439233.10021972656],[170992.1002197266,439093.50018310547],[171193.20019531253,439063.60021972656],[171549.866394043,438775.5087890625],[171716.90020751956,438688.8002319336],[172045.50018310547,438699.10021972656],[172377.90020751953,438923.90020751953],[172726.0001831055,439563.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1742","GM_NAAM":"Rijssen-Holten"},"geometry":{"type":"Polygon","coordinates":[[[221056.10021972656,481582.50018310547],[225535.90020751953,482475.90020751953],[228205.30023193362,481888.00018310547],[228690.3002319336,482607.8002319336],[230817.90020751956,482312.80023193365],[232555.9002075196,482579.6002197266],[233114.80023193365,481597.8002319336],[233946.6002197266,481789.10021972656],[234253.3002319336,481096.7001953125],[234368.80023193356,480705.20019531256],[234560.60021972656,479445.40020751953],[234553.7001953125,479189.2001953125],[234333.50018310547,478393.10021972656],[234617.5001831055,477898.1002197266],[232110.90020751956,477828.90020751953],[229941.3002319336,476856.2001953125],[228992.8002319336,476252.50018310547],[228979.80023193362,476071.6002197266],[227413.00018310547,474953.10021972656],[226819.40020751953,474598.10021972656],[226185.20019531253,474251.50018310547],[225953.60021972662,473932.60021972656],[225293.60021972662,473175.90020751953],[223037.40020751956,473352.40020751953],[222853.3002319336,473661.2001953125],[222542.30023193362,474255.50018310547],[222605.5001831055,474493.7001953125],[222431.30023193362,474710.8002319336],[220853.80023193362,476313.20019531256],[219257.00018310553,477428.7001953125],[219069.7001953125,479710.60021972656],[221056.10021972656,481582.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1771","GM_NAAM":"Geldrop-Mierlo"},"geometry":{"type":"Polygon","coordinates":[[[167442.6002197266,383613.90020751953],[167789.10021972656,384309.8002319336],[168726.10021972656,385733.8002319336],[169584.0001831055,385289.90020751953],[170028.20019531253,385012.3002319336],[171139.00018310547,384534.50018310547],[172819.8002319336,385263.50018310547],[173714.80023193362,385310.40020751953],[173657.3002319336,385153.00018310547],[173704.60021972662,384895.00018310547],[173628.1002197266,384828.7001953125],[173499.30023193362,384177.7001953125],[172784.20019531253,382847.60021972656],[172514.90020751953,381512.00018310547],[169556.0001831055,380991.3002319336],[167559.3002319336,379915.7001953125],[167492.30023193365,379621.00018310547],[165324.5001831055,379506.40020751953],[164645.00018310547,379515.2001953125],[164597.50018310547,382106.50018310547],[165643.2001953125,382480.7001953125],[167442.6002197266,383613.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1773","GM_NAAM":"Olst-Wijhe"},"geometry":{"type":"Polygon","coordinates":[[[205590.5001831055,490497.50018310547],[204235.9002075196,491348.3002319336],[204799.40020751953,494154.80023193365],[204118.20019531253,494995.00018310547],[204866.00018310547,495201.00018310547],[205907.10021972656,495128.40020751953],[207094.6002197266,496146.40020751953],[207185.7001953125,496434.50018310547],[208742.8002319336,493999.40020751953],[209667.90020751953,494181.0001831055],[210050.70019531253,493564.50018310547],[212393.20019531253,493189.4002075196],[211847.90020751953,491582.00018310547],[212445.1002197266,490339.10021972656],[212116.50018310547,489237.8002319336],[210604.60021972656,489096.20019531256],[210443.6002197266,487369.10021972656],[209629.10021972656,487844.2001953125],[209641.2001953125,486951.00018310547],[209741.6002197266,486426.60021972656],[210162.6002197266,485220.3002319336],[211947.2001953125,484698.10021972656],[212822.30023193362,483892.10021972656],[212849.40020751956,482611.3002319336],[212827.30023193362,481657.60021972656],[210857.50018310544,481779.7001953125],[210387.20019531253,481191.00018310547],[209165.1002197266,481063.8002319336],[208403.30023193362,480379.8002319336],[204889.7001953125,479242.40020751953],[204175.5001831055,479256.6002197266],[204028.80023193365,479275.1002197266],[203797.90020751953,479479.2001953125],[203533.60021972656,479481.2001953125],[202536.30023193356,479516.8002319336],[202225.60021972656,481297.2001953125],[201809.8002319336,481309.90020751953],[201318.80023193362,481312.50018310547],[201923.40020751953,483041.90020751953],[201920.30023193365,483204.7001953125],[202065.10021972662,485171.40020751953],[203208.00018310547,485687.8002319336],[202281.4002075196,486229.00018310547],[202127.90020751953,486334.40020751953],[202014.3002319336,486628.3002319336],[202045.00018310553,486967.40020751953],[202161.00018310544,487201.7001953125],[202375.80023193362,487375.00018310547],[204393.40020751956,487934.90020751953],[204953.5,488217],[205133.30023193362,488403.3002319336],[205287.20019531256,488723.00018310547],[205235.1002197266,489675.90020751953],[205590.5001831055,490497.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1774","GM_NAAM":"Dinkelland"},"geometry":{"type":"Polygon","coordinates":[[[261084.1002197266,495458.00018310547],[262052.1002197266,496258.3002319336],[263068.7001953125,498735.50018310547],[264181.7001953125,498738.3002319336],[264989.8002319336,496516.10021972656],[265419.00018310547,494720.2001953125],[266196.60021972656,494052.9002075196],[267205.90020751953,491813.90020751953],[268519.6002197267,491662.7001953125],[269139.3002319336,490485.50018310547],[269741.6002197266,488548.8002319336],[265380.8002319336,487450.10021972656],[262828.90020751953,489178.2001953125],[262306.3002319336,487333.40020751953],[262858.8002319336,485718.30023193365],[262275.50018310547,485521.90020751953],[261190.1002197266,483896.60021972656],[260283.90020751953,483880.7001953125],[260227.9002075196,483512.7001953125],[258151.90020751953,483914.10021972656],[257773.50018310553,482962.2001953125],[257193.0001831055,482653.3002319336],[255535.10021972656,480844.80023193365],[255448.1002197266,479982.3002319336],[257825.2001953125,479464.2001953125],[259046.60021972656,478595.80023193365],[258695.9002075196,478580.8002319336],[257559.3002319336,478197.3002319336],[257078.90020751953,478294.90020751953],[256086.90020751956,477138.3002319336],[254179.8002319336,477472.50018310547],[254657.8002319336,477735.00018310547],[254531.7001953125,477863.3002319336],[254831.90020751956,478355.90020751953],[254547.5001831055,479159.40020751953],[252768.1002197266,479905.8002319336],[252937.60021972656,481059.00018310547],[251869.90020751956,481520.0001831055],[251479.00018310547,481674.0001831055],[249541.0001831055,482122.50018310547],[248503.90020751956,483566.20019531256],[248588.1002197266,484667.60021972656],[249491.50018310547,485199.10021972656],[250104.3002319336,486719.1002197266],[252428.40020751953,487318.90020751953],[253667.2001953125,487068.3002319336],[255557.5001831055,487229.60021972656],[255372.7001953125,492132.3002319336],[254619.80023193362,492870.00018310547],[254726.49920654297,494262.1112060547],[257680.9002075196,494962.2001953125],[259813.50018310547,495155.50018310547],[261224.0001831055,495042.90020751953],[261084.1002197266,495458.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1783","GM_NAAM":"Westland"},"geometry":{"type":"Polygon","coordinates":[[[73549.3002319336,452055.40020751953],[74374.2001953125,449804.7001953125],[75948.60021972656,450734.60021972656],[76829.8001098633,449155.1003112793],[78183.10021972655,450027.40020751953],[78525.70019531249,450318.50018310547],[78740.10021972656,449830.10021972656],[78877.5001831055,449932.7001953125],[79375.00018310548,449360.3002319336],[79364.60021972656,449159.90020751953],[80058.2001953125,447950.8002319336],[80445.10021972659,448281.10021972656],[80896.10021972656,448305.8002319336],[81041.6002197266,448023.50018310547],[77947.9002075195,445867.40020751953],[78056.0001831055,445586.40020751953],[78973.2001953125,445039.8002319336],[79545.7001953125,445062.8002319336],[79757.80023193358,444408.10021972656],[80227.00018310547,444305.00018310547],[80435.00018310545,444201.00018310547],[80028.00018310547,443799.00018310547],[79202.00018310548,443043.00018310547],[78941.40020751952,443138.7001953125],[78558.00018310545,443361.00018310547],[78366.90020751952,443165.7001953125],[78400.00018310548,443014.00018310547],[78671.00018310548,442431.00018310547],[77086.00018310548,441767.00018310547],[75724.2001037598,441172.5000915528],[75727.60021972656,440772.3002319336],[76210.00018310547,440094.00018310547],[75912.70019531251,440123.3002319336],[75555.20019531249,440016.90020751953],[75325.3002319336,440584.60021972656],[74594.30023193358,439889.2001953125],[72870.10021972655,441382.7001953125],[72807.10021972658,442567.60021972656],[72767.70019531251,442628.00018310547],[72490.70019531251,442620.00018310547],[71339.30023193364,443541.00018310547],[69819.60021972656,444392.40020751953],[70009.8002319336,444769.40020751953],[70085.00018310545,445082.60021972656],[69038.60021972655,445662.3002319336],[68518.18218994142,446548.50939941406],[71190.45300292969,449953.93603515625],[73396.47418212892,452427.9378051758],[73549.3002319336,452055.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1842","GM_NAAM":"Midden-Delfland"},"geometry":{"type":"Polygon","coordinates":[[[76210.00018310547,440094.00018310547],[75727.60021972656,440772.3002319336],[75716.7001953125,441154.8002319336],[77086.00018310548,441767.00018310547],[78671.00018310548,442431.00018310547],[78400.00018310548,443014.00018310547],[78366.90020751952,443165.7001953125],[78558.00018310545,443361.00018310547],[78941.40020751952,443138.7001953125],[79202.00018310548,443043.00018310547],[80028.00018310547,443799.00018310547],[80435.00018310545,444201.00018310547],[80227.00018310547,444305.00018310547],[79757.80023193358,444408.10021972656],[79545.7001953125,445062.8002319336],[78973.2001953125,445039.8002319336],[78056.0001831055,445586.40020751953],[77947.90020751955,445867.40020751953],[81705.50018310547,448490.3002319336],[82108.2001953125,447477.60021972656],[83171.00018310545,446554.40020751953],[81980.7001953125,445141.60021972656],[82925.00018310548,443383.00018310547],[84194.00018310547,443711.8002319336],[85043.10021972658,442762.3002319336],[86225.10021972659,443117.90020751953],[87104.00018310548,442968.00018310547],[86709.20019531251,442027.3002319336],[86453.20019531253,442326.2001953125],[84641.20019531251,441877.8002319336],[84877.20019531251,441245.7001953125],[83903.70019531249,440918.3002319336],[82910.00018310547,440478.3002319336],[82695.90020751955,440361.50018310547],[82759.00018310545,440298.3002319336],[81885.80023193361,439777.60021972656],[81174.80023193358,439036.90020751953],[79702.10021972656,437539.60021972656],[78216.70019531249,437811.60021972656],[77566.17742919923,438189.1979980469],[77322.2001953125,438418.8002319336],[76143.00018310547,440002.00018310547],[76210.00018310547,440094.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1859","GM_NAAM":"Berkelland"},"geometry":{"type":"Polygon","coordinates":[[[229865.1002197266,457940.00018310547],[230664.1002197266,460108.50018310547],[229892.50018310547,462147.00018310547],[228651.7001953125,463133.7001953125],[228728.80023193362,463316.00018310547],[228897.7001953125,463394.50018310547],[229848.8002319336,463764.7001953125],[230309.4002075196,464241.40020751953],[230583.50018310547,465906.00018310547],[230593.60021972656,466046.0001831055],[232073.0001831055,466506.90020751953],[234899.10021972653,466100.50018310547],[237287.8002319336,466719.10021972656],[238393.5001831055,465693.60021972656],[238810.20019531253,464597.2001953125],[240049.0001831055,465779.3002319336],[240726.8002319336,465101.6002197266],[241039.4002075196,465862.50018310547],[242389.0001831055,465188.7001953125],[243000.50018310547,464677.90020751953],[242826.2001953125,463848.10021972656],[243077.00018310547,462227.00018310547],[242312.7001953125,460985.3002319336],[244750.40020751953,460292.8002319336],[246025.40020751953,459728.00018310547],[249058.10021972656,459841.2001953125],[248897.3002319336,457669.10021972656],[248011.00018310547,456962.60021972656],[248467.90020751956,456074.90020751953],[247430.3002319336,454897.90020751953],[244642.7001953125,454309.00018310547],[244235.30023193356,451471.2001953125],[242424.80023193365,452244.50018310547],[242208.90020751956,453513.60021972656],[241372.50018310547,453762.7001953125],[240570.3002319336,452712.40020751953],[239053.20019531253,454015.60021972656],[238581.0001831055,453682.40020751953],[238569.7001953125,452203.2001953125],[237944.90020751956,451190.40020751953],[236273.90020751956,449892.50018310547],[236167.70019531256,449752.8002319336],[234048.7001953125,449166.2001953125],[232529.60021972656,451058.2001953125],[231937.7001953125,451255.00018310547],[231327.1002197266,450305.8002319336],[229992.30023193362,449966.00018310547],[228974.90020751953,448576.8002319336],[228855.40020751953,448681.3002319336],[227155.3002319336,449040.8002319336],[227127.40020751953,449149.60021972656],[226448.2001953125,450822.7001953125],[225874.0001831055,451408.90020751953],[225374.90020751953,452400.60021972656],[225358.80023193362,453199.7001953125],[224456.10021972662,455545.3002319336],[224751.90020751956,456105.3002319336],[225691.40020751953,456441.3002319336],[226961.30023193362,457798.8002319336],[227111.90020751956,457733.10021972656],[227396.40020751956,457943.50018310547],[228953.2001953125,458146.7001953125],[229249.20019531253,457989.00018310547],[229661.5001831055,457469.10021972656],[229865.1002197266,457940.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1876","GM_NAAM":"Bronckhorst"},"geometry":{"type":"Polygon","coordinates":[[[208518.4002075196,450136.00018310547],[207717.9002075195,450586.40020751953],[207096.80023193365,450567.00018310547],[206192.30023193362,449828.2001953125],[205703.80023193365,449782.00018310547],[205282.10021972662,449873.7001953125],[204923.2001953125,450080.3002319336],[204722.8002319336,450322.60021972656],[204644.60021972656,450659.90020751953],[204783.00018310553,451144.3002319336],[205139.7001953125,451582.90020751953],[206211.30023193365,452301.10021972656],[207386.90020751953,453570.90020751953],[207954.70019531253,454111.3002319336],[208753.8002319336,454932.2001953125],[209340.1002197266,456215.90020751953],[210004.10021972662,456202.2001953125],[210907.5001831055,456462.60021972656],[211747.30023193362,456616.40020751953],[211920.1002197266,456951.7001953125],[211855.50018310547,456575.90020751953],[211847.2001953125,456443.90020751953],[211948.70019531253,456029.7001953125],[212071.8002319336,457225.60021972656],[212195.60021972656,457933.50018310547],[213134.4002075196,458727.7001953125],[214640.20019531256,458362.8002319336],[215460.60021972656,458524.8002319336],[215970.40020751956,459653.2001953125],[219428.1002197266,461475.40020751953],[221444.40020751953,461258.7001953125],[222219.90020751956,459969.50018310547],[223833.5001831055,460846.50018310547],[223797.20019531253,459977.8002319336],[223793.60021972656,458789.7001953125],[226043.20019531253,457025.10021972656],[225691.40020751953,456441.3002319336],[224751.90020751956,456105.3002319336],[224456.10021972662,455545.3002319336],[225358.80023193362,453199.7001953125],[225374.90020751953,452400.60021972656],[225874.0001831055,451408.90020751953],[226448.2001953125,450822.7001953125],[227127.40020751953,449149.60021972656],[227155.3002319336,449040.8002319336],[228783.6002197266,448696.40020751953],[228782.70019531253,448163.8002319336],[229182.2001953125,446371.7001953125],[228681.2001953125,445740.50018310547],[229772.10021972656,444976.2001953125],[229528.40020751956,444460.8002319336],[229489.90020751956,444478.00018310547],[229300.20019531256,444186.00018310547],[229168.00018310544,443734.3002319336],[228151.5001831055,443134.10021972656],[227434.7001953125,443019.00018310547],[226349.9002075195,443196.7001953125],[225698.3002319336,443188.60021972656],[224748.40020751956,444239.3002319336],[223784.2001953125,443552.7001953125],[223544.1002197266,442646.60021972656],[222772.1002197266,442842.40020751953],[222423.30023193356,442690.2001953125],[222276.8002319336,443049.10021972656],[220285.80023193362,443346.3002319336],[219619.20019531253,443627.2001953125],[220151.90020751956,444564.3002319336],[219510.70019531253,445250.50018310547],[218552.8002319336,445477.7001953125],[217399.10021972656,444841.50018310547],[215677.5001831055,444260.50018310547],[214908.70019531256,444700.60021972656],[214260.1002197266,443411.7001953125],[213386.20019531253,443972.2001953125],[212526.50018310547,443664.60021972656],[209821.70019531253,443785.3002319336],[208672.0001831055,443777.60021972656],[208128.60021972656,443740.3002319336],[208213.00018310553,445218.10021972656],[208278.3002319336,445977.90020751953],[208017.70019531256,445988.60021972656],[207961.20019531247,446218.60021972656],[207649.1002197266,446405.8002319336],[208133.7001953125,447557.40020751953],[208979.90020751956,447983.3002319336],[209118.40020751953,450010.3002319336],[208518.4002075196,450136.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1883","GM_NAAM":"Sittard-Geleen"},"geometry":{"type":"Polygon","coordinates":[[[190388.30023193362,331723.40020751953],[190087.50018310547,331093.2001953125],[188858.50018310547,330875.7001953125],[187663.80023193362,331030.40020751953],[186875.80023193362,330060.3002319336],[186823.2001953125,329068.7001953125],[186755.70019531253,328941.50018310547],[186798.7001953125,328857.10021972656],[186669.50018310553,328617.90020751953],[186186.10021972656,328766.40020751953],[184841.20019531247,329579.90020751953],[184172.00018310547,328714.90020751953],[183541.60021972662,329212.10021972656],[183181.70019531253,328779.8002319336],[183019.20019531253,329702.10021972656],[182844.70019531256,333554.90020751953],[183218.8002319336,334694.3002319336],[182208.4002075196,335017.8002319336],[183070.90020751953,336692.60021972656],[182099.90020751956,336668.7001953125],[182201.50018310547,337446.60021972656],[181010.80023193362,338294.8002319336],[181896.5001831055,340026.50018310547],[182085.10021972656,341491.90020751953],[183893.80023193362,341247.90020751953],[184595.80023193362,341148.7001953125],[185307.6002197266,342651.00018310547],[185758.1002197266,341351.2001953125],[185859.1002197266,339863.40020751953],[187351.8002319336,339739.60021972656],[187400.1002197266,338650.7001953125],[188297.2001953125,337806.10021972656],[188309.40020751956,337880.7001953125],[189091.20019531253,338051.10021972656],[189359.3002319336,338163.3002319336],[189486.1002197266,336625.10021972656],[190690.10021972656,335833.50018310547],[191383.30023193362,334854.10021972656],[191269.2001953125,333187.40020751953],[190494.00018310547,332416.00018310547],[190388.30023193362,331723.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1884","GM_NAAM":"Kaag en Braassem"},"geometry":{"type":"Polygon","coordinates":[[[98425.40020751955,468365.50018310547],[98390.30023193361,469450.2001953125],[98115.40020751953,469824.4002075196],[98365.5001831055,470402.6002197266],[99260.60021972659,470187.7001953125],[100082.10021972659,470391.7001953125],[101317.60021972656,469908.2001953125],[102476.40020751955,469877.8002319336],[103453.70019531251,470065.7001953125],[104163.40020751953,470507.80023193365],[105154.50018310547,471112.00018310547],[106026.2001953125,471651.50018310547],[106454.80023193361,471109.8002319336],[107101.40020751953,471179.7001953125],[108308.90020751952,471966.90020751953],[109703.70019531253,471796.2001953125],[109629.20019531253,470014.70019531256],[109704.70019531251,469613.20019531256],[109996.00018310547,469284.2001953125],[109763.10021972658,469474.50018310547],[109644.2001953125,469487.40020751953],[109441.00018310547,468338.80023193365],[108548.80023193362,468767.2001953125],[107687.80023193361,467006.4002075196],[107254.90020751955,467319.50018310547],[106601.00018310547,464078.40020751953],[104045.80023193361,464014.8002319336],[99251.50018310548,462990.3002319336],[98510.80023193361,463949.50018310547],[98447.10021972659,464613.90020751953],[97906.40020751955,464210.7001953125],[97781.90020751955,464234.60021972656],[97675.50018310548,464369.50018310547],[97174.60021972658,465269.00018310547],[96972.20019531251,466116.00018310547],[96929.3002319336,466111.50018310547],[97320.5001831055,466926.4002075196],[97271.30023193361,467001.50018310547],[97542.80023193361,468206.3002319336],[98146.60021972659,468329.50018310547],[98425.40020751955,468365.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1891","GM_NAAM":"Dantumadiel"},"geometry":{"type":"Polygon","coordinates":[[[192592.80023193362,592747.4002075195],[192816.4002075196,592907.4002075195],[193405.80023193362,593085.0001831055],[194049.80023193362,592567.3002319336],[194094.20019531256,592222.5001831055],[193887.60021972656,592070.0001831055],[194540.90020751953,591382.2001953125],[195154.40020751953,591676.3002319336],[196463.2001953125,591641.6002197266],[197255.0001831055,591560.9002075195],[197393.90020751956,593307.9002075195],[198027.50018310553,593436.1002197266],[200881.40020751953,593308.1002197266],[200776.4002075196,592999.3002319336],[200511.90020751953,590263.6002197266],[199490.30023193365,589580.7001953125],[199347.90020751953,586843.2001953125],[198844.0001831055,584302.8002319336],[197833.40020751953,584210.9002075195],[197451.40020751953,584211.2001953125],[197024.80023193356,584018.2001953125],[194810.4002075196,582747.5001831055],[192983.5001831055,582533.9002075195],[192097.3002319336,585016.8002319336],[190938.50018310547,585205.3002319336],[188758.50018310544,587140.8002319336],[188650.7001953125,588286.9002075195],[189053.9002075195,588692.8002319336],[189641.50018310553,589162.2001953125],[188958.1002197266,590704.7001953125],[190667.50018310544,591929.9002075195],[192592.80023193362,592747.4002075195]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1892","GM_NAAM":"Zuidplas"},"geometry":{"type":"Polygon","coordinates":[[[98321.2001953125,450737.60021972656],[98633.8002319336,452632.2001953125],[101564.7001953125,453311.50018310547],[101540.0001831055,452474.40020751953],[101381.00018310548,451647.8002319336],[101751.60021972659,451439.7001953125],[101427.60021972658,451135.90020751953],[100372.8002319336,449938.8002319336],[102657.7001953125,447648.3002319336],[103482.60021972659,447301.2001953125],[105281.00018310548,448652.00018310547],[105591.3002319336,448505.90020751953],[105413.10021972658,447841.50018310547],[105396.60021972659,447641.3002319336],[105486.70019531249,447457.8002319336],[105811.10021972656,447216.10021972656],[105030.50018310545,446574.2001953125],[106447.50018310547,445587.10021972656],[107027.80023193362,445549.90020751953],[105940.90020751955,444447.50018310547],[105774.00018310547,443800.10021972656],[104252.10021972658,442991.90020751953],[103209.80023193358,442730.10021972656],[103040.00018310548,442403.7001953125],[104027.40020751953,441120.7001953125],[103982.30023193361,440802.2001953125],[103715.7001953125,440677.10021972656],[103220.90020751955,439045.50018310547],[103017.8002319336,438922.10021972656],[102478.10021972658,438903.40020751953],[102202.0001831055,438615.00018310547],[101023.20019531251,440406.00018310547],[99800.10021972659,442187.8002319336],[100218.40020751953,442540.50018310547],[100843.10021972658,444690.90020751953],[100548.20019531251,445396.50018310547],[99482.90020751955,444917.40020751953],[99470.90020751953,443945.60021972656],[98977.80023193361,442920.10021972656],[97758.30023193361,442605.90020751953],[97314.60021972658,443043.40020751953],[97617.90020751953,443265.50018310547],[97744.50018310548,443565.50018310547],[97246.80023193362,445131.00018310547],[97673.40020751953,446338.50018310547],[97911.50018310548,447289.7001953125],[98109.50018310547,449276.60021972656],[98477.7001953125,450036.60021972656],[98321.2001953125,450737.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1894","GM_NAAM":"Peel en Maas"},"geometry":{"type":"Polygon","coordinates":[[[205428.40020751953,370067.90020751953],[203954.70019531256,368009.40020751953],[202687.80023193356,367378.40020751953],[200988.80023193362,366464.40020751953],[199892.40020751953,365166.8002319336],[199699.00018310544,364451.7001953125],[199361.2001953125,364270.50018310547],[199066.80023193356,364252.3002319336],[198687.70019531253,364325.2001953125],[198440.20019531253,364234.40020751953],[198532.50018310553,364879.8002319336],[198334.3002319336,365544.50018310547],[194578.30023193362,368043.60021972656],[191280.5001831055,369460.90020751953],[191500.1002197266,368847.10021972656],[189635.60021972662,369707.10021972656],[187411.00018310553,370264.90020751953],[186000.40020751956,372185.7001953125],[186560.00018310553,373171.60021972656],[188948.3002319336,373902.90020751953],[192875.00018310547,377428.50018310547],[193992.90020751953,377256.90020751953],[194733.1002197266,376697.00018310547],[196956.40020751953,376734.00018310547],[198966.80023193362,377200.00018310547],[202737.0001831055,378732.90020751953],[202829.70019531253,378521.60021972656],[203953.80023193365,377652.2001953125],[203065.9002075196,376782.8002319336],[204011.5001831055,376060.00018310547],[204625.2001953125,374452.90020751953],[205145.00018310553,374336.3002319336],[206284.3002319336,372942.2001953125],[205828.5001831055,372459.90020751953],[205946.7001953125,371423.7001953125],[205428.40020751953,370067.90020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1895","GM_NAAM":"Oldambt"},"geometry":{"type":"Polygon","coordinates":[[[263486.2001953125,587925.3002319336],[264095.5001831055,586424.6002197266],[265310.5001831055,587187.1002197266],[267171.60021972656,585286.5001831055],[268726.58740234387,586907.8389892578],[269765.1260375977,586408.7780151367],[271533.9719848633,586179.2340087891],[273068.9410400392,585526.6920166016],[276460.4609985352,584894.1780395508],[277228.6002197266,582457.6002197266],[277316.40020751965,580572.7001953125],[276702.6002197266,579517.2001953125],[278026.10021972656,578638.1002197266],[276442.80023193377,578184.4002075195],[275631.20019531256,576524.7001953125],[275539.8002319336,575747.9002075195],[274727.00018310547,575471.5001831055],[274536.70019531256,574948.9002075195],[272585.3002319336,576330.7001953125],[272218.1002197267,575604.4002075195],[271294.6002197266,575252.5001831055],[269978.0001831055,574393.6002197266],[268833.5001831055,574511.1002197266],[268344.7001953125,574363.2001953125],[266369.2001953125,572781.4002075195],[265353.40020751953,571573.7001953125],[264973.7001953125,571066.0001831055],[264855.5001831055,571176.3002319336],[262134.00018310556,571077.4002075195],[261933.5001831055,571333.1002197266],[261725.5001831055,571350.3002319336],[260807.80023193362,570556.6002197266],[260668.80023193365,570494.9002075195],[260643.30023193368,570596.8002319336],[260702.70019531253,570634.5001831055],[260272.6002197266,572007.8002319336],[259554.30023193374,575821.2001953125],[258991.20019531256,576659.1002197266],[258118.6002197266,576920.8002319336],[256669.5001831055,576980.9002075195],[256724.90020751956,577223.9002075195],[256662.70019531253,577315.9002075195],[256906.6002197266,578256.8002319336],[257052.40020751956,578445.7001953125],[257781.00018310553,579722.8002319336],[257726.30023193365,580922.3002319336],[258022.60021972662,581790.9002075195],[257743.5001831055,582757.9002075195],[256879.2001953126,583136.6002197266],[256583.00018310556,584113.3002319336],[256915.30023193368,585097.7001953125],[257900.80023193362,584475.1002197266],[259039.60021972665,585807.9002075195],[259448.60021972668,586689.3002319336],[262256.00018310547,587893.8002319336],[262513.80023193354,587935.2001953125],[263486.2001953125,587925.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1896","GM_NAAM":"Zwartewaterland"},"geometry":{"type":"Polygon","coordinates":[[[203905.20019531253,519375.50018310547],[203519.70019531253,519090.30023193365],[203437.60021972656,517912.10021972656],[203039.60021972656,516693.8002319336],[203530.10021972656,515579.50018310547],[203719.7001953125,515127.8002319336],[203777.60021972656,514836.8002319336],[203706.2001953125,514733.50018310547],[203706.30023193356,513518.8002319336],[203646.1002197266,513117.40020751953],[204928.60021972662,512086.90020751953],[205439.30023193365,510666.60021972656],[206531.20019531256,510962.2001953125],[206726.2001953126,510958.3002319336],[207072.20019531256,510823.40020751953],[207219.8002319337,510597.3002319336],[207311.30023193356,510022.3002319336],[207860.30023193362,508912.3002319336],[206093.2001953125,507430.3002319336],[205284.50018310547,507920.40020751953],[204849.30023193356,507986.7001953125],[204225.3002319336,508406.50018310547],[204009.8002319336,509112.7001953125],[203268.50018310547,508542.2001953125],[202828.3002319336,507554.7001953125],[202062.70019531253,507584.20019531256],[201722.70019531253,507927.6002197266],[200829.70019531253,509067.20019531256],[198818.30023193368,508125.2001953125],[197403.60021972653,511132.2001953125],[195382.00018310553,510158.1002197266],[194580.80023193362,512003.60021972656],[195905.70019531253,514219.00018310547],[195937.6002197266,515084.90020751953],[195793.76202392587,515483.1959838867],[197255.56103515625,516855.52301025396],[198148.70019531256,517368.50018310547],[199049.8002319336,518196.4002075196],[200182.5001831055,518290.40020751953],[200622.50018310553,518588.2001953125],[202245.9002075196,519762.7001953125],[203042.6002197266,519921.00018310547],[203382.6002197266,519793.50018310547],[203412.0001831055,519764.00018310547],[203905.20019531253,519375.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1900","GM_NAAM":"Sdwest-Frysln"},"geometry":{"type":"MultiPolygon","coordinates":[[[[153680.80603027352,565496.8160400391],[154529.98199462894,565057.2819824219],[155541.60803222662,563189.3160400391],[154263.01702880862,563216.1040039062],[153555.4089965821,564626.9140014648],[153680.80603027352,565496.8160400391]]],[[[157623.2001953125,574046.2001953125],[159286.20019531256,573685.1002197266],[160428.70019531253,572958.1002197266],[161108.30023193362,573176.9002075195],[161412.1002197266,572461.6002197266],[161499.2001953125,572253.3002319336],[162047.00018310553,572813.3002319336],[162741.60021972656,572350.9002075195],[163318.60021972656,573230.3002319336],[164634.90020751953,573471.7001953125],[165067.90020751962,572826.3002319336],[165484.9002075196,572418.7001953125],[165715.10021972662,572302.8002319336],[165754.70019531256,572065.2001953125],[165618.6002197266,571775.6002197266],[164761.90020751953,569994.0001831055],[164763.90020751956,570131.6002197266],[164357.0001831055,569663.0001831055],[164351.60021972656,568975.8002319336],[164566.40020751953,568333.1002197266],[166543.10021972656,568121.6002197266],[166523.10021972662,567912.2001953125],[166450.00018310547,567235.2001953125],[167539.80023193362,566607.4002075195],[168677.2001953125,565982.3002319336],[168495.20019531253,565488.4002075195],[168708.1002197266,564860.3002319336],[169980.10021972662,565232.4002075195],[170924.70019531253,565157.8002319336],[171061.0001831055,564966.8002319336],[171898.30023193365,564473.2001953125],[172591.40020751956,564773.4002075195],[172837.3002319336,564597.8002319336],[172975.90020751956,564452.9002075195],[173498.2001953125,565181.4002075195],[173828.00018310547,565341.9002075195],[174440.10021972656,565624.8002319336],[174659.80023193365,564967.4002075195],[176045.10021972656,565894.0001831055],[176281.40020751956,565516.0001831055],[175858.70019531253,565241.7001953125],[175885.90020751953,564800.8002319336],[176125.70019531253,564481.2001953125],[176663.00018310547,564246.4002075195],[176697.70019531256,563995.7001953125],[177132.5001831055,563922.8002319336],[177813.80023193365,563494.2001953125],[178202.90020751956,563162.3002319336],[179248.20019531253,562408.3002319336],[179694.10021972662,562279.7001953125],[178447.20019531253,560416.5001831055],[178224.60021972662,558800.6002197266],[179221.40020751956,558006.5001831055],[178515.00018310553,557171.0001831055],[177536.10021972662,556939.4002075195],[177133.20019531253,556573.8002319336],[176493.90020751953,555569.5001831055],[176354.40020751956,555297.9002075195],[175233.20019531256,555442.3002319336],[175170.30023193362,554932.2001953125],[175361.7001953126,554175.3002319336],[175407.4002075196,553162.2001953125],[175313.9002075195,549587.3002319336],[172161.20019531253,549931.3002319336],[172000.00018310547,548406.4002075195],[168927.50018310553,547611.2001953125],[167998.50018310547,549682.3002319336],[167888.90020751953,549670.4002075195],[167477.60021972662,550593.5001831055],[167221.40020751962,550958.7001953125],[166935.60021972662,551174.6002197266],[163410.00018310547,548911.3002319336],[161054.40020751956,546184.9002075195],[161039.50018310553,546128.9002075195],[162177.30023193362,544750.5001831055],[162236.30023193365,543964.6002197266],[162318.10021972656,543217.1002197266],[161751.9002075196,542920.7001953125],[161053.2001953125,542404.1002197266],[160486.4002075196,542740.6002197266],[160241.7001953125,542684.7001953125],[158800.40020751956,542953.4002075195],[158070.3002319336,543056.5001831055],[158044.1002197266,542524.4002075195],[158107.2001953125,542550.9002075195],[158624.11083984375,540415.5939941406],[157621.77001953125,540105.45703125],[155551.63299560547,541233.4420166016],[154193.91400146484,542610.4739990234],[153344.07000732422,542905.1110229492],[152949.95501708987,544116.0400390625],[153222.93902587896,545113.2479858398],[155010.0750122071,546468.5079956055],[155929.2819824219,546549.6170043945],[156343.7960205078,547926.4210205078],[155929.02301025394,550236.4940185547],[156397.42602539062,551043.5020141602],[156395.44702148438,552520.4410400391],[156718.61401367188,552945.6860351562],[155768.17303466797,556144.6340332031],[155644.5900268555,557288.7540283203],[156332.6610107422,558274.9860229492],[156421.23699951178,559059.6050415039],[155641.7839965821,559794.6910400391],[155444.54699707034,560882.3229980469],[154339.20501708987,563009.7360229492],[155927.65399169922,563098.2560424805],[155382.41998291019,563897.299987793],[155083.7960205078,565721.799987793],[154380.18902587894,567576.3150024414],[154410.63500976562,569048.0709838867],[155559.32202148438,569715.7869873047],[156150.9849853516,570528.3510131836],[156610.75219726562,573900.1090087891],[156704.90020751956,573916.3002319336],[156999.20019531253,573788.9002075195],[157623.2001953125,574046.2001953125]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1901","GM_NAAM":"Bodegraven-Reeuwijk"},"geometry":{"type":"Polygon","coordinates":[[[108847.60021972659,454815.3002319336],[108387.2001953125,456333.90020751953],[108233.40020751953,456551.8002319336],[110305.80023193358,457272.7001953125],[110583.00018310548,457783.8002319336],[111989.10021972656,458198.40020751953],[113062.00018310547,458689.7001953125],[113166.3002319336,458816.00018310547],[113385.2001953125,459005.7001953125],[113716.50018310545,459041.8002319336],[114202.70019531251,459292.2001953125],[114243.50018310548,459508.2001953125],[116510.90020751953,457798.90020751953],[116359.90020751956,456273.7001953125],[116544.40020751955,454188.90020751953],[117631.70019531253,453553.3002319336],[119756.70019531251,453508.90020751953],[119385.90020751955,452878.3002319336],[118567.50018310547,452440.3002319336],[118023.50018310547,452344.2001953125],[116743.60021972656,451424.7001953125],[115517.50018310548,449655.3002319336],[115381.7001953125,448870.8002319336],[113709.0001831055,447763.10021972656],[113231.80023193361,447536.60021972656],[112402.8002319336,447390.8002319336],[111324.0001831055,447473.2001953125],[111199.7001953125,447727.8002319336],[110985.50018310547,447818.60021972656],[110831.90020751953,448446.60021972656],[109198.90020751953,448892.60021972656],[109052.40020751953,449875.60021972656],[108964.8002319336,450200.90020751953],[106981.8002319336,450762.7001953125],[106478.50018310547,451765.40020751953],[105371.90020751955,452669.7001953125],[105169.50018310548,452959.50018310547],[105131.3002319336,453117.50018310547],[105538.60021972658,453096.40020751953],[108226.00018310547,454504.10021972656],[108847.60021972659,454815.3002319336]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1903","GM_NAAM":"Eijsden-Margraten"},"geometry":{"type":"Polygon","coordinates":[[[186726.3002319336,315806.50018310547],[188126.6002197266,315909.10021972656],[188271.40020751956,316088.3002319336],[188301.0001831055,315883.10021972656],[188474.60021972656,315600.90020751953],[188608.20019531253,314940.10021972656],[187837.80023193362,314646.60021972656],[186864.70019531256,313176.10021972656],[185468.40020751956,312906.60021972656],[185638.8002319336,311903.2001953125],[186409.30023193365,311065.3002319336],[187290.1002197266,309082.00018310547],[187302.8002319336,308482.00018310547],[186310.9002075196,307726.10021972656],[184654.00018310547,307436.8002319336],[183644.00018310547,308997.60021972656],[183030.70019531256,308657.2001953125],[182467.60021972662,310331.60021972656],[181703.10021972656,310360.8002319336],[180235.50018310553,308826.60021972656],[179838.40020751956,307517.7001953125],[178175.40020751953,307821.90020751953],[176707.00018310553,307248.00018310547],[175882.10021972662,308124.3002319336],[176853.80023193362,309310.90020751953],[177121.40020751956,310605.90020751953],[176470.80023193362,312066.8002319336],[176845.30023193362,313232.50018310547],[177718.40020751953,313204.50018310547],[178266.50018310547,313899.3002319336],[178849.9002075195,314003.7001953125],[180204.5001831055,314845.10021972656],[180204.8002319336,315384.50018310547],[180297.90020751956,316448.00018310547],[181069.3002319336,317345.40020751953],[181064.80023193362,318450.50018310547],[181546.20019531253,318378.50018310547],[182282.70019531253,318154.40020751953],[182576.30023193362,318126.2001953125],[184120.1002197266,317694.8002319336],[184629.40020751956,316931.7001953125],[185575.30023193362,316636.40020751953],[185537.4002075196,315868.00018310547],[186726.3002319336,315806.50018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1904","GM_NAAM":"Stichtse Vecht"},"geometry":{"type":"Polygon","coordinates":[[[130015.70019531249,477284.10021972656],[130240.90020751956,477101.50018310547],[130664.2001953125,477892.7001953125],[131496.90020751953,477221.10021972656],[132644.10021972656,477976.00018310547],[133073.8002319336,476998.2001953125],[132708.8002319336,477513.8002319336],[132040.7001953125,477144.0001831055],[130836.40020751956,476429.50018310547],[130381.5001831055,475186.00018310547],[131494.10021972653,474271.40020751953],[131686.3002319336,472869.10021972656],[132390.3002319336,471930.90020751953],[131078.8002319336,470864.80023193365],[131467.2001953125,470718.10021972656],[131048.50018310545,470755.7001953125],[130817.5001831055,469140.90020751953],[131133.2001953125,467506.8002319336],[130742.20019531251,466279.3002319336],[131394.60021972656,466193.40020751953],[131684.50018310547,464251.50018310547],[134153.40020751953,465121.0001831055],[136402.40020751953,465780.80023193365],[136642.2001953125,464951.3002319336],[134995.90020751953,463059.90020751953],[136746.40020751956,461961.90020751953],[135567.00018310547,460220.40020751953],[134458.2001953125,460872.8002319336],[133700.50018310547,459916.60021972656],[132674.3002319336,459421.8002319336],[131743.40020751953,460250.60021972656],[131283.90020751953,459752.60021972656],[130785.90020751956,458780.3002319336],[130717.40020751955,458786.40020751953],[129323.20019531251,460221.2001953125],[128678.70019531253,461526.40020751953],[126702.50018310548,460243.50018310547],[126434.80023193361,459440.40020751953],[125818.40020751953,460659.60021972656],[124650.00018310548,460013.3002319336],[123268.40020751953,462227.50018310547],[122456.80023193361,461891.8002319336],[122323.30023193362,463852.8002319336],[123624.90020751953,464437.3002319336],[124000.3002319336,465519.2001953125],[125003.30023193362,466496.60021972656],[125169.8002319336,467925.7001953125],[126245.10021972656,468076.7001953125],[126747.0001831055,470359.8002319336],[127206.50018310547,471052.5001831055],[128370.40020751953,471487.8002319336],[129041.59204101564,471580.9299926758],[130015.70019531249,477284.10021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1908","GM_NAAM":"Menameradiel"},"geometry":{"type":"Polygon","coordinates":[[[170443.60021972656,580387.2001953125],[170052.50018310553,580811.7001953125],[169626.40020751953,581381.5001831055],[169864.3002319336,581842.1002197266],[169688.1002197266,582910.9002075195],[171114.80023193362,583729.2001953125],[170149.10021972656,584696.0001831055],[170392.3002319336,585491.9002075195],[172639.80023193365,584879.6002197266],[172798.00018310547,584730.3002319336],[173363.40020751953,584286.6002197266],[173913.90020751953,584068.3002319336],[173904.9002075196,584131.2001953125],[175142.5001831055,583843.2001953125],[177216.8002319336,584581.1002197266],[178123.3002319336,584716.2001953125],[178814.70019531256,583894.3002319336],[177873.3002319336,583239.3002319336],[178311.10021972656,579995.1002197266],[178882.60021972656,579078.3002319336],[178442.60021972662,576263.3002319336],[178144.70019531256,575918.0001831055],[177586.0001831055,575539.4002075195],[176800.2001953125,576554.1002197266],[175774.70019531253,576466.1002197266],[175427.2001953125,577070.3002319336],[174962.7001953125,577291.0001831055],[174395.70019531256,576673.3002319336],[172765.00018310547,575539.2001953125],[171886.40020751953,576100.6002197266],[170801.90020751956,575759.1002197266],[170587.40020751953,576474.0001831055],[169539.50018310547,577488.3002319336],[170235.30023193362,578022.6002197266],[170283.9002075196,578580.9002075195],[169764.70019531253,579010.2001953125],[169719.8002319336,579381.9002075195],[169529.60021972656,579767.4002075195],[170443.60021972656,580387.2001953125]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1911","GM_NAAM":"Hollands Kroon"},"geometry":{"type":"Polygon","coordinates":[[[135605.5001831055,531831.6002197266],[135083.70019531253,531371.3002319336],[133419.00018310547,531087.4002075195],[133134.50018310547,530531.4002075195],[132747.6002197266,530107.6002197266],[131958.0001831055,529612.5001831055],[131700.20019531253,529533.9002075195],[130319.20019531253,529416.6002197266],[125878.40020751955,529636.0001831055],[125103.40020751953,529683.4002075195],[124317.40020751956,529161.7001953125],[124193.50018310547,528327.5001831055],[122433.60021972659,525172.6002197266],[122008.10021972659,524489.6002197266],[121891.80023193364,524501.8002319336],[120549.40020751953,525089.4002075195],[120187.60021972658,525557.6002197266],[119252.7001953125,526349.5001831055],[118547.00018310547,526011.3002319336],[118478.60021972658,526953.8002319336],[118044.10021972659,527592.4002075195],[117467.20019531251,528917.4002075195],[115942.80023193361,531204.3002319336],[115832.20019531251,531602.7001953125],[116271.40020751956,531712.3002319336],[116450.7001953125,531559.3002319336],[116713.40020751956,532019.9002075195],[117231.60021972658,533065.9002075195],[117575.50018310548,534922.4002075195],[117735.59902141104,535756.5002978361],[116304.40020751955,538476.0001831055],[115064.40020751953,540183.8002319336],[114269.20019531251,540642.5001831055],[112669.60021972656,540350.5001831055],[113462.50018310548,543562.5001831055],[115156.70019531253,547439.3002319336],[116061.00018310547,547628.3002319336],[116520.79003906253,547047.9949951172],[120434.30603027344,544698.4119873047],[122699.01403808597,545266.0590209961],[124825.77099609374,546474.8170166016],[125901.07904052736,547820.7210083008],[126146.16003417975,548734.0100097656],[126823.04699707031,549380.0640258789],[129314.18499755865,549918.4100341797],[130636.88903808597,549971.5560302734],[131523.12103271487,549651.6400146484],[132144.63500976562,548731.8079833984],[136590.148010254,539847.2250366211],[135898.400390625,531943.0032348633],[135605.5001831055,531831.6002197266]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1916","GM_NAAM":"Leidschendam-Voorburg"},"geometry":{"type":"Polygon","coordinates":[[[85532.90020751955,456489.40020751953],[86633.10021972656,457767.7001953125],[87456.8002319336,458640.90020751953],[89273.40020751955,457459.3002319336],[89666.20019531251,457753.2001953125],[90962.70019531253,459340.2001953125],[91816.8002319336,460301.7001953125],[91948.80023193361,460302.50018310547],[92068.90020751953,460436.50018310547],[92390.30023193361,459893.00018310547],[92339.90020751953,459440.90020751953],[92385.90020751953,459364.3002319336],[92237.00018310545,459227.8002319336],[93551.2001953125,457002.7001953125],[93636.40020751955,456130.8002319336],[93715.80023193362,455876.2001953125],[92517.2001953125,455172.7001953125],[91217.60021972656,454913.10021972656],[88771.70019531253,453219.10021972656],[88723.00018310548,453236.60021972656],[87594.90020751953,454853.00018310547],[86540.60021972656,454325.3002319336],[85949.90020751955,454530.60021972656],[84736.60021972658,453389.3002319336],[84524.10021972658,452709.40020751953],[84368.30023193361,452495.3002319336],[83336.80023193361,453053.00018310547],[84261.40020751952,453808.2001953125],[82880.40020751953,454602.50018310547],[83575.00018310545,455102.00018310547],[85532.90020751955,456489.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1924","GM_NAAM":"Goeree-Overflakkee"},"geometry":{"type":"MultiPolygon","coordinates":[[[[54866.48303222659,423403.9990234375],[56282.01599121096,421990.9119873047],[54180.541015625015,421724.97021484375],[53875.50299072267,422419.79498291016],[54866.48303222659,423403.9990234375]]],[[[60567.19262695314,429896.2028198242],[60444.28900146486,428214.5109863281],[62356.26000976564,426399.0289916992],[62738.14501953128,426655.2900390625],[63726.2850341797,425802.3380126953],[65566.78002929689,424905.9110107422],[67298.08502197267,423767.8010253906],[68023.09100341795,423002.5369873047],[69188.15698242188,422880.0709838867],[70700.75903320317,421816.85400390625],[72647.04400634764,421158.27600097656],[74171.20501708984,419387.3190307617],[75728.08599853516,418269.26599121094],[77133.70001220703,416358.1970214844],[78054.8610229492,415396.90002441406],[79791.80499267577,414778.3150024414],[81162.9769897461,413510.7550048828],[81882.87103271486,413182.0419921875],[85632.48602294922,413069.58599853516],[86615.3030395508,413706.53399658203],[87004.67419433595,412675.17822265625],[84290.62200927737,411913.09100341797],[84512.44598388672,411205.85803222656],[83747.05700683591,409660.97302246094],[82346.51000976562,408920.3640136719],[79726.78698730466,408422.3880004883],[78428.18298339841,407873.9769897461],[75657.86102294923,408361.19201660156],[74590.0130004883,409244.5930175781],[74225.83001708986,409969.50103759766],[72146.54882812501,411147.6185913086],[70713.44104003903,411222.1050415039],[69652.23303222656,412829.2360229492],[66815.60101318361,414006.2600097656],[65351.950012207024,413720.4030151367],[62633.85900878908,414509.22900390625],[61973.67803955076,416250.18298339844],[61528.807006835916,418148.41998291016],[60742.65399169924,418060.1950073242],[60501.453002929695,419381.1890258789],[60783.631042480476,420427.5050048828],[60686.55499267579,422061.39001464844],[59619.583984375015,423351.67401123047],[59490.7170410156,424014.37799072266],[58558.56219482422,424678.69982910156],[55744.749023437515,424807.60302734375],[54812.195007324255,424171.25103759766],[52217.87701416016,423830.2250366211],[51858.77703857423,422583.6050415039],[50273.173034667954,422482.78302001953],[49544.38201904298,420733.1780395508],[50401.94702148437,419692.4630126953],[50335.09204101562,419119.88903808594],[48739.6010131836,419809.6430053711],[49916.84252929689,422150.8507080078],[49990.9969177246,423009.3429260254],[49420.64099121096,424567.0626220703],[49477.17279052735,425889.94482421875],[50173.835021972685,426640.416015625],[52827.29498291017,427343.3140258789],[59007.963989257805,429809.16998291016],[60567.19262695314,429896.2028198242]]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1926","GM_NAAM":"Pijnacker-Nootdorp"},"geometry":{"type":"Polygon","coordinates":[[[90751.0001831055,451625.00018310547],[91221.5001831055,450440.40020751953],[92122.90020751952,450635.8002319336],[92525.50018310548,449652.3002319336],[91957.00018310547,449135.90020751953],[91867.00018310547,448962.3002319336],[91223.20019531253,448210.3002319336],[91453.50018310548,447548.10021972656],[90627.00018310548,446206.90020751953],[90441.70019531251,445308.7001953125],[88856.90020751953,443905.40020751953],[89062.8002319336,443524.2001953125],[87703.8002319336,442651.00018310547],[87400.50018310547,443204.10021972656],[87254.70019531251,443786.2001953125],[86972.40020751953,443859.90020751953],[86248.50018310547,446747.40020751953],[86848.80023193361,447453.60021972656],[85902.40020751955,449207.8002319336],[85858.00018310547,449189.40020751953],[86841.60021972659,449879.2001953125],[86404.7001953125,450507.60021972656],[85880.60021972656,450215.00018310547],[85393.50018310545,450774.50018310547],[86456.00018310547,451900.3002319336],[87186.2001953125,451895.60021972656],[87382.04180908202,452128.6221923828],[90751.0001831055,451625.00018310547]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1927","GM_NAAM":"Molenwaard"},"geometry":{"type":"Polygon","coordinates":[[[123381.10021972658,434811.60021972656],[122200.3002319336,433349.60021972656],[121065.40020751952,433097.2001953125],[121066.2001953125,432554.60021972656],[120191.00018310548,432386.3002319336],[119900.60021972658,432272.7001953125],[118546.20019531253,431356.8002319336],[118314.60021972656,431161.3002319336],[114798.8002319336,428816.8002319336],[114233.50018310548,428654.00018310547],[113193.80023193361,428848.10021972656],[112331.40020751953,428546.00018310547],[111513.50018310548,428674.90020751953],[110588.70019531249,428242.90020751953],[110633.80023193361,428433.60021972656],[110308.00018310545,428531.50018310547],[110215.10021972658,428853.90020751953],[108689.60021972656,428295.8002319336],[108177.60021972659,428266.60021972656],[107853.40020751953,428359.8002319336],[106957.8002319336,428791.60021972656],[106491.30023193361,429114.10021972656],[106332.40020751955,430355.90020751953],[107010.30023193361,431151.40020751953],[107698.80023193361,432576.00018310547],[106154.8002319336,432100.2001953125],[105197.30023193361,432074.10021972656],[103698.90020751956,432669.90020751953],[102780.00018310548,432792.10021972656],[102615.20019531249,432732.10021972656],[102132.60021972658,433603.3002319336],[102156.10021972658,433723.3002319336],[102655.60021972659,433711.7001953125],[104372.50018310548,433709.7001953125],[105915.20019531251,433784.2001953125],[108086.30023193362,434520.40020751953],[108787.7001953125,434372.7001953125],[110320.60021972659,435111.2001953125],[110845.7001953125,435464.3002319336],[111673.70019531253,436180.2001953125],[113323.90020751955,436731.3002319336],[114752.70019531251,437199.2001953125],[115317.5001831055,437456.50018310547],[116770.20019531253,438991.10021972656],[117065.8002319336,439211.60021972656],[117915.7001953125,439370.60021972656],[118263.30023193358,439355.60021972656],[119799.50018310547,438960.7001953125],[120473.30023193361,439022.2001953125],[122502.80023193361,439454.8002319336],[122892.30023193362,439768.90020751953],[123314.5001831055,440376.50018310547],[123712.60021972659,439998.3002319336],[124188.50018310547,437924.50018310547],[123903.40020751955,437839.50018310547],[123063.8002319336,437026.00018310547],[122842,436819.5],[123381.10021972658,434811.60021972656]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1955","GM_NAAM":"Montferland"},"geometry":{"type":"Polygon","coordinates":[[[208652.00018310547,435014.40020751953],[207665.40020751953,435874.10021972656],[206969.60021972653,436605.50018310547],[206685.00018310547,436605.00018310547],[203426.10021972662,439152.8002319336],[203323.6002197266,442392.10021972656],[204862.20019531253,442555.40020751953],[205426.80023193365,443030.90020751953],[205979.40020751956,443572.3002319336],[207039.60021972662,443839.7001953125],[207133.9002075196,443254.7001953125],[207481.90020751953,442267.90020751953],[208337.70019531253,441050.00018310547],[209815.50018310544,440224.60021972656],[210429.5001831055,439459.10021972656],[212311.40020751956,439898.2001953125],[217860.0001831055,439635.40020751953],[218243.10021972656,439221.2001953125],[218042.8002319336,439242.40020751953],[217078.1002197266,437954.10021972656],[217447.7001953125,437324.8002319336],[218570.40020751956,437310.50018310547],[218886.1002197266,437043.3002319336],[218960.60021972662,436822.00018310547],[218411.40020751956,436200.8002319336],[218227.50018310544,435733.60021972656],[218918.0001831055,434770.50018310547],[219505.6002197266,433793.60021972656],[220035.70019531253,432231.3002319336],[219876.8002319336,431830.10021972656],[218707.2001953125,431509.50018310547],[218683.60021972656,431590.10021972656],[217571.60021972656,431468.10021972656],[216474.90020751953,432102.7001953125],[215238.80023193362,431427.7001953125],[213300.60021972656,431634.2001953125],[212017.4002075196,431333.00018310547],[210621.40020751956,432167.8002319336],[209719.3002319336,433327.00018310547],[210336.80023193362,433987.90020751953],[208652.00018310547,435014.40020751953]]]}}, +{"type":"Feature","properties":{"GM_CODE":"GM1987","GM_NAAM":"Menterwolde"},"geometry":{"type":"Polygon","coordinates":[[[255113.40020751953,571975.5001831055],[253985.00018310553,571862.2001953125],[251114.3002319336,572008.1002197266],[249789.60021972656,571744.9002075195],[249146.40020751953,573114.9002075195],[250276.00018310547,573808.3002319336],[250630.60021972653,574608.2001953125],[250546.3002319336,576196.2001953125],[250962.00018310547,577471.6002197266],[250325.60021972656,578525.6002197266],[250298.8002319336,578894.2001953125],[250577.80023193362,580039.7001953125],[251938.60021972653,580680.4002075195],[253025.4002075196,581558.1002197266],[253082.80023193362,582119.9002075195],[254627.20019531256,582773.9002075195],[254957.00018310547,583168.9002075195],[255117.30023193362,583179.0001831055],[255580.90020751956,582902.4002075195],[256180.40020751956,582841.6002197266],[257363.10021972656,583393.8002319336],[257743.5001831055,582757.9002075195],[258022.60021972662,581790.9002075195],[257726.30023193365,580922.3002319336],[257781.00018310553,579722.8002319336],[257052.40020751956,578445.7001953125],[256906.6002197266,578256.8002319336],[256662.70019531253,577315.9002075195],[256724.90020751956,577223.9002075195],[256669.5001831055,576980.9002075195],[258118.6002197266,576920.8002319336],[258991.2001953125,576659.1002197266],[259554.3002319336,575821.2001953125],[260272.6002197266,572007.8002319336],[260702.70019531253,570634.5001831055],[260643.3002319336,570596.8002319336],[260668.80023193365,570494.9002075195],[260432.5001831055,570399.6002197266],[260247.40020751956,571526.0001831055],[256054.40020751953,572363.7001953125],[255209.70019531253,572024.3002319336],[255113.40020751953,571975.5001831055]]]}}]} \ No newline at end of file diff --git a/data/gemeenten/geo2013.topojson b/data/gemeenten/geo2013.topojson new file mode 100644 index 0000000000000000000000000000000000000000..ef7d3eca371eb9b03a9467bba71720fc3371102d --- /dev/null +++ b/data/gemeenten/geo2013.topojson @@ -0,0 +1 @@ +{"type":"Topology","transform":{"scale":[15.585849835702913,14.330427363369962],"translate":[13565.400207519539,306959.60021972656]},"arcs":[[[15149,19881],[-3,164],[49,7]],[[15195,20052],[66,5]],[[15261,20057],[16,18]],[[15277,20075],[-7,20]],[[15270,20095],[-9,20]],[[15261,20115],[-1,42]],[[15260,20157],[-6,14]],[[15254,20171],[4,11]],[[15258,20182],[8,5]],[[15266,20187],[9,6]],[[15275,20193],[9,3]],[[15284,20196],[98,-9]],[[15382,20187],[15,-13]],[[15397,20174],[32,33]],[[15429,20207],[47,-6],[-13,-129],[2,-29],[6,-8],[-1,-57],[13,-56]],[[15483,19922],[-7,-91]],[[15476,19831],[-98,-21],[-63,-40],[-76,6],[-49,31]],[[15190,19807],[-10,18],[-31,56]],[[14209,19482],[-3,44],[-82,15]],[[14124,19541],[-65,-11]],[[14059,19530],[-8,16]],[[14051,19546],[25,90]],[[14076,19636],[16,296],[30,164],[2,80],[31,16]],[[14155,20192],[26,-30]],[[14181,20162],[39,5]],[[14220,20167],[5,16]],[[14225,20183],[14,9]],[[14239,20192],[63,-132],[44,-121],[76,3],[23,-51]],[[14445,19891],[47,6]],[[14492,19897],[-115,-332],[33,-49]],[[14410,19516],[12,-65],[-71,-16]],[[14351,19435],[-56,32]],[[14295,19467],[-86,15]],[[16891,17987],[-77,-11],[-238,-126],[-58,102],[-67,67],[-57,-38]],[[16394,17981],[-11,23]],[[16383,18004],[-2,7]],[[16381,18011],[-70,47]],[[16311,18058],[-42,-1]],[[16269,18057],[-117,-2]],[[16152,18055],[-76,37]],[[16076,18092],[39,88]],[[16115,18180],[1,-3]],[[16116,18177],[72,151],[-63,74]],[[16125,18402],[-11,7]],[[16114,18409],[34,29],[7,27]],[[16155,18465],[65,84]],[[16220,18549],[127,111]],[[16347,18660],[31,10]],[[16378,18670],[74,-8],[84,60]],[[16536,18722],[59,24]],[[16595,18746],[24,51]],[[16619,18797],[125,-96],[12,36]],[[16756,18737],[52,19]],[[16808,18756],[3,-53],[-44,-75],[20,-129],[87,-63],[-10,-249],[27,-200]],[[14881,19898],[36,-68]],[[14917,19830],[50,-5],[34,-48],[2,-68]],[[15003,19709],[-121,-82]],[[14882,19627],[-121,-85]],[[14761,19542],[-200,-135],[-76,-64]],[[14485,19343],[-28,-18]],[[14457,19325],[-39,125]],[[14418,19450],[-8,66]],[[14492,19897],[29,-14]],[[14521,19883],[69,-21],[17,-10],[39,-39]],[[14646,19813],[82,100],[75,-39],[47,64],[42,-14]],[[14892,19924],[-11,-26]],[[15413,20688],[67,-92],[6,-121],[39,-193],[146,-156],[60,-90],[108,-27],[116,-51],[130,-73],[50,18],[41,-39],[124,8],[34,-20],[7,-116],[-23,-138],[53,-63]],[[16371,19535],[-99,-113],[-120,133],[-78,-53],[-39,104]],[[16035,19606],[-67,1],[-192,-87],[-26,-62]],[[15750,19458],[-73,-93],[-63,44]],[[15614,19409],[-20,6],[0,193]],[[15594,19608],[-10,1]],[[15584,19609],[4,81],[-41,3]],[[15547,19693],[-57,2]],[[15490,19695],[28,62]],[[15518,19757],[-8,-7]],[[15510,19750],[-27,172]],[[15483,19922],[-13,56],[1,57],[-6,8],[5,92],[6,66],[-47,6]],[[15429,20207],[-32,-33]],[[15397,20174],[-15,13]],[[15382,20187],[-98,9]],[[15284,20196],[-9,-3]],[[15275,20193],[-9,-6]],[[15258,20182],[1,14]],[[15259,20196],[-41,14]],[[15218,20210],[-1,61]],[[15217,20271],[-39,52]],[[15178,20323],[-66,33]],[[15112,20356],[-14,43]],[[15098,20399],[-10,25]],[[15088,20424],[-66,135]],[[15022,20559],[-15,42]],[[15007,20601],[280,196]],[[15287,20797],[126,-109]],[[13921,19497],[22,-15],[71,57]],[[14014,19539],[37,7]],[[14059,19530],[65,11]],[[14209,19482],[86,-15]],[[14351,19435],[67,15]],[[14457,19325],[1,-33]],[[14458,19292],[23,-105],[60,-93]],[[14541,19094],[20,-24]],[[14561,19070],[-103,-80]],[[14458,18990],[19,-31]],[[14477,18959],[-47,-13]],[[14430,18946],[-136,77],[-24,-47],[-114,-63],[-97,-14]],[[14059,18899],[-32,-20]],[[14027,18879],[-33,42],[-21,86],[-60,23]],[[13913,19030],[-29,6]],[[13884,19036],[-53,-9]],[[13831,19027],[-65,41]],[[13766,19068],[-77,-28]],[[13689,19040],[15,47]],[[13704,19087],[-11,11],[39,181]],[[13732,19279],[26,151],[94,-19]],[[13852,19411],[27,38]],[[13879,19449],[10,14]],[[13889,19463],[-14,26]],[[13875,19489],[46,8]],[[12682,19173],[-18,68]],[[12664,19241],[-19,32]],[[12645,19273],[-12,77]],[[12633,19350],[22,11]],[[12655,19361],[20,15]],[[12675,19376],[17,15]],[[12692,19391],[8,28]],[[12700,19419],[-9,40]],[[12691,19459],[191,1]],[[12882,19460],[10,-83],[282,59],[62,-3],[-3,-54],[60,-16],[32,-48],[51,-12],[37,-72],[13,-39],[8,0],[8,-25]],[[13442,19167],[-7,-2],[-9,4]],[[13426,19169],[4,-10]],[[13430,19159],[-68,0]],[[13362,19159],[-169,-65]],[[13193,19094],[-7,-4]],[[13186,19090],[-45,-11]],[[13141,19079],[-56,-27]],[[13085,19052],[-31,-56]],[[13054,18996],[-141,-41],[7,-40]],[[12920,18915],[2,-28],[-172,-68],[-53,-139],[-171,-129],[-66,-33]],[[12460,18518],[-1,63],[8,192],[15,20]],[[12482,18793],[48,145],[28,33]],[[12558,18971],[19,50]],[[12577,19021],[43,33]],[[12620,19054],[25,30]],[[12645,19084],[9,22]],[[12654,19106],[10,32]],[[12664,19138],[18,35]],[[14281,18620],[-52,5],[-5,83],[-28,46],[-72,-36],[-20,88]],[[14104,18806],[-45,93]],[[14430,18946],[92,-41]],[[14522,18905],[14,-32]],[[14536,18873],[40,-58]],[[14576,18815],[13,-19]],[[14589,18796],[33,-33]],[[14622,18763],[39,-59]],[[14661,18704],[-7,-44]],[[14654,18660],[39,-215]],[[14693,18445],[-248,-105],[-42,67]],[[14403,18407],[7,22]],[[14410,18429],[-8,10]],[[14402,18439],[-74,129]],[[14328,18568],[-47,52]],[[15027,18819],[-40,12],[-2,71],[106,16],[86,30]],[[15177,18948],[14,2]],[[15191,18950],[41,-73],[-27,-89],[5,-111],[-22,-56],[-73,-48]],[[15115,18573],[54,-125]],[[15169,18448],[-19,-9],[60,-373]],[[15210,18066],[-273,300]],[[14937,18366],[-63,69],[-181,10]],[[14654,18660],[7,44]],[[14661,18704],[-39,59]],[[14622,18763],[-33,33]],[[14576,18815],[-40,58]],[[14522,18905],[-45,54]],[[14477,18959],[-19,31]],[[14561,19070],[67,-10]],[[14628,19060],[155,-208]],[[14783,18852],[48,-14],[76,-23],[120,4]],[[13689,19040],[-67,-30]],[[13622,19010],[-20,-67]],[[13602,18943],[-56,-37]],[[13546,18906],[-39,-16]],[[13507,18890],[-10,-9]],[[13497,18881],[-48,-19],[-10,-28],[-1,-42]],[[13438,18792],[-96,-119],[5,-31],[-69,-213],[-8,-114],[-30,-4],[-51,-156]],[[13189,18155],[-207,85]],[[12982,18240],[-37,161],[91,18],[-11,65],[171,40],[-47,249],[28,48],[-13,157],[-49,23],[-3,62]],[[13112,19063],[29,16]],[[13186,19090],[7,4]],[[13362,19159],[68,0]],[[13426,19169],[10,-4],[21,15]],[[13457,19180],[24,28]],[[13481,19208],[48,8],[47,-67]],[[13576,19149],[11,-32],[106,-19],[11,-11]],[[14646,19813],[-40,39],[-31,17],[-54,14]],[[14521,19883],[-20,12],[-22,6],[-34,-10]],[[14239,20192],[82,17]],[[14321,20209],[16,7]],[[14337,20216],[30,6]],[[14367,20222],[4,79]],[[14371,20301],[38,-4]],[[14409,20297],[4,2]],[[14413,20299],[21,24]],[[14434,20323],[0,14]],[[14434,20337],[23,-6]],[[14457,20331],[33,12]],[[14490,20343],[17,-3]],[[14507,20340],[67,1]],[[14574,20341],[41,12]],[[14615,20353],[31,-11]],[[14646,20342],[44,10]],[[14690,20352],[29,19]],[[14719,20371],[87,95]],[[14806,20466],[102,132]],[[14908,20598],[69,46],[34,57]],[[15011,20701],[40,-21]],[[15051,20680],[20,-33],[-64,-46]],[[15022,20559],[66,-135]],[[15098,20399],[14,-43]],[[15112,20356],[66,-33]],[[15217,20271],[1,-61]],[[15259,20196],[-5,-25]],[[15260,20157],[1,-42]],[[15270,20095],[7,-20]],[[15261,20057],[-66,-5]],[[15149,19881],[30,-56]],[[15179,19825],[-176,-116]],[[14917,19830],[-36,68]],[[14881,19898],[11,26]],[[12663,18364],[-75,3]],[[12588,18367],[-67,77]],[[12521,18444],[-25,41],[-22,26],[-14,7]],[[12920,18915],[-7,40],[141,41]],[[13085,19052],[27,11]],[[12982,18240],[-25,10]],[[12957,18250],[-33,54]],[[12924,18304],[-40,34],[-53,23],[-31,-2],[-78,-7],[-59,12]],[[8513,13065],[75,-94],[251,-132]],[[8839,12839],[44,-40]],[[8883,12799],[27,2],[5,-10]],[[8915,12791],[-19,-32]],[[8896,12759],[-61,-22]],[[8835,12737],[-84,-54]],[[8751,12683],[-52,-33]],[[8699,12650],[341,-528],[-111,-36]],[[8929,12086],[-89,38]],[[8840,12124],[-72,-83],[-100,79],[-198,106],[-111,37],[-30,-20],[-52,47],[-59,7],[-185,-56],[-87,75],[23,68],[-11,127],[-38,81],[26,67],[121,78],[24,51],[202,136],[38,-6],[69,69],[113,78]],[[15826,17637],[227,469],[14,-32]],[[16067,18074],[9,18]],[[16152,18055],[117,2]],[[16311,18058],[45,-39]],[[16356,18019],[1,-133]],[[16357,17886],[28,-15]],[[16385,17871],[-13,-25]],[[16372,17846],[-10,-71],[76,-65],[11,-37],[-118,-103],[-1,-394],[-22,-15],[-2,-157],[-117,-16],[-11,-23]],[[16178,16965],[-28,-58]],[[16150,16907],[-48,42]],[[16102,16949],[-353,521],[-331,366]],[[15418,17836],[31,4]],[[15449,17840],[55,43],[77,-109],[37,51]],[[15618,17825],[18,-31],[107,-116],[24,-16],[59,-25]],[[15179,19825],[11,-18]],[[15476,19831],[34,-81]],[[15518,19757],[-28,-62]],[[15490,19695],[57,-2]],[[15547,19693],[41,-3],[-4,-81]],[[15594,19608],[9,-196],[-11,-72],[19,-68],[-38,-19],[-12,-2],[-35,5],[-27,19],[-8,0],[-24,-28]],[[15467,19247],[-99,-46],[-4,-39],[-70,-61],[-87,-45],[-18,-80]],[[15189,18976],[-12,-28]],[[15027,18819],[-122,-3],[-122,36]],[[14628,19060],[-87,34]],[[14458,19292],[27,51]],[[14485,19343],[74,63],[202,136]],[[14882,19627],[297,198]],[[15418,17836],[-208,230]],[[15169,18448],[-13,29]],[[15156,18477],[85,19],[185,-11],[72,8]],[[15498,18493],[6,4]],[[15504,18497],[54,23],[269,-58]],[[15827,18462],[13,-85],[-3,-104],[-6,-8]],[[15831,18265],[-65,-104],[-59,-66]],[[15707,18095],[-20,-121]],[[15687,17974],[39,-63],[-118,-47]],[[15608,17864],[10,-39]],[[15449,17840],[-31,-4]],[[16385,17871],[-28,15]],[[16356,18019],[25,-8]],[[16383,18004],[11,-23]],[[16891,17987],[45,-346],[-12,-81],[-111,-460],[-319,-612],[-72,-111],[26,-90]],[[16448,16287],[-89,-1],[-1,53],[-143,211]],[[16215,16550],[-110,-2]],[[16105,16548],[126,337]],[[16231,16885],[-81,22]],[[16150,16907],[28,58]],[[16372,17846],[13,25]],[[9458,12945],[148,-173],[105,-103]],[[9711,12669],[19,5]],[[9730,12674],[118,135],[70,66],[24,5],[142,-22]],[[10084,12858],[20,2],[-40,-294]],[[10064,12566],[-13,-38],[-113,-25],[-92,36],[-109,-133],[15,-108],[47,-19],[-7,-94],[-39,-171],[-69,-206],[-512,-163],[-62,26],[-45,63],[-297,307],[72,83]],[[8929,12086],[111,36],[-341,528]],[[8751,12683],[84,54]],[[8896,12759],[18,31],[151,109],[73,61],[84,79]],[[9222,13039],[26,26]],[[9248,13065],[51,56],[32,-43],[127,-133]],[[10445,17329],[9,19]],[[10454,17348],[41,70]],[[10495,17418],[25,26]],[[10520,17444],[63,16]],[[10583,17460],[46,58],[-64,56],[14,113]],[[10579,17687],[80,130],[19,-1]],[[10678,17816],[-1,-153],[215,-3],[59,93],[55,-57],[66,60],[45,-42],[21,-75],[111,-24]],[[11249,17615],[13,-4]],[[11262,17611],[-46,-99],[1,-100]],[[11217,17412],[21,-38]],[[11238,17374],[-10,-52]],[[11228,17322],[0,-53],[67,-142]],[[11295,17127],[52,-113]],[[11347,17014],[-4,-18],[88,-197]],[[11431,16799],[-14,-67]],[[11417,16732],[-15,-17]],[[11402,16715],[-94,-60]],[[11308,16655],[-62,-11]],[[11246,16644],[-17,-8],[-4,-9],[-1,-26],[-6,-7],[-178,107]],[[11040,16701],[-354,-117],[-263,93],[-107,-72]],[[10316,16605],[-47,-21]],[[10269,16584],[-64,126],[-40,139]],[[10165,16849],[11,106]],[[10176,16955],[202,-24]],[[10378,16931],[-5,30],[11,233],[-3,57],[-13,64],[5,25]],[[10373,17340],[72,-11]],[[13568,19950],[4,-6],[10,1],[36,38],[2,8],[-15,19],[1,13],[25,16]],[[13631,20039],[10,19]],[[13641,20058],[41,49]],[[13682,20107],[42,45]],[[13724,20152],[41,8]],[[13765,20160],[-8,32]],[[13757,20192],[3,41],[-53,45]],[[13707,20278],[3,19]],[[13710,20297],[34,28]],[[13744,20325],[-56,172]],[[13688,20497],[4,24]],[[13692,20521],[27,-6]],[[13719,20515],[40,66]],[[13759,20581],[78,3]],[[13837,20584],[16,22]],[[13853,20606],[-8,5]],[[13845,20611],[24,32]],[[13869,20643],[-20,-4]],[[13849,20639],[-2,15]],[[13847,20654],[20,9]],[[13867,20663],[1,69]],[[13868,20732],[19,63]],[[13887,20795],[59,-15],[78,23]],[[14024,20803],[5,-25]],[[14029,20778],[-18,-130],[-36,-3]],[[13975,20645],[-2,-74],[-62,-14]],[[13911,20557],[14,-4]],[[13925,20553],[-1,-73]],[[13924,20480],[20,-8]],[[13944,20472],[16,0]],[[13960,20472],[64,-36],[43,-54]],[[14067,20382],[-15,-102],[60,-11]],[[14112,20269],[43,-77]],[[14076,19636],[-22,-86],[-40,-11]],[[13921,19497],[-46,-8]],[[13875,19489],[-9,88]],[[13866,19577],[-56,-5]],[[13810,19572],[-40,28]],[[13770,19600],[-113,86]],[[13657,19686],[-37,-25]],[[13620,19661],[-32,22]],[[13588,19683],[-54,-20]],[[13534,19663],[-27,9]],[[13507,19672],[51,62]],[[13558,19734],[-27,28]],[[13531,19762],[-20,25]],[[13511,19787],[-16,37]],[[13495,19824],[73,126]],[[10430,17970],[-15,23]],[[10415,17993],[-2,30]],[[10413,18023],[27,19]],[[10440,18042],[-11,22]],[[10429,18064],[28,82]],[[10457,18146],[68,81]],[[10525,18227],[21,21]],[[10546,18248],[42,39]],[[10588,18287],[74,66],[-2,38]],[[10660,18391],[-8,30]],[[10652,18421],[106,9],[77,-30],[46,34]],[[10881,18434],[37,67]],[[10918,18501],[62,149],[-46,67]],[[10934,18717],[28,19]],[[10962,18736],[11,-14]],[[10973,18722],[49,36]],[[11022,18758],[89,30]],[[11111,18788],[258,-23],[25,3],[21,13]],[[11415,18781],[5,-11]],[[11420,18770],[-7,-59],[-6,-14],[-50,-81]],[[11357,18616],[-44,-34]],[[11313,18582],[64,-108]],[[11377,18474],[60,-37]],[[11437,18437],[27,-34],[27,-130]],[[11491,18273],[-15,-9]],[[11476,18264],[-56,43]],[[11420,18307],[-219,-20],[17,-97],[-66,-102],[5,-56],[103,37],[112,0]],[[11372,18069],[51,-4]],[[11423,18065],[-10,-60],[71,-61],[-20,-70]],[[11464,17874],[59,-10]],[[11523,17864],[-53,-61]],[[11470,17803],[-14,-12]],[[11456,17791],[-55,-66]],[[11401,17725],[-22,34]],[[11379,17759],[5,-40]],[[11384,17719],[-38,-31]],[[11346,17688],[-53,-23]],[[11293,17665],[-1,-48]],[[11292,17617],[-43,-2]],[[10678,17816],[-48,10]],[[10630,17826],[-67,52]],[[10563,17878],[-25,23]],[[10538,17901],[-43,30]],[[10495,17931],[-28,5]],[[10467,17936],[-3,18]],[[10464,17954],[-34,16]],[[12780,19596],[0,113],[53,26],[54,91],[32,297]],[[12919,20123],[16,-12]],[[12935,20111],[7,-7]],[[12942,20104],[36,-33],[18,-9],[33,-27],[13,-24],[4,-49],[7,-15],[14,-12],[26,-9],[23,1],[53,29]],[[13169,19956],[53,-40]],[[13222,19916],[32,54]],[[13254,19970],[55,-4]],[[13309,19966],[101,-6]],[[13410,19960],[34,18],[25,54],[36,-9]],[[13505,20023],[24,11],[8,-1],[27,-50],[4,-33]],[[13495,19824],[16,-37]],[[13531,19762],[27,-28]],[[13558,19734],[-51,-62]],[[13534,19663],[54,20]],[[13620,19661],[37,25]],[[13770,19600],[40,-28]],[[13866,19577],[9,-99],[14,-15]],[[13879,19449],[-27,-38]],[[13732,19279],[-39,-180],[-9,-1],[-97,18],[-11,33]],[[13481,19208],[-24,-28]],[[13457,19180],[-15,-13]],[[12882,19460],[-191,-1]],[[12691,19459],[30,54]],[[12721,19513],[18,18]],[[12739,19531],[27,17]],[[12766,19548],[14,48]],[[12289,19809],[-26,-2]],[[12263,19807],[-9,16]],[[12254,19823],[21,65]],[[12275,19888],[-60,65],[-41,9]],[[12174,19962],[-35,-12]],[[12139,19950],[-65,35]],[[12074,19985],[-56,-3]],[[12018,19982],[-183,9]],[[11835,19991],[-40,-9],[-9,-122],[-51,6]],[[11735,19866],[-84,2]],[[11651,19868],[-39,-21]],[[11612,19847],[-42,48]],[[11570,19895],[13,11]],[[11583,19906],[-3,24]],[[11580,19930],[-41,36]],[[11539,19966],[-38,-12]],[[11501,19954],[-14,-11]],[[11487,19943],[-83,-9]],[[11404,19934],[5,48]],[[11409,19982],[-16,-13]],[[11393,19969],[-11,13]],[[11382,19982],[8,12]],[[11390,19994],[-11,26]],[[11379,20020],[-24,4]],[[11355,20024],[-36,40]],[[11319,20064],[-2,27]],[[11317,20091],[-18,20]],[[11299,20111],[-74,48]],[[11225,20159],[-42,34]],[[11183,20193],[16,17]],[[11199,20210],[-38,50]],[[11161,20260],[-13,28]],[[11148,20288],[-33,1]],[[11115,20289],[-72,92],[86,32],[51,58],[226,1],[109,44],[135,33],[107,42],[100,6],[124,30],[74,-23],[45,26],[181,-30],[86,38],[-17,-120],[42,-108],[-8,-108],[26,-128],[48,-67],[-22,-43],[19,-108],[-68,-19],[-24,-15],[-7,-10],[-67,-103]],[[12195,18832],[-127,141]],[[12068,18973],[-16,60]],[[12052,19033],[19,101],[-250,117],[-19,26]],[[11802,19277],[-4,70]],[[11798,19347],[25,0]],[[11823,19347],[43,-1],[152,47]],[[12018,19393],[185,92],[99,35],[152,-24]],[[12454,19496],[20,-11]],[[12474,19485],[53,82],[87,-35],[43,-63]],[[12657,19469],[43,-50]],[[12692,19391],[-17,-15]],[[12655,19361],[-22,-11]],[[12645,19273],[19,-32]],[[12682,19173],[-18,-35]],[[12664,19138],[-10,-32]],[[12645,19084],[-25,-30]],[[12620,19054],[-43,-33]],[[12577,19021],[-19,-50]],[[12482,18793],[-15,-20],[-4,-66]],[[12463,18707],[-106,-68],[-17,54],[-113,-101],[-52,46]],[[12175,18638],[-2,9],[-17,-3]],[[12156,18644],[39,188]],[[10278,21102],[-23,-40],[92,-37],[323,-2],[520,59],[279,13],[91,-20],[-49,-72],[-229,3],[-58,-44],[-238,-63],[-130,-47],[-105,0],[-168,36],[-83,-7],[-77,-92],[-177,-65],[-131,67],[-48,45],[-33,92],[94,145],[150,29]],[[10206,19394],[-144,42],[-15,-55],[61,-68],[-91,-57]],[[10017,19256],[-31,-23],[-31,-32]],[[9955,19201],[-179,284],[-19,-5]],[[9757,19480],[-37,34],[77,83],[22,63],[77,93],[79,59],[248,130],[107,27],[162,84]],[[10492,20053],[16,-98],[31,-37],[84,-30],[-42,-75]],[[10581,19813],[-48,-96]],[[10533,19717],[-27,-114]],[[10506,19603],[-6,-16],[9,-27],[22,-24],[34,-28]],[[10565,19508],[-23,-27]],[[10542,19481],[27,-97]],[[10569,19384],[-69,-11]],[[10500,19373],[-133,-52]],[[10367,19321],[-79,20]],[[10288,19341],[0,-4]],[[10288,19337],[-35,15]],[[10253,19352],[-37,31]],[[10216,19383],[-10,11]],[[9955,19201],[34,33],[39,-52]],[[10028,19182],[-15,-32]],[[10013,19150],[27,-40]],[[10040,19110],[25,-30]],[[10065,19080],[-58,-43]],[[10007,19037],[12,-27]],[[10019,19010],[3,-26]],[[10022,18984],[33,-30]],[[10055,18954],[-3,-39]],[[10052,18915],[-113,-90]],[[9939,18825],[-7,-29]],[[9932,18796],[-14,-26]],[[9918,18770],[-12,-21]],[[9906,18749],[-6,-9]],[[9900,18740],[5,0]],[[9905,18740],[-6,-5]],[[9899,18735],[49,-53]],[[9948,18682],[35,-58]],[[9983,18624],[7,-10]],[[9990,18614],[6,-21]],[[9996,18593],[7,-21]],[[10003,18572],[-4,-16]],[[9999,18556],[-25,-15]],[[9974,18541],[-43,-14]],[[9931,18527],[21,-50]],[[9952,18477],[-21,-8]],[[9931,18469],[-3,-2]],[[9928,18467],[-15,16]],[[9913,18483],[-3,5]],[[9910,18488],[-28,5]],[[9882,18493],[-5,-24]],[[9877,18469],[-36,-13]],[[9841,18456],[-44,39]],[[9797,18495],[-20,-4],[-15,25],[-15,8]],[[9747,18524],[-26,29]],[[9721,18553],[-28,45]],[[9693,18598],[-85,-17],[-37,-62],[-44,33],[-35,-39]],[[9492,18513],[-6,14]],[[9486,18527],[-20,50]],[[9466,18577],[-15,43]],[[9451,18620],[23,51]],[[9474,18671],[19,65]],[[9493,18736],[37,57]],[[9530,18793],[13,41]],[[9543,18834],[-69,-19],[31,138],[-11,48],[-101,10]],[[9393,19011],[-23,14]],[[9370,19025],[-77,55],[40,73],[158,169],[171,113],[50,61],[45,-16]],[[9543,18834],[-13,-41]],[[9493,18736],[-19,-65]],[[9474,18671],[-23,-51]],[[9451,18620],[-28,-58]],[[9423,18562],[-73,51],[-107,25]],[[9243,18638],[-40,-18]],[[9203,18620],[-19,9]],[[9184,18629],[13,93],[-23,69],[39,45],[79,242],[78,-53]],[[9370,19025],[23,-14]],[[11262,17611],[30,6]],[[11293,17665],[53,23]],[[11384,17719],[-5,40]],[[11401,17725],[65,54],[44,-22]],[[11510,17757],[56,-43]],[[11566,17714],[56,-27]],[[11622,17687],[24,-29],[-44,-172],[25,-43],[-73,-131],[-19,-63],[271,-53],[101,4]],[[11907,17200],[72,38]],[[11979,17238],[99,96],[43,14],[9,62],[138,137]],[[12268,17547],[97,50]],[[12365,17597],[31,3]],[[12396,17600],[78,32],[58,53]],[[12532,17685],[42,71]],[[12574,17756],[22,9]],[[12596,17765],[-10,-370],[-28,-32],[-164,-87],[-59,-56]],[[12335,17220],[-69,-118],[-51,-15],[-96,-70],[-61,-84],[-158,-109],[-20,3]],[[11880,16827],[-145,118],[-8,3],[-18,-6],[-76,-48]],[[11633,16894],[-13,0]],[[11620,16894],[-106,-18]],[[11514,16876],[-17,-35]],[[11497,16841],[-66,-42]],[[11431,16799],[-85,189],[-4,9],[5,17]],[[11295,17127],[-64,134],[-4,19],[1,42]],[[11238,17374],[-21,38]],[[12686,20019],[18,104],[73,52],[142,-52]],[[12780,19596],[-14,-48]],[[12766,19548],[-27,-17]],[[12721,19513],[-64,-44]],[[12474,19485],[-20,11]],[[12018,19393],[-130,-40]],[[11888,19353],[32,178],[9,191],[66,47],[17,191]],[[12012,19960],[62,25]],[[12139,19950],[35,12]],[[12174,19962],[101,-74]],[[12275,19888],[-21,-65]],[[12263,19807],[26,2]],[[12289,19809],[56,52],[9,47],[9,14],[43,17],[63,20],[-26,89],[41,78],[-43,59],[24,59],[68,-34],[90,7],[2,-59],[51,-72],[10,-67]],[[10924,19246],[49,67]],[[10973,19313],[6,28],[117,4]],[[11096,19345],[-28,-100],[117,23],[4,-65],[75,-125],[-172,-38],[19,-81],[-36,-35],[36,-136]],[[11022,18758],[-49,-36]],[[10962,18736],[-28,-19]],[[10918,18501],[-37,-67]],[[10652,18421],[41,143],[5,243],[-107,-11]],[[10591,18796],[-12,-4]],[[10579,18792],[28,197],[-37,64],[-28,226],[61,46]],[[10603,19325],[3,-4]],[[10606,19321],[72,-5],[55,-74]],[[10733,19242],[6,-1]],[[10739,19241],[29,-28],[124,-6]],[[10892,19207],[32,39]],[[10606,19321],[-48,61]],[[10558,19382],[11,2]],[[10569,19384],[-27,97]],[[10565,19508],[-52,46],[-14,34],[7,15]],[[10533,19717],[12,23],[138,0]],[[10683,19740],[234,-140]],[[10917,19600],[90,-10],[-26,-50],[-2,-63]],[[10979,19477],[6,-98]],[[10985,19379],[-5,-38]],[[10980,19341],[-7,-28]],[[10973,19313],[-49,-67]],[[10924,19246],[-32,-39]],[[10739,19241],[-6,1]],[[11048,16328],[-16,-56]],[[11032,16272],[0,-36]],[[11032,16236],[-61,-99]],[[10971,16137],[-4,-37]],[[10967,16100],[-22,-64]],[[10945,16036],[-41,-27]],[[10904,16009],[-87,-80]],[[10817,15929],[-24,107]],[[10793,16036],[-155,172],[-105,33]],[[10533,16241],[18,-82]],[[10551,16159],[-60,30]],[[10491,16189],[-55,9],[-16,44],[-58,13],[-119,-18],[-14,93],[-44,55]],[[10185,16385],[-5,60]],[[10180,16445],[43,78]],[[10223,16523],[-5,45],[45,14],[53,23]],[[11040,16701],[165,-108]],[[11205,16593],[-65,-95]],[[11140,16498],[-92,-170]],[[12921,17973],[216,89]],[[13137,18062],[155,-59]],[[13292,18003],[-20,-260]],[[13272,17743],[287,-478]],[[13559,17265],[-144,-305]],[[13415,16960],[-257,-210]],[[13158,16750],[-132,143],[-200,18]],[[12826,16911],[-40,-34]],[[12786,16877],[-146,17],[-56,103],[-58,-4],[-183,-84],[-23,-32],[-124,-85]],[[12196,16792],[-105,178],[-7,-1]],[[12084,16969],[33,46],[86,64],[14,9],[39,8],[11,7],[68,117]],[[12596,17765],[32,-13]],[[12628,17752],[10,16]],[[12638,17768],[33,7],[165,98]],[[12836,17873],[81,53]],[[12917,17926],[4,47]],[[12663,18364],[166,-3],[55,-23],[40,-34]],[[12957,18250],[106,-43]],[[13063,18207],[-41,-101],[115,-44]],[[12921,17973],[-4,-47]],[[12836,17873],[-164,-97],[-34,-8]],[[12628,17752],[-31,13],[-23,-9]],[[12532,17685],[-20,-21],[-45,-37],[-71,-27]],[[12365,17597],[-97,-50]],[[11979,17238],[-72,-38]],[[11622,17687],[-56,27]],[[11510,17757],[-54,34]],[[11456,17791],[14,12]],[[11523,17864],[-59,10]],[[11423,18065],[-15,21]],[[11408,18086],[227,-26]],[[11635,18060],[45,25]],[[11680,18085],[40,2]],[[11720,18087],[95,-56],[276,-17],[69,55],[85,183],[85,58]],[[12330,18310],[67,83],[41,33],[12,1]],[[12450,18427],[2,10]],[[12452,18437],[42,30],[4,-1],[6,7]],[[12504,18473],[17,-29]],[[12588,18367],[75,-3]],[[12221,21242],[6,-66],[-21,-102],[-38,38],[53,130]],[[13205,21470],[-4,-77],[-105,-13],[-104,-57],[-129,-48],[-89,-87],[-138,-14],[-120,-36],[-147,-5],[-40,-108],[-74,-65],[-43,87],[51,220],[149,112],[248,13],[283,33],[177,44],[85,1]],[[12041,18682],[67,-5]],[[12108,18677],[48,-33]],[[12156,18644],[12,0],[1,4],[7,-6],[-1,-4]],[[12463,18707],[-4,-186],[16,-12],[29,-36]],[[12504,18473],[-52,-36]],[[12450,18427],[-11,0],[-28,-21],[-81,-96]],[[11720,18087],[-40,-2]],[[11635,18060],[-227,26]],[[11408,18086],[-36,-17]],[[11420,18307],[56,-43]],[[11476,18264],[15,9]],[[11491,18273],[-28,152]],[[11463,18425],[133,80]],[[11596,18505],[87,94],[27,24],[45,36],[35,9],[114,11],[137,3]],[[9786,20873],[-41,-52],[-142,-52],[-85,-51],[-84,-20],[-3,-93],[-69,-19],[-239,3],[-64,-20],[-114,-109],[-135,-75],[-59,-2],[-69,-54],[-89,20],[-75,-5],[-57,-51],[-96,-15],[-19,-44],[-104,-59],[-10,-35],[-81,14],[-82,65],[68,131],[142,174],[321,95],[217,50],[288,82],[210,73],[173,71],[116,34],[118,-10],[64,-46]],[[8101,19747],[-51,-9],[-79,-70],[-61,40],[65,60],[126,-21]],[[7703,19843],[137,-27],[-14,-61],[-139,-20],[-92,-82],[-231,-95],[-67,-47],[22,-89],[-51,-5],[-56,-73],[-85,-50],[-3,-84],[-97,-86],[-90,7],[-61,-15],[-79,-65],[-24,116],[116,81],[204,159],[138,138],[164,132],[132,90],[176,76]],[[11048,16328],[92,170]],[[11205,16593],[18,5],[6,38],[17,8]],[[11308,16655],[94,60]],[[11417,16732],[80,109]],[[11514,16876],[106,18]],[[11633,16894],[31,13],[46,35],[20,6],[150,-121]],[[11880,16827],[17,-3],[157,106],[30,39]],[[12084,16969],[6,2],[106,-179]],[[12786,16877],[-11,-29]],[[12775,16848],[-53,-48],[-108,-178],[-175,-124]],[[12439,16498],[-192,-160],[-124,-82]],[[12123,16256],[-21,-10]],[[12102,16246],[-51,-35]],[[12051,16211],[-100,-11],[33,-87],[-124,-88],[-29,59],[-121,-48],[-44,40],[-61,156],[-72,-36],[-105,-17],[-37,-35],[5,-57],[-112,-122],[-82,-55],[-124,40],[-50,-1]],[[11028,15949],[-12,3]],[[11016,15952],[-60,68]],[[10956,16020],[11,80]],[[10967,16100],[4,37]],[[11032,16236],[0,36]],[[14321,17791],[-14,-38],[114,-54]],[[14421,17699],[9,2]],[[14430,17701],[6,-31],[-11,-51],[-71,-84],[-33,-168],[-36,-83],[-63,-42],[-46,-70]],[[14176,17172],[-32,-89]],[[14144,17083],[-5,-4]],[[14139,17079],[-81,66]],[[14058,17145],[-28,-177],[-72,79],[-98,65],[-42,75],[35,61],[-45,30],[47,80],[-39,172]],[[13816,17530],[76,38]],[[13892,17568],[-47,160],[18,59]],[[13863,17787],[22,62]],[[13885,17849],[24,-15],[62,16],[37,-63],[59,-22],[32,183],[193,20],[22,-33]],[[14314,17935],[7,-144]],[[15255,16161],[148,-160]],[[15403,16001],[-78,-207],[1,-20]],[[15326,15774],[1,-66],[38,-47],[-5,-75],[-32,-71],[24,-40]],[[15352,15475],[-40,-49]],[[15312,15426],[67,-241],[38,-1]],[[15417,15184],[60,-385]],[[15477,14799],[-106,16],[-65,-34],[-85,30],[-109,-4],[-155,-53],[-66,-95],[-70,-43]],[[14821,14616],[-35,-5]],[[14786,14611],[9,41]],[[14795,14652],[17,126],[-114,40]],[[14698,14818],[-232,116]],[[14466,14934],[10,35],[1,98]],[[14477,15067],[-14,42]],[[14463,15109],[0,159]],[[14463,15268],[-148,1],[3,81],[-88,11]],[[14230,15361],[167,296]],[[14397,15657],[189,301],[62,-31],[25,83],[54,54],[7,94],[49,77],[-17,82],[68,15],[38,41],[-31,95]],[[14841,16468],[-32,14]],[[14809,16482],[93,84]],[[14902,16566],[5,-30]],[[14907,16536],[43,-34],[26,-87],[56,-70]],[[15032,16345],[223,-184]],[[15312,15426],[40,49]],[[15326,15774],[-1,18],[52,131],[51,135]],[[15428,16058],[56,59],[167,122],[178,115],[31,102]],[[15860,16456],[29,25]],[[15889,16481],[185,67]],[[16074,16548],[141,2]],[[16448,16287],[-87,-218],[-16,-630],[-29,-661],[-55,-92],[-128,28],[-160,70],[-34,-36],[-127,-33],[-85,14],[-21,51],[-76,36],[-153,-17]],[[15477,14799],[-60,385]],[[13786,15113],[-107,-5],[9,102],[-96,-14],[-38,-28],[-67,21]],[[13487,15189],[-5,9],[10,57],[36,32]],[[13528,15287],[-34,86],[62,25],[-26,73],[33,17],[-59,169],[17,9]],[[13521,15666],[81,24],[20,16],[37,40],[1,68],[5,33],[32,90]],[[13697,15937],[158,-55],[20,-53],[-22,-120],[73,-13],[23,-54],[107,27],[125,5],[-37,-158],[73,-36]],[[14217,15480],[59,-37]],[[14276,15443],[-46,-82]],[[14463,15268],[0,-159]],[[14477,15067],[-2,-100],[-9,-33]],[[14466,14934],[-65,33]],[[14401,14967],[-267,-71],[-28,-16]],[[14106,14880],[-73,-72]],[[14033,14808],[3,140],[-134,6],[-65,82]],[[13837,15036],[4,72],[-55,5]],[[12463,15047],[-15,5]],[[12448,15052],[-36,24]],[[12412,15076],[-36,121]],[[12376,15197],[-127,335],[7,26]],[[12256,15558],[46,35],[105,32],[51,35]],[[12458,15660],[18,46]],[[12476,15706],[7,-7],[14,-29],[108,-302],[80,146]],[[12685,15514],[48,-49],[13,-7]],[[12746,15458],[-64,-130]],[[12682,15328],[-13,-42]],[[12669,15286],[4,-120],[35,1]],[[12708,15167],[56,20]],[[12764,15187],[66,-3]],[[12830,15184],[91,9],[8,-83]],[[12929,15110],[40,-45]],[[12969,15065],[-65,-59],[-5,-82]],[[12899,14924],[-13,-19]],[[12886,14905],[-58,5],[-17,44]],[[12811,14954],[-34,16]],[[12777,14970],[-95,50]],[[12682,15020],[-2,12]],[[12680,15032],[-3,-3]],[[12677,15029],[-22,-7]],[[12655,15022],[-47,-1],[-79,-75]],[[12529,14946],[-88,38]],[[12441,14984],[22,63]],[[10003,18572],[-7,21]],[[9996,18593],[-6,21]],[[9983,18624],[-35,58]],[[9899,18735],[6,5]],[[9900,18740],[6,9]],[[9918,18770],[14,26]],[[9939,18825],[68,53]],[[10007,18878],[68,-71],[13,-50],[70,24],[56,-39],[105,79]],[[10319,18821],[36,43]],[[10355,18864],[30,-15]],[[10385,18849],[22,-42]],[[10407,18807],[66,6],[51,-71],[36,26]],[[10560,18768],[31,28]],[[10660,18391],[2,-38],[-74,-66]],[[10546,18248],[-21,-21]],[[10525,18227],[-68,-81]],[[10429,18064],[-4,5]],[[10425,18069],[-89,-65],[-14,46]],[[10322,18050],[-60,-31],[-34,-51]],[[10228,17968],[-9,10]],[[10219,17978],[-16,13]],[[10203,17991],[-44,-21],[-54,34]],[[10105,18004],[-9,13]],[[10096,18017],[-60,6],[-82,-26]],[[9954,17997],[-14,44]],[[9940,18041],[12,34]],[[9952,18075],[-73,44]],[[9879,18119],[-70,43]],[[9809,18162],[5,48]],[[9814,18210],[1,14]],[[9815,18224],[-127,15]],[[9688,18239],[-13,45]],[[9675,18284],[0,48]],[[9675,18332],[26,33]],[[9701,18365],[0,-10]],[[9701,18355],[55,124],[9,20],[-3,17]],[[9762,18516],[35,-21]],[[9841,18456],[36,13]],[[9882,18493],[28,-5]],[[9913,18483],[15,-16]],[[9931,18469],[21,8]],[[9931,18527],[43,14]],[[9999,18556],[4,16]],[[14703,12814],[99,-17]],[[14802,12797],[31,-120],[33,-31],[37,-168],[-29,-79]],[[14874,12399],[32,-7]],[[14906,12392],[-49,-84],[-63,-30],[49,-68],[-68,-40],[4,-36]],[[14779,12134],[-32,-17]],[[14747,12117],[-35,-35]],[[14712,12082],[-75,-48]],[[14637,12034],[-2,-8],[-44,-9],[-42,-15],[-5,-9],[-15,3],[-31,-10]],[[14498,11986],[23,92]],[[14521,12078],[-91,43],[-28,36],[60,109],[-87,102],[63,133]],[[14438,12501],[5,42],[-7,21],[-24,20],[-10,38],[-35,89],[46,46]],[[14413,12757],[20,-26],[97,75],[66,26],[69,-67]],[[14665,12765],[38,49]],[[15262,12146],[-58,-30],[-53,-93],[-141,-81]],[[15010,11942],[-45,52]],[[14965,11994],[-61,72]],[[14904,12066],[-76,65]],[[14828,12131],[-49,3]],[[14906,12392],[60,-14]],[[14966,12378],[72,-73],[36,19]],[[15074,12324],[66,-101],[125,-31]],[[15265,12192],[-3,-46]],[[13303,13823],[14,-39]],[[13317,13784],[-79,-35],[-51,18],[14,-117],[44,-196],[-4,-193],[157,-1],[-32,-53],[58,-79]],[[13424,13128],[-15,-90]],[[13409,13038],[-108,-16]],[[13301,13022],[-27,-9]],[[13274,13013],[-92,24]],[[13182,13037],[-62,37]],[[13120,13074],[-98,12],[-10,91],[-49,6],[-3,76],[-132,46]],[[12828,13305],[-40,16],[-110,-7]],[[12678,13314],[-49,31],[-144,2],[-31,40]],[[12454,13387],[22,13],[11,-1]],[[12487,13399],[16,7]],[[12503,13406],[17,9]],[[12520,13415],[48,22],[49,80],[-53,67],[-66,148],[42,5],[43,98],[-15,33],[89,247],[-39,132]],[[12618,14247],[194,45]],[[12812,14292],[53,26],[121,14]],[[12986,14332],[142,32]],[[13128,14364],[175,-541]],[[13368,11591],[-70,0],[-56,-43],[4,-71],[-179,-15],[-23,41],[-123,-29]],[[12921,11474],[-32,-1]],[[12889,11473],[-153,11]],[[12736,11484],[-23,-20]],[[12713,11464],[-123,20]],[[12590,11484],[-28,35],[-18,-1],[-55,-20]],[[12489,11498],[-14,-20]],[[12475,11478],[21,-18]],[[12496,11460],[0,-57]],[[12496,11403],[-22,-4]],[[12474,11399],[-6,50]],[[12468,11449],[-60,22],[-18,25],[-7,19]],[[12383,11515],[50,83]],[[12433,11598],[-16,33]],[[12417,11631],[-28,-15],[-75,32]],[[12314,11648],[-13,23]],[[12301,11671],[28,55],[-78,133],[-7,80],[-24,32],[-4,34],[-16,34]],[[12200,12039],[6,0],[15,-15],[9,-1]],[[12230,12023],[46,-1],[225,80],[49,47],[78,9],[30,41],[127,-8]],[[12785,12191],[-1,-42]],[[12784,12149],[142,-104]],[[12926,12045],[259,10]],[[13185,12055],[12,-159],[103,-78],[101,-112]],[[13401,11706],[11,-15]],[[13412,11691],[-4,-17]],[[13408,11674],[20,-41]],[[13428,11633],[-60,-42]],[[16062,11481],[-28,-119],[-96,-192],[-156,-30],[-111,-130]],[[15671,11010],[-88,9],[-185,61],[-60,-2],[-38,-34],[-173,186]],[[15127,11230],[-4,94],[-47,109],[56,76],[-18,47],[40,43],[174,-66],[23,110],[99,82],[3,99],[-27,77]],[[15426,11901],[134,-26]],[[15560,11875],[64,81],[31,-7],[73,27],[22,1]],[[15750,11977],[7,-26]],[[15757,11951],[23,12]],[[15780,11963],[97,5]],[[15877,11968],[125,-126],[21,-146],[-34,-92],[5,-49]],[[15994,11555],[68,-74]],[[14595,11088],[9,22]],[[14604,11110],[-26,30]],[[14578,11140],[-31,39]],[[14547,11179],[81,62],[82,36],[112,-13],[64,80]],[[14886,11344],[241,-114]],[[15671,11010],[-34,-41],[-34,-180],[-77,-99],[-144,-19],[-273,-3]],[[15109,10668],[-194,-8],[-82,40],[-156,48],[49,87],[-16,113],[11,58],[-40,35]],[[14681,11041],[-68,38],[-18,9]],[[14170,13741],[-46,13]],[[14124,13754],[-17,19]],[[14107,13773],[-39,56],[-21,139],[-36,111],[-75,117],[-72,-55],[-319,3],[-56,165],[-344,4]],[[13145,14313],[-17,51]],[[13128,14364],[-72,-16]],[[13056,14348],[94,465],[8,14]],[[13158,14827],[10,-13]],[[13168,14814],[102,-84],[92,-130],[11,-94],[28,-9]],[[13401,14497],[27,-10]],[[13428,14487],[74,50],[55,-12],[40,72],[60,-97],[83,7],[39,68],[35,-49],[60,5],[117,-37],[-24,249]],[[13967,14743],[139,137]],[[14401,14967],[297,-149]],[[14795,14652],[-9,-41]],[[14821,14616],[77,-99],[-34,-205],[212,-190],[-62,-37],[-115,31],[-41,-115],[-154,34],[110,-249],[-29,-270]],[[14785,13516],[-124,65],[-67,-57],[-16,-115]],[[14578,13409],[-40,0]],[[14538,13409],[-60,4],[-59,-65],[-54,107]],[[14365,13455],[-4,44]],[[14361,13499],[40,58],[-161,117],[-38,50]],[[14202,13724],[-32,17]],[[13704,13301],[20,-8],[90,-131]],[[13814,13162],[25,-13]],[[13839,13149],[151,-20]],[[13990,13129],[17,-4]],[[14007,13125],[34,21]],[[14041,13146],[19,12]],[[14060,13158],[56,73],[125,-34],[107,66],[10,-122],[-111,-124]],[[14247,13017],[16,-45]],[[14263,12972],[-260,-93],[-31,-109],[19,-80],[-74,-45],[17,-98],[34,-64],[-69,-47],[-10,-43]],[[13889,12393],[-8,-6]],[[13881,12387],[-110,-180]],[[13771,12207],[-171,41],[-287,-63]],[[13313,12185],[-61,116],[-41,141],[40,145]],[[13251,12587],[60,55],[111,30]],[[13422,12672],[26,-6],[70,278],[-66,97]],[[13452,13041],[167,85]],[[13619,13126],[37,47]],[[13656,13173],[21,42]],[[13677,13215],[15,59]],[[13692,13274],[12,27]],[[15262,12146],[28,35]],[[15290,12181],[68,-32],[-11,-81],[115,-52],[18,-56]],[[15480,11960],[-19,-34]],[[15461,11926],[8,-9],[-31,-18]],[[15438,11899],[-12,2]],[[14886,11344],[-46,80],[43,73],[29,176],[20,32],[126,0],[-18,144]],[[15040,11849],[-27,81]],[[15013,11930],[-3,12]],[[11701,14523],[-2,-60],[-85,-155]],[[11614,14308],[51,-128]],[[11665,14180],[130,67]],[[11795,14247],[90,-206],[-128,-71],[16,-41]],[[11773,13929],[102,-54]],[[11875,13875],[-29,-83]],[[11846,13792],[-22,-12],[-12,-20],[-5,-24],[2,-18],[9,-21],[22,-25],[25,-18],[-11,-24],[-26,-13],[-30,8]],[[11798,13625],[-23,-15],[-107,-123]],[[11668,13487],[-73,-93]],[[11595,13394],[-55,62]],[[11540,13456],[-76,-56]],[[11464,13400],[-43,-26],[-68,180]],[[11353,13554],[-101,152]],[[11252,13706],[-41,32]],[[11211,13738],[-52,-20]],[[11159,13718],[-37,210]],[[11122,13928],[-22,80],[-53,71],[-23,75],[-91,59],[89,38],[-10,114],[33,65],[254,64]],[[11299,14494],[81,-45],[94,25],[77,70],[150,-21]],[[16062,11481],[-68,74]],[[15877,11968],[-24,53]],[[15853,12021],[61,136],[-4,60]],[[15910,12217],[1,27]],[[15911,12244],[-69,24],[12,79]],[[15854,12347],[34,0]],[[15888,12347],[69,113],[38,14],[-36,113],[34,129],[164,-121],[279,77]],[[16436,12672],[4,-163],[-68,-110],[-32,-140],[-90,-220],[7,-108],[68,-168],[105,-113],[-18,-52],[-97,-57],[-86,-22],[-70,26],[-59,-14],[-38,-50]],[[10817,15929],[23,23]],[[10840,15952],[18,-41],[29,-50],[55,-55]],[[10942,15806],[81,-20]],[[11023,15786],[27,-4]],[[11050,15782],[72,-20],[109,-97]],[[11231,15665],[47,-50]],[[11278,15615],[43,-11]],[[11321,15604],[73,-82],[57,-158],[31,-118]],[[11482,15246],[56,-60]],[[11538,15186],[16,-26]],[[11554,15160],[28,-80],[-25,-28]],[[11557,15052],[-34,-39]],[[11523,15013],[-9,5]],[[11514,15018],[-18,-26]],[[11496,14992],[-52,-86]],[[11444,14906],[30,-7]],[[11474,14899],[79,-19]],[[11553,14880],[93,-56]],[[11646,14824],[18,-38],[-83,-130],[-290,-110],[-281,-99],[-736,-1],[-43,19],[-163,272],[3,6],[26,-13],[114,-1],[-27,86]],[[10184,14815],[55,42],[-61,93],[-68,36]],[[10110,14986],[-70,-18]],[[10040,14968],[-56,-32]],[[9984,14936],[-15,0]],[[9969,14936],[6,669],[3,20],[275,488],[41,31],[175,24],[22,21]],[[10491,16189],[60,-30]],[[10533,16241],[105,-33],[155,-172]],[[15669,12282],[24,66],[133,-28],[4,26]],[[15830,12346],[24,1]],[[15911,12244],[-1,-27]],[[15853,12021],[16,-54],[-89,-4]],[[15757,11951],[-7,26],[-78,61]],[[15672,12038],[-153,36],[6,60],[106,126]],[[15631,12260],[38,22]],[[14107,13773],[17,-19]],[[14170,13741],[32,-17]],[[14361,13499],[-21,-38],[-179,53]],[[14161,13514],[-214,23],[-6,-72],[-66,-39],[-100,-15],[-17,-30]],[[13758,13381],[-36,-15]],[[13722,13366],[-11,-11]],[[13711,13355],[3,-24]],[[13714,13331],[-13,12]],[[13701,13343],[8,-36]],[[13709,13307],[-19,-8],[2,-25]],[[13692,13274],[-15,-59]],[[13656,13173],[-37,-47]],[[13452,13041],[-43,12],[15,75]],[[13317,13784],[-14,39]],[[13303,13823],[-158,490]],[[13313,12185],[-128,-130]],[[12926,12045],[-142,104]],[[12784,12149],[2,108]],[[12786,12257],[-2,90],[-56,56],[-114,36],[-27,84]],[[12587,12523],[-7,37]],[[12580,12560],[0,62]],[[12580,12622],[52,-33],[10,121],[97,10],[21,77],[-38,86],[35,112],[-150,27],[-25,43],[-59,-13],[-100,170]],[[12423,13222],[-12,33]],[[12411,13255],[-36,79],[33,24]],[[12408,13358],[46,29]],[[12678,13314],[99,9],[51,-18]],[[13120,13074],[62,-37]],[[13274,13013],[27,9]],[[13409,13038],[43,3]],[[13422,12672],[-108,-30],[-63,-55]],[[13056,14348],[-70,-16]],[[12812,14292],[-224,-52],[-22,8],[-32,20]],[[12534,14268],[-153,-21]],[[12381,14247],[-70,-32],[-33,99]],[[12278,14314],[-82,72]],[[12196,14386],[4,28]],[[12200,14414],[0,85]],[[12200,14499],[4,7]],[[12204,14506],[-4,20]],[[12200,14526],[-12,32]],[[12188,14558],[-31,78]],[[12157,14636],[25,85]],[[12182,14721],[6,82]],[[12188,14803],[24,20]],[[12212,14823],[98,108]],[[12310,14931],[13,28]],[[12323,14959],[29,16],[32,30],[16,26],[4,16],[-1,17]],[[12403,15064],[45,-12]],[[12463,15047],[-22,-63]],[[12441,14984],[88,-38]],[[12655,15022],[22,7]],[[12680,15032],[2,-12]],[[12777,14970],[34,-16]],[[12886,14905],[2,-18]],[[12888,14887],[39,3]],[[12927,14890],[75,-36],[24,31],[108,34],[30,-40]],[[13164,14879],[-15,-32]],[[13149,14847],[6,-6]],[[13155,14841],[3,-14]],[[13158,14827],[-7,-10],[-47,-231],[-48,-238]],[[14966,12378],[-92,21]],[[14802,12797],[-117,162]],[[14685,12959],[7,56]],[[14692,13015],[15,45]],[[14707,13060],[-16,62]],[[14691,13122],[-6,44]],[[14685,13166],[81,47],[40,108],[68,133]],[[14874,13454],[155,-106],[95,-33],[348,9],[34,-64],[119,-35],[75,-32],[157,-49],[24,10]],[[15881,13154],[9,-29],[-91,8],[-136,-14],[-190,-49],[-7,-97],[49,-51],[11,-342],[-121,-12],[-79,18],[-149,-42],[-40,-106],[-58,-37],[-5,-77]],[[9984,14936],[56,32]],[[10110,14986],[68,-36],[61,-93],[-55,-42]],[[10184,14815],[27,-86],[-116,1],[-24,13],[-3,-6],[-91,69],[-8,130]],[[14263,12972],[138,-348],[10,-40],[22,-16],[9,-20],[-4,-47]],[[14521,12078],[-24,-93],[-88,-151]],[[14409,11834],[-131,-14],[-48,25]],[[14230,11845],[-65,118]],[[14165,11963],[14,55]],[[14179,12018],[-1,34],[-14,87],[-24,61]],[[14140,12200],[-54,-13]],[[14086,12187],[-35,68],[-112,-19],[-136,21]],[[13803,12257],[78,130]],[[13881,12387],[8,6]],[[12143,13998],[28,69]],[[12171,14067],[48,40]],[[12219,14107],[14,-50]],[[12233,14057],[40,-29]],[[12273,14028],[28,-5]],[[12301,14023],[52,-34],[113,104]],[[12466,14093],[-35,78],[-7,42],[-10,15],[-33,8]],[[12381,14236],[0,11]],[[12381,14247],[153,21]],[[12534,14268],[51,-27],[33,6]],[[12520,13415],[-17,-9]],[[12487,13399],[-12,0],[-67,-41]],[[12411,13255],[6,-53]],[[12417,13202],[-76,-71],[-67,5],[-48,-15]],[[12226,13121],[-20,16],[-14,34],[7,48],[-9,102],[-15,38],[-40,43],[-60,28],[-26,19],[-25,35],[-25,66],[-16,27],[-54,47]],[[11929,13624],[-56,26],[-27,17],[-21,20],[-16,31],[2,38],[13,24],[22,12]],[[11875,13875],[-102,54]],[[11773,13929],[-16,41],[62,37],[196,96],[57,-79]],[[12072,14024],[22,-24]],[[12094,14000],[49,-2]],[[11933,9029],[12,1]],[[11945,9030],[2,6]],[[11947,9036],[12,-2],[11,-4],[10,-13]],[[11980,9017],[61,20],[113,-8]],[[12154,9029],[33,-52]],[[12187,8977],[61,-72],[-13,-37]],[[12235,8868],[68,-5],[84,-47],[34,-124],[100,-62],[-15,-62],[15,-100],[-137,48],[-119,4],[-86,36],[-79,72],[-61,44],[-19,12]],[[12020,8684],[-33,12]],[[11987,8696],[-21,16],[-31,30],[-22,33],[-28,99]],[[11885,8874],[-44,59]],[[11841,8933],[-73,43]],[[11768,8976],[-45,47]],[[11723,9023],[8,5]],[[11731,9028],[85,14]],[[11816,9042],[31,10],[21,-5],[31,2],[34,-20]],[[13866,9004],[53,32]],[[13919,9036],[11,21]],[[13930,9057],[18,12]],[[13948,9069],[7,13]],[[13955,9082],[-2,15]],[[13953,9097],[4,7]],[[13957,9104],[-4,48]],[[13953,9152],[51,154],[56,16],[10,59],[56,54]],[[14126,9435],[-25,28]],[[14101,9463],[86,54]],[[14187,9517],[101,-3]],[[14288,9514],[69,3],[215,-48]],[[14572,9469],[23,-24],[2,-21],[-45,-77]],[[14552,9347],[24,-114],[87,-37]],[[14663,9196],[13,-1]],[[14676,9195],[6,-8]],[[14682,9187],[6,-25]],[[14688,9162],[44,-92]],[[14732,9070],[-136,-76],[-228,-85],[-131,-97],[-16,33],[-122,-96],[-102,-48],[-3,-45],[-102,-45],[-39,57]],[[13853,8668],[68,115],[-18,117]],[[13903,8900],[-37,104]],[[11729,11823],[155,24],[7,-59]],[[11891,11788],[19,-26]],[[11910,11762],[-26,-134]],[[11884,11628],[3,-33]],[[11887,11595],[29,-154],[51,-24],[32,-204]],[[11999,11213],[-18,-84],[49,-70],[23,-77]],[[12053,10982],[-6,-54]],[[12047,10928],[1,-10],[46,-68],[-2,-7],[19,-65]],[[12111,10778],[-39,-59]],[[12072,10719],[-80,-56],[-15,-39]],[[11977,10624],[-52,-76],[-6,-87],[-73,-119]],[[11846,10342],[-37,-70],[-81,39]],[[11728,10311],[-152,-47]],[[11576,10264],[-45,37],[10,99]],[[11541,10400],[-9,65],[-152,6],[-124,47],[-83,148]],[[11173,10666],[-11,72]],[[11162,10738],[-13,108],[-61,22]],[[11088,10868],[-158,-3]],[[10930,10865],[-1,119],[-34,83],[43,58],[-88,94],[-181,-27],[-88,115],[-15,83],[63,5],[-15,90],[-33,1],[-20,85]],[[10561,11571],[107,26]],[[10668,11597],[46,19]],[[10714,11616],[-54,155]],[[10660,11771],[9,10]],[[10669,11781],[201,2]],[[10870,11783],[22,7]],[[10892,11790],[84,17]],[[10976,11807],[94,-42],[52,-54]],[[11122,11711],[28,-34],[81,72],[248,75],[165,-7],[51,97],[29,-6]],[[11724,11908],[5,-85]],[[11033,9345],[-5,24]],[[11028,9369],[25,60],[-2,35],[3,1],[-4,20]],[[11050,9485],[39,-8],[47,-21],[19,-1],[28,11],[24,33]],[[11207,9499],[-35,78],[2,83],[-165,27],[-103,34],[23,115]],[[10929,9836],[56,103]],[[10985,9939],[73,114],[54,39],[141,-16],[76,5],[-6,104],[51,-10]],[[11374,10175],[159,124],[43,-35]],[[11576,10264],[-55,-85]],[[11521,10179],[-26,-108]],[[11495,10071],[21,-288]],[[11516,9783],[30,-37]],[[11546,9746],[24,-90]],[[11570,9656],[25,-42],[27,-24],[46,-22]],[[11668,9568],[41,-36]],[[11709,9532],[25,-35]],[[11734,9497],[-114,-24],[-25,-17],[-15,-17],[-19,-33],[-8,-42],[-39,-11]],[[11514,9353],[-21,34]],[[11493,9387],[-19,-55]],[[11474,9332],[-8,-22]],[[11466,9310],[-79,-26]],[[11387,9284],[-2,-11]],[[11385,9273],[-39,-97]],[[11346,9176],[-41,18]],[[11305,9194],[-79,38],[-108,28],[-90,5]],[[11028,9265],[5,80]],[[9776,11047],[73,23]],[[9849,11070],[14,19]],[[9863,11089],[-2,44]],[[9861,11133],[46,40]],[[9907,11173],[3,25]],[[9910,11198],[45,5]],[[9955,11203],[34,7]],[[9989,11210],[20,10]],[[10009,11220],[32,-19]],[[10041,11201],[1,-8]],[[10042,11193],[48,-23]],[[10090,11170],[4,15]],[[10094,11185],[27,-3]],[[10121,11182],[40,86]],[[10161,11268],[-7,34],[141,114]],[[10295,11416],[69,20],[10,119]],[[10374,11555],[115,-9]],[[10489,11546],[37,16]],[[10526,11562],[35,9]],[[10930,10865],[-107,-1]],[[10823,10864],[-47,7],[-55,-36],[-83,8],[-100,-20],[5,-64],[-86,-21],[-41,16],[-53,-45],[-65,8],[-121,-16],[-136,-46],[-202,-36],[-63,-69]],[[9776,10550],[16,-47]],[[9792,10503],[-18,-23]],[[9774,10480],[-21,10]],[[9753,10490],[-72,-23]],[[9681,10467],[-65,55],[-73,25]],[[9543,10547],[-8,26]],[[9535,10573],[-24,7]],[[9511,10580],[7,6],[33,-4],[36,8],[-39,42],[13,64],[71,44],[-74,43],[7,46]],[[9565,10829],[-77,24],[13,59]],[[9501,10912],[-24,49]],[[9477,10961],[28,57]],[[9505,11018],[24,94]],[[9529,11112],[59,41]],[[9588,11153],[36,-4]],[[9624,11149],[74,19]],[[9698,11168],[43,-14]],[[9741,11154],[-1,-7]],[[9740,11147],[-6,-13]],[[9734,11134],[-10,-9]],[[9724,11125],[52,-78]],[[10976,8522],[-44,18],[-89,-86],[-33,29]],[[10810,8483],[-66,-96],[-160,48]],[[10584,8435],[-223,34],[29,44],[-23,91]],[[10367,8604],[-33,12],[-6,19],[-13,11]],[[10315,8646],[44,100],[31,131]],[[10390,8877],[28,-1],[34,-6],[38,-13],[63,-37],[40,-16],[82,-18]],[[10675,8786],[106,-39]],[[10781,8747],[163,-45]],[[10944,8702],[68,-50]],[[11012,8652],[-1,-48]],[[11011,8604],[-35,-82]],[[12111,10778],[-12,39],[103,53],[188,69]],[[12390,10939],[80,21],[106,-3]],[[12576,10957],[-13,-67]],[[12563,10890],[-33,1]],[[12530,10891],[-65,37]],[[12465,10928],[-58,0],[-13,-12],[-7,-14],[-5,-49],[11,-19]],[[12393,10834],[66,-5]],[[12459,10829],[68,1],[46,-83],[12,-75]],[[12585,10672],[-3,-28],[8,-35],[18,-16],[62,-4],[19,-7],[13,-10]],[[12702,10572],[12,-19]],[[12714,10553],[2,-110]],[[12716,10443],[-54,-10]],[[12662,10433],[-58,-19]],[[12604,10414],[-43,1]],[[12561,10415],[-38,-89]],[[12523,10326],[-51,-58]],[[12472,10268],[-36,-37]],[[12436,10231],[-60,-69]],[[12376,10162],[-38,28]],[[12338,10190],[-27,3]],[[12311,10193],[-86,115],[-100,43]],[[12125,10351],[-21,28]],[[12104,10379],[-35,5],[-33,-17],[-45,-38]],[[11991,10329],[-116,-109],[-78,-8]],[[11797,10212],[12,59]],[[11809,10271],[37,71]],[[11977,10624],[17,40],[78,55]],[[8678,8920],[-105,144],[58,63]],[[8631,9127],[-25,39]],[[8606,9166],[-59,-4]],[[8547,9162],[-90,66]],[[8457,9228],[-23,34]],[[8434,9262],[125,154]],[[8559,9416],[54,-18],[81,-12],[61,-46]],[[8755,9340],[90,18],[53,70]],[[8898,9428],[31,23],[34,8],[66,-14],[45,5],[54,25]],[[9128,9475],[106,44]],[[9234,9519],[44,45],[20,9],[22,2],[49,-17]],[[9369,9558],[80,-6],[62,7]],[[9511,9559],[64,-41]],[[9575,9518],[52,-42],[117,-41]],[[9744,9435],[47,-67],[114,-49]],[[9905,9319],[49,-15]],[[9954,9304],[-9,-27],[-38,-38],[-117,-2],[33,-179]],[[9823,9058],[-22,-11]],[[9801,9047],[-18,30],[-154,-3],[-64,14],[-21,-36],[-75,18]],[[9469,9070],[-73,25],[-71,-21]],[[9325,9074],[-53,-23]],[[9272,9051],[-82,-44]],[[9190,9007],[-16,-38]],[[9174,8969],[-76,-86],[-191,-153]],[[8907,8730],[-43,6]],[[8864,8736],[-7,20],[-11,9],[-38,8],[-19,-5],[-24,-14]],[[8765,8754],[-4,24]],[[8761,8778],[14,70]],[[8775,8848],[-45,34]],[[8730,8882],[-11,-4]],[[8719,8878],[-41,42]],[[8497,9459],[26,-21],[36,-22]],[[8434,9262],[23,-34]],[[8457,9228],[35,-42],[-56,-67],[-41,-27],[-95,-31]],[[8300,9061],[-18,51],[-140,-39]],[[8142,9073],[-40,38]],[[8102,9111],[-81,27]],[[8021,9138],[2,9]],[[8023,9147],[64,126]],[[8087,9273],[28,67],[47,93]],[[8162,9433],[63,-49],[31,-12],[26,-2],[26,10],[28,24],[21,35],[21,51],[28,28]],[[8406,9518],[43,-4],[48,-55]],[[12417,10021],[40,2]],[[12457,10023],[51,-32]],[[12508,9991],[39,-9]],[[12547,9982],[-9,-141],[-54,-30],[-31,-80]],[[12453,9731],[20,-13]],[[12473,9718],[3,-16]],[[12476,9702],[-41,16]],[[12435,9718],[-61,-35]],[[12374,9683],[-112,-16]],[[12262,9667],[-4,7]],[[12258,9674],[11,19]],[[12269,9693],[44,66]],[[12313,9759],[23,73]],[[12336,9832],[14,32],[5,34],[-7,30],[-17,26],[70,38],[16,29]],[[13263,9517],[128,-20]],[[13391,9497],[9,-26]],[[13400,9471],[23,11]],[[13423,9482],[49,-14]],[[13472,9468],[16,64],[62,48]],[[13550,9580],[61,-74]],[[13611,9506],[-38,-74],[-16,-46],[-101,-162],[5,-26],[-89,-81]],[[13372,9117],[-24,5]],[[13348,9122],[-82,18]],[[13266,9140],[-45,24]],[[13221,9164],[-27,50],[-67,23]],[[13127,9237],[-19,21]],[[13108,9258],[-356,19],[-121,-31],[-39,53],[-95,58],[-55,85],[-22,69]],[[12420,9511],[-7,41],[70,5],[1,-12],[34,2]],[[12518,9547],[74,1]],[[12592,9548],[173,-9],[56,22],[56,-39],[41,90],[50,-31],[110,41],[74,44],[62,-16],[41,-48],[-34,-65]],[[13221,9537],[42,-20]],[[9869,8763],[44,87],[-141,-35],[-61,53]],[[9711,8868],[114,50]],[[9825,8918],[74,4]],[[9899,8922],[98,-19],[141,2],[59,-6],[94,-20],[99,-2]],[[10315,8646],[-10,3],[-130,7]],[[10175,8656],[17,-88],[-18,-66],[-59,-55]],[[10115,8447],[-56,-32],[-50,12]],[[10009,8427],[-60,9],[-18,94],[18,46],[-34,58],[-108,-16],[4,61],[64,48]],[[9875,8727],[-6,36]],[[11784,9522],[17,12],[71,-6]],[[11872,9528],[23,-56]],[[11895,9472],[33,3]],[[11928,9475],[50,71],[66,12],[-9,-183],[22,-70],[-45,-70],[-42,-183],[-19,-3]],[[11951,9049],[-6,-19]],[[11933,9029],[-15,6],[-19,14],[-51,3],[-32,-10]],[[11816,9042],[-85,-14]],[[11723,9023],[-38,65]],[[11685,9088],[-45,50]],[[11640,9138],[-13,82]],[[11627,9220],[16,6]],[[11643,9226],[2,-3]],[[11645,9223],[64,30]],[[11709,9253],[8,26]],[[11717,9279],[-6,42]],[[11711,9321],[9,67]],[[11720,9388],[-2,63]],[[11718,9451],[6,34]],[[11724,9485],[11,-4],[24,13],[19,17],[6,11]],[[11541,10400],[-13,-101],[-154,-124]],[[10985,9939],[-34,-62]],[[10951,9877],[-129,-17]],[[10822,9860],[-60,-4]],[[10762,9856],[-111,-14]],[[10651,9842],[-17,-39]],[[10634,9803],[-12,-40]],[[10622,9763],[-4,-19]],[[10618,9744],[-15,-6]],[[10603,9738],[5,-36]],[[10608,9702],[-11,-8]],[[10597,9694],[-37,-1],[-182,-53]],[[10378,9640],[-12,-18]],[[10366,9622],[-22,-5]],[[10344,9617],[-94,32],[-74,-26],[-79,6],[-55,37]],[[10042,9666],[-7,-27]],[[10035,9639],[-63,70]],[[9972,9709],[1,33]],[[9973,9742],[-9,20],[-14,15]],[[9950,9777],[3,151],[-85,72],[15,58]],[[9883,10058],[-59,18]],[[9824,10076],[17,178]],[[9841,10254],[-3,63]],[[9838,10317],[-26,40],[-3,105]],[[9809,10462],[-33,88]],[[10823,10864],[265,4]],[[11162,10738],[11,-72]],[[11070,13340],[81,-58]],[[11151,13282],[47,-52]],[[11198,13230],[15,-20]],[[11213,13210],[-16,-48]],[[11197,13162],[-13,-35]],[[11184,13127],[98,-131]],[[11282,12996],[102,-97]],[[11384,12899],[-45,-34],[81,-133]],[[11420,12732],[-54,-36],[-155,-226]],[[11211,12470],[-49,14],[-192,243],[-42,90],[-91,-46],[-87,-11],[-51,58]],[[10699,12818],[-10,29],[140,121],[97,107],[42,99]],[[10968,13174],[7,82],[37,0],[58,84]],[[11162,12419],[39,36],[165,241],[58,38],[75,40]],[[11499,12774],[38,14]],[[11537,12788],[27,-43]],[[11564,12745],[150,-110],[114,-66],[63,-20],[45,-83],[46,35]],[[11982,12501],[98,8]],[[12080,12509],[-3,9]],[[12077,12518],[91,-46]],[[12168,12472],[-74,-36],[-9,-137]],[[12085,12299],[0,-12]],[[12085,12287],[-8,-21]],[[12077,12266],[-91,2],[-1,-40]],[[11985,12228],[-75,-262]],[[11910,11966],[38,-129]],[[11948,11837],[-1,-51]],[[11947,11786],[-56,2]],[[11729,11823],[-5,85]],[[11122,11711],[-29,107],[15,36]],[[11108,11854],[-26,63],[-22,137]],[[11060,12054],[41,30],[87,116],[19,51]],[[11207,12251],[7,20],[20,24],[-72,124]],[[10374,11555],[-29,72],[-68,61]],[[10277,11688],[-33,42]],[[10244,11730],[-27,34],[-22,13],[-5,12],[-21,13],[-72,24],[-10,0]],[[10087,11826],[-34,12]],[[10053,11838],[-34,9],[-62,1],[-96,51]],[[9861,11899],[-61,21]],[[9800,11920],[4,4]],[[9804,11924],[-11,13]],[[9793,11937],[-16,17],[54,154],[-3,37],[71,76],[51,-39]],[[9950,12182],[1,-4]],[[9951,12178],[44,-13]],[[9995,12165],[19,3]],[[10014,12168],[30,-5]],[[10044,12163],[64,59]],[[10108,12222],[29,-3]],[[10137,12219],[179,-173],[32,-18]],[[10348,12028],[36,90],[86,119],[195,-87]],[[10665,12150],[-30,-148],[4,-76]],[[10639,11926],[44,-43]],[[10683,11883],[-35,-86],[66,-181]],[[10668,11597],[-142,-35]],[[10526,11562],[-37,-16]],[[8678,8920],[41,-42]],[[8730,8882],[45,-34]],[[8761,8778],[4,-24]],[[8765,8754],[42,18],[32,-5],[16,-9],[9,-22]],[[8864,8736],[-2,-30]],[[8862,8706],[-49,-72]],[[8813,8634],[1,-42],[-26,-6],[-28,-13],[-34,-40],[-102,39]],[[8624,8572],[-104,-13],[-141,11],[-51,-35],[-116,-33],[-79,5]],[[8133,8507],[-109,-7]],[[8024,8500],[4,110]],[[8028,8610],[-54,89],[-68,-16],[-8,97],[-29,47]],[[7869,8827],[15,25]],[[7884,8852],[-3,34]],[[7881,8886],[11,13]],[[7892,8899],[72,152]],[[7964,9051],[60,75],[78,-15]],[[8102,9111],[40,-38]],[[8300,9061],[98,33],[42,29],[51,61],[56,-22]],[[8606,9166],[25,-39]],[[11273,8247],[-17,53],[110,53]],[[11366,8353],[40,-27]],[[11406,8326],[78,-54]],[[11484,8272],[49,-18]],[[11533,8254],[61,-34],[100,-95],[-28,-63],[68,-52],[-24,-71],[37,-57],[-164,-144]],[[11583,7738],[-41,-48]],[[11542,7690],[-20,0],[-16,-7]],[[11506,7683],[-12,55],[-80,32],[-44,104]],[[11370,7874],[-78,134]],[[11292,8008],[-3,96],[-29,47]],[[11260,8151],[33,68]],[[11293,8219],[-20,28]],[[10349,12628],[65,-129],[56,-177]],[[10470,12322],[28,-19]],[[10498,12303],[-23,-64]],[[10475,12239],[-6,-2]],[[10469,12237],[-85,-119],[-36,-90]],[[10137,12219],[-29,3]],[[10108,12222],[-64,-59]],[[10014,12168],[-19,-3]],[[9995,12165],[-44,13]],[[9950,12182],[-51,39],[116,95],[43,59],[29,114],[150,29],[112,110]],[[11929,13624],[48,-42],[15,-18],[31,-79],[21,-30],[29,-24],[61,-28],[34,-35],[14,-22],[7,-20],[10,-101]],[[12199,13225],[-15,0],[-23,-17],[-9,23],[-129,-29]],[[12023,13202],[-121,-59]],[[11902,13143],[-55,2]],[[11847,13145],[47,158]],[[11894,13303],[13,46],[-3,24],[-17,43],[-22,29]],[[11865,13445],[-80,105]],[[11785,13550],[13,75]],[[11798,13625],[67,29],[64,-30]],[[12199,13225],[-7,-53],[7,-23],[12,-17],[59,-69]],[[12270,13063],[-36,-196],[86,-59]],[[12320,12808],[-18,-121],[-16,-33],[-35,-23],[-142,-45],[-14,-17],[-4,-27],[2,-13],[-16,-11]],[[12080,12509],[-98,-8]],[[11564,12745],[-24,62]],[[11540,12807],[65,37],[35,39],[106,156]],[[11746,13039],[79,107]],[[11825,13146],[77,-3]],[[11902,13143],[121,59]],[[10591,7924],[67,45],[158,45],[90,85]],[[10906,8099],[41,-35]],[[10947,8064],[140,132],[119,21]],[[11206,8217],[45,-4],[9,-62]],[[11292,8008],[24,-40]],[[11316,7968],[-31,5],[-82,-24]],[[11203,7949],[7,-98],[-21,-41]],[[11189,7810],[-42,11],[-39,0],[-173,-23],[-122,-33],[-64,5]],[[10749,7770],[-88,48]],[[10661,7818],[-52,91],[-18,15]],[[12889,11473],[32,1]],[[13368,11591],[72,20]],[[13440,11611],[28,-11],[118,-1],[1,-39]],[[13587,11560],[28,-39]],[[13615,11521],[25,-64],[15,-22],[34,-27]],[[13689,11408],[4,-10]],[[13693,11398],[57,-75]],[[13750,11323],[1,-15]],[[13751,11308],[32,-30]],[[13783,11278],[30,0],[25,-93]],[[13838,11185],[53,-53]],[[13891,11132],[26,-12]],[[13917,11120],[7,-28]],[[13924,11092],[-18,-117],[-29,-33]],[[13877,10942],[-61,-26]],[[13816,10916],[-11,-5]],[[13805,10911],[-5,-13]],[[13800,10898],[80,-69],[49,-142],[-51,-151]],[[13878,10536],[-13,-33]],[[13865,10503],[-27,36]],[[13838,10539],[-19,11]],[[13819,10550],[-99,-14]],[[13720,10536],[-19,-15]],[[13701,10521],[-9,5]],[[13692,10526],[-59,-54]],[[13633,10472],[-145,123],[1,83]],[[13489,10678],[2,60]],[[13491,10738],[-104,-61],[-49,90],[-130,15]],[[13208,10782],[-20,117],[-101,-30],[-276,-27],[-29,76]],[[12782,10918],[-36,0]],[[12746,10918],[-72,82],[-63,24]],[[12611,11024],[6,35],[-11,29],[-13,12],[-35,13]],[[12558,11113],[-51,59],[-45,6]],[[12462,11178],[-13,26],[-1,29],[6,19],[16,13],[123,53]],[[12593,11318],[7,40]],[[12600,11358],[-46,79]],[[12554,11437],[-65,61]],[[12489,11498],[47,18],[24,4],[30,-36]],[[12713,11464],[23,20]],[[8212,7872],[179,32]],[[8391,7904],[33,3]],[[8424,7907],[131,25],[-15,146],[97,50],[-21,29],[-8,139]],[[8608,8296],[48,19]],[[8656,8315],[53,3]],[[8709,8318],[67,-27]],[[8776,8291],[17,-15],[68,-93],[25,-16],[30,-5],[35,9],[30,23],[25,37],[61,119]],[[9067,8350],[26,34]],[[9093,8384],[41,40]],[[9134,8424],[28,-38]],[[9162,8386],[36,-60]],[[9198,8326],[-1,-29]],[[9197,8297],[-33,10]],[[9164,8307],[-106,-140]],[[9058,8167],[-62,-111]],[[8996,8056],[-18,-42],[-13,-42],[-8,-56],[0,-77],[-6,-21],[-13,-21],[-24,-18],[-128,-63]],[[8786,7716],[-96,-71],[-26,-4],[-51,24]],[[8613,7665],[-84,-8],[-90,-32],[-51,48]],[[8388,7673],[-38,18],[-39,1],[-47,-17],[-34,-6],[-48,13]],[[8182,7682],[-4,93],[-49,78],[31,20]],[[8160,7873],[52,-1]],[[11720,8669],[18,39],[43,52],[22,13]],[[11803,8773],[33,5]],[[11836,8778],[127,-77]],[[11963,8701],[57,-17]],[[12020,8684],[43,-29],[-8,-34],[-8,-27],[-19,-41],[-86,-77],[-96,-7]],[[11846,8469],[-31,18]],[[11815,8487],[59,50]],[[11874,8537],[33,52],[-19,42]],[[11888,8631],[9,16],[-35,31],[-29,15],[-113,-24]],[[9456,11675],[41,-133],[28,-27]],[[9525,11515],[32,5]],[[9557,11520],[16,-18]],[[9573,11502],[24,-19]],[[9597,11483],[17,29]],[[9614,11512],[11,-5]],[[9625,11507],[9,-28]],[[9634,11479],[11,3]],[[9645,11482],[9,-7]],[[9654,11475],[33,-59]],[[9687,11416],[59,-76]],[[9746,11340],[-2,-8]],[[9744,11332],[36,-50]],[[9780,11282],[8,-26],[245,20]],[[10033,11276],[121,26],[7,-34]],[[10121,11182],[-27,3]],[[10090,11170],[-48,23]],[[10041,11201],[-32,19]],[[9989,11210],[-34,-7]],[[9910,11198],[-3,-25]],[[9861,11133],[2,-44]],[[9849,11070],[-73,-23]],[[9776,11047],[-52,78]],[[9734,11134],[6,13]],[[9741,11154],[-43,14]],[[9624,11149],[-36,4]],[[9588,11153],[-59,-41]],[[9505,11018],[-23,-46]],[[9482,10972],[-133,13],[-27,10],[-16,18]],[[9306,11013],[-4,14]],[[9302,11027],[1,88]],[[9303,11115],[0,133]],[[9303,11248],[8,22]],[[9311,11270],[-6,13]],[[9305,11283],[-22,-1]],[[9283,11282],[-110,99]],[[9173,11381],[-11,-40],[-59,52],[-2,5],[45,202]],[[9146,11600],[49,-10],[90,53],[171,32]],[[10976,8522],[35,82]],[[11012,8652],[-38,31]],[[10974,8683],[64,16]],[[11038,8699],[16,42]],[[11054,8741],[13,124]],[[11067,8865],[83,8]],[[11150,8873],[37,-44]],[[11187,8829],[27,-2],[37,-149],[31,-32]],[[11282,8646],[-22,-48]],[[11260,8598],[26,-72],[-31,-38],[80,-66],[-11,-29]],[[11324,8393],[42,-40]],[[11273,8247],[20,-28]],[[11293,8219],[-87,-2]],[[10947,8064],[-63,58]],[[10884,8122],[-7,-6]],[[10877,8116],[-18,37]],[[10859,8153],[-39,52],[-35,99]],[[10785,8304],[-72,18]],[[10713,8322],[76,158],[21,3]],[[11353,13554],[68,-180],[43,26]],[[11540,13456],[55,-62]],[[11668,13487],[80,93],[37,-30]],[[11865,13445],[28,-40],[14,-46],[-2,-28],[-11,-28]],[[11894,13303],[-47,-158]],[[11847,13145],[-22,1]],[[11746,13039],[-91,-136],[-47,-56],[-68,-40]],[[11540,12807],[-3,-19]],[[11499,12774],[-79,-42]],[[11420,12732],[-81,133],[45,34]],[[11384,12899],[-102,97]],[[11282,12996],[-98,131]],[[11197,13162],[16,48]],[[11198,13230],[-47,52]],[[11151,13282],[-81,58]],[[11070,13340],[33,200],[25,32],[31,146]],[[11211,13738],[41,-32]],[[11252,13706],[101,-152]],[[9687,11416],[-33,59]],[[9654,11475],[-9,7]],[[9634,11479],[-9,28]],[[9625,11507],[-11,5]],[[9614,11512],[-17,-29]],[[9573,11502],[-16,18]],[[9525,11515],[-11,8],[-17,20],[-41,132]],[[9456,11675],[62,49],[78,17],[95,-8],[102,204]],[[9793,11937],[11,-13]],[[9800,11920],[61,-21]],[[9861,11899],[93,-50],[14,-4],[28,4],[23,-2],[34,-9]],[[10087,11826],[11,0],[70,-24],[17,-10],[10,-15],[22,-13],[27,-34]],[[10244,11730],[33,-42]],[[10295,11416],[-143,-115],[-119,-25]],[[10033,11276],[-245,-20],[-8,26]],[[9780,11282],[-36,50]],[[9744,11332],[2,8]],[[9746,11340],[-59,76]],[[10951,9877],[-22,-41]],[[11207,9499],[-14,-22],[-20,-17],[-24,-5],[-82,28],[-34,3],[-31,-4],[-37,-16],[-133,-89],[-24,-6],[-30,6],[-39,20],[-74,55]],[[10665,9452],[-76,-13]],[[10589,9439],[-35,-30]],[[10554,9409],[-11,24],[-11,-3]],[[10532,9430],[3,59]],[[10535,9489],[-8,54],[33,150]],[[10560,9693],[37,1]],[[10608,9702],[-5,36]],[[10618,9744],[4,19]],[[10634,9803],[17,39]],[[10762,9856],[60,4]],[[11709,9532],[-41,36]],[[11668,9568],[-44,21],[-21,17],[-33,50]],[[11570,9656],[-9,36]],[[11561,9692],[102,26],[24,121],[67,61],[-80,218],[49,6]],[[11723,10124],[40,-8],[9,3],[16,17],[6,18],[3,58]],[[11991,10329],[36,32],[40,23],[37,-5]],[[12104,10379],[21,-28]],[[12311,10193],[27,-3]],[[12376,10162],[-84,-70]],[[12292,10092],[-22,-29],[-10,-28],[2,-22],[9,-19],[16,-14],[42,-23],[14,-18],[10,-23],[1,-37],[-18,-47]],[[12336,9832],[-23,-73]],[[12269,9693],[-34,-33]],[[12235,9660],[-91,4]],[[12144,9664],[-23,91]],[[12121,9755],[-47,54]],[[12074,9809],[-47,-1]],[[12027,9808],[-63,-93]],[[11964,9715],[-45,-40],[-26,-10],[-29,8],[-22,0],[-27,-23],[-13,-26],[-9,-49],[-15,-44],[-14,-16],[-30,-18]],[[11516,9783],[-21,288]],[[11495,10071],[26,108]],[[11728,10311],[81,-40]],[[11797,10212],[-2,-58],[-7,-17],[-9,-11],[-15,-10],[-41,8]],[[11561,9692],[-15,54]],[[9593,10282],[-23,-44]],[[9570,10238],[-25,5],[-44,-18],[-35,24]],[[9466,10249],[-75,58],[54,63],[64,41],[-8,93],[42,43]],[[9681,10467],[34,-6]],[[9715,10461],[19,-88],[-46,-29]],[[9688,10344],[1,-33]],[[9689,10311],[-33,-11]],[[9656,10300],[-40,-9]],[[9616,10291],[-5,-9]],[[9611,10282],[-18,0]],[[9246,8676],[-26,-60]],[[9220,8616],[-22,-83]],[[9198,8533],[-32,21],[-72,-4],[-53,59],[-86,-25],[-141,-10]],[[8814,8574],[-1,60]],[[8862,8706],[45,24]],[[9174,8969],[16,38]],[[9190,9007],[82,44]],[[9272,9051],[53,23]],[[9325,9074],[42,11]],[[9367,9085],[50,-30],[-41,-112],[37,-120]],[[9413,8823],[-46,-13]],[[9367,8810],[-37,-24],[-48,-52],[-36,-58]],[[11720,8669],[108,24],[19,-4],[50,-41],[-9,-17]],[[11874,8537],[-59,-50]],[[11846,8469],[-17,-52],[-68,-33],[-105,18],[-35,27],[-79,-105],[-9,-70]],[[11484,8272],[-78,54]],[[11406,8326],[-82,67]],[[11260,8598],[63,89]],[[11323,8687],[110,33]],[[11433,8720],[72,-24],[63,-92]],[[11568,8604],[90,-34]],[[11658,8570],[27,17]],[[11685,8587],[35,82]],[[12077,12266],[-31,-99]],[[12046,12167],[32,-1]],[[12078,12166],[27,0],[20,-125],[64,-2]],[[12189,12039],[11,0]],[[12301,11671],[13,-23]],[[12417,11631],[16,-33]],[[12383,11515],[17,-34],[14,-14],[54,-18]],[[12468,11449],[6,-50]],[[12474,11399],[22,4]],[[12496,11460],[-21,18]],[[12554,11437],[46,-79]],[[12593,11318],[-72,-50],[-42,-1],[-13,-4],[-13,-14],[-6,-24],[4,-27],[11,-20]],[[12558,11113],[37,-14],[17,-21],[5,-25],[-9,-38],[-24,-33]],[[12584,10982],[-8,-25]],[[12390,10939],[-159,-56],[-131,-66],[-7,35],[-46,76]],[[12053,10982],[-18,62],[-9,23],[-26,40],[-16,13],[-4,13],[19,80]],[[11887,11595],[-3,33]],[[11910,11762],[37,24]],[[11948,11837],[-38,129]],[[11910,11966],[75,262]],[[11985,12228],[1,40],[91,-2]],[[10378,9640],[182,53]],[[10535,9489],[-3,-59]],[[10532,9430],[14,1],[8,-22]],[[10554,9409],[-23,-7]],[[10531,9402],[-48,-4],[-109,-28],[-24,-13],[-28,-28],[-16,-8],[-19,-2],[-44,10]],[[10243,9329],[-31,-76]],[[10212,9253],[-21,-42],[-18,-16],[-29,-2],[-43,28]],[[10101,9221],[-4,9]],[[10097,9230],[-57,14]],[[10040,9244],[46,49],[16,16],[22,1]],[[10124,9310],[-1,66]],[[10123,9376],[-1,80]],[[10122,9456],[-21,54]],[[10101,9510],[-45,127]],[[10056,9637],[-14,29]],[[10344,9617],[22,5]],[[11784,9546],[6,-3]],[[11790,9543],[-7,-24],[-14,-18],[-36,-20],[-9,4]],[[11724,9485],[-6,-34]],[[11720,9388],[-9,-67]],[[11717,9279],[-8,-26]],[[11709,9253],[-64,-30]],[[11643,9226],[-33,-6]],[[11610,9220],[-47,105],[-8,25],[0,35],[12,34],[25,33],[24,19],[68,18],[52,9],[32,20],[16,28]],[[14666,9852],[117,106],[17,91]],[[14800,10049],[116,4],[172,-87],[262,-230],[67,-34],[30,-159],[-17,-69],[-65,-5],[-65,-39],[-18,-183],[-103,-150],[-68,-26],[-14,-46],[-62,-21],[-66,-68],[-131,142],[-106,-8]],[[14688,9162],[-6,25]],[[14676,9195],[-13,1]],[[14552,9347],[45,76],[-4,33],[-5,8]],[[14588,9464],[78,83],[-16,171]],[[14650,9718],[16,134]],[[10283,8104],[-64,140],[-54,42],[-64,-1]],[[10101,8285],[-94,66]],[[10007,8351],[7,8]],[[10014,8359],[41,15]],[[10055,8374],[-10,36]],[[10045,8410],[70,37]],[[10175,8656],[133,-7],[19,-12],[8,-22],[32,-11]],[[10584,8435],[160,-48],[-31,-65]],[[10785,8304],[37,-102],[37,-49]],[[10859,8153],[18,-37]],[[10884,8122],[22,-23]],[[10591,7924],[-28,14]],[[10563,7938],[-77,12]],[[10486,7950],[-21,22],[-21,50],[-22,27],[-19,14],[-26,9],[-58,7],[-36,25]],[[7937,8247],[129,14]],[[8066,8261],[100,-9]],[[8166,8252],[67,-33]],[[8233,8219],[122,3]],[[8355,8222],[120,49]],[[8475,8271],[133,25]],[[8424,7907],[-33,-3]],[[8212,7872],[-52,1]],[[8182,7682],[-89,8]],[[8093,7690],[-167,-41]],[[7926,7649],[-7,58],[52,44],[7,144]],[[7978,7895],[-9,28],[-88,41]],[[7881,7964],[-54,57],[-36,17],[-19,-2]],[[7772,8036],[-19,-12]],[[7753,8024],[-22,-31],[-17,-14],[-25,-7],[-26,7],[-29,35],[-21,49],[-27,46],[-25,20],[-78,33]],[[7483,8162],[-51,38],[-22,30],[-7,42],[-40,27]],[[7363,8299],[56,-2]],[[7419,8297],[97,-26],[32,-1]],[[7548,8270],[177,73],[83,-19]],[[7808,8324],[129,-77]],[[12310,9495],[-36,-33]],[[12274,9462],[-99,-11]],[[12175,9451],[7,-226],[209,-178],[18,0]],[[12409,9047],[45,-51]],[[12454,8996],[63,-60]],[[12517,8936],[-45,32],[-136,-56],[-35,26],[-66,-70]],[[12187,8977],[-33,52]],[[11980,9017],[-12,14],[-21,5]],[[11947,9036],[4,13]],[[11928,9475],[-33,-3]],[[11872,9528],[-71,6],[-17,-12]],[[11784,9522],[6,21]],[[11784,9546],[17,75],[17,32],[18,16],[12,5],[43,-9],[27,9],[46,41]],[[12027,9808],[47,1]],[[12074,9809],[47,-54]],[[12121,9755],[23,-91]],[[12235,9660],[23,14]],[[12262,9667],[112,16]],[[12435,9718],[24,-12],[34,-5]],[[12493,9701],[-15,-28],[6,-116],[-68,-5],[-70,-19],[-36,-38]],[[13208,10782],[-222,-127],[-32,-79],[-53,-11],[-97,26],[-60,-56]],[[12744,10535],[-8,-49]],[[12736,10486],[-8,-84]],[[12728,10402],[-6,29]],[[12722,10431],[0,9]],[[12722,10440],[5,27]],[[12727,10467],[-13,86]],[[12702,10572],[-16,12],[-29,7],[-47,2],[-19,14],[-9,31],[3,34]],[[12459,10829],[-66,5]],[[12393,10834],[-11,20],[0,19],[8,37],[22,20],[53,-2]],[[12465,10928],[65,-37]],[[12530,10891],[33,-1]],[[12563,10890],[21,92]],[[12584,10982],[21,25],[6,17]],[[12746,10918],[36,0]],[[11211,12470],[-49,-51]],[[11162,12419],[72,-125],[-27,-43]],[[11207,12251],[-19,-51],[-87,-116],[-41,-30]],[[11108,11854],[-3,-77],[-35,-12],[-94,42]],[[10976,11807],[-84,-17]],[[10870,11783],[-201,-2]],[[10660,11771],[23,112]],[[10683,11883],[-44,43]],[[10665,12150],[-196,87]],[[10475,12239],[23,64]],[[10498,12303],[-28,19]],[[10349,12628],[68,21]],[[10417,12649],[29,15]],[[10446,12664],[9,9]],[[10455,12673],[4,4]],[[10459,12677],[80,39],[112,100],[48,2]],[[10594,14369],[67,-6],[-17,-81],[-61,33],[11,54]],[[10084,12858],[-128,20]],[[9956,12878],[-5,28],[-94,163],[86,92],[-91,175],[176,111],[-64,121],[-10,251]],[[9954,13819],[-8,241],[-64,254],[291,92],[72,-86],[432,-114],[36,-20],[170,5],[39,-14],[162,-190],[28,-73],[10,-188],[-31,-187],[-131,-266],[-85,-156],[-94,-102],[-139,-115],[-110,20],[-268,-149],[-150,-132],[-50,-73]],[[9198,8533],[-20,-49],[-21,-33],[-64,-67]],[[9067,8350],[-56,-109],[-23,-38],[-22,-23],[-31,-15],[-30,-3],[-32,12],[-21,18],[-76,99]],[[8709,8318],[-53,-3]],[[8656,8315],[-181,-44]],[[8355,8222],[-122,-3]],[[8166,8252],[-100,9]],[[8066,8261],[-29,118],[7,122]],[[8044,8501],[89,6]],[[8624,8572],[103,-38],[27,34],[34,18],[25,5],[1,-17]],[[9111,11386],[51,-45],[11,40]],[[9283,11282],[22,1]],[[9305,11283],[6,-13]],[[9303,11248],[0,-133]],[[9303,11115],[-1,-88]],[[9306,11013],[19,-20],[20,-7],[137,-14]],[[9482,10972],[-5,-11]],[[9501,10912],[-34,-46]],[[9467,10866],[-76,5],[-55,54]],[[9336,10925],[-36,12]],[[9300,10937],[-29,-20]],[[9271,10917],[-62,-31]],[[9209,10886],[-45,-100]],[[9164,10786],[-42,-65]],[[9122,10721],[-4,3]],[[9118,10724],[-106,-13]],[[9012,10711],[-76,35],[-95,-127],[-102,-93]],[[8739,10526],[-19,14]],[[8720,10540],[109,127],[-3,71],[85,309]],[[8911,11047],[-116,85]],[[8795,11132],[-38,40]],[[8757,11172],[-12,-5]],[[8745,11167],[10,93],[72,3]],[[8827,11263],[-1,88],[122,-39]],[[8948,11312],[47,-10]],[[8995,11302],[104,-22],[12,106]],[[8696,11420],[47,23]],[[8743,11443],[-16,40]],[[8727,11483],[63,-10]],[[8790,11473],[59,-14]],[[8849,11459],[-35,-148],[13,-48]],[[8827,11263],[-82,7]],[[8745,11270],[-6,-6]],[[8739,11264],[-124,-88]],[[8615,11176],[-1,6]],[[8614,11182],[-34,-20],[-27,-20],[-93,-103],[-18,-34]],[[8442,11005],[-18,-19]],[[8424,10986],[-5,28]],[[8419,11014],[-7,-29]],[[8412,10985],[-54,-16]],[[8358,10969],[-13,100],[-39,-15],[17,91],[-12,16],[5,83],[9,17],[-4,10]],[[8321,11271],[8,15]],[[8329,11286],[-3,1]],[[8326,11287],[36,146]],[[8362,11433],[227,-11]],[[8589,11422],[107,-2]],[[8380,10707],[8,-115],[-56,-25],[18,-75],[-51,-25],[-1,-81]],[[8298,10386],[-22,-27]],[[8276,10359],[0,-15]],[[8276,10344],[-69,11],[-16,52]],[[8191,10407],[-24,13]],[[8167,10420],[-22,-9]],[[8145,10411],[-86,40],[25,67]],[[8084,10518],[-50,29],[-10,69],[-95,38],[-85,67]],[[7844,10721],[59,95]],[[7903,10816],[-112,77],[106,132],[-16,58]],[[7881,11083],[27,8],[312,-25]],[[8220,11066],[101,205]],[[8358,10969],[5,2]],[[8363,10971],[8,-98],[11,-143],[-2,-23]],[[8451,10139],[27,-35]],[[8478,10104],[-8,-23]],[[8470,10081],[5,-41]],[[8475,10040],[-1,-50]],[[8474,9990],[66,-70]],[[8540,9920],[16,-16]],[[8556,9904],[-27,-30],[37,-76]],[[8566,9798],[36,-30]],[[8602,9768],[-11,-82]],[[8591,9686],[-44,-9]],[[8547,9677],[-35,15]],[[8512,9692],[-72,-17]],[[8440,9675],[-37,54]],[[8403,9729],[-47,62]],[[8356,9791],[-97,30]],[[8259,9821],[-5,110],[-97,109],[-79,-1],[-34,87]],[[8044,10126],[21,13]],[[8065,10139],[12,151],[92,-13],[50,13]],[[8219,10290],[24,-12],[10,4],[108,-93]],[[8361,10189],[-29,-36]],[[8332,10153],[119,-14]],[[9146,11600],[-45,-202],[10,-12]],[[9111,11386],[-12,-106],[-104,22]],[[8948,11312],[-122,39],[23,108]],[[8790,11473],[-44,19],[-6,69]],[[8740,11561],[14,79],[45,8]],[[8799,11648],[19,19]],[[8818,11667],[-26,43],[2,26],[17,17],[18,55],[75,-37],[82,-16],[84,-102],[76,-53]],[[8452,11660],[-5,1]],[[8447,11661],[97,212],[177,-33],[62,-42],[40,10],[6,5],[-17,-58],[-19,-47],[25,-41]],[[8799,11648],[-45,-8],[-14,-79]],[[8740,11561],[-13,-78]],[[8727,11483],[16,-40]],[[8696,11420],[-107,2]],[[8589,11422],[-235,12]],[[8354,11434],[98,226]],[[7935,9879],[-29,44],[35,150],[-12,40]],[[7929,10113],[83,-19],[18,23],[14,9]],[[8259,9821],[97,-30]],[[8356,9791],[47,-62]],[[8440,9675],[-4,-1]],[[8436,9674],[49,-49],[3,-49],[76,-38],[-67,-79]],[[8406,9518],[-57,-94],[-27,-34],[-34,-18],[-19,-2],[-25,6],[-35,18],[-62,48],[-19,8],[-62,9],[-19,9],[-19,18]],[[8028,9486],[-20,39]],[[8008,9525],[-14,84],[-10,30],[-26,21],[-63,26]],[[7895,9686],[15,67],[25,126]],[[9209,10886],[62,31]],[[9300,10937],[36,-12]],[[9467,10866],[38,-24],[60,-13]],[[9511,10580],[-19,6]],[[9492,10586],[-45,-114],[-124,43],[-50,-80]],[[9273,10435],[-16,-2]],[[9257,10433],[-106,59],[-14,-114],[-103,8]],[[9034,10386],[-185,43],[-43,30],[-67,67]],[[9012,10711],[106,13]],[[9122,10721],[42,65]],[[7607,9659],[-5,-7],[42,-33]],[[7644,9619],[-78,-71]],[[7566,9548],[-17,-27]],[[7549,9521],[-37,-68]],[[7512,9453],[-46,0]],[[7466,9453],[-54,46]],[[7412,9499],[-53,18],[-44,-30]],[[7315,9487],[-56,-86],[-32,-27],[-26,3],[-84,34]],[[7117,9411],[-15,-4]],[[7102,9407],[-24,-22],[-44,-90],[-37,-45],[-34,-11],[-127,-27],[-9,-1]],[[6827,9211],[-28,130]],[[6799,9341],[-31,72]],[[6768,9413],[-81,86]],[[6687,9499],[-50,83],[334,195],[19,0]],[[6990,9777],[13,-7]],[[7003,9770],[13,-1],[155,56]],[[7171,9825],[113,27]],[[7284,9852],[51,0],[124,35]],[[7459,9887],[60,-169]],[[7519,9718],[37,14],[44,-63],[7,-10]],[[7450,10172],[-34,-66]],[[7416,10106],[-85,-6],[-35,-98],[-1,-97],[48,15]],[[7343,9920],[5,-64],[-64,-4]],[[7171,9825],[-154,-56],[-66,128]],[[6951,9897],[96,27],[-67,79],[25,28],[-46,76],[-49,-41]],[[6910,10066],[-87,105]],[[6823,10171],[-18,-18],[-14,32]],[[6791,10185],[22,41]],[[6813,10226],[6,-4]],[[6819,10222],[147,27]],[[6966,10249],[101,57]],[[7067,10306],[24,5],[88,-75],[115,-42]],[[7294,10194],[60,18],[17,-11],[79,-29]],[[9753,10490],[21,-10]],[[9792,10503],[17,-41]],[[9838,10317],[3,-63]],[[9824,10076],[-57,-8]],[[9767,10068],[-25,-63]],[[9742,10005],[-33,-14]],[[9709,9991],[-23,15]],[[9686,10006],[-43,49],[-3,50]],[[9640,10105],[-12,7],[-66,15]],[[9562,10127],[8,111]],[[9593,10282],[18,0]],[[9616,10291],[40,9]],[[9689,10311],[-1,33]],[[9715,10461],[38,29]],[[9511,9559],[-38,-3]],[[9473,9556],[73,89]],[[9546,9645],[81,183]],[[9627,9828],[122,-89]],[[9749,9739],[57,-62]],[[9806,9677],[21,36]],[[9827,9713],[55,-51]],[[9882,9662],[84,97]],[[9966,9759],[7,-17]],[[9972,9709],[63,-70]],[[10035,9639],[21,-2]],[[10101,9510],[21,-54]],[[10123,9376],[1,-66]],[[10040,9244],[-67,51],[-68,24]],[[9744,9435],[-89,29],[-35,16],[-45,38]],[[8615,11176],[124,88]],[[8745,11270],[0,-103]],[[8757,11172],[38,-40]],[[8795,11132],[116,-85]],[[8720,10540],[-33,12]],[[8687,10552],[-74,2],[-45,117],[-34,-15],[-36,90],[-5,99]],[[8493,10845],[-51,160]],[[8442,11005],[17,32],[45,52],[45,49],[26,20],[39,24]],[[7553,10662],[29,35],[60,-58],[66,35],[49,66],[71,-45]],[[7828,10695],[16,26]],[[8084,10518],[-20,-69],[81,-38]],[[8167,10420],[24,-13]],[[8191,10407],[15,-51],[13,-3],[11,-67]],[[8230,10286],[-11,4]],[[8065,10139],[-30,-17],[-23,-28],[-94,21],[-29,11]],[[7889,10126],[-59,-52],[-45,69]],[[7785,10143],[-55,20]],[[7730,10163],[-27,7],[-22,-2],[-11,-21],[-8,-31]],[[7662,10116],[-4,2]],[[7658,10118],[-10,-199]],[[7648,9919],[-3,-6]],[[7645,9913],[-7,-21]],[[7638,9892],[-41,29]],[[7597,9921],[-34,51]],[[7563,9972],[-67,109],[-6,37]],[[7490,10118],[-44,45]],[[7446,10163],[4,9]],[[7450,10172],[-81,30]],[[7369,10202],[10,95],[15,79],[-47,15],[-22,80],[-42,63]],[[7283,10534],[-41,106]],[[7242,10640],[17,56],[127,90]],[[7386,10786],[43,-93],[85,-96],[6,-2],[33,67]],[[9806,9677],[-57,62]],[[9627,9828],[82,163]],[[9742,10005],[25,63]],[[9767,10068],[116,-10]],[[9950,9777],[16,-18]],[[9882,9662],[-55,51]],[[9139,10183],[-76,109],[-230,46]],[[8833,10338],[-149,95],[106,42]],[[8790,10475],[52,-43],[28,-10],[164,-36]],[[9257,10433],[16,2]],[[9492,10586],[43,-13]],[[9466,10249],[34,-24],[17,5],[13,9],[24,2],[-3,-7],[11,-107]],[[9562,10127],[-29,2],[-32,-10]],[[9501,10119],[-169,-83],[-46,20],[-22,85]],[[9264,10141],[23,109]],[[9287,10250],[-9,-5]],[[9278,10245],[-49,6],[-43,-20],[-14,-11],[-33,-37]],[[8436,9674],[76,18]],[[8547,9677],[44,9]],[[8602,9768],[36,-7]],[[8638,9761],[14,-12],[103,145],[41,-33],[90,-20],[164,-140],[76,6],[72,-49],[-70,-68],[-92,-14],[48,-91],[-5,-10],[12,-18]],[[9091,9457],[-49,-13],[-74,14],[-36,-5],[-34,-25]],[[8755,9340],[-50,40],[-17,8],[-64,8],[-50,13],[-45,25],[-32,25]],[[7459,9887],[-111,-29],[-5,62]],[[7416,10106],[30,57]],[[7446,10163],[44,-45]],[[7563,9972],[34,-51]],[[7638,9892],[60,-177]],[[7698,9715],[-10,-26],[14,5],[9,-17],[-4,-1],[3,-9]],[[7710,9667],[-50,-26]],[[7660,9641],[-16,-22]],[[7607,9659],[-51,73],[-37,-14]],[[7519,9718],[-60,169]],[[8380,10707],[2,30],[-19,234]],[[8363,10971],[49,14]],[[8412,10985],[7,29]],[[8424,10986],[69,-141]],[[8687,10552],[39,-16],[64,-61]],[[8833,10338],[1,-43],[-53,-65],[-131,126],[-144,-160],[-7,-22]],[[8499,10174],[-48,-35]],[[8451,10139],[-119,14]],[[8361,10189],[-107,93],[-8,-4],[-16,8]],[[8230,10286],[-11,68],[57,-10]],[[8276,10359],[22,27]],[[7648,9919],[10,199]],[[7662,10116],[17,50],[28,4],[23,-7]],[[7730,10163],[55,-20]],[[7889,10126],[12,-16],[28,3]],[[7935,9879],[-40,-193]],[[7895,9686],[-40,19],[-45,5],[-44,-11],[-56,-32]],[[7698,9715],[-53,198]],[[6486,12020],[24,24]],[[6510,12044],[38,25]],[[6548,12069],[61,-124],[-131,-224]],[[6478,11721],[3,-5]],[[6481,11716],[-107,-79]],[[6374,11637],[10,-69]],[[6384,11568],[-220,-190]],[[6164,11378],[4,125],[-89,11],[-78,-54],[-41,-5]],[[5960,11455],[3,67]],[[5963,11522],[68,62]],[[6031,11584],[55,31]],[[6086,11615],[69,93]],[[6155,11708],[43,51]],[[6198,11759],[72,52]],[[6270,11811],[76,32],[69,50],[40,46],[20,40],[11,41]],[[6160,14552],[-5,6]],[[6155,14558],[-23,23],[2,106],[67,73],[39,85],[36,-14]],[[6276,14831],[28,35],[16,44],[-20,43]],[[6300,14953],[-17,14],[-9,17]],[[6274,14984],[22,11],[13,1],[126,-48],[-20,-86],[-5,-132],[118,91]],[[6528,14821],[-1,-24],[-8,-27]],[[6519,14770],[-59,-120]],[[6460,14650],[-12,-59]],[[6448,14591],[-74,-178]],[[6374,14413],[-42,-123]],[[6332,14290],[-17,8]],[[6315,14298],[-2,-5]],[[6313,14293],[-63,16]],[[6250,14309],[2,27]],[[6252,14336],[-19,79],[21,61]],[[6254,14476],[-94,76]],[[6588,12222],[116,31]],[[6704,12253],[47,5],[3,-69],[173,6]],[[6927,12195],[43,-66]],[[6970,12129],[-4,-25]],[[6966,12104],[-30,-84]],[[6936,12020],[-29,-38]],[[6907,11982],[-58,-122],[2,-94]],[[6851,11766],[-59,-124]],[[6792,11642],[-25,-22]],[[6767,11620],[-16,-14]],[[6751,11606],[-22,-34]],[[6729,11572],[-75,63]],[[6654,11635],[-176,86]],[[6548,12069],[23,35]],[[6571,12104],[10,14]],[[6581,12118],[-5,11]],[[6576,12129],[13,76],[-1,17]],[[7368,12153],[0,-23]],[[7368,12130],[83,78]],[[7451,12208],[3,-12]],[[7454,12196],[20,-159],[-59,-7]],[[7415,12030],[-18,-24]],[[7397,12006],[-9,-20]],[[7388,11986],[0,-24]],[[7388,11962],[-81,-18],[-69,-84]],[[7238,11860],[-24,5]],[[7214,11865],[-5,-15]],[[7209,11850],[-26,1]],[[7183,11851],[-88,184],[-20,35]],[[7075,12070],[37,67]],[[7112,12137],[8,25]],[[7120,12162],[3,10]],[[7123,12172],[-15,29]],[[7108,12201],[44,37]],[[7152,12238],[22,-43],[111,66]],[[7285,12261],[11,-3],[19,-3],[21,-23],[32,-79]],[[6369,13015],[1,8],[386,-95]],[[6756,12928],[9,63]],[[6765,12991],[56,43]],[[6821,13034],[11,-7]],[[6832,13027],[19,-28]],[[6851,12999],[64,-4],[41,-14],[51,-39],[9,-1],[21,-15],[45,-39]],[[7082,12887],[20,3],[38,17],[17,56],[16,3]],[[7173,12966],[19,0]],[[7192,12966],[76,6],[41,31]],[[7309,13003],[19,-31]],[[7328,12972],[15,21]],[[7343,12993],[136,-34]],[[7479,12959],[29,-14]],[[7508,12945],[8,-30]],[[7516,12915],[83,-4]],[[7599,12911],[-13,-65],[-75,-68],[-17,-76],[-49,-28],[-10,-84],[-58,40],[-80,-39],[-3,-36],[-93,-25],[73,-68],[74,35],[101,-107],[-49,-41]],[[7400,12349],[-21,-8],[-108,102],[-65,-59]],[[7206,12384],[-80,-88]],[[7126,12296],[-9,0]],[[7117,12296],[-60,-1]],[[7057,12295],[-14,-18]],[[7043,12277],[-54,-73]],[[6989,12204],[-6,-42]],[[6983,12162],[-56,33]],[[6927,12195],[-173,-6],[-3,69],[-47,-5]],[[6588,12222],[-13,20],[-76,57]],[[6499,12299],[-32,52]],[[6467,12351],[-151,111],[-4,17],[17,103],[-1,25],[-8,24],[11,11],[-5,135],[-127,32],[48,236],[122,-30]],[[6423,13921],[17,100]],[[6440,14021],[44,-6]],[[6484,14015],[5,133],[136,20],[52,-22],[123,-15]],[[6800,14131],[-6,-22],[0,-29]],[[6794,14080],[-19,-43]],[[6775,14037],[-64,-97]],[[6711,13940],[-36,-46]],[[6675,13894],[-9,-15]],[[6666,13879],[-41,29],[-33,-55]],[[6592,13853],[16,-32],[-69,-46],[-55,-44]],[[6484,13731],[-43,-1]],[[6441,13730],[-18,191]],[[7201,13798],[-32,-111]],[[7169,13687],[-33,-17],[-61,-13],[-33,9],[-48,40]],[[6994,13706],[-150,24],[-138,54],[-40,95]],[[6675,13894],[36,46]],[[6775,14037],[19,43]],[[6794,14080],[2,36],[10,32],[14,17],[15,8],[11,1],[24,24],[27,46],[16,61],[16,30]],[[6929,14335],[22,28],[73,54],[43,-9],[16,-19],[24,8],[60,56]],[[7167,14453],[48,-68]],[[7215,14385],[-11,-19]],[[7204,14366],[-24,-12],[-11,-15],[4,-25],[0,-23],[18,-46],[-1,-42],[4,-8],[18,1],[18,9],[26,24],[48,18]],[[7304,14247],[71,-73]],[[7375,14174],[-29,-64]],[[7346,14110],[-58,-63],[-15,-139],[-72,-110]],[[5872,15574],[101,-124],[91,-75]],[[6064,15375],[42,-73],[20,-23],[11,-27],[26,-40],[1,-19],[18,-79],[79,-104],[21,-42],[18,-15]],[[6300,14953],[20,-46],[-23,-53],[-21,-23]],[[6155,14558],[-32,-42]],[[6123,14516],[-78,27]],[[6045,14543],[-18,-46]],[[6027,14497],[-23,-58]],[[6004,14439],[-27,-51],[-4,-84]],[[5973,14304],[-5,-15]],[[5968,14289],[-76,-62],[-198,-69]],[[5694,14158],[34,249],[53,451],[47,357],[3,124],[41,235]],[[5589,13579],[74,-36],[75,26],[197,18],[49,-56],[109,-46]],[[6093,13485],[-11,-57]],[[6082,13428],[-13,-71]],[[6069,13357],[-35,-43]],[[6034,13314],[-25,-15],[4,-8],[-45,-54]],[[5968,13237],[-56,49],[25,52]],[[5937,13338],[-90,68]],[[5847,13406],[1,11]],[[5848,13417],[-145,43],[-48,-3]],[[5655,13457],[-88,45],[22,77]],[[8394,11740],[-28,64],[-95,-45]],[[8271,11759],[14,37]],[[8285,11796],[18,42],[73,-2],[190,107]],[[8566,11943],[43,22]],[[8609,11965],[31,30]],[[8640,11995],[41,-34],[-4,-49],[36,-68],[-169,29],[-96,-211],[-54,78]],[[5612,12360],[-23,-106],[92,-49]],[[5681,12205],[1,-67]],[[5682,12138],[-66,33],[-39,2]],[[5577,12173],[-82,-10]],[[5495,12163],[-24,-55]],[[5471,12108],[-71,37]],[[5400,12145],[200,601],[-217,77]],[[5383,12823],[51,135],[35,149]],[[5469,13107],[118,-29],[131,-76]],[[5718,13002],[12,-4]],[[5730,12998],[18,-7]],[[5748,12991],[12,-68]],[[5760,12923],[16,-24],[-34,-113]],[[5742,12786],[-11,-70],[-67,-17]],[[5664,12699],[-26,-22]],[[5638,12677],[-5,-43]],[[5633,12634],[34,-80]],[[5667,12554],[-55,-194]],[[8260,11767],[-118,-48],[-53,-47],[-108,30],[30,90],[-13,48]],[[7998,11840],[27,10]],[[8025,11850],[32,26]],[[8057,11876],[30,9]],[[8087,11885],[2,13]],[[8089,11898],[21,-30]],[[8110,11868],[71,-8]],[[8181,11860],[14,-32],[43,-40],[22,-21]],[[5642,13828],[52,330]],[[5968,14289],[6,-8]],[[5974,14281],[-11,-20]],[[5963,14261],[109,-66],[64,12]],[[6136,14207],[58,-10]],[[6194,14197],[66,-4],[48,78]],[[6308,14271],[7,27]],[[6332,14290],[-23,-72]],[[6309,14218],[-13,-75],[-16,-40],[35,-38]],[[6315,14065],[83,-21]],[[6398,14044],[42,-23]],[[6423,13921],[-2,-81]],[[6421,13840],[-97,17],[-158,125],[-106,-57]],[[6060,13925],[7,-120]],[[6067,13805],[-3,-16]],[[6064,13789],[-156,41]],[[5908,13830],[-30,-8],[-236,6]],[[7400,12349],[100,47],[35,-33],[-33,-52]],[[7502,12311],[-40,-29]],[[7462,12282],[-11,-74]],[[7451,12208],[-83,-78]],[[7368,12153],[-28,70],[-25,32],[-30,6]],[[7152,12238],[-22,9]],[[7130,12247],[15,35]],[[7145,12282],[61,102]],[[7496,13744],[23,-24]],[[7519,13720],[72,4]],[[7591,13724],[87,23],[61,-77],[22,-70],[-38,-89],[-77,-53]],[[7646,13458],[-1,41],[-119,-17],[-32,-31],[-115,79]],[[7379,13530],[117,214]],[[8521,15468],[54,7]],[[8575,15475],[47,-43],[22,-198],[69,-78],[-105,-68],[-24,-56],[-64,-12]],[[8520,15020],[-7,237],[8,211]],[[5794,12509],[-48,6]],[[5746,12515],[-87,11]],[[5659,12526],[8,28]],[[5633,12634],[5,43]],[[5638,12677],[26,22]],[[5742,12786],[54,106]],[[5796,12892],[65,137],[70,-28]],[[5931,13001],[22,-20]],[[5953,12981],[40,-25]],[[5993,12956],[-41,-76]],[[5952,12880],[-15,-63],[19,-60]],[[5956,12757],[20,-31]],[[5976,12726],[34,-52]],[[6010,12674],[-52,-59]],[[5958,12615],[-10,-23],[-1,-21],[21,-109],[-2,-16],[-11,-19],[-108,-82],[-41,-11]],[[5806,12334],[-1,13],[7,26]],[[5812,12373],[-18,136]],[[6172,13063],[75,-18],[-48,-236],[126,-31],[6,-136],[-21,6],[-30,24],[-57,24]],[[6223,12696],[-186,-47]],[[6037,12649],[-27,25]],[[5976,12726],[-20,31]],[[5952,12880],[16,1],[110,122],[44,17]],[[6122,13020],[50,43]],[[5483,11641],[10,81]],[[5493,11722],[-6,65],[91,97],[12,39]],[[5590,11923],[59,157],[32,48]],[[5681,12128],[0,92],[6,24],[20,37],[14,14],[47,29],[78,21],[112,86],[9,17],[1,16],[-21,118],[11,33]],[[5958,12615],[79,34]],[[6037,12649],[186,47]],[[6223,12696],[50,-20],[32,-23],[17,-26],[7,-32],[-17,-117],[4,-16],[151,-111]],[[6499,12299],[78,-59],[12,-22],[-13,-89]],[[6581,12118],[-10,-14]],[[6571,12104],[-61,-60]],[[6486,12020],[-14,-50],[-19,-34],[-38,-43],[-64,-47],[-42,-21],[-39,-14]],[[6198,11759],[-43,-51]],[[6086,11615],[-55,-31]],[[6031,11584],[-68,-62]],[[5963,11522],[-87,-67]],[[5876,11455],[-63,-42]],[[5813,11413],[-47,-32],[-62,-12],[-69,1],[-84,34],[-53,-14],[-62,17],[-29,57],[14,36],[9,8],[24,9],[8,13],[21,111]],[[5642,13828],[236,-6],[30,8]],[[6064,13789],[-24,-62]],[[6040,13727],[9,-62],[82,-109],[38,-15]],[[6169,13541],[-29,-17]],[[6140,13524],[-23,-31]],[[6117,13493],[-24,-8]],[[5589,13579],[53,249]],[[5746,12515],[48,-6]],[[5794,12509],[18,-136]],[[5806,12334],[-44,-12],[-53,-38],[-24,-46],[-4,-33]],[[5612,12360],[47,166]],[[5659,12526],[87,-11]],[[6534,14877],[24,25]],[[6558,14902],[64,13]],[[6622,14915],[23,62]],[[6645,14977],[-10,167],[-22,57],[53,59]],[[6666,15260],[70,26]],[[6736,15286],[45,23]],[[6781,15309],[60,-55]],[[6841,15254],[24,-33],[92,-42],[4,-71]],[[6961,15108],[-37,-18],[-12,-37]],[[6912,15053],[-41,-19]],[[6871,15034],[0,-61]],[[6871,14973],[-32,-79]],[[6839,14894],[-39,-104],[7,-55]],[[6807,14735],[53,-78]],[[6860,14657],[-58,-31]],[[6802,14626],[-14,29],[-109,28],[-24,-77],[-97,11],[-70,36]],[[6488,14653],[-28,-3]],[[6460,14650],[59,120]],[[6519,14770],[8,28],[-3,56],[10,23]],[[5963,14261],[11,20]],[[5974,14281],[-1,23]],[[6004,14439],[23,58]],[[6027,14497],[18,46]],[[6123,14516],[37,36]],[[6160,14552],[94,-76]],[[6252,14336],[-2,-27]],[[6313,14293],[-5,-22]],[[6194,14197],[-58,10]],[[6576,16794],[-58,-13]],[[6518,16781],[-105,-263]],[[6413,16518],[-266,42],[14,105],[9,276],[29,152],[46,79],[138,20],[69,-83],[98,-14],[-41,-75],[-2,-80],[69,-146]],[[7947,11413],[52,24],[-9,221],[-62,49]],[[7928,11707],[-27,103],[-47,16]],[[7854,11826],[-28,47]],[[7826,11873],[10,12]],[[7836,11885],[126,-35]],[[7962,11850],[6,-7]],[[7968,11843],[54,32]],[[8022,11875],[-24,-35]],[[8260,11767],[11,-8]],[[8271,11759],[-66,-151],[45,-53],[87,-223]],[[8337,11332],[-11,-45]],[[8329,11286],[-109,-220]],[[8220,11066],[-300,24]],[[7920,11090],[-9,37],[29,12]],[[7940,11139],[35,27],[21,20],[19,37],[0,20],[-22,52]],[[7993,11295],[-75,110]],[[7918,11405],[29,8]],[[7841,14849],[61,-116],[-67,-20]],[[7835,14713],[-146,-97],[-55,-6],[-42,60],[-117,-91]],[[7475,14579],[-21,38]],[[7454,14617],[57,49]],[[7511,14666],[49,46]],[[7560,14712],[-3,26]],[[7557,14738],[-12,125]],[[7545,14863],[5,15]],[[7550,14878],[120,36]],[[7670,14914],[-1,20]],[[7669,14934],[84,64]],[[7753,14998],[20,-11]],[[7773,14987],[50,-89]],[[7823,14898],[18,-49]],[[8609,11965],[-43,-22]],[[8285,11796],[-16,-36],[-65,58],[-16,26]],[[8188,11844],[23,8],[22,14]],[[8233,11866],[3,30]],[[8236,11896],[-2,31]],[[8234,11927],[12,90],[71,-15],[71,57]],[[8388,12059],[1,47],[95,0],[18,-39],[77,-21],[61,-51]],[[6925,13085],[-5,150],[47,129]],[[6967,13364],[19,78],[36,27]],[[7022,13469],[19,30]],[[7041,13499],[41,-12],[50,-28],[33,9]],[[7165,13468],[-8,-54]],[[7157,13414],[14,-163],[-12,-49]],[[7159,13202],[10,-223]],[[7169,12979],[-13,-17],[-14,-51],[-40,-21],[-20,-3]],[[7082,12887],[-65,54],[-8,0],[-45,35],[-21,12],[-18,97]],[[6396,15122],[3,66]],[[6399,15188],[13,82]],[[6412,15270],[26,104]],[[6438,15374],[33,-80],[75,-49]],[[6546,15245],[55,3]],[[6601,15248],[32,10]],[[6633,15258],[33,2]],[[6645,14977],[-23,-62]],[[6622,14915],[-64,-13]],[[6534,14877],[-6,-56]],[[6274,14984],[-12,25],[-43,57]],[[6219,15066],[104,45]],[[6323,15111],[73,11]],[[8394,11740],[53,-79]],[[8452,11660],[-98,-226]],[[8354,11434],[8,-1]],[[8362,11433],[-25,-101]],[[8521,15468],[-22,17],[13,-240]],[[8512,15245],[-156,12]],[[8356,15257],[-47,-6]],[[8309,15251],[-110,-51],[7,-22]],[[8206,15178],[-267,-125]],[[7939,15053],[-148,-96],[-18,30]],[[7773,14987],[-20,11]],[[7753,14998],[-84,-64]],[[7670,14914],[-120,-36]],[[7550,14878],[-5,-14],[-47,-16],[-17,1],[-60,44]],[[7421,14893],[-14,25]],[[7407,14918],[-86,13]],[[7321,14931],[-6,118]],[[7315,15049],[10,57]],[[7325,15106],[0,29]],[[7325,15135],[-26,43]],[[7299,15178],[145,123]],[[7444,15301],[-16,17]],[[7428,15318],[-47,106]],[[7381,15424],[1,8]],[[7382,15432],[-6,31]],[[7376,15463],[8,65],[125,-4],[83,11],[58,40],[24,29],[16,36]],[[7690,15640],[107,20],[33,32]],[[7830,15692],[60,7],[42,-145],[135,-143],[106,27],[62,110],[140,-21],[133,9],[67,-61]],[[7873,12131],[44,-30]],[[7917,12101],[-65,-58]],[[7852,12043],[-69,74]],[[7783,12117],[-31,26]],[[7752,12143],[-88,58]],[[7664,12201],[4,-25]],[[7668,12176],[-14,-23]],[[7654,12153],[-117,39]],[[7537,12192],[-64,10]],[[7473,12202],[-19,-6]],[[7454,12196],[8,86]],[[7502,12311],[14,-31],[205,45],[70,-8],[75,-68],[57,-5],[10,-18],[9,-4],[5,-9],[-74,-82]],[[8234,11927],[2,-31]],[[8233,11866],[-31,-17],[-14,-5]],[[8188,11844],[-7,16]],[[8110,11868],[-21,30]],[[8089,11898],[-2,-13]],[[8057,11876],[-32,-26]],[[8025,11850],[-3,25]],[[8022,11875],[-54,-32]],[[7962,11850],[-124,52],[-23,58]],[[7815,11960],[36,34]],[[7851,11994],[-52,51]],[[7799,12045],[53,-2]],[[7852,12043],[65,58]],[[7873,12131],[80,89]],[[7953,12220],[143,-164],[45,-11],[88,39],[148,18],[11,-43]],[[6979,13417],[-12,-53]],[[6925,13085],[18,-98],[-32,9],[-60,3]],[[6851,12999],[-19,28]],[[6821,13034],[-39,-5]],[[6782,13029],[-81,176],[42,140]],[[6743,13345],[61,0]],[[6804,13345],[106,66],[69,6]],[[6985,15021],[51,50]],[[7036,15071],[4,32],[-10,18],[-21,5],[-48,-18]],[[6961,15108],[-5,72],[60,104],[83,165],[7,57]],[[7106,15506],[50,36]],[[7156,15542],[44,12],[6,-15],[178,-11],[-8,-65]],[[7376,15463],[6,-31]],[[7382,15432],[-1,-8]],[[7428,15318],[16,-17]],[[7444,15301],[-145,-123]],[[7325,15135],[0,-29]],[[7325,15106],[-10,-57]],[[7315,15049],[-21,-100]],[[7294,14949],[-32,12]],[[7262,14961],[-21,-14]],[[7241,14947],[-13,-26]],[[7228,14921],[-39,-15]],[[7189,14906],[-14,21],[-92,46],[-98,48]],[[6970,12129],[13,33]],[[6983,12162],[6,42]],[[6989,12204],[54,73]],[[7057,12295],[60,1]],[[7126,12296],[19,-14]],[[7130,12247],[-22,-46]],[[7108,12201],[15,-29]],[[7120,12162],[-8,-25]],[[7112,12137],[-37,-67]],[[7075,12070],[20,-35],[88,-184]],[[7183,11851],[-35,6]],[[7148,11857],[-20,-7]],[[7128,11850],[-62,12]],[[7066,11862],[4,-87],[-53,-88]],[[7017,11687],[-63,-29]],[[6954,11658],[-90,4]],[[6864,11662],[-55,-3],[42,107]],[[6907,11982],[29,38]],[[6936,12020],[30,84]],[[7169,13687],[32,111]],[[7201,13798],[154,-74],[38,56]],[[7393,13780],[35,6],[68,-42]],[[7496,13744],[-223,-402],[-21,0],[-23,9]],[[7229,13351],[-45,32],[-22,65]],[[7162,13448],[3,20]],[[7041,13499],[26,107]],[[7067,13606],[-5,10],[42,37],[-2,10]],[[7102,13663],[67,24]],[[6413,16518],[-54,-232]],[[6359,16286],[102,21],[51,-32],[80,-119]],[[6592,16156],[92,-190],[-11,-58]],[[6673,15908],[-22,-130]],[[6651,15778],[-33,-73]],[[6618,15705],[-17,-32]],[[6601,15673],[-11,11],[-28,-8],[11,-39],[93,-148]],[[6666,15489],[37,-93]],[[6703,15396],[28,-44]],[[6731,15352],[5,-66]],[[6736,15286],[-103,-28]],[[6601,15248],[-55,-3]],[[6438,15374],[-26,-104]],[[6399,15188],[-3,-66]],[[6396,15122],[-73,-11]],[[6219,15066],[-39,52],[-19,98],[-97,159]],[[5872,15574],[56,141],[70,209],[149,636],[266,-42]],[[6009,17322],[22,-86],[-35,-76],[-80,39],[11,95],[32,40],[50,-12]],[[6812,18882],[54,-82],[21,-117],[70,-53],[61,-141],[-37,-73],[-8,-184],[9,-102],[-14,-64],[-105,-106],[0,-74],[-119,-169],[-115,-33],[-150,-211],[-127,67],[-5,-45],[65,-63],[-96,-15],[-26,-44],[-90,-32],[-8,104],[-34,129],[-4,78],[21,151],[39,153],[82,195],[108,188],[133,206],[87,159],[108,176],[80,2]],[[6421,13840],[20,-110]],[[6441,13730],[-67,2]],[[6374,13732],[-26,-9]],[[6348,13723],[-50,12]],[[6298,13735],[13,-74],[-93,-109]],[[6218,13552],[-49,-11]],[[6040,13727],[15,36],[12,42]],[[6067,13805],[-7,120]],[[6481,11716],[173,-81]],[[6729,11572],[-20,-17]],[[6709,11555],[-20,-34]],[[6689,11521],[-35,-19]],[[6654,11502],[-21,-15]],[[6633,11487],[-71,-28]],[[6562,11459],[-54,-2]],[[6508,11457],[-91,15]],[[6417,11472],[-28,-32]],[[6389,11440],[-55,-50],[-82,-25]],[[6252,11365],[-65,-38]],[[6187,11327],[-19,23]],[[6168,11350],[-2,30],[218,188]],[[6384,11568],[-10,69]],[[5848,13417],[-1,-11]],[[5937,13338],[-25,-52],[24,-17],[184,-180],[22,-14],[30,-12]],[[6122,13020],[-44,-17],[-85,-47]],[[5993,12956],[-40,25]],[[5931,13001],[-70,28],[-65,-137]],[[5796,12892],[-36,31]],[[5748,12991],[-18,7]],[[5730,12998],[-12,4]],[[5469,13107],[4,60],[-27,111],[96,11],[122,41],[-22,57],[-143,-50],[68,165],[88,-45]],[[5655,13457],[48,3],[145,-43]],[[7473,12202],[64,-10]],[[7537,12192],[117,-39]],[[7654,12153],[14,23]],[[7668,12176],[-4,25]],[[7664,12201],[88,-58]],[[7752,12143],[31,-26]],[[7783,12117],[16,-72]],[[7799,12045],[52,-51]],[[7851,11994],[-36,-34]],[[7815,11960],[21,-75]],[[7826,11873],[0,-13]],[[7826,11860],[-63,14],[-46,-29],[-52,14]],[[7665,11859],[-4,8]],[[7661,11867],[7,-1]],[[7668,11866],[-28,68],[-73,-53],[-54,47]],[[7513,11928],[-38,-45]],[[7475,11883],[0,149],[-2,170]],[[6929,14335],[-17,-31],[-14,-58],[-8,-17],[-37,-50],[-34,-14],[-13,-18],[-6,-16]],[[6484,14015],[-86,29]],[[6315,14065],[-35,36],[0,6],[17,42],[12,69]],[[6309,14218],[65,195]],[[6448,14591],[40,62]],[[6802,14626],[91,-34]],[[6893,14592],[18,-43],[-23,-96],[141,-14]],[[7029,14439],[20,1],[9,-3],[13,-19],[3,-17]],[[7074,14401],[-24,13],[-27,3],[-61,-44],[-19,-22],[-14,-16]],[[5400,12145],[-233,114],[216,564]],[[7346,14110],[29,64]],[[7304,14247],[-46,-18],[-29,-24],[-33,-12],[-6,9],[1,43],[-18,46],[-2,17],[6,4],[236,16]],[[7413,14328],[7,101],[57,15]],[[7477,14444],[21,-99],[-18,-33],[35,-80],[9,-132],[52,-57],[52,-126],[-4,-33],[51,-110],[-84,-50]],[[7519,13720],[-19,22],[-70,44],[-12,-2],[-25,-4]],[[6369,13015],[-217,55],[-38,24],[-146,143]],[[6034,13314],[35,43]],[[6082,13428],[35,65]],[[6140,13524],[78,28]],[[6298,13735],[50,-12]],[[6374,13732],[99,-5],[-5,-62]],[[6468,13665],[4,-14]],[[6472,13651],[17,-22],[6,-78],[-16,-33]],[[6479,13518],[32,-10]],[[6511,13508],[77,-66],[89,-22],[40,-72]],[[6717,13348],[26,-3]],[[6782,13029],[-17,-38]],[[6765,12991],[-9,-63]],[[6756,12928],[-386,95],[-1,-8]],[[5783,8772],[96,-41],[62,2],[99,33],[-45,-100],[-43,-55],[10,-87]],[[5962,8524],[-6,5]],[[5956,8529],[-6,-36]],[[5950,8493],[-35,-45]],[[5915,8448],[-11,28],[-48,67]],[[5856,8543],[-45,86],[-22,29],[-42,38],[-33,81]],[[5714,8777],[10,4]],[[5724,8781],[59,-9]],[[6241,10961],[74,-215]],[[6315,10746],[-11,-88]],[[6304,10658],[-79,-133]],[[6225,10525],[-18,-36],[-133,-50]],[[6074,10439],[-180,35]],[[5894,10474],[-99,-15]],[[5795,10459],[-82,278]],[[5713,10737],[-6,189]],[[5707,10926],[-5,10],[104,24],[163,4]],[[5969,10964],[7,37]],[[5976,11001],[74,-71],[32,-49],[93,52]],[[6175,10933],[66,28]],[[5066,8587],[-2,29]],[[5064,8616],[3,4],[-2,45]],[[5065,8665],[63,28],[168,-4],[54,27]],[[5350,8716],[23,13],[63,-160]],[[5436,8569],[26,-7]],[[5462,8562],[6,-36],[-18,-36],[-33,-35]],[[5417,8455],[-29,-69]],[[5388,8386],[-21,15],[-14,2],[-90,-15]],[[5263,8388],[-102,40]],[[5161,8428],[-26,5],[-32,0]],[[5103,8433],[-7,102]],[[5096,8535],[-30,52]],[[6401,9056],[-106,-39]],[[6295,9017],[-61,-55]],[[6234,8962],[-3,16]],[[6231,8978],[11,191],[-35,-1]],[[6207,9168],[-88,-16],[-103,12]],[[6016,9164],[-83,75]],[[5933,9239],[24,77]],[[5957,9316],[-5,58],[35,81]],[[5987,9455],[43,51]],[[6030,9506],[56,70],[52,-46]],[[6138,9530],[-47,-45],[-24,-74],[57,-87],[8,-58]],[[6132,9266],[80,0]],[[6212,9266],[337,105],[-8,86]],[[6541,9457],[60,3]],[[6601,9460],[5,3]],[[6606,9463],[20,-245]],[[6626,9218],[-91,-107],[-46,-24],[-88,-31]],[[8289,14982],[173,34]],[[8462,15016],[2,-9]],[[8464,15007],[-46,-220],[-23,-34],[-105,-63],[-36,-62],[-94,-21],[-70,-70],[-141,-38],[-30,99],[-55,-9],[-29,124]],[[7841,14849],[-18,49]],[[7823,14898],[-32,59],[148,96]],[[8206,15178],[83,-196]],[[5894,10474],[190,-50]],[[6084,10424],[29,-106]],[[6113,10318],[-40,-22]],[[6073,10296],[-172,-98]],[[5901,10198],[-53,-1]],[[5848,10197],[-69,9],[-5,69],[-51,6],[0,16]],[[5723,10297],[28,-2]],[[5751,10295],[3,84]],[[5754,10379],[64,-6],[-23,86]],[[3634,8857],[-19,42]],[[3615,8899],[-67,110]],[[3548,9009],[9,46],[52,25],[20,50],[-47,37],[11,35]],[[3593,9202],[30,-20]],[[3623,9182],[48,-18],[149,-145]],[[3820,9019],[104,-102]],[[3924,8917],[51,-140]],[[3975,8777],[28,-36]],[[4003,8741],[-242,-176]],[[3761,8565],[-10,3]],[[3751,8568],[-32,43],[48,53],[-115,37]],[[3652,8701],[-7,87]],[[3645,8788],[-13,27]],[[3632,8815],[2,42]],[[5611,9312],[76,-125]],[[5687,9187],[-18,-44],[-10,-13],[-11,-6],[-37,11]],[[5611,9135],[-60,-35]],[[5551,9100],[-95,-94],[-17,-8],[-61,-15]],[[5378,8983],[5,23]],[[5383,9006],[-60,31],[17,44],[70,4]],[[5410,9085],[41,46]],[[5451,9131],[-23,117]],[[5428,9248],[54,19],[-38,57],[18,57]],[[5462,9381],[70,56],[79,-125]],[[4546,9931],[65,40]],[[4611,9971],[28,-47],[2,2]],[[4641,9926],[61,-122],[-39,-49],[47,-202],[18,-5],[9,-41],[20,-38]],[[4757,9469],[-11,-8],[-11,-7],[-17,37]],[[4718,9491],[-56,10],[-76,-24],[-54,66],[-82,-23],[-60,123],[76,98],[-68,65]],[[4398,9806],[148,125]],[[5691,8102],[-6,55]],[[5685,8157],[108,50]],[[5793,8207],[73,85]],[[5866,8292],[24,14],[19,4]],[[5909,8310],[47,-3],[58,14]],[[6014,8321],[152,-3]],[[6166,8318],[85,-2],[25,-11],[46,-34],[31,-8]],[[6353,8263],[159,23],[120,5],[160,-14]],[[6792,8277],[59,-9]],[[6851,8268],[-134,-122]],[[6717,8146],[-114,-20],[-140,15],[-105,-49],[-81,-90],[-48,-141],[-36,-61]],[[6193,7800],[-87,-90],[-107,-88]],[[5999,7622],[-52,-30]],[[5947,7592],[-29,-32]],[[5918,7560],[-139,-41],[-13,36],[-77,-15],[25,99],[12,76],[-3,60],[-15,67],[-4,47],[7,73],[0,50],[-20,90]],[[7308,8300],[-229,58]],[[7079,8358],[-40,0]],[[7039,8358],[-9,90],[-13,7]],[[7017,8455],[92,31],[-18,146],[92,-6]],[[7183,8626],[106,-46]],[[7289,8580],[58,-61]],[[7347,8519],[12,23]],[[7359,8542],[-2,-54]],[[7357,8488],[19,-13]],[[7376,8475],[20,-5]],[[7396,8470],[105,-16]],[[7501,8454],[-23,-172]],[[7478,8282],[-59,15]],[[7419,8297],[-60,1],[-51,2]],[[5959,9674],[-91,69],[51,44]],[[5919,9787],[-18,15]],[[5901,9802],[39,36],[28,12]],[[5968,9850],[-52,29]],[[5916,9879],[-12,17],[86,40],[86,75]],[[6076,10011],[45,-15],[6,-23]],[[6127,9973],[9,-69],[105,-31],[10,-44],[13,-6],[8,-18]],[[6272,9805],[27,-85]],[[6299,9720],[0,-12]],[[6299,9708],[-86,43]],[[6213,9751],[-2,-7]],[[6211,9744],[-63,-3]],[[6148,9741],[20,-30]],[[6168,9711],[-38,-25]],[[6130,9686],[-51,27]],[[6079,9713],[-24,-29],[-9,-6],[-49,-7]],[[5997,9671],[-38,3]],[[4222,9923],[0,14]],[[4222,9937],[-32,40]],[[4190,9977],[-8,-7]],[[4182,9970],[-14,34],[-22,-21],[-87,-60],[-56,110]],[[4003,10033],[-101,-65]],[[3902,9968],[-53,157]],[[3849,10125],[-10,26]],[[3839,10151],[214,262],[79,110],[182,192]],[[4314,10715],[127,-174],[-26,-78],[66,14]],[[4481,10477],[72,63],[50,-76]],[[4603,10464],[11,-10]],[[4614,10454],[3,-20]],[[4617,10434],[-125,-96]],[[4492,10338],[-45,-35],[89,-56],[-59,-52],[66,-39]],[[4543,10156],[10,15]],[[4553,10171],[13,47],[78,80],[38,-15],[68,37],[72,-113]],[[4822,10207],[-2,-9]],[[4820,10198],[7,-82]],[[4827,10116],[-90,16],[-13,-18]],[[4724,10114],[-47,0]],[[4677,10114],[-68,-78],[31,-39]],[[4640,9997],[33,20]],[[4673,10017],[28,-45],[-63,-47]],[[4638,9925],[-27,46]],[[4546,9931],[-4,4]],[[4542,9935],[-49,118]],[[4493,10053],[27,40]],[[4520,10093],[-25,58]],[[4495,10151],[-28,49]],[[4467,10200],[-50,-40]],[[4417,10160],[-168,-114],[29,-95]],[[4278,9951],[42,-88]],[[4320,9863],[-29,-1]],[[4291,9862],[-25,-23]],[[4266,9839],[-44,84]],[[6527,8287],[-27,26]],[[6500,8313],[-1,124]],[[6499,8437],[-6,65]],[[6493,8502],[155,111]],[[6648,8613],[42,-219],[66,2]],[[6756,8396],[21,8]],[[6777,8404],[1,-15]],[[6778,8389],[78,11],[95,38]],[[6951,8438],[79,9]],[[7030,8447],[9,-89]],[[7039,8358],[-37,-6]],[[7002,8352],[-130,-66]],[[6872,8286],[-21,-18]],[[6792,8277],[-132,13],[-133,-3]],[[3645,8788],[7,-87]],[[3751,8568],[51,-46]],[[3802,8522],[-32,-58],[-122,-109]],[[3648,8355],[-78,5],[-53,-25],[-61,19],[-7,39],[-92,18],[-89,108],[40,35]],[[3308,8554],[29,43],[125,38],[8,54]],[[3470,8689],[66,96]],[[3536,8785],[16,14]],[[3552,8799],[25,2]],[[3577,8801],[9,-1]],[[3586,8800],[46,15]],[[3632,8815],[13,-27]],[[5787,8363],[-30,-16]],[[5757,8347],[-163,105]],[[5594,8452],[22,75],[111,41],[29,-33]],[[5756,8535],[29,81]],[[5785,8616],[71,-73]],[[5856,8543],[45,-62],[11,-24],[3,-23],[-16,-58],[5,-45]],[[5904,8331],[-37,63]],[[5867,8394],[-80,-31]],[[8309,15251],[47,6]],[[8512,15245],[8,-225]],[[8520,15020],[-56,-13]],[[8462,15016],[-173,-34]],[[8289,14982],[-90,218],[110,51]],[[5682,12138],[-1,-10]],[[5590,11923],[-13,-40],[-69,-71]],[[5508,11812],[-104,105]],[[5404,11917],[-27,16]],[[5377,11933],[53,98]],[[5430,12031],[4,-2]],[[5434,12029],[51,106],[10,28]],[[5577,12173],[37,-1],[14,-5],[54,-29]],[[4896,11118],[47,-17],[10,-11],[3,-14],[-1,-17],[-13,-27]],[[4942,11032],[-2,-16],[2,-18],[11,-27]],[[4953,10971],[-35,-49]],[[4918,10922],[-126,63],[-160,183]],[[4632,11168],[141,252]],[[4773,11420],[58,-41],[127,-16]],[[4958,11363],[34,12]],[[4992,11375],[35,14]],[[5027,11389],[9,-14]],[[5036,11375],[-47,-55],[34,-54]],[[5023,11266],[12,-26],[-35,-103],[-104,-19]],[[5611,9135],[25,-10],[15,0],[14,12],[14,31]],[[5679,9168],[110,-144]],[[5789,9024],[-34,-19]],[[5755,9005],[-61,-13]],[[5694,8992],[-109,-3]],[[5585,8989],[-91,-36]],[[5494,8953],[-119,16]],[[5375,8969],[3,14]],[[5551,9100],[60,35]],[[7636,8868],[-28,78],[10,53],[95,144],[37,-21],[64,146]],[[7814,9268],[126,-87],[82,-5]],[[8022,9176],[1,-29]],[[8021,9138],[-57,-87]],[[7892,8899],[-11,-13]],[[7884,8852],[-22,-37]],[[7862,8815],[-108,-5],[-34,-89],[-81,-9],[-44,-34]],[[7595,8678],[8,-38]],[[7603,8640],[-6,-60]],[[7597,8580],[-40,15]],[[7557,8595],[-75,-4]],[[7482,8591],[2,39],[-18,65]],[[7466,8695],[18,74]],[[7484,8769],[-1,3]],[[7483,8772],[163,80],[-10,16]],[[4943,10809],[-12,-1],[-3,34]],[[4928,10842],[4,5]],[[4932,10847],[-21,57]],[[4911,10904],[1,11],[22,25],[22,36],[18,45]],[[4974,11021],[83,45]],[[5057,11066],[35,35]],[[5092,11101],[58,-28]],[[5150,11073],[21,65],[28,5],[63,-17],[-3,-51]],[[5259,11075],[3,-14]],[[5262,11061],[-11,-65]],[[5251,10996],[20,-72]],[[5271,10924],[13,-71]],[[5284,10853],[-59,-50]],[[5225,10803],[11,-7]],[[5236,10796],[-97,-86]],[[5139,10710],[-17,-10]],[[5122,10700],[-65,-65]],[[5057,10635],[-3,5],[3,32],[-20,38]],[[5037,10710],[-8,-9]],[[5029,10701],[-8,-1]],[[5021,10700],[17,35],[4,17],[-9,23],[-6,97]],[[5027,10872],[-15,4]],[[5012,10876],[-69,-67]],[[5259,11075],[46,30]],[[5305,11105],[46,1]],[[5351,11106],[13,-59]],[[5364,11047],[40,-73],[11,1],[31,26]],[[5446,11001],[4,-46]],[[5450,10955],[43,-60]],[[5493,10895],[-25,-139]],[[5468,10756],[-27,-25],[-28,37],[-30,27],[-17,7],[-45,4],[-14,7],[-11,13],[-13,29],[-12,69]],[[5271,10924],[-20,72]],[[5251,10996],[11,65]],[[5404,11917],[104,-105]],[[5508,11812],[-22,-27],[7,-63]],[[5483,11641],[-22,-114],[-8,-10],[-30,-14],[-16,-33],[1,-11],[13,-27]],[[5421,11432],[-27,19]],[[5394,11451],[-74,63]],[[5320,11514],[-16,114],[-38,43]],[[5266,11671],[-19,18]],[[5247,11689],[32,43]],[[5279,11732],[43,105]],[[5322,11837],[27,32]],[[5349,11869],[28,64]],[[3963,9325],[14,-40]],[[3977,9285],[33,5],[95,-133],[43,-26]],[[4148,9131],[95,-19]],[[4243,9112],[-112,-122]],[[4131,8990],[-125,85]],[[4006,9075],[-64,95],[-50,45]],[[3892,9215],[71,110]],[[4205,8560],[43,-23]],[[4248,8537],[22,-40]],[[4270,8497],[-7,-44]],[[4263,8453],[-4,-23]],[[4259,8430],[9,-32]],[[4268,8398],[63,-69],[10,-72]],[[4341,8257],[-51,-20],[-45,-50],[-100,25]],[[4145,8212],[-44,-18],[-76,-133]],[[4025,8061],[-80,40],[-63,73],[-141,44],[-93,137]],[[3802,8522],[-41,43]],[[4003,8741],[101,-62],[25,-5],[69,-2]],[[4198,8672],[7,-112]],[[6164,11341],[8,0]],[[6172,11341],[39,-40],[41,64]],[[6389,11440],[28,32]],[[6417,11472],[60,-16]],[[6477,11456],[32,-71],[3,-129],[47,6],[131,-170],[52,-10]],[[6742,11082],[159,-134]],[[6901,10948],[-20,-14],[-61,-30],[3,-133],[-85,-12],[-93,44],[-33,-5]],[[6612,10798],[-77,-34]],[[6535,10764],[0,-14]],[[6535,10750],[-1,-31]],[[6534,10719],[-4,-23]],[[6530,10696],[-20,-19]],[[6510,10677],[-23,-9]],[[6487,10668],[-23,-11],[-7,-27]],[[6457,10630],[-31,-17]],[[6426,10613],[-21,-3]],[[6405,10610],[-15,-13]],[[6390,10597],[-6,-9]],[[6384,10588],[-69,-34]],[[6315,10554],[-90,-29]],[[6304,10658],[11,88]],[[6241,10961],[-66,-28]],[[5976,11001],[35,189]],[[6011,11190],[28,-22],[55,123]],[[6094,11291],[58,-29],[12,79]],[[5383,12153],[-165,-227],[-141,-123],[-83,-101],[-4,-92],[67,-61],[30,-33]],[[5087,11516],[-47,-67]],[[5040,11449],[9,-25]],[[5049,11424],[-18,-22]],[[5031,11402],[4,-6]],[[5035,11396],[-8,-7]],[[4992,11375],[-34,-12]],[[4773,11420],[159,309],[103,224],[132,306],[216,-106]],[[5383,12153],[88,-45]],[[5471,12108],[-37,-79]],[[5430,12031],[-41,-66],[-40,-96]],[[5322,11837],[-43,-105]],[[5247,11689],[-47,-42]],[[5200,11647],[-113,-131]],[[5023,11266],[123,26],[8,-68]],[[5154,11224],[-19,-103]],[[5135,11121],[22,0]],[[5157,11121],[4,17]],[[5161,11138],[-11,-65]],[[5092,11101],[-35,-35]],[[4974,11021],[-12,-19],[-9,-31]],[[4953,10971],[-9,23],[-4,21],[2,17]],[[4942,11032],[13,29],[-2,28],[-12,14],[-45,15]],[[4777,8393],[39,12],[37,44]],[[4853,8449],[50,-29]],[[4903,8420],[27,-10]],[[4930,8410],[1,-161],[-69,-14],[-29,-70]],[[4833,8165],[-20,-113]],[[4813,8052],[-47,-51]],[[4766,8001],[-19,0]],[[4747,8001],[-63,40]],[[4684,8041],[-12,15]],[[4672,8056],[-38,19]],[[4634,8075],[-4,106]],[[4630,8181],[24,33]],[[4654,8214],[-22,123]],[[4632,8337],[7,2],[-10,13]],[[4629,8352],[65,53],[12,2],[71,-14]],[[5323,7975],[-13,23]],[[5310,7998],[-83,32]],[[5227,8030],[-66,23],[-27,-31]],[[5134,8022],[-47,-8]],[[5087,8014],[-55,-38]],[[5032,7976],[-35,93]],[[4997,8069],[-126,-52],[-54,26]],[[4817,8043],[16,122]],[[4930,8410],[63,-4],[90,24],[39,4],[39,-6]],[[5263,8388],[65,13],[38,0],[17,-10],[15,-16],[29,-96]],[[5427,8279],[74,-64],[86,-16],[98,-42]],[[5691,8102],[20,-90],[-6,-144],[22,-127],[-6,-62],[-18,-86]],[[5703,7593],[-70,70],[-34,27],[-43,82]],[[5556,7772],[84,47]],[[5640,7819],[1,25],[-180,25]],[[5461,7869],[-3,67],[-109,16],[-26,23]],[[4098,7815],[210,-56],[184,-83],[17,-39],[-93,-42],[-154,29],[-187,148],[23,43]],[[4632,8337],[28,-69],[-6,-54]],[[4654,8214],[-24,-33]],[[4634,8075],[38,-19]],[[4684,8041],[63,-40]],[[4766,8001],[-64,-160],[-72,-215]],[[4630,7626],[-142,96],[-166,80],[-201,67],[-91,44],[-75,101],[70,47]],[[4145,8212],[30,-10],[72,-14],[33,39],[17,14],[62,21],[41,7],[34,29]],[[4434,8298],[72,18],[64,-19]],[[4570,8297],[59,55]],[[4629,8352],[10,-14],[-7,-1]],[[6951,9897],[52,-127]],[[6990,9777],[-23,-1],[-325,-190]],[[6642,9586],[-76,107],[173,47]],[[6739,9740],[-43,93],[-27,-9],[-34,-2]],[[6635,9822],[-131,-18],[-21,64]],[[6483,9868],[50,35]],[[6533,9903],[8,55]],[[6541,9958],[79,123]],[[6620,10081],[66,54],[17,10],[88,40]],[[6823,10171],[87,-105]],[[5950,8493],[6,36]],[[5956,8529],[50,-35],[60,-29],[38,2],[97,39]],[[6201,8506],[6,-23]],[[6207,8483],[21,-9],[-3,-11]],[[6225,8463],[-59,-145]],[[6166,8318],[-152,3]],[[6014,8321],[-54,-13],[-50,2],[-9,35],[-2,30],[15,52],[1,21]],[[5397,8741],[30,20],[33,-1],[33,164]],[[5493,8924],[1,29]],[[5494,8953],[30,-15]],[[5524,8938],[33,-42],[13,-9],[47,-21],[67,-20]],[[5684,8846],[-1,-9]],[[5683,8837],[22,-37],[47,-109],[33,-75]],[[5785,8616],[-29,-81]],[[5594,8452],[-65,31]],[[5529,8483],[-63,36]],[[5466,8519],[2,21],[-6,22]],[[5436,8569],[-33,86],[-31,76],[25,10]],[[3781,9467],[17,0]],[[3798,9467],[3,-4]],[[3801,9463],[4,-83]],[[3805,9380],[111,-104]],[[3916,9276],[-24,-61]],[[4006,9075],[157,-108],[115,-48]],[[4278,8919],[119,-21],[48,7],[61,25],[34,8],[46,-1],[62,-18]],[[4648,8919],[128,26],[9,172]],[[4785,9117],[-21,50],[-2,-2],[-6,12],[-2,12],[7,31],[16,4]],[[4777,9224],[-41,5],[-65,65],[-41,139]],[[4630,9433],[47,13]],[[4677,9446],[16,-21]],[[4693,9425],[154,108],[80,-109]],[[4927,9424],[60,46],[40,91],[115,-104],[74,-39],[73,34]],[[5289,9452],[84,44]],[[5373,9496],[29,-30],[78,22],[32,71],[1,68],[68,33],[19,-49],[-40,-150]],[[5560,9461],[-98,-80]],[[5428,9248],[23,-117]],[[5451,9131],[-41,-46]],[[5383,9006],[-8,-37]],[[5493,8924],[-33,-164],[-63,-19]],[[5397,8741],[-30,-13],[-17,-12]],[[5065,8665],[2,-23]],[[5067,8642],[-38,-4]],[[5029,8638],[-136,35]],[[4893,8673],[-100,51],[-118,-7],[-37,-108],[7,-27],[-8,-11],[0,-79]],[[4637,8492],[-40,6]],[[4597,8498],[-30,12]],[[4567,8510],[-109,91]],[[4458,8601],[-31,66]],[[4427,8667],[-307,8],[-31,11],[-79,50],[-20,18],[-15,23]],[[3924,8917],[-104,102]],[[3623,9182],[-36,23],[-134,34]],[[3453,9239],[-2,-8]],[[3451,9231],[-49,-86]],[[3402,9145],[-39,70]],[[3363,9215],[-37,9],[-33,3],[-56,-11],[-304,-117]],[[2933,9099],[-2,-1]],[[2931,9098],[-17,80],[107,184],[-6,79],[-29,20],[17,102],[75,78],[67,-6],[25,67],[217,-86],[139,125]],[[3526,9741],[33,-62]],[[3559,9679],[67,-41]],[[3626,9638],[-4,-21]],[[3622,9617],[-13,-27]],[[3609,9590],[98,-59],[74,-64]],[[4467,10200],[28,-49]],[[4520,10093],[-27,-40]],[[4542,9935],[-143,-115],[-27,56]],[[4372,9876],[-43,-32],[-51,107]],[[4417,10160],[50,40]],[[4503,9343],[72,28]],[[4575,9371],[-15,44]],[[4560,9415],[70,18]],[[4777,9224],[-16,-4],[-7,-34],[31,-69]],[[4648,8919],[-63,18]],[[4585,8937],[-31,276],[-51,130]],[[6695,9240],[-47,-9],[-22,-13]],[[6606,9463],[2,0]],[[6608,9463],[62,-39],[25,-58]],[[6695,9366],[25,-25]],[[6720,9341],[24,27]],[[6744,9368],[55,-27]],[[6827,9211],[-23,3],[-59,20],[-50,6]],[[6166,8318],[53,144],[65,31]],[[6284,8493],[53,-9]],[[6337,8484],[55,22],[34,-14],[33,0]],[[6459,8492],[34,10]],[[6499,8437],[1,-124]],[[6527,8287],[-49,-8],[-60,-17],[-65,1]],[[6353,8263],[-37,12],[-54,37],[-24,6],[-72,0]],[[4813,8052],[4,-9]],[[4817,8043],[51,-27],[129,53]],[[5032,7976],[40,4]],[[5072,7980],[14,-50]],[[5086,7930],[-5,-66],[-6,-2],[4,-22],[7,-16],[84,-39],[54,-58]],[[5224,7727],[-51,-37]],[[5173,7690],[11,-90]],[[5184,7600],[-3,-2]],[[5181,7598],[69,-52],[-29,-49]],[[5221,7497],[74,-62]],[[5295,7435],[-20,-52],[-95,48],[-184,69],[-124,6],[-133,43],[-109,77]],[[4630,7626],[136,375]],[[4198,8672],[229,-5]],[[4458,8601],[109,-91]],[[4597,8498],[47,-7],[38,0],[58,7]],[[4740,8498],[26,-2],[42,-19],[45,-28]],[[4777,8393],[-81,14],[-74,-61],[-52,-49]],[[4434,8298],[-93,-41]],[[4268,8398],[-9,32]],[[4259,8430],[4,23]],[[4270,8497],[-22,40]],[[4205,8560],[-7,112]],[[5066,8587],[30,-52]],[[5103,8433],[-45,-9],[-52,-17],[-63,1],[-40,12]],[[4903,8420],[-131,75],[-32,3]],[[4740,8498],[-64,-8],[-39,2]],[[4893,8673],[136,-35]],[[5067,8642],[0,-10],[-3,-16]],[[3453,9239],[140,-37]],[[3548,9009],[67,-110]],[[3634,8857],[-48,-57]],[[3577,8801],[-25,-2]],[[3536,8785],[-66,-96]],[[3308,8554],[-68,-12],[-4,49],[-150,253],[5,73],[56,101],[61,68],[-80,67],[-195,-54]],[[2933,9099],[303,117],[45,10],[38,-1],[44,-10]],[[3402,9145],[49,86]],[[5227,8030],[83,-32]],[[5323,7975],[27,-25],[108,-14],[3,-67]],[[5640,7819],[-84,-47]],[[5703,7593],[-14,-53],[-78,-32],[-97,-45],[-57,-6],[-58,-44],[-104,-19],[0,41]],[[5221,7497],[29,49],[-69,52]],[[5184,7600],[-11,90]],[[5224,7727],[-54,58],[-78,35],[-9,10],[-6,15],[-2,17],[6,2],[5,66]],[[5072,7980],[15,34]],[[5134,8022],[27,31],[66,-23]],[[7607,9506],[-61,7]],[[7546,9513],[3,8]],[[7566,9548],[64,55],[30,38]],[[7660,9641],[105,58],[46,11],[29,-1],[26,-7],[105,-50],[19,-26],[18,-101]],[[8028,9486],[14,-14],[17,-10],[70,-12],[33,-17]],[[8087,9273],[-65,-97]],[[7814,9268],[-56,31],[-151,38]],[[7607,9337],[18,44]],[[7625,9381],[27,32],[-45,93]],[[4585,8937],[-54,0],[-90,-33],[-31,-5],[-32,1],[-100,19]],[[4278,8919],[-147,71]],[[4131,8990],[207,227]],[[4338,9217],[45,51]],[[4383,9268],[57,37]],[[4440,9305],[-5,4]],[[4435,9309],[5,3],[63,31]],[[6213,9751],[86,-43]],[[6299,9720],[-27,87],[67,-7],[43,6],[41,18],[60,44]],[[6635,9822],[60,13],[44,-95]],[[6642,9586],[-5,-4],[50,-83]],[[6768,9413],[-24,-45]],[[6720,9341],[-25,25]],[[6608,9463],[-7,-3]],[[6601,9460],[-60,-3]],[[6212,9266],[-80,0]],[[6138,9530],[-52,49],[97,86]],[[6183,9665],[19,14],[-38,29]],[[6164,9708],[4,3]],[[6168,9711],[-20,30]],[[6148,9741],[63,3]],[[5012,10876],[15,-4]],[[5027,10872],[15,-120],[-3,-16],[-18,-36]],[[5021,10700],[-55,-67]],[[4966,10633],[-83,-110]],[[4883,10523],[-26,-21],[-116,83]],[[4741,10585],[55,74]],[[4796,10659],[62,89]],[[4858,10748],[70,94]],[[4943,10809],[69,67]],[[5901,9802],[-7,9],[-2,13],[12,28],[0,25]],[[5904,9877],[-19,11]],[[5885,9888],[-116,-95],[-53,24],[-146,160],[67,84]],[[5637,10061],[21,21]],[[5658,10082],[-24,15]],[[5634,10097],[14,97],[-1,18],[-3,1]],[[5644,10213],[-2,89]],[[5642,10302],[81,-5]],[[5848,10197],[27,2]],[[5875,10199],[7,-21],[8,-10]],[[5890,10168],[71,-63],[33,-70]],[[5994,10035],[82,-24]],[[5916,9879],[52,-29]],[[4314,10715],[183,250],[135,203]],[[4918,10922],[-7,-18]],[[4932,10847],[-74,-99]],[[4796,10659],[-108,-135]],[[4688,10524],[-74,-70]],[[4603,10464],[-50,76],[-72,-63]],[[6819,10222],[-8,5],[-134,3]],[[6677,10230],[-70,44],[-12,145],[10,107],[-145,119]],[[6460,10645],[1,7],[26,16]],[[6487,10668],[23,9]],[[6510,10677],[20,19]],[[6534,10719],[1,31]],[[6535,10764],[77,34]],[[6901,10948],[51,2]],[[6952,10950],[26,-2]],[[6978,10948],[9,-137],[52,24],[88,-155],[75,45]],[[7202,10725],[81,-191]],[[7369,10202],[-75,-8]],[[7067,10306],[-101,-57]],[[5170,10397],[68,-1]],[[5238,10396],[67,-66]],[[5305,10330],[15,-55],[83,-77]],[[5403,10198],[22,-18]],[[5425,10180],[-46,-82]],[[5379,10098],[-57,-5],[-128,-134],[-125,-1]],[[5069,9958],[-29,68]],[[5040,10026],[-58,-14],[-30,83]],[[4952,10095],[-125,21]],[[4820,10198],[5,8]],[[4825,10206],[157,118],[84,19],[77,49]],[[5143,10392],[27,5]],[[5225,10803],[59,50]],[[5284,10853],[11,-25],[15,-17],[22,-8],[39,-2],[29,-20]],[[5400,10781],[-7,-6],[5,-6],[-17,-21],[5,-14]],[[5386,10734],[-31,-83]],[[5355,10651],[-24,-8],[5,-283]],[[5336,10360],[-29,-27],[-69,63]],[[5170,10397],[-33,12]],[[5137,10409],[-5,61],[-84,156]],[[5048,10626],[74,74]],[[5139,10710],[97,86]],[[5904,8331],[5,-21]],[[5866,8292],[-73,-85]],[[5427,8279],[-23,84],[-16,23]],[[5417,8455],[27,28],[22,36]],[[5529,8483],[66,-31],[162,-105]],[[5787,8363],[80,31]],[[5867,8394],[37,-63]],[[5716,8845],[-25,0],[-81,24],[-44,20],[-42,49]],[[5585,8989],[109,3]],[[5755,9005],[37,20],[28,37]],[[5820,9062],[30,-11]],[[5850,9051],[41,21]],[[5891,9072],[60,49]],[[5951,9121],[30,19],[24,34]],[[6005,9174],[11,-10]],[[6207,9168],[35,1],[-11,-191]],[[6234,8962],[-26,-19]],[[6208,8943],[-98,-52],[-45,10],[-140,-51]],[[5925,8850],[-99,-5]],[[5826,8845],[-110,0]],[[5679,9168],[11,24],[11,13],[11,4],[27,0]],[[5739,9209],[13,8]],[[5752,9217],[32,114]],[[5784,9331],[17,9]],[[5801,9340],[3,22]],[[5804,9362],[-63,90]],[[5741,9452],[11,22]],[[5752,9474],[67,19],[97,56]],[[5916,9549],[10,44],[65,74],[11,7],[47,5],[30,34]],[[6130,9686],[34,22]],[[6183,9665],[-95,-85],[-27,-30],[-31,-44]],[[5987,9455],[-35,-79],[5,-60]],[[5933,9239],[72,-65]],[[6005,9174],[-22,-32],[-32,-21]],[[5891,9072],[-41,-21]],[[5820,9062],[-31,-38]],[[5789,9024],[-54,69],[-56,75]],[[9875,17001],[27,-64]],[[9902,16937],[7,1]],[[9909,16938],[59,-145]],[[9968,16793],[197,56]],[[10269,16584],[-51,-16],[5,-45]],[[10180,16445],[5,-60]],[[10185,16385],[-112,-95],[-73,11],[-70,-20],[-22,-76],[-55,-43],[-63,-13],[-110,37],[-162,87],[-158,52],[-53,-34]],[[9307,16291],[-33,149]],[[9274,16440],[-4,-2]],[[9270,16438],[2,37]],[[9272,16475],[46,-7]],[[9318,16468],[93,-19]],[[9411,16449],[16,4]],[[9427,16453],[36,-23],[45,36]],[[9508,16466],[36,20]],[[9544,16486],[-5,53]],[[9539,16539],[-4,54]],[[9535,16593],[-73,97]],[[9462,16690],[146,188],[232,164],[19,-15],[16,-26]],[[1534,5673],[48,-2]],[[1582,5671],[-48,2]],[[1731,5892],[102,-10],[59,-15],[35,-21]],[[1927,5846],[121,-92]],[[2048,5754],[101,13],[100,-8],[116,-29],[139,-18]],[[2504,5712],[2,-11]],[[2506,5701],[-21,-50]],[[2485,5651],[73,-130]],[[2558,5521],[-23,-81],[20,-75],[-99,-238],[-50,-78],[-95,34],[-52,-40],[-218,-45],[-100,111],[-152,120],[-90,-26],[-38,27],[-34,103]],[[1627,5333],[-66,109]],[[1561,5442],[10,69]],[[1571,5511],[26,32]],[[1597,5543],[22,70]],[[1619,5613],[17,58],[-56,46]],[[1580,5717],[-24,49]],[[1556,5766],[-3,72]],[[1553,5838],[30,77]],[[1583,5915],[148,-23]],[[2770,6084],[-35,-54],[5,-111],[-177,-109]],[[2563,5810],[-19,-53]],[[2544,5757],[-40,-45]],[[2048,5754],[-121,92]],[[1927,5846],[-41,23],[-56,13],[-99,10]],[[1583,5915],[1,10]],[[1584,5925],[25,23],[153,41],[-7,45]],[[1755,6034],[-20,15]],[[1735,6049],[-61,47],[45,109],[90,55],[78,-41],[90,-13],[126,63],[67,-19],[56,-60],[51,-12],[96,30],[75,-13],[63,34],[65,-13],[4,-54],[53,-92],[63,27],[74,-13]],[[9869,8763],[6,-36]],[[10009,8427],[36,-17]],[[10055,8374],[-41,-15]],[[10007,8351],[-28,10]],[[9979,8361],[-77,-12]],[[9902,8349],[-74,-4],[-24,-20],[-24,-52]],[[9780,8273],[-32,-15],[-96,24],[-64,73]],[[9588,8355],[-26,13],[-25,2],[-20,-6],[-19,-15],[-14,-28]],[[9484,8321],[-31,-83]],[[9453,8238],[-26,-16],[-44,-11],[-65,-5],[-38,6],[-39,20],[-12,14],[-32,51]],[[9198,8326],[-36,60]],[[9134,8424],[34,43],[20,39],[32,110]],[[9246,8676],[33,55],[18,22],[41,39],[29,18]],[[9367,8810],[41,12],[42,5],[111,-4],[38,4],[44,10],[68,31]],[[3428,4801],[73,-24],[47,-119],[-75,-17],[-22,29],[-23,131]],[[3618,4844],[29,-10],[-12,-104],[-42,-9],[-41,76],[66,47]],[[2885,3862],[-39,-5]],[[2846,3857],[-16,54],[-49,9],[-8,402],[-31,-3],[-82,64],[41,188],[-8,145],[-21,44]],[[2672,4760],[12,61]],[[2684,4821],[-64,2]],[[2620,4823],[50,23],[41,56],[-18,61],[19,82],[61,98],[181,-45],[57,-63],[20,-88],[83,-127],[146,-15],[114,-80],[77,-97],[100,23],[0,35],[100,10],[-9,55],[35,89],[68,51],[67,-30],[57,-124],[54,-70],[-313,-423],[-463,-344],[-106,-45],[-17,34],[-139,-27]],[[2958,6018],[6,-68]],[[2964,5950],[-48,-47]],[[2916,5903],[6,-359],[-65,-55]],[[2857,5489],[-79,88],[-60,-49],[-50,0],[-75,-56],[-35,49]],[[2485,5651],[21,50]],[[2544,5757],[19,53]],[[2770,6084],[125,-55],[63,-11]],[[1194,6102],[75,4],[33,-50],[76,-5]],[[1378,6051],[98,116],[34,-88],[73,-56],[109,57],[43,-31]],[[1735,6049],[20,-15]],[[1584,5925],[-31,-87]],[[1556,5766],[-37,-25]],[[1519,5741],[-113,-76]],[[1406,5665],[-37,-11],[-38,10],[-17,12],[-74,81]],[[1240,5757],[-35,-41],[-57,1],[-86,36]],[[1062,5753],[-20,24]],[[1042,5777],[-11,137],[13,149],[58,20],[-15,76]],[[1087,6159],[48,13]],[[1135,6172],[43,8]],[[1178,6180],[16,-78]],[[6648,8613],[73,54]],[[6721,8667],[15,14]],[[6736,8681],[91,66],[70,17]],[[6897,8764],[0,38],[73,18],[76,102]],[[7046,8922],[-35,139],[15,15]],[[7026,9076],[53,57]],[[7079,9133],[24,8],[24,31],[8,4]],[[7135,9176],[37,-141],[77,-62],[-2,-81],[96,39],[26,-213]],[[7369,8718],[114,54]],[[7484,8769],[-18,-74]],[[7482,8591],[-50,4],[-27,-8],[-20,-1],[-18,10],[-20,20]],[[7347,8616],[-11,-9]],[[7336,8607],[11,-88]],[[7289,8580],[-106,46]],[[7017,8455],[13,-8]],[[6951,8438],[-173,-49]],[[6777,8404],[-21,-8]],[[3863,5752],[56,9]],[[3919,5761],[196,-500]],[[4115,5261],[-55,-65],[22,-126],[-5,-130],[40,-59]],[[4117,4881],[-150,-7],[-1,72],[-51,85],[-112,37],[-24,52],[-122,-36],[-77,-48],[-253,78],[-169,78],[-68,98],[-72,74],[-136,91],[-25,34]],[[2916,5903],[48,47]],[[2964,5950],[-6,68]],[[2958,6018],[33,-57],[93,-78],[41,4],[28,-122],[1,-96],[148,-227],[49,-18],[128,-102],[76,1],[137,90],[189,-41],[-14,137],[14,56],[-18,187]],[[7412,9499],[54,-46]],[[7512,9453],[34,60]],[[7607,9506],[45,-93],[-27,-32]],[[7607,9337],[146,-36],[61,-33]],[[7636,8868],[10,-16],[-277,-134]],[[7135,9176],[-24,-28],[-13,-9]],[[7098,9139],[-31,145],[-25,26]],[[7042,9310],[60,97]],[[7117,9411],[32,-6],[47,-26],[24,-6],[26,15],[16,18],[53,81]],[[2684,4821],[-12,-61]],[[2846,3857],[39,5]],[[2885,3862],[-88,-58],[-34,-68],[-66,-9],[-27,-63],[-101,-28],[-29,66],[-61,-43],[11,-53],[-146,-56],[-38,62],[58,45],[-6,70],[-132,-92],[-104,26],[-51,-37],[-64,31],[-51,-13],[-43,41],[4,231],[29,79],[-76,51],[-71,-3],[-29,59],[-146,35],[-46,-8],[-84,32]],[[1494,4159],[20,69]],[[1514,4228],[25,15],[14,14],[-6,55]],[[1547,4312],[-4,109],[40,45],[-115,48],[-91,-12],[-94,174],[69,70],[154,7]],[[1506,4753],[1,89],[132,-118],[155,-15],[-15,-58],[70,-32],[5,107],[77,-7],[80,-89],[67,19],[88,-42],[110,1],[41,78],[71,17],[76,75],[156,45]],[[3991,6980],[-4,-17]],[[3987,6963],[4,17]],[[3771,6927],[5,2]],[[3776,6929],[33,-49],[69,20],[56,-14],[-69,-47],[-22,-14],[-30,-27],[-24,-32],[-18,-38]],[[3771,6728],[-12,-39],[-5,-41],[5,-56],[18,-52]],[[3777,6540],[141,-198],[19,-37],[12,-40],[4,-41],[-6,-56],[-77,-251]],[[3870,5917],[0,-32]],[[3870,5885],[49,-124]],[[3863,5752],[-17,34],[-170,84],[7,97],[-55,63],[-129,27],[-76,-17],[-116,26],[-70,-1],[-52,64],[-15,75],[-49,64],[-95,33],[-15,85],[-177,110],[29,90],[151,30],[133,91],[95,31],[115,-23],[46,-56],[74,-12],[133,4],[58,23],[31,78],[-111,-25],[-115,5],[-39,91],[-77,49],[4,94],[88,82],[126,-29],[104,-59],[92,-33]],[[1303,6587],[-52,-30],[11,-100],[54,-76],[116,-91],[46,-118],[-100,-121]],[[1194,6102],[-16,78]],[[1135,6172],[-48,-13]],[[1042,5777],[-12,-54]],[[1030,5723],[-161,-60]],[[869,5663],[-51,-22]],[[818,5641],[-32,-5]],[[786,5636],[-41,34]],[[745,5670],[-30,57]],[[715,5727],[-5,13]],[[710,5740],[-61,140],[-70,45],[-143,124]],[[436,6049],[-8,16]],[[428,6065],[-45,47]],[[383,6112],[-11,54]],[[372,6166],[1,7]],[[373,6173],[46,106]],[[419,6279],[17,10]],[[436,6289],[32,20]],[[468,6309],[16,5]],[[484,6314],[24,19]],[[508,6333],[11,8]],[[519,6341],[7,12]],[[526,6353],[34,22]],[[560,6375],[8,13]],[[568,6388],[13,4]],[[581,6392],[8,13]],[[589,6405],[253,139],[78,59],[159,45],[224,-61]],[[1675,7053],[-20,-96],[-37,-43],[-99,-19],[60,80],[65,25],[31,53]],[[1561,5442],[-110,64],[37,58],[83,-53]],[[1597,5543],[-75,43],[71,43],[26,-16]],[[1580,5717],[-46,-44]],[[1534,5673],[48,-2]],[[1582,5671],[-91,-76],[-44,11],[-89,-44],[-75,-97],[-140,-21],[-52,29],[-106,-30],[-95,82],[-104,111]],[[818,5641],[51,22]],[[1030,5723],[32,30]],[[1240,5757],[82,-87],[24,-12],[24,-4],[36,11]],[[1519,5741],[61,-24]],[[7501,8454],[-105,16]],[[7376,8475],[-19,13]],[[7359,8542],[-23,65]],[[7336,8607],[11,9]],[[7347,8616],[22,-21],[19,-9],[48,9],[40,-5],[81,5]],[[7597,8580],[6,60]],[[7603,8640],[-8,38]],[[7862,8815],[7,12]],[[8028,8610],[-4,-110]],[[8024,8500],[20,1]],[[8066,8261],[-129,-14]],[[7937,8247],[-129,77]],[[7548,8270],[-70,12]],[[7478,8282],[23,172]],[[6654,11502],[35,19]],[[6709,11555],[33,18],[9,33]],[[6751,11606],[16,14]],[[6792,11642],[72,20]],[[6954,11658],[63,29]],[[7066,11862],[62,-12]],[[7148,11857],[29,-8],[32,1]],[[7214,11865],[24,-5]],[[7238,11860],[69,84],[81,18]],[[7388,11986],[9,20]],[[7415,12030],[59,7],[1,-154]],[[7475,11883],[-3,3]],[[7472,11886],[-62,-398],[-44,-7]],[[7366,11481],[-75,-30],[-29,-49],[-32,-159],[-69,-11],[-11,-99],[-64,-68],[-24,-76]],[[7062,10989],[-110,-39]],[[6952,10950],[-53,-2],[-157,134]],[[6477,11456],[31,1]],[[6562,11459],[71,28]],[[11096,19345],[-116,-4]],[[10980,19341],[5,38]],[[10985,19379],[-6,98]],[[10979,19477],[2,64],[56,105]],[[11037,19646],[66,47],[67,-61]],[[11170,19632],[71,-81]],[[11241,19551],[139,-135],[75,-13],[57,-173],[117,15]],[[11629,19245],[147,90],[26,-58]],[[12052,19033],[16,-60]],[[12195,18832],[-41,-199],[-46,44]],[[12041,18682],[-156,-4],[-95,-10],[-32,-8],[-66,-52],[-96,-103]],[[11463,18425],[-26,12]],[[11377,18474],[-64,108]],[[11357,18616],[49,80],[7,18],[7,56]],[[11415,18781],[-27,-15],[-46,2],[-98,5],[-133,15]],[[7307,7491],[42,100]],[[7349,7591],[11,68]],[[7360,7659],[-44,22],[1,83]],[[7317,7764],[152,-6]],[[7469,7758],[-11,147],[182,-30]],[[7640,7875],[67,12]],[[7707,7887],[16,98]],[[7723,7985],[30,39]],[[7772,8036],[13,2],[19,-4],[21,-11],[56,-59]],[[7881,7964],[97,-69]],[[7926,7649],[-72,-25]],[[7854,7624],[-95,-58],[-100,-85]],[[7659,7481],[-50,-26],[-42,-10],[-50,-2],[-52,4]],[[7465,7447],[-158,44]],[[10731,5280],[35,-53]],[[10766,5227],[97,-98],[197,-100],[29,-33],[71,-146],[12,-176],[62,-9]],[[11234,4665],[-446,-148]],[[10788,4517],[-113,289],[-53,161]],[[10622,4967],[-124,133],[-13,24],[-42,210],[19,-10],[45,16],[58,-14],[57,7],[44,-13],[41,-17],[14,-8],[10,-15]],[[6693,5652],[40,-14]],[[6733,5638],[90,-1]],[[6823,5637],[41,4]],[[6864,5641],[109,-79],[72,-69]],[[7045,5493],[56,-20]],[[7101,5473],[56,24]],[[7157,5497],[12,-10]],[[7169,5487],[28,7]],[[7197,5494],[0,-4]],[[7197,5490],[15,4]],[[7212,5494],[31,12]],[[7243,5506],[152,-23],[-27,-111],[-186,-167],[-154,-203],[-35,-18],[-50,107],[-119,71],[-75,-38],[-120,25],[-223,-41],[-91,75],[3,89],[77,20],[187,-71],[-22,193],[57,98],[4,52],[23,99],[49,-11]],[[7079,5313],[-25,47],[-58,-40],[33,-50],[50,43]],[[3952,6237],[34,71]],[[3986,6308],[39,86]],[[4025,6394],[67,-46]],[[4092,6348],[139,-50]],[[4231,6298],[-11,-39]],[[4220,6259],[97,-21]],[[4317,6238],[-8,-44],[49,-81],[9,-54],[57,-16],[-3,-64],[45,-30],[-14,-84],[37,-85],[65,-39],[-6,-67],[-45,-20],[-1,-40],[23,-113]],[[4525,5501],[-101,31]],[[4424,5532],[-147,0],[-60,48]],[[4217,5580],[-3,-126]],[[4214,5454],[-64,-80],[-68,6],[-12,-4]],[[4070,5376],[-200,509]],[[3870,5917],[7,41],[60,180],[12,44],[3,55]],[[9087,5692],[-11,12]],[[9076,5704],[-4,-6]],[[9072,5698],[-6,2],[-92,36],[-39,36]],[[8935,5772],[-22,127]],[[8913,5899],[-2,43]],[[8911,5942],[22,85],[59,20],[-52,102]],[[8940,6149],[37,3]],[[8977,6152],[78,-12],[62,24]],[[9117,6164],[38,14]],[[9155,6178],[72,-83]],[[9227,6095],[17,-41]],[[9244,6054],[10,-6]],[[9254,6048],[89,-152],[-22,-141]],[[9321,5755],[-60,-27]],[[9261,5728],[-98,-49]],[[9163,5679],[-38,5]],[[9125,5684],[-10,0]],[[9115,5684],[6,-30]],[[9121,5654],[5,3]],[[9126,5657],[-7,-24]],[[9119,5633],[-25,-41]],[[9094,5592],[-2,-9]],[[9092,5583],[-1,50],[0,1]],[[9091,5634],[-4,58]],[[10211,6629],[-66,131]],[[10145,6760],[162,46],[69,-4]],[[10376,6802],[7,-5]],[[10383,6797],[259,-40],[47,2]],[[10689,6759],[37,-223]],[[10726,6536],[-212,-58]],[[10514,6478],[-8,-8]],[[10506,6470],[-43,-11]],[[10463,6459],[-214,-15]],[[10249,6444],[-38,185]],[[11348,7247],[-21,27],[110,148],[59,59]],[[11496,7481],[0,2]],[[11496,7483],[2,7]],[[11498,7490],[67,-25],[26,-24],[7,-19]],[[11598,7422],[2,-65],[37,-209],[-5,-92]],[[11632,7056],[21,-87]],[[11653,6969],[27,-33]],[[11680,6936],[37,-16]],[[11717,6920],[63,-44]],[[11780,6876],[110,-122],[14,-39],[0,-98]],[[11904,6617],[16,-69]],[[11920,6548],[57,-104]],[[11977,6444],[-8,-47],[-1,-36],[14,-44],[33,-46]],[[12015,6271],[-48,-3]],[[11967,6268],[-21,-11]],[[11946,6257],[-127,103],[-123,-68],[-182,-64],[-128,-13],[-68,63]],[[11318,6278],[-92,18]],[[11226,6296],[0,85],[28,36],[242,147],[8,43],[71,43],[-64,62],[-44,126],[-131,95],[-60,16],[-33,48],[-88,72],[9,46]],[[11164,7115],[14,21]],[[11178,7136],[95,45]],[[11273,7181],[75,66]],[[8447,6420],[7,80]],[[8454,6500],[56,60]],[[8510,6560],[38,27]],[[8548,6587],[58,30]],[[8606,6617],[52,-16],[64,91],[38,22],[-21,111]],[[8739,6825],[16,16]],[[8755,6841],[11,7]],[[8766,6848],[92,-98],[25,7]],[[8883,6757],[-22,-71]],[[8861,6686],[-32,-41]],[[8829,6645],[11,-20]],[[8840,6625],[28,-13]],[[8868,6612],[46,-3]],[[8914,6609],[41,-17]],[[8955,6592],[115,-7]],[[9070,6585],[-21,-103],[84,-92]],[[9133,6390],[7,-14]],[[9140,6376],[-18,-62],[28,-137]],[[9150,6177],[-33,-13]],[[8977,6152],[-53,0]],[[8924,6152],[-11,-6],[-31,2],[-29,14],[-15,25],[0,9],[-16,4],[-22,1]],[[8800,6201],[-76,-42]],[[8724,6159],[-176,61]],[[8548,6220],[-101,200]],[[6323,6820],[2,-5]],[[6325,6815],[86,63]],[[6411,6878],[106,-33]],[[6517,6845],[42,-22]],[[6559,6823],[96,-103],[-2,-242],[28,-33]],[[6681,6445],[68,-20]],[[6749,6425],[32,-93],[-34,-59]],[[6747,6273],[-5,-17]],[[6742,6256],[-144,-53],[-163,-118],[-108,-58],[-45,-62],[-59,-29],[58,-102]],[[6281,5834],[-33,-20],[-28,-80],[-56,-30]],[[6164,5704],[37,156]],[[6201,5860],[9,102]],[[6210,5962],[-9,95],[-167,147]],[[6034,6204],[-44,-38]],[[5990,6166],[0,180],[-50,241],[-81,41]],[[5859,6628],[-13,45]],[[5846,6673],[3,17]],[[5849,6690],[-15,65]],[[5834,6755],[31,81]],[[5865,6836],[2,26],[32,-13],[28,-1],[18,8],[28,23],[14,7],[55,5],[124,36],[32,-4],[39,-27]],[[6237,6896],[36,-10],[16,-10],[18,-24],[16,-32]],[[10576,5574],[49,-7]],[[10625,5567],[-54,106]],[[10571,5673],[57,12]],[[10628,5685],[145,37]],[[10773,5722],[45,9]],[[10818,5731],[67,14]],[[10885,5745],[263,97]],[[11148,5842],[37,-95]],[[11185,5747],[51,-326],[199,-364]],[[11435,5057],[70,-140]],[[11505,4917],[-252,-246]],[[11253,4671],[-19,-6]],[[10766,5227],[-35,53]],[[10731,5280],[-12,16],[-52,24],[-43,13],[-57,-7],[-16,4]],[[10551,5330],[0,45],[53,-1],[-37,78]],[[10567,5452],[-21,107]],[[10546,5559],[30,15]],[[15826,17637],[-65,28],[-25,19],[-105,117],[-15,28],[-8,35]],[[15687,17974],[20,121]],[[15831,18265],[5,7],[3,111]],[[15839,18383],[24,11]],[[15863,18394],[59,56]],[[15922,18450],[13,-2]],[[15935,18448],[13,-17],[175,6],[8,-7]],[[16131,18430],[-17,-21]],[[16125,18402],[7,-25],[56,-50],[-72,-150]],[[16115,18180],[-48,-106]],[[7055,7018],[-6,88],[-26,46]],[[7023,7152],[1,16]],[[7024,7168],[85,30]],[[7109,7198],[16,-17]],[[7125,7181],[46,-149]],[[7171,7032],[-3,-47],[131,23]],[[7299,7008],[73,-369]],[[7372,6639],[-119,16]],[[7253,6655],[-108,44]],[[7145,6699],[-40,-25]],[[7105,6674],[-115,38]],[[6990,6712],[-30,-4]],[[6960,6708],[19,52],[-24,55],[91,155]],[[7046,6970],[9,48]],[[9002,5009],[13,-71]],[[9015,4938],[66,-92],[-1,-10],[-26,-21]],[[9054,4815],[-142,-97]],[[8912,4718],[-27,-42]],[[8885,4676],[-13,-83],[23,-53],[-103,-35],[-33,-74],[-38,-12]],[[8721,4419],[-71,-28]],[[8650,4391],[-129,9]],[[8521,4400],[101,132]],[[8622,4532],[-47,205],[20,98],[42,105],[97,14],[12,68],[-29,53],[-49,11],[-64,-26],[-197,188]],[[8407,5248],[7,40]],[[8414,5288],[60,33],[-17,40]],[[8457,5361],[-2,20],[222,69],[23,35],[141,52],[94,-27],[11,36]],[[8946,5546],[49,-13]],[[8995,5533],[-10,-46]],[[8985,5487],[-25,-16]],[[8960,5471],[-21,-29]],[[8939,5442],[18,-81],[-16,-27],[-9,-47],[-40,-36],[-3,15]],[[8889,5266],[-26,-42],[-91,-13],[-16,-38],[35,-99],[51,9]],[[8842,5083],[86,11],[74,-85]],[[9252,5260],[-29,22]],[[9223,5282],[-51,12]],[[9172,5294],[-37,-12]],[[9135,5282],[-55,40],[-77,6]],[[9003,5328],[-19,-11]],[[8984,5317],[0,-10]],[[8984,5307],[-21,-6]],[[8963,5301],[0,5]],[[8963,5306],[-4,96],[-20,40]],[[8960,5471],[25,16]],[[8995,5533],[44,-11]],[[9039,5522],[36,43]],[[9075,5565],[15,9],[4,18]],[[9094,5592],[25,41]],[[9119,5633],[7,24]],[[9121,5654],[-6,30]],[[9125,5684],[38,-5]],[[9163,5679],[98,49]],[[9261,5728],[155,51]],[[9416,5779],[28,-11]],[[9444,5768],[37,8]],[[9481,5776],[147,3]],[[9628,5779],[8,-5]],[[9636,5774],[-1,-36]],[[9635,5738],[-20,-31]],[[9615,5707],[3,-143],[105,-93]],[[9723,5471],[1,-20]],[[9724,5451],[16,-29]],[[9740,5422],[12,-19]],[[9752,5403],[-3,-21]],[[9749,5382],[0,-17]],[[9749,5365],[13,-20]],[[9762,5345],[12,-11]],[[9774,5334],[12,-44]],[[9786,5290],[-29,-20]],[[9757,5270],[-67,-26],[3,-181]],[[9693,5063],[-81,-1]],[[9612,5062],[-12,-34]],[[9600,5028],[-32,31]],[[9568,5059],[-74,3]],[[9494,5062],[-201,3]],[[9293,5065],[-23,-19]],[[9270,5046],[-26,19]],[[9244,5065],[15,95]],[[9259,5160],[-7,100]],[[5650,6233],[-32,5]],[[5618,6238],[-17,19]],[[5601,6257],[-64,34]],[[5537,6291],[-7,36]],[[5530,6327],[19,14]],[[5549,6341],[6,70]],[[5555,6411],[5,113],[78,137],[-55,134]],[[5583,6795],[69,18]],[[5652,6813],[28,-25]],[[5680,6788],[27,-4],[25,13],[12,27],[25,23],[67,18],[29,-2],[0,-27]],[[5834,6755],[15,-65]],[[5846,6673],[13,-45]],[[5990,6166],[-59,-31]],[[5931,6135],[-129,-145]],[[5802,5990],[-63,-36]],[[5739,5954],[10,204]],[[5749,6158],[-63,32]],[[5686,6190],[-36,43]],[[6575,7453],[28,2],[47,12],[145,52]],[[6795,7519],[75,-2],[46,-9],[78,9]],[[6994,7517],[66,-336]],[[7060,7181],[-36,-13]],[[7023,7152],[-49,17]],[[6974,7169],[-148,-6],[-79,23],[-73,58]],[[6674,7244],[-14,-36]],[[6660,7208],[-3,-1]],[[6657,7207],[-12,34],[-38,73]],[[6607,7314],[-32,139]],[[7105,6674],[76,-41]],[[7181,6633],[33,-33]],[[7214,6600],[21,-78]],[[7235,6522],[-15,-114]],[[7220,6408],[-11,-66]],[[7209,6342],[-16,-27]],[[7193,6315],[-59,-33],[10,-81]],[[7144,6201],[100,-33]],[[7244,6168],[3,-31]],[[7247,6137],[-11,-20]],[[7236,6117],[-79,-164]],[[7157,5953],[-203,-65],[-198,219],[-96,-36],[-59,-45]],[[6601,6026],[-10,17]],[[6591,6043],[24,69],[62,34],[72,81]],[[6749,6227],[-2,46]],[[6749,6425],[22,-5]],[[6771,6420],[-1,20]],[[6770,6440],[200,131]],[[6970,6571],[11,21]],[[6981,6592],[6,60],[3,60]],[[7723,6049],[73,0]],[[7796,6049],[4,-85],[-22,-82],[-35,11],[-68,-65],[-47,-79],[-49,-43],[-9,-124]],[[7570,5582],[-73,125],[-80,-84]],[[7417,5623],[-40,-9]],[[7377,5614],[-32,54],[6,76],[-61,27],[26,132],[-65,73],[-38,-4],[-3,4],[-26,33]],[[7184,6009],[52,108]],[[7236,6117],[60,1]],[[7296,6118],[62,-20],[86,5]],[[7444,6103],[29,-33]],[[7473,6070],[62,-23],[84,53]],[[7619,6100],[59,-9]],[[7678,6091],[-1,-27]],[[7677,6064],[46,-15]],[[10527,7558],[-24,22]],[[10503,7580],[-7,62],[-44,15],[24,93],[-56,67]],[[10420,7817],[89,124]],[[10509,7941],[54,-3]],[[10563,7938],[39,-21],[59,-99]],[[10661,7818],[88,-48]],[[10749,7770],[39,-5],[32,1],[41,10]],[[10861,7776],[-19,-72],[46,-32],[8,-146]],[[10896,7526],[-47,-9]],[[10849,7517],[-84,25],[-175,-28],[-59,40]],[[10531,7554],[-4,4]],[[8221,6541],[-37,53]],[[8184,6594],[-33,-32]],[[8151,6562],[-44,46],[26,46],[-27,71],[-100,157]],[[8006,6882],[14,6]],[[8020,6888],[46,-1],[-25,120],[15,65],[40,44],[169,6]],[[8265,7122],[0,-5]],[[8265,7117],[177,-168],[25,-65],[-17,-50],[138,-106],[75,17],[52,66]],[[8715,6811],[24,14]],[[8606,6617],[-58,-30]],[[8548,6587],[-38,-27]],[[8454,6500],[-2,-21]],[[8452,6479],[-147,-12],[-43,28]],[[8262,6495],[-41,46]],[[10206,5791],[68,70],[32,-39],[86,18]],[[10392,5840],[5,25]],[[10397,5865],[66,-31],[42,-13],[-4,-37]],[[10501,5784],[23,-49]],[[10524,5735],[11,-11]],[[10535,5724],[36,-51]],[[10571,5673],[54,-106]],[[10576,5574],[-30,-15]],[[10546,5559],[21,-107]],[[10551,5330],[-42,10],[-42,-15],[-14,1],[-10,9]],[[10443,5335],[-4,-2]],[[10439,5333],[-108,137]],[[10331,5470],[-113,-6]],[[10218,5464],[-108,-51],[-71,34]],[[10039,5447],[-29,19]],[[10010,5466],[-55,31]],[[9955,5497],[14,23]],[[9969,5520],[78,58],[-87,64],[-70,138],[29,19]],[[9919,5799],[14,-5]],[[9933,5794],[132,81],[5,-34]],[[10070,5841],[36,-48]],[[10106,5793],[15,-4]],[[10121,5789],[85,2]],[[9005,7339],[-42,5]],[[8963,7344],[-12,1]],[[8951,7345],[46,-112]],[[8997,7233],[30,-46]],[[9027,7187],[-86,21]],[[8941,7208],[-27,-30]],[[8914,7178],[12,-48],[-66,-54],[-51,72]],[[8809,7148],[-37,-23]],[[8772,7125],[-1,4]],[[8771,7129],[-69,-28]],[[8702,7101],[-91,107],[-46,23],[-113,-6],[-66,47]],[[8386,7272],[70,41]],[[8456,7313],[5,8]],[[8461,7321],[7,39]],[[8468,7360],[-41,4],[-50,74],[5,105],[-93,77],[-15,58]],[[8274,7678],[43,15],[39,-4],[32,-16]],[[8613,7665],[38,-20],[26,-4],[25,11],[84,64]],[[8786,7716],[139,70]],[[8925,7786],[11,-32]],[[8936,7754],[35,0],[46,15],[74,52],[92,16]],[[9183,7837],[57,-158],[-84,-27],[17,-124],[37,-113],[45,-35]],[[9255,7380],[9,-14],[-142,-23],[-54,20],[-52,-7],[-11,-17]],[[7797,7487],[-22,13]],[[7775,7500],[-55,31]],[[7720,7531],[134,93]],[[7854,7624],[239,66]],[[8093,7690],[128,-21],[53,9]],[[8468,7360],[-7,-39]],[[8456,7313],[-94,-30],[-15,-131]],[[8347,7152],[-93,-24]],[[8254,7128],[11,-6]],[[8020,6888],[-95,-15]],[[7925,6873],[-81,-9]],[[7844,6864],[-18,-4]],[[7826,6860],[-19,201],[5,51],[-5,66]],[[7807,7178],[22,4]],[[7829,7182],[-15,195],[11,66]],[[7825,7443],[-28,44]],[[7996,5971],[17,17],[99,-102],[83,-21],[111,29]],[[8306,5894],[44,42]],[[8350,5936],[119,-58],[-19,-84],[-83,-1]],[[8367,5793],[7,-70]],[[8374,5723],[-20,-7],[-23,-123],[-47,-55]],[[8284,5538],[-84,-275],[-28,-12]],[[8172,5251],[-292,-3],[-78,5]],[[7802,5253],[12,19],[-112,311],[-132,-1]],[[7796,6049],[58,82]],[[7854,6131],[26,30],[39,-110],[77,-80]],[[7322,7176],[244,-112]],[[7566,7064],[49,-3]],[[7615,7061],[10,73],[87,2]],[[7712,7136],[39,26],[27,-2],[29,18]],[[7826,6860],[-11,-11]],[[7815,6849],[-11,-109],[-34,-71],[-142,-14]],[[7628,6655],[-60,8]],[[7568,6663],[-24,-34]],[[7544,6629],[-171,16],[-74,362],[6,48],[17,121]],[[10615,7185],[-154,262]],[[10461,7447],[34,93]],[[10495,7540],[32,18]],[[10527,7558],[4,-4]],[[10849,7517],[22,3]],[[10871,7520],[4,-82],[54,-73],[77,-8]],[[11006,7357],[90,-151]],[[11096,7206],[-93,-93],[-102,-56],[-36,-85]],[[10865,6972],[-189,-135]],[[10676,6837],[-56,322],[-5,26]],[[9635,5738],[1,36]],[[9636,5774],[-15,18]],[[9621,5792],[72,22],[90,88],[-27,103],[-42,-8]],[[9714,5997],[76,102]],[[9790,6099],[44,-223]],[[9834,5876],[40,-60]],[[9874,5816],[45,-17]],[[9969,5520],[-74,-122]],[[9895,5398],[-22,-49]],[[9873,5349],[-87,-59]],[[9774,5334],[-12,11]],[[9749,5365],[0,17]],[[9749,5382],[3,21]],[[9740,5422],[-16,29]],[[9724,5451],[-1,20]],[[9615,5707],[20,31]],[[8935,5772],[24,-25],[25,-16],[88,-33]],[[9076,5704],[11,-12]],[[9087,5692],[4,-58]],[[9092,5583],[-2,-9],[-15,-9]],[[9039,5522],[-93,24]],[[8457,5361],[16,-40],[-59,-33]],[[8407,5248],[-63,-26]],[[8344,5222],[-34,70],[-111,-30]],[[8199,5262],[85,276]],[[8374,5723],[-7,70]],[[8350,5936],[28,30]],[[8378,5966],[18,78],[65,4]],[[8461,6048],[53,70]],[[8514,6118],[70,33]],[[8584,6151],[2,30]],[[8586,6181],[-18,32]],[[8568,6213],[156,-54]],[[8800,6201],[33,-2],[19,-36],[24,-13],[17,-4],[22,0],[9,6]],[[8924,6152],[16,-3]],[[8911,5942],[2,-43]],[[7963,6290],[18,45]],[[7981,6335],[33,54]],[[8014,6389],[-7,9]],[[8007,6398],[108,127]],[[8115,6525],[3,-5]],[[8118,6520],[66,74]],[[8221,6541],[41,-46]],[[8452,6479],[-5,-59]],[[8447,6420],[101,-200]],[[8548,6220],[20,-7]],[[8586,6181],[-2,-30]],[[8514,6118],[-53,-70]],[[8378,5966],[-72,-72]],[[7996,5971],[-66,69]],[[7930,6040],[24,25],[-8,11],[37,55],[26,39]],[[8009,6170],[-29,19],[-16,20],[2,59]],[[7966,6268],[1,5]],[[7967,6273],[-4,17]],[[6974,7169],[49,-17]],[[7055,7018],[-9,-48]],[[6960,6708],[26,-54],[-5,-62]],[[6970,6571],[-200,-131]],[[6771,6420],[-90,25]],[[6559,6823],[-42,22]],[[6411,6878],[41,30]],[[6452,6908],[-68,179],[66,41],[145,54]],[[6595,7182],[65,26]],[[6660,7208],[14,36]],[[9512,7759],[-50,46]],[[9462,7805],[-6,36],[-87,20]],[[9369,7861],[-63,-1]],[[9306,7860],[-210,-38],[-80,-54],[-50,-14],[-30,0]],[[8925,7786],[18,18],[12,28],[4,105],[21,84],[16,35]],[[9058,8167],[75,119],[31,21]],[[9164,8307],[71,-69],[26,-18],[32,-11],[51,-3],[77,14],[32,18]],[[9453,8238],[31,83]],[[9484,8321],[9,21],[18,18],[19,9],[26,0],[32,-14]],[[9780,8273],[23,51],[22,20],[18,4],[59,1]],[[9902,8349],[77,12]],[[9979,8361],[122,-76]],[[10283,8104],[100,-34],[33,-15],[24,-27],[46,-78]],[[10486,7950],[23,-9]],[[10420,7817],[-93,27],[-12,-81],[-82,94],[-57,-47],[-170,-61],[-94,-44],[17,-93]],[[9929,7612],[8,-10]],[[9937,7602],[-4,-2]],[[9933,7600],[-8,3]],[[9925,7603],[-84,9],[-116,59],[-111,-27]],[[9614,7644],[-44,-13]],[[9570,7631],[-1,76]],[[9569,7707],[-57,52]],[[5291,6337],[-26,-45],[-4,-83]],[[5261,6209],[66,17]],[[5327,6226],[164,66]],[[5491,6292],[46,-1]],[[5537,6291],[64,-34]],[[5601,6257],[17,-19]],[[5650,6233],[36,-43]],[[5749,6158],[-7,-148]],[[5742,6010],[-34,-8],[-28,-17]],[[5680,5985],[-20,-80],[-44,-18],[-140,20],[46,-109],[-61,-32],[-18,-76],[-72,24],[-37,-96]],[[5334,5618],[-43,72],[-230,-37]],[[5061,5653],[54,190],[18,115],[54,9],[36,107],[6,83],[-108,26]],[[5121,6183],[14,136]],[[5135,6319],[32,18]],[[5167,6337],[124,0]],[[9069,6741],[-12,83],[-45,42]],[[9012,6866],[45,12]],[[9057,6878],[-24,7]],[[9033,6885],[-27,19]],[[9006,6904],[126,36],[64,71]],[[9196,7011],[228,-99],[139,-126],[22,-27]],[[9585,6759],[-10,-76],[-58,-47]],[[9517,6636],[6,-37]],[[9523,6599],[20,-121]],[[9543,6478],[-106,118]],[[9437,6596],[-233,-104]],[[9204,6492],[-30,71],[-88,22]],[[9086,6585],[23,39]],[[9109,6624],[-29,93]],[[9080,6717],[-11,24]],[[8997,7233],[-46,112]],[[8963,7344],[42,-5]],[[9005,7339],[9,16],[33,6],[23,1],[51,-19],[137,24],[48,-9]],[[9306,7358],[36,-42],[-10,-50],[29,-14],[4,14],[19,-7]],[[9384,7259],[-36,-140]],[[9348,7119],[-42,-37]],[[9306,7082],[-52,-70],[-24,-17],[-34,16]],[[9006,6904],[27,-19]],[[9057,6878],[-45,-12]],[[9069,6741],[11,-24]],[[9109,6624],[-89,-31],[-65,-1]],[[8955,6592],[-41,17]],[[8868,6612],[-28,13]],[[8840,6625],[-11,20]],[[8829,6645],[32,41]],[[8861,6686],[22,71]],[[8766,6848],[8,30]],[[8774,6878],[-2,89],[-32,63]],[[8740,7030],[-35,58]],[[8705,7088],[24,20],[49,20],[31,20]],[[8914,7178],[27,30]],[[8941,7208],[86,-21]],[[9543,6478],[38,4]],[[9581,6482],[118,-49]],[[9699,6433],[52,-79]],[[9751,6354],[43,-40]],[[9794,6314],[-13,-14]],[[9781,6300],[-57,-48]],[[9724,6252],[64,-156]],[[9788,6096],[-74,-99]],[[9714,5997],[-53,-21]],[[9661,5976],[-26,16]],[[9635,5992],[-58,-23],[-50,92],[-8,66],[-84,-9],[-137,-52],[-34,8]],[[9264,6074],[-37,21]],[[9155,6178],[-5,-1]],[[9140,6376],[-7,14]],[[9070,6585],[16,0]],[[9204,6492],[233,104]],[[10216,5296],[45,92],[9,46],[5,4],[-3,18],[3,11]],[[10275,5467],[56,3]],[[10331,5470],[14,7],[94,-144]],[[10443,5335],[34,-179],[14,-46],[131,-143]],[[10788,4517],[-439,-148]],[[10349,4369],[-8,20],[8,46],[-24,25]],[[10325,4460],[-126,484],[-5,181],[5,82],[17,89]],[[9621,5792],[7,-13]],[[9481,5776],[-37,-8]],[[9416,5779],[-95,-24]],[[9254,6048],[-10,6]],[[9244,6054],[20,20]],[[9635,5992],[26,-16]],[[3991,6980],[-4,-17]],[[4673,6951],[17,-39]],[[4690,6912],[59,-60]],[[4749,6852],[46,-8]],[[4795,6844],[21,-54],[40,-49]],[[4856,6741],[-18,-9]],[[4838,6732],[-6,-22]],[[4832,6710],[-26,-10]],[[4806,6700],[17,-198],[11,-34],[45,-100]],[[4879,6368],[-9,-13],[-13,-72]],[[4857,6283],[-56,-43],[-68,-6],[-162,-58],[-93,27]],[[4478,6203],[-258,56]],[[4231,6298],[-139,50]],[[4025,6394],[-39,-86]],[[3952,6237],[-7,42],[-20,51],[-134,187],[-14,23]],[[3777,6540],[-15,39],[-8,55],[2,41],[15,53]],[[3771,6728],[25,49],[26,31],[31,24],[114,55],[72,-27],[48,39],[237,77],[73,-14],[74,26],[93,61],[69,-80],[40,-18]],[[7646,13458],[10,-139],[-47,13],[-56,-42],[44,-69],[4,-122],[124,-22],[59,6],[6,111],[61,122],[65,-93],[-116,-53],[-14,-87],[-68,-66],[-36,-95],[-83,-11]],[[7599,12911],[-83,4]],[[7508,12945],[-29,14]],[[7343,12993],[-15,-21]],[[7309,13003],[-41,-31],[-76,-6]],[[7173,12966],[-4,13]],[[7169,12979],[-10,223]],[[7157,13414],[5,34]],[[7229,13351],[13,-6],[24,-4],[8,1],[105,188]],[[7145,6699],[108,-44]],[[7372,6639],[172,-10]],[[7568,6663],[60,-8]],[[7815,6849],[29,15]],[[7925,6873],[81,9]],[[8151,6562],[-33,-42]],[[8115,6525],[-108,-127]],[[8014,6389],[-33,-54]],[[7963,6290],[4,-17]],[[7966,6268],[-4,-53],[13,-22],[34,-23]],[[7930,6040],[-14,16],[-36,105],[-26,-30]],[[7723,6049],[-46,15]],[[7678,6091],[-59,9]],[[7473,6070],[-29,33]],[[7296,6118],[-49,19]],[[7244,6168],[-100,33]],[[7193,6315],[16,27]],[[7220,6408],[15,114]],[[7214,6600],[-33,33]],[[7181,6633],[-36,66]],[[10145,6760],[-7,2],[-14,25],[-71,55]],[[10053,6842],[-23,-34],[-100,128]],[[9930,6936],[-55,59]],[[9875,6995],[-23,75],[63,134],[45,21],[61,110]],[[10021,7335],[-16,37]],[[10005,7372],[120,12],[-6,-34],[224,-254],[25,-10],[234,71],[24,-98],[-11,-72],[37,-16]],[[10652,6971],[37,-212]],[[10383,6797],[-7,5]],[[9227,4827],[15,-3]],[[9242,4824],[56,-62],[247,64],[71,-11],[36,43]],[[9652,4858],[48,-88]],[[9700,4770],[-149,-90],[10,-69],[-100,-97],[15,-49]],[[9476,4465],[27,-49]],[[9503,4416],[27,-23]],[[9530,4393],[-15,-124]],[[9515,4269],[-3,-19]],[[9512,4250],[-90,-120],[-103,-19],[-109,-154]],[[9210,3957],[-133,178],[22,68],[7,114],[74,88],[67,-62],[37,95],[-44,50],[-10,61]],[[9230,4549],[13,42]],[[9243,4591],[-15,79]],[[9228,4670],[-7,85]],[[9221,4755],[6,72]],[[9563,6786],[25,34],[9,39],[87,-43],[78,76],[126,87]],[[9888,6979],[42,-43]],[[10053,6842],[73,-57],[85,-156]],[[10211,6629],[40,-204],[21,-40]],[[10272,6385],[-42,-58]],[[10230,6327],[-8,-12]],[[10222,6315],[-96,-87]],[[10126,6228],[-68,38],[-106,25]],[[9952,6291],[-175,-37],[4,46]],[[9794,6314],[-43,40]],[[9699,6433],[-118,49]],[[9581,6482],[-38,-4],[-20,121]],[[9523,6599],[-6,37]],[[9585,6759],[-22,27]],[[9223,5282],[29,-22]],[[9252,5260],[7,-100]],[[9244,5065],[11,-16]],[[9255,5049],[-17,-26]],[[9238,5023],[-19,-58]],[[9219,4965],[-5,-25]],[[9214,4940],[11,-21]],[[9225,4919],[4,-13]],[[9229,4906],[-3,-3]],[[9226,4903],[-14,-17]],[[9212,4886],[-96,-9]],[[9116,4877],[-34,-34],[-67,95]],[[9002,5009],[-74,85],[-86,-11]],[[8889,5266],[0,-13],[8,1],[24,27],[12,7],[30,18]],[[8963,5301],[21,6]],[[8984,5317],[19,11]],[[9135,5282],[37,12]],[[8347,7152],[13,126],[26,-6]],[[8702,7101],[69,28]],[[8772,7125],[-67,-37]],[[8705,7088],[35,-58]],[[8774,6878],[-19,-37]],[[8755,6841],[-40,-30]],[[8265,7117],[0,5],[-11,6]],[[9494,5062],[74,-3]],[[9600,5028],[32,-127],[20,-43]],[[9242,4824],[-4,29]],[[9238,4853],[2,17]],[[9240,4870],[-14,33]],[[9229,4906],[-4,13]],[[9214,4940],[5,25]],[[9238,5023],[17,26]],[[9255,5049],[15,-3]],[[9293,5065],[201,-3]],[[7615,7061],[-49,3]],[[7322,7176],[-23,-168]],[[7171,7032],[-46,149]],[[7109,7198],[-49,-17]],[[6994,7517],[171,21]],[[7165,7538],[179,-62],[121,-29]],[[7465,7447],[63,-4],[52,4],[44,14],[35,20]],[[7659,7481],[61,50]],[[7775,7500],[22,-13]],[[7797,7487],[28,-44]],[[7829,7182],[-21,-3],[-34,-20],[-18,3],[-11,-4],[-33,-22]],[[6255,7774],[-77,-121],[-52,-17],[-104,-95],[-95,-13],[-4,37]],[[5923,7565],[24,27]],[[5999,7622],[47,35],[93,84],[54,59]],[[6717,8146],[155,140]],[[6872,8286],[130,66]],[[7002,8352],[77,6]],[[7079,8358],[148,-37]],[[7227,8321],[-19,-65],[7,-43],[-48,-102],[-78,37],[-28,-103],[12,-130],[-10,-129],[105,-29],[40,16]],[[7208,7773],[109,-9]],[[7360,7659],[-11,-68]],[[7307,7491],[-142,47]],[[7165,7538],[-96,-3],[-125,-26],[-34,-1],[-68,11],[-47,0]],[[6795,7519],[-161,-56]],[[6634,7463],[17,29],[29,71],[12,150]],[[6692,7713],[11,85]],[[6703,7798],[-23,10]],[[6680,7808],[-108,-24],[-88,29],[-75,-12],[-13,83]],[[6396,7884],[-10,-20]],[[6386,7864],[-62,-38]],[[6324,7826],[-69,-52]],[[4598,5487],[34,-28]],[[4632,5459],[25,-80],[-9,-111],[-52,-45],[34,-101],[176,-259],[-45,-76],[-104,-63],[-64,-19],[-79,24],[-113,4],[-29,156],[-255,-8]],[[4115,5261],[-45,115]],[[4214,5454],[3,126]],[[4424,5532],[69,-21],[36,-11],[69,-13]],[[7707,7887],[-67,-12]],[[7469,7758],[-261,15]],[[7227,8321],[81,-21]],[[7308,8300],[55,-1]],[[7363,8299],[37,-24],[6,-10],[1,-28],[19,-31],[57,-44]],[[7483,8162],[32,-11],[59,-31],[18,-18],[47,-96],[18,-22],[20,-11],[25,1],[21,11]],[[6210,5962],[-9,-102]],[[6164,5704],[-78,-128],[-61,-15],[-46,-117],[-119,-56],[13,-140],[-144,-25],[-33,23],[-246,57],[-177,-74],[-22,206],[83,183]],[[5680,5985],[12,10],[50,15]],[[5742,6010],[-3,-56]],[[5739,5954],[63,36]],[[5931,6135],[58,31],[45,38]],[[6994,13706],[57,-44],[26,-5],[25,6]],[[7067,13606],[-16,-96],[-29,-41]],[[7022,13469],[-35,-27],[-2,-17],[-6,-8]],[[6804,13345],[-87,3]],[[6511,13508],[-32,10]],[[6479,13518],[16,30],[-2,50],[-5,11],[0,23],[-16,19]],[[6468,13665],[16,66]],[[6484,13731],[26,35],[30,9],[52,78]],[[11864,1604],[-181,36],[-59,-78]],[[11624,1562],[-47,-27]],[[11577,1535],[-111,60]],[[11466,1595],[8,166]],[[11474,1761],[64,56],[95,25],[57,-70],[75,22],[155,14],[37,-16],[-52,-150],[-41,-38]],[[11879,1045],[-62,77],[-7,113],[85,126]],[[11895,1361],[17,36]],[[11912,1397],[9,30]],[[11921,1427],[242,-87],[93,-42],[-56,-93]],[[12200,1205],[-104,-45],[-62,2],[-51,-224]],[[11983,938],[-39,1],[-30,-13]],[[11914,926],[-4,26]],[[11910,952],[-31,93]],[[10989,1578],[97,-61],[24,-4],[6,28]],[[11116,1541],[9,-16]],[[11125,1525],[68,-32]],[[11193,1493],[-30,-130]],[[11163,1363],[-39,-60]],[[11124,1303],[-44,-19]],[[11080,1284],[-86,-14],[-157,-36]],[[10837,1234],[-14,3]],[[10823,1237],[-65,-92],[-10,-7],[-14,16]],[[10734,1154],[92,200]],[[10826,1354],[-20,12]],[[10806,1366],[31,37],[5,87],[4,11],[17,8],[19,18]],[[10882,1527],[1,-4]],[[10883,1523],[23,30]],[[10906,1553],[40,-35],[7,8],[36,52]],[[11955,4062],[70,90],[109,64]],[[12134,4216],[62,30]],[[12196,4246],[83,-67],[51,4],[45,-71]],[[12375,4112],[1,-40],[-173,-213],[-57,-40]],[[12146,3819],[-44,29]],[[12102,3848],[-38,43],[-11,4],[-14,-9],[-47,-41]],[[11992,3845],[-83,34]],[[11909,3879],[-18,3]],[[11891,3882],[-37,49]],[[11854,3931],[-11,23]],[[11843,3954],[2,17],[10,20],[13,10],[15,2],[28,-5],[25,8],[10,14],[9,42]],[[12387,6021],[-47,40],[-8,13],[-12,31],[-11,58]],[[12309,6163],[-50,31]],[[12259,6194],[-76,-12]],[[12183,6182],[-74,35]],[[12109,6217],[-56,47]],[[12053,6264],[-32,3],[-14,11],[-25,39],[-14,42],[0,33],[9,52]],[[11977,6444],[-57,104]],[[11904,6617],[1,90],[-10,38],[-14,23],[-101,108]],[[11717,6920],[-25,10]],[[11692,6930],[110,90],[61,55],[73,109]],[[11936,7184],[21,-27],[228,-97],[66,5],[69,-34],[-38,-71],[-41,-178],[-26,-15],[-10,-127],[134,-100],[41,-90],[119,-111],[91,-217],[103,-85],[61,-151]],[[12754,5886],[-41,-28],[-155,-11]],[[12558,5847],[-4,19]],[[12554,5866],[-12,26]],[[12542,5892],[-94,65],[-61,64]],[[11632,1411],[-55,-46],[-61,73]],[[11516,1438],[26,16]],[[11542,1454],[29,72]],[[11571,1526],[53,36]],[[11864,1604],[49,-38],[8,-139]],[[11912,1397],[-20,-34],[-167,16]],[[11725,1379],[-49,39]],[[11676,1418],[-44,-7]],[[11500,7673],[17,15]],[[11517,7688],[25,2]],[[11542,7690],[41,48]],[[11583,7738],[9,-76],[173,3],[157,-99],[69,-65],[-83,-65],[26,-128],[2,-124]],[[11692,6930],[-12,6]],[[11653,6969],[-21,87]],[[11598,7422],[-4,16],[-21,22],[-33,17],[-66,20]],[[11474,7497],[-40,5]],[[11434,7502],[65,125]],[[11499,7627],[1,46]],[[11724,802],[-39,92],[-36,53]],[[11649,947],[-143,222]],[[11506,1169],[-19,28]],[[11487,1197],[-77,69]],[[11410,1266],[-3,21]],[[11407,1287],[-21,-3]],[[11386,1284],[-6,50]],[[11380,1334],[32,33]],[[11412,1367],[67,33]],[[11479,1400],[37,38]],[[11632,1411],[44,7]],[[11725,1379],[170,-18]],[[11879,1045],[31,-93]],[[11914,926],[6,2]],[[11920,928],[14,-12],[-54,-74],[4,-73]],[[11884,769],[31,-48]],[[11915,721],[10,0]],[[11925,721],[-7,-77],[27,-106]],[[11945,538],[-6,-3]],[[11939,535],[-23,31]],[[11916,566],[6,15]],[[11922,581],[-59,44]],[[11863,625],[6,27]],[[11869,652],[-51,51]],[[11818,703],[-34,33]],[[11784,736],[-60,66]],[[12200,1205],[-19,-118],[52,-86],[7,-54],[-48,-91],[-13,-111],[-79,34],[-102,-4],[-73,-54]],[[11915,721],[-31,48]],[[11920,928],[63,10]],[[10564,1207],[-10,-1]],[[10554,1206],[22,-64]],[[10576,1142],[60,-186],[102,-28],[16,-43]],[[10754,885],[17,4]],[[10771,889],[-61,-73]],[[10710,816],[37,-14]],[[10747,802],[0,-77],[-49,-63],[-6,-74]],[[10692,588],[0,-38]],[[10692,550],[-87,-58]],[[10605,492],[-38,-8]],[[10567,484],[-35,-48],[-56,2]],[[10476,438],[-85,61],[-64,5],[-93,161],[-21,65],[21,97],[1,97],[79,57],[80,15],[14,62],[44,41],[32,132],[80,-24]],[[10728,1411],[17,-11]],[[10745,1400],[18,-9]],[[10763,1391],[34,-18]],[[10797,1373],[29,-19]],[[10826,1354],[-92,-200]],[[10734,1154],[4,-9],[15,-6],[70,98]],[[10837,1234],[108,26]],[[10945,1260],[3,-3],[-8,-14],[2,-25]],[[10942,1218],[-20,-10]],[[10922,1208],[16,-169]],[[10938,1039],[-7,-22]],[[10931,1017],[-93,6],[-59,-131]],[[10779,892],[-25,-7]],[[10576,1142],[-22,64]],[[10564,1207],[29,18],[10,88],[67,109],[23,64]],[[10693,1486],[10,-35]],[[10703,1451],[8,2]],[[10711,1453],[17,-42]],[[11261,7707],[-5,43],[-30,35],[-37,25]],[[11203,7949],[91,24],[22,-5]],[[11316,7968],[54,-94]],[[11506,7683],[11,5]],[[11500,7673],[-1,-46]],[[11434,7502],[-33,1]],[[11401,7503],[-26,7]],[[11375,7510],[-35,13],[-27,18],[-20,19],[-7,14],[-10,64],[-15,69]],[[11099,4620],[-35,-68]],[[11064,4552],[90,-134],[115,-32]],[[11269,4386],[-76,-45],[-44,-150],[-75,-129],[59,-151],[37,-14]],[[11170,3897],[-7,-71]],[[11163,3826],[-81,-26],[-79,6],[-96,-35]],[[10907,3771],[-62,75]],[[10845,3846],[-145,108],[-77,145],[-114,27],[-148,-52],[-79,21],[-37,42],[-21,42]],[[10224,4179],[125,190],[461,155],[289,96]],[[10945,1260],[135,24]],[[11124,1303],[37,35]],[[11161,1338],[182,84],[9,-35],[114,35]],[[11466,1422],[13,-22]],[[11479,1400],[-67,-33]],[[11380,1334],[6,-50]],[[11407,1287],[3,-21]],[[11487,1197],[-5,-19]],[[11482,1178],[-86,-58],[-93,-103]],[[11303,1017],[-45,7],[-86,-11]],[[11172,1013],[-72,-5],[-12,83],[-63,-66]],[[11025,1025],[-23,17]],[[11002,1042],[-64,-3]],[[10922,1208],[20,10]],[[11592,3176],[-5,3]],[[11587,3179],[-109,68]],[[11478,3247],[-7,72]],[[11471,3319],[18,44],[21,33],[27,32],[138,135],[30,45]],[[11705,3608],[27,58]],[[11732,3666],[71,53],[30,36],[13,30],[14,85]],[[11860,3870],[-14,60]],[[11846,3930],[8,1]],[[11854,3931],[37,-49]],[[11891,3882],[18,-3]],[[11992,3845],[57,51],[13,-4],[40,-44]],[[12146,3819],[61,-153],[-81,-18],[26,-292]],[[12152,3356],[-83,-25],[41,-110],[-110,-41],[-109,42],[-39,-22]],[[11852,3200],[-31,10]],[[11821,3210],[-69,87]],[[11752,3297],[-127,-131],[-7,-2],[-26,12]],[[11577,1535],[-6,-9]],[[11542,1454],[-76,-32]],[[11161,1338],[2,25]],[[11163,1363],[30,130]],[[11193,1493],[-68,32]],[[11116,1541],[-1,52],[5,19]],[[11120,1612],[50,68],[77,-11],[79,15],[19,44]],[[11345,1728],[129,33]],[[11466,1595],[111,-60]],[[11771,456],[-7,8]],[[11764,464],[-57,45]],[[11707,509],[-45,88]],[[11662,597],[-12,60]],[[11650,657],[-18,97]],[[11632,754],[57,68]],[[11689,822],[35,-20]],[[11724,802],[60,-66]],[[11818,703],[51,-51]],[[11863,625],[59,-44]],[[11916,566],[23,-31]],[[11945,538],[14,-47],[-96,-99],[-92,64]],[[10885,1935],[-24,-79],[11,-269]],[[10872,1587],[10,-60]],[[10806,1366],[-9,7]],[[10763,1391],[-18,9]],[[10728,1411],[-17,42]],[[10703,1451],[-10,35]],[[10693,1486],[54,57],[-10,54],[-51,29],[-47,-47],[-64,54],[64,80],[13,46],[57,31],[79,133],[-8,77],[33,73]],[[10813,2073],[63,2],[-56,-117]],[[10820,1958],[65,-23]],[[11553,56],[-21,10]],[[11532,66],[5,8]],[[11537,74],[-4,14]],[[11533,88],[-13,9]],[[11520,97],[-17,88]],[[11503,185],[55,-28]],[[11558,157],[40,79]],[[11598,236],[-13,59],[4,35],[13,19],[26,-19]],[[11628,330],[79,59]],[[11707,389],[87,-55],[63,-74],[118,-84],[-43,-79],[12,-70],[-98,-11],[-114,16],[-73,53],[-106,-29]],[[12143,4994],[-12,57]],[[12131,5051],[25,147]],[[12156,5198],[108,-3]],[[12264,5195],[66,14],[24,-42],[59,3],[27,-165],[54,9],[-18,102],[33,78],[-14,134],[48,126]],[[12543,5454],[60,104]],[[12603,5558],[-5,62]],[[12598,5620],[-50,128]],[[12548,5748],[10,99]],[[12754,5886],[-1,-129],[50,-126],[-15,-152],[-26,-71],[5,-96],[-40,-267],[96,6],[-54,-83],[56,-227],[-162,-164],[-7,-34],[-84,-45],[-106,-244],[-91,-142]],[[12196,4246],[20,14]],[[12216,4260],[94,144]],[[12310,4404],[33,94],[-7,73],[29,33],[-73,98],[-33,8],[-40,112],[-61,50],[57,61],[-72,61]],[[11081,6325],[237,-47]],[[11946,6257],[21,11]],[[12015,6271],[38,-7]],[[12109,6217],[74,-35]],[[12259,6194],[50,-31]],[[12309,6163],[10,-53],[17,-43],[51,-46]],[[12387,6021],[45,-48]],[[12432,5973],[-63,-41]],[[12369,5932],[-22,-33],[-69,63],[-133,48],[-44,-8],[-2,-123],[35,-99],[-25,-53],[-83,15],[-86,-82],[-160,-38],[-183,-92],[-347,-135]],[[11250,5395],[-15,28],[-50,324]],[[11185,5747],[-37,95],[-67,483]],[[11281,806],[5,9]],[[11286,815],[-35,1]],[[11251,816],[20,61],[-16,66],[-38,72]],[[11217,1015],[86,2]],[[11482,1178],[24,-9]],[[11649,947],[56,-101],[-16,-24]],[[11632,754],[-9,-29]],[[11623,725],[-81,-39]],[[11542,686],[-18,26]],[[11524,712],[-59,44],[-79,-43]],[[11386,713],[-32,-4],[-32,63],[-41,34]],[[9876,3637],[236,67],[21,152],[11,191]],[[10144,4047],[80,132]],[[10845,3846],[33,-104]],[[10878,3742],[-53,-111]],[[10825,3631],[-16,-33],[-100,-15]],[[10709,3583],[10,-77]],[[10719,3506],[-36,-76]],[[10683,3430],[-25,-57],[-144,-36],[-84,26],[-140,-6],[-97,140],[-317,140]],[[10825,781],[-47,16]],[[10778,797],[-68,19]],[[10771,889],[8,3]],[[10931,1017],[71,25]],[[11002,1042],[23,-17]],[[11172,1013],[45,2]],[[11251,816],[35,-1]],[[11281,806],[44,-61]],[[11325,745],[-46,-20]],[[11279,725],[-41,-58]],[[11238,667],[-38,-42]],[[11200,625],[-90,-8]],[[11110,617],[-76,5]],[[11034,622],[2,53],[-60,21],[-33,53],[-99,30]],[[10844,779],[-19,2]],[[9956,12878],[-26,1],[-22,-11],[-102,-105],[-76,-89]],[[9711,12669],[-102,101],[-151,175]],[[9458,12945],[-158,176],[-52,-56]],[[9222,13039],[-102,-95],[-81,-65],[-124,-88]],[[8883,12799],[-44,40]],[[8513,13065],[543,416],[57,17],[86,102],[82,53],[3,148],[54,40],[41,142],[28,-13],[147,19],[260,288],[68,37],[58,-231],[6,-31],[8,-233]],[[12432,5973],[26,-22],[57,-29],[27,-30]],[[12554,5866],[-6,-118]],[[12598,5620],[5,-62]],[[12603,5558],[-60,-104]],[[12264,5195],[-108,3]],[[12131,5051],[7,-42],[-243,-108]],[[11895,4901],[-128,-32],[-143,-3],[-48,39],[-71,12]],[[11435,5057],[-185,338]],[[12369,5932],[63,41]],[[13161,8697],[1,-6]],[[13162,8691],[75,23]],[[13237,8714],[10,28],[-34,109],[-37,68]],[[13176,8919],[-33,100]],[[13143,9019],[35,43]],[[13178,9062],[-5,17],[-19,17],[-50,-6],[-23,7]],[[13081,9097],[-23,44]],[[13058,9141],[61,90]],[[13119,9231],[13,-2]],[[13132,9229],[-5,8]],[[13221,9164],[45,-24]],[[13348,9122],[24,-5]],[[13611,9506],[41,1]],[[13652,9507],[70,-13]],[[13722,9494],[46,8]],[[13768,9502],[65,42]],[[13833,9544],[29,-7]],[[13862,9537],[96,-41],[132,-19]],[[14090,9477],[36,-42]],[[13953,9152],[4,-48]],[[13953,9097],[2,-15]],[[13955,9082],[-7,-13]],[[13930,9057],[-11,-21]],[[13866,9004],[37,-104]],[[13853,8668],[-17,-69],[-60,76],[-82,-47],[-17,44],[-73,46],[-94,9],[-12,-82],[94,-73],[-28,-72],[23,-116],[-86,42],[-110,10],[-4,59],[-69,60],[-118,6],[-63,-21],[-33,149],[57,8]],[[5036,11375],[-1,21]],[[5031,11402],[18,22]],[[5040,11449],[-3,12],[163,186]],[[5200,11647],[66,24]],[[5320,11514],[74,-63]],[[5421,11432],[12,-23],[8,-4]],[[5441,11405],[-16,-40]],[[5425,11365],[17,-26]],[[5442,11339],[3,-76]],[[5445,11263],[-18,-2]],[[5427,11261],[-39,-9],[-17,-84],[3,-5],[-25,-57]],[[5349,11106],[-44,-1]],[[5305,11105],[-48,23],[-60,15],[-36,-5]],[[5157,11121],[-22,0]],[[5135,11121],[19,103]],[[9139,10183],[36,40],[53,27],[15,-6],[35,1]],[[9287,10250],[4,-88],[-27,-21]],[[9501,10119],[33,10],[49,-6],[53,-14],[4,-4]],[[9686,10006],[14,-9],[-154,-352]],[[9473,9556],[-104,2]],[[9369,9558],[-41,16],[-31,-2],[-28,-14],[-35,-39]],[[9234,9519],[-106,-44]],[[9128,9475],[-37,-18]],[[8638,9761],[-72,37]],[[8556,9904],[-16,16]],[[8474,9990],[1,50]],[[8470,10081],[8,23]],[[8478,10104],[21,70]],[[13802,9684],[32,44],[-25,125]],[[13809,9853],[0,38]],[[13809,9891],[12,-9]],[[13821,9882],[65,97],[86,24],[39,66],[38,-14],[97,-132],[136,41]],[[14282,9964],[7,10]],[[14289,9974],[107,91],[40,70],[1,104],[30,23],[98,-91],[51,73],[54,-17],[14,-89],[116,-54]],[[14800,10084],[0,-35]],[[14666,9852],[-16,-134]],[[14588,9464],[-16,5]],[[14288,9514],[-101,3]],[[14101,9463],[-11,14]],[[13862,9537],[-28,20],[38,74],[-70,53]],[[6839,14894],[32,79]],[[6871,14973],[0,61]],[[6912,15053],[12,37],[85,36],[22,-6],[9,-18],[-4,-31]],[[6985,15021],[186,-92],[18,-23]],[[7228,14921],[13,26]],[[7262,14961],[32,-12]],[[7294,14949],[27,-18]],[[7407,14918],[14,-25]],[[7421,14893],[25,-14],[40,-32],[59,16]],[[7557,14738],[3,-26]],[[7511,14666],[-57,-49]],[[7475,14579],[2,-135]],[[7413,14328],[-240,-16],[-2,33],[14,13],[19,8]],[[7215,14385],[-48,68]],[[7167,14453],[-48,-48],[-36,-16],[-9,12]],[[7074,14401],[-5,22],[-14,16],[-26,0]],[[6893,14592],[-33,65]],[[6860,14657],[-53,78]],[[4944,9717],[53,93],[-14,47]],[[4983,9857],[41,52]],[[5024,9909],[6,12]],[[5030,9921],[39,37]],[[5379,10098],[46,82]],[[5425,10180],[0,6]],[[5425,10186],[33,-26],[-20,-127]],[[5438,10033],[10,-49]],[[5448,9984],[-24,-53],[-12,-139]],[[5412,9792],[-16,-66]],[[5396,9726],[-27,-84],[32,-109]],[[5401,9533],[-6,-19],[-9,-10],[-47,-30],[-22,-12],[-28,-10]],[[4927,9424],[-97,130],[102,100]],[[4932,9654],[12,63]],[[10709,3583],[116,48]],[[10825,3631],[53,111]],[[10878,3742],[29,29]],[[11163,3826],[7,71]],[[11269,4386],[28,-7],[119,-60]],[[11416,4319],[-14,42],[212,-98]],[[11614,4263],[241,-175],[13,-48],[-6,-43]],[[11862,3997],[-14,-18],[-5,-25]],[[11843,3954],[3,-24]],[[11860,3870],[-12,-73],[-8,-27],[-15,-27],[-21,-22],[-53,-32],[-19,-23]],[[11705,3608],[-22,-35],[-79,-80]],[[11604,3493],[-6,7],[-42,13],[-67,-1],[-52,40],[-36,-20]],[[11401,3532],[9,9],[5,10],[-6,20],[-59,35]],[[11350,3606],[-24,-5]],[[11326,3601],[-44,-35]],[[11282,3566],[-28,-70]],[[11254,3496],[-22,-53]],[[11232,3443],[25,-32],[-209,-160],[-2,-29]],[[11046,3222],[-91,-31],[-128,-91],[8,63],[-45,75],[32,73],[-93,46],[-46,73]],[[10683,3430],[36,76]],[[11232,3443],[22,53]],[[11254,3496],[28,70]],[[11282,3566],[44,35]],[[11350,3606],[49,-27],[13,-13],[1,-21],[-12,-13]],[[11604,3493],[-72,-70],[-32,-42],[-29,-62]],[[11478,3247],[109,-68]],[[11592,3176],[33,-10],[-195,-213]],[[11430,2953],[-63,32],[-114,-8],[-93,-202],[-80,-75]],[[11080,2700],[-3,39],[-110,51],[6,56],[62,81],[69,15],[30,78],[44,31],[-87,69],[-45,102]],[[15413,20688],[-126,109]],[[15287,20797],[-216,-150],[-20,33]],[[15051,20680],[-40,21]],[[15011,20701],[-34,-56],[-69,-47]],[[14806,20466],[-87,-95]],[[14690,20352],[-44,-10]],[[14615,20353],[-41,-12]],[[14507,20340],[-17,3]],[[14457,20331],[-23,6]],[[14434,20323],[-21,-24]],[[14409,20297],[-38,4]],[[14367,20222],[-30,-6]],[[14321,20209],[-55,3],[-41,-29]],[[14220,20167],[-39,-5]],[[14181,20162],[-69,107]],[[14067,20382],[-43,54],[-64,36]],[[13960,20472],[-16,0]],[[13944,20472],[-20,8]],[[13924,20480],[1,73]],[[13911,20557],[62,14],[2,74]],[[14029,20778],[-14,70],[158,47],[306,154],[172,43],[213,35],[139,-37],[84,-47],[65,68],[86,-36],[-16,-79],[38,-8],[19,72],[82,-38],[89,-84],[-28,-142],[-9,-108]],[[14130,21723],[87,-32],[-124,-65],[-5,63],[42,34]],[[13772,21755],[84,-86],[-123,-24],[-8,-74],[-40,-48],[-85,185],[31,56],[67,32],[74,-41]],[[10850,6570],[63,-152],[89,-77]],[[11002,6341],[79,-16]],[[11081,6325],[67,-483]],[[10885,5745],[-67,-14]],[[10818,5731],[-45,-9]],[[10628,5685],[-51,-3],[-42,42]],[[10524,5735],[-23,49]],[[10397,5865],[8,39]],[[10405,5904],[-50,102],[16,19],[-51,95]],[[10320,6120],[-65,226]],[[10255,6346],[17,39]],[[10272,6385],[-23,59]],[[10463,6459],[43,11]],[[10514,6478],[336,92]],[[5005,6730],[21,19]],[[5026,6749],[45,11]],[[5071,6760],[25,-16],[19,-37],[27,-35],[31,-14],[24,-1],[19,7],[53,63],[19,8],[36,4]],[[5324,6739],[63,74]],[[5387,6813],[61,24]],[[5448,6837],[43,-13]],[[5491,6824],[38,-29]],[[5529,6795],[54,0]],[[5555,6411],[-6,-70]],[[5530,6327],[-39,-35]],[[5327,6226],[-66,-17]],[[5291,6337],[-124,0]],[[5135,6319],[-7,-36],[-60,17],[-58,2]],[[5010,6302],[-88,37]],[[4922,6339],[-23,3],[-8,17],[-12,9]],[[4879,6368],[-50,114],[-11,57],[-12,161]],[[4832,6710],[6,22]],[[4856,6741],[25,-16],[50,-7],[29,1],[45,11]],[[10270,4670],[-32,-14],[6,-15],[-40,-26],[5,-41]],[[10209,4574],[-3,-15]],[[10206,4559],[13,-36],[-53,-58],[-116,33]],[[10050,4498],[-175,-88],[-147,-116]],[[9728,4294],[-78,-81]],[[9650,4213],[-138,37]],[[9515,4269],[15,124]],[[9503,4416],[-27,49]],[[9700,4770],[-67,128],[-33,130]],[[9600,5028],[12,34]],[[9612,5062],[125,0]],[[9737,5062],[139,8],[4,21],[128,75],[190,36]],[[10198,5202],[-5,-105],[6,-153],[71,-274]],[[9790,6099],[-2,-3]],[[9724,6252],[90,4],[138,35]],[[10126,6228],[96,87]],[[10230,6327],[25,19]],[[10255,6346],[65,-226]],[[10405,5904],[-13,-64]],[[10206,5791],[-85,-2]],[[10106,5793],[-36,48]],[[9933,5794],[-59,22]],[[9834,5876],[-44,223]],[[13887,20795],[-19,-63]],[[13867,20663],[-20,-9]],[[13849,20639],[20,4]],[[13869,20643],[-24,-32]],[[13853,20606],[-16,-22]],[[13759,20581],[-40,-66]],[[13692,20521],[-4,-24]],[[13688,20497],[56,-172]],[[13710,20297],[-3,-19]],[[13707,20278],[53,-45],[-3,-41]],[[13765,20160],[-41,-8]],[[13724,20152],[-42,-45]],[[13641,20058],[-10,-19]],[[13631,20039],[-11,-54],[-39,-41],[-12,2],[-8,43],[-17,34],[-12,12],[-27,-12]],[[13505,20023],[-38,8],[-57,-71]],[[13309,19966],[-55,4]],[[13222,19916],[-53,40]],[[13169,19956],[-15,-3],[-43,-28],[-35,5],[-18,12],[-10,15],[-3,44],[-10,27],[-15,15],[-42,28],[-36,33]],[[12942,20104],[-18,25],[-120,53],[-109,23],[85,59],[-77,77],[-49,-32],[-67,14],[12,66],[-51,55],[-19,57],[-75,44],[25,57],[57,-2],[112,-118],[53,28],[-141,98],[45,40],[126,48],[70,-8],[224,-131],[81,70],[212,91],[44,-9],[137,43],[245,53],[144,7],[123,41],[13,-50]],[[8172,5251],[26,-82]],[[8198,5169],[17,-143]],[[8215,5026],[28,-76]],[[8243,4950],[-47,-141],[6,-80]],[[8202,4729],[11,-82]],[[8213,4647],[3,-10]],[[8216,4637],[4,-14]],[[8220,4623],[-10,-21],[48,-154]],[[8258,4448],[-36,-39],[-105,-35],[-47,-43],[-126,41],[-12,243],[-67,112],[-202,252],[139,274]],[[11927,2814],[-168,55],[-57,-47],[-30,29],[-50,-41],[-123,4],[-34,50],[-14,79]],[[11451,2943],[-12,20],[313,334]],[[11821,3210],[31,-10]],[[12152,3356],[41,-87],[79,-13],[101,90],[191,104],[70,-62],[-187,-103],[165,-113],[-92,-84],[-31,6],[-118,-61],[-131,-47],[-22,-82],[-119,-68],[-16,-50],[-89,-101],[-29,39]],[[11965,2724],[-35,57]],[[11930,2781],[-3,33]],[[9512,7759],[57,-52]],[[9570,7631],[-110,-51]],[[9460,7580],[46,-122],[65,-48]],[[9571,7410],[-71,-43]],[[9500,7367],[-59,-96],[-49,22]],[[9392,7293],[-8,-34]],[[9306,7358],[-51,22]],[[9183,7837],[123,23]],[[9306,7860],[63,1]],[[9462,7805],[50,-46]],[[5355,10651],[31,83]],[[5400,10781],[68,-25]],[[5493,10895],[5,-7],[204,48],[5,-10]],[[5713,10737],[107,-364],[-66,6]],[[5751,10295],[-109,7]],[[5644,10213],[-186,-48]],[[5458,10165],[-33,21]],[[5425,10186],[-22,12]],[[5305,10330],[31,30]],[[4317,6238],[161,-35]],[[4857,6283],[13,73],[3,7],[9,6],[40,-30]],[[5010,6302],[53,-2],[64,-15],[-12,-98],[6,-4]],[[5061,5653],[-48,7],[-51,-55],[-99,-16],[-231,-130]],[[4598,5487],[-73,14]],[[3771,6927],[-12,41],[-57,45],[-21,-18],[-90,63],[23,44],[53,-52],[58,-7],[-10,-30],[31,-21],[27,-38],[3,-25]],[[2905,7873],[37,-155],[47,-62],[-50,-31],[-94,227],[60,21]],[[2333,6632],[198,246],[-105,30],[3,80],[-58,189],[-85,87],[-48,-12],[-101,61],[-9,77],[-31,29],[-88,-9],[-31,-63],[-150,-95],[-197,-64],[-90,92],[-32,76],[-10,139],[60,132],[117,102],[83,-2],[134,48],[110,3],[283,-48],[142,41],[39,-15],[78,-86],[130,20],[127,-7],[22,-69],[128,-168],[34,-132],[64,-34],[68,15],[139,-102],[55,-8],[71,-102],[-39,-80],[-58,-38],[-77,-92],[-77,9],[-67,-50],[-108,-51],[-83,3],[-106,-27],[-82,87],[-39,71],[-46,-35],[-69,-3],[-199,-245]],[[14537,18153],[25,-19]],[[14562,18134],[105,-71]],[[14667,18063],[49,-53],[63,29],[150,105],[-12,33],[129,70]],[[15046,18247],[699,-772]],[[15745,17475],[-419,-130],[-209,-122],[-263,-68],[19,-133],[-21,-79]],[[14852,16943],[11,-159],[39,-218]],[[14809,16482],[-123,53]],[[14686,16535],[-53,230],[-36,34],[-178,22],[-47,42],[-125,7],[-93,196]],[[14154,17066],[-15,13]],[[14144,17083],[32,89]],[[14430,17701],[74,4]],[[14504,17705],[-29,151],[48,76],[56,22],[10,46]],[[14589,18000],[1,5]],[[14590,18005],[-23,33]],[[14567,18038],[-10,23]],[[14557,18061],[-34,37]],[[14523,18098],[14,55]],[[15745,17475],[357,-526]],[[16102,16949],[45,-41],[84,-23]],[[16105,16548],[-31,0]],[[15889,16481],[-29,-25]],[[15428,16058],[-25,-57]],[[15255,16161],[-223,184]],[[14907,16536],[-34,189],[-10,60],[-11,158]],[[11261,7707],[22,-124],[5,-16],[11,-13],[36,-28],[40,-16]],[[11401,7503],[73,-6]],[[11474,7497],[24,-7]],[[11496,7483],[0,-2]],[[11348,7247],[-75,-66]],[[11178,7136],[-65,44]],[[11113,7180],[-107,177]],[[10871,7520],[25,6]],[[10861,7776],[55,18],[212,29],[57,-11],[32,-20],[26,-25],[15,-22],[3,-38]],[[10503,7580],[-8,-40]],[[10495,7540],[-34,-93]],[[10615,7185],[37,-214]],[[10005,7372],[-7,43]],[[9998,7415],[-29,135]],[[9969,7550],[-36,50]],[[9937,7602],[-8,10]],[[13529,15824],[2,-36]],[[13531,15788],[22,-5]],[[13553,15783],[25,12]],[[13578,15795],[40,74],[44,-46]],[[13662,15823],[-1,-72],[-36,-43],[-31,-22],[-73,-20]],[[13528,15287],[-15,-19],[-22,-14],[-9,-53],[3,-9],[2,-3]],[[13786,15113],[55,-4],[-4,-73]],[[14033,14808],[-66,-65]],[[13428,14487],[-27,10]],[[13168,14814],[-13,27]],[[13149,14847],[15,32]],[[12927,14890],[-39,-3]],[[12888,14887],[11,37]],[[12969,15065],[-40,45]],[[12830,15184],[-66,3]],[[12764,15187],[-56,-20]],[[12669,15286],[13,42]],[[12746,15458],[-13,8]],[[12733,15466],[22,17],[65,113],[72,2],[51,34]],[[12943,15632],[81,47]],[[13024,15679],[-27,80],[50,98]],[[13047,15857],[71,31]],[[13118,15888],[80,29],[91,-121],[74,17],[70,-60]],[[13433,15753],[96,71]],[[2333,6632],[38,-110],[55,-85],[22,-92],[-114,-39],[-47,-86],[-37,5],[-79,94],[-92,-19],[-52,-44],[-123,54],[-69,8],[-107,-62],[-112,-101],[-60,12],[17,54],[-38,92],[-99,95],[-74,37],[-59,142]],[[1303,6587],[197,94]],[[1500,6681],[112,-48],[94,-21],[141,51],[58,-20],[28,36],[143,24],[37,-24],[62,24],[158,-71]],[[7540,11438],[84,74],[-45,65],[-13,98],[-71,64],[29,87],[77,50]],[[7601,11876],[60,-9]],[[7661,11867],[4,-8]],[[7826,11860],[28,-34]],[[7854,11826],[47,-17],[27,-102]],[[7947,11413],[-29,-8]],[[7993,11295],[22,-52],[-2,-29],[-18,-28],[-23,-22],[-32,-25]],[[7920,11090],[-13,1],[-170,-54]],[[7737,11037],[-158,-61],[-19,136],[-42,6],[25,85],[-20,114],[15,113],[27,-3]],[[7565,11427],[-25,11]],[[13063,18207],[126,-52]],[[13438,18792],[0,35],[7,29],[9,10],[43,15]],[[13507,18890],[39,16]],[[13602,18943],[20,67]],[[13622,19010],[144,58]],[[13831,19027],[53,9]],[[13884,19036],[14,-23]],[[13898,19013],[19,-58]],[[13917,18955],[7,-8]],[[13924,18947],[77,-128],[12,-116],[-16,-32],[24,-150],[-121,-17],[8,-39],[-138,-40],[44,-178],[103,-196],[-5,-123]],[[13912,17928],[-49,-141]],[[13892,17568],[-396,-198]],[[13496,17370],[-224,373]],[[13292,18003],[-70,27],[-200,76],[41,101]],[[14785,13516],[89,-62]],[[14685,13166],[6,-44]],[[14691,13122],[16,-62]],[[14692,13015],[-7,-56]],[[14703,12814],[-38,-49]],[[14413,12757],[-46,-46],[-120,306]],[[14060,13158],[-19,-12]],[[14007,13125],[-17,4]],[[13839,13149],[-25,13]],[[13704,13301],[5,6]],[[13709,13307],[-8,36]],[[13714,13331],[-3,24]],[[13722,13366],[36,15]],[[14161,13514],[204,-59]],[[14538,13409],[40,0]],[[12315,16215],[-74,119]],[[12241,16334],[198,164]],[[12775,16848],[51,63]],[[13158,16750],[153,124]],[[13311,16874],[72,-49],[-9,-30]],[[13374,16795],[-24,-23]],[[13350,16772],[-77,-112],[75,-64]],[[13348,16596],[20,27],[167,-54]],[[13535,16569],[51,-95],[14,-100],[-15,-52],[89,-1],[40,24],[10,-112],[75,-12],[-84,-180]],[[13715,16041],[-10,-73],[-32,-92],[-11,-53]],[[13578,15795],[-25,-12]],[[13553,15783],[-22,5]],[[13529,15824],[-96,-71]],[[13118,15888],[-71,-31]],[[13024,15679],[-81,-47]],[[12733,15466],[-48,48]],[[12476,15706],[32,33]],[[12508,15739],[92,129],[-108,155],[-86,86]],[[12406,16109],[-24,29]],[[12382,16138],[-67,77]],[[11096,7206],[17,-26]],[[11113,7180],[51,-65]],[[11226,6296],[-224,45]],[[10850,6570],[-124,-34]],[[10726,6536],[-50,301]],[[10676,6837],[189,135]],[[11387,9284],[79,26]],[[11474,9332],[19,55]],[[11514,9353],[55,-45],[41,-88]],[[11610,9220],[17,0]],[[11627,9220],[13,-82]],[[11685,9088],[42,-71],[41,-41]],[[11841,8933],[44,-59]],[[11885,8874],[17,-65],[15,-41],[29,-37],[41,-35]],[[11987,8696],[-24,5]],[[11963,8701],[-127,77]],[[11803,8773],[-34,-24],[-32,-42],[-22,-49],[-12,-44],[-18,-27]],[[11658,8570],[-90,34]],[[11433,8720],[-110,-33]],[[11323,8687],[-41,-41]],[[11187,8829],[-38,63]],[[11149,8892],[79,5],[-6,84],[78,-9],[25,106],[-34,34]],[[11291,9112],[55,64]],[[11346,9176],[39,97]],[[10206,4559],[3,15]],[[10270,4670],[55,-210]],[[10349,4369],[-71,-105],[-134,-217]],[[9876,3637],[-25,11],[-25,172],[6,170],[-53,37],[-115,141],[-14,45]],[[9728,4294],[155,120],[167,84]],[[12508,15739],[-31,-31],[-19,-48]],[[12256,15558],[-5,-14],[0,-18],[125,-329]],[[12376,15197],[36,-121]],[[12412,15076],[-9,-12]],[[12403,15064],[1,-19],[-12,-31],[-27,-29],[-42,-26]],[[12310,14931],[-129,-81]],[[12181,14850],[-2,2]],[[12179,14852],[-22,9]],[[12157,14861],[-51,-11],[-104,-82]],[[12002,14768],[-29,-21]],[[11973,14747],[-72,-6],[-58,-58]],[[11843,14683],[-29,13]],[[11814,14696],[-77,83],[-91,45]],[[11553,14880],[-79,19]],[[11444,14906],[52,86]],[[11496,14992],[18,26]],[[11523,15013],[34,39]],[[11557,15052],[25,28],[-28,80]],[[11538,15186],[-56,60]],[[11321,15604],[-43,11]],[[11278,15615],[-47,50]],[[11050,15782],[-27,4]],[[10942,15806],[-55,55],[-29,50],[-18,41]],[[10840,15952],[64,57]],[[10945,16036],[11,-16]],[[11016,15952],[12,-3]],[[12051,16211],[51,35]],[[12123,16256],[118,78]],[[12315,16215],[67,-77]],[[12382,16138],[24,-29]],[[5809,7451],[25,-22]],[[5834,7429],[45,-162],[64,12]],[[5943,7279],[71,-4]],[[6014,7275],[31,-88]],[[6045,7187],[-88,-76],[44,-65],[8,-28]],[[6009,7018],[-34,-16],[43,-112]],[[6018,6890],[-36,-5],[-46,-34],[-31,-3],[-55,18],[-60,-12],[-21,-7],[-19,-15],[-10,-12],[-4,-19],[-6,-6],[-31,-11],[-19,4]],[[5652,6813],[-69,-18]],[[5583,6795],[-54,0]],[[5491,6824],[-43,13]],[[5448,6837],[-61,-24]],[[5387,6813],[-63,-74]],[[5324,6739],[-50,-10],[-15,-12],[-43,-53],[-18,-7],[-21,0],[-39,18],[-67,85]],[[5071,6760],[-45,-11]],[[5005,6730],[-44,-11],[-30,-1],[-39,5],[-25,10],[-46,49],[-26,62]],[[4749,6852],[-59,60]],[[4673,6951],[-36,15],[-31,39],[-35,49],[68,92],[21,87],[152,130],[46,3],[100,-66],[135,-50],[134,3],[363,99],[78,71],[86,52],[40,-2],[-15,46],[6,2]],[[5785,7521],[14,-40],[10,-30]],[[11279,2177],[-17,-7]],[[11262,2170],[-50,-12]],[[11212,2158],[-1,-5]],[[11211,2153],[-58,58]],[[11153,2211],[-3,76],[-96,9],[-6,104],[-29,91],[-46,-105],[-45,7]],[[10928,2393],[-12,91],[36,61],[-44,77],[79,49],[45,-27],[48,56]],[[11430,2953],[21,-10]],[[11927,2814],[3,-33]],[[11965,2724],[28,-40],[-121,-45],[-52,-52],[-124,-184],[-3,-108],[-68,-80],[-71,-12],[-54,102],[-35,122],[-25,22],[-116,-115],[-92,-5],[51,-109],[-4,-43]],[[771,5204],[89,-28],[38,-43],[56,-3],[76,-94],[98,-21],[34,-36],[111,-39],[206,-41],[26,-47],[1,-99]],[[1547,4312],[6,-56],[-39,-28]],[[1494,4159],[-158,114],[-77,-14],[-116,78],[-105,54],[-45,-46],[30,-42],[-54,-37],[-59,62],[-35,-47],[-52,14],[-126,-28],[47,-321],[-356,-25],[-71,34],[-75,110],[-90,48],[-35,68],[-48,29],[26,73],[-46,40],[-14,58],[45,22],[-80,100],[124,145],[-47,113],[6,81],[-20,104],[66,67]],[[129,5013],[80,15],[126,58],[35,-17],[78,41]],[[448,5110],[39,-7],[84,41]],[[571,5144],[70,33]],[[641,5177],[25,28]],[[666,5205],[105,-1]],[[6237,6896],[-32,24],[-22,7],[-21,0],[-144,-37]],[[6009,7018],[-52,92],[112,53],[-24,24]],[[6014,7275],[-71,4]],[[5834,7429],[-25,22]],[[5809,7451],[-24,70]],[[5785,7521],[133,39]],[[5918,7560],[5,5]],[[6255,7774],[69,52]],[[6386,7864],[10,20]],[[6680,7808],[23,-10]],[[6703,7798],[-11,-85]],[[6634,7463],[-59,-10]],[[6575,7453],[32,-139]],[[6657,7207],[-62,-25]],[[6452,6908],[-127,-93]],[[6323,6820],[-9,-2],[-7,36],[-13,17],[-13,10],[-44,15]],[[9460,7580],[154,64]],[[9925,7603],[44,-53]],[[9998,7415],[6,-42],[17,-38]],[[9875,6995],[13,-16]],[[9563,6786],[-131,121],[-197,89],[23,21],[18,60],[30,5]],[[9348,7119],[44,174]],[[9500,7367],[71,43]],[[11042,20380],[73,-91]],[[11148,20288],[13,-28]],[[11199,20210],[-16,-17]],[[11225,20159],[74,-48]],[[11317,20091],[2,-27]],[[11355,20024],[24,-4]],[[11390,19994],[-8,-12]],[[11382,19982],[11,-13]],[[11409,19982],[-5,-48]],[[11404,19934],[-41,-48]],[[11363,19886],[-110,-86],[44,-107]],[[11297,19693],[-38,-33]],[[11259,19660],[-25,-29]],[[11234,19631],[-64,1]],[[11037,19646],[-29,-56],[-91,10]],[[10683,19740],[-119,1],[17,72]],[[10492,20053],[47,38],[234,135],[64,24],[191,111],[14,19]],[[6742,6256],[7,-29]],[[6591,6043],[10,-17]],[[7157,5953],[27,56]],[[7377,5614],[40,9]],[[7417,5623],[-36,-92],[14,-48],[-152,23]],[[7243,5506],[-31,-12]],[[7212,5494],[-15,-4]],[[7197,5494],[-28,-7]],[[7169,5487],[-12,10]],[[7157,5497],[-56,-24]],[[7101,5473],[-56,20]],[[6864,5641],[-41,-4]],[[6733,5638],[-40,14]],[[6693,5652],[-79,22],[-62,7],[-24,90],[-145,40],[-41,43],[-61,-20]],[[8885,4676],[27,42]],[[9054,4815],[46,36],[16,26]],[[9212,4886],[28,-16]],[[9240,4870],[-2,-17]],[[9238,4853],[-11,-26]],[[9221,4755],[7,-85]],[[9243,4591],[-13,-42]],[[9210,3957],[-319,105],[-44,-99],[-92,4],[-88,-16],[-148,41],[-113,-42],[-53,54],[68,290]],[[8421,4294],[81,64]],[[8502,4358],[8,25],[11,17]],[[8650,4391],[71,28]],[[8198,5169],[1,93]],[[8344,5222],[63,26]],[[8622,4532],[-110,-146],[-10,-28]],[[8421,4294],[-183,133],[20,21]],[[8220,4623],[-4,14]],[[8213,4647],[-11,82]],[[8243,4950],[-28,76]],[[11623,725],[27,-68]],[[11650,657],[12,-60]],[[11707,509],[57,-45]],[[11771,456],[-64,-67]],[[11628,330],[-28,14],[-11,-15],[-4,-25],[13,-68]],[[11598,236],[-40,-79]],[[11558,157],[-55,28]],[[11520,97],[13,-9]],[[11537,74],[-5,-8]],[[11553,56],[-59,-56],[-144,37],[-16,108],[-105,-54],[-64,-78],[-19,135]],[[11146,148],[-56,139],[-50,58],[-11,70],[90,19],[62,102],[50,21],[-9,46],[-11,20],[-2,14]],[[11209,637],[29,30]],[[11279,725],[46,20]],[[11325,745],[27,-37],[34,5]],[[11524,712],[18,-26]],[[14537,18153],[-14,-55]],[[14557,18061],[10,-23]],[[14590,18005],[-1,-5]],[[14504,17705],[-79,-2],[-4,-4]],[[14321,17791],[-7,144]],[[13885,17849],[27,79]],[[13924,18947],[-7,8]],[[13898,19013],[15,17]],[[14027,18879],[27,20],[50,-93]],[[14281,18620],[47,-52]],[[14402,18439],[8,-10]],[[14410,18429],[-7,-22]],[[14937,18366],[109,-119]],[[14667,18063],[-105,71]],[[14562,18134],[-25,19]],[[13350,16772],[24,23]],[[13311,16874],[104,86]],[[13559,17265],[-63,105]],[[13496,17370],[320,160]],[[14058,17145],[96,-79]],[[14686,16535],[155,-67]],[[14397,15657],[-121,-214]],[[14276,15443],[-59,37]],[[13697,15937],[11,45],[7,59]],[[13535,16569],[-167,54],[-20,-27]],[[10372,9053],[-12,83],[-80,4],[3,109],[-35,-5]],[[10248,9244],[-25,12]],[[10223,9256],[3,-1]],[[10226,9255],[15,28]],[[10241,9283],[63,37]],[[10304,9320],[16,7],[23,24],[22,15],[93,26],[38,8],[35,2]],[[10531,9402],[27,8],[31,29]],[[10589,9439],[76,13]],[[10665,9452],[62,-46],[45,-26],[38,-9],[27,9],[140,93],[30,10],[43,2]],[[11028,9369],[5,-24]],[[11033,9345],[-5,-80]],[[11305,9194],[-14,-82]],[[11149,8892],[1,-19]],[[11150,8873],[-83,-8]],[[11054,8741],[-16,-42]],[[10974,8683],[-30,19]],[[10944,8702],[-163,45]],[[10675,8786],[-89,20],[-101,53]],[[10485,8859],[-3,116],[-61,79]],[[10421,9054],[-49,-1]],[[13683,11698],[38,25]],[[13721,11723],[100,78]],[[13821,11801],[1,13]],[[13822,11814],[61,42]],[[13883,11856],[139,68],[161,4]],[[14183,11928],[47,-83]],[[14409,11834],[89,152]],[[14637,12034],[75,48]],[[14747,12117],[81,14]],[[14828,12131],[76,-65]],[[14965,11994],[48,-64]],[[15013,11930],[27,-81]],[[14547,11179],[31,-39]],[[14604,11110],[-29,-75]],[[14575,11035],[-44,48],[-79,-83],[-27,77],[-71,71],[-153,-43]],[[14201,11105],[-181,28],[-81,-33],[-14,1]],[[13925,11101],[-8,19]],[[13891,11132],[-53,53]],[[13783,11278],[-32,30]],[[13750,11323],[-57,75]],[[13689,11408],[-35,29],[-16,23],[-23,61]],[[13587,11560],[40,92]],[[13627,11652],[15,22]],[[13642,11674],[41,24]],[[10243,9329],[34,-9],[27,0]],[[10241,9283],[-15,-28]],[[10223,9256],[25,-12]],[[10372,9053],[49,1]],[[10485,8859],[-64,17],[-111,1],[-142,26],[-158,-1],[-111,20]],[[9825,8918],[-44,-12],[-101,-54],[-67,-23],[-52,-6],[-94,4],[-54,-4]],[[9367,9085],[102,-15]],[[9801,9047],[22,11]],[[9954,9304],[27,-13],[58,-47],[58,-14]],[[10101,9221],[13,-3],[22,-20],[11,-6],[21,1],[22,16],[22,44]],[[13771,12207],[32,50]],[[14086,12187],[54,13]],[[14140,12200],[20,-48],[7,-28],[12,-88],[0,-18]],[[14165,11963],[18,-35]],[[13883,11856],[-61,-42]],[[13821,11801],[-100,-78]],[[13683,11698],[-41,-24]],[[13627,11652],[-42,-53],[-145,12]],[[13440,11611],[-12,22]],[[13428,11633],[-20,41]],[[13412,11691],[-11,15]],[[9895,5398],[60,99]],[[10010,5466],[29,-19]],[[10218,5464],[57,3]],[[10216,5296],[-18,-94]],[[9737,5062],[-44,1]],[[9757,5270],[116,79]],[[12270,13063],[-44,58]],[[12417,13202],[6,20]],[[12580,12622],[0,-62]],[[12580,12560],[7,-37]],[[12786,12257],[-1,-66]],[[12230,12023],[-10,1],[-15,15],[-16,0]],[[12078,12166],[-32,1]],[[12046,12167],[39,120]],[[12085,12287],[0,12]],[[12168,12472],[-60,38],[-10,7],[-7,21],[2,23],[7,17],[14,12],[130,39],[36,19],[11,13],[10,23],[-3,66],[22,58]],[[15881,13154],[62,56],[65,172],[72,1],[52,-155],[27,-126],[50,-46],[65,-157],[84,-10],[40,-82],[38,-135]],[[15888,12347],[-58,-1]],[[15669,12282],[-38,-22]],[[15672,12038],[78,-61]],[[15560,11875],[-122,24]],[[15461,11926],[19,34]],[[15290,12181],[-25,11]],[[3902,9968],[101,65]],[[4003,10033],[56,-110],[87,60],[22,21],[14,-34]],[[4190,9977],[32,-40]],[[4222,9923],[44,-84]],[[4291,9862],[29,1]],[[4320,9863],[9,-19],[-198,-151],[7,-19]],[[4138,9674],[59,-39]],[[4197,9635],[36,2]],[[4233,9637],[14,-46]],[[4247,9591],[30,-7]],[[4277,9584],[13,-7]],[[4290,9577],[-26,-28]],[[4264,9549],[-53,-53]],[[4211,9496],[-16,7]],[[4195,9503],[-25,15]],[[4170,9518],[-12,-13]],[[4158,9505],[2,-11]],[[4160,9494],[17,-41]],[[4177,9453],[-101,-46]],[[4076,9407],[-88,-41],[0,-28]],[[3988,9338],[31,-48]],[[4019,9290],[-19,2],[-23,-7]],[[3963,9325],[-47,-49]],[[3916,9276],[-111,104]],[[3805,9380],[-4,83]],[[3798,9467],[-17,0]],[[3781,9467],[-74,64],[-98,59]],[[3622,9617],[4,21]],[[3559,9679],[-33,62]],[[3526,9741],[171,237],[142,173]],[[3839,10151],[10,-26]],[[4019,9290],[-31,48]],[[3988,9338],[0,26],[88,43]],[[4177,9453],[-17,41]],[[4158,9505],[12,13]],[[4195,9503],[16,-7]],[[4264,9549],[26,28]],[[4277,9584],[-30,7]],[[4247,9591],[-14,46]],[[4233,9637],[-36,-2]],[[4138,9674],[-7,19],[241,183]],[[4372,9876],[26,-70]],[[4718,9491],[-25,-66]],[[4677,9446],[-117,-31]],[[4575,9371],[-62,-23],[-64,-31],[-14,-8]],[[4440,9305],[-57,-37]],[[4338,9217],[-95,-105]],[[4148,9131],[-42,26],[-15,16],[-76,111],[4,6]],[[13800,10898],[5,13]],[[13816,10916],[61,26]],[[13924,11092],[1,9]],[[13925,11101],[95,32],[181,-28]],[[14575,11035],[20,53]],[[14595,11088],[86,-47]],[[15109,10668],[-10,-151],[-57,-50],[30,-61],[-67,-83],[-179,-41],[-26,-198]],[[14289,9974],[-7,-10]],[[13821,9882],[-8,8],[-109,25]],[[13704,9915],[-2,7]],[[13702,9922],[-43,117],[-37,41]],[[13622,10080],[-32,69]],[[13590,10149],[-1,56],[-58,164]],[[13531,10369],[19,39]],[[13550,10408],[60,23]],[[13610,10431],[82,95]],[[13701,10521],[19,15]],[[13819,10550],[19,-11]],[[13865,10503],[13,33]],[[12457,10023],[-40,-2]],[[12417,10021],[-58,-51],[-31,-4],[-27,7],[-23,14],[-13,17],[-5,24],[9,33],[23,31]],[[12292,10092],[68,50],[76,89]],[[12472,10268],[51,58]],[[12523,10326],[38,89]],[[12604,10414],[58,19]],[[12716,10443],[11,24]],[[12727,10467],[-5,-27]],[[12722,10431],[6,-29]],[[12736,10486],[8,49]],[[13491,10738],[-2,-60]],[[13633,10472],[-23,-41]],[[13550,10408],[-19,-39]],[[13590,10149],[32,-69]],[[13702,9922],[2,-7]],[[13704,9915],[105,-24]],[[13809,9891],[0,-38]],[[13802,9684],[70,-53],[-16,-36],[-2,1],[-12,-20],[-9,-32]],[[13768,9502],[-46,-8]],[[13652,9507],[-41,-1],[-61,74]],[[13472,9468],[-49,14]],[[13400,9471],[-9,26]],[[13263,9517],[-42,20]],[[12592,9548],[-74,-1]],[[12518,9547],[-35,-2],[6,103],[4,53]],[[12493,9701],[-17,1]],[[12473,9718],[-20,13]],[[12547,9982],[-39,9]],[[11120,1612],[-4,-69],[-4,-9],[3,-6],[-9,-17],[-31,11],[-86,56]],[[10989,1578],[-43,-60],[-40,35]],[[10883,1523],[-11,64]],[[10885,1935],[-65,23]],[[10813,2073],[7,54],[-77,60],[57,120],[12,103],[116,-17]],[[11153,2211],[58,-58]],[[11212,2158],[50,12]],[[11279,2177],[8,-107],[77,-55],[45,-68],[-7,-117],[-50,-54],[-7,-48]],[[5442,11339],[-17,26]],[[5441,11405],[57,-15],[53,15],[79,-34],[75,-2],[62,13],[46,31]],[[5876,11455],[56,37],[28,-37]],[[6164,11378],[4,-28]],[[6187,11327],[-15,14]],[[6172,11341],[-8,0]],[[6164,11341],[-13,-80],[-57,30]],[[6011,11190],[-42,-226]],[[5969,10964],[-164,-4],[-307,-72],[-48,67]],[[5446,11001],[-35,-28],[-8,2],[-6,9],[-33,63]],[[5351,11106],[-2,0]],[[5427,11261],[18,2]],[[11501,19954],[38,12]],[[11580,19930],[3,-24]],[[11570,19895],[42,-48]],[[11651,19868],[84,-2]],[[11835,19991],[183,-9]],[[12018,19982],[-6,-22]],[[11888,19353],[-65,-6]],[[11823,19347],[-25,0]],[[11798,19347],[-27,-13],[-142,-89]],[[11241,19551],[-7,80]],[[11259,19660],[38,33]],[[11363,19886],[124,57]],[[5438,10033],[20,132]],[[5458,10165],[188,48],[-1,-59],[-11,-57]],[[5658,10082],[-21,-21]],[[5885,9888],[19,-11]],[[5904,9877],[-11,-46],[-1,-14],[6,-13],[21,-17]],[[5959,9674],[38,-3]],[[5997,9671],[-70,-77],[-11,-45]],[[5752,9474],[-11,-22]],[[5804,9362],[-3,-22]],[[5784,9331],[-32,-114]],[[5739,9209],[-34,-2],[-18,-20]],[[5611,9312],[-78,124],[27,25]],[[5373,9496],[20,16],[8,21]],[[5396,9726],[16,66]],[[5448,9984],[-10,49]],[[12310,4404],[-94,-144]],[[12216,4260],[-82,-44]],[[11955,4062],[-13,-50],[-21,-13],[-19,-1],[-24,5],[-16,-6]],[[11862,3997],[6,45],[-13,46],[-241,175]],[[11416,4319],[-119,60],[-143,39],[-90,134]],[[11099,4620],[154,51]],[[11895,4901],[242,107],[6,-14]],[[16371,19535],[67,-35],[113,-16],[99,-45],[218,-44],[49,-170],[5,-132],[-39,-73],[85,-62],[-102,-32],[-52,-115],[-6,-55]],[[16808,18756],[-52,-19]],[[16756,18737],[-12,-36],[-125,96]],[[16619,18797],[-24,-51]],[[16536,18722],[-84,-60],[-74,8]],[[16347,18660],[-127,-111]],[[16155,18465],[-24,-35]],[[16131,18430],[-8,7],[-175,-6],[-13,17]],[[15922,18450],[-59,-56]],[[15863,18394],[-9,-4]],[[15854,18390],[-1,7],[4,3]],[[15857,18400],[-28,95]],[[15829,18495],[-46,267],[-36,58],[-56,18]],[[15691,18838],[-93,5]],[[15598,18843],[3,16]],[[15601,18859],[-4,7]],[[15597,18866],[16,66]],[[15613,18932],[9,13]],[[15622,18945],[47,89]],[[15669,19034],[-3,84]],[[15666,19118],[19,60]],[[15685,19178],[-18,68]],[[15667,19246],[-56,26],[-19,68],[22,69]],[[15750,19458],[26,62],[180,84],[17,3],[62,-1]],[[12212,14823],[-24,-20]],[[12188,14803],[-6,-82]],[[12157,14636],[31,-78]],[[12188,14558],[12,-32]],[[12204,14506],[-4,-7]],[[12200,14414],[-4,-28]],[[12278,14314],[33,-99],[70,21]],[[12381,14236],[12,-1],[23,-9],[9,-16],[6,-40],[35,-77]],[[12301,14023],[-28,5]],[[12273,14028],[-40,29]],[[12219,14107],[-48,-40]],[[12143,13998],[-49,2]],[[12094,14000],[-22,24]],[[12072,14024],[-57,79],[-129,-65],[-91,209]],[[11665,14180],[-51,128]],[[11701,14523],[-9,28],[94,96],[57,36]],[[11843,14683],[58,57],[72,7]],[[12002,14768],[104,82],[51,11]],[[12157,14861],[22,-9]],[[12181,14850],[31,-27]],[[8990,18041],[54,-31],[65,-130],[-82,2],[-45,98],[8,61]],[[9423,18562],[43,15]],[[9486,18527],[6,-14]],[[9693,18598],[28,-45]],[[9747,18524],[15,-8]],[[9701,18355],[0,10]],[[9701,18365],[-26,-33]],[[9675,18284],[13,-45]],[[9688,18239],[127,-15]],[[9814,18210],[-5,-48]],[[9879,18119],[73,-44]],[[9940,18041],[14,-44]],[[10096,18017],[9,-13]],[[10203,17991],[16,-13]],[[10228,17968],[33,51],[22,11],[39,20]],[[10322,18050],[14,-46],[89,65]],[[10425,18069],[15,-27]],[[10413,18023],[2,-30]],[[10415,17993],[15,-23]],[[10430,17970],[34,-16]],[[10467,17936],[28,-5]],[[10538,17901],[25,-23]],[[10630,17826],[29,-9],[-80,-130]],[[10583,17460],[-63,-16]],[[10520,17444],[-25,-26]],[[10454,17348],[-9,-19]],[[10445,17329],[-72,11]],[[10373,17340],[-4,-36],[12,-53],[3,-71],[-6,-249]],[[10378,16931],[-202,24]],[[10176,16955],[-11,-106]],[[9968,16793],[-59,145]],[[9902,16937],[-27,64]],[[9875,17001],[-16,26],[-19,15],[-226,-158],[-151,-190],[-1,-4]],[[9535,16593],[4,-54]],[[9544,16486],[-36,-20]],[[9427,16453],[-16,-4]],[[9411,16449],[-93,19]],[[9272,16475],[-2,-37]],[[9274,16440],[33,-149]],[[9307,16291],[-64,-22],[-133,79],[-87,96],[-55,21],[-25,84],[18,70],[114,94],[59,6],[27,96],[-27,161],[30,57],[0,103],[21,29],[-61,224],[-8,79],[44,69],[6,55],[-50,51],[-13,76],[-71,149],[102,6],[-35,56],[-19,127],[-45,129],[2,103],[73,47],[38,56],[30,236]],[[9178,18628],[6,1]],[[9203,18620],[40,18]],[[6084,10424],[-10,15]],[[6315,10554],[69,34]],[[6390,10597],[15,13]],[[6405,10610],[21,3]],[[6426,10613],[31,17]],[[6457,10630],[3,15]],[[6677,10230],[136,-4]],[[6813,10226],[-23,-44],[-53,-30],[-35,-7],[-82,-64]],[[6620,10081],[-79,-123]],[[6533,9903],[-108,-78],[-30,-15],[-54,-10],[-69,5]],[[6127,9973],[-6,23],[-127,39]],[[5890,10168],[-13,20],[-2,11]],[[5875,10199],[26,-1]],[[6073,10296],[40,22]],[[11200,625],[9,12]],[[11146,148],[1,-42],[-64,-53],[-106,-20],[-65,109],[-39,-24],[-36,117],[-49,2],[-94,-107],[-26,-91],[-106,21],[-95,-40],[-53,61],[63,83],[17,90],[-42,102],[24,82]],[[10567,484],[38,8]],[[10692,550],[0,38]],[[10747,802],[31,-5]],[[10825,781],[19,-2]],[[11034,622],[76,-5]],[[7472,11886],[14,-13],[27,55]],[[7668,11866],[-24,36],[-43,-26]],[[7540,11438],[25,-11]],[[7737,11037],[144,46]],[[7903,10816],[-75,-121]],[[7553,10662],[-32,-68],[-4,1],[-90,100],[-41,91]],[[7242,10640],[-40,85]],[[6978,10948],[84,41]],[[7366,11481],[43,7],[63,398]],[[10040,19110],[-27,40]],[[10028,19182],[-11,74]],[[10206,19394],[10,-11]],[[10253,19352],[35,-15]],[[10288,19341],[79,-20]],[[10500,19373],[58,9]],[[10558,19382],[45,-57]],[[10579,18792],[-19,-24]],[[10407,18807],[-22,42]],[[10355,18864],[-36,-43]],[[10007,18878],[45,37]],[[10052,18915],[3,39]],[[10022,18984],[-3,26]],[[10007,19037],[58,43]],[[7690,15640],[-18,-39],[-25,-29],[-51,-35],[-16,-5],[-89,-9],[-285,16],[-50,3]],[[7106,15506],[-8,-59],[-113,-220],[-27,-47],[-8,0],[-86,41],[-23,33]],[[6841,15254],[-60,55]],[[6736,15286],[-5,66]],[[6731,15352],[-28,44]],[[6666,15489],[-97,159],[-7,28],[28,8],[11,-11]],[[6601,15673],[17,32]],[[6651,15778],[22,130]],[[6673,15908],[11,58],[-92,190]],[[6359,16286],[50,225],[109,270]],[[6576,16794],[30,-40],[251,-164],[145,39],[137,85],[69,94],[15,63],[44,45],[160,38],[84,4],[57,-23],[40,-64],[285,-620],[-44,-551],[-19,-8]],[[4617,10434],[71,90]],[[4688,10524],[53,61]],[[4883,10523],[83,110]],[[5029,10701],[8,9]],[[5057,10635],[-9,-9]],[[5137,10409],[6,-17]],[[4825,10206],[-3,1]],[[4553,10171],[-10,-15]],[[4492,10338],[125,96]],[[2650,8126],[91,-99],[-135,-18],[-20,48],[64,69]],[[3016,8579],[-8,-118],[122,-126],[25,18],[63,-60],[118,-63],[112,-79],[46,-53],[75,-9],[97,-74],[125,-46],[98,-124],[99,-78],[91,-133],[59,-67],[111,-43],[88,-89],[46,-23],[241,-7],[63,44],[25,-72],[-174,-53],[14,-50],[-49,-107],[-90,-52],[-168,-35],[-83,-38],[-178,34],[-69,62],[-23,50],[-133,82],[-92,6],[-68,112],[-182,82],[-94,-20],[-175,55],[-42,121],[-29,133],[-50,-6],[-16,92],[19,73],[-7,114],[-68,90],[-8,46],[-60,47],[-181,9],[-60,-45],[-166,-24],[-23,-87],[-102,-7],[-47,-122],[55,-72],[-4,-40],[-102,48],[75,163],[5,60],[-37,109],[4,92],[45,53],[170,49],[397,172],[100,6]],[[5040,10026],[26,-69],[-36,-36]],[[5024,9909],[-41,-52]],[[4944,9717],[-12,-63]],[[4932,9654],[-101,-98],[13,-26],[-87,-61]],[[4641,9926],[-3,-1]],[[4638,9925],[63,48],[-28,44]],[[4640,9997],[-31,39],[68,78]],[[4724,10114],[12,16],[216,-35]],[[6897,8764],[-56,-12],[-18,-7],[-87,-64]],[[6721,8667],[-226,-164],[-36,-11]],[[6459,8492],[-67,14],[-55,-22]],[[6284,8493],[-59,-30]],[[6225,8463],[3,14],[-21,6]],[[6201,8506],[-98,-39],[-33,-2],[-20,6],[-58,31],[-30,22]],[[5783,8772],[-59,9]],[[5714,8777],[-31,60]],[[5684,8846],[32,-1]],[[5716,8845],[110,0]],[[5826,8845],[99,5]],[[6208,8943],[34,24],[53,50]],[[6295,9017],[106,39]],[[6401,9056],[91,32],[36,18],[94,107],[19,16],[54,11]],[[6695,9240],[22,-1],[99,-28],[43,5],[131,30],[24,22],[28,42]],[[7098,9139],[-19,-6]],[[7026,9076],[-15,-14],[35,-140]],[[12454,8996],[-45,51]],[[12175,9451],[99,11]],[[12310,9495],[35,38],[68,19],[7,-41]],[[13108,9258],[24,-29]],[[13132,9229],[-13,2]],[[13058,9141],[23,-44]],[[13081,9097],[72,-1],[21,-19],[4,-15]],[[13143,9019],[-12,-33],[45,-67]],[[13237,8714],[-75,-23]],[[13161,8697],[-72,-9],[-70,45],[-79,-47],[-125,14],[-82,-21],[-90,58],[-58,81],[40,46],[-108,72]],[[15156,18477],[-41,96]],[[15191,18950],[-2,26]],[[15467,19247],[21,27],[10,1],[30,-19],[38,-5],[76,39],[25,-44]],[[15667,19246],[18,-68]],[[15685,19178],[-19,-60]],[[15669,19034],[-47,-89]],[[15613,18932],[-16,-66]],[[15601,18859],[-3,-16]],[[15598,18843],[93,-5]],[[15691,18838],[56,-18],[36,-58],[46,-267]],[[15857,18400],[-4,-3],[1,-7]],[[15854,18390],[-15,-7]],[[15839,18383],[-12,79]],[[15504,18497],[-6,-4]]],"objects":{"geo2013":{"type":"GeometryCollection","geometries":[{"arcs":[[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]],"type":"Polygon","properties":{"GM_CODE":"GM0003","GM_NAAM":"Appingedam"}},{"arcs":[[18,19,20,21,22,23,24,25,26,27,28,29,30,31,32]],"type":"Polygon","properties":{"GM_CODE":"GM0005","GM_NAAM":"Bedum"}},{"arcs":[[33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53]],"type":"Polygon","properties":{"GM_CODE":"GM0007","GM_NAAM":"Bellingwedde"}},{"arcs":[[54,55,56,57,58,59,60,61,-30,62,63,64,65]],"type":"Polygon","properties":{"GM_CODE":"GM0009","GM_NAAM":"Ten Boer"}},{"arcs":[[66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,-9,83,84,85,86,87,88,89,90,91,92,93]],"type":"Polygon","properties":{"GM_CODE":"GM0010","GM_NAAM":"Delfzijl"}},{"arcs":[[94,95,-21,96,-19,97,-32,98,-61,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118]],"type":"Polygon","properties":{"GM_CODE":"GM0014","GM_NAAM":"Groningen"}},{"arcs":[[119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146]],"type":"Polygon","properties":{"GM_CODE":"GM0015","GM_NAAM":"Grootegast"}},{"arcs":[[147,148,-106,149,150,151,152,153,154,155,156,157,158,159,160,161]],"type":"Polygon","properties":{"GM_CODE":"GM0017","GM_NAAM":"Haren"}},{"arcs":[[162,163,164,165,166,167,168,-157,169,170,171,-153,172,-151,173,174,-103,175,176,177]],"type":"Polygon","properties":{"GM_CODE":"GM0018","GM_NAAM":"Hoogezand-Sappemeer"}},{"arcs":[[-113,178,179,180,181,182,183,184,185,186,187,-135,188,-133,189,-131,190,191,192,193]],"type":"Polygon","properties":{"GM_CODE":"GM0022","GM_NAAM":"Leek"}},{"arcs":[[-65,194,195,-28,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,-92,217,-90,218,219,-87,220,-85,221,-7,222,-5,223,-3,224,-1,225,226,-56,227,228]],"type":"Polygon","properties":{"GM_CODE":"GM0024","GM_NAAM":"Loppersum"}},{"arcs":[[229,230,231,-139,232,-137,233,-187,234,235,236]],"type":"Polygon","properties":{"GM_CODE":"GM0025","GM_NAAM":"Marum"}},{"arcs":[[237,238,239,240,241,242,243,244,245,246]],"type":"Polygon","properties":{"GM_CODE":"GM0034","GM_NAAM":"Almere"}},{"arcs":[[247,248,-40,249,-38,250,251,252,253,254,255,256,257,258,259,260]],"type":"Polygon","properties":{"GM_CODE":"GM0037","GM_NAAM":"Stadskanaal"}},{"arcs":[[261,-17,262,-76,263,264,265,-72,266,267,268,-163,269,-177,270,-101,271,272,-58,273]],"type":"Polygon","properties":{"GM_CODE":"GM0040","GM_NAAM":"Slochteren"}},{"arcs":[[274,-167,275,276,277,278,279,280,281,282,283,-260,284]],"type":"Polygon","properties":{"GM_CODE":"GM0047","GM_NAAM":"Veendam"}},{"arcs":[[285,-252,286,-36,287,-34,288,289,290,291,292,293,-255,294]],"type":"Polygon","properties":{"GM_CODE":"GM0048","GM_NAAM":"Vlagtwedde"}},{"arcs":[[295,296,297,298,299,-246,300,-244,301,-242,302,303,304]],"type":"Polygon","properties":{"GM_CODE":"GM0050","GM_NAAM":"Zeewolde"}},{"arcs":[[305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330]],"type":"Polygon","properties":{"GM_CODE":"GM0051","GM_NAAM":"Skarsterln"}},{"arcs":[[331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,-23,364,-95,365,366,367,368,369,370,371,372,373,374,375,376,377,378]],"type":"Polygon","properties":{"GM_CODE":"GM0053","GM_NAAM":"Winsum"}},{"arcs":[[379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,-312,418,419,420,421,422,423,424]],"type":"Polygon","properties":{"GM_CODE":"GM0055","GM_NAAM":"Boarnsterhim"}},{"arcs":[[425,426,427,428,429,430,431,432,433,434,-379,435,-377,436,437,-374,438,-372,439,-370,440,-368,441,-117,442,-115,443,-193,444,445,-129,446,447,448,449,450]],"type":"Polygon","properties":{"GM_CODE":"GM0056","GM_NAAM":"Zuidhorn"}},{"arcs":[[451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484]],"type":"Polygon","properties":{"GM_CODE":"GM0058","GM_NAAM":"Dongeradeel"}},{"arcs":[[485,486,487,488,489,490,491,492,493,494,-126,495,-124,496,-122,497,-120,498,499,-145,500,501,502,-141,503,504,505,506]],"type":"Polygon","properties":{"GM_CODE":"GM0059","GM_NAAM":"Achtkarspelen"}},{"arcs":[[507]],"type":"Polygon","properties":{"GM_CODE":"GM0060","GM_NAAM":"Ameland"}},{"arcs":[[508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524]],"type":"Polygon","properties":{"GM_CODE":"GM0063","GM_NAAM":"het Bildt"}},{"arcs":[[-511,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571]],"type":"Polygon","properties":{"GM_CODE":"GM0070","GM_NAAM":"Franekeradeel"}},{"arcs":[[-570,572,-568,573,574,575,576,577,578,579,580]],"type":"Polygon","properties":{"GM_CODE":"GM0072","GM_NAAM":"Harlingen"}},{"arcs":[[-314,581,-417,582,-415,583,-413,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,-318,603,-316,604]],"type":"Polygon","properties":{"GM_CODE":"GM0074","GM_NAAM":"Heerenveen"}},{"arcs":[[605,-426,606,607,-449,608,-494,609,-492,610,611,612,-457,613,614,615,-453,616,617]],"type":"Polygon","properties":{"GM_CODE":"GM0079","GM_NAAM":"Kollumerland en Nieuwkruisland"}},{"arcs":[[618,619,620,-396,621,-394,622,-392,623,-390,624,625,626,627,628,629,630,631]],"type":"Polygon","properties":{"GM_CODE":"GM0080","GM_NAAM":"Leeuwarden"}},{"arcs":[[-629,632,633,634,-517,635,-515,636,637,638,639,640,641,642,643,-631,644]],"type":"Polygon","properties":{"GM_CODE":"GM0081","GM_NAAM":"Leeuwarderadeel"}},{"arcs":[[645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,-325,660,661,662]],"type":"Polygon","properties":{"GM_CODE":"GM0082","GM_NAAM":"Lemsterland"}},{"arcs":[[663,664,665,666,667,668,669,670,671,672,673,-596,674,675,676,677,678]],"type":"Polygon","properties":{"GM_CODE":"GM0085","GM_NAAM":"Ooststellingwerf"}},{"arcs":[[679,-236,680,681,-664,682,-678,683,-676,684,-594,685,-592,686,-590,687,-588,688,-586,689,690,-410,691,-408,692,693,694,695,696,697,698,699,700,-231,701]],"type":"Polygon","properties":{"GM_CODE":"GM0086","GM_NAAM":"Opsterland"}},{"arcs":[[[702]],[[703]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0088","GM_NAAM":"Schiermonnikoog"}},{"arcs":[[704,705,706,-505,707,708,-699,709,-697,710,-695,711,712,-406,713,714,715,716,717]],"type":"Polygon","properties":{"GM_CODE":"GM0090","GM_NAAM":"Smallingerland"}},{"arcs":[[718]],"type":"Polygon","properties":{"GM_CODE":"GM0093","GM_NAAM":"Terschelling"}},{"arcs":[[[719]],[[720]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0096","GM_NAAM":"Vlieland"}},{"arcs":[[-646,721,-662,722,-323,723,-321,724,-601,725,-599,726,727,728,-672,729,730,731,732,733,734,735,736,737,738,-648,739]],"type":"Polygon","properties":{"GM_CODE":"GM0098","GM_NAAM":"Weststellingwerf"}},{"arcs":[[740,741,742,743,744,745,746,747,748,749,750,751]],"type":"Polygon","properties":{"GM_CODE":"GM0106","GM_NAAM":"Assen"}},{"arcs":[[752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773]],"type":"Polygon","properties":{"GM_CODE":"GM0109","GM_NAAM":"Coevorden"}},{"arcs":[[-757,774,-755,775,776,777,778,779,-290,780,781]],"type":"Polygon","properties":{"GM_CODE":"GM0114","GM_NAAM":"Emmen"}},{"arcs":[[782,783,784,785,786,787,788,-767,789,-765,790,791,792,793,794,795]],"type":"Polygon","properties":{"GM_CODE":"GM0118","GM_NAAM":"Hoogeveen"}},{"arcs":[[796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821]],"type":"Polygon","properties":{"GM_CODE":"GM0119","GM_NAAM":"Meppel"}},{"arcs":[[822,823,-544,824,-542,825,-540,826,-538,827,-536,828,829,830,831,832,833,834,-625,-389,835,-387,836,837,-384,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,-558,859,-556,860,-554,861,-552,862,-550,863,-548,864]],"type":"Polygon","properties":{"GM_CODE":"GM0140","GM_NAAM":"Littenseradiel"}},{"arcs":[[865,866,867,868,869,870,871,872,873,874,875,876,877]],"type":"Polygon","properties":{"GM_CODE":"GM0141","GM_NAAM":"Almelo"}},{"arcs":[[878,879,880,881,882,-869,883,884,885,886]],"type":"Polygon","properties":{"GM_CODE":"GM0147","GM_NAAM":"Borne"}},{"arcs":[[887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904]],"type":"Polygon","properties":{"GM_CODE":"GM0148","GM_NAAM":"Dalfsen"}},{"arcs":[[905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931]],"type":"Polygon","properties":{"GM_CODE":"GM0150","GM_NAAM":"Deventer"}},{"arcs":[[932,933,934,935,936,937,938,939,940,941]],"type":"Polygon","properties":{"GM_CODE":"GM0153","GM_NAAM":"Enschede"}},{"arcs":[[942,943,944,945,946,-934,947,948,949]],"type":"Polygon","properties":{"GM_CODE":"GM0158","GM_NAAM":"Haaksbergen"}},{"arcs":[[950,951,952,953,954,955,956,957,958,959,960,-793,961,-762,962,-760,963,964,965,966,967,968,969]],"type":"Polygon","properties":{"GM_CODE":"GM0160","GM_NAAM":"Hardenberg"}},{"arcs":[[970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989]],"type":"Polygon","properties":{"GM_CODE":"GM0163","GM_NAAM":"Hellendoorn"}},{"arcs":[[990,991,992,993,994,-935,-947,995,996,997,-879]],"type":"Polygon","properties":{"GM_CODE":"GM0164","GM_NAAM":"Hengelo"}},{"arcs":[[998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015]],"type":"Polygon","properties":{"GM_CODE":"GM0166","GM_NAAM":"Kampen"}},{"arcs":[[1016,-941,1017,1018,1019,1020,1021,1022,1023]],"type":"Polygon","properties":{"GM_CODE":"GM0168","GM_NAAM":"Losser"}},{"arcs":[[-653,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,-655,1049]],"type":"Polygon","properties":{"GM_CODE":"GM0171","GM_NAAM":"Noordoostpolder"}},{"arcs":[[1050,1051,-1021,1052,-1019,1053,-939,1054,1055,1056]],"type":"Polygon","properties":{"GM_CODE":"GM0173","GM_NAAM":"Oldenzaal"}},{"arcs":[[-953,1057,-951,1058,-969,1059,1060,1061,1062,1063,1064,1065,1066,1067,-988,1068,-986,1069,-889,1070,1071]],"type":"Polygon","properties":{"GM_CODE":"GM0175","GM_NAAM":"Ommen"}},{"arcs":[[-983,1072,-927,1073,1074,1075,1076,1077,1078,1079,1080,1081,-897,1082,-895,1083,-893,1084,-891,1085,-985,1086]],"type":"Polygon","properties":{"GM_CODE":"GM0177","GM_NAAM":"Raalte"}},{"arcs":[[1087,-903,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,-797,1105,1106,-820,1107,-818,1108,-816,1109,-814,1110,1111,1112,1113,1114,1115,1116]],"type":"Polygon","properties":{"GM_CODE":"GM0180","GM_NAAM":"Staphorst"}},{"arcs":[[-885,1117,-867,1118,1119,1120,1121,1122,1123,1124,1125]],"type":"Polygon","properties":{"GM_CODE":"GM0183","GM_NAAM":"Tubbergen"}},{"arcs":[[-1047,1126,-1045,1127,1128]],"type":"Polygon","properties":{"GM_CODE":"GM0184","GM_NAAM":"Urk"}},{"arcs":[[-979,1129,-875,1130,1131,1132,1133,1134,1135,1136,1137,1138]],"type":"Polygon","properties":{"GM_CODE":"GM0189","GM_NAAM":"Wierden"}},{"arcs":[[1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,-901,1149,-899,1150,-1081,1151,1152,1153,1154,-1004,1155,1156,1157,1158]],"type":"Polygon","properties":{"GM_CODE":"GM0193","GM_NAAM":"Zwolle"}},{"arcs":[[1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173]],"type":"Polygon","properties":{"GM_CODE":"GM0196","GM_NAAM":"Rijnwaarden"}},{"arcs":[[1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194]],"type":"Polygon","properties":{"GM_CODE":"GM0197","GM_NAAM":"Aalten"}},{"arcs":[[1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223]],"type":"Polygon","properties":{"GM_CODE":"GM0200","GM_NAAM":"Apeldoorn"}},{"arcs":[[1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248]],"type":"Polygon","properties":{"GM_CODE":"GM0202","GM_NAAM":"Arnhem"}},{"arcs":[[1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,-1214,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289]],"type":"Polygon","properties":{"GM_CODE":"GM0203","GM_NAAM":"Barneveld"}},{"arcs":[[1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300]],"type":"Polygon","properties":{"GM_CODE":"GM0209","GM_NAAM":"Beuningen"}},{"arcs":[[-1204,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,-1206,1327]],"type":"Polygon","properties":{"GM_CODE":"GM0213","GM_NAAM":"Brummen"}},{"arcs":[[1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358]],"type":"Polygon","properties":{"GM_CODE":"GM0214","GM_NAAM":"Buren"}},{"arcs":[[1359,-1334,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369]],"type":"Polygon","properties":{"GM_CODE":"GM0216","GM_NAAM":"Culemborg"}},{"arcs":[[1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383]],"type":"Polygon","properties":{"GM_CODE":"GM0221","GM_NAAM":"Doesburg"}},{"arcs":[[1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400]],"type":"Polygon","properties":{"GM_CODE":"GM0222","GM_NAAM":"Doetinchem"}},{"arcs":[[1401,1402,1403,1404,-1295,1405,1406,1407,1408,1409]],"type":"Polygon","properties":{"GM_CODE":"GM0225","GM_NAAM":"Druten"}},{"arcs":[[1410,1411,1412,1413,1414,-1160,1415,1416,-1172,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428]],"type":"Polygon","properties":{"GM_CODE":"GM0226","GM_NAAM":"Duiven"}},{"arcs":[[-1210,1429,-1230,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,-1270,1454,-1212,1455]],"type":"Polygon","properties":{"GM_CODE":"GM0228","GM_NAAM":"Ede"}},{"arcs":[[1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467]],"type":"Polygon","properties":{"GM_CODE":"GM0230","GM_NAAM":"Elburg"}},{"arcs":[[1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,-1196,1483,-1223,1484,1485,1486,1487]],"type":"Polygon","properties":{"GM_CODE":"GM0232","GM_NAAM":"Epe"}},{"arcs":[[-1266,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,-1216,1508,1509]],"type":"Polygon","properties":{"GM_CODE":"GM0233","GM_NAAM":"Ermelo"}},{"arcs":[[1510,-1358,1511,-1356,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,-1363,1527,-1331,1528,-1329]],"type":"Polygon","properties":{"GM_CODE":"GM0236","GM_NAAM":"Geldermalsen"}},{"arcs":[[1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540]],"type":"Polygon","properties":{"GM_CODE":"GM0241","GM_NAAM":"Groesbeek"}},{"arcs":[[1541,1542,1543,1544,1545,-1504,1546,1547,-1501,1548,1549,-1498,1550]],"type":"Polygon","properties":{"GM_CODE":"GM0243","GM_NAAM":"Harderwijk"}},{"arcs":[[1551,1552,1553,1554,1555,1556,1557,1558,1559]],"type":"Polygon","properties":{"GM_CODE":"GM0244","GM_NAAM":"Hattem"}},{"arcs":[[-1553,1560,1561,1562,-1474,1563,-1472,1564,1565,1566,1567,1568]],"type":"Polygon","properties":{"GM_CODE":"GM0246","GM_NAAM":"Heerde"}},{"arcs":[[1569,1570,1571,1572,-1539,1573,1574,1575,1576,1577,1578]],"type":"Polygon","properties":{"GM_CODE":"GM0252","GM_NAAM":"Heumen"}},{"arcs":[[-908,1579,-906,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,-910,1617]],"type":"Polygon","properties":{"GM_CODE":"GM0262","GM_NAAM":"Lochem"}},{"arcs":[[1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638]],"type":"Polygon","properties":{"GM_CODE":"GM0263","GM_NAAM":"Maasdriel"}},{"arcs":[[1639,1640,1641,1642,1643,1644,1645,1646,1647]],"type":"Polygon","properties":{"GM_CODE":"GM0265","GM_NAAM":"Millingen aan de Rijn"}},{"arcs":[[1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,-1263,1663,-1261,1664,-1259,1665,-1257,1666,-1255,1667,-1253,1668,-1251,1669,1670,-1289,1671,-1287,1672,-1285,1673,1674,-1282,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685]],"type":"Polygon","properties":{"GM_CODE":"GM0267","GM_NAAM":"Nijkerk"}},{"arcs":[[-1291,1686,-1300,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,-1530,1697,1698,-1572,1699,1700,1701,1702,1703,1704]],"type":"Polygon","properties":{"GM_CODE":"GM0268","GM_NAAM":"Nijmegen"}},{"arcs":[[1705,-1009,1706,-1007,1707,-1558,1708,1709,1710,-1567,1711,1712,-1470,1713,1714,1715,1716,-1461,1717,-1459,1718,1719,1720,-1013,1721,1722]],"type":"Polygon","properties":{"GM_CODE":"GM0269","GM_NAAM":"Oldebroek"}},{"arcs":[[1723,1724,-1656,1725,1726,1727,-1652,1728,-1650,1729,1730,1731,-1495,1732,1733,-1492,1734,1735,-1489,-1265,1736,1737,1738,1739,1740]],"type":"Polygon","properties":{"GM_CODE":"GM0273","GM_NAAM":"Putten"}},{"arcs":[[-1432,1741,-1228,1742,1743,1744,1745,1746,1747,1748,-1440,1749,-1438,1750,-1436,1751,-1434,1752]],"type":"Polygon","properties":{"GM_CODE":"GM0274","GM_NAAM":"Renkum"}},{"arcs":[[-1239,1753,1754,1755,1756,1757,-1325,1758,1759,-1322,1760,-1320,1761,1762,1763,-1382,1764,1765,1766,1767,1768,1769,1770]],"type":"Polygon","properties":{"GM_CODE":"GM0275","GM_NAAM":"Rheden"}},{"arcs":[[-1235,1771,1772,-1232,-1208,1773,-1326,1774,-1757,1775]],"type":"Polygon","properties":{"GM_CODE":"GM0277","GM_NAAM":"Rozendaal"}},{"arcs":[[1776,1777,1778,-1275,1779,1780,1781,1782,1783,1784,1785]],"type":"Polygon","properties":{"GM_CODE":"GM0279","GM_NAAM":"Scherpenzeel"}},{"arcs":[[1786,1787,1788,1789,-1516,1790,-1352,1791,1792,1793,1794,1795,1796,1797]],"type":"Polygon","properties":{"GM_CODE":"GM0281","GM_NAAM":"Tiel"}},{"arcs":[[1798,-1647,1799,-1645,1800,-1533,1801,1802,-1696,1803,1804,1805,1806,1807,1808]],"type":"Polygon","properties":{"GM_CODE":"GM0282","GM_NAAM":"Ubbergen"}},{"arcs":[[1809,1810,1811,1812,-922,1813,-920,1814,-918,1815,1816,1817,-914,1818,-912,-1616,1819,-1614,1820,-1612,1821,1822,-1303,1823,-1202,1824,-1200,1825,-1198,1826,-1482,1827,1828,1829]],"type":"Polygon","properties":{"GM_CODE":"GM0285","GM_NAAM":"Voorst"}},{"arcs":[[-1442,1830,-1748,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,-1444,1845]],"type":"Polygon","properties":{"GM_CODE":"GM0289","GM_NAAM":"Wageningen"}},{"arcs":[[1846,1847,1848,-1427,1849,-1425,1850,1851,-1422,1852,1853]],"type":"Polygon","properties":{"GM_CODE":"GM0293","GM_NAAM":"Westervoort"}},{"arcs":[[1854,1855,-1192,1856,-1190,1857,-1188,1858,1859,1860]],"type":"Polygon","properties":{"GM_CODE":"GM0294","GM_NAAM":"Winterswijk"}},{"arcs":[[1861,1862,1863,1864,1865,1866,-1407,1867,-1293,1868,-1704,1869,1870,-1701,1871,-1570,1872,1873,1874]],"type":"Polygon","properties":{"GM_CODE":"GM0296","GM_NAAM":"Wijchen"}},{"arcs":[[1875,1876,1877,1878,1879,1880,-1621,1881,-1619,1882,-1638,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894]],"type":"Polygon","properties":{"GM_CODE":"GM0297","GM_NAAM":"Zaltbommel"}},{"arcs":[[1895,1896,1897,1898,1899,1900,-1165,1901,-1163,1902,1903,-1414,1904,-1412,1905,1906,-1847,1907,-1770,1908,1909,1910,-1766,1911,-1380,1912,-1378,1913,1914]],"type":"Polygon","properties":{"GM_CODE":"GM0299","GM_NAAM":"Zevenaar"}},{"arcs":[[-1608,1915,1916,1917,1918,1919,1920,1921,-1311,1922,-1309,1923,1924,1925,1926,1927,1928,-1610,1929]],"type":"Polygon","properties":{"GM_CODE":"GM0301","GM_NAAM":"Zutphen"}},{"arcs":[[-1466,1930,1931,1932,-1486,1933,1934,-1220,1935,-1218,1936,1937,-1506,1938,-1545,1939,1940,-1542,1941,1942,1943,1944,1945]],"type":"Polygon","properties":{"GM_CODE":"GM0302","GM_NAAM":"Nunspeet"}},{"arcs":[[[1946]],[[-299,1947,1948,1949]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0303","GM_NAAM":"Dronten"}},{"arcs":[[-1789,1950,-1626,1951,-1624,1952,1953,-1880,1954,-1878,1955,1956,1957,-1518,1958]],"type":"Polygon","properties":{"GM_CODE":"GM0304","GM_NAAM":"Neerijnen"}},{"arcs":[[1959,-1684,1960,1961,-1681,1962,1963,-1678,1964,1965,-1280,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984]],"type":"Polygon","properties":{"GM_CODE":"GM0307","GM_NAAM":"Amersfoort"}},{"arcs":[[1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004]],"type":"Polygon","properties":{"GM_CODE":"GM0308","GM_NAAM":"Baarn"}},{"arcs":[[2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,-2000,2017,2018]],"type":"Polygon","properties":{"GM_CODE":"GM0310","GM_NAAM":"De Bilt"}},{"arcs":[[2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039]],"type":"Polygon","properties":{"GM_CODE":"GM0312","GM_NAAM":"Bunnik"}},{"arcs":[[2040,2041,-1984,2042,-1989,2043,2044,2045,2046]],"type":"Polygon","properties":{"GM_CODE":"GM0313","GM_NAAM":"Bunschoten"}},{"arcs":[[2047,2048,-2046,2049,2050,2051,-1986,2052,2053,2054]],"type":"Polygon","properties":{"GM_CODE":"GM0317","GM_NAAM":"Eemnes"}},{"arcs":[[2055,2056,-2035,2057,2058,-2032,2059,2060,-1370,2061,2062,2063,2064]],"type":"Polygon","properties":{"GM_CODE":"GM0321","GM_NAAM":"Houten"}},{"arcs":[[-1972,2065,-1970,2066,-1968,2067,-1278,2068,2069,2070,2071,2072,-1976,2073,-1974,2074]],"type":"Polygon","properties":{"GM_CODE":"GM0327","GM_NAAM":"Leusden"}},{"arcs":[[2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2085,2086,2087,2088,2089,2090,2091,2092,2093,2094]],"type":"Polygon","properties":{"GM_CODE":"GM0331","GM_NAAM":"Lopik"}},{"arcs":[[2095,2096,2097,-2092,2098,2099,2100,2101,2102,2103,2104,2105,2106,2107]],"type":"Polygon","properties":{"GM_CODE":"GM0335","GM_NAAM":"Montfoort"}},{"arcs":[[2108,-1272,2109,-1453,2110,-1451,2111,2112,2113,2114,2115,2116,2117,-1777,2118,-1785,2119,-1783,2120,-1781,2121]],"type":"Polygon","properties":{"GM_CODE":"GM0339","GM_NAAM":"Renswoude"}},{"arcs":[[-1341,2122,2123,2124,2125,2126,2127,2128,2129,2130,-1447,2131,2132,-1844,2133,-1842,2134,-1840,2135,-1343,2136]],"type":"Polygon","properties":{"GM_CODE":"GM0340","GM_NAAM":"Rhenen"}},{"arcs":[[-1994,2137,-1992,2138,-1981,2139,2140,-1978,2141,2142,2143,2144]],"type":"Polygon","properties":{"GM_CODE":"GM0342","GM_NAAM":"Soest"}},{"arcs":[[2145,2146,-2013,2147,-2011,2148,2149,2150,-2037,2151,2152,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2165,2166,2167,2168]],"type":"Polygon","properties":{"GM_CODE":"GM0344","GM_NAAM":"Utrecht"}},{"arcs":[[-2128,2169,-2126,2170,-2114,2171,2172,-1449,2173,-2130,2174]],"type":"Polygon","properties":{"GM_CODE":"GM0345","GM_NAAM":"Veenendaal"}},{"arcs":[[2175,2176,2177,-2072,2178,-2070,2179,-1276,-1779,2180,2181,2182,2183,2184,2185]],"type":"Polygon","properties":{"GM_CODE":"GM0351","GM_NAAM":"Woudenberg"}},{"arcs":[[-2061,2186,-2030,2187,-2028,2188,2189,2190,-1336,2191]],"type":"Polygon","properties":{"GM_CODE":"GM0352","GM_NAAM":"Wijk bij Duurstede"}},{"arcs":[[2192,-2097,2193,2194,-2162,2195,-2160,2196,2197,2198,2199,-2076,2200,2201]],"type":"Polygon","properties":{"GM_CODE":"GM0353","GM_NAAM":"IJsselstein"}},{"arcs":[[-2006,2202,2203,2204,-1997,2205,-2143,2206,-2177,2207,2208,2209,-2039,2210,2211,-2008,2212]],"type":"Polygon","properties":{"GM_CODE":"GM0355","GM_NAAM":"Zeist"}},{"arcs":[[-2158,2213,-2156,2214,2215,-2153,2216,-2056,2217,2218,-2198,2219]],"type":"Polygon","properties":{"GM_CODE":"GM0356","GM_NAAM":"Nieuwegein"}},{"arcs":[[2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2233,2234]],"type":"Polygon","properties":{"GM_CODE":"GM0358","GM_NAAM":"Aalsmeer"}},{"arcs":[[2235,2236,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250]],"type":"Polygon","properties":{"GM_CODE":"GM0361","GM_NAAM":"Alkmaar"}},{"arcs":[[2251,2252,2253,2254,2255,2256,2257,2258,2259,2260,2261,2262,2263,-2223,2264,2265,2266,2267]],"type":"Polygon","properties":{"GM_CODE":"GM0362","GM_NAAM":"Amstelveen"}},{"arcs":[[[2268,2269,2270,2271,2272,2273,2274,2275,2276,2277,2278,2279,2280,2281,2282,2283,2284,2285,2286]],[[2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,-2252,2312,2313,2314]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0363","GM_NAAM":"Amsterdam"}},{"arcs":[[2315,2316,2317,2318,2319,2320,2321,2322,2323,2324,2325,2326]],"type":"Polygon","properties":{"GM_CODE":"GM0365","GM_NAAM":"Graft-De Rijp"}},{"arcs":[[2327,2328,2329,-2323,2330,-2321,2331,2332,2333,2334,2335,2336,2337,2338,2339]],"type":"Polygon","properties":{"GM_CODE":"GM0370","GM_NAAM":"Beemster"}},{"arcs":[[2340,2341,2342,-2237,2343,2344,2345,2346,2347,2348,2349,2350]],"type":"Polygon","properties":{"GM_CODE":"GM0373","GM_NAAM":"Bergen (NH,)"}},{"arcs":[[2351,2352,2353,2354,2355,2356,2357,2358,2359,2360]],"type":"Polygon","properties":{"GM_CODE":"GM0375","GM_NAAM":"Beverwijk"}},{"arcs":[[2361,2362,2363,2364,2365,2366]],"type":"Polygon","properties":{"GM_CODE":"GM0376","GM_NAAM":"Blaricum"}},{"arcs":[[2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384]],"type":"Polygon","properties":{"GM_CODE":"GM0377","GM_NAAM":"Bloemendaal"}},{"arcs":[[2385,2386,2387,2388,2389,2390,2391,2392]],"type":"Polygon","properties":{"GM_CODE":"GM0381","GM_NAAM":"Bussum"}},{"arcs":[[2393,-2350,2394,2395,2396,2397,2398,2399,-2246,2400,2401,2402,2403,-2316,2404,2405,2406,2407,2408,2409]],"type":"Polygon","properties":{"GM_CODE":"GM0383","GM_NAAM":"Castricum"}},{"arcs":[[2410,2411,2412,2413,-2269,2414,-2286,2415,2416,2417,-2304]],"type":"Polygon","properties":{"GM_CODE":"GM0384","GM_NAAM":"Diemen"}},{"arcs":[[2418,2419,2420,2421,2422]],"type":"Polygon","properties":{"GM_CODE":"GM0385","GM_NAAM":"Edam-Volendam"}},{"arcs":[[2423,2424,2425]],"type":"Polygon","properties":{"GM_CODE":"GM0388","GM_NAAM":"Enkhuizen"}},{"arcs":[[2426,2427,2428,-2384,2429,2430,-2381,2431,2432,2433,2434,2435,2436,2437,2438,2439,2440,2441,2442]],"type":"Polygon","properties":{"GM_CODE":"GM0392","GM_NAAM":"Haarlem"}},{"arcs":[[2443,2444,2445,-2439,2446,-2437,2447,2448]],"type":"Polygon","properties":{"GM_CODE":"GM0393","GM_NAAM":"Haarlemmerliede en Spaarnwoude"}},{"arcs":[[2449,2450,2451,2452,2453,2454,2455,-2314,2456,-2267,2457,2458,-2221,2459,-2234,2460,-2232,2461,2462,2463,2464,2465]],"type":"Polygon","properties":{"GM_CODE":"GM0394","GM_NAAM":"Haarlemmermeer"}},{"arcs":[[2466,-2409,2467,2468,2469,2470,2471,-2352,2472]],"type":"Polygon","properties":{"GM_CODE":"GM0396","GM_NAAM":"Heemskerk"}},{"arcs":[[2473,2474,-2442,2475,-2368,2476,2477]],"type":"Polygon","properties":{"GM_CODE":"GM0397","GM_NAAM":"Heemstede"}},{"arcs":[[2478,2479,2480,2481,2482,2483,2484,2485,2486,2487,2488,2489,2490,2491,2492,2493,2494,2495,2496]],"type":"Polygon","properties":{"GM_CODE":"GM0398","GM_NAAM":"Heerhugowaard"}},{"arcs":[[-2397,2497,2498,-2348,2499,2500,-2345,2501,2502,-2250,2503,-2248,2504,-2399,2505]],"type":"Polygon","properties":{"GM_CODE":"GM0399","GM_NAAM":"Heiloo"}},{"arcs":[[2506,2507,2508]],"type":"Polygon","properties":{"GM_CODE":"GM0400","GM_NAAM":"Den Helder"}},{"arcs":[[2509,2510,2511,2512,2513,2514,2515,2516,-2386,2517,2518,2519,-2002,2520,2521,2522,2523,2524,2525]],"type":"Polygon","properties":{"GM_CODE":"GM0402","GM_NAAM":"Hilversum"}},{"arcs":[[2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539]],"type":"Polygon","properties":{"GM_CODE":"GM0405","GM_NAAM":"Hoorn"}},{"arcs":[[-2366,2540,-2364,2541,2542,2543,2544,2545,2546]],"type":"Polygon","properties":{"GM_CODE":"GM0406","GM_NAAM":"Huizen"}},{"arcs":[[2547,2548,2549,2550,2551,2552,2553,2554,2555]],"type":"Polygon","properties":{"GM_CODE":"GM0415","GM_NAAM":"Landsmeer"}},{"arcs":[[2556,2557,2558,2559,2560,2561,2562,-2482,2563,2564,-2479,2565,-2240,2566,2567,2568]],"type":"Polygon","properties":{"GM_CODE":"GM0416","GM_NAAM":"Langedijk"}},{"arcs":[[-2362,2569,-2048,2570,2571,2572,-2519]],"type":"Polygon","properties":{"GM_CODE":"GM0417","GM_NAAM":"Laren"}},{"arcs":[[-2424,2573,2574,2575,2576,2577,2578,2579,2580,-2536,2581,2582,2583,2584,2585,2586,2587,2588,2589,2590,2591,2592,2593,2594,2595,2596]],"type":"Polygon","properties":{"GM_CODE":"GM0420","GM_NAAM":"Medemblik"}},{"arcs":[[2597,2598,2599,2600,2601,2602,2603,2604,2605,2606,2607,-2412,2608]],"type":"Polygon","properties":{"GM_CODE":"GM0424","GM_NAAM":"Muiden"}},{"arcs":[[-2546,2609,-2544,2610,2611,-2392,2612,2613,-2389,2614,2615,2616,-2515,2617,2618,2619,2620,2621,-2598,2622,2623]],"type":"Polygon","properties":{"GM_CODE":"GM0425","GM_NAAM":"Naarden"}},{"arcs":[[2624,-2548,2625,2626,-2291,2627,2628,2629,2630]],"type":"Polygon","properties":{"GM_CODE":"GM0431","GM_NAAM":"Oostzaan"}},{"arcs":[[2631,2632,2633,2634,2635,2636,2637,-2592,2638,2639,-2589,2640,2641,2642,2643,2644,2645,2646,2647]],"type":"Polygon","properties":{"GM_CODE":"GM0432","GM_NAAM":"Opmeer"}},{"arcs":[[-2255,2648,2649,2650,-2308,2651,-2306,2652,-2417,2653,2654,-2283,2655,2656,2657,2658,2659,2660,2661,2662,2663,2664,-2258,2665,2666]],"type":"Polygon","properties":{"GM_CODE":"GM0437","GM_NAAM":"Ouder-Amstel"}},{"arcs":[[2667,2668,2669,2670,2671,2672,-2551,2673,2674,2675]],"type":"Polygon","properties":{"GM_CODE":"GM0439","GM_NAAM":"Purmerend"}},{"arcs":[[2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,-2562,2687,-2560,2688,-2558,2689,2690,-2568,2691,-2341,2692]],"type":"Polygon","properties":{"GM_CODE":"GM0441","GM_NAAM":"Schagen"}},{"arcs":[[[2693]],[[2694]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0448","GM_NAAM":"Texel"}},{"arcs":[[-2406,2695,2696,2697,2698,2699,2700,-2469,2701,2702]],"type":"Polygon","properties":{"GM_CODE":"GM0450","GM_NAAM":"Uitgeest"}},{"arcs":[[-2225,2703,-2263,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716]],"type":"Polygon","properties":{"GM_CODE":"GM0451","GM_NAAM":"Uithoorn"}},{"arcs":[[2717,-2358,2718,-2449,2719,2720,-2434,2721,2722,-2379,2723,2724,-2376,2725,2726]],"type":"Polygon","properties":{"GM_CODE":"GM0453","GM_NAAM":"Velsen"}},{"arcs":[[2727,2728,2729,2730,2731,2732,2733,2734,2735,2736,-2513,2737,2738,2739,2740,2741,2742,2743]],"type":"Polygon","properties":{"GM_CODE":"GM0457","GM_NAAM":"Weesp"}},{"arcs":[[2744,-2318,2745,-2403,2746,2747,-2244,2748,-2494,2749,2750,2751,2752]],"type":"Polygon","properties":{"GM_CODE":"GM0458","GM_NAAM":"Schermer"}},{"arcs":[[-2374,2753]],"type":"Polygon","properties":{"GM_CODE":"GM0473","GM_NAAM":"Zandvoort"}},{"arcs":[[-2669,-2340,2754,-2338,2755,2756,2757,-2420,2758]],"type":"Polygon","properties":{"GM_CODE":"GM0478","GM_NAAM":"Zeevang"}},{"arcs":[[2759,-2356,2760,-2354,2761,-2471,2762,-2700,2763,-2698,2764,2765,2766,2767,2768,2769,-2629,2770,2771,2772]],"type":"Polygon","properties":{"GM_CODE":"GM0479","GM_NAAM":"Zaanstad"}},{"arcs":[[2773,2774,2775,2776,2777,2778,2779,2780]],"type":"Polygon","properties":{"GM_CODE":"GM0482","GM_NAAM":"Alblasserdam"}},{"arcs":[[2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792]],"type":"Polygon","properties":{"GM_CODE":"GM0484","GM_NAAM":"Alphen aan den Rijn"}},{"arcs":[[2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804]],"type":"Polygon","properties":{"GM_CODE":"GM0489","GM_NAAM":"Barendrecht"}},{"arcs":[[2805,2806,2807,2808,2809,2810,2811,2812,2813,2814,2815,2816,2817,2818,2819,2820,2821]],"type":"Polygon","properties":{"GM_CODE":"GM0491","GM_NAAM":"Bergambacht"}},{"arcs":[[2822,2823,2824,-2527,2825,2826,-2578,2827]],"type":"Polygon","properties":{"GM_CODE":"GM0498","GM_NAAM":"Drechterland"}},{"arcs":[[-2787,2828,2829,2830,2831,2832,2833,2834,2835,2836]],"type":"Polygon","properties":{"GM_CODE":"GM0499","GM_NAAM":"Boskoop"}},{"arcs":[[2837,2838,2839,2840,2841,2842,2843,2844,2845,2846,2847,2848,2849,2850]],"type":"Polygon","properties":{"GM_CODE":"GM0501","GM_NAAM":"Brielle"}},{"arcs":[[2851,2852,2853,2854,2855,2856,2857,2858,2859,2860]],"type":"Polygon","properties":{"GM_CODE":"GM0502","GM_NAAM":"Capelle aan den IJssel"}},{"arcs":[[2861,2862,2863,2864,2865,2866]],"type":"Polygon","properties":{"GM_CODE":"GM0503","GM_NAAM":"Delft"}},{"arcs":[[2867,2868,2869,2870,2871,2872,2873,2874,2875,2876,2877,2878,2879,2880,2881]],"type":"Polygon","properties":{"GM_CODE":"GM0505","GM_NAAM":"Dordrecht"}},{"arcs":[[2882,2883,2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895]],"type":"Polygon","properties":{"GM_CODE":"GM0512","GM_NAAM":"Gorinchem"}},{"arcs":[[2896,2897,2898,2899,2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912]],"type":"Polygon","properties":{"GM_CODE":"GM0513","GM_NAAM":"Gouda"}},{"arcs":[[2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,-2862,2937,2938,2939,2940,2941,2942,2943,2944,2945,2946,2947]],"type":"Polygon","properties":{"GM_CODE":"GM0518","GM_NAAM":"'s-Gravenhage"}},{"arcs":[[2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,-2876,2961]],"type":"Polygon","properties":{"GM_CODE":"GM0523","GM_NAAM":"Hardinxveld-Giessendam"}},{"arcs":[[2962,-2848,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972]],"type":"Polygon","properties":{"GM_CODE":"GM0530","GM_NAAM":"Hellevoetsluis"}},{"arcs":[[2973,2974,2975,2976,2977,2978,2979,2980]],"type":"Polygon","properties":{"GM_CODE":"GM0531","GM_NAAM":"Hendrik-Ido-Ambacht"}},{"arcs":[[2981,-2575,2982,2983,-2824,2984,2985]],"type":"Polygon","properties":{"GM_CODE":"GM0532","GM_NAAM":"Stede Broec"}},{"arcs":[[2986,-2452,2987,2988,2989,2990,2991,2992,-2371,2993]],"type":"Polygon","properties":{"GM_CODE":"GM0534","GM_NAAM":"Hillegom"}},{"arcs":[[2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004]],"type":"Polygon","properties":{"GM_CODE":"GM0537","GM_NAAM":"Katwijk"}},{"arcs":[[3005,3006,3007,3008,3009,3010,3011,3012,-2855,3013]],"type":"Polygon","properties":{"GM_CODE":"GM0542","GM_NAAM":"Krimpen aan den IJssel"}},{"arcs":[[3014,3015,3016,-1366,3017,-1525,3018,-1523,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028]],"type":"Polygon","properties":{"GM_CODE":"GM0545","GM_NAAM":"Leerdam"}},{"arcs":[[3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051]],"type":"Polygon","properties":{"GM_CODE":"GM0546","GM_NAAM":"Leiden"}},{"arcs":[[-3038,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061]],"type":"Polygon","properties":{"GM_CODE":"GM0547","GM_NAAM":"Leiderdorp"}},{"arcs":[[-2990,3062,3063,-2450,3064,3065,3066,3067,3068,3069,3070,3071,3072]],"type":"Polygon","properties":{"GM_CODE":"GM0553","GM_NAAM":"Lisse"}},{"arcs":[[3073,3074,3075,3076,3077,3078,3079]],"type":"Polygon","properties":{"GM_CODE":"GM0556","GM_NAAM":"Maassluis"}},{"arcs":[[3080,3081,3082,3083,3084,3085,3086,3087,3088,-2965,3089,-2846,3090,3091]],"type":"Polygon","properties":{"GM_CODE":"GM0568","GM_NAAM":"Bernisse"}},{"arcs":[[3092,3093,-2713,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,-2784,3112,-2782,3113,-2792,3114,3115,3116]],"type":"Polygon","properties":{"GM_CODE":"GM0569","GM_NAAM":"Nieuwkoop"}},{"arcs":[[3117,3118,3119,3120,3121,3122,-3002,3123,-3000,3124]],"type":"Polygon","properties":{"GM_CODE":"GM0575","GM_NAAM":"Noordwijk"}},{"arcs":[[3125,3126,-2992,3127,-3072,3128,-3070,3129,3130,-3118]],"type":"Polygon","properties":{"GM_CODE":"GM0576","GM_NAAM":"Noordwijkerhout"}},{"arcs":[[3131,3132,3133,3134,3135,-3036,3136,-3034,3137,3138,3139,-3005]],"type":"Polygon","properties":{"GM_CODE":"GM0579","GM_NAAM":"Oegstgeest"}},{"arcs":[[3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154]],"type":"Polygon","properties":{"GM_CODE":"GM0584","GM_NAAM":"Oud-Beijerland"}},{"arcs":[[3155,3156,3157,3158,3159,3160,3161,3162,-3144,3163,-2802,3164,3165,-2868,3166,3167,3168,3169,3170]],"type":"Polygon","properties":{"GM_CODE":"GM0585","GM_NAAM":"Binnenmaas"}},{"arcs":[[[3171]],[[3172,3173,-3151,3174,-3149,3175,-3147,3176,3177,-3088,3178,3179,3180,3181]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0588","GM_NAAM":"Korendijk"}},{"arcs":[[-2100,3182,-2090,3183,3184,3185,3186,3187,3188,3189,3190,-2102,3191]],"type":"Polygon","properties":{"GM_CODE":"GM0589","GM_NAAM":"Oudewater"}},{"arcs":[[-2777,3192,3193,3194,3195,3196,3197,3198]],"type":"Polygon","properties":{"GM_CODE":"GM0590","GM_NAAM":"Papendrecht"}},{"arcs":[[3199,3200,3201,3202,3203,3204,3205,-2976,3206,3207,3208,-2798,3209]],"type":"Polygon","properties":{"GM_CODE":"GM0597","GM_NAAM":"Ridderkerk"}},{"arcs":[[3210,3211,3212,3213,3214,-3079,3215,3216,3217,3218,3219,3220,3221,3222,3223,3224,3225,3226,-2860,3227,3228,-2857,3229,-3012,-3201,3230,3231,-2796,3232,3233,3234,3235,3236,3237,3238,3239,3240,-2844,3241,-2842,3242,3243,3244,3245,3246,3247,3248,3249,3250,3251,3252,3253]],"type":"Polygon","properties":{"GM_CODE":"GM0599","GM_NAAM":"Rotterdam"}},{"arcs":[[3254,-2941,3255,-2939,3256,3257,-2944,3258]],"type":"Polygon","properties":{"GM_CODE":"GM0603","GM_NAAM":"Rijswijk"}},{"arcs":[[3259,3260,3261,-3220,3262,-3218,3263,3264]],"type":"Polygon","properties":{"GM_CODE":"GM0606","GM_NAAM":"Schiedam"}},{"arcs":[[3265,-2821,3266,3267,3268,3269,3270,-2086,3271]],"type":"Polygon","properties":{"GM_CODE":"GM0608","GM_NAAM":"Schoonhoven"}},{"arcs":[[3272,3273,3274,3275,-2951,3276,-2949,3277,3278]],"type":"Polygon","properties":{"GM_CODE":"GM0610","GM_NAAM":"Sliedrecht"}},{"arcs":[[-3146,3279,3280,-3161,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290]],"type":"Polygon","properties":{"GM_CODE":"GM0611","GM_NAAM":"Cromstrijen"}},{"arcs":[[3291,-3240,3292,-3238,3293,3294,-3141,3295,-3180,3296,-3086,3297,3298,-3083,3299,-3081,3300]],"type":"Polygon","properties":{"GM_CODE":"GM0612","GM_NAAM":"Spijkenisse"}},{"arcs":[[-2794,3301,-2804,3302,3303,3304,-3236,3305,-3234,3306]],"type":"Polygon","properties":{"GM_CODE":"GM0613","GM_NAAM":"Albrandswaard"}},{"arcs":[[-3244,3307,-2840,3308,-2838,3309,-2971,3310,-2969,3311,-2967,3312,3313,-3246,3314]],"type":"Polygon","properties":{"GM_CODE":"GM0614","GM_NAAM":"Westvoorne"}},{"arcs":[[3315,-3156,3316,-3170,3317,-3168,3318,-3289,3319,-3287,3320,-3285,3321,-3283,3322,-3159,3323]],"type":"Polygon","properties":{"GM_CODE":"GM0617","GM_NAAM":"Strijen"}},{"arcs":[[3324,3325,-2078,3326,3327,-2063,3328,-1368,3329,-3016,3330,3331,3332]],"type":"Polygon","properties":{"GM_CODE":"GM0620","GM_NAAM":"Vianen"}},{"arcs":[[-3265,3333,3334,3335,3336,3337,3338,3339]],"type":"Polygon","properties":{"GM_CODE":"GM0622","GM_NAAM":"Vlaardingen"}},{"arcs":[[-2907,3340,-2905,3341,-3187,3342,-3185,3343,-2088,3344,-3270,3345,-3268,3346,3347,-2818,3348,-2816,3349,3350,3351,3352,3353]],"type":"Polygon","properties":{"GM_CODE":"GM0623","GM_NAAM":"Vlist"}},{"arcs":[[3354,3355,3356,3357,3358,3359,3360,3361,-3030,3362]],"type":"Polygon","properties":{"GM_CODE":"GM0626","GM_NAAM":"Voorschoten"}},{"arcs":[[-2899,3363,3364,3365,3366,3367,3368,3369,3370,-2834,3371,3372,3373,3374,-2901,3375]],"type":"Polygon","properties":{"GM_CODE":"GM0627","GM_NAAM":"Waddinxveen"}},{"arcs":[[-2922,3376,-2998,3377,-3032,3378,-3361,3379,3380,-2924,3381]],"type":"Polygon","properties":{"GM_CODE":"GM0629","GM_NAAM":"Wassenaar"}},{"arcs":[[-2105,3382,3383,3384,3385,3386,-3103,3387,-3101,3388,-3099,3389,3390,3391,3392,-2166,3393,-2107,3394]],"type":"Polygon","properties":{"GM_CODE":"GM0632","GM_NAAM":"Woerden"}},{"arcs":[[3395,3396,3397,3398,3399,3400,3401,3402,3403,-2931,3404,3405,3406]],"type":"Polygon","properties":{"GM_CODE":"GM0637","GM_NAAM":"Zoetermeer"}},{"arcs":[[-3043,3407,3408,3409,3410,3411,3412,-3396,3413,3414,3415,-3045,3416]],"type":"Polygon","properties":{"GM_CODE":"GM0638","GM_NAAM":"Zoeterwoude"}},{"arcs":[[3417,-2871,3418,-2869,-3166,3419,-2800,3420,-3208,3421,-2974,3422,3423]],"type":"Polygon","properties":{"GM_CODE":"GM0642","GM_NAAM":"Zwijndrecht"}},{"arcs":[[3424,-3202,-3011,3425,-3009,3426,3427,3428,3429,3430,3431,-2810,3432,-2808,3433,3434,3435,3436]],"type":"Polygon","properties":{"GM_CODE":"GM0643","GM_NAAM":"Nederlek"}},{"arcs":[[3437,3438,3439,3440,3441,3442,3443,3444,3445,-2911,3446,-3351,3447,-2814,3448,-2812,3449,3450,-3430,3451,-3428,3452,3453]],"type":"Polygon","properties":{"GM_CODE":"GM0644","GM_NAAM":"Ouderkerk"}},{"arcs":[[3454,3455,3456,3457,-327,3458,-659,3459,3460,3461,3462,3463,3464,3465,3466,3467,3468,3469,3470,3471,3472]],"type":"Polygon","properties":{"GM_CODE":"GM0653","GM_NAAM":"Gaasterln-Sleat"}},{"arcs":[[3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,3487,3488,3489,3490]],"type":"Polygon","properties":{"GM_CODE":"GM0654","GM_NAAM":"Borsele"}},{"arcs":[[3491,3492,3493,-3478,3494,3495,-3491,3496,3497,3498,3499]],"type":"Polygon","properties":{"GM_CODE":"GM0664","GM_NAAM":"Goes"}},{"arcs":[[-1402,3500,-1409,3501,-1866,3502,-1864,3503,3504,3505,3506,3507,3508,3509,-1630,3510,-1628,3511,-1787,3512,3513]],"type":"Polygon","properties":{"GM_CODE":"GM0668","GM_NAAM":"West Maas en Waal"}},{"arcs":[[[3514]],[[3515]],[[3516,3517,3518,3519,3520]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0677","GM_NAAM":"Hulst"}},{"arcs":[[3521,3522,3523,3524,-3481,3525,-3479,-3494,3526,-3492,3527]],"type":"Polygon","properties":{"GM_CODE":"GM0678","GM_NAAM":"Kapelle"}},{"arcs":[[3528,3529,3530,-3498,3531,-3489,3532,3533,3534,3535,3536,3537,3538,3539,3540]],"type":"Polygon","properties":{"GM_CODE":"GM0687","GM_NAAM":"Middelburg"}},{"arcs":[[-2953,3541,3542,3543,3544,3545,3546,3547,3548,3549,-3028,3550,-3026,3551,3552,3553,-2888,3554,-2886,3555,-2957,3556,-2955,3557]],"type":"Polygon","properties":{"GM_CODE":"GM0689","GM_NAAM":"Giessenlanden"}},{"arcs":[[3558,3559,3560,3561,-3524,3562,3563,3564]],"type":"Polygon","properties":{"GM_CODE":"GM0703","GM_NAAM":"Reimerswaal"}},{"arcs":[[-2082,3565,-2080,3566,-3325,3567,-3332,3568,-3015,3569,-3549,3570,3571,3572,-2084,3573]],"type":"Polygon","properties":{"GM_CODE":"GM0707","GM_NAAM":"Zederik"}},{"arcs":[[-3520,3574,-3518,3575,3576,3577,3578,3579,3580]],"type":"Polygon","properties":{"GM_CODE":"GM0715","GM_NAAM":"Terneuzen"}},{"arcs":[[3583,3584,3585,3586,3587,3588,-3559,3589]],"type":"Polygon","properties":{"GM_CODE":"GM0716","GM_NAAM":"Tholen"}},{"arcs":[[[3590,-3529,3591,-3540,3592,-3538,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,3604,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3615,3616]],[[3617]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0717","GM_NAAM":"Veere"}},{"arcs":[[[-3484,3618]],[[-3486,3619]],[[3620,3621,3622,-3597,3623,-3595,3624,-3536,3625,-3534,3626]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM0718","GM_NAAM":"Vlissingen"}},{"arcs":[[3627,-2892,3628,-2890,3629,3630,3631,-3024,3632,3633,-3021,3634,-1521,3635,3636,-1957,3637,3638,-1894,3639,3640]],"type":"Polygon","properties":{"GM_CODE":"GM0733","GM_NAAM":"Lingewaal"}},{"arcs":[[-2708,3641,-2706,3642,3643,-2260,3644,-2664,3645,-2662,3646,-2660,3647,-2278,3648,3649,-2275,3650,-2273,3651,3652,3653,3654,3655,3656,-3097,3657,-2710,3658]],"type":"Polygon","properties":{"GM_CODE":"GM0736","GM_NAAM":"De Ronde Venen"}},{"arcs":[[-621,3659,3660,3661,3662,3663,3664,3665,3666,-488,3667,-486,3668,-705,3669,-717,3670,-402,3671,-400,3672,-398,3673]],"type":"Polygon","properties":{"GM_CODE":"GM0737","GM_NAAM":"Tytsjerksteradiel"}},{"arcs":[[3674,3675,3676,3677,3678,3679,3680,3681,-1889,3682,3683,-1886,3684,3685,3686,3687]],"type":"Polygon","properties":{"GM_CODE":"GM0738","GM_NAAM":"Aalburg"}},{"arcs":[[3688,3689,3690,3691,3692]],"type":"Polygon","properties":{"GM_CODE":"GM0743","GM_NAAM":"Asten"}},{"arcs":[[3693,3694,3695,3696,3697,3698,3699,3700,3701,3702,3703,3704],[3705]],"type":"Polygon","properties":{"GM_CODE":"GM0744","GM_NAAM":"Baarle-Nassau"}},{"arcs":[[3706,3707,3708,3709,3710,3711,3712,3713,3714,3715,3716,3717,-3588,3718]],"type":"Polygon","properties":{"GM_CODE":"GM0748","GM_NAAM":"Bergen op Zoom"}},{"arcs":[[3719,3720,3721,3722,3723,3724,3725,3726,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3738,3739,3740,3741,3742]],"type":"Polygon","properties":{"GM_CODE":"GM0753","GM_NAAM":"Best"}},{"arcs":[[3743,3744,3745,3746,3747,3748,3749,3750,3751,3752]],"type":"Polygon","properties":{"GM_CODE":"GM0755","GM_NAAM":"Boekel"}},{"arcs":[[3753,3754,3755,3756,3757,3758,3759,3760,3761,3762,3763,3764,3765,3766,3767,3768,3769,3770,3771,3772,3773]],"type":"Polygon","properties":{"GM_CODE":"GM0756","GM_NAAM":"Boxmeer"}},{"arcs":[[3774,3775,3776,3777,3778,3779,3780,3781,3782,3783,3784,3785,3786,3787,3788,3789,3790,3791,3792,-3727,3793,3794,3795,3796,3797]],"type":"Polygon","properties":{"GM_CODE":"GM0757","GM_NAAM":"Boxtel"}},{"arcs":[[3798,3799,3800,3801,3802,3803,3804,3805,3806,3807,3808,3809,3810,3811,3812,3813,3814,3815,3816,3817,3818]],"type":"Polygon","properties":{"GM_CODE":"GM0758","GM_NAAM":"Breda"}},{"arcs":[[3819,3820,3821,3822,3823,3824,3825,3826,3827,3828,3829,3830,-3690,3831,3832,3833,3834,3835]],"type":"Polygon","properties":{"GM_CODE":"GM0762","GM_NAAM":"Deurne"}},{"arcs":[[3836,-283,3837,-281,3838,3839,3840,3841,3842,3843,-44,3844,-42,3845,-248]],"type":"Polygon","properties":{"GM_CODE":"GM0765","GM_NAAM":"Pekela"}},{"arcs":[[3846,3847,3848,3849,3850,3851,3852,3853,3854,3855,3856,3857,3858,3859]],"type":"Polygon","properties":{"GM_CODE":"GM0766","GM_NAAM":"Dongen"}},{"arcs":[[3860,3861,3862,3863,3864,3865,3866,3867,3868,3869,3870,3871,3872,3873,3874,3875,3876,3877,3878]],"type":"Polygon","properties":{"GM_CODE":"GM0770","GM_NAAM":"Eersel"}},{"arcs":[[3879,3880,3881,3882,3883,3884,3885,3886,3887,-3876,3888,-3874,3889,3890,3891,3892,3893,-3738,3894,-3736,3895,3896,3897,3898,3899,3900,3901,3902,3903,3904,3905,3906,3907,3908,3909,3910,3911,3912,3913,3914,3915,3916,3917,3918,3919,3920,3921,3922,3923]],"type":"Polygon","properties":{"GM_CODE":"GM0772","GM_NAAM":"Eindhoven"}},{"arcs":[[3924,3925,3926,3927,3928,3929,3930,3931,3932,3933,-3817,3934,-3815,3935,-3813,3936,3937,3938,3939,3940,3941]],"type":"Polygon","properties":{"GM_CODE":"GM0777","GM_NAAM":"Etten-Leur"}},{"arcs":[[3942,3943,3944,3945,-3848,3946,3947,3948,3949,3950,3951]],"type":"Polygon","properties":{"GM_CODE":"GM0779","GM_NAAM":"Geertruidenberg"}},{"arcs":[[-3857,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961,3962,3963,3964,3965,3966,-3805,3967,3968,3969,3970,3971]],"type":"Polygon","properties":{"GM_CODE":"GM0784","GM_NAAM":"Gilze en Rijen"}},{"arcs":[[3972,3973,3974,3975,3976,3977,3978,3979,3980,3981,3982,3983,3984]],"type":"Polygon","properties":{"GM_CODE":"GM0785","GM_NAAM":"Goirle"}},{"arcs":[[3985,3986,3987,3988,3989,3990,3991,3992,3993,3994,3995]],"type":"Polygon","properties":{"GM_CODE":"GM0786","GM_NAAM":"Grave"}},{"arcs":[[3996,3997,3998,3999,4000,4001,4002,4003,-3779,4004,4005,-3776,4006,4007,4008]],"type":"Polygon","properties":{"GM_CODE":"GM0788","GM_NAAM":"Haaren"}},{"arcs":[[4009,4010,4011,4012,4013,4014,4015,-3820,4016,4017,-3834,4018,4019,4020,4021,4022,4023,4024,4025,4026,4027,4028,4029,4030,4031]],"type":"Polygon","properties":{"GM_CODE":"GM0794","GM_NAAM":"Helmond"}},{"arcs":[[4032,4033,4034,4035,4036,4037,4038,4039,4040,4041,4042,4043,4044,4045,4046,4047,-1636,4048,4049,4050,4051,4052,4053]],"type":"Polygon","properties":{"GM_CODE":"GM0796","GM_NAAM":"'s-Hertogenbosch"}},{"arcs":[[4054,4055,4056,4057,4058,-4047,4059,-4045,4060,4061,4062,-4001,4063,4064,4065,4066,4067,4068,4069]],"type":"Polygon","properties":{"GM_CODE":"GM0797","GM_NAAM":"Heusden"}},{"arcs":[[4070,4071,4072,4073,4074,4075,4076,4077,-3974,4078,4079]],"type":"Polygon","properties":{"GM_CODE":"GM0798","GM_NAAM":"Hilvarenbeek"}},{"arcs":[[4080,4081,4082,4083,-4067,4084,4085,4086,4087,4088]],"type":"Polygon","properties":{"GM_CODE":"GM0809","GM_NAAM":"Loon op Zand"}},{"arcs":[[4089,4090,4091,4092,-3995,4093,4094,4095,4096,4097,4098]],"type":"Polygon","properties":{"GM_CODE":"GM0815","GM_NAAM":"Mill en Sint Hubert"}},{"arcs":[[4099,4100,4101,4102,4103,4104,4105,-4027,4106,4107,4108,-3913,4109,-3911,4110,4111,-3908,4112,4113,-3905,4114]],"type":"Polygon","properties":{"GM_CODE":"GM0820","GM_NAAM":"Nuenen, Gerwen en Nederwetten"}},{"arcs":[[-3723,4115,-3721,4116,4117,-3742,4118,-3891,4119,-3872,4120,-3870,4121,4122,4123,-4075,4124,-4073,4125,4126,4127,4128,4129,4130,4131,-3796,4132,4133,-3725,4134]],"type":"Polygon","properties":{"GM_CODE":"GM0823","GM_NAAM":"Oirschot"}},{"arcs":[[4135,4136,4137,4138,4139,4140,-3997,4141,-4008,4142,4143,4144,-4131,4145,-4129,4146,-4127,4147,-4071,4148,4149,4150,4151,4152]],"type":"Polygon","properties":{"GM_CODE":"GM0824","GM_NAAM":"Oisterwijk"}},{"arcs":[[-3948,4153,-3847,4154,-3859,4155,-3971,4156,-3969,4157,-3803,4158,-3801,4159,4160,4161,4162]],"type":"Polygon","properties":{"GM_CODE":"GM0826","GM_NAAM":"Oosterhout"}},{"arcs":[[4163,4164,4165,4166,-4051,4167,-1633,4168,4169,4170,4171,-3507,4172,4173,4174,-1862,4175,4176,-3988,4177,4178,4179,4180,4181,4182,4183,4184]],"type":"Polygon","properties":{"GM_CODE":"GM0828","GM_NAAM":"Oss"}},{"arcs":[[4185,4186,4187,4188,4189,4190,-3925,4191,-3941,4192,4193,4194,4195,4196,4197,4198,4199]],"type":"Polygon","properties":{"GM_CODE":"GM0840","GM_NAAM":"Rucphen"}},{"arcs":[[4200,4201,4202,4203,4204,4205,4206,4207,4208,4209,4210,4211,4212,4213,4214]],"type":"Polygon","properties":{"GM_CODE":"GM0844","GM_NAAM":"Schijndel"}},{"arcs":[[-4036,4215,-4034,4216,4217,4218,4219,4220,4221,-4205,4222,-4203,4223,-4201,4224,-4214,4225,4226,-3787,4227,4228,4229,4230,-3782,4231,4232,4233,4234,-4039,4235,4236]],"type":"Polygon","properties":{"GM_CODE":"GM0845","GM_NAAM":"Sint-Michielsgestel"}},{"arcs":[[-4210,4237,4238,4239,4240,4241,4242,4243,4244,4245,4246,4247,4248,-3729,4249,-3792,4250,-3790,4251,-4212,4252]],"type":"Polygon","properties":{"GM_CODE":"GM0846","GM_NAAM":"Sint-Oedenrode"}},{"arcs":[[4253,4254,4255,-4020,4256,-3692,4257,4258,4259]],"type":"Polygon","properties":{"GM_CODE":"GM0847","GM_NAAM":"Someren"}},{"arcs":[[-4246,-4102,4260,-3901,4261,-3899,4262,-3732,4263,4264,-4248,4265]],"type":"Polygon","properties":{"GM_CODE":"GM0848","GM_NAAM":"Son en Breugel"}},{"arcs":[[4267,4268,4269,4270,4271,4272,4273,4274,4275,4276,4277,-3711,4278,-3709,4279,-3707,4280,4281,4282]],"type":"Polygon","properties":{"GM_CODE":"GM0851","GM_NAAM":"Steenbergen"}},{"arcs":[[4283,4284,-2301,4285,-2299,4286,-2297,4287,-2295,4288,4289,-2553,4290,-2672,4291,-2422]],"type":"Polygon","properties":{"GM_CODE":"GM0852","GM_NAAM":"Waterland"}},{"arcs":[[4292,-3854,4293,-4088,4294,-4086,4295,-4065,4296,-3999,4297,-4140,4298,-4138,4299,-4136,4300,-4152,4301,-4150,4302,-4079,-3973,4303,-3984,4304,-3982,4305,-3980,4306,-3961,4307,-3959,4308,-3957,4309,-3955,4310,4311]],"type":"Polygon","properties":{"GM_CODE":"GM0855","GM_NAAM":"Tilburg"}},{"arcs":[[-3745,4312,4313,4314,4315,4316,4317,4318,-3747,4319]],"type":"Polygon","properties":{"GM_CODE":"GM0856","GM_NAAM":"Uden"}},{"arcs":[[4320,4321,4322,4323,4324,4325,4326,4327,4328,4329,4330,4331,4332,4333]],"type":"Polygon","properties":{"GM_CODE":"GM0858","GM_NAAM":"Valkenswaard"}},{"arcs":[[4334,4335,-4314,4336,4337,4338,4339,4340,4341,4342,-4242,4343,-4240,4344,4345,4346,-4207,4347]],"type":"Polygon","properties":{"GM_CODE":"GM0860","GM_NAAM":"Veghel"}},{"arcs":[[-3881,4348,4349,-3923,4350,4351,4352,4353,4354,4355,4356,4357,4358,4359,-3861,4360,-3878,4361,-3887,4362,-3885,4363,-3883,4364]],"type":"Polygon","properties":{"GM_CODE":"GM0861","GM_NAAM":"Veldhoven"}},{"arcs":[[-4062,4365,-4043,4366,-4041,4367,4368,-4233,4369,4370,-4003,4371]],"type":"Polygon","properties":{"GM_CODE":"GM0865","GM_NAAM":"Vught"}},{"arcs":[[4372,-3918,4373,-4322,4374,4375,4376,-4357,4377,-4355,4378,-4353,4379,4380,-3921,4381]],"type":"Polygon","properties":{"GM_CODE":"GM0866","GM_NAAM":"Waalre"}},{"arcs":[[-4083,4382,-4081,4383,-3852,4384,-3850,4385,-3945,4386,4387,4388,4389,-4056,4390,4391,-4069,4392]],"type":"Polygon","properties":{"GM_CODE":"GM0867","GM_NAAM":"Waalwijk"}},{"arcs":[[4393,4394,-2880,4395,-2878,4396,4397,4398,4399,4400,4401,-3677,4402,-3675,4403,4404,4405,4406,4407,4408,4409,4410,4411,4412]],"type":"Polygon","properties":{"GM_CODE":"GM0870","GM_NAAM":"Werkendam"}},{"arcs":[[4413,4414,-3561,4415,-3717,4416,-3715,4417]],"type":"Polygon","properties":{"GM_CODE":"GM0873","GM_NAAM":"Woensdrecht"}},{"arcs":[[-3681,4418,-3679,4419,-4401,4420,4421,4422,4423]],"type":"Polygon","properties":{"GM_CODE":"GM0874","GM_NAAM":"Woudrichem"}},{"arcs":[[-3811,4424,-3809,4425,-4195,4426,4427,4428,-3938,4429]],"type":"Polygon","properties":{"GM_CODE":"GM0879","GM_NAAM":"Zundert"}},{"arcs":[[-2324,-2330,4430,-2675,4431,4432,-2631,4433,-2769,4434,4435,-2766,4436,4437]],"type":"Polygon","properties":{"GM_CODE":"GM0880","GM_NAAM":"Wormerland"}},{"arcs":[[4438,4439,4440,4441,4442]],"type":"Polygon","properties":{"GM_CODE":"GM0881","GM_NAAM":"Onderbanken"}},{"arcs":[[4443,4444,4445,4446,4447,4448,4449,4450]],"type":"Polygon","properties":{"GM_CODE":"GM0882","GM_NAAM":"Landgraaf"}},{"arcs":[[4451,4452,4453,4454,4455,4456,4457,4458,4459,4460,4461,4462,4463,4464,4465]],"type":"Polygon","properties":{"GM_CODE":"GM0888","GM_NAAM":"Beek"}},{"arcs":[[4466,4467,4468,4469,4470,4471,4472,4473,4474,4475,4476]],"type":"Polygon","properties":{"GM_CODE":"GM0889","GM_NAAM":"Beesel"}},{"arcs":[[4477,4478,4479,4480,4481,4482,4483,-3764,4484,-3762,4485,4486,4487,4488,4489,4490,4491]],"type":"Polygon","properties":{"GM_CODE":"GM0893","GM_NAAM":"Bergen (L,)"}},{"arcs":[[4492,4493,4494,4495,-4439,4496,-4446,4497,4498,4499]],"type":"Polygon","properties":{"GM_CODE":"GM0899","GM_NAAM":"Brunssum"}},{"arcs":[[4500,4501,4502,4503,-4487,4504,-3760,4505,-3758,4506,4507,4508,4509]],"type":"Polygon","properties":{"GM_CODE":"GM0907","GM_NAAM":"Gennep"}},{"arcs":[[4510,4511,4512,4513,4514,4515,4516,4517,4518,4519,-4493,4520,-4499,4521,-4444,4522,-4450,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535]],"type":"Polygon","properties":{"GM_CODE":"GM0917","GM_NAAM":"Heerlen"}},{"arcs":[[-4448,4536,-4527,4537,-4525,4538]],"type":"Polygon","properties":{"GM_CODE":"GM0928","GM_NAAM":"Kerkrade"}},{"arcs":[[4539,4540,4541,4542,4543,4544,4545,4546,4547,4548,4549,4550]],"type":"Polygon","properties":{"GM_CODE":"GM0935","GM_NAAM":"Maastricht"}},{"arcs":[[4551,4552,4553,4554,4555,4556,-4459,4557,4558,4559,4560,4561,4562,4563,-4542,4564,-4540,4565,4566,4567,4568]],"type":"Polygon","properties":{"GM_CODE":"GM0938","GM_NAAM":"Meerssen"}},{"arcs":[[4569,-1576,4570,4571,-1537,4572,-4501,4573,-4509,4574,4575,4576]],"type":"Polygon","properties":{"GM_CODE":"GM0944","GM_NAAM":"Mook en Middelaar"}},{"arcs":[[4577,4578,4579,4580,4581,4582,4583,4584]],"type":"Polygon","properties":{"GM_CODE":"GM0946","GM_NAAM":"Nederweert"}},{"arcs":[[-4559,4585,-4457,4586,4587,4588,4589,-4518,4590,-4516,4591,-4514,4592,4593,4594,4595,4596,4597,-4561,4598]],"type":"Polygon","properties":{"GM_CODE":"GM0951","GM_NAAM":"Nuth"}},{"arcs":[[4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,-4473,4609,-4471,4610,4611,4612,4613,4614]],"type":"Polygon","properties":{"GM_CODE":"GM0957","GM_NAAM":"Roermond"}},{"arcs":[[4615,-4495,4616,-4588,4617,4618,4619,-4453,4620,4621,4622,-4442,4623]],"type":"Polygon","properties":{"GM_CODE":"GM0962","GM_NAAM":"Schinnen"}},{"arcs":[[4624,4625,4626,4627,4628,4629,4630,4631,-4535,4632,-4533,4633,-4531,4634,-4529,4635]],"type":"Polygon","properties":{"GM_CODE":"GM0965","GM_NAAM":"Simpelveld"}},{"arcs":[[4636,4637,-4463,4638,-4554,4639,-4552,4640,-4568,4641,4642,4643,4644]],"type":"Polygon","properties":{"GM_CODE":"GM0971","GM_NAAM":"Stein"}},{"arcs":[[4645,4646,4647,4648,4649,4650,4651,4652,4653,4654]],"type":"Polygon","properties":{"GM_CODE":"GM0981","GM_NAAM":"Vaals"}},{"arcs":[[4655,4656,4657,4658,4659,4660,4661,4662,-4489,4663,-4469,4664,4665,4666]],"type":"Polygon","properties":{"GM_CODE":"GM0983","GM_NAAM":"Venlo"}},{"arcs":[[4667,-3769,4668,-3767,4669,-4482,4670,-4480,4671,4672,4673,4674,4675,4676,4677]],"type":"Polygon","properties":{"GM_CODE":"GM0984","GM_NAAM":"Venray"}},{"arcs":[[4678,4679,4680,4681,-4594,4682,-4512,4683,-4630,4684,4685,4686,4687,4688]],"type":"Polygon","properties":{"GM_CODE":"GM0986","GM_NAAM":"Voerendaal"}},{"arcs":[[4689,4690,-4584,4691,4692,4693,4694,4695,4696]],"type":"Polygon","properties":{"GM_CODE":"GM0988","GM_NAAM":"Weert"}},{"arcs":[[4697,4698,-4544,4699,-4563,4700,4701,-4596,4702,-4681,4703,-4679,4704,4705,4706,4707,4708,4709,4710,4711]],"type":"Polygon","properties":{"GM_CODE":"GM0994","GM_NAAM":"Valkenburg aan de Geul"}},{"arcs":[[-1949,4712,-297,4713,4714,-304,4715,-240,4716,-238,4717]],"type":"Polygon","properties":{"GM_CODE":"GM0995","GM_NAAM":"Lelystad"}},{"arcs":[[4718,-4491,4719,-4662,4720,4721,-4659,4722,-4657,4723,4724,-3829,4725,-4676,4726]],"type":"Polygon","properties":{"GM_CODE":"GM1507","GM_NAAM":"Horst aan de Maas"}},{"arcs":[[4727,4728,4729,4730,4731,4732,4733,4734,4735,4736,-1395,4737,-1393,4738,-1391,4739,4740,4741,4742,4743,4744,4745,-1182,4746,-1180,4747,4748,-1177,4749,-1175,4750,-1194,4751]],"type":"Polygon","properties":{"GM_CODE":"GM1509","GM_NAAM":"Oude IJsselstreek"}},{"arcs":[[-3132,-3004,4752,-3122,4753,-3120,4754,4755,-3068,4756,-3066,4757,4758,4759,4760,4761,4762,4763,4764,-3135,4765,4766]],"type":"Polygon","properties":{"GM_CODE":"GM1525","GM_NAAM":"Teylingen"}},{"arcs":[[-2208,-2176,4767,-2185,4768,-2183,4769,-2116,4770,-2124,4771,4772,4773,4774,-2190,4775,-2026,4776,-2024,4777,-2022,4778,4779]],"type":"Polygon","properties":{"GM_CODE":"GM1581","GM_NAAM":"Utrechtse Heuvelrug"}},{"arcs":[[4780,4781,4782,4783,4784,4785,4786,-1855,4787,-1860,4788,-1186,4789,-1184,4790,-4745,4791]],"type":"Polygon","properties":{"GM_CODE":"GM1586","GM_NAAM":"Oost Gelre"}},{"arcs":[[-2491,4792,4793,-2488,4794,-2632,4795,-2647,4796,-2645,4797,4798,-2585,4799,4800,-2533,4801,-2531,4802,-2529,4803,-2757,4804,-2336,4805,4806,4807,-2751,4808,4809]],"type":"Polygon","properties":{"GM_CODE":"GM1598","GM_NAAM":"Koggenland"}},{"arcs":[[4810,4811,4812,4813,-3401,4814,4815,4816,4817,4818,4819,4820,4821,-3224,4822,4823]],"type":"Polygon","properties":{"GM_CODE":"GM1621","GM_NAAM":"Lansingerland"}},{"arcs":[[-4695,4824,4825,4826,-4582,4827,-4580,4828,4829,4830,4831,4832,-4606,4833,-4604,4834,4835,4836,4837,4838,4839,4840,4841,4842,4843]],"type":"Polygon","properties":{"GM_CODE":"GM1640","GM_NAAM":"Leudal"}},{"arcs":[[-4842,4844,4845,4846,-4838,4847,-4836,4848,-4602,4849,-4600,4850,4851,4852]],"type":"Polygon","properties":{"GM_CODE":"GM1641","GM_NAAM":"Maasgouw"}},{"arcs":[[[4853,4854,4855,4856,-214,4857,-212,4858,-210,4859,-208,4860,-206,4861,-204,4862,-202,4863,-200,4864,-198,4865,-26,4866,4867,-363,4868,4869,4870,4871,-358,4872,-356,4873]],[[4874]],[[4875]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM1651","GM_NAAM":"Eemsmond"}},{"arcs":[[4876,4877,4878,-3826,4879,4880,-3823,4881,-4014,4882,-4012,4883,4884,4885,4886,4887,-3752,4888,-3750,4889]],"type":"Polygon","properties":{"GM_CODE":"GM1652","GM_NAAM":"Gemert-Bakel"}},{"arcs":[[4890,4891,4892,4893,4894,4895,4896,4897,-3931,4898,-3929,4899,-4188,4900,-4186,4901,-4199,4902,4903,4904,4905,-4274,4906,-4272,4907]],"type":"Polygon","properties":{"GM_CODE":"GM1655","GM_NAAM":"Halderberge"}},{"arcs":[[4908,4909,4910,4911,4912,4913,-4328,4914,-4326,4915,-4324,4916,4917,4918,4919,4920]],"type":"Polygon","properties":{"GM_CODE":"GM1658","GM_NAAM":"Heeze-Leende"}},{"arcs":[[4921,-4244,4922,-4342,4923,-4340,4924,4925,-4885,4926,-4010,4927,-4031,4928,-4029,4929,-4105,4930]],"type":"Polygon","properties":{"GM_CODE":"GM1659","GM_NAAM":"Laarbeek"}},{"arcs":[[-354,4931,-352,4932,-350,4933,4934,-347,4935,-345,4936,-343,4937,4938,-340,4939,4940,-337,4941,4942,-334,4943,4944,4945,-433,4946,-431,4947,4948,4949]],"type":"Polygon","properties":{"GM_CODE":"GM1663","GM_NAAM":"De Marne"}},{"arcs":[[-4077,4950,4951,4952,4953,4954,4955,4956,4957,4958]],"type":"Polygon","properties":{"GM_CODE":"GM1667","GM_NAAM":"Reusel-De Mierden"}},{"arcs":[[4959,4960,-4614,4961,-4612,4962,4963,4964]],"type":"Polygon","properties":{"GM_CODE":"GM1669","GM_NAAM":"Roerdalen"}},{"arcs":[[4965,-4184,4966,4967,4968,4969,4970,-4219,4971,-4053,4972,4973,-4165,4974]],"type":"Polygon","properties":{"GM_CODE":"GM1671","GM_NAAM":"Maasdonk"}},{"arcs":[[-3412,4975,-3410,4976,-3059,4977,-2789,4978,-2836,4979,-3370,4980,4981,4982,-3398,4983]],"type":"Polygon","properties":{"GM_CODE":"GM1672","GM_NAAM":"Rijnwoude"}},{"arcs":[[4984,-4277,4985,-4904,4986,-4197,4987,-4414,4988,-3713]],"type":"Polygon","properties":{"GM_CODE":"GM1674","GM_NAAM":"Roosendaal"}},{"arcs":[[[-3584,4989]],[[4990]],[[4991]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM1676","GM_NAAM":"Schouwen-Duiveland"}},{"arcs":[[4992,4993,4994,4995,4996,4997,-771,4998,4999,5000,-745,5001,-743,5002,5003,5004,5005,5006,5007,5008]],"type":"Polygon","properties":{"GM_CODE":"GM1680","GM_NAAM":"Aa en Hunze"}},{"arcs":[[-4997,5009,5010,-292,5011,-779,5012,-777,5013,-753,5014,-773,5015]],"type":"Polygon","properties":{"GM_CODE":"GM1681","GM_NAAM":"Borger-Odoorn"}},{"arcs":[[5016,-4576,5017,5018,-3756,5019,-3754,5020,-3773,5021,5022,-4095,5023,-3993,5024]],"type":"Polygon","properties":{"GM_CODE":"GM1684","GM_NAAM":"Cuijk"}},{"arcs":[[-4178,-3987,5025,5026,-4090,5027,-4318,5028,5029,5030,-4180,5031]],"type":"Polygon","properties":{"GM_CODE":"GM1685","GM_NAAM":"Landerd"}},{"arcs":[[5032,5033,5034,5035,5036,-785,5037,-783,5038,-795,5039,-960,5040,-958,5041,-1115,5042,-1113,5043,5044,-812,5045,-810,5046,5047,-807,5048,-805,5049,5050,5051,5052,5053,5054,5055]],"type":"Polygon","properties":{"GM_CODE":"GM1690","GM_NAAM":"De Wolden"}},{"arcs":[[5056,5057,5058]],"type":"Polygon","properties":{"GM_CODE":"GM1695","GM_NAAM":"Noord-Beveland"}},{"arcs":[[5059,5060,5061,-2739,5062,5063,-2510,5064,-2525,5065,-2523,5066,5067,5068]],"type":"Polygon","properties":{"GM_CODE":"GM1696","GM_NAAM":"Wijdemeren"}},{"arcs":[[5069,-185,5070,-183,5071,-181,5072,5073,-111,5074,5075,5076,5077,5078,5079,-749,5080,5081,-666,5082]],"type":"Polygon","properties":{"GM_CODE":"GM1699","GM_NAAM":"Noordenveld"}},{"arcs":[[-965,5083,-1124,5084,5085,-1121,5086,-1119,-866,5087,-877,5088,-977,5089,-975,5090,-973,5091,-971,5092,5093,-1065,5094,-1063,5095,-1061,5096,-967,5097]],"type":"Polygon","properties":{"GM_CODE":"GM1700","GM_NAAM":"Twenterand"}},{"arcs":[[5098,5099,-731,5100,-670,5101,5102,5103,5104,5105,5106,5107,-5036,5108,5109,-5033,5110,-5055,5111,-5053,5112,-5051,5113,-803,5114,5115,5116,5117]],"type":"Polygon","properties":{"GM_CODE":"GM1701","GM_NAAM":"Westerveld"}},{"arcs":[[-4097,5118,5119,-3771,5120,-4877,5121,5122,5123]],"type":"Polygon","properties":{"GM_CODE":"GM1702","GM_NAAM":"Sint Anthonis"}},{"arcs":[[-1245,5124,-1243,5125,-1241,5126,5127,5128,-1419,5129,-1170,5130,5131,5132,5133,-1641,5134,-1808,5135,-1806,5136,5137,-1694,5138,5139,5140,5141]],"type":"Polygon","properties":{"GM_CODE":"GM1705","GM_NAAM":"Lingewaard"}},{"arcs":[[-4911,5142,-4909,5143,-4259,5144,-4690,5145,-4913,5146]],"type":"Polygon","properties":{"GM_CODE":"GM1706","GM_NAAM":"Cranendonck"}},{"arcs":[[-5116,5147,-801,5148,5149,5150,5151,-1103,5152,5153,5154,5155,5156,5157,5158,5159,-1042,5160,-1040,5161,5162,-1037,5163,5164,-1034,5165,-1032,5166,5167,-1029,5168,-1027,5169,5170,-651,5171,-737,5172,-735,5173,-733,5174,-5099,5175,5176]],"type":"Polygon","properties":{"GM_CODE":"GM1708","GM_NAAM":"Steenwijkerland"}},{"arcs":[[5177,5178,5179,5180,5181,5182,5183,-3933,5184,5185,-4897,5186,5187,5188,5189,5190,-4891,5191,-4270,5192,-4268,5193,5194]],"type":"Polygon","properties":{"GM_CODE":"GM1709","GM_NAAM":"Moerdijk"}},{"arcs":[[5195,5196,5197,5198,5199,5200,-4852,5201,-4960,5202,-4964,5203]],"type":"Polygon","properties":{"GM_CODE":"GM1711","GM_NAAM":"Echt-Susteren"}},{"arcs":[[5204,-3580,5205,-3578,5206,5207,5208,5209,5210,5211]],"type":"Polygon","properties":{"GM_CODE":"GM1714","GM_NAAM":"Sluis"}},{"arcs":[[5212,-5183,5213,-5181,5214,-5179,5215,5216,5217,5218,-4394,5219,-4412,5220,-4410,5221,5222,-4407,5223,5224,-3951,5225,-4161,5226,-3799,5227]],"type":"Polygon","properties":{"GM_CODE":"GM1719","GM_NAAM":"Drimmelen"}},{"arcs":[[-4968,5228,-4182,5229,-5030,5230,-4316,5231,-4335,5232,-4221,5233,-4970,5234]],"type":"Polygon","properties":{"GM_CODE":"GM1721","GM_NAAM":"Bernheze"}},{"arcs":[[5235,-484,5236,-482,5237,-480,5238,-478,5239,-476,5240,-474,5241,5242,-471,5243,5244,5245,5246,5247,5248,-3664,5249,-638,5250,-513,5251]],"type":"Polygon","properties":{"GM_CODE":"GM1722","GM_NAAM":"Ferwerderadiel"}},{"arcs":[[-3807,5252,-3966,5253,-3964,5254,-3977,5255,5256,5257,5258,-3702,5259,5260,5261,5262,-3697,5263,-3695,5264,5265]],"type":"Polygon","properties":{"GM_CODE":"GM1723","GM_NAAM":"Alphen-Chaam"}},{"arcs":[[-3865,5266,-3863,5267,-4359,5268,5269,5270,-4334,5271,-4332,5272,-4330,5273,5274,5275,-3867,5276]],"type":"Polygon","properties":{"GM_CODE":"GM1724","GM_NAAM":"Bergeijk"}},{"arcs":[[-4952,5277,-4123,5278,-3869,5279,-5275,5280,-4958,5281,-4956,5282,-4954,5283]],"type":"Polygon","properties":{"GM_CODE":"GM1728","GM_NAAM":"Bladel"}},{"arcs":[[-4686,5284,5285,-4627,5286,-4625,5287,-4654,5288,5289,5290,-4650,5291,-4648,5292,-4646,5293,5294,5295,-4707,5296,5297,-4688,5298]],"type":"Polygon","properties":{"GM_CODE":"GM1729","GM_NAAM":"Gulpen-Wittem"}},{"arcs":[[5299,-5008,5300,-5006,5301,-5004,5302,-741,5303,-751,5304,-5079,5305,-5077,5306,-108,5307,-148,5308,-161,5309,5310,-158,-169,5311,-4995,5312,5313]],"type":"Polygon","properties":{"GM_CODE":"GM1730","GM_NAAM":"Tynaarlo"}},{"arcs":[[-5105,5314,-5103,5315,-668,5316,5317,-747,5318,-5000,5319,-769,5320,5321,-787,5322,-5107,5323]],"type":"Polygon","properties":{"GM_CODE":"GM1731","GM_NAAM":"Midden-Drenthe"}},{"arcs":[[5324,5325,5326,5327,5328,5329,5330,5331,5332,-1226,5333,5334,-1248,5335,-5140,5336,5337,-1691,5338,-1689,5339,5340,-1297,5341,5342,5343]],"type":"Polygon","properties":{"GM_CODE":"GM1734","GM_NAAM":"Overbetuwe"}},{"arcs":[[5344,5345,5346,5347,5348,5349,-1132,5350,-873,5351,-871,5352,5353,-881,5354,5355,-996,-946,5356,-944,5357,5358,5359,5360,-1591,5361,-1589,5362,-1587,5363,-1585,5364,-1583,5365,5366,5367]],"type":"Polygon","properties":{"GM_CODE":"GM1735","GM_NAAM":"Hof van Twente"}},{"arcs":[[-1836,5368,-5329,5369,-5327,5370,-5325,5371,-5343,5372,-1404,5373,-1796,5374,-1347,5375,-1345,5376,-1838,5377]],"type":"Polygon","properties":{"GM_CODE":"GM1740","GM_NAAM":"Neder-Betuwe"}},{"arcs":[[-982,5378,-1137,5379,5380,-1134,5381,-5349,5382,-5347,5383,-5345,5384,-5367,5385,5386,5387,-930,5388,-928,-1073]],"type":"Polygon","properties":{"GM_CODE":"GM1742","GM_NAAM":"Rijssen-Holten"}},{"arcs":[[-4108,5389,-4025,5390,-4023,5391,-4254,5392,-4920,5393,-3915,5394]],"type":"Polygon","properties":{"GM_CODE":"GM1771","GM_NAAM":"Geldrop-Mierlo"}},{"arcs":[[-1562,5395,-1153,5396,-1079,5397,5398,-1076,5399,-924,5400,-1812,5401,5402,5403,-1476,5404]],"type":"Polygon","properties":{"GM_CODE":"GM1773","GM_NAAM":"Olst-Wijhe"}},{"arcs":[[5405,-1023,5406,-1051,5407,-1056,5408,-937,5409,-994,5410,-992,5411,-886,-1126]],"type":"Polygon","properties":{"GM_CODE":"GM1774","GM_NAAM":"Dinkelland"}},{"arcs":[[-2919,5412,5413,-2916,5414,-2914,5415,-2947,5416,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428,5429,5430,5431,5432,5433,-3074,5434,5435,5436,-3212,5437,5438,-3253,5439,-3251,5440,5441,5442]],"type":"Polygon","properties":{"GM_CODE":"GM1783","GM_NAAM":"Westland"}},{"arcs":[[5443,5444,-5431,5445,-5429,5446,-5427,5447,-5425,5448,-5423,5449,5450,5451,-5419,5452,5453,-2866,5454,-3222,5455,-3261,5456,-3339,5457,-3337,5458,-3076,5459]],"type":"Polygon","properties":{"GM_CODE":"GM1842","GM_NAAM":"Midden-Delfland"}},{"arcs":[[-1597,5460,-1595,5461,-1593,5462,5463,-5359,5464,5465,-949,5466,-4786,5467,-4784,5468,5469,5470,5471,5472,5473,5474,5475,-1603,5476,-1601,5477,-1599,5478]],"type":"Polygon","properties":{"GM_CODE":"GM1859","GM_NAAM":"Berkelland"}},{"arcs":[[-1372,5479,5480,5481,-1318,5482,5483,-1315,5484,-1313,5485,5486,-1920,5487,-1918,5488,-1916,-1607,5489,-1605,5490,-5475,5491,-5473,5492,-5471,5493,5494,5495,-4781,5496,-4743,5497,-4741,5498,-1389,5499,-1387,5500,-1385,5501,-1400,5502,5503,5504,-1376,5505,-1374,5506]],"type":"Polygon","properties":{"GM_CODE":"GM1876","GM_NAAM":"Bronckhorst"}},{"arcs":[[-4622,5507,5508,-4465,5509,-4637,5510,-4644,5511,-5200,5512,-5198,5513,-5196,5514]],"type":"Polygon","properties":{"GM_CODE":"GM1883","GM_NAAM":"Sittard-Geleen"}},{"arcs":[[-4761,5515,-4759,5516,-2465,5517,-2228,5518,-2715,5519,5520,5521,-3116,5522,5523,-3057,5524,-3055,5525,-4763,5526]],"type":"Polygon","properties":{"GM_CODE":"GM1884","GM_NAAM":"Kaag en Braassem"}},{"arcs":[[-468,5527,-466,5528,-464,5529,-462,5530,-460,5531,5532,-612,5533,5534,5535,-3666,5536,-5248,5537,-5246,5538]],"type":"Polygon","properties":{"GM_CODE":"GM1891","GM_NAAM":"Dantumadiel"}},{"arcs":[[5539,5540,-3368,5541,-3366,5542,5543,-2897,5544,5545,-3445,5546,-3443,5547,-3441,5548,-3439,5549,-2852,5550,-3226,5551,-4821,5552,-4819,5553]],"type":"Polygon","properties":{"GM_CODE":"GM1892","GM_NAAM":"Zuidplas"}},{"arcs":[[5554,5555,-4467,5556,5557,-4830,5558,-4578,5559,-3830,-4725,5560,-4667]],"type":"Polygon","properties":{"GM_CODE":"GM1894","GM_NAAM":"Peel en Maas"}},{"arcs":[[-68,5561,5562,5563,5564,-50,5565,-48,5566,-46,5567,5568,-3842,5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,-70,5584]],"type":"Polygon","properties":{"GM_CODE":"GM1895","GM_NAAM":"Oldambt"}},{"arcs":[[5585,5586,-1099,5587,5588,-1096,5589,-1094,5590,-1092,5591,5592,-1145,5593,5594,-1142,5595,-1140,5596,5597,5598,-1001,5599,-999,5600,5601,-5157,5602,5603,-5154,5604]],"type":"Polygon","properties":{"GM_CODE":"GM1896","GM_NAAM":"Zwartewaterland"}},{"arcs":[[[5605]],[[-577,5606,-564,5607,-562,5608,-560,5609,-858,5610,5611,-855,5612,5613,-852,5614,-850,5615,-848,5616,-846,5617,-844,5618,-842,5619,5620,5621,-382,5622,5623,5624,-424,5625,-422,5626,-420,5627,-310,5628,5629,-307,5630,5631,5632,5633,5634,-3458,5635,-3456,5636,5637,-3472,5638,-3470,5639,-3468,5640,5641,-3465,5642,-3463,5643,5644,5645,-579,5646]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM1900","GM_NAAM":"Sdwest-Frysln"}},{"arcs":[[-2830,5647,-2785,-3112,5648,-3110,5649,5650,5651,5652,-3384,5653,5654,5655,-3189,5656,-2903,5657,-3374,5658,5659,-2832,5660]],"type":"Polygon","properties":{"GM_CODE":"GM1901","GM_NAAM":"Bodegraven-Reeuwijk"}},{"arcs":[[-4709,5661,-5295,5662,-4550,5663,-4548,5664,-4546,5665,-4698,5666,-4711,5667]],"type":"Polygon","properties":{"GM_CODE":"GM1903","GM_NAAM":"Eijsden-Margraten"}},{"arcs":[[5668,-2742,5669,-5060,5670,-5068,5671,-2015,5672,-2146,5673,-2168,5674,-3392,5675,-3655,5676]],"type":"Polygon","properties":{"GM_CODE":"GM1904","GM_NAAM":"Stichtse Vecht"}},{"arcs":[[-529,5677,-527,5678,-509,5679,-524,5680,-522,5681,-520,5682,5683,-627,5684,-834,5685,-832,5686,-830,5687,5688,-533,5689,-531,5690]],"type":"Polygon","properties":{"GM_CODE":"GM1908","GM_NAAM":"Menameradiel"}},{"arcs":[[-2596,5691,-2635,5692,5693,-2484,5694,5695,-2684,5696,5697,-2681,5698,5699,-2678,5700,-2507,5701]],"type":"Polygon","properties":{"GM_CODE":"GM1911","GM_NAAM":"Hollands Kroon"}},{"arcs":[[5702,5703,-3359,5704,-3357,-3049,5705,-3047,5706,-3415,5707,-3406,5708,-2929,5709,-2927,5710]],"type":"Polygon","properties":{"GM_CODE":"GM1916","GM_NAAM":"Leidschendam-Voorburg"}},{"arcs":[[[5711]],[[5712]]],"type":"MultiPolygon","properties":{"GM_CODE":"GM1924","GM_NAAM":"Goeree-Overflakkee"}},{"arcs":[[-3403,5713,-4813,5714,-4811,5715,5716,-2864,5717,5718,-2935,5719,-2933,5720]],"type":"Polygon","properties":{"GM_CODE":"GM1926","GM_NAAM":"Pijnacker-Nootdorp"}},{"arcs":[[-3545,5721,-3543,5722,5723,-3274,5724,5725,-3195,5726,-2774,5727,-2780,5728,-3204,5729,5730,5731,-3435,5732,5733,5734,5735,-3572,5736,-3547,5737]],"type":"Polygon","properties":{"GM_CODE":"GM1927","GM_NAAM":"Molenwaard"}},{"arcs":[[-1900,5738,-1898,5739,-1896,5740,-1397,5741,5742,-4735,5743,5744,-4732,5745,-4730,5746,-4728,5747]],"type":"Polygon","properties":{"GM_CODE":"GM1955","GM_NAAM":"Montferland"}},{"arcs":[[-277,5748,-165,5749,-268,5750,5751,5752,-5581,5753,-5579,5754,-5577,5755,5756,5757,-5573,5758,5759,5760,-279,5761]],"type":"Polygon","properties":{"GM_CODE":"GM1987","GM_NAAM":"Menterwolde"}}]}},"crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::28992"}}} \ No newline at end of file diff --git a/data/metaData.json b/data/metaData.json index a9bf8eb808a938696758cb23ecf43e31a0bb003a..53f5f8ae6c90cb5120b3b4d6f657ac241807e12e 100644 --- a/data/metaData.json +++ b/data/metaData.json @@ -1,111 +1,427 @@ { - "atlasLanguages": ["Nederlands", "English"], - "atlasName": ["Nationale Atlas van Nederland","National Atlas of The Netherlands"], + "atlasName": [ + "Nationale Atlas van Nederland", + "National Atlas of The Netherlands" + ], "atlasVersion": "0.6", - "atlasCopyright": ["©2011-15: Stichting Wetenschappelijke Atlas Nederland","©2011-15: Foundation Scientific Atlas of the Netherlands"], + "atlasCopyright": [ + "©2011-15: Stichting Wetenschappelijke Atlas Nederland", + "©2011-15: Foundation Scientific Atlas of the Netherlands" + ], + "atlasLanguages": [ + "Nederlands", + "English" + ], "baseMapDataURL": "./data/basemap/data.geojson", "baseMapClassAttr": "name", "geo_sources": [ { - "num": "0", - "name": ["per gemeente","per municipality"], - "description": ["Gegeneraliseerde gemeentegrenzen afkomstig uit de Basis Registratie Kartografie van het Kadaster. ","Municipalities of the Netherlands, generalised from the Base Registration Cartography of the Kadaster. "], + "num": 0, + "unitname": [ + "gemeente", + "municipality" + ], + "description": [ + "Gegeneraliseerde gemeentegrenzen afkomstig uit de Basis Registratie Kartografie van het Kadaster. ", + "Municipalities of the Netherlands, generalised from the Base Registration Cartography of the Kadaster. " + ], "date": "2011", "FK_attrib": "GM_CODE", - "source": ["CBS/Kadaster","CBS/Kadaster"], + "source": [ + "Kadaster", + "Kadaster" + ], "serviceType": "localfile", - "serviceURL": "./data/gemeenten/geo.json", + "serviceURL": "./data/gemeenten/geo.topojson", "serviceTypeName": "", - "serviceOutputFormat": "json" + "serviceOutputFormat": "topojson" }, { - "num": "1", - "name": ["per provincie","per province"], - "description": ["Gegeneraliseerde provinciegrenzen, geaggregeerd uit de gemeentegrenzen afkomstig uit de Basis Registratie Kartografie van het Kadaster. ","Provinces of the Netherlands, aggegrated from municipal borders. "], + "num": 1, + "unitname": [ + "provincie", + "province" + ], + "description": [ + "Gegeneraliseerde provinciegrenzen, geaggregeerd uit de gemeentegrenzen afkomstig uit de Basis Registratie Kartografie van het Kadaster. ", + "Provinces of the Netherlands, aggegrated from municipal borders. " + ], "date": "2011", "FK_attrib": "prov_code", - "source": ["CBS/Kadaster","CBS/Kadaster"], + "source": [ + "Kadaster", + "Kadaster" + ], "serviceType": "localfile", - "serviceURL": "./data/provincies/geo.json", + "serviceURL": "./data/provincies/geo.topojson", "serviceTypeName": "", - "serviceOutputFormat": "json" + "serviceOutputFormat": "topojson" + }, + { + "num": 3, + "unitname": [ + "gemeente", + "municipality" + ], + "description": [ + "Gegeneraliseerde gemeentegrenzen afkomstig uit de Basis Registratie Kartografie van het Kadaster. ", + "Municipalities of the Netherlands, generalised from the Base Registration Cartography of the Kadaster. " + ], + "date": "2013", + "FK_attrib": "GM_CODE", + "source": [ + "Kadaster", + "Kadaster" + ], + "serviceType": "localfile", + "serviceURL": "./data/gemeenten/geo2013.json", + "serviceTypeName": "", + "serviceOutputFormat": "geojson" + }, + { + "num": 4, + "unitname": [ + "Natura2000 Beschermde Gebieden", + "Natura2000 Protected Areas" + ], + "description": [ + "Natura 2000-gebieden zijn een samenvoeging van 77 Vogelrichtlijngebieden en 142 EU Habitat richtlijngebieden en de daarin gelegen beschermde natuurmonumenten.", + "Natura 2000-areas consist of a combination of 77 Bird Protection areas and 142 EC Habitat Regulation areas as well as the protected nature conservation areas within." + ], + "date": "2012", + "FK_attrib": "naam_n2k", + "source": [ + "Helpdesk PDOK", + "Helpdesk PDOK" + ], + "serviceType": "localfile", + "serviceURL": "./data/natura2000/data.geojson", + "serviceTypeName": "", + "serviceOutputFormat": "geojson" } ], "attrib_sources": [ { - "num": "0", + "num": 0, "name": "CBSGemeenten", - "description": ["Statistische kerncijfers per gemeente (geselecteerd uit StatLine)","Statistical key numbers per municipality (selected from StatLine)"], + "description": [ + "Statistische kerncijfers gemeente (geselecteerd uit StatLine)", + "Statistical key numbers municipality (selected from StatLine)" + ], "date": "2011", "FK_attrib": "GM_CODE", - "source": ["Centraal Bureau voor de Statistiek (CBS)","Centraal Bureau voor de Statistiek (CBS)"], + "source": [ + "Centraal Bureau voor de Statistiek", + "Statistics Netherlands" + ], "serviceType": "localfile", "serviceURL": "./data/gemeenten/attribs.csv", "serviceTypeName": "", "serviceOutputFormat": "csv" }, { - "num": "1", + "num": 1, "name": "CBSProvincies", - "description": ["Statistische kerncijfers per provincie (geselecteerd uit StatLine)","Statistical key numbers per province (selected from StatLine)"], + "description": [ + "Statistische kerncijfers provincie (geselecteerd uit StatLine)", + "Statistical key numbers province (selected from StatLine)" + ], "date": "2011", "FK_attrib": "prov_code", - "source": ["Centraal Bureau voor de Statistiek (CBS)","Centraal Bureau voor de Statistiek (CBS)"], + "source": [ + "Centraal Bureau voor de Statistiek", + "Statistics Netherlands" + ], "serviceType": "localfile", "serviceURL": "./data/provincies/attribs.csv", "serviceTypeName": "", "serviceOutputFormat": "csv" + }, + { + "num": 3, + "name": "CBSGemeenten", + "description": [ + "Statistische kerncijfers gemeente (geselecteerd uit StatLine)", + "Statistical key numbers municipality (selected from StatLine)" + ], + "date": "2013", + "FK_attrib": "GM_CODE", + "source": [ + "Centraal Bureau voor de Statistiek", + "Statistics Netherlands" + ], + "serviceType": "localfile", + "serviceURL": "./data/gemeenten/attribs2013.csv", + "serviceTypeName": "", + "serviceOutputFormat": "csv" + }, + { + "num": 4, + "name": [ + "Natura2000 Beschermde Gebieden", + "Natura2000 Protected Areas" + ], + "description": [ + "Natura 2000-gebieden zijn een samenvoeging van 77 Vogelrichtlijngebieden en 142 EU Habitat richtlijngebieden en de daarin gelegen beschermde natuurmonumenten.", + "Natura 2000-areas consist of a combination of 77 Bird Protection areas and 142 EC Habitat Regulation areas as well as the protected nature conservation areas within." + ], + "date": "2012", + "FK_attrib": "naam_n2k", + "source": [ + "Helpdesk PDOK", + "Helpdesk PDOK" + ], + "serviceType": "localfile", + "serviceURL": "./data/natura2000/data.geojson", + "serviceTypeName": "", + "serviceOutputFormat": "geojson" } ], "mapgroups": [ { - "groupnum": "0", - "groupname": ["Bevolking","Population"], - "groupDescription": ["Kerncijfers over de bevolking.","Key numbers on population."], - "maps": [ + "num": 0, + "groupname": [ + "Bevolking", + "Population" + ], + "groupDescription": [ + "Kerncijfers over de bevolking.", + "Key numbers on population." + ], + "mapsubjects": [ { - "name": ["Aantal inwoners","Number of inhabitants"], - "unit": [" inwoners"," inhabitats"], - "map_units": [0, 1], - "data_sources": [0, 1], - "FKs": ["GM_Code","prov_code"], - "data_attributes": ["AANT_INW", "aant_inw"], + "num": 0, + "name": [ + "Aantal inwoners", + "Number of inhabitants" + ], + "data_unit": [ + "inwoners", + "inhabitants" + ], + "mapunits": [ + { + "num": 0, + "name": ["gemeente","municipality"], + "mapdates": [ + { + "num": 0, + "date": "2011", + "geo_data": 0, + "attrib_data": 0, + "FK": "GM_CODE", + "attrib": "AANT_INW", + "label": "GM_NAAM" + }, + { + "num": 1, + "date": "2013", + "geo_data": 2, + "attrib_data": 2, + "FK": "GM_CODE", + "attrib": "AANT_INW", + "label": "GM_NAAM" + } + ] + }, + { + "num": 1, + "name": ["provincie","province"], + "mapdates": [ + { + "num": 0, + "date": "2011", + "geo_data": 1, + "attrib_data": 1, + "FK": "prov_code", + "attrib": "aant_inw", + "label": "prov_name" + } + ] + } + ], "maptype": "point_size" }, { - "name": ["Aantal Mannen","Number of Males"], - "unit": [" inwoners"," inhabitats"], - "map_units": [0], - "data_sources": [0], - "FKs": ["GM_Code"], - "data_attributes": ["AANT_MAN"], + "num": 1, + "name": [ + "Aantal Mannen", + "Number of Males" + ], + "data_unit": [ + "mannelijke inwoners", + "male inhabitants" + ], + "mapunits": [ + { + "num": 0, + "name": ["gemeente","municipality"], + "mapdates": [ + { + "num": 0, + "date": "2011", + "geo_data": 0, + "attrib_data": 0, + "FK": "GM_CODE", + "attrib": "AANT_MAN", + "label": "GM_NAAM" + } + ] + } + ], "maptype": "point_size" }, { - "name": ["Aantal Vrouwen","Number of Females"], - "unit": [" inwoners"," inhabitats"], - "map_units": [0], - "data_sources": [0], - "FKs": ["GM_Code"], - "data_attributes": ["AANT_VROUW"], + "num": 2, + "name": [ + "Aantal Vrouwen", + "Number of Females" + ], + "data_unit": [ + "vrouwelijke inwoners", + "female inhabitants" + ], + "mapunits": [ + { + "num": 0, + "name": ["gemeente","municipality"], + "mapdates": [ + { + "num": 0, + "date": "2011", + "geo_data": 0, + "attrib_data": 0, + "FK": "GM_CODE", + "attrib": "AANT_VROUW", + "label": "GM_NAAM" + } + ] + } + ], "maptype": "point_size" }, { - "name": ["Bevolkingsdichtheid","Population Density"], - "unit": [" inwoners per km2"," inhabitants per km2"], - "map_units": [0, 1], - "data_sources": [0, 1], - "FKs": ["GM_Code","prov_code"], - "data_attributes": ["BEV_DICHTH", "bev_dichth"], + "num": 3, + "name": [ + "Bevolkingsdichtheid", + "Population Density" + ], + "data_unit": [ + "inwoners per km2", + "inhabitants per km2" + ], + "mapunits": [ + { + "num": 0, + "name": ["gemeente","municipality"], + "mapdates": [ + { + "num": 0, + "date": "2011", + "geo_data": 0, + "attrib_data": 0, + "FK": "GM_CODE", + "attrib": "BEV_DICHTH", + "label": "GM_NAAM" + } + ] + }, + { + "num": 1, + "name": ["provincie","province"], + "mapdates": [ + { + "num": 0, + "date": "2011", + "geo_data": 1, + "attrib_data": 1, + "FK": "prov_code", + "attrib": "bev_dichth", + "label": "prov_name" + } + ] + } + ], "maptype": "area_value" }, { - "name": ["Provincienaam","Province Name"], - "unit": "", - "map_units": [1], - "data_sources": [1], - "FKs": ["prov_code"], - "data_attributes": ["prov_name"], + "num": 4, + "name": [ + "CBS Code", + "CBS Code" + ], + "data_unit": [ + "","" + ], + "mapunits": [ + { + "num": 0, + "name": ["gemeente","municipality"], + "mapdates": [ + { + "num": 0, + "date": "2011", + "geo_data": 0, + "attrib_data": 0, + "FK": "GM_CODE", + "attrib": "GM_CODE", + "label": "GM_NAAM" + }, + { + "num": 1, + "date": "2013", + "geo_data": 2, + "attrib_data": 2, + "FK": "GM_CODE", + "attrib": "GM_CODE", + "label": "GM_NAAM" + } + ] + }, + { + "num": 1, + "name": ["provincie","province"], + "mapdates": [ + { + "num": 0, + "date": "2011", + "geo_data": 1, + "attrib_data": 1, + "FK": "prov_code", + "attrib": "prov_code", + "label": "prov_name" + } + ] + } + ], + "maptype": "area_colour" + }, + { + "num": 5, + "name": [ + "Provincienaam", + "Province Name" + ], + "data_unit": [ + "","" + ], + "mapunits": [ + { + "num": 0, + "name": ["provincie","province"], + "mapdates": [ + { + "num": 0, + "date": "2011", + "geo_data": 1, + "attrib_data": 1, + "FK": "prov_code", + "attrib": "prov_name", + "label": "prov_name" + } + ] + } + ], "maptype": "area_label" } ] diff --git a/data/metaData_en.json b/data/metaData_en.json deleted file mode 100644 index e73ca8606ff3160bee874199f00b32d998ab06f9..0000000000000000000000000000000000000000 --- a/data/metaData_en.json +++ /dev/null @@ -1,307 +0,0 @@ -{ - "atlasName": "National Atlas of The Netherlands", - "atlasVersion": "0.5", - "atlasCopyright": "copyright 2011-15: Stichting Wetenschappelijke Atlas Nederland", - "baseMapDataURL": "./data/basemap/data.geojson", - "baseMapClassAttr": "name", - "mapgroups": [ - { - "groupnum": "0", - "groupname": "Statistic Core Data per Municipality", - "groupDescription": "Municipal data consists of the geometry of all municipalities of The Netherlands wit a number of core statistics as attributes. The municipal borders are generalised from the Base Registration Cartography of the Kadaster. ", - "date": "2011", - "defaultLabelAttribute": "GM_NAAM", - "source": "Source: Statistics Netherlands (CBS)", - "//serviceType": "WFS", - "//serviceVersion": "1.1.0", - "//serviceURL": "http://geoserver.itc.nl/geoserver/wfs?", - "serviceType": "localfile", - "serviceURL": "./data/gemeenten/data.geojson", - "serviceTypeName": "natatlas%3AWijkenBuurten2011%3AGemeenten_2011", - "serviceOutputFormat": "json", - "maps": [ - { - "data_attributes": "GM_CODE", - "unit": "", - "name": "Municipality code", - "maptype": "area_colour" - }, - { - "data_attributes": "GM_NAAM", - "unit": "", - "name": "Municipality name", - "maptype": "area_label" - }, - { - "data_attributes": "AANT_INW", - "unit": " inhabitants", - "name": "Number of inhabitants", - "maptype": "point_size" - }, - { - "data_attributes": "AANT_MAN", - "unit": " male inhabitants", - "name": "Number of Males", - "maptype": "point_size" - }, - { - "data_attributes": "AANT_VROUW", - "unit": " female inhabitants", - "name": "Number of Females", - "maptype": "point_size" - }, - { - "data_attributes": "P_00_14_JR", - "unit": "% of total population", - "name": "% 0-14", - "maptype": "area_value" - }, - { - "data_attributes": "P_15_24_JR", - "unit": "% of total population", - "name": "% age 15-24", - "maptype": "area_value" - }, - { - "data_attributes": "P_25_44_JR", - "unit": "% of total population", - "name": "% age 25-44", - "maptype": "area_value" - }, - { - "data_attributes": "P_45_64_JR", - "unit": "% of total population", - "name": "% age 45-64", - "maptype": "area_value" - }, - { - "data_attributes": "P_65_EO_JR", - "unit": "% of total population", - "name": "% age 65 and older", - "maptype": "area_value" - }, - { - "data_attributes": "AANTAL_HH", - "unit": " households", - "name": "Number of households", - "maptype": "point_size" - }, - { - "data_attributes": "BEV_DICHTH", - "unit": " inhabitants per km2", - "name": "Population density", - "maptype": "area_value" - }, - { - "data_attributes": "P_EENP_HH", - "unit": "% of households", - "name": "% one person households", - "maptype": "area_value" - }, - { - "data_attributes": "P_HH_Z_K", - "unit": "% of households", - "name": "% households without children", - "maptype": "area_value" - }, - { - "data_attributes": "P_HH_M_K", - "unit": "% of households", - "name": "% households with children", - "maptype": "area_value" - }, - { - "data_attributes": "GEM_HH_GR", - "unit": " persons", - "name": "Average household size", - "maptype": "area_value" - }, - { - "data_attributes": "P_WEST_AL", - "unit": "% of total population", - "name": "% western foreigners", - "maptype": "area_value" - }, - { - "data_attributes": "P_N_W_AL", - "unit": "% of total population", - "name": "% non-western foreigners", - "maptype": "area_value" - }, - { - "data_attributes": "P_MAROKKO", - "unit": "% of total population", - "name": "% Moroccons", - "maptype": "area_value" - }, - { - "data_attributes": "P_ANT_ARU", - "unit": "% of total population", - "name": "% Antilians and Arubans", - "maptype": "area_value" - }, - { - "data_attributes": "P_SURINAM", - "unit": "% of total population", - "name": "% Surinams", - "maptype": "area_value" - }, - { - "data_attributes": "P_TURKIJE", - "unit": "% of total population", - "name": "% Turks", - "maptype": "area_value" - }, - { - "data_attributes": "P_OVER_NW", - "unit": "% of total population", - "name": "% other non-western foreigners", - "maptype": "area_value" - }, - { - "data_attributes": "OPP_TOT", - "unit": " ha.", - "name": "Area total", - "maptype": "point_size" - }, - { - "data_attributes": "OPP_LAND", - "unit": " ha.", - "name": "Area land", - "maptype": "point_size" - }, - { - "data_attributes": "OPP_WATER", - "unit": " ha.", - "name": "Area water", - "maptype": "point_size" - } - ] - }, - { - "groupnum": "1", - "groupname": "Statistic Core Data per Province", - "groupDescription": "Provincial data aggregated from municipal data. The provincial borders are a union of the municipal borders as supplied by Kadaster.", - "date": "2011", - "defaultLabelAttribute": "prov_name", - "source": "Source: Statistics Netherlands (CBS)", - "//serviceType": "WFS", - "//serviceVersion": "1.1.0", - "//serviceURL": "http://geoserver.itc.nl/natatlas/spatialaggregator?", - "serviceType": "localfile", - "serviceURL": "./data/provincies/data.geojson", - "serviceTypeName": "gemeenten2provincies", - "serviceOutputFormat": "json", - "maps": [ - { - "data_attributes": "id", - "unit": "", - "name": "Provincial code", - "maptype": "area_colour", - "spatial_aggregation" : "union", - "attribute_aggregation": "min" - }, - { - "data_attributes": "prov_name", - "unit": "", - "name": "Provincial name", - "maptype": "area_label", - "spatial_aggregation" : "union", - "attribute_aggregation": "sum" - }, - { - "data_attributes": "aant_inw", - "unit": " inhabitants", - "name": "Population", - "maptype": "point_size", - "spatial_aggregation" : "union", - "attribute_aggregation": "round_avg" - }, - { - "data_attributes": "aantal_hh", - "unit": " households", - "name": "Number of households", - "maptype": "point_size", - "spatial_aggregation" : "union", - "attribute_aggregation": "sum" - }, - { - "data_attributes": "bev_dichth", - "unit": " inhabitants per km2", - "name": "Population density", - "maptype": "area_value", - "spatial_aggregation" : "union", - "attribute_aggregation": "round_avg" - }, - { - "data_attributes": "gem_hh_gr", - "unit": " persons", - "name": "Average household size", - "maptype": "area_value", - "spatial_aggregation" : "union", - "attribute_aggregation": "avg" - }, - { - "data_attributes": "p_west_al", - "unit": "%", - "name": "% western foreigners", - "maptype": "area_value", - "spatial_aggregation" : "union", - "attribute_aggregation": "round_avg" - }, - { - "data_attributes": "p_n_w_al", - "unit": "%", - "name": "% non-western foreigners", - "maptype": "area_value", - "spatial_aggregation" : "union", - "attribute_aggregation": "round_avg" - }, - { - "data_attributes": "opp_tot", - "unit": " ha.", - "name": "Total area", - "maptype": "point_size", - "spatial_aggregation" : "union", - "attribute_aggregation": "sum" - } - ] - }, - { - "groupnum": "2", - "groupname": "Natura2000 Protected Areas", - "groupDescription": "Natura 2000-areas consist of a combination of 77 Bird Protection areas and 142 EC Habitat Regulation areas as well as the protected nature conservation areas within. ", - "date": "2012", - "defaultLabelAttribute": "naam_n2k", - "source": "Source: Helpdesk PDOK", - "//serviceType": "WFS", - "//serviceURL": "http://geodata.nationaalgeoregister.nl/natura2000/wfs?", - "serviceType": "localfile", - "serviceURL": "./data/natura2000/data.geojson", - "serviceTypeName": "natura2000:natura2000", - "serviceOutputFormat": "json", - "serviceVersion": "1.1.0", - "maps": [ - { - "data_attributes": "naam_n2k", - "unit": "", - "name": "Name protected area", - "maptype": "area_label" - }, - { - "data_attributes": "status", - "unit": "", - "name": "Status protected area", - "maptype": "area_colour" - }, - { - "data_attributes": "area", - "unit": " m2", - "name": "Size protected area", - "maptype": "point_size", - "bgColor": "#ffffff" - } - ] - } - ] -} \ No newline at end of file diff --git a/data/metaData_nl.json b/data/metaData_nl.json deleted file mode 100644 index bdd7e600492597aa204e79de5ebaab6145f7f9f0..0000000000000000000000000000000000000000 --- a/data/metaData_nl.json +++ /dev/null @@ -1,301 +0,0 @@ -{ - "atlasName": "Nationale Atlas van Nederland", - "atlasVersion": "0.5", - "atlasCopyright": "copyright 2011-15: Stichting Wetenschappelijke Atlas Nederland", - "baseMapDataURL": "./data/basemap/data.geojson", - "baseMapClassAttr": "name", - "mapgroups": [ - { - "groupnum": "0", - "groupname": "Statistische Kerncijfers per Gemeente", - "groupDescription": "Gemeentedata bevat gegeneraliseerde geometrie van alle gemeenten in Nederland met als attribuut een aantal statistische kerncijfers. De gemeentegrens is afkomstig uit de Basis Registratie Kartografie van het Kadaster. ", - "date": "2011", - "defaultLabelAttribute": "GM_NAAM", - "source": "Bron: Centraal Bureau voor de Statistiek (CBS)", - "//serviceType": "WFS", - "//serviceVersion": "1.1.0", - "//serviceURL": "http://geoserver.itc.nl/geoserver/wfs?", - "serviceType": "localfile", - "serviceURL": "./data/gemeenten/data.geojson", - "serviceTypeName": "natatlas%3AWijkenBuurten2011%3AGemeenten_2011", - "serviceOutputFormat": "json", - "maps": [ - { - "data_attributes": "GM_CODE", - "unit": "", - "name": "Gemeente code", - "maptype": "area_colour" - }, - { - "data_attributes": "GM_NAAM", - "unit": "", - "name": "Gemeente naam", - "maptype": "area_label" - }, - { - "data_attributes": "AANT_INW", - "unit": " inwoners", - "name": "Aantal inwoners", - "maptype": "point_size" - }, - { - "data_attributes": "AANT_MAN", - "unit": " mannelijke inwoners", - "name": "Aantal mannen", - "maptype": "point_size" - }, - { - "data_attributes": "AANT_VROUW", - "unit": " vrouwelijke inwoners", - "name": "Aantal vrouwen", - "maptype": "point_size" - }, - { - "data_attributes": "P_00_14_JR", - "unit": "% van totale bevolking", - "name": "% 0-14 jaar", - "maptype": "area_value" - }, - { - "data_attributes": "P_15_24_JR", - "unit": "% van totale bevolking", - "name": "% 15-24 jaar", - "maptype": "area_value" - }, - { - "data_attributes": "P_25_44_JR", - "unit": "% van totale bevolking", - "name": "% 25-44 jaar", - "maptype": "area_value" - }, - { - "data_attributes": "P_45_64_JR", - "unit": "% van totale bevolking", - "name": "% 45-64 jaar", - "maptype": "area_value" - }, - { - "data_attributes": "P_65_EO_JR", - "unit": "% van totale bevolking", - "name": "% 65 jaar en ouder", - "maptype": "area_value" - }, - { - "data_attributes": "AANTAL_HH", - "unit": " huishoudens", - "name": "Aantal huishoudens", - "maptype": "point_size" - }, - { - "data_attributes": "BEV_DICHTH", - "unit": " inwoners per km2", - "name": "Bevolkingsdichtheid", - "maptype": "area_value" - }, - { - "data_attributes": "P_EENP_HH", - "unit": "% van de huishoudens", - "name": "% eenpersoons-huishoudens", - "maptype": "area_value" - }, - { - "data_attributes": "P_HH_Z_K", - "unit": "% van de huishoudens", - "name": "% huishoudens zonder kinderen", - "maptype": "area_value" - }, - { - "data_attributes": "P_HH_M_K", - "unit": "% van de huishoudens", - "name": "% huishoudens met kinderen", - "maptype": "area_value" - }, - { - "data_attributes": "GEM_HH_GR", - "unit": " personen", - "name": "Gemiddelde huishoudensgrootte", - "maptype": "area_value" - }, - { - "data_attributes": "P_WEST_AL", - "unit": "% van totale bevolking", - "name": "% westerse allochtonen", - "maptype": "area_value" - }, - { - "data_attributes": "P_N_W_AL", - "unit": "% van totale bevolking", - "name": "% niet-westerse allochtonen", - "maptype": "area_value" - }, - { - "data_attributes": "P_MAROKKO", - "unit": "% van totale bevolking", - "name": "% Marokkanen", - "maptype": "area_value" - }, - { - "data_attributes": "P_ANT_ARU", - "unit": "%", - "name": "% Antilianen en Arubanen", - "maptype": "area_value" - }, - { - "data_attributes": "P_SURINAM", - "unit": "% van totale bevolking", - "name": "% Surinamers", - "maptype": "area_value" - }, - { - "data_attributes": "P_TURKIJE", - "unit": "% van totale bevolking", - "name": "% Turken", - "maptype": "area_value" - }, - { - "data_attributes": "P_OVER_NW", - "unit": "% van totale bevolking", - "name": "% overige niet-westerse allochtonen", - "maptype": "area_value" - }, - { - "data_attributes": "OPP_TOT", - "unit": " ha.", - "name": "Oppervlakte totaal", - "maptype": "point_size" - } - ] - }, - { - "groupnum": "1", - "groupname": "Statistische Kerncijfers per Provincie", - "groupDescription": "Provinciale data geaggregeerd uit de gemeentedata van alle gemeenten in Nederland. De attributen zijn een aantal statistische kerncijfers. De provinciegrens is geaggregeerd uit de gemeentegrenzen.", - "date": "2011", - "defaultLabelAttribute": "prov_name", - "source": "Bron; Centraal Bureau voor de Statistiek (CBS)", - "//serviceType": "WFS", - "//serviceVersion": "1.1.0", - "//serviceURL": "http://geoserver.itc.nl/natatlas/spatialaggregator?", - "serviceType": "localfile", - "serviceURL": "./data/provincies/data.geojson", - "serviceTypeName": "gemeenten2provincies", - "serviceOutputFormat": "json", - "maps": [ - { - "data_attributes": "prov_name", - "unit": "", - "name": "Provincienaam", - "maptype": "area_label" - }, - { - "data_attributes": "aant_inw", - "unit": " inwoners", - "name": "Aantal inwoners", - "maptype": "point_size" - }, - { - "data_attributes": "aantal_hh", - "unit": " huishoudens", - "name": "Aantal huishoudens", - "maptype": "point_size" - }, - { - "data_attributes": "bev_dichth", - "unit": " inwoners per km2", - "name": "Bevolkingsdichtheid", - "maptype": "area_value" - }, - { - "data_attributes": "gem_hh_gr", - "unit": " personen", - "name": "Gemiddelde huishoudensgrootte", - "maptype": "area_value" - }, - { - "data_attributes": "p_west_al", - "unit": "% van totale bevolking", - "name": "% westerse allochtonen", - "maptype": "area_value" - }, - { - "data_attributes": "p_n_w_al", - "unit": "% van totale bevolking", - "name": "% niet-westerse allochtonen", - "maptype": "area_value" - }, - { - "data_attributes": "p_marokko", - "unit": "% van totale bevolking", - "name": "% Marokkanen", - "maptype": "area_value" - }, - { - "data_attributes": "p_ant_aru", - "unit": "%", - "name": "% Antilianen en Arubanen", - "maptype": "area_value" - }, - { - "data_attributes": "p_surinam", - "unit": "% van totale bevolking", - "name": "% Surinamers", - "maptype": "area_value" - }, - { - "data_attributes": "p_turkije", - "unit": "% van totale bevolking", - "name": "% Turken", - "maptype": "area_value" - }, - { - "data_attributes": "p_over_nw", - "unit": "% van totale bevolking", - "name": "% overige niet-westerse allochtonen", - "maptype": "area_value" - }, - { - "data_attributes": "opp_tot", - "unit": " ha.", - "name": "Oppervlakte totaal", - "maptype": "point_size" - } - ] - }, - { - "groupnum": "2", - "groupname": "Natura2000 Beschermde Gebieden", - "groupDescription": "Natura 2000-gebieden zijn een samenvoeging van 77 Vogelrichtlijngebieden en 142 EU Habitat richtlijngebieden en de daarin gelegen beschermde natuurmonumenten. ", - "date": "2012", - "defaultLabelAttribute": "naam_n2k", - "source": "Bron: Helpdesk PDOK", - "//serviceType": "WFS", - "//serviceURL": "http://geodata.nationaalgeoregister.nl/natura2000/wfs?", - "serviceType": "localfile", - "serviceURL": "./data/natura2000/data.geojson", - "serviceTypeName": "natura2000:natura2000", - "serviceOutputFormat": "json", - "serviceVersion": "1.1.0", - "maps": [ - { - "data_attributes": "naam_n2k", - "unit": "", - "name": "Naam beschermd gebied", - "maptype": "area_label" - }, - { - "data_attributes": "status", - "unit": "", - "name": "Status beschermd gebied", - "maptype": "area_colour" - }, - { - "data_attributes": "area", - "unit": " m2", - "name": "Oppervlakte beschermd gebied", - "maptype": "point_size", - "bgColor": "#ffffff" - } - ] - } - ] -} \ No newline at end of file diff --git a/data/natura2000/data.geojson b/data/natura2000/geoandattribs.geojson similarity index 100% rename from data/natura2000/data.geojson rename to data/natura2000/geoandattribs.geojson diff --git a/data/natura2000/geoandattribs.topojson b/data/natura2000/geoandattribs.topojson new file mode 100644 index 0000000000000000000000000000000000000000..3ab945ac7c989a62c2fbf33187eeb2a4608d4a4d --- /dev/null +++ b/data/natura2000/geoandattribs.topojson @@ -0,0 +1 @@ +{"type":"Topology","transform":{"scale":[0.34676382002962014,0.313253781528355],"translate":[-98.15355279950018,307159.281199988]},"arcs":[[[756586,515318],[11,-2],[3,4],[2,1],[40,-16],[133,-48],[132,-47],[100,-46],[115,-50],[144,-68],[115,-57],[333,-174],[117,-55],[-13,-239],[-3,-59],[-6,0],[0,-2],[-1,-18],[0,-32],[7,-59],[51,-219],[16,-59],[2,-7],[-9,-14],[-76,-143],[-89,-140],[-23,-36],[-86,-133],[-81,-126],[-60,-97],[-100,-174],[-51,-88],[-91,-137],[-92,-139],[-194,-292],[-20,-31],[-108,-325],[-54,-161],[-12,-39],[-18,-25],[-39,-55],[-38,-53],[-123,-172],[-116,-164],[-48,-68],[53,-43],[-211,-328],[-117,-182],[-62,-95],[-95,-144],[-42,-65],[-33,-49],[-48,-72],[10,-2],[-11,-17],[-11,2],[-41,-62],[-18,-29],[-161,20],[-109,-149],[-51,-70],[-40,5],[-27,2],[-31,-5],[-53,-9],[-46,-12],[-126,-36],[-39,-7],[-38,-3],[-57,-10],[-84,-8],[-33,-4],[-12,-4],[-17,-10],[-14,-15],[-28,-4],[-63,-10],[-86,-15],[-56,-9],[-52,-9],[-84,-13],[-57,-10],[-78,-13],[-41,-6],[-71,-12],[-50,-8],[-67,-11],[-87,-15],[-75,-12],[-66,-11],[-39,-7],[0,1],[-61,-14],[2,51],[-3,21],[-7,23],[-10,21],[-13,19],[-18,25],[-12,4],[-59,29],[-42,13],[-67,24],[-26,12],[-13,9],[-7,13],[-7,14],[-4,12],[-16,39],[-19,36],[-100,161],[-89,140],[-7,11],[-25,41],[-32,47],[-110,157],[-112,152],[1,15],[28,74],[41,118],[5,16],[3,5],[23,61],[12,-13],[62,-24],[3,0],[4,-2],[9,-8],[15,-23],[11,39],[-5,1],[-15,5],[-7,8],[-4,15],[4,21],[42,-13],[0,0],[33,-10],[157,-53],[98,-32],[16,-6],[8,18],[6,23],[25,72],[19,51],[100,272],[54,151],[9,24],[41,116],[88,239],[50,134],[56,159],[50,139],[31,86],[8,22],[158,-85],[67,85],[25,41],[-34,35],[56,111],[-71,46],[-98,46],[35,97],[30,81],[13,28],[14,11],[52,38],[50,36],[332,229],[28,20],[12,13],[142,126],[134,120],[95,90],[25,23],[40,38],[111,96],[94,77],[94,70],[24,16],[29,18],[52,23],[16,7],[7,5],[17,6],[22,14],[21,16],[25,30],[101,120],[82,100],[47,58],[14,18],[15,19],[63,74],[116,132],[11,13],[34,38],[112,124],[60,67],[9,10],[167,184],[100,112],[22,-7]],[[521415,59370],[48,-14],[42,26],[80,-6],[15,-8],[16,-13],[22,-41],[15,-32],[10,-26],[8,-30],[6,-35],[3,-50],[6,-70],[2,-35],[-22,-20],[-9,-14],[-29,-54],[-21,-46],[-8,-19],[-5,-13],[-3,-2],[-14,-15],[-13,-20],[-14,-33],[-9,-24],[-8,-20],[-21,-72],[-22,-82],[-6,-25],[-4,-18],[-13,-56],[-15,-72],[-2,-11],[-7,-26],[-11,-26],[-11,-25],[-12,-23],[-39,-63],[-13,-26],[-4,-19],[-5,-26],[-1,-8],[-3,-27],[-6,-66],[1,-62],[4,-23],[9,-14],[17,-21],[27,-22],[70,-54],[52,-38],[42,-27],[51,-27],[74,-34],[76,-32],[93,-36],[60,-21],[22,-9],[-5,-3],[-20,-13],[-106,26],[-42,6],[-10,0],[-58,4],[-37,4],[-24,4],[-23,7],[-15,5],[-10,3],[-19,9],[-23,11],[-23,15],[-25,18],[-33,29],[-24,18],[-24,15],[-18,11],[-15,-46],[-34,-102],[-8,-20],[-28,-79],[-27,13],[-8,-1],[-76,-94],[-64,-80],[-117,-147],[-1,-6],[4,-4],[29,-30],[39,-37],[46,-37],[35,-27],[15,-15],[28,-43],[51,-71],[11,-17],[0,0],[108,-144],[0,0],[153,-179],[10,-10],[-20,-16],[-39,-50],[-91,-140],[-114,74],[-44,16],[-7,3],[-284,103],[-5,2],[-19,-7],[-94,-124],[-115,-150],[-4,-15],[6,-13],[58,-41],[19,-26],[3,-16],[16,-28],[7,-25],[3,-34],[-12,-26],[-4,-4],[-13,-13],[-26,-10],[-12,-14],[-5,-15],[1,-28],[2,-9],[4,-15],[20,-45],[32,-37],[66,-55],[25,-19],[8,-18],[-1,-15],[-5,-14],[-11,-16],[-19,-25],[-42,-45],[-21,-32],[-31,-50],[-20,-28],[-9,-5],[-9,-5],[-10,-2],[-133,33],[-37,-3],[-102,-4],[-59,-345],[-11,2],[-39,11],[-20,5],[-52,15],[-53,20],[-39,18],[-36,17],[-42,34],[-38,38],[-4,6],[-11,-10],[-8,-8],[-57,-227],[-18,-57],[-12,-30],[-21,-38],[-95,-157],[-23,-35],[-8,-12],[-1,-16],[-15,-205],[-3,-82],[4,-10],[-2,-26],[0,-5],[-2,-3],[-9,-8],[-20,-21],[-27,-31],[-28,-41],[-21,-42],[-25,-42],[-22,-36],[-54,-73],[-23,-38],[-8,-24],[-17,-72],[-27,-56],[-146,-183],[-127,-162],[-135,-210],[-31,22],[-63,-121],[26,-18],[49,3],[0,-46],[29,-20],[44,-22],[-9,-23],[-31,6],[-36,-65],[-14,-58],[2,-31],[-9,-30],[-25,10],[-23,-75],[-11,-29],[-50,-158],[217,-136],[-30,-30],[-38,-38],[40,-51],[45,-60],[13,-27],[-6,-27],[-2,-17],[-2,-37],[7,-30],[-55,-34],[-38,-25],[-17,-10],[-18,-14],[0,17],[-2,18],[-6,20],[-10,14],[-23,21],[-11,15],[-12,22],[-8,21],[-12,24],[-27,41],[-27,30],[-144,-155],[69,-84],[-97,-111],[-1,-8],[2,-7],[-39,-34],[-27,14],[-25,20],[9,15],[-10,8],[-29,34],[-13,7],[-15,2],[-13,-6],[-174,33],[2,7],[23,109],[-257,80],[2,12],[10,46],[36,140],[47,150],[-34,15],[-42,19],[-12,6],[-14,8],[-217,124],[80,246],[19,78],[3,72],[2,54],[5,79],[2,39],[1,12],[15,130],[71,-10],[5,36],[120,-19],[13,68],[30,154],[12,-2],[3,91],[3,53],[-110,21],[-25,4],[11,108],[16,156],[66,-8],[9,78],[-185,30],[36,106],[72,221],[20,108],[7,55],[-1,57],[-3,66],[-3,20],[-30,184],[-5,32],[145,-19],[23,170],[400,115],[0,18],[-3,48],[60,351],[55,299],[0,25],[-9,31],[-7,19],[-7,0],[-16,68],[-25,95],[-18,12],[-18,11],[-7,5],[-60,38],[-15,64],[160,54],[-23,-56],[101,-105],[313,50],[91,58],[138,-67],[15,-4],[88,-30],[73,157],[22,36],[29,50],[4,18],[-34,33],[4,15],[2,12],[8,54],[-2,18],[-2,28],[5,21],[12,17],[10,16],[37,54],[10,15],[122,-75],[29,-18],[95,-61],[19,-11],[55,-32],[12,28],[138,304],[77,164],[28,60],[13,-8],[5,-4],[2,-1],[8,0],[2,3],[22,28],[48,62],[23,34],[5,7],[15,-9],[18,-8],[14,-7],[14,-4],[17,-2],[17,-2],[20,39],[59,122],[66,141],[12,25],[5,0],[11,-5],[16,-6],[20,-5],[18,0],[21,5],[24,12],[7,-6],[2,-1],[14,-9],[-21,36],[-16,17],[-12,16],[-109,148],[2,18],[8,32],[13,40],[27,59],[38,85],[28,63],[48,106],[74,149],[8,16],[2,1],[47,54],[97,101],[39,45],[8,13],[24,58],[3,32],[2,108],[0,165],[2,7],[10,39],[30,126],[18,99],[18,97],[57,-70],[87,-109],[2,-44],[1,-19]],[[519950,56682],[1,-16],[0,27],[-1,-11]],[[521917,60364],[-19,-31],[-16,-28],[-9,-13],[0,-3],[0,-35],[5,-13],[10,-13],[12,-10],[27,-16],[18,-15],[36,-28],[21,-19],[34,-40],[13,-17],[5,-4],[6,-1],[3,1],[6,-12],[4,-7],[14,-37],[8,-18],[11,-18],[17,-19],[3,-6],[1,-6],[8,-9],[13,-12],[12,-14],[13,-15],[15,-12],[14,-8],[16,-10],[22,-11],[23,-14],[17,-12],[4,-3],[13,-10],[17,-15],[9,-7],[16,-10],[15,-9],[11,-4],[12,-4],[21,-1],[26,3],[36,10],[17,23],[8,12],[13,11],[26,13],[21,3],[11,0],[7,32],[80,15],[44,-25],[19,-8],[10,-3],[14,-3],[15,-2],[12,-1],[26,2],[43,6],[103,15],[114,13],[8,-96],[2,-26],[30,0],[12,-3],[10,-4],[24,-10],[25,-17],[6,-5],[20,-19],[-2,-81],[-28,-31],[-48,44],[-7,7],[-13,4],[-20,-3],[-23,-6],[-29,-15],[-27,-18],[-51,-48],[-55,-55],[-35,-37],[-12,-18],[-6,-11],[-1,-11],[-88,-74],[-173,-153],[-20,-19],[9,-11],[19,-26],[78,-114],[6,-10],[-30,-40],[106,-115],[-53,-104],[-1,-8],[8,-10],[99,-116],[-93,-70],[0,-6],[14,-53],[23,-81],[4,-23],[-9,-6],[-42,-29],[31,-71],[13,-40],[16,-55],[10,-47],[2,-51],[-11,5],[-93,-152],[-8,10],[-14,24],[-13,30],[-5,20],[-6,28],[-1,7],[-15,-4],[-3,25],[-5,37],[-4,33],[-4,26],[-8,24],[-22,44],[-16,32],[-18,29],[-2,5],[-57,-18],[-12,49],[-4,16],[-21,70],[-24,48],[-25,41],[-3,6],[-55,106],[-18,35],[-33,70],[-64,132],[-14,-3],[-52,-10],[-49,-11],[-25,-6],[-8,16],[-8,27],[-5,29],[-3,14],[-6,9],[-28,88],[80,71],[53,58],[-8,35],[-17,36],[-39,69],[-18,37],[-2,16],[4,40],[3,18],[5,13],[14,-6],[32,-11],[14,-2],[30,0],[23,10],[19,14],[18,18],[6,17],[1,6],[-8,12],[-7,15],[-3,20],[-2,17],[4,23],[0,18],[-4,15],[-14,18],[-64,72],[-15,15],[-33,26],[-25,16],[-22,21],[-31,30],[-24,28],[-14,18],[-11,19],[-18,25],[-14,16],[-116,-160],[-11,9],[-8,13],[-14,33],[-29,95],[-12,44],[-9,16],[-14,3],[-48,7],[-21,10],[-61,29],[-39,20],[-8,5],[-8,5],[-2,17],[2,9],[25,-13],[8,18],[19,25],[-12,25],[-8,19],[-2,16],[-8,35],[53,175],[-15,8],[26,51],[27,2],[47,5],[3,-6],[112,-72],[23,30],[29,46],[23,39],[32,10],[43,14],[47,19],[-5,-23],[-13,-28],[-42,-81]],[[522849,68507],[160,-66],[6,-11],[73,56],[2,-3],[14,-35],[9,-19],[14,-34],[-16,-14],[-2,-8],[1,-20],[9,-24],[13,-31],[4,-12],[19,-41],[17,-31],[9,-22],[15,-32],[4,-18],[0,-10],[8,-12],[13,-24],[31,21],[58,-110],[38,-64],[16,-27],[43,-62],[9,-15],[27,-31],[23,-21],[21,-14],[-8,-11],[-44,-51],[-97,-103],[-15,-16],[-6,-6],[-9,-10],[-13,-14],[-18,-14],[-19,-13],[-193,-90],[-114,-54],[-41,-22],[-16,-9],[0,0],[-4,9],[-13,17],[-16,13],[-17,12],[-77,33],[-4,-6],[-49,-148],[9,-21],[-21,-11],[-8,-1],[-18,0],[-36,14],[-91,38],[-142,58],[60,142],[27,63],[-94,43],[-91,21],[-74,-192],[-30,15],[-22,10],[-12,3],[-7,0],[-12,0],[-9,-3],[-8,-8],[-10,-15],[-7,-20],[-9,-39],[13,-6],[12,-4],[-4,-16],[-21,-83],[-4,-16],[-19,-83],[-19,-75],[-17,-62],[-13,-43],[-13,-38],[-10,-27],[-12,-18],[-10,-18],[-5,-8],[-6,-10],[-56,-70],[-23,-31],[-20,-33],[-45,-96],[-13,-48],[-1,-22],[-3,-43],[0,-3],[1,-15],[6,-9],[25,-21],[35,-24],[8,-3],[92,145],[38,-27],[2,3],[97,127],[8,12],[-13,11],[16,-8],[30,31],[23,20],[34,33],[31,32],[34,35],[34,36],[34,35],[57,56],[38,29],[35,21],[46,32],[20,15],[59,53],[75,71],[28,-50],[29,-52],[-21,-20],[-25,-29],[-43,-52],[-58,-75],[-111,-138],[-44,-54],[-80,-99],[-66,-100],[-8,-15],[-17,4],[-5,-1],[-3,-4],[-44,-73],[-44,-79],[-93,-168],[-32,-64],[-37,-85],[-32,-78],[-66,-177],[-16,-50],[1,-4],[113,-65],[-45,-129],[-40,-114],[-46,-133],[-31,-80],[-65,-187],[-52,-146],[-128,-360],[126,-24],[-4,-13],[-12,-37],[-7,-4],[-5,-6],[-3,-8],[-13,-53],[26,-7],[169,-48],[40,-11],[75,-20],[41,-11],[247,-71],[125,-43],[80,-26],[8,-7],[1,-6],[-31,-136],[-16,-107],[-16,-145],[-5,-28],[-28,-99],[-47,-165],[-29,-103],[-61,-217],[-9,-32],[-21,-81],[7,-3],[-5,-18],[-7,3],[-7,4],[-5,-10],[-9,-7],[-21,-15],[-22,-4],[-22,1],[-14,2],[-9,4],[-16,9],[-11,14],[-25,-74],[-61,-179],[-65,25],[22,48],[5,12],[0,13],[-37,102],[-42,108],[-4,16],[1,18],[3,19],[12,54],[1,18],[-20,3],[-47,29],[-21,7],[-69,28],[-5,52],[-3,54],[-3,61],[-13,80],[-10,85],[-9,50],[-6,24],[-6,21],[-12,19],[-15,15],[-15,9],[-17,0],[-23,-4],[-243,-50],[1,-1],[16,-29],[14,-39],[5,-20],[17,-65],[9,-35],[-2,-30],[-5,-23],[-10,-17],[-11,-20],[-9,-23],[-6,-8],[-7,-11],[-23,-30],[-23,-25],[-8,-13],[0,-14],[7,-23],[6,-21],[19,-80],[15,-81],[9,-52],[5,-43],[-1,-72],[-4,-28],[-3,-16],[36,-26],[-6,-17],[-52,-166],[0,-45],[30,-35],[18,-37],[50,-23],[139,-71],[20,-7],[21,-5],[56,-9],[24,-7],[29,-15],[22,-15],[-3,-8],[-8,-18],[20,-12],[32,-23],[29,-20],[-80,-39],[-2,-1],[-270,-38],[-1,-99],[0,-43],[-13,-4],[-21,-3],[-14,-1],[-8,-8],[-7,-17],[-6,-27],[-13,-61],[16,0],[206,-88],[8,-2],[-3,-129],[-13,-3],[-34,-34],[0,-4],[85,-52],[33,-20],[12,-8],[8,-9],[2,-14],[-24,8],[-15,6],[-73,29],[-53,20],[-1,-3],[-6,-10],[-15,-23],[-14,-19],[-18,-12],[-14,-11],[-10,-11],[-18,-23],[-23,-22],[-15,-21],[-6,-14],[7,-68],[-4,-11],[-15,-27],[-23,-35],[-20,-27],[-7,-15],[-8,-17],[-6,-19],[-2,-17],[1,-21],[5,-12],[11,-11],[15,-10],[21,-10],[21,-9],[39,-18],[24,-12],[12,-7],[-4,-18],[21,-28],[30,-41],[24,-38],[16,-23],[3,-4],[0,0],[0,-3],[1,1],[7,-13],[3,-24],[3,-48],[2,-39],[8,-41],[0,-1],[4,-19],[5,-13],[16,-42],[-8,-11],[-1,-26],[6,-12],[17,-40],[12,-17],[20,-17],[16,-11],[25,-13],[28,-11],[41,-10],[28,-9],[17,-5],[29,-10],[20,-3],[17,1],[18,2],[6,1],[14,-5],[19,-5],[19,-2],[21,0],[51,4],[-39,-21],[-39,-17],[-63,-24],[-76,-23],[-16,-4],[-51,50],[-12,11],[-89,-2],[-3,0],[-26,-88],[-26,-1],[-26,-1],[-56,4],[-45,8],[-23,7],[-10,7],[-23,14],[-11,9],[-31,32],[-29,34],[-29,30],[-3,3],[-5,4],[-12,4],[-11,-1],[-11,-6],[-8,-12],[-4,-9],[-45,6],[0,6],[-4,28],[-2,22],[-11,89],[-27,161],[-8,41],[-18,-3],[-21,-3],[-12,21],[-6,13],[-4,22],[-8,41],[-15,91],[-77,-36],[-52,-24],[-13,45],[-43,177],[-5,3],[-1,128],[-7,86],[-4,27],[-3,26],[-9,54],[-12,57],[-65,227],[-16,56],[-21,67],[-16,43],[-9,16],[-19,31],[13,48],[132,3],[51,4],[10,2],[0,11],[-3,9],[-2,37],[-1,35],[-1,102],[28,0],[0,4],[-1,21],[-28,-1],[-3,47],[-6,136],[-31,1],[8,27],[27,105],[19,78],[-90,57],[-24,-47],[-34,-69],[-33,-68],[-17,-33],[-28,-43],[-16,21],[-54,56],[-28,26],[-81,76],[31,0],[25,2],[30,7],[24,10],[23,16],[17,16],[11,16],[14,28],[13,46],[8,44],[3,27],[6,55],[6,249],[0,107],[-2,40],[-12,100],[0,18],[4,14],[6,13],[47,90],[98,189],[44,87],[14,24],[-5,7],[-148,182],[-17,23],[-8,4],[-20,1],[-10,35],[-3,20],[8,13],[21,12],[32,36],[-2,28],[-12,9],[-17,9],[-19,1],[-24,3],[-15,11],[-14,12],[-8,3],[-18,-4],[-6,-11],[-1,-21],[-9,-13],[-10,-7],[-7,0],[104,396],[51,195],[31,116],[19,72],[32,127],[23,83],[24,96],[26,97],[50,191],[21,87],[14,54],[8,33],[6,20],[6,19],[32,125],[44,168],[20,74],[84,322],[16,65],[100,379],[82,312],[29,112],[20,70],[15,50],[9,29],[21,65],[12,34],[8,24],[35,89],[15,39],[60,137],[30,66],[38,78],[24,44],[23,40],[20,31],[19,31],[18,28],[11,15],[41,57],[34,44],[41,51],[77,96],[87,87],[15,-16],[12,-12],[5,-6],[-4,-30],[-3,-27],[0,-23],[3,-23],[6,-21],[10,-20],[13,-20],[9,-11],[9,-31],[2,-24],[0,-31],[0,-3],[-1,-3],[-1,-17],[-4,-23],[-3,-15],[12,-5],[46,25],[9,19],[13,23],[6,13],[5,13],[5,13],[12,19],[17,20],[23,26],[24,28],[5,7],[10,9],[23,14],[23,13],[11,3],[32,10],[16,2],[17,0],[19,-4],[14,-5],[18,-6],[-1,20],[12,34],[4,5],[4,64],[8,14],[9,-5],[35,-21],[26,-15],[15,-7],[214,-88]],[[319947,464010],[42,-15],[115,-40],[57,-11],[56,-4],[5,0],[36,-8],[111,-25],[56,-16],[51,-33],[33,-20],[57,-16],[102,-26],[154,-43],[154,-41],[92,-26],[37,-17],[13,-4],[43,0],[43,-6],[46,-16],[36,-12],[64,-20],[59,-20],[42,-18],[42,-23],[42,-31],[55,-42],[79,-66],[62,-49],[134,-114],[138,-105],[47,-40],[60,-53],[35,-33],[33,-33],[25,-22],[48,-32],[54,-33],[66,-50],[82,-65],[81,-66],[38,-34],[25,-27],[65,-54],[41,-31],[133,-105],[59,-42],[143,-73],[113,-57],[57,-29],[172,-91],[72,-41],[65,-32],[99,-46],[70,-34],[104,-47],[51,-21],[53,-13],[64,-18],[30,-4],[35,-8],[30,-14],[18,-21],[1,-5],[78,-11],[31,-2],[-77,-284],[-40,-159],[-4,-22],[3,-24],[2,-12],[38,-6],[11,-5],[4,-2],[14,-6],[12,-6],[93,-48],[54,-28],[55,-34],[84,-57],[44,-26],[41,-21],[34,-15],[82,-26],[103,-53],[290,-146],[26,-15],[16,-12],[210,-110],[107,-55],[6,-3],[7,-4],[46,-21],[32,-14],[5,-2],[6,-2],[34,-14],[2,-18],[-1,-4],[-9,-38],[-7,-45],[0,-36],[7,-22],[24,-23],[0,-6],[-14,-18],[-5,-22],[-1,-51],[124,-23],[17,122],[21,72],[9,52],[20,-6],[36,-8],[98,-20],[131,-31],[271,-60],[272,-55],[43,-11],[30,2],[95,17],[-11,13],[2,0],[12,-2],[79,-13],[15,-2],[5,-1],[2,0],[2,0],[1,-1],[6,-1],[0,0],[9,-1],[18,-3],[-35,-269],[-10,-49],[-24,-101],[-4,-66],[19,-77],[52,-187],[34,-106],[73,-214],[124,-333],[69,-161],[62,-136],[52,-111],[74,-150],[45,-108],[75,-177],[25,-50],[3,-13],[101,-237],[19,-38],[33,-45],[15,-24],[12,-34],[8,-20],[157,-387],[32,-77],[82,-184],[67,-148],[70,-185],[49,-107],[82,-185],[40,-81],[41,-91],[29,-79],[33,-99],[27,-62],[24,-76],[53,-160],[56,-174],[7,-33],[6,-31],[4,-38],[5,-25],[6,-30],[3,-15],[16,-52],[44,-146],[52,-175],[14,-52],[42,-137],[29,-92],[6,-16],[15,-32],[11,-24],[2,-7],[-55,-22],[-3,13],[-14,-5],[0,-1],[3,-13],[4,-21],[6,-26],[-3,0],[16,-62],[9,-28],[5,3],[51,28],[0,1],[11,6],[4,-21],[13,-54],[12,-43],[9,-29],[11,-23],[8,-39],[3,-17],[1,-10],[0,-8],[5,-21],[11,-40],[4,-14],[37,-130],[13,-43],[16,-44],[18,-48],[7,-23],[4,-22],[6,-24],[9,-22],[7,-25],[24,-74],[2,-9],[43,-147],[44,-138],[13,-41],[28,-93],[25,-75],[26,-84],[27,-91],[3,-11],[14,-47],[37,-119],[37,-127],[12,-33],[10,-16],[12,-1],[12,-3],[5,-6],[52,-167],[104,-327],[101,-327],[19,-65],[6,-21],[-38,-16],[-13,-5],[7,-23],[8,-32],[6,-19],[6,-12],[5,-6],[3,-5],[11,-8],[11,-6],[14,-5],[16,-4],[37,-23],[19,-5],[36,-21],[17,-27],[46,10],[158,35],[36,8],[30,6],[28,0],[5,-9],[8,-21],[36,-120],[9,-10],[14,0],[49,18],[90,33],[14,5],[55,20],[16,6],[28,10],[8,2],[15,0],[5,-6],[5,-10],[75,-249],[100,-325],[25,-79],[0,-8],[-17,-14],[-28,-21],[-10,-11],[-13,-13],[-32,-17],[-9,-4],[-100,-48],[-158,-80],[-142,-73],[-20,-28],[-15,-11],[-20,-11],[5,-15],[-15,-9],[18,-63],[-41,-25],[-51,-36],[-26,-20],[-16,-11],[-206,-153],[-359,-266],[-19,-14],[-44,-29],[-225,-167],[-46,-34],[-101,-75],[-12,-9],[-24,-17],[-67,-50],[-42,-32],[-152,-114],[-16,-12],[-11,-8],[-9,-7],[-75,-54],[-115,-85],[-101,-75],[-35,-25],[-87,-61],[-111,-75],[-102,-68],[-29,-19],[-66,-41],[-120,-72],[-32,-19],[-76,-44],[-66,-39],[-42,-23],[-30,-15],[-97,-50],[-121,-61],[-86,-45],[-54,-25],[-166,-78],[-73,-31],[-70,-29],[-13,-6],[-27,-11],[-75,-29],[-45,-17],[-110,-40],[-109,-39],[-28,-10],[-38,-11],[-121,-39],[-37,-12],[-72,-22],[-31,-8],[-32,-9],[-160,-41],[-8,-2],[-27,-7],[-61,-16],[-54,-12],[-60,-14],[-64,-14],[-53,-12],[-13,-3],[-40,-9],[-76,-16],[-11,-2],[-14,-2],[-25,-5],[-43,-7],[-11,-1],[-53,-7],[-37,-5],[-20,-3],[-13,-1],[-43,-7],[-87,-14],[-30,-3],[-70,-7],[-61,-6],[-32,-4],[-27,-4],[-45,-4],[-29,-3],[-53,0],[-129,-2],[-26,-3],[-13,-1],[-13,-1],[-121,-1],[-131,-1],[-68,0],[-54,0],[-16,1],[-136,7],[-150,9],[-71,4],[-38,3],[-108,10],[-88,8],[-55,7],[-39,5],[-115,16],[-36,5],[-164,22],[-30,4],[-152,17],[-146,16],[-47,6],[-11,1],[-94,11],[-159,19],[-152,19],[-125,16],[-111,14],[-86,11],[-72,9],[-37,4],[-40,5],[-157,20],[-75,9],[-157,20],[-90,11],[-212,27],[-51,6],[-38,118],[-2,2],[-1,2],[-2,1],[-65,65],[-18,60],[-241,801],[-28,96],[36,6],[19,3],[200,29],[106,5],[30,4],[14,2],[9,1],[9,2],[19,0],[32,-3],[22,-3],[40,15],[20,4],[137,20],[1,0],[5,-3],[5,-6],[27,-83],[54,24],[16,4],[63,19],[-1,4],[0,1],[5,2],[57,19],[-5,34],[-6,20],[-5,15],[2,1],[-1,3],[22,13],[24,10],[-1,3],[41,15],[22,9],[32,12],[21,10],[11,4],[26,9],[-1,5],[0,7],[11,6],[33,11],[57,15],[30,8],[-2,3],[9,6],[18,6],[15,5],[21,8],[23,7],[11,1],[22,0],[15,-3],[8,-5],[18,12],[3,2],[15,6],[8,4],[25,8],[22,6],[15,3],[28,0],[29,15],[14,6],[53,20],[24,8],[2,0],[3,-8],[16,-42],[136,37],[-9,28],[-2,7],[13,16],[9,9],[14,6],[11,2],[14,2],[38,0],[6,3],[15,9],[22,14],[56,4],[-5,15],[28,11],[21,9],[4,-6],[3,-6],[23,-56],[5,-11],[9,-16],[2,-3],[0,-1],[7,-11],[4,-3],[4,-6],[4,-4],[8,-7],[10,-9],[7,-1],[4,-2],[14,-4],[15,1],[14,1],[10,5],[139,10],[30,0],[12,-1],[20,-3],[13,-4],[8,-4],[203,40],[19,3],[23,2],[6,-14],[15,3],[66,12],[24,4],[2,2],[0,0],[0,1],[4,8],[8,12],[6,7],[6,3],[78,9],[10,0],[9,0],[7,0],[40,6],[53,10],[9,1],[7,2],[0,0],[1,1],[17,3],[54,7],[35,2],[24,6],[29,9],[23,8],[25,6],[36,10],[31,8],[3,-8],[1,7],[3,5],[3,3],[6,3],[14,4],[4,1],[15,1],[59,19],[14,4],[15,2],[12,5],[31,12],[16,6],[4,2],[6,0],[9,0],[4,-6],[12,-33],[1,0],[0,-1],[59,23],[130,49],[23,10],[8,3],[17,-3],[4,12],[12,5],[56,15],[14,-3],[8,5],[56,15],[16,2],[0,0],[8,0],[23,9],[56,14],[40,10],[28,11],[15,1],[15,4],[39,10],[0,0],[13,3],[41,11],[3,1],[31,8],[-1,2],[63,12],[8,2],[2,0],[0,-1],[5,3],[38,10],[53,15],[43,12],[36,9],[20,0],[8,-2],[-1,2],[0,0],[45,15],[82,29],[18,7],[25,9],[39,14],[19,5],[11,2],[65,14],[22,4],[5,1],[14,3],[0,0],[0,0],[36,6],[24,0],[8,4],[34,8],[33,7],[2,1],[53,8],[7,1],[16,3],[2,1],[-2,10],[4,1],[11,3],[23,4],[29,5],[29,6],[28,5],[39,7],[14,3],[11,2],[1,0],[53,11],[13,3],[0,0],[0,0],[0,1],[-24,52],[-2,6],[-39,-5],[-18,-4],[-2,-1],[-8,-2],[-185,-39],[-87,-17],[-29,-5],[-6,-1],[-95,-16],[-13,31],[-3,9],[-17,32],[-31,59],[-1,1],[-9,15],[-186,344],[-74,137],[-36,66],[-59,114],[-13,23],[-23,50],[-15,35],[-115,217],[-113,211],[7,76],[0,17],[-1,13],[-5,17],[-5,17],[-6,13],[-9,10],[-8,12],[-11,24],[-12,20],[-8,12],[-17,19],[-7,10],[-26,48],[-36,70],[-101,197],[-8,18],[-1,6],[1,6],[4,5],[8,8],[10,8],[6,3],[8,1],[7,0],[4,-5],[9,-15],[2,2],[3,14],[5,10],[7,5],[6,0],[23,21],[4,9],[7,11],[36,36],[-22,37],[30,23],[21,-30],[14,15],[-9,27],[-2,13],[1,37],[1,8],[4,6],[8,10],[13,11],[78,58],[9,8],[3,8],[2,3],[14,46],[8,18],[5,10],[7,8],[35,27],[14,9],[9,3],[14,4],[-2,6],[1,2],[9,-17],[80,-145],[116,-217],[61,-117],[12,-32],[4,-7],[0,1],[38,26],[5,6],[3,4],[0,8],[-22,53],[-58,148],[-10,34],[-10,45],[-11,38],[-11,34],[-17,42],[-27,64],[-22,54],[-17,45],[-3,9],[0,0],[-3,6],[-3,7],[-8,13],[-7,9],[-8,9],[197,175],[4,6],[10,9],[18,17],[9,13],[16,22],[8,13],[134,131],[-3,19],[-5,30],[-3,25],[0,32],[2,11],[5,12],[15,35],[-9,22],[-19,38],[-10,21],[-13,30],[-27,62],[-67,158],[-8,24],[0,17],[2,14],[5,20],[8,13],[8,11],[11,11],[18,14],[18,12],[20,11],[20,8],[19,6],[12,4],[0,-8],[37,13],[0,1],[7,18],[6,19],[4,17],[6,40],[4,10],[-38,31],[-4,-1],[-4,3],[-7,10],[-6,12],[-17,45],[-10,25],[-11,26],[-11,21],[-20,32],[-8,14],[-3,12],[0,7],[2,5],[-21,22],[-10,0],[-9,6],[-6,9],[-5,12],[-6,15],[-8,12],[-28,42],[-11,19],[-3,5],[5,3],[344,217],[23,16],[-28,53],[188,104],[0,0],[36,18],[-39,85],[-28,66],[-33,78],[-13,-7],[-63,146],[-36,-18],[-32,75],[19,7],[-38,99],[-18,40],[-50,-26],[-33,-16],[-7,-2],[-14,-6],[-11,26],[-4,-1],[-9,0],[0,120],[-9,38],[-2,26],[0,35],[1,29],[2,14],[3,4],[-1,46],[-4,14],[0,25],[1,11],[3,14],[3,14],[1,12],[-3,6],[-19,26],[-7,11],[-3,8],[-2,13],[0,14],[-8,-3],[-5,0],[39,24],[-13,175],[-2,19],[94,54],[35,20],[-37,95],[-11,27],[-31,-16],[-11,0],[-3,0],[-3,2],[-2,1],[-3,3],[-35,40],[-3,2],[-3,2],[-3,0],[-4,0],[-6,-2],[-2,1],[-10,-1],[-57,-13],[1,24],[-3,25],[3,0],[14,2],[22,7],[19,14],[25,13],[14,11],[3,14],[-7,25],[16,-11],[11,-5],[12,-2],[59,34],[108,62],[-28,60],[-36,84],[2,6],[9,7],[154,87],[81,47],[-8,20],[-19,45],[-30,70],[-4,8],[2,1],[4,2],[-6,22],[0,1],[-22,92],[-2,13],[2,2],[2,4],[-4,7],[-16,14],[-21,19],[0,0],[-16,-24],[-14,-29],[-12,-39],[-18,36],[10,28],[20,37],[16,27],[23,45],[30,64],[20,44],[33,75],[1,4],[47,104],[33,63],[8,15],[9,15],[32,43],[19,26],[4,7],[6,13],[5,45],[24,129],[3,25],[3,45],[0,2],[3,57],[-1,18],[-1,38],[-3,49],[0,1],[0,0],[-1,3],[-18,-2],[0,9],[-22,3],[-298,12],[-151,6],[-156,3],[-110,7],[-33,11],[-5,5],[0,19],[4,75],[3,37],[10,8],[33,11],[-23,11],[-17,14],[-7,18],[-3,23],[2,68],[6,12],[10,8],[37,4],[99,3],[69,7],[0,7],[12,0],[3,108],[1,110],[1,19],[4,93],[-79,14],[-15,3],[-109,22],[-2,-11],[-8,-60],[-11,-87],[-12,-74],[0,-9],[-35,1],[3,-17],[0,-3],[-33,1],[-30,-5],[-10,-4],[-27,-14],[-38,-16],[-14,-2],[-43,2],[-123,7],[-288,22],[-288,20],[-574,39],[-293,35],[-60,9],[-32,5],[-26,5],[-68,8],[-18,-70],[-13,-38],[-1,-28],[-15,-50],[-31,-107],[-59,-223],[-46,-171],[-16,-45],[-26,-63],[-57,-194],[-15,-75],[-13,-62],[-40,-163],[-21,-65],[-54,-181],[-18,-57],[-29,-84],[-26,-46],[-17,-21],[-13,-7],[-21,1],[-30,3],[-43,14],[-147,59],[-273,109],[-9,6],[-7,14],[-2,13],[-57,22],[-10,0],[-9,-4],[-5,-2],[-20,1],[-25,17],[-76,44],[-53,34],[-27,8],[-36,6],[-21,7],[-18,4],[-108,56],[-182,95],[-44,26],[-38,23],[-14,14],[-12,23],[-13,30],[-7,28],[5,34],[20,84],[108,430],[55,217],[54,207],[38,100],[10,30],[76,318],[107,424],[52,197],[5,35],[-6,16],[-35,52],[-42,51],[-43,40],[-68,47],[-20,10],[-15,14],[-10,15],[-7,15],[-19,17],[-105,104],[-58,53],[-167,153],[-165,157],[-65,64],[-28,18],[-52,29],[-57,41],[-29,24],[-24,25],[-17,17],[-35,46],[-74,99],[-29,29],[-41,33],[-37,32],[-35,35],[-29,35],[-5,7],[-26,30],[-31,69],[-22,43],[-30,38],[-58,55],[-116,104],[-786,686],[-210,190],[-87,72],[7,11],[47,73],[-17,51],[8,17],[-33,29],[-11,-16],[-30,26],[-24,17],[19,153],[-1,9],[-47,36],[-1,17],[6,46],[12,75],[13,67],[7,16],[5,25],[15,60],[36,127],[7,31],[12,39],[12,25],[6,25],[6,24],[30,92],[0,0],[18,52],[25,66],[10,14],[7,14],[8,22],[21,78],[31,102],[12,26],[7,26],[16,37],[27,60],[15,26],[39,48],[24,17],[39,25],[48,14],[47,11],[33,3],[10,-2],[16,-2],[24,7],[27,7],[11,-3],[46,-11]],[[324032,461062],[90,-20],[19,76],[-85,32],[-24,-88]],[[323931,460667],[148,-28],[26,143],[-90,17],[-49,7],[-22,-78],[-13,-61]],[[323869,459832],[-11,-58],[-38,4],[-37,9],[-6,-21],[-86,19],[-20,-58],[-33,-130],[-14,-57],[0,-43],[165,-32],[17,98],[103,-20],[15,163],[3,32],[2,24],[-34,2],[13,60],[-39,8]],[[326123,458416],[-8,-31],[13,3],[-7,-25],[-7,-26],[-17,-70],[44,16],[26,7],[19,3],[13,4],[5,2],[2,29],[3,26],[2,28],[-1,23],[66,13],[23,9],[101,29],[65,18],[26,6],[20,1],[1,18],[-3,26],[-3,6],[-5,6],[-66,-17],[-47,-11],[-100,-28],[-156,-41],[-4,-9],[-5,-15]],[[326233,457797],[3,-5],[48,28],[162,92],[24,14],[134,78],[-15,29],[-7,21],[-9,13],[-20,-5],[-59,-32],[-69,-42],[-92,-51],[-118,-65],[5,-12],[0,-1],[-11,-6],[24,-56]],[[325893,457428],[-16,-33],[2,0],[1,1],[2,0],[2,0],[2,0],[3,1],[3,1],[3,1],[106,58],[-70,60],[-8,-1],[-2,1],[-3,-4],[1,-1],[-2,-3],[6,-4],[-30,-77]],[[328343,455320],[43,-145],[26,14],[19,10],[23,11],[16,10],[-3,13],[-1,4],[3,3],[-3,1],[-11,39],[-7,17],[-5,15],[0,2],[1,2],[-1,3],[0,2],[-2,0],[-1,0],[0,0],[0,0],[-1,0],[0,0],[0,1],[0,0],[0,0],[0,1],[-1,2],[-4,11],[-10,36],[-1,7],[-1,5],[-5,24],[-3,10],[-8,17],[-2,11],[-1,6],[-5,12],[-42,-23],[-13,-11],[1,-35],[9,-26],[13,-32],[-10,-8],[-13,-9]],[[325926,454399],[37,-66],[80,46],[160,83],[95,52],[-4,7],[-47,103],[-3,8],[-3,7],[-30,66],[-3,7],[-194,-103],[-69,-37],[-87,-42],[29,-55],[15,-30],[24,-46]],[[328522,454470],[9,-22],[13,-28],[0,0],[20,11],[42,26],[86,44],[-15,67],[-12,-4],[-5,-2],[-3,-3],[-24,-14],[-24,-13],[-89,-47],[-4,-2],[6,-13]],[[326769,454437],[-16,31],[-50,-24],[-139,-73],[-76,-42],[12,-14],[12,-13],[9,-7],[16,-11],[100,-51],[72,39],[-28,59],[33,23],[-15,42],[70,41]],[[328744,454282],[-96,-57],[13,-11],[-12,-12],[-3,-2],[-7,-6],[-12,-9],[-3,-2],[-13,-5],[-13,-7],[-9,-8],[-9,-9],[-13,-17],[-29,-18],[-19,-13],[-1,0],[0,-1],[-1,0],[0,-1],[-1,-1],[0,0],[0,-1],[0,-1],[0,-1],[0,-4],[0,-1],[0,-2],[0,-1],[-1,-1],[0,0],[0,-1],[0,0],[0,-1],[0,-1],[0,0],[0,-1],[0,0],[2,-5],[1,0],[1,-1],[1,0],[2,0],[1,-1],[0,-1],[2,-2],[2,-2],[2,-2],[4,-3],[3,-1],[4,0],[4,0],[3,1],[63,30],[6,3],[28,13],[4,2],[4,2],[9,6],[3,-12],[93,50],[18,9],[-9,28],[-8,32],[-14,49]],[[327131,454067],[-18,51],[-154,-82],[0,-1],[-60,-31],[-3,-2],[4,-8],[12,-29],[31,-78],[6,-10],[7,-20],[5,-12],[18,9],[2,-2],[8,-1],[185,95],[-9,16],[-35,102],[2,1],[-1,2]],[[328845,453854],[-74,-44],[-15,-8],[4,-14],[45,-144],[120,63],[-4,10],[-15,43],[-12,30],[-3,19],[-5,25],[-5,18],[-14,15],[-22,-13]],[[326993,453714],[-118,278],[-132,-60],[-32,-21],[1,-20],[-80,-40],[46,-108],[-107,-63],[-2,-21],[-4,-16],[-9,-18],[-10,-17],[77,44],[154,91],[4,5],[15,-35],[3,0],[58,-126],[44,25],[103,57],[-1,5],[-14,30],[4,10]],[[326195,453952],[-18,45],[-8,14],[-8,11],[-26,28],[-10,16],[-13,-5],[-17,0],[-11,5],[-9,7],[13,-19],[10,-16],[6,-10],[0,-12],[-2,-6],[-8,-8],[-24,-25],[-24,-17],[-25,-21],[40,-61],[6,-13],[-37,-19],[20,-53],[18,-44],[50,-132],[13,5],[72,37],[102,61],[-53,93],[-6,15],[-5,19],[-13,24],[-13,23],[-8,17],[-6,19],[-6,22]],[[326140,454190],[-20,48],[-87,-44],[13,-26],[2,-5],[7,-16],[85,43]],[[327040,453222],[64,-155],[129,72],[-14,27],[-2,5],[-2,4],[-2,5],[-2,8],[-1,2],[-13,30],[-3,6],[-3,9],[-6,12],[-2,6],[-6,10],[-1,7],[-5,10],[-5,11],[-105,-57],[-21,-12]],[[328973,453173],[26,-81],[32,-99],[11,5],[84,42],[1,1],[-2,8],[-5,12],[-18,52],[-16,53],[-11,41],[-6,19],[-84,-47],[-12,-6]],[[327490,453093],[-38,76],[-148,-76],[-12,-6],[38,-85],[39,22],[121,69]],[[327359,452851],[-42,-30],[-26,-14],[40,-90],[68,41],[-7,16],[-3,6],[-1,4],[-2,4],[-1,4],[-2,3],[-24,56]],[[325363,452701],[-57,143],[-36,-18],[-9,-6],[-3,-5],[-3,-5],[6,-17],[65,-151],[14,-33],[4,-7],[5,-3],[6,0],[41,20],[-33,82]],[[327637,452630],[-61,-34],[-51,-31],[10,-14],[9,-13],[15,-11],[58,-54],[26,-26],[22,-22],[10,-9],[24,-25],[22,-22],[17,-17],[12,-12],[33,-33],[26,15],[102,56],[0,0],[4,2],[44,25],[-43,86],[-49,-28],[-42,80],[-1,0],[0,0],[-46,-25],[-10,-5],[-29,64],[-76,-39],[-24,88],[-2,4]],[[325490,452378],[-6,14],[-49,-22],[-10,-9],[16,-44],[5,-7],[4,-4],[4,-2],[6,0],[49,21],[2,1],[-21,52]],[[327930,451930],[6,-21],[19,9],[53,32],[5,4],[53,31],[-74,75],[0,3],[-4,1],[-48,48],[-1,7],[-5,-1],[-6,-2],[-56,-34],[-7,-4],[-12,-6],[7,-12],[10,-18],[17,-33],[5,-10],[6,-10],[32,-59]],[[328434,451648],[14,-14],[4,3],[10,-9],[1,8],[5,8],[8,7],[4,2],[16,10],[31,19],[17,11],[0,0],[15,10],[14,8],[11,7],[-73,146],[-12,-5],[0,0],[-13,-7],[0,-1],[-157,-93],[26,-29],[22,-20],[15,-20],[42,-41]],[[328597,450896],[14,-29],[35,-75],[19,-39],[94,60],[2,1],[110,69],[17,10],[9,-18],[75,48],[-8,18],[-23,52],[2,2],[-39,91],[-20,46],[-114,-81],[-86,-58],[-1,0],[-23,-16],[-61,-43],[-14,-13],[12,-25]],[[326319,450863],[-2,4],[-49,-29],[-78,-45],[-58,-34],[-46,102],[-1,3],[-3,5],[-24,-15],[-25,-16],[-58,-36],[-16,-10],[-26,-17],[5,-11],[-14,-8],[-80,-51],[33,-67],[-1,0],[21,-42],[33,-76],[10,-1],[12,1],[110,19],[25,7],[15,6],[8,4],[14,6],[51,17],[14,2],[11,4],[9,6],[17,0],[16,4],[32,12],[62,25],[35,11],[33,15],[15,5],[-58,114],[-42,86]],[[571711,56659],[-63,29],[-17,5],[65,121]],[[571696,56814],[-12,-48],[27,-107]],[[569302,57681],[-182,-296],[-48,32],[-1,0],[-231,233],[-28,0],[-73,-19],[-105,-54],[-60,11],[-130,24],[-3,-21],[-97,14],[-51,6],[-23,1],[-34,-2],[-27,-4],[-34,-6],[-23,-8],[-44,-20],[-306,-105],[-312,-105],[-66,-26],[-6,-1],[-6,15]],[[567412,57350],[167,105],[496,183],[122,40],[152,31],[114,-12],[68,-6],[240,94],[338,-337],[57,89],[136,144]],[[574727,57605],[-8,26],[-4,34],[53,75],[-35,43],[-19,22],[15,16]],[[574729,57821],[43,-52],[7,-12],[-4,-13],[-24,-50],[-14,-35],[-9,-40],[-1,-14]],[[574740,57562],[3,-5],[15,-17],[17,-10],[5,-8],[3,-15],[-18,1],[-188,4],[-204,18],[0,26],[-366,112],[-10,36],[-13,49],[-10,50],[-5,48]],[[573969,57851],[22,-104],[43,-6],[71,-13],[45,-23],[39,-23],[32,-23],[72,-27],[82,-36],[2,-53],[34,0],[40,-2],[122,-15],[72,5],[102,8],[-4,13],[-3,10]],[[566969,57906],[-62,-418],[177,3],[265,-7],[16,-51]],[[567365,57433],[-71,-22],[-124,-26],[-93,-18],[-21,-2],[-10,17],[-9,20],[-15,8],[-20,5],[-25,5],[-74,2],[-6,0],[72,484]],[[575071,58689],[-2,1],[-12,-24],[-3,-9]],[[575054,58657],[-4,14],[-41,49],[-27,28],[6,17],[60,90],[8,12],[100,-63],[-67,2],[-40,-29],[-16,-28],[38,-60]],[[574762,58849],[31,37],[-7,17],[37,36],[-2,12],[40,45]],[[574861,58996],[7,-8],[6,-3],[-108,-139],[-4,3]],[[573485,58991],[36,28],[-27,19],[40,8],[107,32],[47,17],[10,-24]],[[573698,59071],[-151,-56],[-16,-7],[-46,-17]],[[573969,58720],[1,5],[6,19],[24,47],[12,35],[7,34],[3,93],[1,94],[2,64],[7,110]],[[574032,59221],[2,1],[4,-63],[4,-123],[3,-150],[-21,-2],[-1,-43],[-26,-57],[-28,-64]],[[567292,59320],[-1,42],[-41,148],[-20,94],[-7,37],[75,116],[32,56],[5,38],[-27,65],[-17,92],[-24,-3],[-3,32],[-26,39],[-8,33],[0,43],[41,57],[43,54],[0,24],[2,10],[3,6],[14,23],[13,24],[9,22],[0,9],[1,2],[-10,63],[-4,10],[-16,23],[-15,35],[-22,93],[-24,34],[-8,13],[-72,159],[-48,99]],[[567137,60912],[1074,585],[400,-718],[-260,-280],[-35,-27],[-31,-15],[-19,-9],[-12,-6],[-44,-17],[-19,-7],[-64,-25],[-43,-14],[-56,-16],[-82,-23],[-87,-23],[-60,-12],[-15,-2],[-47,-48],[-70,-60],[-26,-27],[46,-54],[89,-103],[43,-59],[83,-111],[13,-17],[-12,-12],[-191,-120],[-111,-73],[-87,-60],[-104,-96],[-57,-52],[-17,-18],[-12,-14],[-26,-40],[-6,-18],[0,-1]],[[566762,61613],[223,-403]],[[566985,61210],[-23,30],[-26,26],[-34,29],[-28,30],[-25,32],[-16,28],[-20,46],[-17,47],[-16,56],[-18,75],[1,1],[-1,3]],[[567755,62457],[55,16],[15,5],[7,0],[6,1],[75,-8],[77,-1],[31,1],[43,7],[29,8],[65,20],[37,19],[37,21],[21,18],[1,1],[14,16]],[[568268,62581],[74,-103],[18,-21],[60,-73],[-90,5],[-166,19],[-149,19],[-260,30]],[[574531,61317],[-22,-29],[117,-156],[330,-438],[112,-151],[49,-67],[96,-146],[26,-40],[44,-74],[139,-260],[18,-33],[-6,-4],[-115,-69],[-21,-15]],[[575298,59835],[-13,30],[-11,28],[-25,52],[-25,47],[-25,44],[-18,35],[-18,33],[-13,24],[-49,85],[-39,58],[-33,46],[-108,157],[-168,241],[-99,95],[-40,37],[-26,27],[-28,35],[-25,34],[-18,26],[-98,185],[-5,8],[-11,21],[-25,47],[-27,48],[-15,20],[-33,36],[-93,109],[-21,32],[-23,37],[-59,103],[-21,33],[-8,9],[-24,32],[-11,14],[-36,39],[-67,66],[-15,15],[-18,17],[-22,24],[-18,29],[-25,47],[-65,133],[-22,40],[-20,28],[-51,59],[-32,37],[-21,24],[-58,68],[-60,66],[-32,32],[-27,25],[-37,30],[-42,31],[-32,21],[-14,9],[-20,14],[-22,15],[-24,16],[-14,11],[-39,30],[-94,78],[-48,37],[-23,24],[-22,27],[-28,40],[-44,81],[-25,44],[43,19],[60,50],[-4,7]],[[573025,63036],[32,7],[11,-14]],[[573068,63029],[16,-19],[44,-53],[298,-323],[103,-112],[136,-148],[80,-90],[229,-239],[12,30],[177,-263],[273,-369],[95,-126]],[[568158,63394],[17,-226]],[[568175,63168],[-4,5],[-5,12],[-1,6],[0,22],[-3,7],[-8,8],[-4,36],[-14,73],[1,16],[4,17],[8,16],[9,8]],[[568574,64061],[-1,41],[-45,33],[-42,30],[11,18],[0,0],[15,24],[138,-69]],[[568650,64138],[-3,-2],[-73,-75]],[[574951,64124],[-28,13],[-92,20],[-77,-6],[-38,-13],[-28,-52],[-32,5],[-65,52],[-31,25],[-27,-9],[-61,-52],[-42,-28],[-53,-46],[-148,-107],[-89,-70],[-154,-121],[-110,-91],[-37,-30],[-45,-34],[-31,-18],[-94,-72],[-39,-34],[-129,-100],[-1,0],[-23,-18],[-24,19]],[[573453,63357],[20,18],[8,4],[-1,0],[88,66],[289,217],[318,239],[422,318],[28,-30],[8,-24],[6,-30],[6,-16],[12,-13],[30,-4],[4,0],[4,17],[1,7],[57,57],[130,-8],[62,-24],[16,-6],[-6,-8],[-2,-4],[-2,-9]],[[570103,65423],[-88,-21],[-40,-14],[-26,-3],[-27,10],[-44,20],[-43,14],[-42,10],[-59,-9],[-38,9],[-86,38],[3,72],[0,0]],[[569613,65549],[249,-50],[16,-49],[71,-13],[15,29],[16,21],[14,12],[13,6],[14,0],[17,-1],[-4,47],[0,15],[16,53],[39,128],[28,-4],[-8,-66],[-18,-146],[-6,-48],[-1,-18],[17,-37],[2,-5]],[[571696,56814],[138,-55],[173,-58],[35,136],[10,46],[-7,3],[15,67],[3,8],[25,79],[16,73],[64,277],[4,-2],[2,10],[296,-131],[133,-57],[508,-241],[202,-98],[478,-218],[24,-12],[107,-57],[25,-15],[14,-9],[33,-25],[-128,-211],[-30,23],[-210,-356],[-46,-77],[-67,-121],[55,-30],[-110,-196],[-107,63],[-198,124],[-63,39],[-50,23],[-212,34],[-240,36],[-173,17],[-61,4],[-58,15],[-40,8],[-177,42],[-231,74],[-21,97],[65,15],[8,17],[-1,8],[26,107],[58,246],[-270,118],[-2,5]],[[574951,64124],[-9,-30],[-6,-48],[-2,-19],[1,-35],[13,-41],[4,-18],[7,-29],[-1,-7],[-13,-4],[-190,-598],[-7,-22],[-32,-63],[-12,-31],[-33,-82],[-43,-79],[-55,-117],[-24,-45],[-98,-119],[-18,-20],[-30,-34],[-16,-16],[17,-20],[13,-24],[18,-41],[3,-5],[23,-41],[11,-18],[5,-9],[67,-98],[134,-196],[122,-174],[-10,-19],[-48,-108],[-90,-241],[-14,-43],[-78,-233],[-28,-80],[-1,0]],[[573068,63029],[-11,14],[-7,11],[-1,0],[43,34],[194,145],[0,1],[43,27],[89,67],[35,29]],[[575298,59835],[25,-63],[31,-73],[24,-50],[5,-8],[11,-15],[-123,-120],[-43,-38],[-28,-20],[-19,-12],[-2,-1],[-20,-19],[-22,-26],[-40,-52],[-71,-89],[-45,-42],[-51,-54],[-48,-59],[-41,-39],[-4,-6],[-3,-12],[0,-1],[0,-3],[2,-8],[10,-13],[15,-16]],[[574762,58849],[-1,-1],[-23,17],[-4,-31],[-28,10],[2,40],[-5,2],[-144,13],[-4,-62],[-7,2],[0,-3],[-2,-3],[-21,-24],[-19,-12],[-2,-1],[-11,-116],[-8,-105],[50,-5],[7,72],[50,-4],[-4,-93],[108,-16],[4,69],[16,5],[14,-5],[10,-11],[23,-23],[34,-40],[38,-21],[26,-35],[2,-1],[22,-4],[24,21],[25,9],[19,20],[30,26],[38,42],[21,48],[12,28]],[[575071,58689],[49,-24],[25,-34],[29,-48],[79,-114],[52,-56],[34,-19],[46,-17],[-18,-25],[-1,-3],[-5,-5],[-10,-13],[-15,-15],[-25,-23],[-88,-64],[-136,-115],[-16,-17],[-34,-19],[-38,-25],[-37,16],[-233,-248]],[[574727,57605],[0,-1],[8,-27],[5,-15]],[[573969,57851],[-2,10],[-3,42],[0,11],[-8,307],[-4,61],[-1,58],[5,115],[4,173],[1,28],[2,41],[4,18],[0,3],[2,2]],[[574032,59221],[-32,-11],[-75,-37],[-26,-14],[-43,-18],[-82,-39],[-74,-36],[-2,5]],[[573485,58991],[-14,-11],[-42,-34],[-41,-32],[-32,-25],[-21,-17],[-1,2],[-27,6],[-33,-7],[-158,42],[-48,-1],[-64,-9],[-126,-15],[-41,-12],[-8,-1],[-35,-10],[-19,0],[-7,0],[-21,-6],[-57,-46],[-97,-85],[-53,-48],[-17,-35],[104,-111],[105,-116],[35,-36],[14,-10],[18,-5],[267,-18],[10,-5],[9,-8],[306,-503],[197,-323],[194,-310],[91,-140],[13,-16],[-10,-9],[-29,-15],[-21,-6],[-31,-3],[-16,3],[-17,7],[-20,16],[-40,61],[-190,328],[-200,337],[-109,191],[-78,147],[-26,45],[-13,16],[-16,14],[-20,13],[-14,6],[-195,28],[-355,58],[-309,49],[-20,3],[-212,-274],[-284,-380],[-23,7],[-37,-41],[-1,1],[-309,140],[-30,14],[-941,434],[-70,-7],[-3,-1],[-3,0],[-4,0],[-22,-3],[-4,3],[-7,0],[-15,7],[-62,40],[-123,75],[-31,21],[-15,11],[-17,11],[-123,77],[-276,-409],[-238,-375],[-5,-5]],[[567412,57350],[-18,-11],[-29,94]],[[566969,57906],[7,46],[16,124],[13,101],[3,24],[30,233],[16,123],[15,104],[4,33],[3,21],[3,21],[23,172],[8,60],[19,156],[28,-13],[61,-22],[19,-8],[25,-10],[7,12],[9,21],[10,22],[8,48],[0,24],[-5,45],[-3,30],[2,32],[2,15]],[[567137,60912],[-16,33],[-31,63],[-101,194],[-4,8]],[[566762,61613],[-206,371],[0,45],[-6,186],[-6,198],[-2,28],[7,14],[9,7],[12,8],[22,2],[28,0],[17,0],[17,-2],[48,0],[28,4],[23,5],[16,5],[8,3],[26,10],[31,14],[0,0],[28,12],[16,3],[27,0],[51,-5],[48,9],[341,-33],[149,-9],[261,-31]],[[568268,62581],[12,13],[40,64],[32,61],[-12,31],[-117,280],[-45,92],[-3,46]],[[568158,63394],[-17,224],[86,88],[273,279],[74,76]],[[568650,64138],[15,16],[224,-50],[2,11],[18,170],[48,502],[7,82],[16,167],[35,15],[0,-5],[1,6],[410,176],[-2,5],[-22,74],[-24,82],[-4,14],[-41,148],[-7,40],[28,-1],[22,6],[146,-29],[58,-9],[33,-9]],[[570103,65423],[28,7],[0,-2],[29,-55],[21,-32],[29,-39],[30,-34],[32,-38],[25,-26],[7,-8],[52,-3],[25,-1],[15,5],[20,7],[0,27],[14,219],[17,249],[38,-3],[78,-15],[102,-22],[37,-8],[52,-15],[40,-15],[45,-19],[47,-23],[53,-30],[43,-27],[50,-35],[47,-38],[56,-49],[85,-82],[53,-57],[67,-72],[132,-149],[12,-23],[89,-114],[70,-93],[35,-48],[12,-16],[39,-54],[73,-96],[98,-132],[156,-203],[27,-37],[85,-117],[30,16],[6,3],[310,-418],[83,-113],[186,-251],[24,-33],[30,-37],[12,-14],[31,-39],[132,-163],[3,-3],[-1,-1],[11,-18]],[[562507,359530],[72,-29],[118,284],[183,-90],[43,-24],[18,-17],[41,-61],[10,-17],[-22,-51],[-14,-30],[8,9],[9,0],[21,-9],[153,-75],[268,-132],[370,-181],[101,-50],[100,-52],[48,-23],[8,-4],[43,-15],[-18,-43],[-8,-19],[-4,-7],[-185,-325],[-36,-65],[-36,-56],[-20,-27],[-16,-20],[-123,-160],[-17,-21],[-69,-90],[-78,-96],[-39,-51],[-22,-33],[-28,-63],[-15,-50],[-13,-36],[-12,-37],[-21,-25],[-39,-38],[-45,-45],[-119,-115],[-171,-161],[-103,-95],[-73,-70],[-158,-149],[8,-5],[129,-83],[-34,-61],[19,-17],[8,-9],[12,-19],[2,-31],[38,-23],[6,-12],[0,-8],[-22,10],[-16,-26],[36,-38],[-7,-28],[8,-9],[54,-38],[12,4],[12,-5],[31,-25],[-13,-14],[-275,-312],[-40,-47],[-33,-39],[-37,-45],[-17,-20],[-103,-116],[-58,48],[21,25],[-110,108],[-8,10],[-9,-10],[-13,-15],[-35,-39],[-111,-125],[-80,-90],[-107,102],[-14,14],[-25,24],[-120,115],[-20,14],[-86,64],[-79,74],[-13,12],[-25,-41],[-44,-72],[-11,-19],[-10,-18],[-55,-101],[-36,-61],[-33,-50],[-29,20],[67,136],[-43,31],[-31,25],[-58,38],[-64,58],[-84,-121],[-31,25],[-42,34],[62,110],[-18,15],[-83,61],[228,291],[-94,89],[-25,23],[-18,17],[-59,54],[-30,28],[-12,11],[-15,15],[-40,38],[-18,17],[-68,64],[-16,16],[-31,29],[-6,5],[-55,53],[-158,149],[-21,21],[-62,59],[-81,78],[-12,11],[-114,110],[0,0],[212,230],[144,164],[9,6],[12,-12],[125,155],[-54,51],[-5,5],[-32,32],[-184,187],[-4,3],[-71,70],[-129,126],[-86,-108],[-137,-174],[-55,-67],[-114,-142],[-46,-58],[-15,-19],[-6,-9],[1,-12],[41,-43],[11,-11],[-5,-7],[-59,-67],[-112,-131],[-323,181],[92,259],[0,0],[-243,128],[-47,24],[-279,-4],[68,115],[87,141],[109,179],[3,1],[-178,132],[113,121],[214,-148],[47,83],[137,-54],[17,-3],[103,-33],[73,-24],[74,-4],[25,0],[-74,-173],[174,0],[210,-1],[146,-29],[19,16],[20,9],[19,2],[43,-6],[74,-13],[40,0],[11,27],[20,70],[225,-38],[76,199],[99,2],[-51,-131],[127,-33],[48,166],[84,2],[95,9],[26,2],[4,2],[15,7],[115,50],[268,116],[56,27],[28,16],[21,23],[17,24],[14,33],[19,44],[65,164],[78,200],[17,43],[68,173],[46,115],[30,79],[39,-22],[210,-103],[133,-63],[-77,-159],[-11,-22],[-49,-102],[184,-87]],[[729164,505483],[75,-199],[18,-43],[8,-13],[61,-72],[17,-27],[11,-21],[2,-16],[-1,-91],[-1,-7],[-7,-13],[-6,-15],[29,-72],[31,-70],[15,-40],[36,-110],[33,-95],[7,-21],[99,-293],[95,-275],[7,-21],[33,-94],[13,-36],[8,-26],[17,-31],[9,-11],[5,-7],[33,-22],[62,-37],[179,-103],[39,-23],[40,-24],[169,-98],[78,-44],[-34,5],[-34,0],[-32,-1],[-1,-2],[-5,-8],[-25,-29],[-31,-35],[-342,-391],[-24,-28],[-344,-394],[-9,-15],[1,-9],[-1,-9],[4,-17],[19,-87],[5,-20],[28,-118],[81,-328],[24,-104],[49,-213],[2,-9],[-1,0],[-317,-102],[-78,-26],[-566,-189],[-35,-12],[35,-73],[32,-66],[144,-297],[0,0],[0,0],[9,-18],[31,-64],[8,-18],[160,-330],[125,-258],[119,-244],[10,-21],[122,-251],[7,-14],[71,-144],[2,-4],[22,-30],[2,-3],[11,-23],[38,-83],[43,-110],[13,-48],[-19,0],[-11,3],[-56,14],[-61,22],[-67,25],[-82,34],[-16,6],[-76,26],[-50,13],[-59,12],[-56,7],[-15,1],[0,-2],[-32,-1],[-71,-12],[-65,-21],[-71,-18],[-4,-1],[-4,-3],[-62,-11],[-69,-4],[-57,2],[-157,9],[-63,0],[-43,-2],[-53,-9],[-54,-10],[-76,-21],[-73,-19],[-28,-5],[-30,-5],[-74,6],[-498,48],[-164,6],[-278,2],[-89,-4],[-139,-13],[-68,-8],[-46,-8],[-46,-14],[-37,-16],[-32,-17],[-55,-36],[-52,-40],[-32,-31],[-44,-59],[-4,87],[-129,-201],[-23,-15],[-67,-47],[-20,-13],[-16,39],[-15,-12],[-52,-70],[-111,-158],[3,-4],[44,-65],[10,-16],[7,-12],[7,-6],[24,-1],[-72,-77],[-32,-32],[-98,-85],[-37,-27],[-40,-25],[-30,-16],[-95,-46],[-95,157],[7,19],[22,29],[306,157],[-7,17],[42,23],[-1,4],[-20,19],[-24,16],[-24,7],[-22,3],[-25,-5],[-36,-16],[-23,-19],[-19,-18],[-10,-19],[-7,-25],[-4,-25],[-2,-34],[-132,-68],[-11,-11],[-3,-3],[-28,3],[-47,-17],[-41,-19],[-16,-7],[-2,-1],[-6,0],[-15,-6],[-99,-43],[-28,-13],[-8,-12],[-3,-12],[13,80],[5,18],[6,18],[132,412],[65,56],[11,16],[21,46],[10,17],[1,11],[-4,31],[-25,121],[-5,20],[2,1],[-4,22],[-24,-5],[-383,-81],[-892,-186],[-330,-68],[-22,-3],[-70,-204],[0,0],[-420,91],[-12,3],[-251,59],[-11,-57],[-11,-61],[-14,-76],[-6,-32],[1,-5],[182,-45],[9,-8],[43,-42],[-1,-5],[-126,-105],[-109,-91],[-30,-11],[-49,-18],[-45,-21],[-23,-13],[-254,-136],[-6,1],[-17,-14],[-33,28],[-6,0],[-163,-33],[-13,-8],[-39,-38],[-17,-14],[-145,-40],[-219,-66],[-42,-11],[-28,-8],[45,-39],[32,-20],[112,-55],[100,-28],[64,-12],[188,-38],[31,-4],[49,-14],[49,-19],[35,-22],[26,-17],[17,-1],[8,-6],[39,-26],[48,-24],[38,-18],[33,-10],[24,-6],[26,-2],[81,0],[25,4],[24,3],[82,7],[52,6],[50,-1],[27,0],[65,-6],[62,15],[5,-21],[0,-6],[1,-10],[-5,-17],[-7,-29],[-6,-20],[-1,-5],[-8,-45],[1,-87],[-2,-11],[-8,-17],[-71,-83],[-20,-25],[-9,-11],[-35,-57],[-45,-85],[-18,-35],[-154,-310],[-84,-173],[-30,-56],[-17,-40],[-7,-9],[-34,-64],[-82,-169],[-117,-232],[-110,-216],[-27,-50],[-12,-23],[23,-11],[19,-9],[279,-162],[487,-286],[25,-17],[120,-79],[215,-141],[41,-27],[280,-202],[26,-16],[365,-253],[119,-84],[112,-78],[264,-184],[22,-15],[22,-15],[80,-54],[329,-228],[26,-17],[181,-126],[60,-42],[11,-7],[-3,-26],[8,-11],[7,-18],[59,-216],[113,-412],[72,-263],[42,-157],[63,-236],[210,-763],[19,-57],[5,-11],[4,-9],[9,-12],[0,-4],[0,-3],[-2,-9],[-406,-707],[-158,-274],[-44,-76],[-11,-20],[-42,-73],[-41,-72],[-29,-51],[-17,-29],[-132,-230],[-41,-71],[-109,-192],[-10,-20],[-11,-22],[-32,-57],[-21,-37],[-2,-3],[-109,-190],[1,-156],[0,-1],[13,-97],[9,-30],[3,-9],[1,-6],[0,-10],[-3,-9],[-4,-5],[-8,0],[2,-15],[2,-54],[3,-33],[7,-44],[36,-1],[13,-2],[9,-2],[7,-3],[5,-6],[3,-11],[6,-36],[8,-77],[14,0],[16,-99],[4,-26],[0,-9],[-2,-7],[-11,-9],[-35,-13],[-20,-6],[-31,1],[-31,-1],[-19,-6],[-19,-12],[-7,-10],[-14,-109],[84,-34],[27,-10],[17,-3],[8,1],[10,-4],[5,-11],[1,-16],[-1,-15],[-2,-13],[-10,-32],[25,-9],[9,-1],[30,-4],[55,-7],[1,-16],[177,-24],[1,-1],[4,-1],[152,-30],[134,-47],[20,-22],[-110,-502],[-25,-21],[-1,-1],[-73,1],[-59,-1],[-543,-7],[-56,-1],[-49,-1],[-67,-1],[-130,-1],[-95,-1],[-83,-2],[-53,-1],[-96,-1],[-1908,-19],[-781,-9],[-5,0],[-6,0],[-4,0],[-3,0],[-7,0],[-4,0],[-5,0],[-4,0],[-7,0],[-6,0],[-6,0],[-7,0],[-6,-1],[-9,0],[-10,0],[-5,0],[-8,0],[-14,0],[-5,0],[-9,0],[-8,0],[-11,-1],[-9,0],[-12,0],[-4,0],[-7,0],[-11,0],[-5,0],[-8,0],[-7,0],[-7,0],[-4,0],[-15,-1],[-14,0],[-18,0],[-19,0],[-16,0],[-18,-1],[-20,0],[-22,0],[-21,0],[-21,-1],[-16,0],[-105,-1],[-17,0],[-3,0],[0,0],[-9,0],[-123,-2],[-271,-3],[0,0],[-3,0],[-1107,-12],[-1028,-12],[-2,-3],[-17,-1],[-228,-20],[-288,-21],[-25,451],[-5,109],[3,28],[6,26],[14,32],[16,28],[71,127],[52,91],[-34,-6],[-31,-6],[-258,-47],[-35,-6],[-25,-4],[-334,-61],[-17,-2],[-62,-12],[-326,-59],[-77,-13],[-274,-50],[-165,-29],[-69,-11],[-28,-3],[70,-180],[27,-65],[-1,-15],[-2,-9],[-15,-12],[-225,-138],[-208,-120],[-36,-17],[-22,-6],[-17,-3],[-48,3],[-268,29],[-136,14],[-207,22],[-249,675],[-40,-18],[-13,0],[-189,432],[-19,42],[-73,173],[86,34],[16,7],[561,223],[168,66],[187,75],[157,62],[24,9],[-81,207],[-133,333],[21,10],[364,90],[10,-27],[62,-175],[123,56],[17,10],[-9,25],[-23,73],[-19,51],[-9,24],[8,2],[231,58],[16,4],[17,4],[478,122],[220,55],[0,0],[30,-95],[4,-13],[5,-18],[4,-18],[10,-28],[22,-47],[68,26],[-63,213],[393,102],[84,20],[62,18],[27,14],[21,18],[6,9],[16,-56],[10,-14],[18,-2],[21,-5],[23,2],[17,5],[22,14],[-15,65],[-31,131],[-5,25],[0,0],[-4,56],[0,13],[28,91],[54,169],[39,121],[71,217],[12,37],[55,177],[168,-37],[38,165],[-152,41],[45,144],[10,-6],[113,401],[10,35],[4,19],[24,74],[158,506],[8,24],[33,108],[142,462],[7,23],[12,38],[3,11],[66,218],[30,-20],[92,-63],[1,31],[12,39],[26,43],[2,29],[-11,37],[-24,36],[-28,24],[-12,-3],[-33,26],[34,110],[8,25],[5,16],[6,18],[113,369],[26,88],[9,28],[49,162],[3,11],[7,18],[3,7],[5,8],[13,5],[13,0],[26,-6],[375,-85],[18,-4],[138,-31],[14,-4],[40,-9],[18,-4],[317,-73],[18,-4],[225,-49],[59,-14],[8,25],[34,-12],[-3,9],[2,10],[22,59],[111,287],[56,146],[9,24],[88,234],[126,337],[11,20],[15,47],[124,325],[53,140],[39,109],[46,135],[24,62],[9,28],[248,679],[8,20],[-289,135],[-94,43],[-145,66],[-177,85],[-157,74],[-149,73],[-164,78],[-7,7],[-35,16],[-8,1],[-106,50],[-47,20],[-27,12],[-21,10],[13,152],[12,133],[-1,63],[-117,3],[8,-162],[-153,-19],[-3,3],[-36,197],[106,15],[0,66],[29,59],[51,104],[-236,-67],[-42,142],[47,12],[6,17],[1,25],[-44,118],[-5,24],[-20,59],[-66,-30],[-98,-30],[-66,-12],[-19,-5],[0,17],[1,8],[9,26],[48,84],[11,36],[17,72],[1,39],[-6,26],[-13,16],[-17,13],[-28,5],[-4,36],[58,124],[47,98],[2,11],[-58,16],[-93,23],[11,25],[51,111],[72,134],[419,-94],[87,-20],[9,49],[126,672],[15,80],[12,68],[54,288],[6,29],[-6,-1],[-70,-19],[-243,-66],[-41,-12],[-104,-29],[-331,-92],[-14,251],[-9,126],[-7,157],[-12,321],[150,-34],[80,-18],[36,-1],[237,124],[431,228],[29,16],[153,78],[167,86],[88,47],[105,55],[4,3],[27,14],[0,0],[20,-23],[20,-19],[23,-6],[28,-6],[37,4],[20,-66],[70,-5],[25,-1],[-86,206],[0,0],[-20,47],[-72,184],[-43,116],[370,154],[144,63],[217,93],[487,206],[95,40],[-9,22],[-81,233],[-92,260],[-26,72],[-27,76],[118,48],[17,6],[2,1],[13,7],[64,28],[20,10],[26,15],[47,27],[192,115],[119,72],[15,9],[26,13],[125,74],[75,46],[67,40],[213,127],[162,96],[16,9],[353,212],[124,73],[257,-356],[14,-19],[87,126],[33,47],[6,8],[4,2],[11,0],[38,-4],[371,-57],[21,-6],[301,-72],[29,-5],[15,0],[41,-1],[32,3],[100,10],[16,2],[0,0],[46,8],[17,7],[25,17],[35,35],[60,90],[158,239],[16,-12],[56,-47],[44,-44],[36,-41],[71,-85],[-14,-11],[-13,-22],[-44,-173],[-1,-5],[-77,-283],[18,-10],[1017,-447],[0,0],[6,17],[26,19],[31,24],[104,83],[217,168],[96,74],[114,87],[9,2],[68,151],[10,22],[4,9],[17,21],[-71,145],[-48,98],[-131,273],[-10,27],[92,78],[107,92],[1,127],[4,205],[5,134],[6,101],[1,48],[7,32],[0,17],[98,-10],[267,-30],[225,-23],[19,-2],[20,0],[21,-3],[28,3],[24,4],[12,-1],[46,27],[34,22],[21,17],[5,4],[21,22],[18,18],[122,148],[48,62],[125,162],[160,206],[115,144],[4,0],[66,-74],[18,-18],[2,-10],[14,-18],[19,-28],[13,-31],[102,-275],[67,-166],[39,-62],[19,-28],[15,-33]],[[132060,166052],[-95,-18],[-394,28],[-4,30],[-1,7],[-17,125],[-4,28],[-4,36],[-8,74],[-20,171],[-3,27],[0,7],[3,1],[42,26],[125,69],[144,82],[5,-45],[15,-48],[130,-202],[3,-4],[3,-5],[48,-71],[3,-8],[3,-6],[0,-5],[13,-126],[9,-138],[2,0],[2,-35]],[[129977,172188],[81,-20],[31,16],[46,-11],[90,-21],[4,13],[31,-8],[26,-8],[22,-5],[22,-8],[64,-20],[82,-29],[19,-7],[58,-23],[4,-3],[68,-34],[2,1],[74,-46],[114,-82],[25,-19],[14,-11],[9,-11],[6,-8],[6,-8],[4,-12],[3,-11],[0,-9],[1,-11],[-2,-17],[-17,-101],[-4,-18],[-9,-60],[-2,-23],[1,-13],[9,-61],[5,-45],[39,-316],[33,-273],[29,-221],[6,-42],[1,-11],[12,-92],[9,-71],[5,-40],[2,-17],[3,-24],[14,-123],[103,-826],[15,-117],[0,0],[3,-32],[12,-107],[4,-41],[6,-52],[9,-72],[14,-120],[21,-173],[14,-114],[10,-83],[8,-66],[21,-169],[21,-173],[0,-1],[1,-10],[1,-2],[28,-235],[23,-181],[20,-166],[25,-215],[25,-183],[9,-72],[6,-56],[7,-57],[10,-89],[10,-91],[10,-94],[9,4],[1,-9],[5,-40],[2,-22],[1,-7],[27,-198],[8,-74],[13,-111],[1,-3],[-1,0],[9,-74],[-21,-23],[-80,-24],[-73,57],[-18,14],[38,-295],[181,16],[19,-150],[15,-125],[11,-83],[2,-49],[-163,117],[-33,23],[-44,32],[-17,12],[-12,7],[-17,11],[-18,10],[-13,8],[-39,22],[-5,3],[-52,30],[-9,5],[-49,29],[-60,35],[-45,28],[-4,3],[-46,27],[-56,33],[-67,40],[-46,28],[-45,22],[-64,37],[-33,18],[-4,2],[-21,9],[-25,11],[-27,17],[-96,64],[-146,99],[-174,114],[-207,137],[-304,201],[-23,15],[-13,11],[-7,-1],[-19,14],[-13,17],[-17,33],[-6,28],[-28,0],[-7,-1],[9,-91],[-1,0],[-420,-18],[-166,-6],[-22,-1],[-30,-1],[-8,0],[-13,2],[-7,1],[-6,0],[-3,0],[-5,-1],[-9,-3],[-5,-1],[-2,1],[-2,2],[-1,3],[-1,3],[0,4],[1,17],[0,5],[-14,181],[-9,135],[-274,-60],[-13,-2],[-15,0],[-18,5],[35,201],[15,80],[53,300],[20,115],[62,342],[0,4],[1,0],[41,-2],[8,40],[-12,2],[-17,7],[-7,7],[-4,3],[32,177],[95,530],[16,91],[20,112],[31,177],[20,109],[16,94],[8,46],[48,268],[7,37],[65,366],[43,237],[4,25],[60,338],[29,160],[3,20],[10,65],[48,276],[2,12],[1,12],[20,14],[2,8],[100,3],[6,41],[15,-5],[25,7],[34,8],[1,11],[0,0],[6,61],[0,10],[1,11],[4,42],[-5,1],[-5,8],[-34,6],[-36,2],[-5,-4],[-32,103],[22,8],[-34,94],[8,46],[58,321],[13,-1],[51,-104],[1,-1],[6,-13],[63,-126],[183,120],[22,21],[81,-128],[0,-1],[11,7],[58,38],[86,50],[0,5],[7,5],[-6,204],[-2,102],[-1,8],[6,-2]],[[257135,526593],[-73,-155],[-39,25],[-30,-10],[-14,35],[-4,3],[68,134],[19,12],[19,8],[15,13],[4,9],[33,-33],[-4,-13],[-3,-14],[-2,-11],[0,-2],[11,-1]],[[257109,526698],[-11,-23],[-11,9],[-4,10],[-1,11],[2,14],[-32,24],[20,41],[6,12],[-5,3],[31,63],[4,-3],[2,-2],[12,-14],[14,-17],[10,-12],[11,-15],[-48,-101]],[[253735,519298],[-6,8],[-33,51],[-14,6],[-33,17],[-32,6],[-19,8],[-24,3],[-24,-13],[-28,-33],[-15,-31],[-1,-2],[-2,-4],[-1,-3],[-2,-3],[-2,-3],[-1,-3],[-2,-4],[-2,-3],[-1,-2],[-25,8],[-55,25],[-36,9],[-15,-2],[-16,-21],[-22,15],[-18,4],[0,-20],[12,-29],[-14,-23],[-24,-45],[-4,-6],[-5,-35],[-142,-235],[-8,-13],[0,0],[0,0],[5,-4],[14,9],[21,-15],[0,0],[22,17],[2,-1],[1,-1],[88,-63],[-9,-14],[-15,-24],[73,-55],[15,27],[8,16],[126,-90],[-2,-5],[-23,-38],[76,-54],[0,0],[3,-2],[7,-5],[25,43],[45,-32],[217,-156],[97,-74],[160,-116],[134,-98],[37,-29],[-26,-27],[-13,-11],[-33,-29],[-44,-40],[-44,-41],[-44,-42],[-14,-16],[-4,-18],[-57,16],[-9,-32],[-87,30],[-33,11],[-55,12],[-66,13],[-51,12],[-30,10],[-32,16],[-29,20],[-62,44],[-64,47],[-26,23],[-30,22],[-16,16],[-39,41],[-109,139],[-159,200],[-120,153],[-24,35],[-1,7],[23,21],[-4,4],[-4,15],[-4,12],[-12,33],[-13,22],[-17,21],[-24,24],[-33,26],[-52,37],[-81,62],[-29,21],[-21,21],[-2,5],[-7,50],[-5,53],[18,66],[2,7],[56,101],[76,161],[87,189],[120,281],[38,89],[157,370],[405,660],[376,695],[382,685],[381,674],[370,688],[355,696],[345,704],[342,701],[357,692],[56,87],[96,-62],[2,-1],[8,-5],[104,-67],[15,-10],[7,-14],[6,-5],[4,-4],[8,-2],[0,0],[4,-1],[0,-1],[1,-1],[18,4],[2,1],[11,-7],[18,-11],[20,-13],[15,-8],[1,-1],[11,-7],[4,-3],[3,8],[13,26],[9,19],[35,72],[-1,0],[48,98],[17,-11],[5,-3],[3,7],[32,-24],[-2,-14],[1,-11],[4,-10],[11,-9],[-3,-4],[5,-4],[-4,-9],[-15,-13],[-19,-8],[-19,-12],[-68,-134],[4,-3],[14,-35],[30,10],[39,-25],[0,0],[42,-26],[95,-60],[11,-7],[1,1],[88,70],[84,68],[35,59],[9,8],[18,10],[111,61],[55,25],[50,11],[49,9],[37,2],[94,1],[38,-3],[13,-1],[97,1],[7,-73],[2,-11],[-19,-14],[-5,-10],[-13,-39],[-18,-28],[-11,-16],[-12,-12],[-46,-37],[-7,-10],[-91,-108],[-20,-17],[72,-33],[0,0],[36,-18],[57,-28],[17,-9],[0,0],[152,-77],[23,-14],[42,-24],[15,-7],[0,0],[21,-7],[16,-4],[9,3],[10,36],[30,111],[7,24],[101,-55],[22,31],[6,8],[87,120],[49,68],[82,112],[36,49],[54,75],[35,48],[1,2],[3,4],[51,71],[33,45],[79,21],[43,9],[2,124],[1,40],[23,11],[23,13],[24,17],[20,16],[33,38],[34,53],[22,36],[22,37],[33,63],[14,34],[8,20],[4,11],[0,1],[23,72],[25,92],[24,97],[13,67],[11,58],[12,89],[17,147],[1,5],[66,5],[12,4],[13,7],[12,13],[10,15],[7,15],[5,21],[4,20],[0,24],[15,-2],[7,2],[16,-1],[63,16],[17,-80],[0,0],[8,-55],[-33,-13],[-1,0],[-15,15],[-10,-13],[-11,1],[-13,-4],[-54,-26],[-11,-6],[-15,-16],[-3,-7],[1,-11],[4,-13],[7,-10],[17,-46],[8,-12],[12,-9],[-7,-7],[-30,-33],[-34,-33],[-8,-10],[-6,-13],[-28,-94],[-28,-79],[-58,-160],[-14,-36],[-5,-10],[-15,-28],[-50,-103],[-44,-89],[-38,-74],[0,0],[-1,-1],[-1,-3],[-32,-43],[9,-15],[0,-3],[0,-5],[-81,-96],[0,-14],[-86,-92],[-85,-86],[5,-38],[0,-12],[-5,-16],[-7,-10],[-74,-93],[-3,4],[1,-5],[-2,-3],[4,-6],[3,-13],[16,-22],[-13,-14],[-46,-26],[-11,-32],[-19,-40],[3,-15],[-25,-42],[-41,-72],[10,-16],[4,-8],[-4,-3],[-4,-4],[-155,-134],[18,-25],[129,-176],[1,-1],[0,-1],[0,-2],[0,-1],[0,-2],[-45,-39],[-38,-33],[-14,-23],[-7,-25],[-8,-32],[-1,-9],[1,-42],[-6,-27],[-25,-64],[-1,-7],[-2,-14],[-1,-6],[8,-30],[4,-16],[-1,-1],[-23,-19],[48,-81],[95,-155],[5,-18],[-6,-20],[-2,-7],[-19,-20],[-15,-13],[-22,-13],[-75,-38],[-97,-48],[-5,-13],[-24,10],[-10,-19],[-78,31],[-28,6],[-32,7],[-129,19],[-12,0],[-10,-1],[-13,-4],[-11,-8],[-14,-18],[-89,-107],[-86,-109],[-35,-44],[-53,-93],[-16,-35],[-6,-14],[-39,-83],[-40,-95],[-54,-131],[-45,-95],[-47,-99],[-6,-12],[-37,-71],[-57,-113],[-81,-156],[-67,-131],[-5,-9],[-9,-16],[-73,-137],[-84,-158],[-118,-214],[-9,-17],[-4,-8],[-106,-197],[-219,-468],[-7,-16],[-15,10],[-33,-67],[-8,-14],[-73,-152],[-79,-127],[-2,-3],[-13,-21],[-44,-70],[-49,-84],[-31,-53],[-17,-28],[-30,-51],[-48,-83],[-43,-88],[-16,-38],[-2,-4],[-2,-4],[-6,-14],[-29,-72],[-20,-86],[5,-3],[-2,-7],[-3,-30],[-166,-329],[-53,-106],[-95,-185],[6,9],[-1,-1],[-100,-186],[-62,-101],[-112,-184],[-13,11],[-45,-68],[-8,-11],[-61,-100],[-105,-169],[-38,-64],[-24,-41],[-40,-68],[-45,-78],[-36,-61],[-126,-213],[-64,-110],[-30,-55],[8,59],[4,28],[16,104],[-2,34],[-16,11],[-13,13],[-10,20],[-5,58],[-11,20],[-15,13],[-21,8],[-15,1],[0,0],[-21,3],[-10,-5],[0,0],[-16,-10],[-6,-4],[-6,2],[-24,-2],[-45,-18],[-67,-30],[-27,-11],[-68,-29],[-114,-52],[-48,-23],[-5,-3],[-2,-1],[-5,-3],[-158,-89],[-151,-121],[-85,-83],[-39,-43],[0,-1],[0,0],[-15,-25],[-8,-27],[-4,-37],[-3,-24],[-2,-19],[-13,10],[-14,8],[-22,8],[-18,2],[-7,-1],[-9,-1],[-10,-6],[-7,-6],[-12,-10],[-10,8],[-15,11],[-42,31],[11,31],[13,23],[91,153],[1,2],[10,18],[-35,47]],[[258063,525879],[-17,97],[-63,-16],[19,-96],[61,15]],[[258008,526065],[-47,37],[-1,-1],[-40,-63],[47,-37],[41,64]],[[257788,526072],[-45,29],[-2,-3],[-21,-32],[46,-33],[3,-2],[19,41]],[[257869,526124],[-22,17],[-10,-18],[7,-4],[15,-13],[10,18]],[[572880,676272],[714,-159],[517,-111],[196,-42],[177,-39],[92,-24],[36,-12],[37,-16],[48,-35],[10,-8],[29,-16],[29,-9],[207,-40],[358,-68],[373,-69],[187,-30],[181,-28],[154,-19],[150,-19],[126,-13],[9,-1],[22,-1],[145,-6],[322,1],[45,0],[289,15],[0,-36],[4,-26],[32,-199],[51,-315],[66,-413],[26,-158],[165,-763],[9,-32],[21,-32],[19,-16],[6,0],[15,-2],[122,15],[150,17],[52,5],[35,-4],[15,-8],[26,-27],[13,-16],[3,-7],[5,-18],[15,-42],[101,-405],[69,-274],[15,-67],[4,-8],[0,0],[-44,-13],[0,0],[-17,0],[-21,-6],[-74,-27],[-109,-40],[-134,-48],[-205,-74],[-141,-52],[-172,-61],[-89,-32],[-112,-40],[-154,-50],[-56,-19],[-56,-14],[56,-225],[306,-1220],[476,-1846],[-100,-45],[-120,-53],[-92,-41],[-37,104],[-38,107],[-19,-8],[-34,-15],[-20,-9],[-54,-24],[-46,-20],[56,-163],[17,-50],[-191,-101],[-104,-50],[-160,-71],[-120,-53],[-35,225],[-39,254],[-3,22],[-6,42],[-5,31],[-70,-11],[15,-104],[-30,-6],[-9,-6],[-5,-7],[-2,-6],[-1,-9],[2,-7],[6,-10],[3,-22],[-75,-9],[-21,-4],[66,-471],[2,-12],[-61,-25],[-69,-14],[-137,-11],[-115,13],[-58,20],[-227,111],[-16,2],[-38,31],[-5,19],[-10,17],[-25,34],[-22,38],[-10,22],[-3,19],[4,30],[49,74],[-45,34],[-62,-96],[-115,99],[-28,26],[0,0],[-29,23],[-16,13],[-98,97],[-115,107],[-4,7],[-24,12],[-112,86],[-77,60],[-17,9],[-6,6],[-22,18],[-127,91],[-22,9],[-159,61],[-76,29],[-18,8],[-64,25],[-115,46],[-27,11],[-32,8],[-47,26],[-37,33],[-93,98],[-54,31],[-45,32],[-95,66],[-26,12],[-74,36],[-35,19],[-31,17],[-24,14],[-111,52],[-9,5],[-70,43],[-66,33],[-58,26],[-64,18],[-15,2],[-46,8],[-60,5],[-116,2],[-109,7],[-103,7],[-35,4],[-26,4],[-31,14],[-36,29],[-23,18],[-25,16],[-56,40],[-17,12],[-52,35],[-22,13],[-23,14],[-29,18],[-22,8],[-69,41],[-18,9],[-94,50],[-55,29],[-138,94],[-11,9],[-10,8],[-85,64],[-66,50],[47,48],[175,180],[-62,73],[-36,43],[-4,-4],[-114,-115],[-136,-141],[-24,14],[-9,13],[-15,17],[-4,6],[-37,25],[-15,18],[-74,83],[-21,27],[-51,65],[-19,24],[-31,-12],[-1,1],[-11,31],[70,30],[170,169],[-59,67],[-99,-69],[-42,-28],[-46,-39],[-29,-24],[7,-22],[4,-22],[-32,-17],[-91,230],[-171,436],[-142,371],[-51,126],[-114,288],[-35,61],[-45,66],[-80,95],[-438,477],[-103,112],[-116,128],[-41,46],[-144,163],[-226,257],[-44,50],[-126,140],[-207,234],[-105,122],[-45,48],[-56,65],[-87,99],[-28,43],[-15,29],[-67,142],[-95,202],[-103,215],[4,36],[-37,76],[-57,112],[-51,82],[41,14],[15,-37],[24,3],[7,-22],[134,16],[16,-83],[17,-85],[15,-82],[83,6],[-27,142],[67,4],[139,7],[-3,31],[103,-17],[-2,90],[3,-1],[102,-21],[0,-29],[1,-45],[1,-85],[2,-32],[263,19],[38,13],[42,17],[-6,42],[41,9],[-1,21],[19,9],[-14,59],[5,2],[22,-5],[9,5],[39,23],[28,20],[38,34],[40,48],[5,6],[75,68],[34,31],[0,0],[56,-112],[77,56],[60,-103],[53,38],[15,-24],[52,29],[-65,145],[24,14],[-54,135],[22,10],[40,15],[30,5],[26,0],[25,-2],[51,-11],[318,-70],[15,-2],[66,-12],[75,-11],[61,-5],[73,1],[47,1],[55,3],[42,5],[56,12],[42,9],[19,4],[55,-114],[121,72],[-39,82],[29,15],[42,26],[25,-49],[36,-66],[142,88],[28,-45],[29,53],[58,106],[54,-13],[-26,57],[-33,73],[45,41],[54,64],[22,49],[3,43],[0,-1],[221,-47],[20,-4],[639,-138]],[[586309,678702],[37,-84],[1,0],[39,-90],[15,-48],[20,-65],[16,-69],[30,-166],[2,-4],[107,-497],[7,-44],[4,-41],[4,-42],[0,-39],[-2,-45],[-3,-39],[-10,-41],[-11,-38],[-15,-50],[-16,-47],[-10,29],[23,68],[9,42],[8,43],[4,48],[0,35],[-3,52],[-9,59],[-11,67],[-6,46],[-11,50],[-79,303],[-50,205],[-26,83],[-34,115],[-9,25],[-12,15],[-10,10],[-17,3],[-22,7],[-19,13],[-22,25],[-10,35],[-5,35],[8,45],[3,17],[107,7],[9,-3],[10,-5],[7,-6],[-10,-3],[-17,-8],[-21,-8]],[[585625,697621],[25,-70],[41,3],[74,-30],[20,5],[23,6],[22,-8],[16,-11],[19,-25],[118,-169],[-19,5],[-101,49],[-19,5],[-24,-6],[-21,-16],[-13,-18],[-22,-44],[6,-15],[-20,-10],[15,-41],[194,-537],[162,-428],[113,-321],[10,-30],[-161,-72],[-14,-7],[-93,-41],[-19,-9],[-9,-4],[-80,-36],[-80,-35],[-133,-60],[-51,-22],[-148,-66],[-63,-27],[-153,-68],[-76,-34],[-48,-21],[-182,-85],[34,-93],[5,-21],[0,-3],[1,-15],[-4,-11],[-4,-3],[-12,2],[-28,3],[-302,28],[-128,12],[-72,8],[-7,-134],[4,-34],[31,-80],[30,-110],[32,-81],[43,-123],[8,-23],[3,-9],[-180,21],[-212,26],[199,-642],[-49,79],[-41,45],[-66,50],[-73,36],[-45,14],[-355,37],[-527,50],[-178,23],[-187,28],[-61,7],[-29,-1],[-33,-11],[-65,-42],[-45,-34],[-24,-7],[-27,-1],[-87,16],[26,196],[15,25],[20,37],[7,15],[21,45],[9,26],[13,39],[1,13],[12,114],[2,22],[8,102],[9,106],[7,79],[7,34],[18,3],[70,8],[30,5],[25,43],[11,19],[8,20],[10,81],[6,46],[6,35],[9,58],[11,62],[19,107],[17,111],[14,81],[33,197],[16,94],[16,101],[16,95],[36,222],[10,58],[18,107],[5,24],[24,39],[30,30],[30,12],[126,-3],[155,-6],[617,-19],[53,1],[29,10],[37,28],[0,0],[24,29],[18,35],[13,39],[4,16],[7,28],[20,124],[163,-4],[4,0],[6,-20],[91,-2],[3,0],[8,-1],[8,0],[-2,21],[12,342],[31,0],[548,-14],[3,2],[29,15],[36,69],[32,28],[35,15],[34,2],[19,-2],[17,-18],[6,-8],[6,-10],[6,-9],[14,-11],[17,-53],[16,16],[-2,55],[4,7],[10,0],[26,-4],[20,2],[22,8],[20,-3],[17,-13],[5,-17],[-2,-20],[-8,-17],[-7,-11],[-10,-3],[-43,1],[-7,-8],[-8,-14],[-3,-22],[0,-19],[5,-4],[18,0],[4,13],[5,23],[11,9],[29,0],[41,-5],[5,-2],[24,-70],[46,-137],[34,12],[-54,171],[-12,15],[-9,9],[-36,38],[-5,30],[18,40],[17,33],[9,1],[10,1],[15,0],[0,32],[4,33],[11,25],[11,-5],[17,-49]],[[579050,697021],[16,-2],[46,0],[1228,-49],[20,-3],[1009,-40],[213,7],[8,-3],[7,-3],[38,-14],[16,-7],[9,-3],[73,0],[58,0],[105,-2],[110,-6],[112,-12],[298,-46],[92,-9],[83,-4],[16,0],[60,0],[33,2],[-3,-23],[-136,1],[0,0],[-15,-10],[-26,-24],[-1,-7],[1,-10],[0,-7],[0,-15],[-5,-7],[-211,9],[0,0],[-44,2],[-1,0],[0,-15],[-8,-25],[-15,-24],[0,0],[54,-7],[-1,-16],[-15,-31],[0,0],[107,-2],[0,0],[56,0],[0,0],[34,-1],[0,0],[24,-1],[-16,-63],[-2,-47],[4,-20],[-12,-78],[-8,-76],[-3,-21],[-5,-54],[-18,1],[-27,1],[-1,0],[-59,1],[0,0],[-5,-40],[-13,-92],[0,-8],[-8,-1],[0,0],[-6,-4],[-43,2],[0,0],[2,-18],[1,-22],[-5,-58],[-7,-25],[-8,-24],[-5,-35],[-13,-78],[-5,-24],[1,0],[34,0],[0,0],[21,1],[12,-3],[10,-7],[5,-13],[0,-23],[-6,-23],[1,-10],[3,-7],[63,-13],[-5,-27],[-55,12],[0,0],[-6,-1],[0,0],[-6,-3],[-3,-3],[-6,-51],[-2,-9],[-4,-6],[-32,1],[-5,1],[0,0],[-3,-37],[-5,-57],[-4,-24],[0,0],[33,-2],[0,0],[33,3],[-15,-37],[-13,1],[-93,15],[-32,4],[0,0],[33,-26],[-6,-2],[19,-27],[9,-26],[4,-19],[0,0],[9,0],[9,-34],[15,-27],[32,-30],[39,-20],[53,-15],[-7,-34],[-32,-115],[-4,-17],[0,-6],[0,0],[-122,13],[-13,-68],[-5,-39],[4,-6],[36,-26],[74,-13],[0,0],[-17,-79],[-192,19],[-5,-66],[10,-4],[54,-20],[115,-18],[-15,-71],[-7,-28],[-3,-19],[-28,-132],[-7,-35],[-7,-25],[-11,3],[-57,18],[-29,25],[20,-4],[-75,28],[-4,-45],[-2,-26],[-5,-44],[-1,-35],[-161,17],[-126,6],[-71,14],[-180,20],[-10,2],[-50,5],[-66,5],[-64,3],[-128,14],[-13,1],[-41,29],[-13,-3],[-26,-23],[-46,7],[-10,-1],[-9,-13],[-5,-44],[3,-6],[-17,1],[-7,6],[-19,9],[-14,11],[-10,16],[-2,11],[0,16],[-19,21],[-14,3],[-21,6],[-18,7],[-2,0],[-16,12],[-16,24],[-9,20],[-29,3],[0,-13],[-4,-4],[-6,-1],[-4,1],[1,26],[7,26],[7,18],[12,22],[-6,34],[26,69],[60,118],[18,25],[9,15],[72,113],[10,24],[-1,0],[19,39],[-78,42],[-17,-12],[-11,0],[-2,0],[-14,3],[-363,136],[-98,37],[-185,78],[-246,104],[-426,181],[-25,13],[-34,20],[-129,100],[-84,65],[-29,20],[-34,19],[-83,33],[-35,10],[-57,15],[-60,5],[-74,7],[-110,3],[-42,-4],[-55,-20],[-76,-36],[-63,-34],[-47,-15],[-80,-6],[-40,3],[-44,13],[-50,17],[-398,176],[-226,103],[-277,124],[-390,173],[-221,91],[-103,45],[-37,18],[-32,17],[-11,14],[-12,25],[1,158],[12,713],[17,895],[8,358],[5,320],[-5,83],[-22,2],[-20,2],[-8,7],[0,40],[17,0],[10,10],[-2,127],[0,191],[5,261],[22,1309],[6,460],[2,98],[26,3],[17,0],[325,67],[143,30],[111,23],[50,10],[-5,30],[-35,194],[-45,251],[649,131],[337,69],[633,130],[242,51],[14,0],[-6,-200],[-3,-294],[-2,-124],[-1,-113],[-1,-116],[-2,-120],[-3,-123],[0,-130],[-3,-121],[-2,-128],[-3,-247],[-3,-253],[-1,-247],[-6,-253],[-9,-480],[-1,-71],[0,-196],[3,-81],[3,-25],[0,-18],[-14,-12],[-2,0],[1,-24],[-5,-245],[-6,-253],[2,-128],[0,-43],[-5,-510],[-8,-588],[-4,-227],[-2,-118],[-5,-226]],[[561604,702075],[23,-17],[41,6],[71,3],[34,1],[96,-5],[50,-5],[38,-6],[85,-15],[65,-15],[173,-41],[102,-23],[88,-19],[36,-7],[35,-6],[25,-5],[33,-11],[26,-8],[57,-20],[195,-59],[124,-39],[56,-18],[15,-5],[-11,-32],[-35,-109],[-41,-84],[-1,-12],[1,-17],[6,-26],[-1,-32],[-18,-44],[-20,-45],[6,-4],[-10,-27],[-10,-25],[-9,-32],[-4,-42],[-3,-64],[0,-124],[7,-3],[27,-7],[3,-5],[6,-30],[9,-57],[16,-115],[7,-72],[1,-15],[6,-6],[92,-5],[130,-10],[19,-1],[31,-2],[157,-11],[17,-2],[24,-1],[87,-6],[397,-48],[181,-28],[36,17],[42,20],[24,11],[-1,36],[4,7],[93,1],[39,-1],[3,-25],[1,-13],[2,-14],[5,-43],[8,-70],[12,-94],[28,-236],[17,-141],[16,-137],[12,-103],[-5,-4],[-1,-29],[2,-17],[7,-61],[11,-98],[9,-61],[13,-60],[17,-63],[25,-72],[33,-81],[46,-102],[74,-152],[11,-23],[36,-75],[29,-61],[69,-136],[33,-56],[53,-85],[34,-50],[52,-73],[38,-58],[25,-43],[25,-48],[22,-50],[19,-46],[15,-42],[57,-187],[61,-197],[14,-44],[11,-11],[1,0],[28,1],[110,43],[481,184],[421,160],[205,78],[51,18],[383,147],[213,81],[92,36],[24,8],[19,2],[14,-5],[2,7],[-65,175],[48,20],[187,80],[129,55],[425,184],[530,226],[312,135],[206,88],[183,79],[103,51],[10,-14],[31,-33],[1,-3],[9,-11],[4,-16],[9,-33],[10,-23],[26,-27],[10,-14],[4,-15],[2,-22],[12,-33],[76,-191],[9,-25],[4,-73],[5,-13],[20,-32],[5,-10],[5,-12],[53,-126],[-1,-11],[-5,-12],[15,-45],[10,0],[7,-6],[8,-15],[49,-126],[31,-79],[43,-115],[5,-14],[3,-12],[-5,-4],[-2,-3],[-1,-5],[1,-9],[1,-13],[1,-27],[2,-5],[7,-3],[11,-1],[4,-3],[3,-14],[17,-57],[7,-23],[12,-24],[12,-18],[26,-27],[30,-36],[24,-31],[18,-30],[17,-31],[30,-44],[24,-41],[12,-28],[10,-33],[7,-30],[0,-41],[-8,-76],[-11,-67],[-7,-43],[-4,-68],[-7,-27],[-15,-45],[-19,-43],[-20,-38],[-10,-58],[-5,-18],[-20,-41],[-20,-46],[-15,-49],[-10,-46],[-6,-55],[-5,-46],[-2,-65],[-1,-54],[-5,-32],[-6,-30],[-8,-22],[-5,-21],[-4,-56],[-4,-20],[-8,-29],[-5,-18],[1,-38],[3,-18],[6,-22],[8,-32],[0,-46],[-3,-28],[-4,-24],[-8,-30],[-16,-43],[-11,-35],[-8,-31],[-6,-39],[-3,-28],[0,-82],[5,-42],[1,-48],[-5,-34],[-7,-23],[-4,-13],[-7,-14],[-16,-30],[-27,-34],[-29,-28],[-21,-20],[-4,-9],[-33,-38],[-40,-51],[-31,-46],[-16,-32],[-16,-21],[-14,-12],[-66,-41],[-93,-63],[-44,-38],[-16,-17],[-14,-23],[-11,-27],[-3,-11],[-316,-122],[-522,-199],[-20,-8],[1,-6],[0,-33],[-4,-12],[-5,-19],[-20,-26],[-17,-17],[-50,-21],[-791,-303],[-25,-15],[-18,-19],[-4,-13],[-4,-10],[-6,-33],[-4,-139],[-7,-631],[-4,-40],[-8,-33],[-19,-25],[-34,-22],[-48,-17],[-26,-7],[-50,-13],[-29,-6],[-94,-17],[-171,-19],[-138,-15],[-1803,-179],[-405,-39],[-532,-54],[-12,-1],[-10,-1],[-626,-62],[-610,-59],[13,-189],[7,-100],[2,-29],[11,-156],[7,-86],[7,-88],[11,-138],[12,-147],[11,-139],[10,-127],[12,-146],[12,-150],[7,-83],[7,-89],[12,-151],[12,-150],[8,-99],[14,-169],[30,-358],[12,-151],[11,-138],[8,-96],[7,-87],[11,-133],[18,-218],[9,-104],[15,-187],[4,-58],[-2,-28],[-1,-18],[-28,-120],[-22,-89],[-4,-36],[-2,-14],[-1,-13],[-23,-199],[-8,-60],[-3,-73],[13,-151],[9,-147],[14,-220],[11,-16],[-59,-11],[15,23],[-10,201],[-1,23],[-214,-20],[5,-48],[-25,-11],[-45,-5],[-34,12],[-53,30],[-36,0],[47,-327],[-58,-37],[-102,-66],[-9,-4],[-16,118],[-66,-13],[-94,-16],[23,-147],[-87,-28],[-17,-6],[-6,48],[-8,86],[-3,43],[-6,50],[-97,-17],[-95,-15],[8,-41],[-122,-21],[0,-19],[-45,-10],[-52,-11],[-17,-5],[-64,-17],[-36,-11],[14,-56],[-40,-15],[-77,-33],[-48,-20],[-21,-9],[-20,-8],[-16,-6],[-2,-17],[1,-10],[52,-103],[7,-18],[-1,-25],[-48,-14],[-24,-6],[-68,-20],[-30,-9],[-48,-18],[-56,-23],[-12,-6],[-9,77],[-15,29],[-9,46],[-7,33],[-172,-72],[10,-27],[-81,-39],[-1,5],[-16,-8],[-45,-12],[-102,-24],[-23,-6],[-16,-4],[0,-6],[12,-72],[18,-78],[-88,-22],[17,-86],[-27,-7],[-37,-10],[-21,-3],[-22,-3],[-75,-1],[-83,1],[-82,2],[-35,-2],[-32,-11],[-30,-16],[-10,-9],[-25,139],[-3,17],[-30,164],[-259,212],[-26,-48],[-15,-33],[-8,-23],[-5,-21],[-15,-77],[-3,-19],[-4,-7],[-14,-28],[-45,-99],[-73,-199],[-64,-191],[-7,-25],[-5,-14],[-24,-48],[-25,-34],[-25,-26],[-9,-10],[-37,-30],[-101,-88],[-18,-16],[-9,-7],[-31,-32],[-36,-49],[-115,-158],[-129,-169],[-18,-23],[-30,241],[-15,114],[-15,109],[-20,-10],[-214,-106],[-83,-36],[-18,-7],[-14,-4],[-44,-16],[-152,-72],[-76,-34],[-38,-17],[55,-164],[9,-29],[-30,-12],[-125,-52],[-144,-66],[-3,3],[-71,161],[-4,9],[-89,-70],[-155,-123],[-18,-14],[-8,-6],[-111,-14],[-4,-34],[-176,-58],[-22,-12],[-5,-6],[-39,72],[-2,-3],[-16,3],[-17,18],[-18,19],[-20,7],[-23,0],[-15,1],[-11,-1],[-4,-9],[3,-12],[-9,-10],[-33,-10],[-29,-3],[-31,3],[-22,13],[-26,22],[-9,17],[-11,10],[-24,23],[-31,47],[-15,17],[-15,36],[-26,95],[-6,14],[-54,36],[-17,8],[-18,0],[-31,-1],[-44,1],[-7,-1],[-8,-13],[-13,-20],[-10,-9],[-14,-9],[-8,-12],[-12,-11],[-11,-14],[-18,-32],[-10,-11],[-15,-8],[-10,-9],[-17,-30],[-10,-1],[-5,-2],[-12,-12],[-11,-20],[-6,8],[-86,-91],[-134,-150],[-52,-59],[0,-16],[-14,-13],[2,-17],[-60,-72],[-11,-1],[-20,0],[-16,-9],[-7,-8],[-62,73],[-34,35],[12,14],[215,238],[315,350],[65,78],[96,108],[110,133],[87,114],[84,128],[71,120],[53,97],[40,76],[71,167],[65,159],[49,151],[27,94],[23,90],[22,94],[17,87],[16,116],[30,245],[5,144],[0,128],[-87,1317],[-28,384],[-38,457],[-10,124],[-11,143],[-94,1340],[-23,329],[-2,38],[-45,688],[-35,407],[-21,243],[-7,179],[-11,-1],[-4,53],[-7,153],[-3,105],[-13,140],[-1,58],[-3,93],[100,85],[42,13],[25,6],[6,-20],[229,-444],[125,-256],[85,-167],[63,-125],[62,-122],[12,-35],[9,-35],[20,-98],[45,-248],[64,-337],[53,-282],[7,-91],[2,-23],[142,6],[262,15],[221,17],[265,16],[187,7],[135,10],[430,23],[0,-2],[126,2],[200,-4],[70,-2],[146,5],[466,17],[121,10],[12,-22],[49,4],[25,-1],[1,18],[5,27],[7,24],[31,83],[21,39],[21,48],[17,42],[13,42],[11,39],[16,75],[14,75],[12,83],[8,71],[6,66],[2,58],[0,49],[-6,48],[-7,45],[-2,14],[-25,111],[-25,108],[-13,47],[-23,92],[-16,81],[-17,94],[-35,188],[-10,33],[-12,24],[-22,28],[-33,34],[-42,35],[-6,5],[-31,30],[-24,26],[-14,26],[-10,31],[-7,29],[-5,51],[-2,81],[-1,92],[-1,53],[-1,37],[-8,45],[-12,34],[-9,45],[-27,96],[-21,70],[-17,47],[-23,54],[-9,18],[0,1],[40,9],[50,12],[91,22],[13,3],[75,15],[-21,150],[-1,17],[-146,-9],[-7,68],[-148,-28],[-65,-45],[-23,36],[-22,26],[-28,32],[-35,34],[-35,32],[-28,26],[-26,35],[-11,20],[-9,19],[-5,21],[-4,27],[0,24],[3,33],[8,41],[9,42],[7,45],[4,40],[2,40],[-1,23],[-1,12],[-5,35],[-12,29],[-16,38],[-6,16],[-26,51],[-35,62],[-28,63],[-22,58],[-15,48],[-11,48],[-8,43],[-5,42],[-2,44],[0,13],[2,59],[6,121],[-3,31],[-7,31],[-19,47],[-23,50],[-17,39],[-19,44],[-5,11],[-2,11],[1,12],[7,9],[12,9],[38,14],[82,33],[670,256],[283,108],[618,235],[5,1],[47,23],[-6,4],[-25,25],[-26,28],[-20,24],[0,0],[14,7],[150,48],[-41,104],[-9,24],[-41,111],[-154,-61],[-29,-11],[0,0],[-5,11],[-21,48],[-19,44],[-31,67],[-14,32],[-41,83],[-22,45],[-67,142],[-27,57],[-61,124],[-62,129],[-58,119],[70,33],[140,66],[14,7],[-11,30],[-23,50],[-28,63],[-6,17],[-22,45],[-227,-102],[-6,13],[-22,45],[-36,71],[-61,116],[0,0],[0,0],[24,11],[206,92],[-93,188],[-8,25],[-208,-85],[-34,-14],[-1,0],[-96,170],[-71,125],[172,70],[16,31],[-121,258],[-197,-108],[-196,388],[-90,183],[-27,60],[-16,54],[-10,41],[-2,16],[32,9],[68,14],[56,14],[44,14],[23,9],[106,44],[111,45],[146,56],[42,17],[26,10],[62,30],[71,35],[68,31],[-45,102],[-81,155],[-182,345],[-67,164],[8,5],[21,16],[64,58],[48,42],[34,37],[15,17],[19,15],[19,11],[33,7],[13,9],[13,13],[10,17],[8,17],[13,16],[20,12],[26,15],[40,26],[35,26],[32,26],[2,2],[29,28],[25,26],[67,-159],[5,-28],[138,-736]],[[587805,714057],[8,-2],[14,2],[7,340],[3,100],[0,0],[91,-6],[21,-2],[114,2],[103,10],[15,1],[15,1],[34,0],[95,-23],[34,-6],[58,-12],[42,-3],[37,0],[50,5],[143,6],[51,-2],[75,-3],[122,-7],[17,-1],[97,-3],[62,-3],[47,-12],[90,-24],[45,-7],[35,0],[14,-8],[10,-34],[11,-154],[-4,-184],[-27,-467],[-13,-251],[-5,-205],[-2,-66],[10,-237],[0,-178],[-1,-59],[-7,-74],[-7,-188],[2,-42],[3,-234],[5,-134],[20,-219],[12,-192],[5,-78],[5,-163],[9,-124],[11,-158],[9,-124],[5,-29],[21,-206],[22,-195],[17,-181],[0,-33],[0,-36],[5,-94],[5,-65],[4,-43],[24,-315],[6,-90],[-17,-65],[-18,-38],[-25,-39],[-17,-24],[-18,-22],[-35,-28],[-39,-29],[-38,-29],[-63,-47],[-35,-25],[-58,-48],[-25,-27],[-23,-32],[-23,-35],[-19,-40],[-10,-22],[-4,-49],[-5,-49],[5,-60],[7,-39],[18,-62],[6,-17],[8,-21],[5,1],[16,-37],[-1,-6],[74,-175],[60,-132],[107,-234],[51,-113],[29,-67],[55,-128],[36,-84],[38,-79],[23,-56],[34,-107],[7,-19],[22,-72],[11,-35],[17,-90],[10,-36],[25,-69],[18,-47],[12,-40],[3,-34],[-1,-28],[-6,-29],[-12,-53],[-3,-27],[0,-18],[8,-26],[39,-118],[151,-468],[89,-285],[11,-39],[5,-31],[2,-26],[0,-49],[1,-63],[2,-22],[9,-42],[70,-194],[47,-130],[-197,-52],[38,-134],[15,2],[68,16],[105,42],[14,10],[12,-33],[5,0],[11,-5],[11,-13],[96,-202],[69,-176],[97,-199],[68,-162],[45,-134],[71,-157],[82,-227],[14,-38],[109,-282],[104,-268],[8,-21],[42,-113],[57,-147],[147,-424],[25,-67],[23,-45],[33,-44],[18,-44],[26,-69],[52,-136],[14,-34],[47,-124],[56,-149],[234,-628],[8,-23],[50,-125],[67,-170],[141,-349],[100,-255],[65,-171],[96,-256],[105,-295],[96,-280],[79,-233],[9,-46],[17,-45],[29,-73],[54,-140],[7,-17],[6,-15],[80,-234],[1,-3],[17,-40],[42,-115],[17,-43],[211,-578],[23,-69],[13,-49],[22,-143],[12,-57],[18,-63],[28,-78],[30,-93],[18,-67],[9,-67],[9,-56],[20,-70],[1,-13],[16,-32],[164,-428],[107,-270],[10,-27],[-43,-19],[-14,-6],[-17,-7],[-12,-9],[-2,-1],[-21,-10],[-122,-55],[-35,-16],[-33,-16],[-32,-15],[-116,-54],[-29,-12],[-15,-7],[-83,-33],[-23,-10],[-226,-87],[-78,-30],[-188,-72],[-161,-61],[-29,-11],[-88,-34],[-85,-32],[-23,-9],[-152,-66],[-33,-14],[-93,-38],[-8,-4],[-10,-4],[-49,-20],[-18,-8],[-10,-6],[-106,-70],[-13,-9],[-120,-83],[-56,-37],[-106,-73],[-30,-21],[-3,-2],[-295,-186],[-31,-19],[-51,-33],[-94,-56],[-119,-71],[-45,-26],[-67,-36],[-8,-4],[-14,-7],[-15,-7],[-2,4],[-20,-12],[-107,273],[-18,-6],[-320,-144],[-46,-21],[-5,-5],[9,-27],[0,0],[25,-76],[-1,0],[-38,-16],[-206,-91],[-110,-48],[-159,-71],[-38,-19],[-30,78],[-21,-5],[-27,-18],[-225,-112],[-324,-162],[-344,-172],[-35,14],[-14,50],[-257,116],[-115,52],[-54,9],[-16,-3],[-7,-1],[-94,-40],[-181,-71],[-170,-66],[-224,-88],[-133,-53],[-39,-9],[-58,-4],[-42,-7],[-56,-21],[-33,-16],[-12,-8],[-11,-8],[15,-41],[-67,-33],[-38,-17],[-24,-12],[-5,-2],[3,-1],[-9,-18],[-37,-17],[-50,-32],[-34,-19],[-7,-4],[-147,-65],[-24,-10],[-69,-42],[-130,-78],[-13,-12],[-142,-126],[-59,-62],[-5,16],[-19,-18],[7,-15],[-17,-18],[-64,-74],[-49,-66],[-66,-88],[-15,-20],[-45,-56],[-63,-68],[-21,-23],[-78,-59],[-20,-11],[-144,-82],[-66,-37],[-33,-27],[-33,-33],[-36,-36],[-36,-29],[-46,-25],[-14,-20],[-6,-24],[4,-25],[3,-20],[20,-67],[-2,-8],[-16,-63],[-15,-30],[-2,-4],[-11,-9],[-8,10],[-15,-14],[7,-10],[-20,-17],[-29,-15],[-111,-58],[-4,9],[-25,-11],[-12,-5],[-112,320],[-113,321],[-15,54],[-7,54],[0,54],[2,5],[6,20],[5,20],[18,51],[33,52],[22,31],[30,25],[48,28],[121,53],[329,140],[51,25],[32,36],[32,45],[7,53],[-9,48],[-285,766],[-14,42],[-4,27],[0,4],[1,14],[1,5],[4,14],[0,6],[48,65],[25,18],[172,76],[304,133],[58,34],[52,33],[188,92],[99,29],[52,15],[62,29],[138,63],[82,41],[55,38],[36,41],[33,53],[16,43],[9,58],[0,41],[-7,37],[-10,41],[-109,322],[25,11],[181,74],[32,12],[15,-8],[60,18],[31,16],[0,3],[25,-28],[31,8],[68,-187],[12,-30],[13,-23],[11,-13],[24,0],[22,-3],[4,0],[12,-4],[45,-53],[14,-1],[21,2],[85,-14],[-1,-1],[19,6],[28,10],[25,-12],[10,-3],[21,3],[142,49],[105,-62],[35,31],[37,24],[29,13],[27,9],[17,2],[5,-19],[8,-22],[11,-26],[12,-27],[10,-29],[7,-34],[4,-24],[2,-24],[3,-20],[2,-24],[13,15],[118,57],[80,31],[26,2],[29,-7],[29,-17],[27,-10],[26,0],[28,17],[6,-18],[58,23],[7,-30],[19,0],[21,-63],[71,-231],[13,0],[32,16],[24,-78],[10,-32],[49,23],[35,15],[29,9],[30,-81],[7,-19],[92,40],[145,62],[93,40],[49,-140],[225,92],[18,7],[14,6],[85,35],[29,7],[117,31],[-11,33],[105,46],[10,4],[138,54],[81,31],[10,4],[18,7],[-4,14],[12,5],[88,0],[2,11],[56,25],[-78,214],[-9,27],[5,12],[39,25],[7,17],[19,35],[19,-9],[29,0],[26,6],[30,12],[24,9],[41,18],[18,12],[21,16],[21,19],[23,25],[8,13],[16,18],[32,48],[22,36],[12,22],[17,20],[17,18],[23,22],[38,24],[27,22],[22,21],[20,19],[32,24],[38,27],[54,34],[32,24],[18,18],[18,25],[18,33],[33,67],[29,59],[48,90],[92,33],[0,6],[11,8],[38,11],[48,14],[34,10],[302,130],[-5,1],[171,73],[104,45],[22,9],[179,76],[149,63],[18,8],[70,29],[28,12],[18,7],[7,7],[3,8],[-2,19],[-24,64],[-31,83],[1,12],[11,12],[35,7],[76,27],[11,13],[-23,55],[6,19],[52,22],[12,6],[8,13],[-6,24],[-49,127],[-77,203],[-10,22],[21,12],[-3,12],[-12,47],[1,14],[9,17],[26,22],[16,15],[4,19],[-8,18],[-38,31],[-17,28],[-19,64],[-4,26],[-5,27],[-10,25],[-1,27],[-10,45],[4,23],[16,13],[26,3],[26,0],[15,-2],[3,2],[7,3],[17,19],[9,11],[1,1],[-2,25],[-6,21],[-10,19],[-11,8],[-9,0],[-13,5],[-20,24],[-16,38],[-7,14],[-15,17],[-5,17],[-15,16],[-11,13],[-3,7],[-28,20],[-2,2],[-6,19],[-8,40],[0,22],[7,13],[5,17],[-7,24],[-5,9],[-13,22],[-8,9],[-9,0],[-9,-2],[-35,-21],[-13,-7],[-10,-2],[-14,4],[-145,138],[-13,12],[-12,12],[-53,123],[33,69],[9,23],[-23,57],[-16,38],[-52,141],[-60,136],[-32,77],[-4,9],[-43,95],[-57,132],[-25,60],[-4,11],[-1,5],[21,7],[45,15],[68,23],[0,8],[-44,119],[-52,145],[-23,70],[-31,88],[-13,35],[-31,79],[-41,105],[-29,76],[2,5],[54,26],[0,17],[-13,32],[-111,292],[-33,91],[10,6],[-119,312],[15,8],[26,7],[5,1],[-5,13],[13,3],[12,3],[14,2],[-16,46],[-16,43],[-70,207],[-17,48],[-46,130],[-9,21],[-31,73],[-26,62],[-27,71],[-313,861],[-132,-48],[-74,-28],[-17,-4],[-24,-7],[-10,24],[-29,60],[-240,599],[1,2],[-11,29],[-45,115],[-251,659],[-141,338],[-86,219],[65,151],[-27,69],[-39,103],[-39,113],[-29,101],[-25,94],[-29,96],[-26,71],[-58,160],[-88,223],[-118,318],[-6,18],[-126,365],[-44,104],[-29,76],[-182,471],[-14,34],[-202,540],[-14,39],[-19,53],[2,49],[19,-2],[39,2],[34,6],[19,8],[17,6],[31,16],[33,22],[35,28],[185,149],[75,58],[0,37],[-11,154],[-20,202],[-40,423],[-40,398],[-8,88],[30,55],[0,0],[-12,76],[-16,103],[-12,113],[-8,159],[-5,25],[2,0],[-1,44],[-11,198],[0,73],[-70,-10],[-42,-2],[-65,-6],[-29,-3],[-90,-10],[-55,-9],[-32,-5],[-95,-9],[-85,1],[-21,170],[-11,160],[-10,155],[0,254],[2,82],[-26,7],[-76,20],[-22,5],[-30,6],[-116,23],[-28,1],[-79,4],[-110,5],[-10,0],[-74,-2],[-38,-2],[-93,-7],[-89,-6],[-45,-4],[-75,-5],[-146,-11],[-55,556],[58,6],[34,33],[1,29],[0,28],[2,950],[-5,658],[1,372],[1,368],[41,1],[397,3],[-12,-442],[129,-2],[145,-4]],[[587105,714501],[-1,-368],[-1,-372],[5,-658],[-2,-950],[0,-28],[-1,-29],[-34,-33],[-58,-6],[55,-556],[146,11],[75,5],[45,4],[89,6],[93,7],[38,2],[74,2],[10,0],[110,-5],[79,-4],[28,-1],[116,-23],[30,-6],[22,-5],[76,-20],[26,-7],[-2,-82],[0,-254],[10,-155],[11,-160],[21,-170],[85,-1],[95,9],[32,5],[55,9],[90,10],[29,3],[65,6],[42,2],[70,10],[0,-73],[11,-198],[1,-44],[-2,0],[5,-25],[8,-159],[12,-113],[16,-103],[12,-76],[0,0],[-30,-55],[8,-88],[40,-398],[40,-423],[20,-202],[11,-154],[0,-37],[-75,-58],[-185,-149],[-35,-28],[-33,-22],[-31,-16],[-17,-6],[-19,-8],[-34,-6],[-39,-2],[-19,2],[-2,-49],[19,-53],[14,-39],[202,-540],[14,-34],[182,-471],[29,-76],[44,-104],[126,-365],[6,-18],[118,-318],[88,-223],[58,-160],[26,-71],[29,-96],[25,-94],[29,-101],[39,-113],[39,-103],[27,-69],[-65,-151],[86,-219],[141,-338],[251,-659],[45,-115],[11,-29],[-1,-2],[240,-599],[29,-60],[10,-24],[24,7],[17,4],[74,28],[132,48],[313,-861],[27,-71],[26,-62],[31,-73],[9,-21],[46,-130],[17,-48],[70,-207],[16,-43],[16,-46],[-14,-2],[-12,-3],[-13,-3],[5,-13],[-5,-1],[-26,-7],[-15,-8],[119,-312],[-10,-6],[33,-91],[111,-292],[13,-32],[0,-17],[-54,-26],[-2,-5],[29,-76],[41,-105],[31,-79],[13,-35],[31,-88],[23,-70],[52,-145],[44,-119],[0,-8],[-68,-23],[-45,-15],[-21,-7],[1,-5],[4,-11],[25,-60],[57,-132],[43,-95],[4,-9],[32,-77],[60,-136],[52,-141],[16,-38],[23,-57],[-9,-23],[-33,-69],[53,-123],[12,-12],[13,-12],[145,-138],[14,-4],[10,2],[13,7],[35,21],[9,2],[9,0],[8,-9],[13,-22],[5,-9],[7,-24],[-5,-17],[-7,-13],[0,-22],[8,-40],[6,-19],[2,-2],[28,-20],[3,-7],[11,-13],[15,-16],[5,-17],[15,-17],[7,-14],[16,-38],[20,-24],[13,-5],[9,0],[11,-8],[10,-19],[6,-21],[2,-25],[-1,-1],[-9,-11],[-17,-19],[-7,-3],[-3,-2],[-15,2],[-26,0],[-26,-3],[-16,-13],[-4,-23],[10,-45],[1,-27],[10,-25],[5,-27],[4,-26],[19,-64],[17,-28],[38,-31],[8,-18],[-4,-19],[-16,-15],[-26,-22],[-9,-17],[-1,-14],[12,-47],[3,-12],[-21,-12],[10,-22],[77,-203],[49,-127],[6,-24],[-8,-13],[-12,-6],[-52,-22],[-6,-19],[23,-55],[-11,-13],[-76,-27],[-35,-7],[-11,-12],[-1,-12],[31,-83],[24,-64],[2,-19],[-3,-8],[-7,-7],[-18,-7],[-28,-12],[-70,-29],[-18,-8],[-149,-63],[-179,-76],[-22,-9],[-104,-45],[-171,-73],[5,-1],[-302,-130],[-34,-10],[-48,-14],[-38,-11],[-11,-8],[0,-6],[-92,-33],[-48,-90],[-29,-59],[-33,-67],[-18,-33],[-18,-25],[-18,-18],[-32,-24],[-54,-34],[-38,-27],[-32,-24],[-20,-19],[-22,-21],[-27,-22],[-38,-24],[-23,-22],[-17,-18],[-17,-20],[-12,-22],[-22,-36],[-32,-48],[-16,-18],[-8,-13],[-23,-25],[-21,-19],[-21,-16],[-18,-12],[-41,-18],[-24,-9],[-30,-12],[-26,-6],[-29,0],[-19,9],[-19,-35],[-7,-17],[-39,-25],[-5,-12],[9,-27],[78,-214],[-56,-25],[-2,-11],[-88,0],[-12,-5],[4,-14],[-18,-7],[-10,-4],[-81,-31],[-138,-54],[-10,-4],[-105,-46],[11,-33],[-117,-31],[-29,-7],[-85,-35],[-14,-6],[-18,-7],[-225,-92],[-49,140],[-93,-40],[-145,-62],[-92,-40],[-7,19],[-30,81],[-29,-9],[-35,-15],[-49,-23],[-10,32],[-24,78],[-32,-16],[-13,0],[-71,231],[-21,63],[-19,0],[-7,30],[-58,-23],[-6,18],[-28,-17],[-26,0],[-27,10],[-29,17],[-29,7],[-26,-2],[-80,-31],[-118,-57],[-13,-15],[-2,24],[-3,20],[-2,24],[-4,24],[-7,34],[-10,29],[-12,27],[-11,26],[-8,22],[-5,19],[-17,-2],[-27,-9],[-29,-13],[-37,-24],[-35,-31],[-105,62],[-142,-49],[-21,-3],[-10,3],[-25,12],[-28,-10],[-19,-6],[1,1],[-85,14],[-21,-2],[-14,1],[-45,53],[-12,4],[-4,0],[-22,3],[-24,0],[-11,13],[-13,23],[-12,30],[-68,187],[-31,-8],[-25,28],[0,-3],[-31,-16],[-60,-18],[-15,8],[-32,-12],[-181,-74],[-25,-11],[109,-322],[10,-41],[7,-37],[0,-41],[-9,-58],[-16,-43],[-33,-53],[-36,-41],[-55,-38],[-82,-41],[-138,-63],[-62,-29],[-52,-15],[-99,-29],[-188,-92],[-52,-33],[-58,-34],[-304,-133],[-172,-76],[-25,-18],[-48,-65],[0,-6],[-4,-14],[-1,-5],[-1,-14],[0,-4],[4,-27],[14,-42],[285,-766],[9,-48],[-7,-53],[-32,-45],[-32,-36],[-51,-25],[-329,-140],[-121,-53],[-48,-28],[-30,-25],[-22,-31],[-33,-52],[-18,-51],[-5,-20],[-6,-20],[-2,-5],[0,-54],[7,-54],[15,-54],[113,-321],[112,-320],[210,-604],[95,-263],[17,-29],[20,-51],[-7,-14],[9,-32],[64,-203],[5,-28],[14,-73],[2,-9],[-25,-11],[0,-1],[-61,-26],[0,0],[-40,-21],[-56,-29],[-83,-36],[-17,-6],[-23,9],[8,-27],[2,-23],[-17,-15],[-14,-17],[-9,-9],[-12,1],[-16,13],[-7,-33],[-11,-13],[-44,-16],[-17,-3],[-34,-7],[-21,-6],[-11,-13],[-2,-1],[-56,-23],[-66,-27],[-50,-21],[114,-350],[0,0],[5,-17],[4,-32],[2,-26],[-4,-63],[-23,-2],[-10,69],[-4,6],[-8,-1],[-6,6],[-8,19],[-6,6],[-2,1],[-4,2],[-20,-3],[-23,-7],[-5,22],[-39,-12],[-53,-16],[2,-13],[-50,-2],[-15,45],[-46,-19],[-22,-11],[24,-77],[24,-42],[-84,-9],[-67,185],[-60,-13],[-25,1],[-2,-10],[-28,-15],[-71,-16],[-30,90],[-92,-33],[-30,-10],[-3,-14],[8,-67],[8,-156],[-25,1],[-103,4],[-19,2],[-41,6],[-19,2],[-11,4],[-74,23],[-33,13],[-15,5],[-7,4],[-28,15],[-1,1],[-16,12],[-11,-19],[5,-11],[2,-15],[1,-14],[-4,-26],[-14,-25],[-5,-8],[-12,-20],[-3,-4],[-24,-27],[-27,-18],[-110,-18],[-58,-15],[-124,-30],[-154,-37],[-42,-11],[-63,144],[-16,42],[-94,391],[-5,18],[-9,-3],[-11,36],[-6,30],[-3,0],[-18,-5],[-121,-24],[-100,-28],[-213,-52],[-69,-20],[-120,-33],[-89,-23],[-120,-31],[-84,-24],[-99,-46],[-10,1],[-1,-18],[-61,-38],[-129,-88],[-69,-58],[-7,3],[-22,-1],[-27,9],[-41,39],[-37,44],[-28,31],[-49,63],[-42,61],[-6,13],[-23,44],[-44,85],[-33,69],[-3,9],[-28,76],[-10,27],[-50,153],[-39,123],[-29,97],[-6,21],[-106,-31],[-179,-51],[88,-359],[128,-512],[37,-142],[-2,-27],[-8,-11],[-13,3],[-9,22],[-6,28],[-214,-38],[1,49],[-2,19],[-6,13],[-13,12],[-15,5],[-12,-3],[-6,-11],[1,-87],[-1,-15],[-5,-15],[-1,-26],[-2,-3],[-18,-52],[-8,-9],[-110,-44],[-16,-6],[-130,-53],[-106,-41],[-10,-6],[-77,-34],[-242,-100],[-18,-8],[-69,-28],[-86,-42],[-23,-31],[0,0],[-45,-78],[-9,-9],[0,-9],[3,-9],[6,-6],[18,-72],[0,-9],[-6,-23],[-21,-71],[-2,-3],[-28,-62],[-45,-64],[-8,-10],[-11,-31],[-4,-32],[0,-31],[9,-69],[-34,-26],[-120,-58],[-10,-17],[0,-14],[-13,-4],[-1,-2],[0,-15],[16,-47],[54,-12],[25,16],[417,127],[59,22],[43,18],[162,61],[63,22],[48,17],[67,17],[133,29],[20,-1],[27,0],[32,6],[81,14],[19,7],[65,19],[50,5],[44,0],[52,-1],[18,-13],[20,-29],[20,-41],[32,-77],[78,46],[-4,28],[0,39],[12,33],[10,14],[14,19],[25,31],[26,19],[19,7],[24,9],[0,0],[81,30],[47,17],[17,-15],[8,-36],[41,18],[0,13],[298,106],[6,3],[34,25],[22,20],[107,111],[19,8],[35,4],[27,-13],[21,1],[10,0],[42,14],[29,20],[9,20],[30,-1],[36,21],[10,5],[62,49],[18,2],[4,20],[27,8],[30,8],[16,-5],[43,20],[59,28],[32,15],[10,-21],[18,-27],[12,-2],[-1,24],[-20,47],[-25,60],[-2,8],[17,9],[73,-175],[134,48],[-41,119],[93,33],[-6,27],[17,4],[7,-35],[40,-8],[188,36],[39,10],[33,-3],[25,2],[5,2],[28,17],[21,-25],[13,-14],[19,-67],[7,-51],[5,2],[30,12],[1,-2],[46,-177],[38,13],[19,5],[36,13],[-5,17],[11,3],[18,8],[-37,115],[0,0],[1,0],[45,9],[32,-79],[31,11],[28,16],[25,8],[5,12],[5,9],[7,5],[12,4],[36,13],[46,17],[3,7],[-2,10],[-14,50],[0,7],[4,4],[8,0],[9,-6],[8,-5],[26,-3],[27,-3],[17,-7],[12,0],[15,-1],[19,13],[3,45],[26,9],[0,-16],[12,-9],[10,9],[-2,18],[15,6],[9,0],[28,3],[59,-3],[12,0],[7,-9],[22,-2],[51,-4],[-21,74],[8,3],[-9,33],[12,4],[-60,185],[18,-1],[28,-6],[27,0],[37,2],[28,7],[22,7],[42,4],[93,16],[27,4],[20,4],[7,-21],[17,-60],[-2,-12],[7,-14],[5,-22],[12,-33],[37,-116],[11,-29],[21,-63],[8,1],[4,-5],[13,-51],[-1,-14],[17,-64],[9,-27],[0,-4],[13,-46],[26,-81],[11,-33],[42,-125],[7,-25],[37,-115],[15,-29],[69,41],[15,19],[97,134],[22,22],[28,17],[7,-2],[-13,24],[2,9],[0,16],[-8,20],[20,15],[45,40],[5,5],[45,27],[104,-13],[85,-2],[24,-20],[16,18],[7,16],[-4,30],[14,-3],[3,0],[7,-10],[11,2],[46,42],[3,13],[-6,7],[-9,-3],[-17,20],[-13,40],[24,11],[20,8],[25,8],[11,3],[8,-3],[4,-3],[13,-18],[8,-4],[12,2],[23,9],[11,-19],[13,-9],[10,-2],[55,14],[8,-1],[6,-5],[2,-1],[10,-28],[9,-22],[9,-7],[11,-2],[12,11],[7,10],[3,45],[-8,13],[2,42],[7,1],[7,3],[62,31],[9,0],[7,4],[8,9],[9,1],[55,-18],[11,-6],[-8,-16],[0,-6],[6,-6],[26,-11],[3,2],[3,12],[34,-48],[15,-18],[13,-13],[24,-13],[101,-44],[36,-18],[22,20],[15,1],[10,-12],[35,27],[23,5],[-14,38],[254,54],[-5,17],[-10,52],[35,29],[6,-1],[7,-3],[85,-12],[15,-11],[8,-14],[3,-23],[4,-13],[8,-11],[7,-6],[33,-12],[67,-64],[3,6],[21,0],[19,-3],[8,-5],[7,-3],[2,1],[12,1],[34,21],[46,9],[12,0],[42,5],[34,8],[14,6],[30,12],[46,25],[86,50],[46,32],[33,36],[37,53],[7,8],[32,36],[14,22],[19,43],[20,72],[2,5],[11,4],[1,0],[22,48],[-22,12],[-7,4],[13,29],[11,28],[7,15],[9,-8],[21,30],[111,-68],[26,-16],[8,5],[20,-14],[-5,-10],[25,-15],[14,-7],[68,-36],[102,-51],[104,-43],[132,-50],[31,-11],[5,10],[24,-7],[4,13],[15,-6],[-6,35],[-1,5],[-6,20],[-9,16],[-13,54],[-10,44],[-10,35],[-41,124],[-17,51],[-18,52],[-20,61],[-130,398],[-16,56],[-77,264],[-45,154],[8,5],[161,98],[37,22],[70,-215],[194,-564],[98,41],[32,16],[155,62],[-147,473],[46,17],[0,1],[69,27],[20,0],[12,-4],[6,-11],[2,-10],[41,-189],[21,5],[2,1],[38,21],[25,25],[18,27],[17,25],[4,2],[11,5],[76,20],[24,-81],[56,-200],[147,37],[138,32],[6,3],[1,-1],[12,-39],[47,-171],[21,-76],[11,-42],[3,-33],[1,-27],[17,-37],[7,-25],[142,52],[0,1],[1,0],[24,6],[0,1],[71,29],[10,-6],[9,-12],[167,-549],[3,-7],[4,-7],[5,-18],[5,-6],[33,10],[4,-3],[15,-55],[34,-136],[50,-204],[43,-174],[46,-184],[93,-370],[31,-124],[0,0],[6,-33],[31,1],[46,6],[53,15],[88,30],[152,51],[167,65],[35,13],[99,35],[77,27],[74,25],[51,18],[60,22],[63,22],[65,22],[134,47],[208,73],[117,41],[90,30],[208,70],[37,12],[387,132],[32,10],[-9,40],[-1,1],[1,0],[-37,172],[-149,669],[-75,287],[-57,241],[6,63],[12,5],[20,8],[76,26],[124,42],[120,41],[143,49],[45,21],[19,9],[25,12],[247,119],[17,8],[199,97],[134,63],[499,238],[58,28],[38,16],[11,4],[30,30],[10,11],[145,161],[99,89],[63,56],[2,2],[47,32],[14,5],[30,12],[72,27],[91,34],[21,-102],[31,-119],[29,-75],[2,-7],[29,-116],[17,-68],[25,-94],[27,-99],[11,-40],[86,32],[0,0],[309,96],[134,-466],[95,-327],[7,-30],[14,12],[41,28],[42,13],[44,15],[33,-3],[29,-8],[139,-62],[6,-6],[-10,-22],[-135,-102],[-29,-19],[-27,-6],[-171,7],[-22,4],[-26,-5],[3,-46],[7,-27],[135,-608],[18,-78],[91,-408],[5,-23],[7,-32],[20,-105],[36,-157],[58,-209],[89,-292],[47,-162],[11,-34],[25,-16],[18,-10],[20,-7],[22,-4],[54,11],[183,-611],[83,-280],[6,-20],[50,-170],[33,-108],[17,-25],[0,0],[39,-29],[26,48],[11,31],[666,1140],[60,100],[6,10],[9,15],[46,76],[10,-53],[49,-213],[33,-151],[12,-23],[7,-18],[16,-16],[2,-14],[7,-20],[13,-26],[1,-12],[0,-25],[-12,-47],[-1,-2],[-9,-26],[-7,-13],[-10,-2],[-10,4],[-15,9],[-5,-43],[-16,2],[-46,-55],[-26,-32],[-39,-121],[-34,-87],[-26,-59],[-8,-20],[-17,-77],[-53,-188],[-9,-34],[-32,-70],[-2,-5],[-16,-46],[-13,-69],[-24,-69],[-47,-111],[-45,-108],[-5,-10],[-45,-89],[-16,-43],[-84,-134],[-28,-46],[-57,-57],[-38,-26],[-15,-10],[-30,-22],[-31,-23],[-4,-3],[-50,-52],[-25,-23],[-3,-5],[-57,-111],[-16,-32],[-13,-19],[-6,-7],[-29,-33],[-41,-45],[-36,-40],[-54,-60],[-55,-61],[-69,-71],[-65,-68],[-83,-86],[-54,-57],[-73,-76],[-46,-47],[-14,-15],[-28,-36],[-34,-43],[-42,-54],[-16,-16],[-38,-41],[-71,-64],[-26,-18],[-103,-74],[-122,-89],[-96,-81],[-69,-55],[-35,-28],[-58,-46],[-55,-46],[-72,-61],[-32,-26],[-36,-29],[-248,-128],[-98,-50],[-47,-24],[-73,-31],[-105,-45],[-83,-36],[-38,-9],[-56,-10],[-19,-1],[-24,-4],[-14,-1],[-3,2],[-3,-12],[-7,-5],[-1,0],[-1,0],[-9,1],[-18,61],[-36,126],[-3,9],[17,21],[0,0],[0,0],[6,8],[20,25],[0,1],[32,44],[198,211],[2,3],[36,38],[24,25],[2,2],[-19,25],[1,0],[-28,33],[-3,18],[-17,-4],[0,8],[-25,0],[-110,-73],[-27,81],[-153,-79],[-24,-12],[-10,-7],[-40,-36],[-34,-35],[-9,-14],[-30,-16],[-51,-22],[-6,-5],[1,-8],[45,-137],[-4,-11],[-38,-36],[-32,-30],[-27,-26],[-20,50],[7,10],[1,12],[-47,140],[11,10],[26,23],[-10,32],[-144,-70],[-11,-6],[-35,-54],[-13,-19],[80,-160],[21,-43],[15,3],[11,2],[19,-39],[5,-17],[-8,-16],[-3,-4],[-14,-16],[-27,-30],[-5,0],[-36,83],[-70,-19],[72,-208],[-28,-84],[-29,-27],[-16,64],[-101,-57],[44,-129],[12,-18],[1,1],[36,-42],[54,63],[16,-22],[0,0],[19,-28],[-682,-791],[-17,-20],[-64,-74],[-554,-634],[-88,-112],[-105,-111],[-37,-46],[-46,-68],[-248,-370],[-189,-277],[-4,4],[-28,-23],[-188,-191],[-83,-72],[-19,-13],[-124,-83],[-197,-102],[-152,-54],[-75,-14],[-62,-11],[-63,-4],[-36,1],[-9,30],[-15,39],[-8,27],[-15,46],[-10,28],[-79,-40],[-95,-47],[-61,-30],[-34,134],[-14,55],[-109,-35],[14,-60],[15,-31],[20,-64],[9,-7],[10,-35],[3,-27],[-315,-152],[-234,-106],[-101,-44],[-89,-37],[-38,15],[-23,8],[-6,1],[-31,3],[-139,7],[-40,3],[-11,1],[-5,0],[-44,3],[-83,1],[-17,1],[-13,0],[-92,1],[-29,0],[-50,-3],[-55,-9],[-47,-12],[-33,-12],[-12,-5],[-39,-22],[-36,-27],[-21,-22],[-14,-32],[-11,-65],[-5,-27],[14,-20],[-1,-5],[-9,-30],[-22,-32],[-25,-46],[-19,-38],[-26,-11],[-19,-8],[-106,-43],[-76,-34],[-50,-27],[-37,-25],[-470,-343],[-148,-106],[-116,-89],[-39,-34],[-37,-36],[-37,-40],[-35,-41],[-36,-45],[-20,-16],[2,-7],[-6,-8],[-14,-18],[-12,-15],[-5,-8],[-12,-18],[-13,-18],[-38,-47],[-21,-23],[-29,-22],[-33,-19],[-9,-6],[-26,-13],[-15,-9],[-16,-8],[-44,-15],[-2,5],[-8,10],[-2,2],[-7,6],[-10,5],[-9,3],[-107,-7],[-3,-17],[-8,-45],[5,-35],[10,-35],[22,-25],[19,-13],[22,-7],[17,-3],[10,-10],[12,-15],[9,-25],[34,-115],[26,-83],[50,-205],[79,-303],[11,-50],[6,-46],[11,-67],[9,-59],[3,-52],[0,-35],[-4,-48],[-8,-43],[-9,-42],[-23,-68],[10,-29],[-9,-25],[-277,-819],[-167,-476],[-16,-33],[-21,-35],[-5,-8],[-13,-22],[-17,-18],[-32,-31],[-341,-325],[-40,-37],[-433,-405],[-187,-175],[-651,-609],[-34,-35],[-28,-33],[-22,-29],[-270,-409],[-8,-13],[-283,-428],[-11,-15],[-8,23],[-1,1],[-232,687],[-4,12],[-81,-29],[-17,-6],[-29,-11],[-63,-25],[-37,-15],[-9,-4],[-17,-9],[-15,-8],[-7,-3],[-86,-52],[-114,-70],[-74,-44],[-46,-32],[24,-78],[3,-65],[68,-206],[13,-37],[-23,-8],[-49,-17],[-113,-39],[-14,-5],[-11,-4],[-88,-31],[-8,-4],[37,-113],[-16,-6],[-5,14],[-9,3],[-69,-26],[-121,-44],[-28,-28],[-5,-32],[11,-31],[43,-138],[7,-21],[-2,-6],[-8,-3],[-233,-94],[-10,-8],[-3,-7],[2,-26],[-7,-1],[-39,-2],[-241,47],[-8,1],[-21,-2],[-16,-2],[-13,-4],[-20,-7],[-101,-39],[0,0],[-3,12],[0,0],[0,1],[1,18],[68,177],[2,14],[2,12],[-6,33],[-13,42],[-167,531],[-13,14],[-24,6],[-24,-8],[-89,-38],[-21,-5],[-61,-24],[-216,-86],[-99,-33],[-57,-20],[-8,4],[-41,-17],[-40,-17],[-96,-36],[-55,-22],[-21,-15],[-7,-13],[3,-6],[0,0],[11,-29],[26,-88],[80,-261],[46,-153],[-2,-7],[-61,-19],[-31,-4],[-18,-9],[-190,-56],[-129,-39],[-48,-14],[-38,-10],[-22,-18],[-12,-7],[-16,0],[-11,0],[-4,-3],[5,-17],[-48,-14],[-6,22],[-4,0],[-13,-16],[-10,-3],[-18,6],[-11,1],[-15,-5],[-62,-20],[-137,-46],[-19,-9],[-2,-1],[-7,-9],[-2,-20],[-4,-9],[-10,-11],[-10,-13],[-2,-1],[0,-4],[-3,-21],[1,-5],[3,-1],[7,-2],[1,-3],[-5,-28],[-5,-28],[-8,-25],[-13,-17],[-16,-28],[-5,-21],[-5,-9],[-14,-4],[-8,-6],[-10,-26],[-3,-6],[-10,-9],[-5,0],[-10,0],[-12,5],[-4,2],[-14,19],[-12,-10],[-15,-7],[-16,-4],[-18,9],[-5,5],[-14,14],[-7,8],[-18,4],[-15,-4],[-4,-9],[4,-12],[3,-15],[-4,-22],[-1,-6],[-7,-14],[5,-10],[15,-2],[30,-104],[1,-3],[14,7],[8,-1],[4,-1],[31,-28],[2,-1],[12,-19],[1,-28],[-2,-10],[-4,-19],[-8,-26],[-18,-11],[3,-21],[0,-4],[61,12],[18,4],[26,-153],[-73,-12],[-4,26],[-14,97],[-3,-1],[-6,-2],[-12,-34],[-1,-19],[5,-30],[5,-23],[-14,-3],[0,0],[0,0],[-15,-3],[-57,-15],[-86,-6],[-77,-8],[-87,-10],[-37,-10],[-36,-10],[-7,15],[-49,-17],[3,-15],[4,-17],[-37,6],[-1,0],[-22,3],[-4,-10],[-6,-15],[-60,-18],[-28,-7],[-2,11],[0,0],[-5,24],[24,7],[-50,299],[95,32],[88,29],[-14,52],[-2,14],[9,16],[1,10],[-15,64],[-25,102],[-22,89],[-3,14],[-13,53],[-38,157],[-35,14],[7,34],[5,38],[-3,28],[-12,36],[-34,4],[-1,29],[21,-2],[13,-4],[0,11],[-67,283],[-8,4],[-36,-11],[0,-1],[-114,-29],[-50,-13],[-96,-26],[0,0],[-40,-10],[-396,-91],[-4,8],[-15,67],[-69,274],[-101,405],[-15,42],[-5,18],[-3,7],[-13,16],[-26,27],[-15,8],[-35,4],[-52,-5],[-150,-17],[-122,-15],[-15,2],[-6,0],[-19,16],[-21,32],[-9,32],[-165,763],[-26,158],[-66,413],[-51,315],[-32,199],[-4,26],[0,36],[-289,-15],[-45,0],[-322,-1],[-145,6],[-22,1],[-9,1],[-126,13],[-150,19],[-154,19],[-181,28],[-187,30],[-373,69],[-358,68],[-207,40],[-29,9],[-29,16],[-10,8],[-48,35],[-37,16],[-36,12],[-92,24],[-177,39],[-196,42],[-517,111],[-714,159],[-639,138],[30,146],[18,86],[-253,51],[1,18],[8,83],[2,20],[5,99],[1,41],[2,66],[0,65],[0,36],[-3,55],[-1,27],[-10,81],[-3,24],[-10,64],[-5,37],[-5,55],[2,41],[6,53],[14,72],[8,33],[90,-1],[23,168],[-83,1],[10,80],[1,84],[-4,43],[-6,44],[-9,40],[-20,70],[-34,80],[-86,177],[0,1],[-23,50],[-49,118],[-19,59],[156,60],[-4,19],[14,5],[-4,14],[-175,-60],[-5,14],[-23,80],[-32,117],[-85,338],[-45,188],[-45,162],[-43,121],[-20,44],[-50,110],[-94,203],[-122,229],[-17,33],[102,71],[11,12],[3,20],[-3,28],[108,67],[-12,23],[-72,133],[-38,0],[-51,-26],[-40,70],[-18,0],[-3,-14],[-142,-60],[-10,22],[-39,104],[114,41],[-19,86],[-120,-43],[-108,214],[-26,46],[-1,3],[-27,36],[-26,24],[-30,20],[36,49],[40,28],[67,40],[-5,17],[-158,-56],[-67,-30],[-27,11],[-189,70],[-63,24],[-50,24],[-47,22],[-46,27],[-64,38],[-37,25],[-35,29],[-33,33],[-25,29],[-19,28],[-12,26],[-7,30],[-4,16],[-1,24],[-2,35],[-4,115],[-1,21],[-1,61],[-1,7],[-8,112],[-14,65],[-7,23],[97,-34],[136,66],[-28,55],[59,95],[109,50],[-32,74],[-91,-56],[-45,-22],[-17,-8],[-15,-7],[-10,-5],[-5,-3],[-10,-5],[-9,-4],[-8,-4],[-13,-6],[-33,-16],[-19,-10],[-71,-34],[-11,-5],[-21,-11],[-34,83],[-36,78],[-37,68],[-8,18],[-32,74],[-14,51],[-4,14],[-15,45],[-15,36],[-28,55],[-25,44],[28,-1],[13,-6],[19,-18],[44,25],[-18,50],[18,32],[61,59],[14,50],[-37,-21],[-52,-35],[-11,20],[-22,-16],[-12,-9],[-8,19],[-46,106],[-42,81],[-103,-68],[-73,109],[-21,25],[-33,43],[-15,16],[-34,39],[-52,53],[-15,11],[1,20],[82,99],[211,243],[50,54],[29,29],[97,99],[67,66],[54,47],[78,68],[18,13],[-14,20],[-94,109],[-85,-75],[-45,48],[-14,-2],[-108,-67],[-31,44],[-28,23],[-17,4],[-22,-12],[-61,-61],[-79,-87],[-17,-18],[-2,-15],[-17,-5],[-39,27],[0,-19],[-119,-130],[-27,-25],[-23,-16],[-21,-16],[-24,-20],[-82,-59],[-22,-15],[-92,-65],[-11,6],[-24,5],[-124,21],[-36,16],[-79,43],[-43,-83],[-10,7],[2,39],[1,50],[-6,25],[-7,38],[-3,35],[-2,21],[-1,64],[3,52],[5,58],[10,76],[15,75],[21,75],[1,3],[-9,9],[-36,50],[1,2],[-104,60],[0,6],[67,68],[-20,10],[10,79],[-24,1],[-32,1],[-6,3],[18,33],[14,24],[-93,11],[-120,14],[-116,19],[-122,25],[-193,52],[-31,10],[-10,15],[-3,30],[1,62],[-8,31],[-16,14],[-25,10],[-117,33],[-69,22],[-48,20],[-60,29],[-65,37],[-67,37],[-31,24],[-13,12],[-25,34],[-12,32],[-10,53],[-3,19],[-11,81],[-10,60],[-9,36],[-8,32],[-23,63],[-36,90],[-46,113],[-6,26],[-13,49],[-1,7],[-14,40],[-2,10],[-4,19],[-9,34],[-26,103],[74,48],[-41,69],[102,77],[-13,20],[-77,119],[-13,20],[-14,19],[46,46],[-7,6],[-67,71],[-76,-82],[-46,36],[44,51],[-3,22],[-4,18],[22,41],[51,62],[-42,47],[-82,-81],[-50,60],[-51,-31],[-42,100],[-217,-107],[-15,8],[-36,21],[-152,83],[28,43],[30,10],[30,47],[17,50],[0,15],[1,21],[-184,67],[-37,14],[3,12],[5,19],[13,36],[43,102],[46,126],[9,40],[-1,27],[-8,32],[-21,39],[-44,49],[-12,10],[-158,165],[-94,102],[-90,93],[82,165],[-42,46],[-27,28],[-17,18],[-128,-173],[4,-1],[21,-8],[22,-9],[-48,17],[-34,14],[-69,15],[-188,44],[-57,13],[-18,4],[61,201],[-80,37],[-61,-219],[-144,34],[-84,21],[-49,19],[-7,4],[0,0],[25,93],[22,53],[32,94],[27,2],[23,14],[37,68],[-48,22],[-47,16],[-50,7],[-41,-3],[-121,28],[-5,-29],[-6,-36],[-101,21],[-28,-143],[-22,8],[30,131],[-59,13],[7,62],[-18,2],[-21,-175],[-10,-7],[-27,9],[-44,7],[-44,0],[-109,-2],[-16,-3],[-81,0],[-10,0],[-153,2],[-19,0],[-66,2],[-85,2],[-19,1],[-11,268],[-173,14],[-21,0],[12,-178],[8,-116],[-125,-21],[-90,-13],[0,0],[-23,182],[-122,-11],[-6,38],[-94,-6],[6,-49],[-183,-14],[-18,1],[-9,147],[-13,151],[3,73],[8,60],[23,199],[1,13],[2,14],[4,36],[22,89],[28,120],[1,18],[2,28],[-4,58],[-15,187],[-9,104],[-18,218],[-11,133],[-7,87],[-8,96],[-11,138],[-12,151],[-30,358],[-14,169],[-8,99],[-12,150],[-12,151],[-7,89],[-7,83],[-12,150],[-12,146],[-10,127],[-11,139],[-12,147],[-11,138],[-7,88],[-7,86],[-11,156],[-2,29],[-7,100],[-13,189],[610,59],[626,62],[10,1],[12,1],[532,54],[405,39],[1803,179],[138,15],[171,19],[94,17],[29,6],[50,13],[26,7],[48,17],[34,22],[19,25],[8,33],[4,40],[7,631],[4,139],[6,33],[4,10],[4,13],[18,19],[25,15],[791,303],[50,21],[17,17],[20,26],[5,19],[4,12],[0,33],[-1,6],[20,8],[522,199],[316,122],[3,11],[11,27],[14,23],[16,17],[44,38],[93,63],[66,41],[14,12],[16,21],[16,32],[31,46],[40,51],[33,38],[4,9],[21,20],[29,28],[27,34],[16,30],[7,14],[4,13],[7,23],[5,34],[-1,48],[-5,42],[0,82],[3,28],[6,39],[8,31],[11,35],[16,43],[8,30],[4,24],[3,28],[0,46],[-8,32],[-6,22],[-3,18],[-1,38],[5,18],[8,29],[4,20],[4,56],[5,21],[8,22],[6,30],[5,32],[1,54],[2,65],[5,46],[6,55],[10,46],[15,49],[20,46],[20,41],[5,18],[10,58],[20,38],[19,43],[15,45],[7,27],[4,68],[7,43],[11,67],[8,76],[0,41],[-7,30],[-10,33],[-12,28],[-24,41],[-30,44],[-17,31],[-18,30],[-24,31],[-30,36],[-26,27],[-12,18],[-12,24],[-7,23],[-17,57],[-3,14],[-4,3],[-11,1],[-7,3],[-2,5],[-1,27],[-1,13],[-1,9],[1,5],[2,3],[5,4],[-3,12],[-5,14],[-43,115],[-31,79],[-49,126],[-8,15],[-7,6],[-10,0],[-15,45],[5,12],[1,11],[-53,126],[-5,12],[-5,10],[-20,32],[-5,13],[-4,73],[-9,25],[-76,191],[-12,33],[-2,22],[-4,15],[-10,14],[-26,27],[-10,23],[-9,33],[-4,16],[-9,11],[-1,3],[-31,33],[-10,14],[-103,-51],[-183,-79],[-206,-88],[-312,-135],[-530,-226],[-425,-184],[-129,-55],[-187,-80],[-48,-20],[65,-175],[-2,-7],[-14,5],[-19,-2],[-24,-8],[-92,-36],[-213,-81],[-383,-147],[-51,-18],[-205,-78],[-421,-160],[-481,-184],[-110,-43],[-28,-1],[-1,0],[-11,11],[-14,44],[-61,197],[-57,187],[-15,42],[-19,46],[-22,50],[-25,48],[-25,43],[-38,58],[-52,73],[-34,50],[-53,85],[-33,56],[-69,136],[-29,61],[-36,75],[-11,23],[-74,152],[-46,102],[-33,81],[-25,72],[-17,63],[-13,60],[-9,61],[-11,98],[-7,61],[-2,17],[1,29],[5,4],[-12,103],[-16,137],[-17,141],[-28,236],[-12,94],[-8,70],[-5,43],[-2,14],[-1,13],[-3,25],[-39,1],[-93,-1],[-4,-7],[1,-36],[-24,-11],[-42,-20],[-36,-17],[-181,28],[-397,48],[-87,6],[-24,1],[-17,2],[-157,11],[-31,2],[-19,1],[-130,10],[-92,5],[-6,6],[-1,15],[-7,72],[-16,115],[-9,57],[-6,30],[-3,5],[-27,7],[-7,3],[0,124],[3,64],[4,42],[9,32],[10,25],[10,27],[-6,4],[20,45],[18,44],[1,32],[-6,26],[-1,17],[1,12],[41,84],[35,109],[11,32],[-15,5],[-56,18],[-124,39],[-195,59],[-57,20],[-26,8],[-33,11],[-25,5],[-35,6],[-36,7],[-88,19],[-102,23],[-173,41],[-65,15],[-85,15],[-38,6],[-50,5],[-96,5],[-34,-1],[-71,-3],[-41,-6],[-23,17],[-138,736],[-5,28],[-67,159],[-49,103],[-85,178],[-19,42],[-28,62],[-43,94],[-60,130],[-46,100],[-40,88],[4,8],[13,12],[4,8],[-1,12],[-30,64],[-95,207],[-8,17],[-2,4],[-22,48],[-156,337],[-52,113],[-54,117],[3,2],[81,36],[24,13],[21,13],[17,15],[0,0],[2,2],[28,17],[318,179],[150,85],[61,36],[50,28],[69,33],[6,8],[11,12],[23,12],[156,71],[137,61],[49,22],[320,142],[61,30],[59,32],[57,31],[272,169],[1,1],[24,14],[101,59],[528,330],[215,131],[82,52],[23,13],[53,34],[252,155],[21,13],[29,18],[62,38],[75,46],[119,73],[42,27],[73,46],[96,59],[58,35],[53,31],[4,2],[2,1],[44,23],[38,20],[66,33],[31,15],[56,26],[75,33],[23,9],[81,30],[32,12],[26,9],[59,19],[23,6],[97,28],[47,8],[46,6],[47,8],[50,12],[28,5],[38,18],[20,3],[112,12],[116,14],[141,11],[31,-1],[17,2],[141,13],[6,-44],[4,-26],[-9,-9],[-11,-100],[13,-13],[-1,-22],[-12,-203],[-3,-30],[-6,-32],[-9,-33],[-12,-35],[-23,-52],[-15,-25],[-15,-23],[12,-13],[0,-8],[4,-11],[11,-12],[14,-11],[16,-9],[20,-9],[18,-5],[35,-3],[64,-3],[51,-2],[36,-3],[18,-5],[15,-7],[16,-12],[12,-16],[10,-17],[7,-22],[6,-31],[4,-18],[6,-7],[8,-4],[20,0],[46,5],[38,1],[26,-6],[18,-9],[17,-14],[15,-16],[9,-19],[9,-31],[3,-47],[5,-86],[2,-43],[2,-8],[8,-8],[19,-9],[40,-6],[64,0],[24,2],[51,9],[33,2],[6,0],[27,-5],[21,-6],[29,-16],[53,-36],[129,-85],[15,-10],[21,-14],[14,-4],[19,0],[13,4],[42,20],[170,79],[-15,-20],[9,-11],[147,68],[10,-14],[14,-41],[13,-32],[-1,-8],[-25,-13],[-177,-87],[-35,-19],[-44,-29],[-35,-24],[-38,-29],[-37,-30],[-56,-48],[-49,-47],[-38,-41],[-9,-16],[-45,-129],[-57,-165],[-71,-198],[-2,-5],[1,-19],[5,-21],[14,-38],[45,-52],[39,-45],[14,-16],[5,-15],[36,-89],[34,-91],[19,-39],[33,-51],[25,-31],[24,-21],[27,-21],[26,-16],[36,-14],[60,-19],[45,-17],[59,-26],[-9,-17],[8,-1],[24,-13],[290,-145],[48,-20],[51,-17],[67,-16],[75,-19],[143,-34],[134,-33],[41,-11],[24,-13],[22,-17],[23,-33],[11,-31],[34,-113],[14,-51],[22,-75],[40,-142],[10,-46],[11,-102],[-2,-129],[5,-81],[6,-45],[11,-48],[18,-60],[22,-61],[32,-83],[41,-87],[35,-60],[27,-32],[16,-18],[19,-20],[32,-27],[30,-14],[11,-3],[36,0],[32,8],[86,31],[46,18],[31,0],[21,-6],[27,-22],[70,-61],[22,-8],[30,-1],[284,109],[175,68],[191,71],[939,359],[187,71],[184,71],[182,69],[186,71],[172,64],[362,139],[586,222],[250,92],[329,112],[194,66],[163,54],[203,71],[193,72],[184,71],[194,76],[221,92],[81,34],[109,43],[125,46],[226,84],[729,272],[380,143],[601,223],[-5,-199],[-2,-189],[-4,-182],[-2,-172],[-20,-1284],[-6,-351],[-2,-187],[-7,-356],[-2,-180],[-4,-223],[-1,-56],[-8,-462],[0,-55],[20,2],[-2,-98],[-6,-460],[-22,-1309],[-5,-261],[0,-191],[2,-127],[-10,-10],[-17,0],[0,-40],[8,-7],[20,-2],[22,-2],[5,-83],[-5,-320],[-8,-358],[-17,-895],[-12,-713],[-1,-158],[12,-25],[11,-14],[32,-17],[37,-18],[103,-45],[221,-91],[390,-173],[277,-124],[226,-103],[398,-176],[50,-17],[44,-13],[40,-3],[80,6],[47,15],[63,34],[76,36],[55,20],[42,4],[110,-3],[74,-7],[60,-5],[57,-15],[35,-10],[83,-33],[34,-19],[29,-20],[84,-65],[129,-100],[34,-20],[25,-13],[426,-181],[246,-104],[185,-78],[98,-37],[363,-136],[14,-3],[2,0],[11,0],[17,12],[78,-42],[-19,-39],[1,0],[-10,-24],[-72,-113],[-9,-15],[-18,-25],[-60,-118],[-26,-69],[6,-34],[-12,-22],[-7,-18],[-7,-26],[-1,-26],[4,-1],[6,1],[4,4],[0,13],[29,-3],[9,-20],[16,-24],[16,-12],[2,0],[18,-7],[21,-6],[14,-3],[19,-21],[0,-16],[2,-11],[10,-16],[14,-11],[19,-9],[7,-6],[17,-1],[-3,6],[5,44],[9,13],[10,1],[46,-7],[26,23],[13,3],[41,-29],[13,-1],[128,-14],[64,-3],[66,-5],[50,-5],[10,-2],[180,-20],[71,-14],[126,-6],[161,-17],[1,35],[68,-9],[-10,-91],[73,-13],[14,3],[0,-1],[31,-7],[18,53],[4,-1],[9,-6],[240,-46],[87,-16],[27,1],[24,7],[45,34],[65,42],[33,11],[29,1],[61,-7],[187,-28],[178,-23],[527,-50],[355,-37],[45,-14],[73,-36],[66,-50],[41,-45],[49,-79],[-199,642],[212,-26],[180,-21],[-3,9],[-8,23],[-43,123],[-32,81],[-30,110],[-31,80],[-4,34],[7,134],[72,-8],[128,-12],[302,-28],[28,-3],[12,-2],[4,3],[4,11],[-1,15],[0,3],[-5,21],[-34,93],[182,85],[48,21],[76,34],[153,68],[63,27],[148,66],[51,22],[133,60],[80,35],[80,36],[9,4],[19,9],[93,41],[14,7],[161,72],[-10,30],[-113,321],[-162,428],[-194,537],[-15,41],[20,10],[-6,15],[22,44],[13,18],[21,16],[24,6],[19,-5],[101,-49],[19,-5],[-118,169],[-19,25],[-16,11],[-22,8],[-23,-6],[-20,-5],[-74,30],[-41,-3],[-25,70],[-17,49],[-11,5],[-11,-25],[-4,-33],[0,-32],[-15,0],[-10,-1],[-9,-1],[-17,-33],[-18,-40],[5,-30],[36,-38],[9,-9],[12,-15],[54,-171],[-34,-12],[-46,137],[-24,70],[-5,2],[-41,5],[-29,0],[-11,-9],[-5,-23],[-4,-13],[-18,0],[-5,4],[0,19],[3,22],[8,14],[7,8],[43,-1],[10,3],[7,11],[8,17],[2,20],[-5,17],[-17,13],[-20,3],[-22,-8],[-20,-2],[-26,4],[-10,0],[-4,-7],[2,-55],[-16,-16],[-17,53],[-14,11],[-6,9],[-6,10],[-6,8],[-17,18],[-19,2],[-34,-2],[-35,-15],[-32,-28],[-36,-69],[18,92],[3,35],[-4,21],[-13,13],[-12,10],[20,4],[9,11],[5,10],[0,24],[-6,40],[-13,31],[-24,23],[-10,4],[0,0],[11,83],[3,-1],[12,7],[11,11],[13,31],[17,52],[14,35],[16,47],[-1,10],[-3,9],[-3,12],[-16,9],[-20,3],[-19,-5],[2,43],[1,19],[6,9],[12,6],[14,0],[9,-5],[5,-12],[6,-8],[12,-4],[5,3],[4,17],[3,11],[2,7],[1,6],[18,37],[0,1],[11,6],[22,31],[16,24],[6,18],[10,12],[20,20],[16,19],[17,28],[14,27],[17,21],[15,26],[24,71],[5,28],[10,13],[13,14],[5,13],[24,13],[30,5],[31,3],[1,62],[-33,9],[-33,7],[-14,6],[-18,19],[-20,14],[-35,-29],[-7,7],[-5,1],[25,51],[-41,32],[-7,8],[-14,1],[-12,-4],[-8,-7],[-20,6],[-47,21],[2,2],[57,1],[0,18],[-13,6],[-29,9],[-13,10],[-10,15],[0,15],[14,7],[12,-3],[7,-10],[6,-20],[10,-8],[8,-2],[4,6],[-4,12],[-12,14],[-15,34],[-10,49],[-7,29],[5,13],[9,3],[29,0],[19,3],[7,8],[9,40],[3,33],[3,23],[0,16],[-3,24],[-15,18],[-19,5],[-27,2],[-5,-1],[7,18],[4,16],[-3,18],[-9,15],[-12,7],[-40,8],[-32,8],[-49,4],[-12,8],[-11,3],[-7,0],[-7,8],[6,19],[8,2],[0,0],[3,1],[72,19],[53,29],[23,16],[12,16],[20,52],[9,47],[3,39],[-7,19],[-18,9],[22,13],[18,16],[7,39],[2,52],[-3,9],[-8,7],[-13,3],[-15,-3],[-13,5],[-1,6],[-6,10],[8,6],[6,10],[8,8],[8,2],[5,5],[2,12],[-4,12],[-3,16],[-16,12],[-15,5],[-21,5],[-16,11],[3,20],[-15,9],[-1,0],[-16,32],[6,3],[5,7],[2,8],[0,6],[-4,15],[-4,16],[-4,49],[9,50],[9,42],[-1,9],[-6,10],[10,14],[7,17],[1,38],[-6,23],[4,12],[4,15],[-1,15],[1,9],[14,16],[2,10],[-1,13],[-9,9],[-14,11],[-22,20],[-12,13],[-5,0],[-4,-2],[-3,-13],[-4,-7],[-4,-7],[-5,0],[-6,4],[-47,75],[-7,16],[-7,8],[3,15],[0,16],[-7,17],[-16,24],[-18,7],[-2,36],[4,13],[37,37],[-59,43],[0,0],[0,0],[-1,2],[-2,18],[-5,32],[-4,33],[-9,42],[-6,9],[-14,25],[0,0],[1,24],[-13,67],[-11,83],[-3,34],[-7,50],[-2,26],[-6,19],[-3,42],[0,0],[92,9],[9,-9],[1,-13],[30,-29],[34,2],[15,1],[16,20],[11,13],[-3,54],[-9,9],[-21,21],[-12,0],[-33,-2],[-15,94],[2,1],[-4,28],[-32,0],[-3,27],[16,4],[-5,36],[-62,-12],[0,0],[-6,16],[0,1],[-9,15],[-6,27],[-1,8],[-2,7],[-6,26],[19,11],[-3,13],[-31,-2],[-41,61],[-14,40],[-7,58],[-1,41],[-11,68],[-2,13],[-3,12],[-12,54],[-11,84],[-4,90],[0,19],[0,32],[1,13],[-2,34],[-35,-4],[-9,18],[2,4],[38,7],[0,6],[0,14],[-6,18],[-9,14],[-8,26],[-2,66],[5,21],[14,19],[17,14],[-2,4],[34,38],[4,1],[4,4],[1,6],[-5,8],[-46,8],[-16,13],[-11,24],[-5,17],[3,11],[4,11],[1,19],[-10,70],[5,19],[20,24],[31,27],[-12,106],[-46,-2],[-37,11],[-105,40],[-68,19],[-65,27],[-34,-5],[-7,9],[-3,13],[10,19],[22,27],[42,39],[-26,-9],[-25,-12],[-18,-18],[-20,-31],[-46,-9],[-69,-8],[-11,8],[-44,53],[-11,195],[-9,93],[-23,186],[-5,76],[-11,82],[-9,78],[-15,117],[-10,91],[-1,11],[0,8],[-1,10],[-3,44],[-3,86],[-5,194],[1,160],[0,102],[-1,49],[1,5],[0,0],[3,13],[7,7],[10,0],[56,56],[106,30],[81,22],[147,40],[8,3],[7,4],[0,5],[-27,124],[-13,58],[-24,130],[-15,31],[-31,42],[-6,-1],[-20,27],[-6,7],[2,103],[1,80],[-1,46],[0,31],[3,84],[2,14],[9,21],[1,39],[3,62],[1,22],[4,74],[7,34],[4,30],[0,36],[-10,15],[0,11],[5,13],[0,110],[3,45],[-3,9],[0,32],[0,0],[-1,41],[-5,80],[-5,125],[-1,26],[0,15],[-6,49],[-3,25],[-6,51],[0,0],[-3,38],[-3,27],[-8,55],[-17,85],[-11,45],[-4,9],[-2,10],[-1,3],[-1,3],[-1,15],[-1,5],[0,3],[0,1],[0,1],[-9,31],[-11,37],[-5,16],[-27,70],[-25,61],[-19,25],[0,0],[-365,-107],[-26,-8],[-16,69],[-3,12],[-11,-3],[-22,-5],[-13,-3],[-1,-1],[-64,-16],[5,-25],[3,-14],[-7,-1],[-61,-16],[0,-2],[-32,-3],[0,0],[-2,-1],[-34,-3],[27,-139],[0,-4],[-163,-49],[-30,-10],[-94,-30],[-34,8],[0,0],[-22,-2],[-20,-3],[-22,-8],[-33,-14],[-27,-10],[-19,-4],[-22,1],[-10,-2],[-17,-12],[-11,-6],[-10,-1],[-25,6],[-12,-1],[-17,-11],[-12,-9],[-15,-14],[-16,-12],[-8,1],[-3,10],[2,14],[14,10],[2,12],[-2,11],[-19,40],[-4,3],[-6,-6],[-18,-28],[-6,-2],[-6,2],[-4,16],[0,8],[9,10],[49,52],[2,14],[-2,17],[-10,19],[-6,5],[-3,32],[11,7],[12,7],[12,7],[1,14],[-5,31],[-7,21],[-15,26],[-6,27],[6,19],[14,11],[17,2],[66,0],[12,5],[22,15],[110,95],[19,12],[7,8],[11,21],[14,8],[14,11],[7,20],[2,14],[14,8],[13,9],[11,17],[-5,35],[-1,12],[1,8],[-8,15],[-12,5],[-43,4],[17,12],[18,15],[4,12],[-2,30],[-3,9],[-6,14],[-7,8],[-16,2],[-22,-3],[-24,-9],[-46,-18],[-40,-12],[-27,-5],[-14,-1],[-7,8],[1,8],[6,7],[13,1],[19,5],[32,8],[19,8],[6,15],[-1,17],[-7,14],[-21,15],[-17,5],[-39,-1],[-35,-9],[-36,-18],[-85,-32],[-22,-4],[-26,4],[42,13],[30,13],[24,12],[41,19],[42,18],[19,5],[7,1],[16,1],[83,24],[17,5],[40,14],[30,21],[17,29],[25,39],[23,38],[22,41],[21,24],[24,22],[59,70],[30,29],[29,17],[24,15],[22,18],[22,23],[20,25],[26,28],[19,17],[18,14],[31,20],[40,38],[15,18],[3,35],[-10,36],[-11,29],[-6,34],[0,1],[1,0],[-2,9],[-11,10],[-23,6],[-103,0],[-1,0],[0,0],[-84,29],[0,0],[1,1],[-252,52],[-1,0],[13,45],[10,21],[9,12],[13,4],[22,5],[28,12],[21,11],[27,6],[16,7],[13,4],[13,12],[7,15],[0,28],[-9,28],[-140,-44],[-30,97],[-26,86],[-4,11],[-64,208],[-7,-2],[-33,-13],[-49,-21],[-33,-12],[-9,37],[-1,35],[-5,24],[1,18],[-9,44],[11,0],[33,13],[46,20],[32,13],[24,14],[18,16],[-28,68],[-24,60],[-17,-8],[-46,165],[9,6],[69,31],[46,20],[-42,120],[-11,-6],[-17,62],[-27,11],[-27,72],[-38,116],[-26,-13],[-19,-8],[-27,-17],[-1,2],[-53,170],[-168,-57],[0,0],[-9,42],[-14,56],[-9,57],[-5,18],[-9,60],[-4,61],[-1,72],[-3,69],[-5,79],[0,13],[1,38],[3,54],[8,41],[10,33],[9,57],[7,60],[8,59],[5,45],[17,148],[12,60],[28,123],[5,34],[1,9],[1,40],[0,39],[7,24],[-26,86],[-6,10],[-13,29],[-7,25],[-20,55],[-10,31],[-10,15],[-4,7],[-10,40],[-1,1],[-6,9],[-14,44],[-13,15],[-15,5],[-25,-2],[-32,-12],[13,73],[1,4],[2,12],[1,5],[0,2],[15,-2],[15,2],[85,44],[48,29],[21,11],[23,16],[28,23],[-33,52],[16,10],[8,3],[-21,42],[-18,1],[-74,1],[6,30],[2,22],[-61,12],[45,232],[106,51],[82,42],[-30,72],[24,13],[14,7],[-34,76],[299,151],[-40,92],[-107,-59],[-29,68],[-22,51],[-164,-84],[0,3],[8,38],[31,137],[0,0],[240,116],[-18,52],[-29,82],[172,98],[0,12],[-16,33],[-40,-20],[-108,-54],[-77,-39],[-38,-19],[-37,-19],[0,0],[30,143],[13,61],[121,65],[42,23],[-26,64],[19,11],[-46,96],[-19,-10],[-43,-24],[34,162],[28,130],[9,27],[11,21],[25,49],[-8,8],[-2,14],[1,17],[5,25],[0,0],[308,139],[-45,107],[-53,126],[-21,92],[-92,-46],[0,1],[53,224],[26,109],[62,253],[59,258],[7,31],[22,96],[15,63],[1,4],[328,1358],[100,7],[179,2],[63,1],[74,1],[19,0],[183,1],[163,1],[105,0],[4,0],[212,-23],[255,-36],[79,-11],[72,-10],[709,-93],[105,-14],[98,-14],[47,-6],[37,-5],[112,-15],[80,-11],[85,-12],[156,-21],[114,-15],[2,16],[22,-5],[-116,-726],[-72,-437],[-28,-170],[-37,-228],[-21,-121],[-8,-149],[-5,-125],[10,-22],[0,-61],[76,5],[248,4],[95,3]],[[578443,682676],[18,-58],[15,-36],[16,-43],[12,-54],[73,-466],[-6,-6],[-20,-5],[-39,-7],[-19,-10],[-14,-14],[-19,-24],[15,-13],[17,-20],[8,-22],[-19,1],[-12,1],[-16,-8],[-30,-20],[-11,-5],[-315,-145],[4,201],[4,16],[6,10],[9,8],[14,9],[8,9],[18,36],[2,13],[-15,28],[-126,-23],[-34,179],[-66,-15],[-15,118],[-62,-12],[-25,167],[-13,49],[-24,-3],[-28,-7],[-30,-7],[-10,95],[-5,67],[-99,-17],[14,-76],[11,-55],[-18,-3],[-114,-27],[-3,-4],[16,-81],[13,-17],[6,-18],[5,-31],[10,-47],[2,-17],[-7,-3],[-16,3],[-9,4],[-4,12],[3,28],[-5,30],[-3,9],[-25,20],[-17,7],[-20,5],[-23,4],[4,-91],[22,-134],[18,-108],[-41,-17],[-22,-11],[-52,-25],[40,-140],[-136,-46],[-14,33],[-20,72],[-11,54],[0,22],[-9,29],[-31,-5],[-52,11],[-17,6],[-9,-9],[-22,-7],[-6,-5],[-294,-109],[-9,33],[-7,9],[-11,5],[-22,0],[-36,-14],[-34,-8],[6,-46],[9,-45],[-28,-10],[32,-104],[5,-19],[12,-42],[24,-83],[3,-15],[14,-58],[9,-48],[7,-37],[8,-42],[4,-31],[2,-21],[13,-106],[5,-67],[17,-137],[9,-62],[9,-65],[37,-202],[7,-39],[-19,-11],[-30,-2],[-14,1],[-11,-1],[-17,-4],[-3,-5],[-2,-14],[-7,0],[-4,9],[-6,5],[-9,1],[-28,-3],[-41,-7],[9,-3],[7,-7],[8,-36],[-37,-13],[21,-125],[16,0],[99,29],[87,25],[35,-141],[8,-35],[27,-130],[12,-56],[18,-93],[7,-23],[4,-12],[16,-30],[15,-21],[24,-13],[14,-12],[21,-21],[23,-30],[19,-32],[21,-42],[7,-15],[34,-83],[4,-10],[10,-39],[14,-62],[18,-82],[224,45],[11,3],[18,0],[61,2],[51,5],[103,17],[38,9],[95,28],[33,9],[79,17],[-69,358],[67,21],[-67,308],[26,14],[83,43],[23,10],[40,19],[96,39],[168,61],[68,22],[48,14],[78,23],[143,42],[35,10],[63,22],[10,4],[48,19],[53,25],[65,32],[32,17],[32,17],[37,22],[70,40],[28,16],[127,73],[85,47],[55,31],[86,41],[29,12],[37,16],[85,31],[80,27],[76,23],[65,19],[56,16],[60,16],[21,4],[27,6],[150,30],[161,32],[233,42],[47,8],[57,11],[15,3],[147,26],[11,3],[146,29],[175,36],[61,13],[43,15],[41,11],[18,7],[-17,19],[-14,11],[-20,10],[-11,3],[-13,4],[-61,15],[-61,17],[-62,8],[-58,7],[-60,2],[-21,0],[-3,31],[0,7],[-9,95],[-2,24],[-4,8],[-6,11],[-13,16],[-25,10],[-20,2],[-194,-28],[-332,-46],[-42,-5],[-159,-23],[-46,-7],[-10,-2],[-13,-2],[-86,-13],[-38,-6],[-21,-4],[-41,-6],[-167,-30],[-139,-24],[-24,-4],[-8,19],[-6,16],[-52,136],[-25,70],[-3,11],[-5,17],[-9,47],[-3,38],[1,21],[0,13],[7,32],[11,38],[4,11],[-2,28],[-9,39],[-205,-37],[-292,-56],[22,-103],[-66,-2],[1,10],[-3,47],[-68,-1],[-46,0],[-38,-1],[-22,203],[-23,212],[-8,40],[-35,199],[-18,119],[-154,-39],[-10,-7],[-14,-14]],[[549584,810553],[8,-5],[19,0],[16,6],[11,-1],[7,-3],[8,-19],[24,-85],[59,-201],[14,-15],[10,-12],[204,-632],[53,-163],[15,-51],[7,-21],[2,1],[20,22],[8,3],[18,9],[9,3],[61,19],[29,12],[59,32],[3,0],[5,0],[35,20],[50,30],[38,25],[61,43],[58,42],[19,14],[36,23],[39,25],[46,30],[16,10],[11,7],[73,46],[23,16],[67,42],[68,43],[53,35],[36,21],[33,20],[25,13],[5,-8],[4,-8],[1,0],[3,-7],[5,-5],[2,0],[0,0],[4,-4],[5,-2],[5,1],[3,0],[6,-23],[3,-9],[1,-2],[6,-15],[23,-61],[38,-95],[25,-60],[23,-59],[28,-70],[28,-66],[37,-89],[17,-40],[11,-22],[9,-17],[6,-11],[3,-11],[3,-11],[4,-14],[11,-24],[20,-41],[46,-114],[26,-71],[25,-61],[4,-11],[7,-19],[8,-17],[3,-6],[30,-70],[40,-112],[21,-54],[6,-18],[4,-13],[10,-30],[6,-11],[1,-5],[61,-139],[2,-8],[16,-45],[11,-40],[11,-35],[17,-46],[37,-96],[31,-79],[18,-46],[20,-58],[10,-25],[11,-23],[13,-28],[12,-27],[11,-25],[28,-68],[59,-148],[39,-98],[18,-46],[19,-46],[22,-54],[23,-60],[20,-49],[6,-14],[1,-3],[2,-7],[4,-20],[7,-4],[9,-2],[10,0],[85,42],[1,0],[5,-23],[15,6],[7,4],[5,4],[3,2],[30,12],[10,3],[12,3],[11,4],[11,5],[10,5],[7,4],[3,1],[5,-5],[58,-139],[71,-167],[207,-497],[70,-166],[53,-131],[10,-19],[12,-23],[61,-149],[21,-55],[4,-10],[-19,-10],[-8,34],[-24,59],[-54,131],[-137,-68],[11,-29],[43,-101],[12,-33],[12,-29],[12,-32],[-39,-21],[-158,-81],[-92,-48],[-21,-11],[-121,-60],[-37,-21],[-90,-44],[-47,125],[-36,94],[-5,9],[-77,-39],[-43,-20],[23,-54],[32,-76],[37,-99],[-69,-36],[-36,-18],[-88,-47],[-16,-8],[-9,-6],[-57,-30],[-94,-47],[-24,-13],[-127,-64],[-57,-30],[-36,-18],[-71,-35],[-58,-31],[-90,-46],[-57,-31],[-108,-58],[-99,-52],[-107,-57],[-58,-26],[-97,-52],[-191,-86],[-46,-17],[-30,-15],[-147,-77],[-88,-46],[-20,-10],[-41,-18],[-63,-32],[-13,-9],[-162,-82],[-183,-96],[-106,-58],[-87,-46],[-115,-58],[-136,-70],[-80,-42],[-28,-10],[-83,-43],[-106,-55],[-23,-12],[-107,-55],[-7,-4],[-256,-131],[-267,-136],[-251,-129],[-11,-6],[-352,-181],[-175,-90],[2,-5],[-630,-318],[-20,-11],[-13,-9],[-15,-11],[-28,-21],[-137,-108],[-39,-28],[-121,-96],[-333,-260],[-36,-28],[-343,-266],[-153,-120],[-1,-1],[-4,-3],[-260,-206],[-264,-207],[-403,-320],[-470,-368],[-33,-24],[-99,-79],[-15,-11],[-65,-52],[-24,-14],[-48,-39],[-55,-42],[-18,-14],[-49,-25],[-16,-6],[-53,-21],[-50,-26],[-71,-35],[-37,-19],[-28,-13],[-5,-3],[-11,33],[-16,-4],[-5,26],[-12,45],[-2,10],[-18,70],[-51,-15],[-56,-18],[-19,78],[-33,148],[-40,158],[-29,120],[10,7],[14,11],[8,4],[-10,41],[-11,2],[-26,77],[-48,200],[-35,143],[-13,57],[-12,53],[-35,148],[-23,91],[-12,31],[-30,88],[-35,112],[-40,127],[-5,24],[-1,36],[4,44],[15,192],[13,160],[11,162],[-2,25],[-2,27],[7,98],[9,90],[6,70],[5,35],[4,55],[1,13],[21,230],[15,166],[0,2],[4,136],[3,132],[-3,93],[1,12],[0,12],[1,11],[3,107],[1,250],[3,96],[1,44],[-2,105],[-1,13],[1,29],[0,18],[-3,114],[-2,145],[-1,26],[-3,148],[-4,187],[0,76],[1,76],[-3,11],[1,12],[3,4],[5,66],[4,68],[7,87],[-9,59],[49,-7],[89,-11],[19,-2],[23,-3],[43,-1],[2,0],[45,-9],[32,-10],[35,-9],[21,-5],[3,0],[11,-4],[14,-2],[12,-2],[38,-6],[77,-13],[66,-13],[-94,397],[-86,374],[-67,290],[-13,57],[44,12],[179,-57],[63,-30],[39,-20],[22,-12],[63,17],[151,41],[252,69],[83,24],[0,-2],[252,69],[-44,210],[-22,103],[-32,143],[-23,111],[-13,59],[0,5],[1,4],[5,3],[34,10],[126,39],[124,39],[114,36],[32,9],[4,0],[2,0],[3,-2],[2,-3],[3,-9],[13,-57],[33,-128],[64,-251],[5,-22],[8,-30],[3,-11],[2,-4],[2,-3],[3,-1],[2,-1],[4,0],[6,1],[30,11],[108,35],[137,47],[53,19],[40,14],[38,12],[14,4],[19,6],[51,18],[83,28],[105,35],[75,26],[57,19],[64,20],[102,35],[38,14],[3,2],[0,1],[2,2],[0,3],[0,3],[-2,9],[-16,58],[0,0],[-44,153],[-44,154],[-46,156],[-49,167],[-41,148],[-41,140],[-46,163],[-37,128],[-37,130],[-30,104],[-33,114],[-27,97],[-15,47],[-10,40],[0,3],[0,3],[0,2],[2,1],[1,1],[3,2],[36,11],[114,37],[101,31],[35,12],[39,13],[100,31],[118,38],[82,26],[5,2],[26,6],[20,6],[18,6],[19,5],[5,0],[9,-29],[208,-683],[110,-352],[95,-305],[29,-96],[81,-259],[114,-335],[1,-3],[5,2],[387,129],[397,134],[-16,67],[14,99],[39,12],[77,32],[95,39],[99,37],[115,48],[127,52],[88,36],[150,59],[85,34],[141,58],[85,36],[47,19],[90,36],[88,37],[32,14],[15,6],[9,3],[24,6],[41,11],[48,16],[28,10],[21,8],[10,5],[7,4],[5,7],[4,8],[2,10],[0,7],[-1,9],[-3,11],[-5,16],[-16,49],[-32,98],[-30,93],[-6,22],[-1,12],[0,6],[3,7],[6,6],[7,6],[25,15],[94,53],[59,29],[36,16],[42,15],[33,11],[25,7],[2,0],[-41,131],[-66,206],[-52,163],[-58,182],[-140,444],[-95,296],[133,56],[4,2],[103,44],[21,8],[159,66],[27,-78],[11,-36],[3,-12]],[[557500,227241],[31,122]],[[557531,227363],[0,-38],[3,-36],[6,-33],[-6,-2],[-25,-8],[0,-2],[-9,-3]],[[551540,231750],[7,-13],[5,-10],[169,-316],[157,-291],[47,-90],[-57,-28],[-202,-103]],[[551666,230899],[-50,-25],[-6,-3],[-19,-9],[-6,11],[-38,71],[-90,173],[-79,152],[-43,83],[-34,65],[-82,163],[-4,7],[8,4],[18,9],[299,150]],[[541398,232031],[19,6],[132,43],[335,102],[353,108],[11,-35]],[[542248,232255],[-352,-108],[-92,-28],[-124,-39],[-80,-26],[-40,-2],[-11,-3],[-150,-47],[-6,23],[1,1],[6,2],[-2,3]],[[551308,233630],[-69,-48],[-168,317],[66,51]],[[551137,233950],[171,-320]],[[550755,233241],[-20,11],[-5,1],[0,0],[-13,2],[-15,4],[0,0],[0,0],[-3,-2],[-3,-1],[-19,-9],[-27,-14],[-1,-1],[-2,-1],[-162,-82],[-215,-109],[-280,-143],[-285,-143],[-174,-91],[-116,-62],[-180,-93],[154,-289],[162,-304],[119,-226],[13,-23],[14,-27],[53,-100],[20,-38],[8,-14],[0,0],[6,-12],[27,-52],[20,-20],[121,62],[57,28],[14,6],[20,10],[0,0],[21,11],[197,99],[107,53],[44,22],[94,46],[488,250],[132,66],[82,41],[0,0],[0,0],[3,3],[2,1],[0,1],[4,3],[0,0],[7,6],[10,24],[5,19],[0,1],[0,0],[0,10],[0,0],[-1,26],[0,0],[-3,21],[0,1],[-96,192],[-48,94],[-16,33],[0,0],[-2,6],[-2,7],[8,7],[3,1]],[[551082,232553],[8,3],[7,-8],[10,-19],[77,-152],[80,-154],[1,0],[0,-1],[35,-69],[2,-16],[-2,-10],[-9,-15],[54,34],[143,-273],[-10,-8],[0,0]],[[551478,231865],[0,0],[-64,-31],[-93,-50],[-164,-83],[-893,-446],[-57,-29],[-72,-36],[0,0],[19,-36],[-18,-8],[0,0],[-45,-24],[-21,-12],[-173,-82],[-154,-76],[0,0],[-176,335],[-130,253],[-144,273],[-145,279],[-44,84],[-101,196],[-3,6],[-1,1],[-149,283],[-123,233],[-11,26],[-88,169],[-59,113],[-7,13],[-138,265],[0,0],[0,1],[152,78],[721,372],[474,247],[256,134],[19,15],[33,24],[5,4],[0,0]],[[550084,234356],[0,0],[29,-41],[22,-37],[53,-100],[98,-185],[55,-80],[5,-36],[-1,-27],[-13,-31],[-15,-22],[-47,-28],[-128,-72],[-19,-11],[-23,-16],[-7,-24],[-34,-22],[-55,-35],[69,-145],[28,14],[60,-110],[0,0],[6,-12],[259,133],[63,33],[90,44],[3,-3],[6,-12],[131,-238],[36,-52]],[[549710,235216],[-131,249]],[[549579,235465],[30,16],[90,-179],[31,-63],[-25,-14],[5,-9]],[[550695,234641],[-35,-22],[-329,614],[-44,83],[-6,-4],[-11,20],[-85,161]],[[550185,235493],[34,20],[3,-5],[139,-259],[14,-27],[219,-402],[101,-179]],[[542103,236369],[-6,31],[0,0]],[[542097,236400],[24,8],[259,93],[54,19],[25,9],[79,28],[191,74],[111,43],[101,40],[104,40],[76,29],[7,-32],[-19,-3],[-84,-31],[-406,-158],[-114,-39],[-16,-6],[-38,-14],[-152,-56],[-180,-69],[-16,-6]],[[549168,236003],[-19,-14],[-593,-302],[-311,-160],[-39,-19],[-287,-151],[-47,-23],[-39,-25],[6,-16],[122,-263],[-67,-34],[-204,-107],[-215,411],[-69,131],[-112,215],[-38,75],[-89,170],[-10,20],[-44,84],[-131,250],[-38,72],[-43,83],[-5,11],[73,41],[125,68],[314,160],[38,19],[192,102],[71,39],[497,260],[27,15],[350,187]],[[548583,237302],[10,-17],[61,-129],[139,-279],[88,-179],[4,-6],[-153,-76],[35,-77],[7,-17],[28,15],[5,-14],[38,5],[16,-1],[16,0],[21,-7],[19,-5],[13,-7],[16,-14],[18,-31],[56,-107],[80,-153],[71,-136],[10,-24],[0,-18],[-6,-13],[-7,-9]],[[541621,240501],[74,288],[158,-33],[175,-34],[4,28],[27,251],[3,80],[12,142],[8,58],[30,133],[6,62],[9,71],[-54,11],[-236,42],[0,1],[1,7],[95,676],[33,228],[1,8],[2,2]],[[541969,242522],[39,13],[39,31],[16,26],[22,25],[164,-30],[205,-39],[9,-2],[4,-206],[2,-77],[4,-155],[9,-323],[1,-44],[3,-212],[-2,-13],[-5,-8],[-10,-8],[-16,-6],[-15,-3],[149,-26],[24,-14],[47,-22],[51,-17],[39,-9],[32,0],[51,0],[35,-8],[16,-9],[23,-17],[20,-31],[15,-30],[0,-35],[-8,-34],[-15,-35],[-28,-26],[-47,-22],[-51,-13],[-39,-4],[-43,0],[-27,-13],[-24,-18],[-21,-34],[-6,-7],[-2,-12],[2,-14],[-77,-727],[-444,74],[-43,-4],[-3,0],[0,0],[0,0],[-2,1],[0,0],[-65,11],[-1,0],[-14,2],[-2,2],[-4,2],[-2,0],[0,0],[-48,13],[-51,21],[-63,22],[-191,43]],[[548007,239617],[-52,3],[-6,0],[-15,1],[-56,-10]],[[547878,239611],[0,6],[-7,20],[-3,10],[-107,203],[26,15],[-76,143],[-13,37],[-3,21],[2,22],[10,23],[16,24],[22,19],[30,21],[13,8],[105,61],[86,55],[158,98],[15,7],[16,9],[-11,20],[-109,205],[-117,219],[-25,48],[-97,186],[-114,218],[-116,221],[178,109],[15,9],[-10,19],[-109,199],[-55,103],[-102,190],[-269,493],[-132,247],[-9,19],[-8,15],[-63,117],[-47,87],[-61,111],[-14,25],[-16,29],[-29,51]],[[546848,243353],[75,20]],[[546923,243373],[11,-20],[36,-65],[561,-1040],[69,-131],[46,-85],[162,-298],[3,-1],[16,-41],[16,-33],[55,-101],[191,-352],[117,-219],[53,-93],[100,-187],[166,-304],[165,-307],[4,-6],[21,-41],[-35,-23],[-230,-149],[-108,-54],[-136,-76],[-90,-51],[-92,-56],[-13,-13],[-4,-10]],[[547924,239668],[14,-27],[21,24],[14,11],[31,17],[3,1],[24,14],[175,95],[2,1],[168,97],[130,76],[-4,11],[32,19],[31,18],[16,19],[11,25],[1,34],[-8,31],[-6,12],[-98,227],[-1,3],[-76,143],[-2,-2],[-15,-9],[-1,-1],[-22,-13],[0,-1],[-137,-87],[-21,-12],[-49,-30],[-94,-59],[-76,-47],[-43,-28],[-129,-77],[-67,-40],[-15,-13],[-8,-18],[-2,-23],[4,-22],[7,-15],[75,-139],[88,-167],[12,-23],[8,-13],[3,-5],[4,-7]],[[551167,243873],[180,-390],[-5,-3],[-7,-4],[-212,-120],[-127,-72],[-134,-74],[-10,22],[-96,218],[-54,118]],[[550702,243568],[-16,38],[10,5],[137,78],[112,61],[150,83],[1,1],[1,-3],[63,37],[-1,2],[3,1],[0,0],[5,2]],[[544515,244268],[-20,-59],[-33,12],[-38,15],[-22,9],[-13,6],[0,0],[-199,86],[2,6],[58,177]],[[544250,244520],[3,-1],[125,-51],[-28,-90],[-12,-39],[-2,-7],[69,-29],[14,-7],[8,-2],[55,-24],[1,0],[-4,-12],[4,-1],[6,17],[1,3],[18,-6],[7,-3]],[[553629,244577],[154,-27]],[[553783,244550],[-4,-29],[-11,-76],[-153,24],[11,78],[3,30]],[[543961,244244],[0,-1],[0,0],[-8,-24],[-71,-217],[-4,-12],[-13,-40],[-94,-278],[-93,-285],[-88,-262],[-66,-196],[-9,-25],[-29,-86],[0,-1],[-5,-9],[-4,-9],[-35,16],[-105,44],[-119,50],[-25,10],[-2,1],[-82,35],[-42,18],[-71,29],[-46,20],[-5,2],[-6,2],[-14,6],[-17,7],[-41,17],[-21,9],[-21,8],[-29,12],[-44,19],[-89,38],[-63,27],[-34,14],[-9,4],[-8,3],[-22,9],[-237,87],[-132,48],[-68,28]],[[542090,243362],[1,5],[57,410],[9,62],[7,64],[8,56],[5,79],[0,5],[3,60],[0,63],[-8,105],[-1,13],[-4,39],[7,12],[69,-28],[90,-36],[5,-3],[6,-2],[473,-192],[2,5],[2,-3],[144,433],[26,74],[2,8],[0,0],[2,8],[962,-356],[1,3],[3,-2]],[[557057,243981],[15,-3],[-8,-19],[0,0],[-64,-142],[-1,-3],[-82,-183],[-10,-13],[-12,-27],[0,0]],[[556895,243591],[-25,3],[-143,24],[-1,0],[-17,6],[-146,23],[-89,14],[-162,29],[-324,55],[-649,114],[-163,25],[-486,83],[-325,60],[-162,28],[-162,27],[-163,25],[-162,31],[-647,111],[-161,30],[-320,52],[-1106,195],[-28,3],[-131,23],[-163,29],[-61,4],[-99,-1],[-92,-13],[-14,-2]],[[550894,244569],[-7,13],[-2,1],[-3,8]],[[550882,244591],[16,2],[-8,16],[83,18],[43,6],[46,3],[46,-1],[52,-5],[50,-9],[737,-128],[235,-42],[179,-32],[296,-51],[237,-40],[711,-123],[238,-42],[474,-80],[712,-125],[718,-123],[237,-41],[477,-83],[238,-38],[205,-38],[145,327],[8,19]],[[545177,245840],[1,-1],[9,-19],[25,-49],[58,-99],[45,-74],[10,-17],[-16,-58],[-17,-66],[-3,-18],[-37,-137],[-3,-11],[-80,-226],[-23,-67],[15,-11],[532,-222],[116,-49],[39,-16],[200,-371],[10,-19]],[[546058,244310],[40,-74],[1,-1],[81,-152],[27,-52],[123,-230],[-2,1],[-2,0],[-1,1],[-9,4],[-140,57],[-22,9],[-22,9],[-113,47],[-210,89],[-31,14],[-14,6],[-99,40],[-14,6],[-38,15],[-37,15],[-33,14],[-4,2],[-20,8],[-39,16],[-96,38],[-39,16],[-36,14],[-36,15],[-3,1],[-1,0],[-66,27],[-230,94],[-27,11],[-3,1],[-8,2],[-8,3],[-220,93],[0,0],[123,375],[104,310],[66,199],[46,116],[98,243],[0,0],[16,47],[17,81]],[[551142,222293],[56,-109],[49,-95],[96,-191],[79,-152],[183,-352],[118,-232],[214,-411],[110,-212],[33,-64],[64,-119],[51,-97],[71,69],[16,17],[79,82],[58,59],[189,188],[190,190],[50,52],[14,11],[367,374],[26,23],[240,243],[21,23],[8,20],[21,27],[32,34],[25,24],[21,23],[21,5],[31,-34],[17,-26],[39,40],[27,28],[117,-24],[0,0],[0,0],[-176,-172],[-293,-299],[-411,-417],[-544,-543],[1,-25],[-30,-31],[-31,-31],[-5,-5],[-6,-5],[-28,-29],[-393,-392],[2,-2],[-8,-7],[-7,-8],[0,0],[-2,2],[-303,-302],[2,-1],[1,-1],[-19,-19],[-63,-63],[-175,-175],[-6,-6],[-2,3],[-72,-72],[-288,-291],[-55,-55],[-275,-275],[-28,-29],[-150,-148],[-228,-225],[-46,-44],[-106,-103],[-91,-90],[-18,-18],[-79,-81],[-20,-20],[-21,-20],[-7,-8],[-414,-367],[-100,-88],[-83,-86],[-15,-11],[-53,-55],[-31,-33],[-9,-10],[-10,-10],[-1,2],[-57,94],[-29,63],[-21,45],[-6,15],[-41,102],[-11,29],[-42,104],[-8,21],[-4,13],[-27,82],[-13,41],[-30,96],[-7,20],[-2,5],[-9,14],[-1,2],[-2,7],[-11,34],[0,2],[-146,484],[-239,785],[-11,42],[-193,641],[0,0],[-1,3],[-48,156],[-14,48],[-26,97],[-7,31],[13,6],[-96,330],[26,10],[34,12],[23,9],[21,8],[12,7],[52,28],[40,28],[37,32],[72,62],[140,148],[109,116],[105,109],[78,82],[318,331],[461,486],[30,32],[49,50],[14,16],[104,117],[1,-1],[52,36],[106,109],[51,-4],[27,51],[45,41],[228,198],[111,103],[60,56],[135,-61],[135,-59],[272,-114],[104,-199]],[[545375,225306],[263,-132],[132,-65],[303,-152],[353,-177],[262,-135],[131,-65],[159,-80],[31,-15],[2,-3],[61,-206],[91,-296],[79,-267],[-8,3],[4,-17],[9,-3],[1,-1],[118,-391],[0,-1],[8,-26],[82,-277],[46,-152],[47,-159],[46,-152],[47,-156],[48,-162],[43,-143],[50,-168],[45,-152],[43,-146],[4,-13],[0,0],[43,-144],[92,-306],[61,-205],[31,-101],[11,-39],[38,-121],[45,-151],[1,1],[1,-3],[-57,-29],[-34,-13],[-31,12],[-16,-5],[0,-1],[-95,310],[-152,501],[-24,80],[-91,291],[-2,7],[-123,409],[-8,26],[-4,16],[-212,697],[-3,10],[-3,10],[-16,51],[-804,-289],[-308,-111],[-3,-1],[-5,-1],[-17,-3],[-225,-79],[-218,-78],[-220,-78],[-145,-52],[-76,-27],[-97,-35],[-120,-44],[-40,-15],[-84,144],[-140,244],[-93,161],[-3,6],[-4,6],[-92,161],[-9,21],[64,21],[214,76],[235,81],[180,62],[-1,3],[1,1],[-103,352],[-28,95],[-19,64],[-28,93],[-43,151],[-119,406],[-26,90],[-54,190],[-116,391],[-2,6],[-98,-36],[-72,-26],[-2,4],[-190,393],[-34,-16],[-20,26],[-10,-16],[-86,-67],[-55,114],[-13,27],[-38,79],[-127,264],[-5,11],[330,104],[24,7],[29,8],[2,0],[27,-13],[67,-31],[35,-18],[45,-22],[263,-131],[279,-142],[245,-125]],[[546423,227378],[2,-21],[21,-274],[21,-262],[20,-264],[20,-268],[19,-246],[7,-24],[3,-9],[3,-1],[7,-26],[57,-184],[77,-254],[78,-255],[34,-115],[42,-142],[28,-91],[56,-196],[4,-10],[-9,5],[-942,472],[-261,131],[-265,133],[-152,76],[-171,86],[-202,102],[-97,48],[-7,4],[-114,57],[-10,5],[175,43],[12,4],[3,1],[0,0],[8,3],[32,10],[18,5],[95,29],[112,33],[59,18],[8,2],[16,5],[42,12],[35,10],[304,91],[-21,76],[248,91],[89,32],[35,13],[136,51],[102,38],[56,20],[-151,504],[-60,196],[-2,7],[-50,166],[-1,0],[-16,51],[0,0],[20,-1],[21,4],[44,0],[37,1],[28,0],[111,4],[191,7],[0,-3],[-5,0]],[[544234,229862],[-16,-271],[-861,83],[0,-4],[-14,2],[3,67],[13,190],[5,62],[13,214],[51,-3],[541,-38],[276,-20],[-4,-131],[-7,-151],[0,0]],[[550755,233241],[37,-85],[45,-91],[49,-101],[51,-115],[71,-152],[63,-122],[11,-22]],[[540646,236393],[-50,-16],[-71,255],[-87,313],[-83,294],[-36,130],[84,13],[132,20],[-31,110],[-34,111],[383,49],[18,-66],[50,-185],[131,-499],[96,-361],[-470,-157],[-32,-11]],[[557500,227241],[-405,-148],[-444,-156],[-648,-234],[-20,-6],[-219,-83],[-206,-74],[-123,-43],[0,0],[-18,38],[1,1],[-8,15],[0,0],[-264,528],[-300,603],[-96,201],[-148,293],[-8,17],[-152,304],[-11,22],[-23,47],[-107,213],[-90,186],[-38,78],[-82,164],[-14,29],[-12,24],[-89,177],[-54,109],[-103,210],[-26,53],[-226,467],[-40,79],[-30,61],[-47,95],[-94,185],[-104,212],[-39,78],[-21,12],[-23,44],[-1,1],[-46,88],[-117,216],[-116,217],[-16,31],[-9,18],[-41,79],[-54,101],[-14,26],[-136,259],[-40,78],[-162,299],[-91,182],[-143,264],[-98,191],[-144,270],[-53,114],[-134,244],[-61,112],[-18,35],[-5,20],[-6,-5],[-11,-8],[-307,-217],[-29,-20],[-9,-7]],[[551137,233950],[0,0],[3,3],[38,29],[109,86],[-98,182],[-66,126],[-75,-50],[-5,-3],[-55,110],[-147,-89],[-45,91],[101,62],[-79,145],[54,36],[-28,56],[-149,-93]],[[550185,235493],[-2,4],[-20,39],[-327,607],[-60,114],[-1,12],[-29,44],[-74,135],[-39,72],[-32,61],[-103,190],[-63,118],[-7,13],[-129,242],[-167,310],[-210,391],[-29,59],[-51,84],[-36,74],[-115,215],[-52,97],[-161,304],[-162,300],[30,20],[52,34],[7,60],[-40,67],[-4,1],[-79,-47],[3,-5],[-4,-13],[-17,-21],[-58,106],[-22,44],[-92,171],[-53,98],[-26,54],[-7,21],[-3,24],[2,19],[2,6]],[[546923,243373],[44,13],[0,0],[48,7],[17,3],[196,36],[212,39],[183,32],[5,1],[0,0],[143,27],[89,17],[346,60],[124,24],[152,30],[262,54],[123,24],[551,105],[0,1],[504,99],[136,26],[123,26],[145,-317],[43,-97],[46,-100],[10,-17],[1,-3],[64,38],[15,9],[1,-5],[179,100],[17,-37]],[[551167,243873],[5,5],[-186,397],[-69,151],[-13,19],[-2,1],[-14,32],[-32,75],[41,11],[-3,5]],[[556895,243591],[-30,-67],[-119,-271],[-111,-257],[-22,-50],[-215,-478],[-179,-409],[-176,-402],[-219,-497],[-8,-18],[-108,-244],[-75,-169],[-42,-94],[-222,-505],[-84,-195],[-39,-89],[-144,-325],[-171,-386],[-151,-341],[-143,-326],[-87,-200],[-118,-262],[-21,-47],[-14,-33],[-105,-239],[-91,-207],[-26,-56],[-10,-31],[8,-11],[12,-11],[223,-221],[452,-438],[193,-192],[76,-77],[17,-24],[3,-3],[0,-1],[1,0],[30,-69],[13,-24],[84,-180],[147,-298],[10,-15],[97,-197],[37,-80],[101,-212],[41,-78],[95,-193],[44,-91],[138,-272],[252,-512],[11,-17],[14,-30],[143,-288],[146,-296],[142,-291],[143,-289],[91,-185],[99,-205],[97,-193],[41,-83],[247,-497],[118,-234],[103,-211],[72,-143],[171,-342],[26,-51],[49,-98],[42,-84],[96,-199],[119,-237],[-10,-30],[1,-2],[-106,-440],[-123,-504],[-115,-501],[-118,-494],[-207,-876],[0,-11]],[[553783,244550],[200,-34],[333,-59],[217,-35],[29,-5],[188,-32],[435,-77],[218,-37],[218,-39],[19,-3],[199,-34],[218,-37],[437,-79],[361,-63],[-7,-63],[-4,-36],[100,-12],[3,13],[2,8],[13,51],[5,20],[38,-7],[1,0],[51,-9],[0,0]],[[550882,244591],[-4,8],[-15,33],[-10,36],[-11,35],[-6,16],[-11,23],[-10,15],[-7,7],[0,1],[-75,167],[-4,3],[0,1],[0,0],[-6,17],[-47,104],[-12,30],[169,-27],[8,-2],[2,0],[217,-37],[293,-51],[358,-63],[105,-18],[112,-19],[217,-36],[217,-37],[251,-44],[401,-70],[217,-36],[251,-44],[147,-26]],[[546058,244310],[145,87],[63,42],[39,-72],[1,1],[193,-355],[115,-214],[224,-428],[10,-18]],[[547878,239611],[1,-14],[-6,-8],[-38,-21],[-204,-102],[-127,-64],[-5,-3],[24,-59],[-2,-10],[0,-14],[5,-22],[21,-42],[69,-125],[17,9],[119,-221],[61,-113],[66,-123],[20,-37],[13,-24],[26,-47],[54,-102],[66,-122],[4,-31],[10,-25],[50,-96],[20,-26],[15,-28],[11,-20],[38,-64],[99,-188],[16,-28],[6,-11],[18,-19],[27,-15],[11,3],[27,14],[101,57],[26,14],[102,54],[130,67],[14,-27],[10,-19],[44,-83],[-19,-10],[-14,-8],[-12,-2],[-13,0],[-8,-1],[-39,-24],[-7,-9],[-2,-11],[2,-12],[4,-11],[16,-34],[1,-4],[2,-6],[1,-37],[38,-71],[6,-4],[19,6],[5,-2],[19,-35],[112,71],[71,-133],[-5,-3],[3,-6],[-113,-60],[-130,-69],[-191,-99]],[[549168,236003],[13,10],[90,67],[188,96],[223,111],[2,-4],[11,-20],[6,-12],[6,-12],[-39,-17],[-184,-95],[-75,-48],[-99,-53],[-8,-10],[-2,-15],[0,-19],[19,-34],[12,-20],[98,-184],[122,-228],[28,-51]],[[549710,235216],[0,-1],[117,-232],[21,-40],[297,-541],[-61,-46]],[[551478,231865],[39,-72],[23,-43]],[[551666,230899],[15,-35],[23,-59],[53,-110],[78,-171],[67,-120],[86,-147],[120,135],[141,-249],[144,108],[41,41],[18,20],[21,-28],[0,1],[69,-95],[32,14],[8,-22],[-1,-1],[64,-189],[2,1],[2,-4],[143,72],[155,78],[82,-167],[40,-92],[9,-24],[-260,-129],[-54,-27],[-76,-37],[-136,-70],[-8,-4],[-5,-3],[-27,-14],[79,-169],[96,-212],[14,-29],[11,-31],[2,-1],[5,-15],[0,0],[36,-79],[1,-4],[-38,-9],[-85,-26],[-17,-4],[-19,-7],[-292,-84],[-194,-58],[-29,-8],[-108,-27],[-17,-3],[-2,-3],[-58,-17],[-14,27],[-16,-1],[-20,6],[-34,1],[-25,-9],[-32,-14],[-95,-43],[-178,-82],[-148,-67],[-30,-18],[-28,-25],[-10,-15],[-2,-1],[-121,-184],[0,-10],[-1,2],[-16,25],[-2,1],[-8,13],[-163,320],[-8,16],[-5,8],[1,7],[7,12],[-12,17],[-71,136],[-58,112],[-13,28],[-15,16],[-20,24],[-106,207],[-26,49],[-51,107],[-56,106],[-152,293],[-18,38],[-51,-24],[-169,-66],[-41,-16],[-136,-52],[-487,-189],[-33,-17],[-488,-202],[360,-903],[111,-284],[48,-122],[67,-172],[15,-35],[10,-25],[444,-1142],[7,-2],[7,-16],[-81,18],[-65,17],[-120,32],[-20,5],[-29,8],[-120,31],[-150,39],[-254,66],[-970,258],[-29,8],[6,48],[2,31],[-2,23],[-19,59],[-124,316],[-4,10],[-37,95],[-19,49],[-156,399],[-43,111],[-9,21],[-37,96],[-22,58],[-8,21],[-51,135],[-69,174],[-20,52],[-86,228],[-45,112],[-15,37],[-74,188],[-46,116],[-10,31],[-6,21],[-31,-4],[-373,12],[-113,2],[-180,4],[-187,4],[-215,8],[-232,6],[-35,1],[114,-296],[-77,-38],[-45,-16],[-44,-16],[-73,-13],[-194,-49],[-1,-1],[-23,-5],[6,-22],[0,0],[200,-693],[97,-324],[8,-20],[190,-628],[-37,-1],[-18,-1],[-25,-2],[-34,5],[-5,0],[-2,37],[0,0],[-8,38],[-49,169],[-38,129],[-17,59],[-63,217],[-4,12],[-19,66],[-43,143],[-17,56],[-145,484],[-142,459],[-57,194],[-79,266],[-71,229],[-70,229],[-149,467],[-5,16],[-23,1],[-9,0],[-2,16],[-220,726],[-67,225],[-40,134],[-52,173],[-33,113],[-36,120],[-68,230],[-111,-33],[-136,-41],[-172,-52],[-190,-57],[-32,150],[-27,84],[-10,29],[-23,63],[-1,2],[-24,72],[-9,19],[-32,82],[-3,-1],[-1,2],[-3,8],[-4,4],[-32,-7],[-72,-16],[-99,-22],[-89,-20],[-54,-18],[-71,-25],[-128,-46],[-18,-6],[-65,-22],[0,0],[-8,-3],[-41,-12],[25,-103],[-174,-54],[-118,-37],[-23,-7],[0,0],[-158,-48],[-277,-85],[0,0]],[[541398,232031],[-280,585],[-266,555],[-1,2],[21,12],[-15,46],[-71,192],[-15,41],[-72,198],[-32,90],[-12,34],[-22,60],[-76,206],[-4,15],[-65,266],[-81,339],[-7,28],[-39,170],[-57,233],[-61,254],[-11,44],[-103,431],[-1,3],[0,6],[150,18],[261,28],[188,22],[147,16],[19,3],[45,8],[38,12],[79,29],[321,120],[246,91],[15,5],[94,35],[222,83],[96,36],[54,22]],[[542097,236400],[0,0],[-6,16],[-33,104],[-44,129],[-97,269],[-80,220],[-27,73],[-124,348],[-80,226],[-11,38],[-12,40],[-77,360],[-17,87],[-109,534],[-32,165],[-12,65],[-8,56],[-1,67],[0,9],[17,136],[17,113],[10,65],[17,80],[10,38],[0,0],[2,9],[0,0],[166,643],[32,122],[5,21],[18,68]],[[541969,242522],[15,113],[1,0],[-1,0],[1,7],[83,567],[22,153]],[[543961,244244],[84,278],[87,289],[8,28],[58,200],[5,15],[90,-34],[108,-42],[-48,-144],[-110,-312],[7,-2]],[[544515,244268],[48,148],[39,113],[54,162],[51,152],[19,57],[17,58],[56,166],[44,131],[71,211],[8,25],[13,46],[20,89],[20,88],[13,48],[29,96],[10,42],[-2,20],[24,-7],[15,0],[11,-3],[31,-7],[23,-6],[4,-1],[15,-9],[6,-9],[7,-9],[16,-29],[0,0]],[[553331,248098],[12,-31],[2,1],[21,9],[275,117],[146,59],[25,8],[12,-26],[-1,0],[68,-192],[12,-30],[12,-31],[3,-5],[1,-4],[33,-73],[37,-60],[68,-88],[58,-57],[81,-62],[70,-43],[135,-68],[542,-268],[275,-134],[-37,-308],[-20,-150],[-162,27],[-235,37],[-38,7],[-146,24],[-299,46],[-258,45],[-262,42],[-20,4],[-1,0],[-23,3],[9,42],[-2,8],[12,98],[-14,2],[-278,41],[-754,119],[-25,5],[-44,6],[-35,-252],[-34,-244],[-15,-107],[-55,-370],[-24,-177],[-5,-37],[-3,-24],[-18,-113],[109,-18],[143,-23],[97,-16],[-16,-137],[-34,-250],[-21,-163],[-41,-300],[-4,-35],[-3,-17],[-14,-104],[-73,13],[-924,161],[-230,38],[11,111],[2,4],[1,13],[27,187],[18,128],[12,88],[8,55],[45,344],[13,92],[29,210],[6,45],[42,288],[0,28],[-236,38],[-75,10],[1,16],[58,445],[8,54],[-20,38],[-5,12],[0,6],[-1,-1],[-1,0],[-7,16],[3,11],[613,243],[375,148],[102,39],[151,57],[55,26],[325,130],[39,15],[-13,43],[4,2],[-75,220],[-153,469],[-160,495],[216,86],[107,44],[164,-516],[140,-431],[36,-114],[45,-139]],[[540547,263358],[-118,-75],[-43,-28],[-68,-43],[-55,-25],[-283,-132],[-91,-42],[-124,-57],[-50,-24],[-245,-116],[-37,-17],[-166,-76],[-124,-56],[-51,135],[-41,107],[-99,257],[-17,44],[-41,105],[-30,-13],[-1482,-679],[-11,19],[-17,30],[-7,13],[-151,264],[-13,22],[-268,470],[-45,78],[-74,130],[-103,179],[-23,39],[16,8],[197,81],[135,56],[172,71],[175,70],[351,143],[351,145],[159,61],[-17,36],[158,64],[0,0],[-8,19],[-45,98],[-78,127],[-308,509],[-116,194],[-23,38],[-18,31],[15,6],[260,94],[287,104],[261,94],[334,120],[356,129],[291,106],[171,62],[274,99],[-2,7],[234,84],[141,50],[37,12],[22,14],[28,10],[166,-429],[290,-757],[165,-431],[8,-23],[151,-393],[71,-184],[66,-170],[97,-254],[-34,-24],[-1,-1],[-1,0],[-202,-131],[-121,-79],[-356,-231],[-29,-18],[-97,-59],[-51,-31],[-55,-36]],[[763580,527628],[-26,-5],[-10,1],[-7,-5],[-7,-13],[-6,-15],[-7,-7],[0,-7],[-4,-9],[-12,-2],[-31,-3],[-6,2],[-1,8],[-1,14],[-6,4],[-11,2],[-14,-8],[-14,-12],[-12,-17],[-14,-25],[-9,-9],[-9,-1],[-8,-7],[-46,-66],[-19,-36],[-7,-28],[-11,-16],[-6,-5],[-14,-19],[-17,-17],[-29,-38],[-22,-36],[-8,-23],[-16,-29],[-16,-19],[-25,-18],[-23,-13],[-19,-6],[-24,-1],[-33,3],[-28,13],[-12,5],[-13,1],[-14,-12],[-5,-12],[-6,-25],[-19,-58],[-12,-32],[-14,-34],[-5,-26],[8,-13],[-2,-16],[-1,-22],[-4,-23],[-6,-27],[-8,-18],[-9,-24],[-8,-25],[-3,-8],[-4,-11],[-4,-17],[-7,-30],[-5,-6],[-9,-5],[-13,-12],[-32,-30],[-5,-7],[-7,-15],[-6,-10],[-9,-10],[-4,-3],[-11,-8],[-29,-16],[-19,-8],[-19,-15],[-19,-19],[-13,-21],[7,-5],[3,-2],[2,-3],[1,-3],[1,-11],[-2,-3],[-22,-24],[-16,-7],[-10,-4],[-12,-6],[-14,-5],[-16,-4],[-16,-4],[-12,-4],[-8,-2],[-8,-2],[-6,-3],[-18,-11],[-11,-10],[-14,-7],[-1,1],[-14,-6],[-15,-3],[-13,-3],[-9,0],[-9,3],[-10,0],[-11,-2],[-9,-4],[-2,-1],[-7,-5],[-15,-10],[-2,-1],[-17,-10],[-7,2],[-8,6],[-8,3],[-7,3],[-14,3],[-8,-1],[-12,0],[-11,-1],[-9,-1],[-8,3],[-17,4],[-8,2],[-7,3],[-20,-1],[-3,-5],[-10,-23],[3,-7],[-7,-34],[-3,-19],[-7,-30],[-3,-8],[-17,-27],[-11,7],[-4,-12],[-8,-25],[-47,-80],[-7,-14],[-1,-6],[0,-5],[0,-6],[2,-12],[10,-17],[11,-19],[3,-11],[2,-15],[-2,-16],[-3,-21],[-3,-14],[4,-18],[4,-16],[13,-13],[9,-8],[5,-5],[4,-5],[8,-14],[8,-14],[7,-11],[8,-14],[14,-25],[2,-9],[1,-12],[0,-23],[0,-15],[1,-32],[2,-13],[5,-21],[1,-17],[-5,-12],[-10,-20],[-5,-11],[-1,-17],[-1,-15],[-1,-18],[-6,-13],[-5,-8],[-13,-10],[-24,-5],[-9,-4],[-5,-3],[-15,-12],[-5,-8],[-6,-10],[-11,-15],[-13,-7],[-15,-3],[-7,0],[-12,-1],[-1,-1],[-11,-3],[-11,-4],[-14,-14],[-2,-7],[-7,-22],[4,-27],[10,-32],[0,-9],[1,-10],[-4,-7],[-6,-7],[-17,-9],[-27,-16],[-19,-12],[-41,-26],[-14,-9],[-67,-34],[-29,-15],[-50,-24],[-17,-10],[-7,-3],[-3,-1],[-2,0],[-3,1],[-2,2],[-2,9],[2,11],[4,4],[4,5],[1,1],[6,4],[7,2],[9,0],[119,50],[10,4],[18,9],[13,6],[12,7],[25,14],[61,41],[5,8],[2,11],[-3,12],[-11,45],[0,14],[4,16],[10,14],[1,2],[3,6],[23,13],[15,3],[30,7],[18,12],[16,23],[10,10],[11,7],[33,11],[8,4],[7,12],[4,15],[3,38],[4,19],[8,14],[6,12],[-1,17],[-5,18],[-2,37],[1,39],[-2,17],[-5,13],[-36,61],[-9,13],[-11,8],[-12,8],[-8,32],[-4,17],[7,42],[0,18],[-5,15],[-13,22],[-8,18],[-3,14],[4,18],[8,20],[18,31],[31,51],[5,15],[5,15],[0,0],[5,4],[8,6],[11,52],[-1,8],[3,22],[3,15],[2,9],[3,9],[5,10],[5,8],[3,4],[11,12],[7,7],[8,4],[7,3],[1,0],[6,1],[10,1],[3,-6],[10,-10],[7,-4],[6,0],[5,0],[10,2],[8,2],[7,3],[3,1],[11,-1],[7,-2],[7,-3],[5,-1],[22,-7],[10,5],[9,5],[17,11],[6,3],[13,4],[5,0],[6,1],[6,1],[8,0],[4,0],[7,0],[9,0],[6,0],[10,3],[9,2],[2,1],[11,7],[10,10],[9,5],[9,7],[8,3],[19,5],[10,1],[24,3],[17,2],[9,4],[11,4],[17,11],[8,7],[-1,4],[-2,4],[-4,2],[-5,4],[-5,22],[4,7],[29,26],[38,32],[8,4],[10,1],[6,1],[5,3],[27,18],[8,10],[11,18],[14,18],[10,11],[12,10],[13,12],[15,13],[7,11],[3,6],[5,17],[31,81],[4,15],[4,13],[2,19],[0,18],[3,26],[2,21],[4,19],[4,20],[6,24],[3,11],[-8,2],[-8,0],[-7,-2],[-9,-1],[-8,-1],[-7,-2],[-10,-1],[-8,1],[-7,2],[-6,5],[-6,4],[-5,4],[-6,7],[-6,7],[-4,9],[-1,8],[-3,8],[-1,8],[0,12],[0,13],[1,9],[2,3],[2,2],[3,3],[3,4],[6,3],[12,11],[30,34],[8,13],[15,21],[6,2],[7,0],[5,-1],[7,-4],[2,-4],[5,-7],[2,-7],[3,-5],[4,-9],[14,-5],[12,-2],[5,-2],[11,0],[-1,-1],[36,-1],[14,-1],[7,20],[17,5],[37,30],[108,88],[-31,56],[111,114],[-2,9],[3,9],[2,2],[-1,0],[-5,5],[-7,5],[-9,12],[-6,12],[-1,4],[1,4],[1,4],[6,6],[17,11],[6,3],[2,6],[4,9],[6,8],[7,9],[6,9],[3,2],[5,4],[6,0],[6,1],[5,-4],[6,-2],[19,-5],[6,1],[7,1],[6,3],[6,7],[12,18],[9,14],[7,12],[6,3],[7,3],[8,-1],[7,-2],[3,-4],[5,-7],[37,-48],[2,0],[5,-1],[4,-2],[5,-3],[2,-4],[0,-17],[1,-4],[4,-2],[4,-2],[7,0],[6,3],[5,6],[5,8],[3,10],[3,8],[3,5],[6,4],[7,2],[14,2],[15,0],[11,2],[13,5],[8,4],[4,4],[1,4],[3,17],[9,47],[-3,3],[-9,5],[-12,3],[-12,4],[-14,5],[-12,0],[-7,2],[-14,8],[-1,4],[-2,6],[2,5],[5,8],[3,3],[7,6],[11,7],[8,3],[12,5],[8,4],[5,8],[4,7],[2,8],[4,7],[5,9],[4,-10],[-3,-8],[-3,-9],[-5,-8],[-21,-21],[-13,-9],[-7,-6],[-4,-4],[-4,-2],[-2,-3],[1,-3],[3,-3],[3,-2],[6,-2],[6,0],[12,-3],[30,-10],[12,-3],[3,-10],[-3,-20],[-4,-30],[-5,-24],[-7,-10],[-25,-9]],[[762723,546012],[17,28],[0,2],[139,76],[4,3],[76,-4],[225,-8],[17,-11],[880,-17],[82,-7],[9,64],[238,1],[14,-15]],[[764424,546124],[-25,-19],[-43,-18],[-220,-76],[-36,-18],[-31,-27],[-21,-27],[-12,-32],[-9,-30],[-3,-29],[-23,3],[-38,12],[-174,54],[-1,0],[-81,22],[-127,40],[0,0],[-68,20],[-5,1],[-94,8],[-31,8],[-7,1],[-37,-2],[-65,2],[-5,-1],[-20,-3],[-6,0],[-14,7],[-2,1],[-5,1],[-5,1],[-17,0],[-1,0],[-4,-1],[-53,-1],[-132,18],[-3,0],[-44,0],[-8,-2],[-11,-3],[-7,2],[-9,1],[-42,-4],[-2,-1],[-44,-8],[0,0],[-5,-1],[-5,-3],[-4,-3],[0,0],[-13,-13],[-1,0],[-3,0],[-5,0],[-5,-1],[-3,-2],[-14,-7],[-8,-1],[-8,3],[-1,1],[-41,15]],[[762708,545950],[37,-14],[14,-5],[1,-1],[4,-1],[5,0],[3,0],[20,2],[2,0],[5,1],[3,2],[11,6],[6,-1],[3,0],[5,0],[5,2],[4,2],[5,3],[1,2],[5,5],[10,10],[34,6],[36,3],[10,-2],[2,-1],[5,0],[5,0],[3,1],[14,5],[38,0],[132,-18],[5,0],[58,2],[1,0],[10,0],[14,-7],[2,-1],[5,-2],[5,0],[15,0],[4,0],[19,4],[63,-2],[2,0],[35,2],[28,-7],[4,-1],[94,-8],[64,-19],[127,-41],[1,0],[82,-22],[173,-54],[50,-15],[2,0],[2,-1],[5,0],[0,0],[1,0],[12,-1],[0,0],[25,0],[5,1],[4,3],[4,2],[8,8],[3,2],[3,3],[0,0],[1,1],[3,3],[90,86],[2,2],[8,4],[317,43],[118,0],[1,0],[153,4],[26,0],[55,-26],[7,-3],[58,-8],[2,0],[3,-1],[105,2],[21,-8],[1,0],[0,-1],[4,-1],[18,-7],[1,0],[4,-1],[5,-1],[5,1],[5,1],[5,2],[4,4],[1,1],[2,2],[19,20],[18,13],[34,4],[3,0],[32,8],[4,1],[64,27],[43,15],[9,-1],[21,-7],[9,-2],[15,0],[5,1],[5,1],[2,1],[30,16],[7,4],[13,13],[41,-2],[20,-20],[1,0],[4,-3],[4,-3],[2,-1],[12,-3],[9,-1],[45,2],[1,0],[28,3],[10,2],[17,9],[9,3],[19,0],[46,-5],[2,0],[23,0],[8,1],[23,7],[4,2],[42,23],[39,11],[42,6],[4,1],[1,0],[3,1],[2,0],[15,5],[44,5],[3,0],[32,7],[9,4],[53,34],[1,1],[3,3],[4,2],[3,4],[3,4],[0,1],[2,3],[12,-3],[19,-16],[0,61],[21,8],[4,2],[11,6],[1,1],[4,3],[3,3],[1,1],[3,3],[0,1],[3,4],[0,0],[7,13],[3,9],[2,8],[143,51],[0,0],[1,-1],[9,-1],[8,0],[21,4],[8,3],[40,22],[29,13],[1,0],[15,6],[41,7],[79,-1],[4,0],[3,0],[24,3],[3,0],[16,4],[4,1],[5,3],[2,1],[12,9],[6,8],[18,27],[9,5],[10,0],[16,-4],[3,-1],[38,-5],[3,0],[5,0],[2,0],[24,7],[2,0],[3,1],[5,3],[37,23],[4,1],[4,2],[1,1],[7,4],[4,2],[1,0],[4,4],[51,45],[8,5],[4,4],[4,3],[3,5],[35,37],[4,2],[3,4],[2,3],[57,50],[3,1],[52,17],[5,1],[3,2],[2,1],[29,15],[3,2],[2,1],[4,3],[45,37],[5,3],[0,1],[1,1]],[[767155,546671],[66,-186],[17,-54],[6,-16],[0,-8],[-3,-4],[-23,-6],[-19,0],[-21,-4],[-25,-10],[-16,-9],[-29,-23],[-13,-4],[-14,-1],[-9,-5],[-8,-8],[-11,-25],[-13,-12],[-38,-25],[-17,-6],[-15,-8],[-41,-35],[-6,-11],[-7,-15],[-10,-17],[-23,-29],[-37,-54],[-12,-41],[-8,-43],[-10,-18],[-7,-27],[2,-18],[-6,-30],[-35,-55],[-57,-80],[-36,-76],[-21,-21],[-69,-26],[-10,8],[-19,15],[-23,18],[-19,-42],[-33,-29],[-87,-66],[-83,-42],[-34,-12],[-33,0],[-153,47],[-36,3],[-73,-51],[-140,-50],[-9,-4],[-50,122],[-36,72],[-31,54],[-18,19],[-37,-2],[-56,-9],[-50,-5],[-45,0],[-35,11],[-32,12],[-27,2],[-12,-3],[-24,-7],[-101,-13],[-32,4],[-49,9],[-37,3],[-50,-6],[-24,-7],[-25,18],[-13,22],[-9,25],[-2,42],[-29,10],[-6,3],[-23,6],[-361,32],[-133,-12],[-252,-22],[-141,-114],[-39,-26],[-4,1],[-633,171],[-460,13],[-247,-32],[0,0],[-4,101]],[[768587,546832],[-111,-27],[-95,7],[-84,-19],[0,-59],[-4,-88],[-3,-4],[-7,-2],[-15,6],[-2,-11],[-2,-58],[-39,4],[-52,1],[-48,-3],[-118,-18],[-81,-16],[-72,-17],[-49,-14],[-46,-18],[-297,-109],[-66,125],[-44,44],[-55,98],[-14,74]],[[767283,546728],[45,31],[23,13],[2,2],[5,1],[77,26],[3,1],[52,23],[2,1],[49,27],[5,0],[7,-1],[14,-7],[11,-9],[22,-13],[70,-52],[11,-5],[3,3],[-10,44],[-2,4],[7,5],[6,5],[16,18],[2,3],[9,12],[5,1],[33,-1],[9,1],[40,12],[62,0],[4,1],[53,8],[29,4],[25,0],[3,0],[36,3],[2,0],[146,26],[4,-41],[0,-2],[2,-5],[2,-6],[3,-4],[3,-4],[4,-3],[5,-3],[5,-1],[4,-1],[81,-2],[5,0],[5,0],[5,2],[5,2],[4,3],[3,4],[3,5],[2,5],[2,5],[0,1],[5,4],[21,2],[7,1],[15,5],[4,-3],[9,-5],[8,-3],[5,-1],[13,-1],[6,0],[18,2],[19,-3],[7,0],[16,1],[4,0],[19,4],[3,1],[22,7],[13,2],[3,0],[3,0],[4,1],[5,3],[4,3],[1,1],[47,-59]],[[768676,546758],[0,1],[-3,209],[-2,12],[-2,54],[-4,30],[0,18],[-2,9],[3,8],[2,6],[1,4],[1,1],[3,3],[1,0],[1,1],[2,2],[84,60],[3,2],[4,4],[3,5],[1,3],[0,2],[2,2],[5,18],[4,6],[12,9],[33,16],[4,1]],[[768832,547244],[6,-14],[1,0],[4,-11],[4,-17],[8,-96],[2,-6],[0,-60],[1,-12],[3,-122],[-2,-18],[-13,-40],[-12,-21],[-15,-23],[-21,-23],[0,0],[-95,-23],[-27,0]],[[768180,547004],[125,23],[52,14],[19,11],[12,12],[23,28],[34,52],[27,53],[15,40],[14,19],[58,67],[166,164],[7,-3],[76,-181]],[[768808,547303],[-2,-1],[-1,0],[0,0],[-36,-17],[-5,-3],[-20,-16],[-2,-1],[-3,-4],[-3,-5],[-1,-1],[-7,-15],[-2,-4],[-4,-12],[-78,-56],[-1,-1],[-1,-1],[-2,-1],[-6,-5],[-6,-6],[-7,-9],[-3,-5],[-2,-5],[-1,-3],[-2,-8],[-1,-2],[0,0],[-2,0],[-5,-1],[-4,-3],[-2,-1],[-30,-22],[-2,-2],[-4,-4],[-3,-4],[0,-1],[-1,-1],[-4,-2],[-5,-3],[0,-1],[-10,-9],[-4,-6],[-18,-26],[-12,-11],[-5,-6],[-7,-10],[-2,-4],[-2,-5],[-2,-5],[0,-3],[-1,-18],[0,-8],[4,-19],[0,-4],[-21,-7],[-16,-3],[-12,-1],[-20,3],[-8,0],[-19,-2],[-6,1],[-1,0],[-5,3],[-5,4],[-9,4],[-1,1],[-5,1],[-5,1],[-5,0],[-9,-2],[-20,-7],[-24,-2],[-2,-1],[-5,-1],[-3,-2],[-14,-8],[-6,-4],[-10,-10],[-3,-3],[-1,-1],[-38,2],[-4,43],[-1,3],[0,3],[-1,5],[-2,5],[-3,5],[-4,3],[-4,4],[-4,2],[-5,1],[-5,1],[-1,0],[-2,-4],[-2,24]],[[768855,547250],[2,1],[113,70],[3,1],[21,0],[4,-1],[1,0],[5,1],[5,1],[4,3],[2,1],[3,2],[19,14],[1,1],[3,2],[3,4],[3,4],[2,5],[1,3],[1,3],[3,11],[5,13],[6,10],[5,9],[2,2],[0,1],[1,1],[1,0],[7,-5],[8,-9],[5,-10],[13,-61],[18,-92],[4,-10],[7,-13],[3,-4],[3,-4],[2,-1],[11,-8],[2,-2],[4,-2],[5,-1],[1,-1],[10,-1],[4,-1],[5,1],[5,1],[5,3],[0,0],[-1,-21],[5,-43],[4,-61],[-7,-23],[-3,-15],[6,-5],[97,-9],[51,5],[19,0],[41,-15],[14,-7],[47,1],[12,3],[35,17],[36,14],[25,5],[7,7],[4,11],[3,14],[-4,5],[-6,6],[-17,4],[-1,22],[11,51],[0,13],[5,2],[7,4],[16,14],[2,1],[27,1],[3,1],[5,1],[5,2],[1,1],[7,6],[22,-1],[1,0],[5,0],[5,2],[14,5],[5,3],[10,7],[4,3],[3,3],[3,5],[2,5],[2,5],[0,6],[0,10],[7,34],[0,10],[0,13],[4,19],[4,11],[1,1],[3,3],[0,1],[1,0],[4,6],[0,0],[3,5],[3,5],[1,5],[0,2],[1,14],[0,3],[0,6],[-1,3],[-2,10],[-1,2],[-2,5],[-2,4],[-8,11],[-5,13],[-4,11],[-2,36],[0,3],[-2,6],[-2,5],[-3,4],[-3,4],[-4,3],[-1,1],[-20,12],[-2,12],[2,10],[0,1],[-29,5],[-10,1],[-11,4],[-6,6],[-1,-6],[-3,-15],[0,-10],[4,-29],[0,-1],[1,-6],[3,-5],[2,-4],[5,-7],[0,0],[4,-4],[4,-3],[1,-1],[15,-8],[1,-23],[1,-7],[5,-17],[1,-3],[8,-18],[4,-7],[4,-6],[-3,-4],[-5,-8],[-8,-18],[-1,-5],[-7,-28],[0,-10],[1,-14],[-7,-32],[0,-1],[-26,1],[-1,0],[-5,-1],[-5,-1],[-4,-2],[-2,-1],[-8,-7],[-21,-1],[-5,0],[-11,-3],[-4,-1],[-4,-3],[-3,-2],[-18,-15],[-4,-2],[-2,0],[-10,-4],[-51,-6],[-3,-1],[-23,-5],[-4,-1],[-11,-5],[-9,-1],[-6,2],[-27,17],[-19,14],[-5,3],[-33,16],[-1,0],[0,7],[-2,9],[-3,6],[-1,4],[-3,4],[-4,4],[-4,4],[-4,2],[-10,4],[-1,0],[-4,2],[-6,0],[-5,0],[-1,-1],[-10,-2],[-7,-3],[-27,-16],[-22,-6],[-18,-1],[-8,-2],[-18,-8],[-8,-5],[-31,146],[-2,8],[-9,18],[-5,8],[-14,16],[-6,5],[-14,8],[-7,4],[-3,0],[-3,1],[0,0],[-2,1],[-2,0],[-9,1]],[[769073,547476],[0,1],[0,15],[133,154],[10,9],[-33,34],[83,-13],[19,-13],[2,25],[-85,161],[-47,-28],[-16,-8],[-10,-2],[-24,3],[14,11],[61,33],[24,16],[30,25],[17,19],[12,20],[5,16],[11,55],[0,24],[-3,36],[-15,57],[-1,26],[8,46],[2,20],[-10,38],[-8,23],[-8,18],[-42,71],[-43,63],[-8,7],[-11,8],[-27,13],[-82,55],[-14,10],[-49,41],[-52,48],[-146,134],[-13,13],[-27,25],[-17,22],[-4,15],[-2,31],[-1,9],[3,10],[-1,15],[4,19],[6,23],[1,8],[0,12],[-34,18],[-7,18],[-15,112],[28,19],[20,1],[9,0],[27,47],[31,35],[21,29],[20,61],[0,9],[-1,20],[-3,80],[-11,5],[9,24],[78,201],[4,118],[11,31],[3,19],[-8,29],[-3,42],[5,5],[13,24],[10,24],[11,42],[6,54],[6,30],[14,52],[8,21],[33,52],[203,274],[35,65],[50,109],[12,25],[-45,26],[19,44],[-38,33],[-13,14],[-8,19],[-68,49],[-3,5],[14,52],[10,13],[24,4],[11,4],[23,36],[88,113],[13,21],[15,6],[2,6],[5,16],[26,68],[18,46],[17,31],[31,42],[81,74],[28,19],[32,15],[50,20],[65,20],[17,9],[20,22],[10,28],[49,192],[9,14],[14,14],[13,5],[15,12],[18,19],[7,14],[2,26],[-7,157],[-2,11],[-10,14],[-18,7],[-249,-5],[-8,9],[-5,11],[-18,84],[-15,38],[4,19],[7,18],[21,31],[53,63],[37,41],[22,21],[50,71],[36,59],[32,41],[39,43],[39,37],[75,62],[28,24],[8,12],[-1,12],[-4,12],[-4,5],[-10,6],[-22,4],[-3,2],[-35,3],[-9,8],[-18,22],[-16,6],[-6,10],[-1,16],[12,38],[0,12],[-9,37],[0,28],[-5,18],[2,6],[11,5],[5,-1],[9,-6],[2,17],[0,15],[-5,6],[-15,56],[-2,35],[4,15],[-4,16],[-11,5],[-10,0],[-51,-2],[-101,-24],[-276,-74],[-204,-57],[-110,-40],[-18,-6],[-7,-89],[-190,-38],[-6,-14],[-49,5],[2,9],[4,18],[-21,170],[1,76],[7,19],[18,7],[13,1],[0,19],[-6,37],[-13,36],[-8,6],[-23,1],[-10,3],[-3,12],[-5,72],[-4,30],[-20,234],[-50,126],[15,51],[16,71],[5,24],[-8,-3],[-23,-4],[-30,2],[-36,3],[-29,16],[32,134],[31,207],[13,102],[33,244],[13,84],[8,42],[35,129],[22,111],[26,157],[9,43],[18,77],[14,43],[15,42],[25,61],[52,114],[2,16],[-110,79],[-134,94],[21,73],[11,40],[19,-6],[31,-6],[106,-1],[-19,103],[-18,73],[-6,29],[-2,40],[12,30],[-3,29],[-23,-2],[-401,-37],[-213,-20],[-71,-6],[-173,-15],[-451,-43],[-8,58],[-11,93],[-8,65],[106,21],[119,19],[136,21],[43,4],[10,2],[29,8],[27,12],[10,5],[33,21],[29,31],[-23,19],[-15,43],[8,18],[1,25],[-8,93],[-17,0],[-96,-15],[0,17],[2,8],[4,14],[15,23],[30,21],[76,39],[15,20],[-25,153],[64,26],[71,11],[73,5],[80,-10],[108,-26],[122,-25],[48,-4],[38,-13],[-19,40],[-47,17],[19,41],[16,52],[2,55],[-1,6],[-1,14],[256,21],[57,4],[365,31],[175,15],[180,16],[14,1],[0,0],[0,0],[369,36],[48,-53],[-11,-22],[-12,-32],[-6,-23],[0,-26],[-1,-33],[-5,-37],[-2,-20],[-1,-11],[-5,-33],[-24,-90],[0,-29],[-6,-44],[0,-15],[-1,-3],[-19,-83],[-2,-17],[-2,-23],[-1,-6],[-12,-55],[-37,-94],[-7,-17],[-3,-2],[-15,-52],[31,-11],[83,-29],[-9,-24],[6,-42],[-285,-27],[-3,-46],[-2,-154],[2,-45],[-1,-20],[-2,-11],[-1,-7],[295,0],[-5,-114],[29,1],[-9,-11],[-67,-92],[-19,-33],[-37,-78],[-11,-35],[0,-54],[2,-36],[2,-10],[5,-22],[8,-24],[110,-248],[9,-22],[12,-33],[29,-78],[11,-36],[7,-33],[2,-12],[2,-23],[1,-72],[3,-44],[10,-53],[16,-56],[16,-45],[10,-39],[5,-8],[8,-25],[34,-81],[5,-7],[5,-7],[10,-27],[6,-21],[8,-24],[20,-75],[77,-245],[53,-168],[5,-27],[5,-71],[-3,-100],[8,-37],[6,-33],[3,-36],[9,-28],[3,-24],[-1,-20],[-3,-14],[-17,-20],[-18,-5],[-15,-1],[-9,8],[-4,8],[-24,49],[-10,7],[-12,2],[-15,1],[-8,-4],[-6,-9],[-5,-19],[-1,-22],[6,-38],[-5,-15],[-1,-11],[-10,-64],[-9,-25],[-10,-22],[-16,-22],[-15,-14],[-43,-20],[-23,-6],[-24,-2],[-54,-1],[-12,-3],[-10,-8],[-3,-7],[-3,-7],[-12,-8],[-13,-3],[-6,-3],[-1,-13],[-3,-8],[-34,-23],[-8,-14],[-6,-18],[-4,-17],[-1,-18],[4,-12],[8,-10],[13,-7],[22,-5],[17,3],[29,17],[10,6],[113,50],[16,3],[78,-2],[31,-17],[22,-17],[13,-1],[13,-7],[19,-19],[5,-12],[0,-19],[-6,-16],[-13,-14],[-20,-14],[-46,-22],[-12,0],[-15,-3],[-19,-12],[-28,-21],[-24,-24],[-7,-2],[-37,-3],[-19,-7],[-24,-21],[-6,-16],[-3,-15],[2,-20],[8,-17],[15,-21],[38,-43],[55,-26],[34,-9],[61,-11],[6,-4],[12,20],[14,38],[8,9],[5,-2],[6,-11],[0,-5],[206,356],[18,-9],[66,-26],[76,-3],[-35,-78],[-192,-408],[-146,-304],[-144,-168],[2,-8],[-12,-32],[-26,-30],[-20,-21],[-63,-67],[-17,-24],[-25,-46],[-73,-131],[-42,-69],[-18,-22],[-13,-22],[-76,-136],[-85,-165],[-113,-235],[-45,-86],[-13,-40],[-19,-56],[-8,-34],[-8,-59],[-8,-16],[-27,-52],[-11,-16],[-19,-18],[-7,-12],[-8,-17],[1,-16],[21,-48],[74,-25],[19,-13],[11,-20],[15,-40],[10,-43],[7,-42],[3,-37],[-4,-67],[-6,-27],[-16,-49],[-5,-38],[-7,-12],[-7,-18],[-6,-37],[-12,-27],[-32,-105],[-26,-85],[-9,-35],[-3,-21],[2,-23],[16,-65],[3,-24],[-3,-33],[-10,-40],[-7,-38],[-7,-55],[-6,-37],[-40,-96],[-13,-27],[-16,-3],[-10,-11],[-18,-13],[-13,-1],[-25,1],[-45,13],[-21,15],[-16,15],[-21,11],[-17,0],[-16,-2],[-8,-9],[-6,-12],[1,-25],[1,-16],[0,-36],[1,-53],[8,-69],[3,-18],[10,-53],[13,-27],[49,-58],[36,-19],[32,-24],[16,-9],[17,-2],[29,2],[20,-5],[15,-10],[18,-10],[17,-21],[16,-27],[4,-24],[-8,-26],[-29,-57],[-9,-25],[-4,-23],[-1,-17],[5,-25],[28,-43],[28,14],[58,36],[202,-65],[-7,-104],[176,-495],[5,-20],[45,-201],[15,-50],[11,-33],[2,-33],[11,-77],[12,-77],[6,-31],[8,-29],[10,-18],[31,-43],[6,-15],[4,-22],[16,-192],[25,-1],[55,-3],[-1,-81],[1,-10],[11,-10],[26,-13],[21,-13],[73,-395],[3,-17],[2,-38],[2,-17],[-30,-7],[-87,-176],[-56,-598],[23,-484],[5,-175],[-18,-1228],[-1,-6],[0,0],[-3,-303],[-13,-13],[-33,-43],[-4,-13],[31,-30],[78,-59],[57,-32],[60,-27],[10,0],[45,20],[11,-38],[10,-20],[45,-114],[10,-38],[27,-196],[0,-34],[-2,-5],[0,0],[-3,-7],[-5,-13],[-10,-16],[-4,-3],[5,-17],[4,-12],[4,-26],[0,-12],[19,14],[21,12],[33,27],[39,34],[37,-25],[17,-12],[31,-20],[-8,-18],[-1,-16],[1,-22],[2,-10],[69,-177],[14,-12],[8,-15],[8,-34],[13,-86],[15,-61],[24,-79],[-12,-83],[-7,-46],[-9,-30],[-8,-42],[-5,-72],[-3,-84],[-7,-30],[-4,-12],[-10,-16],[-45,-56],[-21,-30],[-24,-47],[-7,-18],[198,-118],[4,-7],[-4,-7],[-207,-145],[-2,-30],[115,1],[41,-8],[12,-6],[28,-22],[26,-64],[4,-18],[3,-22],[-5,-58],[-20,-48],[-6,-15],[-44,-91],[-33,-59],[-78,-102],[-23,-38],[-7,-11],[-109,-228],[-111,-170],[-29,-55],[-16,-36],[-2,-21],[8,-17],[6,-19],[5,-63],[0,-32],[-1,-52],[-3,-28],[-6,-26],[-3,-20],[-3,-89],[-9,-33],[-33,-66],[-7,-31],[19,-126],[2,-39],[0,-44],[-125,-48],[-73,-19],[-36,-10],[-196,-53],[-39,-11],[-42,-11],[-59,-18],[-17,-2],[-103,-28],[-11,42],[-6,39],[1,17],[-9,26],[-7,12],[-53,128],[-4,12],[-16,36],[-28,72],[-9,21],[-47,120],[-15,39],[-5,18],[-7,19],[2,2],[-13,20],[-181,-96],[-49,105],[-61,-30],[-16,38],[-51,-23],[17,-47],[-20,-28],[-60,5],[-15,-88],[-93,-21],[-8,51],[-161,-80],[-51,83],[-18,-12],[-31,-26],[15,-33],[-118,-98],[-35,50],[-53,-44],[86,-127],[-15,6],[-11,-2],[-17,-56],[15,-4],[30,-16],[15,-11],[34,-28],[17,-13],[34,26],[46,-61],[19,-28],[16,-33],[14,-31],[23,-58],[7,-26],[5,-36],[7,-16],[37,-40],[9,-32],[1,-57],[4,-21],[30,-87],[-1,-8],[3,-24],[-9,-55],[-12,-54],[-11,-41],[-15,-36],[-15,-31],[-25,-26],[85,-188],[-20,-8],[2,-13],[12,-23],[196,77],[16,11],[20,8],[22,3],[14,-4],[6,-12],[2,-33],[1,-18],[-3,-7],[-3,-11],[-3,-11],[37,-5],[4,1],[19,-28],[8,-28],[4,-120],[5,-61],[8,-38],[10,-27],[31,-68],[26,-44],[15,-21],[7,-11],[8,-17],[-4,-5],[-12,-23],[-9,-10],[-11,-18],[-3,-12],[0,-25],[6,-5],[55,15],[57,-68],[3,0],[2,-1],[69,74],[25,-28],[28,23],[55,-66],[-121,-135],[-28,-27],[-19,-26],[-16,-27],[-92,-95],[-35,-34],[-33,-45],[-15,-32],[-22,-63],[-11,-36],[0,-28],[26,-98],[24,-84],[9,-16],[14,-17],[27,-4],[13,-5],[26,-24],[19,-23],[19,-16],[17,-6],[18,-2],[27,4],[17,0],[13,-5],[37,-25],[20,-6],[23,-3],[39,-8],[31,-20],[36,-19],[54,-26],[60,-21],[45,-8],[-26,-146],[-1,-2],[22,-10],[5,5],[186,-59],[24,-11],[53,-33],[44,-34],[21,-21],[27,-31],[17,-28],[14,-35],[36,-147],[-4,-6],[-3,-2],[-7,0],[-72,-20],[-43,-8],[6,-24],[3,-71],[37,3],[-2,-18],[78,5],[-5,-79],[74,-8],[21,99],[94,-7],[156,64],[118,-195],[6,2],[17,11],[8,-2],[10,-19],[41,-43],[23,-22],[141,-111],[71,-60],[97,-88],[10,-6],[5,-10],[18,-20],[-28,-29],[-14,-22],[-3,-16],[-21,-42],[-19,-30],[-30,-30],[-44,-69],[3,-7],[159,-144],[36,-31],[-47,-87],[-11,-19],[-2,-1],[-16,-23],[8,-7],[20,-16],[147,-114],[189,-137],[33,-24],[171,-145],[109,-101],[45,-40],[49,-210],[-176,-143],[0,-2],[8,-26],[12,-47],[0,-1],[2,-45],[0,-1],[-5,-36],[0,-1],[-8,-40],[-7,-47],[4,-27],[5,-25],[20,-42],[7,-15],[4,-6],[27,-34],[44,-39],[1,0],[33,-43],[1,-1],[19,-27],[0,-1],[9,-15],[0,-1],[3,-8],[5,-16],[0,-2],[2,-20],[0,-1],[0,-1],[0,-1],[-5,-18],[-1,-1],[0,-1],[-7,-9],[-1,-1],[-1,-1],[-13,-8],[-2,-1],[-14,-3],[-2,-1],[-16,2],[-16,1],[-6,-5],[-8,-10],[-2,-11],[0,-2],[1,-19],[12,-16],[29,-21],[29,-22],[1,0],[40,-39],[1,-1],[26,-35],[0,0],[18,-30],[0,-2],[11,-30],[0,-1],[12,-41],[10,-29],[24,-40],[30,-30],[30,-21],[1,0],[15,-12],[0,-1],[13,-14],[0,0],[1,-1],[0,-1],[1,0],[4,-16],[0,-2],[1,-22],[5,-6],[3,-4],[22,-6],[18,1],[31,3],[18,4],[25,18],[37,25],[1,0],[40,17],[1,0],[33,7],[2,0],[28,-2],[2,0],[28,-10],[1,-1],[21,-17],[1,-1],[15,-16],[16,-13],[43,-35],[23,-13],[26,-7],[25,-2],[35,-1],[82,7],[1,0],[32,-1],[1,0],[42,-8],[0,0],[26,-8],[1,0],[29,-16],[10,-2],[20,3],[0,0],[14,0],[1,0],[1,0],[1,0],[1,0],[7,-5],[1,-1],[18,-23],[18,-23],[12,-9],[14,-8],[34,-10],[0,0],[1,0],[1,-1],[12,-10],[1,0],[14,-15],[1,-2],[14,-24],[0,-1],[10,-31],[9,-6],[24,-3],[34,-1],[0,-1],[1,0],[26,-12],[26,-7],[38,-9],[1,0],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[0,0],[3,-9],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[-9,-18],[0,-1],[-30,-46],[-15,-29],[-3,-19],[1,-16],[0,-1],[-1,-41],[1,-4],[53,0],[38,9],[2,0],[43,-2],[0,0],[23,-4],[1,0],[1,-1],[1,0],[9,-9],[0,0],[1,-1],[7,-16],[1,-2],[0,-2],[8,-34],[12,-47],[4,-12],[17,-21],[1,-2],[6,-16],[1,-2],[1,-15],[1,-1],[0,-41],[6,-16],[7,-17],[10,-24],[0,-2],[3,-26],[11,-33],[0,0],[6,-24],[0,-1],[0,-53],[0,-1],[-1,-20],[100,49],[0,0],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[0,-1],[1,0],[16,-27],[39,-72],[0,-1],[21,-49],[1,-1],[6,-27],[0,0],[0,-1],[0,-1],[0,-1],[-1,-1],[-35,-72],[3,-15],[36,-110],[0,-1],[11,-60],[4,1],[0,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[1,-1],[0,-1],[1,-1],[13,-38],[19,-40],[19,-25],[29,-27],[1,-1],[2,-3],[9,-14],[58,-92],[24,-32],[16,-17],[17,-11],[1,-1],[13,-12],[1,-1],[2,-4],[31,-49],[28,-24],[32,-27],[38,-24],[26,-11],[34,-8],[37,-2],[62,2],[36,1],[0,0],[37,-3],[1,-1],[30,-6],[34,-9],[1,-1],[40,-16],[60,-27],[50,-21],[39,-9],[0,0],[169,-57],[46,-14],[16,-3],[10,-2],[2,0],[1,-1],[0,0],[46,-44],[33,-35],[16,-18],[23,-15],[20,-11],[1,-1],[17,-16],[0,-1],[5,-7],[13,-19],[1,-1],[11,-11],[27,-13],[41,-1],[1,0],[1,0],[0,-1],[21,-12],[1,-1],[16,-13],[0,-1],[13,-13],[23,-12],[2,-1],[10,-10],[1,-1],[0,0],[6,-13],[1,-2],[4,-26],[3,-9],[7,-6],[6,0],[8,3],[9,7],[8,12],[2,1],[11,8],[1,1],[1,0],[1,0],[42,1],[1,0],[1,-1],[17,-6],[1,-2],[28,-25],[41,-39],[16,-14],[11,-4],[1,-1],[16,-9],[1,0],[18,-16],[1,-1],[10,-15],[0,-1],[1,-1],[0,-1],[2,-8],[11,-16],[10,-9],[17,-5],[1,-1],[15,-8],[1,0],[24,-19],[25,-17],[29,-11],[43,-13],[31,-5],[0,-1],[8,-2],[1,-1],[1,0],[0,-1],[24,-25],[9,-7],[15,-12],[3,-3],[31,-15],[36,-7],[44,1],[41,9],[0,0],[32,1],[2,0],[1,-1],[0,0],[22,-11],[1,0],[18,-13],[1,-1],[16,-19],[14,-19],[7,-11],[1,0],[16,-27],[0,-1],[24,-57],[12,-22],[23,-36],[12,-20],[1,-2],[7,-24],[1,-1],[4,-27],[0,-2],[0,-43],[0,-2],[-3,-12],[-3,-25],[-3,-57],[2,-16],[12,-29],[7,-20],[0,-3],[0,-36],[0,-2],[-5,-21],[-1,-1],[-27,-53],[-19,-46],[0,-10],[0,-3],[5,-4],[16,1],[19,4],[34,8],[55,15],[21,10],[20,12],[24,22],[1,1],[18,12],[1,0],[32,15],[0,0],[35,12],[26,13],[37,21],[48,29],[0,0],[1,0],[1,0],[12,0],[2,0],[3,-1],[1,0],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[0,-1],[0,-1],[-4,-18],[0,0],[-6,-26],[-1,-1],[-6,-17],[-1,-1],[-26,-46],[-12,-30],[-6,-29],[0,-26],[2,-15],[4,-25],[1,-4],[76,79],[55,-14],[11,-3],[51,-33],[-11,-24],[0,-23],[11,-33],[6,-14],[13,-29],[25,-33],[34,-67],[12,-15],[-53,-30],[-126,-73],[-1,-1],[0,-2],[4,-9],[45,-107],[16,-39],[1,0],[0,-1],[0,-2],[0,-1],[0,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[0,1],[-1,0],[-1,1],[0,1],[-16,38],[-46,108],[-3,8],[-6,-4],[-6,-12],[-10,-15],[-19,-12],[-27,-15],[-21,-20],[-15,-11],[-21,-13],[-17,-16],[-4,-16],[-9,-11],[-11,-10],[-30,-10],[-5,1],[-16,-11],[-107,-87],[-37,-31],[-26,-15],[-2,18],[-48,115],[-1,7],[52,33],[58,35],[-132,199],[-59,89],[-36,56],[-23,36],[116,108],[-1,1],[0,1],[-1,1],[-1,6],[0,2],[0,12],[1,1],[0,1],[0,0],[20,47],[0,1],[27,53],[5,18],[-1,35],[-6,19],[-11,30],[-1,1],[-3,17],[0,2],[3,58],[0,0],[3,26],[0,1],[4,12],[0,42],[-5,26],[-7,24],[-11,19],[-23,36],[-1,0],[-12,23],[0,1],[-24,56],[-16,26],[-7,11],[-14,18],[-15,19],[-17,12],[-20,10],[-31,-1],[-41,-8],[0,0],[-45,-2],[-2,0],[-37,7],[-1,1],[-32,16],[-1,1],[-4,2],[-16,13],[-11,-16],[-43,-49],[-153,-168],[-42,-44],[-32,-37],[-97,84],[-14,-20],[-3,15],[-8,14],[-90,78],[-14,13],[-12,8],[-124,84],[-14,21],[-4,7],[-86,96],[-156,174],[-97,107],[-25,28],[9,4],[50,52],[53,63],[46,51],[-9,1],[-16,3],[-1,0],[-46,15],[-169,57],[-38,9],[-1,0],[-52,21],[-59,27],[-40,16],[-33,9],[-30,7],[-36,4],[-36,-1],[-62,-2],[0,0],[-38,2],[-1,0],[-35,7],[-1,1],[-27,12],[-1,0],[-38,24],[0,1],[-33,27],[-29,25],[-1,1],[-31,50],[-2,3],[-12,11],[-18,12],[-1,1],[-16,16],[0,1],[-25,33],[0,0],[-59,93],[-9,13],[-1,3],[-29,27],[-1,0],[-19,26],[-1,1],[-19,41],[0,1],[-12,33],[-4,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[0,1],[-1,1],[0,1],[-1,1],[-12,66],[-36,110],[0,1],[-4,17],[0,1],[0,1],[0,1],[1,1],[0,1],[35,72],[-6,23],[-20,48],[-39,72],[-13,22],[-104,-51],[0,0],[-1,-1],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[-1,1],[0,0],[-1,1],[0,2],[0,1],[0,0],[2,31],[0,52],[-6,22],[-11,33],[0,2],[-3,26],[-10,22],[-7,18],[-6,17],[0,1],[0,1],[-1,43],[-2,13],[-6,15],[-17,21],[0,1],[-1,1],[-4,15],[-12,47],[-8,34],[0,1],[-7,15],[-6,6],[-21,3],[-42,2],[-38,-8],[-1,0],[-57,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,1],[0,1],[-1,0],[-3,9],[-1,1],[0,1],[0,1],[2,43],[-2,16],[1,1],[3,22],[1,2],[15,30],[0,0],[30,47],[7,15],[-1,3],[-34,7],[-1,0],[-26,8],[-1,0],[-25,12],[-32,1],[-1,0],[-25,3],[-1,1],[-1,0],[-1,0],[-11,9],[-1,0],[-1,1],[0,1],[-1,1],[-10,32],[-13,23],[-14,14],[-11,9],[-34,9],[-1,1],[-15,9],[0,0],[-13,9],[-1,2],[-18,24],[-18,21],[-5,4],[-12,-1],[-21,-3],[-2,0],[-11,3],[-1,0],[-29,16],[-26,7],[-41,8],[-31,1],[-83,-7],[0,0],[-36,1],[0,0],[-25,3],[-1,0],[-27,6],[-1,1],[-25,14],[-1,0],[-43,36],[-16,13],[-16,-22],[-15,-19],[-153,-196],[-55,-68],[-59,-74],[-9,-10],[-10,0],[-121,147],[-3,2],[-43,53],[-137,164],[-205,244],[-239,286],[129,127],[6,-6],[12,8],[146,-233],[53,37],[-23,51],[-68,187],[18,31],[-82,253],[-7,-8],[-81,127],[25,7],[-39,76],[-9,-4],[-31,-20],[-29,34],[-8,49],[-11,44],[-18,40],[-17,34],[-23,29],[-40,40],[-2,2],[-50,34],[-110,62],[-165,144],[-70,-125],[-48,-75],[-31,-50],[-46,-56],[-51,-49],[-137,158],[-159,188],[-310,358],[-85,106],[-22,23],[-19,0],[-89,3],[-56,0],[-58,-15],[-12,-1],[-5,-1],[-25,6],[-27,7],[-27,8],[-53,7],[-47,6],[-14,3],[-29,2],[-47,-1],[-28,-6],[-104,0],[-66,-4],[-57,-8],[-28,-8],[-24,-7],[-71,-20],[-116,-31],[-75,-6],[-27,-59],[6,-4],[7,-69],[32,-298],[7,-57],[1,-4],[5,-9],[18,-18],[-9,-4],[-12,-9],[-10,-17],[-10,-27],[-10,-24],[-5,-31],[-10,-29],[-7,-17],[-11,-19],[-24,-22],[-32,-34],[-23,-27],[1,0],[-8,-47],[-5,-140],[-12,-104],[7,-52],[2,-13],[33,-65],[25,-102],[15,-117],[-12,7],[-40,4],[-23,-29],[-47,-91],[-34,-52],[-24,-71],[143,-76],[-126,-196],[-10,-15],[-83,113],[-91,-79],[-160,25],[-21,21],[-7,43],[12,30],[13,20],[16,26],[4,20],[-14,21],[-126,117],[-26,24],[-9,-10],[-8,-7],[-102,-63],[-10,-11],[-20,-20],[-28,-26],[-15,-7],[-18,-6],[-11,-2],[-28,0],[-23,5],[-8,2],[4,-42],[15,-62],[21,-36],[-1,-3],[28,-26],[26,-30],[32,-60],[6,-36],[-19,-31],[-64,-41],[-22,-17],[-3,-23],[28,-51],[-15,0],[-25,0],[-12,8],[-7,6],[-19,1],[-8,-4],[-26,-29],[-26,-19],[-25,-8],[-19,-3],[-32,1],[-46,5],[-63,6],[-32,1],[-28,-10],[-27,-8],[-31,-4],[-38,-4],[-19,-6],[-75,-28],[-168,-10],[-42,69],[-25,16],[-28,8],[-112,-204],[-265,-271],[-1,-7],[-15,-41],[-12,-33],[-3,-4],[-6,1],[-13,11],[-7,-14],[-1,-2],[-13,-16],[-51,-49],[-72,-76],[-100,-99],[39,-25],[59,-29],[50,-27],[32,-34],[28,-43],[152,-230],[28,-50],[15,-30],[17,-28],[19,-98],[13,-100],[-3,-129],[-8,-55],[-19,-57],[-34,-64],[-19,-30],[-27,-20],[-30,-21],[5,-92],[-123,-278],[0,-6],[32,-16],[-10,-22],[-22,-52],[0,-3],[-97,-101],[1,-11],[-17,-403],[46,-3],[44,-14],[-17,-38],[0,0],[-6,-13],[-15,-38],[-9,-35],[-12,-53],[-2,-24],[3,-67],[12,-87],[33,-187],[19,-87],[47,8],[27,12],[54,30],[72,39],[23,0],[41,-13],[-16,-51],[-37,-87],[-18,-25],[-48,-7],[-13,-1],[-25,-9],[-4,-22],[0,-13],[3,-7],[23,-50],[21,-59],[8,-23],[3,-20],[-1,-51],[-4,-34],[-9,-39],[-24,-79],[-9,-32],[0,-16],[16,-69],[117,-317],[-205,36],[-150,26],[-248,40],[-7,-24],[-14,-51],[-5,-81],[9,-110],[7,-70],[6,-40],[20,-49],[55,-111],[48,-70],[50,-57],[33,-28],[47,-28],[100,-45],[154,-65],[151,-80],[86,-46],[52,-33],[0,-31],[28,-21],[56,-44],[72,-63],[53,-50],[92,-96],[55,-67],[39,-49],[87,-113],[30,-48],[48,-70],[57,-71],[33,-40],[57,-57],[49,-47],[76,-62],[50,-32],[39,-24],[80,-43],[60,-27],[43,-18],[32,-11],[57,-15],[34,-10],[98,-24],[51,-17],[13,-5],[83,-42],[60,-33],[48,-33],[40,-32],[48,-42],[75,-74],[62,-63],[-24,-28],[-45,47],[-123,117],[-29,24],[-29,24],[-22,14],[-48,32],[-47,27],[-39,19],[-47,18],[-78,21],[-128,37],[-79,26],[-44,18],[-61,29],[-39,22],[-23,12],[-39,25],[-61,39],[-51,42],[-41,37],[-50,48],[-40,44],[-48,58],[-46,59],[-60,88],[-26,41],[-30,40],[-61,79],[-99,115],[-35,39],[-56,55],[-71,63],[-85,67],[2,-62],[0,-1],[6,-15],[22,-139],[-52,30],[-4,7],[-25,106],[-1,8],[-56,31],[-10,0],[-31,-21],[-26,-14],[-19,-8],[-21,-3],[-30,-13],[-24,-5],[-27,-17],[-22,-21],[-31,-32],[-18,-16],[-13,-24],[-8,-17],[-3,-5],[-11,0],[-16,7],[-6,8],[-2,23],[-9,32],[-9,21],[-20,23],[-5,12],[-1,80],[2,76],[3,35],[13,59],[-18,22],[4,16],[6,23],[-19,-5],[-131,-19],[-60,149],[-2,12],[12,14],[-18,18],[-43,47],[-7,9],[-21,29],[-37,54],[-20,35],[-19,41],[-8,29],[-15,42],[-15,61],[-11,58],[-6,58],[-2,50],[2,44],[4,49],[7,47],[3,20],[1,3],[11,24],[-86,11],[1,14],[-14,35],[-31,53],[-20,22],[-22,17],[-52,26],[-32,10],[-60,6],[-11,-3],[-80,-47],[-9,48],[-6,79],[24,-7],[11,64],[-26,8],[35,131],[10,32],[7,28],[6,34],[8,36],[10,42],[11,36],[5,18],[9,15],[13,19],[16,19],[68,59],[-9,44],[-6,4],[23,89],[15,57],[47,188],[34,106],[33,85],[39,49],[0,1],[116,338],[-1,-1],[-2,0],[-11,-2],[-30,-7],[-11,-6],[-7,-7],[-5,-10],[-14,-31],[0,0],[-7,-13],[0,-1],[-8,-11],[-1,-1],[-9,-8],[-1,-1],[-17,-12],[0,0],[-12,-7],[-2,-1],[-12,-2],[-1,0],[-25,0],[-1,0],[-35,7],[-19,3],[-5,0],[-8,-2],[-12,-7],[-9,-8],[-11,-16],[-34,-70],[-1,-1],[-6,-11],[20,-11],[-19,-45],[-8,-15],[-14,-22],[-16,-25],[-22,-31],[-14,-22],[-15,-20],[-22,-26],[-34,-39],[-26,-32],[-12,-14],[-10,-15],[-1,2],[0,0],[0,-13],[-2,-29],[0,-1],[-8,-51],[-1,0],[-7,-29],[-1,-1],[-4,-10],[0,-1],[-1,0],[0,-1],[-12,-11],[-1,0],[-11,-7],[-1,0],[-1,-1],[-11,-1],[-1,-1],[-15,0],[0,0],[-19,2],[-39,2],[0,0],[23,-230],[1,-13],[-33,-18],[-53,-44],[-38,-35],[-47,-50],[-21,-49],[-23,-41],[-18,-49],[-8,-31],[-1,-4],[-18,-21],[-16,-23],[-16,-13],[-15,-1],[-71,96],[-4,7],[-309,-212],[265,-417],[12,7],[199,-183],[-6,-10],[-12,-13],[-13,-12],[-14,-7],[-24,-11],[-53,-22],[-28,-10],[-19,-6],[-21,-4],[-26,-2],[-41,0],[-16,39],[-4,5],[-10,5],[-62,22],[28,139],[-43,-22],[-9,-4],[-396,298],[-64,-248],[-99,-349],[-79,-260],[-60,15],[-124,39],[-18,7],[-20,15],[-47,55],[-114,138],[-1,0],[-1,-1],[0,0],[-21,-5],[-22,-18],[-8,-13],[-3,-23],[-1,-1],[0,-1],[-11,-21],[-1,-1],[0,-1],[-1,0],[-15,-12],[-2,0],[-17,-7],[-11,-8],[-7,-17],[0,-1],[0,-1],[-1,0],[-12,-12],[-1,0],[-1,-1],[0,0],[-14,-5],[-1,0],[-25,-1],[-5,-3],[-3,-4],[6,-10],[13,-14],[0,0],[1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,0],[-11,-22],[0,-1],[-15,-22],[-1,-1],[-9,-8],[-1,0],[-1,0],[-1,-1],[-14,-3],[-19,-15],[-3,-6],[0,-15],[6,-16],[20,-38],[13,-24],[0,-1],[5,-18],[0,-3],[-1,-25],[0,-1],[-7,-22],[-1,-1],[-5,-12],[-4,-8],[-1,-1],[-1,0],[0,-1],[-18,-14],[-1,-1],[-17,-9],[-13,-6],[-1,0],[-1,-1],[0,0],[-19,0],[-2,0],[-28,7],[-9,2],[-14,-5],[-16,-6],[0,0],[-20,-4],[-18,-9],[-12,-13],[-7,-10],[-6,12],[5,6],[0,1],[12,13],[1,1],[1,0],[0,1],[19,10],[2,0],[20,5],[16,5],[15,6],[1,0],[1,0],[0,0],[12,-2],[27,-8],[17,1],[12,6],[17,8],[16,14],[4,6],[5,12],[7,20],[1,23],[-4,16],[-13,23],[-20,39],[0,1],[-7,16],[-1,1],[0,1],[0,1],[0,19],[0,1],[0,1],[1,2],[5,8],[0,1],[1,1],[0,0],[21,16],[0,0],[1,1],[1,0],[15,3],[7,7],[14,21],[9,16],[-11,12],[0,1],[-9,13],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[6,9],[1,1],[1,1],[0,0],[8,4],[0,0],[1,0],[1,0],[26,2],[12,4],[9,9],[7,18],[1,1],[0,1],[1,0],[0,1],[13,9],[1,1],[18,6],[14,10],[9,20],[4,23],[0,1],[0,1],[1,1],[9,14],[1,1],[24,20],[1,1],[1,0],[1,0],[19,5],[75,97],[32,49],[30,47],[111,174],[88,139],[1,1],[-60,77],[-129,167],[-145,184],[55,37],[197,135],[214,143],[111,73],[42,29],[582,401],[47,30],[34,27],[46,39],[41,37],[25,32],[62,61],[17,17],[21,12],[25,7],[10,-2],[12,-20],[6,-15],[4,-31],[33,-364],[4,-54],[0,0],[0,0],[41,-3],[19,-1],[14,0],[9,2],[10,6],[10,9],[4,8],[7,28],[9,50],[1,28],[1,13],[-1,17],[-4,21],[0,0],[-1,15],[0,1],[2,14],[0,1],[5,16],[1,1],[0,1],[0,0],[11,12],[0,0],[17,14],[1,1],[14,7],[10,6],[8,11],[10,16],[5,9],[2,7],[-4,37],[0,1],[0,26],[0,1],[2,13],[1,2],[6,13],[1,2],[7,9],[1,0],[1,1],[0,0],[10,6],[2,0],[39,5],[12,2],[7,3],[6,4],[9,7],[9,11],[5,9],[7,11],[34,70],[1,1],[11,17],[1,1],[10,9],[1,1],[13,7],[1,1],[10,2],[1,0],[7,0],[0,0],[19,-3],[36,-6],[23,0],[11,2],[11,6],[17,12],[8,8],[7,10],[7,12],[13,31],[0,0],[7,12],[1,1],[8,9],[1,0],[1,1],[12,6],[1,0],[31,7],[0,0],[11,2],[5,2],[4,2],[14,57],[61,231],[9,31],[7,13],[1,1],[17,58],[1,9],[4,35],[5,37],[15,74],[4,29],[5,34],[1,2],[-29,-2],[-9,-13],[-34,-4],[-41,-10],[-89,-19],[-78,-9],[-16,19],[-105,57],[-113,75],[78,241],[76,220],[76,243],[7,23],[9,23],[-14,7],[0,-1],[0,-1],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[0,0],[-36,18],[0,0],[-42,26],[0,1],[-21,17],[-22,15],[-25,10],[-11,5],[-10,5],[0,1],[-25,17],[-32,20],[-28,16],[-16,6],[-49,5],[0,1],[-28,7],[-1,0],[-31,17],[-2,0],[-19,17],[0,1],[-13,14],[0,1],[-22,32],[-15,25],[-1,2],[-10,31],[-20,69],[-7,19],[-5,8],[-3,4],[-13,11],[-16,-1],[-1,0],[-12,1],[-1,1],[-68,21],[-42,13],[-18,2],[-47,-12],[-1,0],[-9,0],[-2,0],[-20,6],[-3,-12],[-1,-1],[-5,-12],[-2,-1],[-7,-8],[-1,-1],[-1,0],[-15,-6],[-1,-1],[-25,-5],[-21,-10],[-17,-12],[-17,-18],[-19,-24],[-18,-24],[-13,-23],[-13,-34],[-6,-15],[-1,-2],[-17,-21],[-26,-31],[-7,-15],[-5,-11],[0,-27],[0,-2],[-2,-7],[0,-1],[-1,-1],[0,-1],[-17,-24],[-28,-34],[-12,-14],[-4,-6],[0,0],[-20,-20],[-16,-21],[-1,0],[-7,-6],[-1,-1],[-18,-9],[-1,0],[-12,-4],[-5,-6],[-18,-30],[-1,-1],[-13,-14],[-33,-46],[-1,-7],[-1,-1],[0,-1],[-1,-1],[-93,-110],[-25,-34],[0,-1],[-30,-33],[-52,-63],[-12,-22],[0,-1],[-8,-10],[0,-1],[-17,-18],[0,-1],[-36,-35],[-21,-23],[-6,-12],[-1,-1],[-13,-16],[-1,0],[-19,-20],[-2,-2],[-19,-9],[-42,-62],[-13,-22],[-14,-30],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-24,1],[-20,1],[-249,11],[-162,9],[-54,4],[-12,0],[-19,-2],[-18,-9],[-17,-12],[-1,0],[-1,-1],[-1,0],[-22,-1],[-1,0],[-1,1],[-1,0],[-8,5],[-1,1],[-1,1],[0,0],[-8,13],[-5,7],[-14,4],[-22,2],[-64,5],[-1,0],[-41,12],[-1,0],[-18,8],[-1,1],[-26,21],[-30,23],[-17,7],[-26,7],[-7,2],[0,1],[-1,0],[-1,0],[-9,7],[-13,11],[-22,17],[-29,9],[-22,2],[-24,3],[0,0],[-54,10],[-34,6],[-16,3],[0,0],[-31,7],[-44,14],[-1,0],[-12,8],[-21,15],[-22,15],[0,0],[-123,98],[-232,190],[-215,169],[-32,28],[-16,14],[-25,23],[-1,1],[-40,49],[-1,0],[-46,63],[-32,40],[-57,67],[-46,50],[-37,32],[0,1],[-30,32],[-18,18],[-11,11],[-15,15],[-17,14],[-24,9],[-10,2],[-20,4],[-29,-1],[-26,-8],[-34,-19],[-1,0],[-19,-6],[-1,0],[-20,0],[-2,0],[-15,6],[-1,0],[-14,7],[-1,1],[-17,15],[-1,1],[-19,20],[-19,10],[-22,3],[-34,-3],[-27,-8],[-3,-1],[-23,-13],[-27,-20],[-33,-31],[-34,-38],[-13,-16],[-26,-31],[0,-1],[-25,-20],[0,0],[-23,-14],[0,-1],[-35,-16],[-24,-14],[-2,0],[-19,-6],[0,0],[-15,-3],[0,0],[-22,-2],[-16,-3],[-17,-10],[-1,-1],[-19,-6],[-14,-4],[-2,0],[-17,-2],[-17,-8],[0,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,1],[1,0],[17,9],[0,0],[1,0],[1,0],[18,1],[14,4],[18,6],[17,11],[2,0],[17,4],[1,0],[21,2],[14,3],[19,5],[24,13],[0,1],[35,16],[22,14],[23,19],[25,30],[14,17],[34,38],[0,0],[34,32],[1,0],[27,20],[1,1],[23,13],[1,1],[4,1],[27,9],[1,0],[36,2],[1,0],[24,-3],[1,0],[21,-11],[1,-1],[20,-21],[17,-14],[13,-7],[14,-6],[18,0],[17,6],[34,18],[1,1],[27,8],[2,1],[30,1],[2,0],[20,-4],[10,-2],[1,-1],[25,-9],[2,-1],[18,-15],[1,0],[15,-15],[11,-11],[18,-19],[30,-32],[36,-33],[1,0],[46,-50],[57,-67],[33,-41],[46,-63],[40,-48],[25,-23],[16,-14],[32,-28],[215,-169],[232,-190],[122,-97],[22,-15],[21,-15],[11,-7],[43,-13],[30,-8],[16,-3],[34,-6],[54,-10],[23,-2],[23,-2],[1,0],[30,-10],[2,-1],[23,-18],[13,-10],[8,-7],[6,-1],[26,-8],[1,0],[18,-7],[1,-1],[30,-23],[26,-21],[17,-8],[40,-11],[64,-5],[22,-2],[1,-1],[16,-4],[1,0],[1,-1],[0,0],[1,-1],[8,-9],[0,-1],[6,-11],[6,-4],[19,1],[17,11],[0,0],[19,10],[1,0],[21,3],[1,0],[12,-1],[54,-3],[162,-9],[249,-11],[20,-1],[21,-1],[12,26],[0,0],[14,24],[42,63],[1,1],[1,1],[1,0],[20,10],[18,19],[13,15],[6,12],[1,1],[22,24],[36,36],[16,18],[7,10],[13,23],[1,1],[52,62],[29,34],[25,34],[1,1],[92,109],[1,6],[0,1],[1,1],[0,1],[35,48],[0,0],[13,14],[17,29],[1,1],[7,8],[0,0],[1,1],[1,0],[13,5],[18,8],[6,5],[15,20],[1,1],[20,20],[4,5],[11,14],[28,35],[16,22],[1,6],[1,28],[0,1],[0,1],[0,0],[6,13],[0,1],[8,15],[1,1],[26,31],[16,21],[6,14],[12,34],[1,1],[14,25],[0,0],[18,24],[19,25],[0,1],[19,18],[1,1],[18,12],[0,0],[22,11],[1,0],[25,6],[14,5],[6,6],[5,11],[5,17],[0,1],[1,1],[0,0],[1,1],[1,0],[1,1],[1,0],[1,0],[0,0],[25,-7],[9,0],[47,12],[1,0],[1,0],[19,-3],[1,0],[42,-12],[68,-22],[11,-1],[17,1],[0,0],[1,0],[1,-1],[1,0],[1,0],[16,-13],[1,-2],[4,-5],[5,-8],[1,-1],[7,-21],[0,0],[20,-69],[10,-30],[15,-25],[21,-31],[12,-14],[18,-16],[30,-16],[27,-7],[49,-6],[1,0],[17,-6],[1,-1],[29,-15],[32,-21],[24,-17],[10,-5],[11,-5],[24,-10],[1,-1],[23,-15],[1,-1],[20,-17],[41,-25],[35,-18],[11,35],[31,101],[36,112],[12,41],[6,19],[42,141],[61,190],[54,182],[44,135],[32,97],[5,14],[38,-18],[29,-15],[11,-15],[9,-20],[8,-21],[19,4],[96,80],[227,172],[25,-18],[24,23],[32,25],[76,46],[3,1],[3,15],[24,14],[16,14],[15,16],[14,25],[44,20],[17,17],[54,36],[33,20],[52,24],[114,43],[7,-9],[6,-1],[19,3],[19,9],[24,16],[87,75],[27,25],[21,11],[33,17],[-20,9],[22,25],[44,41],[66,79],[29,41],[6,25],[2,16],[-2,14],[-7,15],[-17,29],[-9,27],[-1,18],[5,14],[39,49],[5,20],[1,7],[-13,7],[-11,2],[-6,7],[-2,11],[3,11],[4,8],[10,7],[11,-5],[13,-8],[20,-10],[13,1],[20,9],[33,39],[25,25],[13,33],[25,70],[-39,7],[-1,2],[6,21],[7,41],[4,27],[7,40],[0,17],[1,12],[-4,118],[4,159],[3,132],[-3,35],[-2,88],[4,44],[8,91],[0,51],[-32,236],[0,27],[-2,37],[-5,28],[0,38],[-16,-1],[1,19],[-6,46],[-18,101],[-17,79],[-9,52],[-4,41],[0,97],[3,27],[-15,1],[-1,38],[24,-4],[19,0],[27,2],[24,-1],[7,-7],[0,-17],[89,0],[0,67],[17,2],[-3,49],[-179,-5],[-1,17],[-3,66],[9,66],[-2,81],[-2,61],[-2,201],[3,16],[50,128],[38,124],[6,20],[10,15],[22,21],[29,9],[0,12],[54,29],[12,7],[178,136],[100,3],[-15,245],[-65,-5],[-4,324],[-1,145],[-184,-54],[-119,232],[-39,72],[-34,38],[-52,47],[-29,1],[1,148],[5,12],[19,9],[20,-1],[17,6],[-79,641],[21,369],[-25,29],[-186,-105],[-41,-20],[-62,-15],[-17,-3],[-23,-4],[-34,3],[-70,10],[14,46],[26,122],[23,80],[15,44],[16,85],[4,72],[0,77],[0,0],[20,30],[7,20],[16,39],[19,56],[13,61],[12,20],[8,18],[17,26],[294,398],[10,15],[56,77],[70,120],[47,95],[8,33],[107,116],[25,18],[56,26],[-8,17],[20,9],[160,0],[113,-34],[39,-14],[135,5],[217,434],[23,72],[23,23],[4,32],[-1,43],[-9,12],[77,32],[50,106],[2,60],[-99,53],[-27,-56],[-33,18],[-4,8],[0,5],[8,14],[40,40],[15,10],[37,21],[62,10],[14,5],[9,11],[3,16],[-7,21],[-22,59],[-12,33],[-18,60],[91,45],[50,25],[240,120],[-46,33],[-24,9],[-97,35],[-21,15],[-13,15],[-26,63],[-46,119],[-11,45],[26,70],[35,101],[4,11],[-11,35],[18,41],[12,49],[4,23],[-6,36],[-41,71],[-15,31],[-6,18],[-9,14],[-28,28],[-20,13],[-18,9],[-24,5],[-20,3],[-95,2],[-46,12],[-20,8],[7,43],[27,131],[1,19],[11,57],[17,74],[2,18],[44,216],[10,57],[-309,73],[15,87],[3,58],[19,-1],[178,197],[84,91],[12,13],[7,19],[59,299],[6,34],[30,145],[-10,19],[68,141],[23,-10],[90,197],[-140,83],[4,20],[0,5],[232,404],[-4,18],[-2,5],[0,33],[3,33],[-3,12],[-57,60],[-1,8],[-1,7],[20,217],[-1,22],[-5,17],[-9,19],[-35,36],[-30,27],[-30,24],[-39,18],[-47,14],[-6,1],[-23,14],[-38,-4],[-29,-9],[-23,-29],[-18,-20],[-20,5],[-8,16],[-3,7],[-135,503],[16,45],[2,16],[0,19],[-4,47],[-11,91],[-12,66],[-8,98],[-4,18],[-3,11],[-6,17],[0,1]],[[766442,573572],[-2,-115],[82,-5],[107,6],[20,-1],[32,-18],[30,-6],[6,-44],[99,26],[45,10],[43,6],[10,2],[52,-255],[35,-190],[68,-2],[5,-6],[2,-35],[22,-171],[37,-7],[4,-31],[7,-15],[231,-14],[31,-180],[26,2],[13,2],[24,5],[22,5],[23,0],[19,-10],[37,-21],[52,-35],[5,-3],[6,-5],[17,9],[18,19],[19,-112],[5,-34],[11,-48],[11,-66],[10,-34],[18,-42],[43,-84],[17,-37],[18,-57],[20,-82],[17,-60],[12,-32],[9,-23],[-3,-11],[-25,-17],[-13,-16],[-2,-16],[3,-13],[11,-19],[10,-51],[24,-112],[-34,-55],[-56,-83],[-10,-14],[4,-15],[67,-2],[141,-21],[98,-11],[58,-4],[18,0],[18,0],[14,-29],[2,-5],[5,-8],[83,-168],[167,-347],[61,-16],[140,-36],[-70,-108],[-7,-25],[-7,-11],[-27,-26],[-30,-24],[-21,-12],[-4,-31],[-1,-4],[269,-433],[8,-13],[55,-106],[-116,-162],[-1,-5],[5,-26],[12,-22],[23,-24],[15,-13],[13,-3],[83,-187],[-39,-84],[5,-13],[-9,-50],[-1,-102],[-7,-52],[-6,-59],[9,-11],[12,-24],[11,-18],[11,-50],[-33,-6],[-32,-3],[-41,1],[-30,3],[-17,4],[-2,-24],[4,-28],[5,-21],[14,-37],[0,-35],[2,-31],[18,-53],[6,-11],[6,-21],[11,-43],[11,-20],[25,-38],[18,-35],[12,6],[30,0],[28,0],[48,1],[30,-7],[37,-15],[37,-21],[42,-29],[22,-23],[7,-7],[8,-8],[9,-16],[85,-102],[15,-14],[18,-16],[47,-35],[46,-32],[13,-16],[4,-15],[38,-7],[20,-31],[8,-49],[-3,-138],[-6,-25],[68,-7],[79,-8],[38,-10],[34,-32],[108,-97],[152,259],[65,113],[24,42],[75,126],[32,55],[16,-18],[14,-11],[90,-103],[36,-50],[12,-27],[9,-23],[12,-35],[4,-24],[0,-45],[-5,-27],[-4,-24],[-5,-9],[-5,-19],[0,-6],[-6,-15],[-22,-63],[-48,-134],[-56,-144],[-22,-67],[-10,-40],[-4,-17],[-2,-27],[2,-17],[5,-29],[9,-38],[18,-69],[2,-28],[1,-18],[-90,-30],[-40,-11],[0,0],[-36,7],[-95,13],[-47,15],[1,-25],[8,-30],[11,-35],[5,-15],[13,-12],[76,0],[20,-4],[-15,-42],[-1,-26],[0,-19],[1,-44],[-5,-39],[-10,-59],[-1,-47],[-5,-22],[-8,-17],[-18,-34],[-56,-81],[-55,-76],[-32,-42],[-153,-239],[-36,-56],[-20,-26],[-38,-56],[-24,-34],[40,-24],[-33,-37],[0,0],[-34,-37],[-19,19],[-29,-33],[24,-24],[-24,-36],[-40,-31],[-38,-34],[-12,-9],[-55,-34],[79,-97],[-19,-69],[-6,-25],[1,-7],[13,-14],[37,-36],[34,-37],[-17,-34],[-29,-64],[-15,-31],[-25,-58],[-9,-26],[-3,-32],[7,-32],[5,-13],[2,-7],[14,-24],[38,-58],[13,-27],[6,-20],[2,-25],[2,-19],[-1,-32],[1,-30],[-3,-39],[-4,-38],[-12,-98],[-9,-58],[-2,-15],[12,-24],[24,-43],[38,-25],[27,-15],[23,-12],[59,-4],[55,0],[51,13],[23,-12],[17,-19],[7,-11],[-2,-37],[51,-94],[18,-13],[-20,-29],[-56,-77],[-26,-33],[-15,-18],[-14,-12],[-22,-11],[-27,-12],[-31,-5],[-89,-23],[-149,-33],[-42,-2],[-18,3],[-23,0],[13,-22],[27,-36],[15,-37],[9,-32],[7,-29],[12,-22],[10,-19],[50,-76],[17,-29],[16,-36],[15,-38],[13,-25],[14,-21],[41,-51],[12,-18],[26,-9],[6,-2],[38,-18],[76,-34],[67,-30],[18,-9],[19,-10],[63,-53],[29,-15],[40,-9],[33,-7],[51,3],[26,-4],[27,-10],[28,-20],[34,-27],[28,-29],[17,-18],[16,-19],[27,-38],[41,-58],[29,-44],[19,-20],[8,-6],[24,-32],[17,-25],[19,-20],[11,-7],[17,-12],[26,-9],[80,-32],[58,-23],[49,-18],[67,-24],[19,-13],[10,-8],[26,-47],[17,-18],[16,-3],[2,16],[35,-3],[23,3],[25,17],[13,8],[21,-6],[104,-30],[39,-18],[20,-10],[27,-13],[72,-46],[33,-23],[-12,-19],[60,-47],[33,-25],[42,-30],[28,-22],[25,-28],[26,-23],[9,-6],[37,-65],[17,-25],[43,-38],[-9,-169],[-33,-2],[-90,-16],[-116,-18],[-67,4],[-37,10],[-36,13],[-25,15],[-11,6],[-23,-3],[-24,-12],[-18,-19],[-10,-24],[0,-24],[5,-19],[12,-18],[1,-13],[8,-71],[2,-17],[6,-57],[4,-80],[-1,-38],[8,-48],[20,-70],[-18,-29],[-23,-28],[-59,-35],[-38,-12],[-76,-37],[-47,-33],[-35,-25],[-151,-117],[-61,-25],[-67,-21],[-32,-9],[-22,-7],[-11,-3],[-36,-14],[-44,-37],[-36,-33],[-48,-27],[-5,23],[-29,22],[-90,61],[-11,61],[-17,5],[-41,20],[-34,22],[-38,18],[-36,36],[-3,20],[11,-2],[5,-1],[-5,52],[-18,20],[-28,13],[-26,-8],[-39,-3],[-147,13],[-76,1],[-3,0],[-21,0],[-25,-84],[-7,-52],[-16,-46],[-7,-42],[4,-63],[28,-74],[67,-165],[2,-28],[-14,-80],[-15,-102],[-14,-16],[-26,-47],[-22,-51],[-36,-107],[-9,-51],[-9,-80],[0,-26],[0,0],[-48,-24],[-14,-150],[-25,-6],[9,-33],[24,9],[27,-81],[14,-47],[54,10],[37,-75],[10,5],[7,-17],[20,11],[13,-29],[32,17],[3,-63],[21,-125],[4,-22],[5,-34],[4,-42],[2,-126],[2,-44],[4,-9],[-7,2],[6,-13],[8,-22],[14,-88],[0,-6],[0,-23],[-22,-86],[-11,-39],[-12,-31],[-8,-24],[-2,-20],[0,-47],[2,-24],[7,-14],[13,-13],[24,-12],[12,1],[1,-25],[9,-141],[4,-55],[2,-114],[2,-6],[-70,-11],[-50,0],[-78,-16],[61,-205],[-67,-56],[-59,-47],[-40,-21],[-53,-31],[-57,-39],[-48,-36],[-11,-27],[73,-287],[55,-171],[-32,-43],[15,-201],[2,-24],[32,-445],[240,-1],[150,7],[-65,-22],[-30,-20],[-15,-21],[0,-197],[-1043,-91],[5,94],[16,23],[5,96],[2,187],[0,57],[0,19],[-28,13],[-13,17],[-14,18],[-9,46],[3,23],[2,12],[0,300],[1,30],[6,47],[17,38],[11,21],[115,562],[-15,57],[-7,40],[-2,34],[1,47],[5,54],[3,68],[4,84],[-3,86],[-2,23],[-13,55],[-22,75],[-72,226],[-4,24],[-2,7],[-35,102],[-28,71],[-20,57],[-32,106],[-40,130],[-23,104],[-15,98],[-13,71],[-32,226],[-13,117],[-363,55],[1,16],[10,367],[-37,34],[-5,56],[-34,137],[-13,78],[0,13],[0,15],[12,39],[27,113],[13,82],[2,23],[21,22],[11,0],[61,-44],[118,-84],[3,-3],[97,-40],[24,-12],[4,-2],[59,-22],[69,-15],[30,42],[43,53],[34,40],[16,50],[-5,51],[-20,42],[-32,52],[-20,48],[-8,24],[0,32],[4,40],[-13,8],[-10,16],[-10,28],[-11,78],[-7,42],[-17,54],[-64,195],[-61,161],[6,6],[12,2],[40,7],[186,62],[112,35],[37,10],[40,9],[10,9],[18,30],[0,21],[0,6],[-25,97],[-8,37],[0,19],[6,22],[14,21],[20,17],[32,16],[22,7],[-2,16],[-31,109],[-33,103],[-49,143],[-20,-6],[-17,49],[-46,131],[-17,48],[-21,51],[-26,59],[-12,24],[-16,32],[-37,64],[-10,23],[-160,-59],[-5,-22],[-9,-93],[-9,-84],[-2,-35],[-12,-28],[-89,92],[-24,2],[-20,20],[16,53],[20,51],[-19,1],[26,84],[-111,47],[36,108],[40,140],[10,47],[11,1],[42,15],[39,28],[16,33],[10,45],[0,66],[4,38],[-66,11],[-65,10],[-204,35],[1,20],[-62,37],[-62,43],[1,27],[4,35],[18,195],[7,65],[5,53],[0,12],[-5,5],[80,475],[-11,10],[36,55],[-4,22],[-16,19],[-28,5],[-97,-14],[-29,11],[-31,26],[-31,27],[-21,24],[12,5],[24,13],[24,15],[32,26],[30,31],[92,104],[15,25],[11,23],[8,28],[5,26],[11,82],[7,60],[4,57],[2,57],[5,101],[4,141],[2,139],[0,11],[133,-4],[34,1],[24,17],[13,20],[22,85],[-19,41],[102,316],[41,125],[11,27],[15,54],[2,9],[7,41],[154,497],[22,69],[34,46],[30,97],[-21,45],[-74,134],[-19,-7],[-9,28],[-17,18],[-33,7],[-37,15],[-36,21],[-19,34],[-6,10],[2,40],[9,20],[9,2],[40,20],[19,7],[4,0],[-25,9],[-16,14],[-11,17],[-13,27],[-26,62],[-10,33],[-8,35],[-23,50],[-28,27],[-48,40],[-8,20],[6,27],[4,9],[-53,102],[-3,-1],[-24,-9],[-29,7],[-22,20],[-22,17],[-7,35],[4,31],[10,30],[3,19],[-11,21],[-20,14],[-26,73],[-10,23],[-18,23],[-24,15],[-11,13],[63,88],[-29,133],[-28,139],[-32,138],[-23,92],[-6,20],[33,3],[-6,230],[0,18],[5,22],[-1,126],[-64,-19],[-37,61],[-55,-26],[-11,22],[-48,163],[-38,132],[4,50],[10,20],[14,13],[18,0],[16,3],[13,11],[6,15],[3,36],[2,20],[3,33],[-2,19],[-10,14],[-12,13],[-18,4],[-8,0],[-11,-3],[-10,-3],[-15,-15],[-29,-44],[-31,-35],[-8,-5],[-8,1],[-12,10],[-19,51],[-31,75],[-28,45],[-55,99],[-22,27],[-1,0],[-51,117],[30,36],[53,47],[27,23],[9,7],[51,44],[30,25],[50,32],[55,29],[21,9],[37,16],[-15,24],[-7,31],[-20,30],[-47,20],[-30,-2],[-101,-73],[-48,-31],[-35,-5],[-29,1],[-29,5],[-20,10],[-19,22],[-19,28],[-6,16],[-5,23],[7,38],[15,33],[24,34],[37,29],[49,32],[30,6],[21,-1],[24,-8],[22,1],[10,4],[8,12],[3,15],[-1,16],[-6,14],[-24,26],[-5,8],[-20,14],[-35,22],[-33,27],[-67,74],[-42,37],[-43,30],[-30,13],[-28,2],[-31,-6],[-14,-6],[-17,-12],[-44,-71],[-24,-43],[-47,-56],[-33,-33],[-20,-10],[-16,1],[-17,11],[-20,29],[-12,27],[-10,38],[-10,31],[-16,30],[-28,34],[-21,21],[-33,28],[-16,21],[-14,25],[-5,26],[0,65],[5,19],[-4,106],[-1,20],[-1,12],[-4,18],[-36,112],[-31,79],[-47,97],[-5,16],[-4,11],[-5,17],[-1,20],[-1,14],[-48,125],[-10,37],[-4,13],[-24,-8],[-20,-11],[-37,-25],[-31,-25],[-23,-21],[-13,-2],[-32,42],[-13,17],[20,19],[17,16],[-17,27],[39,34],[1,13],[-12,23],[-32,41],[-83,-93],[-4,-12],[3,-8],[44,-57],[0,-14],[-5,-8],[-6,1],[-54,57],[-33,-36],[39,-43],[-2,-10],[-11,0],[-11,3],[-34,28],[-12,-13],[-20,-22],[-31,26],[-15,14],[-16,13],[-43,20],[50,41],[40,43],[42,46],[9,53],[-39,56],[-2,27],[-14,16],[-24,3],[-26,-6],[-28,3],[-11,7],[6,-22],[3,-28],[-4,-25],[-16,-30],[-17,-18],[-26,-14],[-29,-2],[-21,4],[-18,12],[-37,26],[-18,21],[-32,54],[-10,64],[-4,21],[-7,21],[-12,15],[-25,18],[-34,19],[-24,12],[11,42],[11,55],[6,31],[29,-26],[20,88],[10,42],[8,31],[22,45],[13,25],[2,1],[16,2],[43,1],[63,8],[64,8],[12,4],[65,18],[46,0],[26,-10],[16,83],[29,-7],[60,-21],[83,-27],[5,-7]],[[777872,570916],[-47,-83],[-1,0],[-21,-35],[-33,-58],[-26,-46],[-73,-114],[-11,-22],[-49,-79],[-52,-86],[-48,-80],[-42,-67],[-70,-111],[-104,-174],[-14,-15],[-63,-133],[-38,-65],[-77,-122],[-36,-63],[-4,-14],[-1,-4],[-15,-15],[-28,-33],[-337,-563],[-35,-55],[-37,-63],[-115,-185],[-40,-74],[-127,-203],[-77,-132],[-30,-46],[-14,-3],[-112,-32],[-36,-11],[-79,-24],[-299,-88],[-58,-17],[-103,-30],[-80,-24],[-25,-8],[-45,130],[-6,22],[36,24],[36,35],[61,59],[25,25],[42,41],[76,71],[37,38],[16,16],[5,17],[1,45],[-6,75],[-3,22],[-3,24],[-7,36],[-14,37],[-14,32],[-71,120],[-1,4],[-10,16],[-17,27],[-20,35],[-2,7],[-16,19],[-13,29],[-55,115],[-52,109],[-47,100],[-82,171],[-9,20],[-32,66],[-6,30],[-19,73],[-12,45],[-10,21],[-38,76],[-88,162],[-27,47],[-19,25],[-22,22],[-22,15],[60,54],[82,76],[77,68],[-66,76],[-9,11],[-22,26],[-41,54],[-103,147],[-31,42],[-30,39],[-45,66],[21,11],[208,108],[131,68],[149,77],[21,12],[215,112],[94,50],[28,13],[20,7],[149,76],[111,55],[28,20],[32,17],[41,21],[-6,26],[-6,4],[-10,36],[-14,49],[-2,29],[0,254],[3,234],[1,36],[0,24],[0,74],[2,125],[1,49],[2,100],[4,279],[0,64],[2,62],[-1,118],[1,128],[0,5],[1,19],[0,22],[2,113],[0,81],[2,167],[0,131],[3,220],[0,38],[22,13],[26,12],[236,132],[467,265],[177,100],[129,73],[200,113],[542,306],[300,169],[85,41],[-3,-122],[-8,-149],[-2,-104],[-4,-464],[-1,-69],[-2,-194],[-4,-75],[-2,-85],[-6,-225],[0,-19],[0,-12],[3,-136],[9,-433],[-1,-39],[3,-33],[2,-9],[4,-87],[-1,-136],[-13,-59],[0,-50],[43,-542],[10,-49],[23,-68],[-90,-10],[-33,-27],[-64,-38],[-80,-31],[-3,-45],[18,-18],[12,-9],[99,-215],[25,-56],[-130,-217],[-17,-26],[-125,-207],[-7,-10],[-11,-27],[-24,-48],[1,0]],[[772817,578787],[10,-71],[586,85],[4,-33],[45,-363],[2,-9],[54,-435],[24,-30],[25,2],[38,2],[97,14],[29,6],[120,36],[168,49],[18,6],[446,130],[299,91],[55,11],[41,6],[19,5],[145,23],[52,5],[43,0],[154,-6],[11,-7],[29,-63],[85,-193],[120,-274],[42,-102],[4,-9],[19,-47],[39,-94],[124,-291],[0,0],[158,-357],[86,-200],[-21,-9],[-331,-103],[-232,-67],[-250,-72],[-361,-109],[-112,-33],[-618,-182],[-409,-122],[-5,-2],[-17,-6],[-68,167],[-6,32],[-70,159],[-73,173],[-41,90],[-29,54],[-16,22],[-32,33],[-106,92],[-90,77],[-63,51],[-52,60],[-21,28],[-67,137],[-123,274],[-212,463],[0,19],[-18,41],[-9,29],[-18,112],[-17,106],[-8,56],[-60,376],[-26,178],[-9,70],[-13,39],[340,2],[60,0],[12,-122]],[[768676,546758],[-15,3],[-54,47],[-19,23],[-1,1]],[[767283,546728],[-12,-8],[-5,-3],[-15,-6],[-1,0],[-4,-1],[-16,-6],[-1,-1],[-4,-1],[-5,-2],[-4,-1],[-30,-5],[-19,-12],[-12,-11]],[[762708,545950],[0,0],[-2,1],[-11,1],[0,0],[-3,0],[-1,0]],[[762691,545952],[0,13],[4,19],[8,20],[7,10]],[[762710,546014],[2,0],[3,0],[2,-1],[4,-1],[1,0],[1,0]],[[764424,546124],[43,42],[25,35],[11,16],[0,0],[7,-5],[70,0],[27,-19],[13,-9],[9,-8],[180,-148],[254,-17],[28,15],[257,71],[-8,115],[54,2],[46,-3],[36,0],[61,-1],[118,6],[57,6],[39,15],[43,8],[116,14],[180,12],[15,0],[0,3],[5,-3],[2,13],[5,12],[12,16],[26,16],[27,11],[34,5],[98,3],[44,9],[27,9],[16,8],[7,3],[11,14],[1,-2],[0,-3],[0,1],[4,0],[42,8],[5,0],[83,-1],[20,2],[9,2],[4,3],[19,29],[1,2],[4,4],[4,3],[1,1],[21,11],[3,2],[5,1],[5,1],[20,0],[7,-1],[18,-5],[31,-4],[9,2],[3,5],[2,4],[4,4],[4,3],[1,1],[13,8],[7,3],[11,2],[5,1],[2,4],[2,4],[9,12],[4,4],[11,12],[7,5],[14,8],[8,2],[9,2],[2,6],[3,8],[6,10],[2,4],[4,4],[2,1],[8,7],[8,4],[14,5],[2,2],[9,20],[4,8],[8,10],[3,3],[4,3],[2,1],[9,6],[7,2],[19,5],[3,1],[9,13],[1,2],[3,4],[5,3],[4,2],[3,1],[9,3],[8,1],[33,-2],[18,10],[0,1],[5,8],[8,11],[3,3],[11,9],[5,4],[10,6],[9,4],[8,1],[9,9],[5,4],[26,15],[10,4],[32,6],[6,2],[1,0],[4,2],[16,5],[2,1],[3,1],[-20,122],[91,-4],[86,-6],[133,9],[105,13],[549,97]],[[768808,547303],[24,-59],[0,0]],[[768855,547250],[0,0],[-9,21],[-3,8],[-14,29],[0,0],[0,1],[-3,7],[-78,180],[-3,12],[2,5],[10,6],[38,10],[154,48],[15,3],[41,-73],[10,-24],[16,-27],[1,2],[4,4],[4,3],[2,1],[10,6],[3,1],[5,2],[2,0],[10,1],[1,0]],[[439083,190068],[-9,-9],[-1,-1],[-10,-7],[-3,-2],[-11,-3],[-2,-1],[-38,-1],[-12,-1],[-2,0],[-14,4],[-1,1],[-13,7],[-1,1],[-11,10],[-1,1],[-4,5],[-4,6],[-4,4],[-5,3],[-5,1],[-5,-1],[-3,-1],[27,-67],[0,0],[23,-66],[1,0],[19,-46],[0,-2],[11,-48],[0,-1],[6,-37],[0,-1],[3,-38],[0,-1],[1,-38],[0,-1],[-9,-77],[0,-1],[0,0],[-1,-31],[0,-1],[-1,-11],[-1,-12],[0,0],[-4,-22],[0,-1],[-40,-300],[0,-2],[-32,-285],[0,-1],[0,0],[-27,-160],[-1,-24],[0,-1],[-5,-24],[0,-1],[-7,-21],[-1,-14],[3,-15],[0,0],[2,-13],[2,-9],[4,-9],[1,-1],[0,-1],[0,-1],[1,-15],[0,0],[0,-2],[-1,-2],[0,-1],[-2,-3],[-5,-10],[0,-1],[-4,-5],[0,-1],[-1,-2],[-2,-1],[-1,0],[-1,-1],[-6,-1],[-1,0],[-7,0],[-5,-2],[-4,-3],[-5,-6],[0,0],[-35,-36],[-19,-26],[-9,-15],[-1,-1],[-12,-15],[0,0],[-3,-3],[-11,-10],[0,0],[-7,-5],[-2,-2],[-5,-7],[-3,-7],[-1,-2],[0,0],[-8,-34],[-1,-2],[-23,-45],[0,0],[-8,-14],[-6,-14],[-5,-15],[-2,-8],[-2,-6],[-1,-2],[-2,-5],[-5,-8],[-1,-2],[-8,-9],[-13,-28],[-1,-2],[0,0],[-12,-22],[-3,-12],[-1,-2],[-6,-12],[-1,-2],[-9,-11],[-1,-1],[-9,-6],[-2,-4],[-1,-5],[1,-7],[2,-7],[0,-1],[0,-1],[0,-1],[0,-10],[0,0],[-1,-2],[0,-1],[-4,-8],[0,0],[-3,-6],[-1,-4],[1,-6],[5,-47],[4,-21],[0,-1],[3,-23],[0,-1],[0,0],[2,-18],[1,-8],[3,-8],[27,-49],[5,-7],[8,-6],[1,0],[9,-8],[2,-2],[8,-12],[1,-3],[4,-13],[0,-3],[0,-14],[0,-2],[-4,-22],[0,0],[-8,-51],[-4,-53],[0,0],[-3,-23],[-2,-39],[0,-2],[-2,-11],[-1,-3],[-6,-9],[-2,-3],[-4,-3],[-1,-6],[0,-8],[3,-8],[6,-9],[1,-1],[21,-45],[36,-67],[1,-1],[13,-30],[1,-2],[7,-26],[7,-15],[1,-1],[0,-1],[8,-23],[31,-81],[0,0],[0,-2],[0,-2],[0,0],[0,-9],[1,-6],[2,-5],[5,-7],[1,-3],[23,-73],[11,-23],[1,-1],[0,-2],[0,-2],[0,-1],[1,0],[6,5],[1,1],[1,0],[2,1],[8,1],[2,1],[1,-1],[1,0],[11,-3],[42,0],[18,8],[2,0],[64,12],[0,0],[46,4],[30,12],[2,1],[23,1],[1,0],[8,0],[1,0],[2,0],[0,-1],[8,-4],[1,0],[1,-1],[1,-1],[6,-7],[0,0],[1,-2],[1,-1],[0,-1],[2,-8],[0,-1],[15,-75],[0,-1],[0,-2],[-1,-45],[5,-30],[17,-106],[11,-65],[0,-1],[1,-2],[0,-28],[12,-44],[0,-2],[1,-10],[0,0],[1,-10],[0,-1],[1,-21],[0,-1],[0,-49],[0,0],[0,-4],[0,-2],[-8,-37],[-6,-47],[-2,-15],[-3,-20],[-3,-18],[0,0],[0,-2],[-2,-5],[-11,-31],[-4,-20],[0,-1],[-1,-2],[0,-2],[-7,-19],[-4,-19],[0,-20],[3,-22],[0,-1],[-1,-2],[0,-1],[-2,-9],[-1,0],[-16,-40],[-2,-23],[0,-1],[-7,-26],[-4,-42],[0,0],[0,-1],[-8,-64],[-1,-3],[-17,-37],[0,0],[-2,-4],[-2,-5],[-4,-8],[0,-5],[0,0],[0,-7],[3,-11],[1,-1],[0,-2],[0,-2],[0,0],[-2,-8],[0,-1],[-1,-1],[-1,-1],[-1,-2],[-1,0],[-6,-5],[0,0],[-2,-1],[-1,0],[-2,-1],[-1,1],[-3,0],[-4,1],[2,-13],[0,-2],[-2,-20],[0,-2],[-7,-20],[0,0],[0,-2],[-1,-1],[-1,-1],[-2,-1],[0,0],[-6,-4],[-1,-1],[0,0],[1,-1],[2,-1],[6,2],[0,0],[2,0],[1,0],[8,-1],[1,0],[0,0],[1,0],[2,-1],[1,-1],[1,-1],[1,-1],[5,-9],[1,-2],[3,-8],[0,0],[0,-2],[0,-1],[0,-2],[-1,-6],[0,0],[0,-2],[-1,-2],[0,0],[-1,-2],[0,0],[1,-1],[6,-3],[2,-1],[13,-13],[0,-1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,0],[-6,-27],[0,-1],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-1,0],[-15,2],[-4,-8],[0,0],[1,0],[1,-1],[2,0],[1,0],[9,-5],[0,-1],[2,-1],[1,-1],[0,-1],[7,-11],[0,0],[1,-2],[0,-2],[0,-1],[0,-2],[0,-2],[0,0],[-4,-10],[-1,-3],[2,-9],[1,0],[0,-2],[0,-2],[-1,-1],[0,-1],[-8,-16],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-1,0],[-2,0],[-1,0],[-1,1],[-12,7],[-1,-27],[0,-1],[0,-2],[-1,-1],[0,-1],[-4,-6],[0,-1],[0,-1],[1,-1],[6,-2],[0,0],[1,-1],[1,-1],[1,-1],[13,-16],[0,-1],[1,-1],[1,-1],[0,-2],[0,-2],[0,-1],[0,-2],[-1,-1],[0,-1],[-7,-12],[-1,-1],[-1,-1],[0,-1],[-8,-6],[0,-1],[-1,0],[-2,-1],[0,0],[-1,0],[-9,-4],[-1,0],[-1,0],[-1,0],[-4,0],[0,0],[0,-1],[0,-1],[1,-1],[1,-1],[37,-9],[1,0],[1,-1],[1,-1],[1,-1],[1,-2],[1,-1],[0,-2],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-1,-1],[-20,-7],[0,-2],[0,0],[0,-2],[0,-1],[0,-1],[-3,-7],[-1,-1],[-1,-1],[-1,-2],[-4,-4],[-3,-2],[-7,-3],[-4,-4],[-1,-2],[1,-3],[0,-3],[2,-4],[3,-7],[14,-14],[0,-1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-2,0],[-13,-3],[0,0],[-1,0],[0,-1],[0,0],[1,-2],[10,-13],[0,-1],[1,-1],[0,-2],[1,-2],[0,0],[-1,-8],[1,-6],[1,-4],[4,-4],[7,-8],[1,-3],[5,-11],[1,-3],[0,0],[1,-12],[0,-1],[0,-2],[0,-1],[-1,-2],[0,0],[-6,-11],[0,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-4,-4],[-1,0],[0,-2],[0,-3],[1,-2],[1,0],[0,-1],[2,0],[1,0],[2,-1],[1,-1],[0,0],[5,-5],[1,-1],[0,-1],[1,-2],[0,-1],[3,-11],[0,-1],[0,-1],[0,-2],[0,-2],[-1,-1],[-1,-1],[-1,-2],[-1,-1],[-2,0],[-1,-1],[0,0],[-12,-2],[-1,0],[0,0],[-2,-15],[0,-2],[-19,-57],[-1,-3],[0,-1],[1,0],[5,-1],[12,4],[1,0],[1,0],[2,0],[1,0],[1,-1],[2,-1],[1,-1],[1,-1],[0,-2],[6,-16],[0,-1],[5,-17],[0,-3],[0,-17],[0,-2],[0,0],[-1,-7],[-6,-37],[0,-2],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-7,-3],[-2,-3],[-2,-6],[-1,-6],[1,-6],[3,-6],[0,-1],[4,-7],[1,-3],[3,-10],[1,-3],[0,-6],[0,-5],[0,0],[0,-3],[-2,-9],[-3,-32],[0,-2],[-9,-29],[0,-4],[0,0],[1,-7],[-1,-4],[0,-1],[-4,-20],[0,0],[-1,-1],[0,0],[0,0],[-3,-15],[-1,-7],[-1,-1],[-6,-15],[-15,-36],[-1,-5],[0,-2],[0,-1],[-1,-2],[0,0],[-5,-8],[0,-1],[-1,-1],[-2,-1],[0,0],[-6,-5],[-1,0],[-5,-2],[-2,-1],[-1,-2],[-1,-2],[0,-2],[0,-3],[4,-11],[0,-2],[1,-13],[1,-7],[2,-5],[1,-1],[6,-3],[5,-2],[1,-1],[1,-1],[1,-1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-2],[0,0],[-4,-19],[0,-2],[-7,-17],[-1,-2],[-10,-16],[-1,-1],[-4,-5],[-3,-4],[23,-19],[1,0],[1,-1],[1,-2],[0,-1],[1,-2],[0,-1],[0,-2],[-1,-2],[0,0],[-5,-12],[0,-1],[-1,-1],[-1,-2],[-1,0],[-2,-1],[-18,-8],[-15,-6],[-2,-1],[-7,-2],[-5,-1],[0,-1],[2,-2],[0,0],[1,-1],[1,-1],[1,-2],[0,-2],[0,0],[1,-12],[0,-1],[0,-1],[0,-2],[-1,-1],[-1,-2],[0,0],[-1,-2],[-7,-7],[-1,0],[-1,-1],[-1,-1],[-2,0],[-1,-1],[-2,1],[0,0],[-8,1],[-1,1],[-3,1],[0,0],[-2,0],[-2,-1],[-2,-1],[-4,-4],[0,-1],[-9,-10],[-6,-10],[-2,-5],[6,4],[1,1],[1,1],[1,0],[2,0],[8,1],[1,0],[1,-1],[2,0],[1,0],[11,-7],[6,-3],[6,-3],[0,-1],[2,-1],[1,-1],[1,-1],[0,-1],[4,-10],[0,-1],[1,-1],[0,-2],[0,-2],[-1,-1],[-2,-9],[0,-1],[-1,-1],[-1,-2],[0,0],[-4,-5],[0,0],[4,-4],[1,0],[1,-1],[1,-2],[0,-1],[4,-9],[0,-1],[0,-1],[0,-2],[0,-2],[0,-1],[-4,-11],[0,0],[0,-1],[-1,-2],[-1,-1],[-1,-1],[-1,0],[-5,-3],[-6,-5],[-3,-3],[-2,-3],[-4,-7],[0,-1],[0,0],[5,-1],[9,-1],[1,0],[2,-1],[1,0],[1,-1],[5,-4],[2,-1],[0,-1],[1,-1],[1,-1],[1,-2],[0,-1],[0,-2],[0,-2],[-1,-8],[-1,-2],[0,-1],[-1,-1],[-4,-8],[-2,-3],[-4,-10],[-26,-94],[-1,-7],[-1,-4],[0,-2],[-5,-13],[-1,-2],[-7,-10],[0,-1],[-3,-6],[-1,-6],[0,-6],[1,-7],[8,-22],[7,-17],[2,-1],[2,-1],[1,-1],[0,-2],[1,-1],[0,-1],[3,-10],[0,-2],[0,-1],[1,-1],[-1,-2],[0,-1],[0,-2],[-1,-1],[-4,-9],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[0,0],[-3,-1],[0,-1],[0,0],[10,-10],[2,-3],[0,-2],[9,-19],[2,-4],[3,-3],[3,-1],[5,-1],[14,-2],[2,-1],[15,-7],[2,-1],[12,-10],[2,-2],[5,-7],[0,-1],[3,-6],[1,-2],[0,-1],[1,-1],[0,-9],[0,-1],[0,-2],[0,-1],[-1,0],[-1,-5],[0,-4],[1,-6],[2,-5],[5,-7],[1,-1],[9,-14],[0,-1],[1,-2],[6,-17],[1,-2],[0,-5],[2,-14],[1,0],[0,-15],[4,-5],[5,-5],[7,-3],[15,-1],[0,0],[3,-1],[0,0],[2,0],[1,-1],[2,-1],[1,-1],[0,-1],[1,-2],[0,-2],[1,-1],[-1,-2],[0,-1],[0,-1],[-4,-10],[-5,-13],[-2,-5],[-1,-2],[-1,-2],[-6,-8],[0,0],[-11,-14],[-2,-2],[-13,-10],[0,-1],[-1,0],[-5,-4],[-3,-4],[-1,-5],[1,-8],[0,0],[0,-32],[0,-1],[0,-1],[0,-2],[0,0],[-3,-8],[0,-4],[2,-7],[0,0],[4,-18],[0,-2],[0,-19],[-1,-2],[-4,-18],[0,-2],[-5,-12],[-16,-44],[-1,-1],[0,0],[-7,-12],[5,-32],[0,-1],[1,-6],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,0],[-4,-7],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,0],[-2,-1],[-5,-3],[-1,-1],[-2,0],[-1,0],[-2,0],[0,0],[-3,0],[-8,2],[0,1],[-1,0],[-2,1],[-1,1],[0,0],[-9,8],[-2,2],[-1,0],[-1,0],[-9,-10],[-10,-15],[-8,-16],[-5,-19],[-1,-1],[-21,-57],[-14,-40],[0,0],[-20,-53],[-8,-38],[-1,-1],[0,0],[-14,-63],[-4,-15],[0,-1],[-18,-59],[-1,-1],[0,-2],[-10,-25],[0,-2],[-21,-41],[-1,-1],[-9,-11],[-2,-6],[-2,-6],[0,-1],[-2,-5],[-1,-2],[0,-1],[-1,-1],[-1,-1],[-17,-13],[-6,-10],[0,0],[-2,-4],[-4,-7],[-3,-5],[-9,-21],[-1,-1],[0,-1],[-2,-1],[0,-1],[-8,-5],[-1,-1],[-3,-5],[-4,-8],[0,-1],[-24,-42],[0,-1],[-3,-5],[-1,-1],[-3,-5],[-5,-8],[-13,-26],[-10,-22],[-1,-1],[-3,-10],[-1,-1],[0,0],[0,0],[-7,-16],[-4,-11],[-3,-14],[-1,-3],[-15,-29],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,0],[-1,0],[-11,1],[0,0],[0,0],[1,-6],[1,-3],[-1,-4],[5,1],[1,0],[1,1],[2,-1],[0,0],[20,-4],[1,-1],[1,0],[2,-1],[1,-1],[0,-2],[1,-1],[1,-2],[0,-2],[0,-1],[-1,-5],[0,-1],[-1,-12],[0,0],[-1,-2],[0,-1],[-1,-2],[-14,-18],[-5,-7],[-16,-20],[-1,-1],[-34,-34],[-3,-3],[-10,-14],[-11,-20],[0,-1],[-1,-2],[-1,-1],[-12,-11],[-1,-1],[-2,-1],[-11,-6],[-2,-1],[-8,-2],[-4,-1],[3,-18],[1,-1],[0,-3],[2,-10],[2,-8],[0,0],[0,-2],[0,-2],[-1,-1],[0,-2],[-1,-1],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-2,-1],[-1,1],[-2,0],[-17,7],[0,0],[-4,2],[-2,1],[-8,8],[-8,4],[-2,1],[-5,1],[-5,1],[-10,0],[0,0],[-1,0],[-2,1],[-1,0],[-7,4],[0,0],[-1,1],[-1,1],[-5,6],[-1,1],[-4,7],[0,1],[-1,1],[0,2],[0,0],[-1,5],[0,1],[-2,6],[-2,5],[-4,2],[1,-14],[0,-2],[1,-12],[2,-36],[0,-1],[1,-18],[3,-17],[3,-9],[0,-2],[1,-4],[1,-8],[0,-2],[-1,-9],[-1,-2],[0,0],[-1,-13],[0,-12],[1,-12],[4,-14],[0,-2],[1,-16],[0,-2],[-2,-15],[0,-10],[1,-8],[3,-8],[5,-13],[1,-2],[0,-1],[1,-1],[0,-2],[0,-2],[-1,0],[-1,-10],[-1,-2],[-4,-8],[-1,-3],[-6,-6],[-2,-2],[-3,-3],[-1,-1],[-1,-3],[0,-2],[3,-5],[5,-4],[15,-8],[1,0],[1,-1],[1,-1],[1,-1],[1,-2],[0,-2],[0,-1],[0,-2],[0,-1],[-7,-21],[-3,-19],[-1,-18],[1,-14],[0,-2],[-3,-15],[0,-2],[-4,-12],[-13,-67],[-1,-7],[2,-6],[3,-6],[1,-1],[0,-2],[0,0],[1,-6],[0,-3],[0,-1],[0,-2],[0,-2],[0,0],[-3,-6],[0,-1],[-2,-4],[-4,-9],[-5,-49],[0,0],[-5,-40],[0,-2],[-10,-30],[0,-11],[2,-10],[0,-1],[0,-8],[0,-1],[0,-1],[0,-2],[-3,-9],[0,0],[-1,-2],[0,-1],[-5,-7],[-1,-1],[-1,-1],[-1,-1],[-3,-2],[-2,-4],[-2,-5],[0,-1],[-1,-7],[-2,-22],[0,-1],[-3,-15],[-1,-14],[1,-16],[0,-2],[-2,-26],[-1,-9],[-1,-7],[1,-6],[2,-4],[1,-4],[1,-2],[2,-17],[2,-6],[0,0],[0,-2],[0,-1],[0,0],[0,-10],[0,-1],[0,-2],[-1,0],[-3,-9],[0,-1],[-1,-1],[-1,-1],[0,0],[-2,-3],[-2,-3],[0,-7],[0,0],[-1,-6],[2,-8],[10,-23],[0,-1],[0,-2],[0,-1],[0,-1],[-2,-25],[0,-1],[-2,-8],[-3,-11],[0,-5],[0,-2],[4,-6],[0,-1],[1,-1],[0,-2],[0,-1],[1,-22],[0,-1],[0,-31],[-1,-2],[-4,-30],[-1,0],[-3,-15],[-4,-14],[0,-1],[-8,-19],[-2,-7],[0,0],[0,-1],[-5,-11],[-1,-10],[1,-9],[0,-3],[5,-40],[0,-2],[0,-1],[-2,-26],[0,-1],[-3,-22],[0,-1],[-6,-21],[0,-1],[0,-2],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,0],[-2,-1],[-1,1],[-2,0],[-1,1],[-1,1],[-2,1],[0,1],[-1,2],[0,1],[-1,2],[1,2],[0,0],[5,22],[3,21],[2,25],[-5,39],[0,0],[-1,4],[-1,10],[0,3],[2,12],[1,3],[5,12],[0,1],[3,6],[7,19],[3,13],[4,14],[4,29],[0,30],[0,19],[-3,6],[-1,0],[0,2],[-1,1],[-1,6],[0,0],[0,2],[0,1],[1,7],[0,1],[3,12],[2,7],[2,21],[-9,21],[0,1],[-3,9],[0,2],[0,1],[0,2],[0,1],[1,8],[0,8],[1,2],[2,7],[0,0],[1,1],[0,2],[1,0],[3,4],[2,5],[0,5],[-2,5],[0,2],[-2,18],[-1,2],[-2,5],[-1,2],[-1,8],[0,2],[0,9],[1,0],[0,9],[3,25],[-1,16],[0,1],[1,16],[0,1],[3,16],[2,21],[0,1],[1,6],[0,2],[0,2],[3,8],[1,2],[3,6],[1,1],[1,1],[1,1],[4,3],[3,4],[2,6],[-1,6],[-1,11],[0,2],[0,14],[1,2],[0,1],[9,30],[5,39],[5,49],[1,3],[5,11],[1,4],[2,4],[0,0],[-1,5],[-2,5],[-1,1],[-3,9],[0,1],[0,2],[0,0],[0,10],[1,2],[13,67],[0,2],[5,12],[1,13],[0,14],[0,1],[1,19],[0,1],[3,20],[1,1],[4,14],[-9,4],[-2,1],[-7,6],[-2,3],[-4,8],[0,0],[-1,2],[-1,1],[0,1],[0,5],[0,2],[0,1],[0,1],[1,6],[0,1],[1,1],[0,1],[3,5],[1,1],[1,1],[1,0],[4,4],[4,5],[3,5],[1,6],[-5,12],[0,0],[-4,10],[0,2],[-2,11],[0,2],[1,10],[0,1],[2,14],[-1,15],[-4,14],[0,1],[-2,13],[0,2],[0,13],[0,1],[2,14],[0,1],[1,8],[0,6],[-1,3],[-3,9],[0,1],[-3,19],[-1,1],[0,20],[-2,36],[-1,11],[0,0],[0,3],[-1,23],[0,0],[0,2],[0,1],[1,2],[1,2],[1,2],[1,1],[1,1],[1,0],[1,1],[0,0],[2,1],[1,0],[1,0],[2,1],[1,0],[2,0],[1,-1],[0,0],[1,0],[6,-3],[2,-1],[6,-5],[2,-2],[4,-7],[1,-2],[3,-8],[0,-2],[0,-2],[1,-3],[2,-5],[4,-4],[3,-2],[9,0],[6,-1],[2,0],[6,-2],[3,-1],[2,-1],[8,-5],[2,-1],[8,-7],[2,-1],[0,0],[2,-1],[0,1],[0,3],[0,1],[-5,21],[0,2],[0,3],[0,0],[0,2],[1,1],[0,1],[1,2],[0,1],[1,1],[1,1],[2,2],[1,1],[1,0],[1,1],[3,1],[6,1],[7,2],[10,6],[1,1],[10,9],[11,20],[0,2],[11,14],[2,4],[2,1],[35,34],[14,19],[6,8],[12,15],[0,7],[-10,2],[-4,-1],[-1,-1],[-2,0],[-1,0],[-3,1],[-1,0],[-2,0],[0,1],[-4,1],[-1,1],[-1,1],[0,0],[-2,2],[0,0],[-1,2],[-1,1],[0,2],[0,2],[0,0],[0,10],[-1,7],[0,0],[0,2],[0,1],[0,1],[1,5],[0,1],[1,1],[1,2],[3,4],[1,1],[1,1],[1,0],[3,2],[1,0],[2,1],[1,0],[1,0],[8,-1],[11,22],[3,13],[0,2],[5,12],[1,0],[7,16],[3,11],[1,1],[0,1],[11,22],[13,26],[0,1],[6,9],[0,0],[3,5],[1,1],[3,5],[23,41],[3,9],[2,3],[5,6],[2,2],[2,2],[5,4],[9,19],[2,6],[1,1],[4,7],[3,3],[6,11],[0,1],[1,1],[1,1],[0,1],[17,12],[1,3],[0,0],[0,1],[0,0],[2,6],[2,7],[0,0],[1,0],[0,0],[1,3],[9,12],[21,39],[9,25],[0,2],[19,59],[3,14],[15,64],[0,1],[8,38],[0,1],[21,54],[13,40],[1,0],[21,57],[6,20],[1,1],[8,18],[0,1],[11,16],[1,1],[12,13],[1,0],[1,1],[1,1],[1,0],[4,1],[1,0],[1,0],[2,0],[4,0],[0,-1],[2,0],[1,-1],[0,0],[5,-3],[1,-1],[8,-7],[6,-2],[1,1],[1,2],[0,4],[-5,35],[0,2],[0,1],[0,2],[1,1],[0,1],[8,14],[16,43],[5,12],[3,16],[0,17],[-3,16],[-2,8],[0,3],[0,8],[1,3],[2,7],[-1,30],[0,9],[0,1],[0,2],[0,1],[2,8],[0,0],[1,2],[0,1],[4,6],[1,1],[1,1],[1,1],[7,5],[0,0],[12,10],[11,13],[5,8],[1,1],[1,3],[4,11],[-7,1],[-2,1],[-10,4],[-2,1],[-8,7],[-1,2],[-5,9],[-1,1],[0,1],[-1,2],[0,1],[-1,16],[-2,13],[0,4],[-6,15],[-8,14],[-5,7],[-2,2],[-3,7],[-1,3],[-1,8],[0,2],[0,8],[0,1],[0,2],[0,0],[2,4],[-1,4],[-2,4],[-3,6],[-10,8],[-13,6],[-14,2],[-1,0],[-6,1],[-2,1],[-5,3],[-2,1],[-4,5],[-2,2],[-3,6],[0,0],[-9,20],[-9,9],[-3,4],[-1,1],[-1,1],[0,1],[-2,4],[0,0],[0,1],[0,2],[0,1],[0,3],[0,1],[0,2],[1,1],[1,3],[0,0],[1,2],[1,1],[1,0],[3,2],[2,2],[3,1],[2,4],[-1,4],[-2,1],[-1,1],[-1,1],[-1,2],[0,0],[-9,21],[0,0],[-8,23],[0,1],[-3,9],[0,2],[0,9],[1,2],[2,9],[0,2],[4,7],[1,1],[0,1],[6,9],[4,11],[1,3],[1,8],[0,1],[27,96],[0,1],[4,10],[1,2],[2,4],[4,6],[0,1],[0,0],[-8,1],[-1,0],[-1,0],[-7,1],[-1,1],[-1,0],[-2,1],[0,0],[-3,4],[-2,2],[-1,1],[-1,1],[-1,1],[0,2],[0,0],[-1,2],[0,2],[0,1],[1,2],[2,7],[1,2],[4,8],[1,2],[4,4],[3,3],[1,2],[7,6],[1,0],[3,2],[1,4],[-1,4],[-4,3],[-1,0],[-1,2],[-1,1],[0,0],[-2,4],[0,1],[0,2],[-1,1],[0,6],[0,1],[0,1],[1,2],[0,1],[1,2],[1,2],[1,0],[4,4],[1,4],[-2,4],[-3,2],[0,0],[-6,3],[-9,5],[-4,0],[-3,-2],[-1,-3],[0,-2],[-1,-1],[-1,-4],[-1,0],[0,-1],[-1,-1],[-1,-1],[-2,-2],[-1,-1],[-2,-1],[0,0],[-4,-1],[-1,0],[-1,0],[-1,0],[-4,0],[0,0],[-2,1],[-1,0],[-3,2],[-1,1],[-1,1],[-1,2],[-1,1],[0,2],[0,2],[0,1],[0,2],[1,1],[1,14],[1,3],[4,13],[1,1],[7,12],[1,2],[9,10],[4,6],[2,2],[5,3],[2,1],[5,1],[3,0],[3,0],[2,0],[3,-1],[2,-1],[3,-1],[2,2],[0,3],[-1,0],[0,0],[0,0],[-1,2],[-1,1],[-1,1],[-3,8],[-1,1],[-2,7],[0,1],[0,2],[0,2],[1,1],[0,1],[0,0],[0,1],[1,2],[1,1],[1,0],[1,1],[0,0],[2,1],[1,0],[2,1],[0,0],[3,-1],[10,2],[7,2],[13,6],[16,6],[0,2],[-22,18],[0,0],[-2,1],[0,2],[-1,2],[-1,0],[0,1],[-1,2],[0,2],[0,2],[0,1],[1,2],[0,1],[1,1],[1,2],[1,2],[7,8],[4,4],[8,14],[6,16],[3,10],[-6,3],[-1,0],[-2,1],[0,1],[-4,4],[0,1],[-1,1],[-1,2],[-2,7],[-1,2],[-1,8],[0,1],[-1,12],[-3,10],[0,2],[-1,5],[0,3],[0,6],[1,3],[2,4],[2,3],[2,2],[1,1],[1,1],[1,1],[1,0],[3,2],[4,2],[5,3],[2,4],[0,4],[0,2],[1,1],[0,1],[16,38],[6,14],[1,6],[3,14],[1,1],[0,0],[0,1],[4,19],[0,6],[0,1],[0,2],[0,5],[0,3],[9,29],[2,32],[1,1],[2,9],[-1,4],[0,4],[-2,8],[-4,7],[0,1],[-1,1],[-3,8],[-1,3],[-1,8],[0,3],[0,9],[1,2],[3,8],[1,3],[5,6],[0,0],[1,1],[1,1],[2,1],[4,2],[5,31],[1,7],[0,15],[-4,16],[-3,7],[-4,-1],[-1,0],[-3,-1],[-8,1],[-2,0],[-6,2],[0,0],[-2,1],[-1,1],[-1,1],[-1,2],[0,0],[-2,4],[-1,3],[0,5],[0,3],[1,6],[0,1],[19,56],[2,18],[0,0],[0,2],[1,1],[1,3],[0,1],[1,1],[1,1],[1,1],[3,2],[0,0],[1,1],[2,0],[1,0],[2,0],[1,0],[-1,1],[-1,1],[-3,2],[-2,1],[0,1],[-1,1],[-1,1],[-3,5],[0,2],[-1,2],[0,0],[-1,6],[0,1],[0,2],[1,1],[1,6],[0,1],[1,2],[1,1],[0,1],[3,3],[2,1],[4,3],[4,7],[-1,7],[-4,9],[-6,6],[0,1],[-5,6],[-1,2],[-3,7],[0,3],[-1,8],[0,1],[0,5],[-8,11],[-1,2],[-2,5],[0,1],[-1,2],[0,1],[0,0],[0,5],[0,1],[1,2],[0,1],[2,4],[0,1],[1,1],[1,1],[1,1],[3,2],[1,1],[1,1],[1,0],[-3,2],[-1,2],[-4,8],[-1,2],[-2,6],[-1,4],[-1,2],[0,8],[0,1],[0,1],[0,2],[1,2],[0,0],[4,6],[0,0],[1,2],[6,5],[2,2],[7,3],[3,3],[1,3],[0,4],[0,0],[0,3],[0,2],[1,1],[0,2],[0,0],[1,2],[1,1],[0,0],[-8,2],[-2,1],[-1,1],[-3,1],[-2,1],[-1,2],[0,0],[-3,4],[0,1],[-1,1],[0,1],[-1,5],[0,1],[0,1],[0,2],[0,5],[0,0],[1,2],[0,1],[1,1],[1,2],[1,2],[1,1],[1,1],[1,0],[3,3],[0,0],[2,1],[1,0],[2,1],[0,0],[6,-1],[6,3],[6,4],[3,5],[-7,9],[-6,3],[0,0],[-1,0],[-1,1],[-1,1],[-4,4],[0,1],[-1,1],[-1,2],[0,0],[-1,6],[-1,1],[0,1],[0,2],[1,6],[0,0],[1,1],[0,2],[1,1],[3,5],[1,35],[0,1],[0,2],[1,2],[1,1],[0,0],[2,3],[1,0],[1,1],[2,1],[1,1],[2,0],[0,0],[4,0],[1,-1],[1,0],[2,-1],[1,-1],[1,0],[2,-3],[6,-4],[2,4],[-2,7],[0,1],[0,1],[0,1],[0,7],[1,1],[0,1],[0,1],[3,6],[-3,5],[-5,2],[-6,0],[-1,-1],[-1,-1],[-1,0],[-2,-1],[-1,0],[-2,0],[-1,1],[-1,0],[-2,1],[-1,2],[0,0],[-1,2],[-1,1],[0,1],[-1,2],[0,0],[0,3],[0,1],[0,2],[0,1],[1,2],[0,1],[1,1],[0,2],[1,0],[2,3],[14,27],[0,1],[1,1],[1,1],[1,1],[1,1],[2,0],[1,0],[2,0],[1,0],[2,-1],[0,0],[1,-1],[0,0],[1,-1],[1,-2],[1,-1],[0,-1],[0,-2],[1,0],[3,13],[-8,7],[-2,2],[-8,-3],[-1,-1],[-2,0],[-3,0],[-1,0],[-1,0],[-2,0],[-1,1],[-1,0],[-1,1],[-1,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-1,2],[0,1],[0,2],[0,1],[0,1],[0,2],[1,1],[0,1],[1,1],[1,2],[1,1],[0,0],[2,1],[0,1],[2,0],[1,1],[1,0],[1,0],[2,4],[3,4],[0,2],[-2,4],[-2,5],[-4,0],[-6,-2],[-1,0],[-1,0],[-2,0],[0,0],[-5,1],[-2,1],[-1,0],[-1,1],[-4,3],[-1,1],[-1,1],[-1,1],[-2,5],[0,0],[-1,1],[0,2],[0,2],[0,1],[0,3],[1,3],[2,5],[2,2],[1,1],[2,3],[2,2],[4,2],[5,15],[2,17],[-2,16],[-2,4],[0,0],[0,2],[0,2],[0,1],[0,1],[1,3],[0,1],[1,1],[1,2],[0,0],[2,2],[1,1],[1,1],[1,0],[1,1],[2,0],[1,1],[2,0],[1,0],[1,0],[2,-1],[1,0],[1,-1],[2,-1],[0,0],[2,-3],[1,0],[1,1],[0,1],[-2,8],[-1,2],[-1,10],[0,2],[0,1],[1,7],[0,1],[0,2],[1,1],[5,10],[2,4],[2,4],[16,35],[8,63],[0,1],[4,42],[1,1],[6,26],[2,23],[1,3],[16,41],[2,6],[-2,21],[0,1],[0,22],[0,1],[4,21],[1,2],[6,18],[1,1],[0,1],[0,2],[5,20],[0,1],[11,32],[1,4],[3,17],[2,20],[1,0],[2,15],[6,47],[1,1],[7,36],[0,3],[0,0],[0,49],[-1,21],[-1,10],[0,0],[-1,9],[-12,45],[0,2],[-1,29],[0,0],[-11,65],[-17,107],[0,0],[-5,31],[0,1],[1,45],[-15,75],[-1,6],[-4,4],[-4,2],[-6,0],[-22,-1],[-29,-12],[-2,0],[-47,-5],[-63,-12],[-18,-7],[0,-1],[-2,0],[-1,0],[-46,0],[-2,0],[-1,0],[-9,3],[-5,-1],[-4,-3],[-2,-4],[-1,-4],[0,0],[0,-2],[-1,-1],[0,-2],[-3,-3],[0,0],[-1,-1],[-1,-1],[-1,-1],[-3,-1],[-1,0],[-1,0],[-1,-1],[-2,0],[-3,1],[0,0],[-2,1],[-1,0],[-1,1],[-3,2],[0,0],[-1,2],[-1,1],[-1,1],[-2,7],[0,2],[0,2],[0,0],[0,8],[0,1],[1,1],[0,1],[3,6],[-10,19],[0,2],[-23,72],[-4,7],[-1,2],[-3,7],[-1,3],[-1,8],[0,2],[0,8],[-30,78],[0,0],[-8,24],[0,0],[-8,16],[-1,2],[-7,26],[-13,29],[-36,67],[0,1],[-21,44],[-6,10],[-2,2],[-3,11],[-1,3],[0,11],[0,3],[2,10],[1,1],[0,1],[1,2],[1,1],[0,0],[5,4],[4,7],[2,9],[2,39],[0,1],[3,22],[3,53],[1,1],[8,51],[4,22],[0,11],[-3,11],[-6,9],[-9,7],[-9,7],[-1,2],[-7,8],[-1,2],[-27,49],[0,1],[-4,9],[-1,3],[-2,10],[0,1],[-1,18],[0,0],[-3,24],[-4,21],[0,1],[-5,47],[0,0],[-1,8],[0,3],[1,7],[1,3],[4,6],[3,6],[0,6],[-2,6],[0,1],[-1,9],[0,1],[0,2],[0,0],[2,8],[0,2],[1,1],[0,1],[4,7],[0,1],[2,1],[0,0],[9,7],[7,9],[6,11],[3,11],[1,2],[12,23],[1,1],[13,30],[2,2],[8,10],[4,7],[2,4],[1,5],[3,8],[5,16],[0,1],[7,15],[0,1],[8,14],[22,44],[8,33],[1,1],[1,2],[0,1],[4,8],[1,2],[7,9],[1,2],[3,2],[6,5],[11,10],[2,2],[11,13],[9,15],[0,1],[19,26],[1,2],[36,36],[5,6],[2,1],[6,5],[2,1],[7,2],[2,1],[8,0],[1,0],[1,2],[5,10],[0,1],[0,9],[-4,8],[0,2],[-3,10],[0,1],[-2,14],[-3,16],[0,2],[1,16],[0,3],[7,22],[5,22],[1,24],[0,1],[27,160],[0,0],[32,286],[0,0],[0,2],[40,300],[0,1],[0,0],[4,22],[1,11],[1,11],[1,30],[0,1],[0,1],[0,0],[8,78],[0,37],[-3,37],[-6,36],[-10,48],[-19,45],[0,0],[-1,1],[-23,65],[-29,74],[0,1],[-1,1],[0,2],[0,2],[1,1],[0,2],[1,1],[1,1],[3,3],[2,2],[7,4],[3,1],[8,1],[2,0],[8,-1],[2,-1],[8,-4],[2,-2],[6,-6],[1,-1],[4,-7],[3,-3],[9,-9],[10,-6],[12,-3],[10,1],[37,1],[9,3],[9,6],[6,8],[4,29],[1,3],[17,35],[25,59],[2,4],[0,2],[0,0],[3,10],[3,7],[2,8],[13,40],[0,0],[0,0],[85,216],[37,98],[0,0],[19,46],[9,26],[0,0],[1,2],[30,97],[0,1],[2,4],[2,3],[3,8],[1,2],[9,13],[2,1],[11,10],[2,1],[14,8],[0,0],[14,6],[12,9],[10,11],[0,0],[7,14],[5,16],[0,3],[13,48],[7,33],[0,1],[12,33],[5,14],[4,13],[7,28],[2,8],[3,21],[16,87],[0,0],[11,48],[0,1],[0,0],[6,24],[0,0],[5,18],[2,18],[-1,19],[-5,49],[0,5],[0,1],[-4,20],[-1,4],[0,2],[0,0],[0,1],[0,1],[19,-11],[3,-14],[0,-1],[0,-1],[1,-5],[4,-50],[0,0],[1,-20],[0,-1],[-2,-20],[0,-2],[-5,-18],[-6,-24],[-1,-1],[-11,-47],[-15,-86],[-3,-21],[-2,-9],[0,-1],[-7,-28],[-1,-1],[-4,-14],[-5,-14],[-11,-32],[-8,-33],[0,0],[0,0],[-12,-48],[-1,-3],[0,0],[-4,-17],[-1,-2],[-8,-16],[-1,-2],[-1,-1],[-11,-12],[-1,-2],[-14,-10],[-2,-1],[-14,-6],[-13,-6],[-10,-9],[-8,-11],[-3,-7],[-1,-3],[-2,-4],[-30,-96],[0,-2],[0,0],[0,-1],[-10,-26],[0,-1],[-20,-46],[-36,-98],[-1,0],[-84,-215],[-12,-40],[-3,-7],[0,0],[-2,-8],[-4,-10],[0,-1],[0,-1],[-1,-1],[-1,-4],[-26,-59],[0,0],[-16,-34],[-4,-31],[0,0],[0,-2],[-1,-1],[-1,-2],[0,0],[-1,-2]],[[439522,191395],[-2,-4],[-14,9],[3,7],[24,40],[12,20],[28,49],[27,48],[36,54],[3,10],[18,36],[9,42],[6,73],[13,35],[17,21],[11,27],[21,76],[-17,48],[0,25],[5,33],[8,29],[13,30],[24,62],[13,26],[26,67],[14,28],[31,36],[24,31],[72,68],[65,65],[67,69],[20,22],[33,35],[13,14],[54,58],[20,30],[96,151],[20,35],[23,53],[18,46],[5,14],[5,31],[2,63],[9,74],[16,201],[6,81],[3,70],[7,34],[1,16],[1,13],[3,14],[9,28],[65,98],[16,22],[15,29],[14,24],[13,34],[2,14],[3,33],[3,48],[5,17],[13,25],[8,16],[20,53],[9,26],[30,88],[19,57],[5,13],[15,42],[1,1],[69,191],[2,9],[2,4],[18,-6],[-1,-2],[-4,-13],[-10,-29],[-62,-168],[-15,-42],[-30,-84],[-42,-109],[-11,-31],[-4,-9],[-8,-18],[-16,-38],[0,-7],[-1,-33],[-4,-48],[-20,-50],[-18,-31],[-4,-7],[-33,-48],[-8,-12],[-20,-30],[-31,-52],[-6,-21],[-9,-108],[-20,-260],[-14,-162],[3,-27],[-10,-40],[-10,-16],[-27,-75],[-23,-41],[-24,-40],[-52,-80],[-46,-70],[-24,-28],[-20,-21],[-93,-98],[-154,-153],[-29,-27],[-18,-25],[-2,-3],[-43,-45],[-10,-18],[-14,-37],[-6,-17],[-18,-42],[-24,-65],[-15,-37],[-11,-53],[-5,-9],[18,-58],[-16,-84],[-28,-46],[-14,-31],[-7,-79],[-7,-24],[-5,-29],[-14,-30],[-31,-47],[-22,-38],[-10,-19],[-31,-55],[-21,-38],[-11,-20],[-3,-4]],[[442277,198268],[63,-3],[23,-2],[12,2],[17,9],[14,-7],[-5,-7],[-5,-3],[-4,-3],[-5,-2],[-12,-1],[-3,0],[-30,-3],[-52,-1],[-13,0],[-18,1],[-45,3],[-57,13],[-17,3],[-18,-1],[-14,-5],[-70,-31],[-30,-14],[-39,-12],[-14,-3],[-16,-2],[-16,-8],[-23,-14],[-15,-9],[-16,-11],[-22,-18],[-8,-6],[-19,-16],[-17,-15],[-28,-23],[-10,-15],[1,-1],[9,-8],[0,-1],[8,-7],[192,-161],[-65,-91],[-92,-127],[-123,102],[-23,-29],[-215,-315],[-223,-329],[-19,-34],[16,-13],[110,-94],[-37,-220],[-7,-38],[-16,-82],[-14,-89],[-4,-39],[22,-4],[14,-14],[7,-15],[2,-18],[-4,-28],[-8,-58],[-25,-149],[-35,-201],[-18,-112],[-24,-141],[-3,-19],[-23,-167],[-14,-78],[-14,-79],[-28,-157],[-17,-94],[-24,-127],[-23,-122],[-10,-54],[-4,-27],[2,-13],[-3,-29],[0,-48],[2,-42],[10,-25],[-4,-9],[-19,-37],[-27,-70],[-24,-60],[-16,-46],[-23,12],[-79,28],[-60,20],[0,-2],[-2,-10],[-16,5],[2,10],[24,149],[36,227],[0,1],[3,22],[0,16],[-1,13],[-15,35],[-7,11],[-4,8],[-4,6],[-9,14],[-9,14],[-13,24],[-5,13],[-2,30],[3,69],[-1,36],[-3,41],[-13,56],[-6,43],[3,27],[5,34],[6,18],[4,9],[14,19],[8,7],[14,8],[19,8],[10,4],[12,5],[7,6],[21,25],[19,33],[26,60],[3,13],[-3,124],[0,14],[-5,68],[-2,22],[-1,18],[1,22],[2,30],[4,24],[6,22],[5,24],[1,11],[-10,87],[-9,18],[-62,36],[-50,35],[-22,12],[-7,15],[-7,9],[-6,1],[-2,4],[7,13],[22,22],[27,11],[22,0],[20,-1],[5,0],[5,1],[6,4],[8,18],[5,22],[3,26],[-2,24],[-4,24],[-1,8],[0,15],[4,14],[8,18],[21,33],[8,13],[3,6],[2,2],[12,5],[16,4],[11,5],[5,2],[5,3],[29,-9],[57,-8],[13,8],[3,6],[3,11],[-5,22],[-31,49],[-18,43],[-3,12],[-24,69],[-3,68],[0,4],[-1,17],[0,1],[5,56],[9,30],[2,21],[-1,11],[-5,17],[-4,22],[-2,26],[3,35],[1,16],[-1,14],[-1,18],[-3,19],[-7,20],[-29,44],[-4,9],[-3,20],[3,12],[5,17],[25,41],[12,23],[4,5],[0,-1],[8,14],[-2,2],[4,7],[-1,1],[-10,7],[22,39],[26,49],[7,10],[12,7],[15,6],[0,4],[0,5],[2,6],[46,85],[20,45],[10,18],[7,15],[12,19],[22,28],[38,43],[43,42],[6,6],[8,10],[10,12],[48,67],[36,50],[26,55],[6,8],[2,2],[15,8],[12,5],[19,5],[8,1],[6,0],[21,-2],[34,-4],[4,3],[29,33],[7,7],[11,10],[15,13],[17,11],[13,8],[6,4],[12,9],[8,2],[22,-5],[10,-1],[9,-1],[9,1],[10,2],[11,7],[6,8],[13,19],[11,18],[15,14],[37,28],[15,14],[8,7],[22,19],[58,34],[40,10],[41,12],[91,41],[23,12],[15,3],[15,1],[11,-1],[61,-14],[62,-3]],[[442426,198295],[-4,-9],[-14,7],[2,7],[12,17],[10,13],[52,71],[9,12],[40,60],[4,5],[5,5],[6,7],[6,4],[8,4],[6,3],[7,1],[8,2],[13,4],[10,4],[7,3],[11,6],[10,6],[170,107],[22,13],[9,7],[19,19],[6,7],[20,19],[105,126],[8,10],[7,10],[10,14],[27,37],[21,28],[11,15],[17,22],[5,7],[5,4],[13,14],[7,6],[16,8],[19,8],[6,2],[19,7],[16,7],[27,10],[22,12],[41,21],[77,35],[43,25],[82,70],[12,13],[79,114],[18,26],[11,16],[10,19],[5,12],[2,14],[-2,14],[-6,10],[-6,20],[-5,16],[-2,24],[4,24],[9,28],[5,15],[6,12],[8,11],[5,5],[8,9],[22,11],[46,9],[23,5],[9,3],[57,29],[17,8],[7,2],[14,5],[16,5],[17,9],[13,9],[13,11],[19,22],[17,21],[52,63],[42,48],[6,6],[9,7],[4,4],[24,18],[22,13],[24,15],[37,29],[33,27],[25,21],[57,47],[26,21],[11,8],[5,3],[24,9],[18,13],[24,32],[11,8],[23,18],[254,171],[1,2],[6,9],[3,7],[0,7],[-2,5],[-3,5],[-9,9],[-9,8],[-23,33],[-54,123],[-3,9],[1,6],[4,24],[9,14],[36,16],[28,13],[3,4],[8,3],[5,-14],[-3,-1],[-5,-3],[-4,-2],[-52,-24],[-10,-8],[-5,-17],[1,-11],[1,-6],[14,-26],[35,-84],[14,-23],[27,-26],[8,-12],[1,-15],[-1,-14],[-4,-12],[-32,-46],[-9,-15],[-16,-32],[-29,-47],[-23,-20],[-30,-22],[-39,-19],[-80,-35],[-16,-4],[-19,-5],[-2,0],[-34,-6],[-38,-15],[-37,-30],[-80,-64],[-29,-24],[-22,-15],[-28,-25],[-33,-20],[-46,-32],[-32,-34],[-91,-113],[-9,-11],[-21,-18],[-24,-15],[-56,-18],[-58,-30],[-82,-20],[-20,-10],[-15,-18],[-1,-1],[-20,-57],[-1,-10],[0,-9],[3,-14],[22,-51],[1,-12],[-5,-20],[-22,-44],[-67,-98],[-49,-62],[-43,-42],[-6,-4],[-37,-27],[-10,-6],[-37,-21],[-44,-19],[-95,-49],[-20,-9],[-10,-4],[-20,-7],[-12,-3],[-27,-12],[-21,-15],[-7,-8],[-38,-48],[-44,-63],[-15,-21],[-93,-111],[-23,-28],[-42,-45],[-20,-17],[-36,-22],[-160,-101],[-10,-5],[-34,-11],[-33,-17],[-2,-2],[-29,-40],[-16,-23],[-66,-85],[-9,-12],[-10,-15]],[[444695,200617],[-9,-4],[-9,23],[11,4],[19,7],[118,46],[40,16],[27,12],[64,35],[32,16],[20,12],[10,7],[15,14],[37,36],[26,28],[13,13],[12,10],[13,10],[24,20],[6,4],[10,11],[14,15],[7,7],[13,17],[23,39],[9,13],[25,29],[52,55],[14,14],[30,29],[5,3],[14,10],[19,4],[47,14],[13,5],[60,1],[103,10],[46,5],[16,3],[8,2],[15,10],[15,12],[15,9],[21,20],[6,4],[10,6],[8,4],[9,5],[9,3],[14,5],[11,3],[6,-19],[-11,-3],[-14,-4],[-18,-6],[-8,-3],[-24,-18],[-49,-39],[-23,-8],[-129,-15],[-19,-2],[-17,-1],[-45,-1],[-7,0],[-8,-2],[-61,-19],[-7,-2],[-9,-4],[-6,-3],[-8,-4],[-6,-5],[-9,-10],[-17,-18],[-90,-98],[-16,-26],[-9,-15],[-9,-13],[-73,-74],[-20,-18],[-9,-6],[-13,-13],[-22,-27],[-7,-8],[-11,-11],[-7,-8],[-22,-16],[-12,-8],[-19,-12],[-56,-31],[-23,-14],[-36,-16],[-11,-5],[-34,-12],[-77,-29],[-47,-18],[-10,-5],[-7,-6],[-1,-1]],[[482925,200345],[10,-16],[19,18],[4,4],[58,45],[118,90],[26,19],[29,22],[161,123],[5,2],[31,23],[10,-16],[22,-39],[16,-34],[56,-113],[15,-31],[46,-98],[77,-163],[63,-165],[102,-243],[10,-25],[60,-147],[67,-159],[49,-118],[5,-10],[-43,-21],[-180,-90],[-295,-146],[-196,-98],[-49,-24],[-18,-9],[-27,-13],[-180,-83],[-102,-45],[-89,-39],[-70,-29],[-34,-9],[-31,-4],[-55,0],[-25,9],[-16,9],[-22,-8],[-6,-3],[-68,-13],[-136,-30],[-106,-20],[-23,-2],[-14,-1],[-29,-6],[-151,-40],[-102,-27],[-59,-17],[-82,-27],[-25,-11],[-28,-12],[-24,-19],[-24,-17],[-23,-20],[-19,-19],[-24,-30],[-51,-65],[-58,-78],[-17,-30],[-9,-47],[-1,-28],[4,-39],[4,-17],[10,-27],[24,-35],[-49,-47],[-26,-19],[-39,-28],[-28,-23],[-43,-33],[-48,-33],[-31,-23],[-21,-11],[-23,-8],[-29,-6],[-19,-5],[-48,-4],[-12,-3],[-21,-9],[-31,-18],[-39,-29],[-31,-24],[-12,-12],[-9,-10],[-19,-28],[-23,-33],[-12,-19],[-12,-25],[-8,-24],[-7,-27],[-3,-13],[-7,-34],[-23,-81],[-8,-27],[-4,-7],[-93,-163],[-93,-170],[-17,-21],[-12,-17],[-27,-29],[-17,-17],[-145,-150],[-78,-78],[-105,-110],[-104,-105],[-126,-126],[-46,-46],[1,-10],[8,-29],[20,-72],[-324,58],[6,2],[-16,0],[-110,19],[-157,598],[-24,89],[-60,226],[359,293],[0,0],[324,264],[124,102],[103,83],[25,19],[3,23],[-1,27],[-3,36],[-10,30],[-16,45],[-14,50],[-6,29],[-4,17],[-12,28],[-6,21],[-14,56],[-7,18],[-40,93],[-9,28],[-4,25],[0,32],[6,22],[12,16],[30,25],[95,74],[88,71],[49,39],[4,3],[30,14],[32,15],[22,9],[25,13],[18,17],[17,19],[22,23],[18,15],[22,13],[26,19],[22,18],[16,20],[11,22],[18,23],[1,2],[3,3],[1,5],[0,7],[-2,9],[-2,4],[-5,7],[-86,88],[45,53],[106,125],[66,78],[46,54],[93,109],[38,44],[122,142],[38,46],[112,-117],[28,-31],[15,15],[365,415],[13,14],[-151,158],[121,140],[-20,22],[-21,18],[-97,102],[-101,110],[-14,14],[-74,76],[-73,80],[-11,14],[2,13],[442,478],[15,17],[584,630],[19,18],[22,25],[16,-16],[149,-166],[16,-16],[10,-10],[45,-55],[134,-155],[18,-20],[118,-136],[27,-33],[108,-128],[129,-152],[64,-72],[-159,-115],[-84,-69],[-37,-30],[-163,-135],[-2,-34],[8,-7],[86,-138],[20,-32],[8,-12],[29,-48],[59,-92]],[[447647,202537],[-31,-17],[-53,-1],[-51,-2],[-21,-4],[-32,-25],[-2,-17],[7,-27],[6,-26],[4,-27],[-5,-16],[-7,-17],[-13,-14],[-10,-4],[-46,5],[-41,1],[-21,-9],[-25,-19],[-19,-24],[-13,-21],[-1,0],[-12,-20],[-12,-18],[-12,-32],[-1,-4],[-7,-23],[-7,-14],[-6,-12],[-5,-6],[-22,-20],[-27,-18],[-33,-19],[-47,-18],[-72,-27],[-20,-3],[-28,-4],[-28,0],[-24,2],[-30,3],[-14,-1],[-15,-8],[-17,-21],[-11,-16],[-14,-15],[-16,-11],[-14,-9],[-18,-7],[-9,-6],[-8,-8],[-6,-16],[0,-14],[1,-12],[-3,-14],[-6,-17],[-8,-19],[-9,-8],[-25,-9],[1,-1],[-9,-2],[-16,-1],[-10,-1],[-15,2],[-14,3],[-23,6],[-17,3],[-6,0],[-9,-1],[-8,-4],[-6,-5],[-4,-5],[-4,-7],[-6,-20],[-11,-37],[-8,-29],[-11,-28],[-15,-37],[-18,-35],[-17,-32],[-12,-21],[-11,-13],[-16,-15],[-15,-13],[-18,-13],[-23,-14],[-47,-28],[-60,-32],[-26,-14],[-35,-22],[-15,-7],[-15,-8],[-14,-6],[-13,-4],[-10,-4],[-11,-2],[-10,-1],[-12,-1],[-13,-2],[-12,-4],[-15,-5],[-16,-6],[-43,-16],[-19,-9],[-57,-30],[-37,-17],[-24,-11],[-12,-5],[-6,20],[10,4],[21,8],[37,15],[33,16],[39,17],[11,6],[9,3],[7,2],[9,3],[8,4],[10,5],[8,3],[16,6],[11,3],[27,5],[29,7],[12,3],[14,6],[16,8],[14,7],[23,14],[28,17],[17,9],[12,6],[19,8],[15,7],[9,6],[30,18],[38,24],[18,14],[17,12],[10,8],[8,8],[8,10],[14,24],[8,15],[11,18],[21,47],[7,19],[7,17],[6,20],[9,31],[10,40],[4,11],[5,7],[6,8],[5,5],[8,3],[8,3],[6,1],[11,0],[27,-4],[30,-7],[17,-2],[23,0],[8,1],[8,3],[12,10],[3,6],[6,15],[4,24],[0,17],[1,11],[10,23],[9,8],[7,1],[11,5],[20,12],[11,7],[9,12],[27,31],[16,15],[11,6],[10,0],[6,7],[10,1],[27,-4],[18,-5],[15,0],[33,4],[32,7],[41,14],[33,12],[35,12],[30,16],[38,25],[21,15],[2,4],[10,34],[2,11],[6,23],[12,26],[18,25],[20,26],[12,15],[8,9],[18,16],[32,18],[13,2],[12,0],[25,-2],[21,-3],[17,-3],[6,3],[6,5],[7,12],[3,20],[-2,21],[-3,21],[-5,21],[-2,16],[1,12],[7,11],[14,18],[13,10],[24,10],[26,4],[30,-3],[31,1],[17,3],[31,9],[27,28],[10,13],[6,8],[4,6],[3,5],[16,-14],[-3,-4],[-4,-4],[-18,-19],[-29,-31]],[[448696,203301],[-15,-14],[-12,-9],[-1,0],[-10,-5],[-11,-2],[-39,0],[-36,1],[-15,-2],[-12,-6],[-39,-25],[-16,-9],[-5,-1],[-20,3],[-32,8],[-28,2],[-28,3],[-36,-10],[-12,-8],[-24,-17],[-29,-20],[-44,-29],[-30,-23],[-29,-29],[-20,-21],[-41,-22],[-33,-18],[-23,-10],[-30,-15],[-27,-12],[-35,-15],[-10,-9],[0,-9],[5,-19],[4,-17],[3,-26],[-1,-18],[-2,-11],[-1,-4],[-8,-18],[-10,-15],[-29,-25],[-14,-7],[-18,-8],[-28,-2],[-33,-10],[-13,-9],[-19,-30],[-18,-30],[-6,-13],[-5,-12],[-15,-32],[-15,-31],[-13,-22],[-2,-3],[-6,-9],[-12,9],[7,14],[1,3],[9,15],[8,16],[15,32],[17,36],[19,37],[22,32],[13,14],[12,7],[22,6],[18,1],[20,-2],[21,5],[11,10],[9,9],[14,16],[9,14],[2,9],[2,15],[0,13],[-6,29],[-4,18],[-5,17],[2,9],[4,12],[8,10],[12,10],[34,10],[16,5],[45,20],[27,12],[27,15],[26,14],[10,8],[12,11],[4,5],[11,10],[17,19],[14,9],[14,10],[32,24],[30,22],[15,11],[2,1],[12,9],[12,8],[31,13],[34,5],[30,-5],[40,-9],[21,-3],[15,3],[19,14],[21,14],[25,16],[16,2],[10,0],[32,-1],[21,-5],[25,9],[18,16],[30,37],[35,44],[18,24],[22,34],[9,21],[14,38],[15,34],[10,23],[5,7],[13,16],[2,1],[6,6],[5,-13],[-7,-7],[-6,-7],[-9,-16],[-13,-23],[-8,-16],[-11,-27],[-6,-20],[-3,-19],[-11,-20],[-18,-30],[-26,-36],[-31,-44],[-17,-21]],[[467611,200502],[-16,-16],[-43,43],[-73,51],[-19,12],[-22,14],[-19,12],[-26,17],[-107,81],[-78,62],[-46,34],[-93,72],[-196,126],[-13,7],[-28,21],[-21,17],[-12,10],[-69,73],[-17,16],[-32,33],[-83,83],[-82,70],[-53,74],[-68,126],[-69,134],[-23,35],[-15,20],[-52,104],[-15,26],[-10,16],[-5,8],[-77,141],[-81,138],[-21,41],[-68,126],[-10,19],[-14,37],[1,14],[3,14],[8,12],[109,37],[9,9],[4,11],[-6,14],[-68,80],[-27,31],[-34,37],[-35,40],[-59,66],[-32,66],[-61,104],[-15,39],[-3,26],[10,92],[-5,59],[-27,44],[-78,25],[-36,31],[-17,32],[-134,168],[-114,127],[-15,34],[-12,38],[-5,33],[-19,114],[-2,17],[-13,80],[-11,36],[-45,154],[2,20],[0,2],[14,-4],[13,-5],[0,0],[5,-23],[6,-29],[21,-66],[10,-26],[11,-36],[5,-20],[2,-10],[12,-73],[8,-44],[11,-51],[8,-41],[0,-25],[7,-29],[11,-15],[33,-45],[10,-15],[45,-49],[153,-184],[69,-68],[37,-9],[21,-11],[29,-34],[11,-36],[5,-17],[1,-40],[-11,-79],[-1,-6],[1,-5],[1,-9],[5,-30],[2,-9],[30,-52],[37,-69],[31,-56],[29,-32],[5,-5],[46,-33],[46,-64],[33,-43],[29,-41],[38,-44],[25,-44],[-4,-10],[-55,-37],[-90,-16],[-2,-11],[30,-68],[40,-65],[16,-28],[15,-27],[164,-292],[7,-13],[18,-31],[47,-90],[5,-7],[36,-56],[9,-15],[40,-82],[66,-122],[9,-20],[56,-89],[51,-50],[5,-3],[1,-3],[39,-33],[77,-74],[11,-11],[54,-53],[19,-21],[43,-46],[37,-32],[67,-44],[32,-23],[12,-8],[32,-20],[35,-23],[32,-22],[115,-85],[53,-43],[41,-32],[82,-65],[28,-22],[43,-29],[90,-59],[32,-22],[32,-29],[24,-24],[5,-8]],[[449629,204340],[-18,-10],[91,-38],[26,-11],[-142,-151],[-46,35],[-63,51],[-31,-60],[-19,-36],[-16,-23],[-12,-18],[-39,-42],[-10,7],[-3,20],[-4,-2],[-23,-8],[-19,-3],[-6,-3],[-6,-8],[-25,-33],[-24,-41],[-13,-24],[-18,-25],[-15,-26],[-19,-29],[-44,-63],[-9,-13],[-8,-17],[-8,-14],[-13,-13],[-17,-12],[-22,-10],[-27,-11],[-13,-8],[-16,-12],[-12,-8],[-10,-8],[-30,-24],[-23,-17],[-39,-28],[-5,-3],[-6,-5],[-4,12],[4,3],[-15,35],[-18,47],[7,5],[18,-44],[15,-38],[18,15],[26,21],[40,33],[35,23],[37,23],[21,10],[16,4],[19,15],[6,7],[20,32],[8,13],[27,47],[21,31],[19,22],[4,4],[9,14],[44,75],[22,42],[8,9],[12,8],[11,3],[7,1],[12,1],[15,5],[13,6],[19,12],[11,13],[59,112],[16,30],[27,39],[49,35],[-4,10],[12,9],[4,-8],[22,15],[38,23],[43,19],[24,10],[10,5],[2,1],[10,2],[2,1],[17,1],[30,4],[27,5],[8,1],[4,1],[64,11],[28,5],[19,3],[45,9],[26,4],[24,2],[13,2],[1,-14],[2,-13],[-2,0],[-9,-1],[0,-2],[7,-11],[-48,-4],[-66,-13],[-37,-8],[-4,-1],[-21,-4],[-48,-8],[-68,-11],[-42,-7],[-35,-19]],[[450039,204438],[-18,-5],[-3,25],[11,3],[7,2],[37,7],[84,18],[23,5],[12,3],[51,11],[66,14],[26,6],[33,8],[54,13],[46,11],[63,14],[43,12],[21,10],[15,12],[13,17],[5,13],[13,32],[16,40],[6,16],[5,14],[23,-6],[-2,-5],[-39,-93],[-11,-27],[-36,-32],[-34,-14],[-36,-11],[-36,-5],[-35,-8],[-62,-16],[-121,-25],[-46,-11],[-38,-9],[-38,-9],[-12,-3],[-41,-8],[-21,-7],[-38,-10],[-6,-2]],[[452277,205488],[-19,-19],[-5,-4],[-9,-3],[-5,-2],[-16,-9],[-5,-2],[-11,2],[-17,9],[-13,6],[-25,21],[-24,22],[-23,23],[-14,5],[-18,-1],[-12,0],[-19,-4],[-34,-5],[-37,-8],[-37,-9],[-20,-5],[-27,-9],[-12,-5],[-31,-20],[-9,-3],[-14,-8],[-15,-8],[-13,-6],[-9,-4],[-27,-11],[-30,-18],[-20,-11],[-13,-7],[-20,-11],[-40,-19],[-20,-10],[-30,-14],[-23,-14],[-24,-14],[-37,-26],[-13,-8],[-3,-2],[-12,-7],[-10,-5],[-14,-12],[-6,-5],[-16,-5],[-28,-11],[-31,-14],[-12,-7],[-30,-20],[-29,-19],[-50,-33],[-26,-17],[-46,-28],[-23,-11],[-2,-2],[-38,-17],[-17,-8],[-12,-3],[-14,-8],[-14,-7],[-2,-1],[-36,-21],[-22,-15],[-29,-18],[-19,-11],[-18,-13],[-33,-22],[-25,-13],[-42,-18],[-29,-11],[-18,-16],[-19,-21],[-18,-26],[-21,-35],[-13,-21],[-3,-12],[-1,-3],[-3,-10],[-2,-7],[-24,7],[1,5],[3,9],[7,28],[11,22],[19,31],[11,15],[2,3],[4,6],[7,9],[13,14],[11,11],[33,19],[21,9],[37,20],[35,22],[24,14],[24,14],[36,22],[26,18],[22,14],[24,12],[31,13],[29,14],[29,14],[39,21],[48,28],[14,10],[45,31],[39,25],[32,17],[34,18],[25,10],[14,5],[24,12],[35,23],[21,12],[45,26],[75,43],[10,5],[33,16],[21,10],[48,25],[63,32],[45,24],[38,21],[19,9],[40,8],[44,7],[35,5],[21,6],[18,3],[29,-2],[19,-5],[20,-20],[28,-30],[23,-14],[16,-9],[19,-3],[18,5],[14,11],[16,14],[31,21],[14,10],[30,4],[72,8],[38,9],[37,10],[50,13],[9,4],[5,2],[8,3],[10,-22],[-11,-6],[-6,-3],[-7,-3],[-13,-5],[-16,-2],[-16,-4],[-59,-20],[-19,-5],[-16,-4],[-34,-3],[-31,0],[-25,-3],[-12,-4],[-26,-20]],[[452583,205582],[-6,-2],[-9,20],[6,4],[8,3],[18,11],[10,8],[20,16],[0,0],[21,15],[13,8],[25,7],[35,9],[31,13],[14,6],[30,27],[14,19],[28,42],[23,25],[11,11],[13,27],[12,42],[11,47],[6,20],[6,26],[9,25],[7,18],[1,2],[5,17],[11,36],[14,53],[6,23],[13,44],[5,27],[3,20],[-2,27],[-5,16],[-13,22],[-25,31],[-14,17],[-25,37],[-16,31],[-11,18],[-15,20],[-8,17],[-4,20],[2,12],[8,14],[5,9],[55,36],[31,20],[15,17],[10,17],[2,21],[-2,25],[-2,13],[10,32],[14,38],[18,26],[16,12],[32,24],[23,16],[11,8],[10,7],[10,5],[28,9],[35,9],[25,1],[41,2],[19,1],[29,10],[18,18],[0,7],[2,13],[-2,7],[-6,14],[-10,21],[-5,20],[-1,1],[-2,18],[0,25],[10,40],[13,42],[11,41],[5,16],[5,9],[3,12],[6,14],[7,11],[3,7],[10,11],[13,9],[18,9],[34,13],[37,12],[24,7],[14,5],[30,17],[17,6],[46,25],[18,8],[32,10],[37,18],[27,11],[15,7],[11,5],[12,-20],[-13,-6],[-4,-2],[-27,-13],[-35,-15],[-33,-14],[-38,-15],[-19,-11],[-25,-14],[-19,-9],[-30,-14],[-29,-10],[-45,-14],[-27,-12],[-25,-15],[-20,-25],[-9,-27],[-17,-58],[-16,-60],[-4,-31],[6,-24],[0,-1],[10,-34],[9,-16],[8,-11],[0,-15],[-8,-20],[-10,-9],[-17,-11],[-20,-11],[-23,-7],[-34,-4],[-34,-4],[-46,-12],[-39,-16],[-29,-14],[-26,-18],[-11,-9],[-16,-18],[-7,-8],[-17,-30],[-8,-26],[1,-44],[0,-28],[-10,-25],[-13,-20],[-15,-14],[-8,-7],[-18,-11],[-24,-13],[-16,-9],[-10,-12],[1,-21],[5,-12],[26,-51],[22,-32],[23,-31],[49,-68],[2,-13],[2,-35],[-1,-15],[-15,-61],[-19,-70],[-11,-41],[-13,-40],[-12,-37],[-14,-41],[-4,-12],[-4,-20],[-4,-33],[-7,-34],[-14,-26],[-11,-16],[-14,-18],[-24,-26],[-13,-20],[-19,-18],[-9,-15],[-8,-10],[-14,-12],[-37,-23],[-31,-10],[-51,-12],[-19,-8],[-26,-20],[-20,-18],[-18,-8],[-11,-5]],[[454877,209500],[-2,-32],[-10,-34],[-10,-26],[-1,-2],[-4,-8],[-9,-18],[-14,-15],[-16,-9],[-14,-7],[-18,-8],[-46,-4],[-29,-16],[-6,-6],[-6,-6],[-1,-6],[-4,-24],[0,-114],[-1,-10],[-2,-10],[-8,-19],[-26,-61],[-36,-67],[-5,-8],[-9,-16],[-15,-22],[-9,-14],[-21,-27],[-10,-14],[-8,-5],[-45,-25],[-16,-8],[-40,-18],[-27,-12],[-10,-5],[-15,-17],[-17,-29],[-11,-22],[-8,-23],[-13,-27],[-2,-5],[-16,-37],[-16,-38],[-16,-39],[-4,-11],[-23,-60],[-18,-46],[-6,-20],[-8,-27],[-18,-42],[-7,-14],[-16,-39],[-6,-22],[-6,-18],[-6,-27],[-5,-23],[-3,-14],[-2,-22],[2,-19],[7,-29],[16,-56],[2,-35],[-1,-2],[-2,-60],[7,-38],[2,-52],[2,-47],[8,-151],[-2,-23],[1,-27],[2,-24],[0,-10],[1,-38],[-4,-19],[2,-11],[3,-33],[-1,-26],[-5,-15],[-11,-19],[-14,-18],[-17,-19],[-25,-20],[-8,-4],[-16,-6],[-13,-1],[-48,-3],[-18,-2],[-84,-4],[-47,-2],[-74,-1],[-31,1],[-6,-3],[-1,0],[-11,-3],[-5,-1],[-10,17],[7,5],[6,2],[6,-2],[3,1],[8,4],[8,0],[8,-1],[8,1],[19,1],[38,1],[30,0],[50,3],[32,3],[24,0],[37,3],[25,3],[13,0],[18,4],[22,6],[6,4],[15,12],[13,15],[14,19],[6,11],[7,14],[3,7],[1,24],[-5,37],[1,41],[-4,6],[-5,10],[5,27],[0,9],[-2,22],[1,21],[1,12],[-11,94],[-1,23],[-1,25],[0,15],[1,5],[1,6],[1,12],[2,16],[0,11],[0,12],[-1,8],[-5,28],[-1,25],[-2,36],[0,20],[-3,30],[-14,38],[-1,4],[-9,28],[-3,25],[-2,20],[4,18],[7,30],[15,53],[16,53],[15,45],[15,39],[19,45],[20,47],[20,52],[1,1],[23,55],[21,53],[20,53],[19,43],[10,21],[16,20],[13,12],[8,5],[28,14],[12,5],[14,6],[32,14],[21,11],[17,11],[12,12],[14,18],[16,23],[18,28],[14,26],[11,17],[16,28],[9,16],[9,19],[6,16],[10,25],[8,25],[2,8],[3,12],[1,26],[-1,8],[-1,28],[-1,27],[0,26],[5,22],[8,14],[5,6],[6,8],[13,9],[11,4],[9,1],[11,1],[25,2],[18,1],[30,8],[24,29],[10,21],[10,19],[8,25],[1,19],[0,4],[12,7],[-1,-5],[12,6]],[[469723,211484],[118,-98],[31,-24],[64,-59],[-13,-7],[-8,-5],[-58,-39],[-45,-31],[-48,-34],[-55,-39],[-42,-35],[-49,-47],[-36,-42],[-14,-22],[-14,-30],[-7,-30],[-3,-35],[-1,-30],[-1,-18],[8,-35],[49,-157],[23,-81],[10,-44],[3,-26],[0,-21],[0,-22],[-7,-29],[-11,-33],[-36,-53],[-27,-27],[-31,-26],[-24,-21],[-15,-11],[-52,-38],[-39,-27],[-18,-13],[-18,-16],[-14,-19],[-9,-14],[-6,-19],[-19,-79],[-1,-4],[-3,-23],[-19,-65],[-21,-65],[-13,-30],[-41,-69],[-31,-42],[-41,-48],[-19,-24],[-21,-20],[-192,-164],[-9,-8],[-17,-14],[-58,-49],[-52,-41],[-62,-46],[-33,-24],[-13,-16],[-36,-55],[-22,-37],[-12,-24],[-9,-22],[-3,-29],[-3,-56],[-5,-115],[-6,-79],[-1,-27],[-43,19],[-29,21],[-24,12],[-22,17],[-39,43],[-30,39],[-49,73],[-63,89],[-16,24],[-176,243],[-133,-95],[-38,-29],[-96,-71],[-30,-23],[-42,-59],[-26,-25],[-29,-17],[-38,-14],[-33,-8],[-35,-2],[-3,0],[-37,28],[-25,16],[-11,9],[-12,20],[-8,5],[-172,-138],[-48,-39],[-49,-37],[-29,-21],[-42,-19],[-38,-1],[-21,-55],[-18,-35],[-25,-22],[-74,-39],[-227,-118],[-75,-44],[-141,-94],[-65,-44],[-71,-53],[-70,-55],[-149,-131],[-61,-63],[-60,-63],[-97,-110],[-132,-138],[-150,-158],[-144,-131],[-49,-43],[-12,-18],[-13,-50],[-13,-74],[103,-36],[9,-3],[43,-17],[71,-40],[18,-6],[-17,-25],[1,-1],[2,0],[-84,-147],[-22,-38],[-34,-59],[-5,-8],[-1,-3],[-32,-51],[16,-8],[-4,-8],[-7,-14],[-15,9],[-4,-7],[-32,-38],[-95,-107],[-10,2],[-40,5],[-22,-9],[-16,-19],[-10,-17],[0,0],[-39,-45],[-26,-40],[-15,-24],[-9,-20],[-19,-31],[-1,-1],[-12,-19],[-10,-19],[-18,-42],[-24,-50],[-13,-23],[-34,-35],[-10,16],[-38,-2],[-18,-4],[-25,-27],[-30,-84],[-13,-46],[0,-1],[-16,-52],[-10,-53],[-21,-33],[-5,-8],[-23,-36],[-33,-36],[-1,0],[70,-10],[22,-162],[14,-123],[34,-292],[0,0],[3,-21],[2,-11],[11,-59],[0,-27],[10,-84],[6,-45],[5,-55],[20,-38],[34,-43],[37,-62],[58,-44],[16,-17],[7,-18],[10,-34],[11,-82],[-5,-37],[-10,-31],[-3,-5],[-28,-35],[-10,-27],[13,-40],[15,-30],[20,-36],[14,-33],[21,-64],[25,-96],[16,-65],[7,-27],[5,-55],[3,-74],[-5,2],[-10,2],[-15,2],[-2,67],[-4,39],[-1,7],[-9,36],[-10,40],[-38,127],[-2,14],[-8,25],[-14,40],[-16,29],[-25,43],[-8,19],[-6,51],[-1,10],[43,46],[12,25],[3,13],[-4,40],[-9,52],[-9,33],[-16,22],[-32,20],[-31,31],[-30,48],[-59,78],[-2,36],[-17,105],[2,18],[-4,29],[-6,58],[-12,38],[-16,11],[-21,4],[-15,2],[-3,1],[-19,7],[-52,143],[-48,80],[-34,49],[-3,3],[-31,58],[-33,112],[4,23],[5,21],[13,18],[27,14],[18,26],[16,30],[21,26],[64,64],[38,55],[6,18],[5,24],[14,63],[23,76],[27,63],[12,18],[18,27],[31,13],[55,2],[17,12],[2,3],[8,9],[1,4],[2,13],[12,32],[11,25],[15,26],[32,53],[8,12],[44,64],[42,53],[19,25],[13,21],[2,41],[-3,41],[6,26],[59,103],[39,67],[7,12],[1,14],[38,271],[7,1],[5,30],[15,80],[10,37],[14,21],[25,26],[88,86],[39,39],[88,87],[128,128],[-147,185],[14,10],[60,47],[13,11],[45,33],[13,7],[55,52],[26,22],[177,150],[172,130],[11,6],[66,35],[25,13],[52,27],[164,88],[27,16],[60,43],[92,66],[23,22],[-26,42],[-45,62],[177,117],[19,-10],[69,-31],[22,-20],[27,-30],[16,-17],[27,-21],[27,-7],[31,100],[42,129],[39,107],[17,44],[8,-2],[11,-2],[8,-2],[70,-18],[58,-22],[48,-23],[16,-7],[73,-38],[12,-18],[241,197],[106,98],[57,62],[76,79],[146,166],[80,96],[326,412],[106,139],[100,134],[14,21],[12,16],[35,56],[28,51],[49,94],[31,64],[25,65],[19,69],[22,92],[13,81],[10,92],[7,142],[28,4],[160,-5],[41,-9],[16,343],[8,192],[15,344],[-1,50],[64,5],[-2,-36],[-8,-144],[-6,-231],[2,-30],[-3,-58],[5,-32],[7,-1],[33,-26],[182,-152],[177,-142]],[[454506,210788],[81,-145],[6,2],[3,-5],[55,-123],[57,-126],[45,-99],[44,-98],[5,-11],[26,-58],[31,11],[0,0],[4,-6],[5,-7],[6,-5],[7,-6],[7,-6],[9,-7],[12,-10],[5,-6],[5,-4],[2,-3],[3,-5],[3,-7],[0,-6],[0,-6],[-3,-3],[-3,-2],[-4,-1],[-6,1],[-8,1],[-10,2],[-9,3],[-8,2],[-9,2],[-8,0],[-1,0],[1,0],[58,-134],[9,-28],[1,-30],[-12,-92],[0,4],[0,-3],[-10,-52],[-27,-144],[2,-6],[-18,-10],[-16,-8],[3,15],[12,64],[20,113],[6,33],[3,33],[3,39],[-5,52],[-87,200],[-31,80],[-6,15],[-7,20],[-46,93],[-65,140],[-86,182],[-20,41],[-79,143],[0,0],[0,2],[-17,28],[-28,47],[-19,32],[-8,25],[-3,21],[3,18],[11,18],[12,10],[14,26],[3,23],[1,31],[-1,32],[0,24],[-2,11],[-7,22],[-8,24],[-12,29],[1,12],[2,24],[6,31],[8,39],[7,31],[6,34],[3,23],[-4,17],[3,27],[6,25],[8,29],[5,26],[-3,18],[-7,24],[-8,22],[-12,24],[-12,21],[-7,13],[-2,13],[-3,22],[1,11],[8,28],[7,25],[1,5],[6,28],[11,35],[9,27],[11,30],[8,25],[1,16],[3,9],[4,7],[4,6],[4,16],[6,18],[10,30],[6,21],[12,45],[38,128],[4,19],[3,27],[3,27],[-2,32],[-5,36],[-6,28],[-11,30],[-4,12],[-11,21],[-12,18],[-57,83],[-9,14],[-7,8],[-5,6],[-3,7],[-13,19],[-13,24],[-7,14],[-9,11],[1,0],[-20,31],[-10,16],[-6,8],[-31,34],[-6,8],[-9,9],[-10,7],[-5,3],[-8,8],[-9,12],[-9,15],[-7,16],[-15,24],[-14,29],[-6,15],[-30,53],[-19,35],[-12,40],[-10,38],[-5,16],[-11,31],[-8,26],[-8,24],[-12,36],[-4,12],[-8,24],[-5,16],[-7,24],[-14,46],[-17,56],[-1,3],[-8,26],[-7,18],[-8,20],[-7,22],[-2,8],[-2,14],[-6,29],[-3,16],[-4,17],[-3,39],[0,22],[6,18],[13,36],[6,18],[0,0],[7,15],[9,15],[6,18],[8,26],[4,20],[2,10],[4,13],[5,14],[-1,19],[-2,13],[-10,31],[-6,9],[-6,18],[-5,16],[-3,15],[-5,20],[-9,40],[-4,19],[-7,16],[-8,15],[-8,12],[-4,10],[-16,44],[-6,15],[-6,13],[-4,5],[-5,16],[-6,17],[-5,14],[-10,22],[-12,24],[-9,19],[-6,11],[-9,19],[-15,21],[-9,12],[-10,39],[-36,88],[-25,80],[-4,28],[-1,15],[0,3],[5,35],[-12,162],[-1,20],[1,31],[7,28],[10,21],[18,36],[4,8],[4,12],[3,22],[3,29],[5,70],[2,10],[-1,28],[0,4],[-12,39],[-5,54],[-6,77],[-20,76],[-3,33],[3,27],[2,10],[2,10],[8,18],[8,17],[24,19],[32,25],[15,19],[1,38],[2,67],[7,70],[-9,42],[-4,9],[-4,4],[-27,20],[-20,16],[-15,19],[-14,24],[-7,31],[-1,7],[0,11],[-1,14],[9,33],[6,18],[6,11],[10,16],[26,36],[6,22],[3,8],[0,33],[-4,34],[-2,30],[-3,33],[2,31],[5,31],[3,36],[-6,1],[1,5],[15,1],[2,-1],[2,0],[3,-2],[17,-8],[-2,-11],[-11,-70],[2,-50],[7,-50],[1,-26],[-15,-57],[-19,-39],[-30,-37],[-9,-33],[1,-22],[6,-21],[10,-21],[19,-20],[44,-33],[12,-20],[5,-21],[7,-29],[-8,-77],[-1,-57],[-5,-58],[-17,-21],[-23,-20],[-35,-27],[-7,-16],[-5,-10],[-6,-26],[2,-41],[15,-53],[7,-24],[8,-119],[6,-26],[7,-24],[2,-30],[-4,-53],[-2,-34],[-3,-33],[-8,-37],[-26,-49],[-12,-31],[-2,-25],[2,-32],[6,-88],[4,-55],[1,-27],[-2,-34],[4,-23],[10,-26],[5,-12],[5,-14],[6,-36],[23,-63],[7,-21],[13,-29],[11,-26],[12,-24],[5,-9],[9,-20],[20,-47],[23,-54],[5,-12],[9,-21],[1,-3],[14,-31],[11,-26],[17,-28],[6,-15],[8,-35],[9,-39],[10,-44],[6,-14],[15,-33],[4,-12],[4,-18],[0,-18],[-3,-19],[-5,-19],[-10,-27],[-10,-27],[-10,-31],[-16,-43],[-6,-18],[-5,-11],[-5,-19],[-1,-18],[1,-17],[5,-26],[9,-44],[5,-21],[5,-20],[4,-19],[9,-29],[8,-24],[3,-13],[15,-46],[16,-55],[5,-12],[3,-8],[4,-9],[5,-15],[11,-35],[6,-20],[11,-27],[6,-16],[0,-3],[6,-25],[19,-57],[2,-12],[11,-28],[31,-55],[7,-20],[35,-65],[10,-14],[13,-20],[43,-51],[1,0],[20,-19],[29,-38],[26,-39],[60,-93],[33,-49],[29,-42],[12,-19],[12,-26],[14,-35],[14,-58],[6,-33],[-1,-24],[-6,-43],[-3,-22],[-36,-128],[-53,-179],[-9,-20],[-23,-73],[-7,-23],[-7,-28],[-19,-70],[37,-86],[12,-38],[1,-49],[-13,-54],[-10,-101],[-15,-57],[-11,-61],[3,-21],[20,-62],[9,-27],[1,-43],[-4,-68],[-36,-65],[-3,-13],[4,-23],[15,-36],[72,-117]],[[466678,223296],[-57,-9],[-30,-9],[-6,-11],[7,-12],[23,-23],[20,-42],[11,-43],[3,-31],[1,-23],[6,-44],[14,-30],[7,-6],[6,-5],[19,-10],[16,-5],[5,-2],[14,-2],[81,-11],[9,7],[10,6],[9,6],[7,3],[8,-2],[7,-2],[8,-5],[7,-6],[5,-7],[7,-11],[17,-1],[15,-4],[43,-16],[34,-6],[15,2],[23,10],[26,19],[9,9],[11,8],[40,43],[8,6],[25,4],[13,-10],[77,57],[65,53],[13,9],[19,16],[100,-144],[123,-168],[123,-149],[13,-38],[36,-80],[2,-9],[-7,-9],[-84,-55],[-68,-48],[-23,-15],[-9,-4],[101,-192],[70,-131],[27,-50],[23,-37],[75,-87],[24,-38],[8,-17],[9,-19],[19,-32],[26,-34],[8,-17],[16,-48],[11,-54],[9,-29],[7,-16],[49,-108],[11,-38],[2,-20],[5,-17],[46,4],[25,2],[20,-12],[5,-8],[0,-28],[-5,-18],[-12,-14],[-29,-26],[11,-21],[12,-16],[24,-19],[14,-19],[1,-18],[-2,-13],[17,-30],[7,-27],[1,-12],[0,-13],[16,-11],[19,-20],[4,-9],[1,-24],[-9,-52],[-4,-33],[-3,-58],[-6,-39],[-10,-38],[-17,-47],[-7,-24],[9,-41],[17,-44],[6,-20],[12,-52],[6,-20],[17,-44],[10,17],[13,17],[12,12],[28,19],[17,8],[30,11],[20,-29],[13,-16],[18,-37],[8,-27],[3,-16],[-2,-27],[-9,-44],[-4,-15],[-12,-16],[-20,-12],[-33,-13],[-41,-12],[9,-23],[17,-29],[8,-21],[30,11],[15,6],[20,11],[103,45],[1,-10],[75,-221],[21,15],[110,50],[20,9],[8,5],[57,28],[31,13],[13,4],[3,-1],[4,-6],[34,-53],[7,-9],[9,0],[121,62],[23,14],[13,4],[30,18],[155,80],[84,45],[-52,161],[-48,150],[16,6],[278,139],[65,-271],[7,-21],[8,-14],[2,-1],[221,55],[108,-540],[6,3],[21,17],[21,21],[61,78],[26,-16],[265,-97],[12,-33],[3,0],[78,-29],[48,-16],[117,-43],[139,-54],[110,-39],[89,-34],[19,-6],[97,-36],[33,-10],[191,-75],[135,-49],[90,-36],[38,-13],[64,-25],[7,-6],[29,-1],[20,3],[6,4],[13,14],[110,142],[126,161],[29,34],[21,28],[33,41],[16,23],[233,289],[53,67],[153,191],[122,150],[60,79],[52,66],[5,6],[42,54],[138,171],[27,37],[215,269],[7,10],[12,13],[4,5],[1,0],[76,-141],[62,-116],[43,-74],[114,-216],[-1,-8],[-1,-12],[0,-15],[1,-21],[6,-17],[236,-456],[128,-242],[9,-18],[227,-428],[203,-367],[13,-22],[72,-130],[150,-283],[30,-55],[29,-38],[29,-22],[18,-6],[15,-23],[-6,-47],[12,-23],[-10,-8],[-169,-120],[-79,-54],[-16,-12],[-53,-36],[-126,-89],[-65,-46],[-28,-21],[-317,-216],[-26,-22],[-26,-21],[-335,-233],[-6,-4],[-6,-8],[-33,-23],[-10,-4],[-15,-9],[-107,-74],[-110,-84],[-25,-14],[-248,-171],[-33,-23],[-37,-25],[-279,-194],[-17,-17],[-215,-148],[-25,-16],[-295,-202],[5,28],[-14,25],[-5,20],[-14,72],[-10,154],[-10,188],[0,0],[-10,203],[-1,45],[-31,-22],[-131,-88],[-20,-11],[-149,-98],[-34,-21],[-22,-16],[-20,-12],[-71,-48],[-20,-9],[-57,-21],[-202,-81],[-114,-44],[-110,-43],[-97,-38],[-42,-15],[-74,-32],[0,2],[-2,-2],[-22,-8],[-96,-38],[-63,-25],[-112,-44],[-99,-40],[-151,-59],[-121,-47],[-51,-20],[-14,-7],[-40,-34],[-68,-60],[-203,-171],[-78,-87],[-80,-90],[-78,-86],[-29,-33],[-11,-12],[-78,-88],[-62,-68],[-29,-34],[-23,-26],[-7,-21],[-13,-78],[-14,-58],[-7,-32],[-10,-46],[-10,-43],[-18,-22],[-62,-73],[-126,-151],[-48,-57],[-36,-42],[-29,4],[-162,21],[-63,6],[-30,0],[0,-19],[-21,-4],[11,-74],[12,-32],[1,-8],[3,-15],[7,-23],[11,-31],[24,-67],[22,-61],[21,-52],[34,-90],[16,-40],[28,-72],[43,-106],[64,-158],[40,-102],[37,-97],[11,-27],[8,-27],[21,-45],[19,-47],[19,-47],[62,-142],[29,-68],[22,-40],[21,-31],[31,-44],[28,-35],[6,-8],[279,-388],[182,-255],[138,-192],[101,-143],[10,-18],[-258,-255],[-33,2],[-94,-1],[-68,-3],[-25,6],[-57,5],[-21,2],[-32,4],[-19,2],[-265,25],[-176,15],[-12,1],[-45,226],[-22,97],[-35,160],[-40,172],[9,166],[4,130],[0,28],[0,22],[0,26],[-9,37],[-12,42],[-21,37],[-258,-108],[-8,16],[-52,162],[-39,111],[-30,77],[-28,68],[-82,180],[-42,77],[-156,301],[-109,-22],[-11,61],[-13,65],[-11,36],[-13,42],[-18,52],[-29,55],[-25,45],[-18,37],[-40,64],[-42,52],[-51,51],[-51,41],[-34,25],[-67,36],[-37,18],[-27,9],[-215,54],[29,109],[64,239],[47,187],[27,100],[13,36],[9,23],[19,33],[161,250],[14,21],[206,323],[126,190],[16,22],[9,8],[-22,28],[-16,26],[-27,100],[1,21],[9,21],[18,29],[33,45],[73,86],[52,54],[95,108],[45,57],[38,52],[36,52],[73,118],[-25,23],[86,109],[32,34],[27,26],[13,3],[44,15],[78,21],[92,27],[66,16],[7,11],[1,15],[1,52],[0,18],[-2,19],[-10,45],[-12,41],[-11,53],[-8,79],[4,72],[11,101],[-1,56],[-14,62],[-39,108],[-12,27],[-10,27],[-8,32],[5,20],[3,26],[23,68],[22,74],[16,47],[11,29],[1,4],[14,11],[80,33],[1,-9],[23,16],[13,13],[4,10],[-35,42],[12,21],[7,28],[1,25],[-1,2],[-5,33],[-8,31],[1,24],[-1,12],[-5,17],[-11,26],[-4,16],[-3,42],[-7,31],[1,8],[-8,28],[0,0],[0,43],[-6,22],[-15,31],[-3,37],[-5,22],[-5,11],[-14,18],[-21,51],[-17,50],[-16,34],[-19,33],[-13,15],[-13,13],[-10,32],[-1,15],[2,9],[-9,17],[-6,7],[-10,22],[-16,27],[-2,29],[-6,26],[-16,35],[-6,35],[0,1],[13,32],[10,22],[-12,7],[-29,14],[2,8],[-21,11],[-342,-97],[-1,96],[3,3],[-1,8],[2,29],[10,49],[9,25],[14,25],[3,10],[1,8],[-3,38],[-21,105],[-10,43],[-5,11],[-72,79],[-3,6],[-6,3],[-64,70],[-5,4],[-12,2],[-10,1],[-41,-5],[-82,-6],[-29,-1],[-14,2],[-9,5],[-11,14],[-7,10],[-9,18],[-5,18],[-3,14],[2,11],[5,17],[20,52],[53,116],[7,8],[-16,23],[-12,3],[-28,35],[-53,56],[-68,61],[-7,4],[-9,8],[-38,17],[-13,0],[-139,-35],[-56,150],[-9,25],[-42,145],[170,144],[-203,207],[-60,57],[-56,60],[-261,264],[-44,40],[-5,7],[-51,52],[-178,181],[-132,135],[-40,39],[-43,43],[-90,90],[-30,32],[228,339],[-70,119],[-45,76],[-58,101],[-105,178],[70,64],[42,40],[6,3],[55,-83],[47,-70],[136,-216],[0,0],[7,10],[10,2],[77,14],[24,7],[12,18],[6,19],[11,28],[15,19],[48,29],[20,22],[13,25],[0,8],[1,13],[-6,30],[0,1],[-15,18],[-9,29],[-5,80],[-45,287],[-6,23],[0,2],[-12,50],[-5,16],[-1,4],[-14,56],[-58,266],[-8,25],[-62,152],[-244,597],[-22,50],[0,5],[-3,18],[-14,27],[-18,16],[-38,26],[-14,26],[-6,26],[7,12],[14,75],[-1,15],[4,17],[-1,6],[-12,55],[0,36],[-1,15],[0,1],[3,38],[0,1],[18,100],[4,11],[10,18],[18,26],[11,14],[3,8],[2,10],[4,17],[11,58],[13,22],[22,20],[8,6],[10,8],[54,36],[10,28],[92,67],[10,9],[12,13],[41,63],[0,0],[6,14],[15,36],[4,14],[5,35],[3,18],[3,20],[0,6],[6,15],[25,1],[-8,-26],[-6,-24],[-12,-66],[-9,-24],[-9,-19],[0,0],[-7,-13],[-6,-11],[-10,-14],[-32,-47],[-8,-9],[-11,-9],[-89,-63],[3,-11],[1,-5],[-1,-6],[-5,-8],[-108,-76],[-11,-61],[-5,-16],[-7,-18],[-24,-36],[-9,-18],[-4,-8],[-3,-13],[-17,-90],[-5,-39],[-2,-16],[-1,-36],[2,-7],[9,-52],[2,-35],[-6,-40],[-6,-34],[-5,-12],[6,-26],[17,-25],[44,-26],[13,-19],[64,-157],[224,-540],[55,-134],[8,-27],[28,-128],[28,-131],[0,-2],[5,-26],[17,-76],[6,-27],[5,-22],[4,-15],[19,-127],[10,-61],[7,-41],[5,-32],[5,-35],[8,-76],[23,-52],[5,-17],[2,-16],[1,-10],[-2,-11],[-14,-25],[-33,-37],[-22,-18],[-26,-27],[-16,-26],[-7,-24],[-15,-13],[-33,-17]],[[449051,221945],[-36,-31],[-57,-44],[-17,-14],[-9,-8],[-17,-19],[-4,-4],[-21,-28],[-14,-28],[-49,-105],[-15,-26],[-5,-12],[-1,-9],[0,-5],[-4,-7],[-7,-1],[-6,-3],[-6,-5],[-20,-27],[-28,-32],[-26,-29],[-119,-128],[-22,-24],[-43,-46],[-28,-25],[-24,-20],[-32,-19],[-26,-10],[-21,-7],[-64,-5],[-38,3],[-24,3],[-22,4],[-20,4],[-29,10],[-42,18],[-25,11],[-50,28],[-20,5],[-19,3],[-22,-6],[-25,-11],[-1,-1],[-51,-32],[-76,-51],[-43,-33],[-2,2],[-42,-25],[-26,-20],[-26,-25],[-17,-26],[-18,-28],[-7,-11],[-2,-5],[-14,-26],[-7,-16],[-11,-26],[-8,-20],[-17,-48],[-65,-228],[-15,-42],[-4,-10],[-13,-28],[-21,-35],[-22,-28],[-18,-25],[-15,-18],[-5,-5],[-15,-18],[-20,-17],[-40,-27],[-40,-27],[-60,-39],[-38,-26],[-23,-14],[-130,-86],[-58,-37],[-96,-73],[-314,-278],[-16,-14],[-46,-40],[3,-5],[-8,-6],[-3,4],[-26,-23],[-99,-87],[-40,-36],[-24,-24],[-23,-28],[-20,-29],[-15,-30],[-8,-17],[-21,-51],[-45,-111],[-38,-96],[-24,-62],[-3,-5],[-27,-64],[-45,-77],[-22,-31],[-30,-35],[-23,-24],[-36,-27],[-58,-34],[-56,-28],[-42,-22],[-29,-23],[-18,-21],[-52,-76],[-31,-39],[-161,-231],[-27,-35],[-15,-12],[-12,-9],[-9,-4],[-11,-6],[-10,-4],[-426,-201],[-32,-9],[-25,-5],[-30,4],[-41,21],[-12,10],[-199,216],[-23,17],[-28,5],[-26,2],[-21,-4],[-91,-23],[-47,-10],[-30,-1],[-24,3],[-140,19],[-28,2],[-4,0],[-48,5],[-37,0],[-31,-9],[0,-4],[-10,-2],[-1,4],[-56,-12],[-83,-28],[-17,-8],[-48,-33],[-84,-57],[-20,-20],[-42,-80],[-13,-20],[-11,-16],[-26,-28],[-21,-18],[-88,-45],[-33,-17],[-22,-14],[-36,-24],[-45,-35],[-9,-6],[-18,-12],[-44,-27],[-33,-21],[-24,-15],[-37,-23],[-37,-19],[-2,-1],[-25,-14],[-75,-42],[-9,-5],[-100,-51],[-78,-41],[-117,-59],[-67,-34],[-48,-29],[-32,-25],[-12,-15],[-16,-18],[-23,-34],[-29,-47],[-36,-55],[-33,-51],[-6,-10],[-4,1],[-20,-31],[-45,-66],[-27,-43],[-20,-23],[-8,-9],[-42,-38],[-135,-101],[-38,-29],[-20,-14],[-32,-23],[-41,-26],[-139,-77],[-137,-78],[-6,-4],[-52,-33],[-46,-31],[-114,-97],[-21,-23],[-8,-9],[-11,-15],[-2,-4],[-16,-22],[-5,-9],[-20,-34],[-20,-35],[-6,-9],[-11,-17],[-19,-27],[-76,-72],[-80,-68],[-103,-87],[-126,-106],[-70,-58],[-35,-26],[-34,-18],[-35,-12],[-27,-7],[-38,-3],[-36,-6],[-29,-10],[-95,-30],[-17,-6],[-29,-14],[-10,-3],[-24,-5],[-47,-16],[-37,-14],[-36,-16],[-58,-28],[-107,-59],[-17,-11],[-13,-16],[-9,-17],[-7,-18],[-39,-111],[-14,-41],[-38,-89],[-35,-78],[-17,-24],[-21,-25],[-90,-85],[-24,-18],[-31,-23],[-40,-22],[-99,-44],[-294,-129],[-36,-16],[-17,-9],[-14,-14],[-8,-18],[-6,-17],[-31,-107],[-9,-26],[-6,-16],[-19,-34],[-6,-9],[-180,-225],[-91,-82],[-41,-32],[-29,-27],[-40,-87],[-5,-12],[-17,11],[-18,11],[6,11],[15,29],[14,29],[20,31],[25,30],[31,23],[84,69],[25,28],[79,100],[28,35],[46,59],[22,31],[11,16],[8,17],[16,41],[36,115],[7,19],[12,21],[5,5],[13,13],[16,8],[35,15],[10,4],[98,42],[15,7],[54,23],[28,12],[155,64],[9,5],[30,15],[34,19],[29,18],[38,36],[42,39],[26,24],[24,27],[10,17],[74,158],[51,152],[13,29],[11,23],[18,20],[23,14],[88,48],[69,35],[58,25],[75,27],[23,14],[9,2],[23,6],[116,39],[40,12],[35,7],[36,4],[25,4],[42,15],[19,10],[25,20],[64,52],[307,256],[20,18],[31,30],[37,37],[21,31],[37,63],[24,42],[11,15],[4,6],[8,10],[15,17],[24,27],[112,92],[34,25],[43,27],[28,16],[135,76],[91,51],[53,30],[38,25],[48,31],[185,140],[37,33],[7,8],[23,29],[35,54],[46,70],[-4,4],[7,10],[37,46],[36,55],[11,18],[18,29],[25,37],[31,37],[36,29],[52,29],[67,36],[53,26],[21,11],[43,21],[57,30],[21,11],[94,50],[50,26],[25,13],[15,6],[27,10],[36,30],[4,3],[143,89],[77,54],[33,23],[39,22],[60,27],[8,4],[33,21],[19,16],[4,6],[7,10],[16,23],[30,62],[5,10],[8,12],[15,18],[15,14],[88,61],[34,24],[29,15],[28,10],[14,6],[107,28],[-2,9],[39,6],[2,1],[25,4],[28,-1],[216,-26],[15,-2],[43,2],[57,13],[61,17],[33,7],[45,-2],[24,-8],[24,-15],[24,-23],[173,-183],[23,-26],[30,-16],[37,-2],[60,21],[394,185],[28,14],[22,18],[136,195],[38,55],[41,59],[27,38],[15,21],[28,31],[11,8],[0,1],[13,10],[29,20],[20,10],[34,18],[14,6],[24,12],[24,12],[46,31],[25,28],[39,46],[22,30],[4,6],[15,27],[20,37],[157,384],[22,49],[28,39],[32,35],[14,12],[104,90],[58,52],[-3,4],[8,7],[3,-4],[81,74],[48,43],[235,204],[14,11],[43,37],[72,51],[39,27],[111,70],[100,65],[23,14],[63,40],[39,29],[32,32],[30,40],[27,42],[22,42],[18,45],[23,70],[54,186],[9,25],[6,21],[12,27],[7,14],[24,43],[16,27],[45,52],[41,36],[38,28],[-3,4],[46,30],[126,84],[26,14],[34,8],[32,0],[32,-9],[69,-38],[45,-16],[20,-8],[55,-14],[13,-1],[42,0],[46,5],[38,10],[40,23],[39,35],[14,15],[43,45],[126,134],[55,66],[9,4],[19,2],[37,53],[-3,7],[2,10],[3,7],[8,16],[11,18],[15,29],[2,2],[15,24],[8,13],[7,13],[8,12],[9,12],[11,14],[8,8],[-7,23],[12,13],[61,51],[10,-6],[7,-1],[5,0],[21,18],[18,16],[29,36],[6,16],[8,27],[2,12],[2,37],[1,28],[0,67],[0,27],[0,21],[0,62],[-18,3],[1,72],[9,32],[17,35],[36,50],[110,153],[3,3],[8,20],[1,20],[-2,15],[-26,28],[-13,87],[-16,121],[-3,22],[-14,99],[1,124],[6,2],[-9,66],[4,71],[23,53],[29,42],[102,146],[22,40],[23,53],[33,102],[25,105],[27,184],[7,102],[-1,60],[-6,69],[-8,47],[-22,95],[-25,86],[-13,50],[-10,39],[-26,113],[-22,114],[-7,49],[-1,44],[1,20],[3,54],[8,87],[15,117],[18,95],[23,93],[25,85],[19,58],[5,15],[3,9],[32,91],[25,61],[10,27],[56,125],[32,55],[36,51],[55,63],[46,39],[21,17],[87,75],[106,89],[1,1],[16,20],[13,21],[13,30],[70,194],[11,32],[13,29],[17,25],[23,23],[25,16],[3,2],[115,58],[15,7],[17,-30],[-14,-7],[-119,-58],[-17,-12],[-8,-5],[-18,-17],[-13,-20],[-10,-23],[-11,-31],[-71,-196],[-13,-30],[-17,-27],[-20,-26],[-77,-65],[-140,-119],[-33,-27],[-11,-10],[-51,-59],[-35,-49],[-32,-54],[-48,-108],[-5,-13],[-34,-87],[-33,-89],[-26,-82],[-24,-82],[-23,-93],[-17,-92],[-16,-116],[-1,-19],[-8,-95],[-1,-84],[6,-46],[22,-113],[25,-112],[13,-47],[10,-41],[26,-89],[22,-94],[8,-49],[7,-72],[0,-74],[-7,-94],[-13,-108],[-20,-106],[-20,-81],[-13,-42],[-21,-64],[-3,-7],[-21,-48],[-25,-44],[-102,-147],[-26,-39],[-21,-47],[-2,-54],[36,-189],[13,-81],[3,-26],[10,-74],[-32,-39],[5,-21],[1,-11],[0,-16],[0,-9],[-2,-10],[-3,-12],[0,-9],[5,-13],[9,-13],[12,-16],[8,-13],[5,-21],[8,-36],[-91,-128],[-25,-37],[-14,-18],[-32,-50],[-13,-25],[-2,-16],[-2,-10],[-3,-27],[0,-40],[0,-203],[-1,-27],[-4,-24],[-7,-28],[-6,-12],[-6,-15],[0,-6],[-27,-29]],[[454275,227850],[52,-107],[8,-21],[3,-19],[0,-7],[-14,-33],[-15,-22],[-14,-24],[2,8],[-2,-5],[-7,-24],[-2,-7],[0,-1],[1,-18],[1,-9],[2,-4],[2,-9],[-12,-20],[-4,-94],[19,-131],[30,6],[9,-13],[-2,-1],[-9,-8],[-13,-12],[-7,-8],[-9,-15],[-2,-5],[-6,-16],[-3,-10],[-4,-15],[-1,-10],[-6,-24],[-8,-19],[-7,-18],[-4,-5],[-17,-19],[-16,-18],[-12,-13],[-7,-7],[-10,-14],[-2,-4],[-9,-22],[-8,-18],[1,-6],[1,-25],[2,-27],[5,-25],[4,-24],[5,-25],[1,-13],[-1,-15],[-3,-29],[-5,-43],[-3,-16],[-2,-13],[-11,-22],[-10,-14],[-5,-4],[-9,-7],[-30,-21],[-13,-9],[-6,-4],[-21,-10],[-43,-21],[-168,-84],[-56,-27],[-22,-11],[-6,-5],[-17,-16],[-1,-7],[0,-12],[2,-7],[9,-9],[9,-8],[8,-1],[16,0],[15,1],[7,-1],[7,0],[22,-4],[11,0],[2,-7],[8,-18],[1,-7],[-6,-18],[-4,-12],[-7,-8],[-6,-6],[-8,-7],[-11,-9],[-28,-23],[-9,-7],[-6,-5],[-3,-4],[-7,-11],[-3,-6],[-15,-31],[-10,-19],[-19,-53],[-3,-5],[-12,-22],[-23,-7],[-6,-4],[-7,-10],[-2,-7],[0,0],[-2,-5],[-7,-18],[-4,-11],[-7,-20],[-7,-17],[-7,-16],[-3,-7],[-4,-5],[-6,-10],[-5,-4],[-4,-1],[-6,-2],[-7,-1],[-6,-1],[-12,1],[-11,1],[-3,0],[-9,-18],[-4,-10],[-3,-13],[-5,-17],[-4,-17],[-2,-14],[-3,-11],[-2,-17],[-4,-17],[-5,-23],[-5,-25],[-7,-34],[-3,-18],[-4,-23],[-1,-15],[0,-22],[3,-19],[1,-22],[1,-21],[-1,-19],[-1,-4],[-16,-5],[0,-2],[-1,-9],[-4,-11],[-5,-11],[5,-9],[-3,-5],[-15,-18],[-14,-18],[-14,-16],[-11,-16],[-11,-16],[-5,-10],[-6,-12],[-4,-11],[-2,-21],[-2,-22],[-2,-22],[-7,-198],[7,-51],[-3,-6],[-8,-11],[-2,-3],[-2,-10],[0,-2],[0,-10],[4,-45],[5,-54],[1,-6],[3,-12],[7,-19],[10,-11],[13,-13],[3,-3],[47,-38],[16,-13],[6,-5],[29,-40],[5,-10],[8,-17],[19,-39],[6,-12],[14,-21],[13,-18],[2,-4],[8,-6],[60,-149],[21,-41],[43,-88],[39,-83],[20,-44],[38,-87],[41,-76],[62,-105],[13,-33],[-8,-11],[61,-133],[-3,-5],[4,0],[8,-2],[23,-54],[56,-123],[-3,-2],[56,-123],[-9,-4],[6,-7],[20,-25],[9,-14],[9,-18],[51,-109],[43,-88],[17,-34],[29,-58],[16,-39],[11,-25],[-1,0],[-1,-1],[9,-21],[42,-102],[7,-18],[30,-116],[8,-24],[7,-17],[19,-24],[22,-30],[35,-40],[4,-20],[4,-28],[5,-23],[6,-18],[9,-29],[8,-21],[4,-7],[17,-32],[24,-56],[24,-62],[19,-54],[26,-86],[9,-32],[8,-46],[10,-78],[5,-15],[6,-22],[14,-22],[18,-22],[13,-14],[11,-7],[32,-17],[40,-17],[122,-42],[3,-3],[7,-3],[11,-8],[8,-16],[5,-12],[2,-10],[-2,-17],[-5,-13],[-4,-8],[-8,-11],[-16,-16],[-21,-9],[-32,-4],[-39,-1],[-36,2],[-5,-2],[-4,-4],[-4,-13],[1,-12],[5,-27],[12,-41],[8,-32],[-2,-29],[-10,-26],[-11,-18],[-17,-33],[-20,-37],[-23,-46],[-7,-13],[-10,-31],[-10,-34],[-12,-28],[-10,-20],[-8,-11],[-15,-14],[-41,-22],[-10,-14],[-3,-8],[-2,-11],[0,-12],[2,-9],[10,-18],[48,-59],[7,-11],[8,-19],[13,-44],[5,-24],[3,-42],[1,-33],[-4,-50],[-3,-30],[-6,-37],[-5,-21],[-4,-11],[-15,-13],[-23,-12],[-18,-10],[-35,-20],[-15,-17],[-7,-12],[-17,-37],[-8,-25],[-4,-37],[0,-29],[4,-27],[17,-89],[10,-41],[2,-28],[-2,-19],[-7,-28],[-9,-22],[-32,-58],[-12,-15],[-25,-33],[-1,-1],[-7,-22],[0,-20],[-2,-11],[3,-35],[-7,-90],[6,-28],[13,-26],[20,-22],[22,-10],[15,-1],[6,2],[59,14],[23,6],[32,4],[16,-1],[20,-4],[22,-10],[17,-13],[11,-11],[10,-17],[12,-28],[5,-25],[3,-29],[0,-37],[1,-35],[0,-9],[-12,-19],[-32,-15],[-15,-9],[-15,-15],[-5,-20],[0,-15],[6,-25],[2,-10],[16,-38],[24,-51],[4,-7],[40,-46],[20,-39],[8,-12],[6,-1],[6,2],[16,21],[19,44],[14,13],[46,-2],[38,-14],[10,-7],[37,-24],[11,-5],[11,-2],[19,-4],[62,22],[29,3],[18,6],[12,-1],[11,-8],[4,-6],[6,-10],[20,-45],[5,-8],[5,-5],[34,-28],[41,-23],[12,-45],[18,-60],[9,-36],[3,-23],[1,-18],[-3,-27],[0,-42],[7,-12],[9,-17],[8,-12],[18,-19],[16,-13],[12,-10],[11,-5],[26,-7],[17,-1],[13,10],[10,14],[11,16],[9,7],[10,8],[12,9],[10,3],[12,1],[10,-3],[6,-6],[6,-11],[12,-38],[3,-25],[1,-11],[7,-16],[6,-9],[19,-20],[10,-9],[25,-16],[40,-23],[16,-18],[11,-15],[7,-15],[3,-18],[-4,-31],[-8,-40],[-6,-24],[-17,-51],[-22,-31],[-27,-43],[3,-24],[40,-21],[44,-17],[41,-9],[95,-14],[43,-7],[58,-13],[5,-5],[1,1],[4,1],[16,3],[10,3],[4,2],[9,4],[5,1],[13,3],[6,0],[6,0],[13,-1],[8,-5],[8,-7],[3,-6],[4,-5],[5,-12],[3,-11],[1,-5],[1,-14],[2,-20],[0,-4],[45,-28],[4,1],[16,8],[12,6],[4,2],[9,1],[7,0],[6,-2],[9,-4],[5,-3],[5,-4],[7,-9],[2,-5],[2,-6],[2,-9],[2,-8],[1,-16],[0,-18],[0,-1],[31,-40],[100,-95],[56,-47],[8,-6],[125,-81],[37,-15],[17,-4],[32,-7],[94,-31],[17,-9],[12,-7],[46,-32],[2,-2],[53,-57],[7,-3],[2,0],[12,47],[23,11],[34,-17],[-9,-22],[-27,-58],[-10,-14],[8,-24],[27,-59],[22,-38],[45,-75],[27,-43],[16,-27],[13,-22],[6,-18],[9,-31],[11,-37],[18,-90],[29,-89],[2,-43],[-11,-42],[-27,-90],[-13,-43],[-2,-22],[6,-32],[8,-21],[9,-9],[15,-10],[43,-31],[11,-15],[5,-12],[3,-35],[-3,-52],[4,-28],[9,-16],[20,-12],[36,-23],[17,-20],[30,-43],[8,-36],[-4,-14],[-14,-17],[-19,-21],[-14,-13],[-44,-31],[-11,-1],[-16,-6],[-3,-5],[-5,-17],[1,-10],[5,-19],[5,-11],[23,-48],[19,-33],[10,-13],[23,-37],[11,-28],[6,-39],[3,-37],[0,-24],[-1,-48],[-10,-27],[-16,-39],[0,-23],[3,-16],[8,-14],[33,-29],[28,-26],[12,-15],[22,-33],[8,-17],[7,-14],[9,-32],[11,-42],[4,-20],[19,-69],[8,-48],[4,-33],[6,-47],[3,-21],[1,-39],[2,-34],[-4,-18],[-16,-19],[-17,-39],[1,-22],[5,-16],[19,-39],[16,-20],[18,-15],[20,-12],[20,-11],[27,-9],[30,-8],[13,-6],[9,-8],[6,-7],[3,-11],[0,-10],[-1,-8],[-10,-20],[-14,-22],[-18,-24],[-23,-24],[-31,-37],[-8,-22],[-6,-146],[-5,-58],[-11,-83],[-10,-48],[-17,-51],[-6,-20],[-4,-18],[-1,-11],[1,-19],[7,-36],[6,-42],[8,-38],[5,-25],[7,-42],[1,-43],[1,-16],[-7,-20],[-36,-126],[1,-49],[0,-43],[0,-31],[-1,-85],[5,-47],[6,-29],[15,-40],[40,-81],[32,-56],[15,-33],[49,-99],[27,-53],[17,-33],[5,-10],[14,-28],[10,-20],[9,-17],[8,-23],[12,-36],[18,-66],[10,-50],[5,-28],[3,-9],[4,-5],[8,-3],[8,5],[8,11],[19,32],[21,21],[13,8],[14,4],[15,0],[13,-5],[12,-9],[9,-11],[7,-15],[4,-16],[10,-64],[5,-46],[0,-37],[-8,-28],[-10,-20],[-20,-46],[-17,-32],[-16,-20],[-27,-23],[-54,-26],[-8,-11],[-12,-26],[-2,-8],[-3,-21],[1,-32],[3,-21],[1,-3],[29,-88],[15,-43],[12,-37],[9,-11],[13,-9],[13,-8],[12,-6],[16,-4],[35,8],[16,-1],[16,-8],[11,-22],[9,-23],[4,-12],[5,-16],[3,-20],[2,-27],[-1,-25],[-4,-73],[-2,-33],[-2,-40],[2,-70],[4,-15],[6,-12],[4,-9],[-1,-17],[-1,-7],[-1,-25],[-8,-23],[-15,-27],[-31,-37],[-28,-27],[-10,-8],[-12,-9],[-27,-15],[-26,-10],[-28,-4],[-32,1],[-32,9],[-49,12],[-15,3],[-15,-7],[-12,-12],[-9,-23],[-31,-89],[-25,-77],[-8,-42],[-8,-53],[-2,-10],[-6,-35],[-3,-16],[-28,-29],[-23,-206],[-4,-56],[3,-25],[1,-14],[12,-42],[21,-46],[29,-39],[31,-45],[14,-20],[16,-47],[17,-51],[8,-21],[13,-13],[16,-10],[34,-19],[20,-13],[9,-12],[13,-27],[9,-30],[8,-39],[6,-34],[5,-18],[8,-20],[20,-33],[24,-36],[23,-27],[10,-21],[6,-23],[0,-20],[-8,-29],[-5,-28],[0,-17],[6,-23],[18,-31],[24,-40],[19,-44],[23,-58],[12,-16],[13,-7],[11,2],[9,2],[13,9],[17,18],[16,24],[18,39],[15,21],[14,8],[11,-1],[14,-10],[12,-15],[4,-22],[3,-35],[1,-36],[3,-18],[4,-15],[11,-12],[23,-8],[36,-9],[48,-9],[19,-7],[22,-10],[32,-20],[33,-35],[15,-20],[2,4],[6,-5],[6,-10],[4,-9],[5,-8],[12,-13],[9,-14],[10,-15],[15,-22],[8,-9],[11,-16],[9,-14],[12,-19],[39,-47],[17,-21],[4,-21],[1,-23],[-11,-20],[-6,-33],[-6,-19],[-11,-24],[-17,-23],[-13,-13],[-8,-8],[-20,-13],[-58,-35],[-39,-20],[-23,-21],[-13,-14],[-58,-78],[-42,-58],[-16,-31],[-14,-32],[-5,-14],[-5,-16],[-23,-60],[-8,-34],[-14,-68],[-15,-62],[1,-18],[8,-16],[8,-16],[19,-21],[110,-103],[69,-72],[46,-58],[27,-33],[75,-113],[23,-42],[17,-40],[6,-27],[14,-43],[9,-41],[4,-17],[3,-15],[5,-19],[18,-23],[22,-17],[43,-23],[40,-22],[31,-19],[13,-13],[7,-19],[-3,-22],[-7,-37],[-7,-17],[-16,-42],[-13,-41],[-7,-8],[-18,-30],[-5,-10],[-51,-90],[-9,-17],[-11,-18],[-2,-2],[1,-2],[-6,-14],[-7,-12],[-9,-18],[-7,-21],[-7,-31],[-6,-14],[-10,-11],[-15,-19],[-19,-25],[-17,-22],[-4,-11],[-2,-20],[3,-13],[7,-20],[4,-8],[13,-28],[16,-31],[22,-31],[8,-12],[27,-29],[9,-14],[7,-12],[6,-20],[2,-14],[0,-30],[8,-3],[-4,-37],[-3,-25],[2,-21],[8,-17],[-6,-10],[9,-13],[14,-17],[18,-23],[9,-10],[2,-2],[9,17],[20,-29],[20,-27],[16,-39],[6,-39],[-42,-250],[18,-51],[16,-28],[38,-47],[20,-19],[11,-11],[25,-24],[22,-9],[64,-13],[38,-2],[48,15],[20,21],[15,6],[16,-3],[-14,-44],[-14,0],[-37,-12],[-20,-11],[-5,-17],[-1,-23],[1,-25],[9,-31],[-6,-4],[11,-23],[6,-6],[0,0],[9,-23],[5,-16],[-18,-58],[-18,-39],[-61,-74],[-6,-37],[8,-63],[-12,-37],[-58,-65],[-4,-10],[233,130],[14,9],[11,8],[107,-416],[11,-21],[68,-112],[27,-42],[154,-124],[46,-44],[151,-154],[28,-25],[20,-12],[16,-6],[45,-10],[70,-7],[115,-5],[20,-9],[-5,-37],[-6,-69],[-4,-36],[-8,-36],[-21,-72],[-1,-36],[0,-80],[-7,-66],[-10,-77],[20,-4],[37,-13],[66,-24],[48,-18],[30,-16],[3,-4],[5,-8],[157,-322],[12,-26],[48,-107],[15,-43],[12,-58],[88,-472],[22,-109],[27,-101],[7,-38],[2,-45],[2,-61],[2,-29],[8,-36],[14,-31],[15,-26],[27,-36],[43,-47],[41,-38],[331,-278],[60,-38],[55,-29],[47,-18],[55,-12],[7,-72],[18,-132],[27,-206],[4,-31],[3,-5],[33,-19],[9,-8],[17,-54],[72,-212],[166,-493],[84,-247],[14,-47],[19,0],[150,-1],[674,-22],[32,-131],[78,18],[-4,34],[28,11],[15,1],[41,-232],[-71,-27],[-36,-15],[-26,-16],[-28,-20],[-22,-13],[-42,-21],[-62,-25],[-29,-12],[-27,-15],[-24,-17],[-20,-11],[-28,-13],[-24,-10],[-22,-7],[-19,-8],[-26,-7],[-11,-2],[-9,7],[-29,57],[-13,22],[-15,21],[-47,51],[-29,25],[-9,2],[-19,-5],[-46,-18],[-82,-29],[-43,-17],[3,-14],[4,-54],[6,-49],[23,-134],[1,-1],[-1,0],[15,-82],[43,-245],[28,-155],[42,-227],[40,-227],[6,-37],[4,-39],[377,-83],[407,-91],[40,-7],[75,-16],[18,-3],[1,-15],[82,-492],[76,-441],[-7,-23],[-9,-35],[-16,-61],[-6,-40],[-10,-72],[-29,-265],[-26,-216],[-68,1],[-86,5],[-26,-189],[154,-32],[-9,-81],[-4,-52],[2,-12],[8,-35],[12,-65],[-16,-1],[-13,-4],[-19,-13],[-20,-18],[-42,-44],[-38,-42],[-90,-104],[-19,-22],[-8,-13],[-12,-23],[-275,122],[-414,191],[-54,22],[-22,17],[-1,-18],[-23,-71],[-58,-193],[-7,-20],[-49,-177],[-41,-136],[-46,-147],[-26,-79],[-10,-30],[-2,-7],[-99,-269],[-21,-64],[-8,-27],[-8,-25],[-46,-202],[-22,-92],[-7,-26],[-7,-32],[-12,-47],[-26,-115],[-38,-210],[-8,-74],[-4,-79],[-6,-135],[-3,-21],[-5,-11],[-4,-32],[-104,9],[-216,5],[-77,3],[-16,-4],[0,-3],[-35,-92],[-22,-59],[-32,-94],[-36,-115],[-14,-64],[-16,-87],[-10,-94],[-3,-23],[-11,-32],[-92,-185],[-43,-82],[-22,-58],[-9,-28],[-5,-21],[-80,-355],[-13,-61],[-3,-18],[0,-2],[-83,-159],[-68,-135],[-3,-4],[-8,-8],[-10,-2],[-11,5],[-146,105],[-41,-252],[-3,-22],[-23,-235],[-6,-67],[-5,-35],[-16,-54],[3,-2],[-2,-47],[-12,-3],[-92,-79],[-10,-12],[-16,-5],[-16,1],[-187,56],[-14,10],[-14,13],[-25,37],[-9,6],[-11,2],[-7,-1],[-9,-1],[-395,-115],[125,-249],[-433,123],[-1,-29],[-35,-271],[-10,-42],[-77,-264],[-34,-113],[-13,-24],[-106,30],[-26,7],[-11,-21],[-316,-540],[-385,110],[5,-136],[-2,-113],[-6,-143],[-6,-39],[-2,-6],[3,-60],[3,2],[-8,-386],[-16,-40],[-10,-26],[-54,-218],[-10,-34],[-6,-90],[3,-107],[11,-260],[17,-369],[4,-28],[5,-23],[11,-48],[9,-22],[16,-29],[43,-69],[15,-13],[115,-111],[66,-65],[77,-82],[9,-16],[5,-28],[12,-177],[12,-178],[2,-59],[-1,-3],[-20,-168],[-28,-267],[256,8],[-5,-26],[-30,-126],[-16,-74],[-74,-334],[-4,-4],[-13,-6],[-47,-7],[-11,-7],[-11,-15],[-7,-20],[-45,-215],[-5,-24],[-17,-86],[-8,-40],[-2,-15],[-4,-23],[-7,-70],[-10,-139],[-1,-45],[-4,-97],[-3,-36],[-5,-21],[-9,-21],[-50,-166],[-53,-183],[-16,-32],[-67,-97],[-75,-127],[-34,-60],[-24,-50],[-51,-130],[-19,-42],[-27,-64],[-50,-103],[-64,-137],[-30,-87],[-8,-14],[-379,121],[0,0],[-68,27],[-441,-36],[-82,-10],[-1592,-2494],[-958,-1447],[-685,-1047],[-2160,827],[-562,216],[-638,255],[-475,189],[-220,88],[-98,39],[-93,41],[22,41],[20,21],[23,33],[58,143],[7,45],[5,41],[2,22],[1,8],[14,23],[-7,12],[36,95],[50,135],[40,106],[79,215],[47,121],[122,-51],[0,-33],[105,-44],[32,97],[34,53],[12,10],[-27,12],[-225,101],[33,92],[136,-62],[17,52],[-137,65],[27,67],[12,32],[79,212],[136,361],[135,-59],[12,50],[18,-1],[9,6],[9,10],[-7,21],[-11,6],[-15,9],[-15,14],[-15,26],[-14,17],[-26,20],[-8,28],[0,11],[369,-166],[3,16],[140,-44],[18,-2],[12,58],[5,15],[11,6],[18,0],[25,68],[69,182],[-5,2],[12,41],[-224,105],[-19,9],[-286,137],[-45,-3],[-33,-3],[-121,51],[-330,165],[0,19],[-7,8],[-3,3],[-36,20],[-8,10],[-3,12],[-2,10],[-4,6],[-39,18],[-66,13],[-8,1],[62,132],[-127,173],[-13,17],[-169,232],[-13,17],[-40,55],[-131,176],[0,12],[46,76],[26,43],[139,227],[33,55],[-319,405],[-105,143],[-20,26],[-20,27],[-172,225],[519,545],[18,20],[391,409],[299,314],[16,17],[705,744],[57,-378],[3,-22],[39,-263],[-67,-191],[23,2],[216,41],[2,2],[125,-106],[9,-17],[252,-388],[40,-63],[84,230],[6,16],[84,228],[56,147],[475,-719],[151,-228],[281,-426],[38,-58],[28,-44],[149,-232],[63,-98],[105,-165],[264,-414],[129,-202],[279,-444],[172,-268],[122,-192],[1,13],[15,169],[9,110],[32,390],[3,40],[7,94],[17,203],[11,138],[5,31],[-2,2],[2,27],[5,58],[15,178],[18,212],[482,4],[277,-2],[287,-1],[56,0],[132,1],[1,1],[257,-137],[116,-95],[10,-13],[47,-40],[26,-18],[-56,-201],[32,0],[74,-13],[119,-23],[91,-17],[68,-15],[22,-8],[110,-64],[184,-103],[60,-35],[73,-42],[3,-1],[35,-14],[10,-2],[24,-4],[41,0],[121,22],[99,29],[54,22],[114,55],[39,33],[22,130],[54,332],[14,19],[14,-11],[72,-52],[24,-9],[7,32],[2,27],[3,25],[8,25],[3,28],[24,60],[40,56],[29,53],[58,118],[17,47],[3,9],[116,389],[-5,53],[-33,-28],[-24,-12],[-20,-4],[-161,0],[-26,3],[-25,17],[6,42],[2,41],[-1,29],[-3,11],[-11,48],[-9,24],[-10,10],[-7,1],[-9,-4],[-76,154],[5,3],[2,7],[-84,158],[-3,2],[-9,9],[-29,-18],[-30,-11],[-26,-6],[-5,-2],[-14,-2],[-8,0],[0,-1],[0,1],[-4,-1],[0,1],[-16,-4],[-1,1],[-31,243],[-52,414],[-43,425],[-1,11],[-3,27],[-5,60],[-3,-3],[-10,86],[-2,30],[9,25],[5,11],[15,9],[247,61],[36,13],[131,49],[42,16],[24,9],[72,19],[3,7],[-90,264],[-13,22],[-26,41],[0,0],[-58,190],[2,1],[-18,58],[-10,16],[-8,11],[-64,66],[-81,129],[-15,27],[-65,229],[1,1],[0,0],[12,11],[212,195],[166,154],[58,65],[13,8],[-67,143],[17,36],[199,206],[-50,108],[0,1],[3,6],[6,14],[8,10],[0,0],[249,158],[186,174],[53,105],[9,141],[55,121],[-2,9],[-117,84],[-5,15],[6,14],[28,25],[62,56],[229,206],[135,122],[187,168],[65,60],[3,-4],[1,0],[0,3],[9,-6],[11,13],[-12,13],[118,-12],[87,-8],[93,-9],[15,-2],[68,-7],[21,-2],[8,2],[9,32],[-6,14],[-32,19],[-5,4],[-11,6],[-28,17],[0,1],[-27,13],[-12,6],[-20,14],[-1,1],[-14,32],[9,31],[12,36],[5,18],[26,48],[25,16],[1,0],[30,12],[10,0],[20,1],[3,0],[17,-1],[39,-1],[26,8],[25,16],[20,27],[12,28],[10,23],[0,1],[15,44],[10,25],[40,22],[27,-4],[19,-6],[34,-11],[39,0],[31,21],[11,22],[15,65],[14,63],[21,27],[27,33],[65,29],[10,5],[59,27],[35,17],[13,12],[49,27],[63,35],[8,5],[15,-25],[37,20],[-16,26],[98,64],[-64,112],[-46,-19],[-35,78],[-15,37],[-9,15],[-8,8],[-11,-3],[-5,-10],[1,-18],[-38,-21],[-10,24],[-25,72],[-18,57],[-5,33],[-1,34],[5,25],[28,94],[72,239],[16,60],[3,9],[12,46],[0,3],[3,18],[1,5],[1,32],[-3,42],[-4,15],[57,116],[39,67],[30,45],[18,23],[29,19],[58,37],[49,34],[15,12],[14,19],[18,22],[0,0],[48,36],[19,11],[30,14],[97,41],[12,14],[26,33],[21,25],[-7,19],[-1,15],[3,28],[1,31],[-10,59],[-2,21],[6,16],[16,24],[24,38],[9,42],[11,35],[2,8],[-25,23],[-61,38],[-138,79],[-4,28],[1,5],[-85,43],[95,164],[-1,149],[-2,117],[-161,35],[-8,29],[-30,133],[-14,30],[-7,14],[-25,61],[-19,55],[-11,37],[-3,13],[-20,150],[-21,119],[-11,71],[-1,22],[13,169],[-1,31],[-31,24],[-1,9],[-28,213],[9,16],[25,74],[35,99],[86,242],[15,41],[33,87],[15,31],[11,17],[24,21],[342,308],[106,95],[16,9],[4,1],[34,7],[46,9],[19,6],[-110,34],[-43,18],[-13,6],[-42,20],[-29,9],[-13,4],[-57,8],[-116,8],[-20,6],[-79,30],[-102,42],[-33,9],[-165,37],[-173,44],[-22,8],[-7,5],[-5,9],[-7,22],[-31,123],[-19,78],[-58,246],[-42,175],[-17,71],[-31,132],[-11,29],[-10,19],[-24,27],[-71,45],[-21,15],[-17,17],[-13,18],[-19,38],[-16,42],[-24,67],[-33,109],[-45,137],[-20,61],[-33,83],[-20,42],[-23,39],[-71,94],[-42,57],[-54,86],[-38,67],[-37,82],[-39,99],[-22,62],[-21,78],[-11,55],[-3,44],[48,126],[44,109],[10,32],[13,38],[19,64],[52,188],[17,60],[2,15],[3,25],[-2,23],[-11,24],[-19,26],[-18,16],[-18,10],[-31,8],[-21,0],[-22,-4],[-23,-9],[-24,-10],[0,0],[-10,-4],[-26,-5],[-34,2],[-29,3],[-24,8],[-18,11],[-13,17],[-5,14],[-3,31],[-14,194],[129,207],[77,122],[15,23],[150,238],[-24,18],[-132,212],[-78,126],[-135,205],[-18,24],[11,34],[16,52],[18,63],[9,36],[12,62],[4,66],[-4,82],[-5,55],[-15,77],[-11,33],[-7,21],[-21,55],[-29,55],[-36,63],[-32,44],[-33,32],[-63,39],[-36,24],[0,0],[-24,23],[-11,20],[-26,65],[-13,25],[38,90],[17,28],[37,48],[28,24],[25,26],[68,108],[16,16],[100,66],[115,48],[45,18],[60,34],[79,67],[40,45],[41,59],[10,22],[-26,103],[-5,30],[-18,351],[0,36],[-10,39],[-23,118],[-15,242],[-17,225],[0,3],[-1,14],[-12,306],[-3,24],[16,-3],[7,-1],[35,1],[26,0],[10,24],[24,83],[10,43],[2,6],[7,23],[8,28],[5,18],[9,14],[9,6],[21,8],[26,9],[22,8],[31,12],[25,12],[0,0],[10,7],[4,3],[11,10],[0,0],[24,35],[14,28],[12,23],[13,21],[15,18],[-1,1],[-10,-9],[-28,-2],[-34,14],[-14,19],[-16,33],[-16,36],[-7,15],[-26,30],[-21,23],[-23,21],[-23,16],[-17,27],[-33,40],[-19,23],[-11,32],[-2,4],[-8,32],[-1,13],[-4,22],[6,56],[3,17],[5,34],[-24,36],[-21,42],[-14,49],[36,75],[5,9],[-1,0],[-10,10],[-18,24],[-15,18],[-5,4],[-5,6],[-5,-9],[-21,24],[-9,23],[-5,20],[2,16],[12,16],[11,20],[8,21],[5,16],[-16,5],[-4,28],[-5,18],[-7,10],[-24,32],[-18,24],[-14,23],[-25,45],[-24,57],[-6,11],[-4,9],[4,2],[0,28],[7,12],[17,15],[23,25],[16,25],[18,30],[12,35],[19,39],[0,0],[1,1],[1,4],[2,2],[3,7],[19,32],[26,43],[32,57],[26,45],[15,34],[22,66],[7,23],[0,19],[-7,19],[-6,7],[-22,11],[-24,13],[-34,18],[-27,14],[-12,9],[-25,21],[-8,12],[-10,37],[-25,102],[-22,59],[-26,50],[-60,89],[-46,62],[-32,43],[-97,100],[-59,49],[-32,31],[-26,36],[-11,18],[-8,28],[1,11],[26,121],[9,42],[13,44],[10,26],[14,39],[21,38],[31,41],[56,73],[33,48],[20,28],[18,15],[62,27],[48,33],[14,13],[10,14],[9,15],[9,21],[10,29],[5,36],[-4,14],[-15,6],[-41,5],[-26,4],[-38,5],[-41,3],[-27,7],[-21,9],[-10,8],[1,13],[5,7],[23,16],[25,18],[14,15],[18,31],[4,28],[-1,10],[-1,11],[-16,19],[-6,0],[-36,39],[-32,29],[-31,15],[-32,11],[-55,12],[-32,7],[-14,8],[-12,14],[-5,13],[-4,91],[-5,12],[-7,5],[-13,-2],[-11,-10],[-46,-77],[-18,-15],[-10,-5],[-17,3],[-22,9],[-11,11],[-18,33],[-47,101],[-45,82],[-4,21],[16,64],[-2,22],[-9,32],[-20,26],[-30,42],[-26,43],[-9,27],[-7,49],[-9,36],[-13,25],[-23,24],[-23,14],[-29,16],[-15,12],[-17,28],[-14,28],[-12,53],[-7,21],[-75,98],[-20,34],[-11,40],[-4,11],[-8,47],[-1,37],[6,80],[13,95],[13,56],[2,22],[0,23],[0,15],[-3,46],[5,17],[33,47],[21,38],[3,5],[25,55],[10,29],[3,12],[19,62],[9,21],[4,10],[13,22],[17,13],[16,2],[82,-21],[35,-2],[36,5],[30,11],[18,13],[38,39],[25,29],[13,44],[3,17],[0,4],[-2,10],[-8,29],[-2,43],[-2,42],[0,18],[7,64],[1,68],[0,24],[-6,25],[-3,17],[-5,14],[-14,21],[-12,7],[-32,0],[-23,2],[-21,12],[-17,12],[-24,26],[-6,18],[-12,38],[-9,27],[-35,104],[-4,33],[0,27],[8,27],[4,14],[4,15],[29,31],[33,15],[18,12],[38,39],[12,21],[19,44],[9,26],[5,34],[-3,27],[-7,64],[-10,38],[-8,13],[-12,3],[-13,3],[-11,-12],[-18,-19],[-26,-44],[-21,-15],[-13,7],[-7,4],[-10,5],[-8,4],[-5,20],[-10,54],[-11,64],[-10,30],[-11,24],[-8,17],[-14,29],[-9,18],[-16,34],[-6,13],[-67,139],[-66,131],[-37,78],[-16,42],[-6,26],[-7,47],[-3,23],[-2,54],[-2,38],[0,67],[3,55],[9,30],[14,43],[15,63],[0,35],[-2,34],[-7,36],[-16,78],[-6,33],[-5,36],[2,13],[7,33],[3,16],[21,69],[3,20],[14,72],[5,75],[1,76],[0,61],[8,33],[9,18],[1,2],[13,17],[34,36],[26,40],[2,12],[2,10],[-9,12],[-25,8],[-19,6],[-19,8],[-16,9],[-2,1],[-26,22],[-18,15],[-13,22],[-8,22],[-4,10],[-10,28],[0,24],[8,27],[6,12],[7,13],[6,13],[8,26],[0,24],[0,40],[-11,64],[-8,45],[-15,72],[-14,48],[-28,87],[-2,6],[-4,8],[-18,26],[-28,31],[-38,34],[-11,18],[-8,20],[-7,14],[2,13],[2,18],[2,12],[25,70],[0,38],[0,27],[-4,23],[-7,31],[-2,9],[-12,30],[-9,11],[-18,22],[-15,20],[-12,27],[-9,22],[-19,48],[0,21],[0,26],[8,17],[21,9],[24,2],[33,23],[27,28],[12,21],[-2,17],[-56,66],[-28,19],[-18,11],[-6,12],[-6,16],[4,63],[-11,49],[-67,58],[-19,32],[-9,21],[2,21],[0,18],[1,13],[24,76],[27,89],[0,30],[-15,72],[-38,175],[-10,22],[-14,23],[-37,56],[-56,87],[-30,52],[-10,19],[-6,24],[-20,24],[-3,7],[-4,18],[-20,39],[-16,23],[-25,23],[-33,22],[-31,17],[-40,13],[-12,1],[-78,31],[-27,5],[-66,31],[-7,3],[-52,33],[-43,33],[-67,58],[-64,64],[-91,87],[-54,36],[-137,84],[-32,16],[-30,11],[-41,7],[-110,15],[-56,9],[-21,8],[-17,12],[-16,13],[-15,7],[-26,23],[-6,14],[-2,16],[1,13],[13,31],[23,26],[12,15],[9,18],[8,23],[17,67],[1,21],[-2,23],[-11,17],[-7,10],[-43,26],[-37,23],[-19,18],[-9,12],[-6,12],[-9,19],[-3,15],[-5,24],[-4,18],[-11,12],[-5,-1],[-14,-16],[-16,-19],[-27,-18],[-23,-3],[-14,-2],[-14,2],[-9,1],[-22,13],[-66,66],[-8,7],[-5,14],[-5,15],[1,55],[0,4],[7,27],[-4,31],[-10,30],[-28,76],[-6,12],[-9,11],[-44,32],[-8,6],[-15,17],[-7,19],[-18,29],[-8,8],[-4,3],[-49,-6],[-46,-16],[-31,-1],[-16,4],[-38,17],[-45,26],[-23,10],[-20,-3],[-14,-12],[-21,-45],[-9,-13],[-7,-8],[-30,-2],[-10,4],[-22,50],[-27,39],[-62,103],[-7,13],[-3,10],[-4,14],[-5,51],[19,41],[9,7],[7,4],[40,17],[-2,34],[-2,21],[-1,15],[1,18],[-6,24],[-16,33],[-10,17],[-11,11],[-12,9],[-11,3],[-13,0],[-12,-4],[-21,-4],[-62,-21],[-27,-5],[-19,0],[-9,2],[-11,5],[-13,9],[-16,25],[-10,22],[-8,17],[-7,13],[-5,15],[0,21],[3,39],[-2,43],[0,40],[-3,18],[-1,0],[-2,0],[-2,0],[-2,0],[-2,1],[-1,1],[-9,-4],[-50,-32],[-69,-49],[-16,-36],[-16,-28],[-14,-14],[-43,22],[-7,2],[-16,-7],[-10,-7],[12,-11],[-37,-29],[-42,-32],[-14,-10],[-8,-8],[-10,-30],[-18,-31],[-24,-25],[-21,-15],[-17,-29],[2,-104],[7,-37],[22,-43],[32,-63],[3,-24],[-10,-19],[-15,-14],[-17,-9],[-29,-8],[-24,-3],[-25,0],[-23,3],[-14,0],[-1,-8],[2,-7],[7,-9],[18,-16],[13,-9],[13,-27],[-7,-26],[-14,-14],[-17,-7],[-74,-14],[-37,8],[-11,0],[-6,-4],[-2,-4],[1,-11],[8,-29],[10,-21],[16,-28],[6,-20],[0,-24],[-4,-14],[-1,-2],[-1,-2],[-10,-13],[-16,-13],[-25,-8],[-20,-2],[-33,2],[-7,0],[-6,-3],[-8,-14],[0,-15],[14,-31],[2,-19],[-7,-17],[-18,-15],[-16,-4],[-21,-2],[-4,-2],[-1,-3],[7,-18],[24,-7],[18,10],[17,10],[24,-3],[24,-8],[42,-35],[13,-37],[-1,-65],[-4,-23],[-14,-16],[-15,-9],[-20,-7],[-11,-12],[-1,-6],[6,-40],[27,-31],[26,-35],[6,-9],[3,-5],[8,-12],[14,-31],[11,-23],[42,-84],[8,-10],[3,-7],[10,-2],[12,-3],[10,-3],[5,-3],[6,-16],[4,-9],[1,-6],[2,-12],[1,-11],[-2,-12],[-3,-11],[-3,-10],[39,-97],[10,-20],[5,-19],[22,-36],[1,-1],[1,-10],[0,-20],[-5,-36],[-3,-9],[20,-7],[-2,2],[38,-4],[82,-9],[11,-10],[17,-23],[4,-44],[-3,-15],[-20,-34],[-17,-6],[-15,-2],[-11,-1],[-24,-1],[-13,-2],[-11,-5],[-8,-6],[-4,-8],[-1,-8],[0,-13],[0,-22],[-4,-20],[1,-19],[-2,-10],[-15,-3],[-31,-6],[-1,1],[-13,9],[0,7],[-44,40],[-4,-5],[-1,-1],[-11,-15],[-7,-12],[-7,-22],[-6,-31],[0,-15],[-6,-27],[-10,-37],[-2,-9],[-13,-35],[-8,-19],[-1,-14],[-3,-34],[0,-23],[-1,-34],[1,-32],[0,-8],[-1,-19],[-3,-39],[-3,-36],[2,-31],[5,-18],[12,-15],[9,-19],[7,-23],[1,-1],[-2,-64],[-2,-20],[-2,-17],[-3,-23],[-3,-39],[-3,-40],[0,-41],[-1,-72],[-2,-22],[-8,-50],[-2,-17],[-5,-23],[-8,-33],[-4,-19],[-6,-32],[-4,-23],[-4,-23],[-12,-22],[-9,-17],[-6,-14],[-7,-16],[-6,-16],[0,-19],[0,-12],[0,-15],[1,-23],[1,-14],[3,-18],[3,-20],[0,-5],[1,-15],[-2,-30],[0,-25],[2,-30],[2,-26],[2,-24],[4,-21],[3,-14],[0,-2],[7,-17],[14,-39],[18,-59],[3,-44],[1,-29],[-1,-14],[0,-13],[-3,-27],[-4,-28],[-3,-21],[-7,-1],[-6,1],[-6,1],[-4,1],[-10,5],[0,3],[8,-1],[4,29],[0,18],[-4,29],[-2,31],[-3,39],[-1,15],[0,13],[-7,18],[-1,6],[-5,32],[-8,31],[-2,7],[-1,8],[-1,6],[-12,51],[-1,18],[-1,32],[0,29],[1,31],[0,13],[-2,25],[-3,22],[-3,17],[-1,22],[-1,13],[1,14],[-1,21],[1,13],[9,23],[9,27],[11,21],[11,23],[7,29],[10,51],[15,59],[3,10],[6,29],[0,12],[-2,37],[0,20],[0,22],[-5,-3],[-10,-3],[-9,-1],[-9,-1],[-17,46],[-11,18],[-9,27],[0,26],[1,25],[8,29],[8,13],[2,11],[9,28],[18,27],[1,8],[32,-1],[2,-2],[8,-8],[2,-2],[-1,8],[-10,36],[-14,22],[-3,7],[-7,15],[-9,33],[8,25],[4,84],[0,12],[-2,40],[1,34],[7,72],[7,8],[7,16],[8,32],[4,16],[5,23],[1,6],[6,40],[3,27],[18,38],[5,5],[28,53],[6,23],[8,34],[8,20],[11,36],[10,39],[1,4],[10,46],[3,41],[-14,29],[-4,-6],[-18,-27],[-1,-12],[-18,-4],[3,27],[21,42],[2,8],[-7,11],[-38,37],[-14,19],[-6,18],[9,17],[6,11],[1,6],[-3,5],[-16,37],[-11,26],[-4,6],[-4,3],[-33,-5],[-22,4],[-21,14],[-10,10],[-10,1],[-21,-1],[-9,16],[11,27],[10,37],[10,19],[18,35],[-12,21],[-10,16],[-30,37],[-13,19],[-23,33],[-13,31],[-5,10],[-6,15],[-12,25],[-21,38],[-21,45],[-7,17],[-4,9],[-5,13],[-12,33],[-2,2],[-5,9],[-16,36],[-13,-5],[-7,26],[-8,28],[-4,32],[10,37],[14,40],[27,44],[64,91],[48,86],[32,55],[15,21],[12,22],[17,33],[22,47],[8,17],[16,35],[40,68],[32,47],[17,-1],[23,42],[9,11],[6,6],[20,30],[7,21],[2,7],[9,13],[9,13],[5,7],[27,26],[23,23],[-12,7],[10,26],[11,18],[13,14],[23,13],[25,9],[17,3],[20,-2],[18,-1],[5,3],[30,24],[9,6],[6,11],[9,14],[2,3],[0,7],[4,18],[9,15],[8,8],[4,3],[14,4],[14,-5],[11,-7],[0,0],[14,4],[1,1],[4,1],[5,-2],[7,-7],[5,-7],[47,30],[2,1],[12,5],[3,1],[2,14],[6,14],[3,5],[0,1],[29,20],[17,17],[13,17],[12,20],[8,15],[9,22],[4,26],[1,18],[-1,18],[-4,30],[-11,57],[-1,11],[-8,39],[-2,11],[-4,56],[6,59],[7,24],[10,18],[9,13],[18,19],[14,11],[30,14],[15,5],[27,13],[10,8],[11,11],[9,30],[3,30],[2,62],[-1,31],[-6,51],[-7,30],[-3,7],[-24,41],[-18,23],[-18,20],[-22,29],[-5,14],[-3,16],[0,15],[3,15],[10,16],[33,27],[15,16],[26,41],[13,24],[29,62],[28,58],[34,63],[10,23],[8,27],[0,23],[-3,18],[-8,31],[-11,33],[-3,20],[3,23],[7,15],[6,8],[8,6],[11,7],[7,1],[10,1],[22,-3],[33,-6],[33,0],[19,4],[10,5],[7,7],[3,11],[1,14],[-4,15],[-8,10],[-13,10],[-14,9],[-19,8],[-14,2],[-10,5],[-20,2],[-35,10],[-52,21],[-45,27],[-13,12],[-20,28],[-10,22],[-20,76],[-2,16],[-9,45],[-12,61],[-4,10],[-18,72],[-39,111],[-28,70],[-18,40],[-6,11],[-6,9],[-11,17],[-6,9],[-8,10],[-7,5],[-15,24],[-9,4],[0,1],[-2,0],[-30,15],[-15,11],[-21,28],[-1,15],[11,23],[-6,15],[-11,16],[7,33],[-1,33],[-27,98],[-16,51],[-9,30],[-11,27],[-11,22],[-5,16],[-1,0],[-27,58],[-23,49],[-7,14],[-5,11],[-27,53],[-28,58],[-80,186],[-20,33],[-29,53],[0,1],[-7,11],[-102,236],[1,1],[-2,2],[-7,8],[-34,76],[1,3],[-7,15],[-27,56],[-8,16],[-21,44],[-23,47],[-45,98],[-54,111],[-28,62],[-35,77],[-12,27],[-23,53],[-76,177],[-1,1],[-30,60],[-7,11],[-20,31],[-9,13],[-4,3],[-77,60],[-20,22],[-11,23],[-4,84],[-4,27],[-4,34],[-4,32],[-3,24],[3,47],[3,25],[4,77],[1,59],[1,26],[1,15],[2,16],[4,44],[1,24],[6,26],[56,98],[31,33],[5,-9],[9,-14],[3,-6],[1,5],[-1,9],[0,8],[-1,15],[-1,22],[0,16],[0,14],[0,11],[1,12],[1,7],[2,13],[3,16],[4,18],[4,18],[3,16],[5,23],[7,29],[8,31],[8,30],[5,18],[2,8],[9,26],[-2,0],[-12,-2],[-11,-3],[20,37],[58,75],[6,8],[5,6],[26,25],[36,13],[22,6],[38,83],[29,62],[68,51],[11,27],[-13,27],[-38,-1],[-30,-8],[-42,16],[-9,40],[23,31],[341,169],[55,39],[20,27],[14,116],[-21,107],[2,50],[17,32],[12,22],[57,55],[20,64],[6,88],[-19,125],[7,189],[40,67],[4,34],[-14,34],[-21,54],[0,0],[-2,2],[-1,7],[-3,3],[-24,47],[-6,23],[-3,30],[4,70],[4,31],[13,67],[14,61],[3,9],[14,26],[96,137],[24,39],[55,77],[11,13],[17,15],[86,71],[15,15],[9,12],[19,44],[15,53],[4,15],[26,-8],[0,0],[-12,-55],[-8,-25],[-12,-28],[-30,-41],[-30,-31],[-6,-5],[-51,-46],[-10,-7],[-55,-60],[-31,-51],[-13,-18],[-27,-48],[-22,-36],[-40,-50],[-5,-8],[-5,-11],[-2,-9],[-10,-29],[-2,-6],[0,-17],[-5,-43],[-9,-55],[-6,-41],[-1,-32],[2,-18],[4,-18],[6,-16]],[[454630,229096],[-2,-34],[2,-32],[3,-26],[-8,-4],[0,0],[1,-2],[4,-2],[8,-3],[10,-56],[8,-54],[6,-32],[11,-68],[4,-32],[0,-15],[-1,-13],[-19,-69],[-14,4],[5,21],[7,27],[0,7],[-7,14],[-20,116],[-3,25],[-6,38],[-10,64],[-1,17],[-6,-4],[-2,30],[0,66],[0,7],[-5,-1],[1,1],[34,10]],[[450954,227134],[-296,-339],[0,1],[-52,-60],[-4,-4],[-4,-4],[-8,-9],[-16,-8],[-26,-8],[-84,-8],[-104,-10],[-17,-5],[-10,-2],[-7,15],[-8,15],[9,2],[31,9],[87,8],[99,9],[17,4],[23,17],[13,14],[195,226],[137,158],[75,86],[157,180],[237,272],[41,48],[9,10],[16,24],[11,28],[12,41],[8,31],[181,653],[16,56],[67,237],[97,342],[27,92],[4,15],[12,30],[24,37],[2,3],[29,30],[54,32],[15,7],[14,-34],[-7,-3],[-35,-16],[-22,-14],[-5,-5],[-20,-21],[-22,-30],[-10,-27],[-242,-855],[-158,-572],[-11,-39],[-11,-29],[-15,-23],[-9,-14],[-287,-330],[-229,-263]],[[454085,229000],[37,-4],[108,41],[21,1],[51,0],[64,10],[167,57],[92,33],[-1,-6],[-4,-26],[-1,-9],[-244,-82],[-11,-2],[-29,-6],[-69,-7],[-119,-34],[-18,-3],[-22,-1],[-10,0],[-21,6],[-11,5],[-126,55],[-37,15],[-26,8],[-21,7],[-23,8],[-15,5],[-14,6],[-21,11],[-20,10],[-320,182],[-24,13],[-67,44],[-6,4],[-185,127],[5,6],[17,19],[203,-138],[29,-18],[5,-3],[19,-14],[22,-13],[313,-179],[50,-23],[7,-3],[12,-4],[68,-23],[175,-75]],[[452772,229773],[269,-182],[116,-79],[-1,-2],[-38,-14],[-77,54],[-291,199],[-7,3],[-6,3],[-6,0],[-4,-2],[-5,-2],[-338,-185],[-304,-170],[-7,-4],[-12,35],[6,3],[210,115],[258,140],[171,93],[20,9],[6,1],[3,1],[4,0],[5,-1],[11,-4],[6,-3],[11,-8]],[[476171,230993],[-60,-72],[-103,-124],[103,-96],[254,-240],[20,-4],[21,-94],[7,-181],[9,-143],[-8,0],[6,-128],[6,-117],[-8,-38],[-4,-7],[-24,-35],[-41,-41],[1,-7],[-18,-20],[-22,-20],[-25,-21],[-34,-27],[-71,-54],[-69,-55],[-29,-24],[-33,-47],[-38,-61],[-22,-28],[-7,-14],[-27,-17],[-24,1],[-11,-1],[-14,-4],[-27,-11],[-31,-25],[-29,-23],[-86,-103],[-31,-45],[-15,-22],[-13,-1],[-34,-3],[-18,3],[-18,3],[-143,-113],[-10,-22],[-39,-15],[-70,-114],[-60,-126],[-29,-66],[-26,-69],[-22,-62],[-6,-22],[-26,21],[-5,0],[-16,-24],[-157,-269],[-40,-72],[-38,-62],[-113,-197],[-71,-122],[-15,-23],[-37,-63],[-4,-11],[-49,-76],[-50,-86],[-21,-30],[-7,-12],[-33,-48],[-2,-3],[-121,-49],[-52,-19],[-177,-49],[-62,-19],[-77,-21],[-38,-2],[-56,-6],[-19,-5],[-32,-13],[-16,-8],[-170,-76],[-49,-18],[-96,-32],[-22,-1],[-26,-9],[-27,-8],[-15,-4],[-16,-3],[-7,1],[30,-23],[13,-17],[6,0],[24,-31],[53,-62],[445,-498],[92,-101],[54,-62],[44,-45],[46,-55],[17,-16],[99,-110],[19,-17],[6,-8],[17,-24],[-85,-92],[-314,-331],[-5,-10],[-24,-22],[1,0],[2,-3],[5,-19],[13,-62],[6,-21],[16,-70],[17,-71],[72,-327],[2,-10],[-1,-8],[22,-13],[4,1],[36,5],[55,-6],[44,-9],[42,-20],[51,-36],[47,-52],[-1,-2],[3,1],[28,-53],[-18,-60],[-2,-29],[138,-297],[-98,-56],[-204,-91],[-105,-46],[5,-22],[27,-151],[7,-29],[21,-123],[8,-58],[14,-139],[8,-54],[8,-72],[27,-150],[14,-73],[36,-163],[14,-54],[16,-72],[10,-36],[9,-41],[4,-16],[19,-65],[35,-149],[7,-26],[2,-10],[6,-15],[74,-39],[60,-31],[21,-16],[15,-20],[56,-89],[12,-10],[34,-40],[116,-128],[3,1],[30,-75],[54,-57],[34,-26],[25,-15],[64,-25],[49,-13],[117,-41],[11,-4],[14,-6],[20,-9],[31,-20],[6,-6],[3,-5],[1,-4],[-7,-10],[-12,-12],[10,-13],[13,9],[6,0],[2,-4],[9,-15],[42,-82],[88,-169],[34,-70],[47,-89],[13,-20],[16,-16],[24,-11],[48,-15],[137,-38],[53,-11],[32,3],[7,-4],[3,-5],[4,-26],[31,3],[41,11],[146,39],[18,4],[10,3],[196,51],[16,4],[51,13],[16,4],[256,68],[10,3],[11,2],[101,28],[17,4],[93,25],[2,2],[0,3],[-3,16],[27,8],[7,-21],[285,75],[590,159],[30,12],[1,-2],[330,90],[4,-40],[4,-142],[7,-201],[0,-93],[0,-43],[-4,-1],[-145,-14],[0,-7],[1,-144],[5,-1],[49,-2],[14,2],[-1,-57],[135,3],[0,-87],[-2,-127],[0,-26],[89,-3],[2,-57],[32,-1],[-2,-34],[-36,-1],[-2,-74],[-4,-20],[0,-138],[45,-1],[-3,-55],[-2,-77],[-196,4],[-13,-222],[-15,-211],[-82,52],[0,-21],[-12,-14],[-20,-18],[-122,-102],[-17,-16],[0,-5],[4,-7],[19,-29],[72,-97],[29,-42],[70,-107],[107,17],[57,13],[69,22],[7,-87],[5,-67],[3,-49],[15,-173],[2,-14],[2,-5],[7,0],[14,5],[180,84],[52,18],[-5,-240],[68,-347],[17,-33],[16,-60],[13,-27],[36,-45],[19,-22],[12,-29],[8,-53],[9,-58],[15,-69],[33,-164],[3,-86],[-3,-77],[13,0],[10,-170],[-7,-49],[-15,-80],[-4,-32],[-11,-50],[-7,-40],[-7,-4],[-21,-3],[-16,-23],[0,-4],[-13,-29],[-4,-18],[-1,-28],[1,-20],[21,-113],[25,-153],[-10,-27],[-24,-46],[-39,-59],[-28,-46],[-25,-22],[-13,-16],[-15,-53],[-54,-25],[-25,-13],[-75,-34],[-126,-43],[-16,-7],[0,-2],[13,-180],[-2,-61],[6,-58],[0,-2],[10,-52],[5,-19],[4,-13],[16,1],[83,3],[12,-46],[12,-104],[10,-117],[10,-90],[2,-18],[-12,-18],[-46,-57],[-32,-37],[1,-13],[6,-1],[31,-6],[47,-27],[130,-73],[-11,-30],[-66,-145],[-38,-76],[-97,76],[-32,24],[-21,16],[-24,-24],[-48,-112],[-56,-142],[-26,-68],[-32,-92],[-11,2],[-77,28],[-8,-73],[-24,-191],[-21,-175],[4,-10],[0,-1],[-29,-11],[0,-3],[-28,19],[-36,22],[-12,5],[-47,-10],[-107,-21],[-171,10],[-66,-11],[-19,-3],[-3,14],[-16,16],[-14,35],[-48,1],[-211,-19],[-46,-1],[-72,-8],[-51,-5],[-43,-5],[-24,-4],[-182,-30],[-2,3],[-75,135],[-124,231],[-50,95],[-121,223],[-12,22],[-117,215],[-18,33],[-1,3],[-57,105],[-29,50],[-17,40],[-6,20],[-6,63],[10,1],[-7,41],[-10,32],[-11,29],[-16,33],[-14,27],[-75,106],[-27,43],[-29,49],[-30,56],[-61,128],[-16,28],[-31,45],[-23,27],[-37,38],[-27,32],[-18,28],[-17,28],[-46,86],[-22,31],[-10,9],[-26,29],[-101,191],[-69,129],[-85,159],[-48,90],[-608,1132],[-241,450],[-32,45],[-72,134],[-6,13],[-57,106],[-62,126],[-15,26],[-65,114],[-108,195],[-320,616],[-67,73],[-56,109],[-50,140],[-124,231],[-202,376],[-34,65],[-164,305],[-189,352],[-73,136],[-69,138],[-66,140],[-63,142],[-60,143],[-57,145],[-53,146],[-50,148],[-46,149],[-23,79],[-60,223],[-38,153],[-184,757],[-81,331],[-106,437],[-121,496],[-114,469],[-4,16],[-20,86],[-12,26],[5,2],[-6,25],[-5,-2],[-14,79],[-163,669],[-238,977],[-57,237],[-76,308],[-75,308],[-32,130],[-16,-5],[-24,160],[-4,26],[-5,17],[-56,188],[-34,99],[-29,79],[-34,86],[-3,12],[-3,15],[-3,10],[-12,37],[-17,62],[-21,70],[-27,92],[-12,39],[-14,53],[-6,20],[-5,23],[-3,22],[-1,12],[0,9],[1,12],[2,12],[6,19],[8,26],[12,30],[16,32],[19,37],[18,29],[21,27],[20,24],[30,32],[48,41],[45,33],[10,6],[26,10],[25,2],[46,5],[47,4],[53,5],[64,6],[58,5],[120,15],[55,6],[58,9],[87,11],[67,5],[80,7],[68,9],[93,9],[92,11],[35,3],[52,4],[27,4],[46,3],[573,-3],[215,0],[49,0],[40,0],[27,0],[35,0],[28,0],[21,0],[23,0],[48,3],[153,1],[266,-1],[177,5],[124,-2],[513,4],[62,1],[72,1],[51,-5],[60,-11],[38,-11],[188,-47],[0,-9],[75,8],[29,7],[21,7],[83,36],[30,9],[11,-2],[38,-1],[16,5],[30,2],[20,0],[18,1],[-11,25],[642,0],[374,-14],[2,0]],[[554142,117328],[-50,-104],[-19,11],[-100,-210],[-42,-87],[-16,-32],[-44,-97],[-6,-12],[-20,12],[-267,140],[89,198],[37,93],[21,44],[20,38],[75,140],[19,35],[39,67],[42,65],[29,-13],[15,-9],[60,-33],[25,-14],[153,-82],[-67,-146],[7,-4]],[[564281,118947],[-21,-6],[-2,9],[-84,396],[-13,59],[-42,194],[-66,309],[-10,40],[-5,6],[-43,59],[10,4],[16,8],[19,8],[2,1],[69,37],[5,3],[3,2],[333,151],[137,63],[50,22],[128,53],[121,50],[48,20],[8,-12],[6,-10],[9,-14],[6,-19],[3,-11],[2,-6],[3,-19],[2,-18],[4,-40],[13,-108],[0,-3],[3,-31],[3,-29],[3,-28],[3,-27],[3,-28],[3,-36],[4,-37],[3,-27],[3,-28],[3,-28],[3,-28],[3,-37],[14,-135],[1,-8],[32,-309],[1,-9],[20,-192],[-2,-1],[-142,-36],[-243,-63],[-149,-39],[-72,-18],[-51,-14],[-25,-6],[-53,-14],[-79,-20]],[[306149,712952],[-43,-73],[74,-39],[41,72],[44,-27],[310,-168],[-164,-329],[157,-87],[114,185],[54,117],[11,24],[297,-161],[-11,-25],[-141,-315],[-162,-359],[-160,-350],[9,-5],[-156,-354],[-22,-54],[-42,-95],[256,-142],[254,-141],[182,-100],[68,141],[115,229],[269,590],[226,508],[32,72],[359,-201],[125,-67],[45,-24],[-44,-98],[79,-43],[43,98],[111,-61],[32,-9],[-70,-166],[-1,-23],[-15,-35],[3,-2],[3,7],[228,-118],[0,0],[1,-1],[18,38],[0,0],[2,5],[21,44],[1,-1],[90,-48],[50,111],[69,-41],[70,-37],[69,-37],[210,-116],[-1,0],[2,-1],[-49,-110],[-4,-8],[-3,-8],[20,-10],[60,-29],[2,7],[70,-36],[-7,-14],[41,-22],[0,0],[3,-1],[5,13],[2,4],[4,9],[62,-33],[13,28],[45,-24],[41,-23],[61,-32],[167,-94],[1,-3],[-82,-184],[-39,-90],[-13,-29],[-7,-6],[-18,-41],[-87,45],[-69,-154],[2,-15],[23,-18],[53,-29],[-40,-88],[-80,-177],[-58,-127],[-137,-309],[-275,157],[-374,206],[-460,253],[-165,93],[-29,16],[-37,-81],[-32,-74],[-37,-81],[-90,-202],[100,-54],[218,-120],[334,-186],[332,-184],[320,-179],[-99,-224],[-49,-112],[-12,-27],[-113,-242],[-118,-258],[-88,-192],[-62,-149],[-63,-139],[-88,-191],[-9,-18],[-80,-174],[-154,85],[-107,-239],[-70,-156],[-86,-191],[-162,-362],[-43,-93],[-66,71],[-22,40],[-35,76],[-38,79],[-45,54],[-35,55],[-86,131],[-7,11],[-100,-69],[-351,-241],[-9,-12],[6,-14],[19,-6],[210,-14],[8,-29],[-6,-34],[-11,-21],[-37,-33],[-43,-40],[-12,-18],[-8,-14],[-4,-12],[-3,-12],[-2,-15],[2,-24],[9,-6],[22,-26],[85,-103],[34,-40],[24,23],[0,6],[5,7],[21,18],[232,207],[7,4],[13,-14],[43,-41],[65,-64],[85,-83],[130,-127],[26,-24],[24,-21],[10,-9],[17,-9],[43,-21],[25,-11],[35,-16],[19,-8],[-72,-181],[-67,-170],[-56,-140],[-21,-28],[7,-14],[-1,-18],[-9,-27],[-2,-8],[-12,-30],[-25,-48],[-24,-48],[-19,-42],[-36,-72],[-53,-107],[-100,-205],[-93,-181],[-80,-163],[-69,-139],[-89,-180],[-92,-187],[-86,-186],[-67,31],[-38,19],[-15,-39],[-50,23],[-8,-22],[-49,23],[22,56],[-47,22],[-20,10],[-12,-39],[-6,-18],[-13,1],[-7,0],[-4,-5],[-10,-30],[34,-15],[44,-22],[-24,-82],[47,-25],[-32,-92],[82,-42],[48,-25],[-110,-240],[-82,-183],[-19,-43],[-57,-129],[-42,-106],[-46,-115],[-29,-86],[-19,-56],[-56,-166],[-3,-13],[-12,-52],[-10,-31],[-51,-149],[-38,-110],[-101,-290],[-86,-243],[-7,-8],[-5,-4],[-24,1],[-15,2],[-14,8],[-9,15],[-5,29],[-4,46],[-7,49],[-4,25],[-10,22],[-9,11],[-4,4],[-22,10],[-17,3],[-19,0],[-54,-8],[-477,-69],[-39,-5],[-10,1],[-7,4],[-4,14],[-2,-9],[-1,-3],[-22,3],[-7,-20],[-7,-9],[-19,-20],[-3,-3],[-22,-10],[-117,-25],[-37,-11],[-20,-10],[-13,-6],[-142,-74],[-32,-17],[-83,-37],[-63,-23],[-121,-35],[-28,-9],[-16,-2],[-74,0],[-14,-3],[-39,-14],[-45,-10],[-4,0],[-87,443],[-28,3],[-13,2],[-61,11],[-24,4],[-78,16],[-32,5],[-50,7],[-68,4],[-74,5],[-59,5],[-29,0],[-28,-3],[-8,3],[-4,15],[-17,101],[-6,40],[-99,-19],[-7,0],[-5,5],[-7,14],[-8,5],[-6,0],[-28,-5],[-2,10],[-23,-7],[-29,204],[-7,-53],[-5,-37],[-5,-2],[-13,6],[-40,20],[-18,9],[-84,45],[-125,76],[-26,91],[-5,19],[-85,-22],[-99,96],[-86,96],[-66,88],[-60,95],[-48,87],[-32,67],[-71,170],[-7,17],[-13,31],[-6,19],[-14,52],[-15,52],[-16,66],[-8,42],[-13,56],[-3,55],[4,3],[-5,40],[-9,84],[-6,128],[-1,46],[2,57],[11,92],[34,192],[87,464],[68,375],[9,47],[49,265],[2,9],[3,18],[11,58],[41,219],[46,250],[6,32],[2,11],[2,3],[-1,6],[-3,20],[24,122],[97,495],[65,377],[5,26],[28,147],[93,496],[30,169],[31,160],[98,540],[6,36],[55,297],[11,62],[15,75],[5,26],[34,163],[19,102],[2,45],[6,8],[36,110],[45,138],[-3,6],[0,1],[1,5],[4,12],[4,11],[4,11],[3,12],[4,11],[4,11],[53,125],[30,68],[26,60],[44,84],[62,114],[8,12],[48,80],[48,74],[53,80],[52,72],[110,144],[175,214],[43,48],[16,11],[16,2],[10,0],[9,-1],[12,-6],[27,-18],[6,-1],[9,-2],[15,2],[11,7],[31,-10],[9,6],[25,19],[158,118],[92,-135],[147,229],[1,0],[80,-45],[131,377],[-307,180],[639,962],[330,469],[98,-53],[75,145],[167,-92]],[[304549,710497],[53,-28],[20,21],[-13,18],[31,41],[-38,58],[-30,43],[-79,-90],[56,-63]],[[307562,709722],[38,-21],[91,204],[-57,34],[-114,62],[-35,-77],[22,-94],[-27,-64],[82,-44]],[[307663,709738],[-22,-49],[33,-18],[8,-5],[22,48],[-38,21],[-3,3]],[[307336,709106],[-16,-36],[39,-17],[107,-60],[53,119],[85,-34],[8,-1],[7,1],[4,2],[3,3],[4,6],[1,5],[-1,13],[1,4],[69,152],[-198,109],[-45,-101],[-38,21],[-171,95],[-83,-184],[137,-78],[34,-19]],[[305292,709053],[-13,19],[-17,-19],[-31,-27],[-56,-40],[47,-113],[58,35],[46,42],[-11,40],[-12,21],[-11,42]],[[306724,708112],[-9,-4],[-1,1],[-5,-37],[101,-142],[35,77],[47,104],[-95,82],[-17,10],[-10,2],[-7,-6],[-10,-19],[-29,-68]],[[306361,707637],[-134,-161],[8,-1],[11,-5],[13,-7],[13,-13],[5,-4],[7,-12],[153,112],[-76,91]],[[305728,707479],[-101,14],[-16,-1],[-14,-8],[-7,-10],[-6,-16],[1,-47],[0,-29],[-9,-20],[-14,-15],[-7,-3],[-10,-4],[-14,-2],[-14,-3],[-26,4],[-38,9],[80,-96],[5,-8],[24,-13],[9,-1],[10,-1],[12,3],[9,3],[12,11],[6,11],[5,17],[0,21],[70,7],[1,-18],[42,3],[5,10],[53,14],[1,19],[-16,66],[-6,80],[-21,1],[-26,2]],[[306004,707491],[119,-8],[3,93],[-30,2],[-88,4],[-4,-91]],[[303540,706486],[27,-8],[3,4],[13,12],[160,86],[-43,110],[-58,-31],[-16,39],[-21,-12],[-5,18],[-24,-15],[-11,21],[-22,-12],[8,-18],[-64,-33],[53,-137],[1,-16],[-1,-8]],[[303376,703663],[25,-61],[149,40],[-27,143],[-132,-112],[-15,-10]],[[304877,702845],[21,-9],[25,2],[32,9],[18,15],[12,-28],[5,-10],[5,-6],[6,-3],[28,7],[106,25],[10,6],[7,11],[-12,19],[26,13],[215,124],[-37,62],[-29,70],[-40,58],[-167,-92],[27,-57],[-52,-33],[-48,91],[-57,99],[-14,26],[-29,-18],[-72,-46],[49,-115],[-76,-16],[45,-121],[-13,-16],[-9,-25],[4,-23],[14,-19]],[[308148,710925],[15,34],[35,76],[21,49],[-35,20],[-129,72],[-38,-87],[-31,-70],[63,-37],[-1,-4],[100,-53]],[[308362,711000],[111,-60],[58,129],[-218,114],[-56,-126],[105,-57]],[[741662,581129],[303,-572],[303,3],[7,-23],[13,-25],[18,-33],[2,-1],[27,-30],[13,-25],[92,-288],[0,-13],[-1,-12],[-5,-14],[-247,-64],[-347,-96],[-28,-8],[-158,-41],[-415,-113],[-6,28],[-23,113],[-141,424],[-6,7],[-139,-37],[-54,102],[-10,27],[-11,93],[-6,6],[-67,-12],[-63,-10],[-14,1],[-14,7],[-10,14],[-18,56],[0,33],[7,66],[16,71],[16,58],[16,27],[35,30],[77,49],[91,53],[74,31],[165,59],[9,23],[363,39],[107,11],[24,2],[5,-16]],[[753261,582133],[-82,-55],[-13,-13],[12,-20],[6,-10],[47,-82],[-51,9],[-55,22],[-81,41],[-22,18],[-47,43],[-36,43],[-42,-324],[-170,29],[-42,-337],[-7,-5],[-150,-31],[109,-291],[95,-248],[6,-9],[8,-12],[23,-32],[120,-174],[200,-290],[158,-231],[-2,-28],[-1,-12],[-10,-82],[-9,-44],[-4,-32],[-33,-139],[-48,-163],[-28,9],[-34,24],[-30,38],[-285,355],[-69,89],[-7,15],[-20,40],[-210,432],[-32,68],[-58,-11],[-79,-13],[-118,-35],[-20,-9],[-7,-2],[-9,-10],[-27,-76],[-16,-63],[-4,-40],[5,-97],[9,-121],[7,-89],[9,-65],[13,-54],[18,-61],[35,-108],[7,-27],[-65,-18],[-11,0],[-6,5],[-10,36],[-3,13],[0,35],[-1,14],[-4,9],[-94,-63],[-30,-16],[-42,-19],[-13,-10],[-18,21],[-10,17],[-5,9],[-29,75],[-60,-75],[-100,-130],[-43,-53],[-60,67],[-28,37],[-17,28],[-25,48],[-40,72],[-25,42],[-43,62],[-26,30],[-56,53],[-21,14],[-46,-54],[-19,-20],[-49,83],[-46,85],[-8,16],[77,112],[11,15],[9,20],[2,35],[-3,11],[-17,40],[-37,75],[-17,51],[-6,50],[-2,44],[-4,17],[-20,22],[-33,51],[-40,56],[-10,8],[-7,-2],[-20,-44],[-35,-82],[-88,-193],[-11,-23],[-79,-175],[-163,-364],[-39,-85],[-10,-23],[-8,-12],[-14,-23],[-5,4],[-29,23],[-3,2],[-37,36],[-16,14],[-24,20],[-80,65],[-58,42],[-49,38],[-18,13],[-8,5],[-17,-8],[-14,-8],[-2,-9],[-14,-45],[-12,-33],[-9,-20],[-53,-138],[-8,-23],[-20,-49],[-24,-56],[-110,-249],[-9,-23],[-37,-92],[-113,-290],[-160,-401],[-4,-7],[-7,-15],[-3,-17],[2,-146],[0,-16],[-64,-11],[-36,-17],[-52,-20],[-70,-20],[-65,-15],[-20,-7],[-63,-33],[-50,-28],[-37,-16],[-26,-18],[13,-17],[37,-53],[10,-21],[6,-29],[0,-62],[1,-35],[7,-10],[11,-13],[8,-17],[2,-23],[-4,-32],[-5,-39],[3,-36],[12,-50],[17,-100],[7,-46],[16,-56],[42,-153],[-350,-5],[-15,1],[-26,-2],[-112,6],[-88,15],[-33,0],[-23,-8],[-23,-12],[-5,-3],[-41,-22],[-52,-20],[-55,-33],[-58,-26],[-119,-47],[-59,-31],[-98,-51],[-1,-8],[88,-148],[62,-85],[19,-32],[15,-39],[12,-43],[7,-40],[0,-121],[6,-16],[-29,13],[-13,14],[-19,16],[-14,6],[-52,1],[-16,3],[-40,14],[-29,3],[-14,1],[-17,-7],[-142,-91],[-90,-63],[36,-63],[33,-55],[13,-18],[25,-38],[41,-50],[59,-62],[44,-53],[62,-73],[174,-246],[-22,-9],[-5,1],[-40,25],[-71,48],[-74,47],[-27,17],[-57,32],[-158,94],[-22,20],[-13,38],[-13,27],[-38,80],[-40,74],[-34,67],[-13,21],[-27,43],[-38,65],[-36,69],[-5,11],[-19,47],[-14,52],[-9,53],[-8,48],[-5,55],[-5,79],[4,83],[10,26],[-11,10],[-20,9],[-41,10],[-7,0],[-19,-1],[-10,0],[-29,-4],[-60,-20],[-25,-2],[50,246],[-5,11],[-4,43],[2,16],[5,21],[-59,213],[-7,9],[-73,168],[-11,21],[-26,-4],[-32,-6],[-47,-15],[-35,-14],[-28,-16],[-64,-45],[-30,-24],[-40,-36],[12,33],[15,38],[-142,432],[-10,28],[124,147],[-18,16],[56,68],[-158,133],[-6,0],[-21,-22],[-38,-40],[-72,94],[-91,-71],[-12,-50],[-18,-70],[-18,-51],[-20,-46],[-7,-15],[-8,-16],[-8,-8],[-29,-41],[-25,-17],[-37,-20],[-55,-15],[-71,-11],[-71,0],[-49,2],[-44,4],[-28,11],[-49,48],[-21,28],[-21,35],[-35,83],[-17,43],[-18,29],[-21,29],[-31,28],[-34,22],[-19,9],[-41,3],[-217,-29],[-125,-96],[-11,18],[89,71],[4,3],[59,55],[109,107],[117,110],[53,49],[17,22],[69,66],[23,17],[19,15],[66,53],[39,29],[148,111],[28,21],[30,20],[9,6],[111,85],[5,5],[9,8],[18,17],[9,8],[263,288],[13,14],[23,26],[96,105],[69,76],[247,273],[6,7],[10,12],[80,89],[111,121],[82,90],[-646,-21],[-56,614],[-6,54],[28,8],[274,79],[19,5],[188,54],[21,6],[415,118],[642,183],[183,51],[19,6],[20,7],[21,6],[26,8],[105,29],[1249,349],[59,7],[43,7],[70,8],[65,5],[41,7],[34,9],[59,37],[90,57],[17,7],[29,11],[21,9],[81,24],[316,86],[45,12],[61,19],[524,151],[17,5],[95,27],[17,5],[445,129],[340,97],[60,17],[282,81],[38,11],[374,108],[290,82],[29,-104],[10,-52],[114,-512],[-100,-72],[-319,-225]],[[750890,583248],[-58,-333],[-27,-134],[-2,-17],[-4,-21],[-36,-199],[-3,-24],[-269,-59],[-3,19],[-49,173],[-26,96],[-22,25],[-21,26],[-14,17],[-36,52],[-39,87],[-13,67],[7,47],[11,38],[17,23],[82,77],[20,3],[-11,27],[18,4],[33,4],[35,-14],[27,-12],[20,1],[1,15],[66,4],[19,1],[277,7]],[[747291,584718],[273,-18],[13,3],[16,11],[115,-6],[402,-19],[858,-40],[17,4],[3,-106],[10,-138],[24,-248],[13,-129],[-18,-10],[19,-191],[13,-162],[2,-52],[43,-12],[892,-244],[1,-35],[80,-348],[6,-30],[79,-318],[4,-37],[17,-163],[-7,-32],[-93,-38],[-71,-22],[-242,-73],[-43,-14],[-35,-12],[-63,-18],[-37,-12],[-38,-11],[-147,-46],[-64,-20],[-172,-51],[9,-89],[-404,-111],[-205,-61],[-43,-12],[-23,-7],[-750,-213],[-942,-271],[-23,-6],[-7,58],[-14,191],[-18,209],[-1,29],[43,235],[19,9],[4,10],[41,220],[25,143],[4,18],[197,1084],[125,689],[36,200],[28,155],[29,157]],[[557809,844444],[-12,-9],[-19,7],[-154,-92],[-6,-10],[-4,-22],[1,-6],[-116,-54],[-84,-44],[-46,-27],[-10,-9],[-20,-15],[-10,-11],[-16,-17],[-2,-2],[-7,-16],[-6,-20],[-9,-6],[-29,-8],[-45,21],[-30,-42],[-11,-3],[-27,-4],[-16,-8],[-21,-16],[-6,0],[-40,-16],[-3,-18],[-19,-4],[-34,-19],[-37,-28],[-39,-28],[-76,-61],[-69,-56],[-4,-2],[-45,-24],[-25,-15],[-37,-15],[-23,-12],[-28,-17],[-59,-43],[-27,-19],[-21,-10],[-99,-50],[-40,-26],[-30,-26],[-30,-36],[-15,-27],[-8,-14],[-15,-20],[-88,-50],[-76,-48],[-20,-15],[-14,-19],[-5,-21],[-2,-16],[-3,1],[-37,-6],[-3,-1],[7,68],[19,10],[50,35],[106,99],[16,14],[119,110],[18,17],[69,63],[139,128],[125,114],[53,48],[92,85],[122,114],[103,92],[126,116],[221,203],[64,54],[86,64],[42,27],[11,5],[7,2],[16,0],[10,-5],[13,-6],[16,-31],[64,-111],[32,-60],[17,-43],[8,-26],[5,-12]],[[555372,851442],[21,-1],[5,4],[47,-8],[61,-14],[31,-12],[30,-8],[23,-7],[11,-7],[17,-22],[19,-14],[45,-21],[43,-16],[11,0],[16,7],[34,15],[17,2],[22,-2],[1,-12],[4,-6],[11,-3],[35,2],[11,-3],[14,-11],[32,-28],[15,-15],[15,-13],[12,-7],[28,-7],[22,0],[12,4],[15,18],[3,-1],[4,-6],[5,-19],[7,-8],[10,0],[34,8],[6,6],[28,20],[13,7],[17,19],[3,3],[8,16],[18,59],[33,43],[19,17],[22,10],[31,4],[18,-3],[17,-12],[22,-23],[52,-67],[14,-14],[20,-7],[20,-1],[33,3],[17,-2],[27,-14],[50,-33],[18,-18],[11,-16],[5,-21],[-1,-53],[2,-21],[12,-22],[21,-22],[36,-27],[32,23],[-13,38],[-2,19],[5,16],[14,21],[19,14],[15,6],[15,0],[17,-10],[47,-26],[41,-14],[25,-20],[30,-16],[80,-30],[50,-19],[14,-12],[17,-18],[22,-33],[10,-8],[53,-13],[18,-6],[36,-14],[6,-9],[6,-8],[48,-67],[73,-113],[10,-16],[47,-84],[38,-75],[22,-57],[32,-82],[35,-101],[20,-58],[20,-63],[22,-143],[9,-104],[1,-58],[2,-55],[-4,-69],[-6,-92],[-19,-134],[-16,-90],[-16,-62],[-38,-115],[-31,-84],[-31,-73],[-58,-107],[-8,-13],[-48,-78],[-5,-8],[-96,-183],[-33,-58],[-16,-30],[-14,-24],[-97,-155],[-48,-71],[-52,-69],[559,-478],[193,-164],[71,-52],[121,-99],[90,-78],[145,-136],[24,-22],[163,-152],[99,147],[14,15],[9,-7],[11,-11],[389,-313],[47,-38],[466,-388],[-172,-212],[-150,-186],[-137,-172],[-125,-167],[-42,-58],[-16,-19],[-171,151],[-268,240],[-122,106],[-354,316],[-115,103],[-23,31],[-10,30],[-6,30],[-1,39],[1,30],[0,81],[-6,28],[-18,34],[-17,22],[-82,75],[-291,259],[-105,90],[-393,338],[-74,67],[-16,16],[-5,6],[-21,23],[-22,18],[-206,-244],[-210,-252],[-219,-260],[-45,-55],[-21,-26],[-152,-187],[-223,-283],[-13,12],[-107,111],[-3,1],[-3,-8],[3,-30],[-17,-9],[-13,-14],[-107,-118],[-14,-1],[21,-31],[20,-20],[21,-15],[65,-36],[13,-12],[-460,-583],[-203,-257],[-176,-225],[0,0],[-11,18],[-12,9],[-34,15],[-31,11],[-24,3],[-19,-3],[-20,-15],[-25,-21],[14,-154],[-1,-17],[0,0],[-65,-17],[-55,1],[-60,-22],[-13,-5],[-36,-20],[-39,-41],[-23,-35],[-7,-9],[-5,-1],[-19,-34],[-51,43],[-65,70],[-15,22],[-82,91],[53,-81],[-43,-44],[-163,-145],[-24,-26],[-23,-24],[-96,-112],[-40,-47],[-51,-51],[-2,-21],[11,-22],[-23,-11],[-20,-12],[-21,-4],[-10,-6],[-5,-16],[-20,-21],[-55,-34],[-43,-26],[11,-18],[21,-37],[8,-10],[-127,-100],[-116,-85],[-77,-59],[-18,-4],[-26,-6],[11,-22],[61,-93],[48,-75],[6,-10],[28,-39],[-223,-20],[-11,22],[-152,299],[-5,10],[-120,-43],[-23,-11],[-4,-3],[-110,-39],[-17,-4],[-25,6],[-57,25],[-36,4],[-9,22],[-58,144],[-7,13],[-21,42],[-16,35],[-112,-52],[-35,-17],[31,-81],[58,-151],[52,12],[69,-168],[7,-17],[2,-6],[4,-19],[10,-78],[52,-28],[-12,-22],[-15,9],[-15,-29],[26,-10],[-9,-31],[15,-13],[28,-23],[11,15],[39,2],[18,-21],[26,15],[11,-15],[-33,-29],[11,-13],[18,13],[15,3],[19,-15],[13,10],[8,-9],[39,-43],[-58,-78],[14,-14],[57,70],[0,-40],[40,-30],[13,-25],[75,-64],[75,-55],[342,-324],[3,-2],[237,-179],[292,-259],[29,-27],[0,0],[297,-329],[24,-25],[7,-14],[13,-12],[18,-4],[30,-52],[2,-15],[165,-215],[115,-3],[44,-4],[0,0],[51,-4],[86,-5],[23,-5],[20,-15],[16,-14],[13,-20],[9,-16],[4,-12],[2,-5],[45,30],[14,14],[-17,55],[-3,20],[-25,58],[-12,35],[-2,6],[-2,8],[-11,33],[-13,57],[0,34],[8,20],[17,21],[51,38],[12,8],[0,0],[44,15],[1,0],[62,44],[33,22],[37,21],[29,-5],[2,37],[134,92],[10,8],[7,4],[7,2],[27,7],[11,6],[7,18],[8,9],[53,44],[24,17],[95,62],[109,75],[22,19],[5,22],[1,6],[3,48],[10,62],[14,46],[6,21],[19,28],[7,12],[0,0],[73,29],[88,32],[33,12],[35,-173],[0,-47],[7,-2],[11,-10],[20,-49],[9,-14],[6,-7],[6,-7],[7,-1],[11,12],[6,25],[6,37],[79,-30],[10,3],[11,9],[41,87],[16,32],[7,10],[11,12],[94,106],[-18,25],[-15,35],[-5,31],[2,24],[38,-3],[39,-12],[92,-48],[48,-20],[45,-10],[49,-6],[258,-13],[23,-4],[24,-3],[170,-38],[92,-20],[165,-39],[110,-23],[29,-3],[76,6],[345,44],[61,9],[18,3],[25,6],[34,18],[41,31],[30,37],[21,26],[21,12],[38,5],[15,-4],[8,-8],[1,-10],[24,-91],[34,-108],[53,-136],[51,-110],[75,-139],[178,-276],[36,-41],[29,-24],[37,-19],[41,-11],[34,-3],[-46,-31],[-22,-24],[-45,-72],[-56,-83],[-19,-16],[-4,-1],[-20,-8],[-94,-20],[-18,-2],[-47,-3],[-23,3],[-3,-32],[-36,16],[-33,8],[-233,15],[-69,2],[16,-16],[11,-201],[2,-56],[5,-24],[-5,-296],[7,-408],[1,-73],[4,-51],[2,-67],[0,0],[33,3],[29,3],[66,7],[69,14],[79,19],[23,6],[44,11],[14,3],[4,10],[2,0],[22,-47],[17,-32],[14,-22],[16,-19],[13,-19],[22,-59],[10,-20],[18,-31],[4,-18],[0,-77],[22,-106],[1,-37],[-12,-129],[1,-114],[1,-21],[-4,-167],[14,-170],[-1,-16],[20,6],[8,-2],[33,-29],[26,-11],[32,-11],[22,-1],[18,6],[36,29],[6,1],[8,-2],[12,-8],[39,-26],[10,-11],[40,-65],[13,-10],[84,-60],[23,-24],[37,-61],[3,-2],[4,-3],[231,-24],[224,-22],[36,-2],[46,-2],[151,77],[100,51],[14,-1],[13,1],[-10,30],[53,27],[22,4],[76,-7],[12,4],[16,11],[70,45],[28,18],[21,13],[42,26],[20,6],[65,7],[69,7],[63,5],[109,10],[72,6],[34,-179],[42,-24],[47,-19],[57,-14],[32,-13],[60,-31],[43,-13],[18,-3],[44,-9],[24,-6],[99,-23],[56,-8],[36,3],[80,13],[24,4],[53,15],[-4,-40],[27,-12],[67,-28],[-17,-52],[-28,12],[-17,-218],[301,-27],[4,44],[97,-9],[8,109],[47,-1],[31,0],[-29,-150],[58,-58],[36,-30],[49,55],[48,53],[6,7],[46,52],[14,11],[11,9],[9,7],[38,21],[42,11],[34,1],[-13,-65],[-38,-175],[-22,-107],[-45,-216],[19,-4],[22,-7],[164,-44],[21,-10],[15,-14],[27,-40],[50,-86],[16,-15],[27,-13],[10,-9],[0,-25],[-28,-225],[30,-113],[-15,-96],[-37,-214],[-77,-436],[-6,-58],[2,-20],[9,-14],[17,-9],[51,-18],[18,-17],[37,-45],[46,-74],[29,-62],[7,-30],[4,-72],[2,-67],[1,-8],[-14,-380],[-2,-100],[4,-18],[-137,29],[-58,34],[-223,491],[-299,262],[-178,11],[-256,-66],[-308,-187],[-102,-117],[-77,-45],[-165,-107],[-189,-113],[-16,-55],[-2,-19],[-6,-24],[-19,-16],[-22,-13],[-23,-11],[-23,17],[-31,11],[-32,3],[-27,-3],[-29,-9],[-41,-32],[-20,-11],[-23,-21],[-18,-19],[-34,-22],[-30,-21],[-16,-13],[-9,-6],[-31,-7],[-24,-9],[-24,-20],[-19,-21],[-15,-14],[-8,-1],[-9,3],[-11,3],[-10,-2],[-50,-36],[-82,-68],[-18,-5],[-17,-6],[-42,-23],[-8,-9],[-61,-71],[-12,-5],[-20,-1],[-15,-6],[-13,-15],[-14,-17],[-43,-29],[-17,-3],[-17,-1],[-15,-4],[-16,-9],[-9,1],[-25,-19],[-32,-30],[-12,-10],[-3,-12],[-1,-9],[-5,-4],[-14,0],[-11,-5],[-20,-19],[-17,-10],[-34,-11],[-18,-12],[-14,-14],[-8,-7],[-5,-3],[-13,-4],[-11,-8],[-14,-16],[-23,-12],[-33,-32],[-16,-35],[-9,-15],[-12,-8],[-44,-18],[-40,-15],[-42,-7],[-51,-7],[-29,-8],[-13,8],[-76,58],[-29,-17],[-6,9],[-14,26],[-9,13],[-27,46],[-12,15],[-3,22],[-9,13],[-46,9],[-37,10],[-24,1],[-64,-8],[-22,-4],[-46,-4],[-17,0],[-12,-11],[-13,-12],[-20,-6],[-22,6],[-10,2],[-28,-2],[-26,-4],[-17,-13],[-20,-20],[-17,-4],[-16,8],[-18,1],[-15,0],[-5,7],[-5,2],[-20,-4],[-7,-8],[-36,-2],[-28,-8],[-24,-13],[-13,-16],[-4,-16],[-5,-11],[-74,-42],[-39,-25],[-22,-20],[-9,-12],[-16,13],[-39,-17],[-18,-10],[-8,-12],[-36,-5],[-42,-13],[-20,-14],[-19,-24],[-52,-19],[11,-31],[-83,-29],[-53,-26],[-6,22],[-49,-11],[-29,-10],[-148,-71],[-22,-8],[-22,-7],[-13,-8],[-17,-26],[-22,4],[-30,-1],[-54,-13],[-5,3],[-6,0],[-5,-2],[-8,-11],[-50,-16],[-16,25],[-14,-5],[1,-9],[-64,-25],[-40,-18],[-9,6],[-10,-4],[-12,-16],[-37,-14],[-7,5],[-2,0],[-42,0],[-15,-7],[-6,59],[-1,0],[-41,0],[-34,6],[-4,1],[-42,18],[-54,37],[-41,37],[-50,57],[-12,13],[-58,54],[-30,21],[-48,16],[-54,10],[-46,-1],[-48,-9],[-43,-16],[-6,-3],[-23,-11],[-8,-4],[-39,-26],[-107,-70],[-12,-7],[-34,-21],[-89,-49],[-33,-24],[-2,25],[-13,105],[-18,129],[-14,92],[-13,94],[-6,49],[-12,95],[-14,90],[-3,21],[-1,10],[-15,102],[-12,93],[-16,96],[-10,59],[-11,76],[-10,60],[-15,92],[-15,89],[-14,88],[-3,20],[-7,43],[-13,65],[-12,70],[-10,61],[-16,70],[-29,130],[-57,382],[-66,436],[-70,464],[48,8],[5,1],[4,7],[-1,22],[-72,475],[-11,4],[-2,6],[-14,83],[6,12],[-59,367],[-22,4],[-20,5],[36,26],[-7,65],[-22,127],[-12,41],[-19,40],[-9,31],[-2,22],[2,27],[-5,11],[-14,18],[-14,19],[-14,28],[-8,25],[25,-23],[-7,24],[-18,39],[-13,11],[-11,-8],[1,15],[2,16],[-4,15],[-7,12],[-11,11],[-11,-1],[-29,1],[-37,1],[-19,-15],[-46,-57],[-26,-14],[9,22],[-3,3],[-47,9],[-15,-9],[-8,-7],[-4,-16],[-14,-9],[-22,10],[-43,-24],[-1,-1],[4,-28],[-11,-47],[-11,-11],[-80,-37],[-8,-8],[-2,-15],[1,-40],[-14,6],[-21,16],[-43,-25],[-20,-17],[-5,-11],[-5,-15],[-1,-3],[-7,-2],[-11,29],[-5,1],[-40,-5],[-8,-7],[-42,-51],[-14,-9],[-24,-4],[-12,2],[-15,13],[-10,3],[-12,-1],[-13,-9],[-24,-31],[-21,-43],[-9,-7],[-10,-3],[-15,6],[-21,13],[-8,1],[-11,-7],[-9,-11],[-5,-6],[-6,0],[-21,4],[-21,7],[-16,1],[-80,-11],[-23,-6],[-14,1],[-14,5],[-11,-1],[-4,-6],[-6,-11],[-2,-12],[0,0],[-3,-1],[-2,7],[-1,13],[9,28],[0,10],[-10,10],[-20,9],[-46,2],[-63,-4],[-42,-3],[-29,-7],[-23,0],[-44,3],[-34,-5],[-48,-18],[-24,-6],[-40,-10],[-24,-10],[-17,-15],[-1,0],[-9,6],[-9,5],[-11,0],[-6,-8],[-5,-23],[-5,-5],[-19,-19],[-23,-24],[2,-9],[-15,-80],[-3,-22],[12,3],[11,-2],[8,0],[12,-3],[4,-2],[3,-1],[8,-7],[12,-17],[1,-23],[-4,-11],[-7,-14],[-8,-7],[-12,-5],[-9,-6],[-6,-5],[-9,-2],[-21,3],[-15,1],[-10,-6],[-14,-11],[-18,-2],[-2,-23],[-4,-69],[0,-6],[-2,-21],[-3,-15],[-13,-58],[-1,-15],[0,-8],[-4,-7],[-10,-44],[-1,-4],[-6,-20],[-13,-44],[-3,-12],[4,-20],[3,-26],[0,-20],[-5,-16],[-9,-17],[-23,-30],[-13,-22],[-47,-354],[0,-60],[3,-44],[3,-22],[5,-22],[2,-24],[6,-21],[65,-36],[18,-12],[52,-34],[-3,-10],[-51,-7],[-52,-8],[-49,-7],[-16,-2],[0,-5],[4,-10],[-21,-3],[1,9],[-4,6],[-7,-1],[-15,9],[-23,-65],[-19,-52],[-16,-51],[-10,-23],[-11,-22],[-29,-57],[-14,-53],[-17,-48],[-4,-25],[-13,-47],[-27,-96],[-7,-25],[0,-35],[-12,-62],[-19,-95],[-5,-52],[11,0],[26,8],[30,15],[19,17],[39,37],[30,25],[10,10],[4,3],[7,5],[8,10],[32,35],[15,13],[39,27],[62,44],[17,12],[4,3],[44,20],[22,13],[17,16],[67,103],[0,0],[1,4],[67,59],[26,22],[7,30],[5,19],[3,11],[11,15],[15,9],[1,-13],[3,-12],[4,-5],[16,-6],[26,1],[25,4],[15,5],[11,2],[26,1],[3,0],[17,8],[11,4],[24,9],[28,10],[13,12],[16,26],[9,24],[6,6],[1,3],[1,1],[9,3],[54,17],[35,12],[21,11],[17,11],[14,8],[20,4],[18,0],[14,-3],[14,2],[12,3],[17,10],[16,12],[7,6],[10,-11],[27,-2],[10,0],[1,0],[9,-4],[3,-8],[5,-12],[5,-8],[8,-6],[8,-2],[5,-4],[3,-5],[0,-11],[-1,-10],[-3,-10],[-5,-11],[-3,-15],[-4,-15],[-8,-14],[-10,-10],[-12,-5],[-6,-2],[-13,-9],[-6,-7],[-13,-1],[-2,-4],[-5,1],[-3,2],[-7,5],[-80,-57],[-4,-4],[-1,-16],[-81,-61],[-17,15],[-8,3],[-6,-2],[-17,-21],[-43,-11],[-13,-7],[-16,-11],[-12,-8],[-12,-1],[-10,-1],[-5,-8],[-2,-8],[-7,-15],[-10,-7],[-13,-2],[-26,-5],[-36,-18],[-43,-25],[-25,-18],[-39,-43],[-47,-41],[-91,-55],[-22,-11],[-17,-3],[-15,2],[-14,-20],[-17,-19],[-24,-22],[-50,-27],[-47,-25],[-17,-11],[-23,-14],[-20,-14],[-26,-27],[-22,-25],[-14,-12],[-14,-2],[-14,2],[-7,-3],[-14,-14],[-21,-20],[-40,-40],[-40,-38],[-14,-33],[-14,-19],[6,-15],[6,-12],[12,-22],[15,-15],[62,-47],[111,-86],[79,-64],[22,-22],[26,-38],[18,-15],[58,-39],[50,-30],[39,-33],[24,-36],[16,-20],[6,15],[21,-14],[57,-46],[11,-11],[47,-46],[21,-17],[36,-27],[59,-23],[13,-13],[19,-27],[42,-46],[24,-30],[32,-2],[18,-7],[16,-14],[14,-23],[20,-40],[6,-4],[29,3],[7,-3],[18,-29],[15,-23],[18,-13],[25,-13],[16,-15],[28,-22],[33,-20],[33,-28],[115,-91],[21,-27],[39,-28],[11,-1],[8,7],[2,39],[3,19],[6,19],[3,-33],[2,-24],[9,-34],[11,-17],[56,-49],[9,-10],[10,-10],[1,-2],[34,-17],[15,-11],[27,-23],[72,-76],[65,-72],[19,-13],[78,-25],[6,-2],[15,-8],[8,-8],[1,-2],[10,-15],[6,-6],[27,-1],[24,-30],[30,-45],[13,-13],[17,-11],[12,-4],[18,-6],[3,-12],[1,-2],[17,-25],[67,-56],[57,-42],[44,-26],[10,-10],[16,-15],[29,-23],[25,-19],[11,1],[4,5],[14,-17],[29,-56],[18,-20],[25,-25],[30,-27],[29,-24],[12,-19],[0,-2],[-10,-1],[-61,-25],[-23,-11],[-36,23],[-154,106],[-29,16],[-97,82],[-90,65],[-224,166],[-58,39],[-92,53],[-18,17],[-19,30],[-21,46],[-76,64],[-16,6],[-19,16],[-25,27],[-28,19],[-21,16],[-35,37],[-28,23],[-50,37],[-198,158],[-183,148],[-37,23],[-37,4],[-216,-45],[-93,-21],[-22,-3],[-16,-2],[-74,8],[-119,16],[-56,21],[-99,45],[-112,60],[-156,92],[-142,86],[-16,2],[-26,11],[-63,31],[-52,24],[-57,31],[-28,8],[-65,15],[-133,24],[-231,41],[-94,14],[-144,10],[-129,4],[-306,12],[-213,7],[-150,4],[-159,-2],[-225,-11],[0,12],[5,6],[18,4],[127,14],[25,-8],[15,1],[89,8],[5,6],[-3,8],[-11,8],[-22,-3],[-68,-5],[-23,1],[-13,5],[-14,10],[-92,-11],[-207,-17],[-155,-9],[-18,3],[-13,10],[-14,39],[-9,5],[0,-20],[-7,-32],[-198,2],[0,13],[-26,39],[-44,-1],[-22,7],[-18,12],[-12,23],[-12,22],[-34,7],[-34,12],[-25,7],[-24,-2],[-36,-12],[-6,-10],[-5,-21],[-16,0],[-80,16],[-55,1],[-37,-1],[-38,9],[-54,16],[-21,2],[-10,1],[-52,1],[-84,22],[-43,9],[-68,0],[-58,-4],[-30,-3],[-103,-13],[-41,1],[-72,8],[-78,6],[-9,-12],[-9,1],[-56,6],[-78,0],[-14,-2],[-10,-1],[-14,-5],[-17,-13],[-13,-9],[-49,-27],[-44,-8],[0,77],[-22,-8],[-23,-8],[-74,-7],[-140,-14],[-132,-15],[-71,-6],[-14,-2],[-26,-10],[-35,-18],[-33,-11],[-34,-8],[-29,-5],[-80,-4],[-86,-8],[-72,-6],[-60,-10],[-64,-12],[-65,-14],[-32,-10],[-68,-23],[-178,-69],[-72,-28],[-73,-26],[-133,-34],[-52,-17],[-72,-20],[-39,-4],[-22,4],[-24,16],[-25,29],[-28,44],[-39,78],[-11,19],[-13,9],[-29,9],[-19,8],[-13,10],[-21,0],[-8,-11],[-12,-10],[-27,-9],[-38,-8],[-38,-9],[-253,-54],[-250,-48],[-247,-51],[-244,-45],[-245,-42],[-245,-45],[-246,-42],[-247,-45],[-247,-41],[-121,-19],[-10,-2],[-29,8],[-22,2],[-58,-10],[-168,-33],[-60,-20],[-237,-38],[-229,-27],[-30,10],[-7,11],[6,10],[3,11],[-8,11],[-41,47],[-39,60],[-28,57],[-7,23],[1,16],[-9,32],[-30,107],[-24,75],[-21,78],[-12,47],[-21,83],[-4,28],[-5,31],[-12,60],[-6,39],[-17,94],[-29,151],[-10,72],[-1,31],[-7,21],[-6,17],[-15,18],[-10,15],[-6,24],[-10,60],[1,37],[3,8],[3,101],[-3,15],[-2,42],[3,126],[9,19],[-16,127],[-12,24],[-8,27],[-3,28],[0,27],[-6,30],[-18,54],[-12,47],[-12,47],[1,25],[-11,71],[-21,70],[-7,25],[-5,30],[-15,64],[-7,92],[-16,71],[-6,36],[-9,40],[-10,51],[-15,104],[-14,104],[-2,46],[0,127],[3,31],[-2,10],[-3,9],[-9,27],[1,15],[-40,197],[-13,16],[-8,32],[-21,65],[-15,55],[-15,32],[-11,26],[-34,70],[-32,96],[-4,45],[-2,81],[-3,34],[-11,38],[-10,47],[-16,62],[-6,52],[-3,49],[4,34],[5,61],[34,165],[7,61],[33,180],[29,184],[5,53],[34,215],[51,210],[27,93],[17,42],[13,17],[22,86],[23,188],[12,79],[8,11],[9,8],[10,25],[-1,41],[1,29],[20,108],[2,16],[-1,12],[-2,8],[-1,12],[32,93],[19,57],[39,120],[7,16],[20,45],[75,133],[48,73],[62,174],[0,17],[6,38],[11,38],[4,20],[14,29],[52,77],[29,47],[25,40],[18,23],[77,233],[6,29],[12,33],[14,34],[15,39],[11,30],[7,23],[35,92],[7,20],[14,26],[24,70],[43,121],[46,89],[71,151],[26,54],[49,104],[19,36],[52,88],[59,75],[52,63],[17,21],[5,26],[2,10],[16,58],[28,81],[22,69],[22,36],[34,64],[26,43],[45,338],[6,40],[7,36],[18,49],[33,78],[42,95],[17,44],[19,37],[28,59],[18,43],[18,36],[18,28],[15,27],[41,92],[26,61],[18,47],[13,50],[20,68],[22,61],[34,70],[45,81],[11,18],[41,67],[11,18],[85,129],[35,48],[18,20],[127,171],[9,21],[12,18],[9,11],[31,33],[52,60],[55,52],[133,117],[77,71],[56,40],[33,18],[67,43],[18,20],[53,33],[64,44],[67,43],[97,61],[11,12],[51,38],[23,14],[56,37],[61,27],[72,40],[34,22],[80,53],[29,22],[9,7],[16,9],[9,3],[40,22],[5,7],[19,12],[34,25],[41,23],[27,14],[39,5],[55,10],[40,4],[28,6],[28,8],[31,13],[35,22],[25,11],[44,35],[14,19],[16,17],[41,36],[28,26],[43,29],[30,22],[22,7],[22,1],[15,-3],[57,39],[22,21],[36,34],[25,20],[38,27],[54,42],[12,19],[37,32],[77,49],[22,18],[17,16],[8,10],[18,17],[15,11],[76,45],[11,16],[10,11],[5,-1],[53,11],[13,13],[30,13],[26,21],[21,18],[17,7],[16,9],[8,21],[7,4],[26,26],[3,14],[13,13],[12,8],[116,65],[19,18],[11,5],[16,14],[5,12],[13,8],[16,2],[13,1],[9,14],[1,11],[11,10],[18,4],[13,10],[23,3],[13,4],[13,1],[11,8],[16,2],[43,29],[8,23],[18,16],[24,5],[69,-6],[54,-6],[52,-17],[45,-22],[40,-32],[47,-47],[83,-125],[98,-161],[219,-363],[128,-214],[89,-146],[55,-91],[30,-64],[41,-81],[3,-18],[-3,-35],[0,-16],[6,-15],[4,-15],[-2,-15],[-17,-28],[325,216],[27,17],[358,219],[8,5],[16,12],[2,34],[7,15],[66,73],[153,175],[201,228],[185,210],[184,210],[35,40],[81,91],[148,165],[17,18],[278,312],[177,197],[54,60],[63,59],[66,54],[17,12],[47,32],[192,118],[128,72],[127,63],[27,10],[27,10],[20,14],[17,15],[3,3],[16,23],[19,15],[278,137],[356,170],[25,12],[244,116],[15,3],[0,0],[-6,-20],[-19,-26],[-23,-18],[-8,-4],[49,-57],[19,-27],[23,-43],[11,-17],[7,4],[7,7],[7,7],[9,9],[14,13],[38,-18],[9,-3],[7,8],[1,27],[-5,48],[35,30],[7,9],[-1,15],[-26,122],[16,8],[114,52],[0,0],[259,-233],[14,19],[53,71],[-73,67],[68,84],[-105,96],[167,83],[56,26],[34,14],[19,8],[101,25],[55,16],[146,63],[192,77],[222,-173],[46,61],[19,-14],[13,21],[18,-14],[15,-11],[18,-13],[24,27],[122,145],[-189,118],[100,53],[89,56],[89,61],[36,20],[53,27],[39,12],[109,23],[56,19],[142,-89],[19,-12],[171,-108],[115,-75],[7,-4]],[[555690,835164],[-4,-3],[-66,-59],[-28,-26],[-19,-25],[-34,-38],[-17,-18],[-39,-31],[-19,-14],[-39,-20],[-27,-11],[-9,-4],[-39,-10],[-31,-6],[-79,-11],[-19,-2],[0,2],[-12,19],[-29,24],[-30,27],[-25,25],[-18,20],[-29,56],[-14,17],[-4,-5],[-11,-1],[-25,19],[-29,23],[-16,15],[-10,10],[-44,26],[-57,42],[-67,56],[-17,25],[-1,2],[-3,12],[-18,6],[-12,4],[-17,11],[-13,13],[-30,45],[-24,30],[-27,1],[-6,6],[-10,15],[-1,2],[-8,8],[-15,8],[-6,2],[-78,25],[-19,13],[-65,72],[-72,76],[-27,23],[-15,11],[-34,17],[-1,2],[-10,10],[-9,10],[-56,49],[-11,17],[-9,34],[-2,24],[-3,33],[-6,-19],[-3,-19],[-2,-39],[-8,-7],[-11,1],[-39,28],[-21,27],[-115,91],[-33,28],[-33,20],[-28,22],[-16,15],[-25,13],[-18,13],[-15,23],[-18,29],[-7,3],[-29,-3],[-6,4],[-20,40],[-14,23],[-16,14],[-18,7],[-32,2],[-24,30],[-42,46],[-19,27],[-13,13],[-59,23],[-36,27],[-21,17],[-47,46],[-11,11],[-57,46],[-21,14],[-6,-15],[-16,20],[-24,36],[-39,33],[-50,30],[-58,39],[-18,15],[-26,38],[-22,22],[-79,64],[-111,86],[-62,47],[-15,15],[-12,22],[-6,12],[-6,15],[14,19],[14,33],[40,38],[40,40],[21,20],[14,14],[7,3],[14,-2],[14,2],[14,12],[22,25],[26,27],[20,14],[23,14],[17,11],[47,25],[50,27],[24,22],[17,19],[14,20],[15,-2],[17,3],[22,11],[91,55],[47,41],[39,43],[25,18],[43,25],[36,18],[26,5],[13,2],[10,7],[7,15],[2,8],[5,8],[10,1],[12,1],[12,8],[16,11],[13,7],[43,11],[17,21],[6,2],[8,-3],[17,-15],[81,61],[1,16],[4,4],[80,57],[7,-5],[3,-2],[5,-1],[2,4],[13,1],[6,7],[13,9],[6,2],[12,5],[10,10],[8,14],[4,15],[3,15],[5,11],[3,10],[1,10],[0,11],[-3,5],[-5,4],[-8,2],[-8,6],[-5,8],[-5,12],[-3,8],[-9,4],[-1,0],[-10,0],[-27,2],[-10,11],[-7,-6],[-16,-12],[-17,-10],[-12,-3],[-14,-2],[-14,3],[-18,0],[-20,-4],[-14,-8],[-17,-11],[-21,-11],[-35,-12],[-54,-17],[-9,-3],[-1,-1],[-1,-3],[-6,-6],[-9,-24],[-16,-26],[-13,-12],[-28,-10],[-24,-9],[-11,-4],[-17,-8],[-3,0],[-26,-1],[-11,-2],[-15,-5],[-25,-4],[-26,-1],[-16,6],[-4,5],[-3,12],[-1,13],[-15,-9],[-11,-15],[-3,-11],[-5,-19],[-7,-30],[-26,-22],[-67,-59],[-1,-4],[0,0],[-67,-103],[-17,-16],[-22,-13],[-44,-20],[-4,-3],[-17,-12],[-62,-44],[-39,-27],[-15,-13],[-32,-35],[-8,-10],[-7,-5],[-4,-3],[-10,-10],[-30,-25],[-39,-37],[-19,-17],[-30,-15],[-26,-8],[-11,0],[5,52],[19,95],[12,62],[0,35],[7,25],[27,96],[13,47],[4,25],[17,48],[14,53],[29,57],[11,22],[10,23],[16,51],[19,52],[23,65],[15,-9],[7,1],[4,-6],[-1,-9],[21,3],[-4,10],[0,5],[16,2],[49,7],[52,8],[51,7],[3,10],[-52,34],[-18,12],[-65,36],[-6,21],[-2,24],[-5,22],[-3,22],[-3,44],[0,60],[47,354],[13,22],[23,30],[9,17],[5,16],[0,20],[-3,26],[-4,20],[3,12],[13,44],[6,20],[1,4],[10,44],[4,7],[0,8],[1,15],[13,58],[3,15],[2,21],[0,6],[4,69],[2,23],[18,2],[14,11],[10,6],[15,-1],[21,-3],[9,2],[6,5],[9,6],[12,5],[8,7],[7,14],[4,11],[-1,23],[-12,17],[-8,7],[-3,1],[-4,2],[-12,3],[-8,0],[-11,2],[-12,-3],[3,22],[15,80],[-2,9],[23,24],[19,19],[5,5],[5,23],[6,8],[11,0],[9,-5],[9,-6],[1,0],[17,15],[24,10],[40,10],[24,6],[48,18],[34,5],[44,-3],[23,0],[29,7],[42,3],[63,4],[46,-2],[20,-9],[10,-10],[0,-10],[-9,-28],[1,-13],[2,-7],[3,1],[0,0],[2,12],[6,11],[4,6],[11,1],[14,-5],[14,-1],[23,6],[80,11],[16,-1],[21,-7],[21,-4],[6,0],[5,6],[9,11],[11,7],[8,-1],[21,-13],[15,-6],[10,3],[9,7],[21,43],[24,31],[13,9],[12,1],[10,-3],[15,-13],[12,-2],[24,4],[14,9],[42,51],[8,7],[40,5],[5,-1],[11,-29],[7,2],[1,3],[5,15],[5,11],[20,17],[43,25],[21,-16],[14,-6],[-1,40],[2,15],[8,8],[80,37],[11,11],[11,47],[-4,28],[1,1],[43,24],[22,-10],[14,9],[4,16],[8,7],[15,9],[47,-9],[3,-3],[-9,-22],[26,14],[46,57],[19,15],[37,-1],[29,-1],[11,1],[11,-11],[7,-12],[4,-15],[-2,-16],[-1,-15],[11,8],[13,-11],[18,-39],[7,-24],[-25,23],[8,-25],[14,-28],[14,-19],[14,-18],[5,-11],[-2,-27],[2,-22],[9,-31],[19,-40],[12,-41],[22,-127],[7,-65],[-36,-26],[20,-5],[22,-4],[59,-367],[-6,-12],[14,-83],[2,-6],[11,-4],[72,-475],[1,-22],[-4,-7],[-5,-1],[-48,-8],[70,-464],[66,-436],[57,-382],[29,-130],[16,-70],[10,-61],[12,-70],[13,-65],[7,-43],[3,-20],[14,-88],[15,-89],[15,-92],[10,-60],[11,-76],[10,-59],[16,-96],[12,-93],[15,-102],[1,-10],[3,-21],[14,-90],[12,-95],[6,-49],[13,-94],[14,-92],[18,-129],[13,-105],[2,-25]],[[471145,536303],[92,-20],[85,-20],[151,-25],[156,-23],[214,-19],[211,-17],[211,-11],[914,-23],[229,-3],[98,1],[133,8],[64,0],[179,-5],[245,-14],[158,-7],[8,-4],[0,-70],[538,-18],[39,-1],[390,-16],[53,-5],[86,-13],[77,-10],[33,-1],[32,1],[27,5],[85,-10],[-45,-77],[-29,-49],[-43,-59],[-14,-19],[-73,-95],[-161,-195],[-2,0],[-23,-30],[-47,-57],[-46,-12],[-25,-11],[-26,-19],[-43,-35],[-18,-16],[-26,-13],[-12,-6],[-9,-5],[-49,-43],[-48,-56],[-41,-79],[-45,-99],[-162,-143],[-51,-46],[-32,-29],[-8,10],[-1,-6],[-62,-49],[-148,-113],[-133,-103],[-20,-12],[-11,-2],[-13,0],[-31,7],[-80,20],[-30,9],[-28,6],[-27,3],[-44,4],[1,44],[-2,26],[-4,28],[-8,34],[-15,38],[-27,44],[-17,18],[-25,22],[-21,16],[-75,56],[-20,-32],[-93,-136],[-12,-132],[-2,-45],[132,-39],[11,-7],[0,-5],[1,-35],[3,-79],[2,-97],[2,-32],[-15,-11],[-46,-29],[-122,-74],[-128,-79],[-128,-80],[-210,-130],[-329,-203],[-162,-100],[-233,-146],[-4,-1],[-60,-44],[-1,-4],[-2,-2],[0,-1],[-123,-74],[-203,-124],[-93,-58],[-335,-210],[-249,-154],[-126,-79],[-115,-72],[-37,-23],[-32,-20],[-7,-5],[-129,-87],[1,-1],[-3,-1],[-138,-89],[-193,-120],[-138,-89],[-56,-35],[-81,-49],[-131,-80],[-133,-84],[-129,-78],[-70,-47],[-289,-179],[-8,-4],[-173,-107],[-106,-63],[-24,-10],[-15,2],[-64,11],[-9,-48],[-24,-10],[-18,-16],[-19,-9],[-4,-4],[-6,-6],[-6,-6],[-152,-92],[-103,-63],[-164,-100],[-96,-62],[-8,2],[-30,0],[-104,-34],[-116,-35],[-8,-1],[-4,11],[-5,-1],[-11,-4],[-7,-2],[2,-18],[-5,-8],[-24,-6],[-27,-6],[-20,-3],[-33,-3],[-8,0],[-5,-1],[-6,-3],[-6,-6],[-18,-33],[-5,-11],[-6,-4],[-5,-1],[-5,1],[-23,3],[-31,-4],[-4,0],[-47,-5],[-30,-4],[-12,-6],[-7,-12],[-13,-30],[-10,-12],[-5,-5],[-8,-7],[-7,-6],[-7,-5],[-5,-4],[-7,-8],[-8,-12],[-5,-8],[-5,-7],[-8,-10],[-16,-38],[-2,-6],[-11,-20],[-13,-24],[-12,-22],[-17,-23],[-12,-20],[-9,-35],[-107,-66],[-20,-15],[-90,-55],[-105,-63],[-115,-72],[-117,-71],[-24,-17],[-98,-64],[-13,-7],[-20,-11],[-127,-79],[-19,26],[-4,-2],[-30,-15],[-5,-2],[4,-9],[-188,-116],[-154,-92],[-26,-14],[-154,-67],[-90,-40],[-11,-4],[-10,-4],[-160,-58],[-12,-4],[-33,-10],[-9,-3],[-36,-11],[-162,-54],[-26,-8],[-153,-50],[-16,48],[-16,-7],[-13,-5],[-11,-5],[-25,-11],[-7,-2],[-12,-6],[-15,-6],[-19,-8],[-20,-9],[-28,-12],[-11,-5],[-7,-3],[-31,-13],[-11,-5],[4,-15],[7,-27],[3,-15],[23,-67],[-15,0],[-2,0],[-32,0],[-10,-2],[-6,0],[-1,-4],[-2,-4],[-4,-13],[-5,-15],[-2,-8],[-2,-20],[0,-2],[-2,-11],[-2,-6],[-6,-4],[-17,-13],[-23,-20],[-2,-1],[-1,-1],[-7,-6],[-14,-12],[-49,-50],[-9,-10],[-10,-9],[-6,-5],[-15,-17],[-46,-40],[-84,-72],[-28,-25],[-44,-38],[-49,-42],[-52,-44],[-38,-31],[-4,-5],[-21,-18],[-13,-11],[-3,-2],[-14,-12],[-20,-14],[-24,-15],[-23,-13],[-24,-16],[-5,-2],[-43,-29],[-12,-5],[-31,-21],[-4,-2],[-17,-9],[-2,-1],[-26,-15],[-26,-16],[-9,-6],[-9,-4],[-19,-11],[-27,-17],[-13,-8],[-5,-5],[-4,-3],[-9,-6],[-9,-5],[-20,-11],[-4,-2],[-7,-5],[-5,-4],[-2,-1],[-8,-5],[-13,-6],[-8,-5],[-5,-3],[-8,-5],[-32,-19],[-38,-21],[-9,-5],[-28,-21],[-12,-7],[-1,0],[-11,-6],[-1,-1],[-16,-10],[-6,-4],[-1,0],[-32,-19],[-40,-24],[-29,-17],[-19,-11],[-11,-7],[-9,-6],[-41,-25],[-29,-17],[-1,-1],[-14,-9],[-15,-9],[-6,-2],[-13,-8],[-12,-7],[0,0],[-2,-1],[-28,-18],[-160,-130],[-12,-12],[-3,-10],[-62,-44],[-44,-35],[-71,-57],[-123,-102],[-167,-151],[-45,-41],[-66,-63],[-69,-68],[-43,-45],[-16,-16],[-42,-45],[-17,-17],[-10,-10],[-85,-95],[-5,-7],[-10,-13],[-6,-6],[-3,-5],[-142,-167],[-8,-9],[-7,-6],[-59,-72],[-80,-106],[-87,-117],[-60,-85],[-2,-3],[-9,11],[-121,-172],[-10,9],[-10,15],[-3,23],[1,16],[-13,10],[-19,-3],[-16,-12],[-7,-11],[-79,78],[-84,-105],[-3,16],[-3,7],[-24,-11],[4,-8],[8,-26],[-4,-19],[-27,-44],[-25,-35],[-28,-24],[-11,-3],[-7,-2],[-123,94],[-75,57],[-14,9],[-23,2],[-25,5],[-17,13],[-83,82],[-32,32],[-124,100],[-13,6],[-47,21],[-129,51],[-32,12],[-59,32],[-51,43],[-5,4],[-72,85],[-97,120],[-23,17],[-5,4],[-29,3],[-59,-1],[-218,-25],[-28,0],[-65,19],[-194,65],[-10,3],[-98,1],[-32,2],[-13,2],[-13,9],[-5,-4],[-8,-7],[-30,1],[-4,1],[-1,0],[-1,0],[-10,-21],[-1,-1],[1,-1],[4,-4],[2,-5],[0,-2],[-6,-5],[-8,-40],[-20,-75],[-263,-688],[-48,-130],[-8,-20],[-154,-416],[-59,-164],[-101,-260],[-46,-101],[-8,-18],[-238,-466],[-7,-14],[-18,-15],[-1,0],[0,0],[-9,-5],[-12,-5],[-8,6],[-21,14],[-245,163],[-149,99],[-151,101],[-200,134],[-219,145],[-223,149],[-22,15],[-270,180],[-43,24],[-9,4],[-8,1],[-1,1],[-4,1],[-5,1],[-8,-1],[-2,0],[-6,0],[-323,-41],[-467,-60],[-122,-16],[-224,-29],[-207,-26],[-166,-23],[-51,-6],[-580,-68],[-18,2],[-8,1],[-3,-47],[-6,0],[-11,9],[-1,1],[-2,-8],[-12,2],[-205,-679],[-194,-631],[-80,-263],[-92,-302],[-63,-208],[-24,-94],[0,0],[-19,11],[-26,13],[-31,4],[-8,-1],[-14,-35],[-5,-3],[-97,12],[-7,-3],[-6,-52],[-34,5],[-24,4],[-21,4],[-53,9],[-12,2],[-11,1],[-27,4],[-35,7],[-35,5],[-3,1],[-53,8],[-113,17],[-6,1],[-105,17],[-80,13],[-36,7],[-2,0],[-79,12],[-128,20],[-107,17],[-1,0],[-15,1],[-9,1],[0,0],[-10,2],[-83,13],[-20,4],[-95,15],[-36,4],[-2,1],[-58,8],[-2,0],[-14,4],[-6,1],[-2,0],[-44,8],[-27,5],[-34,5],[-6,0],[-90,15],[-98,17],[-14,3],[-9,2],[0,0],[-3,0],[-3,1],[-3,0],[-2,0],[-31,4],[-30,6],[-129,22],[-83,15],[-1,0],[-22,2],[-13,1],[-1,1],[-34,6],[-81,15],[-3,0],[-36,6],[-15,3],[-74,12],[-90,15],[-76,13],[-5,1],[-2,-9],[-205,35],[-222,37],[-208,36],[-121,20],[-232,40],[-83,13],[-318,51],[-298,49],[-278,45],[-229,37],[-156,25],[-148,25],[-235,39],[-13,-4],[-4,-3],[-8,-11],[-25,0],[-23,5],[-11,2],[0,1],[-8,2],[148,599],[268,1176],[7,-1],[140,625],[120,-41],[74,309],[114,0],[16,-1],[47,-3],[122,-12],[73,-12],[24,-4],[40,-4],[14,34],[51,122],[-77,36],[27,69],[-27,12],[16,39],[-37,18],[-106,53],[13,35],[-2,1],[-1,0],[3,8],[-137,48],[-15,6],[-1,-2],[-9,4],[-19,-60],[-15,-38],[-42,17],[-25,-17],[-1,-1],[-12,2],[-6,1],[-82,41],[41,203],[49,253],[47,184],[29,112],[127,561],[97,452],[4,17],[113,525],[57,250],[10,42],[12,15],[37,50],[50,53],[51,55],[21,16],[31,96],[40,10],[25,16],[1,20],[57,-21],[52,-23],[81,-67],[29,-20],[31,-11],[418,-77],[58,-10],[49,-3],[285,38],[120,11],[100,-1],[105,-13],[29,-11],[24,-14],[58,-39],[118,-99],[164,-148],[50,-41],[27,-14],[36,-9],[39,5],[57,23],[98,66],[241,165],[102,74],[114,78],[124,72],[136,68],[82,63],[245,196],[697,565],[113,83],[49,29],[14,10],[42,23],[63,24],[126,37],[278,81],[88,20],[74,15],[50,3],[111,0],[51,-4],[44,-5],[16,-1],[18,3],[24,9],[171,75],[162,94],[93,63],[69,53],[94,79],[19,14],[80,70],[154,154],[116,121],[32,40],[30,26],[22,17],[25,10],[482,103],[5,23],[69,14],[33,-10],[-10,-18],[0,-9],[5,0],[9,1],[327,52],[1072,162],[869,129],[283,40],[161,18],[54,0],[23,-3],[28,-6],[46,-13],[560,-145],[63,-10],[26,1],[32,8],[36,12],[681,264],[83,30],[193,70],[636,264],[8,-10],[2,-4],[-30,-20],[-44,-33],[-87,-52],[18,-33],[-67,-25],[20,-85],[46,10],[9,-1],[7,-5],[9,-1],[9,-50],[53,4],[36,37],[1,66],[65,3],[5,-96],[29,2],[1,35],[9,47],[13,48],[22,54],[4,11],[21,59],[-1,15],[-4,25],[-7,23],[4,10],[2,5],[45,21],[14,3],[26,7],[35,9],[46,7],[14,-5],[12,-32],[24,-110],[27,5],[5,13],[7,30],[-1,35],[3,10],[7,9],[28,12],[361,130],[359,128],[65,24],[16,5],[99,37],[37,13],[20,7],[111,40],[61,22],[19,7],[78,28],[14,5],[19,0],[13,5],[3,-6],[153,55],[-5,12],[-33,75],[55,13],[845,303],[193,82],[52,29],[73,44],[449,413],[1002,915],[224,214],[24,25],[24,18],[25,27],[48,17],[117,22],[116,19],[245,54],[52,10],[71,13],[125,23],[62,20],[47,22],[49,25],[53,38],[80,68],[21,14],[21,11],[5,1],[6,2],[20,0],[104,-5],[119,-12],[58,-3],[55,7],[87,14],[148,39],[237,72],[109,38],[48,22],[31,23],[35,32],[23,21],[16,13],[25,11],[20,6],[23,0],[29,-3],[57,-9],[68,-7],[59,-2],[40,1],[52,6],[36,6],[52,10],[76,12],[139,15],[263,32],[120,23],[78,16],[35,3],[50,-11],[74,-19],[319,-93]],[[468045,535744],[11,-103],[83,7],[2,0],[135,68],[-21,67],[5,5],[8,8],[14,2],[36,0],[-2,14],[-6,43],[-73,34],[-27,-14],[-48,-22],[-63,-20],[-8,-2],[-34,-33],[1,-1],[1,-20],[-17,-2],[3,-31]],[[468030,535386],[2,-137],[0,-62],[2,-1],[0,-16],[67,-44],[120,-79],[-2,14],[0,0],[-1,15],[-14,106],[-20,138],[-11,85],[-142,-4],[0,-3],[0,0],[-1,-12]],[[472981,535095],[-18,-53],[-55,3],[-1,-20],[-3,-23],[-4,-17],[-4,-9],[-6,-6],[-5,0],[-8,1],[-22,11],[17,-80],[263,-99],[49,-21],[9,-3],[4,53],[14,108],[-17,82],[-213,73]],[[469006,534916],[-25,98],[-3,40],[-7,-2],[-11,-2],[-18,-3],[-33,-11],[-14,-3],[-4,-4],[-4,-2],[-1,0],[7,-30],[3,-16],[23,-91],[87,26]],[[467916,535201],[-175,123],[-10,-11],[-1,-3],[-3,-13],[0,-16],[8,-109],[79,-41],[10,24],[83,-44],[-3,50],[1,20],[3,11],[8,9]],[[460484,532102],[-2,-15],[-2,-13],[4,-45],[18,-44],[45,-43],[41,-25],[55,-4],[1,2],[1,0],[2,6],[20,36],[30,62],[20,47],[13,27],[17,32],[13,29],[13,26],[12,24],[-1,6],[-4,4],[0,1],[-4,0],[0,1],[-2,3],[-9,7],[-29,10],[-148,44],[-62,4],[8,-11],[-2,-49],[-4,-9],[-11,-16],[-10,-12],[-7,-13],[-2,-4],[-3,-12],[0,-1],[-9,-31],[-2,-24]],[[460808,531569],[-112,-39],[14,-89],[4,-51],[154,58],[24,11],[6,11],[-9,17],[-61,51],[-20,31]],[[457194,531399],[-57,22],[-9,-21],[-26,11],[-20,6],[31,87],[-44,30],[-37,-38],[-13,-20],[-12,-34],[-8,-33],[-3,-37],[7,-21],[12,-22],[10,-29],[0,10],[14,22],[28,28],[6,13],[14,-6],[0,2],[1,-2],[32,-30],[-32,-72],[24,-13],[15,31],[14,2],[16,16],[13,19],[24,79]],[[452391,529366],[-163,147],[-47,-113],[-47,-104],[4,2],[-3,-9],[40,19],[40,10],[48,2],[61,-10],[1,0],[33,-11],[0,2],[6,-2],[27,57],[0,10]],[[452020,529225],[43,120],[20,59],[5,19],[-1,11],[-4,5],[-5,5],[-8,3],[-27,-1],[-9,6],[-5,-6],[-17,-12],[-13,-6],[-8,2],[-5,10],[-13,-10],[-22,-7],[-5,1],[-32,-84],[-41,-108],[65,-14],[56,-1],[26,8]],[[452346,529268],[-33,-58],[-61,-141],[183,-103],[5,-1],[13,-5],[60,81],[6,15],[33,107],[-73,40],[-133,65]],[[450720,529146],[-3,2],[-8,-54],[100,-22],[-150,-29],[-27,-19],[-18,-27],[-14,-15],[-45,-1],[1,-4],[-3,-18],[-1,-21],[13,-10],[6,-13],[-8,-22],[2,-25],[-7,-24],[-5,-13],[-2,-31],[14,-14],[14,-3],[24,-2],[16,-9],[19,-28],[47,-11],[4,11],[13,30],[16,54],[17,-4],[32,98],[5,8],[16,-10],[19,20],[38,10],[21,12],[14,26],[14,69],[-2,37],[-75,36],[-17,3],[-80,13]],[[457277,527173],[-69,-130],[52,16],[3,1],[1,0],[2,1],[40,12],[0,0],[45,14],[76,24],[-10,4],[-6,3],[-12,5],[-60,24],[-46,19],[-2,1],[-14,6]],[[623321,832946],[120,-47],[18,52],[44,-18],[32,94],[-119,51],[25,67],[236,-99],[326,-142],[373,-164],[64,-26],[19,-8],[172,-73],[14,-6],[-21,-63],[-135,-412],[-5,-21],[-6,-24],[-5,-19],[-14,-50],[-57,-162],[-14,-36],[-48,-142],[-13,-38],[-6,-17],[-100,-284],[-1,-4],[-13,12],[-3,-21],[-2,-29],[-1,-6],[-5,-11],[-14,-30],[-19,-17],[-20,-4],[-31,2],[-11,-4],[-20,-20],[-43,-49],[2,-8],[13,-10],[24,-9],[20,-8],[29,-24],[9,-5],[10,1],[9,2],[59,5],[44,3],[12,-3],[9,-4],[15,-15],[9,1],[25,3],[18,0],[17,-4],[22,-10],[20,-13],[18,-4],[14,-1],[23,-4],[14,-6],[15,-11],[22,-34],[33,-40],[14,-6],[39,-11],[37,-3],[22,-3],[56,-38],[-4,-15],[-2,-8],[13,-11],[29,42],[22,32],[18,-10],[-22,-35],[4,-17],[22,8],[85,-52],[-17,-33],[-60,33],[-34,-82],[-4,-20],[5,-9],[12,10],[24,60],[34,-29],[-32,-79],[29,-5],[10,-2],[106,1],[26,0],[5,-1],[25,-5],[26,-5],[62,-5],[33,-2],[30,-7],[19,-3],[14,-7],[13,-11],[48,-43],[33,-33],[17,-12],[24,-13],[8,-7],[13,-8],[17,-5],[18,0],[10,1],[38,9],[10,0],[20,-3],[24,-7],[28,-8],[34,-16],[14,-7],[6,-10],[9,-13],[8,-21],[14,-66],[-116,-74],[-180,-117],[-356,-234],[-25,-16],[0,-1],[-1,0],[-4,-2],[-148,-97],[-89,-56],[0,0],[-88,-57],[-305,-199],[-533,944],[-76,133],[-26,46],[-275,-82],[-99,-30],[-82,-26],[-26,-8],[-16,-4],[-265,-47],[-47,-7],[-120,-20],[-4,-3],[-22,-13],[-194,-121],[-152,-102],[-7,-6],[-3,-2],[161,-300],[150,-284],[301,-562],[151,-281],[10,-27],[226,-416],[5,2],[30,11],[82,41],[39,21],[52,26],[55,24],[83,29],[66,18],[61,12],[19,3],[24,10],[92,69],[59,40],[59,38],[72,44],[34,0],[8,7],[22,31],[23,41],[34,48],[27,44],[74,96],[39,65],[31,54],[26,38],[25,32],[38,40],[18,23],[19,35],[12,26],[45,190],[60,273],[64,40],[144,93],[32,21],[-50,-210],[-23,-86],[-25,-103],[-16,-66],[-60,-251],[-28,-110],[-5,-18],[-85,-125],[-54,-77],[-119,-170],[-66,-94],[-42,-62],[-28,-41],[-15,-23],[-8,-39],[-6,-5],[-18,-27],[-20,-21],[-45,-34],[-46,-27],[-40,-28],[-31,-26],[-37,-33],[-10,-5],[-24,-10],[-32,-15],[-39,-28],[-30,-25],[-32,-28],[-12,-9],[-15,-7],[-12,-4],[-46,-13],[-125,-31],[-35,-10],[-13,-5],[-40,-15],[-79,-18],[-3,-2],[-33,-11],[-14,-6],[-68,-33],[-24,-12],[-42,-17],[-43,-21],[-37,-10],[-29,-5],[-27,-3],[-26,2],[-50,4],[-69,0],[-61,-4],[-29,-6],[-13,-3],[-24,-6],[-22,-15],[-31,-24],[-20,-17],[-31,-25],[-34,-19],[-40,-14],[-29,-10],[-95,-26],[-41,-12],[-1,1],[-140,23],[-23,4],[102,-307],[-17,-2],[-11,-14],[-124,-81],[-188,242],[-75,89],[-84,94],[-21,15],[-21,7],[-23,0],[-98,-19],[-92,111],[-66,-29],[-170,-68],[-50,-21],[-11,-3],[-11,0],[-4,3],[-15,29],[-47,83],[-24,55],[-142,-62],[-166,-70],[-23,-10],[-119,-51],[-21,-9],[-367,-153],[-173,-74],[-35,-14],[-201,-88],[-165,-73],[-37,-16],[-199,-96],[-198,-91],[-86,-36],[-105,-41],[-390,-145],[-191,-73],[-101,-35],[-102,367],[-84,-34],[-321,-131],[-42,-16],[-37,-15],[-19,-7],[-6,-2],[-17,23],[-37,55],[-19,-14],[-355,-246],[-19,-13],[-52,75],[-58,81],[-68,191],[-21,48],[-23,45],[-42,64],[-2,9],[0,14],[6,14],[0,10],[-9,9],[-8,6],[-15,7],[-8,9],[-8,13],[-10,20],[-7,6],[-7,5],[-12,3],[-8,3],[-8,5],[-7,7],[-8,15],[-4,10],[0,6],[30,16],[5,2],[-12,28],[-96,260],[-36,-21],[-13,22],[-5,10],[-127,186],[-171,254],[-3,6],[-1,5],[38,32],[41,29],[83,54],[438,277],[146,93],[13,8],[277,175],[140,86],[115,69],[30,22],[25,20],[38,36],[21,20],[31,36],[21,30],[39,46],[66,90],[7,9],[16,20],[6,6],[74,81],[105,113],[108,112],[39,42],[48,52],[14,13],[13,12],[95,101],[113,122],[17,19],[85,92],[388,-449],[29,-34],[88,92],[164,171],[13,13],[18,24],[43,48],[70,72],[59,47],[31,32],[32,29],[35,20],[40,21],[-29,32],[-139,118],[92,104],[164,183],[-14,14],[-76,58],[55,59],[0,5],[-5,10],[-35,52],[-90,118],[7,19],[-13,21],[-25,0],[-30,41],[0,0],[38,26],[14,10],[116,81],[17,12],[155,116],[16,13],[9,6],[59,43],[27,21],[70,-68],[84,-81],[94,-89],[92,-86],[85,-80],[124,-122],[53,24],[38,14],[144,61],[56,23],[5,-2],[12,-14],[30,13],[93,37],[207,89],[50,21],[265,118],[14,6],[-62,224],[-28,105],[-6,19],[-11,40],[-39,147],[-16,57],[-53,204],[-60,231],[-8,28],[22,11],[91,43],[105,46],[564,247],[168,73],[178,78],[6,2],[24,14],[82,34],[60,28],[36,21],[23,18],[19,18],[72,68],[33,29],[74,67],[38,25],[45,22],[44,14],[69,17],[4,1],[-57,-209]],[[766992,696551],[-21,-308],[0,0],[-2,-17],[-8,-84],[-10,-177],[-1,-24],[-2,-34],[11,-45],[-6,-211],[1,-29],[-3,-1],[-5,-8],[1,-13],[8,-7],[5,0],[-11,-95],[-12,-55],[8,-30],[7,-9],[6,-6],[6,-4],[3,-82],[-1,-23],[481,-22],[190,-10],[18,7],[776,-41],[350,-19],[1488,-80],[69,-3],[0,0],[231,6],[395,-27],[1230,-64],[654,-34],[69,-4],[567,-29],[96,-5],[18,-1],[0,0],[0,-11],[-14,-255],[-17,-402],[-31,-652],[-22,-410],[-3,-64],[3,-31],[0,-37],[-1,-72],[-3,-83],[-18,-435],[-9,-134],[-8,-229],[-33,-697],[-15,-332],[-9,-315],[-13,-295],[-20,-252],[-4,-99],[-15,-287],[-17,-377],[-3,-206],[-7,-181],[-24,-599],[-14,-282],[-13,-306],[-16,-347],[-8,-195],[-9,-233],[-30,-683],[-17,-349],[-17,-415],[-14,-290],[-18,-368],[-16,-382],[-15,-376],[-14,-368],[-47,-743],[-7,-367],[-17,-361],[-12,-325],[-2,-45],[-20,-358],[-21,-474],[-6,-39],[8,-53],[-38,-701],[-22,-450],[-23,-497],[-8,-178],[-13,1],[-101,6],[-81,6],[-34,2],[-22,1],[-7,1],[-107,6],[-385,21],[-16,1],[-121,8],[-109,6],[-22,1],[-244,14],[-23,0],[-383,21],[-16,3],[-34,2],[-74,6],[-4,0],[-125,7],[-132,7],[-74,4],[-96,4],[-7,0],[-14,1],[1,26],[-475,35],[-1,-28],[-67,4],[-79,7],[2,35],[-314,22],[-18,10],[-12,-146],[-18,-3],[-6,-9],[-6,-15],[-7,-21],[-5,-11],[-7,-6],[-7,-2],[-31,2],[-218,25],[-221,24],[-71,6],[-39,2],[-75,2],[-68,1],[-52,-1],[-15,0],[-195,-5],[-38,-3],[-64,-5],[-54,-8],[-5,0],[-79,-12],[-65,-11],[-28,-4],[-97,-21],[-139,-36],[-239,-68],[-153,-40],[-20,-5],[-84,-21],[-134,-26],[-108,-18],[-135,-22],[-35,-6],[-89,-9],[-69,-5],[-68,-5],[-91,-5],[-149,-2],[-208,5],[-80,5],[-80,6],[-76,7],[-122,16],[-70,11],[-209,39],[-176,40],[-373,85],[-258,57],[-564,123],[-311,73],[-16,4],[-220,51],[-16,4],[-114,26],[-74,17],[-16,3],[-373,84],[-19,4],[-182,42],[-19,5],[-118,27],[-323,71],[-17,4],[-44,9],[-413,96],[-102,22],[-17,4],[-228,50],[-338,76],[-352,82],[-300,68],[-90,21],[-72,15],[-37,9],[-20,5],[0,0],[-34,16],[-7,6],[41,146],[-39,19],[0,0],[0,0],[-80,33],[-52,20],[-56,21],[-5,-21],[-19,-73],[-40,-114],[0,0],[-48,6],[-279,36],[-250,37],[-114,15],[-19,3],[-222,30],[-17,2],[-213,30],[-19,3],[-86,12],[-126,15],[-30,3],[-74,8],[-156,8],[-132,7],[-17,0],[-111,3],[-123,3],[-99,1],[-70,2],[-284,2],[-36,0],[-52,1],[-38,-1],[-370,4],[-20,0],[-172,2],[-128,1],[-117,1],[-256,3],[-257,3],[-140,2],[-21,0],[-102,2],[-16,0],[-156,3],[-79,5],[-80,5],[-171,12],[-27,2],[-212,21],[-56,5],[-46,3],[-30,8],[-37,21],[-23,12],[-9,11],[-7,16],[-2,15],[5,18],[279,681],[31,-5],[58,-29],[82,-42],[1,0],[-1,0],[1,0],[18,-9],[-20,-46],[-12,-28],[116,-57],[29,73],[-1,14],[47,120],[7,6],[166,423],[-106,55],[-10,5],[-4,2],[-97,-237],[-1,1],[-170,85],[35,86],[61,153],[223,555],[3,14],[158,380],[-8,11],[340,839],[140,-76],[8,-4],[18,36],[15,3],[61,147],[-21,11],[144,356],[11,29],[0,0],[2,3],[128,320],[102,-45],[25,61],[41,-21],[97,-51],[129,-66],[38,98],[37,-13],[37,-12],[8,20],[18,47],[15,38],[16,41],[17,41],[3,8],[8,-1],[102,-6],[73,-4],[77,-5],[68,-4],[80,-5],[32,-2],[-46,-121],[52,-16],[62,-24],[57,153],[96,-5],[236,-15],[-50,-138],[100,-22],[56,154],[121,-7],[48,-3],[46,-3],[212,-10],[93,-7],[44,-9],[41,-4],[13,0],[26,-1],[7,-14],[-62,-180],[183,-19],[52,153],[18,54],[154,-8],[106,-5],[-6,-18],[-31,-96],[-6,-17],[-8,-28],[68,-39],[18,-9],[24,0],[-50,-152],[219,-76],[48,144],[-8,20],[81,255],[118,-5],[-156,-443],[166,-57],[108,312],[151,-47],[70,219],[63,-4],[-34,-122],[147,-38],[-34,-112],[-38,-124],[11,-5],[-2,-8],[94,-36],[105,-39],[52,171],[0,0],[217,-72],[69,233],[203,-44],[-4,-13],[-26,-81],[-52,-156],[-31,-108],[-20,-69],[196,-63],[18,-6],[0,0],[-39,-133],[-36,-124],[-21,-74],[-42,-143],[-45,-167],[-17,-61],[-5,-18],[-7,-25],[-47,-164],[-70,-239],[174,-66],[0,-1],[0,1],[60,-22],[24,84],[28,103],[90,-34],[17,49],[103,-29],[40,140],[14,47],[38,131],[25,88],[-30,9],[-5,2],[-15,4],[-46,15],[22,82],[21,-9],[6,12],[6,22],[12,-4],[5,22],[14,-5],[6,21],[2,0],[53,-18],[6,22],[98,368],[72,271],[-4,8],[-40,4],[-10,6],[22,88],[-42,15],[0,0],[-1,0],[38,149],[11,9],[47,-21],[3,16],[57,-28],[-13,-32],[42,-5],[12,54],[91,-27],[14,64],[102,-34],[-6,-18],[76,-12],[-11,-27],[52,-17],[-3,-16],[142,0],[5,23],[144,-7],[-61,-233],[140,-35],[186,-21],[64,244],[4,18],[4,15],[191,-16],[5,11],[13,9],[50,194],[112,-7],[4,98],[1,37],[0,16],[79,1949],[7,193],[-4,46],[-3,38],[14,367],[2,16],[-15,21],[-33,39],[-29,16],[-32,11],[-160,8],[-229,13],[-307,15],[-188,13],[-517,27],[-258,15],[-108,5],[-15,-276],[-15,-395],[-10,-243],[-11,-263],[-1,-12],[-2,-33],[-172,9],[8,319],[-14,3],[-280,16],[1,27],[28,662],[12,340],[-119,7],[0,15],[0,22],[0,5],[-1,39],[-66,3],[-737,35],[0,0],[0,18],[27,734],[-3,24],[41,-2],[575,-37],[233,-15],[124,-8],[86,1962],[3,83],[275,-15],[1,2],[6,8],[10,1],[1,0],[7,-3],[9,-6],[37,-2],[95,-4],[48,-2],[32,-2],[236,-11],[399,-22],[833,-46],[194,-11],[38,-2],[385,-22],[3,46],[0,0],[126,2795],[8,22],[7,10],[14,5],[270,-16],[5,6],[3,13],[-2,12],[-11,9],[-17,1],[3,31],[-9,5],[-2,7],[48,909],[37,993],[11,234],[15,313],[8,175],[22,483],[0,0],[99,-5],[331,-18],[148,-5],[202,-10],[407,-20],[251,-12],[171,-9],[78,-2],[64,3],[44,5],[68,11],[73,16],[58,16],[72,23],[94,36],[116,46],[140,47],[110,31],[46,8],[27,6]],[[770107,694484],[-83,4],[-163,9],[-49,3],[-521,32],[-184,9],[-241,11],[-284,16],[-188,11],[-262,10],[-12,1],[-5,3],[-9,13],[-1,4],[-82,5],[-145,11],[-243,14],[-131,8],[-40,3],[-9,0],[-50,3],[-120,5],[-171,8],[-35,2],[-59,2],[-34,2],[-11,0],[-6,3],[-15,0],[-12,0],[-17,-506],[0,-24],[-4,-108],[-1,-28],[-17,-287],[-1,-20],[-6,-86],[-7,-94],[-3,-110],[-12,-337],[-5,-138],[-6,-165],[-1,-14],[514,-27],[2619,-140],[1,-1],[11,0],[4,0],[1,0],[14,0],[11,0],[70,1853],[1,26],[0,4],[-2,-1],[1,11]],[[761385,682536],[-19,-68],[-38,11],[-14,-52],[-98,35],[-3,-9],[-31,-109],[15,6],[6,7],[81,-28],[20,64],[48,-17],[50,-17],[3,9],[40,146],[-60,22]],[[760977,681623],[-22,-77],[-5,-17],[0,0],[15,-2],[69,-24],[-33,-122],[118,-41],[39,142],[40,142],[-81,10],[-20,6],[-106,30],[-14,-47]],[[760687,681563],[-11,3],[-30,-109],[-107,-372],[79,-28],[128,-46],[96,348],[13,47],[26,95],[0,0],[-97,30],[-94,31],[-3,1]],[[707948,426145],[24,-56],[-157,21],[-26,3],[74,-370],[203,76],[8,-23],[24,8],[107,44],[53,26],[32,16],[55,28],[73,45],[211,150],[18,13],[31,14],[18,4],[19,-1],[12,-6],[12,-13],[11,-13],[12,-16],[-23,-16],[-14,-20],[-17,-11],[-16,-5],[-18,0],[-19,-21],[-22,-31],[-4,-20],[1,-39],[5,-40],[-1,-30],[-8,-53],[-2,-20],[3,-22],[84,45],[39,-143],[-2,-8],[-23,-20],[-5,-9],[-1,-24],[3,-51],[7,-85],[131,-8],[0,-1],[-3,-18],[-3,-19],[-4,-21],[-4,-25],[-4,-23],[-6,-25],[-7,-20],[-8,-22],[-9,-28],[-8,-24],[-9,-26],[-7,-25],[-7,-23],[-5,-18],[-5,-22],[-3,-31],[-1,-29],[2,-34],[1,-38],[1,-26],[1,-29],[1,-29],[1,-19],[2,-17],[1,-25],[13,-192],[4,-81],[-4,-37],[-17,-48],[-13,-23],[-84,-129],[-123,-193],[-21,-34],[-88,54],[-24,14],[-20,14],[-71,-138],[44,-29],[1,-7],[-24,-35],[-5,-6],[26,-19],[43,72],[51,-26],[-87,-132],[0,-1],[-22,-34],[-20,-31],[-28,-45],[-25,-40],[-29,-45],[-23,-37],[-15,-26],[-23,-38],[-23,-38],[20,-44],[29,-66],[19,-41],[23,-50],[26,-60],[21,-50],[24,-53],[21,-45],[19,-41],[21,-48],[25,-56],[16,-33],[4,-11],[8,-19],[7,-20],[6,-23],[4,-26],[1,-10],[2,-20],[3,-26],[2,-26],[2,-29],[3,-47],[2,-26],[3,-40],[2,-39],[4,-53],[3,-38],[2,-31],[-103,-58],[-98,-55],[-15,-11],[18,-23],[14,-18],[15,-22],[9,-14],[-51,-32],[-38,19],[-80,27],[-59,23],[-86,29],[-111,35],[-89,25],[-72,14],[-83,11],[-44,-76],[-50,-86],[-70,61],[-6,6],[-8,7],[-22,19],[-51,-170],[-31,-86],[-6,-56],[13,-83],[26,-211],[3,-25],[12,-86],[11,-95],[-21,-4],[-86,-16],[-37,-7],[-5,43],[-166,-26],[4,-22],[-23,-5],[-2,21],[-2,13],[-1,12],[-2,13],[-1,7],[1,15],[0,10],[-1,19],[0,16],[0,11],[0,13],[1,8],[0,10],[1,20],[-1,1],[2,9],[24,136],[4,25],[5,36],[3,19],[-29,6],[0,4],[42,263],[-97,23],[-73,19],[-42,15],[-23,11],[-31,21],[-11,12],[-13,20],[-17,31],[-18,63],[-9,23],[-26,65],[-25,44],[-31,37],[-33,34],[-35,28],[0,0],[-33,28],[-151,-173],[-27,21],[-84,55],[-84,46],[-139,78],[7,15],[20,49],[12,52],[10,104],[5,106],[3,67],[8,257],[-159,-5],[-34,-49],[-14,0],[-89,-4],[-19,-1],[-1,-58],[-200,0],[9,176],[9,231],[2,89],[0,0],[1,30],[-147,-6],[-63,-4],[-19,-2],[-39,-2],[-105,-3],[-89,-3],[102,91],[101,107],[36,37],[163,192],[13,15],[147,193],[49,64],[19,24],[170,222],[86,111],[17,22],[341,438],[100,132],[55,42],[39,35],[41,45],[81,102],[109,136],[75,96],[221,287],[50,68],[21,22],[196,256],[190,246],[11,-20],[17,-32],[12,-20],[10,-20],[12,-22],[12,-22],[10,-21],[8,-16],[9,-17],[10,-20],[6,-12],[9,-19],[9,-18],[15,-31],[18,-39],[14,-31],[10,-22],[12,-29],[13,-30],[13,-31],[10,-23],[15,-33],[15,-35]],[[526258,28149],[0,9],[7,-12],[49,100],[36,73],[40,81],[29,56],[18,23],[21,15],[15,5],[76,3],[28,-15],[24,-7],[105,-5],[13,5],[33,17],[41,-3],[84,-23],[212,-49],[65,18],[52,19],[26,13],[47,37],[114,115],[111,108]],[[527504,28732],[2,-26],[-22,-37],[-26,-34],[-97,-109],[-7,-12],[-3,-5],[-13,-59],[-5,-28],[3,-11],[14,-10],[3,0],[10,0],[20,8],[45,23],[22,6],[43,0],[105,-13],[52,-10],[19,-8],[12,-11],[7,-17],[2,-21],[-2,-7],[-13,-4],[-69,1],[-36,-2],[-35,-7],[-89,-17],[-41,-10],[-10,-7],[-3,-8],[0,-10],[-1,-27],[-1,-25],[-6,-3],[-23,15],[-96,67],[-33,21],[-78,80],[-301,13],[-9,0],[-1,-60],[-4,-20],[-13,-21],[-19,-22],[-14,-20],[-9,-23],[-6,-19],[-3,-151],[49,-88],[51,-105],[-94,-111],[39,-53],[27,-29],[79,85],[22,-25],[18,16],[93,90],[66,-110],[24,-52],[30,-74],[90,-88],[42,-40],[98,-52],[34,-18],[1,-8],[-26,-71],[-15,-30],[-33,-63],[17,-5],[72,-9],[226,0],[34,5],[40,18],[51,30],[37,-12],[18,0],[22,5],[92,55],[19,9],[21,7],[7,-14],[-30,-64],[-25,-28],[-22,-15],[-39,-13],[-33,-8],[-32,-15],[-62,-35],[-52,-42],[-26,-12],[-164,-31],[-39,-18],[-187,-95],[-1,-9],[222,-133],[56,-29],[14,-14],[5,-22],[6,-57],[5,-13],[32,-24],[34,-39],[11,-20],[9,-45],[160,-26],[-5,-23],[-50,-155],[3,-13],[127,-238],[10,-5],[142,-20],[239,-44],[123,-25],[145,-33],[24,2],[155,30],[9,10],[8,27],[9,62],[5,4],[12,0],[7,-5],[18,-30],[21,-23],[30,-15],[35,-8],[38,4],[6,6],[48,29],[36,101],[57,109],[15,28],[7,2],[8,-4],[6,-7],[11,-155],[3,-88],[73,-8],[45,-5],[20,0],[3,-10],[-21,-50],[-19,-36],[-6,-9],[3,-14],[11,-1],[13,-16],[45,11],[101,-5],[129,-12],[28,5],[87,26],[12,5],[154,64],[28,44],[13,18],[2,-2],[10,-9],[11,-22],[25,6],[41,19],[32,26],[26,38],[30,58],[41,98],[95,77],[80,49],[53,28],[176,59],[135,42],[5,-1],[25,-27],[18,-35],[5,-13],[80,50],[77,103],[99,146],[53,29],[18,19],[5,6],[62,76],[14,10],[20,28],[9,13],[54,75],[15,17],[10,5],[125,62],[65,-132],[-28,-17],[-45,-38],[-5,-4],[-17,-17],[-45,-33],[-29,-18],[-35,-22],[-25,-20],[-23,-24],[-29,-43],[-29,-61],[-26,-69],[-13,-22],[-18,-20],[-91,-84],[-48,-35],[-55,-20],[-64,-19],[-87,-17],[-33,-6],[-26,-7],[-11,-9],[-54,-46],[-35,-20],[-71,-27],[-46,-21],[-77,-40],[-73,-41],[-6,-3],[-9,-9],[-9,-9],[-55,-69],[-68,-90],[-42,-47],[-44,-34],[-51,-32],[-59,-27],[-115,-42],[-85,-35],[-89,-42],[-27,-6],[-50,-1],[-99,-6],[-32,-2],[-24,-6],[-48,26],[-68,31],[-27,-2],[-123,21],[-6,1],[-29,1],[-25,-5],[-73,-32],[-58,-16],[-50,-9],[-78,3],[-7,-1],[-32,-2],[-42,-10],[-73,-31],[-94,-46],[-53,-23],[-20,-2],[-46,2],[-3,0],[-6,4],[-31,86],[-15,25],[-41,47],[-7,12],[-52,22],[-32,13],[-17,3],[-18,-60],[-30,-75],[-20,-29],[-43,-33],[-33,-19],[-4,-1],[-25,-9],[-19,0],[-11,12],[-10,26],[-13,21],[-9,8],[-21,6],[-7,4],[-17,7],[-22,14],[-20,29],[-7,21],[-16,58],[-7,38],[-8,20],[-4,8],[-21,28],[-20,19],[-7,5],[-46,34],[-59,39],[-106,71],[-44,25],[-17,19],[-1,3],[-12,23],[-10,32],[-4,27],[-1,33],[3,34],[5,56],[-36,25],[-41,31],[-23,17],[-35,31],[-21,28],[-2,3],[-13,33],[-33,106],[-15,32],[-15,22],[-19,24],[-22,27],[-17,23],[-11,15],[-7,2],[-7,3],[-3,8],[-15,29],[-29,41],[-19,19],[-20,11],[-41,11],[-26,10],[-30,19],[-124,73],[-32,21],[-40,33],[-6,8],[-15,18],[-26,44],[-23,45],[-34,49],[-55,69],[-12,13],[-12,8],[-14,8],[-28,26],[-16,25],[-17,46],[-8,32],[-18,77],[-40,184],[-13,27],[-81,115],[-19,36],[-49,108],[-63,133],[-14,17],[-14,12],[-12,24]],[[527687,28912],[-73,89],[-126,-125],[-17,-7],[-18,-1],[-66,-3],[-66,-12],[-61,-6],[-29,5],[-39,15],[-32,22],[-3,-3],[-7,41],[8,22],[12,19],[22,24],[52,40],[14,12],[5,11],[2,30],[-10,28],[-15,32],[-16,31],[-33,47],[-35,38],[-41,19],[-57,19],[-45,14],[-34,15],[-34,18],[-55,35],[-32,21],[-37,27],[-33,29],[-35,39],[-21,44],[-22,44]],[[526710,29585],[69,-61],[4,-3],[78,-9],[93,9],[86,13],[20,5],[120,30],[54,34],[115,73],[88,57],[174,20],[45,5],[218,69],[30,-28],[60,-58],[71,-21],[34,-10],[146,-43],[12,-3],[-24,-70],[-17,-32],[-97,-140],[-29,-41],[-45,-65],[-57,-80],[-79,-104],[-88,-109],[-82,-90],[-22,-21]],[[526294,29603],[-4,-5],[-23,-8],[-24,0],[-24,14],[-28,27],[-46,41],[-34,33],[-32,37],[-17,31],[-8,30],[0,42],[4,32],[4,31],[-11,30],[-13,21],[-2,4],[-26,37],[-54,56],[-29,41],[-19,29],[-30,59],[-23,37],[-17,25],[-32,50],[-24,41],[-27,42],[-20,34],[-15,24],[0,9],[8,-4],[15,-20],[9,-14],[17,-24],[18,-20],[53,-75],[44,-59],[14,-20],[14,-14],[4,-6],[22,-44],[27,-39],[25,-36],[31,-39],[27,-27],[13,-22],[2,-1]],[[526063,29983],[4,-11],[6,-20],[3,-42],[-1,-13],[-1,-86]],[[526074,29811],[3,-17],[1,-7],[11,-30],[5,-12],[16,-24]],[[526110,29721],[5,-6],[46,-44],[77,-59],[20,-11],[3,-1],[27,1],[6,2]],[[526838,30261],[3,11],[32,77],[-35,18],[-54,24],[-69,30],[33,85],[34,87]],[[526782,30593],[24,-14],[59,-36],[16,-10],[0,0],[23,-14],[12,-6],[47,-25],[45,-20],[47,-14],[27,-9],[-10,-17],[-36,-58],[-56,2],[-60,-154],[-82,43],[0,0]],[[526832,31063],[-24,-96]],[[526808,30967],[-4,14],[-6,31],[0,20],[11,14],[4,5],[19,12]],[[525960,30907],[-29,2],[-44,-6],[-42,-14],[-36,42],[12,13],[8,10],[22,25],[-22,44],[-107,-37],[-34,-11],[-63,-25],[-95,-33],[-67,0],[-100,-30],[-46,-18],[-10,-5],[-31,-15],[-75,51],[-22,15],[-49,-32],[37,-29],[37,-30],[34,-26],[39,-32],[42,-32],[27,-20],[25,-5],[7,-4],[-16,-42],[-20,-40],[-25,11],[-45,26],[-9,7],[-58,47],[-64,56],[-39,41]],[[525102,30811],[-5,33],[-31,30],[-93,100],[14,163],[-3,20],[-8,6],[-115,142],[-98,105],[-56,65],[-31,47],[-17,48],[-39,104],[-19,42],[-99,184],[-23,48],[-20,47],[-62,107],[-34,59],[-119,197],[6,25],[30,14],[5,667],[-31,10],[5,33],[44,24],[23,20],[19,35],[12,19],[10,7],[13,1],[14,-4],[49,-38],[19,-12],[13,0],[15,7],[38,42],[25,-1],[20,5],[11,13],[6,25],[-2,79],[-10,84],[12,-10],[5,-3],[29,-12],[39,-3],[34,5],[64,23],[6,3],[22,13],[-27,25],[7,20],[3,14],[-6,15],[-34,83],[-35,99],[-124,65],[-5,-8],[-15,-16],[-17,-18],[0,0],[-1,2],[-10,9],[0,0],[12,17],[31,55],[43,63],[68,86],[40,52],[31,0],[10,12],[-29,4],[135,167],[-49,53],[-63,68],[-55,68],[-11,-7],[-28,-30],[-98,-102],[-35,-38],[-26,-36],[-16,-33],[-47,-108],[-33,-85],[29,115],[19,56],[57,154],[-97,-27],[-82,-23],[-38,-195],[0,-7],[-17,-1],[-1,-79],[0,-50],[-1,-3],[-104,63],[-6,0],[-10,7],[-9,10],[-199,142],[-1,1],[-5,4],[-28,32],[-25,22],[-32,26],[-27,20],[-18,11],[-23,5],[-24,3],[-34,0],[-31,4],[-36,10],[-27,13],[-18,14],[-21,25],[-23,37],[-34,75],[-7,15],[-54,109],[-17,17],[-35,14],[-62,15],[-40,20],[-29,22],[-7,7],[-9,10],[-11,-9],[0,2],[-6,21],[-14,21],[-21,18],[-8,7],[-45,21],[-71,17],[-43,2],[-112,-19],[-59,-16],[-53,-24],[-79,-37],[-133,-59],[-59,-20],[-64,-11],[-45,0],[-29,5],[-2,1],[-10,2],[-4,0],[-3,1],[-12,6],[-23,11],[-23,15],[-104,81],[-48,32],[-28,8],[-13,1],[-25,1],[-82,-7],[-46,-15],[-36,-21],[-63,-48],[-36,-28],[-24,-15],[-32,113],[-1,0],[-97,-41],[-112,-44],[-50,-14],[-129,-17],[-51,-13],[-95,-34],[-45,-20],[-277,-178],[-37,-20],[-217,-51],[-65,-12],[-52,0],[-97,15],[-138,22],[-3,2],[-11,7],[188,240],[-14,11],[-125,104],[84,70],[46,33],[122,72],[117,73],[25,11],[6,1],[24,-144],[-20,-4],[-7,0],[2,-15],[12,-85],[4,-16],[8,-12],[15,-13],[22,-8],[25,-2],[29,2],[28,8],[30,14],[23,13],[32,6],[36,5],[39,3],[36,5],[26,0],[39,-2],[283,-17],[88,5],[47,8],[46,14],[47,22],[90,49],[34,15],[68,20],[9,10],[35,56],[163,41],[88,18],[46,0],[34,-6],[42,-21],[135,-59],[151,-68],[31,-9],[28,-1],[36,4],[24,9],[24,17],[66,58],[39,29],[108,60],[42,16],[53,10],[69,3],[82,0],[46,8],[49,21],[73,52],[175,133],[185,138],[-11,119],[-2,15],[133,9],[-9,253],[-12,183],[10,197],[-19,235],[-13,167],[-1,3],[-14,76],[-7,62],[10,102],[12,72],[-2,112],[15,8],[7,-10],[14,-18],[27,-3],[-1,31],[107,55],[9,2],[0,0],[37,-5],[-18,-97],[-7,-17],[1,0],[-53,-286],[-10,-3],[16,-15],[52,-13],[95,-20],[8,-33],[-4,-20],[-5,-24],[-24,-104],[-21,-376],[-20,-229],[0,-2],[3,-1],[228,-155],[-76,-323],[-43,-154],[42,-48],[11,-23],[9,-15],[27,-23],[194,-156],[46,-27],[27,-15],[111,-63],[-10,-25],[-15,-41],[-8,-21],[11,-4],[111,38],[85,45],[54,24],[-23,19],[127,329],[-139,86],[22,57],[6,16],[92,234],[17,42],[66,161],[148,-75],[196,-93],[71,-34],[0,0],[29,-14],[388,660],[-21,16],[210,257],[3,1],[1,90],[293,165],[35,343],[0,1],[-8,19],[-16,42],[-26,76],[-5,21],[-5,35],[1,3],[2,44],[6,-40],[27,-97],[24,-62],[10,-22],[62,-128],[15,8],[-7,13],[-48,107],[-45,102],[-11,35],[-6,24],[-1,13],[3,-5],[26,-50],[36,-88],[16,-31],[36,-76],[15,-32],[59,-33],[60,-26],[53,-17],[4,90],[283,-41],[42,72],[37,63],[47,88],[-39,39],[-4,3],[25,35],[21,13],[48,26],[71,28],[63,34],[25,19],[12,18],[25,14],[2,12],[29,21],[22,13],[16,4],[39,19],[31,19],[42,31],[30,24],[24,12],[30,7],[21,-2],[-1,35],[86,52],[14,6],[20,12],[21,7],[29,12],[10,3],[38,7],[48,16],[44,15],[20,5],[28,10],[20,8],[16,17],[9,18],[19,-1],[63,-6],[24,-8],[15,-10],[6,-10],[-1,-18],[-19,-41],[-3,-18],[3,-26],[0,-28],[-1,-23],[-6,-20],[-9,-34],[1,-11],[1,-6],[6,-13],[12,-21],[25,-26],[17,137],[80,-14],[145,-41],[-8,-55],[24,-15],[99,-52],[43,-26],[19,-6],[18,6],[6,25],[11,18],[5,10],[6,6],[53,-2],[68,-12],[46,-18],[50,-23],[44,-27],[23,-13],[12,3],[7,2],[38,3],[17,0],[51,1],[81,-1],[44,0],[47,4],[-3,-28],[70,-15],[3,19],[3,20],[82,-18],[97,-20],[0,0],[122,-24],[-4,-17],[-25,-95],[142,-19],[26,94],[2,5],[98,-14],[105,-2],[0,0],[54,-10],[-1,-8],[-34,-123],[29,-11],[-20,-85],[-46,-184],[-2,-14],[2,1],[55,-4],[49,-39],[11,-25],[-11,-22],[2,-55],[-21,-6],[-144,-40],[-21,-6],[-22,-6],[-113,-32],[-116,-35],[-16,-5],[-4,2],[-8,2],[-8,0],[-8,-2],[-3,-3],[-7,2],[-71,47],[-25,17],[-28,19],[-57,52],[-95,92],[-26,26],[-20,17],[-30,25],[-3,-26],[-41,9],[-45,13],[-43,13],[-42,12],[-32,7],[-32,0],[-53,-7],[-79,30],[-145,76],[-68,42],[-90,68],[-8,6],[-4,-6],[-28,-46],[-274,170],[-1,0],[-243,151],[-93,-3],[-160,-21],[-87,-23],[-104,-38],[-58,-47],[-8,-65],[-16,-77],[-8,-31],[0,-7],[-5,-6],[-5,-8],[-85,-102],[-28,-29],[-62,-51],[-129,-97],[-36,-30],[-62,-70],[-60,-63],[-77,-66],[-60,-42],[-14,-9],[-57,-36],[-48,-38],[-47,-38],[-47,-50],[-36,-47],[-42,-64],[-34,-66],[-2,-3],[-29,-37],[-48,-47],[-103,-98],[-11,-11],[-41,-42],[-15,-20],[-13,-24],[-17,-55],[-18,-56],[-8,-21],[-16,-26],[-68,-85],[-14,-25],[-11,-28],[0,-4],[-3,-24],[1,-24],[3,-9],[3,-8],[10,-12],[21,7],[103,-7],[20,-7],[124,-52],[198,-82],[-214,-192],[11,-38],[5,-38],[-7,-40],[-21,-47],[-20,-30],[-36,-33],[-17,-32],[-45,-105],[-47,-43],[-18,-19],[-33,-60],[-44,-100],[-12,-38],[-9,-58],[-1,-78],[7,-69],[5,-30],[11,-44],[22,-52],[28,-34],[45,-35],[52,-29],[62,-22],[44,-8],[62,-12],[77,-8],[75,-8],[193,-21],[7,-37],[9,-44],[11,-20],[10,-2],[95,-7],[35,-2],[30,-1],[55,5],[41,5],[20,6],[9,4],[59,29],[30,23],[34,38],[34,58],[19,-12],[2,-226],[0,-8],[-175,-10],[-132,-6],[0,0],[-71,-3],[-5,-118],[-9,-180],[67,-4],[250,-16],[-15,-123],[-136,18],[-18,2],[-37,15],[-62,25],[-30,7],[0,0],[-28,5],[-98,-21],[-223,-40],[-154,-33],[-26,19],[-63,28],[-23,13],[-298,162],[-57,31],[-16,7],[-9,-62],[-14,5],[-8,-30],[-12,-39],[-9,-39],[-2,-53],[5,-60],[10,-63],[9,-53],[23,-121],[-1,-3],[-2,-12],[-143,-2],[-62,-8],[-19,1],[-1,1],[-16,12],[-15,2],[-18,-5],[-3,-19],[1,-19],[4,-6],[6,-8],[5,-6],[47,-148],[8,-31],[-27,23],[-53,46],[-26,21],[-17,13],[-22,14],[-10,19],[-163,298],[-16,10],[-29,5],[-50,2],[-19,-6],[-41,-20],[-59,85],[3,9],[46,20],[18,13],[12,17],[12,30],[9,24],[12,32],[16,39],[26,-13],[20,-18],[62,-86],[3,-129],[2,10],[7,10],[14,11],[21,9],[52,19],[-23,170],[-6,53],[-9,16],[-18,21],[4,0],[11,-2],[-3,7],[-2,7],[8,47],[25,66],[1,8],[-39,-16],[3,140],[-22,-8],[-173,-72],[0,-38],[-6,-30],[-11,-21],[-22,-16],[-72,-47],[-39,-25],[-18,11],[-14,9],[-20,11],[-138,83],[0,0],[-11,-13],[-7,-27],[1,-17],[20,-6],[55,-24],[19,-11],[28,-32],[-5,-4],[-30,-6],[-23,-13],[-14,-19],[-5,-21],[-1,-28],[42,-52],[4,-5],[56,-79],[19,-35],[23,-117],[14,-42],[21,-25],[2,-3],[28,-20],[159,-61],[16,-7],[56,-26],[118,-61],[43,-30],[0,0],[0,0],[22,-15],[120,-104],[-14,1],[-22,6],[-93,64],[-11,7],[-36,16],[-88,21],[-44,5],[-38,0],[-51,1],[-4,0],[-42,5],[-99,33],[-81,30],[-58,31],[-89,65],[-93,-245],[-19,-58],[-19,-28],[-25,-21],[-37,-20],[6,-222],[4,-94],[-3,-37],[-20,-62],[-5,-30],[3,-24],[42,-100],[48,-99],[17,-15],[20,-12],[28,-3],[37,4],[3,-11],[-2,-12],[-23,-33],[-5,-24],[1,-17],[7,-14],[15,-7],[42,-5],[31,-96],[35,-178],[10,-21],[7,-9],[11,-1],[64,18],[26,6],[13,-8],[4,-14],[-14,-105],[266,64],[30,47],[20,-15],[23,-11],[30,-5],[30,1],[35,12],[109,63],[15,-13],[30,-10],[28,-2],[34,6],[60,37],[40,29],[20,15],[45,54],[31,46],[39,76],[29,54],[28,36],[62,71],[65,57],[8,-9],[-60,-129],[-20,-59],[-27,-101],[-3,-22],[4,-12],[19,-14],[39,-21],[28,-16],[5,-12],[0,-13],[-79,-128],[-62,-86],[-50,-52],[-25,-24],[34,-36],[66,-387]],[[526074,29811],[1,8],[0,22],[1,34],[1,10],[0,4],[7,4],[3,-2],[1,0],[5,-10],[6,-11],[14,-20],[10,-16],[11,-5],[17,-1],[6,-7],[-2,-5],[-11,-20],[-13,-18],[-7,-25],[-1,-14],[0,-3],[0,-2],[0,-7],[-4,-3],[-2,0],[-7,-3]],[[526808,30967],[4,-17],[1,-25],[2,-24],[-31,-28],[0,-6],[-2,-2],[0,0],[-19,-23],[-4,-4],[-15,-14],[-3,-3],[-26,-22],[-4,-2],[-32,-20],[-147,-92],[18,-36],[28,-5],[128,-16],[36,-12],[22,-13],[12,0],[12,4],[-1,-1],[-5,-13]],[[526838,30261],[-9,4],[-62,29],[-3,-7],[-102,-223],[-2,-3],[26,-22],[7,-15],[9,-31],[9,-46],[4,-27],[1,-6],[7,-42],[0,-48],[1,-17],[2,-48],[-12,1],[-26,0],[-20,2],[-21,1],[-16,1],[-27,11],[-17,23],[-17,27],[-16,26],[-17,22],[-17,21],[-30,14],[-24,10],[-20,1],[-22,-10],[-21,-3],[-17,10],[-27,14],[-16,15],[-34,20],[-18,8],[-30,10],[-19,8],[-46,0],[-23,-3],[-24,-11],[-31,-9],[-15,2],[-2,-1],[-20,5],[-18,9]],[[526294,29603],[17,9],[47,47],[31,34],[4,20],[10,24],[14,15],[20,7],[24,-3],[26,-11],[45,-28],[38,8],[44,0],[44,-59],[47,-70],[5,-11]],[[527687,28912],[-114,-113],[-69,-67]],[[526258,28149],[-41,42],[-33,43],[-47,54],[-38,50],[-11,13],[-33,47],[-66,158],[-29,109],[-15,25],[-14,30],[-26,41],[-30,42],[-43,58],[-30,59],[-14,35],[-1,6],[-24,51],[-48,87],[-65,112],[-49,87],[-70,124],[-27,36],[-28,33],[-16,26],[-49,106],[-48,110],[1,1],[-6,15],[-3,2],[-19,40],[-10,24],[-12,23],[-3,2],[-26,20],[-27,24],[-28,19],[-21,15],[-21,23],[-3,27],[0,2],[-7,25],[-22,129],[-11,80],[0,31],[14,126],[2,59],[-8,77],[-13,99],[-22,104],[-11,66],[-5,45]],[[525960,30907],[1,0],[30,1],[54,12],[43,10],[35,21],[25,16],[61,-2],[6,-1],[3,3],[27,21],[36,7],[26,9],[25,16],[18,14],[5,5],[8,3],[9,2],[20,5],[32,9],[10,2],[63,13],[6,-41],[1,-1],[1,1],[33,10],[55,18],[32,8],[35,7],[31,1],[29,4],[59,13],[5,1],[61,14],[26,7],[8,4],[46,22],[21,5],[-39,-31],[-15,-13],[-45,-29],[-15,-10]],[[764914,602508],[85,-363],[27,-119],[23,-101],[123,-538],[39,-182],[-9,-11],[59,-264],[-13,-1],[89,-419],[16,-75],[73,-355],[89,-422],[73,-333],[72,-344],[12,-16],[14,-35],[14,-48],[15,-64],[17,-67],[12,-43],[10,-19],[381,-364],[299,-278],[262,-249],[263,-247],[543,-516],[-7,-2],[-20,-9],[-57,-31],[-150,-99],[-98,-59],[-15,-10],[-129,-84],[-94,-57],[-33,-21],[-83,-54],[-121,-75],[-55,-36],[-46,-18],[-32,-8],[-213,-7],[-20,0],[-84,251],[-46,138],[-30,70],[-11,25],[-41,98],[-19,45],[3,19],[-25,72],[-22,-3],[-29,86],[9,9],[12,10],[11,20],[9,27],[-8,26],[-67,231],[-90,297],[-6,21],[-392,-117],[-1,4],[-285,-72],[11,-73],[-217,-64],[19,-76],[2,1],[5,-25],[-144,-39],[-104,-29],[-54,-15],[-243,-66],[-89,-24],[-72,269],[-105,381],[-88,325],[-85,326],[-72,268],[-41,148],[12,13],[-3,10],[-4,16],[-53,-4],[-99,-9],[-32,-3],[-23,-2],[-20,349],[-205,66],[-115,38],[-96,33],[-22,7],[-107,34],[-59,19],[-15,5],[-23,8],[-157,55],[-23,8],[-259,91],[-306,99],[-28,9],[-189,61],[-95,31],[-153,48],[-15,4],[-11,3],[-33,11],[-183,59],[19,313],[6,2],[73,-24],[10,39],[0,0],[3,213],[-2,0],[41,460],[68,-36],[17,-10],[118,-62],[73,-39],[88,-46],[77,-39],[95,-49],[92,-52],[99,-53],[281,-151],[147,-82],[24,-7],[3,28],[8,86],[31,350],[28,296],[2,28],[4,32],[59,717],[36,429],[6,84],[-4,35],[-8,32],[17,3],[177,-27],[256,-30],[310,-43],[305,-40],[47,-6],[-2,26],[-77,334],[-61,265],[-56,247],[-19,109],[24,9],[85,32],[280,116],[23,7],[228,87],[92,-415],[78,-347],[89,-401]],[[348038,350942],[-82,-87],[-63,-66],[-63,-64],[-19,-21],[-87,-96],[-29,-37],[-239,-312],[-103,-135],[-26,-35],[-21,-29],[-50,-76],[-100,-158],[-99,-157],[-192,-308],[-15,-18],[-102,-146],[-10,-14],[-59,-78],[-13,-17],[-27,-35],[-9,-11],[-110,-133],[-180,-217],[-45,-58],[-36,-39],[-42,-34],[-31,-7],[-13,-11],[-9,-15],[27,-26],[81,-75],[15,-17],[6,-15],[0,-19],[-6,-17],[-8,-12],[-14,-21],[-62,-75],[-74,-73],[-20,-16],[-38,-5],[-71,-50],[-9,-5],[-82,-47],[-182,-102],[-246,-141],[-32,42],[-8,2],[-119,-48],[-2,-8],[16,-85],[-22,-18],[-30,-52],[-18,18],[-32,23],[-24,14],[-31,8],[-45,0],[-27,-3],[-23,-7],[-31,-16],[-106,-57],[-284,-146],[-86,-45],[-41,-19],[-59,-25],[-75,-24],[-53,-16],[-39,-8],[-58,-9],[-176,-21],[-210,-23],[-9,-1],[-97,-16],[-143,-32],[-79,-19],[-170,-46],[-168,-47],[-11,-6],[-165,-86],[-72,-38],[-239,-123],[-140,-69],[-23,-16],[-80,-8],[-6,125],[-17,338],[-5,58],[-2,28],[-12,63],[-13,61],[22,8],[73,27],[-5,15],[5,10],[25,15],[69,25],[284,102],[408,150],[175,64],[50,21],[70,36],[55,31],[89,54],[56,30],[31,12],[93,23],[129,33],[42,12],[27,9],[61,7],[60,9],[49,3],[55,-6],[45,-12],[172,-17],[63,-6],[48,-12],[151,-53],[106,-31],[36,-7],[48,0],[35,7],[64,28],[176,97],[181,104],[188,98],[225,92],[271,110],[0,26],[-6,5],[-6,17],[-13,14],[-307,255],[41,46],[245,258],[60,65],[15,21],[43,69],[78,130],[17,15],[13,35],[13,28],[101,151],[22,34],[10,18],[6,31],[6,26],[9,20],[19,29],[223,373],[16,25],[189,254],[10,41],[6,0],[55,66],[187,224],[13,15],[86,101],[111,131],[9,11],[58,-30],[210,-119],[7,-4],[49,-27],[123,127],[368,354],[368,311],[184,160],[176,160],[133,117],[166,123],[137,138],[117,138],[225,326],[143,197],[9,0],[43,-6],[97,-20],[-13,-48],[-16,-46],[-1,-3],[-41,-77],[-30,-52],[-21,-38],[-46,-76],[-42,-65],[-18,-28],[-28,-44],[-45,-63],[-52,-70],[-51,-65],[-56,-61],[-58,-64],[-51,-54],[-53,-52],[-56,-58],[-26,-24],[-71,-64],[-75,-65],[-83,-67],[-60,-45],[-37,-28],[-90,-62],[-134,-95],[-122,-92],[-131,-92],[-5,-4],[-20,-18],[-107,-116],[-50,-47],[-155,-139],[-30,-31],[-119,-127]],[[352278,368374],[8,-2],[7,1],[6,-1],[7,1],[6,-1],[10,0],[6,-2],[6,0],[12,-4],[6,0],[14,-5],[23,-12],[19,-16],[15,-16],[19,-26],[10,-10],[7,-6],[9,-4],[13,-2],[13,-4],[15,-9],[10,-7],[4,-2],[5,0],[2,0],[8,7],[1,1],[-15,-72],[-18,-80],[-2,-12],[-4,-21],[-2,-11],[-4,-21],[-5,-27],[-6,-27],[-2,-15],[-6,-25],[-2,-11],[-2,-8],[-2,-13],[-11,-48],[-2,-13],[-5,-22],[-2,-16],[-4,-18],[-2,-14],[-3,-11],[-2,-26],[-1,-18],[-2,-11],[0,-21],[-1,-11],[-1,-20],[-1,-13],[0,-19],[-2,-10],[-1,-19],[-2,-11],[-3,-10],[-3,-8],[-9,-24],[-7,-17],[-22,-41],[-10,-22],[-10,-18],[-9,-22],[-3,-10],[-2,-8],[-3,-20],[-1,-11],[-1,-9],[-1,-51],[-127,-768],[1,-16],[0,-17],[-1,-30],[0,-15],[-2,-23],[0,-28],[-1,-18],[0,-16],[-1,-26],[-1,-38],[-1,-22],[-1,-18],[0,-18],[-2,-34],[0,-18],[-2,-20],[0,-18],[-1,-22],[-1,-18],[-1,-14],[0,-18],[-2,-20],[-1,-28],[1,-10],[-1,-6],[-2,-9],[15,-9],[-1,-5],[-15,-9],[-1,-31],[0,-17],[-1,-19],[-1,-37],[-1,-19],[0,-29],[-2,-27],[0,-27],[-2,-15],[0,-35],[-2,-19],[0,-37],[-1,-19],[-1,-29],[-1,-12],[0,-40],[-2,-16],[0,-34],[-2,-21],[0,-27],[-1,-33],[0,-7],[0,-4],[-1,-5],[-2,-6],[-2,-4],[-3,-1],[-4,-1],[-16,2],[-17,0],[-15,2],[1,-7],[5,-21],[4,-8],[3,-3],[9,-1],[18,0],[8,-1],[6,-2],[1,-1],[1,-3],[0,-3],[-1,-3],[-2,-2],[-1,-1],[-16,1],[-11,-1],[-6,-2],[-2,-1],[-1,-2],[3,-23],[4,-26],[0,-6],[-2,-11],[1,-36],[0,-20],[-3,-104],[-3,-54],[-2,-15],[-2,-7],[-5,-6],[-5,-5],[-8,-4],[-12,-6],[-11,-4],[-11,-2],[-4,0],[-2,1],[14,-112],[18,-7],[17,-9],[17,-12],[4,-3],[0,-2],[1,-5],[-1,-7],[-1,-8],[-6,-19],[-7,-21],[-6,-23],[-4,-10],[-3,-11],[-7,-19],[-10,-28],[-35,-82],[-51,-120],[-9,-24],[-4,-11],[-9,-20],[-4,-13],[-6,-30],[-1,-5],[0,-5],[6,-34],[-4,-26],[-18,-22],[-13,-22],[-21,-32],[-19,-29],[-12,-16],[-11,-14],[-31,-40],[-11,-12],[-116,-131],[-159,-177],[-128,-148],[-59,-69],[-32,-34],[-9,-10],[-18,-20],[-15,-15],[-7,-7],[-19,-21],[-30,-30],[-8,-7],[-49,-50],[-10,-9],[-33,-35],[-10,-9],[-13,-14],[-35,-35],[-13,-14],[-4,-2],[-4,-6],[-20,-18],[-21,-19],[-10,-8],[-27,-22],[-8,-6],[-21,-18],[-18,-13],[-8,-6],[-9,-7],[-10,-6],[-21,-16],[-15,-9],[-11,-8],[-58,-37],[-49,-37],[-55,-41],[-54,-48],[-26,-20],[-18,-11],[-27,-19],[-58,-46],[-18,-16],[-11,-8],[-13,-12],[-30,-25],[-25,-21],[-31,-26],[-14,-11],[-17,-14],[-36,-29],[-30,-21],[-17,-13],[-21,-14],[-22,-12],[-65,-33],[-67,-37],[-27,-18],[-25,-15],[-22,-16],[-18,-12],[-33,-29],[-21,-19],[-19,-19],[-24,-25],[-15,-21],[-15,-26],[-12,-30],[-5,-12],[-5,-18],[-5,-16],[-9,-32],[-3,-14],[-4,-12],[-15,-66],[-4,-12],[-4,-27],[-2,-12],[-4,-28],[-3,-32],[-1,-10],[-1,-14],[-3,-34],[0,-38],[-2,-16],[0,-36],[-2,-26],[0,-112],[-2,-40],[0,-178],[0,-18],[-1,-36],[0,-21],[0,-118],[0,-92],[-2,-48],[22,-13],[7,-12],[-2,-20],[-35,-91],[0,-6],[-7,-56],[-4,-28],[-5,-22],[-4,-26],[-12,-53],[-7,-38],[-14,-63],[20,-25],[-13,-45],[-28,-17],[-4,-18],[-4,-19],[-17,-55],[-9,-22],[-7,-19],[-18,-38],[-7,-17],[-12,-25],[-14,-25],[-20,-37],[-10,-22],[-6,-15],[-2,-10],[-1,-15],[-2,-6],[-2,-6],[-8,-13],[-11,-17],[-16,-21],[-5,-8],[-11,-12],[-17,-25],[-7,-12],[-10,-11],[-12,-17],[-5,-7],[-4,-6],[-5,-8],[-36,-46],[-4,-7],[-14,-20],[-4,-6],[-6,-8],[-7,-11],[-5,-7],[-5,-8],[-8,-10],[-10,-11],[-6,-9],[-7,-9],[-7,-9],[-9,-10],[-49,-61],[-11,-13],[-8,-11],[-16,-18],[-6,-10],[-15,-17],[-20,-25],[-19,-23],[-17,-20],[-7,-10],[-25,-27],[-4,-6],[-6,-4],[-5,-9],[-10,-10],[-1,-1],[-42,-39],[-9,-10],[-19,-20],[-53,-61],[-46,-48],[-8,-6],[-25,-17],[-11,-6],[-11,-5],[-21,-7],[-26,-3],[-16,0],[-23,3],[-17,3],[-28,5],[-17,3],[-38,6],[-16,2],[-41,9],[-25,4],[-22,2],[-38,2],[-25,0],[-10,-1],[-35,-7],[-33,-8],[-36,-13],[-20,-8],[-54,-26],[-95,-53],[-15,-10],[-20,-11],[-19,-14],[-13,-8],[-31,-21],[-12,-9],[-12,-9],[-16,-13],[-49,-44],[-71,-68],[-14,-15],[-13,-13],[-20,-22],[-18,-18],[-15,-17],[-14,-13],[-54,-57],[-6,-6],[-13,-10],[-10,-9],[-20,-23],[-14,-19],[-10,-14],[-14,-19],[-9,-12],[-11,-15],[-6,-7],[-6,-4],[-4,-1],[-3,1],[-6,2],[-26,13],[-6,2],[-2,-1],[-1,-1],[-3,-6],[-12,-21],[-7,-14],[-1,-3],[1,-4],[2,-3],[2,-2],[12,-10],[5,-5],[5,-7],[3,-5],[3,-12],[1,-10],[-1,-9],[-3,-12],[-1,-6],[-10,-12],[-12,-11],[-5,-2],[-4,-2],[-6,-1],[-9,-1],[1,-7],[0,-5],[-1,-5],[-1,-4],[-3,-11],[-2,-1],[-4,-5],[-8,-7],[-4,-4],[-38,-68],[-67,-127],[-6,-12],[-6,-10],[-4,-11],[-10,-22],[-4,-4],[-3,-4],[-14,-14],[-4,-7],[-19,-40],[-20,-41],[-5,-9],[-4,-8],[-6,-11],[-20,-40],[-8,-18],[-3,-8],[-8,-18],[-4,-9],[-10,-22],[-9,-33],[-3,-13],[-4,-13],[-3,-12],[-5,-15],[-2,-5],[-3,-4],[-3,-3],[-10,-12],[-4,-25],[-2,-16],[-7,-27],[-4,-14],[-11,-29],[-27,-60],[-7,-18],[-4,-10],[-5,-13],[-54,-119],[-15,-37],[-3,-8],[0,-2],[1,-3],[-40,-24],[0,0],[-5,-4],[-16,-13],[-28,-25],[-24,-25],[-7,-7],[-15,-13],[-21,-22],[-34,-39],[-17,-23],[-10,-14],[-27,-42],[-10,-18],[-9,-14],[-20,-36],[-3,-6],[-12,-14],[-10,-17],[-1,-4],[1,-6],[0,-2],[6,-6],[6,-3],[17,-4],[7,-3],[5,-3],[3,-3],[11,-13],[3,-4],[-1,-1],[-7,-11],[-3,-4],[-13,-16],[0,3],[-11,18],[-6,8],[-4,10],[-3,7],[-3,6],[-2,2],[-5,2],[-7,4],[-3,-1],[-4,-1],[-2,-7],[-6,-8],[-9,-17],[-30,-50],[-7,-12],[-9,-16],[-10,-14],[-11,-20],[-17,-28],[-12,-18],[-14,-22],[-5,-10],[0,-8],[3,-5],[1,-1],[5,-2],[4,-2],[7,-1],[5,-3],[10,-8],[6,-7],[-11,-16],[-11,-17],[-19,24],[-5,10],[-2,2],[-3,2],[-4,0],[-5,-4],[-2,-2],[-23,-51],[-11,-20],[-15,-32],[-8,-18],[-15,-34],[-14,-38],[-7,-26],[-11,-30],[-16,-42],[-38,-92],[-29,-70],[-2,-5],[-3,-8],[-4,-9],[-7,-15],[-10,-26],[-5,-8],[-3,-10],[-7,-17],[-4,-7],[-5,-17],[-5,-12],[-6,-17],[-5,-14],[-8,-24],[-3,-4],[-14,-46],[-6,-16],[-9,-27],[-10,-26],[-7,-20],[-5,-17],[-12,-27],[-5,-16],[-5,-10],[-16,-36],[-6,-10],[-5,-7],[-2,-1],[-7,-4],[-2,-1],[-5,-6],[-2,-5],[1,-3],[2,-3],[6,-3],[0,-40],[-26,10],[-13,-10],[-3,-18],[-135,-128],[-50,-61],[-44,-48],[-56,-60],[-80,-75],[-42,-38],[-44,-34],[-106,-68],[-74,-44],[-48,-26],[-40,-20],[-33,-10],[-33,-8],[-17,-9],[-28,-15],[-37,-16],[-22,-7],[-18,-4],[-17,-9],[-27,-26],[-170,-92],[-119,-69],[-138,-79],[-49,-32],[-65,-37],[-58,-30],[-137,-58],[-74,-30],[-29,-7],[-13,-9],[-10,-9],[-8,-4],[-10,0],[-5,-4],[-15,-13],[-14,-4],[-17,4],[-18,1],[-2,-1],[-28,8],[0,2],[-24,-1],[-56,0],[-98,32],[-22,2],[-17,-3],[-27,-17],[-183,-145],[-102,-76],[-47,-35],[-92,-66],[-107,-79],[-293,-216],[-58,-48],[-32,-34],[-16,-29],[-11,-62],[-13,-127],[-20,-135],[-8,-38],[-2,-17],[-20,-28],[-42,-39],[-16,-14],[-16,-23],[-39,-42],[-33,-30],[-45,-50],[-191,-194],[-97,-95],[-39,-41],[-26,-26],[-120,-103],[-100,-94],[-39,-42],[-47,-52],[-31,-40],[-27,-42],[-34,-39],[-27,-21],[-24,-25],[-34,-47],[-36,-40],[-56,-66],[-27,-35],[-8,-15],[-22,-30],[-29,-34],[-36,-57],[-50,-84],[-45,-73],[-23,-87],[-29,-62],[-34,-69],[-15,-35],[-17,-27],[-11,-19],[-11,-11],[-47,-99],[-9,33],[-29,61],[-29,53],[-34,43],[-30,30],[-23,20],[-31,26],[-85,69],[74,-60],[22,56],[22,41],[18,46],[15,44],[12,42],[14,45],[7,6],[12,4],[8,17],[15,34],[14,30],[25,43],[8,16],[5,14],[12,14],[19,22],[10,17],[-5,22],[-8,19],[-12,18],[-7,7],[-21,8],[-18,18],[-6,26],[3,15],[10,12],[18,8],[14,-1],[9,-7],[13,-24],[11,-19],[18,-12],[14,-2],[15,10],[21,17],[40,54],[96,122],[18,20],[88,101],[40,43],[43,39],[53,44],[24,21],[15,29],[8,10],[4,3],[-62,383],[-2,15],[-38,86],[-98,205],[-53,112],[-114,235],[-205,-84],[-22,-8],[-28,-10],[-40,-20],[-57,-38],[-103,-74],[0,-44],[-6,-65],[-12,-93],[-5,-52],[-37,-5],[-252,883],[-16,45],[-31,100],[-1,4],[90,43],[200,-113],[37,26],[80,29],[52,14],[147,22],[310,48],[228,34],[120,19],[156,24],[64,14],[54,17],[46,19],[41,25],[34,26],[26,26],[36,-26],[10,11],[10,14],[150,-80],[250,-129],[224,-119],[171,82],[50,25],[64,41],[214,158],[99,74],[307,240],[7,15],[20,111],[6,-1],[41,2],[25,4],[40,18],[23,14],[105,70],[41,-66],[92,68],[18,-34],[-52,-37],[47,-100],[2,36],[-6,24],[2,15],[12,4],[3,4],[2,7],[18,9],[9,4],[1,-14],[2,-15],[-2,-7],[-7,-3],[-15,9],[-6,-1],[-8,-11],[3,-8],[10,-6],[3,-3],[4,-7],[-4,-6],[-5,-1],[-3,0],[0,-22],[6,-15],[158,72],[9,20],[-1,10],[-40,70],[1,6],[3,4],[5,0],[56,-89],[7,-8],[12,8],[17,13],[12,3],[17,2],[18,9],[-12,15],[-16,3],[-12,27],[-21,31],[-31,62],[-3,12],[22,16],[-29,65],[-3,10],[26,45],[7,18],[36,13],[51,7],[122,11],[48,11],[47,25],[115,68],[132,71],[263,156],[90,74],[56,60],[93,126],[289,381],[105,144],[32,44],[34,41],[72,89],[12,15],[10,13],[33,43],[11,13],[10,15],[14,18],[2,2],[22,34],[1,3],[8,18],[10,14],[16,20],[25,30],[5,8],[6,7],[5,7],[10,13],[8,9],[10,14],[24,35],[12,17],[6,10],[7,8],[7,10],[6,8],[11,18],[10,14],[11,17],[4,6],[5,8],[4,6],[5,8],[11,15],[11,16],[4,7],[5,9],[5,6],[3,4],[19,35],[30,54],[6,10],[11,21],[3,7],[4,7],[18,39],[4,5],[8,17],[6,11],[14,29],[8,13],[6,12],[22,41],[11,20],[9,16],[6,13],[5,8],[9,16],[5,10],[14,24],[4,9],[4,6],[9,16],[10,19],[6,11],[3,7],[16,27],[4,9],[10,17],[6,12],[7,14],[5,9],[5,9],[7,12],[5,11],[10,17],[6,13],[7,12],[6,12],[10,17],[6,12],[5,10],[15,28],[5,11],[7,12],[6,11],[6,11],[11,22],[15,25],[8,11],[5,8],[20,28],[9,13],[7,9],[5,6],[6,8],[16,20],[19,21],[4,6],[6,5],[16,18],[9,9],[12,13],[25,25],[50,46],[11,9],[6,4],[6,8],[19,19],[27,30],[23,31],[25,39],[4,5],[5,5],[3,3],[6,3],[11,2],[5,0],[3,-1],[5,-5],[26,-17],[11,9],[7,8],[3,5],[1,4],[0,3],[-2,3],[-4,5],[-10,7],[-14,8],[-15,8],[-3,2],[-2,2],[-1,2],[-1,3],[0,6],[0,4],[2,7],[3,6],[9,11],[13,9],[19,10],[5,5],[4,4],[6,10],[4,8],[2,6],[4,18],[1,4],[2,1],[2,0],[4,0],[15,-18],[6,-2],[2,1],[2,3],[1,2],[-2,12],[0,4],[1,3],[2,4],[7,8],[72,71],[35,34],[12,11],[13,14],[14,15],[4,5],[16,18],[10,9],[10,10],[37,36],[10,10],[12,12],[16,16],[8,8],[10,10],[17,15],[10,10],[9,9],[20,18],[13,10],[7,5],[11,5],[11,4],[15,6],[-30,46],[35,34],[23,27],[11,10],[53,59],[30,38],[18,25],[13,17],[16,23],[8,11],[6,9],[12,16],[14,20],[14,18],[21,31],[22,29],[7,11],[14,18],[7,12],[9,11],[27,40],[7,9],[16,24],[25,34],[11,15],[8,11],[12,16],[39,50],[38,41],[11,11],[18,19],[31,31],[35,37],[12,11],[13,11],[8,8],[51,48],[34,36],[58,55],[11,12],[16,15],[7,7],[23,21],[11,13],[14,12],[5,5],[10,11],[52,50],[8,7],[23,23],[23,21],[17,17],[34,33],[9,9],[6,6],[17,16],[12,12],[30,28],[17,18],[15,14],[19,19],[29,27],[8,10],[13,11],[13,13],[28,26],[5,4],[20,21],[3,3],[11,12],[21,24],[10,12],[8,10],[20,28],[23,36],[11,17],[20,36],[7,16],[11,27],[15,43],[17,67],[10,65],[5,26],[6,43],[3,24],[6,41],[4,38],[7,46],[3,29],[4,33],[2,24],[7,60],[6,40],[2,26],[3,31],[0,1],[1,14],[5,41],[9,56],[23,130],[6,32],[3,12],[5,36],[8,42],[17,64],[26,62],[16,34],[18,33],[5,17],[4,9],[9,19],[3,6],[4,4],[6,5],[7,3],[2,1],[6,7],[4,7],[12,29],[6,12],[77,182],[21,58],[5,16],[26,71],[6,17],[11,24],[11,22],[4,8],[12,17],[20,23],[27,26],[54,56],[10,9],[24,25],[21,21],[14,15],[27,27],[15,16],[188,190],[26,24],[21,17],[11,8],[20,14],[19,15],[13,8],[58,32],[21,11],[3,3],[36,19],[43,26],[7,5],[8,5],[7,7],[15,10],[58,51],[20,20],[19,17],[36,36],[83,79],[8,7],[5,5],[20,19],[7,6],[15,15],[8,9],[40,39],[25,25],[26,29],[24,27],[25,31],[21,27],[13,17],[9,15],[6,10],[3,12],[1,3],[2,1],[4,0],[4,5],[34,57],[21,34],[15,26],[44,72],[11,21],[27,47],[15,23],[15,26],[15,23],[8,15],[27,41],[4,15],[13,40],[11,29],[50,136],[29,75],[21,51],[11,26],[42,89],[36,73],[14,28],[26,56],[1,3],[7,20],[16,33],[22,48],[5,11],[14,32],[13,27],[11,26],[7,14],[15,34],[15,37],[5,12],[5,13],[6,18],[5,13],[18,52],[10,37],[6,26],[4,16],[16,70],[7,38],[4,39],[2,12],[0,15],[6,48],[3,33],[16,149],[1,9],[2,20],[0,11],[2,14],[1,26],[2,20],[3,24],[0,16],[5,38],[1,11],[2,19],[4,60],[1,12],[2,24],[2,16],[0,16],[3,16],[1,26],[1,14],[1,11],[2,19],[1,13],[4,47],[12,145],[1,39],[0,43],[-4,99],[-12,183],[-3,19],[-1,38],[-2,22],[-2,28],[-1,12],[-1,7],[-3,14],[-4,27],[-5,21],[-2,13],[-6,25],[-2,15],[-19,81],[-5,21],[-7,21],[-4,13],[-34,102],[-5,14],[-5,13],[-12,35],[-11,27],[-16,36],[-5,9],[-4,9],[-9,18],[-5,12],[-30,56],[-4,10],[-3,5],[-3,5],[-18,32],[-6,12],[-23,41],[-62,116],[-21,42],[-15,27],[-37,73],[93,60],[105,66],[25,17],[49,30],[24,16],[40,25],[35,23],[72,45],[7,5],[174,55],[5,-6],[7,-5],[28,-15],[12,-5],[8,-2],[20,-4],[11,0]],[[348663,368850],[-8,-109],[-4,-53],[-9,-91],[-13,-112],[-28,-248],[-3,-37],[-1,-21],[1,-50],[1,-34],[4,-58],[9,-92],[2,-20],[5,-50],[2,-16],[1,-18],[3,-22],[2,-30],[2,-14],[3,-34],[2,-19],[2,-23],[16,-169],[8,-81],[4,-27],[1,-17],[3,-22],[2,-26],[3,-22],[2,-24],[5,-33],[3,-29],[3,-19],[2,-19],[4,-29],[4,-35],[1,-22],[1,-13],[-1,-2],[-7,-28],[-15,-50],[-6,-22],[-74,-264],[-12,-42],[-6,-18],[-5,-13],[-9,-27],[-11,-27],[-55,-131],[-56,-145],[-98,-253],[-21,-51],[-9,-19],[-9,-13],[-61,-59],[-11,-11],[-15,-16],[-43,-75],[-21,-32],[-117,-196],[-27,-44],[-20,-31],[-39,-56],[-53,-73],[-75,-96],[-29,-36],[-13,-16],[-46,-57],[-13,-14],[-23,-29],[-14,-17],[-10,-12],[-4,-4],[0,-3],[-260,-255],[-14,-22],[-21,-30],[-39,-62],[-17,-25],[-23,-39],[-32,-50],[-10,-16],[-26,-40],[-34,-54],[-29,-45],[-2,-5],[-3,-3],[-33,22],[-210,-225],[-135,114],[-64,135],[-26,-27],[-25,-26],[-16,-19],[-78,-83],[-22,-25],[-11,-12],[-21,-22],[-14,-15],[-19,-22],[-16,-16],[-36,-40],[-9,-11],[-17,-21],[-19,-24],[-12,-15],[-37,-42],[-66,-68],[-106,-122],[-253,-254],[-24,-25],[-23,-16],[-38,-37],[-33,-41],[-51,-78],[-116,-164],[-68,-83],[-60,-66],[-71,-83],[-25,-27],[-96,-189],[-149,-303],[-95,-235],[-32,-92],[-3,-12],[-5,-17],[-10,-47],[-5,-53],[-46,-338],[-12,-107],[-1,-5],[-19,-19],[-4,-20],[-5,-28],[2,-145],[-20,7],[-4,-26],[2,-65],[-9,-39],[-18,-52],[-16,-38],[-9,-69],[-33,-305],[-10,-61],[-18,-62],[-26,-75],[-21,-49],[-28,-66],[-32,-52],[-32,-41],[-212,-244],[-130,-158],[-73,-74],[-41,-34],[-35,-25],[-13,-12],[-20,-25],[-24,-20],[-214,-126],[-141,-95],[-251,-196],[-62,-46],[-20,-15],[-43,-32],[-28,-14],[-11,-1],[-11,10],[-33,-24],[-33,-25],[-8,42],[-16,79],[-9,65],[-2,47],[5,48],[7,33],[13,40],[10,28],[6,10],[9,19],[16,28],[17,19],[23,25],[95,68],[514,372],[73,59],[24,25],[26,35],[32,63],[33,73],[36,64],[42,63],[39,49],[132,155],[53,61],[58,87],[40,67],[3,6],[41,109],[26,98],[14,64],[62,388],[13,74],[20,80],[53,147],[266,733],[6,32],[54,18],[44,98],[16,-10],[66,-38],[47,87],[60,117],[50,104],[15,21],[75,89],[31,29],[38,40],[113,134],[102,137],[38,50],[26,32],[100,95],[20,20],[87,78],[146,155],[4,3],[16,14],[163,205],[20,18],[119,124],[10,11],[9,9],[13,14],[11,11],[7,8],[24,24],[16,21],[12,13],[10,10],[67,75],[8,10],[41,45],[10,13],[13,15],[49,55],[8,7],[40,30],[23,18],[12,8],[96,71],[4,4],[2,7],[2,3],[5,3],[19,5],[12,5],[12,4],[10,4],[13,4],[16,6],[13,4],[36,14],[13,3],[16,7],[13,4],[10,4],[20,6],[43,18],[19,9],[8,3],[14,7],[11,6],[6,2],[16,9],[27,12],[7,2],[3,0],[2,0],[2,-2],[16,6],[-3,8],[65,55],[16,14],[9,8],[16,13],[19,17],[9,7],[12,10],[70,59],[11,9],[27,22],[14,12],[23,19],[10,9],[11,9],[12,11],[44,36],[31,29],[38,42],[14,15],[3,4],[9,10],[20,24],[24,31],[14,20],[10,14],[11,18],[42,60],[3,4],[65,102],[25,40],[16,30],[14,22],[7,13],[2,2],[6,11],[1,2],[7,12],[18,32],[10,16],[8,15],[14,24],[6,14],[15,27],[8,18],[5,8],[4,9],[8,14],[6,9],[9,21],[8,13],[12,26],[12,20],[17,35],[5,9],[5,12],[6,10],[15,28],[12,23],[8,12],[1,2],[1,6],[2,4],[6,12],[16,32],[19,36],[7,12],[7,16],[21,42],[11,20],[8,18],[9,18],[9,21],[12,25],[7,14],[27,63],[6,19],[24,55],[3,7],[1,3],[1,2],[6,13],[11,25],[16,44],[10,35],[2,11],[11,40],[5,20],[9,33],[3,8],[5,20],[16,57],[5,16],[4,16],[6,19],[6,26],[4,16],[5,24],[11,48],[3,27],[1,10],[3,33],[1,24],[1,21],[-1,19],[-1,15],[-1,11],[0,14],[-6,45],[-4,26],[-2,11],[-4,29],[-1,9],[-2,11],[-3,26],[-5,34],[-1,9],[-1,11],[-3,26],[-6,35],[-1,10],[-8,52],[0,10],[-2,11],[-3,27],[-7,40],[-5,60],[-6,60],[-1,13],[-4,33],[-2,37],[-3,29],[-1,11],[-1,15],[-1,25],[-3,21],[0,13],[-3,25],[-1,16],[-4,39],[-2,7],[-5,23],[-5,17],[-4,19],[-4,12],[-5,14],[-8,24],[-3,10],[-1,6],[0,35],[1,16],[0,45],[-1,8],[2,17],[0,13],[1,12],[0,27],[1,16],[0,38],[-1,14],[-4,29],[-3,6],[0,-3],[-1,-1],[-4,3],[-31,43],[-24,32],[-23,29],[-47,63],[-6,10],[-18,32],[-12,21],[-9,18],[-12,22],[-3,6],[-24,45],[-14,-6],[-26,0],[-34,40],[-9,11],[-6,5],[-24,31],[-38,45],[-47,57],[-13,14],[-12,16],[-20,22],[-19,23],[-7,11],[-12,14],[-22,28],[-50,65],[-47,62],[-25,31],[-8,11],[-14,18],[-23,29],[-12,18],[-3,4],[-11,19],[-20,41],[-7,15],[-8,17],[-6,10],[-4,13],[-9,20],[-13,26],[-6,14],[-14,32],[-21,44],[-23,50],[-10,22],[-8,18],[-8,16],[-20,46],[-8,18],[-8,16],[-68,152],[-13,27],[-13,31],[-9,18],[-10,22],[-6,14],[-30,67],[-8,19],[-16,36],[-11,21],[-10,20],[-52,100],[-57,103],[-37,63],[-38,57],[-7,8],[-4,3],[-3,1],[10,28],[2,5],[9,33],[92,-39],[16,-8],[9,-3],[20,-10],[25,-12],[24,-10],[12,-6],[19,-7],[12,-7],[45,-20],[14,-7],[15,-5],[16,-9],[47,-20],[18,-9],[43,-20],[15,-7],[27,-11],[27,-13],[2,-2],[2,-2],[0,-8],[-2,-32],[-3,-18],[-1,-14],[-2,-16],[-1,-14],[-3,-16],[-1,-14],[-2,-16],[-1,-14],[-3,-16],[0,-9],[0,-5],[4,-6],[23,-39],[18,-32],[6,-10],[25,-43],[7,-11],[20,-35],[8,-13],[23,-39],[8,-13],[20,-35],[14,-22],[23,-40],[15,-24],[22,-40],[78,-130],[11,-18],[10,-17],[12,-20],[26,-41],[33,-47],[8,-9],[21,-25],[17,-18],[16,-14],[12,-9],[35,-23],[10,-6],[10,-5],[28,-12],[38,-15],[24,-8],[70,-15],[65,-14],[17,-5],[4,-1],[6,-4],[6,-6],[4,-7],[4,-17],[92,-19],[48,-7],[47,-8],[-3,-31],[-2,-17],[-1,-33],[0,-22],[-2,-17],[0,-13],[0,-10],[-1,-23],[0,-12],[-2,-24],[0,-20],[-3,-67],[0,-15],[-2,-25],[0,-23],[-6,-97]],[[344190,360437],[38,-18],[15,12],[51,3],[6,5],[74,111],[24,32],[22,-18],[27,37],[27,-26],[45,62],[-66,61],[12,20],[73,113],[-54,47],[-30,-39],[-194,-230],[-34,-41],[-38,-60],[-15,-30],[-8,-13],[-5,-11],[30,-17]],[[487580,444175],[78,32],[47,19],[352,145],[229,93],[199,81],[244,101],[422,173],[184,75],[-8,32],[-104,158],[-103,157],[-11,16],[-47,-42],[-127,179],[-31,37],[-5,10],[-1,8],[0,6],[1,7],[-24,16],[-21,20],[-15,21],[-10,23],[-7,36],[-5,27],[-8,20],[-18,28],[-22,30],[-9,13],[-338,-268],[-252,-202],[-5,5],[-59,103],[-131,-103],[-38,5],[-69,-56],[-3,-2],[-239,-153],[-18,61],[-28,80],[-32,87],[-26,60],[-75,175],[320,199],[110,68],[247,154],[160,99],[243,151],[51,34],[9,-16],[10,-19],[24,-34],[27,-30],[30,-27],[219,-162],[54,-41],[26,-20],[169,-128],[13,-10],[128,-92],[62,-53],[37,-37],[14,-19],[12,-16],[31,-54],[8,-12],[35,-54],[26,-36],[7,-8],[19,-19],[36,-27],[59,-34],[253,-128],[24,-13],[179,-92],[318,-160],[84,-44],[16,-14],[8,-17],[6,-31],[7,-85],[-3,-1],[-333,-141],[-183,-77],[-131,-55],[-118,-50],[-22,-9],[-88,-37],[-30,-13],[-18,-8],[-79,-33],[-11,-5],[-22,-9],[-47,-20],[-151,-64],[-205,-86],[-202,-86],[-88,-37],[-116,-49],[-84,-35],[-121,-51],[-199,-84],[-173,-72],[-24,-10],[-121,-52],[-78,-33],[-28,-11],[-239,-102],[-15,15],[-6,22],[-12,76],[-6,103],[-5,87],[5,80],[2,44],[-1,50],[-4,44],[-2,42],[6,140],[4,41]],[[488935,445394],[127,-179],[47,42],[11,-16],[103,-157],[104,-158],[8,-32],[-184,-75],[-422,-173],[-244,-101],[-199,-81],[-229,-93],[-352,-145],[-47,-19],[-78,-32],[2,28],[14,76],[34,149],[14,52],[16,46],[7,37],[5,54],[4,67],[-6,89],[-10,79],[-12,69],[-6,28],[-16,76],[239,153],[3,2],[69,56],[38,-5],[131,103],[59,-103],[5,-5],[252,202],[338,268],[9,-13],[22,-30],[18,-28],[8,-20],[5,-27],[7,-36],[10,-23],[15,-21],[21,-20],[24,-16],[-1,-7],[0,-6],[1,-8],[5,-10],[31,-37]],[[484886,448024],[87,-95],[21,-23],[62,-67],[147,-161],[3,-4],[174,-190],[-57,-87],[44,-42],[58,80],[6,-8],[189,-207],[105,-116],[2,-3],[250,-275],[188,-208],[3,-3],[114,-124],[75,-80],[14,-21],[2,-1],[1,-9],[3,-14],[-355,-598],[-272,-456],[-29,-44],[-250,-387],[-12,-7],[-10,-7],[-60,87],[-90,111],[-110,119],[-703,663],[-584,549],[-24,22],[-611,570],[-52,56],[-2,18],[1,-1],[-8,29],[-21,42],[-15,41],[-20,26],[-16,22],[-28,29],[37,69],[483,839],[34,-26],[43,-38],[55,-50],[40,-34],[13,-12],[6,12],[134,236],[84,143],[53,82],[64,100],[81,132],[15,27],[1,-1],[110,-121],[98,-109],[74,-83],[99,-110],[127,-142],[116,-126],[13,-14]],[[705468,518721],[5,-10],[9,2],[42,-81],[47,-95],[57,-110],[42,-81],[26,-49],[20,-40],[19,-35],[9,-19],[176,-327],[7,-13],[5,-9],[1,0],[8,-17],[54,-104],[69,-117],[-86,-52],[-5,-23],[-22,5],[-1,0],[-3,-1],[-105,-64],[-115,-72],[-4,8],[-43,82],[-121,237],[-144,282],[-86,169],[-49,97],[-48,93],[-57,113],[-9,19],[-10,19],[-28,53],[-8,23],[6,18],[84,23],[258,76]],[[629602,574794],[263,-140],[75,173],[39,95],[57,133],[12,27],[324,-160],[128,-67],[401,-200],[735,-370],[312,-156],[209,-104],[787,-397],[548,-276],[558,-279],[16,-7],[20,-11],[6,-15],[112,-55],[160,-79],[79,-39],[-101,-400],[-185,-657],[-15,-435],[-2,-33],[-5,-15],[-8,-7],[-187,-30],[-94,-357],[-184,-683],[-17,6],[-252,103],[-9,3],[-561,230],[-534,220],[-8,3],[-402,165],[-84,33],[-59,24],[-129,51],[-190,81],[-27,9],[-250,104],[-239,99],[-622,256],[-14,7],[-192,77],[-427,176],[-207,85],[4,26],[3,30],[-1,281],[-273,124],[28,88],[51,158],[13,-5],[154,-68],[16,-7],[88,291],[8,7],[-25,11],[-140,60],[-116,54],[-643,285],[-20,8],[150,460],[5,20],[28,-13],[21,67],[50,163],[-267,121],[41,183],[4,14],[-9,4],[115,188],[7,0],[94,-45],[5,0],[21,50],[45,116],[-121,60],[289,372],[302,-163],[154,-83],[82,-45]],[[296818,400680],[-3,6],[-12,20]],[[296803,400706],[4,0],[13,14],[15,0],[5,-10],[-7,-14],[-14,-10],[-1,-6]],[[303250,401286],[0,0],[-13,1],[-154,-27],[-354,-62],[-117,-20],[-64,-13],[-31,0],[-64,5],[-163,7],[-212,21],[-80,6],[-60,3],[-40,7],[-71,6],[-32,2],[-88,13],[-38,0],[-9,6],[-4,8],[-3,16],[-35,4],[-88,9],[-91,10],[-26,4],[-9,6],[-9,12],[-13,29],[-60,116],[-31,61],[-67,140],[-20,44],[-113,241],[-29,63],[-53,105],[-109,202],[-27,56],[-27,52],[-71,131],[-25,48],[-5,3],[-24,14],[1,20],[10,22],[14,8],[43,-5],[29,-1],[2,5],[12,19],[20,17],[26,19],[15,8],[15,9],[15,8],[16,12],[-18,43],[-51,102],[-45,87],[-17,31],[-46,95],[-35,72],[-8,3],[-18,13],[-9,20]],[[300692,403222],[35,-17],[34,-15],[11,-6],[33,-14],[23,-9],[11,-5],[4,-2],[34,-7],[9,-2],[21,-4],[9,-2],[5,-1],[0,0],[5,2],[8,0],[6,-1],[5,1],[5,-1],[7,-1],[2,0],[8,-1],[25,-7],[10,-4],[9,-3],[57,-17],[18,-11],[14,-3],[12,-3],[0,-2],[-5,-5],[-9,0],[52,-115],[19,9],[32,-66],[13,7],[64,-135],[43,27],[-19,41],[-102,223],[2,-1],[208,-48],[95,-9],[0,0],[1,-1],[13,-31],[13,-19],[8,-7],[76,49],[10,6],[63,-123],[9,31],[20,19],[9,13],[8,10],[8,8],[7,5],[6,6],[9,10],[12,8],[5,4],[8,6],[12,9],[5,2],[12,9],[12,8],[4,3],[9,6],[4,3],[5,5],[4,3],[5,5],[7,7],[10,9],[4,3],[2,2],[7,7],[4,2],[1,2],[2,3],[3,5],[3,2],[5,4],[10,-19],[34,-61],[30,-59],[18,-36],[43,-85],[3,-3],[4,-2],[4,1],[6,1],[16,6],[55,31],[0,1],[0,0],[2,2],[-72,152],[-52,103],[-5,19],[0,2],[0,0],[2,2],[2,3],[4,9],[3,7],[3,10],[0,4],[0,2],[1,5],[2,5],[5,10],[6,8],[8,5],[8,4],[9,3],[12,4],[7,4],[21,12],[17,-32],[69,-137],[19,10],[3,8],[18,20],[29,16],[42,19],[34,-66],[13,-25],[34,-66],[60,-118],[24,-43],[49,-93],[21,-41],[23,-43],[43,-84],[40,-78],[21,-40],[16,-30],[84,-162],[34,-66],[36,-67],[19,-38],[46,-89],[19,-37],[11,-22],[6,-11],[32,-61],[31,-59],[26,-49],[30,-58],[35,-69],[92,-179],[69,-133],[-17,-3],[23,-46],[0,0]],[[304451,398961],[9,0],[97,0],[2,-1],[4,1],[59,0],[248,-4],[25,-419],[-15,-30],[-55,-106],[-85,-170],[-118,-213],[-14,-45],[-11,-23],[-68,-135],[-49,29],[-44,27],[-81,49],[-14,8],[-33,20],[-12,7],[-25,15],[-49,-89],[-6,-3],[-164,104],[-26,8],[-24,17],[-18,9],[-2,2],[-24,16],[-12,-21],[-47,30],[-43,26],[-80,-148],[-7,7],[-53,30],[-25,11],[-14,6],[-117,43],[-78,29],[-24,8],[-13,-23],[0,0],[-79,38],[-8,3],[-10,5],[-46,22],[-45,21],[-45,21],[-46,22],[0,0],[-44,21],[-46,21],[0,1],[-11,5],[-11,5],[-1,0],[-20,10],[-51,24],[-25,-40],[-26,-42],[-26,-41],[0,-1],[-25,-39],[0,-2],[-25,-40],[-1,-1],[-25,-41],[-9,-15],[-18,-29],[-5,-8],[-61,36],[-58,36],[-26,16],[2,3],[-30,16],[-28,15],[-44,24],[-13,7],[-2,-3],[-47,24],[-19,9],[-22,14],[-10,-5],[-15,1],[-17,7],[-52,31],[-199,108],[-20,5],[-19,0],[-19,-1],[-21,-7],[-14,-14],[-14,-17],[-201,-290],[-94,54],[-77,44],[-108,61],[-109,58],[-35,16],[-35,11],[-33,14],[-14,4],[-25,6],[-20,4],[-23,0],[-21,-4],[-17,-6],[-26,-10],[0,-3],[-11,-15],[-283,-383],[-3,2],[-5,9],[-26,12],[-60,32],[-74,44],[-5,5],[-7,6],[0,0],[0,0],[-1,2],[-9,1],[-1,0],[-20,13],[-14,9],[-10,5],[-15,8],[-22,12],[-5,2],[-51,29],[0,0],[-4,2],[-50,29],[-11,7],[-14,8],[-25,16],[-20,20],[-31,19],[-31,14],[-25,16],[-43,23],[-6,2],[-3,3],[-3,1],[-11,6],[-32,14],[-9,6],[-54,30],[-3,1],[-13,7],[-3,2],[-3,-6],[-15,3],[-6,4],[-3,10],[-23,13],[-53,35],[-1,1],[0,1],[-3,2],[-4,3],[-3,0],[-31,18],[-62,33],[-30,20],[-55,26],[-28,16],[-12,7],[-82,45],[-25,15],[-15,12],[-3,3],[-34,23],[-95,54],[-7,4],[60,85],[-7,10],[132,181],[-61,59],[-37,35],[-212,-291],[-23,16],[-6,3],[-67,49],[-5,2],[-22,13],[-35,11],[-51,32],[-34,18],[-4,3],[0,0],[-10,8],[-5,2],[-3,0],[-17,9],[-26,5],[-7,1],[-6,4],[11,12],[6,0],[-20,47],[2,11],[12,22],[-2,24],[-12,16],[-16,14],[-62,-87],[-19,16],[-36,23],[-82,45],[-38,21],[-23,13],[-43,17],[-40,12],[-52,22],[-56,31],[-15,5],[27,37],[-55,17],[42,60],[-39,33],[6,9],[19,26],[-44,38],[-23,-32],[-57,-103],[-22,3],[-13,28],[-15,32],[-11,17],[3,15],[-13,17],[-20,23],[-20,23],[-20,-26],[-16,-18],[-27,-35],[-3,-3],[-1,3],[-31,24]],[[298341,399285],[9,5],[19,19],[31,46],[57,75],[91,124],[73,102],[52,72],[18,24],[-25,13],[0,2],[-7,24],[-28,66],[-7,24],[-2,33],[10,22],[45,79],[32,-15],[1,-1],[5,11],[55,-21],[7,14],[14,22],[16,20],[4,17],[-1,13],[21,23],[6,9],[10,-1],[12,0],[25,33],[4,4],[14,15],[7,13],[-14,11],[-21,16],[-11,15],[-33,-26],[-26,25],[-33,27],[13,31],[9,6],[6,8],[4,18],[8,9],[22,11],[17,23],[23,22],[15,14],[51,-46],[17,-12],[-72,-83],[18,-13],[20,-13],[8,3],[19,18],[27,32],[19,24],[20,26],[24,36],[8,12],[5,6],[8,13],[7,14],[8,13],[8,16],[-11,1],[-14,6],[-4,12],[14,7],[16,-13],[13,-10],[15,19],[6,7],[20,29],[2,3],[0,6],[-13,6],[-16,-1],[-13,3],[-7,13],[-2,17],[0,17],[3,16],[7,13],[13,5],[15,2],[15,1],[13,-5],[19,-23],[0,-7],[18,20],[17,41],[17,21],[36,42],[27,28],[14,13],[9,3],[11,-3],[24,-13],[25,-12],[89,-41],[39,-15],[15,-4],[9,14],[11,15],[11,14],[7,14],[3,11],[-5,9],[-14,5],[-17,4],[-17,5],[-12,7],[-3,13],[4,19],[9,13],[12,4],[14,2],[15,0],[16,0],[22,0],[-20,44],[-61,127],[-13,20],[-5,2],[-164,-31],[-21,35],[-5,11],[-14,28],[-8,40],[-5,14],[3,10],[16,10],[17,-3],[24,-20],[23,-38],[8,-5],[16,0],[65,-6],[18,0],[8,11],[2,13],[-4,15],[-26,52],[-49,93],[-27,55],[-26,44],[-37,69],[-29,47],[-20,13],[-35,-13],[-58,-29],[-13,-18],[-16,1],[-6,15],[16,24],[29,15],[13,16],[-2,14],[-14,15],[-34,13],[-30,4],[-17,6],[-12,14],[6,17],[15,4],[9,-7],[12,-5],[15,3],[26,9],[33,17],[21,16],[-39,61],[-44,72],[-36,54],[-13,18],[-18,9],[-22,4],[-78,4],[-19,-9],[-25,7],[-21,28],[-7,41],[-29,60],[31,20],[17,-38],[12,-16],[20,-22],[18,-10],[20,-4],[23,7],[36,16],[29,18],[-9,18],[-96,194],[-26,50],[-64,112],[-7,7],[-15,5],[-5,-81],[-8,-58],[-6,-5],[-33,7],[-37,11],[-7,8],[-1,35],[16,21],[13,21],[-1,20],[-5,7],[-8,-3],[-2,2],[-12,6],[-16,-4],[-39,-24],[-10,-2],[-9,4],[-8,10],[-16,36],[-1,2]],[[298647,402280],[0,0],[0,1],[17,12],[6,9],[6,8],[27,-13],[25,-11],[19,0],[16,8],[19,17],[6,22],[2,8],[6,65],[-7,22],[-18,42],[-23,51],[-51,101],[-44,98],[-31,67],[-16,25],[-23,30],[-14,27],[-33,70],[-27,64],[-1,4],[-1,19],[-39,88],[113,63],[209,102],[60,31],[21,33],[0,21],[-2,45],[-46,93]],[[298823,403502],[20,-5],[26,-3],[18,3],[20,12],[8,1],[11,-22],[38,-77],[24,-44],[2,-11],[-7,-8],[-44,-25],[-1,-6],[28,-59],[22,-142],[-31,-18],[-29,-40],[-1,-7],[11,-36],[66,-143],[34,-65],[168,-335],[35,-78],[83,-166],[30,-62],[22,12],[10,-2],[17,-5],[25,-18],[10,-13],[4,-2],[7,-24],[2,-8],[7,-20],[-4,-20],[-14,-27],[-13,-8],[10,-15],[21,-53],[57,-123],[35,-79],[59,-122],[109,-222],[20,-46],[20,-37],[8,-17],[16,8],[30,-1],[2,-1],[11,-23],[18,-2],[2,-31],[-17,-52],[-9,-5],[2,-4],[6,-17],[35,-78],[29,-54],[43,-91],[40,-81],[14,-36],[16,9],[41,-4],[2,0],[8,-27],[15,-4],[10,-10],[-4,-17],[3,-22],[-30,-24],[-13,-7],[11,-22],[57,-116],[34,-70],[19,-33],[21,-38],[26,-31],[6,8],[13,8],[3,2],[15,-4],[22,7],[17,12],[10,-12],[24,-38],[-4,-13],[22,-8],[267,-100],[67,-27],[2,8],[21,19],[23,2],[9,22],[20,-5],[18,-11],[15,-36],[-2,-23],[-2,-7],[4,-1],[29,-18],[6,-3],[98,-40],[128,-47],[85,-26],[32,-12],[3,10],[18,24],[14,-5],[14,6],[11,15],[26,-15],[24,-19],[-6,-42],[-4,-11],[86,-38],[56,-24],[168,-61],[28,-12],[19,-7],[4,14],[32,23],[23,-2],[14,12],[33,-15],[7,-57],[-3,-13],[40,-18],[15,-7],[39,-22],[107,-49],[39,-12],[41,-16],[38,-12],[37,-18],[3,-1],[5,15],[10,13],[21,7],[5,19],[23,0],[27,-27],[15,-26],[1,0],[10,-21],[-29,-44],[13,-15],[29,-24],[33,-21],[52,-25],[55,-19],[58,-21],[33,-12],[26,-17],[62,-25],[102,-44],[25,-7],[25,-3],[129,-56],[99,-47],[33,-19],[17,2],[20,-4],[76,-38],[30,-23],[24,-17],[40,-21],[29,-14],[16,-6],[174,-82],[275,-131],[41,-16],[29,-6],[34,-6],[46,-2],[160,12],[123,2],[20,3],[49,10],[35,6],[10,1],[26,-4],[34,-2],[101,0],[9,4],[6,4],[13,-4],[19,-4],[55,-2],[0,0]],[[299332,400564],[-7,-9],[-3,0],[-21,-31],[-10,-14],[-138,-192],[43,-34],[38,-29],[50,-40],[123,163],[10,12],[87,116],[-19,13],[-33,9],[-33,10],[-30,10],[-45,15],[-12,1]],[[298341,399285],[-16,-7],[-8,9],[-38,-11],[-31,-9],[-39,-11],[-45,-12],[-26,-6],[-22,-4],[-24,-5],[-35,-6],[-29,-6],[-2,-1],[-46,-10],[-47,-12],[-18,-3],[-32,-5],[-56,-9],[-17,-3],[-5,-1],[-43,-11],[-9,15],[-4,5],[-2,4],[-8,14],[-4,5],[-4,7],[-10,15],[-8,13],[-7,12],[-11,17],[-5,7],[22,19],[3,2],[-14,21],[-27,36],[-10,13],[-17,24],[-10,14],[-1,1],[-17,24],[-18,-16],[-14,22],[-1,2],[-14,21],[-1,1],[-2,3],[-1,2],[-9,13],[-8,13],[-1,1],[-16,24],[-14,21],[-8,13],[-9,13],[-14,21],[-17,27],[-12,17],[-12,19],[-15,26],[-12,18],[-7,11],[-6,9],[-2,3],[-7,11],[-7,11],[-9,13],[-1,3],[-11,17],[-9,13],[-8,14],[-9,13],[-8,13],[-9,14],[-9,13],[-17,25],[-10,15],[-22,31],[-27,38],[-29,42],[-28,44],[-29,46],[-12,19],[-7,11],[0,1],[-29,45],[-3,4],[3,4],[-14,18],[-14,18],[-11,46],[0,1],[-2,4],[-4,10],[-3,4],[-25,18],[-12,12],[-3,6],[-11,17],[-11,17],[-14,21],[-12,19],[-27,42],[-19,30],[-18,28],[-3,4],[-10,15],[-8,13],[-2,4],[-12,17],[-21,33],[-1,2],[-1,2],[-11,17],[11,7],[10,6],[-11,19],[-1,-1],[-1,4],[-4,8],[-7,13],[-12,20],[-7,12]],[[296803,400706],[0,0],[0,0],[-5,-3],[-8,18],[-3,8],[1,0],[-5,13],[-2,5],[-1,-1],[-10,-5],[-14,31],[0,0],[0,0],[-11,-6],[-25,81],[-8,5],[18,57],[-18,7],[0,1],[3,18],[2,17],[8,13],[1,0],[18,22],[22,26],[45,-36],[0,1],[2,-2],[11,17],[11,15],[15,23],[9,13],[6,9],[-36,26],[-22,15],[4,6],[2,2],[15,23],[1,2],[3,16],[38,-17],[8,-4],[4,12],[0,1],[19,-14],[16,-41],[0,-1],[12,-1],[13,-1],[2,12],[3,35],[4,47],[6,64],[-2,0],[-1,9],[-3,53],[-1,16],[-1,21],[-2,33],[44,5],[-20,98],[-4,21],[-2,0],[-13,-1],[0,2],[-1,11],[0,13],[0,1],[-1,20],[1,13],[2,2],[18,3],[38,-2],[23,-1],[9,0],[7,2],[5,2],[3,0],[2,1],[1,-1],[12,11],[5,4],[2,2],[15,13],[25,22],[15,14],[3,3],[-2,2],[0,0],[20,27],[9,21],[16,33],[16,28],[18,21],[21,20],[19,11],[33,14],[42,14],[21,6],[19,6],[1,0],[2,2],[19,16],[19,17],[7,6],[9,9],[-1,4],[-15,78],[-13,65],[-1,6],[-8,40],[-3,12],[-3,19],[-7,31],[-9,40],[-5,23],[-1,6],[-14,60],[-1,7],[-3,12],[-13,56],[-2,11],[-6,22],[-8,37],[-9,38],[-5,22],[-4,16],[-1,6],[-3,11],[0,5],[-3,14],[-5,20],[5,15],[7,17],[4,13],[2,4],[9,26],[12,34],[8,21],[7,21],[1,1],[3,3],[7,6],[11,9],[12,10],[10,8],[11,10],[15,12],[64,54],[2,1],[29,25],[3,2],[0,1],[7,6],[4,3],[9,7],[13,10],[18,15],[13,12],[25,21],[10,7],[8,7],[2,2],[17,14],[44,38],[12,10],[11,10],[11,8],[10,9],[1,1],[10,8],[11,10],[6,4],[17,23],[32,41],[24,30],[42,54],[3,-4],[53,70],[-2,2],[8,12],[56,90],[21,34],[33,51],[11,19],[10,16],[11,18],[12,19],[6,9],[6,9],[6,11],[19,31],[45,71],[-5,9],[5,37],[0,1],[0,2],[1,8],[1,3],[1,9],[0,0],[2,1],[21,2],[0,0],[13,2],[16,-39],[-9,-5],[20,-47],[5,2],[2,-4],[-33,-76],[-17,-46],[-17,-52],[-10,-36],[-2,-27],[1,-31],[8,-35],[12,-32],[113,-250],[85,-183],[157,-332],[35,-69],[57,-122],[26,-50]],[[303250,401286],[11,-17],[44,-88],[5,-10],[4,-7],[141,-277],[15,-28],[21,-42],[17,-31],[24,-45],[29,-58],[30,-56],[17,-40],[30,-55],[24,-47],[4,-7],[26,-50],[31,-59],[14,-24],[5,-14],[4,-11],[7,-10],[6,-12],[6,1],[193,-359],[25,-46],[150,-295],[253,-494],[28,-52],[3,-6],[0,0],[1,-1],[33,-85]],[[298823,403502],[-10,23],[-14,32],[9,38],[4,27],[-3,15],[-15,33],[-22,47],[-19,34],[-22,54],[12,16],[29,9],[42,8],[4,-3],[10,-7],[3,-4],[72,-15],[102,-21],[114,-19],[93,-23],[111,-37],[121,-44],[26,-10],[2,0],[23,-2],[7,-1],[15,-2],[101,-11],[74,-2],[100,-17],[176,-49],[196,-47],[55,-23],[108,-48],[76,-23],[79,-12],[49,1],[6,0],[5,-8],[25,-19],[6,-3],[30,-10],[8,-21],[12,-24],[23,-47],[26,-49],[1,0],[6,-8],[11,-8],[2,0]],[[672186,544953],[167,-26],[157,-35],[32,-9],[28,-9],[21,-8],[9,-8],[6,-8],[12,-15],[92,-28],[80,1],[80,31],[98,20],[59,10],[71,0],[1,-29],[6,-110],[1,-14],[10,-187],[29,-508],[9,-99],[-7,-6],[-1,-6],[-174,42],[-14,4],[-17,-11],[-14,-1],[-12,3],[-6,9],[-2,13],[-8,9],[-10,1],[-72,18],[-26,8],[35,-139],[-6,-20],[-14,-14],[-24,-29],[-28,-39],[-27,-42],[-35,-63],[-27,-52],[-17,-37],[-24,-35],[-27,-36],[-23,-30],[-17,-18],[-19,-17],[-29,-15],[-18,-9],[-16,-8],[-2,24],[-434,-135],[-50,-20],[-26,-367],[-39,2],[-44,3],[-171,-418],[-19,-608],[-59,4],[-27,1],[-35,1],[-17,2],[-36,-3],[-113,-1],[-86,-2],[-137,-1],[-84,-1],[-205,0],[-20,-3],[-188,-59],[-291,-76],[-17,-4],[-240,-62],[-17,-4],[-528,-135],[-2,-20],[-12,-200],[-2,-33],[-2,-38],[120,-19],[-51,-181],[107,-3],[70,-8],[32,2],[56,1],[14,-3],[118,-37],[29,-8],[14,0],[-3,-4],[-36,-38],[-64,-55],[-25,-23],[-10,-14],[-8,-22],[-7,-28],[-5,-29],[-3,-21],[-56,-339],[-10,-53],[-16,-88],[-1,-21],[10,-36],[7,-22],[2,-14],[-1,-14],[-16,-27],[-5,-15],[-26,4],[-16,-85],[-5,-64],[-2,-73],[-29,-177],[19,-12],[0,0],[0,0],[-6,-19],[-30,-87],[-22,-49],[-156,-321],[-31,-53],[-11,25],[-17,35],[-22,37],[-14,15],[-20,17],[-23,14],[-27,10],[-32,7],[-57,3],[-25,-1],[-37,-1],[-170,-10],[-29,-3],[-18,-2],[-32,-12],[-4,-19],[-38,-114],[-103,-313],[-114,-355],[-65,-203],[-18,9],[-33,21],[-98,49],[-194,106],[-117,64],[-23,12],[-24,13],[-93,53],[-68,42],[-200,134],[-25,17],[-12,-25],[-67,-170],[-54,-145],[-183,-455],[138,-65],[-39,-101],[-76,-195],[-107,60],[-15,-21],[-38,18],[-67,39],[-77,44],[-22,8],[-295,148],[-68,37],[-28,15],[-286,153],[-73,39],[-105,57],[-182,98],[-27,15],[-173,97],[-84,49],[-106,59],[-16,10],[-53,29],[-12,6],[-62,34],[-16,10],[-147,78],[-17,9],[-86,46],[-39,21],[-88,47],[-65,35],[-53,30],[4,11],[-38,19],[-37,17],[-110,50],[-5,-14],[-8,-17],[-17,-15],[-26,-19],[-21,-14],[-19,-15],[-29,-23],[-46,-44],[2,-6],[-2,-39],[-3,-33],[-10,-46],[-5,-20],[-4,-9],[-12,-37],[-21,-54],[-16,-29],[-17,-21],[-21,-16],[-20,-10],[-21,-4],[-24,-86],[-1,-21],[-20,-5],[3,-29],[-5,-28],[-66,-176],[-65,-176],[-245,131],[-153,83],[-8,-15],[-130,-158],[-118,-142],[-115,-142],[-26,-36],[-14,-24],[-9,-18],[-22,-85],[-28,-105],[-28,6],[-50,-4],[-37,10],[-41,11],[-31,-6],[-32,1],[-35,15],[-28,23],[-24,28],[-12,14],[-23,-4],[-6,-7],[-13,10],[-9,13],[-5,22],[4,72],[-65,19],[-10,-123],[-9,-2],[-313,-5],[35,-448],[-274,-21],[-31,-3],[-32,1],[-252,48],[-68,12],[-3,6],[-29,6],[-30,8],[-27,12],[-33,25],[-10,1],[-9,1],[-18,7],[-10,4],[-19,17],[-22,8],[-53,8],[-211,35],[-51,-177],[-10,-36],[-142,64],[-19,8],[-103,46],[-186,86],[-285,128],[4,357],[3,255],[-6,35],[-25,109],[-61,266],[25,19],[185,133],[24,18],[143,108],[26,25],[8,10],[2,4],[3,4],[8,22],[9,37],[8,48],[3,19],[3,15],[22,133],[19,119],[109,-10],[26,3],[92,-23],[8,39],[25,-2],[-1,9],[-28,68],[-8,15],[-43,7],[-7,-48],[-57,14],[3,15],[-16,4],[-39,44],[-29,54],[8,45],[0,0],[16,88],[10,62],[9,64],[4,21],[59,-30],[3,20],[-1,10],[1,13],[30,103],[20,57],[17,36],[23,35],[46,63],[81,109],[97,132],[60,78],[29,41],[15,24],[13,24],[11,22],[11,35],[19,74],[29,101],[-23,9],[-23,91],[29,-8],[78,99],[9,14],[233,152],[270,169],[132,29],[34,15],[61,31],[224,201],[135,87],[157,92],[27,15],[127,98],[159,74],[115,51],[353,141],[148,41],[75,35],[1,-1],[0,1],[34,15],[33,60],[14,64],[94,32],[688,325],[170,81],[407,203],[317,158],[217,106],[396,198],[196,101],[124,60],[214,106],[28,-36],[499,153],[-1,3],[4,-2],[6,2],[224,267],[68,57],[149,53],[219,96],[9,4],[150,40],[51,15],[59,19],[34,10],[37,10],[221,54],[21,6],[90,32],[144,73],[50,30],[133,55],[84,97],[32,38],[42,49],[15,17],[52,43],[53,45],[34,-1],[13,3],[5,-19],[30,0],[38,-4],[35,-5],[34,-9],[65,-29],[135,23],[42,7],[62,1],[6,2],[41,10],[37,10],[29,13],[21,19],[51,43],[42,32],[35,25],[42,26],[38,17],[35,13],[44,8],[62,7],[79,-4],[67,-11],[77,-25],[51,-24],[137,26],[47,10],[11,1],[1,0],[63,7],[109,10],[21,-1],[28,-21],[23,-18],[14,6],[141,17],[8,15],[24,15],[86,-7],[119,-7],[486,-32]],[[573909,287221],[115,-165],[276,-393],[222,-319],[7,-10],[0,0],[45,-64],[134,-182],[24,-8],[39,-14],[45,-11],[90,-28],[177,-22],[33,-7],[34,-13],[26,-1],[157,5],[2,1],[22,-9],[62,-26],[17,-8],[25,-15],[25,-22],[263,-67],[-32,-117],[-54,-243],[-3,-18],[-4,-20],[-38,-192],[-11,-71],[-27,-144],[-5,-30],[-12,-37],[-24,-53],[-66,-108],[-69,-114],[-12,-18],[-33,-55],[-110,-180],[-28,-56],[-10,-23],[-20,-18],[-10,-32],[-5,-17],[-57,-96],[-50,-83],[-9,-12],[-20,-27],[-26,-23],[-12,-23],[-11,-21],[-24,-45],[-106,-185],[-10,-17],[-202,-354],[-12,-20],[-325,-570],[-11,-19],[-42,-73],[-38,-59],[-74,-124],[-1,-2],[-7,-26],[-2,-6],[-10,-18],[-28,-34],[-70,-120],[-211,-367],[-210,-367],[-79,-134],[11,-29],[-10,-25],[8,-19],[42,-104],[14,-54],[11,-46],[12,-44],[47,-128],[19,-55],[5,-14],[61,-171],[83,-240],[74,-219],[-370,-170],[-66,-29],[-1,0],[-176,-77],[-127,-58],[-115,443],[-398,-119],[-16,-4],[-12,34],[-55,188],[-11,45],[-52,102],[-8,15],[-19,-15],[-30,-13],[-78,-18],[-96,-19],[-130,-7],[-49,-4],[-67,-16],[-48,-18],[-61,-30],[-37,-30],[-24,-19],[0,0],[-32,-17],[-35,-20],[16,-108],[45,-324],[-50,-14],[-9,-8],[-57,-90],[-8,-24],[0,-30],[-10,20],[-70,180],[-11,-26],[-34,-96],[-46,-122],[-6,-17],[-1,1],[-7,17],[-4,22],[0,26],[-8,15],[-17,17],[-15,12],[-19,1],[-17,-14],[-8,-19],[-9,-45],[-18,-44],[-50,-87],[-3,-15],[2,-10],[20,-37],[23,-28],[13,-22],[-17,-46],[-12,-29],[-23,-55],[-13,-22],[-14,-10],[-130,-35],[-64,-16],[-10,0],[-9,12],[-264,764],[-6,16],[-36,-25],[-10,13],[-158,383],[-95,223],[-9,21],[-152,365],[118,82],[28,23],[8,25],[-3,148],[-10,49],[-9,19],[-155,210],[-13,19],[-16,23],[-73,105],[-17,23],[-131,158],[-9,14],[-24,33],[-11,15],[-30,51],[-183,331],[-79,145],[-7,12],[-197,362],[-76,143],[14,27],[63,99],[110,176],[104,171],[7,18],[5,15],[214,348],[83,137],[83,136],[54,86],[35,46],[78,87],[59,60],[20,20],[248,256],[16,17],[245,255],[64,68],[94,99],[69,72],[33,35],[38,33],[21,16],[28,22],[210,123],[271,162],[55,32],[20,11],[71,41],[136,76],[571,317],[62,37],[35,26],[15,14],[17,16],[12,11],[134,147],[251,278],[85,94],[35,38],[50,-66],[106,-147],[52,47],[41,40],[-80,190],[-32,70],[43,30],[130,79],[66,34],[22,11],[4,-17],[26,12],[17,5],[175,63]],[[357540,536705],[31,-4],[13,0],[53,-16],[36,-16],[18,-10],[13,-18],[1,-14],[-5,-28],[0,-19],[6,-19],[16,-13],[19,-6],[44,1],[25,-1],[5,-5],[0,-7],[-13,-24],[-4,-11],[-1,-15],[3,-17],[9,-42],[-1,-16],[-7,-40],[2,-26],[-14,-83],[-10,-84],[-25,-205],[64,-15],[67,-3],[57,194],[7,11],[13,8],[20,77],[25,81],[31,126],[56,-10],[13,0],[10,8],[-73,-313],[0,-7],[6,-4],[92,-18],[-12,-26],[-9,-21],[-9,-41],[-6,-30],[-2,-28],[1,-28],[-5,-24],[-5,-17],[2,-40],[0,-25],[-4,-24],[-16,-37],[1,-18],[10,-8],[18,-13],[1,-13],[-15,-49],[-22,-94],[-7,-38],[-23,-100],[-1,-24],[7,-14],[10,-8],[24,-8],[38,-14],[30,4],[-11,-59],[-5,-34],[0,-19],[15,-15],[15,-15],[2,-16],[-5,-33],[13,-2],[7,6],[10,15],[3,10],[4,8],[33,7],[0,0],[24,3],[-2,-8],[4,-9],[12,-4],[62,-13],[26,-6],[23,-6],[-65,-274],[-51,-218],[-34,-141],[-63,-274],[-24,-103],[-23,7],[-118,38],[-88,29],[2,-8],[-10,-20],[-6,-5],[-6,1],[-12,2],[10,16],[-1,13],[-15,12],[-46,17],[-34,9],[-103,31],[-14,2],[-5,-17],[-35,-236],[-14,-101],[-10,-28],[-1,-1],[-34,9],[-44,8],[-31,11],[-5,-1],[-7,-1],[-38,8],[-17,0],[-25,5],[-6,-15],[-18,-113],[-3,-56],[-6,-48],[-22,-112],[-14,-106],[-7,-36],[-4,-3],[-6,-49],[-9,-63],[-3,-33],[-21,-144],[-7,-68],[-15,-76],[-8,-66],[-7,-55],[-7,-81],[-18,-78],[-2,-39],[1,2],[44,-23],[32,-18],[97,-54],[85,-48],[14,-7],[148,-84],[25,-14],[32,40],[8,11],[4,9],[65,-46],[27,-17],[134,-82],[8,-5],[32,-19],[204,-125],[-33,-76],[114,-70],[29,-17],[-39,-70],[-32,-68],[-66,-121],[-6,-29],[41,-35],[93,-72],[92,-57],[23,-15],[49,-33],[115,-62],[32,-26],[67,-41],[-71,-176],[-148,-355],[-11,-32],[-27,-64],[-75,-175],[-53,-123],[3,-7],[29,-15],[12,-4],[-9,-32],[19,-12],[57,-51],[8,-10],[3,-13],[-1,-19],[-10,-24],[-29,-39],[-23,-41],[-2,-9],[-3,-1],[-31,-64],[-6,-7],[-19,-49],[-26,-64],[-13,-24],[-18,-48],[-47,-109],[-1,-9],[-9,-64],[-10,-3],[-77,33],[-4,-17],[-2,-8],[-17,1],[-40,-50],[-103,-183],[-29,-70],[-10,-22],[-5,-16],[-40,-108],[-19,-74],[-8,-30],[-11,-31],[-18,-50],[-2,-6],[-7,-27],[-51,-126],[-13,-26],[-45,-123],[-16,-37],[-9,-13],[-29,-49],[-12,13],[-80,45],[-9,13],[-2,0],[21,43],[1,2],[-1,0],[-34,22],[-16,-29],[-30,18],[-24,14],[-29,18],[-52,33],[-40,25],[-25,16],[1,1],[-5,3],[-8,4],[-20,8],[-25,12],[-32,13],[-25,12],[-26,11],[-13,6],[-8,3],[-56,15],[-5,-18],[-33,10],[-51,17],[-10,4],[-113,37],[-77,43],[-34,17],[-35,18],[4,8],[-1,1],[-9,4],[0,0],[-4,-8],[-33,20],[-119,50],[-75,33],[-85,41],[-68,39],[0,1],[-12,7],[-20,12],[-9,5],[-15,10],[-13,10],[-8,6],[-5,4],[-42,25],[-38,24],[-14,9],[-23,14],[-31,18],[-123,79],[-81,51],[-14,7],[-9,4],[-17,8],[-47,22],[-35,13],[-33,10],[-31,9],[-23,9],[-7,2],[-30,11],[-34,13],[-13,4],[-22,11],[-12,8],[-4,6],[-2,4],[-2,2],[-1,2],[-3,5],[0,4],[-2,9],[1,2],[3,11],[5,18],[4,12],[5,13],[10,26],[12,32],[2,5],[2,4],[5,18],[-1,9],[-3,27],[-1,5],[-14,57],[-4,43],[0,59],[-1,67],[-1,37],[-4,18],[-4,8],[-4,4],[-34,20],[-38,22],[-93,54],[-19,11],[-5,3],[-3,2],[-18,9],[-21,11],[-16,12],[-10,6],[-16,9],[-31,17],[-25,17],[-17,9],[-19,9],[-15,9],[-13,6],[-16,6],[-16,5],[-21,6],[-20,7],[-24,11],[-9,4],[-12,6],[-11,6],[-7,8],[-6,10],[-6,8],[-2,4],[-3,8],[-4,9],[-6,17],[-5,16],[-10,34],[-6,24],[-7,23],[-11,23],[-44,48],[-38,31],[-41,26],[-51,22],[-43,14],[-31,13],[-35,15],[-31,14],[-14,6],[-25,13],[-41,20],[-1,1],[-9,5],[-37,24],[-34,22],[-39,26],[-46,30],[-32,21],[-42,20],[-33,15],[-29,12],[-24,11],[-43,13],[-85,37],[-34,16],[-85,42],[-30,15],[-16,8],[-29,14],[-9,5],[-19,9],[-24,13],[-16,9],[-10,5],[-15,25],[-14,23],[0,1],[-21,23],[-86,-14],[-29,-5],[-53,32],[-54,31],[-61,37],[-36,21],[-14,1],[-50,5],[-70,18],[-47,12],[-3,-14],[-3,-11],[-40,12],[-45,4],[-37,4],[-24,3],[-25,6],[-15,4],[-22,10],[-22,15],[-6,20],[-11,42],[8,48],[7,38],[10,55],[11,56],[10,54],[6,32],[4,31],[1,18],[3,23],[-22,1],[-25,2],[6,23],[6,26],[65,-4],[6,17],[49,-6],[8,23],[8,21],[4,10],[0,1],[1,3],[11,28],[11,2],[11,1],[3,26],[0,3],[3,24],[1,6],[31,6],[55,12],[42,9],[38,8],[1,-14],[1,-26],[109,24],[16,27],[0,-2],[24,1],[30,0],[19,6],[21,15],[9,19],[16,-16],[19,-9],[39,8],[19,17],[14,-14],[14,-2],[157,27],[73,11],[41,2],[42,-11],[9,-7],[14,-10],[29,-21],[29,49],[7,13],[9,15],[7,30],[10,52],[11,49],[57,185],[16,61],[11,30],[13,38],[44,-48],[6,-6],[18,21],[32,97],[6,7],[3,0],[6,-11],[-2,-16],[2,-20],[6,-12],[4,-1],[6,5],[16,28],[12,13],[9,0],[11,-5],[18,14],[52,0],[5,6],[15,40],[8,34],[3,6],[15,56],[28,86],[13,24],[8,4],[9,0],[5,-3],[8,11],[4,28],[13,49],[0,6],[3,30],[57,199],[13,18],[23,110],[14,8],[14,-1],[8,-2],[18,-6],[14,-8],[2,3],[42,171],[51,192],[17,42],[-30,14],[2,17],[15,7],[1,-3],[26,-11],[21,-5],[-1,-4],[3,1],[37,-17],[40,-14],[61,-20],[3,1],[2,5],[6,-2],[3,-1],[13,30],[11,28],[15,34],[21,36],[19,33],[-45,39],[21,34],[0,0],[12,18],[20,32],[22,32],[10,19],[25,43],[18,32],[-12,11],[-1,6],[26,45],[1,2],[328,-217],[30,42],[20,35],[1,8],[-24,33],[-34,32],[-52,33],[-37,81],[-18,39],[-7,19],[0,1],[21,42],[98,220],[36,-22],[32,-22],[93,-54],[52,63],[22,38],[8,19],[-3,15],[18,9],[27,52],[23,41],[-1,3],[-1,11],[-5,11],[-18,22],[-66,51],[0,9],[14,20],[56,62],[46,52],[32,35],[13,20],[63,71],[4,2],[4,2],[2,-2],[4,-1],[15,-18],[200,-153],[43,-30],[106,-83],[81,-63],[349,-280],[16,0],[9,13],[6,12],[18,159],[-3,11],[2,36],[-6,11],[-1,4],[9,15],[15,155],[9,73],[6,75],[2,1],[0,22],[13,128],[-3,16],[-11,20],[5,6],[9,4],[4,16],[25,299],[35,-2],[101,-9],[14,1],[7,-3],[15,1],[7,-3],[29,0],[51,10],[7,1],[43,-11],[73,-5],[30,-3],[7,6],[3,16],[9,33],[32,247],[10,99],[4,41],[-2,33],[12,114],[43,337],[6,36]],[[243630,224726],[21,-10],[154,-163],[36,-34],[97,-98],[14,-11],[103,-120],[133,-153],[16,-24],[204,-229],[16,-19],[154,-171],[47,-49],[19,-14],[81,-104],[68,-91],[15,-21],[45,-60],[58,-83],[37,-63],[50,-90],[37,-72],[43,-85],[18,-36],[34,-75],[24,-58],[7,-27],[58,-133],[60,-143],[26,-66],[16,-41],[70,7]],[[245391,222390],[16,-43],[78,-199],[124,-315],[10,-26],[45,-115],[28,-91],[3,-24],[18,-51],[42,-95],[6,-12],[-30,-3],[-23,-2],[-17,-8],[-88,-47],[-196,-106],[-273,-151],[-369,-196],[-11,-6],[8,-9],[33,-99],[25,-75],[10,-33],[12,-34],[-245,-77],[-197,-61],[-128,-40],[29,-178],[47,-244],[-100,-30],[-392,-115],[75,-209],[71,-206],[-192,-59],[107,-522],[151,44],[112,31],[59,-172],[34,-99],[80,-226],[4,-14],[-6,-17],[-13,-19],[-14,-10],[-10,-9],[5,-6],[5,-29],[26,-143],[5,-13],[5,-5],[19,6],[51,17],[82,29],[11,-22],[1,-14],[-5,-34],[-20,-69],[-17,-27],[-15,-24],[-13,-17],[-10,-22],[-19,-41],[-2,-12],[5,-18],[11,-19],[10,-19],[10,-26],[4,-30],[1,-98],[93,-293],[143,55],[-2,-252],[25,6],[286,99],[7,-25],[28,-19],[11,18],[4,9],[38,80],[23,29],[24,14],[137,56],[126,55],[208,89],[-6,22],[-46,154],[-156,-62],[-27,-10],[-9,27],[-71,234],[-46,-18],[-29,81],[-58,175],[240,85],[60,23],[-44,149],[-16,-6],[-47,-16],[-5,24],[-30,132],[82,28],[472,160],[165,57],[181,61],[157,54],[23,8],[219,75],[102,36],[30,-79],[14,-38],[8,-23],[-138,-48],[-74,-26],[-49,-17],[-76,-28],[39,-149],[-11,-6],[-14,-8],[-5,-17],[-5,-17],[-121,-50],[-20,-8],[-112,-46],[17,-60],[58,-207],[44,-162],[46,17],[5,-11],[33,17],[36,20],[221,109],[28,-80],[6,-18],[46,-139],[57,-159],[5,-14],[75,-212],[9,-30],[-1,-27],[-6,-9],[-13,-8],[-127,-50],[-197,-72],[-149,-57],[-7,-1],[-13,-30],[63,-228],[-17,-8],[-142,-50],[-425,-154],[-21,-7],[-84,-31],[-21,-43],[45,-171],[48,-173],[47,-170],[107,-397],[69,-256],[5,-19],[65,-248],[5,-19],[114,-430],[69,-261],[-1,-35],[-206,-62],[-212,-62],[-11,32],[-28,80],[-11,30],[-4,33],[-20,77],[-22,81],[-171,-27],[-44,-4],[-127,-11],[-28,-1],[-218,-18],[-447,-39],[-37,0],[-375,137],[-475,170],[-146,54],[-25,12],[-13,16],[-6,9],[-54,48],[-33,20],[-30,9],[-38,-8],[-33,-22],[-57,18],[-99,40],[-378,150],[-16,7],[-11,4],[-54,-23],[-216,-160],[-63,-43],[-62,133],[-55,104],[-16,17],[-57,47],[-75,59],[-71,27],[-55,3],[-123,8],[-84,35],[-106,4],[-234,5],[-118,35],[-178,24],[-112,10],[-94,21],[-128,29],[-122,19],[-45,-4],[0,12],[-67,10],[-387,61],[-88,13],[-66,7],[-5,2],[-161,69],[-89,11],[-259,31],[-382,47],[-26,1],[-32,-1],[-16,1],[-163,15],[-6,121],[-353,-31],[-13,-2],[-26,0],[0,4],[-18,-4],[-50,-15],[-265,-78],[-304,-96],[0,3],[-2,7],[-74,-22],[-68,-20],[-184,-56],[-10,-3],[-74,-16],[-44,-8],[-60,-3],[-198,-7],[-75,0],[-81,4],[-52,4],[-9,1],[-26,73],[-17,66],[-13,121],[-6,138],[-5,41],[-2,22],[-20,189],[-8,75],[6,139],[-86,490],[-36,197],[-33,178],[-74,421],[-60,346],[-12,14],[-18,115],[-17,122],[-13,102],[-35,212],[-17,97],[-25,140],[-23,114],[-20,105],[-53,302],[-23,125],[-51,233],[-53,226],[-43,213],[-22,117],[7,11],[-3,19],[-10,4],[-13,71],[-41,225],[-26,143],[7,12],[-3,19],[-13,11],[-8,44],[-34,220],[-32,214],[-26,164],[205,-10],[32,2],[134,36],[256,71],[186,53],[24,7],[54,15],[253,68],[7,5],[12,1],[208,58],[37,9],[21,6],[361,92],[24,9],[198,53],[17,4],[423,113],[22,9],[81,21],[437,117],[27,4],[532,154],[30,3],[330,98],[-3,31],[-24,184],[-18,150],[-19,148],[-36,273],[-47,371],[-2,28],[-373,-60],[-37,309],[-22,183],[-24,215],[-27,265],[85,29],[34,12],[61,20],[133,46],[17,5],[143,49],[34,9],[10,6],[29,8],[103,-87],[123,-100],[283,-231],[330,-269],[-67,-168],[-36,-93],[-118,-299],[-1,-10],[-3,-17],[7,-19],[35,-30],[14,-6],[13,3],[20,12],[26,27],[46,54],[57,63],[36,34],[27,26],[55,50],[58,42],[65,41],[47,25],[57,25],[8,2],[42,14],[59,10],[27,2],[95,5],[107,-5],[84,-9],[82,-11],[10,-5],[10,-11],[10,0],[9,2],[68,-80],[344,-385],[74,-83],[285,-320],[107,-122],[92,-102],[277,-310],[92,-103],[308,328],[71,75],[165,175],[401,437],[95,99],[-111,120],[-250,271],[-208,226],[115,129],[-88,102],[45,50],[14,18],[13,18],[8,14],[13,16],[14,-1]],[[238996,218690],[232,-835],[153,47],[329,189],[166,53],[193,65],[189,63],[167,56],[271,92],[506,172],[86,29],[255,78],[98,-253],[64,-91],[106,79],[100,58],[83,63],[76,41],[104,61],[-92,262],[-103,294],[-184,556],[274,169],[-123,433],[-72,255],[-210,-90],[-120,-51],[-124,-52],[-86,-37],[-305,-83],[-323,-138],[-153,-64],[-41,-80],[-157,-121],[-388,-103],[-407,-169],[-188,-81],[56,-179],[88,-303],[-141,-40],[-438,-124],[59,-221]],[[241145,227652],[1,-2],[11,-16],[6,-9],[198,-232],[157,-173],[13,-14],[-39,-35],[183,-201],[93,-104],[19,-21],[-6,-7],[-12,-10]],[[241769,226828],[-183,-181],[-79,-79],[-219,-218],[-53,-57],[-11,-13],[57,-63],[74,-83],[171,-186],[-101,-84],[-110,-93],[-196,-164],[-207,-173],[-17,-15],[-3,1],[-166,127],[-101,77],[-5,6],[-37,23],[-19,15],[-224,172],[-68,53],[-18,15],[-22,19],[-31,33],[-71,75],[-157,166],[-57,61],[-194,225],[-82,97],[111,53],[225,109],[47,24],[123,57],[46,6],[53,11],[85,20],[45,14],[49,15],[3,6],[23,4],[-79,228],[-41,120],[113,41],[111,44],[168,74],[45,19],[337,154],[-6,18],[12,13],[10,25],[6,2],[4,5],[15,6]],[[240114,231687],[19,-114],[12,-69],[3,-19],[11,-71],[3,-17],[25,-124],[33,-169],[19,-107],[7,-46],[12,-76],[4,-53],[4,-61],[-6,-122],[-2,-13],[-2,-20],[-3,-30],[-7,-68],[-18,-213],[-3,-39],[-8,-36],[1,-60],[-1,-54],[1,-19]],[[240218,230087],[-56,-21],[-124,-50],[-74,-39],[-34,-22],[-62,-58],[-73,-66],[-13,-26],[-54,-132],[-14,-30],[-43,-40],[-91,-52],[-1,-6],[16,-44],[-26,-43],[-7,-4],[-19,-10],[-74,-40],[-175,-93],[-29,-17],[-11,-8],[-14,-11],[-18,-19],[-13,-6],[-19,-4],[-11,-3],[-8,-3],[-1,-6],[10,-78],[-267,-55],[-121,-25],[-125,-26],[-45,-10],[-38,-15],[-21,65],[-20,72],[-16,68],[-17,78],[-7,20],[-30,11],[-40,-8],[-66,-2],[-18,2],[-210,30],[-34,5],[-12,-1],[-18,0],[-10,-1],[-61,-6],[-29,16],[-63,7],[-82,2],[-56,-3],[-32,1],[-80,8],[-31,5],[-62,13],[-71,15],[-27,2],[-25,-3],[-14,-7],[-8,-4],[-17,-13],[-7,-13],[1,41],[7,224],[-3,5],[15,154],[-235,105],[-4,128],[-98,-40],[-1,0],[-33,-89],[-17,-49],[-13,-25],[-35,0],[-25,-7],[-13,-7],[-10,12],[-20,10],[-16,3],[-21,-3],[-26,-12],[-35,-1],[-53,-2],[-19,-2],[-4,34],[-12,14],[-117,115],[-14,-3],[-45,58],[-47,86],[-41,146],[-29,-7],[3,4],[15,38],[1,32],[-3,27],[15,11],[75,54],[50,35],[3,5],[-15,30],[-43,74],[0,5],[81,81],[54,53],[15,17],[11,16],[7,18],[12,56],[6,32],[10,64],[5,78],[-1,43],[-3,23],[-9,37],[-1,6],[41,31],[53,40],[66,50],[38,27],[21,11],[29,11],[-15,31],[-24,55],[-1,9],[81,47],[36,20],[-23,48],[-19,36],[-155,-89],[-31,-17],[-121,-67],[-57,-34],[-32,-16],[-7,-4],[-13,-4],[-20,-10],[-39,-22],[-159,-93],[-138,-78],[-20,-11],[-42,-20],[-4,-3],[-44,112],[-37,96],[-176,-117],[-75,-47],[-84,206],[-12,-7],[-15,-5],[-26,0],[-17,1],[-43,11],[-21,11],[-11,3],[-11,0],[-147,-69],[-8,-8],[-276,-331],[-115,-138],[-15,-16],[-8,-7],[-10,-3],[-54,-3],[-27,-1],[-70,-3],[-25,-1],[-20,-1],[-262,-23],[-102,-12],[-14,-7],[-44,-26],[-9,-6],[-21,-15],[-8,17],[-18,38],[-40,77],[-43,84],[-22,-7],[-97,-30],[-20,63],[-70,-16],[-31,-6],[-19,-9],[-3,-6],[-5,-9],[1,-8],[-42,-14],[-18,1],[9,-54],[-20,36],[-4,21],[-8,37],[-30,-14],[-46,-13],[-64,-15],[-11,-2],[-11,-3],[-79,-17],[-10,-35],[-5,-23],[6,-44],[5,-20],[3,-12],[3,-11],[15,-57],[20,-80],[12,-49],[-165,-54],[-40,-10],[-10,-3],[-15,0],[-7,1],[-12,14],[-14,25],[-8,32],[-1,31],[2,60],[-3,5],[-13,20],[-3,5],[-26,63],[-33,88],[-13,22],[-17,10],[-21,3],[-35,5],[-15,13],[-15,21],[-14,41],[-8,37],[0,50],[3,21],[6,20],[-28,320],[93,233],[-1,95],[1,27],[-162,0],[-103,1],[0,5],[24,99],[137,580],[6,23],[3,24],[2,54],[3,157],[0,98],[0,28],[0,212],[1,110],[1,115],[1,96],[2,157],[1,114],[0,20],[1,116],[-4,170],[-6,65],[-29,320],[-30,381],[-13,164],[-9,102],[-9,131],[-30,338],[-10,57],[-15,83],[-23,90],[-15,62],[-3,11],[-36,139],[-1,8],[104,-6],[84,-8],[175,-15],[217,-16],[99,-9],[18,-2],[71,-5],[231,-20],[3,0],[17,0],[86,-10],[195,-18],[1,26],[42,356],[14,135],[13,108],[12,90],[15,116],[1,8],[3,55],[-1,25],[-3,7],[3,31],[-2,13],[-8,98],[20,-8],[30,-7],[25,-2],[18,4],[17,8],[33,23],[30,19],[4,2],[23,11],[29,9],[67,2],[15,-2],[4,-1],[4,-1],[31,6],[26,-7],[19,-2],[34,-7],[34,-5],[44,-5],[49,-11],[34,-10],[48,-5],[48,-9],[20,-3],[46,-6],[55,-6],[20,-2],[74,-11],[10,38],[17,-6],[-11,-39],[37,-6],[6,-3],[-1,-22],[-8,-87],[-7,-86],[-9,-8],[19,-13],[8,0],[8,-3],[29,-5],[27,-3],[59,0],[27,3],[24,5],[25,6],[18,3],[96,9],[31,1],[20,-13],[55,-33],[33,-4],[54,7],[29,-4],[74,-52],[12,-9],[12,-5],[13,-4],[15,-1],[6,21],[15,53],[23,49],[29,34],[118,259],[16,18],[15,5],[6,-2],[14,-4],[23,-16],[60,-63],[54,-49],[34,-35],[15,-21],[23,-35],[31,-36],[61,-55],[114,-110],[64,-61],[6,-5],[43,-36],[6,-4],[28,-19],[71,-51],[47,-37],[21,-14],[19,-14],[154,-142],[85,-76],[40,-37],[47,-44],[41,-36],[29,-27],[104,-97],[22,-20],[259,-239],[66,-59],[17,-15],[86,-77],[244,-218],[36,-34],[9,-10],[43,-47],[93,-105],[56,74],[-8,174],[-14,305],[-10,222],[-11,243],[-1,15],[9,1],[19,-4],[385,-76],[181,-39],[157,-32],[0,22],[1,248],[-1,63],[6,5],[6,0],[167,-32],[37,-8],[17,-9],[26,21],[8,-18],[3,-5],[3,-11],[33,-1],[9,9],[8,25],[137,-25],[4,-5],[-4,-13],[-4,-5],[-6,-9],[0,-8],[-10,-58],[5,-7],[21,-29],[4,1],[37,32],[4,8],[3,12],[2,2],[-3,14],[27,27],[19,-3],[76,-8],[23,2],[8,-8],[10,-5],[2,-1],[30,-5],[31,-2],[68,1],[18,-6],[20,-15],[26,-31],[110,-146],[77,-98],[8,-7],[1,1],[-15,-21],[-43,-72],[24,-14],[-70,-115],[-83,-136],[-55,-88],[-72,-107],[-97,-149],[-112,-158],[-54,-75],[-48,-67],[-146,-207],[-91,-131],[-56,-78],[-76,-93],[-30,-38],[-10,-12],[2,-12],[25,-43],[-28,-23],[-27,-16],[-5,-4],[-12,-9],[0,-2],[11,-17],[-30,-47],[-11,-14],[-16,-25],[-3,-25],[-2,-3],[-15,-26],[2,-13],[3,-25],[-10,-38],[-6,-10],[-5,-5],[-14,-18],[-183,-178],[-36,-55],[-18,-32],[-46,-62],[-61,-78],[-64,-76],[-46,-48],[-23,-23],[-9,-8],[-155,-142],[-69,-60],[-114,-104],[-32,-31],[-31,-31],[-12,-12],[19,-22],[125,-178],[27,-36],[7,-13],[10,-16],[3,-6],[132,-187],[27,-37],[-76,-50],[70,-181],[7,0],[25,13],[145,79],[202,108],[61,-151],[6,-4],[29,25],[82,70],[5,0],[13,-17],[36,-62],[98,78],[174,136],[16,10],[11,-24],[89,-180],[36,-72],[7,1],[32,11],[116,44],[61,23],[5,-19],[43,-206],[21,-92],[12,-56],[24,6],[45,7],[22,-35],[27,-50],[33,-61],[7,-12],[10,0],[56,10],[115,25]],[[245671,239416],[3,16],[-267,178],[-60,41],[-109,80],[-48,36],[-87,74],[-118,117],[-144,151],[-6,3],[-15,10],[-159,-62],[-46,-16],[-61,-4],[-79,15],[-66,3],[-60,-1],[-30,-9],[-113,-56],[-50,-29],[-45,-30],[-26,-14],[-37,-12],[-50,-18],[-36,-13],[-17,7]],[[243945,239883],[205,106],[124,62],[20,13],[0,35],[1,6],[190,122],[5,-2],[10,-28],[6,-21],[3,-2],[49,30],[39,28],[137,96],[32,24],[20,16],[17,11],[15,-180],[53,11],[1,-2],[10,3],[71,14],[32,8],[29,12],[114,61],[126,72],[46,25],[1,8],[-10,70],[-33,245],[-16,108],[48,25],[127,67],[49,28],[20,10],[27,24],[37,50],[120,161],[124,165],[28,38],[56,-55],[41,47],[225,92],[3,-3],[107,-98],[16,-15],[273,-252],[62,-58],[31,-29],[11,-14],[15,-27],[3,-8],[6,-14],[8,-21],[15,-51],[2,-15],[-2,-47],[-18,-97],[-15,-11],[-15,-1],[-4,3],[-6,10],[-3,12],[0,32],[-39,13],[-18,-6],[-9,-6],[-6,-9],[-25,-99],[1,-5],[126,-17],[-16,-158],[-11,-48],[-12,-35],[-25,-43],[-9,-10],[-11,-14],[-33,-38],[-94,-103],[-33,-37],[-28,-29],[-103,-107],[-79,-81],[-74,-70],[-13,-12],[-32,-28],[-18,-16],[-12,-11],[-191,-182],[-31,-31],[-57,-56],[-80,-90],[-30,-38]],[[231243,253915],[29,-106],[20,-77],[52,-170],[16,-55],[43,-150],[49,-167],[37,-128],[22,-81],[46,-156],[12,-52],[28,-115],[27,-159],[7,-58],[4,-19],[2,-10],[2,-9],[10,-57],[23,-106],[36,-181],[33,-175],[30,-204],[16,-136],[3,-22],[5,-50],[14,-127],[8,-76],[10,-97],[10,-99],[11,-133],[5,-59],[3,-59],[2,-31],[6,-120],[3,-404],[0,-237],[10,-13],[8,-31],[-21,11],[-1,-11],[0,-330],[0,-10],[0,-9],[1,-65],[2,-49],[3,-60],[6,-91],[8,-63],[5,-26],[3,-21],[2,-129],[3,-54],[-8,-51],[-5,-13],[-9,-72],[-6,-32],[2,-64],[-1,-56],[4,-114],[9,-130],[-46,-5],[-4,22],[-37,0],[-18,-2],[4,-38],[6,-61],[6,-71],[-75,16],[-109,31],[-57,11],[-72,17],[-79,19],[-17,5],[-26,6],[-89,39],[-12,7],[-80,49],[-73,43],[-49,27],[-44,19],[-23,8],[-78,26],[-326,107],[-17,8],[-24,10],[-170,72],[-27,12],[-2,488],[-8,417],[-8,214],[0,6],[-459,12],[-22,36],[-10,17],[-19,20],[-1,262],[14,31],[-7,29],[12,311],[18,55],[7,21],[30,103],[0,46],[-10,65],[-36,277],[-33,274],[-14,113],[-12,127],[-8,328],[1,42],[1,176],[1,65],[1,10],[2,14],[33,148],[27,105],[5,10],[13,89],[1,26],[-4,38],[-12,69],[-140,438],[-38,72],[33,13],[46,-138],[97,-300],[351,79],[-84,437],[117,20],[58,7],[-21,334],[8,2],[0,277],[26,8],[1,-70],[1,-26],[-2,-147],[88,19],[541,119],[-219,-410],[56,-35],[222,327],[76,99],[60,-205],[61,9],[-75,272],[7,26],[20,66],[34,-106],[25,-79],[47,-161]],[[232576,258527],[-5,-5],[33,123],[26,108],[20,98],[2,14],[1,1],[9,-3],[84,-97],[71,-85],[4,-13],[-30,-22],[-65,-27],[-45,-21],[-25,-16],[-32,-28],[-9,-11],[-39,-16]],[[232935,258794],[-21,-3],[-15,6],[-20,20],[-192,223],[-7,8],[-17,20],[3,10],[12,21],[11,7],[1,1],[31,21],[57,32],[23,4],[29,-6],[24,-17],[35,-29],[21,-27],[21,-41],[27,-62],[11,-45],[2,-38],[-6,-51],[-13,-34],[-2,-5],[-15,-15]],[[232839,259225],[9,-14],[8,-8],[-25,10],[-37,3],[-32,-5],[-29,-11],[-25,-11],[-7,-3],[36,260],[0,1],[1,-3],[27,-67],[29,-68],[32,-61],[13,-23]],[[238282,264090],[14,-144],[16,-118],[5,-31],[8,-19],[-27,-13],[2,-15],[-294,-94],[-17,-2],[-96,14],[-69,9],[-47,3],[-2,-24],[-16,-118],[-28,-247],[-13,-105],[-34,-280],[-5,-33],[-54,15],[-65,16],[-22,0],[-6,-6],[-47,-133],[-3,-22],[-72,32],[-211,92],[-14,2],[-104,-535],[-38,-194],[-29,-96],[49,-16],[-20,-24],[-65,-78],[-19,-23],[-133,-156],[-27,-30],[-16,-23],[-16,-21],[124,-38],[115,-36],[40,-12],[37,-10],[74,-23],[352,-111],[47,-15],[200,-62],[48,-12],[17,-4],[40,-10],[158,-50],[242,-74],[190,-58],[142,-44],[17,-5],[10,-3],[116,-18],[26,-1],[245,-15],[19,-2],[54,-3],[360,-16],[67,-4],[45,-2],[442,-24],[143,-9],[33,0],[89,-3],[361,-20],[109,1],[82,10],[29,8],[152,26],[143,25],[30,-260],[8,-48],[32,-69],[48,-101],[21,4],[19,-4],[15,-22],[9,-23],[42,-57],[15,-30],[11,-31],[9,-34],[7,-17],[17,-18],[16,-11],[87,12],[12,-98],[12,-114],[13,-118],[11,-87],[11,-91],[26,-249],[28,-242],[57,-529],[30,-263],[39,-362],[44,-376],[10,-91],[41,-367],[58,-551],[37,-340],[9,-105],[24,-28],[15,-19],[30,19],[32,22],[30,24],[21,-26],[17,59],[18,14],[53,40],[156,111],[155,106],[183,123],[123,85],[129,87],[302,204],[396,265],[230,158],[334,226],[-29,76],[-109,301],[-77,211],[-84,234],[-32,88],[-64,172],[-2,28],[7,178],[9,239],[3,112],[11,338],[5,158],[7,205],[17,3],[49,9],[300,51],[37,-222],[28,-167],[57,-326],[22,-126],[44,-249],[117,90],[172,30],[261,49],[32,-166],[31,-192],[19,-27],[37,8],[196,36],[136,23],[210,39],[123,22],[175,32],[231,42],[308,57],[319,55],[41,3],[-81,-120],[-30,-46],[-40,-64],[-30,-61],[-15,-38],[-4,-15],[-9,-33],[-2,-24],[-3,-34],[-18,-449],[31,-57],[7,-2],[11,-4],[368,-119],[3,-30],[-4,-112],[-6,-116],[-11,-240],[-6,-109],[-1,-19],[50,-16],[44,-15],[3,-17],[-4,-75],[-9,-247],[-11,-243],[-4,-50],[-7,-53],[104,-38],[48,-15],[152,-58],[12,-4],[19,-7],[17,-6],[164,-64],[134,-47],[65,-26],[17,-7],[10,-4],[29,-11],[122,-46],[68,-28],[23,-10],[161,-67],[34,-14],[-15,-77],[-19,-108],[-54,-291],[-70,-378],[-42,-225],[-5,-20],[-27,-2],[-83,1],[-185,0],[-379,0],[-24,-134],[-10,-168],[-193,-1],[-105,1],[-396,-1],[-68,-1],[-1,-78],[0,-7],[-1,-98],[23,-13],[8,-44],[82,-37],[112,-54],[230,-107],[164,-80],[31,-12],[39,-19],[18,-10],[-37,-260],[-28,-189],[-14,-4],[-21,-1],[-132,1],[-50,-1],[-13,-169],[-11,-175],[-15,-230],[-8,-115],[-10,-128],[-1,-17],[-8,-142],[-17,-230],[-3,-45],[-1,-19],[250,2],[121,2],[43,-197],[75,-337],[41,-180],[3,-14],[-11,-81],[-22,-101],[-10,-19],[-1,0],[-175,-99],[-33,-19],[-4,1],[-98,45],[-142,60],[-2,-2],[-21,-105],[-33,-178],[-10,-51],[-4,-5],[-199,12],[-221,13],[-1,-37],[-5,-56],[-9,-80],[-7,-37],[-16,-53],[-14,-47],[52,-2],[126,-8],[181,-13],[-74,-226],[1,-4],[27,-2],[149,-10],[317,-20],[-61,-134],[-11,-24],[-26,-60],[-189,-418],[-134,-301],[-26,-57],[-46,40],[-19,16],[-38,33],[-105,92],[-129,111],[-128,107],[-4,3],[-45,53],[-53,46],[-53,44],[-215,40],[-265,49],[-113,20],[-83,16],[-106,22],[-91,16],[-122,24],[-150,27],[-211,37],[-118,20],[-86,-62],[-28,11],[-85,23],[-288,50],[-116,18],[-6,-3],[-33,17],[-283,49],[-108,19],[-96,15],[-167,31],[-36,6],[-144,29],[-121,20],[-41,8],[-58,15],[-38,10],[-36,9],[-43,15],[-46,16],[-157,46],[-19,7],[9,-316],[-1,-39],[0,-34],[0,-38],[-39,-31],[-231,-175],[28,-43],[35,-55],[49,-71],[-2,-7],[3,-14],[12,-18],[7,-7],[6,12],[85,-8],[119,-12],[-4,-31],[15,-7],[2,30],[7,3],[60,-6],[83,-10],[46,-28],[87,-35],[120,-55],[-70,-507],[-11,-80],[15,-27],[-24,-218],[-25,-203],[-4,-31],[-1,-101],[3,-40],[9,-37],[5,-33],[4,-30],[1,-36],[6,-45],[5,-22],[13,-18],[47,-47],[6,-19],[1,-31],[12,-83],[7,-26],[3,-9],[-14,-142],[13,-15],[-9,-4],[-38,-20],[45,-8],[38,-6],[13,-3],[2,-215],[-127,-206],[-1,-9],[11,-10],[8,-7],[21,-21],[8,-16],[-3,-24],[-2,-18],[-10,-40],[-47,-121],[-17,-53],[-55,-143],[-12,-44],[-6,-36],[1,-18],[7,-24],[9,-19],[8,-9],[0,-19],[-69,-350],[-23,-1],[-6,-7],[-90,-295],[-62,-214],[-15,-2],[-17,-87],[141,-44],[246,-78],[86,-28],[197,-61],[86,-28],[13,-9],[27,-7],[8,0],[41,3],[20,-13],[21,-15],[23,-12],[31,-10],[37,-14],[63,-21],[52,-20],[27,-15],[22,-17],[25,-28],[13,-16],[9,-20],[8,-22],[7,-32],[13,-103],[9,-89],[4,-41],[2,-11],[6,-25],[11,-27],[14,-24],[6,-10],[5,-10],[22,-8],[90,-35],[11,-4],[12,-46],[62,-240],[23,-2],[10,-1],[-1,-14],[-13,-39],[-6,-58],[-11,-25],[-52,-16],[-5,-1],[-14,-3],[-5,-23],[47,-8],[-27,-15],[-80,-43],[-50,-24],[-38,-18],[-28,-10],[-164,-50],[-47,-17],[-33,-18],[-57,-30],[-22,-14],[-66,48],[-166,116],[-85,60],[-34,-20],[-177,-107],[-25,-8],[-121,-73],[-43,-24],[-5,-14],[-4,-32],[-76,-47],[-3,-22],[-231,-148],[-6,-4],[-32,-18],[-28,33],[-39,-23],[8,-20],[1,-17],[-1,-5],[-9,-10],[-20,-6],[-47,-16],[-23,-12],[-84,-47],[-19,-11],[-8,-5],[-4,9],[-11,22],[-50,-27],[-22,-12],[-105,-57],[-71,147],[-29,58],[-115,-82],[-74,-52],[-19,-30],[-19,-47],[-6,-30],[-2,-9],[0,-20],[7,-16],[12,-26],[4,-17],[0,-19],[3,-39],[10,-202],[1,-25],[4,-12],[7,-18],[-1,-20],[2,0],[49,-7],[16,-4],[9,-5],[-4,-21],[-18,-10],[-288,-123],[9,-3],[-11,-10],[1,-24],[15,-26],[32,-54],[16,-26],[19,-31],[31,-50],[9,-21],[6,-20],[2,-16],[2,-29],[-3,-25],[-11,-37],[-5,-12],[-27,4],[-32,5],[-41,-7],[-30,-21],[-6,-20],[0,-34],[-36,-25],[-20,21],[-23,19],[-9,9],[-10,13],[-7,28],[4,27],[-2,35],[-2,31],[-75,-6],[-17,15],[-55,49],[-24,-1],[17,-208],[12,-147],[9,-129],[18,-216],[2,-45],[7,-29],[6,-101],[21,-273],[31,-405],[77,21],[62,22],[69,29],[9,2],[42,-171],[5,-41],[16,5],[52,18],[191,63],[12,-25],[94,-202],[54,-117],[43,-95],[51,-106],[36,-77],[110,-234],[99,-208],[18,-40],[10,-32],[-128,-42],[-98,-33],[-65,-18],[-70,-23],[-185,-62],[-530,-177],[-121,-40],[-129,-44],[8,3],[-4,31],[-3,132],[-2,131],[-1,194],[-1,111],[0,36],[-9,31],[-2,14],[-2,2],[9,6],[43,15],[68,24],[29,10],[-7,24],[-5,28],[-7,49],[-7,51],[-11,72],[-7,46],[-12,45],[-19,47],[-13,44],[-10,43],[-11,70],[-12,76],[-6,34],[-14,4],[-23,12],[-18,9],[-43,19],[-46,12],[-41,6],[-40,3],[-32,-3],[-29,-4],[-28,-9],[-72,-26],[-2,24],[-6,96],[-3,38],[-7,79],[-8,65],[-9,34],[-5,50],[-7,69],[29,6],[3,33],[27,7],[26,7],[7,10],[-1,25],[-4,56],[-2,35],[9,8],[-7,36],[-16,128],[-13,-5],[6,-54],[3,-43],[-3,-9],[-12,-7],[-21,-5],[-21,-9],[-8,-15],[4,-17],[-8,-43],[-19,-7],[-19,0],[-9,8],[-5,23],[-10,8],[-9,2],[-41,8],[-7,94],[-16,94],[-39,130],[-55,-19],[-6,24],[8,19],[20,11],[21,7],[-10,35],[-24,-6],[-20,-4],[-18,4],[-11,13],[-15,35],[-12,41],[-80,282],[-20,35],[-18,62],[-19,53],[-5,64],[-24,203],[-18,174],[-21,220],[-2,23],[-4,36],[-12,100],[0,10],[7,7],[4,35],[-8,10],[-1,17],[16,130],[13,116],[3,27],[-2,1],[2,0],[43,-6],[44,-6],[13,102],[48,368],[54,412],[38,282],[5,33],[-6,25],[-89,14],[-237,36],[-144,23],[-280,45],[-123,19],[-225,35],[-50,8],[-73,0],[-61,-4],[-4,0],[-2,7],[-9,16],[-10,99],[-2,84],[-4,55],[-9,26],[-15,20],[-19,12],[-28,10],[-34,4],[-95,-4],[-119,-3],[-24,2],[-28,14],[-268,208],[-44,35],[-79,62],[-40,31],[-84,65],[76,116],[48,77],[6,11],[7,10],[35,56],[54,98],[54,93],[110,186],[5,9],[6,8],[202,321],[39,59],[6,9],[6,8],[44,66],[68,107],[4,5],[13,2],[110,15],[142,23],[32,10],[24,14],[10,-6],[15,-15],[372,-319],[26,3],[8,5],[13,10],[69,74],[14,15],[275,277],[41,40],[12,3],[11,-2],[328,-264],[26,12],[80,36],[147,68],[147,74],[116,60],[217,111],[207,109],[173,89],[60,52],[22,12],[24,12],[-6,98],[-18,271],[35,64],[134,80],[31,25],[4,6],[66,259],[68,280],[198,47],[118,26],[51,12],[3,6],[-1,145],[0,80],[1,282],[-3,401],[-14,27],[-6,12],[-2,30],[-4,0],[-214,-92],[-46,134],[-75,233],[-47,144],[-29,88],[-46,134],[-521,-209],[-198,-80],[-45,145],[-76,259],[-47,156],[-6,20],[-9,7],[-110,27],[-282,68],[-116,28],[-559,139],[-105,25],[-183,45],[-288,71],[-166,39],[-19,5],[-60,-45],[-41,-30],[-292,-227],[-16,-16],[110,-139],[24,-35],[8,-8],[-7,-6],[-95,-78],[-127,-106],[-64,-61],[-8,-10],[-28,-32],[-39,-54],[-16,-25],[-109,-165],[-13,-25],[-10,-111],[-19,-207],[-18,-179],[-6,-3],[-78,-32],[-450,-184],[-89,-38],[-148,-62],[-210,-86],[-240,-94],[-201,-82],[-235,-98],[-238,-97],[-479,-189],[-276,-109],[-106,-42],[-240,-97],[-170,-72],[-75,-27],[-128,-53],[-13,-9],[-8,-16],[-8,-18],[-8,-21],[-4,-23],[-29,-2],[-94,-12],[-135,-16],[-32,80],[-43,108],[-68,180],[-304,-38],[-24,211],[-142,-33],[-342,-57],[-111,-18],[-17,2],[-15,110],[-14,96],[14,11],[-4,11],[-24,-9],[-122,327],[-182,-118],[-129,-82],[-94,-62],[-176,-84],[10,-95],[-48,-24],[-89,-31],[-23,-1],[-120,-6],[-21,77],[-4,28],[2,38],[10,95],[-186,47],[-14,1],[-20,0],[-41,-63],[-8,-12],[-74,-122],[-13,-27],[-7,-22],[-4,-42],[-4,78],[-8,97],[-5,60],[-6,152],[-11,196],[-6,376],[0,37],[-1,219],[-4,286],[-2,66],[-1,53],[-9,73],[-1,46],[-8,219],[-4,99],[-8,132],[-4,68],[-8,108],[-4,51],[-4,64],[-7,65],[-17,153],[-31,199],[-49,317],[-7,56],[-11,62],[-4,39],[-2,10],[38,6],[40,9],[140,13],[87,3],[157,-5],[18,-1],[197,-5],[323,-8],[18,3],[137,42],[221,70],[53,15],[25,4],[30,1],[21,-3],[92,-20],[358,-76],[14,21],[23,-3],[3,7],[95,110],[122,138],[98,107],[1,23],[1,56],[3,178],[1,45],[5,14],[9,11],[311,276],[216,189],[196,175],[24,20],[9,-2],[14,-11],[237,-230],[372,-355],[142,-136],[577,-550],[14,-14],[142,-135],[162,-152],[4,-9],[22,14],[53,68],[73,95],[91,122],[20,26],[23,30],[62,84],[47,63],[74,100],[285,371],[30,49],[-221,339],[-6,9],[-5,9],[-102,158],[-67,108],[-83,144],[5,8],[3,14],[-2,7],[-58,89],[-22,33],[-22,35],[-88,134],[-107,166],[-130,194],[-113,171],[-166,255],[-72,109],[0,0],[-11,17],[-97,121],[-123,158],[-302,392],[-15,22],[-13,16],[-147,184],[-284,354],[-25,27],[-129,148],[-61,76],[-12,14],[-130,160],[-102,133],[-204,262],[-15,11],[-41,48],[-66,71],[-81,80],[-20,19],[-13,11],[-98,87],[-6,1],[-21,6],[-6,0],[-19,0],[-104,92],[-70,58],[-142,120],[-88,69],[-9,8],[-11,10],[-6,6],[-33,24],[-13,-25],[-5,-23],[-39,-123],[-18,-57],[-6,-19],[-16,-53],[-41,-127],[16,-7],[23,-17],[-36,-117],[1,-11],[82,-74],[-116,-195],[-21,-34],[65,-51],[-52,-80],[-18,17],[-37,25],[-15,7],[-34,4],[-144,-2],[-62,-8],[-75,-15],[-28,126],[-150,-9],[-89,-7],[-77,-5],[-28,-2],[-37,-2],[-32,1],[7,-11],[0,-7],[-88,-9],[1,-24],[-63,-4],[22,-112],[19,-7],[19,-5],[10,-13],[8,-21],[8,-27],[11,-17],[25,-2],[-1,-37],[31,-2],[8,-29],[-155,-27],[-227,-35],[25,-66],[-21,3],[-200,29],[71,288],[24,112],[46,160],[4,19],[32,120],[63,253],[67,260],[15,60],[-1,12],[-4,8],[-11,8],[38,144],[53,197],[27,110],[1,2],[12,27],[21,22],[31,15],[48,3],[61,17],[56,21],[79,33],[22,2],[10,-4],[13,-10],[100,-93],[126,-115],[25,-21],[15,14],[15,24],[21,25],[8,10],[-9,9],[-66,67],[-70,72],[-46,49],[-54,60],[6,18],[1,5],[6,13],[29,61],[15,47],[6,66],[-3,23],[-5,32],[-4,23],[-1,10],[-26,54],[-57,121],[-80,160],[-34,70],[-18,50],[-18,75],[-6,44],[-5,57],[2,64],[-2,5],[4,22],[5,43],[16,245],[11,212],[1,20],[31,510],[12,246],[8,274],[1,48],[1,79],[13,2],[12,18],[16,35],[20,39],[10,32],[5,36],[3,44],[13,56],[18,63],[12,78],[6,103],[3,25],[14,-1],[25,-1],[39,-9],[7,0],[2,20],[1,30],[12,35],[14,16],[27,10],[-33,13],[-5,-7],[-13,-8],[-19,-5],[-27,1],[-18,4],[-13,9],[-6,24],[0,52],[-37,5],[-74,9],[26,89],[66,179],[15,73],[14,91],[22,1],[10,5],[2,154],[-21,6],[-5,101],[-7,76],[-16,95],[-20,96],[-14,81],[-13,91],[-1,147],[-3,1],[12,248],[9,231],[5,207],[28,0],[2,82],[-4,118],[-7,92],[-12,205],[-35,540],[-12,234],[1,68],[5,75],[2,53],[4,70],[8,70],[11,61],[11,44],[36,79],[26,43],[36,50],[43,44],[64,67],[50,54],[48,45],[48,33],[88,61],[17,9],[65,20],[160,52],[45,13],[195,63],[25,6],[24,9],[64,23],[125,36],[68,16],[149,36],[92,27],[144,45],[134,27],[253,50],[242,48],[89,19],[159,35],[157,36],[93,26],[251,73],[245,75],[260,82],[116,35],[326,99],[248,76],[273,84],[284,87],[128,38],[43,13],[18,5],[21,8],[403,123],[153,59],[0,-4],[-1,0],[14,-34],[8,-29],[4,-13],[106,-378],[28,-102],[39,-142],[61,-209],[48,-169],[14,-52],[58,-207],[45,-154],[19,-60],[28,-181],[38,-238],[17,-104],[3,-16],[5,-35],[4,-23],[5,-27],[3,-19],[14,-90],[46,-273],[41,-217],[-225,-111],[-406,-193],[-79,-39],[-13,-102],[-10,-61],[-9,-33],[-13,-41],[-64,-158],[-25,-58],[-8,-30],[-2,-33]],[[240388,239776],[11,-65],[21,-113],[2,-11],[1,0],[11,-60],[-1,0],[-172,-68],[14,-191],[0,0],[2,-39],[11,-140],[-191,-5],[-82,-2],[-50,-3],[-20,-1],[0,38],[-28,308],[18,3],[117,22],[-59,235],[53,17],[196,66],[9,-32],[137,41]],[[245671,239416],[-111,-130],[-153,-167],[-6,-6],[-34,-68],[-57,-125],[-33,-65],[-9,-74],[-1,-5],[8,-7],[29,-25],[103,-91],[21,-19],[35,-31],[17,-14],[14,-14],[99,-81],[20,-21],[11,-8],[41,-36],[17,-14],[185,-162],[24,-23],[34,-32],[15,-7],[20,-9],[25,-35],[36,-54],[28,-47],[28,-62],[22,-56],[24,-66],[7,-18],[11,-31],[158,-479],[44,-134],[68,-203],[159,-477],[184,-544],[210,-599],[-8,-7],[82,-263],[81,-246],[78,-230],[56,-168],[93,-275],[53,-157],[0,0],[0,0],[-3,-1],[45,-136],[19,-35],[29,-85],[32,-93],[10,2],[303,-477],[256,-401],[10,-15],[155,-233],[298,-444],[308,-466],[179,-261],[10,-16],[90,-137],[25,-35],[160,-243],[128,-194],[52,-70],[31,-43],[144,-218],[141,-207],[51,-77],[92,-144],[47,-77],[23,-37],[48,-65],[21,-30],[146,-221],[94,-140],[95,-139],[132,-203],[88,-134],[79,-118],[95,-143],[270,-404],[161,-244],[83,-121],[23,-37],[23,-36],[62,-95],[321,-483],[8,-16],[28,-27],[156,-240],[508,-754],[144,-216],[81,-119],[47,-71],[61,-88],[5,-6],[91,-131],[7,-27],[160,-235],[106,-159],[121,-179],[85,-134],[10,-16],[9,-13],[84,-122],[171,-252],[115,-170],[54,-80],[62,-93],[60,-88],[61,-90],[105,-154],[96,-151],[-1,-5],[1,-15],[12,-26],[31,-51],[8,-18],[7,-6],[13,0],[3,3],[499,-792],[183,-263],[99,-143],[40,-64],[78,-132],[90,-151],[25,-36],[5,4],[8,-1],[7,-9],[56,-85],[22,-38],[3,-13],[-4,-6],[-30,-29],[-36,-34],[-42,-42],[-76,-75],[-210,-210],[-70,-69],[-131,-130],[-130,-128],[-162,-158],[-182,-180],[-105,-104],[-12,-6],[-5,-42],[-12,-12],[-2,-69],[2,-19],[7,-41],[12,-33],[19,-36],[80,-128],[163,-185],[18,-20],[126,-144],[23,-27],[50,-101],[17,-34],[101,-209],[38,-74],[61,-120],[11,-22],[11,-24],[-9,-12],[-6,-7],[45,-98],[50,-106],[12,-23],[23,-70],[18,-51],[22,-70],[114,-351],[86,-287],[8,-420],[-1747,537],[-59,102],[-16,26],[-165,284],[-19,31],[-71,-53],[-170,-121],[-266,-187],[-7,-4],[-45,-21],[-5,-3],[-144,-101],[-191,-135],[-114,-83],[-17,-12],[-25,-18],[-191,-135],[-228,-159],[-108,187],[-55,95],[-190,331],[-102,179],[71,126],[11,19],[1,19],[-71,120],[255,179],[81,58],[13,9],[5,3],[-16,23],[-138,252],[-11,19],[-75,137],[-49,96],[365,254],[42,88],[37,22],[-7,12],[-9,15],[106,200],[65,120],[-4,13],[-53,75],[7,5],[71,77],[44,53],[5,13],[0,26],[-5,20],[-3,8],[1,9],[145,109],[15,14],[15,37],[-24,63],[-32,89],[-25,48],[27,17],[-19,45],[-35,95],[-8,23],[-25,73],[0,14],[-7,27],[-64,170],[-31,85],[-40,110],[-8,23],[-41,101],[-2,9],[-11,24],[-71,178],[-64,168],[-67,164],[-7,16],[0,10],[-23,18],[-13,-9],[-184,-131],[-169,-118],[-105,-72],[-93,-64],[-87,-60],[-205,-140],[-136,-91],[-212,-144],[-268,-184],[-61,-42],[0,0],[1,7],[9,328],[8,345],[9,312],[0,34],[10,298],[2,48],[-24,-9],[0,-2],[-58,-40],[-14,-11],[-57,-39],[-106,-73],[-16,-11],[-172,-120],[-159,-110],[-121,-83],[-86,-60],[-119,-82],[-122,-86],[-15,-11],[-605,-420],[-391,-271],[-6,-1],[-182,318],[-113,196],[-14,24],[-43,77],[-2,3],[-14,17],[-16,21],[-49,83],[-56,101],[-34,63],[-93,198],[-45,96],[-75,163],[-76,169],[-45,105],[0,15],[-38,34],[-2,20],[-3,16],[2,26],[0,27],[-8,18],[-4,12],[-2,10],[1,17],[10,10],[8,25],[9,32],[3,18],[-1,30],[-7,19],[-10,31],[-4,24],[-8,16],[-15,18],[-20,12],[-12,5],[-32,-3],[-105,-35],[6,-36],[5,-32],[-5,-11],[-11,-7],[-37,-9],[-52,-16],[-18,1],[-223,-68],[-183,-54],[-660,-199],[-151,-43],[-120,-38],[-178,-51],[-93,-26],[-13,-12],[-20,-5],[11,-30],[83,-205],[16,-25]],[[243630,224726],[-58,53],[-8,21],[-18,22],[-318,381],[-42,52],[-108,122],[-17,21],[-13,12],[-12,27],[-127,136],[-11,13],[-255,279],[-19,25],[-77,84],[-115,130],[-51,58],[-201,230],[-37,42],[-130,136],[-2,2],[-171,181],[-71,75]],[[241145,227652],[-2,3],[-31,66],[-69,168],[-55,152],[-25,73],[-8,26],[0,0],[-83,245],[-3,8],[2,0],[-29,87],[247,163],[15,10],[135,97],[11,7],[21,14],[111,71],[127,83],[73,47],[125,81],[146,98],[332,219],[91,61],[21,15],[-167,415],[-22,59],[-7,18],[-467,-175],[-278,-103],[-8,27],[-113,354],[-9,26],[-43,7],[-69,10],[-19,2],[-26,61],[-48,115],[-213,-67],[-284,-88],[-7,-2],[-73,4],[-226,-22]],[[240114,231687],[-15,87],[-26,153],[-13,74],[-24,131],[-22,89],[-12,44],[-12,19],[86,62],[57,116],[81,167],[82,169],[47,97],[62,129],[141,298],[57,119],[134,276],[7,21],[39,82],[93,191],[80,163],[27,59],[-4,28],[-2,22],[0,50],[1,38],[14,169],[13,167],[2,52],[-10,3],[-19,6],[-8,1],[-3,-6],[-47,-54],[-93,-113],[-80,142],[14,16],[3,6],[-1,9],[-294,351],[-35,44],[-3,9],[-16,16],[25,31],[14,19],[15,31],[18,27],[17,19],[4,4],[26,23],[32,23],[19,10],[-6,18],[-6,15],[-1,17],[4,12],[15,21],[8,9],[12,14],[8,8],[2,5],[4,8],[8,5],[21,1],[-1,36],[-6,13],[-17,46],[-4,10],[-64,40],[-58,41],[-24,47],[-3,5],[4,8],[0,2],[-32,24],[-31,29],[-25,32],[-11,18],[-38,19],[-23,14],[-40,-72],[-18,13],[-7,0],[-21,11],[-41,26],[-21,17],[-11,17],[-6,15],[-4,24],[-2,19],[1,45],[1,21],[0,17],[216,-22],[40,73],[65,126],[6,12],[13,30],[21,46],[97,209],[80,186],[8,18],[116,275],[128,309],[67,159],[42,102],[66,155],[106,257],[14,34],[13,32],[15,38],[3,-1],[0,5],[33,83],[18,-4],[129,-18],[196,122],[14,0],[364,-28],[39,26],[0,0],[58,34],[39,25],[67,42],[18,14],[45,28],[-9,41],[-67,242],[-4,13],[1,2],[-9,27],[1,1],[-11,40],[-69,-33],[-3,10],[0,0],[-1,0],[-95,349],[-1,0],[-2,7],[1,1],[0,0],[1,1],[0,1],[0,0],[3,3],[11,17],[32,44],[28,43],[39,-144],[91,-323],[45,-165],[30,-112],[13,-49],[103,65],[172,102],[135,78],[93,57],[16,7],[44,28],[-16,171],[-10,108],[17,2],[-10,119],[-3,20],[126,84],[267,174],[166,106],[116,77],[218,141],[91,57],[86,54],[21,4]],[[242095,239222],[-28,-43],[-32,-44],[-11,-17],[-3,-3],[0,0],[0,-1],[-1,-1],[0,0],[-1,-1],[2,-7],[1,0],[95,-349],[1,0],[0,0],[3,-10],[69,33],[11,-40],[-1,-1],[9,-27],[-1,-2],[4,-13],[67,-242],[9,-41],[-45,-28],[-18,-14],[-67,-42],[-39,-25],[-58,-34],[0,0],[-39,-26],[-364,28],[-14,0],[-196,-122],[-129,18],[-18,4],[-33,-83],[0,-5],[-3,1],[-15,-38],[-13,-32],[-14,-34],[-106,-257],[-66,-155],[-42,-102],[-67,-159],[-128,-309],[-116,-275],[-8,-18],[-80,-186],[-97,-209],[-21,-46],[-13,-30],[-6,-12],[-65,-126],[-40,-73],[-216,22],[0,29],[-14,181],[-19,264],[-4,31],[-4,27],[2,2],[17,22],[-14,153],[-3,49],[-5,62],[-3,34],[-16,7],[-1,0],[-112,36],[-40,11],[-37,8],[-133,24],[-110,24],[-30,8],[-8,1],[-51,5],[0,0],[-613,140],[-306,70],[-159,38],[-55,13],[-130,30],[-18,5],[-2,52],[-8,157],[-6,167],[-5,89],[-5,110],[-24,451],[-6,133],[-19,331],[-18,329],[-1,33],[-3,76],[-1,29],[-3,38],[1,1],[0,6],[13,9],[26,3],[82,2],[135,6],[587,22],[3,1],[16,5],[8,2],[16,6],[396,130],[391,134],[17,5],[23,8],[0,-1],[8,-91],[9,-123],[1,-16],[0,0],[28,-308],[0,-38],[20,1],[50,3],[82,2],[191,5],[-11,140],[-2,39],[0,0],[-14,191],[172,68],[1,0],[-11,60],[-1,0],[-2,11],[-21,113],[-11,65],[-137,-41],[-9,32],[15,6],[123,41],[186,62],[160,54],[218,73],[52,18],[24,5],[129,44],[121,40],[530,177],[18,-63],[55,-201],[3,-7],[91,-329],[43,-155],[3,-20],[65,-233],[17,-57]],[[280643,485397],[75,-23],[16,7],[31,-1],[33,2],[32,12],[8,2],[10,7],[28,20],[29,35],[20,41],[60,183],[179,-55],[194,-61],[222,-69],[138,-40],[133,-39],[128,-37],[133,-39],[133,-36],[10,-3],[22,-7],[86,-25],[125,-39],[148,-50],[125,-41],[101,-32],[94,-30],[217,-69],[153,-24],[149,-23],[95,-15],[83,-12],[113,-16],[40,-6],[92,-19],[99,-21],[85,-17],[125,-26],[-10,-141],[0,-9],[-1,-11],[-6,-63],[-119,-1066],[-6,-17],[-5,-17],[-8,-17],[-16,-15],[-25,-13],[-27,-9],[-25,-5],[-44,-3],[-4,-12],[-7,-7],[-22,-8],[-44,-11],[-27,4],[-11,-13],[-15,-10],[-23,-6],[-19,-2],[-12,3],[-10,7],[-8,9],[-4,-16],[-11,-14],[-15,-9],[-26,-13],[-18,-6],[-49,-7],[-9,3],[-11,13],[-19,-21],[-10,-3],[-62,-1],[-13,5],[-12,11],[-7,23],[-8,-29],[-10,-13],[-2,-11],[-45,-2],[-6,-2],[-21,-9],[-38,-6],[-28,-7],[-23,9],[-22,27],[-63,-461],[-39,12],[-20,3],[-12,-3],[-13,-11],[-14,-16],[-18,-16],[-24,-14],[-40,-13],[-7,-1],[-26,-14],[-58,-21],[-58,-18],[-34,-6],[-7,-32],[-9,-17],[-16,-15],[-32,-19],[-19,-10],[-7,16],[-12,21],[-21,38],[-5,15],[3,17],[2,9],[5,14],[-4,21],[-32,109],[-51,-22],[-652,-279],[-740,-324],[-29,139],[-7,12],[-25,112],[-24,110],[-13,59],[-71,371],[-11,45],[-23,120],[-12,51],[-36,-4],[-3,-16],[-5,-13],[-15,-10],[-20,0],[-54,2],[-21,7],[-21,10],[-12,9],[-16,23],[-5,-44],[-6,-11],[-16,-6],[-24,-3],[-24,-1],[-9,3],[-7,7],[-6,-11],[-8,-3],[-28,-5],[-21,-1],[-14,3],[-14,10],[-9,10],[0,-28],[-3,-13],[-6,-11],[-16,-8],[-40,-3],[-22,2],[-16,4],[-13,8],[-8,8],[-3,-16],[-8,-5],[-21,-5],[-31,-4],[-55,-6],[-88,-4],[-18,2],[-12,7],[-8,9],[-3,-26],[-6,-6],[-12,-4],[-68,-8],[-22,4],[-13,6],[-7,-9],[-53,-6],[-18,-7],[-90,-7],[-6,-14],[-12,-8],[-21,-6],[-29,-4],[-32,-1],[-8,5],[-14,20],[-9,-21],[-6,-6],[-10,-3],[-16,-2],[-57,4],[-10,3],[-7,3],[0,8],[-4,69],[-89,1098],[-32,396],[-55,634],[-31,405],[-13,135],[-6,68],[91,-40],[98,-44],[77,-33],[46,-22],[104,-50],[102,-51],[97,-49],[107,-52],[85,-43],[87,-41],[49,-20],[25,-5],[97,-25],[-3,-14],[96,-30]],[[325900,404863],[78,-148],[135,95],[124,87],[42,29],[3,1],[4,2],[8,-14],[10,-18],[9,-18],[40,-70],[56,-97],[443,-774],[131,-227],[18,-29],[8,-14],[252,-441],[312,-541],[49,-98],[107,-186],[352,-618],[235,-415],[2,-2],[-4,-3],[-5,-1],[-11,-3],[-31,-4],[-2,-1],[-14,-1],[-8,-1],[-5,0],[-6,1],[-7,2],[-15,4],[-12,0],[-81,-20],[-53,-11],[-57,-4],[-35,-4],[-20,-2],[-32,-8],[-28,-8],[-7,-1],[-22,0],[-15,-2],[-6,0],[-5,0],[-130,2],[-101,-7],[-54,-2],[-64,-2],[-17,-1],[-26,4],[-10,3],[-5,1],[-8,-2],[-3,-1],[-38,-20],[-19,-11],[-14,-8],[-17,-4],[-6,0],[-7,-2],[-5,-1],[-1,0],[-17,1],[-17,-1],[-14,-4],[-8,-4],[-10,-6],[-13,-8],[-3,-1],[-7,-6],[-5,-1],[-6,-6],[-2,-1],[-45,-34],[-8,-5],[-5,-3],[-11,-6],[-26,-19],[-32,-27],[-11,-11],[-13,-11],[-7,-6],[-59,-12],[-10,-3],[-12,-3],[-12,-4],[-31,-6],[-16,0],[-86,6],[-3,0],[-2,0],[-281,33],[-45,3],[-26,2],[-97,7],[-20,2],[-24,2],[-146,12],[-18,1],[-23,5],[-11,0],[-22,4],[-16,0],[-21,4],[-11,0],[-36,7],[-34,3],[-2,0],[-10,1],[-9,3],[-11,0],[-19,4],[-25,2],[-18,4],[-11,0],[-7,2],[-7,0],[-8,1],[-6,1],[-4,1],[-10,1],[-8,2],[-5,0],[-3,1],[-5,1],[-1,0],[-83,15],[-11,3],[-10,2],[-24,9],[-21,10],[-3,1],[0,1],[0,4],[-152,76],[-19,8],[-3,2],[-54,24],[-25,12],[-19,7],[-23,12],[-15,6],[-16,8],[-60,27],[-10,6],[-11,4],[-11,6],[-9,5],[-42,18],[-12,6],[-14,7],[-45,21],[-163,79],[-76,35],[-127,54],[-5,2],[-3,1],[-12,5],[-34,16],[-15,7],[-10,4],[-13,7],[-22,9],[-10,3],[-11,6],[-16,6],[-20,6],[-16,6],[-5,2],[-14,5],[-30,8],[-112,30],[-64,11],[-63,17],[-34,9],[-56,11],[-8,8],[-25,-24],[-1,-1],[-20,-9],[-32,-15],[-37,-9],[-46,-8],[-20,-1],[-26,-1],[-37,-1],[-59,2],[-14,-1],[-20,-2],[-190,-25],[-118,-15],[-13,-1],[-79,-11],[-91,-14],[-7,-1],[-35,-5],[-29,-5],[-14,-3],[-49,-12],[-58,-13],[-35,-7],[-11,-1],[-15,-3],[-58,-18],[-42,-12],[-34,-11],[-71,-22],[-78,-23],[-29,-8],[-158,-49],[-32,-10],[-94,-28],[-62,-19],[-42,-12],[-65,-17],[-35,-11],[-55,-19],[-72,-22],[-38,-11],[-29,-10],[-23,-9],[-26,-8],[-43,-16],[-22,-13],[-29,-8],[-49,-21],[-20,-8],[-9,-4],[-5,-2],[-56,-17],[-66,-19],[-89,-24],[-46,-11],[-33,-8],[-107,-23],[-56,-13],[-23,-2],[-56,-15],[-84,-18],[-97,-11],[-61,-10],[-28,-5],[-55,-3],[-43,-6],[-46,-10],[-1,0],[-1,0],[0,0],[-102,-15],[-1,0],[-22,-2],[-16,-1],[-18,1],[-19,-3],[-45,-4],[-91,-7],[-14,-1],[-41,-6],[-46,-4],[-31,-1],[-46,-1],[-28,1],[-35,-4],[-31,-2],[-65,1],[-40,-4],[-51,-1],[-44,-2],[-26,-3],[-45,-1],[-25,-2],[-12,0],[-55,-3],[-47,-6],[-29,-1],[-40,-3],[-84,0],[-20,-2],[-1,0],[0,-4],[-4,-1],[-34,-102],[-16,-56],[-13,-1],[-2,0],[-392,-44],[-3,-2],[-3,-3],[-2,-3],[-5,-13],[-45,-111],[-37,-93],[-4,-16],[-1,-2],[-2,-4],[-5,-2],[-13,2],[-66,22],[-28,8],[-9,4],[-5,20],[-46,50],[-10,-6],[-1,3],[-6,8],[-37,54],[-3,-3],[-33,48],[-4,14],[-1,3],[-1,5],[-15,62],[-39,-22],[-50,-31],[-21,-13],[-85,-47],[-63,-33],[-66,-35],[-47,-26],[-24,-12],[-27,46],[-15,33],[-12,22],[-15,30],[-12,14],[-5,7],[74,40],[61,30],[14,7],[5,2],[3,4],[-1,4],[0,1],[0,1],[0,2],[-1,3],[-3,7],[-6,9],[-3,7],[-4,5],[-46,84],[-4,7],[177,99],[7,5],[5,6],[3,6],[13,8],[27,16],[-5,7],[-5,11],[-2,6],[4,2],[0,2],[-3,14],[0,15],[1,12],[3,12],[-12,39],[-3,13],[38,-71],[196,68],[14,-25],[8,-16],[38,-70],[9,-19],[2,1],[26,14],[36,20],[13,6],[8,3],[9,5],[32,10],[11,4],[5,0],[11,4],[15,3],[2,1],[7,0],[5,2],[17,3],[18,5],[7,2],[13,7],[142,83],[23,14],[11,6],[17,11],[7,4],[7,4],[3,3],[15,8],[16,10],[8,4],[9,6],[13,7],[9,6],[14,7],[6,4],[10,7],[7,3],[20,13],[8,4],[20,13],[309,185],[424,250],[104,62],[123,74],[49,28],[10,4],[7,2],[5,3],[8,2],[10,5],[7,2],[3,2],[22,12],[17,11],[10,6],[21,16],[8,6],[6,7],[5,4],[8,7],[34,36],[3,1],[4,5],[6,3],[9,7],[7,3],[10,7],[8,3],[16,9],[12,8],[26,14],[8,6],[17,8],[5,4],[103,56],[31,15],[6,4],[17,8],[22,12],[6,3],[10,5],[5,2],[12,6],[11,4],[76,42],[11,5],[2,1],[27,13],[12,6],[10,4],[13,8],[51,24],[133,66],[21,10],[11,4],[21,11],[18,8],[110,56],[194,97],[3,2],[8,3],[25,13],[6,2],[3,3],[14,6],[10,5],[9,4],[7,4],[138,69],[28,13],[15,8],[145,70],[13,7],[109,56],[12,5],[94,46],[7,4],[20,10],[7,4],[12,5],[4,3],[2,2],[5,3],[19,10],[126,61],[13,6],[157,80],[160,81],[174,85],[79,39],[358,182],[41,21],[20,12],[17,13],[78,61],[30,22],[8,5],[10,8],[121,86],[50,39],[7,5],[31,25],[11,9],[21,18],[14,11],[4,4],[14,12],[64,52],[36,29],[16,11],[14,13],[10,7],[21,19],[50,40],[15,13],[30,24],[9,8],[19,15],[10,10],[27,21],[14,12],[30,24],[5,6],[28,22],[12,10],[11,8],[11,10],[10,8],[15,14],[42,37],[55,51],[20,17],[10,10],[11,10],[37,34],[12,11],[9,9],[7,6],[7,8],[7,5],[12,12],[16,15],[45,42],[14,15],[6,5],[19,19],[7,6],[12,12],[6,5],[11,12],[7,6],[4,6],[64,63],[3,2],[12,12],[117,114],[22,25],[18,44],[13,18],[68,89],[72,96],[71,95],[1,2],[61,82],[42,53],[40,48],[15,-8],[127,-222],[61,-106],[70,-124],[1,-4],[1,-7],[1,-5],[-2,-1],[2,-3],[1,-2],[1,-3],[10,-18],[14,-26]],[[645796,761439],[31,-23],[-4,6],[-2,29],[2,28],[45,78],[144,252],[113,198],[98,176],[5,8],[13,-7],[113,-152],[0,-4],[-2,0],[3,-5],[2,-2],[0,0],[-5,-2],[22,-62],[33,-89],[57,-155],[29,-81],[27,-75],[12,-31],[43,-123],[45,-130],[-2,-6],[126,-328],[92,-65],[131,-95],[63,-39],[44,-202],[-374,264],[-6,0],[-62,45],[-23,16],[-18,13],[0,0],[-1,0],[-80,-155],[-18,-35],[-9,-14],[-48,-96],[-103,-198],[-59,-112],[-158,-304],[-4,-8],[-38,-74],[-184,-360],[-22,-40],[-9,-17],[245,-172],[158,-112],[121,-85],[181,-130],[1,3],[8,-6],[8,-6],[-1,-2],[199,-139],[388,-275],[407,-286],[21,-81],[-1,-7],[27,-123],[4,1],[1,-8],[2,-9],[30,21],[10,7],[14,5],[59,39],[79,56],[90,-118],[-3,-4],[29,-30],[32,-43],[-48,-45],[-103,-93],[-32,-26],[-14,-11],[-49,-10],[-24,-4],[36,-161],[39,-181],[10,-68],[-22,4],[-26,9],[-122,40],[-8,-24],[3,-110],[9,-41],[-2,-1],[-30,-21],[-65,-47],[-42,-28],[-106,-79],[-5,-3],[-33,-22],[-51,-24],[-26,-13],[-97,-45],[-14,4],[-18,-18],[-1,-1],[-93,-42],[-39,-18],[-11,-5],[-62,-25],[-18,-10],[-17,-8],[-160,-72],[-25,-12],[-24,-12],[-3,-1],[-22,-8],[2,-58],[-4,-17],[-10,-16],[-257,-233],[-347,-324],[-37,-36],[-31,-16],[-23,-13],[-40,-44],[-80,-78],[-13,-12],[-15,-15],[-25,-25],[-53,-41],[-23,-18],[-37,-25],[-12,-16],[-59,-81],[-15,37],[-62,144],[-34,-18],[-51,-47],[-49,-34],[-17,-13],[-24,-18],[5,-37],[-7,-9],[-24,-16],[-130,-45],[-10,-6],[-5,-16],[-5,-5],[-88,-35],[-11,-6],[-20,-13],[5,-36],[12,-27],[0,-17],[-1,-18],[35,-70],[171,-337],[-47,-120],[12,-52],[1,-2],[-22,-59],[12,-3],[8,-10],[0,-8],[-1,-1],[9,-26],[3,-2],[6,-12],[0,-18],[-3,-14],[-11,-10],[-11,-2],[-11,-2],[-7,-8],[-4,-17],[3,-16],[7,-11],[23,-18],[9,-18],[4,-21],[0,-23],[5,-14],[15,-18],[23,-13],[21,-2],[30,-3],[37,-125],[-4,-6],[-87,-43],[-160,-76],[163,-275],[-18,-16],[-37,-26],[-42,-27],[-10,-6],[-36,-19],[-44,-21],[-53,-22],[-62,-20],[-30,-10],[-82,-27],[-142,-52],[-111,-37],[-66,-17],[-42,-8],[2,-8],[0,0],[-12,-1],[6,-38],[40,-122],[48,-147],[-18,-7],[-59,-14],[-25,-5],[-27,-9],[-20,-12],[-10,-8],[-7,-7],[-8,-13],[-3,-3],[-2,-5],[-3,-4],[-7,-16],[-11,-22],[-8,-15],[-21,-44],[-34,-71],[-9,-16],[-8,-6],[-21,-11],[-168,-71],[-140,-62],[-23,61],[-46,139],[-79,258],[-21,40],[-30,-23],[-14,-11],[-71,-54],[-5,-3],[-15,-10],[-23,-14],[-23,-15],[-14,-9],[-40,-31],[-152,-116],[-24,-19],[-14,-11],[-92,-71],[-56,-39],[-31,-22],[-144,-97],[-131,-88],[-9,-6],[-25,-15],[-47,-29],[-173,-112],[-96,-64],[-129,-82],[-293,-188],[-158,131],[-29,-10],[-16,-6],[-122,-36],[-38,-10],[-61,50],[-159,139],[-125,107],[-13,-15],[-586,504],[-59,51],[49,77],[11,16],[-16,13],[-59,51],[-139,121],[-160,144],[-337,295],[-9,8],[-76,67],[-60,54],[2,6],[31,84],[-85,61],[1,2],[49,122],[74,181],[44,106],[8,-3],[23,57],[-6,3],[53,129],[40,95],[21,47],[14,35],[36,81],[9,20],[3,10],[-4,3],[1,3],[10,22],[62,-54],[51,-43],[154,-133],[82,-69],[170,-144],[55,-49],[1,3],[5,-4],[73,-61],[55,-47],[32,-28],[199,-172],[73,-63],[124,-104],[13,14],[7,6],[200,217],[102,110],[31,34],[-1,1],[0,0],[-170,149],[-174,150],[-146,127],[-46,40],[-15,13],[0,0],[-120,103],[-165,116],[-10,8],[36,41],[82,92],[-63,51],[-20,16],[-218,177],[-197,161],[7,17],[6,17],[-16,9],[-5,3],[2,5],[-80,48],[-283,168],[-533,318],[-88,52],[28,58],[66,133],[88,174],[2,7],[359,-230],[370,-236],[216,-140],[1,2],[5,-3],[17,-11],[52,129],[76,183],[38,92],[64,161],[68,162],[76,183],[45,110],[66,158],[3,3],[8,23],[80,192],[6,4],[8,25],[14,38],[58,141],[5,11],[5,9],[51,127],[31,73],[19,42],[16,37],[-1,0],[0,6],[61,144],[41,100],[13,31],[7,-5],[-1,-3],[183,-143],[44,-35],[150,-116],[1,3],[39,-30],[479,-385],[107,-79],[24,4],[47,20],[235,97],[39,16],[52,19],[70,14],[397,50],[39,8],[50,2],[36,-4],[196,-181],[41,-50],[53,-141],[60,-83],[42,22],[170,5],[2,-2],[11,-13],[9,-12],[7,-13],[2,-9],[2,-7],[-1,-32],[5,-12],[3,-6],[10,-7],[28,-37],[9,-8],[21,0],[9,-2],[8,-29],[10,-15],[9,-4],[11,-2],[20,-3],[14,-3],[15,-7],[6,-6],[9,-11],[4,-32],[2,-34],[2,-20],[8,-23],[9,-9],[12,1],[13,3],[14,-4],[20,-7],[12,0],[11,5],[13,3],[9,-4],[22,-12],[9,-2],[16,0],[5,3],[4,6],[3,15],[9,29],[31,33],[9,15],[4,12],[11,21],[9,8],[10,7],[7,8],[7,10],[15,33],[12,11],[8,13],[14,26],[9,17],[27,41],[10,10],[11,5],[12,0],[5,-6],[7,-3],[9,0],[5,2],[4,3],[4,7],[6,17],[10,32],[10,34],[13,69],[8,39],[8,16],[8,6],[21,25],[12,27],[4,21],[6,23],[10,25],[11,17],[17,21],[14,12],[13,8],[16,8],[23,2],[36,1],[8,2],[8,9],[5,5],[14,33],[-10,8],[-10,8],[-13,16],[-12,40],[6,27],[-1,27],[1,19],[9,23],[22,29],[12,19],[7,8],[2,8],[-5,10],[-2,13],[-2,9],[-5,9],[-15,21],[-11,20],[-4,19],[2,27],[7,34],[11,11],[9,6],[15,6],[16,8],[17,4],[19,0],[65,1],[31,2],[25,-2],[26,-7],[20,-7],[22,-1],[55,0],[22,-4],[35,-10],[20,-17],[18,-10],[13,-4],[22,-10],[21,-18],[10,-3],[-2,20],[-3,24],[197,221],[9,-3],[32,1],[34,10],[10,0],[5,-1],[0,29],[-1,21],[1,13],[7,15],[7,13],[15,16],[26,4],[31,0],[-1,15],[-1,34],[-4,24],[-12,41],[-5,18],[-205,148],[17,32],[33,60],[-33,23],[-127,89],[-374,267],[-16,-31],[-56,38],[-76,51],[-3,9],[7,14],[24,41],[44,-30],[214,-151],[2,3],[4,-4],[151,261],[51,88],[20,35],[-168,118],[-392,278],[-223,157],[-15,9],[-10,7],[-26,19],[-111,79],[-276,193],[-204,144],[-293,209],[-77,53],[-88,62],[-73,53],[58,101],[47,84],[146,256],[239,-167],[3,6],[1,0],[12,20],[38,64],[7,14],[145,253],[86,151],[10,18],[158,275],[9,16],[91,160],[13,17],[3,1],[14,0],[11,-3],[21,-15],[341,-243],[137,-99],[31,-21],[68,-49],[14,-9],[11,-8],[133,-94],[139,-98],[33,-25],[5,-8],[0,-4],[-1,-8],[-4,-6],[89,-67]],[[645755,761212],[-61,-117],[133,-97],[12,-8],[102,-74],[75,112],[-105,76],[-11,8],[-145,100]],[[642058,756972],[-60,51],[-116,93],[-70,55],[-8,-12],[-9,-12],[-18,-25],[-4,-6],[14,-15],[67,-55],[164,-137],[40,63]],[[637692,771266],[-73,-61],[-91,-76],[-16,-13],[-125,-106],[-15,-13],[-115,-95],[-21,-19],[-109,-93],[-42,-37],[-6,-6],[-20,-13],[-49,-41],[-244,-208],[-137,-112],[-64,-54],[0,0]],[[636565,770319],[0,0],[-21,11],[-263,-222],[-255,-214],[-203,-171],[-58,-48],[-707,-593],[0,-1],[-54,-45],[-330,-278],[-10,-8],[-14,-11]],[[634650,768739],[0,1],[-11,6],[-8,6],[-83,-67],[-116,-98],[-371,-312],[-80,-67],[-59,-49],[-510,-428],[-190,-159],[-17,15],[-41,-34],[-15,-12],[-137,-112],[-127,-109],[-279,-232],[-143,-122],[-139,-117],[-499,-419],[-211,318],[-121,178],[-8,13],[-89,-78],[-14,-11],[-10,-7],[-225,-189],[-76,-62],[-16,-16],[-139,-114],[222,-244],[190,-207],[-204,-172],[-32,-26],[-66,-57],[-139,-117],[-7,-6],[0,0],[-166,182],[-228,246],[-23,26],[-39,7],[-37,40],[-301,326],[-73,80],[-15,14],[-140,153],[-266,294],[0,0],[0,0],[235,195],[0,0],[136,115],[101,83],[193,163],[42,35],[137,116],[12,8],[51,44],[128,106],[153,128],[440,371],[527,443],[168,143],[156,131],[32,28],[40,35],[14,4],[218,186],[236,197],[225,190],[218,184],[-17,26],[-1,1],[20,17],[-182,264]],[[632874,770214],[109,81],[7,7],[24,16],[143,87],[229,180],[-76,112],[-76,110],[187,114],[136,83],[-4,7],[-62,123],[-75,150],[-1,3]],[[633415,771287],[8,6],[90,87],[18,17],[0,0],[45,39],[50,42],[236,201],[224,191],[13,11],[352,299],[25,-38],[245,-367],[15,-24],[29,-40],[87,-127],[52,-74],[-2,-8],[19,21],[7,4],[25,19],[30,26],[128,106],[244,210],[139,117],[113,96],[267,224],[268,227],[65,53],[124,111],[37,34],[3,3],[8,6]],[[636379,772759],[43,-59],[4,-3],[5,-6],[9,-11],[68,-81],[58,-68],[62,-76],[10,-12],[41,-51],[58,-75],[50,-61],[58,-73],[32,-40],[27,-34],[56,-67],[77,-88],[65,-74],[14,-14],[39,-40],[41,-44],[75,-75],[75,-73],[37,-35],[31,-30],[64,-60],[59,-53],[54,-47],[42,-37],[36,-33],[17,-16],[8,-26],[3,-2],[-5,-29]],[[635978,772236],[154,-225],[20,17],[146,124],[76,65],[-46,73],[63,53],[-168,239],[-1,1],[-22,-18],[-19,-17],[-74,-62],[-24,-23],[51,-73],[-15,-16],[-13,-33],[-128,-105]],[[635224,771737],[176,-269],[139,118],[3,5],[-183,263],[-135,-117]],[[633793,769981],[117,-172],[122,106],[96,86],[-8,14],[-115,157],[-212,-191]],[[634140,769473],[121,-173],[141,119],[-46,68],[-52,51],[-32,47],[-33,-28],[-99,-84]],[[634427,769056],[100,-143],[134,108],[-81,131],[-22,8],[-131,-104]],[[632823,768443],[-113,-94],[-11,15],[-9,-9],[-148,-122],[159,-237],[88,73],[185,157],[-151,217]],[[631312,766832],[4,-3],[178,148],[-3,4],[-223,310],[-174,-121],[-30,-21],[-47,-32],[120,-118],[15,-14],[67,-61],[13,-13],[80,-79]],[[621245,779277],[16,-33],[178,-382],[122,-257],[2,-6],[-66,-73],[-42,-52],[55,-1],[127,2],[2,-5],[87,-189],[97,-208],[86,-180],[53,-113],[43,-95],[106,-227],[131,-281],[118,-252],[2,-12]],[[622362,776913],[0,-2],[-12,-57],[-8,-49],[-87,4],[-11,0],[-37,1],[-5,0],[-113,6],[-117,6],[-1,-32],[0,-72],[0,-51],[-1,-112],[-1,-6],[0,-2],[50,-2],[27,-3],[34,1],[40,-4],[143,-5],[34,-1]],[[622297,776533],[-5,-16],[-53,-132],[-17,-39],[-5,-16],[-11,-34],[-89,-212],[-10,-31],[-71,-175],[-73,-177],[-23,-56]],[[621940,775645],[-36,3],[-62,6],[-152,9],[-85,4],[-111,3],[-6,-47],[-21,-96],[-28,-132],[-5,-22],[0,0],[-253,18],[0,0],[-2,-29],[-5,-107],[-7,-118],[-2,-32],[-1,-22],[-12,-242],[-12,-215],[4,0],[-1,-26],[-3,-56],[-4,-85],[37,-14],[40,-15],[40,-15],[51,-18],[87,-34],[23,-10]],[[621414,774353],[-186,-470],[-127,-328],[-11,-22],[-45,-110],[-44,-113],[-14,-49],[-4,-40],[1,-30],[-661,68]],[[620323,773259],[-21,3],[-168,22],[-23,-2],[0,-10]],[[620111,773272],[-2,-73],[-18,-231],[-56,-353],[-4,-24],[-179,17],[-110,10],[-61,9],[-18,2],[-161,22]],[[619502,772651],[9,40],[-18,15],[-46,4],[-148,12],[-126,11],[-22,1],[-78,7],[0,2],[0,8],[10,162],[10,131],[8,125],[10,127],[1,24],[0,0],[4,49],[-12,0],[2,43],[8,120],[7,96],[0,98],[-2,120],[0,52],[-2,123],[-1,20],[0,18],[-1,132],[-1,124],[0,89],[-3,0],[0,7],[-113,4],[-292,14],[-486,25],[-14,1],[0,6],[1,15],[0,6],[2,43],[0,5],[4,42],[10,164],[10,148],[2,39],[1,6],[15,230],[0,0],[0,20],[48,-3],[99,-4],[80,-4],[46,-3],[33,-1],[330,-17],[12,0],[30,-2],[141,-6],[37,0],[-6,376],[1,13],[-4,163],[0,113],[-2,247],[-3,253],[-13,1574],[175,-2],[95,0],[-1,11],[16,0],[-8,310],[-278,0],[-7,0],[1,91],[-4,43],[-1,11],[0,5],[-1,4],[-2,22],[-3,15],[-8,13],[-9,18],[3,0],[67,-6],[33,-4],[60,-5],[8,-1],[11,6],[1,0],[90,45],[-89,200],[-53,122],[-12,24],[265,155],[70,40],[152,-414],[672,387],[-3,171],[119,35],[1,254],[0,2],[10,5],[-2,111],[14,8],[3,1],[13,8],[274,137],[29,15],[14,-44],[54,-139],[4,-10],[15,-42],[8,-22],[28,-76],[5,-15],[11,-30],[4,-9],[7,-20],[43,-119],[271,88]],[[615932,785195],[124,-236],[9,-18],[11,-22],[-13,-8],[129,-221],[27,-54],[-163,-125],[-241,-186],[-156,-118],[-305,-235],[13,-20],[59,-88],[89,-137],[4,-7],[1,-1],[23,0],[110,-3],[78,-2],[31,-3],[52,0],[6,-15],[24,-181],[2,-26],[3,-14],[24,-175],[9,-63],[15,-100],[0,-4],[4,3],[107,80],[167,124],[186,139],[29,21],[41,-65],[273,-426],[-201,-145],[0,-1],[-2,-2],[41,-70],[68,-119],[157,-280],[30,-52],[122,-211],[1,-3],[3,2],[2,-3],[164,91],[77,-152],[34,-70],[96,-168],[12,-21],[22,-42],[4,-6],[3,-5],[23,-40],[3,-1],[5,-8],[48,-3],[5,0],[216,123],[230,135],[16,10],[10,-22],[120,-269],[5,-12],[27,-60],[38,-84],[64,-143],[212,115],[109,63],[55,31],[31,18],[63,36],[57,30],[-2,4],[0,1],[10,5],[1,-2],[23,16],[1,-1],[81,-146],[71,-131],[0,-1],[-6,10],[-199,-127],[-176,-110],[-139,-86],[-7,9],[-4,-3],[-2,5],[-163,-105],[-33,-23],[-20,-11],[-23,-16],[5,-12],[41,-81],[4,-10],[38,-71],[23,-42],[28,-51],[69,-118],[-136,-103],[-114,-84],[2,-3],[-7,-5],[110,-173],[62,-97],[74,-107],[13,-18],[-7,-4],[-97,-58],[-190,-109],[-66,-35],[1,-3],[-2,-1],[19,-32],[23,-38],[154,-256],[3,-5],[174,98],[48,28],[68,37],[40,-67],[60,-102],[101,-167],[117,-197],[17,-27],[2,-3],[2,-6],[1,0],[6,3],[92,-134],[97,-137],[3,-5],[23,-32],[-28,-14],[-48,-27],[-12,-9],[-189,-109],[-30,-16],[-39,-20],[-38,-23],[-33,-17],[-16,-6],[-18,-6],[-3,-1],[-24,-6],[-51,-9],[-20,-1],[-51,-1],[-50,0],[-82,-2],[-31,-1],[-79,-1],[-26,1],[-107,-1],[-19,0],[-55,-1],[-3,147],[-3,167],[-3,182],[-3,242],[-3,131],[0,2],[-9,-1],[0,2],[-430,-11],[-96,-2],[-91,-4],[-223,-4],[-2,-61],[2,-98],[-135,-75],[-154,0],[-13,1],[0,90],[-2,133],[-6,-1],[0,2],[-156,-6],[-126,-2],[-1,7],[-3,0],[-101,-3],[-66,-1],[-24,-1],[-245,-12],[-81,-3],[-60,-3],[-55,-2],[-3,1],[-50,3],[-88,1],[1,-157],[2,-247],[-1,-68],[3,-196],[0,-43],[1,-139],[-152,-3],[-227,-3],[-15,-1],[-226,-4],[-85,4],[-131,11],[0,5],[0,143],[-1,78],[-1,115],[6,236],[-2,35],[-2,55],[-1,91],[-1,118],[-4,-1],[0,2],[-88,-12],[-91,-15],[-14,-3],[-32,159],[1,26],[2,3],[11,28],[1,13],[0,26],[136,23],[122,21],[33,7],[139,25],[220,39],[31,6],[10,2],[0,0],[0,0],[-28,139],[-25,125],[0,0],[0,1],[-75,-13],[-15,136],[-6,60],[-25,217],[-16,149],[-1,2],[22,4],[119,21],[68,12],[0,2],[1,0],[-7,37],[-28,201],[-33,239],[-2,16],[-21,-4],[0,1],[-17,-4],[-19,-3],[-7,45],[-73,507],[-7,42],[-71,514],[-2,16],[125,-38],[28,-8],[11,-4],[14,-4],[1,0],[107,-30],[42,-13],[5,0],[10,-3],[34,203],[12,82],[12,81],[50,266],[-583,103],[-126,23],[-46,8],[1,9],[5,110],[181,-32],[284,-53],[28,-5],[31,-6],[8,-2],[394,-73],[132,-23],[24,-5],[3,0],[25,-5],[-50,384],[-121,15],[-162,20],[-53,6],[-12,2],[-134,16],[-65,9],[10,92],[1,0],[227,-24],[126,-14],[100,-11],[70,-9],[-19,145],[-58,4],[-386,37],[-4,1],[-46,4],[-346,35],[-471,46],[15,285],[0,3],[1,30],[-6,1],[0,0],[-97,2],[-41,-15],[-32,-8],[21,99],[9,43],[44,210],[25,118],[80,386],[116,574],[1,-1],[113,-23],[154,-39],[18,99],[107,-12],[-19,-105],[122,-28],[16,-4],[232,152],[273,182],[6,4],[34,23],[112,-34],[25,-11],[2,-4],[-1,-2],[1,0],[99,-193]],[[632031,780181],[126,-1],[91,2],[0,-2],[-27,-778],[-2,0],[-7,4],[-4,15],[-6,9],[-7,9],[-10,8],[-8,5],[-11,1],[-10,-2],[-17,-7],[-12,-9],[-12,-11],[-15,-17],[-14,-18],[-13,-22],[-16,-23],[-11,-12],[-18,-19],[-18,-11],[-15,-8],[-14,-5],[-13,-1],[-9,-24],[-8,-31],[-20,-95],[-3,-19],[-92,28],[-28,-103],[137,-48],[8,-25],[-2,-118],[87,9],[19,3],[-10,-25],[-25,-65],[-26,-76],[-53,-131],[-15,-42],[-13,-40],[-7,-32],[-11,-28],[-1,-18],[0,-69],[2,-20],[3,-36],[-114,-82],[-15,-6],[-128,-80],[-59,-39],[-45,-30],[-128,-81],[-104,-66],[-5,145],[-6,160],[-3,120],[-3,59],[-2,19],[-2,11],[0,1],[-5,4],[-50,34],[-4,3],[-4,2],[-83,-3],[-53,-1],[-62,72],[51,190],[319,-17],[-3,20],[-17,236],[-6,96],[1,9],[6,16],[14,20],[30,45],[40,92],[57,157],[0,71],[-4,145],[-18,28],[-29,32],[-34,60],[-52,151],[-4,17],[-2,38],[-8,42],[-19,33],[-28,20],[-27,28],[-52,6],[-35,1],[-46,-7],[-8,10],[-36,-36],[-18,3],[1,17],[-46,0],[4,14],[171,29],[64,22],[40,17],[29,16],[28,17],[48,29],[15,7],[23,8],[12,3],[18,4],[22,3],[36,3],[42,3],[55,-2],[46,-2],[34,-4],[65,-8],[134,-18],[57,-7],[12,0],[23,-1]],[[633415,771287],[0,0],[0,0],[-76,-64],[-98,-82],[-2,-4],[-9,-7],[-28,36],[-47,66],[-73,-60],[-65,-55],[-35,55],[-34,46],[122,107],[-57,96],[-121,-117],[-25,-21],[1,-1],[-6,-5],[88,-128],[-454,-385],[375,-546],[3,-4]],[[634650,768739],[11,-6],[38,-21],[22,-16],[14,-9],[197,-113],[187,-105],[19,-10],[195,-109],[106,-60],[194,-110],[191,-107],[231,-131],[108,-60],[76,-44],[18,-8],[15,-8],[108,-61],[85,-48],[19,-10],[88,-50],[126,-70],[67,-37],[20,-13],[160,-90],[97,-56],[28,-17],[23,-12],[67,-38],[92,-53],[12,22],[3,7],[1,-1],[2,4],[6,14],[161,353],[11,25],[445,980],[-1,4],[0,1],[2,1],[6,49],[-35,83],[-69,168],[-68,169],[-16,41],[-8,21],[-45,107],[-68,169],[-69,168],[-13,36],[-14,28],[-11,25],[-29,73],[-34,19],[-445,253],[-380,216],[-23,13],[-8,4]],[[637692,771266],[48,-32],[139,-98],[37,-24],[539,-375],[45,-29],[9,-7],[8,-6],[48,-32],[168,-116],[21,-17],[197,-135],[340,-236],[14,-11],[2,-2],[18,-11],[70,-47],[169,-118],[406,-283],[117,-81],[27,-5],[143,-96],[139,-96],[65,-47],[67,-46],[63,-45],[68,-46],[74,-52],[5,-8],[25,-66],[8,-32],[8,-36],[2,-25],[-4,-37],[0,-33],[3,-17],[8,-17],[-108,-192],[-45,-78],[-5,-7],[-17,-21],[-208,-250],[-75,-90],[-92,-110],[-113,-137],[-10,-12],[-2,-2],[-13,-16],[-3,-4],[-11,-16],[-1,-1],[-17,-24],[-9,-17],[-8,-14],[-8,-13],[-45,-76],[-14,-27],[-36,-70],[-24,-49],[-12,-25],[-84,-168],[-31,-65],[-3,-6],[-85,-165],[-70,-136],[-24,-47],[-13,-25],[-13,-26],[-213,-422],[-196,-390],[-3,-5],[-20,-26],[-36,-10],[-9,-6],[-38,-28],[-38,18],[-15,-25],[-18,-20],[-20,-21],[27,-47],[82,-107],[-62,-106],[-9,5],[-4,3],[-118,-228],[2,-1],[-7,-14],[-25,13],[-33,19],[-51,-62],[-101,-120],[-219,-282],[-3,-4],[-49,-63],[-105,-134],[-24,-32],[-9,5],[-14,-16],[-35,16],[-8,8],[-2,-6],[-155,-284],[-50,28],[-131,72],[-108,58],[-96,-182],[-2,-5],[-200,-372],[-10,6],[-84,46],[-135,75],[-12,7],[-202,-454],[-31,-72],[11,-6],[131,-71],[-50,-114],[-205,-462],[-6,-13],[-7,-8],[-5,-13],[137,-71],[86,-47],[3,0],[8,-4],[141,-79],[467,-256],[115,-66],[116,-64],[232,-127],[79,-46],[7,-4],[-48,-109],[-9,-22],[-191,-427],[-30,16],[2,4],[-86,47],[-58,33],[-180,100],[-3,2],[0,0],[-98,-183],[-80,-169],[-293,-603],[-40,-81],[-43,-92],[-8,-18],[11,-7],[23,-14],[14,-6],[2,-1],[216,-118],[26,-16],[23,-12],[179,-99],[114,-63],[54,-30],[16,-9],[1,-1],[0,0],[7,-4],[7,-3],[30,-15],[224,-125],[224,-125],[114,-62],[51,-29],[33,-20],[18,-10],[6,-1],[114,-77],[7,-6],[4,-8],[0,-9],[-3,-15],[-30,-90],[-2,-10],[-2,-9],[0,-8],[3,-9],[5,-6],[8,-6],[128,-67],[7,-7],[7,-8],[0,-8],[-5,-12],[-96,-187],[-184,-355],[-5,-7],[-57,20],[-2,-9],[-10,0],[-12,-63],[-7,-31],[-10,-48],[-24,-101],[-8,-27],[-17,-48],[-28,-69],[-13,-30],[-31,-74],[-18,-37],[-11,-23],[-1,-12],[-78,-162],[-84,-169],[-106,-215],[-7,-21],[-134,-278],[-87,-195],[-14,-47],[-26,-45],[-8,-15],[-113,-199],[-70,-145],[-38,-69],[20,-11],[-52,-102],[6,-271],[-3,0],[0,-2],[-10,1],[-5,0],[-117,149],[-80,101],[-2,2],[-3,3],[-3,4],[-86,109],[-73,-165],[-16,-19],[-44,-55],[-95,-117],[-16,17],[-26,-26],[-9,-9],[-66,-53],[-23,41],[-3,6],[-16,-9],[-6,13],[-268,-153],[-143,-87],[-13,-10],[-9,-12],[-4,-8],[-11,-22],[-8,-19],[-6,-5],[-3,0],[-8,5],[-21,14],[-13,-29],[-55,-23],[-119,-48],[-139,-58],[-3,25],[-17,-8],[0,-1],[3,-24],[-235,-97],[-41,-7],[53,-127],[3,-8],[20,-56],[57,26],[240,100],[131,-323],[69,-165],[21,-50],[168,-409],[174,-424],[246,-601],[-46,-37],[-31,-26],[-42,-35],[-7,-6],[-7,-7],[-32,-28],[-8,-10],[-2,-11],[2,-16],[11,-54],[20,-87],[13,-55],[11,-41],[9,-29],[40,-114],[10,-23],[5,-4],[17,-16],[16,-11],[3,0],[14,-4],[21,-3],[45,-4],[41,-4],[31,-1],[23,0],[25,3],[30,7],[63,6],[19,-3],[23,-17],[24,-19],[19,-13],[26,-8],[-112,-75],[-170,-110],[-78,-50],[-108,-70],[0,0],[-4,6],[-44,63],[-99,11],[-125,-91],[0,-1],[107,-124],[1,-1],[-7,-6],[-14,-12],[-33,-30],[-148,-129],[-61,-55],[-158,-146],[-66,-62],[-75,-83],[-101,-129],[-20,-31],[-15,-23],[-29,-50],[-9,-16],[-30,-59],[-27,-60],[-26,-69],[-20,-50],[-2,-7],[-6,-18],[-212,42],[-72,15],[-26,5],[-26,5],[-50,7],[-40,3],[-8,1],[-46,1],[-54,0],[-64,-4],[-58,-4],[-124,-14],[-177,-21],[-190,-24],[-3,0],[-15,-3],[-4,0],[-26,-4],[-20,-3],[-93,-16],[-190,-23],[-658,-81],[-117,-16],[0,0],[2,-27],[-1,0],[-63,-7],[30,-80],[38,-98],[11,-28],[18,-46],[36,-94],[49,-128],[52,-134],[33,-84],[30,-80],[37,-95],[20,-52],[6,-15],[23,-61],[18,-45],[25,-66],[99,-255],[34,-89],[56,-146],[23,-59],[4,-9],[38,-101],[-205,-30],[-207,-29],[-338,-44],[-68,-9],[-228,-30],[-27,-3],[-107,-13],[-109,-14],[-17,-2],[-63,-9],[-41,-5],[-37,-9],[-2,4],[-44,-23],[-228,-137],[-98,-53],[-135,-77],[-75,-42],[-157,-90],[-145,-83],[-98,323],[5,10],[1,57],[-46,165],[-2,64],[-5,117],[9,52],[13,31],[59,93],[54,70],[21,48],[8,113],[-12,41],[-90,79],[-28,9],[-34,-3],[-20,0],[-32,31],[-34,-9],[-174,-32],[-38,-17],[-2,-39],[-71,-10],[-32,-4],[-25,-3],[-28,-4],[-46,-6],[-28,-4],[-55,-8],[-36,-5],[-36,-5],[-3,0],[-34,-5],[-12,22],[-8,13],[-7,5],[-25,23],[-114,15],[-59,-16],[-72,1],[-100,20],[-213,41],[-12,2],[-14,-1],[-5,-2],[-14,-11],[-71,-66],[-28,-12],[-103,-12],[-108,-11],[-4,-1],[-34,11],[-8,-5],[11,209],[-15,2],[0,0],[-4,1],[-19,2],[15,212],[-2,95],[62,10],[3,2],[0,-2],[18,-19],[30,-19],[0,-3],[5,0],[6,-3],[85,0],[6,-1],[0,0],[26,0],[1,47],[-30,4],[-1,9],[-2,113],[-18,0],[-25,459],[7,7],[-19,-2],[-3,49],[-1,25],[-12,0],[-11,0],[-19,0],[-48,1],[-45,1],[-26,-3],[-33,-7],[-104,-34],[-72,-21],[-46,-13],[-30,-8],[-50,-13],[-24,-5],[-60,-17],[-42,-9],[-48,-5],[-50,-4],[-29,3],[-16,1],[-43,-1],[-24,1],[-22,9],[-27,13],[-45,24],[-170,94],[-27,9],[-19,4],[-23,2],[-23,-2],[-29,-5],[-57,-12],[-49,-16],[-42,-16],[-68,-25],[-59,-26],[-54,-25],[-39,-21],[-5,-1],[-99,3],[-18,-2],[-74,1],[0,0],[-15,0],[-37,-13],[0,-23],[3,-83],[4,-76],[8,-60],[13,-67],[14,-59],[19,-77],[4,-18],[124,-481],[-118,-97],[-21,-17],[-4,-12],[-14,0],[-13,9],[-9,-4],[-34,-3],[-8,-9],[23,-124],[24,7],[22,5],[24,-7],[17,-17],[6,-32],[33,-10],[24,-7],[7,-2],[37,-15],[92,-11],[7,-12],[11,-36],[-35,7],[-106,35],[-51,-55],[-4,0],[0,-4],[-23,-25],[38,-17],[1,-2],[38,-38],[62,-58],[6,-4],[28,-49],[-80,-87],[-129,126],[-45,41],[-103,85],[6,11],[12,-9],[56,145],[-44,29],[-48,10],[-22,10],[0,-5],[-17,3],[-25,-128],[3,0],[-1,-12],[-25,6],[-51,3],[-26,-1],[-49,-7],[0,4],[-21,-1],[-148,-38],[-34,-10],[-93,-28],[-25,-9],[-52,131],[-10,-5],[-39,86],[-104,-57],[94,-209],[-21,-12],[-55,-27],[-46,-21],[-35,-13],[-37,-9],[-125,-19],[-53,-10],[-47,-10],[-34,-12],[-47,-24],[-78,-76],[20,40],[-1,1],[5,15],[4,10],[3,11],[-80,121],[-319,-258],[-172,-138],[-4,7],[-13,23],[-40,67],[-13,20],[-54,95],[-44,71],[-7,12],[-8,9],[-12,16],[-4,4],[-8,10],[-22,24],[-28,25],[-18,15],[-16,14],[-8,7],[-5,4],[-58,50],[-40,36],[-2,2],[-3,2],[-23,21],[-17,15],[-15,12],[-198,173],[-9,7],[-3,-6],[-4,4],[-24,10],[-14,10],[-19,8],[-21,4],[-44,5],[-141,15],[21,112],[-123,39],[-23,-105],[-89,65],[-65,46],[-1,-2],[-28,21],[-16,11],[1,1],[0,-1],[9,-6],[53,147],[17,46],[33,90],[23,62],[32,88],[12,32],[26,72],[140,385],[27,76],[29,77],[25,71],[-8,4],[29,79],[39,86],[-17,9],[-17,9],[-82,37],[-254,109],[-47,18],[-52,17],[-63,19],[-23,5],[-37,8],[0,0],[-12,3],[-47,4],[-32,13],[-26,30],[-38,60],[-40,39],[-12,17],[-11,21],[-6,23],[-5,53],[-23,32],[-7,-6],[-8,2],[-21,10],[-52,22],[-69,21],[0,-18],[0,-140],[0,-8],[-1,-278],[0,-126],[-10,-313],[-43,8],[-37,13],[-36,17],[-65,36],[-2,109],[-219,31],[17,-130],[52,-398],[-6,-25],[-14,-26],[-1,-1],[0,-1],[20,-62],[-7,-212],[-3,-139],[-202,33],[-198,32],[-94,-111],[-96,-112],[-2,1],[-199,20],[-189,22],[-52,5],[-44,5],[-20,2],[-14,1],[7,285],[13,561],[2,26],[-123,-6],[-91,-2],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,-1],[-1,0],[0,0],[-1,-1],[-1,-1],[0,0],[-1,-1],[-1,-1],[0,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-3,-18],[-6,-99],[-2,-44],[-155,-32],[-57,-12],[-172,-35],[-44,-9],[-55,-11],[-178,-35],[-149,-31],[49,218],[83,374],[26,115],[3,0],[11,51],[41,176],[73,317],[33,149],[8,33],[-1,0],[-1,1],[-32,30],[-1,1],[-13,12],[-2,0],[-2,2],[-4,2],[-26,20],[-49,38],[-29,26],[-18,27],[-8,17],[-5,33],[-7,107],[-7,62],[-8,43],[-18,44],[-20,27],[-22,19],[-1,-1],[-16,-4],[-8,-3],[-6,-2],[-18,-6],[-14,-4],[-40,-16],[-40,-17],[-50,-26],[-23,-7],[-13,2],[-152,42],[-146,40],[-2,2],[-14,30],[-7,7],[-24,10],[-182,51],[-246,67],[-73,20],[-3,-1],[-54,-17],[-85,-30],[-137,-54],[-44,-13],[-51,-7],[-153,-87],[-136,-80],[-112,-69],[-18,-8],[-30,-17],[-26,-18],[-23,-20],[-79,-71],[-32,-31],[-34,-30],[-9,-11],[-3,-2],[-6,-6],[-5,-6],[-7,-9],[-6,-7],[-26,-29],[-49,-58],[-30,-38],[-47,-52],[-27,-32],[-11,-14],[-124,-142],[-90,-106],[-125,-156],[-49,-61],[-25,-31],[-26,-37],[-47,-76],[-16,-26],[-45,-78],[-23,-43],[-27,-48],[-12,-18],[-83,-144],[-60,-109],[-53,-89],[-3,-5],[-2,-3],[-6,4],[-285,-499],[4,-4],[-34,-71],[-1,-4],[0,0],[-3,-8],[0,-12],[-6,-11],[-14,-32],[-9,-31],[-4,-30],[-52,4],[4,-109],[-36,-2],[-69,21],[-58,-152],[-7,-16],[-24,21],[-44,32],[-22,18],[-16,13],[-33,24],[-20,14],[-42,35],[-172,131],[-60,42],[-146,117],[-66,52],[-25,18],[-23,22],[-12,17],[-1,21],[17,88],[45,216],[29,154],[2,14],[-5,15],[-2,2],[2,10],[-6,4],[2,9],[35,181],[32,155],[11,60],[27,134],[18,89],[104,519],[13,66],[70,336],[40,196],[5,23],[15,69],[0,0],[-27,21],[-674,567],[-456,364],[-349,279],[7,13],[-1,6],[-27,22],[11,22],[58,120],[-28,24],[-205,204],[-20,18],[-18,17],[-229,235],[-268,263],[13,34],[-13,17],[-156,156],[-163,160],[-34,34],[17,53],[-8,6],[1,5],[-334,246],[-171,123],[-43,32],[-52,38],[-3,1],[-10,8],[-1,-4],[-4,2],[-2,-11],[-21,2],[1,27],[38,248],[16,91],[15,33],[0,12],[10,69],[6,21],[11,21],[44,59],[26,31],[19,22],[4,-3],[1,2],[3,3],[2,3],[4,4],[3,3],[2,3],[3,3],[2,3],[2,2],[2,3],[2,2],[5,6],[3,4],[2,3],[3,5],[3,5],[3,4],[3,6],[2,6],[6,13],[3,8],[9,26],[1,5],[2,7],[1,9],[3,11],[2,16],[1,21],[0,18],[0,19],[0,19],[0,76],[0,76],[1,27],[0,48],[1,39],[-1,25],[0,1],[1,83],[1,89],[0,78],[0,1],[0,3],[0,5],[0,4],[-1,8],[-1,7],[-1,7],[-2,7],[-1,6],[-3,10],[-2,6],[-2,6],[-2,3],[-1,6],[-4,5],[-2,4],[-2,6],[-3,6],[-3,5],[-3,6],[-3,5],[-6,7],[1,4],[2,5],[-65,28],[-13,8],[71,-24],[60,-27],[34,-17],[37,-9],[47,-3],[37,4],[73,69],[72,67],[67,60],[5,3],[75,130],[82,141],[31,-12],[29,32],[0,0],[4,-1],[21,20],[62,58],[140,131],[5,5],[1,1],[0,0],[25,-11],[86,-39],[8,1],[55,79],[153,218],[137,194],[36,51],[2,37],[-12,70],[-22,158],[3,8],[72,101],[59,86],[40,58],[12,18],[11,48],[35,138],[29,129],[94,383],[0,9],[-68,49],[-109,81],[-161,120],[-33,21],[-57,24],[-11,11],[-7,6],[3,4],[-17,33],[-8,7],[-14,15],[-131,-165],[-3,-4],[2,-18],[7,-7],[-4,-1],[-3,2],[-2,-3],[-11,-3],[-171,-215],[-300,-371],[-19,-21],[3,-11],[-5,-6],[-120,-151],[-79,-97],[-103,71],[-209,147],[-145,-182],[-88,-110],[16,-15],[45,53],[17,-23],[8,-2],[58,56],[29,-28],[31,30],[27,-5],[75,-70],[26,34],[111,-84],[-30,-39],[-38,-44],[-200,-207],[-329,-336],[-85,384],[-256,-162],[-114,-67],[-49,-29],[-159,-91],[-32,156],[-103,458],[49,29],[-1,2],[4,3],[-74,340],[8,15],[8,8],[-2,14],[-1,1],[0,0],[-205,-57],[0,0],[0,0],[-320,-97],[-12,-5],[-15,-6],[-23,-19],[-3,-2],[40,-175],[26,-114],[24,-133],[9,-30],[9,-26],[2,-8],[29,-132],[36,-203],[7,-33],[5,-34],[3,-23],[2,-4],[-22,-16],[-106,-49],[-10,-4],[-170,-96],[-59,-27],[-8,-11],[-9,-5],[-6,-6],[-37,-15],[-36,-4],[-95,-6],[-109,-1],[-199,-4],[-52,2],[-25,5],[-5,-2],[-8,-24],[-3,4],[-17,-46],[-21,-44],[-18,-31],[-17,-16],[-35,-31],[-56,-40],[-55,-42],[-61,-43],[-85,-63],[-82,-58],[-5,13],[-102,-58],[-115,-65],[0,-3],[-5,-4],[-41,-22],[-23,-16],[-33,-37],[-56,-71],[-76,-92],[184,-326],[70,-123],[9,-15],[16,14],[5,1],[2,1],[89,-234],[9,-22],[3,-5],[64,-160],[24,-70],[42,-39],[25,-27],[63,-71],[27,-35],[18,-30],[2,-14],[-6,-19],[-20,-30],[-4,-15],[1,-17],[9,-19],[240,-471],[41,-79],[64,-128],[5,1],[35,33],[33,38],[29,35],[32,53],[18,32],[5,6],[26,52],[10,17],[8,18],[21,29],[25,29],[35,32],[17,13],[9,5],[5,9],[5,25],[10,12],[48,49],[120,131],[5,1],[125,-159],[148,-194],[6,-7],[-118,-119],[-19,-22],[-3,-3],[-3,-5],[-70,-81],[-37,-40],[-11,-13],[-31,-37],[-28,-38],[-25,-39],[-3,-5],[-17,-25],[-37,-65],[-18,-23],[-26,-41],[-30,-43],[-12,-18],[-14,-14],[-14,-16],[-13,-15],[-4,-4],[7,-32],[0,-2],[-1,-6],[-9,-22],[-40,-55],[-9,-13],[-64,-74],[-79,-108],[-70,-96],[-101,-137],[-66,-90],[-52,-61],[6,-9],[0,0],[3,-4],[255,-386],[0,0],[38,-59],[20,-29],[260,-395],[-49,-65],[-70,-96],[-39,-56],[-43,-53],[-43,-54],[-34,-37],[-43,-45],[-48,-44],[-45,-34],[-44,-31],[-42,-33],[-23,-17],[0,0],[-161,262],[-55,81],[-173,227],[-6,3],[-10,-9],[-75,-73],[-156,-147],[-75,-74],[-3,-3],[-1,0],[-94,-88],[-18,-7],[-21,-41],[-59,-102],[-1,0],[-73,-127],[-8,-14],[-70,-121],[-6,-12],[-63,-110],[-281,-484],[-231,-400],[-56,-95],[-114,107],[-44,38],[-12,10],[-1,-2],[-4,3],[-8,7],[-16,11],[-54,34],[-27,15],[-45,26],[-105,63],[-74,45],[-101,61],[-45,28],[-38,20],[-65,33],[-9,5],[-9,5],[-34,17],[-49,22],[-41,15],[-46,13],[-36,12],[-36,15],[-34,15],[-25,14],[-54,34],[-81,50],[-25,15],[-65,37],[-36,22],[-26,12],[-5,2],[-13,3],[0,0],[6,13],[34,-21],[2,4],[31,57],[-129,62],[-2,1],[-32,-60],[-8,-14],[-3,-4],[-3,4],[-2,12],[-22,41],[-15,-6],[-13,3],[-59,9],[-105,13],[-92,12],[-9,0],[-5,1],[-18,4],[-132,11],[-161,20],[-54,9],[-42,8],[-38,13],[-21,6],[-38,17],[-154,73],[-50,24],[-32,18],[-30,13],[-19,4],[-14,1],[-20,4],[-5,-1],[-84,2],[-12,-3],[-34,2],[-65,4],[-85,6],[-73,6],[-41,5],[-23,2],[-161,23],[-69,13],[-85,11],[-27,-1],[-48,-6],[-53,-5],[-52,2],[-34,6],[-19,9],[-14,11],[27,48],[14,25],[54,95],[131,231],[90,163],[-7,14],[-144,137],[-147,-116],[-13,-7],[-32,-5],[-211,-161],[-149,-108],[-47,-25],[-33,-11],[-21,1],[-166,-289],[-9,-18],[-3,-8],[-4,-8],[-5,-11],[-483,-847],[-61,-108],[-125,-218],[-124,-220],[-1,-29],[-1,0],[-12,-109],[8,0],[0,-7],[-3,-16],[-3,0],[-2,-20],[-16,-36],[-29,-38],[-15,3],[-110,6],[-38,4],[-34,10],[-41,22],[-94,48],[-82,48],[-88,52],[-24,12],[-62,27],[-54,14],[-54,7],[-12,-2],[-8,-23],[-136,-264],[-60,-120],[48,-114],[-111,-74],[-25,-16],[-55,-36],[-1,-1],[-333,-221],[1,-2],[-3,-2],[23,-30],[-26,-34],[0,-1],[-2,-1],[-446,-613],[-100,-137],[10,-20],[0,-9],[-23,-32],[17,-25],[-2,-9],[-12,-49],[-22,-37],[-17,13],[-14,12],[-7,5],[-28,22],[-48,16],[-27,4],[-39,26],[-114,69],[-102,71],[-42,37],[-36,-45],[-253,-324],[-15,-19],[-1,1],[-4,-5],[-30,11],[-407,152],[-137,-171],[-184,181],[-15,-14],[3,-3],[13,-12],[-117,-145],[-2,1],[-3,0],[-2,-1],[-2,-2],[-124,119],[-40,39],[373,485],[13,-11],[61,-71],[135,173],[6,-6],[91,-92],[176,223],[-6,7],[6,7],[-7,9],[30,41],[-118,134],[4,4],[381,397],[261,271],[-5,7],[1,0],[-35,53],[-262,406],[243,181],[58,44],[-3,5],[11,7],[-70,114],[-160,247],[-80,134],[762,561],[7,6],[116,-163],[44,-63],[62,-90],[5,-9],[8,-14],[9,-28],[282,225],[149,114],[87,-137],[16,12],[6,4],[228,175],[17,13],[3,142],[0,514],[-1,207],[0,317],[9,8],[101,80],[83,66],[315,247],[68,-119],[1,-3],[4,-7],[109,-191],[1,-2],[-4,-3],[240,-425],[119,-214],[47,-90],[12,-16],[25,-44],[1,-2],[0,-1],[10,-16],[10,-20],[10,15],[4,-3],[60,88],[166,254],[83,124],[50,72],[127,91],[108,76],[127,91],[50,4],[24,15],[342,267],[7,12],[8,34],[0,9],[-25,81],[1,19],[20,21],[205,155],[10,14],[6,7],[159,125],[53,38],[18,19],[3,10],[4,37],[5,12],[57,42],[105,82],[20,12],[13,17],[11,-8],[24,49],[-1,19],[-27,63],[-3,6],[0,21],[1,9],[4,27],[-5,13],[-19,42],[-12,43],[108,242],[10,24],[16,36],[41,89],[23,52],[18,39],[-31,25],[-134,112],[-196,167],[-3,4],[-6,9],[-23,17],[-183,-133],[-125,-88],[-99,94],[-116,106],[-80,76],[-105,97],[30,44],[81,105],[115,153],[-11,12],[-76,64],[-235,199],[-15,19],[10,18],[36,51],[51,73],[-34,27],[-90,74],[-225,196],[-185,159],[-102,84],[2,8],[1,4],[43,65],[34,52],[31,50],[4,7],[-140,124],[-147,132],[2,8],[-115,92],[-14,13],[-59,54],[-4,4],[-27,2],[-81,34],[-61,23],[-96,40],[-91,42],[-101,50],[-1,0],[17,23],[890,643],[1,2],[7,-2],[7,-4],[3,-2],[12,-6],[13,22],[0,13],[26,45],[126,211],[87,150],[39,65],[8,13],[0,0],[3,1],[9,13],[-2,6],[41,69],[61,105],[53,89],[17,30],[14,27],[14,21],[36,57],[1,1],[4,0],[6,15],[2,9],[30,49],[21,40],[37,63],[21,31],[26,43],[45,78],[61,104],[46,77],[1,0],[4,1],[5,13],[4,11],[41,67],[55,94],[35,58],[36,63],[42,70],[3,5],[5,8],[9,15],[3,12],[136,224],[122,201],[2,-1],[16,23],[0,6],[24,44],[47,77],[54,91],[59,95],[28,51],[34,56],[43,68],[90,150],[13,20],[13,25],[3,5],[45,74],[46,77],[4,4],[10,16],[10,18],[68,113],[82,138],[96,157],[3,4],[1,0],[6,0],[3,-2],[3,20],[2,7],[61,104],[73,117],[12,17],[1,7],[25,39],[32,58],[26,43],[21,34],[23,37],[87,139],[18,30],[4,2],[9,-8],[15,21],[0,5],[16,25],[124,204],[5,5],[10,14],[-1,6],[6,13],[197,330],[7,9],[10,16],[0,5],[79,135],[49,80],[8,12],[4,5],[1,0],[4,0],[6,17],[2,7],[127,215],[74,121],[8,8],[9,18],[114,192],[85,140],[35,61],[94,155],[28,41],[38,50],[27,22],[-1,5],[6,12],[87,146],[26,41],[6,5],[1,1],[10,18],[-1,7],[9,12],[42,71],[10,19],[77,129],[7,9],[11,17],[3,11],[11,16],[111,187],[75,122],[62,101],[46,81],[54,88],[0,0],[4,2],[7,16],[1,7],[45,76],[58,96],[11,23],[34,54],[3,6],[4,1],[10,16],[-2,6],[11,18],[133,219],[6,5],[9,20],[3,9],[73,122],[63,107],[4,4],[2,1],[2,1],[9,16],[1,5],[4,10],[18,32],[14,24],[20,33],[12,19],[30,53],[18,24],[23,23],[24,21],[425,390],[75,69],[5,3],[15,12],[3,4],[97,90],[52,45],[91,82],[6,3],[27,27],[8,9],[186,169],[53,47],[9,8],[23,17],[1,7],[36,32],[80,72],[151,137],[9,10],[5,0],[16,8],[-2,11],[-3,11],[-6,23],[30,31],[128,114],[44,42],[17,15],[37,17],[37,16],[10,14],[28,43],[17,28],[34,32],[36,36],[39,34],[8,8],[132,116],[109,101],[28,-36],[8,-10],[183,-211],[10,-9],[57,-68],[52,-59],[98,-114],[58,-63],[-1,-1],[-51,-57],[-76,-85],[-122,-135],[-199,-226],[-129,-138],[-109,-118],[-187,-200],[-35,-39],[-55,-57],[-22,-25],[-11,-2],[-9,-4],[21,-16],[6,-5],[-5,-4],[24,-21],[-14,-16],[51,-45],[121,-112],[141,-124],[135,-124],[171,-152],[15,15],[7,-6],[465,510],[1,-1],[108,113],[106,115],[68,71],[143,153],[83,85],[1,5],[30,30],[60,67],[85,90],[52,56],[61,66],[31,35],[48,53],[7,2],[11,11],[1,5],[71,77],[4,0],[14,12],[0,6],[93,103],[5,1],[8,-10],[13,15],[213,-252],[22,25],[4,1],[17,-18],[25,-29],[58,-67],[58,-66],[58,-67],[58,-67],[83,-96],[-62,-68],[-75,-79],[-35,-38],[-55,-63],[-20,-21],[-79,-87],[-83,-89],[-75,-85],[-42,-45],[1,-2],[314,-354],[2,-3],[1,-1],[438,-495],[23,-26],[32,35],[44,45],[31,35],[40,42],[33,36],[89,92],[116,126],[69,70],[72,79],[141,150],[173,184],[62,62],[10,-10],[90,-105],[102,-120],[102,-116],[36,-42],[128,-150],[7,-9],[-5,-5],[66,-77],[5,5],[31,-36],[196,-228],[4,0],[12,-16],[53,-63],[67,-79],[106,-120],[86,-100],[153,-178],[31,-38],[-89,-94],[-272,-284],[-68,-67],[-45,-46],[-50,-48],[-56,-58],[-15,-14],[-25,-23],[-189,-191],[10,-11],[-7,-7],[29,-30],[10,-24],[54,-57],[73,-74],[53,-55],[64,-69],[158,-162],[55,-59],[155,-162],[19,-17],[15,-16],[-9,-14],[878,-902],[10,15],[36,-36],[98,128],[1,16],[177,223],[71,92],[14,19],[99,129],[9,10],[28,36],[9,12],[10,13],[49,64],[53,70],[13,17],[21,25],[11,15],[29,35],[121,157],[82,107],[46,60],[26,36],[28,37],[8,7],[5,15],[74,97],[148,196],[57,74],[312,413],[42,54],[269,357],[70,-4],[94,107],[32,36],[-9,42],[-12,25],[-26,34],[-41,21],[-133,-162],[-45,38],[-3,3],[-9,12],[-6,12],[-6,18],[-6,25],[-1,25],[4,21],[7,14],[61,131],[17,38],[35,87],[27,67],[21,50],[29,73],[2,6],[8,23],[3,12],[3,12],[3,11],[3,11],[2,12],[2,11],[1,10],[6,33],[11,57],[8,43],[84,458],[29,154],[67,350],[7,33],[11,61],[17,87],[69,370],[86,453],[6,30],[58,296],[195,-47],[2,8],[33,185],[-38,13],[5,27],[53,276],[-165,-8],[4,19],[-1,2],[-7,25],[0,5],[-1,0],[-21,-3],[-272,-9],[-161,-7],[-18,-1],[-63,-73],[-269,8],[-49,1],[-30,6],[-21,8],[-199,9],[-18,3],[-168,7],[-137,5],[-16,-2],[-293,12],[-17,-1],[-283,2],[-14,44],[-22,62],[-106,270],[-141,370],[-37,92],[-21,60],[-19,45],[-59,153],[-39,102],[-52,137],[-95,242],[-2,16],[7,15],[9,14],[39,40],[72,79],[72,77],[28,29],[42,46],[14,13],[118,129],[152,163]],[[620111,773272],[16,-3],[195,-24],[1,14]],[[621414,774353],[45,114],[8,17],[87,220],[127,321],[79,195],[82,183],[54,131],[44,111]],[[622297,776533],[12,37],[15,52],[11,34],[20,91],[16,85],[4,18],[-13,63]],[[621245,779277],[2,1],[-59,123],[0,4],[-4,19],[-30,63],[-109,236],[-7,16],[-34,82],[40,22],[2,1],[22,13],[25,12],[78,48],[67,41],[73,46],[116,70],[77,47],[53,31],[248,143],[267,152],[134,76],[251,142],[193,110],[82,46],[6,5],[2,1],[15,9],[119,66],[66,38],[10,6],[74,41],[203,115],[162,94],[54,30],[68,39],[61,34],[55,31],[49,27],[37,21],[56,33],[48,27],[44,25],[43,24],[36,19],[42,24],[144,80],[0,1],[60,35],[57,33],[9,6],[17,8],[31,17],[12,-1],[10,5],[17,17],[10,6],[18,11],[29,18],[39,23],[41,23],[51,27],[37,22],[42,23],[50,27],[57,33],[62,36],[48,26],[40,23],[44,25],[42,24],[46,27],[52,29],[47,27],[10,6],[25,-48],[38,-65],[1,1],[27,-48],[52,-89],[57,-99],[22,-39],[17,-42],[24,-67],[33,-97],[16,-44],[2,-7],[16,-41],[2,-11],[10,-28],[5,-11],[51,-149],[61,-177],[47,-140],[9,-27],[125,55],[440,201],[216,98],[4,2],[37,15],[25,0],[3,18],[8,47],[80,422],[2,17],[26,133],[4,25],[25,137],[6,41],[11,-4],[3,-1],[0,-55],[1,-100],[0,-132],[1,-17],[2,-12],[-4,0],[4,-30],[0,-1],[14,-100],[22,-152],[24,-171],[28,-225],[6,1],[3,-23],[38,-252],[78,-11],[45,-5],[17,-3],[6,-11],[33,10],[100,31],[84,25],[128,38],[22,5],[28,-25],[45,20],[92,64],[33,-55],[34,-57],[18,-31],[134,112],[34,28],[44,35],[23,15],[26,18],[17,10],[33,24],[57,40],[19,13],[12,10],[13,12],[40,32],[22,18],[12,9],[26,20],[28,21],[50,50],[14,17],[7,6],[10,8],[16,13],[22,30],[12,13],[6,6],[-1,0],[9,10],[-2,24],[21,15],[56,41],[34,25],[15,10],[46,2],[29,-5],[5,-5],[16,-57],[-67,-95],[-59,-90],[-35,-132],[0,-107],[10,-107],[20,-110],[34,-116],[49,-104],[64,-30],[61,-31],[42,-20],[22,-9],[18,-6],[20,-3],[23,0],[82,9],[14,0],[10,-1],[0,0],[11,-6],[12,-3],[13,-1],[29,6],[12,-1],[19,-5],[16,-3],[23,0],[15,2],[16,6],[22,11],[27,16],[32,21],[25,14],[14,8],[14,7],[68,36],[29,13],[20,7],[22,2],[29,0],[29,7],[22,6],[34,8],[46,2],[50,0],[44,2],[30,3],[20,5],[30,11],[25,13],[40,19],[15,10],[23,11],[18,7],[37,4],[32,2],[55,2],[47,9],[28,7],[28,10],[19,15],[18,13],[17,21],[3,8],[8,15],[11,32],[10,26],[45,116],[14,23],[12,14],[108,93],[0,0],[-9,26],[12,2],[49,10],[24,8],[45,22],[47,26],[16,11],[6,4],[22,18],[22,-6],[1,1],[34,24],[19,-7],[25,85],[12,29],[25,54],[49,6],[87,11],[55,6],[83,10],[22,2],[22,2],[21,2],[49,5],[25,3],[3,0],[40,-3],[69,-6],[26,-2],[53,-3],[55,-5],[12,3],[36,21],[39,24],[1,1],[47,30],[12,8],[45,28],[57,36],[-10,-54],[-12,-49],[-9,-42],[-15,-65],[-14,-58],[-15,-62],[-10,-43],[-14,-60],[-15,-61],[-19,-76],[-19,-87],[-21,-87],[-33,-138],[-47,-208],[-19,-75],[-17,-71],[-18,-82],[-30,-164],[-23,-129],[8,1],[-2,-10],[-13,-74],[-7,-27],[-5,-12],[-26,-35],[-20,-21],[-14,-10],[-26,-9],[-16,-2],[-19,4],[-16,6],[-17,9],[-20,4],[-20,-2],[-14,-6],[-14,-10],[-17,-19],[-33,0],[-142,-2],[-15,-8],[-10,-16],[3,-29],[4,-21],[15,-17],[18,-5],[0,-23],[27,0],[94,-17],[59,-4],[-3,-55],[-31,7],[-24,4],[-15,-1],[-18,-3],[-81,-17],[-110,-26],[-55,-14],[-48,-11],[-81,-24],[-3,-22],[-2,-16],[-15,-41],[12,-80],[35,-5],[29,-70],[40,10],[103,49],[38,3],[22,-23],[40,-55],[131,35],[-223,-892],[0,-1],[0,0],[-2,-358],[-70,-5],[5,-67],[3,-4],[3,-108],[141,7],[6,-102],[4,-109],[1,-11],[3,-78],[3,-63],[2,-39],[61,1],[1,-14],[5,-111],[3,-87],[1,-18],[9,1],[59,3],[21,4],[17,2],[8,2],[26,7],[53,18],[3,-32],[58,-619],[2,-25],[-257,-74],[-32,-9],[-174,-48],[-30,-7],[-49,-5],[-184,-13],[3,-23],[19,-187],[25,-257],[6,-53],[4,-72],[27,-10],[0,-3],[22,-10],[84,-34],[80,-29],[86,-28],[89,-30],[76,-24],[60,-16],[56,-17],[69,-17],[69,-18],[86,-21],[67,-14],[23,-5],[7,-1],[45,-11],[101,-22],[90,-20],[71,-17],[27,-8],[22,-8],[22,-7],[23,-6],[23,-6],[29,-7],[35,-9],[30,-6],[39,-10],[57,-12],[53,-12],[3,-1],[16,-3],[3,0],[27,-6],[52,-13],[68,-16],[49,-14],[49,-16],[100,-30],[11,-3],[4,-4],[4,-5],[2,-8],[1,-10],[1,-12],[-1,-31],[-1,-43],[-1,-27],[-1,-19],[2,-40],[0,-3],[3,-30],[43,10],[-3,31],[2,19],[3,20],[5,19],[10,28],[18,42],[10,19],[10,5],[9,4],[9,-1],[134,-39],[128,-39],[89,-26],[119,-36],[101,-41],[150,-58],[107,-40],[115,-48],[144,-65],[117,-56],[28,-9],[54,-24],[80,-39],[60,-31],[72,-37],[38,-21],[38,-21],[94,-54],[24,-14],[118,-64],[4,-5],[7,-6],[13,-16],[10,-33],[37,3],[1,0],[44,-65],[146,-82],[25,8],[36,0],[0,0],[9,-9],[23,-13],[43,-31],[40,-18],[15,-9],[37,-22],[11,10],[83,18],[0,5],[140,120],[126,107],[125,106],[126,107],[43,37],[14,16],[12,15],[173,146],[217,196],[85,71],[143,118],[82,-118],[93,-138],[168,-248],[84,-125],[84,-121],[176,-252],[143,-207],[172,-252],[99,-142],[89,-131],[83,-120],[-120,-101],[-50,-43],[-176,-150],[-211,-175],[-163,-141],[-9,-6],[-60,-51],[-16,-11],[-17,-12],[-38,-35]],[[632487,771454],[55,-84],[174,135],[2,2],[-2,3],[-4,8],[-34,78],[-6,19],[-6,-1],[-33,-28],[-79,-41],[-19,-15],[-34,-54],[-9,-8],[-9,-7],[4,-7]],[[632852,771452],[55,-79],[45,37],[-5,8],[20,17],[31,27],[-57,85],[-40,-33],[15,-22],[-64,-40]],[[621383,770720],[30,-107],[103,32],[-10,35],[-21,75],[-102,-35]],[[621558,767869],[47,-20],[15,40],[5,-2],[78,-34],[87,234],[-228,104],[-48,-210],[25,-12],[-3,-7],[-25,-71],[47,-22]],[[621188,766539],[19,-18],[21,83],[-24,24],[-19,-24],[16,-16],[-13,-49]],[[621004,766144],[164,-158],[132,139],[93,95],[13,13],[2,2],[-7,9],[-3,3],[-8,10],[-2,2],[-5,5],[-55,62],[-98,101],[-2,3],[-7,-8],[-89,-116],[-128,-162]],[[622179,766050],[22,-12],[89,29],[-9,55],[-27,67],[-106,-40],[-22,-10],[8,-19],[27,-46],[18,-24]],[[622413,765296],[62,-38],[6,10],[89,134],[55,84],[-6,16],[-52,128],[-96,-42],[-38,26],[-106,62],[-32,-63],[-15,13],[-101,81],[-55,42],[-44,-49],[-40,56],[-15,30],[-39,34],[-143,-57],[7,-10],[39,-52],[16,-18],[26,-28],[21,-24],[28,-25],[9,-8],[8,-7],[31,-28],[24,-19],[24,-17],[59,-40],[72,-48],[2,-2],[19,-12],[55,-37],[53,-35],[45,-31],[12,-13],[20,-13]],[[622590,765341],[-70,-104],[-16,-25],[43,-39],[18,-21],[17,-19],[40,-45],[80,109],[72,73],[-152,119],[-32,-48]],[[628973,765167],[63,-83],[70,-93],[163,137],[-164,164],[-30,-23],[-102,-102]],[[625617,763168],[-127,-138],[23,-27],[188,-204],[65,-71],[273,-298],[0,-1],[1,1],[96,79],[47,39],[-566,620]],[[628746,762565],[179,-448],[68,-172],[25,46],[31,59],[69,126],[12,20],[24,38],[-29,44],[118,119],[-22,30],[-36,49],[-24,12],[-236,-133],[-109,268],[-70,-58]],[[610481,761878],[120,187],[116,180],[51,78],[38,58],[5,8],[-17,14],[-142,112],[-3,-5],[-82,65],[-117,93],[-108,85],[4,6],[-64,51],[-160,127],[-150,120],[-121,97],[-5,-8],[-66,-107],[-59,-95],[-26,-41],[-80,-130],[-89,-144],[-66,-106],[176,-143],[245,-197],[253,-201],[22,-16],[248,-205],[1,-1],[76,118]],[[610020,761745],[-20,22],[-28,-40],[76,-63],[30,-27],[-49,-74],[-29,-42],[-29,-49],[26,-21],[138,-110],[62,97],[82,128],[-109,90],[-12,-18],[-138,107]],[[625879,761357],[-82,-87],[-40,-39],[162,-197],[7,6],[121,-144],[154,-188],[147,-178],[191,-227],[129,-156],[43,-51],[101,-123],[70,-85],[9,-11],[208,-251],[-3,-3],[253,-303],[33,28],[4,5],[32,31],[82,83],[109,109],[16,16],[-157,376],[-114,273],[-2,5],[-21,37],[126,83],[99,64],[149,100],[201,132],[96,64],[-143,352],[-302,-197],[-102,-67],[-67,-44],[-171,-112],[-100,-66],[-71,-47],[-5,14],[-30,70],[-29,70],[-31,73],[-48,115],[-29,70],[-29,69],[-31,75],[-41,98],[-47,111],[-26,62],[-51,121],[-100,-33],[-81,-27],[-101,-33],[-63,-21],[-26,69],[-27,73],[-108,-38],[-7,-3],[-81,-29],[-68,-24],[-97,-58],[-11,-12]],[[628114,761155],[84,-213],[29,-73],[22,14],[71,64],[84,75],[-98,232],[-192,-99]],[[616974,761011],[-51,44],[-51,46],[-15,-17],[2,-19],[-25,-38],[-141,124],[0,0],[-2,0],[-105,-140],[-12,-16],[221,-180],[23,3],[24,-4],[132,197]],[[611404,761725],[13,-8],[7,0],[4,1],[14,10],[73,105],[-99,78],[-62,-83],[-10,-13],[-19,-27],[79,-63]],[[624634,762670],[41,-51],[156,148],[-48,56],[-21,-21],[-37,-31],[-36,-32],[-38,-39],[9,-11],[0,-4],[-26,-15]],[[624893,762546],[-26,-35],[-12,-3],[-11,-9],[-10,-18],[-23,-23],[48,-57],[94,96],[5,12],[-32,39],[-9,7],[-12,1],[-12,-10]],[[626437,762405],[-112,-83],[-17,-14],[-70,-60],[-20,-18],[-18,-20],[130,-142],[100,-110],[18,11],[26,14],[24,15],[25,14],[23,13],[23,14],[24,16],[28,19],[31,21],[39,30],[108,86],[51,43],[-271,296],[-142,-145]],[[609706,760461],[59,-47],[49,73],[63,95],[-18,14],[-49,40],[-60,49],[-2,1],[-111,-169],[3,-2],[66,-54]],[[609116,759704],[-48,-72],[50,-40],[18,28],[17,25],[13,19],[-50,40]],[[606665,759599],[-65,51],[-8,-13],[-46,-71],[51,-40],[129,-104],[20,-16],[54,-44],[46,-36],[10,17],[43,69],[-42,33],[-78,62],[-114,92]],[[606643,759439],[-98,81],[-1,-3],[-47,-76],[92,-79],[53,76],[1,1]],[[608656,759210],[-37,-59],[-25,21],[-36,-44],[-61,-106],[25,-20],[55,-44],[7,9],[102,156],[27,42],[-57,45]],[[608707,759079],[-89,-134],[-5,-7],[2,-2],[90,-74],[83,124],[12,17],[-93,76]],[[607236,759154],[-67,53],[-13,-17],[-50,-72],[61,-49],[88,-70],[40,65],[7,12],[6,10],[5,8],[-77,60]],[[607381,758627],[66,-57],[8,11],[34,51],[62,86],[1,1],[-2,2],[-46,36],[-39,30],[-55,43],[-58,-91],[8,-6],[-19,-32],[56,-45],[-16,-29]],[[607572,756857],[50,-44],[49,36],[-145,125],[-36,-47],[82,-70]],[[610041,754228],[48,-54],[24,34],[20,25],[37,47],[20,25],[10,12],[-112,93],[-96,-137],[49,-45]],[[627747,758901],[80,-98],[22,54],[62,65],[-67,87],[-97,-108]],[[616736,757683],[51,-58],[62,60],[7,6],[27,26],[-8,8],[-50,62],[-56,59],[-34,-38],[-55,-61],[56,-64]],[[626877,750305],[0,-1],[0,0],[-5,-12],[-62,-155],[29,-30],[75,-77],[4,-3],[81,205],[1,2],[28,73],[-4,2],[-102,44],[-11,6],[-11,4],[-23,-58]],[[638030,766577],[42,100],[3,10],[0,0],[108,-59],[40,88],[-129,72],[-3,2],[-34,19],[-12,-3],[-13,-12],[-12,-14],[-74,-156],[84,-47]],[[637594,766798],[17,36],[41,90],[-48,27],[-41,23],[-57,-126],[84,-47],[4,-3]],[[635615,767686],[-209,117],[-72,-160],[63,-38],[39,-24],[110,-65],[69,170]],[[691569,784827],[12,-56],[0,-49],[215,12],[52,7],[12,-15],[4,-95],[95,-1157],[7,-86],[59,-753],[6,-60],[17,-174],[4,-45],[3,-40],[20,12],[14,-142],[13,-136],[4,-39],[-87,-91],[-21,-27],[-86,-107],[-4,-3],[-35,18],[-7,-14],[-86,-71],[-25,-20],[-132,-105],[-46,-42],[-31,-8],[-54,-14],[-23,-6],[-68,-15],[-26,-10],[-24,-25],[-35,-19],[-115,-25],[-42,-9],[-81,-16],[-76,-15],[-64,-14],[-86,-18],[-51,-11],[-38,-13],[-28,-9],[-12,-9],[-24,-4],[-80,11],[-31,14],[-14,7],[-27,22],[-31,31],[-17,21],[-10,14],[-36,-27],[-14,-15],[-257,-402],[-11,-4],[-25,1],[-15,8],[-215,169],[-150,118],[-84,69],[-327,255],[-108,84],[-26,12],[-25,11],[-26,15],[-18,13],[-6,4],[-1,3],[-159,122],[-184,144],[-365,292],[-53,40],[-27,12],[-15,11],[-19,10],[2,-13],[2,-30],[-32,-125],[-61,-237],[-18,-70],[-14,-52],[-3,-14],[-5,-21],[-18,4],[-189,43],[-186,44],[-323,70],[-27,6],[-23,5],[-3,-49],[7,-76],[11,-67],[14,-7],[3,-24],[-10,-13],[4,-38],[8,-108],[-2,-23],[-3,-41],[-17,-126],[-14,-86],[-13,-69],[-12,-69],[-33,-168],[-6,-26],[-19,-33],[-14,-22],[-8,-12],[-24,-42],[-11,-21],[-11,-28],[-15,-39],[-18,-55],[-16,-61],[-9,-50],[-5,-44],[5,-142],[5,-65],[-1,-66],[-3,-52],[-2,-37],[-13,-68],[-13,-59],[-13,-49],[-21,-59],[-20,-61],[-55,-136],[-39,-101],[-31,-28],[-51,-123],[-24,-55],[-13,-20],[-45,-74],[-27,-46],[-37,-48],[-37,-42],[-26,-27],[-45,-45],[-44,-39],[-25,-21],[-37,-66],[-36,-55],[-139,-210],[-314,105],[-55,24],[-11,2],[-8,2],[-28,9],[-216,72],[-178,58],[-189,64],[-182,63],[-256,81],[-109,34],[5,19],[29,420],[0,0],[17,11],[138,95],[39,28],[-34,124],[-29,107],[-94,8],[9,109],[3,27],[8,20],[8,17],[100,212],[110,232],[-39,10],[-35,6],[-150,21],[-152,23],[-46,8],[-5,-19],[-107,18],[-257,40],[-1,13],[0,7],[0,2],[-11,54],[4,35],[-25,90],[-42,189],[-28,121],[-12,36],[-13,14],[-17,29],[-1,13],[-12,60],[-10,39],[-33,69],[-92,178],[-16,32],[7,45],[-7,82],[-31,106],[-1,15],[-172,79],[-109,79],[2,9],[55,103],[99,195],[29,50],[-9,60],[-12,106],[-1,28],[-22,59],[-70,146],[-4,28],[-1,35],[-13,37],[-24,46],[23,38],[27,27],[35,15],[42,13],[42,13],[22,6],[170,49],[39,11],[211,60],[92,28],[32,9],[12,4],[60,10],[112,12],[89,8],[55,-199],[32,-102],[36,-8],[23,-15],[16,-26],[2,-9],[23,-96],[19,-78],[9,-47],[49,-198],[43,-187],[31,-128],[13,-52],[2,-8],[45,-191],[134,-587],[37,-172],[5,-31],[18,2],[45,11],[19,14],[15,-5],[24,-57],[11,-14],[16,-21],[30,32],[51,48],[2,1],[50,45],[84,62],[60,44],[22,16],[53,47],[53,47],[136,134],[31,33],[29,35],[33,52],[11,22],[6,10],[4,5],[5,32],[7,43],[16,148],[2,27],[2,19],[27,327],[11,53],[4,20],[22,108],[28,90],[24,43],[32,65],[25,41],[31,39],[40,43],[43,44],[17,21],[144,169],[8,9],[30,36],[55,50],[37,30],[83,70],[31,22],[9,6],[69,48],[29,18],[20,11],[19,9],[18,11],[15,7],[9,-17],[55,41],[95,69],[66,51],[59,49],[17,13],[3,1],[27,7],[51,-38],[61,-46],[85,-62],[172,-128],[45,-34],[118,-58],[169,-87],[163,-93],[96,-49],[37,-16],[21,-9],[110,-48],[36,-3],[60,-11],[51,-20],[55,-36],[14,-7],[67,-50],[39,-24],[46,-22],[135,-48],[41,-10],[47,-3],[5,42],[54,373],[20,141],[3,32],[63,439],[4,25],[71,499],[26,191],[1,16],[8,57],[3,23],[244,-35],[213,-31],[37,386],[298,-11],[18,-1],[31,0],[22,3],[103,-3],[132,-8],[260,-12],[170,-6],[0,-98],[8,-18],[18,-20],[18,13],[10,17],[13,9],[45,1],[84,5],[16,19],[14,53],[3,10],[26,40],[20,19],[96,6],[163,10],[43,1],[3,-70],[15,-23],[26,-47],[20,-55]],[[674984,785683],[216,-1],[3,1],[206,-2],[-1,-22],[-4,-113],[18,-4],[6,-1],[143,-40],[62,-17],[232,-63],[133,-37],[98,-28],[232,-62],[160,-44],[73,-20],[235,-78],[-77,-137],[-6,-50],[-28,-281],[-9,-82],[-23,-188],[-4,-58],[-5,-72],[-1,-80],[8,-59],[1,-13],[4,-20],[24,-116],[38,-150],[30,-119],[-24,-22],[-13,-33],[-4,-38],[-20,-69],[-3,-12],[-1,-9],[-5,-37],[4,-23],[17,-74],[-32,-27],[-92,-76],[43,-63],[59,-106],[30,26],[40,25],[1,-6],[51,-82],[45,-78],[25,-27],[25,-18],[27,-16],[39,-21],[37,-32],[28,-32],[60,-74],[14,-16],[16,-18],[27,33],[175,154],[93,81],[14,5],[43,18],[25,7],[350,123],[6,0],[28,10],[95,32],[7,0],[20,1],[27,-6],[250,-93],[24,-3],[0,-17],[33,6],[275,50],[0,-19],[20,-6],[49,-273],[38,19],[75,36],[27,10],[74,25],[51,14],[18,3],[29,4],[3,-20],[2,-11],[8,-60],[25,-21],[147,-187],[33,-40],[132,-166],[16,-21],[84,-116],[24,-39],[37,51],[156,-241],[-13,-17],[-5,-16],[6,-19],[10,-9],[16,-1],[27,7],[19,8],[5,-8],[7,-17],[-337,10],[-31,1],[-5,-21],[-57,-252],[-4,-26],[-30,-161],[-8,-41],[-19,-136],[-4,-42],[0,-4],[3,-131],[0,-29],[-3,-65],[-3,-30],[-11,-103],[-35,-305],[-15,-133],[-1,-12],[-5,-75],[0,-41],[6,-19],[9,-17],[-47,-81],[-36,-63],[-55,-98],[-27,-42],[-92,-83],[-124,-99],[-57,-46],[-68,-53],[-112,-88],[-19,-15],[-20,-15],[-138,-103],[-95,-64],[-98,-61],[-46,-20],[-35,-6],[-83,0],[-47,4],[-44,4],[-189,15],[-22,15],[-2,-59],[10,-50],[0,-42],[-6,-72],[-5,-32],[-9,-59],[-24,-187],[-4,-34],[-33,-243],[-216,-76],[-103,-39],[-262,-95],[-97,-35],[-177,-63],[-297,-108],[-25,-9],[-81,-30],[-4,7],[-241,-123],[-235,-123],[-201,-102],[-36,88],[-124,280],[-127,294],[-96,227],[-5,11],[-5,78],[-1,27],[-4,116],[-4,16],[-3,7],[-9,287],[-11,250],[-1,39],[-1,107],[93,96],[201,204],[19,9],[7,17],[-2,4],[-13,10],[-127,99],[-92,78],[-144,121],[-6,6],[-10,10],[-10,11],[-17,21],[-3,-5],[-7,1],[-284,234],[10,12],[-15,40],[-92,76],[-155,132],[-106,88],[-195,165],[-189,159],[-86,74],[-96,81],[-22,3],[-84,72],[-100,79],[64,343],[107,589],[8,37],[23,128],[14,79],[9,56],[57,294],[4,32],[56,330],[70,374],[93,504],[9,41],[0,31],[16,66],[7,33],[52,292],[19,101],[102,545],[29,155],[130,-4],[136,-1],[220,-1]],[[674605,785351],[75,-162],[31,50],[12,36],[3,46],[-1,39],[-9,43],[-11,29],[-100,-81]],[[675210,784487],[98,-69],[67,116],[5,27],[-4,-1],[-113,86],[-81,-113],[1,-1],[2,0],[-10,-19],[35,-26]],[[677089,782240],[-79,-64],[70,-104],[35,26],[44,41],[37,-52],[88,74],[-48,58],[-37,42],[-30,42],[-80,-63]],[[676968,781947],[-67,142],[-88,-70],[43,-108],[12,-30],[100,66]],[[676828,782063],[-42,119],[-48,-23],[8,-16],[-1,-11],[-14,-8],[-16,10],[-15,7],[-13,-5],[-15,-19],[-7,-20],[3,-15],[0,-12],[-8,-8],[-18,-2],[34,-115],[152,118]],[[684320,788925],[-324,-236],[-29,-20],[-124,-90],[-171,-117],[-37,-25],[-28,-172],[-22,-168],[-20,-101],[-6,-21],[-13,-12],[-14,-12],[-265,-179],[3,-20],[-37,-16],[47,-213],[81,-412],[29,-134],[18,-22],[16,-17],[16,-11],[35,-15],[233,-105],[104,-47],[36,-14],[36,-15],[36,-9],[8,-5],[1,-2],[7,-11],[1,-2],[6,-29],[10,-35],[15,-31],[-161,-85],[-160,-82],[-3,-1],[0,-13],[1,-8],[4,-45],[-2,-51],[-16,-45],[-23,-33],[-18,-13],[-30,-13],[-28,-13],[-34,-14],[-39,-21],[-99,-25],[-12,46],[-12,44],[-99,11],[-126,14],[-77,9],[-71,8],[-69,7],[-49,6],[-23,3],[-16,2],[0,19],[-8,-1],[-98,-14],[-33,-6],[-66,256],[-24,94],[-34,109],[-10,30],[-48,146],[-20,52],[-27,70],[-8,18],[-13,35],[-25,56],[-53,110],[-34,-20],[-20,-4],[-62,-26],[-39,-18],[-14,-3],[-10,1],[-10,3],[-5,5],[-1,7],[0,10],[3,11],[5,10],[6,12],[8,11],[3,3],[-6,8],[-16,26],[-42,67],[-173,284],[-151,248],[-11,19],[121,71],[19,10],[24,14],[-46,115],[-27,59],[-21,60],[-14,48],[-26,99],[-14,61],[15,25],[6,10],[4,7],[-23,108],[-17,79],[-3,13],[0,2],[-5,20],[-4,25],[-4,21],[-1,12],[-3,22],[0,5],[0,0],[-14,-2],[-26,-3],[-2,24],[29,5],[10,1],[0,-1],[27,5],[90,13],[64,10],[46,7],[-1,8],[34,6],[87,14],[111,18],[65,11],[18,3],[77,9],[42,7],[73,11],[99,16],[192,30],[71,9],[89,12],[53,7],[188,25],[80,12],[85,12],[48,6],[711,88],[79,10],[92,11],[87,11],[126,12],[65,8],[113,13],[52,6],[40,4],[8,1],[0,-1],[-9,-12],[-169,-124],[-124,-89],[-17,-12],[-120,-85]],[[704238,796238],[83,-48],[13,30],[123,294],[84,-51],[108,-65],[350,-210],[137,-79],[-124,-278],[-23,-71],[-263,-588],[-222,-502],[-8,-17],[-341,-776],[-7,-18],[-446,-1012],[-8,-18],[27,-4],[21,-3],[75,-15],[32,-7],[65,-16],[29,0],[15,2],[14,1],[57,0],[47,-4],[18,-2],[30,-4],[28,-4],[83,-8],[13,-1],[59,-8],[21,-6],[16,-9],[12,-11],[29,-52],[10,-18],[23,-36],[23,-31],[7,-10],[68,-71],[88,-90],[23,-24],[103,-110],[61,-62],[104,-106],[96,-101],[97,-100],[-167,-146],[-8,-8],[-597,-521],[-14,-12],[-235,-204],[-26,-25],[-3,1],[-11,2],[-17,1],[-4,-20],[-3,-27],[-9,-82],[-7,-46],[-1,-5],[-8,-31],[-9,-30],[-16,-44],[-18,-42],[-31,-66],[-18,-40],[-5,-11],[-9,-27],[-6,-23],[-2,-18],[-1,-8],[-6,-76],[-7,-87],[-9,-75],[-13,-69],[-3,-19],[-7,-46],[-19,-146],[-3,-46],[-1,-21],[-1,-68],[2,-38],[10,-42],[16,-53],[8,-39],[4,-21],[0,-33],[-5,-13],[-24,-20],[-12,-17],[-5,-16],[0,-15],[9,-22],[9,-19],[4,-11],[0,-19],[-9,-13],[-16,-18],[-33,-26],[-19,-21],[-20,-32],[-44,-82],[-33,-62],[-15,-30],[-10,-29],[-7,-26],[-5,-29],[0,-27],[-4,-97],[-1,-52],[5,-66],[8,-73],[3,-7],[7,-19],[3,-16],[15,-113],[30,-236],[4,-20],[5,-19],[4,-15],[58,-162],[18,-59],[18,-52],[3,-12],[14,-50],[11,-29],[18,-36],[84,-139],[14,-24],[5,-11],[15,-34],[13,-31],[12,-32],[0,-7],[-4,-4],[-430,-208],[-89,-43],[-75,-36],[-29,-18],[-48,-32],[-94,-71],[-21,-19],[-11,-12],[-8,-9],[-19,-28],[-78,-157],[-17,-33],[-11,-23],[-22,-50],[-13,-31],[-5,-14],[-26,-79],[-25,-78],[-17,-58],[-7,-11],[-5,-5],[-7,-3],[-17,0],[-205,39],[-14,3],[-9,0],[-10,-4],[-5,-5],[-10,-9],[-137,-191],[-8,-8],[-13,-7],[-21,-8],[-17,-13],[-18,-16],[-20,-26],[-33,-46],[-22,-29],[-17,-23],[-16,-29],[-11,-26],[-9,-30],[-6,-38],[-8,-42],[-5,-11],[-6,-8],[4,-28],[0,0],[38,-4],[0,-6],[0,-71],[2,-21],[5,-39],[8,-41],[8,-37],[7,-47],[0,-7],[-2,-18],[-13,-47],[-12,-53],[-18,-106],[-7,-79],[-3,-100],[1,-46],[8,-39],[12,-48],[31,-107],[11,-58],[10,-54],[6,-45],[1,-58],[-7,-41],[-9,-55],[-6,-54],[-1,-45],[1,-93],[-1,-32],[-6,-35],[-12,-42],[-22,-94],[-28,-119],[-16,-93],[-20,-146],[-18,-155],[0,-25],[5,-23],[11,-27],[7,-26],[0,-20],[-6,-23],[-41,-82],[-8,-21],[-8,-23],[1,-62],[-1,-13],[-7,-10],[-7,-9],[-17,-15],[-175,-140],[-53,-47],[-15,15],[-84,81],[-29,28],[-118,111],[-52,51],[-6,5],[-5,8],[4,17],[31,44],[63,101],[119,185],[104,161],[63,94],[16,30],[9,27],[7,111],[12,213],[-6,35],[-1,10],[-13,23],[-3,4],[-29,44],[-14,23],[-12,28],[-11,44],[-8,25],[-17,49],[-36,89],[-9,29],[-6,35],[-1,70],[-2,32],[-9,62],[-7,52],[-6,54],[0,36],[5,38],[1,52],[-5,36],[-23,76],[-14,46],[-4,17],[-6,23],[-4,31],[5,208],[-7,25],[-2,11],[1,23],[3,29],[7,30],[8,19],[9,15],[11,12],[2,1],[6,36],[-9,6],[-3,6],[0,9],[2,17],[9,88],[8,62],[26,145],[8,48],[13,54],[6,25],[22,89],[29,127],[4,16],[11,35],[15,35],[52,96],[10,26],[9,26],[4,22],[0,25],[-1,19],[-6,25],[-3,7],[-6,17],[-5,13],[-15,29],[-15,24],[-5,8],[-21,31],[-28,44],[-13,24],[-8,19],[-2,15],[0,20],[2,21],[9,26],[3,7],[1,2],[10,24],[31,58],[28,47],[9,13],[9,13],[25,26],[124,112],[-158,200],[-93,117],[-128,161],[-4,6],[-30,37],[214,177],[96,80],[49,44],[45,44],[18,24],[234,302],[110,142],[17,22],[9,18],[31,60],[20,42],[18,46],[11,39],[11,47],[6,49],[3,53],[2,35],[-2,50],[-4,56],[-7,43],[-7,37],[-14,41],[-17,49],[-19,42],[-18,30],[-33,43],[-74,109],[-42,63],[-13,20],[-63,96],[-49,74],[-61,88],[-9,14],[-134,195],[-231,341],[-41,60],[-87,128],[-250,366],[-26,37],[-14,22],[-111,165],[-32,48],[-75,105],[-71,104],[-27,34],[-24,22],[-6,3],[-30,19],[-58,32],[-67,44],[-37,22],[-27,11],[-11,4],[-21,6],[-30,5],[-48,5],[-109,10],[-44,3],[-44,3],[-21,2],[-41,5],[-11,2],[-23,6],[-38,10],[-33,12],[-52,19],[-29,11],[-35,12],[-128,44],[-89,30],[-61,21],[-65,22],[-81,26],[-26,8],[-99,30],[-337,97],[-116,34],[-130,38],[-198,56],[-157,46],[-157,46],[-11,8],[-3,11],[2,7],[8,11],[113,114],[160,162],[45,46],[8,13],[0,14],[-1,11],[-61,64],[-48,51],[-151,161],[-64,69],[-40,43],[-35,39],[-52,59],[-109,119],[-68,74],[-47,52],[-33,32],[-10,7],[-8,6],[-25,8],[-41,1],[-21,-2],[-159,-5],[-169,-8],[-18,-1],[-159,-12],[-200,413],[-12,28],[-2,12],[1,7],[15,3],[9,12],[321,204],[85,60],[80,56],[26,19],[38,30],[59,45],[8,5],[12,3],[10,0],[12,1],[5,4],[28,23],[30,29],[10,-19],[5,-13],[10,-24],[64,86],[25,34],[69,92],[98,98],[95,95],[77,76],[63,46],[84,55],[181,117],[43,21],[48,21],[13,5],[5,-10],[9,-18],[19,-25],[6,-11],[11,-20],[21,-36],[87,-204],[11,-28],[14,-49],[16,-59],[17,-67],[27,-137],[13,-71],[8,-36],[9,-27],[11,-27],[23,-44],[13,-24],[15,-28],[121,-199],[29,-46],[75,-120],[39,-66],[38,-73],[112,-220],[19,-35],[17,-22],[13,-13],[5,-6],[10,-7],[9,-5],[9,-5],[16,-4],[12,-3],[69,-8],[42,-6],[66,-10],[48,-6],[250,-29],[96,-12],[161,-25],[108,-17],[107,-17],[11,-3],[27,-5],[11,-3],[38,-13],[18,-7],[27,-12],[266,-148],[36,-15],[46,-15],[41,-10],[45,-11],[36,-8],[20,-2],[38,3],[63,10],[75,11],[46,5],[33,2],[48,-3],[132,0],[80,8],[49,7],[38,8],[12,4],[36,11],[64,19],[72,24],[53,18],[49,19],[53,25],[76,37],[33,15],[18,9],[8,4],[134,72],[190,104],[50,27],[35,17],[2,0],[11,26],[3,8],[32,79],[303,735],[204,499],[53,133],[-17,8],[-148,66],[-17,8],[-289,128],[-196,90],[196,542],[181,508],[40,112],[349,-204],[153,-88],[22,-13],[162,-94],[83,-49],[84,-48],[57,-33]],[[688756,833427],[194,-198],[2,3],[98,-100],[129,-133],[45,-44],[190,-197],[162,-168],[185,-189],[232,-234],[132,-129],[135,-131],[103,-99],[143,-136],[100,-88],[53,-49],[34,-69],[9,-8],[167,-152],[79,-71],[82,-73],[133,-122],[165,-158],[79,-79],[36,-35],[6,-6],[104,-102],[22,-22],[-28,-21],[-27,-25],[77,-225],[-83,-42],[-25,-13],[-229,-117],[-42,-19],[60,-168],[9,-23],[21,-57],[-10,-5],[-24,-11],[68,-154],[24,9],[18,6],[31,8],[5,1],[20,3],[16,2],[20,1],[-70,171],[-5,14],[72,34],[111,55],[0,0],[6,-14],[40,-84],[13,-9],[92,-59],[142,211],[-58,39],[-12,7],[-1,0],[34,11],[76,30],[2,-3],[83,-101],[64,-39],[100,-40],[147,-51],[133,-71],[118,-93],[48,-33],[37,-26],[38,-26],[84,-68],[33,-26],[20,-14],[42,-27],[169,-150],[61,-35],[110,-95],[83,-72],[19,-14],[73,-59],[66,-49],[56,-40],[117,-74],[83,-51],[114,-63],[69,-31],[-13,-23],[-96,-147],[-104,-142],[-11,-10],[-178,-276],[-61,-90],[-103,-153],[-9,-10],[-20,-23],[8,-15],[15,-28],[223,-451],[21,-42],[0,0],[3,-5],[3,-7],[0,0],[20,-41],[47,38],[24,13],[26,-4],[91,-36],[40,-16],[51,-22],[6,-3],[15,-3],[42,-9],[29,0],[16,8],[26,16],[30,5],[11,0],[14,-8],[13,-8],[4,6],[13,20],[5,6],[19,31],[24,64],[6,30],[4,26],[4,88],[1,27],[8,38],[10,34],[23,37],[19,39],[31,66],[36,-22],[126,-73],[111,-54],[-83,-184],[101,-55],[16,-10],[3,7],[10,-5],[125,-61],[13,-1],[28,5],[19,6],[17,9],[2,29],[59,-23],[13,-5],[207,-81],[1,0],[-23,-271],[-1,-17],[-131,-297],[-58,-136],[-2,-4],[-62,-144],[-6,-14],[-52,-117],[-83,-198],[-26,-61],[-8,-18],[-66,-154],[-48,-114],[-51,37],[-45,32],[-6,-37],[-46,-119],[80,-48],[17,-11],[4,3],[26,11],[25,-1],[21,-10],[4,-2],[16,-24],[1,-5],[5,-28],[0,-33],[-9,-48],[-48,-101],[-23,-42],[51,9],[17,4],[3,0],[2,-4],[55,-132],[5,-11],[-31,-7],[-37,-8],[-62,-13],[-23,-4],[-43,-9],[-89,-19],[-3,-1],[-2,-4],[1,-1],[232,-503],[3,-5],[4,3],[174,13],[99,-16],[-4,-21],[-16,-91],[90,-19],[-18,-103],[18,-4],[-11,-63],[44,-10],[-5,-26],[39,-8],[-8,-37],[0,-34],[26,9],[25,5],[31,7],[17,-1],[20,-6],[11,-6],[4,-4],[17,-32],[24,-34],[37,-31],[33,-30],[14,-20],[9,-19],[14,-43],[14,-31],[13,-17],[16,-5],[50,7],[35,10],[31,15],[7,-14],[25,-77],[66,-179],[17,-68],[53,-241],[39,-180],[19,5],[10,3],[19,4],[56,11],[54,4],[49,-1],[1,9],[30,-1],[0,17],[0,1],[116,-8],[21,-2],[139,-13],[30,-3],[0,0],[110,-107],[191,-189],[13,-17],[34,-4],[52,-16],[149,-28],[23,-2],[51,-4],[153,-3],[26,2],[23,14],[9,7],[1,165],[-5,142],[-4,153],[0,49],[20,14],[2,109],[225,26],[292,32],[46,5],[-2,18],[-6,20],[-9,54],[13,4],[40,5],[31,-1],[29,-14],[27,-14],[23,0],[35,4],[31,-7],[26,-16],[26,3],[49,21],[34,5],[16,13],[12,20],[5,55],[69,-2],[86,8],[-1,177],[-2,288],[-1,75],[-212,22],[-38,11],[-53,18],[-87,8],[-1,3],[-19,194],[-18,202],[-9,44],[275,129],[-7,17],[-23,51],[-99,197],[-192,406],[-14,28],[19,8],[176,100],[338,189],[64,36],[41,-37],[164,-149],[197,-175],[193,-183],[235,-221],[76,-71],[41,-38],[45,-41],[245,-226],[112,-101],[254,-404],[8,-7],[67,-73],[144,-162],[68,-77],[51,-66],[54,-77],[43,-60],[63,-84],[9,-24],[-1,-59],[4,-41],[9,-35],[4,-22],[9,-22],[18,-33],[21,-48],[54,-62],[42,-22],[0,-24],[2,-31],[-110,-83],[-68,-56],[-40,-40],[-40,-27],[-18,-23],[-62,-44],[-98,-74],[-1,-1],[-32,-7],[-25,-42],[-23,-35],[-20,-41],[-30,-42],[-23,-35],[-34,-42],[-37,-41],[-20,-25],[-19,-34],[-18,-43],[-15,-47],[-32,-121],[-20,-57],[-8,-41],[-26,-80],[-26,-76],[-29,-69],[-55,-109],[-30,-52],[-1,-1],[-75,-81],[-36,-28],[-31,-28],[-229,-213],[-274,-258],[2,-1],[32,-20],[-120,-110],[-15,39],[-50,120],[-6,5],[-54,1],[-55,3],[-23,-2],[-23,-5],[-76,-31],[-382,-176],[-11,11],[-1,1],[-17,17],[-25,26],[-69,73],[-234,241],[-182,186],[-23,22],[-49,-13],[2,-2],[-274,-525],[-202,132],[-89,58],[-9,6],[-27,-54],[-42,-81],[-16,-31],[-12,-17],[-102,65],[-40,25],[-231,142],[-32,20],[-14,-2],[-9,-5],[-12,-9],[-8,-11],[-227,138],[-316,193],[-279,168],[-26,19],[-10,-17],[-107,-245],[-114,-257],[-112,-254],[-201,-452],[-6,-13],[-30,-68],[-139,-302],[-53,-116],[-25,-53],[-40,-72],[-94,-151],[-147,-228],[-291,-457],[-156,-243],[-158,-250],[-68,-108],[-40,-61],[132,-52],[341,-126],[141,-54],[47,-20],[52,-26],[255,-144],[206,-116],[6,-20],[15,-7],[129,-55],[251,-86],[90,-35],[198,-83],[83,-36],[50,-22],[238,-86],[142,-52],[152,-57],[102,-36],[26,44],[20,27],[33,34],[35,25],[37,13],[48,6],[51,1],[32,-4],[36,-3],[439,-41],[117,-14],[7,-1],[101,-5],[31,-4],[23,1],[29,8],[55,22],[2,1],[2,-8],[3,6],[33,-17],[157,-247],[24,-37],[97,-152],[62,-103],[13,-20],[91,-135],[14,-26],[13,-24],[16,-26],[15,-24],[-22,-26],[-77,-69],[-47,-51],[-28,-35],[0,-3],[368,-438],[-17,-20],[14,-17],[18,19],[99,-117],[47,-46],[189,-159],[42,-29],[35,-25],[27,-13],[259,-76],[22,-6],[385,-100],[104,-15],[162,-35],[22,-13],[36,-35],[13,-3],[47,-4],[33,-2],[4,-17],[0,0],[25,-2],[87,-13],[68,-18],[78,-25],[35,-16],[27,-17],[17,-20],[11,-16],[5,-7],[64,-131],[15,-33],[7,-23],[-6,-3],[-22,-17],[-22,-25],[-30,-34],[-25,-35],[-31,-55],[-27,-63],[-7,-39],[1,-41],[3,-37],[13,-52],[19,-49],[13,2],[41,11],[45,8],[49,7],[56,10],[29,8],[11,-48],[4,-14],[60,-222],[60,-224],[5,-18],[-7,-8],[-82,-66],[-191,-150],[-135,-107],[-22,-18],[-34,-27],[-115,-88],[-18,-14],[-59,-45],[-70,-56],[-46,-34],[-19,-19],[-14,-14],[-28,-28],[-36,-45],[-98,-120],[-12,-15],[-59,-72],[-13,-15],[-71,-87],[-17,-21],[-213,-258],[-73,-89],[-8,-15],[2,-11],[8,-16],[11,-20],[11,-20],[135,-243],[165,-301],[132,122],[116,-233],[64,-131],[109,-221],[85,-176],[57,-116],[9,-18],[65,-135],[125,-248],[10,-20],[69,-138],[7,-15],[36,-72],[95,-192],[44,-91],[28,-70],[268,-291],[19,-21],[122,-133],[16,-19],[60,-9],[870,-86],[161,199],[60,75],[391,-258],[19,-13],[350,-231],[-257,-288],[-100,-114],[67,-115],[-108,-68],[-141,-87],[-142,-87],[-44,-31],[-68,-38],[-8,16],[-8,21],[-10,46],[-7,41],[-55,323],[-40,225],[-18,113],[-11,16],[-17,12],[-253,29],[-301,37],[-206,23],[-24,5],[-6,8],[-16,44],[-233,-153],[-44,-29],[-16,-10],[-165,-109],[-11,20],[-142,262],[-13,25],[-146,248],[-23,31],[-170,262],[-12,18],[-280,450],[-15,24],[-176,282],[-12,19],[-155,249],[-12,18],[-100,165],[-76,121],[-10,16],[-131,207],[-156,250],[-178,282],[-19,31],[-217,337],[-75,115],[-145,239],[-9,15],[116,88],[495,360],[256,188],[128,92],[-123,224],[-24,10],[-8,24],[11,5],[276,121],[174,75],[88,40],[99,67],[11,9],[20,19],[29,28],[-26,10],[-51,19],[-34,16],[-26,34],[-19,19],[-16,8],[-46,16],[-38,12],[-24,11],[-8,9],[-118,112],[-27,22],[-38,37],[-13,12],[-6,3],[-8,-10],[-125,36],[-18,5],[-340,97],[-83,21],[-23,0],[-88,-13],[-18,-4],[-22,-4],[-134,-22],[-144,-23],[-77,-9],[-44,-2],[-28,6],[-31,13],[-35,21],[-70,58],[-36,32],[-35,33],[-32,32],[-78,93],[-46,60],[-75,56],[-278,358],[-4,11],[13,8],[-23,25],[-6,-5],[-11,-4],[-229,278],[0,1],[-158,-103],[-23,-15],[-94,-58],[-64,-46],[-22,-13],[-139,257],[-112,203],[-68,124],[-139,260],[27,1],[-54,97],[-86,156],[-30,-1],[-155,-5],[-241,-9],[-577,-17],[7,-131],[7,-126],[4,-173],[-26,-18],[-50,-34],[-263,-172],[-41,-27],[-185,-120],[-21,-14],[-23,-13],[4,-14],[3,-27],[6,-35],[31,-265],[17,-114],[6,-28],[11,-79],[0,-18],[1,-93],[-4,-121],[-1,-90],[-10,-40],[-12,-34],[-8,-24],[8,-19],[42,-94],[12,-28],[16,-40],[11,-24],[20,-24],[4,-9],[-2,-11],[-8,-19],[-7,-7],[-16,-16],[-28,-22],[-21,-19],[-11,-17],[-29,-56],[-16,-23],[-19,-21],[-50,-48],[-63,-62],[-23,-24],[-9,-21],[-19,-36],[-11,-26],[-8,-19],[-2,-11],[1,-19],[37,-269],[16,-117],[2,-35],[0,-41],[-3,-17],[-87,5],[-62,4],[-102,7],[-318,21],[-29,2],[14,-32],[26,-70],[11,-14],[14,-19],[13,-18],[33,-59],[60,-109],[9,-15],[33,-61],[-16,-23],[-17,-22],[-30,-29],[-23,23],[-10,10],[-31,24],[-11,6],[-23,13],[-30,13],[-7,1],[-50,11],[-45,8],[-55,-1],[-23,0],[-57,-3],[-12,-5],[-15,-11],[-8,-11],[-52,-119],[-23,-200],[-14,-3],[-18,2],[-42,25],[-6,-2],[-6,1],[-4,26],[-4,11],[-8,2],[-8,-1],[-8,-5],[-1,-7],[1,-24],[-1,-27],[-6,-12],[-223,-16],[-17,-2],[-24,1],[-13,1],[4,-28],[4,-25],[-12,-33],[2,-26],[21,-199],[4,-50],[5,-49],[1,-15],[96,14],[7,1],[24,-18],[8,-14],[11,-28],[125,-340],[35,-97],[27,-76],[92,-257],[28,-75],[0,-11],[50,-374],[0,-1],[-3,-19],[-26,-149],[48,-5],[117,-12],[-2,-6],[-27,-65],[-11,-87],[11,-5],[9,-14],[6,-37],[19,-122],[19,-128],[14,-92],[36,-219],[24,-127],[36,-159],[7,-36],[16,-44],[21,-47],[19,-31],[7,-11],[96,-140],[15,-19],[37,-47],[56,-58],[43,-35],[7,-5],[47,-33],[47,-24],[78,-34],[41,-13],[18,-6],[24,-8],[71,-17],[85,-9],[23,-2],[41,-4],[164,-15],[34,-3],[142,-14],[27,-7],[38,-19],[44,-33],[12,-11],[102,-91],[10,-9],[194,-183],[63,-60],[163,81],[18,13],[16,17],[20,33],[37,74],[42,106],[25,66],[7,28],[5,45],[-1,88],[-1,43],[-4,27],[-6,22],[-23,85],[-4,20],[1,6],[2,8],[6,13],[1,2],[16,13],[116,66],[128,91],[62,48],[49,47],[46,52],[40,52],[31,56],[63,118],[27,48],[50,85],[14,23],[6,11],[6,11],[4,7],[3,40],[0,177],[1,117],[1,450],[0,29],[548,844],[97,-452],[32,-143],[29,-25],[7,-7],[249,-166],[25,-20],[16,-20],[11,-23],[7,-27],[1,-30],[-4,-44],[-25,-122],[-20,-88],[-6,-26],[-200,-902],[-23,-95],[-4,-19],[-25,-103],[-14,-28],[-18,-19],[-242,-165],[-7,-9],[-17,-22],[-64,-95],[-221,-334],[-202,-300],[-29,-44],[-30,-44],[-13,-20],[-19,-28],[-92,-138],[-11,-14],[-2,-2],[75,0],[-37,-55],[471,-151],[428,-138],[18,11],[76,-18],[4,-1],[-299,-479],[-86,27],[-667,211],[1,-182],[1,-133],[0,-25],[0,-55],[0,-27],[1,-255],[0,-23],[0,-155],[-1,-161],[0,-24],[0,-185],[0,-27],[1,-88],[12,-78],[3,-23],[2,-9],[84,-365],[36,-146],[47,-194],[8,-24],[16,-41],[36,-149],[33,-136],[280,-1187],[54,-209],[23,-101],[20,6],[28,10],[226,70],[39,-1],[299,-50],[304,-51],[30,-7],[182,-31],[80,-14],[-55,387],[270,49],[189,34],[286,50],[312,56],[29,8],[-53,118],[-20,66],[-13,76],[-4,62],[4,70],[4,35],[4,28],[1,14],[23,114],[29,198],[29,255],[1,21],[63,39],[330,200],[613,375],[18,10],[308,188],[15,10],[554,338],[33,18],[347,211],[30,19],[100,-206],[17,-35],[79,-163],[11,-22],[360,216],[31,-90],[100,-286],[146,-423],[14,-35],[257,160],[18,12],[248,-743],[9,6],[32,-167],[61,-229],[94,-192],[-25,-16],[43,-89],[15,-35],[-473,-359],[-284,-215],[-2,-18],[4,-12],[56,-86],[8,-12],[11,-17],[10,-17],[2,-18],[-4,-16],[-18,-18],[-228,-176],[-16,-14],[-10,-16],[0,-16],[5,-9],[7,-13],[150,-265],[8,-14],[45,-79],[3,-13],[-4,-22],[0,0],[19,-32],[17,-28],[123,-206],[10,-17],[-20,-16],[-20,-15],[-639,-521],[-217,-178],[-16,-13],[-7,11],[0,0],[-6,-6],[5,-11],[-96,-77],[-202,-167],[-72,87],[-162,195],[4,2],[-2,3],[-3,-3],[-101,121],[-94,108],[-95,110],[-24,29],[-55,66],[-94,110],[-92,115],[-240,297],[-187,239],[-45,56],[-95,-5],[-168,-13],[-15,0],[2,180],[5,203],[-7,40],[-19,55],[-15,32],[-3,7],[-29,39],[-42,38],[-2,1],[-23,-8],[-79,-26],[-697,-256],[-262,-98],[-46,-27],[5,-25],[92,-602],[203,-106],[-3,-378],[-3,-231],[0,-21],[39,14],[204,-319],[104,-143],[14,-20],[110,-162],[12,-23],[4,-10],[38,-129],[3,-10],[273,22],[8,1],[-38,-215],[3,-21],[-54,-330],[-96,21],[-13,141],[-52,191],[-7,25],[-17,63],[-27,-4],[-29,-16],[-33,-26],[-28,-27],[-39,-27],[-19,-7],[-20,-8],[-65,-6],[-2,44],[-4,38],[-29,96],[-39,157],[-101,408],[-4,1],[-51,16],[-48,18],[-27,10],[-132,53],[-129,42],[-70,32],[-115,71],[-47,31],[-65,49],[-44,36],[-38,34],[-36,36],[-62,62],[-131,112],[-19,17],[-45,42],[-70,46],[-69,40],[-25,14],[-37,27],[-47,39],[-19,16],[-67,65],[-26,21],[-23,11],[-12,0],[-7,-1],[-41,-23],[-2,6],[-11,40],[-1,4],[-8,14],[-20,34],[-22,30],[-8,5],[-37,36],[-44,33],[-5,3],[-17,8],[-70,36],[-60,6],[-44,11],[-71,12],[-83,10],[-102,12],[-294,1],[-21,0],[-16,-124],[-457,26],[-108,6],[-102,8],[-28,1],[-19,1],[-2,-97],[-1,-20],[-15,-194],[-2,-25],[-4,-53],[-4,-47],[-4,-57],[-14,-170],[-2,-25],[-14,-177],[81,-128],[13,-20],[53,-84],[41,-63],[13,-22],[202,-311],[12,-18],[88,-135],[42,-61],[19,-20],[0,-22],[-7,-19],[0,-12],[0,-21],[63,-451],[4,-26],[38,-281],[-1311,47],[-27,1],[-30,-137],[-32,-147],[-28,-8],[-8,-47],[-8,-71],[-1,-61],[2,-13],[-21,-11],[-329,-180],[-20,-11],[-403,-222],[-19,-10],[-1,2],[-353,-195],[-106,-58],[-43,-24],[-13,-3],[-83,-44],[-20,-12],[-18,-10],[-56,119],[-22,46],[-24,-11],[-60,128],[-3,7],[-108,-57],[19,-49],[-16,-36],[55,-130],[-69,-45],[51,-128],[-32,-12],[-28,-10],[-169,-64],[-339,-125],[-21,-8],[9,-25],[13,-34],[1,-3],[0,0],[6,-12],[69,-195],[2,-40],[0,-5],[8,-44],[12,-31],[-9,-35],[-110,-41],[-132,-40],[-66,-26],[-41,-11],[-25,-7],[-16,6],[-41,91],[-16,1],[-3,10],[-8,4],[-108,-32],[-112,-33],[-1,0],[-16,57],[-63,223],[-80,-23],[-35,82],[-57,130],[-28,50],[-61,104],[-44,51],[-35,20],[0,0],[-20,25],[-2,2],[-8,12],[26,17],[6,4],[-30,51],[75,47],[-34,80],[-28,-17],[-74,-46],[-15,-7],[-152,276],[23,30],[130,185],[20,31],[98,150],[120,182],[50,83],[-19,2],[-119,30],[-140,35],[-141,36],[-986,245],[-140,35],[-55,24],[-11,-15],[1,-3],[-11,-15],[-43,-51],[-79,-90],[-17,-17],[-35,-35],[-46,-46],[-89,-80],[-157,-91],[-97,-52],[0,23],[18,213],[17,190],[16,191],[37,379],[16,176],[1,14],[2,22],[31,357],[37,377],[7,62],[-112,15],[-124,14],[-448,55],[-158,5],[-34,1],[-59,0],[-151,3],[-104,-12],[-10,-1],[1,4],[1,19],[-42,360],[-38,339],[-20,35],[-86,189],[-45,79],[-58,148],[-6,16],[-63,174],[-47,132],[-11,22],[-17,33],[-126,182],[-125,184],[-35,52],[-3,0],[-9,3],[-7,-3],[-5,-3],[-98,-66],[-54,-36],[-26,-14],[-19,-10],[-127,-68],[-99,-53],[-76,-42],[-2,-1],[-76,-60],[-45,-36],[-35,-28],[-43,-34],[-40,-33],[-84,-66],[-62,-49],[-17,-11],[-9,-7],[-78,-59],[-58,-44],[-161,-131],[-119,-87],[-46,-33],[-162,-105],[-20,-14],[-12,-9],[-133,-121],[-94,-81],[-14,-7],[3,-2],[10,-12],[0,-14],[38,-47],[102,-142],[-204,-195],[-163,-149],[-28,-28],[-151,-146],[-14,-14],[-83,103],[-44,-54],[-151,-177],[-151,-179],[-125,-147],[-99,-127],[-30,-42],[-15,-35],[-7,-37],[-2,-32],[-13,-13],[-2,-29],[6,-56],[9,-55],[12,-57],[9,-29],[10,-36],[9,-33],[5,-24],[59,-170],[11,-42],[42,-141],[21,-62],[2,-3],[70,-124],[57,-102],[50,-92],[21,-34],[56,-100],[32,-31],[18,-16],[42,-29],[52,-42],[10,-14],[18,-39],[19,-58],[8,-31],[4,-12],[31,-84],[28,-53],[14,-30],[54,-152],[53,-174],[25,-89],[54,-150],[6,-11],[35,-33],[106,-92],[42,-41],[230,6],[38,4],[105,25],[38,11],[136,40],[14,2],[57,16],[34,-392],[8,-84],[15,-34],[14,-15],[-35,-6],[-74,-12],[-31,0],[-20,13],[-32,2],[-60,4],[-2,-13],[-117,-783],[-41,-6],[7,-147],[208,53],[-16,-179],[-3,-19],[-4,-26],[6,-6],[4,-4],[28,-23],[14,-11],[14,-9],[35,-21],[-10,-28],[41,-29],[22,-17],[-9,-36],[-1,-18],[-46,10],[-49,-61],[-160,-200],[-33,-39],[-15,-18],[117,-39],[234,-78],[141,-48],[-18,-20],[-124,-137],[-144,-151],[-241,-260],[-109,11],[-247,23],[-167,16],[-15,0],[-57,5],[-72,6],[-141,15],[-93,6],[-49,3],[-44,1],[-105,-7],[-89,-15],[-86,-24],[-19,-8],[-62,-28],[-112,-68],[-267,-159],[-141,-82],[-58,-28],[-5,-3],[-77,-29],[-88,-25],[-82,-18],[-51,-32],[10,-17],[-3,-20],[-12,-14],[17,-25],[-14,1],[-27,-8],[-50,-2],[-22,3],[3,-25],[-1,-19],[-9,-28],[-27,-39],[-36,-66],[-70,-140],[-14,-28],[-10,-18],[-53,-101],[-5,-9],[-81,-197],[-10,-23],[1,-14],[2,-29],[-10,-16],[-14,-20],[-16,-22],[-21,-47],[-20,-59],[-12,-45],[-8,-54],[-4,-27],[-3,-26],[10,-49],[24,-55],[2,-24],[-13,-64],[-3,-34],[1,-107],[-9,-128],[-4,-23],[4,-31],[10,-51],[6,-34],[5,-33],[12,-34],[20,-32],[22,-39],[7,-22],[1,-11],[-26,-25],[-108,-87],[-114,-93],[-11,-13],[3,-24],[6,-18],[-86,-140],[-29,-49],[-108,-180],[-112,-181],[-19,-29],[-7,-1],[-1,-17],[-8,-22],[-11,-22],[-7,-10],[0,0],[-12,-16],[-35,-59],[-70,-190],[-12,-34],[-20,-54],[-29,-89],[-8,-38],[-3,-44],[-8,-38],[-30,-58],[-14,-30],[-17,-31],[-16,-30],[-2,-3],[-31,-34],[-13,-19],[-181,-213],[-24,-24],[-21,-19],[-46,-66],[-19,-47],[-33,-82],[-41,-103],[-30,-79],[-71,-184],[-8,-23],[-42,-112],[-32,-83],[-1,-39],[-1,-138],[1,-30],[0,-18],[-3,-118],[-4,-22],[-7,-31],[-13,-16],[-53,-84],[-32,-51],[-114,-175],[-36,-53],[-10,-13],[-5,-11],[11,-42],[2,-11],[19,-59],[3,-22],[-1,-23],[-27,-177],[-1,-26],[2,-14],[24,-69],[200,-586],[18,-52],[22,-55],[122,-327],[-3,-1],[-7,-1],[-85,-10],[-111,-14],[-114,-14],[-3,-2],[-14,-4],[-25,-6],[-49,-6],[-153,-23],[-26,-3],[-2,5],[-13,35],[-52,139],[-13,54],[-9,55],[-4,47],[-7,77],[-7,75],[-4,35],[-12,78],[-24,105],[-46,185],[-17,70],[-10,41],[-12,51],[-29,-16],[-17,-12],[-527,-358],[-89,-62],[-148,-96],[-5,7],[-295,-195],[-161,-114],[-50,-33],[-15,27],[-52,107],[-69,129],[-146,251],[-31,55],[-103,176],[21,52],[35,39],[24,21],[46,22],[43,18],[39,24],[11,12],[14,25],[22,51],[20,72],[23,96],[14,57],[25,31],[30,18],[34,10],[21,16],[37,38],[32,30],[107,102],[34,33],[25,21],[4,-31],[13,-19],[80,-22],[230,-56],[40,-8],[23,-29],[8,-22],[1,-21],[7,1],[-1,3],[10,1],[25,-12],[46,-11],[15,-10],[9,-19],[2,-1],[16,22],[25,-16],[5,11],[12,3],[19,-5],[5,2],[1,8],[5,24],[71,16],[121,29],[92,22],[55,13],[7,1],[10,3],[-18,91],[-15,95],[-16,116],[-8,82],[-6,85],[-8,258],[7,157],[11,143],[27,237],[27,145],[54,213],[14,50],[53,149],[10,26],[1,8],[-2,2],[-7,-2],[-15,-16],[-23,-23],[-103,-102],[-4,-4],[-46,-39],[-43,-32],[-59,-42],[-42,-23],[-47,-26],[-76,-37],[-24,-11],[-64,-26],[-28,-9],[3,33],[-4,-1],[-6,-2],[-31,-8],[-19,-5],[-35,-7],[-3,0],[-53,-7],[-28,-1],[-25,-1],[-15,0],[10,24],[3,9],[16,19],[25,15],[37,14],[29,7],[36,0],[6,-1],[16,33],[11,27],[11,40],[8,54],[-1,44],[5,16],[8,-3],[23,-13],[21,-6],[31,1],[25,9],[42,41],[47,47],[32,35],[12,19],[10,36],[19,48],[5,19],[6,18],[1,5],[19,34],[17,14],[38,36],[53,57],[14,19],[0,0],[12,14],[21,57],[19,42],[6,14],[9,19],[0,15],[0,24],[10,19],[14,25],[3,9],[4,9],[20,32],[9,12],[10,37],[20,28],[15,24],[6,14],[9,19],[4,13],[4,17],[4,17],[-10,30],[-5,15],[13,13],[-44,78],[-48,85],[-10,18],[158,101],[149,92],[94,60],[20,12],[179,115],[52,37],[41,42],[36,45],[21,32],[28,50],[41,73],[43,73],[56,98],[40,61],[19,29],[76,119],[57,88],[0,14],[2,22],[5,93],[5,50],[4,56],[11,167],[12,181],[1,14],[15,225],[11,156],[29,-14],[100,-48],[20,-10],[130,-63],[11,25],[16,47],[15,49],[2,6],[-311,150],[8,60],[20,178],[20,163],[3,9],[10,37],[3,38],[-19,3],[-398,50],[-130,20],[-3,0],[-20,3],[-104,16],[-276,39],[19,177],[3,21],[5,39],[-175,29],[13,114],[-56,8],[-19,-147],[-62,6],[-3,-19],[-12,1],[-4,-62],[19,-2],[0,-5],[0,-12],[10,-16],[7,-30],[-5,-78],[0,0],[-8,2],[-4,17],[-8,17],[-12,11],[-28,7],[-101,22],[-24,7],[-47,15],[-82,30],[-25,15],[-25,16],[-99,70],[80,102],[81,99],[39,48],[14,15],[59,44],[154,98],[48,32],[47,24],[247,102],[0,0],[81,5],[28,8],[203,91],[127,55],[20,9],[23,20],[25,2],[63,3],[147,25],[32,7],[19,6],[45,18],[61,40],[35,16],[24,4],[47,25],[87,55],[39,3],[93,60],[292,190],[128,82],[4,8],[-14,12],[-63,43],[-27,21],[-34,24],[-252,182],[-12,7],[-66,48],[-68,49],[-36,22],[-108,76],[-15,10],[-40,23],[1,2],[-3,1],[-1,-3],[-186,68],[-15,12],[-2,11],[2,23],[-4,29],[-10,21],[-14,16],[-32,14],[-17,7],[-25,23],[-70,49],[110,134],[146,177],[121,145],[-74,51],[-27,18],[175,306],[9,16],[10,-6],[47,78],[473,781],[-426,269],[-150,95],[-11,7],[-134,82],[-398,251],[-184,115],[8,15],[82,146],[22,-13],[25,49],[-101,64],[-42,28],[-15,-17],[-11,-3],[-37,18],[112,115],[12,13],[210,218],[16,13],[62,67],[154,158],[30,33],[924,-551],[404,-241],[203,-122],[64,-38],[75,-40],[16,-9],[15,127],[-4,172],[-2,31],[-26,150],[-12,42],[-44,122],[-1,4],[1,11],[11,13],[15,20],[93,113],[43,61],[14,15],[-18,34],[-3,6],[-7,18],[-25,64],[14,52],[6,17],[1,11],[10,23],[10,16],[11,14],[15,16],[18,18],[64,43],[23,15],[20,14],[20,16],[14,11],[12,12],[-26,38],[-12,24],[-21,38],[14,-3],[10,-2],[10,-2],[8,-1],[37,-6],[34,-6],[9,-3],[1,5],[18,-4],[-15,20],[2,16],[1,0],[8,18],[24,185],[29,189],[5,36],[6,44],[17,124],[93,-11],[456,-19],[-56,94],[-26,39],[-96,154],[97,91],[16,18],[13,-16],[22,8],[81,79],[65,74],[-25,23],[58,116],[-39,115],[-1,9],[141,63],[41,26],[22,29],[14,51],[14,73],[25,143],[7,41],[34,175],[8,45],[24,131],[9,54],[20,121],[21,104],[15,79],[30,180],[-3,57],[-1,30],[-13,121],[-17,161],[-24,208],[-15,142],[-2,14],[-11,82],[-7,56],[-12,50],[-17,77],[-17,77],[-20,90],[-28,125],[-30,134],[-5,23],[154,36],[157,39],[156,36],[100,24],[-3,28],[-2,21],[-30,231],[-27,183],[-7,41],[-22,135],[-11,40],[-6,35],[-19,111],[-2,17],[-7,43],[-3,20],[-5,9],[-10,24],[-27,74],[-12,25],[-41,152],[-6,25],[-38,153],[-18,80],[-61,269],[-40,184],[-4,16],[-46,206],[-22,96],[0,0],[46,105],[44,99],[1,0],[1,3],[20,44],[70,155],[78,170],[164,364],[24,49],[12,17],[15,20],[69,89],[61,76],[89,111],[19,24],[94,120],[13,16],[95,117],[176,-79],[71,136],[105,40],[15,6],[75,89],[28,36],[-29,17],[-5,47],[-3,6],[3,10],[12,52],[2,4],[12,20],[115,214],[-57,49],[88,112],[122,-49],[85,117],[-13,19],[6,14],[-29,13],[-2,-5],[-31,38],[23,17],[41,80],[18,35],[93,190],[175,349],[66,130],[57,67],[13,17],[72,150],[11,19],[92,182],[90,182],[64,120],[6,2],[10,-1],[176,-74],[9,4],[6,7],[5,8],[14,35],[57,149],[84,222],[19,50],[45,115],[60,151],[22,56],[53,114],[4,8],[25,65],[36,89],[39,96],[18,56],[5,15],[9,42],[17,46],[14,31],[30,59],[15,52],[2,5],[34,77],[83,180],[29,69],[-3,25],[-30,38],[54,139],[47,118],[32,87],[34,92],[34,85],[32,88],[19,61],[11,42],[30,128],[21,77],[7,21],[6,17],[48,99],[97,193],[47,95],[78,161],[7,16],[59,135],[10,52],[14,90],[13,100],[27,181],[8,57],[3,34],[-1,21],[-1,10],[-3,1],[0,0],[3,-1],[9,-3],[7,-7],[26,10],[-98,44],[-48,27],[-11,7],[-3,18],[1,3],[4,105],[7,103],[2,22],[23,8],[21,8],[19,9],[45,27],[122,77],[38,21],[46,13],[28,5],[16,0],[211,0],[20,4],[22,6],[36,13],[97,44],[7,30],[0,11],[8,4],[6,28],[22,160],[19,47],[19,37],[47,98],[30,62],[65,132],[74,-34],[5,3],[8,17],[38,106],[2,5],[32,-25],[65,105],[-40,34],[5,6],[50,48],[-7,45],[111,100],[27,17],[-76,104],[-2,1],[-12,14],[-122,-100],[-37,-30],[-6,-2],[-3,3],[-6,17],[-10,34],[79,68],[-8,40],[-68,213],[-83,-27],[-7,29],[-10,55],[-2,26],[3,20],[17,50],[-70,16],[-19,1],[-18,5],[-14,5],[-12,7],[-14,10],[-1,5],[-6,15],[-72,100],[-25,33],[-35,49],[-28,7],[-48,3],[-313,34],[-193,20],[-209,22],[-16,2],[5,22],[21,80],[26,79],[10,27],[44,120],[109,278],[13,31],[9,23],[52,138],[101,262],[41,-14],[129,-39],[34,154],[24,97],[49,-17],[28,89],[-79,29],[-132,47],[83,315],[26,88],[28,70],[34,70],[17,28],[0,0],[9,-3],[73,-51],[218,-151],[441,-301],[55,-36],[9,-8],[29,-17],[21,-16],[16,-9],[17,-4],[22,-2],[30,4],[32,5],[34,10],[75,30],[128,47],[34,10],[30,5],[10,1],[28,4],[33,12],[116,49],[34,4],[32,1],[24,2],[19,9],[11,10],[9,3],[32,11],[5,2],[362,128],[17,3],[15,5],[21,23],[6,6],[15,-10],[14,-9],[64,72],[132,152],[192,218],[18,22],[258,296],[157,186],[61,72],[66,80],[45,58],[17,49],[11,38],[-1,2],[-2,12],[-3,4],[56,73],[13,14],[7,6],[48,33],[299,200],[23,17],[49,26],[61,179],[12,31],[-7,17],[16,24],[7,22],[-1,33],[-4,24],[-18,38],[-25,37],[-12,33],[-2,15],[1,14],[-98,18],[-123,15],[-93,10],[30,55],[60,108],[47,87],[18,48],[6,40],[3,36],[0,58],[35,22],[-22,93],[-50,207],[-6,24],[-6,23],[0,0],[-9,1],[-301,37],[-223,27],[-204,25],[-6,0],[-209,26],[-378,46],[-194,23],[-51,-11],[-7,31],[-70,312],[-3,3],[-3,0],[-75,-15],[-3,0],[-18,-4],[-29,-7],[-13,-3],[-40,-11],[-17,-4],[-18,-6],[-39,-15],[-22,-4],[-20,-8],[-10,0],[-9,9],[-16,18],[-6,9],[-15,20],[13,11],[-15,39],[-15,17],[-22,-12],[-32,44],[24,48],[-6,36],[-12,18],[-9,11],[-13,8],[-17,4],[25,23],[-2,2],[108,90],[53,48],[44,41],[0,0],[20,17],[42,46],[40,47],[23,26],[105,124],[12,12],[101,115],[60,63],[100,104],[147,141],[91,86],[197,183],[43,39],[55,39],[54,36],[31,27],[41,43],[27,39],[94,127],[-249,-13],[-293,-16],[-143,-7],[-173,-10],[-51,-3],[-49,-2],[0,0],[-15,0],[0,0],[-9,12],[-15,35],[-47,126],[-120,-26],[-71,-17],[52,-142],[0,-1],[-50,-2],[-17,0],[-170,-8],[-138,-7],[-68,-10],[-110,-23],[-125,-25],[-201,-43],[-198,-43],[-37,-8],[-39,-8],[-54,-12],[-83,-16],[-22,-5],[-79,-18],[-127,-24],[-106,-22],[-33,-8],[-68,-19],[-33,-11],[-14,20],[-23,92],[-9,17],[-13,11],[-11,3],[-6,-2],[-4,-7],[-1,-10],[-7,-9],[-14,-9],[-10,-4],[0,-9],[6,-15],[1,-11],[-17,-19],[5,-51],[3,-31],[-4,-14],[-252,-113],[-65,-30],[-73,-33],[-71,-36],[-41,-24],[-55,-37],[-67,-49],[-33,-30],[-40,-41],[-20,-17],[-21,-13],[-28,-10],[-28,-6],[-28,-4],[-43,0],[-30,2],[-31,11],[-24,11],[-31,18],[-17,12],[-11,8],[-18,-23],[12,-15],[19,-28],[18,-30],[1,-5],[-39,-12],[-221,-97],[-13,-5],[0,-18],[10,-24],[-6,-1],[-12,-9],[-31,-23],[-28,-19],[-265,-194],[-271,-198],[-271,-195],[-29,-16],[-18,-7],[-17,9],[-5,3],[-24,24],[-9,5],[-4,0],[-152,-143],[-17,-17],[-124,-121],[-15,-11],[-10,9],[-72,-65],[-12,9],[3,38],[-3,30],[-6,149],[-5,108],[-7,143],[42,34],[63,50],[77,63],[41,33],[9,8],[21,17],[33,-26],[25,-22],[17,-14],[66,59],[25,22],[72,58],[30,24],[50,40],[41,37],[30,29],[33,27],[208,153],[45,36],[30,36],[7,9],[12,9],[6,6],[120,57],[27,18],[87,53],[36,22],[45,27],[40,24],[2,2],[2,2],[24,23],[12,13],[127,135],[35,34],[26,26],[34,32],[177,170],[58,48],[59,50],[231,196],[176,148],[176,142],[12,11],[23,20],[50,42],[171,135],[4,7],[19,-24],[14,20],[6,9],[7,11],[53,155],[176,501],[16,42],[8,37],[1,36],[-3,28],[-6,31],[-25,70],[-52,137],[-67,177],[-68,176],[-27,78],[-24,74],[-30,95],[-33,122],[-7,32],[-25,99],[-48,253],[-12,63],[-5,30],[-9,22],[-30,37],[-21,29],[-14,30],[-6,19],[-2,13],[1,19],[125,54],[162,62],[92,34],[132,50],[-7,29],[-5,15],[-17,21],[-35,48],[15,10],[7,4],[178,125],[11,8],[-15,24],[-8,12],[-114,169],[-279,434],[-56,85],[-109,160],[-94,134],[-3,14],[3,4],[-173,247],[-3,8],[-31,11],[-30,14],[-276,146],[-44,21],[-44,-1],[-14,4],[-29,19],[-30,28],[-59,59],[-128,124],[-93,92],[-101,96],[-21,11],[-30,10],[-11,4],[-5,2],[-10,10],[-40,38],[-221,215],[51,19],[35,7],[28,8],[323,82],[165,41],[46,10],[-132,742],[-12,51],[-93,467],[1,0]],[[693806,826479],[-20,-40],[-16,-29],[-17,-19],[-11,0],[-16,0],[-19,-1],[-44,0],[-3,-19],[-3,-19],[-12,-36],[-31,-77],[89,1],[98,1],[60,-114],[49,-95],[18,-35],[36,148],[35,-32],[57,-48],[13,27],[20,41],[5,30],[-1,14],[-5,7],[-5,2],[-1,0],[-11,5],[-17,22],[-67,132],[-4,23],[-28,105],[-16,45],[-12,25],[-10,16],[-20,8],[-25,5],[-14,-4],[-28,-27],[-12,-20],[-12,-42]],[[696253,822407],[116,-36],[24,97],[-7,3],[-114,30],[-10,-35],[-16,-58],[7,-1]],[[696826,822391],[-29,-39],[-32,30],[-97,-114],[114,-113],[13,-11],[64,-61],[14,-4],[32,-1],[43,9],[29,18],[16,23],[-6,17],[1,33],[3,23],[5,16],[-79,79],[-13,13],[-78,82]],[[697072,822139],[-58,-74],[28,-25],[-72,-84],[114,-75],[86,158],[-98,100]],[[697195,822013],[-77,-148],[86,-81],[48,71],[-2,9],[-40,36],[40,57],[-55,56]],[[690796,817826],[33,-3],[3,34],[10,36],[5,8],[-9,2],[-12,57],[-9,-3],[-4,19],[-21,-5],[4,-19],[-11,-3],[-6,-23],[-105,-23],[-6,-73],[112,-1],[16,-3]],[[693403,815269],[11,-67],[129,9],[-6,174],[-126,-4],[-10,-47],[-1,-34],[3,-31]],[[693317,814772],[7,-2],[9,0],[11,2],[7,5],[5,8],[2,11],[0,4],[53,2],[-2,33],[60,3],[-12,48],[-7,30],[-129,11],[-1,-82],[-6,0],[-13,-6],[-7,-12],[-1,-8],[0,-17],[2,-10],[4,-8],[8,-8],[10,-4]],[[693330,814208],[-19,-3],[-70,-1],[-39,2],[-18,2],[0,-44],[112,-89],[93,87],[0,4],[11,23],[-42,36],[-18,-12],[-10,-5]],[[693540,814100],[207,-11],[-37,90],[-283,18],[113,-97]],[[693779,814082],[42,-106],[26,18],[9,-23],[11,-13],[80,14],[1,102],[-169,8]],[[689740,808648],[18,-106],[121,45],[-25,98],[-55,-21],[-59,-16]],[[689266,808491],[31,-124],[120,46],[-32,122],[-119,-44]],[[689194,808329],[-38,128],[-80,-28],[33,-131],[17,6],[53,20],[15,5]],[[688646,808295],[-118,22],[-46,-141],[-21,-78],[-3,-30],[-3,-40],[156,57],[106,48],[21,141],[-92,21]],[[688623,808042],[-61,-23],[-118,-46],[-3,-28],[31,-8],[18,-7],[6,-13],[0,-50],[25,13],[71,10],[24,35],[2,10],[-3,12],[28,17],[132,5],[25,142],[-177,-69]],[[688405,807239],[95,-72],[23,5],[11,4],[8,89],[-1,105],[-27,-6],[-32,10],[-40,22],[-1,-13],[-7,-5],[-14,5],[-8,10],[-2,9],[-3,-120],[-2,-43]],[[683533,798979],[34,-13],[0,1],[-21,7],[-13,5]],[[697863,823125],[-27,158],[-90,-13],[24,-157],[93,12]],[[697526,823276],[-22,113],[-93,-13],[22,-113],[93,13]],[[697692,823457],[17,-89],[102,21],[-4,10],[-1,29],[-9,32],[1,16],[-106,-19]],[[698240,823653],[-75,65],[-22,-27],[-18,-30],[-18,-30],[-8,-12],[3,-6],[59,-51],[8,-6],[5,4],[15,21],[8,1],[10,-8],[7,-10],[5,-9],[3,-10],[32,43],[-11,2],[-8,4],[-23,19],[28,40]],[[698471,824139],[-40,7],[-20,-2],[-15,-7],[-19,-18],[59,-113],[22,-44],[20,1],[42,8],[23,7],[80,44],[-35,85],[-117,32]],[[698977,825136],[-30,2],[-29,-12],[-12,-18],[0,-35],[15,-30],[45,-53],[13,27],[13,22],[22,40],[21,19],[-21,20],[-37,18]],[[685287,845617],[120,-111],[46,-43],[15,-32],[7,-39],[2,-30],[-4,-17],[-18,-106],[2,-33],[4,-20],[3,-8],[15,-40],[40,-84],[13,-28],[6,-46],[8,-86],[4,-37],[0,-9],[14,-101],[17,-53],[6,-11],[81,-116],[34,-49],[76,-127],[18,-36],[27,-39],[15,-21],[23,-15],[53,-35],[83,-59],[34,-33],[35,-39],[29,-32],[51,-78],[41,-80],[21,-38],[18,-19],[22,-12],[14,-4],[122,-46],[22,-13],[14,-16],[13,-30],[39,-89],[10,-17],[27,-37],[31,-29],[26,-24],[36,-23],[27,-18],[37,-25],[22,-15],[16,-11],[9,-6],[0,0],[34,-48],[36,11],[9,2],[15,4],[6,2],[5,-11],[5,-12],[14,-41],[1,-22],[-2,-17],[6,-26],[15,-19],[7,-27],[6,-25],[2,-5],[20,-24],[33,-15],[21,-10],[23,-17],[62,-55],[19,-31],[20,-63],[15,-20],[55,-71],[18,-24],[34,-56],[32,-60],[5,-27],[-5,-71],[2,-10],[25,-48],[34,-51],[20,-29],[2,-12],[-4,-17],[-5,-8],[25,-41],[32,-54],[10,-17],[-26,-58],[20,-13],[0,0],[3,-2],[40,-43],[13,-20],[10,-24],[20,8],[0,0],[70,28],[283,121],[191,83],[77,32],[82,35],[64,27],[94,38],[44,-4],[152,-13],[78,-5],[70,-5],[113,9],[14,-6],[28,-96],[39,-154],[41,-155],[21,-78],[5,-18],[45,-160],[28,-104],[28,-102],[18,-70],[40,-151],[44,-169],[35,-126],[90,-327],[33,-117],[55,-191],[5,-22],[53,-199],[66,-252],[20,-75],[57,-219],[48,-193],[45,-184],[3,-13],[11,-42],[4,-14],[35,-130],[10,-41],[6,-25],[31,-126],[52,-195],[2,-9],[5,-20],[0,0],[-3,-2],[-90,-46],[21,-54],[84,40],[3,1],[53,-218],[-3,-6],[-36,-22],[-12,-15],[1,-27],[4,-18],[38,-167],[14,-54],[31,-136],[7,-23],[4,-12],[5,-10],[121,-496],[3,-10],[0,0],[7,-31],[-10,-4],[-4,-8],[34,-143],[44,-188],[5,-23],[67,-268],[13,-4],[8,-1],[8,-31],[21,-42],[-1,-3],[39,-11],[2,2],[14,13],[85,34],[128,57],[133,69],[230,118],[38,20],[585,306],[154,80],[70,36],[11,6],[228,117],[304,157],[7,4],[6,-11],[2,-10],[31,-182],[80,-461],[33,-184],[10,-65],[9,-49],[5,-30],[37,-207],[95,-558],[16,-35],[3,-17],[6,-35],[8,-34],[24,-68],[23,-60],[7,-19],[-59,-40],[-184,-116],[-72,-44],[-183,-116],[-90,-56],[-58,-37],[-32,-20],[-28,-18],[-14,-26],[-2,-2],[-3,-6],[-5,-7],[-73,-103],[-11,3],[-69,102],[-3,3],[-5,6],[-29,32],[-7,12],[-26,75],[-9,21],[-11,-6],[-23,-16],[-52,-36],[-43,-30],[-160,-106],[-158,-110],[-57,-43],[-66,-49],[-10,-5],[-14,-12],[-49,-35],[-18,-15],[12,-4],[7,-2],[82,-22],[47,-10],[21,-4],[29,-3],[31,-7],[4,-1],[98,-27],[61,-16],[41,-6],[41,1],[24,3],[12,2],[36,10],[25,11],[57,32],[56,41],[40,41],[46,52],[15,25],[24,52],[7,2],[3,-4],[33,-50],[2,-4],[88,-131],[54,-81],[59,-88],[11,-18],[9,-12],[3,-5],[5,-8],[0,0],[-23,-17],[-62,-50],[-140,-153],[-23,-24],[-59,-95],[-30,-44],[-28,-34],[-36,-50],[-12,16],[-14,15],[-18,12],[-21,-33],[-19,-25],[-6,-8],[0,-17],[-4,-21],[-7,-16],[-13,-31],[-3,-13],[1,-15],[13,-14],[8,-10],[5,-19],[-3,-13],[-9,-10],[-28,-39],[-10,-16],[-2,-9],[0,-9],[-88,-92],[-29,-33],[-19,-18],[-21,-15],[-15,-3],[-8,0],[-19,0],[-70,3],[-54,-1],[-23,-5],[-35,-12],[-24,-12],[-36,-22],[-15,-13],[-10,-3],[-16,-2],[-29,1],[-25,4],[-36,10],[-23,15],[-11,7],[-2,2],[-9,4],[-8,-23],[-6,-23],[1,-6],[18,-178],[-5,-4],[-139,-59],[24,-38],[100,-163],[-217,-159],[-57,-41],[-2,-4],[-17,-11],[-125,-89],[-56,-38],[-60,-43],[6,-24],[16,-78],[-43,-31],[-85,-62],[-116,-83],[-11,-8],[14,-15],[-2,-4],[138,-111],[79,-63],[64,-50],[4,-3],[16,-12],[132,-110],[167,-139],[196,-170],[143,-119],[113,-93],[521,-415],[-25,-227],[-7,-71],[-20,-210],[-29,25],[-41,34],[-75,61],[-2,0],[-118,90],[-119,90],[-116,95],[-113,99],[-120,101],[-110,90],[-79,72],[-12,-20],[-135,144],[-119,91],[-107,108],[-215,211],[-211,217],[-290,304],[-88,91],[-286,299],[-34,35],[-26,25],[-65,66],[3,33],[-44,45],[-119,121],[-49,51],[-35,44],[-11,19],[-5,0],[-105,222],[-30,31],[-18,21],[-19,19],[-3,1],[-56,58],[-47,-2],[-51,-4],[-9,4],[-3,2],[-146,151],[5,25],[-3,8],[-29,39],[-3,9],[-7,15],[16,10],[141,106],[102,73],[72,53],[174,128],[132,103],[51,42],[19,18],[31,35],[11,21],[10,24],[3,31],[-3,28],[-5,28],[-12,47],[-4,10],[-9,26],[-19,48],[-32,68],[-47,99],[-7,13],[-84,140],[-109,136],[-87,111],[-24,39],[-46,80],[21,0],[51,2],[29,1],[-6,9],[-19,23],[-6,29],[-1,31],[-3,30],[-9,50],[-3,29],[4,19],[-26,-2],[-129,-6],[-19,-1],[-63,123],[-70,143],[-1,2],[-19,56],[-11,61],[-9,42],[-25,141],[-7,43],[-17,102],[-24,142],[-7,48],[-1,9],[-13,44],[-21,65],[-38,121],[-35,104],[-20,61],[-2,5],[-3,6],[-21,58],[-38,102],[-33,91],[1,2],[-36,93],[-5,15],[-20,65],[-1,4],[-30,142],[-3,7],[-1,3],[-27,124],[-45,187],[-13,56],[-4,17],[-19,123],[-22,145],[-22,144],[-4,23],[-5,71],[-6,184],[1,183],[-14,133],[-8,65],[-14,93],[-14,101],[-25,190],[-58,393],[-13,44],[-26,42],[-45,38],[-65,38],[-158,94],[-155,95],[-42,33],[-165,161],[-85,82],[-19,11],[-16,14],[-3,11],[-36,36],[-142,137],[-35,35],[-37,38],[-74,104],[-45,59],[-2,3],[-46,23],[-26,0],[-22,425],[-7,82],[0,19],[-5,155],[-2,99],[-2,112],[1,30],[-30,-2],[-33,-2],[-12,-1],[-29,-2],[-59,-5],[-26,220],[-17,155],[3,65],[0,4],[28,211],[2,47],[-5,41],[-29,138],[-2,5],[-13,29],[-18,29],[-25,22],[-19,12],[-30,18],[-157,49],[-15,5],[-54,15],[-45,21],[-27,14],[-24,17],[-37,38],[-26,39],[-44,82],[-75,146],[-29,36],[-25,20],[-23,14],[-21,7],[-368,26],[-338,25],[-53,4],[-26,4],[-29,12],[-16,8],[-13,12],[-10,22],[-18,41],[-125,377],[-32,94],[-4,27],[2,32],[8,32],[18,27],[26,30],[283,235],[16,13],[266,227],[22,26],[17,34],[6,33],[0,32],[-4,35],[-12,31],[-209,505],[-82,222],[-14,-6],[-13,-6],[-10,24],[-6,16],[41,20],[22,14],[59,27],[177,86],[31,13],[7,-1],[53,-53],[120,-118]],[[689679,837350],[0,0],[125,64],[-125,-64]],[[689822,837005],[-26,-14],[26,14],[141,76],[-141,-76]],[[684648,847050],[19,-35],[0,-27],[-11,-29],[-13,-12],[-19,-11],[-16,-22],[-11,-38],[-1,-29],[4,-14],[6,-23],[3,-12],[16,-32],[10,-13],[22,-25],[19,-14],[27,-11],[23,-3],[24,-5],[34,-11],[28,-5],[52,-4],[19,-9],[6,-5],[9,-9],[8,-12],[13,-18],[15,-35],[9,-39],[4,-38],[-8,-80],[-23,-80],[-2,-14],[6,-79],[2,-40],[6,-52],[-1,-32],[24,-67],[36,-74],[15,-19],[0,-26],[-28,-19],[-25,-12],[-32,-14],[-22,-15],[-17,-7],[-22,-9],[-53,-26],[-53,-22],[-62,-30],[-20,-9],[-32,-17],[-12,-7],[-19,20],[-8,10],[-34,39],[-28,33],[-26,31],[-44,50],[-15,18],[-9,11],[-32,41],[-44,62],[-31,42],[-30,42],[-69,97],[-10,14],[-21,29],[-46,61],[-47,65],[-57,79],[-16,24],[-64,43],[-57,39],[-7,6],[-19,149],[-6,14],[-15,15],[-75,57],[-14,16],[147,14],[49,6],[4,-1],[20,-11],[3,-1],[41,-14],[9,-5],[9,-4],[10,-1],[41,11],[12,0],[8,-1],[25,8],[47,13],[15,1],[7,11],[0,19],[9,14],[15,10],[13,3],[19,1],[20,3],[10,17],[18,6],[20,2],[32,12],[17,7],[30,4],[32,11],[7,5],[13,9],[10,4],[16,6],[6,0],[23,-2],[21,3],[5,6],[7,23],[19,26],[10,3],[19,-10],[29,-25]],[[723628,790000],[28,-1],[36,0],[28,-5],[19,-5],[24,-9],[25,-12],[30,-23],[56,-62],[97,-108],[247,-278],[35,-40],[17,-21],[82,-101],[349,-411],[129,-151],[53,-62],[63,-73],[47,-49],[30,-29],[40,-38],[26,-20],[36,-26],[50,-36],[58,-42],[66,-48],[21,-17],[29,-23],[36,-32],[11,-10],[15,-15],[8,-16],[4,-12],[9,-37],[32,-224],[95,-661],[67,-488],[-21,-27],[-53,-64],[-13,-13],[-50,-52],[-3,-4],[-13,4],[-14,2],[-32,-1],[-12,1],[-15,-6],[-34,-23],[-80,-50],[-32,-14],[-757,-217],[-553,-155],[-1210,-348],[-213,-59],[-373,-101],[-647,-182],[-151,-42],[-115,-34],[-82,-25],[-75,-27],[-19,-10],[-23,8],[-5,5],[-7,2],[-8,-3],[-9,-5],[-25,-15],[-15,-7],[-30,-9],[-16,-4],[-18,4],[-38,0],[-26,-12],[-36,-12],[-44,-12],[-20,-9],[-21,-15],[-16,-10],[-33,-15],[-38,-7],[-9,-2],[-56,6],[-22,1],[-7,-3],[-18,-11],[-22,-16],[-11,-4],[-93,-28],[-100,-29],[-287,-79],[-82,-19],[-22,0],[-16,4],[-46,-53],[-2,1],[-57,-17],[-40,-12],[-195,-60],[-383,-93],[-114,-29],[-31,142],[-36,159],[-47,211],[-110,481],[-7,59],[-7,92],[-9,108],[-28,389],[-29,388],[-6,121],[-3,66],[3,161],[2,35],[27,47],[292,129],[204,96],[105,57],[117,62],[175,98],[206,118],[487,279],[85,49],[44,30],[23,3],[46,24],[683,410],[55,31],[127,73],[94,55],[58,30],[89,45],[1328,809],[137,89],[77,50],[54,38],[16,8],[33,25],[130,76],[31,8],[99,30],[35,7],[30,3]],[[549052,961942],[38,-82],[31,-50],[30,-40],[29,-32],[54,-46],[44,-48],[36,-48],[10,-20],[12,-23],[8,-47],[-14,-51],[-3,-11],[0,0],[-3,-8],[-15,-41],[-31,-53],[-39,-49],[-53,-41],[-52,-45],[-68,-67],[-63,-33],[-39,-23],[-147,-79],[-124,-62],[-133,-58],[-345,-152],[-9,-4],[0,-2],[-2,1],[-40,-22],[-50,-17],[-46,1],[-52,4],[-33,0],[-37,-10],[-81,-20],[-67,-15],[-78,-5],[-166,-10],[-85,-10],[-332,-58],[-75,-9],[-170,-47],[-187,-53],[-42,-19],[-24,-13],[-38,-31],[-20,-11],[-28,-11],[-33,-7],[-33,-11],[-24,-15],[-16,-14],[-38,-37],[-76,-63],[-76,-68],[-29,-16],[-31,-8],[-63,-8],[-20,-8],[-6,-3],[-27,-21],[-49,-52],[-23,-12],[-65,-22],[-39,-20],[-110,-75],[-37,-26],[-40,-22],[-52,-19],[-40,-12],[-29,-15],[-53,-46],[-34,-38],[-31,-30],[-30,-19],[-38,-20],[-27,-20],[-67,-69],[-19,-17],[-21,-13],[-54,-27],[-51,-24],[-33,-20],[-51,-41],[-20,-17],[-16,-3],[-14,0],[-20,5],[-35,15],[-66,21],[-60,11],[-44,1],[-51,-5],[-286,-56],[-64,-16],[-46,-20],[-43,-22],[-42,-23],[-54,-22],[-34,-16],[-49,-17],[-13,-2],[-20,-6],[-25,-16],[-33,-26],[-41,-32],[-28,-22],[-39,-17],[-81,-26],[-47,-12],[-32,-6],[-55,-3],[-101,3],[-53,7],[-32,5],[-35,10],[-62,23],[-50,20],[-37,17],[-43,25],[-144,108],[-59,46],[-33,30],[-26,26],[-26,36],[-36,61],[-26,53],[-24,50],[-68,176],[-68,159],[-18,76],[-47,129],[-31,78],[-21,74],[-16,67],[-16,108],[-20,89],[-7,166],[-1,63],[3,41],[2,22],[3,25],[10,44],[20,80],[18,59],[26,72],[40,85],[27,39],[40,50],[16,32],[8,18],[1,19],[-1,10],[-460,17],[-513,16],[-926,32],[-242,7],[-248,8],[-115,3],[-45,4],[-184,40],[-65,15],[-98,4],[-270,5],[-203,7],[-436,21],[-516,29],[-273,5],[-734,15],[-40,-4],[-108,-18],[-35,-3],[-41,0],[-87,4],[-143,12],[-70,3],[-205,-8],[-159,4],[-247,11],[-274,11],[-215,4],[-279,1],[-267,0],[-144,0],[-84,0],[-266,13],[-216,11],[-159,2],[-79,-4],[-223,-15],[-232,-18],[-155,-11],[-470,-34],[-4,6],[-2,-6],[-165,-14],[-207,-13],[-61,-138],[-37,-46],[-55,-36],[-32,-16],[-25,-34],[-41,-82],[-59,-147],[-15,-43],[-8,-59],[-18,-51],[-20,-49],[-51,-65],[-36,-42],[-6,-5],[-50,-104],[-7,-24],[-6,-37],[-6,-42],[1,-15],[3,-10],[7,-9],[11,-10],[13,-8],[13,-3],[18,-2],[227,-6],[138,89],[-4,-9],[196,-24],[70,-7],[62,-2],[74,2],[15,2],[166,16],[63,11],[185,47],[56,12],[55,3],[12,0],[51,-3],[38,-8],[36,-9],[31,-14],[36,-22],[96,-71],[27,-24],[14,-21],[7,-23],[13,-25],[19,-19],[26,-9],[24,-2],[39,8],[103,0],[26,5],[38,10],[30,9],[33,13],[43,29],[26,12],[24,0],[33,-9],[32,-21],[26,-28],[60,-92],[17,-22],[14,-8],[22,-2],[57,-2],[65,-5],[75,-14],[69,-19],[43,-17],[39,-21],[39,-34],[38,-38]],[[535196,960126],[-119,-11],[34,-519],[30,-468]],[[535141,959128],[-22,1],[-32,-1],[-19,-2],[-18,-6],[-23,-14],[-26,-20],[-25,-11],[-34,-8],[-37,-4],[-40,5],[-41,13],[-53,23],[-29,19],[-10,17],[-8,22],[-4,23],[1,31],[6,35],[2,26],[-6,20],[-19,18],[-43,11],[-20,-1],[-23,-7],[-24,-13],[-74,-47],[-35,-20],[-27,-6],[-19,-2],[-22,6],[-28,17],[-25,22],[-13,17],[-16,17],[-16,10],[-19,6],[-19,2],[-49,-11],[-37,-14],[-50,-6],[-24,1],[-16,8],[-26,26],[-20,26],[-5,19],[4,46],[4,28],[-2,12],[-10,10],[-14,2],[-21,-3],[-15,2],[-7,14],[0,20],[7,30],[0,22],[-7,24],[-11,10],[-17,2],[-24,-4],[-16,-13],[-12,-19],[-4,-16],[-19,-15],[-29,-13],[-32,-8],[-23,1],[-19,5],[-81,3],[-27,-4],[-28,-8],[-34,-20],[-31,-7],[-34,-1],[-17,-4],[-13,-6],[-13,-13],[-9,-14],[-11,-24],[-11,-16],[-14,-13],[-15,-9],[-19,-2],[-16,1],[-16,4],[-68,34],[-8,8],[-5,14],[0,12],[7,25],[3,16],[-3,13],[-6,8],[-10,6],[-14,-1],[-19,-5],[-81,-34],[-38,-20],[-28,-19],[-18,-26],[-14,-24],[-9,-32],[1,-38],[7,-29],[14,-37],[29,-53],[31,-42],[31,-21],[28,-10],[24,0],[29,13],[15,23],[9,34],[21,14],[15,-1],[19,-6],[29,8],[20,1],[12,-14],[4,-17],[-4,-18],[-19,-30],[-7,-35],[2,-41],[17,-15],[34,-11],[192,0],[94,-5],[8,-1],[19,23],[-23,21],[-19,20],[-13,17],[-8,50],[-14,14],[-15,10],[-10,26],[-22,36],[-12,7],[-12,0],[-17,-10],[-8,1],[-12,9],[0,15],[46,94],[23,29],[11,20],[19,14],[45,25],[7,2],[30,7],[11,1],[10,-1],[9,-4],[29,-12],[15,-19],[18,-40],[24,-39],[20,-19],[29,-14],[18,-5],[31,-27],[41,-34],[36,-21],[28,-8],[23,-3],[25,0],[22,13],[34,19],[25,0],[23,-12],[38,-39],[23,-20],[31,-16],[41,-10],[11,-8],[12,-21],[20,-51],[21,-98],[12,-37],[14,-28],[19,-22],[27,-22],[66,-34],[52,-22],[21,-4],[51,0],[44,5],[26,-3],[37,-16],[40,-22],[43,-17],[47,-13],[26,-1],[42,0],[68,8],[53,12],[23,4],[20,-6],[27,-14],[25,1],[52,4],[96,-7],[101,-11],[71,-13],[136,-17],[85,-12],[35,-13],[38,-25],[28,-27],[4,-4],[47,-51],[98,-120],[16,-5],[1,-14],[13,-14],[32,-12],[24,-3],[69,1],[53,-5],[29,-11],[9,-8],[25,-39],[14,-13],[22,-7],[22,-1],[22,4],[26,-2],[40,-18],[70,-38],[123,-68],[15,-9],[39,-18],[33,-9],[41,-6],[74,-6],[122,-2],[92,-5],[127,-15],[111,-12],[78,-17],[26,-6],[2,-1],[88,-17],[66,-10],[258,-17],[97,-14],[35,-9],[41,-23],[30,-31],[47,-57],[62,-90],[102,-154],[16,-22],[16,-15],[31,-23],[21,-20],[17,-27],[12,-29],[6,-43],[13,-41],[13,-25],[32,-51],[34,-58],[40,-94],[11,-36],[3,-35],[-4,-75],[-11,-45],[-19,-55],[-29,-56],[-16,-21],[-35,-28],[-42,-30],[-91,-49],[-64,-29],[-51,-21],[-66,-30],[-52,-17],[-75,-21],[-117,-29],[0,0],[-17,28],[0,0],[-43,72],[-87,153],[-20,25],[-38,7],[-52,0],[-94,-29],[-106,-44],[-79,-32],[-53,-9],[-96,-5],[-250,-8],[-103,0],[-197,0],[-59,9],[-18,-2],[-29,-7],[-39,3],[-189,11],[-94,6],[-117,11],[-2,0],[-43,4]],[[535963,956826],[8,21],[-1,0],[-46,5],[-37,4],[-70,7],[-90,11],[-83,6],[-120,1],[-108,-8],[-37,3],[-31,8],[-50,17],[-19,10],[-24,12],[-59,33],[-27,18],[-30,30],[-45,53],[-46,62],[-26,25],[-30,18],[-16,5],[-43,3],[-74,7],[-270,25],[-98,10],[-28,0],[-15,-4],[-25,-9],[-13,-10],[-17,-17],[-14,-18],[-21,-16],[-12,-6],[-5,14],[4,2],[-11,30],[-14,34],[-9,34],[-30,59],[-19,44],[-2,26],[13,89],[13,24],[5,32],[2,25],[0,0],[0,1],[1,18],[0,7],[0,4],[0,1],[0,3],[-1,26],[-65,54],[-18,17],[7,7],[30,28],[25,33],[11,22],[3,20],[-3,24],[-6,9],[-3,10],[-22,35],[-59,65],[-85,75],[-51,18],[-23,2],[-15,3],[-23,0],[-20,-6],[-6,-1],[-1,-1],[-7,-2],[-20,-14],[-10,-20],[-11,-68],[-10,-43],[2,-30],[17,-41],[23,-44],[6,-21],[-9,-5],[-13,-10],[-123,39],[-6,21],[-9,21],[-4,7],[-2,3],[-6,3],[-4,3],[-13,5],[-12,3],[-9,1],[-106,4],[-4,-15],[-3,0],[-194,13],[-153,11],[1,-168],[-221,30],[-10,2],[-3,1],[-1,0],[-1,1],[-8,0],[-53,7],[-33,4],[-63,10],[-70,10],[-36,7],[-93,17],[-60,10],[-28,5],[-138,27],[-134,25],[-119,22],[-22,4],[-6,1],[-23,-2],[-107,-9],[-14,0],[-1,0],[-7,-1],[-15,0],[-6,43],[-86,328],[0,2],[-92,344],[-7,30],[-159,81],[-22,4],[-13,2],[-45,7],[-196,30],[-71,12],[-144,22],[-89,12],[-128,21],[-39,6],[-37,4],[-1,0],[1,-7],[-3,0],[-420,-505],[0,0],[-104,2],[-12,-17],[-63,-3],[-8,-6],[-6,-12],[-12,-15],[-20,-10],[-25,-8],[-27,-3],[-99,-9],[-36,-8],[-239,-66],[-64,231],[-23,77],[-32,111],[-32,115],[-7,23],[-82,291],[1,6],[3,5],[5,4],[6,3],[6,6],[6,7],[8,9],[-5,1],[-25,2],[4,6],[-23,4],[-131,5],[-23,0],[5,119],[0,5],[1,8],[2,41],[3,59],[0,19],[2,45],[0,1],[1,11],[0,9],[7,156],[0,2],[0,5],[7,160],[-9,2],[1,22],[-61,12],[-63,11],[-82,6],[-93,0],[-19,0],[0,12],[-4,-7],[-3,-3],[-2,0],[-81,-5],[-48,-2],[-37,-2],[-16,-1],[-49,-3],[-53,-5],[-57,-2],[-71,-5],[-15,0],[-44,-3],[-10,0],[-49,-4],[-10,-1],[-59,-4],[-26,-2],[-126,-7],[-98,-6],[-59,-3],[-79,-3],[-65,-6],[-68,-4],[-74,-4],[-48,1],[-23,1],[-23,0],[-22,0],[-47,1],[-22,1],[-23,0],[-116,2],[-32,1],[-169,3],[-202,5],[83,251],[18,49],[12,0],[57,-23],[27,-10],[52,62],[14,27],[4,32],[-3,22],[225,167],[1,87],[-82,49],[63,79],[0,28],[102,107],[2,2],[66,-38],[42,98],[37,87],[-36,20],[-55,30],[-80,44],[-8,4],[-10,6],[-16,8],[-8,5],[-1,0],[1,2],[-54,-3],[-7,-1],[0,1],[0,0],[0,-2],[-531,-69],[0,0],[-33,-4],[-50,-6],[-100,-13],[-82,-10],[-14,-2],[-2,0],[-197,-4],[-938,-10],[-36,-1],[-35,34],[-12,-2],[-64,-11],[-59,-9],[-6,-1],[-20,-4],[-7,-1],[-30,-5],[-36,-6],[-2,0],[-34,-6],[-265,-8],[-235,-9],[-68,-2],[-94,-4],[-313,-14],[-461,-20],[-35,-1],[-375,-17],[0,-1],[-18,-40],[-2,-8],[-13,0],[8,-21],[-5,-24],[0,-47],[7,-39],[12,-39],[3,-14],[-5,-15],[-7,-8],[-1,-2],[34,-53],[7,-28],[31,-57],[46,-89],[27,-55],[10,-27],[11,-55],[12,-75],[15,-50],[16,-49],[4,-25],[9,-56],[34,-204],[-3,-12],[2,0],[-10,-68],[-3,-3],[-25,-45],[-95,-167],[-11,-14],[-36,-34],[-41,-22],[-52,-28],[-77,-31],[-51,-17],[-16,-6],[-83,-18],[0,0],[0,0],[-27,-1],[-55,-6],[-8,0],[-72,1],[-152,-2],[-1,0],[-25,0],[-23,0],[-16,-5],[-134,-33],[-64,-15],[-19,-5],[-27,-6],[-14,-4],[-8,-3],[-6,-2],[-10,-3],[-12,-5],[-27,-14],[-14,-9],[-14,-11],[-20,-20],[-4,-4],[0,0],[-1,-1],[-30,-32],[-17,-19],[-23,3],[-7,8],[-4,0],[-22,76],[-15,-3],[-41,-9],[-52,-12],[-26,-6],[-17,-4],[-34,-7],[-38,-11],[-8,-6],[-29,-20],[-25,-18],[-32,-21],[-17,-12],[-46,-30],[-5,-3],[-54,-37],[-48,-32],[0,-1],[-21,-12],[0,5],[22,39],[10,112],[11,85],[11,87],[12,77],[16,77],[17,67],[24,99],[24,91],[8,34],[12,43],[15,62],[20,77],[9,37],[6,24],[5,25],[3,10],[2,16],[2,38],[0,39],[-6,51],[-5,36],[-2,11],[-2,15],[-15,100],[-23,153],[-7,50],[-2,13],[-2,13],[1,64],[0,25],[1,30],[1,29],[2,6],[2,28],[3,20],[5,60],[6,58],[6,75],[0,0],[0,0],[3,30],[-28,-2],[-17,-1],[-144,-10],[-96,-7],[-190,-10],[-255,-18],[-53,-3],[-20,-1],[-28,-1],[-20,-1],[-70,-4],[-104,-7],[-90,-5],[-71,-5],[-263,-12],[-249,-9],[-52,0],[-31,-4],[-57,-19],[-42,-24],[-14,-3],[-81,-20],[-52,-6],[-31,-13],[-32,-23],[-63,-54],[-49,-40],[-19,-8],[-28,-2],[-173,3],[-2,-1],[14,-45],[218,-523],[33,-79],[3,-7],[8,0],[17,17],[28,12],[30,5],[149,2],[38,5],[15,3],[43,12],[35,15],[110,53],[141,68],[13,6],[2,-5],[31,-65],[9,-19],[48,27],[26,15],[18,11],[95,58],[83,49],[-46,95],[-2,2],[16,8],[99,34],[204,65],[184,61],[110,34],[40,12],[43,9],[29,0],[23,-9],[-8,-9],[-413,-453],[0,0],[-243,-587],[-1,0],[-32,-4],[-2,-78],[0,-2],[-16,-40],[4,-8],[5,-7],[7,-17],[1,1],[23,-10],[11,-5],[59,-29],[129,-64],[85,-342],[0,-18],[-232,-249],[-76,-80],[-2,-7],[-12,-25],[-3,-25],[3,-27],[77,-255],[7,-29],[15,-48],[9,-46],[0,-4],[-38,-27],[-18,-13],[-22,-15],[-43,-28],[-40,-27],[-48,-30],[-58,-35],[-8,-7],[-121,-97],[-51,-41],[-52,-42],[-6,-5],[-7,-6],[-77,140],[-61,-58],[79,-128],[0,-1],[-57,-46],[-51,-66],[-10,11],[-63,75],[-104,-109],[100,-47],[15,-7],[-85,-60],[-32,-76],[-12,-27],[-2,4],[-19,-5],[10,-17],[0,-1],[-22,12],[-30,18],[-90,46],[-29,17],[-24,4],[-18,-1],[-9,6],[-68,-87],[-8,-6],[0,0],[-174,-213],[-233,-289],[-19,-28],[-5,2],[-10,6],[-12,5],[-171,142],[-66,47],[-42,-245],[-1,-8],[-7,-38],[-6,-34],[9,-31],[10,-26],[12,-20],[13,-16],[11,-12],[16,-5],[23,-3],[27,-5],[14,-5],[19,-10],[25,-10],[17,-5],[45,-8],[7,-1],[2,0],[11,-2],[0,-35],[-1,-32],[0,-12],[-23,-1],[-19,0],[-16,3],[-299,-16],[-215,3],[-377,6],[-26,16],[-19,12],[-10,9],[-6,10],[-1,6],[-20,309],[-8,102],[13,9],[15,5],[16,1],[15,-5],[127,-100],[32,-22],[113,-30],[43,-8],[37,0],[22,1],[20,3],[-4,39],[-11,49],[-80,252],[-28,63],[-35,101],[-78,135],[-112,197],[-25,45],[9,136],[-44,65],[-119,196],[0,9],[-5,0],[-11,173],[-10,164],[-34,506],[-15,140],[-15,-6],[-12,-5],[-15,-11],[-13,-14],[-15,-22],[-18,-15],[-21,-5],[0,-65],[-104,-133],[1,-9],[-1,-2],[5,-28],[-6,-2],[-15,-8],[-142,-65],[-42,-19],[1,-11],[0,-1],[-6,-3],[12,-212],[14,-221],[12,-210],[26,-430],[5,-104],[0,-2],[0,-28],[9,-469],[-56,-5],[-134,-10],[-164,-14],[-124,-9],[-22,-1],[0,0],[0,-3],[2,-32],[1,-7],[-2,1],[-16,0],[-9,0],[-317,-2],[-354,179],[-66,33],[-220,-14],[-529,-32],[-491,-32],[-318,-21],[-401,-26],[-5,0],[-91,-145],[27,-53],[0,-1],[13,-33],[99,-164],[-99,-7],[-91,-8],[-590,-49],[-56,-4],[-143,-3],[1,2],[45,122],[122,335],[1,1],[5,16],[11,27],[5,16],[63,170],[33,93],[-30,10],[-9,3],[-22,7],[-4,1],[-18,6],[-38,13],[-37,12],[-33,11],[-51,19],[-55,24],[-48,21],[-113,50],[-73,32],[-63,30],[-80,39],[-111,55],[-40,20],[-15,8],[-8,4],[-21,15],[-38,26],[-56,42],[-31,21],[-21,17],[-22,15],[-8,5],[-15,5],[-8,0],[-20,0],[-33,0],[-53,-3],[-87,-2],[-94,-3],[-44,-1],[-17,1],[0,0],[-24,5],[-17,4],[-35,11],[-33,12],[-48,16],[-52,19],[-75,28],[-55,19],[-32,12],[-36,14],[-81,29],[-46,21],[-132,66],[-18,9],[-110,53],[-131,57],[-61,27],[-15,6],[-65,29],[-101,42],[-91,34],[-4,2],[-103,38],[-59,26],[-53,25],[-87,40],[-105,47],[-124,58],[-99,44],[-87,40],[-10,5],[-3,1],[-16,-109],[-32,-179],[-9,-58],[-2,-22],[-1,-6],[-2,-27],[-18,-103],[-5,-26],[0,-2],[-2,0],[-6,0],[0,1],[-2,1],[-40,5],[-109,13],[-81,9],[-108,14],[-84,10],[-26,3],[-22,2],[-17,2],[-101,12],[-10,1],[-1,-1],[0,0],[-1,0],[-22,2],[-4,0],[-28,3],[-315,35],[-123,13],[-121,14],[-82,8],[-8,2],[-20,-268],[1,-33],[8,-13],[15,-9],[17,-5],[29,-3],[22,-5],[-38,-337],[0,-12],[3,-9],[1,0],[-1,-4],[175,-34],[175,-33],[214,-44],[-32,-202],[-22,-146],[-3,-23],[-84,-549],[-15,-92],[-236,44],[-64,11],[-35,6],[-31,4],[-21,3],[-76,7],[-108,8],[-519,38],[-365,26],[-18,2],[-470,34],[-196,15],[-209,14],[-112,8],[0,86],[1,9],[40,-1],[98,0],[24,5],[8,10],[2,12],[-1,124],[-1,351],[-4,425],[-3,9],[1,0],[-14,16],[-858,-12],[-2,54],[-3,114],[6,211],[0,107],[-1,478],[0,35],[-9,305],[-2,0],[0,17],[-45,-3],[-52,-4],[-35,-2],[-61,-6],[-34,-1],[-69,-5],[-98,-8],[-152,-11],[-22,-1],[-4,0],[-69,-5],[-26,-2],[-34,-2],[-9,-1],[-51,-4],[-78,-6],[-68,-5],[-59,-4],[-166,-2],[-259,-33],[-3,0],[-2,0],[-1,12],[-1,-1],[1,-11],[-18,-3],[-8,80],[-19,68],[-31,73],[-26,42],[-45,55],[-28,28],[-55,44],[-83,44],[-38,16],[-92,29],[-74,21],[-12,4],[-68,20],[-20,7],[-10,-34],[-13,3],[-4,1],[-5,1],[-166,38],[-8,7],[-8,8],[-51,1],[-8,0],[-120,-5],[-88,-2],[-113,-2],[-813,-18],[-190,-12],[-38,-1],[-137,-4],[-156,-5],[-120,-3],[-117,-5],[-131,-10],[-109,-7],[-160,-12],[-130,-10],[-104,-8],[-156,-11],[-119,-9],[-91,-7],[0,-13],[-6,-1],[8,-191],[0,-142],[19,-135],[5,-80],[8,-127],[1,-37],[-2,0],[5,-75],[3,-63],[-21,28],[-6,21],[-9,0],[-1,1],[-178,-9],[-63,-2],[-81,-3],[-101,-5],[-19,-1],[1,-55],[-105,-8],[-238,-17],[-524,-35],[-18,-7],[-18,-6],[-4,-242],[-2,-221],[-1,-120],[-2,-284],[-1,-118],[-348,6],[-194,4],[-64,3],[0,-6],[-2,0],[-1,-19],[-41,0],[0,-145],[-3,-242],[-1,-86],[0,-2],[0,-2],[1,0],[-1,-6],[0,0],[-1,-217],[0,-15],[514,0],[1,1],[143,-1],[0,-8],[1,-31],[1,-30],[5,-77],[4,-35],[13,-54],[6,-31],[-6,-2],[2,-10],[-1,-1],[-7,-23],[8,-38],[53,16],[7,2],[1,-5],[7,4],[23,7],[43,11],[35,10],[43,11],[21,6],[73,20],[58,17],[66,17],[58,16],[48,13],[27,9],[63,19],[52,17],[31,12],[11,4],[6,2],[26,11],[41,16],[57,20],[49,20],[15,5],[81,30],[2,0],[1,0],[7,3],[13,3],[15,4],[11,4],[13,5],[31,11],[25,9],[35,12],[31,13],[27,8],[25,9],[19,8],[29,8],[71,21],[46,15],[-1,8],[6,1],[64,14],[61,9],[53,5],[76,5],[2,0],[30,1],[13,0],[7,1],[87,-8],[99,-12],[53,-11],[88,-22],[199,-41],[34,-9],[108,-24],[99,-23],[104,-22],[11,-3],[42,-10],[4,-1],[2,-3],[3,-6],[2,-4],[0,-4],[-2,-15],[-8,-43],[-2,-13],[-3,-14],[-3,-35],[-1,-15],[-2,-12],[-4,-41],[0,-13],[-1,-10],[-1,-23],[0,-24],[3,-35],[7,-76],[2,-16],[4,-37],[6,-39],[6,-40],[8,-75],[8,-58],[7,-55],[8,-62],[8,-55],[6,-51],[6,-39],[3,-14],[1,-3],[0,-4],[-622,-144],[-192,-45],[-80,-17],[-2,14],[-11,-1],[2,-15],[2,-24],[-77,-7],[-107,-11],[-84,-8],[-13,124],[-9,86],[-150,-42],[-508,-148],[0,0],[-6,49],[-3,26],[-127,-37],[-89,-29],[-98,-27],[-97,-30],[-130,-37],[-3,7],[-6,-2],[-17,43],[-51,152],[-3,11],[-11,36],[-84,2],[-294,8],[-86,2],[-33,12],[-384,77],[-237,47],[-9,3],[0,1],[3,56],[3,86],[5,94],[5,95],[3,86],[-1,0],[5,86],[-2,0],[-104,17],[-165,23],[-29,4],[-160,24],[-308,41],[-549,77],[-293,38],[-207,30],[-38,3],[-36,-3],[-46,-10],[-17,1],[1,3],[-124,18],[-107,15],[-3,0],[-93,13],[-247,35],[-107,14],[-53,7],[-53,0],[-70,-5],[-69,-16],[-67,-22],[-21,-7],[22,72],[7,3],[14,12],[5,10],[1,0],[3,5],[1,2],[0,0],[5,10],[5,17],[23,76],[14,44],[5,14],[14,46],[1,3],[7,47],[3,14],[1,14],[2,8],[8,59],[17,116],[15,99],[19,127],[7,48],[39,259],[145,-10],[259,-17],[2,0],[137,-10],[11,68],[14,91],[10,71],[3,0],[17,-1],[76,-4],[3,-1],[79,-4],[79,-5],[79,-4],[50,-3],[16,-1],[0,0],[1,9],[9,8],[11,15],[7,24],[1,11],[42,319],[-8,1],[-2,-5],[-386,53],[-214,38],[-316,67],[-22,-4],[-22,2],[-23,2],[-19,-4],[-44,-8],[-56,-14],[-11,-3],[-51,-13],[-25,-7],[-37,-6],[-11,-2],[-72,-12],[-34,-5],[-42,-5],[-30,-3],[-44,-17],[-24,-9],[-76,-28],[-22,-6],[-35,-9],[-36,-5],[-190,-59],[6,13],[2,8],[36,102],[169,489],[2,7],[13,23],[3,5],[13,26],[172,343],[117,232],[-22,-1],[-17,0],[-116,-2],[-15,-13],[-81,-72],[-67,-60],[-80,-71],[-58,-52],[-71,-63],[-9,-7],[-9,-9],[-33,-30],[-41,-36],[-8,-7],[-40,-36],[-20,-18],[-34,-30],[-46,-42],[-4,-3],[-57,-51],[-32,-30],[-6,-5],[-15,-14],[-48,-42],[-14,-13],[-47,-42],[-26,-24],[-13,-12],[-7,-40],[-5,-45],[-6,-38],[-7,-56],[-2,-18],[-1,-7],[-1,-4],[-2,-6],[-6,-6],[-14,-11],[-58,-45],[-54,-42],[-58,-46],[-101,-78],[-64,-48],[-117,-91],[-61,-46],[-67,-53],[-85,-66],[-25,-19],[-54,-28],[-41,-22],[-8,-4],[-61,-32],[-32,-16],[-9,-3],[-94,-15],[-52,-8],[-171,-24],[-8,2],[-6,-3],[-35,-27],[-66,-53],[-61,-53],[-13,-11],[-17,-21],[-19,-34],[-18,-33],[-52,37],[-25,-43],[51,-35],[0,-1],[-9,-13],[-1,-3],[-1,0],[-60,39],[-54,34],[-16,-30],[54,-35],[11,22],[2,-2],[2,-3],[3,-2],[2,-2],[2,-3],[2,-2],[2,-2],[2,-3],[2,-2],[2,-3],[2,-2],[2,-3],[3,-4],[3,-4],[3,-4],[3,-4],[3,-4],[3,-4],[3,-4],[1,-2],[-10,-25],[-12,-39],[-3,-11],[-10,-31],[-12,-32],[-4,-17],[-4,-19],[-15,-75],[-2,-8],[-1,11],[-9,76],[0,3],[-4,27],[0,4],[-80,130],[-40,-31],[-59,-44],[-34,-25],[-71,-53],[56,-90],[14,-21],[10,-18],[112,-36],[25,-8],[78,59],[-5,-24],[-6,-33],[-16,-83],[-26,-56],[-23,-128],[-22,-120],[-30,-153],[-1,-6],[-3,-6],[-35,-28],[-54,-52],[-48,-46],[-35,-40],[-57,-69],[-7,-20],[-8,-28],[-16,-60],[-26,-91],[-18,-72],[-13,-35],[-15,-41],[-16,-35],[-15,-33],[-52,-99],[-13,-21],[-3,-13],[-5,-14],[-6,-15],[-4,-11],[0,0],[-13,-38],[-13,-41],[-6,-37],[-8,-36],[-9,-42],[-10,-30],[-22,-41],[-23,-41],[-28,-46],[-18,-38],[-25,-55],[-19,-35],[-23,-41],[-21,-43],[-18,-35],[-15,-37],[-16,-40],[-15,-19],[-9,-11],[-29,-34],[-26,-22],[-22,-21],[-28,-25],[-33,-30],[-32,-29],[-37,-29],[-14,-18],[-29,-27],[-25,-28],[-34,-27],[-27,-26],[-13,-2],[-7,-9],[2,-4],[1,-3],[62,-204],[-122,-62],[-25,-45],[15,-15],[31,-40],[25,-25],[28,-24],[32,-39],[36,-38],[33,-37],[41,-43],[41,-44],[18,-18],[34,-40],[24,-21],[157,-174],[66,-100],[118,-184],[78,-163],[12,-184],[42,-156],[163,-245],[-17,-20],[-50,-59],[50,-38],[0,-1],[-2,-8],[-9,-16],[-2,-4],[0,0],[0,0],[-10,-21],[-13,-15],[-4,-4],[0,0],[-1,0],[-29,-23],[-15,-11],[-10,-9],[-12,-13],[-18,-21],[-17,-18],[-10,-10],[-24,-17],[-8,-5],[-14,-10],[-42,-51],[-2,-2],[-13,-15],[-195,210],[-167,213],[-112,190],[-74,132],[-302,538],[-269,442],[-184,346],[-141,373],[-100,401],[-116,388],[-32,262],[-13,76],[-13,88],[-14,119],[-2,140],[-4,213],[40,635],[18,312],[-4,129],[4,84],[104,543],[19,211],[21,79],[40,145],[103,232],[140,215],[214,290],[363,473],[15,20]],[[492007,959591],[1,1],[1,1],[324,472],[66,85],[77,99],[413,417],[148,118],[309,206],[0,-2],[50,34],[227,143],[210,119],[281,133],[284,114],[479,177],[330,108],[159,49],[144,27],[78,16],[86,-13],[56,16],[61,62],[78,41],[203,77],[169,54],[142,40],[66,0],[76,-24],[66,30],[36,54],[18,16],[2,4],[43,37],[133,52],[164,42],[314,81],[266,46],[314,29],[305,9],[161,-24],[98,-7],[123,-29],[282,-76],[563,-215],[565,-202],[579,-189],[562,-155],[577,-128],[274,-54],[309,-51],[224,-44],[351,-54],[583,-104],[582,-83],[246,-42],[196,-44],[156,-23],[301,-12],[280,3],[543,-36],[123,-11],[55,-8],[130,-2],[305,-14],[574,-20],[127,0],[109,-2],[186,-10],[138,-12],[587,-26],[422,-14],[150,-7],[264,-13],[311,-15],[214,-29],[146,-31],[146,-26],[104,-12],[542,-21],[-4,1],[186,-9],[337,-23],[107,-8],[117,21],[270,-3],[143,3],[259,-3],[317,0],[215,-4],[363,-2],[330,2],[315,1],[575,3],[572,7],[576,4],[598,28],[302,11],[286,9],[531,27],[577,21],[581,52],[367,18],[204,10],[379,25],[200,14],[299,23],[273,25],[244,25],[202,20],[133,16],[241,25],[175,16],[149,8],[175,8],[150,19],[246,38],[143,15],[238,17],[201,9],[571,55],[442,38],[133,19],[252,32],[319,27],[448,51],[131,20],[206,24],[373,41],[379,36],[203,17],[279,34],[284,36],[264,39],[305,46],[272,27],[311,31],[574,51],[102,2],[183,12],[155,21],[33,5],[31,5],[70,12],[305,36],[271,45],[572,56],[265,30],[309,33],[358,41],[212,26],[292,29],[286,24],[337,31],[238,22],[270,22],[304,17],[581,54],[211,22],[366,45],[258,35],[315,39],[350,39],[223,25],[208,24],[286,32],[213,26],[272,34],[167,18],[292,29],[276,32],[294,32],[280,24],[196,17],[393,33],[322,32],[253,21],[297,30],[278,27],[197,32],[371,33],[276,27],[301,18],[232,30],[403,28],[516,47],[233,27],[291,52],[525,83],[265,27],[322,35],[412,43],[63,7],[104,12],[185,31],[152,31],[96,15],[45,7],[109,17],[221,23],[170,17],[185,19],[252,10],[36,2],[75,4],[230,12],[197,13],[217,5],[167,-6],[81,4],[93,46],[18,6],[10,2],[67,15],[19,5],[71,3],[214,10],[494,40],[85,6],[0,-1],[433,28],[81,5],[0,3],[79,11],[217,17],[341,13],[293,-1],[285,-7],[436,-4],[140,-10],[63,-11],[293,-50],[275,-53],[329,-86],[180,-73],[10,-8],[90,-36],[53,-36],[44,-32],[40,-53],[19,-90],[-65,-101],[-59,-97],[-44,-103],[-19,-105],[-34,-59],[-133,-47],[-152,-33],[-150,-19],[-164,-11],[-146,26],[-131,54],[-76,61],[-48,95],[-8,86],[12,158],[21,150],[-8,61],[-135,34],[-49,6],[-95,19],[-119,22],[-72,8],[-160,23],[-9,1],[-48,7],[-113,7],[-5,1],[-14,-6],[-9,-8],[-17,-15],[-3,-11],[-6,-21],[2,-67],[14,-74],[10,-51],[46,-212],[0,-15],[0,-27],[-11,-42],[-18,-23],[-40,-25],[-6,-8],[-15,-17],[-9,-34],[6,-29],[2,-8],[14,-18],[65,-44],[62,-42],[41,-27],[110,-83],[68,-62],[27,-47],[30,-61],[16,-22],[16,-20],[21,-26],[61,-63],[92,-83],[32,-36],[24,-37],[32,-75],[19,-28],[73,-128],[8,-18],[1,-4]],[[528267,961309],[-135,-18],[-41,5],[-106,-81],[55,-136],[179,-4],[63,30],[-15,204]],[[527695,961258],[-42,2],[-1,-49],[0,-44],[43,-1],[12,6],[-8,-33],[-2,-5],[-7,-22],[-20,-66],[72,-27],[-12,-44],[17,-6],[97,-27],[59,233],[-96,32],[-16,5],[5,19],[-13,4],[-3,1],[5,21],[-29,0],[-61,1]],[[518145,960179],[23,-115],[19,2],[150,15],[-5,26],[-19,95],[-1,8],[-3,13],[-146,-39],[-18,-5]],[[492606,957520],[121,-117],[136,52],[79,172],[-12,64],[-176,43],[-57,-36],[-14,-47],[-58,-77],[-19,-54]],[[491849,956959],[14,-169],[5,-2],[-44,-149],[-9,-33],[43,-16],[7,-2],[30,26],[265,-98],[6,205],[-132,159],[-123,62],[-30,5],[-1,1],[10,38],[-31,10],[-10,-37]],[[492256,956886],[34,-3],[4,41],[-34,3],[-4,-41]],[[491551,956810],[-25,41],[-56,-44],[25,-40],[56,43]],[[491700,956843],[43,-18],[16,46],[-43,18],[-16,-46]],[[491197,956455],[39,-16],[14,43],[-38,16],[-15,-43]],[[491883,954354],[58,-51],[37,49],[-60,52],[-35,-50]],[[515598,957297],[1,-1],[0,0],[-1,1]],[[520660,957882],[25,-131],[73,47],[-19,102],[-79,-18]],[[520014,957284],[-63,-66],[105,-65],[43,94],[-85,37]],[[520991,960052],[0,65],[-145,-2],[0,-63],[145,0]],[[549486,962989],[186,-29],[10,89],[3,40],[22,221],[-369,53],[-42,-340],[6,-6],[184,-28]],[[535141,959128],[-30,468],[-34,519],[119,11],[5,-5],[43,-57],[76,-119],[28,-36],[31,-25],[41,-26],[51,-36],[39,-42],[24,-34],[16,-36],[10,-38],[12,-21],[19,-13],[29,-10],[31,-2],[41,-3],[36,-8],[27,-13],[24,-19],[42,-57],[35,-65],[11,-28],[3,-36],[-1,-33],[1,-17],[10,-13],[31,-25],[19,-20],[53,-76],[15,-32],[4,-22],[-2,-29],[-13,-36],[-17,-26],[-30,-25],[-33,-18],[-43,-17],[-26,-7],[-17,-1],[-21,5],[-33,14],[-64,29],[-28,7],[-29,3],[-25,-4],[-27,-8],[-27,-18],[-42,-32],[-16,-3],[-27,-1],[-23,3],[-19,8],[-30,19],[-56,50],[-25,20],[-20,11],[-25,9],[-28,7],[-102,8],[-13,1]],[[315617,741738],[16,-20],[47,11],[22,14],[42,23],[54,26],[4,-15],[-5,-3],[-63,-45],[-72,-57],[-46,-31],[-36,-14],[-118,-86],[-4,-9],[-15,-16],[-1,-1],[-105,-77],[-25,-17],[-14,-8],[-8,-5],[-10,-1],[-6,2],[-4,4],[-37,255],[-10,-4],[-3,18],[0,10],[3,9],[27,11],[70,28],[-4,10],[21,11],[0,0],[-23,53],[83,42],[-42,95],[45,22],[31,16],[9,-24],[60,-78],[117,-149]],[[317502,741943],[-23,-16],[-10,56],[22,15],[11,7],[23,15],[67,46],[71,52],[186,134],[-179,-134],[13,-23],[12,-19],[-193,-133]],[[317208,742687],[82,-2],[5,8],[4,14],[10,-22],[12,-32],[3,-9],[-7,4],[-137,28],[-7,-1],[-6,49],[-3,21],[14,9],[30,-67]],[[316053,742232],[42,-2],[45,17],[54,28],[107,56],[68,35],[19,9],[127,-311],[-43,-15],[-214,-77],[-3,0],[-15,0],[-22,0],[-34,0],[-20,-9],[-38,-36],[-27,-18],[-26,-15],[-39,-19],[-4,-2],[-109,-45],[-4,-2],[-17,43],[-14,34],[-53,121],[-59,133],[-5,10],[-5,7],[-6,6],[-5,4],[-6,4],[-19,8],[-8,-5],[-33,-16],[4,-36],[3,-23],[2,-5],[-9,23],[-25,24],[2,3],[-251,-123],[-160,-79],[-48,108],[-31,69],[-76,170],[-205,464],[203,118],[82,48],[119,75],[17,-31],[118,-204],[72,-123],[20,-26],[5,-6],[23,-31],[23,-27],[29,-35],[37,-40],[24,-23],[28,-26],[50,-40],[61,-43],[61,-40],[78,-45],[45,-20],[28,-12],[37,-7]],[[317156,745183],[39,-21],[3,4],[88,-47],[30,-19],[65,-44],[0,0],[72,58],[-106,-86],[-78,-31],[-69,-27],[-23,-8],[-108,195],[87,26]],[[317064,745180],[-7,-2],[-2,2],[23,9],[55,25],[18,10],[9,4],[6,-18],[-102,-30]],[[316497,745631],[21,-14],[110,54],[378,-289],[39,-35],[-41,-11],[-228,-63],[-68,-21],[0,0],[-58,-18],[-214,-67],[-76,-24],[-39,-12],[-10,-4],[-7,1],[-15,0],[-92,-23],[-8,-1],[-15,-3],[-30,-15],[-12,-5],[-35,-13],[-235,-81],[-88,-31],[-119,-41],[-33,-11],[-69,-24],[-3,-14],[0,-2],[0,-1],[8,-17],[8,-18],[0,-5],[-1,-21],[-33,-62],[-6,-11],[-19,-16],[-8,-8],[-87,-37],[-62,-26],[-8,-4],[-35,-18],[-84,-51],[-1,0],[-10,-6],[-216,-132],[-17,-11],[-31,-19],[-69,119],[-117,194],[-72,124],[72,-124],[-442,-295],[-178,310],[-218,-144],[-256,-165],[-19,-13],[-79,142],[4,21],[13,115],[4,70],[3,71],[13,299],[7,126],[6,83],[7,37],[22,87],[34,94],[23,-15],[18,-26],[61,-112],[176,-317],[185,-328],[368,251],[59,42],[22,-36],[43,5],[7,-3],[0,0],[59,57],[46,38],[354,286],[102,81],[59,41],[183,99],[667,366],[382,-350]],[[316348,749686],[-41,-52],[-134,98],[71,30],[95,40],[0,0],[-2,-54],[-2,-36],[18,-1],[7,-1],[-12,-24]],[[315829,749851],[-27,-10],[-23,1],[-21,10],[-23,20],[-145,158],[-5,1],[60,83],[65,-67],[64,-72],[92,-101],[-7,-6],[-30,-17]],[[316679,754798],[-19,-17],[-26,-1],[-28,9],[-9,-1],[0,-31],[-10,0],[-46,-4],[-16,-1],[-65,-31],[-41,-27],[-25,-27],[-5,-6],[-3,-6],[-13,-26],[-22,-50],[0,0],[-12,-57],[0,0],[-65,-596],[-3,-23],[0,-1],[185,-30],[-25,-208],[0,0],[-11,-238],[-105,-992],[-14,-80],[-33,-12],[-66,6],[-1,1],[-5,-2],[-105,14],[-20,3],[-35,6],[-17,11],[-9,19],[118,1052],[35,253],[28,32],[-111,90],[16,52],[14,76],[170,207],[0,0],[0,0],[0,3],[-19,141],[-136,63],[11,89],[148,-14],[23,291],[208,82],[177,5],[-13,-24]],[[315471,755269],[-148,0],[31,86],[25,64],[74,127],[8,21],[51,55],[-4,-24],[-13,-52],[-8,-33],[-4,-34],[-9,-155],[0,-24],[-3,-31]],[[317732,768583],[-4,-66],[-24,1],[-45,4],[-89,6],[39,587],[-107,57],[115,61],[57,30],[31,23],[2,14],[32,60],[1,0],[18,33],[11,20],[13,-26],[5,-25],[0,-39],[-28,-355],[-27,-385]],[[319559,776004],[11,-33],[-13,33],[-107,-32],[-367,-103],[0,1],[-22,71],[-64,225],[-10,32],[-47,172],[2,2],[28,43],[87,126],[-10,43],[-3,17],[380,93],[321,75],[107,25],[88,25],[33,9],[63,26],[0,0],[15,-24],[12,-38],[15,-44],[96,-259],[28,-62],[15,-26],[-205,-156],[-129,-93],[-15,-59],[-53,-12],[-215,-64],[-41,-13]],[[319302,776999],[-23,-5],[-32,8],[-13,5],[-22,13],[-12,8],[-14,10],[29,115],[58,228],[37,-21],[103,-54],[-23,-49],[-51,-114],[81,-43],[17,-15],[0,0],[-40,-39],[-56,-29],[-39,-18]],[[320275,779046],[-44,-39],[-28,-21],[-13,13],[-12,-12],[6,-7],[-34,2],[-25,29],[-150,-124],[-110,-102],[-13,-12],[-26,-24],[-41,-37],[-17,-15],[-6,-10],[-112,-238],[-12,-33],[-12,-30],[-89,-212],[-13,-24],[-139,-327],[-7,-18],[-1,-2],[-34,-8],[-44,-26],[23,65],[21,58],[68,184],[65,176],[21,56],[4,11],[59,94],[6,9],[78,124],[57,89],[7,12],[32,51],[58,91],[97,92],[77,71],[91,83],[59,34],[166,46],[84,62],[14,12],[18,16],[82,74],[97,86],[92,84],[153,143],[26,-21],[-3,-5],[0,-27],[-91,-73],[-122,-101],[-9,-7],[-35,-26],[-8,-1],[-9,-5],[-13,-20],[-19,-20],[-55,-49],[-63,-56],[-137,-121],[-14,-13],[-1,-1]],[[312502,739324],[1,-77],[10,-12],[6,-8],[28,-28],[53,-55],[14,-14],[132,-129],[1,-21],[-12,-19],[-185,-121],[-74,-45],[-16,-4],[-20,-8],[0,0],[-220,171],[-20,16],[-52,53],[-30,44],[-15,43],[-1,31],[0,1],[-1,12],[-2,86],[1,7],[8,52],[24,-6],[117,-31],[18,-4],[29,14],[26,12],[17,11],[72,36],[36,20],[42,23],[9,4],[2,-13],[2,-34],[0,-7]],[[317167,742724],[6,-49],[7,1],[137,-28],[7,-4],[4,-10],[12,-25],[8,-24],[21,17],[5,4],[117,97],[11,-14],[8,-10],[13,-14],[19,-22],[17,-19],[67,-87],[164,-209],[59,-76],[-186,-134],[-71,-52],[-67,-46],[-23,-15],[-11,-7],[-22,-15],[-3,-2],[-17,-7],[-3,-2],[-62,-46],[-75,-55],[-24,-17],[-30,-22],[-108,-78],[-13,-10],[-68,-50],[-14,-11],[-79,-57],[-74,-54],[-4,-3],[-15,-11],[162,-1037],[5,-27],[2,-17],[-253,-40],[-412,-65],[-73,-11],[-374,-231],[-259,-159],[-425,834],[-10,18],[-5,11],[-138,273],[-12,22],[-20,42],[-190,-106],[-8,-4],[-6,-4],[-2,0],[-244,-51],[-91,-19],[-19,-4],[-115,-24],[-12,2],[-117,-131],[-42,-50],[-7,-8],[-26,-31],[-24,-44],[-9,-12],[-16,21],[-169,260],[-18,30],[14,15],[31,23],[237,182],[13,10],[-15,25],[52,34],[10,8],[65,40],[29,15],[251,113],[34,17],[284,123],[13,6],[16,7],[24,10],[172,61],[40,16],[-3,-9],[0,-10],[3,-18],[10,4],[37,-255],[4,-4],[6,-2],[10,1],[8,5],[14,8],[25,17],[105,77],[1,1],[15,16],[4,9],[118,86],[36,14],[46,31],[72,57],[63,45],[5,3],[-4,15],[-7,34],[-5,19],[-11,54],[-5,15],[-59,158],[-8,19],[-5,12],[-2,8],[-2,5],[-3,23],[-4,36],[33,16],[8,5],[19,-8],[6,-4],[5,-4],[6,-6],[5,-7],[5,-10],[59,-133],[53,-121],[14,-34],[17,-43],[4,2],[109,45],[4,2],[39,19],[26,15],[27,18],[38,36],[20,9],[34,0],[22,0],[15,0],[3,0],[214,77],[43,15],[3,-7],[12,8],[22,9],[-1,15],[249,84],[0,2],[-42,137],[99,114],[6,8],[6,7],[-35,161],[6,12],[15,13],[168,118],[-65,196],[4,9],[202,35],[4,1],[51,-113],[-2,-2],[14,-32],[-73,-43],[6,-51],[3,-21]],[[318309,745985],[-6,-11],[-12,6],[-18,2],[-2,0],[2,-30],[-18,-6],[-25,-17],[-90,-63],[-48,-30],[-35,-22],[-20,-16],[-79,-62],[-120,-94],[-75,-60],[-15,-17],[-4,-11],[4,-131],[-3,-34],[-6,-14],[-14,-19],[-28,-28],[-54,-56],[-68,-63],[-73,-56],[-42,-33],[-7,-6],[-72,-58],[0,0],[-65,44],[-30,19],[-88,47],[-3,-4],[-39,21],[-87,-26],[-2,-1],[-28,-1],[-35,-13],[-226,-69],[-33,-10],[-53,-17],[-69,-17],[-85,-21],[-127,-30],[-80,-19],[-18,-5],[-46,-11],[10,-22],[-432,-103],[-100,-27],[-36,-17],[-36,-26],[-37,-31],[-38,-39],[-51,-41],[-29,-22],[-41,-22],[-36,-21],[-38,-13],[-35,-10],[-46,-7],[-96,-4],[-14,25],[10,6],[1,0],[84,51],[35,18],[8,4],[62,26],[87,37],[8,8],[19,16],[6,11],[33,62],[1,21],[0,5],[-8,18],[-8,17],[0,1],[0,2],[3,14],[69,24],[33,11],[119,41],[88,31],[235,81],[35,13],[12,5],[30,15],[15,3],[8,1],[92,23],[15,0],[7,-1],[10,4],[39,12],[76,24],[214,67],[58,18],[0,0],[33,-168],[33,8],[40,11],[76,24],[102,32],[65,19],[7,2],[102,30],[-6,18],[0,1],[18,8],[18,2],[16,-13],[9,-8],[105,-49],[22,-4],[31,-1],[20,12],[27,21],[28,24],[48,38],[94,75],[31,28],[16,19],[15,24],[9,22],[2,13],[2,15],[11,159],[50,40],[55,44],[136,103],[18,13],[162,125],[107,78],[30,19],[37,-32],[32,-19]],[[320720,775900],[-8,-53],[-59,12],[-84,25],[-24,8],[-67,22],[-99,52],[4,13],[-162,114],[-209,152],[135,100],[16,12],[29,21],[28,20],[16,-15],[33,-27],[48,-39],[13,-11],[213,-148],[39,-23],[55,-26],[105,-42],[13,-4],[-1,-2],[-6,-28],[-28,-133]],[[320333,781003],[-91,-191],[6,-3],[63,-39],[26,-123],[2,-8],[1,-5],[6,-32],[10,-58],[207,-42],[0,0],[15,-3],[171,-79],[4,6],[134,24],[51,10],[27,4],[15,-14],[37,-22],[20,-10],[79,-41],[312,-165],[24,-13],[24,-13],[70,-28],[299,-111],[26,-9],[43,-16],[96,-36],[-14,-29],[-33,-86],[-58,16],[-14,-3],[-112,-33],[-141,-43],[-105,-35],[-41,-12],[-254,-70],[-14,45],[-54,-26],[-49,-22],[-48,-13],[-59,-13],[-43,-6],[-63,-9],[0,-1],[-54,-76],[0,1],[-26,21],[-153,-143],[-92,-84],[-97,-86],[-82,-74],[-18,-16],[-14,-12],[-84,-62],[-166,-46],[-59,-34],[-91,-83],[-77,-71],[-97,-92],[-58,-91],[-32,-51],[-7,-12],[-57,-89],[-78,-124],[-6,-9],[-59,-94],[-4,-11],[-21,-56],[-65,-176],[-68,-184],[-21,-58],[-23,-65],[44,26],[34,8],[-81,-188],[-82,-201],[59,-33],[-58,-228],[-29,-115],[14,-10],[12,-8],[22,-13],[13,-5],[32,-8],[23,5],[39,18],[56,29],[40,39],[29,-30],[109,-59],[21,-3],[-1,0],[49,95],[8,19],[1,1],[24,57],[3,8],[1,4],[2,2],[3,10],[4,9],[-10,24],[24,15],[0,11],[34,20],[6,-4],[33,-9],[36,-1],[84,-13],[8,0],[2,-23],[1,-14],[1,-3],[0,0],[0,0],[2,0],[-2,-3],[7,-52],[10,-34],[71,-166],[14,-42],[25,-50],[0,0],[-63,-26],[-33,-9],[-88,-25],[-107,-25],[-321,-75],[-380,-93],[3,-17],[10,-43],[-87,-126],[-28,-43],[-2,-2],[47,-172],[10,-32],[64,-225],[22,-71],[0,-1],[367,103],[96,29],[6,-13],[154,-390],[121,31],[131,-96],[382,-82],[46,38],[69,56],[0,1],[174,142],[10,-5],[-28,-82],[-21,-35],[-65,-87],[-128,-152],[-1,0],[-65,59],[-52,-61],[5,-2],[42,-36],[19,-21],[-8,-10],[-29,-36],[-26,-32],[-322,-405],[-126,-154],[-37,-13],[-126,-62],[-22,-11],[-100,-50],[-85,-39],[-257,-124],[-105,-19],[-110,-9],[-184,-27],[-210,-34],[-23,-3],[-11,-2],[0,4],[0,1],[0,0],[5,164],[-101,-13],[-14,-2],[-2,-142],[-4,-30],[-74,-12],[-48,-12],[-28,-35],[-24,-52],[-4,-74],[-4,-24],[-5,-51],[-2,-22],[-19,-207],[-2,-33],[-1,-30],[-20,-52],[-3,-15],[-7,-41],[-10,-107],[-15,-212],[-29,-412],[-55,-749],[-4,-142],[1,-81],[2,-91],[4,-52],[-5,-111],[-9,-98],[-3,-16],[-27,-158],[-10,-117],[-48,-424],[-15,-136],[-19,-193],[-39,-439],[-9,-46],[-13,-61],[-33,-165],[-33,-140],[-15,-46],[-17,-37],[-42,-76],[-23,-41],[-12,-22],[-13,-25],[-23,-42],[-16,-16],[-51,-30],[-7,-4],[-2,-36],[-115,-61],[107,-57],[-39,-587],[89,-6],[45,-4],[24,-1],[4,66],[27,385],[28,355],[0,39],[-5,25],[-13,26],[51,97],[14,23],[20,48],[10,34],[19,83],[23,91],[12,71],[3,16],[-1,-69],[-20,-223],[-5,-87],[-42,-534],[-134,-1696],[-12,-158],[-18,-222],[-34,-323],[-68,-907],[-26,-428],[1,-34],[18,-234],[2,-57],[-1,-45],[-3,-54],[-7,-99],[-4,-32],[-2,-54],[-30,-295],[-33,-272],[-29,-226],[-5,-55],[-3,-54],[-2,-106],[3,-321],[-8,-109],[-10,-85],[-8,-45],[-16,-55],[-12,-49],[-18,-109],[-9,-177],[-1,-95],[-9,-184],[0,-119],[-3,0],[-54,-1],[0,-6],[-2,-84],[-5,-154],[-2,-58],[0,-1],[73,3],[0,-9],[4,-52],[3,-37],[4,-40],[10,-178],[-4,-69],[-29,-262],[-7,-60],[-19,-107],[-28,-138],[-49,-197],[-6,-26],[-10,-40],[-7,-58],[-1,-34],[0,-2],[0,-28],[1,-39],[0,-2],[-42,-4],[-6,0],[7,-82],[1,-14],[5,-55],[2,-30],[38,2],[0,-7],[3,-105],[7,-201],[-3,-43],[-8,-62],[-21,-138],[-38,-311],[-18,-177],[-23,-259],[-14,-120],[-54,-342],[-12,-100],[-23,-247],[-24,-279],[-24,-338],[-12,-259],[0,-124],[-5,-99],[-6,-82],[-24,-131],[-8,-62],[-11,-32],[-6,-72],[1,-25],[-6,-95],[-34,-399],[-12,-147],[-28,-326],[-1,-10],[-13,-174],[-11,-180],[-23,-128],[-3,-21],[-7,-37],[-2,-1],[-1,-11],[-10,-17],[-2,-35],[-29,-154],[-14,-83],[-11,-90],[-16,-38],[-11,-19],[-177,-5],[-208,-82],[-23,-291],[-148,14],[-11,-89],[136,-63],[19,-141],[0,-3],[0,0],[0,0],[-170,-207],[-14,-76],[-16,-52],[111,-90],[-28,-32],[-35,-253],[-118,-1052],[9,-19],[17,-11],[35,-6],[20,-3],[105,-14],[5,2],[1,-1],[66,-6],[33,12],[14,80],[105,992],[11,238],[0,0],[25,208],[-185,30],[0,1],[3,23],[65,596],[0,0],[12,57],[0,0],[22,50],[13,26],[3,6],[5,6],[25,27],[41,27],[65,31],[16,1],[46,4],[10,0],[29,1],[35,-23],[30,-39],[15,-27],[10,-249],[5,-74],[4,-37],[11,-100],[-37,-332],[-22,-164],[-24,-544],[-16,-474],[-29,-434],[-22,-145],[-23,-320],[-67,-533],[-13,-108],[-37,-314],[-39,-381],[-10,-113],[-5,-119],[-6,-92],[-4,-90],[6,-76],[0,-1],[0,-1],[1,-5],[0,-9],[-1,-32],[-1,-42],[0,-11],[0,-17],[0,-20],[1,-23],[-1,-3],[-4,0],[-11,0],[-25,0],[-8,-4],[-95,-40],[-71,-30],[-107,79],[-17,13],[-4,3],[8,12],[5,8],[-25,19],[-26,20],[-32,19],[-6,4],[-25,6],[-6,-1],[-5,-1],[-7,-2],[-34,-17],[-26,-20],[-92,101],[-64,72],[-65,67],[-60,-83],[-68,-92],[-3,-7],[0,0],[-6,1],[-18,-4],[-12,-2],[-18,-8],[-26,-55],[0,0],[-26,-44],[-7,-9],[0,0],[-43,-44],[-3,-10],[-94,-223],[-116,-277],[-131,-309],[-23,-53],[-170,-404],[-114,-269],[-180,-426],[-34,-82],[-11,-28],[-12,-37],[-40,-99],[-10,-24],[-44,-107],[-80,-191],[-24,-60],[-40,-108],[-43,-109],[-27,-71],[-42,-91],[-64,-134],[-17,-42],[-103,-273],[-86,-226],[-79,-213],[-83,-220],[-61,-145],[0,0],[-16,-30],[-39,-86],[0,-4],[-3,-68],[-2,-23],[-2,-24],[1,-47],[3,-20],[2,-15],[-10,-173],[-5,-9],[-37,-60],[-30,-46],[-4,-7],[-27,-125],[79,-131],[0,0],[-33,-141],[-28,-102],[-33,-102],[-37,-87],[-46,-99],[-69,-136],[-29,-69],[-20,-66],[-21,-97],[-6,-50],[-34,-433],[-9,-53],[-14,-53],[-20,-66],[-23,-55],[-135,-252],[-61,-124],[-28,-76],[-35,-142],[-57,-212],[-21,-92],[-75,-418],[-40,-238],[-2,-14],[-13,-26],[-3,-12],[1,-23],[6,-8],[15,-6],[-15,-21],[-4,-28],[-2,-45],[3,-41],[-2,-37],[-4,-27],[2,-47],[1,-68],[3,-44],[2,-12],[8,-41],[17,-67],[3,-8],[-83,-58],[-41,-70],[-21,-25],[-55,-106],[0,0],[-13,-24],[14,-35],[-28,-24],[-28,-104],[0,0],[-19,-86],[-21,-67],[0,0],[0,0],[0,0],[-13,-42],[-28,-10],[-15,-15],[-10,-17],[-37,-120],[-2,-26],[-24,-81],[-9,-27],[-37,-117],[-4,-16],[-2,-21],[-9,-41],[-9,-5],[-15,-18],[-20,-76],[-6,-9],[-30,-182],[-1,-1],[-41,-255],[-14,-81],[-1,-28],[0,0],[17,-51],[5,-11],[16,-32],[23,-37],[5,-8],[-2,2],[-10,15],[-88,66],[0,0],[-5,4],[-284,214],[-8,7],[-2,1],[-54,-23],[-80,-33],[0,4],[0,1],[0,5],[-9,-6],[-12,6],[-4,7],[-38,11],[54,136],[29,74],[12,34],[18,79],[6,39],[10,25],[13,46],[10,38],[7,45],[6,61],[9,-3],[13,3],[11,15],[-7,7],[-9,14],[-5,2],[-21,6],[24,39],[9,24],[7,29],[14,46],[6,23],[12,67],[10,35],[6,43],[8,40],[8,58],[6,49],[8,37],[15,56],[12,28],[4,-1],[19,1],[12,15],[-14,20],[-18,6],[33,48],[14,18],[12,29],[11,32],[11,17],[11,14],[5,11],[18,35],[10,22],[8,31],[9,26],[12,54],[8,21],[2,42],[15,81],[33,94],[34,127],[10,40],[8,54],[3,36],[0,39],[18,-7],[12,1],[14,10],[1,11],[-11,14],[-57,19],[7,41],[13,35],[15,23],[10,24],[22,31],[40,93],[15,39],[18,67],[9,36],[11,40],[1,31],[4,41],[7,26],[9,33],[9,57],[7,27],[10,52],[6,26],[12,36],[6,44],[10,68],[17,-6],[16,-5],[5,14],[2,19],[-9,9],[-5,0],[-14,6],[8,85],[10,43],[10,47],[15,38],[14,42],[20,39],[22,46],[27,71],[8,31],[0,24],[3,39],[1,38],[11,107],[16,75],[12,75],[8,53],[10,41],[11,-4],[18,-4],[14,5],[6,13],[-8,13],[-15,8],[-15,6],[12,92],[6,18],[8,35],[13,45],[21,43],[26,48],[14,42],[20,49],[15,40],[10,32],[20,46],[19,49],[8,35],[11,40],[13,50],[5,49],[1,45],[-1,30],[0,53],[-4,59],[32,-11],[13,6],[7,14],[-8,13],[-5,3],[-39,13],[24,52],[12,24],[18,62],[14,40],[6,32],[20,57],[6,19],[15,23],[22,40],[14,53],[0,30],[3,40],[0,46],[3,20],[77,197],[13,35],[0,35],[-1,26],[1,43],[18,-5],[21,10],[2,19],[-13,9],[-21,6],[49,193],[8,41],[27,111],[22,69],[8,10],[8,20],[8,24],[16,29],[10,29],[5,33],[7,17],[5,26],[21,144],[-2,34],[4,24],[6,28],[4,22],[1,42],[56,-17],[9,6],[-2,15],[-8,5],[-51,17],[13,79],[9,29],[8,21],[43,65],[20,33],[16,26],[17,39],[14,31],[15,34],[30,87],[16,62],[1,21],[12,92],[5,19],[18,47],[7,26],[0,18],[4,32],[-3,29],[0,13],[-2,23],[0,24],[1,13],[4,15],[9,25],[2,1],[1,18],[21,67],[5,26],[7,43],[15,65],[10,68],[10,48],[12,51],[23,112],[8,23],[0,12],[5,26],[6,11],[4,29],[9,39],[6,15],[8,25],[10,61],[0,16],[13,121],[1,27],[2,26],[4,20],[34,-10],[13,7],[3,10],[-10,8],[-33,10],[64,144],[14,43],[19,74],[1,34],[8,24],[11,25],[7,35],[28,174],[14,59],[15,107],[10,87],[2,35],[1,54],[4,32],[25,-8],[15,1],[4,10],[-2,9],[-10,10],[-24,7],[16,49],[18,40],[17,48],[13,55],[2,15],[0,24],[9,21],[15,50],[29,60],[5,32],[11,21],[20,50],[19,40],[41,103],[20,71],[7,34],[7,88],[4,25],[2,31],[-3,27],[2,32],[14,-5],[15,4],[2,16],[-8,14],[-15,5],[10,42],[12,37],[74,211],[12,37],[6,73],[14,60],[8,45],[13,38],[9,16],[5,29],[16,55],[8,44],[3,8],[8,16],[7,33],[3,30],[0,28],[5,33],[11,28],[8,28],[6,-2],[16,1],[2,14],[-1,16],[-10,2],[64,166],[22,67],[29,107],[3,34],[4,27],[8,70],[7,37],[11,29],[16,35],[6,29],[12,40],[24,85],[11,33],[10,40],[5,31],[4,36],[3,29],[9,25],[7,28],[8,35],[7,40],[9,62],[5,39],[9,21],[6,19],[23,45],[17,31],[23,34],[12,25],[8,19],[7,30],[7,31],[8,28],[0,33],[2,30],[4,41],[2,30],[5,24],[3,28],[1,30],[4,32],[4,105],[4,25],[8,33],[5,8],[4,14],[25,28],[16,30],[27,71],[13,33],[8,31],[8,36],[5,34],[6,22],[12,50],[0,41],[6,28],[2,37],[6,39],[2,60],[10,56],[11,40],[10,29],[17,72],[29,136],[43,192],[6,45],[3,70],[7,35],[6,9],[-1,12],[11,28],[7,33],[2,28],[6,29],[10,38],[7,29],[7,26],[2,34],[1,35],[0,32],[-3,71],[3,24],[4,25],[0,34],[4,33],[0,37],[7,39],[10,52],[52,-10],[10,12],[0,12],[-58,12],[40,123],[10,27],[3,16],[0,14],[7,22],[6,26],[12,29],[11,17],[6,14],[3,13],[1,17],[5,15],[6,31],[3,31],[12,40],[-1,42],[5,59],[-3,45],[-1,52],[7,-1],[5,10],[2,11],[-4,8],[-8,1],[0,11],[10,46],[2,64],[148,0],[3,31],[0,24],[9,155],[4,34],[8,33],[13,52],[4,24],[6,27],[11,47],[18,64],[12,79],[22,71],[-4,47],[11,43],[4,32],[7,108],[1,43],[3,23],[1,24],[2,53],[5,50],[2,41],[7,43],[6,49],[6,36],[5,64],[9,36],[5,33],[9,46],[13,99],[8,48],[20,159],[13,53],[9,74],[10,60],[9,46],[9,49],[8,73],[7,63],[13,40],[4,35],[18,45],[1,49],[6,20],[11,55],[9,53],[3,44],[13,93],[6,81],[10,37],[8,72],[1,51],[13,77],[9,37],[11,72],[-1,47],[4,38],[9,39],[9,32],[3,30],[9,64],[16,74],[8,44],[8,33],[4,31],[5,43],[5,35],[-2,25],[1,35],[4,36],[1,38],[1,19],[27,156],[10,34],[13,54],[8,38],[7,47],[2,53],[-2,76],[1,22],[-1,30],[3,61],[0,19],[4,48],[4,51],[0,24],[3,41],[3,84],[9,81],[2,34],[11,47],[2,23],[9,39],[6,38],[5,41],[5,39],[18,73],[8,41],[7,44],[9,49],[7,70],[32,95],[7,33],[5,26],[4,45],[5,28],[5,37],[-1,29],[0,26],[9,57],[-1,54],[-2,24],[-2,28],[-1,27],[-2,27],[0,30],[-2,30],[2,62],[4,36],[7,54],[9,59],[9,44],[7,49],[7,54],[8,87],[14,135],[-5,95],[34,91],[-11,14],[4,30],[4,43],[0,26],[-1,27],[-5,34],[-1,28],[2,18],[-9,120],[2,84],[2,51],[3,21],[2,19],[4,25],[9,32],[8,31],[6,24],[3,22],[6,44],[4,60],[-1,30],[-4,29],[-3,58],[1,26],[-4,49],[-6,34],[-2,22],[4,34],[1,48],[-3,29],[6,40],[5,26],[12,42],[6,67],[4,17],[6,25],[9,52],[2,17],[1,11],[-2,25],[-3,28],[0,34],[3,58],[1,41],[2,35],[3,33],[15,125],[3,39],[6,47],[1,22],[8,49],[0,50],[2,31],[1,34],[3,37],[2,36],[-2,67],[-3,27],[-1,22],[-1,16],[-4,50],[-5,37],[1,40],[-4,28],[3,40],[1,25],[4,36],[7,37],[4,37],[3,28],[6,29],[7,49],[4,44],[1,14],[1,46],[0,57],[-2,27],[6,26],[-4,29],[7,50],[-3,36],[0,54],[-1,27],[-10,80],[5,66],[0,54],[-4,94],[1,53],[9,128],[0,45],[4,43],[4,26],[9,93],[1,28],[0,13],[1,33],[-2,72],[-2,9],[0,37],[-5,34],[-2,24],[-3,63],[1,48],[0,19],[5,43],[7,57],[5,83],[4,40],[2,40],[0,22],[-16,132],[-7,37],[-7,21],[-14,39],[-1,70],[1,35],[1,36],[0,8],[0,11],[10,36],[1,6],[7,35],[4,27],[3,17],[9,79],[-1,45],[-3,26],[-3,26],[-2,38],[-7,40],[1,18],[-3,31],[0,37],[-1,50],[1,42],[-1,11],[32,-2],[2,38],[-33,2],[0,1],[1,13],[7,23],[7,27],[-5,14],[17,41],[13,63],[4,45],[1,31],[2,31],[1,34],[-2,20],[5,29],[3,17],[0,24],[0,25],[-2,33],[-3,38],[-2,29],[-1,33],[6,39],[10,41],[1,56],[12,49],[5,38],[16,55],[0,43],[-3,41],[-1,50],[3,33],[0,30],[-3,46],[-8,57],[-6,29],[-7,45],[5,25],[9,38],[-2,38],[5,43],[9,22],[9,33],[5,35],[2,50],[-1,41],[-5,41],[-6,33],[-2,44],[-4,36],[2,47],[2,31],[-3,34],[2,39],[3,31],[2,67],[5,28],[5,23],[2,37],[7,51],[6,19],[16,103],[-9,32],[1,26],[-10,29],[6,46],[2,33],[-5,24],[-5,40],[-1,16],[-1,32],[0,37],[8,42],[5,47],[7,25],[5,35],[9,37],[4,31],[3,28],[6,28],[3,55],[1,6],[-1,28],[-4,33],[-11,57],[-7,51],[-5,58],[-3,56],[2,27],[6,41],[7,27],[4,27],[11,53],[7,37],[16,47],[-1,30],[4,35],[1,37],[1,31],[-2,29],[-9,65],[0,23],[-3,38],[-2,25],[-4,34],[2,26],[6,21],[6,20],[9,40],[7,38],[5,41],[4,28],[5,57],[0,86],[2,32],[-3,46],[-13,69],[-6,45],[-5,49],[-4,24],[-3,43],[1,31],[-3,61],[0,29],[6,48],[1,18],[8,77],[-3,128],[-4,26],[-4,88],[-7,53],[-3,98],[0,90],[5,38],[6,51],[8,53],[4,40],[15,59],[2,49],[1,57],[-1,23],[3,75],[3,65],[-2,39],[6,55],[4,108],[2,18],[5,55],[1,40],[-2,31],[-2,36],[3,61],[1,50],[-2,17],[4,46],[-1,63],[1,43],[-1,12],[5,88],[7,45],[0,25],[3,77],[-1,29],[5,43],[6,61],[0,28],[-2,22],[0,19],[-1,43],[0,22],[-2,35],[-3,64],[1,64],[1,56],[-1,36],[-1,29],[1,16],[16,109],[3,12],[9,69],[-1,52],[17,94],[34,94],[22,45],[76,169],[32,139],[16,92],[7,70],[3,39],[2,46],[8,75],[19,62],[-19,68],[0,13],[1,34],[0,14],[8,66],[-4,46],[-3,58],[3,69],[4,37],[-3,71],[3,70],[4,43],[3,71],[6,27],[6,56],[6,42],[6,29],[7,61],[11,44],[9,44],[0,25],[0,42],[6,28],[-1,56],[-2,28],[-3,64],[-1,81],[-3,44],[3,171],[5,27],[-5,72],[5,32],[2,94],[-1,44],[3,39],[7,88],[5,47],[6,40],[7,85],[12,60],[6,40],[10,57],[2,6],[11,47],[14,49],[4,46],[6,36],[5,57],[5,25],[14,81],[2,40],[18,100],[10,80],[4,27],[1,25],[6,30],[7,25],[7,20],[9,23],[27,82],[153,470],[7,47],[43,237],[24,133],[29,132],[67,311],[53,190],[160,557],[14,34],[12,48],[43,109],[12,34],[9,41],[14,46],[50,145],[1,2],[28,-9],[63,-26],[72,-32],[29,-15],[17,-9],[68,-41],[19,-12],[-119,-239],[0,-1],[0,0],[-10,-20],[46,-25],[0,0],[13,-8],[0,1],[150,-83],[0,0],[15,24],[23,49],[9,32],[11,18],[30,102],[0,1],[16,52],[16,57],[-33,61],[21,17],[1,6],[45,70],[9,-9],[37,-19],[1,0],[40,-22],[66,-22],[35,-3],[43,1],[0,0],[21,-80],[21,8],[65,29],[15,-32],[92,39],[7,-2],[8,-18],[12,-20],[89,43],[23,7],[22,3],[136,29],[165,103],[152,-3],[90,-1],[89,-2],[111,-2],[61,-1],[88,-2],[366,-6],[19,-2],[10,-4],[-27,-53]],[[152026,379040],[-5,-24],[-8,-22],[-3,-52],[2,-15],[0,-30],[-1,-37],[5,-29],[13,-72],[5,-41],[1,-45],[1,-14],[2,-21],[2,-7],[-1,-1],[2,-40],[1,-11],[2,-7],[18,-139],[6,-29],[8,-36],[-5,-1],[-4,-6],[0,0],[0,-4],[1,-7],[6,-15],[0,-21],[-28,-65],[-18,-39],[-16,-26],[-20,-27],[-23,-29],[-14,-15],[-8,-10],[-6,-11],[-5,-14],[-1,-12],[-1,-15],[0,-7],[-11,-54],[-4,-15],[-8,-7],[-15,-12],[-53,-57],[-5,-7],[-3,-5],[-5,-8],[-5,-14],[-4,-17],[-9,-21],[0,0],[-19,-31],[-20,-34],[-8,-16],[-8,-19],[-9,-17],[-10,-20],[-2,-9],[0,-8],[1,-10],[7,-12],[1,-7],[7,-24],[9,-20],[55,-78],[3,-5],[8,-14],[9,-12],[9,-16],[14,-33],[-2,-5],[-13,-35],[71,-36],[31,-15],[48,-22],[40,-16],[48,-18],[8,-3],[-2,-5],[-10,-29],[-10,-25],[-9,-21],[-10,-24],[-58,-116],[-47,-95],[-5,-9],[-5,-8],[-4,-8],[-5,-7],[-6,-8],[-22,-25],[-8,-9],[-7,-11],[-5,-10],[-5,-15],[0,-16],[3,-14],[2,-4],[-3,-5],[-98,-181],[107,-83],[20,-16],[25,-18],[2,-2],[39,-30],[63,-51],[18,-12],[28,-20],[41,-29],[42,-36],[55,-51],[42,-42],[17,-21],[9,-11],[18,-25],[9,-17],[17,-25],[27,-34],[9,-19],[0,-1],[-2,-1],[5,-19],[1,-17],[3,-20],[11,-32],[16,-43],[10,-31],[5,-21],[6,-58],[7,-36],[1,-17],[-2,-7],[-18,-36],[-10,-22],[-1,-13],[2,-11],[14,-47],[19,-71],[11,-31],[5,-8],[1,-4],[-25,-15],[-78,-43],[-57,-30],[-54,-27],[-41,-22],[-18,-10],[-31,-16],[-20,-10],[-19,-8],[-4,-2],[0,0],[-29,-8],[-33,-8],[-10,-3],[-2,0],[-24,3],[-28,1],[-17,0],[-21,-3],[-18,-5],[-19,-6],[-19,-9],[-7,-5],[-16,-7],[-14,-12],[-15,-18],[-8,-17],[-2,-16],[-4,-11],[-1,-10],[0,-20],[2,-15],[4,-18],[7,-22],[14,-23],[17,-24],[18,-23],[3,-8],[5,-9],[3,-11],[0,-17],[-7,-8],[-13,-4],[-13,-5],[-12,-6],[-21,-13],[-39,-25],[-81,-53],[-38,-23],[-29,-24],[-77,-60],[-25,-20],[-10,-13],[-10,-18],[-13,-25],[-8,-9],[-21,-15],[-29,-23],[-28,-24],[-26,-26],[-40,-49],[-9,-13],[-22,-62],[-5,-12],[-20,-37],[-9,-23],[-7,-25],[-4,-26],[-7,-67],[-5,-24],[-8,-33],[-8,-30],[-5,-21],[-1,-10],[-25,-206],[-5,-29],[-9,-23],[-12,-28],[-6,-19],[-2,-12],[-1,-34],[-5,-16],[-13,-11],[-19,-15],[-10,-6],[-11,-2],[-26,-14],[-69,-38],[-134,-71],[-53,-29],[-34,-17],[-4,-1],[-5,-1],[-54,-15],[-100,-31],[-34,-9],[-32,-9],[-1,-2],[-23,-7],[-79,-22],[-70,-18],[-7,-1],[-21,-4],[-20,-2],[-9,0],[-19,0],[-22,2],[-39,8],[-103,20],[-30,7],[-18,7],[-20,8],[-34,22],[-92,59],[-31,22],[-29,23],[-24,19],[-36,35],[-26,29],[-51,65],[-40,47],[-65,79],[-62,74],[-90,111],[-70,87],[-56,68],[-24,34],[-16,29],[-22,41],[-79,152],[-27,50],[-19,42],[-148,278],[-25,49],[-27,48],[-31,60],[-37,77],[-14,34],[-6,15],[-4,8],[-6,17],[-7,29],[-8,44],[-19,91],[-2,18],[-9,39],[-8,27],[-13,36],[-18,53],[-35,102],[-14,41],[-7,25],[-1,13],[-1,30],[-1,36],[2,61],[1,67],[1,69],[0,41],[-1,29],[-2,26],[-5,24],[-6,22],[-4,13],[-16,39],[-4,12],[-5,20],[-5,24],[-2,26],[-4,93],[-5,304],[0,70],[2,34],[4,28],[8,40],[11,34],[18,45],[22,49],[21,45],[17,34],[19,31],[44,88],[36,63],[31,54],[105,171],[34,56],[31,55],[41,77],[43,97],[40,99],[78,191],[26,65],[16,44],[22,56],[11,26],[9,17],[11,18],[12,16],[17,19],[25,22],[41,33],[19,15],[12,16],[23,37],[92,156],[48,78],[12,16],[10,9],[12,4],[15,0],[44,-35],[234,-205],[5,-3],[8,-1],[6,1],[3,3],[1,3],[-2,10],[0,15],[5,12],[16,21],[61,69],[111,128],[62,67],[24,28],[11,15],[11,20],[10,20],[10,30],[6,21],[11,20],[14,18],[17,15],[18,12],[18,5],[26,7],[38,6],[53,6],[105,12],[117,12],[81,7],[77,9],[34,5],[33,8],[47,13],[32,6],[38,5],[32,3],[43,0],[24,-2],[52,0],[19,2],[23,6],[16,3],[35,-1],[51,-3],[68,-18],[43,-10],[21,-6],[47,-25],[28,-14],[22,-8],[13,-4],[10,-1],[10,1],[18,2],[22,7],[24,11],[24,16],[27,16],[37,20],[28,11],[25,7],[22,4],[29,2],[34,0],[0,-7],[1,-39],[6,0],[0,-7],[53,-7],[-8,-26]],[[150303,377604],[-55,-100],[-19,-35],[-4,3],[-2,5],[-110,96],[-178,-254],[7,-6],[-1,-1],[224,-197],[127,178],[23,-20],[94,140],[-7,6],[1,2],[-83,64],[-46,-58],[-40,35],[84,152],[97,171],[94,168],[55,98],[3,6],[11,4],[-21,12],[2,-13],[-2,-3],[-61,-106],[-68,-125],[-66,-117],[-59,-105]],[[149382,382872],[-55,-33],[-32,-20],[-48,-33],[-19,-16],[-41,-34],[-28,-23],[-37,-31],[-19,-15],[-16,-14],[-21,-17],[-8,-11],[-2,-12],[1,-9],[15,-22],[18,-26],[14,-2],[9,5],[16,18],[15,17],[24,18],[22,12],[27,9],[30,9],[34,3],[8,20],[21,28],[33,25],[39,31],[50,38],[74,43],[46,-146],[-16,-7],[-18,-9],[-25,-15],[-12,-18],[-8,-12],[-7,-18],[-5,-20],[-4,-18],[0,-15],[1,-11],[5,-17],[13,-29],[28,-50],[22,-40],[15,-31],[9,-26],[5,-22],[1,-18],[0,-32],[-3,-16],[-5,-16],[-9,-16],[-10,-17],[-15,-15],[-18,-14],[-124,-75],[-43,-27],[-60,-36],[-23,-14],[-82,-50],[-19,-12],[-87,-53],[-117,-72],[-78,-49],[-173,-106],[-90,-56],[10,-16],[-102,-57],[-28,-15],[-18,-8],[-9,-1],[-14,-1],[-30,-3],[-30,-3],[-29,-6],[-24,-8],[-17,-9],[-30,-23],[-15,0],[-6,2],[-2,3],[-32,21],[-27,12],[-24,8],[-21,3],[-21,0],[-22,-3],[-25,-6],[-32,-14],[-7,-3],[-17,0],[-2,0],[-5,1],[-20,5],[-19,5],[-20,0],[-26,-5],[-95,-37],[-18,-5],[-20,-3],[-12,-1],[0,0],[-15,19],[-66,-28],[-15,-6],[-26,-10],[-19,-9],[-9,-3],[-16,-6],[-13,-7],[-80,-53],[-117,-76],[-104,-69],[-156,-102],[-109,-70],[3,-6],[-21,-13],[-8,-1],[-8,-4],[-10,-5],[-1,2],[1,-2],[-1,-2],[-10,-6],[0,0],[-4,-3],[-50,-34],[-12,-8],[-152,-106],[-115,-82],[-115,-83],[-76,-55],[-114,-80],[-5,-3],[-1,-1],[-96,-68],[-104,-73],[-3,-1],[-87,-73],[-13,-11],[-110,-94],[-103,-87],[-86,-73],[-35,-25],[-34,-28],[-25,-18],[-28,-27],[-23,-24],[-21,-25],[-56,-47],[-104,-87],[-4,-2],[-61,-52],[-50,-41],[-12,-7],[-68,-59],[-21,-20],[-28,-32],[-19,-21],[-1,-2],[-107,-106],[-8,-7],[-22,-23],[-39,-45],[-10,-11],[-86,-98],[-32,-36],[-3,3],[-20,-23],[-54,-64],[-18,-18],[-56,-60],[-57,-59],[-8,-9],[-105,-112],[-30,-32],[-2,-20],[-12,-1],[7,-5],[4,-6],[1,-14],[-15,-19],[-10,-13],[-35,-50],[-27,-43],[-34,-58],[-109,-197],[24,-9],[55,-15],[-23,-43],[-41,-92],[-63,-151],[-36,15],[-36,-66],[-40,-71],[-13,-25],[-7,-14],[-69,-125],[-24,-49],[2,-10],[15,-61],[-11,-88],[-2,-14],[-22,-178],[-8,-114],[-4,-63],[-5,-111],[-7,3],[-29,8],[-73,14],[-93,-39],[-65,14],[-41,-111],[-5,-16],[-3,-8],[-2,-12],[-15,-89],[-13,-166],[-5,-60],[-5,-54],[1,-159],[0,-63],[0,-47],[0,-26],[-2,-61],[-4,-92],[-5,-30],[4,-108],[6,-76],[39,-66],[0,-1],[44,-66],[26,-33],[-25,-7],[-87,-27],[10,-41],[17,-66],[29,-110],[12,-43],[18,-62],[41,-129],[5,-17],[24,-74],[14,-46],[83,-23],[5,-6],[55,-58],[47,-90],[4,-5],[31,-57],[51,-17],[8,-3],[53,-4],[98,-8],[41,-39],[-43,-110],[28,-30],[17,-3],[30,-5],[22,-4],[69,4],[77,4],[18,1],[8,-17],[12,-23],[-1,-61],[-1,-39],[0,-7],[148,-4],[36,-44],[-70,-68],[128,-102],[79,-63],[15,-12],[50,-40],[67,-52],[10,-26],[-1,-9],[10,-39],[11,-19],[19,-27],[31,-42],[20,-37],[13,-31],[11,-38],[9,-42],[10,-35],[11,-25],[9,-14],[-3,-22],[34,-47],[50,-7],[30,-4],[31,-4],[24,-4],[38,-32],[22,-51],[25,-60],[43,-99],[100,-236],[73,-179],[60,-143],[7,-16],[39,-94],[22,-51],[7,-16],[46,-100],[47,-100],[32,-69],[26,-60],[63,-144],[42,-97],[9,-20],[16,-38],[28,-103],[16,-45],[27,-77],[5,-9],[0,-2],[9,-22],[11,-24],[11,-18],[2,-5],[12,-24],[42,-51],[20,-24],[75,-160],[42,-91],[18,-39],[15,-31],[6,-12],[3,-8],[-14,-17],[-4,-2],[-6,-2],[-16,-4],[-6,-2],[-2,0],[-28,-7],[-61,-17],[-12,-4],[-36,-11],[-63,-24],[-28,-14],[-85,-50],[-40,-30],[-27,-25],[-11,-10],[-35,-29],[-33,-30],[-39,-42],[-20,-22],[-30,-39],[-28,-40],[-31,-48],[-43,-83],[-22,-47],[-24,-61],[-19,-50],[-12,-46],[-18,-85],[-8,-43],[-13,-87],[-17,-154],[-25,-211],[-7,-51],[-6,-25],[-8,-33],[-13,-45],[-17,-51],[-20,-55],[-18,-50],[-24,-67],[-17,-51],[-24,-38],[-8,-12],[-1,-2],[-15,-13],[-3,-27],[5,-1],[12,-7],[8,-4],[9,-2],[-8,-24],[-10,-25],[-9,-25],[-4,-11],[-7,-23],[-7,-21],[-21,-59],[-78,-226],[-72,-200],[-144,-388],[-148,-387],[-78,-189],[-79,-185],[-39,-91],[-285,114],[19,39],[60,149],[50,173],[49,264],[29,259],[10,198],[10,260],[-3,145],[0,0],[0,1],[-8,464],[-3,73],[0,1],[3,-1],[64,-6],[4,41],[2,39],[-42,4],[-37,3],[0,0],[-12,49],[0,0],[-19,211],[-38,214],[-54,213],[-96,378],[-71,203],[-103,336],[-97,284],[-106,339],[-106,388],[-56,201],[-76,239],[-82,243],[-92,237],[-108,237],[-120,289],[-92,235],[-56,177],[-59,177],[-43,126],[1,-1],[-46,159],[-11,44],[-52,258],[-73,315],[-47,261],[-16,99],[-26,107],[-31,278],[-19,217],[-16,273],[-7,188],[-5,229],[5,172],[19,182],[30,191],[26,151],[43,185],[44,148],[66,193],[75,224],[256,661],[146,181],[0,1],[319,396],[-319,-396],[38,73],[73,115],[51,82],[160,216],[123,156],[160,204],[139,172],[169,204],[117,127],[164,185],[158,189],[109,118],[36,39],[94,80],[118,90],[113,62],[193,84],[182,79],[216,78],[206,65],[330,66],[164,27],[126,33],[39,4],[1,0],[180,48],[0,1],[0,0],[88,37],[178,64],[79,34],[608,292],[183,101],[192,105],[318,139],[326,83],[202,35],[59,7],[0,0],[0,0],[348,126],[3,0],[20,-64],[-24,-11],[-25,-12],[-47,-22]],[[144385,379463],[11,-6],[30,0],[62,4],[61,0],[6,0],[9,13],[-13,15],[-60,90],[-18,27],[-12,18],[-9,6],[-6,1],[-10,0],[-35,-7],[-23,-9],[-11,-5],[-5,-6],[-2,-7],[9,-77],[5,-35],[4,-15],[7,-7]],[[176143,384135],[-6,-23],[1,-18],[11,-20],[27,-17],[38,-15],[22,-14],[16,-20],[8,-20],[0,-13],[-4,-13],[-15,-3],[-7,-7],[-16,-12],[-19,32],[-20,13],[-15,12],[-17,16],[-19,18],[-12,5],[-11,2],[-44,3],[-28,-1],[-45,0],[-49,8],[-28,8],[-34,9],[-22,12],[-24,15],[-18,8],[-53,2],[-14,-10],[-7,-18],[-11,-12],[-14,-6],[-40,1],[-18,-4],[-15,-8],[-60,9],[-29,12],[-25,2],[-21,3],[-19,11],[-22,10],[-25,3],[-35,-3],[-28,7],[-12,8],[-25,40],[-13,21],[-23,40],[-13,16],[-23,19],[-18,7],[-16,3],[-20,0],[-26,-4],[-31,-10],[-34,-17],[-23,-17],[-19,-28],[-15,-27],[-10,-23],[-13,-21],[-12,-14],[-11,-7],[-26,-4],[-105,49],[-19,11],[-40,24],[-59,35],[-36,24],[-23,19],[-54,54],[-370,370],[-548,560],[-95,97],[-26,26],[-15,20]],[[173604,385370],[0,0],[1,1],[68,69],[38,36],[6,-7],[130,118],[3,4],[44,40],[14,13],[-69,28],[-14,-15],[-29,32],[-10,11],[-24,22],[-17,13],[-11,5],[-7,3],[-19,3],[-4,-3],[-22,-4],[-4,-2],[-3,1],[-6,-6],[-6,-3],[-14,-13],[-8,9],[-30,-31],[-30,-31],[-29,-30],[-43,45],[-18,-22],[-30,-37],[-6,7],[-32,-36],[49,-63],[-12,-13],[-26,-25],[-27,31],[-4,-4],[0,0],[-10,1],[-10,-1],[-6,-9],[-4,-15],[-2,-7],[-26,-26],[-10,-11],[-23,-22],[-26,-26],[-37,-36],[-17,-18],[-56,-55],[-26,-26],[-4,4],[-50,-54],[3,-21],[-3,-1],[-16,-13],[-3,-4],[-8,-11],[-6,-25],[-19,0],[-22,-11],[-87,-56],[-27,41],[-10,15],[-33,50],[-22,33],[-24,37],[-12,-9],[-24,30],[-61,60],[3,3],[-13,17],[-25,30],[-34,41],[-7,8],[-26,20],[-14,11],[-28,22],[-47,37],[-42,33],[-2,2],[-12,9],[-67,55],[33,55],[-34,27],[-38,30],[-16,-24],[-15,-24],[-2,-4],[-31,25],[1,7],[5,12],[-18,15],[-9,-3],[-5,-6],[-16,10],[2,2],[-21,17],[13,18],[-25,20],[0,1],[-12,10],[-18,14],[-13,10],[-1,1],[-3,2],[0,-1],[-8,3],[-9,-11],[-7,0],[-52,47],[-17,10],[0,0],[-12,10],[43,65],[-147,36],[-348,86],[-17,4],[-10,-20],[-2,-3],[-5,-11],[-49,27],[-48,27],[-37,21],[-67,43],[-103,59],[-45,24],[-59,32],[-32,9],[-26,5],[-44,8],[-124,15],[-97,22],[-26,11],[-30,15],[-10,-3],[-139,90],[-49,36],[-2,2],[-16,10],[-53,23],[-158,59],[-83,26],[-50,16],[-34,10],[-60,17],[-33,5],[-97,26],[-8,1],[-22,4],[-38,6],[-60,12],[-61,10],[-20,3],[-218,46],[-15,1],[-4,0],[-49,-3],[-50,-6],[-14,-1],[-89,3],[-26,-4],[-2,31],[-481,111],[-487,113],[-20,-30],[-20,16],[-38,18],[-126,37],[-6,3],[-8,9],[-21,-16],[-16,24],[-55,7],[-79,3],[-86,6],[-14,20],[-7,11],[-5,0],[-51,-40],[0,0],[-7,-1],[-1,-1],[-2,5],[-10,10],[-39,-14],[-34,-14],[-44,-13],[-60,-6],[-56,-5],[-48,-19],[-25,-11],[-33,-20],[-39,-12],[-18,-4],[-32,-5],[-20,-9],[-21,-18],[-20,-24],[-17,-18],[-12,-8],[-37,-19],[-41,-19],[-36,-9],[-15,-4],[0,0],[0,0],[-10,-3],[-25,-8],[-31,-23],[-9,-12],[-127,-121],[-25,-28],[-20,-20],[-5,-5],[-26,-20],[-19,-9],[-5,-10],[-8,-14],[0,-5],[-11,-10],[-1,-2],[-3,-2],[0,0],[-3,-3],[-47,-44],[-268,-247],[-16,-14],[-4,-4],[-5,-5],[-15,81],[4,40],[-29,3],[-16,-6],[-3,-22],[1,-30],[-17,-3],[-8,8],[-4,41],[-8,22],[0,0],[-15,2],[-22,-1],[-8,1],[-4,17],[-9,43],[-202,-41],[-17,-7],[-165,-43],[-18,60],[-11,-2],[-205,-57],[-324,-267],[4,-7],[-3,-3],[100,-157],[23,-36],[-173,-119],[-8,14],[-48,-28],[-37,-21],[-47,-31],[-72,-42],[-83,-52],[-101,-56],[-12,26],[-99,-70],[3,-94],[-2,-10],[-182,-113],[-71,-47],[-18,-2],[-9,1],[-7,2],[-5,0],[-115,-126],[-1,-4],[0,-4],[-1,-5],[-3,-7],[-9,-11],[-37,-13],[-61,-26],[-38,-24],[-22,22],[-6,21],[0,53],[-13,11],[-18,5],[-9,-9],[-8,-13],[-11,-31],[-19,-10],[-17,-6],[-8,-13],[-4,-26],[-11,-38],[-8,-13],[-18,-11],[-20,-10],[-28,0],[-25,-14],[-6,-21],[-2,-52],[-37,-27],[-61,-44],[-60,-39],[-4,-6],[-6,-12],[-13,-15],[-22,-18],[-27,-23],[-6,-9],[-68,111],[-46,8],[-14,3],[-73,11],[-312,51],[-18,2],[-28,0],[-21,-3],[-18,-4],[-11,-6],[-3,-1],[-23,-20],[-19,-14],[-13,-12],[-92,-78],[-56,-44],[-97,-71],[-74,-52],[-54,-34],[-21,-19],[-19,-16],[13,-9],[-8,-7],[-24,-16],[-59,-38],[-33,-27],[-47,-53],[-55,-70],[-12,-21],[-10,-15],[-16,-21],[-5,-5],[7,-15],[-1,-7],[-1,-5],[-4,-3],[-7,-2],[-12,-7],[-18,-12],[-17,-15],[-12,-16],[-12,-19],[-10,-18],[-8,-23],[-20,-57],[-13,-30],[-11,-19],[-88,-90],[-146,-91],[-89,-50],[-8,-4],[-8,-5],[-60,-35],[-4,-2],[-5,-6],[-29,-33],[-2,2],[-60,-68],[-54,-55],[-51,-34],[-22,-19],[-2,-18],[12,-23],[0,-7],[-8,-20],[-44,-49],[-29,-36],[-37,-54],[-44,-54],[-31,-43],[-5,-12],[-3,-17],[3,-49],[-6,-14],[-8,-8],[-23,-6],[-18,-2],[-20,-3],[-47,-10],[-30,-13],[-30,-19],[-12,-10],[-12,-11],[-2,-1],[-128,-112],[-1,-5],[70,-184],[42,-97],[50,-102],[22,-35],[13,-28],[20,-21],[8,-11],[7,-10],[-7,-4],[-126,-82],[-143,-96],[-23,-22],[-25,-24],[-22,-16],[-110,-74],[-82,-54],[-58,-42],[-16,-8],[-9,-3],[-7,-1],[-1,0],[-6,2],[-75,25],[-13,-1],[-16,-3],[-3,-1],[-4,1],[-28,-3],[-17,-7],[-35,-27],[-25,-22],[-40,-32],[-38,-26],[-126,-101],[-103,-83],[-104,-43],[-15,-4],[-3,8],[-1,1],[-1,3],[-53,161],[-301,60],[-106,42],[-66,29],[-50,8],[-28,5],[-25,-4],[-4,-1],[-7,0],[-3,1],[-19,1],[-71,14],[-28,5],[-34,5],[-28,3],[-11,1],[-26,2],[-34,90],[-3,11],[-2,9],[-2,8],[-4,19],[-4,17],[-2,10],[-1,5],[-4,16],[-4,19],[-7,26],[-3,15],[-6,20],[-4,20],[-4,13],[-2,8],[-11,-4],[-15,-5],[-3,7],[-245,-92],[-32,33],[-18,28],[-64,129],[-14,42],[-15,39],[-14,40],[-10,24],[-7,19],[-2,10],[-1,15],[0,55],[0,36],[1,14],[-2,39],[-1,22],[-4,40],[-3,32],[-4,30],[-6,34],[-21,100],[-18,84],[-14,61],[-17,82],[-11,47],[-11,50],[-7,36],[-15,86],[-18,104],[-16,86],[-5,24],[-6,15],[-4,15],[-6,38],[-27,192],[-6,29],[-28,118],[-11,44],[-23,74],[-9,38],[-2,9],[-19,109],[-17,94],[-4,18],[-8,44],[-1,2],[-6,14],[-8,18],[-17,38],[-4,-1],[-3,-1],[-33,126],[-12,51],[-6,11],[-11,8],[-20,1],[-14,0],[-25,-4],[-10,2],[-21,-10],[-223,-101],[-404,-182],[-35,-20],[-221,-144],[-115,-72],[-17,-10],[-15,-9],[-8,28],[-51,-29],[-16,-11],[-8,-12],[-4,-11],[0,-12],[5,-23],[0,-10],[-4,-10],[-11,-11],[-21,-13],[-179,-88],[-504,-258],[-91,-48],[-58,-33],[-64,-33],[-63,-30],[-56,-23],[-48,-19],[-52,-18],[-48,-16],[-56,-16],[-59,-15],[-226,-54],[-104,-23],[-130,-25],[-104,-20],[-1,33],[0,71],[-1,8],[-1,5],[-2,7],[-2,4],[-4,5],[-3,3],[-5,2],[-6,1],[-10,0],[-11,-3],[-42,0],[-5,6],[-3,6],[-14,37],[-10,12],[-13,10],[-14,4],[-29,0],[-77,-8],[-20,0],[-8,3],[-10,8],[-11,12],[-13,5],[-23,0],[-14,-3],[-14,-6],[-55,-2],[-20,-1],[-17,0],[-28,5],[-15,0],[-183,-24],[-15,-2],[-21,-3],[-12,5],[-24,12],[-13,1],[-36,-4],[-40,-5],[-32,-7],[-40,-13],[-42,-18],[-17,-6],[-30,-6],[-169,-5],[-39,-2],[-51,-8],[-96,-17],[-76,-10],[-65,-5],[-97,1],[-87,3],[-104,4],[-67,7],[-78,12],[-20,3],[-85,12],[-198,32],[-60,6],[-66,0],[-142,-12],[-61,-2],[-63,-1],[-17,6],[-13,4],[-10,8],[-6,17],[0,16],[1,1],[16,16],[7,11],[0,3],[3,9],[5,10],[16,16],[26,26],[39,19],[40,11],[66,21],[97,34],[39,15],[397,16],[192,9],[421,68],[467,101],[391,93],[252,77],[376,169],[413,170],[513,330],[406,289],[355,222],[2,2],[0,-1],[0,0],[84,-208],[1,0],[63,-34],[35,-13],[14,-2],[17,0],[13,1],[95,20],[18,0],[16,-2],[16,-4],[15,-8],[57,-48],[3,-2],[1,-1],[28,-25],[41,-32],[30,-14],[14,-5],[25,11],[301,148],[29,14],[17,13],[13,13],[13,18],[22,44],[18,29],[32,42],[46,54],[25,30],[10,12],[6,8],[13,15],[91,95],[83,77],[73,62],[44,37],[184,123],[194,124],[28,17],[75,47],[40,19],[84,45],[81,49],[151,110],[28,28],[43,32],[21,13],[220,84],[205,82],[200,88],[213,95],[249,102],[113,45],[52,20],[192,55],[150,45],[20,7],[52,22],[129,46],[192,57],[448,111],[379,91],[23,6],[362,88],[172,36],[1053,169],[132,21],[364,55],[325,49],[134,14],[96,6],[1,-2],[95,0],[8,-2],[242,-5],[50,1],[113,2],[27,-2],[35,-3],[390,-5],[455,-10],[17,-3],[249,-7],[15,1],[330,-10],[2,0],[102,3],[187,-2],[7,-2],[119,-3],[268,-1],[64,2],[7,-2],[8,2],[81,0],[20,0],[29,3],[29,-2],[142,9],[130,-20],[220,-77],[71,-28],[38,-8],[47,-3],[4,2],[187,-21],[43,0],[73,10],[137,28],[51,5],[50,-1],[56,6],[29,0],[80,9],[28,-1],[22,-6],[23,-14],[6,-17],[-1,-33],[-5,-33],[1,-30],[8,-16],[16,-8],[30,0],[38,-3],[34,-13],[30,-8],[31,0],[54,-2],[53,-9],[59,-21],[64,-16],[47,-8],[27,-2],[23,1],[88,16],[41,3],[26,-2],[29,-6],[23,-14],[23,-21],[30,-25],[32,-13],[44,-16],[48,-19],[22,-12],[30,-21],[25,-3],[57,-10],[52,-16],[51,-24],[36,-23],[32,-19],[39,-11],[13,-3],[10,3],[11,-4],[15,6],[24,15],[6,1],[54,-19],[42,-37],[24,-15],[47,-13],[11,-19],[27,-28],[95,-75],[46,-11],[2,7],[24,-8],[-1,-6],[14,-6],[9,-1],[14,-2],[102,-34],[30,-12],[2,-10],[11,-13],[18,-11],[81,-15],[40,-12],[34,-13],[40,-27],[16,0],[12,-6],[22,-11],[18,-12],[32,-1],[53,-4],[40,-9],[29,-8],[30,-7],[34,0],[22,-3],[36,-15],[34,-8],[20,-13],[30,-18],[16,-4],[35,-5],[18,-7],[23,-13],[19,-4],[21,4],[28,1],[29,-7],[29,-3],[35,-2],[66,7],[26,-1],[72,-27],[21,-4],[27,4],[25,2],[19,-1],[27,-6],[21,2],[26,-1],[20,-8],[31,-7],[8,0],[29,-1],[16,-1],[17,-5],[41,1],[17,-6],[23,-9],[32,-8],[29,-3],[24,4],[14,0],[14,-7],[13,-3],[49,0],[11,-3],[24,-12],[20,-2],[89,-2],[12,4],[23,1],[385,-90],[37,-16],[116,-25],[6,-1],[24,-5],[42,-9],[37,-8],[8,0],[0,0],[174,0],[2,-3],[16,-18],[18,-1],[19,-14],[12,-33],[8,-26],[11,-8],[11,5],[11,18],[7,18],[14,17],[18,10],[18,19],[17,-3],[15,-1],[21,-27],[21,-27],[9,-20],[1,-15],[4,-22],[10,-16],[12,-12],[16,-10],[15,-8],[7,-9],[4,-36],[21,27],[17,28],[38,46],[27,-4],[52,-7],[48,-23],[54,-20],[41,-2],[69,-2],[48,5],[41,6],[71,-9],[118,-33],[96,-31],[106,-58],[102,-77],[52,-29],[34,-16],[34,-49],[47,-37],[45,-8],[58,-20],[61,-11],[6,-4],[14,-44],[39,-67],[75,-78],[132,-97],[124,-81],[76,-65],[8,-10],[50,-58],[47,-54],[113,-127],[110,-112],[135,-135],[140,-126],[121,-91],[80,-52],[464,-348],[-110,-150],[-19,-28],[-20,-13],[-13,-8],[-19,-5],[-31,1],[-4,-12],[-18,6],[-15,11],[-31,34],[-55,52],[-66,57],[-66,52],[-29,24],[-15,11],[-19,18],[-14,10],[-67,52],[-23,10],[-1,1],[-23,11],[-27,13],[-8,0],[-8,4],[-11,0],[-8,-2],[-41,-35],[-27,-21],[-7,-8],[0,-15],[0,0],[-4,-7],[-1,-5],[1,-4],[-6,-8],[-20,-18],[-28,-17],[-36,-13],[-54,-32]],[[178240,385357],[-8,-4],[-12,-6],[-79,-39],[-51,-29],[-38,-22],[-133,-80],[-115,-69],[-29,-21],[-18,-16],[-25,-34],[-117,-155],[-3,-4],[-176,-236],[-67,-91],[-271,-365],[-12,-17],[-464,348],[-80,52],[-121,91],[-140,126],[-135,135],[-110,112],[-113,127],[-47,54],[-50,58],[-8,10],[-76,65],[-124,81],[-132,97],[-75,78],[-39,67],[-14,44],[-6,4],[-61,11],[-58,20],[-45,8],[-47,37],[-34,49],[-34,16],[-52,29],[-102,77],[-106,58],[-96,31],[-118,33],[-71,9],[-41,-6],[-48,-5],[-69,2],[-41,2],[-54,20],[-48,23],[-52,7],[-27,4],[-38,-46],[-17,-28],[-21,-27],[-4,36],[-7,9],[-15,8],[-16,10],[-12,12],[-10,16],[-4,22],[-1,15],[-9,20],[-21,27],[-21,27],[-15,1],[-17,3],[-18,-19],[-18,-10],[-14,-17],[-7,-18],[-11,-18],[-11,-5],[-11,8],[-8,26],[-12,33],[-19,14],[-18,1],[-16,18],[-2,3],[-174,0],[0,0],[-8,0],[-37,8],[-42,9],[-24,5],[-6,1],[-116,25],[-37,16],[-385,90],[-23,-1],[-12,-4],[-89,2],[-20,2],[-24,12],[-11,3],[-49,0],[-13,3],[-14,7],[-14,0],[-24,-4],[-29,3],[-32,8],[-23,9],[-17,6],[-41,-1],[-17,5],[-16,1],[-29,1],[-8,0],[-31,7],[-20,8],[-26,1],[-21,-2],[-27,6],[-19,1],[-25,-2],[-27,-4],[-21,4],[-72,27],[-26,1],[-66,-7],[-35,2],[-29,3],[-29,7],[-28,-1],[-21,-4],[-19,4],[-23,13],[-18,7],[-35,5],[-16,4],[-30,18],[-20,13],[-34,8],[-36,15],[-22,3],[-34,0],[-30,7],[-29,8],[-40,9],[-53,4],[-32,1],[-18,12],[-22,11],[-12,6],[-16,0],[-40,27],[-34,13],[-40,12],[-81,15],[-18,11],[-11,13],[-2,10],[-30,12],[-102,34],[-14,2],[-9,1],[-14,6],[1,6],[-24,8],[-2,-7],[-46,11],[-95,75],[-27,28],[-11,19],[-47,13],[-24,15],[-42,37],[-54,19],[-6,-1],[-24,-15],[-15,-6],[-11,4],[-10,-3],[-13,3],[-39,11],[-32,19],[-36,23],[-51,24],[-52,16],[-57,10],[-25,3],[-30,21],[-22,12],[-48,19],[-44,16],[-32,13],[-30,25],[-23,21],[-23,14],[-29,6],[-26,2],[-41,-3],[-88,-16],[-23,-1],[-27,2],[-47,8],[-64,16],[-59,21],[-53,9],[-54,2],[-31,0],[-30,8],[-34,13],[-38,3],[-30,0],[-16,8],[-8,16],[-1,30],[5,33],[1,33],[-6,17],[-23,14],[-22,6],[-28,1],[-80,-9],[-29,0],[-56,-6],[-50,1],[-51,-5],[-137,-28],[-73,-10],[-43,0],[-187,21],[-4,-2],[-47,3],[-38,8],[-71,28],[-220,77],[-130,20],[-142,-9],[-29,2],[-29,-3],[-20,0],[-81,0],[-8,-2],[-7,2],[-64,-2],[-268,1],[-119,3],[-7,2],[-187,2],[-102,-3],[-2,0],[-330,10],[-15,-1],[-249,7],[-17,3],[-455,10],[-390,5],[-35,3],[-27,2],[-113,-2],[-50,-1],[-242,5],[-8,2],[-95,0],[-1,2],[-96,-6],[-134,-14],[-325,-49],[-364,-55],[-132,-21],[-1053,-169],[-172,-36],[-362,-88],[-23,-6],[-379,-91],[-448,-111],[-192,-57],[-129,-46],[-52,-22],[-20,-7],[-150,-45],[-192,-55],[-52,-20],[-113,-45],[-249,-102],[-213,-95],[-200,-88],[-205,-82],[-220,-84],[-21,-13],[-43,-32],[-28,-28],[-151,-110],[-81,-49],[-84,-45],[-40,-19],[-75,-47],[-28,-17],[-194,-124],[-184,-123],[-44,-37],[-73,-62],[-83,-77],[-91,-95],[-13,-15],[-6,-8],[-10,-12],[-25,-30],[-46,-54],[-32,-42],[-18,-29],[-22,-44],[-13,-18],[-13,-13],[-17,-13],[-29,-14],[-301,-148],[-25,-11],[-14,5],[-30,14],[-41,32],[-28,25],[-1,1],[-3,2],[-57,48],[-15,8],[-16,4],[-16,2],[-18,0],[-95,-20],[-13,-1],[-17,0],[-14,2],[-35,13],[-63,34],[-1,0],[-84,208],[-2,58],[2,-58],[0,1],[-2,5],[-61,152],[-2,3],[-5,14],[-100,256],[-55,143],[-32,83],[-13,33],[30,6],[100,26],[24,8],[1,1],[10,3],[19,7],[0,0],[5,3],[54,26],[31,15],[1,1],[0,0],[0,0],[257,108],[158,67],[4,2],[83,39],[2,1],[77,40],[151,78],[2,1],[180,100],[124,63],[98,50],[11,6],[2,1],[51,30],[21,16],[6,4],[13,11],[17,18],[4,4],[16,22],[6,13],[1,6],[0,0],[1,0],[0,1],[4,16],[4,38],[-1,5],[-1,42],[-5,33],[0,0],[0,12],[-1,13],[7,16],[2,6],[18,23],[29,20],[482,270],[113,62],[640,391],[870,553],[915,572],[19,13],[-36,79],[323,106],[1269,417],[2812,924],[1727,567],[2923,960],[3114,1023],[924,303],[453,-739],[2757,-4506],[295,-1473],[114,-568],[36,-179],[67,-333],[10,-51],[3,-17]],[[610685,975877],[-266,-29],[-505,-54],[-63,-2],[-500,-59],[-652,-49],[-523,-58],[-291,-29],[-87,-14],[-320,-40],[-579,-65],[-460,-44],[-247,-24],[-309,-30],[-132,-12],[-2,-1],[-146,-21],[-17,16],[-15,25],[-17,15],[-30,0],[-29,-8],[-44,-21],[-25,-11],[-55,-8],[-38,-8],[-29,-13],[-40,-10],[-104,-12],[-460,-50],[-50,-1],[-13,-14],[-96,-5],[-101,-17],[-33,-4],[-360,-50],[-144,-12],[-40,-2],[-22,-8],[-19,-7],[-23,1],[-72,-2],[-258,-21],[-230,-18],[-26,-2],[-94,-4],[-54,7],[-32,14],[-23,1],[-4,-1],[-28,-7],[-31,-2],[-81,-12],[-3,-1],[-1,-18],[-13,-24],[-14,-10],[-17,-2],[-20,3],[-32,-13],[-22,-6],[-21,-2],[-23,0],[-14,1],[-10,-3],[-23,-16],[-20,-17],[-13,-5],[-19,8],[-15,5],[-9,-5],[-6,-12],[5,-17],[18,-17],[11,-24],[17,-21],[11,-20],[11,-22],[18,-22],[29,-18],[25,-6],[22,-8],[11,-8],[28,2],[19,0],[19,-9],[18,-19],[25,-20],[9,-10],[9,-8],[47,-54],[44,-38],[36,-31],[22,-6],[22,11],[23,-3],[21,-16],[21,-45],[11,-27],[26,-14],[49,-24],[38,-16],[83,-45],[48,-21],[58,-28],[26,-15],[33,-9],[16,-3],[17,-8],[39,-22],[36,-19],[33,-13],[44,-9],[36,2],[23,0],[26,-11],[48,-27],[46,-22],[35,-14],[48,-11],[51,-7],[70,-5],[53,-6],[66,-14],[87,-27],[105,-33],[103,-38],[74,-22],[34,-7],[27,-7],[63,-27],[20,-12],[24,3],[19,9],[43,16],[16,0],[28,-9],[32,11],[27,12],[4,19],[-10,11],[5,12],[25,20],[29,-2],[21,-5],[25,-14],[15,-16],[1,-21],[11,-16],[37,-6],[45,4],[1,0],[37,2],[24,-2],[9,0],[28,2],[17,12],[45,4],[2,6],[1,2],[-6,16],[4,7],[10,-1],[5,-4],[30,-18],[25,-23],[26,-12],[26,-3],[4,9],[14,7],[13,0],[8,-5],[21,33],[2,26],[9,9],[8,15],[12,6],[35,-6],[43,-28],[23,-10],[20,-8],[18,-4],[12,-15],[19,-35],[18,-43],[20,-38],[20,-41],[5,-29],[3,-7],[8,-17],[28,-17],[26,13],[41,10],[29,-6],[18,-5],[8,-12],[6,-20],[14,-15],[6,-16],[-10,-23],[-15,-19],[-15,-10],[-18,-15],[0,-1],[-9,-13],[-17,-4],[-3,-1],[-24,-14],[-14,-3],[-14,0],[-16,10],[-27,6],[-34,-4],[-23,-6],[-21,-13],[-22,-24],[-23,-13],[-28,-14],[-21,-17],[-11,-14],[-11,-14],[-11,-22],[-19,-22],[-21,-14],[-17,-24],[-7,-21],[7,-23],[13,-21],[6,-20],[14,-19],[25,-24],[22,-12],[15,-17],[25,-43],[35,-31],[23,-26],[23,-21],[20,-28],[18,-26],[25,-25],[37,-48],[44,-61],[47,-38],[33,-33],[26,-13],[21,-21],[23,-22],[6,-14],[6,-18],[15,-16],[24,-15],[22,-14],[24,-19],[20,-13],[16,-16],[8,-20],[17,-21],[25,-9],[36,-12],[30,-23],[12,-21],[-7,-23],[-7,-19],[11,-17],[13,-8],[69,-26],[39,-22],[36,-23],[24,-18],[1,-2],[21,-30],[18,-19],[19,-7],[1,0],[36,-8],[31,-16],[18,-17],[7,-6],[44,-49],[20,-22],[20,-30],[13,-30],[23,-24],[30,-23],[21,-14],[39,-3],[27,1],[18,-9],[22,-16],[21,-26],[17,-10],[23,-5],[38,-5],[87,-37],[25,-15],[15,-24],[-2,-21],[-14,-8],[-21,6],[-50,16],[-38,17],[-18,4],[-13,-8],[-1,-2],[-2,-16],[28,-19],[118,-89],[15,-14],[15,-15],[28,-18],[20,-8],[10,-4],[11,-5],[22,-11],[9,-4],[27,-33],[41,-46],[6,-7],[39,-31],[15,-12],[88,-56],[104,-65],[61,-48],[46,-34],[33,-23],[19,-19],[20,-28],[12,-16],[19,-10],[7,-4],[29,-9],[30,-14],[40,-32],[24,-10],[14,-18],[30,-10],[7,-1],[15,-2],[26,-18],[17,-23],[3,-6],[12,-27],[8,-18],[2,-6],[20,-15],[8,-1],[16,-4],[29,-18],[23,-23],[6,-5],[17,-13],[8,-14],[11,-19],[31,-40],[32,-35],[24,-29],[35,-39],[49,-148],[11,-19],[2,-26],[12,-17],[6,-25],[1,-28],[-6,-29],[-2,-30],[6,-24],[2,-22],[-3,-25],[4,-20],[-1,-26],[-12,-12],[-12,0],[-14,10],[-28,21],[-19,20],[-13,8],[-6,15],[-2,29],[-9,11],[-15,9],[-13,4],[-10,12],[-6,12],[-4,5],[-4,6],[-6,3],[-9,3],[-12,17],[-13,14],[-26,25],[-11,4],[-21,15],[-26,16],[-48,27],[-28,7],[-24,3],[-16,18],[0,1],[-140,49],[-9,3],[-3,1],[3,1],[4,16],[-3,14],[1,12],[-1,35],[0,1],[-6,7],[-4,11],[-7,8],[-5,0],[-29,25],[-49,24],[-11,5],[-26,12],[-36,-3],[-16,-5],[-9,-2],[-18,-18],[-14,-14],[0,-1],[-9,-7],[-13,-2],[-8,-2],[-4,-7],[1,-9],[4,-11],[11,-5],[6,-10],[2,-10],[-7,-13],[-13,-14],[-7,-11],[-19,-23],[-9,-5],[-15,-10],[-20,-3],[-12,4],[-7,10],[-6,7],[-4,9],[-6,5],[-13,-4],[-14,-11],[-12,-15],[-3,-4],[-7,-12],[-14,-5],[-14,6],[-10,11],[-1,14],[-8,26],[-21,67],[-20,45],[-13,22],[-9,19],[-2,1],[-7,11],[-9,5],[-12,0],[-7,7],[-3,16],[-9,28],[-12,15],[-1,11],[4,7],[12,1],[17,11],[3,8],[2,4],[2,13],[-6,7],[-15,0],[-9,6],[-1,14],[-9,11],[-14,0],[-8,-10],[-5,-16],[-7,-5],[-16,3],[-18,-3],[-9,-8],[-19,1],[-14,16],[-10,5],[-22,5],[-16,18],[-20,25],[-20,10],[-23,5],[-11,3],[-15,14],[-19,45],[-3,8],[-8,8],[-2,3],[-15,8],[-21,18],[-6,25],[-4,11],[-11,30],[-27,26],[-21,11],[-34,11],[-31,7],[-15,-15],[-8,-8],[-26,-8],[-57,-19],[-65,-18],[-68,-17],[-25,-12],[-21,-9],[-26,-21],[-45,-40],[-21,-15],[-28,0],[-48,9],[-18,0],[-21,1],[-26,9],[-14,1],[-30,-15],[-28,-15],[-36,0],[-31,10],[-19,1],[-16,-3],[-29,-13],[-28,-4],[-23,-1],[-28,5],[-19,6],[-14,0],[-33,-2],[-62,-5],[-88,4],[-118,16],[-28,12],[-28,23],[-26,41],[-21,27],[-43,38],[-73,61],[-56,55],[-22,35],[-16,25],[-12,11],[-24,4],[-63,1],[-5,-1],[-49,-4],[-37,-1],[-69,16],[-35,8],[-21,1],[-13,1],[-33,5],[-35,10],[-31,10],[-66,4],[-45,-2],[-23,-3],[-20,20],[7,25],[4,29],[-4,35],[-11,30],[-16,31],[-25,32],[-44,48],[-56,56],[-68,56],[-65,46],[-73,40],[-70,42],[-55,26],[-83,39],[-50,19],[-71,25],[-15,3],[-26,5],[-40,0],[-33,2],[-37,-4],[-48,6],[-74,8],[-57,5],[-69,11],[-65,12],[-46,-1],[-35,0],[-16,0],[-54,16],[-34,16],[-32,20],[-44,51],[-1,2],[-33,57],[-16,47],[-22,72],[-21,42],[-50,58],[-16,12],[-22,15],[-14,11],[-55,47],[-63,62],[-64,58],[-57,50],[-76,54],[-107,75],[-88,57],[-19,20],[-23,37],[-5,14],[-28,69],[-27,85],[-31,50],[-52,60],[-66,63],[-79,62],[-28,29],[-23,35],[-21,48],[-33,90],[-28,68],[-14,27],[-12,18],[-17,25],[-21,32],[-8,12],[-72,59],[-72,52],[-48,43],[-51,57],[-28,20],[-35,10],[-49,12],[-37,25],[-40,28],[-11,7],[-4,-11],[-37,-126],[-36,-131],[-12,-57],[-9,-77],[-6,-73],[-2,-5],[0,-1],[-12,-34],[-16,-49],[-15,-71],[-11,-40],[-7,-25],[-18,-45],[-10,-38],[-17,-73],[-16,-67],[-15,-54],[-11,-38],[-32,-116],[-33,-121],[-7,-27],[-5,-16],[-33,-107],[-30,-104],[-58,-231],[-42,-180],[-68,-225],[-28,-92],[-31,-103],[-15,-47],[-20,-69],[-20,-71],[-19,-63],[-7,-26],[-12,-38],[-27,-89],[-4,-12],[34,-13],[50,-8],[52,-19],[24,9],[27,23],[2,2],[18,12],[27,-7],[32,-14],[27,-18],[41,-19],[68,-25],[31,-3],[27,-9],[16,-12],[62,-7],[42,-3],[6,-1],[20,-2],[40,7],[9,-3],[10,-4],[22,-25],[32,-33],[47,-14],[24,-2],[41,-5],[44,-1],[23,6],[27,21],[30,11],[30,4],[21,1],[24,-3],[26,-3],[42,-10],[40,-18],[32,-24],[34,-18],[35,-13],[50,-14],[64,-15],[72,-9],[81,-15],[89,-25],[55,-18],[70,-34],[80,-37],[55,-23],[48,-15],[68,-14],[78,-12],[41,-11],[26,-15],[30,-37],[5,-6],[2,-13],[4,-24],[7,-24],[4,-12],[0,-2],[11,-16],[13,-5],[16,-1],[22,0],[14,0],[6,1],[5,0],[0,0],[4,1],[0,1],[0,0],[13,5],[13,-3],[18,-12],[2,-3],[39,-38],[30,-33],[16,-18],[2,-12],[6,-14],[-1,-14],[1,-28],[-5,-38],[-13,-26],[-22,-25],[-23,-33],[-15,-32],[-9,-17],[-9,-18],[-7,-15],[-11,-22],[-2,-15],[-2,-11],[23,-22],[50,-27],[76,-29],[52,-10],[76,-7],[76,-11],[73,-5],[78,-3],[85,-6],[49,-1],[68,-11],[49,-11],[33,-8],[52,-16],[17,-5],[16,-9],[17,-28],[27,-50],[25,-29],[41,-39],[32,-19],[57,-20],[54,-17],[35,-21],[95,-69],[57,-54],[66,-47],[5,-3],[0,0],[0,0],[5,-3],[8,-9],[29,-37],[10,-43],[-17,-27],[-28,-28],[-13,-16],[-6,-7],[-4,-14],[-17,-29],[-2,-18],[-5,-15],[16,-20],[32,-17],[5,-2],[48,-38],[21,-3],[4,-1],[29,-17],[1,-3],[5,-14],[6,-20],[28,-14],[30,9],[3,1],[26,-12],[20,-7],[23,2],[7,0],[26,0],[22,3],[7,28],[18,22],[1,2],[39,24],[66,19],[40,4],[37,2],[40,-10],[20,-7],[0,-12],[11,-2],[6,-3],[8,-16],[-1,-13],[-5,-10],[-8,-16],[-20,-26],[-22,-19],[-12,-5],[-17,-29],[-17,-27],[-23,-36],[-8,-21],[8,-27],[-6,-19],[-16,-16],[-29,-24],[-31,-31],[-8,-12],[-8,-11],[-1,-23],[-6,0],[-112,4],[-161,14],[-54,5],[-35,1],[-116,6],[-28,1],[-59,10],[-147,57],[-81,23],[-87,31],[-4,17],[-9,14],[-25,25],[-21,26],[-5,31],[-9,14],[-30,31],[-21,11],[-21,2],[-35,-6],[-26,0],[-23,9],[-6,7],[0,0],[-30,2],[4,14],[0,22],[0,4],[-8,28],[-21,38],[-27,30],[-42,30],[-79,28],[-68,20],[-43,5],[-37,-8],[-38,-13],[-64,-27],[-6,-4],[-48,-33],[-19,-26],[-9,-11],[-6,-17],[-4,-25],[1,-28],[4,-26],[18,-41],[-93,-10],[-152,-18],[-9,237],[-130,-16],[-74,-9],[-5,-2],[-16,-8],[-10,-4],[-163,-20],[-180,-24],[-99,-16],[-405,-50],[-72,-10],[-32,-4],[-4,-1],[-22,-3],[-8,-1],[-10,-1],[-46,-6],[-259,-31],[-193,-24],[-28,-4],[-73,-12],[-20,-3],[-61,-3],[-142,11],[-197,13],[-229,18],[-82,8],[-28,2],[-61,7],[-71,12],[-80,20],[-181,54],[-40,11],[-21,8],[-27,12],[-21,11],[-37,23],[-77,57],[-35,24],[-71,52],[-32,21],[-33,18],[-14,6],[-18,8],[-37,13],[-87,21],[-96,21],[-36,15],[-37,20],[-58,45],[-8,6],[-3,2],[-5,3],[-1,1],[-27,19],[-6,4],[-12,8],[-27,14],[-21,11],[-101,-34],[-33,-1],[-38,1],[-104,13],[-34,5],[-47,8],[-5,2],[-1,0],[-9,1],[-22,4],[-30,4],[-58,7],[-15,9],[-76,14],[-57,1],[-77,-2],[-60,-8],[-120,-16],[1,0],[67,26],[41,11],[-4,0],[-5,0],[-4,0],[-5,0],[-4,0],[-4,0],[-5,0],[-4,0],[-5,-1],[-4,0],[-5,0],[-4,-1],[-5,0],[-4,-1],[-4,-1],[-5,0],[-4,-1],[-5,-1],[-4,0],[-4,-1],[-5,-1],[-4,-1],[-5,-1],[-4,-1],[-4,-1],[-5,-1],[-4,-2],[-4,-1],[-4,-1],[-5,-1],[-4,-2],[-4,-1],[-5,-2],[-4,-1],[-4,-2],[-4,-1],[-4,-2],[-5,-2],[-19,-13],[-2,-1],[-46,-42],[-33,-26],[-37,-30],[-27,-18],[-34,-22],[-53,-32],[-46,-27],[-44,-23],[-49,-25],[-46,-21],[-40,-16],[-51,-17],[-61,-20],[-72,-22],[-5,-8],[-30,-8],[-85,-23],[-85,-25],[-4,-1],[-11,0],[-5,23],[-7,45],[-11,62],[-300,-72],[-6,-1],[-2,-1],[-20,-4],[-58,-13],[-20,-5],[-15,-4],[-26,-5],[-36,-9],[-7,-1],[-86,-19],[-39,-9],[-36,-8],[-118,-27],[-18,108],[34,111],[9,5],[33,15],[19,14],[2,1],[12,18],[6,22],[4,23],[2,44],[-12,69],[-3,34],[0,0],[0,0],[-2,15],[-5,35],[-2,17],[-3,18],[-4,29],[-7,42],[-28,162],[-24,11],[0,0],[-9,-2],[-25,-5],[-24,-4],[-49,2],[-75,17],[-26,7],[-32,9],[-35,3],[-39,-8],[-92,-22],[-67,-20],[-31,-16],[-27,-22],[-13,-4],[-8,1],[-5,7],[0,29],[-1,34],[-10,67],[-34,182],[-37,202],[-57,301],[-58,298],[-77,405],[-10,48],[0,36],[0,17],[-14,8],[-5,4],[-10,-13],[-20,-24],[-50,-61],[-49,-61],[-64,-79],[-130,-161],[-119,-147],[-15,-18],[-42,-51],[-9,-16],[-7,-21],[-4,-15],[-29,-122],[-5,-32],[-1,-11],[-2,-34],[3,-41],[8,-47],[27,-92],[31,-76],[15,-38],[3,-20],[1,-10],[-6,-7],[-7,-5],[-33,-16],[-66,-47],[-1,0],[-275,508],[-91,160],[-135,179],[-15,18],[-116,-129],[-81,95],[14,16],[-100,115],[-101,-113],[-16,18],[-223,266],[-16,19],[-198,233],[-9,10],[9,10],[44,63],[53,89],[45,93],[10,23],[-21,25],[-35,42],[-44,52],[-12,13],[-40,47],[-71,50],[-19,3],[-1,2],[-19,28],[-36,40],[-50,52],[-41,37],[-37,28],[-2,1],[-20,12],[-1,2],[-2,0],[-8,5],[-44,11],[-47,8],[-44,0],[-39,-18],[-27,-18],[-4,-3],[-23,-33],[-10,-27],[-4,-18],[-21,-8],[2,-8],[11,-37],[-8,-88],[1,-139],[5,-74],[3,-13],[-106,-109],[42,-35],[2,-29],[24,4],[0,-5],[8,2],[39,-33],[104,-92],[8,-6],[62,-73],[-60,-59],[-12,-12],[23,-37],[-14,-14],[-100,-90],[-11,-10],[-1,-1],[-120,-110],[-36,49],[-165,-106],[6,-14],[-112,-4],[-142,-129],[-3,-72],[-1,-163],[33,0],[38,-1],[51,-2],[27,0],[5,-1],[27,0],[30,-1],[0,-39],[93,-2],[2,-23],[3,-32],[-1,-1],[1,1],[143,41],[161,52],[61,6],[108,1],[-11,22],[14,14],[60,54],[11,10],[2,0],[-1,1],[60,54],[23,-35],[5,-7],[23,14],[120,76],[10,-15],[8,-11],[-23,-12],[85,-99],[36,-42],[69,-13],[13,-2],[0,0],[-2,-3],[49,-58],[50,-64],[20,-26],[101,-131],[41,-54],[2,-3],[54,-69],[36,-44],[34,-44],[1,1],[2,-2],[45,35],[59,-108],[6,-20],[23,-33],[18,-29],[37,-70],[37,-77],[54,-118],[-79,-53],[-14,-9],[-3,-2],[5,-9],[30,-56],[0,0],[54,-100],[-3,-3],[14,-29],[-250,-185],[-557,-505],[-19,-13],[-17,-15],[-16,-16],[-17,-16],[-4,4],[-51,34],[-6,-13],[-5,3],[-64,45],[-28,20],[-69,47],[-4,3],[-64,46],[-65,-92],[-13,-21],[-39,-53],[-20,-27],[-19,-26],[-38,-55],[-17,-23],[-41,-59],[-6,-8],[-22,-32],[-20,-27],[-16,-22],[-38,-53],[-12,-17],[-6,-9],[-55,-9],[-23,-20],[-148,-104],[-26,-4],[-73,-24],[-77,-24],[-1,-13],[-2,-16],[-1,-13],[-3,-31],[-36,-23],[-82,-50],[-215,-133],[-10,-5],[-5,18],[-6,14],[-25,36],[-16,-2],[1,-2],[28,-41],[3,-6],[2,-5],[7,-22],[7,-34],[3,-15],[7,-46],[3,-21],[1,-24],[0,-3],[-3,-37],[-24,-65],[0,0],[0,-15],[0,-3],[0,0],[2,0],[3,0],[37,-6],[34,-2],[3,-2],[0,-8],[1,-8],[5,-6],[54,-41],[202,-156],[516,-416],[307,-246],[84,-67],[191,-156],[249,-203],[418,-332],[54,-43],[138,-111],[154,-105],[31,-6],[132,3],[4,-22],[23,2],[140,6],[129,7],[374,32],[0,-1],[1,2],[17,0],[0,-5],[29,1],[0,4],[17,0],[0,-1],[93,5],[33,3],[126,-8],[154,1],[113,-4],[73,-2],[142,0],[99,3],[3,-22],[-15,-14],[-7,-1],[-16,-1],[-220,-19],[-230,-17],[-576,-52],[-65,-14],[-17,-4],[-29,-58],[-67,-88],[-115,-118],[-88,-67],[-95,-46],[-88,-28],[-80,-16],[-67,-15],[-97,-40],[-83,-30],[-94,-26],[-29,-6],[-5,31],[-54,-16],[-184,-45],[-111,-33],[-26,-8],[-94,-42],[-268,-163],[-69,-27],[-74,-17],[-173,-28],[-237,-14],[-136,2],[-258,10],[-175,18],[-28,6],[-53,8],[-7,1],[-81,13],[-87,16],[-59,6],[-29,7],[-49,19],[-48,20],[-92,47],[-151,95],[-116,83],[-91,81],[-61,42],[-30,22],[-4,2],[-39,18],[-30,9],[-1,-1],[-25,-3],[-66,25],[-202,216],[-131,207],[-72,120],[-149,241],[-102,166],[-91,162],[-146,271],[-59,123],[-96,226],[-63,214],[-42,189],[-26,119],[-11,100],[-14,109],[1,107],[-3,103],[-6,95],[31,656],[43,274],[57,204],[5,20],[35,127],[41,104],[11,27],[44,115],[23,43],[162,304],[65,97],[149,204],[101,135],[104,123],[67,80],[53,68],[7,6],[60,60],[95,90],[130,124],[144,141],[49,49],[302,350],[295,353],[1116,1321],[50,56],[263,270],[87,83],[230,196],[285,205],[205,126],[6,2],[51,32],[281,165],[9,5],[103,55],[164,82],[25,11],[394,153],[28,8],[104,34],[118,36],[212,57],[114,30],[181,39],[128,24],[78,17],[396,61],[460,37],[1196,59],[275,13],[700,33],[937,32],[404,-2],[422,-61],[686,-82],[470,-33],[738,31],[285,28],[622,78],[1386,138],[622,78],[782,61],[297,49],[496,56],[489,37],[419,37],[71,0],[0,0],[159,13],[103,10],[64,6],[94,4],[139,1],[170,8],[138,16],[231,29],[126,12],[79,7],[186,0],[259,0],[1,1],[134,-6],[181,0],[24,0],[26,-252]],[[600525,975132],[78,-7],[23,40],[5,16],[5,15],[-11,14],[4,30],[-90,5],[-14,-113]],[[594085,971978],[6,-2],[6,20],[-6,2],[-15,6],[-7,-20],[16,-6]],[[597889,971261],[12,-146],[109,9],[-10,160],[-111,-23]],[[420167,934286],[7,0],[9,1],[6,0],[2,-5],[0,-5],[11,-32],[-9,-23],[-126,-369],[-14,-43],[-208,-607],[-6,-18],[-117,-338],[-16,-50],[-33,-369],[-6,-99],[183,-2],[312,-5],[31,-1],[109,-2],[9,1],[13,9],[16,14],[15,17],[22,35],[11,15],[15,17],[17,13],[20,11],[23,10],[47,18],[31,9],[31,9],[78,21],[117,36],[31,11],[26,11],[50,28],[10,6],[23,15],[29,22],[36,32],[32,32],[32,33],[80,81],[13,12],[14,13],[15,11],[31,17],[26,13],[35,15],[35,11],[54,16],[61,19],[127,39],[46,14],[21,6],[37,-3],[-18,-30],[-12,-56],[-32,-144],[-42,-182],[-21,-110],[-10,-59],[-6,-48],[2,-37],[0,-23],[0,-22],[-1,-1],[1,-19],[0,-26],[-26,-101],[-16,-50],[-81,-27],[-52,-27],[-52,-30],[-39,-28],[-18,-16],[-15,-17],[-92,-104],[-28,-27],[-8,-7],[-247,-207],[-67,-54],[-79,-112],[-46,-80],[-12,-17],[-52,-56],[-19,-18],[-53,-35],[-24,-12],[-67,-39],[-41,-26],[-21,-18],[-3,-2],[-10,-9],[-14,-12],[-11,-10],[-7,-7],[-7,-6],[-49,-56],[-14,-22],[-3,-3],[-13,-10],[-17,-15],[-16,-11],[-12,-9],[-8,-6],[-31,-20],[-42,-23],[-47,-21],[-38,-19],[-44,-24],[-80,-54],[-80,-55],[-62,-42],[-3,-2],[-20,-11],[-15,-9],[-43,-26],[-13,-1],[-1,8],[-18,-10],[-8,-7],[-40,-26],[-47,-40],[-59,-52],[-44,-31],[-27,-11],[-2,-24],[-1,-2],[-37,-40],[-106,-104],[-16,-12],[-26,-14],[-39,-18],[-24,-11],[-17,-8],[-19,-8],[-17,-8],[-12,-6],[-13,-5],[-19,-8],[-18,-8],[-17,-7],[-18,-8],[-19,-8],[-19,-8],[-32,-12],[-32,-13],[-22,-10],[-22,-8],[-22,-7],[-6,-2],[-51,-22],[-28,-10],[-80,-31],[-30,-5],[-36,-8],[-37,-14],[-119,-76],[-287,-184],[-37,-22],[-27,-11],[-11,-2],[-162,-34],[-86,-16],[-64,-13],[-9,-1],[-35,34],[-64,204],[12,51],[15,71],[6,29],[11,49],[1,6],[2,19],[3,25],[-2,21],[-15,20],[-19,31],[-154,227],[-82,120],[-18,38],[-15,-11],[-15,-54],[-3,-3],[-11,-4],[-48,-12],[-9,-13],[-5,-19],[-7,-18],[-5,-7],[-9,-8],[-29,-17],[-83,-40],[-14,-10],[-26,-29],[-20,-17],[-42,-30],[-36,-31],[-10,-13],[-8,-15],[-10,-36],[-4,-9],[-8,-11],[-12,-9],[-25,-12],[-51,-24],[-48,-23],[-59,-29],[-25,-8],[-22,-17],[-18,-16],[-11,-18],[-1,-13],[-3,-9],[-4,-8],[-11,-13],[-78,-69],[-11,-11],[-8,-3],[-13,2],[-19,5],[-49,17],[-54,17],[-5,43],[-19,17],[-2,21],[2,42],[4,31],[15,31],[18,25],[30,34],[72,78],[16,17],[21,9],[34,11],[161,35],[34,13],[45,18],[47,25],[32,22],[31,30],[42,57],[59,88],[23,38],[11,37],[14,58],[9,28],[20,30],[109,105],[38,40],[15,26],[31,77],[28,65],[15,21],[32,31],[66,68],[5,5],[14,13],[35,33],[27,22],[3,2],[25,15],[39,12],[88,14],[96,17],[5,3],[11,7],[55,72],[35,41],[49,23],[81,30],[12,6],[10,5],[16,2],[41,0],[7,0],[74,0],[73,-3],[75,6],[37,8],[33,8],[54,23],[39,18],[21,28],[54,84],[67,114],[5,21],[-3,38],[-7,66],[-38,270],[-34,214],[1,32],[11,49],[18,54],[2,2],[9,16],[40,53],[83,106],[127,158],[52,72],[7,13],[22,43],[43,107],[7,19],[45,127],[35,113],[16,28],[13,20],[13,21],[49,72],[101,154],[43,67],[79,115],[29,45],[20,17],[4,6],[11,13],[23,19],[70,30],[116,41],[48,18],[163,82],[133,70],[70,39],[12,7],[26,-8]],[[415966,934419],[62,-97],[179,6],[147,7],[25,14],[25,17],[40,42],[14,10],[53,31],[170,92],[33,-71],[-21,-27],[-13,-16],[-25,-27],[-44,-53],[-65,-77],[-65,-78],[-38,-49],[-43,-61],[-73,-115],[-144,-221],[-80,-125],[-13,-20],[-42,-66],[-274,-441],[-26,-32],[-21,-21],[-13,-13],[-66,-67],[-75,-75],[-85,-83],[-17,-16],[-84,-77],[-44,-41],[-58,-67],[-40,-52],[-99,-159],[-40,-68],[-27,-49],[-22,-53],[-18,-47],[-34,-101],[-89,-296],[-57,-202],[-5,-18],[-5,-20],[-2,-9],[23,-6],[-7,-31],[-9,-53],[-5,-51],[-5,-61],[-32,-535],[-2,-22],[-41,-643],[-29,-19],[-9,-135],[-7,-117],[-9,-148],[-1,-18],[-1,-19],[-11,-194],[-7,-99],[-221,-6],[-18,0],[-229,8],[-30,-1],[-32,-4],[-53,-16],[-34,-10],[-106,-31],[-17,-3],[-15,-23],[1,-12],[2,-39],[-6,-27],[-15,-23],[-22,-26],[-15,-13],[-20,-20],[-26,-32],[-12,-26],[-5,-20],[0,-2],[-26,-3],[-24,-3],[-28,-5],[-12,-7],[-11,-10],[-29,-31],[-44,-40],[-47,-38],[-65,-48],[-102,-67],[-1,0],[1,0],[-25,15],[-121,-76],[0,0],[3,2],[-42,55],[0,0],[0,1],[-34,44],[-49,60],[-33,36],[-28,23],[-6,2],[-43,18],[-65,19],[-66,9],[-69,6],[-93,11],[-1,-2],[-1,1],[-28,-7],[-1,0],[-24,0],[-21,5],[-19,10],[-23,20],[-20,20],[-16,10],[-22,4],[-52,2],[-18,3],[-17,5],[-5,2],[-12,7],[-4,4],[-12,14],[-11,29],[7,27],[14,79],[17,53],[15,44],[3,25],[1,19],[-2,30],[-9,28],[-2,6],[-17,33],[-7,35],[-9,43],[-13,31],[-24,37],[-15,21],[-27,22],[-18,17],[-9,9],[-53,57],[-32,30],[-131,60],[-86,40],[-3,2],[-119,56],[-16,6],[25,99],[43,184],[39,198],[2,50],[2,144],[0,57],[-9,61],[-3,51],[-1,27],[0,26],[3,58],[17,129],[13,81],[7,57],[7,42],[11,27],[39,79],[45,77],[15,25],[26,45],[21,42],[1,24],[-7,165],[-16,-5],[-13,-8],[-31,-26],[-15,-4],[-15,2],[-42,7],[-36,3],[-28,10],[-55,23],[-10,10],[2,46],[3,67],[-8,40],[1,20],[4,20],[2,45],[2,27],[7,28],[1,3],[-4,19],[-1,16],[5,20],[1,11],[-12,21],[-7,7],[-49,19],[-23,20],[-12,17],[-4,15],[-7,8],[-5,9],[3,44],[-1,15],[-5,21],[3,70],[5,28],[13,24],[11,17],[23,19],[38,29],[37,23],[27,9],[7,5],[3,12],[4,13],[10,16],[9,22],[13,35],[11,38],[0,14],[-2,8],[-10,13],[-1,23],[6,26],[10,18],[11,8],[6,-1],[9,-4],[5,3],[9,14],[12,31],[15,39],[13,46],[8,23],[26,39],[4,20],[3,12],[9,10],[8,6],[10,5],[47,3],[22,5],[17,0],[13,-1],[18,1],[13,3],[9,8],[3,7],[-2,11],[-13,22],[0,13],[4,17],[17,39],[29,46],[16,21],[11,6],[50,13],[21,-24],[38,-29],[12,-9],[96,-62],[9,-5],[7,-3],[24,-20],[30,-8],[32,0],[56,8],[25,9],[43,10],[33,5],[49,-2],[51,0],[27,3],[15,2],[10,11],[41,3],[34,2],[264,16],[76,5],[197,14],[414,30],[224,15],[167,12],[10,7],[-5,58],[0,7],[1,56],[2,27],[2,23],[5,23],[1,20],[11,45],[4,21],[-6,40],[0,30],[10,26],[19,23],[44,44],[47,51],[71,80],[53,66],[43,57],[41,66],[6,14],[30,59],[67,140],[35,69],[46,66],[24,30],[47,45],[58,47],[56,53],[24,22],[42,38],[41,41],[86,108],[10,23],[25,39],[11,16],[34,-4],[63,-88],[15,-14],[23,-20],[30,-18],[29,-14],[23,-6],[56,-7],[34,-7],[27,-11],[19,-14],[15,-16],[13,-20],[12,-25],[2,-8],[5,-18],[4,-30],[95,-21],[43,-9]],[[433722,940259],[56,-18],[15,1],[131,14],[154,18],[15,2],[19,-157],[13,-70],[17,-70],[24,-93],[21,-63],[11,-26],[39,-96],[8,-21],[10,-34],[11,-45],[5,-22],[2,-10],[6,-45],[5,-54],[10,-101],[5,-76],[8,-100],[18,-50],[41,-119],[11,-38],[0,-9],[0,-11],[-1,-10],[-18,-200],[-2,-26],[-12,-270],[0,-47],[1,-42],[6,-4],[53,-47],[61,-70],[35,-48],[33,-56],[17,-40],[10,-28],[11,-32],[-30,5],[-77,-23],[-108,-33],[-91,-65],[-53,-35],[-40,-15],[-46,-1],[-50,-13],[-4,-1],[-31,-5],[-16,5],[-32,9],[-4,2],[-17,9],[-73,38],[-59,-4],[-108,-5],[-37,-1],[-137,-7],[-121,-7],[-119,-5],[-104,14],[-74,11],[-7,1],[4,5],[31,19],[107,67],[114,71],[84,53],[23,13],[6,-67],[82,23],[55,7],[19,-3],[22,-20],[232,-1],[152,-5],[36,-5],[-4,19],[-18,91],[-4,19],[-23,114],[-17,1],[-192,-46],[-115,-35],[-65,-17],[-96,-1],[-8,-15],[-400,107],[-12,-8],[-17,-29],[-5,-15],[-1,-3],[-4,-29],[0,-33],[7,-29],[11,-19],[17,-26],[13,-26],[2,-27],[-2,-25],[-8,-13],[-12,-11],[-23,-10],[-22,-5],[3,-15],[13,-48],[1,-22],[-67,7],[-71,4],[-2,0],[0,0],[-7,1],[-75,-1],[-12,-1],[-70,-14],[-46,-12],[-35,-9],[-36,-14],[-33,-12],[-29,-10],[-17,-6],[-61,-13],[-93,-18],[-99,-22],[-47,-13],[-53,-25],[-76,-51],[-73,-52],[-55,-37],[-58,-41],[-34,-25],[-33,-23],[-25,-13],[-8,-3],[-17,-6],[-33,-6],[-112,-22],[-89,-18],[-101,-23],[-41,-11],[-84,-17],[-141,-28],[-124,-24],[-142,-24],[-59,-10],[-125,-12],[-18,-3],[-27,-2],[1,-1],[-37,-4],[-2,17],[1,29],[-12,3],[-1,6],[-3,15],[-11,20],[-38,25],[-81,46],[-9,-35],[-17,5],[-27,8],[-33,10],[-34,8],[-40,10],[-97,33],[-26,6],[-10,-2],[-22,-31],[-24,-26],[-17,-14],[33,-54],[-13,-13],[-16,-11],[-20,-6],[-23,0],[-29,2],[-32,0],[7,-81],[2,-13],[-59,-5],[-3,24],[0,0],[0,8],[-3,12],[-4,18],[-12,-5],[-95,282],[-177,520],[-8,23],[-97,289],[-132,392],[-9,23],[-87,262],[44,9],[145,25],[18,2],[17,2],[108,12],[53,4],[241,20],[30,1],[18,1],[447,28],[112,5],[13,-1],[10,-1],[16,-1],[18,-2],[246,43],[7,-42],[12,-16],[2,-13],[-4,-31],[237,101],[30,15],[37,29],[107,90],[154,142],[98,101],[56,57],[0,7],[-1,5],[4,32],[4,34],[45,51],[30,33],[16,9],[56,9],[24,12],[25,17],[23,29],[27,26],[36,26],[27,31],[21,31],[35,41],[33,27],[96,36],[76,15],[2,-26],[15,9],[167,106],[35,23],[65,37],[91,44],[155,60],[45,17],[31,10],[157,43],[91,26],[94,23],[-1,2],[18,1],[7,-118],[2,-3],[117,-44],[307,-109]],[[438792,944636],[-3,-53],[17,2],[-1,-65],[-1,-33],[0,-5],[19,-7],[8,-10],[5,-7],[0,-2],[0,-103],[1,-18],[6,-21],[2,-18],[1,-30],[-4,-30],[-5,-19],[-2,-25],[3,-32],[2,-42],[3,-36],[7,-26],[6,-8],[27,2],[14,9],[11,11],[7,18],[4,28],[5,60],[8,15],[17,9],[38,9],[126,6],[14,2],[11,8],[16,29],[13,7],[16,7],[27,2],[17,5],[50,7],[32,2],[31,-5],[50,-15],[37,-9],[58,-61],[13,-11],[7,-20],[-2,-23],[-5,-19],[10,-68],[15,3],[74,19],[171,42],[19,-7],[18,-6],[1,-11],[-1,-23],[151,-560],[-19,-19],[-25,-7],[-28,-1],[-22,-3],[-6,-4],[-7,-11],[12,-6],[12,-13],[2,-7],[28,-108],[32,-110],[20,-92],[344,5],[47,0],[247,-17],[167,-11],[-7,-44],[-19,-147],[-2,-21],[3,-23],[17,-6],[4,-23],[13,-53],[96,-326],[12,-46],[33,-129],[16,-35],[13,-32],[13,-45],[5,-20],[5,-19],[1,-8],[5,-57],[3,-60],[0,-31],[-1,-23],[-5,-28],[-8,-31],[-10,-34],[-10,-29],[-16,-26],[-24,-34],[-11,-18],[-6,-14],[-20,-4],[-217,-77],[-111,-49],[-109,-48],[-162,-74],[-60,-35],[-20,-15],[-1,-25],[-6,-105],[-6,-67],[-11,-50],[-8,-48],[-2,-11],[2,-8],[29,-168],[7,-59],[2,-36],[-1,-15],[-12,-35],[-15,-33],[-6,-19],[-2,-9],[-2,-16],[-2,-28],[1,-9],[1,-34],[8,-77],[5,-40],[9,-61],[7,-50],[0,-20],[-2,-22],[-4,-22],[-10,-32],[-18,-53],[-1,-3],[-20,-45],[-35,-53],[-97,-44],[-41,-23],[-108,-79],[-2,5],[-18,40],[-152,-82],[-40,-20],[-65,-34],[-79,-40],[-78,-41],[83,-194],[-17,-25],[-21,48],[-95,-54],[-25,-14],[-51,-31],[43,-88],[4,-6],[-12,-8],[-74,-51],[-40,7],[-137,-64],[-122,-57],[-33,-18],[-63,-33],[-35,-16],[-58,-31],[-63,180],[-188,-84],[62,-167],[-49,-17],[-19,-8],[-34,-13],[-55,-21],[-60,-25],[-74,-30],[-65,-21],[-64,-29],[-66,-23],[-41,-7],[-245,-20],[199,19],[0,0],[56,79],[7,18],[4,20],[-4,18],[-18,29],[-38,37],[-28,28],[-32,28],[-26,20],[-28,17],[-28,17],[-40,23],[-36,29],[-26,24],[-25,27],[-15,22],[-11,17],[-7,27],[-17,58],[-9,11],[-11,14],[-47,47],[-21,23],[-7,15],[-4,15],[-4,97],[-9,260],[-3,24],[-2,30],[-10,114],[-11,148],[-2,36],[0,18],[18,12],[30,27],[41,40],[25,13],[54,24],[142,50],[33,19],[51,22],[7,3],[19,10],[56,35],[30,35],[14,24],[2,8],[39,52],[15,29],[5,14],[9,22],[13,43],[-3,31],[20,27],[7,-1],[26,1],[182,20],[31,3],[37,5],[114,11],[69,6],[141,16],[17,2],[0,3],[-17,66],[-3,17],[-3,19],[-296,6],[-46,4],[-33,9],[-2,-9],[-55,10],[-66,20],[-60,11],[-17,3],[25,37],[-35,12],[-20,9],[-28,14],[-35,14],[-67,17],[-39,20],[-3,10],[-2,3],[-7,9],[-4,5],[-26,-4],[-25,6],[-2,1],[26,57],[-4,3],[-109,-7],[-10,0],[-3,3],[-161,553],[-10,8],[-2,11],[1,8],[-11,42],[-27,87],[-40,160],[-21,89],[-14,-3],[-30,-3],[-17,62],[-50,160],[-19,72],[-5,18],[2,46],[1,30],[7,21],[1,9],[1,15],[-32,109],[-89,268],[-25,83],[-59,192],[-6,18],[20,4],[431,142],[254,82],[325,107],[251,81],[11,2],[6,-7],[3,17],[-7,219],[1,2],[3,3],[85,41],[0,3],[0,5],[-1,14],[-93,241],[-60,150],[-5,17],[-1,23],[6,15],[14,8],[71,23],[163,57],[71,19],[12,-3],[10,-9],[6,-3],[2,-3]],[[438917,939876],[-17,-11],[-38,-27],[-8,-2],[-7,2],[-5,5],[-16,16],[-10,7],[-12,1],[-142,-45],[-4,-1],[-49,-113],[23,-123],[117,-1],[113,1],[66,84],[-6,9],[-21,46],[-43,93],[51,39],[14,10],[-6,10]],[[439271,939478],[3,-7],[8,4],[-3,8],[-8,-5]],[[451901,942485],[-6,-12],[17,-396],[-16,-11],[-13,-14],[-7,-17],[-7,-7],[-11,-5],[-186,-32],[-27,-11],[-201,-37],[-7,-10],[11,-133],[-3,-16],[-8,-10],[-12,-4],[-31,-1],[-164,12],[-18,5],[-25,4],[-318,56],[-40,6],[-55,-3],[-64,-9],[-102,-15],[-101,-15],[-614,-101],[-24,-7],[-39,-18],[-114,-59],[-66,-30],[-45,-18],[-22,-9],[-14,-6],[-39,-10],[-49,-8],[-149,-16],[-222,-10],[-9,27],[0,0],[-74,233],[-5,16],[-1,0],[-4,12],[-36,98],[-23,57],[-73,164],[-6,14],[-39,72],[-34,52],[-36,55],[-43,57],[-14,35],[-55,131],[197,106],[3,-12],[1,-2],[0,-1],[30,-82],[21,-69],[44,17],[54,29],[38,22],[-33,82],[-21,60],[-133,-14],[-3,8],[-6,8],[-12,9],[-5,-3],[-94,-49],[-8,17],[-21,55],[-19,52],[-140,-56],[34,-87],[85,34],[8,-22],[-94,-41],[-69,-33],[0,0],[-51,-24],[-92,-50],[-88,-51],[-206,-125],[-239,-139],[-20,-13],[-20,-21],[-17,-15],[-17,-12],[-14,-8],[-19,-7],[-24,-4],[-22,-3],[-40,-6],[-44,-9],[-49,-12],[-58,-16],[-76,-25],[-105,-41],[-41,-20],[-29,-14],[-77,-47],[-61,-43],[-40,-36],[-50,-47],[-58,-18],[-40,-10],[-45,-7],[-10,-1],[-23,-3],[-100,-10],[-84,-2],[-68,2],[-127,15],[-18,1],[-6,-1],[-80,-26],[-30,-5],[-22,0],[-213,12],[-14,5],[-8,-5],[-6,-3],[-5,-2],[-54,-5],[-16,-2],[-6,46],[-59,-6],[-70,-14],[6,-45],[-24,-4],[-78,-14],[-10,-2],[-38,-5],[-43,-8],[-49,-10],[-31,-5],[-12,-2],[-14,-1],[-10,0],[-11,0],[-11,2],[-12,3],[-29,10],[-20,5],[-13,2],[-7,-1],[-2,-1],[-4,0],[-12,-2],[-11,-3],[-31,-7],[-43,-14],[-70,-21],[-33,-9],[-9,-2],[-18,-3],[-27,-2],[-8,0],[-11,0],[-11,-2],[-11,-2],[-13,-1],[-19,-5],[-24,-6],[-48,-20],[-18,-10],[-13,6],[-59,-31],[-82,-40],[-152,-15],[-110,-16],[-7,-2],[-166,-67],[-105,-47],[-117,-58],[-34,-22],[-22,-18],[-10,-12],[-23,-37],[-32,-63],[-70,-28],[-123,-50],[-100,-43],[-76,-34],[-27,-13],[-8,-3],[-24,-1],[-49,7],[-28,7],[-106,20],[-41,-1],[-30,-9],[-34,-19],[-50,-30],[-60,-22],[-19,-15],[-16,-26],[-15,-29],[-1,-4],[-13,-22],[-17,-15],[-18,-9],[-22,-5],[-33,4],[-50,6],[-2,-1],[-16,1],[-23,-2],[-52,-11],[-32,-6],[-89,-18],[-16,0],[-26,1],[-74,7],[-133,4],[-82,-4],[-75,-6],[-26,-4],[-9,0],[-5,-1],[-35,-5],[-121,-23],[-48,-11],[-40,-10],[-43,-13],[-44,-13],[-130,-42],[-49,-15],[-63,-20],[-21,-5],[-30,-4],[-39,-3],[-30,-1],[-92,15],[-17,4],[-18,2],[-36,5],[-19,3],[-12,0],[-25,0],[-32,-4],[-20,-6],[-91,-25],[-95,-28],[-160,-51],[-108,-34],[-113,-37],[-124,-46],[-4,-2],[-418,-134],[-223,-62],[-15,-7],[35,53],[20,45],[1,3],[18,53],[10,32],[4,22],[2,22],[0,20],[-7,50],[-9,61],[-5,40],[-8,77],[-1,34],[-1,9],[2,28],[2,16],[2,9],[6,19],[15,33],[12,35],[1,15],[-2,36],[-7,59],[-29,168],[-2,8],[2,11],[8,48],[11,50],[6,67],[6,105],[1,25],[20,15],[60,35],[162,74],[109,48],[111,49],[217,77],[20,4],[6,14],[11,18],[24,34],[16,26],[10,29],[10,34],[8,31],[5,28],[1,23],[0,31],[-3,60],[-5,57],[-1,8],[-5,19],[-5,20],[-13,45],[-13,32],[-16,35],[-33,129],[-12,46],[-96,326],[-13,53],[-4,23],[-17,6],[-3,23],[2,21],[19,147],[7,44],[-167,11],[-247,17],[-47,0],[-344,-5],[-20,92],[-32,110],[-28,108],[-2,7],[-12,13],[-12,6],[7,11],[6,4],[22,3],[28,1],[25,7],[19,19],[-151,560],[1,23],[-1,11],[-18,6],[-19,7],[-171,-42],[-74,-19],[-15,-3],[-10,68],[5,19],[2,23],[-7,20],[-13,11],[-58,61],[-37,9],[-50,15],[-31,5],[-32,-2],[-50,-7],[-17,-5],[-27,-2],[-16,-7],[-13,-7],[-16,-29],[-11,-8],[-14,-2],[-126,-6],[-38,-9],[-17,-9],[-8,-15],[-5,-60],[-4,-28],[-7,-18],[-11,-11],[-14,-9],[-27,-2],[-6,8],[-7,26],[-3,36],[-2,42],[-3,32],[2,25],[5,19],[4,30],[-1,30],[-2,18],[-6,21],[-1,18],[0,103],[0,2],[-5,7],[-8,10],[-19,7],[0,5],[1,33],[1,65],[-17,-2],[3,53],[-2,3],[-6,3],[-10,9],[-12,3],[-71,-19],[-163,-57],[-71,-23],[-14,-8],[-6,-15],[1,-23],[5,-17],[60,-150],[93,-241],[1,-14],[0,-5],[0,-3],[-85,-41],[-3,-3],[-1,-2],[7,-219],[-3,-17],[-6,7],[-11,-2],[-251,-81],[-325,-107],[-254,-82],[-431,-142],[-20,-4],[6,-18],[59,-192],[25,-83],[89,-268],[32,-109],[-1,-15],[-1,-9],[-7,-21],[-1,-30],[-2,-46],[5,-18],[19,-72],[50,-160],[17,-62],[30,3],[14,3],[21,-89],[40,-160],[27,-87],[11,-42],[-1,-8],[2,-11],[10,-8],[161,-553],[3,-3],[10,0],[109,7],[4,-3],[-26,-57],[2,-1],[25,-6],[26,4],[4,-5],[7,-9],[2,-3],[3,-10],[39,-20],[67,-17],[35,-14],[28,-14],[20,-9],[35,-12],[-25,-37],[17,-3],[60,-11],[66,-20],[55,-10],[2,9],[33,-9],[46,-4],[296,-6],[3,-19],[3,-17],[17,-66],[0,-3],[-17,-2],[-141,-16],[-69,-6],[-114,-11],[-37,-5],[-31,-3],[-182,-20],[-26,-1],[-7,1],[-20,-27],[3,-31],[-13,-43],[-9,-22],[-5,-14],[-15,-29],[-39,-52],[-2,-8],[-14,-24],[-30,-35],[-56,-35],[-19,-10],[-7,-3],[-51,-22],[-33,-19],[-142,-50],[-54,-24],[-25,-13],[-41,-40],[-30,-27],[-18,-12],[0,-18],[2,-36],[11,-148],[10,-114],[2,-30],[3,-24],[9,-260],[4,-97],[4,-15],[7,-15],[21,-23],[47,-47],[11,-14],[9,-11],[17,-58],[7,-27],[11,-17],[15,-22],[25,-27],[26,-24],[36,-29],[40,-23],[28,-17],[28,-17],[26,-20],[32,-28],[28,-28],[38,-37],[18,-29],[4,-18],[-4,-20],[-7,-18],[-56,-79],[-200,-19],[-60,-5],[-3,-1],[-191,-27],[-51,-1],[-80,-2],[-62,1],[-89,-2],[-24,-3],[-8,-1],[-10,-2],[-102,-17],[-72,-10],[-10,-1],[-8,-1],[-16,1],[-26,-1],[-11,0],[-24,-4],[-28,-7],[-10,-1],[-28,-5],[-63,-18],[-31,-11],[-28,-8],[-36,-19],[-29,-23],[-14,-7],[-17,-5],[-21,-4],[-30,-7],[-18,-1],[-29,-1],[-39,-3],[-21,-1],[-39,-4],[-56,-8],[-48,-12],[-60,-5],[-111,-41],[-100,-39],[-94,-34],[-66,-23],[-9,-4],[-18,-6],[-96,-45],[-69,-34],[-64,-31],[3,-5],[-63,-35],[-15,-8],[-24,-12],[-29,1],[-51,7],[-37,5],[-111,15],[-53,-32],[-138,-83],[-122,-74],[-20,-11],[-171,-62],[-33,-16],[-33,-23],[-51,-37],[-53,-33],[-94,-21],[-8,2],[-11,32],[-10,28],[-17,40],[-33,56],[-35,48],[-61,70],[-53,47],[-6,4],[-1,42],[0,47],[12,270],[2,26],[18,200],[1,10],[0,11],[0,9],[-11,38],[-41,119],[-18,50],[-8,100],[-5,76],[-10,101],[-5,54],[-6,45],[-2,10],[-5,22],[-11,45],[-10,34],[-8,21],[-39,96],[-11,26],[-21,63],[-24,93],[-17,70],[-13,70],[-19,157],[-15,-2],[-154,-18],[-131,-14],[-15,-1],[-56,18],[-307,109],[-117,44],[-2,3],[-7,118],[-18,-1],[1,-2],[-94,-23],[-91,-26],[-157,-43],[-31,-10],[-45,-17],[-155,-60],[-91,-44],[-65,-37],[-35,-23],[-167,-106],[-15,-9],[-2,26],[-76,-15],[-96,-36],[-33,-27],[-35,-41],[-21,-31],[-27,-31],[-36,-26],[-27,-26],[-23,-29],[-25,-17],[-24,-12],[-56,-9],[-16,-9],[-30,-33],[-45,-51],[-4,-34],[-4,-32],[1,-5],[0,-7],[-56,-57],[-98,-101],[-154,-142],[-107,-90],[-37,-29],[-30,-15],[-237,-101],[4,31],[-2,13],[-12,16],[-7,42],[-246,-43],[-18,2],[-16,1],[-10,1],[-13,1],[-112,-5],[-447,-28],[-18,-1],[-30,-1],[-241,-20],[-53,-4],[-108,-12],[-17,-2],[-18,-2],[-145,-25],[-44,-9],[87,-262],[9,-23],[132,-392],[97,-289],[8,-23],[177,-520],[95,-282],[12,5],[4,-18],[3,-12],[0,-8],[-43,-34],[-44,-14],[-47,-22],[-31,-20],[-14,-9],[-50,-32],[-35,-22],[-9,-14],[0,-12],[8,-37],[13,-34],[1,-16],[-7,-8],[-67,-31],[-12,-7],[-30,-11],[-91,-41],[-33,-13],[-47,-18],[-24,-8],[-50,-17],[-31,-10],[-72,-23],[-44,-3],[-37,1],[-41,1],[-69,1],[-47,-9],[-18,5],[-10,15],[-17,14],[-32,6],[-28,-2],[2,-15],[-13,4],[-10,0],[-1,5],[-197,-36],[-220,-43],[-25,-4],[-33,-7],[-33,165],[-18,102],[-3,0],[0,0],[-6,-1],[-57,-4],[-26,-7],[-39,-6],[-129,-12],[0,-1],[-159,-29],[-7,232],[-3,54],[-3,23],[-4,1],[-12,0],[-31,-6],[-19,-2],[-68,-10],[-66,-9],[-42,-9],[-31,-10],[-32,-13],[-25,-13],[-25,-19],[-35,-35],[-8,-7],[-20,-17],[-2,15],[-1,6],[-18,140],[-24,-3],[-91,-11],[-1,0],[-2,22],[-1,66],[7,124],[10,88],[1,11],[-21,-9],[-1,-1],[2,20],[3,26],[9,97],[0,8],[8,83],[0,3],[9,96],[5,50],[-133,8],[-4,-43],[-9,-97],[0,-4],[-8,-82],[-1,-12],[-8,-90],[-3,-22],[-1,-12],[-2,-17],[-9,2],[-15,-14],[-1,-19],[4,-18],[4,-24],[-3,-12],[-7,-24],[-4,-28],[-7,-64],[-3,-44],[-1,-71],[5,-70],[5,-61],[4,-22],[18,-110],[9,-37],[-114,-26],[-181,-45],[-215,-53],[11,-52],[5,-20],[-98,-22],[0,-5],[-3,-1],[-87,-22],[64,-301],[-1,0],[3,-10],[-111,-27],[-175,-43],[-54,-15],[-68,-19],[-46,-12],[-22,-7],[-42,-11],[-23,-8],[-18,-8],[-19,-8],[-15,-8],[-19,-11],[-51,-23],[-66,-60],[-30,-17],[-22,-10],[-30,-11],[-33,-10],[-51,-14],[-94,-26],[-25,-7],[-20,-7],[-17,-7],[-20,-10],[-30,-15],[-26,-13],[-29,-14],[-22,-9],[-136,-47],[-151,-54],[-26,-10],[-7,-1],[-36,-10],[-35,-8],[-31,-6],[-44,-5],[-10,-1],[-28,-2],[-29,-1],[-29,0],[-29,2],[-29,3],[-29,2],[-28,4],[-97,15],[-18,2],[-58,7],[-14,1],[-13,1],[-7,0],[-22,1],[-29,-1],[-29,-2],[-29,-2],[-86,-10],[-22,-4],[-20,-5],[-17,-5],[-28,-8],[-27,-9],[-82,-32],[-27,-11],[-75,-35],[-107,-50],[-129,-59],[1,-14],[0,0],[-22,-10],[-123,-57],[4,-24],[1,-2],[-15,-8],[13,3],[30,-97],[5,-17],[39,-138],[41,-142],[1,-6],[4,-14],[3,-10],[1,-4],[-2,-1],[-9,-3],[-24,-16],[-45,-32],[-17,-13],[-12,-12],[-13,-18],[-17,-28],[-14,-26],[-3,-9],[-6,-20],[-4,-13],[-1,0],[-24,-81],[-3,-10],[-131,-17],[-41,-8],[-5,-1],[-57,-9],[-54,-6],[-66,-9],[-106,-14],[-143,-20],[-128,-18],[-5,9],[-41,103],[-36,91],[-23,61],[-2,7],[1,5],[3,4],[-12,-11],[-36,-31],[7,3],[3,0],[3,-2],[3,-4],[61,-148],[38,-92],[34,-85],[8,-18],[-65,-35],[-277,-183],[-147,-99],[0,-1],[-8,-6],[19,-50],[9,-20],[5,-12],[-95,-37],[-35,-13],[-105,-39],[-107,-39],[-1,-1],[-32,-11],[-19,41],[-21,-33],[-11,-12],[-36,-44],[-29,-22],[-117,-56],[-35,-25],[-14,-22],[-14,-25],[-6,-17],[-7,-25],[-9,-48],[-8,-51],[-6,-67],[1,-15],[-21,-3],[-14,-18],[-10,-28],[-41,-264],[-107,-219],[-1,-5],[-27,-103],[-37,3],[-21,-6],[-46,-14],[-127,-39],[-61,-19],[-54,-16],[-35,-11],[-35,-15],[-26,-13],[-31,-17],[-15,-11],[-14,-13],[-13,-12],[-80,-81],[-32,-33],[-32,-32],[-36,-32],[-29,-22],[-23,-15],[-10,-6],[-50,-28],[-26,-11],[-31,-11],[-117,-36],[-78,-21],[-31,-9],[-31,-9],[-47,-18],[-23,-10],[-20,-11],[-17,-13],[-15,-17],[-11,-15],[-22,-35],[-15,-17],[-16,-14],[-13,-9],[-9,-1],[-109,2],[-31,1],[-312,5],[-183,2],[6,99],[33,369],[16,50],[117,338],[6,18],[208,607],[14,43],[126,369],[9,23],[-11,32],[0,5],[-2,5],[-6,0],[-9,-1],[-7,0],[-26,8],[-12,-7],[-70,-39],[-133,-70],[-163,-82],[-48,-18],[-116,-41],[-70,-30],[-23,-19],[-11,-13],[-4,-6],[-20,-17],[-29,-45],[-79,-115],[-43,-67],[-101,-154],[-49,-72],[-13,-21],[-13,-20],[-16,-28],[-35,-113],[-45,-127],[-7,-19],[-43,-107],[-22,-43],[-7,-13],[-52,-72],[-127,-158],[-83,-106],[-40,-53],[-9,-16],[-2,-2],[-18,-54],[-11,-49],[-1,-32],[34,-214],[38,-270],[7,-66],[3,-38],[-5,-21],[-67,-114],[-54,-84],[-21,-28],[-39,-18],[-54,-23],[-33,-8],[-37,-8],[-75,-6],[-73,3],[-74,0],[-7,0],[-41,0],[-16,-2],[-10,-5],[-12,-6],[-81,-30],[-49,-23],[-35,-41],[-55,-72],[-11,-7],[-5,-3],[-96,-17],[-88,-14],[-39,-12],[-25,-15],[-3,-2],[-27,-22],[-35,-33],[-14,-13],[-5,-5],[-66,-68],[-32,-31],[-15,-21],[-28,-65],[-31,-77],[-15,-26],[-38,-40],[-109,-105],[-20,-30],[-9,-28],[-14,-58],[-11,-37],[-23,-38],[-59,-88],[-42,-57],[-31,-30],[-32,-22],[-47,-25],[-45,-18],[-34,-13],[-161,-35],[-34,-11],[-21,-9],[-16,-17],[-72,-78],[-30,-34],[-18,-25],[-15,-31],[-4,-31],[-2,-42],[2,-21],[0,0],[-15,-28],[-22,-22],[-30,-16],[-26,-8],[-22,-3],[-31,-2],[-44,0],[-46,2],[-69,2],[-53,0],[-34,0],[0,0],[-21,0],[-70,-2],[-49,-5],[-56,-13],[-72,-15],[-25,-8],[-20,-11],[-17,-13],[0,0],[-15,-10],[-19,-12],[-30,-7],[-5,-1],[-62,-2],[-62,-3],[-81,-8],[-84,-12],[-29,-5],[0,0],[0,0],[-25,-4],[-37,-13],[-24,-5],[-166,-20],[-27,-4],[-106,-13],[-36,-7],[-21,-10],[-16,-13],[-18,-13],[-22,-9],[-43,-6],[-58,-3],[-27,-9],[9,148],[7,117],[9,135],[29,19],[41,643],[2,22],[32,535],[5,61],[5,51],[9,53],[7,31],[-23,6],[2,9],[5,20],[5,18],[57,202],[89,296],[34,101],[18,47],[22,53],[27,49],[40,68],[99,159],[40,52],[58,67],[44,41],[84,77],[17,16],[85,83],[75,75],[66,67],[13,13],[21,21],[26,32],[274,441],[42,66],[13,20],[80,125],[144,221],[73,115],[43,61],[38,49],[65,78],[65,77],[44,53],[25,27],[13,16],[21,27],[-33,71],[-170,-92],[-53,-31],[-14,-10],[-40,-42],[-25,-17],[-25,-14],[-147,-7],[-179,-6],[-62,97],[-43,9],[-95,21],[-4,30],[-5,18],[-2,8],[-12,25],[-13,20],[-15,16],[-19,14],[-27,11],[-34,7],[-56,7],[-23,6],[-29,14],[-30,18],[-23,20],[-15,14],[-63,88],[-34,4],[-11,-16],[-25,-39],[-10,-23],[-86,-108],[-41,-41],[-42,-38],[-24,-22],[-56,-53],[-58,-47],[-47,-45],[-24,-30],[-46,-66],[-35,-69],[-67,-140],[-30,-59],[-6,-14],[-41,-66],[-43,-57],[-53,-66],[-71,-80],[-47,-51],[-44,-44],[-19,-23],[-10,-26],[0,-30],[6,-40],[-4,-21],[-11,-45],[-1,-20],[-5,-23],[-2,-23],[-2,-27],[-1,-56],[0,-7],[5,-58],[-10,-7],[-167,-12],[-224,-15],[-414,-30],[-197,-14],[-76,-5],[-264,-16],[-34,-2],[-41,-3],[-10,-11],[-15,-2],[-27,-3],[-51,0],[-49,2],[-33,-5],[-43,-10],[-25,-9],[-56,-8],[-32,0],[-30,8],[-24,20],[-7,3],[-9,5],[-96,62],[-12,9],[-38,29],[-21,24],[-50,-13],[-11,-6],[-16,-21],[-29,-46],[-17,-39],[-4,-17],[0,-13],[13,-22],[2,-11],[-3,-7],[-9,-8],[-13,-3],[-18,-1],[-13,1],[-17,0],[-22,-5],[-47,-3],[-10,-5],[-8,-6],[-9,-10],[-3,-12],[-4,-20],[-26,-39],[-8,-23],[-13,-46],[-15,-39],[-12,-31],[-9,-14],[-5,-3],[-9,4],[-6,1],[-11,-8],[-10,-18],[-6,-26],[1,-23],[10,-13],[2,-8],[0,-14],[-11,-38],[-13,-35],[-9,-22],[-10,-16],[-4,-13],[-3,-12],[-7,-5],[-27,-9],[-37,-23],[-38,-29],[-23,-19],[-11,-17],[-13,-24],[-5,-28],[-3,-70],[5,-21],[1,-15],[-3,-44],[5,-9],[7,-8],[4,-15],[12,-17],[23,-20],[49,-19],[7,-7],[12,-21],[-1,-11],[-5,-20],[1,-16],[4,-19],[-1,-3],[-7,-28],[-2,-27],[-2,-45],[-4,-20],[-1,-20],[8,-40],[-3,-67],[-2,-46],[10,-10],[55,-23],[28,-10],[36,-3],[42,-7],[15,-2],[15,4],[31,26],[13,8],[16,5],[7,-165],[-1,-24],[-21,-42],[-26,-45],[-15,-25],[-45,-77],[-39,-79],[-11,-27],[-7,-42],[-7,-57],[-13,-81],[-17,-129],[-3,-58],[0,-26],[1,-27],[3,-51],[9,-61],[0,-57],[-2,-144],[-2,-50],[-39,-198],[-43,-184],[-25,-99],[16,-6],[119,-56],[3,-2],[86,-40],[131,-60],[32,-30],[53,-57],[9,-9],[18,-17],[27,-22],[15,-21],[24,-37],[13,-31],[9,-43],[7,-35],[17,-33],[2,-6],[9,-28],[2,-30],[-1,-19],[-3,-25],[-15,-44],[-17,-53],[-14,-79],[-7,-27],[11,-29],[12,-14],[4,-4],[12,-7],[5,-2],[17,-5],[18,-3],[52,-2],[22,-4],[16,-10],[20,-20],[23,-20],[19,-10],[21,-5],[24,0],[1,0],[28,7],[1,-1],[1,2],[93,-11],[69,-6],[66,-9],[65,-19],[43,-18],[6,-2],[28,-23],[33,-36],[49,-60],[34,-44],[0,-1],[0,0],[42,-55],[-3,-2],[-146,-92],[47,-86],[1,-28],[8,-36],[24,-62],[-87,-27],[-60,-21],[-157,-54],[-227,-74],[-131,-44],[-39,-18],[-19,-16],[-14,-20],[-17,-45],[-13,-23],[-15,-9],[-17,-2],[-15,4],[-23,13],[-20,3],[-36,-14],[13,-31],[34,-27],[89,-64],[74,-63],[24,-24],[19,-26],[32,-45],[10,-17],[21,-34],[21,-36],[13,-22],[36,-53],[34,-42],[12,-4],[38,11],[59,14],[69,13],[50,2],[59,4],[38,-1],[-2,-22],[14,-4],[18,-13],[6,-7],[29,-31],[14,5],[65,-111],[-1,-25],[19,2],[4,-41],[10,-81],[1,-1],[0,-1],[0,0],[6,-24],[16,-50],[34,-94],[6,-30],[7,-73],[6,-28],[11,-36],[32,-80],[2,-5],[6,-6],[12,-14],[14,-23],[3,-9],[0,-1],[0,-2],[0,-2],[0,-2],[0,-1],[0,-2],[0,-2],[1,-2],[0,-1],[0,-2],[1,-2],[0,0],[-63,-85],[-70,-93],[-105,-147],[-9,-11],[-27,-11],[-60,-16],[-50,-11],[-88,-41],[-31,-22],[-114,-99],[-96,-86],[-3,-3],[20,-19],[10,-3],[0,-113],[1,-45],[38,-43],[16,-22],[11,-14],[3,-1],[9,-6],[14,-17],[-1,-17],[-5,-61],[15,-71],[-28,-96],[19,-13],[49,-54],[116,-135],[14,-18],[4,-8],[62,-351],[24,-25],[-44,-8],[-7,-28],[2,-6],[-17,-144],[36,-43],[77,-93],[-3,-31],[-34,-68],[-1,-2],[-11,-10],[-10,-17],[13,-11],[0,0],[-29,-11],[-40,-19],[-16,-18],[-3,-12],[9,-21],[18,-10],[36,2],[19,-6],[13,-29],[0,-9],[-10,-27],[-12,-22],[-36,-46],[-72,51],[-148,82],[-181,82],[-184,59],[-202,51],[-212,32],[-312,31],[-226,27],[-216,24],[-163,15],[-205,4],[-252,20],[-212,24],[-163,0],[-152,-4],[-156,7],[-117,24],[-116,27],[-149,47],[-131,59],[-92,51],[-127,31],[-107,24],[-81,0],[-67,-24],[-92,-74],[-53,-63],[-32,-66],[-7,-79],[-15,-90],[-17,-110],[-25,-125],[-53,-121],[-82,-91],[-74,-74],[-88,-63],[-121,-58],[-152,-40],[-142,-47],[-134,-7],[-156,-8],[-145,0],[-177,11],[-163,20],[-152,20],[-173,23],[-167,35],[-141,44],[-160,47],[-127,54],[-128,51],[-102,63],[-110,71],[-117,78],[-106,70],[-85,71],[-71,71],[-85,90],[-67,70],[-28,55],[-18,59],[0,63],[14,62],[39,59],[21,43],[57,47],[57,24],[70,15],[89,4],[99,24],[96,47],[99,70],[88,75],[71,66],[25,55],[21,63],[35,63],[43,74],[64,114],[70,121],[68,114],[63,86],[64,71],[71,70],[71,63],[63,35],[89,47],[78,47],[64,43],[60,47],[49,71],[43,66],[7,79],[-11,62],[-7,51],[-25,71],[-35,74],[-46,63],[-57,59],[-67,70],[-85,75],[-103,99],[-76,94],[-85,84],[-95,52],[-113,21],[-161,-10],[-113,-42],[-105,-31],[-122,-63],[-142,-84],[-76,-73],[-66,-63],[-76,-105],[-75,-115],[-76,-94],[-57,-115],[-47,-126],[-10,-115],[-9,-126],[-10,-188],[-9,-126],[-38,-73],[-47,-73],[-57,-42],[-94,-42],[-86,-21],[-66,0],[-75,63],[-38,73],[-57,105],[-38,94],[-3,9],[0,6],[-3,-2],[-20,269],[-11,210],[25,237],[37,183],[87,283],[130,347],[99,273],[146,283],[37,128],[113,134],[161,206],[192,303],[292,561],[326,529],[341,516],[346,538],[126,295],[67,153],[81,135],[366,488],[331,424],[48,61],[368,488],[365,493],[121,150],[272,292],[181,195],[261,253],[469,404],[35,35],[57,52],[219,197],[20,17],[125,105],[86,83],[137,131],[223,202],[279,222],[213,147],[69,59],[66,44],[66,49],[66,41],[118,85],[135,93],[248,171],[300,189],[211,114],[185,85],[121,61],[219,130],[508,315],[259,161],[269,157],[315,186],[201,108],[446,241],[84,32],[260,104],[274,132],[519,279],[542,272],[173,71],[191,68],[211,44],[183,58],[241,44],[188,25],[76,7],[205,0],[274,35],[194,16],[212,18],[120,7],[71,4],[101,14],[218,31],[271,60],[300,50],[295,35],[117,15],[176,21],[133,8],[77,-12],[94,-15],[194,14],[67,5],[68,5],[273,9],[19,3],[214,31],[118,32],[218,68],[572,178],[179,43],[389,104],[366,105],[193,64],[308,102],[242,84],[357,121],[200,59],[0,0],[0,0],[234,65],[233,52],[122,29],[208,51],[264,51],[98,19],[218,51],[222,71],[122,46],[374,107],[184,63],[196,49],[134,34],[14,2],[164,20],[73,3],[117,19],[100,19],[177,69],[105,38],[80,30],[225,85],[163,61],[153,61],[176,53],[385,105],[276,89],[166,61],[106,46],[14,5],[0,0],[256,71],[292,82],[168,38],[406,151],[196,80],[243,73],[111,27],[554,174],[412,147],[146,51],[220,74],[331,106],[190,59],[367,103],[298,95],[263,65],[109,29],[24,7],[3,1],[168,51],[136,27],[121,14],[78,20],[89,18],[71,9],[103,35],[99,22],[133,28],[126,27],[142,24],[127,29],[171,54],[102,27],[123,28],[92,15],[94,1],[138,35],[41,11],[141,39],[127,34],[154,14],[128,2],[68,0],[64,5],[224,73],[230,73],[174,49],[224,64],[92,22],[81,9],[112,15],[176,65],[257,114],[167,56],[204,67],[179,60],[129,54],[252,95],[182,60],[555,183],[313,99],[22,6],[17,0],[33,0],[54,-1],[67,15],[57,14],[259,84],[323,25],[306,46],[284,76],[283,150],[32,17],[129,64],[116,51],[77,60],[240,52],[186,103],[178,42],[93,52],[85,60],[139,0],[147,43],[116,68],[93,69],[132,68],[147,43],[116,17],[178,43],[116,9],[233,85],[201,43],[294,129],[217,43],[108,25],[70,60],[100,26],[101,26],[255,103],[186,68],[263,129],[178,68],[148,52],[77,51],[240,17],[193,52],[202,77],[116,17],[108,51],[155,86],[93,9],[193,94],[186,60],[248,60],[108,51],[93,26],[542,214],[163,52],[441,171],[50,15]],[[450711,949041],[-18,-1512],[-2,-3],[-2,-64],[-32,-854],[97,-40],[215,-78],[25,-11],[21,-6],[9,-4],[10,0],[11,1],[8,2],[16,12],[16,4],[1,-5],[15,-40],[19,-36],[57,-102],[38,-80],[30,-73],[13,-29],[8,-19],[-1,-109],[-3,-64],[3,-32],[23,-148],[3,-30],[0,-26],[-4,-41],[-5,-32],[-2,-25],[-1,-46],[11,-138],[1,-33],[-2,-19],[-6,-13],[-8,-17],[30,1],[5,-56],[31,-181],[7,-49],[2,-61],[1,-32],[4,-21],[9,-17],[10,-10],[9,-5],[-179,-629],[-202,-317],[-532,-1017],[4,-1],[-12,-168],[22,-94],[43,-163],[45,-151],[43,-133],[263,4],[114,2],[44,0],[79,105],[79,105],[176,-104],[3,-8],[1,-7],[2,-22],[23,16],[79,52],[122,81],[-6,62],[13,5],[29,3],[45,17],[57,18],[34,2],[29,-5],[28,-13],[57,-44],[0,0],[15,-11]],[[426619,941250],[218,-721],[55,53],[54,43],[56,41],[17,8],[16,8],[37,14],[44,8],[113,14],[7,-37],[17,-91],[18,-116],[8,-58],[0,-3],[8,-40],[6,-19],[-329,-106],[77,-365],[862,-68],[19,2],[22,10],[4,2],[3,1],[21,12],[46,29],[42,28],[0,0],[0,0],[53,26],[14,7],[41,16],[112,38],[117,41],[178,60],[238,81],[135,46],[165,55],[23,8],[97,32],[-13,80],[-11,13],[-6,15],[0,21],[4,17],[1,5],[-202,1215],[3,1],[7,1],[39,0],[5,0],[27,7],[18,9],[1,1],[28,21],[48,33],[11,5],[8,3],[4,1],[12,4],[17,2],[27,0],[0,0],[2,0],[42,-3],[71,-9],[17,-6],[10,0],[25,1],[14,0],[9,1],[1,0],[10,1],[17,6],[14,3],[7,4],[46,48],[1,0],[8,5],[6,3],[5,2],[49,1],[42,10],[24,3],[53,5],[41,2],[39,0],[37,-4],[29,-5],[6,0],[10,-1],[8,-1],[15,-1],[12,1],[22,1],[11,3],[31,16],[6,5],[4,3],[13,10],[15,14],[5,4],[2,6],[4,11],[0,0],[0,0],[42,-11],[10,-3],[36,-13],[0,0],[24,-11],[40,32],[30,20],[9,-17],[14,-32],[18,-34],[17,-25],[33,-44],[5,-11],[0,-10],[-4,-15],[7,-4],[6,-4],[4,0],[7,0],[5,2],[35,15],[28,9],[43,18],[10,7],[5,4],[27,12],[-6,48],[-3,50],[1,27],[0,24],[5,57],[8,61],[5,22],[2,16],[8,29],[1,2],[14,35],[23,68],[5,26],[0,44],[-17,73],[-16,60],[-20,55],[-18,53],[-26,36],[-41,40],[-2198,-789],[-1603,-574]],[[423372,940071],[-9,18],[-95,-42],[-201,-85],[-25,-17],[-17,-17],[-6,-6],[-11,-14],[-2,-2],[-12,-15],[-21,-24],[-22,-18],[-1,0],[-17,-8],[-91,-39],[-73,-32],[-3,-2],[-31,-12],[-60,-25],[-65,-28],[-32,-11],[-68,-26],[-3,-1],[-12,-4],[-44,-11],[-33,-8],[-19,-8],[-18,-6],[-41,4],[-20,-2],[-35,-19],[-10,-6],[-60,-13],[-59,-20],[-32,-17],[-29,-9],[-16,4],[-1,18],[-23,-8],[-3,1],[-18,4],[-23,-11],[-31,-22],[-1,-5],[-12,-24],[-30,-11],[-39,-21],[-46,-38],[-216,-82],[-4,-1],[-21,61],[-35,103],[7,3],[-28,88],[-13,19],[-2,4],[-1,4],[-24,33],[-3,5],[-1,5],[-4,11],[-2,11],[-3,24],[-3,23],[-17,55],[-7,23],[-87,-28],[-159,-52],[-446,-146],[-40,-13],[1,-6],[40,-161],[8,-30],[-69,-23],[-56,-21],[-2,-3],[4,-21],[13,-48],[9,-31],[10,2],[48,17],[69,21],[9,-43],[2,-8],[3,-14],[1,-7],[13,2],[0,0],[101,28],[0,1],[-1,2],[-3,14],[-1,9],[-11,51],[-28,109],[119,39],[198,67],[141,47],[93,31],[6,2],[8,-7],[16,-5],[8,-1],[3,-1],[2,-2],[11,-13],[27,-78],[32,-93],[1,-4],[2,-4],[52,-148],[110,-325],[65,-184],[20,-54],[30,14],[21,10],[65,33],[279,162],[185,95],[45,15],[41,12],[43,55],[31,38],[20,9],[83,19],[130,33],[109,27],[119,26],[24,8],[62,-161],[-66,-39],[-44,-31],[-40,-35],[-20,-17],[-16,-5],[0,0],[-1,-32],[30,-13],[46,-27],[33,-25],[2,-1],[27,6],[89,27],[0,0],[83,26],[139,43],[6,2],[68,20],[2,1],[65,20],[44,13],[9,3],[21,7],[44,13],[0,0],[0,0],[-3,15],[-20,116],[-1,127],[-43,12],[-43,4],[-20,58],[-36,112],[1,17],[0,17],[-6,53],[-2,26],[-2,18],[-2,20],[-3,19],[-2,16],[0,13],[0,10],[0,8],[0,8],[1,10],[1,8],[4,9],[5,5],[1,1],[-13,31],[-3,7],[-3,17],[-5,74],[-11,75],[-15,48],[-28,65],[-5,11]],[[413022,927549],[15,-63],[114,62],[-32,27],[-21,15],[-32,17],[-9,2],[-15,1],[-32,-6],[12,-55]],[[412990,926910],[7,-35],[97,11],[-1,16],[105,34],[19,35],[2,10],[-11,74],[-85,-19],[-43,-13],[-13,-7],[-84,-5],[7,-101]],[[427530,937600],[126,-13],[2,14],[40,-10],[10,74],[-24,5],[-19,4],[0,5],[-126,13],[-7,-71],[-2,-21]],[[478407,955569],[0,-1],[65,-173],[51,-37],[-40,-9],[-87,-18],[-526,-60],[-254,-51],[-22,-4],[-709,-139],[-437,-66],[-337,-58],[-1733,-298],[-6005,-1002],[-163,-40],[-54,-16],[-59,-16],[-2051,-451],[-817,31],[-459,-136],[-332,-215],[-1473,-394],[-67,-21],[-55,-32],[-66,-15],[-76,-20],[-67,-10],[-90,-21],[-70,-21],[-84,-34],[-60,-15],[-57,-16],[-112,-16],[-49,-17],[-60,-24],[-84,-25],[-50,-11],[-72,-21],[-96,-26],[-80,-28],[-96,-13],[-64,-15],[-100,-32],[-84,-23],[-155,-38],[-96,-28],[-77,-24],[-211,-45],[-70,-21],[-100,-34],[-91,-34],[-98,-30],[-57,-12],[-79,-26],[-74,-24],[-32,-11],[-135,-39],[-71,-11],[-74,-26],[-68,-10],[-140,-16],[-86,-33],[-66,-8],[-135,-21],[-141,-41],[-99,-3],[-116,-22],[-70,-16],[-258,-78],[-61,-16],[-266,-73],[-92,-20],[-92,-27],[-91,-31],[-106,-19],[-80,-20],[-110,-33],[-213,-58],[-474,-124],[-108,-38],[-103,-38],[-97,-23],[-68,-25],[-190,-52],[-52,-19],[-62,-27],[-72,-26],[-97,-23],[-109,-10],[-123,-15],[-106,-21],[-107,-30],[-249,-76],[-216,-63],[-120,-26],[-454,-132],[-133,-26],[-10,-16],[-31,-38],[-23,-18],[-50,-20],[-41,-35],[-138,-102],[-25,-21],[-33,-43],[-26,-21],[-55,-33],[-19,-4],[-14,1],[-5,-23],[1,0],[-2,-42],[-5,-34],[1,-23],[3,-10],[2,-6],[3,-4],[19,-5],[8,-12],[8,-17],[4,-19],[1,-37],[-4,-41],[-35,-150],[-4,-48],[-5,-35],[31,6],[48,2],[51,-13],[30,-8],[37,-22],[16,-19],[36,-38],[29,-18],[70,-44],[72,-78],[17,-57],[19,-23],[65,-31],[103,-83],[87,-79],[68,-70],[17,-27],[47,-73],[38,-56],[15,-47],[-3,-35],[-12,-41],[-5,-24],[0,-26],[6,-18],[26,-2],[58,18],[31,-2],[16,-8],[20,-12],[9,-11],[17,-12],[23,-10],[28,-8],[47,-8],[19,-7],[9,-8],[2,-10],[-4,-15],[-8,-11],[-27,-27],[-6,-11],[-2,-13],[1,-11],[7,-8],[11,-8],[19,1],[3,13],[6,11],[8,6],[6,-1],[17,-7],[14,0],[9,2],[3,6],[0,20],[4,15],[8,11],[10,5],[22,-2],[10,-8],[6,-9],[0,-10],[-2,-39],[15,-8],[30,-7],[28,-4],[16,-3],[16,-7],[15,-16],[0,-17],[1,-9],[4,-6],[11,-5],[27,-6],[26,-10],[27,-12],[22,-15],[17,-20],[26,-38],[28,-24],[15,-16],[6,-13],[0,-10],[5,-8],[12,-8],[7,-2],[7,-9],[7,-6],[9,0],[13,7],[21,-1],[32,-17],[25,-16],[22,-18],[21,-20],[16,-23],[7,-20],[2,-16],[-3,-12],[-6,-8],[-8,-3],[-10,1],[-18,6],[-50,30],[-35,17],[-15,4],[-17,-1],[-11,-6],[-22,-23],[-16,-23],[1,-11],[6,-10],[16,-15],[27,-18],[22,-11],[16,0],[53,-25],[19,-6],[16,-11],[18,-16],[13,-20],[5,-21],[-1,-19],[-7,-13],[-15,-14],[-11,-15],[-8,-18],[2,-17],[15,-47],[-4,-17],[-7,-13],[-10,-7],[-16,-1],[-51,0],[-28,8],[-27,15],[-22,20],[-17,31],[-14,22],[-7,3],[-29,0],[-11,-5],[-8,-14],[-4,-22],[-1,-23],[10,-25],[15,-24],[24,-27],[19,-17],[20,-9],[17,-20],[1,-9],[-7,-12],[-13,-10],[-20,-8],[-18,-4],[-20,-2],[-22,2],[-17,12],[-12,13],[-14,24],[-11,26],[-9,26],[-7,14],[-7,11],[-9,-7],[-2,-30],[-11,-38],[-1,-17],[2,-26],[6,-32],[-1,-25],[-9,-17],[-12,-10],[-15,-1],[-18,7],[-26,21],[-27,30],[-26,38],[-20,36],[-20,52],[-18,70],[-8,11],[-13,8],[-54,19],[-50,11],[-36,6],[-23,7],[-15,11],[-15,19],[-8,20],[-4,25],[0,32],[-4,17],[-13,14],[-26,18],[-22,10],[-12,2],[-12,-2],[-14,-10],[-10,-12],[-7,-27],[-4,-31],[-1,-31],[-8,-16],[-12,-12],[-17,-3],[-25,3],[-11,-1],[-11,-11],[-8,-16],[-7,-7],[-10,0],[-12,4],[-29,12],[-22,0],[-8,-13],[0,-17],[-3,-8],[-9,-5],[-7,-2],[-6,-6],[-10,-25],[-7,-24],[-10,-59],[-8,-35],[-1,-10],[6,-13],[12,-12],[789,-525],[313,-169],[191,-101],[65,-38],[94,-64],[70,-58],[228,39],[34,9],[16,-3],[23,-7],[18,-16],[27,-36],[27,-18],[18,-24],[4,-16],[-4,-12],[-22,-8],[-52,-15],[-20,-3],[-30,0],[-27,-6],[-39,-11],[-40,-15],[-48,-11],[-34,-6],[-11,-4],[-9,-10],[0,-13],[0,-1],[5,-17],[16,-24],[15,-16],[18,-16],[26,-42],[18,-33],[8,-31],[5,-38],[0,-36],[-6,-17],[-10,-15],[-13,-10],[-25,-14],[-14,-13],[-25,-12],[-30,-21],[-12,-13],[-10,-13],[-3,-19],[1,-46],[4,-20],[22,-38],[14,-16],[26,-22],[22,-14],[26,-15],[15,-14],[8,-12],[1,-53],[0,-27],[13,-76],[3,-30],[1,-63],[3,-35],[6,-16],[-1,-21],[-5,-31],[-6,-12],[-10,-8],[-9,5],[-10,15],[-11,9],[-12,1],[-13,-7],[-10,-3],[-12,2],[-14,6],[-11,-1],[-10,-9],[-6,-11],[5,-12],[3,-32],[6,-8],[22,-16],[12,-12],[5,-12],[0,-18],[-10,-55],[-15,-56],[-21,-56],[-17,-36],[-13,-23],[-11,-12],[-16,-6],[-22,0],[-29,9],[-28,16],[-6,6],[-14,12],[-31,44],[-23,42],[-55,131],[-12,19],[-14,15],[-19,9],[-42,18],[-9,9],[-6,15],[-3,13],[-10,51],[-5,57],[-3,32],[-5,36],[2,17],[8,18],[39,35],[9,15],[5,28],[2,63],[-3,14],[-8,11],[-12,6],[-25,7],[-614,170],[-208,58],[2,-47],[0,-41],[-9,-73],[-18,-114],[-21,-75],[-20,-83],[-117,-305],[-15,12],[-10,14],[-3,12],[1,50],[-3,9],[-10,15],[-21,18],[-17,17],[-12,20],[-6,21],[-1,26],[1,31],[4,30],[-4,16],[-6,10],[-11,5],[-33,14],[-11,8],[-8,12],[-5,13],[2,18],[6,17],[13,22],[2,25],[-4,16],[-16,35],[-5,15],[-4,26],[2,23],[0,16],[-10,11],[-11,3],[-8,-5],[-4,-12],[-6,-56],[0,-78],[-5,-27],[-5,-19],[-22,-49],[-1,-18],[3,-25],[8,-23],[4,-18],[2,-23],[2,-24],[6,-17],[8,-9],[9,-3],[26,3],[11,0],[9,-7],[11,-15],[7,-14],[1,-31],[-7,-5],[-14,-3],[-37,7],[-14,1],[-9,-1],[-5,-5],[-6,-13],[-6,-5],[-9,2],[-11,12],[-8,3],[-11,-2],[-16,-4],[-31,3],[-18,-1],[-15,-10],[-8,-10],[-7,-10],[1,-15],[31,-23],[6,-22],[7,-14],[9,0],[13,4],[9,12],[4,11],[-1,21],[16,3],[108,11],[12,-14],[-1,-17],[-9,-8],[-13,5],[-15,-1],[-5,-4],[-4,-11],[-4,-9],[-5,-7],[-7,2],[-22,10],[-12,-2],[-15,-14],[3,-14],[12,-8],[15,-13],[8,-13],[9,-5],[12,2],[13,7],[13,1],[14,-6],[7,-15],[4,-19],[6,-11],[15,-9],[17,-3],[8,-12],[1,-19],[18,-28],[7,-22],[3,-25],[-5,-20],[-10,-14],[5,-68],[-2,-36],[-7,-27],[-11,-26],[-13,-18],[-13,-13],[-4,-6],[-2,-18],[7,-13],[4,-11],[-2,-12],[-21,-28],[-9,-16],[-9,-40],[-7,-18],[-7,-7],[-8,-2],[-9,2],[-6,9],[-8,9],[-8,4],[-9,-3],[-28,-31],[0,-13],[8,-7],[9,-2],[8,1],[8,6],[10,7],[11,-1],[7,-6],[16,-33],[49,-51],[8,-16],[0,-14],[-4,-12],[-25,-25],[-4,-10],[0,-38],[-3,-7],[-8,-9],[-10,-7],[2,-14],[4,-11],[8,-9],[23,-15],[7,-8],[7,-19],[-1,-18],[-14,-28],[-19,-34],[-15,-20],[-25,-21],[-319,-212],[-1,0],[-14,0],[-1,10],[5,15],[11,12],[16,12],[10,11],[0,13],[-8,14],[-16,7],[-19,1],[-8,5],[-5,11],[-2,24],[-1,27],[-4,12],[-9,4],[-10,5],[-58,1],[-14,-4],[-19,-19],[-6,-14],[-2,-9],[33,-3],[10,-4],[17,-19],[0,-26],[6,-8],[9,-1],[12,0],[7,-8],[0,-15],[-10,-27],[-16,-30],[-3,-16],[2,-34],[-2,-12],[-11,-9],[-63,-41],[-17,-3],[-18,4],[-12,12],[-3,17],[2,28],[7,27],[0,18],[-5,11],[-6,2],[-12,0],[-17,-8],[-21,-12],[-23,-9],[-11,-8],[-5,-9],[-1,-19],[-4,-9],[-20,-10],[-9,-9],[-4,-12],[-7,-26],[-8,-16],[-12,-10],[-15,-6],[-19,-2],[-24,-5],[-19,-7],[-11,-10],[-5,-16],[-7,-15],[1,-12],[9,-26],[4,-21],[-3,-14],[-11,-11],[-11,-1],[-15,-6],[-9,-10],[-13,-16],[-16,-6],[-18,4],[-36,15],[-21,4],[-16,-4],[-13,-10],[-7,-13],[-4,-22],[-4,-16],[-25,-32],[-67,-84],[3,-23],[6,-16],[-3,-11],[-12,-11],[-25,0],[-19,6],[-23,2],[-19,-7],[-14,-20],[-2,-19],[7,-14],[8,-8],[11,-3],[29,4],[20,13],[13,-2],[24,-7],[16,0],[27,13],[25,18],[18,21],[6,14],[-3,21],[-1,19],[10,14],[11,5],[22,-3],[23,-7],[14,-8],[4,-13],[0,-14],[-14,-31],[-16,-29],[-11,-30],[-3,-19],[4,-11],[12,-10],[58,-22],[23,-4],[23,4],[10,8],[3,12],[-4,12],[-22,26],[-9,14],[-1,21],[10,12],[49,22],[13,-1],[9,-2],[5,-16],[9,-7],[5,2],[19,-1],[1,-36],[11,-14],[2,-25],[-6,-10],[0,-13],[3,-13],[10,-11],[9,-8],[48,-17],[12,-10],[9,-16],[9,-55],[-11,-8],[-14,-18],[-11,-5],[-14,1],[-14,6],[-18,16],[-16,2],[-28,-3],[-44,-20],[16,-4],[37,-1],[11,-8],[8,-15],[1,-18],[13,-11],[11,-5],[19,-4],[32,1],[33,-3],[9,-7],[4,-17],[21,-118],[18,-100],[23,-166],[15,-111],[3,-18],[-2,-1],[-27,-7],[-17,-4],[-8,-2],[-40,-2],[-20,-1],[-59,-1],[-37,-1],[-64,-6],[-31,-3],[-17,-2],[-45,6],[-43,5],[-83,0],[-32,-5],[-24,-7],[-30,-10],[-21,-8],[-28,-1],[-38,1],[-5,0],[-24,1],[-44,10],[-38,8],[-51,12],[-77,14],[-61,10],[-40,6],[-40,6],[-46,3],[-68,2],[-11,0],[-36,-1],[-23,5],[-35,10],[-13,3],[-104,17],[-82,5],[-87,-2],[-31,4],[-32,10],[-26,8],[-28,2],[-35,-4],[-25,-5],[-35,-1],[-35,0],[-42,4],[-36,0],[-44,-3],[-27,-4],[-26,-4],[-59,-12],[-111,-21],[-95,-18],[-89,-12],[-28,-2],[-47,1],[-38,4],[-30,12],[-19,14]],[[450711,949041],[205,62],[140,17],[116,69],[89,90],[8,11],[133,47],[130,53],[113,39],[152,38],[73,28],[110,50],[138,53],[85,33],[200,67],[166,58],[62,27],[93,25],[62,17],[53,19],[43,31],[110,53],[125,41],[145,69],[43,17],[25,0],[32,19],[20,20],[18,5],[15,11],[45,31],[60,17],[88,30],[70,25],[72,30],[73,39],[40,20],[30,8],[25,14],[35,33],[63,64],[37,52],[43,31],[37,11],[25,11],[45,39],[148,66],[118,45],[200,69],[135,45],[105,13],[91,3],[35,0],[47,17],[65,19],[115,31],[163,36],[278,83],[163,47],[155,39],[225,58],[256,75],[142,38],[56,23],[47,2],[98,17],[137,39],[148,33],[148,42],[130,30],[223,56],[110,25],[483,110],[293,78],[170,47],[318,75],[161,47],[202,69],[183,67],[115,33],[98,22],[118,11],[62,14],[73,33],[67,34],[30,30],[26,28],[30,14],[25,16],[30,12],[47,0],[33,-12],[35,-2],[47,11],[38,8],[37,11],[38,22],[38,17],[35,8],[37,-3],[4,2],[1793,636],[146,55],[1828,682],[804,360],[718,487],[258,191],[326,286],[335,307],[421,265],[737,297],[865,336],[102,38],[585,167],[474,131],[696,198],[598,96],[1060,63],[777,41],[390,0],[279,-34],[125,-4],[549,-60],[375,-60],[126,-44],[186,-41],[428,-91],[226,-46],[82,-31],[208,-68],[181,-75],[437,-192],[124,-57],[121,-46],[142,-42],[118,-29],[207,-55],[182,-52],[242,-73],[157,-56],[175,-80],[197,-116],[11,-28],[2,-5]],[[388948,904969],[-5,-21],[-4,2],[-10,1]],[[388929,904951],[-2,0],[0,0]],[[388927,904951],[64,-65],[18,-21],[12,-18],[11,-11],[16,-8],[25,-23],[108,-105],[27,-28],[24,-28],[9,-12],[5,-25],[13,-4],[30,-17],[12,-9],[54,-39],[115,-89],[95,-85],[14,-13],[17,-18],[11,-19],[5,-8],[14,-33],[13,-37],[5,-19],[6,-38],[13,-86],[4,-37],[-2,-24],[0,-12],[-6,-65],[-1,-35],[-1,-33],[0,-18],[7,-83],[-7,-98],[-3,-16]],[[389654,903672],[-1,0],[-5,0],[-4,0],[-5,0],[-4,0],[-5,0],[-5,0],[-4,0],[-5,0],[-4,0],[-5,0],[-4,-1],[-4,0],[-4,-1],[-4,0],[-4,-1],[-4,0],[-4,-1],[-4,-1],[-4,0],[-4,-1],[-4,-1],[-4,-1],[-4,-1],[-4,-1],[-4,-1],[-4,-1],[-4,-1],[-4,-1],[-4,-2],[-4,-1],[-3,-1],[-4,-1],[-4,-2],[-4,-1],[-4,-2],[-3,-1],[-4,-2],[-4,-1],[-4,-2],[-3,-2],[-4,-2],[-4,-1],[-1,-1],[-186,-11],[-52,-3],[-77,-26],[-424,-103],[-385,-167],[-13,57],[-33,110],[-17,45],[-9,21],[-165,384],[-27,67],[-34,110],[-15,66],[-7,41],[0,0],[-5,28],[0,0],[-44,209],[-23,94],[-38,108],[-79,217],[-55,148],[-54,140],[31,47],[70,108],[32,58],[58,107],[92,169],[79,152],[1,0],[9,-5],[-5,-13],[41,-40],[14,-23],[16,-30],[3,-26],[7,-15],[134,-160],[108,-140],[32,27],[8,7],[7,-9],[53,-34],[12,-13],[2,-7],[0,-23],[6,-4],[37,-38],[4,-15],[57,-55],[3,-2],[5,-4],[8,-3],[8,-2],[9,-8],[11,-12],[2,-5],[2,-8],[0,-12],[4,-6],[35,-25],[46,-42],[83,-65],[14,-11],[22,-20],[15,1],[5,0],[0,0],[18,1],[0,0],[11,-4]],[[388921,904950],[0,-1],[1,1],[-1,0]],[[386499,903943],[-220,-25],[-92,-12],[-65,-4],[-34,-6],[-72,-13],[-18,-2],[-11,-7],[-45,-32],[-16,-8],[-3,-1],[-13,-2],[-16,5],[-2,1],[-2,1],[-23,8],[-1,1],[-2,0],[-4,2],[-26,10],[-12,4],[-1,1],[-169,66],[-28,10],[-75,27],[-69,17],[-36,5],[-12,-1],[-30,-1],[-30,-5],[-26,-10],[-7,-2],[-11,-6],[-22,-11],[-30,-14],[-5,-3],[-72,-39],[-31,-16],[-47,-28],[-42,-25],[-37,-20],[-77,-42],[-49,-30],[-28,-3],[-197,-12],[-125,-7],[-17,-1],[-33,-1],[-49,-3],[-41,-4],[-30,-4],[-27,-7],[-29,-9],[-30,-12],[-33,-17],[-22,-11],[-27,-12],[-6,-1],[-23,-7],[-42,-8],[-136,-18],[-76,-11],[-28,-7],[-10,-3],[-77,-37],[-23,-9],[-22,-4],[-21,-2],[-17,0],[-21,3],[-13,2],[-167,28],[-62,8],[-14,2],[-59,5],[-91,2],[-28,0],[-32,-4],[-7,-1],[33,-44],[58,-83],[51,-64],[48,-55],[10,-12],[12,-24],[7,-21],[1,-21],[6,-11],[14,-9],[30,-8],[66,-30],[3,-2],[22,-14],[35,-25],[26,-19],[5,-5],[19,-22],[17,-15],[13,-4],[21,-3],[30,2],[20,-12],[19,-14],[134,-117],[-6,-14],[-20,-57],[-2,-5],[-60,-117],[-29,-69],[-81,-240],[-35,-77],[-7,-18],[-3,-6],[0,-8],[2,-22],[8,-29],[23,-67],[19,-36],[17,-30],[16,-21],[4,-15],[0,-9],[0,-6],[-11,-21],[-61,-110],[-13,-20],[-24,-37],[-36,-74],[-13,-13],[-9,-10],[0,-9],[6,-16],[3,-14],[-1,-12],[-8,-13],[-22,-2],[-48,-3],[-52,3],[-38,6],[-23,5],[-4,-18],[-22,5],[-18,4],[-29,10],[-11,-22],[-4,-15],[4,-19],[27,-17],[49,-30],[-7,-11],[-9,-9],[-4,-6],[-3,-39],[-4,-6],[-7,-5],[-9,-3],[-23,-3],[-7,-1],[-2,-4],[0,-6],[2,-4],[5,-3],[7,-6],[6,-10],[4,-10],[8,-123],[11,-24],[32,-13],[-13,-16],[-15,-16],[-16,-13],[-21,-45],[-21,-54],[-5,-14],[-16,-19],[-26,-28],[-5,-5],[-18,-26],[-23,-66],[-28,-43],[-14,-22],[-28,-42],[-73,-75],[-1,-2],[-19,-27],[-4,-12],[-4,-43],[-23,-84],[-9,-30],[-12,-24],[-33,-35],[-19,-25],[-37,-35],[-19,-21],[-20,-13],[-26,-32],[-16,-25],[-94,1],[-140,31],[-89,24],[-63,19],[-67,22],[-29,12],[-33,17],[-30,18],[-22,16],[-83,75],[-110,116],[-71,69],[-38,30],[-35,28],[-38,25],[-47,32],[-91,58],[28,60],[14,26],[-24,21],[-3,9],[6,15],[-3,7],[-17,12],[-30,36],[-4,10],[2,14],[6,6],[10,5],[12,1],[-9,17],[-5,20],[-1,22],[-14,-6],[-13,0],[-12,4],[-14,12],[-16,29],[-5,16],[1,12],[8,14],[11,7],[12,3],[10,-1],[12,-3],[0,4],[1,12],[10,13],[-9,46],[-2,37],[-2,59],[-56,-10],[-13,1],[-9,7],[-1,10],[8,16],[3,12],[-4,18],[-26,59],[-2,13],[3,11],[14,13],[14,6],[24,-2],[-23,36],[-4,10],[-3,16],[2,18],[3,11],[-31,17],[-11,12],[-4,11],[3,17],[13,16],[7,11],[0,13],[2,9],[11,11],[15,4],[24,0],[-11,18],[-8,14],[-1,6],[-15,1],[-14,5],[-10,11],[-2,15],[3,23],[9,14],[11,2],[16,0],[15,-5],[22,56],[-1,14],[-4,10],[-22,28],[-10,19],[-7,24],[-44,24],[-11,11],[-7,18],[1,11],[5,10],[7,21],[-1,14],[-13,30],[-5,22],[1,20],[10,25],[-38,56],[-10,17],[-1,20],[5,27],[8,37],[7,59],[2,13],[0,25],[-1,42],[-3,25],[-9,39],[-4,11],[-6,30],[-3,31],[-6,26],[-45,117],[-73,190],[-26,91],[-6,30],[-13,0],[-7,6],[-4,8],[-2,8],[0,42],[-20,33],[-24,18],[-5,5],[-3,33],[-7,11],[-8,1],[-22,3],[-7,7],[-1,10],[1,11],[3,9],[6,7],[11,3],[9,-1],[38,-21],[11,0],[5,2],[3,5],[0,8],[-8,13],[-14,14],[-11,9],[5,17],[9,17],[2,9],[-5,11],[-12,14],[4,11],[10,15],[4,9],[1,10],[8,21],[10,22],[15,20],[3,9],[-1,16],[-47,-19],[-6,18],[-3,19],[3,29],[-2,25],[-5,15],[-3,67],[-12,55],[2,25],[5,30],[0,25],[-4,48],[-5,26],[0,13],[3,124]],[[381331,904263],[17,1],[1,0],[2,-4],[76,2],[15,5],[17,0],[11,0],[21,1],[76,2],[77,6],[25,14],[14,3],[25,2],[15,7],[24,18],[22,10],[32,8],[16,4],[2,0],[23,13],[23,1],[5,2],[3,6],[0,13],[53,23],[10,5],[3,0],[13,-14],[15,-6],[14,-1],[22,9],[4,6],[-2,7],[-9,11],[-5,9],[1,5],[17,8],[10,0],[18,11],[6,3],[4,3],[12,6],[5,2],[10,-2],[11,3],[8,11],[1,2],[24,10],[13,-1],[21,4],[19,15],[3,13],[-8,22],[-9,9],[11,21],[32,57],[3,7],[1,-1],[15,5],[22,32],[2,29],[-2,5],[12,12],[39,44],[1,2],[11,12],[3,4],[24,28],[22,13],[5,3],[11,7],[8,5],[31,20],[38,25],[1,0],[90,45],[14,0],[25,-11],[25,-6],[20,6],[19,8],[7,3],[11,2],[11,-7],[287,-269],[12,-12],[1,2],[14,14],[16,16],[10,11],[46,27],[123,52],[16,9],[5,2],[110,49],[17,8],[171,75],[13,4],[17,2],[17,2],[13,0],[14,-4],[17,-11],[26,-23],[25,10],[0,10],[3,10],[7,9],[15,5],[37,9],[80,23],[190,63],[85,32],[71,27],[86,38],[60,25],[24,10],[67,34],[103,61],[6,4],[16,9],[157,94],[66,45],[18,16],[15,14],[34,33],[68,53],[149,107],[116,78],[39,24],[17,11],[8,5],[94,49]],[[385270,905782],[9,5],[117,58],[10,6],[1,0],[-8,16],[33,22],[68,53],[0,0],[0,0],[160,124],[18,12],[38,27],[33,17],[36,10],[10,1]],[[385795,906133],[61,5],[24,-1],[42,-9],[105,-32],[108,-39],[31,-18],[2,-1],[28,-23],[12,-12],[13,-15],[0,0],[2,-27],[63,-76],[31,-32],[24,-25],[38,-33],[29,-21],[12,-4],[17,-6],[14,-5],[25,-3],[113,-5],[92,-1],[17,-59],[31,-94],[13,-35],[8,-19],[19,-46],[10,-22],[1,-2],[12,-17],[10,-15],[86,-97],[32,-40],[11,-23],[7,-32],[5,-53],[4,-44],[-1,-13],[-2,-19],[0,0],[0,0],[0,-1],[-6,0],[-28,-5],[-34,-5],[-35,-5],[-15,1],[-20,2],[-86,-505],[-2,-1],[-71,-320],[-30,-13],[-26,9],[-44,-12],[-107,-37],[-22,-4],[-17,-5],[14,-52],[18,-38],[19,-49],[34,-121],[13,-14],[0,-2],[0,0]],[[384625,904721],[-79,-227],[140,-57],[-54,-116],[108,-110],[40,30],[131,126],[54,36],[-30,209],[-310,109]],[[386499,903943],[-19,-132],[-3,-3],[1,-9],[-13,-93],[0,-1],[0,-1],[0,-5],[-10,-58],[-6,-55],[3,-46],[-6,-53],[-4,-35],[-6,-88],[-6,-39],[-5,-15],[-3,-8],[0,-1],[-1,0],[-14,-34],[-9,-33],[-6,-44],[-14,0],[-106,0],[-105,-5],[-111,-12],[-109,-12],[-98,-10],[-132,-15],[-80,-10],[0,0],[-34,-5],[-31,-9],[-102,-37],[-77,-28],[-50,-7],[-71,-9],[-3,-1],[-12,-1],[-55,-8],[-33,-4],[-90,-10],[-50,-11],[-75,-22],[-13,-5],[-64,-26],[-66,-34],[-70,-36],[-93,-50],[-88,-45],[-38,-21],[-13,-9],[-27,-23],[-5,-8],[-50,-30],[-15,-9],[4,-80],[5,-112],[-16,-31],[-9,-19],[-15,-30],[-53,-32],[5,-11],[24,-49],[1,-1],[-26,-40],[-5,-8],[-4,-6],[-13,-19],[-25,-38],[12,-10],[-3,-10],[-7,-28],[-1,-26],[4,-17],[11,-17],[15,-23],[2,-14],[-6,-18],[-13,-21],[-41,-63],[-26,-44],[-4,-23],[-33,-60],[-1,-9],[3,-11],[14,-14],[-40,-81],[-7,-13],[-16,-29],[-26,-40],[0,0],[37,24],[18,29],[28,51],[94,195],[131,118],[369,101],[27,-4],[26,-16],[22,-13],[0,0]],[[384874,902116],[-44,-71],[-129,-219],[-212,-392],[-38,-67],[-21,-34],[-2,-3],[-23,-33],[-26,-37],[-31,-35],[-38,-38],[-44,-40],[-107,-93],[-216,-169],[-212,-146],[-88,-65],[-52,-43],[-73,-64],[-33,-32],[-15,-13],[-266,-244],[-197,-182],[-70,-67],[-69,-57],[-77,-57],[-86,-62],[-21,-15],[-5,-2],[-160,-110],[-28,-21],[-39,-38],[-84,-87],[-5,-5],[-25,-24],[-99,-78],[-18,-12],[-8,-4],[-116,-74],[-58,-43],[-38,-33],[-56,-47],[-72,-48],[-39,-29],[-69,-55],[-23,-22],[-62,-44],[-50,-34],[-57,-36],[-2,-2],[-37,-23],[-20,-8],[-26,-15],[-11,-6],[-64,-38],[-155,-92],[-21,-12],[-235,-138],[-16,-8],[-8,-2],[-136,-82],[-96,-60],[-17,-13],[-9,-2],[-132,-71],[-104,-53],[-18,-10],[-8,-2],[-62,-27],[-78,-45],[-88,-58],[-17,-9],[-58,-36],[-190,-121],[-187,-106],[-52,-33],[-16,-9],[-144,-87],[-95,-58],[-22,-13],[-100,-58],[-128,-80],[-17,-8],[-74,-39],[-71,-42],[-99,-54],[-48,-22],[-218,-96],[-22,-11],[-23,-9],[-167,-69],[-59,-28],[-18,-7],[-141,-57],[-115,-49],[-18,-6],[-86,-39],[-165,-72],[-16,-9],[-10,-1],[-243,-103],[-17,-8],[-191,-70],[-70,-25],[-19,-4],[-127,-45],[-122,-50],[-18,-6],[-256,-101],[-15,-7],[-19,-4],[-220,-80],[-18,-11],[-24,-7],[-169,-71],[-68,-30],[-16,-7],[-84,-35],[-185,-64],[-16,-1],[-69,-25],[-205,-69],[-222,-74],[-36,-16],[-19,-4],[-165,-55],[-90,-36],[-18,-8],[-226,-85],[-26,-10],[-19,-7],[-151,-59],[-122,-56],[-101,-46],[-109,-56],[-33,-17],[-17,-8],[-13,-3],[-159,-78],[-75,-38],[-17,-12],[-14,0],[-107,-48],[-133,-51],[-22,-6],[-65,-23],[-188,-71],[-18,-9],[-65,-26],[-58,-28],[-52,-27],[-69,-41],[-19,-8],[-73,-39],[-46,-24],[-44,-19],[-64,-30],[-288,-124],[-508,-219],[-214,-95],[-320,-139],[-322,-138],[-65,-25],[-87,-31],[-68,-21],[-162,-51]],[[370994,894213],[-51,-16],[-136,-36],[-7,1],[-28,20],[-7,2],[-14,4],[-31,-20],[-48,-2],[-33,-16],[-1,0],[-41,-18],[-41,-5],[-27,-6],[-23,-15],[-29,-23],[-54,-13],[-20,-4],[-8,-2],[-18,-8],[-27,-37],[-6,-17],[-70,-32],[-49,-14],[-73,-10],[-58,4],[-17,6],[-131,-33],[-103,-21],[-217,-60],[-126,-36],[-57,-17],[-50,-20],[-73,-23],[-109,-47],[-260,-131],[-192,-114],[-131,-60],[-64,-30],[-71,-24],[-71,-22],[-86,-28],[-129,-46],[-92,-38],[-107,-55],[-216,-96],[-94,-40],[-189,-68],[-223,-103],[-104,-123],[-38,-136],[-67,-28],[-139,-53],[-139,-50],[-147,-57],[-22,-67],[31,-155],[62,-163],[26,-77],[14,-67],[42,-54],[30,-72],[170,-459],[53,-176],[34,-82],[49,-110],[28,-65],[44,-112],[60,-179],[23,-66],[69,-229],[18,-52],[54,-130],[124,-374],[22,-70],[30,-93],[25,-74],[36,-87],[177,-523],[19,-59],[1,-4],[20,-70],[3,-14],[1,-1],[3,-15],[2,-136],[-1,-1],[-144,-130],[-22,25],[-17,12],[-31,-5],[-42,-21],[-48,-25],[-55,-19],[-51,-16],[-58,-13],[-55,-9],[-53,-2],[-31,3],[-46,-3],[-43,-8],[-73,-19],[-9,-6],[-9,1],[-77,-15],[-76,-4],[-121,-11],[-56,-11],[-73,-18],[-91,-35],[-69,-32],[-67,-21],[-72,-16],[-64,-10],[-61,-2],[-67,0],[-31,6],[-21,22],[-24,28],[-36,-7],[-70,-21],[-109,-37],[-48,-6],[-93,-17],[-139,-38],[-63,-18],[-65,-20],[-50,-17],[-26,-21],[-30,-25],[-47,-12],[-30,3],[-55,11],[-29,2],[-39,-6],[-106,-32],[-144,-50],[-16,-5],[-52,-14],[-126,-29],[-177,-44],[-104,-36],[-23,-3],[-42,2],[-2,0],[-28,3],[-16,-8],[-25,-26],[-24,-41],[-10,-8],[-13,-4],[-14,3],[-11,27],[-5,19],[-14,13],[-19,3],[-22,-4],[-17,-17],[-17,-32],[-15,-33],[-8,-37],[-12,-33],[-37,-33],[-26,-19],[-24,-21],[-30,-31],[-19,-23],[-15,-11],[-10,-2],[-18,2],[-24,31],[-26,29],[-23,17],[-20,1],[-15,0],[0,0],[-219,-47],[-904,-195],[-299,-64],[-39,-9],[-82,-17],[-100,-22],[-307,-66],[-385,-83],[7,-1021],[2,-328]],[[361538,885680],[-3,-1],[-135,0],[-228,79],[0,0]],[[361172,885758],[-8,5],[-138,90],[-75,35],[-82,32],[-110,7],[-86,0],[-64,-31],[-89,-111],[-118,-134],[-128,-118],[-164,-75],[-200,-79],[-306,-116],[-178,-91],[-126,-78],[-1,-1],[-3,-2],[-75,-86],[-109,2],[-57,46],[-33,63],[-6,84],[16,108],[26,84],[74,57],[29,23],[169,106],[212,152],[127,100],[122,132],[163,204],[4,6],[102,142],[106,150],[16,43],[44,140],[2,9],[37,114],[2,8],[7,23],[2,24],[0,4],[0,1],[-1,9],[0,5],[-1,2],[-33,36],[-64,63],[-73,118],[-34,89],[-2,103],[15,51],[18,28],[39,64],[223,281],[34,66],[7,69],[39,66],[106,149],[138,160],[186,224],[187,309],[116,177],[122,185],[116,153],[154,173],[63,70],[330,361],[550,729],[78,107],[232,322],[220,320],[183,236],[49,68],[146,202],[25,35],[104,135],[133,173],[24,32],[232,299],[59,64],[157,170],[144,177],[150,166],[288,299],[1,1],[39,55],[179,203],[80,76],[423,372],[399,370],[410,379],[414,369],[423,355],[424,351],[439,367],[358,297],[436,327],[351,290],[415,342],[456,345],[386,300],[415,344],[453,340],[435,334],[352,259],[76,60],[429,326],[422,308],[438,304],[490,317],[426,272],[431,283],[185,121],[263,169],[484,264],[228,118],[236,108],[51,34],[410,263],[422,314],[438,340],[430,356],[434,317],[449,281],[238,119],[218,99],[334,151],[153,63],[271,132],[217,114],[303,144],[172,90],[179,85],[332,141],[216,83],[48,20],[588,257],[73,41],[47,21],[196,-218],[39,-53],[1,-2],[-21,-1],[-31,-9],[-22,-14],[-5,-3],[-31,-14],[-1121,-620],[-62,-34],[113,-145],[23,-53],[14,-31],[28,-65],[18,-42],[37,1],[1,0]],[[374884,896126],[12,-53],[107,27],[-12,52],[-35,-9],[-12,-3],[-60,-14]],[[366898,893291],[-53,-24],[-7,17],[-42,-19],[-54,-25],[7,-17],[28,-72],[54,24],[31,14],[11,5],[3,3],[11,5],[49,8],[-23,61],[-9,23],[-6,-3]],[[366991,893207],[-185,-89],[-163,-23],[6,-60],[29,-80],[99,-87],[41,62],[52,60],[37,37],[49,43],[44,32],[-9,105]],[[361201,887386],[7,-22],[27,16],[0,0],[101,63],[-7,16],[-10,19],[-5,14],[-6,12],[-5,4],[5,25],[12,22],[13,27],[15,25],[12,21],[19,22],[22,34],[26,31],[30,27],[19,11],[5,2],[2,2],[3,1],[16,-1],[19,17],[17,19],[8,-1],[19,-4],[1,0],[5,-2],[12,4],[21,8],[3,5],[9,2],[6,-8],[12,-5],[165,29],[69,21],[21,9],[4,8],[-1,15],[-15,83],[66,9],[33,6],[31,5],[22,3],[121,25],[-12,26],[-27,-4],[-15,71],[-1,10],[-4,3],[-12,9],[-103,100],[-193,189],[-25,28],[-35,-41],[-78,-99],[-29,-38],[-68,-97],[-177,-253],[-20,-29],[-15,-23],[-9,-6],[-109,-19],[-23,-4],[-93,-120],[5,-74],[51,-127],[43,-121]],[[384028,902819],[-21,59],[-43,-20],[21,-61],[43,22]],[[384071,902901],[3,-38],[35,3],[35,3],[-3,39],[-36,-4],[-34,-3]],[[385556,903487],[-205,455],[-405,-212],[47,-60],[563,-183]],[[390669,902749],[-19,13],[16,39],[23,54],[1,3],[4,7],[30,65],[8,19],[12,19],[29,23],[27,26],[4,24],[1,16],[0,3],[-78,510],[0,0],[0,0],[13,88],[-1,58],[0,23],[0,3],[0,1],[1,2],[0,1],[0,2],[1,2],[0,1],[0,2],[0,2],[0,1],[0,2],[0,2],[0,1],[0,2],[0,2],[0,1],[-1,2],[0,1],[0,2],[-1,2],[0,1],[0,2],[-1,1],[0,1],[0,13],[1,6],[11,63],[8,84],[-98,52],[-94,-77],[0,0],[-78,-25],[-79,-25],[-56,-23],[-28,-8],[-3,-4],[-42,-17],[-56,-20],[-16,-1],[-10,2],[-7,6],[-6,7],[-9,25],[-13,15],[-12,6],[-15,1],[-13,-6],[-9,-10],[-4,-9],[-9,-1],[4,-52],[1,-14],[-381,-101],[-43,4],[-11,1],[-5,1],[-4,0],[-5,1],[-3,0]],[[388927,904951],[2,0]],[[388929,904951],[10,-1],[4,-2],[5,21]],[[388948,904969],[0,0],[2,2],[5,4],[19,14],[42,20],[61,24],[143,70],[83,42],[32,18],[4,2],[-3,9],[-32,75],[41,61],[13,18],[21,35],[13,25],[17,43],[32,80],[32,79],[-1,0],[11,28],[16,27],[36,56],[66,103],[40,63],[113,148],[-17,6],[48,71],[8,17],[8,97]],[[389801,906206],[69,-2],[39,-2],[112,-2],[156,-23],[0,0],[232,-64],[119,-31],[129,-44],[348,-106],[31,-10],[84,-30],[52,-19],[150,-50],[204,-86],[20,-14],[23,-23],[34,-44],[21,-39],[10,-18],[16,-36],[0,0],[42,-189],[33,-127],[22,-144],[1,-148],[-18,-142],[-31,-143],[-106,-277],[-67,-142],[-167,-227],[-83,-90],[-95,-178],[-4,-17],[-2,-6],[-53,-218],[-62,-221],[-101,-228],[-134,-192],[-1,-3],[-1,-2],[-1,-1],[-153,-119]],[[385270,905782],[2,10],[0,0],[2,10],[13,76],[21,120],[9,53],[3,19],[11,63],[9,53],[14,84],[13,78],[-79,-13],[-92,-15],[-23,52],[-82,-13],[-2,11],[-690,-185],[-2,-1],[-203,-33],[-141,-24],[-91,-15],[-133,-70],[-28,-15],[-5,-1],[-31,-11],[-49,-31],[-7,-6],[-109,-57],[-2,-1],[-1,0],[0,-1],[-14,-7],[0,0],[-28,-15],[-124,-67],[-104,-55],[-61,158],[-45,132],[179,89],[6,3],[0,7],[126,61],[36,17],[162,78],[199,96]],[[383929,906416],[80,38],[241,100],[23,9],[183,69],[191,73],[252,76],[81,23],[234,45],[183,27],[64,-5],[115,-20],[-3,-3],[186,-33],[130,-14]],[[385889,906801],[0,-2],[-5,-364],[-111,-19],[0,-2],[21,-278],[1,-3]],[[361538,885680],[-2,328],[-7,1021],[385,83],[205,-854],[-199,-58],[-128,-44],[-56,-72],[-8,-11],[-50,-94],[-28,-87],[-25,-114],[-29,-72],[-58,-26]],[[651686,742686],[169,-52],[178,-51],[423,-128],[27,-6],[18,-2],[42,-3],[45,0],[22,0],[12,0],[52,3],[85,9],[387,38],[297,27],[61,6],[47,5],[81,7],[22,3],[32,4],[230,23],[272,26],[132,11],[171,15],[27,-3],[27,-6],[32,-10],[362,-126],[23,-8],[150,-57],[300,-109],[34,-12],[249,-88],[203,-71],[172,-61],[39,-14],[34,-13],[110,-38],[59,-13],[63,-12],[74,-11],[135,-20],[195,-28],[62,-8],[12,-2],[211,-30],[85,-11],[50,-3],[44,0],[43,1],[15,2],[16,1],[7,2],[14,3],[13,4],[17,4],[50,21],[121,48],[27,10],[61,13],[48,5],[76,-7],[55,-6],[26,-4],[40,-5],[659,-70],[288,-30],[23,-2],[15,-1],[38,-9],[45,-16],[17,-6],[4,-2],[33,-12],[8,-4],[15,23],[-3,2],[5,4],[8,6],[10,0],[450,-51],[275,-28],[-36,-86],[-68,-168],[1,-1],[-10,-26],[13,-7],[-76,-175],[-97,-217],[-187,-392],[-131,-271],[-171,-367],[-60,-133],[-77,-171],[-131,-294],[-12,-28],[-98,-227],[-50,-116],[-34,-83],[-25,-62],[-87,-218],[-63,-160],[-93,-233],[-109,-274],[-75,-191],[-77,-188],[-108,-270],[-280,-706],[-104,-258],[-8,-21],[-10,-27],[-30,-66],[-89,-184],[-113,-233],[-118,-237],[-87,-166],[-95,-190],[-67,-134],[-46,-91],[-30,-13],[-197,-373],[0,0],[-19,-6],[-214,-68],[-52,-17],[-130,-44],[-35,-5],[-46,7],[-38,13],[-80,36],[-284,154],[10,-29],[107,-283],[73,-110],[14,-22],[-91,-43],[-41,-30],[69,-158],[44,-91],[12,-20],[-37,-29],[-31,-39],[-21,-27],[-12,-10],[-31,-30],[-17,-21],[-14,-22],[-15,-24],[-6,-14],[-14,-27],[-5,-15],[-5,-25],[-5,-27],[-5,-31],[-4,-20],[-2,-20],[-2,-30],[-4,-32],[9,-37],[4,-12],[22,-58],[14,-32],[18,-44],[16,-40],[17,-46],[16,-44],[12,-35],[14,-48],[8,-30],[8,-15],[4,-26],[1,-21],[1,-27],[0,-27],[-2,-24],[1,-13],[1,-6],[-11,-52],[-7,-36],[-25,-103],[-8,-43],[-15,-81],[-34,-139],[-3,-12],[-13,-40],[3,-24],[-30,-200],[10,3],[-4,-17],[-6,-26],[-3,-20],[-15,-108],[-3,-3],[-16,-122],[-8,-76],[-10,-88],[-9,-82],[-7,-60],[-8,-75],[-10,-80],[-3,-46],[-4,-47],[-2,-30],[-2,-6],[-2,-12],[-5,-51],[-12,-103],[-11,-97],[-4,-36],[-9,-69],[-12,-105],[-10,-79],[-7,-68],[-8,-69],[-12,-91],[-10,-87],[-4,-12],[10,-12],[-3,-11],[-8,-55],[-17,-104],[-6,-43],[-8,-48],[-11,-65],[-13,-78],[-9,-51],[-4,-11],[-15,-84],[-6,-33],[-7,-44],[-6,-26],[-3,-8],[-5,-22],[-2,-22],[-18,-87],[-12,-53],[-19,-83],[-5,-7],[-10,-45],[1,-10],[-8,-34],[-5,-13],[-11,-49],[-12,-47],[-17,-67],[-31,-118],[-20,-78],[-29,-99],[-38,-123],[-30,-98],[-36,-118],[-62,-182],[-65,-178],[-48,-119],[-51,-136],[-12,-16],[-35,-97],[-52,-134],[-51,-132],[-33,-87],[-47,-128],[-49,-124],[-3,-10],[-29,-83],[-32,-85],[-23,-61],[-16,-18],[-39,-99],[-40,-78],[6,-24],[-32,-83],[-8,-25],[-39,-103],[-50,-126],[-45,-116],[-1,-3],[4,-2],[-16,-41],[-38,-96],[-22,-54],[-7,-20],[-21,-57],[-20,-56],[-22,-60],[-3,-8],[-11,-29],[-22,-57],[-18,-49],[-26,-68],[-1,-19],[-101,-295],[-61,-190],[-4,-11],[-1,0],[-2,0],[-1,0],[-14,-47],[-1,-1],[-1,-1],[-2,1],[-3,2],[-26,27],[-2,2],[-2,0],[-2,-2],[-2,-4],[-6,6],[-18,21],[-99,105],[-98,123],[-77,-117],[-293,301],[-170,-261],[-96,-150],[-90,-139],[-58,-90],[-177,134],[-89,-135],[-235,-354],[-66,-100],[-14,-22],[-23,25],[-12,14],[-221,240],[-72,79],[-23,26],[-34,37],[-219,242],[-42,45],[-15,16],[-30,31],[-11,-15],[-21,-24],[-18,-24],[-18,-37],[-7,-32],[4,-37],[-78,4],[-86,4],[-44,-4],[-28,-5],[-26,-9],[-32,-17],[-58,-18],[-10,-3],[-17,-6],[-35,-12],[-49,-25],[-50,-35],[-31,-25],[-35,-41],[-10,-72],[-69,-1],[-40,-6],[-37,-12],[-31,-15],[-36,-24],[-48,-39],[-138,-149],[-64,-77],[-70,-74],[-34,-27],[-29,-28],[-24,-40],[-22,-38],[-27,-41],[-65,-87],[-47,-70],[-21,-37],[-14,-31],[-9,-45],[0,-36],[7,-15],[16,-21],[33,-30],[53,-42],[18,-17],[5,-13],[4,-117],[0,-23],[-19,-49],[-10,-42],[-6,-28],[3,-22],[9,-15],[20,-22],[38,-40],[19,-26],[4,-14],[-2,-23],[-5,-20],[-26,-53],[-75,-145],[-71,-142],[-41,-80],[-27,-56],[-14,-43],[-13,-62],[-6,-38],[-2,-30],[101,-153],[58,-77],[22,-21],[-1,-76],[0,-43],[-5,-48],[-66,-254],[-54,-197],[-1,-5],[-14,-12],[-18,-3],[-49,2],[-91,14],[7,34],[-147,25],[21,72],[31,106],[49,185],[12,34],[8,25],[27,49],[22,43],[-74,-21],[-39,-7],[-149,-49],[-454,-148],[-115,-26],[-49,-16],[-42,-21],[-33,-16],[-41,-36],[-55,-53],[-18,-26],[-39,-52],[-25,-35],[-31,-51],[-28,-51],[-25,-52],[-28,-70],[-16,-47],[-52,-161],[-16,-33],[-21,-33],[-17,-30],[-8,-16],[9,-14],[4,-9],[3,-20],[-22,-6],[-30,-7],[-59,-17],[-17,-5],[-34,-13],[-5,13],[-11,15],[5,69],[-4,17],[-15,9],[-31,8],[-38,3],[-27,11],[-49,30],[-37,15],[-32,10],[-70,43],[-37,22],[-44,10],[-49,7],[-16,2],[-53,2],[-19,10],[-16,1],[-88,2],[-59,0],[-65,-13],[-23,1],[-1,25],[0,20],[-2,42],[-4,125],[-7,162],[-7,158],[-1,19],[-19,392],[-3,21],[-14,303],[-16,359],[-4,19],[-98,130],[-72,95],[-50,68],[-117,161],[-7,7],[-8,8],[-10,9],[-4,3],[-175,116],[-106,70],[-17,-12],[-168,-224],[-26,-22],[-55,-19],[-77,-24],[-13,-8],[-20,-12],[-38,-24],[-33,-29],[-24,-22],[-17,-20],[-25,-37],[-3,-21],[-8,-95],[2,-31],[17,-109],[-33,-19],[-16,-9],[-51,-29],[-16,-10],[-93,-53],[-111,-62],[-15,-9],[-56,-30],[-6,-2],[-17,-10],[-86,-46],[-86,-44],[-27,-25],[-25,-30],[-84,-98],[-121,-158],[-15,-19],[-141,-176],[-107,-130],[-87,-110],[-62,-76],[-65,-85],[-83,-110],[-91,-123],[-73,-101],[-211,-303],[-127,-161],[-132,-146],[-215,-234],[-236,-258],[-35,-17],[-5,-18],[-15,-65],[-9,-19],[-20,-24],[-30,-32],[-118,-132],[-21,-19],[-58,-49],[-48,-41],[-39,-48],[-21,-47],[-9,-27],[-32,1],[-57,3],[-35,4],[-24,7],[-25,22],[-14,-12],[-7,-7],[-10,-9],[-35,24],[-41,36],[-51,66],[-64,76],[-12,26],[-66,109],[-121,207],[-116,195],[-8,5],[-266,-185],[-87,-61],[-9,82],[-11,10],[-89,3],[-44,-14],[-37,-18],[-39,-31],[-105,134],[-53,-55],[-50,-52],[-17,-5],[-10,40],[-14,33],[-40,56],[-22,34],[-8,20],[-2,23],[0,34],[-9,31],[-2,22],[0,22],[-132,-91],[-116,-80],[-103,-71],[-132,-93],[-20,-14],[-39,-26],[-15,-10],[-143,-100],[-140,-97],[-190,-132],[-137,-95],[-276,287],[-113,118],[-457,475],[-400,417],[33,57],[-84,88],[17,21],[-53,53],[-107,107],[-14,15],[-140,-163],[-33,-39],[-133,-155],[-194,-222],[-16,16],[-124,136],[-199,-97],[-31,-13],[-4,5],[-142,155],[-14,14],[-27,-7],[-73,-37],[-97,-53],[-22,-2],[-83,43],[-159,76],[-123,56],[-35,11],[-18,6],[-80,15],[-57,13],[-27,9],[-54,18],[-48,23],[-16,8],[-15,7],[-36,28],[-33,37],[-44,70],[-14,26],[-20,38],[-32,55],[-21,26],[-9,8],[-10,9],[-8,7],[-15,13],[-62,58],[-49,39],[-32,21],[-26,9],[-17,6],[-6,2],[-13,-4],[-21,-7],[-32,-12],[-129,-53],[-71,-29],[-62,-28],[-15,-11],[-29,-35],[-7,-8],[-17,-32],[-10,-33],[-5,-44],[2,-100],[4,-77],[-2,-29],[-10,-35],[-16,-32],[-44,-47],[-29,-26],[-22,-17],[-28,-23],[-50,-40],[-29,34],[-29,14],[-15,16],[-10,40],[-44,221],[-2,25],[-2,15],[-2,30],[1,31],[9,28],[23,43],[60,83],[22,35],[4,20],[-1,20],[-13,60],[-15,70],[-1,29],[10,54],[-2,33],[-22,66],[-6,28],[-13,55],[-10,60],[-4,24],[-29,-33],[-12,-14],[-10,-11],[-65,-74],[-129,-145],[-34,-39],[-298,-334],[-45,-51],[-149,-167],[-14,-16],[-15,-16],[-23,-27],[-191,-214],[-20,-22],[-36,-40],[0,0],[0,0],[-155,-176],[-70,-75],[-42,90],[-269,598],[-65,180],[24,54],[28,48],[33,55],[28,33],[0,1],[26,38],[57,76],[27,44],[36,54],[36,43],[30,39],[9,8],[124,130],[39,47],[8,9],[65,47],[101,68],[58,32],[256,118],[20,493],[1,1],[149,62],[16,7],[19,5],[22,10],[142,70],[25,12],[9,5],[29,12],[8,1],[-8,22],[-13,-2],[-52,94],[-20,42],[-61,214],[12,7],[-34,94],[-17,-4],[-30,78],[-19,78],[-156,-54],[-21,26],[-54,63],[-1,11],[33,39],[4,11],[-22,30],[-29,5],[-31,45],[9,14],[-24,34],[-28,39],[-11,15],[-95,-58],[-67,-47],[-39,-33],[-43,-42],[-43,-50],[-28,-40],[-23,-36],[-24,-10],[-21,-62],[-18,-46],[-10,-20],[-19,-38],[-35,-54],[-23,-30],[-30,61],[-31,19],[-26,4],[-29,-8],[-103,-82],[-71,-42],[-52,-19],[-46,-14],[-77,-13],[-56,-4],[-39,2],[-42,10],[-67,21],[-66,19],[-62,18],[-68,15],[-67,9],[-44,9],[-34,13],[-260,157],[-26,16],[-20,19],[-52,54],[-56,73],[-30,23],[-54,23],[-99,49],[54,30],[41,23],[44,23],[305,159],[196,108],[68,37],[308,171],[40,22],[190,102],[22,11],[27,20],[32,14],[176,99],[-25,21],[-408,1213],[-406,1225],[9,41],[-56,-1],[-8,1],[50,77],[44,79],[44,96],[46,104],[61,143],[40,97],[6,16],[0,0],[56,142],[-16,7],[-21,9],[-12,-4],[-60,4],[-81,38],[-20,14],[-40,-74],[0,0],[-47,34],[-10,16],[-164,239],[-57,90],[6,7],[45,29],[52,30],[66,42],[52,48],[79,84],[49,55],[-37,32],[-34,34],[-54,48],[-58,54],[-25,23],[-4,34],[17,52],[40,212],[32,164],[24,109],[32,167],[83,235],[14,69],[50,223],[54,262],[36,159],[26,125],[9,49],[-5,5],[-45,46],[-73,70],[-37,38],[-16,14],[1,8],[-21,-24],[-4,4],[-45,50],[-28,33],[-112,117],[-22,20],[-10,8],[-5,10],[-15,17],[-49,-58],[-51,-58],[-34,-38],[-46,-53],[-36,-47],[-12,-3],[-8,-2],[-13,-18],[0,-10],[-15,-20],[-661,-775],[-110,-130],[-155,196],[70,86],[-3,25],[52,58],[71,146],[17,41],[-19,25],[-13,14],[0,8],[38,40],[160,185],[44,51],[-1,21],[212,242],[11,13],[-2,23],[27,27],[-1,7],[-82,118],[-17,25],[-15,18],[-125,173],[-94,130],[-40,55],[-80,110],[-32,40],[-57,40],[-100,59],[-257,143],[-53,31],[-26,22],[-40,45],[-50,57],[11,33],[6,56],[2,40],[51,414],[6,42],[2,24],[8,112],[97,816],[23,10],[43,24],[47,33],[88,65],[37,26],[22,9],[38,24],[92,63],[44,25],[29,14],[54,29],[56,31],[111,60],[17,9],[13,-1],[9,-11],[38,-45],[44,-58],[51,-59],[48,-63],[83,-94],[125,-160],[17,-18],[72,-87],[112,-136],[14,-17],[188,-230],[19,-46],[26,26],[32,34],[35,36],[65,66],[136,139],[1,2],[35,35],[86,88],[39,41],[181,189],[57,55],[17,21],[68,69],[43,42],[66,68],[23,25],[4,6],[37,56],[21,21],[169,175],[16,16],[55,58],[42,43],[284,289],[68,62],[25,7],[344,2],[120,-2],[22,0],[198,-5],[45,-4],[40,-4],[148,-18],[247,-29],[57,-5],[28,-2],[10,-1],[73,26],[88,33],[18,7],[178,67],[91,33],[91,34],[71,26],[129,48],[54,17],[357,132],[37,13],[40,14],[39,58],[16,25],[18,29],[4,5],[36,47],[5,-2],[1,-18],[7,-65],[39,-40],[29,-48],[22,-35],[10,-15],[39,-52],[38,-48],[64,-56],[61,-51],[49,-36],[42,-24],[65,-33],[21,-9],[19,-9],[23,-10],[43,-14],[94,-20],[13,-1],[112,-16],[20,2],[19,1],[27,3],[49,17],[102,62],[98,55],[21,9],[16,8],[23,10],[85,26],[242,65],[78,21],[45,7],[40,5],[14,0],[77,-1],[36,-1],[66,-2],[138,-2],[91,-2],[50,1],[20,2],[247,38],[57,7],[360,46],[38,4],[303,36],[103,11],[243,31],[43,5],[29,3],[23,2],[150,19],[143,18],[189,22],[167,20],[48,5],[8,3],[27,9],[12,6],[12,6],[24,16],[51,27],[46,22],[28,20],[21,21],[22,28],[21,38],[11,21],[9,17],[21,48],[15,34],[9,15],[7,3],[12,-9],[39,-36],[28,-32],[22,-28],[21,-30],[20,-36],[15,-29],[9,-19],[8,-17],[15,-44],[12,-40],[5,-18],[6,-25],[1,-4],[23,6],[28,61],[83,194],[119,276],[42,102],[34,83],[104,239],[65,150],[24,55],[14,39],[-4,15],[-25,98],[-40,151],[59,24],[77,31],[40,13],[67,22],[10,3],[7,12],[15,29],[10,15],[12,6],[36,-13],[40,-10],[42,-10],[66,-13],[63,-12],[23,-33],[22,-28],[22,-21],[84,-98],[48,-57],[50,-57],[35,-42],[42,-49],[31,-38],[19,-25],[14,-37],[7,-24],[20,-95],[18,-86],[11,-44],[12,-37],[12,-29],[12,-22],[9,-13],[4,-5],[15,-12],[18,-12],[20,-9],[22,-6],[95,-9],[48,-5],[60,-5],[46,-2],[23,1],[20,4],[29,11],[93,45],[116,56],[66,30],[36,19],[25,8],[16,2],[21,-1],[27,-6],[27,-16],[17,-16],[25,-25],[25,-19],[23,-10],[34,-6],[56,-4],[51,-2],[29,1],[20,2],[22,6],[37,12],[40,16],[36,16],[14,10],[9,13],[8,15],[6,24],[8,54],[12,94],[2,21],[4,28],[5,19],[10,16],[13,16],[16,23],[8,17],[4,15],[0,18],[-3,45],[-5,72],[-8,61],[-3,30],[-4,25],[-7,20],[-14,24],[-20,25],[-58,68],[-4,6],[12,1],[26,6],[63,20],[184,61],[9,0],[27,14],[5,-10],[5,2],[10,8],[11,13],[448,148],[167,57],[152,54],[55,21],[55,28],[102,43],[180,81],[235,103],[159,69],[23,10],[130,56],[331,146],[114,46],[10,5],[19,10],[21,12],[37,25],[32,24],[108,102],[95,91],[239,238],[239,237],[119,118],[87,84],[166,163],[16,16],[95,93],[204,197],[129,126],[-20,17],[-174,198],[-80,90],[-5,8],[-18,19],[110,536],[27,6],[86,20],[27,7],[-120,143],[15,17],[-7,6],[-32,35],[-23,28],[-15,18],[-44,54],[-6,7],[-10,11],[-31,33],[-72,91],[-12,14],[-46,35],[-73,57],[-46,37],[-16,16],[-6,9],[1,6],[-12,15],[-8,11],[-12,10],[-45,30],[-38,24],[-37,22],[-23,15],[-79,56],[-53,36],[-50,33],[-45,27],[-39,22],[-23,10],[-36,11],[-7,2],[-27,7],[-21,3],[-7,15],[-10,27],[21,12],[6,4],[31,11],[243,103],[77,33],[113,53],[37,19],[24,12],[55,28],[70,40],[88,56],[28,20],[6,8],[6,20],[5,15],[11,17],[18,20],[18,16],[34,23],[29,15],[38,17],[21,8],[6,5],[1,5],[-1,9],[-7,12],[1,11],[3,8],[17,23],[140,155],[29,35],[24,42],[13,35],[17,37],[10,12],[74,39],[246,132],[154,82],[63,31],[20,7],[27,11],[50,-169],[10,-1],[194,37],[255,49],[6,-34],[23,4],[15,4],[110,22],[0,1],[36,24],[218,100],[302,-93],[26,-7],[25,-7],[12,-4]],[[435079,539384],[7,1],[207,43],[250,62],[128,25]],[[435671,539515],[-24,-83],[-87,-280],[-433,220],[-42,12],[-6,0]],[[434865,539233],[-36,-40],[-18,-144],[-21,-164],[-349,-80],[-208,-38],[-25,-1],[0,-6],[-82,-266],[-615,297],[-137,61],[-241,90],[-462,150]],[[432671,539092],[9,25],[13,35],[27,62],[50,101],[84,164],[22,17],[27,-7],[38,-5],[24,0],[41,2],[41,9],[38,7],[70,15],[27,4],[74,2],[24,-2],[166,-34],[106,-15],[22,-7],[21,-11],[37,-31],[100,-81],[55,-43],[50,-39],[46,-36],[103,-59],[1,-4],[22,-11],[60,-5],[56,-20],[45,-17],[11,-19],[18,-5],[20,-5],[11,16],[5,23],[18,15],[21,10],[27,-7],[40,-18],[34,-2],[123,0],[111,6],[116,30],[44,24],[1,1],[58,17],[37,39]],[[438153,538527],[-67,6],[-20,-23],[-33,-39],[-27,-30],[-49,-50],[-7,-6],[-18,-17],[-18,-15],[-14,-14],[-9,-10],[-3,-4],[-5,0],[-25,9],[-15,9],[-8,17],[-6,63],[-10,14],[-15,9],[-38,8],[-16,14],[-15,8],[-14,-3],[-13,-13],[-6,-2],[-12,0],[-10,7],[-7,12],[-12,30],[-12,20],[-7,5],[-28,9],[-12,8],[-14,13],[-18,27],[-11,7],[-35,11],[-16,13],[-23,23],[-50,22],[-37,44],[-38,9],[-10,10],[-15,37],[-21,25],[-34,-5],[-27,-2],[-30,13],[-31,-4],[-18,7],[-26,19],[-41,22],[-22,22],[-29,37],[-42,38],[-21,33],[-25,29],[-25,13],[-14,12],[-14,40],[-11,19],[-30,17],[-16,14],[-23,2],[-16,-3],[-17,5],[-18,17],[-19,21],[-5,6],[-3,8],[-2,8],[-2,1],[0,10],[2,0],[0,9],[2,0],[0,11],[-5,14],[-2,3],[-4,3],[-1,2],[-2,0],[-5,2],[-22,4],[-5,0],[-6,-1],[-5,1],[-12,4],[-5,5],[-5,7],[-8,9],[-8,2],[-8,5],[-4,8],[-2,7],[-3,7],[-1,4],[-9,9],[-4,2],[-5,2],[-6,1],[-11,9],[-3,3],[-3,6],[-1,6],[2,12],[2,6],[3,18],[0,12],[-2,7],[-4,7],[-2,6],[-1,1],[-3,3],[1,0],[-12,10],[-24,16],[-38,14],[-22,7],[-8,8],[-8,13],[-9,33],[-17,23],[-9,10],[-11,1],[-10,3],[-6,8],[29,86],[8,5],[9,48]],[[436470,539690],[2,1],[1681,-1164]],[[431643,540597],[-58,25],[-41,19],[-48,25],[-131,55],[-224,263]],[[431141,540984],[49,33],[62,-1],[38,-6],[44,-26],[18,-25],[4,-30],[1,-27],[11,-32],[51,-80],[21,-30],[24,-27],[21,-17],[59,-14],[29,-6],[27,-12],[29,-27],[17,-37],[10,-15],[-13,-8]],[[430529,542014],[-15,14],[-39,9],[-13,38],[-11,48],[-20,76],[-8,21],[-153,337],[-79,169],[-37,79],[-52,105],[-89,187],[-22,46],[-17,35],[-6,14],[-103,217],[-19,37],[-15,20],[-26,24],[-20,5],[-127,-11],[-56,-2],[-58,156],[-9,26],[-60,159],[-58,157],[-13,35],[-57,155],[-39,104],[-24,63],[-7,18],[-57,151],[-61,159],[-9,24],[-13,32],[-47,130],[-20,-6],[-2,17],[-4,28],[-43,455],[18,215],[73,169],[131,170],[95,105],[74,139]],[[429412,546143],[-31,-125],[-52,-125],[-113,-182],[-92,-148],[-41,-114],[0,-466],[43,-120],[18,-51],[144,-375],[82,-205],[103,-137],[93,-216],[102,-136],[196,-251],[51,-79],[298,-626],[43,-85],[35,-76],[33,-77],[37,-78],[37,-81],[36,-74],[34,-81],[21,-78],[40,-143]],[[404792,549648],[-24,-19],[-35,43],[-67,75],[-129,137],[-130,132]],[[404407,550016],[0,0],[143,-92],[18,-12],[1,0],[123,-139],[66,-76],[34,-49]],[[433386,550304],[-494,-445]],[[432892,549859],[-38,37],[-44,34],[-39,31],[83,78],[1,1],[0,0],[160,142],[84,76],[101,92],[38,35],[28,25],[120,-106]],[[436470,539690],[-4,13],[-9,2],[-8,-4],[-3,-8],[-216,49],[4,6],[2,21],[-9,8],[-12,2],[-28,-19],[-14,-16],[-19,-24],[-21,-28],[-20,-36],[-8,-24],[-14,-41],[-13,-23],[-4,1],[-41,8],[-37,-23],[-22,-32],[-18,-22],[-21,2],[-32,6],[-19,11],[-14,8],[-16,4],[-5,-3],[-10,11],[-1,1],[-2,-2],[-31,-4],[7,24],[-6,4],[-105,47],[-2,0],[-28,-94]],[[435079,539384],[-36,-8],[-46,-15],[-18,-8],[-114,-120]],[[432671,539092],[-20,9],[-94,30],[-108,41],[-21,7],[-23,14],[-14,16],[-17,32],[-21,52],[-61,133],[-76,152],[-80,149],[-35,67],[-136,246],[-20,36],[-6,21],[-3,126],[-7,49],[-6,22],[-9,16],[-9,15],[-12,14],[-12,17],[-8,21],[-10,20],[-18,34],[-17,25],[-31,40],[-34,31],[-29,21],[-34,17],[-31,13],[-17,9],[-9,10]],[[431141,540984],[-5,6],[-5,8],[-24,30],[-124,154],[-146,202],[-112,186],[-77,135],[-48,103],[-38,98],[-27,92],[-6,16]],[[429412,546143],[7,21],[4,2],[0,10],[17,45],[7,169],[-7,81],[-7,74],[-19,98],[-15,88],[-6,41],[-9,50],[-33,128],[-28,73],[-29,72],[-2,30],[-1,34],[-4,6],[-20,10],[-4,6],[-1,7],[0,8],[3,7],[49,43],[50,36],[37,25],[68,43],[7,12],[14,11],[30,20],[73,48],[25,23],[115,88],[25,16],[80,49],[39,27],[92,54],[42,22],[72,49],[52,29],[12,7],[5,7],[9,8],[7,3],[15,3],[5,5],[6,8],[5,6],[7,5],[8,6],[10,4],[7,12],[8,10],[7,7],[56,39],[15,12],[16,16],[35,25],[29,16],[26,14],[61,38],[65,36],[56,37],[39,22],[27,22],[24,17],[29,16],[36,22],[29,26],[13,11],[19,7],[20,9],[14,9],[13,7],[16,12],[27,25],[23,17],[17,11],[16,8],[22,9],[14,10],[12,13],[17,14],[8,8],[15,8],[19,8],[11,7],[11,9],[14,7],[10,10],[13,5],[11,9],[19,13],[13,6],[17,6],[15,10],[39,29],[33,21],[48,35],[26,15],[25,13],[34,22],[20,17],[36,27],[70,43],[60,40],[21,18],[21,19],[16,11],[18,11],[13,6],[10,8],[46,34],[27,14],[21,12],[34,24],[31,10],[21,20],[22,19],[18,8],[12,7],[19,9],[24,25],[38,34],[39,28],[29,18],[15,10],[16,16],[40,31],[31,26],[24,15],[37,32],[49,24],[18,11],[16,12],[15,15],[24,23],[42,33],[39,31],[21,19],[25,20],[27,18],[16,13],[15,13],[15,9],[16,7],[18,19],[47,49],[11,9],[16,8],[11,5],[9,9],[13,10],[11,5],[10,6],[10,7],[10,11],[8,6],[10,6],[26,23],[9,5],[10,9],[7,9],[6,7],[119,118],[-49,48]],[[433386,550304],[148,-132],[317,-296],[314,-300],[313,-298],[618,-605],[322,-331],[301,-314],[4368,-4639],[621,-661],[1864,-1990],[312,-332],[315,-333],[310,-335],[314,-336],[174,-184],[-1427,-1483],[-702,270],[-28,11],[-254,102],[-66,24],[-31,11],[-187,72],[-138,-130],[-641,-70],[-429,-85],[-334,-36],[-114,8],[-162,65],[-88,41],[-166,81],[-126,63],[-141,-65],[-347,188],[-60,31],[-80,44],[-121,66],[-58,32],[-125,68],[-19,1]],[[404407,550016],[-87,40],[-89,82],[-77,67],[-138,109],[-178,134],[-269,181],[-211,119],[-161,86],[-178,80],[-151,61],[-181,64],[-137,41],[-128,33],[8,8],[1874,1756],[8075,2234],[4037,-159],[2233,-396],[-280,-1275],[-25,-109],[-33,-141],[-3,-10],[-127,-547],[-17,-73],[-3,-13],[-5,-17],[-28,-119],[-102,33],[-37,8],[-30,1],[-27,-3],[-25,0],[-23,7],[-80,27],[-31,11],[-26,10],[-16,11],[-103,34],[-23,9],[-50,18],[-56,16],[-43,9],[-37,7],[-65,13],[-133,24],[-72,11],[-32,1],[-32,5],[-25,4],[-43,19],[-22,6],[-17,2],[-42,5],[-27,-5],[-31,-1],[-45,-9],[-20,-5],[-69,17],[-30,4],[-9,1],[-60,3],[-53,6],[-16,1],[-20,-3],[-115,-9],[-76,-16],[-64,1],[-49,1],[-41,2],[-25,6],[-27,18],[-14,13],[-18,10],[-1,1],[-26,8],[-28,1],[-10,-1],[-25,-4],[-12,-1],[-61,-5],[-156,4],[-23,3],[-34,17],[-24,11],[-13,6],[-30,21],[-14,3],[-25,5],[-35,-2],[-11,0],[-15,-3],[-17,3],[-22,5],[-17,8],[-23,2],[-57,-2],[-52,1],[-50,-2],[-69,-21],[-31,-9],[-4,-7],[-47,-4],[-21,-5],[-16,-6],[-21,-10],[-29,-6],[-28,0],[-80,-5],[-26,-2],[-30,2],[-44,-3],[-15,-7],[-23,5],[-18,6],[-37,10],[-44,5],[-55,3],[-50,2],[-85,-4],[-38,-1],[-56,-2],[-25,-6],[-155,-33],[-78,-9],[-57,-11],[-7,0],[-8,0],[-27,-19],[-6,-5],[-22,-18],[-10,-10],[-20,-9],[-55,-15],[-117,-27],[-228,-45],[-97,-13],[-23,-5],[-185,-38],[-54,-10],[-139,-25],[-3,0],[-229,-39],[-5,2],[-11,-3],[-6,-3],[-60,-10],[-94,-21],[1,13],[2,43],[0,9],[-7,-2],[0,25],[-43,-4],[-58,-10],[-19,-7],[-11,-9],[-15,-11],[-25,-6],[-25,0],[-45,6],[-33,11],[-16,14],[-17,22],[-7,14],[-1,-65],[7,-21],[2,-24],[1,-58],[-81,-10],[-137,-22],[-37,-6],[-59,-15],[-218,-37],[-83,-14],[-76,-13],[-60,-12],[-179,-35],[-110,-21],[-32,-16],[-185,-42],[-81,-20],[-1119,-224],[-13,0],[5,-82],[-1,-24],[-126,-34],[0,-8],[-2,-4],[-9,-12],[-20,-4],[-26,2],[-20,12],[-4,-1],[-15,-3],[-205,-65],[-162,-55],[-1,2],[-65,-20],[-181,-54],[-51,-16],[-1,1],[-16,7],[-6,31],[-35,189],[-29,156],[-14,79],[-2,8],[-8,-1],[-7,31],[-29,121],[-10,-39],[-15,-23],[-4,-13],[-1,-18],[-3,-19],[-7,-14],[-16,-20],[-17,-12],[-13,-18],[-7,-23],[-4,-21],[0,-1],[-6,-20],[-16,-17],[-40,-25],[-33,-9],[-37,-14],[-27,-5],[-28,-3],[-14,2],[-22,5],[-7,3],[-4,-26],[-8,-28],[-10,-27],[3,-16],[3,-18],[12,-3],[33,5],[32,8],[-47,-24],[17,-68],[2,-27],[21,-112],[4,-20],[11,-32],[-3,-15],[-8,-2],[-17,-5],[-26,2],[-23,-7],[-8,-8],[-3,-13],[-227,-42],[-29,-13],[-44,-27],[-33,-45],[18,-133],[56,-479],[16,-123],[15,-130],[3,-23],[0,-4],[-110,-63],[-90,-39],[-619,-188],[-8,5],[-81,-24],[-131,-28],[-10,-4],[-13,0],[-35,-3],[67,-445],[14,-54],[11,-20],[0,0],[3,-11],[17,-23],[0,0],[8,-13],[50,-77],[47,-64],[43,-59],[75,-88],[36,-36],[10,-13],[6,4],[0,0],[18,-9],[33,-7],[27,-8],[24,-15],[4,-4],[1,-1],[0,0],[64,-67],[68,-71],[27,-39],[62,-103],[13,-25],[-94,-70],[4,-5],[-2,0],[-73,-53],[-38,-34],[-15,-13],[-289,-283],[-10,-7],[-19,-13],[-16,-10],[-6,-4],[-30,-14],[-181,-10],[-319,-17],[-92,-6],[-626,-39],[-349,-19],[-43,-2],[-32,-2],[-70,126],[-11,23],[-38,75],[-50,99],[-3,9],[-2,6],[-4,6],[-22,37],[-37,72],[-50,99],[-47,93],[-12,23],[-35,64],[-52,97],[-18,31],[-124,219],[-102,160],[-84,129],[-61,84],[-3,6],[-11,11],[-1,7],[-18,19],[-38,55],[-94,118]],[[347599,655879],[106,-50],[7,-3],[25,-9],[164,-65],[191,-69],[78,-25],[89,-19],[192,-26],[392,-57],[361,-47],[78,-10],[209,-32],[147,-20],[74,-11],[88,-15],[13,-3],[40,-8],[-1,-26],[-9,-28],[-2,-13],[-5,-46],[-2,-41],[0,-46],[-2,-46],[-4,-46],[-2,-32],[-2,-53],[0,-37],[5,-48],[6,-57],[7,-87],[1,-13],[0,-28],[-1,-38],[7,-24],[7,-21],[9,-14],[-3,-29],[-15,-126],[-13,-82],[-19,-100],[-12,-103],[-43,-355],[-27,-186],[-28,-207],[-19,-154],[-1,-4],[-21,-67],[-9,-47],[-10,-74],[-5,-78],[-4,-90],[-16,-127],[-6,-24],[-61,-385],[-18,-141],[-11,-64],[-11,-72],[-101,-676],[-40,-216],[-12,-74],[-9,-64],[-9,-48],[-12,-39],[-200,-431],[-10,-22],[-107,-225],[-17,-23],[-13,-14],[-39,-39],[-57,-48],[-110,-97],[-20,-20],[-26,-26],[-20,-24],[-24,-29],[-75,-104],[-44,-60],[-50,-70],[-35,-52],[-80,-118],[-98,-141],[-24,-40],[-16,-40],[-21,-62],[-99,-291],[-19,-48],[-17,-53],[-21,-35],[-51,-63],[-11,-15],[-19,-31],[-56,-67],[-37,-43],[-56,-65],[-99,-118],[-93,-111],[-77,-89],[-91,-107],[-70,-82],[-51,-52],[-32,-30],[-54,-42],[-101,-78],[-52,-39],[-44,-41],[-37,-29],[-13,-15],[-17,-13],[-17,-8],[-17,-2],[-24,3],[-270,50],[-19,2],[-16,-1],[-16,-1],[-34,-16],[-274,-148],[-142,-80],[-192,-105],[-100,-57],[-17,-19],[-410,-538],[-162,-214],[-38,-52],[-24,-41],[-5,-11],[-23,-46],[-15,-34],[-24,-64],[-104,-287],[-31,-88],[-30,-95],[-38,-106],[-10,-26],[-44,-111],[-11,-40],[-14,-51],[-19,-98],[-36,-192],[-24,-110],[-60,-236],[-30,-122],[-5,-20],[-3,-31],[-4,-51],[-8,-151],[-3,-138],[2,-492],[-3,-271],[-2,-56],[-4,-96],[-6,-53],[-9,-37],[-21,-66],[-42,-89],[-166,-322],[-32,-69],[-11,-23],[-9,-23],[-43,-95],[-22,-51],[-20,-43],[-13,-25],[-73,-107],[-90,-180],[-103,-199],[-88,-162],[-79,-144],[-22,-40],[-2,-3],[-35,0],[-21,0],[-21,-12],[-17,-6],[-32,2],[-70,6],[-136,17],[-175,14],[-171,27],[-90,6],[-87,9],[-150,15],[-177,9],[-59,10],[-227,21],[-53,4],[-87,-2],[-171,26],[-3,0],[-27,5],[-329,27],[-51,7],[-85,10],[-11,-4],[-21,-3],[-22,1],[-31,3],[-17,1],[-114,8],[-58,14],[2,10],[-5,15],[-27,29],[-17,23],[-11,33],[-5,25],[1,23],[6,23],[-4,16],[-6,7],[-24,1],[-121,-10],[-47,2],[-49,7],[-24,1],[-14,-4],[-7,-11],[2,-105],[6,-39],[16,-23],[-37,2],[-13,-5],[-59,5],[-134,-3],[-56,10],[-96,9],[-12,2],[-27,3],[-4,-1],[-15,0],[-24,3],[-113,6],[-111,12],[-68,4],[-268,23],[-30,5],[-8,7],[-51,2],[-17,-3],[-123,3],[-162,14],[-23,5],[0,0],[0,0],[9,74],[10,85],[7,5],[4,12],[-4,14],[-5,4],[-30,27],[-18,21],[-6,18],[0,21],[4,12],[8,12],[0,0],[31,37],[25,28],[34,9],[39,18],[32,23],[15,16],[3,11],[-1,9],[-6,11],[-16,5],[-59,6],[-115,15],[-256,21],[-121,8],[0,56],[1,24],[1,31],[-1,16],[-11,17],[-26,3],[-63,1],[-10,1],[-54,5],[-2,23],[2,9],[6,10],[5,5],[29,2],[13,5],[6,8],[2,11],[-1,29],[-1,9],[-4,10],[-8,5],[-22,3],[14,72],[6,22],[5,32],[2,30],[-8,23],[-7,11],[-11,4],[-26,3],[1,42],[6,53],[4,14],[2,8],[7,66],[30,-7],[133,-25],[16,-3],[37,-5],[36,-1],[2,16],[2,21],[3,32],[3,15],[-10,2],[-85,11],[-105,10],[-20,9],[-1,3],[-8,19],[-12,28],[-91,14],[-12,0],[-15,-2],[-28,0],[5,45],[16,57],[13,41],[29,94],[21,58],[34,105],[15,47],[7,26],[0,24],[9,14],[6,20],[-1,11],[0,9],[-4,9],[4,11],[13,8],[4,8],[46,202],[10,55],[7,70],[11,85],[6,28],[13,38],[2,5],[7,14],[12,27],[15,39],[21,55],[11,21],[9,37],[9,53],[8,62],[1,25],[8,29],[13,114],[17,105],[13,76],[10,26],[3,9],[-2,20],[-7,13],[-2,1],[8,32],[16,-10],[8,25],[13,-2],[7,26],[94,-9],[14,-1],[84,-7],[0,15],[100,-13],[7,141],[-15,1],[-30,6],[0,42],[-2,31],[4,56],[-51,3],[14,106],[10,73],[34,-5],[8,100],[59,-7],[4,82],[178,-19],[15,-7],[6,18],[17,6],[7,6],[11,99],[-104,12],[3,26],[10,142],[-192,25],[-70,10],[1,13],[5,39],[4,31],[14,76],[3,40],[0,0],[1,7],[5,21],[3,5],[12,-8],[20,-2],[62,2],[55,-3],[87,-11],[58,-7],[96,-6],[92,-17],[-1,-13],[21,-4],[3,13],[65,-14],[41,-5],[24,5],[72,46],[110,79],[35,28],[45,28],[65,37],[41,28],[27,24],[22,27],[21,16],[33,21],[31,26],[32,33],[30,47],[22,46],[26,56],[31,58],[65,129],[65,139],[62,106],[40,76],[33,56],[34,52],[76,88],[15,18],[13,20],[24,1],[0,0],[34,-2],[58,-12],[66,-2],[14,4],[1,0],[8,12],[5,17],[0,22],[3,28],[3,6],[6,20],[27,44],[11,21],[10,31],[11,27],[33,45],[23,26],[9,-4],[26,5],[24,-5],[24,-6],[27,1],[28,6],[29,13],[31,4],[19,0],[18,-8],[25,-10],[11,-2],[58,-4],[64,-10],[22,7],[0,-27],[-3,-36],[-8,-50],[-19,-62],[-1,-108],[-4,2],[-5,-6],[0,-19],[-4,-38],[-4,-28],[7,3],[7,3],[6,-8],[0,-22],[-8,-29],[-3,-36],[-5,-34],[-6,-11],[9,-30],[2,-8],[22,-56],[13,-27],[12,-3],[14,-10],[12,-33],[35,-11],[8,33],[17,53],[12,43],[23,46],[19,38],[12,31],[6,122],[0,16],[5,17],[9,3],[21,-3],[8,1],[12,19],[29,76],[4,15],[16,54],[9,41],[-4,18],[0,0],[-11,9],[-37,16],[-34,4],[3,37],[6,3],[20,1],[2,12],[5,4],[0,32],[-5,25],[-13,37],[-23,83],[4,59],[7,72],[23,132],[16,112],[1,80],[-3,74],[0,20],[-5,16],[-2,61],[4,9],[6,22],[12,26],[22,33],[7,31],[1,58],[0,95],[13,136],[4,29],[-3,21],[3,20],[17,56],[11,43],[8,57],[2,39],[16,69],[3,28],[4,62],[36,-3],[0,0],[7,-4],[33,-5],[36,-4],[31,-9],[24,-6],[21,-1],[1,-5],[6,-1],[2,0],[11,0],[9,2],[0,-1],[28,-9],[33,-5],[15,-2],[1,10],[8,56],[22,-4],[34,-6],[70,-14],[2,12],[3,21],[9,60],[7,43],[-15,0],[-44,7],[-64,10],[-14,2],[-80,17],[-5,1],[-2,1],[2,12],[-24,4],[-108,15],[-60,13],[1,9],[-11,1],[2,13],[-12,2],[7,110],[13,98],[9,44],[6,37],[1,8],[5,156],[11,130],[6,57],[4,36],[10,118],[10,-1],[2,17],[-10,1],[12,137],[13,-2],[2,21],[-14,2],[9,110],[4,45],[-7,13],[5,23],[12,0],[6,31],[6,58],[4,49],[0,24],[16,-2],[1,15],[-17,2],[0,51],[7,48],[12,56],[8,39],[6,37],[1,10],[0,9],[-1,25],[4,26],[13,32],[9,88],[3,48],[11,71],[7,27],[2,22],[-1,20],[7,47],[3,36],[2,5],[27,-8],[2,16],[-25,8],[24,118],[-1,19],[8,54],[10,32],[7,50],[5,28],[3,19],[12,40],[-2,10],[-40,7],[-11,21],[1,32],[3,14],[1,11],[14,22],[14,27],[7,32],[4,25],[2,3],[0,0],[2,3],[8,11],[7,22],[1,24],[6,8],[8,29],[6,43],[1,18],[15,96],[12,-1],[2,18],[-14,0],[1,133],[3,60],[18,8],[10,0],[1,0],[1,0],[16,-9],[20,-26],[123,-20],[99,-19],[13,-3],[52,-8],[65,-16],[69,-10],[64,-7],[54,-7],[22,-5],[73,-17],[16,-2],[20,-5],[0,24],[4,14],[-3,47],[-15,37],[-35,-7],[-51,6],[-36,5],[-38,6],[-177,30],[-342,57],[-10,0],[0,1],[-8,1],[-4,0],[-8,0],[-10,-1],[-6,-1],[-3,93],[18,4],[14,2],[368,67],[57,18],[295,64],[310,62],[39,15],[33,20],[36,28],[20,26],[32,56],[17,15],[29,18],[25,11],[20,3],[249,37],[94,16],[28,4],[88,17],[80,21],[27,10],[36,14],[38,19],[58,33],[48,34],[41,32],[69,52],[27,16],[34,10],[30,2],[54,-4],[154,-21],[148,-23],[114,-15],[76,-5],[94,0],[135,5],[103,2],[35,-2],[48,-5],[56,1],[62,7],[53,11],[57,22],[55,28],[42,20],[50,28],[41,25],[45,34],[31,27],[20,25],[14,24],[9,27],[15,78],[18,122],[11,53],[18,42],[23,35],[38,41],[68,57],[46,57],[30,42],[28,57],[84,192],[25,49],[28,47],[124,183],[278,385],[32,41],[8,14],[0,9],[-14,19],[12,-10],[19,3],[19,27],[136,218],[10,17],[10,17],[47,-17],[27,32]],[[342220,648123],[4,-3],[-1,0],[2,-1],[2,-2],[5,-4],[5,-3],[8,-3],[4,-3],[3,-5],[2,-6],[37,9],[6,12],[2,19],[10,82],[-48,10],[-28,5],[-12,4],[-4,-2],[-12,-18],[-2,-16],[0,-1],[0,-4],[-1,-8],[0,-5],[0,0],[0,-2],[0,-3],[2,-15],[2,-10],[5,-14],[1,-2],[5,-7],[3,-4]],[[344467,643567],[23,-2],[10,2],[33,12],[57,17],[11,1],[17,-4],[9,1],[10,4],[26,21],[12,2],[2,3],[1,1],[1,8],[0,6],[-1,5],[-2,3],[1,68],[1,93],[-3,59],[-287,23],[-2,-8],[5,-9],[-4,-10],[2,-18],[-3,-24],[0,-52],[-5,-54],[1,-9],[3,-13],[-5,-23],[-5,-8],[-3,-16],[-2,-20],[15,-2],[13,-28],[11,-11],[26,-11],[32,-7]],[[698870,762443],[15,-9],[142,75],[215,113],[53,29],[51,-201],[31,-125],[-67,-41],[-42,-26],[-49,-31],[-62,-36],[-87,-47],[-84,-59],[4,-29],[-6,0],[-7,2],[113,-424],[0,0],[-73,-50],[-556,-382],[-130,-102],[-342,10],[-26,-29],[-39,-1],[-99,0],[-44,-2],[-39,-5],[-30,-7],[-32,-10],[-47,-20],[-93,-43],[-97,-44],[-25,-11],[-12,-5],[-42,-24],[-163,-112],[-50,-35],[-33,-19],[-30,-13],[-26,-10],[-33,-6],[-101,-7],[-55,-5],[-32,-6],[-34,-9],[-39,-15],[-68,-36],[-18,-8],[-37,-18],[-50,-28],[-44,-29],[-35,8],[0,0],[10,-22],[52,-117],[41,-95],[77,-177],[3,-22],[93,-210],[104,-245],[70,-170],[-1,-6],[-8,-7],[-32,-23],[-31,-27],[-23,-24],[-18,-24],[-16,-25],[-14,-30],[-4,-8],[-21,-38],[-19,-54],[-19,-48],[-16,-67],[-4,-21],[-8,-60],[-5,-50],[-39,-316],[-7,-56],[-20,-170],[-19,-165],[-64,-496],[-19,-151],[-27,-215],[-23,-177],[-3,-29],[37,-2],[18,-2],[41,1],[15,9],[26,-8],[9,-1],[19,0],[14,3],[45,23],[270,142],[308,163],[28,10],[344,-16],[201,-8],[333,-14],[23,-4],[27,0],[48,4],[98,9],[21,2],[38,6],[100,16],[80,16],[73,14],[19,4],[44,8],[19,1],[42,8],[64,8],[112,10],[31,0],[26,-11],[231,-1078],[4,-21],[-34,-16],[-258,-137],[-138,-72],[-24,-13],[-215,-112],[-48,-26],[-247,-136],[7,-31],[4,-62],[8,-105],[28,-346],[13,-183],[8,-141],[17,-193],[3,-28],[2,-30],[-276,-244],[-271,-243],[-349,-314],[-31,-22],[-25,-24],[-15,-14],[-124,-109],[-294,-256],[-75,-68],[-110,-96],[-23,-20],[-4,-3],[-522,-460],[-88,-77],[-51,-44],[-220,-191],[-16,-14],[-11,-10],[-564,-497],[-11,-9],[-30,29],[-25,26],[-22,22],[-14,11],[-11,5],[-32,10],[-20,5],[-30,7],[-73,18],[-105,27],[-31,8],[-293,77],[-40,13],[-23,11],[-25,16],[-23,19],[-18,16],[-18,22],[-17,21],[-13,25],[-14,27],[-16,49],[-11,37],[-45,-18],[-5,-4],[-74,-27],[-403,-151],[-1,30],[-84,-46],[4,-30],[-11,-116],[-22,-156],[0,0],[-7,-10],[-13,-13],[-1,22],[-5,15],[-17,41],[-16,43],[-48,129],[-74,195],[-118,313],[-10,28],[-47,123],[-50,138],[-11,31],[-74,203],[-69,190],[-76,209],[-77,207],[-21,-9],[-70,-30],[-47,-21],[-21,96],[-30,140],[-48,239],[-1,0],[-1,3],[-169,-3],[-9,-1],[-4,5],[-22,32],[-45,77],[9,81],[0,5],[34,311],[6,52],[30,268],[3,15],[1,0],[1,8],[25,-8],[73,-31],[51,-25],[17,-10],[9,-9],[7,-6],[18,-12],[55,-27],[29,-14],[143,-70],[68,-33],[137,-64],[24,-12],[22,-10],[81,-36],[30,-14],[16,-10],[15,-11],[6,-6],[9,-8],[13,-19],[12,-19],[8,-20],[7,-21],[24,-87],[7,-17],[20,64],[5,14],[8,28],[6,29],[9,60],[10,49],[11,43],[89,293],[3,11],[64,215],[58,170],[13,41],[17,43],[29,85],[21,58],[-18,24],[-19,-12],[-71,90],[-49,58],[-13,15],[-31,42],[-10,8],[-5,2],[-6,6],[9,46],[2,1],[3,9],[13,70],[15,86],[20,98],[0,7],[49,269],[-8,21],[-1,8],[-13,31],[-4,9],[-1,3],[0,1],[-4,15],[-2,8],[55,386],[17,125],[0,2],[-8,0],[2,15],[41,-1],[52,-11],[53,416],[15,116],[3,23],[0,26],[-2,22],[-5,32],[-2,11],[-4,19],[-3,11],[-14,35],[-23,57],[-10,29],[-8,22],[-8,32],[-2,13],[0,30],[188,93],[84,40],[119,55],[14,12],[0,19],[3,2],[60,49],[101,78],[18,14],[7,11],[55,281],[4,3],[4,-2],[13,-4],[30,-9],[12,57],[-15,2],[6,29],[12,-3],[-23,144],[0,23],[5,30],[14,115],[16,132],[33,370],[-8,-1],[3,26],[7,0],[5,65],[1,54],[-3,31],[-40,220],[-7,33],[-7,39],[145,125],[92,76],[204,174],[57,68],[46,57],[35,44],[28,82],[2,144],[-15,1],[0,105],[14,1],[-1,63],[-14,2],[-1,24],[-1,0],[2,135],[259,95],[64,26],[235,-298],[92,-118],[83,-107],[6,-2],[89,-23],[169,-44],[103,-26],[88,-23],[38,-8],[-5,20],[-4,23],[1,13],[8,17],[19,25],[27,26],[57,48],[141,100],[74,52],[28,20],[72,48],[52,34],[51,30],[148,78],[112,62],[60,33],[118,70],[27,13],[107,53],[43,25],[19,14],[13,13],[17,22],[44,60],[15,20],[61,93],[111,170],[-1,0],[1,0],[11,-9],[10,20],[40,98],[20,47],[24,54],[24,45],[25,48],[41,64],[11,14],[26,27],[17,12],[58,39],[101,70],[149,103],[83,57],[17,11],[79,56],[72,49],[142,-327],[2,-4]],[[695209,613754],[17,-154],[1,-12],[11,-107],[2,-17],[14,-133],[2,-26],[2,-12],[2,-24],[4,-32],[12,-114],[6,-56],[2,-27],[6,-46],[16,-164],[4,-38],[4,-37],[13,-123],[0,-1],[12,-122],[12,-107],[17,-153],[-1,-10],[-33,-4],[4,-34],[1,-4],[4,-47],[9,-90],[24,-233],[17,-160],[0,-3],[19,-184],[14,-138],[2,-25],[6,-50],[9,-85],[12,-123],[5,-47],[2,-22],[8,-76],[2,-13],[7,-75],[6,-56],[3,-25],[2,-23],[9,-84],[6,-57],[0,-50],[234,224],[78,68],[14,13],[4,-48],[0,0],[278,-2755],[0,0],[0,-6],[3,-26],[82,10],[477,55],[24,-10],[0,0],[91,12],[-2,-1],[8,-54],[0,-5],[0,-1],[19,-178],[14,-137],[3,-22],[24,-228],[18,-173],[14,-140],[58,-539],[49,-463],[2,-18],[2,-15],[12,-130],[7,-71],[0,0],[0,0],[-2,-1],[-165,-79],[-270,-125],[-369,-172],[-104,-49],[-73,-34]],[[696035,605433],[-1,3],[-3,34],[0,9],[-7,57],[-1,26],[-11,91],[-6,56],[-12,112],[-39,364],[-34,324],[-31,291],[-19,224],[75,10],[-51,546],[-7,-1],[-1,8],[-319,-42],[-57,-6],[-38,-5],[-24,247],[-4,125],[-134,-18],[-9,-1],[-4,36],[0,0],[-9,85],[-10,98],[-11,113],[-6,52],[-5,49],[-2,18],[-1,16],[-1,4],[-1,10],[0,23],[0,5],[2,21],[1,6],[2,17],[2,11],[0,1],[3,36],[2,23],[2,32],[0,12],[2,26],[1,18],[0,26],[0,28],[0,28],[-1,25],[-1,33],[-1,5],[0,7],[0,8],[-7,85],[-3,28],[0,8],[-6,49],[0,6],[-8,63],[-1,3],[-10,56],[-30,105],[-3,11],[-7,23],[-21,65],[-1,4],[0,1],[-7,21],[-6,22],[-3,22],[-2,17],[0,1],[0,1],[0,0],[0,0],[0,0],[0,0],[0,0],[-16,143],[-2,28],[-32,307],[-35,341],[-1,0],[-2,22],[-2,12],[1,1],[-3,34],[-31,297],[-36,353],[-26,252],[-28,273],[-9,88],[0,2],[-1,7],[1,15],[1,11],[2,15],[1,8],[0,1],[1,14],[0,21],[-6,69],[-2,16],[-9,90],[-4,46],[-6,71],[-5,58],[-5,63],[-13,117],[-6,47],[-6,58],[-6,59],[-3,24],[-8,90],[-12,106],[-12,112],[-11,109],[-6,68],[-2,32],[-5,37],[-5,30],[-6,28],[-3,10],[-12,38],[-3,10],[-3,11],[-2,20],[14,96],[163,401],[3,2],[1,1],[253,238],[2,2]],[[698545,602080],[-41,-2],[-8,76],[-20,185],[-4,40],[-26,241],[-21,190],[26,5],[15,3],[30,-283],[1,-18],[39,-356],[9,-81]],[[698183,603440],[159,-1428],[-13,-1],[-22,-2],[-2,8],[-4,0],[0,6],[-5,42],[-83,-9],[5,-43],[-1,0],[-1,0],[-19,171],[-40,340],[-24,213],[0,0],[-53,471],[-12,112],[1,1],[42,43],[34,36],[2,2],[4,4],[10,11],[22,23]],[[698561,602310],[-3,0],[-12,112],[-30,260],[-59,572],[-47,419],[21,22],[2,2],[95,97],[0,0],[35,36],[2,3],[23,-203],[-8,-6],[-30,-25],[142,-1271],[-131,-18]],[[699060,603684],[6,-55],[17,6],[10,14],[11,15],[7,3],[4,-3],[6,-3],[8,-2],[10,2],[9,9],[3,12],[-4,17],[-1,18],[7,2],[14,3],[-7,57],[0,5],[21,7],[6,1],[5,2],[80,19],[5,-16],[0,0],[62,-575],[17,1],[16,2],[4,-1],[1,-6],[2,-11],[16,-206],[8,-97],[1,-15],[6,-72],[4,-47],[4,-51],[-60,-11],[-16,-2],[-139,-26],[-8,-1],[-28,-5],[-10,73],[0,0],[0,0],[-26,-5],[-70,-12],[-54,-9],[-33,-6],[23,-193],[6,-59],[-150,-28],[-40,-6],[0,0],[-64,575],[34,7],[6,2],[-18,168],[-66,608],[-9,84],[-9,84],[42,41],[100,102],[31,30],[47,50],[89,91],[7,-53],[30,-285],[9,-80],[14,-131],[4,-38]],[[701412,609464],[-1,0],[-1,5],[-1,5],[0,4],[-34,203],[-43,250],[34,5],[41,5],[-4,20],[-46,349],[-6,45],[-8,63],[0,2],[0,1],[6,0],[14,2],[64,9],[6,1],[10,-59],[88,-533],[57,-347],[1,-6],[-6,-1],[-12,-2],[-159,-21]],[[701439,610659],[-6,-53],[-1,-5],[0,2],[-4,21],[0,2],[0,-2],[0,-1],[-41,247],[-2,11],[-4,20],[83,11],[0,0],[7,0],[-32,-253]],[[696006,616742],[5,-58],[2,-25],[28,-328],[28,-328],[35,-398],[40,-462],[-5,0],[1,-11],[-40,-5],[-104,-18],[-185,-26],[-11,-1],[9,-89],[-131,-14],[-195,-27],[0,-3],[1,-6],[14,-154],[1,-6],[326,41],[5,1],[20,-195],[6,-115],[2,-19],[0,-18],[0,-1],[-1,-7],[-1,-3],[-12,-19],[-1,-2],[-4,-3],[-14,-10],[-13,-6],[-1,0],[-29,-16],[-7,-3],[-1,-1],[-36,-19],[-4,-3],[-72,-40],[-116,-64],[-7,2],[-8,-4],[0,0],[0,-1],[-104,-57],[0,-2],[15,-141],[0,-1],[0,-1],[3,-50],[-2,-2],[-174,-166],[-2,9],[-31,341],[-20,209],[-12,-2],[-14,-2],[0,2],[-29,316],[-20,224],[-12,94],[-20,158],[-29,233],[-20,219],[498,538],[-1,1],[15,15],[-25,226],[-17,147],[-4,30],[-4,36],[-2,16],[154,23],[78,7],[152,18],[59,5],[14,-1],[9,-1],[0,-1],[4,17],[1,4],[15,3],[0,0]],[[699693,619771],[2,-1],[-2,22],[14,-9],[19,-11],[1,-16],[20,-10],[123,-75],[1,-1],[143,-88],[29,-22],[33,-33],[14,-14],[8,-8],[-18,-11],[0,0],[-17,-15],[-31,-21],[-20,-15],[-19,-14],[-42,-26],[-42,-31],[-45,-28],[-48,-30],[-44,-25],[-12,-7],[-26,-16],[0,0],[-20,-10],[-26,-5],[-46,-9],[-19,-2],[-149,-22],[-2,0],[-1,20],[-2,22],[-4,37],[-41,411],[108,10],[-5,69],[10,43],[17,32],[71,-43],[34,-25],[17,-13],[17,-10]],[[697681,620052],[-11,77],[23,18],[68,52],[22,-63],[-102,-84]],[[697681,620052],[237,-305],[-42,-45],[13,-12],[14,12],[142,-149],[10,-7],[5,0],[9,23],[93,194],[8,0],[114,-50],[26,-12],[10,-3],[12,37],[17,46],[7,20],[23,67],[12,33],[13,34],[10,29],[14,44],[2,3],[75,146],[19,42],[3,5],[1,-13],[3,-92],[15,-185],[2,-30],[3,-30],[9,-111],[4,-33],[8,-33],[16,-66],[1,-7],[8,-66],[20,-128],[30,-251],[1,-11],[0,-9],[2,-29],[-5,1],[-74,-7],[-101,-15],[-87,-12],[-67,-10],[-92,-13],[-107,-17],[-40,-7],[-80,-12],[-59,-9],[-121,-18],[-3,21],[-2,10],[-2,14],[-2,13],[-11,100],[-7,64],[-3,39],[-28,259],[-34,224],[-44,317]],[[695209,613754],[0,6],[-15,17],[2,3],[32,30],[6,6],[11,11],[25,26],[-1,5],[174,166],[2,2],[-3,50],[0,1],[0,1],[-15,141],[0,2],[104,57],[0,1],[0,0],[8,4],[7,-2],[116,64],[72,40],[4,3],[36,19],[1,1],[7,3],[29,16],[1,0],[13,6],[14,10],[4,3],[1,2],[12,19],[1,3],[1,7],[0,1],[0,18],[-2,19],[-6,115],[-20,195],[-5,-1],[-326,-41],[-1,6],[-14,154],[-1,6],[0,3],[195,27],[131,14],[-9,89],[11,1],[185,26],[104,18],[40,5],[-1,11],[5,0],[-40,462],[-35,398],[-28,328],[-28,328],[-2,25],[-5,58],[0,0],[0,0],[-9,97],[-25,294],[-24,280],[-30,347],[-28,331],[3,0],[80,13],[0,0],[12,1],[113,12],[0,6],[4,1],[-1,11],[-41,512],[-5,58],[38,34],[33,30],[0,0],[116,105],[0,0],[33,30],[23,21],[0,0],[156,141],[488,444],[0,0],[13,12],[23,20],[0,0],[188,164],[6,6],[106,94],[112,99],[53,43],[-2,7],[36,27],[11,9],[32,24],[33,25],[17,12],[39,29],[61,48],[11,-77],[44,-317],[34,-224],[28,-259],[3,-39],[7,-64],[11,-100],[2,-13],[2,-14],[2,-10],[3,-21],[121,18],[59,9],[80,12],[40,7],[107,17],[92,13],[67,10],[87,12],[101,15],[74,7],[5,-1],[23,-4],[21,3],[278,39],[259,35],[50,9],[73,8],[118,18],[2,0],[149,22],[19,2],[46,9],[26,5],[20,10],[0,0],[26,16],[12,7],[44,25],[48,30],[45,28],[42,31],[42,26],[19,14],[20,15],[31,21],[17,15],[0,0],[18,11],[5,-5],[19,-17],[22,-17],[118,-68],[22,-14],[36,-26],[29,-20],[46,-24],[60,-42],[64,-36],[34,-16],[31,-11],[23,-10],[24,-17],[28,-24],[35,-28],[37,-26],[151,-88],[117,-80],[53,-27],[45,-16],[60,-21],[38,-20],[74,-46],[62,-38],[4,-3],[17,-174],[-2,-72],[7,-25],[16,-146],[13,-132],[17,-163],[27,-281],[34,-318],[0,-1],[1,1],[0,0],[13,2],[3,-33],[-12,-3],[0,0],[0,0],[-2,0],[29,-279],[5,-58],[25,-247],[6,-56],[0,-2],[11,-95],[47,-479],[3,-34],[53,-563],[62,-612],[-593,-68],[-717,-83],[6,-60],[296,-2823],[16,-148],[-3,0],[-12,-2],[0,0],[3,-26],[0,-1],[0,-2],[4,-40],[33,-297],[15,-134],[7,1],[515,66],[130,17],[49,-202],[11,-43],[8,-36],[5,-23],[0,0],[0,0],[0,-3],[0,0],[3,-18],[0,-11],[-1,-36],[-11,-102],[-1,-9],[-7,0],[0,0],[-83,-11],[4,-20],[2,-11],[41,-247],[0,1],[0,2],[0,-2],[4,-21],[0,-2],[-4,-38],[-2,-26],[0,-25],[2,-40],[2,-16],[3,-18],[-1,0],[0,0],[1,-5],[-6,-1],[-64,-9],[-14,-2],[-6,0],[0,-1],[0,-2],[8,-63],[6,-45],[46,-349],[4,-20],[-41,-5],[-34,-5],[43,-250],[34,-203],[0,-4],[1,-5],[1,-5],[1,0],[159,21],[12,2],[6,1],[4,-22],[14,-85],[26,-160],[98,-613],[0,0],[-38,-19],[-69,-34],[78,-477],[-191,-25],[1,-7],[2,-20],[52,-465],[0,0],[0,0],[-397,-51],[0,0],[-1,9],[0,4],[-2,18],[-469,-58],[-133,-17],[-338,-44],[-39,-5],[-130,-17],[-63,-8],[-27,-3],[-19,-3],[-33,-5],[-6,-1],[87,-850],[87,-839],[148,-1451],[27,-270],[56,-564],[23,-225],[3,-25],[14,-127],[15,-133],[-1,-1],[-17,-11],[-196,-121],[-26,-17],[-24,-18],[-24,-19],[-18,-16],[-16,-16],[-41,-45],[-16,-21],[-16,-22],[-13,-19],[-16,-27],[-15,-28],[-12,-24],[-15,-35],[-55,-140],[-53,-132],[-23,-55],[-15,-30],[-13,-25],[-30,-51],[-36,-53],[-50,-71],[-17,-23],[-9,8],[-6,15],[0,0],[-18,262],[-47,-6],[0,1],[-32,294],[-1,2],[-2,24],[-2,13],[-2,16],[-1,12],[-12,104],[-1,12],[-11,93],[-17,-4],[-27,-4],[0,2],[-5,-1],[-4,51],[-4,47],[-6,72],[-1,15],[-8,97],[-16,206],[-2,11],[-1,6],[-4,1],[-16,-2],[-17,-1],[-62,575],[0,0],[-5,16],[-80,-19],[-5,-2],[-6,-1],[-21,-7],[0,-5],[7,-57],[-14,-3],[-7,-2],[1,-18],[4,-17],[-3,-12],[-9,-9],[-10,-2],[-8,2],[-6,3],[-4,3],[-7,-3],[-11,-15],[-10,-14],[-17,-6],[-6,55],[-4,38],[-14,131],[-9,80],[-30,285],[-7,53],[-89,-91],[-47,-50],[-31,-30],[-100,-102],[-42,-41],[9,-84],[9,-84],[66,-608],[18,-168],[-6,-2],[-34,-7],[64,-575],[0,0],[0,-2],[26,-233],[-1,-6],[7,-59],[29,-271],[-4,-4],[-36,-42],[-35,-41],[-5,-6],[-32,6],[-8,1],[-27,242],[-1,4],[-34,310],[-142,1271],[30,25],[8,6],[-23,203],[-2,-3],[-35,-36],[0,0],[-95,-97],[-2,-2],[-21,-22],[47,-419],[59,-572],[30,-260],[12,-112],[1,-10],[14,-141],[9,-79],[-22,0],[-13,0],[-2,0],[-9,81],[-39,356],[-1,18],[-30,283],[-15,-3],[-26,-5],[21,-190],[26,-241],[4,-40],[20,-185],[8,-76],[26,-239],[3,-29],[-4,1],[-21,3],[-8,2],[-52,9],[-2,0],[-7,1],[-37,7],[-20,178],[-10,2],[-30,-1],[-159,1428],[-22,-23],[-10,-11],[-4,-4],[-2,-2],[-34,-36],[-42,-43],[-1,-1],[12,-112],[53,-471],[0,0],[24,-213],[40,-340],[19,-171],[14,-119],[3,-30],[0,-3],[0,0],[-1,0],[-39,8],[-29,4],[-35,7],[-31,5],[-41,7],[-37,6],[-41,7],[-44,8],[-5,1],[-37,6],[-43,6],[-41,7],[-45,7],[-43,7],[-46,7],[-40,6],[-35,6],[-33,5],[-30,5],[-37,6],[-28,4],[-28,5],[-25,4],[-40,6],[-42,6],[-33,6],[-32,5],[-33,5],[-34,5],[-44,7],[-38,6],[-37,7],[-71,12],[-32,6],[-31,5],[-27,5],[-31,5],[-24,5],[-4,0],[-2,1],[-41,7],[-1,1],[-7,1],[-3,1],[-43,7],[-10,2],[-12,3],[-16,3],[-5,0],[-2,1],[-32,7],[-13,4],[-21,6],[-12,5],[-11,5],[-25,11],[-32,20],[-13,7],[-2,2],[-27,20],[-27,23],[-26,28],[-24,30],[-38,59],[-14,27],[-14,35],[-14,39],[-10,38],[-8,35],[-107,1037],[-80,775],[-3,32],[-21,206],[-70,668],[-17,168],[-2,12],[0,0],[-23,-9],[-1,8],[-2,22]],[[638105,812047],[5,-19],[33,0],[30,-6],[49,-25],[23,-14],[106,-66],[20,-14],[19,-11],[0,0],[50,-29],[51,-31],[149,-92],[193,-114],[16,-9],[8,-5],[382,-235],[198,-124],[201,-119],[140,-89],[94,-59],[15,-33],[20,-41],[57,-1],[0,0],[22,0],[3,0],[25,-6],[95,-57],[191,-118],[209,-127],[129,-79],[32,-23],[110,-67],[202,-126],[153,-94],[79,-46],[33,-25],[109,-65],[90,-56],[15,-9],[27,-16],[154,-96],[68,-41],[10,-9],[22,-13],[104,-63],[50,-25],[21,-15],[29,-16],[527,-326],[937,-573],[1244,-760],[22,-14],[43,-25],[379,-232],[209,-128],[117,-71],[-20,-41],[-18,-35],[-10,-28],[-4,-18],[5,-3],[-46,-90],[-24,-50],[-34,-69],[156,-95],[21,-34],[373,-227],[107,-65],[78,-47],[127,-79],[116,-71],[98,-62],[-85,-173],[-92,-182],[-42,-87],[-23,-46],[-19,-27],[-21,-26],[-16,-33],[-2,-6],[-11,-23],[-13,-29],[-73,-144],[-101,-208],[-106,-207],[-90,-192],[-26,-45],[-16,-23],[-2,-18],[-69,-132],[-98,-203],[-135,-269],[-13,-27],[-8,-17],[-41,-83],[-102,-205],[-101,-204],[-15,-17],[-13,-25],[0,-9],[-21,-46],[-90,-186],[-32,-61],[-85,-179],[-7,0],[-9,-31],[-68,-140],[-28,-56],[-76,-157],[33,-4],[-22,-44],[35,2],[25,9],[17,22],[37,86],[57,115],[10,21],[-5,19],[-6,7],[7,5],[37,38],[130,-188],[146,-206],[67,-93],[233,-323],[83,-117],[16,-5],[18,-9],[11,6],[17,-22],[7,8],[18,18],[8,19],[10,27],[100,213],[103,202],[11,18],[5,11],[101,206],[108,218],[86,181],[9,9],[-25,15],[-68,51],[-325,259],[-7,-11],[-64,-98],[-18,-27],[-78,-114],[-76,-115],[-149,-226],[-20,16],[-78,81],[-74,-66],[-49,61],[-10,15],[-6,10],[-60,83],[-78,-72],[-9,18],[-3,37],[4,30],[5,28],[36,70],[14,33],[17,24],[15,33],[89,188],[106,208],[59,123],[15,21],[24,52],[199,406],[75,148],[12,23],[16,36],[46,90],[16,27],[10,28],[32,64],[35,69],[34,70],[37,76],[36,73],[22,43],[67,137],[53,102],[19,34],[17,40],[90,184],[25,51],[8,16],[7,9],[17,18],[2,12],[87,180],[17,33],[19,38],[33,73],[40,83],[34,68],[8,19],[26,51],[37,72],[14,26],[13,31],[8,12],[17,26],[31,29],[41,29],[14,23],[10,38],[-5,39],[1,5],[1,25],[184,-114],[77,-53],[39,-31],[91,-78],[87,-86],[58,-68],[44,-59],[47,-82],[94,-228],[155,-384],[83,-204],[82,-204],[137,-338],[31,-72],[8,-24],[18,-50],[-23,-20],[4,-2],[13,-44],[154,-443],[13,-28],[16,-21],[32,-18],[47,-4],[103,10],[57,4],[18,-10],[17,-20],[21,-33],[24,-43],[20,12],[15,9],[40,24],[33,23],[37,10],[53,11],[591,46],[436,34],[270,26],[180,15],[42,-2],[342,31],[234,17],[91,10],[243,19],[61,6],[98,10],[540,44],[85,6],[11,0],[703,54],[44,4],[109,10],[178,12],[173,7],[32,2],[34,9],[1,1],[76,25],[109,37],[37,14],[71,26],[27,10],[15,6],[251,85],[611,209],[324,111],[159,58],[19,7],[278,101],[172,63],[26,-129],[56,-276],[230,69],[19,5],[-61,302],[-15,81],[-1,39],[150,53],[274,97],[7,-36],[48,-228],[17,-84],[9,-43],[22,-106],[219,56],[-21,99],[-11,52],[-5,23],[-3,9],[-19,89],[0,10],[0,5],[-5,23],[-6,26],[-22,103],[-8,35],[-9,41],[331,117],[27,10],[318,111],[169,60],[2,-10],[36,-149],[60,-282],[83,-381],[62,-290],[182,-872],[58,-291],[61,-291],[59,-291],[45,-214],[5,-78],[7,-39],[-1,-68],[-3,-108],[39,-200],[54,-259],[74,-357],[129,-618],[66,-309],[64,-309],[87,-413],[-182,-94],[-163,-82],[-165,-82],[-200,-100],[-125,-62],[-324,-164],[-145,-71],[-311,-155],[-41,-21],[-12,-2],[-23,-25],[-34,-19],[-48,-25],[-196,-101],[-44,-18],[-104,-53],[-837,-426],[-436,-223],[-325,-165],[-482,-241],[-37,-20],[-26,-16],[-339,-171],[-29,-13],[-4,-3],[-288,-146],[-420,-211],[-21,-10],[-162,-85],[-309,-159],[-362,-181],[-347,-175],[-73,-37],[-510,-259],[-37,-14],[0,0],[-149,-82],[-297,-151],[-570,-286],[-183,-91],[-221,-109],[-177,-87],[-203,-101],[-109,-54],[-149,-74],[-272,-134],[-72,-39],[-6,1],[-18,-15],[-74,-38],[-9,-5],[-32,-17],[-106,-48],[-39,-20],[-263,-135],[-60,-30],[-565,-284],[-257,-130],[-266,-135],[-853,-431],[145,-244],[60,-104],[76,-132],[31,-54],[49,-76],[108,-186],[120,-207],[32,-54],[141,-243],[139,-234],[50,-86],[25,-46],[125,-209],[90,-153],[98,-167],[116,-198],[213,-364],[9,-17],[48,-82],[155,-264],[36,-62],[12,-21],[317,-543],[8,-13],[150,-256],[-96,-173],[-72,-135],[-215,143],[-125,-238],[-51,33],[-180,115],[-210,132],[-14,10],[-2,1],[-3,2],[-5,4],[-561,369],[-446,290],[-69,46],[-24,14],[-4,0],[-459,301],[-108,72],[-231,151],[-26,17],[-433,278],[-22,14],[-4,0],[-663,435],[-14,9],[-429,277],[-116,80],[-274,176],[-23,13],[-21,9],[-9,7],[-21,15],[-168,108],[-857,555],[-216,135],[-18,10],[-196,132],[-196,126],[-657,422],[-348,219],[-79,50],[-462,302],[-124,78],[-426,274],[-144,100],[-54,22],[-112,69],[-83,58],[-74,53],[-142,93],[-219,142],[-19,13],[-16,12],[-14,10],[-9,25],[122,243],[107,206],[218,415],[26,51],[72,138],[55,114],[29,84],[13,72],[1,62],[4,21],[-19,58],[-20,69],[-18,41],[-19,40],[-97,197],[-249,506],[-6,12],[-194,399],[-10,18],[-100,207],[-25,50],[-60,118],[-85,175],[-25,52],[-78,160],[-40,82],[-48,99],[-117,239],[-148,302],[-83,166],[-30,60],[-67,133],[-98,203],[-9,19],[-243,496],[-91,179],[-6,20],[-9,25],[-31,-24],[-22,-13],[-142,-101],[-45,-31],[-158,-108],[-404,-282],[-202,-140],[-404,-283],[-403,-279],[-202,-140],[-49,-36],[-87,-61],[-223,-157],[-42,-30],[-97,-61],[-201,-118],[-696,-387],[-23,-7],[-12,-6],[-142,-81],[-16,-8],[-179,-100],[-17,-8],[-3,0],[-7,1],[-8,6],[-7,13],[-7,20],[-14,48],[-91,256],[-46,130],[122,72],[-32,57],[-107,198],[-30,55],[-129,240],[-14,-5],[-42,87],[-11,21],[-205,390],[-24,49],[-1,2],[68,45],[327,228],[149,104],[180,131],[12,9],[16,12],[273,179],[27,17],[-30,63],[-142,278],[-190,387],[-16,24],[117,71],[28,17],[23,14],[23,14],[368,228],[38,25],[-77,133],[-60,108],[-71,129],[-12,23],[26,17],[253,174],[244,175],[167,107],[88,64],[237,166],[164,114],[91,65],[112,79],[143,97],[63,44],[181,125],[212,147],[26,15],[-141,286],[-104,208],[-76,158],[-24,49],[-78,154],[-1,2],[0,10],[71,48],[107,78],[123,89],[133,96],[243,176],[175,128],[183,132],[52,38],[75,53],[124,88],[108,77],[112,80],[140,98],[249,177],[258,183],[245,167],[19,16],[43,32],[178,129],[158,113],[90,64],[13,10],[161,-276],[30,22],[50,36],[149,108],[97,70],[18,13],[213,155],[150,109],[57,40],[345,243],[104,77],[150,110],[-225,230],[-225,230],[-226,232],[-122,126],[-110,112],[-25,26],[-65,66],[-58,62],[-51,51],[-89,87],[-22,30],[-96,373],[-16,64],[-23,87],[-59,215],[-96,375],[-62,236],[-33,127],[-20,80],[-76,287],[-15,57],[-18,23],[-142,235],[-103,176],[-78,130],[-81,137],[-126,209],[-77,128],[7,15],[106,222],[4,8],[3,4],[29,37],[29,30],[41,31],[23,19],[40,20],[20,11],[31,14],[68,12],[6,-18]],[[588292,393069],[12,25],[3,15],[37,28],[8,17],[1,12],[-13,4],[-11,9],[-6,9],[-19,3],[-6,7],[-9,15],[-10,21],[-3,18],[-1,20],[-21,8],[-12,8],[-7,3],[-4,0],[-6,1],[-15,0],[-9,5],[-6,6],[-16,36],[-11,32],[-21,46],[-35,58],[-31,50],[-13,23],[-16,35],[-54,103],[-10,23],[-14,41],[-2,9],[-5,19],[-176,92],[-840,-674],[-15,-17]],[[586936,393179],[-33,7],[-15,6],[-6,17],[-7,19],[-20,-6],[-13,-8],[-9,1],[-8,10],[-13,16],[-16,12],[-26,1],[-35,-3],[-17,-12],[-22,-20],[-29,-1],[-28,11],[-13,21],[-5,1],[-17,2],[-35,1],[-94,23],[-46,12],[-38,14],[-39,21],[-51,30],[-52,40],[-71,62],[-46,35],[-82,53],[-28,20],[-12,14],[-17,3],[-10,0],[-14,4],[-19,11],[-40,38],[-29,23],[-43,33],[-52,17],[-92,62],[-67,38],[-52,30],[-83,59],[-28,15],[-47,28],[-57,39],[-54,43],[-38,31],[-17,45],[-6,38],[3,37],[18,43],[13,47],[15,35],[3,49],[-4,21],[-10,15],[-23,-5],[-16,-19],[-21,-15],[-66,-16],[-29,-23],[-34,-49],[-23,-29],[-50,-25],[-18,-17],[-68,-96],[0,0]],[[584935,394088],[-36,33],[-28,26],[40,77],[10,39],[22,63],[10,17],[29,47],[17,13],[10,13],[7,34],[18,98],[1,35],[-1,24],[-5,24],[-17,29],[-39,61],[-148,275],[-19,34],[-43,115],[-19,61],[-16,60],[-6,46],[-3,44],[-1,39],[3,40],[6,51],[8,33],[16,30],[34,74],[24,58],[14,47],[7,33],[4,61],[3,22],[-3,36],[-22,91],[-29,116],[-12,48],[-13,31],[-19,24],[-22,63],[-23,34],[-71,118],[-13,38],[-19,48],[-24,72],[-2,6],[-13,32],[-12,28],[-2,8],[-19,86],[1,34],[11,22],[27,47],[30,30],[12,14],[85,72],[143,106],[36,23],[12,7]],[[584876,397078],[41,23],[40,29],[33,22],[31,39],[31,32],[52,40],[99,58],[122,102],[110,80],[63,43],[39,31],[36,38],[42,32],[42,29],[35,10],[47,23],[107,29],[50,3],[40,-3],[48,-7],[36,5],[30,8],[36,16],[49,31],[34,11],[36,10],[42,16],[32,25],[75,77],[28,59],[9,66],[-3,63],[-7,79],[0,48],[7,17],[23,21],[185,144],[84,63],[39,33],[19,28],[15,24],[50,56],[40,48],[60,85],[58,68],[50,37],[33,29],[8,13],[0,21],[5,31],[19,16],[12,14],[8,23],[19,46],[15,42],[0,27],[-3,16],[-12,16],[-13,8],[-14,0],[-16,-3],[-21,-6],[-15,-7],[-15,0],[-16,20],[-17,25],[-12,23],[-10,8],[-17,1],[-25,0],[-26,-1],[-22,0],[-70,11],[-33,10],[-32,34],[-37,61],[-39,90],[-39,93],[-16,53],[-20,26],[-22,13],[-24,11],[-34,29],[-32,41],[-31,52],[-15,46],[3,32],[13,69],[5,45],[-9,37],[3,8],[53,81],[32,46],[32,37],[23,38],[22,43],[17,22],[22,15],[42,17],[40,14],[24,7],[21,0],[20,-8],[35,-23],[49,-21],[83,-35],[104,-50],[113,-71],[56,-37],[26,-16],[34,-24],[28,-13],[26,-8],[23,-8],[20,-15],[53,-58],[47,-77],[75,-103],[62,-90],[20,-24],[27,-30],[36,-43],[16,-31],[36,-89],[21,-60],[20,-102],[13,-40],[16,-28],[16,-22],[29,-29],[24,-22],[14,-23],[15,-14],[31,-39],[36,-47],[39,-59],[32,-71],[53,-234],[29,-208],[7,-156],[0,-36],[8,-31],[27,-58],[45,-99],[26,-67],[32,-60],[28,-81],[16,-52],[10,-67],[3,-62],[3,-19],[6,-28],[3,-31],[-3,-45],[-3,-20],[1,-16],[7,-14],[7,-6],[11,1],[20,27],[10,21],[40,188],[9,71],[9,22],[13,17],[21,11],[9,42],[7,53],[-1,20],[-6,13],[-16,12],[-27,13],[-13,18],[-9,25],[-3,54],[4,41],[8,52],[8,10],[6,2],[7,2],[93,-4],[18,-8],[24,-22],[14,-38],[7,-59],[6,-58],[-12,-59],[-17,-69],[-23,-72],[-4,-42],[-2,-34],[7,-46],[16,-48],[18,-41],[20,-51],[6,-45],[0,-29],[-8,-104],[-11,-124],[0,-115],[11,-119],[9,-121],[-4,-41],[-7,-17],[-13,-9],[-13,-14],[-8,-17],[-5,-62],[6,-69],[15,-116],[3,-95],[3,-71],[-9,-90],[-10,-77],[6,-86],[15,-42],[-3,-40],[32,-366],[3,-305],[-5,-41],[0,-80],[10,-135],[1,-4],[6,-28],[19,-71],[-6,-239],[2,-323],[-33,-351],[-1,-31],[10,-70],[0,-5],[-1,-49],[0,-28],[-20,-82],[-32,-72],[-11,-62],[-3,-61],[0,-43],[-13,-42],[-8,-41],[0,-52],[-14,-47],[-21,-36],[-8,-74],[-7,-4],[-20,-33],[-64,-66],[-3,-27],[0,-3],[4,-8],[17,-7],[2,-21],[-4,-11],[-13,-13],[-22,-10],[-52,-4],[-83,-39]],[[583012,406694],[10,-5],[34,-10],[36,-15],[8,8],[28,0],[44,-2],[4,0],[27,-20],[25,-15],[44,-6],[28,0],[40,2],[25,-1],[63,12],[59,7],[67,10],[68,-1],[43,6],[61,5],[13,1],[20,2],[6,0],[41,-3],[56,-9],[165,-29],[47,-11],[80,-3],[57,3],[75,7],[27,6],[16,3],[51,12],[41,7],[38,0],[77,-3],[8,-1],[15,0],[79,-2],[8,-7],[3,11],[25,3],[32,5],[28,2],[35,-2],[40,-9],[43,-14],[75,-44],[3,-4],[37,-16],[42,-12],[27,-1],[18,2],[24,5],[121,-24],[24,-2],[78,-18],[62,-14],[24,-9],[34,-6],[110,-37],[15,-1],[50,-15],[64,-24],[12,-6],[6,-4],[29,-13],[250,-128],[21,37],[40,73],[11,-10],[18,-12],[42,-18],[71,-41],[54,-29],[32,-25],[53,-36],[26,-19],[35,-35],[23,-20],[18,-8],[32,-16],[107,-58],[120,-66],[14,16],[19,19],[12,-4],[61,-31],[70,-37],[175,-90],[41,-24],[-12,-48],[406,-165],[208,-86],[87,-37],[156,-65],[30,-10],[9,0],[18,-3],[9,-6],[10,-11],[10,14],[4,7],[10,14],[14,13],[9,-16],[15,-22],[14,-9]],[[588049,405403],[0,0],[-78,-102],[-40,-54],[-28,-34],[-4,-1],[-13,-6],[-12,-8],[-72,-93],[-65,-80],[-38,-49],[-48,-62],[-153,-189],[-67,-99],[-15,-20],[-7,-12],[-14,-16],[-30,8],[-47,6],[-62,7],[-37,9],[-17,7],[-10,3],[-43,37],[-57,64],[-10,10],[-54,68],[-92,132],[-31,42],[-21,26],[-22,26],[-31,31],[-87,71],[69,82],[87,-58],[131,150],[-90,62],[-99,69],[-30,21],[-2,-5],[-18,-16],[-28,-25],[-44,-37],[-48,-37],[-54,-55],[-5,-10],[-12,18],[-11,3],[-11,13],[-35,42],[-132,180],[-68,92],[-25,17],[-32,9],[-7,2],[-50,6],[-53,5],[-46,-3],[-11,3],[-3,-1],[-16,-4],[-2,-1],[-3,31],[-21,81],[-166,-12],[-5,-41],[-92,33],[27,116],[18,92],[-48,13],[-19,-87],[-29,10],[-47,-184],[-3,1],[-11,6],[-35,20],[-10,5],[43,131],[2,21],[-2,9],[-7,12],[-11,8],[-15,1],[-16,-2],[-6,-9],[-6,-6],[-16,-11],[-6,0],[-15,3],[-15,7],[-24,8],[-37,11],[-41,15],[-44,12],[-16,9],[-22,9],[-33,15],[-70,-184],[-82,14],[-9,5],[0,8],[15,27],[7,18],[-3,11],[-4,3],[-24,-8],[-20,-10],[-12,-4],[-17,3],[-24,12],[-8,1],[-5,-7],[-12,-32],[-10,-28],[-11,-38],[-51,23],[-8,4],[-35,8],[-18,5],[-23,4],[-126,12],[40,117],[144,-47],[83,200],[-154,87],[-74,-198],[-58,21],[-16,-38],[-42,19],[-51,-145],[-32,5],[-85,22],[-47,13],[14,47],[7,12],[19,22],[21,126],[-22,9],[-8,7],[14,117],[7,47],[-76,-2],[-31,-177],[11,-2],[-45,-180],[-14,4],[-80,23],[-131,36],[-10,3],[37,168],[-24,12],[-1,-3],[-27,-35],[-30,-48],[-35,-61],[-15,4],[-68,34],[-36,23],[-36,19],[-54,17],[50,198],[-178,51],[-49,-189],[-134,51],[-63,25],[-107,43],[-72,31],[-8,3],[-39,22],[-10,10],[-2,3],[7,13],[37,121],[20,100],[0,34],[-49,-6],[-65,-5],[-43,6],[-65,25],[-34,21],[-18,8],[-30,10],[-38,10],[-6,3],[-5,7]],[[584307,406411],[12,-2],[12,13],[12,18],[14,-1],[0,-11],[48,-8],[-1,-12],[36,-5],[1,5],[40,-3],[5,84],[-57,7],[3,43],[-78,10],[-1,-21],[-8,-48],[-10,-20],[-14,-10],[-7,-20],[-7,-19]],[[585219,406438],[-27,-97],[16,-6],[107,-31],[27,68],[-51,16],[5,30],[-77,20]],[[585496,406319],[65,-24],[-18,-67],[144,-56],[30,-11],[29,82],[37,9],[-1,17],[-46,19],[-48,16],[22,84],[-46,-1],[-153,-1],[-4,-11],[-11,-56]],[[583012,406694],[-12,-38],[-7,-10],[208,-93],[-19,-13],[-14,-9],[-4,-12],[2,-11],[7,-10],[13,-11],[17,-10],[11,-12],[3,-15],[0,-18],[-5,-26],[0,0],[-22,16],[-63,50],[-21,17],[-73,55],[-46,24],[-8,4],[-58,26],[-33,14],[-24,9],[-44,19]],[[582820,406640],[49,2],[74,-4],[28,5],[13,10],[16,47],[12,-6]],[[574212,409682],[-17,-7],[-7,0],[-9,2],[-4,3],[-2,8],[0,6],[1,5],[5,6],[5,3],[14,4],[7,1],[8,0],[7,-3],[3,-3],[1,-6],[1,-6],[-3,-5],[-4,-4],[-6,-4]],[[573991,410941],[-3,-4],[-87,-17],[-180,37],[-4,-29],[-30,-30],[-16,-50],[-3,-14],[15,-7],[11,-3],[-6,-67],[4,-12],[16,-8],[37,-3],[18,-3],[8,-11],[0,-24],[-4,-35],[12,-17],[1,-1],[37,-39],[13,-9],[77,-6],[11,85],[4,25],[119,-16],[29,-3],[0,-16],[38,5],[15,40],[3,11],[0,10],[3,8],[16,1],[-3,4],[-3,14],[-2,17],[2,16],[1,4],[14,34],[12,18],[17,18],[15,14],[14,7],[13,5],[30,0],[18,-5],[10,-10],[7,-17],[2,-11],[25,90],[-78,38],[-27,11],[-44,15],[5,13]],[[574173,411014],[18,1],[114,-54],[121,-57],[93,-42],[208,-96],[16,-10],[44,-30],[79,-56],[80,-59],[50,-35],[70,-54],[21,-17],[46,-36],[33,-31],[29,-33],[21,-25],[12,-12],[10,-8],[11,-5],[25,-9],[49,-21],[33,-15],[32,-19],[111,-76],[144,-103],[116,-82],[39,-2],[51,6],[115,6],[8,8],[13,0],[3,-26]],[[575988,410022],[-51,-1],[-195,-12],[-72,-12],[29,-301],[114,3],[1,64],[57,0],[1,-52],[117,12],[-1,49],[83,43]],[[576071,409815],[2,-4],[21,-36],[49,-89],[14,-32],[10,-31],[11,-54],[16,-91],[29,38],[7,6],[14,6],[14,3],[45,1],[25,-1],[15,-3],[34,-64],[38,24],[26,10],[18,3],[15,-1],[12,-6],[8,-8],[9,-9],[60,-65],[74,-80],[30,-34],[14,-9],[18,-12],[25,-18],[16,-14],[12,-10],[33,-33],[24,-26],[85,-108],[44,-71],[14,-27],[41,-88],[15,-35],[14,-24],[22,-31],[63,-95],[49,-61],[72,-102],[49,-65],[33,-49],[22,-45],[123,20],[-22,-17],[-20,-22],[-23,-41],[-8,-22],[-8,-41],[2,-38],[14,-48],[7,-31],[17,-241],[-19,-3],[-47,3],[-77,20],[-90,25],[-56,16],[-45,23],[-11,7],[-25,14],[-52,42],[-58,42],[-42,27],[-163,88],[-15,7],[-10,3],[-8,0],[-7,-1],[-17,-9],[-8,-2],[-50,-24],[0,-2],[12,-30],[4,-19],[1,-15],[0,-19],[-2,-21],[-7,-22],[-12,-39],[-40,-127],[-55,-176],[-33,-100],[-17,-65],[-23,11]],[[576442,407548],[-71,36]],[[576371,407584],[-406,205],[-53,26],[-16,9],[-18,15],[-8,0],[-8,-2],[-116,-64],[-47,-122],[-36,6],[-37,2],[-58,0],[-34,16],[-34,17],[-25,14],[-17,15],[-15,22],[-11,22],[-15,34],[16,17],[0,24]],[[575433,407840],[28,0],[31,3],[30,5],[33,7],[33,10],[44,17],[37,16],[323,166],[158,82],[256,130],[28,10],[17,3],[19,-1],[10,-2],[6,-3],[8,-11],[0,15],[-26,77],[-13,43],[-12,37],[-30,118],[-17,110],[-26,175],[-32,102],[24,10],[-23,55],[-17,36],[-25,60],[-37,101],[-18,54],[-16,51],[-6,29],[-27,-8],[-46,-9],[-54,-9],[-84,-9],[-133,-1],[-44,3],[-139,-2],[-350,-13],[-60,-4],[-41,-6],[-28,-7],[-36,-8],[-53,-8],[-52,-11],[-39,-10],[-33,-11],[-34,-16],[-71,-36],[-60,-27],[-11,-7],[-21,-21],[-7,-6],[-19,-13],[-41,-21],[-35,-16],[-33,-10],[-30,-4],[-15,0],[45,-320],[1,-7],[4,-50],[5,-45],[1,-13],[9,-161],[0,-47],[0,-25],[-6,-56],[-5,-28],[-20,-124],[-13,-68],[-4,-15],[-10,-42]],[[574631,408054],[-11,0],[-21,3],[-38,10],[-28,6],[-21,0],[-10,-5],[-16,-1],[-20,7],[-45,1],[-16,1],[-13,4],[-11,5],[-11,9],[-11,11],[-9,10],[-10,5],[-13,3],[-23,2],[-14,2],[-13,4],[-51,21],[-17,5],[-31,0],[-10,6],[-10,10],[-14,9],[-26,10],[-11,10],[-16,6],[-9,-1],[-17,-5],[-9,1],[-6,2],[-6,8],[-3,0],[1,6],[-42,171],[-83,256],[-44,146],[-20,13],[-9,-6],[-40,-20],[-516,-264],[22,-67],[-13,-6],[-31,2],[-14,-3],[-111,-40],[194,-255],[17,-15],[52,-32],[26,-10],[43,-20],[40,-13],[58,-19],[88,-30],[63,-15],[32,-8],[18,-6],[30,20],[22,10],[22,7],[25,6],[21,1],[25,-1],[62,-9],[33,-6],[30,-10]],[[574042,407996],[-1,-27],[-15,-203],[-1,-8],[0,-13],[-8,-157],[-1,-23],[-2,-63],[75,-7],[48,-5],[-1,-32],[-4,-15],[-9,-23],[-9,-30],[-4,-25],[0,-21],[7,-21],[5,-10],[0,-11],[-7,-15],[-20,-32],[-7,-15],[0,-15],[2,-17],[6,-28],[10,-27],[11,-24],[8,-13],[-23,-260],[-15,-24],[-7,-11],[-11,-10],[-6,-2],[-7,0],[-20,-13]],[[574036,406796],[-135,213],[-72,113],[-132,211],[-138,211],[-48,70],[-35,53],[-122,187],[-38,57],[-14,19],[-65,88],[-62,97],[-74,110],[-72,100],[-62,82],[-92,112],[-94,114],[-158,173],[-172,167],[-110,99],[-113,94],[-55,44],[-84,65],[-127,84],[-50,52],[-213,121],[-236,131],[-443,253],[-255,149],[-332,187],[-479,267],[-179,102],[-216,127],[-73,50],[-124,94],[-187,162],[-80,73],[-76,78],[-154,184],[-74,96],[-76,107],[-47,75],[-26,46],[53,35],[17,12],[7,-10],[10,8],[287,129],[23,-84],[5,-4],[9,6],[32,2],[13,3],[14,4],[17,8],[2,1],[22,20],[44,18],[50,13],[44,10],[38,8],[39,7],[26,5],[21,10],[32,20],[13,8],[10,10],[34,14],[55,6],[60,3],[5,2],[4,4],[4,5],[0,8],[114,-111],[27,-25],[23,-16],[29,-18],[34,-25],[48,-24],[37,-10],[39,-11],[35,-2],[367,-35],[10,0],[18,0],[45,-2],[77,5],[57,7],[37,-1],[80,-19],[35,-2],[49,1],[29,0],[30,-7],[33,-9],[37,-4],[49,-2],[4,-1],[67,-11],[27,-10],[14,-7],[15,-7],[30,-20],[13,-8],[12,-7],[11,-14],[21,-20],[23,-17],[55,-17],[37,-6],[29,-1],[83,2],[73,-5],[31,3],[17,10],[18,20],[72,11],[71,-7],[55,-30],[46,-27],[70,-31],[72,-22],[85,-12],[251,-34],[85,-3],[29,15],[99,-35],[54,-17],[38,-12],[33,-7],[32,-10],[60,-21],[88,-31],[64,-14],[38,-4],[45,-1],[112,3],[38,-3],[54,-7],[163,-37],[19,-4],[48,-19],[48,-22],[91,-40],[417,-179],[63,-27]],[[572984,410864],[25,-1],[63,24],[31,-101],[24,8],[-23,98],[-34,104],[-37,77],[-27,37],[-44,48],[-42,39],[-20,-23],[-76,43],[-57,-86],[27,-8],[2,-31],[10,-42],[23,-57],[23,-36],[30,-35],[22,-18],[45,-26],[35,-14]],[[571733,410266],[22,-60],[1,2],[6,9],[8,4],[10,0],[10,-1],[40,-9],[13,-1],[22,0],[22,3],[25,6],[36,10],[20,8],[3,232],[-14,33],[-9,19],[-6,27],[-4,50],[0,64],[-8,16],[-11,14],[-14,13],[-16,7],[-153,1],[-10,-4],[-15,-13],[-11,-50],[-10,-52],[-11,-31],[-4,-9],[-9,-17],[-1,-3],[-3,-7],[-33,-59],[-25,-55],[-9,-34],[1,-21],[0,-17],[9,-23],[11,-22],[18,-23],[99,-7]],[[574845,410210],[-6,-4],[-4,-8],[4,-107],[4,-50],[17,0],[84,4],[-5,81],[0,92],[-68,1],[-16,-4],[-10,-5]],[[573886,409722],[163,-351],[138,52],[-45,170],[108,51],[-13,66],[-16,76],[-58,-4],[-30,-8],[-27,-12],[-46,-27],[-28,0],[37,23],[31,17],[25,12],[-67,-10],[-172,-55]],[[589505,404911],[-45,50],[-38,31],[-38,19],[-5,2],[-37,16],[-29,12],[-64,25],[-50,10],[-57,11],[-29,-1],[5,23],[-1,18],[-14,20],[-25,22],[-15,23],[2,25],[-140,13],[-18,-40],[-48,-98],[-15,-24],[-2,-12],[-4,22],[-10,10],[-11,8],[-5,1],[6,8],[51,103],[16,32],[-12,7],[-70,40],[-147,98],[-54,38],[-9,26],[-17,14],[-18,7],[-75,58],[-22,18],[-43,20],[-33,19],[-29,22],[-19,-15],[-14,-2],[-16,7],[-20,0],[-18,6],[-17,12],[-35,31],[-24,23],[-12,8],[-23,6],[-41,8],[-28,7],[-25,14],[-14,13],[-7,3],[-18,-7],[-14,2],[-12,8],[-13,10],[-4,15],[0,20],[-9,8],[-15,9],[-8,17],[-2,27],[-9,12],[-12,16],[3,18],[-14,8],[-48,18],[-72,29],[7,-14],[-2,-8],[-9,-7],[-44,-3],[-20,-4],[-27,3],[-31,4],[-16,16],[-12,14],[-6,-13],[-14,-2],[-41,5],[-31,17],[-24,16],[-19,13],[-6,13],[-1,10],[-2,20],[-16,-1],[-11,-1],[-19,3],[-10,2],[-42,-8],[-45,-6],[-26,-4],[-18,-1],[-24,6],[-15,9],[-22,14],[-16,7],[-12,6],[-79,22],[-31,6],[-37,11],[-62,23],[-45,14],[-13,8],[-23,23],[-9,4],[-10,-3],[-13,-15],[-18,-8],[-50,0],[-23,2],[-25,7],[-16,8],[-23,15],[-18,17],[30,82],[-11,6],[-17,13],[-5,10],[-12,9],[-29,14],[-21,14],[-13,17],[-6,20],[-3,19],[-46,11],[-54,17],[-33,12],[-33,18],[-19,12],[-23,16],[-29,17],[-155,92],[-37,21],[-76,49],[-242,180],[-9,9],[5,50],[6,116],[-81,59],[-40,32],[-34,34],[-59,82],[-67,82],[-73,85],[-83,92],[-21,26],[-107,128],[-59,69],[-26,36],[-7,11],[-55,103],[-63,129],[-36,69],[-11,26],[95,40],[6,7],[3,10],[1,7],[-43,31],[-143,110],[-70,57],[-110,91],[-55,46],[-82,66],[-74,48],[-105,63],[-199,119],[-29,16],[-25,15],[-24,26],[-2,4],[-11,-15],[-12,-13],[-20,-1],[-19,10],[-7,18],[-8,29],[-10,19],[-2,3],[-16,23],[-18,14],[-30,16],[-21,6],[-27,11],[-27,17],[-37,16],[-96,44],[-117,53],[-38,20],[-57,35],[-127,101],[-127,-27],[-18,8],[-16,-4],[-26,-9],[-33,-5],[-24,-1],[-35,5],[-50,10],[-21,4],[-144,23],[-37,-3],[-27,-12],[-6,-6],[26,0],[17,5],[17,-5],[22,0],[38,-10],[17,-6],[13,-12],[2,-40],[-9,-13],[-4,-28],[-6,-10],[-15,-10],[-32,-3],[-46,-8],[-55,-6],[-52,4],[-52,1],[-35,-13],[-25,-4],[-36,7],[-27,6],[-42,-2],[-24,-9],[-28,-10],[-20,-3],[-39,6],[-32,0],[-33,-5],[-28,-4],[-23,-5],[-15,1],[-14,6],[-11,8],[-5,11],[-4,13],[8,10],[22,11],[23,11],[9,9],[12,16],[15,9],[19,0],[17,-1],[10,-8],[11,-13],[9,-2],[13,5],[18,0],[11,13],[20,-1],[19,8],[0,5],[-11,1],[-18,-5],[-32,-7],[-18,2],[-19,9],[-20,13],[-18,4],[-17,2],[-26,-10],[-13,-7],[-33,-24],[-24,-13],[-18,-14],[-8,5],[-9,2],[-6,-5],[-6,-11],[-10,-2],[-8,5],[-6,9],[-30,-2],[-28,-8],[-21,-5],[-13,-3],[-28,2],[-23,2],[-33,10],[-23,9],[-19,-1],[-34,-6],[-35,-14],[-27,-13],[-19,-3],[-32,-10],[-42,-20],[-22,-7],[-35,-5],[-26,2],[-38,0],[-7,-1],[-28,-61],[-9,-11],[-28,-13],[-14,-19],[-14,-19],[-17,-7],[-14,0],[-1,-34],[-14,-23],[-32,-30],[-49,-37],[-19,-10],[-10,-2],[-7,9],[-5,10],[4,21],[0,32],[-2,24],[-38,-19],[-21,-9],[-15,-5],[-22,-2],[-30,-11],[-40,-24],[-27,-20],[-11,8],[-18,5],[-14,-9],[-11,-3],[-4,-1],[-16,0],[-29,-3],[-15,-9],[-10,-32],[3,-40],[-2,-30],[-10,-9],[-13,0],[-223,-110],[-43,-30],[-88,-59],[-59,-30],[-40,-7],[-47,-14],[-116,-61],[-216,-116],[-58,-40],[-61,-44],[-43,-35],[-59,-46],[-31,-19],[-59,-31],[-112,-56],[-61,-19],[-60,-22],[-108,-49],[-80,-38],[-74,-47],[-35,-20],[-32,-10],[-194,-24],[-223,-20],[-170,-1],[-193,22],[-134,25],[-51,14],[-76,46],[-76,52],[-94,70],[-16,12],[-42,43],[-33,44],[-41,58],[-27,43],[-74,152],[-65,145],[-16,36],[-40,92],[-48,104],[-23,37],[-36,35],[-48,44],[-58,56],[-49,57],[-15,35],[-18,49],[-26,73],[-14,35],[-63,83],[-41,55],[-98,128],[-47,69],[-80,121],[-167,239],[-27,36],[-254,347],[-16,30],[-18,37],[-18,68],[-23,118],[-26,121],[-6,30],[-17,65],[-16,49],[-20,50],[-25,49],[-26,48],[-81,185],[-7,34],[-6,48],[2,35],[7,26],[21,30],[25,22],[33,24],[28,15],[51,26],[57,27],[259,121],[43,16],[33,10],[40,9],[35,5],[63,0],[21,-3],[48,-3],[36,-4],[40,-9],[51,-17],[56,-26],[10,0],[16,18],[48,-68],[29,-19],[61,-48],[29,-28],[23,-30],[27,-44],[8,-8],[7,-2]],[[577692,411158],[-1,-2],[-75,-111],[-65,56],[-21,-7],[-26,-7],[-51,44],[2,-56],[9,-131],[0,-7],[18,-235],[104,42],[31,171],[99,46],[95,130],[-1,0]],[[577810,411091],[1,0],[48,-47],[224,-228],[117,-122],[71,-77],[117,-119],[6,-5],[31,-24],[39,-25],[32,-17],[49,-19],[58,-21],[67,-19],[50,-12],[36,-7],[73,-10],[318,-36],[80,0],[47,7],[92,18],[76,14],[191,23],[79,0],[72,-12],[30,-11],[41,-16],[109,-47],[90,-43],[14,-13],[114,-51],[18,-7],[12,24],[0,24],[-5,19],[-7,22],[-11,17],[-8,9],[-7,5],[-15,16],[-8,17],[-3,16],[0,21],[6,14],[14,13],[35,18],[31,20],[38,16],[49,15],[58,17],[85,20],[67,24],[27,16],[40,33],[58,57],[116,120],[30,41],[18,26],[9,32],[6,46],[0,92],[-17,44],[-1,12],[-5,17],[0,8],[1,9],[8,7],[23,13],[12,13],[9,16],[12,25],[3,15],[2,24],[4,16],[14,15],[22,13],[20,12],[13,18],[25,45],[12,17],[10,11],[15,6],[26,4],[67,6],[68,7],[6,-11],[35,-24],[17,-11],[71,-78],[109,-108],[9,-3],[102,-38],[57,-22],[34,-7],[49,-3],[231,-7],[363,-14],[219,-11],[198,-10],[19,0],[80,-2],[137,12],[195,16],[69,-4],[4,-91],[295,-127],[146,-285]],[[583623,410520],[32,-64],[282,-579],[3,-6],[49,-101],[11,2],[63,28],[-29,77]],[[584034,409877],[0,0],[29,-77],[1,-3],[48,3],[18,-4],[26,-10],[33,-20],[36,-30],[33,-33],[12,-15],[32,-41],[1,-2],[56,-50],[3,18],[12,10],[27,5],[46,-25],[35,-23],[42,-32],[17,-14],[17,-23],[24,-39],[26,-37],[34,-21],[48,-20],[75,-24],[347,-200],[13,-7],[50,-33],[57,-30],[45,-18],[95,-23],[56,-10],[162,-30],[40,-10],[128,-34],[81,-26],[74,-29],[45,-10],[25,-8],[58,-10],[19,-4],[21,-16],[14,-3],[19,-16],[19,-5],[13,36],[22,-3],[277,-38],[61,-12],[35,-28],[21,-15],[78,-55],[12,-7],[20,-11],[23,143],[28,160],[20,109],[17,99],[-219,-104],[-24,-19],[-57,-61],[-7,-7],[-5,0],[-23,-5],[-36,3],[-41,14],[-27,18],[-28,0],[-29,22],[-18,-4],[-25,-9],[-27,-3],[-48,12]],[[586146,409083],[27,-4],[22,0],[12,-1],[3,-2],[104,94],[41,-41],[18,-9],[29,-7],[29,-4],[42,9],[30,11],[31,16],[37,23],[17,15],[15,14],[13,7],[33,6],[51,13],[63,16],[9,53],[8,40],[6,33],[12,78],[13,52],[7,26],[-288,-118],[-39,-13],[-52,-22],[-13,-6],[-41,-36],[-40,-37],[-10,-14],[-189,-192]],[[586146,409083],[-63,17],[-275,76],[-63,19],[-216,55],[-108,27],[-76,12],[-40,8],[-19,8],[-5,11],[0,17],[-46,20],[-287,126],[-75,32],[-65,29],[-9,2],[-3,-12],[0,-7],[-11,-5],[-26,0],[-13,16],[-25,26],[-33,27],[-58,51],[-23,22],[-18,12],[-19,10],[-74,24],[-56,18],[-22,7],[-49,22],[-37,27],[-19,20],[-33,33],[-45,58],[-9,14],[-25,36],[-32,62],[-21,48],[-6,35],[-1,30],[3,15],[33,114],[3,8],[113,26],[-8,87],[-12,80],[-18,67],[-28,70],[-29,56],[-35,58],[-37,51],[-54,67],[-29,47],[-97,184],[-16,26],[-28,26],[-33,29],[-2,1],[-19,11],[-19,6],[-30,4],[-190,12],[-32,7],[-18,6],[-61,20],[-32,1],[-62,0],[-33,7],[-51,14],[-19,4],[-49,0],[-63,-8],[-5,-4],[-14,-64],[0,-11],[-52,2],[-78,2],[-36,-8],[-75,0],[-5,-3],[-89,0],[0,8],[15,5],[31,9],[31,3],[7,2],[4,4],[0,11],[-7,29],[-8,8],[-16,0],[-6,-4],[-5,0],[-22,-17],[-30,-2],[-61,-21],[-17,0],[-8,9],[0,16],[-106,0],[-4,1],[-62,4],[-110,9],[-51,1],[-6,-5],[-12,-16],[-51,-1],[-13,-4],[-9,-9],[-3,-7],[-11,-2],[-32,0],[-5,5],[-1,6],[-8,8],[-28,2],[-8,18],[-6,3],[-25,1],[-18,6],[-22,10],[-30,21],[-18,15],[-24,17],[-17,9],[-40,11],[-10,2],[-39,2],[-18,-6],[-10,-7],[-7,-9],[-4,-7],[-6,-8],[-21,-6],[-52,-13],[-96,-26],[-63,-16],[-63,-5],[-24,2],[-24,9],[-19,15],[-12,12],[-10,17],[-13,46],[-38,137],[-29,44],[-75,125],[-37,59],[-50,-67],[-22,25],[-36,42],[-23,6],[-19,6],[-25,10],[-9,-2],[-9,-5],[-18,-12],[-13,-10],[-9,7],[-13,6],[-23,0],[-7,-3],[-12,-2],[-25,0],[-10,-6],[-56,-36],[-62,-37],[-11,-10],[-15,-16],[4,84],[-13,8],[-49,34],[-35,23],[-38,26],[-14,13],[-8,15],[-2,13],[-64,8],[-48,10],[-62,18],[-37,11],[-19,10],[-22,10],[-39,22],[-72,-36],[10,-8],[22,-9],[10,-8],[10,-9],[5,-10],[-1,-25],[-6,-7],[-12,-9],[-41,0],[-20,3],[-57,16],[-28,2],[-26,4],[-58,1],[-21,-2],[-38,-3],[-52,-5],[-31,-5],[-53,0],[-45,8],[-21,0],[-44,-3],[-23,-1],[-43,11],[-18,4],[-94,9],[-57,16],[-19,5],[-17,3],[-44,0],[-79,-13],[-39,-1],[-65,11],[-45,6],[-37,4],[-29,1],[-8,-1],[-89,-1],[-27,2],[-134,-1],[-44,-2],[-92,-9],[-24,-4],[-104,0],[-7,2],[-46,1],[-6,1],[0,1],[-334,-9],[-35,19],[0,16],[-1,7],[-9,18],[-15,19],[-18,20],[-2,5],[-18,20],[-9,14],[-9,17],[-6,24],[-5,25],[1,26],[-31,15],[-22,48]],[[578168,412080],[0,0],[-6,20],[3,1],[83,37],[124,53],[35,19],[27,16],[88,62],[55,34],[43,18],[28,5],[24,5],[44,1],[27,4],[1,0],[48,-4],[20,-1],[9,-2],[12,-8],[10,-1],[138,3],[55,1],[88,2],[7,1],[87,0],[109,4],[227,3],[82,3],[63,4],[109,4],[72,6],[127,17],[103,19],[117,23],[54,15],[31,19],[21,14],[54,78],[24,37],[56,102],[30,48],[16,23],[36,36],[27,21],[23,13],[32,12],[45,10],[23,4],[43,2],[41,-3],[83,-2],[36,4],[38,7],[32,7],[13,2],[32,0],[30,-14],[7,-2],[16,-10],[28,-31],[24,-33],[24,-36],[22,-23],[29,-15],[33,-21],[43,-18],[45,-12],[49,-12],[67,-10],[204,-20],[33,-3],[56,-5],[112,-7],[37,3],[25,5],[47,16],[34,13],[33,0],[21,-3],[24,-9],[23,-10],[35,-18],[16,-6],[32,-19],[35,-15],[36,-7],[28,0],[35,3],[42,8],[45,10],[57,22],[90,51],[40,20],[46,20],[96,29],[134,45],[116,36],[72,28],[44,14],[22,5],[26,1],[17,-2],[14,-5],[17,-10],[27,-33],[55,-71],[25,-31],[7,-15],[5,-17],[0,-32],[19,2],[12,2],[16,2],[74,-34],[114,-55],[36,-14],[33,-9],[52,-10],[52,-11],[61,-9],[21,-3],[50,0],[23,3],[49,10],[42,17],[42,23],[19,2],[19,21],[20,17],[23,15],[21,10],[12,5],[18,4],[43,0],[53,-5],[92,-6],[56,-1],[30,2],[44,2],[32,5],[65,8],[45,4],[54,0],[11,-1],[7,-1],[23,-8],[18,-2],[42,-11],[41,-10],[52,-13],[25,-8],[112,-39],[80,-31],[41,-18],[2,0],[50,-4],[25,-38],[32,-44],[6,-8],[29,-56],[4,-7],[46,-124],[13,-25],[12,-13],[16,-11],[15,-4],[12,0],[20,16],[25,27],[31,47],[21,42],[15,41],[4,15],[34,133],[0,0],[19,9],[24,11],[4,1],[25,5],[41,3],[26,0],[32,1],[46,-4],[21,-8],[27,-12],[32,-16],[38,-21],[20,-13],[28,-17],[69,-47],[40,-30],[113,-93],[152,-129],[165,-147],[44,-41],[74,-68],[31,-27],[21,-13],[24,-12],[31,-10],[50,-12],[33,-6],[35,-6],[15,-1],[26,-7],[60,-14],[94,-20],[42,-13],[48,-14],[99,-36],[47,-23],[51,-29],[38,-22],[47,-26],[50,-29],[43,-27],[79,-53],[31,-25],[46,-41],[43,-37],[26,-28],[43,-39],[8,-6],[22,-26],[25,-33],[31,-38],[27,-31],[75,-104],[8,-17],[59,-86],[56,-83],[49,-63],[36,-41],[22,-21],[10,-15],[4,2],[21,-19],[19,-17],[33,-27],[59,-43],[15,-9],[91,-53],[59,-33],[45,-23],[58,-21],[47,-11],[14,-4],[25,-9],[14,-5],[231,-85],[123,-43],[69,-30],[96,-49],[31,-19],[26,-8],[34,-19],[14,-9],[135,-76],[29,-12],[210,-92],[38,-19],[39,-17],[77,-38],[207,-108],[36,-24],[32,-27],[33,-32],[9,-12],[10,-1],[26,-22],[20,-10],[21,-6],[19,2],[20,2],[107,11],[164,8],[5,-19],[6,-23],[17,-82],[50,-154],[34,-91],[18,-62],[30,-55],[31,-40],[55,-90],[49,-55],[36,-52],[30,-49],[9,-23],[3,-10],[0,-54],[-14,-93],[10,-3],[41,-25],[-36,-79],[91,-36],[212,-87],[46,-18],[9,-4],[114,-45],[134,-55],[16,-6],[55,-24],[31,-15],[6,20],[6,19],[15,57],[8,35],[9,25],[7,11],[9,6],[7,5],[19,-1],[81,-21],[52,-14],[76,-26],[70,-30],[162,-73],[118,-52],[98,-50],[-14,-51],[-148,-335],[-42,-87],[2,-29],[-31,-70],[-129,-322],[-14,-37],[-47,-103],[-36,-82],[-73,-167],[-54,-124],[-17,-47],[-537,477],[-18,-10],[-99,-57],[-13,-21],[-16,-39],[-30,-63],[-30,-70],[-170,-390],[-72,-156],[-91,-208],[-23,-53],[-18,-35],[29,-59],[30,-49],[17,-43],[19,-63],[18,-50],[23,-42],[34,-34],[44,-49],[44,-23],[32,-15],[-278,-140],[-51,-32],[-230,-140],[-218,-132],[-76,-44],[-11,-7],[-12,-7],[-124,-73],[-165,-100],[-61,-37],[-106,-94],[-16,-18],[-20,-33],[-6,-5]],[[587476,409234],[-11,-12],[-20,-5],[-24,4],[-19,0],[-32,-16],[-82,-70],[-67,-58],[-26,-29],[-23,-30],[-13,-27],[-3,-20],[-1,-18],[8,-23],[11,-16],[19,-21],[15,-20],[4,-14],[-3,-17],[-19,-40],[40,-30],[8,-4],[9,12],[25,47],[14,13],[44,21],[53,27],[18,18],[50,71],[77,92],[0,18],[14,21],[9,13],[-14,23],[2,19],[27,26],[-2,26],[-3,14],[-9,4],[-9,16],[-6,13],[-15,2],[-11,-5],[-11,-10],[-6,-4],[-16,0],[-2,-11]],[[581344,409563],[-57,30],[-224,-99],[-65,-124],[-12,-22],[25,-18],[79,-56],[40,-28],[10,-7],[140,-95],[29,45],[71,-2],[-7,166],[-49,39],[-9,28],[-16,54],[45,89]],[[589472,407186],[-30,-42],[-19,12],[-47,-78],[42,-29],[110,-86],[52,-35],[24,-24],[18,-16],[50,-28],[-40,-98],[33,-26],[22,-13],[27,-3],[114,356],[-53,37],[-137,93],[61,164],[-104,51],[-10,-35],[-7,-23],[-9,5],[-15,9],[-66,43],[-9,6],[-10,5],[-35,-82],[-34,-51],[-7,-10],[62,-65],[-10,-16],[2,-5],[25,-16]],[[562590,419999],[0,5],[-9,15],[-84,158],[-166,293],[-34,59],[-47,66],[-7,7],[-31,31],[-51,38],[-24,4],[-35,-7],[-41,-8],[-51,-10],[-57,-8],[-52,-9],[-20,-17],[-13,-24],[-13,-41],[-44,-107],[-7,-11],[-26,-20],[-17,-6],[-25,0],[-72,16],[-43,10],[-21,9],[-43,19],[-27,15],[-4,-1],[-86,92],[-2,1]],[[561438,420568],[0,4],[-52,343],[-22,436],[-32,433],[-49,322],[-55,331],[-81,316],[-101,340],[-119,298],[-125,276],[-220,416],[-446,634],[-198,226],[-185,204],[-163,235],[-158,208],[-43,66],[-120,196],[45,30],[43,26],[17,-28],[46,-71],[39,-46],[34,-30],[54,-29],[46,-12],[57,-3],[61,-2],[42,-5],[32,-5],[68,-19],[27,-10],[38,-14],[102,-52],[65,-40],[79,-60],[38,-30],[65,-53],[76,-68],[81,-82],[74,-66],[100,-119],[48,-60],[56,-87],[76,-112],[95,-152],[102,-186],[38,-77],[22,-47],[27,-58],[72,-171],[18,-38],[99,-229],[100,-226],[80,-187],[94,-218],[102,-228],[106,-241],[72,-169],[27,-49],[83,-152],[38,-68],[10,-7],[15,-3],[8,0],[13,9],[5,4],[6,-16],[-34,-46],[24,-21],[23,31],[6,-17],[22,15],[11,7],[8,1],[9,-9],[3,-9],[0,-6],[-1,-3],[94,35],[-6,16],[-9,26],[-8,29],[0,6],[8,13],[4,10],[0,7],[-3,7],[19,0],[15,2],[13,7],[6,3],[24,18],[35,22],[25,15],[8,-14],[12,-22],[16,-17],[11,-17],[3,-15],[39,-30],[27,-13],[79,-68],[109,-82],[23,-18],[13,-16],[11,-12],[7,-76],[25,-496],[18,-361],[-1,-75],[-10,-127],[-44,-496],[-19,-124],[-24,-173],[-18,-128],[7,-72],[0,-4]],[[562121,420734],[10,-39],[26,3],[18,-7],[29,-20],[12,-5],[42,-50],[12,-12],[66,62],[71,38],[-5,8],[-68,-33],[-19,-13],[-4,29],[1,32],[-6,14],[29,19],[5,7],[39,21],[-42,84],[-22,-6],[-7,17],[-19,-8],[-90,-40],[-13,0],[-12,7],[-9,9],[-43,76],[-2,-38],[2,-20],[-7,-21],[0,-16],[-7,-33],[13,-65]],[[557502,428121],[140,-270],[141,-324],[159,-419],[40,-114],[30,-38],[67,-19],[140,-37],[-14,-204],[12,-12],[31,-2],[75,6],[0,-23],[-3,-9],[-12,-7],[-8,-7],[-2,-10],[0,-23],[3,-14],[22,-12],[19,0],[5,-44],[2,-4],[82,11],[228,22],[100,-20],[14,-50],[-14,-26],[24,-7],[89,-284],[74,-191],[98,-192],[118,-191],[24,-24],[5,-30],[-6,-11],[-18,7],[-36,31],[-52,41],[-71,57],[-47,26],[-18,21],[-238,177],[-224,149],[-212,154],[-337,247],[-304,278],[-310,292],[-278,283],[-269,316],[-242,346],[-17,-2],[-2,25],[21,22],[-46,76],[24,14],[150,86],[216,130],[241,161],[120,85],[9,-17],[47,-86],[24,-33],[12,-14],[18,-20],[10,-6],[146,-267]],[[773492,907784],[0,0],[-4,-7],[-59,-113],[-5,-38],[-7,-65],[-32,-288],[-9,-86],[-61,-559],[-20,-186],[-22,-186],[-41,-372],[-20,-185],[-11,-181],[-1,-183],[9,-182],[15,-181],[27,-184],[33,-183],[35,-183],[37,-183],[75,-368],[74,-366],[35,-185],[36,-183],[148,-734],[17,-94],[7,-59],[0,-31],[4,-71],[-4,-53],[-12,-62],[-16,-65],[-17,-52],[-17,-42],[-15,-26],[-58,-98],[-39,-49],[-26,-31],[-362,-406],[-69,-78],[67,76],[-31,153],[37,39],[82,92],[64,74],[81,90],[80,89],[26,33],[14,22],[12,19],[11,23],[11,20],[6,17],[8,21],[10,26],[6,23],[7,31],[4,33],[3,33],[1,29],[1,33],[-1,47],[-5,49],[-8,26],[-7,41],[-72,356],[-48,233],[-64,332],[-46,223],[-40,191],[-27,129],[-37,172],[-31,151],[-32,151],[-24,117],[-18,88],[-34,181],[-29,180],[-14,97],[-7,45],[-4,38],[-4,49],[-5,57],[-4,76],[-3,59],[-3,69],[-2,50],[1,63],[2,61],[2,54],[5,71],[9,104],[15,152],[21,188],[10,98],[22,204],[28,257],[24,218],[15,144],[9,99],[15,150],[6,58],[9,77],[8,81],[8,73],[7,90],[8,110],[4,46],[2,24],[3,52],[4,75],[7,73],[8,83],[4,39],[24,236],[7,84],[6,61],[6,64],[0,37],[1,41],[-10,38],[-21,41],[-17,16],[-18,18],[-40,15],[-17,4],[-28,5],[-56,6],[-73,8],[-56,6],[-44,4],[-24,4],[-21,3],[-31,2],[-26,2],[-30,-2],[-22,-8],[-28,-15],[-29,-20],[-22,-21],[-25,-24],[-34,-37],[-17,-28],[-14,-26],[-22,-39],[-23,-38],[-31,-51],[-13,-20],[-18,-28],[-7,-12],[-25,-22],[-33,-29],[-44,-37],[-30,-24],[-20,-16],[-41,-24],[-38,-20],[-40,-20],[-39,-13],[-42,-9],[-56,-4],[-43,2],[-48,1],[-56,5],[-37,4],[-45,6],[-22,3],[-38,3],[-13,-6],[-3,173],[-80,1],[16,16],[26,13],[23,2],[21,0],[34,-7],[100,6],[1,0],[60,-32],[16,-4],[51,1],[50,9],[53,11],[45,20],[43,21],[36,23],[41,31],[37,32],[34,45],[26,42],[38,71],[24,47],[98,194],[60,143],[1,1],[0,1],[9,25],[31,-14],[2,0],[10,-4],[2,-2],[3,-3],[2,-3],[-1,-50],[17,-31],[28,-25],[32,-14],[44,-8],[85,-11],[295,-35],[40,-5],[45,-11],[35,-14],[46,-32],[51,-40],[31,-32],[25,-37],[18,-33],[20,-49],[7,-57],[9,-84],[2,-13],[32,2],[-27,-123],[0,-22],[-10,-111],[-15,-129],[-5,-37],[-11,-35],[-9,-29],[-8,-38],[-6,-51],[-8,-69],[-3,-67],[2,-24]],[[594536,390014],[44,-8],[56,6],[40,9],[76,-121],[13,-22],[-14,-8],[-25,-3],[-26,12],[-26,32],[-18,24],[-24,4],[-33,-3],[-45,-7],[21,-148],[-1,-118],[-12,0],[-435,7],[-435,4],[-386,-13],[-422,-12],[-622,28],[-556,18],[-487,48],[-3,106],[248,58],[585,138],[134,34],[47,18],[501,125],[279,65],[55,11],[119,30],[21,5],[85,18],[317,44],[569,75],[3,-1],[15,-6],[8,-15],[1,-10],[-22,-16],[-14,-22],[-6,-9],[-4,-29],[3,-29],[5,-59],[4,-46],[12,-15],[15,-13],[80,-37],[69,-23],[57,-24],[47,-33],[30,-33],[51,-32],[6,-4]],[[556355,390386],[-10,3],[-3,12],[1,28],[0,38],[3,16],[5,6],[8,0],[8,-6],[7,-9],[7,-2],[9,0],[12,3],[-2,-24],[-15,0],[-8,-1],[-9,-7],[-4,-13],[-4,-18],[-2,-17],[-3,-9]],[[556355,390386],[167,71],[144,61],[4,-18],[20,-67],[3,-10],[0,-15],[-12,-22],[-5,-16],[-4,-4],[16,-29],[13,-49],[1,-46],[3,-39],[-2,-26],[-28,-24],[-27,-27],[-10,-10],[-5,13],[-9,1],[-8,-5],[-19,-14],[-32,-15],[-22,-5],[-18,-11],[-20,-12],[-32,-6],[-27,-1],[-16,-2],[2,-13],[13,-5],[35,1],[27,6],[10,0],[14,8],[17,2],[30,0],[-35,-38],[-27,-36],[-18,-31],[-3,-8],[-64,36],[-56,37],[-39,28],[-49,43],[-22,24],[3,14],[7,15],[7,42],[4,26],[-1,13],[-2,17],[-20,106],[92,40]],[[556548,390506],[-21,-1],[-8,6],[-3,11],[1,19],[5,17],[9,12],[20,7],[26,5],[28,3],[20,2],[23,0],[9,-1],[8,-1],[10,-5],[2,-8],[-10,-12],[-24,-14],[-24,-15],[-11,-5],[-12,-2],[-23,-7],[-8,-6],[-17,-5]],[[598010,390375],[625,-809],[102,-134],[-10,-51],[56,-74],[76,-89],[75,-70],[90,-59],[90,-41],[327,-105],[985,-360],[192,-75],[29,-22],[146,-62],[34,0],[52,16],[49,-7],[137,-5],[103,11],[108,21],[90,0],[307,-18],[93,-9],[147,-5],[174,-32],[20,-1087],[-243,79],[-714,294],[-696,285],[-663,291],[-619,257],[-632,258],[-650,230],[-624,207],[-6,1],[0,1],[-1,0],[75,316],[-72,123],[-83,14],[-4,-3],[-38,-4],[-232,35],[-41,-2],[-102,23],[-80,10],[-29,17],[-6,-54],[-19,-224],[-5,-75],[-5,0],[-9,1],[-526,112],[-764,109],[-10,1],[1,5],[1,314],[-32,34],[-45,24],[-58,24],[-42,2],[-25,-45],[-14,-20],[-17,-10],[-25,-11],[-22,-1],[82,166],[16,33],[39,22],[46,-7],[19,7],[17,9],[8,26],[-4,29],[-11,20],[-18,138],[-4,81],[1,75],[6,22],[1,26],[12,31],[31,19],[1189,157],[255,22],[269,1],[43,1],[55,-1],[100,-2],[133,-16],[234,-37],[80,-20],[95,-42],[83,-68],[67,-72],[135,-172]],[[596694,389767],[344,-61],[-2,91],[-3,34],[12,2],[37,61],[-12,20],[-430,-17],[-47,-16],[-11,-8],[-14,-10],[-11,-18],[38,-19],[45,-40],[54,-19]],[[560148,390029],[36,-96],[222,-553],[3,-6],[16,-37],[9,-27],[14,-44],[31,-99],[37,-110],[25,-57],[29,-45],[4,-6],[6,-9],[4,-5],[4,-6],[5,-8],[1,0],[22,-31],[4,-8],[14,-2],[19,-11],[21,-21],[13,-28],[26,-63],[83,-255],[126,-334],[80,-221],[60,-208],[32,-133],[3,-27],[13,-48],[145,-195],[22,-26],[6,-14],[0,-19],[-9,-34],[-12,-50],[52,-94],[6,-23],[18,-43],[59,-106],[95,-148],[114,-157],[16,-25],[13,0],[19,-8],[18,-19],[17,-23],[9,-8],[8,3],[-6,-17],[-166,-163],[-206,-172],[-15,-5],[15,-100],[71,-163],[75,-149],[17,-36],[126,-198],[34,-52],[23,-37],[7,-11],[56,-67],[72,59],[9,8],[54,35],[17,8],[11,0],[17,-12],[68,-63],[60,-69],[1,-14],[-1,-26],[1,-18],[0,-2],[0,-4],[1,-39],[-47,-210],[45,-47],[6,3],[25,37],[1,0],[0,0],[5,0],[281,-145],[108,-57],[27,-10],[127,-29],[228,-58],[185,-43],[8,-9],[13,3],[12,-1],[3,100],[1,35],[-2,73],[0,27],[96,15],[261,47],[38,14],[49,24],[50,33],[10,6],[184,135],[48,36],[81,60],[45,-45],[36,-36],[7,-5],[2,-1],[7,9],[25,46],[112,204],[86,160],[16,29],[0,30],[-6,12],[4,33],[-1,38],[-3,24],[-7,39],[0,25],[12,38],[15,45],[2,26],[6,61],[4,12],[23,8],[13,5],[19,6],[26,1],[9,4],[6,12],[-5,17],[0,59],[-8,43],[-16,69],[-19,56],[-26,60],[-30,54],[-48,78],[-80,110],[-23,37],[-56,72],[-12,16],[-2,21],[-6,12],[-64,89],[-47,68],[-13,10],[-13,-11],[-29,-7],[-10,1],[-32,36],[-104,48],[-133,62],[-83,39],[-186,82],[-90,41],[-81,41],[-33,20],[-29,198],[-33,211],[-14,72],[0,1],[0,1],[-7,46],[-14,45],[-38,144],[-1,11],[-2,22],[1,10],[24,23],[9,-3],[8,-2],[4,-10],[5,-23],[2,-16],[-8,-10],[-10,-4],[0,-16],[7,-4],[10,-6],[7,-14],[-1,-13],[-7,-13],[11,-6],[18,-16],[41,-39],[58,-55],[29,-26],[123,-79],[52,-35],[69,-37],[63,-30],[36,-16],[29,-8],[197,-101],[29,-18],[145,-101],[10,-11],[8,-10],[5,-11],[6,-24],[3,-12],[9,-19],[13,-19],[62,-58],[17,-16],[2,-4],[-4,-8],[-3,-4],[18,-49],[2,-5],[5,-3],[15,-13],[37,-8],[8,-3],[24,-8],[34,-17],[33,-24],[38,-37],[77,-94],[56,-77],[129,-178],[41,-53],[22,-22],[25,-19],[34,-24],[28,-16],[22,-16],[28,-53],[56,-108],[5,-12],[4,-12],[2,-24],[-5,-23],[-1,-8],[-8,-68],[0,-77],[-5,-117],[-5,-86],[-12,-45],[-19,-101],[-27,-77],[-16,-42],[-24,-57],[-38,-100],[-12,-45],[-3,-28],[2,-51],[16,-75],[17,-58],[37,-128],[7,-33],[10,-43],[4,-62],[0,-35],[-8,-75],[-10,-56],[-12,-45],[-29,-66],[-22,-37],[-21,-27],[-26,-26],[-45,-29],[-247,-120],[-26,-11],[-48,-19],[-8,-4],[-88,-27],[-170,-22],[-70,-9],[-133,-17],[-93,-20],[-55,-21],[-17,-9],[-52,-29],[-241,-161],[-36,-25],[-14,-8],[-36,-21],[-75,-36],[-48,-8],[-55,-2],[0,0],[-62,16],[-48,22],[-113,74],[-168,132],[-219,178],[-59,51],[-280,257],[-50,46],[-103,98],[-97,99],[-185,192],[-39,51],[-15,14],[-114,134],[-33,35],[-43,45],[-44,40],[-44,33],[-44,31],[-31,21],[-22,16],[-82,40],[-14,17],[-50,47],[-23,14],[-7,4],[-46,15],[7,18],[-6,11],[0,14],[0,22],[-11,13],[-23,19],[-148,121],[-61,55],[-26,29],[-20,25],[-32,47],[-78,131],[-30,57],[-24,33],[-26,23],[-31,12],[-79,13],[-74,9],[-24,6],[-14,6],[-7,5],[-5,6],[-5,6],[-5,7],[-8,16],[-40,86],[-143,314],[-22,50],[-6,23],[-52,116],[-28,67],[-12,29],[-28,47],[-19,23],[-4,4],[-61,68],[-92,95],[-34,34],[-25,18],[-113,60],[-52,27],[-76,39],[-36,28],[-6,10],[-16,19],[-11,16],[-7,19],[-1,2],[-11,31],[-68,177],[-7,2],[-46,11],[-44,6],[-70,15],[-65,17],[-19,1],[-20,-1],[-20,-4],[-34,-5],[-24,1],[-28,6],[-21,8],[-7,3],[-10,6],[-7,4],[-10,5],[-22,15],[-12,14],[-53,82],[-4,6],[-4,8],[-6,7],[-22,25],[-27,25],[-16,8],[-13,4],[-17,2],[-16,-2],[-18,-5],[-26,-13],[-60,-34],[-11,-5],[-41,-19],[-23,-4],[-22,0],[-14,3],[-13,5],[-22,13],[-23,21],[-28,35],[-16,31],[0,1],[-9,32],[-2,23],[1,38],[7,34],[2,8],[1,8],[24,78],[8,29],[11,41],[3,19],[-3,25],[-9,17],[-5,6],[-9,13],[-23,15],[-15,8],[-17,10],[-69,29],[-59,21],[-37,16],[-30,21],[-74,78],[-55,56],[-183,179],[-25,31],[-18,32],[-5,20],[-2,4],[-19,66],[-26,70],[-15,33],[-23,38],[-22,32],[-19,18],[-30,18],[-28,15],[-46,17],[-32,10],[-19,11],[-16,13],[-18,24],[-27,46],[-39,70],[-41,82],[-28,57],[-53,136],[-23,60],[-17,48],[-1,2],[-5,13],[2,5],[1,7],[1,1],[41,29],[56,48],[49,46],[32,30],[62,54],[91,83],[4,4],[18,-21],[7,-2],[15,-18],[134,-152],[124,-141],[65,-74],[-58,-71],[-87,-104],[21,-18],[94,-79],[24,-19],[144,-116],[96,-100],[56,-62],[55,-62],[25,-33],[52,-74],[27,-46],[66,-105],[29,-38],[82,-108],[73,-103],[41,-60],[28,-54],[7,-20],[8,-37],[3,-32],[103,127],[357,437],[-91,86],[-36,32],[-51,68],[-25,34],[-25,33],[-24,43],[-46,70],[6,68],[10,30],[8,22],[-15,10],[-42,39],[-46,40],[59,84],[22,-21],[44,63],[-28,26],[19,26],[5,-5],[7,-3],[7,-1],[8,2],[7,4],[5,6],[4,8],[1,9],[-1,8],[-3,8],[-6,6],[-6,5],[-8,2],[-8,-1],[-7,-3],[-6,-5],[-4,-7],[-3,-8],[0,-9],[2,-8],[-27,27],[39,57],[-41,35],[-65,-94],[-13,24],[-4,20],[1,31],[2,21],[-2,9],[-39,44],[-18,11],[-14,1],[-15,-3],[-16,-16],[-17,-18],[71,-102],[-17,-25],[-91,-57],[-46,54],[-67,78],[-76,75],[-98,98],[-44,51],[-69,82],[176,192],[-62,73],[-128,145],[-44,49],[-61,71],[159,150],[59,54],[121,114],[39,37],[93,86],[8,9],[12,10],[11,10],[8,7],[5,5],[11,9],[36,25],[18,10],[15,9],[6,3],[53,24],[62,20],[32,9],[14,4],[25,7],[19,6],[20,9],[38,17],[85,52],[25,23],[46,-69],[78,-119],[23,-34],[118,-111],[35,-30],[0,-1],[13,-6],[9,-4],[1,0],[125,-119],[84,-80],[125,-127],[69,-85],[100,-132],[82,-116],[104,-191],[78,-120],[5,-9],[3,-6],[3,-6],[4,-16],[-15,-11]],[[559010,389167],[135,-111],[35,45],[-50,69],[7,34],[64,56],[-65,82],[-34,22],[-7,-9],[-78,48],[-10,-16],[-48,-73],[18,-24],[53,-41],[1,-15],[14,-14],[-35,-53]],[[564575,384958],[2,114],[10,2],[1,-15],[35,0],[36,7],[-9,55],[-21,78],[-22,84],[-34,-6],[-21,-13],[-21,-45],[-8,-35],[0,-18],[0,-32],[-4,-4],[1,-54],[2,0],[-1,-72],[-1,-4],[16,-42],[39,0]],[[596270,393349],[10,-7],[12,-80],[35,-95],[7,-72],[53,-3],[28,-16],[27,-33],[1,-4],[13,-28],[-2,-31],[-30,-33],[-17,-8],[-36,-5],[-57,-24],[-56,-25],[-75,-3],[-13,-60],[72,1],[40,-3],[35,-16],[42,6],[21,-20],[14,-117],[-34,-136],[-5,-49],[-39,-85],[-8,-97],[-21,-43],[-18,-122],[-14,-43],[-28,-145],[-25,-30],[-26,-61],[-28,-34],[-24,-21],[2,-31],[-11,-26],[-25,-23],[-31,-2],[-46,-23],[-19,3],[-27,-19],[-23,14],[-65,-2],[-38,3],[-62,28],[-55,134],[-69,234],[3,150],[7,48],[11,21],[8,20],[0,49],[-7,20],[-13,16],[-5,16],[-11,19],[2,11],[3,2],[-26,8],[-63,9],[120,126],[25,2],[68,-17],[37,-23],[14,165],[-1,58],[36,4],[17,8],[76,8],[-31,44],[-12,20],[11,27],[19,25],[-2,40],[-4,47],[10,21],[33,31],[34,4],[24,14],[10,39],[21,18],[8,21],[14,8],[32,31],[21,21],[40,51],[22,46],[19,24],[7,-1],[38,1]],[[586936,393179],[7,-8],[16,-18],[26,-14],[24,-6],[18,-3],[25,-4],[23,-10],[36,-28],[30,-14],[34,-10],[22,-5],[10,-2],[30,-5],[21,-2],[6,-4],[5,-3],[36,-37],[14,-13],[28,-9],[32,-13],[6,-4],[20,-12],[26,-20],[29,-27],[41,-48],[51,-71],[36,-48],[49,-80],[-65,-28],[-90,-44],[-26,-12],[-2,7],[11,27],[-14,35],[-17,42],[-36,62],[-46,51],[-56,37],[-210,93],[-186,75],[-76,23],[-56,6],[-69,-20],[-60,-36],[-55,-81],[-100,-188],[-42,-56],[-14,-10],[1,-23],[15,-107],[4,-38],[-17,-73],[-12,-35],[19,-11],[32,-7],[5,31],[1,9],[5,55],[11,-46],[-9,-155],[0,-89],[59,-5],[-5,-27],[-42,-105],[84,-39],[49,-33],[73,-70],[-6,-13],[-13,-5],[-61,60],[-60,42],[-97,43],[-47,-63],[-69,-90],[-30,-32],[-8,-18],[-412,405],[-1,-1],[-16,16],[1,1],[-387,402],[-429,449],[-425,419],[-16,14],[96,131],[-6,18],[2,19],[6,26],[15,33],[9,43],[3,61],[11,31],[18,26],[58,63],[11,11],[87,121]],[[583886,394688],[79,-48],[154,-116],[144,-135],[46,-32],[66,-24],[17,-6],[21,-6],[49,-29],[144,-116],[11,-8],[12,50],[42,-11],[24,76],[37,-28],[67,-65],[27,-26],[29,-28],[-56,-48],[-7,-7],[-7,-9],[-6,-17],[-10,-23],[-14,-25],[-15,-12],[-25,-1],[-26,0],[-36,4],[-32,-4],[-18,3],[-45,1],[-82,-10],[-56,-12],[-55,-21],[-88,-45],[-58,-20],[-15,-2],[-8,9],[-343,288],[-345,267],[84,130],[11,22],[23,20],[23,0],[15,63],[78,-33],[144,34]],[[597654,397598],[6,-49],[5,-64],[11,-305],[-4,-42],[-12,-41],[-1,-29],[1,-16],[6,-11],[10,-15],[-3,-66],[-1,0],[-4,-6],[-7,-17],[-12,-37],[-14,-44],[-17,-52],[-15,-110],[-55,-250],[-59,-257],[-20,-52],[-175,-346],[-82,-93],[-123,-207],[-78,-164],[-73,-140],[-33,-58],[-26,-62],[-7,-42],[25,-12],[15,-27],[6,-39],[-7,-64],[13,-36],[19,-33],[18,-73],[6,-79],[-15,-57],[2,-27],[-35,-102],[-26,-27],[-17,-38],[-3,-41],[-15,-27],[-6,-46],[15,-29],[27,1],[10,-12],[5,-26],[-37,-6],[-27,-4],[-80,-25],[-92,-56],[-48,-17],[-49,-3],[-75,25],[-19,22],[-1,23],[22,41],[15,27],[47,119],[34,97],[208,899],[12,7],[10,13],[10,28],[21,20],[9,13],[13,4],[19,-4],[3,-9],[2,-15],[-12,-20],[-10,-10],[0,-12],[1,-12],[2,3],[15,7],[17,-9],[18,9],[16,46],[-11,29],[6,21],[14,11],[31,-2],[8,15],[1,19],[14,25],[0,16],[-17,12],[-1,67],[32,63],[26,33],[7,38],[30,82],[47,104],[41,63],[43,109],[29,62],[16,40],[10,31],[9,44],[13,-5],[10,-1],[8,6],[6,8],[5,14],[5,45],[4,19],[8,20],[20,32],[24,38],[0,6],[35,126],[10,27],[18,30],[31,43],[39,63],[8,-3],[17,36],[-13,30],[-12,36],[-4,23],[0,15],[4,18],[85,206],[8,24],[4,25],[0,32],[-13,101],[-12,99],[-6,63],[0,10],[19,56],[11,0],[7,10],[1,16],[-3,17],[29,1]],[[567127,399417],[3,-6],[25,0],[52,-19],[10,0],[15,24],[13,-25],[0,-24],[-9,-37],[-86,-171],[-48,29],[11,19],[13,-11],[58,150],[-86,58],[8,11],[3,6],[11,2],[7,-6]],[[549409,392541],[18,92],[26,130],[16,145],[17,111],[9,53],[34,222],[40,259],[11,107],[7,56],[-2,65],[-5,47],[-16,67],[-21,61],[-41,93],[-34,51],[-46,95],[-12,35],[-6,19],[1,6],[1,26],[5,16],[33,90],[43,86],[4,23],[10,48],[7,96],[-27,165],[-12,103],[-8,188],[5,90],[14,117],[42,114],[24,71],[21,78],[13,97],[8,72],[-1,1],[-6,2],[-12,-49],[-61,17],[24,89],[9,40],[-14,16],[-12,16],[-13,17],[-15,21],[-17,23],[-18,33],[-8,19],[-11,24],[-11,36],[-31,44],[-18,45],[-18,56],[-15,35],[-10,33],[-20,33],[-30,29],[-27,8],[-33,-5],[-22,-10],[-28,-20],[-31,-31],[-16,-37],[-15,-34],[-8,-28],[1,-36],[1,-37],[1,-46],[0,-19],[-8,-24],[-9,-27],[-15,-17],[-15,-13],[-20,-12],[-17,-4],[-5,1],[-4,-3],[-16,-4],[-16,-4],[-23,-2],[-23,7],[-16,1],[-9,-5],[-17,-13],[-10,-8],[-9,5],[-6,-10],[-6,-10],[-9,-7],[-9,-8],[-19,-10],[-17,-9],[-16,-8],[-18,-8],[-24,-11],[-28,-13],[-25,-17],[-11,-9],[-15,-17],[-9,-25],[-5,-27],[-5,-29],[-6,-30],[-5,-29],[-6,-37],[-15,-55],[0,0],[0,0],[44,-16],[0,-49],[-102,-37],[-877,-332],[-21,-8],[-18,7],[-10,3],[-16,1],[-7,-5],[30,-43],[42,19],[78,33],[84,32],[82,31],[389,146],[165,60],[30,11],[215,75],[113,47],[281,126],[2,3],[16,9],[-53,-175],[-96,-319],[-6,-10],[-5,-9],[-15,-16],[6,-23],[13,-52],[18,-62],[11,-43],[8,-27],[33,-108],[-2,-8],[2,-17],[4,-30],[5,-44],[3,-31],[10,-70],[18,-132],[16,-110],[-8,-92],[-2,-12],[17,-16],[2,-1],[8,-17],[2,-15],[2,-9],[-3,-7],[-3,-17],[-11,-7],[-1,0],[-137,-77],[-868,-489],[0,0],[34,-55],[-1,-1]],[[548138,393541],[0,1],[-34,55],[-41,71],[-30,46],[-32,64],[-26,47],[-29,49],[-32,55],[-20,32],[-30,39],[-25,26],[-34,31],[-30,23],[-14,7],[-12,6],[-18,8],[-1,0],[-11,3],[-1,1],[-13,11],[-17,6],[-24,1],[0,0],[-27,-1],[-42,-6],[-2,0],[-34,29],[11,104],[1,83],[-141,-17],[-17,-16],[-21,-13],[-29,-10],[-56,-19],[-76,-27],[-106,-33],[-32,-14],[-27,-17],[-25,-23],[-16,-17],[-17,-28],[-17,-31],[-12,-31],[-14,-51],[-16,-45],[-16,-37],[-23,-43],[-33,-57],[-34,-60],[-32,-59],[-24,-38],[-27,-42],[-24,-51],[-33,-51],[-47,-53],[16,-120],[5,-43],[4,-6],[3,-24],[24,-126],[3,-20],[21,-150],[4,-17],[1,-35],[-8,-16],[-17,-24],[-14,-31],[-8,-13],[5,-27],[-2,-23],[4,2],[49,9],[33,9],[21,7],[2,1],[62,33],[117,61],[118,61],[224,121],[35,23],[1,-1],[4,-1],[13,-14],[24,-47],[55,-9],[28,-3],[0,0],[51,1],[36,5],[36,13],[30,13],[33,19],[28,23],[7,7],[15,15],[18,26],[14,23],[8,22],[2,21],[-4,68],[4,19],[6,32],[0,1],[65,33],[128,63],[183,92]],[[548143,393522],[21,-36],[144,97],[32,19],[46,26],[64,35],[83,45],[77,41],[68,37],[75,41],[75,42],[50,28],[84,49],[81,46],[-8,-50],[-14,-85],[-8,-49],[-5,-32],[-5,-54],[-8,-51],[-10,-55],[-10,-51],[-12,-66],[-9,-52],[-5,-29],[1,-36],[-89,-503],[-53,2],[-249,5],[-52,353],[-3,18],[-16,3],[-29,-18],[-221,-126],[6,-19],[13,-42],[27,-85],[18,-58],[7,-22],[4,-17],[6,-38],[12,-76],[10,-62],[11,-77],[6,-60],[8,-83],[10,-81],[1,-58],[-2,-73],[-1,-90],[-2,-67],[-1,-56],[-1,-67],[-1,-42],[-1,-48],[-1,-35],[0,-24],[-20,-6],[-33,-14],[-53,-26],[-36,-17],[-34,-15],[-45,-20],[-46,-20],[-28,-12],[-33,-15],[-11,23],[-26,54],[-16,35],[0,0],[-4,8],[-1,-2],[-107,-136],[-8,-10],[-169,-216],[-6,-12],[-37,-11],[-18,0],[-56,-7],[-26,-2],[-25,-7],[-28,-10],[-24,-14],[-10,-10],[-17,-25],[-39,-69],[-13,-19],[-113,36],[-415,131],[-91,29],[-10,7],[-34,26],[4,1],[6,6],[5,7],[5,7],[3,14],[-1,11],[-2,9],[-3,8],[1,4],[5,5],[8,-2],[33,-2],[6,0],[6,3],[4,5],[3,13],[1,23],[-13,27],[-49,46],[-17,8],[-59,6],[-26,-6],[-17,-2],[-2,-1],[-16,-8],[-11,-11],[-8,-18],[1,-14],[7,-16],[11,-16],[16,-12],[2,-1],[2,-2],[21,-13],[8,-2],[-1,-1],[1,0],[-1,-21],[-1,-158],[0,-88],[-6,-107],[-6,-99],[-79,-418],[-35,-5],[-36,-5],[-40,-4],[-28,-5],[-26,-9],[-9,-5],[-24,4],[-5,8],[-23,22],[-28,15],[-47,16],[-40,14],[-37,9],[-31,9],[-29,8],[-9,20],[-21,2],[-28,4],[-46,5],[-28,4],[-31,2],[-12,-11],[-18,-12],[-8,-32],[-22,-73],[-27,-66],[-19,-53],[-15,-42],[-4,-8],[-17,-39],[-19,-35],[-19,-32],[-16,-32],[0,-1],[-22,13],[-36,21],[-6,-17],[0,-2],[-11,-24],[-6,-15],[-19,-38],[-32,-54],[-33,-56],[-24,-38],[-18,-20],[-21,-16],[-32,-32],[-8,-9],[-25,-31],[-63,-82],[-57,-63],[-35,-38],[-43,-45],[-12,-8],[-2,-2],[-24,-28],[-25,-22],[-43,-34],[-35,-32],[-20,-19],[-56,-43],[-25,-18],[-31,-18],[-12,-4],[-33,-12],[-17,-4],[-42,-9],[-48,-6],[-26,-3],[-27,-2],[-26,2],[-19,4],[-19,11],[-22,19],[-24,25],[-4,-5],[-12,-17],[-2,-2],[-8,-12],[-16,-22],[0,-1],[-13,-19],[-29,-44],[22,0],[14,-2],[18,-6],[11,-6],[10,-6],[17,-10],[21,-7],[15,-1],[34,-4],[4,-3],[1,0],[3,2],[84,-8],[42,-8],[11,-2],[42,-10],[49,-11],[21,-4],[-5,7],[0,0],[-3,4],[-5,22],[1,0],[10,10],[33,22],[123,82],[70,48],[71,47],[86,61],[41,27],[38,30],[22,16],[22,15],[13,6],[13,0],[11,-14],[4,-10],[1,-6],[1,-4],[0,-3],[0,-3],[-1,0],[0,-8],[2,-17],[3,-10],[5,-11],[3,-18],[7,-13],[7,16],[8,31],[8,31],[8,27],[21,78],[12,26],[1,1],[5,10],[17,36],[20,41],[1,3],[48,2],[120,3],[56,1],[51,1],[49,1],[37,1],[38,0],[60,1],[45,1],[16,0],[27,-3],[30,-4],[15,-2],[14,-2],[19,2],[10,-44],[9,-40],[7,-29],[8,-34],[3,-11],[15,-18],[13,-12]],[[546399,389785],[-66,-11],[-337,-349],[-54,-57],[-102,-105],[-144,-148],[-22,-25],[-95,-135],[-40,-61],[-22,-28],[-17,-18],[-22,-22],[-54,-44],[-18,-10],[-7,13],[-7,-3],[-55,-30],[-2,-1],[-49,158],[-6,18],[0,1],[-74,-10],[-39,-4],[-42,-6],[-31,-6],[-34,-9],[-32,-11],[-31,-13],[-23,-7],[-27,-2],[-75,-4],[-6,-1],[-3,-1],[-32,-8],[1,-15],[-5,-22],[-10,-10],[-24,-9],[-75,-14],[-6,-2],[-28,-8],[-24,-13],[-9,-16],[3,-31],[5,-22],[-11,-18],[-14,-4],[-16,-5],[-19,21],[-34,42],[-17,9],[-20,7],[-111,1],[-18,-1],[-22,-4],[-130,-57],[-12,-13],[-1,-5],[-115,5],[-31,41],[-14,22],[-9,23],[-16,38],[-37,124],[-38,115],[-21,69],[-6,18],[-16,45],[-23,66],[-15,34],[-3,7],[-3,5],[-6,13],[-4,16],[-5,17],[-2,5],[-1,5],[0,1],[188,306],[145,379],[411,359],[359,404],[310,458],[210,521],[185,500],[242,579],[256,588],[264,558],[321,534],[338,419],[342,382],[348,414],[379,379],[430,331],[668,407],[21,13],[2,1],[554,286],[578,184],[500,108],[616,154],[565,92],[567,68],[582,14],[556,-57],[14,-33],[583,-23],[539,-177],[530,-240],[0,0],[116,-62],[57,-32],[68,-40],[112,-70],[109,-74],[9,-9],[-1,-6],[-28,-19],[-2,-10],[-1,-13],[3,-7],[4,-2],[53,40],[4,-22],[10,-22],[21,-34],[37,-50],[39,-43],[51,-51],[51,-31],[62,-30],[30,-12],[42,-4],[53,-5],[43,-8],[29,-17],[6,-3],[8,-3],[433,-428],[444,-542],[345,-554],[274,-496],[283,-531],[356,-588],[299,-451],[294,-434],[335,-411],[335,-376],[361,-274],[345,-246],[397,-159],[459,-177],[454,-86],[293,-37],[359,-14],[650,117],[619,237],[564,325],[541,468],[346,431],[320,499],[140,281],[125,278],[0,26],[217,594],[152,653],[165,634],[206,602],[229,602],[276,574],[310,527],[355,503],[19,7],[102,34],[47,35],[21,23],[88,97],[45,52],[9,12],[23,25],[43,41],[29,25],[16,7],[24,8],[18,4],[13,8],[14,11],[18,18],[15,20],[13,22],[8,22],[9,17],[37,37],[117,132],[114,122],[4,105],[5,32],[7,25],[23,30],[31,37],[34,42],[53,68],[33,51],[15,51],[29,51],[24,38],[32,26],[15,11],[5,2],[17,10],[3,2],[13,-5],[22,1],[29,16],[51,52],[60,79],[44,51],[49,64],[30,41],[65,86],[26,36],[21,18],[30,7],[64,11],[48,10],[24,11],[50,44],[37,50],[52,53],[126,88],[66,22],[22,10],[47,21],[80,22],[100,30],[275,67],[71,15],[208,40],[169,30],[131,15],[148,13],[100,5],[131,3],[86,0],[39,0],[40,1],[47,-1],[35,-3],[33,-4],[37,-6],[37,-8],[35,-8],[87,-25],[25,-6],[45,-15],[44,-16],[166,-66],[48,-20],[16,-5],[116,-49],[82,-36],[44,-20],[45,-24],[28,-19],[78,-42],[18,-11],[54,-35],[53,-36],[25,-14],[163,-106],[214,-137],[84,-56],[28,-18],[28,-21],[34,-28],[77,-72],[129,-122],[46,-52],[24,-27],[19,-25],[27,-45],[18,-32],[52,-98],[21,-34],[27,-38],[27,-35],[32,-37],[20,-20],[17,-11],[16,-5],[18,-2],[13,1],[8,7],[30,31],[17,19],[35,-39],[27,-27],[86,-78],[23,-21],[299,-278],[110,-99],[97,-91],[76,-70],[9,-7],[13,15],[4,1],[8,-3],[4,-6],[0,-8],[119,-84],[314,-240],[495,-300],[503,-294],[523,-242],[404,-155],[68,-36],[49,-25],[18,-7],[506,-222],[109,-47],[9,-5],[539,-234],[0,-1],[-36,-106],[-11,-26],[-2,-12],[0,-11],[2,-2],[-8,-9],[-5,-6],[-8,-1],[-12,1],[-17,5],[-12,7],[-24,20],[-9,6],[-9,0],[-9,-1],[-7,-4],[-7,-6],[-4,-9],[0,-5],[0,-11],[-2,-26],[-6,-36],[-5,-45],[-3,-41],[-4,-21],[-10,-134],[-12,-108],[-14,-24],[-76,33],[-57,31],[-85,66],[-77,74],[-54,62],[-18,22],[-51,39],[-56,42],[-50,31],[-98,50],[-45,19],[-66,20],[-42,14],[-36,7],[-78,22],[-59,25],[-20,9],[-2,2],[-25,12],[-25,15],[-81,63],[-30,35],[-36,38],[-24,24],[-25,24],[-6,6],[-14,12],[-28,29],[-43,31],[-51,34],[-49,25],[-61,22],[-41,9],[-25,4],[-50,10],[-114,17],[-64,10],[-529,83],[-47,5],[-53,7],[-35,3],[-220,13],[-29,1],[-80,-3],[-317,-74],[-20,-8],[-7,-3],[-37,-16],[-17,-7],[-40,-17],[-2,1],[-14,1],[-37,40],[-10,-9],[16,-17],[-271,-280],[-10,-11],[-250,-259],[-183,-172],[-139,-133],[-51,-51],[-42,-32],[-110,-79],[-34,-23],[-66,-24],[-267,-96],[-48,-19],[-2,0],[58,-55],[-11,-18],[-66,-88],[-9,-11],[-72,-79],[-113,-119],[-70,-72],[-77,-70],[-166,-139],[-57,-45],[-55,-39],[-70,-42],[-124,-66],[-82,-31],[-61,-21],[-34,-13],[-14,-1],[-25,-8],[-17,-6],[-12,-1],[-29,-14],[-39,-9],[-56,0],[-63,4],[-62,23],[-88,31],[-48,15],[-83,41],[-52,34],[-22,14],[-1,1],[0,0],[-64,51],[-50,54],[-31,36],[-43,50],[-55,70],[-47,71],[-38,43],[-3,4],[-11,6],[-35,7],[-67,8],[-64,-2],[-24,0],[-158,-9],[-164,2],[-40,-6],[-157,-65],[-29,-10],[-49,-13],[-95,-7],[-108,1],[-74,3],[-45,-7],[-53,-12],[-78,-35],[-46,-24],[-73,-31],[-44,-24],[-27,-27],[-17,-23],[-18,-50],[-14,-59],[-8,-51],[-2,-82],[-2,-58],[-7,-44],[-9,-6],[-3,-37],[-1,1],[-10,14],[-8,7],[-33,1],[-105,9],[-2,-28],[-5,-11],[2,-25],[-13,-44],[-10,-35],[-16,-29],[-31,-71],[-11,-17],[-35,-26],[-12,-10],[-16,-10],[-10,-9],[-20,-18],[-25,-20],[99,-45],[88,-75],[18,19],[36,84],[19,78],[30,109],[39,-13],[-5,-23],[-7,-28],[-15,-60],[-6,-15],[-7,-38],[-20,-74],[-15,-46],[-20,-37],[-14,-23],[-3,-6],[-2,-4],[-27,-34],[-31,-35],[-47,-42],[-138,-117],[-51,-43],[-34,-35],[-24,-35],[-38,-68],[-39,-61],[-41,-40],[-43,-20],[-20,-4],[-61,-13],[-52,-9],[-59,-25],[-46,-29],[-79,-59],[-333,-279],[-86,-70],[-1,-1],[-18,-18],[-4,-4],[-4,-4],[-22,-23],[-4,-11],[-11,-42],[-24,-87],[-30,-104],[-27,-50],[-21,-37],[-80,-112],[-70,-94],[-83,-96],[-69,-85],[-65,-89],[-51,-77],[-67,-119],[-123,-219],[-33,-55],[-32,-42],[-33,-30],[-55,-38],[-57,-32],[-62,-30],[-54,-35],[-31,-25],[-1,0],[-37,-35],[-4,-3],[-2,-2],[-13,-17],[-14,-49],[-77,-300],[-102,-406],[-65,-244],[-15,-53],[-13,-45],[-20,-33],[-25,-26],[-53,-52],[-50,-41],[-4,-4],[-19,-11],[-24,-15],[-42,-14],[-18,-5],[-97,-22],[-35,-8],[-76,-18],[-47,-11],[-134,-31],[-39,-11],[-27,-15],[-17,-21],[-12,-53],[-11,-77],[-21,-75],[-22,-55],[-42,-81],[-31,-69],[-5,-20],[-17,-76],[0,-1],[-10,-69],[0,-1],[-1,-24],[-1,-38],[-3,-15],[-12,-9],[-12,-5],[-42,2],[-353,56],[-147,20],[-49,2],[-24,-2],[-37,-8],[-77,-28],[-162,-69],[-455,-174],[-175,-66],[-39,-5],[-91,18],[-120,47],[-466,149],[-85,34],[-327,145],[-312,98],[-54,18],[-74,31],[-45,22],[-254,66],[-43,12],[-27,9],[-398,107],[-140,49],[-66,27],[-314,194],[-164,98],[-53,40],[-65,58],[-24,22],[-74,70],[-40,30],[-370,196],[-248,150],[-118,79],[-189,144],[-116,95],[-121,122],[-80,89],[-194,241],[-87,87],[-58,62],[-165,212],[-292,396],[-34,36],[-34,27],[-35,21],[-52,22],[-69,26],[-48,21],[-43,19],[-36,16],[-67,41],[-55,50],[-296,299],[-51,58],[-38,55],[-2,5],[-14,31],[-10,25],[-35,99],[-27,69],[-31,52],[-38,48],[-27,24],[-63,50],[-158,115],[-38,33],[-26,29],[-87,112],[-210,316],[-37,49],[-40,35],[-51,32],[-57,25],[-82,11],[-101,-2],[-230,-9],[-71,-2],[1,167],[-63,11],[-12,-17],[-14,1],[-42,-160],[-11,0],[-64,4],[-48,9],[-3,1],[36,163],[-60,11],[-108,33],[-10,-74],[-175,8],[0,-65],[-55,3],[0,0],[-68,23],[-33,7],[-48,4],[-44,2],[-47,9],[-44,21],[-94,61],[-65,28],[-76,18],[-91,16],[-70,7],[-41,-7],[-14,-7],[-40,-21],[-49,-23],[-31,-5],[-2,0],[-1,0],[0,-1],[-7,-2],[-194,-62],[196,-424],[36,-78],[207,100],[93,10],[4,2],[44,-4],[41,-6],[37,-23],[40,-39],[26,-35],[42,-53],[17,9],[172,240],[38,-18],[80,-54],[79,-41],[120,-77],[163,-102],[-2,-3],[-29,-40],[-143,-170],[-80,-96],[-32,-38],[-5,-6],[-104,44],[-77,33],[-12,5],[-4,2],[-55,-46],[-50,-37],[-22,-9],[-197,-60],[-208,-63],[-52,-17],[19,-228],[17,-191],[-1,-10],[3,-30],[8,-76],[5,-50],[2,-25],[18,-221],[3,-34],[2,-23],[17,-6],[25,-10],[9,-6],[-11,-40],[1,-1],[-8,-33],[-32,-91],[-36,-102],[-25,-68],[-58,-127],[0,-1],[-1,-1],[-14,-34],[5,-4],[102,-57],[164,-78],[314,-145],[10,-5],[162,-74],[24,-12],[19,-9],[-61,-145],[-2,-7],[-9,-27],[-1,-20],[5,-25],[17,-23],[12,-15],[5,-16],[-1,-18],[-89,-402],[-2,-15],[0,-1],[-37,-15],[1,-2],[0,-22],[-7,-116],[-1,-33],[2,-53],[4,-45],[8,-57],[5,-53],[-2,-37],[-6,-8],[-12,-12],[-13,-7],[-11,-3],[-19,4],[-22,5],[-18,6],[-20,12],[-21,12],[-24,10],[-27,9],[-28,4],[-79,7],[-16,7],[-20,10],[-18,0],[-9,-5],[-9,-3],[-12,-4],[-25,-3],[-16,-4],[-14,-15],[-17,-25],[-8,53],[-13,16],[0,0],[-4,32],[-5,35],[-19,42],[-28,55],[-15,25],[-246,455],[-161,295],[-40,77],[-3,17],[-2,24],[-8,13],[-43,-36],[-58,18],[-22,2],[1,30],[14,195],[6,-3],[8,0],[8,101],[2,52],[-2,29],[-6,32],[-45,135],[-24,67],[-18,37],[-2,12],[29,53],[2,2],[71,-18],[39,45],[13,16],[1,0],[-39,39],[-40,35],[-37,28],[-2,3],[-2,4],[0,1],[-1,1],[-2,13],[-3,26],[-5,49],[-3,29],[7,16],[6,17],[2,12],[3,28],[-1,9],[-1,15],[6,37],[0,2],[4,13],[1,22],[-28,-1],[-16,-4],[-16,-16],[-17,-33],[-35,-57],[-39,-9],[-54,-17],[-79,-21],[-27,-3],[-33,16],[-29,24],[-16,10],[-14,17],[2,18],[5,11],[21,9],[30,5],[44,5],[26,17],[6,8],[23,28],[22,36],[2,9],[-39,4],[-46,33],[-22,12],[-31,44],[-19,54],[43,54],[25,42],[19,28],[6,28],[-9,37],[187,493],[-1,3],[0,1],[-12,27],[-16,48],[-2,14],[0,0],[-5,34],[4,125],[-6,36],[-21,55],[-12,27],[-1,3],[-119,-62],[15,-67],[15,-78],[48,17],[28,3],[29,-102],[-43,-15],[-336,125],[-13,3],[-6,5],[-4,3],[-5,-4],[-30,-26],[-72,-83],[-33,-54],[-33,-81],[-10,-23],[-22,-50],[-116,-271],[-7,-19],[-22,-54],[-21,-20],[-25,-3],[-36,5],[-32,5],[-307,33],[-57,9],[-28,7],[-72,20],[-66,17],[-72,20],[-71,19],[-74,11],[-85,10],[-65,7],[-39,4],[-16,2],[-144,16],[-37,4],[-15,1],[-353,29],[-43,0],[-333,19],[-15,1],[-96,1],[-329,-9],[-95,-10],[-121,-26],[-106,-25],[-111,-24],[-282,-62],[-35,-6],[-30,-5],[-34,-7],[0,0],[-4,0],[9,-29],[1,-2],[31,-72],[90,-214],[70,-159],[-52,-34],[-14,-10],[25,-48],[77,-146],[59,-99],[54,-90],[29,-44],[4,-9],[19,-27],[-17,-18],[0,0],[0,0],[-21,-23],[-132,-132],[-180,-180],[-36,-36],[-14,-10],[-29,-5],[-28,-3],[-27,1],[-19,4],[-10,8],[14,-32],[33,-50],[15,-25],[8,-11],[-14,-20],[-36,-45],[-140,-185],[-75,-103],[-71,-98],[-64,-97],[-55,-89],[-159,-261],[-5,-11],[27,-22],[14,-16],[-299,-90],[-16,14],[-71,59],[-23,25],[-50,40],[-16,14],[-2,31],[-13,72],[-13,76],[-45,272],[-6,31],[-30,168],[-7,45],[113,82],[89,56],[128,66],[84,43],[47,26],[57,35],[28,19],[120,77],[129,82],[75,47],[4,34],[-13,29],[-75,162],[-9,24],[12,14],[53,33],[201,136],[0,5],[-63,133],[-64,136],[-22,-10],[-92,-33],[-60,6],[-42,-16],[-384,-117],[-199,-66],[-50,65],[-23,91],[-5,21],[-35,142],[-29,-12],[-26,-11],[-86,-37],[-30,-14],[-57,-29],[-54,-29],[-19,-8]],[[572350,400103],[-14,-6],[-18,-1],[-12,3],[-15,-25],[-9,-30],[-5,-28],[-5,-53],[18,-32],[-8,-17],[-4,-24],[4,-30],[-5,-24],[4,-14],[29,-32],[-1,-32],[6,-19],[17,-11],[16,-1],[20,12],[14,17],[37,91],[-15,30],[68,198],[-111,53],[-6,-17],[-5,-8]],[[573239,399550],[-86,-142],[52,-34],[33,-34],[23,-29],[14,-20],[80,-68],[147,-5],[14,13],[-32,57],[-21,35],[-26,41],[-16,19],[-15,19],[-33,33],[-107,94],[-19,15],[-8,6]],[[568235,398379],[17,-1],[133,154],[-23,28],[-9,16],[-6,18],[-52,-55],[-40,-37],[-38,-26],[-13,-6],[-2,-9],[-9,-12],[19,-28],[8,-24],[7,-12],[8,-6]],[[567685,397612],[-3,-7],[19,3],[35,78],[42,-29],[27,-26],[24,-37],[18,-34],[25,4],[31,14],[23,21],[8,23],[-42,87],[-34,52],[-42,44],[45,47],[16,13],[20,31],[24,27],[30,18],[39,3],[44,-8],[46,-13],[-17,16],[-8,14],[-22,10],[-33,-1],[-19,-5],[-9,2],[-16,16],[-6,22],[2,27],[-18,5],[-39,1],[-31,-7],[-23,-14],[-43,-18],[30,-52],[-26,-25],[-55,-57],[-37,-61],[-9,-15],[43,-36],[-21,-50],[-4,-7],[-12,-31],[-22,-45]],[[567109,394887],[-58,-132],[-13,2],[-26,12],[-46,24],[-73,38],[-37,21],[-81,-205],[-9,-25],[-40,-109],[-19,-47],[-81,-263],[-88,-296],[-51,-179],[-4,-11],[-42,-141],[-50,-156],[-12,-48],[22,-13],[55,-24],[131,-43],[28,-14],[24,-9],[48,-15],[35,-6],[37,-7],[395,-67],[6,-1],[36,101],[-5,4],[-2,12],[26,102],[5,22],[9,21],[2,17],[0,24],[13,29],[3,13],[8,38],[16,25],[12,23],[4,30],[5,15],[14,24],[14,31],[6,21],[1,46],[4,22],[29,69],[15,40],[8,36],[12,30],[-4,12],[-1,13],[7,10],[10,4],[25,48],[12,16],[1,2],[-22,16],[-31,15],[-5,9],[6,22],[19,43],[23,68],[5,26],[22,55],[19,45],[17,60],[19,67],[30,73],[20,45],[2,10],[17,32],[10,38],[16,36],[13,44],[14,48],[8,5],[7,35],[-53,6],[-10,2],[-45,10],[-25,7],[-20,13],[-37,55],[-24,47],[-1,12],[48,80],[-24,21],[-111,-61],[-2,8],[-12,20],[-19,14],[-25,3],[-28,10],[-44,20],[-113,-245]],[[554567,394449],[-144,31],[9,-12],[82,-108],[50,-46],[17,-12],[2,122],[-16,25]],[[554435,394213],[-63,121],[-78,-45],[11,-18],[0,-10],[-3,-10],[-11,-13],[24,-26],[44,-41],[76,42]],[[549773,394320],[29,58],[-24,25],[-66,70],[-33,-40],[-20,-14],[-10,-2],[11,-38],[24,-40],[16,-20],[16,-21],[49,-44],[7,-2],[11,9],[7,7],[-18,37],[1,15]],[[554629,394197],[170,-23],[-23,38],[-37,33],[-27,1],[-48,7],[-18,1],[-12,-11],[-5,-18],[0,-28]],[[553027,395435],[5,10],[7,8],[24,1],[30,-2],[17,-13],[13,-3],[7,3],[10,12],[7,9],[6,0],[12,-8],[7,-2],[6,2],[8,8],[6,0],[13,-9],[44,0],[19,-3],[17,-5],[23,1],[21,5],[26,-3],[-1,153],[-97,0],[-338,-29],[3,-104],[12,0],[12,-16],[8,-14],[6,-11],[8,-6],[12,-1],[16,3],[10,9],[10,3],[11,2]],[[553502,395583],[38,-4],[-7,5],[-86,111],[-14,0],[-24,5],[-20,0],[-28,-4],[-31,0],[-14,4],[-30,-2],[-7,-8],[-6,-15],[-15,-58],[82,2],[50,-4],[36,-7],[76,-25]],[[549625,395775],[6,19],[14,11],[41,4],[39,-6],[51,-16],[-4,135],[17,48],[3,11],[-16,0],[-143,3],[-5,-16],[-8,-77],[-6,-84],[-1,-12],[12,-20]],[[550357,395856],[90,-2],[-1,70],[83,2],[-48,22],[-36,11],[-30,5],[-57,-8],[-1,-100]],[[552071,396271],[-49,49],[-101,-94],[-33,-29],[6,-48],[9,-5],[17,-9],[198,0],[8,-22],[4,-8],[5,-14],[20,-12],[20,-16],[13,-10],[31,-3],[73,-18],[49,-16],[23,22],[26,-4],[69,-23],[24,-15],[42,72],[-29,7],[-50,14],[-86,28],[-43,18],[-121,52],[-51,29],[-42,28],[-32,27]],[[550100,396135],[2,8],[15,51],[7,9],[1,2],[26,7],[5,7],[1,11],[-6,21],[-3,66],[0,101],[6,7],[17,1],[-7,20],[4,11],[17,12],[9,10],[1,22],[-24,27],[-84,78],[-15,-15],[-25,-33],[-53,-90],[-20,-25],[-33,-36],[-74,-72],[-19,-20],[-16,-23],[187,-114],[70,-43],[11,0]],[[551462,396646],[0,165],[-69,0],[6,83],[-266,18],[-12,-6],[-45,-61],[-10,-21],[14,-31],[14,-28],[15,-20],[22,-19],[37,-20],[73,-34],[57,-20],[37,-8],[34,-3],[28,-1],[32,2],[33,4]],[[548738,396045],[107,-3],[-3,16],[-4,40],[0,21],[1,16],[4,13],[10,20],[36,52],[10,11],[-107,-6],[4,-56],[-51,-3],[-3,-31],[-4,-90]],[[549539,392811],[-13,-69],[-58,9],[-7,-53],[-15,-69],[14,-26],[12,-1],[0,0],[45,21],[54,25],[-8,24],[19,123],[-43,16]],[[555120,393056],[141,-6],[-6,67],[0,2],[-8,29],[-12,23],[-18,23],[-53,51],[-83,77],[-31,31],[17,-160],[8,-3],[30,-29],[17,-20],[3,-43],[-5,-42]],[[562590,419999],[1,-7],[1,-11],[0,-9],[1,-5],[0,-1],[0,0],[4,-37],[5,-33],[0,-2],[2,-10],[5,-47],[3,-13],[2,-6],[1,-2],[10,-19],[27,-45],[51,-78],[88,-125],[80,-129],[4,-6],[10,-16],[1,-1],[0,-1],[4,-10],[9,-19],[2,-11],[7,-36],[2,-32],[1,-9],[-2,-37],[-1,-23],[-21,-172],[-2,-57],[0,-2],[6,-46],[15,-52],[61,-114],[14,-24],[36,-60],[32,-54],[2,-10],[19,-17],[3,2],[11,0],[36,-5],[16,-3],[50,-12],[27,-6],[11,-2],[28,-2],[112,-44],[109,-43],[234,-105],[134,-60],[164,-71],[48,-22],[100,-53],[52,-32],[104,-68],[39,-25],[86,-59],[34,-31],[99,-79],[55,-48],[99,-83],[41,-26],[23,-23],[16,-9],[34,-15],[28,-13],[49,-12],[66,-8],[88,-7],[202,-7],[471,-19],[46,-8],[50,-15],[44,-18],[50,-27],[20,-14],[32,-22],[12,-12],[42,-40],[25,-35],[51,-84],[59,-113],[53,-110],[248,-484],[5,-8],[37,-58],[27,-35],[26,-27],[5,-6],[39,-40],[2,-2],[138,-123],[39,-33],[2,-1],[52,-50],[-1,-1],[80,-85],[38,-42],[33,-41],[26,-31],[16,-19],[18,-25],[24,-35],[150,-248],[12,-23],[7,-26],[8,-41],[9,-56],[27,-95],[4,-54],[10,-56],[12,-69],[14,-65],[7,-90],[7,-240],[-1,-51],[12,-117],[2,-17],[22,-68],[42,-96],[66,-123],[160,-175],[24,-26],[53,-59],[170,-176],[171,-177],[30,-29],[19,-16],[25,-17],[15,-7],[70,-6],[11,-1],[121,1],[26,6],[25,11],[30,18],[33,25],[32,29],[26,21],[17,7],[15,2],[23,0],[17,-6],[39,-19],[133,-72],[278,-121],[30,-14],[32,-12],[27,-5],[66,-5],[40,-5],[0,0],[138,-14],[78,-10],[39,-4],[54,-16],[62,-20],[36,-15],[32,-29],[35,-24],[30,-21],[28,-18],[33,-4],[62,10],[77,20],[129,38],[64,18],[75,15],[77,13],[66,17],[51,30],[55,45],[26,25],[45,49],[376,370],[195,229],[203,238],[110,113],[85,74],[80,48],[81,28],[85,13],[108,-28],[109,-42],[200,-51],[5,0],[4,1],[71,32],[54,23],[75,36],[22,9],[22,10],[48,20],[29,13],[62,26],[12,5],[35,15],[56,21],[45,15],[21,7],[12,6],[27,12],[40,20],[48,26],[94,59],[85,41],[37,15],[38,13],[23,3],[52,5],[25,1],[34,-11],[57,-45],[71,-59],[63,-59],[26,-26],[100,-88],[49,-52],[37,-38],[22,-24],[0,0],[1,-2],[13,-13],[10,-9],[39,-47],[87,-109],[60,-67],[36,-38],[53,-52],[42,-42],[44,-40],[16,-15],[79,-63],[8,-16],[14,-18],[37,-41],[41,-43],[13,-13],[23,-27],[21,-14],[33,-18],[59,-27],[46,-23],[30,-9],[29,-6],[29,-2],[38,-1],[22,7],[33,10],[38,6],[46,2],[27,-6],[31,-11],[30,-12],[46,-25],[82,-54],[31,-29],[161,-166],[31,-30],[176,-177],[311,-322],[248,-255],[40,-41],[24,-22],[29,-17],[24,-11],[55,-17],[101,-26],[97,-28],[113,-34],[58,-11],[72,-12],[247,-40],[191,-26],[56,-12],[111,-30],[48,-15],[102,-33],[50,-20],[50,-24],[31,-17],[44,-31],[47,-40],[40,-42],[2,-2],[15,-19],[10,-21],[17,-43],[0,-28],[-11,-15],[24,-23],[6,3],[20,1],[8,-3],[17,-10],[17,-15],[66,-63],[27,-25],[25,-20],[29,-19],[51,-18],[22,-8],[33,-5],[61,-10],[85,9],[50,9],[38,11],[42,18],[0,-1]],[[584034,409877],[-9,25],[-6,20],[-16,47],[-5,14],[-11,46],[-5,36],[-1,27],[-3,55],[-5,111],[-6,67],[-2,11],[-14,92],[-14,75],[-9,46],[-6,23],[-6,24],[-6,17],[-12,16],[-44,67],[-31,46],[-43,-103],[-6,-12],[-128,-91],[-8,-5],[-15,-11]],[[577810,411091],[-103,95],[-15,-28]],[[589505,404911],[7,-8],[19,-42],[8,-29],[8,-39],[15,-13],[51,-23],[38,-18],[31,-10],[28,-5],[27,3],[22,11],[2,2],[10,12],[132,-51],[24,-6],[81,-7],[100,-2],[36,5],[12,2],[52,5],[42,4],[33,7],[13,4],[13,5],[34,16],[15,6],[96,3],[38,5],[35,11],[16,11],[30,9],[53,10],[19,6],[12,10],[4,4],[57,31],[13,2],[20,-9],[12,-2],[9,4],[16,2],[14,1],[13,-21],[19,6],[52,18],[0,11],[0,3],[55,27],[111,43],[89,19],[25,13],[78,13],[8,2],[13,4],[90,29],[38,7],[63,-12],[8,-2],[99,-31],[3,-1],[19,-12],[80,-15],[24,1],[22,14],[18,9],[20,8],[33,-2],[79,-8],[22,-5],[78,-28],[98,-28],[36,-8],[89,-8],[21,-8],[33,-12],[77,-16],[49,-19],[36,-21],[35,-31],[37,-27],[30,-11],[71,-18],[44,-19],[49,-24],[31,-16],[18,-5],[27,-4],[12,-8],[15,-15],[20,-22],[54,-40],[48,-30],[38,-18],[33,-14],[8,-10],[38,-89],[39,-88],[13,-16],[41,-42],[14,-17],[9,-20],[6,-21],[8,-20],[8,-15],[10,-12],[27,-17],[34,-17],[15,-2],[9,2],[10,5],[6,3],[11,8],[8,11],[7,8],[13,5],[23,8],[21,4],[21,0],[17,0],[21,5],[26,7],[51,7],[9,4],[8,3],[34,15],[15,1],[14,-1],[36,-7],[120,-54],[186,-93],[42,-27],[33,-20],[117,-72],[22,-10],[17,-2],[23,-10],[134,-106],[76,-60],[3,-3],[20,-19],[10,-15],[19,-43],[11,-18],[21,-26],[17,-18],[13,-8],[2,-1],[16,-6],[21,-2],[0,0],[32,-6],[26,-7],[3,-1],[28,-10],[44,-18],[16,-8],[14,-9],[24,1],[8,-4],[6,-6],[11,-27],[18,-13],[4,-16],[5,-9],[6,-3],[6,0],[4,4],[2,9],[6,7],[8,5],[6,0],[4,0],[11,-4],[1,0],[10,-7],[13,-13],[4,-10],[1,-3],[1,-1],[13,-46],[9,-19],[5,-6],[15,-18],[27,-24],[-9,-23],[-4,-21],[-2,-22],[1,-14],[5,-8],[9,0],[11,1],[15,-2],[31,-33],[90,-88],[16,-3],[10,-8],[30,-25],[3,-7],[2,-4],[6,-28],[4,-9],[8,-8],[10,-4],[10,0],[18,0],[18,-1],[14,-2],[15,-6],[16,-10],[19,-13],[14,-9],[19,-8],[34,-16],[14,-9],[12,-11],[10,-12],[11,-17],[6,-17],[8,-27],[8,-15],[8,-8],[10,-2],[10,1],[13,6],[49,25],[22,-13],[12,-6],[8,0],[9,3],[10,6],[32,28],[9,5],[10,2],[7,1],[4,0],[19,-2],[46,-5],[23,-1],[34,-5],[10,-2],[31,-6],[5,-2],[13,-3],[13,-9],[7,-5],[63,-46],[7,-9],[29,-32],[29,-18],[47,-20],[80,-29],[42,-17],[22,-12],[16,-14],[9,-10],[16,-21],[32,-44],[13,-18],[19,-28],[26,-49],[20,-49],[13,-39],[12,-54],[10,-58],[8,-72],[1,-16],[5,-70],[2,-32],[10,-241],[0,-8],[12,-25],[10,-49],[16,-16],[4,5],[7,3],[9,-2],[7,-6],[34,-60],[33,-62],[9,-11],[5,-7],[15,-16],[30,-32],[13,-18],[13,-26],[6,-21],[9,-59],[22,-122],[19,-69],[7,-38],[-6,-9],[-5,-10],[1,-16],[7,-19],[12,-21],[23,-22],[15,-27],[9,-28],[18,-51],[11,-25],[14,-18],[17,-33],[23,-49],[13,-40],[26,-46],[5,-10],[1,-1],[1,-1],[12,-23],[5,-20],[13,-62],[5,-17],[5,-14],[10,-18],[9,-11],[14,-12],[14,-12],[11,-12],[12,-16],[23,-37],[7,-20],[1,-1],[0,-2],[26,-53],[2,-3],[7,-15],[4,-27],[9,-19],[13,-25],[15,-22],[11,-13],[7,-9],[13,-19],[19,-35],[16,-21],[0,-21],[11,-47],[27,-29],[-23,12],[7,-33],[2,-4],[-5,5],[-25,16],[-22,11],[-28,7],[-32,6],[-31,1],[-19,-2],[-34,-8],[-38,-16],[-32,-19],[-20,-20],[-23,-28],[-23,-37],[-20,-53],[-12,-22],[1,-45],[4,-31],[12,-50],[12,-45],[6,-22],[6,-20],[40,-146],[43,-164],[4,-16],[7,-23],[47,-178],[-4,-6],[54,-73],[-37,-33],[-8,4],[-12,2],[-11,-2],[-10,-5],[-8,-10],[-3,-14],[-2,-20],[1,-16],[6,-22],[8,-22],[8,-17],[11,-17],[11,-16],[1,-11],[73,-158],[-14,-3],[-19,-10],[-14,-14],[-7,-11],[-2,-11],[2,-12],[7,-12],[21,-33],[5,-14],[18,-51],[17,-18],[62,-27],[15,-4],[15,-1],[17,1],[15,6],[19,14],[10,13],[8,23],[-2,46],[46,-35],[42,-220],[13,-14],[23,-26],[42,-65],[18,-24],[17,-16],[19,-12],[34,-16],[64,-29],[16,-11],[13,-16],[14,-22],[34,-48],[10,-35],[12,-21],[18,-21],[22,-21],[19,-18],[17,-12],[-13,-2],[-17,3],[-23,8],[-9,9],[-3,7],[-14,-5],[-11,-9],[-1,-20],[-4,-9],[-24,-15],[-4,-8],[2,-7],[5,-6],[11,-2],[9,-3],[8,-9],[37,-70],[9,-20],[17,-80],[18,-60],[-30,-9],[1,-15],[1,-15],[0,-3],[5,-20],[4,-11],[-19,-12],[-175,-111],[-16,-11],[-9,-1],[-2,1],[-7,3],[-8,12],[-10,29],[-87,297],[-23,72],[-17,43],[-7,14],[-9,21],[-22,40],[-115,163],[-99,138],[-46,65],[-17,21],[-31,31],[-46,39],[-72,58],[-276,217],[-40,35],[-49,48],[-73,74],[-59,62],[-54,64],[-141,161],[-22,27],[-15,18],[-100,125],[-29,36],[-19,25],[-44,56],[-23,31],[-20,26],[-55,90],[-35,63],[-37,83],[-53,131],[-118,294],[-73,158],[-152,326],[-22,48],[-82,181],[-29,62],[-50,105],[-38,71],[-52,95],[-51,96],[-27,49],[-34,59],[-21,36],[-4,7],[-25,39],[-48,65],[-42,55],[-38,48],[-28,31],[-43,52],[-34,39],[-37,40],[-46,47],[-62,61],[-46,42],[-41,37],[-43,37],[-70,56],[-125,102],[-17,13],[-45,37],[-45,34],[-24,17],[-16,12],[-45,32],[-36,21],[-40,18],[-35,14],[-35,11],[-29,6],[-47,8],[-69,9],[-46,3],[-101,10],[-9,1],[-92,7],[-7,1],[-90,7],[-75,0],[-27,-1],[-29,-14],[-6,-3],[-37,-19],[-9,14],[-21,34],[-47,76],[-24,14],[-7,4],[-318,184],[-823,501],[-39,24],[-5,3],[-314,173],[-238,128],[-318,168],[-31,13],[-8,6],[-18,19],[-16,15],[-10,-4],[-19,-7],[-36,-14],[-18,-5],[-1,-1],[-26,-2],[-43,-6],[-48,4],[-85,10],[-60,7],[-145,19],[-94,28],[-76,26],[-89,30],[5,12],[-9,4],[-55,19],[-17,6],[-31,12],[-93,33],[-10,5],[-43,15],[37,-13],[2,-1],[-54,25],[-21,4],[0,0],[-75,13],[-36,-3],[-22,-4],[-10,-47],[-14,2],[-30,8],[-63,19],[2,0],[-4,0],[-5,2],[-36,5],[-4,1],[-30,13],[-29,25],[-16,35],[-2,12],[-1,12],[-4,6],[-66,26],[-67,27],[-44,18],[-102,40],[0,0],[-1,1],[-99,39],[5,16],[16,49],[4,10],[16,50],[52,157],[2,5],[-42,107],[-15,-1],[-18,12],[-14,20],[-13,21],[-17,17],[-27,13],[-25,7],[-42,8],[-55,18],[-35,12],[-46,18],[-51,20],[-83,43],[-30,14],[-24,16],[-21,23],[-25,22],[-43,22],[-46,25],[-91,67],[-70,55],[-108,79],[-87,65],[-30,17],[-66,47],[-41,23],[-23,14],[-2,1]],[[582820,406640],[-23,11],[-15,6],[-38,15],[-32,5],[-6,1],[-113,0],[-5,1],[-68,-1],[-106,13],[-58,10],[-17,6],[-39,10],[-27,6],[-66,17],[-72,14],[-85,14],[-54,5],[-66,12],[-101,25],[-46,11],[9,93],[-28,3],[-18,9],[-23,5],[-39,-2],[-47,5],[-35,11],[-17,9],[-5,3],[19,-144],[-21,-4],[-59,-14],[-102,-26],[-83,-18],[-84,-9],[-80,-8],[-71,-4],[-42,-1],[-226,-8],[-45,2],[-22,2],[-107,0],[-106,2],[-256,0],[-28,2],[-74,-4],[-54,-7],[-235,-44],[-77,144],[-151,269],[-36,59],[-110,-26],[9,-61],[15,3],[46,11],[20,-36],[9,-8],[16,-32],[4,-16],[44,-77],[108,-159],[38,-59],[6,-15],[-1,-6],[-8,-4],[-63,-9],[-72,-12],[-77,-2],[-77,5],[-413,40],[-52,3],[-43,0],[-18,-4],[-40,-8],[-37,-16],[-63,-29],[-44,-15],[-45,-5],[-28,1],[-58,13],[-142,40],[-45,11],[-92,9],[-98,-18],[-70,-19],[-233,-69],[-75,-18],[-47,-1],[-24,4],[-33,14],[-37,23],[-10,7],[-11,8],[-9,8],[-27,25],[-20,18],[-63,75],[-12,-10],[8,-30],[0,-24],[-7,-32],[-28,-168],[-44,14],[-15,-20],[-16,-8],[-31,-3],[-22,1],[-41,15],[-25,12],[-26,40],[-9,29],[-16,65],[-12,40],[-19,18],[-39,20],[-32,9],[-25,21],[-22,30],[-13,32],[-7,24],[-9,49],[1,12],[4,8],[-16,9],[-48,0],[-105,5],[-183,4],[-62,0],[0,-9],[-3,-6],[-8,-6],[-15,-8],[-22,-7],[-14,-3],[-9,0],[-12,6],[-5,-2],[-9,-10],[-45,-44],[-11,-9],[-13,-6],[-11,-3],[-12,-6],[-11,-9],[-7,-17],[-4,-16],[-3,-18],[-7,-12],[-8,-8],[-40,-27],[-10,-11],[-10,-12],[-11,-5],[-41,-10],[-24,0],[-46,11],[-39,22],[-20,16],[-10,-1],[-11,-6],[-22,-2],[4,22],[11,62],[19,135],[28,186],[15,91],[12,65],[9,35],[10,47],[0,0],[-27,-3],[-9,-13],[-16,-15],[-18,-12],[-27,-16],[-19,-13],[-31,-27],[-28,-29],[-50,-54],[-44,-47],[-35,-32],[-22,-16],[-9,-6],[-15,-9],[-19,-7],[-18,-6],[-16,-3],[-13,-1],[-15,0],[-18,3],[-22,6],[-23,10],[-23,18],[-19,15],[-28,22],[-87,69],[-55,49],[-26,26],[-42,50],[-17,24],[-25,38],[-20,28],[-10,9],[-15,9],[-17,9],[-8,4],[-34,18],[-35,19],[-29,15],[-29,10],[-65,15],[-35,9],[-62,27],[-25,7],[-22,2],[-31,0],[-16,-1],[-36,-2],[-69,1],[-28,1],[-39,6],[-150,28],[-57,8],[-7,1],[-49,3],[-20,-15],[-29,-21],[-51,-60],[0,0],[18,158],[-45,-41],[-22,-12],[-16,-6],[-15,-2],[-8,-2],[-3,-7],[-4,-24],[-3,-11],[-8,-10],[-13,-10],[-9,-4],[-12,3],[-10,9],[-17,30],[-8,-11],[-11,-8],[-15,-7],[-13,-3],[-11,1],[-12,5],[-9,9],[-7,11],[-16,25],[-9,9],[-12,8],[-13,6],[-14,4],[-41,4],[-18,7],[-23,13],[-23,16],[4,18],[4,23],[3,22],[0,19],[-2,20],[-5,17],[-13,25],[-11,20],[-15,24],[-6,10],[-1,15],[3,12],[11,7],[18,5],[-7,19],[-7,19],[-9,14],[-17,2],[-11,6],[-8,12],[-8,15],[-9,14],[-9,8],[-14,7],[-17,5]],[[574631,408054],[13,-1],[20,1],[15,4],[13,7],[9,3],[9,-1],[11,-3],[16,-10],[40,1],[18,5],[18,6],[37,-2],[19,-5],[28,-9],[31,-16],[24,-17],[23,-7],[83,-20],[62,-21],[42,-17],[31,-8],[67,0],[33,-7],[31,-9],[20,-5],[22,-4],[15,-7],[9,-8],[4,-19],[-1,-19],[-7,-16],[18,-6],[21,-4],[8,0]],[[576371,407584],[-33,-80],[-81,-9],[-1,-97],[28,-1],[-10,-45],[-6,-13],[-50,-31],[29,-24],[83,42],[14,7],[12,13],[9,25],[8,11],[19,9],[50,157]],[[576071,409815],[-14,25],[-27,50],[-12,30],[-5,13],[-10,28],[-9,38],[-6,23]],[[574173,411014],[3,9],[-26,-2],[-20,-4],[-39,-13],[-34,-13],[-24,-11],[-13,-8],[-29,-31]],[[574036,406796],[44,-59],[113,-173],[129,-208],[95,-147],[173,-424],[170,-442],[108,-290],[53,-157],[40,-132],[2,-9],[29,-112],[4,-22],[0,-17],[-12,-32],[-10,-7],[11,-32],[16,3],[11,-3],[10,-7],[5,-6],[34,-111],[90,-333],[68,-241],[51,-147],[46,-112],[17,-40],[56,-111],[35,-59],[42,-52],[25,-26],[41,-37],[58,-36],[63,-23],[38,-8],[41,-9],[46,-5],[79,-7],[98,21],[26,9],[44,7],[68,3],[44,-2],[53,-12],[54,-27],[42,-25],[57,-52],[76,-58],[149,-84],[77,-29],[80,-11],[95,8],[74,16],[73,17],[57,7],[20,-2],[79,-14],[57,-16],[76,-31],[80,-36],[108,-40],[59,-16],[52,-2],[40,-4],[42,-3],[23,-2],[60,7],[129,26],[41,7],[72,6],[36,0],[69,2],[64,-10],[105,-30],[126,-53],[55,-26],[52,-44],[57,-48],[146,-146],[74,-64],[27,-18],[38,-19],[32,-9],[128,-19],[400,-27],[240,-10],[272,0],[111,26],[102,22],[23,2],[68,2],[60,-11],[265,-69],[240,-79],[123,-49],[290,-128],[54,-44],[144,-112],[53,-39],[213,-160],[50,-45],[127,-124],[106,-109],[3,-2],[47,-29],[69,-42],[29,-10],[132,-17],[10,1],[54,6],[17,2],[459,137],[135,42],[556,171],[57,17],[85,27],[500,143],[869,250],[116,32],[141,39],[16,5],[120,24],[9,2],[145,25],[62,11],[123,12],[46,4],[167,1],[88,0],[61,-1],[77,0],[230,-19],[134,-18],[135,-24],[27,-5],[69,-13],[110,-14],[9,-18],[3,-20],[3,-4],[13,-17],[254,-132],[269,-166],[10,-9],[47,-40],[74,-71],[189,-118],[76,-38],[58,-35],[26,-21],[22,-25],[26,-30],[40,-52],[8,-14],[17,-28],[17,-27],[163,-336],[185,-382],[205,-424],[474,-1101],[168,-392],[8,-17],[14,-39],[7,-21],[16,-89],[4,-56],[1,-5],[-3,-69],[-11,-72],[-9,-44],[-30,-202],[-31,-194],[-10,-74],[-23,-154],[-10,-58],[-90,-521],[-9,-45],[-6,-31],[-28,-166],[-12,-74],[0,-1],[0,-1],[0,0],[-8,-42],[-23,-135],[-13,-67],[-9,-63],[-22,-124],[-15,-95],[-8,-56],[-2,-87],[-1,-88],[16,-103],[38,-298],[11,-100],[-3,-89],[-48,-287],[-13,-88],[-20,-218],[-1,-207],[8,-344],[18,-268],[29,-550],[22,-360],[3,-81],[2,-41],[0,-11],[-40,140],[-16,-1],[-224,7],[-14,1],[-137,3],[-115,3],[-67,1]],[[584876,397078],[-14,28],[-11,11],[3,16],[-44,124],[-70,-28],[-127,-46],[-251,-97],[-8,14],[-201,-74],[-43,-8],[0,-4],[-2,-1],[-8,-3],[-22,-3],[-47,-13],[-104,-28],[-63,-21],[-27,-5],[-6,-2],[-66,-12],[-27,-2],[-93,-8],[-6,2],[-37,-8],[-228,-19],[-63,-6],[-39,-11],[-42,-19],[-20,-17],[97,-238],[68,-162],[125,-303],[33,-78],[26,-64],[22,-54],[-12,-18],[-20,-16],[-10,-25],[-45,-19],[-42,-26],[-9,8],[-22,39],[-12,27],[-24,17],[-31,-2],[-35,-3],[-34,0],[-34,-16],[-16,-29],[-28,-54],[59,-95],[-9,-15],[-3,-32],[-13,-39],[-26,-20],[-23,5],[-36,-17],[-83,29],[-60,32],[-42,19],[-37,14],[-45,-11],[-31,8],[-48,18],[-35,-2],[-12,-22],[3,-29],[10,-38],[-42,-53],[-10,9],[-11,-19],[515,-383],[-2,-118],[148,-176],[-45,-7],[-44,12],[-14,-56],[-110,43],[-61,-89],[-427,318],[-424,298],[-410,314],[-543,361],[-568,353],[-648,365],[-624,306],[-702,335],[-426,187],[-410,189],[-441,236],[-9,7],[-385,278],[-372,295],[-194,184],[-174,187],[-195,204],[-215,255],[-239,328],[-215,301],[-205,325],[-163,350],[-179,362],[-161,325],[-127,318],[-96,336],[-102,311],[-77,301],[-58,339],[-57,323],[-4,18],[5,2],[10,2],[8,2],[23,18],[-5,19],[-16,63],[-14,62],[-28,129],[-29,122],[-17,82],[-9,52],[-9,57],[-5,55],[-6,67],[-5,78],[-25,-2],[-10,66],[-69,381],[-32,149],[-22,98],[-29,106],[-6,36],[-2,12],[-4,42],[-21,2],[-1,33],[-1,28],[19,-1],[6,-2],[-14,31],[-57,90],[-13,27],[-34,73],[-79,198],[-38,98],[-45,120],[-60,145],[-87,180],[-102,191],[-120,216],[-89,145],[-59,93],[-95,135],[-100,131],[-84,108],[-169,200],[-77,86],[-42,47],[-183,193],[-335,269],[-300,218],[-296,194],[-346,204],[-316,146],[-326,182],[-313,164],[-306,157],[-296,164],[-297,182],[-290,193],[-273,212],[-293,211],[-286,266],[-297,252],[-263,259],[-274,273],[-247,281],[-253,284],[-234,317],[-224,310],[-207,328],[-188,339],[-191,332],[-165,340],[-169,348],[-170,326],[-221,385],[-326,508],[-242,355],[-280,283],[-171,231],[-212,232],[-207,226],[-261,264],[-288,289],[-318,343],[-228,301],[-220,346],[-196,343],[-165,376],[-166,382],[-125,403],[-120,442],[-70,444]],[[562371,418282],[-2,-27],[18,9],[12,-7],[2,-8],[12,13],[20,15],[11,20],[10,12],[19,1],[-2,14],[-20,1],[-8,6],[-54,84],[-15,17],[-8,8],[-18,2],[-14,-2],[-24,-8],[12,-48],[29,-75],[17,-11],[3,-16]],[[562569,418185],[-23,-18],[-20,-13],[-8,11],[-8,5],[-11,-2],[-12,-6],[-14,-11],[-19,-11],[-18,-2],[20,-37],[10,-34],[15,-34],[30,-54],[27,-35],[16,-35],[14,13],[7,3],[8,0],[6,-12],[-7,-7],[24,-14],[19,30],[20,31],[103,-99],[32,36],[-92,108],[-6,7],[-6,14],[1,7],[1,1],[-7,22],[-20,12],[15,25],[-41,61],[-30,43],[-7,8],[-7,-2],[-12,-11]],[[565123,415155],[14,-11],[9,2],[28,24],[5,1],[22,-25],[16,24],[127,-113],[89,-84],[20,-20],[31,40],[36,41],[86,88],[151,141],[7,3],[15,-7],[15,26],[-12,19],[-15,78],[-15,35],[-17,30],[-51,64],[-16,17],[-32,37],[8,34],[-10,-1],[-22,3],[-18,7],[-189,96],[-129,92],[-72,65],[-21,-12],[-31,-12],[-44,-38],[-45,-43],[-31,-19],[-43,-31],[-18,-17],[-11,-23],[-11,-16],[-20,-20],[-30,-38],[-22,-27],[-13,-13],[-15,-28],[4,-34],[26,-21],[76,-117],[168,-197]],[[566444,415339],[351,-109],[-2,196],[-6,-4],[-26,-4],[-23,3],[-23,13],[-28,24],[-52,40],[-20,14],[-20,12],[-24,9],[-36,10],[-11,1],[-3,-31],[-77,-174]],[[574031,405266],[104,-196],[-3,-114],[20,-91],[2,129],[63,0],[6,4],[11,8],[7,10],[5,14],[6,54],[1,131],[-103,2],[-2,70],[-117,-21]],[[574186,404488],[4,-81],[31,0],[31,0],[3,58],[-1,21],[-68,2]],[[574200,404214],[1,-25],[6,-74],[6,-51],[10,1],[2,-11],[82,11],[-3,19],[20,5],[14,109],[-18,72],[-10,-2],[-36,3],[-23,7],[-14,0],[-9,-5],[-10,-8],[-9,-12],[-6,-16],[-3,-23]],[[584015,400177],[3,-42],[51,2],[58,4],[16,2],[10,10],[5,14],[1,13],[-4,7],[-9,7],[-31,12],[-9,5],[-4,9],[0,10],[4,11],[15,21],[-12,11],[-11,9],[-12,-5],[-11,-19],[-15,-37],[-14,-1],[-8,-3],[-9,-7],[-11,-17],[-3,-16]],[[577576,399741],[28,-11],[35,0],[34,14],[26,19],[17,30],[8,70],[35,25],[16,11],[-6,27],[-16,27],[-27,32],[-43,23],[-29,21],[-54,5],[-34,0],[-22,1],[-18,-1],[-38,-14],[-65,-46],[133,-222],[20,-11]],[[583238,399962],[-29,-21],[-29,-35],[-21,-29],[-123,-61],[-77,122],[-9,13],[-63,-36],[-83,-67],[-33,-24],[-30,-32],[-21,-21],[-6,-21],[1,-26],[8,-27],[0,-6],[-19,-5],[-86,-35],[-46,1],[-6,-3],[-3,-4],[-5,-12],[9,-41],[4,-16],[49,16],[41,3],[50,8],[50,10],[26,11],[34,23],[33,25],[58,49],[22,21],[21,-21],[22,16],[27,17],[35,14],[42,17],[24,12],[11,10],[5,13],[-1,11],[-2,10],[32,16],[44,20],[24,3],[38,-1],[12,4],[14,9],[16,11],[57,42],[-36,29],[-24,4],[-27,-6],[-30,-10]],[[582166,399604],[31,24],[-14,14],[-41,60],[-20,32],[-13,24],[-11,26],[-3,10],[-10,-5],[16,-41],[-10,-5],[5,-12],[1,-8],[0,-19],[-1,-32],[6,-13],[29,-30],[21,-18],[14,-7]],[[582214,399631],[8,-7],[48,56],[-65,81],[-24,-24],[-47,64],[-26,-8],[1,-6],[11,-25],[6,-10],[15,-23],[26,-38],[20,-31],[20,-22],[7,-7]],[[577729,399536],[-35,-52],[-22,-22],[-12,-2],[-24,2],[-37,-68],[-118,48],[-33,11],[-22,6],[-32,7],[-25,1],[-12,-2],[0,0],[-157,61],[-193,-427],[2,-17],[2,-21],[14,-20],[42,-29],[49,-26],[25,-28],[7,-18],[69,-45],[53,-27],[20,-15],[30,-21],[27,-20],[92,-55],[68,-21],[50,-20],[23,-14],[13,-18],[5,-13],[-1,-14],[-16,-42],[271,-99],[12,-3],[16,0],[21,3],[17,8],[42,21],[28,8],[11,-1],[15,-2],[22,-1],[30,-7],[19,0],[35,-7],[95,-23],[92,-23],[103,-25],[46,-8],[146,-33],[54,-12],[11,-2],[217,-47],[36,-6],[59,-8],[10,-1],[15,-2],[42,-3],[38,-7],[51,-12],[55,-15],[100,-27],[84,-18],[278,-59],[36,-17],[29,-17],[12,-35],[9,-82],[22,-27],[272,31],[18,13],[16,5],[195,22],[17,-1],[18,-2],[2,-1],[48,8],[-5,18],[17,17],[49,32],[53,79],[11,57],[-6,26],[3,14],[0,28],[-13,22],[-19,78],[6,35],[32,71],[6,92],[-12,100],[-77,192],[-80,279],[-11,-4],[-211,-88],[-116,-49],[-223,-95],[-206,-87],[-172,-73],[-82,-35],[0,-2],[-34,-12],[-105,-45],[-40,-15],[-42,-9],[-46,190],[-12,50],[-12,47],[-23,-6],[-305,-64],[-106,32],[-80,28],[-84,19],[-8,2],[-64,17],[-75,38],[-135,73],[-47,34],[-155,111],[-24,20],[-45,75],[-24,39],[-11,35],[-4,1],[-12,13],[-17,19],[-34,45],[-7,2],[-10,-11]],[[581043,398758],[7,-25],[80,39],[6,-40],[59,34],[-14,43],[-32,46],[-38,17],[-13,4],[-78,8],[8,-42],[15,-84]],[[581562,398732],[-16,-15],[-46,-48],[-1,-10],[4,-21],[-19,-37],[33,-50],[-58,-39],[3,-7],[13,-6],[-17,-10],[18,-34],[13,-13],[16,-3],[21,8],[39,26],[51,58],[11,7],[6,5],[-34,47],[-6,5],[30,26],[24,20],[4,9],[-3,18],[-13,26],[-14,22],[-14,15],[-10,5],[-17,2],[-18,-6]],[[581277,398587],[-20,39],[-64,-19],[-12,40],[-115,-23],[3,-48],[3,-45],[0,-14],[3,-28],[7,-21],[6,-16],[197,56],[0,24],[-2,28],[-6,27]],[[575480,410742],[-15,-39],[-76,34],[-19,-37],[89,-42],[11,21],[79,-31],[41,65],[4,15],[-51,41],[-31,32],[-32,-59]],[[577044,407550],[-2,-21],[-7,-20],[0,-13],[5,-13],[4,-6],[0,-143],[15,89],[24,29],[-4,4],[35,32],[-33,47],[-17,12],[-20,3]],[[574834,407687],[72,49],[120,-9],[0,4],[0,56],[4,11],[6,11],[3,8],[-1,8],[-4,9],[-8,9],[-17,7],[-19,6],[-20,4],[-40,4],[-69,-9],[-24,-1],[-93,3],[90,-170]],[[555457,429707],[1,-7],[11,1],[5,5],[9,-6],[1,1],[23,3],[63,24],[0,0],[76,-335],[86,-344],[101,-333],[107,-295],[137,-278],[173,-260],[39,-98],[107,-149],[175,-237],[299,-324],[285,-310],[319,-293],[331,-283],[246,-194],[269,-184],[260,-179],[212,-154],[190,-169],[289,-240],[269,-288],[269,-303],[237,-318],[233,-348],[201,-389],[27,-283],[162,-204],[137,-515],[102,-523],[50,-491],[-154,-28],[-152,-21],[-87,373],[-20,-6],[-28,113],[-104,423],[-92,238],[-213,530],[-138,33],[-218,-222],[-29,-30],[-13,-14],[48,-91],[26,-55],[7,-21],[10,-2],[5,-7],[4,-17],[1,-17],[4,-7],[6,-7],[15,-23],[14,-23],[7,-25],[1,-27],[11,-18],[8,-13],[12,-17],[11,-19],[5,-18],[7,-21],[29,-68],[4,-17],[-8,-3],[-15,4],[-15,10],[-18,19],[-24,18],[-24,17],[-22,3],[-18,-1],[-9,-8],[-7,-25],[-9,-22],[-15,-19],[-5,-22],[0,-12],[5,-15],[15,-31],[4,-19],[12,-26],[14,-21],[14,-7],[15,-11],[18,-21],[6,-37],[15,-68],[18,-43],[7,-9],[9,-8],[24,-36],[23,-39],[18,-29],[50,-88],[28,-59],[37,-66],[23,-54],[27,-66],[7,-30],[-6,-24],[-8,-15],[-14,-34],[-5,-8],[-14,-22],[-24,-30],[-26,-22],[-29,-19],[-31,-26],[-26,-27],[-5,-8],[-9,-15],[-6,-10],[-12,-14],[-19,-10],[-12,-6],[-9,-5],[-23,-31],[-5,-16],[-3,-12],[-15,-16],[-15,-27],[-5,-18],[0,-21],[1,-38],[-4,-32],[-3,-13],[-5,-23],[-12,-24],[-47,-67],[-18,-46],[-13,-51],[-2,-25],[0,-29],[2,-35],[-7,-10],[-16,-7],[-11,-12],[-18,-26],[-18,-25],[-8,-4],[-15,-22],[-4,-8],[-23,-15],[-7,-3],[8,-13],[7,-5],[7,0],[8,1],[16,13],[5,-15],[3,-13],[1,-21],[8,-60],[2,-23],[2,-22],[42,1],[151,2],[317,13],[3,-29],[80,-525],[54,-281],[10,-82],[1,-91],[-2,-112],[-18,-371],[8,-10],[108,4],[3,-108],[14,-62],[33,-85],[35,-53],[15,-5],[38,-36],[67,-31],[63,-5],[59,7],[50,1],[9,-9],[17,2],[-6,29],[-2,35],[-13,216],[-1,120],[-1,62],[0,35],[124,15],[2,0],[-6,62],[30,6],[7,4],[4,12],[-58,480],[-35,271],[-7,65],[0,18],[-1,49],[11,60],[7,95],[0,24],[34,-2],[54,9],[30,9],[94,20],[36,-159],[114,-457],[155,-441],[162,-419],[189,-402],[226,-381],[221,-353],[283,-333],[301,-354],[328,-331],[276,-280],[264,-308],[251,-292],[251,-311],[306,-411],[271,-419],[217,-376],[155,-324],[143,-305],[187,-371],[75,-123],[-43,-31],[-53,-28],[-6,4],[-99,41],[-36,-21],[-41,-23],[-26,-10],[-10,-1],[-15,0],[-21,0],[-20,0],[-64,4],[-71,8],[-52,7],[-24,4],[-3,-37],[37,-73],[20,-75],[-6,-73],[-7,-50],[-3,-38],[-19,-89],[-1,-77],[18,-81],[54,-98],[108,-160],[65,-92],[18,-40],[5,-22],[0,-37],[1,-7],[20,-41],[20,-38],[147,-242],[13,-32],[8,-15],[3,-23],[-47,-99],[-7,-19],[3,-24],[4,-8],[4,-8],[82,-29],[78,-46],[84,-39],[156,-69],[289,-158],[185,-74],[119,313],[7,20],[-11,21],[-96,206],[-9,20],[42,29],[87,71],[185,-242],[199,-225],[264,-295],[224,-230],[324,-316],[312,-282],[326,-250],[426,-343],[443,-321],[413,-242],[405,-217],[415,-212],[146,-97],[4,-3],[72,-36],[87,-43],[25,-13],[216,-108],[119,-62],[170,-95],[98,-62],[124,-79],[110,-75],[113,-84],[121,-99],[66,-50],[49,-39],[77,-67],[53,-44],[139,-131],[114,-110],[54,-54],[59,-63],[72,-79],[64,-74],[96,-117],[59,-76],[92,-130],[150,-226],[87,-138],[129,-223],[31,-59],[44,-79],[27,-53],[14,-29],[4,-11],[-2,-6],[-42,-29],[-76,-49],[-50,-39],[1,-7],[6,-8],[11,-6],[-7,-9],[-8,-30],[2,-9],[10,-5],[17,-6],[11,1],[1,1],[13,-14],[5,-13],[118,57],[39,18],[11,3],[11,-2],[8,-5],[9,-19],[27,-69],[94,-247],[41,-104],[7,-31],[9,-48],[2,-23],[0,-43],[35,-75],[14,-26],[20,-41],[46,-146],[26,-95],[28,-131],[36,-173],[5,-38],[-52,-3],[-3,-22],[14,-187],[4,-13],[9,-15],[10,-4],[28,2],[30,-142],[15,-80],[-7,-1],[-11,-3],[-5,-11],[13,-45],[7,-23],[6,-26],[26,-98],[6,-18],[10,-5],[26,0],[0,-4],[28,-162],[16,-97],[9,-31],[12,-67],[27,-143],[52,-286],[26,-124],[19,-77],[20,-85],[24,-99],[47,-171],[46,-171],[50,-170],[50,-158],[20,-69],[31,-98],[12,-36],[58,-150],[55,-138],[63,-164],[71,-175],[159,-344],[116,-241],[60,-118],[21,-43],[32,-56],[40,-71],[32,-56],[31,-50],[31,-47],[39,-58],[85,-119],[158,-224],[78,-107],[33,-39],[37,-50],[116,-149],[143,-173],[17,-21],[34,-41],[120,-138],[62,-66],[115,-122],[43,-44],[49,-49],[99,-95],[51,-50],[58,-55],[53,-47],[86,-81],[-2,-4],[-19,3],[-14,8],[-42,33],[-9,4],[-270,89],[-351,199],[-319,205],[-469,397],[-485,417],[-536,519],[-541,498],[-512,308],[-532,250],[-552,182],[-572,115],[-584,-37],[-514,-54],[-633,-251],[-506,-253],[-470,-354],[-916,-995],[-276,-362],[-306,-341],[-209,-412],[-240,-402],[-215,-401],[-185,-430],[-194,-421],[-191,-467],[-175,-500],[-158,-478],[8,-150],[-168,-646],[-197,-640],[-197,-467],[-315,-493],[-381,-438],[-441,-341],[-15,-22],[-6,-13],[-36,-7],[-39,4],[-33,9],[-33,-4],[-18,-7],[-5,112],[-11,19],[1,39],[6,16],[17,15],[-8,8],[-4,17],[-5,41],[-5,68],[-7,50],[-10,45],[-23,123],[-9,68],[-9,52],[-5,81],[-15,81],[-35,152],[-21,1],[0,41],[-71,-27],[-75,-30],[-62,-24],[-378,-144],[-3,9],[2,21],[2,11],[-2,9],[-9,7],[-8,3],[-24,0],[-7,-7],[-7,-12],[-11,-7],[-11,-1],[-14,-3],[-8,-6],[-7,-8],[-3,-12],[0,-16],[3,-11],[7,-7],[3,-8],[-96,-37],[-77,-29],[-37,57],[-10,15],[-21,33],[-32,-19],[5,-27],[2,-35],[-5,-29],[-7,-20],[-11,-18],[-11,-12],[-17,-11],[-34,-14],[-71,-25],[-33,-16],[-24,-18],[-18,-21],[-14,-24],[-11,-26],[-2,-6],[-3,-28],[-3,-40],[-7,-2],[-14,-14],[-15,-29],[-6,-35],[1,-43],[9,-52],[16,-55],[14,-38],[18,-44],[43,-108],[38,-94],[38,-98],[3,-11],[20,-49],[21,-33],[23,-31],[29,-20],[24,-12],[26,-4],[29,-4],[89,-52],[-40,-4],[-37,-9],[-12,1],[-47,2],[-28,-6],[-35,-3],[-704,41],[-555,173],[-529,294],[-475,376],[-398,458],[-357,489],[-349,519],[-295,548],[-300,582],[-293,568],[-31,45],[-325,470],[-445,545],[-513,509],[-532,451],[-621,345],[-650,275],[-675,186],[-715,131],[-726,4],[-563,-50],[-818,-70],[-40,8],[-51,-30],[-67,-32],[-19,-6],[-10,3],[-23,20],[-16,9],[-21,5],[-40,-3],[-99,-11],[-60,-9],[-41,-7],[-29,-13],[-14,-19],[-10,-27],[-12,-17],[-29,-16],[-57,-14],[-145,-33],[-134,-29],[-152,-34],[-124,-30],[-207,-44],[-204,-47],[-169,-39],[0,-1],[-1,0],[-25,-2],[-15,0],[14,-34],[36,-83],[-15,-8],[-565,-201],[-548,-307],[-493,-299],[-462,-322],[-464,-355],[-376,-441],[-381,-503],[-384,-489],[-316,-501],[-300,-536],[-243,-581],[-217,-557],[-219,-575],[-230,-551],[-303,-511],[-487,-450],[-437,-266],[-104,-39],[-37,122],[-9,30],[-55,189],[-12,41],[-10,33],[-4,15],[174,72],[74,36],[77,38],[93,61],[37,27],[39,35],[36,44],[27,45],[12,21],[29,58],[39,89],[8,26],[22,67],[42,158],[43,172],[26,121],[22,103],[35,116],[49,169],[7,22],[23,87],[12,47],[30,89],[36,119],[24,68],[21,46],[7,13],[21,42],[20,35],[48,77],[24,56],[3,8],[9,41],[7,61],[11,109],[9,76],[2,22],[4,29],[6,33],[3,17],[45,145],[12,38],[15,40],[44,143],[29,80],[13,31],[9,16],[13,27],[15,28],[1,3],[24,28],[28,20],[35,18],[36,14],[9,4],[34,14],[55,27],[21,15],[18,18],[32,38],[45,55],[39,52],[4,6],[16,20],[32,42],[19,29],[15,32],[0,2],[20,32],[65,79],[93,-83],[19,3],[27,16],[49,52],[23,35],[9,30],[2,33],[-4,31],[-11,33],[-23,36],[-30,35],[-18,20],[10,1],[31,4],[9,4],[18,9],[16,12],[21,21],[22,28],[125,175],[41,61],[37,44],[34,34],[91,78],[6,5],[10,9],[41,40],[21,22],[40,52],[6,8],[13,17],[0,0],[0,0],[66,52],[51,45],[28,39],[26,38],[11,35],[2,36],[-14,68],[-6,48],[-10,62],[-8,56],[-14,71],[-9,59],[-21,121],[-22,129],[-1,1],[-10,62],[-6,33],[-42,242],[-5,29],[2,26],[0,5],[4,28],[9,29],[73,162],[3,7],[29,64],[10,21],[6,15],[-38,18],[-23,12],[-9,5],[-104,207],[20,13],[16,3],[10,-2],[10,-6],[19,-14],[15,-7],[12,-2],[12,2],[19,4],[14,1],[2,-1],[9,-5],[7,-7],[24,50],[10,25],[-34,38],[-33,35],[-31,34],[-94,433],[-135,408],[231,100],[119,55],[282,363],[451,595],[33,65],[25,67],[19,72],[14,329],[4,64],[6,55],[8,64],[9,46],[33,148],[27,88],[43,132],[98,250],[19,71],[25,118],[16,62],[27,57],[40,69],[58,82],[20,24],[32,27],[38,26],[52,34],[34,26],[29,36],[119,173],[66,100],[22,38],[19,38],[17,50],[8,40],[4,43],[-19,478],[0,75],[8,36],[18,34],[21,23],[28,19],[27,14],[23,7],[16,5],[43,5],[83,-5],[44,-2],[-6,-16],[-27,-18],[-11,-14],[-2,-18],[8,-33],[14,-24],[17,-20],[31,-3],[38,4],[38,7],[24,10],[15,-34],[14,13],[129,63],[18,10],[14,107],[64,-16],[59,-23],[30,-16],[15,-11],[76,-54],[98,-64],[48,-23],[78,-23],[34,-3],[52,2],[31,9],[54,21],[31,22],[49,35],[6,4],[16,8],[18,4],[10,2],[17,4],[42,-1],[1,0],[0,0],[10,-2],[11,-2],[16,-3],[48,-11],[41,-15],[34,-17],[4,-2],[27,-22],[29,-23],[10,-8],[35,-24],[23,-9],[8,-3],[28,-4],[64,1],[214,12],[203,8],[66,5],[20,1],[94,4],[43,0],[20,0],[63,-14],[30,-12],[22,-10],[47,-21],[6,-2],[0,0],[24,-8],[14,-3],[19,-2],[8,0],[19,2],[29,10],[5,3],[17,11],[9,6],[9,5],[72,50],[163,117],[139,97],[30,21],[25,18],[147,104],[45,23],[33,16],[24,4],[4,1],[35,0],[23,-2],[31,-9],[35,-18],[35,-24],[31,-28],[35,-46],[158,-213],[52,-69],[41,-54],[30,-30],[24,-11],[16,-2],[15,-2],[32,-1],[34,7],[24,5],[244,47],[117,29],[31,6],[49,9],[76,10],[57,2],[34,-2],[37,-1],[55,-9],[1,-1],[64,-16],[73,-29],[66,-34],[25,-15],[28,-17],[52,-36],[46,-37],[74,-70],[164,-152],[109,-104],[73,-69],[25,-19],[7,-5],[11,-4],[24,-8],[1,0],[38,-9],[14,0],[17,0],[8,0],[18,-2],[18,-1],[133,-13],[118,-17],[169,-27],[63,-5],[109,1],[2,0],[83,0],[16,0],[26,0],[27,-6],[6,-3],[22,-12],[9,-8],[21,-16],[22,-33],[33,-99],[39,-141],[29,-78],[41,-71],[46,-49],[138,-128],[9,-9],[55,-49],[152,-128],[28,-25],[6,-6],[-1,0],[1,0],[75,-67],[281,-239],[78,-63],[60,-41],[38,-22],[22,-12],[80,-26],[31,-5],[35,-7],[101,-15],[29,-15],[30,-24],[44,-43],[62,-80],[27,-40],[13,-27],[21,-30],[13,-23],[16,-41],[11,-34],[35,-92],[22,-35],[81,-59],[22,-19],[19,-24],[18,-28],[85,-142],[90,-163],[28,-51],[43,-82],[243,-457],[17,-33],[101,-168],[42,-54],[58,-57],[33,-26],[29,-20],[44,-31],[51,-43],[51,-61],[25,-30],[145,-201],[43,-56],[92,-137],[99,-153],[85,-142],[63,-108],[114,-198],[130,-217],[53,-93],[38,-54],[96,-105],[20,-21],[62,-65],[99,-86],[93,-70],[118,-82],[84,-49],[45,-27],[49,-29],[91,-46],[127,-56],[69,-26],[55,-18],[44,-15],[34,-16],[31,-15],[87,-36],[17,-11],[29,-19],[18,-12],[40,-18],[34,-11],[25,-5],[112,-7],[329,-2],[35,2],[35,4],[32,5],[154,40],[70,21],[49,14],[109,47],[33,10],[75,16],[94,12],[126,18],[266,37],[97,5],[64,5],[151,19],[44,5],[26,4],[80,8],[54,18],[45,19],[4,2],[54,38],[42,32],[9,8],[6,7],[56,69],[44,76],[28,44],[2,4],[79,81],[65,40],[78,45],[470,274],[63,39],[22,22],[41,63],[50,80],[14,20],[20,27],[31,30],[49,43],[54,35],[20,9],[56,25],[9,3],[16,7],[30,12],[19,10],[5,2],[19,17],[14,18],[33,79],[49,115],[27,44],[1,1],[28,38],[29,30],[51,38],[60,40],[101,56],[178,96],[46,28],[90,60],[39,27],[33,46],[23,37],[23,56],[126,362],[43,141],[46,97],[27,39],[45,43],[46,32],[61,29],[26,6],[36,13],[76,22],[73,7],[669,2],[47,0],[9,0],[40,-8],[35,-14],[25,-18],[102,-77],[67,-51],[59,-41],[33,-16],[32,-7],[79,0],[108,-1],[47,1],[14,-4],[20,-4],[49,-8],[559,-213],[23,-13],[38,-5],[46,26],[38,36],[42,53],[53,75],[23,39],[0,0],[96,31],[29,-39],[10,-12],[10,-14],[48,-37],[113,85],[-20,19],[18,19],[14,-12],[85,-79],[17,-10],[6,9],[0,39],[-7,25],[3,48],[5,34],[14,41],[15,35],[24,44],[18,31],[20,26],[28,30],[23,19],[41,19],[17,4],[-29,29],[9,12],[6,3],[25,-25],[0,15],[3,31],[10,30],[9,20],[33,41],[38,45],[31,31],[13,15],[15,11],[10,2],[25,-2],[8,3],[14,14],[11,11],[9,18],[6,17],[14,15],[13,8],[26,12],[-13,17],[-1,5],[49,51],[21,-27],[14,-16],[4,0],[19,19],[3,4],[-3,7],[-21,28],[1,12],[17,15],[152,117],[95,75],[6,-6],[10,-6],[13,-1],[18,3],[21,18],[19,16],[27,11],[57,-16],[-8,7],[-19,26],[-17,17],[-5,17],[11,6],[14,11],[6,12],[-10,16],[-21,10],[-11,0],[-4,0],[34,8],[41,32],[22,12],[41,51],[16,29],[111,233],[109,241],[160,355],[37,53],[60,48],[57,36],[249,153],[105,67],[82,76],[82,110],[54,93],[26,50],[27,42],[36,93],[22,60],[27,82],[37,79],[33,55],[44,56],[33,38],[4,7],[25,25],[16,9],[10,4],[26,7],[36,3],[43,0],[35,-4],[37,10],[19,2],[54,6],[68,30],[32,28],[35,31],[73,74],[34,33],[173,169],[56,34],[35,16],[15,3],[38,6],[728,78],[81,8],[227,36],[57,8],[90,14],[174,21],[96,29],[237,93],[373,154],[66,29],[103,42],[97,34],[32,7],[73,1],[32,1],[62,-4],[16,-1],[58,3],[30,1],[31,6],[66,30],[5,4],[287,181],[88,56],[13,0],[24,7],[-12,68],[-5,40],[-8,49],[-35,204],[-38,213],[-25,148],[-38,169],[-12,57],[-8,42],[-31,110],[-28,93],[-10,32],[-46,143],[-10,29],[-41,111],[-48,119],[-124,279],[-57,120],[-19,40],[-64,118],[-25,49],[-33,64],[-65,130],[-7,6],[-100,0],[-174,-8],[-116,-3],[-91,-9],[-507,-58],[-164,-21],[-27,-3],[-55,-7],[-82,-8],[-56,-5],[-79,-7],[-35,-1],[-23,0],[-31,1],[-20,6],[-45,16],[-49,22],[-11,4],[-43,19],[-14,7],[-37,13],[-22,8],[-62,15],[-65,8],[-35,1],[-33,-2],[-39,-5],[-37,-10],[-39,-13],[-37,-15],[-29,-14],[-24,-11],[-18,-4],[-30,-6],[-27,-3],[-22,-1],[-1,0],[-21,1],[-17,3],[-6,0],[-21,5],[-8,2],[-28,9],[-28,10],[-34,15],[-34,19],[-20,14],[-15,11],[-3,2],[-45,32],[-111,76],[-24,17],[-4,3],[-77,58],[-34,25],[-46,41],[-31,33],[-16,16],[-51,65],[-19,25],[-49,63],[-37,56],[-22,37],[-1,1],[-23,43],[-43,97],[-44,118],[-18,50],[-27,74],[-48,129],[-66,178],[-6,16],[-20,52],[-14,44],[-9,46],[-2,14],[-5,29],[-3,135],[-3,118],[-2,197],[1,185],[3,42],[4,32],[0,7],[9,45],[21,71],[43,109],[58,141],[12,44],[5,20],[5,10],[2,18],[0,19],[-4,18],[-8,15],[-8,9],[-4,4],[-3,3],[-25,24],[-191,105],[-70,38],[-47,25],[-39,18],[-21,9],[-40,13],[-16,5],[-26,9],[10,38],[30,-10],[5,23],[-48,20],[3,11],[-119,47],[-81,-55],[124,-41],[5,-14],[-31,6],[-21,3],[-42,8],[-42,6],[-34,4],[-34,7],[-30,8],[-13,6],[-55,23],[-36,16],[-38,17],[-110,49],[-85,38],[-24,11],[-23,9],[-18,6],[-21,2],[-54,11],[0,-8],[-5,-8],[0,0],[-11,-3],[0,-1],[-142,-16],[-44,-4],[-48,-5],[-93,-11],[-113,-12],[-54,-5],[-77,0],[-55,1],[-43,6],[-73,8],[-9,1],[-81,5],[-55,1],[-55,-2],[-101,-7],[-120,-2],[-30,0],[-71,8],[-28,3],[-43,3],[-74,7],[-78,3],[-33,-2],[-4,-1],[-23,-5],[-28,-11],[-24,-14],[-28,-26],[-18,-17],[-8,-8],[-5,-4],[-28,-24],[-24,-17],[-40,-19],[-31,-9],[-32,-1],[-38,2],[-34,3],[-95,19],[-78,13],[-34,9],[-31,12],[-27,16],[-28,23],[-49,50],[-5,6],[-18,22],[-15,23],[-15,27],[-11,25],[-20,47],[-18,45],[-13,33],[-16,33],[-16,25],[-19,29],[-25,34],[-26,33],[-17,19],[-10,12],[-13,13],[-15,14],[-24,19],[-25,17],[-27,16],[-32,16],[-36,14],[-41,11],[-33,5],[-6,0],[-25,0],[-5,0],[-82,-1],[-34,-9],[-35,-12],[-16,-10],[-12,-7],[-37,-32],[-70,-72],[-35,-39],[-26,-39],[-26,-42],[-31,-51],[-13,-19],[-24,-36],[-21,-24],[-15,-10],[-15,-7],[-15,-5],[-15,0],[-20,2],[-22,7],[-23,13],[-27,19],[-35,25],[-27,18],[-18,15],[-106,85],[-200,170],[-16,14],[-143,120],[-172,151],[-62,65],[-215,259],[-143,176],[-15,19],[-63,74],[-35,35],[-30,29],[-7,7],[-45,39],[-185,162],[-184,156],[-65,57],[-34,30],[-134,118],[-98,87],[-44,36],[-157,134],[-50,46],[-43,44],[-18,18],[-52,59],[-40,50],[-50,59],[-44,54],[-37,45],[-20,29],[-82,139],[-33,62],[-24,46],[-4,10],[-13,31],[-15,57],[-16,61],[-2,8],[-11,41],[-9,23],[-12,28],[-14,27],[-14,25],[-26,40],[-92,152],[-36,62],[-21,34],[-20,31],[-37,63],[-19,40],[-7,18],[-7,21],[-15,46],[-9,33],[-6,21],[-14,77],[-2,30],[-1,14],[-2,64],[7,86],[6,29],[8,35],[11,52],[8,52],[3,71],[-1,12],[-3,31],[-22,52],[-5,4],[-24,18],[-8,4],[-51,29],[-58,36],[-46,29],[-82,66],[-68,56],[-48,42],[-48,46],[-39,39],[-13,14],[-52,52],[-27,28],[-15,13],[-37,33],[-7,6],[-13,11],[-73,75],[-74,74],[-140,140],[-124,137],[-59,64],[-134,175],[-48,63],[-13,17],[-11,15],[-29,40],[-48,64],[-30,39],[-27,33],[-27,25],[-22,11],[-26,-1],[-25,-10],[-66,-41],[-94,-71],[-65,-50],[-45,-28],[-80,-46],[-43,-17],[-15,-5],[-17,-6],[-5,-1],[-32,-4],[-110,-9],[-29,3],[-11,3],[-15,6],[-8,5],[-12,9],[-2,2],[-52,78],[-2,2],[-42,48],[-16,13],[-23,14],[-27,10],[-87,28],[-134,38],[-39,14],[-32,16],[-24,16],[-28,23],[-109,107],[-46,47],[-34,38],[-16,25],[-20,34],[-19,39],[-19,45],[-6,28],[-1,25],[0,1],[0,1],[4,21],[18,67],[7,32],[3,44],[-3,22],[-11,30],[-12,27],[-19,28],[-59,59],[-15,19],[-12,18],[-9,32],[-9,48],[-3,39],[-6,76],[-4,29],[-5,25],[-6,30],[-5,23],[-3,12],[-10,33],[-49,140],[-70,158],[-52,118],[-216,494],[-49,138],[-38,188],[-1,3],[-71,360],[-17,88],[-34,154],[-6,38],[0,1],[-2,15],[-43,217],[-6,38],[-17,111],[1,155],[4,141],[-11,124],[0,3],[-6,53],[-19,85],[-41,93],[-20,49],[-8,21],[-16,39],[-15,54],[-8,72],[17,178],[15,90],[29,113],[41,-13],[3,1],[65,3],[76,12],[2,4],[10,1],[15,8],[24,8],[92,10],[28,6],[23,8],[9,13],[3,29],[-8,23],[-2,16],[10,12],[26,12],[33,131],[-8,20],[34,195],[29,136],[4,18],[6,25],[-56,14],[-101,22],[-42,10],[-72,21],[-44,19],[-63,22],[-47,19],[-32,7],[-14,5],[-18,14],[-25,11],[-14,20],[-28,53],[-16,57],[-2,17],[-42,169],[-85,216],[-69,141],[-16,24],[-53,76],[-56,88],[-56,74],[-72,113],[-19,37],[-19,38],[-28,57],[-25,67],[-33,105],[-103,199],[-24,41],[-21,19],[-5,4],[-44,86],[-534,1023],[-541,1027],[-102,200],[-55,114],[-138,345],[-49,170],[-58,253],[-2,17],[-48,270],[-34,228],[-47,212],[-16,91],[-71,315],[-8,45],[-93,345],[-3,20],[-8,10],[11,2],[11,-4],[-14,44],[14,7],[-14,40],[-70,239],[-20,63],[-5,38],[6,26],[9,17],[23,20],[201,71],[25,15],[9,17],[-4,31],[-8,25],[135,61],[-12,30],[-13,34],[-8,20],[-60,113],[-99,185],[-96,214],[0,0],[-1,2],[2,31],[19,260],[-79,-1],[1,7],[2,25],[9,150],[-9,32],[-56,76],[-5,5],[-23,28],[-18,25],[-7,16],[-1,5],[-2,22],[0,6],[3,23],[89,376],[52,227],[50,219],[36,155],[8,-3],[13,-3],[8,-18],[9,-13],[41,-60],[30,-16],[50,-22],[10,-1]],[[562747,414443],[83,-123],[78,48],[8,7],[3,6],[-1,3],[-4,10],[-19,28],[-38,47],[-21,18],[-18,11],[-10,1],[-61,-56]],[[570930,408029],[-46,-106],[-23,13],[-5,4],[-11,0],[-13,-3],[-20,-15],[-88,-69],[296,-121],[25,-10],[11,-1],[20,-9],[51,-14],[25,-8],[24,-11],[42,-22],[49,-25],[-27,28],[-33,30],[-45,46],[-9,17],[-6,17],[-1,17],[0,19],[1,14],[3,10],[2,8],[10,27],[14,32],[11,22],[-81,48],[-46,23],[-25,11],[-31,13],[-31,8],[-24,5],[-19,2]],[[571288,407634],[23,-14],[10,-9],[6,-9],[2,-9],[0,-2],[15,5],[29,33],[35,116],[-100,111],[-3,-13],[-8,3],[-29,15],[-16,9],[-8,8],[-24,18],[-23,15],[-14,-30],[-11,-27],[-5,-26],[-2,-20],[-2,-19],[1,-18],[4,-16],[7,-12],[20,-19],[76,-78],[17,-12]],[[565966,397631],[64,-31],[-29,-62],[-153,62],[-68,-183],[107,-10],[149,-12],[-90,-195],[19,-5],[67,-17],[17,-3],[6,7],[21,52],[32,102],[13,44],[2,8],[10,58],[4,37],[9,36],[25,65],[5,12],[-85,43],[-98,48],[-27,-56]],[[565554,397040],[21,196],[27,-8],[15,0],[10,26],[4,37],[-36,0],[-3,40],[-140,-1],[-2,-128],[12,0],[-17,-142],[109,-20]],[[565560,396650],[71,-5],[38,168],[41,0],[0,-59],[56,-1],[1,64],[165,-36],[0,3],[6,41],[9,25],[14,30],[19,36],[-20,12],[-40,10],[-54,7],[-15,2],[-67,5],[-65,4],[-78,2],[-42,2],[-38,-5],[-34,-15],[-16,-14],[-21,-26],[-35,-57],[-12,-21],[-21,-37],[127,-101],[11,-34]],[[565592,396495],[-67,-108],[79,-68],[73,111],[-85,65]],[[565241,396409],[-25,11],[-18,-4],[-118,-109],[104,-92],[-44,-80],[-122,-205],[200,-115],[78,-46],[16,-8],[55,150],[54,136],[22,56],[0,10],[-1,7],[-4,5],[-5,4],[-9,6],[-114,0],[20,50],[-68,35],[-18,10],[-3,7],[17,45],[26,57],[3,19],[2,21],[-17,12],[-31,18]],[[565460,396282],[-5,-8],[-3,2],[-58,-96],[16,-10],[59,-34],[63,85],[-72,61]],[[552843,399193],[-1,22],[3,0],[24,7],[49,9],[22,4],[-2,6],[3,23],[3,5],[38,0],[-31,86],[-49,-24],[-84,-7],[-15,82],[-31,174],[-7,47],[-18,114],[-3,11],[-16,66],[-2,11],[-49,196],[-31,-10],[-77,-29],[-22,-13],[-11,-14],[-4,-13],[-23,49],[-8,-11],[-9,-26],[-14,-74],[-15,-29],[-24,-18],[-34,-20],[-44,-15],[-56,-7],[-122,-10],[-180,-6],[-28,1],[-32,-4],[-41,-5],[-41,-10],[-23,0],[-23,9],[-38,-1],[-38,-3],[-33,-5],[-37,-11],[-42,-4],[-58,0],[-50,-2],[-25,-16],[-13,1],[31,-71],[12,-45],[6,-42],[-356,-207],[-113,68],[-32,13],[-23,2],[-15,-4],[-9,-10],[-6,-18],[55,-119],[22,-35],[60,-75],[-6,-7],[-11,-28],[-12,-29],[-3,-21],[-2,-16],[1,-13],[249,-224],[6,7],[29,-25],[154,-135],[38,-33],[17,-15],[7,7],[16,16],[6,3],[20,9],[95,37],[99,33],[77,29],[26,9],[104,49],[121,53],[79,38],[110,55],[92,38],[259,106],[133,56],[26,8]],[[555567,399666],[-36,-35],[-43,-34],[-32,-13],[-59,-18],[11,-24],[14,-30],[15,-18],[14,-10],[18,-1],[9,-5],[4,-12],[-3,-19],[-9,-26],[-8,-14],[-11,-8],[-16,-2],[-21,3],[-10,6],[-14,15],[-12,19],[-12,28],[-16,35],[-8,25],[-11,20],[-12,-3],[-84,-8],[-84,-2],[-71,4],[-75,5],[-43,5],[23,-16],[56,-36],[65,-38],[56,-31],[13,-6],[27,55],[15,-13],[39,-34],[47,-40],[40,-36],[32,-1],[36,2],[26,11],[28,20],[27,32],[23,27],[8,15],[7,26],[7,20],[17,30],[21,36],[28,56],[25,50],[20,35],[18,33],[-41,-31],[-58,-49]],[[553977,399422],[-20,33],[-184,-110],[50,-109],[15,-33],[50,25],[96,57],[51,35],[-10,16],[-5,17],[-43,69]],[[555277,399598],[-61,61],[-25,-22],[3,-13],[-52,-43],[-24,-8],[-14,-8],[50,-2],[88,3],[58,7],[-23,25]],[[565231,395162],[20,-2],[18,2],[14,11],[11,19],[12,28],[9,33],[0,35],[-4,28],[-8,26],[-8,10],[-25,6],[-27,0],[-10,3],[-12,16],[-26,30],[-54,-113],[-26,-44],[18,-11],[21,-20],[32,-40],[14,-8],[31,-9]],[[564925,394411],[-28,-45],[-20,6],[-8,2],[5,-43],[3,-53],[0,-41],[-5,-59],[79,-26],[24,80],[-30,11],[15,59],[-30,9],[12,49],[9,-3],[5,22],[-22,7],[5,21],[-14,4]],[[564854,394148],[-37,9],[-7,-16],[-10,-12],[-21,-6],[-20,4],[-54,12],[-25,-128],[71,-21],[-5,-26],[-10,-20],[11,-16],[40,-17],[20,5],[37,57],[-18,5],[13,72],[12,75],[3,23]],[[564312,393277],[-38,-95],[-161,77],[-6,-11],[-21,-62],[157,-83],[-18,-52],[-6,-20],[103,-69],[32,76],[75,179],[-117,60]],[[564072,392676],[76,-54],[26,21],[18,21],[18,33],[62,144],[-95,41],[-18,-45],[-21,-31],[-57,-59],[-20,-28],[-1,-25],[12,-18]],[[549409,392541],[-19,-97],[-18,-104],[-9,-252],[-4,-110],[2,-40],[27,-82],[5,-15],[7,-20],[57,-140],[6,-25],[-2,-39],[-11,-52],[-30,-53],[-27,-31],[-29,-22],[-47,-20],[-66,-15],[-54,-17],[-38,-17],[-27,-22],[-102,-149],[-101,-150],[-31,-59],[-27,-63],[-139,-342],[-22,-42],[-38,-56],[-65,-72],[-50,-47],[-27,-11],[-28,-4],[0,0],[-1,0],[-115,20],[-63,11],[-30,2],[-35,-3],[-38,-10],[-12,-7],[-13,-8],[-213,-127],[-77,-34],[-220,-68],[-196,-62],[-122,-51],[-77,-56],[-82,-53],[-43,-9],[-1,0],[-1,0],[-128,11],[-116,9],[-43,-9],[-60,-32],[-54,-37],[-99,-73],[-42,-7],[-1,0],[-112,3],[-56,1],[-48,0],[0,0],[-1,0],[-3,1],[-1,0],[0,0]],[[548143,393522],[3,2],[-8,17]],[[569945,38582],[7,-13],[7,-12],[0,-15],[0,-17],[-24,0],[-20,-8],[-304,-55],[-107,-20],[-3,-160],[14,-109],[26,-156],[336,79],[19,4],[21,3],[-2,-35],[-4,-75],[-7,-46],[-32,-210],[-4,-25],[-6,-32],[-4,-24],[-6,-33],[-31,-161],[-4,-30],[2,-31],[109,-362],[8,-26],[3,-12],[12,-39],[8,-47],[8,-128],[1,-44],[6,-29],[-59,-18],[-14,1],[-1,1],[-22,-14],[-35,-25],[-40,-36],[-55,-54],[-49,-37],[-9,-6],[-36,-19],[-44,-7],[-66,2],[-65,7],[-43,10],[-30,23],[-23,19],[-18,3],[-14,-11],[-12,-26],[-14,-44],[-24,-70],[-9,-21],[-50,-29],[-16,-23],[-32,-33],[-49,-49],[-19,-17],[-19,-10],[-37,-22],[-38,-19],[-23,-10],[-29,-17],[-34,-5],[-8,-2],[-20,6],[-8,20],[-15,57],[-11,89],[-13,41],[-17,15],[-33,14],[-16,11],[-15,53],[-1,21],[12,12],[29,15],[19,7],[25,-1],[15,-19],[11,-10],[10,2],[17,0],[56,3],[29,-7],[23,-10],[12,12],[0,7],[0,5],[-15,18],[-33,19],[-20,3],[-85,41],[-156,70],[-31,17],[-84,46],[-13,8],[-38,25],[-36,49],[-26,42],[-11,9],[-9,-3],[-30,-29],[-43,-15],[-58,-42],[-33,-44],[-31,-32],[-24,-14],[-23,5],[-15,17],[-6,30],[-2,11],[-176,163],[-125,108],[-99,97],[-41,-97],[-73,-52],[-35,-26],[-56,-45],[-60,-52],[-33,-41],[-35,-49],[-17,-8],[-20,-2],[-10,7],[-2,2],[-12,11],[-15,26],[-2,23],[27,49],[22,47],[1,22],[-7,27],[-16,36],[-12,25],[-25,74],[-23,100],[-8,86],[1,62],[14,65],[23,59],[30,51],[40,63],[64,82],[56,65],[32,28],[54,39],[15,10],[115,-131],[-102,-174],[-63,-111],[-106,-219],[-42,-90],[-3,-14],[48,-45],[160,187],[80,95],[162,195],[15,-8],[118,-63],[73,-76],[308,-330],[36,-40],[15,-9],[31,-2],[28,5],[29,22],[10,15],[3,9],[-31,154],[-38,115],[-34,81],[-56,106],[-84,169],[-21,51],[-12,77],[-5,67],[-1,49],[109,31],[14,-20],[73,-120],[116,-200],[22,-58],[64,-193],[17,11],[219,165],[32,20],[8,0],[21,-22],[71,-79],[100,-138],[86,-110],[58,-63],[191,1],[-4,100],[-50,96],[-49,106],[-25,63],[-11,51],[-1,96],[-51,34],[-66,42],[-55,43],[-60,56],[-62,70],[-54,68],[-30,39],[-29,45],[-31,70],[-48,113],[11,45],[19,71],[35,91],[23,44],[32,44],[40,39],[49,33],[57,25],[34,8],[31,-3],[29,-7],[87,74],[202,188],[96,104],[4,7],[11,15],[22,-19],[3,-3],[5,-11],[0,-10],[10,-20],[65,-69],[80,-79],[7,-6],[16,-15],[52,-46],[13,-12],[13,-20],[-7,-15],[-4,-17],[-1,-7],[-1,-19],[2,-15]],[[558387,47870],[189,-826],[-382,-131],[24,-81],[18,0],[26,13],[-28,-38],[-28,-175],[-42,-77],[-134,8],[-4,-1],[-2,7],[-9,27],[-9,34],[-22,65],[-8,34],[-10,44],[-16,95],[-4,26],[3,17],[1,18],[17,122],[6,34],[3,29],[4,53],[-18,49],[-6,13],[-23,33],[-12,28],[10,50],[8,84],[-13,-12],[5,50],[-6,46],[-5,40],[-15,48],[-7,25],[-12,40],[0,2],[155,138],[147,111],[73,53],[73,57],[15,-10],[128,-98],[-90,-44]],[[557271,49007],[75,-95],[21,0],[17,10],[12,1],[8,-7],[12,-32],[9,-8],[21,-4],[32,-2],[7,5],[2,18],[26,9],[11,1],[0,16],[23,5],[1,4],[0,19],[4,11],[7,8],[6,2],[5,-1],[7,-8],[2,-27],[6,0],[12,8],[10,2],[7,-6],[2,-7],[8,-123],[2,-8],[11,-6],[13,2],[20,9],[8,2],[9,0],[54,37],[64,40],[278,-795],[-158,-105],[-52,-19],[10,15],[4,22],[-9,20],[-14,20],[1,28],[-6,6],[-28,44],[-26,48],[-156,409],[-73,191],[-7,-1],[-155,-202],[-57,-78],[-61,-80],[-20,14],[-35,24],[-13,11],[-66,54],[14,20],[3,17],[-4,10],[-17,21],[-54,94],[-14,35],[-2,26],[7,15],[96,148],[36,54],[5,17],[-1,19],[-7,26],[-12,12],[12,9],[12,3],[10,0],[25,-27]],[[561881,49315],[-58,-93],[-9,-1],[-11,4],[-17,17],[-18,5],[-14,1],[-7,-5],[-36,-67],[-32,-56],[-105,-184],[-45,-84],[19,-26],[10,-22],[255,-100],[336,-18],[72,-4],[404,-25],[298,-20],[237,-247],[1,-4],[-45,-40],[2,-7],[235,-312],[102,-135],[76,49],[43,17],[59,20],[30,5],[41,6],[38,-2],[41,-7],[34,-10],[67,-33],[101,-59],[138,-78],[30,-17],[25,-12],[42,-10],[0,-21],[13,-19],[25,-7],[7,0],[25,2],[14,0],[25,0],[17,0],[18,-3],[12,-8],[216,-236],[-80,-95],[99,-106],[31,36],[133,-144],[11,13],[90,-97],[-7,-14],[-6,-15],[-7,-10],[-3,-4],[-46,48],[-38,10],[-46,21],[-77,54],[-185,83],[-94,16],[-229,45],[-50,5],[-38,-4],[-161,-34],[-106,-19],[-173,-31],[-40,-8],[-80,-15],[-57,-7],[-30,7],[-34,9],[-2,-19],[-21,12],[-7,-32],[16,-32],[-77,-285],[-24,-12],[-14,-11],[-46,-119],[19,-18],[2,-9],[-41,-114],[-97,-1],[-59,-2],[59,201],[59,218],[9,97],[-20,71],[-26,66],[-30,58],[-35,57],[22,47],[5,13],[-42,25],[-16,20],[0,0],[33,5],[24,10],[12,15],[12,29],[11,23],[6,5],[9,-2],[17,-10],[9,-5],[9,1],[7,6],[2,10],[-1,29],[-19,0],[-26,5],[-13,6],[-12,9],[0,0],[136,106],[16,13],[44,34],[17,13],[-19,20],[-251,260],[-20,19],[-50,53],[-54,35],[-34,27],[-16,9],[-6,0],[-12,-16],[-26,-31],[-40,44],[-143,154],[-103,115],[-188,-232],[54,-27],[119,-70],[24,-20],[94,-98],[121,-132],[197,-217],[68,-80],[0,-1],[-71,-59],[0,0],[-18,34],[-3,29],[2,25],[6,23],[-190,190],[-112,-98],[-13,-14],[-127,103],[-8,19],[1,30],[11,52],[4,50],[-1,22],[-5,9],[-6,12],[-23,16],[-46,17],[-45,21],[-52,37],[-60,50],[-22,12],[-27,4],[-85,1],[-91,15],[-31,3],[-24,-10],[-7,-3],[-85,-39],[-15,-10],[-26,-252],[-3,-15],[-11,-59],[-15,-45],[-11,-31],[-62,-156],[-25,-38],[-41,-32],[-18,-28],[-16,-70],[-21,-141],[-19,-161],[-16,-123],[-21,-64],[-15,4],[-139,38],[-1,20],[22,86],[41,464],[10,117],[-19,158],[-3,154],[2,63],[4,121],[-2,21],[-11,12],[-12,7],[-37,5],[-73,9],[-20,2],[-24,9],[-68,44],[-10,9],[-60,147],[-12,21],[-72,108],[-41,52],[-23,29],[14,5],[-4,3],[38,15],[-1,-4],[14,-24],[50,-68],[74,-101],[5,-7],[6,-7],[7,-6],[7,-6],[7,-5],[7,-5],[16,-8],[8,-3],[51,-17],[7,-2],[53,-4],[11,-1],[94,-34],[3,-12],[1,0],[2,0],[14,3],[19,4],[17,5],[161,-33],[105,-22],[42,171],[1,6],[6,26],[5,21],[-267,92],[-56,-18],[-21,21],[-51,25],[-16,4],[-29,30],[-33,42],[-49,38],[-25,17],[-247,-98],[-19,-8],[-10,1],[-6,4],[-87,127],[-61,85],[101,111],[18,-26],[127,-171],[402,419],[225,196],[145,-50]],[[558158,51420],[348,-41],[7,24],[69,-20],[105,-11],[106,-2],[9,1],[10,-76],[21,13],[6,-1],[89,-17],[40,-2],[56,-2],[198,-11],[21,15],[184,0],[79,-13],[57,-34],[33,-36],[3,-2],[-64,-78],[42,-107],[38,-77],[-3,-58],[-15,-38],[54,2],[76,18],[61,29],[45,24],[42,30],[22,15],[7,-45],[23,-33],[257,236],[52,-30],[15,25],[14,-28],[16,-26],[20,-15],[18,-12],[40,-26],[58,-36],[51,-23],[14,-4],[26,-6],[65,-18],[60,-34],[196,-108],[41,-21],[72,-38],[58,-30],[9,-9],[3,-11],[-3,-22],[-11,-13],[-53,-54],[-74,-76],[-59,-60],[-47,-48],[-35,-36],[-43,-40],[-52,-46],[-58,-53],[-62,-51],[-76,-63],[15,-15],[158,125],[69,66],[-60,-91],[-66,-99],[-15,-24],[-57,-332],[62,-70],[8,-21],[2,-10],[68,-11],[17,-44],[6,-19],[4,-18],[127,-162],[-134,-168],[-179,160],[-88,-63],[-4,5],[-52,61],[-79,93],[-14,-12],[-16,-14],[-30,-26],[-110,-94],[-37,-1],[-13,14],[-16,-19],[-48,-36],[-259,-192],[-15,15],[-67,64],[-40,-48],[0,0],[-34,150],[-6,38],[-7,42],[0,76],[1,36],[2,36],[1,8],[9,27],[205,334],[0,0],[-6,25],[-136,203],[-14,37],[-1,4],[-14,38],[-42,89],[-73,126],[-33,70],[-21,84],[-46,69],[-61,87],[-89,110],[-29,14],[-218,-6],[-539,-15],[-11,5],[-46,2],[-14,-14],[-57,5],[-102,187],[-45,68],[-29,53],[-19,40],[21,5],[-14,44],[-11,35],[-20,27],[-2,2],[82,154]],[[560007,49855],[54,-41],[40,12],[57,38],[23,22],[-4,9],[1,22],[-27,-3],[-24,12],[-27,33],[-35,18],[-116,-38],[58,-84]],[[547856,52165],[-44,-83],[-270,-745],[-105,-348],[-36,-45],[-87,-291],[-1,-41],[3,-36],[22,-35],[12,-47],[35,-126],[38,-174],[-26,-37],[-26,-34],[-102,-140],[-21,-32],[-8,-13],[-49,61],[-48,60],[-37,50],[-39,47],[-41,51],[-138,-126],[-90,-83],[-185,-168],[-39,-35],[-5,-10],[-2,-6],[7,-17],[4,-6],[2,-11],[-4,-5],[-268,-230],[47,-79],[10,-22],[-162,-128],[-166,-131],[-66,-53],[-10,64],[-7,48],[-11,133],[-3,29],[-5,23],[-14,22],[-7,21],[-4,22],[12,25],[0,21],[-12,21],[-18,5],[-35,0],[-16,7],[-11,18],[-50,117],[-25,-46],[-21,18],[10,8],[-4,16],[-2,7],[48,60],[32,35],[3,3],[30,47],[1,4],[12,42],[23,54],[37,45],[64,52],[15,12],[-101,111],[955,635],[53,119],[8,-1],[15,2],[17,10],[134,89],[-6,13],[105,133],[-70,91],[149,524],[325,301],[25,39],[13,-9],[2,12],[10,13],[21,31],[38,55],[53,91],[43,74],[14,22],[86,151],[17,-12],[108,-75],[-161,-284]],[[556492,53323],[-6,-71],[-15,-164],[1,-4],[-57,-26],[1,-3],[24,-62],[-50,-12],[-30,-7],[0,0],[-29,-5],[0,1],[-13,55],[-22,35],[-13,20],[-14,20],[-13,13],[-14,14],[-18,13],[-15,7],[-11,6],[-13,4],[-11,2],[-22,6],[-24,4],[-27,2],[-210,7],[-110,5],[2,48],[1,0],[51,61],[29,-1],[60,91],[25,38],[22,35],[48,72],[48,58],[40,-28],[56,-37],[90,-48],[28,-15],[28,-12],[48,-18],[60,-14],[50,-11],[5,-37],[20,-42]],[[551108,54525],[8,-2],[9,6],[15,3],[5,-1],[-2,-29],[-4,-23],[-8,-13],[-11,-22],[-4,-19],[13,-30],[7,-7],[32,-35],[-12,-13],[-62,-65],[-82,-91],[-27,-13],[-7,-5],[-15,-13],[-15,-14],[-8,-12],[-7,-17],[-13,-7],[-13,2],[-6,-9],[-2,-13],[-7,-11],[-15,-9],[-6,-20],[-9,-22],[-19,-15],[-16,-2],[-17,0],[-17,-10],[-12,-21],[-6,-24],[-14,-12],[-23,-15],[-11,-8],[-1,-16],[0,-17],[-12,-14],[-14,-13],[-9,2],[-11,5],[-9,-7],[-27,-107],[-13,-67],[-1,-57],[-15,-30],[-20,-22],[-14,-18],[-11,-24],[-13,-31],[-16,-68],[-27,-52],[-4,-18],[-7,-6],[-10,0],[-6,-4],[-1,-23],[-8,-59],[-7,-17],[-8,-19],[-2,-19],[2,-36],[2,-31],[12,-26],[0,-26],[-14,-95],[-35,21],[-28,11],[4,306],[17,121],[10,54],[51,124],[62,155],[47,109],[31,51],[71,115],[21,24],[-32,70],[-44,36],[-30,21],[-195,-3],[-8,3],[-79,-2],[-368,-9],[26,120],[-253,-61],[-67,-39],[-125,-81],[-126,-52],[-41,-38],[-59,-59],[-131,-90],[-47,-34],[-93,-88],[104,-93],[-8,-6],[-352,-265],[-57,-45],[-48,-27],[-185,-195],[-55,3],[-97,5],[67,74],[8,15],[-28,32],[12,121],[-61,-10],[-26,106],[66,79],[-38,48],[-69,89],[6,9],[-32,74],[11,3],[40,-1],[45,6],[21,3],[35,13],[49,36],[30,25],[5,14],[13,0],[60,18],[41,34],[25,24],[92,77],[32,27],[37,5],[14,2],[39,22],[23,23],[20,35],[14,36],[21,23],[22,9],[25,8],[25,15],[158,66],[78,33],[24,9],[33,10],[103,27],[6,9],[7,6],[31,9],[80,18],[5,-12],[131,31],[19,5],[81,57],[88,44],[43,17],[27,5],[38,6],[32,3],[134,13],[247,3],[74,-114],[276,31],[103,15],[17,3],[26,9],[42,17],[41,23],[49,30],[37,0],[37,-78],[53,-25]],[[550102,58237],[260,-234],[85,-77],[131,-121],[98,-85],[80,-62],[61,-41],[43,-30],[141,-89],[73,-43],[64,-34],[-10,-18],[-11,-19],[-9,-23],[-6,-22],[-4,-34],[-1,-10],[-60,-19],[-3,-167],[-74,-17],[-187,-125],[-8,-14],[-11,-8],[-50,-19],[4,-26],[-26,-10],[-8,18],[-12,3],[-28,-17],[-18,-10],[18,-40],[1,-11],[-5,-11],[-27,-17],[-10,-1],[-116,-55],[-14,44],[-80,-33],[29,-104],[-89,-37],[-18,29],[-45,-15],[-83,-40],[-43,122],[-19,-7],[-23,-5],[-22,6],[-17,9],[-11,21],[-28,-26],[-28,-35],[-29,-40],[-38,-20],[-105,185],[-104,150],[-97,141],[6,2],[121,38],[13,11],[63,60],[19,15],[30,26],[15,12],[83,66],[174,136],[16,19],[6,8],[2,15],[-1,5],[18,8],[24,-5],[13,12],[4,2],[40,107],[1,13],[-3,39],[23,-6],[11,0],[-14,41],[-2,19],[0,16],[4,15],[16,51],[7,24],[12,36],[2,18],[1,22],[-2,19],[-4,14],[-8,15],[-8,11],[-20,20],[-27,24],[-35,26],[-8,5],[-15,0],[-10,-4],[-19,-25],[-8,0],[-7,4],[-42,44],[-10,5],[-23,2],[-6,6],[-2,11],[-1,19],[-5,15],[-10,14],[-13,18],[-10,11],[-8,6],[-31,9],[-19,0],[-22,-5],[-17,-8],[-18,-9],[-12,-11],[-6,-13],[-5,-16],[0,-17],[-4,-15],[-5,-9],[-13,-7],[-13,15],[-8,7],[-12,9],[-12,6],[-11,1],[-13,-2],[-9,-4],[-10,32],[93,35],[-18,65],[-6,6],[-1,5],[19,9],[17,5],[21,4],[27,8],[5,6],[6,10],[7,10],[8,14],[16,17],[27,-6],[105,-93]],[[547436,58899],[-76,-87],[10,-9],[12,-18],[-30,-33],[11,-11],[-73,-82],[54,-69],[3,-9],[51,49],[16,13],[22,15],[29,21],[14,19],[10,21],[12,19],[15,23],[19,11],[22,10],[14,5],[17,4],[22,-1],[22,-11],[-89,-57],[33,-58],[-37,-32],[-21,-9],[-18,-5],[-17,0],[-3,2],[-58,-68],[-113,-81],[-15,-10],[-289,-198],[-10,-6],[-5,12],[-5,11],[-9,7],[-10,-2],[-45,-22],[-10,11],[-20,-9],[-6,5],[-78,-34],[-113,-46],[-19,55],[-63,-23],[-23,-12],[-10,-5],[-5,-2],[-44,-16],[-8,-2],[-3,-5],[-7,-12],[-7,-13],[-5,-8],[-9,-8],[-23,-14],[-3,-8],[1,-3],[15,-13],[7,-4],[9,-7],[5,-10],[0,-16],[-6,-10],[-5,-4],[-8,-6],[-7,-2],[-20,-3],[-28,-2],[-3,-3],[-4,-12],[0,-8],[1,-9],[5,-15],[9,-12],[10,-5],[13,-12],[1,-9],[0,-9],[-2,-11],[-9,-12],[-39,41],[-21,23],[-42,41],[-60,-45],[63,-257],[-17,-18],[-26,-20],[-41,-19],[-13,-3],[-41,206],[-4,17],[-100,2],[-24,-2],[-33,-7],[-50,-9],[-41,-3],[-9,-6],[-3,-10],[2,-31],[-31,-34],[-17,-32],[-4,-6],[-7,-2],[-14,9],[-18,6],[-13,8],[-17,4],[-10,0],[-20,-5],[-4,19],[-6,13],[-10,13],[-14,15],[-33,13],[-17,5],[-11,3],[-18,-2],[-15,-2],[-15,-5],[-21,-14],[-31,-24],[-4,-12],[-8,-39],[3,-10],[7,-20],[0,-12],[-4,-14],[-10,-16],[-5,-4],[-38,5],[-30,11],[-5,2],[-26,5],[-11,0],[-13,1],[-9,3],[-42,23],[-5,3],[-7,8],[-8,15],[-8,17],[-8,26],[-17,56],[-40,-24],[-7,-8],[-3,-9],[-3,-8],[0,-10],[4,-13],[15,-33],[3,-11],[0,-11],[-6,-11],[-50,-33],[-91,-62],[-20,20],[13,7],[13,10],[1,11],[-14,46],[-21,72],[-31,60],[-6,-10],[-8,-13],[-11,-10],[-17,-12],[-11,-8],[-6,-12],[-8,-4],[-10,0],[-11,3],[-15,3],[-10,-2],[-26,-13],[-11,-7],[-14,-9],[-11,-8],[-86,-36],[-14,-2],[-12,0],[-11,9],[-10,3],[-7,-4],[-5,-8],[7,-15],[-2,-12],[-6,0],[-7,5],[-8,8],[-8,-3],[-9,-8],[0,-7],[1,-9],[-6,-3],[-12,1],[-8,-4],[-10,-10],[-15,-5],[-16,-10],[-18,-7],[-19,0],[-14,-4],[-7,-10],[-2,-10],[4,-12],[7,-15],[-4,-4],[-18,0],[-29,-16],[-82,-46],[-28,-12],[-22,-9],[-65,-28],[-82,-33],[56,-145],[35,-88],[-51,-20],[-29,-11],[-35,-13],[-89,-34],[-39,-15],[-17,-6],[-34,-14],[-22,-8],[-39,-16],[-214,-87],[-6,1],[-6,2],[-27,32],[-22,22],[-15,11],[-23,4],[-32,-4],[-77,-24],[-11,29],[-12,31],[-46,-34],[-129,-85],[-7,-6],[-15,-10],[-21,-7],[-19,-9],[-11,-6],[-13,-8],[-37,-32],[-14,-10],[-25,-12],[-11,-2],[-13,-5],[-13,0],[2,-41],[5,-35],[1,-5],[-189,-109],[-81,-48],[-56,-37],[-150,-92],[-20,-16],[-12,-8],[-15,-10],[-159,-107],[-121,-81],[16,-23],[-14,-9],[-44,-23],[-18,-3],[-65,-37],[-8,-10],[-2,-12],[-67,-31],[-47,-23],[-6,54],[-44,-32],[-52,-43],[-26,-21],[-14,-14],[-7,-15],[-1,-18],[-9,-14],[-46,-28],[12,-71],[5,-13],[-31,-19],[-23,-28],[-136,-156],[-9,-22],[-13,4],[-35,8],[-29,-5],[-31,-11],[-31,-19],[-104,-71],[-28,-20],[-21,-11],[-7,0],[3,-7],[3,-4],[2,-8],[-15,1],[-12,1],[-12,7],[14,-54],[-6,10],[-10,11],[-139,-107],[-12,-12],[-46,39],[60,42],[46,34],[14,12],[3,5],[4,6],[4,41],[6,28],[8,22],[22,34],[19,21],[6,6],[21,21],[12,12],[14,12],[13,-7],[36,30],[91,62],[20,16],[48,38],[45,45],[17,21],[16,23],[19,35],[20,35],[16,24],[23,33],[33,38],[31,33],[53,45],[103,66],[49,23],[67,23],[84,14],[45,4],[27,-4],[12,-3],[7,16],[2,10],[21,31],[9,18],[8,18],[0,13],[-28,47],[-16,38],[44,27],[-29,50],[76,44],[88,45],[137,77],[21,-43],[7,2],[19,17],[62,57],[41,34],[33,22],[20,6],[17,-1],[14,-7],[17,-14],[20,-25],[35,14],[6,2],[19,5],[16,0],[19,-3],[30,5],[27,18],[-15,37],[50,23],[43,7],[30,0],[15,7],[6,8],[81,40],[54,20],[35,17],[41,24],[52,34],[50,43],[81,80],[63,68],[33,43],[29,47],[45,81],[28,47],[27,39],[29,34],[43,40],[50,38],[23,21],[42,20],[163,34],[49,9],[80,9],[39,0],[72,35],[-12,31],[36,21],[10,-29],[43,35],[195,80],[36,16],[126,81],[22,15],[18,13],[158,107],[8,-2],[53,-50],[31,-30],[9,-15],[12,11],[66,47],[23,23],[23,34],[6,4],[13,10],[-3,22],[39,9],[45,14],[8,6],[2,14],[4,98],[-4,34],[71,23],[18,-2],[16,0],[23,4],[12,8],[9,14],[4,10],[2,6],[0,10],[0,11],[0,8],[-8,15],[-4,9],[-1,5],[-1,11],[0,8],[2,17],[1,6],[3,11],[23,-8],[-3,-14],[-2,-6],[-1,-4],[0,-13],[4,-18],[7,-12],[4,-11],[4,-6],[51,-33],[63,-41],[1,-15],[24,-4],[36,-6],[13,127],[28,-6],[48,-4],[46,-1],[40,7],[48,11],[34,11],[11,-10],[2,-9],[-4,-66],[6,-14],[9,-21],[0,-19],[8,-9],[13,6],[12,25],[14,25],[36,17],[27,-72],[62,-184],[19,-52],[32,17],[22,-21],[8,13],[10,16],[15,11],[11,21],[9,31],[23,39],[17,41],[21,28],[35,22],[55,31],[27,15],[37,1],[25,-5],[24,-7],[4,-9],[9,-9],[23,-13],[23,-9],[13,-2],[49,0],[26,12],[22,18],[11,17],[8,6],[6,-16],[9,-14],[16,6],[-14,18],[-10,19],[-9,39],[22,-5],[27,2],[26,8],[28,14],[14,14],[9,10],[12,22],[5,21],[1,26],[-3,16],[-11,33],[-27,82],[-13,38],[-16,42],[246,163],[5,-2],[15,-4],[22,-4],[17,3],[9,1],[17,4],[56,21],[78,26],[42,2],[19,-3],[17,-7]],[[549052,59643],[-50,-18],[1,-5],[11,-26],[7,-7],[10,-25],[-55,-34],[-37,-24],[-76,-13],[-121,-99],[-45,9],[-5,8],[-62,-50],[-6,10],[-26,-14],[-11,-10],[-8,-7],[-12,-27],[-17,-41],[-13,-26],[-4,-21],[-5,-54],[-1,-8],[-5,-28],[-5,-15],[-16,-33],[-27,22],[-61,-14],[-61,80],[-36,57],[-15,1],[-30,-14],[-17,59],[-1,3],[-35,-16],[-12,-6],[-31,-15],[28,-67],[3,-6],[45,-90],[33,-71],[-99,3],[-4,7],[-12,-7],[-15,1],[-2,65],[-54,0],[-2,-22],[-92,-14],[-22,-1],[-6,30],[-136,-29],[5,-49],[-34,-15],[8,-44],[19,-88],[-46,-20],[-66,155],[-8,-10],[-19,-20],[-12,-14],[-3,-9],[-1,-14],[7,-32],[-10,10],[-21,12],[-29,5],[-23,0],[35,14],[26,44],[22,39],[30,66],[19,26],[25,24],[30,22],[60,32],[70,26],[20,20],[12,8],[23,10],[35,10],[20,9],[18,10],[57,33],[8,4],[7,4],[28,18],[54,59],[0,5],[86,56],[30,126],[152,88],[11,-29],[105,46],[12,21],[8,18],[3,21],[-3,24],[-7,27],[-10,26],[-11,23],[93,51],[116,63],[97,53],[80,46],[19,11],[9,-16],[8,-36],[13,-55],[8,-38],[4,-20],[3,-19],[12,-14],[66,-159],[8,-4],[-22,-19],[-11,-9],[-8,-14],[-6,-7],[-19,-9]],[[550898,60364],[-76,-125],[-15,-25],[-29,-50],[-27,-51],[-50,-109],[-119,-270],[-74,-170],[-63,-137],[-17,-38],[-69,-153],[-11,-41],[-3,-38],[2,-43],[7,-50],[17,-60],[31,-80],[41,-85],[39,-52],[262,-241],[16,-131],[-184,185],[0,22],[-138,148],[-9,8],[-67,76],[-37,51],[-33,63],[-31,81],[-34,90],[-12,30],[-9,20],[-125,217],[-87,154],[-52,90],[24,28],[51,52],[59,61],[32,33],[2,3],[37,39],[100,103],[29,29],[18,17],[63,93],[9,17],[18,32],[48,106],[32,81],[-29,0],[-30,-6],[-26,2],[-17,4],[-19,2],[-32,-8],[-41,0],[-13,4],[-17,5],[-22,4],[-21,-4],[-7,-3],[-13,-2],[-16,7],[-15,4],[-15,-9],[-15,-25],[-11,-26],[-13,-15],[-17,-13],[-22,-12],[-7,0],[-9,4],[-20,10],[-103,-87],[-27,-28],[-74,-114],[-18,-32],[-3,-13],[-4,-12],[-65,167],[-19,-8],[-6,-2],[-64,-171],[-21,-16],[-5,-3],[-16,-1],[-46,203],[-22,92],[24,10],[107,43],[20,8],[0,3],[2,16],[2,6],[4,11],[11,17],[12,15],[18,16],[37,27],[44,31],[65,41],[40,20],[8,4],[76,22],[90,21],[30,-2],[25,-11],[35,-9],[18,-5],[44,-13],[56,-11],[14,-2],[296,-55],[254,-68],[42,-13]],[[551227,61013],[2,-56],[45,16],[53,15],[41,6],[31,0],[28,-3],[25,-5],[-17,-80],[-15,-75],[-28,-144],[-2,-23],[-44,32],[-240,-27],[-6,-26],[-11,-32],[7,63],[2,19],[-3,3],[-13,11],[0,54],[-7,48],[-6,47],[-10,48],[-13,51],[-9,26],[20,3],[0,1],[33,6],[112,20],[-15,68],[47,13],[90,25],[-6,-11],[-58,-27],[-22,-15],[-9,-18],[-2,-33]],[[551600,61220],[-72,-84],[-3,-3],[-79,81],[-23,-46],[-24,-18],[-5,-1],[17,28],[1,1],[46,78],[81,137],[9,16],[0,-2],[2,-9],[4,-9],[23,-29],[51,-54],[22,-20],[-50,-66]],[[551729,61874],[-1,-6],[-2,5],[-60,-20],[-9,33],[7,1],[56,14],[10,0],[8,-7],[-2,-7],[-7,-13]],[[551344,62267],[83,-43],[7,5],[21,5],[64,-36],[30,-117],[-37,-19],[-46,-23],[10,37],[7,29],[5,20],[1,3],[26,49],[-232,-29],[-10,-27],[-22,-56],[-16,-10],[-20,-10],[0,0],[-1,0],[119,219],[11,3]],[[546417,67125],[36,-3],[22,2],[24,3],[11,3],[13,5],[15,11],[32,20],[11,9],[26,17],[36,4],[45,-23],[20,-25],[17,-28],[14,-25],[18,-10],[21,0],[37,-9],[19,-40],[-9,-24],[-23,-32],[-3,-9],[16,-38],[14,-21],[9,-8],[26,-9],[6,-1],[16,-1],[23,18],[23,-9],[27,0],[18,12],[22,-5],[32,15],[19,10],[29,2],[24,-9],[28,-19],[31,-20],[22,-8],[17,-4],[9,0],[15,-8],[19,-17],[4,-8],[7,-9],[12,-14],[15,-15],[13,-10],[17,-16],[19,-18],[14,-14],[11,-15],[8,-24],[3,-14],[0,-4],[1,-17],[1,-19],[0,-13],[4,-16],[9,-19],[20,-18],[12,-11],[46,-32],[27,-10],[18,-5],[28,-3],[20,6],[25,4],[24,-4],[15,-4],[20,-10],[19,-22],[6,-24],[0,-12],[1,-17],[4,-17],[6,-10],[13,-7],[18,5],[22,8],[22,15],[23,9],[10,9],[15,23],[22,21],[55,-4],[67,-26],[-4,-7],[31,-13],[24,39],[13,21],[202,-91],[30,171],[62,4],[121,31],[32,15],[28,38],[15,51],[29,71],[39,36],[44,-56],[44,-46],[93,-86],[1,-13],[4,-19],[139,-154],[77,86],[111,-136],[-19,-17],[-11,-21],[-3,-34],[3,-39],[16,-32],[5,-5],[7,-8],[9,-4],[42,-17],[20,-7],[12,-4],[15,-6],[49,-20],[41,-13],[42,-19],[35,-19],[0,0],[62,9],[57,8],[52,5],[31,-3],[50,-20],[46,-31],[182,-132],[-9,-17],[-86,39],[-8,-17],[-8,-18],[-5,-11],[82,-44],[17,2],[2,3],[9,17],[33,63],[99,-81],[14,-11],[43,-37],[6,-10],[14,-26],[23,-46],[39,-76],[60,-117],[10,-26],[4,-38],[-2,-20],[-6,-17],[-8,-18],[-37,-69],[-24,-45],[-8,-15],[-12,-20],[-7,-13],[-20,-36],[-259,-17],[1,0],[-310,-13],[-2,-17],[3,-12],[9,-11],[0,-30],[7,-20],[27,-21],[23,-22],[6,-14],[1,-13],[-9,-60],[-4,-10],[-5,-5],[-9,0],[-15,5],[-14,2],[-4,1],[-11,0],[-6,-3],[-9,-8],[-3,-19],[6,-10],[53,4],[9,-10],[2,-13],[-3,-23],[-2,-20],[3,-17],[3,-11],[2,-5],[0,-22],[-8,-15],[-6,-6],[-19,-4],[-7,0],[-8,0],[-7,-4],[-2,-9],[10,-15],[23,-21],[7,-13],[5,-20],[0,-13],[7,-10],[18,-17],[6,-23],[2,-20],[-8,-26],[-10,-5],[-303,-7],[-33,-1],[5,-13],[9,3],[31,-78],[20,-50],[37,-95],[41,-103],[47,-120],[26,-66],[24,-59],[22,-64],[30,-107],[14,-41],[15,-43],[16,-40],[12,-45],[13,-43],[11,-45],[11,-42],[23,-96],[11,-38],[8,1],[3,-45],[24,-154],[25,-233],[3,-36],[7,-113],[-24,-16],[5,-109],[7,-108],[6,-101],[0,-14],[11,3],[6,-142],[63,-45],[218,-109],[6,-9],[-10,-18],[-23,-56],[-20,-63],[-13,-46],[-11,-65],[-3,-34],[8,0],[25,0],[7,0],[57,1],[37,-3],[44,-3],[13,-8],[29,-16],[46,-19],[29,-9],[41,-8],[35,-2],[4,1],[0,-1],[-2,-21],[-16,-1],[-22,3],[-22,-2],[-13,2],[-12,6],[-35,13],[-32,10],[-25,5],[-56,8],[-89,11],[0,-29],[0,-18],[3,-74],[1,-44],[1,-32],[1,-26],[2,-56],[0,-29],[4,-90],[3,-86],[0,0],[0,0],[0,-1],[0,-18],[83,-34],[287,-127],[18,0],[0,0],[0,0],[377,-71],[32,1],[12,-144],[0,-76],[-86,-9],[0,-4],[1,-64],[8,-105],[6,-54],[-18,-17],[-34,-37],[-17,-27],[-11,-32],[-5,-35],[-27,-7],[-16,0],[-8,-1],[-11,-1],[-17,4],[-16,2],[-15,5],[-6,6],[-28,28],[-34,35],[-2,-4],[-83,-28],[-43,15],[-144,59],[-62,24],[-97,32],[-9,9],[-7,22],[245,67],[-4,16],[-15,-4],[-11,49],[-230,-57],[0,64],[-18,453],[-2,69],[-9,167],[-4,27],[-2,78],[-6,110],[-1,14],[-1,58],[1,19],[-7,0],[-36,0],[-7,0],[1,-41],[-38,0],[-25,2],[-17,3],[-25,7],[-32,13],[-15,9],[-14,11],[-30,28],[-41,106],[8,-1],[-26,22],[-26,22],[-30,29],[-27,9],[-26,9],[-20,-149],[-35,-277],[-37,-11],[-109,-22],[-27,-4],[-74,-13],[-36,224],[-14,90],[-12,80],[-12,73],[-6,39],[-23,-15],[-193,-112],[-63,130],[-9,69],[-2,101],[0,135],[4,139],[1,9],[62,30],[-97,316],[-8,25],[-93,304],[-96,311],[15,4],[5,44],[11,35],[10,21],[0,15],[-1,26],[-12,22],[-26,23],[-23,26],[-2,4],[-9,16],[2,7],[6,2],[-21,21],[-15,16],[-26,19],[-38,16],[223,103],[33,15],[37,17],[10,-22],[17,11],[17,13],[4,6],[5,14],[-13,34],[-4,21],[168,67],[-2,41],[-11,10],[-14,-1],[-29,-6],[-34,-4],[-29,2],[-16,16],[-3,23],[-1,23],[1,25],[6,33],[7,35],[3,11],[5,37],[2,35],[4,25],[4,14],[2,9],[5,36],[-4,27],[-1,5],[-10,40],[-20,94],[-6,57],[-7,89],[14,85],[-72,132],[-24,42],[-50,83],[-22,30],[-75,109],[-82,107],[-59,74],[-41,49],[-111,127],[-33,33],[-56,55],[-29,27],[-57,55],[-41,36],[-69,54],[-48,57],[-62,45],[29,49],[-113,100],[17,30],[-13,14],[-44,-7],[-10,6],[-6,3],[-13,2],[-59,-4],[-9,-4],[-6,-1],[-12,2],[-7,0],[-122,77],[-86,51],[-64,37],[-61,30],[-71,30],[-17,9],[-35,16],[-16,7],[40,21],[21,61],[-120,52],[-123,41],[-160,51],[-96,26],[-86,21],[-84,18],[-8,2],[0,0],[21,180],[-25,4],[-212,31],[-31,4],[-2,1],[-117,17],[-18,3],[-6,1],[3,12],[3,0],[18,0],[14,0],[60,2],[-2,4],[-4,9],[0,11],[-3,18],[5,61],[-17,6],[-56,11],[-1,13],[0,0],[-1,11],[63,-13],[23,-7],[11,-4],[27,-7],[27,-14],[10,-10],[7,-6],[20,-20],[5,-3]],[[539535,69155],[22,-12],[20,-19],[9,-9],[33,25],[19,11],[43,-92],[19,-34],[25,-32],[29,-34],[32,-26],[23,-17],[28,-16],[40,-19],[27,-9],[28,-6],[22,-3],[23,-1],[32,0],[15,-1],[14,-3],[24,-9],[22,-16],[30,-28],[71,-70],[28,-27],[17,-14],[21,-11],[21,-10],[83,-30],[145,-57],[9,-4],[5,-8],[7,-22],[41,-134],[8,-17],[10,-15],[5,-8],[4,-6],[20,-11],[91,-44],[5,-6],[16,-51],[2,-25],[13,-3],[9,-3],[32,-13],[62,-12],[29,-1],[28,4],[52,28],[13,9],[17,11],[13,11],[15,13],[54,52],[20,25],[21,31],[22,40],[19,35],[5,3],[49,12],[1,-13],[5,-29],[11,-27],[22,-45],[17,-28],[13,7],[23,12],[-10,26],[34,8],[36,22],[44,27],[20,15],[26,17],[74,43],[69,41],[40,23],[38,22],[23,10],[20,7],[20,7],[34,3],[25,1],[29,-4],[21,-7],[31,-12],[28,-12],[38,-21],[37,-23],[-5,-10],[15,-9],[4,7],[34,-22],[114,-67],[19,-17],[17,-18],[19,-27],[73,-136],[134,-265],[29,2],[6,-13],[7,-10],[8,-9],[22,-12],[23,-16],[11,-11],[7,-11],[3,-11],[7,-9],[11,-6],[14,-4],[26,-3],[26,1],[33,8],[81,29],[74,31],[19,8],[19,5],[30,-113],[41,17],[134,57],[40,-118],[11,-19],[13,-14],[12,-6],[12,-4],[20,2],[93,33],[59,20],[7,-1],[119,-71],[364,-218],[-33,-49],[-2,-2],[155,-27],[134,-21],[276,-44],[104,-17],[165,-25],[146,-24],[85,-12],[165,-21],[59,-6],[136,-21],[52,-9],[15,50],[29,91],[120,-93],[-5,-9],[102,-6],[47,1],[134,2],[19,0],[68,1],[454,-44],[11,-16],[0,-5],[0,-10],[-2,1],[-17,0],[-183,17],[-60,0],[-109,-3],[0,-89],[60,-3],[-4,-26],[108,-2],[6,-32],[3,-5],[11,-20],[17,-23],[9,-9],[31,-28],[21,-3],[97,-16],[7,-1],[-3,-27],[-2,-12],[-4,-33],[-5,-37],[-4,-30],[-4,-26],[-251,38],[-3,-8],[-22,-19],[-11,-17],[-3,-9],[0,-17],[4,-9],[10,-14],[6,-13],[2,-10],[-4,-10],[-18,-23],[-125,-67],[-64,-32],[-15,14],[-18,10],[-6,8],[-3,15],[-4,32],[1,18],[-9,19],[-19,25],[-3,8],[-9,12],[-6,4],[-13,5],[-16,9],[-23,7],[-9,0],[-15,-2],[-5,0],[-30,-16],[-7,-10],[-21,-7],[-9,-9],[-12,-10],[-12,-18],[-4,-25],[-9,-31],[-15,-16],[-9,-12],[-17,-16],[-13,-5],[-4,-2],[-9,-12],[-7,-7],[-6,-14],[-2,-11],[2,-17],[6,-21],[5,-16],[4,-23],[-6,-56],[-12,-41],[-8,-10],[-39,-33],[-98,-49],[-36,11],[-30,8],[-54,16],[-330,97],[-100,30],[2,6],[22,80],[109,394],[10,43],[31,119],[1,5],[0,1],[17,84],[0,0],[-448,71],[-132,22],[-26,6],[-2,5],[0,8],[4,5],[-25,3],[-2,-17],[-186,28],[-7,3],[2,12],[2,5],[-23,3],[-2,-19],[-220,36],[-510,81],[-256,42],[-46,9],[1,8],[-64,11],[-3,-23],[-3,-4],[-26,4],[-21,3],[-91,20],[-94,25],[-46,17],[-22,10],[-17,11],[-17,11],[-15,14],[-14,19],[-14,25],[-25,49],[-10,0],[-35,72],[-3,2],[-24,29],[-33,55],[-64,135],[-74,-7],[-64,-2],[-13,-1],[-68,-5],[-18,-3],[-167,-64],[-11,19],[-3,1],[-2,-4],[-85,-85],[-47,-53],[-36,-51],[-98,70],[-14,7],[-5,4],[-5,18],[-12,14],[-11,9],[-17,3],[11,26],[73,127],[167,273],[103,168],[24,44],[10,19],[-14,7],[-38,22],[-11,0],[-9,5],[-14,8],[-25,14],[-5,1],[-17,5],[-26,3],[-40,-4],[-30,-6],[-34,-12],[-53,-23],[-135,-89],[-4,-2],[-88,-48],[-119,-68],[-64,-37],[-63,-36],[-31,-15],[-26,-17],[-22,-22],[-20,-25],[-17,-25],[-17,-28],[-11,-21],[-7,-18],[-1,-3],[-3,-7],[-6,-17],[-2,-8],[-8,-28],[-10,-34],[-9,-21],[-22,-26],[-8,-10],[-8,-7],[-2,-1],[-12,-5],[-29,-6],[-31,-1],[-13,1],[-19,1],[-33,7],[-21,8],[-20,8],[-24,13],[-29,16],[-48,28],[-42,25],[-40,25],[-58,38],[-122,87],[-36,31],[-56,47],[-134,131],[-72,72],[-37,35],[-3,-6],[-9,9],[-78,78],[-60,69],[-28,33],[-39,57],[-165,236],[-74,107],[-33,37],[-12,15],[-26,23],[-7,6],[-16,11],[-13,4],[-13,0],[-12,0],[-42,-8],[-33,-7],[-10,17],[21,5],[38,7],[47,4],[17,-1],[21,-7]],[[550427,62286],[-1,-32],[-9,-48],[-6,-30],[-1,-3],[5,-13],[58,2],[76,3],[17,0],[81,2],[54,6],[7,1],[7,-73],[15,0],[22,0],[48,5],[71,3],[58,4],[9,0],[0,-17],[2,0],[42,8],[30,-2],[13,-6],[11,-9],[17,-1],[33,-9],[4,-2],[21,-9],[4,0],[24,-4],[16,-13],[2,-3],[19,-1],[38,0],[1,0],[0,0],[20,10],[16,10],[22,56],[10,27],[232,29],[-26,-49],[-1,-3],[-5,-20],[-7,-29],[-10,-37],[46,23],[37,19],[24,12],[7,-24],[6,-16],[26,-78],[8,-27],[18,0],[1,1],[18,-63],[9,-33],[60,20],[2,-5],[31,-102],[13,-1],[21,4],[202,64],[3,1],[5,-6],[9,-12],[5,-12],[6,-12],[4,-12],[1,-10],[1,-16],[-2,-19],[-11,-27],[-11,-27],[-18,-28],[-21,-28],[-28,-27],[-69,-60],[-18,-16],[-35,-34],[-6,-6],[-1,1],[-89,99],[-29,-14],[-13,-14],[-15,-1],[-3,0],[-20,-9],[-29,-39],[-24,-30],[-20,-35],[-16,-26],[-3,-5],[-9,-16],[-81,-137],[-46,-78],[-1,-1],[-17,-28],[-16,-4],[-30,-3],[-18,-13],[-6,-12],[-90,-25],[-47,-13],[15,-68],[-112,-20],[-33,-6],[0,-1],[-20,-3],[9,-26],[13,-51],[10,-48],[6,-47],[7,-48],[0,-54],[13,-11],[3,-3],[-2,-19],[-7,-63],[-16,-47],[-35,-71],[-1,0],[-48,-64],[-21,4],[-14,-12],[-2,-2],[-16,2],[-80,15],[-64,11],[-59,14],[-55,13],[-79,23],[-148,51],[-52,20],[-47,39],[83,28],[2,4],[34,-35],[28,-28],[6,-6],[15,-5],[16,-2],[17,-4],[11,1],[8,1],[16,0],[27,7],[5,35],[11,32],[17,27],[34,37],[18,17],[-6,54],[-8,105],[-1,64],[0,4],[86,9],[0,76],[-12,144],[-32,-1],[-377,71],[0,0],[0,0],[-18,0],[-287,127],[-83,34],[0,18],[0,1],[0,0],[0,0],[-3,86],[-4,90],[0,29],[-2,56],[-1,26],[-1,32],[-1,44],[-3,74],[0,18],[0,29],[89,-11],[56,-8],[25,-5],[32,-10],[35,-13],[12,-6],[13,-2],[22,2],[22,-3],[16,1],[2,21],[0,1],[3,28],[-1,27],[0,6],[-6,30],[-9,15],[-13,11],[-25,8],[-24,7],[-37,9],[-18,9],[-12,20],[-19,33],[-15,18],[-13,14],[-11,14],[-13,11],[17,8],[0,0],[315,139],[1,0],[0,0],[20,3],[10,1],[6,2]],[[558923,15607],[27,-154],[5,-25],[1,-1],[17,17],[8,6],[6,4],[14,9],[10,-1],[9,-22],[0,0],[21,6],[3,4],[7,8],[10,12],[12,10],[19,6],[10,1],[22,2],[7,7],[0,0],[-29,159],[112,19],[2,-11],[15,-128],[32,5],[9,31],[24,-1],[16,-1],[7,2],[42,15],[19,4],[11,-6],[13,-5],[20,20],[25,4],[16,7],[19,0],[15,3],[26,6],[0,-25],[3,-3],[8,1],[9,17],[6,11],[19,0],[10,5],[-5,10],[14,5],[-3,31],[6,11],[7,8],[15,9],[8,-1],[12,-3],[16,-10],[14,11],[14,6],[45,-9],[38,5],[33,6],[15,9],[11,10],[8,7],[10,3],[17,-5],[22,-37],[4,-8],[1,-9],[-5,-14],[0,-13],[-1,-21],[3,-3],[15,1],[5,-3],[5,-24],[10,-28],[3,-2],[5,-2],[7,-18],[7,-9],[1,-2],[0,0],[12,-17],[8,4],[16,-10],[36,8],[19,15],[16,-12],[1,0],[3,0],[7,1],[11,6],[11,16],[8,8],[38,2],[11,15],[13,-3],[8,-6],[-2,-15],[0,-3],[-7,-41],[14,-8],[31,-5],[14,-14],[25,26],[12,7],[8,14],[16,3],[12,11],[46,6],[10,-8],[5,-20],[16,4],[21,-9],[9,6],[15,-1],[2,-4],[7,13],[-4,6],[7,16],[-8,9],[9,14],[1,2],[2,3],[18,1],[21,-4],[17,3],[-11,13],[2,11],[-5,13],[12,8],[27,-13],[16,4],[2,-1],[3,-1],[47,-22],[2,-1],[20,-5],[13,-10],[16,-20],[9,-13],[-4,-21],[-11,-14],[-4,-17],[-20,-20],[-18,-33],[11,-7],[-1,-10],[-23,-11],[-3,-19],[12,-11],[13,-43],[14,6],[23,36],[20,26],[5,7],[19,25],[6,-3],[26,-5],[12,-9],[4,-16],[3,-8],[0,-1],[4,-13],[-4,-23],[-7,-9],[-2,-16],[-8,-13],[6,-10],[14,-10],[7,-9],[3,-21],[3,-2],[36,15],[9,16],[0,0],[2,11],[4,7],[9,3],[10,-4],[7,-3],[3,0],[2,0],[0,0],[9,1],[11,-3],[5,0],[6,1],[6,4],[8,4],[13,1],[10,2],[7,5],[10,4],[9,-3],[6,-1],[4,3],[9,1],[10,-4],[5,-7],[3,-5],[6,-6],[11,-7],[0,-2],[2,-1],[6,0],[13,1],[7,-6],[4,-7],[2,-6],[1,-3],[0,-1],[2,-4],[4,-3],[8,-4],[-2,-10],[-5,-5],[-2,-3],[1,-5],[3,-5],[5,-4],[6,-11],[2,-10],[1,-5],[2,-1],[12,-1],[17,-2],[15,-4],[17,-8],[8,-6],[3,-2],[3,2],[5,11],[8,6],[8,-2],[3,-4],[3,1],[4,3],[9,2],[15,-3],[8,-3],[0,0],[0,0],[7,-5],[-2,-9],[-4,-5],[-11,-12],[-5,-6],[-5,-6],[-1,-2],[0,0],[2,-1],[8,0],[7,-1],[4,-8],[0,-11],[-2,-17],[-3,-22],[-1,-9],[5,-6],[9,-9],[3,-8],[0,-5],[3,-1],[9,-2],[9,-4],[4,-7],[2,-9],[-3,-10],[-2,-3],[0,-1],[-2,-3],[-1,-5],[2,-2],[6,-3],[5,-7],[-1,-8],[0,-8],[2,-5],[3,-2],[6,0],[7,2],[8,3],[10,-2],[1,-1],[8,-6],[0,-13],[1,-18],[-3,-18],[-3,-9],[0,-3],[2,-2],[4,-3],[1,-1],[4,-2],[13,-10],[6,-9],[5,-9],[2,-7],[2,-2],[3,-1],[5,0],[5,5],[8,8],[13,3],[13,-2],[9,-6],[3,-5],[5,-2],[4,2],[5,5],[7,7],[6,0],[10,-2],[7,3],[5,4],[2,5],[0,5],[-1,7],[5,5],[9,0],[16,0],[11,-3],[5,-3],[2,0],[4,13],[4,7],[8,-1],[8,-4],[3,-11],[4,-9],[4,-10],[8,-9],[3,-2],[3,1],[3,4],[8,4],[8,-2],[9,-4],[5,-14],[2,-11],[0,-11],[-2,-13],[0,-8],[2,-3],[5,-6],[4,-10],[3,-12],[-3,-11],[-4,-4],[-2,-2],[-1,-1],[1,0],[6,-5],[8,-7],[-4,-6],[14,8],[0,-2],[5,2],[8,-3],[6,-8],[4,-8],[2,-8],[1,-7],[2,-4],[5,-4],[6,-1],[5,1],[7,7],[9,8],[15,8],[0,0],[5,4],[10,-1],[2,-1],[2,-2],[4,-2],[4,-8],[2,-9],[5,-7],[7,-7],[5,-2],[12,-1],[7,-4],[14,-9],[8,-6],[4,-3],[3,2],[6,11],[8,15],[7,13],[5,10],[7,5],[11,0],[10,-4],[2,-6],[4,-2],[5,1],[6,7],[5,6],[7,4],[4,-1],[2,0],[5,-1],[12,-3],[12,-2],[11,-9],[8,-10],[7,-8],[6,-8],[2,-8],[2,-5],[2,-3],[5,-2],[9,2],[9,4],[6,1],[3,3],[5,6],[6,3],[7,-3],[0,0],[0,1],[6,3],[6,0],[9,-4],[1,0],[1,-2],[6,-7],[5,-8],[1,-8],[1,-8],[3,-6],[3,-6],[3,-3],[6,-4],[8,-9],[8,-13],[4,-11],[1,-10],[-1,-7],[-2,-5],[0,-4],[2,-2],[6,-3],[9,-4],[2,-2],[6,0],[7,-4],[4,-8],[-5,-8],[-3,-3],[-1,-1],[1,-1],[2,1],[8,3],[8,-5],[5,-6],[5,-12],[1,-9],[-2,-13],[0,-15],[0,-6],[7,-5],[-2,-3],[2,0],[1,-3],[4,5],[2,4],[4,6],[4,3],[7,2],[5,3],[3,4],[3,1],[5,0],[6,-2],[6,-5],[3,-6],[2,-11],[1,-11],[2,-13],[0,-10],[0,-5],[0,-3],[4,-3],[3,-1],[3,-2],[0,-2],[-1,-5],[-1,-2],[-3,0],[-1,-1],[-1,-3],[-2,-4],[-2,-2],[-4,-1],[-5,-1],[-3,-1],[0,-1],[2,-2],[7,-3],[6,-5],[5,-7],[4,-7],[2,-7],[1,-3],[-1,-2],[-5,-3],[-8,-3],[-6,-1],[-2,1],[-2,-2],[0,-2],[3,-11],[2,-5],[3,-1],[5,2],[3,1],[5,-1],[4,-2],[6,-6],[10,-11],[7,-6],[2,-1],[2,1],[5,8],[5,6],[4,2],[5,0],[5,-2],[3,-2],[4,-3],[1,0],[3,2],[5,4],[2,0],[4,0],[9,-3],[9,-4],[5,-2],[4,-1],[2,2],[5,9],[3,3],[5,1],[5,-1],[4,-4],[5,-4],[4,-4],[6,-2],[10,-1],[12,0],[6,0],[5,-1],[5,-2],[6,-2],[12,-1],[4,-3],[2,-4],[1,-3],[1,-6],[-2,-6],[-3,-7],[-2,-5],[-1,-7],[0,-4],[3,-4],[6,-3],[7,-1],[4,4],[3,4],[4,2],[6,-1],[8,-4],[12,-4],[9,-4],[4,-2],[0,-4],[-2,-4],[-5,-5],[-3,-6],[-1,-5],[0,-8],[2,-4],[4,-3],[4,-6],[3,-4],[1,-6],[-1,-5],[-2,-5],[-1,-8],[0,-4],[5,-2],[8,-5],[2,-2],[1,-5],[0,-6],[-3,-7],[-2,-8],[0,-5],[0,-5],[4,-4],[8,-4],[4,-4],[0,-4],[1,-4],[2,-2],[10,-4],[5,-3],[5,-6],[5,-6],[4,-6],[1,-5],[1,-4],[28,-9],[18,-7],[5,0],[3,3],[3,4],[7,-1],[6,-4],[5,-5],[3,-7],[1,-6],[4,-1],[10,-2],[8,-1],[5,-5],[5,-8],[3,-6],[7,-3],[9,0],[9,2],[7,5],[6,2],[5,-1],[9,-3],[7,-4],[5,-3],[14,-2],[12,-2],[10,0],[7,4],[3,4],[6,1],[5,-1],[5,-4],[4,-4],[6,-9],[5,-3],[5,-2],[1,-3],[-1,-3],[3,-2],[4,1],[6,0],[6,-2],[9,-4],[6,-6],[5,-9],[5,-7],[4,-3],[7,-1],[7,1],[12,-1],[5,-3],[4,-4],[4,-6],[8,-3],[8,-3],[11,-8],[6,-6],[8,-12],[6,-8],[6,-4],[8,0],[8,2],[5,4],[3,5],[7,10],[10,12],[10,13],[7,9],[5,5],[3,-1],[2,-2],[-4,-4],[-5,-3],[-9,-11],[-12,-15],[-7,-10],[-5,-13],[-5,-4],[-7,-2],[-9,-1],[-6,2],[-8,7],[-7,9],[-4,7],[-6,7],[-6,6],[-6,4],[-7,3],[-8,2],[-5,3],[-3,5],[-4,4],[-17,3],[-3,-1],[-2,-3],[-7,3],[-5,3],[-6,9],[-4,7],[-7,6],[-7,5],[-5,1],[-3,-3],[-4,-2],[-4,1],[-1,3],[-1,4],[-3,4],[-7,5],[-5,7],[-5,7],[-7,4],[-4,0],[-5,-5],[-7,-3],[-10,-1],[-9,1],[-11,2],[-11,1],[-4,2],[-7,5],[-6,2],[-8,-1],[-7,-3],[-12,-3],[-12,1],[-6,2],[-4,7],[-5,7],[-6,4],[-7,3],[-10,0],[-5,2],[-2,4],[-1,6],[-3,7],[-5,3],[-6,1],[-5,-3],[-4,-2],[-8,1],[-11,4],[-24,8],[-10,4],[-2,3],[0,4],[-1,4],[-5,5],[-4,6],[-3,5],[-10,4],[-6,4],[-5,3],[-1,3],[0,6],[-3,3],[-7,5],[-3,3],[-1,3],[-1,5],[1,7],[4,12],[2,5],[-1,3],[-3,3],[-7,2],[-5,4],[0,2],[0,6],[3,10],[1,5],[0,5],[-5,5],[-6,7],[-2,3],[-1,5],[0,7],[2,6],[3,5],[4,5],[2,3],[-2,4],[-2,1],[-16,5],[-10,5],[-5,2],[-3,-2],[-6,-8],[-10,0],[-7,4],[-4,3],[-1,4],[-1,5],[2,6],[4,9],[2,6],[0,5],[-1,4],[-3,4],[-4,1],[-6,2],[-10,2],[-7,4],[-9,-1],[-18,2],[-6,1],[-7,3],[-5,6],[-5,3],[-5,1],[-2,-1],[-3,-5],[-1,-6],[-3,-3],[-3,0],[-4,0],[-6,3],[-7,3],[-6,3],[-6,1],[-4,-1],[-5,-3],[-2,-4],[-5,1],[-2,2],[-3,3],[-3,2],[-3,0],[-5,-2],[-4,-4],[-6,-9],[-2,-3],[-4,-1],[-3,2],[-11,12],[-9,9],[-5,6],[-3,1],[-4,0],[-3,-1],[-4,-1],[-2,2],[-2,1],[-1,2],[-1,3],[-2,6],[0,6],[0,3],[2,2],[3,1],[4,0],[5,1],[4,2],[2,2],[1,3],[-1,6],[-4,7],[-5,6],[-6,5],[-6,3],[-3,3],[0,4],[3,0],[5,2],[3,1],[3,2],[2,4],[0,3],[3,1],[1,1],[1,4],[0,3],[-4,1],[-5,2],[0,6],[0,8],[-1,10],[-1,11],[-2,11],[-2,7],[-4,8],[-5,3],[-4,1],[-3,0],[-2,-2],[-4,-3],[-5,-4],[-6,-2],[-4,-3],[-2,-4],[-3,-7],[0,-2],[-4,-3],[-4,2],[-2,3],[-5,4],[-4,3],[-1,1],[-5,4],[0,10],[3,10],[1,12],[-2,7],[-2,5],[-2,7],[-1,6],[-6,1],[-3,-3],[-3,-4],[-5,-1],[-4,4],[-2,5],[0,2],[1,5],[2,3],[4,2],[3,4],[-1,3],[-4,1],[-4,-1],[-6,0],[-1,4],[-4,2],[-6,1],[-6,3],[-3,6],[-2,4],[3,9],[0,12],[-3,10],[-5,10],[-8,9],[-6,5],[-3,2],[-2,2],[-5,4],[-3,7],[-1,7],[-1,8],[-3,8],[-5,10],[-5,3],[-5,0],[-2,-3],[-2,-3],[-4,0],[-4,3],[-4,2],[-1,-2],[-3,-5],[-4,-3],[-5,-3],[-4,1],[-1,0],[-6,-2],[-7,-3],[-9,-1],[-6,2],[-5,3],[-2,4],[-1,8],[-3,6],[-6,8],[-8,9],[-6,8],[-9,5],[-12,3],[-11,3],[-4,0],[-6,-2],[-3,-4],[-4,-6],[-7,-6],[-7,-2],[-3,2],[-2,1],[-4,5],[-5,4],[-7,1],[-5,-2],[-5,-7],[-12,-25],[-4,-10],[-6,-7],[-5,-4],[-5,0],[-6,2],[-13,12],[-11,8],[-7,2],[-1,-1],[-6,0],[-7,0],[-3,3],[-2,5],[-9,9],[-4,8],[-1,8],[-6,6],[-5,1],[-3,-3],[-5,-6],[-7,-2],[-10,-4],[-6,-8],[-6,-5],[-6,-2],[-8,2],[-5,3],[-5,6],[-3,2],[-1,1],[0,7],[0,5],[-2,5],[-4,6],[-3,5],[-5,2],[-5,-1],[-4,-4],[-5,-3],[-5,-3],[-6,1],[-3,3],[0,4],[3,4],[1,4],[-2,2],[-3,2],[-5,3],[-3,3],[1,4],[2,5],[5,4],[2,8],[-2,8],[-2,8],[-4,6],[-3,2],[-2,2],[-1,1],[1,8],[1,10],[0,1],[-1,11],[0,11],[-2,7],[-4,8],[-6,3],[-4,-1],[-6,-5],[-5,-4],[-6,0],[-7,5],[-6,7],[-3,7],[-4,15],[-2,6],[-1,3],[-1,4],[-3,1],[-4,-2],[-2,-6],[-2,-7],[-2,-6],[-6,-2],[-5,3],[-4,3],[-10,2],[-11,1],[-7,0],[-2,-2],[1,-3],[0,-5],[-1,-6],[-5,-6],[-6,-4],[-6,-3],[-8,0],[-6,2],[-5,-2],[-5,-4],[-5,-6],[-1,-1],[-12,0],[-6,4],[-4,5],[-6,3],[-7,0],[-7,-2],[-8,-6],[-7,-4],[-6,-2],[-3,-1],[-7,1],[-5,3],[-5,8],[-4,8],[-5,8],[-6,7],[-10,5],[-8,4],[-4,5],[0,6],[3,6],[-1,12],[2,8],[1,15],[0,13],[-3,6],[-8,1],[-2,0],[-5,-3],[-7,-3],[-7,1],[-7,3],[-2,5],[-2,7],[1,13],[-2,4],[-5,2],[-6,4],[-1,6],[2,6],[3,6],[3,9],[1,5],[-3,4],[-10,3],[-7,3],[-4,4],[-1,5],[-2,5],[-5,8],[-7,8],[-4,8],[1,6],[3,8],[1,27],[2,10],[-2,7],[-2,2],[-4,0],[-5,-1],[-5,2],[-2,3],[1,5],[0,6],[4,6],[7,6],[8,9],[3,5],[0,4],[-6,3],[-1,-2],[-8,3],[-9,-3],[-14,-3],[-3,3],[-5,2],[-5,-5],[-2,-5],[-3,-6],[-5,-2],[-5,1],[-8,5],[-10,7],[-12,5],[-11,4],[-18,0],[-9,2],[-8,2],[-2,0],[0,4],[1,8],[-4,7],[-4,7],[-5,7],[-3,7],[-3,6],[-1,4],[3,5],[3,3],[2,4],[-1,2],[-3,1],[-4,2],[-2,3],[-3,9],[-3,7],[-2,4],[-17,0],[-6,-1],[-5,-3],[0,0],[-2,2],[-1,3],[-1,4],[-3,3],[-7,4],[-6,4],[-4,6],[-4,4],[-5,2],[-6,-1],[-3,-3],[-3,-1],[-5,0],[-4,2],[-4,2],[-4,-1],[-3,-2],[-7,-4],[-8,-2],[-13,1],[-4,-1],[-4,-5],[-1,0],[-6,-2],[-15,-4],[-2,3],[-2,4],[-3,1],[-6,-1],[-5,-1],[-7,-1],[-4,1],[-3,4],[-3,2],[-6,1],[-4,-4],[-2,-4],[-2,-7],[3,-6],[4,-5],[4,-4],[0,-9],[-1,4],[-6,4],[-4,5],[-1,5],[0,4],[-4,-6],[-6,-9],[-2,-4],[-5,1],[-21,-9],[-5,-2],[-12,-4],[-7,21],[-3,14],[-13,7],[-10,17],[8,16],[2,17],[8,11],[3,22],[-7,13],[-3,15],[-11,9],[-16,2],[-11,4],[-42,-52],[-17,-27],[-3,-4],[-5,-9],[-18,-10],[-4,1],[-10,47],[-13,13],[2,24],[16,6],[5,5],[0,6],[-11,7],[10,20],[8,12],[24,30],[7,15],[10,14],[1,10],[1,3],[-27,31],[-10,9],[-26,7],[-2,-6],[-42,26],[-1,0],[-20,-6],[-22,14],[-5,-1],[1,-10],[-1,-13],[12,-13],[-5,-4],[-18,-6],[-21,7],[-13,-2],[-10,-12],[5,-11],[-6,-16],[3,-6],[-10,-22],[-5,7],[-11,2],[-10,-5],[-24,8],[-19,-4],[-3,20],[-9,8],[-43,-6],[-11,-10],[-14,-3],[-8,-14],[-11,-4],[-31,-32],[-15,16],[-30,5],[-18,10],[6,27],[1,14],[1,11],[-6,12],[-7,0],[-9,-10],[-12,-3],[-26,0],[-7,-5],[-20,-25],[-8,-2],[-10,1],[-1,0],[-1,0],[-14,9],[-17,-12],[-37,-10],[-16,9],[-9,-4],[-7,8],[-12,17],[-8,19],[-8,-2],[-20,62],[-16,-1],[-2,1],[-5,4],[-5,13],[2,18],[8,23],[-1,5],[-24,43],[-13,3],[-7,-2],[-7,-7],[-11,-9],[-16,-10],[-35,-7],[-39,-5],[-24,5],[-20,3],[-13,-4],[-16,-13],[-9,6],[-9,6],[-11,2],[-4,1],[-2,0],[-12,-7],[-6,-7],[-5,-9],[4,-34],[-12,-4],[4,-8],[-16,-10],[-18,0],[-4,-7],[-10,-20],[-14,-2],[-8,7],[1,19],[-34,-7],[-18,0],[-16,-7],[-24,-3],[-22,-22],[-17,7],[-9,5],[-17,-4],[-33,-11],[6,-115],[1,-18],[-3,0],[-128,-32],[22,-126],[6,-52],[92,14],[92,14],[-12,172],[37,13],[40,9],[25,6],[27,6],[17,10],[11,7],[0,1],[17,41],[-1,20],[15,31],[1,3],[148,7],[127,6],[2,0],[-4,-9],[-6,-21],[-3,-20],[9,-57],[8,-25],[3,-12],[7,-56],[11,-60],[-154,12],[-60,5],[-18,9],[-1,10],[-115,0],[17,-84],[7,-32],[9,-47],[-14,-5],[-84,-225],[-63,28],[-107,59],[-84,10],[-32,-1],[-121,10],[-1,74],[0,7],[-12,-3],[-171,-34],[-4,27],[-5,37],[-2,23],[8,2],[-2,13],[-35,233],[-2,11],[-2,1],[-6,3],[0,4],[-2,4],[-2,4],[-1,0],[-2,2],[-1,0],[-6,-1],[-2,-2],[-3,-4],[-2,-5],[0,-20],[-21,-20],[-4,-10],[-7,-11],[-13,-211],[-2,-26],[-35,-6],[-35,-7],[-29,-3],[-17,-1],[-28,1],[-4,-1],[-17,-6],[-2,-1],[-26,-8],[-68,-49],[-17,-7],[-21,-9],[-9,-3],[-4,12],[-9,30],[0,0],[-35,122],[2,0],[-1,0],[-74,-24],[-6,28],[-13,-4],[43,-190],[3,-11],[-31,-12],[-9,-3],[-34,-13],[-7,-3],[-16,-5],[-20,-8],[-77,-28],[-1,6],[-38,213],[-1,3],[-6,24],[-9,38],[-2,-2],[-6,1],[-5,0],[-7,1],[-13,21],[-43,12],[10,16],[-7,9],[-9,-9],[-10,-1],[-39,-36],[-2,-28],[2,-17],[-1,0],[-5,-2],[-29,-14],[-13,12],[-17,1],[-6,0],[-23,12],[-16,-26],[-3,-13],[-7,-13],[38,-253],[4,-25],[-53,-20],[-12,-5],[-50,-21],[-37,-16],[-39,5],[-51,7],[-1,8],[3,74],[-76,8],[-16,1],[-78,9],[-38,12],[-6,6],[-1,23],[5,31],[6,52],[2,9],[-7,1],[-39,18],[-25,-12],[-5,5],[-8,6],[3,13],[-21,16],[-29,8],[-12,-33],[-17,-1],[-15,0],[-1,2],[-21,1],[-17,17],[-14,1],[-80,-64],[-17,-11],[-9,-6],[-27,-17],[-11,-2],[-6,17],[-39,-14],[-58,-15],[-22,-13],[-19,-8],[-23,-1],[-14,-3],[-17,-10],[-10,-8],[-9,-4],[-1,-3],[-5,-3],[-7,3],[-12,9],[-67,51],[-10,-1],[-4,0],[-38,-5],[-22,4],[-28,10],[-4,8],[0,4],[-18,22],[-4,6],[-13,7],[-6,1],[-4,-3],[-4,-8],[-3,-5],[-7,-3],[-3,-6],[-7,-4],[0,-4],[-12,-8],[-8,-8],[-9,-10],[-8,-8],[-15,-20],[-9,-10],[-14,-15],[-20,-19],[-16,-18],[-7,-5],[-14,-8],[-10,-1],[-17,1],[-21,7],[-12,6],[-13,17],[-2,5],[4,1],[0,2],[-53,43],[-10,3],[-9,1],[-14,2],[-3,-5],[-20,7],[6,9],[1,1],[0,1],[2,3],[1,0],[39,-6],[31,-18],[20,-15],[12,-8],[5,-10],[9,-9],[11,-9],[15,-5],[18,-1],[16,8],[6,7],[7,8],[16,20],[8,5],[17,6],[6,2],[7,5],[9,11],[6,9],[2,8],[7,12],[10,9],[15,6],[-1,5],[19,6],[16,17],[7,1],[10,-5],[9,-5],[25,-31],[8,-9],[9,-7],[13,-2],[20,0],[23,1],[3,0],[9,3],[3,1],[24,8],[5,0],[3,-3],[1,-1],[0,0],[6,-11],[7,5],[17,-34],[6,-9],[6,-5],[4,-1],[4,-2],[9,1],[8,3],[22,16],[16,7],[16,4],[52,4],[2,1],[16,7],[52,12],[4,1],[2,1],[35,14],[7,-18],[34,19],[20,13],[85,67],[15,0],[21,-18],[17,-1],[17,-1],[13,-1],[15,35],[32,-9],[23,-18],[0,-4],[-2,-8],[3,-3],[6,-6],[26,10],[38,-14],[8,-2],[8,4],[0,24],[3,41],[3,70],[4,93],[93,27],[-1,-81],[-2,-140],[8,3],[1,0],[4,-1],[19,-4],[15,23],[53,-13],[31,10],[28,-8],[1,3],[8,3],[29,33],[21,-1],[33,12],[32,-9],[8,16],[3,13],[20,31],[27,-13],[23,-1],[12,-11],[27,13],[-1,11],[2,32],[43,40],[9,1],[13,11],[14,-17],[-8,-13],[37,-10],[13,-21],[12,-1],[10,8],[11,2],[13,2],[22,-25],[8,-6],[14,-1],[24,12],[3,-9],[25,5],[23,3],[4,12],[47,58],[52,1],[1,31],[2,4],[5,15],[0,16],[7,2],[2,10],[5,14],[12,25],[43,8],[34,-11],[11,3],[14,-3],[25,20],[27,-23],[27,8],[10,-2],[8,2],[10,-6],[14,1],[16,-19],[46,-8],[15,14],[39,13],[7,-20],[2,0],[24,-2],[10,18],[4,10],[20,19],[0,18],[2,7],[4,5],[2,2],[2,3],[2,0],[-4,24],[-15,96],[-2,15],[-12,76],[107,35],[14,-80],[3,-16],[5,-31]],[[558645,15403],[-15,18],[-13,-1],[-10,6],[-7,-2],[-10,2],[-29,-9],[-26,23],[-22,-19],[-16,3],[-11,-3],[-34,11],[-39,-7],[-11,-22],[-4,-12],[-2,-15],[-7,-2],[0,-11],[-4,-11],[3,1],[7,12],[86,31],[53,-1],[19,-90],[-13,-15],[1,0],[109,112],[-5,1]],[[552638,17973],[-201,-51],[-14,3],[-28,-184],[-10,-192],[5,-100],[11,-47],[1,-1],[20,-219],[-18,-133],[-10,-130],[-30,-375],[-11,-92],[-5,-36],[-33,-127],[-7,-30],[-22,-66],[-29,-59],[20,-3],[42,21],[36,17],[45,2],[31,-4],[20,-9],[22,-16],[16,-20],[13,-33],[10,-20],[3,-14],[-3,-15],[-22,-41],[-3,-15],[0,-13],[14,-29],[5,-18],[-5,-11],[15,-12],[43,-27],[17,-7],[15,-3],[24,5],[30,-1],[15,-10],[26,-17],[40,-29],[20,-20],[20,-16],[18,-9],[8,-3],[8,14],[58,60],[15,-14],[-48,-60],[-33,-46],[96,-90],[21,-15],[3,13],[23,184],[2,8],[3,0],[124,-117],[50,-49],[14,-17],[-12,-13],[27,-25],[22,-24],[30,-22],[44,-26],[14,-16],[20,-22],[-81,-113],[56,-60],[-56,-84],[-32,-38],[-31,-23],[-32,-17],[-78,-30],[79,-100],[37,-50],[3,-12],[-4,-8],[-258,-154],[5,-54],[98,41],[119,50],[216,143],[23,12],[-8,-14],[-3,-15],[0,-21],[3,-26],[8,-27],[7,-1],[131,31],[94,22],[8,-9],[31,-113],[6,-5],[12,2],[70,34],[-3,16],[-11,24],[-22,26],[-12,20],[-3,11],[0,11],[7,10],[15,11],[36,20],[9,-2],[4,-7],[2,-13],[-2,-14],[8,-20],[9,-26],[13,-17],[21,-11],[11,7],[21,13],[17,1],[3,0],[-16,-29],[-17,-23],[-28,-22],[-32,-18],[-44,-28],[-62,-51],[-38,-42],[-34,-45],[-20,-33],[-15,-36],[-45,3],[-86,3],[-58,2],[-19,6],[-19,1],[-15,-23],[-16,-36],[-11,-47],[-13,-99],[-2,-77],[-5,-5],[-24,0],[-6,-76],[-4,-60],[-8,-21],[-9,-14],[-13,-18],[-28,-28],[16,-16],[103,-78],[94,-74],[43,-33],[-43,-52],[-117,84],[-136,101],[-36,23],[-180,-274],[40,-73],[8,-22],[108,-207],[-94,-70],[15,-85],[-139,-76],[-32,75],[-64,-38],[-5,1],[-47,61],[-3,1],[-14,-9],[-75,100],[-55,70],[-168,203],[-10,13],[-48,-40],[-1,-7],[6,-31],[15,-56],[18,-55],[5,-12],[15,-75],[29,-125],[57,-229],[8,-34],[0,-20],[1,-6],[-3,-28],[-12,-43],[-52,-133],[-16,-38],[-18,-9],[-29,-16],[-38,-10],[-38,-8],[-6,-3],[26,-146],[-38,-9],[-6,39],[-8,5],[-43,0],[-31,-4],[-46,-1],[-13,-8],[-7,-13],[-67,66],[2,12],[1,20],[-3,22],[-14,24],[-20,14],[-66,54],[-87,67],[-48,35],[-39,22],[-50,23],[-70,34],[-84,46],[-15,7],[-34,18],[-108,51],[-51,22],[-16,-54],[-8,-16],[-59,22],[-27,8],[-90,12],[-205,0],[-10,2],[-14,5],[-76,32],[-8,3],[-15,-13],[-11,-10],[-8,5],[-58,24],[-21,4],[-13,0],[-7,-4],[-2,-1],[-14,-14],[-4,-10],[-14,4],[2,-13],[0,-22],[-6,-27],[-6,-23],[0,-16],[10,-22],[10,-14],[25,-24],[25,-31],[3,15],[-4,69],[174,-126],[87,-62],[70,157],[6,-1],[173,-78],[-81,-152],[-3,-11],[1,-6],[136,-73],[11,-9],[6,-8],[6,-22],[8,-18],[8,-9],[9,-9],[32,-9],[11,-6],[-13,-14],[-16,-12],[-12,-5],[9,-15],[27,-34],[13,-17],[-8,-13],[-31,-34],[-11,-15],[-5,-17],[-6,-38],[-8,-22],[-12,-22],[-15,-21],[-6,-16],[-4,-20],[-4,-10],[-4,-5],[-18,-20],[-72,-69],[-5,-5],[-1,-8],[9,-17],[25,-42],[-11,-4],[-32,-26],[-48,-34],[-53,-30],[-30,-14],[-4,-1],[-17,-4],[-19,-7],[-20,-12],[-23,-17],[-46,-38],[-28,-21],[-4,2],[-65,70],[-3,0],[-13,-24],[-18,-18],[-15,-13],[0,8],[-2,18],[-9,36],[-6,6],[-13,4],[-24,0],[-30,-6],[-11,-6],[-9,-14],[-10,-33],[-4,-36],[-4,-15],[-9,-7],[-20,-12],[-39,60],[-17,25],[-11,7],[-22,2],[-38,-4],[-7,-2],[-1,-13],[-8,-28],[-13,-24],[-17,-19],[-20,-13],[-6,-69],[-12,-46],[-22,-49],[-9,-24],[1,-17],[19,-28],[3,-38],[-13,-16],[-12,-14],[-47,5],[-45,25],[-38,8],[-35,12],[-38,16],[-36,8],[-28,5],[-60,3],[-271,-3],[-114,8],[-9,-86],[16,-6],[85,-32],[75,-36],[44,-17],[256,-122],[12,-4],[0,-6],[-3,-11],[-31,-84],[-27,-71],[-15,-37],[-18,-33],[-22,-33],[-21,-26],[1,-6],[12,-8],[48,-23],[40,-24],[7,-6],[-16,-10],[-19,-9],[-55,-45],[-55,-46],[-17,-13],[-117,-66],[-28,-22],[-7,-5],[9,-17],[-6,-6],[-39,-46],[-10,8],[-18,23],[-8,10],[-84,-77],[11,-15],[22,-40],[6,-3],[-18,-19],[-1,-5],[-59,-70],[-40,-37],[-13,-17],[-8,-20],[-12,-18],[1,-30],[8,-52],[9,-23],[10,-22],[9,-23],[-2,-10],[-11,-13],[-18,-12],[-14,-6],[-11,-10],[-21,-18],[-1,-3],[-12,-24],[-18,-26],[-105,-83],[-271,-216],[-36,-31],[-18,-18],[-23,-31],[12,-11],[129,-134],[6,6],[171,164],[144,-226],[6,-11],[6,133],[2,31],[7,18],[21,37],[16,24],[72,106],[25,33],[88,126],[50,71],[4,6],[25,-10],[38,-16],[56,-27],[22,-12],[-7,-18],[-19,-53],[-2,-20],[4,-23],[74,-299],[19,-67],[-26,-56],[-40,-77],[150,-56],[8,27],[5,10],[15,11],[17,6],[15,-1],[24,-14],[19,-20],[10,-22],[3,-14],[-4,-9],[-72,-82],[-38,-44],[-13,-14],[-16,-24],[-17,-38],[-9,-45],[3,-15],[15,-28],[71,-133],[9,-11],[-25,-30],[-57,-74],[-50,-62],[-17,-22],[-19,-17],[-27,-20],[-26,-15],[-33,-16],[-14,-9],[-31,-15],[-170,-88],[-23,-17],[-15,-16],[-18,-21],[-11,-24],[-8,-14],[15,-17],[2,-13],[-2,-61],[-7,-151],[-5,-26],[-12,-41],[-27,-60],[-28,-52],[-22,-31],[-18,-22],[-33,-28],[-43,-28],[-35,-19],[61,-205],[-75,-34],[-278,-117],[-37,-18],[-26,-9],[-156,-67],[-137,-56],[22,-82],[26,-73],[42,-76],[9,-11],[15,-20],[88,-232],[7,-18],[12,-30],[5,-17],[70,-157],[43,-112],[18,2],[70,14],[192,42],[99,21],[4,-26],[1,-25],[2,-8],[2,-19],[17,-1],[14,0],[4,-6],[22,-223],[5,-27],[31,-98],[15,-16],[30,-63],[-3,-13],[-35,-67],[-63,-129],[-53,-107],[-7,-9],[-10,-25],[-135,-271],[5,-17],[56,-189],[27,-88],[23,-68],[5,-7],[103,215],[13,23],[6,8],[9,30],[197,407],[6,-14],[216,-372],[14,-28],[50,-138],[9,-15],[18,-18],[28,-18],[50,-19],[20,-9],[40,-34],[40,-36],[95,-69],[95,-63],[8,-3],[86,101],[56,59],[23,22],[20,22],[103,116],[65,76],[40,48],[33,47],[58,90],[37,72],[26,63],[23,57],[9,5],[12,6],[20,-9],[14,8],[53,27],[20,15],[21,27],[15,21],[10,30],[9,32],[17,96],[2,33],[0,22],[7,2],[156,48],[117,36],[31,13],[9,0],[8,-3],[12,-9],[8,-19],[3,-20],[0,-105],[-2,-55],[-5,-48],[-7,-35],[-13,-62],[-13,-58],[0,-9],[3,-10],[7,-15],[44,-58],[21,-26],[33,-45],[8,-19],[3,-16],[25,-97],[6,-26],[2,-14],[-5,-16],[-9,-19],[-11,-15],[-44,-46],[-18,-19],[-11,-14],[-8,-17],[-6,-120],[-1,-14],[-4,-41],[-18,-101],[-28,-115],[-14,-52],[-13,-40],[-28,-82],[-1,-2],[-12,-38],[0,-11],[4,-13],[10,-9],[75,-51],[13,-12],[8,-16],[3,-15],[4,-23],[1,-102],[-3,-116],[-4,-52],[-11,-112],[-14,-96],[-8,-38],[-6,-24],[-5,-22],[-26,-95],[-24,-74],[-30,-158],[-29,-144],[-7,-18],[-11,-17],[-8,-1],[-52,1],[-27,-24],[-8,-15],[-25,-38],[-12,-23],[-88,-140],[-51,-79],[-24,-35],[-121,-150],[-43,-58],[-18,-33],[-23,-57],[-13,-47],[-17,-95],[-8,-29],[-24,-37],[-28,-35],[-41,-36],[-40,-34],[-28,-24],[-60,-43],[-33,-20],[-38,-36],[-16,-20],[-20,-46],[-16,-47],[-13,-62],[-6,-14],[-43,-32],[-12,-8],[-8,-46],[2,-17],[4,-8],[125,51],[141,54],[37,11],[27,5],[4,0],[34,1],[26,-4],[36,-7],[19,-8],[145,-43],[202,-95],[21,-9],[7,-23],[86,-243],[-15,-6],[-43,-13],[-5,-17],[-8,-68],[1,-10],[33,-71],[10,-10],[12,-8],[36,-7],[27,-3],[81,-1],[5,-85],[11,-9],[17,-4],[56,1],[-9,-211],[-2,-10],[-15,0],[-13,5],[-15,9],[-7,10],[-20,-3],[1,-9],[-3,-11],[-8,-16],[-9,-24],[-22,-35],[-65,-94],[-36,-45],[-33,-43],[-42,-48],[-97,-99],[-36,-39],[-32,-44],[-75,-130],[-65,-112],[-45,-79],[-74,-115],[-13,-17],[-19,-30],[-105,59],[-201,111],[-215,118],[-171,129],[-111,92],[-97,74],[-35,29],[-95,86],[-20,24],[-8,14],[-13,1],[-21,4],[-27,11],[-26,20],[-15,17],[-8,9],[-13,19],[-20,45],[-44,118],[-26,59],[-12,48],[0,27],[1,13],[-8,76],[-3,69],[9,69],[10,53],[20,77],[16,43],[24,88],[16,72],[58,264],[4,27],[14,121],[3,93],[3,173],[2,21],[-3,118],[-1,220],[0,20],[1,1],[6,6],[3,8],[1,7],[-2,8],[-4,7],[-8,6],[-6,69],[-17,229],[-4,54],[-9,66],[-21,170],[-22,169],[-3,43],[-5,32],[-6,36],[-13,86],[-20,126],[-10,76],[-4,13],[-13,19],[-8,15],[-5,13],[0,4],[0,14],[1,15],[9,32],[5,23],[-2,11],[-36,90],[-45,122],[-29,77],[-37,125],[-5,13],[-26,62],[-26,56],[-70,144],[-44,89],[-51,138],[-77,228],[-19,53],[-111,400],[-16,44],[-6,12],[-11,23],[-25,46],[-226,419],[-74,139],[-89,-18],[-40,-8],[-91,214],[-1,0],[-47,196],[-7,11],[-5,18],[-6,25],[99,89],[172,150],[-1,20],[-48,369],[-37,303],[-2,25],[-4,15],[-144,155],[-46,50],[-92,103],[9,44],[83,407],[6,23],[39,185],[32,151],[54,242],[29,128],[1,8],[14,9],[119,98],[43,35],[22,0],[77,-2],[10,3],[12,10],[18,32],[37,67],[53,115],[25,86],[2,19],[-5,30],[-17,86],[1,16],[27,57],[79,160],[109,219],[20,5],[53,12],[29,30],[28,27],[18,14],[0,12],[-16,57],[-10,41],[-13,36],[-25,62],[-10,21],[-13,39],[-20,51],[-44,89],[-35,62],[-49,62],[-20,16],[-40,31],[-24,12],[-17,9],[126,310],[40,-21],[6,15],[39,85],[83,172],[102,215],[46,-24],[11,22],[-7,0],[-23,13],[138,249],[13,15],[13,6],[6,1],[40,-29],[-6,-9],[-10,-23],[-7,-56],[5,-18],[10,-14],[22,-12],[21,-2],[34,5],[31,17],[18,16],[15,22],[20,16],[25,16],[62,67],[116,114],[10,0],[7,-5],[22,-36],[6,-31],[0,-43],[6,-6],[7,-1],[58,59],[14,14],[32,29],[23,28],[19,23],[29,41],[36,29],[32,20],[48,21],[96,35],[84,40],[47,30],[10,15],[-13,22],[-12,28],[87,92],[56,81],[69,127],[41,74],[8,19],[9,15],[7,6],[25,12],[15,11],[31,11],[3,5],[39,35],[15,-15],[16,-11],[19,0],[14,6],[99,79],[44,30],[178,117],[44,20],[27,9],[75,4],[45,3],[53,10],[66,15],[30,2],[71,-19],[46,-20],[29,-6],[13,4],[12,12],[9,21],[34,-6],[30,2],[16,5],[7,8],[23,43],[2,8],[8,14],[-67,38],[7,16],[23,2],[9,4],[45,20],[20,8],[25,6],[22,7],[24,13],[21,15],[16,15],[29,17],[41,19],[23,10],[47,28],[27,18],[20,9],[25,7],[19,10],[14,15],[13,22],[8,31],[4,39],[2,21],[8,14],[8,1],[70,15],[38,-1],[-10,46],[-9,0],[-44,-7],[-14,4],[-11,8],[-21,20],[-15,7],[-27,1],[-42,5],[-180,20],[-109,12],[-31,8],[-13,-4],[-27,1],[-35,-6],[-54,-25],[-86,-37],[-18,-4],[-17,-6],[-31,-10],[150,195],[6,6],[13,16],[223,293],[169,225],[7,6],[17,23],[7,14],[64,72],[21,26],[5,13],[-1,12],[-5,20],[-11,21],[-30,42],[-9,9],[-39,96],[1,0],[2,14],[-29,54],[-11,32],[-8,5],[-13,-4],[-8,-5],[-29,-33],[-19,-17],[-41,-27],[-59,-35],[-19,-14],[-28,-35],[-7,-1],[-14,-14],[-2,-4],[-10,-4],[-57,-53],[-35,-36],[-58,-66],[-37,-34],[-36,-38],[-22,-26],[-46,-67],[-51,-98],[-23,-28],[-24,-24],[-12,-10],[-9,-16],[-4,-12],[-8,-1],[-23,-16],[-14,-18],[-10,-18],[-19,0],[-10,14],[-10,7],[-18,0],[-10,-4],[-12,-22],[-20,-55],[-13,-51],[-27,-61],[-19,-21],[-42,-29],[-12,-13],[-13,-26],[-10,-25],[-23,-29],[-31,-60],[-33,-84],[-37,-96],[-165,107],[-26,20],[-4,0],[-32,15],[15,44],[13,32],[10,15],[0,10],[-5,6],[-31,25],[-20,17],[-36,37],[-59,57],[-32,29],[-16,14],[-17,15],[-17,13],[-20,10],[-27,10],[-11,6],[-34,10],[-27,11],[-3,4],[-14,3],[-146,51],[-83,39],[-38,22],[-30,14],[-43,19],[-33,3],[-31,-3],[-23,1],[-34,-7],[-31,-13],[-49,12],[-90,17],[-63,13],[-62,19],[-232,50],[-149,33],[346,480],[22,29],[6,-2],[50,-27],[7,7],[95,136],[148,204],[97,130],[68,87],[171,242],[-60,60],[-11,15],[-5,18],[2,6],[1,22],[286,701],[14,27],[137,225],[64,93],[151,173],[116,-16],[142,-15],[363,-77],[15,-3],[34,137],[37,155],[35,69],[63,85],[5,10],[1,-6],[12,28],[28,54],[12,55],[0,13],[1,25],[4,117],[8,93],[8,50],[28,52],[43,44],[27,7],[0,11],[0,10],[-1,21],[54,80],[213,362],[27,44],[38,27],[53,37],[260,306],[6,-4],[14,-11],[133,-103],[192,-149],[2,-1],[-48,-77],[-52,-82],[-136,-245],[-42,-74],[4,-19],[2,-5],[55,-150],[44,-132],[0,-40],[-38,-25]],[[555598,20438],[16,-9],[27,-16],[8,-15],[3,0],[5,0],[4,3],[15,12],[27,23],[4,-4],[28,-26],[33,-21],[36,-24],[3,14],[15,-3],[5,1],[13,3],[9,8],[22,22],[3,4],[7,5],[11,4],[10,2],[12,1],[21,-6],[46,-10],[5,-1],[-1,-10],[54,-7],[8,3],[5,1],[5,7],[4,7],[23,22],[1,7],[15,-2],[-1,-9],[-24,-49],[3,-4],[-11,-5],[-5,-6],[-3,-2],[-5,-2],[-3,-1],[-3,1],[1,9],[-130,32],[-98,-55],[-87,54],[-33,29],[-41,-36],[-15,3],[-9,18],[-37,21],[4,-31],[-35,15],[-61,-16],[-33,-9],[-3,20],[-41,4],[-64,-24],[-30,-84],[52,0],[-4,-51],[-81,-76],[0,-11],[1,-18],[-6,-21],[-10,-12],[-3,5],[10,21],[-1,18],[-1,16],[34,34],[39,40],[13,14],[4,33],[-49,1],[-8,9],[37,89],[40,16],[27,11],[37,-2],[7,-1],[4,1],[0,-2],[53,9],[42,7],[10,1],[8,-2],[-1,8],[8,-5]],[[551497,22247],[-61,-89],[-10,-16],[6,-6],[11,-8],[77,-49],[74,-38],[6,-2],[59,-43],[118,-131],[51,-46],[13,-9],[53,38],[0,-17],[49,-75],[7,-1],[0,-22],[-31,-20],[-55,-83],[-32,3],[7,-7],[-3,-20],[-15,-69],[-10,-6],[-18,-5],[-3,-30],[-8,-44],[-20,-107],[-9,-2],[-11,-4],[-89,25],[-31,9],[-36,21],[-38,23],[-11,14],[-13,37],[-3,6],[-4,9],[53,20],[14,5],[-12,18],[-39,61],[-51,78],[-24,12],[-17,25],[-55,18],[-44,-32],[-14,-28],[-34,-26],[-4,-12],[12,-32],[-2,-31],[-276,180],[38,32],[18,17],[8,8],[9,9],[-9,18],[44,129],[-3,4],[84,105],[4,6],[-6,1],[-3,0],[-17,3],[-186,-172],[-5,-5],[-39,65],[-49,-47],[-19,-19],[77,-88],[12,-27],[-80,-79],[-122,-142],[-39,-72],[-24,-28],[-35,-10],[-38,-44],[25,-1],[-17,-19],[-93,-108],[-114,-276],[184,-74],[69,-27],[-67,-216],[-33,-117],[-4,-16],[-29,-131],[-46,-211],[-42,-220],[-7,-29],[-25,-105],[-56,-149],[-43,-101],[-1,-45],[3,-9],[16,-46],[13,-46],[-21,11],[-79,89],[-27,41],[-27,55],[-1,49],[10,60],[0,30],[0,27],[-1,27],[-22,55],[-11,27],[-27,88],[-13,39],[-11,34],[-10,65],[0,72],[4,61],[-4,56],[-1,59],[-9,42],[-17,41],[-61,110],[-104,216],[-23,52],[-54,164],[-11,18],[-9,2],[29,25],[28,-24],[26,-44],[1,-3],[72,-179],[39,-74],[45,-71],[75,-88],[67,124],[27,-23],[137,296],[-11,47],[1,-1],[99,223],[10,22],[-34,21],[-56,47],[-25,34],[-10,22],[-10,22],[-50,109],[12,15],[216,275],[131,158],[85,85],[14,14],[99,98],[22,-19],[6,5],[56,46],[52,43],[56,40],[-36,56],[27,14],[60,19],[57,11],[49,2],[59,-14],[57,-9],[54,-25],[49,-25],[69,-57],[4,-5],[-9,-12]],[[563286,22891],[-257,-726],[-22,-4],[-5,-3],[-23,-15],[-14,-8],[-47,-34],[-39,-42],[-254,-357],[-142,-277],[0,-35],[15,-37],[57,-70],[8,-22],[7,-64],[3,-136],[-7,-24],[-49,-118],[-22,-83],[-21,-46],[-69,-143],[-33,-70],[-68,-90],[-58,-82],[-45,-69],[-9,-14],[-9,-14],[-12,-39],[-40,-65],[-24,-52],[-8,-47],[-7,-60],[-5,-81],[-42,13],[-3,102],[-5,34],[-30,39],[-37,28],[-45,27],[-107,75],[-58,54],[-27,13],[-23,-2],[-19,-37],[-29,-22],[-42,0],[-60,18],[-1,21],[-14,11],[-50,7],[-34,13],[-12,4],[-27,11],[-43,23],[-44,26],[-5,41],[12,16],[5,15],[-23,3],[-27,2],[-36,-2],[-43,15],[0,37],[15,11],[8,26],[0,6],[2,16],[-12,7],[-28,22],[-4,18],[7,13],[25,15],[5,18],[7,74],[0,50],[-7,9],[-7,11],[-26,-13],[-30,-29],[-17,1],[2,22],[-8,32],[-35,31],[-28,16],[-25,-14],[-22,-24],[-23,-2],[-20,2],[-7,15],[10,12],[0,15],[-10,13],[-16,11],[-55,0],[-2,9],[24,30],[3,3],[13,24],[-2,40],[-13,30],[-26,15],[-70,13],[-14,3],[-50,18],[-36,48],[-19,9],[-20,2],[-23,9],[-20,0],[-16,23],[-24,1],[0,-24],[-10,-7],[-26,11],[-17,30],[-36,0],[-20,0],[-25,-21],[-38,6],[-45,-17],[-81,-22],[-45,-31],[-42,-7],[-34,-11],[-21,-14],[-25,-16],[-48,-26],[-47,-20],[-63,-42],[-36,-15],[-29,-5],[-23,-24],[-31,-9],[-29,-30],[-8,-55],[-33,-53],[-33,-24],[-25,-11],[-33,-35],[-19,9],[-16,19],[-11,3],[0,-33],[-21,3],[-29,5],[-50,9],[-54,28],[-58,37],[-31,27],[-49,32],[-71,47],[-27,18],[-30,0],[-18,4],[-7,2],[-21,20],[-27,22],[-79,9],[-19,13],[-10,16],[-125,52],[-71,31],[-27,11],[-11,5],[-29,12],[-46,14],[-78,21],[-25,22],[-27,13],[-29,0],[-32,7],[-18,5],[-22,-8],[-21,-25],[-25,-13],[-32,-22],[-48,-7],[-27,-16],[-28,-26],[-35,-9],[-12,-21],[-53,-29],[-18,-28],[-4,-36],[-87,-75],[-13,-11],[-3,-2],[-24,-13],[-39,-15],[-23,0],[-60,-18],[-29,14],[-29,0],[-15,-29],[2,-63],[-13,-23],[-25,3],[-95,33],[-56,19],[-10,-13],[-27,-7],[-12,0],[-41,5],[-19,2],[-8,-1],[-12,-1],[-19,-4],[-10,-11],[-7,-8],[0,0],[-14,-17],[-4,-77],[-48,5],[0,0],[-44,4],[0,0],[-14,2],[-9,20],[-8,9],[-2,1],[-1,1],[-10,5],[-18,2],[0,1],[-50,7],[-8,1],[7,12],[1,1],[13,21],[-1,27],[0,4],[-4,1],[-17,3],[-2,1],[0,0],[-31,21],[-1,0],[-45,-14],[-3,-1],[-1,-2],[0,0],[-5,-17],[-17,6],[-13,4],[-21,-18],[-3,-2],[-4,0],[-29,7],[-21,-7],[0,-1],[-14,-78],[-27,-18],[-5,-5],[-1,-1],[-17,-17],[-1,0],[-46,19],[-25,-14],[-20,-35],[-20,-4],[-10,-7],[-81,7],[-1,10],[10,21],[1,31],[-21,20],[-57,6],[-37,-67],[-41,-4],[-39,37],[-2,2],[-27,1],[-21,22],[-46,-34],[-2,-42],[-35,-14],[-39,8],[-37,24],[-139,-31],[-6,-2],[-42,5],[-11,10],[-23,9],[-10,2],[-2,0],[-1,0],[-12,-4],[-19,-14],[-13,-9],[-21,-13],[21,-129],[-2,0],[-3,20],[-4,19],[-11,52],[-2,13],[-15,15],[-17,-13],[-12,-15],[-10,-14],[-6,-12],[-1,-8],[-1,-11],[-1,-14],[-1,-16],[-1,-4],[-14,2],[1,11],[5,1],[5,41],[2,3],[3,9],[8,12],[9,13],[9,9],[10,10],[13,9],[1,1],[30,20],[24,15],[15,6],[22,1],[14,-5],[13,-4],[12,-13],[43,-1],[144,31],[38,-24],[34,-8],[28,11],[2,43],[53,38],[24,-23],[25,-1],[42,-40],[37,4],[32,62],[11,6],[56,-6],[24,-25],[0,-36],[-8,-21],[75,-5],[5,6],[19,1],[20,35],[29,15],[44,-16],[25,24],[23,14],[13,71],[-9,-2],[-5,-20],[-54,137],[-9,25],[-32,-15],[-13,142],[-2,18],[199,9],[8,0],[157,43],[-87,-6],[-31,11],[-20,33],[-55,158],[-10,72],[13,86],[30,59],[2,14],[5,27],[16,27],[171,0],[139,11],[157,13],[20,2],[8,12],[2,39],[74,4],[119,23],[2,0],[0,45],[44,9],[162,36],[3,24],[305,36],[25,3],[17,1],[123,15],[163,20],[137,4],[163,0],[100,9],[39,4],[95,33],[106,55],[31,18],[87,124],[101,5],[54,15],[103,38],[-2,198],[58,14],[6,-170],[54,15],[69,42],[51,46],[47,59],[39,22],[50,8],[48,-3],[44,-6],[-31,-77],[-14,-41],[-13,-120],[-14,-124],[-3,-26],[70,-3],[156,-11],[36,8],[30,20],[63,-7],[81,-22],[116,-40],[12,114],[10,-4],[298,8],[20,-2],[24,-4],[7,-19],[8,-22],[2,-7],[4,-141],[2,-33],[9,-98],[2,-162],[20,-70],[40,-75],[100,-107],[26,-26],[11,31],[255,688],[10,1],[15,2],[62,13],[58,11],[44,2],[129,8],[13,2],[-11,-129],[3,0],[13,0],[35,92],[73,-24],[12,18],[63,50],[104,38],[83,33],[57,30],[33,44],[3,40],[-1,30],[20,7],[38,-2],[30,20],[15,37],[5,41],[-9,33],[-11,22],[33,20],[13,-18],[45,-46],[18,-11],[33,-4],[19,15],[-1,77],[11,47],[9,7],[18,-2],[15,-14],[27,-29],[16,-5],[20,7],[20,11],[28,1],[19,-8],[11,-9],[28,-7],[28,2],[17,8],[26,31],[27,59],[13,41],[6,49],[8,12],[46,43],[55,42],[16,18],[33,27],[36,27],[15,19],[19,7],[21,-2],[18,-17],[5,-16],[36,61],[25,-13]],[[562625,26388],[3,0],[66,8],[63,14],[194,-22],[33,-3],[13,-41],[-216,-137],[21,-76],[-19,-9],[-158,-80],[-62,-34],[-139,-80],[-101,-55],[-22,-4],[-28,-5],[-17,-3],[-51,-32],[-65,-11],[-78,5],[-42,-19],[-28,0],[-25,27],[-38,-6],[-3,20],[-4,19],[-1,5],[-24,-5],[-96,-18],[-41,-8],[-46,0],[-91,-2],[-85,-1],[-82,0],[-64,1],[-20,-2],[-27,-1],[-5,0],[-64,-7],[-93,-6],[-58,-3],[10,67],[-1,11],[-1,16],[11,32],[0,18],[-8,19],[-9,18],[13,30],[4,33],[-7,24],[-11,13],[-2,14],[6,19],[-9,35],[3,13],[17,20],[53,-49],[62,24],[1,0],[21,4],[13,-11],[14,-11],[6,-6],[22,-14],[5,-3],[9,-8],[14,-8],[1,0],[14,-7],[14,-4],[4,-2],[23,1],[32,1],[17,0],[13,0],[31,-1],[7,0],[26,1],[35,0],[19,0],[14,0],[29,0],[13,-1],[8,0],[0,0],[17,2],[32,4],[33,4],[34,5],[28,3],[35,4],[35,5],[29,4],[8,0],[26,2],[100,3],[15,78],[10,53],[0,2],[-13,113],[-24,202],[-18,149],[-13,39],[-42,123],[-18,61],[-17,65],[27,14],[10,8],[197,33],[40,4],[28,-14],[39,-41],[30,-40],[4,-9],[35,-17],[93,-182],[146,-302],[39,-65],[6,-25],[13,-2]],[[555978,28047],[18,-1],[57,6],[70,-3],[226,4],[37,-9],[38,-21],[101,-86],[74,-54],[70,-28],[169,-55],[26,-6],[24,-2],[19,-21],[108,-93],[106,-108],[24,-57],[31,-183],[9,-34],[19,-35],[167,-299],[14,-24],[291,-488],[118,-198],[-69,-34],[27,-56],[-6,-58],[23,-44],[6,-22],[-23,-23],[-19,-58],[-50,-16],[-12,-34],[28,-42],[-29,-101],[-5,-16],[-145,55],[-162,63],[-65,26],[-18,7],[-67,26],[-65,21],[-40,6],[-108,-7],[-96,-3],[-131,8],[-180,8],[-60,10],[-33,13],[-79,52],[-58,40],[-11,40],[-11,19],[-2,6],[-8,28],[-7,26],[-7,24],[-3,13],[2,16],[3,30],[3,21],[15,-1],[-2,82],[-4,0],[1,14],[6,51],[4,35],[-23,-2],[-47,-2],[-50,-3],[-26,-2],[-11,-26],[-21,-51],[-6,-11],[-16,-29],[-10,-18],[-14,-24],[-9,-19],[-13,3],[-61,10],[-26,4],[5,-29],[4,-23],[-28,8],[-25,-11],[-20,-21],[-13,-39],[-80,-79],[-50,-37],[-42,-22],[-34,1],[12,-16],[71,-278],[1,-7],[5,-19],[17,4],[22,22],[4,3],[2,23],[1,1],[14,27],[14,20],[3,4],[7,4],[5,3],[7,4],[2,1],[12,-3],[1,-8],[1,-9],[1,-12],[2,-23],[1,-2],[3,-5],[5,-13],[1,-2],[11,5],[12,6],[2,16],[2,14],[3,-4],[5,-5],[5,-6],[9,-17],[0,-1],[0,-48],[19,-13],[16,7],[5,2],[1,1],[-3,-18],[-13,-27],[-10,-20],[-147,-316],[-36,6],[-63,69],[9,-41],[-3,-21],[-16,-23],[-2,-4],[-25,-30],[-18,10],[-22,-58],[-13,-34],[-20,-53],[-11,2],[-18,2],[-50,3],[-131,47],[-54,18],[-51,0],[-63,-8],[-197,-32],[-221,-14],[-32,-3],[-73,-10],[-25,-9],[-29,173],[-58,217],[-61,38],[-4,-7],[-26,-33],[-35,-39],[-14,-4],[-16,6],[-21,-11],[-35,-18],[-10,-2],[-11,-3],[-26,-5],[-42,-23],[-74,8],[-17,-35],[-42,-2],[-68,-40],[-43,28],[22,27],[-4,15],[-21,-4],[-53,-18],[-2,-23],[-37,-33],[10,-29],[-58,-42],[-8,-46],[5,-45],[-2,-27],[-1,-15],[-35,-1],[-13,25],[-31,15],[-28,2],[-9,42],[-34,-31],[-7,-48],[-34,-23],[-48,120],[-51,-72],[34,-46],[1,-5],[-2,-3],[-63,2],[5,-12],[20,-21],[-15,-34],[-39,-88],[-12,-56],[-72,-35],[-103,32],[-19,-44],[-17,-4],[-9,-2],[-36,25],[0,0],[-2,3],[-6,-1],[-2,-5],[-2,-8],[3,-98],[-1,-5],[-3,-6],[-4,-2],[0,-3],[-13,-2],[-12,-1],[-8,3],[-8,4],[-6,2],[-8,11],[-3,15],[-27,14],[-13,9],[-7,-2],[-6,-4],[-5,-8],[-3,-6],[0,-15],[6,-34],[1,-37],[-5,-20],[-30,-17],[-9,-10],[-3,-12],[-53,-40],[-42,-38],[-4,-2],[-43,-9],[-9,-6],[-2,-1],[-9,-7],[-7,-8],[-16,-30],[-4,-7],[-6,-12],[-3,-2],[-11,-2],[-3,-1],[-94,-21],[-90,-54],[-6,1],[-19,43],[-21,16],[-26,1],[-6,-1],[-4,-2],[-11,-14],[-28,-3],[-9,-4],[6,-11],[13,-22],[-1,-30],[-15,-18],[-6,0],[-24,0],[-27,-1],[-7,-1],[-17,-7],[-23,-14],[-15,-7],[-6,-7],[-4,-9],[-5,-14],[-12,-30],[-4,-10],[-7,-17],[-17,-29],[-6,-9],[-8,-13],[-11,-8],[-53,-8],[-28,-4],[-9,-7],[-9,-1],[-12,3],[-10,-2],[-31,-10],[-14,-3],[-12,-15],[-6,-12],[-7,-8],[-14,-4],[-10,0],[-2,-15],[5,-5],[3,-5],[4,-9],[2,-18],[-11,-15],[-10,-17],[-11,-15],[-7,7],[-3,15],[-15,11],[-6,2],[-9,-2],[-4,-10],[-1,-3],[2,-8],[8,-20],[-1,-6],[-2,-16],[-2,-13],[-4,-4],[-3,-4],[-6,-3],[-5,-2],[-100,-14],[-42,-18],[-74,-15],[-39,-16],[-86,-24],[-3,-1],[-80,-15],[-15,-21],[-4,-5],[-1,0],[-1,-1],[-20,-13],[-1,0],[0,0],[-2,-1],[-39,-20],[-9,-3],[-19,-2],[-12,-3],[-5,-2],[-13,-1],[-22,-4],[-42,-6],[-30,-2],[-36,3],[-23,0],[-21,-5],[-24,-2],[-16,0],[-8,-1],[-9,0],[-24,6],[-4,1],[-15,1],[-33,-12],[-13,-1],[-1,-1],[-3,4],[0,3],[11,2],[22,5],[12,4],[8,2],[5,1],[6,-1],[17,-5],[15,0],[15,0],[38,3],[39,4],[14,1],[6,-1],[23,-3],[18,1],[15,1],[19,4],[61,11],[17,0],[21,7],[36,21],[0,1],[20,14],[1,0],[0,0],[7,5],[1,0],[18,18],[79,15],[18,4],[66,19],[44,18],[73,14],[43,18],[51,7],[45,7],[12,5],[7,8],[4,26],[-7,20],[-3,15],[8,15],[13,3],[9,-4],[14,-10],[4,-16],[2,-2],[8,11],[19,28],[-2,14],[-5,10],[-9,9],[6,23],[15,1],[10,3],[6,9],[6,13],[12,13],[15,4],[24,7],[20,5],[12,-3],[7,0],[8,7],[15,6],[7,0],[6,1],[53,8],[3,1],[5,3],[10,17],[16,25],[12,23],[4,11],[16,36],[1,13],[3,6],[7,6],[7,6],[37,22],[18,2],[16,3],[15,3],[23,-1],[4,0],[3,1],[6,6],[3,30],[-5,11],[-10,9],[-4,14],[4,12],[38,5],[12,13],[11,4],[23,2],[16,-7],[16,-12],[20,-40],[72,40],[15,10],[105,22],[20,41],[20,20],[19,16],[36,3],[5,3],[65,54],[29,22],[6,16],[22,15],[19,27],[0,15],[-2,35],[-6,35],[3,9],[0,0],[12,13],[2,1],[9,3],[-8,15],[-48,398],[23,12],[128,36],[217,116],[15,8],[41,18],[77,26],[48,-197],[5,7],[50,-123],[25,17],[7,47],[44,40],[11,-48],[24,-2],[33,-16],[13,-24],[25,1],[2,35],[-5,45],[9,50],[56,41],[-10,28],[39,35],[2,25],[57,19],[27,5],[7,-25],[-19,-23],[33,-22],[66,39],[40,2],[17,35],[77,-7],[41,22],[27,5],[2,1],[-1,20],[-16,32],[-1,11],[-1,14],[29,16],[20,16],[21,34],[-9,13],[-144,71],[-2,25],[-132,75],[-5,14],[-42,36],[-1,-1],[-34,12],[-33,16],[-32,41],[-29,37],[-18,40],[-12,5],[-346,151],[-13,6],[-23,10],[-313,142],[-349,157],[27,37],[10,35],[10,-15],[30,-31],[35,-37],[54,-19],[32,-7],[69,-6],[50,5],[287,-112],[70,-23],[65,-11],[45,-17],[58,-20],[26,3],[49,25],[86,71],[38,13],[72,23],[65,-7],[17,4],[4,-15],[25,6],[64,20],[60,41],[49,41],[90,93],[60,53],[104,80],[69,41],[19,10],[28,14],[26,12],[20,19],[11,10],[35,48],[60,50],[47,63],[32,87],[35,99],[23,47],[7,14],[35,76],[3,53],[-5,36],[-18,8],[-23,12],[-67,34],[-56,16],[-69,12],[-153,-5],[-76,-2],[-73,1],[-44,12],[-149,-13],[-131,-2],[-85,12],[-19,6],[8,42],[-1,2],[-30,74],[-37,84],[-95,35],[1,20],[117,-26],[46,-6],[556,42],[333,30],[134,20],[24,3],[2,1],[86,27],[201,70],[17,7],[143,32],[30,11],[51,40],[21,15],[36,25],[61,27],[61,6],[141,-18],[8,0],[19,-1]],[[546247,32967],[6,-5],[24,-28],[3,-30],[13,-75],[65,-301],[16,-55],[7,-54],[124,-325],[11,-22],[0,-17],[7,-25],[14,-31],[25,-30],[19,-36],[11,-55],[25,-78],[26,-39],[25,-26],[11,-16],[3,-21],[-1,-21],[1,-35],[0,-5],[11,-45],[129,-260],[39,-52],[25,-29],[8,-9],[25,-26],[43,-36],[23,-20],[14,-12],[60,-52],[158,-112],[37,-37],[34,-42],[27,-46],[42,-113],[15,-48],[27,-120],[10,-62],[2,-59],[-4,-132],[-1,-48],[-2,-37],[0,-7],[2,-132],[0,-32],[8,-105],[12,-88],[31,-154],[7,-23],[7,-24],[21,-50],[6,-9],[52,-85],[42,-71],[8,-21],[23,-64],[29,-108],[9,-80],[1,-51],[2,-36],[4,-31],[46,-129],[6,-22],[5,-19],[-3,-17],[-8,-10],[27,-5],[-2,-20],[-65,-4],[-11,-1],[-71,3],[-69,-108],[9,-17],[36,-48],[38,-30],[7,-6],[30,-16],[24,21],[21,5],[6,-11],[-10,-10],[-48,-42],[-54,-40],[-66,-56],[-15,-50],[-8,-71],[-12,-62],[-31,-86],[-62,-155],[-43,-93],[-94,-197],[-75,-124],[-4,-5],[-22,-61],[-24,-60],[-20,-35],[-28,-47],[-13,-27],[-3,-11],[6,-3],[9,6],[23,14],[45,28],[105,51],[0,0],[35,40],[23,28],[26,29],[27,42],[39,78],[65,127],[35,57],[31,39],[25,26],[41,30],[41,27],[26,15],[9,-6],[11,-8],[8,-4],[15,-9],[9,-14],[6,-29],[1,-12],[9,-11],[11,-28],[-14,-8],[5,-9],[46,-183],[45,-251],[49,-111],[90,-168],[7,-11],[75,-119],[6,-14],[-3,-49],[7,-39],[16,-26],[78,-108],[7,-4],[16,1],[20,8],[13,1],[165,-232],[-1,-1],[271,-403],[-1,-1],[3,-26],[32,14],[8,-17],[15,7],[9,2],[42,15],[12,-59],[18,-20],[5,1],[29,0],[-2,-18],[-3,-55],[-23,-11],[-42,-19],[-22,-21],[-20,-19],[28,-7],[10,-15],[12,-42],[7,-52],[12,-72],[8,-49],[57,-306],[21,-73],[3,-65],[70,-244],[27,-76],[89,-148],[65,-102],[33,-72],[10,-39],[-291,108],[-67,33],[-343,176],[-137,41],[-11,23],[-6,298],[-92,-5],[-160,-7],[-69,-8],[-136,-11],[-30,-8],[-20,-11],[-58,-44],[-14,-8],[-13,-4],[-85,1],[-53,19],[-81,18],[-77,3],[-74,-4],[-85,-10],[-147,-32],[-3,21],[141,32],[-13,76],[282,113],[44,11],[-14,51],[-22,-5],[-123,-34],[-72,-24],[-23,-9],[-15,28],[-24,-14],[-63,-34],[-29,-14],[-33,-6],[-148,-16],[-198,-11],[-104,-2],[-60,1],[-24,4],[-22,9],[-26,18],[3,1],[9,5],[34,20],[17,18],[26,45],[34,62],[3,7],[59,88],[86,111],[28,27],[29,21],[32,22],[71,63],[40,38],[101,101],[96,99],[137,142],[121,124],[-10,11],[-160,158],[-50,51],[-60,78],[-59,76],[-7,4],[-180,-142],[-164,-129],[23,-50],[25,-52],[21,-68],[10,-36],[0,-10],[-34,-43],[-37,63],[-153,-61],[-51,-20],[-4,-2],[-50,-33],[-4,-3],[-69,-51],[-83,-49],[-73,-37],[-50,-21],[-9,34],[-77,2],[-70,-10],[-39,-15],[-44,-27],[-20,-24],[22,-28],[12,2],[3,-9],[6,-105],[5,-102],[1,-103],[-1,-56],[-67,20],[-68,21],[-28,1],[-45,-4],[-9,-5],[-12,-7],[2,6],[-26,-15],[-326,261],[-7,-8],[-70,65],[-10,9],[-13,7],[2,20],[10,17],[135,139],[18,21],[17,32],[-56,-14],[-32,-5],[-52,5],[-225,28],[-54,12],[-56,20],[-71,32],[0,22],[16,80],[24,37],[78,48],[53,42],[36,52],[32,60],[39,88],[45,122],[31,111],[29,117],[7,45],[72,69],[129,138],[8,6],[18,-6],[10,0],[12,10],[15,32],[18,66],[1,36],[-4,23],[-9,14],[-25,28],[-5,10],[1,11],[77,161],[12,59],[5,9],[26,12],[-3,9],[-4,14],[-6,17],[-4,14],[-19,72],[-3,46],[8,269],[63,-4],[-3,50],[-355,-101],[-14,-4],[-31,110],[-69,220],[-1,30],[-3,27],[-2,11],[-11,43],[-2,35],[-4,13],[15,4],[-5,17],[-29,-10],[-11,1],[-4,5],[-31,91],[61,20],[13,3],[18,4],[20,0],[16,0],[25,-5],[120,-28],[48,-3],[48,4],[57,14],[79,27],[32,6],[53,0],[131,5],[80,7],[32,3],[48,3],[141,-16],[64,0],[75,4],[57,10],[55,18],[108,36],[69,18],[62,17],[121,30],[81,19],[52,11],[68,6],[16,0],[4,43],[18,12],[5,11],[8,52],[4,31],[10,124],[-5,8],[-12,5],[-13,-2],[-2,-70],[-15,-1],[-7,281],[2,194],[-3,24],[-24,75],[-23,85],[-17,80],[-157,8],[-15,7],[-16,21],[-43,59],[-87,114],[-91,94],[-34,-46],[-90,-120],[80,-69],[-165,-123],[18,-58],[-6,-31],[-81,-58],[-61,-31],[-78,-42],[-8,-3],[-42,-7],[-93,-11],[-65,-2],[-53,5],[-26,18],[-20,14],[-13,-19],[0,-86],[-2,-22],[-9,-17],[-28,-19],[-24,-5],[-30,-1],[-42,2],[-50,4],[-41,-35],[-44,-38],[-131,59],[-3,22],[-10,78],[-3,22],[67,-6],[35,28],[116,85],[12,42],[39,40],[46,43],[82,67],[10,18],[5,27],[-3,58],[4,16],[8,17],[36,41],[58,47],[22,28],[17,36],[38,87],[7,36],[-3,32],[-10,36],[-37,80],[-6,13],[-2,24],[4,55],[9,44],[36,117],[25,1],[64,93],[51,76],[14,10],[29,4],[15,5],[14,15],[59,77],[79,133],[119,214],[-7,111],[-66,150],[-16,33],[-1,1],[-83,73],[-12,73],[-6,28],[-9,49],[-1,6],[-12,28],[-28,30],[-23,17],[-15,4],[-7,2],[-16,-2],[-3,23],[-5,19],[-4,16],[-7,16],[-13,17],[-20,11],[-18,12],[-7,19],[33,27],[23,24],[17,26],[9,27],[-5,96],[-1,34],[3,73],[-7,108],[-2,85],[-1,221],[2,195],[0,34],[-21,-36],[-62,-104],[-8,-13],[2,24],[23,171],[3,15],[9,33],[2,0],[0,0],[7,19],[8,19],[11,16],[16,20],[2,8],[6,17],[3,23],[-4,21],[-6,19],[-21,31],[14,21],[2,1],[11,10],[17,6],[15,0],[18,-5],[26,-15],[-3,-72],[-7,-33],[-10,-56],[-6,-51],[1,-86]],[[556449,35179],[-20,-602],[-39,-22],[7,-15],[51,-202],[120,37],[316,110],[501,177],[34,-62],[114,-121],[19,-352],[-19,-2],[-232,-29],[-584,-89],[-99,-12],[-89,-9],[-47,-5],[-67,-10],[-58,-9],[-94,-2],[-124,8],[-145,14],[-102,7],[-20,-1],[-41,-3],[-39,-7],[-17,-6],[-45,-18],[-110,-43],[-50,-9],[-30,-2],[-46,-2],[-57,9],[-125,31],[-125,24],[-77,8],[-184,5],[-71,0],[-9,-1],[-69,-5],[-76,-20],[-87,-24],[-623,-256],[-84,-35],[-98,-50],[-38,-16],[-91,-39],[-202,-61],[-184,-55],[-17,-7],[-17,-7],[-139,-59],[-222,-96],[-169,-85],[-17,-10],[-28,-17],[-156,-91],[-144,-78],[-24,-11],[-121,-59],[-114,-55],[-64,-39],[-35,-26],[-12,-10],[-102,-97],[-21,-21],[-55,-56],[-66,-90],[-19,-26],[-8,-7],[-115,-98],[-138,-108],[-40,-38],[-85,-82],[-84,-83],[-38,-28],[-41,-22],[-33,-17],[-51,-18],[-64,-4],[-59,-4],[-231,-2],[-139,8],[-127,-12],[-138,-26],[-66,-13],[-50,-7],[-62,-9],[-131,-8],[-144,-21],[-107,-36],[-27,-14],[-45,-22],[-5,133],[-5,122],[61,-1],[-2,81],[56,1],[-1,19],[382,-2],[-11,15],[-124,3],[-116,9],[-59,12],[-123,38],[-9,3],[16,82],[-77,35],[-79,18],[4,59],[-18,8],[0,-15],[-16,-41],[2,14],[2,48],[-4,65],[-9,133],[2,39],[10,28],[10,20],[28,28],[30,12],[60,20],[32,6],[42,6],[49,20],[109,52],[22,0],[26,-7],[29,-24],[32,-38],[78,-101],[23,-25],[14,-15],[15,-9],[25,-51],[36,-48],[37,-47],[53,-46],[63,-30],[60,-18],[25,-2],[118,-13],[48,-5],[109,-5],[135,20],[9,0],[25,1],[41,-5],[-6,19],[-29,22],[-1,0],[-37,74],[-1,-1],[-18,24],[-30,99],[-54,110],[-77,155],[18,3],[120,11],[53,11],[54,30],[70,48],[132,117],[152,135],[118,89],[110,72],[127,85],[28,20],[43,31],[46,72],[60,100],[49,55],[112,116],[100,102],[57,59],[62,-104],[80,-127],[26,-41],[290,228],[203,170],[54,42],[149,111],[7,-14],[91,-190],[-3,-21],[36,28],[20,61],[23,43],[36,-8],[115,179],[262,276],[28,-29],[22,-23],[107,122],[12,-10],[-147,-223],[-88,-142],[-82,-111],[9,-22],[41,-98],[5,-3],[74,-36],[104,-20],[83,9],[73,38],[101,52],[105,36],[102,33],[41,19],[19,16],[38,37],[50,22],[64,10],[58,5],[51,9],[137,40],[41,17],[68,45],[306,131],[230,85],[78,29],[91,45],[122,61],[134,80],[42,-11],[65,43],[13,2],[29,6],[80,36],[7,3],[303,177],[9,21],[188,-17]],[[538047,37583],[13,-14],[14,0],[18,9],[16,0],[19,-8],[9,-14],[1,-19],[-4,-24],[6,-19],[27,-16],[22,0],[47,18],[16,-26],[-26,-17],[-13,-14],[-1,-16],[19,-31],[4,-13],[-19,-20],[-57,-20],[-30,63],[-20,28],[-15,2],[-11,-4],[-5,-20],[2,-19],[24,-39],[31,-54],[1,-22],[12,-29],[14,-31],[1,-25],[12,-17],[25,-22],[70,-40],[43,-31],[26,-37],[27,-41],[72,-111],[-29,13],[-101,52],[-75,46],[-60,37],[-8,-15],[11,-11],[13,-11],[25,-32],[9,-24],[6,-25],[1,-25],[-4,-23],[-9,-20],[22,-14],[-3,-14],[-29,-37],[-27,-37],[-16,-32],[-20,-55],[-25,-73],[-15,-17],[-6,-30],[-7,-62],[-10,-33],[-26,-56],[-105,-192],[-16,-37],[-4,-22],[7,-19],[10,-7],[15,-5],[21,3],[17,9],[16,10],[4,5],[17,17],[7,6],[11,3],[16,-7],[-7,-15],[-24,-54],[-12,-28],[-11,-36],[-8,-33],[1,-28],[1,-8],[3,-29],[5,-27],[0,-17],[11,25],[7,9],[10,8],[11,5],[11,4],[15,3],[10,3],[12,13],[25,49],[5,15],[2,19],[5,20],[1,17],[0,12],[-7,37],[0,13],[1,8],[6,10],[6,8],[7,9],[14,7],[14,6],[11,4],[13,2],[7,8],[3,7],[-3,10],[-18,11],[-5,3],[-5,5],[-3,7],[-1,10],[4,8],[4,6],[6,2],[10,1],[13,-3],[11,-1],[10,2],[20,43],[7,6],[18,-1],[17,4],[13,6],[9,1],[10,1],[24,11],[55,51],[53,55],[30,24],[48,33],[45,27],[13,4],[63,-59],[46,-25],[23,-7],[13,2],[27,28],[12,3],[16,-5],[11,7],[29,49],[-1,11],[-5,11],[-10,12],[-5,9],[5,5],[9,-3],[40,-27],[-66,-111],[13,-9],[38,-27],[14,-10],[3,-8],[9,-18],[10,-13],[9,-10],[18,-10],[42,-19],[13,-6],[-18,-34],[-6,-11],[-6,-11],[-11,-32],[14,-8],[85,-85],[36,-46],[30,-48],[44,-28],[7,-18],[3,-29],[63,-48],[11,-8],[-9,-16],[-60,-3],[-3,-9],[-92,-164],[245,-162],[24,-25],[73,-93],[150,-170],[96,-93],[75,-62],[97,-77],[43,-42],[94,-95],[40,-33],[38,-20],[48,-23],[-39,-104],[-7,-9],[24,-23],[277,-231],[23,-35],[9,-53],[-2,-42],[-17,-124],[-20,-129],[-15,-75],[38,-19],[-8,-31],[-34,-100],[-6,-21],[3,-9],[8,-3],[20,3],[24,-2],[42,-7],[94,113],[124,149],[43,53],[45,57],[27,30],[76,82],[107,124],[32,31],[43,33],[25,24],[12,11],[44,53],[32,45],[39,60],[14,24],[9,20],[1,15],[15,22],[41,62],[39,71],[77,131],[44,129],[42,139],[39,153],[20,85],[3,12],[10,43],[6,24],[61,258],[99,-5],[143,-11],[130,-53],[9,14],[17,-6],[141,-49],[148,-68],[57,-32],[45,-33],[283,-252],[-164,-209],[83,-70],[52,-43],[91,-61],[47,-56],[55,-64],[50,-59],[10,12],[44,64],[39,65],[36,74],[20,26],[69,101],[10,10],[5,3],[26,-11],[83,-23],[68,-9],[-1,-133],[200,-34],[3,-20],[24,1],[46,-9],[75,-15],[-7,-58],[-14,-49],[-43,-134],[-108,-338],[-74,-240],[-13,-31],[-71,-100],[-23,-39],[-23,-52],[-10,-22],[-12,-39],[-25,-42],[-123,-192],[-38,-76],[-18,-54],[-4,-24],[-15,-77],[-10,-107],[0,-57],[-14,-12],[-16,-10],[-26,-5],[0,-1],[-35,-9],[-25,-19],[-21,-28],[-24,-48],[-34,-106],[-9,-52],[-2,-44],[2,-50],[9,-45],[81,-209],[19,-50],[17,-65],[35,-246],[37,-294],[4,-19],[7,-7],[95,-63],[247,-127],[62,135],[50,94],[80,145],[147,237],[75,124],[16,-9],[72,166],[117,297],[89,-25],[63,194],[39,-12],[33,89],[34,100],[4,13],[53,193],[288,-60],[17,-2],[14,-3],[121,-25],[15,88],[13,-4],[10,55],[22,116],[5,-8],[4,-34],[12,-81],[10,-9],[23,-4],[12,5],[14,21],[25,54],[4,17],[2,6],[5,21],[2,9],[9,52],[8,22],[33,44],[64,63],[39,24],[37,15],[40,1],[120,-21],[18,-3],[85,-18],[2,16],[0,20],[68,-16],[41,-20],[25,-22],[87,-85],[154,-147],[0,-1],[-9,-8],[7,-9],[16,-39],[14,-35],[16,-39],[3,-12],[3,-15],[0,-2],[4,-23],[4,-44],[-3,-42],[-3,-58],[-5,-81],[-1,-28],[-2,-10],[-17,26],[-10,-47],[-25,-54],[-19,-35],[-16,-17],[-70,0],[-67,52],[-28,-36],[-17,12],[-30,24],[-19,-31],[-26,-21],[-33,-14],[-11,-17],[-12,-32],[-38,34],[-55,-169],[-70,15],[-152,41],[-47,15],[-9,2],[-21,6],[-15,-3],[-3,-1],[-23,-17],[-27,-37],[-15,-32],[-8,-49],[-4,-184],[-3,-41],[-18,-70],[-23,-84],[-11,-6],[-10,43],[-26,124],[-24,98],[-8,36],[-4,48],[-6,129],[-5,93],[0,89],[3,145],[-4,36],[-8,53],[-14,2],[-8,-46],[-24,-171],[-4,-57],[-1,-81],[-2,-43],[-12,-60],[-18,0],[-10,4],[-4,-12],[-2,-5],[-14,-12],[-2,-1],[-18,9],[-12,-1],[-8,-7],[-5,-11],[-4,-14],[-41,-76],[-6,-17],[-18,-88],[-38,-240],[-12,-78],[-1,-7],[-212,59],[-48,-136],[-102,33],[39,71],[29,56],[54,154],[-36,9],[-80,-32],[-56,-28],[-52,-29],[-48,-35],[-52,-42],[-42,-44],[-29,-38],[-234,-349],[-171,-275],[-27,-43],[-49,-79],[-28,-42],[-24,-24],[-62,-54],[-33,-32],[-20,-29],[-15,-32],[-19,-60],[-20,-79],[-6,40],[0,1],[-18,4],[-100,68],[-41,-41],[-27,-35],[-25,-44],[-53,-116],[-62,-149],[99,-58],[-69,-139],[-34,-64],[-119,-227],[-22,-46],[74,-48],[-159,-282],[-224,136],[-14,-25],[-56,-213],[379,-223],[-118,-364],[383,-64],[-59,-204],[-141,-426],[163,32],[91,-104],[60,55],[130,-132],[75,75],[0,-44],[-40,-51],[-104,-118],[-94,-107],[-156,-184],[-22,-16],[-19,-4],[-37,-7],[-24,-5],[-15,-3],[-35,-9],[-50,-13],[-142,-36],[11,-16],[100,24],[211,54],[-27,-26],[-26,-15],[-159,-104],[45,-43],[0,-21],[-79,-116],[-33,-62],[-11,-39],[0,-29],[6,-31],[62,-222],[21,-77],[116,20],[17,1],[12,-9],[7,-13],[10,-88],[-162,-97],[183,-352],[204,94],[118,-206],[49,-84],[25,-35],[58,9],[8,-17],[62,-147],[16,-20],[29,-18],[39,-14],[26,-12],[7,-8],[0,-10],[-10,-36],[-51,-2],[-41,5],[-21,9],[-43,30],[-25,15],[-28,15],[-12,6],[-17,-5],[-5,-1],[-4,-8],[-1,-11],[2,-26],[2,-98],[11,-490],[-14,2],[-12,1],[-86,12],[-39,11],[-44,18],[-98,50],[-68,33],[-33,12],[-29,10],[-6,2],[-19,5],[21,105],[41,166],[-3,56],[-22,20],[-8,12],[-11,150],[13,2],[103,13],[40,16],[36,32],[24,23],[25,13],[29,4],[21,-5],[-13,61],[-10,12],[-13,2],[-22,-2],[-49,-19],[-76,-60],[-18,-7],[-36,-3],[-35,7],[-67,31],[-15,19],[-45,70],[-44,68],[-145,222],[-19,36],[-23,66],[-55,192],[-93,319],[-48,176],[-14,81],[-24,185],[-22,-28],[-37,-51],[-4,-7],[-8,21],[-10,50],[-3,75],[-11,33],[-21,42],[-16,26],[-38,193],[-3,5],[-8,3],[-389,-197],[-69,-30],[0,-1],[-99,-67],[-62,4],[-28,8],[-35,19],[-71,49],[-163,79],[3,328],[-199,96],[11,117],[-206,93],[8,39],[-74,54],[-4,-3],[-81,44],[-20,-11],[-57,-85],[-110,-135],[-102,-130],[-47,-62],[-27,-30],[-40,-38],[-42,-66],[-51,-136],[-48,-87],[-2,-6],[-22,-21],[-14,-56],[-4,-48],[0,-19],[-4,-3],[-9,3],[-7,14],[2,42],[3,29],[-3,16],[-24,8],[-17,10],[-8,5],[-58,59],[-48,43],[-28,17],[-16,-1],[32,110],[-92,-54],[-39,-28],[-40,-42],[-21,-20],[-13,-26],[-12,-30],[-8,-18],[-9,-6],[-114,44],[-16,-9],[-23,-17],[-12,-15],[-10,-19],[4,36],[12,51],[18,55],[41,95],[56,107],[-9,25],[1,15],[1,16],[0,11],[4,3],[10,-4],[22,-19],[24,-19],[3,-1],[20,-9],[41,5],[67,2],[33,14],[59,20],[4,6],[18,13],[17,6],[15,0],[3,24],[8,9],[-15,18],[176,336],[-18,11],[-14,19],[139,252],[0,0],[157,165],[99,148],[78,119],[166,244],[21,26],[7,7],[-2,1],[-29,27],[-41,42],[-16,5],[-12,0],[-17,-9],[-15,-14],[12,22],[13,10],[42,23],[18,15],[29,31],[73,94],[10,16],[30,22],[118,128],[150,184],[111,187],[175,313],[61,-29],[93,192],[6,13],[-3,7],[-59,26],[-3,12],[1,18],[36,138],[-2,9],[-12,9],[-56,15],[-1,10],[18,81],[0,39],[-15,10],[-48,16],[-61,20],[-18,-1],[-13,-12],[-5,-5],[-28,-20],[-22,-3],[-219,99],[31,107],[0,27],[-7,9],[-38,12],[-22,20],[20,164],[8,70],[3,29],[-45,18],[-17,11],[0,61],[-39,19],[13,32],[6,14],[48,119],[-62,30],[91,260],[-154,195],[-38,-17],[-28,-15],[-14,10],[10,25],[13,26],[28,36],[71,77],[22,58],[21,36],[30,35],[28,21],[75,45],[40,28],[11,17],[11,26],[3,43],[-9,34],[-26,37],[-71,67],[-47,42],[-14,5],[-89,65],[-17,1],[-179,-77],[-172,-347],[-40,-72],[-112,-2],[-39,-225],[-18,-61],[-38,-88],[-79,-168],[-15,-49],[-31,8],[2,60],[-2,50],[-2,99],[-7,44],[-13,72],[-13,104],[-13,38],[-12,31],[-13,31],[6,42],[-15,3],[-16,1],[-6,-28],[-16,-39],[-24,-38],[-26,-33],[-4,-5],[1,90],[6,199],[19,194],[19,113],[5,61],[73,251],[86,282],[52,236],[3,33],[-3,14],[-1,9],[-43,81],[-63,110],[-96,119],[-2,3],[-102,-54],[-255,258],[-309,-179],[-8,17],[-14,-10],[-290,-171],[4,-178],[2,-20],[4,-41],[18,-63],[2,-6],[75,-202],[-61,-11],[-27,-4],[-1,0],[-49,-10],[-16,-3],[-21,42],[-58,116],[-15,14],[-15,8],[-28,6],[-15,10],[-16,21],[-69,99],[-30,48],[-7,12],[-8,37],[0,2],[-12,17],[-2,3],[-100,78],[-138,100],[-132,87],[-11,13],[-25,4],[-37,-20],[-10,-5],[-4,-4],[-35,-27],[-36,-29],[-31,-33],[-21,-34],[-17,-41],[-27,-101],[-29,-90],[-6,-14],[-82,-194],[-3,-6],[-31,-62],[-45,-70],[-83,66],[-107,76],[81,110],[-69,132],[-115,210],[-55,-68],[-48,64],[144,161],[-135,146],[-144,158],[-138,-123],[-123,136],[0,8],[9,16],[10,8],[-26,40],[30,21],[55,33],[60,52],[-49,57],[-50,61],[36,22],[42,24],[51,42],[79,66],[31,21],[9,5],[73,39],[141,67],[-22,40],[-48,69],[-3,3],[0,0],[-73,77],[48,56],[20,24],[95,-63],[28,139],[-101,39],[-24,-90],[-100,64],[-28,56],[-12,20],[-78,194],[7,9],[12,17],[12,17],[38,54],[45,59],[55,76],[20,39],[6,18],[103,-45],[17,-2],[105,104],[9,27],[7,19],[77,220],[114,-83],[26,41],[22,47],[8,37],[-39,19],[-3,9],[42,34],[50,42],[26,22],[18,0],[52,51],[-22,29],[-61,-55],[-12,0],[-14,8],[-63,72],[-1,7],[20,2],[0,0],[1,5],[-30,28],[-4,4],[-9,18],[-54,-8],[-148,-20],[-101,-18],[-4,28],[-3,48],[93,5],[10,14],[-2,177],[31,7],[93,19],[39,36],[37,29],[11,7],[-30,94],[-4,34],[-15,19],[-7,17],[7,15],[19,2],[35,12],[13,15],[6,22],[-5,23],[-3,31],[20,19],[11,9],[37,29],[36,27],[17,-1],[79,-107],[4,-27],[-8,-13],[0,-12]],[[535776,39789],[72,-9],[76,-19],[40,-15],[18,-6],[103,-57],[52,-25],[70,-27],[119,-44],[18,-7],[25,-12],[48,-27],[24,-16],[-47,-94],[11,-7],[430,-280],[141,-106],[32,-40],[-13,-76],[-84,2],[0,5],[-13,25],[-17,27],[-95,74],[-3,-1],[-430,331],[-236,-225],[-9,-26],[-10,-29],[-35,-20],[-26,-5],[-23,-6],[-23,-18],[-14,-26],[0,-25],[-9,-11],[-7,-13],[0,-7],[-78,-84],[-7,-10],[-7,-21],[2,-36],[2,0],[1,-28],[-9,-29],[-12,-12],[-10,-9],[-30,-16],[-32,-10],[-14,-14],[-10,-23],[0,-40],[-2,-26],[-7,-16],[-46,-27],[-145,175],[-175,-202],[-70,-81],[-6,-32],[-14,-84],[-7,-23],[14,-19],[97,-107],[20,-26],[18,-42],[132,-360],[33,-76],[17,-43],[5,-7],[-20,-104],[-21,-88],[-42,-109],[-38,-72],[-37,-51],[-7,-17],[2,-23],[14,-17],[14,-12],[7,-12],[6,-26],[-4,-13],[-8,-31],[-47,-55],[-20,-13],[-7,-2],[-10,-5],[-29,0],[-16,5],[-14,9],[-3,2],[-10,16],[-5,40],[-139,40],[-22,-40],[-10,-33],[-1,-34],[6,-38],[-2,-14],[-6,-8],[-11,-1],[-6,2],[0,1],[-2,9],[0,26],[6,23],[-5,21],[2,22],[10,34],[18,30],[11,16],[36,52],[20,31],[23,22],[19,5],[13,-3],[15,-11],[6,42],[24,100],[4,20],[11,63],[8,51],[-2,61],[-2,28],[-7,23],[-14,26],[-15,32],[-9,92],[-5,30],[-11,32],[-17,40],[-12,32],[-23,55],[-14,25],[-9,8],[-95,49],[-91,56],[-154,110],[-7,11],[0,8],[7,20],[14,29],[6,15],[1,13],[-3,11],[-14,20],[-16,26],[-39,70],[-19,49],[-5,27],[-6,66],[-2,8],[-9,8],[-18,11],[-21,2],[-22,0],[-22,-1],[-9,1],[7,12],[21,16],[26,20],[19,13],[15,16],[2,26],[-1,32],[-14,76],[-25,125],[9,50],[14,7],[-18,70],[-21,69],[-24,102],[-8,48],[0,1],[-13,96],[-15,147],[-7,53],[-5,56],[9,2],[16,-3],[17,-4],[29,5],[192,28],[53,1],[20,2],[80,2],[45,12],[169,52],[53,18],[50,16],[56,11],[44,6],[69,9],[41,3],[56,0],[27,5],[34,0],[64,0]],[[523232,43679],[23,-155],[20,0],[83,1],[83,-2],[70,-1],[18,-18],[91,-19],[34,-37],[-3,-20],[-2,-15],[7,-1],[6,-2],[23,-6],[167,-49],[449,-122],[172,-43],[112,-32],[32,-11],[8,18],[14,24],[13,20],[38,30],[25,28],[42,58],[13,10],[25,5],[32,4],[15,10],[23,17],[18,25],[8,29],[7,21],[8,91],[3,67],[0,40],[28,-1],[-7,-91],[-2,-32],[-5,-46],[-1,-13],[-7,-43],[-2,-13],[-1,-10],[-9,-45],[-4,-17],[-22,-23],[-29,-10],[-30,-3],[-21,-1],[-14,-5],[-10,-5],[-23,-30],[-25,-27],[-32,-30],[-16,-15],[-13,-14],[-12,-19],[-7,-30],[-1,-22],[0,-30],[5,-32],[15,-39],[1,-1],[14,-15],[15,-11],[9,-6],[6,1],[6,8],[-4,8],[-6,6],[-4,2],[-4,4],[-8,22],[-7,32],[1,30],[6,24],[8,14],[22,16],[29,12],[23,9],[35,-2],[39,-7],[56,-13],[43,-12],[19,-12],[42,-34],[21,-11],[7,-1],[7,4],[7,6],[5,9],[3,18],[13,24],[16,16],[16,6],[19,2],[13,-6],[10,-14],[6,-17],[6,-17],[6,-11],[6,-7],[6,-4],[16,-56],[15,-29],[21,-26],[17,-9],[21,0],[36,13],[26,12],[22,7],[24,3],[20,-3],[26,-8],[12,-5],[16,-6],[25,-16],[34,-27],[9,-9],[20,-20],[28,-32],[25,-31],[14,-27],[11,-16],[9,-11],[12,-9],[8,-8],[5,-9],[-1,-8],[-28,-35],[-21,-24],[-33,-8],[-25,-16],[-9,-8],[-4,-16],[2,-11],[7,-13],[20,-16],[24,-18],[15,-14],[16,-18],[16,-12],[15,-6],[26,5],[54,43],[26,14],[30,15],[24,9],[25,4],[19,-3],[17,-12],[10,-14],[6,-23],[5,-13],[-5,-10],[-20,-27],[-18,-25],[-60,-72],[-23,-17],[-10,-5],[-9,-11],[-6,-14],[-9,-11],[-37,-37],[-27,-31],[-1,-5],[5,-11],[22,-18],[31,-22],[27,-24],[40,-43],[68,-89],[86,-109],[13,-18],[112,-102],[55,-43],[20,-12],[15,-9],[58,-41],[137,-85],[75,-52],[46,-32],[19,-15],[8,-6],[70,-50],[9,-6],[18,-11],[39,-15],[14,-5],[13,-7],[19,-6],[51,-21],[18,-6],[11,1],[13,4],[15,8],[61,40],[29,22],[3,8],[-3,21],[-4,36],[0,37],[7,24],[6,15],[11,13],[17,13],[14,4],[26,8],[68,1],[40,-1],[53,-14],[46,-20],[25,-19],[25,-25],[18,-21],[66,-84],[29,-35],[38,-36],[35,-32],[40,-33],[28,-27],[22,-23],[25,-33],[10,-23],[12,-31],[4,-15],[4,-15],[18,-25],[13,-8],[18,-6],[23,-3],[12,1],[2,-1],[9,-2],[18,0],[6,2],[10,8],[17,18],[13,5],[16,0],[18,-5],[20,-10],[8,-5],[20,-12],[32,-26],[37,-28],[11,-9],[36,-36],[21,-25],[2,-4],[12,-14],[7,-16],[-23,-26],[-18,25],[-8,18],[-16,19],[-19,19],[-14,13],[-21,17],[-22,18],[-18,18],[-20,16],[-23,15],[-16,7],[-23,3],[-6,-2],[-6,-10],[-2,-13],[8,-16],[20,-23],[110,-100],[70,-65],[25,-19],[30,-15],[45,-14],[98,-24],[65,-18],[42,-16],[38,-19],[73,-39],[32,-17],[32,-10],[18,-1],[23,5],[28,13],[25,19],[31,22],[38,25],[22,5],[28,1],[21,-15],[21,-12],[7,-7],[14,-8],[28,-4],[16,-6],[13,-7],[9,-16],[8,-7],[13,0],[19,3],[42,25],[32,20],[27,18],[30,17],[13,5],[29,-1],[45,-10],[23,-9],[6,-2],[11,-3],[18,-3],[19,-1],[15,4],[19,1],[19,-1],[23,-12],[25,-9],[37,-12],[33,-42],[31,-35],[15,-11],[14,-1],[5,2],[11,6],[20,25],[29,33],[15,23],[8,21],[4,16],[4,7],[16,12],[12,0],[13,-2],[11,-7],[19,-16],[50,-50],[57,-58],[38,-33],[44,-31],[37,-20],[70,-21],[29,-4],[32,-3],[20,2],[5,9],[0,9],[-6,12],[-14,14],[-16,14],[-29,28],[-10,35],[1,22],[9,25],[15,18],[23,19],[48,38],[19,15],[24,17],[46,22],[27,3],[26,0],[23,-13],[11,-10],[22,-17],[54,34],[26,107],[428,103],[11,3],[21,5],[33,-191],[245,-86],[211,43],[226,39],[-26,184],[-10,150],[-1,40],[-3,29],[-5,93],[-4,85],[-7,94],[0,17],[15,-12],[61,-18],[117,-15],[154,-12],[148,2],[198,7],[221,7],[226,4],[121,-6],[157,-3],[358,4],[52,-10],[38,-19],[-2,-23],[-8,-208],[-12,-329],[-2,-94],[-21,-709],[18,-5],[37,-15],[38,-24],[37,-12],[27,0],[21,6],[12,12],[2,30],[0,42],[-2,74],[5,47],[22,30],[27,22],[21,4],[28,0],[20,-10],[21,-23],[16,-28],[23,-50],[25,-37],[24,-22],[27,-23],[44,-34],[13,-11],[23,-15],[30,-9],[18,-2],[29,8],[27,12],[45,27],[44,22],[19,9],[49,20],[32,16],[14,9],[9,12],[5,20],[-3,55],[-5,91],[0,42],[1,34],[9,28],[14,12],[24,18],[25,0],[15,-12],[23,-27],[12,-17],[9,-13],[95,-104],[23,-19],[39,-29],[36,-25],[35,-15],[22,-4],[13,0],[3,1],[8,1],[6,12],[4,20],[-2,34],[1,35],[4,13],[22,43],[29,47],[11,7],[2,2],[20,9],[69,19],[31,4],[20,-11],[18,-16],[9,-18],[6,-17],[-1,-18],[1,-23],[-21,-27],[-9,-29],[5,-24],[25,-20],[15,-11],[12,-6],[23,-1],[25,1],[39,14],[16,14],[13,19],[30,79],[21,35],[20,23],[24,17],[12,4],[13,2],[2,0],[20,-11],[16,-17],[12,-20],[12,-20],[27,-75],[43,-134],[9,-38],[2,-24],[-1,-29],[0,-28],[-3,-41],[5,-29],[9,-30],[17,-29],[18,-16],[14,-7],[19,-5],[22,-2],[24,4],[18,7],[31,33],[83,92],[52,62],[38,50],[15,11],[10,6],[18,2],[16,-5],[28,-10],[31,-16],[25,-16],[19,-16],[15,-19],[22,-46],[18,-46],[18,-20],[44,-24],[34,-17],[38,-21],[26,-15],[20,-14],[17,-15],[22,-22],[14,-19],[14,-12],[15,-10],[11,-2],[8,2],[6,7],[10,13],[12,35],[41,103],[28,54],[21,37],[17,17],[22,20],[17,7],[20,5],[47,-1],[44,-7],[22,-4],[122,-32],[43,-1],[57,1],[37,-1],[24,-11],[17,-13],[15,-23],[16,-25],[45,-89],[9,-17],[21,-24],[14,-11],[24,-3],[93,2],[104,4],[52,-2],[37,-13],[30,-18],[38,-47],[46,-60],[43,-38],[36,-25],[26,-32],[43,-13],[55,-14],[98,-46],[30,-19],[69,-39],[93,-52],[90,-52],[58,-31],[38,4],[29,-22],[54,-32],[18,-11],[193,-107],[41,-18],[32,-17],[54,-34],[88,-61],[76,-39],[49,-16],[31,-7],[27,-15],[10,-27],[19,-55],[36,-102],[12,-35],[29,-28],[21,-11],[22,-11],[55,-17],[41,-5],[44,3],[34,10],[27,11],[42,21],[33,11],[13,0],[18,-4],[23,-12],[29,-28],[15,-71],[20,-87],[17,-78],[9,-35],[23,-78],[13,-36],[18,-36],[17,-22],[13,-10],[19,-7],[32,-1],[29,5],[59,2],[21,0],[11,-6],[11,-11],[10,-16],[10,-18],[11,-33],[4,-39],[6,-31],[7,-17],[15,-20],[35,-28],[72,-48],[37,-23],[15,-4],[9,0],[10,2],[7,7],[9,11],[26,42],[42,72],[12,20],[43,74],[25,44],[20,30],[17,12],[25,15],[28,3],[69,-13],[17,-2],[65,-22],[36,-16],[18,-18],[12,-19],[8,-26],[-2,-38],[-8,-26],[-24,-54],[-24,-53],[-2,-15],[6,-9],[6,-4],[60,1],[35,9],[45,18],[42,16],[97,36],[30,6],[21,4],[30,-6],[36,-9],[0,0],[18,-2],[32,-9],[26,-6],[8,12],[-69,64],[-112,105],[-21,20],[44,84],[24,45],[21,-19],[0,0],[8,53],[13,96],[17,132],[32,219],[64,-7],[172,-20],[72,-11],[47,-15],[32,-15],[31,-21],[19,-24],[32,-43],[27,-48],[29,-63],[11,-44],[5,-17],[-42,-144],[313,-127],[209,-91],[50,72],[11,12],[105,-48],[75,-31],[112,-29],[138,-6],[143,-6],[8,60],[307,-26],[6,49],[13,90],[4,16],[31,234],[15,101],[-78,53],[-16,13],[0,13],[24,67],[54,149],[33,99],[-15,32],[-44,107],[-21,56],[-7,44],[-2,33],[1,39],[10,67],[14,77],[14,8],[111,41],[92,34],[29,10],[45,-119],[53,-132],[53,-121],[9,-26],[37,-83],[18,-42],[14,-26],[23,-25],[18,-15],[23,-13],[-20,-19],[-115,-119],[-33,-30],[-15,-56],[-17,-56],[-8,-36],[-15,-33],[-24,-44],[-14,-31],[-5,-13],[137,-47],[-13,-98],[-14,-91],[-44,-46],[-49,-47],[-16,-17],[-16,-10],[12,-13],[12,13],[4,4],[64,-30],[140,-53],[28,-11],[36,-8],[15,-4],[126,-24],[98,-14],[100,-10],[40,-2],[33,0],[47,6],[26,4],[14,2],[81,9],[46,2],[32,0],[33,-4],[24,-8],[24,-15],[14,-13],[32,-27],[49,-45],[39,-31],[49,-30],[62,-30],[59,-18],[49,-11],[63,2],[12,-1],[-4,-17],[-20,-55],[-15,-32],[-12,-23],[-28,-28],[-26,-12],[-31,-12],[-4,-2],[-29,-11],[-27,-7],[-29,-5],[-46,-1],[-51,7],[-108,41],[-49,22],[-54,25],[-88,38],[-43,11],[-37,5],[-43,-1],[-28,-4],[-64,-14],[-42,-13],[-47,-20],[-83,-29],[-3,-7],[-11,-2],[-83,-131],[216,-26],[-40,-223],[-11,-59],[-5,-28],[-10,3],[-7,2],[-37,7],[-45,15],[-125,31],[-136,35],[-56,15],[-8,-33],[-23,7],[-7,-20],[-15,-11],[-11,-3],[3,-9],[10,-7],[18,-8],[27,-9],[0,0],[25,-9],[135,-43],[112,-34],[89,-29],[63,-20],[72,-30],[46,-22],[48,-8],[49,-8],[47,-16],[111,-54],[-24,-84],[-10,-35],[66,-29],[-19,-105],[-11,-91],[0,-5],[-1,-86],[6,-13],[10,-6],[0,0],[24,12],[65,29],[50,16],[36,16],[12,6],[10,10],[11,15],[32,47],[28,31],[34,19],[54,13],[59,9],[72,0],[126,-9],[68,-11],[46,-14],[54,-29],[27,-24],[21,-28],[41,-93],[15,-17],[28,-12],[106,-34],[12,-8],[9,-18],[37,-187],[-4,-24],[-3,-6],[-44,-101],[-18,-20],[-49,-32],[-20,-4],[-24,3],[-25,13],[-17,18],[-38,77],[-28,42],[-18,12],[-21,3],[-14,-9],[-14,-22],[-14,-29],[-23,-79],[-17,-67],[-4,-51],[3,-27],[13,-32],[24,-26],[34,-13],[22,7],[15,17],[15,6],[19,3],[31,27],[11,10],[20,16],[12,2],[17,0],[10,-2],[20,-10],[13,-1],[9,4],[6,9],[7,13],[23,24],[17,10],[14,15],[17,17],[17,11],[20,4],[26,1],[83,0],[40,9],[42,24],[98,68],[54,32],[37,11],[26,1],[32,-4],[29,-17],[36,-31],[22,-32],[35,-59],[18,-24],[25,-23],[34,-41],[9,-11],[39,-63],[7,-12],[10,-17],[12,-14],[4,-7],[5,-11],[4,-26],[0,-49],[3,-24],[11,-23],[39,-31],[27,-21],[21,-16],[23,-18],[20,-8],[19,1],[88,33],[21,7],[21,2],[28,-1],[8,-1],[179,-48],[6,-4],[16,-11],[17,-18],[9,-20],[1,-24],[-4,-18],[-10,-14],[-18,-12],[-19,-22],[-18,-24],[-17,-27],[-51,-90],[-11,-26],[-4,-20],[1,-38],[6,-37],[1,-56],[7,-22],[15,-19],[34,-16],[30,-4],[86,5],[25,-8],[32,-22],[25,-26],[10,-19],[9,-16],[3,-14],[9,-44],[13,-55],[22,-50],[29,-44],[37,-35],[45,-23],[88,-34],[63,-24],[20,-11],[32,-25],[36,-29],[9,-11],[11,-20],[11,-3],[14,0],[35,-11],[19,-9],[26,-21],[23,-26],[11,-19],[0,-20],[2,-11],[4,-9],[9,-19],[29,-32],[9,-13],[0,-11],[-20,-24],[-19,-14],[-18,-5],[-16,0],[-16,6],[-49,21],[-16,0],[-9,-8],[2,-17],[8,-22],[16,-43],[-6,-43],[-4,-48],[-20,-60],[-21,-52],[2,-17],[23,-22],[37,-18],[22,1],[31,15],[58,70],[9,35],[6,68],[6,12],[24,15],[28,1],[28,-8],[22,-15],[8,-23],[5,-159],[5,-138],[0,-74],[-7,-24],[-18,-19],[-89,-65],[-10,-20],[-5,-33],[-4,-101],[-3,-75],[1,-71],[18,-98],[-2,-9],[-3,-11],[-23,-20],[-30,-6],[-33,-8],[-16,-4],[-31,-11],[-29,-23],[-13,-26],[-14,-45],[-27,-160],[-7,-74],[3,-46],[9,-53],[9,-55],[57,-250],[18,-48],[25,-49],[6,-14],[27,-54],[35,-115],[25,-79],[24,-71],[7,-31],[12,-19],[12,-30],[2,-32],[7,-12],[3,-14],[4,-14],[9,-41],[7,-51],[2,-11],[17,-37],[28,-43],[4,-3],[6,1],[3,3],[1,5],[-11,18],[-7,26],[-1,23],[-9,16],[-2,23],[6,23],[13,27],[56,32],[27,19],[31,31],[18,25],[17,43],[11,36],[7,16],[3,5],[2,2],[16,18],[48,24],[57,27],[25,-4],[9,-7],[8,-7],[9,-18],[2,-24],[-2,-26],[-12,-35],[-6,-9],[-19,-29],[-13,-51],[-7,-51],[-2,-41],[1,-20],[-4,-12],[-2,-27],[5,-34],[9,-35],[19,-22],[10,-31],[-9,-35],[-25,-45],[-36,-38],[-11,-19],[4,-13],[9,-7],[25,-9],[34,-19],[43,-28],[54,-47],[48,-60],[33,-51],[2,-52],[14,-46],[13,-26],[23,-21],[40,-27],[12,-16],[9,-25],[8,-73],[3,-21],[29,-132],[17,-67],[18,-46],[28,-87],[17,-23],[26,-19],[20,-1],[19,9],[82,61],[38,6],[38,-10],[38,-26],[22,-24],[2,-24],[-3,-13],[-5,-16],[-47,-57],[-55,-48],[-80,-69],[-19,-21],[6,-10],[12,0],[8,1],[23,6],[120,81],[21,3],[18,-8],[12,-12],[2,-37],[0,-15],[-2,-62],[1,-27],[-7,-22],[-12,-17],[-1,-11],[7,-10],[6,-2],[21,9],[22,16],[42,26],[51,10],[24,-11],[22,-19],[4,-28],[-5,-27],[-17,-24],[-17,-14],[-95,-81],[-16,-6],[-31,-8],[-17,-6],[-5,-18],[0,-13],[98,-196],[9,-11],[17,2],[8,0],[13,19],[12,19],[28,28],[40,9],[19,-6],[14,-10],[13,-23],[2,-30],[-2,-26],[-15,-14],[-3,-29],[5,-20],[14,-20],[21,-11],[44,-5],[46,10],[28,12],[42,35],[20,41],[12,65],[10,19],[18,34],[11,11],[110,100],[28,23],[3,0],[65,16],[11,12],[21,26],[7,13],[12,0],[13,-12],[9,-34],[18,-23],[27,-9],[28,-4],[40,-4],[30,3],[39,14],[61,43],[19,5],[18,-3],[5,-5],[5,-27],[29,-29],[9,-18],[8,-142],[4,-31],[26,-56],[18,-45],[2,-5],[3,-34],[-16,-37],[-23,-41],[-3,-31],[26,-53],[33,-72],[21,-20],[21,-7],[11,12],[7,7],[37,48],[37,25],[20,7],[26,10],[41,-3],[49,-31],[63,-41],[34,-7],[63,-2],[39,-13],[31,-36],[38,-41],[30,-21],[29,-20],[40,-34],[16,-29],[3,-36],[-13,-39],[-43,-46],[-42,-27],[-28,-18],[-22,-15],[-76,-27],[-11,-9],[-5,-18],[8,-34],[19,-29],[30,-19],[35,-6],[64,2],[48,-4],[17,-2],[70,-30],[74,-50],[59,-57],[60,-110],[108,-210],[13,-109],[33,-87],[-10,-18],[25,-64],[9,-26],[16,-46],[12,-42],[5,-68],[-16,-126],[1,-10],[2,-101],[28,-129],[11,-112],[3,-180],[30,-183],[-4,-11],[-12,-34],[-26,-74],[-41,-117],[-79,-306],[-11,-50],[-4,-37],[4,-21],[11,-1],[16,17],[20,30],[15,12],[36,9],[65,-19],[39,-32],[61,-49],[19,-19],[22,-21],[15,-62],[17,-20],[35,0],[63,8],[20,-11],[16,-16],[2,-61],[-17,-111],[-9,-26],[-21,-34],[-30,-22],[-25,-5],[-31,9],[-79,49],[-43,7],[-228,-35],[-31,-7],[-22,-12],[-6,-16],[-2,-7],[10,-25],[27,-21],[23,-6],[45,-7],[32,-5],[32,-16],[13,-13],[12,-27],[-1,-41],[-11,-55],[-1,-41],[18,-28],[21,-17],[8,-29],[-7,-25],[-14,-19],[-34,-21],[-36,-11],[-22,-19],[-4,-23],[1,-41],[2,-7],[5,-17],[57,-26],[17,-20],[6,-22],[-24,-49],[-33,-32],[-8,-44],[6,-54],[17,-34],[24,-18],[14,-3],[18,13],[4,36],[-12,27],[-3,25],[18,20],[114,14],[23,-1],[30,-30],[16,-42],[0,-74],[-11,-49],[-32,-57],[-20,-40],[-2,-41],[-25,-38],[-25,-3],[-22,20],[-14,26],[-10,48],[-19,18],[-17,11],[-26,6],[-20,-4],[-9,-47],[5,-46],[23,-46],[25,-28],[44,-25],[77,-38],[25,6],[34,43],[37,43],[31,9],[33,-11],[34,-36],[34,-48],[17,-10],[20,-13],[92,-61],[26,-31],[4,-25],[-11,-41],[-29,-60],[-42,-63],[-38,-44],[-15,-21],[0,-14],[15,-19],[52,-52],[29,-32],[14,-30],[11,-35],[3,-9],[8,-67],[28,-111],[32,-121],[4,-33],[2,-19],[0,-3],[-8,-75],[6,-30],[39,-51],[121,-142],[62,-46],[43,-29],[58,-17],[29,8],[146,96],[45,18],[29,11],[25,-4],[37,-20],[16,-29],[0,-5],[1,-41],[-3,-12],[-9,-39],[-88,-175],[-21,-50],[2,-27],[19,-15],[18,-11],[10,15],[36,125],[24,60],[5,5],[14,7],[17,2],[56,-19],[67,-45],[4,-9],[-3,-12],[-9,-19],[-14,-10],[-21,-5],[-8,-9],[-6,-40],[-9,-103],[-13,-33],[-30,-27],[-14,-16],[-2,-31],[5,-39],[17,-26],[40,-4],[18,-3],[53,21],[21,9],[127,45],[20,21],[12,27],[-3,50],[-7,53],[9,47],[4,7],[13,23],[35,30],[25,15],[41,6],[38,2],[43,-17],[82,-55],[41,-32],[34,-25],[118,-211],[74,-130],[45,-38],[24,-30],[23,-50],[-5,-55],[1,-36],[16,-15],[82,-36],[33,-12],[46,-29],[30,-30],[50,-64],[31,-52],[274,-435],[57,-88],[230,-373],[25,-35],[44,-64],[7,-8],[39,-39],[31,-31],[32,-31],[6,-6],[2,-3],[20,-36],[-1,-35],[0,-10],[-17,-54],[-31,-55],[-8,-13],[-13,-22],[-6,-10],[-27,-49],[-27,-59],[-14,-51],[-3,-53],[9,-38],[31,-38],[57,-27],[42,-12],[18,-9],[12,-6],[32,-46],[28,-43],[12,-26],[6,-31],[6,-29],[18,-72],[110,-142],[23,-33],[14,-21],[16,-4],[30,-3],[15,-7],[22,-49],[14,-20],[19,-12],[24,3],[12,17],[18,28],[17,9],[25,-3],[22,-23],[32,-68],[20,-56],[25,-140],[5,-21],[34,21],[22,31],[2,5],[53,-162],[248,-18],[148,-22],[154,-43],[192,-38],[151,8],[21,1],[-7,-16],[75,1],[22,4],[0,0],[12,1],[3,2],[8,1],[6,1],[18,2],[53,3],[49,32],[6,6],[27,26],[15,23],[16,23],[2,2],[5,3],[6,2],[28,14],[31,34],[7,6],[1,2],[1,0],[17,-17],[-3,2],[-27,-27],[-10,-9],[0,0],[-13,-10],[-34,-15],[-2,-1],[-4,-8],[2,-3],[-8,-15],[-5,-8],[-8,-8],[-22,-21],[-22,-17],[0,0],[-2,-1],[-49,-36],[-196,-18],[0,-3],[0,0],[-11,0],[-1,0],[0,2],[-148,-8],[-143,30],[-2,0],[-22,5],[-77,18],[-38,5],[-56,19],[-93,20],[-85,7],[-68,2],[-104,9],[-26,-4],[-37,4],[-14,5],[-17,-3],[-23,32],[-19,25],[11,-17],[17,-34],[13,-28],[26,-51],[52,-130],[206,-476],[7,-18],[119,-276],[31,-75],[115,-235],[95,-244],[17,-43],[28,-39],[3,-35],[-2,-26],[6,-7],[21,-3],[46,15],[47,25],[24,1],[18,-10],[17,-43],[6,-34],[14,-31],[1,-27],[-1,-19],[0,-35],[0,-57],[-12,-38],[-32,-31],[-25,-15],[-17,-1],[-32,4],[-18,-1],[-15,-12],[-4,-23],[8,-22],[80,-40],[62,-59],[25,-13],[23,-6],[20,13],[1,37],[-6,20],[-3,11],[-1,53],[10,60],[8,15],[7,15],[14,21],[22,6],[29,1],[16,-7],[25,-73],[2,-6],[24,-35],[27,-24],[30,-14],[25,-6],[47,-10],[47,-13],[25,-18],[6,-28],[11,-64],[0,-3],[2,-42],[-10,-47],[-3,-64],[2,-43],[0,-34],[-55,-103],[-15,-27],[-8,-35],[6,-40],[19,-28],[21,-24],[17,-21],[34,-19],[26,1],[57,5],[35,2],[29,-15],[10,-12],[10,-25],[-5,-22],[-7,-3],[-21,-11],[-4,0],[-20,1],[-13,0],[-14,-91],[1,-56],[1,-17],[1,-16],[0,-16],[0,-42],[8,-32],[14,-21],[28,-46],[46,-116],[25,-71],[26,-64],[8,-37],[9,-26],[7,-27],[5,-42],[7,-72],[-1,-35],[-5,-43],[-14,-74],[1,-22],[7,-31],[20,-89],[13,-29],[5,-40],[2,-34],[5,-37],[-2,-39],[-1,-21],[1,-42],[4,-24],[5,-30],[14,-29],[16,-41],[24,-40],[18,-43],[6,-37],[-6,-40],[-17,-32],[-28,-33],[-29,-56],[-13,-21],[-20,-51],[-17,-63],[-4,-29],[3,-31],[-3,-33],[-13,-49],[-4,-25],[-12,-171],[0,-29],[6,-30],[11,-35],[11,-43],[-1,-6],[0,-3],[0,-2],[-3,-6],[-19,-14],[1,-13],[6,-17],[15,-27],[13,-13],[31,-13],[38,-23],[17,-14],[18,-29],[12,-27],[12,-36],[10,-32],[8,-20],[10,-26],[15,-29],[12,-17],[12,-13],[12,0],[10,1],[16,14],[34,42],[17,7],[18,3],[26,-3],[24,-7],[22,-17],[23,-25],[10,-19],[4,-12],[0,-11],[0,-13],[-4,-23],[-16,-58],[-2,-36],[3,-23],[21,-51],[8,-33],[4,-23],[-6,-35],[-6,-12],[-21,-14],[-31,-26],[-9,-8],[-25,-45],[-48,-41],[-1,-5],[12,-19],[13,-9],[5,1],[33,12],[12,0],[17,-2],[12,-11],[14,-22],[5,-16],[10,-14],[8,-13],[0,-18],[11,-47],[7,-27],[-3,-28],[-10,-53],[-2,-25],[-1,-26],[-1,-44],[2,-25],[5,-7],[12,-15],[17,-23],[9,-21],[7,-19],[2,-24],[3,-45],[-2,-41],[-5,-23],[-9,-24],[-16,-21],[-42,-28],[-22,-16],[-24,-28],[-18,-31],[-29,-52],[-13,-30],[0,-26],[0,-22],[3,-34],[-7,-38],[3,-25],[3,-5],[12,-25],[39,-15],[26,-12],[5,-11],[10,-21],[3,-6],[1,-36],[-17,-24],[-7,-9],[-17,-20],[-10,-11],[-9,3],[-3,1],[-56,-19],[-54,-54],[-39,-33],[-33,-29],[-15,-17],[-100,-159],[-42,-101],[-14,-99],[6,-173],[-41,-135],[6,-8],[79,-91],[56,-137],[1,-35],[-2,-37],[-10,-33],[-9,-26],[-10,-21],[0,-9],[-6,-1],[-31,-34],[-35,-54],[-73,-41],[-19,1],[-38,3],[-18,-3],[-14,-2],[-9,-2],[-10,-4],[-12,-12],[-6,-11],[-3,-9],[-4,-22],[0,-10],[0,-8],[3,-12],[5,-13],[10,-10],[11,-8],[19,-16],[12,-12],[13,-16],[13,-17],[15,-20],[12,-20],[10,-18],[7,-13],[8,-17],[6,-15],[8,-25],[7,-25],[3,-38],[-1,-35],[-2,-35],[-4,-19],[-4,-17],[7,-20],[24,-19],[23,-45],[7,-28],[3,-14],[-1,-18],[-6,-29],[-5,-29],[-2,-18],[-1,-20],[2,-23],[9,-112],[7,-26],[18,-15],[27,-17],[53,4],[10,0],[38,-3],[11,-1],[11,-3],[17,-6],[31,-18],[27,-2],[32,13],[13,46],[9,21],[18,12],[30,-3],[19,-9],[16,-8],[13,-19],[6,-15],[1,-2],[-6,1],[6,-15],[2,-24],[0,-42],[0,-1],[-4,-24],[-1,-39],[4,-26],[14,-42],[23,-42],[4,-12],[-8,-34],[-1,-17],[6,-15],[11,0],[38,16],[44,40],[14,5],[16,-2],[18,-12],[87,-111],[7,-20],[3,-25],[-1,-25],[-9,-23],[-22,-43],[-8,-20],[-8,-33],[0,-14],[-15,-16],[-29,-15],[-22,-3],[-28,1],[-30,8],[-50,-90],[-15,-5],[-82,-25],[-11,-10],[-13,-17],[-5,-19],[2,-17],[7,-9],[22,-11],[37,-12],[17,-12],[13,-14],[42,-31],[19,-19],[10,-15],[4,-7],[18,-21],[11,-20],[12,-27],[19,-23],[19,-17],[17,-22],[10,-22],[6,-32],[0,-37],[-3,-31],[4,-14],[16,-19],[20,-10],[18,-7],[17,-2],[25,-21],[6,-23],[5,-42],[-4,-9],[-15,-15],[-25,-15],[-33,-15],[-3,-6],[-2,-23],[4,-56],[9,-63],[-2,-18],[-11,-12],[-14,-18],[-6,-12],[3,-9],[11,-9],[17,-4],[21,1],[36,9],[28,9],[25,0],[14,-1],[16,-12],[15,-12],[8,-14],[4,-16],[0,-14],[-8,-18],[-14,-18],[-7,-16],[-1,-14],[1,-14],[10,-31],[0,-37],[-4,-24],[-8,-12],[-18,-17],[-21,-22],[-8,-15],[-10,-33],[-8,-9],[-16,-7],[-12,-2],[-23,3],[-11,7],[-9,12],[-11,9],[-11,0],[-9,-8],[-7,-17],[-1,-31],[8,-30],[8,-36],[1,-21],[-8,-10],[-18,-13],[-8,-14],[2,-11],[8,-15],[17,-29],[2,-16],[-2,-28],[-10,-21],[-16,-23],[-22,-17],[-19,-8],[-20,-1],[-15,5],[-22,15],[-16,6],[-11,0],[-58,-11],[-44,-11],[-14,-5],[-3,-9],[0,-56],[4,-24],[6,-17],[11,-19],[11,-48],[4,-30],[7,-35],[7,-18],[17,-39],[13,-16],[39,-39],[49,-42],[15,-62],[-6,-31],[-6,-40],[1,-17],[21,-12],[8,1],[27,30],[10,14],[9,4],[18,0],[31,-12],[7,0],[22,16],[19,23],[6,15],[1,6],[-17,47],[-7,23],[-18,13],[-18,34],[-1,35],[25,33],[33,9],[35,-2],[14,-24],[0,-45],[6,-27],[44,-28],[35,-11],[42,2],[38,-9],[16,-20],[-10,-36],[-8,-41],[-15,-67],[-23,-74],[-52,-105],[-30,-43],[-7,-21],[-23,-25],[-44,-35],[-16,-14],[-7,-12],[-6,-31],[-16,-81],[-8,-47],[-7,-12],[-11,-8],[-15,-5],[-56,12],[-51,-1],[-25,-6],[-5,-3],[-18,-12],[-37,-26],[-53,-56],[-41,-46],[-25,-23],[-12,-11],[-14,-12],[-33,-28],[-16,-8],[-13,-4],[-13,-1],[-18,0],[-14,7],[-16,14],[-14,26],[-7,10],[-8,4],[-8,0],[-10,-3],[-12,-8],[-10,-14],[-33,-73],[-7,-19],[-21,-49],[2,-31],[11,-39],[7,-14],[-15,-55],[-10,-19],[-31,-89],[-12,-18],[-11,-7],[-10,-5],[-10,3],[-21,14],[-9,5],[-5,-2],[-18,-24],[-13,-25],[-2,-14],[4,-8],[17,-14],[12,-12],[9,-14],[0,-15],[-8,-25],[-14,-17],[-14,-15],[-9,-9],[-1,-14],[1,-21],[5,-10],[16,-13],[26,-14],[71,-24],[32,-7],[16,-8],[8,-8],[8,-15],[0,-1],[164,53],[9,-9],[72,-61],[22,-17],[12,-12],[37,-42],[2,-1],[26,-32],[97,-41],[319,-129],[103,-32],[88,-15],[211,-17],[55,-177],[-129,-112],[33,-222],[-7,-15],[-40,-74],[15,-6],[58,-37],[37,-20],[7,9],[20,24],[7,5],[29,-160],[1,-6],[2,-11],[-18,-34],[18,-6],[18,-6],[4,12],[12,18],[16,17],[24,19],[30,18],[17,5],[129,5],[103,6],[31,3],[79,13],[21,5],[18,8],[56,28],[78,43],[10,7],[23,16],[42,35],[103,98],[4,4],[96,94],[15,-15],[-24,-23],[27,-47],[85,-146],[134,60],[-10,32],[-74,244],[0,0],[15,15],[4,9],[11,17],[16,11],[22,12],[92,43],[10,3],[23,-17],[26,-15],[21,-9],[26,-5],[12,-1],[33,-2],[55,0],[134,3],[28,-2],[18,-5],[38,-19],[26,-15],[35,-26],[110,-87],[27,-23],[103,-86],[44,-39],[20,-19],[13,-19],[143,-191],[21,19],[12,24],[18,16],[-32,33],[22,23],[21,14],[12,20],[-38,35],[-15,19],[-28,51],[-9,24],[-5,27],[-8,31],[-7,21],[-9,20],[-11,19],[-10,16],[-25,25],[-55,49],[-45,45],[-28,34],[-8,14],[-2,28],[-6,24],[-13,17],[-13,15],[-18,6],[-31,17],[-22,16],[-24,24],[-18,29],[-19,29],[-25,44],[-13,17],[-24,48],[-11,23],[-23,54],[-18,58],[-23,68],[-28,66],[-18,39],[-34,47],[-23,29],[-34,38],[-22,27],[-33,44],[-21,33],[-16,30],[-18,44],[-32,99],[-12,33],[-16,31],[-14,34],[-8,24],[-4,26],[-1,17],[1,0],[-1,21],[-59,33],[-59,32],[1,0],[-18,17],[-94,4],[-75,-6],[-9,14],[-8,28],[-10,44],[-4,41],[-4,51],[2,31],[6,28],[8,16],[4,3],[17,-9],[119,-52],[75,-32],[5,-2],[15,-8],[14,-3],[13,2],[8,3],[9,9],[7,12],[7,20],[2,6],[4,2],[11,-2],[105,-26],[1,12],[5,20],[6,10],[15,18],[27,13],[5,0],[12,-5],[81,-47],[8,-3],[43,40],[33,33],[-194,164],[-19,20],[21,33],[17,35],[8,23],[4,22],[0,15],[-1,17],[-16,88],[-8,42],[-8,5],[-106,32],[-30,11],[-15,6],[-3,42],[1,21],[4,23],[14,43],[12,26],[5,8],[25,1],[95,-23],[14,-1],[16,3],[9,6],[3,5],[28,204],[7,58],[1,4],[-2,5],[-21,4],[-18,-1],[-15,-7],[-13,-8],[-10,0],[-17,7],[-14,4],[-22,-3],[-7,-2],[-3,13],[-37,-6],[-10,0],[-21,4],[-126,35],[-29,10],[-114,52],[-89,39],[-91,35],[-92,27],[-22,9],[-15,1],[-33,9],[-26,2],[-15,6],[-13,18],[-15,5],[-3,1],[-5,7],[1,10],[96,254],[39,-3],[66,-16],[20,-9],[7,15],[55,116],[16,32],[14,28],[17,-4],[237,-101],[4,3],[22,60],[157,115],[11,6],[20,-25],[213,-233],[4,-5],[5,1],[5,9],[6,45],[0,39],[14,64],[7,22],[7,-5],[7,1],[17,-18],[0,-4],[4,-10],[8,-10],[25,-61],[7,-36],[4,-44],[10,-83],[23,-161],[11,-89],[15,-73],[12,-42],[18,-53],[9,-64],[-5,-34],[9,-19],[21,-8],[67,-26],[29,-14],[7,-10],[44,-181],[17,-72],[14,7],[21,9],[8,8],[16,15],[29,39],[20,25],[17,11],[21,11],[34,15],[16,13],[32,22],[7,8],[0,42],[-9,33],[-6,48],[-8,42],[-8,21],[-2,22],[35,12],[4,7],[-8,46],[-7,22],[-11,116],[-5,62],[0,65],[5,12],[6,59],[9,50],[4,38],[5,15],[8,4],[24,-10],[18,43],[24,48],[26,80],[13,62],[2,29],[-1,27],[-3,16],[-9,30],[-16,35],[-17,29],[-15,15],[-18,13],[-28,13],[-35,22],[-28,20],[-23,24],[-33,46],[-40,69],[-25,55],[-5,3],[-15,-10],[-7,-12],[-5,-18],[-4,-23],[0,-48],[-7,-17],[-11,-13],[-15,-4],[-15,3],[-15,7],[-15,16],[-14,14],[-28,-22],[-11,-6],[-27,23],[-53,44],[-8,21],[10,20],[6,13],[-33,24],[0,9],[75,103],[21,27],[62,84],[0,5],[-8,11],[-61,51],[-46,37],[-40,44],[-63,70],[-36,40],[-35,47],[-46,77],[9,2],[50,1],[70,11],[122,23],[71,15],[18,0],[16,-3],[0,0],[62,-7],[90,-9],[37,1],[13,4],[17,12],[23,28],[31,46],[10,19],[32,96],[29,95],[3,33],[-3,11],[-2,19],[-20,62],[-10,53],[-6,53],[10,18],[136,170],[32,-5],[20,-4],[27,-3],[22,-2],[76,-13],[18,-4],[22,-15],[19,-16],[62,-59],[22,-4],[17,-7],[20,-8],[18,24],[18,22],[128,159],[12,13],[19,17],[239,251],[47,-65],[64,-96],[17,-31],[97,-157],[65,-102],[-6,-5],[0,-11],[23,-26],[4,-9],[19,-24],[6,-5],[33,-38],[26,-32],[38,-61],[37,-56],[21,-43],[23,-43],[19,-47],[6,-9],[12,-30],[16,-58],[19,2],[21,2],[39,3],[39,2],[51,240],[4,15],[-5,16],[-2,20],[0,21],[2,15],[-14,9],[-23,18],[-19,23],[-13,24],[-15,44],[-12,37],[-21,9],[-22,16],[-34,55],[-27,53],[-8,24],[-6,43],[-12,209],[55,26],[-4,20],[141,132],[19,10],[17,9],[18,117],[9,85],[0,8],[5,24],[-2,8],[2,60],[6,0],[55,-5],[21,-6],[24,-15],[24,-12],[16,-5],[19,-1],[23,3],[44,8],[20,-1],[40,-19],[42,-28],[43,-32],[27,-15],[22,-8],[7,-1],[23,-6],[15,-8],[91,-41],[22,51],[17,45],[5,11],[5,-1],[8,-4],[159,-117],[35,-25],[-4,-18],[-25,-100],[-45,-168],[14,-6],[19,-10],[38,-17],[39,-14],[38,-9],[32,-20],[20,-28],[18,-56],[45,-50],[22,-22],[27,-46],[30,-43],[29,-39],[31,-111],[0,-39],[7,-23],[6,-9],[14,-54],[27,-119],[3,-51],[0,-62],[-1,-27],[-11,-48],[-8,-56],[-2,-70],[-6,-44],[-5,-28],[2,-30],[0,0],[-4,-24],[-4,-43],[-6,-24],[-20,-30],[-78,-106],[-23,-35],[-17,-33],[-25,-60],[-15,-30],[-19,-27],[-26,-36],[-16,-24],[-11,-8],[-13,-3],[-27,6],[-12,6],[-9,13],[-17,-10],[-1,-11],[-43,-54],[-1,-1],[12,-14],[9,-12],[73,-71],[3,-5],[-28,-35],[-2,0],[-7,6],[-30,32],[-48,48],[-14,12],[-15,-19],[-83,-103],[-18,-21],[-15,-11],[-14,-14],[-15,-19],[-15,-24],[-53,-38],[-25,-21],[-1,2],[-6,-30],[92,-217],[0,-9],[19,-21],[44,-54],[58,-60],[14,-11],[9,-4],[6,1],[28,6],[25,2],[21,-1],[23,-5],[21,-8],[18,-9],[4,-5],[2,-43],[-5,-61],[-4,-81],[0,-65],[10,-66],[21,-104],[5,-25],[-2,-5],[-11,-17],[16,-13],[115,-52],[63,-28],[-47,-88],[-31,-69],[-9,-28],[-6,-26],[0,-50],[8,-52],[1,-55],[-5,-53],[-5,-28],[27,-78],[47,-147],[3,-32],[9,-47],[8,-24],[25,-30],[17,-53],[31,-91],[-81,-25],[2,-55],[17,-27],[17,-38],[57,-104],[7,5],[57,44],[161,127],[165,127],[34,25],[12,109],[-60,20],[-3,3],[1,22],[58,41],[-28,48],[-20,41],[-1,7],[49,43],[13,15],[-20,28],[-8,13],[7,17],[54,70],[31,43],[30,56],[6,7],[9,3],[34,-77],[-6,-31],[-22,-122],[9,-5],[35,-10],[27,-11],[-27,-119],[-13,-61],[13,-4],[180,-74],[-7,-35],[-20,-85],[-5,-27],[-12,-49],[-1,-12],[41,-22],[9,8],[18,11],[35,11],[19,4],[9,-3],[26,-21],[12,-17],[27,9],[14,8],[24,16],[28,26],[15,20],[38,64],[47,82],[19,7],[16,5],[11,6],[22,25],[25,38],[31,42],[10,8],[5,-1],[5,-3],[13,-35],[37,-63],[19,-26],[45,-55],[23,25],[65,62],[56,45],[15,10],[10,32],[6,40],[15,75],[7,70],[-98,103],[-141,146],[-2,4],[2,9],[18,13],[38,15],[18,1],[46,-49],[120,-122],[12,-7],[8,42],[12,28],[12,19],[19,33],[19,58],[23,62],[-9,3],[-80,82],[17,35],[72,148],[107,-31],[24,-7],[11,18],[45,67],[39,50],[10,4],[6,0],[185,-54],[16,-16],[17,31],[1,7],[41,63],[21,35],[15,33],[34,81],[14,35],[14,50],[30,78],[37,83],[30,66],[10,20],[49,71],[13,16],[31,45],[-9,18],[-13,2],[-18,13],[-19,15],[77,79],[123,131],[67,78],[25,30],[36,46],[35,43],[17,18],[32,50],[43,76],[74,164],[8,18],[34,50],[0,-18],[-8,-34],[-8,-34],[-19,-77],[-60,-214],[-3,-10],[-18,-78],[12,-21],[8,-3],[59,-47],[62,-51],[61,-53],[63,-66],[25,-25],[37,-46],[4,-17],[-4,-16],[-18,-39],[-36,-78],[-21,-31],[-25,-55],[-42,-85],[-27,-54],[-3,-12],[23,-15],[60,-35],[-9,-30],[11,-8],[64,-39],[64,-36],[-16,-29],[-105,-204],[-96,-186],[-2,-11],[94,-47],[47,95],[22,-16],[56,-45],[36,-28],[77,96],[57,71],[34,43],[25,23],[63,53],[60,68],[63,79],[19,23],[45,54],[180,-76],[6,-6],[-1,-10],[-26,-150],[0,-5],[3,-9],[60,-60],[46,-39],[6,0],[14,2],[67,5],[19,-6],[72,-43],[0,-2],[-21,-35],[-5,2],[-36,21],[-20,2],[-12,0],[-32,-4],[-25,-10],[-9,-7],[-9,-13],[0,-9],[42,-58],[65,-90],[17,-29],[11,-7],[9,-12],[15,-34],[35,-89],[27,22],[24,16],[30,7],[25,-2],[21,-3],[13,-13],[12,-10],[-27,-37],[-27,-32],[-16,-33],[-21,-97],[-5,-28],[-10,-24],[-31,-37],[-59,-66],[-95,-104],[-23,-18],[54,-77],[-1,-7],[-63,-42],[-64,-44],[-64,-45],[-37,-24],[-24,13],[-17,16],[-11,16],[-22,-33],[-27,-43],[-30,-34],[18,-65],[-77,-15],[-61,-9],[-35,-6],[-26,-11],[-124,-53],[-45,-22],[-3,-6],[39,-52],[23,-29],[17,-22],[110,-144],[60,-77],[22,-26],[44,-57],[26,-34],[28,-50],[78,-142],[15,-27],[38,-86],[40,-72],[52,-83],[13,-19],[12,2],[49,44],[51,48],[204,182],[47,41],[-55,60],[-100,115],[-90,102],[-58,74],[-23,29],[-13,15],[-12,14],[-14,20],[-22,35],[-20,36],[-16,30],[-97,173],[160,107],[273,36],[137,-144],[71,-78],[50,-56],[-7,-2],[-93,-9],[-32,-20],[-50,-38],[-105,-84],[323,-259],[10,-2],[18,-25],[-17,-17],[25,-20],[24,-35],[52,-64],[32,-43],[20,-29],[42,-53],[-5,-43],[-10,-45],[-41,-113],[-2,-11],[-10,-5],[-10,-14],[-11,-23],[-10,-24],[-61,-97],[-37,-42],[-52,-56],[-51,-57],[-37,-40],[15,-19],[12,-16],[57,-71],[100,94],[51,50],[31,28],[21,14],[57,32],[54,33],[88,-136],[2,-5],[-18,-13],[-53,-35],[-6,-5],[21,-74],[5,-2],[54,-12],[103,-20],[5,5],[58,83],[12,19],[-2,2],[-17,34],[-33,68],[-33,68],[-32,68],[-33,68],[-31,67],[0,18],[6,9],[46,54],[53,68],[161,202],[36,46],[177,226],[107,135],[49,64],[94,-52],[60,-33],[50,-29],[154,-87],[51,-30],[11,-6],[7,-56],[10,-21],[27,15],[8,2],[54,-2],[51,13],[20,12],[36,31],[17,18],[29,42],[47,80],[15,-8],[-2,-30],[-5,-16],[-11,-24],[-12,-33],[-2,-15],[4,-5],[17,-5],[39,0],[47,9],[53,14],[54,12],[19,6],[39,6],[14,1],[19,9],[19,13],[50,39],[49,35],[51,34],[51,36],[27,22],[26,22],[15,-8],[-26,-58],[-5,-17],[-16,-31],[-42,-70],[-32,-61],[-23,-60],[-20,-67],[-10,-25],[-29,-53],[-11,-14],[-44,-47],[-52,-49],[-106,-98],[-28,-25],[-19,25],[-49,74],[-52,73],[-41,68],[-12,2],[-48,-45],[-53,-47],[-42,-40],[-8,-18],[-4,-22],[1,-54],[14,-64],[19,-63],[26,-62],[36,-73],[40,-73],[39,-74],[11,-19],[60,-113],[3,-8],[4,-3],[5,0],[6,6],[4,10],[3,14],[2,13],[9,10],[7,5],[7,-2],[5,-6],[5,-11],[7,-18],[11,-54],[15,-9],[99,-56],[40,-19],[20,-5],[65,-22],[97,-61],[-84,-119],[-9,-16],[3,-5],[2,-11],[-3,-15],[-10,-1],[-27,6],[-18,2],[-33,0],[-19,-5],[7,-49],[16,-1],[22,-8],[14,-16],[5,-7],[7,-23],[1,-32],[-27,-44],[-37,-65],[-52,-84],[-1,-55],[-2,-74],[1,-23],[18,-49],[36,-86],[11,-3],[1,17],[7,77],[7,38],[6,16],[28,10],[26,10],[36,-27],[12,-23],[14,-13],[6,-3],[-4,-9],[0,-28],[2,-3],[73,-123],[36,-68],[22,-65],[11,-55],[0,-19],[-12,1],[-23,-11],[-15,-11],[-21,-36],[-8,-16],[-47,29],[-13,7],[-38,-68],[-41,-70],[15,-12],[4,-8],[2,-28],[-21,-226],[103,2],[-166,-112],[-9,-13],[-1,-19],[1,-30],[7,-68],[4,-26],[14,-24],[3,-14],[3,-17],[0,-30],[-4,-34],[-4,-17],[-13,-13],[-16,-13],[-15,-8],[-23,-2],[-9,0],[-6,-1],[-7,-2],[-7,-14],[5,-12],[13,-19],[20,-48],[2,-17],[0,-12],[-16,-13],[-20,-20],[-29,-1],[-15,29],[-89,36],[11,-91],[3,-53],[31,-6],[10,-5],[14,-1],[19,-5],[21,-6],[17,-8],[21,-13],[23,-6],[5,-9],[24,-32],[32,-30],[80,-52],[38,-15],[5,-7],[-19,2],[-6,-11],[-13,-16],[-11,-22],[-84,-207],[-5,-13],[-61,-123],[-41,-71],[-19,-34],[-3,-15],[-1,-5],[-2,-12],[9,-2],[52,-7],[89,-14],[57,-8],[-14,-31],[-18,-25],[-25,-27],[-36,-25],[-25,-14],[-16,-16],[-19,-38],[-16,-22],[-26,-32],[-11,-11],[-42,-33],[-16,6],[-54,13],[-53,11],[-11,-63],[145,-34],[3,-3],[3,-34],[3,-4],[22,-8],[16,-20],[7,-20],[24,-21],[3,1],[21,31],[84,-64],[0,-5],[-26,-31],[-7,-7],[-1,-7],[5,-9],[32,-29],[31,-21],[36,-15],[42,-13],[37,-32],[12,-12],[6,-3],[14,8],[32,12],[70,-14],[4,-3],[-5,-67],[0,-39],[3,-17],[4,-9],[6,-7],[18,-6],[32,-2],[10,-4],[9,-12],[4,-14],[1,-38],[-1,-88],[-1,-23],[4,-5],[158,-23],[62,-7],[39,44],[22,33],[8,4],[22,-5],[47,65],[35,29],[30,16],[43,-2],[20,-6],[71,40],[-121,178],[22,6],[175,75],[12,-233],[9,3],[11,5],[13,5],[21,19],[98,116],[35,44],[42,62],[41,78],[21,53],[6,23],[53,130],[24,61],[3,16],[-21,28],[-4,44],[-40,99],[27,-17],[52,-53],[36,-52],[22,-47],[9,-40],[15,-39],[28,-31],[14,-47],[20,-81],[18,-80],[16,-80],[42,-241],[23,-160],[4,-27],[0,-60],[-4,-82],[-8,-248],[-19,-147],[25,-25],[17,-12],[19,1],[19,7],[27,17],[33,34],[31,35],[0,77],[-3,80],[-2,78],[133,-111],[13,-11],[3,2],[51,32],[25,16],[12,30],[28,87],[28,90],[43,-17],[-84,-277],[38,-24],[13,3],[32,12],[54,29],[52,18],[65,15],[50,10],[57,21],[15,4],[43,6],[26,3],[9,200],[-241,16],[41,104],[52,104],[240,-30],[174,-10],[14,-8],[59,-33],[243,-158],[117,-81],[14,-11],[-41,-116],[64,-30],[55,-33],[55,-37],[-7,-4],[-16,-45],[-7,-31],[-13,-53],[-17,-45],[-3,-11],[2,-9],[18,-8],[18,-14],[12,-12],[16,-26],[16,-21],[19,-18],[22,-15],[40,-37],[13,-13],[52,-54],[47,-41],[15,-4],[58,3],[32,1],[30,0],[19,55],[3,9],[6,20],[15,55],[22,103],[3,20],[14,3],[3,2],[0,119],[4,82],[4,61],[10,42],[128,-4],[78,-6],[152,-12],[63,-4],[60,-9],[93,-21],[53,-10],[27,-4],[18,2],[8,39],[28,76],[36,86],[15,30],[11,22],[31,47],[42,44],[24,-1],[0,-12],[-2,-34],[2,-2],[8,0],[13,5],[5,5],[46,-135],[3,-9],[36,-3],[41,-7],[10,-3],[20,-6],[38,-16],[38,-25],[36,-34],[18,-23],[50,-23],[37,-14],[18,-2],[31,-1],[30,1],[17,2],[48,14],[92,27],[31,8],[-11,28],[-149,294],[-4,12],[20,16],[19,11],[44,29],[64,46],[39,29],[22,12],[27,10],[28,4],[26,4],[39,3],[67,3],[64,4],[71,6],[35,6],[26,7],[-8,16],[-36,71],[5,36],[9,44],[6,25],[-1,11],[-5,10],[-44,51],[-23,21],[6,169],[7,60],[11,71],[7,21],[35,101],[15,20],[-3,14],[-11,10],[-89,36],[-47,16],[-13,-5],[-11,-14],[-10,-40],[-13,-12],[-3,3],[-8,9],[-6,-66],[0,-17],[0,-7],[5,-17],[-40,-125],[-94,57],[-22,14],[-32,27],[-15,7],[-20,4],[-38,13],[48,129],[60,-29],[3,47],[97,-40],[20,70],[-8,31],[-17,87],[-3,16],[-16,-3],[-24,-4],[-18,-2],[-27,4],[-31,12],[-69,35],[-9,5],[8,48],[18,43],[9,15],[46,47],[24,30],[13,33],[12,41],[3,25],[-3,21],[194,15],[15,-11],[34,-22],[81,-56],[-10,-61],[-2,-31],[7,-28],[26,-37],[29,-26],[17,-17],[9,-13],[4,-9],[29,-14],[8,6],[23,9],[8,9],[7,12],[9,36],[4,35],[0,20],[-6,30],[-10,27],[-13,-2],[-11,37],[-9,42],[-2,23],[0,28],[3,27],[9,30],[7,27],[3,40],[4,54],[12,132],[13,-5],[5,0],[3,1],[6,2],[13,8],[16,17],[20,33],[13,24],[15,27],[56,117],[14,28],[18,37],[24,65],[44,102],[25,65],[14,43],[15,62],[12,61],[12,39],[13,37],[14,30],[18,32],[26,35],[38,48],[27,25],[21,15],[24,12],[35,14],[40,13],[45,7],[32,0],[25,-3],[34,-8],[20,-11],[26,-16],[27,-13],[35,-15],[21,-10],[13,-13],[13,-7],[-42,11],[-46,9],[-21,0],[-40,-4],[-15,-3],[29,-19],[16,1],[31,-3],[71,-12],[12,-1],[32,-8],[8,-29],[1,-5],[6,-17],[-10,-22],[-10,-23],[-22,-45],[-8,-9],[-4,-3],[-1,-20],[5,0],[14,1],[6,6],[-2,-16],[90,-1],[244,9],[3,-58],[39,-195],[22,-132],[7,-60],[5,-79],[7,-50],[-17,-3],[-42,-7],[-28,4],[-15,86],[-168,-7],[-27,2],[0,30],[-11,24],[-24,28],[-21,15],[-33,13],[-91,25],[-12,-20],[-3,-8],[-5,-15],[-2,-49],[-4,-27],[-14,-12],[-16,-4],[-28,7],[-28,-92],[10,-63],[3,3],[8,-31],[11,14],[15,11],[21,11],[21,7],[22,4],[21,0],[24,-4],[23,-7],[23,-23],[31,-50],[16,-31],[8,-25],[-24,-19],[-23,-32],[-3,-19],[-2,2],[-20,25],[-21,19],[-20,6],[-49,3],[-41,-7],[-28,-18],[-31,-82],[-4,-10],[18,4],[-19,-54],[-15,-43],[8,0],[11,-4],[31,-17],[12,-9],[40,-157],[6,-24],[1,-16],[-2,-15],[-4,-12],[-11,-15],[-10,-15],[-10,-11],[-11,-10],[-14,-6],[-17,-4],[-13,-1],[-5,-4],[-2,-5],[-7,-19],[-13,-45],[-27,-84],[-5,-31],[1,-41],[8,-34],[19,-40],[10,-41],[-1,-18],[-3,-4],[-11,-8],[-12,-7],[-11,-5],[12,-130],[-2,-2],[-19,-4],[-17,-3],[-4,-1],[-5,-55],[0,-141],[2,-22],[4,-30],[6,-24],[16,-40],[1,-8],[-6,-22],[-11,-52],[-4,-42],[-2,-38],[4,-24],[1,-17],[7,-31],[22,-56],[5,-15],[-1,-26],[-8,-67],[-7,-81],[5,-121],[3,-89],[3,-155],[-81,11],[-37,4],[-27,3],[-37,7],[-36,3],[-18,-1],[-25,7],[-92,10],[-47,6],[-21,0],[-7,-5],[-9,-2],[-13,-1],[-25,1],[-41,-19],[-35,-21],[-28,-18],[-37,-22],[-75,-38],[-42,-17],[-39,-5],[-140,-4],[-84,-16],[-31,-15],[-46,-27],[-45,-29],[-9,2],[-11,3],[-47,0],[-48,-2],[-43,0],[-27,-2],[-16,-8],[-24,-8],[-18,-6],[-225,-25],[-103,-13],[-86,-9],[-18,0],[-17,-2],[-91,-51],[-68,-34],[-99,-36],[-44,-14],[-38,-12],[-37,-9],[-42,-8],[-18,2],[-17,3],[-14,10],[-13,23],[-78,-2],[-92,11],[-50,23],[-90,14],[-68,-9],[-207,-139],[-201,-104],[-60,-21],[-111,5],[-94,35],[-229,89],[-109,38],[-37,12],[-48,6],[-45,-13],[-29,-11],[-17,-14],[-11,-17],[-43,-48],[-17,-9],[-15,-6],[-41,-4],[-66,6],[-33,-13],[-188,-121],[-19,-10],[-25,-5],[-33,-5],[-40,-3],[-79,-66],[-55,-24],[-103,63],[-345,-35],[-70,-4],[-55,2],[-65,5],[-216,24],[-423,68],[-424,49],[-70,-40],[-121,-72],[-116,-72],[-211,178],[-37,3],[-339,283],[-92,82],[-24,43],[-21,39],[-19,14],[-107,3],[-45,-5],[-37,-9],[-157,-42],[-113,0],[-41,-3],[-25,2],[-48,-1],[-14,-6],[-22,-13],[-30,-29],[-22,-14],[-33,22],[-11,5],[-71,38],[-119,59],[-20,15],[-36,18],[-58,23],[-20,13],[-16,22],[-24,62],[-25,16],[-32,16],[-8,4],[122,472],[7,10],[9,79],[16,124],[25,153],[25,114],[-122,164],[-142,169],[-131,171],[-100,102],[-175,114],[-87,46],[-80,40],[-107,52],[-181,74],[-130,24],[-403,98],[-145,24],[-3,-1],[-60,-7],[-181,-8],[-32,-1],[-31,12],[-58,24],[-55,26],[-52,29],[-50,5],[-141,54],[-383,2],[-135,365],[0,1],[-49,-18],[-63,-23],[-24,-12],[-39,-4],[-60,3],[-14,2],[-28,2],[-148,-9],[-104,-72],[-119,-112],[-184,-151],[-165,-145],[-33,-21],[-190,-164],[-80,-38],[-1,0],[0,-1],[-19,2],[-6,-10],[-26,3],[-17,1],[-21,-29],[-42,-48],[-15,-13],[-19,-8],[-25,-3],[-27,6],[-26,14],[-143,117],[-13,8],[-24,9],[-22,6],[-52,-1],[-34,-2],[-73,-21],[-32,-6],[-41,1],[-14,0],[-11,-7],[-9,-10],[-15,-10],[-68,-19],[-33,-12],[-59,-41],[-24,-19],[-20,-12],[-76,-21],[-22,-3],[-37,5],[-52,-1],[-32,-4],[-45,-13],[-24,-9],[-15,-11],[-10,0],[-41,-9],[-55,-19],[-18,-9],[-44,6],[-8,-3],[-20,-17],[-13,-7],[-27,-5],[-27,1],[-7,-2],[-22,5],[-23,4],[-20,-2],[-14,-6],[-15,-18],[-7,-13],[-9,-23],[-43,-64],[-6,-14],[-16,-27],[-17,-37],[-6,-23],[0,-13],[-2,-13],[-3,-6],[-58,-46],[-19,-33],[-8,-10],[-32,-15],[-20,-2],[-10,8],[-13,16],[-11,7],[-8,-2],[-7,-4],[-18,-40],[-9,-18],[-36,-36],[-47,-32],[-38,-15],[-65,-11],[-10,-5],[-12,-19],[-8,-8],[-13,-1],[-8,2],[-56,23],[-8,0],[-9,-3],[-10,-10],[-26,-37],[-20,-18],[-15,-5],[-46,-2],[-28,-7],[-59,-35],[-39,-14],[-76,-16],[-84,-29],[-66,-30],[-21,-5],[-25,1],[-51,21],[-10,0],[-37,-15],[-7,4],[-6,20],[-8,10],[-4,0],[-23,-10],[-58,-15],[-56,-6],[-5,5],[-9,14],[-44,14],[-49,11],[-51,-35],[-7,-13],[-34,-37],[-25,-5],[-8,-8],[-32,-37],[-24,-3],[-1,-8],[-40,-28],[-9,-10],[-46,-29],[-28,-34],[-12,-12],[-71,-45],[-123,-82],[-29,-20],[-14,23],[-22,18],[-40,24],[-6,-7],[-31,-47],[-8,-11],[-13,-7],[-24,-5],[-60,-20],[-83,-22],[-79,-11],[-66,-12],[-62,-1],[-67,-7],[-61,4],[-73,2],[-34,-1],[-41,6],[-30,6],[-26,12],[-59,33],[-66,39],[-28,13],[-15,6],[-17,2],[-28,-10],[-32,-20],[-28,-20],[2,19],[23,61],[33,84],[-30,444],[0,4],[-75,64],[-116,92],[-20,141],[-4,30],[-21,65],[-22,22],[-60,44],[-91,20],[0,11],[-6,20],[-28,129],[-30,119],[-13,59],[-16,29],[-89,170],[-60,109],[-29,49],[-8,8],[-13,2],[-13,-4],[-45,-38],[-24,-29],[-24,-21],[-17,23],[-73,102],[35,30],[-51,73],[-1,14],[13,26],[3,19],[-15,24],[-83,65],[-10,-5],[-90,50],[-29,17],[-117,63],[-4,3],[-12,9],[-36,44],[-1,1],[-84,62],[-36,32],[-21,24],[-19,30],[-5,25],[-1,4],[0,66],[0,4],[-5,16],[-16,25],[-63,67],[-26,36],[-32,51],[-25,45],[-24,64],[-14,47],[-10,63],[-7,57],[-13,103],[-19,132],[-18,95],[-7,28],[-4,9],[23,17],[14,36],[15,29],[43,5],[21,-2],[-2,7],[2,28],[5,28],[14,36],[6,29],[-130,-7],[-41,-15],[-5,27],[-65,-27],[-8,15],[-20,43],[-8,13],[-16,21],[-43,36],[-64,51],[-57,41],[-78,58],[-84,64],[-218,160],[-23,19],[-35,-3],[-96,-5],[-89,-6],[-44,-3],[-2,0],[0,0],[-1,-2],[0,-3],[0,-1],[-8,-19],[-5,-12],[-1,-1],[-8,-14],[-4,-11],[-1,-1],[-20,-37],[0,-1],[-18,-26],[-1,-2],[-41,-42],[-9,-11],[-1,-3],[10,-33],[1,-4],[0,-9],[0,-3],[-4,-15],[-1,-3],[-38,-75],[-2,-2],[-1,-1],[0,-1],[-11,-9],[-2,-1],[-1,-1],[-1,0],[-17,-6],[-3,0],[-11,-1],[-15,-4],[-21,-13],[-13,-13],[-9,-13],[0,-13],[-1,-78],[0,-2],[-3,-23],[-1,-3],[-5,-18],[-1,-2],[-1,-2],[-1,-1],[-8,-9],[-3,-2],[-18,-8],[0,-1],[-2,0],[-2,-1],[-1,0],[-14,1],[-1,1],[-2,0],[-1,1],[-9,4],[-3,3],[-19,20],[-3,2],[-2,-1],[-7,-6],[-21,-22],[-7,-14],[-5,-16],[1,-7],[0,-5],[0,-2],[-5,-32],[-2,-16],[0,-1],[-5,-18],[0,-1],[-1,-2],[-1,-2],[-8,-11],[-2,-1],[-1,-1],[-12,-7],[-1,-1],[-2,0],[-1,-1],[-27,-2],[-1,0],[-31,3],[-7,0],[-1,-5],[3,-10],[7,-7],[1,-3],[5,-10],[1,-1],[0,-3],[0,-2],[0,-2],[0,-2],[-1,-2],[0,-1],[-3,-4],[-1,-2],[-1,-1],[-2,-2],[-5,-3],[-1,0],[-2,-1],[-2,0],[-2,0],[-8,1],[1,-1],[1,-1],[8,-8],[1,-1],[1,-2],[1,-2],[1,-2],[0,-3],[0,-2],[-1,-2],[0,-1],[-2,-4],[-1,-2],[-1,-2],[-1,-1],[-10,-10],[-2,-2],[2,-2],[11,-6],[13,-2],[3,-2],[17,-10],[1,-1],[6,-5],[28,-7],[1,0],[2,-1],[2,-2],[1,-1],[0,-1],[5,-6],[2,-4],[2,-6],[4,-5],[1,-2],[12,-19],[1,-1],[15,-32],[1,-2],[1,-2],[0,-2],[0,-24],[0,-2],[-1,-2],[0,0],[-7,-20],[-2,-3],[-16,-25],[-21,-36],[0,-14],[0,-1],[-3,-36],[6,-17],[0,0],[1,-2],[0,-2],[0,-16],[0,-3],[-1,-2],[-1,-2],[-1,-2],[-16,-21],[-1,0],[-29,-32],[-20,-27],[-17,-25],[-5,-13],[-2,-17],[0,0],[-1,-3],[0,-1],[-5,-10],[-1,-2],[-14,-19],[-1,-7],[2,-10],[1,-2],[1,-8],[0,-1],[0,-3],[-1,-2],[-1,-2],[-1,-2],[-16,-21],[-2,-7],[3,-11],[0,-3],[1,-30],[0,-1],[0,-2],[0,-2],[-1,-1],[-14,-36],[-1,-2],[-19,-29],[-12,-21],[-4,-19],[-4,-23],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-2,-1],[-17,-12],[-9,-9],[-2,-3],[-5,-11],[-1,0],[-31,-61],[-47,-92],[-47,-89],[-2,-31],[0,-2],[-7,-35],[-1,-4],[-17,-34],[-8,-29],[-2,-3],[-22,-38],[6,-4],[1,-1],[1,-2],[1,-1],[1,-2],[0,-2],[7,-28],[0,-2],[1,-13],[6,-30],[0,-2],[1,-24],[3,-21],[2,-9],[5,-10],[0,-2],[1,-2],[0,-2],[0,-2],[-1,-2],[-11,-35],[-7,-23],[-1,-2],[-1,-2],[-1,-2],[-11,-10],[-2,-1],[-2,-1],[0,0],[-32,-12],[-1,0],[-37,-7],[-2,0],[-31,1],[-2,0],[-7,2],[-15,-34],[-30,-69],[-1,-1],[-63,-106],[-39,-67],[-39,-71],[2,-3],[1,-1],[1,-2],[0,-1],[4,-18],[0,-3],[0,-15],[0,-3],[0,-2],[-1,-2],[0,0],[-6,-10],[-2,-2],[0,-1],[-1,-17],[0,-2],[-1,-2],[0,-2],[-1,-1],[-8,-11],[-3,-5],[-6,-23],[0,-19],[5,-30],[4,-8],[0,-1],[5,-11],[0,-1],[0,-2],[1,-2],[0,-8],[-1,-3],[-3,-15],[-4,-27],[0,-2],[-3,-8],[-6,-16],[-1,-3],[-7,-30],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-28,-32],[-6,-13],[-1,-5],[-6,-102],[-1,-1],[0,-2],[-1,-2],[-3,-7],[0,-1],[-2,-2],[-1,-1],[-2,-2],[-1,0],[-5,-3],[-3,-1],[-4,-1],[0,-7],[0,-19],[0,0],[-1,-34],[0,-1],[-3,-35],[0,-1],[-6,-37],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-2,-1],[-2,-1],[-2,-1],[-2,0],[-2,0],[-2,1],[-1,1],[-13,7],[-16,-4],[-45,-15],[-38,-19],[-2,-1],[-17,-4],[-21,-9],[-20,-9],[-10,-7],[-24,-33],[-20,-27],[-7,-13],[-28,-53],[-1,-2],[-26,-33],[-20,-28],[-8,-20],[-2,-9],[-1,-2],[-8,-17],[-2,-3],[-9,-11],[-6,-8],[-2,-15],[0,-1],[-4,-29],[-1,-2],[-1,-2],[-8,-15],[-1,-2],[-1,-2],[-13,-11],[-1,-1],[-13,-9],[-27,-33],[-1,-2],[-2,-1],[-2,-1],[0,0],[-20,-7],[-24,-15],[-19,-19],[-3,-2],[-31,-15],[-56,-33],[-15,-15],[-1,-2],[-12,-9],[-6,-9],[-12,-21],[-1,-1],[-23,-32],[-3,-3],[-19,-13],[0,0],[-2,-1],[-2,0],[-18,-4],[-3,0],[-58,6],[-25,-4],[-9,-5],[-8,-19],[-8,-51],[0,-2],[-1,-2],[0,-1],[-8,-14],[-2,-2],[-16,-17],[7,-16],[1,-1],[1,-2],[0,-3],[0,-2],[-1,-1],[-1,-7],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-10,-11],[28,-71],[9,-18],[1,-2],[1,-2],[0,-2],[0,-3],[-1,-2],[0,-2],[-2,-2],[-1,-1],[-2,-1],[-2,-1],[-1,-1],[-11,-2],[-2,0],[-13,0],[-1,0],[-22,2],[-1,0],[-42,8],[-5,-5],[-1,-2],[-38,-29],[-88,-73],[-8,-9],[-1,0],[-22,-18],[-36,-29],[-67,-61],[-32,-29],[0,-1],[-88,-72],[-37,-33],[-1,0],[-31,-21],[3,-3],[55,-47],[20,-18],[2,-5],[-8,-15],[-42,-63],[-39,-54],[-29,-34],[-21,-26],[-18,-37],[-15,-54],[-10,-24],[-10,-16],[-29,-21],[-27,-17],[-15,-12],[-39,-47],[-25,-35],[-19,-41],[-43,-83],[-4,-4],[-129,108],[36,56],[13,23],[125,197],[82,132],[24,34],[35,58],[36,59],[12,16],[43,0],[11,-5],[7,-6],[0,1],[2,2],[1,1],[33,22],[36,32],[1,1],[88,71],[31,30],[68,61],[0,1],[37,29],[21,17],[9,8],[0,1],[88,74],[1,0],[37,28],[8,10],[1,1],[2,1],[1,1],[2,0],[2,1],[2,-1],[47,-9],[21,-1],[4,0],[-1,1],[0,1],[-31,80],[0,1],[-1,2],[0,2],[0,2],[1,3],[1,2],[1,1],[0,1],[13,14],[-10,20],[0,1],[-1,3],[0,2],[0,2],[1,2],[0,2],[2,2],[1,1],[21,22],[6,11],[8,50],[1,3],[10,25],[0,1],[2,2],[1,2],[2,1],[0,0],[15,8],[3,1],[28,5],[3,0],[57,-7],[15,3],[15,11],[22,29],[11,20],[1,1],[7,12],[1,1],[1,1],[1,1],[13,10],[16,16],[2,2],[58,33],[0,1],[30,15],[19,18],[2,2],[26,16],[2,1],[18,6],[26,32],[2,2],[14,10],[11,10],[5,11],[5,26],[1,18],[0,1],[1,2],[1,2],[1,2],[8,12],[1,0],[8,10],[7,14],[2,9],[1,2],[9,22],[1,2],[21,30],[0,1],[26,32],[27,52],[7,14],[1,2],[21,27],[25,34],[3,3],[12,9],[2,1],[21,10],[23,9],[1,1],[16,4],[38,18],[2,1],[46,15],[1,0],[20,6],[1,0],[2,0],[2,0],[2,0],[1,-1],[3,-2],[3,20],[3,34],[1,33],[0,18],[-1,19],[1,3],[0,2],[1,2],[1,2],[1,1],[2,1],[2,1],[2,1],[13,2],[0,0],[1,2],[6,101],[0,2],[2,7],[1,2],[7,16],[2,3],[28,31],[6,28],[0,2],[2,4],[5,15],[3,7],[3,25],[0,2],[4,14],[0,3],[-4,9],[-4,9],[-1,3],[-6,34],[0,2],[0,22],[1,3],[6,26],[1,4],[5,7],[0,1],[6,8],[1,19],[0,1],[1,2],[0,2],[2,2],[1,1],[3,3],[2,5],[0,10],[-3,14],[-5,8],[0,1],[-1,2],[-1,2],[0,3],[0,2],[1,2],[1,2],[43,79],[39,67],[63,105],[29,68],[20,43],[0,0],[1,2],[1,2],[2,1],[2,1],[2,1],[2,0],[2,0],[15,-3],[28,-1],[35,6],[29,10],[6,6],[7,21],[9,29],[-3,6],[-1,3],[-3,11],[0,2],[-3,22],[0,1],[-1,24],[-6,29],[0,2],[-1,13],[-5,22],[-12,9],[-1,1],[-1,2],[-1,2],[-1,2],[0,2],[-1,2],[1,2],[0,2],[1,2],[0,1],[28,47],[8,27],[1,3],[16,34],[7,32],[2,34],[1,1],[0,3],[1,2],[48,91],[47,92],[31,61],[6,12],[3,4],[3,3],[10,10],[2,2],[14,9],[4,18],[4,22],[2,4],[12,23],[1,1],[18,28],[13,32],[-1,26],[-3,13],[0,1],[0,3],[0,2],[0,2],[4,12],[0,0],[1,2],[1,2],[14,19],[0,1],[-3,13],[-1,1],[0,2],[0,3],[0,0],[3,13],[1,2],[0,2],[1,1],[15,21],[3,7],[2,15],[1,4],[6,17],[2,3],[18,26],[0,0],[21,28],[1,1],[29,31],[13,17],[0,9],[-7,18],[0,0],[0,2],[0,2],[0,2],[3,38],[0,16],[0,2],[1,3],[1,2],[0,0],[23,40],[0,0],[16,25],[6,16],[0,18],[-14,28],[-11,18],[-6,7],[0,0],[-2,2],[0,2],[-3,7],[0,1],[-26,7],[-2,0],[-2,1],[-1,1],[-7,6],[-14,9],[-12,2],[-3,1],[-15,8],[-3,2],[-5,6],[-1,1],[-1,2],[-1,1],[-2,7],[-1,1],[0,2],[0,2],[0,2],[0,2],[1,2],[6,11],[2,3],[4,4],[-4,1],[-2,1],[-2,1],[-1,1],[-1,1],[-10,12],[-1,1],[-1,2],[-1,2],[0,2],[0,2],[0,2],[0,2],[1,3],[4,6],[1,2],[1,1],[2,2],[2,1],[6,2],[2,1],[2,0],[12,0],[1,0],[3,0],[-3,3],[-1,1],[-1,2],[-1,2],[0,0],[-4,16],[-1,2],[0,2],[0,2],[0,1],[3,14],[0,2],[1,2],[1,2],[2,1],[1,1],[6,5],[1,0],[2,1],[2,1],[2,0],[11,0],[0,0],[31,-3],[23,2],[7,4],[5,6],[3,15],[3,15],[4,32],[-1,8],[0,3],[0,2],[0,2],[7,20],[0,3],[9,16],[2,3],[22,24],[2,2],[9,6],[1,1],[6,4],[2,0],[2,1],[2,0],[2,0],[2,-1],[10,-3],[2,-1],[1,-2],[1,0],[20,-21],[5,-3],[8,-1],[13,7],[5,4],[4,14],[3,22],[1,77],[0,1],[1,17],[0,2],[0,2],[1,2],[1,1],[11,17],[1,2],[16,15],[2,2],[24,14],[2,1],[18,5],[2,0],[10,1],[14,5],[8,6],[36,71],[3,12],[0,5],[-10,34],[-1,1],[0,3],[0,2],[2,10],[1,2],[0,2],[2,2],[11,14],[1,2],[41,41],[16,24],[19,36],[5,11],[0,1],[8,14],[5,12],[8,19],[0,1],[1,2],[2,2],[1,1],[2,1],[2,0],[2,1],[2,-1],[2,0],[2,-1],[0,-1],[48,81],[29,66],[19,27],[22,11],[16,5],[25,-2],[-23,31],[8,20],[4,12],[0,10],[-7,14],[1,43],[10,25],[9,10],[-13,22],[-5,18],[4,19],[2,47],[3,4],[5,7],[36,26],[10,12],[19,28],[12,10],[41,10],[8,2],[26,8],[-3,12],[-16,45],[-19,46],[0,6],[17,20],[19,8],[22,9],[20,16],[26,22],[24,30],[18,27],[10,21],[-18,93],[-7,21],[-6,7],[-61,24],[-35,9],[-32,12],[-21,10],[-20,23],[-11,24],[-4,21],[7,15],[10,11],[25,24],[11,29],[-5,13],[-16,14],[-21,17],[-3,13],[14,38],[18,37],[10,11],[10,3],[11,0],[22,-11],[15,-10],[8,1],[6,5],[27,63],[23,72],[1,25],[-7,22],[-8,28],[-6,37],[-4,18],[21,53],[39,81],[18,34],[6,4],[15,1],[17,0],[12,3],[24,-2],[11,-5],[10,-13],[26,10],[66,31],[65,25],[39,19],[11,14],[33,34],[22,16],[14,12],[17,14],[6,6],[24,8],[36,5],[49,-2],[35,-5],[15,6],[8,8],[4,30],[16,58],[5,42],[14,31],[13,19],[26,18],[29,25],[18,17],[28,50],[40,77],[24,48],[15,43],[13,57],[8,42],[2,23],[0,17],[-8,7],[-112,21],[-45,29],[-14,30],[-3,30],[4,25],[-10,9],[-17,3],[-30,-25],[4,-27],[16,-23],[13,-21],[0,-4],[5,-19],[16,-22],[9,-20],[0,-15],[-2,-15],[-13,-28],[-28,-25],[-20,-14],[-15,-3],[-16,7],[-18,0],[-22,-7],[-19,-20],[-19,-18],[-17,-4],[-17,2],[-14,9],[-10,11],[-2,13],[0,22],[8,30],[5,29],[-13,60],[-7,15],[-39,34],[-32,29],[-20,36],[-10,17],[-14,33],[-7,27],[-4,43],[-6,20],[-15,28],[-8,18],[-4,24],[-5,37],[0,51],[-1,15],[10,9],[11,8],[30,8],[36,6],[51,14],[18,-2],[18,-9],[26,-19],[13,-4],[12,2],[20,8],[14,15],[12,25],[7,23],[-4,12],[-11,10],[-20,28],[-6,19],[5,17],[12,12],[29,33],[-9,35],[-7,37],[-2,26],[2,20],[9,17],[12,9],[15,5],[16,-2],[14,-7],[21,-18],[9,-3],[11,1],[10,9],[9,15],[8,26],[20,17],[15,12],[16,40],[2,25],[-5,41],[-2,20],[0,17],[10,19],[16,20],[1,18],[-9,18],[-12,12],[-15,3],[-18,0],[-91,-22],[-13,0],[-16,4],[-12,10],[-9,17],[-1,28],[5,8],[19,24],[2,9],[0,39],[-8,93],[2,21],[5,18],[15,8],[15,4],[16,7],[16,11],[11,16],[3,15],[-3,13],[-10,11],[-22,12],[-50,29],[-6,6],[-9,8],[-7,14],[-3,12],[0,67],[-4,25],[-8,16],[-15,19],[-15,21],[-7,14],[-17,16],[-29,37],[-19,33],[-21,27],[-14,13],[-21,13],[-14,9],[-21,18],[-18,11],[-28,14],[-19,7],[-10,12],[-6,25],[-1,26],[6,22],[12,20],[15,9],[46,14],[28,9],[17,12],[14,14],[38,66],[11,10],[12,1],[52,-8],[25,3],[13,5],[10,13],[6,11],[11,63],[10,21],[16,20],[4,12],[-2,31],[-5,12],[-23,30],[-32,46],[-25,34],[-13,7],[-8,-1],[-39,-32],[-41,-22],[-24,-6],[-23,3],[-15,10],[-9,19],[0,20],[13,20],[4,15],[-2,19],[-6,25],[-6,11],[-4,11],[-5,24],[-1,9],[-2,10],[-2,29],[-4,106],[-7,30],[-11,14],[-26,9],[-24,0],[-16,-62],[-21,-24],[-17,-2],[-11,-1],[-40,11],[-44,22],[-48,1],[-14,1],[-21,-3],[-30,-3],[-56,35],[-18,34],[-10,163],[-2,29],[5,29],[0,0],[7,32],[0,15],[-5,23],[-18,41],[-18,4],[-3,1],[-2,1],[-1,1],[-20,27],[3,33],[10,34],[4,95],[-43,94],[-32,50],[-36,45],[-21,13],[-12,7],[-16,16],[-8,16],[-6,19],[-1,23],[0,14],[4,10],[5,17],[5,7],[8,9],[19,15],[6,2],[26,7],[33,5],[29,1],[26,1],[2,-3],[40,20],[16,10],[13,2],[19,48],[9,8],[22,19],[2,7],[25,87],[9,35],[-5,20],[-19,1],[-54,3],[-28,2],[-11,1],[-21,0],[-17,1],[-25,0],[-27,2],[-19,0],[-42,2],[-5,1],[-24,3],[-19,2],[-9,12],[5,23],[15,68],[13,57],[12,62],[13,57],[10,54],[8,33],[4,28],[2,27],[2,47],[-4,66],[5,1],[5,33],[32,45],[54,77],[29,39],[15,34],[12,27],[11,-16],[11,9],[64,55],[1,1],[81,78],[116,113],[25,8],[35,13],[17,10],[16,11],[13,20],[6,11],[0,26],[-11,21],[-14,10],[-21,10],[-19,5],[-8,3],[-2,6],[-19,31],[-4,21],[0,13],[10,32],[-2,10],[-4,30],[0,54],[2,18],[23,35],[21,40],[15,28],[19,25],[21,19],[37,32],[23,25],[14,18],[7,22],[2,28],[-14,97],[-5,15],[-28,26],[-7,17],[-6,49],[-1,22],[1,9],[14,84],[3,48],[-5,20],[-16,53],[-7,6],[-15,0],[-33,-5],[-28,-10],[-23,-9],[-15,1],[-22,4],[-20,11],[-15,17],[-21,34],[-10,34],[0,22],[-1,33],[-3,19],[-18,23],[-33,36],[-14,15],[-17,14],[-12,2],[-41,12],[-20,8],[-55,63],[-23,28],[-30,53],[-31,75],[-30,68],[-15,24],[-12,13],[-5,4],[-24,22],[-21,22],[-6,7],[-9,13],[-7,21],[-7,31],[0,22],[-3,22],[4,19],[16,78],[11,22],[58,53],[46,43],[6,18],[5,6],[27,37],[5,10],[4,7],[10,38],[2,43],[-3,71],[-2,58],[6,32],[10,30],[8,30],[3,27],[2,54],[16,65],[21,67],[11,20],[10,11],[25,47],[42,73],[4,24],[-5,42],[-21,51],[-36,54],[-9,24],[-1,41],[-6,60],[-3,35],[-1,19],[-1,67],[-7,41],[-21,73],[-15,62],[-6,33],[0,13],[15,111],[1,88],[-4,41],[-7,57],[-7,23],[-1,15],[-35,87],[-32,87],[-37,84],[-38,53],[-11,29],[-4,54],[-4,46],[-9,32],[-4,77],[4,53],[0,46],[-2,4],[-18,-12],[-12,-1],[-7,13],[-31,10],[-41,23],[-30,33],[-25,57],[-14,44],[1,42],[24,53],[37,63],[21,31],[-1,25],[-12,25],[-5,19],[7,17],[4,20],[-1,26],[0,34],[13,40],[9,25],[-9,31],[-23,33],[-28,9],[-58,18],[-70,26],[-26,22],[-26,25],[-21,66],[-14,10],[-19,-2],[-19,-33],[-10,-41],[6,-71],[7,-43],[-3,-28],[-21,-17],[-42,-1],[-29,12],[-33,14],[-11,4],[-35,22],[-82,67],[-26,14],[-8,19],[1,12],[5,3],[8,0],[3,9],[-8,21],[2,27],[22,21],[39,8],[28,-14],[28,10],[28,24],[10,45],[-7,82],[-22,47],[-35,41],[-21,6],[-24,-5],[-28,-26],[-24,-11],[-16,14],[-18,36],[-6,37],[-2,24],[-24,34],[-83,192],[-93,221],[-154,358],[-47,105],[-7,17],[-64,144],[-35,72],[-185,434],[-12,24],[-12,23],[-46,88],[-21,95],[-20,101],[-15,56],[-32,67],[-14,11],[-20,-28],[-21,-31],[-31,-7],[-28,4],[-55,57],[0,29],[-15,20],[-36,8],[-14,9],[-115,143],[-40,64],[-21,75],[-13,75],[-23,31],[-29,34],[-53,27],[-69,30],[-39,36],[-3,9],[-4,11],[-14,38],[0,70],[13,55],[36,83],[21,37],[17,33],[8,14],[40,73],[6,46],[-12,33],[-30,26],[-108,108],[-88,143],[-288,453],[-228,354],[-16,36],[-1,1],[-36,48],[-1,1],[-24,42],[-15,18],[-32,40],[-82,33],[-49,22],[-31,23],[-6,22],[0,27],[1,27],[-1,42],[-24,34],[-49,47],[-81,133],[-49,82],[-43,73],[-40,52],[-9,9],[-36,35],[-45,43],[-52,30],[-44,6],[-35,0],[-50,-19],[-32,-42],[7,-73],[3,-59],[0,-8],[-26,-48],[-46,-30],[-120,-52],[-59,-20],[-48,2],[-41,19],[-12,20],[-10,20],[-4,56],[4,31],[3,18],[3,4],[7,5],[15,8],[24,41],[7,33],[1,110],[1,24],[8,8],[31,9],[5,7],[0,5],[-64,37],[-17,2],[-13,-4],[-8,-2],[-9,-12],[-40,-167],[-22,-36],[-27,-14],[-32,24],[-26,32],[-6,38],[17,58],[33,60],[35,66],[27,56],[9,29],[1,8],[3,32],[-16,22],[-28,10],[-48,-17],[-122,-71],[-51,-30],[-30,-1],[-56,12],[-18,-6],[0,-1],[-1,0],[-1,0],[0,0],[-38,-4],[-38,-21],[-26,-37],[-28,-47],[0,0],[0,-1],[-30,-49],[-1,-1],[0,0],[0,0],[-26,-32],[-29,-77],[-18,-49],[-1,-1],[0,0],[-12,-27],[-40,-88],[0,-1],[-1,0],[0,0],[-17,-27],[-14,-24],[-1,-1],[0,0],[0,-1],[-72,-82],[-10,-14],[-15,-20],[-32,-61],[-16,-53],[0,0],[0,-1],[0,0],[-22,-52],[0,-1],[0,0],[-1,-1],[0,-1],[-29,-45],[-14,-54],[-20,-124],[-11,-95],[0,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,0],[-2,-4],[-14,-21],[-19,-29],[0,0],[0,-1],[-1,-1],[0,0],[-1,-1],[-1,0],[0,-1],[-79,-54],[-1,0],[-60,-39],[-12,-8],[-9,-5],[-73,-72],[-59,-112],[-17,-34],[-5,-9],[-39,-76],[-25,-48],[-19,-37],[52,-80],[28,-42],[21,-33],[0,0],[0,0],[20,-31],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,0],[0,-1],[0,-1],[-1,-1],[0,-1],[0,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,0],[-62,-74],[-72,-102],[-39,-77],[-12,-33],[0,0],[0,-1],[-1,-1],[0,0],[-74,-110],[0,0],[-1,-1],[0,0],[0,-1],[0,0],[-1,-1],[0,0],[-18,-22],[0,0],[-1,-1],[0,0],[-1,-1],[-1,0],[0,0],[-1,-1],[-1,0],[0,0],[-1,0],[-1,-1],[-1,0],[0,0],[-1,0],[-79,2],[0,0],[-1,0],[-2,0],[-39,-29],[-15,-26],[-2,-6],[-14,-45],[-1,-1],[0,0],[0,-1],[-1,-1],[-33,-55],[-15,-26],[0,0],[0,0],[-50,-78],[-14,-42],[-5,-41],[0,-1],[0,-1],[0,0],[0,-1],[0,-1],[-1,-1],[0,0],[0,-1],[-1,0],[-11,-18],[0,0],[0,-1],[-1,-1],[0,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,0],[-1,0],[-15,-1],[-17,-1],[0,0],[0,-1],[0,-1],[0,-1],[0,-1],[0,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,0],[0,-1],[0,0],[-23,-31],[-16,-47],[0,-2],[-6,-75],[0,-95],[0,-1],[0,0],[-11,-102],[0,0],[0,-1],[0,-1],[-16,-68],[-1,-1],[0,0],[0,-1],[0,0],[-72,-150],[-91,-189],[-1,-1],[0,0],[0,-1],[-35,-51],[0,0],[-1,-1],[0,0],[-1,-1],[-41,-40],[-144,-158],[-69,-82],[-15,-17],[-11,-15],[-55,-98],[0,-1],[-1,0],[0,-1],[-1,0],[-10,-13],[-22,-25],[0,0],[0,0],[-1,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-54,-26],[-44,-44],[-25,-39],[-14,-22],[-58,-95],[0,-1],[-1,-1],[0,0],[-1,-1],[0,0],[-59,-55],[0,0],[-1,-1],[-1,0],[0,0],[-87,-51],[-66,-56],[-59,-67],[-12,-14],[0,0],[-1,0],[0,-1],[-29,-25],[0,-1],[-1,0],[-1,0],[-10,-8],[0,0],[-1,0],[-133,-72],[-44,-35],[0,0],[-1,-1],[-1,0],[0,0],[-1,-1],[-1,0],[-63,-21],[-1,0],[0,0],[-226,-63],[-39,-25],[-25,-26],[0,-1],[0,0],[-1,-1],[-1,0],[-30,-20],[-1,0],[0,-1],[-1,0],[0,0],[-47,-19],[0,0],[-1,0],[-1,0],[0,0],[-1,0],[0,0],[-15,-1],[0,0],[-1,0],[0,0],[-1,0],[-1,0],[-1,1],[0,0],[-18,7],[-1,0],[-1,1],[0,0],[-26,14],[-21,6],[-41,7],[-18,2],[-25,-7],[-34,-16],[-112,-53],[-68,-38],[-12,-7],[-1,0],[0,-1],[-1,0],[-1,0],[0,0],[0,0],[0,0],[-22,-7],[-3,-1],[-41,-2],[-16,-5],[-6,-7],[-1,-10],[0,-38],[0,-2],[-1,-3],[-1,-1],[-10,-22],[-2,-3],[-15,-18],[-1,-1],[-2,-1],[-1,-1],[-15,-5],[-2,-1],[-2,0],[-2,0],[-16,3],[-2,1],[-3,1],[-30,21],[-13,5],[-12,-3],[-11,-9],[-4,-12],[-2,-13],[-3,-33],[0,-2],[0,-2],[-1,-2],[-1,-1],[-10,-15],[-2,-2],[-27,-26],[-1,-1],[-33,-26],[-6,-11],[-1,-39],[-5,-87],[0,0],[-9,-88],[-2,-75],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-15,-16],[-12,-29],[-10,-38],[-1,0],[0,-2],[-2,-2],[-1,-2],[-2,-1],[-1,0],[-9,-5],[-1,-1],[-2,0],[-2,0],[-2,0],[0,0],[-26,6],[-21,-2],[-12,-7],[-6,-11],[-4,-36],[-1,-14],[0,-1],[0,-2],[-1,-2],[-5,-12],[-7,-13],[-4,-29],[-2,-15],[-8,-75],[0,-1],[-1,-2],[0,-2],[-47,-86],[2,-19],[0,-4],[-3,-20],[-1,-4],[-16,-32],[0,-1],[-1,-2],[-1,-1],[-2,-1],[-13,-9],[-1,-1],[-26,-15],[-12,-15],[-16,-38],[-2,-4],[-12,-14],[-4,-4],[0,-1],[-2,-1],[-2,-1],[-26,-10],[-2,0],[-20,-3],[-13,-8],[-16,-17],[0,0],[-2,-2],[-2,0],[0,-1],[-14,-4],[-2,-1],[-2,0],[-2,0],[-1,0],[-10,4],[-1,0],[-2,1],[-2,1],[-1,2],[-1,0],[-10,15],[-11,4],[-13,-2],[-21,-13],[-51,-43],[-1,-1],[-2,-1],[-2,-1],[-2,0],[-1,0],[-22,2],[-118,8],[-2,-26],[0,-2],[-1,-2],[-1,-2],[-1,-2],[0,0],[-11,-13],[-1,0],[-2,-2],[-2,-1],[-23,-9],[-3,-1],[-70,-3],[-48,-8],[-17,-6],[-76,-25],[-3,0],[-102,-5],[-20,-8],[-8,-10],[-17,-42],[-1,-3],[-15,-20],[-3,-2],[-21,-17],[-3,-1],[-21,-8],[-2,-1],[-28,-5],[-1,-44],[0,-2],[-1,-2],[0,-2],[-2,-2],[-1,-2],[-2,-1],[0,0],[-2,-1],[-14,-8],[-1,-1],[-41,-14],[-36,-13],[-21,-22],[0,0],[-28,-27],[-22,-20],[-8,-63],[-2,-4],[-13,-28],[-15,-37],[-11,-32],[0,0],[-11,-27],[-1,-1],[-1,-2],[-1,-1],[-2,-2],[-1,-1],[-13,-8],[-3,-8],[-2,-25],[38,-27],[3,-2],[7,-8],[0,0],[1,-2],[1,-2],[1,-2],[0,-1],[2,-18],[0,-4],[-6,-43],[0,-14],[0,-2],[-1,-2],[-1,-2],[0,0],[-20,-36],[-7,-14],[-5,-14],[0,-27],[1,-31],[0,0],[0,-3],[0,-2],[-9,-28],[-1,-2],[-13,-23],[-1,-2],[-15,-20],[-49,-63],[-18,-26],[-17,-41],[0,-1],[-29,-60],[-2,-3],[-18,-20],[-1,-1],[-10,-8],[-2,-2],[-18,-8],[-21,-17],[-8,-7],[-7,-25],[-1,-1],[-11,-31],[-1,-1],[-1,-2],[-1,-1],[-13,-15],[-2,-3],[-13,-8],[-1,-1],[-13,-5],[-11,-7],[-4,-6],[-18,-35],[-3,-3],[-15,-15],[-2,-2],[-2,-1],[-2,0],[-16,-3],[-3,0],[-15,1],[-9,1],[-15,-1],[-2,-3],[-2,-6],[-2,-12],[0,-13],[4,-15],[1,-4],[-1,-21],[-1,-2],[-3,-14],[-1,-2],[-8,-20],[-1,-1],[-1,-2],[-1,-2],[-13,-13],[-1,-1],[8,-6],[1,-1],[1,-1],[1,-2],[9,-16],[1,-3],[3,-15],[0,0],[0,-2],[0,-2],[0,-3],[-1,-2],[-1,-1],[-9,-14],[-1,-2],[-12,-13],[-1,0],[-1,-2],[-2,0],[-15,-7],[-3,-1],[-15,-1],[-1,0],[-19,0],[-13,-3],[-4,-3],[-3,-4],[0,-3],[1,-11],[0,-2],[0,-2],[0,-2],[-5,-15],[-1,-2],[-1,-1],[-1,-1],[-11,-13],[-3,-6],[5,-1],[13,4],[1,0],[17,2],[3,0],[11,-1],[2,-1],[2,-1],[2,-1],[0,-1],[10,-10],[1,-1],[1,-2],[1,-2],[1,-2],[0,-2],[1,-15],[0,0],[-1,-2],[0,-3],[-1,-1],[-9,-20],[-2,-3],[-11,-14],[-5,-9],[0,-1],[-12,-22],[-5,-19],[0,0],[-1,-2],[-1,-2],[-2,-2],[-10,-9],[-1,-2],[-2,-1],[-2,0],[-1,0],[-12,-2],[-1,0],[-2,0],[-2,1],[-1,0],[-11,6],[-1,0],[-2,1],[-1,2],[-1,1],[-9,15],[0,1],[-1,2],[-10,1],[-18,-9],[-13,-10],[-1,-1],[-2,-1],[-2,0],[-2,0],[-1,0],[-21,2],[-4,1],[-10,5],[-2,1],[-11,9],[-3,0],[-12,-6],[-3,-4],[-3,-13],[0,-1],[-8,-25],[-1,-3],[-5,-9],[-1,-1],[-2,-2],[-1,-1],[-1,0],[-47,-24],[-9,-7],[-2,-1],[-2,0],[-2,0],[-11,0],[-2,0],[-28,4],[-9,-5],[-11,-12],[-2,-2],[-2,-2],[-20,-11],[-18,-19],[-1,-1],[-1,-1],[-2,-1],[-1,0],[-25,-9],[-3,-1],[-13,-1],[-7,-3],[-6,-10],[-1,0],[-12,-17],[-1,-1],[-5,-5],[0,-1],[-2,-1],[-2,-1],[-2,0],[-2,-1],[-2,1],[-2,0],[-2,1],[-1,1],[-2,2],[-1,2],[-1,2],[-5,15],[0,1],[-1,6],[-8,-10],[-17,-25],[-1,-1],[-24,-26],[-12,-23],[-13,-29],[-2,-2],[-8,-11],[-7,-12],[-1,-1],[-1,-2],[-1,-1],[-19,-15],[-13,-15],[-17,-24],[-12,-21],[-5,-24],[-1,-28],[0,-4],[-5,-13],[-6,-19],[-7,-24],[-1,-1],[-7,-15],[-2,-4],[-7,-8],[-1,-1],[-2,-1],[-2,-1],[-2,0],[-2,-1],[-2,1],[-1,0],[-1,0],[-13,7],[-19,6],[-13,0],[-3,-2],[0,-1],[3,-13],[7,-12],[0,-1],[1,-2],[1,-2],[0,-2],[0,-12],[0,-2],[-1,-2],[-1,-2],[0,0],[-8,-15],[-2,-2],[-5,-7],[0,-1],[8,-15],[15,-22],[1,-1],[0,-2],[1,-2],[0,-1],[2,-15],[0,-1],[0,-2],[0,-1],[-4,-16],[0,-2],[-1,-2],[-1,0],[-8,-14],[-1,0],[-1,-2],[-2,-1],[-1,-1],[-9,-4],[-3,-2],[-28,-4],[-23,-5],[-10,-5],[-1,-2],[0,-1],[11,-24],[0,-1],[1,-2],[0,-3],[0,-15],[0,-3],[-9,-41],[0,-5],[6,1],[1,0],[15,-1],[2,-1],[2,0],[2,-1],[1,-1],[12,-10],[3,-3],[15,-22],[1,-2],[35,-78],[10,-11],[12,-5],[26,3],[3,0],[13,-2],[3,-1],[12,-6],[1,-1],[2,-1],[1,-2],[1,0],[5,-7],[1,-3],[6,-13],[0,-1],[1,-2],[0,-2],[0,-13],[-1,-4],[-2,-11],[-1,-1],[-1,-2],[-1,-2],[-1,-1],[-6,-6],[-1,-1],[1,-1],[19,-5],[2,-1],[1,-1],[2,-1],[1,-1],[11,-12],[0,-1],[1,-1],[1,-2],[1,-2],[0,-2],[0,-11],[0,0],[0,-3],[0,-2],[-1,-1],[-4,-11],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-9,-6],[0,-1],[-2,-1],[-2,0],[-2,-1],[-10,-3],[-2,-1],[-2,0],[-2,0],[-2,1],[-10,4],[-6,2],[-2,-2],[2,-3],[21,-25],[0,-1],[1,-2],[1,-2],[0,0],[4,-15],[1,-1],[0,-3],[0,-2],[0,-1],[-5,-18],[0,-1],[-1,-2],[-1,-2],[-1,-1],[-18,-18],[-2,-1],[-2,-1],[0,-1],[-29,-10],[-2,0],[-25,-2],[-3,-3],[4,-2],[36,2],[1,0],[2,0],[2,-1],[2,-1],[1,-1],[2,-1],[6,-8],[1,-2],[1,-2],[0,-2],[0,-1],[2,-19],[1,0],[3,-39],[0,-1],[-1,-2],[0,-2],[-11,-34],[-1,-2],[-1,-1],[-2,-2],[0,0],[-9,-8],[-1,-1],[-2,-1],[-2,-1],[-2,0],[-2,0],[-1,1],[-29,7],[-4,-1],[-3,-12],[3,-24],[5,-19],[1,-2],[1,-5],[4,-27],[0,-3],[-1,-10],[0,-1],[-2,-15],[-2,-21],[-1,-3],[-10,-26],[-1,-2],[-17,-30],[-6,-18],[-4,-23],[-1,-21],[0,-28],[0,-2],[-7,-35],[1,-20],[2,-15],[0,-3],[-2,-20],[0,0],[0,-2],[-1,-2],[-9,-19],[-1,-1],[-7,-11],[1,-10],[0,-1],[0,-26],[0,-4],[-4,-13],[-2,-4],[-21,-31],[-2,-2],[-9,-9],[-2,-2],[-2,-1],[-15,-6],[-2,-1],[-2,0],[-2,0],[-24,3],[0,1],[-37,6],[-14,1],[-7,-1],[-12,-14],[-6,-8],[-2,-2],[-16,-12],[-2,-1],[-12,-6],[-2,0],[-2,-1],[-14,0],[-4,1],[-26,8],[-2,1],[-15,10],[-12,-2],[-9,-11],[-4,-20],[-1,-1],[-1,-2],[-1,-2],[0,-1],[-13,-14],[-1,-1],[-2,-1],[-1,-1],[-2,0],[-1,0],[-19,-2],[-3,0],[-28,6],[-12,3],[3,-14],[1,-3],[0,-31],[0,-1],[-2,-32],[0,-22],[0,-2],[-2,-14],[0,-1],[-1,-2],[0,-2],[-2,-2],[-1,-1],[-2,-1],[-13,-9],[-3,-1],[-14,-4],[-2,0],[-14,-2],[-16,-11],[-29,-22],[-39,-36],[-7,-23],[7,-20],[13,-16],[1,-2],[17,-26],[1,-3],[11,-31],[8,-14],[28,-2],[1,0],[35,-6],[2,-1],[2,-1],[2,-1],[1,-2],[1,-1],[11,-21],[1,-2],[1,-2],[0,-2],[0,-2],[-1,-3],[-5,-16],[-1,-2],[-1,-2],[-2,-1],[-1,-2],[-21,-12],[-1,0],[-29,-15],[-6,-15],[-1,-32],[0,-2],[-1,-2],[0,-1],[-6,-15],[-1,-1],[-1,-2],[-1,-1],[-2,-2],[0,0],[-13,-8],[-2,0],[-2,-1],[-2,0],[-1,0],[-15,1],[-1,0],[-2,1],[-1,0],[-89,47],[-14,3],[-5,-2],[-5,-6],[0,-1],[-1,-5],[4,-9],[4,-7],[8,-10],[9,-9],[36,-25],[1,-2],[25,-23],[1,0],[14,-16],[1,-1],[1,-2],[0,-1],[3,-5],[4,-12],[1,-1],[0,-2],[0,-2],[1,-5],[0,-10],[0,-2],[-2,-16],[-1,-3],[-7,-25],[-1,-1],[-9,-20],[0,-1],[-2,-2],[-1,-1],[-1,-1],[-18,-12],[-1,-1],[-2,0],[-2,-1],[-20,0],[-2,1],[-2,0],[-2,1],[-20,11],[-1,1],[-17,11],[-10,2],[-10,-1],[-5,-7],[-4,-13],[0,-15],[1,-3],[12,-6],[2,0],[1,-2],[1,0],[6,-7],[1,-1],[1,-1],[1,-2],[0,-3],[0,-2],[0,-9],[0,-2],[0,-2],[-1,-2],[0,0],[-33,-58],[-24,-51],[0,-1],[-8,-13],[-10,-22],[-2,-2],[-1,-1],[-1,-1],[-10,-9],[-20,-18],[-16,-20],[-8,-16],[-1,-15],[-3,-51],[-1,-30],[-1,-1],[-6,-36],[-1,-3],[-16,-37],[0,-1],[-22,-45],[-11,-34],[-6,-30],[-1,-11],[-3,-19],[-1,-9],[1,-8],[5,-8],[11,-11],[1,-1],[1,-2],[1,-2],[0,-1],[10,-58],[0,0],[7,-49],[1,-2],[0,-17],[-1,-3],[-8,-33],[-3,-19],[2,-13],[9,-21],[1,-4],[2,-18],[0,-3],[-1,-18],[0,-1],[-1,-2],[-1,-2],[-1,-2],[-10,-13],[-1,-2],[-2,-1],[0,0],[-24,-14],[-8,-8],[-1,-7],[1,-7],[4,-5],[26,-19],[0,-1],[11,-8],[1,-1],[1,-1],[1,-2],[1,-2],[0,-2],[1,-1],[1,-9],[0,-2],[-1,-2],[0,-2],[-1,-2],[-1,-2],[-1,-2],[-1,0],[-34,-28],[-7,-11],[-2,-19],[2,-11],[10,-16],[0,-1],[6,-12],[1,-2],[0,-2],[1,-2],[0,-1],[-2,-17],[0,-1],[-1,-3],[0,-2],[-2,-1],[-1,-2],[-10,-10],[-3,-2],[-13,-7],[-3,-1],[-28,-6],[-3,0],[-17,1],[-1,0],[-2,1],[-2,1],[-1,1],[-8,6],[0,1],[-2,1],[-1,2],[-1,2],[0,2],[0,0],[-2,11],[0,4],[2,15],[0,0],[1,2],[1,2],[1,2],[1,1],[6,7],[1,1],[2,1],[1,1],[2,0],[2,1],[12,1],[-11,5],[-14,0],[-8,-3],[-9,-14],[-15,-30],[-2,-2],[-1,-1],[-2,-2],[-1,0],[-8,-4],[-1,0],[-2,-1],[-2,0],[-2,0],[-2,1],[-9,3],[-3,2],[-14,12],[-13,10],[-8,2],[-2,0],[5,-48],[0,-3],[-1,-10],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-1,-1],[-7,-6],[-1,-1],[-2,-1],[-2,0],[-2,-1],[-1,0],[-14,1],[-1,0],[-41,4],[-18,-2],[-5,-3],[-38,-48],[-9,-22],[1,-27],[3,-11],[5,-10],[1,-1],[6,-1],[22,1],[1,0],[21,-2],[1,-1],[1,0],[2,-1],[1,0],[10,-8],[1,-1],[2,-1],[1,-2],[1,-2],[0,-1],[1,-4],[0,-1],[0,-2],[0,-2],[-1,-13],[-1,-4],[-5,-13],[-1,-1],[-1,-2],[-1,-2],[-11,-9],[-1,-1],[-2,-1],[-1,0],[-29,-9],[-3,-1],[-22,1],[-22,-9],[-6,-4],[-2,-11],[0,-7],[2,-13],[5,-30],[0,-2],[2,-47],[4,-13],[8,-13],[19,-18],[21,-21],[1,0],[15,-17],[1,-1],[1,-2],[1,-2],[0,-2],[0,-1],[1,-14],[0,-3],[-3,-14],[0,-2],[-1,-2],[-1,-1],[-1,-1],[-8,-10],[-9,-34],[0,-1],[-13,-111],[0,-1],[-10,-62],[0,-3],[0,-2],[0,-1],[11,-2],[32,-6],[20,-2],[30,0],[61,11],[7,2],[26,3],[24,3],[47,12],[97,22],[41,8],[30,5],[28,-2],[42,-15],[139,-62],[177,-78],[61,-22],[42,-10],[84,-21],[54,-11],[6,0],[20,0],[100,85],[186,163],[120,103],[21,-2],[4,-12],[37,-61],[45,-56],[15,-19],[152,-89],[367,107],[0,1],[3,5],[77,76],[96,100],[15,14],[9,1],[55,-33],[25,-14],[12,14],[56,91],[66,94],[21,38],[-12,30],[5,33],[-24,52],[-103,204],[-69,109],[-35,44],[-34,37],[-20,18],[46,-6],[-85,114],[-189,203],[-201,202],[-125,145],[-70,82],[-68,85],[-142,-38],[-74,-23],[-54,-9],[-52,-3],[-34,0],[-3,48],[5,81],[13,76],[55,192],[54,191],[41,158],[-89,33],[73,115],[36,67],[33,76],[26,74],[26,49],[76,104],[193,199],[91,-163],[97,62],[33,-62],[52,34],[-8,-33],[1,-5],[5,-33],[3,-17],[23,-73],[8,-40],[6,-32],[-6,-54],[-10,-52],[-9,-47],[-10,-43],[0,-38],[3,-40],[30,-113],[23,-110],[5,-23],[14,-65],[38,-156],[26,-76],[22,-76],[14,5],[51,20],[8,0],[9,-14],[18,-52],[9,-28],[10,-19],[63,-184],[20,-55],[7,-5],[11,4],[14,6],[116,51],[83,-192],[3,-18],[9,-27],[15,-51],[29,-107],[5,-8],[7,-4],[27,1],[11,-5],[7,-10],[3,-18],[8,-14],[8,-7],[13,1],[12,6],[7,11],[14,30],[19,97],[8,25],[13,12],[19,8],[10,9],[8,20],[8,41],[3,29],[-3,33],[-32,96],[13,11],[32,-87],[1,-16],[2,-67],[-26,-178],[-1,-4],[94,-73],[97,-77],[-3,-35],[-9,-74],[2,-20],[7,-16],[39,-47],[0,-6],[-90,-135],[-14,-29],[-10,-33],[12,-32],[45,-77],[14,-44],[-19,-40],[-79,-86],[-131,-141],[-26,-24],[-7,-21],[-168,-215],[-15,-22],[10,-114],[-3,-12],[-46,-32],[-192,-142],[-142,-105],[-32,-22],[-88,7],[-41,3],[-24,6],[-25,30],[-28,27],[-3,-15],[-47,-313],[1,-10],[71,-33],[0,-11],[-53,-295],[-5,-4],[-24,0],[-5,-14],[-38,-122],[-17,-19],[-2,-74],[-50,-395],[-10,-117],[0,-30],[8,-35],[6,-13],[13,-30],[5,-14],[34,-41],[8,-7],[2,-19],[-26,11],[-41,22],[-34,26],[-65,59],[-31,34],[-14,9],[-10,-16],[-80,-108],[-50,-68],[-9,-8],[-22,23],[-37,37],[-47,37],[-98,63],[-51,44],[-31,36],[-13,17],[-34,61],[-17,43],[-14,40],[-18,32],[-19,30],[-30,31],[-35,32],[-19,25],[-41,67],[-34,38],[-32,24],[-29,11],[-23,5],[2,-17],[7,-11],[8,-47],[3,-21],[0,-153],[2,-67],[10,-113],[5,-174],[-1,-63],[5,-197],[-1,-50],[-6,-38],[-19,-46],[-10,-5],[-7,-15],[13,-6],[55,-17],[80,-13],[22,-1],[2,-23],[-1,-26],[-1,-119],[-2,-160],[-9,-456],[1,-168],[-2,-3],[16,-15],[51,-68],[19,-34],[3,-21],[0,-2],[69,-70],[7,-12],[6,-15],[19,-106],[2,-1],[4,-38],[37,-188],[22,-124],[18,-101],[10,-21],[10,8],[6,1],[13,-16],[104,-152],[5,-2],[99,63],[5,-117],[-50,-30],[2,-8],[43,-88],[88,-157],[13,-9],[20,0],[19,7],[34,9],[21,4],[36,5],[22,8],[24,18],[17,8],[20,2],[26,0],[15,3],[121,34],[25,-108],[273,56],[74,25],[144,62],[62,25],[-8,71],[24,0],[61,22],[61,22],[58,25],[12,8],[22,14],[13,22],[24,26],[9,8],[18,17],[67,52],[31,18],[18,10],[3,1],[10,4],[7,-2],[18,-7],[8,-8],[-3,-4],[-8,-31],[0,-41],[5,-20],[17,-35],[7,-11],[14,-22],[51,-75],[33,-63],[5,-14],[46,-111],[5,-12],[18,-42],[59,-164],[20,-85],[24,-107],[20,-29],[17,-14],[11,-9],[28,-36],[10,-23],[2,-23],[-1,-22],[0,0],[27,-12],[6,-4],[19,-21],[14,-16],[14,-9],[16,-4],[32,-2],[165,38],[14,4],[7,-19],[9,-35],[0,-28],[-4,-34],[86,-38],[18,43],[91,-20],[24,0],[26,-5],[1,-23],[5,-57],[13,-21],[67,-128],[59,-108],[18,-36],[19,-70],[6,-56],[2,-94],[-4,-44],[-4,-18],[-16,-25],[-9,-26],[-8,-60],[-15,-158],[-14,-77],[144,-132],[-18,-19],[-112,-100],[-82,-73],[-33,39],[-55,55],[-58,44],[-20,11],[-6,19],[-18,71],[-55,154],[-15,2],[-34,-7],[-20,-11],[-14,-12],[-6,-10],[52,-152],[36,-108],[-115,-121],[-154,-166],[50,-51],[73,-80],[12,-11],[13,-2],[13,1],[28,22],[52,-79],[-79,-68],[-509,-12],[-71,-30],[-119,-73],[-68,-12],[-318,-17],[-189,-7],[-4,-1],[-13,29],[-15,16],[-23,11],[-40,1],[-8,5],[-6,9],[-2,10],[-2,8],[0,30],[-6,28],[1,7],[7,9],[16,4],[22,19],[1,69],[7,10],[12,10],[3,11],[-7,36],[0,21],[-2,6],[-1,0],[-418,-46],[-91,69],[-64,61],[-22,22],[-2,2],[-148,137],[-118,115],[-74,71],[-6,13],[-10,18],[-19,28],[-18,22],[33,4],[8,1],[0,1],[-6,21],[-2,11],[-13,42],[0,0],[-12,23],[-23,49],[-33,67],[-26,68],[-16,26],[-22,50],[-3,7],[-9,30],[-2,8],[0,0],[-1,2],[-6,12],[-6,12],[-12,23],[-3,6],[0,0],[-10,22],[-5,12],[-15,39],[-8,15],[-7,11],[-6,3],[-9,0],[-8,2],[-7,6],[-10,11],[-2,8],[2,9],[5,7],[6,6],[9,4],[5,9],[-15,11],[-9,12],[-4,11],[4,12],[2,3],[8,13],[0,11],[-13,11],[-16,9],[-14,12],[-5,13],[-1,3],[-7,15],[-4,22],[-11,21],[-8,12],[-6,5],[-11,5],[-8,1],[-2,0],[-11,-3],[0,0],[-24,2],[-2,-3],[-6,4],[-27,15],[-23,20],[-11,13],[-22,23],[-14,30],[-11,53],[-10,17],[-11,5],[-10,-12],[-2,-30],[-3,-16],[-3,-15],[-7,-4],[-10,1],[-8,10],[-9,25],[-16,80],[-7,12],[-14,1],[-21,-5],[-12,0],[-12,9],[-17,25],[-14,21],[13,15],[4,8],[3,12],[-5,23],[-50,73],[-2,-1],[-15,5],[-25,38],[-5,10],[-5,13],[-47,7],[-4,0],[-44,-21],[-16,28],[-33,46],[-11,12],[-12,6],[-19,1],[-17,2],[-8,1],[-16,7],[-23,9],[-9,9],[-6,8],[-8,39],[-6,19],[-8,16],[-10,12],[-15,11],[-19,7],[-8,2],[-14,2],[-21,0],[-21,1],[-14,5],[-13,10],[-11,21],[-14,40],[-7,14],[-14,7],[-23,21],[-30,43],[-40,48],[-4,8],[-14,20],[-2,9],[-5,19],[-1,18],[-3,33],[-5,19],[-10,25],[-2,29],[5,18],[23,26],[24,14],[40,9],[27,19],[19,16],[3,7],[-2,0],[-9,6],[-7,2],[-8,3],[-13,14],[-5,13],[-1,2],[-4,24],[-34,21],[-3,1],[-7,3],[-21,16],[-10,13],[-1,1],[-6,7],[1,2],[-7,14],[-143,-104],[-18,-14],[-5,-3],[-9,-7],[-116,-84],[-42,90],[-77,181],[-17,2],[-18,31],[-41,71],[-17,21],[-28,29],[-37,33],[-6,9],[2,11],[7,26],[5,32],[0,20],[-5,20],[-10,22],[-34,59],[-20,37],[-13,29],[-15,42],[-15,51],[-14,69],[-11,69],[-7,68],[-10,101],[-4,54],[-3,78],[0,58],[2,67],[3,65],[7,64],[7,64],[7,46],[4,10],[9,5],[1,1],[44,-6],[0,7],[1,5],[15,-1],[5,1],[26,-2],[26,7],[10,6],[1,11],[-12,-6],[-4,11],[-6,0],[-11,4],[-7,5],[-4,6],[-3,7],[-2,11],[3,10],[0,8],[-3,29],[1,15],[0,2],[0,3],[-1,34],[0,19],[0,1],[-3,13],[-5,17],[0,5],[3,21],[2,13],[13,20],[3,4],[4,10],[8,27],[0,16],[-6,13],[-3,4],[-2,2],[-11,4],[-3,9],[1,5],[0,4],[12,19],[8,13],[6,14],[2,21],[5,15],[12,12],[13,9],[8,11],[9,23],[-9,8],[-6,7],[-3,7],[4,14],[9,12],[9,23],[3,11],[4,13],[16,20],[-2,19],[0,11],[15,33],[9,31],[20,36],[9,14],[12,7],[11,2],[11,-6],[7,-8],[6,-10],[-6,-11],[-7,-22],[3,-16],[6,-14],[0,-16],[8,2],[7,6],[9,9],[6,16],[8,25],[4,5],[7,2],[23,-9],[2,20],[4,16],[16,18],[4,9],[2,5],[9,29],[11,19],[8,20],[9,25],[4,12],[14,14],[39,18],[0,7],[10,8],[12,24],[6,17],[8,19],[18,38],[12,25],[4,21],[-2,31],[-6,18],[-9,16],[-11,12],[-8,13],[0,6],[2,10],[5,9],[11,5],[11,1],[7,3],[5,5],[0,9],[-5,26],[-4,45],[-7,16],[-2,4],[-5,14],[-8,12],[-9,23],[-1,3],[-6,24],[-5,9],[-1,5],[-4,17],[-17,19],[-12,8],[-2,1],[-7,12],[-1,3],[-1,5],[-1,1],[-6,18],[2,9],[-11,17],[-7,17],[-1,2],[-3,20],[-2,19],[-5,8],[-6,9],[-2,9],[2,7],[3,6],[7,1],[26,6],[7,4],[5,4],[2,5],[-3,6],[-3,9],[-5,8],[-2,3],[-5,11],[-7,6],[-6,7],[-2,7],[0,9],[7,9],[6,10],[2,13],[4,9],[0,12],[0,14],[2,7],[4,5],[6,3],[16,3],[8,0],[6,-3],[10,-1],[7,2],[5,5],[4,6],[2,10],[1,6],[-4,4],[-29,3],[-25,3],[-5,3],[-4,4],[-4,8],[-1,7],[3,8],[4,19],[1,6],[-2,8],[0,1],[-1,2],[0,5],[0,1],[-1,4],[-3,11],[1,9],[1,7],[1,4],[9,46],[2,3],[4,12],[-3,7],[-7,6],[-22,8],[-1,8],[1,9],[3,15],[3,7],[3,6],[4,5],[6,3],[21,8],[12,3],[4,0],[-2,4],[-14,7],[-16,1],[-16,-2],[-13,2],[-5,7],[-1,10],[6,7],[4,7],[8,8],[9,6],[15,5],[8,7],[5,9],[4,14],[7,13],[10,14],[3,10],[2,3],[1,7],[-4,10],[0,9],[0,6],[1,4],[3,6],[5,3],[21,-6],[11,-12],[8,-6],[7,-3],[5,3],[0,6],[-5,3],[-14,5],[-6,8],[-4,9],[1,9],[3,7],[0,8],[-2,10],[-3,9],[-7,13],[0,14],[-4,5],[-4,-4],[-6,-5],[-13,-6],[-8,-2],[-12,-2],[-4,0],[-9,1],[-2,2],[-4,4],[-2,13],[5,16],[2,11],[0,5],[-2,9],[-3,12],[-2,19],[1,5],[5,9],[5,13],[2,8],[0,6],[0,2],[-5,6],[-1,1],[-1,3],[0,1],[-1,7],[4,13],[6,6],[14,8],[6,7],[10,16],[0,1],[0,2],[1,11],[5,12],[1,1],[0,0],[5,5],[1,1],[4,3],[7,8],[2,2],[3,5],[3,6],[0,0],[2,2],[13,11],[-26,197],[88,-13],[2,19],[5,-1],[0,2],[0,4],[10,63],[13,111],[0,3],[1,1],[9,38],[1,1],[1,2],[1,2],[0,0],[8,10],[2,8],[0,7],[-12,13],[-21,20],[-20,20],[-3,3],[-9,16],[0,1],[-7,16],[0,1],[0,2],[0,2],[-2,48],[-5,30],[0,1],[-2,14],[0,9],[0,4],[4,18],[0,1],[1,2],[1,2],[2,1],[0,1],[11,8],[3,2],[26,10],[4,0],[21,0],[26,8],[6,5],[3,9],[1,6],[-3,2],[-17,2],[-23,-1],[-1,1],[-11,1],[0,0],[-2,1],[-2,1],[-2,1],[-1,1],[-5,6],[-1,2],[-7,13],[-1,2],[-4,15],[0,3],[-1,31],[0,3],[1,2],[0,0],[11,27],[1,3],[41,51],[2,3],[10,6],[2,1],[2,0],[1,0],[21,2],[2,0],[42,-4],[10,0],[1,1],[0,2],[-5,50],[0,2],[0,2],[0,2],[1,2],[0,1],[5,8],[1,1],[1,2],[2,1],[2,1],[1,0],[10,3],[0,0],[2,0],[2,0],[1,0],[13,-4],[4,-2],[14,-10],[1,-1],[13,-11],[3,-2],[1,1],[14,26],[0,2],[12,18],[0,0],[2,2],[1,1],[2,1],[13,5],[4,1],[19,0],[2,-1],[2,0],[1,-1],[22,-11],[0,-1],[2,-1],[1,-1],[5,-6],[1,-2],[1,-2],[1,-2],[0,-3],[0,-2],[-1,-2],[0,-1],[-4,-8],[0,0],[-1,-2],[-2,-2],[-1,-1],[-8,-5],[0,-1],[-2,-1],[-2,0],[-1,0],[-15,-2],[0,0],[-1,-9],[0,-4],[1,-1],[12,-1],[26,6],[9,5],[6,6],[1,8],[-4,8],[-10,18],[-1,0],[-1,2],[0,3],[-3,16],[0,3],[3,24],[0,1],[0,2],[1,2],[1,1],[10,15],[2,3],[28,23],[-4,4],[-27,19],[-2,3],[-8,9],[-1,2],[-1,2],[-1,3],[-1,12],[0,4],[2,14],[0,2],[1,2],[1,2],[2,2],[12,11],[2,2],[23,13],[6,8],[1,13],[-2,14],[-9,22],[-1,3],[-2,17],[0,4],[4,22],[0,1],[8,32],[0,14],[-7,47],[0,1],[-10,52],[-9,10],[-2,2],[-6,12],[-1,0],[0,2],[-1,2],[-2,13],[0,4],[1,10],[3,19],[1,12],[0,1],[6,31],[1,2],[11,35],[1,2],[22,46],[15,35],[7,34],[1,29],[3,50],[1,19],[0,2],[0,2],[1,2],[0,0],[11,19],[1,1],[17,23],[1,1],[21,19],[1,1],[9,7],[9,19],[1,1],[7,13],[24,52],[0,0],[31,55],[0,1],[-15,6],[-1,1],[-2,1],[-1,2],[-1,2],[-1,1],[-4,10],[-1,1],[0,2],[-1,3],[0,0],[1,20],[1,4],[5,17],[1,2],[1,2],[10,12],[1,2],[2,1],[1,1],[2,0],[1,0],[17,2],[3,0],[13,-2],[2,-1],[2,-1],[19,-12],[17,-10],[14,0],[12,8],[7,16],[7,22],[2,14],[-1,9],[0,3],[-4,10],[-1,3],[-12,13],[-24,22],[-37,26],[-2,2],[-9,10],[-10,11],[-2,3],[-4,9],[-6,12],[-1,2],[0,2],[0,2],[0,2],[1,9],[1,5],[0,1],[0,2],[1,2],[1,2],[9,12],[2,1],[1,1],[2,1],[11,5],[2,0],[2,0],[2,0],[0,0],[20,-4],[2,-1],[88,-46],[10,-1],[7,4],[3,8],[1,32],[0,2],[1,2],[0,1],[9,22],[1,1],[1,2],[1,2],[2,1],[1,1],[33,16],[16,9],[2,6],[-6,11],[-29,5],[-32,2],[-2,0],[-2,0],[-2,1],[-1,2],[-2,1],[0,1],[-13,21],[-1,2],[-11,32],[-15,24],[-15,18],[-1,2],[-1,2],[-9,27],[-1,2],[0,2],[0,2],[1,2],[9,31],[1,2],[1,2],[2,2],[42,38],[1,1],[29,23],[1,0],[19,12],[1,1],[2,1],[1,0],[16,2],[12,3],[7,5],[1,7],[0,21],[0,1],[2,32],[0,29],[-5,19],[-1,1],[0,2],[0,2],[1,2],[4,13],[0,2],[2,2],[1,1],[2,1],[1,1],[2,1],[2,0],[2,0],[1,0],[24,-6],[26,-6],[12,1],[8,9],[5,19],[0,1],[1,2],[1,2],[13,17],[1,1],[2,1],[2,1],[2,1],[20,4],[2,0],[2,0],[2,-1],[2,0],[17,-12],[23,-7],[10,0],[9,4],[14,11],[5,6],[15,17],[1,1],[1,1],[2,1],[2,1],[12,2],[3,0],[16,-1],[1,0],[37,-6],[21,-3],[11,4],[7,7],[19,29],[3,9],[0,23],[-1,14],[0,1],[0,2],[1,3],[1,2],[0,1],[9,14],[8,16],[1,15],[-2,14],[0,2],[-1,22],[1,3],[6,35],[0,26],[0,1],[1,22],[1,2],[4,25],[0,2],[7,20],[1,2],[17,31],[9,23],[2,19],[0,1],[2,14],[1,8],[-4,26],[-1,4],[-6,19],[0,3],[-3,28],[0,1],[0,2],[0,2],[6,21],[0,1],[1,2],[1,2],[2,1],[2,2],[1,0],[2,1],[13,3],[0,0],[2,1],[2,-1],[1,0],[26,-6],[2,2],[9,27],[-2,35],[-2,15],[-34,-2],[-1,0],[-2,0],[-2,1],[-1,1],[-13,8],[-2,1],[-1,2],[-2,2],[-1,2],[0,2],[0,1],[-1,13],[0,1],[0,3],[0,2],[1,2],[1,2],[2,1],[1,1],[12,9],[1,0],[2,1],[1,1],[2,0],[26,2],[24,9],[14,13],[2,11],[-2,9],[-19,23],[-1,1],[-7,12],[-1,1],[-1,2],[0,2],[-1,2],[1,2],[0,2],[1,2],[4,9],[0,0],[1,2],[2,2],[1,1],[10,7],[2,1],[2,0],[2,0],[2,0],[1,0],[11,-3],[1,-1],[7,-3],[8,3],[2,1],[3,2],[2,5],[0,3],[-5,6],[-18,4],[-2,1],[-2,1],[-1,1],[-7,6],[-1,2],[-1,2],[-1,2],[-1,1],[-2,10],[0,1],[0,2],[0,2],[1,2],[1,2],[0,1],[4,7],[3,2],[4,5],[2,5],[0,9],[-4,9],[-3,4],[-8,4],[-10,1],[-28,-2],[-1,0],[-2,0],[-1,0],[-17,7],[-2,1],[-2,1],[-1,1],[-13,15],[-2,3],[-35,78],[-14,20],[-8,7],[-11,1],[-11,-1],[0,0],[-2,0],[-2,1],[-2,1],[-2,1],[-1,1],[-6,7],[-1,1],[-1,2],[-1,2],[-1,2],[0,2],[0,13],[1,2],[8,41],[0,11],[-11,24],[0,1],[-1,2],[0,1],[-1,10],[0,1],[0,2],[1,2],[1,2],[1,2],[0,1],[7,7],[1,1],[2,1],[1,1],[12,6],[3,1],[24,6],[1,0],[27,4],[5,3],[5,8],[3,11],[-1,10],[-14,19],[0,1],[-10,18],[-1,1],[-1,2],[0,2],[0,2],[0,10],[0,2],[0,3],[1,2],[1,1],[1,1],[7,9],[7,11],[0,4],[-7,10],[0,1],[-1,2],[-1,2],[-3,18],[0,0],[0,2],[0,3],[2,10],[0,2],[1,2],[1,2],[2,1],[2,2],[9,5],[1,1],[2,1],[2,0],[17,1],[1,0],[2,0],[1,-1],[22,-7],[2,-1],[6,-3],[1,1],[5,12],[8,23],[6,20],[3,11],[1,27],[0,3],[6,28],[2,3],[13,23],[1,1],[17,25],[1,1],[14,17],[2,2],[18,14],[6,10],[1,1],[8,11],[13,28],[0,1],[13,24],[2,3],[24,26],[17,25],[1,1],[15,19],[1,1],[2,1],[1,1],[2,1],[2,0],[2,0],[10,-2],[0,0],[2,0],[2,-1],[2,-2],[1,-1],[1,-2],[1,-2],[0,-1],[3,-12],[3,5],[8,12],[1,0],[1,2],[2,1],[0,1],[12,5],[1,1],[2,0],[1,1],[14,1],[22,7],[18,19],[2,2],[20,11],[0,1],[13,13],[2,2],[13,8],[2,0],[2,1],[2,0],[1,0],[32,-5],[7,0],[7,5],[1,1],[44,22],[3,5],[7,23],[3,15],[0,1],[1,2],[1,2],[6,8],[2,2],[2,1],[0,1],[18,9],[1,0],[2,1],[2,0],[1,0],[9,-1],[1,0],[2,-1],[2,-1],[1,0],[13,-10],[7,-4],[15,-1],[10,8],[3,2],[22,9],[2,1],[2,0],[19,0],[2,0],[2,-1],[1,-1],[2,-1],[2,-2],[1,-2],[4,-8],[7,-12],[4,-2],[6,1],[5,4],[4,16],[1,4],[13,22],[5,12],[2,3],[12,13],[6,16],[0,6],[-4,4],[-6,1],[-14,-2],[-14,-4],[-1,-1],[-2,0],[-2,0],[-15,2],[0,0],[-2,1],[-2,1],[-2,1],[-1,2],[-1,2],[-1,1],[-4,11],[0,2],[-1,3],[1,2],[0,2],[0,1],[6,15],[1,1],[1,2],[1,1],[11,12],[3,9],[-2,9],[0,4],[1,8],[0,1],[1,2],[1,2],[1,2],[6,8],[2,2],[8,6],[1,0],[1,1],[3,1],[16,3],[2,0],[19,0],[13,1],[11,5],[10,11],[6,8],[-2,7],[-6,12],[-11,8],[0,1],[-2,1],[-1,2],[-1,2],[0,1],[-2,6],[0,2],[0,2],[0,2],[0,2],[1,2],[4,9],[3,3],[13,14],[7,17],[3,11],[0,17],[-3,14],[-1,4],[0,16],[0,2],[2,15],[1,3],[4,9],[2,3],[6,8],[1,1],[2,2],[2,1],[2,0],[0,0],[2,1],[19,2],[2,0],[11,-1],[13,-2],[11,2],[12,11],[17,34],[1,1],[5,9],[1,1],[1,1],[2,1],[14,10],[2,1],[13,5],[10,6],[10,13],[11,29],[9,28],[1,2],[1,1],[1,2],[10,10],[1,0],[23,18],[2,2],[17,8],[8,7],[17,18],[27,58],[18,42],[1,2],[18,28],[1,1],[49,63],[15,19],[11,21],[8,25],[-1,29],[0,0],[0,30],[1,4],[6,17],[0,2],[8,15],[0,0],[19,33],[0,11],[0,3],[6,41],[-2,13],[-3,4],[-43,29],[-1,1],[-1,2],[-1,2],[-1,2],[-1,2],[0,2],[0,1],[2,35],[0,1],[0,3],[1,0],[5,14],[1,1],[1,2],[1,2],[2,1],[2,1],[12,8],[10,23],[10,31],[1,1],[15,38],[1,0],[12,27],[9,66],[1,2],[0,2],[2,2],[1,2],[25,23],[27,26],[23,23],[0,1],[2,1],[2,1],[0,0],[39,14],[40,14],[8,5],[1,47],[0,2],[0,2],[1,2],[1,2],[2,1],[2,2],[1,0],[2,1],[3,1],[34,6],[20,7],[18,14],[13,18],[16,43],[1,1],[1,2],[0,0],[12,14],[1,1],[2,1],[1,1],[1,0],[2,1],[22,8],[3,1],[103,5],[74,25],[18,6],[2,0],[49,8],[2,0],[68,3],[19,8],[6,7],[3,34],[0,2],[1,2],[0,2],[2,2],[1,1],[2,1],[1,1],[2,1],[2,0],[1,0],[130,-9],[17,-1],[48,41],[2,1],[24,14],[4,1],[17,4],[2,0],[2,0],[2,-1],[17,-6],[2,-1],[1,-2],[2,-1],[0,-1],[10,-14],[4,-1],[8,3],[16,16],[2,1],[16,11],[2,1],[2,0],[1,0],[20,3],[22,8],[1,2],[11,12],[16,38],[1,3],[15,19],[1,1],[2,2],[1,0],[27,16],[10,7],[14,27],[2,16],[-3,21],[0,2],[0,2],[1,3],[1,2],[47,88],[8,72],[0,1],[2,15],[5,31],[1,3],[7,16],[4,9],[1,12],[0,1],[5,39],[0,1],[0,2],[1,2],[9,16],[1,1],[1,2],[2,1],[17,11],[2,0],[2,1],[1,0],[24,3],[4,-1],[24,-5],[1,0],[10,33],[0,1],[12,32],[1,2],[1,2],[1,1],[14,14],[2,71],[0,1],[9,87],[5,86],[2,42],[0,1],[0,2],[1,2],[8,16],[0,1],[1,1],[1,2],[1,1],[36,28],[25,24],[8,11],[2,31],[0,1],[2,15],[1,3],[6,17],[1,1],[1,2],[1,2],[1,0],[16,12],[1,1],[1,1],[2,0],[18,5],[2,0],[2,0],[2,-1],[17,-7],[2,-1],[30,-20],[11,-2],[9,3],[13,14],[8,18],[0,36],[0,2],[2,15],[1,2],[1,2],[1,2],[0,1],[11,12],[1,1],[1,1],[2,1],[20,7],[3,1],[42,1],[20,7],[12,7],[68,38],[0,0],[1,1],[112,53],[35,16],[0,0],[1,0],[0,1],[1,0],[28,7],[1,0],[0,0],[1,1],[1,0],[1,0],[0,0],[20,-3],[0,0],[0,0],[41,-7],[1,0],[1,0],[23,-6],[0,0],[1,-1],[1,0],[0,0],[0,0],[27,-15],[16,-6],[10,0],[44,17],[28,19],[25,26],[0,0],[1,1],[1,0],[0,1],[41,27],[1,0],[0,0],[1,1],[1,0],[0,0],[1,0],[227,64],[62,20],[43,34],[0,0],[1,1],[0,0],[134,73],[10,6],[28,25],[11,13],[60,68],[0,0],[1,0],[0,1],[67,57],[1,0],[1,0],[0,1],[87,51],[57,52],[57,95],[0,0],[14,22],[26,40],[0,0],[1,1],[0,1],[1,0],[46,46],[0,0],[1,1],[0,0],[1,1],[1,0],[0,0],[54,26],[20,23],[10,11],[55,99],[0,0],[1,1],[0,0],[12,15],[0,0],[0,1],[15,18],[70,82],[0,0],[0,0],[144,158],[1,0],[40,40],[34,50],[90,188],[72,148],[16,66],[10,100],[0,95],[0,0],[0,1],[6,77],[0,0],[0,1],[0,1],[1,1],[0,0],[1,4],[16,48],[1,1],[0,1],[0,0],[1,1],[0,1],[0,0],[21,29],[0,8],[0,1],[0,1],[0,1],[0,1],[0,1],[0,0],[0,1],[1,1],[0,1],[0,0],[1,1],[0,1],[1,0],[0,1],[1,0],[1,1],[0,0],[1,1],[1,0],[0,0],[1,1],[1,0],[1,0],[0,0],[1,0],[28,1],[10,1],[6,10],[4,39],[0,0],[0,1],[0,1],[0,1],[1,0],[14,45],[1,0],[0,1],[0,1],[1,1],[0,0],[51,80],[15,25],[32,54],[14,44],[2,7],[1,1],[0,0],[0,1],[1,1],[16,29],[0,0],[1,1],[0,0],[1,1],[0,1],[1,0],[1,1],[0,0],[45,33],[1,0],[0,1],[1,0],[1,0],[0,0],[1,1],[1,0],[1,0],[0,0],[1,0],[0,0],[6,-1],[74,-1],[14,17],[0,0],[0,1],[74,109],[11,31],[1,1],[0,0],[39,79],[0,0],[0,1],[1,0],[0,1],[73,103],[0,0],[1,1],[56,66],[-15,23],[-21,33],[-28,42],[-56,87],[-1,0],[0,1],[0,1],[-1,1],[0,0],[0,1],[0,1],[0,1],[0,1],[-1,0],[1,1],[0,1],[0,1],[0,1],[0,1],[0,0],[1,1],[0,1],[23,44],[25,47],[39,76],[5,9],[17,35],[60,114],[0,1],[1,0],[0,1],[1,1],[0,0],[75,74],[0,0],[1,0],[1,1],[0,0],[10,7],[12,7],[61,39],[77,53],[17,27],[14,21],[0,1],[11,92],[0,0],[0,0],[21,126],[0,0],[0,1],[0,0],[14,56],[0,1],[0,1],[1,1],[0,0],[0,1],[1,0],[29,46],[22,51],[16,54],[0,0],[0,0],[0,1],[1,1],[32,63],[1,0],[0,1],[0,0],[17,22],[10,13],[0,1],[1,0],[70,82],[14,23],[17,26],[39,87],[12,27],[19,49],[29,78],[0,1],[1,1],[0,1],[1,0],[0,1],[0,0],[27,33],[30,49],[28,48],[0,0],[1,1],[0,0],[28,39],[0,1],[1,1],[0,0],[1,1],[1,0],[0,1],[1,0],[41,23],[0,0],[1,0],[1,1],[0,0],[1,0],[1,0],[0,0],[24,3],[-33,21],[-54,44],[-95,96],[-66,72],[-18,37],[-1,31],[1,84],[0,19],[0,25],[-47,197],[-19,90],[-11,49],[-14,31],[-48,39],[-42,49],[-16,34],[4,34],[32,34],[33,29],[21,45],[37,73],[6,32],[-11,21],[-32,28],[-72,44],[-8,5],[-60,73],[-31,21],[-21,-3],[-22,-23],[-31,-49],[-26,-19],[-28,-12],[-139,71],[-5,2],[-39,34],[-31,54],[-9,55],[7,46],[11,22],[15,23],[19,13],[26,0],[35,-17],[34,-26],[12,-21],[5,-37],[14,-13],[9,-1],[10,6],[1,5],[5,55],[5,29],[6,20],[10,11],[11,5],[8,12],[13,22],[1,57],[-6,46],[-9,14],[-51,-5],[-32,-5],[-1,-1],[-22,-13],[-4,-22],[0,-38],[-9,-32],[-20,-22],[-34,-4],[-32,25],[-31,44],[-13,29],[-5,42],[0,30],[13,34],[24,40],[18,13],[6,16],[-15,19],[-38,20],[-9,12],[-8,29],[-6,19],[-1,43],[14,42],[17,15],[47,20],[6,5],[17,29],[-2,24],[-11,24],[-13,18],[3,74],[8,17],[5,32],[-9,23],[-16,21],[-45,3],[-50,9],[-42,20],[-38,33],[-6,24],[1,28],[32,39],[41,6],[121,23],[93,17],[57,4],[30,-5],[53,-22],[46,-30],[21,-4],[23,19],[9,19],[4,6],[6,33],[7,109],[-12,11],[-19,10],[-70,-16],[-34,12],[-17,22],[-2,18],[-7,36],[-10,29],[-1,5],[-29,26],[-32,24],[-79,43],[-33,4],[-19,-9],[-7,-25],[-28,-29],[-27,-13],[-26,3],[-24,18],[-7,25],[4,41],[17,101],[12,45],[18,92],[46,158],[8,24],[16,50],[42,98],[0,9],[0,29],[0,33],[-7,227],[-3,147],[-1,34],[-12,52],[-32,9],[-2,1],[-29,16],[-26,34],[-9,29],[-8,44],[-9,67],[-13,61],[-24,81],[-8,19],[-97,67],[-26,43],[-9,70],[-5,41],[5,29],[18,15],[34,3],[57,-27],[51,17],[8,31],[9,65],[17,32],[-8,46],[-117,228],[-57,104],[-52,51],[-70,46],[-62,28],[-58,5],[-60,-2],[-5,0],[-45,7],[-41,27],[-28,41],[-3,10],[-10,43],[13,39],[23,21],[79,27],[46,31],[54,34],[28,23],[10,29],[-20,37],[-38,26],[-71,49],[-54,67],[-31,14],[-79,3],[-63,22],[-55,35],[-34,10],[-35,-9],[-18,-5],[-34,-37],[-17,-31],[-28,-17],[-32,-2],[-46,46],[-20,65],[-28,31],[-25,25],[2,57],[21,32],[16,34],[0,40],[-17,51],[-25,46],[-7,50],[-17,105],[-14,38],[-19,10],[-8,0],[-10,-16],[-29,-15],[-27,3],[-21,6],[-12,-3],[-24,-12],[-13,-2],[-37,4],[-34,-2],[-22,16],[-18,30],[-13,10],[-21,-2],[-26,-13],[-26,-12],[-40,-8],[-30,-20],[-85,-76],[-4,-5],[-29,-31],[-8,-20],[-1,-66],[-7,-18],[-21,-31],[-32,-35],[-29,-22],[-56,-29],[-34,-16],[-44,3],[-25,10],[-23,15],[-20,50],[-8,30],[13,30],[14,25],[1,18],[-4,17],[-9,6],[-10,2],[-12,-9],[-12,-12],[-7,-17],[-2,-16],[-24,-11],[-6,-1],[-15,-5],[-32,-1],[-32,9],[-111,223],[-4,22],[3,17],[6,19],[8,14],[14,9],[22,6],[25,2],[13,6],[31,27],[39,38],[14,21],[6,24],[-4,11],[-11,4],[-17,-6],[-90,-47],[-27,0],[-12,3],[-8,13],[-4,20],[0,14],[3,16],[21,35],[4,32],[2,89],[-6,8],[-12,0],[-29,-12],[-48,-39],[-16,-25],[-12,-4],[-30,-2],[-8,-1],[-22,-7],[-15,-2],[-11,0],[-11,6],[-12,12],[-3,16],[29,32],[96,86],[73,77],[13,23],[2,19],[-2,12],[-34,28],[-30,11],[-22,-2],[-25,-15],[-63,-54],[-19,-8],[-26,0],[-19,5],[-22,17],[-10,17],[-3,7],[-28,75],[-26,70],[-7,22],[-14,51],[-23,100],[-12,78],[-6,35],[-3,17],[-13,24],[-39,27],[-19,14],[-13,13],[-14,35],[-11,49],[-9,29],[-34,44],[-41,58],[-39,45],[-26,22],[-19,9],[-68,11],[-25,15],[-15,23],[-8,20],[4,19],[10,15],[40,56],[27,34],[9,18],[0,17],[-9,17],[-13,13],[-5,15],[-3,76],[-2,84],[12,70],[11,39],[14,38],[18,34],[0,18],[-8,13],[-9,4],[-13,-1],[-50,-16],[-20,-11],[-22,-25],[-12,-19],[-5,-33],[-10,-29],[-14,-26],[-27,-30],[-41,-20],[-34,-23],[-23,-21],[-6,-18],[10,-25],[10,-40],[-2,-22],[1,-14],[0,-5],[-1,-11],[-2,-5],[-2,-3],[-2,0],[-4,-2],[-4,-8],[-4,-3],[-8,-3],[-8,0],[-7,3],[-4,4],[-16,18],[-21,32],[-20,38],[-3,16],[-7,52],[-3,16],[-14,31],[-4,15],[-6,19],[3,17],[3,9],[-12,25],[-14,23],[-8,34],[-24,69],[-59,193],[-30,62],[-3,8],[-30,65],[-12,42],[-30,137],[-36,181],[-13,71],[0,50],[13,88],[27,144],[11,38],[18,25],[25,18],[14,7],[16,8],[82,26],[12,12],[6,19],[-6,30],[-3,13],[-9,57],[-3,39],[3,47],[9,157],[7,29],[14,18],[105,76],[9,21],[4,44],[-8,92],[-4,66],[2,78],[-1,55],[-10,35],[-15,11],[-25,2],[-20,-8],[-9,-15],[-3,-33],[-8,-49],[-19,-38],[-43,-55],[-19,-13],[-26,-5],[-29,-1],[-36,12],[-28,16],[-20,21],[-9,22],[1,20],[37,105],[8,35],[5,26],[-4,30],[-3,17],[-13,21],[-16,20],[-6,14],[-4,8],[-8,25],[2,19],[9,15],[9,2],[24,-1],[27,-8],[56,-24],[31,-2],[14,5],[8,8],[0,8],[-10,11],[-15,23],[-3,20],[-2,7],[-9,7],[-8,2],[-6,11],[-2,22],[-3,13],[-10,8],[-17,7],[-42,3],[-22,14],[-37,47],[-25,17],[-28,35],[-21,11],[-116,47],[-50,22],[-21,10],[-43,33],[-29,33],[-3,4],[-25,43],[-16,37],[-20,88],[-3,6],[-24,25],[-10,17],[-23,21],[-31,15],[-24,0],[-34,-1],[-28,3],[-36,10],[-31,14],[-4,4],[-15,14],[-8,21],[-12,70],[-10,57],[0,31],[-3,16],[3,15],[8,12],[14,14],[93,145],[17,32],[5,24],[-2,14],[-7,16],[-10,12],[-23,13],[-51,19],[-96,19],[-40,5],[-20,-4],[-95,-41],[-26,-3],[-25,7],[-33,22],[-22,16],[-75,52],[-8,17],[-4,26],[-1,51],[-2,31],[-12,29],[-21,38],[-42,56],[-62,72],[-30,43],[-62,96],[-19,20],[-15,8],[-23,4],[-37,-3],[-29,-9],[-51,-30],[-134,-90],[-34,-9],[-80,-4],[-31,-5],[-19,-1],[-16,-8],[-8,-9],[-13,-21],[-27,-49],[-7,-15],[-8,-7],[-14,-7],[-20,-4],[-25,1],[-51,8],[-18,-4],[-20,-12],[-48,-47],[-21,-13],[-22,-3],[-26,3],[-4,3],[-46,-147],[-113,67],[-313,187],[-8,-28],[-6,-20],[-263,-381],[-17,-40],[-130,-244],[-71,-134],[-55,10],[-73,29],[-65,35],[-15,11],[-45,35],[-53,51],[-78,93],[-86,114],[5,1],[100,76],[-63,103],[-97,-116],[-15,18],[-47,45],[-12,12],[-90,80],[-38,30],[-84,68],[-58,40],[-19,13],[-72,39],[-10,4],[30,156],[-140,63],[4,27],[-18,54],[-7,20],[-13,11],[-208,-66],[44,-138],[5,-26],[-20,5],[-105,10],[-100,5],[-100,4],[-13,0],[-6,25],[-5,22],[-46,240],[-6,20],[-1,14],[0,6],[2,10],[-5,18],[-1,0],[-29,143],[4,1],[18,8],[75,94],[5,17],[1,10],[0,26],[-8,86],[-17,55],[-13,38],[-19,18],[-18,13],[-24,9],[-74,20],[-92,10],[-72,9],[-63,-1],[-30,-5],[-16,-7],[-15,-7],[-13,-13],[-7,-15],[-3,-19],[26,-312],[7,-19],[69,-78],[3,-4],[2,-12],[14,-9],[20,-5],[17,2],[5,1],[4,-14],[0,-67],[-15,0],[0,-19],[14,0],[1,-66],[3,-19],[4,-135],[-62,17],[-121,49],[-99,62],[-79,75],[-61,96],[-99,241],[-32,79],[-8,20],[-86,216],[-253,597],[-15,11],[-9,21],[-33,96],[-1,7],[-148,339],[-53,-7],[-35,-11],[-40,-12],[-72,-27],[-37,-19],[-25,-9],[-42,-6],[-36,0],[-20,4],[-11,4],[-12,12],[-7,18],[0,15],[7,21],[15,37],[24,53],[14,35],[3,18],[0,14],[-13,24],[-23,12],[-48,21],[-57,20],[-45,9],[-25,-1],[-22,-7],[-17,-18],[-33,-60],[-32,-53],[-33,-59],[-64,-106],[-13,-16],[-15,-10],[-19,-8],[-12,0],[-14,4],[-29,14],[-49,27],[-28,18],[-33,22],[-36,33],[-21,27],[-8,21],[-10,97],[-11,22],[-9,11],[-13,7],[-7,1],[-29,0],[-39,-10],[-42,-6],[-29,1],[-25,15],[-24,24],[-16,27],[-19,47],[-13,30],[-17,50],[-35,143],[-8,37],[-17,77],[-8,26],[-11,16],[-22,6],[-12,-2],[-94,-39],[-37,-8],[-39,-1],[-50,3],[-37,11],[-16,5],[-50,24],[-24,14],[-22,38],[-8,25],[-15,41],[-22,71],[-17,43],[-15,31],[-6,13],[-54,14],[-62,24],[-24,13],[-36,21],[-130,92],[-32,19],[-34,17],[-59,32],[-59,31],[-26,18],[-153,85],[-7,9],[-39,-4],[-6,1],[-76,43],[-42,24],[-52,30],[-128,71],[-30,18],[-15,8],[-52,23],[-78,29],[-55,14],[-29,27],[-33,24],[-17,14],[-9,7],[-9,12],[-25,29],[-34,41],[-24,25],[-32,29],[-24,16],[-35,8],[-60,0],[-24,-1],[-18,-1],[-17,-1],[-67,-1],[-44,0],[-32,6],[-28,24],[-28,36],[-30,67],[-28,48],[-27,21],[-40,7],[-28,-1],[-17,-1],[-63,3],[-70,15],[-59,16],[-26,4],[-29,5],[-25,1],[-27,-3],[-22,-10],[-29,-21],[-10,-13],[-3,-5],[-12,-20],[-51,-110],[-33,-82],[-14,-14],[-11,-7],[-11,-4],[-14,0],[-14,10],[-37,36],[-31,32],[-23,15],[-147,81],[-19,12],[-16,37],[-7,19],[-9,26],[-7,17],[-9,13],[-11,9],[-13,10],[-52,22],[-35,10],[-15,0],[-15,-6],[-15,-12],[-34,-39],[-59,-70],[-3,-10],[-25,-29],[-37,-40],[-42,-41],[-9,-6],[-20,-6],[-38,5],[-16,-2],[-27,8],[-19,17],[-16,28],[-11,26],[-10,19],[-7,58],[3,105],[-9,34],[-4,26],[-30,80],[-20,61],[-19,46],[-23,29],[-17,7],[-16,-4],[-20,-11],[-11,-11],[-10,-17],[-20,-42],[-11,-45],[-15,-31],[-11,-13],[-45,-24],[-2,-1],[-15,-1],[-27,0],[-42,6],[-22,5],[-22,13],[-24,22],[-13,20],[-12,28],[0,12],[4,10],[17,12],[12,11],[4,24],[-4,26],[-7,9],[-11,6],[-10,0],[-34,-8],[-25,-11],[-50,-15],[-13,-11],[-7,-14],[-10,-78],[-1,-49],[-6,-35],[-4,-6],[-26,-10],[-8,-10],[-36,-19],[-43,-8],[-40,5],[-35,30],[-29,49],[-18,67],[-15,13],[-52,54],[-37,38],[-22,30],[-10,4],[-8,-3],[-14,-11],[-4,-13],[-4,-14],[-2,-23],[0,-106],[9,-103],[-1,-13],[-3,-8],[-8,-7],[-18,-10],[-72,-31],[0,-2],[70,-154],[-9,-20],[9,-8],[21,-24],[5,-6],[13,-17],[20,-23],[27,-21],[24,-14],[30,-12],[56,-11],[75,-16],[38,-7],[38,-10],[25,-10],[13,-6],[17,-9],[13,-8],[6,-7],[2,-9],[17,-10],[91,-16],[-6,-74],[-60,-9],[-10,-16],[-40,-65],[-101,-162],[-56,-83],[-15,1],[-21,-207],[-7,-54],[-8,-52],[-9,-32],[-30,-63],[-113,-201],[-2,30],[-44,597],[-55,-12],[-6,-18],[-4,-36],[19,-198],[-50,-3],[0,-1],[-164,-10],[2,-370],[24,-4],[1,-3],[16,-5],[10,4],[22,-5],[28,-8],[19,-12],[18,-15],[-18,-10],[-4,-4],[-12,-10],[-14,-18],[-11,-22],[-12,-28],[-6,-19],[-6,-18],[-7,-33],[-2,-13],[-28,9],[-12,-16],[-34,-1],[0,48],[-57,2],[2,-9],[3,-77],[1,-186],[-4,-69],[-2,-37],[5,-33],[7,-35],[5,-16],[13,-20],[15,2],[57,7],[-7,-19],[-12,-31],[-24,-49],[-16,-46],[-8,-32],[-8,-46],[-8,-73],[-8,-106],[1,-27],[0,-70],[-55,-12],[-22,57],[-20,45],[-23,72],[-12,64],[-6,48],[-3,42],[-10,87],[-2,40],[-6,35],[-8,63],[-10,69],[-13,39],[-23,43],[-17,25],[-15,32],[-25,73],[-4,25],[-2,30],[4,55],[8,87],[0,17],[-1,36],[-11,67],[-14,2],[-16,0],[-124,13],[-32,1],[-22,1],[0,0],[-30,-27],[-48,-40],[-20,-15],[-10,3],[-49,15],[-36,8],[-10,-5],[-19,-19],[-7,-2],[-13,1],[-154,56],[-14,1],[0,-17],[-8,-60],[-11,-33],[-18,-41],[-20,-32],[-30,-34],[-41,-36],[-27,-30],[-21,-34],[-10,-39],[-12,1],[-1,-4],[-3,-23],[-3,-19],[-2,-3],[-2,-2],[-6,5],[-2,9],[-12,-4],[-31,-14],[-18,-17],[-21,-23],[-16,-11],[-39,-12],[-44,-13],[-332,-106],[-20,-4],[-10,3],[-16,5],[-14,-1],[-9,-9],[-24,-18],[-27,-14],[-28,-29],[-88,-22],[-77,-22],[-79,-36],[-55,-35],[-27,-15],[-50,-29],[-32,-9],[-1,0],[0,0],[0,0],[0,0],[0,0],[-1,0],[-26,6],[-29,-24],[-1,7],[-13,13],[-25,10],[-41,17],[-21,13],[-11,14],[-2,11],[-1,6],[3,17],[10,24],[1,6],[7,10],[1,3],[-5,82],[-39,199],[-41,26],[-10,-1],[-18,-2],[-23,4],[-26,8],[-40,-6],[-179,-25],[-18,-3],[-17,-2],[-14,-2],[-17,97],[-179,40],[-98,21],[-2,1],[-25,-2],[-23,12],[44,185],[15,63],[26,36],[31,20],[28,7],[34,19],[26,24],[12,24],[45,64],[13,32],[-1,33],[5,22],[35,28],[118,95],[24,22],[13,25],[1,33],[-6,35],[-13,38],[-24,37],[-26,27],[-12,25],[0,7],[-84,10],[-17,-33],[-73,34],[-28,9],[-26,7],[-10,-3],[-15,-11],[-13,-16],[-16,-28],[-15,-45],[-16,-75],[-27,-113],[1,-26],[-1,-21],[-7,-12],[-7,-3],[-5,0],[-35,3],[-35,6],[-130,19],[-37,5],[-74,9],[-45,9],[-43,9],[-124,41],[-43,6],[-40,-1],[-70,-16],[-113,-30],[-23,-4],[12,-32],[8,-31],[-3,-20],[-5,-7],[-267,43],[-45,-133],[5,-13],[-1,-53],[-9,-62],[-11,-60],[-1,-59],[-45,-2],[0,-1],[-147,18],[-90,25],[0,-3],[-22,11],[-162,51],[-34,0],[-5,6],[-37,-4],[-29,-5],[-36,-2],[-30,8],[-22,15],[-35,17],[-26,9],[-32,2],[-24,-10],[-11,-32],[-2,-105],[-3,-35],[-23,2],[-1,7],[-6,11],[-12,15],[-15,13],[-27,21],[-24,9],[16,85],[5,4],[57,350],[7,38],[-5,12],[-1,4],[-16,7],[-43,8],[-3,53],[7,51],[16,94],[78,8],[8,43],[-3,39],[-1,1],[-16,22],[-15,5],[-28,6],[8,96],[-28,4],[-18,2],[1,35],[24,174],[1,15],[-19,39],[-17,19],[-34,6],[-119,38],[-115,30],[-12,-1],[-13,1],[-2,5],[-25,8],[-36,19],[-41,22],[-46,30],[-30,-109],[-84,-290],[1,-19],[17,-23],[21,-10],[47,-17],[-6,-18],[-6,-36],[-7,-45],[-3,-72],[-2,-45],[-8,-155],[-7,-23],[-12,-25],[-18,-24],[-9,-5],[-5,-1],[-13,-3],[8,18],[8,33],[6,30],[3,35],[-1,22],[-51,50],[-89,89],[-14,-44],[-28,4],[-50,9],[-38,0],[-14,2],[-16,13],[-96,89],[-7,-13],[-65,-133],[-17,-32],[-5,2],[-11,24],[-86,150],[-1,4],[-24,-22],[-12,16],[20,18],[-12,17],[-12,-11],[-9,12],[18,18],[-1,3],[-7,16],[46,64],[82,108],[92,126],[35,54],[5,17],[8,33],[4,22],[24,113],[9,51],[17,88],[8,41],[31,174],[12,79],[5,37],[4,110],[3,91],[3,41],[10,41],[7,9],[2,5],[8,4],[10,5],[24,6],[71,-6],[85,-14],[110,-35],[46,-14],[58,-21],[66,-34],[82,-38],[55,-19],[63,-6],[28,5],[20,0],[12,-3],[3,-1],[21,-27],[41,-38],[62,-55],[44,-39],[45,-35],[27,-19],[30,-19],[23,-16],[96,-46],[47,-17],[65,-14],[43,-5],[34,0],[53,1],[65,0],[34,-4],[20,-17],[10,-15],[2,-28],[-13,-181],[0,-21],[-3,-45],[-4,-14],[-7,19],[-12,13],[-7,13],[-6,150],[-1,58],[-3,8],[-9,8],[-86,5],[-23,0],[-10,-7],[-4,-14],[-4,-30],[1,-24],[-9,-35],[-4,-36],[-9,-25],[-20,-30],[-30,-33],[19,-37],[17,-7],[26,7],[34,6],[27,-7],[19,-14],[35,-36],[20,-9],[14,-4],[21,5],[-1,-9],[-23,-98],[9,-24],[29,-6],[22,77],[11,46],[44,131],[8,34],[1,24],[23,189],[20,-4],[2,16],[-6,7],[-58,36],[-54,30],[5,52],[-1,1],[10,58],[-197,45],[3,10],[7,23],[2,10],[3,9],[28,95],[-26,12],[-29,16],[-55,26],[-39,21],[-30,12],[-22,-2],[-17,-6],[-53,-33],[-42,-27],[-22,-13],[-25,-8],[-5,0],[-14,0],[-15,3],[-10,9],[-8,11],[-12,9],[-13,4],[-29,6],[-23,10],[-9,10],[-19,13],[-14,6],[-11,2],[-9,-1],[-13,-4],[-61,-50],[-33,-22],[-26,-11],[-29,-6],[-15,1],[-18,4],[-24,8],[-27,15],[-118,60],[-7,2],[-41,15],[-206,57],[-37,24],[-93,81],[-27,25],[-35,33],[-83,74],[-14,8],[-29,3],[-27,4],[-40,8],[-17,7],[-11,17],[-11,29],[-9,30],[-8,27],[-13,22],[-41,50],[-66,60],[-45,35],[-30,30],[-24,26],[-104,134],[-18,15],[-23,11],[-31,14],[-24,8],[-16,3],[-15,1],[-79,-2],[-31,-6],[-13,-9],[-10,-16],[0,-14],[6,-35],[6,-50],[-2,-18],[-17,-25],[-56,-40],[-64,-40],[-14,-7],[-13,-1],[-33,8],[-49,19],[-30,12],[-11,4],[-25,10],[-58,33],[-139,100],[-72,54],[-51,32],[-37,24],[-41,23],[-34,21],[-41,28],[-15,11],[-39,27],[-40,29],[-73,62],[-69,73],[-86,110],[-46,58],[-26,32],[-44,43],[-19,15],[-19,14],[-18,19],[-10,14],[-4,23],[-2,20],[5,17],[24,31],[40,45],[39,33],[24,22],[31,32],[22,28],[19,26],[2,18],[-3,15],[-5,12],[-9,2],[-14,0],[-15,-5],[-43,-25],[-50,-43],[-15,-11],[-17,-8],[-22,2],[-16,4],[-16,11],[-28,23],[-37,35],[-35,25],[-11,11],[-6,13],[-2,20],[6,17],[16,19],[45,25],[31,21],[11,10],[0,11],[0,9],[-35,52],[-51,71],[-30,32],[-13,12],[-18,11],[-18,10],[-20,7],[-24,6],[-39,-3],[-33,-10],[-38,-16],[-33,-6],[-19,4],[-19,15],[-23,26],[-27,36],[-1,4],[-9,33],[-5,23],[-6,14],[-11,14],[-11,4],[-13,-5],[-16,-11],[-14,-19],[-29,-19],[-25,2],[-20,14],[-32,23],[-18,12],[-31,8],[-63,12],[-55,10],[-33,1],[-25,-8],[-12,-22],[-4,-10],[0,-30],[-3,-13],[4,-5],[6,-16],[11,-13],[19,-21],[14,-18],[3,-20],[-3,-18],[-10,-19],[-17,-14],[0,0],[-56,-561],[-9,-17],[22,-17],[56,-29],[76,-35],[129,-52],[37,-12],[57,-17],[66,-9],[106,2],[51,1],[44,3],[75,1],[49,-3],[41,-10],[38,-14],[45,-24],[37,-24],[66,-51],[66,-51],[36,-26],[47,-36],[46,-35],[25,-19],[24,-17],[69,-52],[56,-43],[46,-37],[17,-7],[16,-2],[27,-10],[74,-40],[26,-17],[206,-142],[41,-26],[92,-52],[79,-43],[26,-12],[40,-20],[61,-28],[48,-30],[49,-37],[21,-18],[37,-23],[120,-64],[61,-43],[27,-24],[59,-46],[28,-24],[6,-3],[22,-11],[24,-11],[32,-8],[52,-7],[35,-2],[55,0],[59,-7],[43,-9],[32,-10],[11,-7],[3,-10],[10,-27],[-46,-71],[-27,-38],[19,-14],[-14,-15],[-37,-38],[-38,-26],[-12,-8],[-6,-1],[-11,-4],[-51,-9],[-24,-8],[-41,-18],[-70,-24],[-8,-4],[-31,-23],[-29,-39],[-17,-38],[-12,-24],[-13,-25],[-28,-40],[-35,-35],[-4,-15],[-20,-32],[-24,-30],[-51,-69],[-16,-28],[-11,13],[-63,77],[-12,13],[-42,3],[-51,39],[-20,37],[-4,11],[-14,25],[-25,51],[-5,11],[-32,76],[-21,-10],[-7,16],[-14,41],[-22,38],[-13,17],[-18,20],[-22,12],[-21,8],[-13,3],[-47,6],[-20,6],[-62,35],[-9,1],[-8,-6],[-32,-23],[-117,-93],[-98,-72],[-60,-39],[-25,13],[-15,1],[-10,-10],[-12,-40],[-13,-38],[-18,-30],[-11,-32],[-2,-39],[-8,-48],[-16,-40],[-18,-40],[-10,-23],[-38,-77],[-49,-94],[-66,-134],[-15,-23],[-19,-31],[-13,-17],[-14,-15],[-31,17],[-38,23],[-52,32],[-29,21],[-30,21],[-18,12],[-33,19],[-87,24],[-28,4],[-38,9],[-185,112],[-23,-1],[-45,2],[-27,13],[-61,30],[-39,13],[-30,5],[-35,-6],[-84,-29],[-39,-12],[-15,-1],[-31,7],[-34,5],[-51,-4],[-102,-13],[-38,-5],[-80,-9],[-239,-26],[-303,-33],[-12,24],[13,12],[87,97],[-30,0],[-39,-7],[-51,-8],[-90,-18],[-56,-13],[-96,-35],[-47,-21],[-33,-22],[-12,-15],[-8,-8],[-12,6],[-16,11],[-10,1],[-25,-10],[-137,-42],[-111,-37],[-54,-14],[-85,-26],[-213,-51],[-44,-8],[-33,94],[-61,160],[-116,307],[-68,189],[-4,6],[-6,15],[-111,286],[-55,138],[-12,30],[-6,7],[-25,-9],[-8,-1],[-94,249],[-41,115],[-48,116],[4,4],[6,16],[4,20],[12,58],[3,17],[-27,25],[-26,43],[-7,12],[-35,67],[-78,161],[-49,98],[-45,88],[-11,27],[-30,47],[-41,55],[-59,96],[-97,150],[-36,51],[-10,20],[-2,22],[2,9],[13,7],[-37,25],[-67,45],[-132,93],[-65,37],[-79,41],[-6,2],[5,13],[-138,198],[-9,-7],[-10,8],[-30,40],[-53,69],[-51,57],[-66,57],[-59,44],[-39,35],[-86,104],[-36,44],[-32,33],[-26,22],[-4,2],[-21,11],[-5,2],[6,33],[34,-11],[12,-4],[36,-17],[42,-32],[34,-30],[32,-31],[39,-41],[33,-29],[33,-22],[63,-33],[53,-20],[39,-12],[76,-14],[88,-12],[125,-12],[110,-13],[95,-13],[104,-16],[152,-30],[57,-14],[3,15],[12,49],[10,43],[5,15],[59,82],[29,9],[30,8],[33,8],[86,-1],[10,3],[13,4],[69,11],[49,4],[48,-2],[48,-5],[23,-4],[18,-8],[9,-7],[26,-27],[19,-13],[17,-2],[15,2],[11,-13],[12,-9],[13,-9],[15,-5],[44,7],[53,13],[64,17],[41,13],[20,6],[39,22],[34,23],[42,35],[38,29],[21,13],[36,15],[59,16],[108,25],[90,24],[-3,16],[42,9]],[[532196,38841],[-8,-3],[-35,-4]],[[532153,38834],[-10,-8],[-11,-16],[-11,-12],[-29,-5],[-20,-9],[-26,-23]],[[532046,38761],[-31,-31]],[[532015,38730],[-17,-16],[-16,-9],[-5,0]],[[531977,38705],[4,36],[-1,18],[-4,15],[-7,10],[-31,7],[-19,11],[-15,16]],[[531904,38818],[-11,28],[-2,13]],[[531891,38859],[-15,1]],[[531876,38860],[-28,-6],[-18,-10],[-21,-14],[-7,-6],[-20,-40],[-26,-50]],[[531756,38734],[-12,-35],[-11,-49]],[[531733,38650],[-5,-29],[-6,-19],[-9,-16],[-13,-10]],[[531700,38576],[-17,-6],[-15,-7]],[[531668,38563],[-12,-10],[-2,-14],[-2,-63]],[[531652,38476],[6,-25],[7,-17]],[[531665,38434],[32,-53],[9,-26],[6,-22],[4,-30],[-5,-22],[-7,-17]],[[531704,38264],[-10,-11],[-16,-16],[-32,-18]],[[531646,38219],[-27,-18],[-36,-29],[-33,-48],[-33,-55],[-37,-75]],[[531480,37994],[-22,-48],[-22,-35],[-1,-15],[-22,-49],[0,0],[0,0],[0,0],[0,0],[1,0],[53,38],[27,34],[31,50]],[[531525,37969],[30,43],[33,45],[21,28]],[[531609,38085],[24,26],[15,16]],[[531648,38127],[13,4],[88,42],[144,96],[71,54]],[[531964,38323],[49,40],[18,19]],[[532031,38382],[8,16],[29,-72]],[[532068,38326],[9,-8],[17,-5]],[[532094,38313],[22,-9],[19,-9],[57,-20],[51,6],[62,20]],[[532305,38301],[40,38],[8,24],[7,31],[12,48],[14,80],[5,32],[0,34],[-2,82],[-3,36],[-1,38]],[[532385,38744],[1,36]],[[532386,38780],[0,9],[-1,86],[1,62],[7,102]],[[532393,39039],[-61,33],[-18,3],[-17,-2],[-12,-8],[-39,-59]],[[532246,39006],[-23,-38]],[[532223,38968],[-14,-18],[15,-36]],[[532224,38914],[-1,-16]],[[532223,38898],[-12,-25],[-8,-23],[-7,-9]],[[549869,28349],[-70,-27],[-47,13],[-14,11],[-12,2],[-8,-9],[-2,-41],[5,-56],[29,-32],[2,-3],[100,-68],[12,-30],[27,-138],[10,-70],[14,-46],[23,-36],[24,-28],[7,-7],[11,0],[-9,52],[-6,76],[-2,46],[8,59],[4,43],[3,59],[-2,25],[-3,37],[-22,98],[-3,12],[-8,6],[-25,8],[-26,14],[-20,30]],[[545814,6243],[-46,-10],[-59,-5],[-77,-13],[-48,-19],[-39,-12],[-63,-23],[-1,0],[-134,-36],[-28,-24],[-6,-5],[-137,-102],[-56,-43],[-115,-74],[-58,-29],[-74,-29],[-40,-15],[-55,-19],[-30,19],[-10,38],[-18,12],[-26,64],[-93,-12],[-8,31],[-13,32],[-105,-12],[-36,-71],[-10,5],[-26,6],[-16,0],[-1,0],[-17,16],[30,27],[-81,100],[21,26],[-62,71],[-19,-29],[-43,-66],[-23,26],[-9,6],[-23,12],[-7,4],[-23,8],[-32,-1],[-10,-1],[-15,-2],[-5,0],[-16,-5],[-16,-6],[-9,-9],[-15,21],[-33,52],[-20,25],[-35,37],[-102,-88],[46,-59],[-7,-8],[27,-28],[19,-26],[6,-19],[6,-23],[15,-20],[7,-23],[16,-23],[32,-47],[11,-2],[0,3],[0,1],[1,0],[6,2],[23,-1],[16,-5],[2,5],[1,2],[4,4],[6,5],[10,5],[95,-145],[8,-13],[5,-14],[66,-214],[206,-432],[271,-156],[182,-105],[41,-17],[43,-8],[44,1],[44,10],[15,7],[2,4],[24,17],[29,12],[22,7],[172,206],[94,113],[100,111],[31,-10],[2,-1],[71,90],[121,145],[65,85],[190,246],[-24,38],[-16,25],[83,64],[-154,328],[-10,9],[-15,-4],[-62,-20]],[[553861,20106],[5,-6],[-5,9],[0,-3]],[[555577,14172],[16,-7],[35,0],[9,-3],[1,-2],[29,-27],[43,-53],[13,-22],[4,-15],[7,-18],[8,-9],[2,-14],[7,1],[30,21],[26,21],[26,14],[15,9],[14,25],[14,23],[24,25],[18,10],[11,9],[8,13],[0,11],[-5,30],[-17,35],[-8,26],[-4,36],[3,44],[13,52],[1,37],[-7,19],[-19,22],[-24,21],[-21,5],[-20,-4],[-20,-6],[-24,-24],[-26,-19],[-19,-5],[-21,-2],[-22,15],[-4,5],[-16,21],[-17,52],[-17,52],[-23,54],[-21,38],[-11,10],[-21,17],[-23,11],[-34,22],[-11,12],[-14,43],[-3,23],[13,14],[2,8],[-1,11],[-20,66],[-18,-32],[-19,-22],[-4,-9],[-30,-33],[-11,-11],[-27,-28],[-29,-20],[-15,-21],[-6,-22],[1,-8],[-15,-63],[-5,-19],[-2,-21],[0,-13],[5,-27],[9,-17],[14,-23],[26,-22],[28,-25],[10,-16],[5,-7],[9,-14],[32,-64],[24,-64],[19,-29],[22,-36],[28,-32],[40,-47],[10,-8]],[[555794,13894],[10,-1],[7,0],[26,8],[34,16],[14,3],[21,8],[1,4],[-1,5],[-3,13],[-12,10],[-13,4],[-15,-2],[-26,-12],[-16,-3],[-13,1],[-18,12],[-9,18],[-22,-10],[-14,-6],[-1,-8],[14,-32],[7,-10],[29,-18]],[[555590,12594],[-37,-39],[-14,-18],[-18,-14],[-19,-14],[-23,-22],[-13,-14],[-24,-37],[-48,-67],[-3,-5],[0,-1],[35,-29],[11,-4],[7,1],[15,10],[41,42],[9,13],[4,25],[18,58],[5,19],[66,105],[-12,-9]],[[555770,7083],[-60,-28],[10,-23],[13,-11],[22,-2],[15,4],[25,16],[20,19],[8,8],[11,11],[15,15],[34,34],[-113,-43]],[[559811,2214],[9,-28],[251,142],[79,45],[106,60],[100,63],[27,19],[75,62],[22,20],[84,75],[92,71],[32,26],[2,1],[-10,16],[-10,17],[-29,-27],[-33,79],[-19,49],[-8,15],[-17,49],[-17,-14],[-29,39],[-89,-84],[-7,-8],[-9,20],[14,12],[79,74],[0,4],[-33,42],[-4,-1],[-81,-69],[-4,-1],[-54,31],[-12,4],[-12,28],[-16,2],[-24,2],[-36,9],[-72,-67],[-114,-99],[-77,-65],[-5,-9],[-3,-13],[-20,-8],[-13,-9],[-25,-27],[-82,-66],[-33,-24],[-4,-10],[-48,-43],[-13,-67],[-6,-30],[3,-26],[8,-34],[20,-67],[9,-35],[2,-14],[0,-7],[-9,-10],[24,-72],[11,-17],[16,-17],[12,-8]],[[557665,8538],[38,50],[64,-16],[3,19],[74,-18],[119,-34],[29,83],[-127,40],[-8,-57],[-55,2],[-71,21],[7,14],[6,24],[-9,34],[-15,19],[-12,12],[-10,8],[-23,10],[-15,4],[-27,3],[-16,-2],[-14,-6],[-6,-8],[-16,-35],[-6,-20],[-1,-41],[28,-128],[-7,-22],[70,44]],[[521761,44033],[-55,-634],[-194,12],[-156,12],[-126,15],[-49,8],[-6,46],[-9,35],[-33,92],[-23,44],[-29,49],[-34,50],[26,28],[24,36],[16,43],[13,42],[6,56],[3,45],[-21,2],[-33,7],[-19,7],[45,7],[58,6],[31,4],[37,3],[66,4],[138,1],[71,-1],[116,-4],[99,-10],[38,-5]],[[531933,45381],[129,-138],[51,-51],[114,-94],[75,-59],[41,-23],[95,-30],[60,-18],[-11,-22],[-36,-67],[-104,-200],[-83,-173],[-40,-93],[-68,-172],[-9,-17],[15,-8],[10,-5],[-28,-85],[-6,-28],[-23,-75],[-12,-11],[-16,-110],[-11,-62],[-15,-79],[-24,-107],[-16,-61],[-15,-93],[-19,-100],[-18,-60],[11,-2],[100,-19],[98,-16],[82,-21],[-64,4],[-100,7],[-63,6],[-247,21],[-45,5],[-11,3],[0,8],[-23,-23],[-7,-7],[-52,-26],[-27,-4],[-26,1],[-42,13],[-30,9],[-45,17],[-11,-1],[-13,-9],[-33,20],[-8,14],[-14,20],[-22,16],[-15,6],[-2,0],[-26,1],[-61,3],[-10,1],[-9,15],[-16,17],[-37,38],[-39,48],[-28,40],[-25,58],[-13,40],[-7,40],[-2,21],[-4,50],[-13,306],[-1,17],[0,24],[14,-4],[1,15],[-2,18],[-3,49],[-3,87],[1,56],[2,73],[-4,23],[-8,18],[-9,15],[-5,78],[-17,218],[-23,287],[-17,237],[334,9],[18,0],[2,41],[34,2],[33,2],[164,2],[46,-1],[134,1],[56,4],[35,10],[54,17],[18,6],[9,17]],[[529569,46279],[-17,-37],[-23,-48],[-39,-59],[-38,-46],[-20,-28],[2,-74],[-40,-7],[-123,-26],[-127,-33],[-103,-21],[-87,-11],[-37,-1],[0,-17],[12,-114],[3,-40],[20,-98],[48,-137],[12,-22],[21,-41],[33,-46],[20,-21],[-40,-385],[-21,-216],[109,-38],[191,-64],[39,-15],[91,-32],[103,-38],[86,-28],[100,-34],[21,-7],[1,0],[213,-69],[-14,-131],[179,-36],[-20,-30],[-1,-9],[-1,-29],[-5,-48],[-22,-127],[-10,-47],[-5,-12],[-5,-3],[-16,5],[-72,18],[-9,5],[-8,9],[-5,12],[-6,32],[-16,8],[-92,30],[-2,1],[6,29],[6,26],[1,13],[-16,8],[-114,44],[-25,9],[-6,0],[-70,-131],[-150,26],[-39,9],[-18,2],[-21,0],[-56,-3],[-27,1],[-247,109],[-27,14],[-25,-20],[-20,-23],[-26,-35],[-13,-20],[-16,14],[-176,146],[-36,29],[-67,52],[-24,18],[-15,11],[-26,29],[-23,33],[-6,14],[17,-5],[9,-2],[7,4],[5,15],[2,17],[0,26],[-9,73],[-6,26],[-7,25],[-8,41],[-2,28],[4,31],[14,97],[6,61],[17,2],[19,2],[22,103],[4,20],[-60,22],[-25,8],[-4,5],[42,169],[-10,4],[20,119],[-105,29],[-39,11],[10,40],[2,14],[2,25],[12,68],[9,39],[24,69],[64,152],[34,79],[3,8],[11,38],[1,13],[-6,9],[-15,10],[-16,3],[-15,4],[-30,-92],[-7,-17],[-10,-1],[-63,26],[-25,11],[-4,4],[12,44],[4,19],[-45,20],[-15,1],[-3,-5],[-28,-76],[-17,-38],[-9,-1],[-41,18],[-4,7],[18,54],[20,56],[2,10],[-32,15],[-26,5],[-11,0],[-12,-9],[-14,-13],[-11,-9],[0,22],[9,21],[108,96],[52,44],[23,12],[110,20],[215,31],[128,14],[92,4],[83,-2],[75,0],[67,-2],[24,4],[66,16],[54,17],[59,25],[44,19],[60,41],[50,37],[6,-9],[12,-18],[3,-20],[-5,-26],[-6,-30],[-15,-46]],[[536949,48380],[-25,-14],[-20,3],[-13,-6],[-21,-17],[-59,-45],[-82,-69],[16,-18],[32,-33],[29,-39],[11,-24],[12,-31],[1,-27],[0,-20],[-4,-21],[-5,-23],[-23,-51],[-17,-21],[-34,-38],[-16,-8],[-45,4],[-66,29],[-34,23],[-25,21],[-22,23],[-22,27],[-9,14],[-11,-18],[-14,-28],[-8,-14],[25,-11],[20,-14],[23,-26],[22,-40],[11,-22],[12,-33],[12,-45],[5,-35],[13,4],[-1,-102],[3,-151],[5,-42],[-44,-86],[-301,-582],[-23,7],[-118,-97],[-292,-236],[-47,-38],[-75,111],[-4,0],[-10,-6],[-19,21],[-31,42],[-55,-54],[-80,-71],[-51,-52],[54,-89],[7,-12],[-12,-32],[-61,-120],[-16,-25],[97,-156],[88,10],[46,6],[300,29],[17,-3],[12,-11],[0,-14],[-15,-15],[-31,-13],[-57,-27],[-39,-24],[-27,-19],[-33,-21],[-54,-27],[-39,-23],[-6,-9],[-5,-15],[-9,-39],[-8,-89],[-9,-135],[0,-33],[-8,-93],[3,-14],[5,-4],[14,-5],[-5,-149],[-2,-9],[-23,-19],[-12,-11],[-111,-97],[-48,-41],[-176,-153],[-59,-52],[-25,-24],[-1,-54],[0,-230],[1,-79],[-6,-183],[-4,-40],[-6,-23],[-17,-46],[-31,-80],[14,-15],[2,2],[194,-116],[58,-38],[0,-9],[-17,-238],[-1,-37],[-19,-3],[-10,11],[2,26],[-3,17],[-14,9],[-19,-4],[-15,-17],[-5,-20],[-11,-9],[-66,20],[-25,19],[-3,-5],[-5,-9],[-1,-9],[-3,-10],[-5,-4],[-36,-34],[-83,-71],[-170,33],[-13,5],[-30,-75],[-37,-101],[-3,-10],[50,-7],[105,-13],[94,-12],[41,-4],[23,-7],[24,-14],[16,-9],[67,2],[146,0],[38,5],[96,23],[67,14],[17,3],[7,22],[45,194],[116,6],[23,-74],[24,-61],[-40,-19],[-45,-25],[-126,-60],[-60,-30],[-179,-70],[-118,-42],[-173,-58],[-204,-38],[-159,-26],[-158,-28],[-155,-24],[-153,-26],[-103,-3],[-50,-2],[-38,22],[-5,8],[23,3],[45,10],[21,13],[18,17],[21,29],[48,87],[35,63],[15,31],[4,19],[-3,21],[-9,65],[-27,167],[-1,23],[66,-19],[9,29],[33,119],[39,137],[5,16],[13,50],[4,34],[-8,33],[0,3],[-18,34],[-9,19],[-29,51],[-6,36],[5,40],[0,11],[5,24],[9,24],[6,19],[19,44],[32,59],[26,44],[93,158],[10,16],[20,55],[34,69],[19,25],[21,43],[10,96],[14,85],[3,91],[6,105],[6,66],[27,98],[20,103],[6,56],[10,62],[11,68],[4,17],[9,37],[27,87],[31,108],[8,27],[37,136],[29,110],[7,24],[6,20],[16,54],[4,16],[22,88],[1,12],[2,19],[0,9],[-1,3],[14,23],[168,293],[48,79],[2,4],[-8,5],[-1,1],[-2,1],[-4,2],[-5,4],[-17,13],[-12,9],[-25,-36],[-95,70],[-6,-3],[-9,-15],[-37,-61],[-6,17],[-11,11],[-14,-1],[-17,-5],[-14,6],[-8,19],[9,20],[39,58],[-48,43],[-151,-216],[-67,70],[31,50],[16,-5],[22,-13],[24,13],[16,33],[2,44],[-4,47],[33,53],[46,-35],[175,271],[80,-117],[262,186],[3,2],[15,7],[11,5],[12,2],[5,5],[5,10],[6,20],[7,13],[64,41],[130,83],[73,45],[35,24],[8,0],[14,-19],[27,-39],[5,-3],[37,24],[77,51],[48,35],[11,-4],[21,-18],[5,-2],[17,10],[67,49],[12,13],[56,117],[40,82],[87,171],[23,50],[2,-1],[44,-54],[9,9],[32,33],[74,81],[20,25],[13,19],[41,48],[59,59],[71,56],[88,67],[117,86],[23,22],[43,46],[32,19],[15,15],[61,94],[37,-73],[40,-79],[10,-24],[-209,-135],[4,-7]],[[209713,309486],[-3,-4],[-11,-15],[-32,-25],[-17,-10],[-18,-6],[-34,-5],[-29,-2],[-47,-3],[-116,-6],[-30,0],[-23,1],[-29,2],[-18,6],[-24,11],[-20,13],[-20,15],[-32,26],[-45,41],[-98,93],[-255,240],[-212,198],[-110,101],[-254,240],[-52,61],[-10,17],[87,3],[1,5],[1053,-1011],[38,-4],[299,18],[61,0]],[[596589,490070],[5,-68],[4,-25],[2,-12],[4,-9],[11,-29],[2,-3],[12,-18],[26,-39],[7,-8],[12,-16],[21,-32],[22,-41],[35,-69],[204,-472],[79,-185],[-96,-53],[-128,-67],[-102,-56],[2,-22],[-3,-28],[-4,-9],[1,-11],[0,-20],[-1,-23],[-4,-24],[-7,-22],[-1,-13],[-15,-5],[-17,-9],[-18,-11],[-10,-9],[-17,0],[-8,-2],[9,-17],[14,-28],[-18,3],[-10,-9],[-3,-13],[-1,-11],[1,-9],[0,-4],[17,-25],[1,-12],[-7,-8],[11,-21],[4,-14],[28,-67],[6,-14],[9,-22],[78,-170],[36,19],[170,88],[186,94],[102,51],[34,17],[10,-24],[20,12],[4,3],[9,4],[2,-4],[10,-21],[14,5],[20,5],[63,16],[16,-43],[31,-59],[17,-63],[21,-31],[29,-32],[15,-19],[17,-39],[31,-84],[16,-34],[13,-37],[30,-75],[20,-32],[11,-28],[20,-23],[14,-20],[57,-125],[25,-92],[14,-90],[9,-61],[8,-20],[26,-23],[2,1],[-14,-68],[3,-37],[3,-40],[11,-49],[15,-65],[15,-46],[-24,-20],[-48,-30],[-152,-112],[-185,-120],[-14,-9],[4,-9],[-19,-9],[-23,-14],[-130,-83],[44,-104],[2,-3],[14,-22],[-126,23],[-214,43],[-28,1],[-20,-2],[-39,-7],[-149,-36],[-253,-62],[-77,-18],[-52,-65],[0,0],[-114,-146],[-42,-48],[-7,-11],[-32,-46],[-17,-39],[-1,-37],[0,6],[-27,3],[-9,0],[-516,-137],[-9,20],[-348,-85],[-39,170],[-23,94],[-8,35],[-21,-5],[-61,-17],[-17,-5],[-103,-29],[-364,-98],[-99,-29],[-43,-8],[-55,-13],[-34,-18],[-37,-21],[7,-36],[1,0],[46,-214],[4,-19],[96,-439],[1,-6],[1,-15],[1,-4],[57,-262],[-52,-15],[-186,-56],[-2,6],[-14,-4],[-20,-6],[-172,-49],[-17,-4],[38,-168],[71,-303],[-109,-32],[-191,-51],[-228,-58],[-185,-50],[-60,-13],[215,-1084],[-2,-1],[6,-34],[51,-297],[20,-132],[9,-56],[12,-82],[4,-32],[3,-19],[7,-38],[13,-46],[13,-45],[13,-33],[25,-56],[16,-33],[24,-47],[27,-40],[27,-34],[29,-30],[55,-45],[-25,-14],[-110,-49],[-56,-25],[-43,116],[-122,-50],[37,-103],[-23,-1],[1,-28],[1,-246],[-2,-172],[-1,-73],[21,-3],[17,-3],[134,-19],[341,-53],[-7,-360],[-4,-212],[-3,-251],[-1,-10],[0,-19],[-2,-137],[0,-8],[-1,-89],[-1,-108],[-2,-85],[-2,-103],[-1,-361],[-178,5],[-5,0],[0,48],[0,100],[0,10],[1,0],[0,0],[0,28],[2,68],[1,53],[-43,1],[-61,2],[-58,1],[-51,2],[-106,9],[4,-38],[-2,-100],[-2,-66],[-3,-112],[-351,3],[2,200],[0,18],[2,75],[1,17],[1,73],[-41,2],[-17,1],[-44,2],[-17,1],[-95,4],[0,-25],[-1,-17],[-2,-84],[-14,-197],[-26,-67],[-65,0],[-20,1],[-2,-26],[12,-442],[4,-192],[8,-262],[9,-239],[7,-291],[-150,-3],[-74,-2],[-144,-6],[-4,173],[-7,451],[-2,115],[-339,24],[-7,-95],[-22,-2],[-18,-2],[-208,-19],[-75,-7],[-33,-9],[-7,-2],[-147,-55],[3,-6],[1,-158],[0,-5],[-18,16],[-12,-12],[-16,-11],[1,-10],[10,-8],[14,-9],[3,-70],[-2,-1],[0,0],[-16,-10],[-23,-16],[22,-26],[38,-119],[14,-15],[111,-121],[8,-8],[0,-5],[5,-31],[-9,1],[-111,-22],[0,-282],[-12,-21],[-30,-60],[-20,-40],[-95,-213],[-100,-235],[-86,-21],[-15,-4],[-40,-8],[-186,-26],[-21,191],[-172,-38],[13,-179],[-75,-10],[-331,-44],[-22,-3],[-70,-10],[-96,-12],[-175,-24],[-210,-28],[-29,269],[-15,-3],[-140,-22],[32,-264],[-158,-21],[-17,-2],[-166,-23],[-22,-3],[-24,198],[25,-8],[-40,342],[-35,301],[-6,54],[-9,70],[-14,120],[-10,93],[-23,197],[-8,19],[-21,32],[-103,-53],[-18,-6],[17,26],[-18,0],[-11,16],[-14,67],[-59,715],[-14,151],[-4,25],[-86,47],[-48,27],[-17,13],[-24,16],[-12,8],[-27,10],[-20,2],[-276,13],[-150,5],[-153,6],[0,0],[-79,3],[-125,5],[-17,2],[-13,1],[-86,9],[-67,10],[-37,8],[-133,30],[0,34],[-7,396],[-1,214],[-3,132],[-3,22],[-1,8],[2,41],[23,301],[13,165],[6,94],[3,28],[19,85],[3,7],[4,3],[7,2],[104,5],[26,3],[13,1],[33,7],[43,13],[40,16],[14,7],[21,10],[9,5],[62,52],[23,19],[41,33],[23,26],[35,45],[21,27],[30,40],[30,47],[20,33],[24,54],[19,47],[7,24],[3,15],[0,34],[-5,26],[-9,43],[2,7],[3,6],[16,12],[74,40],[31,14],[27,9],[37,6],[18,2],[-4,-130],[123,-2],[-8,22],[-8,20],[-4,14],[-3,15],[-3,66],[17,1],[41,1],[57,1],[178,1],[40,6],[39,9],[36,13],[44,18],[65,33],[77,41],[9,-11],[117,68],[72,-290],[51,-224],[16,-22],[282,-266],[49,-230],[16,5],[5,-22],[240,66],[51,14],[409,113],[289,77],[130,36],[22,6],[314,86],[376,107],[38,10],[35,9],[159,38],[19,5],[165,42],[91,23],[48,12],[17,5],[153,39],[180,47],[217,59],[20,6],[145,40],[-7,30],[-63,285],[-5,23],[-10,34],[-15,38],[-3,19],[-14,33],[-8,26],[-5,19],[-27,123],[-2,6],[-7,12],[-53,244],[-17,83],[-78,361],[0,7],[7,19],[7,5],[0,1],[-56,265],[-8,17],[-10,12],[-15,9],[-33,12],[-111,540],[10,2],[49,10],[40,13],[11,4],[-8,41],[-53,254],[-6,30],[-13,-5],[-103,467],[-20,89],[-34,149],[-1,3],[-96,439],[-3,17],[-667,-178],[-81,-22],[-325,-87],[-71,330],[-81,379],[-5,-4],[-220,-152],[-135,-93],[-14,-12],[-30,-26],[-76,-59],[-25,-16],[-34,-15],[-47,-18],[-172,-61],[-37,165],[-5,23],[-5,23],[-46,199],[-131,582],[4,102],[58,15],[-3,6],[17,5],[263,63],[474,115],[19,5],[100,24],[205,49],[22,8],[5,2],[84,22],[25,7],[31,8],[324,85],[-6,29],[-25,94],[164,48],[56,15],[37,8],[39,6],[56,7],[132,9],[50,8],[187,44],[155,35],[13,20],[-32,196],[-46,260],[-5,42],[-19,-4],[-97,-20],[-68,-20],[-139,386],[-55,151],[-186,-124],[-10,-7],[-6,-4],[-490,-327],[17,-55],[4,-14],[11,-34],[14,-45],[-160,-38],[-94,-19],[5,44],[5,30],[13,79],[16,103],[13,90],[13,45],[11,33],[17,41],[10,20],[31,12],[13,13],[14,14],[18,9],[619,183],[77,22],[118,36],[534,159],[70,21],[20,10],[87,18],[12,2],[17,-7],[35,-7],[32,-4],[6,-1],[50,1],[91,16],[121,37],[20,7],[154,48],[132,41],[118,34],[76,24],[32,7],[67,15],[127,40],[93,27],[19,6],[10,3],[13,4],[87,29],[190,57],[122,38],[86,29],[76,25],[-12,51],[-34,112],[-8,42],[-1,32],[5,17],[7,16],[24,-8],[33,-3],[42,3],[37,-1],[17,-2],[12,6],[89,116],[72,94],[-80,135],[-49,78],[-62,80],[110,99],[-35,61],[-46,82],[-50,70],[-36,46],[26,25],[55,41],[28,16],[41,23],[69,27],[110,43],[29,11],[135,-314],[80,36],[312,140],[-27,142],[-7,32],[23,5],[-12,19],[-21,106],[2,0],[13,13],[35,25],[34,17],[39,14],[38,11],[338,41],[28,3],[13,9],[6,13],[280,52],[15,-92],[8,-51],[5,-34],[5,-32],[30,-151],[22,-117],[12,-44],[13,-78],[0,-10],[2,-43]],[[596695,488037],[9,-88],[37,0],[147,81],[-52,134],[-13,1],[-12,13],[-113,-63],[17,-9],[3,-8],[-2,-8],[-8,-10],[-9,-24],[-4,-19]],[[596227,487880],[-38,97],[-40,-15],[-22,-7],[-8,17],[-24,-10],[-29,-12],[-117,-34],[-26,76],[-30,-13],[43,-124],[-2,-6],[-15,-12],[-12,-1],[-24,13],[-53,-21],[9,-26],[14,-48],[62,14],[17,-1],[16,-16],[6,-14],[4,-16],[84,20],[63,25],[46,35],[8,10],[13,16],[19,22],[9,10],[19,17],[8,4]],[[596114,487740],[72,-228],[65,25],[-62,173],[-13,26],[-10,9],[-2,3],[-14,3],[-19,-1],[-11,-6],[-6,-4]],[[594139,487574],[-42,175],[-115,-26],[-34,161],[-107,-22],[19,-92],[41,-204],[11,-52],[227,60]],[[594408,487868],[24,-186],[-34,-5],[13,-70],[62,-12],[75,-18],[-4,78],[35,4],[-12,117],[18,0],[-1,90],[-64,1],[-17,0],[-95,1]],[[596412,487157],[10,-29],[37,9],[68,14],[48,19],[101,19],[-20,140],[-261,-58],[5,-11],[31,-94],[-19,-9]],[[588201,480799],[-8,-61],[74,6],[29,-16],[8,-16],[14,-7],[4,-29],[17,0],[11,-70],[-32,-5],[16,-65],[13,-1],[6,2],[8,5],[39,0],[14,8],[8,11],[-19,117],[0,16],[12,10],[-7,42],[-20,-4],[-3,17],[-11,-2],[-32,-14],[-19,-12],[-9,0],[-9,12],[-25,134],[-122,4],[-21,1],[-3,-81],[67,-2]],[[588968,480862],[-52,-5],[-11,0],[7,-55],[3,-21],[-57,-9],[8,-77],[-24,-5],[8,-73],[80,21],[72,25],[-24,199],[-10,0]],[[590784,479090],[27,-326],[191,91],[-45,325],[-136,-70],[-37,-20]],[[590649,478841],[-15,170],[-47,-24],[-42,-23],[-58,-31],[-49,-27],[26,-244],[57,6],[-12,106],[140,67]],[[593880,493790],[42,-331],[8,-87],[11,-119],[5,-46],[1,-231],[1,-14],[11,-35],[23,-84],[46,-168],[52,-185],[3,-27],[2,-50],[-14,-65],[-38,1],[-53,1],[-99,1],[-23,0],[-15,1],[-119,1],[-132,0],[-23,309],[-2,37],[-10,138],[-22,341],[-27,49],[-25,5],[-207,69],[-148,52],[-97,34],[-164,56],[-31,8],[-29,1],[-19,-1],[-48,-26],[-108,-67],[107,-313],[25,-81],[96,-288],[12,-35],[-4,-6],[-187,-25],[-61,-9],[-27,-60],[-100,-199],[117,17],[23,-66],[19,-65],[15,-61],[7,-28],[6,-45],[8,-68],[0,-61],[11,-65],[19,-125],[-75,-20],[-47,-20],[-59,-30],[-133,-94],[-127,-91],[-37,-25],[-6,-4],[-11,-7],[-90,-46],[-188,-104],[-17,-9],[-17,-9],[-89,-49],[-16,-9],[-14,-8],[-328,-180],[-62,-34],[-123,-68],[-10,-6],[-105,-57],[-54,114],[-11,-13],[-170,-71],[-142,-58],[50,-151],[152,83],[11,-24],[147,-376],[11,-28],[45,-115],[244,39],[17,3],[18,2],[-18,-12],[-10,-12],[1,-21],[9,-35],[24,-114],[98,-74],[33,-28],[32,-27],[-9,-11],[-17,-34],[-11,-29],[-6,-34],[1,-39],[32,-184],[11,-66],[20,-112],[12,-111],[0,-14],[-6,-59],[-13,-42],[-5,-17],[-9,-24],[-3,-8],[-21,-49],[-19,-50],[-15,-56],[-9,-51],[-5,-64],[-8,-176],[-5,-112],[-3,-96],[-8,-52],[-12,-53],[-19,-54],[-29,-50],[-31,-57],[-76,-137],[-13,11],[48,97],[-148,-54],[7,-29],[-224,-59],[26,-120],[100,36],[6,-16],[-165,-56],[11,-42],[-292,-102],[44,-193],[49,-210],[-91,-25],[-306,-81],[-161,329],[-5,29],[-4,6],[8,3],[90,45],[87,48],[53,18],[120,40],[-35,44],[-52,66],[-97,6],[0,18],[-8,101],[225,62],[71,18],[112,30],[-25,142],[-15,64],[-47,380],[-16,143],[-13,119],[-6,13],[-25,-5],[-188,-37],[-5,-1],[-5,20],[-11,46],[-25,87],[-143,-24],[10,166],[1,20],[15,261],[2,39],[3,23],[2,16],[3,15],[9,24],[2,24],[0,13],[4,20],[-4,5],[-4,9],[-2,22],[-15,104],[225,78],[11,9],[12,2],[-12,121],[-219,-32],[1,-10],[-41,-3],[-31,225],[-15,111],[2,15],[174,96],[-10,24],[-22,51],[-15,40],[-4,16],[-274,-148],[-12,24],[-61,112],[-206,369],[1,21],[5,14],[7,9],[28,16],[67,31],[31,18],[31,22],[134,103],[40,31],[76,-178],[276,103],[103,74],[-9,18],[-5,8],[-11,16],[-19,22],[-3,9],[8,12],[13,14],[17,9],[10,11],[4,23],[197,127],[-8,15],[-74,143],[-5,17],[303,232],[151,117],[199,154],[61,-107],[51,33],[70,-123],[75,54],[10,7],[-66,127],[15,14],[-12,69],[42,35],[-30,59],[71,55],[2,-26],[14,-171],[102,9],[22,6],[-18,124],[34,1],[52,13],[-14,85],[-1,0],[-42,-4],[-18,-2],[-24,-4],[-1,18],[-8,87],[-18,159],[-14,99],[-2,16],[-3,25],[-5,55],[-22,223],[328,83],[4,8],[-20,72],[-16,61],[-21,65],[-29,84],[78,26],[12,4],[-14,31],[-3,22],[151,49],[10,-28],[17,-30],[119,33],[98,23],[144,29],[49,12],[22,-168],[102,23],[16,8],[60,18],[66,17],[486,126],[62,17],[8,2],[32,5],[23,4],[133,28],[224,45]],[[587038,491653],[28,-9],[4,20],[459,240],[196,103],[30,-189],[20,-120],[32,-204],[6,-4],[19,-128],[2,-11],[24,-157],[-110,-24],[58,-74],[141,-170],[32,-37],[169,-198],[50,-57],[2,-6],[-270,-142],[-216,-118],[-276,-149],[-502,-272],[-297,-162],[-236,-127],[-66,-35],[-205,-110],[-7,24],[-19,-9],[-370,-177],[-26,15],[-162,4],[-32,1],[-6,6],[-420,74],[-45,6],[-12,-1],[-15,-12],[-14,-17],[-74,-182],[-1,11],[-6,10],[-10,7],[-31,13],[-46,16],[-95,32],[-216,57],[-18,7],[-17,6],[-11,4],[-21,10],[-26,15],[-21,17],[-14,14],[-189,221],[-4,5],[-219,182],[92,183],[17,1],[11,3],[12,8],[11,8],[7,9],[3,6],[-12,14],[359,539],[0,0],[-31,11],[-39,15],[-46,46],[-32,32],[-31,37],[-150,322],[-358,768],[-61,131],[-39,84],[-76,165],[-20,43],[80,97],[13,17],[9,11],[30,34],[35,48],[6,27],[5,92],[2,33],[-24,76],[-31,103],[-23,73],[771,440],[259,144],[17,11],[3,1],[-5,16],[-25,70],[106,65],[738,431],[13,8],[82,-163],[4,-8],[12,-25],[48,-94],[62,-124],[3,-6],[63,-124],[44,-89],[11,-20],[10,-21],[74,-146],[1,-2],[37,-73],[3,-5],[6,-13],[9,-16],[26,-49],[9,-17],[124,-232],[66,-122],[59,-110],[44,-82],[86,-161],[4,-7],[12,-24],[26,-40],[111,-149],[59,-80],[11,-14],[44,-60],[10,-13],[204,-271],[17,-23],[37,-41],[13,-8],[26,-9]],[[760951,546069],[6,-13],[113,88],[172,130],[0,1],[11,11],[1,6],[-195,337],[2,6],[283,211],[0,-1],[2,-1],[149,-225],[1,-1],[3,-4],[4,-3],[26,-17],[1,-1],[46,-28],[0,0],[4,-2],[21,-13],[1,-1],[4,-2],[111,-67],[4,-2],[4,-1],[5,-1],[5,1],[2,0],[76,19],[23,2],[-1,-3],[0,-8],[0,-12],[0,-6],[1,-5],[2,-5],[1,-1],[9,-16],[4,-5],[9,-10],[2,-2],[4,-3],[4,-3],[5,-1],[2,0],[3,0],[2,-1],[11,0],[3,1],[46,6],[3,0],[186,44],[4,1],[28,12],[0,-3],[4,-24],[0,-5],[0,-1],[2,-5],[2,-5],[3,-5],[15,-22],[8,-11],[4,-5],[103,-96],[-2,-68],[3,-2],[-6,-113],[4,-5],[246,-118],[6,-5],[67,-28],[15,31],[34,-31],[4,-3],[4,-3],[5,-1],[2,0],[3,-1],[1,0],[1,-13],[3,-92],[4,-98],[31,-832],[2,-12],[7,-264],[2,-12],[5,-250],[-1,-42],[6,-27],[40,-14],[55,-15],[7,-20],[-10,-25],[-2,-3],[-41,-52],[-33,-106],[-12,-4],[-21,0],[-11,9],[-1,3],[-2,6],[-24,42],[-46,67],[-52,63],[-47,46],[-37,26],[-15,8],[-16,8],[-63,31],[-48,19],[-7,0],[-11,4],[-22,4],[-18,7],[-77,11],[-60,-1],[-18,0],[-252,-16],[-5,-6],[-12,-138],[2,-12],[18,-38],[0,-11],[-15,-53],[-6,-12],[-33,-47],[-19,-15],[-92,-6],[-4,7],[-13,36],[-30,25],[-6,10],[-46,237],[-4,37],[-32,107],[-14,37],[-42,129],[-11,23],[-258,-137],[-57,-7],[29,43],[8,11],[9,15],[89,146],[54,111],[5,21],[-15,13],[-92,78],[-328,281],[-114,101],[-10,4],[-223,177],[-58,42],[-16,6],[13,47],[4,19],[12,65],[8,19],[12,13],[-175,581],[-15,54],[-22,73],[2,5],[-2,205],[-5,10],[15,29],[0,216],[2,252],[-1,21],[-1,2],[-10,15],[1,253],[0,0],[0,0],[12,0],[9,0],[9,-16],[1,-4],[4,-17],[0,-7],[6,-11],[89,-250],[68,-189],[88,-241],[30,-82],[22,-53],[7,-24],[37,-103],[10,-21],[72,-194],[5,-17],[6,-12],[72,-192]],[[760023,548176],[5,-1],[5,1],[1,0],[4,1],[34,8],[8,0],[24,-15],[3,-1],[32,-16],[2,-1],[110,-43],[26,-11],[8,-6],[0,-1],[4,-3],[51,-45],[3,-2],[20,-13],[5,-2],[70,-26],[29,-19],[0,-3],[-1,-5],[1,-6],[1,-5],[2,-5],[2,-3],[1,-2],[0,0],[1,0],[0,0],[0,-1],[-5,-6],[-165,-173],[0,0],[103,-153],[4,-9],[7,-18],[-1,-5],[0,-1],[-1,-4],[-8,-3],[0,0],[0,10],[-3,5],[-6,10],[-96,144],[-4,7],[-6,6],[-3,8],[-8,14],[-194,110],[-91,52],[-19,10],[-6,-36],[-97,-131],[-3,-1],[-16,-12],[-143,49],[-3,1],[-45,-39],[-9,12],[-127,-86],[-11,-8],[-15,3],[-34,-26],[0,0],[-8,-6],[-10,2],[-41,15],[-34,5],[-98,8],[-55,0],[-65,-7],[-48,-11],[-95,-27],[-100,-35],[-4,64],[0,22],[14,31],[7,15],[126,181],[1,1],[0,0],[4,6],[0,-2],[3,-3],[4,-2],[5,-1],[5,-1],[5,1],[5,1],[5,2],[4,4],[3,3],[1,1],[2,4],[59,80],[7,-4],[1,-1],[3,-2],[14,-7],[2,-1],[3,-2],[221,-123],[0,-48],[0,-5],[1,-5],[3,-6],[3,-4],[3,-4],[4,-3],[5,-3],[5,-1],[1,0],[4,-1],[12,-1],[11,-113],[2,-15],[0,0],[19,15],[154,125],[53,1],[1,0],[4,1],[3,0],[2,1],[13,4],[2,1],[5,2],[3,2],[27,24],[5,4],[21,28],[31,40],[3,4],[17,31],[0,1],[2,5],[1,4],[12,64],[21,75],[1,8],[1,47],[0,3],[-1,18],[18,1],[5,0],[25,6],[27,3],[48,-17],[3,-1],[23,-6],[4,-1],[1,0]],[[760896,550791],[137,-231],[150,-248],[91,-155],[221,-376],[10,-16],[18,-30],[108,-201],[-2,-2],[-260,-185],[-2,-6],[4,-12],[73,-139],[132,-264],[16,-36],[158,-313],[3,2],[-24,-229],[216,24],[170,19],[23,3],[0,-23],[0,-46],[0,-20],[119,-17],[17,-3],[-13,-86],[37,-43],[30,-53],[32,-72],[10,-27],[5,-27],[-11,-59],[-5,-41],[-6,-56],[0,-18],[-4,-11],[-47,-45],[-40,-63],[-34,-67],[-66,-161],[-165,-26],[-124,166],[-182,239],[-250,-134],[-10,-9],[-143,-213],[-191,147],[-6,-1],[0,0],[-42,17],[-30,35],[-57,57],[-74,106],[-168,131],[-4,2],[-24,19],[-101,78],[-62,-64],[-3,0],[1,1],[-1,1],[-23,21],[-4,3],[-35,23],[-5,3],[-70,26],[-15,9],[-52,46],[-1,0],[-3,3],[-9,7],[-8,5],[-30,13],[-110,43],[-29,14],[-31,19],[-4,3],[-5,1],[-5,1],[-2,-1],[-3,0],[-15,-1],[-5,0],[-33,-8],[-20,5],[-53,19],[-4,1],[-5,1],[-3,-1],[-35,-4],[-3,0],[-24,-6],[-44,-2],[-2,-1],[-3,0],[-5,-1],[-5,-3],[-4,-3],[-3,-4],[-3,-4],[-2,-5],[-2,-6],[0,-5],[0,-3],[0,-3],[3,-45],[-1,-41],[-20,-72],[0,-3],[-11,-60],[-13,-23],[-30,-38],[-19,-26],[-21,-17],[-6,-2],[-53,-1],[-1,0],[-4,0],[-3,-1],[-2,-1],[-34,-10],[-36,-3],[-3,0],[-2,-1],[-2,0],[-3,-1],[-13,-3],[-32,2],[-31,4],[0,39],[0,6],[-1,5],[-2,5],[-3,5],[-4,3],[-4,4],[-1,0],[-3,2],[-236,131],[-1,1],[-3,1],[-14,8],[-2,1],[-3,2],[-21,11],[73,99],[10,11],[39,53],[2,0],[10,26],[-16,9],[-204,186],[-44,37],[-28,17],[-48,23],[-75,22],[-20,6],[-57,9],[-30,11],[-26,14],[-48,32],[-27,24],[-18,24],[-15,24],[-11,36],[0,12],[-3,6],[0,36],[7,54],[-6,12],[-20,22],[-27,48],[-17,46],[-5,32],[-2,63],[4,66],[-1,24],[-4,26],[-22,43],[-13,21],[-13,18],[-41,45],[-7,11],[-91,7],[0,1],[1,6],[-1,5],[0,3],[-3,11],[-1,2],[-2,6],[-3,4],[-3,4],[-2,2],[-4,2],[17,7],[108,47],[-11,12],[0,0],[0,0],[-240,251],[-90,94],[-28,30],[-113,-132],[-36,91],[-3,7],[-15,22],[-4,5],[-12,11],[-24,-19],[0,0],[-31,-24],[14,-1],[12,-12],[11,-17],[46,-117],[1,-2],[1,-3],[3,-5],[2,-1],[-18,-20],[-12,18],[-34,58],[-49,82],[-28,-19],[2,30],[0,0],[-36,26],[-18,4],[-24,1],[-19,20],[-22,7],[-25,8],[-19,10],[-20,10],[-15,16],[0,1],[-2,31],[-9,-2],[-257,-86],[-114,177],[-1,2],[-1,2],[-1,0],[-9,15],[-2,3],[-1,2],[-119,184],[-1,2],[-4,4],[-4,3],[-4,3],[-5,1],[-5,0],[-5,0],[-3,-1],[-52,-16],[-2,2],[-70,222],[25,112],[1,3],[1,2],[0,6],[0,6],[-2,5],[-2,5],[-86,71],[-7,4],[-3,1],[-116,86],[-20,-23],[0,1],[-42,30],[-30,13],[-17,19],[-38,15],[17,12],[-26,51],[-2,5],[17,11],[296,202],[139,99],[8,1],[26,12],[43,22],[239,165],[113,87],[77,63],[94,88],[16,15],[52,58],[21,2],[37,3],[53,54],[107,110],[49,70],[35,43],[3,43],[80,87],[7,-5],[102,-26],[48,-53],[0,0],[251,-231],[8,-7],[-1,-4],[10,-10],[25,-23],[675,-640],[388,-355],[140,-167],[263,177],[20,15],[-22,26],[-178,198],[11,22],[83,100],[21,11],[36,67],[8,17],[-9,8],[-39,21],[-8,4],[-17,14],[-56,63],[-174,202],[-112,131],[-12,14],[-132,154],[-54,64],[-161,185],[-117,135],[0,2],[-5,12],[3,7],[86,20],[95,28],[11,3],[152,46],[14,8],[15,9],[186,108],[183,107],[16,-28],[28,-49],[0,-3],[86,-147],[21,-33],[203,-353],[61,-103],[187,-315],[131,-223],[11,-18],[113,-194],[162,-278],[13,-23]],[[754511,555000],[63,-6],[11,1],[108,-14],[71,-14],[37,-4],[210,-38],[21,-8],[6,0],[32,-18],[0,0],[22,-17],[26,-27],[101,-128],[41,-51],[28,-35],[11,-16],[89,-123],[39,-54],[36,-53],[21,-28],[-6,-27],[-2,-11],[0,-12],[-6,-18],[-5,-30],[-33,-137],[-6,-63],[-2,-15],[-5,-18],[-9,-15],[-24,-30],[-90,-101],[-4,-14],[1,-21],[10,-21],[15,-23],[29,-26],[63,-53],[20,-24],[20,-35],[19,-47],[14,-36],[15,-56],[6,-22],[-13,-11],[-22,-20],[12,-19],[6,-16],[84,-139],[95,52],[-42,47],[2,6],[10,11],[12,15],[59,-64],[118,-133],[15,1],[25,106],[7,22],[8,23],[54,128],[6,31],[0,41],[-20,175],[4,6],[44,40],[49,51],[19,23],[14,17],[41,44],[204,234],[12,15],[32,39],[11,9],[-2,19],[-47,89],[-2,3],[-4,18],[2,134],[43,18],[43,13],[-9,43],[6,7],[50,-7],[7,55],[246,-36],[-21,-212],[-2,-20],[-50,-408],[30,-12],[102,-188],[178,-327],[105,-194],[451,-826],[13,-11],[128,-248],[29,-37],[13,-19],[20,-25],[9,-17],[-1,-13],[-7,-10],[-14,-8],[-13,-3],[-15,-11],[-16,-18],[-31,-47],[-19,-37],[-5,-17],[-7,-30],[-1,-1],[0,-11],[-1,-41],[-161,-131],[-177,-163],[-101,-85],[-11,-6],[-14,-11],[-35,-30],[-253,-184],[-15,-11],[-255,-169],[-17,32],[-97,-68],[-15,-11],[-52,-36],[-126,-90],[-579,-365],[-118,276],[-23,41],[11,1],[32,12],[59,27],[359,190],[42,24],[124,68],[30,16],[26,14],[33,18],[16,8],[389,210],[19,11],[169,93],[93,54],[-41,39],[-19,16],[-54,53],[-250,250],[-12,13],[-119,119],[-436,429],[-17,18],[-118,116],[-21,22],[-44,42],[24,-457],[21,-359],[14,-177],[2,-67],[-1,-21],[-7,-17],[-8,7],[-6,0],[-13,-24],[-7,-18],[-18,-30],[-19,-42],[-44,-88],[-23,-49],[-72,-143],[-107,-221],[-11,-34],[-9,-66],[5,-51],[-23,32],[-121,220],[-363,639],[-76,138],[-18,-14],[-78,132],[-181,320],[15,31],[3,10],[11,25],[30,25],[88,90],[11,12],[-1,148],[7,17],[-2,54],[11,12],[17,17],[2,-3],[84,-73],[90,127],[17,-5],[5,6],[12,16],[35,8],[46,72],[-91,75],[-21,-23],[-9,-5],[-15,11],[67,68],[20,27],[-18,20],[-20,15],[-141,134],[-79,71],[-14,12],[-7,7],[-128,120],[-116,111],[-114,106],[-16,8],[-32,6],[-41,4],[-173,1],[-116,1],[235,402],[-77,53],[-60,39],[1,18],[8,5],[10,6],[19,149],[12,75],[13,43],[1,6],[15,24],[14,16],[16,13],[43,24],[45,22],[18,6],[111,372],[29,96],[0,0]],[[759728,565862],[285,-233],[18,-14],[16,-13],[10,16],[24,1],[20,57],[23,78],[25,88],[18,60],[8,18],[14,9],[30,-36],[16,-19],[58,-70],[12,10],[63,79],[56,65],[9,-11],[347,-444],[82,-102],[49,-64],[49,-62],[20,18],[0,-7],[73,-110],[-11,-6],[-4,-8],[-2,-9],[8,-98],[-2,-6],[-2,-3],[-7,-23],[-8,8],[-7,13],[-25,-20],[-5,-22],[1,-32],[-3,-16],[-8,-14],[-30,-23],[-27,-16],[-11,-11],[11,-89],[-24,-5],[3,-47],[58,13],[25,-47],[10,-1],[21,1],[24,0],[25,-23],[0,-10],[-32,-60],[-39,-65],[-15,-38],[-4,-23],[1,-6],[12,-5],[-10,-62],[-5,-52],[-6,-7],[-3,-21],[-8,-37],[-8,-14],[-15,-17],[0,-75],[-31,-8],[-17,-4],[-2,-6],[14,-56],[8,-51],[-68,-13],[-4,-1],[-1,-2],[0,0],[-31,6],[-26,-4],[-17,-12],[-13,-13],[-27,-8],[-41,0],[-33,3],[20,-72],[5,-3],[98,14],[15,1],[5,-4],[28,-180],[18,-129],[-4,-11],[-3,-5],[-28,-20],[-48,-28],[-56,-24],[-153,-53],[-74,-20],[-17,-4],[-29,-8],[-81,-15],[-33,-3],[-92,1],[-51,3],[-92,-2],[-40,-3],[-55,7],[-71,-2],[-115,-13],[-23,-6],[-18,-4],[-36,-9],[-57,-10],[-54,8],[-48,0],[-90,-9],[-46,3],[-40,10],[-1,-10],[-94,10],[-21,10],[-42,14],[-63,8],[-21,7],[0,0],[-25,10],[-38,21],[-38,0],[-43,-8],[-35,8],[-8,3],[-28,12],[-24,17],[-13,0],[-266,73],[-12,10],[-8,19],[-11,13],[-64,50],[-99,95],[-30,11],[-34,24],[-37,38],[-9,10],[14,18],[-5,27],[-4,43],[0,32],[8,48],[-5,-9],[-10,-8],[-10,-5],[-14,-1],[-13,1],[-15,3],[-12,5],[-7,2],[-7,-2],[-7,-4],[-9,-3],[-9,3],[-16,14],[-26,3],[-16,-12],[2,-8],[-1,-10],[-5,-15],[-2,-23],[4,-38],[10,-55],[0,0],[13,-76],[2,-36],[-3,-96],[-2,-9],[-6,-5],[4,-29],[4,-12],[1,-14],[-32,-128],[0,0],[-179,43],[-13,-12],[-18,-106],[-68,-18],[-5,0],[-15,-21],[-26,-37],[-323,-407],[259,-115],[101,-49],[7,-8],[29,-14],[54,-24],[-11,-20],[-283,-478],[-86,-146],[-14,10],[-39,-57],[-58,61],[-47,49],[-122,-304],[-1,-12],[6,-7],[135,-93],[29,-32],[13,-1],[259,-63],[150,-35],[27,-5],[1,-13],[2,-6],[4,-15],[64,-135],[58,-135],[35,-88],[9,-19],[4,-7],[285,-536],[3,-7],[-1,-5],[19,-40],[24,-28],[6,-10],[11,-17],[11,-26],[21,-476],[-34,-1],[2,-75],[-91,10],[-86,10],[-48,4],[8,57],[0,35],[-4,26],[-6,17],[-7,22],[-22,-5],[-111,-24],[-2,-129],[-43,-2],[-95,-10],[-94,-19],[-263,-48],[1,-16],[1,-29],[4,-34],[7,-39],[-8,-4],[0,0],[-15,-20],[13,-21],[7,-17],[4,-25],[21,-199],[-177,-37],[56,-334],[-56,-7],[-30,-3],[-10,-6],[-5,-10],[-29,-82],[-18,-39],[-22,-38],[-52,-82],[-42,-65],[-37,-56],[-152,-233],[-408,-154],[-21,-24],[-51,-140],[-43,-121],[0,-4],[12,-14],[18,-20],[21,-11],[-18,-27],[-8,-18],[-13,-45],[-14,-60],[-23,-90],[-23,-56],[-33,-70],[-26,-50],[-30,-51],[-46,-64],[-29,-36],[-27,-31],[-20,-17],[-26,-13],[-3,-2],[2,0],[66,-46],[0,0],[58,-32],[100,-48],[-1,1],[9,-4],[19,-16],[3,-17],[3,-10],[12,-10],[18,-8],[10,-8],[5,-6],[3,-16],[-8,-13],[0,-1],[1,-1],[-21,-34],[-55,-91],[-50,-80],[-37,-68],[-1,-34],[-2,-48],[-10,-18],[-12,-20],[-13,-20],[-19,-30],[-11,-25],[-9,-24],[2,-15],[-28,-88],[-16,-38],[-37,-52],[-13,-11],[-5,-13],[-19,-16],[-25,-12],[-15,-11],[-8,-15],[-2,-19],[2,-19],[3,-16],[-1,-16],[-19,-15],[-48,-21],[-21,-11],[-42,0],[-16,-4],[-15,-8],[-25,-13],[-23,-9],[-5,2],[-11,15],[-36,-40],[-65,-75],[-39,-47],[0,1],[-2,33],[-30,51],[68,71],[-80,122],[-31,-27],[-49,61],[-82,-67],[-20,-22],[-32,-45],[176,-245],[0,0],[-128,-134],[-9,-12],[-9,-3],[-31,2],[-19,-7],[-16,-14],[-265,25],[-96,7],[-21,-4],[-31,-9],[-143,-58],[-133,-51],[-8,-8],[-8,-12],[-93,-73],[-10,17],[-4,4],[-8,17],[-9,12],[-35,35],[-4,7],[-8,14],[-46,292],[-4,28],[-3,17],[-10,63],[-51,332],[-21,138],[-49,310],[-5,35],[-6,34],[-27,165],[-14,95],[-8,33],[27,9],[2,10],[11,18],[2,13],[-2,21],[-14,62],[-9,19],[-13,20],[-24,23],[-9,13],[-9,20],[-3,24],[1,11],[7,185],[32,2],[10,-2],[12,-4],[17,-11],[25,-18],[22,-7],[9,0],[12,3],[16,7],[26,8],[23,4],[6,-52],[42,6],[3,-24],[82,10],[-8,72],[10,2],[50,16],[9,4],[15,12],[44,53],[30,37],[0,24],[48,43],[53,32],[66,34],[66,20],[34,5],[41,13],[53,13],[62,33],[41,12],[28,3],[35,-1],[56,-10],[16,-4],[1,10],[4,42],[7,272],[1,41],[-5,8],[4,10],[12,255],[5,123],[7,22],[10,23],[178,-117],[21,-15],[38,-34],[93,-63],[25,-25],[21,-53],[83,-225],[33,28],[3,-4],[11,-13],[8,15],[9,14],[16,18],[37,40],[3,4],[5,17],[0,19],[-2,56],[-1,21],[-14,12],[-6,6],[-9,21],[-12,37],[-6,40],[2,32],[5,33],[24,88],[29,122],[13,86],[-1,20],[-5,9],[-30,75],[-93,239],[1,6],[7,6],[93,26],[8,0],[67,16],[34,1],[26,0],[115,16],[4,-3],[27,4],[114,19],[72,11],[-16,133],[-3,23],[-2,21],[-5,83],[-26,229],[-3,3],[-95,-55],[-51,-30],[-54,37],[-31,18],[0,4],[-9,-19],[-9,-24],[-31,-74],[-9,-16],[-27,-1],[-10,-2],[-69,2],[-360,8],[-71,3],[5,52],[12,123],[26,257],[9,94],[-434,45],[0,-11],[-7,-105],[-21,-142],[-26,-140],[-6,-49],[-2,-5],[-17,6],[-101,29],[-34,6],[-61,3],[-128,-9],[-47,3],[-47,6],[-29,5],[-13,2],[-111,24],[-183,39],[-110,27],[-15,6],[-7,3],[-24,16],[-54,56],[-29,26],[-25,18],[-18,9],[-27,9],[-1,0],[-6,2],[-2,8],[-1,42],[-2,57],[-7,74],[-12,68],[-3,74],[-4,21],[-6,26],[-12,25],[-16,27],[-12,15],[-20,25],[-11,10],[9,9],[29,250],[-195,49],[5,44],[19,184],[37,368],[3,54],[-2,46],[-6,34],[-20,203],[-6,42],[-12,66],[-8,33],[-14,18],[-5,5],[0,7],[213,320],[162,247],[82,125],[149,228],[11,17],[14,21],[9,15],[296,456],[89,138],[133,-102],[12,22],[122,183],[59,87],[42,-11],[106,-113],[42,90],[10,22],[76,160],[-177,50],[-30,9],[-36,11],[-21,7],[-56,15],[11,18],[15,19],[10,16],[147,228],[253,384],[91,140],[88,138],[107,162],[6,5],[5,-2],[22,-14],[302,-226],[70,-48],[182,-94],[123,-84],[93,-65],[0,0],[17,-12],[502,-351],[147,-110],[38,24],[-5,3],[-2,12],[-5,71],[-7,160],[4,111],[18,229],[2,36],[-17,2],[-112,262],[50,12],[18,4],[36,8],[-21,51],[-26,72],[47,23],[19,10],[19,9],[19,194],[-8,36],[-19,70],[64,27],[5,-4],[-1,4],[16,11],[25,13],[31,9],[26,5],[60,4],[4,-8],[4,-9],[4,0],[54,-88],[15,-36],[5,-25],[2,-28],[130,45],[0,0],[34,-50],[54,-64],[60,-61],[33,-28],[33,-20],[0,40],[4,28],[10,34],[13,23],[12,16],[11,8],[15,4],[21,0],[13,-4],[44,-15],[69,-32],[63,-43],[74,-55],[120,-115],[2,-75],[-36,1],[-17,0],[-15,-7],[-13,-9],[-25,-30],[16,-10],[105,-58],[-7,-15],[-5,-16],[-3,-24],[0,-17],[77,-19],[94,-24],[45,131],[10,15],[-21,17],[-74,37],[-50,18],[-10,139],[0,0],[117,145],[-3,22],[-2,12],[8,24],[32,75],[87,110],[365,505],[34,51],[10,19],[53,-2],[25,-4],[9,-4],[30,-26],[206,-164],[127,-104],[79,-63],[17,-13]],[[759229,565822],[-252,-352],[231,321],[21,31]],[[762691,545952],[-1,0],[-3,1],[-2,0],[-5,1],[-4,3],[-4,3],[-34,31],[-15,-31],[-67,28],[-6,5],[-246,118],[-4,5],[6,113],[-3,2],[2,68],[-103,96],[-4,5],[-8,11],[45,40],[0,0],[2,-3],[5,-7],[145,-135],[1,-1],[89,-81],[4,-4],[3,-5],[2,-5],[0,-1],[1,-4],[5,-15],[13,-24],[26,-26],[25,-18],[71,-39],[5,-4],[70,-64],[0,0],[8,-1]],[[757969,549798],[36,-91],[113,132],[28,-30],[90,-94],[240,-251],[0,0],[0,0],[11,-12],[-108,-47],[-17,-7],[4,-2],[2,-2],[3,-4],[3,-4],[2,-6],[1,-2],[3,-11],[0,-3],[1,-5],[-1,-6],[0,-1],[91,-7],[7,-11],[41,-45],[13,-18],[13,-21],[22,-43],[4,-26],[1,-24],[-4,-66],[2,-63],[5,-32],[17,-46],[27,-48],[20,-22],[6,-12],[-7,-54],[0,-36],[3,-6],[0,-12],[11,-36],[15,-24],[18,-24],[27,-24],[48,-32],[26,-14],[30,-11],[57,-9],[20,-6],[75,-22],[48,-23],[28,-17],[44,-37],[204,-186],[16,-9],[-10,-26],[-2,0],[-39,-53],[-10,-11],[-73,-99],[21,-11],[3,-2],[2,-1],[14,-8],[3,-1],[1,-1],[236,-131],[3,-2],[1,0],[4,-4],[4,-3],[3,-5],[2,-5],[1,-5],[0,-6],[0,-39],[31,-4],[32,-2],[13,3],[3,1],[2,0],[2,1],[3,0],[36,3],[34,10],[2,1],[3,1],[4,0],[1,0],[53,1],[6,2],[21,17],[19,26],[30,38],[13,23],[11,60],[0,3],[20,72],[1,41],[-3,45],[0,3],[0,3],[0,5],[2,6],[2,5],[3,4],[3,4],[4,3],[5,3],[5,1],[3,0],[2,1],[44,2],[24,6],[3,0],[35,4],[3,1],[5,-1],[4,-1],[53,-19],[20,-5],[33,8],[5,0],[15,1],[3,0],[2,1],[5,-1],[5,-1],[4,-3],[31,-19],[29,-14],[110,-43],[30,-13],[8,-5],[9,-7],[3,-3],[1,0],[52,-46],[15,-9],[70,-26],[5,-3],[35,-23],[4,-3],[23,-21],[1,-1],[-1,-1],[3,0],[62,64],[101,-78],[24,-19],[4,-2],[168,-131],[74,-106],[57,-57],[30,-35],[42,-17],[0,0],[6,1],[191,-147],[0,-1],[-160,-239],[2,-8],[196,-304],[24,-4],[5,-1],[0,0],[5,-1],[4,-3],[5,-3],[3,-4],[2,-2],[1,-2],[15,-24],[1,-2],[0,-1],[2,-2],[145,-218],[20,-13],[42,-26],[4,-2],[1,0],[25,-15],[0,-1],[105,-63],[62,15],[3,1],[2,0],[2,1],[3,0],[32,3],[3,0],[5,0],[3,-1],[14,-4],[2,-1],[0,0],[3,-1],[2,0],[5,-3],[4,-3],[4,-4],[3,-5],[7,-14],[2,-4],[1,-6],[1,-5],[-1,-6],[0,-2],[-5,-19],[2,-2],[42,5],[182,43],[55,23],[0,0],[5,1],[5,1],[5,-1],[5,-1],[4,-3],[4,-3],[4,-4],[3,-4],[2,-5],[1,-2],[0,-4],[9,-35],[1,-4],[2,-12],[-3,-2],[-5,-1],[-2,0],[-16,-17],[0,-3],[-22,-21],[-3,5],[-2,5],[-2,5],[0,1],[0,5],[-4,24],[0,3],[-28,-12],[-4,-1],[-186,-44],[-3,0],[-46,-6],[-3,-1],[-11,0],[-2,1],[-3,0],[-2,0],[-5,1],[-4,3],[-4,3],[-2,2],[-9,10],[-4,5],[-9,16],[-1,1],[-2,5],[-1,5],[0,6],[0,12],[0,8],[1,3],[-23,-2],[-76,-19],[-2,0],[-5,-1],[-5,1],[-4,1],[-4,2],[-111,67],[-4,2],[-1,1],[-21,13],[-4,2],[0,0],[-46,28],[-1,1],[-26,17],[-4,3],[-3,4],[-1,1],[-149,225],[-2,1],[0,1],[-283,-211],[-2,-6],[195,-337],[-1,-6],[-11,-11],[0,-1],[-172,-130],[-113,-88],[-6,13],[-72,192],[-6,12],[-5,17],[-72,194],[-10,21],[-37,103],[-7,24],[-22,53],[-30,82],[-88,241],[-68,189],[-89,250],[-6,11],[0,7],[-4,17],[-1,4],[-9,16],[-9,0],[-12,0],[0,0],[0,52],[3,6],[1,5],[0,1],[0,3],[0,7],[0,3],[8,3],[1,4],[0,1],[1,5],[-7,18],[-4,9],[-103,153],[0,0],[165,173],[5,6],[0,1],[0,0],[-1,0],[0,0],[-1,2],[-2,3],[-2,5],[-1,5],[-1,6],[1,5],[0,3],[-29,19],[-70,26],[-5,2],[-20,13],[-3,2],[-51,45],[-4,3],[0,1],[-8,6],[-26,11],[-110,43],[-2,1],[-32,16],[-3,1],[-24,15],[-8,0],[-34,-8],[-4,-1],[-1,0],[-5,-1],[-5,1],[-1,0],[-4,1],[-23,6],[-3,1],[-48,17],[-27,-3],[-25,-6],[-5,0],[-18,-1],[1,-18],[0,-3],[-1,-47],[-1,-8],[-21,-75],[-12,-64],[-1,-4],[-2,-5],[0,-1],[-17,-31],[-3,-4],[-31,-40],[-21,-28],[-5,-4],[-27,-24],[-3,-2],[-5,-2],[-2,-1],[-13,-4],[-2,-1],[-3,0],[-4,-1],[-1,0],[-53,-1],[-154,-125],[-19,-15],[0,0],[-2,15],[-11,113],[-12,1],[-4,1],[-1,0],[-5,1],[-5,3],[-4,3],[-3,4],[-3,4],[-3,6],[-1,5],[0,5],[0,48],[-221,123],[-3,2],[-2,1],[-14,7],[-3,2],[-1,1],[-7,4],[-59,-80],[-2,-4],[-1,-1],[-3,-3],[-4,-4],[-5,-2],[-5,-1],[-5,-1],[-5,1],[-5,1],[-4,2],[-3,3],[0,2],[-4,-6],[0,0],[-1,50],[1,2],[0,12],[-21,102],[-20,60],[-19,41],[-27,47],[-31,37],[-42,45],[-64,60],[-29,25],[-18,-7],[-29,-3],[-33,28],[-16,18],[-309,308],[-6,3],[-118,-88],[-9,48],[-8,49],[6,71],[1,20],[1,29],[-3,58],[-4,43],[14,59],[10,58],[3,56],[-3,62],[-13,43],[-15,47],[1,1],[-2,1],[-1,1],[-4,18],[4,58],[-9,9],[0,0],[-220,206],[-46,18],[-4,2],[-5,3],[-1,2],[0,1],[-2,1],[-3,5],[-1,3],[-1,2],[-46,117],[-11,17],[-12,12],[-14,1],[31,24],[0,0],[24,19],[12,-11],[4,-5],[15,-22],[3,-7]],[[756773,550743],[116,-86],[3,-1],[7,-4],[86,-71],[2,-5],[2,-5],[0,-6],[0,-6],[-1,-2],[-1,-3],[-25,-112],[70,-222],[2,-2],[52,16],[3,1],[5,0],[5,0],[5,-1],[4,-3],[4,-3],[4,-4],[1,-2],[119,-184],[1,-2],[2,-3],[9,-15],[1,0],[1,-2],[1,-2],[114,-177],[257,86],[9,2],[2,-31],[0,-1],[3,-46],[-3,2],[-4,3],[-2,2],[-3,3],[-256,-85],[-7,-2],[-4,0],[-4,0],[-1,0],[-5,0],[-5,2],[-4,2],[-4,3],[-4,4],[-1,2],[-2,3],[-123,191],[-1,2],[-2,3],[-9,15],[-2,2],[-1,2],[-107,166],[-52,-17],[-2,0],[-3,-1],[-5,0],[-5,0],[-5,2],[-4,2],[-4,3],[-4,4],[-2,4],[-1,1],[-7,13],[0,0],[-7,12],[-2,6],[-74,234],[0,0],[-1,5],[-1,6],[1,5],[0,2],[1,4],[23,100],[-59,45],[-3,1],[-6,4],[-128,95],[21,24],[0,-1],[20,23]],[[756870,551585],[41,-39],[-93,-54],[-169,-93],[-19,-11],[-389,-210],[-16,-8],[-33,-18],[-26,-14],[-30,-16],[-124,-68],[-42,-24],[-359,-190],[-59,-27],[-32,-12],[-11,-1],[-6,3],[-2,3],[-5,51],[9,66],[11,34],[107,221],[72,143],[23,49],[44,88],[19,42],[18,30],[7,18],[13,24],[6,0],[8,-7],[7,17],[1,21],[-2,67],[-14,177],[-21,359],[-24,457],[44,-42],[21,-22],[118,-116],[17,-18],[436,-429],[119,-119],[12,-13],[250,-250],[54,-53],[19,-16]],[[366078,331906],[497,0],[43,3],[34,7],[16,4],[3,-58],[-31,-129],[0,-7],[11,-229],[1,-26],[42,1],[2,-64],[-5,-13],[2,-59],[-12,-1],[1,-103],[8,-97],[5,-92],[-482,-24],[-22,3],[1,-38],[-4,-160],[0,-44],[0,-35],[-1,-25],[-117,-7],[-10,1],[0,-25],[-2,-74],[-3,-137],[-509,-14],[-41,1],[0,-24],[-2,-98],[-1,-92],[-2,-65],[-151,3],[-16,-15],[-240,11],[0,-103],[26,-1],[39,-1],[45,-1],[229,-5],[65,-1],[-8,-292],[-6,-246],[-3,-272],[1,-72],[1,-22],[6,-125],[4,-104],[0,-36],[0,-25],[0,-45],[-1038,31],[-1332,45],[-92,-3],[3,56],[1,31],[1,69],[-10,130],[-12,189],[-2,53],[-3,80],[-3,135],[-3,107],[-7,225],[-8,340],[-6,225],[-4,110],[-4,178],[-3,158],[-10,357],[-11,425],[-3,110],[-2,54],[23,3],[66,11],[72,14],[286,51],[56,10],[663,119],[103,18],[135,25],[182,32],[73,6],[49,2],[22,-2],[44,-10],[36,-13],[38,-19],[51,-34],[73,-41],[43,-19],[38,-8],[43,-7],[49,-6],[439,-75],[39,-7],[135,-24],[141,-24],[218,-35],[17,0]],[[378085,331865],[8,-54],[24,-123],[25,-101],[34,-148],[6,-25],[33,-115],[25,-93],[26,-95],[34,-129],[35,-99],[10,-27],[30,-79],[39,-121],[2,-9],[45,-122],[52,-140],[25,-66],[40,-115],[54,-134],[30,-66],[51,-116],[39,-88],[2,-3],[15,-25],[16,-32],[8,-32],[7,-32],[-3,-30],[-18,-32],[-15,-17],[-6,-7],[-16,-25],[-31,-43],[-28,-38],[-59,-68],[-40,-24],[-56,-18],[-124,-28],[-204,-50],[-104,-26],[-122,-29],[-113,-27],[-122,-29],[-121,-28],[-76,-18],[-194,-48],[-118,-29],[-253,-67],[-126,-34],[-99,-26],[-71,-18],[-43,-10],[-9,-2],[-15,-3],[-201,-44],[-45,-10],[-148,-32],[-32,-7],[-159,-41],[-23,-6],[-55,-11],[-62,-13],[-77,-15],[-34,-6],[-43,-7],[-61,-10],[-25,-4],[-124,-20],[-7,0],[-93,-10],[-38,-3],[-18,-1],[-154,-11],[-37,-3],[-69,9],[-13,1],[-44,-7],[-20,-1],[-78,-7],[-14,-1],[-54,1],[-52,1],[-33,1],[-44,1],[-55,1],[-79,2],[-152,3],[-55,1],[-106,3],[-37,1],[-202,5],[-90,3],[-73,2],[-71,1],[-40,1],[-38,1],[-46,2],[-23,0],[-530,14],[-111,13],[-64,8],[-7,4],[-49,0],[-43,-1],[-15,17],[-5,21],[-2,2],[0,218],[48,5],[17,-15],[22,-13],[14,-5],[16,4],[4,13],[4,87],[-2,17],[59,-34],[38,-22],[7,22],[22,64],[35,-17],[20,60],[-53,18],[-40,12],[-193,28],[-15,2],[0,78],[0,52],[0,139],[0,174],[1,199],[0,126],[0,51],[-1,80],[182,0],[-1,27],[-3,140],[0,3],[-2,62],[1,92],[0,47],[0,86],[0,41],[-2,192],[579,29],[77,4],[-4,127],[-5,254],[-10,339],[34,16],[57,26],[77,36],[50,24],[82,37],[45,20],[40,18],[21,3],[20,16],[134,60],[70,33],[5,2],[25,12],[11,6],[29,13],[12,8],[31,19],[28,23],[11,11],[32,31],[33,40],[6,9],[18,24],[16,23],[112,205],[14,14],[12,-3],[1,-53],[2,-85],[78,-1],[44,27],[74,67],[9,-3],[47,-10],[74,-15],[-21,-7],[-12,-14],[0,-19],[9,-39],[28,-90],[17,-148],[99,-3],[-2,92],[-4,103],[4,28],[-2,71],[29,-7],[265,-55],[79,-6],[10,0],[19,-98],[55,-22],[73,-45],[48,-29],[85,-52],[-4,151],[-2,79],[2,10],[12,8],[28,8],[43,12],[36,13],[45,18],[43,12],[11,6],[1,12],[8,3],[34,15],[120,52],[24,8],[22,8],[0,0],[50,4],[14,5],[49,14],[40,10],[50,10],[26,3],[67,6],[24,-1],[20,-1],[37,-2],[42,-8],[73,-17],[125,-43],[99,-31],[82,-17],[25,-9],[15,-5],[425,-132],[133,-41],[102,-35],[7,-3],[33,-8],[23,-7],[73,-19],[110,-29],[32,-10],[59,-19],[15,-14]],[[375911,333305],[1,-23],[60,2],[16,-4],[39,-9],[42,-12],[32,-8],[69,-19],[60,-13],[28,-6],[10,-1],[25,-7],[11,-2],[77,-16],[67,-15],[28,-6],[26,-6],[116,-26],[60,-14],[108,-25],[47,-11],[20,-5],[48,-14],[6,-2],[21,-716],[-110,32],[-42,12],[-16,4],[-36,10],[-18,4],[-18,5],[-17,4],[-15,4],[-142,40],[-47,11],[-23,12],[-8,-2],[-61,9],[-14,-3],[-20,-9],[-28,-14],[-26,-20],[-32,-31],[-19,-15],[-16,-7],[-19,-1],[-21,5],[-23,12],[-61,51],[-26,16],[-17,7],[-26,3],[-2,3],[-29,-8],[-14,-7],[-16,-7],[-141,-91],[-35,-23],[-46,-36],[-14,-13],[-27,-24],[-11,-12],[-110,-124],[-15,-12],[-13,-7],[-95,3],[-281,57],[-26,5],[-136,28],[-192,44],[-203,43],[-15,4],[-18,4],[-24,5],[-13,3],[12,23],[2,3],[14,15],[-41,4],[-15,3],[-44,10],[-52,11],[-64,13],[-39,8],[-64,14],[-52,11],[-63,14],[-89,18],[-25,6],[-71,15],[-16,4],[-32,5],[-47,8],[-45,8],[-37,5],[-26,4],[-30,5],[-36,4],[-66,8],[-59,7],[-58,7],[-50,6],[-56,6],[-58,7],[-36,4],[-36,5],[-86,10],[-29,3],[-33,4],[-1,1],[-20,519],[-13,360],[-11,297],[-3,102],[87,-13],[60,-9],[170,-26],[128,-20],[233,-36],[96,-16],[33,-6],[63,-13],[127,-26],[104,-22],[230,-49],[187,-40],[33,-8],[136,-29],[44,-10],[33,-10],[95,-21],[139,-31],[70,-15],[199,-42],[114,-26],[86,-18],[156,-34],[177,-39],[34,-3],[1,-11]],[[371767,333948],[23,-1],[26,0],[33,6],[44,17],[27,15],[24,18],[22,16],[22,8],[26,3],[30,-3],[62,-6],[64,-5],[52,-4],[30,-2],[73,-19],[65,-17],[73,-19],[29,-8],[3,0],[11,-3],[21,-31],[10,-34],[4,-123],[3,-22],[6,-40],[21,-65],[51,-125],[15,-26],[62,-110],[-11,-28],[22,-38],[-7,-635],[-2,-43],[-2,1],[-3,-24],[86,-12],[9,-3],[12,-4],[29,-20],[4,-94],[5,-58],[4,-63],[0,-24],[-114,1],[-34,9],[-35,-1],[-2,-26],[-6,-108],[-24,2],[-127,12],[-134,14],[-9,-71],[-23,-174],[296,-47],[0,-352],[217,-35],[-2,-127],[-1,-44],[-1,-32],[-1,-65],[-2,-88],[-2,-82],[-186,18],[-20,2],[-14,-103],[-227,20],[-9,-112],[52,-45],[90,-13],[-6,-57],[-47,2],[-29,-144],[-47,-1],[-26,-145],[182,-20],[-15,-154],[-6,-63],[153,-17],[-11,-55],[-130,11],[-4,-71],[74,-8],[49,-6],[176,-19],[1,-130],[-13,-2],[-51,5],[-164,16],[-275,27],[-187,18],[-21,1],[-185,7],[-564,-11],[1,-47],[8,-495],[6,-143],[1,-264],[0,-117],[-1,-277],[-286,3],[-585,5],[-41,-1],[-228,10],[-185,6],[-641,19],[-47,9],[-41,13],[-63,2],[-11,-1],[-45,-3],[-6,-1],[-118,0],[-113,-2],[-229,6],[-136,1],[-154,5],[-176,8],[-9,0],[-76,-2],[2,24],[2,34],[15,224],[13,181],[11,130],[2,36],[6,72],[1,22],[7,115],[8,137],[7,118],[6,81],[5,90],[2,32],[12,-1],[13,-1],[73,-4],[11,185],[12,139],[3,42],[10,161],[5,6],[5,38],[29,388],[-116,15],[-21,2],[-3,-39],[-17,-208],[-8,-114],[-4,-53],[-16,3],[-147,14],[-148,13],[-286,25],[-452,41],[15,159],[-179,8],[-87,5],[-106,7],[0,13],[76,-3],[3,35],[-79,3],[1,73],[125,-4],[1,71],[0,57],[104,-7],[3,70],[-64,3],[-164,6],[1,59],[1,105],[0,37],[6,101],[5,114],[3,70],[2,41],[3,90],[1,41],[0,26],[-1,35],[0,28],[29,5],[114,3],[72,6],[116,3],[274,11],[535,18],[243,8],[128,1],[112,-5],[93,-7],[184,-16],[261,-25],[514,-45],[200,-19],[48,-2],[50,0],[178,28],[2,19],[28,324],[30,319],[12,120],[71,1],[22,-1],[1,8],[41,-5],[4,18],[8,57],[34,-2],[4,4],[4,43],[38,9],[-2,-25],[56,-7],[12,20],[15,19],[16,10],[2,-1],[-6,34],[268,-42],[138,-19],[-1,33],[-4,0],[2,39],[70,682],[2,22],[60,587],[130,-19],[86,-13],[28,-5],[49,-9],[31,-6],[33,-6],[41,-11],[44,-16],[37,-18],[48,-31],[140,-91],[32,-20],[21,-9],[26,-8],[25,-5]],[[595882,911776],[46,-25],[32,-16],[62,-15],[81,-8],[83,-8],[72,-2]],[[596258,911702],[-9,-1],[-34,-16],[-26,-8],[-68,0],[-120,33],[-74,29],[-2,1],[-43,36]],[[597968,912105],[25,-2],[34,0],[57,-6],[29,-6],[30,-10],[25,-4],[42,-16]],[[598210,912061],[-35,7],[-43,-1],[-21,-7],[-20,-17],[-24,-12],[-48,10],[-18,11],[-1,8],[0,13],[-4,9],[-28,23]],[[598817,914693],[-2,7],[-3,11],[-5,21],[-6,10],[-3,8],[492,11],[13,-57]],[[599303,914704],[-92,-2],[-394,-9]],[[595822,911804],[-1,11],[-11,81],[15,2],[203,61],[40,9],[12,4],[29,8],[379,122],[83,28],[46,20],[170,95],[88,50],[95,54],[58,41],[58,52],[99,100],[71,75],[59,66],[42,42],[48,31],[78,48],[66,36],[95,37],[18,9],[40,20],[47,30],[85,68],[97,77],[57,48],[16,22],[54,116],[30,61],[52,124],[33,78],[14,38],[27,69],[12,42],[25,139],[0,49],[-11,177],[-6,47],[-10,61],[-20,95],[-14,68],[-8,53],[-9,54],[-24,118],[-54,253],[-22,91],[-57,239],[-49,176],[-50,155],[-10,0],[168,82],[2,0]],[[598077,915536],[-22,-12],[72,-151],[28,-56],[1,-2],[43,-161],[31,-145],[35,-162],[35,-159],[34,-151],[36,-170],[38,-159],[20,-123],[10,-58],[7,-198],[-10,-100],[-34,-154],[-36,-97],[-56,-141],[-62,-138],[-33,-72],[-6,-12],[-25,-35],[-56,-52],[-474,-372],[-300,-235],[-754,-431],[-35,-12],[-135,-45],[-274,-89],[-58,-20],[-139,-37],[-54,7],[-82,10]],[[620027,916187],[-42,-49],[-31,27],[-118,113],[-178,166],[19,27],[20,27],[6,8],[10,14],[0,-2],[72,97],[211,278],[201,264],[105,140],[104,139],[137,180]],[[620543,917616],[23,-22],[-219,-283],[-45,-61],[-135,-180],[-446,-607],[306,-276]],[[614944,916149],[-76,-165],[-6,-19],[-65,-145],[-1,1],[-181,-407],[-7,-17],[-50,-110],[-181,-403],[-49,-108],[-51,-113],[-34,-75],[-24,-50],[-39,-80],[-84,-192],[-42,-98],[4,-22],[-10,-23],[112,-477],[-659,-199],[-484,-643],[-57,-116],[-110,-190],[-19,-32],[-86,-159],[0,-1],[-183,76],[-123,47],[-140,49],[-75,25],[-185,57],[-20,5],[-92,24],[-180,43],[-159,33],[-160,29],[-164,23],[-162,18],[-164,13],[-163,8],[-162,6],[-230,4],[-15,1],[-84,2],[-13,0],[-13,-1],[0,2],[-1,0]],[[610257,912770],[5,482],[4,447],[1,57],[-7,12],[1,199],[-35,219],[2,8],[-2,23],[-17,36],[-47,64],[-94,137],[-37,62],[-39,74],[-57,89],[-23,25],[-22,38],[-11,23],[-14,33],[-18,33],[-30,32],[-14,21],[-32,52],[-5,25],[-44,69],[-7,8],[-54,85],[-76,129],[-41,78],[-55,118],[-7,37],[-4,20],[-11,10],[-18,23],[-21,31],[-29,61],[-22,51],[-57,167],[-19,78],[-30,145],[-25,128],[-17,108],[-13,92],[-11,87],[-5,64],[0,15],[5,8],[6,4],[7,4],[4,-1],[-3,20],[-9,50],[-27,45],[-21,52],[-8,33],[7,30],[10,11],[0,27],[-6,24],[-1,44],[13,57],[24,73],[0,27],[-7,21],[-13,30],[9,33],[22,39],[34,43],[10,27],[-1,30],[17,14],[31,3],[21,-3],[1,0],[11,-2],[0,0],[14,-8],[9,-5],[0,0],[0,0],[28,-38],[2,0],[2,-1],[-1,30],[-6,61],[-9,28],[-10,33],[-22,21],[-11,43],[-2,45],[8,44],[21,40],[28,32],[37,26],[15,18],[-3,36],[20,37],[32,36],[48,26],[6,5],[14,11],[23,59],[2,60],[1,2],[10,26],[2,75],[3,16],[2,15],[0,0],[0,1],[36,77],[4,9],[8,8],[14,14],[26,17],[1,0],[0,0],[28,-3],[1,1],[12,11],[5,6],[19,27],[16,3],[11,8],[12,7],[22,0],[65,-19],[22,-7],[16,-7],[42,-5],[44,-18],[58,-33],[68,-13],[38,-64],[42,-36],[18,-32],[14,-30],[15,-19],[72,-72],[74,-46],[36,-25],[31,-25],[34,-19],[73,-37],[37,-18],[20,-14],[33,-29],[18,-7],[26,-3],[27,-5],[30,-12],[25,-17],[28,-30],[15,-8],[52,-1],[19,-9],[25,-18],[43,-16],[42,-8],[16,-6],[21,-13],[23,-1],[60,3],[15,-6],[32,-27],[34,-22],[33,-15],[51,-11],[42,-15],[42,-21],[31,-11],[57,-15],[22,-9],[28,-3],[31,-6],[42,-16],[47,-18],[30,-15],[35,-18],[41,-16],[40,-15],[27,-7],[41,0],[35,-4],[59,-21],[71,-28],[31,-17],[29,-6],[19,-9],[28,-6],[26,-5],[29,-11],[24,-7],[26,-5],[24,-10],[31,-17],[84,-30],[38,-12],[64,-5],[32,-5],[15,-7],[10,-13],[3,-2],[14,-5],[30,-7],[47,-18],[14,-7],[37,-4],[31,2],[20,-3],[30,-11],[24,-18],[24,-15],[28,-9],[53,-15],[33,-5],[37,-1],[37,-12],[50,-19],[29,-8],[37,-5],[40,-4],[42,-7],[20,-6],[35,0],[73,-18],[68,-16],[33,-6],[33,-2],[48,-16],[42,-25],[39,-17],[71,-23],[31,-6],[42,-10],[75,-3],[27,-15],[46,-22],[48,-18],[47,-15],[33,-23],[34,-28],[26,-10],[40,-5],[31,5],[105,-52],[32,-9],[27,-14],[33,-18],[20,-28],[17,-16],[18,-12],[30,-3],[24,-4],[27,-20],[12,-12],[15,5],[13,-20],[19,-25],[19,-31],[10,-19],[13,-34],[19,-24],[17,-3],[20,-3],[29,-11],[33,-23],[25,-22],[34,-27],[12,-16],[1,-28],[6,-37],[124,-78],[56,121]],[[594410,919265],[-44,0],[-13,46],[-14,37],[-14,28],[-14,23],[-21,25],[-16,14],[-19,12],[-18,6],[-23,7],[-16,2],[-94,0],[-79,1],[-31,6],[-42,12],[-48,18],[-41,20],[-137,58],[-109,47],[-96,49]],[[593521,919676],[15,38],[12,-6],[59,-29],[106,-47],[107,-47],[107,-43],[46,-16],[33,-5],[54,-5],[55,2],[60,3],[28,-1],[19,-4],[50,-24],[30,-21],[27,-28],[18,-27],[1,-2],[11,-16],[13,-27],[15,-36],[22,-64],[1,-6]],[[613048,928354],[18,-31],[35,14],[24,1],[129,-11],[35,-3],[345,-25],[402,-19],[35,-1],[312,-5],[293,0],[31,-12],[60,-57],[27,-17],[70,-28],[15,-23],[81,-1048],[21,-7],[26,-334],[-13,-63]],[[614994,926685],[-1,0],[-25,4],[-34,5],[-27,8],[-35,17],[-10,7],[-38,27],[-202,143],[-197,144],[-68,50],[-46,25],[-51,19],[-199,67],[-220,72],[-219,71],[-229,77],[-58,20],[-139,44],[-72,28],[-39,20],[-28,21],[-23,22],[-20,25],[-19,30],[-35,74],[-13,40],[-4,15],[-15,55],[-24,87],[-9,61],[-1,9],[-11,68],[0,34],[0,1],[5,52],[0,5],[6,71],[8,49],[31,27],[29,19],[6,4],[8,5],[39,27],[33,20]],[[610270,937644],[1,-15],[-15,-3],[0,-21],[-1,-12],[-8,-12],[-213,-200],[-4,-8],[-4,-20],[-9,-12],[-10,-9],[-14,-11],[-14,-22],[-4,-17],[-4,-38],[-2,-41],[-3,-17],[-12,-18],[-9,-12],[-24,-24],[-5,-1],[-16,-15],[-19,-18],[-29,-24],[-29,-19],[-39,-18],[-37,-31],[-1557,-191],[-476,-320],[-470,190],[-2,0],[-6,2],[0,-1],[0,0],[-84,-65]],[[607152,936621],[-8,19],[-16,19],[-17,11],[-17,9],[-1599,2204],[-33,68],[-6,8],[-20,32],[-22,37],[-54,63],[-28,35],[-18,17],[-5,1],[-4,-2],[-1,-5],[4,-18],[1,-13],[-5,-7],[-6,-5],[-19,-2],[-18,2],[-9,1],[-28,31],[-11,10],[-13,2],[-19,1],[-14,6],[-17,11],[-2,8],[-1,0]],[[605147,939164],[134,140],[-36,40],[-310,351],[-25,18],[-162,138],[-278,265],[-189,182],[-828,834],[-76,88],[-114,133],[-454,480],[-111,226],[-514,1052]],[[602184,943111],[2844,-2082],[1326,-1045],[-2,-1],[6,-3],[989,-780],[2881,-1507],[19,-10],[5,-13],[2,-14],[16,-4],[0,-8]],[[610270,937644],[18,4],[21,5],[10,-58],[3,-25],[6,-37],[2,-29],[18,-111],[9,-41],[17,-103],[14,-68],[10,-57],[28,-175],[77,-521],[16,-109],[22,-133],[3,-25],[19,-141],[17,-130],[6,-68],[1,-8],[-25,-2],[2,9],[-28,10],[-51,22],[-16,5],[-27,2],[-21,-2],[-28,-9],[-22,-18],[-15,-20],[-8,-16],[-1,-13],[9,0],[0,-23],[-18,4],[-12,1],[-3,5],[-4,2],[-6,6],[-2,3],[-1,5],[-40,6],[-4,-10],[-11,-7],[-9,-1],[-9,2],[-164,28],[-348,61],[-95,7],[-95,-6],[-43,-8],[-10,-1],[-59,-10],[-34,-8],[-49,-17],[-50,-20],[-7,-4],[-24,-14],[-47,-35],[-67,-46],[-36,-29],[-122,-102],[-69,-50],[-87,-50],[-84,-32],[-72,-12],[-55,1],[-99,13],[-117,27],[-130,34],[-274,70],[-110,28],[-48,13],[-47,14],[-76,29],[-72,40],[-49,39],[-47,53],[-31,41],[-33,55],[-31,61],[-85,185],[-103,226],[-42,96],[-41,84],[-33,85]],[[594098,941600],[-8,-59],[-6,-36],[-11,-91],[-3,-28],[-3,-19],[-1,-18],[0,-3],[-8,-83],[-3,-47],[0,0],[-7,-93],[-6,-93],[-7,-140],[0,-14],[0,0],[-1,-43],[-3,-57],[-9,-169],[-2,-57],[0,-9],[-1,-15],[-13,-281],[-26,-308],[-17,-154],[-36,-222],[-43,-209],[-45,-183],[-55,-189],[-17,-53],[-16,-52],[-5,-2],[-3,-1],[-10,5],[-70,-37],[-40,-25],[0,-10],[8,-34],[-3,-13],[-13,-34],[-109,-237],[-146,-315],[-12,-23],[-2,-4],[-61,27],[-58,24],[-21,8],[-102,49],[-10,4],[-20,9],[-1,0],[-7,3],[-112,66],[-54,33],[-19,14],[-21,17],[-136,124],[-116,109],[-27,25],[-37,36],[-72,69],[-68,64],[-61,57],[-64,58],[-69,64],[-61,58],[-66,62],[-59,56],[-63,61],[-76,70],[-69,61],[-26,23],[-96,81],[-110,94],[-88,76],[-11,10],[-21,20],[-44,39],[-77,65],[-68,59],[-68,58],[-68,55],[-29,25],[-24,19],[-30,20],[-53,41],[-68,53],[-61,48],[-66,51],[-69,55],[-70,56],[-68,52],[-74,59],[-79,61],[-66,50],[-12,9],[-11,16],[3,10],[2,8],[-40,32],[-87,71],[-139,114],[-121,107],[1,0],[56,8],[93,21],[84,17],[55,14],[106,32],[65,20],[173,59],[1,-1],[-7,18],[85,24],[67,17],[8,10],[-3,10],[99,42],[82,40],[73,32],[83,45],[142,77],[135,83],[66,38],[32,19],[27,14],[34,15],[26,-13],[32,-14],[9,31],[10,28],[6,1],[1,0],[57,-23],[0,4],[1,4],[1,-1],[13,-6],[1,5],[4,-2],[24,17],[24,17],[24,16],[55,32],[348,195],[583,328],[461,261],[469,264],[261,149],[0,0],[346,195],[539,299],[11,2],[9,-2],[20,-21],[-58,-71],[-8,-10],[-58,-75],[-53,-70],[-49,-72],[-48,-73],[-29,-49],[-62,-103],[-41,-77],[-40,-79],[-58,-127],[-53,-128],[-62,-171],[-13,-36],[-45,-151],[-36,-135],[-36,-173],[-22,-130]],[[605147,939164],[-20,1],[-18,-16],[-26,-14],[-14,-18],[-17,-17],[-13,-2],[-42,-40],[-19,-19],[-19,19],[-13,12],[-17,8],[-26,8],[-31,0],[-16,-3],[-17,-7],[-18,-12],[-14,-14],[-28,-36],[-15,-18],[-126,-172],[-65,-87],[-34,-45],[-12,-16],[-80,-99],[-82,-98],[-75,-86],[-37,-40],[-14,-15],[-116,-116],[-81,-80],[-11,-8],[-39,-44],[-40,-34],[-94,-82],[-53,-45],[-25,-23],[-8,-12],[-4,-10],[-24,-27],[-5,-14],[4,-20],[12,-17],[69,-31],[65,-33],[33,-21],[37,-28],[41,-39],[29,-33],[25,-32],[21,-34],[9,-18],[8,-17],[20,-58],[16,-57],[3,-26],[8,-39],[6,-45],[14,-70],[10,-31],[16,-43],[13,-30],[0,-4],[23,-36],[-7,-9],[-3,-13],[0,-9],[8,-34],[1,-26],[-1,-14],[-4,-14],[-10,-13],[-15,-15],[-15,-9],[-32,-9],[-32,-13],[-31,-21],[-30,-25],[-13,-18],[-8,-17],[-21,-71],[-7,-36],[-5,-73],[3,-35],[4,-35],[0,-5],[-21,7],[-8,3],[-10,-1],[0,-3],[-4,-9],[-7,-11],[-2,-3],[-13,16],[-32,-32],[-12,-15],[-9,-15],[-3,-12],[-2,-9],[-1,-5],[-2,-12],[-1,-10],[1,-9],[2,-11],[3,-10],[3,-8],[6,-11],[6,-8],[6,-6],[6,-4],[4,-30],[20,-109],[70,-373],[8,-41],[18,-86],[17,-103],[9,-38],[19,-114],[28,-173],[20,-156],[21,-203],[13,-128],[5,-65],[19,-285],[36,-507],[13,-48],[172,11],[95,3],[663,59],[724,70],[63,7],[18,2],[168,16],[-6,-59],[1,-41],[13,-45],[17,-45],[205,-392],[381,-727],[133,-257],[53,-102],[21,-42],[19,-44],[13,-49],[10,-62],[1,-52],[-3,-36],[3,-11],[6,-12],[-1,-46],[6,0],[5,-10],[-4,-12],[-3,-15],[14,2],[29,32],[29,17],[28,21],[6,14],[12,15],[12,-5],[24,32],[4,4],[3,8],[5,12],[2,8],[3,16],[1,21],[-4,35],[-8,51],[-4,26],[2,22],[4,10],[19,17],[140,97],[323,213],[32,21],[135,94],[24,16],[44,30],[10,-16],[18,-15],[22,-11],[26,-8],[15,-3],[42,8],[38,11],[50,20],[77,32],[236,100],[85,39],[-7,22],[41,17],[10,-23],[76,33],[167,70],[483,199],[-9,20],[31,13],[10,-21],[36,19],[54,26],[114,76],[45,39],[37,36],[24,23],[51,40],[60,43],[57,35],[64,32],[148,61],[200,80],[230,104],[47,23],[16,13],[0,13],[-10,16],[21,20],[10,-10],[11,-3],[4,5],[89,-14],[64,-10],[2,-8],[7,-5],[5,0],[12,17],[57,29],[39,23],[7,-4],[2,-8],[5,-42],[7,-55],[15,-125],[13,-113],[7,-55],[1,-14],[43,-364],[0,0],[10,-83],[26,-205],[17,-139],[22,-171],[22,-170],[7,-83],[0,-3],[1,-10],[0,0],[5,-93],[1,-96],[0,-113],[-3,-48],[-7,-130],[-14,-144],[-21,-147],[-24,-125],[-6,-30],[-19,-83],[-1,-4],[-32,-134],[-26,-84],[-46,-155],[-31,-106],[-2,-10],[-16,-80],[0,0],[-1,-3],[-3,-13],[-1,-9],[-10,-52],[-12,-81],[-9,-81],[-1,-15],[-2,-19],[-1,-15],[0,-1],[-1,-15],[-1,-11],[0,-5],[-1,-12],[-2,-53],[0,-14],[0,-29],[-1,-41],[2,-75],[0,-15],[3,-61],[5,-53],[-11,-2],[6,-47],[10,2],[5,-30],[5,-32],[4,-25],[0,0],[3,-21],[9,-34],[4,-12],[3,-16],[18,-79],[22,-78],[24,-78],[27,-76],[30,-75],[33,-72],[35,-72],[37,-68],[43,-72],[44,-66],[43,-61],[51,-66],[50,-60],[53,-57],[55,-55],[57,-52],[58,-48],[61,-47],[65,-46],[4,7],[8,-6],[2,2],[11,-7],[58,-28],[46,-28],[45,-24],[113,-53],[60,-24],[64,-24],[48,-14],[110,-27],[70,-15],[30,-6],[145,-25],[128,-20],[146,-21],[148,-19],[82,-10],[150,-22],[4,-1],[2,-3],[7,-12]],[[614994,926685],[-6,-29],[5,-22],[6,-153],[12,-110],[12,-76],[15,-75],[33,-137],[27,-93],[23,-69],[64,-158],[86,-166],[68,-108],[91,-141],[9,-13],[29,8],[91,24],[224,56],[379,-1820],[30,7],[0,0],[20,6],[65,16],[131,32],[176,41],[210,-1049],[211,52],[1,-5],[-1,-6],[8,-36],[7,-29],[7,-36],[33,-178],[9,-50],[25,-126],[46,-243],[4,-21],[1,-2],[15,-76],[-1,-25],[-10,-23],[-3,-6],[0,0],[-2,-3],[0,-1],[-10,-39],[26,-9],[2,0],[4,-2],[18,-5],[6,-1],[15,-5],[4,-8],[166,-47],[101,-34],[54,-24],[71,-39],[360,-212],[-21,-44],[15,-9],[21,44],[51,-30],[18,-11],[104,-65],[11,-7],[47,-29],[953,-645],[-39,-70],[26,-17],[38,70],[32,-21],[52,-28],[50,-21],[58,-20],[61,-16],[506,-134],[110,-32],[99,-33],[102,-42],[92,-44],[94,-52],[94,-60],[49,-35],[73,-59],[63,-51],[53,-42],[26,-20],[28,-19],[22,-13],[17,-8],[5,-2],[7,-3],[5,-3],[7,-5],[2,-2],[2,-24],[5,-21],[20,-16],[13,-17],[19,-26],[32,-51],[17,-29],[26,-33],[26,-24],[15,-18],[20,-19],[28,-62],[5,-8],[3,-1],[2,-4],[3,-8],[92,-76],[389,-434],[34,-36],[-1,-1],[-7,-1],[-2,-8],[11,-83],[251,-233],[-214,-291],[-75,-99],[-198,-259],[-16,-20],[-9,-15],[-12,-13],[0,1],[-1,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-1],[0,-1],[0,-2],[0,-1],[1,-1],[10,-12],[0,-1],[9,-14],[0,0],[1,-3],[1,-3],[2,-2],[1,-3],[1,-2],[1,-2],[0,-1],[0,0],[2,-12],[1,-4],[-1,-5],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[-1,1],[-8,-11],[-13,-17],[-6,-8],[-16,-5],[-1,-1],[0,1],[-50,18],[-1,0],[0,0],[-6,2],[-2,-3],[-4,0],[-3,-1],[-2,-1],[-12,-16],[-189,-250],[-11,9],[-16,7],[-12,-1],[-11,-4],[-11,-12],[-11,-14],[-6,-11],[-1,-10],[4,-12],[1,-2],[3,-9],[3,-5],[-33,-43],[-150,-198],[-389,-518],[-140,-184],[-111,-145],[-46,-62],[-115,-127],[-2,-1],[-1,1]],[[620543,917616],[-220,210],[-21,20],[-147,133],[-149,141],[-106,98],[0,3],[-518,481],[-29,27],[-19,17],[-361,336],[-842,782],[-114,106],[-354,-466],[-167,-217],[-350,-451],[-22,-28],[-37,35],[-26,26],[-29,28],[-229,207],[-178,165],[-28,-36],[-9,-11],[-3,3],[-720,-952],[-7,-8],[-12,2],[-11,6],[0,0],[-14,13],[-2,13],[-191,178],[-70,67],[-290,276],[-2,-3],[-420,-558],[-122,-162],[236,-217],[219,-203],[275,-254],[193,-179],[-114,-154],[16,-15],[-16,-21],[-16,15],[-228,-304],[-275,-371],[-115,-155],[60,-57],[-9,-21],[-6,-12]],[[610257,912770],[-915,3],[-41,1],[-100,3],[-41,1],[-1057,6],[-123,0],[-270,-2],[-135,0],[-251,-1],[0,2],[-136,0],[-54,-1],[-175,1],[-932,-5],[-4,0],[-25,8],[-305,-3],[-787,-6],[-773,-9],[-202,-2],[-170,-4],[-17,4],[-166,-8],[-149,-10],[-147,-13],[-146,-16],[-146,-22],[-266,-48],[-78,-17],[-3,28],[-2,3],[-4,1],[-4,-1],[-25,-4],[-39,-9],[-24,-8],[-218,-58],[-117,-36],[-182,-63],[-11,-1],[-9,2],[-35,22],[-75,39],[-4,5],[-3,6],[-66,210],[-9,32],[-6,31],[-3,24],[-3,32],[3,32],[5,26],[8,29],[10,24],[28,52],[33,53],[24,40],[15,42],[7,32],[2,31],[-1,33],[-20,88],[-20,45],[-44,40],[-36,25],[-17,16],[-86,92],[-75,79],[-692,728],[-3,5],[0,6],[12,19],[14,20],[203,233],[61,71],[50,57],[114,132],[60,73],[96,109],[125,148],[50,66],[2,8],[-1,21],[-3,6],[-5,4],[-19,11],[-27,17],[-24,15],[-160,165],[-98,100],[-36,37],[-34,36],[-19,20],[-27,27],[-18,17],[-27,24],[-13,5],[-5,0],[-12,12],[-9,10],[-29,26],[-6,6],[-4,3],[-27,27],[-6,4],[-5,4],[-9,2],[-9,2],[-15,5],[-11,8],[-8,5],[-1,-1],[-7,-12],[-6,-10],[-1,-1],[5,-32],[13,-24],[21,-26],[26,-25],[6,-7],[8,-10],[1,-1],[-23,-12],[-8,-5],[-3,-2],[-8,-3],[-35,-13],[-6,-2],[-13,-4],[-65,-10],[-45,-9],[-26,-11],[-20,-12],[-12,-9],[-18,-16],[-12,-11],[-22,-29],[-14,-30],[-3,-7],[-4,-16],[-5,-21],[0,-53],[2,-34],[3,-47],[0,-1],[0,-8],[6,-62],[4,-20],[1,-7],[2,-5],[6,-16],[10,-23],[13,-18],[13,-17],[5,-6],[2,-2],[-31,-26],[-6,-5],[-3,-2],[0,0],[-2,1],[-18,25],[-11,15],[-17,28],[-21,44],[0,0],[-13,57],[0,2],[-2,19],[-3,0],[-6,27],[-1,28],[-11,-6],[-30,-2],[-24,0],[-15,2],[-95,19],[-58,14],[-36,6],[-51,4],[-43,2],[-49,1],[-43,-1],[-41,-5],[-32,-5],[-35,-4],[-14,-1],[-14,2],[-7,3],[-19,12],[-3,2],[-29,-40],[-5,-7],[-4,-5],[-17,-19],[0,-1],[-28,-32],[-57,-63],[-17,-20],[-12,-16],[-23,-45],[-23,-47],[-37,-98],[-16,-48],[-14,-48],[-8,-41],[-5,-28],[-3,-7],[-9,-8],[-16,-9],[-5,0],[-1,0],[0,-25],[0,0],[0,-5],[9,-30],[13,-54],[12,-43],[6,-23],[-1,-18],[-2,-3],[0,-2],[0,-6],[4,-4],[17,-10],[5,-11],[-26,0],[8,-13],[-24,13],[-8,1],[-52,1],[-1,0],[-90,0],[-226,-6],[-19,0],[-95,-2]],[[598817,914693],[2,-10],[0,-12],[-1,-32],[14,-25],[4,-14],[8,-107],[13,-76],[38,-180],[31,-125],[21,-72],[57,-215],[38,-136],[28,-83],[19,-44],[94,-163],[49,-62],[37,-52],[87,-144],[37,-57],[17,-46],[4,-43],[-1,-95],[-6,-70],[-6,-95],[-6,-56],[-22,-80],[-23,-55],[-43,-111],[-26,-52],[-26,-40],[-28,-34],[-49,-40],[-107,-83],[-97,-54],[-68,-36],[-31,-18],[-39,-16],[-82,-32],[-124,-60],[0,0],[-2,-2],[-9,-4],[-2,-1],[-8,-3],[-9,-4],[-33,-6],[-25,4],[-91,26],[-123,40],[-118,43],[0,0]],[[597968,912105],[-6,1],[-26,-3],[-27,-6],[-38,-9],[-7,-4],[-1,0],[-8,-2],[-43,-7],[-46,-17],[-35,-20],[-55,-35],[-48,-30],[-40,-35],[-51,-51],[-49,-57],[-23,-25],[-33,-22],[-42,-16],[-57,-13],[-126,-24],[-168,-15],[-73,-7],[-82,-4],[-164,-4],[-102,-3],[-96,-1],[-104,3],[-3,0],[-157,3]],[[595882,911776],[-36,3],[-15,8],[-6,5],[-1,0],[-3,12],[1,0]],[[598077,915536],[40,21],[-78,151],[-96,169],[-162,273],[-122,184],[-194,288],[-127,183],[-105,138],[-58,69],[-8,9],[-9,11],[0,0],[-91,106],[-276,345],[-64,77],[-70,82],[-8,6],[-11,13],[-16,16],[-21,13],[-9,5],[-14,10],[-54,29],[-11,5],[-164,61],[-45,13],[-52,14],[-76,16],[-117,18],[-33,7],[-11,3],[-13,6],[-33,-55],[-19,1],[-72,6],[-36,4],[-114,12],[-161,20],[-85,7],[-327,14],[-346,24],[-13,-3],[-6,-4],[-3,-2],[0,-1],[-21,3],[-2,0],[0,1],[2,16],[-2,25],[-7,19],[-19,62],[-62,186],[-62,193],[-53,175],[-3,36],[-5,69],[-5,68],[-3,152],[-6,188],[-56,1],[-15,1],[0,0],[-23,1],[-7,44],[-12,65],[-16,60]],[[593521,919676],[-12,-30],[-31,15],[-39,25],[-41,23],[-71,41],[-497,281],[-57,25],[-30,28],[-14,30],[-34,522],[-80,1173],[60,-42],[79,-58],[85,-63],[-12,52],[-3,26],[-6,47],[-5,32],[-3,65],[1,53],[3,35],[4,62],[6,64],[16,152],[13,163],[3,117],[4,108],[3,56],[3,63],[6,100],[6,63],[11,101],[13,127],[1,3],[-4,28],[9,66],[1,48],[-8,41],[-5,14],[-4,11],[-8,19],[-10,15],[-2,13],[-5,4],[-25,22],[-5,6],[-40,35],[-33,25],[-3,2],[-231,189],[1,3],[8,24],[73,211],[4,12],[149,373],[12,29],[13,15],[20,13],[15,12],[8,9],[3,13],[-1,55],[9,44],[13,33],[89,183],[91,182],[32,72],[32,66],[44,96],[7,17],[43,99],[71,170],[14,31],[46,86],[27,44],[11,14],[30,37],[154,192],[10,-9],[18,27],[1,0],[4,2],[2,1],[0,1],[9,16],[3,5],[0,0],[28,-18],[30,-18],[29,-17],[22,-13],[66,-31],[46,-20],[12,-5],[20,45],[15,34],[-222,100],[-15,2],[0,0],[4,5],[1,2],[1,10],[-6,6],[-4,0],[0,0],[-1,6],[-13,4],[-14,4],[121,165],[11,-6],[7,27],[0,3],[138,189],[129,178],[150,207],[34,30],[7,7],[115,104],[7,14],[-27,42],[32,55],[44,78],[59,106],[82,151],[53,102],[44,86],[17,35],[-1,-1],[21,46],[102,218],[69,148],[81,176],[54,112],[47,83],[32,52],[7,11],[9,27],[4,25],[0,14],[-1,20],[-19,156],[-39,242],[-7,49],[-6,59],[-11,127],[-3,85],[-3,137],[0,49],[2,69],[12,118],[6,39],[8,39],[11,47],[14,57],[15,53],[13,41],[34,102],[29,83],[22,58],[-20,8],[13,33],[47,119],[62,146],[34,79],[35,60],[29,44],[43,49],[94,95],[201,189],[93,87],[49,48],[57,61],[33,44],[33,53],[6,17],[1,0],[0,0],[1,-1],[1,2],[6,11],[2,4],[4,8],[2,3],[0,0],[3,-6],[15,-17],[12,-6],[226,-71],[64,-20],[360,0],[29,2],[433,-2],[0,2267],[-923,0],[-425,1081],[-4,8],[3,15],[1,5],[22,85],[-4,72],[-19,73],[-28,129],[-45,208],[-9,17],[-14,14],[-246,158],[-143,91],[-37,25],[-12,6],[-9,1],[-15,-2],[-53,-8],[-12,-2],[-8,-1],[-1,0],[-2,0],[-30,0],[-1,5],[10,25],[1,2],[11,21],[27,51],[23,45],[10,19],[0,9],[-2,9],[-6,10],[-2,10],[-5,8],[-24,55],[-56,120],[-9,14],[-11,16],[-29,46],[0,0],[-20,38],[0,0],[-41,85],[-3,6],[-1,3],[-12,25],[-92,206],[-351,822],[-37,90],[-22,54],[-91,206],[-53,111],[-14,32],[-10,15],[-10,21],[-40,86],[-12,30],[-6,22],[-12,7],[-4,3],[-13,7],[0,0],[-2,0],[-15,8],[-39,22],[-175,101],[-344,194],[36,79],[85,196],[40,98],[39,98],[66,194],[59,192],[30,96],[49,190],[22,95],[20,95],[18,94],[30,190],[13,96],[12,96],[10,96],[8,94],[11,189],[23,474],[4,54],[4,39],[15,126],[6,69],[1,71],[-6,63],[-2,15],[0,16],[6,92],[9,108],[10,93],[12,91],[13,92],[23,130],[27,125],[39,134],[70,187],[17,51],[23,92],[7,29],[13,32],[40,96],[64,124],[19,48],[41,78],[60,103],[31,48],[48,72],[51,72],[33,45],[7,9],[5,-1],[109,-24],[81,-16],[1,0],[3,-1],[0,0],[161,-38],[-85,-369],[-39,-151],[-54,-235],[3,-41],[17,-12],[61,-24],[118,-27],[32,0],[1,3],[14,-2],[30,-6],[248,-44],[407,-75],[45,-10],[1,1],[83,376],[22,97],[9,37],[25,112],[0,0],[1,3],[22,94],[93,422],[1,2],[1,7],[53,235],[16,72],[13,56],[11,49],[5,23],[33,145],[1,2],[-1,-1],[2,12],[0,-1],[-39,-15],[-233,-93],[0,0],[0,0],[-1,0],[-195,-61],[-82,-37],[-56,-3],[-48,-51],[-27,3],[-35,15],[-44,24],[-48,-24],[0,-16],[-7,-28],[-8,-28],[-15,-22],[-32,-12],[-43,-24],[-52,-28],[-45,-29],[-23,-4],[-14,4],[-31,29],[-17,20],[-13,32],[-12,21],[-22,77],[8,1],[17,6],[45,25],[197,121],[201,118],[219,124],[138,78],[133,76],[153,85],[216,120],[91,53],[319,177],[83,47],[135,75],[168,97],[175,99],[855,477],[104,59],[109,54],[109,48],[104,37],[58,19],[43,11],[53,11],[56,8],[214,8],[68,-1],[118,-13],[33,-5],[40,-7],[80,-18],[49,-12],[45,-12],[55,-19],[71,-27],[15,-7],[33,-13],[38,-17],[53,-28],[48,-27],[68,-44],[329,-234],[144,-103],[33,-26],[18,-21],[13,-18],[7,-14],[7,-32],[15,-58],[19,-58],[21,-61],[17,-47],[22,-51],[29,-63],[5,-11],[27,-53],[13,-29],[0,0],[-25,-16],[-187,-118],[-102,-66],[-84,-52],[9,-20],[859,-423],[839,-414],[84,-172]],[[651927,858090],[-27,-9],[-16,98],[-22,150],[-6,39],[164,37],[-9,62],[25,3],[-4,28],[19,1],[13,8],[3,-22],[17,-104],[37,-227],[-98,-32],[-96,-32]],[[660270,870057],[29,-99],[8,-21],[9,-27],[12,-31],[13,-26],[10,-14],[7,-10],[7,-7],[13,-11],[61,-48],[28,-23],[23,-17],[28,-23],[24,-17],[10,-5],[17,-9],[14,-6],[24,-8],[26,-4],[38,-4],[21,0],[17,1],[63,4],[47,2],[23,-8],[11,-2],[9,-6],[115,-127],[37,-41],[111,-127],[168,-228],[2,-4],[45,-72],[80,-122],[4,-6],[65,-95],[26,-43],[105,-154],[27,-46],[24,-45],[4,-9],[-75,-32],[-11,-5],[-15,-7],[-76,-37],[-29,-14],[-32,-12],[44,-134],[104,28],[13,-49],[146,38],[5,-26],[15,-71],[9,-66],[8,-70],[6,-80],[6,-60],[-1,-31],[-1,-68],[-17,-156],[-15,-75],[-10,-54],[-5,-12],[-14,-25],[-18,-19],[-15,-16],[-17,-17],[11,1],[-11,-7],[74,-25],[-1,-4],[-21,-63],[-30,-80],[-33,-68],[-46,-90],[-28,-44],[-18,-31],[-50,-77],[-45,-67],[-46,-73],[-15,-22],[-16,-25],[-43,-71],[-21,-36],[-17,-33],[-19,-40],[-19,-45],[-23,-52],[-21,-53],[-17,-52],[-15,-46],[-1,-3],[-2,-6],[-21,-77],[-11,-50],[-11,-57],[-9,-64],[-8,-65],[-3,-53],[-3,-59],[2,-62],[2,-60],[5,-66],[5,-55],[1,-7],[8,-55],[10,-50],[8,-40],[9,-38],[12,-46],[1,6],[0,-1],[6,-24],[2,-5],[11,-32],[25,-76],[7,-18],[21,-51],[24,-56],[17,-39],[36,-83],[43,-104],[19,-48],[7,-15],[7,-19],[9,-26],[23,-74],[8,-35],[2,-8],[10,-42],[12,-57],[15,-90],[1,-10],[6,-54],[9,-72],[7,-111],[3,-86],[1,-91],[-2,-98],[-1,-40],[-2,-32],[-3,-67],[-12,-124],[-8,-73],[-2,-14],[-4,-31],[-20,-94],[-12,-47],[-7,-17],[-1,-4],[-4,-11],[-19,-35],[-56,-75],[-40,-54],[-28,-38],[-18,-24],[-12,-20],[-3,-7],[-7,-18],[-33,-107],[-26,-91],[-2,-5],[-6,-15],[-18,-34],[-21,-33],[-30,-38],[-40,-45],[-8,-8],[-50,-58],[-78,-88],[-6,-6],[-59,-68],[-61,-68],[-69,-76],[-80,-91],[-71,-80],[-20,-23],[-12,-15],[-42,-52],[-30,-41],[-39,-55],[-44,-70],[-35,-58],[-8,-17],[-3,-6],[-11,-26],[-12,-34],[-12,-37],[-10,-39],[-7,-46],[-6,-52],[-9,-61],[-6,-24],[-6,-19],[-11,-28],[-60,-133],[-12,-25],[-48,-102],[-26,-57],[-18,-29],[-13,-14],[-17,-15],[-16,-9],[-8,-4],[-41,-22],[-12,-10],[-14,-12],[-17,-25],[-40,-65],[-84,-137],[-67,-111],[-31,-47],[-20,-26],[-48,-62],[-34,-44],[-86,-112],[-92,-118],[-12,-14],[-53,-69],[-11,-14],[-32,-41],[-13,-19],[-12,-24],[-10,-26],[-1,-4],[-4,-40],[-2,-49],[-10,-154],[-1,-17],[-10,-168],[0,-13],[-5,-108],[-5,-88],[1,-7],[1,-73],[0,-118],[-372,67],[-131,26],[-120,21],[-44,9],[-7,12],[0,8],[-45,9],[-2,-2],[-18,-4],[-16,-4],[-84,-16],[-67,-11],[-94,-15],[-82,-13],[-130,-20],[-134,-22],[-203,-34],[-67,-7],[-7,28],[-44,179],[-80,-25],[-2,12],[-58,268],[-76,351],[-40,188],[-45,210],[-30,136],[-41,192],[-66,310],[-46,209],[-5,25],[282,65],[47,-217],[5,-23],[18,6],[157,44],[-18,83],[-10,42],[-18,78],[-15,68],[-12,52],[-5,24],[-41,-49],[-18,-16],[-4,16],[-2,13],[-5,18],[-20,23],[-24,10],[-34,5],[-36,4],[-19,84],[-26,-5],[-27,119],[-259,-56],[25,-115],[7,-35],[18,-83],[-34,-9],[0,2],[-53,-13],[-75,-20],[-59,-16],[-16,-4],[-32,-8],[-69,-22],[-17,-5],[-11,-4],[-6,-2],[-20,-6],[-40,-12],[-69,-23],[-20,-8],[-37,-11],[-26,0],[-30,2],[-18,3],[-12,4],[-18,6],[-33,151],[-9,46],[-2,11],[-21,88],[-13,67],[-6,31],[-3,17],[-1,6],[1,0],[0,2],[-1,0],[-1,2],[-139,-15],[-79,-8],[-11,-8],[1,-4],[-9,-1],[13,-58],[1,-6],[11,-57],[15,-58],[4,-18],[5,-24],[-16,-3],[-42,-10],[-154,-33],[-21,-5],[23,-117],[-19,-4],[-37,-8],[-2,9],[-5,22],[-6,31],[-13,30],[-16,15],[-24,4],[-104,-25],[-9,-23],[15,-76],[-11,-15],[-6,-5],[-12,-9],[-15,-30],[-28,-36],[-25,-32],[-23,-23],[-14,-5],[-13,0],[-47,-30],[-119,-73],[-24,124],[-18,90],[-39,-12],[-8,-2],[-1,0],[-34,-8],[-13,-5],[-5,-1],[-4,-2],[-6,-2],[-7,-3],[-8,-3],[-117,-55],[-5,28],[-2,0],[-1,7],[-2,-1],[-3,-2],[-6,-3],[-38,-18],[-8,-4],[-18,-8],[-24,-12],[-28,-18],[-71,-43],[-15,-12],[-49,-29],[-2,-1],[-12,-6],[-71,-43],[-43,-26],[-40,-26],[-3,-2],[4,-20],[-167,-91],[-120,-65],[-142,-74],[-64,259],[-86,-20],[-23,68],[-46,-8],[-79,-28],[-1,3],[-2,10],[-2,9],[-9,46],[-2,9],[-2,10],[-2,9],[-1,5],[-1,3],[0,0],[-27,127],[-2,0],[-1,5],[-3,17],[-3,19],[-38,187],[-26,143],[-25,139],[-10,-2],[-281,-71],[-2,-1],[-4,23],[-22,118],[-32,186],[-4,13],[-3,23],[-5,24],[-2,11],[-2,2],[-2,15],[-23,-23],[-7,-17],[-189,-199],[-12,-9],[-53,-39],[-22,-14],[-13,-9],[-7,-4],[-29,-18],[-54,-27],[-12,-5],[-18,-3],[-23,-12],[-53,-16],[-8,-3],[-23,-10],[-16,-4],[-4,-4],[-11,-4],[-10,-4],[-36,-16],[-12,-5],[-27,-13],[-1,0],[-8,-3],[-34,-14],[-19,-9],[-50,-21],[-8,-3],[-9,-5],[-17,-17],[-9,-14],[-7,-21],[-3,-23],[-9,2],[-10,-4],[-8,-2],[-13,-7],[-26,-5],[-4,-2],[-23,-11],[-7,4],[-13,16],[-119,-64],[-23,-13],[-6,-3],[27,-167],[71,-418],[20,-128],[2,-23],[1,-17],[-2,-10],[-8,-15],[1,-13],[3,-6],[3,-2],[6,1],[1,-18],[7,-128],[57,-127],[2,-17],[3,-20],[-15,0],[37,-177],[-27,-12],[7,-29],[12,-1],[5,-1],[12,-1],[0,-1],[3,-5],[2,-46],[-3,-1],[5,-30],[0,-1],[55,-333],[6,-34],[34,-236],[30,-175],[45,-268],[34,-205],[-5,-18],[36,-218],[33,-191],[-127,-45],[-44,-14],[-12,-3],[-43,-13],[-59,-17],[-23,-8],[-89,-26],[-43,-15],[-18,-6],[-50,-16],[-2,6],[-58,-19],[-46,-16],[-30,-10],[-105,-35],[-1,4],[-46,275],[72,15],[-19,135],[60,8],[-12,75],[-133,-26],[-23,136],[-17,115],[-31,-138],[-2,-41],[-2,-38],[1,-48],[-170,-9],[15,-111],[5,-36],[6,-37],[-17,-3],[6,-26],[-84,-20],[15,-109],[93,18],[33,-221],[-5,-2],[-56,-20],[-31,-11],[-23,-9],[-6,-2],[-24,-9],[-112,-33],[-42,-11],[-127,-42],[-11,-3],[-18,-5],[-91,-30],[-6,-2],[-82,-30],[-11,-4],[-42,-13],[-36,-15],[-18,-6],[-66,-24],[-50,-17],[-75,-26],[-34,-11],[-34,-11],[-25,-8],[-86,-28],[-100,-31],[-17,-6],[-111,-30],[-74,-19],[-37,-10],[-25,-31],[-2,-2],[-7,-8],[-44,-17],[-71,-24],[-93,-31],[-147,-51],[-80,-28],[-98,-35],[-61,-22],[-12,-5],[-3,-1],[-6,11],[-107,-30],[-13,-3],[-11,-4],[-99,-34],[-8,-3],[-130,-46],[-108,-43],[-51,-20],[-11,-4],[-35,-13],[-57,-20],[-35,-11],[-38,-5],[-35,-8],[-3,30],[-6,63],[-1,2],[-3,34],[-1,7],[0,1],[-18,168],[-11,101],[-2,21],[-15,140],[-15,139],[-3,24],[-47,-49],[-17,-21],[-27,-22],[-16,-10],[-24,-15],[-5,50],[0,15],[-28,318],[-3,28],[-17,214],[5,14],[42,78],[22,44],[-26,17],[-2,-3],[-3,2],[-17,-15],[-15,-13],[-7,-4],[-2,-2],[0,0],[-30,-13],[-20,-7],[-47,-13],[-9,-1],[-27,-1],[-27,-6],[-15,-7],[-8,-7],[-14,-9],[-22,-18],[-21,-20],[-23,-19],[-4,-2],[-18,-10],[-25,-8],[-78,-21],[-164,-39],[-31,36],[-5,3],[0,11],[-133,-24],[-70,-11],[-39,-10],[-26,-8],[-16,-4],[-21,-6],[-22,-4],[-10,-1],[-5,4],[-42,99],[-22,51],[-6,13],[-7,8],[-8,6],[-4,4],[-13,32],[-120,279],[-133,307],[-52,116],[-4,10],[-4,6],[5,3],[-3,5],[-5,5],[-6,4],[-7,3],[-7,-2],[-4,-2],[-2,-1],[-7,-1],[-56,-27],[-74,-37],[-42,-20],[-210,-100],[-162,-77],[-23,-11],[-12,-6],[-46,-22],[-55,-26],[-8,-3],[-78,-37],[-37,-17],[-139,-65],[-5,-2],[-124,-62],[-35,-17],[-74,-36],[-39,-19],[-18,-9],[-111,-53],[-147,-71],[-89,-43],[-159,-77],[-77,-36],[-131,-64],[-19,-10],[-20,-10],[-115,-59],[-6,2],[-9,7],[-8,13],[-36,76],[-62,132],[-26,56],[-6,10],[-7,3],[-12,-1],[-11,-3],[-4,9],[-41,100],[-8,21],[94,51],[50,30],[-109,250],[-46,-27],[-12,29],[-21,48],[-11,27],[-5,10],[-33,76],[-3,7],[-19,43],[-104,-60],[-78,175],[-55,121],[-39,86],[-31,64],[-39,90],[-22,48],[-8,22],[-2,10],[0,9],[3,8],[-37,58],[1,3],[-5,0],[-31,-3],[-10,20],[-37,82],[-53,116],[-66,146],[-44,97],[-68,153],[-56,126],[-48,104],[-3,5],[1,9],[-73,157],[-76,164],[-32,69],[-17,40],[-16,37],[-59,131],[-10,22],[-38,87],[35,45],[-4,8],[2,3],[0,9],[-38,80],[-127,287],[74,27],[4,1],[50,10],[29,13],[15,15],[13,16],[5,21],[0,120],[5,15],[5,11],[22,44],[24,35],[52,54],[49,50],[43,30],[28,16],[95,56],[11,361],[-20,338],[-1,38],[-4,42],[0,30],[24,4],[36,0],[40,-7],[28,-4],[25,-13],[30,-21],[41,-31],[-1,-11],[3,-2],[39,-32],[19,-8],[27,-11],[26,-8],[41,-11],[21,-6],[54,-11],[35,-3],[23,7],[0,0],[0,0],[4,1],[43,18],[55,27],[5,2],[9,4],[45,21],[19,8],[133,60],[83,37],[3,1],[57,15],[12,4],[8,2],[53,7],[50,4],[64,-1],[16,0],[5,0],[44,-2],[89,2],[79,5],[21,2],[23,12],[13,15],[4,14],[1,5],[0,1],[1,5],[4,28],[-4,26],[-2,33],[-24,265],[-5,63],[2,13],[4,6],[3,3],[17,7],[55,22],[80,31],[69,27],[64,25],[78,29],[34,7],[51,9],[58,9],[87,14],[-9,51],[-5,32],[-14,115],[0,19],[7,11],[9,4],[35,5],[151,23],[51,5],[-20,78],[-35,132],[-19,73],[-27,98],[-30,109],[-22,77],[-12,46],[-17,58],[-18,61],[-22,78],[-10,32],[-11,40],[-15,53],[-20,66],[-7,35],[-12,32],[-17,61],[-8,28],[-9,30],[-26,93],[-22,78],[-17,52],[-2,14],[-9,33],[-16,52],[-21,69],[-17,56],[-6,21],[-10,40],[-5,17],[-13,42],[-2,9],[-8,28],[-7,16],[-10,43],[-3,9],[-2,6],[-11,40],[-8,18],[-13,48],[-13,49],[-8,29],[-11,38],[-54,196],[-30,113],[-22,75],[-8,25],[42,16],[26,6],[-1,11],[-13,99],[-13,100],[-14,107],[-23,158],[20,7],[3,0],[13,1],[50,6],[-1,-11],[9,-61],[49,8],[9,-61],[54,14],[-12,91],[-11,66],[469,156],[1,-1],[2,-9],[20,-119],[20,-118],[17,-129],[5,1],[4,-22],[18,-102],[76,16],[49,10],[42,19],[-15,63],[-35,207],[-4,26],[-37,196],[15,4],[110,27],[-13,80],[86,16],[2,-1],[0,0],[8,-42],[43,10],[67,14],[5,-22],[65,-4],[40,0],[26,1],[3,-3],[82,11],[-10,52],[-53,277],[-14,-4],[-1,5],[-29,88],[162,70],[47,23],[25,26],[15,20],[9,24],[11,47],[-3,67],[-6,81],[-2,21],[67,0],[39,-10],[16,3],[220,25],[397,43],[84,7],[0,0],[19,-92],[5,-26],[6,-27],[4,-20],[22,-53],[7,-13],[12,-31],[15,-85],[30,-187],[86,18],[38,-18],[19,1],[22,5],[-31,172],[18,15],[-18,121],[-10,47],[-5,11],[-8,8],[-9,13],[-42,-6],[-86,-12],[-21,-2],[-9,11],[-9,28],[-8,36],[-8,52],[-3,16],[0,15],[12,10],[0,0],[16,3],[126,14],[294,31],[117,13],[2,-15],[6,-38],[20,-148],[-1,-13],[0,-13],[6,-63],[4,-23],[4,-31],[3,-25],[-2,-27],[-3,-22],[-1,-9],[3,-15],[10,-25],[12,-20],[6,-11],[6,-4],[116,20],[13,2],[2,1],[41,-16],[3,-1],[-12,100],[-1,7],[-23,182],[-69,-9],[-27,219],[-3,12],[90,15],[44,9],[74,13],[6,2],[141,32],[19,5],[2,-16],[79,-523],[-166,-23],[9,-58],[2,-39],[-25,-67],[5,-35],[7,-28],[33,-181],[226,39],[-56,397],[-79,526],[0,12],[2,0],[299,74],[159,35],[131,31],[92,22],[170,40],[138,33],[173,42],[126,30],[318,74],[152,34],[138,33],[128,32],[27,7],[6,5],[8,7],[42,11],[136,41],[23,-6],[6,-2],[168,19],[36,7],[19,14],[8,11],[2,0],[-7,-37],[-1,-4],[-3,0],[0,-2],[-81,-443],[-116,-611],[-3,-17],[-3,-14],[-6,-33],[-12,-65],[-11,-58],[-5,-63],[-8,-28],[-7,-27],[-14,-59],[-1,-34],[0,-27],[-1,-11],[-14,-63],[4,-4],[31,-24],[45,-23],[44,-14],[304,-65],[5,-1],[257,-93],[10,-8],[27,-15],[63,-31],[18,-8],[49,-14],[46,-5],[16,-4],[57,-9],[79,-11],[34,-3],[50,-5],[50,5],[48,14],[46,24],[41,31],[36,40],[29,45],[4,10],[11,18],[11,24],[21,48],[9,27],[21,35],[128,38],[32,37],[-2,18],[88,20],[3,-15],[8,1],[5,-1],[9,2],[10,-1],[2,-1],[114,32],[2,16],[35,12],[164,48],[49,16],[154,38],[42,8],[31,8],[53,17],[12,3],[31,6],[66,13],[47,1],[28,1],[27,-1],[77,0],[67,7],[31,5],[38,6],[40,16],[53,25],[67,40],[28,23],[18,14],[42,27],[3,2],[157,90],[11,-51],[-39,-23],[-2,-2],[-16,-10],[-28,-19],[-39,-25],[-12,-7],[-26,-17],[-16,-10],[-29,-17],[-77,-45],[12,-63],[15,6],[49,19],[236,92],[40,15],[-7,33],[-6,41],[7,45],[0,0],[2,14],[0,5],[9,1],[-18,71],[31,11],[-14,17],[-48,24],[-5,4],[-3,4],[-6,11],[-5,23],[-21,113],[-13,64],[3398,860],[7,2],[0,-1],[542,271],[1,0],[0,1],[1,0],[514,236],[115,62],[58,28],[0,1],[399,231],[0,-1],[107,54],[387,193],[83,43],[3,-21],[6,-24],[7,-30],[19,-68],[12,-46],[28,-91]],[[647384,867782],[80,37],[-5,26],[-2,9],[-23,4],[-15,72],[-63,-15],[-18,-3],[-16,3],[-14,12],[16,-118],[11,-58],[49,31]],[[646076,866010],[35,-160],[133,33],[21,5],[23,6],[12,8],[4,10],[-2,18],[16,14],[-6,40],[-6,105],[-39,-6],[-19,-12],[3,-27],[-50,-8],[-125,-26]],[[647882,865558],[43,-242],[66,17],[-41,240],[-68,-15]],[[657046,864732],[51,-228],[90,29],[-56,257],[-42,-28],[-43,-30]],[[655323,864577],[-1,3],[-15,-10],[-39,-25],[-45,-28],[-26,-17],[-10,-7],[-12,-9],[-12,2],[-36,-6],[-23,-42],[11,-52],[121,20],[53,16],[63,18],[-16,75],[-13,62]],[[653642,863680],[39,-116],[51,45],[52,44],[-18,94],[-44,-22],[-14,-9],[-66,-36]],[[653186,863187],[4,-32],[-13,-3],[4,-24],[13,3],[31,-203],[81,15],[4,4],[-12,72],[-18,111],[-3,22],[0,5],[-2,7],[-5,28],[0,0],[-2,11],[-2,0],[-80,-16]],[[647208,862325],[-447,-73],[89,-171],[15,-124],[12,-49],[3,-29],[-2,-3],[-6,2],[-19,15],[-84,75],[-20,24],[-10,13],[-20,30],[-7,12],[-12,22],[-8,16],[-12,31],[-16,-13],[-12,-11],[-10,-3],[-23,11],[-11,-1],[-21,-18],[-1,0],[-9,-1],[-26,19],[-24,32],[-15,26],[-12,11],[-4,4],[-18,20],[-19,21],[-17,29],[-12,28],[-15,18],[-21,0],[-17,-7],[-14,3],[-34,15],[-12,5],[-17,-1],[-7,-3],[88,-218],[12,-27],[17,-45],[26,-61],[10,-21],[28,-66],[11,-27],[22,-55],[115,-285],[27,-67],[13,-29],[9,3],[126,60],[76,35],[1,1],[0,-1],[103,46],[41,17],[8,-5],[37,-50],[58,-80],[17,-29],[9,-3],[2,0],[16,1],[15,-3],[12,-5],[10,-6],[12,14],[3,3],[19,17],[32,22],[16,9],[10,7],[-16,95],[-114,36],[0,0],[0,2],[-1,30],[1,23],[4,26],[5,12],[24,150],[0,43],[-26,148],[0,19],[30,114],[4,61],[0,32],[4,30],[7,21],[1,0],[-9,31]],[[644953,859807],[36,-88],[65,34],[-42,99],[-32,-28],[-27,-17]],[[650556,859732],[-7,-13],[146,14],[7,-52],[3,0],[0,0],[115,16],[-10,71],[-117,-24],[-137,-12]],[[657821,861061],[21,-84],[45,43],[5,2],[5,-6],[9,-11],[-1,-4],[-36,-32],[-1,-7],[4,-24],[39,-175],[8,-7],[13,0],[99,29],[-1,12],[-19,82],[-13,63],[9,8],[4,0],[4,-1],[6,-4],[0,-3],[61,15],[-20,91],[-22,49],[-34,-1],[-52,-9],[-70,-13],[-63,-13]],[[657609,860733],[-11,49],[-50,-14],[4,-19],[18,4],[4,-19],[-60,-18],[-13,-4],[22,-122],[14,3],[6,2],[33,11],[21,8],[14,8],[11,10],[4,12],[-1,18],[0,3],[-16,68]],[[532305,38301],[-62,-20],[-51,-6],[-57,20],[-19,9],[-22,9]],[[532094,38313],[-17,5],[-9,8]],[[532068,38326],[-29,72],[-8,-16]],[[532031,38382],[-18,-19],[-49,-40]],[[531964,38323],[-71,-54],[-144,-96],[-88,-42],[-13,-4]],[[531609,38085],[-21,-28],[-33,-45],[-30,-43]],[[531525,37969],[-31,-50],[-27,-34],[-53,-38],[-1,0],[0,0],[0,0],[0,0],[0,0],[22,49],[1,15],[22,35],[22,48]],[[531480,37994],[37,75],[33,55],[33,48],[36,29],[27,18]],[[531646,38219],[32,18],[16,16],[10,11]],[[531704,38264],[7,17],[5,22],[-4,30],[-6,22],[-9,26],[-32,53]],[[531652,38476],[2,63],[2,14],[12,10]],[[531700,38576],[13,10],[9,16],[6,19],[5,29]],[[531756,38734],[26,50],[20,40],[7,6],[21,14],[18,10],[28,6]],[[531891,38859],[2,-13],[11,-28]],[[531904,38818],[15,-16],[19,-11],[31,-7],[7,-10],[4,-15],[1,-18],[-4,-36]],[[531977,38705],[5,0],[16,9],[17,16]],[[532046,38761],[26,23],[20,9],[29,5],[11,12],[11,16],[10,8]],[[532153,38834],[35,4],[8,3]],[[532196,38841],[7,9],[8,23],[12,25]],[[532224,38914],[-15,36],[14,18]],[[532246,39006],[39,59],[12,8],[17,2],[18,-3],[61,-33]],[[532393,39039],[-7,-102],[-1,-62],[1,-86],[0,-9]],[[532385,38744],[1,-38],[3,-36],[2,-82],[0,-34],[-5,-32],[-14,-80],[-12,-48],[-7,-31],[-8,-24],[-40,-38]],[[544130,140481],[58,-10],[50,16],[2,-5],[22,9],[29,9],[29,4],[90,-7],[97,-10],[31,-3],[30,-12],[29,-19],[29,-20],[26,-27],[28,-44],[76,-163],[46,-93],[6,-28],[-2,-44],[-13,-107],[-6,-41],[-17,-125],[-10,-20],[-23,-40],[-47,-79],[-4,-22],[-37,-336],[-11,-33],[-13,-27],[-25,-44],[-18,-21],[-21,-15],[-56,-13],[-67,-10],[-142,-25],[-218,-34],[-111,-17],[-162,-28],[-23,0],[-17,6],[-34,15],[-25,19],[-115,75],[-204,144],[-26,20],[-10,12],[-19,23],[-11,20],[-7,15],[0,14],[-4,12],[-46,90],[-190,381],[-67,132],[-2,11],[-10,11],[0,1],[31,44],[92,133],[64,90],[98,112],[123,126],[65,59],[81,69],[40,20],[82,57],[25,9],[25,13],[39,0],[34,-10],[45,-23],[35,-28],[29,-17],[196,-160],[21,-9],[10,-2]],[[541774,138644],[-6,-23],[17,10],[13,1],[10,-5],[15,-11],[53,-57],[48,-43],[57,-46],[96,-72],[124,-85],[206,-144],[54,-38],[41,-33],[35,-36],[23,-28],[28,-45],[38,-73],[30,-68],[22,-59],[5,-23],[-2,-13],[-14,-12],[-46,-30],[-145,-78],[-29,-15],[-189,-102],[-72,-40],[-69,-35],[-43,-19],[-47,-19],[-53,-15],[-38,-11],[-51,-21],[-38,-16],[-17,-5],[-35,2],[-14,-8],[-60,-1],[-62,1],[-30,-3],[-40,-16],[-31,-21],[-50,-33],[-58,-45],[-31,-32],[-33,-30],[-27,-8],[-204,-47],[-10,-12],[-45,-123],[-75,-199],[4,0],[-37,-88],[-13,-19],[-41,-49],[-4,-3],[-23,33],[44,40],[13,24],[23,62],[-11,0],[76,201],[29,80],[30,81],[9,13],[16,6],[-10,26],[-3,8],[-15,25],[-20,17],[-271,310],[-13,10],[-10,2],[-14,-2],[-24,-14],[-21,-8],[-12,4],[-10,11],[-10,-14],[-12,-17],[-23,-15],[-34,-18],[-32,-11],[-25,-11],[-52,-15],[-12,-6],[-16,-9],[-27,-24],[-56,-76],[-45,-85],[-12,-25],[-30,-60],[-14,-46],[-7,-40],[-14,-108],[-13,-190],[2,0],[-14,-115],[-9,-38],[-26,-77],[3,-2],[-12,-10],[401,-408],[9,-19],[10,-35],[-13,-102],[-140,-27],[-5,62],[-492,-42],[-14,-4],[-25,-2],[-29,-4],[-49,-2],[-3,11],[2,39],[0,9],[9,56],[19,55],[61,135],[77,116],[21,41],[16,43],[4,39],[-7,42],[-2,11],[-22,41],[-41,31],[-70,29],[-126,46],[-39,5],[-26,5],[-16,17],[-10,25],[-50,-74],[-38,-90],[-12,-48],[-2,-21],[5,-30],[-15,-32],[-17,-60],[-8,-81],[-17,-65],[-36,-366],[-29,-178],[-31,-236],[-29,-271],[-36,-221],[-8,-37],[3,-31],[-59,-157],[0,-13],[-37,-97],[-81,-178],[-21,5],[-106,-202],[-45,-65],[-22,-40],[-40,-164],[-15,-44],[-25,-25],[-5,-3],[-30,-19],[-41,-5],[-273,-81],[-106,-12],[-85,-7],[-226,3],[-175,-1],[-323,-10],[-133,-10],[-154,5],[-59,2],[-130,-8],[-228,-18],[-36,-4],[-62,-10],[-163,-31],[-44,-11],[-64,-24],[-44,-12],[-48,-9],[-96,-13],[-39,-5],[-21,-6],[-75,-25],[-56,-28],[-211,-116],[-191,-123],[-71,-52],[-60,-52],[-149,-149],[-100,-100],[-3,-2],[-227,-294],[-95,-132],[-89,-116],[-45,-56],[-65,-92],[-63,-85],[-33,-49],[-59,-99],[-6,-18],[-19,-35],[-27,-42],[-17,-34],[-59,-89],[-46,-74],[-46,-78],[-49,-75],[-119,-185],[-62,-99],[-35,-49],[-34,-52],[-82,-126],[-10,-15],[-105,-158],[-95,-128],[-59,-78],[-77,-93],[-45,-49],[-60,-70],[-120,-131],[-87,-93],[-198,-209],[-160,-172],[-135,-155],[-41,-44],[-41,-47],[-21,-38],[-26,-40],[-26,-61],[-60,-161],[-20,-54],[-19,-56],[-19,-54],[-25,-94],[-22,-79],[-61,-228],[-29,-105],[-83,-321],[-49,-184],[-29,-105],[-9,-46],[-10,-46],[-20,-139],[-4,-43],[-4,-61],[0,-39],[18,-138],[8,-47],[12,-48],[11,-37],[69,-250],[45,-155],[46,-124],[16,-46],[25,-51],[61,-112],[25,-54],[18,-33],[23,-33],[20,-27],[42,-48],[124,-142],[35,-38],[52,-60],[57,-61],[56,-56],[24,-22],[44,-36],[37,-26],[36,-21],[32,-15],[49,-23],[87,-17],[90,-11],[87,-7],[129,-9],[93,-10],[47,-7],[76,4],[533,14],[218,11],[190,10],[253,19],[2,1],[412,9],[137,-26],[71,-19],[155,-71],[18,-8],[70,-27],[19,-8],[6,-3],[89,-49],[152,-77],[87,-65],[123,-103],[95,-84],[297,-281],[94,-101],[126,-158],[79,-114],[150,-265],[75,-192],[23,-117],[18,-86],[22,-254],[-5,-201],[-1,-354],[-3,-86],[-5,-102],[-11,-111],[-18,-127],[-37,-151],[-71,-267],[-76,-247],[-20,-55],[-33,-120],[-42,-137],[-87,-180],[-127,-223],[-230,-305],[-223,-253],[-232,-224],[-223,-215],[-70,-57],[-77,-55],[-66,-34],[-40,-26],[-52,-52],[-106,-62],[-25,-7],[-135,-40],[-64,-5],[-79,8],[-85,15],[-96,8],[-47,0],[-52,16],[-59,-5],[-54,-3],[-79,34],[-106,65],[-197,156],[-96,90],[-51,36],[-64,50],[-75,39],[-70,52],[-111,86],[-72,49],[-90,62],[-89,58],[-79,53],[-64,36],[-50,32],[-46,31],[-52,33],[-62,33],[-109,68],[-40,22],[-40,19],[-41,18],[-42,15],[-56,13],[-39,11],[-62,21],[-30,5],[-35,7],[-39,10],[-43,13],[-27,5],[-36,3],[-75,12],[-36,4],[-55,2],[-61,5],[-51,7],[-74,0],[-40,4],[-52,1],[-48,-1],[-60,-5],[-70,-15],[-85,-28],[-90,-37],[-67,-30],[-83,-29],[-114,-43],[-109,-38],[-41,-17],[-28,-14],[-45,-19],[-43,-20],[-18,-6],[-32,-26],[-80,-38],[-56,-40],[-80,-19],[-147,-86],[-121,-71],[-13,-24],[-7,-1],[-49,-2],[-162,-109],[-39,-38],[-8,-36],[-4,-20],[-33,7],[-36,-20],[-79,-81],[-39,-99],[-3,-9],[-5,-15],[-25,-38],[-40,-24],[-39,-13],[3,-4],[-21,-31],[-5,-35],[-84,-60],[-52,-55],[-6,-55],[-80,-55],[-75,-79],[-70,-126],[-13,-18],[-60,-78],[-78,-203],[-19,-160],[11,-222],[47,-204],[89,-225],[64,-131],[52,-43],[22,-35],[30,-63],[95,-189],[54,-105],[63,-119],[44,-84],[40,-72],[41,-67],[37,-54],[51,-69],[52,-64],[68,-78],[73,-73],[144,-155],[51,-60],[58,-73],[52,-68],[47,-65],[49,-71],[52,-81],[48,-81],[42,-75],[42,-85],[16,-37],[19,-35],[74,-165],[64,-162],[29,-80],[44,-142],[40,-138],[15,-59],[18,-69],[13,-66],[11,-59],[9,-60],[8,-69],[5,-70],[5,-84],[0,-82],[0,-63],[-5,-66],[-11,-105],[0,-1],[-13,-79],[-13,-55],[-12,-46],[-17,-49],[-32,-57],[-35,-54],[-75,-97],[-46,-50],[-61,-62],[-53,-49],[-56,-48],[-71,-56],[-37,-22],[-122,-77],[-66,-47],[-57,-42],[-100,-78],[-59,-52],[-62,-57],[-51,-49],[-49,-50],[-30,-31],[-69,-81],[-46,-60],[-48,-69],[-28,-45],[-23,-28],[-28,-39],[-24,-36],[-34,-56],[-35,-63],[-28,-55],[-19,-44],[-9,-24],[-7,-21],[-8,-49],[-10,-72],[-5,-57],[-1,-59],[2,-67],[5,-71],[13,-88],[16,-80],[17,-67],[24,-83],[16,-49],[23,-55],[53,-119],[29,-74],[23,-70],[16,-61],[15,-68],[7,-33],[27,-166],[9,-70],[16,-150],[8,-56],[24,-87],[22,-55],[32,-83],[41,-99],[48,-110],[44,-115],[31,-104],[76,-234],[72,-248],[16,-64],[12,-53],[39,-188],[9,-69],[5,-44],[4,-62],[2,-73],[-3,-62],[-6,-65],[-25,-172],[-24,-106],[-7,-16],[-2,-21],[-10,-36],[-45,-116],[-69,-170],[-93,-203],[-32,-67],[-25,-40],[-38,-52],[-36,-42],[-37,-39],[-47,-44],[-48,-41],[-46,-36],[-82,-59],[-90,-51],[-82,-41],[-79,-37],[-117,-50],[-60,-25],[-43,-14],[-119,-32],[-92,-23],[-107,-22],[-70,-13],[-65,-9],[-88,-8],[-88,-5],[-95,1],[-68,5],[-57,9],[-32,5],[-83,18],[-62,16],[-72,23],[-94,34],[-84,37],[-93,44],[-90,51],[-95,57],[-86,58],[-132,94],[-96,77],[-68,61],[-50,43],[-65,49],[-70,58],[-90,65],[-28,20],[-84,59],[-115,73],[-72,42],[-66,37],[-76,36],[-126,57],[-72,36],[-133,62],[-128,60],[-174,76],[-91,38],[-84,30],[-92,29],[-72,19],[-33,3],[-61,8],[-77,5],[-72,4],[-79,-4],[-75,-11],[-68,-16],[-49,-12],[-61,-24],[-59,-28],[-53,-33],[-50,-38],[-72,-69],[-24,-33],[-22,-28],[-30,-50],[-40,-74],[-29,-55],[-23,-60],[-21,-64],[-29,-99],[-16,-78],[-12,-74],[-17,-140],[-4,-81],[-1,-62],[0,-69],[3,-115],[7,-93],[10,-92],[15,-113],[10,-61],[9,-58],[12,-54],[30,-211],[17,-120],[14,-105],[12,-91],[3,-47],[3,-49],[1,-52],[-2,-51],[-3,-47],[-11,-115],[-18,-158],[-20,-160],[-11,-57],[-85,-564],[-14,-351],[-41,-171],[-15,-56],[-18,-58],[-48,-128],[-28,-78],[-32,-88],[-85,-242],[-172,-481],[-45,-121],[-17,-53],[-42,-120],[-301,-843],[-201,-558],[-61,-177],[-43,-111],[-44,-103],[-37,-81],[-35,-74],[-40,-79],[-54,-106],[-69,-132],[-57,-95],[-142,-231],[-54,-84],[-39,-62],[-36,-62],[-60,-99],[-57,-93],[-21,-34],[-42,-69],[-118,-192],[-117,-194],[-43,-69],[-10,-17],[-17,-28],[-33,-55],[-57,-97],[-7,-13],[-12,-23],[-81,-147],[-56,-106],[-55,-110],[-63,-130],[-12,-29],[-3,-7],[-10,-27],[-15,-47],[-7,-27],[-5,-18],[-11,-55],[-9,-55],[-5,-43],[0,0],[-2,-37],[0,-9],[-1,-14],[-2,-72],[-1,-38],[-1,-87],[0,-72],[9,-158],[5,-56],[4,-22],[11,-62],[4,-15],[11,-39],[24,-72],[52,-123],[18,-45],[24,-48],[25,-39],[25,-33],[13,-16],[16,-19],[27,-30],[2,-2],[34,-32],[37,-31],[39,-31],[11,-7],[52,-36],[99,-54],[26,-15],[154,-69],[75,-30],[189,-81],[44,-17],[25,-8],[51,-16],[100,-28],[24,-6],[88,-21],[79,-18],[86,-20],[168,-39],[98,-27],[38,-12],[101,-31],[101,-33],[167,-79],[91,-42],[250,-150],[42,-28],[54,-33],[31,-17],[28,-16],[24,-17],[49,-35],[61,-49],[45,-36],[20,-16],[29,-19],[30,-20],[48,-41],[4,-4],[6,-4],[63,-57],[36,-38],[22,-25],[61,-70],[2,-3],[30,-44],[63,-100],[35,-64],[33,-59],[17,-47],[16,-45],[33,-82],[21,-38],[18,-33],[116,-288],[18,-60],[41,-134],[-11,-39],[35,-103],[29,-112],[27,-104],[11,-42],[7,-208],[-13,-25],[-11,-57],[-17,-10],[-9,-18],[-22,-142],[-7,-28],[-24,-27],[-19,-30],[-27,-139],[-35,-144],[-26,-45],[-48,-39],[-87,-192],[-22,-60],[-30,-36],[-33,-33],[-46,-65],[-13,-43],[-25,-34],[-28,-27],[-42,-98],[-50,-69],[-44,-47],[-255,-429],[-202,-350],[-21,-63],[-61,-90],[-83,-141],[-70,-135],[-85,-149],[-72,-135],[-97,-145],[-119,-264],[-62,-166],[-50,-192],[-4,-55],[-15,-109],[-84,-347],[-55,-280],[3,-172],[-9,-102],[-14,-122],[40,-340],[-9,-65],[5,-47],[22,-33],[2,-48],[8,-47],[-10,-35],[15,-88],[8,-127],[14,-4],[-13,-44],[0,-25],[18,-69],[13,-127],[18,-233],[-16,-21],[3,-15],[27,-24],[19,-169],[8,-70],[46,-345],[6,-93],[5,-115],[17,-422],[-3,-195],[0,-31],[-2,-65],[-1,-4],[-14,-31],[-11,-26],[12,-63],[2,-149],[-24,-184],[-13,-44],[-13,-42],[-36,-66],[-6,-50],[1,-31],[-17,-41],[-9,-43],[-2,-38],[-11,-54],[-15,-49],[-18,-25],[-28,-25],[-21,-29],[-20,-50],[-106,-256],[-225,-345],[-70,-91],[-4,-13],[1,-12],[-13,-44],[-12,-21],[-25,-27],[-26,-24],[-25,-22],[-26,-39],[-92,-96],[-12,-14],[-3,-8],[2,-12],[4,-10],[0,-9],[-4,-6],[-14,-12],[-8,2],[-12,6],[-6,-5],[-17,-17],[-24,-28],[-52,-52],[-31,-29],[-13,-15],[-12,-13],[-10,-14],[-480,-472],[-30,-65],[-20,0],[-5,1],[-20,-18],[-23,-34],[-75,-65],[-36,-31],[-25,-22],[-4,-3],[-3,-4],[-36,-23],[-22,-16],[-2,-7],[0,-2],[0,-17],[-3,-7],[-3,-11],[-15,-15],[-1,-1],[-7,-6],[-5,2],[-3,1],[-5,3],[-2,2],[-36,-36],[-35,-35],[-4,-4],[-4,-5],[-4,-8],[-5,-18],[-8,-16],[-6,-7],[-6,-7],[-14,-14],[-12,-19],[-6,-15],[-9,-20],[0,0],[-5,-10],[-7,-12],[-32,-34],[-27,-29],[-29,-37],[-6,-7],[-7,-16],[-1,-3],[-4,-10],[0,-8],[-3,-2],[-2,-1],[-14,-6],[-1,0],[-6,-3],[-2,-4],[-2,-4],[1,-21],[-4,-3],[-19,-2],[-6,-4],[-2,-2],[-9,-18],[-38,-75],[-87,-170],[-80,-161],[-31,-62],[-38,-76],[-35,-68],[-3,-7],[-19,-39],[-9,-32],[-10,-36],[-38,-125],[-13,-32],[-16,-33],[-6,-12],[-5,-8],[-8,-13],[-23,-39],[-20,-34],[-42,-69],[-7,-25],[0,-68],[-5,-21],[-3,-11],[-35,-73],[-44,-96],[-4,-4],[-14,-18],[-14,-13],[-7,-6],[-2,-4],[-5,-6],[-4,-13],[-8,-44],[-7,-17],[-11,-28],[-18,-37],[-23,-32],[-5,-4],[-5,-4],[-9,0],[-10,1],[-8,-2],[-7,-10],[-3,-4],[-46,-122],[-16,-47],[-64,-180],[-2,-12],[-9,-37],[-83,-236],[-128,-291],[-63,-132],[-91,-143],[-42,-58],[-20,-28],[-94,-130],[-76,-100],[-78,-77],[-49,-49],[0,0],[-91,-90],[-29,-40],[-36,-49],[-45,-51],[-12,-15],[-93,-72],[-92,-62],[-80,-48],[-14,-9],[-47,-29],[-251,-104],[-169,-63],[-10,-3],[-124,-38],[-4,-2],[-1,0],[-46,-20],[-14,-11],[-17,-1],[-9,-5],[-19,-2],[-21,-12],[-29,-11],[-35,-6],[-30,-7],[-65,-28],[-7,-1],[-21,-2],[-39,-2],[-2,0],[-33,3],[-26,6],[-22,5],[-22,5],[-15,3],[-41,2],[-12,0],[-46,-3],[-48,-4],[-12,-3],[-42,-12],[-61,-37],[-57,-41],[-33,-30],[-16,-15],[-89,-74],[-50,-43],[-47,-42],[-47,-45],[-18,-18],[-4,-4],[-9,-10],[-1,-6],[-2,-6],[-11,-31],[-5,-12],[-32,-54],[-86,-133],[-3,-3],[-17,-19],[-2,-2],[-4,-1],[-2,0],[-3,-1],[-6,-4],[-3,-4],[-2,-4],[-3,-15],[2,-11],[0,-3],[0,-1],[5,-18],[9,-27],[4,-23],[-1,-18],[-2,-19],[-4,-7],[-5,-13],[-13,-28],[-11,-17],[-1,-2],[-10,-13],[-7,-6],[-3,-3],[-6,0],[-8,-2],[-9,2],[-6,0],[-5,3],[-5,3],[-3,-1],[-3,0],[-4,-4],[-2,-1],[-1,-6],[1,-12],[5,-17],[2,-7],[0,0],[1,-19],[-1,-3],[0,0],[-2,-14],[-8,-20],[-5,-15],[-26,-54],[-15,-41],[-23,-80],[-15,-69],[-8,-54],[-8,-108],[-3,-100],[-4,-60],[-5,-45],[-7,-44],[-10,-48],[-12,-62],[-20,-71],[-1,-31],[-3,-10],[-16,-27],[-10,-32],[-13,-37],[-28,-66],[-16,-48],[-7,-26],[-7,-39],[-7,-19],[-9,-21],[-40,-84],[-22,-43],[-18,-36],[-5,-15],[-1,-10],[-12,-19],[-16,-18],[-14,-20],[-28,-49],[-20,-39],[-33,-51],[-48,-82],[-25,-41],[-12,-16],[-3,-3],[-10,-23],[-16,-17],[-25,-28],[-20,-36],[-10,-15],[-12,-9],[-11,-2],[-8,-4],[-14,-12],[-25,-28],[-40,-47],[-189,-204],[-53,-51],[-27,-26],[-21,-25],[-16,-22],[-15,-24],[-14,-26],[-14,-29],[-14,-39],[-28,-82],[-18,-58],[-13,-48],[-11,-56],[-8,-63],[-11,-81],[-8,-48],[-7,-31],[-9,-14],[-26,-38],[-23,-30],[-19,-19],[-13,-11],[-13,-9],[-30,-9],[-30,-16],[-51,-32],[-39,-23],[-32,-16],[-52,-22],[-11,0],[-11,1],[-14,3],[-10,1],[-9,-2],[-6,-7],[-3,-14],[-6,-12],[-128,-91],[-44,-34],[-16,-32],[-10,-30],[-13,-24],[-33,-41],[-21,-15],[-27,-4],[-8,7],[-2,32],[1,25],[-8,9],[-9,0],[-3,-11],[1,-22],[5,-22],[2,-25],[-3,-23],[-18,-25],[-6,4],[-6,-9],[-134,-190],[-33,-43],[-25,-40],[-24,-39],[-29,-39],[-25,-38],[-78,-126],[-48,-67],[-14,-22],[-19,-34],[-2,-4],[-50,-89],[-33,-51],[-1,-2],[-18,-27],[-95,-105],[-71,-84],[-68,-52],[-54,-67],[-37,-69],[-12,-56],[-8,-60],[-25,-74],[-27,-108],[-11,-67],[-8,-5],[-6,3],[-11,33],[-7,4],[-10,-7],[-2,-16],[8,-44],[-7,-23],[-10,-18],[-6,-29],[-15,-76],[-3,-123],[-14,-67],[-5,-30],[5,-8],[-3,-223],[5,-276],[45,-356],[-10,-24],[0,-45],[29,-63],[67,-145],[102,-147],[25,-36],[107,-137],[114,-92],[76,-100],[151,-117],[193,-146],[87,-32],[136,-36],[131,-21],[176,-35],[246,-4],[80,14],[60,9],[67,-5],[106,23],[50,30],[53,28],[37,7],[59,45],[53,31],[59,2],[175,58],[94,32],[93,32],[218,91],[363,210],[66,51],[182,197],[9,12],[3,3],[110,184],[106,169],[41,60],[21,30],[113,146],[152,191],[122,134],[43,40],[19,15],[126,100],[38,29],[138,98],[116,61],[36,15],[9,3],[56,19],[52,11],[36,5],[45,4],[87,0],[50,-3],[57,-6],[56,-9],[42,-11],[79,-25],[285,-87],[208,-65],[52,-16],[27,-13],[26,-15],[33,-22],[117,-88],[70,-56],[150,-126],[52,-46],[66,-62],[84,-83],[188,-192],[85,-77],[40,-42],[12,-11],[28,-29],[35,-36],[11,-11],[53,-54],[70,-80],[55,-67],[57,-72],[23,-27],[23,-36],[90,-157],[26,-46],[25,-48],[159,-324],[61,-119],[29,-56],[27,-59],[90,-205],[15,-37],[15,-45],[23,-82],[17,-66],[20,-81],[6,-46],[15,-113],[2,-56],[1,-111],[-1,-121],[-6,-90],[-9,-86],[-8,-52],[-8,-61],[-10,-48],[-16,-54],[-17,-44],[-61,-139],[-59,-124],[-23,-45],[-32,-54],[-34,-51],[-29,-39],[-42,-51],[-36,-46],[-60,-60],[-30,-28],[-28,-21],[-13,-9],[-17,-4],[-8,-3],[-8,-9],[-13,-23],[-6,13],[-5,15],[-8,5],[-6,4],[-13,5],[-19,0],[-20,-3],[-30,-9],[-184,-46],[-57,-14],[-154,-54],[-79,-30],[-97,-37],[-119,-51],[-55,-25],[-54,-26],[-115,-60],[-124,-70],[-57,-45],[-62,-30],[-32,-17],[-30,-15],[-11,-5],[-171,-106],[-74,-48],[-62,-44],[-49,-43],[-69,-52],[-79,-101],[-49,-116],[-21,-88],[-22,-89],[3,-9],[6,4],[59,129],[16,38],[11,12],[6,-7],[-11,-37],[-27,-80],[-9,-33],[-2,-32],[-6,-42],[-21,-75],[-6,-39],[-6,-53],[-21,-39],[-24,-25],[-29,-3],[-2,21],[-3,26],[-10,3],[-9,-19],[-9,-82],[-7,-66],[-3,-66],[-15,-283],[-10,-40],[0,-11],[8,-14],[4,-13],[3,-10],[0,-23],[-3,-17],[0,-8],[9,-15],[5,-14],[2,-12],[-1,-45],[19,-55],[0,-20],[-5,-14],[-9,-12],[-1,-12],[0,-28],[3,-31],[0,-42],[-9,-26],[-15,-42],[-25,-80],[-20,-62],[-17,-50],[-18,-36],[-31,-70],[-39,-82],[-38,-95],[-31,-90],[-14,-41],[-20,-54],[-41,-120],[-9,-16],[-14,-22],[-14,-15],[-15,-17],[-8,-18],[-39,-118],[-57,-188],[-30,-113],[-36,-129],[-22,-70],[-26,-75],[-39,-116],[-32,-86],[-75,-194],[-68,-180],[-91,-245],[-8,-27],[-3,-28],[-1,-27],[-4,-18],[-11,-25],[-29,-56],[-26,-51],[-21,-37],[-34,-51],[-19,-28],[-17,-24],[-27,-39],[-14,-26],[-32,-47],[-34,-46],[-39,-55],[-30,-38],[-35,-39],[-35,-34],[-33,-32],[-63,-70],[-37,-41],[-23,-28],[-17,-15],[-169,-173],[-123,-126],[-96,-107],[-73,-81],[-104,-116],[-79,-85],[-93,-106],[-50,-61],[-110,-142],[-7,-7],[-77,-76],[-23,-27],[-5,-34],[-12,-28],[-8,-4],[-13,-14],[-86,-107],[-36,-29],[-32,-48],[-20,-30],[-32,-50],[-32,-54],[-32,-56],[-91,-175],[-10,-21],[-66,-131],[-34,-64],[-19,-37],[-69,-136],[-32,-59],[-101,-176],[-29,-52],[-48,-93],[-115,-205],[-40,-76],[-28,-58],[-20,-42],[-27,-58],[-22,-53],[-22,-59],[-37,-107],[-43,-136],[-47,-160],[-46,-162],[-18,-65],[-39,-149],[-25,-115],[-31,-154],[-29,-151],[-27,-166],[-14,-88],[-20,-162],[-4,-37],[-5,-108],[-13,-127],[-2,-62],[-5,-92],[13,-225],[22,-164],[32,-162],[8,-52],[40,-248],[10,-64],[9,-70],[13,-148],[6,-78],[4,-102],[0,-146],[-1,-22],[-4,-48],[-12,-106],[-10,-65],[1,-15],[-11,-75],[-24,-116],[-16,-71],[-36,-122],[-70,-192],[-169,-371],[-96,-185],[-229,-372],[-45,-79],[-77,-112],[-30,-39],[-53,-64],[-66,-73],[-49,-51],[-17,-26],[-8,-22],[-1,-27],[3,-25],[-17,-13],[-4,15],[-7,18],[-15,4],[-32,-23],[-50,-35],[-214,-159],[-71,-39],[-64,-43],[-61,-37],[-121,-72],[-7,-6],[-9,23],[-17,-8],[-38,4],[-37,12],[-5,-18],[-40,6],[0,0],[-55,7],[3,21],[-22,1],[-86,4],[-60,21],[-102,25],[-123,49],[-141,70],[-109,53],[-202,103],[-59,30],[-59,30],[-37,23],[-50,40],[-165,146],[-64,59],[-98,117],[-74,94],[-79,104],[-33,39],[-36,35],[-45,41],[-72,47],[-64,38],[-67,32],[-69,28],[-67,23],[-136,32],[-68,15],[-125,19],[-127,12],[-80,1],[-126,-13],[-79,-19],[-83,-26],[-109,-50],[-32,-20],[-33,-20],[-97,-42],[-164,-61],[-164,-58],[-169,-93],[-166,-104],[-45,-33],[-50,-43],[-92,-98],[-40,-43],[-28,-29],[-20,-23],[-4,-5],[-48,-69],[-36,-61],[-49,-93],[-20,-43],[-28,-72],[-23,-70],[-40,-167],[-32,-168],[-3,-60],[5,-106],[5,-41],[11,-147],[8,-88],[12,-67],[12,-93],[-2,-23],[-7,-24],[-7,-26],[-2,-15],[0,-31],[4,-49],[13,-95],[25,-175],[21,-174],[15,-175],[8,-175],[0,-177],[-3,-105],[-2,-69],[-13,-174],[-36,-349],[-25,-175],[-32,-177],[-38,-179],[-46,-181],[-56,-177],[-59,-178],[-62,-177],[-75,-178],[-78,-174],[-72,-175],[-81,-178],[-96,-165],[-76,-127],[17,-11],[-65,-113],[-140,-148],[-144,-155],[-75,-80],[-112,-111],[-36,-37],[-159,-136],[-179,-134],[-62,-44],[-70,-51],[-66,-48],[-91,-76],[-95,-84],[-48,-50],[-136,-139],[-139,-154],[-129,-157],[-127,-163],[-124,-164],[-107,-150],[-45,-65],[-68,-115],[-42,-81],[-54,-117],[-4,-10],[-34,-79],[-57,-155],[-24,-71],[-30,-109],[-21,-81],[-32,-106],[-10,-32],[-53,-142],[-40,-156],[-7,-42],[-16,-148],[-8,-177],[-3,-56],[-2,-138],[8,-172],[13,-186],[7,-80],[14,-95],[66,-342],[33,-164],[22,-94],[-24,-8],[37,-156],[16,-61],[29,-192],[28,-113],[55,-172],[64,-181],[43,-116],[30,-65],[23,-45],[22,-34],[26,-38],[43,-50],[31,-33],[132,-109],[51,-44],[58,-49],[88,-75],[39,-30],[57,-46],[90,-62],[47,-30],[150,-82],[194,-100],[60,-35],[16,-7],[6,-4],[16,-3],[17,-1],[11,-5],[11,-9],[10,-10],[18,-9],[21,-10],[20,-7],[17,-11],[24,-22],[19,-14],[20,-17],[79,-47],[14,-8],[13,-7],[15,-14],[19,-13],[16,-14],[17,-11],[15,-6],[18,-2],[35,-6],[13,-14],[19,-30],[8,-9],[12,-4],[23,-7],[28,-4],[71,-23],[193,-94],[80,-48],[113,-79],[36,-27],[161,-121],[47,-32],[138,-82],[43,-23],[63,-42],[96,-68],[43,-33],[29,-28],[18,-19],[9,-14],[6,-11],[4,-23],[5,-16],[16,-20],[63,-61],[18,-21],[11,0],[8,1],[8,-1],[24,-34],[22,-22],[19,-25],[16,-27],[12,-37],[5,-32],[-1,-34],[3,-14],[1,-2],[17,-34],[79,-133],[-19,-19],[-10,-10],[-276,-193],[-33,65],[-15,-10],[-41,71],[-181,281],[-31,35],[-9,4],[-13,-8],[-19,5],[-27,33],[-74,92],[-88,93],[-122,122],[-53,52],[-33,34],[-48,36],[-284,185],[-39,26],[-55,35],[-59,37],[-31,22],[-28,10],[-25,8],[-26,15],[-23,11],[-14,4],[-55,23],[-182,108],[-62,35],[-169,101],[-39,26],[-40,32],[-52,35],[-108,69],[-95,65],[-53,36],[-20,9],[-29,4],[-76,34],[-53,19],[-43,22],[-73,47],[-81,51],[-84,59],[-36,22],[-5,0],[-36,14],[-20,61],[-13,34],[-5,8],[-15,12],[-18,12],[-16,19],[-71,98],[-28,54],[-102,155],[-53,103],[-69,159],[-61,164],[-56,160],[-53,168],[-48,174],[-48,174],[-45,172],[-41,165],[-36,160],[-1,10],[-17,101],[138,69],[-23,228],[-10,235],[-3,231],[17,240],[39,227],[58,194],[82,279],[181,517],[88,203],[73,122],[150,223],[135,183],[121,134],[139,159],[155,185],[152,160],[149,144],[181,144],[176,130],[182,141],[129,114],[114,103],[170,187],[149,176],[161,258],[117,252],[109,228],[136,302],[103,317],[77,340],[54,367],[64,365],[37,506],[4,214],[-26,438],[-27,347],[-10,161],[-24,223],[-11,223],[9,142],[24,140],[33,122],[56,174],[65,155],[103,178],[100,160],[125,117],[126,110],[155,102],[181,87],[203,91],[236,94],[203,74],[124,34],[130,22],[130,9],[113,1],[75,-12],[94,-13],[91,-21],[88,-25],[80,-32],[163,-94],[142,-91],[182,-197],[128,-164],[174,-174],[169,-128],[182,-106],[195,-99],[279,-103],[146,-36],[104,-14],[83,1],[94,12],[106,29],[171,75],[157,94],[120,88],[148,133],[119,135],[243,385],[70,109],[49,102],[97,219],[95,205],[80,222],[60,216],[1,9],[46,221],[9,61],[8,57],[3,56],[5,110],[2,84],[-2,119],[2,117],[-15,124],[-23,171],[-28,200],[-20,120],[-18,154],[-26,212],[-3,144],[-5,186],[8,207],[32,226],[33,251],[59,263],[56,225],[70,265],[84,246],[46,116],[65,161],[109,203],[208,371],[104,190],[293,571],[141,246],[94,137],[140,171],[235,282],[143,160],[393,446],[167,173],[163,170],[126,148],[120,165],[109,180],[113,249],[63,164],[49,131],[84,242],[66,209],[27,92],[164,483],[60,175],[120,287],[53,139],[98,267],[54,162],[13,88],[2,142],[0,52],[7,145],[1,179],[-3,168],[-2,187],[11,76],[20,69],[58,139],[38,99],[60,132],[39,67],[70,91],[65,67],[80,73],[103,74],[147,99],[223,138],[210,120],[263,135],[186,71],[81,23],[101,28],[123,28],[132,36],[108,53],[92,52],[98,89],[57,75],[43,63],[65,110],[37,86],[35,89],[29,104],[31,175],[6,182],[-6,216],[-12,99],[-16,69],[-57,209],[-26,76],[-66,164],[-68,149],[-137,257],[-119,187],[-108,172],[-111,162],[-85,110],[-75,86],[-212,218],[-121,120],[-69,61],[-116,102],[-215,154],[-134,82],[-121,54],[-180,91],[-209,75],[-146,45],[-100,21],[-76,11],[-96,5],[-105,-5],[-91,-21],[-134,-65],[-101,-62],[-89,-53],[-79,-62],[-100,-83],[-100,-103],[-98,-127],[-161,-233],[-137,-221],[-122,-191],[-111,-137],[-255,-255],[-165,-143],[-79,-51],[-160,-79],[-154,-58],[-405,-119],[-209,-52],[-214,-30],[-211,-3],[-237,19],[-162,27],[-140,36],[-92,33],[-99,48],[-95,46],[-92,47],[-133,87],[-73,53],[-84,66],[-105,108],[-124,160],[-76,112],[-75,151],[-93,228],[-79,243],[-34,133],[-18,118],[0,215],[3,18],[9,190],[11,141],[15,68],[49,182],[95,264],[111,226],[224,323],[141,207],[132,198],[143,221],[135,218],[107,216],[294,423],[110,140],[76,138],[64,83],[184,193],[223,166],[104,97],[149,163],[185,244],[118,183],[46,80],[54,106],[59,138],[51,136],[40,127],[22,116],[24,162],[22,177],[18,105],[29,157],[35,133],[30,102],[59,150],[27,55],[45,97],[62,87],[85,106],[113,118],[76,62],[83,64],[83,49],[92,32],[42,16],[54,14],[94,19],[142,41],[231,70],[166,54],[77,28],[128,51],[210,105],[132,70],[140,82],[118,79],[80,71],[112,100],[52,66],[77,87],[84,105],[89,108],[63,101],[62,103],[51,115],[58,120],[62,141],[123,318],[97,256],[115,224],[92,163],[99,223],[40,100],[37,107],[76,182],[61,159],[120,276],[101,199],[138,227],[105,147],[121,160],[126,139],[98,86],[171,153],[165,162],[314,338],[263,300],[90,118],[81,96],[106,150],[174,259],[84,146],[39,100],[53,129],[99,316],[50,193],[16,110],[9,139],[5,182],[0,185],[-37,776],[-26,254],[-37,214],[-43,279],[-36,258],[-21,235],[-12,194],[-29,391],[5,307],[11,161],[30,175],[48,199],[40,174],[112,454],[62,171],[77,172],[202,350],[263,461],[583,1009],[424,656],[60,126],[61,165],[36,155],[12,98],[5,82],[-9,123],[-10,89],[-7,53],[-12,69],[-13,66],[-26,93],[-43,148],[-40,139],[-64,161],[-180,416],[-40,75],[-50,59],[-150,158],[-282,220],[-149,100],[-383,217],[-214,93],[-215,81],[-93,25],[-424,100],[-131,28],[-336,99],[-49,22],[-81,32],[-111,64],[-112,78],[-166,152],[-74,80],[-88,127],[-68,161],[-31,136],[-21,150],[-11,209],[-1,202],[24,225],[26,124],[73,216],[69,150],[120,221],[181,298],[398,643],[137,228],[186,315],[127,221],[92,181],[198,460],[298,819],[353,977],[281,807],[85,300],[45,300],[33,343],[32,243],[28,253],[45,367],[10,203],[-4,195],[-52,413],[-43,271],[-22,211],[-2,211],[8,169],[12,118],[23,123],[31,100],[31,90],[48,103],[52,95],[103,141],[81,78],[76,61],[91,45],[119,32],[106,16],[87,6],[153,0],[113,-13],[127,-27],[170,-55],[214,-76],[140,-57],[156,-67],[347,-182],[165,-102],[158,-109],[133,-105],[309,-245],[163,-116],[191,-119],[249,-113],[154,-50],[148,-32],[114,-10],[141,1],[148,9],[114,19],[118,24],[124,38],[193,65],[179,81],[111,57],[51,32],[41,32],[48,41],[21,17],[85,84],[74,72],[79,115],[71,140],[77,179],[49,147],[30,123],[26,191],[-6,181],[-37,233],[-34,164],[-77,277],[-96,352],[-172,425],[-49,168],[-24,105],[-52,292],[-56,207],[-44,117],[-108,222],[-49,176],[-15,133],[-4,157],[15,172],[34,139],[61,142],[65,113],[117,185],[100,142],[92,123],[77,93],[97,87],[115,82],[172,100],[185,116],[131,116],[96,115],[56,79],[55,84],[56,116],[34,150],[20,224],[-13,175],[-25,122],[-30,111],[-29,133],[-40,130],[-34,102],[-90,243],[-46,108],[-42,88],[-66,122],[-47,82],[-16,16],[-53,86],[-64,108],[-122,158],[-84,99],[-74,90],[-198,215],[-131,169],[-125,210],[-112,175],[-141,245],[-119,247],[-79,188],[-62,216],[-31,146],[-12,105],[0,119],[17,99],[26,134],[28,121],[43,104],[125,212],[92,113],[115,153],[140,155],[130,146],[131,120],[189,157],[115,82],[198,138],[140,79],[327,164],[230,106],[141,54],[146,42],[102,26],[145,26],[128,10],[122,-5],[202,-21],[254,-56],[104,-30],[99,-45],[193,-84],[119,-67],[86,-51],[36,-16],[65,-41],[97,-65],[451,-308],[491,-340],[140,-88],[73,-24],[62,-10],[193,-11],[248,9],[138,21],[88,36],[128,77],[120,86],[179,163],[191,192],[148,174],[174,196],[92,127],[139,201],[83,139],[86,186],[65,177],[36,126],[60,217],[58,279],[33,141],[2,9],[27,158],[16,125],[2,145],[5,152],[-2,142],[-5,199],[-15,140],[-20,149],[-30,159],[-44,145],[-62,147],[-64,129],[-92,145],[-111,144],[-82,97],[-149,142],[-177,159],[-75,60],[-161,120],[-109,70],[-154,76],[-120,45],[-142,47],[-148,32],[-177,35],[-80,3],[-173,-5],[-299,-42],[-365,-46],[-235,-16],[-356,-23],[-141,2],[-98,-2],[-125,13],[-114,19],[-137,49],[-104,71],[-192,169],[-150,150],[-102,118],[-125,171],[-89,176],[-113,242],[-85,290],[-83,417],[2,158],[8,124],[38,161],[50,254],[105,367],[48,196],[45,174],[53,178],[40,130],[56,134],[50,111],[45,71],[50,81],[73,106],[105,129],[87,93],[103,95],[126,138],[156,159],[97,113],[120,149],[62,70],[78,98],[76,102],[124,187],[143,233],[103,178],[150,240],[83,130],[56,85],[210,298],[167,256],[125,174],[140,179],[71,90],[85,86],[126,113],[145,114],[113,75],[145,86],[134,73],[148,71],[117,45],[131,47],[149,40],[246,46],[236,34],[351,23],[284,0],[427,-8],[391,-2],[102,31],[134,88],[91,89],[54,72],[65,103],[58,110],[59,125],[65,147],[42,105],[34,94],[36,151],[23,113],[86,648],[72,505],[30,199],[42,160],[40,82],[75,141],[49,86],[91,143],[6,12],[115,213],[73,132],[294,337],[118,90],[134,103],[128,44],[294,114],[75,58],[63,78],[25,19],[88,58],[46,32],[37,24],[35,26],[45,33],[36,29],[37,33],[96,92],[36,39],[74,82],[27,32],[75,93],[35,43],[-538,425],[-299,229],[-17,19],[-9,20],[-3,4],[14,5],[19,26],[44,77],[123,207],[95,140],[34,42],[28,29],[577,395],[80,55],[33,25],[78,89],[17,24],[48,35],[145,94],[53,-86],[14,-53],[15,-20],[39,-51],[172,-275],[17,-22],[12,-18],[13,-17],[12,-21],[2,-21],[-1,-5],[117,-19],[183,-212],[-68,-85],[-65,-83],[-167,-209],[-349,-439],[-59,-77],[-144,-188],[-99,-136],[-11,-22],[-7,-17],[-10,-36],[-3,-22],[15,-10],[-149,-66],[-12,-11],[-12,-21]],[[171705,375196],[243,-210],[105,-88],[145,-125],[122,-106],[261,-224],[93,-79],[72,-67],[65,-69],[91,-96],[67,-70],[33,-32],[14,-8],[13,1],[6,3],[9,10],[2,15],[-3,13],[268,353],[51,54],[64,37],[474,-328],[399,-300],[185,-121],[129,-89],[123,-189],[190,-326],[62,-105],[28,-258],[34,-321],[23,-257],[100,-158],[252,-326],[128,-163],[74,-105],[5,-9],[3,-4],[24,-47],[3,-13],[128,-305],[219,-421],[232,-236],[357,-421],[318,-357],[655,-678],[128,-190],[114,-220],[48,-132],[66,-63],[185,-58],[347,-26],[275,-5],[209,-11],[-119,-2206],[20,-110],[10,-59],[0,-17],[-7,-10],[-32,-12],[-78,-13],[-58,2],[-131,15],[-150,24],[-33,-2],[-47,-12],[-30,-15],[-15,-9],[-19,-17],[-159,-137],[-4,-4],[-35,-38],[-18,-34],[-74,-284],[-15,-62],[-219,-924],[-32,-145],[-1,-40],[5,-28],[43,-185],[16,-36],[29,-50],[235,-320],[56,-76],[37,-51],[90,-123],[1173,-39],[88,-19],[514,-508],[117,-71],[101,-24],[243,-27],[-1,-15],[0,-20],[-40,-151],[-27,-99],[-10,-35],[-9,-4],[-86,-551],[-3,-18],[-4,-32],[0,-23],[26,-722],[37,-122],[4,-14],[17,-54],[186,-608],[7,-28],[5,-18],[10,-36],[123,-452],[52,-219],[39,-392],[13,-70],[11,-40],[155,-416],[89,-213],[131,-298],[30,-77],[89,-351],[45,-170],[25,-74],[25,-81],[186,-546],[21,-64],[133,-356],[70,-171],[101,-273],[102,-290],[82,-221],[65,-190],[59,-200],[63,-220],[36,-121],[82,-331],[38,-188],[39,-227],[56,-271],[37,-250],[22,-130],[43,-312],[4,-32],[3,-23],[20,-118],[30,-584],[9,-80],[25,-141],[27,-182],[25,-151],[47,-211],[7,-15],[105,-479],[47,-229],[28,-134],[21,-90],[-4,-124],[-7,-94],[0,-279],[0,-7],[-27,-307],[-50,-426],[-55,-378],[-1,-29],[16,-4],[8,-100],[-162,16],[-29,3],[-7,-4],[-33,-51],[-241,-456],[-169,-303],[-27,14],[-15,14],[-286,-531],[-131,-250],[-4,-42],[0,-23],[16,-20],[183,-110],[28,-23],[162,-1072],[101,-741],[99,-710],[85,-649],[12,-88],[10,-85],[12,-60],[19,-68],[31,-121],[42,-151],[155,-560],[17,-59],[17,-38],[23,-43],[82,-105],[46,-49],[40,-33],[48,-30],[110,-63],[215,-118],[82,-48],[150,-86],[183,-101],[358,-200],[406,-231],[104,-58],[27,-15],[29,-13],[30,-12],[28,-4],[41,1],[50,11],[85,21],[353,77],[360,72],[330,70],[29,4],[37,3],[36,-3],[142,-24],[98,-22],[44,-12],[45,-11],[40,-15],[20,-13],[7,36],[340,-65],[16,-3],[106,-20],[17,-4],[6,-1],[60,-125],[-14,-27],[17,-24],[11,-18],[170,-368],[12,-21],[16,-17],[21,-13],[16,-7],[23,-4],[455,40],[97,8],[32,6],[286,-179],[51,-31],[0,-2],[-4,-19],[18,-23],[298,-204],[112,-76],[85,-58],[18,-6],[21,-1],[18,4],[24,15],[14,14],[13,18],[143,259],[89,151],[2,127],[3,216],[1,2],[2,0],[629,49],[503,38],[498,40],[493,33],[489,39],[493,37],[614,42],[56,-6],[307,-57],[488,-103],[686,-141],[536,-128],[548,-113],[573,-134],[317,-79],[-49,-254],[159,-63],[43,-17],[-12,-98],[-2,-18],[-20,-87],[-82,-314],[-40,-153],[-13,-12],[-11,0],[-7,1],[17,34],[-3,36],[-2,-3],[-37,-13],[-13,15],[-1,22],[-8,13],[-135,-439],[-165,-574],[-93,-462],[12,-10],[183,-1],[246,941],[0,2],[13,61],[24,93],[2,10],[19,85],[21,70],[0,1],[7,25],[1,47],[21,92],[86,342],[21,92],[8,73],[3,29],[0,2],[3,20],[0,7],[-7,13],[-3,30],[7,32],[13,9],[62,-4],[1,194],[2,20],[13,10],[14,2],[27,-4],[302,-103],[47,-27],[44,-37],[91,-126],[45,-80],[42,-91],[24,-98],[67,-340],[25,-133],[60,-120],[91,-122],[96,-83],[160,-73],[321,-139],[678,-292],[443,-184],[479,-210],[529,-229],[445,-187],[567,-245],[133,-84],[122,-83],[147,-125],[130,-137],[115,-147],[101,-156],[104,-195],[133,-266],[1,-4],[177,-358],[217,-445],[435,-887],[102,-207],[21,-35],[63,-120],[17,-40],[14,-30],[43,-96],[19,-50],[5,-31],[-2,-34],[-7,-26],[-15,-25],[-179,-176],[-307,-279],[-146,-139],[-153,-145],[-36,-35],[-27,-36],[-15,-24],[-7,-20],[-15,-36],[-20,-69],[-24,-69],[-18,-29],[-28,-32],[-29,-31],[-86,-88],[-71,-68],[-67,-64],[-5,1],[-265,-245],[-168,-155],[-91,-87],[-167,-157],[-60,-54],[-8,-4],[-11,0],[-21,2],[-27,1],[-18,-1],[-10,-4],[-21,-13],[-19,-23],[-4,-11],[-3,-34],[0,-19],[-1,-22],[-2,-8],[-179,-170],[-467,-438],[-106,-104],[-49,-50],[-3,-8],[0,-11],[4,-26],[53,-193],[-29,-28],[-84,-39],[-15,-7],[4,-13],[-42,-20],[-143,-66],[-77,-31],[-96,-16],[-67,2],[-66,16],[-40,15],[-4,1],[-39,12],[-60,23],[-48,18],[-31,11],[-27,6],[-54,12],[-90,-2],[-126,-21],[-498,-83],[-111,-17],[-523,-48],[-324,-38],[-301,-30],[-241,-29],[-183,-16],[-364,-39],[-275,-31],[-178,-17],[-70,-3],[-27,-9],[-372,-40],[-26,-1],[-27,-3],[-578,-63],[-307,-32],[-378,829],[-307,-110],[-429,-164],[-130,-52],[-559,-213],[-360,-140],[-270,-107],[-76,-38],[-168,-90],[-146,-78],[-1,1],[-180,-142],[27,-38],[-21,-16],[-49,61],[-45,-42],[-24,-20],[-5,-4],[-4,0],[-5,1],[-12,12],[-61,-57],[-1,-5],[9,-9],[24,-25],[9,0],[11,-1],[15,-6],[55,-59],[12,-3],[13,-10],[19,-20],[89,-109],[87,-105],[90,-123],[-40,-10],[-94,-31],[-201,-80],[-12,-5],[-265,-123],[-120,-59],[-139,-76],[-160,-92],[-127,-80],[-32,-21],[-115,-73],[-57,-27],[-123,-100],[-120,-102],[-174,-167],[-198,-204],[-204,-230],[-287,-334],[-149,-178],[-98,-110],[-7,-6],[-4,-5],[-13,-8],[-14,-6],[-17,-6],[-14,-2],[-1,0],[-23,0],[0,0],[-18,8],[-18,16],[-119,138],[-222,257],[-181,211],[-31,38],[0,1],[0,0],[-373,284],[-1,2],[-8,9],[-9,9],[-6,0],[-10,-1],[-11,-6],[-8,-9],[-7,-14],[-7,-11],[0,0],[-13,-4],[-12,0],[-19,4],[-14,7],[-98,65],[-146,99],[-5,2],[-192,146],[0,0],[-5,0],[-174,84],[-155,75],[0,1],[-1,0],[-38,18],[-10,-1],[-7,-2],[-7,-4],[-61,-112],[-41,-76],[-14,-20],[-17,-16],[-11,-7],[-15,-7],[-19,-4],[-26,2],[-102,21],[-73,16],[-36,13],[-29,12],[-28,8],[-23,6],[-67,12],[-42,14],[-35,14],[-34,17],[-29,16],[-10,6],[-15,11],[-23,19],[-34,32],[-45,50],[-32,38],[-7,7],[-8,2],[-23,0],[-7,-3],[-14,-9],[-54,-39],[-40,-24],[-40,-22],[-34,-14],[-34,-12],[-44,-13],[-29,-5],[-30,-5],[-36,-4],[-52,-3],[-92,-2],[-65,4],[-22,2],[-2,0],[-16,4],[-93,75],[-76,63],[-51,40],[-221,158],[-115,81],[-52,37],[-96,77],[-73,56],[-65,51],[-34,28],[-44,47],[-85,89],[-30,30],[-10,8],[-39,16],[-39,28],[-318,254],[-3,2],[-54,42],[-225,176],[-186,147],[-189,152],[-113,98],[-37,35],[-5,10],[-4,15],[1,35],[-3,29],[-6,28],[-9,36],[-13,34],[-12,24],[-11,20],[-16,24],[-22,27],[-17,17],[-23,18],[-24,12],[-23,10],[-14,3],[-17,2],[-28,1],[-14,-1],[-19,-6],[-22,-8],[-17,-8],[-21,-16],[-17,-7],[-13,-2],[-11,0],[-20,5],[-18,7],[-189,108],[-282,162],[-79,43],[-86,48],[-69,34],[-43,20],[-108,45],[-70,26],[-83,28],[-82,27],[-164,43],[-132,33],[-86,23],[-11,5],[-3,2],[-7,7],[-32,62],[-134,246],[-65,108],[-81,128],[-24,34],[-26,30],[-37,34],[-40,32],[-38,25],[-93,55],[-280,173],[-202,125],[-111,68],[-156,97],[-37,25],[-106,89],[-559,489],[-69,59],[-17,13],[-29,14],[-26,11],[-3,1],[-26,7],[-19,3],[-278,11],[-187,6],[-90,1],[-98,-3],[-87,-9],[-71,-11],[-157,-24],[-188,-42],[-171,-36],[-134,-35],[-33,-10],[-51,-17],[-96,-31],[-160,-53],[-254,-86],[-132,-47],[-18,-2],[-52,-12],[-29,-9],[-20,-12],[-35,-28],[-85,-40],[-199,-95],[-63,-33],[-7,-1],[-6,1],[-5,4],[-2,0],[-100,-59],[-25,-12],[-22,-6],[-11,-14],[-147,-79],[-30,-17],[6,-13],[35,-137],[4,-33],[0,-2],[17,-147],[4,-37],[13,-47],[11,-28],[8,-20],[17,-40],[20,-68],[19,-66],[3,-18],[6,-40],[8,-63],[6,-54],[4,-49],[-1,-41],[-4,-62],[-16,-188],[-14,-155],[-1,-19],[-141,-73],[-168,-82],[-58,-30],[-23,-13],[-12,-8],[-55,-63],[-99,-79],[-87,-64],[-95,-73],[-75,-54],[-263,-158],[-242,-144],[-88,-54],[-29,-16],[-118,-51],[-86,-36],[-16,-7],[-22,-9],[-36,-4],[-27,2],[-41,11],[-47,12],[-65,21],[-4,2],[-24,12],[-17,23],[-44,82],[-61,118],[-77,119],[-51,70],[-26,27],[-121,112],[-188,169],[-28,18],[-16,6],[-16,3],[-11,-2],[-9,-5],[-296,-266],[-38,-39],[-29,-18],[-141,-73],[-142,-64],[-72,-26],[-35,-11],[-35,-8],[-171,-25],[-129,-18],[-62,-10],[-64,-15],[-49,-8],[-65,-13],[-77,-6],[-111,-4],[-110,0],[-62,2],[-33,3],[-26,4],[-30,7],[-45,15],[-485,177],[-72,24],[-49,14],[-226,48],[-51,7],[-44,0],[-19,-4],[-16,-6],[-17,-10],[-17,-17],[-17,-26],[-36,-67],[-17,-34],[-49,-94],[-14,-22],[-11,-11],[-10,-7],[-18,-2],[20,34],[16,33],[15,33],[9,27],[1,14],[0,11],[-1,49],[-45,5],[-54,7],[-10,3],[-82,3],[-46,1],[-19,-3],[-4,-6],[-1,-43],[15,-19],[2,-116],[-22,-37],[-197,-15],[-116,-7],[-89,-8],[-167,-19],[-90,-9],[-110,-9],[-53,-9],[-35,-8],[-37,-10],[-26,-10],[-93,-52],[-334,-179],[-10,22],[-10,17],[-25,140],[-24,131],[-15,83],[-19,112],[24,0],[34,3],[206,16],[126,9],[1,-10],[10,1],[9,2],[-2,10],[232,86],[659,249],[-30,529],[-3,54],[52,23],[63,25],[54,18],[85,27],[114,34],[267,76],[81,21],[31,11],[22,11],[35,19],[43,27],[140,93],[261,178],[16,11],[10,-14],[69,49],[7,9],[0,5],[-4,9],[0,29],[53,225],[102,404],[52,212],[6,20],[12,22],[31,67],[-50,19],[-1,86],[0,1],[107,217],[148,47],[94,31],[52,19],[84,29],[150,55],[37,16],[48,29],[207,142],[3,2],[40,28],[50,27],[26,17],[35,28],[103,88],[1,2],[154,75],[171,83],[3,2],[-6,5],[-11,11],[-7,9],[-2,11],[-35,406],[-1,16],[2,11],[3,11],[2,12],[1,18],[0,14],[-5,12],[-8,17],[-4,12],[-2,17],[-2,43],[-2,181],[-9,80],[-15,74],[-7,27],[-31,86],[-86,297],[-50,191],[-35,158],[-20,75],[-41,200],[-23,122],[-13,78],[-9,71],[-10,82],[-10,98],[-11,115],[-12,77],[-84,370],[13,3],[-26,131],[-13,7],[-23,117],[-23,139],[-9,62],[-9,83],[-7,85],[-11,75],[-17,132],[-8,50],[-24,84],[-22,77],[-32,97],[-21,75],[-41,163],[-51,195],[-27,102],[-16,54],[-21,47],[-35,75],[-2,4],[-1,3],[-42,86],[-75,131],[-34,66],[0,1],[0,0],[-83,171],[-90,193],[-91,191],[-98,185],[-86,151],[-116,188],[-112,175],[-132,197],[-85,130],[-41,54],[-42,53],[-116,132],[-147,172],[-162,189],[-146,164],[-18,20],[-43,38],[-66,45],[-58,33],[-51,27],[-26,17],[-23,20],[-69,117],[-106,170],[-70,96],[-76,96],[-126,165],[-123,153],[-159,203],[-151,189],[-146,188],[-143,187],[-144,197],[-122,173],[-136,159],[-152,163],[-109,115],[-40,36],[-204,157],[0,1],[-201,143],[-127,82],[-95,61],[-65,43],[-28,19],[-94,58],[-191,116],[-110,60],[-59,29],[-27,14],[-44,19],[-12,6],[-27,1],[-1,0],[-41,5],[-55,2],[-68,-7],[-86,-15],[-53,-9],[-188,-49],[-202,-50],[-106,-29],[-42,-16],[-95,-45],[-8,2],[-15,15],[-37,44],[-78,105],[-33,34],[-349,409],[-813,958],[-155,185],[-32,35],[-7,0],[-20,13],[0,2],[0,0],[6,28],[31,94],[31,68],[11,18],[8,10],[100,341],[17,60],[4,21],[28,98],[40,131],[7,31],[0,21],[-4,20],[-102,233],[-7,20],[1,21],[5,33],[92,285],[205,644],[150,476],[72,228],[96,301],[132,416],[16,49],[47,142],[24,-4],[8,7],[9,29],[2,24],[-5,94],[-6,8],[-20,17],[-27,23],[-28,20],[-30,8],[-20,1],[-19,-6],[-18,-12],[-285,132],[-3,5],[-16,10],[-1,1],[-27,15],[0,0],[-113,16],[-29,6],[-104,35],[-148,46],[-101,18],[-109,9],[-150,8],[-37,18],[-93,19],[-4,-15],[0,-1],[0,-9],[-1,-19],[-19,-1],[-28,-1],[-34,0],[-42,1],[0,0],[0,0],[-43,3],[0,3],[-70,-1],[0,-3],[-34,-2],[-20,1],[-64,2],[-70,2],[-36,-1],[-72,-1],[-81,-1],[-109,2],[-139,2],[-112,4],[-62,2],[-67,2],[-30,2],[-71,3],[-81,5],[-99,4],[-72,0],[-38,2],[-33,28],[-2,6],[-6,0],[-152,3],[-55,0],[-119,0],[-16,0],[-79,1],[-73,1],[-79,0],[-55,3],[-177,3],[-154,5],[-268,4],[-446,4],[-1,0],[-41,1],[-80,2],[-178,0],[-36,-1],[-208,4],[-44,2],[-2,0],[-34,1],[-179,3],[-87,4],[-27,2],[-32,-1],[-21,0],[-215,-3],[-23,-1],[-13,-4],[-153,-7],[-59,-2],[-149,-6],[-36,9],[-40,14],[-35,24],[-20,23],[-21,27],[-5,13],[-1,23],[0,45],[-8,51],[-7,20],[-14,28],[-15,33],[-13,14],[-4,15],[-7,12],[-10,13],[-12,3],[-13,0],[-82,-17],[-192,-48],[-184,-43],[-200,-50],[-84,-20],[-102,-25],[-178,-41],[-548,-136],[-156,-37],[-402,-101],[-156,-36],[-335,-85],[-170,-42],[-37,3],[-15,5],[-11,12],[-8,15],[-6,37],[-3,5],[-13,3],[-74,-4],[-81,-6],[-17,-5],[0,-41],[-1,-13],[1,-14],[10,-12],[10,-4],[19,1],[6,-3],[5,-10],[1,-27],[4,-76],[6,-87],[2,-17],[15,-26],[14,-23],[46,-75],[15,-24],[39,-63],[29,-45],[5,-9],[-4,-7],[-14,-8],[-55,-10],[-52,-12],[-184,-40],[-154,-34],[-245,-53],[-211,-47],[-212,-45],[-28,-6],[-17,-1],[-14,1],[-8,5],[-10,12],[-13,25],[-3,8],[-37,107],[-25,65],[-15,39],[-24,63],[-5,12],[-10,25],[-46,120],[-20,52],[-43,113],[-20,46],[-7,4],[-67,163],[-7,-7],[-8,-14],[-4,-16],[9,-40],[20,-90],[5,-27],[-1,-15],[-6,-15],[-35,-38],[-37,-27],[-59,-31],[-14,-6],[-17,3],[-38,16],[-69,25],[-44,18],[-57,28],[-60,30],[-18,11],[-13,17],[-12,30],[-13,15],[-12,8],[-13,2],[-25,-5],[-62,-27],[-63,-23],[-78,-32],[-58,-27],[-104,-50],[-47,-17],[-35,-10],[-25,-10],[-28,-16],[-108,-71],[-47,-25],[-63,-32],[-17,-9],[-44,-20],[-35,-14],[-36,-24],[-33,-19],[-37,-18],[-27,-11],[-43,-24],[-16,-10],[-20,-12],[-27,-23],[-7,-25],[-4,-29],[0,-48],[4,-27],[18,-89],[-21,-16],[-13,-10],[-24,-15],[-48,-38],[5,18],[0,12],[-13,20],[-15,36],[-11,43],[-5,10],[-6,11],[-1,47],[-2,43],[-8,44],[-16,61],[-23,51],[-28,53],[-35,61],[-32,49],[-18,26],[-13,20],[-2,22],[15,14],[-154,176],[-18,-22],[-64,56],[-41,40],[-47,59],[-36,46],[-41,44],[-46,31],[-42,27],[-70,57],[-20,13],[-18,2],[-19,2],[-26,-7],[-19,-13],[-84,-54],[-43,-37],[-21,-13],[-8,0],[-9,2],[-5,5],[-23,24],[-62,78],[-65,88],[-40,64],[-51,89],[-98,185],[-33,66],[-18,44],[-20,50],[-19,67],[-24,79],[-26,67],[-2,11],[0,12],[13,19],[13,21],[5,15],[0,26],[-7,23],[-10,12],[-8,5],[-4,9],[-4,37],[-8,18],[-7,10],[-11,8],[-13,7],[-15,2],[-15,0],[-23,5],[-21,10],[-19,14],[-16,16],[-20,29],[-40,80],[-107,204],[-24,45],[-16,38],[-13,42],[-3,28],[0,37],[7,29],[12,20],[11,12],[23,11],[19,12],[9,13],[10,23],[1,22],[0,7],[-4,18],[-11,14],[-30,28],[-79,70],[-128,116],[-191,160],[-208,168],[-7,6],[-16,14],[-51,42],[-42,35],[-23,20],[-14,14],[-27,25],[-25,25],[-17,17],[-20,22],[-31,36],[-17,22],[-15,18],[-12,11],[-547,612],[11,41],[-92,43],[-313,297],[-260,194],[-59,44],[-6,4],[-6,5],[-29,22],[-57,42],[-12,8],[20,16],[0,12],[-1,8],[-2,19],[-12,21],[-12,11],[-12,7],[-19,3],[-14,0],[-19,-6],[-300,-124],[-37,-14],[-49,152],[-7,45],[2,21],[2,9],[7,3],[12,0],[3,11],[-2,9],[-7,6],[-398,18],[-24,1],[-2,-57],[-2,-12],[-8,-10],[-12,-8],[0,0],[-135,-42],[-197,-60],[-212,-59],[-225,-57],[-348,-85],[-63,-14],[-153,-41],[-65,-19],[-121,-41],[-187,-66],[-213,-66],[-242,-71],[-218,-65],[-214,-60],[-363,-107],[-206,-56],[-182,-51],[-274,-72],[-76,-21],[-53,-10],[-11,2],[-12,12],[-7,9],[-6,3],[-7,-2],[-5,-10],[-1,-18],[-4,-13],[-11,-9],[-105,-29],[-39,-3],[-17,3],[-12,10],[-6,12],[-6,22],[-4,5],[-6,2],[-7,-6],[-3,-9],[6,-29],[0,-14],[-8,-14],[-26,-18],[-38,-19],[-38,-18],[-1,0],[-2,-1],[-105,-34],[30,61],[2,13],[5,20],[-2,4],[-9,2],[-9,-7],[-13,-26],[-25,-48],[-19,-29],[-232,-67],[-39,-10],[21,47],[-1,10],[-6,3],[-7,0],[-9,-11],[-24,-48],[-7,-10],[-102,-32],[-427,-123],[-213,-61],[-426,-130],[-600,-191],[-131,-42],[-83,-21],[-31,17],[-221,123],[-298,164],[-1,1],[-160,90],[-599,338],[-162,85],[-16,6],[-29,13],[-18,6],[-34,4],[-55,8],[-49,3],[-25,-2],[-4,1],[-1,10],[1,12],[-3,10],[-9,2],[-9,-2],[-6,-5],[-4,-13],[-5,-10],[-7,-9],[-2,-2],[-12,-1],[-13,1],[-40,132],[-16,47],[-7,4],[-10,-4],[-6,-6],[1,-12],[11,-41],[30,-106],[8,-33],[-46,-20],[-44,-23],[-26,-16],[-48,-33],[-32,-28],[-26,-27],[-19,-20],[-62,-86],[17,106],[12,94],[-3,4],[-8,1],[-5,-1],[-7,-5],[-4,-9],[-14,-67],[-23,-128],[-14,-66],[-60,-65],[-48,-43],[-34,-26],[-66,-48],[-25,-16],[-35,-18],[-29,-10],[-24,-8],[-24,-4],[-23,-2],[-46,0],[-15,2],[-14,2],[-19,5],[-35,15],[-102,40],[-187,70],[-101,35],[-33,11],[-31,7],[-29,6],[-21,2],[-61,0],[-30,-5],[-34,-6],[-71,-16],[-30,-8],[-29,-9],[-24,-10],[-78,-38],[-30,-13],[-26,-10],[-26,-9],[-23,-4],[-18,-2],[-52,1],[-22,5],[-10,2],[-5,6],[32,136],[1,29],[-11,4],[-8,-4],[-11,-18],[-36,-141],[-16,1],[-46,11],[-122,37],[-20,7],[-8,4],[-1,1],[13,170],[0,23],[-10,10],[-21,-5],[-7,-28],[-17,-150],[-6,-6],[-14,-2],[-24,1],[-7,1],[-16,2],[-22,6],[-23,8],[-26,13],[-29,16],[-77,53],[-26,19],[-4,8],[-2,8],[10,77],[-3,8],[-3,4],[-5,1],[-4,-2],[-4,-8],[-11,-67],[-8,0],[-41,25],[-96,57],[-55,30],[-37,21],[-45,20],[-62,23],[-40,13],[-37,8],[-8,0],[-5,-1],[-6,-3],[-7,-10],[-2,-8],[-202,38],[-351,-5],[-368,6],[15,136],[24,228],[80,741],[21,200],[34,297],[5,51],[24,218],[22,196],[26,81],[13,48],[7,39],[16,40],[20,55],[38,69],[16,35],[6,30],[0,19],[3,27],[2,17],[22,93],[-19,23],[-28,21],[-11,6],[-39,18],[-9,9],[-4,4],[-14,24],[-3,11],[24,129],[12,66],[7,38],[6,36],[16,84],[17,87],[10,0],[10,7],[10,5],[12,0],[9,3],[11,4],[4,1],[25,13],[18,4],[32,4],[20,8],[27,13],[26,11],[17,2],[21,0],[23,3],[20,8],[35,4],[11,5],[9,8],[3,7],[211,-25],[43,-3],[20,5],[340,56],[510,145],[85,30],[16,-26],[10,2],[96,-122],[20,-25],[37,-16],[192,-39],[32,-1],[34,10],[41,15],[42,28],[59,48],[54,48],[10,7],[4,11],[133,116],[52,46],[29,23],[140,120],[170,154],[2,3],[-129,177],[7,7],[65,62],[26,33],[16,23],[28,26],[23,18],[23,20],[19,4],[23,19],[24,29],[23,32],[23,44],[13,24],[18,56],[5,50],[-2,51],[-5,52],[-17,79],[-9,37],[-11,34],[-20,32],[-21,19],[-65,42],[-113,66],[-20,15],[-24,26],[-45,58],[-19,32],[-16,38],[-11,42],[-8,47],[-4,48],[0,42],[4,39],[13,45],[13,44],[13,26],[27,42],[19,29],[18,19],[17,16],[30,20],[53,29],[69,31],[254,108],[666,269],[13,5],[21,4],[23,1],[22,2],[51,-2],[36,-3],[24,-2],[45,-10],[58,-19],[33,-13],[38,-21],[43,-25],[31,-21],[38,-36],[33,-33],[28,-34],[18,-30],[12,-28],[11,-36],[0,-31],[-7,-120],[5,-30],[13,-20],[17,-13],[36,-19],[30,-16],[37,-23],[40,-31],[26,-24],[20,-23],[13,-26],[14,-32],[16,-55],[5,-38],[-3,-44],[-4,-36],[-1,-25],[1,-15],[6,-27],[5,-17],[32,-73],[1,-1],[188,-300],[0,-20],[3,-27],[7,-26],[9,-26],[12,-28],[13,-19],[26,-29],[19,-20],[22,-13],[47,-12],[56,-12],[202,-19],[2,-1],[22,-9],[35,-9],[36,-14],[32,-13],[4,0],[6,5],[2,5],[1,4],[-2,10],[-2,1],[-61,25],[-5,3],[-5,5],[-3,9],[6,60],[7,7],[12,6],[13,0],[15,-3],[12,-6],[4,-3],[10,-13],[23,-49],[16,-24],[26,-28],[34,-20],[36,-19],[39,-14],[85,-14],[46,-4],[39,3],[38,4],[42,6],[15,3],[8,4],[3,5],[1,7],[-2,6],[-5,1],[-47,-6],[-3,7],[-4,34],[2,25],[12,25],[21,22],[33,24],[33,16],[17,2],[12,-2],[9,-2],[9,-6],[17,-18],[6,-4],[5,2],[5,4],[5,7],[0,8],[2,33],[4,9],[4,7],[10,8],[19,8],[29,3],[23,-2],[17,-3],[23,-9],[14,-11],[20,-24],[16,-17],[9,-2],[11,7],[21,34],[9,11],[12,6],[13,0],[19,-3],[13,-4],[15,-8],[16,-15],[23,-33],[8,-6],[9,-2],[8,10],[13,27],[6,7],[12,1],[11,0],[12,-4],[11,-5],[15,-12],[18,-23],[16,-27],[7,-26],[3,-17],[-2,-12],[-4,-4],[-5,-2],[-11,-5],[-12,-11],[-14,-15],[-8,-18],[-1,-15],[4,-19],[6,-14],[8,-9],[12,-7],[24,-5],[36,-5],[36,-7],[36,-9],[56,-21],[54,-22],[59,-27],[56,-29],[24,-7],[15,1],[32,23],[7,13],[5,7],[0,9],[3,6],[4,5],[7,2],[14,0],[4,6],[1,4],[0,8],[-1,5],[-3,2],[-25,1],[-7,20],[-3,21],[2,20],[8,20],[12,11],[25,8],[15,1],[18,0],[10,-2],[17,-4],[16,-10],[15,-12],[8,-11],[4,-7],[2,-15],[-2,-24],[1,-4],[4,-2],[5,1],[3,4],[13,21],[11,9],[9,3],[16,-1],[14,-4],[10,-4],[21,-12],[15,-12],[11,-18],[11,-20],[9,-21],[-1,-4],[-11,-23],[0,-5],[5,-6],[5,0],[6,8],[21,19],[10,2],[12,-2],[14,-8],[14,-11],[17,-18],[13,-30],[16,-41],[1,-19],[-3,-17],[-8,-14],[-8,-7],[-22,-12],[-24,0],[-16,4],[-14,29],[-7,2],[-9,-1],[-6,-4],[-2,-4],[1,-5],[7,-13],[0,-4],[-8,-11],[-5,-12],[-1,-9],[1,-12],[6,-25],[6,-11],[10,-8],[38,-30],[170,-123],[47,-33],[38,-16],[70,-26],[60,-21],[59,-24],[26,-12],[25,-6],[117,-38],[250,-86],[3,10],[2,18],[-145,54],[-110,36],[-139,40],[-8,9],[-7,14],[2,23],[9,22],[0,24],[1,21],[6,14],[10,12],[17,3],[20,-7],[15,-2],[17,5],[12,17],[8,24],[-3,44],[-4,43],[-6,15],[-1,18],[9,18],[12,13],[30,-18],[9,-9],[11,-26],[6,-35],[7,-56],[7,-38],[21,-36],[23,-24],[32,-17],[56,-36],[16,-4],[14,3],[19,15],[24,25],[19,26],[9,30],[-4,22],[-8,21],[-15,7],[-5,6],[0,16],[3,12],[8,6],[9,13],[4,19],[0,24],[-9,28],[-4,7],[-6,12],[-10,21],[-23,31],[-5,5],[-4,5],[-3,18],[-7,31],[0,24],[-1,23],[-8,13],[-35,20],[-25,4],[-11,-2],[-30,-42],[-15,-21],[-25,-11],[-15,1],[-7,13],[0,15],[13,13],[17,23],[28,42],[21,20],[9,16],[2,19],[0,16],[-11,16],[-42,34],[-43,31],[-16,16],[-19,6],[-14,15],[0,13],[4,5],[8,2],[21,-7],[22,-8],[58,-41],[40,-36],[47,-47],[48,21],[34,3],[3,2],[26,16],[6,3],[27,35],[30,44],[16,42],[17,95],[9,18],[22,23],[36,47],[30,59],[9,20],[5,12],[-1,9],[10,15],[11,31],[17,26],[20,19],[28,19],[20,32],[29,-1],[26,7],[26,-3],[19,0],[20,3],[16,2],[14,13],[5,24],[9,18],[30,78],[13,46],[28,35],[33,22],[30,3],[28,-12],[17,2],[8,3],[36,23],[-7,11],[2,41],[9,30],[35,34],[26,17],[23,16],[20,23],[11,22],[0,19],[5,24],[21,31],[23,38],[15,34],[4,30],[-4,22],[-14,11],[-29,0],[-35,3],[-9,4],[-15,5],[-30,21],[-31,4],[-28,2],[-31,10],[-37,42],[-31,31],[-23,6],[-23,-1],[-23,6],[-13,15],[-20,28],[-17,23],[-38,65],[-16,17],[-30,43],[-16,13],[-16,8],[-15,3],[-13,6],[-13,3],[-10,-6],[-1,-14],[11,-12],[0,-20],[2,-16],[-7,-8],[-15,0],[-18,11],[-52,45],[-14,19],[-1,12],[8,4],[18,-4],[22,-5],[19,16],[24,22],[16,28],[10,21],[-6,14],[-11,9],[-17,-3],[-10,-8],[-18,-1],[-12,8],[-22,10],[-31,5],[-36,4],[-42,17],[-27,17],[-21,14],[-57,27],[-33,11],[-18,18],[-22,21],[-27,10],[-26,13],[-29,23],[-31,43],[-24,41],[-35,47],[-18,26],[-15,6],[-18,1],[-51,1],[-40,12],[-26,8],[-17,5],[-9,14],[-5,27],[-6,10],[-2,3],[-12,5],[-42,5],[-33,9],[-31,24],[-37,39],[-17,19],[-42,64],[-19,41],[-30,33],[-34,23],[-23,50],[-31,44],[-31,36],[-23,27],[-5,32],[5,37],[17,43],[38,55],[399,-235],[11,-7],[4,0],[8,2],[4,6],[1,6],[-4,6],[-432,254],[-15,10],[-7,16],[-10,43],[-17,55],[-19,46],[-18,39],[-32,46],[-63,87],[-33,42],[-14,13],[-9,3],[-12,-1],[-100,112],[-62,72],[-9,6],[-81,284],[-20,56],[-74,169],[-98,221],[-146,332],[-1,11],[1,15],[2,8],[39,105],[26,71],[47,128],[64,169],[32,86],[47,126],[9,26],[107,291],[143,376],[207,564],[105,284],[57,148],[224,608],[51,143],[135,364],[8,18],[6,14],[14,19],[13,7],[6,2],[12,4],[116,10],[92,11],[74,13],[80,19],[67,19],[46,15],[31,17],[461,217],[1,-1],[61,54],[32,27],[31,31],[24,30],[17,29],[25,51],[23,51],[18,47],[10,42],[5,30],[-2,19],[-7,21],[-34,75],[-43,88],[-16,24],[-13,17],[-23,22],[-70,59],[-74,66],[-78,66],[-106,86],[-95,74],[-133,103],[254,689],[3,3],[-26,92],[14,42],[8,8],[8,-6],[4,-14],[9,-19],[36,-3],[41,9],[37,27],[23,23],[15,33],[17,46],[11,37],[22,66],[27,49],[19,21],[16,14],[16,4],[23,-1],[34,-7],[36,-14],[26,-14],[21,-8],[24,-4],[8,24],[-25,31],[38,109],[8,20],[-34,17],[6,15],[81,204],[7,19],[18,44],[42,98],[7,20],[9,19],[1,2],[0,0],[2,5],[16,33],[2,3],[21,40],[-20,9],[4,8],[-162,84],[-57,27],[-121,60],[0,0],[18,42],[2,5],[10,23],[30,67],[31,65],[9,18],[2,4],[4,9],[26,51],[13,25],[1,2],[1,3],[1,0],[0,1],[8,16],[19,35],[26,44],[44,79],[51,84],[63,99],[37,56],[45,62],[123,163],[35,44],[18,23],[27,32],[22,27],[51,58],[50,54],[31,32],[34,33],[110,103],[28,24],[33,27],[90,71],[51,40],[80,58],[68,51],[63,46],[103,69],[213,142],[101,64],[190,127],[84,57],[171,112],[111,71],[11,7],[76,41],[51,31],[70,46],[62,43],[86,56],[89,54],[28,17],[54,34],[67,44],[185,141],[44,40],[22,18],[16,13],[144,93],[179,74],[254,104],[80,46],[97,55],[98,58],[85,47],[106,62],[90,49],[185,91],[82,38],[64,27],[69,24],[78,25],[77,23],[25,6],[18,4],[65,15],[59,14],[65,9],[22,1],[71,5],[27,2],[227,11],[175,8],[31,1],[22,0],[160,6],[84,5],[91,2],[130,6],[33,2],[28,1],[46,3],[24,1],[555,32],[212,-11],[161,-9],[231,-11],[14,-1],[91,-6],[81,-5],[179,-8],[31,-2],[8,2],[12,149],[109,7],[82,-24],[553,-38],[68,-27],[23,15],[94,-45],[392,265],[99,71],[206,25],[172,25],[201,26],[221,30],[74,10],[305,57],[102,17],[46,8],[256,46],[86,15],[77,17],[181,37],[228,42],[213,46],[6,1],[12,-95],[15,-106],[0,-1],[14,2],[410,65],[8,-6],[4,-8],[12,-96],[4,-12],[10,-1],[97,-14],[7,-3],[205,-37],[75,-23],[255,-74],[13,-7],[-1,-8],[-6,-6],[-1,-8],[7,-8],[14,6],[16,8],[29,19],[43,30],[31,22],[8,1],[10,-5],[9,-1],[4,4],[2,6],[-1,10],[34,50],[7,2],[13,8],[26,26],[88,80],[140,126],[21,15],[22,11],[25,12],[127,60],[51,23],[62,22],[50,15],[48,18],[41,23],[72,43],[120,67],[90,50],[76,44],[150,85],[77,42],[61,34],[143,87],[116,70],[95,56],[9,7],[45,24],[34,20],[50,20],[85,41],[27,13],[11,5],[29,15],[23,24],[6,19],[2,108],[0,20],[4,15],[5,8],[4,21],[6,14],[12,23],[12,19],[32,36],[15,11],[21,15],[29,13],[46,19],[55,22],[33,15],[22,15],[12,13],[11,20],[11,30],[3,11],[-1,73],[0,31],[4,22],[6,17],[8,15],[14,17],[15,13],[20,14],[25,13],[24,12],[110,44],[84,37],[51,18],[21,6],[32,3],[157,0],[25,-1],[26,3],[25,5],[29,11],[34,16],[29,13],[39,11],[60,14],[54,10],[129,49],[60,23],[31,9],[32,6],[77,4],[123,5],[153,6],[106,8],[106,8],[107,7],[73,6],[38,-1],[32,-3],[61,-13],[121,-27],[82,-13],[103,-15],[198,-30],[100,-17],[121,-24],[97,-15],[65,-10],[141,-20],[131,-19],[124,-17],[92,-15],[157,-30],[467,-87],[65,-14],[24,-11],[14,-10],[11,-14],[67,-131],[27,-53],[-1,-2],[-89,-131],[13,-10],[76,106],[10,0],[29,-14],[16,-11],[0,-1],[99,-181],[109,-190],[83,-160],[7,-37],[30,-189],[14,3],[-14,101],[-17,103],[23,-16],[22,-8],[28,-1],[62,6],[130,18],[263,32],[206,27],[49,5],[29,1],[145,11],[146,8],[209,15],[125,6],[30,3],[16,5],[18,9],[16,12],[8,1],[31,-4],[40,-3],[275,-26],[175,-15],[113,-12],[238,-20],[73,-7],[19,4],[29,12],[158,78],[280,140],[220,107],[55,26],[56,28],[40,21],[32,14],[15,3],[9,0],[33,-8],[39,-10],[24,-3],[28,0],[21,3],[8,4],[10,6],[19,14],[13,17],[20,29],[2,3],[16,30],[21,32],[25,35],[41,52],[247,322],[80,103],[172,222],[13,13],[13,8],[12,5],[21,3],[102,7],[186,11],[66,4],[55,4],[47,6],[44,13],[42,14],[32,13],[77,44],[33,19],[8,3],[18,4],[3,0],[18,1],[14,-3],[9,-5],[120,-93],[125,-104],[92,-77],[30,-25],[212,-178],[249,-212],[225,-196],[121,-102]],[[151232,373142],[19,-139],[-7,-3],[-6,3],[-53,63],[-5,5],[-22,3],[-20,0],[-27,-8],[-35,-17],[-31,-21],[-12,-15],[-6,-28],[-8,-15],[8,-16],[9,-11],[16,-26],[20,-35],[21,-37],[23,-39],[7,-12],[8,-7],[9,-5],[61,51],[45,35],[39,31],[10,9],[1,8],[-2,11],[-9,21],[-11,14],[-4,8],[2,5],[4,2],[5,0],[-1,6],[60,40],[12,-25],[55,29],[-6,26],[-39,-20],[-44,66],[14,14],[-22,33],[-57,-2],[-21,-2]],[[148819,369609],[-25,-28],[-21,13],[-23,10],[-19,2],[-33,0],[-21,-4],[-20,-4],[-38,-12],[-21,-11],[-19,-16],[-22,-28],[-46,-62],[-30,-33],[-44,-44],[-28,-24],[-17,-10],[-14,-2],[-39,1],[-51,8],[-16,-14],[65,-80],[54,-74],[4,-7],[-3,-33],[0,-37],[1,-31],[12,-60],[9,-34],[12,-27],[24,-39],[22,-48],[-5,-9],[-20,-21],[-20,-13],[-9,-1],[-19,-25],[-20,-16],[-7,-9],[-3,-15],[-109,-66],[-10,-3],[-28,1],[-25,8],[-40,27],[-38,16],[-33,-7],[-22,-23],[-8,-39],[-5,-62],[-9,-30],[-20,-26],[-62,-58],[-72,-67],[-6,-10],[-131,-133],[-18,-15],[-20,-3],[-30,-19],[-23,-11],[-49,-26],[-18,-18],[-11,-17],[-24,-50],[-28,-54],[-23,-48],[-8,-18],[-6,-8],[-10,-14],[-19,-27],[-12,-23],[-15,-20],[-7,-20],[-2,-33],[5,-58],[17,-52],[-5,-35],[30,-213],[27,-193],[24,0],[64,3],[58,5],[3,-28],[21,2],[-6,51],[105,12],[7,-5],[14,-7],[12,-4],[15,0],[19,3],[41,9],[114,31],[42,13],[112,34],[127,44],[71,27],[151,63],[76,36],[34,18],[54,31],[102,57],[45,25],[54,34],[54,31],[179,107],[222,131],[63,41],[61,38],[68,50],[113,91],[47,41],[71,64],[43,37],[52,59],[6,5],[28,36],[74,92],[107,140],[82,102],[-102,129],[-26,36],[-60,76],[-90,118],[-104,138],[-70,94],[-156,202],[-146,193],[-10,14],[-156,204],[-28,34],[-9,3],[-41,7],[-75,18],[-60,11],[-12,1],[-12,-2],[-22,-8],[-55,-33],[-27,-17],[-9,-11],[-9,-19],[-6,-21],[-2,-19],[0,-15],[3,-19],[10,-22],[19,-26],[27,-42],[31,-45],[5,-15],[3,-13],[-2,-19],[-5,-20],[-30,-38],[-72,-93],[-14,-16]],[[163251,350902],[-5,-12],[8,17],[-3,-5]],[[71501,207824],[24,-13],[23,-14],[26,-18],[24,-21],[23,-23],[24,-27],[16,-22],[22,-36],[15,-29],[14,-30],[13,-35],[4,-37],[10,0],[1,-28],[3,-80],[1,-16],[1,-3],[2,-4],[0,-150],[-7,1],[2,-59],[3,-35],[1,-13],[6,-34],[5,-18],[1,-23],[-2,-13],[-5,-23],[-5,-127],[-44,-3],[-90,-4],[-266,-14],[-69,-2],[-145,-15],[-130,-18],[-44,-3],[-31,3],[-3,0],[-16,2],[-241,45],[-95,13],[-5,0],[11,49],[-3,2],[-6,1],[-124,37],[-33,97],[11,52],[-47,131],[-129,116],[-129,-45],[-23,-13],[-49,-34],[-6,-3],[-23,-11],[-44,-10],[-65,0],[-55,2],[-53,7],[-46,6],[-64,4],[-85,-4],[-4,-3],[-9,-1],[0,0],[-20,0],[-13,-4],[-12,-6],[-8,1],[-6,-6],[-67,-15],[-41,-9],[20,-85],[29,-129],[43,-189],[17,-79],[5,-18],[-37,19],[-22,10],[-21,7],[-20,6],[-21,4],[-22,3],[0,-9],[-1,0],[-3,0],[-19,1],[-31,-4],[-115,-21],[-44,-5],[-77,-5],[-141,-9],[-387,-25],[-182,-12],[-119,-8],[-98,-7],[-37,-1],[-23,1],[-18,2],[-30,3],[-4,1],[-22,8],[-34,1],[-16,1],[-20,-1],[-29,-1],[-30,-2],[-229,-23],[-21,-3],[-13,-2],[-14,-4],[-44,-9],[-49,-8],[-25,-3],[-130,-12],[-197,-21],[-49,-7],[-84,-13],[-119,-23],[-39,-7],[-51,-9],[-19,-2],[-20,-1],[-50,-6],[-41,-2],[-34,-3],[-84,-8],[-65,-8],[-20,-4],[-28,-8],[-17,-8],[-19,-7],[-26,-14],[-25,-15],[-26,-19],[-6,-4],[-4,9],[-77,-56],[-68,-49],[-146,-106],[-37,-27],[-34,-19],[-29,-12],[-19,-7],[-17,-5],[-158,-43],[-14,-4],[-15,31],[-30,60],[-21,31],[-24,38],[-31,37],[-48,59],[-55,67],[-41,50],[-29,36],[-22,32],[-29,41],[-10,19],[-22,41],[-20,38],[-9,26],[-10,27],[-3,7],[-19,39],[-10,23],[-3,10],[-4,10],[-8,19],[-5,13],[-3,10],[-4,16],[-3,12],[-5,18],[-5,25],[-3,14],[-5,23],[-4,27],[-1,12],[-20,0],[8,154],[5,94],[10,7],[8,23],[12,39],[6,23],[4,0],[47,1],[59,-1],[12,-7],[14,-8],[10,-5],[7,-3],[5,-2],[6,-2],[6,-1],[16,-2],[34,-4],[36,-6],[18,-2],[18,-3],[16,-2],[6,-2],[7,-1],[6,-1],[33,-4],[35,-4],[32,-3],[31,-4],[28,-3],[13,-1],[3,-1],[6,-1],[10,-3],[19,-5],[18,-4],[17,-4],[17,-3],[4,-1],[13,0],[22,0],[26,-1],[27,0],[20,-1],[18,0],[22,-1],[21,0],[14,-1],[18,0],[24,0],[0,-15],[24,0],[0,3],[0,15],[6,3],[21,11],[5,0],[16,6],[18,10],[6,6],[9,5],[7,14],[9,11],[15,26],[15,39],[7,18],[12,25],[0,1],[0,19],[1,1],[3,21],[4,58],[2,50],[6,38],[6,44],[25,-21],[4,21],[16,44],[5,27],[0,31],[-7,56],[0,7],[1,15],[2,-3],[1,-1],[13,-18],[19,-27],[7,-10],[19,-23],[22,-27],[26,-22],[23,-18],[58,-30],[60,-14],[2,-32],[2,-32],[5,1],[1,-6],[80,5],[-1,8],[1,0],[-2,24],[-2,32],[32,3],[37,2],[50,4],[59,5],[205,17],[159,13],[199,17],[508,42],[119,10],[97,7],[8,1],[189,13],[199,13],[373,26],[333,23],[92,6],[119,8],[25,2],[40,2],[86,7],[14,2],[14,2],[3,0],[50,15],[73,21],[12,4],[6,1],[17,5],[35,8],[3,-17],[1,-11],[12,-4],[21,-10],[8,-6],[36,-30],[21,-16],[11,-3],[59,-12],[63,-9],[18,-2],[13,-6],[14,-10],[17,-3],[7,-1],[12,0],[3,1],[29,13],[9,6],[16,17],[29,37],[11,10],[58,33],[9,27],[0,0],[173,-14],[47,-4],[84,-6],[95,-8],[40,-3],[31,-2],[33,-3],[25,-1],[3,-7],[13,-2],[25,-2],[146,-16],[292,-24],[52,-7],[34,-6],[39,-10],[28,-10],[10,-4],[11,-5]],[[534169,203913],[-90,-114],[-2,1],[-183,-229],[0,-1],[-18,17],[-1,0],[0,0],[-438,419],[0,0],[5,7],[58,71],[210,248],[51,-46],[26,-24],[62,-56],[299,-273],[11,-10],[10,-10],[0,0]],[[534731,204663],[-98,-126],[-12,12],[0,0],[0,0],[-420,409],[70,88],[137,167],[0,0],[359,-347],[55,-52],[0,0],[14,-13],[-105,-138]],[[534977,205515],[-13,-14],[-4,6],[-74,112],[-72,104],[-10,15],[1,6],[-33,52],[-79,129],[-2,5],[-9,13],[11,11],[49,58],[78,97],[164,204],[11,-15],[81,-114],[29,-41],[104,-150],[36,-51],[-46,-42],[-51,-145],[-10,-31],[0,-1],[-1,-1],[-1,0],[-46,-60],[-63,-81],[-30,-37],[-20,-29]],[[528057,206629],[-8,-3],[-215,577],[11,3],[20,4],[8,-20],[77,-208],[115,-310],[12,-33],[-17,-6],[-3,-4]],[[537460,207552],[23,-42],[32,-51],[18,-37],[149,-336],[51,-119],[0,0],[1,-3],[1,-1],[-16,-8],[-142,-86],[-86,192],[-163,362],[-38,-22],[-14,31],[-6,13],[123,74],[8,4],[-1,-10],[60,39]],[[539947,210647],[-141,-122],[-192,280],[0,0],[323,241],[14,11],[0,-1],[13,-24],[129,-185],[21,-29],[6,-8],[-1,-7],[0,-6],[-19,-15],[-153,-135]],[[537436,215052],[-28,-48],[-55,42],[-179,139],[28,50],[234,-183]],[[537202,215235],[-28,-50],[179,-139],[55,-42],[28,48],[25,-18],[163,317],[42,73],[88,-51],[99,-71],[23,-13],[20,-23],[170,-149],[220,218],[12,-10],[7,8],[7,10],[2,8],[30,-24],[54,-51],[116,-110],[38,64],[1,6],[5,8],[60,86],[101,137],[46,64],[67,97],[25,43],[16,37],[18,54],[3,11],[24,92],[6,20],[32,151],[65,284],[8,26],[40,-44],[27,-22],[34,-30],[15,16],[3,-1],[1,-1],[7,-7],[8,0],[3,5],[5,41],[8,78],[6,1],[582,143],[34,4],[21,6],[137,33],[68,21],[76,18],[23,4],[15,3],[13,0],[57,9],[116,17],[13,-72],[14,-105],[21,-143],[4,-31],[86,15],[3,0],[52,-400],[153,24],[24,4],[27,1],[479,73],[1,-6],[4,-35],[31,-278],[78,-693],[86,-775],[-12,-3],[-59,-13],[-449,-111],[0,-3],[-7,-1],[51,-170],[6,2],[89,-300],[-20,-10],[-159,-59],[-122,-43],[-221,-79],[-143,-56],[29,-26],[95,-84],[205,-177],[58,-52],[98,-81],[214,-178],[74,-62],[16,-13],[43,-40],[40,-38],[82,-66],[62,-48],[17,-14],[31,-13],[155,-119],[74,-60],[80,-67],[73,-69],[88,-88],[88,-98],[-2,0],[5,-5],[0,-1],[-8,-3],[-410,-139],[-8,-3],[-233,-78],[-111,-39],[-193,-67],[-121,-40],[-146,-49],[-192,-67],[-29,-9],[-31,-10],[-15,-4],[-33,-11],[-10,21],[-3,8],[-451,-152],[-10,-3],[-151,-52],[4,-17],[8,-22],[5,-6],[1,-8],[23,-7],[7,3],[6,-4],[12,-15],[11,-29],[26,-70],[10,-25],[10,-20],[-14,-11],[-323,-241],[0,0],[192,-280],[-41,-36],[-323,-281],[-172,-150],[-253,-222],[-5,-4],[-1,0],[-13,-6],[-5,-1],[-203,52],[-26,7],[-107,24],[-18,5],[-2,0],[-207,49],[-303,70],[-5,1],[-157,57],[-177,66],[-9,0],[-9,-14],[-67,-140],[-31,-65],[-420,-854],[2,-1],[-51,-105],[-47,-102],[0,-2],[-50,-148],[-48,-155],[-47,-144],[-38,-123],[-9,-29],[-46,-141],[511,-203],[-17,-247],[-11,-159],[0,-1],[-8,-4],[-123,-74],[6,-13],[14,-31],[38,22],[163,-362],[86,-192],[-278,-169],[-87,128],[-174,256],[-57,82],[-2,-1],[-20,-9],[0,0],[-465,-219],[-224,-110],[54,-102],[50,-69],[-217,-162],[-5,-4],[60,-123],[105,-215],[-8,-6],[-19,-14],[-16,-11],[-81,-50],[-149,342],[-26,-19],[-26,-19],[-125,-92],[-23,-17],[-11,17],[-2,2],[-141,-119],[-292,-242],[-86,-75],[-1,0],[-10,12],[-34,48],[-22,33],[-36,51],[-104,150],[-29,41],[-81,114],[-11,15],[-164,-204],[-78,-97],[-49,-58],[-11,-11],[9,-13],[2,-5],[79,-129],[33,-52],[-1,-6],[10,-15],[72,-104],[74,-112],[4,-6],[71,-105],[42,-59],[24,-35],[25,-46],[10,-29],[7,-26],[-185,-241],[-122,-159],[-14,13],[0,0],[-55,52],[-359,347],[0,0],[-137,-167],[-70,-88],[420,-409],[0,0],[0,0],[12,-12],[-88,-114],[-181,-243],[-2,-10],[-2,-16],[0,0],[-171,-216],[-20,-25],[-10,10],[-11,10],[-299,273],[-62,56],[-26,24],[-51,46],[-210,-248],[-58,-71],[-5,-7],[0,0],[438,-419],[0,0],[1,0],[18,-17],[-186,-233],[-17,16],[-149,139],[-120,114],[-174,164],[-19,18],[-59,-74],[-3,-4],[-3,3],[4,-27],[2,-81],[2,-33],[8,-144],[0,-15],[-8,-1],[-1,0],[-127,-13],[-443,-41],[-79,-6],[-206,-21],[-668,-61],[-23,1],[-32,3],[-117,28],[-190,46],[-2,-3],[-3,1],[-78,-144],[-16,13],[-123,88],[-75,51],[-17,13],[-28,14],[-41,16],[-6,-1],[-26,7],[-25,4],[-23,1],[-17,3],[-48,-5],[-23,-3],[-21,-6],[-120,-24],[-59,-6],[-41,-7],[-69,-12],[-163,-25],[-87,-14],[-104,-18],[-58,-5],[-15,1],[-1,0],[-3,0],[0,0],[-56,3],[-155,15],[-87,10],[2,83],[1,18],[8,173],[11,258],[22,398],[-474,28],[-33,6],[-264,15],[-83,4],[-67,4],[-9,0],[-87,5],[-165,7],[-68,4],[-34,3],[-11,7],[-6,12],[-1,28],[-6,360],[1,108],[-2,194],[-3,370],[-3,260],[-3,37],[-9,38],[-23,65],[-136,362],[-13,38],[-12,34],[-15,38],[-47,127],[-71,188],[-6,25],[-8,14],[-5,13],[-12,33],[-115,310],[-77,208],[-8,20],[-20,-4],[-11,-3],[-2,5],[-1,0],[-398,-136],[-193,220],[-48,55],[-213,246],[260,275],[-82,96],[-10,11],[-35,41],[-235,-242],[-38,-23],[-11,-10],[-229,-238],[-432,486],[-42,140],[-7,26],[-11,37],[0,16],[297,329],[326,353],[203,217],[73,84],[85,90],[14,-16],[8,-9],[10,-13],[505,-580],[21,-24],[366,396],[187,205],[184,197],[189,207],[184,202],[389,413],[68,73],[97,101],[0,1],[-1,6],[-60,72],[-224,260],[-238,276],[-16,-15],[-33,37],[223,244],[269,294],[78,83],[41,55],[7,9],[3,5],[8,14],[5,12],[4,1],[4,17],[5,27],[0,29],[1,-2],[2,-6],[0,-1],[103,46],[37,17],[91,41],[33,14],[515,231],[22,10],[-60,185],[-34,105],[-36,113],[-60,187],[-109,340],[-137,424],[-57,177],[-109,339],[-107,334],[-211,656],[-18,53],[-2,6],[-9,27],[-6,24],[-12,40],[-8,27],[-32,98],[-17,53],[-2,5],[-14,42],[-35,105],[0,1],[-23,71],[-22,71],[163,52],[107,36],[38,13],[67,21],[322,107],[16,2],[37,12],[4,4],[11,6],[265,91],[61,19],[166,58],[36,11],[79,28],[9,6],[20,19],[4,14],[674,231],[23,8],[20,6],[82,29],[218,72],[380,126],[0,0],[3,1],[107,35],[395,132],[1,7],[-82,295],[-36,136],[38,2],[194,-30],[52,-8],[102,-18],[5,-1],[0,0],[-1,0],[4,0],[-7,533],[-1,191],[-1,105],[17,-1],[27,-2],[39,-11],[25,-9],[22,-14],[23,-17],[22,-20],[24,-23],[180,-188],[44,-48],[66,-68],[11,-11],[68,-74],[145,-154],[94,-99],[83,-87],[36,-39],[100,-105],[114,-131],[210,-238],[27,-40],[11,-15],[59,-82],[12,-15],[107,-156],[92,-132],[166,-240],[19,-18],[27,-19],[60,-27],[196,-70],[70,-24],[6,-2],[113,-40],[149,-53],[56,-22],[324,-115],[109,-39],[48,-16],[30,-17],[21,-14],[23,-19],[33,-40],[87,-122],[33,-44],[2,-4],[8,10],[4,-5],[385,493],[38,47],[29,32],[34,37],[38,49],[54,70],[93,117],[23,-21],[324,-286],[58,-51],[22,-20],[337,-304],[-122,-234],[0,-19]],[[539442,882325],[17,-186],[12,-243],[12,-193],[1,-12],[13,-250],[30,0],[12,0],[11,-8],[0,-71],[10,-19],[44,0],[65,-19],[48,-5],[31,-16],[44,-44],[19,-36],[-6,-34],[-3,-38],[8,-22],[129,-126],[29,-29],[21,-33],[8,-27],[3,-80],[0,-40],[-17,-42],[-29,-41],[-6,-17],[83,-29],[35,-5],[25,-2],[78,15],[50,6],[43,-6],[5,-86],[-7,-17],[-32,-55],[-34,-106],[-16,-49],[-2,-6],[19,-20],[25,13],[39,10],[107,3],[87,5],[235,14],[45,6],[21,3],[50,12],[81,19],[31,4],[49,6],[256,17],[0,0],[89,-108],[33,-26],[32,47],[58,83],[11,23],[25,26],[7,7],[9,8],[1,1],[7,5],[4,2],[6,2],[53,31],[18,17],[17,28],[17,38],[36,67],[2,2],[19,21],[45,29],[76,37],[49,15],[75,14],[113,6],[140,14],[26,5],[1,0],[11,1],[8,2],[12,2],[9,-1],[80,4],[127,7],[143,5],[121,9],[129,10],[126,9],[160,12],[37,10],[7,13],[16,10],[15,23],[15,41],[2,6],[12,19],[24,45],[2,11],[12,74],[-4,43],[0,13],[1,5],[4,8],[2,4],[5,8],[4,5],[5,4],[6,5],[8,8],[5,7],[4,7],[0,1],[13,-6],[0,0],[-3,-6],[-4,-7],[-4,-5],[-10,-9],[-9,-9],[-3,-4],[-4,-8],[-1,-4],[-1,-6],[1,-8],[3,-7],[7,-18],[7,-11],[7,-10],[14,-17],[16,-19],[5,-6],[4,-8],[13,-24],[11,-20],[7,-11],[8,-16],[23,-43],[15,-27],[28,-16],[31,-4],[9,-1],[123,0],[123,1],[83,5],[131,9],[99,12],[59,8],[121,25],[115,24],[122,27],[129,28],[124,26],[2,11],[16,3],[3,238],[2,18],[3,56],[0,38],[-1,11],[-2,11],[1,29],[11,-7],[4,-4],[12,-4],[31,-11],[12,-8],[28,-13],[11,-5],[18,-4],[21,-4],[20,-1],[22,-1],[1,0],[3,-1],[1,0],[18,-2],[12,0],[14,1],[29,8],[25,3],[12,2],[10,-1],[13,-5],[11,-7],[14,-7],[20,-8],[14,-3],[15,0],[32,2],[37,-1],[35,-1],[25,-3],[12,0],[16,1],[25,6],[48,17],[37,12],[12,5],[7,-25],[1,-24],[13,-37],[24,-18],[-3,-3],[8,0],[23,-16],[66,5],[161,16],[41,5],[103,12],[99,6],[113,8],[19,3],[64,27],[21,8],[26,-25],[50,-64],[33,-51],[9,-18],[64,-180],[23,-64],[8,-25],[154,-446],[50,-146],[5,1],[0,0],[10,-32],[12,-37],[9,-38],[10,-37],[9,-29],[10,-31],[9,-23],[10,-22],[10,-24],[15,-35],[10,-27],[16,-41],[-204,-15],[2,-61],[46,-1],[4,-78],[1,-76],[199,7],[3,-37],[1,-25],[1,-44],[1,-29],[-2,-30],[-2,-33],[-4,-41],[-4,-26],[0,-1],[-3,-13],[-1,-7],[-2,-5],[-3,-4],[-8,-6],[-11,-9],[-13,-11],[-11,-10],[-9,-10],[-9,-10],[-6,-9],[-7,-11],[-7,-13],[-8,-17],[-9,-22],[-8,-21],[-2,-9],[-12,-34],[-13,-38],[-5,-11],[-10,-22],[-17,-38],[-5,-10],[-5,-7],[-6,-12],[-7,-14],[8,-2],[-5,-9],[-4,-13],[-4,-11],[-6,-18],[-13,-40],[-5,-15],[-2,-5],[-2,-8],[-6,-22],[-7,-20],[-7,-28],[-4,-18],[-2,-13],[-3,-31],[-4,-39],[-3,-33],[-7,-1],[2,-11],[5,-19],[0,-10],[1,-7],[1,-25],[3,-28],[2,-13],[4,-18],[3,-12],[4,-13],[5,-15],[5,-12],[8,-18],[5,-10],[7,-14],[4,-5],[6,-10],[6,-9],[9,-10],[6,-7],[13,-13],[9,-10],[8,-10],[8,-8],[10,-10],[5,-6],[8,-9],[6,-8],[6,-9],[3,-6],[10,-25],[9,-24],[8,-26],[8,-19],[14,-38],[6,-15],[14,-33],[18,-37],[10,-20],[11,-19],[9,-15],[15,-24],[16,-25],[7,-11],[5,-9],[8,-13],[14,-20],[15,-22],[16,-23],[6,-9],[6,-11],[1,-2],[3,-7],[5,-8],[4,-6],[4,-6],[9,-11],[4,-5],[5,-9],[5,-6],[-90,-61],[13,-20],[10,-15],[15,-25],[20,-49],[-16,-17],[-42,-42],[7,-19],[7,-9],[9,3],[71,4],[1,0],[-2,-3],[44,2],[22,-2],[4,1],[8,2],[6,0],[1,-9],[-17,-5],[53,-108],[12,-23],[1,0],[0,0],[5,1],[11,1],[9,2],[5,0],[2,1],[33,-52],[13,-19],[16,-12],[51,39],[3,4],[9,0],[33,-35],[27,-22],[15,-29],[10,0],[4,1],[0,-1],[-3,0],[7,-13],[1,0],[7,-22],[18,-38],[23,-35],[41,-53],[54,-47],[69,-91],[13,-24],[121,-154],[1,1],[9,8],[0,-1],[3,-2],[2,0],[2,1],[17,-21],[-2,-9],[-16,-22],[-12,-15],[-56,-19],[-28,-2],[-39,2],[-25,6],[-23,3],[-20,1],[-30,0],[-43,-3],[-20,0],[-27,1],[-8,0],[-17,3],[-17,2],[-10,0],[-8,0],[-16,3],[-11,1],[-4,0],[-10,1],[-18,19],[-68,2],[-42,1],[-21,-5],[3,-21],[3,-25],[5,-33],[6,-11],[6,-8],[10,-10],[14,-16],[18,-31],[12,-18],[7,-12],[5,-8],[37,1],[32,2],[40,2],[32,2],[54,1],[42,2],[41,2],[70,4],[41,4],[27,2],[12,1],[94,5],[19,1],[6,-1],[4,-4],[12,-18],[14,-23],[11,-21],[6,-5],[12,-8],[10,-4],[10,-1],[11,-1],[11,1],[9,1],[16,-36],[24,-59],[12,-24],[15,-29],[6,-13],[4,-12],[10,-42],[6,-37],[4,-26],[4,-25],[3,-27],[3,-34],[0,-36],[1,-48],[-2,-21],[-3,-47],[-3,-24],[-3,-21],[-2,-8],[-5,-26],[-5,-22],[-10,-44],[-2,-7],[-14,-2],[-26,-7],[-6,-4],[0,0],[0,0],[-20,-10],[-9,-9],[-8,-13],[-2,-13],[0,-16],[8,-42],[4,-26],[0,-2],[-5,-28],[-8,-22],[-24,-58],[-25,-65],[-44,-113],[-7,-19],[-6,-15],[-7,-16],[-8,-14],[-5,-3],[-6,-1],[-12,1],[-17,1],[-50,3],[-66,1],[-175,1],[-9,67],[-2,22],[-2,15],[-2,20],[0,13],[-1,34],[1,11],[1,12],[3,44],[-32,0],[-92,-1],[-148,-2],[-62,-1],[-61,-1],[-76,-1],[-47,0],[-5,0],[-6,-4],[-20,0],[-17,-1],[-1,0],[-115,-2],[-18,0],[-78,-3],[0,0],[1,-139],[19,1],[1,-20],[4,-115],[-42,0],[-85,-1],[-73,0],[-122,1],[-395,0],[-910,-7],[-236,-3],[-50,1],[-60,0],[-59,0],[-53,-1],[-42,0],[-4,-1],[-6,1],[-9,213],[-3,158],[-2,10],[0,10],[-8,-2],[-3,2],[-138,-2],[-1,-1],[-1,0],[0,-2],[-6,-8],[-1,-20],[3,-81],[-16,-37],[-3,-27],[1,-101],[7,-16],[12,-21],[2,-76],[-16,0],[-7,0],[-38,-1],[-60,0],[-82,-1],[-37,-1],[-144,1],[-27,-2],[-47,1],[-83,0],[-36,1],[-34,0],[-19,1],[-24,2],[-17,1],[-18,9],[-13,11],[-10,12],[-6,10],[-7,17],[-11,17],[-17,15],[-17,11],[-17,8],[-19,3],[-17,1],[-18,-1],[-56,-6],[-57,-7],[-2,2],[-4,0],[-2,-27],[0,-36],[-1,-24],[-16,-2],[-27,-3],[-2,0],[-9,-1],[-19,-3],[-19,-3],[-13,-2],[-23,-3],[-15,-2],[-12,-1],[-15,-1],[-25,-1],[-16,0],[-9,0],[-20,0],[-29,0],[-43,0],[-58,-2],[-48,0],[-94,-1],[-99,0],[-165,-2],[-136,-2],[-69,-2],[-45,-2],[-48,-1],[-51,-2],[-53,-2],[-61,-2],[-48,-1],[-116,-6],[-37,-1],[-25,-2],[0,1],[-25,-2],[-1,0],[-45,-2],[-49,-2],[-68,-3],[-61,-3],[-69,-3],[-57,-2],[-52,-3],[-33,-2],[-27,-1],[-32,-2],[-23,-1],[-7,-1],[0,-4],[-24,-1],[2,39],[2,0],[-3,92],[9,11],[27,21],[1,10],[-7,8],[-2,11],[1,23],[-2240,542],[-189,112],[-9,-11],[-12,5],[-7,10],[-28,10],[-49,34],[-34,33],[-46,24],[-33,14],[-172,-1],[-24,15],[-3,-16],[-4,-18],[-24,-11],[-59,-21],[-27,-8],[-27,-6],[-53,-9],[-51,-4],[-60,0],[-78,-7],[-49,-4],[-137,-1],[-3,0],[-5,0],[-87,-2],[-229,-6],[-226,-6],[-47,-1],[0,0],[-12,1],[-6,0],[-6,0],[-7,-1],[-1,0],[-148,-3],[-131,1],[-23,1],[-17,-1],[-62,-7],[-72,-11],[-31,-3],[-5,2],[-2,0],[-24,46],[-13,43],[0,4],[10,18],[-21,14],[-11,37],[-12,55],[-7,37],[-5,30],[-5,35],[-2,22],[-3,22],[-1,10],[0,13],[-1,9],[-1,19],[0,8],[2,35],[2,43],[0,3],[-3,25],[-11,18],[-3,7],[-1,3],[-3,4],[-2,4],[-7,18],[-1,2],[-7,14],[-15,11],[-6,5],[-30,33],[-24,37],[-10,31],[-3,28],[-2,26],[-3,39],[-7,45],[0,1],[-3,32],[-4,30],[-13,95],[-2,15],[-15,109],[-2,28],[-9,94],[-5,75],[0,36],[3,16],[5,19],[8,20],[20,33],[33,50],[15,25],[4,5],[2,5],[2,8],[1,13],[0,11],[1,16],[1,16],[1,15],[-1,13],[-3,11],[-4,12],[-4,8],[-21,38],[-11,30],[-8,21],[-5,20],[-1,22],[1,18],[1,17],[3,15],[8,43],[29,119],[11,44],[5,47],[9,78],[8,54],[1,20],[1,17],[2,57],[7,73],[1,6],[7,50],[8,51],[3,23],[5,31],[2,7],[1,7],[0,12],[3,12],[0,7],[4,20],[1,5],[2,9],[3,22],[11,57],[4,19],[2,15],[5,33],[4,52],[0,15],[3,29],[1,15],[1,15],[0,2],[0,14],[0,12],[0,4],[4,37],[12,60],[3,5],[2,4],[4,5],[2,3],[1,3],[1,1],[5,7],[4,5],[4,4],[3,5],[3,2],[8,8],[7,7],[5,4],[6,5],[3,4],[4,4],[2,4],[2,3],[5,9],[4,10],[6,18],[10,25],[7,16],[6,16],[2,7],[2,9],[4,13],[0,3],[4,18],[2,10],[3,10],[3,11],[10,36],[10,33],[3,15],[2,6],[15,46],[9,30],[6,21],[-5,0],[0,0],[30,104],[69,243],[24,94],[37,141],[20,77],[17,47],[34,92],[32,84],[21,66],[1,9],[13,108],[13,62],[19,76],[14,55],[20,100],[43,213],[9,41],[14,92],[21,84],[6,24],[19,72],[11,44],[67,279],[14,62],[-7,75],[-4,69],[1,27],[4,9],[4,1],[-5,-13],[3,3],[3,3],[3,1],[4,1],[9,2],[9,0],[24,2],[39,2],[42,2],[72,2],[243,11],[241,10],[241,10],[149,12],[23,1],[43,2],[14,1],[10,-1],[230,13],[6,1],[109,3],[124,3],[201,13],[57,1],[0,5],[2,0],[20,2],[39,1],[8,1]],[[223215,367288],[-79,6],[-483,109],[-21,11],[-10,13],[-14,24],[-22,64],[-9,30],[-29,141],[-62,322],[-23,118],[-11,47],[-176,881],[-130,666],[0,0],[-239,156]],[[221907,369876],[-15,9],[-86,56],[-54,36]],[[221752,369977],[-599,389],[-336,218],[-96,0],[-53,-3],[-316,-54],[-275,-45],[-78,-16],[-46,-4],[-66,-1],[-88,3],[-169,4],[-92,4],[-25,5],[-35,24],[-102,92],[-44,41],[-23,21],[-277,256],[-288,263],[-76,69],[-230,205],[-226,202],[-107,98],[-77,67],[-136,124],[-231,203],[-218,192],[-38,33],[-11,81],[2,323],[2,222],[4,41],[8,54],[1,34],[-3,18]],[[217408,373140],[104,-50],[20,-11],[203,-96],[199,-97],[202,-95],[201,-95],[106,-52],[96,-43],[204,-97],[203,-98],[470,-223],[151,-74],[62,-29],[19,-4],[21,-4],[13,21],[42,55],[108,150],[157,212],[103,-97],[80,106],[-14,14],[-71,70],[-16,16],[17,21],[8,11],[109,158],[119,172],[36,51],[12,18],[55,80],[66,97],[14,20],[12,43],[8,21],[31,46],[134,192],[76,108],[40,52],[51,58],[54,60],[17,23],[63,89],[93,132],[60,83],[50,70],[132,183],[138,193],[80,110],[23,-20],[64,-55],[117,-106],[13,24],[53,74],[38,53],[41,60],[37,-31],[29,39],[-45,42],[-38,35],[-85,75],[-66,61],[30,42],[33,47],[119,167],[24,35],[48,-46],[26,-22],[27,-23],[65,-55],[41,-34],[36,-29],[36,-31],[52,-45],[-60,-76],[70,-101],[37,-66],[46,-74],[30,-45],[37,-57],[63,-97],[132,-199],[65,-102],[64,-105],[75,-127],[123,-208],[39,-67],[680,-422],[1,19],[-2,2],[-1,3],[-10,10],[-3,7],[1,8],[5,10],[9,8],[6,0],[14,-10],[7,3],[8,7],[12,23],[21,46],[11,26],[10,26],[8,33],[-35,-21],[61,165],[45,151],[23,73],[35,99],[27,71],[27,61],[32,64],[24,45],[24,30],[28,25],[15,18],[58,58],[16,12],[16,7],[29,1],[27,6],[26,10],[21,9],[69,40],[72,39],[42,27],[137,62],[79,41],[73,32],[37,11],[54,10],[31,13],[25,8],[49,7],[19,6],[30,17],[26,7],[20,1],[22,-3],[42,0],[26,4],[32,15],[24,2],[41,0],[30,3],[37,10],[33,7],[59,7],[33,1],[41,-4],[50,3],[67,-5],[69,-7],[34,0],[37,9],[29,2],[24,-3],[71,-21],[17,-2],[15,4],[28,26],[10,2],[11,-1],[11,-9],[26,-34],[19,-18],[22,-16],[24,-9],[28,-5],[8,-2],[32,-15],[38,-8],[116,-18],[85,-7],[38,-8],[55,-17],[29,-9],[35,-3],[39,-6],[55,-12],[-18,-60],[-40,-163],[-54,-94],[1,0],[-20,-55],[-258,-660],[-131,-327],[-114,-293],[-13,-34],[-112,-277],[-37,-70],[-44,-79],[-28,-40],[-4,-2],[-17,-6],[-16,-10],[-213,-17],[-17,-2],[-6,85],[-170,-20],[-16,159],[-77,-36],[-21,-9],[39,-395],[-138,-6],[11,-180],[10,-74],[-34,-15],[0,0],[-214,-93],[-106,-45],[-31,-16],[-25,-18],[-21,-21],[-19,-27],[-97,-164],[-35,-65],[-37,-70],[-55,-103],[-43,-84],[-143,-275],[-62,-121],[-39,-78],[-8,-17],[-23,-51],[-24,-53],[-45,-115],[-38,-134],[-178,-683],[-21,-87],[-48,-199],[-69,-275],[-69,-273],[-67,-277],[-18,-72],[-181,-735],[-68,-269],[-25,-96],[-2,-7],[-3,-9]],[[194516,371367],[-56,-57],[31,-41],[44,-62],[115,-161],[38,-54],[20,-26],[22,-52],[0,-9],[-12,-35],[-5,-21],[-27,-65],[-46,-134],[-62,-165],[-19,-54],[-10,-17],[-25,-31],[-19,-16],[-11,-4],[-9,1],[-3,11],[-33,-14],[-23,-10],[7,-40],[1,-53],[-4,-21],[-55,-180],[-69,-217],[-55,-180],[-11,-30],[-15,-24],[0,0],[0,0],[-11,-18],[-25,-27],[-7,7],[-9,8],[20,31],[-21,10],[0,0],[-2,0],[-7,4],[-171,139],[-334,268],[-166,132],[-492,396],[-80,63],[-32,17],[-91,-24],[-29,-7],[-31,-9],[-319,-86],[-185,-47],[-368,-99],[-65,-18],[-90,4],[-127,6],[-17,2],[-170,7],[-74,3],[-485,24],[-165,8],[-31,3],[-141,13],[-173,16],[-178,14],[-162,19],[-250,31],[-24,3],[-71,9],[-426,49],[-329,38],[-50,5],[-24,29],[-1,-21],[5,-19],[-21,-7],[-9,0],[-2,-1],[-21,5],[1,6],[-499,140],[-191,55],[-191,55],[-137,38],[-14,4],[-2,0],[-304,84],[-640,179],[-7,2],[-26,8],[-494,137],[-205,58],[-282,80],[-3,-15],[-10,3],[-13,2],[-11,11],[-8,15],[-11,30],[-23,69],[-72,207],[-72,214],[-77,220],[-76,222],[-38,107],[-8,22],[-22,-2],[-2,25],[3,14],[-1,49],[-5,2],[-38,33],[-478,403],[-5,1],[-18,11],[-132,113],[-333,279],[-1606,1361],[7,3],[81,8],[59,7],[286,22],[130,8],[61,-3],[38,-4],[71,-11],[4,36],[2,33]],[[183453,374927],[29,218],[5,28],[5,29],[7,17],[12,18],[11,11],[16,11],[22,8],[0,0],[21,3],[0,0],[0,0],[27,-2],[245,-30],[195,-23],[194,-23],[199,-21],[85,-8],[117,-12],[203,-18],[259,-12],[147,-4],[123,-1],[91,0],[267,6],[79,5],[20,0],[12,0],[37,3],[60,2],[57,5],[145,11],[31,4],[298,32],[158,21],[107,15],[151,18],[55,9],[213,28],[211,29],[276,37],[88,11],[290,37],[36,6],[26,4],[65,7],[78,7],[106,7],[55,2],[98,0],[56,-2],[58,-1],[77,-6],[69,-8],[155,-23],[128,-28],[47,-14],[42,-12],[78,-26],[24,-10],[17,-8],[93,-34],[11,-4]],[[189340,375246],[25,-11],[13,-2],[15,45],[57,-26],[10,30],[50,-23],[89,-48],[84,-47],[79,-46],[72,-48],[107,-75],[160,-124],[157,-119],[158,-123],[159,-121],[476,-364],[113,-87],[247,-187],[711,-547],[356,-271],[18,-14],[89,-70],[68,-49],[173,-132],[174,-129],[165,-117],[330,-222],[174,-111],[173,-110],[118,-83],[134,-115],[93,-98],[63,-77],[73,-96],[48,-65],[0,0],[100,-136],[45,-61]],[[219885,352345],[12,-26],[61,-78],[135,-177],[14,-152],[6,-68],[6,-55],[15,-192],[11,-153],[33,-101],[0,0],[0,-1]],[[220178,351342],[-74,89],[-15,25],[-4,6],[0,0],[-19,33],[-25,47],[-14,65],[-3,37],[-4,57],[-4,62],[-3,38],[-5,49],[-6,28],[-6,29],[-8,28],[-9,27],[-12,28],[-13,31],[-19,39],[-21,34],[-48,60],[-54,60],[-23,26],[-12,15],[9,12],[22,28],[30,39],[7,-9],[8,-2],[10,4],[22,18]],[[223068,367077],[5,48],[-194,55],[-38,12],[-249,59],[-21,4],[-235,63],[-51,14],[-141,40],[-75,23],[-26,8],[-25,11],[-24,13],[-23,14],[-22,16],[-10,8],[-11,8],[-24,11],[-13,3],[-443,94],[-105,23],[-61,143],[115,485],[44,204],[67,268],[265,1120],[1,7],[69,23],[64,22]],[[223215,367288],[-7,-24],[-37,-109],[-12,-37],[-14,2],[-17,4],[-20,9],[-12,4],[-10,0],[-9,-7],[-9,-53]],[[178342,377953],[131,-114],[-4,-5],[-51,-64],[-18,-30],[-17,-35],[-18,-42],[-35,-60],[-41,-70],[9,-8],[593,-544],[188,-173],[154,-141],[523,-484],[500,-462],[23,-25],[13,-22],[18,-38],[11,-22],[4,-24],[1,-26],[-11,-75],[1,-11],[1647,-384],[531,-124],[279,-53]],[[182773,374917],[-41,-2],[-254,-11],[-102,-24],[-154,-35],[-114,32],[-18,11],[-211,51],[-180,42],[-179,43],[-22,4],[-20,5],[-44,10],[-91,22],[-178,41],[-176,42],[-528,127],[-257,60],[-2,18],[-2,83],[-4,81],[-8,38],[-11,22],[-13,19],[-33,32],[-103,94],[-84,78],[-98,88],[-325,295],[-515,472],[-111,102],[-369,340],[-201,182],[-89,80],[-2,1],[-90,82],[52,160],[37,108],[28,74],[29,61],[44,92],[8,16]],[[179717,378381],[-66,18],[-79,21],[-70,18],[-68,18],[-106,27],[-2,-1],[-11,3],[-27,6],[-14,-2],[-3,2],[-32,3],[-40,3],[-23,-3],[-12,-2],[-9,-36],[-48,-27],[-28,4],[-21,-25],[-24,-5],[-7,-16],[-4,-18],[-21,2],[-16,-18],[-23,-41],[-499,-154],[-14,-4]],[[178450,378154],[-2,2],[-6,6],[-83,104],[-13,11],[-3,29],[-9,14],[-1,17],[-4,11],[-7,2],[4,20],[-16,5],[-12,14],[-18,8],[-15,1],[-4,3],[-38,65],[-30,59],[-36,90],[-8,13],[-53,71],[-47,73],[-39,66],[-125,186],[-149,231],[5,7],[-5,20],[-15,31],[-5,19],[7,22],[-3,3],[-8,14],[-7,13],[-6,21],[-9,20],[-25,40],[-10,19],[-8,19],[-14,19],[-47,56],[-17,-13],[-10,15],[-30,23],[-7,-14],[-11,22],[-260,-168],[-34,45],[-88,111],[-28,37],[-20,41],[-15,45],[-6,46],[1,47],[12,49],[17,40],[25,39],[51,68],[62,76],[23,29],[28,40],[55,62],[72,94],[37,47],[58,79],[32,47],[66,110],[13,15],[46,51],[40,44],[46,56],[16,23],[32,45],[10,14],[16,-9],[99,-88],[32,-36],[33,-45],[28,-53],[15,-35],[17,-48],[17,-55],[11,-47],[2,-21],[5,-46],[10,-187],[3,-288],[78,-105],[177,-229],[410,-525],[131,-166],[83,-105],[28,-36],[25,-17],[27,-11],[74,-22],[206,-51],[287,-73],[18,3],[-1,-1],[10,-93],[40,-37],[27,-29],[7,-7]],[[176143,384135],[94,-46],[68,-37],[61,-36],[78,-47],[78,-53],[79,-58],[149,-119],[160,-146],[96,-88],[91,-86],[12,-11],[124,-117],[14,-14],[209,-201],[449,-426],[96,-96],[106,-128],[152,-204],[89,-126],[35,-47],[6,-9],[-1,-6],[1,-15],[-5,-14],[-16,-23],[-15,-21],[-21,-30],[-33,-46],[-38,-59],[-24,-37],[-24,-37],[-27,-43],[-32,-50],[-20,-33],[-34,-54],[-27,-43],[-39,-62],[-17,-28],[-17,-28],[-20,-32],[-22,-35],[-11,-19],[-21,-32],[-35,-52],[-3,-8],[-8,-10],[-215,-274],[-33,-42],[-97,-125],[-10,-12],[-480,-613],[-125,-160],[-127,-167],[-9,-11],[-41,-54],[-55,60],[-513,496],[-52,50],[-25,23],[-122,119],[-9,10],[-38,48],[1,26],[-1,16],[-62,183],[-87,248],[-74,226],[-73,226],[-109,344],[-49,155],[-8,18],[-8,17],[-9,14],[-19,23],[-97,91],[-166,155],[5,10],[-1,13],[-6,15],[-19,25],[-12,12],[-10,14],[-4,18],[-1,19],[-14,25],[-6,26],[-12,34],[-16,24],[-259,241],[-93,88],[42,57],[-24,29],[-70,71],[-72,67],[-20,22],[-83,126],[-58,88],[-33,37],[-18,19],[-50,53],[0,7],[11,21],[33,42],[-188,284],[-48,74],[103,149],[96,137],[22,36],[8,18],[48,-8],[13,5],[11,11],[18,23],[20,32],[19,5],[39,46],[-240,239],[-171,174],[-347,349],[-45,46],[-38,22],[-30,4],[-36,2],[-37,-2],[-30,-14],[-34,-19],[-81,-89],[-36,-39],[-14,25],[-89,-92],[0,-11],[-13,-18],[-241,-247],[-4,-16],[-13,-20],[-82,-81],[-21,-22],[-14,17],[-27,-31],[-70,83],[-14,23],[0,22],[18,21],[57,59],[38,32],[15,10],[28,31],[5,0],[219,205],[100,94],[19,17],[279,285],[14,-17]],[[190083,384450],[6,-6],[-26,-27],[-1,-2],[148,-130],[22,-20],[69,-60],[0,0],[1,-2],[282,-248],[0,1],[2,-2],[0,-3],[3,-151],[1282,-635],[625,-309],[2186,-1082],[0,4],[8,-9]],[[194690,381769],[2,-23],[5,-38],[8,-47],[12,-59],[14,-52],[10,-35],[13,-26],[12,-18],[21,-27],[32,-34],[207,-177],[149,-122],[15,-9],[378,-88],[1,-12],[8,-8],[22,-1],[22,7],[8,5],[1203,-335],[4,-1],[0,-22],[1,-30],[5,-9],[12,-9],[13,-1],[6,4],[4,4],[1,8],[120,-14],[-1,-2],[0,-9],[4,-9],[7,-6],[16,-2],[15,30],[13,84],[14,54],[9,25],[12,19],[16,9],[17,3],[9,1],[95,-6],[32,-3],[177,-13],[33,-1],[3,-31],[39,5],[204,-9],[45,2],[8,1],[101,25],[104,31],[53,22],[66,25],[48,12],[63,11],[65,7],[115,32],[49,12],[9,6],[1,8],[7,30],[13,40],[18,26],[15,15],[24,4],[30,-2],[51,-15],[27,-26],[15,-17],[9,-24],[7,-32],[45,-6],[179,289],[4,10],[11,56],[15,127],[6,41],[27,182],[7,57],[6,64],[2,48],[-4,50],[-5,50],[20,1],[484,21],[196,8],[134,10],[110,51],[16,7],[13,-2],[199,-174],[89,-82],[79,-64],[75,-54],[34,-19],[71,-40],[95,-56],[107,-63],[28,-13],[39,-16],[34,-10],[36,-4],[33,1],[55,11],[515,120],[184,42],[185,44],[181,36],[190,41],[353,87],[7,-33],[6,-23],[6,-20],[12,-19],[18,-20],[25,-16],[4,-2],[12,-4],[43,-12],[38,-9],[45,-17],[42,-19],[35,-19],[34,-20],[37,-25],[44,-32],[57,-46],[37,-31],[28,-19],[33,-19],[22,-10],[35,-20],[18,7],[69,30],[20,13],[5,9],[12,21],[13,20],[8,10],[13,9],[13,4],[11,-9],[-2,-4],[-25,-50],[-19,-98],[8,-14],[3,-20],[3,-21],[14,-75],[19,-79],[19,-65],[5,-9],[32,-24],[53,-43],[16,-12],[8,-6],[16,-10],[19,-12],[5,-3],[50,-23],[75,-13],[26,0],[46,9],[145,33],[117,28],[26,-43],[15,-20],[26,-45],[41,-65],[63,-100],[5,-8],[30,-56],[201,-330],[127,-209],[45,-75],[34,-58],[29,-53],[38,-68],[17,-29],[23,-38],[11,-18],[32,-58],[76,-124],[52,-82],[16,-24],[48,-70],[52,-81],[98,-150],[42,-66],[80,-137],[22,-42],[21,-41],[63,-110],[29,-53],[97,-156],[38,-62],[64,-108],[27,-51],[122,-208],[81,-141],[160,-272],[18,-29],[83,-137],[20,-29],[26,-41],[58,-87],[53,-73],[46,-59],[56,-69],[80,-94],[101,-112],[71,-80],[121,-138],[64,-67],[79,-89],[82,-91],[122,-119],[36,-38],[33,-39],[26,-39],[31,-43],[27,-44],[95,-179],[78,-136],[57,-101],[140,-254],[83,-146],[23,-39],[26,-37],[36,-40],[36,-33],[34,-25],[55,-35],[51,-25],[48,-15]],[[207884,375118],[-19,-40],[8,-3],[-2,-22],[5,-32],[4,-20],[4,-17],[8,-18],[6,-15],[9,-16],[10,-16],[8,-13],[10,-32],[7,-25],[10,-14],[14,-6],[14,-5],[98,19],[27,5],[23,9],[5,15],[68,-40],[180,-118],[143,-61],[265,-148],[330,-122],[407,-154],[290,-135],[348,-232],[529,-385],[349,-263],[53,-52],[540,-449],[406,-486],[909,-817],[603,-460],[616,-570],[679,-515],[679,-417],[566,-238],[219,-87],[148,-47],[216,-102],[4,-4],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-3],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-3],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-3],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-3],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-3],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-3],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-3],[3,-1],[3,-3],[3,-2],[2,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-3],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-3],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-3],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-3],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-3],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-3],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-1],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[2,-1],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-1],[0,0],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-1],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-1],[3,-2],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-1],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-1],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-1],[3,-2],[2,-2],[3,-2],[3,-2],[3,-1],[3,-2],[3,-2],[2,-2],[3,-2],[3,-1],[3,-2],[3,-2],[3,-2],[2,-1],[3,-2],[3,-2],[3,-2],[3,-2],[3,-1],[3,-2],[2,-2],[3,-2],[3,-1],[3,-2],[3,-2],[3,-2],[3,-1],[2,-2],[3,-2],[3,-1],[3,-2],[3,-2],[3,-1],[3,-1],[3,-2],[3,-1],[3,-1],[3,-1],[3,-2],[0,0],[112,-81],[32,11],[22,-28],[10,-36],[250,-156],[164,-85],[176,-86],[148,-39],[179,-21],[0,-68],[-57,-24],[-58,-32],[-32,-50],[9,-32],[36,-28],[45,-11],[70,-4],[84,7],[73,11],[93,18],[97,21],[102,46],[97,68],[128,124],[131,158],[17,20],[109,145],[109,125],[170,223],[189,302],[10,12],[30,58],[47,95],[35,56],[37,79],[33,93],[44,90],[56,99],[63,115],[8,16],[134,290],[21,35],[7,17],[17,39],[36,54],[14,39],[28,72],[22,50],[36,71],[-26,4],[-31,12],[-73,5],[-39,-15],[-58,-4],[-49,-13],[-38,-9],[-8,-3],[-85,4],[-106,7],[-134,18],[-105,18],[-95,23],[-58,22],[-100,32],[-88,25],[-60,12],[-24,3],[-3,-30],[-247,-28],[-407,-45],[-25,16],[-155,-21],[-224,-29],[-130,-9],[-64,-16],[-38,21],[-217,130],[-168,93],[-103,59],[-68,59],[-137,126],[-206,224],[-167,164],[-179,194],[-34,50],[-76,55],[-84,80],[-175,181],[-217,211],[-99,101],[-90,112],[180,372],[44,90],[8,18],[10,22],[55,120],[56,118],[39,83],[-18,6],[59,121],[0,0],[102,213],[84,176],[18,26]],[[217026,373327],[27,-14],[193,-93],[162,-80],[0,0]],[[221752,369977],[-48,12],[-36,-73],[-7,-16],[-5,1],[-31,-61],[-20,-42],[-19,-38],[-110,-235],[-103,-229],[-129,-237],[-128,-204],[-27,-34],[-62,-92],[-105,-146],[-15,-12],[-146,-186],[-147,-183],[-209,-259],[54,-26],[21,-16],[44,-90],[2,-17],[-290,-348],[-473,-429],[-244,-201],[-49,-40],[-379,-147],[-635,-21],[-27,7],[-245,0],[-340,119],[-103,82],[-147,116],[-412,317],[-2,2],[-267,355],[-268,297],[-304,396],[-90,81],[-107,97],[-143,60],[-125,19],[-90,-39],[-18,-79],[23,-58],[31,-81],[17,-48],[19,-51],[-36,-119],[-125,-20],[-126,20],[-161,59],[-89,-59],[-72,-119],[-71,-178],[53,-218],[143,-297],[179,-317],[72,-136],[125,-241],[322,-495],[877,-1208],[450,-641],[606,-865],[823,-1010],[376,-456],[233,-237],[107,-99],[90,-119],[-72,-80],[-111,41],[-104,39],[-232,99],[-233,39],[-12,2],[-167,18],[-36,-79],[161,-238],[358,-257],[376,-218],[447,-198],[448,-159],[555,-99],[733,-158],[537,-99],[159,-21],[7,-9],[9,-12],[8,-15],[8,-15],[8,-14],[11,-9],[13,-4],[13,-2],[14,-2],[14,0],[15,0],[14,0],[15,1],[15,1],[15,1],[15,1],[15,1],[14,0],[15,0],[15,-1],[14,-2],[14,-2],[14,-4],[13,-5],[14,-6],[14,-5],[13,-5],[14,-5],[13,-5],[14,-6],[13,-5],[13,-6],[14,-5],[13,-5],[14,-6],[13,-6],[14,-5],[13,-6],[14,-6],[13,-5],[13,-6],[14,-6],[13,-6],[14,-5],[13,-6],[13,-6],[14,-6],[13,-6],[14,-6],[13,-6],[13,-6],[14,-6],[13,-6],[13,-6],[14,-7],[13,-6],[13,-6],[14,-6],[13,-6],[13,-7],[14,-6],[13,-6],[13,-6],[14,-7],[13,-6],[13,-6],[13,-7],[14,-6],[13,-7],[13,-6],[14,-6],[13,-7],[13,-6],[13,-7],[14,-6],[13,-7],[13,-6],[13,-6],[14,-7],[13,-6],[13,-7],[13,-6],[14,-7],[13,-6],[13,-7],[13,-6],[13,-7],[14,-6],[13,-7],[13,-6],[13,-7],[13,-6],[14,-6],[13,-7],[13,-6],[13,-7],[13,-6],[14,-7],[13,-6],[13,-7],[13,-7],[13,-7],[13,-7],[13,-7],[13,-7],[13,-7],[13,-7],[12,-7],[13,-7],[13,-7],[13,-8],[13,-7],[13,-7],[12,-8],[13,-7],[13,-7],[13,-8],[13,-7],[12,-7],[13,-8],[13,-7],[13,-8],[13,-7],[13,-7],[12,-8],[13,-7],[13,-7],[24,-13],[1423,-309],[1175,-389],[45,143],[151,-45],[240,-71],[320,-93],[9,3],[72,-16],[-7,-9],[-17,-32],[-13,-17],[-10,-7],[-17,0],[-12,4],[-10,-44],[-19,-79],[61,-22],[64,121],[531,-131],[274,-115],[382,-157],[0,1],[26,111],[2,10]],[[228803,358170],[98,-15],[2,-1],[14,-3],[74,-23],[65,-23],[177,-73],[86,-34],[124,-49],[117,-48],[107,-44],[109,-44],[93,-38],[64,-27],[56,-20],[94,274],[7,25],[89,-33],[33,-4],[20,-4],[30,-9],[106,-37],[109,-30],[252,-65],[25,-8],[234,-61],[242,-65],[80,-15],[733,-190],[359,-88],[31,-9],[190,-50],[2,0],[101,-27],[207,-51],[59,-12],[544,-138],[370,-89],[218,-55],[-11,-86],[8,-27],[20,-37],[0,0],[36,-44],[18,-29],[9,-37],[5,-21],[-62,-475],[-26,-142],[7,-39],[-4,-21],[5,-9],[86,-66],[1,0],[8,-14],[19,-12],[33,-11]],[[234276,355917],[32,-10],[21,-5],[112,-36],[1,-3],[14,-6],[220,-96],[548,-249],[141,-65],[121,-65],[1,-1],[21,-11],[112,-53],[81,-42],[68,-36],[41,-26],[42,-28],[54,-33],[57,-29],[116,-50],[68,-35],[109,-58],[211,-116],[27,-14],[10,1],[6,9],[24,3],[9,1],[7,-4],[3,-16],[5,-11],[144,-90],[219,-121],[159,-80],[177,-97],[71,-40],[11,-2],[24,-8],[16,-8],[26,-13],[96,-53],[104,-53],[123,-67],[124,-72],[63,-36],[45,-25],[12,-7],[42,-26],[9,-7],[26,-22],[9,-4],[18,-7],[68,-31],[113,-67],[71,-38],[13,-3],[40,-19],[31,-10],[119,-45],[99,-42],[121,-65],[26,-13],[15,-6],[4,0],[16,13],[5,0],[4,-4],[3,-7],[23,-11],[212,-58],[99,-28],[86,-28],[14,-2],[11,3],[6,-4],[2,-8],[5,-4],[52,-19],[125,-47],[112,-38],[25,-8],[7,1],[6,-3],[6,-11],[26,-9],[15,-11],[20,-23],[37,-49],[5,-3],[2,0],[41,4],[22,-2],[29,-7],[45,-23],[20,-7],[246,-139],[24,-16],[15,-16],[10,-19],[4,-12],[3,-7],[0,-1],[5,-4],[55,-6],[57,-26],[103,-64],[130,-66],[70,-37],[63,-38],[46,-34],[188,-162],[51,-48],[47,-48],[23,-17],[61,-23],[168,-107],[152,-104],[247,-176],[164,-115],[7,-2],[8,0],[36,60],[49,-1],[32,-8],[24,-7],[27,-17],[44,-38],[79,-64],[144,-122],[176,-143],[128,-108],[182,-150],[84,-72],[14,-9],[20,-7],[28,-17],[353,-271],[74,-59],[31,-30],[5,-6],[27,-20],[39,-30],[2,2]],[[243422,350859],[2,-3],[3,-6],[13,-26],[6,-18],[2,-24],[-11,-31],[-7,-17],[11,2],[45,32],[74,71],[13,5],[13,-15],[26,-27],[-27,-19],[-6,-10],[0,-10],[8,-12],[43,-21],[76,-32],[104,-42],[54,-27],[53,-30],[76,-45],[24,-14],[17,37],[-14,7],[31,76],[19,7],[13,5],[12,-1],[9,-2],[46,-5],[59,-9],[65,-14],[12,-5],[311,-65],[138,-29],[-2,-18],[163,-25],[95,-16]],[[244991,350483],[0,0],[-22,-20],[-7,-12],[-4,-16],[-62,-282],[2,-32],[2,0],[-7,-26],[-15,-57],[-4,-21],[3,-17],[-2,-44],[0,-42],[4,-20],[12,-8],[328,-173],[22,-12],[57,-30],[109,-57],[166,-78],[63,-31],[259,-133],[684,-347],[172,-87],[34,-17],[42,-20],[53,-25],[399,-189],[47,-23],[32,-17],[12,-8],[18,-24],[127,-179],[43,-59],[8,25],[0,0],[-8,-25],[3,-4],[2,-13],[-2,-12],[-3,-14],[-24,-83],[1,-10],[78,-28],[1,-1],[84,-25],[512,-379],[9,-6],[29,-22],[42,-29],[155,-106],[232,-158],[50,-35],[432,-295],[85,-40],[503,-293],[117,-72],[87,-66],[90,-75],[79,-73],[67,-84],[3,2],[68,-77],[-2,-17],[-6,-76],[93,1],[51,-4],[24,-4],[35,-8],[24,-5],[115,-33],[72,-22],[19,-6],[34,-17],[29,-18],[30,-19],[44,-29],[65,-46],[102,-73],[50,-40],[32,-29],[38,-34],[60,-55],[142,-132],[58,-54],[48,-44],[0,-23],[11,-11],[18,-12],[13,-4],[2,2]],[[251459,345567],[3,-3],[5,-3],[2,-18],[-4,-15],[-13,-24],[-49,-172],[-27,-76],[-69,-167],[-36,-85],[-3,-16],[-8,-79],[-24,-60],[-35,-83],[-16,-44],[-10,-27],[-4,-27],[4,-22],[7,-17],[-2,-12],[-3,-12],[-17,-38],[86,-46],[-39,-105],[-180,-499],[-75,-207],[-181,-498],[-176,-487],[-197,-535],[-217,-595],[-97,-272],[-82,-222],[-7,-22],[-41,16]],[[249954,341095],[-95,32],[-112,40],[-69,17],[-49,11],[-57,6],[-41,0],[-50,-12],[-52,-20],[-47,-28],[-33,-36],[-11,-13],[-25,-44],[-13,-13],[-9,-18],[-8,-4],[-11,-3],[14,-6],[16,-4],[16,-4],[17,-4],[16,-4],[5,-2],[18,-54],[-8,-113],[-87,-271],[-134,-314],[-87,-157],[-79,-61],[-36,-16],[-4,0],[-15,1],[-15,1],[-16,1],[-15,2],[-15,1],[-16,2],[-15,1],[-16,2],[-15,1],[-16,1],[-15,0],[-15,0],[-15,0],[-6,-1],[-78,22],[-94,8],[-79,-8],[-71,-62],[-40,-104],[-55,-131],[-39,-96],[-71,-44],[-95,70],[-71,105],[-38,133],[0,0],[3,16],[3,16],[4,16],[4,15],[5,14],[6,14],[7,15],[9,14],[9,13],[9,12],[11,11],[11,10],[13,5],[16,1],[16,0],[10,4],[21,-4],[47,18],[31,61],[-47,52],[-110,79],[-126,43],[-95,-52],[-24,-43],[-12,-5],[-10,-9],[-7,-12],[-5,-14],[-4,-15],[-3,-16],[-2,-17],[-2,-17],[-2,-17],[-2,-16],[-3,-16],[-2,-15],[-3,-16],[-2,-16],[-2,-16],[-2,-15],[-2,-16],[-3,-16],[-2,-16],[-3,-15],[-3,-16],[-3,-15],[-3,-16],[-3,-16],[-3,-15],[-3,-16],[-3,-16],[-3,-15],[-3,-16],[-4,-16],[-3,-15],[-4,-16],[-3,-15],[-4,-15],[-4,-16],[-4,-15],[-5,-15],[-4,-15],[-5,-15],[-5,-15],[-5,-15],[-4,-16],[-6,-15],[-1,-5],[-107,-79],[-149,-78],[-190,-53],[-149,-8],[-150,69],[-87,131],[-79,253],[-102,253],[-27,81],[-28,85],[-16,131],[110,279],[61,21],[168,58],[-51,40],[4,4],[12,9],[-368,263],[-848,605],[-1255,834],[-14,3],[-80,-2],[-2,-2],[-86,-9],[-174,157],[-150,175],[-268,270],[-149,175],[-166,140],[-189,113],[-292,166],[-213,122],[-220,175],[-300,218],[-536,427],[-331,271],[-166,157],[-149,78],[-166,44],[-142,17],[-150,53],[-149,87],[-166,96],[-284,61],[-304,25],[-10,-6],[-2,-1],[-155,11],[-345,-191],[-517,-299],[-505,-306],[-4,1],[-14,3],[-14,3],[-15,2],[-14,2],[-14,1],[-14,1],[-15,0],[-14,-1],[-18,-6],[-320,-123],[-234,-150],[-271,-164],[-234,-136],[-308,-96],[-357,-150],[-333,-122],[-394,-178],[-493,-150],[-665,-190],[-727,-246],[-800,-232],[-1258,-392],[-23,27],[-101,118],[-53,55],[-55,48],[-35,31],[-1,1],[-4,4],[-73,63],[-80,74],[-78,84],[-23,26],[-475,524],[-31,27],[-100,87],[-135,71],[-76,34],[-76,35],[-57,18],[-1,0]],[[230037,343707],[-40,13],[-6,5],[-36,16],[-103,50],[-124,60],[-71,30],[-40,9],[-37,3],[-143,4],[-15,0],[-393,11],[0,2],[0,0]],[[229029,343910],[-1,2],[-2,20],[-1,12],[-2,7],[-3,6],[-6,6],[-7,2],[-10,8],[-6,3],[-4,4],[-10,7],[-7,4],[-7,1],[-6,0],[-15,-15],[-5,-3],[-4,1],[-5,4],[-3,4],[-1,5],[-1,6],[2,22],[0,0],[0,5],[0,3],[-2,6],[-4,13],[-6,5],[-5,4],[-8,2],[-9,3],[-6,-1],[-8,11],[-6,4],[-3,0],[-3,-1],[-8,-8],[-3,-1],[-5,0],[-4,3],[-5,4],[-3,3],[-4,0],[-5,-2],[-5,-2],[-4,0],[-5,4],[-3,6],[-2,4],[-3,1],[-8,2],[-5,4],[-3,7],[-6,5],[-8,3],[-7,1],[-4,-1],[-8,-6],[-11,0],[-1,1],[-4,6],[0,8],[2,11],[1,0],[2,10],[0,7],[-4,6],[-7,7],[-8,4],[-5,3],[-2,3],[-5,6],[-6,9],[-8,7],[-17,14],[-4,6],[-1,5],[1,6],[9,49],[21,44],[-9,4],[-17,-28],[-3,-7],[-2,-7],[-3,-12],[-14,-57],[-2,-3],[-10,1],[-6,3],[-6,5],[-5,3],[-9,2],[-13,-3],[-9,-1],[-3,2],[-10,5],[-3,4],[-5,6],[-5,3],[-8,4],[-7,4],[-5,6],[-12,16],[-3,3],[-4,3],[-4,1],[-5,2],[-5,2],[-4,4],[-9,13],[-3,3],[-3,2],[-4,1],[-3,-1],[-4,1],[-5,4],[-1,3],[-4,6],[-4,6],[-10,6],[-12,8],[-18,4],[-6,2],[-3,2],[-6,7],[-11,7],[-8,4],[-8,2],[-6,-1],[-5,-7],[-6,2],[-1,12],[-2,4],[-2,3],[-7,5],[-6,1],[-13,2],[-8,5],[-24,13],[-18,8],[-18,9],[-7,5],[-9,8],[-5,6],[-6,5],[-5,4],[-5,1],[-3,1],[-2,3],[0,2],[0,7],[-1,3],[-2,1],[-6,1],[0,-3],[-1,-2],[-6,0],[-1,4],[-2,4],[-2,2],[-4,0],[-2,-1],[-4,-2],[-2,-1],[-3,1],[-1,2],[0,3],[1,4],[2,3],[1,1],[1,4],[-2,6],[-2,4],[-4,1],[-11,2],[-6,1],[-4,3],[-1,3],[-6,9],[-4,8],[-6,4],[-5,2],[-8,1],[-7,4],[-8,6],[-9,14],[-12,13],[-9,7],[-9,4],[-9,2],[-9,1],[-12,3],[-8,3],[-4,5],[-12,13],[-13,6],[-7,2],[-3,5],[1,5],[1,5],[0,1],[0,0],[0,1],[0,0],[-1,1],[0,1],[0,0],[0,1],[-1,0],[0,0],[0,1],[-1,0],[0,1],[-1,0],[0,0],[-1,0],[0,0],[-1,1],[0,0],[-1,0],[0,0],[-1,-1],[0,0],[-1,0],[0,0],[-1,0],[0,-1],[-1,0],[0,-1],[-5,-7],[-5,-3],[-4,3],[-17,0],[-8,7],[-1,1],[-1,0],[0,0],[-1,0],[-1,0],[0,0],[-1,0],[-1,0],[0,-1],[-1,0],[0,0],[-1,0],[-4,-4],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[-1,-1],[0,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[-1,0],[-1,1],[-22,16],[-7,1],[-5,0],[-6,-1],[-1,0],[-9,-2],[-1,0],[-1,0],[-1,-1],[-1,0],[0,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[0,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-2],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,0],[0,0],[-1,0],[0,0],[-1,0],[0,0],[-1,0],[0,0],[-1,0],[-1,0],[0,0],[-1,1],[0,0],[0,0],[-1,1],[0,0],[-1,1],[0,0],[0,1],[0,0],[0,1],[-1,1],[0,0],[0,1],[0,0],[0,1],[0,1],[1,0],[0,7],[-2,8],[-1,6],[0,5],[-1,8],[-7,10],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[-1,0],[0,0],[-1,0],[-1,1],[0,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,0],[-1,-1],[0,0],[-1,0],[0,-1],[-1,0],[-4,-9],[-1,-1],[0,0],[0,-1],[-1,-1],[0,-1],[0,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,0],[-1,-1],[-1,0],[0,0],[-1,-1],[-1,0],[-1,0],[0,0],[-1,0],[-1,0],[-1,0],[0,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[0,0],[-1,1],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[1,0],[0,1],[0,1],[3,11],[0,1],[0,2],[0,2],[0,1],[0,2],[0,2],[-1,1],[0,2],[0,2],[-1,1],[0,2],[-1,1],[0,2],[-1,1],[0,2],[-1,1],[-1,2],[0,1],[-1,2],[-1,1],[-1,2],[-1,1],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,2],[-1,1],[-2,1],[-1,1],[-1,0],[-1,1],[-2,1],[-1,1],[-1,1],[-2,0],[-1,1],[-2,1],[-1,1],[-2,0],[-2,1],[-1,1],[-2,0],[-1,1],[-2,0],[-2,1],[-2,0],[-1,0],[-2,0],[-2,1],[-1,0],[-2,0],[-2,0],[-2,0],[-1,0],[-2,0],[-2,0],[-1,0],[-2,-1],[-2,0],[-2,0],[-1,0],[-2,-1],[-2,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,-1],[0,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,0],[-1,-1],[-1,0],[0,-1],[-1,-1],[0,0],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[0,-1],[1,-1],[0,0],[0,-1],[1,-1],[0,-1],[0,0],[0,-1],[0,-1],[0,-1],[0,0],[0,-1],[0,-1],[0,-1],[0,0],[0,-1],[0,0],[0,-1],[-1,0],[0,0],[0,-1],[-1,0],[0,0],[0,-1],[-1,0],[0,0],[-1,0],[0,0],[-1,0],[-1,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,1],[0,0],[0,1],[-1,0],[0,1],[-1,1],[0,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,0],[0,13],[0,1],[-1,0],[0,1],[0,1],[0,0],[0,1],[-1,0],[0,1],[0,0],[-1,0],[0,1],[-1,0],[0,0],[-1,1],[0,0],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,0],[0,1],[0,1],[0,0],[0,1],[-1,6],[0,1],[0,2],[0,1],[0,1],[0,1],[-1,2],[0,1],[0,1],[-1,2],[0,1],[-1,1],[0,1],[-1,1],[-1,1],[0,1],[-1,2],[-1,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-8,8],[-2,6],[-2,5],[-2,10],[-2,5],[-2,3],[-3,0],[-2,-1],[0,-2],[0,-10],[-6,0],[-2,8],[-4,8],[0,2],[-2,6],[-4,5],[-5,1],[-5,0],[-5,0],[-5,1],[-2,2],[-7,11],[-7,5],[-10,4],[-8,8],[-9,7],[-6,5],[-11,18],[-8,17],[-5,13],[-10,4],[-5,10],[0,0],[0,1],[0,0],[-1,1],[0,0],[0,1],[0,0],[-1,0],[0,1],[-1,0],[0,0],[-1,0],[0,0],[-1,0],[0,1],[-1,-1],[0,0],[-1,0],[0,0],[-1,0],[0,0],[0,-1],[-9,-9],[-4,-7],[-10,-28],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,0],[-1,-1],[-1,0],[0,-1],[-1,0],[0,-1],[-1,0],[-1,0],[-1,0],[0,-1],[-1,0],[-1,0],[0,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[0,0],[-1,1],[-1,0],[0,0],[-1,1],[-1,0],[0,1],[-1,1],[0,0],[-1,1],[0,0],[0,1],[-1,1],[-1,2],[0,1],[-1,1],[0,1],[-1,2],[0,1],[0,1],[-1,2],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[0,2],[0,1],[0,2],[0,1],[0,1],[1,2],[0,1],[0,1],[1,2],[0,1],[1,1],[0,2],[1,1],[7,16],[1,1],[0,1],[1,1],[0,1],[1,1],[0,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,0],[0,1],[-1,1],[0,2],[-7,16],[-5,8],[-2,2],[-3,2],[-8,1],[-9,2],[-6,4],[-16,12],[-15,12],[-9,3],[-10,4],[-1,0],[-1,0],[-4,1],[-4,1],[-6,1],[-18,-5],[-6,0],[-12,-6],[-9,-1],[-9,-1],[-12,-5],[0,0],[-1,0],[-1,-1],[0,0],[-1,0],[-1,0],[-1,0],[0,0],[-1,0],[-1,0],[0,0],[-1,0],[-1,0],[-1,1],[0,0],[-1,0],[0,1],[-15,19],[0,12],[0,16],[0,0],[0,1],[1,0],[0,1],[0,1],[0,0],[0,1],[0,0],[0,1],[0,0],[0,1],[-1,1],[0,0],[0,1],[0,0],[-1,1],[0,0],[0,0],[-1,1],[0,0],[-1,0],[0,1],[-1,0],[0,0],[-7,9],[-7,20],[0,0],[0,1],[-1,1],[0,1],[-1,1],[0,0],[-1,1],[0,1],[-1,0],[0,1],[-1,0],[-1,1],[0,0],[-1,1],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,0],[-1,0],[0,0],[-1,0],[-1,0],[-1,0],[-1,0],[0,0],[-22,-2],[0,0],[0,0],[-1,-1]],[[227215,345086],[20,27],[100,139],[6,10],[-15,8],[-140,120],[-12,0],[-18,-46],[-19,-45],[-9,-18]],[[227128,345281],[0,16],[-869,496],[-83,63],[-186,141],[-15,11],[-755,574],[-1101,835],[-30,35],[-1130,1291],[-202,305],[-421,638],[-633,959],[-528,798],[-281,425],[-246,373],[-377,571],[-13,18],[-1,3]],[[220257,352833],[6,8],[6,1],[0,0],[-55,66],[0,0],[-28,22],[-104,99],[-3,10],[-7,13],[-589,645],[-163,176],[-1,1],[0,0],[-7,5],[-9,4],[-10,2],[-8,-1],[-6,-4],[-90,-113],[-30,4],[-25,7],[-24,14],[-19,17],[-17,23],[-19,-20],[-78,0],[-17,67],[-16,46],[-20,56],[-18,41],[-32,43],[-21,29],[-69,106],[-43,63],[-34,53],[-24,36],[-45,59],[-34,39],[-40,42],[-36,28],[-58,39],[-158,87],[-238,113],[-137,67],[-53,42],[-37,27],[-136,107],[-84,68],[-2,1],[-12,-3],[-32,23],[-628,513],[-250,208],[-134,109],[-384,310],[-516,419],[-270,220],[-290,250],[-221,221],[-208,211],[-322,362],[-72,89],[14,14],[5,6],[-33,36],[31,34],[-6,8],[-10,12],[-1,1],[-8,11],[-3,4],[-16,17],[-15,16],[-32,-32],[-22,27],[-13,-16],[-172,193],[-322,377],[-512,595],[-67,80],[-196,232],[-171,197],[-235,279],[-334,387],[-528,615],[-374,435],[-476,555],[-171,205],[-112,122],[-209,200],[-351,339],[-277,255],[-113,107],[-92,85],[-124,119],[-3,5],[-3,4],[-1,4],[-1,7],[0,8],[2,8],[4,9],[6,9],[25,32],[122,154],[41,55],[4,12],[-4,12],[18,20],[12,14],[8,-35],[46,92],[4,42],[7,28],[7,21],[8,24],[53,179],[8,45],[-3,28],[-7,22],[-16,26],[-9,27],[-3,22],[1,22],[51,197],[18,64],[16,31],[19,26],[26,33],[50,43],[292,261],[3,8],[-90,142],[11,10],[0,6],[-9,9],[-7,4],[-7,-1],[-4,-2],[-55,-44],[-201,-102],[-56,-27],[-22,-14],[-182,-169],[-95,-86],[-25,-26],[-30,-38],[-76,-115],[-76,-115],[-14,-14],[-73,-63],[-78,-60],[-20,-13],[-26,-12],[-21,-6],[-10,-4],[-3,-1],[-16,-8],[-39,-40],[-20,-21],[-17,-27],[-13,-22],[-20,-23],[-34,-37],[-10,-9],[-11,-5],[-5,0],[-1,10],[-45,-47],[-5,-4],[-51,-49],[-24,-18],[0,0],[-234,-196]],[[208428,363840],[-11,8],[0,0],[-8,6],[-7,6],[-177,128],[-154,110],[-154,110],[-295,213],[-312,227],[-24,17],[-11,2],[-84,12],[-218,54],[-80,22],[-10,3],[-58,22],[-107,21],[-55,9],[-17,3],[-8,1],[-39,24],[-49,33],[-23,10],[-36,3],[-3,0],[-33,-1],[-30,11],[-46,27],[-109,38],[-53,8],[-72,20],[-50,12],[-49,25],[-28,8],[-31,7],[-39,10],[-63,15],[-43,18],[-47,20],[-124,37],[-43,20],[-99,55],[-50,35],[-111,78],[-160,132],[-163,143],[-3,7],[-205,172],[-10,11],[-41,35],[-215,185],[-205,129],[-210,105],[-6,10],[-36,19],[-1,1],[-52,52],[-196,155],[-65,36],[-156,87],[-735,410],[-5,6],[-55,77],[-9,36],[-82,67],[-2,4],[-63,65],[-402,295],[-427,347],[-3,7],[-17,13],[-220,159],[-93,69],[-10,13],[-5,20],[-8,8],[-33,23],[-39,26],[-46,24],[-15,10],[-36,18],[-17,10],[-25,15],[-40,31],[-64,46],[-28,27],[-32,27],[-79,59],[-59,45],[-15,9],[-30,18],[-33,21],[-148,108],[-169,121],[-129,94],[-112,83],[-104,79],[-109,77],[-165,117],[-35,-65],[-105,-191],[-455,-832],[-20,-36]],[[199366,368166],[-1,0],[-203,88],[-967,427],[-308,136],[-162,73],[-145,63],[-324,144],[-82,35],[-603,268],[-159,69],[-10,3],[-10,3],[-249,106],[-252,-42],[-17,30],[-10,13],[-36,26],[-54,39],[-55,45],[-50,45],[-45,46],[-43,50],[-41,53],[-36,52],[-45,77],[-25,43],[-48,102],[-13,34],[-23,62],[-33,92],[-84,206],[-12,36],[-25,76],[-5,5],[-57,26],[-34,16],[-48,22],[12,36],[7,40],[44,31],[12,12],[7,13],[4,22],[-3,29],[-5,46],[-9,57],[-9,65],[-3,30],[17,9],[4,7],[0,12],[1,0],[-1,0],[-3,16],[-35,102],[-53,136],[-33,82],[-23,65],[-23,-11],[-12,-5],[-27,-12],[-15,-7],[-10,-4],[-380,-139]],[[189340,375246],[0,1],[0,0],[24,79],[63,203],[-103,37],[-99,30],[-132,38],[-41,10],[-143,38],[-147,40],[-295,79],[-298,80],[-158,40],[-47,11],[-180,49],[-14,6],[-29,22],[-61,33],[-99,89],[-39,52],[-46,50],[-109,111],[-79,74],[-37,31],[-122,96],[-90,71],[-116,95],[-93,71],[-254,169],[-14,11],[-56,35],[-94,58],[-174,105],[-138,82],[-75,42],[-156,82],[-220,110],[-222,102],[-326,148],[-109,47],[-199,82],[-72,33],[-128,65],[-187,117],[-61,37],[-172,118],[-54,42],[-169,137],[-57,50],[-176,158],[-103,97],[-102,104],[-76,84],[-27,27],[-1,1],[-1,0],[-69,94],[-26,38],[-3,5],[-9,13],[-25,38],[-109,143],[-30,43],[-38,65],[-23,36],[-22,32],[-30,36],[-33,39],[-22,29],[-23,34],[-15,34],[-16,23],[-23,25],[-49,36],[-39,26],[-150,109],[-118,89],[-30,26],[-2,-1],[-48,38],[-28,25],[-21,19],[-133,103],[-207,149],[-73,51],[-106,68],[-43,26],[-36,16],[-31,11],[-62,19],[-62,22],[-37,13],[-81,21],[-1,0],[0,0],[-14,4],[-21,3],[-16,5],[-20,1],[-127,-155],[-334,-411],[-3,-3],[-137,-177]],[[180882,379785],[-15,36],[-3,14],[1,12],[7,20],[1,17],[-3,15],[-3,8],[-10,9],[-3,10],[1,10],[-32,-7],[0,-4],[-3,4],[-6,8],[-28,27],[-2,2],[-20,10],[-67,-2],[-28,-2],[-3,-2],[-19,-9],[-94,-76],[-9,-11],[-25,-11],[-21,0],[-24,8],[-54,41],[-115,89],[10,15],[30,38],[27,3],[31,11],[25,10],[19,11],[22,21],[151,190],[385,487],[159,199],[9,12],[31,45],[19,27],[200,-51],[17,92],[283,-77],[-9,-7],[-2,-23],[11,-11],[8,-2],[14,-6],[10,-2],[12,13],[0,14],[4,21],[96,-26]],[[181867,381005],[-201,-248],[35,-19],[20,-11],[40,-22],[93,-50],[165,-89],[158,-97],[170,-110],[178,-130],[158,-126],[161,-150],[88,-87],[92,-90],[156,-187],[144,-197],[160,-229],[69,-94],[7,-9],[32,-47],[0,-1],[216,-248],[28,-24],[153,-139],[194,-163],[105,-87],[77,-55],[74,-49],[143,-90],[185,-107],[139,-75],[13,-6],[18,3],[15,1],[4,-1],[0,0],[8,-2],[32,-17],[19,-9],[19,-13],[40,-20],[155,-69],[226,-102],[226,-103],[227,-107],[66,-32],[159,-83],[226,-130],[326,-186],[123,-75],[65,-44],[40,-30],[115,-89],[245,-195],[235,-185],[98,-89],[329,-322],[156,-93],[95,-24],[91,-26],[262,-67],[347,-83],[174,-45],[174,-45],[87,-28],[68,-25],[123,-50],[0,1],[192,349],[-111,55],[-1,3],[-3,0],[-382,191],[-1476,1133],[-657,498],[-8,-3],[-1,18],[-104,83],[-120,109],[-122,120],[-164,177],[-129,153],[-94,133],[-63,69],[-59,51],[-70,45],[-79,55],[-65,22],[-54,12],[-223,101],[2,6],[-5,12],[-90,46],[-64,38],[-103,86],[-96,82],[-111,90],[-78,50],[-47,34],[-66,30],[-192,62],[-86,50],[-115,61],[-230,101],[-96,96],[-15,14],[-58,27],[-44,24],[-20,10],[-162,76],[-123,78],[-90,68],[-110,88],[-195,143],[-145,110],[-122,87],[-276,173],[-150,84],[-117,76],[-177,103],[-2,5],[-98,47],[-22,15],[-2,-2],[-7,3],[-56,18],[-16,6],[-155,35]],[[182180,381091],[91,401],[33,-8],[58,-14],[1,2],[19,-2],[12,5],[-7,16],[-96,26],[-207,54],[-588,154],[-43,18],[-20,13],[-21,15],[-69,89],[-12,8],[-10,-6],[0,-10],[-128,-91],[-43,-3],[66,-221],[2,-18],[-1,-20],[-3,-17],[-6,-15],[-61,-79],[-384,372],[-48,77],[-80,100],[-73,99],[-89,153],[-43,88],[-37,108],[-29,132],[-14,85],[-9,90],[-5,127],[9,136],[30,176],[22,113],[25,146],[53,338],[42,254],[20,103],[9,44],[6,21],[33,60],[12,19],[4,14],[-46,43],[-27,26],[-8,8],[116,147],[1741,2232],[118,153],[10,-10],[31,-29],[38,-37],[82,101],[212,257],[121,143],[40,42],[46,44],[46,34],[80,56],[123,77],[221,132],[352,207],[65,37],[210,127],[205,123],[214,131],[212,128],[213,131],[210,128],[210,131],[212,129],[211,127],[30,16],[27,14],[18,8],[34,4],[19,-2],[19,28],[14,19],[223,-26],[222,-25],[13,-1],[153,-19],[20,-14],[24,-32],[64,-102],[128,-196],[0,-1],[26,-33],[-7,-5],[44,-83],[19,13],[15,-28],[8,5],[29,-38],[21,-28],[63,-107],[252,-428],[219,-334],[109,-154],[24,-33],[8,-11],[187,-295],[29,-47],[88,-135],[58,-90],[14,-20],[17,-30],[7,-11],[57,-86],[96,-141],[59,-80],[21,-31],[15,-17],[0,-1],[27,-36],[5,-8],[101,-149],[85,-116],[57,-75],[77,-99],[11,-13],[14,-7],[1,0],[36,-38],[0,0],[8,-16],[20,-27],[12,-13],[22,-53],[12,-16],[29,-26],[17,-13],[36,-44],[9,-10],[16,-29],[13,-17],[19,-23],[19,-24],[12,-12],[12,-3],[32,-29],[8,-9],[6,-12],[7,-17],[9,-16],[13,-15],[8,-5],[11,-6],[14,-10],[14,-19],[19,-29],[5,-14],[6,-6],[139,-222],[0,-1],[85,-99],[7,-8],[26,-32],[17,-21],[33,-37],[21,-24],[82,-77],[74,-65],[45,-46],[2,-3],[30,-37],[17,-15],[33,-13],[26,-11],[29,-23],[16,-12],[42,-39],[12,-13],[105,-106],[46,-46],[29,-30]],[[201595,375913],[-4,-102],[144,-96],[349,-250],[41,-81],[-33,-77],[-125,32],[-158,52],[-253,79],[-257,86],[-66,22],[-342,136],[-341,84],[-283,35],[-392,34],[-437,-14],[-313,-59],[-398,-75],[-191,0],[-268,6],[-520,-160],[-492,-100],[-3,0],[-164,-66],[-81,-37],[-22,-24],[-48,-49],[-32,-37],[-41,-49],[-43,-109],[-37,-86],[-28,-186],[52,-174],[369,-744],[-40,-53],[-66,7],[-66,-24],[-18,-77],[30,-114],[81,-84],[121,-40],[36,-2],[151,-5],[382,-35],[521,-91],[415,-123],[485,-152],[268,-64],[242,-14],[345,-3],[932,-250],[1135,-283],[253,-59],[250,-51],[370,-67],[400,-43],[162,-28],[150,-40],[114,-68],[133,-56],[106,-32],[161,-7],[88,12],[88,25],[77,41],[99,90],[44,69],[7,77],[-66,81],[-104,129],[-280,327],[-331,460],[-274,522],[-214,506],[-182,457],[-151,291],[-309,246],[-346,209],[-110,117],[-111,117],[-481,164],[-62,-29],[-18,-44]],[[222157,355336],[136,-366],[104,-118],[224,-232],[399,-304],[571,-436],[28,-26],[488,-454],[1049,-923],[1195,-1024],[1295,-1088],[1263,-1084],[385,-334],[487,-420],[599,-528],[453,-314],[536,-289],[482,-192],[481,-128],[469,-95],[307,-15],[20,-1],[144,-52],[366,-42],[323,-30],[727,-43],[561,6],[344,24],[457,49],[102,-18],[64,-6],[112,-10],[45,-3],[163,-25],[127,-12],[95,2],[151,27],[140,14],[1,-1],[24,0],[190,27],[202,26],[183,21],[46,14],[5,-2],[90,14],[33,7],[10,-3],[9,-7],[9,-26],[11,-53],[6,-24],[7,-6],[10,-2],[15,2],[36,20],[103,67],[408,281],[165,129],[66,49],[18,13],[17,20],[45,55],[82,69],[31,21],[139,73],[216,102],[232,112],[34,12],[65,18],[75,18],[52,14],[60,22],[117,53],[238,127],[98,60],[146,74],[56,27],[-1,8],[42,27],[104,50],[110,54],[19,6],[35,0],[-69,77],[-61,19],[1,3],[-26,54],[-16,23],[-15,13],[-39,31],[-66,50],[-278,224],[-38,29],[-95,78],[-1138,-747],[-526,49],[-27,-450],[0,0],[-19,-200],[-9,-99],[-71,-37],[0,139],[-12,13],[1,-11],[-9,2],[-23,1],[-222,9],[-219,4],[-115,0],[-136,-124],[-2,-7],[-28,-337],[-3,-47],[5,-68],[0,0],[-4,0],[-55,-9],[-366,-54],[-715,-111],[-282,-11],[-151,20],[-126,13],[-41,3],[-49,9],[-169,30],[-164,34],[-142,31],[-250,23],[-632,49],[-23,2],[-33,2],[-173,98],[3,8],[-1,7],[-5,10],[-12,15],[-48,31],[-22,14],[-39,27],[-7,1],[-5,-4],[-125,96],[-44,32],[-158,120],[-132,105],[-69,50],[-47,36],[-15,12],[-14,19],[-7,14],[1,16],[1,9],[-3,8],[20,2],[101,229],[264,612],[8,38],[-11,30],[-25,16],[-30,2],[-49,-5],[-350,11],[-222,8],[-225,7],[-117,4],[-82,3],[-41,5],[-51,11],[-48,15],[-48,24],[-7,4],[-55,31],[-46,31],[-102,67],[-27,17],[-209,144],[-21,14],[-288,204],[-99,68],[-22,17],[-19,21],[-24,15],[-9,9],[-10,14],[-7,4],[-67,36],[-47,32],[-82,59],[-173,124],[-122,90],[-127,92],[-53,40],[-88,69],[-69,52],[-74,57],[-57,48],[-91,73],[-66,54],[-187,151],[-99,78],[-146,118],[-61,48],[-40,31],[-21,21],[-31,24],[-40,33],[-47,34],[-50,36],[-82,62],[8,1],[2,7],[0,6],[-6,8],[-54,48],[-23,19],[-10,6],[-14,1],[-12,0],[-2,-2],[-53,40],[-59,51],[-14,12],[-97,84],[-55,42],[-190,154],[-87,73],[-123,95],[-60,48],[-173,146],[-135,104],[-82,68],[-55,41],[-93,77],[-83,67],[-82,62],[-131,102],[-8,6],[-27,24],[-160,134],[-77,62],[-59,44],[-105,85],[-91,71],[-31,27],[-101,88],[-74,58],[-46,38],[-47,39],[-41,37],[-36,27],[-65,44],[-70,56],[-45,40],[-61,53],[-4,4],[-46,31],[-25,16],[-11,7],[-50,39],[-133,105],[-75,61],[-77,59],[-50,36],[-54,43],[-131,137],[-63,102],[-25,129],[6,131],[3,44],[9,85],[12,115],[21,215],[10,89],[18,176],[4,20],[3,25],[6,33],[37,286],[12,118],[11,118],[13,105],[24,235],[9,77],[12,99],[4,17],[6,10],[12,10],[23,11],[48,19],[38,15],[43,23],[22,15],[21,14],[25,17],[72,53],[31,25],[6,9],[31,49],[15,18],[10,17],[9,24],[7,11],[14,17],[6,8],[1,7],[-1,4],[-169,53],[-61,22],[-15,4],[-14,2],[-23,0],[-66,7],[-85,14],[-17,-2],[-92,-45],[-20,-3],[-57,7],[-162,13],[-39,2],[-43,5],[-113,20],[-80,13],[-124,22],[-152,26],[-83,5],[-4,29],[-2,3],[-11,11],[-76,17],[-155,39],[-719,200],[-558,163],[-189,-4],[-386,-112],[-453,-376],[-29,-28],[-77,-74],[-130,-125],[-139,-219],[-36,-61],[-48,-114],[-31,-99],[-19,-71],[-7,-34],[-6,-37],[-16,-173],[22,-184]],[[229029,343910],[-2,1],[-98,16],[-10,-7],[-32,-24],[-34,-3],[-29,-1],[-56,-3],[-59,-3],[-53,-1],[-30,-1],[-48,0],[-69,-1],[-2,0],[-40,-1],[-38,-1],[-14,-1],[-20,-2],[-6,0],[-92,0],[-83,0],[-90,0],[-20,0],[-48,0],[-25,-1],[-75,-2],[-105,-2],[-62,-1],[-35,-1],[-29,-2],[-22,0],[-28,-1],[-34,0],[-15,0],[-29,29],[-26,-10],[-21,10],[-18,82],[5,65],[0,28],[0,8],[-3,25],[-8,16],[-13,19],[-15,11],[-32,6],[-18,3],[-12,2],[-16,5],[-16,4],[-18,4],[-20,5],[-26,1],[-20,-1],[-17,-3],[-28,-4],[-29,-4],[-30,-4],[-32,-4],[-32,-4],[-39,-5],[-29,-4],[-30,-4],[-20,-2],[-16,-3],[-47,-7],[-16,-2],[-33,-5],[-2,-1],[0,0],[-4,1],[-10,8],[-5,7],[0,10],[1,11],[-2,9],[-9,8],[-8,3],[-18,-1],[-22,0],[-25,1],[-19,1],[-13,4],[-8,7],[-5,10],[-1,24],[5,61],[5,25],[10,23],[6,12],[2,7],[3,32],[5,12],[15,54],[0,25],[1,8],[10,21],[1,12],[0,14],[2,14],[8,45],[3,11],[10,16],[6,11],[1,10],[1,23],[6,12],[6,9],[7,8],[5,9],[2,7],[1,8],[4,11],[7,12],[8,10],[11,10],[8,9],[9,5],[9,11],[15,5],[15,8],[14,17],[8,10],[21,9],[8,2],[10,5],[12,7],[13,9],[6,6],[15,29],[5,7],[7,3],[7,6],[2,9],[-1,12],[-2,6],[13,18],[1,-1],[9,16],[-1,1],[41,51],[48,67],[0,0]],[[249954,341095],[-29,-2],[-23,-4],[-26,-15],[-13,-10],[-18,-23],[-16,-38],[-53,-150],[-35,-99],[-19,-35],[-21,-22],[-29,-26],[-12,-15],[-16,-69],[-47,-129],[-56,-156],[-128,-364],[-15,-44],[-11,-44],[-65,-215],[-7,-16],[-95,-281],[-83,-233],[-45,-121],[-46,-94],[-33,-64],[-31,-56],[-50,-67],[-56,-72],[-75,-83],[-46,-47],[-85,-73],[-95,-69],[-55,-35],[-63,-31],[-54,-25],[-23,-9],[-26,-6],[-66,-10],[-57,-19],[-36,-22],[-22,-23],[-37,-55],[-20,-21],[-29,-18],[-13,-10],[-155,-95],[-187,-111],[-38,-16],[-53,-14],[-35,-3],[-51,2],[-35,7],[-78,29],[-147,62],[-162,58],[-109,29],[-106,17],[-67,4],[-45,-1],[-32,0],[-164,-6],[-144,-13],[-193,-29],[-86,-11],[-1,0],[-72,-9],[-103,-10],[-204,-9],[-127,-4],[-139,-2],[-134,-4],[-66,2],[-70,0],[-103,5],[-212,13],[-268,16],[-92,2],[-85,3],[-99,8],[-144,10],[-205,19],[-81,7],[-55,4],[-266,17],[-153,12],[-124,10],[-295,15],[-235,13],[-273,14],[-128,4],[-252,8],[-902,31],[-428,13],[-219,8],[-534,22],[-188,7],[-237,5],[-129,3],[-333,10],[-690,19],[-197,4],[-303,8],[-148,5],[-485,16],[-198,7],[-434,19],[-126,4],[-202,9],[-112,5],[-77,6],[-87,12],[-60,12],[-50,10],[-18,5],[-39,34],[-62,53],[-3,3],[-457,240],[-164,86],[-15,8],[-37,19],[-366,196],[-51,25],[-13,7],[-22,10],[-270,144],[-235,122],[-102,56],[-18,12],[0,3],[-2,2],[-87,120],[-11,13],[-75,70],[-241,249],[-236,241],[-121,126],[-10,11],[-88,92],[-403,417],[-121,127],[-109,112],[-49,46],[-38,31],[-28,28],[-17,12],[-52,53],[-101,105],[-84,93],[-190,204],[-145,152],[-150,153],[-12,13],[-83,81],[-107,112],[-227,233],[-238,241],[-177,184],[-465,471],[-203,208],[-89,90],[0,0],[-24,28],[-168,200],[-2,3]],[[244991,350483],[0,0],[31,-1],[21,-1],[10,-1],[16,-2],[146,-29],[80,-18],[44,-8],[68,-13],[71,-14],[115,-20],[15,-4],[208,-42],[142,-26],[62,-13],[85,-17],[30,-7],[88,-17],[33,-6],[196,-38],[233,-47],[167,-32],[63,-11],[47,-10],[14,-2],[168,-32],[80,-16],[83,-16],[173,-31],[86,-15],[81,-17],[45,-9],[67,-9],[30,6],[20,8],[15,4],[18,6],[13,7],[37,18],[25,15],[130,67],[5,-4],[10,-7],[2,-16],[4,-20],[22,-41],[3,-2],[7,-180],[31,-237],[-2,-58],[0,-1],[-9,-450],[-14,-49],[-17,-16],[-143,-140],[-153,-155],[-74,-75],[-54,-57],[-3,-6],[-7,-9],[-7,-26],[12,-25],[40,-101],[10,-11],[147,-132],[318,-286],[59,-50],[82,-54],[238,-152],[173,-112],[138,-85],[104,-68],[45,-25],[64,-21],[94,-20],[102,-25],[23,-5],[20,-6],[14,-8],[11,-8],[10,-7],[18,-23],[24,-34],[24,-29],[6,-6],[5,-6],[1,1],[44,-33],[5,-3],[120,-80],[846,-499],[165,-90],[158,-76],[289,-142],[169,-81],[237,-113],[219,-104],[-32,-84],[-6,-15],[-104,-272],[-81,-84]],[[227128,345281],[1,-27],[-34,-81],[-56,-69],[5,-6],[-145,-137],[-19,-20],[-13,-19],[-21,-32],[-14,12],[-19,-20],[-21,-29],[16,-15],[-72,-128],[-68,-132],[-37,-78],[-4,-13],[-12,-101],[-4,-20],[-12,-70],[-21,-183],[-37,148],[-11,43],[-4,25],[-82,90],[13,22],[-84,83],[-11,11],[-21,21],[-111,110],[-1,1],[-105,109],[-240,244],[-53,57],[-19,15],[-9,4],[-86,39],[-137,60],[-197,87],[-73,31],[-105,47],[-29,22],[-22,18],[-13,11],[-27,22],[-84,72],[-198,166],[-343,290],[-250,210],[-103,88],[-242,199],[-11,-7],[-18,-2],[-198,9],[-34,0],[-32,0],[-52,4],[-22,9],[-153,84],[-105,60],[-270,164],[-27,16],[-174,107],[-225,133],[-90,54],[-250,154],[-94,56],[-144,97],[-57,38],[-205,138],[-53,37],[8,23],[182,453],[8,21],[42,115],[7,15],[0,0],[8,25],[7,23],[8,38],[2,35],[0,7],[-3,16],[-3,23],[-8,35],[-50,93],[-46,80],[-5,5],[-49,61],[-42,69],[-54,88],[-24,39],[-168,275],[-161,253],[-41,65],[-60,98],[-75,127],[-52,90],[-102,176],[-39,66],[-105,182],[-11,33],[-10,24],[-106,167],[-94,148],[-30,44],[-45,67],[-105,149],[-111,157],[-74,105],[-33,61],[-36,86],[-19,58],[-13,38]],[[219885,352345],[11,9],[4,4],[14,18],[81,109],[64,84],[168,224],[30,40]],[[234276,355917],[3,24],[-18,5],[-18,10],[-9,8],[-6,14],[0,3],[0,0],[-1,16],[5,55],[9,48],[6,-1],[0,0],[16,0],[1,2],[3,8],[-6,22],[-7,28],[-2,24],[2,26],[18,140],[17,112],[7,75],[7,43],[5,57],[23,67],[0,1],[25,-10],[0,-1],[39,-14],[71,133],[2,2],[20,0],[3,0],[52,-22],[356,-171],[1,0],[93,-44],[24,-12],[137,-64],[47,-22],[21,-10],[204,-97],[312,-141],[18,-8],[392,-183],[10,-2],[31,-19],[15,-5],[379,-163],[94,-40],[255,-113],[86,-41],[191,-97],[301,-163],[67,-33],[38,-22],[67,-43],[58,-35],[10,-7],[12,-9],[7,-5],[193,-111],[24,-13],[14,-8],[69,-39],[201,-115],[21,-12],[23,-14],[26,-16],[17,-10],[212,-107],[81,-44],[248,-130],[14,-7],[53,-28],[195,-108],[93,-51],[22,-15],[21,-12],[26,-15],[138,-95],[97,-68],[105,-73],[107,-76],[53,-36],[13,-8],[52,-35],[185,-134],[102,-73],[48,-33],[34,-24],[14,-9],[50,-35],[234,-164],[173,-120],[235,-166],[39,-26],[21,-15],[33,-23],[185,-129],[7,-4],[73,-51],[177,-116],[30,-21],[21,-14],[46,-32],[38,-22],[75,-51],[98,-66],[126,-82],[21,-14],[57,-37],[8,-6],[10,-8],[13,-10],[20,-17],[9,-8],[7,-5],[92,-84],[83,-72],[15,-13],[132,-119],[34,-31],[5,-5],[215,-198],[51,-46],[204,-182],[265,-242],[123,-110],[13,-12],[71,-67],[184,-167],[33,-32],[0,-2],[1,-8],[-2,-14],[0,-1],[-10,-11],[-20,-24],[-52,-65],[-9,-10],[-11,-12],[-5,-5],[-5,-8],[0,-3],[1,-1],[-3,-4],[-2,-2],[-57,-73]],[[208428,363840],[-30,-25],[-1,0],[0,-1],[-35,-33],[-2,0],[-325,-306],[-1,-2],[-16,-11],[-11,-9],[-6,-4],[-4,2],[0,0],[3,-2],[61,-40],[-7,-6],[-63,40],[0,0],[-65,37],[-465,310],[-338,221],[-125,81],[-231,160],[-169,110],[-72,47],[-157,105],[-84,51],[-215,142],[-54,39],[-25,19],[-126,94],[-15,11],[-33,26],[-38,33],[-21,15],[-18,12],[-13,8],[-29,17],[-161,84],[-47,26],[-65,42],[-74,51],[-22,15],[-15,9],[-19,11],[-20,8],[-9,4],[-98,25],[-519,128],[-259,61],[-224,59],[-295,73],[-255,61],[-37,16],[-12,3],[-8,2],[-18,4],[2,7],[-54,23],[13,23],[44,73],[25,54],[44,111],[44,123],[11,42],[3,28],[-4,38],[-9,28],[-12,23],[-31,33],[-242,107],[-857,382],[-60,25],[-23,6],[-6,3],[-4,2],[-13,12],[-4,5],[-8,8],[0,0],[-48,19],[-206,92],[-108,46],[-29,13],[-48,21],[-37,17],[-269,119],[-169,77],[-174,79],[-2,1],[-136,60],[-20,9],[-115,51],[-6,2],[-2,1],[-58,29],[-19,5],[-91,41],[-39,18],[-32,14],[-133,60],[-76,34],[-170,75],[-223,99],[-121,53],[-202,91],[-331,149],[-170,72]],[[223068,367077],[-2,-7],[-25,-107],[-6,-27],[-9,-37],[-5,-21],[-6,-27],[-4,-25],[-36,-152],[-4,-17],[-5,-19],[0,-1],[-59,-231],[-4,-17],[-13,-50],[-5,-23],[-4,-17],[-26,-109],[-43,-152],[-78,-299],[-6,-22],[-24,-94],[-49,-187],[-3,-16],[-3,-16],[-1,-30],[8,-12],[12,-16],[14,-9],[462,-325],[173,-121],[74,-50],[20,-13],[28,-18],[185,-123],[36,-23],[15,-10],[18,-12],[13,-12],[183,-121],[26,-9],[6,-78],[0,-18],[-124,-283],[-111,-249],[-10,-39],[-1,-36],[51,-449],[24,-215],[61,-83],[12,-16],[17,-23],[78,-106],[296,-402],[11,-16],[169,-230],[270,-366],[14,-18],[223,-302],[239,-323],[9,-12],[195,-267],[237,-322],[192,-261],[19,-27],[15,-22],[11,-17],[12,-15],[40,-55],[6,-8],[41,-56],[29,-39],[31,-30],[151,-110],[399,-287],[15,-11],[46,-33],[30,-21],[19,-14],[124,-90],[318,-229],[161,-115],[416,-297],[41,-14],[1,0],[4,12],[3,5],[1,1],[7,1],[7,-2],[39,-19],[1,-2],[4,-5],[39,-12],[205,-72],[889,-324],[-5,-13],[-87,-278],[-2,-18]],[[207884,375118],[1,-1],[108,-29],[117,-27],[5,-2],[73,27],[186,96],[244,133],[229,131],[193,139],[347,226],[205,146],[178,142],[145,134],[149,139],[100,93],[49,44],[19,6],[40,6],[217,-117],[200,-94],[0,0],[15,-7],[199,-93],[0,0],[2,-1],[6,-4],[38,-18],[47,-27],[89,-44],[1,0],[-53,24],[399,-190],[105,-49],[108,-46],[0,0],[29,-13],[44,-22],[0,0],[1,0],[0,-1],[28,-14],[25,-12],[184,-83],[24,-11],[88,-37],[26,-11],[47,-17],[21,-8],[244,-124],[28,-14],[316,-152],[72,-35],[200,-93],[45,-31],[0,0],[11,-8],[70,-50],[0,0],[37,-27],[61,-22],[8,-3],[11,-4],[0,0],[65,-22],[54,-14],[5,-1],[14,-2],[11,0],[43,2],[102,-58],[12,-6],[77,-36],[151,-70],[32,-15],[39,-20],[14,-7],[20,-10],[15,-7],[76,-37],[51,-25],[82,-39],[34,-16],[72,-36],[55,-25],[32,-15],[8,-4],[58,-28],[49,-22],[57,-28],[62,-29],[39,-18],[33,-16],[50,-23],[12,-6],[14,-7],[47,-22],[94,-44],[59,-27],[27,-13],[20,-9],[330,-155],[39,-18],[203,-98],[44,-20],[252,-120],[202,-93],[353,-170],[3,-1],[528,-251],[109,-52],[7,-1],[4,-1],[3,-1],[-1,0]],[[183453,374927],[-32,5],[-48,1],[-142,4],[-71,-2],[-387,-18]],[[178342,377953],[24,44],[4,7],[37,67],[26,43],[5,8],[14,21],[-2,11]],[[179717,378381],[18,-5],[36,-9],[73,95],[502,640],[229,289],[92,117],[23,30],[47,60],[145,187]],[[181867,381005],[35,-10],[203,-55],[3,0],[3,16],[6,37],[8,-2],[9,-2],[22,-6],[24,106],[0,1],[0,1]],[[190083,384450],[279,312],[17,20],[38,42],[0,1],[15,16],[4,4],[10,12],[-7,8],[-10,11],[-3,4],[-8,9],[-8,9],[-4,5],[-1,5],[-1,11],[22,27],[5,8],[3,9],[5,2],[11,12],[7,8],[3,3],[19,22],[3,3],[10,11],[5,6],[3,3],[4,4],[3,3],[4,5],[61,68],[163,183],[8,9],[8,10],[8,7],[26,27],[18,23],[3,4],[58,40],[11,7],[182,-140],[27,-11],[23,-12],[37,-26],[428,-340],[118,-84],[347,-238],[394,-264],[60,-40],[57,-38],[93,-62],[118,-84],[48,-29],[50,-29],[34,-17],[0,-1],[27,-10],[8,-1],[45,0],[12,-1],[140,5],[253,7],[258,9],[254,5],[251,0],[760,0],[75,-5],[35,-7],[33,-13],[41,-22],[43,-28],[33,-33],[50,-55],[46,-52],[4,-5],[11,-11],[1,-1],[2,-7],[-3,-9],[-14,6],[-2,5],[-9,6],[-7,-7],[-2,-4],[-55,-194],[-124,-437],[-72,-256],[-39,-140],[-36,-128],[-59,-209],[-12,-42],[-46,-162],[-55,-193],[-35,-124],[-10,-25],[-3,-7],[0,-16],[-1,-30],[0,-32],[1,-16]],[[620959,738885],[-20,-267],[254,9],[623,25],[18,-10],[2,-24],[4,-118],[9,-173],[7,-21],[81,-40],[375,-172],[251,-110],[34,-17],[22,-6],[127,-67],[132,-91],[186,-131],[-5,-14],[-5,-13],[-4,-24],[2,-5],[-16,-47],[-17,-62],[-24,-86],[-6,-20],[-19,-58],[0,0],[-10,-31],[-24,-65],[-21,-43],[-25,-4],[-149,-14],[-72,-8],[-186,-9],[-25,-3],[-50,-14],[-58,-13],[-33,-6],[-50,-4],[-8,157],[-2,0],[-353,-29],[-222,-23],[-115,-6],[-274,-23],[-329,-30],[-57,-4],[-267,-24],[-274,-22],[-31,-2],[51,-333],[1,0],[-1,0],[19,-125],[71,-437],[41,-247],[50,-333],[5,-36],[1,-5],[16,-89],[8,-44],[26,-157],[3,-24],[9,-38],[11,-83],[73,-430],[143,27],[78,14],[24,4],[59,12],[144,29],[51,9],[320,61],[436,79],[69,12],[71,15],[176,31],[44,10],[80,15],[59,10],[4,-12],[12,-30],[14,-29],[10,-24],[13,-13],[19,-12],[30,-12],[16,-1],[95,33],[360,86],[101,20],[14,3],[17,4],[28,-155],[125,-667],[8,-67],[1,-14],[6,-24],[8,-46],[35,-203],[12,-90],[9,-54],[10,-51],[17,-138],[19,-109],[-2,-11],[-7,-13],[14,-109],[14,-5],[11,-28],[8,-70],[12,-81],[3,-18],[3,-20],[0,0],[77,-1],[181,-53],[80,-21],[20,-28],[152,-39],[59,-15],[1,-18],[6,-11],[10,-5],[46,-14],[65,-16],[14,-7],[16,-14],[7,-15],[3,-16],[1,-19],[-2,-24],[18,2],[0,-20],[14,0],[10,-5],[26,-68],[266,-786],[38,-102],[7,-25],[10,-16],[10,-11],[14,-13],[11,-7],[21,-8],[16,-7],[-175,-507],[-109,-327],[-79,-237],[-74,-220],[-62,-182],[-99,-291],[-64,-191],[-11,-29],[-38,-109],[-17,-51],[-23,-66],[-12,-36],[-42,-125],[-12,-33],[-53,74],[-268,342],[-123,146],[-82,104],[-57,70],[-44,58],[-6,-21],[-11,-74],[-35,23],[-316,212],[-60,-115],[-21,-34],[-224,136],[-4,-129],[-9,-201],[-3,-144],[-9,-186],[-6,-119],[-22,-682],[-6,-17],[19,-13],[-5,-17],[-42,23],[-58,32],[-112,60],[-169,90],[-9,-18],[-26,-69],[-190,-530],[-10,-30],[-10,-29],[-19,-42],[-18,-31],[11,-48],[6,-34],[0,-4],[0,-9],[-16,-5],[-40,34],[-66,44],[-131,76],[-27,16],[-68,39],[-17,10],[-173,99],[-167,100],[-70,43],[-93,51],[-40,22],[-46,29],[5,-44],[2,-13],[-13,-29],[-22,-42],[-60,-113],[-48,-92],[-8,-17],[-37,26],[-10,8],[-8,4],[-16,4],[-30,5],[-36,3],[-9,3],[-14,8],[-12,-9],[-51,-3],[-25,-8],[-36,-10],[-25,5],[-21,7],[-46,39],[-32,13],[-23,2],[-7,-8],[-25,-31],[-14,-7],[-24,4],[-12,1],[-50,21],[-96,31],[-22,2],[-10,1],[-13,5],[-17,-5],[-66,-18],[-47,-12],[-63,-6],[-119,-16],[-32,0],[-22,-2],[-89,-1],[-85,1],[-34,4],[-47,15],[-54,26],[-12,10],[-49,39],[-16,12],[-15,3],[-28,11],[-27,4],[-40,4],[-19,-5],[-22,-3],[-46,-6],[-56,-12],[-44,-9],[-11,-1],[-25,-3],[-12,-4],[-24,-28],[-80,2],[-108,8],[-29,0],[-81,4],[-22,12],[-73,9],[-120,18],[-44,1],[-19,15],[-167,-5],[-14,18],[-16,39],[-17,36],[-14,12],[-20,15],[-15,4],[2,12],[-21,-2],[3,-35],[-4,-43],[-22,-116],[-29,-161],[0,-3],[0,-23],[23,-16],[37,-37],[-10,-20],[-38,-16],[-11,-5],[-27,-9],[-12,-2],[-42,-7],[-78,0],[-7,-12],[-8,-24],[-13,-3],[-59,-9],[-130,-23],[-85,-17],[-21,-4],[-4,-60],[-64,0],[-78,4],[-40,-1],[-55,-7],[-79,-11],[-29,-6],[3,-27],[-306,-47],[-39,134],[-8,-1],[-19,-5],[-39,-3],[-16,-3],[-25,-12],[-32,-19],[-44,-21],[-47,-3],[-32,-3],[-18,10],[-31,106],[-14,7],[-14,-3],[-13,-16],[-1,-26],[-13,-26],[-9,-7],[-20,-46],[12,-26],[77,-248],[-261,-90],[-29,74],[-36,62],[-36,41],[-22,21],[-10,-16],[-23,-38],[75,-239],[-207,-83],[-80,225],[-119,-134],[3,-16],[43,-137],[-126,-53],[-28,77],[-52,-53],[-62,-67],[-21,-22],[-4,-4],[-5,-1],[-12,14],[-20,-22],[11,-16],[-17,-29],[14,-61],[-12,-8],[-81,-23],[-7,0],[-4,-14],[-20,-30],[-47,-64],[-15,-17],[-21,-46],[-6,-25],[-66,-66],[9,-47],[36,-159],[5,-14],[8,-30],[30,-126],[21,-48],[59,-105],[23,-25],[17,-18],[18,-24],[35,-44],[52,-40],[97,-85],[211,-175],[3,-19],[42,-28],[7,-5],[234,-107],[31,-15],[-9,-29],[48,-19],[210,-97],[85,-37],[30,-10],[162,-52],[279,-90],[23,-6],[88,-33],[51,-22],[5,-2],[31,-29],[79,-66],[50,-43],[63,-50],[76,-50],[32,-26],[0,-2],[42,-26],[-15,-31],[-1,-18],[-1,-1],[-5,-10],[-4,-18],[0,-22],[1,-34],[3,-28],[4,-46],[15,-49],[14,-48],[3,-10],[3,-28],[0,-31],[-2,-16],[-4,-12],[-6,-13],[-7,-17],[-5,-17],[-3,-22],[0,-10],[6,-12],[5,-6],[12,-4],[3,-23],[25,10],[107,19],[29,3],[39,2],[22,1],[29,-2],[24,0],[67,-10],[33,-4],[46,-8],[46,-15],[22,-8],[77,-25],[19,-7],[95,-35],[47,-16],[54,-19],[23,-14],[59,-29],[18,-8],[36,-22],[86,-46],[1,-7],[-8,-31],[-22,-50],[-10,-50],[3,-35],[1,-41],[-4,-33],[-11,-37],[-6,-12],[24,9],[13,20],[83,-99],[40,-36],[26,-20],[46,-18],[40,-22],[53,-26],[26,-20],[55,-49],[75,-70],[6,-7],[22,-24],[17,-6],[40,-23],[45,-40],[43,-45],[28,-32],[28,-52],[118,-204],[17,-27],[9,-17],[135,-243],[40,-72],[-184,-70],[-154,-59],[-235,-79],[-15,-53],[4,-45],[1,-26],[2,-64],[16,-231],[28,-456],[2,-21],[10,-172],[12,-215],[23,-372],[5,-93],[-6,-19],[-3,-3],[-3,1],[-1,-18],[16,-4],[5,-118],[2,-33],[-91,-163],[-65,-106],[-20,-33],[-140,-250],[-89,-131],[-14,-16],[-186,-293],[-102,-154],[-70,-106],[-35,-55],[-49,-78],[-154,-231],[-165,-249],[-17,-25],[-128,-195],[-151,-225],[-42,-58],[-26,-33],[-87,-71],[-42,-34],[-12,-9],[1,-2],[-37,-29],[-79,-61],[-68,-51],[-102,-76],[-5,3],[-12,16],[-111,160],[-72,102],[-16,25],[-144,209],[-79,113],[-3,5],[-21,30],[-5,7],[-154,222],[-27,42],[-9,15],[-190,273],[-35,52],[-8,12],[-76,76],[-68,68],[-71,72],[-88,90],[-63,63],[-23,22],[-68,73],[-23,24],[-28,26],[41,61],[367,531],[57,77],[6,2],[31,13],[14,7],[10,9],[9,10],[7,11],[4,14],[1,20],[-4,21],[-1,5],[72,106],[10,22],[173,250],[12,17],[6,10],[217,325],[161,235],[10,14],[13,18],[69,94],[125,146],[39,39],[-91,134],[-437,535],[-568,-29],[-65,0],[-124,-7],[-619,-18],[-388,-129],[-10,15],[-48,27],[-13,3],[-3,4],[-71,38],[-32,-82],[-81,-220],[-31,-73],[-2,-57],[2,-87],[2,-87],[3,-29],[0,-1],[-7,0],[-113,-2],[-170,-3],[-156,-1],[-191,-3],[-52,-1],[-285,-5],[-18,-2],[-21,-3],[-15,-1],[-804,-12],[-496,-7],[-18,0],[-12,0],[-21,1],[-336,-5],[-274,-5],[-280,-6],[-209,-3],[-75,1],[-10,0],[-16,0],[-206,-3],[-211,-2],[-7,221],[-5,34],[58,1],[21,6],[11,14],[-3,148],[-2,587],[0,29],[-590,-22],[-14,0],[-205,-6],[-76,-2],[-384,-11],[-11,20],[-170,307],[-1,0],[1,0],[-33,58],[-117,210],[-59,97],[-23,35],[-41,72],[-122,236],[-62,118],[-84,167],[-103,209],[-23,46],[-19,46],[-23,72],[-24,75],[-21,82],[-38,117],[-19,47],[-67,213],[-86,281],[-34,87],[-12,26],[-39,86],[-38,77],[-62,109],[-4,6],[-53,77],[-54,73],[-3,25],[-41,47],[-19,6],[-9,8],[-258,249],[-114,99],[-101,96],[-74,74],[-48,58],[-21,28],[-25,31],[-8,0],[-25,37],[-11,14],[0,0],[1,0],[56,49],[173,139],[19,17],[10,10],[170,137],[14,12],[107,87],[58,49],[52,44],[52,43],[163,130],[80,65],[187,156],[22,13],[129,107],[3,1],[21,16],[176,146],[40,32],[400,323],[248,201],[15,11],[27,25],[291,237],[73,66],[5,4],[-93,287],[-63,204],[-90,280],[-66,206],[-170,525],[-55,162],[-8,30],[-17,58],[-17,114],[-15,93],[-5,40],[-1,1],[-236,-66],[-150,918],[-39,241],[2,22],[-4,25],[-46,276],[-4,25],[-12,73],[-38,227],[13,22],[30,14],[56,27],[124,64],[11,4],[29,11],[5,2],[13,-76],[79,-481],[8,-49],[3,-19],[140,25],[65,7],[-4,24],[-51,298],[-25,148],[-13,80],[17,35],[15,28],[11,41],[0,19],[1,38],[-3,14],[-3,21],[34,8],[116,28],[21,5],[212,51],[16,4],[11,2],[194,45],[7,2],[25,5],[17,5],[162,39],[176,36],[16,3],[69,9],[63,8],[84,8],[-38,245],[-12,76],[-19,119],[-43,280],[-26,167],[-16,103],[-2,2],[-7,20],[-5,39],[-19,24],[-26,20],[-10,20],[-33,18],[-19,14],[6,4],[17,11],[3,0],[23,5],[30,-7],[92,-72],[93,-69],[2,-1],[37,4],[3,-26],[18,-13],[108,22],[25,7],[0,0],[44,11],[24,6],[27,1],[35,-203],[6,-51],[103,15],[10,-62],[56,-356],[51,-330],[221,16],[106,7],[118,7],[37,5],[101,7],[131,14],[93,7],[57,7],[31,3],[232,48],[38,6],[172,36],[85,51],[109,30],[137,36],[20,11],[-123,685],[-20,123],[-10,31],[60,19],[110,28],[10,2],[12,3],[101,27],[289,76],[78,21],[168,44],[205,54],[305,80],[22,12],[10,6],[174,43],[-28,136],[218,51],[-53,257],[41,12],[76,25],[158,68],[218,54],[216,54],[618,162],[59,-259],[8,4],[27,7],[585,164],[1,-1],[307,85],[-16,71],[4,3],[-5,1],[-21,94],[633,227],[0,0],[0,0],[171,30],[26,4],[72,12],[13,2],[29,6],[19,4],[11,2],[73,14],[92,19],[44,8],[17,2],[6,1],[-43,274],[-33,216],[64,4],[156,19],[15,2],[-12,69],[96,7],[1,-32],[48,6],[17,2],[29,4],[41,4],[0,0],[105,12],[360,60],[-10,101],[-68,694],[228,10],[108,-2],[18,1],[38,1],[-13,165],[-33,384],[-8,105],[139,-6],[-2,56],[187,6],[51,1],[18,-1],[20,-1],[41,-2],[63,1],[76,-2],[36,3],[23,1],[100,6],[32,3],[260,0],[19,6],[86,56],[36,24],[1,5],[-15,215],[-11,153],[130,30],[-60,338],[0,0],[31,9],[54,10],[39,12],[42,16],[26,12],[74,34],[56,30],[60,32],[73,38],[38,16],[23,7],[40,3],[29,1],[36,-3],[40,-12],[45,-17],[114,-47],[70,-31],[89,-40]],[[260868,342540],[14,-58],[5,-132],[92,-293],[667,-182],[723,-171],[404,-149],[955,-148],[77,-18],[85,-22],[419,-121],[414,-155],[134,-44],[434,-201],[14,-7],[0,229],[-114,1382],[83,-35],[75,-32],[64,-6],[0,-8],[4,-15],[3,-10],[4,-25],[9,-64],[1,-14],[0,-71],[-2,-36],[-3,-56],[0,-27],[5,-36],[5,-30],[5,-20],[0,-11],[9,-50],[4,-2],[2,-14],[5,-110],[6,-6],[8,-9],[13,-22],[8,-10],[-5,-55],[1,-34],[1,-25],[10,-87],[77,-55],[38,-27],[83,-51],[85,-46],[93,-42],[94,-36],[96,-31],[61,-82],[17,-7],[56,-11],[48,-13],[48,-12],[63,-20],[50,-18],[172,-59],[73,-96],[7,-5],[64,-27],[127,-46],[59,-25],[44,-21],[82,-56],[48,-40],[33,-124],[18,-18],[93,-60],[93,-51],[130,-66],[39,-22],[38,-12],[88,-25],[18,-62],[12,-6],[150,-41],[71,-15],[86,-13],[62,-10],[51,-5],[107,-67],[49,6],[39,1],[44,-4],[86,-12],[43,-5],[52,-9],[33,-10],[25,-13],[57,-35],[48,-31],[45,-33],[38,-43],[114,-123],[24,-29],[18,-26],[12,-24],[10,-25],[-1,-16],[245,-193],[9,-7],[158,-38],[74,-16],[66,-75],[9,-5],[119,-15],[48,-5],[65,-7],[76,0],[110,0],[143,-63],[200,-5],[74,-5],[36,-7],[42,-14],[111,-42],[24,-9],[60,-96],[230,-88],[200,-87],[8,-3],[15,-7],[7,-3],[69,-101],[5,-12],[99,-46],[128,-60],[75,-32],[78,-30],[93,-101],[3,-5],[128,-34],[143,-36],[89,-29],[73,-29],[93,-120],[3,-6],[243,-88],[52,-13],[96,-21],[41,-4],[126,-7],[12,-61],[4,-5],[69,-1],[277,3],[59,-4],[49,-5],[66,-82],[5,-6],[52,-12],[100,-18],[171,-38],[133,-37],[47,-13],[51,-87],[9,-4],[35,-5],[60,-16],[93,-22],[94,-27],[72,-17],[105,-19],[72,-13],[51,-73],[4,-3],[52,-2],[43,-4],[50,-10],[241,-56],[119,-33],[38,-82],[6,-4],[178,-44],[42,-7],[78,-10],[195,-7],[15,-1],[10,0],[68,-70],[6,-1],[339,-8],[30,4],[26,13],[17,14],[20,19],[14,23],[6,19],[32,114],[0,6],[4,18],[7,5],[14,0],[4,-13],[10,-12],[13,0],[11,3],[14,15],[8,-6],[9,-14],[20,-20],[-20,-7],[-12,-12],[-2,-17],[8,-17],[21,-4],[16,9],[12,21],[23,0],[0,-34],[3,-21],[11,-11],[9,2],[11,17],[6,36],[103,8],[10,1],[28,-4],[48,-5],[47,-10],[34,5],[6,-50],[3,-102],[-2,-44],[8,-17],[12,-9],[39,-3],[111,3],[-1,40],[-2,52],[-1,34],[2,4],[5,8],[16,14],[13,10],[7,-10],[8,-10],[19,-5],[49,0],[36,12],[52,18],[13,7],[11,14],[-10,25],[-7,45],[8,24],[2,6],[28,21],[14,8],[12,-5],[14,-8],[13,-2],[15,-2],[29,7],[22,24],[-7,12],[7,20],[18,9],[9,-12],[-1,-21],[21,-18],[23,13],[20,0],[13,16],[15,30],[17,-1],[3,20],[31,2],[18,10],[17,-8],[13,8],[-13,27],[11,17],[17,-8],[8,-21],[-2,-13],[14,-2],[15,12],[2,17],[42,16],[6,-4],[12,-9],[4,-3],[5,-3],[8,12],[5,22],[20,6],[0,-141],[-3,-300],[0,-35],[98,34],[70,24],[306,109],[231,82],[136,47],[207,81],[177,67],[126,48],[119,46],[71,28],[7,4],[256,112],[172,82],[100,35],[78,29],[66,12],[123,16],[234,26],[221,25],[192,25],[200,38],[140,32],[318,89],[201,50],[183,48],[151,28],[158,42],[157,50],[4,3],[7,-2],[23,-5],[25,-5],[23,0],[25,4],[27,8],[43,27],[45,18],[29,9],[67,42],[59,47],[61,56],[50,32],[84,39],[18,2],[16,10],[10,9],[12,8],[9,3],[12,-3],[15,-1],[15,2],[13,4],[10,4],[14,6],[12,23],[0,2],[35,7],[189,41],[67,15],[249,54],[106,23],[20,8],[63,25],[69,28],[121,49],[12,4],[7,-4],[13,-2],[20,1],[23,3],[22,5],[34,13],[35,16],[16,8],[15,8],[20,13],[20,16],[23,19],[54,43],[39,31],[27,21],[12,16],[8,13],[18,18],[25,24],[27,23],[47,33],[58,39],[59,39],[44,24],[19,10],[52,26],[37,19],[14,5],[33,10],[34,12],[51,21],[58,27],[28,11],[56,21],[46,10],[23,4],[59,8],[56,6],[64,9],[32,4],[26,6],[25,7],[18,6],[15,6],[9,8],[8,9],[5,21],[5,22],[9,42],[5,53],[3,33],[3,57],[3,49],[9,36],[9,32],[124,-11],[114,-12],[22,-2],[23,-5],[18,-3],[11,-1],[24,3],[36,6],[56,11],[54,12],[43,7],[44,14],[104,32],[97,13],[44,5],[31,6],[50,10],[47,9],[50,10],[10,2],[150,21],[95,13],[96,10],[141,13],[48,7],[73,6],[96,6],[114,7],[76,4],[88,3],[72,3],[82,5],[84,5],[44,3],[55,-2],[81,-3],[48,-3],[32,-1],[30,1],[79,12],[75,15],[66,13],[56,12],[59,14],[36,8],[19,5],[56,20],[49,19],[53,20],[49,19],[39,18],[27,12],[10,6],[56,38],[41,28],[45,33],[10,7],[4,2],[-5,0],[-43,68],[0,0],[55,48],[2,1],[14,10],[0,0],[4,3],[0,-1],[19,-33],[10,84],[33,61],[99,122],[42,4],[9,0],[27,7],[49,13],[76,19],[35,10],[11,2],[8,3],[47,23],[61,31],[31,17],[21,12],[17,12],[31,20],[69,44],[116,74],[116,75],[154,99],[149,96],[253,161],[161,103],[49,28],[90,49],[148,81],[34,19],[15,9],[12,6],[117,71],[111,68],[112,67],[158,95],[103,60],[72,43],[137,82],[149,88],[28,23],[39,29],[24,18],[26,20],[21,17],[52,41],[86,66],[20,16],[102,82],[125,103],[107,87],[114,96],[73,61],[46,31],[86,57],[72,47],[75,49],[97,67],[55,36],[67,53],[154,126],[145,131],[338,318],[204,191],[171,163],[-33,53],[-3,6],[-5,7],[-2,3],[14,12],[0,1],[98,84],[65,41],[38,32],[57,56],[65,44],[185,130],[23,23],[117,-1],[16,0],[22,-3],[8,2],[1308,-1053],[13,-19],[31,-32],[47,-28],[32,-13],[15,-5],[46,-3],[50,8],[78,21],[106,48],[31,12],[-30,93],[2,14],[14,13],[126,50],[367,150],[24,9],[5,-3],[9,-6],[33,-103],[7,-8],[9,3],[3,7],[1,8],[-33,116],[306,122],[28,11],[24,-20],[29,-21],[28,-15],[26,-6],[37,5],[12,2],[41,16],[7,4],[978,-2924],[11,-32],[-81,-35],[-9,-11],[-2,-15],[63,-232],[-67,-54],[-52,-44],[0,19],[-403,-158],[-228,-93],[-179,-78],[-123,-57],[-411,-211],[-393,-211],[-192,-104],[-54,-32],[-85,-53],[-57,-21],[-112,-76],[-245,-167],[-56,-37],[-197,-131],[-86,-60],[-25,-30],[-39,-82],[-11,-7],[-7,3],[-17,90],[-35,-11],[-46,-50],[-58,-47],[-105,-98],[-73,-45],[-234,-149],[-33,-13],[-46,2],[-9,1],[-32,7],[-36,4],[-37,-8],[-43,-31],[-38,-33],[-25,-32],[-60,-6],[-144,-146],[0,-14],[5,-10],[60,-62],[15,-19],[7,-23],[2,-43],[-14,-17],[-122,-99],[-204,-167],[-181,-146],[-38,-25],[-2,-9],[11,-11],[15,-11],[-3,-17],[-9,-13],[-48,-29],[-29,-18],[-42,-24],[-27,-23],[-19,-13],[-25,-5],[-23,-9],[-8,-14],[4,-18],[17,-7],[22,1],[18,2],[10,-8],[6,-21],[2,-18],[-4,-27],[-9,-14],[-21,-38],[-22,-28],[0,-3],[-20,-30],[-20,-18],[-21,-14],[-22,-7],[-23,-2],[-19,7],[-26,25],[-13,16],[-16,9],[-27,4],[-28,-2],[-5,1],[-42,-27],[-557,-460],[-126,-103],[-812,-659],[-182,-170],[-99,-94],[-112,-110],[-205,-189],[-124,-113],[-180,-164],[-28,-23],[-39,-10],[-184,-50],[-170,-48],[-202,-55],[-195,-56],[-66,-18],[-12,-3],[-275,-77],[-177,-47],[-125,-37],[-51,-13],[-139,-38],[-185,-52],[-174,-48],[-58,-10],[-974,-280],[-371,-107],[-672,-184],[-203,-57],[-143,-39],[-119,-34],[-440,-125],[-393,-113],[-13,-3],[-840,-76],[-308,-88],[-14,-2],[-11,2],[-22,77],[-4,2],[-7,-1],[-238,-70],[-1,-1],[0,-4],[21,-88],[1,-12],[-168,-47],[-4,19],[35,13],[-14,72],[-160,-42],[19,-91],[-365,-106],[-4,9],[-16,63],[-1,3],[-11,0],[-320,-96],[-2,0],[-1,2],[-2,3],[-61,246],[2,1],[220,69],[2,4],[-6,23],[-3,13],[-2,4],[-4,2],[-20,-6],[-184,-54],[-275,-86],[-1,-7],[12,-37],[2,0],[3,0],[217,64],[3,-2],[62,-247],[-1,-2],[-1,-2],[-18,-8],[-1,-2],[19,-73],[-243,-74],[-285,-88],[-17,65],[-1,4],[-5,3],[-6,-1],[-137,-41],[-15,-4],[-14,-4],[-160,-48],[1,-7],[15,-62],[-92,-35],[-19,75],[-2,1],[-192,-54],[-88,-25],[18,-77],[-520,-166],[-709,-199],[-1,48],[1,24],[-2,0],[-168,-50],[-1,-2],[-1,-6],[7,-13],[19,-44],[-584,-173],[-146,-45],[-64,-21],[-61,-12],[-404,-57],[-677,-109],[-315,-49],[-65,-10],[-5,-1],[-26,-9],[-3,-13],[-2,-19],[14,-623],[-3,-3],[-16,-14],[-39,-22],[-40,-19],[-9,-1],[-13,2],[-8,3],[-40,35],[-34,26],[-24,10],[-49,11],[-24,1],[-19,-1],[-24,-9],[-23,-15],[-42,-29],[-15,-1],[-18,0],[-17,4],[-28,13],[-21,5],[-15,0],[-14,-6],[-11,-8],[-12,-16],[-24,-39],[-18,-23],[-11,-6],[-6,-1],[-7,0],[-26,1],[-32,12],[-24,14],[-18,11],[-18,17],[-9,21],[-23,31],[-12,9],[-10,1],[-13,1],[-9,1],[-5,-3],[-20,-23],[-13,-10],[-11,0],[-9,-4],[-14,2],[-18,9],[-53,28],[-16,13],[-16,5],[-28,3],[-2,164],[-5,105],[-3,7],[-17,9],[-11,3],[-11,-3],[-11,-3],[-8,-6],[-12,-15],[-4,-11],[-4,-17],[-7,1],[0,12],[-124,3],[-2,7],[-4,5],[-9,7],[-5,3],[-10,3],[-39,7],[-42,7],[-12,2],[-192,30],[-496,84],[-148,23],[-15,79],[-4,36],[-5,5],[-150,83],[55,-249],[60,-293],[65,-320],[41,-208],[0,-4],[2,-33],[3,1],[4,-2],[37,-171],[5,-38],[1,-27],[0,-35],[-1,-27],[-5,-56],[-4,-27],[-4,-29],[-7,-39],[-13,-37],[-35,-90],[-69,-195],[-39,-115],[-18,-71],[-57,2],[-22,1],[-57,-4],[-36,-8],[-26,-10],[-25,-20],[-20,-22],[-11,-19],[-2,-18],[-5,-135],[-3,-58],[-9,-217],[-1,-14],[0,-46],[-73,-4],[-356,-11],[-443,-13],[-50,-2],[-14,0],[-101,-5],[-188,-2],[-175,-5],[-209,-4],[-197,-4],[-17,-1],[-158,-5],[-169,-5],[-418,-6],[-17,-2],[-71,-7],[-64,-2],[-153,-4],[-341,-10],[-396,-12],[-129,-1],[-14,0],[-25,1],[-19,5],[-22,8],[-181,87],[-32,10],[-17,4],[-22,2],[-33,0],[-35,-8],[-41,-18],[-119,-62],[-55,-28],[-31,-13],[-19,-6],[-30,-3],[-210,-7],[-200,-4],[-164,-2],[-200,-7],[-423,-11],[-163,-5],[-254,-15],[-81,-4],[-167,-7],[-141,-2],[-46,0],[-64,0],[-42,4],[-18,3],[-53,21],[-60,27],[-124,59],[-168,85],[-217,113],[-170,85],[-189,90],[-297,147],[-88,45],[-165,81],[-118,61],[-250,128],[-195,98],[-82,42],[-85,42],[-219,107],[-8,3],[-19,10],[-73,36],[-75,39],[-250,132],[-119,61],[-80,40],[-184,73],[-162,62],[-345,127],[-150,59],[-228,87],[-537,201],[-393,141],[-225,79],[-148,53],[-104,38],[-27,10],[-42,13],[-15,7],[-68,24],[-75,30],[-51,20],[-51,27],[-501,328],[-236,154],[-36,13],[-535,359],[-1242,811],[-390,250],[-64,38],[-31,37],[-46,57],[-32,42],[-22,19],[-54,32],[-69,46],[-54,40],[-71,54],[-69,54],[-79,67],[5,76],[13,151],[7,53],[65,395],[-19,160],[-55,55],[-96,77],[-23,34],[-23,55],[-2,15],[47,9],[11,13],[-2,10],[-6,5],[-36,99],[48,41],[-7,12],[-13,18],[-11,0],[-34,3],[-70,2],[-36,2],[-42,12],[-103,36],[-34,11],[-213,58],[-156,41],[-8,9],[-1,21],[-4,19],[-20,16],[-23,3],[-18,-1],[-18,-8],[-31,-1],[-12,5],[-115,52],[-24,11],[-8,-2],[-1807,1369],[-2,8],[-12,14],[-17,7],[-39,-2],[-148,-3],[-347,1],[-174,-9],[-126,-10],[-89,-21],[-120,-35],[-105,-39],[-95,-47],[-65,-38],[-81,-53],[-78,-61],[-71,-63],[-149,-135],[-282,-264],[-211,-202],[-270,-255],[-572,-534],[-119,-108],[-118,-111],[-47,-44],[-41,-32],[-47,-28],[-39,-19],[-53,-19],[-6,-1],[-30,-8],[-131,-37],[-71,-25],[-69,-27],[-54,-24],[-62,-31],[-88,-57],[-95,-67],[-193,-141],[-242,-173],[-116,-79],[-164,-102],[-72,-43],[-27,44],[-14,11],[-19,2],[-15,-3],[-79,-47],[-41,-25],[-288,373],[62,86],[28,42],[3,19],[-6,19],[-35,44],[173,218],[115,154],[139,175],[202,242],[116,141],[27,33],[33,50],[31,57],[2,7],[26,68],[30,89],[27,115],[25,120],[10,111],[-3,56],[-7,21],[-17,16],[-14,5],[-24,-2],[-419,-64],[7,19],[0,13],[-2,16],[-16,23],[-17,13],[-12,5],[-21,1],[-43,-9],[-46,-16],[-61,-41],[-28,0],[-16,6],[-14,21],[-26,36],[-20,12],[-21,16],[-15,15],[-29,21],[-5,-9],[-210,-183],[-4,1],[0,10],[2,57],[-13,28],[-20,19],[-25,13],[-11,8],[-3,21],[-111,87],[-2,0],[-10,4],[-2,10],[41,34],[33,24],[3,13],[-6,7],[-11,4],[-13,0],[-28,-11],[5,21],[18,12],[7,13],[-5,39],[3,35],[7,24],[3,2],[-27,53],[-18,44],[-17,39],[-22,47],[-19,34],[-21,23],[-13,14],[-37,37],[-33,49],[-21,77],[-4,32],[-16,28],[-21,16],[-30,16],[-13,21],[-11,19],[-7,16],[-8,16],[-11,30],[-11,42],[-3,19],[-3,18],[-5,63],[-8,34],[-5,26],[-8,16],[-17,9],[-26,5],[-7,12],[0,3],[-3,2],[-37,17],[8,5],[2,14],[-1,9],[-7,4],[-21,6],[-38,8],[-63,0],[-18,1],[-41,21],[-38,29],[-24,9],[-26,6],[-22,21],[10,23],[8,31],[7,40],[-4,20],[16,8],[9,-19],[8,-8],[19,13],[5,26],[-1,27],[-8,35],[9,36],[8,6],[12,14],[0,19],[-5,15],[-3,18],[-8,12],[-5,2],[-7,41],[13,14],[6,50],[-10,26],[-10,6],[-5,4],[8,39],[11,-4],[8,-4],[122,0],[13,-15],[15,-2],[7,-13],[12,-28],[28,-11],[49,-8],[22,-5],[12,-8],[11,1],[20,2],[15,-2],[17,-2],[9,-14],[18,-7],[16,-17],[18,-8],[14,6],[8,3],[7,17],[-8,22],[-8,14],[-22,25],[-10,20],[-14,12],[-14,10],[-12,20],[-21,12],[-27,29],[-16,2],[-11,18],[-14,0],[-34,88],[-22,76],[-16,62],[-69,205],[-63,186],[-40,151],[-17,78],[-3,17],[-2,16],[-8,-1],[-10,-4],[-7,-4],[-35,-64],[-12,-39],[0,-1],[-13,-55],[-14,-45],[-29,-55],[-16,-19],[-24,-12],[47,850],[4,29],[1,5],[12,-3],[16,1],[26,12],[23,33],[32,70],[86,271],[64,222],[6,49],[-4,18],[-15,16],[-25,3],[-24,-5],[-24,-19],[11,14],[3,36],[-3,39],[-16,36],[-18,20],[-39,20],[10,26],[27,72],[87,243],[68,183],[109,294],[165,454],[102,277],[237,651],[211,583],[174,484],[66,174],[42,-6],[38,7],[19,10],[17,13],[25,2],[29,17],[18,26],[11,45],[5,28],[11,19],[24,17],[39,30],[26,25],[21,36],[27,55],[30,54],[48,99],[11,50],[6,47],[7,38],[9,15],[15,8],[46,15],[96,18],[42,4],[32,8],[30,5],[11,-2],[7,-1],[18,-14],[31,-16],[33,-19],[56,-56],[95,-100],[44,-59],[67,-96],[15,-29],[0,-11],[-18,-62],[8,-8],[9,2],[20,69],[16,3],[9,4],[8,19],[9,22],[4,8],[11,-1],[-5,-21],[-3,-8],[-2,-13],[16,-1],[107,-2],[50,-10],[162,-42],[85,-16],[41,-10],[39,-10],[21,14],[12,-25],[63,-20],[88,-47],[169,-109],[111,-75],[33,-27],[231,-219],[87,-84],[59,-63],[8,-23],[6,-27],[0,-31],[-47,-142],[-85,-220],[-13,-37],[-28,-52],[10,-17],[270,48],[19,55],[47,78],[111,190],[35,19],[45,30],[37,34],[19,22],[29,47],[66,112],[2,0],[23,-4],[44,-3],[64,-3],[116,-1],[86,-3],[77,-6],[46,-10],[231,-53],[71,-18],[27,-11],[142,-87],[14,-14],[-1,-41],[61,-3],[40,5],[39,13],[23,7],[7,-1],[91,-34],[122,-45],[90,-40],[87,-47],[37,-19],[260,-75],[16,-2],[57,-2],[33,-6],[48,-12],[70,-25],[27,-15],[54,-39],[16,-8],[248,-67],[44,-13],[2,-25],[8,-4],[40,-6],[69,-6],[103,-15],[121,-17],[46,-9],[59,-17],[114,-38],[105,-39],[76,-38],[45,-27],[55,-41],[53,-50],[68,-79],[12,-24],[0,-60],[5,-269],[6,-5],[8,-2],[9,7],[99,203],[0,-6],[3,-6],[56,-25],[215,-85],[79,-28],[51,-12],[46,-2],[44,3],[43,11],[40,14],[30,13],[30,16],[20,14],[31,28],[23,29],[36,55],[18,29],[17,20],[26,4],[15,10],[18,22],[12,14],[26,5],[27,0],[22,12],[17,18],[16,19],[17,12],[18,0],[14,12],[19,17],[22,12],[16,1],[6,-2],[14,-6],[8,-9],[-1,-15],[-8,-17],[26,-159],[15,-65],[16,-46],[15,-31],[42,-51],[47,-33],[60,-22],[151,-25],[24,-4],[18,-1],[25,0],[395,0],[5,-1],[51,-16],[44,-12],[48,-16],[33,-11],[20,-6],[52,-12],[41,-7],[54,-4],[47,-1],[217,0],[53,-2],[60,-2],[68,-8],[24,-4],[30,-7],[31,-7],[111,-31],[-8,20],[66,43]],[[277383,337770],[1,188],[35,76]],[[277419,338034],[-6,-40],[-9,-47],[-12,-74],[-3,-23],[-2,-47],[-4,-33]],[[287505,341631],[-4,-3],[-9,-10],[-42,-63],[-82,-115],[-31,-37],[-19,-14],[-30,-35],[-65,-37],[-70,-28],[-76,-16],[-63,-17],[-104,-30],[-60,-18],[-102,-23],[-81,-21],[-80,-21],[-16,-5],[-45,-10],[-45,-11],[-34,-8],[-50,-13],[-12,-3],[-39,-10],[-27,-7],[-30,-8],[-28,-8],[-49,-11],[-28,-7],[-32,-8],[-20,-7],[-34,-15],[-34,-16],[-59,-23],[-49,-18],[-36,-14],[-20,-9],[-13,-5],[-13,-6],[-20,-7],[-13,-5],[-16,-7],[-16,-6],[-31,-12],[-10,-4],[-17,-6],[-35,-9],[-16,-5],[-18,-5],[-16,-4],[-30,-6],[-15,-4],[-15,-4],[-14,-3],[-9,-2],[-7,-1],[-21,-6],[-32,-9],[-18,-4],[-16,-4],[-22,-5],[-18,-4],[-25,-7],[-19,-5],[-29,-7],[-12,-2],[-9,-1],[-8,-1],[-15,-3],[-32,-9],[-2,-1],[-12,-3],[-14,-5],[-40,-8],[-19,-3],[-43,-7],[-49,-12],[-82,-16],[-60,-15],[-60,-11],[-65,-15],[-57,-12],[-30,-7],[-22,-6],[-41,-11],[-22,-7],[-24,-6],[-9,-3],[-91,-23],[-128,-32],[-64,-17],[-17,-5],[-11,-3],[-11,-2],[-14,-3],[-70,-14],[-36,-8],[-19,-6],[-26,-7],[-57,-12],[-36,-8],[-67,-14],[-72,-17],[-109,-26],[-104,-21],[-34,-9],[-41,-10],[-55,-12],[-91,-21],[-21,-5],[-20,-5],[-16,-3],[-9,-2],[-13,-6],[-9,-7],[-6,-5],[-10,-5],[-33,-17],[-49,-31],[-33,-22],[-54,-34],[-9,-6],[-55,-38],[-29,-19],[-76,-46],[-27,-19],[-15,-6],[-14,-5],[-12,-3],[-15,-4],[-52,-41],[-19,-4],[-12,-2],[-14,1],[-7,2],[-5,4],[-51,67],[-11,16],[-6,15],[-10,20],[-11,27],[-8,33],[-12,62],[-6,37],[-17,73],[-13,42],[-14,35],[-11,32],[-24,78],[-9,39],[-4,27],[-5,27],[-5,31],[-10,44],[-1,8],[-6,15],[-10,25],[-9,15],[-10,16],[-11,14],[-11,9],[-11,7],[-15,9],[-9,9],[-11,13],[-2,11],[-5,12],[-4,6],[-6,4],[-4,2],[-3,0],[-3,0],[-2,-6],[0,-6],[0,-20],[1,-8],[0,-7],[-11,-11],[-4,-1],[-9,0],[-123,9],[-25,3],[-48,8],[-91,11],[-26,4],[-18,2],[-20,0],[-30,-1],[-18,-1],[-37,-7],[-18,-2],[-18,-4],[-55,-19],[-83,-31],[-39,-10],[-24,-4],[-25,-2],[-39,1],[-17,2],[-31,6],[-24,6],[-34,12],[-41,17],[-37,14],[-13,3],[-42,1],[-17,-2],[-37,-13],[-84,-23],[-43,-9],[-18,-3],[-52,-7],[-40,-4],[-58,-3],[-58,-1],[-65,-1],[-46,1],[-19,2],[-10,1],[-12,4],[-14,4],[-20,6],[-34,14],[-64,33],[-9,3],[-15,4],[-2,0],[-9,0],[-33,1],[-14,-1],[-103,-34],[-104,-38],[-112,-33],[-235,-70],[-48,-21],[-36,-22],[-25,-21],[-61,-52],[-80,-66],[-94,-67],[-68,-48],[-41,-29],[-24,-20],[-57,-49],[-40,-37],[-37,-36],[-64,-64],[-32,-28],[-62,-51],[-23,-22],[-21,-14],[-12,-13],[-39,-46],[-46,-40],[-58,-53],[-16,-11],[-28,-17],[-29,-21],[-89,-70],[-73,-59],[-6,-5],[-158,-153],[-35,-32],[-25,-29],[-46,-53],[-76,-91],[-29,-36],[-6,-6],[-9,-13],[-52,-68],[-3,-6],[-33,-31],[-15,-15],[-107,-102],[-82,-81],[-65,-62],[-42,-40],[-11,-7],[-10,-4],[-13,-4],[-14,-10],[-32,-25],[-7,-21],[-5,-12],[-3,-5],[-41,-34],[-2,-2]],[[278046,338764],[-5,106],[-27,237],[-23,214],[-1,22],[4,34],[27,192],[-1,17],[-10,45],[-4,32],[-68,110],[20,-2],[11,4],[9,7],[57,53],[110,95],[149,103],[2,-4],[0,-3],[91,-66],[8,87],[28,-41],[-2,7],[-3,5],[31,62],[37,26],[210,157],[125,107],[135,113],[205,178],[177,151],[100,82],[242,208],[213,181],[275,230],[302,260],[222,189],[258,222],[35,37],[47,48],[70,75],[19,18],[11,6],[9,4],[575,-149],[231,-62],[303,-79],[188,-51],[107,-28],[64,-17],[208,-56],[145,-37],[17,-1],[22,2],[19,6],[18,7],[40,22],[130,95],[130,94],[212,158],[182,133],[16,10],[18,9],[17,5],[15,2],[19,-1],[20,-9],[107,-84],[61,-44],[22,-12],[26,-9],[37,-7],[44,1],[91,14],[249,43],[92,16],[471,82],[43,9],[273,47],[384,63],[124,18],[17,1],[46,-2],[18,-1],[78,-15],[46,-16],[56,-21],[48,-22],[58,-34],[107,-69],[145,-93],[159,-104],[141,-93],[141,-94],[196,-127],[68,-44],[153,-108],[48,-33],[18,-12],[56,-30],[10,-7],[4,-3],[31,-4]],[[265186,342504],[-79,25],[-1,2],[-20,6],[-51,17],[-74,19],[-971,295],[-65,10],[-1,1],[-38,10],[-30,0],[-36,6],[-4,0],[-12,-64],[-4,-4],[-12,-20],[4,-20],[4,3],[-22,-111],[-4,-5],[-2,-26],[-8,-45],[-15,-84],[-9,-49],[-1,-7],[-4,-17],[-6,-16],[-2,-6],[-3,-5],[-13,-18],[-15,-14],[-4,-3],[-15,-7],[-15,-5],[-7,1],[-24,0],[-68,3],[-33,1],[-162,8],[-58,4],[-97,5],[-162,8],[-128,8],[-31,5],[-18,4],[-3,1],[-41,14],[-9,3],[-29,12],[-27,12],[-99,43],[-95,40],[-14,5],[-3,1],[-15,4],[-6,2],[-20,2],[-19,-1],[-7,0],[-26,-2],[-132,-10],[-14,0],[-11,0],[-6,1],[-16,9],[-4,3],[-30,26],[-20,19],[-5,4],[-49,48],[-15,16],[-16,16],[-13,12],[-10,10],[-8,4],[-4,2],[-11,5],[-70,0],[-216,5],[-404,7],[-66,1],[-99,1],[-35,2],[-60,2],[-16,6],[-18,7],[0,0],[-16,7],[-18,79],[-109,142],[-61,-3]],[[260905,342976],[7,67],[2,20],[0,17],[-3,20],[-3,18],[-4,22],[-7,29],[-18,86],[-10,46],[-31,165],[19,7],[1,-5],[18,5],[-9,39],[-18,87],[-18,97],[-14,74],[-6,26],[-7,24],[-8,12],[6,5],[74,-4],[89,-5],[61,-5],[52,-3],[67,10],[192,31],[149,24],[99,16],[254,44],[197,31],[335,55],[90,16],[21,4],[274,42],[62,8],[25,3],[29,0],[52,1],[46,-1],[218,-17],[50,-4],[184,-15],[184,-13],[133,-10],[126,-10],[180,-15],[184,-13],[10,-6],[241,-12],[287,-18],[27,4],[73,-3],[247,-14],[90,-7],[195,-13],[85,-6],[21,-2],[63,-6],[3,-2],[-42,-69],[-21,-33],[-89,-141],[-38,-63],[-93,-142],[-68,-110],[-18,-41],[-7,-35],[-2,-23],[0,-125],[-6,-254],[-1,-105],[0,-34],[0,-91],[0,-152]],[[277411,338078],[5,-6],[3,-8],[0,-9],[1,-11],[-1,-10]],[[277383,337770],[-2,-22],[-16,-133],[-3,-13]],[[277362,337602],[-5,-22],[-8,-12],[-5,3],[-4,3],[-12,9],[-6,4],[-42,-16],[-2,-17],[-15,-12],[-14,2],[2,13],[-8,21],[-17,8],[-11,-17],[13,-27],[-13,-8],[-17,8],[-18,-10],[-31,-2],[-3,-20],[-17,1],[-15,-30],[-13,-16],[-20,0],[-23,-13],[-21,18],[1,21],[-9,12],[-18,-9],[-7,-20],[7,-12],[-22,-24],[-29,-7],[-15,2],[-13,2],[-14,8],[-12,5],[-14,-8],[-28,-21],[-2,-6],[-8,-24],[7,-45],[10,-25],[-11,-14],[-13,-7],[-52,-18],[-36,-12],[-49,0],[-19,5],[-8,10],[-7,10],[-13,-10],[-16,-14],[-5,-8],[-19,15],[0,3],[0,64],[2,39],[1,19],[1,5],[3,4],[16,1],[17,0],[21,-1],[-3,72],[-1,3],[-26,31],[-10,3],[-1,46],[-8,247],[-5,205],[2,0],[45,6],[14,0],[17,-2],[217,30],[323,48],[20,3],[15,1],[1,0],[12,2],[34,-3],[19,-1],[22,-2],[11,-1],[19,-9],[10,-11]],[[269074,340789],[120,-32],[7,-1],[1,-1],[2,-1],[4,-2],[7,-5],[26,-10],[71,-24],[9,-4],[42,-16],[12,-2],[8,0],[5,1],[10,8],[20,9],[9,5],[5,3],[34,33],[21,26],[11,5],[5,1],[5,-4],[10,-5],[5,-3],[15,-11]],[[269538,340759],[-42,-36],[-67,-74],[-89,37],[-72,-206],[0,0],[0,0],[-59,-168],[1013,-439],[227,-98],[261,-114],[531,-230],[155,-67],[13,-6],[1112,-482],[332,-144],[441,-184],[258,-108],[407,-38],[0,0],[4,39],[0,0],[19,117],[2,9],[0,1]],[[273984,338568],[1,-1],[1,0],[0,0],[50,-10],[0,0],[0,0],[204,-42],[5,1],[406,-78],[403,-78],[1,-3],[-31,-151],[-42,-196],[97,-22],[252,-41],[317,-53],[268,-42],[55,0],[51,2],[26,4],[16,3],[16,5],[7,1],[1,-1],[64,0],[-1,117],[-1,88],[22,-2],[21,0],[59,0],[88,2],[1,-51],[10,-425],[2,-47],[1,-14],[1,-17],[2,-69],[1,-16],[5,-3],[-16,-50],[-9,-16],[-28,4],[-10,-1],[-103,-8],[-6,-36],[-11,-17],[-9,-2],[-11,11],[-3,21],[0,34],[-23,0],[-12,-21],[-16,-9],[-21,4],[-8,17],[2,17],[12,12],[20,7],[-20,20],[-9,14],[-8,6],[-14,-15],[-11,-3],[-13,0],[-10,12],[-4,13],[-14,0],[-7,-5],[-4,-18],[0,-6],[-32,-114],[-6,-19],[-14,-23],[-20,-19],[-17,-14],[-26,-13],[-30,-4],[-339,8],[-6,1],[-68,70],[-10,0],[-15,1],[-195,7],[-78,10],[-42,7],[-178,44],[-6,4],[-38,82],[-119,33],[-241,56],[-50,10],[-43,4],[-52,2],[-4,3],[-51,73],[-72,13],[-105,19],[-72,17],[-94,27],[-93,22],[-60,16],[-35,5],[-9,4],[-51,87],[-47,13],[-133,37],[-171,38],[-100,18],[-52,12],[-5,6],[-66,82],[-49,5],[-59,4],[-277,-3],[-69,1],[-4,5],[-12,61],[-126,7],[-41,4],[-96,21],[-52,13],[-243,88],[-3,6],[-93,120],[-73,29],[-89,29],[-143,36],[-128,34],[-3,5],[-93,101],[-78,30],[-75,32],[-128,60],[-99,46],[-5,12],[-69,101],[-7,3],[-15,7],[-8,3],[-200,87],[-230,88],[-60,96],[-24,9],[-111,42],[-42,14],[-36,7],[-74,5],[-200,5],[-143,63],[-110,0],[-76,0],[-65,7],[-48,5],[-119,15],[-9,5],[-66,75],[-74,16],[-158,38],[-9,7],[-245,193],[1,16],[-10,25],[-12,24],[-18,26],[-24,29],[-114,123],[-38,43],[-45,33],[-48,31],[-57,35],[-25,13],[-33,10],[-52,9],[-43,5],[-86,12],[-44,4],[-39,-1],[-49,-6],[-107,67],[-51,5],[-62,10],[-86,13],[-71,15],[-150,41],[-12,6],[-18,62],[-88,25],[-38,12],[-39,22],[-130,66],[-93,51],[-93,60],[-18,18],[-33,124],[-48,40],[-82,56],[-44,21],[-59,25],[-127,46],[-64,27],[-7,5],[-73,96],[-172,59],[-50,18],[-63,20],[-48,12],[-48,13],[-56,11],[-17,7],[-61,82],[-96,31],[-94,36],[-93,42],[-85,46],[-83,51],[-38,27],[-77,55],[-10,87],[-1,25],[-1,34],[5,55],[-8,10],[-13,22],[-8,9],[-6,6],[-5,110],[-2,14]],[[265457,341902],[374,-155],[1959,-815],[1270,-543],[96,-41],[10,27],[27,73],[-12,10],[-20,18],[25,277],[-31,11],[-81,25]],[[288078,341211],[-9,17],[-8,3],[-8,-1],[-5,-4],[-2,8],[2,16],[6,19],[12,18],[15,15],[17,13],[309,258],[12,12],[0,22],[-1,14],[-13,21],[-115,172],[-11,21],[-4,18],[-5,49],[0,8]],[[288270,341910],[214,-169],[36,-150],[-1,0],[2,-1],[23,-94],[-460,-284],[-2,2],[-4,-3]],[[282574,340760],[7,-20],[9,-23],[6,-25],[8,-38],[15,-66],[44,-162],[2,-9],[-1,-5],[-2,-2],[-33,-15],[0,-2],[0,-2],[5,-24],[2,-1],[35,10],[3,-2],[4,-3],[3,-4],[2,-5],[23,-69],[6,-25],[7,-40],[11,-42],[13,-44],[6,-17],[-23,-15],[-132,-82],[-83,-43],[-42,-17],[-19,-11],[-47,-29],[-40,-19],[-163,-63],[-129,-53],[-190,-99],[-34,-22],[-36,-27],[-33,-21],[-43,-21],[-196,-118],[-76,-45],[-18,-14],[-16,-16],[-31,-37],[-37,-37],[-15,-12],[-13,-8],[-22,-11],[-49,-18],[-38,-20],[-76,-48],[-32,-24],[-62,-57],[-73,-62],[-49,-44],[-24,-19],[-15,-10],[-8,-4],[-7,0],[-6,0],[-6,2],[-8,5],[-11,15],[-8,8],[-6,1],[-5,0],[-8,-1],[-15,-6],[-16,-12],[-8,-6],[-5,-12],[0,-7],[7,-14],[11,-14],[17,-16],[3,-5],[1,-10],[-1,-9],[-3,-5],[-10,-8],[-7,-2],[-33,-3],[-26,-9],[-14,-9],[-22,-18],[-19,-18],[-28,-17],[-57,-39],[-51,-32],[-136,-86],[-28,-15],[-230,-121],[-177,-88],[-103,-50],[-38,-18],[-24,-9],[-30,-7],[-76,-8],[-30,-4],[-19,-7],[-58,-29],[-70,-26],[-37,-13],[-28,-15],[-33,-21],[-65,-29],[-40,-16],[-5,-3],[-16,-8],[-21,-14],[-18,-15],[-15,3],[-8,-1],[-13,-4],[-15,-9],[-18,-18],[-17,-22],[-12,-7],[-8,-3],[-12,0],[-20,1],[-17,-2],[-18,-5],[-19,-11],[-37,-37],[-22,-24],[-15,-20],[-26,-39],[-85,-30],[-102,-36],[-17,-7],[-17,-12],[-24,-12],[-33,-9],[-12,-1],[-11,2],[-22,5],[-19,5],[-15,-2],[-22,-5],[-32,-12],[-179,-55],[-95,-31],[-250,-89],[-21,-4],[-110,-26],[-189,-48],[-12,-2],[-19,1],[-155,16],[-16,5],[-15,7],[-10,9],[-7,9],[-5,12],[-4,13],[-5,41],[-1,24],[1,1],[17,0],[3,62],[4,43],[4,46],[6,54],[7,48],[3,11],[8,33],[6,24],[8,19],[21,50],[18,32],[49,77],[25,34],[34,42],[2,30],[2,9],[3,5],[68,69],[20,18],[119,88],[139,101],[19,18],[44,39],[51,44],[93,83],[12,16],[11,12],[28,24],[141,129],[45,40],[39,35],[5,1],[2,-6],[19,-79],[6,2],[17,13],[0,2],[-11,96],[76,82],[1,1],[83,117],[49,69],[48,59],[15,19],[38,42],[33,36],[65,76],[37,38],[39,39],[31,27],[24,18],[21,12],[19,10],[22,14],[15,13],[153,137],[51,47],[24,22],[106,93],[74,69],[112,101],[33,30],[23,23],[16,11],[41,24],[17,13],[18,17],[20,23],[17,16],[199,160],[32,22],[26,17],[20,10],[27,11],[141,54],[35,12],[131,45],[212,72],[23,6],[16,3],[23,1],[27,-1],[35,-12],[43,-18],[58,-31],[8,0],[109,-42],[7,-2],[5,2],[36,37],[8,6],[11,5],[17,2],[50,3],[101,8],[18,2],[43,10],[11,3],[26,8],[101,27],[17,4],[16,2],[19,1],[12,0],[13,-3],[15,-4],[18,-8],[11,-7],[7,-8],[6,-9],[3,-11],[1,-7],[2,-3],[1,-2],[8,-1],[17,1],[3,1],[2,7],[2,4],[2,3],[5,3],[4,0],[23,-2],[56,-9],[37,-3],[24,0],[8,-1],[17,3],[43,13],[31,8],[81,32],[60,16],[35,6],[20,2],[40,3],[15,-1],[34,-5],[159,-22],[20,-4],[27,-2],[33,-1],[61,-4],[24,-1],[18,0],[14,-3],[8,-5],[7,-6],[8,-6],[7,-9],[6,-11]],[[268591,340959],[-290,103],[-621,274],[-841,401],[-70,40],[-143,77],[-79,43],[-114,56],[-134,57],[-307,132],[-174,72],[-364,158],[-7,2],[-32,3],[-2,0]],[[265413,342377],[-1,22],[-1,9],[1,-1],[146,-59],[35,-17],[25,-12],[288,-119],[262,-110],[256,-105],[91,-35],[94,-49],[151,-82],[211,-118],[146,-86],[63,-33],[138,-66],[166,-73],[355,-154],[136,-64],[67,-29],[72,-29],[228,-99],[249,-109]],[[269538,340759],[0,0],[48,-47],[132,-130],[136,-133],[97,-96],[47,-46],[31,-29],[24,-16],[34,-13],[131,-52],[161,-61],[191,-73],[304,-115],[156,-60],[137,-52],[29,-9],[164,-64],[216,-82],[141,-56],[24,-6],[323,-125],[165,-63],[68,-24],[165,-64],[246,-96],[90,-38],[39,-13],[88,-35],[251,-103],[31,-10],[13,-5],[16,-2],[13,-1],[8,0],[21,2],[13,5],[30,20],[15,15],[57,72],[52,70],[14,11],[14,5],[17,2],[24,0],[121,-17],[209,-26],[154,-20],[0,-1],[45,-4],[34,-4],[0,0],[25,-2],[0,-4],[0,0],[0,0],[-4,-37],[-3,-15],[-12,-90],[-46,-296],[-4,-34],[-41,-95],[-8,-29],[0,0]],[[277411,338078],[4,-4],[15,-14],[100,220],[2,4],[23,27],[40,52],[66,85],[41,48],[18,14],[44,33],[52,42],[113,86],[117,93]],[[287505,341631],[15,-7],[19,-1],[20,2],[19,5],[24,5],[9,1],[10,-14],[27,-40],[53,-77],[11,9],[8,-13],[-3,-3],[174,-269],[26,-37],[8,3],[10,2],[8,-1],[11,-16],[5,-6],[12,-28],[1,-4],[2,-14],[-3,-5],[-5,-4],[6,-14],[-6,-5],[3,-4],[91,-151],[16,-25],[10,-3],[7,-4],[14,-10],[147,-232],[34,-53],[3,-3],[5,-1],[4,0],[3,4],[1,2],[43,-68],[5,0],[-4,-2],[-10,-7],[-45,-33],[-41,-28],[-56,-38],[-10,-6],[-27,-12],[-39,-18],[-49,-19],[-53,-20],[-49,-19],[-56,-20],[-19,-5],[-36,-8],[-59,-14],[-56,-12],[-66,-13],[-75,-15],[-79,-12],[-30,-1],[-32,1],[-48,3],[-81,3],[-55,2],[-44,-3],[-84,-5],[-82,-5],[-72,-3],[-88,-3],[-76,-4],[-114,-7],[-96,-6],[-73,-6],[-48,-7],[-141,-13],[-96,-10],[-95,-13],[-150,-21],[-10,-2],[-50,-10],[-47,-9],[-50,-10],[-31,-6],[-44,-5],[-97,-13],[-104,-32],[-44,-14],[-43,-7],[-54,-12],[-56,-11],[-36,-6],[-24,-3],[-11,1],[-18,3],[-23,5],[-22,2],[-114,12],[-124,11],[-9,-32],[-9,-36],[-3,-49],[-3,-57],[-3,-33],[-5,-53],[-9,-42],[-5,-22],[-5,-21],[-8,-9],[-9,-8],[-15,-6],[-18,-6],[-25,-7],[-26,-6],[-32,-4],[-64,-9],[-56,-6],[-59,-8],[-23,-4],[-46,-10],[-56,-21],[-28,-11],[-58,-27],[-51,-21],[-34,-12],[-33,-10],[-14,-5],[-37,-19],[-52,-26],[-19,-10],[-44,-24],[-59,-39],[-58,-39],[-47,-33],[-27,-23],[-25,-24],[-18,-18],[-8,-13],[-12,-16],[-27,-21],[-39,-31],[-54,-43],[-23,-19],[-20,-16],[-20,-13],[-15,-8],[-16,-8],[-35,-16],[-34,-13],[-22,-5],[-23,-3],[-20,-1],[-13,2],[-7,4],[-12,-4],[-121,-49],[-69,-28],[-63,-25],[-20,-8],[-106,-23],[-249,-54],[-67,-15],[-189,-41],[-35,-7],[0,-2],[-12,-23],[-14,-6],[-10,-4],[-13,-4],[-15,-2],[-15,1],[-12,3],[-9,-3],[-12,-8],[-10,-9],[-16,-10],[-18,-2],[-84,-39],[-50,-32],[-61,-56],[-59,-47],[-67,-42],[-29,-9],[-45,-18],[-43,-27],[-27,-8],[-25,-4],[-23,0],[-25,5],[-23,5],[-7,2],[-4,-3],[-157,-50],[-158,-42],[-151,-28],[-183,-48],[-201,-50],[-318,-89],[-140,-32],[-200,-38],[-192,-25],[-221,-25],[-234,-26],[-123,-16],[-66,-12],[-78,-29],[-100,-35],[-172,-82],[-256,-112],[-7,-4],[-71,-28],[-119,-46],[-126,-48],[-177,-67],[-207,-81],[-136,-47],[-231,-82],[-306,-109],[-70,-24],[-98,-34],[0,35],[3,300],[0,141],[-20,-6]],[[265457,341902],[-4,2],[-9,50],[0,11],[-5,20],[-5,30],[-5,36],[0,27],[3,56],[2,36],[0,71],[-1,14],[-9,64],[-4,25],[-3,10],[-4,15],[0,8]],[[268591,340959],[19,-7],[128,-45],[304,-108],[32,-10]],[[265186,342504],[5,-54],[114,-1382],[0,-229],[-14,7],[-434,201],[-134,44],[-414,155],[-419,121],[-85,22],[-77,18],[-955,148],[-404,149],[-723,171],[-667,182],[-92,293],[-5,132],[-14,58],[-5,20],[0,143],[39,272],[3,1]],[[288270,341910],[0,37],[2,40],[4,33],[7,44],[8,33],[46,114],[71,148],[42,82],[13,37],[18,46],[7,16],[17,38],[2,5],[11,18],[5,10],[-2,9],[-3,2],[-5,0],[-5,-2],[-22,-17],[-4,-1],[-4,14],[-2,44],[0,6],[26,57],[9,22],[-4,6],[-6,5],[22,10],[12,-7],[5,-7],[23,-13],[50,-32],[17,-10],[7,-1],[8,-8],[0,0],[1,0],[0,0],[1,-1],[0,0],[1,-1],[0,0],[0,-1],[1,0],[0,0],[0,-1],[1,0],[0,0],[2,-1],[1,-2],[2,-2],[2,-1],[1,-1],[2,-2],[2,-2],[2,-1],[0,-1],[9,-5],[0,0],[1,-1],[14,-9],[34,-22],[13,-8],[6,-3],[90,-48],[0,0],[3,-1],[3,-2],[4,-2],[2,-1],[1,0],[0,-1],[413,-236],[17,-10],[6,-2],[13,-1],[17,1],[4,1],[0,0],[1,0],[19,5],[6,1],[3,1],[0,0],[19,5],[26,6],[128,31],[1,1],[6,1],[39,10],[1,0],[24,6],[25,6],[42,10],[3,1],[0,0],[43,11],[19,4],[14,4],[50,12],[35,9],[32,8],[0,0],[26,6],[0,0],[1,0],[14,3],[26,7],[33,8],[32,8],[0,0],[17,3],[17,5],[9,2],[32,7],[18,5],[11,2],[12,3],[23,5],[13,3],[10,2],[19,5],[2,1],[54,10],[-19,-4],[16,3],[9,2],[0,0],[61,12],[0,1],[7,1],[31,6],[12,2],[39,8],[33,5],[25,6],[2,0],[0,0],[325,70],[30,7],[78,17],[1,0],[14,3],[10,2],[2,1],[31,6],[15,4],[12,2],[7,2],[6,1],[8,2],[12,2],[0,0],[19,4],[0,0],[1,1],[15,3],[2,0],[1,1],[17,3],[6,2],[0,0],[1,0],[1,0],[5,1],[0,0],[22,5],[10,2],[3,1],[1,0],[9,2],[6,1],[0,0],[7,2],[27,6],[49,12],[37,9],[64,17],[3,2],[41,14],[20,8],[45,17],[20,8],[26,10],[24,10],[68,31],[20,8],[40,19],[31,23],[25,23],[154,129],[7,7],[7,5],[159,139],[14,11],[11,10],[17,14],[9,8],[21,17],[14,12],[28,22],[10,10],[22,17],[31,27],[30,25],[79,66],[1,1],[3,2],[11,9],[16,14],[5,4],[7,5],[17,15],[24,19],[16,13],[12,10],[49,41],[27,22],[66,55],[287,251],[62,54],[0,-1],[1,2],[11,8],[18,18],[10,8],[8,7],[21,19],[7,7],[48,42],[3,2],[6,5],[83,74],[6,5],[12,9],[181,143],[5,5],[66,51],[36,29],[21,16],[23,19],[25,19],[22,17],[100,75],[2,-3],[15,-25],[13,-20],[3,-6],[2,-3],[5,-7],[3,-6],[33,-53],[-171,-163],[-204,-191],[-338,-318],[-145,-131],[-154,-126],[-67,-53],[-55,-36],[-97,-67],[-75,-49],[-72,-47],[-86,-57],[-46,-31],[-73,-61],[-114,-96],[-107,-87],[-125,-103],[-102,-82],[-20,-16],[-86,-66],[-52,-41],[-21,-17],[-26,-20],[-24,-18],[-39,-29],[-28,-23],[-149,-88],[-137,-82],[-72,-43],[-103,-60],[-158,-95],[-112,-67],[-111,-68],[-117,-71],[-12,-6],[-15,-9],[-34,-19],[-148,-81],[-90,-49],[-49,-28],[-161,-103],[-253,-161],[-149,-96],[-154,-99],[-116,-75],[-116,-74],[-69,-44],[-31,-20],[-17,-12],[-21,-12],[-31,-17],[-61,-31],[-47,-23],[-8,-3],[-11,-2],[-35,-10],[-76,-19],[-49,-13],[-27,-7],[-9,0],[-42,-4],[-99,-122],[-33,-61],[-10,-84],[-19,33],[0,1],[-4,-3],[-172,308],[-38,69],[-87,155]],[[452372,769844],[-48,-621],[-41,-531],[-83,-1136],[-46,-568],[-30,-411],[0,-11],[-52,-722],[-53,-708],[-20,0],[-25,-1],[-20,-7],[-20,-17],[-54,-52],[-101,-104],[-81,201],[-27,54],[-27,78],[-13,32],[-46,111],[-60,148],[-403,-230],[-6,10],[-14,21],[-7,7],[-2,3],[-3,3],[-30,34],[-21,17],[120,162],[86,122],[90,128],[50,79],[28,48],[32,64],[28,65],[163,396],[159,379],[57,148],[70,176],[40,110],[52,165],[12,61],[10,48],[6,43],[3,39],[1,36],[-1,40],[-3,45],[-11,59],[-16,56],[-20,80],[-185,690],[-22,78],[-23,79],[-9,26],[-17,36],[-70,122],[-21,40],[-9,31],[-3,19],[2,27],[4,40],[10,62],[10,64],[4,65],[3,79],[-2,136],[0,90],[6,0],[2,55],[4,54],[4,32],[14,88],[3,22],[138,19],[26,5],[65,6],[303,34],[-1,7],[6,1],[148,19],[-13,-175]],[[438146,821126],[0,0],[3734,127],[1416,-2719],[545,-1048],[112,-5],[427,-18]],[[444380,817463],[-80,-76],[-4,-242],[170,-1911],[-1,5],[146,-1578],[1,-13],[70,-158],[29,-71],[24,-51],[99,-243],[3,2],[414,-869],[106,-117],[6,9],[1808,617],[101,70],[261,139],[92,54],[111,59],[73,48],[111,107],[121,112],[111,129],[68,91],[53,101],[44,97],[33,112],[30,134],[29,144],[0,140],[9,310],[1,9],[-18,55],[-9,32],[-11,38],[-19,40],[-18,31],[-1,17],[5,21],[11,11],[13,4],[22,10],[43,6],[1,4],[797,-10],[150,-5],[0,-42],[-5,-216],[8,-90],[-2,-7],[-3,-15],[-2,-12],[-2,-14],[0,-13],[0,-13],[0,-19],[-8,-20],[-7,-184],[-5,1],[-3,-193],[76,-1],[356,-6],[1,4],[136,-1]],[[449925,814036],[-35,-185],[-63,-323],[-187,-973],[-101,-521],[-8,-16],[-4,-3],[-20,-4],[-52,0],[3,-15],[-148,14],[-19,1],[-22,2],[-150,3],[-330,9],[-51,1],[-444,10],[-298,6],[-34,3],[-1997,42],[-582,12],[-18,1],[-71,-213],[-173,-518],[-160,-479],[-4,-1621],[14,-2692],[3,-516],[-2,-497],[-12,-3829],[20,-2603],[5,-631],[124,-117],[399,-422],[554,-587],[455,-1376],[526,-1593],[2249,-7374],[620,0],[1802,0]],[[451714,787032],[0,-4],[3,-5],[16,0],[17,-1],[13,-8],[4,-15],[0,-11],[-6,-5],[-10,-1],[-7,-1],[-5,-8],[-3,-18],[-4,-16],[-13,-26],[2,-5],[8,-2],[6,-3],[1,-11],[-2,-17],[-4,-3],[-6,0],[-5,-5],[-1,-11],[1,-6],[-2,-4],[-7,0],[-5,-6],[2,-8],[10,-4],[9,1],[9,-2],[4,-9],[-9,-24],[-3,-9],[8,-7],[15,-2],[11,2],[14,0],[10,-5],[9,-7],[0,-14],[-2,-25],[-2,-22],[-3,-12],[-6,-16],[-1,-11],[6,-9],[7,-17],[13,-9],[17,-11],[7,-18],[10,-13],[20,-5],[6,-5],[0,-4],[1,-6],[2,-14],[4,-9],[7,-15],[1,-7],[2,-14],[1,-7],[18,-50],[-1012,-3110]],[[450890,783343],[-72,-14],[-381,-77],[-30,-7],[0,0],[-58,-14],[-2,1],[-7,4],[0,-89],[1,-325],[-1,-1],[0,-112],[0,-513],[0,-2878],[0,-1],[0,-3]],[[450340,779314],[-368,-142],[-356,-216],[-379,-317],[-356,-433],[-241,-458],[-115,-508],[-34,-407],[11,-343],[65,-230],[62,-215],[252,-521],[414,-471],[528,-470],[452,-180],[14,-45],[-3,-38],[4,-9],[18,-33],[13,-29],[9,-31],[17,-21],[18,-43],[25,-71],[14,-65],[0,-37],[6,-31],[10,-37],[6,-46],[-9,-56],[0,-3],[26,-26],[28,-42],[17,-61],[14,-73],[0,-46],[-12,-43],[-22,-35],[-16,-32],[-6,-28],[4,-43],[-4,-14],[0,-17],[2,-8],[5,-9],[10,-7],[20,-12],[6,-4],[6,-4],[53,16],[8,-14],[14,-14],[18,-12],[17,-11],[95,-372],[108,-383],[-5,-36],[6,-41],[-4,-45],[-7,-28],[-11,-23],[-2,-26],[2,-8],[8,-29],[0,-15],[4,-25],[-2,-20],[-11,-29],[-7,-25],[-16,-25],[-4,-13],[9,-53],[16,-50],[14,-50],[4,-10],[10,-25],[20,-19],[16,-9],[10,-4],[12,-13],[14,-38],[4,-33],[-9,-24],[-5,-10],[-5,-12],[0,-25],[5,-30],[11,-36],[5,-27],[6,-10],[6,-23],[2,-20],[-3,-28],[-9,-22],[-9,-25],[4,-25],[10,-26],[12,-12],[9,-15],[-2,-3],[-12,-16],[-12,-30],[-9,-26],[-3,-13],[-2,-9],[2,-6],[2,-7],[18,-25],[13,-26],[5,-25],[7,-59],[5,-44],[3,-26],[2,-13],[8,-16],[9,-9],[14,-32],[27,-98],[18,-58],[5,-42],[0,-38],[-1,-14],[3,-4],[-96,-7],[-2,-14],[14,-7],[123,8],[3,-7],[19,-24],[15,-14],[20,-18],[24,-14],[29,-7],[22,2],[39,38],[13,15],[8,13],[10,7],[17,1],[17,-4],[16,-9],[38,-138],[47,-158],[45,-165],[37,-141],[39,-172],[20,-91],[0,-2]],[[451535,769905],[1,0],[-44,-18],[-631,-261],[-1916,-789],[0,-2827],[0,-366],[1,0],[1534,-476],[19,-6],[147,-47],[7,-3],[34,45]],[[450687,765157],[-73,-98],[-151,-204],[-77,-109],[-244,-330],[-56,-72],[-16,-21],[-65,-75],[-23,-20],[-29,-22],[-26,-14],[-40,-12],[-206,-39],[-201,-32],[-51,-7],[-31,13],[-21,-1],[-27,-3],[-21,8],[-67,50],[-17,18],[-7,20],[1,53],[-7,31],[-28,29],[40,263],[0,12],[-8,7],[-9,0],[-5,-7],[-73,-471],[-3,-36],[-10,-8],[-22,-9],[-31,-14],[-53,-31],[-147,-98],[-228,-151],[-46,-23],[-40,-13],[-43,-9],[-42,-4],[-46,2],[-52,6],[-52,20],[-32,23],[-37,36],[-43,44],[-22,24],[-4,33],[-1,25],[-5,18],[-8,11],[0,24],[12,36],[14,19],[10,8],[15,11],[0,8],[4,5],[-1,13],[-14,2],[-3,-3],[-4,2],[-115,-90],[-7,-5],[-17,15],[-22,18],[-25,15],[-7,3],[-54,18],[-67,-3],[-91,-17],[-9,-1],[-8,-2],[-81,-15],[-108,-32],[-95,-47],[-62,-42],[-56,-42],[-8,-9],[-56,72],[-18,17],[-7,-1],[-2,-10],[6,-16],[53,-68],[9,-14],[-30,-40],[-66,-97],[-62,-88],[-63,-79],[-82,-83],[-82,-60],[-1,-1],[-86,-52],[-14,-10],[-13,-8],[-10,-10],[-8,-6],[-37,-35],[-26,-29],[-7,-7],[-25,-31],[-6,-4],[-76,111],[-7,3],[-5,-3],[-1,-8],[4,-10],[67,-106],[6,-8],[-1,-2],[-47,-60],[-39,-50],[-69,-53],[-33,-23],[-120,-77],[-65,-39],[-53,-27],[-6,0],[-65,134],[-6,3],[-7,-8],[0,-10],[37,-79],[25,-50],[-78,-31],[-209,-87],[-121,-65],[-14,34],[-37,81],[-3,7],[-9,10],[-10,-5],[-3,-12],[0,0],[18,-34],[26,-60],[9,-24],[2,-9],[-49,-27],[-82,-44],[-127,-55],[-100,-30],[-34,-16],[-5,2],[-14,83],[-8,11],[-8,-1],[-3,-8],[16,-102],[-38,-41],[-123,-115],[-130,-93],[-67,-45],[-69,-1],[-31,91],[-7,18],[-9,5],[-10,-5],[-1,-13],[42,-117],[-32,-22],[-58,-33],[-159,-48],[-115,-33],[-113,-34],[-113,-32],[-35,128],[-7,10],[-7,0],[-4,-10],[35,-137],[-90,-36],[-5,-2],[-9,-3],[-53,-22],[-46,-23],[-60,-41],[-68,-56],[-44,-37],[-2,0],[-10,8],[-62,76],[-22,30],[-10,6],[-6,-6],[2,-12],[82,-110],[5,-12],[-154,-151],[-41,-49],[-117,-161],[-156,-217],[-82,-151],[-50,-93],[-5,-9],[-155,-269],[-31,-26],[-21,-11],[-30,-10],[-117,90],[-18,15],[-12,-2],[0,-10],[3,-10],[127,-103],[0,-37],[-9,-40],[-15,-38],[-27,-46],[-44,-60],[-30,-33],[-33,-28],[-40,-29],[-40,-21],[-68,71],[-61,60],[-9,0],[-4,-8],[1,-10],[125,-130],[-7,-54],[-11,-36],[-19,-37],[-23,-32],[-34,-33],[-35,-32],[-65,-48],[-50,-32],[-31,-13],[-110,162],[-8,7],[-11,-4],[-2,-9],[119,-180],[4,-8],[-115,-94],[-237,-166],[-28,-16],[-60,83],[-7,-2],[-6,-8],[2,-9],[52,-81],[-71,-95],[-54,-70],[-82,-119],[-43,-93],[-49,-147],[-30,-111],[-67,24],[-14,6],[-12,-4],[0,-8],[7,-8],[79,-29],[-65,-169],[-45,-153],[-57,-100],[-84,60],[-16,10],[-8,0],[-3,-6],[2,-7],[89,-66],[9,-10],[-157,-234],[-4,-19],[-19,-21],[-44,-59],[-41,-60],[-25,-40],[-19,8],[-10,-2],[-5,-8],[3,-10],[25,-17],[-9,-81],[0,-1],[-19,-92],[-11,-34],[-4,-5],[-4,-3],[-6,-5],[-36,-13],[-5,-1],[-12,0],[-55,24],[-22,7],[-18,0],[-20,-4],[-210,-75],[-16,-10],[-19,-14],[-16,-15],[-2,-2],[-20,-15],[-409,-371],[-16,-23],[0,0],[-5,-6],[-5,-15],[0,-26],[-13,-63],[-27,-155],[16,-306],[32,-497],[57,-405],[90,-587],[106,-649],[220,-514],[253,-451],[391,-605],[342,-388],[415,-324],[367,-199],[277,-108],[448,-18],[229,45],[130,90],[93,103],[20,-13],[64,-58],[34,-35],[25,-36],[16,-25],[11,-15],[-26,-190],[4,-6],[11,-2],[5,5],[29,184],[50,1],[33,-1],[9,-1],[33,-2],[29,-6],[22,-7],[31,-16],[51,-35],[47,-41],[92,-108],[20,-33],[6,-25],[0,-19],[-69,-119],[-3,-14],[5,-10],[8,-3],[11,3],[13,17],[95,164],[52,93],[11,7],[20,3],[21,0],[153,-112],[6,-4],[3,-2],[18,-9],[80,-42],[6,-4],[9,-8],[27,-25],[45,-42],[30,-31],[32,-33],[21,-23],[33,-33],[31,-32],[14,-14],[31,-31],[47,-48],[47,-48],[12,-10],[45,-46],[48,-49],[35,-36],[27,-28],[17,-18],[27,-27],[15,-16],[29,-33],[9,-9],[26,-23],[29,-25],[42,-34],[25,-18],[59,-41],[12,-9],[-40,-342],[23,-5],[21,193],[10,8],[33,18],[52,14],[31,2],[25,-2],[13,-4],[32,-14],[3,-2],[63,-43],[67,-47],[46,-31],[36,-25],[117,-83],[41,-27],[30,-21],[107,-74],[62,-48],[122,-110],[47,-50],[21,-33],[17,-54],[1,-10],[-6,-13],[-37,-35],[14,-15],[41,38],[39,-16],[19,-12],[21,-18],[70,-101],[48,-81],[18,-32],[18,-33],[11,-22],[5,-7],[10,-13],[31,-55],[7,-10],[13,-25],[6,-11],[21,-34],[6,-11],[-19,-16],[-72,-59],[15,-19],[74,54],[18,14],[10,-15],[16,-27],[14,-21],[57,-88],[46,-71],[30,-46],[27,-42],[2,-2],[21,-37],[-50,-41],[-23,-19],[14,-20],[9,7],[64,51],[14,-24],[15,-22],[26,-40],[35,-51],[32,-46],[28,-40],[17,-24],[68,-95],[72,-98],[133,-173],[10,-11],[2,-2],[7,-8],[8,-9],[1,-1],[4,-4],[35,-32],[17,-11],[5,-5],[33,-28],[19,-21],[-62,-61],[2,-7],[7,-10],[6,-1],[62,63],[12,-10],[28,-28],[30,-31],[24,-24],[44,-48],[43,-46],[27,-31],[28,-35],[-59,-72],[15,-15],[58,70],[4,-6],[38,-40],[17,-18],[57,-63],[67,-75],[15,-16],[23,-24],[-66,-74],[3,-8],[6,-7],[5,-2],[70,72],[24,-24],[143,-157],[34,-38],[48,-55],[-67,-65],[16,-21],[68,66],[12,-14],[16,-18],[55,-61],[89,-101],[55,-60],[-65,-71],[14,-17],[68,70],[12,-14],[118,-130],[2,3],[210,-236],[54,-56],[28,-28],[29,-27],[141,-109],[296,-238],[180,-148],[110,-90],[39,-34],[48,-43],[44,-35],[50,-39],[324,-255],[249,-141],[132,-72],[146,-72],[172,-84],[122,-126],[90,-101],[92,-79],[48,-45],[201,-200],[0,-38],[20,-2],[1,11],[58,-1],[-4,-17],[3,-51],[20,1],[2,20],[49,-18]],[[452018,744811],[-203,-436],[-159,-395],[-420,-1041],[-969,-2256],[-625,-1435],[-299,-678],[-214,-486],[7,0],[224,-7],[1902,-56],[1987,12],[902,-9],[130,38],[3259,1245],[4152,0],[118,227],[335,577],[1836,3191],[222,414],[437,785],[80,140],[101,174],[14,49],[-1,0],[39,45],[-14,35]],[[464859,744944],[14,-3],[27,-5],[16,-1],[13,-1],[2,0],[6,0],[-49,-85],[27,-8],[59,-22],[122,-51],[169,-75],[19,-7],[-6,-51],[-3,-47],[1,-44],[3,-45],[23,-44],[19,-21],[23,-15],[14,-5],[13,20],[1,3],[11,39],[14,2],[57,13],[45,3],[54,-14],[365,-185],[0,-8],[6,-25],[19,-33],[7,-7],[14,-1],[76,0],[14,5],[184,-81],[122,-57],[199,-98],[109,-28],[135,-34],[47,-15],[101,-30],[111,-34],[46,-14],[26,-10],[82,-33],[257,-125],[20,-9],[100,-51],[473,-238],[154,-76],[171,-86],[59,-29],[326,-158],[404,-203],[66,-34],[141,-72],[96,-48],[41,-23],[35,-23],[6,-5],[24,-19],[17,-13],[12,-10],[6,-3],[9,-6],[13,-9],[7,-6],[59,-38],[196,-112],[76,-42],[60,-36],[7,-5],[30,-19],[7,-4],[24,-17],[16,-11],[92,-66],[66,-47],[57,-42],[16,-11]],[[470359,742096],[-18,-191],[-2,-226],[-1,-126],[21,-973],[-13,-474],[5,-875],[10,-835],[299,-131],[0,0],[190,-82],[640,-274],[992,-417],[741,-304],[744,-315],[862,-370],[1,-1],[0,-2],[614,-281],[0,0],[0,0],[13,13],[178,170],[0,0],[86,86],[126,129],[129,130],[74,74],[161,164],[32,33],[196,198],[30,31],[41,40],[149,152],[10,10],[68,70],[92,92],[80,81],[69,70],[154,156],[70,71],[17,17],[96,97],[72,73],[119,121],[81,82],[24,25],[2,1],[77,78]],[[477690,738483],[0,0],[10,-5],[-5,-18],[-1,-25],[11,-90],[12,-38],[17,-33],[17,-23],[41,-27],[113,-43],[54,-16],[23,12],[8,42],[39,-13],[33,-9],[36,-5],[37,2],[33,16],[92,70],[25,17],[15,17],[387,-83],[104,-22],[0,0],[77,-18],[20,-2],[1,0],[26,-2],[7,-1]],[[478922,738186],[1,-4],[151,-529],[237,-743],[838,-2806],[6257,0],[2827,893],[3076,4180],[1393,1982],[5477,0],[811,802],[281,279],[-1,0],[2,2]],[[500272,742242],[169,30],[201,37],[265,48],[140,26],[64,-8],[56,-15],[44,-18],[20,-15],[22,-19],[36,-21],[32,-30],[45,-53],[66,-72],[20,-20],[30,-49],[53,-39],[23,-29],[25,-48],[26,-37],[24,-32],[50,-76],[50,-46],[36,-42],[39,-53],[70,-84],[49,-72],[50,-69],[17,-34],[3,-19],[-64,-41],[12,-27],[68,40],[19,-32],[39,-44],[19,-12],[18,-51],[97,-176],[66,-113],[84,-125],[20,-23],[17,1],[17,11],[8,18],[-10,25],[-30,42],[-58,90],[-136,230],[-95,205],[-84,231],[-36,106],[-43,165],[-49,207],[-40,258],[16,56],[28,59],[28,41],[19,14],[163,26],[399,59],[-1,-3],[72,12],[39,6],[51,4],[59,-132],[1918,-4244],[-122,-21],[-402,-55],[-283,-37],[-257,-35],[-266,-33],[-563,-80],[-190,-24],[-169,-19],[-120,-18],[-6,-1],[-46,-9],[-28,-6],[-21,-3],[-75,-15],[-119,-35],[-50,-17],[-32,-10],[-8,-3],[-62,-21],[0,-1],[-37,-12],[-154,-62],[-121,-57],[-147,-79],[-147,-91],[-135,-97],[-112,-91],[-74,-64],[-71,-65],[-75,-74],[-76,-84],[-81,-92],[-30,-39],[-3,-4],[-4,-6],[-17,-21],[-11,-14],[-2,-4],[-44,-57],[-76,-106],[-70,-106],[-12,-18],[-67,-108],[-84,-152],[-83,-149],[-140,-247],[-158,-291],[-176,-316],[-26,-42],[-118,-211],[-593,-1065],[-75,-139],[-406,-718],[-66,-121],[-345,-614],[-34,-65],[-282,-503],[-669,-1209],[-451,-805],[-895,-1606],[-575,-1032],[-118,-213],[-119,-209],[-362,-650],[-243,-432],[-122,-224],[-175,-314],[-83,-143],[-235,-425],[-235,-421],[-117,-215],[-236,-419],[-591,-1064],[-592,-1057],[-237,-427],[-238,-425],[-242,-438],[-246,-433],[-123,-224],[-222,-395],[-151,-270],[-373,-669],[-213,-388],[-256,-460],[-61,-112],[-66,-119],[-377,-677],[-126,-223],[-440,-776],[-150,-265],[-191,-349],[-48,-99],[-51,-111],[-75,-204],[-27,-85],[-30,-101],[-56,-221],[-26,-127],[-19,-109],[-15,-108],[-11,-117],[-12,-148],[-2,-92],[-2,-456],[-6,-458],[-2,-457],[-4,-214],[1,-235],[-4,-462],[-8,-686],[-3,-456],[-8,-684],[-1,-228],[-3,-230],[0,-224],[-5,-685],[-5,-458],[-4,-228],[0,-229],[-8,-686],[-7,-911],[-9,-915],[-3,-225],[-2,-444],[0,-21],[-4,-220],[-3,-456],[-7,-456],[-5,-684],[-4,-228],[-1,-230],[-3,-228],[-6,-1018],[-2,-178],[-3,-173],[-1,-230],[-9,-910],[-9,-1033],[-3,-237],[-12,-1278],[-12,-1277],[-2,-165],[-11,-1062],[-8,-659],[-10,-720],[-13,-1491],[-9,-1130],[-11,-684],[-11,-1446],[-7,-546],[-6,-803],[-7,-536],[-10,-1432],[-7,-1008],[0,-153],[-3,-317],[2,0],[-1,-522],[-28,-1986],[-2,-781],[-4,-428],[-11,-778],[-4,-83],[-96,-19],[-128,-75],[-340,-189],[-222,-235],[-289,-406],[-154,-405],[-136,-377],[-76,-434],[-34,-490],[102,-414],[170,-321],[153,-245],[366,-348],[681,-311],[1082,-151],[979,-29],[860,0],[783,-18],[775,-114],[71,-11],[58,-67],[52,-67],[44,-60],[50,-71],[40,-60],[92,-148],[6613,-11383],[23,-35],[21,-30],[22,-38],[4,-15],[1,-16],[-4,-18],[-7,-16],[-102,-92],[-78,-66],[-274,-235],[-34,-32],[-17,-19],[-15,-19],[-11,-18],[-7,-19],[-3,-18],[-2,-20],[0,-19],[3,-23],[5,-22],[6,-15],[12,-32],[5,-6],[-1513,-1467],[-9,11],[-23,22],[-16,12],[-15,5],[-17,1],[-24,-1],[-24,-7],[-21,-9],[-20,-15],[-508,-511],[-156,-155],[-144,-139],[-171,-154],[-185,-156],[-169,-132],[-192,-133],[-252,-162],[-212,-121],[-421,-209],[-162,-67],[-161,-60],[-228,-72],[-212,-70],[-3083,-934],[-67,-20],[-2490,-748],[-52,-15],[-117,-37],[-734,-219],[-512,-154],[-537,-163],[-622,-185],[-360,-110],[-758,-229],[-189,-55],[-547,-169],[-244,-72],[-563,-176],[-138,-47],[-156,-57],[-176,-76],[-117,-59],[-112,-54],[-215,-112],[-186,-108],[-169,-104],[-103,-72],[-125,-93],[-180,-137],[-167,-133],[-106,-89],[-108,-97],[-174,-173],[-156,-162],[-129,-147],[-92,-107],[-289,-345],[-156,-189],[-93,-109],[-309,-367],[-592,-707],[-356,-420],[-678,-808],[-392,-467],[-174,136],[-258,120],[-298,98],[-413,135],[-190,30],[-346,67],[-262,6],[-83,2],[-387,-45],[-169,-45],[-231,-188],[-128,-150],[-109,-120],[-149,-195],[-162,-225],[-109,-195],[-88,-285],[7,-293],[27,-405],[47,-405],[10,-51],[51,-286],[68,-360],[102,-353],[108,-263],[107,-217],[-37,-39],[-110,-127],[-577,-633],[-92,-105],[-650,-714],[-102,-119],[-137,-149],[-215,-242],[-260,-284],[-119,-139],[-96,-104],[-220,-244],[-152,-174],[-118,-127],[-356,-400],[-142,-156],[-238,-264],[-97,-104],[-87,-102],[-371,-405],[-167,-184],[-17,-17],[-160,-178],[-176,-199],[-253,-278],[-113,-125],[-127,-121],[-71,-59],[-72,-56],[-2,-1],[-45,-34],[-46,-34],[-167,-106],[-24,-13],[-48,-27],[-50,-28],[-50,-26],[-56,-28],[-55,-25],[-52,-22],[-55,-21],[-59,-22],[-53,-19],[-58,-18],[-58,-18],[-59,-15],[-59,-14],[-60,-11],[-60,-12],[-63,-12],[-60,-9],[-64,-8],[-61,-7],[-174,-13],[-418,-28],[-437,-28],[-647,-43],[-262,-18],[-293,-20],[-526,-35],[-432,-28],[-431,-27],[-864,-60],[-444,-30],[-121,340],[-154,271],[5,1],[7,6],[5,7],[-41,46],[-96,80],[-74,48],[-66,26],[-63,5],[-89,-5],[-232,-25],[-282,-39],[-117,-21],[-32,-13],[-59,-35],[-166,-100],[-77,-50],[-50,-38],[-24,-29],[-27,-36],[-122,-200],[-275,-480],[-35,-57],[1,-3],[-23,-33],[-7,-13],[1,-9],[9,-3],[-2,-33],[-14,-6],[49,-107],[35,-396],[-15,-151],[-5,-2],[-2,-6],[-3,-12],[-53,-56],[-2,1],[7,-8],[-24,-36],[-14,-25],[-13,-82],[-180,-355],[-18,-36],[-8,-20],[-5,-15],[2,-17],[7,-17],[8,-9],[-8,-13],[-14,-36],[-19,-34],[27,-24],[109,25],[209,-122],[-19,-46],[30,-82],[-180,-511],[-115,-344],[-148,-430],[-168,-502],[-177,-507],[-174,-510],[-171,-504],[-100,-300],[-119,-280],[-21,-28],[-15,-15],[-17,-12],[-13,-9],[-10,-3],[-7,0],[-7,1],[-12,7],[-2,3],[-22,30],[-28,41],[-23,42],[-1,1],[-1,1],[-112,186],[-91,118],[-106,148],[-155,195],[-106,125],[-226,203],[-183,156],[-219,141],[-275,156],[-190,86],[-205,39],[-275,-8],[-247,-16],[-254,-47],[-225,-70],[-155,-101],[-261,-180],[-170,-148],[-283,-300],[61,237],[109,307],[446,1218],[199,529],[171,475],[215,570],[67,191],[70,205],[80,204],[98,268],[157,418],[106,293],[193,525],[128,330],[84,218],[50,131],[130,306],[139,280],[79,141],[203,336],[188,267],[120,163],[253,308],[92,103],[152,150],[144,140],[149,135],[181,153],[128,97],[156,117],[119,77],[170,107],[113,69],[131,74],[102,55],[152,71],[182,80],[185,74],[214,75],[773,284],[162,53],[161,61],[130,48],[113,54],[106,58],[113,77],[54,48],[70,68],[39,39],[60,73],[59,70],[53,69],[63,88],[54,96],[51,107],[38,101],[38,127],[32,128],[20,120],[13,120],[5,117],[-4,144],[-8,135],[-19,103],[-43,179],[-71,253],[-160,588],[-129,488],[-32,127],[-108,391],[-169,636],[-165,612],[-155,583],[-168,609],[-141,530],[-62,216],[-78,301],[-216,791],[-49,187],[-50,184],[-52,195],[-61,201],[-110,363],[-94,241],[-64,162],[-116,250],[-178,330],[-204,370],[-421,755],[-456,816],[-307,531],[-490,861],[-489,868],[-809,1450],[-500,879],[-500,888],[-975,1738],[-477,853],[-501,888],[-322,575],[-415,737],[-91,162],[-505,896],[-15,27],[-19,42],[-38,107],[69,57],[160,84],[155,93],[178,103],[80,123],[18,64],[4,133],[-40,143],[-84,206],[-111,212],[-76,137],[-120,192],[-89,128],[-75,84],[-98,54],[-89,39],[-164,34],[-173,-24],[-191,-54],[-212,-69],[-17,11],[-22,4],[-35,-3],[-67,-7],[-44,63],[-207,384],[-141,257],[-252,456],[-126,218],[-254,451],[-226,405],[-134,241],[-109,194],[-40,75],[-336,599],[-140,252],[-128,223],[-109,183],[-132,215],[-98,148],[-124,170],[-262,321],[-487,573],[-364,431],[-322,382],[-191,224],[-204,241],[-307,370],[-81,95],[-467,559],[-291,341],[-153,181],[-524,626],[-139,165],[-303,362],[-268,318],[-699,832],[-77,89],[-244,289],[-219,259],[-178,212],[-181,213],[-150,181],[-151,178],[-160,196],[-83,90],[-268,310],[-119,135],[-211,248],[-121,138],[-148,163],[-133,139],[-204,193],[-161,142],[-156,131],[-155,115],[-169,117],[-191,126],[-187,111],[-361,190],[-488,240],[-1045,512],[-571,281],[-444,218],[-555,273],[-469,233],[-1027,500],[-688,336],[-562,273],[-1000,494],[-699,348],[-404,197],[-237,117],[-379,184],[-555,273],[-50,24],[-345,174],[-134,58],[-131,55],[-128,44],[-131,39],[-180,43],[-265,44],[-59,5],[1898,2767],[382,680],[318,893],[85,821],[-21,564],[-22,563],[-148,517],[-276,516],[-466,493],[-700,446],[-806,470],[-806,352],[-1255,433],[3,27],[-295,139],[-6,-15],[-25,-11],[-4,23],[-19,7],[-35,24],[-43,25],[-26,31],[-17,52],[-91,305],[-23,78],[-28,135],[-25,114],[-7,54],[-6,4],[-18,6],[-56,17],[-51,10],[-62,8],[-53,7],[-44,4],[-9,9],[-5,11],[0,18],[0,12],[5,11],[8,10],[15,7],[71,8],[142,25],[9,5],[6,3],[3,9],[3,14],[-19,159],[-14,125],[-7,38],[-29,99],[-5,43],[1,52],[-1,64],[0,39],[10,27],[5,26],[8,16],[18,3],[17,-5],[19,-14],[24,-16],[27,-7],[26,7],[21,24],[8,22],[1,44],[0,43],[-6,41],[-11,32],[-18,25],[-25,22],[-22,8],[-33,3],[-16,-12],[-22,-13],[-16,-4],[-13,14],[-12,23],[-5,24],[-2,29],[0,68],[-8,131],[-7,118],[1,49],[7,101],[12,67],[19,102],[9,41],[14,48],[24,52],[21,43],[33,50],[26,38],[46,53],[40,41],[33,30],[50,40],[61,34],[38,16],[25,3],[26,0],[30,-5],[28,-11],[29,-16],[19,-9],[76,-51],[20,-16],[15,-10],[8,-5],[10,0],[9,-2],[9,-9],[8,-9],[2,-10],[7,-13],[14,-10],[18,-10],[29,-10],[20,-2],[23,-2],[-84,90],[-97,103],[-93,103],[-94,100],[-101,117],[-113,130],[-132,146],[-35,41],[-78,84],[-46,51]],[[427236,701812],[1206,-7],[-41,1406],[-1446,2748]],[[426955,705959],[-2,22],[-11,31],[-15,31],[-15,20],[-14,12],[-18,7],[-36,8],[-420,85],[-48,11],[-87,26],[-150,54],[-60,27],[-57,31],[-60,42],[-45,33],[-33,27],[-62,55],[-97,93],[-77,76],[-66,74],[-76,90],[-37,38],[-97,105],[-72,71],[-64,70],[-42,45],[-48,55],[-111,124],[-86,75],[-105,82],[-19,13],[-18,8],[-34,384],[6,4],[5,7],[4,10],[1,11],[-2,10],[-5,9],[-10,4],[-135,19],[-257,24],[-11,3],[-5,3],[-809,860],[-4,2],[-7,0],[-4,2],[-38,39],[-3,0],[-15,-21],[-20,18],[16,24],[-19,24],[-4,20],[-566,606],[-92,98],[-73,73],[-58,46],[-49,35],[-76,49],[-63,35],[-75,38],[-72,33],[-72,28],[-92,30],[-61,15],[-51,12],[-73,11],[-56,5],[-22,2],[-54,2],[-50,0],[-45,-2],[-155,-9],[-178,-9],[-819,-50],[-773,-50],[-600,-40],[-711,-49],[-86,-5],[-103,-7],[-50,-6],[-254,-20],[-404,-28],[-355,-30],[-402,-24],[-73,-10],[-127,-8],[-106,-5],[-91,-8],[-14,-1],[-54,-5],[-26,-3],[-3,0],[-294,-19],[-109,-7],[-26,0],[-20,2],[-9,4],[-5,2],[-3,0],[-10,-3],[-6,-1],[-28,0],[-48,5],[-44,13],[-88,45],[-32,21],[-37,27],[-56,43],[-50,43],[-75,77],[-35,42],[-39,45],[-6,6],[-14,16],[-49,43],[-13,5],[-2,2],[-16,7],[-13,1],[-4,0],[-104,9],[-215,24],[-66,8],[-4,2],[-127,17],[-56,6],[-190,32],[-385,81],[-139,32],[-78,22],[-43,10],[-111,28],[-213,63],[-193,59],[-131,37],[-49,11],[-7,3],[-4,0],[-23,5],[-69,9],[-92,6],[-101,2],[-143,-8],[-67,-6],[-43,-3],[-111,-12],[-61,-1],[-28,2],[-194,12],[-35,3],[-39,2],[-163,10],[-35,7],[-54,2],[-3,5],[11,81],[-19,1],[-14,-86],[-2,1],[-16,-1],[-59,-1],[-71,0],[-7,-1],[-116,5],[-64,-1],[-192,-1],[-118,5],[-268,9],[-318,14],[-120,4],[-425,20],[-440,17],[-63,-1],[-5,-1],[-32,-7],[-31,-11],[-28,-14],[-34,-20],[-34,-35],[-37,-45],[-28,-47],[-376,-830],[-77,-173],[-240,-538],[-150,-344],[-38,-85],[-148,-332],[-87,-172],[-31,-57],[-21,-51],[-22,-54],[-23,-26],[-12,-31],[-18,-50],[-8,-30],[-10,-35],[-15,-29],[-16,-16],[-11,-10],[-16,-2],[-16,3],[-102,64],[-8,5],[-27,17],[-166,104],[-14,6],[-1,1],[-15,7],[0,0],[-18,8],[-17,1],[-15,1],[-13,-4],[-24,-11],[-44,-23],[-41,-21],[-70,-35],[-25,-14],[-487,-238],[-33,-24],[-10,-12],[-10,-11],[-17,-29],[-11,-24],[-25,-68],[-12,-36],[-12,-34],[-4,-19],[4,-13],[3,-4],[2,-6],[2,-2],[1,-2],[3,-1],[0,-1],[1,0],[4,-3],[11,-4],[10,1],[7,4],[9,12],[138,3],[15,-17],[53,-62],[28,-38],[20,-24],[58,-75],[58,-72],[37,-45],[66,-83],[43,-55],[8,-10],[35,-42],[11,-15],[0,-4],[1,-9],[-3,-27],[-13,-41],[-12,-25],[-35,-62],[-25,-48],[-22,-35],[-24,-29],[-27,-44],[-15,-23],[-43,-60],[-6,-7],[-13,-16],[-7,-9],[-11,-16],[-22,-28],[-48,-70],[-17,-32],[-13,-24],[-16,-55],[-9,-45],[-15,-49],[-34,-89],[-3,-7],[0,0],[-2,-5],[-24,-45],[-29,-37],[-17,-20],[-71,-71],[-64,-56],[-147,-113],[-51,-40],[-34,-23],[-23,-5],[-30,7],[16,-39],[-45,-39],[-79,-62],[-39,-25],[-18,-8],[-46,-32],[-49,-36],[-136,-96],[-115,-73],[-38,-24],[-126,-77],[-440,-282],[-306,-213],[-130,-94],[-72,-49],[-37,-20],[-64,-18],[-197,-46],[-57,-7],[-218,-7],[-124,0],[-85,2],[-52,3],[-40,-7],[-19,20],[-22,21],[-28,16],[-26,8],[-43,5],[-47,1],[-64,-3],[-182,-13],[-384,-40],[-84,-9],[-495,-19],[-230,2],[-162,7],[-268,8],[-56,6],[-48,8],[-43,10],[-696,205],[10,28],[6,23],[-20,294],[-182,117],[-117,77],[-40,33],[-69,66],[-77,72],[-30,29],[-18,20],[-69,88],[-67,99],[-71,140],[-78,139],[-37,73],[-13,33],[-9,41],[-20,40],[-16,21],[-12,31],[-20,8],[-42,44],[-51,57],[-95,111],[-14,24],[-13,30],[-15,19],[-13,13],[-15,12],[-22,25],[-35,41],[-36,56],[-133,166],[-71,79],[-115,157],[-26,31],[-123,157],[-45,60],[-35,28],[-45,26],[-41,18],[-34,14],[-53,60],[-78,86],[-94,108],[-41,50],[-35,66],[-16,50],[165,147],[-194,253],[-142,200],[-95,121],[-162,199],[-91,96],[-36,36],[-63,53],[-22,5],[-7,31],[-25,18],[-118,144],[-92,108],[-89,82],[-106,110],[-76,78],[-31,32],[-41,25],[-20,12],[-14,4],[-74,36],[-231,174],[-46,41],[-300,345],[-35,44],[-43,45],[-325,308],[-179,167],[-217,214],[42,66],[-15,13],[-6,-2],[-16,-18],[-11,-5],[-20,0],[-29,21],[-90,98],[-34,56],[-1,26],[-1,6],[24,30],[9,56],[9,63],[10,62],[0,45],[-19,33],[-38,60],[-81,100],[-95,90],[-71,100],[-103,176],[-32,64],[-26,66],[-81,296],[-16,48],[-37,54],[-104,142],[-13,11],[-17,5],[-26,0],[-51,-3],[-49,0],[-22,57],[-13,0],[-1,4],[-15,52],[-1,3],[23,19],[24,0],[168,3],[17,8],[24,25],[66,76],[22,34],[8,26],[3,38],[-2,27],[-11,19],[-12,3],[-10,-6],[-7,-18],[-10,-12],[-22,1],[-22,18],[-37,81],[-24,66],[-6,52],[0,46],[6,55],[26,81],[39,135],[18,95],[11,83],[11,106],[5,110],[4,72],[2,24],[-2,55],[-13,120],[-3,15],[30,265],[-6,127],[27,345],[0,419],[61,80],[45,81],[28,80],[13,43],[16,52],[15,60],[12,76],[6,96],[-6,87],[-15,97],[-22,89],[-24,74],[-44,87],[-41,75],[-25,39],[0,74],[9,264],[-28,192],[-8,87],[-19,197],[-14,149],[-13,134],[-37,182],[-46,162],[-73,203],[-94,187],[-80,137],[-192,253],[-256,202],[-164,132],[-157,108],[-63,44],[-210,91],[-247,101],[-182,63],[-235,34],[-123,5],[-136,11],[-93,9],[-192,61],[-146,81],[-146,111],[-128,152],[-53,136],[109,1299],[124,1512],[102,1316],[187,2134],[192,2375],[135,1637],[39,472],[52,643],[69,819],[78,945],[35,444],[61,747],[62,709],[32,366],[11,140],[41,531],[121,1456],[90,1094],[3,73],[8,48],[13,57],[8,82],[1,75],[-7,59],[2,63],[85,965],[66,760],[59,768],[56,756],[44,541],[10,165],[-3,114],[-19,95],[-42,102],[-65,143],[-361,790],[-197,435],[-14,30],[-46,103],[-12,27],[-417,919],[27,15],[1,-1],[14,7],[518,289],[-2,5],[72,41],[-67,220],[-25,32],[-19,40],[-21,44],[0,0],[0,0],[-10,21],[-5,5],[-12,8],[-9,13],[-8,18],[-23,52],[-43,96],[-42,94],[-18,41],[-27,59],[-27,62],[-16,36],[-2,15],[-423,214],[-313,-154],[-3,11],[-120,261],[-14,41],[-2,17],[3,13],[9,9],[96,54],[-6,11],[-168,-89],[-30,65],[-185,412],[30,17],[241,138],[29,16],[-14,31],[-14,29],[-15,19],[-7,5],[-14,4],[-164,40],[-67,16],[-67,16],[-22,7],[-42,12],[-41,12],[-22,7],[-19,12],[0,0],[-23,34],[-365,800],[-392,862],[-426,955],[-409,892],[-189,421],[-94,205],[-96,206],[-308,682],[-85,189],[-110,250],[-550,1215],[-246,532],[-383,851],[-368,813],[-376,833],[-12,30],[-7,23],[-5,25],[-3,24],[-1,28],[1,30],[4,28],[8,38],[27,89],[96,328],[5,27],[2,26],[-2,50],[-2,22],[-6,26],[-7,26],[-10,25],[-20,46],[-357,724],[-128,257],[-15,26],[-13,17],[-16,20],[-23,21],[-23,18],[-28,15],[-23,8],[-24,7],[-35,4],[-173,7],[-17,5],[-16,6],[-18,10],[-30,20],[-32,26],[-23,21],[-22,26],[-18,28],[-45,83],[-105,231],[-389,848],[-348,773],[-78,164],[-276,612],[-489,1079],[-501,1137],[-701,1536],[-263,573],[-266,586],[-151,337],[-22,50],[-66,144],[-59,126],[-94,207],[-127,287],[-65,141],[-40,89],[-179,397],[-555,1222],[-73,163],[-18,47],[-1,21],[6,19],[221,121],[29,22],[246,144],[3,2],[0,0],[1,0],[1,1],[1,0],[0,1],[1,0],[1,1],[31,51],[117,189],[105,172],[15,26],[4,9],[2,2],[7,19],[4,9],[8,24],[5,23],[6,22],[5,38],[0,45],[-3,31],[-1,5],[-1,6],[-8,35],[-11,36],[-12,28],[-18,27],[-75,107],[-47,69],[-115,168],[-380,554],[-9,11],[-13,19],[-15,34],[-4,17],[-1,26],[-2,23],[-3,34],[-8,31],[-5,11],[0,3],[-2,3],[-4,9],[-4,8],[0,0],[-1,1],[-7,13],[-128,185],[-304,438],[-181,264],[-129,184],[-14,23],[-12,23],[-2,4],[-17,63],[-4,18],[-5,26],[-5,22],[-5,13],[-8,16],[-6,16],[-81,124],[-12,26],[-2,13],[-4,26],[3,92],[3,52],[1,33],[5,25],[5,30],[2,37],[3,6],[12,17],[-14,20],[63,53],[95,80],[21,18],[20,-16],[42,-12],[50,41],[117,105],[-2,46],[-1,28],[133,112],[35,30],[15,-26],[18,15],[33,-15],[170,146],[-10,36],[21,18],[-17,20],[144,123],[32,26],[15,-22],[9,9],[16,-3],[0,0],[15,-11],[4,4],[9,-3],[38,38],[22,16],[16,10],[11,6],[16,6],[18,4],[31,3],[23,-1],[31,-7],[27,-10],[10,-7],[23,-18],[19,-17],[22,-25],[25,-36],[50,-60],[24,-24],[4,-3],[46,-52],[17,-19],[28,-25],[70,-59],[27,-24],[5,-3],[4,-3],[5,-3],[11,-6],[30,-8],[27,-3],[22,5],[10,3],[17,9],[3,0],[2,3],[29,19],[14,20],[6,11],[1,1],[9,17],[12,48],[-1,34],[-2,8],[-2,18],[-4,24],[-10,31],[-13,25],[-11,26],[-19,36],[-5,14],[0,2],[1,10],[1,6],[24,88],[35,120],[87,326],[82,305],[9,29],[34,48],[69,65],[101,94],[838,804],[987,943],[887,848],[411,392],[70,26],[263,253],[35,72],[1146,1100],[1151,1104],[45,43],[295,282],[158,147],[215,209],[72,68],[599,570],[251,232],[641,612],[834,798],[1101,1051],[284,276],[4,-6],[2,1],[1,-1],[26,26],[159,140],[-4,9],[8,8],[-5,9],[73,66],[352,338],[128,122],[695,666],[734,699],[935,891],[75,31],[234,222],[33,74],[365,348],[656,632],[307,292],[315,301],[1309,1256],[1533,1468],[705,674],[108,101],[33,34],[268,256],[1015,970],[656,629],[12,12],[158,149],[210,203],[253,243],[267,252],[127,124],[543,517],[407,391],[204,196],[164,157],[89,86],[0,0],[76,32],[227,216],[37,76],[9,9],[24,23],[619,592],[169,164],[139,134],[366,351],[144,136],[185,178],[531,505],[173,168],[314,299],[166,159],[191,180],[236,228],[120,112],[36,16],[38,12],[38,8],[83,21],[26,8],[26,10],[23,16],[32,30],[244,237],[169,160],[141,141],[149,143],[155,152],[144,137],[27,22],[35,21],[41,17],[37,9],[28,1],[49,0],[78,-21],[426,-234],[170,-93],[16,-6],[16,-5],[18,-2],[18,-1],[21,2],[24,5],[17,7],[19,10],[12,8],[14,11],[9,9],[4,3],[40,39],[192,189],[301,288],[23,39],[2,2],[6,12],[129,220],[3,7],[1,6],[-1,9],[-3,11],[-1,1],[0,2],[284,825],[8,17],[16,62],[9,65],[6,74],[6,101],[12,137],[6,80],[12,42],[22,43],[19,32],[28,32],[50,49],[88,82],[577,553],[152,145],[82,76],[61,59],[106,101],[36,35],[13,15],[16,24],[73,201],[18,33],[14,20],[50,48],[269,256],[135,131],[173,164],[129,125],[207,196],[259,248],[183,176],[281,270],[238,229],[429,409],[64,59],[73,31],[152,144],[68,62],[14,16],[25,54],[10,19],[234,225],[402,383],[379,362],[61,59],[782,752],[17,16],[37,36],[309,297],[4,4],[857,817],[684,654],[460,438],[473,454],[228,218],[404,385],[482,461],[66,63],[330,315],[266,254],[282,271],[255,241],[156,152],[303,290],[165,160],[292,281],[344,328],[394,376],[370,353],[772,740],[473,451],[271,257],[74,31],[154,143],[59,55],[41,82],[11,11],[84,83],[594,568],[120,115],[106,92],[110,88],[149,114],[173,116],[133,84],[79,46],[93,51],[70,37],[69,35],[20,10],[39,19],[66,28],[110,48],[79,31],[47,18],[198,63],[268,82],[24,7],[1027,298],[1202,347],[937,269],[77,23],[58,16],[49,12],[0,2],[132,37],[114,30],[15,3],[17,-1],[31,-11],[114,-40],[98,-38],[15,-3],[13,1],[53,13],[267,68],[20,5],[12,1],[10,-4],[16,-7],[50,-26],[7,-15],[3,-21],[4,-67],[4,-49],[5,-33],[8,-38],[39,-159],[20,-99],[7,-44],[11,-39],[20,-62],[45,-200],[11,-47],[55,-230],[15,-69],[4,-5],[8,-7],[7,-5],[6,1],[4,5],[0,2],[1827,-1385],[36,-30],[49,-34],[77,-48],[100,-60],[76,-49],[70,-49],[19,-17],[13,-15],[17,-24],[11,-18],[3,-8],[5,-9],[7,-5],[5,-7],[19,-16],[17,-10],[19,-8],[38,0],[20,14],[11,33],[-4,26],[-14,19],[-32,19],[-82,52],[-55,34],[-12,354],[13,16],[0,302],[8,38],[1,3],[1,2],[11,20],[4,10],[15,29],[3,9],[0,2],[0,1],[4,15],[3,17],[-1,4]],[[452897,777897],[2,11],[27,183],[4,74],[7,136],[3,53],[0,9],[13,45],[35,138],[2,6],[0,15],[0,17],[-6,115],[-3,41],[-7,144],[-13,145],[-33,314],[-44,295],[-42,270],[-4,6],[-11,6],[-12,16],[-9,29],[-2,33],[-2,61],[-6,26],[-3,16],[4,14],[-4,10],[-35,181],[-79,383],[-56,259],[-53,227],[-54,222],[-63,231],[-1,11],[-18,-4],[-20,-8],[-9,29],[-47,191],[-12,51],[-31,108],[-38,140],[-44,166],[-23,88],[-13,46],[-8,40],[-1,5],[-21,76],[-15,61],[-23,86],[-12,50],[-10,49],[-12,72],[-11,64],[-36,180],[-11,46],[-5,36],[4,40],[16,39],[13,24],[11,17],[25,44],[7,11],[17,6],[16,3],[12,5],[18,4],[21,27],[49,64],[32,46],[33,54],[7,12],[-1,1]],[[452312,783608],[2,1],[3,4],[0,0],[18,31],[11,23],[0,0],[0,1],[40,66],[75,99],[46,58],[127,160],[109,120],[37,40],[6,7],[26,28],[35,39],[30,30],[70,62],[27,32],[11,15],[19,22],[48,52],[23,26],[15,27],[16,13],[15,12],[0,-1],[1,-3],[29,-141],[37,-188],[48,-232],[40,-195],[3,-15],[78,-409],[13,-69],[21,-102],[10,-47],[43,-220],[44,-221],[21,-104],[23,-115],[115,-576],[131,-658],[5,-28],[1,-5],[-115,-33],[-55,-16],[-33,-9],[-8,-3],[13,-79],[-1,0],[-1,0],[-23,-7],[-22,-6],[-23,-8],[-58,-20],[-37,-12],[-61,-18],[-36,-9],[-5,-2],[0,-2],[0,0],[15,-74],[29,-140],[2,-9],[1,-5],[45,-223],[79,-387],[2,-8],[36,-175],[1,-7],[36,-177],[2,-8],[71,-348],[1,-6],[67,-358],[4,-17],[-257,-65],[58,-407],[15,-119],[62,-421],[-20,-5],[-79,-19],[-331,-81],[-156,-40],[-3,-1],[-4,0],[-26,-7],[-22,-5],[0,-1],[-4,-1],[-46,-12]],[[451707,792043],[8,-9],[11,0],[1,1],[130,-7],[0,1],[1,-2],[2,-17],[2,-95],[4,-82]],[[451866,791833],[-159,205],[0,5]],[[446459,817371],[1,0],[13,0],[665,-30],[-1,0]],[[447137,817341],[-143,-14],[-91,4],[-49,-2],[0,-1],[-32,5],[-19,2],[-29,0],[-16,-5],[-27,1],[-16,0],[-26,5],[-48,9],[-105,5],[-16,2],[-26,11],[-21,8],[-14,0]],[[446459,817371],[-16,-2],[-33,0],[-28,1],[-19,-7],[-18,10],[-22,4]],[[446323,817377],[136,-6]],[[445071,817432],[120,-5]],[[445191,817427],[-4,-3],[-12,-4],[-12,1],[-15,-11],[-13,-2],[-12,5],[-22,16],[-12,-6],[-8,-1],[-10,7],[0,3]],[[427236,701812],[-256,2],[8,328],[0,2],[2,124],[-1,51],[-3,291],[6,219],[-13,797],[-7,213],[-10,35],[7,366],[3,200],[-1,49],[0,106],[-3,124],[-17,297],[-5,180],[-1,125],[2,28],[7,217],[9,228],[-1,78],[-5,68],[-2,19]],[[470359,742096],[193,-141],[123,-86],[258,-133],[526,-269],[63,-33],[303,-156],[696,-353],[388,-196],[194,-97],[12,-6],[0,0],[0,0],[2,6],[7,20],[8,20],[4,12],[48,126],[4,8],[12,25],[3,-2],[61,-32],[78,-44],[64,-49],[59,-55],[68,-52],[47,-32],[62,-25],[71,-19],[71,-15],[75,-36],[47,-29],[121,-88],[15,-8],[1,2],[28,-21],[96,-69],[1,-1],[104,-76],[72,-54],[47,-33],[54,-39],[97,-72],[16,-11],[178,164],[3,3],[20,17],[34,32],[14,13],[60,-88],[28,-40],[14,-19],[5,3],[20,16],[37,28],[281,-349],[2,-1],[8,-2],[9,-2],[17,-4],[24,-9],[9,-2],[8,-3],[8,-3],[24,-11],[56,-26],[77,-36],[38,-12],[17,-5],[91,-47],[112,-53],[50,-17],[34,-10],[71,-17],[25,-9],[179,-109],[60,-32],[243,-128],[89,-18],[37,-7],[201,-91],[171,-79],[35,-19],[168,-94],[242,-133],[235,-106],[37,-15],[49,-14],[12,-6],[-3,-13],[-7,1],[-28,5],[-10,-23],[47,-13],[-28,-98],[-1,-4],[30,-15]],[[452018,744811],[32,-13],[28,-11],[27,-11],[244,-186],[69,-50],[62,-50],[2,3],[89,-66],[79,-41],[94,-41],[473,-162],[1055,-356],[1,28],[2,26],[4,79],[19,318],[13,225],[54,-4],[118,4],[147,0],[133,3],[108,14],[115,18],[83,42],[9,2],[26,14],[25,6],[32,6],[3,1],[7,3],[24,10],[39,6],[32,23],[19,1],[25,0],[33,20],[17,4],[31,3],[42,32],[58,7],[26,16],[24,6],[40,12],[39,22],[42,31],[100,58],[128,76],[38,27],[0,0],[4,3],[1,2],[101,36],[8,12],[25,32],[29,19],[29,30],[35,21],[30,9],[35,29],[103,83],[31,37],[2,4],[0,0],[0,0],[2,3],[-4,7],[63,74],[330,82],[685,171],[367,91],[214,53],[686,170],[130,33],[49,12],[20,5],[622,154],[447,111],[0,-3],[2,3],[84,18],[63,3],[56,-6],[41,-15],[21,-3],[-110,46],[4,47],[3,25],[62,-20],[119,-38],[1074,-344],[154,-49],[483,-155],[53,-13],[5,-2],[26,-10],[30,-15],[23,-19],[30,-29],[16,-11],[9,-6],[13,-4],[17,0],[33,3],[23,2],[20,2],[13,-1],[29,-3],[27,-6],[32,-11],[133,-57],[50,-14],[36,-8],[72,-29],[48,-13],[60,-10],[102,-18],[29,-6],[0,0],[67,-16],[41,-12],[37,-11],[42,-15],[24,-8],[41,-18],[20,-7],[14,-4],[43,-8],[17,-3],[31,-8],[36,-11],[12,-5],[28,-12],[32,-7],[109,-35],[28,-8],[24,-3],[23,-1],[21,3],[25,1],[14,-1],[13,-3],[7,-3],[31,-13],[26,-6],[8,-1],[59,-28],[3,-1],[26,-14],[39,-14],[46,-18],[38,-4],[7,-1],[140,-42],[61,-20],[12,-3],[7,-2],[38,-12],[6,-2],[8,0],[9,-2],[11,-4],[44,1],[12,-1],[52,-1],[24,-2],[37,-3],[32,-5],[28,-4],[12,-3],[30,-11],[7,-4],[10,-6],[6,-5],[5,-2],[2,-1],[8,0],[3,-1],[2,1],[45,-19],[74,-35],[26,-9],[5,-3],[32,-13],[35,-11],[46,-17],[1,0]],[[478922,738186],[70,-6],[77,-6],[60,-5],[0,0],[81,-5],[81,-6],[27,-1],[52,-2],[80,-4],[62,7],[95,14],[56,8],[281,45],[214,32],[394,72],[63,14],[1,-5],[66,19],[125,26],[144,44],[21,6],[14,5],[216,63],[390,112],[142,31],[168,34],[304,63],[62,17],[31,12],[56,29],[73,35],[49,19],[36,19],[228,110],[192,106],[57,31],[122,70],[119,78],[45,36],[89,95],[60,67],[18,0],[24,-13],[23,-9],[9,5],[5,11],[-19,9],[3,5],[7,10],[25,16],[7,17],[8,21],[10,17],[14,12],[14,17],[29,53],[44,67],[25,27],[24,19],[25,11],[28,11],[17,11],[15,18],[25,37],[20,24],[11,10],[15,8],[19,6],[82,15],[23,6],[27,14],[25,24],[19,24],[25,47],[16,44],[8,11],[22,15],[37,30],[9,22],[14,10],[101,75],[70,51],[48,35],[6,7],[95,166],[108,172],[95,207],[63,217],[1,4],[34,221],[-34,213],[30,77],[14,68],[8,41],[34,181],[43,91],[5,10],[5,9],[1,-3],[219,717],[2,161],[1,1],[11,650],[42,77],[69,109],[40,60],[99,137],[3,4],[52,64],[51,56],[65,57],[58,43],[135,85],[65,29],[26,9],[77,23],[20,5],[80,17],[71,18],[78,28],[83,37],[64,17],[120,37],[129,34],[113,27],[103,18],[133,83],[75,34],[101,60],[109,47],[83,31],[125,23],[200,17],[93,12],[44,9],[55,31],[167,133],[25,13],[164,33],[266,63],[103,16],[114,20],[89,22],[33,8],[102,40],[89,45],[226,131],[81,36],[69,6],[83,5],[82,-14],[81,-40],[69,-41],[30,-20],[80,-11],[99,-27],[73,-32],[50,-27],[51,-10],[477,-81],[31,-1],[61,-8],[76,-15],[65,-21],[82,-25],[135,-31],[47,-10],[75,-16],[289,-230],[84,-20],[222,-68],[177,-57],[0,0],[7,-2],[47,-9],[48,-8],[5,0],[29,5],[13,3],[3,0],[30,1],[1,0],[48,77],[17,15],[-15,26],[144,145],[19,19],[64,64],[17,17],[13,13],[109,112],[120,127],[59,60],[42,45],[133,140],[198,207],[80,85],[81,85],[11,10],[6,5],[10,7],[199,144],[23,16],[8,6],[37,27],[35,26],[237,169],[145,104],[175,127],[150,108],[82,61],[182,130],[70,50],[42,28],[22,17],[31,23],[114,82],[48,34],[8,6],[21,17],[18,16],[12,10],[51,49],[38,35],[46,43],[45,41],[57,51],[30,31],[14,14],[1,2],[4,5],[0,0],[0,0],[0,1],[-1,2],[22,27],[22,25],[31,28],[15,13],[34,18],[57,34],[70,35],[25,14],[121,63],[52,27],[98,50],[192,100],[67,34],[117,60],[96,49],[103,53],[89,46],[54,27],[30,15],[36,19],[7,4],[27,14],[30,16],[147,75],[103,53],[49,25],[86,44],[50,24],[3,1],[0,0],[37,8],[55,-8],[4,0],[11,-2],[-1,-7],[0,0],[0,-1],[-1,-7],[-5,-45],[39,-33],[1,-1],[-1,-14],[144,-123],[3,-4],[192,-169],[763,-674],[686,-616],[38,-35],[75,-63],[149,-130],[14,-18],[374,-351],[5,-6],[69,-77],[57,-63],[55,-70],[4,0],[7,-13],[17,10],[25,-4],[65,25],[16,7],[9,4],[7,7],[7,3],[5,15],[2,27],[-1,2],[-129,123],[-29,27],[76,70],[0,0],[37,357],[9,88],[22,17],[296,223],[49,35],[18,14],[14,7],[1,4],[2,2],[3,-2],[16,-12],[12,-3],[8,5],[8,17],[14,6],[18,5],[22,-7],[21,-16],[11,-23],[4,-21],[11,-6],[9,-2],[4,-32],[0,-20],[10,-15],[11,-9],[-2,-24],[9,-63],[4,-64],[-6,-15],[5,-36],[-5,-94],[-12,-111],[-14,-105],[-8,-51],[-7,-31],[-9,-17],[-12,-42],[-13,-58],[-17,-84],[-18,-40],[-2,-30],[-10,-60],[-5,-34],[-1,1],[-31,-138],[-3,-7],[-12,-55],[-14,-55],[-1,-19],[-20,-86],[-15,-43],[-10,-59],[-31,-146],[-21,-67],[-13,-46],[-3,-33],[-13,-42],[-52,-152],[-70,-194],[-3,-7],[-18,-33],[-14,-32],[-8,-30],[-12,-33],[-74,-178],[-16,-37],[-13,-24],[-7,-18],[-9,-22],[-10,-1],[-2,1],[-8,8],[0,22],[9,13],[-2,16],[-8,13],[-4,0],[-10,-13],[-11,1],[-2,4],[-48,4],[-2,5],[-15,-2],[-57,19],[0,0],[4,-24],[-22,-2],[2,-100],[-2,-253],[-4,-468],[-1,-170],[-1,-59],[24,-123],[38,-174],[11,-65],[18,-108],[39,-289],[13,-29],[4,-18],[0,-48],[-11,-126],[-2,-51],[7,-21],[14,-18],[22,-12],[34,0],[94,18],[332,61]],[[451535,769905],[1,0],[0,0],[0,0],[10,-49],[1,-18],[0,-1],[4,-40],[4,-51],[0,-10],[2,-55],[-3,-199],[-11,-169],[-6,-110],[0,-81],[4,-46],[8,-36],[14,-31],[26,-50],[41,-88],[48,-110],[23,-80],[150,-559],[83,-317],[18,-97],[1,-27],[-1,-28],[-4,-38],[-7,-41],[-16,-57],[-29,-93],[-77,-225],[-49,-131],[-57,-136],[-122,-295],[-154,-370],[-68,-161],[-28,-55],[-31,-57],[-40,-61],[-70,-108],[-80,-114],[-77,-100],[-65,-82],[-291,-372]],[[452897,777897],[-5,-25],[-10,-54],[-12,-49],[-1,-3],[-8,-41],[0,-1],[1,-9],[1,-5],[1,-2],[3,-9],[4,-10],[0,-1],[15,-32],[0,-1],[15,-40],[-5,-2],[28,-66],[-129,-72],[-90,-46],[-3,-1],[-81,-40],[-142,-70],[-52,137],[-116,146],[-151,187],[-11,13],[-14,16],[-11,15],[-49,63],[-63,80],[-55,66],[-6,8],[-20,27],[-5,-3],[-67,-50],[-21,-12],[-60,-36],[-69,-47],[-88,-64],[-215,375],[0,0],[1,44],[3,112],[0,19],[0,17],[0,0],[0,0],[-239,7],[-141,4],[-9,0],[-16,0],[6,337],[0,36],[3,4],[0,106],[-345,0],[-150,-101],[-1,0],[-5,-3],[-78,-48],[-7,-5],[-5,-3],[-1,0],[-11,-8],[0,4],[-39,-23],[-32,-19],[0,595]],[[450890,783343],[76,15],[596,123],[221,50],[68,11],[47,6],[35,2],[23,-2],[0,0],[4,1],[30,7],[97,34],[31,13],[3,2],[15,11],[5,4],[15,18],[41,52],[0,0],[1,1],[0,0],[9,11],[12,-11],[0,0],[47,-42],[14,-12],[32,-29]],[[451866,791833],[21,-450],[11,-269],[11,-233],[11,-293],[11,-262],[14,-271],[8,-204],[9,-229],[2,-218],[20,-473],[7,-106],[14,-241],[9,-162],[18,-410],[11,-259],[4,-25],[6,-33],[40,-274],[14,-87],[43,-302],[-61,0],[-375,0]],[[449925,814036],[16,0],[2,0],[22,105],[40,204],[18,111],[0,0],[14,158],[-7,39],[46,261],[7,18],[4,19],[2,20],[0,19],[-2,33],[1,13],[6,12],[8,11],[19,20],[5,-1],[31,1],[62,1],[96,15],[36,5],[67,9],[88,12],[172,-2],[2,-9],[1,-10],[5,-31],[8,-46],[7,-44],[7,-45],[6,-40],[7,-48],[4,-41],[0,-5],[5,-51],[5,-56],[5,-49],[0,-10],[4,-40],[5,-54],[4,-50],[2,-16],[0,-74],[20,-293],[13,-155],[3,-43],[0,-7],[1,-4],[22,-348],[0,-71],[-1,-10],[-1,-17],[-7,-44],[-14,-61],[-42,-129],[-12,-38],[-8,-28],[-26,-97],[-39,-180],[-21,-102],[-3,-19],[-73,-364],[-20,-109],[-1,-5],[-1,-4],[-12,-63],[-35,-181],[-11,-83],[-8,-62],[-5,-48],[-3,-25],[-5,-52],[-2,-59],[3,-63],[15,-76],[16,-63],[22,-49],[24,-53],[36,-71],[28,-56],[25,-56],[24,-70],[107,-370],[63,-204],[28,-95],[19,-61],[6,-23],[24,-84],[42,-142],[9,-28],[19,-64],[18,-65],[42,-144],[15,-54],[1,-2],[1,-2],[49,-175],[1,-5],[8,-28],[4,-14],[17,-65],[1,-3],[11,-40],[16,-62],[15,-56],[7,-21],[17,-61],[20,-76],[7,-28],[11,-42],[17,-61],[70,-252],[33,-120],[91,-324],[36,-134],[56,-191],[24,-82],[24,-88],[33,-112],[26,-91],[27,-96],[29,-95],[16,-55],[5,-19],[8,-27],[26,-91],[22,-70],[21,-77],[3,-10],[22,-76],[22,-71],[16,-52],[9,-28],[6,-23],[11,-36],[11,-36],[6,-19],[12,-43],[3,-10],[2,-5],[5,-24],[0,-3],[1,-4],[1,-12],[1,-12],[1,-12],[0,-12],[0,-12],[1,-10],[0,-9],[-1,-5],[0,-7],[-4,-25],[-5,-27],[-25,-100],[-23,-90],[-22,-84],[-77,-315],[-5,-22],[-26,-103],[-10,-31],[-19,-43],[-13,-25],[-31,-64],[-16,-37],[-18,-42],[-30,-87],[-37,-120],[0,0],[0,0],[-2,-7],[-17,-57],[-5,-12],[-5,-18],[-5,-17],[-5,-17],[-2,-8],[-2,-7],[-7,-22],[-1,-4],[-6,-18],[-5,-18],[-4,-15],[-6,-17],[-3,-12],[-2,-7],[-4,-12],[-16,-54],[-14,-56],[-7,-44],[-31,-177],[-6,-50],[-1,-4],[-1,-13],[-2,-9],[-1,-12],[-2,-15],[-2,-18],[0,-3],[-4,-24],[-7,-67],[-12,-186],[-3,-62],[-3,-69],[-5,-125],[-5,-118],[0,-3],[-5,-69],[-1,-11],[-2,-11],[-2,-13],[-3,-12],[-4,-20],[-4,-15],[-7,-25],[-6,-22],[-7,-19],[-6,-20],[-10,-27],[-3,-11],[-1,-3],[-7,-19],[-12,-34],[-1,-3],[-10,-30],[-6,-16],[-7,-22],[-3,-9],[-6,-16],[-11,-32],[-10,-30],[-10,-29],[-10,-29],[-9,-29],[-9,-29],[-8,-22],[-8,-23],[-9,-27],[-9,-28],[-8,-22],[-6,-16],[-7,-18],[-4,-14],[-2,-7],[-3,-10],[-2,-7],[-3,-16],[-1,-4],[-2,-10],[-7,-64],[-2,-72],[-9,-218],[-3,-112],[0,-6],[0,-4],[1,-6],[1,-12],[2,-15],[0,-1],[4,-42],[18,-46],[24,-46],[6,-9],[2,-4],[4,-6],[6,-7],[4,-6],[2,-3],[1,0],[2,-3],[6,-7],[7,-8],[7,-6],[11,-10],[2,-2],[15,-15],[110,-102],[61,-56],[24,-19],[-2,-7],[2,-1],[-5,-12],[-13,-34],[-79,-270],[-42,-134],[-82,-263],[-27,-88],[-11,-38],[-85,-270],[-58,-192],[-79,-256],[-63,-202],[-30,-92],[-115,-378],[-121,-387],[-119,-380],[-23,-72],[-17,-69],[-30,-97],[-4,-13],[-66,-210],[-150,-480],[-151,-494],[-194,-631],[-8,-37],[-4,-27],[0,-25],[5,-29],[75,-238],[521,-1686],[112,-362],[41,-130],[135,-439],[66,-217],[68,-218],[70,-217],[69,-219],[74,-229],[1,-3],[-3,0],[8,-20],[26,-72],[32,-87],[20,-58],[2,-5],[20,-54],[30,-73],[20,-40],[56,-106],[38,-67],[79,-125],[34,-51],[37,-51],[29,-38],[14,-19],[27,-38],[43,-54],[26,-34],[16,-20],[7,-6],[4,-3],[37,-46],[0,-1],[4,-5],[3,-4],[7,-7],[0,0],[8,-11]],[[446323,817377],[-1132,50]],[[445071,817432],[-691,31]],[[438146,821126],[-2,61],[-7,25],[-6,16],[-27,39],[-15,17],[-10,15],[-8,14],[-8,19],[-15,49],[-8,33],[-6,27],[-11,43],[-32,144],[-16,69],[-10,46],[-3,38],[-3,37],[-4,34],[-14,73],[-14,70],[-34,174],[-18,84],[-10,38],[-21,67],[-7,34],[-2,26],[2,12],[2,8],[22,42],[21,36],[49,75],[4,10],[2,12],[0,11],[-3,15],[0,1],[0,1],[-3,22],[-117,536],[-44,201],[2,12],[3,6],[21,6],[114,37],[22,14],[17,24],[12,20],[16,14],[514,153],[-1,3],[89,29],[73,26],[22,10],[22,16],[13,11],[20,24],[14,18],[39,65],[55,110],[61,116],[7,17],[14,20],[24,27],[22,20],[24,18],[18,9],[18,10],[54,26],[75,34],[54,27],[70,36],[80,45],[130,78],[64,39],[60,39],[73,48],[64,44],[139,103],[92,76],[38,29],[38,32],[114,102],[69,59],[118,113],[68,69],[114,123],[113,123],[355,390],[669,730],[388,421],[204,225],[81,89],[11,11],[484,522],[160,176],[61,68],[55,59],[53,50],[201,210],[111,120],[182,192],[161,170],[275,282],[201,200],[127,122],[76,68],[103,85],[88,71],[90,62],[69,47],[76,40],[56,28],[67,27],[128,48],[144,53],[182,66],[203,73],[16,0],[7,-2],[0,0],[5,-1],[9,-8],[7,-11],[7,-14],[1,-3],[12,-46],[31,-120],[43,-155],[16,-59],[146,-538],[98,-360],[50,-180],[41,-169],[41,-155],[92,-351],[54,-194],[23,-66],[14,-37],[19,-42],[26,-54],[62,-118],[17,-34],[35,-76],[69,-157],[54,-135],[122,-299],[58,-133],[82,-180],[56,-121],[25,-56],[63,-141],[56,-113],[20,-40],[10,-15],[73,-136],[70,-129],[40,-76],[98,-179],[34,-73],[14,-33],[31,-86],[24,-70],[8,-22],[31,-95],[2,-6],[66,-202],[11,-36],[9,-36],[4,-75],[-3,-78],[-5,-46],[-9,-69],[-12,-79],[-1,-41],[12,-66],[8,-26],[14,-32],[38,-57],[45,-64],[29,-40],[39,-57],[28,-53],[23,-64],[19,-70],[63,-248],[51,-209],[34,-142],[12,-55],[2,-30],[0,-31],[-1,-39],[-11,-82],[-5,-45],[-14,-85],[-13,-74],[-18,-78],[-18,-64],[-8,-32],[-16,-43],[-15,-34],[-15,-28],[-23,-27],[-63,-80],[-19,-23],[-23,-32],[-18,-27],[-11,-32],[-7,-45],[-4,-40],[0,-5],[7,-70],[19,-73],[47,-171],[59,-240],[92,-350],[40,-153],[12,-55],[19,-65],[24,-106],[6,-30],[40,-239],[6,-39],[28,-180],[22,-117],[32,-137],[17,-65],[51,-166],[40,-110],[34,-82],[27,-58],[28,-50],[43,-68],[39,-61],[47,-77],[105,-197],[29,-54],[19,-35],[66,-121],[25,-40],[13,-20],[11,-18],[2,-2],[28,-40],[2,-3],[32,-46],[35,-41],[3,-3],[43,-43],[0,0],[9,-9],[2,-2],[-3,-16],[-5,-92],[-4,-79],[0,0],[-8,-141],[-37,-706],[-26,-488],[-1,-19],[-2,-36],[-1780,78]],[[353187,608002],[-52,0],[1,-18],[-2,-53],[-9,-73],[-15,-67],[-36,-105],[-221,-583],[-2,-7],[-14,-26],[-136,-380],[-60,-199],[-66,-280],[-53,-293],[-10,-163],[-16,-332],[-14,-178],[-5,-107],[0,-164],[15,-215],[14,-171],[18,-149],[41,-244],[73,-318],[155,-528],[0,-16],[21,-63],[0,-14],[24,-74],[32,-29],[4,-18],[4,-61],[7,-34],[9,-47],[19,-85],[26,-193],[7,-128],[15,-99],[23,-102],[27,-82],[19,-50],[92,-191],[65,-140],[41,-120],[26,-82],[90,-306],[127,-432],[75,-263],[124,-411],[55,-191],[20,-69],[23,-70],[32,-151],[27,-165],[8,-87],[5,-54],[13,-672],[-21,-753],[-4,-159],[-9,-148],[-29,-100],[-45,-89],[-43,-46],[-55,-51],[-59,-35],[-72,-32],[-150,-46],[-642,-164],[-370,-96],[-157,-32],[-101,-12],[-125,-2],[-134,10],[-122,14],[-171,20],[-17,2],[-12,-2],[-91,9],[-5,3],[-52,7],[-198,19],[-19,5],[-16,16],[-14,-16],[-399,39],[-162,17],[-123,10],[-45,4],[-136,13],[-67,6],[-69,8],[-60,12],[-67,19],[-74,25],[-73,29],[-80,34],[-57,26],[-43,25],[-53,28],[-45,26],[-23,14],[-14,9],[-79,51],[-134,108],[-131,120],[-81,89],[-78,104],[-246,373],[-340,513],[-296,447],[-112,183],[-33,63],[-20,54],[-13,36],[-32,94],[-16,25],[-65,106],[-65,104],[-103,212],[-313,646],[-121,257],[-6,8],[-15,10],[-7,8],[-8,15],[-5,14],[-11,27],[3,14],[0,20],[-97,200],[-62,122],[-57,126],[-36,103],[-52,161],[-21,90],[-26,128],[-47,316],[-72,490],[-93,665],[-68,439],[2,31],[-5,16],[0,114],[9,141],[11,64],[7,51],[18,88],[297,926],[101,294],[11,31],[38,91],[37,60],[53,71],[64,64],[86,69],[112,72],[15,8],[153,81],[146,82],[357,193],[545,302],[130,73],[770,433],[153,84],[229,130],[125,69],[69,42],[85,63],[73,60],[87,74],[80,75],[82,81],[17,20],[30,35],[92,119],[64,99],[62,106],[56,116],[11,26],[7,17],[14,31],[22,56],[38,89],[32,60],[23,31],[36,46],[35,26],[63,42],[42,19],[57,18],[46,8],[1,0],[-31,80],[0,9],[-3,6],[-1,1],[-3,21],[1,-1],[23,-2],[19,-8],[15,-8],[14,-14],[4,-2],[10,-6],[9,-1],[30,2],[30,-2],[18,-4],[53,-23],[24,-7],[17,-3],[24,-1],[72,-25],[14,0],[20,-8],[16,-14],[11,-12],[15,-9],[107,-34],[37,-8],[11,1],[183,-35],[-3,-3],[-4,-6],[0,-9],[-5,-9],[-10,-9],[-3,-13],[0,-8],[-4,-9],[-1,-12],[5,-10],[12,-9],[20,-4],[33,0],[0,-8],[4,-7],[12,-8],[30,-9],[35,-12],[17,-9],[15,-10],[13,-11],[11,-6],[10,-5],[53,-18],[37,-11],[20,-1],[21,4],[7,0],[5,-2],[2,-4],[4,-5],[6,-3],[32,-8],[15,-1],[37,4],[29,-7],[19,-3],[36,3],[24,-5],[20,-6],[18,-10],[13,-13],[18,-14],[22,-6],[-27,-5],[0,-6],[2,-7],[8,-7],[16,-11],[30,-20],[87,-74],[28,-22],[42,-17],[31,-7],[2,-8],[15,-15],[41,-34],[67,-27],[39,-20],[34,-45],[19,-14],[-23,-30],[14,-16],[14,-16],[8,0],[9,1],[10,-18],[12,-18],[13,-11],[11,-9],[17,-31],[21,-30],[14,-27],[5,-16],[-3,-13],[-2,-16],[5,-22],[1,-32],[3,-10]],[[349107,602278],[-27,-11],[-1,2],[-38,-15],[10,-31],[18,8],[24,-77],[-36,-10],[-2,-8],[11,-38],[-19,-6],[-41,-13],[-9,-13],[0,-27],[31,-102],[4,-14],[27,-89],[8,-8],[7,-4],[13,0],[41,15],[17,6],[6,-18],[10,4],[19,7],[27,-94],[163,55],[9,-33],[-1,-8],[26,9],[-8,3],[-20,65],[16,6],[-22,74],[-16,54],[-6,17],[-3,-1],[-10,-5],[-4,1],[-8,24],[-4,2],[-104,-29],[-5,2],[-40,130],[-22,73],[-23,76],[-8,25],[-10,-4]],[[348232,601697],[-33,125],[-11,31],[-54,-19],[-75,-30],[-173,-68],[-44,-17],[-18,63],[-13,45],[-9,2],[-257,-93],[-5,6],[-10,36],[-7,11],[-13,0],[-72,-25],[-31,-13],[-5,-7],[1,-14],[78,-238],[-27,-10],[-9,18],[-49,-23],[-9,-5],[-14,-8],[17,-38],[7,-3],[38,18],[51,-158],[7,-23],[4,-23],[27,-418],[19,-75],[116,29],[17,-189],[4,-45],[12,-140],[7,-9],[433,41],[137,13],[-37,473],[-138,-8],[-9,5],[-20,294],[-30,71],[-49,115],[11,1],[22,6],[96,36],[29,9],[16,8],[5,6],[15,10],[71,25],[26,8],[-6,21],[-11,44],[-15,57],[-13,72]],[[349197,599228],[-79,-81],[-11,3],[-23,-32],[-2,-7],[4,-8],[11,-14],[0,-9],[125,-12],[39,-4],[35,-4],[25,-2],[30,-26],[17,3],[7,17],[18,-14],[12,17],[1,14],[-5,13],[-24,19],[27,28],[42,-2],[4,41],[80,70],[2,30],[2,17],[5,74],[-66,10],[-17,2],[-65,9],[-61,3],[-16,-4],[-42,-67],[-18,-23],[-37,-48],[-20,-13]],[[353106,599060],[1,-69],[10,-1],[-1,-29],[2,-115],[20,7],[33,0],[18,0],[-2,88],[19,-1],[0,-7],[148,3],[0,79],[-11,17],[-5,5],[-143,1],[-6,5],[-1,6],[3,11],[-85,0]],[[351306,610813],[-2,-4],[-5,-9],[-1,-9],[13,-9],[31,-7],[55,-23],[-30,5],[-28,-4],[-34,-11],[-16,-10],[-17,-12],[-25,-22],[-26,-37],[-19,-38],[22,-13],[-20,-39],[-45,-92],[-30,-61],[-46,-105],[-19,-43],[-120,-262],[-18,-39],[-31,-68],[-91,-212],[21,-19],[98,-74],[53,-24],[-28,-4],[-19,-10],[-11,-8],[-7,-17],[-8,-18],[-2,-29],[10,-22],[13,-15],[14,-18],[2,-12],[-1,-8],[-10,-5],[-10,2],[-30,-75],[-3,2],[-73,23],[-20,-39],[-11,4],[-14,-11],[-15,-15],[-25,-52],[-9,-13],[-13,-2],[-22,2],[-28,10],[-48,28],[-58,-41],[57,81],[25,36],[21,43],[44,90],[-49,17],[-44,2],[-9,1],[-24,-71],[16,-9],[-92,25],[-13,-48],[18,-30],[-2,0],[-8,-3],[-5,-4],[-12,-18],[-16,-42],[-30,29],[-28,-70],[4,-2],[8,-10],[-8,0],[-30,-75],[96,-55],[-16,-22],[-51,37],[-15,3],[-13,-9],[-13,-8],[-22,0],[-18,6],[-73,46],[-57,27],[-94,47],[-83,59],[-92,51],[-61,24],[-94,-222],[12,-6],[42,-13],[72,-40],[88,-35],[37,-12],[169,-89],[29,-28],[72,-48],[-17,-25],[-39,-53],[-110,-132],[-73,-83],[-14,-15],[-50,31],[-73,37],[-17,-33],[-78,38],[-14,-26],[12,-7],[33,-7],[15,-11],[9,-11],[1,-11],[-5,-13],[-16,-16],[-4,-5],[-44,-55],[-47,-55],[-5,-20],[-18,14],[-12,3],[-10,-2],[-86,55],[-158,85],[-6,-5],[-30,-60],[-5,-16],[4,-12],[23,-24],[40,-26],[53,-25],[55,-26],[39,-35],[24,-32],[-11,-1],[-42,30],[-12,3],[-9,-5],[-2,-7],[2,-12],[0,-16],[-9,-30],[-15,-33],[-11,-6],[-7,7],[0,8],[2,5],[-16,7],[-27,13],[-65,38],[-87,48],[-44,-75],[85,-45],[49,-43],[16,-25],[49,-34],[-41,-24],[0,0],[-7,24],[-13,26],[-16,20],[-14,7],[-31,0],[-33,-4],[-23,7],[-4,4],[-100,-124],[-1,-20],[2,-19],[21,-46],[38,0],[-76,-62],[-15,-11],[-30,-25],[-209,-172],[5,26],[1,18],[-9,33],[-15,21],[-30,21],[-38,15],[-47,9],[-20,-3],[-80,-111],[-99,61],[-8,-15],[-8,5],[-23,-51],[12,-7],[-21,-38],[18,-15],[79,-54],[46,-39],[-32,-12],[-31,24],[-29,14],[-26,5],[-26,11],[-39,33],[-28,21],[-30,-61],[-32,17],[-41,-83],[-18,14],[-102,63],[-69,38],[-13,5],[-9,-4],[-12,-20],[15,-18],[-34,-27],[17,-29],[-53,-40],[19,-14],[18,-26],[-143,74],[-11,2],[-10,-6],[-8,-12],[-17,-38],[-34,27],[-12,-17],[-12,-22],[1,-16],[2,-13],[0,0],[-12,-2],[-13,2],[-8,6],[16,-71],[-53,-48],[0,-10],[2,-9],[17,-18],[-94,-76],[0,0],[-49,55],[-8,44],[-127,95],[-11,-16],[-20,-14],[-49,-46],[-5,-12],[4,-16],[14,-15],[58,-50],[108,-75],[14,1],[25,9],[-62,-37],[-8,13],[-24,20],[-21,22],[-17,14],[-62,30],[-9,-1],[-4,-4],[-11,-24],[-7,-6],[-8,4],[-8,-23],[-38,23],[-21,-32],[-60,39],[-41,-68],[-31,20],[-35,-63],[-50,41],[-20,-35],[-20,17],[-13,-22],[57,-51],[28,-38],[-45,27],[-5,2],[-8,-4],[-14,-23],[-35,-45],[-27,-32],[-11,-2],[-22,1],[-35,7],[-64,27],[-62,43],[-69,51],[-34,-57],[-24,-41],[-12,-20],[-38,-16],[-24,18],[-77,59],[-33,23],[-61,32],[-117,93],[-10,5],[-11,-1],[-6,-8],[-55,-83],[-8,-13],[-22,-44],[-39,20],[4,13],[19,29],[17,32],[5,16],[5,14],[4,4],[-5,30],[12,9],[49,38],[-17,30],[-32,-23],[-16,-9],[-5,20],[-17,62],[-14,-7],[-37,-20],[-40,-20],[-46,-24],[-9,-4],[-3,-1],[-3,-2],[-1,3],[-23,-10],[-27,-14],[8,-22],[21,-54],[7,-17],[5,-3],[20,-6],[5,-2],[6,5],[26,3],[-7,-21],[-4,-18],[-21,8],[-33,9],[-36,2],[-44,-1],[-46,-6],[-36,-11],[-44,-15],[-26,-5],[-8,-18],[-6,-14],[-7,-9],[-42,-25],[-44,-13],[-29,-12],[-37,-11],[-59,-13],[-111,-38],[-115,-31],[-62,-17],[-66,-18],[-88,-20],[-58,-8],[-89,-1],[-43,1],[-22,-3],[-21,-12],[-16,-14],[-14,-25],[5,-2],[3,-7],[-1,-20],[-5,-15],[-8,-10],[-3,-14],[-16,-15],[-18,-19],[-11,-15],[-15,-9],[-3,1],[-31,-34],[3,-22],[-3,-24],[-3,-26],[14,-9],[12,-12],[20,-26],[15,-29],[0,-23],[-4,-29],[-14,-15],[-2,-7],[7,-3],[10,-11],[-3,-34],[-4,-30],[11,-46],[10,-23],[9,-39],[0,-13],[10,-46],[4,-2],[3,-10],[1,-12],[6,-22],[2,-42],[15,-19],[4,-14],[5,-8],[0,-30],[-3,-9],[-9,-6],[9,-2],[13,-9],[12,-15],[6,-13],[5,-19],[1,-19],[-7,-47],[22,-13],[12,-11],[31,-67],[6,-33],[-7,-18],[-41,-5],[-27,7],[-192,-5],[-2,-36],[-11,-15],[2,-4],[3,-7],[12,-15],[20,-15],[19,-26],[6,-30],[2,-25],[-2,-6],[-10,-5],[-27,-35],[-11,0],[-47,1],[-21,-1],[-48,-7],[-15,-4],[-19,-1],[-8,-7],[-16,-21],[-11,-6],[-2,-8],[-4,-6],[0,-6],[4,-11],[2,-10],[0,-8],[-5,-36],[-20,-10],[-3,-19],[0,-14],[7,-15],[6,-10],[2,-8],[4,-3],[4,-50],[-20,-13],[-3,-4],[-10,-7],[-11,-12],[1,-6],[0,-9],[-5,-10],[-9,0],[0,-11],[1,-10],[-1,-11],[4,-9],[12,-71],[-1,-42],[3,-17],[-9,-21],[-13,-18],[-13,-8],[-17,-7],[-20,-5],[-24,-3],[-13,-7],[-12,-19],[5,-28],[-2,-39],[-9,-53],[1,-20],[4,-15],[3,0],[3,-194],[-3,-2],[-3,-10],[-2,-10],[6,-6],[15,-10],[14,-1],[11,-2],[16,-1],[3,-1],[0,-12],[2,-19],[3,-15],[2,-8],[19,0],[36,1],[4,0],[42,-76],[0,-9],[1,-37],[-5,-63],[4,-6],[17,-10],[24,-2],[9,-3],[0,-8],[6,-9],[7,-7],[11,0],[12,2],[22,6],[10,-1],[17,2],[17,4],[7,7],[8,6],[36,-39],[10,-1],[39,4],[31,0],[16,3],[12,4],[8,-3],[4,-14],[-2,-29],[1,-15],[-7,-15],[-15,-11],[-40,-12],[-22,1],[-21,-2],[3,-36],[-6,-7],[4,-9],[5,-5],[3,-2],[12,-2],[8,-203],[-2,-26],[0,-16],[4,-10],[5,-4],[11,-5],[19,-3],[2,-5],[-1,-13],[5,-15],[0,-11],[18,-3],[23,1],[18,-1],[14,-7],[7,-1],[13,-7],[28,2],[27,4],[23,0],[14,-6],[-35,-8],[-82,-8],[-33,-7],[-14,0],[-3,-10],[4,-17],[9,-29],[0,-4],[-2,-11],[6,-14],[6,-4],[25,-96],[0,-17],[5,-10],[3,-26],[-4,-15],[-1,-14],[5,-18],[10,-19],[2,-61],[1,-21],[4,-26],[6,-13],[8,-7],[34,-41],[9,-19],[1,-16],[0,-17],[8,-19],[14,-5],[18,5],[-13,-10],[-6,-9],[-10,-8],[3,-9],[7,-7],[4,-8],[5,-3],[1,-77],[-7,-15],[-3,-32],[8,-31],[3,-5],[9,-14],[12,-7],[-1,-37],[-4,-3],[0,-15],[4,-15],[13,-6],[51,3],[70,0],[42,-4],[34,-2],[47,-9],[8,-97],[6,-12],[4,-2],[-12,-41],[-16,-7],[-4,-10],[1,-17],[10,-47],[8,-25],[4,-14],[0,-14],[4,-19],[10,-16],[18,1],[20,-48],[-27,-9],[-52,-17],[-37,-16],[2,-19],[10,-26],[2,-11],[7,-6],[64,0],[32,2],[140,25],[3,-16],[-7,-16],[-18,-8],[-50,-3],[-71,-7],[-14,-3],[-8,-6],[3,-38],[5,-27],[14,-38],[18,-22],[0,-21],[5,-13],[3,-20],[5,-12],[6,-4],[-18,-49],[-11,-3],[-35,-2],[-26,-7],[-21,-15],[-18,-15],[-13,-2],[-31,-2],[-15,-6],[-5,-12],[1,-18],[5,-14],[3,-6],[11,-20],[53,-11],[26,-1],[38,7],[36,11],[47,20],[25,9],[46,-17],[-2,-15],[4,-21],[14,-42],[5,-6],[5,-1],[9,-39],[-8,-9],[-3,-12],[-2,-40],[-4,-9],[-15,-9],[-73,-31],[-21,-13],[-34,-11],[-7,-7],[2,-15],[10,-11],[9,-16],[7,-17],[16,-14],[16,-10],[33,-2],[21,4],[14,7],[13,12],[16,22],[12,8],[15,4],[27,-4],[5,-13],[9,-8],[4,1],[46,-21],[10,5],[57,16],[22,9],[15,-53],[6,-9],[5,-2],[17,-3],[9,0],[19,-5],[12,0],[10,5],[21,7],[20,5],[15,-63],[13,4],[13,-11],[34,-60],[-1,-16],[4,-30],[1,-19],[-1,-43],[-20,-6],[-7,-11],[4,-27],[6,-19],[14,-29],[-8,-8],[-5,-8],[2,-20],[11,-39],[6,-14],[14,-7],[26,0],[-25,-11],[-16,-5],[-9,-9],[-11,-12],[-2,-24],[2,-25],[5,-9],[17,-14],[40,-7],[29,6],[2,-27],[4,-17],[6,-14],[6,-16],[13,-10],[2,-19],[1,-4],[4,-20],[10,-22],[12,-8],[9,-2],[-6,-11],[1,-16],[6,-20],[9,-24],[11,-13],[4,-14],[4,-16],[0,-15],[-5,-10],[-7,-9],[-33,-16],[-108,-31],[-109,-33],[-88,-20],[-88,-19],[-52,-16],[-75,-30],[-19,-40],[-37,-35],[-41,-18],[-13,-2],[-39,-8],[-57,-16],[-34,-7],[-25,-16],[-23,-15],[-13,-1],[-10,-3],[-38,-15],[-26,-9],[-26,-12],[-21,-2],[-44,-9],[-66,-21],[-21,-15],[-28,-17],[-36,-9],[-27,-14],[-12,-9],[-20,-7],[-24,-6],[-22,-6],[-11,-10],[-36,-18],[-12,-11],[-106,-37],[-37,0],[-33,-1],[-30,-6],[-20,-8],[-18,-8],[-18,-4],[-15,-2],[-19,-10],[-86,-34],[-131,-48],[-22,-7],[-34,-17],[-27,-9],[-44,-31],[-25,-8],[-20,-5],[-28,-8],[-48,-20],[-6,-5],[-104,-22],[-31,-11],[-25,-17],[-59,-22],[-147,-47],[-52,-18],[-29,-12],[-24,-1],[-49,-16],[-38,-8],[-10,-3],[-22,-2],[-34,-6],[-18,-6],[-6,-3],[-19,-9],[-1,-10],[-32,-5],[-11,23],[-26,111],[-29,128],[-12,31],[-25,39],[-14,29],[-37,57],[-33,36],[-62,53],[-44,30],[-36,32],[-51,56],[-29,40],[-81,135],[-113,185],[-79,135],[-74,123],[-87,148],[-86,144],[-46,73],[-203,333],[-168,278],[-160,264],[-132,205],[-248,405],[-80,141],[-74,115],[-164,269],[-60,99],[-28,44],[-16,30],[-22,42],[-40,62],[-21,49],[-4,16],[-3,21],[-15,24],[-11,11],[-18,2],[-33,-13],[-6,10],[-6,12],[22,23],[5,21],[1,21],[-2,17],[-2,33],[-13,44],[-17,43],[-33,80],[-19,68],[-7,49],[1,57],[5,43],[27,170],[45,275],[18,119],[17,61],[11,30],[24,43],[35,56],[100,135],[65,89],[25,32],[29,35],[60,86],[35,53],[34,55],[26,37],[52,81],[30,55],[26,43],[26,56],[18,30],[13,31],[9,28],[-5,11],[67,31],[-1,19],[0,7],[6,17],[50,10],[39,9],[-18,-1],[-8,4],[8,6],[13,5],[3,4],[0,15],[-12,60],[15,21],[5,15],[33,1],[233,56],[427,98],[47,13],[473,104],[24,6],[17,17],[5,21],[21,23],[24,0],[27,-2],[21,-4],[30,-2],[40,4],[75,10],[19,7],[32,10],[58,13],[139,34],[508,116],[9,0],[15,2],[54,13],[15,-2],[16,-13],[14,3],[7,2],[4,15],[4,6],[11,8],[17,7],[78,14],[122,30],[93,18],[39,15],[32,12],[41,11],[177,39],[59,10],[56,13],[90,23],[120,24],[10,10],[17,11],[41,16],[38,9],[10,5],[43,12],[36,9],[55,17],[168,57],[14,4],[16,6],[101,39],[60,23],[108,45],[245,107],[55,23],[96,50],[16,8],[107,49],[54,27],[29,16],[60,34],[130,73],[14,10],[159,106],[56,41],[55,38],[158,123],[123,97],[54,49],[28,23],[48,1],[35,28],[-6,26],[133,114],[374,312],[147,122],[217,184],[36,31],[57,49],[59,50],[158,129],[24,20],[62,51],[119,98],[100,81],[11,10],[185,155],[29,23],[177,145],[49,41],[226,189],[225,188],[286,236],[21,18],[29,-7],[57,49],[2,31],[219,185],[466,389],[65,-68],[17,-23],[22,-6],[37,1],[36,-3],[61,-20],[36,11],[33,-1],[18,-5],[3,-1],[45,-34],[38,-16],[15,3],[56,-26],[12,1],[61,-16]],[[350959,610355],[-21,-27],[-5,-30],[-6,-14],[-15,-11],[-30,-13],[-29,-7],[-15,3],[-23,-23],[-23,11],[-41,13],[0,4],[2,14],[7,9],[-26,10],[5,-12],[-8,-15],[-11,1],[-104,39],[-59,22],[-47,-135],[107,-50],[33,-18],[98,-37],[29,-9],[16,-2],[20,-3],[15,8],[23,23],[-15,-59],[2,-8],[10,-7],[27,-16],[39,-5],[19,47],[7,14],[41,90],[71,155],[-93,38]],[[362987,594443],[-54,-468],[-6,-4],[-7,-7],[-2,-1],[-3,-3],[-22,-15],[-15,-7],[-12,-2],[-11,0],[-18,2],[-99,42],[-12,8],[-4,3],[-12,1],[-160,77],[-16,5],[-36,12],[-37,6],[-42,0],[-29,-9],[148,98],[7,5],[32,11],[19,15],[11,8],[21,3],[9,6],[112,45],[4,40],[141,70],[11,5],[24,15],[29,26],[36,31],[-3,-10],[-4,-8]],[[362182,596294],[13,-2],[51,16],[27,-1],[27,-8],[26,0],[28,9],[4,0],[1,2],[24,-3],[12,-5],[3,-1],[-1,-1],[5,-2],[9,-10],[1,-8],[-3,-10],[-10,-1],[-13,-4],[-38,-2],[-27,-4],[-58,1],[-121,1],[0,-68],[1,-1],[-1,-1],[25,-33],[13,-33],[28,-157],[15,-113],[5,-58],[7,-143],[3,-51],[0,-14],[-1,-57],[3,-49],[21,-181],[13,-120],[15,-293],[5,-163],[5,-154],[-2,-190],[-1,-96],[-69,0],[0,91],[-198,-13],[1,186],[1,84],[0,22],[-1,67],[-1,11],[0,2],[-73,7],[-60,2],[-105,3],[17,28],[6,9],[1,6],[3,10],[0,4],[-2,18],[-12,20],[-10,9],[-4,3],[-7,2],[6,256],[10,399],[2,0],[70,-2],[29,0],[100,-3],[-3,48],[-5,99],[-1,42],[-122,-4],[-9,75],[-51,-2],[0,0],[1,37],[2,102],[2,338],[-1,0],[1,34],[54,2],[60,1],[80,4],[13,0],[141,4],[-3,61],[-2,21],[1,28],[23,-36],[2,-13],[-5,-16],[-1,-4],[-3,-10],[2,-15],[6,-9]],[[362061,596481],[1,-9],[-13,1],[0,-4],[-20,1],[-2,52],[-4,31],[-3,26],[-15,207],[-3,193],[8,199],[4,81],[-1,94],[0,6],[-2,145],[21,0],[1,-6],[11,-78],[11,-93],[9,-29],[-6,-132],[-4,-11],[3,-52],[-7,-24],[2,-62],[-8,-156],[-1,-54],[3,-11],[-10,-9],[-2,-15],[0,-32],[4,-25],[0,-28],[1,-62],[1,-13],[8,-10],[4,-12],[1,-2],[1,-27],[3,-51],[3,-13],[1,-16]],[[362040,597789],[-15,-5],[3,35],[3,44],[48,1],[11,30],[6,75],[5,49],[-64,2],[1,149],[35,4],[2,-37],[2,-18],[5,-7],[15,-10],[14,-10],[5,-3],[16,-78],[8,-51],[-16,-39],[-6,-15],[-7,-2],[-9,-25],[-15,-26],[-9,-14],[-25,-40],[-1,-6],[-12,-3]],[[363665,598218],[57,-3],[17,3],[25,-39],[3,-67],[-9,-131],[1,-3],[-7,-74],[-4,-14],[-9,-8],[-18,-6],[-446,25],[-30,1],[-13,-6],[-12,-14],[-23,-42],[-9,-9],[-18,-3],[-25,7],[-65,13],[-60,6],[-85,3],[-96,-4],[-103,-5],[-16,1],[-25,6],[-29,0],[-34,-2],[-31,-5],[-7,-5],[2,76],[15,120],[11,39],[17,35],[2,21],[-13,13],[-18,1],[-378,19],[-4,1],[0,60],[4,16],[14,12],[-2,16],[-5,16],[-6,35],[17,-1],[4,0],[155,-10],[378,-15],[59,-7],[70,-10],[322,-27],[427,-35]],[[362264,598786],[0,-28],[-1,-31],[-7,-227],[-33,2],[-4,0],[-26,2],[9,131],[-4,23],[-21,17],[-3,16],[8,73],[0,0],[7,24],[75,-2]],[[365881,596310],[-4,-15],[-2,-21],[3,-81],[5,-53],[6,-32],[9,-20],[16,-20],[-8,-13],[-43,3],[-8,16],[-13,4],[-253,-11],[-174,-2],[-13,-3],[-12,-10],[-10,13],[-206,5],[-17,11],[-250,9],[-29,3],[-17,7],[-12,8],[-33,6],[-108,-3],[-19,-5],[-20,-14],[-9,11],[-6,4],[-19,5],[-108,8],[-13,1],[-34,-6],[-17,-7],[-24,1],[-27,6],[-37,4],[-25,0],[-18,-4],[-2,30],[-81,1],[-22,-5],[-19,0],[-14,4],[-12,9],[2,44],[9,138],[-3,14],[-11,12],[-2,9],[4,73],[1,16],[5,51],[528,-19],[27,-23],[7,-12],[7,-127],[99,1],[401,5],[361,-20],[212,-6],[5,7],[5,10],[-1,39],[-7,69],[-4,21],[-11,13],[12,16],[-2,109],[-11,24],[3,8],[5,30],[-2,86],[-5,15],[-11,8],[13,15],[8,25],[0,85],[9,43],[1,29],[3,106],[-1,103],[-11,23],[-5,21],[-1,65],[-2,17],[-1,47],[-5,10],[-4,6],[-1,2],[6,9],[4,15],[-1,25],[-25,108],[-4,35],[-7,47],[-6,15],[-4,118],[6,100],[3,181],[18,108],[19,136],[-3,16],[12,17],[6,20],[4,19],[28,60],[0,16],[-3,8],[-8,10],[18,14],[16,27],[9,34],[1,18],[7,92],[25,102],[-3,16],[-9,47],[-128,9],[-630,43],[-382,26],[-76,9],[-11,5],[-2,7],[1,8],[34,17],[57,132],[32,24],[41,29],[17,14],[12,38],[8,-14],[11,-7],[538,-151],[472,-130],[73,-16],[16,-1],[0,-41],[-9,-8],[-4,-9],[0,-8],[-18,-41],[-6,-27],[-9,-72],[-10,-44],[-11,-77],[-1,-39],[4,-13],[14,-14],[-15,-3],[-15,-11],[-14,-20],[-21,-67],[-8,-22],[2,-12],[-10,-39],[-12,-8],[-9,-11],[-3,-14],[-2,-62],[-1,-33],[-5,-18],[-9,-28],[-6,-24],[0,-16],[2,-18],[1,-61],[-4,-32],[-4,-29],[-7,-66],[-2,-98],[-1,-29],[2,-82],[8,-72],[13,-55],[13,-39],[14,-21],[-6,-105],[2,-57],[4,-45],[12,-43],[1,-70],[4,-42],[5,-35],[10,-12],[14,-10],[26,-10],[-32,-14],[-21,-10],[-9,-11],[-5,-16],[1,-44],[-3,-38],[2,-81],[3,-7],[15,-15],[-8,-4],[-7,-6],[-4,-9],[0,-115],[6,-10],[14,-8],[-14,-7],[-7,-7],[-3,-9],[6,-84],[7,-76],[-1,-49],[-3,-30],[2,-14],[9,-13],[12,-7],[-8,-11]],[[362158,601950],[24,-109],[1,-64],[-2,-56],[8,-12],[16,-2],[47,18],[36,20],[18,2],[22,-3],[29,-14],[9,-15],[1,-23],[12,-20],[9,-24],[15,-10],[21,-3],[193,47],[13,20],[26,23],[31,12],[40,32],[111,52],[62,15],[38,19],[56,4],[22,3],[-23,-83],[1,-8],[-23,-85],[0,-30],[3,-13],[24,-23],[25,-20],[2,-10],[-10,-10],[-27,-9],[-60,-12],[-64,-30],[-68,-23],[-91,-7],[-31,-19],[-51,-9],[-2,-25],[-266,-98],[-108,-54],[-27,-19],[-17,-26],[-4,-17],[0,-26],[6,-19],[32,-66],[37,-76],[2,-29],[-3,-30],[-5,-13],[-18,-1],[-52,-24],[-37,-23],[-95,-90],[-43,-41],[-16,-19],[2,-34],[24,-141],[23,-90],[0,-14],[24,-72],[2,-52],[-9,-126],[-1,-67],[-11,-25],[-1,-72],[0,-29],[2,-9],[3,-9],[0,-1],[6,-9],[8,-3],[8,-3],[55,1],[19,-3],[6,-6],[4,-9],[6,-3],[1,-1],[9,-1],[18,0],[35,0],[145,3],[38,-2],[18,-11],[15,-20],[16,-26],[-21,17],[-11,6],[-5,4],[-12,6],[-17,4],[-48,6],[-16,-6],[-55,-19],[-46,-3],[-10,0],[-130,10],[-18,-6],[-8,-6],[-7,0],[-14,3],[-10,6],[-7,8],[-5,9],[-6,77],[-3,18],[-8,8],[-11,2],[-16,-3],[-81,-9],[-275,-3],[-2,19],[-33,357],[-1,14],[-1,4],[-8,88],[-14,142],[-1,19],[-8,80],[-21,237],[-5,46],[0,4],[76,15],[4,2],[2,0],[8,8],[2,9],[-2,37],[6,3],[6,-3],[8,-23],[12,-19],[6,-13],[23,20],[22,34],[14,12],[-34,84],[59,32],[-57,156],[-103,-54],[-18,-9],[-1,1],[-2,2],[-71,96],[-12,122],[-2,26],[-11,95],[-9,95],[-4,45],[-6,59],[-10,76],[130,33],[-14,-85],[548,267],[30,-72],[5,-16],[24,-27],[6,-18],[0,-23],[-15,-97]],[[361809,602858],[-24,-9],[-32,4],[-20,0],[-15,-6],[-12,-13],[-12,-11],[-52,-19],[-13,-2],[-1,-32],[-63,-312],[-84,32],[-12,-31],[-16,-60],[-37,-126],[-1,-3],[-11,106],[-1,8],[-26,249],[-14,135],[-12,137],[-13,131],[-3,46],[-3,40],[-1,98],[1,60],[15,108],[5,19],[13,67],[24,102],[82,302],[22,83],[53,197],[10,34],[-17,2],[17,64],[45,7],[21,-1],[31,-10],[24,-4],[45,-11],[56,-20],[44,-28],[43,-13],[48,-22],[64,-41],[17,-14],[-13,-38],[-29,-79],[188,-102],[-14,-26],[-21,-84],[-66,-208],[-17,-39],[-13,-45],[-4,-13],[-16,-107],[-1,-7],[-14,-42],[-18,-49],[-22,-61],[-19,-56],[-19,-51],[-22,-62],[-23,-63],[-6,-15],[-9,-25],[-7,-18],[-8,-22],[-4,-13],[-4,-7],[-4,-11]],[[364657,603565],[0,-1],[-28,1],[-16,0],[-1,0],[3,95],[-2,56],[-4,171],[-3,69],[-2,52],[-6,89],[-4,71],[-2,145],[1,58],[4,33],[6,38],[11,47],[3,26],[13,129],[14,148],[11,186],[5,-5],[12,-9],[19,-15],[4,-1],[1,-1],[1,-1],[20,-35],[12,-30],[9,-41],[2,-33],[-4,-9],[-10,-37],[-18,-78],[-7,-30],[-9,-51],[-13,-55],[-5,-18],[-12,-79],[-3,-28],[-3,-22],[-4,-32],[-4,-18],[-3,-37],[-3,-22],[1,-12],[4,-8],[-11,-84],[1,-17],[-2,-24],[-4,-10],[-3,-2],[-3,-5],[2,-13],[10,-50],[8,-17],[4,-5],[6,-5],[2,-7],[0,-11],[6,-20],[-5,-370],[0,-11],[-1,-55]],[[354727,609120],[30,-4],[50,4],[24,-5],[26,-6],[109,6],[42,3],[96,-4],[227,-14],[63,-14],[53,-17],[56,-14],[214,-13],[49,3],[354,-24],[89,-6],[101,-14],[234,-20],[19,-10],[10,-12],[-1,-20],[-11,-39],[0,-19],[20,-55],[15,-16],[31,-7],[71,-7],[153,-2],[63,-8],[82,-8],[405,-17],[29,9],[46,-2],[8,-13],[3,-19],[-14,-23],[-1,-15],[4,-12],[8,-7],[12,-10],[-3,-42],[-4,-9],[-9,-11],[-3,-21],[-2,-103],[13,-21],[-23,-29],[-3,-27],[3,-28],[-1,-1],[13,-12],[2,1],[33,-16],[29,-5],[17,2],[26,13],[306,6],[57,-2],[38,5],[42,-2],[145,-7],[112,0],[110,6],[85,0],[33,-5],[8,-13],[-2,-40],[9,-23],[30,-26],[9,-5],[17,-8],[26,-13],[-45,-135],[-36,-89],[-1,-19],[5,-13],[11,-6],[5,-4],[-6,-10],[-26,-7],[-7,-10],[-27,-73],[0,0],[-24,-65],[0,-3],[0,0],[-1,-25],[-2,-6],[1,0],[-5,-19],[-7,-16],[-7,-12],[-6,-11],[-6,-14],[-5,-27],[-1,-28],[-10,-53],[-8,-25],[-16,-32],[-4,-21],[-1,-24],[3,-16],[12,-8],[2,-8],[-5,-9],[-23,-8],[-21,-8],[-16,-19],[-23,-37],[-10,-70],[3,-28],[16,-7],[6,-9],[-10,-7],[-12,-5],[-9,-17],[-7,-27],[-46,5],[-10,-36],[54,0],[22,-4],[12,-8],[7,-15],[3,-75],[4,-43],[11,-33],[20,-20],[21,-9],[41,-5],[146,6],[26,-5],[24,-9],[36,-20],[71,-52],[59,-37],[33,-16],[9,-10],[2,-12],[-1,-2],[21,-7],[8,-3],[26,-3],[66,4],[29,7],[35,4],[40,13],[41,8],[25,8],[42,20],[17,15],[14,15],[19,10],[25,10],[19,0],[11,7],[25,9],[34,5],[19,9],[32,11],[41,7],[26,11],[16,0],[38,13],[39,10],[29,6],[36,1],[25,6],[36,16],[29,14],[28,13],[26,20],[52,50],[26,26],[15,20],[69,26],[79,26],[19,6],[48,-212],[2,-23],[-49,-664],[-2,-24],[-13,-69],[-48,-164],[-72,-236],[-1,-15],[-41,-151],[-46,-172],[-31,-96],[-44,-97],[-15,-35],[-143,-315],[-1,-14],[-8,-46],[1,-1],[5,-18],[17,-12],[30,-1],[71,-14],[73,-2],[27,-4],[30,-6],[32,0],[22,-10],[27,-1],[20,-7],[23,2],[11,18],[32,-1],[11,-11],[23,-5],[11,-5],[31,-10],[35,-9],[31,-6],[23,1],[16,11],[6,-9],[17,-17],[24,-11],[73,-14],[39,-3],[32,-9],[15,-4],[19,0],[13,4],[6,6],[7,-13],[14,-12],[29,-7],[76,-21],[75,-28],[19,-3],[11,3],[9,7],[8,-15],[15,-12],[107,-37],[90,-31],[20,-6],[10,0],[5,2],[6,11],[9,-21],[15,-15],[15,-10],[37,-13],[81,-34],[24,-9],[64,-26],[70,-29],[6,-2],[46,-26],[35,-19],[32,-9],[14,-7],[18,-8],[-13,-47],[-18,-64],[-28,-103],[-30,-106],[-79,-287],[-18,0],[-14,7],[-13,5],[-13,2],[-69,-14],[-24,-71],[-32,2],[-15,-46],[38,-12],[2,-1],[7,-8],[3,-38],[-10,-23],[-19,-60],[-21,-59],[-18,-44],[-21,-72],[-23,-85],[-18,-61],[-26,-66],[-17,-51],[-13,-59],[-14,-50],[-11,-43],[-11,-15],[-3,-37],[-14,-25],[-13,-32],[-7,-50],[-10,-30],[-9,-26],[9,-20],[14,-13],[22,-7],[28,-12],[19,-8],[14,-1],[7,9],[22,87],[36,124],[19,55],[21,34],[13,34],[6,46],[13,46],[18,37],[25,56],[33,121],[7,-69],[-13,-37],[-9,-32],[-14,-49],[-19,-49],[-13,-45],[-6,-57],[7,-13],[24,-11],[25,-6],[18,-15],[9,-17],[1,-23],[-4,-20],[-36,-97],[-14,-44],[-14,-49],[-1,-15],[9,-8],[34,-8],[22,-10],[10,3],[38,87],[12,-92],[-16,-15],[-12,-37],[-9,-48],[-24,-60],[-9,-61],[-12,-39],[-2,-7],[-8,-24],[-10,-16],[-7,-29],[-4,-21],[-4,-20],[-12,-82],[-7,-104],[-1,-22],[-2,-30],[0,-3],[0,3],[0,-4],[-1,-46],[-5,-24],[-94,-303],[-9,-55],[14,-13],[11,0],[0,-1],[26,3],[49,22],[128,76],[26,19],[20,13],[30,12],[15,1],[16,0],[1,-30],[20,-175],[13,-5],[4,-45],[-18,-2],[-9,-8],[-8,-11],[-9,-6],[-17,-2],[-23,-1],[-71,-27],[-38,-18],[-67,-36],[-28,-18],[35,-89],[-4,-3],[-8,-47],[-49,-25],[-44,-29],[-55,-17],[-25,-18],[-48,-18],[-28,-14],[-6,-4],[-25,-16],[-44,-20],[-18,-19],[-22,-19],[-27,-1],[-38,-14],[-7,-11],[2,-12],[11,-4],[-1,-4],[24,-63],[11,-13],[23,-32],[4,-16],[18,-18],[21,-11],[36,-4],[32,9],[79,23],[49,15],[44,17],[35,18],[63,28],[40,10],[21,-2],[18,12],[21,17],[3,2],[31,22],[20,20],[62,48],[50,32],[19,70],[4,-76],[2,-40],[-9,-11],[44,-391],[18,-193],[-94,-50],[-35,-18],[-28,-12],[-25,-12],[-27,-8],[-52,-30],[-41,-28],[-14,-8],[-45,6],[-36,3],[-23,4],[-24,3],[-27,0],[-19,-2],[-16,0],[-16,-4],[-13,-4],[-15,-13],[-7,-12],[0,-1],[-23,-9],[-21,-6],[-13,1],[-8,1],[-14,9],[-56,8],[-82,-3],[-152,2],[-13,-6],[-6,-3],[-4,-19],[12,-28],[7,-25],[4,-7],[3,-6],[20,-5],[24,-5],[149,8],[24,0],[103,-6],[55,-7],[224,-8],[117,6],[237,-16],[14,-115],[-442,22],[-4,-87],[4,-25],[17,-22],[14,-2],[106,-1],[53,4],[47,1],[24,0],[51,-11],[34,-9],[31,-1],[27,-2],[30,-6],[23,-3],[22,-226],[2,-17],[15,-157],[-133,1],[-1,-132],[-42,-4],[-41,-7],[-61,-1],[-23,-2],[1,-69],[84,-13],[-4,-76],[74,-9],[36,-7],[-6,-23],[-8,-23],[-23,-68],[-3,-23],[5,-10],[6,-6],[12,-5],[15,-6],[15,-8],[12,-6],[13,-12],[11,-14],[4,-19],[13,-28],[6,-19],[10,-38],[14,-7],[81,-19],[19,-209],[-105,6],[-78,6],[-4,-35],[82,-35],[12,-24],[-30,-3],[-8,-2],[-72,2],[-38,1],[-9,15],[-238,2],[7,-30],[44,-1],[12,-45],[9,-1],[-2,-64],[10,-14],[1,-1],[139,-18],[26,-3],[271,-36],[14,-144],[-53,8],[0,9],[-34,1],[0,-5],[-254,36],[0,-112],[5,2],[10,1],[16,-1],[27,0],[33,-4],[37,-7],[27,-3],[33,-7],[27,-4],[26,0],[84,15],[28,-1],[3,-38],[4,-52],[4,-36],[-7,-13],[0,0],[0,-1],[-8,-35],[-5,-9],[-7,-11],[-4,-10],[-2,-10],[-3,-7],[-9,-7],[-16,-2],[-17,-5],[-18,-13],[-19,-14],[-17,-14],[-22,-25],[-18,-23],[20,-64],[45,1],[47,-9],[56,-6],[2,-26],[-66,10],[-46,1],[0,-92],[110,-2],[-4,-185],[-159,9],[-32,2],[-42,2],[-13,1],[-8,0],[-5,-100],[0,0],[0,0],[-1,-23],[55,-9],[64,-9],[-53,-6],[-42,-6],[-23,4],[-21,5],[-84,0],[-13,-125],[17,-1],[67,-4],[40,-2],[-15,-127],[260,-12],[-5,-225],[-6,-305],[-1,-127],[-1,-44],[-36,-18],[-43,3],[-7,-1],[-2,-6],[-5,-49],[1,-66],[-4,-42],[0,-69],[1,-52],[2,-93],[-1,-29],[5,-35],[-3,-48],[2,-32],[-1,-63],[-16,0],[-95,0],[-1,-63],[-113,-3],[-28,4],[-40,8],[0,-10],[1,-14],[5,-463],[0,-21],[0,-18],[6,-315],[0,-35],[1,-20],[4,-260],[-65,37],[-33,18],[-179,95],[-20,11],[-28,23],[2,4],[-109,58],[-14,1],[-29,9],[-21,10],[-31,13],[-41,5],[-26,0],[-14,-21],[-3,48],[-8,18],[-12,2],[-21,0],[-32,-5],[-25,-1],[-17,7],[-61,36],[-27,12],[-26,-3],[-18,-8],[-3,1],[-5,2],[-9,20],[-16,38],[-33,30],[-47,27],[-42,16],[-32,7],[-34,-7],[-27,-9],[-9,1],[-98,42],[-22,10],[-27,-1],[-24,26],[-22,13],[-46,14],[-54,7],[-13,4],[-21,19],[-37,23],[-79,40],[-11,-2],[-23,21],[-120,55],[-9,-4],[-23,4],[-6,16],[-11,8],[-11,4],[-90,14],[-10,2],[-225,36],[-48,8],[-53,9],[-46,8],[-11,2],[-58,10],[-11,-1],[-6,-12],[-25,-165],[-60,2],[-1,-2],[-54,2],[-54,2],[-144,7],[-82,3],[-131,6],[-176,11],[-164,10],[-157,16],[-136,16],[0,7],[-15,2],[-61,8],[-160,18],[10,149],[5,4],[-28,1],[-13,1],[-49,4],[-143,13],[-48,4],[-4,2],[-4,2],[-34,4],[-19,-3],[-25,-6],[-98,7],[-74,6],[-124,11],[-29,2],[-73,4],[-58,7],[-29,3],[-8,3],[-7,6],[-12,13],[-8,19],[-4,15],[0,8],[97,118],[19,24],[4,9],[19,33],[12,8],[80,118],[40,76],[13,13],[17,29],[19,38],[14,29],[11,37],[-2,12],[15,1],[8,15],[19,63],[8,49],[-2,15],[16,35],[7,30],[12,30],[42,63],[9,13],[91,119],[11,28],[1,4],[16,58],[-1,42],[-11,31],[-21,20],[-34,13],[-23,0],[-26,0],[-12,7],[-68,12],[-24,2],[-42,-4],[-31,0],[-22,2],[-29,9],[-24,1],[-12,-3],[-15,-10],[-12,-6],[-10,1],[-10,9],[-109,1],[-32,1],[-33,0],[-11,8],[-10,4],[-8,-2],[-8,-7],[-12,1],[-36,6],[-5,10],[-3,5],[-42,-2],[-6,-4],[0,-11],[-50,3],[-2,23],[-5,3],[-26,-1],[-2,-10],[-28,0],[-40,47],[-14,8],[-6,157],[-3,95],[-23,2],[-67,5],[-114,-1],[-21,2],[-17,2],[-15,-1],[9,142],[10,70],[13,72],[2,31],[-14,14],[-11,2],[-23,-4],[-104,-3],[-52,-13],[-173,16],[-58,-4],[-64,3],[-67,1],[-10,64],[6,-1],[5,80],[9,150],[3,61],[-30,39],[-213,299],[-177,15],[-129,-9],[-21,0],[-113,2],[0,104],[113,5],[1,22],[5,8],[-3,92],[1,31],[2,3],[2,73],[68,-1],[66,-3],[66,2],[16,3],[5,1],[12,-3],[5,-12],[7,1],[31,12],[16,3],[44,-1],[29,-5],[47,-6],[97,-1],[38,-3],[14,6],[5,10],[0,35],[-13,0],[-23,51],[-18,39],[-2,15],[-3,11],[-5,9],[-12,8],[-210,-5],[-2,-10],[-9,-2],[-10,3],[-9,10],[-144,-2],[0,29],[1,0],[-2,71],[74,2],[0,65],[-171,0],[-1,-34],[-110,4],[1,134],[-8,0],[-61,-2],[-132,-3],[-2,14],[0,10],[84,1],[40,7],[22,13],[0,2],[11,-2],[83,5],[0,56],[-99,-3],[-21,1],[2,80],[16,2],[10,13],[96,4],[12,1],[-5,52],[54,8],[0,42],[-61,-3],[-2,20],[-37,-17],[-4,-4],[0,2],[-27,-12],[-38,-10],[-12,4],[-5,31],[70,11],[34,11],[62,28],[11,14],[0,12],[-4,12],[-12,15],[-41,54],[-20,15],[-16,5],[-35,-8],[3,29],[6,11],[9,4],[2,52],[0,0],[-22,0],[-2,53],[-6,10],[-12,0],[-45,-5],[-3,52],[-5,35],[-15,21],[-11,3],[6,7],[12,5],[9,19],[9,6],[22,0],[4,-5],[3,87],[-84,0],[-1,19],[237,11],[55,11],[30,12],[3,6],[0,16],[-4,28],[-5,7],[-12,3],[-181,-8],[-52,5],[89,16],[107,15],[134,15],[66,4],[40,0],[15,5],[4,6],[0,15],[-4,36],[-9,35],[-12,15],[-11,63],[3,7],[0,41],[2,14],[-4,8],[0,36],[-7,31],[-4,4],[7,38],[10,2],[16,11],[2,14],[-2,26],[6,11],[12,11],[26,11],[49,10],[26,7],[11,7],[16,118],[5,30],[1,48],[-8,8],[-55,20],[-19,5],[-50,-3],[-18,-7],[-16,-5],[-45,0],[-32,-3],[-35,-16],[-33,-3],[-25,8],[-56,26],[-34,18],[-33,4],[-54,-1],[-34,-10],[-10,-7],[-6,-8],[-1,-5],[22,-61],[-18,-1],[-11,-6],[-53,-53],[17,39],[0,15],[-11,11],[-19,2],[-31,0],[-92,-28],[-12,-3],[-10,34],[0,14],[-8,16],[4,10],[26,9],[40,19],[-23,48],[-61,-13],[-19,-7],[-6,51],[-1,73],[47,47],[36,48],[33,57],[15,39],[5,22],[-5,12],[-63,55],[-18,4],[-15,-3],[-7,-9],[-40,-66],[-29,27],[3,5],[1,-1],[13,25],[3,24],[-7,40],[12,30],[5,12],[5,7],[3,7],[0,9],[-2,6],[-8,6],[-5,2],[-3,8],[3,9],[10,16],[14,26],[-2,2],[36,54],[60,119],[4,17],[-3,11],[-39,35],[-13,4],[-12,-5],[-18,-20],[-25,-15],[-189,-219],[-53,72],[-3,-2],[-35,-20],[34,38],[79,101],[53,65],[48,72],[6,20],[1,8],[-25,23],[-20,6],[-11,-2],[-10,-9],[-27,-41],[-34,-43],[7,30],[8,20],[15,22],[28,30],[3,8],[-18,14],[-15,2],[-13,-5],[-10,-12],[-21,-21],[-24,-12],[-95,130],[-8,47],[-35,195],[0,1],[38,40],[28,32],[-52,51],[-32,-24],[-47,253],[10,9],[16,19],[2,16],[-6,12],[-45,71],[-16,91],[0,9],[4,3],[34,5],[16,24],[18,11],[30,22],[27,14],[63,56],[81,84],[25,17],[-30,44],[-13,-1],[-18,1],[-15,10],[-22,12],[-33,29],[-19,15],[-11,14],[-3,13],[1,9],[15,18],[43,41],[19,34],[21,50],[9,32],[-2,19],[-4,13],[-6,19],[-3,10],[-8,15],[-4,14],[1,3],[-40,37],[-2,-2],[-41,-16],[-47,-25],[-69,-50],[-24,-10],[-32,-22],[-32,-25],[-21,-19],[-18,-4],[-15,13],[-17,33],[-25,78],[-2,19],[7,19],[10,8],[10,85],[-2,1],[-1,15],[2,3],[16,34],[4,16],[8,60],[7,23],[6,12],[5,12],[-36,61],[-2,4],[-6,4],[-14,35],[-11,34],[-14,62],[-20,51],[-3,20],[1,6],[-5,58],[-4,49],[-11,13],[-13,37],[-8,23],[-9,25],[-5,23],[-5,20],[-7,6],[-13,1],[-17,-4],[-11,21],[1,1],[2,8],[-8,36],[-12,21],[-11,2],[-16,37],[4,2],[11,15],[0,12],[-11,61],[-10,27],[-8,7],[-13,0],[-4,0],[-41,-10],[15,22],[6,13],[1,18],[-17,74],[-9,58],[-12,26],[-12,9],[0,0],[-12,88],[66,23],[48,27],[32,15],[58,39],[20,26],[23,33],[2,22],[-4,30],[-14,26],[-7,5],[1,8],[1,20],[2,25],[3,36],[72,25],[54,19],[27,19],[1,1],[7,17],[0,2],[-1,16],[-7,5],[-6,0],[-2,3],[-13,21],[-6,5],[-4,4],[-29,110],[-15,-15],[-6,-2],[-34,-13],[-56,-14],[-7,-2],[-51,-12],[-21,-3],[-29,-4],[-30,-7],[-38,-8],[-42,192],[-3,13],[-50,177],[-49,142],[-1,86],[-2,2],[0,0],[-5,5],[-20,65],[-5,4],[-6,77],[-4,32],[-5,50],[27,72],[-6,42],[-1,13],[4,9],[-4,22],[-1,34],[9,7],[23,9],[23,10],[89,15],[171,22],[89,7],[122,13],[-6,14],[1,6],[9,5],[36,9],[22,-1],[12,-5],[-6,65],[15,1],[14,-6],[11,-1],[13,3],[5,10],[4,16],[1,34],[-9,22],[-13,7],[-97,3],[-23,-2],[1,115],[5,7],[7,33],[-5,27],[-5,5],[3,26],[1,0],[14,6],[9,14],[9,28],[0,52],[-5,21],[-12,19],[-13,12],[-1,1],[0,-7],[-87,-3],[-55,-4],[-5,124],[18,0],[6,0],[5,0],[3,0],[4,-2],[2,-2],[3,-2],[2,-3],[2,-1],[3,0],[3,0],[19,4],[3,0],[3,-2],[1,0],[5,99],[24,2],[49,-2],[15,0],[2,1],[7,2],[3,8],[-1,22],[-6,32],[-8,13],[-12,3],[-3,27],[9,4],[10,10],[5,29],[0,58],[-2,19],[-9,10],[-3,0],[3,67],[2,0],[106,1],[11,14],[3,48],[1,21],[3,37],[0,17],[70,15],[1,77],[2,74],[31,1],[-1,20],[43,1],[7,160],[0,18],[-52,0],[-307,16],[-2,-2],[-26,0],[-22,5],[-12,3],[-11,0],[-11,-5],[-6,-8],[-17,-8],[72,139],[164,262],[11,17],[147,236],[23,-10],[4,-5],[40,-8],[181,-9],[6,7],[2,51],[1,28],[4,4],[7,8],[125,-4],[28,0],[145,-6],[0,11],[-2,83],[3,30],[-2,34],[-18,2],[-217,10],[-95,2],[-56,4],[-26,7],[-17,10],[48,87],[111,213],[12,23],[20,-17],[5,5],[16,5],[16,-3],[115,-26],[6,8],[47,166],[-27,5],[-42,3],[-32,1],[-25,-5],[-30,-10],[32,61],[95,180],[14,-7],[-2,-11],[-16,-53],[-3,-33],[-15,-31],[-1,-14],[9,-17],[15,-17],[33,-8]],[[353017,612662],[3,-21],[-33,-59],[-24,-58],[-15,-56],[-25,-61],[-22,-73],[-21,-85],[-9,-55],[0,-38],[-47,-292],[-9,-87],[-24,-146],[-13,-65],[-18,-51],[-6,-22],[-13,-129],[-13,-36],[-6,-14],[-3,-22],[-7,-32],[-1,-59],[-7,-39],[-19,-63],[-13,-82],[-8,-66],[-11,-40],[-17,-29],[-12,-25],[-8,-48],[-8,-69],[-12,-49],[-16,-45],[-11,-26],[-21,-27],[-13,-28],[-16,-52],[-20,-58],[-28,-95],[-2,-26],[1,-20],[5,-14],[15,-19],[27,-12],[29,-4],[39,-16],[53,-2],[24,-5],[33,-10],[6,-2],[162,-21],[127,-13],[60,-1],[233,-23],[142,-20],[11,-6],[0,0],[3,-8],[2,-27],[-1,-5],[2,-21],[4,-7],[29,-3],[11,-5],[6,-6],[33,17],[29,6],[18,8],[35,20],[26,8],[37,1],[67,-2],[243,-23],[158,-18],[307,-45],[148,-31],[218,-26],[-3,-37],[8,-3],[11,-13],[3,-25],[-2,-18],[-4,-13],[26,8],[21,3],[-6,-12],[-13,-50],[-8,-18],[-8,-4],[-13,-1],[-10,-5],[-5,-9],[-6,-12],[-9,-14],[-23,-59],[1,-57],[-1,-8],[-25,-59],[0,-8],[3,-6],[18,-14],[3,-6],[-1,-6],[-5,-4],[-7,1],[-15,13],[-9,3],[0,0],[-50,9],[-20,1],[-6,-3],[-7,-8],[-8,0],[-33,8],[-66,13],[-40,5],[0,-69],[-106,3],[-5,-92],[13,-11],[17,-7],[25,-3],[23,2],[66,14],[28,1],[30,-6],[36,-16],[25,-16],[-40,1],[-12,-3],[-30,4],[-11,-3],[-16,-7],[-20,1],[-9,-3],[-11,-5],[-6,0],[-43,-105],[12,-9],[-2,-92],[-6,-26],[-13,-30],[-4,-25],[-9,-22],[-19,-21],[-12,-12],[-23,-21],[-32,-16],[-48,-7],[-7,3],[-9,1],[-8,-2],[-35,3],[-62,3],[-11,3],[-14,12],[-7,2],[-6,-3],[-2,-7],[-6,-4],[-40,4],[-66,-4],[-12,3],[-12,9],[-4,10],[-4,6],[-10,0],[-7,0],[-4,3],[-3,3],[-38,3],[-3,-15],[-11,-12],[-24,-10],[-25,-4],[-27,2],[-17,6],[-20,-35],[2,-1],[6,-13],[11,0],[5,-3],[4,-13],[-9,-40],[-8,-17],[-13,-13],[1,-19],[-4,-13],[-17,-18],[-3,1],[-14,-98],[16,-7],[11,-16],[11,-21],[3,-16],[2,-20],[0,-1],[5,-29],[2,-1],[2,-7],[-2,-11],[-11,-27],[-6,-10],[-9,-6],[-19,-2],[-93,1],[-11,16],[-11,6],[-93,-7],[-9,-9],[18,-5],[4,-8],[0,-77],[-4,-6],[-27,-1],[1,-55],[-4,-14],[-11,-10],[-8,-3],[0,-39],[13,-18],[8,-31],[0,-19],[-1,-8],[-5,-5],[-13,-3],[-58,-12],[-14,0],[-10,-4],[-1,-7],[8,-9],[14,-9],[4,-8],[0,-9],[-6,-9],[-14,-15],[-4,-9],[-3,-16],[-7,-9],[-11,-12],[-7,-17],[-13,-40],[-4,-20],[-1,-19],[-3,-10],[-6,-6],[-17,-2],[-76,-6],[-23,-7],[-25,-13],[-13,-2],[-14,6],[-15,16],[-20,16],[-3,10],[-1,32],[-5,22],[2,16],[3,13],[-5,16],[-14,27],[-21,30],[-17,31],[-11,9],[-13,11],[-12,18],[-10,18],[-9,-1],[-8,0],[-14,16],[-14,16],[23,30],[-19,14],[-34,45],[-39,20],[-67,27],[-41,34],[-15,15],[-2,8],[-31,7],[-42,17],[-28,22],[-87,74],[-30,20],[-16,11],[-8,7],[-2,7],[0,6],[27,5],[-22,6],[-18,14],[-13,13],[-18,10],[-20,6],[-24,5],[-36,-3],[-19,3],[-29,7],[-37,-4],[-15,1],[-32,8],[-6,3],[-4,5],[-2,4],[-5,2],[-7,0],[-21,-4],[-20,1],[-37,11],[-53,18],[-10,5],[-11,6],[-13,11],[-15,10],[-17,9],[-35,12],[-30,9],[-12,8],[-4,7],[0,8],[-33,0],[-20,4],[-12,9],[-5,10],[1,12],[4,9],[0,8],[3,13],[10,9],[5,9],[0,9],[4,6],[3,3],[-183,35],[-11,-1],[-37,8],[-107,34],[-15,9],[-11,12],[-16,14],[-20,8],[-14,0],[-72,25],[-24,1],[-17,3],[-24,7],[-53,23],[-18,4],[-30,2],[-30,-2],[-9,1],[-10,6],[-4,2],[-14,14],[-15,8],[-19,8],[-23,2],[-1,1],[-22,13],[-26,21],[-22,7],[-30,4],[-19,6],[-21,12],[-20,5],[-21,7],[-27,15],[-11,19],[-15,10],[-22,9],[-18,0],[-59,34],[30,75],[10,-2],[10,5],[1,8],[-2,12],[-14,18],[-13,15],[-10,22],[2,29],[8,18],[7,17],[11,8],[19,10],[28,4],[-53,24],[-98,74],[-21,19],[91,212],[31,68],[18,39],[120,262],[19,43],[46,105],[30,61],[45,92],[20,39],[2,3],[20,38],[32,37],[37,25],[40,10],[36,-2],[42,-12],[1,0],[8,-2],[9,-2],[5,12],[4,11],[15,37],[31,108],[28,37],[16,48],[46,-17],[18,-6],[92,-34],[13,41],[2,22],[-54,22],[-4,24],[-28,6],[-4,15],[-12,10],[-17,10],[-35,12],[-57,28],[-6,8],[-1,2],[-19,-25],[-5,-4],[-13,-22],[-25,-37],[-28,-38],[-27,-29],[-12,-15],[-6,-11],[-19,-39],[-28,-45],[-12,-17],[-3,-6],[-61,16],[-12,-1],[-56,26],[-15,-3],[-38,16],[-45,34],[-3,1],[-18,5],[-33,1],[-36,-11],[-61,20],[-36,3],[-37,-1],[-22,6],[-17,23],[-65,68],[-466,-389],[-219,-185],[-2,-31],[-57,-49],[-29,7],[-21,-18],[-286,-236],[-225,-188],[-226,-189],[-49,-41],[-177,-145],[-29,-23],[-185,-155],[-11,-10],[-100,-81],[-119,-98],[-62,-51],[-24,-20],[-158,-129],[-59,-50],[-57,-49],[-36,-31],[-217,-184],[-147,-122],[-374,-312],[-133,-114],[6,-26],[-35,-28],[-48,-1],[-28,-23],[-54,-49],[-123,-97],[-158,-123],[-55,-38],[-56,-41],[-159,-106],[-14,-10],[-130,-73],[-60,-34],[-29,-16],[-54,-27],[-107,-49],[-16,-8],[-96,-50],[-55,-23],[-245,-107],[-108,-45],[-60,-23],[-101,-39],[-16,-6],[-14,-4],[-168,-57],[-55,-17],[-36,-9],[-43,-12],[-10,-5],[-38,-9],[-41,-16],[-17,-11],[-10,-10],[-120,-24],[-90,-23],[-56,-13],[-59,-10],[-177,-39],[-41,-11],[-32,-12],[-39,-15],[-93,-18],[-122,-30],[-78,-14],[-17,-7],[-11,-8],[-4,-6],[-4,-15],[-7,-2],[-14,-3],[-16,13],[-15,2],[-54,-13],[-15,-2],[-9,0],[-508,-116],[-139,-34],[-58,-13],[-32,-10],[-19,-7],[-75,-10],[-40,-4],[-30,2],[-21,4],[-27,2],[-24,0],[-21,-23],[-5,-21],[-17,-17],[-24,-6],[-473,-104],[-47,-13],[-427,-98],[-233,-56],[-33,-1],[19,59],[24,103],[15,48],[40,210],[9,24],[21,126],[10,38],[11,65],[9,31],[27,146],[-2,0],[9,37],[2,0],[24,127],[8,34],[24,138],[4,22],[1,22],[-4,16],[-7,17],[-10,19],[-3,5],[-8,17],[-3,22],[3,26],[9,59],[19,67],[3,12],[-7,10],[-16,4],[3,11],[3,14],[9,0],[17,9],[25,116],[5,32],[30,104],[0,10],[1,18],[9,40],[28,114],[14,83],[26,88],[29,133],[21,102],[35,156],[52,243],[101,420],[35,167],[22,90],[13,77],[19,66],[3,20],[53,-8],[5,-7],[16,-8],[55,-45],[47,-41],[42,-35],[43,-36],[82,-73],[99,-83],[62,-52],[2,-5],[3,-9],[-12,-4],[-11,9],[-12,4],[-13,-4],[-6,-14],[0,-19],[-1,-39],[-1,-21],[-3,-5],[18,-21],[15,-12],[12,-2],[9,3],[25,27],[41,44],[-11,12],[13,16],[8,-7],[19,28],[22,33],[47,61],[73,-58],[66,-54],[37,-26],[92,126],[29,35],[218,-83],[81,-29],[51,-12],[22,0],[32,-16],[159,-61],[168,-62],[143,-50],[37,-7],[25,0],[22,3],[100,27],[59,18],[41,10],[25,8],[16,15],[7,6],[107,104],[68,67],[76,71],[82,79],[17,17],[37,30],[49,48],[25,28],[22,20],[16,0],[8,5],[37,16],[16,14],[3,4],[6,5],[1,0],[16,65],[-1,0],[-4,17],[4,19],[-1,15],[4,13],[13,10],[21,6],[28,15],[32,6],[56,22],[58,26],[58,31],[56,34],[43,21],[135,73],[5,8],[109,61],[11,-5],[52,29],[103,57],[206,111],[109,62],[31,23],[607,146],[225,76],[30,21],[337,220],[372,239],[426,239],[778,769],[20,17],[85,79],[175,154],[516,435],[47,14],[329,15],[45,-12],[247,-101],[291,-166],[17,-6],[43,-2],[58,5],[82,13],[42,6],[845,186],[218,102],[172,61],[180,56],[189,53],[6,2],[204,51],[80,17],[116,-92],[13,-5],[-11,-49],[-1,-1],[-6,-47],[-97,-108],[8,-11],[10,-19],[13,-34],[7,-31],[4,-12],[-7,-20],[-8,-17],[-24,-30],[-6,-14],[0,-14]],[[351678,612633],[-137,-20],[-5,-2],[8,-21],[5,-15],[30,-51],[37,-36],[45,-27],[23,-15],[20,55],[17,63],[9,38],[-2,42],[-50,-11]],[[350096,612726],[9,124],[-56,-2],[-53,8],[-83,-34],[-12,-1],[-11,-5],[-28,-73],[18,4],[21,3],[195,-24]],[[352119,610487],[-4,-23],[-51,19],[-10,-53],[-11,-44],[-3,-19],[4,-8],[10,-7],[26,-16],[17,0],[14,-6],[25,-11],[31,-15],[54,-31],[37,-8],[15,-1],[2,1],[9,5],[17,21],[18,22],[2,14],[-1,2],[33,47],[78,231],[-6,8],[-109,43],[-74,29],[-10,2],[-14,-12],[-11,-19],[-10,-30],[-13,-35],[-9,-2],[-7,-6],[-3,-14],[-1,-16],[-6,-8],[-9,-7],[-1,-7],[1,-6],[5,-5],[-35,-35]],[[364882,599136],[-12,-38],[-17,-14],[-41,-29],[-32,-24],[-57,-132],[-34,-17],[-1,-8],[2,-7],[11,-5],[76,-9],[382,-26],[630,-43],[128,-9],[9,-47],[3,-16],[-25,-102],[-7,-92],[-1,-18],[-9,-34],[-16,-27],[-18,-14],[8,-10],[3,-8],[0,-16],[-28,-60],[-4,-19],[-6,-20],[-12,-17],[3,-16],[-19,-136],[-18,-108],[-3,-181],[-6,-100],[4,-118],[6,-15],[7,-47],[4,-35],[25,-108],[1,-25],[-4,-15],[-6,-9],[1,-2],[4,-6],[5,-10],[1,-47],[2,-17],[1,-65],[5,-21],[11,-23],[1,-103],[-3,-106],[-1,-29],[-9,-43],[0,-85],[-8,-25],[-13,-15],[11,-8],[5,-15],[2,-86],[-5,-30],[-3,-8],[11,-24],[2,-109],[-12,-16],[11,-13],[4,-21],[7,-69],[1,-39],[-5,-10],[-5,-7],[-212,6],[-361,20],[-401,-5],[-99,-1],[-7,127],[-7,12],[-27,23],[-528,19],[-5,-51],[-1,-16],[-4,-73],[2,-9],[11,-12],[3,-14],[-9,-138],[-2,-44],[12,-9],[14,-4],[19,0],[22,5],[81,-1],[2,-30],[90,-446],[2,-15],[1,-13],[58,-253],[49,-198],[89,-358],[4,-35],[-27,-5],[-46,7],[-140,32],[-26,7],[-18,6],[-218,58],[-26,7],[-32,3],[-89,7],[-12,7],[-100,119],[-23,13],[-20,-3],[-93,-62],[7,-4],[5,-5],[37,-126],[-1,-8],[-6,-5],[-43,-26],[-7,-9],[20,-37],[8,-28],[8,-9],[-83,-76],[-168,-164],[-193,-188],[-282,-276],[-112,-105],[-18,-18],[6,66],[54,468],[4,8],[3,10],[-36,-31],[-29,-26],[-24,-15],[-11,-5],[-141,-70],[-4,-40],[-112,-45],[-9,-6],[-21,-3],[-11,-8],[-19,-15],[-32,-11],[-7,-5],[-148,-98],[-34,-4],[-31,6],[-31,6],[1,9],[0,25],[1,161],[1,96],[2,190],[-5,154],[-5,163],[-15,293],[-13,120],[-21,181],[-3,49],[1,57],[0,14],[-3,51],[-7,143],[-5,58],[-15,113],[-28,157],[-13,33],[-25,33],[1,1],[-1,1],[0,68],[121,-1],[58,-1],[27,4],[38,2],[13,4],[10,1],[3,10],[-1,8],[-9,10],[-5,2],[1,1],[-3,1],[-12,5],[-24,3],[-1,-2],[-4,0],[-28,-9],[-26,0],[-27,8],[-27,1],[-51,-16],[-13,2],[-6,9],[-2,15],[3,10],[1,4],[5,16],[-2,13],[-23,36],[1,63],[-7,0],[-67,5],[-16,1],[-17,0],[-4,0],[1,3],[0,4],[13,-1],[-1,9],[-1,16],[-3,13],[-3,51],[-1,27],[-1,2],[-4,12],[-8,10],[-1,13],[-1,62],[0,28],[-4,25],[0,32],[2,15],[10,9],[-3,11],[1,54],[8,156],[-2,62],[7,24],[-3,52],[4,11],[6,132],[-9,29],[-11,93],[-11,78],[-1,6],[39,0],[21,2],[11,45],[17,70],[-47,12],[-17,12],[1,35],[122,3],[1,84],[0,6],[-23,5],[-35,9],[-23,4],[-19,2],[-13,1],[-15,-2],[1,6],[25,40],[9,14],[15,26],[9,25],[7,2],[6,15],[16,39],[-8,51],[-16,78],[-5,3],[-14,10],[-15,10],[-5,7],[-2,18],[-2,37],[95,-3],[60,-2],[4,-1],[378,-19],[18,-1],[13,-13],[-2,-21],[-17,-35],[-11,-39],[-15,-120],[-2,-76],[7,5],[31,5],[34,2],[29,0],[25,-6],[16,-1],[103,5],[96,4],[85,-3],[60,-6],[65,-13],[25,-7],[18,3],[9,9],[23,42],[12,14],[13,6],[30,-1],[446,-25],[18,6],[9,8],[4,14],[7,74],[-1,3],[9,131],[-3,67],[-25,39],[-17,-3],[-57,3],[-427,35],[-322,27],[-70,10],[-59,7],[-378,15],[-155,10],[-4,0],[5,175],[1,3],[7,227],[1,31],[0,28],[3,93],[69,-1],[8,142],[28,1],[0,21],[0,5],[-61,0],[-66,0],[-8,0],[-41,-10],[-11,-4],[-3,-2],[0,1],[1,190],[-35,2],[-5,1],[3,57],[8,88],[1,12],[0,33],[3,23],[2,20],[2,9],[2,2],[2,2],[5,12],[10,24],[5,18],[3,21],[1,11],[13,41],[16,24],[7,11],[67,63],[34,29],[69,58],[10,16],[1,6],[6,-12],[9,-2],[9,2],[22,19],[10,11],[4,4],[3,7],[4,11],[1,11],[0,16],[-1,12],[-3,12],[-5,11],[0,5],[1,5],[5,9],[1,6],[-1,9],[-16,26],[-15,20],[-18,11],[-38,2],[-145,-3],[-35,0],[-18,0],[-9,1],[-1,1],[-6,3],[-4,9],[-6,6],[-19,3],[-55,-1],[-8,3],[-8,3],[-6,9],[0,1],[-3,9],[-2,9],[0,29],[1,72],[11,25],[1,67],[9,126],[-2,52],[-24,72],[0,14],[-23,90],[-24,141],[-2,34],[16,19],[43,41],[95,90],[37,23],[52,24],[18,1],[5,13],[3,30],[-2,29],[-37,76],[-32,66],[-6,19],[0,26],[4,17],[17,26],[27,19],[108,54],[266,98],[2,25],[51,9],[31,19],[91,7],[68,23],[64,30],[60,12],[27,9],[10,10],[-2,10],[-25,20],[-24,23],[-3,13],[0,30],[23,85],[-1,8],[23,83],[-22,-3],[-56,-4],[-38,-19],[-62,-15],[-111,-52],[-40,-32],[-31,-12],[-26,-23],[-13,-20],[-193,-47],[-21,3],[-15,10],[-9,24],[-12,20],[-1,23],[-9,15],[-29,14],[-22,3],[-18,-2],[-36,-20],[-47,-18],[-16,2],[-8,12],[2,56],[-1,64],[-24,109],[15,97],[0,23],[-6,18],[-24,27],[-5,16],[-30,72],[-548,-267],[14,85],[0,3],[3,15],[22,145],[-57,-4],[-15,0],[-23,-1],[12,38],[10,48],[39,193],[63,312],[1,32],[13,2],[52,19],[12,11],[12,13],[15,6],[20,0],[32,-4],[24,9],[4,11],[4,7],[4,13],[8,22],[7,18],[9,25],[6,15],[23,63],[22,62],[19,51],[19,56],[22,61],[18,49],[14,42],[1,7],[16,107],[4,13],[13,45],[17,39],[66,208],[21,84],[14,26],[-188,102],[29,79],[13,38],[34,-25],[68,-39],[72,-23],[30,-2],[28,8],[24,-17],[30,-9],[72,-18],[34,-19],[37,-16],[44,-13],[32,-7],[58,-30],[64,-23],[124,-24],[20,3],[52,-30],[1,0],[8,-12],[103,-57],[45,-20],[42,-10],[32,-11],[24,16],[7,19],[5,-2],[5,-3],[3,-16],[7,-14],[19,-11],[17,-2],[18,2],[12,35],[14,-5],[0,-14],[4,-18],[10,-9],[13,-5],[16,2],[7,7],[8,15],[15,-3],[4,-13],[12,-13],[20,-9],[21,-5],[32,0],[4,-12],[19,-11],[14,-3],[45,-16],[33,-5],[25,-13],[53,1],[47,-14],[49,-4],[12,2],[9,11],[10,-15],[17,-8],[59,1],[13,9],[9,24],[6,-20],[7,-10],[84,-4],[53,-8],[34,5],[17,1],[34,-16],[30,-10],[25,-4],[30,-9],[28,-3],[19,7],[9,11],[18,-16],[19,-11],[68,4],[12,-6],[54,-3],[24,10],[20,1],[15,-1],[23,6],[48,0],[18,8],[10,9],[6,12],[5,-19],[10,-7],[21,-1],[25,2],[25,-8],[25,0],[29,13],[19,23],[0,1],[28,-1],[0,1],[1,55],[0,11],[5,370],[-6,20],[0,11],[-2,7],[-6,5],[-4,5],[-8,17],[-10,50],[-2,13],[3,5],[3,2],[4,10],[2,24],[-1,17],[11,84],[-4,8],[-1,12],[3,22],[3,37],[4,18],[4,32],[3,22],[3,28],[12,79],[5,18],[13,55],[9,51],[7,30],[18,78],[10,37],[4,9],[22,80],[3,11],[14,16],[0,0],[1,1],[20,15],[35,111],[5,19],[7,27],[1,5],[1,2],[6,-1],[-1,-7],[24,-7],[-29,-113],[-1,-1],[1,-4],[-1,-9],[-7,-22],[1,-4],[-2,-2],[-3,-2],[-3,-1],[-4,-2],[-3,-3],[-4,-8],[-1,-6],[-1,-6],[0,-6],[2,-6],[3,-1],[0,0],[3,-1],[-2,-6],[-2,-3],[-3,-3],[-4,-3],[-7,-3],[-4,-3],[-3,-5],[-10,-35],[-10,-31],[-10,-34],[-6,-19],[-2,-6],[-1,-8],[-1,-4],[1,-2],[1,-2],[3,-2],[4,-2],[1,-11],[-16,-50],[-11,-35],[-9,-26],[-7,-25],[-3,-10],[-3,-10],[-2,-10],[-1,-12],[0,-7],[0,-10],[0,-18],[0,-19],[-1,-13],[-4,-23],[-1,-2],[-5,-11],[-3,-6],[-4,-4],[-3,-6],[-2,-6],[-2,-7],[-1,-12],[-2,-20],[0,-15],[0,-13],[1,-58],[1,-46],[-1,-26],[1,-7],[1,-9],[1,-6],[4,-17],[4,-17],[3,-11],[1,-15],[-1,-14],[-1,-7],[-5,-19],[-1,-8],[-1,-7],[-1,-6],[1,-9],[1,-17],[2,-12],[5,-19],[3,-10],[1,-11],[1,-10],[-1,-10],[-2,-11],[-5,-16],[-3,-13],[-2,-12],[0,-13],[0,-15],[0,-14],[2,-15],[2,-11],[1,-8],[1,-12],[1,-9],[2,-12],[3,-20],[1,-11],[0,-3],[74,14],[3,-3],[-5,-14],[-13,-12],[-52,-7],[-10,-9],[6,-85],[6,-1],[8,-47],[0,-8],[2,-10],[8,-7],[49,-4],[15,-1],[16,-1],[25,-5],[85,-4],[0,-19],[-6,0],[-8,-2],[-10,-4],[-1,-1],[-6,-10],[-19,-4],[-11,2],[-19,0],[-2,0],[-9,1],[-15,-5],[-16,-12],[-10,-15],[-26,-9],[-11,-16],[-11,-26],[-6,-23],[-7,-29],[-5,-24],[0,-26],[-2,-19],[-3,-29],[-7,-25],[0,-28],[-9,-53],[-1,-24],[9,-30],[5,-15],[10,-19],[30,-52],[40,-58],[7,-8],[7,-8],[9,-11],[5,-7],[28,-55],[21,-38],[2,-7],[1,-3],[2,-5],[3,-9],[18,-41],[12,-26],[1,-2],[13,-20],[6,-14],[30,-35],[6,-6],[4,-5],[6,-6],[19,-32],[30,-51],[26,-43],[25,-43],[30,-51],[18,-34],[13,-19],[12,-26],[9,-22],[4,-10],[6,-16],[4,-7],[3,-8],[4,-5],[9,-12],[28,-41],[20,-27],[6,-7],[9,-9],[0,-5],[5,-10],[11,-6],[1,0],[3,1],[31,-3],[5,-9],[0,0],[9,-16],[12,-22],[-2,-2],[-13,-12],[-8,-16],[0,-33],[1,-5],[3,-17],[8,-27],[11,-26],[14,-28],[15,-24],[5,-9],[8,-19],[30,-38],[15,-23],[10,-22],[6,-13],[6,-19],[39,-81],[37,-59],[31,-62],[6,-5],[7,-5],[7,-1],[-1,-9],[0,-6],[19,-31],[2,-6],[12,-30],[40,-75],[11,-17],[13,-26],[19,-34],[15,-27],[10,-19],[5,-10],[5,-13],[24,-41],[4,-6],[2,-10],[6,-11],[15,-29],[1,-4],[4,-19],[6,-15],[7,-11],[2,-4],[12,-7],[-17,-17],[-16,-16],[-38,-6],[-24,-15],[-24,-21],[-78,-63],[0,-1],[-601,-502],[-121,-162],[-23,-35],[-183,-328],[-10,-32],[1,-10],[0,-6],[56,-216],[153,-575]],[[419653,284437],[47,-70],[18,-24],[5,-3],[12,-26],[2,-5],[252,-388],[1,1],[4,-5],[175,-273],[22,-28],[-17,-7],[-24,-10],[-213,-116],[-89,-50],[-66,-37],[-45,-31],[-15,-14],[-26,-29],[-9,-17],[-27,-39],[-11,-19],[-17,-32],[-38,-81],[-3,-11],[-17,-37],[-59,-129],[-92,-206],[0,-11],[20,-48],[9,-70],[-49,-15],[-18,-3],[-19,-3],[-38,1],[-98,11],[-36,-3],[-17,-4],[-13,-6],[-104,-65],[-17,-9],[-24,-9],[-5,-45],[-15,-213],[0,-22],[-7,-8],[-60,-634],[-19,0],[-9,-18],[-95,12],[-37,3],[-122,15],[-79,9],[-15,2],[-16,0],[-105,12],[-27,4],[-54,4],[-31,4],[-13,5],[-7,10],[0,10],[4,17],[6,12],[49,53],[63,84],[10,-2],[109,-13],[-62,112],[-27,58],[-5,4],[-15,28],[-233,439],[-9,20],[-18,34],[-12,20],[-3,2],[-7,-4],[-69,-102],[-20,-14],[-4,-3],[-215,-7],[-80,0],[-14,1],[-4,2],[-30,52],[-181,331],[-28,54],[-70,128],[-104,194],[-8,41],[-12,9],[-93,168],[-80,141],[-6,14],[-9,13],[-104,187],[-1,14],[-1,37],[10,5],[55,38],[50,34],[20,10],[108,73],[-18,32],[-9,19],[-2,8],[29,46],[29,54],[8,18],[20,62],[23,52],[32,60],[25,53],[13,26],[17,24],[26,30],[72,50],[10,4],[8,8],[45,31],[34,22],[23,16],[84,56],[11,2],[9,0],[10,-3],[31,-13],[17,-2],[9,1],[14,6],[19,25],[14,12],[13,5],[17,1],[14,3],[11,6],[7,12],[3,13],[0,9],[-8,8],[-15,1],[-8,3],[-8,4],[-8,12],[-1,15],[6,10],[16,11],[10,4],[29,4],[19,10],[4,9],[28,14],[44,33],[37,31],[15,14],[210,-242],[48,-57],[86,-99],[66,-76],[29,26],[191,148],[10,5],[22,13],[0,6],[54,43],[56,41],[126,100],[24,17],[20,18],[220,169],[62,-95],[80,-126],[55,-81],[8,-14],[1,-6],[55,-10],[1,-5],[97,-153],[41,-67]],[[428427,284470],[-70,-177],[-4,-12],[-51,16],[-295,88],[-33,-119],[333,-97],[-14,-34],[-268,-699],[-8,-22],[-110,49],[-13,-33],[-198,75],[-39,-89],[307,-141],[-29,-78],[-263,-691],[-684,242],[-24,8],[-120,43],[-59,21],[-472,167],[-307,109],[-507,178],[-42,11],[-23,-30],[-44,-107],[-32,-94],[-31,-124],[-8,-59],[-8,-97],[-4,-87],[10,-507],[-424,141],[-658,236],[-18,5],[230,871],[40,152],[6,24],[8,29],[22,78],[15,36],[21,19],[1677,1194],[29,26],[20,27],[14,32],[41,169],[17,42],[34,54],[35,42],[38,32],[69,36],[1027,470],[172,79],[534,245],[86,40],[21,20],[8,15],[0,0],[4,34],[27,0],[82,-2],[-132,-172],[83,-222],[-11,-37],[-116,-283],[341,-172],[106,-57],[-4,-11],[3,-20],[-6,-26],[-10,-25],[-22,-54],[-61,-151],[-102,-273],[-94,-240],[-42,-113]],[[418193,295428],[2,-15],[128,5],[21,-31],[-21,-149],[-30,-148],[-28,-126],[-35,-145],[-114,-439],[-30,-108],[-38,-126],[-17,-40],[-17,-33],[-73,-110],[-77,-107],[-34,-51],[-16,-21],[-200,-285],[-31,-42],[-7,-9],[-61,-89],[-131,-184],[-26,-41],[-159,-228],[-68,-93],[-84,-122],[-20,-26],[-164,-235],[-44,-84],[-25,-55],[-9,-35],[-9,-46],[-9,-37],[-14,-51],[-7,-35],[-11,-60],[-9,-56],[-9,-58],[-5,-42],[-4,-41],[-3,-30],[-4,-50],[0,-43],[0,-48],[0,-68],[4,-58],[14,-53],[30,-62],[40,-68],[41,-51],[50,-70],[44,-58],[4,-8],[24,-30],[8,-9],[170,-251],[171,-255],[175,-258],[34,-49],[2,-5],[15,-25],[15,-22],[211,-314],[81,-120],[5,-8],[-64,-57],[-262,-222],[-9,-8],[-26,-22],[-256,-213],[-45,-38],[-2,-5],[-98,117],[0,1],[-288,405],[3,3],[2,5],[-8,13],[-6,7],[-140,214],[-11,21],[-8,7],[-7,-3],[-48,-41],[-167,-136],[-18,-17],[-161,-131],[-4,-5],[-1,-5],[2,-4],[-45,-51],[19,-31],[61,-89],[83,-126],[192,-290],[182,-277],[-7,-11],[-90,-100],[-61,-68],[-13,-18],[-208,-238],[-159,-180],[-54,-65],[-75,-87],[-28,-31],[-23,-30],[-29,-31],[-111,-130],[-38,-40],[-61,-70],[-8,-4],[-2,-6],[-11,-15],[-173,-198],[-13,-11],[-10,-1],[0,0],[-132,106],[-89,77],[-20,13],[-39,-21],[-37,-20],[-195,-105],[-315,-170],[-44,-19],[-7,-5],[-1,-7],[-16,-2],[-66,-32],[-19,-6],[-258,-126],[-103,-48],[-25,-12],[-7,-6],[-12,-4],[-28,-13],[-49,-28],[12,-34],[13,-43],[42,-114],[30,-80],[93,-248],[5,-17],[38,-104],[109,-298],[84,-226],[163,-451],[72,-194],[46,-135],[7,-19],[-14,-5],[-80,-34],[-50,-22],[33,-35],[11,-42],[-8,-13],[-23,-19],[-11,-26],[-27,-19],[-34,-3],[-43,11],[-43,-14],[-43,-27],[-31,-25],[-22,-4],[-18,-3],[-3,-16],[14,-20],[0,-25],[-11,-9],[-7,-5],[-34,-17],[-24,-18],[-17,5],[-7,17],[-19,-1],[-14,9],[-67,12],[-7,6],[-12,-6],[-1,1],[-78,-40],[-212,140],[-445,-269],[-59,5],[-31,0],[-62,8],[-46,9],[-61,19],[-77,33],[-58,4],[-75,14],[-84,11],[-58,0],[-38,0],[-70,-3],[-12,-2],[-37,-16],[-6,-4],[-18,-6],[-31,-14],[-28,-9],[-51,-19],[-22,-13],[-37,-24],[-13,-11],[-7,-4],[-5,-6],[-29,-27],[-15,-16],[-10,-14],[-9,-20],[-1,-5],[-11,-43],[0,-10],[1,-3],[3,-24],[13,-50],[36,-80],[41,-81],[7,-13],[23,-58],[4,-18],[10,-44],[3,-34],[1,-27],[-1,-20],[-3,-24],[-4,-1],[3,0],[-7,-43],[-41,-83],[-13,-31],[-6,-18],[-4,-37],[-8,-2],[-17,1],[-34,-24],[-106,-51],[-5,-3],[-27,-17],[-39,-25],[-138,-77],[-61,-37],[-91,-65],[-11,-8],[-81,-57],[-62,-55],[-10,-10],[-30,-21],[-50,-25],[-29,-11],[-17,-9],[-29,-13],[-125,-44],[-5,128],[-3,28],[-7,126],[-20,54],[-15,34],[-9,31],[8,13],[-7,33],[-18,27],[-17,9],[-5,3],[-6,2],[-14,1],[-15,-4],[-9,-5],[-9,-12],[-63,-116],[-1,-8],[-6,-5],[-17,-9],[-59,-23],[-68,-21],[-23,-9],[-79,-25],[-13,-6],[-20,-5],[-108,-37],[-17,-2],[-22,5],[-8,0],[-6,0],[-26,-4],[-33,-12],[-33,-21],[-42,-43],[-41,-34],[-37,-70],[-20,-28],[-19,-18],[-2,-3],[-25,-14],[-79,-36],[-68,-29],[-42,-17],[-11,40],[-19,148],[-39,-39],[-14,-19],[-26,-29],[-9,-8],[-11,-6],[-21,-5],[-16,0],[-12,-3],[-42,-17],[-16,-4],[-13,0],[-64,14],[-22,8],[-20,10],[-23,8],[-19,9],[-14,11],[-7,5],[-11,11],[-78,102],[-62,-23],[-83,202],[-32,151],[-44,-18],[-28,-8],[-163,-69],[-7,-4],[-6,0],[-5,-3],[-96,-39],[-10,4],[-18,149],[-29,-5],[-128,-26],[15,-100],[-18,-1],[-127,134],[-15,21],[-2,4],[-14,15],[-308,306],[-98,99],[76,83],[47,56],[7,8],[10,19],[114,217],[-3,10],[-44,103],[-69,205],[-39,123],[-7,1],[-4,-3],[-327,-325],[-14,-10],[-18,-9],[-8,-5],[-33,-16],[-468,-198],[-30,-15],[-3,26],[-30,95],[-13,48],[-18,55],[-16,33],[-16,27],[-6,19],[-22,-5],[-20,-10],[-38,-16],[-91,-39],[-242,-98],[-30,-7],[-3,-1],[-14,-1],[-38,489],[-4,58],[-498,45],[6,45],[23,53],[29,72],[18,70],[4,31],[-66,21],[-35,13],[-170,57],[-36,14],[-108,36],[-26,11],[-2,-3],[-2,-11],[-18,-273],[-4,-2],[-21,1],[-12,10],[-21,13],[5,-8],[4,-14],[0,-14],[-4,-21],[-18,-51],[-29,-55],[-10,-10],[-39,-30],[-51,-54],[-137,-144],[-92,-102],[-23,-34],[-23,-49],[-11,-32],[-4,-26],[-1,-49],[3,-27],[10,-36],[6,-16],[14,-27],[20,-28],[31,-34],[84,-79],[33,-34],[28,-37],[21,-38],[7,-18],[8,-31],[2,-15],[6,-41],[6,-47],[5,-41],[-54,-7],[-148,-19],[-48,-4],[-15,-1],[-13,0],[-67,4],[-43,9],[-40,13],[-15,8],[-183,76],[-127,53],[-16,9],[-1,2],[-33,9],[-13,5],[-315,134],[-32,14],[-17,3],[-68,3],[-35,-4],[-32,-9],[-25,-8],[-43,-27],[-24,-17],[-19,-19],[-66,-77],[-19,-20],[-14,-8],[-27,-7],[-33,-1],[-7,47],[-7,64],[-2,93],[0,12],[40,-3],[8,8],[112,-5],[9,76],[8,42],[-15,1],[-23,9],[-67,13],[-65,17],[11,57],[11,14],[9,16],[33,125],[-52,1],[-24,5],[-20,5],[-15,-1],[-27,-9],[-38,-19],[-22,-14],[-23,-8],[-131,-73],[-15,-6],[-15,1],[-42,40],[-16,-5],[-43,-33],[-31,-24],[-37,-24],[-50,-40],[-47,-38],[-61,-56],[-131,-118],[9,-6],[39,-22],[2,1],[20,-14],[43,-24],[-32,-79],[-8,-19],[-31,-45],[-22,-29],[-60,-69],[-48,-48],[-91,-91],[-114,-117],[-118,-126],[-20,-14],[-38,-25],[-49,-33],[-120,256],[-20,-13],[0,0],[-111,-91],[-78,-63],[-91,-78],[-54,-48],[-208,-178],[-202,-165],[-146,351],[-7,20],[-48,114],[0,0],[0,0],[-6,-1],[-150,-112],[-6,2],[-48,83],[-4,0],[-108,-74],[-36,59],[-259,-166],[-268,-176],[-57,-42],[-78,-57],[-62,-50],[-104,-74],[-45,-33],[-87,-65],[-2,-11],[-7,-22],[-243,-445],[-38,-70],[-192,-365],[-39,-87],[-29,-98],[-13,-60],[-35,-164],[-64,15],[-77,13],[-79,7],[-52,1],[-76,0],[-56,-3],[-69,-10],[-68,-11],[-121,-23],[-25,2],[-42,20],[-117,71],[-39,25],[-60,39],[-198,127],[-44,27],[-9,3],[-26,18],[-500,318],[-171,113],[97,188],[152,295],[51,98],[-1,7],[0,0],[0,0],[422,820],[-36,22],[-79,44],[-53,32],[1,0],[-41,23],[-238,134],[-21,12],[24,16],[62,39],[36,18],[4,14],[10,14],[87,87],[172,168],[63,65],[40,42],[68,64],[20,9],[14,3],[0,6],[-33,129],[173,61],[19,6],[29,11],[136,49],[-36,127],[20,14],[22,26],[20,35],[11,34],[8,19],[7,11],[33,17],[254,124],[-106,376],[209,75],[80,28],[122,44],[774,280],[251,89],[28,11],[29,17],[179,93],[156,76],[203,97],[55,26],[237,105],[53,24],[24,9],[168,78],[106,48],[315,141],[7,1],[9,-3],[49,-117],[5,-2],[19,6],[10,5],[260,123],[20,9],[0,-1],[102,-228],[590,310],[19,11],[182,96],[8,-18],[56,-63],[21,27],[258,-255],[43,-37],[40,-26],[72,-37],[39,-13],[41,-5],[30,1],[25,7],[117,45],[80,31],[56,24],[101,39],[16,8],[10,2],[20,11],[31,13],[10,1],[22,8],[22,11],[229,88],[15,12],[86,-54],[14,-8],[26,-18],[113,-78],[7,7],[16,3],[8,-6],[1,-11],[3,-6],[5,-1],[8,3],[13,18],[38,42],[2,13],[4,10],[92,152],[-17,12],[-111,75],[-2,0],[-52,40],[8,13],[8,13],[32,58],[132,273],[836,426],[59,35],[87,44],[36,20],[54,28],[36,20],[15,6],[47,26],[36,20],[11,-1],[15,6],[1,9],[24,13],[152,77],[72,40],[91,46],[94,49],[44,58],[0,0],[14,14],[41,56],[16,23],[0,0],[15,4],[-4,-13],[114,12],[26,-99],[17,-28],[61,-64],[-71,-90],[-4,-8],[-11,-12],[-2,-6],[13,-15],[51,-46],[-24,-40],[-23,-62],[-35,-129],[-48,-179],[-31,-104],[-8,-24],[-4,-17],[-7,-31],[-2,-19],[0,-49],[-4,-16],[2,-28],[3,-2],[3,-10],[7,-39],[25,-120],[10,-64],[18,-96],[2,-13],[1,-14],[-1,-3],[23,-21],[252,-30],[36,5],[30,13],[-2,20],[20,10],[65,41],[112,75],[21,38],[15,36],[30,76],[23,22],[38,21],[25,9],[155,66],[75,31],[221,99],[225,91],[12,8],[18,-31],[37,-51],[6,-13],[12,-29],[75,-149],[24,-37],[14,-6],[8,8],[21,13],[5,1],[1,-5],[-1,-13],[1,-10],[5,-16],[9,-16],[17,-11],[24,-7],[13,-2],[52,0],[138,6],[-3,14],[-1,89],[23,3],[12,-3],[72,-2],[52,-8],[36,-8],[64,-17],[97,-26],[24,-3],[44,-59],[3,1],[205,54],[9,1],[22,6],[0,2],[7,2],[4,-1],[18,7],[25,17],[13,5],[17,21],[18,12],[205,613],[2,14],[24,58],[32,97],[195,572],[133,380],[22,32],[11,12],[217,234],[135,146],[29,31],[50,97],[17,34],[73,143],[68,147],[30,59],[24,32],[656,761],[13,-14],[76,-85],[187,-213],[47,-56],[77,-79],[55,-56],[25,-33],[134,-155],[47,-47],[56,-47],[28,-32],[21,-28],[15,-26],[42,-97],[65,-148],[116,-267],[68,-159],[19,-49],[12,-28],[20,22],[103,60],[81,46],[52,26],[67,26],[49,22],[196,103],[33,18],[34,22],[39,24],[-1,29],[-11,41],[-20,30],[-37,46],[-38,64],[-25,46],[-29,66],[-111,176],[-25,45],[-18,27],[0,1],[-9,19],[-17,28],[-50,72],[-25,30],[-46,46],[-13,13],[-15,18],[-20,13],[-80,64],[-21,13],[0,1],[-7,9],[-14,10],[-111,94],[-31,27],[-20,20],[-46,46],[-46,49],[-33,41],[-4,2],[-5,-1],[-16,27],[-4,8],[-18,24],[-40,60],[-45,52],[17,22],[225,236],[70,76],[3,9],[16,20],[29,45],[33,38],[17,16],[19,17],[54,37],[102,60],[42,33],[46,53],[44,60],[108,168],[20,32],[48,61],[32,33],[40,23],[30,13],[84,27],[43,12],[43,11],[32,10],[37,4],[-6,-4],[-2,-8],[40,-55],[19,7],[25,1],[15,-2],[10,-4],[11,-8],[35,-50],[149,-248],[101,-163],[46,-82],[6,-7],[8,-1],[19,10],[74,60],[4,5],[1,3],[-11,16],[-1,3],[2,3],[98,82],[60,51],[77,-117],[130,-187],[8,-25],[30,-42],[63,-94],[282,-426],[92,-135],[125,-193],[37,21],[445,377],[78,-120],[141,-262],[160,126],[-20,29],[-49,74],[0,0],[199,174],[-11,23],[-13,38],[-41,163],[-26,93],[-8,15],[-2,9],[-11,25],[-181,744],[-18,76],[-2,44],[-86,319],[-21,86],[-13,45],[-6,21],[-65,242],[-12,39],[-39,142],[-18,67],[-24,-9],[-195,-134],[-102,367],[-20,64],[-20,17],[-5,-9],[-101,-123],[-19,-24],[-69,-87],[-117,-141],[-130,-162],[-33,-41],[-12,-16],[-29,-45],[-12,-15],[-17,-17],[-24,-19],[-311,-220],[-74,135],[-26,51],[-8,18],[-116,212],[15,10],[-114,116],[-55,61],[-71,72],[-17,14],[-33,20],[-21,5],[-11,-26],[-13,-17],[-17,-12],[-14,-4],[-48,-6],[-46,-14],[-30,-12],[-36,105],[-6,22],[-46,137],[-21,64],[-27,82],[-20,46],[-16,46],[-66,171],[-10,29],[-13,32],[86,56],[-250,452],[172,109],[178,106],[134,80],[120,63],[226,110],[34,12],[118,55],[117,52],[109,47],[57,23],[28,13],[98,40],[63,22],[182,69],[97,33],[117,36],[77,26],[27,10],[15,10],[17,18],[8,12],[10,21],[5,16],[2,15],[1,54],[119,7],[328,26],[209,17],[8,1],[130,10],[431,34],[445,33],[833,57],[-1,-26],[0,-119]],[[428381,286294],[0,0],[-8,-15],[-21,-20],[-86,-40],[-534,-245],[-172,-79],[-1027,-470],[-69,-36],[-38,-32],[-35,-42],[-34,-54],[-17,-42],[-41,-169],[-14,-32],[-20,-27],[-29,-26],[-1677,-1194],[-21,-19],[-15,-36],[-22,-78],[-8,-29],[-6,-24],[-40,-152],[-230,-871],[-16,-62],[-54,-174],[-96,-314],[-47,-138],[-23,-67],[-185,-582],[-6,-2],[-120,-483],[-132,-457],[-111,-119],[-16,4],[-16,5],[-7,2],[-55,20],[-723,273],[-34,12],[-22,12],[-7,5],[-24,16],[-293,114],[-276,106],[-169,66],[21,128],[31,133],[140,410],[-1,18],[-248,174],[-41,19],[-117,28],[2,20],[4,19],[8,113],[31,334],[1,18],[32,200],[30,95],[107,325],[5,38],[-2,43],[-82,473],[-6,37],[-47,231],[-40,195],[-39,189],[-90,443],[-19,2],[-271,-18],[-57,18],[-27,11],[-53,22],[-370,136],[-65,-316],[-46,-227],[-47,-238],[-44,-217],[-10,-10],[-108,2],[-70,-1],[-36,-1],[-5,0],[-65,-29],[-22,28],[-175,273],[-4,5],[-1,-1],[-252,388],[-2,5],[-12,26],[-5,3],[-18,24],[-47,70],[-41,67],[-97,153],[-1,5],[245,208],[157,135],[28,23],[19,12],[45,46],[281,241],[-20,31],[-252,386],[231,196],[44,35],[84,73],[187,158],[-132,287],[-147,323],[-386,828],[-47,106],[-208,444],[-26,52],[-5,6],[-10,38],[-70,-55],[-43,-33],[-62,-51],[-52,-38],[-178,-143],[-83,-67],[-129,-102],[-29,-24],[-20,-18],[-31,-22],[-48,-40],[-53,-40],[-19,-14],[-5,-6],[-7,-4],[-8,-1],[-4,2],[-25,42],[-128,194],[-15,24],[-6,13],[-19,-23],[-133,-111],[-190,-159],[-56,87],[-131,153],[-130,214],[-10,21],[-6,18],[-4,28],[0,21],[3,31],[7,11],[19,18],[200,171],[54,44],[-206,311],[-95,145],[-219,334],[-180,272],[-13,15],[26,22],[9,8],[262,222],[64,57],[-5,8],[-81,120],[-211,314],[-15,22],[-15,25],[-2,5],[-34,49],[-175,258],[-171,255],[-170,251],[-8,9],[-24,30],[-4,8],[-44,58],[-50,70],[-41,51],[-40,68],[-30,62],[-14,53],[-4,58],[0,68],[0,48],[0,43],[4,50],[3,30],[4,41],[5,42],[9,58],[9,56],[11,60],[7,35],[14,51],[9,37],[9,46],[9,35],[25,55],[44,84],[164,235],[20,26],[84,122],[68,93],[159,228],[26,41],[131,184],[61,89],[7,9],[31,42],[200,285],[16,21],[34,51],[77,107],[73,110],[17,33],[17,40],[38,126],[30,108],[114,439],[35,145],[28,126],[30,148],[21,149],[25,182],[1,18],[65,2],[100,4],[15,13],[21,40],[22,2],[4,-35],[9,-6],[389,31],[82,11],[382,24],[3,0],[1,2],[58,1],[195,12],[867,67],[152,13],[83,5],[288,20],[1055,79],[57,5],[60,4],[82,6],[372,29],[412,29],[347,27],[575,44],[481,35],[90,7],[104,4],[73,5],[132,-95],[108,-75],[20,-15],[-4,-5],[-97,-142],[-14,-21],[-173,-261],[-27,-43],[-6,-34],[-11,-21],[-174,-283],[-169,-274],[-15,-22],[-6,-5],[-4,-47],[186,-140],[151,-110],[8,-9],[6,-2],[20,-15],[327,-244],[120,-91],[23,-21],[17,-14],[6,-2],[110,-86],[342,-255],[31,-24],[59,-46],[73,-54],[72,-49],[42,-20],[125,-53],[54,-27],[23,-8],[69,-32],[98,-45],[25,-14],[15,-19],[3,-12],[5,-74],[1,-42],[16,-260],[13,-173],[34,-559],[9,-118],[13,-225],[1,-51],[4,-19],[1,-26],[42,42],[14,12],[204,164],[152,124],[359,289],[16,14],[5,2],[6,1],[9,-12],[84,-154],[2,-10],[7,-9],[13,-26],[18,-28],[4,-10],[53,-97],[92,-161],[8,-13],[19,-24],[48,-53],[41,-42],[31,-34],[96,-102],[13,-14],[7,-10],[50,-49],[19,-20],[124,-133],[71,-67],[56,-21],[70,42],[202,114],[267,149],[188,107],[55,31],[115,62],[16,11],[23,11],[6,-7],[114,-252],[208,-460],[116,-254],[15,-28],[117,-265],[4,-3],[1,-8],[127,-279],[10,-22],[25,-54],[-2,-7],[10,-15],[6,-8],[41,-89],[35,25],[6,5],[2,-58],[5,-33],[5,-19],[17,-33],[-124,-88],[106,-169],[129,99],[97,-136],[89,-122],[77,-105],[-33,-49],[-151,-213],[-34,-47],[-10,-11],[-13,-22],[-38,-54],[-49,-65],[-144,-200],[-15,-24],[-122,-167],[-114,-164],[-23,-30],[-12,-18],[-4,-5],[-18,-26],[-54,-76],[-51,-66],[-11,-19],[-12,-18],[-134,-184],[-3,-37],[-27,-147],[-32,-173],[-70,-408],[-18,-43],[-16,-24],[-1,-17],[7,-37],[-65,-20],[-36,-6],[-14,-3],[-32,4],[-33,18],[-26,-2],[-45,-26],[-12,-5],[-24,10],[-17,5],[-26,-22],[-14,9],[-14,4],[-36,8],[-6,1],[-5,0],[-38,-5],[-38,-15],[-38,-26],[-28,-29],[-29,-20],[-63,-30],[-17,-9],[-11,-59],[-24,-144],[-9,-53],[-25,-231],[-2,-142],[-3,-26],[-4,-34]],[[418037,219244],[-8,-4],[1,4],[0,3],[22,181],[7,53],[0,19],[0,18],[-2,13],[-5,15],[-102,205],[-5,9],[-42,84],[-10,19],[-98,194],[-27,53],[-19,45],[-14,41],[-14,42],[-12,43],[-3,13],[-9,44],[-29,151],[-13,67],[-1,9],[-3,10],[-3,12],[-3,9],[-3,12],[-8,30],[-18,72],[-21,70],[-68,217],[-10,24],[-5,14],[-8,13],[-1,17],[-18,54],[-12,41],[-62,196],[-28,89],[-12,31],[-13,25],[-10,19],[-20,28],[-47,67],[-29,43],[-24,38],[-23,40],[-17,35],[-13,35],[-1,2],[-12,35],[-9,32],[-2,9],[-40,194],[-37,176],[-4,19],[-37,178],[-3,13],[-91,438],[-10,51],[-10,48],[-16,74],[-49,235],[-7,29],[-12,28],[-10,24],[-16,25],[-1,0],[-7,12],[-9,12],[-21,24],[-165,142],[-10,9],[-18,17],[-20,21],[-6,6],[-6,7],[-16,21],[-23,33],[-20,35],[-17,32],[-10,19],[-5,12],[-6,16],[-11,27],[-4,12],[-11,35],[-2,6],[-13,40],[-7,14],[-1,3],[0,1],[-24,108],[-44,202],[-8,46],[-6,49],[-12,103],[-6,34],[-2,18],[-1,21],[0,11],[0,6],[-3,46],[-1,8],[1,16],[-1,10],[-3,22],[3,51],[6,14],[20,28],[12,18],[13,19],[1,1],[1,1],[15,29],[13,30],[8,24],[6,27],[2,15],[1,8],[13,259],[0,47],[0,43],[-2,40],[-8,60],[-11,64],[-5,20],[0,1],[-5,21],[-67,293],[-15,63],[-2,9],[-22,95],[-4,20],[-40,171],[-1,2],[-14,32],[-20,42],[-5,12],[-35,73],[-16,34],[-22,47],[-15,32],[-9,20],[-12,22],[-21,34],[-23,32],[-8,11],[-10,12],[-4,5],[-191,243],[-24,16],[-14,9],[-13,21],[-5,8],[-24,32],[-129,166],[-39,50],[-18,28],[-5,8],[-3,6],[-18,34],[-15,28],[-5,27],[-8,10],[-11,27],[-9,21],[-9,25],[-6,26],[-1,10],[-2,18],[-1,27],[2,27],[6,49],[34,253],[2,19],[35,259],[6,39],[8,62],[24,167],[33,243],[4,24],[3,29],[0,5],[0,9],[1,17],[-2,32],[-4,27],[-1,5],[-5,33],[-10,33],[-15,30],[-1,2],[-15,29],[-12,16],[-7,11],[-19,25],[-125,149],[-127,150],[-13,18],[-15,23],[-2,5],[-8,17],[-2,4],[-7,21],[-3,25],[2,26],[5,26],[3,7],[7,17],[16,40],[13,27],[8,18],[6,18],[0,1],[5,17],[3,20],[6,33],[65,393],[6,36],[2,42],[-1,39],[0,4],[-4,22],[-3,19],[-18,37],[-22,34],[-2,3],[-20,29],[-40,45],[-20,23],[-108,122],[-3,3],[-131,149],[-74,83],[-71,80],[-19,22],[-5,6],[-16,21],[-21,29],[-3,5],[-16,28],[-16,33],[-13,37],[-5,35],[-1,5],[-4,49],[-2,18],[-5,14],[0,17],[5,28],[0,6],[4,26],[1,11],[3,59],[0,25],[-4,28],[-8,28],[-15,20],[-21,17],[-22,14],[-70,40],[-51,28],[-25,16],[-10,6],[-27,23],[-24,28],[-18,32],[-15,29],[-9,25],[-6,22],[-6,20],[-7,40],[1,44],[7,43],[12,38],[26,84],[61,201],[40,133],[6,25],[3,26],[2,26],[-3,26],[-2,9],[-4,16],[-10,28],[-39,96],[-1,3],[-9,29],[-7,33],[-3,23],[-2,10],[0,1],[-2,34],[3,35],[3,13],[4,21],[0,4],[7,27],[29,110],[7,25],[11,42],[25,95],[23,85],[4,18],[41,151],[-1,25],[3,17],[10,22],[2,6],[17,72],[4,30],[0,1],[1,30],[-3,34],[-3,12],[-4,16],[-11,30],[-4,9],[-9,20],[-32,58],[-23,37],[-29,45],[-13,19],[-13,21],[-9,26],[-1,6],[-1,2],[0,4],[-2,13],[2,48],[1,11],[5,22],[7,31],[4,30],[-2,30],[-6,23],[-5,11],[-18,29],[-5,6],[-10,12],[-41,48],[-26,38],[-36,111],[-3,14],[-24,99],[-19,114],[-10,81],[-2,14],[-2,36],[1,1],[2,37],[6,20],[4,14],[10,32],[16,31],[11,15],[4,6],[11,15],[188,223],[25,31],[10,12],[28,50],[20,58],[1,5],[12,55],[0,3],[4,63],[-8,64],[-8,54],[-9,65],[-1,8],[1,3],[1,0],[32,2],[8,0],[0,-5],[19,-103],[3,-15],[7,-54],[-1,-56],[-1,-3],[-6,-48],[-11,-45],[-2,-8],[-2,-9],[-3,-10],[-15,-41],[-18,-36],[-23,-36],[-12,-13],[-11,-14],[-102,-121],[-95,-112],[-18,-27],[-5,-10],[-8,-15],[-6,-16],[-3,-9],[-1,-4],[-7,-27],[-1,-19],[-1,-8],[1,-34],[6,-41],[7,-51],[7,-47],[11,-65],[25,-108],[1,-1],[8,-29],[3,-10],[7,-24],[14,-38],[20,-27],[13,-15],[13,-15],[15,-17],[26,-41],[17,-34],[7,-22],[3,-11],[1,-6],[3,-22],[1,-23],[-3,-25],[-11,-35],[0,-2],[-6,-32],[1,-29],[8,-31],[1,-3],[13,-26],[19,-30],[17,-24],[21,-31],[2,-3],[44,-84],[9,-22],[5,-12],[3,-10],[2,-4],[3,-11],[6,-24],[1,-7],[5,-27],[1,-31],[-3,-32],[-8,-37],[-11,-57],[-4,-32],[-6,-16],[-7,-12],[-3,-5],[-21,-78],[-45,-171],[-3,-9],[-11,-42],[-68,-257],[-2,-12],[-4,-17],[-3,-32],[1,-27],[3,-29],[7,-31],[8,-27],[42,-97],[10,-26],[7,-31],[3,-35],[1,-29],[-5,-34],[-8,-34],[-3,-12],[-25,-83],[-10,-33],[-69,-237],[-16,-55],[-10,-34],[-4,-25],[-1,-10],[-1,-36],[6,-33],[9,-30],[8,-21],[4,-12],[17,-31],[22,-27],[25,-22],[29,-19],[44,-27],[76,-44],[31,-21],[26,-24],[21,-30],[10,-32],[5,-34],[0,-39],[0,-5],[-3,-107],[2,-19],[-2,-17],[-5,-11],[0,-10],[-1,-7],[0,-14],[0,-1],[1,-9],[3,-23],[5,-32],[1,-3],[8,-25],[21,-42],[25,-37],[25,-31],[13,-15],[44,-49],[32,-37],[156,-177],[0,0],[78,-88],[142,-160],[22,-29],[21,-28],[16,-29],[14,-34],[8,-37],[2,-30],[0,-11],[0,-35],[-3,-36],[-27,-168],[-47,-295],[-8,-43],[-7,-22],[-9,-20],[-16,-31],[-19,-39],[-7,-20],[-2,-22],[3,-23],[7,-19],[1,-4],[13,-22],[15,-22],[45,-53],[82,-97],[22,-27],[96,-117],[6,-6],[22,-28],[0,-1],[1,0],[21,-32],[15,-31],[3,-8],[13,-27],[12,-33],[0,-1],[8,-31],[4,-34],[0,-2],[2,-36],[1,-26],[0,-14],[-4,-38],[-25,-186],[-6,-50],[-1,-1],[-21,-160],[-13,-102],[-16,-109],[-22,-157],[-3,-23],[-4,-28],[-6,-45],[-19,-140],[-1,-2],[-15,-112],[-1,-23],[2,-22],[4,-20],[5,-20],[7,-20],[9,-19],[10,-22],[8,-16],[-2,-1],[2,-3],[4,-9],[1,0],[-1,0],[8,-14],[3,-7],[1,-2],[6,-12],[0,0],[1,-2],[1,-4],[16,-33],[20,-29],[176,-222],[2,-2],[19,-23],[22,-23],[10,-13],[12,-26],[4,-8],[12,-15],[3,-4],[21,-27],[8,-10],[87,-111],[11,-14],[67,-85],[25,-37],[19,-32],[19,-35],[16,-36],[104,-221],[14,-33],[4,-14],[2,-9],[4,-15],[29,-119],[13,-55],[5,-22],[3,-13],[24,-100],[4,-17],[16,-69],[26,-109],[19,-84],[17,-71],[10,-46],[2,-21],[3,-23],[3,-32],[1,-8],[2,-42],[0,-33],[0,-9],[0,-45],[-8,-171],[-4,-98],[-5,-30],[0,-3],[-5,-21],[-9,-34],[-6,-19],[-3,-6],[-11,-23],[-12,-23],[-14,-21],[-14,-19],[-11,-14],[-9,-15],[0,-9],[0,-5],[1,-16],[12,-90],[4,-26],[1,-21],[0,-16],[12,-122],[2,-17],[6,-47],[7,-43],[2,-7],[4,-21],[12,-51],[44,-189],[16,-41],[1,-18],[4,-49],[7,-31],[1,-1],[5,-14],[6,-18],[17,-39],[5,-9],[15,-29],[20,-32],[2,-3],[17,-25],[20,-27],[22,-26],[26,-25],[2,-2],[121,-101],[10,-8],[32,-27],[20,-20],[18,-23],[17,-22],[8,-14],[5,-8],[11,-19],[8,-22],[8,-25],[16,-76],[28,-134],[5,-21],[34,-164],[71,-338],[5,-24],[12,-56],[4,-22],[11,-50],[68,-320],[17,-79],[3,-15],[21,-98],[12,-56],[2,-9],[9,-38],[9,-27],[4,-9],[2,-4],[3,-9],[4,-10],[15,-31],[9,-17],[15,-26],[24,-38],[25,-34],[0,-1],[48,-66],[19,-27],[0,-1],[0,0],[0,-1],[16,-25],[14,-30],[6,-15],[5,-12],[1,-3],[34,-106],[37,-113],[30,-95],[12,-37],[11,-28],[7,-15],[0,-3],[3,-30],[3,-9],[5,-15],[13,-43],[10,-33],[15,-48],[29,-92],[21,-73],[6,-24],[14,-49],[19,-77],[9,-43],[7,-30],[3,-15],[1,-7],[12,-59],[13,-72],[12,-55],[6,-21],[3,-12],[16,-48],[1,-2],[25,-70],[28,-62],[17,-38],[12,-25],[78,-153],[52,-100],[84,-158],[18,-35],[7,-22],[4,-23],[0,-24],[-1,-23],[-23,-182],[-1,-31],[0,0],[-5,-3],[-32,-15]],[[398753,235917],[-24,-39],[-8,-13],[-9,-13],[-9,-16],[-32,-52],[-12,-11],[-16,52],[-66,161],[-63,139],[-51,111],[-51,96],[-20,56],[-25,75],[-4,14],[-6,-13],[-18,-40],[-5,-7],[-14,-25],[-36,-72],[-4,-5],[-2,-2],[-30,-60],[-47,-95],[-60,-121],[-79,-158],[-34,-69],[-43,-88],[-2,-4],[-44,-89],[-145,-289],[-37,-75],[-33,-62],[-5,-17],[-2,-37],[-15,-501],[-8,-1],[-3,0],[0,0],[1,-29],[8,0],[-1,-20],[-5,-141],[8,-331],[6,-257],[4,-185],[3,-153],[4,-115],[3,-27],[5,-89],[8,-83],[19,-197],[7,-75],[6,-62],[14,-154],[0,-1],[3,-24],[8,-99],[-1,-1],[4,-75],[16,-333],[7,-157],[3,-68],[4,-86],[1,-11],[1,-28],[9,-40],[19,-52],[50,-119],[6,-15],[1,-2],[31,-72],[8,-17],[7,-31],[12,-50],[0,-2],[5,-19],[4,-18],[1,-7],[1,0],[2,-13],[2,-7],[7,-30],[5,-29],[5,-42],[6,-73],[7,-68],[-1,-1],[1,0],[3,-37],[3,-24],[3,-38],[2,-19],[7,-72],[3,-32],[4,-48],[0,-9],[4,-42],[4,-18],[12,-38],[5,-14],[12,-36],[117,-345],[0,-1],[11,-30],[8,-24],[29,-80],[8,-30],[6,-17],[6,-12],[8,-12],[11,-11],[22,-17],[52,-37],[4,-5],[8,-9],[3,-14],[-5,-13],[-7,-13],[0,-1],[-1,0],[-10,-17],[-35,-60],[0,0],[-3,-5],[-37,-62],[-1,-2],[-4,-10],[-1,-1],[-2,-7],[-1,-10],[4,-18],[2,-12],[15,-77],[23,-122],[37,-198],[19,-103],[18,-96],[30,-162],[14,-76],[0,-3],[2,-7],[9,-53],[6,-30],[6,-20],[1,-3],[1,-5],[6,-14],[1,0],[144,-279],[152,-293],[67,-130],[5,-18],[5,-16],[73,-391],[57,-310],[58,-306],[6,-33],[4,-31],[1,-5],[7,-40],[21,-68],[1,-1],[4,-15],[57,-188],[18,-57],[9,-30],[6,-21],[1,-2],[86,-282],[54,-173],[10,-34],[54,-175],[1,-3],[7,-22],[132,-439],[7,-32],[0,-1],[0,0],[22,-109],[77,-381],[48,-238],[-21,2],[-12,1],[-148,741],[-6,21],[-56,183],[-36,115],[-28,94],[-40,132],[-34,111],[-88,289],[-74,241],[-88,287],[-11,36],[-4,21],[-9,49],[-14,78],[-3,22],[-42,223],[-4,23],[-30,162],[0,1],[-25,133],[-6,31],[-31,173],[0,0],[-39,212],[-2,7],[-5,15],[-6,15],[-1,3],[-13,26],[-42,81],[-31,58],[-177,343],[-19,36],[-73,142],[-14,35],[-9,38],[-25,132],[-34,184],[-4,22],[-14,74],[-85,449],[-14,79],[-1,4],[-3,13],[18,31],[50,85],[31,55],[5,9],[-1,2],[-27,27],[-13,14],[-23,17],[-9,6],[-15,13],[-8,14],[-8,19],[-89,264],[-37,110],[-33,96],[-34,100],[-14,38],[-6,29],[-3,38],[-8,84],[-23,240],[-9,104],[-4,43],[-6,29],[-35,142],[-9,31],[-2,6],[-109,262],[-8,43],[-8,157],[-27,539],[-5,92],[-4,44],[-59,602],[-15,155],[-11,409],[-1,33],[-5,262],[-8,323],[6,169],[5,0],[-1,29],[0,6],[-2,1],[7,256],[2,71],[1,0],[1,35],[1,25],[4,109],[1,24],[4,25],[17,43],[35,71],[145,291],[61,118],[57,110],[140,283],[81,157],[-1,1],[4,5],[22,45],[41,78],[16,31],[0,1],[43,87]],[[398348,236520],[5,-15],[4,-12],[5,11],[7,16],[30,65],[44,79],[13,4],[8,7],[2,10],[0,4],[230,-169],[16,-16],[17,-15],[-36,-49],[4,-35],[56,-488]],[[401991,237098],[9,45],[16,111],[18,119],[25,127],[1,6]],[[402060,237506],[9,-34],[12,-30],[23,-42],[8,-35],[-8,-34],[-12,-25],[-7,-30],[7,-34],[8,-30],[0,-25],[-12,-22],[-15,-21],[-15,-21],[-4,-26],[-23,-13],[-31,9],[-9,5]],[[403740,243283],[-1,8],[-8,60],[-3,50],[-1,10],[0,63],[12,52],[565,557],[52,-65]],[[404356,244018],[-220,-229],[-120,-123],[0,10],[-36,-39],[-22,-22],[-21,-21],[53,-64],[-250,-247]],[[415004,244654],[83,283],[9,8],[10,0],[8,-8],[61,-92],[132,133]],[[415307,244978],[-104,-109],[-13,-14],[-13,-13],[-172,-188],[-1,0]],[[419170,247649],[-25,-18],[-185,-139],[-370,532],[-32,45],[-21,30],[-14,23],[-13,15],[-4,5],[-3,5],[-22,32]],[[418481,248179],[6,-7],[17,-22],[19,-22],[47,-57],[13,2],[148,106],[291,-392],[98,-132],[2,-4],[47,9],[0,-7],[1,-4]],[[422047,254868],[-11,-10],[-9,-5],[-17,-7],[-9,3],[-3,-8],[3,-16],[4,-13],[4,-6],[10,-6],[8,1],[10,7],[13,13],[7,9],[7,0],[15,-16],[1,-4],[-9,-26],[-32,-27],[-14,-9],[-14,-8],[-23,-11],[-60,-71],[-8,-20],[-12,-19],[-17,-13],[-12,-12],[0,-7],[5,-7],[4,-2],[14,-2],[7,-3],[31,-6],[26,-21],[12,-23],[5,-15],[2,-31],[0,-18],[1,-21],[2,-8],[10,-11],[15,0],[13,4],[13,4],[7,0],[15,-8],[4,-7],[1,-12],[-3,-16],[-5,-13],[-25,-44],[-3,-13],[2,-34],[6,-55],[-3,-21],[0,-33],[6,-13],[24,-42],[2,-5],[3,-13],[1,-28],[-10,-43],[-7,-15],[-4,-14],[-1,-15],[1,-14],[6,-12],[35,-34],[11,-4],[11,2],[11,2],[9,7],[11,8],[15,6],[6,1],[8,-2],[15,-14],[9,-11],[22,-45],[5,-31],[5,-8],[5,-27],[8,-21],[5,-5],[10,-13],[8,-14],[6,-15],[5,-22],[3,-6],[2,-11],[4,-20],[-1,-24],[-1,-10],[2,-14],[-3,-14],[1,-56],[2,-60],[0,-23],[2,-20],[5,-17],[4,-8],[2,-13],[-6,-16],[-12,-15],[-30,-31],[-1,-4],[-5,-5],[-3,-15],[-1,-11],[3,-12],[8,-11],[9,-9],[4,-1],[3,-4],[-1,-8],[0,-10],[-2,-6],[-10,-9],[-25,-11],[-16,0],[-5,-2],[-19,-3],[-5,-3],[-21,-3],[-17,13],[-3,1],[-6,-1],[-7,-3],[-11,-16],[-5,-10],[-2,-8],[-4,-4],[0,-11],[3,-17],[6,-27],[4,-9],[9,-14],[14,-6],[8,0],[14,-5],[8,-6],[5,-15],[2,-8],[-3,-27],[1,-8],[3,-15],[6,-7],[11,-5],[7,-1],[6,0],[11,0],[6,2],[8,4],[7,2],[4,1],[5,-4],[7,-12],[4,-3],[2,-13],[-1,-17],[-3,-9],[2,-5],[-2,-17],[-1,-28],[-2,-8],[-1,-10],[-7,-11],[-11,-11],[-8,-19],[-1,-17],[-4,-15],[-12,-32],[-1,-7],[4,-10],[15,-14],[12,-3],[4,1],[4,-2],[12,2],[31,-23],[7,-9],[8,-16],[2,-5],[-2,-9],[4,-20],[4,-11],[9,-14],[9,-14],[16,-10],[7,1],[10,7],[9,9],[8,7],[4,2],[2,-1],[5,-2],[20,-23],[14,-30],[1,-13],[-1,-20],[-2,-6],[-6,-5],[-15,-10],[-4,-7],[3,-11],[23,-10],[11,-7],[2,-10],[-4,-17],[-3,-4],[-8,-7],[-8,0],[-8,-3],[-14,-6],[-7,-4],[-11,-6],[-2,-5],[-3,-8],[-6,-11],[-2,-7],[-3,-9],[-11,-11],[-16,-10],[-7,-4],[-9,-3],[-3,-5],[-8,-7],[0,-3],[-9,-12],[-5,-9],[-6,-6],[-4,-2],[-7,1],[-15,2],[-5,6],[-7,3],[-12,5],[-7,2],[-10,2],[-8,-4],[-9,-8],[-10,-9],[-4,-7],[-8,-14],[-5,-11],[-5,-5],[-8,-16],[-1,-8],[0,-9],[8,-16],[0,-11],[-6,-16],[-10,-6],[-22,-31],[-3,-12],[5,-42],[-48,-39],[-45,-6],[-45,-8],[-49,-16],[-31,-8],[1,-4],[3,-23],[26,-122],[31,-139],[16,-83],[4,-14],[10,-35],[20,-44],[34,-59],[11,-24],[8,-27],[8,-35],[2,-6],[0,-2],[3,-8],[-3,-24],[-5,-8],[-10,-20],[-71,-115],[-13,-20],[-14,-30],[-5,-17],[-7,-24],[-8,-37],[-1,-31],[2,-42],[10,-30],[14,-28],[1,-5],[21,-26],[17,-18],[31,-25],[26,-19],[62,-41],[30,-19],[12,-8],[78,-41],[30,-18],[35,-31],[98,-110],[17,-25],[20,-33],[11,-27],[22,-70],[15,-26],[14,-21],[30,-31],[28,-22],[92,-72],[81,-63],[18,-12],[29,-20],[25,-19],[20,-15],[18,-21],[19,-24],[15,-20],[9,-13],[24,-35],[27,-40],[28,-37],[32,-41],[16,-35],[13,-37],[8,-39],[13,-94],[-1,-33],[-1,-25],[-5,-35],[-6,-29],[-15,-48],[-5,-25],[-4,-33],[0,-33],[3,-28],[6,-30],[4,-11],[6,-14],[6,-13],[23,-47],[12,-25],[26,-49],[20,-40],[17,-22],[21,-23],[20,-16],[22,-21],[16,-18],[18,-27],[11,-22],[22,-53],[2,-6],[28,-82],[3,-8],[30,-89],[20,-56],[6,-18],[9,-43],[4,-30],[2,-73],[-5,-114],[-1,-34],[-1,-15],[2,-58],[8,-41],[16,-42],[3,-7],[31,-48],[88,-110],[78,-97],[26,-34],[30,-43],[30,-53],[14,-33],[15,-34],[19,-60],[22,-99],[48,-220],[46,-211],[3,-16],[26,-117],[55,-258],[1,-5],[13,-60],[4,-18],[9,-41],[12,-52],[51,-224],[42,-181],[17,-75],[25,-101],[0,-3],[8,-31],[18,-69],[59,-212],[81,-292],[11,-53],[4,-29],[1,-12],[0,-65],[0,-73],[0,-297],[0,-188],[0,-158],[0,-308],[0,-81],[0,-65],[-1,-37],[-5,-36],[-11,-59],[-20,-105],[-51,-225],[-2,-8],[-6,-30],[-1,-8],[-10,-48],[-5,-33],[-3,-33],[0,-22],[1,-10],[1,-35],[6,-36],[5,-26],[3,-10],[2,-6],[57,-179],[91,-281],[14,-42],[2,-5],[4,-14],[64,-225],[37,-121],[8,-29],[30,-108],[15,-37],[15,-33],[84,-156],[53,-99],[13,-24],[12,-36],[0,-2],[5,-36],[-2,-38],[-11,-37],[-23,-61],[-21,-48],[-4,-13],[4,-15],[1,-2],[7,-10],[28,-39],[197,-268],[27,-38],[65,-88],[20,-34],[20,-37],[10,-23],[5,-14],[12,-43],[16,-81],[39,-196],[44,-218],[3,-19],[7,-31],[26,-145],[6,-34],[11,-41],[-2,-16],[1,-4],[2,-17],[7,-49],[4,-34],[2,-35],[0,-61],[-6,-71],[-9,-59],[-46,-292],[-59,-344],[-34,-207],[-15,-94],[-6,-21],[-3,-8],[-7,-14],[-4,-8],[-27,-54],[-4,-6],[-11,-28],[-9,-26],[-7,-57],[0,-16],[0,-11],[10,-27],[25,-53],[38,-77],[141,-292],[17,-38],[12,-24],[9,-20],[33,-73],[31,-71],[164,-384],[12,-26],[6,-23],[9,-32],[55,-201],[9,-35],[9,-35],[9,-34],[22,-74],[14,-46],[5,-20],[1,-6],[34,-107],[183,-556],[44,-135],[11,-41],[11,-47],[2,-13],[3,-34],[5,-37],[2,-57],[3,-54],[6,-47],[1,-9],[11,-56],[12,-58],[6,-24],[33,-139],[26,-111],[7,-30],[8,-35],[8,-32],[22,-74],[28,-66],[73,-132],[6,-14],[18,-42],[20,-56],[20,-60],[14,-43],[0,-1],[6,-16],[2,-5],[1,-2],[1,-22],[-6,-69],[0,-19],[3,-50],[2,-13],[4,-18],[10,-33],[47,-137],[12,-45],[9,-47],[4,-43],[1,-36],[-1,-43],[-4,-44],[-7,-40],[-3,-12],[-8,-31],[-42,-146],[-27,-97],[-30,-108],[-8,-28],[-32,-115],[-7,-13],[-18,-64],[-13,-36],[-10,-20],[-8,-15],[-72,-150],[-49,-103],[-16,-31],[-67,-137],[-21,-43],[-14,-31],[-12,-33],[-7,-32],[-1,-9],[-5,-29],[-48,-366],[-7,-43],[-6,-20],[-8,-21],[-125,-258],[-63,-128],[-13,-27],[-1,-2],[-9,-32],[-1,-28],[2,-21],[4,-23],[10,-31],[12,-34],[38,-110],[24,-71],[21,-61],[8,-24],[5,-14],[10,-29],[5,-10],[14,-31],[100,-221],[8,-19],[39,-89],[58,-133],[7,-20],[3,-8],[7,-13],[14,-24],[105,-205],[0,-2],[96,-186],[29,-57],[4,-9],[6,-14],[9,-27],[11,-31],[10,-33],[7,-31],[15,-74],[4,-39],[2,-39],[0,-3],[-2,-35],[-3,-47],[-4,-51],[-8,-47],[-11,-48],[-13,-48],[-19,-69],[-17,-68],[-18,-70],[-15,-73],[-12,-72],[-8,-63],[-5,-56],[-7,-117],[-1,-30],[-1,-30],[-3,-271],[-1,-14],[1,-14],[3,-51],[0,-2],[2,-55],[8,-41],[11,-43],[20,-39],[24,-39],[103,-143],[32,-44],[49,-68],[4,-5],[158,-222],[54,-92],[41,-99],[27,-109],[13,-116],[23,-337],[1,-13],[7,-94],[12,-169],[-1,-28],[-6,-74],[-2,-13],[-2,-15],[-15,-6],[-23,-7],[0,0],[6,47],[7,43],[2,29],[0,26],[-11,167],[-7,98],[-24,344],[-16,113],[-23,103],[-40,95],[-48,86],[-122,170],[-144,202],[-65,90],[-10,15],[-4,5],[-26,40],[-22,46],[-13,46],[-9,49],[-5,55],[-1,7],[-7,45],[6,278],[1,25],[2,60],[7,117],[15,124],[8,45],[6,31],[15,72],[17,71],[18,67],[30,119],[13,46],[8,48],[5,50],[2,48],[-2,64],[0,27],[-8,39],[-12,59],[-18,58],[-21,50],[-2,6],[-25,50],[-15,29],[-95,188],[-93,189],[-7,15],[-9,18],[-15,33],[-68,152],[-40,88],[-99,221],[-36,86],[-30,86],[-75,216],[-3,14],[-4,21],[-6,26],[-3,25],[2,29],[7,32],[0,0],[9,24],[11,23],[38,80],[15,30],[115,237],[10,21],[9,17],[13,33],[4,19],[4,20],[4,29],[41,312],[3,24],[6,39],[7,38],[12,36],[15,33],[104,211],[113,232],[10,22],[7,17],[7,16],[11,33],[7,30],[8,31],[1,2],[0,16],[36,129],[35,122],[68,243],[12,42],[9,47],[1,31],[0,35],[-1,45],[-5,39],[-8,37],[-10,36],[-47,136],[-7,25],[-6,25],[-2,6],[-2,10],[0,49],[-5,3],[4,70],[2,22],[-2,49],[-3,9],[-14,34],[-20,48],[-21,54],[-23,53],[-73,135],[-30,72],[-5,20],[-17,57],[-10,42],[-78,329],[-12,54],[-10,64],[-6,53],[-5,64],[-2,53],[-4,55],[-5,27],[-9,40],[-10,39],[-45,135],[-7,21],[-177,537],[-36,125],[-37,129],[-10,34],[-9,33],[-25,94],[-48,175],[-8,23],[-8,23],[-2,4],[-194,450],[-10,24],[-20,48],[-27,57],[-7,14],[-2,5],[-149,308],[-32,66],[-17,37],[-4,9],[-10,24],[-4,26],[-1,8],[0,5],[0,2],[-1,16],[1,32],[2,11],[3,23],[11,32],[13,28],[3,8],[22,44],[3,4],[8,15],[7,16],[1,2],[4,13],[35,229],[12,73],[3,24],[40,226],[15,92],[47,277],[11,76],[4,42],[1,6],[-1,75],[-1,31],[-4,33],[-11,67],[-7,14],[-2,22],[-12,63],[-21,106],[-13,61],[-3,10],[-94,503],[-11,35],[-13,36],[-17,33],[-21,34],[-26,32],[-298,406],[0,1],[-10,19],[-3,22],[3,16],[6,17],[42,108],[8,31],[1,26],[-3,29],[-8,25],[-25,46],[-8,16],[-116,217],[-17,36],[-15,43],[-47,160],[-72,243],[-28,77],[-5,14],[-3,10],[-7,22],[-109,354],[-40,129],[-9,34],[-7,35],[-2,48],[0,30],[2,43],[6,36],[11,49],[36,168],[3,15],[39,195],[12,55],[6,67],[1,134],[0,19],[0,20],[-1,280],[0,69],[0,90],[0,188],[-1,297],[0,73],[0,26],[-1,22],[-1,6],[-1,15],[-1,11],[-16,65],[-36,136],[-99,368],[-29,103],[-24,103],[-122,533],[-9,40],[-2,8],[-1,8],[-14,63],[-3,16],[-76,366],[-109,504],[-9,40],[-20,61],[-6,11],[-20,45],[-25,46],[-30,41],[-110,129],[-86,107],[-32,49],[-1,2],[-25,63],[-14,58],[-1,12],[-3,46],[0,16],[4,151],[0,62],[-12,61],[-7,19],[-88,265],[-14,34],[-14,22],[-21,26],[-7,6],[-52,51],[-16,19],[-15,28],[-67,123],[-15,31],[-3,8],[-10,39],[-8,45],[-1,38],[4,47],[2,13],[3,21],[0,2],[17,62],[7,24],[5,32],[1,25],[-2,37],[-2,6],[-7,42],[-6,36],[-9,36],[-16,26],[-34,53],[-40,59],[-2,3],[-30,44],[-3,4],[-6,7],[-7,8],[-26,29],[-19,22],[-19,13],[-5,4],[-46,37],[-114,88],[-91,73],[-1,0],[-30,29],[-30,37],[-12,18],[-2,4],[-15,31],[-10,33],[-8,27],[-9,27],[-14,24],[-19,26],[-78,89],[-18,22],[-40,30],[-10,5],[-17,9],[-55,26],[-32,17],[-25,18],[-46,34],[-55,40],[-34,31],[-3,5],[-18,25],[-20,35],[-15,40],[-4,28],[-3,18],[0,18],[-1,24],[14,64],[5,20],[14,38],[19,39],[72,113],[7,23],[3,8],[-6,16],[-6,18],[-14,37],[-39,64],[-18,37],[-12,38],[-6,26],[-3,14],[-53,261],[-4,25],[-21,109],[3,1],[21,5],[19,4],[-1,3],[5,-2],[76,15],[47,10],[45,1],[36,28],[-5,39],[2,9],[3,6],[8,7],[16,12],[10,13],[3,14],[-2,26],[1,7],[0,7],[32,57],[12,16],[14,10],[9,3],[7,-4],[12,-5],[6,-2],[7,-3],[9,-2],[18,1],[15,18],[35,28],[17,18],[26,42],[0,3],[7,9],[5,2],[25,-1],[10,1],[6,8],[0,7],[-18,15],[-10,4],[-11,10],[-5,11],[1,3],[1,3],[19,17],[4,1],[5,6],[2,9],[-2,25],[-7,19],[-16,22],[-10,-9],[-8,-8],[-14,-6],[-7,-1],[-6,2],[-10,6],[-7,7],[-16,21],[-9,20],[-3,23],[-1,10],[-2,7],[-3,6],[-8,6],[-12,9],[-12,5],[-8,2],[-15,0],[-9,0],[-14,4],[-6,4],[-5,7],[-4,5],[-2,13],[0,17],[2,9],[3,4],[7,14],[7,15],[0,18],[-1,10],[1,7],[3,10],[7,10],[3,5],[10,5],[4,4],[1,16],[0,23],[3,31],[4,12],[-1,5],[-12,9],[-7,8],[-5,2],[-15,-6],[-21,0],[-15,11],[-7,7],[-3,11],[-1,9],[-2,13],[3,18],[4,8],[-1,4],[-2,4],[-6,6],[-20,4],[-26,18],[-5,6],[-5,13],[-5,16],[-6,37],[2,18],[2,4],[5,8],[4,12],[8,13],[7,7],[7,5],[11,4],[7,-2],[12,-14],[47,11],[19,6],[11,-1],[4,3],[1,7],[-1,4],[-1,4],[-5,7],[-6,14],[-3,20],[-1,10],[2,7],[6,14],[7,11],[6,9],[16,15],[14,10],[8,15],[0,5],[-7,11],[-4,10],[-3,17],[-4,29],[-1,26],[1,8],[2,18],[0,43],[0,25],[1,22],[0,25],[-2,35],[1,8],[-4,18],[-8,25],[-9,16],[-7,8],[-9,5],[-3,11],[-1,13],[-8,10],[-19,43],[-2,4],[2,5],[2,2],[2,4],[-1,3],[-19,45],[-7,10],[-9,11],[-8,3],[-7,-2],[-9,-10],[-10,-5],[-16,-6],[-10,-3],[-14,0],[-10,3],[-12,6],[-8,6],[-7,7],[-7,9],[-12,24],[-5,14],[-1,10],[6,16],[4,15],[1,2],[5,17],[4,12],[5,15],[0,12],[0,20],[-11,20],[-12,20],[-8,21],[-8,22],[4,31],[-1,10],[2,26],[-5,32],[0,30],[0,24],[3,12],[5,9],[12,14],[8,16],[5,7],[1,11],[-1,6],[-2,4],[-8,3],[-11,-1],[-17,-5],[-19,-1],[-8,0],[-9,5],[-7,7],[-2,8],[-2,28],[3,15],[4,13],[0,11],[-4,16],[-1,13],[-11,17],[-13,9],[-7,3],[-26,8],[-14,3],[-27,12],[-7,7],[0,11],[6,11],[23,15],[12,22],[2,7],[3,7],[5,9],[3,5],[15,11],[7,12],[42,51],[28,9],[24,17],[7,8],[11,18],[-1,3],[-5,1],[-12,-9],[-6,-3],[-10,-2],[-8,3],[-14,11],[-7,17],[-3,23],[-1,22],[7,11],[7,5],[1,0],[11,3],[1,-3],[0,-1],[1,-6],[3,-1],[11,2],[9,5],[0,1],[9,11],[4,7],[4,16],[5,14],[4,5],[5,5],[7,11],[3,12],[1,5],[-4,10],[-29,35],[-5,12],[-2,21],[-1,18],[-10,6],[-15,8],[-15,6],[-7,11],[0,5],[5,15],[9,18],[10,16],[0,9],[-1,38],[3,35],[-1,7],[-1,11],[3,13],[11,24],[20,23],[9,7],[6,8],[13,13],[12,16],[8,14],[0,6],[-7,34],[-2,19],[5,49],[3,11],[1,3],[5,13],[3,25],[-1,7],[-6,13],[-26,91],[-50,43],[-11,26],[-11,15],[18,44],[71,85],[17,23],[1,25],[-43,69],[-1,2],[-13,30],[0,21],[8,28],[24,26],[34,36],[8,31],[-8,67],[-27,78],[170,132],[21,25],[1,4],[0,5],[-1,15],[-4,10],[-22,58],[-21,36],[-20,42],[-8,19],[-8,25],[-19,34],[-15,30],[-35,69],[-9,18],[-9,25],[-33,42],[-23,32],[-6,15],[-18,24],[-30,24],[-54,53],[-63,59],[-16,18],[-26,33],[-26,54],[-20,62],[-3,35],[4,27],[27,32],[38,31],[3,41],[-3,23],[-4,12],[-26,54],[-2,3],[2,1],[22,18],[25,-51],[0,-17],[-2,-48],[3,-28],[-4,-12],[-6,-14],[-12,-12],[-29,-19],[-5,-5],[-5,-8],[-9,-17],[-6,-30],[1,-12],[5,-26],[5,-20],[10,-18],[18,-33],[7,-12],[18,-31],[4,-7],[15,-17],[11,-11],[65,-56],[14,-12],[25,-26],[36,-33],[17,-25],[10,-16],[19,-28],[27,-33],[11,-10],[19,-48],[18,-21],[4,-11],[27,-66],[27,-54],[3,-16],[9,-16],[14,-25],[20,-33],[22,-48],[9,-24],[0,-2],[2,-16],[0,-5],[0,-8],[0,-16],[-4,-4],[-24,-21],[-160,-129],[28,-71],[4,-67],[-9,-31],[-25,-30],[-27,-33],[-12,-19],[-1,-21],[14,-32],[0,-1],[46,-67],[0,-43],[-76,-86],[-23,-45],[0,-19],[14,-25],[54,-42],[22,-92],[1,-34],[-7,-29],[-13,-51],[-2,-11],[13,-31],[3,-11],[2,-10],[-1,-10],[-5,-9],[-30,-41],[-19,-19],[-7,-8],[-11,-19],[-3,-9],[-8,-18],[-3,-7],[-1,-18],[4,-32],[0,-14],[-5,-25],[-4,-12],[0,-8],[-6,-12],[-5,-6],[-4,-4],[3,-2],[4,-8],[7,-5],[10,-5],[12,-7],[7,-16],[8,-29],[-3,-8],[35,-43],[1,-16],[-6,-25],[-8,-13],[-5,-7],[-1,-8],[-3,-10],[-5,-11],[-8,-10],[-6,-8]],[[391418,257007],[22,-37],[26,15],[128,77],[77,45],[42,23],[8,-4],[193,-316],[98,-162],[113,-176],[99,-165],[10,-16],[248,-411],[209,-337],[14,-22],[323,-522],[11,-18],[79,-127],[159,-256],[101,-164],[11,-17],[52,-84],[64,-102],[207,-334],[17,-27],[262,-422],[13,-21],[11,-18],[297,-476],[98,-158],[127,-207],[50,-24],[-7,-12],[-9,-15],[-18,-27],[-14,-21],[-36,-34],[-7,-7],[-1,-5],[-2,-14],[4,-31],[0,-6],[1,-30],[0,-17],[-2,-16],[-4,-13],[-9,-30],[-11,-17],[-14,-19],[-11,-13],[-22,12],[-13,-13],[-66,-60],[-41,-43],[-10,-15],[-5,-15],[-4,-20],[-1,-34],[14,-172],[35,-436],[1,-25],[-18,-3],[1,-26],[64,-350],[26,-144],[7,-39],[4,-15],[-15,-11],[-94,-60],[-97,-61],[-27,-4],[190,-383],[8,-17],[50,-40],[-27,-9],[-13,-4],[-445,-166],[-288,-107],[-151,-56],[-69,-24],[-16,-7],[-46,-18],[-60,-32],[-37,-15],[-22,-8],[-270,-159],[-240,-138],[-44,-20],[-376,-223],[-98,-56],[-20,-12],[-77,-45],[-175,-108],[-103,-61],[-169,-133],[-43,-38],[-19,-15],[-366,-323],[-76,-65],[-48,-39],[-252,-217],[-263,-251],[-15,-31],[6,-36],[2,-13],[-413,-354],[-260,-227],[-29,-28],[-20,-9],[-53,-39],[-7,-8],[-204,-180],[-31,-28],[-323,-290],[-66,-60],[-118,-101],[-156,-134],[-96,-71],[-144,-102],[-13,18],[4,11],[229,169],[-105,286],[-3,2],[-124,-58],[-216,-101],[-7,20],[-128,356],[-232,656],[-111,309],[-383,1069],[-303,850],[-134,376],[-130,372],[-88,244],[-166,472],[-61,170],[-24,75],[-107,289],[-116,325],[-60,160],[-139,405],[-88,235],[-60,189],[-21,37],[-103,269],[-12,32],[-416,1261],[-2,2],[1,2],[9,25],[4,12],[32,48],[-8,11],[-19,28],[-13,25],[-14,22],[-16,41],[-37,67],[17,12],[208,162],[26,20],[42,30],[32,23],[74,46],[181,122],[22,13],[34,22],[518,336],[216,142],[24,16],[486,307],[315,202],[78,47],[13,8],[430,263],[40,25],[93,55],[5,2],[23,9],[50,32],[138,89],[256,165],[140,90],[114,71],[124,79],[127,80],[115,74],[142,91],[91,57],[49,24],[22,11],[65,24],[38,11],[182,53],[25,7],[89,28],[101,31],[421,124],[79,24],[111,-165],[10,-15],[387,-577],[135,-202],[16,-25]],[[414157,243149],[81,-41],[41,-19],[46,-15],[135,-30],[163,-41],[238,-59],[403,-101],[56,-14],[253,-61],[207,-51],[399,-98],[192,-47],[389,-91],[16,-4],[102,-24],[334,-83],[106,-28]],[[417318,242342],[9,-60],[0,0],[-81,-18],[-35,-31],[-1,-10],[3,-97],[-234,-1],[-150,0],[-51,-1],[-17,2],[-248,64],[-20,5],[-159,42],[-151,40],[3,-299],[-565,168],[1,-21],[-207,44],[-40,8],[-11,33],[-28,-2],[-267,-21],[-170,-4],[-205,-4],[-25,-1],[-59,-2],[-186,-84],[-20,-7],[-32,-18],[26,-65],[13,-36],[7,-20],[22,-59],[15,-40],[-56,-22],[-674,-266],[-16,-7],[-277,-110],[-418,-166],[-17,-7]],[[412997,241269],[-8,28],[-23,59],[-4,11],[-43,90],[-21,33],[-3,5],[-40,0],[-140,1],[-351,2],[-64,0],[-223,1],[-70,1],[-249,1],[-31,0],[-15,72]],[[411712,241573],[31,-3],[26,15],[8,13],[151,380],[38,93],[19,52],[14,56],[21,132],[56,343],[5,43],[-9,67],[0,43],[11,141],[-7,20],[-15,1],[-4,8],[6,28],[8,37],[7,34],[162,-37],[130,-33],[6,151],[5,106],[7,223],[7,35],[4,20],[3,19],[13,36],[11,22],[5,10],[18,34],[19,27],[12,13],[15,17],[47,42],[33,28],[24,26],[19,25],[18,39],[13,55],[2,18],[0,2],[16,62],[2,6],[12,40],[16,35],[18,31],[25,30],[28,29],[30,24],[70,51],[7,6],[120,100],[152,113],[81,53],[42,27],[156,115],[46,34],[55,40],[46,38],[20,19],[22,21],[23,26],[23,30],[22,37],[5,12],[-62,21],[37,146],[49,199],[116,465],[149,-46],[9,29],[14,35],[18,31],[26,35],[27,27],[64,51],[25,21],[99,79],[108,88],[55,44],[29,24],[13,12],[33,34],[21,29],[20,32],[15,31],[10,29],[7,22],[2,8],[12,48],[1,7],[28,140],[21,67],[36,169],[18,85],[7,33],[13,60],[10,56],[3,31],[2,43],[-1,14],[-1,29],[-11,77],[-1,9],[-5,19],[-4,12],[0,2],[-13,43],[-12,29],[-18,39],[-7,13],[-35,65],[0,0],[-17,27],[-11,28],[-22,41],[-62,132],[-20,47],[-2,10],[-3,9],[-1,19],[1,17],[7,27],[13,23],[18,29],[7,16],[3,21],[0,17],[-2,11],[-6,22],[-10,15],[-15,17],[-47,48],[-63,69],[-54,54],[-112,123],[-185,200],[-38,42],[-128,135],[-53,58],[-11,12],[-34,37],[-26,10],[-96,35],[-62,23],[-33,13],[-180,65],[-31,15],[-49,28],[-30,22],[-27,24],[-34,35],[-49,68],[-24,43],[-15,32],[-12,38],[-13,50],[-8,38],[-4,46],[-1,44],[0,8],[2,33],[7,43],[9,43],[12,40],[2,8],[100,326],[56,182],[19,63],[29,96],[2,9],[13,71],[24,69],[60,195],[19,55],[95,310],[41,134],[63,206],[6,38],[5,34],[1,32],[-3,41],[-14,95],[-11,71],[0,0],[-12,77],[-23,156],[-4,43],[-1,45],[3,49],[7,52],[1,5],[8,30],[2,8],[13,40],[17,41],[20,39],[26,41],[28,35],[30,32],[33,30],[37,26],[36,20],[35,18],[166,72],[133,58],[81,33],[121,55],[154,67],[132,54],[159,70],[31,12],[30,14],[27,17],[27,20],[25,22],[23,24],[19,25],[20,30],[16,31],[22,47],[19,38],[94,197],[0,0],[128,265],[31,64],[59,122],[22,39],[23,35],[27,34],[31,30],[2,1],[31,25],[31,21],[3,2],[39,18],[3,2],[33,12],[40,11],[226,30],[281,42],[32,12],[34,16],[26,18],[27,22],[11,11],[13,13],[22,27],[20,29],[17,32],[15,33],[12,36],[8,36],[4,37],[2,36],[-2,35],[-21,200],[-23,251],[-6,71],[-35,317],[-2,17],[-6,74],[-1,14],[-16,179],[-13,112],[-16,158],[-16,150],[-9,50],[-7,79],[-14,141],[-16,157],[-7,77],[-23,230],[-32,319],[-12,89],[-5,63],[0,59],[3,24],[4,37],[13,63],[1,3],[17,50],[27,56],[33,55],[33,45],[44,43],[43,33],[1,1],[1,0],[6,3],[43,25],[52,23],[270,112],[15,7],[1,0],[34,12],[23,12],[9,6],[14,10],[22,17],[27,26],[27,37],[81,136],[38,64],[103,147],[146,200],[23,28],[30,31],[26,22],[33,21],[33,17],[31,14],[30,9],[28,6],[27,4],[23,2],[18,0],[13,0],[22,-1],[1,0],[28,-5],[28,-7],[115,-35],[173,-51],[4,-1],[35,-10],[85,-26],[215,-62],[146,-46],[66,-20],[198,-58],[41,-12],[173,-52],[27,-10],[30,-13],[22,-10],[1,-1],[2,-1],[9,-6],[17,-11],[25,-18],[19,-19],[4,-3],[21,-24],[21,-27],[19,-30],[3,-6],[98,-186],[103,-205],[21,-37],[25,-39],[20,-28],[28,-37],[53,-55],[39,-34],[55,-41],[34,-22],[35,-20],[30,-12],[59,-22],[57,-16],[140,-28],[20,-4],[99,-19],[118,-23],[131,-26],[60,-13],[258,-52],[283,-56],[97,-19],[35,-6],[43,-3],[43,2],[37,5],[35,9],[40,15],[41,22],[31,22],[18,15],[45,39],[36,29],[132,108],[31,-48],[-108,-93],[-34,-26],[-42,-32],[-28,-21],[-9,-7],[-23,-16],[-54,-35],[-41,-18],[-45,-13],[-46,-10],[-44,-3],[-29,1],[-145,23],[-24,5],[-22,4],[-296,60],[-261,54],[-44,8],[-1,1],[-229,45],[-52,11],[-14,2],[-56,11],[-2,-4],[0,-10],[5,-12],[24,-28],[20,-33],[4,-10],[2,-4],[1,-12],[0,-12],[0,-3],[-8,-26],[-2,-7],[-3,-10],[-6,-37],[0,-3],[-1,-10],[-2,-23],[-5,-34],[-2,-5],[-10,-35],[-4,-10],[-3,-8],[-3,-13],[4,-30],[3,-13],[1,-6],[-1,-18],[-7,-17],[-10,-18],[-12,-15],[-38,-39],[-13,-10],[-31,-9],[-22,-5],[-13,-5],[-3,-1],[-7,-4],[-12,-9],[-12,-11],[-2,-2],[-7,-6],[-19,-29],[-2,-2],[-4,-22],[0,-9],[4,-20],[12,-98],[0,-1],[-2,-14],[-3,-16],[-4,-14],[-6,-11],[-10,-18],[-7,-14],[-2,-4],[-1,-1],[-3,-8],[-9,-17],[-9,-22],[-6,-15],[-8,-17],[-2,-9],[-2,-6],[-2,-18],[-8,-18],[-9,-10],[-1,-2],[-20,-7],[-13,1],[-45,3],[-15,2],[-11,-4],[-6,-2],[-14,-4],[-1,-9],[-2,-18],[0,-13],[-3,-17],[-1,-4],[-3,-15],[2,-32],[3,-19],[4,-14],[12,-26],[3,-15],[2,-12],[-1,-11],[0,-2],[-2,-11],[0,-1],[-5,-11],[-1,-3],[-6,-7],[-19,-14],[-9,-6],[-3,-3],[-5,-4],[-7,-16],[-2,-5],[-4,-17],[-3,-19],[-1,-6],[0,-3],[-2,-8],[-8,-35],[-6,-31],[-3,-8],[0,-1],[-1,0],[-9,-12],[-9,-9],[-10,-5],[-15,-5],[-9,-3],[-21,-3],[-11,-5],[-15,-8],[-10,-7],[-9,-19],[-11,-23],[-7,-24],[-2,-18],[-2,-58],[2,-16],[0,-3],[2,-7],[0,-3],[4,-17],[15,-29],[6,-11],[11,-29],[0,-6],[-2,-13],[-1,-28],[-1,-26],[1,-14],[2,-18],[0,-3],[0,-21],[-3,-16],[-1,-1],[-9,-19],[-13,-9],[-10,-4],[-42,-4],[-21,-3],[-16,-2],[-25,-4],[-31,-5],[-53,-16],[-26,-22],[-19,-18],[-16,-19],[-22,-46],[5,-13],[8,-15],[8,-29],[-18,-45],[-46,-34],[-3,5],[-40,-37],[-39,-46],[-14,-8],[-1,-1],[-83,-56],[-47,-43],[0,0],[-20,-14],[-27,-21],[-10,-8],[-3,-2],[-2,-4],[0,0],[-9,-16],[-5,-17],[-5,-27],[-2,-27],[-1,-29],[1,-33],[2,-28],[0,-11],[0,-13],[3,-14],[0,-3],[0,-12],[0,-1],[-5,-11],[-19,-15],[-16,-16],[-25,-26],[-30,-21],[-9,-7],[-19,-16],[-5,-7],[-5,-7],[-29,-42],[-19,-31],[-26,-36],[-16,-18],[-16,-20],[-10,-16],[-8,-14],[-6,-22],[-2,-11],[0,-2],[-2,-13],[-3,-21],[-4,-21],[-12,-33],[0,0],[0,-2],[-5,-18],[-5,-18],[-1,-8],[2,-16],[1,-16],[2,-16],[-10,-8],[-13,-1],[-25,4],[-27,-3],[-17,-5],[-15,-7],[-7,-5],[-5,-5],[-2,-9],[-1,-14],[6,-38],[3,-8],[1,-5],[3,-10],[4,-7],[18,-29],[-1,-11],[-1,-3],[-3,-9],[-10,-11],[-13,-10],[-10,-2],[-28,1],[-28,-7],[-8,-7],[-19,-10],[-9,-5],[-4,-7],[1,-12],[-1,-11],[4,-13],[6,-10],[7,0],[1,0],[3,0],[2,2],[3,3],[7,5],[1,1],[19,11],[16,-1],[21,-20],[4,-3],[3,-4],[18,-29],[5,-17],[1,-28],[0,-29],[0,-22],[2,-6],[2,-21],[3,-20],[1,-39],[-3,-11],[-5,-8],[-12,-5],[-8,0],[-4,0],[-8,6],[-2,4],[-3,7],[-7,32],[-5,17],[-4,8],[-7,4],[-1,0],[-3,-1],[0,0],[-4,-7],[-5,-17],[-6,-10],[-4,-9],[-4,-12],[0,-1],[-3,-12],[2,-10],[1,-8],[3,-8],[-1,-5],[-3,-11],[0,0],[-1,0],[-11,-15],[-29,-16],[-35,-16],[-10,-18],[-17,-22],[-22,-27],[-17,-15],[-1,-1],[-2,-2],[-16,-8],[-11,-1],[-20,4],[-23,4],[-20,2],[-15,1],[-22,13],[-17,17],[-11,19],[-1,1],[-9,10],[-12,12],[-1,1],[0,0],[-11,1],[-21,3],[-16,0],[-13,-1],[-11,-5],[-11,-10],[-9,-12],[-3,-9],[13,-2],[4,1],[14,2],[10,1],[18,-5],[3,-3],[1,0],[6,-5],[7,-9],[0,0],[5,-9],[5,-21],[-5,-24],[-16,-34],[-6,-20],[0,-1],[1,-9],[1,0],[11,-14],[1,0],[4,-7],[-1,-8],[-2,-12],[-21,-17],[-63,-18],[-22,-13],[-9,-7],[-14,-13],[-7,-13],[-18,-56],[-5,-14],[-9,-17],[-25,-23],[-1,-1],[-24,-10],[-23,-6],[-5,0],[-24,-1],[-71,-10],[-67,-2],[-13,-5],[-8,-7],[-12,-10],[-29,-30],[-26,-37],[-4,-11],[-11,-34],[-3,-15],[-1,-10],[-1,-4],[0,-5],[0,-5],[22,-83],[0,-11],[-11,-51],[-6,-8],[-9,-7],[-34,-13],[-26,-4],[-20,-3],[-37,-4],[-27,-7],[-25,-6],[-10,-6],[-9,-16],[-5,-10],[-2,-12],[0,-11],[1,-14],[11,-28],[3,-5],[4,-7],[1,-9],[-5,-16],[-21,-29],[-5,-4],[-53,-34],[-9,-6],[-15,-10],[-2,-7],[-4,-11],[-4,4],[-1,0],[0,0],[-1,-3],[-5,-8],[-2,-1],[-91,-104],[-10,-11],[-59,-53],[-9,-7],[-24,-28],[-8,-21],[-12,-21],[0,0],[-7,-11],[-17,-21],[-5,-5],[-45,-23],[-14,-19],[-16,-30],[-27,-52],[-10,-15],[-72,-73],[-14,-8],[3,-3],[32,-39],[5,-5],[-87,-36],[-8,-10],[-330,-398],[-68,-87],[-89,-102],[-110,-126],[-16,-18],[-211,-238],[-105,-109],[-468,-412],[-22,-19],[-3,-2],[-3,-138],[0,-15],[-3,-11],[-72,-321],[-66,-275],[-43,-133],[-21,-53],[-17,-45],[-41,-133],[-17,-64],[-48,-106],[-41,-94],[-17,-35],[-24,-46],[-76,-65],[-180,-153],[-38,-32],[-37,-32],[-170,-181],[60,-64],[208,-222],[59,-65],[18,-25],[15,-31],[4,-16],[3,-12],[-2,-29],[-9,-29],[-18,-34],[-18,-29],[-2,-26],[4,-25],[9,-22],[95,-200],[13,-27],[10,-32],[42,-88],[17,-38],[25,-73],[11,-41],[10,-76],[3,-73],[-1,-44],[-6,-56],[-11,-61],[-11,-47],[-26,-109],[-4,-18],[-4,-18],[-4,-19],[-4,-21],[-54,-265],[-36,-119],[-22,-58],[-34,-44],[-20,-30],[-28,-32],[-29,-27],[-147,-117],[-227,-188],[-20,-21],[-20,-26],[-14,-26],[-14,-30],[-14,-50],[-1,-9],[-10,-119],[-4,-31],[-7,-32],[-9,-30],[-11,-29],[-37,-83],[-21,-45],[-63,-139],[-107,-245],[-20,-38],[-25,-39],[-29,-37],[-33,-31],[-186,-149],[-190,-138],[-14,-12],[-113,-87],[-59,-44],[-115,-79],[-139,-103],[-26,-22],[-27,-34],[-23,-36],[-14,-38],[-29,-96],[-6,-19],[-1,1],[-12,-51],[-2,-5],[-7,-18],[-4,-12],[-3,-4],[-27,-42],[-13,-22],[0,0],[-6,-7],[119,-50],[-81,-107],[-122,-103],[-42,-671],[60,-465],[115,-182],[300,-304],[1,-1],[27,35],[246,324],[176,232],[175,231],[224,306],[76,104],[22,-33],[13,-20],[5,-11],[53,11],[169,100]],[[413675,248863],[17,-6],[49,95],[32,48],[42,60],[190,259],[10,24],[263,337],[131,168],[396,507],[4,5],[0,4],[1,2],[7,8],[3,0],[5,7],[16,11],[79,73],[40,48],[110,130],[135,163],[49,60],[21,36],[48,85],[41,49],[11,20],[74,127],[72,110],[71,98],[31,41],[4,6],[94,117],[10,-9],[10,27],[11,13],[0,2],[10,14],[9,6],[18,1],[25,-7],[12,-5],[31,-12],[9,-5],[13,-2],[4,0],[4,2],[12,7],[12,6],[22,5],[13,-5],[8,-11],[5,-8],[2,-9],[-7,-11],[-24,-15],[1,-7],[14,-6],[62,-19],[10,-3],[4,3],[9,41],[4,32],[1,19],[3,38],[2,15],[56,31],[127,73],[115,63],[27,14],[37,25],[37,20],[58,23],[70,22],[16,10],[13,9],[2,1],[65,69],[18,25],[28,47],[15,25],[23,27],[17,3],[20,13],[9,12],[16,19],[28,51],[17,21],[47,40],[24,24],[86,102],[11,10],[23,29],[1,0],[36,26],[28,20],[24,21],[6,10],[3,12],[-2,14],[-8,26],[-3,12],[-1,13],[-1,9],[4,11],[4,11],[5,11],[7,10],[11,7],[41,14],[19,3],[23,3],[44,6],[24,9],[14,6],[10,12],[2,6],[3,11],[5,20],[1,14],[-3,23],[-7,26],[-5,16],[-2,16],[9,63],[7,19],[24,45],[32,35],[37,25],[13,5],[53,0],[25,6],[70,8],[66,18],[26,32],[7,27],[9,39],[7,10],[9,15],[18,13],[17,11],[36,16],[18,4],[13,1],[11,7],[4,3],[0,10],[-2,5],[-4,4],[-9,10],[-2,9],[3,25],[10,15],[15,16],[4,16],[0,16],[-10,21],[-7,4],[-12,0],[-5,-4],[-9,-9],[-10,-4],[-9,-1],[-15,4],[-7,11],[-6,6],[-2,8],[1,11],[8,19],[15,19],[11,8],[20,9],[11,1],[16,-4],[31,-1],[6,1],[7,0],[8,-5],[7,-14],[6,-10],[14,-24],[15,-10],[14,-9],[24,-7],[53,-9],[18,6],[10,5],[12,14],[18,20],[20,25],[7,9],[3,13],[3,5],[9,4],[34,11],[16,5],[8,10],[4,11],[0,10],[-5,15],[12,44],[7,25],[3,14],[4,7],[5,6],[8,5],[10,0],[10,-1],[8,-6],[5,-16],[2,-22],[2,-13],[6,-12],[10,-6],[6,2],[5,11],[-3,10],[-13,59],[0,17],[-1,15],[0,17],[-3,13],[-7,28],[-8,20],[-11,10],[-7,3],[-8,3],[-9,-3],[-5,-8],[-7,-7],[-14,-4],[-10,-1],[-9,2],[-4,7],[-7,5],[-9,27],[-3,13],[0,13],[3,12],[6,11],[9,9],[16,9],[38,11],[25,2],[12,0],[20,6],[2,9],[-5,18],[-4,7],[-7,19],[-8,26],[-5,22],[-2,18],[2,28],[13,18],[18,8],[21,8],[10,5],[13,2],[18,-1],[14,1],[13,-2],[-3,28],[6,20],[1,5],[16,61],[0,3],[3,20],[5,31],[2,16],[3,20],[9,22],[10,15],[7,12],[3,3],[11,8],[26,33],[9,13],[48,78],[16,21],[21,19],[22,15],[9,6],[38,38],[14,11],[4,4],[9,11],[7,12],[0,0],[-5,41],[-2,28],[0,12],[1,29],[1,28],[0,23],[4,26],[4,16],[4,10],[16,24],[11,10],[14,11],[14,10],[2,1],[16,10],[57,38],[35,21],[25,15],[12,9],[34,27],[32,35],[30,30],[12,11],[24,21],[14,17],[4,20],[0,16],[-4,17],[-12,20],[-4,17],[2,13],[27,38],[2,2],[19,26],[18,18],[28,20],[29,14],[33,6],[137,16],[16,15],[3,32],[-4,38],[4,62],[1,8],[-10,21],[-26,53],[-5,11],[0,3],[-3,14],[0,12],[2,73],[2,13],[4,15],[8,23],[12,24],[16,17],[7,6],[9,6],[15,4],[14,3],[18,5],[16,7],[12,9],[8,10],[5,17],[2,12],[3,29],[4,26],[10,32],[7,21],[9,21],[10,10],[13,9],[12,5],[6,10],[3,9],[-23,98],[0,12],[2,17],[3,20],[1,7],[2,6],[0,2],[-1,6],[-2,22],[-2,30],[1,7],[9,12],[11,4],[12,-1],[10,-3],[65,-1],[13,-1],[6,1],[12,7],[7,8],[7,17],[4,15],[11,32],[1,2],[3,6],[26,55],[6,9],[13,42],[0,2],[5,23],[-5,50],[-7,44],[-4,22],[3,18],[0,2],[4,13],[7,12],[26,33],[21,23],[14,9],[62,11],[16,9],[8,7],[34,39],[6,7],[10,20],[2,16],[-7,61],[0,11],[17,50],[12,62],[14,61],[4,18],[3,21],[-1,9],[-4,12],[-10,17],[-10,14],[-12,17],[-22,25],[-2,10],[0,8],[2,13],[-29,6],[-60,11],[-58,15],[-61,21],[-51,21],[-37,21],[-32,20],[-5,3],[-30,21],[-35,27],[-30,25],[-28,28],[-23,24],[-35,41],[-24,33],[-24,34],[-20,36],[-21,38],[-180,356],[-16,29],[-14,19],[-5,7],[-21,25],[-33,29],[-16,15],[-25,18],[-24,15],[-28,13],[-32,10],[-278,81],[-155,48],[-24,7],[-159,45],[-300,89],[-35,12],[-17,5],[-152,45],[-83,25],[-75,12],[-36,11],[-39,-1],[-38,-6],[-39,-11],[-34,-14],[-34,-21],[-27,-19],[-27,-25],[-35,-40],[-204,-280],[-34,-44],[-6,-10],[-24,-37],[-2,-4],[-85,-150],[-14,-21],[-5,-7],[-20,-28],[-25,-27],[-25,-21],[-31,-20],[-34,-17],[-34,-16],[-2,-1],[-286,-119],[-35,-16],[-30,-17],[-32,-20],[-31,-23],[-24,-22],[-1,-2],[-27,-28],[-25,-30],[-20,-31],[-18,-32],[-16,-33],[-13,-37],[-10,-35],[-8,-64],[-3,-53],[3,-41],[15,-169],[1,-11],[1,-7],[12,-90],[9,-74],[7,-92],[28,-242],[1,-10],[8,-69],[11,-91],[25,-246],[5,-32],[-1,-32],[24,-232],[11,-108],[28,-283],[1,-13],[8,-73],[0,-1],[1,-4],[1,-8],[24,-234],[9,-84],[8,-76],[27,-248],[19,-190],[1,-9],[1,-40],[-2,-43],[-5,-44],[-10,-41],[-14,-40],[-19,-42],[-23,-39],[-25,-35],[-26,-31],[-30,-28],[-33,-25],[-33,-18],[-42,-19],[-39,-11],[-19,-4],[-253,-35],[-206,-27],[-31,-6],[-38,-12],[-33,-16],[-30,-17],[-7,-4],[-24,-18],[-24,-24],[-23,-26],[-22,-29],[-17,-32],[-45,-95],[-168,-349],[-4,-7],[-101,-213],[-18,-38],[-1,-1],[-24,-52],[-2,-3],[-16,-27],[-19,-30],[-20,-25],[-21,-25],[-23,-23],[-26,-22],[-12,-8],[-13,-10],[-29,-16],[-27,-13],[-15,-6],[-72,-33],[-100,-42],[-129,-55],[-207,-88],[-153,-64],[-325,-138],[-32,-17],[-33,-20],[-30,-25],[-27,-24],[-28,-31],[-24,-34],[-18,-29],[-20,-39],[-14,-37],[-13,-39],[-8,-40],[-5,-37],[-2,-40],[1,-41],[4,-41],[25,-163],[12,-75],[4,-28],[5,-36],[1,-4],[14,-98],[2,-35],[1,-31],[-3,-36],[-4,-31],[-8,-32],[-10,-36],[-91,-300],[-69,-225],[-16,-63],[-94,-318],[-6,-32],[-15,-29],[-25,-69],[-36,-118],[-56,-187],[-91,-305],[-24,-80],[-7,-41],[-6,-40],[-2,-43],[2,-42],[6,-45],[10,-42],[12,-35],[13,-32],[22,-44],[19,-30],[24,-32],[27,-29],[29,-28],[31,-24],[32,-19],[27,-14],[9,-3],[212,-81],[77,-28]],[[414508,247840],[15,-13],[2,4],[12,22],[2,5],[-16,14],[-3,-5],[-11,-23],[-1,-4]],[[405555,247227],[-16,96],[-42,286],[-31,170],[-22,-26],[-17,-20],[-34,-39],[-39,91],[-42,96],[-15,-234],[0,0],[-13,-25],[-22,-44],[-9,-14],[-248,26]],[[405005,247590],[13,240],[5,83],[12,21],[33,29],[209,148],[38,31],[19,18],[13,13],[-10,17],[-1,2],[-13,-9],[-10,22],[-14,17],[-66,71],[-23,26],[-20,27],[-18,28],[-30,50],[-39,67],[-11,17],[-123,205],[-18,34],[-13,35],[-5,46],[4,39],[13,41],[64,134],[19,40],[16,40],[10,42],[15,42],[10,44],[7,46],[6,46],[5,102],[11,136],[4,31],[9,29],[11,28],[15,24],[18,23],[18,18],[24,18],[101,57],[37,22],[72,41],[36,15],[13,4],[108,37],[37,15],[51,26],[129,69],[32,20],[42,31],[82,61],[188,143],[52,29],[39,22],[31,10],[30,4],[33,-1],[32,-8],[32,-15],[28,-17],[29,-14],[24,-8],[25,-3],[28,2],[23,6],[21,9],[24,17],[127,119],[20,20],[17,20],[15,23],[15,26],[11,25],[24,74],[68,209],[12,39],[15,48],[6,26],[4,21],[46,140],[12,44],[11,52],[9,57],[10,104],[3,56],[-3,46],[-20,181],[-3,28],[-24,215],[-5,32],[-6,28],[-7,26],[-24,75],[-24,65],[-9,24],[-13,40],[-10,38],[-40,120],[-9,32],[-6,28],[-26,136],[-7,33],[-8,32],[-11,36],[-12,31],[-72,174],[-14,30],[-14,27],[-28,39],[-12,15],[-120,173],[-18,34],[-14,33],[-8,37],[-4,40],[0,3],[2,36],[4,39],[12,67],[3,37],[-1,29],[-4,26],[-8,30],[-11,31],[-7,35],[-1,35],[0,41],[5,34],[10,39],[11,40],[12,55],[2,32],[-2,35],[-7,39],[-8,37],[-13,39],[-66,182],[-15,38],[-19,41],[-21,40],[-23,39],[-11,21],[-163,251],[-18,33],[-17,38],[-13,41],[-8,38],[-6,42],[-3,37],[0,2],[-5,34],[0,19],[-15,259],[-10,160],[-1,69],[-2,126],[1,46],[3,41],[6,43],[8,47],[8,41],[24,94],[11,48],[9,44],[8,44],[6,61],[3,132],[1,46],[3,47],[4,45],[6,47],[8,45],[17,56],[10,31],[17,47],[10,29],[17,49],[17,49],[26,76],[96,273],[61,167],[4,16],[10,85],[15,81],[57,333],[2,12],[3,16],[15,42],[20,62],[54,154],[14,74],[3,15],[-1,28],[-2,63],[0,1],[3,71],[-1,52],[-3,93],[-2,30],[-4,39],[-11,101],[-10,64],[-1,12],[-25,98],[-31,94],[-44,118],[-45,100],[-52,96],[-66,97],[-74,79],[-34,47],[-32,80],[4,3],[0,0],[-12,30],[-3,8],[-7,-3],[-8,20],[-31,100],[-12,60],[-3,19],[-19,142],[-4,82],[2,28],[7,60],[12,79],[21,94],[18,58],[30,78],[21,45],[33,69],[40,69],[5,8],[58,88],[39,58],[32,58],[29,63],[20,52],[12,43],[9,50],[1,48],[-1,44],[-11,47],[-15,45],[-30,67],[-27,46],[-40,46],[-11,10],[-33,32],[-39,27],[-46,33],[-56,43],[-72,58],[-82,80],[-71,82],[-33,41],[-31,40],[-34,50],[-26,39],[-23,40],[-18,35],[7,5],[-7,9],[-17,30],[-10,-6],[-86,159],[-23,51],[-16,33],[-31,90],[-16,57],[-7,33],[-9,88],[-6,68],[2,56],[0,24],[9,79],[9,47],[18,97],[21,76],[2,7],[45,161],[17,65],[38,137],[20,95],[4,17],[26,120],[25,118],[22,90],[9,66],[9,149],[-2,77],[-12,88],[-26,89],[-45,141],[-3,7],[-23,58],[-52,111],[-1,3],[9,6],[-16,28],[-5,8],[-5,-3],[-35,57],[-16,21],[-19,26],[-15,14],[-33,32],[-67,54],[-1,2],[-12,11],[-36,30],[-15,16],[-32,43],[-22,34],[-30,56],[-19,63],[-14,61],[-19,160],[-4,43],[-2,43],[-2,30],[3,62],[1,29],[4,93],[8,112],[4,58],[5,69],[6,51],[11,78],[4,22],[20,99],[7,36],[9,45],[1,5],[9,42],[24,91],[37,145],[18,69],[6,59],[12,6],[1,2],[1,9],[-12,-6],[24,190],[7,51],[11,57],[19,48],[3,-2],[2,7],[7,22],[17,-10],[11,-7],[-6,-23],[-1,-4],[3,-2],[10,-6],[-23,-42],[-11,-51],[-24,-194],[-12,-101],[-16,-79],[-63,-237],[-8,-34],[-19,-90],[-2,-18],[-17,-107],[-17,-127],[-11,-127],[-6,-104],[-1,-9],[-7,-174],[2,0],[3,-59],[1,-17],[21,-164],[10,-63],[18,-61],[25,-57],[36,-50],[40,-46],[115,-97],[42,-44],[40,-52],[35,-61],[-7,-3],[6,-10],[25,-39],[4,-10],[2,-3],[2,-5],[45,-98],[27,-72],[38,-125],[16,-55],[10,-45],[7,-33],[11,-78],[-1,-76],[-3,-43],[0,-33],[-2,-25],[-3,-39],[-2,-9],[-9,-67],[-10,-46],[-5,-32],[-4,-29],[-22,-105],[-9,-38],[-4,-20],[-18,-69],[-8,-37],[-14,-65],[-42,-167],[-19,-65],[-46,-157],[-17,-70],[-22,-120],[0,0],[-9,-85],[-2,-77],[6,-76],[22,-102],[23,-72],[29,-73],[92,-179],[21,-36],[-12,-9],[9,-14],[13,-23],[2,2],[41,-70],[54,-80],[45,-63],[7,-10],[58,-68],[68,-66],[12,-12],[29,-28],[7,-6],[59,-48],[27,-20],[75,-52],[32,-24],[21,-18],[21,-19],[3,-3],[8,-7],[7,-8],[27,-29],[30,-40],[23,-37],[22,-49],[8,-21],[5,-20],[2,-5],[5,-19],[0,-1],[0,-1],[11,-43],[7,-61],[-2,-60],[-1,-12],[-14,-60],[-18,-56],[-28,-72],[-81,-139],[-64,-94],[-40,-71],[-33,-63],[-30,-65],[-27,-72],[-10,-30],[-13,-35],[-9,-39],[-3,-11],[-2,-9],[-15,-92],[-5,-75],[3,-53],[7,-82],[12,-81],[6,-27],[12,-49],[34,-112],[-3,-1],[3,-8],[12,-30],[2,1],[39,-73],[27,-36],[79,-88],[72,-105],[56,-94],[41,-97],[39,-102],[33,-106],[14,-50],[15,-59],[16,-109],[13,-152],[5,-58],[2,-93],[-5,-74],[-6,-101],[-2,-31],[-7,-43],[-5,-21],[-9,-27],[-51,-139],[-14,-46],[-12,-43],[-7,-28],[-25,-151],[-28,-166],[-4,-31],[-2,-22],[-2,-39],[-22,-83],[-9,-22],[-59,-167],[-104,-293],[-63,-179],[-18,-55],[-3,-10],[-10,-31],[-11,-44],[-8,-40],[-5,-43],[-3,-44],[-3,-88],[-4,-131],[-7,-66],[-7,-43],[-11,-49],[-10,-45],[-24,-92],[-8,-42],[-9,-48],[-4,-39],[-4,-41],[-1,-17],[0,-25],[3,-130],[2,-64],[9,-151],[11,-172],[6,-93],[2,-18],[15,-40],[6,-130],[5,-14],[18,-36],[16,-28],[64,-99],[12,-22],[88,-134],[48,-75],[11,-22],[35,-87],[4,-14],[2,-4],[40,-113],[2,-7],[13,-36],[21,-64],[8,-31],[4,-38],[1,-34],[-3,-41],[-5,-37],[-8,-32],[-15,-41],[-7,-30],[-3,-29],[1,-39],[2,-25],[6,-28],[11,-34],[9,-37],[4,-33],[0,-37],[-4,-49],[-12,-56],[-3,-36],[0,-32],[4,-31],[5,-28],[14,-28],[16,-26],[117,-166],[8,-17],[28,-43],[16,-28],[17,-40],[67,-156],[16,-49],[13,-36],[9,-36],[7,-39],[22,-118],[9,-40],[12,-37],[38,-109],[16,-44],[10,-33],[5,-23],[7,-24],[16,-48],[25,-78],[8,-31],[5,-28],[4,-29],[35,-286],[16,-150],[3,-34],[0,-27],[-1,-44],[-11,-106],[-7,-68],[-14,-54],[-13,-41],[-43,-139],[-9,-20],[-8,-21],[-40,-124],[-80,-250],[-13,-29],[-15,-31],[-19,-27],[-20,-24],[-23,-22],[-25,-22],[-101,-96],[-20,-15],[-1,0],[-1,-1],[-10,-7],[-24,-14],[-37,-10],[-32,-2],[-35,4],[-20,6],[-25,10],[-44,24],[-23,11],[-26,9],[-25,-1],[-26,-3],[-22,-7],[-44,-23],[-43,-24],[-11,-8],[-176,-132],[-29,-22],[-52,-40],[-33,-24],[-34,-22],[-145,-78],[-37,-18],[-17,-7],[-38,-17],[-105,-38],[-15,-9],[-31,-7],[-28,-9],[-26,-13],[-27,-18],[-126,-74],[-16,-15],[-14,-16],[-14,-18],[-12,-18],[-8,-20],[-6,-24],[-3,-25],[-12,-149],[-6,-86],[-3,-51],[-6,-44],[-10,-48],[-14,-47],[-13,-41],[-17,-47],[-22,-45],[-57,-113],[-11,-27],[-7,-27],[-2,-23],[2,-30],[11,-28],[15,-28],[125,-209],[25,-43],[24,-43],[4,-6],[24,-43],[20,-28],[17,-24],[20,-21],[67,-75],[17,-19],[15,-20],[-11,-8],[1,-2],[10,-15],[16,11],[161,112],[8,-18],[15,-31],[45,-197],[23,-129],[1,-30],[10,-62],[16,-82],[17,-58],[6,-33],[3,-30],[0,-30],[-3,-36],[-10,-50],[-25,-86],[-33,-85],[-7,-22],[-15,-55],[-9,-58],[-29,9]],[[400803,234465],[-305,-30],[116,345],[-15,62],[25,18],[64,46],[24,16],[2,2],[29,20],[9,2],[111,24],[117,-155],[0,-7],[-178,-98],[56,-221],[1,-18],[-38,-5],[-18,-1]],[[401982,235407],[-54,-307],[-125,13],[-48,4],[-4,0],[-7,181],[-5,102],[243,7]],[[433641,240549],[-110,-17],[-8,3],[-24,-20],[-4,-5],[-296,-353],[-59,-75],[-8,-5],[-70,-37],[-208,-101],[-80,-42],[-199,-105],[-157,-83],[-37,85],[-72,161],[-142,320],[-90,201],[-9,20],[14,11],[147,140],[89,96],[108,121],[147,172],[7,9],[10,12],[264,310],[67,84],[29,33],[137,155],[200,234],[38,49],[17,29],[43,89],[93,196],[31,65],[27,44],[12,17],[60,59],[46,37],[1,1],[35,-13],[14,-5],[0,0],[120,-38],[52,-19],[75,-24],[35,-11],[58,-21],[30,-9],[19,-10],[41,-27],[50,-38],[36,-33],[31,-31],[33,-41],[43,-65],[53,-98],[48,-90],[28,-57],[22,-53],[15,-52],[29,-103],[16,-62],[3,-10],[43,-154],[42,-146],[4,-16],[6,-22],[14,-55],[79,-277],[13,-46],[7,-27],[7,-63],[0,-9],[-10,-3],[-72,-13],[-304,-49],[-26,-4],[-393,-65],[-23,-4],[-211,-35],[-76,-12]],[[405555,247227],[11,-74],[12,-115],[8,-93],[-4,-69],[-23,-59],[-35,-60],[-50,-72],[-62,-77],[-69,-93],[-77,-73],[-77,-72],[-46,-47],[-19,-51],[-15,-43],[0,-47],[7,-63],[2,-23],[19,-60],[14,-50],[8,-47],[0,-40],[-3,-34],[-1,-11],[-9,-48],[-2,-11],[-19,-46],[-4,-11],[-26,-72],[-43,-128],[-75,-228],[-5,-18],[-13,-38],[0,-1],[-9,-28],[-1,-3],[-61,-189],[-6,-44],[0,-55],[19,-123],[85,-554],[-8,-51],[-35,-30],[-23,-11],[34,-244],[203,-107],[124,-56],[84,-34],[1,-36],[-388,-405],[-68,81],[1,1],[0,0],[-19,21],[-1,0],[-431,512],[-101,118],[-1,-1],[0,0],[-2,3]],[[403740,243283],[-8,-8],[14,-26],[165,-318],[41,-71],[10,-28],[-66,-49],[-45,-30],[-71,-39],[-92,-32],[-66,-14],[-56,-6],[-48,-3],[-55,6],[-61,17],[-57,19],[-25,14],[-9,3],[-14,-1],[-10,-8],[-2,-5],[5,-74],[10,-163],[5,-39],[17,-45],[22,-38],[32,-44],[1,-2],[-20,-22],[-179,-226],[-39,-35],[-58,-37],[-38,-30],[-31,-33],[-22,-32],[-49,-57],[-33,-32],[-45,-38],[-40,-39],[-22,-30],[-25,-24],[-204,-248],[-257,-236],[-66,-62],[-73,-66],[-4,-4],[-2,24],[-13,50],[-29,106],[-106,-35],[-111,-38],[-50,-17],[46,-170],[1,-3],[-10,0],[-34,-27],[-44,-55],[-21,-27],[-44,-68],[-24,-34],[-25,-23],[10,-2],[253,-88],[323,-111],[20,-7],[303,-105],[172,-64],[19,-7],[268,-101],[527,-186],[22,-8],[257,-91],[6,-4],[20,-15],[7,-5],[103,-104],[132,-134],[239,-250],[375,285],[250,204],[28,5],[67,10],[21,8],[74,48],[36,26],[44,32],[28,25],[17,23],[28,23],[3,-4],[33,-16],[218,-97],[158,-72],[102,-45],[66,-26],[120,-41],[44,-13],[144,-44],[156,-55],[22,-7],[209,-88],[53,-21],[96,66],[45,31],[267,185],[20,10],[20,10],[64,24],[493,142],[15,-15],[7,-8],[31,9],[27,6],[154,34],[23,5],[415,91],[219,47],[183,42],[56,11],[36,15],[243,163],[13,11],[4,3],[39,32],[704,455],[427,276],[7,5],[13,9],[23,16],[5,3],[173,121],[96,65],[82,53],[68,40],[82,39],[78,25],[48,13],[4,1],[2,0],[14,4],[51,16],[25,15],[14,13],[300,373],[0,1],[16,29],[17,19],[1,1],[190,219],[1,1],[0,0],[-1,-9],[0,-29],[0,-1],[-1,-28],[14,-99],[35,-186],[67,-393],[4,-17]],[[412997,241269],[16,-53],[22,-114],[36,-215],[8,-36],[4,-19],[22,-54],[48,-89],[34,-49],[39,-81],[18,-48],[0,-38],[-4,-51],[-11,-67],[-9,-61],[5,-50],[16,-46],[27,-52],[41,-65],[72,-100],[165,-238],[10,-14],[39,-48],[29,-32],[37,-29],[47,-26],[49,-17],[61,-22],[108,-28],[61,-16],[39,-17],[73,-41],[211,-121],[39,-27],[19,-21],[15,-32],[4,-10],[42,-124],[23,-70],[8,-46],[2,-62],[0,-60],[-1,-44],[-1,-39],[-1,-19],[-13,-176],[23,9],[251,96],[294,114],[123,47],[4,1],[12,-21],[169,-273],[111,63],[43,-110],[91,42],[28,30],[65,85],[63,-149],[8,-22],[22,-55],[48,-108],[41,-106],[22,-66],[21,-83],[7,-35],[16,-79],[15,-84],[4,-22],[78,-429],[81,-453],[5,-30],[17,-92],[64,-352],[22,-121],[5,-23],[16,-84],[3,-19],[4,-33],[2,-3],[2,-11],[17,-85],[26,-137],[19,-115],[5,-20],[27,-140],[32,-178],[8,-35],[3,-15],[6,-40],[25,-128],[16,-72],[15,-84],[-13,-29],[-8,-8],[-32,-7],[-40,-15],[-4,1],[-18,-5],[-152,-43],[-79,-20],[-66,-20],[-23,-5],[-54,-17],[-87,-24],[-20,-7],[-40,-11],[-4,-2],[-27,-6],[-17,-6],[-24,-6],[-7,0],[-17,-5],[-32,100],[-27,96],[-2,14],[-3,6],[-1,7],[-3,4],[-1,10],[-8,23],[-12,46],[-3,3],[-10,-3],[-197,-60],[-25,-3],[-7,1],[-11,4],[-4,3],[-16,14],[-5,19],[-2,21],[3,58],[3,36],[1,29],[-92,-6],[-19,1],[-19,-2],[-34,0],[-34,-2],[-143,-4],[-59,-4],[-49,0],[-18,-2],[-173,-6],[-7,-1],[-33,-5],[-5,35],[-1,16],[-3,33],[6,86],[7,56],[38,262],[-22,-8],[-4,-1],[0,0],[-371,-103],[-30,-8],[6,45],[2,26],[0,30],[-3,43],[-7,34],[-19,42],[-33,56],[-47,75],[-25,40],[-77,109],[-20,37],[-10,37],[-17,109],[-19,130],[-38,259],[-191,-91],[-113,-53],[-82,-38],[-58,-19],[-29,-7],[0,-7],[0,-44],[-7,-129],[-3,-28],[0,-15],[-13,-95],[-22,-126],[-26,-105],[-26,-107],[-3,-15],[-2,-1],[-3,-29],[0,-3],[-17,6],[-17,6],[-66,17],[-117,32],[-21,4],[-24,4],[-127,34],[-14,0],[-45,-2],[-206,-13],[-608,-42],[-414,-32],[-13,25],[-19,33],[-256,472],[-21,38],[-37,71],[-108,206],[-7,-48],[-56,-158],[-65,-150],[-44,-100],[-30,-41],[-18,34],[-137,257],[-123,234],[-9,14],[0,0],[-30,47],[-7,-6],[-6,-7],[-10,-10],[-12,-21],[-123,-251],[-131,-291],[-140,-304],[-93,-198],[-21,-46],[-12,-24],[-7,-6],[-84,-61],[-12,-7],[-14,-11],[-319,-223],[-56,-39],[-14,-11],[-9,-3],[-18,-28],[-2,-10],[-28,-78],[-39,-106],[-5,-18],[-44,-119],[-117,-312],[-54,-134],[-11,-33],[-13,-22],[-14,-16],[-24,-17],[-30,48],[-209,325],[-140,212],[-47,77],[-15,23],[-36,56],[-36,48],[-41,48],[-14,13],[13,21],[47,62],[189,234],[131,164],[16,23],[8,7],[47,56],[41,53],[152,191],[66,82],[119,148],[-233,226],[-156,148],[-65,62],[-164,160],[-63,61],[78,99],[-502,-2],[27,36],[-30,1],[-110,0],[-85,1],[-157,0],[-100,0],[-233,-1],[-228,0],[-177,0],[-619,0],[-155,0],[-17,0],[-146,0],[-74,0],[-80,0],[-22,0],[-247,1],[-34,0],[-975,2],[-35,0],[-66,-96],[-21,-29],[-166,-240],[-141,-203],[-36,-53],[-57,53],[-272,252],[-177,-241],[-75,-101],[-25,-37],[-16,-25],[-38,-58],[32,-98],[21,-76],[3,-51],[-8,-26],[-19,-14],[-38,-13],[-194,-24],[-107,-157],[-146,-221],[-69,-104],[0,0],[0,0],[-55,-82],[-20,41],[-2,4],[-9,14],[-11,8],[-18,7],[-31,5],[-13,6],[-11,9],[-16,20],[-16,30],[-8,17],[-10,19],[-89,187],[-14,22],[-19,21],[-14,13],[-17,11],[-30,14],[-121,36],[-30,6],[-28,6],[-79,13],[-63,5],[-92,5],[-137,1],[-40,2],[-42,6],[-51,12],[-53,14],[-34,14],[-23,12],[-17,18],[-33,48],[-117,208],[-24,49],[-21,22],[-9,6],[-15,11],[-2,2],[-51,19],[-14,5],[-61,17],[-63,12],[-15,5],[-3,46],[118,2],[7,24],[40,127],[10,32],[40,119],[51,165],[26,121],[3,16]],[[402060,237506],[51,182],[17,55],[-41,-1],[-237,-22],[-180,-16],[-23,-1],[-1,0],[-22,-2],[0,1],[-2,50],[-2,37],[-12,306],[-7,154],[-8,142],[-6,147],[-9,237],[-10,112],[-16,90],[-21,69],[-32,84],[-8,3],[-25,5],[-101,1],[-118,-8],[-175,-21],[-25,-3],[-82,-21],[-36,-96],[-27,-63],[-16,-14],[-15,-14],[-32,-15],[-121,-489],[55,-215],[359,27],[96,6],[-23,-334],[1,-36],[154,-75],[8,-133],[-98,-219],[-2,-3],[-136,-102],[-94,-69],[-2,-1],[-20,-14],[-2,-2],[-174,-252],[-75,-111],[-49,-72],[-146,-216],[-21,-19],[-9,-51],[130,-292],[3,-9],[2,-2],[18,-41],[7,-7],[59,-62],[32,-18],[36,-8],[34,4],[26,9],[38,17],[-32,-22],[26,6],[39,-153],[42,-196],[42,-187],[-51,-24],[45,-99],[52,-78],[29,-2],[462,-25],[6,-22],[124,-7],[11,-1],[5,-152],[1,-14],[0,0],[0,-17],[-1032,53],[-42,22],[-20,85],[-10,41],[-12,48],[-4,14],[-7,14],[-16,22],[-8,10],[-17,21],[-15,19],[-10,19],[-4,15],[0,23],[3,21],[9,20],[11,18],[2,13],[0,25],[-1,25],[-3,11],[-6,18],[-10,27],[-15,19],[-14,2],[-22,-5],[-23,-4],[-15,1],[-15,12],[-14,13],[-11,25],[-9,16],[-50,-14],[-154,-46],[1,-10],[9,-117],[-469,52],[-25,2],[4,39],[8,30],[10,54],[-20,-2],[-243,-22],[-15,-2],[-23,-8],[-60,173],[-32,-13],[-40,97],[-42,98],[-58,136],[-73,155],[-32,59],[-16,-27],[-1,-2],[-91,-148],[-71,-114],[-23,-38],[-134,-215],[-3,35]],[[398348,236520],[-102,295],[-81,223],[-9,31],[-17,90],[-8,32],[-21,93],[-6,19],[30,30],[45,46],[68,90],[168,219],[110,141],[55,72],[1,2],[-5,23],[-46,166],[-1,1],[-4,10],[4,15],[11,14],[17,16],[1,20],[0,16],[5,16],[4,20],[-1,12],[-3,22],[-5,17],[4,18],[14,18],[11,9],[39,1],[15,-6],[-12,79],[-21,142],[-1,3],[115,64],[27,14],[36,32],[12,11],[37,33],[199,186],[175,160],[54,48],[90,73],[74,51],[0,0],[40,-4],[113,-21],[83,-19],[54,-6],[31,0],[30,4],[48,41],[190,229],[12,10],[-17,20],[-123,181],[-16,23],[102,328],[1,3],[-1,0],[16,21],[169,547],[6,18],[78,252],[102,331],[20,65],[7,24],[64,209],[14,9],[3,3],[190,217],[12,14],[202,232],[22,20],[3,5],[39,72],[53,50],[159,149],[36,32],[33,33],[22,27],[16,29],[-106,76],[152,82],[185,92],[-15,39],[-30,85],[-38,86],[-36,81],[16,25],[22,37],[39,59],[54,71],[51,60],[55,59],[66,71],[74,68],[71,62],[1,0],[1,2],[1,0],[18,15],[20,-25],[16,-19],[94,81],[107,82],[262,184],[6,10],[15,32],[6,4],[25,17],[545,370],[23,20],[-45,96],[-21,48],[-11,25],[0,0],[0,1],[3,1],[20,13],[98,68],[131,91],[127,88],[370,259],[281,194],[-112,240],[-56,126],[29,12],[218,118],[15,8],[2,1],[0,0],[28,15],[286,172],[-143,308],[508,254],[1,0],[47,70],[-5,2],[1,4],[36,92],[78,209],[-1,2],[58,140],[34,90],[16,80],[0,49],[-4,1],[0,4],[24,163],[7,49],[0,0],[23,152],[7,106],[4,60],[12,-2]],[[419170,247649],[3,-14],[39,-150],[45,-175],[22,-95],[32,-143],[182,15],[182,-1988],[21,-343],[1,-12],[-1,-1],[0,-11],[-157,-104],[-19,-12],[111,-274],[11,-28],[90,-221],[14,-34],[72,-179],[72,-178],[137,-338],[5,-11],[12,-28],[30,-71],[8,-19],[182,-446],[-17,-10],[-88,-50],[-158,-88],[-27,-4],[-236,-133],[-218,-126],[-216,-124],[-205,-117],[-28,-13],[-109,-61],[-223,-126],[-150,-85],[-154,-85],[-99,-59],[-97,-54],[-27,-15],[-227,-125],[-251,-138],[-174,-96],[-1,47],[-4,263],[106,81],[-285,517],[-32,56],[6,5],[80,57],[8,6],[-9,3],[-111,27]],[[414157,243149],[-107,56],[-197,107],[19,21],[3,-2],[363,382],[-76,92],[148,144],[105,103],[82,80],[86,85],[34,33],[295,307],[63,65],[29,32]],[[415307,244978],[17,17],[116,122],[14,15],[92,96],[2,8],[5,17],[0,-1],[139,140],[79,80],[1,0],[16,8],[11,14],[14,15],[141,151],[442,476],[37,41],[36,39],[247,264],[0,0],[2,1],[5,2],[12,7],[178,192],[-2,15],[-138,177],[123,130],[539,604],[147,165],[123,137],[114,127],[64,68],[38,45],[1,0],[6,7],[8,11],[0,0],[46,54],[258,288],[11,-7],[184,-259],[46,-65]],[[275945,547641],[-21,15],[-65,32],[-17,6]],[[275842,547694],[65,-23],[109,-54],[-2,2],[-12,18],[-26,33],[-38,48],[-13,25],[-15,31],[-103,89],[-43,31],[-249,9],[-56,23],[-53,39],[-43,81],[-35,40],[2,33],[128,86],[32,64],[80,82],[179,163],[2,0],[15,-7],[12,-7],[19,-15],[65,-70],[41,-39],[26,-23],[71,-62],[105,-91],[91,-79],[27,-24],[19,-19],[7,-9],[63,-81],[81,-108],[-8,-22],[-18,-34],[-19,-22],[-23,-28],[-10,-17],[-14,-19],[-21,-15],[-111,-57],[-136,-62],[-10,-14],[0,0],[-23,15],[-25,16],[-15,11],[-3,1],[-12,9],[0,-1]],[[289755,565050],[-7,17],[-8,26],[-1,3],[-8,14],[-11,16],[-43,47],[-18,22],[-5,7],[-7,11],[-3,9],[-5,18],[-4,10],[-10,55]],[[289625,565305],[7,-38],[3,-17],[4,-10],[5,-18],[3,-8],[7,-12],[0,33],[1,15],[4,15],[11,18],[12,13],[22,14],[26,8],[10,0],[13,1],[-6,-16],[-4,-28],[-1,-24],[1,-24],[2,-21],[6,-26],[11,-33],[10,-26],[18,-36],[-32,-31],[-3,-3],[0,-1]],[[262208,533332],[-52,25],[30,31],[27,31],[208,238],[-770,545],[-839,593],[-72,51],[-1,-1],[-22,11],[-616,-1320]],[[260101,533536],[-48,43],[22,41],[261,747],[325,713],[350,698],[340,709],[337,708],[351,695],[337,706],[340,711],[299,725],[323,715],[313,716],[358,701],[343,703],[291,731],[304,725],[334,711],[330,712],[330,708],[330,711],[320,725],[305,723],[304,721],[317,718],[356,700],[291,730],[305,725],[294,732],[324,767],[323,659],[278,740],[304,720],[247,581],[305,727],[317,716],[306,723],[294,738],[293,729],[278,734],[581,1461],[294,730],[279,736],[280,737],[279,738],[304,725],[293,732],[279,736],[280,740],[49,127],[57,124]],[[275007,568359],[-69,-179],[-175,-459],[-310,-823],[-20,-53],[-188,-500],[-83,-220],[-12,-32],[-324,-852],[-28,-75],[-182,-487],[-58,-150],[-129,-336],[-225,-582],[-228,-592],[-33,-87],[-184,-471],[-140,-358],[-62,-159],[-190,-492],[-49,-116],[-23,-52],[-197,-453],[-315,-738],[5,-3],[157,-76],[548,-274],[315,-157],[-346,-1034],[-136,-405],[-388,-1156],[-326,-974],[-204,-554],[-47,-127],[-140,-381],[-419,-1141],[-390,-830],[-569,-1222],[-281,-601],[-36,-76],[-397,-852],[-316,-669],[-1,-3],[-27,-62],[-8,-20],[-15,-34],[-114,-235],[-295,-640],[-82,-178],[-41,-109],[-337,-892],[-120,-315],[-159,-408],[-255,-673],[1,0],[14,-13],[82,-79],[112,-167],[239,-126],[219,-117],[56,-31],[95,-84],[218,-193],[193,-125],[195,-55],[426,-379],[53,-89],[-14,-14],[32,-43],[229,-110],[137,-78],[105,-28],[8,-7]],[[269759,544254],[-50,-59],[-35,-45],[-30,-41],[-12,-26],[-10,-23],[-21,-35],[-32,-61],[-89,-162],[-68,-117],[-41,-50],[-131,-161],[-59,-75],[-194,-240],[-77,-101],[-79,-96],[-251,-312],[-64,-82],[-44,-55],[-12,-14],[-217,-266],[-54,-72],[-167,-250],[-31,-49],[-8,-13],[-70,-110],[-48,-73],[-19,-26],[-9,-14],[-23,-32],[-22,-31],[-58,-76],[-45,-47],[-43,-38],[-35,-29],[-9,-6],[-42,-28],[-19,-12],[-74,-55],[-65,-52],[-55,-46],[-53,-50],[-41,-40],[-35,-35],[-39,-45],[-70,-82],[-79,-86],[-26,-31],[-105,-120],[-87,-98],[-63,-72],[-27,-33],[-69,-82],[-21,-27],[-35,-47],[-33,-47],[-12,-20],[-11,-21],[-32,-66],[-27,-71],[-13,-33],[0,-7],[-5,-14],[-6,-14],[-11,-14],[-17,-25],[-6,-8],[-14,14],[-20,-32],[-22,-32],[-35,-68],[-13,-29],[-5,-9],[-86,-98],[-32,-40],[-53,-62],[-40,-46],[-5,-10],[0,-10],[-19,-23],[-66,-77],[-42,-42],[-71,-76],[-18,22],[-29,-25],[-4,-1],[-21,28],[-8,4],[-6,-4],[-47,-36],[-26,-22],[-15,-16],[-6,-11],[-4,-14],[1,-11],[16,-26],[17,-25],[18,-38],[11,-15],[16,-17],[7,-3],[11,1],[16,2],[92,-116],[-95,-133],[-38,-52],[-20,-23],[-23,-23],[-19,-18],[-154,-128],[-44,-38],[-46,-43],[-31,-31],[-20,-21],[-25,-31],[-82,-104],[-45,-61],[-50,-65],[-163,-210],[-15,-23],[-156,-200],[-22,-30],[-21,-28],[-2,1],[-27,25],[-12,12],[-79,73],[-22,-41],[-14,-34],[-6,-16],[-8,-18],[-37,-95],[45,-58],[-51,-30],[-63,-59],[-13,-17],[-4,-5],[-50,-62],[-20,-24],[-14,-18],[-37,-45],[-16,-20],[-39,-38],[-62,-62],[-22,-23],[-26,-31],[-48,-56],[-32,-37],[17,-29],[-161,-119],[8,-13],[-119,-87],[-24,-18],[-23,-18],[-24,-21],[-37,-34],[-48,-58],[-30,-46],[-101,-121],[-95,-123],[-41,-55],[-43,-69],[-76,-126],[-64,-113],[-52,-95],[-30,-53],[-18,-33],[-23,-54],[-32,-79],[-11,-35],[-7,-28],[-4,-34],[-5,-57],[-2,-53],[5,-45],[13,-84],[36,-156],[47,-209],[57,-251],[6,-29],[24,-106],[19,-84],[3,-33],[0,-50],[0,-55],[-4,-37],[-36,-17],[-145,-77],[-46,-23],[-67,-35],[-20,-13],[16,-26],[82,-131],[51,9],[-17,37],[36,13],[39,27],[41,35],[23,50],[9,8],[9,-5],[-8,-38],[-20,-81],[-16,-68],[-5,-24],[-13,-54],[-22,-95],[-17,-70],[-18,-67],[-12,-38],[-32,-98],[-33,-81],[-13,-24],[-18,-26],[-33,-44],[-33,-37],[-19,-19],[-66,-68],[-40,-44],[-40,-36],[-28,-29],[-2,-2],[-15,-10],[-46,-56],[-39,-53],[-5,-7],[-5,-1],[-24,-1],[-8,3],[-27,25],[-55,40],[-34,23],[-32,17],[-29,14],[-14,9],[-36,21],[-27,16],[-34,23],[-83,58],[-1,-6],[-26,12],[-19,5],[-22,4],[-46,13],[-7,1]],[[288065,571466],[-20,20],[5,17],[8,48],[-14,6],[2,3],[15,15],[9,15],[6,24],[-1,19],[532,249],[19,6],[38,15],[109,39],[75,34],[37,33],[23,47],[32,33],[31,16],[53,6],[75,8],[92,16],[48,5],[42,0],[13,1],[58,8],[31,5],[35,-14]],[[289418,572140],[-121,-17],[-51,-8],[-190,-27],[-82,-11],[-16,-60],[-36,-77],[-125,-49],[-47,-38],[-86,-2],[-20,0],[-16,6],[-118,-50],[-66,-29],[-14,-6],[-107,-46],[-34,-15],[-104,-44],[-89,-39],[-3,-34],[-3,-19],[-14,-67],[-10,-42],[-1,0]],[[283701,573264],[-78,-37],[-71,-35],[-8,-4],[-23,-10],[8,46],[0,14],[-35,35],[-6,1]],[[283488,573274],[42,-3],[17,-1],[141,-12],[1,0],[12,6]],[[283411,573281],[53,-5]],[[283464,573276],[-18,-2],[-44,-22],[8,28],[1,1]],[[283772,573405],[11,23],[12,24]],[[283795,573452],[0,0],[1,-6],[3,-5],[9,-10],[3,-6],[-1,-6],[-4,-3],[-12,2],[-12,-5],[-8,-5],[-2,-3]],[[284758,573470],[-99,-87]],[[284659,573383],[10,15],[17,17],[6,11],[7,16],[5,15],[7,12],[8,6],[13,5],[26,-10]],[[284819,573524],[19,43],[3,8],[3,34],[-9,24],[-2,46],[1,16],[2,3],[8,2],[7,2],[3,8],[1,9],[-1,10],[-8,15],[-3,10],[3,7],[7,5]],[[284853,573766],[97,-122],[-131,-120]],[[284852,573767],[-4,-1],[-21,-4],[-52,19],[-25,-8],[-10,-1],[-44,-1]],[[284696,573771],[52,98],[7,6],[8,6],[89,-114]],[[286039,573479],[0,0],[-118,22],[-20,4],[-116,22],[-5,1],[-300,53],[-26,5],[-17,3],[-20,3],[-39,4],[-25,1],[-19,0],[-40,-4],[-38,-7],[-19,-4],[-23,-6],[-25,-8],[-30,-11],[-21,-8],[-17,-9],[-17,-9],[-13,-6],[-14,-8],[-19,-12],[-17,-11],[-13,-9],[-15,-11],[-25,-18],[-15,-13],[-5,-3],[-7,-6],[-12,-11],[-14,-12],[-27,-24],[-88,-80],[-132,-113],[-81,-71],[-38,-33],[-40,-34],[-31,-22],[-33,-23],[-46,-25],[-42,-21],[-24,-9],[-15,-4],[-16,-4],[-22,-5],[-35,-7],[-24,-5],[-20,-2],[-23,-2],[-22,-1],[-26,0],[-18,1],[-27,2],[-25,3],[-29,4],[-35,6],[-38,7],[-44,8],[-36,6],[-15,3],[-4,1],[0,5]],[[283879,572972],[0,0],[37,-7],[70,-13],[75,-13],[62,-7],[5,15],[14,46],[6,33],[7,43],[5,7],[10,6],[28,7],[47,11],[25,7],[19,8],[27,18],[10,5],[19,-3],[12,0],[15,5],[8,2],[87,60],[52,44],[23,19],[53,47],[12,22],[7,9]],[[284614,573343],[-19,-34],[-39,-35],[45,-77],[27,23],[19,22],[23,21],[14,13],[105,103],[42,40],[56,48],[46,36],[51,36],[8,6],[31,19],[27,17],[58,31],[42,16],[21,7],[59,15],[50,10],[33,0],[1,20],[0,41],[5,46],[4,21],[3,19],[15,62],[5,21],[18,2],[14,0],[188,-58],[24,-8],[53,-16],[21,-7],[24,-6],[19,-5],[9,-2],[59,-18],[103,-32],[38,-11],[101,-31],[16,-5]],[[286033,573693],[2,-76],[0,0],[0,0],[0,0],[3,-133],[1,-5]],[[288735,574491],[-12,21],[-8,30],[5,30],[14,37],[12,29],[3,20],[-5,40],[-9,13],[-5,8]],[[288730,574719],[201,100],[107,-248],[-303,-80]],[[284123,576945],[-28,-2],[-123,34],[-150,-52],[-9,-41],[-41,-66],[-65,-70],[-64,-60],[-49,-64],[-62,-28],[-49,-11],[-66,-33],[-13,-27],[-63,-36],[-64,-30],[-77,-53],[-51,-39],[-61,-33],[-51,-31],[-44,-25],[-46,-12],[-45,-47],[-44,-39],[-89,-50],[-77,-40],[-82,-32],[-50,-47],[-75,-95],[-36,-68],[-31,-59],[-20,-23],[-6,-5],[-46,-59],[-13,-19],[-91,21],[-1,0]],[[282241,575704],[8,42],[35,172],[45,235],[373,128],[529,191],[75,32],[45,31],[64,50],[21,21],[27,21],[3,-3],[12,-9],[18,-2],[25,12],[42,25],[19,23],[18,32],[19,42],[3,20],[94,73],[45,37],[38,46],[33,16],[38,25],[84,25],[42,1],[102,-41],[25,-4]],[[284176,579156],[-10,20],[-206,-68],[164,-569],[276,-988],[57,-217],[7,2],[0,0],[17,-64],[-82,-29],[-235,-84],[-228,-83],[-244,-89],[-199,-72],[-214,-78],[-115,-43],[-131,-51],[-131,-51],[-6,-2],[-56,-21],[-232,-86],[-188,-68],[0,0],[-17,-6],[-29,-9],[-7,-2],[-16,-5],[-15,-4],[-23,-5],[-40,-6],[-24,-4],[-25,-3],[-30,-1],[-178,-12]],[[282016,576458],[8,35],[185,14],[182,50],[20,-29],[-42,64],[40,8],[71,15],[75,22],[76,22],[154,56],[96,35],[68,25],[106,39],[122,45],[295,110],[753,280],[171,62],[15,6],[-3,16],[-14,52],[-7,16],[-96,62],[-4,19],[-89,317],[-2,7],[-7,9],[-15,1],[-5,0],[-50,-4],[-9,3],[-12,41],[-3,18],[1,15],[34,159],[-23,5],[-74,19],[1,2],[-2,9],[-5,18],[-10,36],[-4,24],[2,19],[28,150],[-19,4],[-76,17],[-6,68],[-4,22],[3,33],[26,143],[-22,5],[-68,14],[-2,12],[-17,67],[-2,20],[10,92],[-16,1],[8,61],[-36,5],[-7,4],[-101,-34],[-131,-43],[-1,3],[14,26],[76,109],[11,10],[45,31],[15,19],[10,18],[4,16],[10,20],[10,12],[20,11],[19,5],[21,2],[56,15],[65,24],[44,21],[26,15],[29,17],[85,23],[10,0],[5,-3],[5,-7],[1,-1],[13,-51]],[[292769,580530],[-22,16],[-53,44],[-31,32],[-54,78],[-30,43],[-21,36],[-26,52],[-26,47],[-80,95],[-9,15],[-3,27],[-5,11],[-40,38],[-6,17],[-1,15],[-32,36],[-38,41],[-23,34],[-20,36],[-25,57],[-36,-12],[-66,-60],[-33,60],[-288,517],[-6,10],[-39,71],[-111,194],[-4,6],[-35,66],[-35,59],[-23,40],[-51,141],[4,22],[8,15],[16,11],[16,5],[23,1],[22,-6],[25,-9],[27,2],[30,7],[32,1],[27,-3],[39,-11],[9,-4],[21,83],[7,24],[0,0]],[[291803,582530],[31,-5],[64,-17],[40,-13],[72,-32],[238,-116],[39,-19],[12,-5],[16,-8],[14,-7],[29,-14],[101,-50],[64,-28],[49,-18],[55,-15],[90,-18],[46,-8],[55,-3],[73,-3],[69,6],[17,2],[-19,-66],[-83,-41],[-22,-19],[-1,0],[8,-13],[-112,-72],[-40,-23],[-33,-28],[-6,-30],[2,-13],[18,-44],[14,-30],[6,-20],[3,-18],[-1,-23],[-5,-22],[-16,-24],[-185,-209],[-17,-26],[-9,-18],[-4,-19],[1,-42],[10,-16],[12,-24],[7,-22],[18,-92],[16,0],[152,14],[31,-3],[23,-5],[10,-2],[37,-24],[21,-15],[25,-26],[14,-28],[7,-34],[6,-78],[5,-111],[0,-67],[-1,-178],[-2,-40],[-48,-38],[-1,1],[0,0],[-48,-41],[-1,0]],[[281170,584144],[-80,-242],[9,1],[13,0],[67,20],[3,28],[11,30],[11,15],[9,6],[10,4],[73,-1],[36,3],[27,4],[34,8],[47,16],[63,24],[19,4],[7,-1],[7,-3],[5,-20],[3,-28],[1,-21],[2,-17],[8,2],[23,3],[29,3],[21,-100],[12,-9],[55,-41],[11,-27],[-2,-8],[-10,-29],[-31,-86],[-17,-48],[-50,-133],[-31,-92],[-37,-69],[-55,-106],[-28,-62],[-32,-77],[-33,-114],[-3,-23],[-12,-32],[44,-23],[55,-28]],[[281464,582875],[-39,-65],[-12,5],[-120,62],[-188,-482],[-21,-45],[-283,22],[-91,1],[-21,1],[-17,11],[-22,30],[-19,19],[-32,23],[-28,16],[45,116],[19,47],[4,12],[21,55],[41,102],[91,233],[20,54],[11,47],[14,102],[7,35],[2,8],[6,21],[26,59],[36,84],[29,59],[82,224],[9,41],[2,35],[0,26],[-1,55],[7,18],[3,20],[11,29],[17,40],[20,37],[19,32],[25,38],[31,42],[2,0]],[[294163,583895],[-73,58],[-61,41],[-43,25],[-52,30],[-17,10],[-52,38],[-30,37],[-24,34],[-31,48],[-25,41],[-20,46],[-23,59],[-22,71],[-17,81],[-10,55],[-3,57],[0,57],[10,51],[7,34],[5,16],[13,44],[48,127],[6,16],[31,81],[15,50],[3,42],[-7,36],[-7,23],[-1,5],[-4,14],[-4,10],[-3,10],[-5,9]],[[293767,585251],[9,-19],[1,0],[54,9],[72,36],[65,45],[22,22],[29,36],[32,53],[34,61],[33,54],[41,52],[40,44],[23,35],[12,27],[3,39],[-1,15],[171,74],[25,15],[92,45],[82,39],[24,11],[33,9],[-11,-35],[-16,-27],[-7,-17],[0,-24],[9,-18],[15,-13],[15,-8],[26,-6],[76,-20],[37,41],[2,-4],[18,-22],[52,-40],[17,-12],[29,-19],[29,-19],[15,-9],[10,-6],[-13,-40],[3,-14],[22,-24],[16,-20],[9,-15],[7,-9],[55,-30],[42,-26],[32,-23],[19,-14],[23,-26],[-2,-20],[-84,-20],[23,-103],[17,-85],[-18,-3],[-4,-123],[0,-17],[27,-19],[32,-39],[19,-37],[7,-29],[6,-23],[19,-194],[0,-45],[-11,-37],[-57,-184],[-189,-609],[-12,0],[-44,-7],[-10,-3],[-34,-10],[-80,-31],[-3,0],[-47,-10],[-48,-12],[-30,-8],[-66,-15],[-63,-9],[-45,-2],[-29,4],[-7,2],[-23,5],[-36,16],[-77,39],[-46,35],[-78,68],[-38,-34]],[[287081,605696],[-43,-1],[-32,3],[-36,17],[-30,5],[-40,-3],[-22,-11],[-16,-19],[-20,-34],[-62,-236],[-33,-170],[-25,-147],[-18,-172],[-7,-145],[0,-14],[0,-125],[5,-103],[-2,-51],[-8,-211],[-18,-209],[-21,-206],[-17,-159],[-10,-55],[-115,-538],[-47,-276],[-116,-566],[-22,-105],[-25,-119],[-36,-169],[-14,-66],[-8,0],[-20,-34],[-19,-121],[-20,-43],[-62,-23],[-127,-427],[-137,-596],[-97,-401],[-109,-374],[-174,-610],[-87,-277],[140,-35],[148,486],[84,276],[443,1463],[41,136],[3,-1],[25,-4],[52,-7],[39,-3],[28,0],[33,1],[88,1],[12,-8],[19,-7],[35,-25],[31,-37],[35,-36],[34,-28],[40,-16],[50,-13],[60,-6],[40,0],[16,6],[53,29],[52,40],[64,63],[151,162],[49,69],[38,62],[15,34],[12,41],[9,57],[8,66],[6,40],[13,48],[12,38],[27,70],[17,51],[3,25],[-1,16],[-11,35],[-20,56],[-4,14],[-39,200],[14,-1],[12,3],[10,7],[46,29],[66,32],[70,29],[24,8],[-14,65],[-7,11],[-31,-6],[-66,-20],[-49,-10],[-28,-9],[-20,0],[-16,10],[-17,16],[-11,17],[-19,40],[-9,40],[-2,26],[2,20],[3,38],[2,70],[2,22],[8,14],[15,10],[71,19],[231,68],[156,48],[18,-11],[19,-17],[8,-11],[18,-42],[14,-39],[11,-38],[6,-21],[6,-44],[3,-39],[1,-42],[-3,-20],[-6,-13],[-10,-5],[-158,-41],[-63,-18],[-13,0],[-13,-2],[5,-25],[10,-43],[62,14],[80,16],[87,6],[92,4],[62,0],[22,0],[73,0],[80,-5],[99,-21],[104,-28],[15,-2],[49,-14],[55,-13],[22,-9],[125,-69],[91,-49],[112,-65],[120,-63],[60,-31],[96,-30],[103,-29],[77,-13],[34,9],[90,14],[108,21],[63,16],[62,22],[100,32],[83,14]],[[289863,602116],[3,0],[2,-10],[5,0],[2,-15],[3,-17],[5,-37],[4,-29],[0,-1],[5,-40],[266,58],[44,6],[59,-5],[67,-12],[347,-63],[125,-18],[148,-10],[276,-16],[134,-12],[117,-7],[176,1],[139,9],[95,9],[68,1],[110,-4],[156,-8],[166,-1],[137,6],[73,7],[46,1],[54,-4],[118,1],[61,5],[66,11],[60,22],[48,24],[68,49],[56,59],[50,66],[36,55],[98,184],[76,125],[39,71],[82,180],[69,129],[217,377],[65,115],[54,81],[58,68],[40,40],[25,16],[85,38],[62,36],[29,21],[38,35],[26,22],[34,23],[136,69],[52,34],[58,47],[83,75],[57,61],[104,114],[49,48],[39,27],[36,16],[3,-7],[201,-498],[133,-307],[61,81],[195,181],[168,151],[18,23],[45,84],[54,97],[87,162],[25,50],[-37,263],[-21,150],[27,22],[18,25],[83,51],[42,25],[69,30],[14,3],[61,16],[13,3],[72,9],[100,-2],[83,-11],[66,-16],[111,-41],[15,-5],[40,-17],[15,-52],[0,-11],[45,-170],[18,-76],[23,-10],[-6,-18],[52,-239],[15,-34],[67,-331],[-5,-1],[19,-85],[6,-31],[29,-4],[50,8],[99,24],[94,24],[61,10],[42,6],[141,-13],[247,-28],[7,-1],[25,-3],[7,-22],[16,3],[48,10]],[[297830,603727],[-30,-39],[14,-54],[7,-26],[24,-82],[30,-88],[21,-126],[8,-46],[21,-108],[47,-260],[11,-62],[23,-134],[10,-53],[5,-27],[20,-109]],[[298041,602513],[-1063,-130],[-223,-430],[-12,-22],[14,-27],[1,0],[2,-8],[5,-9],[42,-89],[22,-52],[16,-38],[4,-8],[1,-3],[85,-202],[-1,1],[17,19],[21,22],[24,16],[155,67],[182,71],[28,4],[42,2],[209,-2],[151,0],[204,0],[16,-1],[9,1],[9,2],[5,1],[5,-24],[14,6],[11,6],[10,6],[11,8],[9,9],[14,12],[12,15],[4,5],[12,18],[2,-9],[7,-21],[12,-43],[4,-16],[3,-19],[-1,-10],[-6,-24],[-6,-15],[-9,-15],[-18,-14],[-29,-21],[-9,-8],[-10,-23],[-15,-21],[-8,-31],[-8,-26],[-13,-36],[1,-16],[12,-37],[38,-56],[43,-44],[71,-60],[61,-47],[31,-37],[21,-34],[18,-39],[8,-22],[18,-64],[12,-42],[4,-63],[1,-10],[334,-159],[-2,-46],[-5,-93],[-2,-105],[-2,-32],[0,-1],[2,-93],[-1,-1],[1,-43],[3,-13],[-7,-114],[8,-1],[-8,-10],[-3,-21],[1,-361],[33,-41],[37,-52],[32,-64],[23,-59],[44,-109],[28,-53],[16,-54],[-38,-68],[-77,-156],[-23,-77],[-23,-85],[-4,-13],[-57,37],[-14,23],[-4,-12],[-11,-9],[-97,-14],[-16,-8],[-16,-23],[-1,-28],[56,-97],[22,-30],[9,-5],[3,5],[2,21],[4,5],[10,2],[25,-6],[15,-12],[10,-8],[8,12],[9,-7],[-24,-68],[6,-75],[-5,-15],[-40,-69],[-158,-216],[-88,-89],[-137,-125],[-39,-39],[-22,-50],[-6,-49],[8,-48],[14,-38],[0,0],[49,-82],[16,-20],[12,-21],[59,-61],[17,-19],[40,-43],[22,-33],[9,-33],[1,-31],[-5,-59],[-3,-50],[0,-64],[10,-41],[9,-31],[27,10],[0,1],[138,65],[-14,33],[109,49],[14,11],[10,7],[94,47],[157,80],[10,-34],[5,-13],[72,-185],[8,-21],[6,3],[64,31],[13,5],[8,-1],[4,-19],[-3,-78],[-4,-96],[-4,-58],[-9,-19],[-8,-20],[-54,-34],[-34,-15],[-16,-13],[-1,-20],[-13,2],[-23,0],[-7,0],[-19,-10],[-188,-100],[-53,-37],[-50,-39],[-35,-29],[-2,1],[-50,-50],[-13,-18],[-33,-42],[-38,-41],[-30,-25],[-23,-20],[-105,-76],[-36,-26],[-23,-17],[-14,-10],[-25,-18],[-42,-31],[-13,-11],[0,0],[-12,7],[-31,9],[-33,9],[-21,16],[-5,27],[9,30],[-4,18],[-12,8],[-33,7],[-46,-211],[5,-17],[9,3],[13,-41],[77,32],[-41,-168],[-6,-18],[-17,-45],[-152,-272],[-24,-65],[-4,-26],[-5,-57],[-2,-14],[-9,-12],[-37,-19],[-51,-16],[-43,-8],[-18,-39],[-97,-23],[-45,-15],[-58,-30],[-46,-34],[-70,-55],[-105,-88],[-47,-41],[-47,-46],[-34,-38],[-41,-59],[-72,-106],[-46,-73],[-12,-26],[-13,-31],[-8,-15],[-15,-14],[-28,-26],[-58,-42],[-89,-49],[-84,-50],[-84,-38],[-44,-16],[-28,-7],[-19,-11],[-59,-51],[-87,-88],[-24,-39],[-17,-25],[-6,-15],[-8,-19],[10,-15],[37,-53],[31,-51],[19,-37],[11,-44],[-31,-36],[-29,-32],[-54,-61],[-56,-71],[-26,-41],[-13,-38],[-9,-43],[-1,-9],[-1,-21],[-1,-4],[3,-44],[16,-58],[41,-106],[9,-35],[3,-237],[-16,-190],[-23,-237],[-4,-44],[12,-71],[53,-217],[54,-238],[14,-60],[-34,-1],[-27,6],[-30,15],[-18,8],[-23,3],[-10,0],[-9,1],[-61,-52],[-10,-9],[-17,-19],[0,-1],[-65,-57],[-25,27],[-50,-55],[25,-27],[-26,-36],[-7,-10],[-24,-63],[-11,-26],[-18,-39],[-16,-25],[-1,-8],[7,-8],[17,-1],[59,-254],[22,-31],[2,0],[59,-53],[-54,-81],[-22,-33],[12,-10],[-29,-43],[-37,-56],[-28,39],[-1,22],[-15,-1],[1,-2],[-3,-75],[-7,-52],[-12,-37],[-11,-20],[-9,-17],[-1,-1],[-50,-43],[-112,-102],[-42,-32],[-111,-94],[-17,-22],[-8,-10],[-8,-11],[-5,-8],[-2,-6],[-3,-11],[2,-19],[0,-3],[6,-31],[9,-22],[14,-23],[28,-37],[38,-48],[15,-18],[17,-20],[61,-79],[36,-51],[27,-41],[99,-177],[10,-19],[10,-19],[30,-56],[30,-54],[61,-117],[-24,-21],[-25,-26],[-40,-7],[-10,-5],[-5,-12],[0,-11],[9,-21],[20,-24],[-24,-15],[-33,-28],[20,-31],[-15,-22],[46,-54],[-44,-81],[32,-24],[4,9],[21,42],[72,132],[16,30],[17,46],[12,49],[12,62],[24,146],[14,-7],[35,0],[12,47],[14,50],[6,21],[13,44],[37,115],[30,74],[24,55],[76,136],[42,71],[21,31],[12,3],[8,0],[2,-2],[10,-6],[51,-45],[-5,-11],[-8,-18],[-5,-16],[-1,-13],[5,-15],[11,-26],[8,-14],[9,-11],[16,-8],[13,-5],[12,-6],[17,-7],[6,-9],[6,-11],[3,-14],[3,-7],[6,-4],[7,1],[11,7],[14,13],[12,14],[11,18],[32,10],[30,14],[63,33],[42,-17],[46,-14],[42,-10],[31,-3],[14,1],[18,-1],[15,-5],[14,-10],[12,-12],[19,12],[39,33],[15,15],[13,17],[0,17],[-8,14],[-20,20],[8,33],[1,10],[-14,38],[71,27],[-19,88],[-24,104],[-9,51],[154,47],[5,3],[60,203],[23,77],[91,-24],[16,-6],[47,-11],[8,32],[58,-16],[32,98],[115,-61],[59,-237],[30,-105],[36,-115],[28,-94],[18,-53],[9,-44],[2,-51],[-2,-35],[-15,-46],[-15,-39],[-112,-18],[-47,-7],[-103,-17],[14,-93],[7,-48],[-6,-41],[-20,2],[-11,-11],[-5,-14],[6,-17],[18,-16],[21,-27],[9,-21],[3,-8],[41,-78],[44,-69],[38,-51],[18,-19],[12,-8],[12,-2],[11,5],[19,15],[20,-65],[5,-30],[1,-28],[0,-15],[-6,-33],[-8,-38],[-4,-32],[1,-28],[5,-30],[-1,-13],[-25,21],[-37,46],[-1,69],[-6,16],[-10,16],[-18,6],[-18,-5],[-19,-10],[-14,18],[-14,-13],[-6,7],[-11,15],[-5,-5],[-55,-51],[-37,-37],[-16,-16],[-9,-8],[-32,-32],[-20,27],[-5,-5],[-2,-4],[-15,19],[-26,35],[-24,-3],[-31,-3],[-27,26],[-12,11],[-11,11],[-23,21],[-5,6],[-11,11],[-6,5],[-11,11],[-22,22],[-28,28],[-27,26],[-1,2],[-30,-5],[29,-290],[15,-151],[33,-321],[2,-20],[2,-24],[25,-221],[-11,-2],[-54,-5],[-59,-6],[-2,-31],[-1,-7],[-56,-204],[-12,0],[11,-145],[23,-181],[0,-40],[-1,-6],[-3,-7],[-13,-18],[2,-3],[-36,-49],[-8,-16],[-76,-149],[-130,54],[-121,54],[-151,68],[-101,50],[-206,102],[-68,32],[-46,25],[-30,20],[-24,20],[-28,25],[-21,35],[-121,218],[-7,24],[28,78],[13,40],[7,29],[5,17],[4,0],[16,31],[-18,2],[-33,-38],[-22,-31],[-332,161],[-19,-47],[-45,-2],[-209,1],[1,131],[-90,-54],[-82,118],[-14,25],[-3,16],[2,33],[7,33],[8,46],[-16,22],[0,0],[-46,24],[61,166],[-37,17],[130,352],[-158,18],[-41,-91],[-116,-288],[-27,-71],[-46,-119],[-30,-74],[-23,-74],[-12,-42],[-45,-97],[-38,33],[-55,45],[-40,33],[-29,20],[-5,3],[-13,7],[-2,0],[-14,4],[-27,-1],[-9,-2],[-6,-29],[-2,-25],[-13,-81],[-14,-57],[-25,-58],[-40,-75],[-15,-34],[-8,-34],[-18,-60],[-14,-35],[-27,-30],[-26,-14],[-38,-5],[-10,0],[-7,-30],[-8,-20],[-2,-18],[7,-34],[-8,-25],[-19,-15],[-41,-18],[-27,-11],[-16,-20],[-11,-28],[-18,-48],[7,-59],[-29,-6],[-31,2],[-33,2],[-38,13],[-27,15],[-53,30],[-40,28],[-26,12],[-6,-16],[-21,-32],[-50,-72],[-25,-35],[-12,-19],[-88,33],[-22,-41],[-25,-30],[-9,-7],[-17,-50],[-63,-182],[-51,-204],[-19,-93],[-13,-43],[-8,-19],[-18,-56],[-11,-27],[-41,-77],[-46,-101],[-13,-68]],[[293215,587417],[-7,65],[-74,9],[-246,15],[-159,8],[-9,1],[-61,-7],[-133,0],[-28,-1],[-23,-9],[-39,-19],[-31,-14],[-11,-5],[-52,-14],[-46,-16],[-2,-1],[-31,-20],[-24,-22],[-21,-24],[-31,-53],[-4,-6],[-32,-47],[-85,-96],[-131,-149],[-20,-27],[-16,-44],[-8,-34],[20,-234],[-2,-21],[-4,-11],[-8,-20],[-32,-59],[-48,-73],[-19,-21],[-26,-31],[79,-52],[86,34],[37,15],[238,96],[124,-560],[-44,-200],[-54,-231],[-44,-189],[-21,-93],[-43,-191],[-17,-70],[-42,-187],[-35,-154],[-13,-58],[-31,-134],[-30,-130],[-51,-214],[-25,-107],[-93,-433],[48,-3],[33,-3],[14,-2],[141,-33],[114,-25],[71,-15],[203,-45],[83,-104],[516,-338],[57,12],[35,-7],[32,-12],[30,-11],[186,-128],[26,35],[23,-22]],[[293405,582878],[-39,-39],[-13,-12],[-10,-2],[-9,4],[-16,20],[-24,20],[-51,25],[-12,7],[-1,-6],[-17,-35],[-28,-43],[-39,25],[16,19],[10,14],[12,21],[1,9],[1,16],[-3,11],[-26,59],[-13,9],[-67,-2],[-14,-6],[-14,-27],[-1,-8],[64,-43],[-19,-37],[-194,128],[-9,5],[-12,10],[-62,40],[-133,95],[-167,120],[-25,18],[-76,57],[-73,49],[-133,66],[-58,24],[-66,20],[-58,10],[-141,19],[-67,9],[-127,0],[-15,-1],[-97,-6],[-16,6],[-37,-19],[-103,3],[-99,12],[-93,20],[-96,25],[-112,32],[-99,42],[-31,13],[-39,-122]],[[290855,583552],[-62,23],[-16,7],[-27,-3],[-1,16],[-9,4],[-60,35],[-87,45],[-107,60],[-93,58],[-44,31],[38,117],[2,-2],[32,27],[63,25],[52,7],[69,8],[78,9],[102,22],[107,23],[51,11],[63,33],[58,30],[106,62],[58,84],[47,123],[6,1],[-338,123],[-262,95],[-292,105],[-332,121],[-104,38],[-142,52],[-156,56],[-115,42],[-73,26],[-55,21],[-166,60],[-175,63],[-133,49],[-56,20],[-15,5],[-100,36],[-103,38],[-64,23],[-54,20],[-106,38],[-54,20],[-69,25],[-90,33],[-84,30],[-76,28],[-81,29],[-78,28],[-78,28],[-48,18],[-59,21],[-66,24],[-162,59],[-89,32],[-210,76],[-77,28],[-91,33],[-86,31],[-57,21],[-53,19],[-20,8],[-94,34],[-128,47],[-109,39],[-103,39],[-82,29],[-137,50],[-150,54],[-145,53],[-84,30],[-43,15],[-129,47],[-110,39],[-262,95],[-74,27],[-48,18],[-4,-7],[-108,-202],[-71,-136],[-33,-68],[-111,-208],[-42,-82],[4,-4],[-129,-87],[-45,64],[-118,151],[-93,114],[-81,98],[-49,56],[-44,54],[-68,78],[-5,7],[86,91],[5,20],[17,-20],[257,310],[-27,10],[-122,44],[-74,27],[-173,63],[-144,52],[-156,57],[-140,51],[-186,68],[-186,66],[-247,90],[-131,48],[-186,67],[-279,101],[-260,95]],[[282171,587714],[118,338],[256,741],[273,738],[257,743],[276,742],[255,753],[255,749],[213,763],[216,760],[186,772],[172,777],[159,782],[131,793],[145,787],[132,788],[186,772],[-10,232],[-4,102],[-21,513],[53,710],[9,120],[3,50],[21,825],[-134,879],[-11,88],[-1,0],[-1,13],[-4,41],[-20,168],[-24,190],[-22,180],[-14,131],[-11,73],[-5,33],[-17,95],[-11,62],[-19,107],[-29,165],[-33,183],[-25,140],[-16,87],[-10,35],[-17,56],[-9,30],[-37,122],[-29,97],[-44,146],[48,14],[161,50],[72,-307],[163,41],[-26,117],[2,5],[681,208],[-45,188],[202,85],[39,-22],[60,23],[138,-89],[8,-36],[19,-12],[146,-91],[162,347],[130,17],[24,14],[42,3],[38,-6],[40,-11],[24,-3],[44,-24]],[[283654,589219],[19,-10],[15,12],[14,13],[14,13],[14,12],[1,10],[-25,37],[-9,10],[-12,15],[7,5],[10,0],[8,-2],[6,-8],[12,-16],[11,-17],[11,-16],[11,-17],[9,0],[17,5],[35,12],[19,3],[18,3],[19,3],[8,-3],[7,-6],[9,-4],[18,0],[18,-3],[17,-8],[16,-10],[-3,-20],[-5,-19],[-3,-20],[-10,17],[-9,17],[-3,9],[-9,2],[-17,-7],[-7,-5],[-3,-9],[1,-19],[1,-21],[0,-10],[-8,-18],[-6,-19],[-6,-19],[-7,-18],[-7,-19],[-3,-10],[-7,3],[-27,1],[-8,-3],[-13,-14],[-8,-17],[-10,-16],[-7,-12],[-12,-23],[6,-19],[10,-17],[5,-8],[3,-20],[8,-38],[7,-18],[8,-18],[11,-27],[2,-34],[2,-26],[3,-20],[2,-19],[-2,-14],[-7,-14],[-9,-18],[-6,-18],[-8,-18],[-7,-19],[-7,-18],[-17,-20],[-12,-9],[-17,-14],[-31,-21],[-15,-10],[-15,-11],[-11,-16],[-13,-15],[-8,-14],[-13,-18],[-12,-15],[-5,-8],[0,-19],[-1,-8],[0,-17],[6,-16],[2,-12],[1,-14],[-10,-16],[-5,-19],[-2,-20],[-8,-5],[-8,3],[-9,4],[-18,2],[-17,-4],[-8,-3],[-14,-12],[-14,-16],[0,-10],[-5,-13],[-1,-19],[2,-21],[2,-40],[2,-20],[1,-20],[2,-32],[-2,-19],[2,-23],[2,-22],[2,-16],[9,-10],[13,-21],[11,-15],[11,-20],[4,-12],[12,-17],[15,-35],[4,-8],[0,-10],[-37,2],[-11,-16],[-10,-17],[-11,-16],[-10,-17],[-5,-8],[-2,-13],[-4,-26],[26,-16],[17,-8],[16,-8],[16,-8],[16,-9],[6,-7],[0,-20],[0,-20],[0,-21],[2,-20],[-4,-18],[-1,-11],[-6,-18],[-7,-19],[-7,-18],[-7,-20],[-8,-19],[-9,-17],[-8,-15],[-10,-21],[-9,-18],[-9,-18],[-7,-13],[-13,-21],[-10,-17],[-10,-16],[-7,-12],[47,-28],[-1,-20],[5,-6],[16,-7],[53,-21],[39,-16],[54,-23],[24,-19],[33,-16],[72,-4],[53,-5],[39,-3],[52,1],[38,1],[36,6],[55,11],[33,8],[37,11],[17,8],[16,9],[28,14],[22,10],[16,7],[35,16],[29,15],[20,11],[16,8],[35,19],[14,11],[9,12],[12,20],[15,37],[14,37],[6,18],[-1,20],[-4,19],[-2,20],[-2,39],[-5,19],[5,17],[10,16],[16,8],[33,14],[15,0],[22,-1],[14,-13],[14,-12],[13,-13],[3,-21],[3,-20],[0,-19],[-12,-15],[-1,-17],[9,3],[8,2],[8,-5],[9,-9],[6,-7],[9,3],[27,25],[15,12],[14,14],[14,13],[11,16],[3,20],[3,12],[1,7],[6,18],[7,20],[6,18],[4,9],[-8,17],[-10,17],[-11,17],[-17,5],[-18,5],[-17,6],[-18,-3],[-20,-4],[-15,-2],[-18,-1],[-18,-3],[-8,-1],[-9,0],[-9,-1],[-9,-3],[-16,-10],[-8,-4],[-15,8],[-10,9],[-9,11],[5,19],[-3,20],[-10,16],[-13,13],[-16,10],[-19,17],[-8,18],[-5,19],[-3,12],[-2,7],[0,10],[4,9],[6,7],[20,1],[19,0],[15,4],[18,0],[18,-1],[20,-2],[17,-1],[19,-2],[18,-1],[27,-2],[10,4],[17,7],[14,12],[11,14],[13,15],[12,15],[12,14],[6,19],[7,20],[8,17],[7,18],[8,17],[4,11],[8,4],[18,3],[17,-6],[16,-6],[21,-4],[14,-7],[18,-6],[17,-3],[18,8],[17,6],[17,8],[15,6],[18,9],[15,10],[15,11],[13,11],[15,13],[14,14],[14,13],[12,12],[15,15],[1,8],[-10,15],[-12,13],[-14,13],[-16,10],[-15,10],[-16,9],[-8,-1],[-6,-8],[-5,-8],[-9,0],[-48,34],[-13,-16],[-7,-8],[-9,-11],[-12,-14],[-13,-14],[-14,-14],[-13,-15],[-11,-13],[-1,-1],[-6,-19],[-6,-19],[-2,-12],[-9,-1],[-12,6],[-4,2],[-17,7],[-4,8],[3,19],[4,20],[0,20],[-18,-1],[-18,-2],[-16,9],[-11,2],[-16,4],[-5,8],[-2,20],[-1,19],[2,9],[7,7],[9,-1],[5,8],[4,9],[3,9],[8,3],[9,0],[8,1],[9,1],[4,9],[-1,29],[0,11],[2,9],[7,3],[10,-1],[8,-4],[8,-4],[9,3],[13,-3],[55,24],[26,15],[17,9],[17,8],[12,6],[17,2],[24,8],[16,3],[17,2],[13,0],[20,-3],[23,0],[22,4],[6,22],[12,15],[9,18],[9,19],[10,16],[13,16],[13,15],[2,10],[-8,18],[-2,10],[2,20],[2,19],[-4,20],[-7,19],[-7,19],[-6,19],[-13,15],[-9,16],[-17,11],[-14,11],[-46,2],[-8,3],[-42,36],[-10,18],[-6,18],[-16,10],[-15,11],[-15,11],[-15,10],[-15,11],[-6,7],[-9,-2],[-18,-3],[-18,-2],[-17,-3],[-9,-2],[-8,-5],[-2,-1],[0,-20],[1,-20],[1,-20],[-14,-9],[-6,-2],[-30,-13],[-15,-9],[-7,-6],[-8,0],[-29,0],[-17,1],[-8,1],[-17,6],[-11,2],[-16,10],[-17,7],[-16,8],[-6,4],[-20,1],[-18,1],[-18,0],[-18,1],[-18,1],[-19,1],[-18,1],[-17,2],[-18,-2],[-18,-3],[-18,-2],[-16,-2],[-5,-1],[-4,-5],[-24,-13],[-16,-10],[-8,-4],[-7,-1],[-12,-3],[-6,0],[-11,-1],[-6,-1],[-14,-1],[-17,0],[-6,-2],[-5,-4],[-23,-5],[-17,-6],[-9,5],[-3,9],[-2,7],[1,12],[7,7],[0,8],[-31,59],[0,12],[12,15],[15,21],[4,6],[15,19],[12,15],[13,14],[11,15],[9,15],[9,34],[15,43],[5,20],[5,18],[5,21],[6,19],[2,7],[3,12],[7,19],[5,18],[6,19],[2,8],[3,11],[6,18],[5,20],[6,18],[5,21],[7,18],[-2,20],[1,21],[0,20],[1,21],[0,21],[0,24],[0,15],[2,20],[-1,19],[1,10],[-7,18],[-7,19],[-8,18],[-4,9],[2,9],[9,12],[13,20],[12,17],[11,15],[11,8],[5,3],[18,3],[14,4],[18,2],[15,2],[30,3],[14,10],[13,14],[8,17],[3,10],[-4,19],[-25,23],[-16,4],[-11,-4],[-15,-10],[-5,-8],[-7,-5],[-11,-1],[-16,-2],[-23,-8],[-18,-3],[-13,4],[-10,9],[-9,11],[-15,11],[-15,9],[-7,10],[-14,24],[-8,17],[-2,19],[-5,18],[-5,19],[-4,19],[-3,9],[-34,14],[-16,8],[-19,-1],[-21,-3],[-13,-5],[-22,-11],[-9,-9],[-19,-13],[-12,-10],[-13,-14],[-12,-15],[-26,-32],[-4,-10],[11,-6],[9,-6],[6,-4],[-2,-19],[-3,-8],[-4,-10],[-9,-12],[-10,-6],[-17,-4],[-17,-6],[-15,-10],[-18,-23],[-19,-22],[-6,-7],[-9,0],[-15,-12],[-8,-7],[-9,-2],[-11,-15],[-14,-13],[-14,-12],[-15,-10],[-13,-13],[-18,-21],[-19,-21],[-13,-16],[-19,-14],[-10,-10],[-13,-13],[-13,-14],[-12,-14],[-12,-15],[-12,-14],[-12,-14],[-11,-16],[-8,-5],[-19,-4],[-3,-20],[-3,-20],[2,-21],[-2,-16],[-6,-19],[-10,-16],[-6,-12],[-3,-11],[9,-18],[9,-15],[9,-18],[13,-10]],[[262208,533332],[81,-40],[-52,-52],[-50,-50],[-27,-27],[-28,-53],[-16,-19],[-5,-8],[4,-8],[12,-5],[6,-7],[-16,-24],[-19,-25],[-18,-21],[-24,-23],[-11,-7],[-34,0],[-10,-11],[-17,-19],[-12,-22],[-2,-9],[-12,-19],[-35,19],[-4,2],[-53,23],[-54,15],[-22,7],[-30,9],[-54,10],[-71,10],[-47,10],[-46,14],[-51,22],[-7,4],[-36,22],[-58,42],[-288,194],[-30,29],[-29,24],[-69,41],[-29,10],[-16,5],[36,43],[20,-14],[15,24],[0,0],[9,18],[1,0],[58,91],[-16,11],[0,0],[-75,44],[-40,19],[0,0],[-11,7],[-47,-96],[0,-2],[-6,-17],[10,-18],[-1,-5],[8,-15],[15,-10],[28,-16],[9,-7],[-35,-50],[-14,-8],[-27,-6],[-28,-8],[-30,-10],[-16,-10],[-19,-14],[-18,-17],[-20,-24],[-15,-24],[-18,-41],[-5,-5],[-3,-21],[-4,-23],[-8,-34],[-20,-67],[-12,2],[-42,23],[-48,24],[-123,65],[-10,14],[-31,45],[-11,6],[-10,8],[-29,18],[-24,10],[-17,3],[-16,-3],[-8,-3],[-24,95],[-20,36],[-38,29],[-2,7],[-70,50],[2,4],[-3,-1],[-18,9],[-4,2],[-4,2],[1,1]],[[292963,562832],[79,-8],[25,0],[22,0],[12,0],[75,-4],[12,-2],[-13,-31],[-18,-44],[-8,-19],[-70,-157],[-48,-116],[-13,-26],[-26,-52],[-5,-9],[-6,-3],[-4,-16],[-3,-7],[-32,-71],[-70,-152],[-27,-67],[-65,-128],[-36,-65],[-11,-22],[-3,-6],[0,0],[0,0],[-1,0],[-26,8],[-25,7],[-8,9],[0,36],[-5,22],[-11,10],[-69,26],[-251,98],[-47,20],[-147,66],[-7,0],[-3,-4],[-2,-3],[-26,-54],[-29,-62],[-15,-40],[-1,-2],[-29,-74],[-26,-75],[-1,-4],[-210,78],[-22,8],[-213,74],[-61,30],[-3,11],[144,530],[7,23],[68,254],[5,18],[10,35],[8,25],[30,120],[7,32],[15,66],[4,3],[4,2],[14,49],[15,-5],[95,-31],[12,-2],[135,-40],[175,-52],[149,-41],[87,-18],[12,-3],[27,-9],[55,-18],[82,-32],[138,-46],[22,-6],[19,-5],[68,-17],[64,-12]],[[289625,565305],[0,0],[-9,75],[0,0],[-3,35],[0,0],[-2,43],[0,0],[1,59],[0,0],[4,64],[7,57],[6,50],[6,40],[21,102],[2,5],[1,3],[2,1],[0,0],[27,14],[61,246],[8,26],[16,53],[13,53],[10,25],[15,28],[13,40],[-8,3],[-11,4],[27,86],[36,105],[14,62],[5,47],[0,0],[4,10],[16,39],[13,27],[15,28],[49,73],[39,53],[106,143],[5,9],[12,23],[5,14],[5,25],[4,22],[1,21],[-3,64],[-4,48],[-9,87],[-5,43],[-3,30],[-1,26],[0,0],[0,0],[1,34],[0,0],[2,29],[0,0],[3,28],[0,0],[5,29],[7,37],[8,42],[15,53],[7,21],[27,90],[24,71],[8,23],[22,70],[8,29],[9,32],[10,36],[20,107],[3,13],[7,33],[3,14],[11,0],[3,16],[15,92],[1,9],[2,7],[18,127],[32,217],[1,0],[3,17],[9,108],[3,97],[-1,91],[0,13],[133,128],[14,14],[31,31],[5,5],[1,26],[0,1],[5,79],[0,0],[16,178],[0,0],[8,100],[0,0],[41,488],[0,1],[8,169],[0,0],[3,20],[0,0],[0,5],[39,-4],[12,0],[72,-9],[276,-39],[180,-26],[162,-22],[10,-2],[23,-6],[19,-4],[44,-12],[95,95],[103,110],[155,133],[5,4],[11,6],[34,3],[0,0],[10,1],[82,0],[51,-5],[48,-10],[2,-1],[42,-11],[-32,-83],[-33,-84],[-3,-8],[13,-27],[6,-13],[38,-77],[2,-22],[0,0],[-5,-13],[-46,-115],[-24,-60],[-26,-62],[-69,-164],[-8,-15],[-60,-148],[-99,-233],[-1,0],[-1,-5],[-5,-11],[-7,-13],[-22,12],[-79,41],[-37,-64],[-7,-16],[8,-18],[15,-29],[15,-29],[14,-23],[11,-18],[7,-9],[-1,-6],[-1,-1],[-29,-73],[15,-11],[21,-8],[29,-16],[5,-4],[0,0],[-10,-26],[-163,-383],[-16,-41],[32,-21],[0,0],[-12,-32],[-49,-125],[-15,-38],[-107,-405],[0,0],[15,-15],[35,-34],[98,-94],[34,-32],[113,-109],[272,-257],[-34,-175],[-2,-7],[-6,-21],[-5,-8],[-6,-24],[-31,-117],[-12,-44],[-13,8],[-43,26],[-60,32],[-7,4],[-36,21],[-61,29],[-14,7],[-38,17],[-23,5],[-41,12],[-91,33],[-68,30],[-6,3],[-14,-67],[-1,0],[-9,-17],[-19,-182],[22,-20],[7,-156],[2,-21],[9,-21],[19,-25],[0,0],[0,0],[-5,-8],[-2,-19],[0,0],[-2,-24],[0,-1],[-3,-28],[0,0],[-4,-32],[0,-1],[-7,-31],[-11,-45],[-10,-33],[-36,-85],[-28,-56],[-44,-78],[-12,-12],[-39,14],[-13,4],[-9,-43],[-1,-10],[-3,-12],[-5,-16],[-25,-85],[-28,-84],[-6,-20],[-6,-31],[1,-14],[4,-13],[10,-13],[21,-10],[72,-24],[9,0],[5,4],[9,6],[9,11],[8,11],[-22,-64],[472,-113],[149,-47],[16,-6],[4,-9],[1,-6],[-6,-16],[-48,-167],[-23,-101],[-21,-108],[0,0],[13,1],[46,-5],[77,-18],[11,-4],[213,-81],[8,-2],[29,-10],[-139,-459],[-4,-13],[113,-45],[119,-49],[-7,-34],[-4,-18],[-11,-45],[-16,-52],[-193,-495],[-150,-374],[-61,-154],[-81,-196],[-20,-59],[-9,0],[-12,1],[-25,7],[-64,10],[-8,1],[-26,2],[-33,2],[-12,1],[-42,3],[-21,4],[-43,9],[-106,18],[-107,16],[-135,8],[1,24],[9,178],[-20,5],[-82,10],[-14,-1],[-26,-1],[0,-21],[0,-1],[-7,-133],[0,0],[0,-2],[3,-34],[0,0],[0,-1],[0,0],[3,-25],[-8,-1],[0,0],[-44,-1],[-16,-2],[-15,-2],[-15,-2],[-22,-3],[-1,0],[16,-15],[-26,-3],[-62,-7],[-16,-3],[-3,-8],[-7,-89],[-3,-62],[-1,-7],[1,-35],[3,-12],[2,-2],[3,-1],[6,-1],[145,-22],[-53,-343],[-17,1],[-29,3],[-4,-13],[-1,-1],[-20,-201],[-14,-101],[-3,-19],[0,-1],[-9,-54],[0,-2],[-31,6],[-3,-1],[-3,-17],[-130,45],[-184,-544],[-21,-63],[-24,-70],[-67,-194],[-10,-26],[-6,-18],[-7,-3],[-70,12],[-40,2],[-31,-10],[-32,-18],[-27,-22],[-31,-37],[-18,-34],[-11,-20],[-8,-8],[-14,-3],[-266,-4],[-517,1],[-119,1],[-334,4],[0,0],[5,22],[-11,-2],[-63,-8],[-20,-3],[-11,-2],[3,15],[19,71],[9,17],[75,256],[191,674],[23,85],[-20,12],[14,36],[101,451],[29,103],[31,115],[23,91],[17,92],[3,20],[36,192],[7,69],[21,98],[10,40],[29,80],[24,72],[21,80],[10,47],[8,69],[6,58],[6,19],[14,54],[22,77],[48,112],[40,86],[37,69],[17,29],[48,73],[31,43],[42,67],[38,63],[26,42],[14,29],[10,22],[0,0],[0,0],[7,16],[3,5],[15,47],[15,45],[2,28],[0,0],[-3,19]],[[286039,573479],[4,-23],[1,-6],[2,-13],[9,-55],[8,-49],[4,-26],[7,-45],[15,-95],[41,-257],[23,-142],[15,-95],[27,-164],[2,-15],[6,-41],[12,-70],[7,-50],[11,-62],[3,-24],[7,-40],[18,-112],[17,-110],[9,-56],[1,-4],[14,-87],[13,-75],[8,-52],[14,-85],[24,-150],[39,-239],[31,13],[97,38],[121,47],[216,83],[5,3],[2,-6],[20,-63],[15,-61],[27,-76],[9,-26],[9,-23],[11,3],[64,26],[71,27],[29,11],[89,35],[6,2],[12,5],[115,45],[34,13],[53,21],[51,20],[30,11],[-9,-27],[-24,-74],[-11,-34],[242,11],[174,8],[3,-1],[227,11],[39,2],[223,10],[17,154],[-136,11],[-197,10]],[[289418,572140],[-147,-2143],[-61,-52],[-109,-62],[-214,-90],[-180,-10],[-43,-1],[-8,0],[-57,50],[-5,5],[-14,12],[-52,-14],[-178,-49],[-87,-23],[-13,257],[-18,42],[-12,8],[-51,36],[-64,111],[-599,-165],[113,-807],[190,53],[3,-12],[37,-182],[41,13],[348,105],[2,0],[38,9],[93,-20],[126,-10],[167,-12],[124,-10],[50,-4],[0,-7],[45,3],[66,3],[-13,-31],[-1,-1],[0,-1],[-14,-31],[-10,-25],[-7,-19],[-23,-60],[-12,-35],[-15,-51],[-11,-43],[-9,-53],[-4,-25],[-4,-25],[-1,-28],[-1,-15],[6,-6],[4,-2],[5,-19],[-1,-4],[-4,-13],[-7,-12],[-11,-8],[-3,-2],[-25,-82],[-110,-272],[-14,-35],[-62,-145],[-40,-98],[-66,-161],[19,-7],[32,-15],[10,-12],[4,-11],[0,-22],[-10,-30],[-13,-38],[2,-25],[1,-5],[2,-9],[13,-11],[66,-36],[42,-22],[39,-20],[21,-11],[90,-46],[42,-24],[75,-43],[7,-4],[0,-6],[-12,-34],[2,-5],[6,-9],[4,-5],[54,-21],[75,-30],[112,-43],[39,-14],[9,-5],[15,-4],[6,-4],[6,-6],[16,-3],[19,-7],[5,-2],[0,0],[0,0],[2,-48],[-3,-24],[-2,-22],[-3,-9],[0,-13],[0,0],[2,-10],[8,-9],[10,-9],[11,-7],[12,-14],[3,-16],[-8,-23],[0,-4],[-1,-4],[0,-6],[3,-8],[2,-2],[0,-1],[1,-10],[6,-22],[0,0],[7,-19],[10,-14],[27,-30],[27,-35],[10,-13],[8,-14],[4,-36],[1,-28],[-8,-31],[-14,-72],[-4,-22],[-3,-5],[-2,-4],[-11,-11],[-3,-2],[-4,-2],[-66,-33],[-36,-97],[-22,-59],[-31,-104],[-22,-13],[2,-6],[-49,-209],[-2,-3],[7,0],[-7,-35],[-10,-46],[-3,0],[-14,-62],[-18,-73],[-16,-67],[-9,-36],[-7,-23],[-12,-34],[-16,-35],[-16,-37],[-15,-33],[-9,-34],[-8,-45],[8,-36],[17,-32],[14,-16],[15,-15],[28,-9],[16,-22],[-20,-49],[-3,-9],[-13,-33],[-12,-21],[-23,-36],[-6,-10],[-10,-41],[-1,-19],[7,-66],[7,-68],[1,-15],[-2,-9],[1,-9],[-7,-44],[-4,-12],[-6,-26],[-9,-48],[-9,-42],[-5,-9],[-15,-17],[-39,-5],[-8,-2],[-9,-5],[-9,-11],[-1,-3],[-29,-62],[-19,-44],[-9,-24],[-26,-76],[-14,-66],[-6,-35],[0,-3],[0,-22],[-1,-5],[0,-22],[4,-10],[11,-17],[14,-14],[12,-9],[10,-16],[5,-18],[-3,-14],[-2,-10],[-5,-36],[0,-3],[-3,-17],[0,0],[-109,1],[-72,1],[-138,0],[-41,1],[-10,0],[-90,-150],[-147,-246],[-116,-191],[-152,-260],[-57,-98],[-103,-171],[-102,-178],[-60,-98],[42,-26],[140,-81],[30,-17],[-31,-64],[3,-3],[8,-5],[17,-19],[8,-10],[9,-15],[1,-13],[-7,-13],[-8,-7],[-11,-8],[-58,-102],[-74,-143],[-33,-61],[-78,30],[-75,-149],[-113,39],[-47,-88],[-21,10],[-13,5],[-26,14],[-57,27],[-92,42],[-57,30],[-21,10],[-181,85],[-8,-1],[-4,-5],[-8,-10],[-11,-29],[-146,-366],[-30,-71],[-3,-10],[-33,-86],[-36,-86],[-6,-16],[-5,-11],[-6,-15],[-2,-5],[-27,-56],[-41,-85],[-18,-34],[-64,-122],[-47,-94],[-14,-35],[-5,-13],[-4,-11],[-3,-9],[-1,-1],[-17,-43],[-41,-107],[-59,-145],[-6,-17],[-8,-25],[-2,-5],[287,-152],[469,-252],[124,-66],[34,-20],[14,-8],[7,-20],[4,-28],[-10,-27],[-129,-329],[-15,-110],[-30,-47],[-22,-30],[-49,-62],[0,-26],[25,-16],[-79,-136],[-5,-15],[2,-5],[81,-52],[26,-12],[42,-18],[60,-34],[37,-25],[-9,-17],[-23,-35],[-26,-35],[-24,-45],[-36,-68],[-22,-42],[-6,-18],[-13,-24],[-14,-18],[-9,-13],[-9,-8],[-14,-8],[-73,-53],[-73,-58],[-76,-69],[-52,-56],[-31,-42],[-1,-2],[-16,-24],[-17,-31],[-7,-16],[-13,-44],[-7,-51],[-5,-47],[2,-78],[2,-22],[1,-10],[2,-43],[4,-36],[6,-39],[2,-24],[-1,-26],[0,-4],[-4,-16],[-9,-23],[-47,-86],[-21,-39],[-3,-5],[-25,-45],[-2,-3],[-184,67],[-55,20],[-87,32],[-82,30],[-50,18],[30,78],[-202,48],[56,263],[1,17],[-12,-2],[-1,0],[-66,-12],[-92,-16],[-59,-105],[-9,3],[-102,37],[-106,43],[-29,8],[-70,6],[-30,6],[-12,4],[-25,6],[-24,-45],[-30,-45],[-12,-13],[-133,-200],[-48,-73],[-133,-198],[-79,-110],[-49,-61],[-21,-32],[-83,-115],[-21,-34],[-76,-103],[-35,-50],[-24,14],[-49,-13],[-4,1],[-8,0],[-7,-6],[-8,-8],[-49,-72],[-17,-25],[143,-78],[24,-10],[23,-12],[-63,-132],[-127,-266],[-15,-36],[-72,-148],[-81,-169],[-4,-7],[-220,132],[-11,6],[-13,11],[-6,4],[-115,-232],[-9,-27],[1,-7],[20,-84],[59,-261],[8,-37],[2,-1],[13,-13],[7,-6],[5,-2],[58,-27],[7,-3],[6,-3],[-15,-47],[-20,-48],[-23,-39],[-2,-3],[-16,-17],[-23,-24],[-30,-28],[-42,-33],[-47,-33],[-42,-24],[-36,-21],[-43,-28],[-21,-17],[-28,-25],[-105,-99],[-63,-66],[-24,-28],[-20,-22],[-2,-2],[-27,-35],[-1,-4],[-8,-1],[-9,-5],[-7,-12],[-6,-15],[-1,-13],[-4,-12],[-25,-47],[-24,-45],[-29,-59],[-65,-121],[-18,-35],[-37,-65],[-4,-14],[3,-32],[5,-23],[6,-25],[5,-29],[-2,-25],[-3,-14],[-41,-51],[-24,-30],[-64,-83],[-40,-62],[-40,-61],[-4,2],[-34,18],[-97,52],[-69,-81],[-1,-1],[-2,-2],[-108,-127],[-120,-139],[-187,-214],[-184,-215],[-183,-216],[-201,-231],[-43,-52],[-65,-73],[-21,-24],[-19,-22],[-54,-65],[-70,-89],[-160,-203],[-40,-52],[-183,-232],[-56,-72],[-20,-27],[-79,-105],[-49,-70],[-173,-241],[-32,-45],[-105,-144],[-89,-123],[-131,-175],[-59,-75],[-10,-13],[-15,-20],[-46,-54],[-66,-76],[-128,-143],[-72,-91],[-49,-65],[-9,-17],[13,-9],[-14,-27],[-23,-52],[-29,-70],[-9,-22],[-1,0],[0,-1],[-20,-51],[-26,-61],[-26,-57],[-17,-40],[-73,-162],[-41,-90],[-105,-219],[-12,-23],[-44,-90],[-13,-25],[-35,-67],[-41,-77],[-37,-69],[-36,-63],[-51,-82],[-61,-103],[-49,-74],[-38,-58],[-26,-38],[-41,-57],[-628,-876],[-91,-115],[0,-1],[-37,-42],[-43,-48],[-39,-44],[-41,-43],[-28,-29],[-38,-37],[-29,-26],[-37,-30],[-22,-14],[-33,-20],[-32,-19],[-27,-13],[-37,-17],[-22,-10],[-57,-20],[-38,-14],[-41,-17],[-63,-30],[-77,-42],[-22,-19],[-46,-37],[-18,-20],[-45,-43],[-77,-78],[-79,-78],[-42,-40],[-1,-2],[18,-22],[4,-15],[-21,-16],[-18,-20],[-8,-10],[-10,-16],[-16,-15],[-43,-7],[-6,-14],[-39,3],[-38,2],[-26,2],[-1,-3],[-2,3],[-24,1],[-58,4],[-66,3],[-27,2],[-1,-1],[3,-31],[-9,-17],[-25,3],[-5,-19],[-11,3],[-25,6],[-28,6],[-20,5],[-20,5],[-13,3],[-18,3],[-21,3],[-19,3],[-21,2],[-25,2],[-19,2],[-29,2],[-30,1],[-30,0],[-29,0],[-34,0],[-23,4],[-24,3],[-21,4],[-26,6],[-36,0],[-29,1],[-18,8],[-13,7],[-17,9],[-19,9],[-16,8],[-14,7],[-16,8],[-26,12],[-19,12],[-28,17],[-19,12],[-23,15],[-16,11],[-24,17],[-30,24],[-6,6],[-4,3],[-6,0],[-7,0],[-8,-6],[-13,4],[-9,-4],[-2,-5],[-54,29],[11,22],[11,16],[10,7],[11,3],[11,-1],[11,19]],[[275842,547694],[-23,9],[-11,3],[-34,10],[-8,2],[-25,7],[-69,20],[-46,8],[-285,48],[-98,18],[-35,3],[-22,2],[-53,12],[-74,20],[-45,15],[-86,31],[-61,26],[-83,39],[-81,46],[-81,48],[-54,36],[-63,44],[-63,46],[-68,53],[-105,90],[-24,22],[-48,43],[-75,74],[-72,78],[-69,76],[-50,60],[-14,15],[-9,7],[-9,7],[-9,3],[-17,4],[-2,1],[-25,-2],[-27,-10],[-13,-8],[-55,-35],[-190,-125],[-118,-76],[-65,-42],[-168,-110],[-130,-85],[-280,-182],[-173,-113],[-81,-53],[-16,-11],[-325,-214],[-102,-66],[-38,-28],[-34,-26],[-32,-30],[-32,-28],[-32,-32],[-16,-17],[-23,-21],[-53,-51],[-63,-70],[-55,-71],[-23,-34],[-46,21],[-36,16],[0,3],[-195,86],[-32,15],[-1,0],[-6,0],[-30,-97],[-16,-47],[-53,-163],[-123,47],[-23,-85],[8,-10],[20,-18],[37,-20],[57,-23],[-13,-44],[83,-28],[48,-20],[11,-5],[50,-19],[18,-8],[7,-8],[3,-15],[-5,-11],[-36,-97],[-98,-271],[-29,-85],[-74,-207],[-7,-19],[-5,-12],[-66,-181],[-15,-47],[-10,-32],[-20,-45],[-16,-33],[-6,-11],[-2,18],[-6,32],[-15,60],[-9,26],[-29,-8],[-39,-8],[-33,-5],[-11,-1],[-27,-1],[-32,1],[-21,0],[0,0],[-42,5],[-37,6],[-23,9],[-44,16],[-14,5],[-26,4],[-65,1],[-196,-3],[-15,0],[6,206],[1,25],[1,50],[2,35],[2,61],[-309,27],[19,-101],[28,-145],[34,-166],[4,-19],[5,-38],[2,-9],[5,-21],[13,-36],[15,-36],[5,-28],[2,-8],[9,-34],[19,-50],[16,-27],[13,-20],[16,-16],[6,-6],[13,-12],[7,-11],[6,-16],[7,-23],[10,-28],[8,-19],[57,-67],[4,-7],[22,-26],[20,-40],[15,-25],[18,-13],[36,4],[-85,-57],[-13,-10],[-26,-20],[-11,-8],[-30,-20],[-38,-26],[-35,-29],[-32,-30],[-33,-37],[-28,-38],[-26,-37],[-31,-54],[-19,-37],[-22,-49],[-16,-32],[-57,-89],[-31,-45],[-24,-39],[-65,-96],[-104,-155],[-35,-45],[-14,-18]],[[275007,568359],[211,464],[267,743],[52,189],[161,575],[279,738],[218,466],[116,247],[48,129],[43,-13],[120,-42],[0,1],[14,44],[33,-12],[8,-3],[23,-9],[9,26],[3,10],[158,-61],[108,291],[62,174],[153,410],[145,401],[40,107],[9,22],[354,-26],[5,1],[4,1],[174,30],[64,149],[2,25],[-6,30],[-3,25],[5,34],[12,28],[13,18],[13,9],[20,2],[22,-2],[4,39],[9,31],[17,33],[43,73],[18,30],[-1,0],[52,89],[6,12],[23,4],[3,1],[15,4],[30,10],[13,6],[28,13],[46,27],[68,47],[60,52],[45,36],[27,18],[17,11],[17,10],[37,19],[52,23],[5,2],[49,18],[133,36],[67,17],[20,4],[38,8],[8,1],[32,4],[51,0],[21,-4],[18,-2],[37,-11],[75,-29],[34,-16],[105,-59],[42,-22],[123,-71],[24,-12],[54,-29],[52,-33],[13,-5],[17,-6],[27,-5],[12,-2],[56,-13],[59,-16],[21,-6],[96,-30],[19,-6],[18,-6],[49,-16],[32,-11],[60,-27],[220,-110],[13,-5],[9,-3],[47,-9],[14,-2],[299,-65],[71,-17],[54,-13],[148,-42],[86,-22],[23,-4],[30,-5],[31,0],[25,6],[34,7],[0,0],[2,1],[3,2],[21,1],[6,4],[82,61],[26,20],[44,88],[37,-24],[67,55],[10,6],[18,14],[32,24],[24,17],[39,22],[8,4],[26,14],[11,3],[36,10],[21,6],[25,-2],[0,0],[1,0],[13,0],[27,-9],[25,-9],[-2,-7],[-20,-48],[26,-16],[38,-21],[-15,-33],[0,0],[0,0],[-12,-26],[-40,-79],[1,-6],[0,-2],[9,-9],[7,-7],[29,-30],[7,-3],[9,12],[31,40],[4,6],[28,36],[5,9],[61,85],[6,-3],[49,-29],[4,-3],[-13,-26],[0,0],[0,-1],[-51,-99],[18,-11],[1,0],[48,-31],[9,-5],[68,125],[217,-135],[21,-13],[146,-86],[246,-145],[74,-41],[65,-29],[15,-7],[-4,-13],[-19,-64],[41,-16],[0,1],[8,23],[11,38],[0,0],[4,11],[25,-12],[13,-6],[77,-28],[40,-13],[56,-15],[49,-11],[51,-7],[51,-11],[3,-1],[-1,-6],[-11,-77],[1,0],[25,-5],[30,-5],[0,1],[1,-1],[9,76],[19,-6],[56,-20],[33,-7],[0,0],[-4,-45],[-12,-102],[2,-3],[63,-9],[15,-4],[7,66],[15,8],[24,-4],[24,-8],[56,-40],[46,-43],[28,-30],[0,-53],[-15,0],[-99,-4],[10,-201],[177,78],[31,13],[1,85],[-3,62],[-57,6],[-50,56],[-38,35],[-38,29],[-41,23],[-43,16],[-23,6],[5,44],[85,-3],[47,-1],[31,-1],[-1,-5],[-10,-62],[40,-10],[44,-6],[10,64],[0,0],[1,6],[52,-11],[72,-13]],[[279527,550710],[185,-39],[42,182],[32,139],[0,1],[0,0],[7,31],[0,0],[-53,13],[-69,13],[-78,13],[-66,-353]],[[270592,546375],[-6,-17],[-66,5],[-14,-130],[77,-6],[76,-9],[15,-2],[57,-7],[156,-21],[31,-13],[14,-6],[16,-6],[3,10],[28,86],[39,118],[-101,20],[2,23],[-323,42],[-2,-67],[-2,-20]],[[294163,583895],[-9,-12],[-5,-7],[-53,-71],[-199,-268],[-196,-270],[-129,-176],[-61,-83],[-75,-92],[-30,-37],[-1,-1]],[[293215,587417],[10,-82],[7,-58],[48,-419],[18,-142],[9,-51],[12,-66],[8,-51],[14,-81],[34,-198],[8,-52],[12,-72],[52,-31],[54,-32],[9,-5],[75,-46],[-21,-23],[4,-3],[-44,-54],[-14,-17],[-31,-45],[-19,-40],[-12,-38],[-2,-28],[4,-35],[5,-24],[4,-15],[15,-44],[16,-31],[16,-31],[39,-54],[30,-41],[52,-62],[40,-48],[46,-56],[33,-48],[6,-11],[9,-20],[2,-3],[4,-9]],[[290855,583552],[68,-16],[41,-62],[-7,-16],[-3,-24],[7,-25],[32,-50],[9,-27],[-2,-19],[-10,-31],[-12,-32],[-4,-11],[19,-8],[82,-42],[51,-38],[3,-5],[23,-33],[83,-229],[4,-28],[0,-38],[4,-15],[12,-38],[5,-39],[0,-2],[6,-19],[0,-2],[21,-25],[58,-45],[86,-56],[10,3],[23,8],[66,0],[87,-2],[108,-8],[57,-4],[24,4],[10,6],[-9,-36],[0,0],[-4,-18],[0,0]],[[292769,580530],[-104,-38],[35,-108],[-110,-39],[4,-6],[6,-24],[8,-19],[-19,-5],[-5,-1],[5,-22],[7,3],[-3,-17],[-12,-68],[-18,-72],[-2,-15],[-6,-28],[-15,-29],[-12,-20],[-19,-23],[-39,-33],[-45,-26],[-78,-24],[-119,-33],[-24,-12],[-17,-16],[-13,-16],[-15,-30],[-16,-69],[-7,-39],[-4,-17],[15,-13],[6,-24],[3,-51],[-1,-54],[4,-38],[4,-19],[27,-23],[51,-14],[50,1],[40,4],[31,-2],[36,-9],[31,-1],[26,0],[23,7],[38,15],[14,1],[17,0],[19,-4],[18,-15],[8,-21],[8,-25],[1,-24],[7,-28],[10,-18],[18,-15],[18,-8],[14,0],[10,3],[-6,-65],[-22,-219],[-4,-37],[9,-55],[1,-38],[-10,-104],[-12,-150],[0,-10],[-1,-4],[0,-7],[22,-5],[8,-1],[7,-2],[13,-15],[22,-26],[25,-14],[299,-156],[148,-77],[-149,-596],[19,-9],[117,-57],[175,-85],[45,-22],[-44,-127],[-18,-43],[55,-25],[23,-10],[-13,-48],[0,-5],[9,-4],[-35,-83],[-35,-124],[28,-12],[-19,-68],[1,-3],[-19,-91],[26,-7],[64,-5],[-1,-3],[-2,-12],[0,-6],[1,-19],[11,-306],[0,-5],[-22,-89],[-18,-76],[-19,-77],[13,-18],[15,-29],[12,-31],[3,-31],[-2,-35],[-6,-46],[-21,-57],[-48,10],[-29,-73],[-13,4],[-6,-24],[-13,4],[-4,-16],[13,-4],[-14,-56],[-1,-10],[-45,-55],[-113,24],[-26,-162],[-19,-119],[-22,-85],[-14,8],[-28,15],[-8,5],[-5,2],[-3,36],[-6,94],[-4,44],[-5,71],[-7,121],[-5,68],[-3,48],[-3,48],[-4,48],[-1,29],[-3,66],[-1,26],[0,35],[1,144],[-1,57],[0,4],[1,19],[10,135],[-2,41],[-1,3],[-3,19],[-2,13],[-12,49],[-40,123],[-10,45],[0,33],[6,30],[9,28],[-1,23],[-23,11],[-51,23],[-87,38],[-72,32],[-9,1],[-1,2],[-58,33],[-8,-2],[3,-5],[70,-390],[5,-63],[4,-33],[-2,-18],[18,-66],[95,-420],[-36,-9],[-67,-38],[-48,-18],[-15,-17],[-57,-62],[-43,-8],[8,-55],[-57,-9],[2,-18],[-68,-10],[3,-28],[-122,-23],[2,-36],[-59,-11],[-29,-1],[-223,1],[-147,-3],[-130,-14],[1,14],[10,144],[7,127],[3,43],[3,29],[1,18],[-60,16],[-68,11],[-84,7],[-40,-2],[-18,-2],[-27,-4],[-23,-5],[-19,-4],[-27,0],[-23,-15],[-7,-4],[-16,-14],[-14,-13],[-8,-7],[-13,-11],[-25,-29],[-55,-62],[-82,-80],[-79,-61],[-166,-123],[-117,-83],[-107,-88],[-14,-13],[-17,-14],[-17,-15],[-29,-39],[-19,-38],[-8,-33],[-7,-62],[-9,-65],[-12,-64],[-10,-31],[-1,-1],[-11,-34],[-30,-60],[-15,-19],[-21,-27],[-46,-53],[-13,-14],[-46,-51],[-35,-41],[-5,-6],[-31,-35],[-6,-7],[-203,-237],[-3,-3],[-26,-40],[-4,-5],[-14,-33],[-11,-26],[-3,-10],[-3,-10],[-9,-30],[-90,-297],[-14,-34],[-19,-27],[-375,78],[-103,172],[-25,41],[-28,48],[-102,-11],[-37,-4],[-41,26],[-66,40],[-150,-45],[-18,-6],[-11,2],[-16,0],[-107,-18],[-16,28]],[[288730,574719],[-11,15],[-25,22],[-4,1],[-11,5],[2,16],[22,22],[10,0],[5,0],[20,33],[0,1],[8,12],[-82,57],[-3,2],[-3,-10],[-27,-83],[0,-5],[7,-23],[-16,9],[-42,16],[-42,14],[-7,2],[-15,3],[-58,20],[-56,21],[-40,20],[-52,16],[-32,4],[-34,-2],[-70,-14],[-33,-11],[-13,-4],[-77,-30],[-29,-21],[-138,-88],[-156,-104],[-40,-21],[-70,-30],[-67,-27],[-4,-1],[-62,-34],[-51,-32],[-62,-44],[-91,-72],[-57,-26],[-65,-26],[-44,-24],[-10,-7],[-25,-20],[-45,-42],[-36,-46],[-3,-4],[-33,-52],[-28,-70],[-9,-27],[-16,-72],[-13,-82],[-14,-89],[-8,-59],[-19,-135],[-6,-43],[-8,-25],[-182,35],[-65,13],[-55,12],[-254,52],[-113,22],[-45,10],[-43,8],[-8,3],[-44,13]],[[284614,573343],[45,40]],[[284758,573470],[61,54]],[[284853,573766],[-1,1]],[[284696,573771],[-39,-75],[-17,8],[-134,50],[-222,85],[-11,-2],[-28,-6],[-58,-12],[-39,-12],[-39,-17],[-31,-14],[-28,-20],[-24,36],[0,0],[-31,-34],[-27,-32],[-24,-30],[-30,-40],[-20,-31],[-21,-32],[-28,-44],[-18,-33],[-16,-29],[-13,-27],[-3,-8]],[[283772,573405],[-10,-21],[-13,-28],[-11,-31],[-20,-54],[-17,-7]],[[283488,573274],[-13,3],[-11,-1]],[[283411,573281],[-1,0],[6,17],[10,35],[30,96],[18,58],[44,114],[28,58],[32,60],[38,58],[46,62],[46,59],[76,88],[93,99],[61,58],[134,119],[30,22],[98,90],[118,108],[110,101],[182,166],[101,92],[96,89],[140,129],[185,166],[28,27],[74,67],[101,93],[46,43],[50,46],[121,115],[62,57],[25,29],[133,116],[8,7],[36,30],[185,169],[37,34],[373,340],[186,170],[-2,2],[-567,728],[-120,153],[-128,-47],[-293,-106],[-145,-56],[-129,-46],[-103,-39],[-48,-17],[-363,-134],[-56,-6],[-102,-12],[-77,-9],[-132,-18],[-94,-8],[-92,-11],[-23,3]],[[282241,575704],[0,-2],[-29,-153],[-36,-186],[-49,-206],[-94,264],[-348,233],[-199,-102],[1,150],[1,27],[0,49],[1,71],[0,15],[1,86],[0,47],[1,39],[1,95],[25,5],[32,7],[1,93],[1,49],[0,47],[1,97],[464,29]],[[284176,579156],[16,-62],[143,43],[45,17],[9,8],[9,5],[19,1],[19,12],[3,16],[-10,44],[-29,108],[26,10],[174,61],[2,3],[12,17],[2,13],[-4,17],[-7,12],[-37,19],[-64,34],[-360,197],[-26,12],[-11,5],[-312,168],[-77,42],[-1,0],[-12,5],[-336,181],[-185,101],[12,24],[13,24],[12,14],[15,12],[9,13],[30,61],[18,43],[6,24],[-3,15],[-3,20],[2,19],[13,22],[13,24],[20,32],[12,19],[6,15],[5,32],[7,45],[32,35],[36,43],[27,34],[31,40],[35,53],[57,99],[29,52],[19,36],[15,37],[9,34],[6,39],[4,38],[0,49],[-7,49],[-10,45],[-16,44],[-21,46],[-19,39],[-29,42],[-29,34],[-24,27],[-30,24],[-29,20],[-27,17],[-36,12],[-35,11],[-46,6],[-35,2],[-57,3],[-49,6],[-63,5],[-48,6],[-73,7],[-42,5],[-38,0],[-49,-1],[-43,-5],[-43,-7],[-48,-12],[-46,-17],[-35,-19],[-37,-24],[-34,-25],[-35,-26],[-26,-32],[-31,-34],[-34,-41],[-30,-23],[-28,-19],[-34,-17],[-53,-19],[-39,-5],[-40,0],[-70,12],[-46,17],[-40,20],[-54,29],[-63,46],[-55,51],[-60,60],[-38,59],[-31,61],[-17,70],[-3,59],[9,50],[20,83],[-100,2],[108,283],[6,-5],[95,233],[3,20],[-3,39],[-12,39],[-28,43],[-32,44],[-41,41],[-39,36],[-49,37],[-51,34],[-32,20],[-37,7],[-33,-3],[-42,-16],[-21,-8],[-3,-4],[0,0]],[[281170,584144],[2,5],[13,18],[80,234],[62,174],[48,133],[41,119],[20,69],[19,67],[62,166],[91,286],[46,137],[25,87],[28,130],[8,34],[4,11],[78,47],[168,-88],[76,-18],[41,-13],[45,-21],[31,-24],[10,-18],[1,-20],[-3,-15],[-14,-26],[-18,-27],[-55,-73],[-33,-30],[-51,-43],[-6,-9],[-1,-8],[3,-8],[16,-10],[10,-7],[-3,-32],[-2,-4],[-10,-9],[-1,-6],[14,-32],[9,-10],[6,0],[9,3],[54,39],[2,9],[-1,9],[-7,20],[1,4],[53,38],[9,3],[7,-9],[3,-17],[-1,-32],[6,-10],[8,-3],[15,4],[12,12],[6,17],[3,12],[-2,28],[-3,15],[-3,13],[2,10],[4,7],[27,16],[29,18],[27,11],[33,11],[23,12],[11,11],[26,27],[12,12],[15,11],[35,16],[37,13],[12,8],[8,7],[9,27],[21,69],[20,49],[29,99],[35,137],[0,8],[35,16],[-162,119],[-83,-8],[-79,52],[19,47],[38,112],[44,120],[12,30],[12,17],[28,15],[171,88],[-45,135],[-1,-1],[-25,74],[-62,147],[-6,11],[-9,10],[-11,7],[-13,6],[-8,10],[-5,16],[3,14],[61,148],[11,31],[0,12],[-5,12],[-12,12],[-85,45],[-47,8],[-58,-154],[-22,-61],[-4,-19],[-47,-132],[-79,-220],[-10,-42],[-19,-28],[-26,-50],[-25,-66],[-9,-31],[-99,-69],[-158,279],[193,552],[142,406]],[[297830,603727],[185,38],[27,-11],[12,-5],[74,-21],[28,-12],[30,-9],[34,-9],[33,-4],[14,1],[51,-11],[48,0],[48,5],[134,25],[38,5],[21,1],[84,-81],[132,-134],[49,29],[64,37],[54,32],[26,-21],[-33,-46],[-6,-13],[-8,-16],[-8,-38],[1,-32],[0,-48],[-6,-29],[-11,-33],[-28,-35],[-25,-24],[-35,-20],[-6,-3],[-10,-3],[-22,-8],[-18,1],[-17,0],[-34,13],[-26,16],[-14,22],[-37,70],[-4,9],[-4,8],[-16,21],[-13,8],[-14,9],[-16,6],[-17,6],[-36,0],[-39,6],[-14,6],[-16,8],[-25,13],[-16,4],[-19,-2],[-23,-1],[-15,1],[-18,1],[-15,7],[-48,24],[-21,1],[-12,-6],[-9,-11],[-2,-29],[3,-48],[13,-22],[-29,3],[-18,5],[-18,18],[-23,-26],[3,-12],[2,-9],[15,-30],[18,-47],[24,-22],[34,-25],[31,-8],[33,7],[33,16],[12,2],[10,9],[7,11],[53,-1],[7,-8],[14,-6],[6,-3],[8,-4],[19,-2],[38,0],[27,0],[18,1],[11,-1],[11,-13],[20,-27],[4,-8],[10,-21],[1,-9],[1,-3],[-1,-5],[0,-22],[8,-17],[12,-11],[13,-4],[15,-3],[29,-2],[19,-1],[74,-6],[0,10],[0,-27],[0,0],[-4,-35],[1,-9],[-12,-15],[-15,-17],[-18,-19],[-128,-126],[16,-7],[19,-9],[14,-7],[8,-8],[5,-5],[75,-18],[-2,-13],[-3,-16],[-6,-16],[-10,-26],[-10,-18],[-8,-15],[-9,-17],[-5,-15],[-5,-13],[-7,-19],[-3,-12],[-5,-18],[-5,-5],[-7,-9],[-21,-22],[-14,-16],[-17,-18],[-18,-19],[-12,-14],[-6,-16],[-4,-14],[-16,-46],[-11,-11],[-29,-22],[-43,-35],[-15,-14],[-6,-6],[-77,37],[-185,69],[-189,72],[0,1]],[[287081,605696],[98,-54],[27,-14],[21,-11],[32,-36],[28,-33],[120,-223],[21,-36],[25,-28],[32,-22],[30,1],[0,-51],[-21,4],[-10,-3],[-3,-25],[-8,-27],[-22,-35],[-39,-51],[-18,-29],[-9,-32],[-23,-154],[-9,-77],[-4,-29],[7,-4],[38,-14],[4,-5],[0,0],[-1,-9],[-34,-139],[-36,-167],[-36,-157],[2,-6],[12,2],[17,-1],[31,-13],[52,-28],[13,0],[111,31],[17,5],[15,13],[17,22],[14,31],[7,24],[3,23],[-1,10],[-5,9],[-12,10],[-20,8],[-14,11],[-11,17],[-4,20],[0,23],[15,52],[16,47],[23,40],[17,35],[26,74],[27,79],[6,24],[9,2],[67,29],[42,31],[36,27],[16,18],[36,-24],[12,-6],[-19,-527],[-4,-45],[35,3],[38,-2],[16,-9],[17,-4],[290,-14],[30,-1],[16,-1],[15,-1],[113,-5],[234,-8],[360,-21],[451,-24],[457,-22],[4,-1],[55,-72],[-42,-131],[-94,37],[-40,-133],[6,-11],[57,-21],[10,-10],[19,-32],[34,-25],[4,-5],[-3,-9],[-30,-53],[-10,-25],[-2,-23],[-72,-127],[0,-1],[44,-117],[-60,-107],[-70,47],[-50,-86],[-112,-192],[-47,-79],[68,-46],[4,-4],[0,0],[-16,-30],[2,-3],[-10,-18],[-6,-18],[0,-13],[6,-10],[0,-71],[5,-14],[137,-99],[4,-3],[0,0],[1,0],[0,0],[-1,-1],[-6,-6],[-14,-23],[-22,-37],[0,-3],[3,-2],[7,-4],[-54,-96],[7,-4],[-25,-45],[-5,-14],[1,-27],[30,-148],[7,-12],[13,-11],[76,-50],[10,-8],[88,23],[20,-105]],[[444002,439791],[3,-2],[2,0],[1,0],[126,-101],[2,-2],[87,-69],[23,-17],[164,-127],[-268,-379],[4,-3],[-1,-2],[61,-51],[61,-53],[1,1],[2,-2],[101,144],[23,33],[37,52],[34,49],[8,11],[4,0],[43,-38],[3,5],[3,-2],[49,69],[40,55],[22,33],[10,13],[8,-1],[322,0],[-372,-528],[-89,-129],[2,-6],[-5,-6],[74,-45],[53,-36],[2,3],[0,0],[48,68],[109,-87],[-3,-4],[-25,-36],[-21,-27],[0,-5],[14,-12],[0,0],[4,-5],[5,-4],[9,-6],[2,0],[11,-9],[2,3],[1,-1],[5,-2],[4,-2],[4,-1],[3,2],[38,-28],[60,-47],[107,-86],[8,-5],[-33,-49],[-28,-42],[27,-18],[-2,-3],[83,-57],[49,-30],[4,-3],[24,41],[58,92],[32,53],[20,28],[113,176],[74,115],[34,53],[30,48],[4,5],[52,-43],[95,-76],[84,-69],[21,-17],[1,-1],[3,4],[9,14],[160,249],[120,188],[117,183],[20,31],[31,48],[5,7],[59,91],[14,24],[2,3],[4,-2],[96,-9],[62,-34],[-8,-15],[-14,-22],[-35,-57],[-42,-64],[7,-5],[-6,-10],[24,-16],[41,-27],[63,-40],[70,-46],[71,117],[49,81],[8,-5],[91,-6],[32,6],[44,10],[41,18],[20,11],[13,8],[-204,-319],[-113,-175],[-19,-30],[-2,1],[-22,-36],[-4,-6],[-2,-3],[-69,-109],[-281,-431],[-13,-19],[-126,-197],[-145,-222],[-34,-52],[-96,-162],[-62,-13],[-394,-80],[-496,-97],[-519,-99],[-417,-81],[-57,-12],[-429,-88],[-514,-105],[-298,-58],[-112,-22],[-231,-45],[-1,0],[-150,-28],[-228,-43],[-2,-1],[-71,-15],[-151,-27],[-15,-3],[-142,-23],[-27,-4],[-80,-14],[-20,-5],[-22,17],[15,20],[26,39],[24,32],[26,39],[33,45],[36,46],[42,58],[31,43],[2,4],[34,49],[15,22],[16,21],[2,2],[22,34],[42,61],[36,51],[42,59],[48,68],[40,56],[41,61],[55,78],[72,104],[55,78],[66,96],[76,111],[1,2],[77,115],[50,71],[105,148],[103,148],[98,140],[52,72],[103,148],[108,150],[18,26],[33,46],[18,26],[29,43],[56,78],[30,43],[53,76],[90,130],[100,143],[77,114],[1,2],[130,183],[58,85],[12,18],[27,39],[47,-35],[132,-100],[125,-95]],[[442100,437307],[113,-85],[30,43],[-81,62],[76,118],[-45,34],[-3,3],[-43,-65],[-26,-37],[-21,-28],[-20,-28],[20,-17]],[[455893,442352],[92,-151],[30,-52],[5,-8],[6,-10],[5,-8],[6,-8],[2,-2],[3,-4],[7,-6],[1,-1],[3,-2],[5,-3],[1,-1],[6,-4],[11,-7],[10,-4],[3,-2],[14,-8],[14,-10],[5,-6],[3,-5],[32,-54],[53,-89],[5,-9],[16,-26],[5,-11],[4,-6],[33,-60],[9,-15],[20,-34],[28,-47],[44,-74],[54,-89],[6,-10],[13,-21],[19,-32],[25,-42],[26,-43],[37,-62],[18,-33],[7,-12],[24,-39],[17,-29],[12,-19],[28,-42],[7,-11],[37,-61],[103,-175],[106,-184],[16,-28],[97,-164],[54,-90],[10,-17],[38,-51],[6,-9],[197,-305],[1,-2],[-32,-25],[-11,-9],[-29,-21],[-4,-4],[-13,-11],[-29,-16],[-7,-3],[-3,-1],[-11,-2],[-69,4],[-11,-4],[-12,-9],[-53,-40],[-40,-29],[-69,-51],[-7,4],[-20,39],[-94,169],[-63,107],[-82,145],[-178,307],[-5,2],[-11,-4],[-91,-52],[-58,-35],[-108,-62],[-63,-37],[-176,-102],[-65,126],[-63,-38],[61,-126],[-55,-32],[-26,-15],[-17,-10],[-39,-23],[-47,-27],[-64,-36],[-70,-41],[-115,-65],[-19,-11],[-41,-23],[2,-3],[-73,-41],[-77,-44],[-62,-36],[-69,-40],[63,-121],[120,-227],[137,-264],[119,-231],[76,-146],[-8,-6],[-1,-1],[-62,-49],[-58,-46],[-60,-46],[-39,-31],[-16,-10],[-16,-2],[-3,7],[-5,10],[-27,52],[-81,157],[-23,44],[-77,-51],[-54,-37],[-5,-3],[-66,-42],[-69,-44],[-26,-16],[-41,-26],[-70,-46],[6,-11],[0,0],[42,-84],[-5,-3],[-50,-25],[-86,-39],[-42,80],[-111,210],[-104,199],[0,0],[-46,89],[-17,37],[-98,189],[-128,244],[-119,228],[-56,108],[0,1],[-5,9],[-5,-2],[-7,12],[-65,-39],[-67,-41],[-38,72],[-102,195],[-6,13],[-116,224],[-130,248],[-121,231],[-106,202],[-105,201],[-49,91],[-28,53],[-36,59],[9,10],[51,51],[25,22],[17,17],[40,40],[39,34],[23,22],[24,23],[13,14],[29,29],[15,15],[14,15],[10,10],[8,8],[4,4],[25,25],[12,11],[10,12],[20,23],[14,17],[11,10],[23,17],[21,16],[29,31],[12,11],[16,17],[22,21],[22,22],[11,12],[26,29],[30,26],[27,27],[15,19],[23,26],[16,17],[14,15],[59,49],[14,12],[19,20],[21,26],[17,18],[10,10],[20,19],[23,22],[35,36],[18,18],[178,-343],[90,-175],[60,-114],[28,-55],[144,71],[3,3],[80,42],[40,18],[17,7],[49,26],[67,35],[37,20],[26,14],[48,26],[13,7],[22,10],[5,4],[17,4],[26,17],[43,30],[59,38],[44,29],[56,39],[27,18],[29,20],[96,66],[16,12],[49,35],[10,-17],[14,9],[51,35],[22,14],[43,27],[281,184],[44,-73],[51,-85]],[[112333,336807],[111,130],[56,50],[73,72],[38,31],[14,5]],[[112625,337095],[86,-105],[11,-16],[-18,-4],[-17,-10],[-14,-12],[5,0],[-304,-96],[-41,-45]],[[117597,339693],[-48,-4],[-11,101],[47,4],[1,-37],[11,-64]],[[116612,341199],[-29,34],[-42,89],[-41,80],[-8,32]],[[116492,341434],[5,-8],[8,-5],[19,-7],[12,-9],[10,-9],[8,-14],[7,-22],[15,-28],[3,-14],[0,-12],[-2,-9],[0,-14],[2,-11],[20,-35],[13,-38]],[[116354,341492],[-32,-1],[-6,-84],[-36,14],[-52,20],[-45,17],[-46,18],[-47,19],[0,21],[3,66],[4,87],[2,53],[2,21]],[[116101,341743],[0,-46],[0,-48],[9,-54],[0,-64],[48,-26],[7,0],[7,4],[5,8],[4,20],[8,39],[8,38],[2,17],[1,15],[112,15],[0,-13],[-3,-11],[-1,-7],[45,-1],[-1,-132],[2,-5]],[[115370,344317],[37,-46],[52,44],[26,-38],[22,-38]],[[115507,344239],[-66,-7],[-39,-2],[-15,3],[-35,13],[-41,13],[59,58]],[[113497,344702],[20,14],[-5,13]],[[113512,344729],[8,-15],[11,-22],[64,-131],[106,-219],[104,-213],[10,-7],[60,-123],[1,-1],[6,-13],[27,-54],[37,-76],[47,-97],[59,-93],[5,-40],[65,-131],[59,-121],[50,-98],[36,-75],[-99,-368],[-22,-5],[-6,20],[10,4],[95,345],[-219,446],[-9,-2],[-273,-101],[-399,-143],[-1060,-389],[-28,81],[531,195],[628,233],[371,138],[189,69],[-95,194],[-100,206],[-103,210],[-98,203],[-14,29],[-69,137]],[[116957,344395],[-34,-48],[-53,-45],[-48,-42],[-47,-41],[-10,-8],[-26,-20],[-130,-67],[-82,-42],[-27,-30],[-41,-47],[-57,-64],[4,-4],[-111,-119],[-31,-34],[-7,9],[-112,-109],[-2,1],[-37,34],[-10,11],[-72,104],[-4,7],[-6,5],[-6,4],[-15,4],[-31,55],[3,2],[-25,41],[-84,135],[-16,28],[-7,11],[-60,102],[-18,34],[-5,12],[79,52],[53,38],[44,33],[86,67],[92,72],[77,58],[18,14],[14,11],[112,-183],[8,8],[98,87],[209,191],[17,17]],[[116657,344739],[125,-170],[6,-7],[1,0],[9,2],[26,6],[11,3],[126,112],[115,95],[45,-105],[-222,-196],[16,-23],[42,-61]],[[121536,344913],[-23,-40],[-1,-10],[-18,-37],[-11,-26],[-9,-17],[-13,-19],[-7,-11],[-17,-21],[-21,-27],[-1,0],[-12,11],[-85,84],[-83,83],[-40,-50],[82,-84],[-66,-82],[14,-16],[-43,-50],[50,-48],[-193,-129],[-58,56],[-4,21],[-6,32],[-5,24],[-4,12],[-5,10],[-7,8],[-10,11],[-16,13],[-22,20],[-38,31]],[[120864,344662],[37,47],[38,50],[39,53],[-7,8],[-111,121],[49,61],[29,43],[138,178],[44,56],[-10,9],[-91,75],[276,298],[209,-178],[-7,-11],[4,-5],[-20,-22],[-3,-3],[-66,-81],[0,0],[-15,-21],[-83,-109],[-70,-92],[6,-7],[117,-118],[43,-43],[89,-85],[37,27]],[[117619,345371],[-5,49],[-2,29],[-11,170],[1,19],[14,46],[20,-21]],[[117636,345663],[0,0],[10,-22],[0,-36],[1,-44],[0,-42],[1,-73],[0,-34],[-3,-26],[-1,-12],[-25,-3]],[[122405,346134],[238,225],[-14,62],[0,18],[0,37],[-3,45],[-9,30],[-5,17],[-4,13],[-6,21],[-4,13],[0,1],[-5,21],[-5,21],[-5,20],[-2,10],[-2,11],[-2,11],[-5,23],[-5,27],[-1,3],[1,21],[16,28],[14,24],[7,18],[3,13],[2,6],[0,2],[8,19],[6,8],[16,21],[18,24],[10,16],[8,14],[9,29],[8,21],[1,2],[10,21],[6,5],[14,8],[4,3],[22,12],[7,4],[0,0],[19,10],[6,1],[2,2],[7,4],[14,7],[18,8],[2,1],[17,18],[3,12],[10,34],[7,15],[7,7],[9,6],[10,6],[11,9],[9,7],[10,6],[7,4],[40,21],[21,12],[30,17],[20,12],[21,12]],[[123056,347313],[-5,-7],[-28,-26],[-39,-33],[-70,-47],[-47,-37],[-12,-11],[0,-4],[1,-8],[6,-3],[3,-1],[-24,-26],[-33,-37],[-20,-20],[-32,-34],[-15,-30],[-18,-30],[-15,-22],[-9,-15],[-13,-44],[-9,-25],[-3,-4],[-4,-4],[-9,-11],[-30,-64],[-5,-24],[13,-168],[20,-221],[-18,-14],[-73,-63],[-102,-101],[-37,-36],[-18,-17],[-6,8],[0,0]],[[119300,348993],[144,-343],[-6,-2],[-45,-19],[-69,-33],[-4,0],[-68,168],[-11,28],[-152,-76],[-98,-49],[-23,-13],[-8,-4],[-4,7],[0,0],[-117,260],[0,0],[-5,15],[-3,3],[-25,25],[-24,77],[1,4],[8,23],[-3,22],[-10,12],[-21,7],[-1,1],[-49,118],[-5,26],[-7,20],[-27,29],[-13,13],[101,47],[82,37],[-11,22],[0,6],[-11,21],[-91,181],[-6,14],[67,32],[46,23],[27,17],[35,31],[118,115],[31,-50],[1,-6],[3,-6],[86,-144],[111,-190],[-4,-2],[-16,-7],[4,-8],[19,-31],[31,-55],[59,-103],[58,-97],[33,-60],[-42,-29],[-77,-54],[0,0],[-16,-10],[7,-13],[0,0]],[[127714,351626],[-203,-250],[-9,9],[-417,382],[67,95],[4,9]],[[127156,351871],[105,148],[266,-230],[151,-132],[36,-31]],[[128190,352090],[6,8],[136,191],[429,-371],[116,-129]],[[128877,351789],[-129,-141],[-14,-7],[-16,-1],[-17,3],[-162,144],[-9,8],[-72,64],[-170,148],[-25,20],[-73,63]],[[125196,354126],[-11,53],[41,1]],[[125226,354180],[1,-7],[2,-6],[-14,-23],[-7,-14],[0,0],[-12,-4]],[[127447,354340],[-2,5],[0,0],[-28,60],[221,46],[60,-46]],[[127698,354405],[-106,-25],[-145,-40]],[[128681,354601],[-124,15],[-85,6]],[[128472,354622],[37,-3],[0,59],[153,-4],[-6,-70],[25,-3]],[[129410,354638],[15,11],[36,37],[81,75],[33,24],[11,8],[37,20],[83,-9],[5,0]],[[129711,354804],[100,-11],[42,-8],[3,3],[0,0],[19,19],[12,7],[23,7],[23,2],[131,-3],[58,-10],[102,-13],[73,17],[54,-14],[194,-53],[400,-114],[314,-97],[16,-6],[108,-39],[178,-42],[162,-40],[200,-42],[208,-45],[159,-42],[217,-42],[147,-51],[121,-40],[44,-10],[466,-157],[202,-74],[162,-59],[33,-7],[15,-3],[43,-12],[240,-65],[130,-31],[31,-3],[-8,-56],[-1,0],[-7,-70],[2,-39],[-5,-45],[-12,-43],[-18,2],[-3,3],[-232,30],[-96,-5],[-267,-12],[-111,-9],[-42,-37],[-105,2],[-101,6],[-65,7],[-82,9],[-72,12],[-164,23],[-48,5],[-29,4],[-89,7],[-62,5],[-108,7],[-237,17],[-165,13],[-76,11],[-20,3],[-222,43],[-143,31],[-64,16],[-15,4],[-74,14],[-70,16],[-94,19],[-571,122],[-78,16],[-43,7],[-109,29],[-85,25],[-48,18],[-117,49],[-131,61],[-122,61],[-138,68],[-40,19],[-106,51],[-193,77],[-43,24],[-26,26],[16,10],[17,13],[16,21],[9,33],[2,40],[-6,17],[-12,7],[-4,0],[-30,3],[19,101],[6,9],[-2,2],[-8,9],[1,1],[0,0]],[[117279,342446],[7,-3],[5,0],[8,2],[5,4],[7,4],[-1,-3],[2,-27],[31,-147],[-29,-6],[-37,-4],[-464,-70],[-121,-21],[-174,-26],[-141,-20],[-1,27],[1,279],[3,25],[5,10],[3,4],[5,7],[11,12],[26,14],[67,25],[136,39],[89,27],[89,32],[186,86],[7,2],[76,-65],[39,-30],[58,-42],[15,-10],[14,-38],[27,-36],[42,-33],[-2,-6],[2,-7],[4,-5]],[[126128,352412],[115,-153],[24,-32],[99,-131],[-81,-99],[2,-1],[-89,-27],[-4,-1],[-9,2],[-9,2],[-46,11],[-2,-35],[-65,-20],[-2,-36],[-103,13],[1,19],[-155,-51],[-47,-20],[-18,-4],[-129,157],[-206,-77],[-10,0],[-228,-74],[-1,0],[-40,-11],[17,-61],[7,-20],[3,-24],[-2,-71],[-6,-48],[-9,-26],[-7,-6],[-10,0],[-15,27],[-40,68],[-13,20],[-42,62],[-17,28],[-17,26],[-22,36],[11,6],[2,0],[44,23],[22,10],[5,2],[0,1],[22,12],[17,9],[25,6],[4,0],[-10,12],[-44,68],[-18,29],[-21,34],[13,13],[3,3],[10,6],[45,6],[43,6],[31,14],[38,20],[76,45],[3,1],[8,1],[12,1],[11,1],[8,1],[6,0],[9,-1],[33,-3],[-2,11],[-7,49],[-5,30],[-3,21],[23,14],[45,1],[35,-4],[4,-4],[26,-11],[28,-2],[-4,69],[4,25],[30,5],[39,14],[39,23],[4,4],[7,7],[-8,44],[2,12],[27,6],[46,8],[16,8],[21,13],[24,5],[177,27],[12,88],[261,35],[16,-142],[-74,-10],[-16,-101],[1,-14]],[[128877,351789],[11,12],[263,-279],[34,-37],[-171,-202],[-121,127],[-23,17],[-14,3],[-17,-2],[-13,-8],[-43,-49],[-169,-195],[-29,-31],[-111,94],[-121,103],[-238,203],[-81,73],[-34,23],[-5,-8],[-56,-79],[-23,-33],[-11,-13],[-23,-29],[-42,37],[-126,110]],[[127156,351871],[-222,219],[-46,45],[-7,7],[-51,51],[-48,48],[-44,44],[-35,33],[114,143],[127,143],[41,49],[4,5],[-11,23],[-5,5],[-47,74],[-4,7],[-74,124],[-44,83],[-57,109],[17,10],[71,46],[15,13],[-36,75],[73,48],[0,10],[-3,11],[-10,17],[19,13],[18,4],[107,50],[48,25],[17,3],[14,8],[37,28],[22,10],[21,15],[72,42],[23,17],[-45,69],[-86,130],[-3,14],[2,20],[7,12],[16,13],[42,26],[63,28],[15,14],[21,20],[23,18],[19,12],[16,9],[26,18],[0,11],[-54,115],[-4,12],[4,9],[178,84],[43,-90],[36,-79],[20,-35],[20,-27],[32,-32],[59,-48],[85,-58],[69,-40],[3,-6],[-1,-6],[-28,-39],[-1,-8],[1,-8],[11,-9],[-41,-48],[-37,-39],[-30,-28],[-63,-59],[-76,-72],[-28,-26],[0,-1],[1,0],[-14,-14],[23,-31],[23,-29],[18,-22],[23,-32],[20,-27],[10,-12],[45,-47],[6,-8],[29,-35],[45,-55],[42,-55],[17,-21],[37,-42],[24,-36],[11,-4],[8,-9],[-4,-5],[18,-19],[-47,-39],[-23,-27],[-16,-32],[-13,-42],[-10,-42],[-13,-37],[-21,-33],[-42,-55],[-49,-72],[-14,-23],[36,-33],[208,-182],[179,-153],[47,-41]],[[129410,354638],[-8,6],[-15,-15],[-16,-6],[-5,-1],[-205,1],[-18,-3],[-21,-12],[-12,-12],[-26,-102],[-9,-7],[-19,-7],[-132,50],[27,83],[-82,42],[-59,-84],[-28,10],[-101,20]],[[128472,354622],[-83,-10],[-203,-29],[-4,26],[-6,10],[-26,15],[-5,3],[-54,0],[-16,0],[-44,0],[-39,0],[0,-3],[-74,-7],[-33,-23],[-4,-3],[-4,-2],[0,0],[6,-39],[5,-9],[21,-23],[13,-22],[11,-30],[5,-13],[-42,-12],[-15,-4],[-183,-42],[0,0]],[[127447,354340],[-18,-5],[-4,-1],[-62,-17],[-132,-66],[0,0],[-10,-9],[0,-4],[-3,7],[-7,21],[0,0],[0,0],[-9,28],[-6,-3],[-9,-17],[-18,-31],[-31,-56],[-14,-23],[-24,-50],[-2,-4],[-28,-52],[-10,-11],[-17,-21],[-71,-73],[-38,-36],[-28,-30],[-20,17],[-18,0],[-115,-21],[-2,-17],[-15,-3],[-16,-6],[-36,-17],[-3,-3],[-35,-23],[-13,-10],[-13,-9],[-4,-3],[0,0],[-13,-4],[-63,-16],[-46,-14],[-23,-12],[-33,-28],[-23,-26],[-8,-6],[-9,-7],[-6,0],[-7,2],[-25,45],[-10,26],[0,0],[-15,39],[-12,36],[-88,245],[-28,78],[-24,75],[-3,11],[-24,73],[-13,41],[-19,0],[-11,0],[-1,-2],[-1,2],[-205,-8],[1,-133],[-263,-14],[-22,-4],[-3,-1],[-8,-1],[-17,-8],[-29,14],[-35,9],[-32,3],[-26,-2],[-25,-7],[-9,-3],[-30,-11],[-14,0],[-30,-4],[-14,-1],[-17,-2],[-10,0],[-27,4],[-54,10],[-19,4],[3,-15]],[[125196,354126],[0,-2],[-48,-21],[-64,-16],[-138,-47],[-18,-7],[0,0],[-8,1],[-105,-34],[-19,-10],[-81,-25],[-13,-3],[0,2],[-6,1],[-41,-10],[-171,-46],[3,-11],[0,-3],[-34,-11],[32,-47],[2,-8],[-8,2],[-34,27],[-40,26],[-1,0],[-1,1],[-6,-5],[-9,-7],[0,-8],[-16,-5],[0,0],[3,-89],[-1,-5],[-60,-29],[-2,-3],[12,-31],[49,-138],[0,-2],[-2,-3],[-77,-37],[-3,-3],[-1,-5],[3,-11],[-187,-80],[-7,-6],[-11,-14],[-18,0],[-2,0],[-3,4],[-25,82],[-4,4],[-4,0],[-76,-23],[-103,-33],[0,-16],[5,-117],[29,-122],[82,-316],[9,-10],[5,0],[10,4],[0,0],[14,-44],[8,-35],[-2,-2],[-12,-17],[-34,-35],[-44,-34],[-58,-30],[-42,-28],[-36,-35],[-31,-24],[-35,-35],[-75,-78],[-13,-14],[5,-5],[3,-2],[23,-19],[26,-21],[24,-24],[29,-22],[56,-40],[18,-15],[5,-64],[-5,-16],[-4,-36],[1,-34],[-5,-73],[9,-30],[0,-31],[-19,-28],[-2,-10],[12,-8],[6,-12],[16,-50],[7,-13],[9,-7],[17,-1],[26,1],[141,3],[12,1],[261,20],[46,10],[87,25],[5,-1],[4,-4],[19,-47],[12,-19],[9,-3],[9,0],[13,3],[11,8],[33,17],[48,15],[163,57],[43,15],[4,-1],[24,-36],[12,3],[35,-59],[37,-60],[16,-25],[85,-138],[24,-37],[7,-11],[13,-21],[15,-15],[5,-5],[7,-11],[-84,-24],[-52,-18],[-109,-41],[-198,-68],[0,-1],[-5,-2],[-15,-6],[-65,-29],[-111,-44],[-4,16],[-2,13],[-106,-37],[-17,-9],[-20,-11],[-122,-76],[0,0],[-57,-35],[-3,-2],[-4,-2],[1,-4],[7,-26],[36,-110],[16,-47],[0,0],[17,-74],[2,-17],[-3,-2],[-8,-7],[-15,-14],[-7,-14],[0,-14],[8,-36],[17,-58],[16,-41],[22,-59],[7,-26],[5,-42],[3,-31],[5,-34],[1,-1],[22,-56],[-59,-26],[-128,-58],[0,0],[-70,-30],[-2,7],[0,0],[-12,39],[-10,40],[0,8],[7,9],[1,0],[-31,-12],[-1,1],[-31,-13],[-37,-16],[-2,-5],[-1,-31],[17,-47],[-203,-87],[-204,-86],[-37,31],[-9,9],[-53,58],[-57,50],[-2,16],[-14,52],[-21,84],[-2,9],[3,12],[38,47],[18,21],[2,3],[3,12],[-5,39],[-74,231],[1,4],[-5,11],[-13,27],[-165,-17],[-143,-19],[-149,-25],[-8,19],[-30,83],[-83,229],[-3,3],[-29,-11],[-5,-1],[-1,3],[-9,63],[-13,76],[-1,8],[-18,104],[-18,111],[-2,12],[-3,0],[-3,20],[-31,-8],[-5,2],[-11,-9],[-1,-23],[-20,-10],[-1,-1],[-56,-26],[-102,-47],[-3,-1],[-7,9],[-43,61],[-10,13],[-63,90],[-101,142],[-56,73],[-145,191],[-5,8],[-39,62],[212,136],[58,33],[38,17],[27,11],[35,10],[28,3],[117,2],[-79,243],[-43,132],[-1,-1],[-607,-222],[-12,0],[-3,-1],[-12,0],[-3,-4],[-4,-2],[-196,-72],[-146,-56],[-1,0],[-31,-12],[-85,-32],[-188,-72],[18,-62],[3,-7],[14,-51],[7,-22],[-2,-4],[-5,-6],[-8,-8],[-20,-19],[-16,-21],[-23,-39],[-13,-37],[-5,-25],[-2,-49],[-1,-9],[-8,-14],[-10,-9],[-7,-4],[-6,-4],[-4,-2],[10,-150],[7,-40],[10,-38],[89,-252],[-3,-3],[-6,-2],[-214,-92],[30,-99],[25,-80],[41,-128],[31,8],[4,0],[37,-104],[24,-80],[8,-41],[6,-29],[35,-198],[2,-5],[2,-1],[38,0],[52,0],[74,-322],[62,-257],[-46,-13],[-170,-59],[30,-115],[11,-34],[9,-22],[16,-21],[27,-34],[15,-18],[24,-31],[22,-44],[16,-52],[11,-39],[0,-26],[-41,6],[-49,7],[-86,10],[-13,5],[-14,5],[-62,37],[-36,25],[-44,33],[-62,40],[-36,17],[-18,8],[-19,3],[-28,6],[-31,3],[-16,1],[-54,0],[-19,-3],[-24,-2],[-2,30],[0,0],[-14,12],[-1,1],[-19,46],[-59,84],[-29,41],[-62,-32],[-17,-4],[-18,-5],[-25,-1],[-64,-5],[-143,-9],[-18,3],[-11,2],[-16,2],[0,-16],[1,-21],[0,-97],[0,-31],[4,-21],[0,-10],[0,-36],[3,-1],[-3,-24],[-1,-160],[0,-53],[6,-105],[6,-124],[12,-107],[8,-126],[2,-41],[-3,-14],[-55,-129],[-62,-154],[0,-8],[2,-11],[8,-16],[51,-111],[5,1],[66,32],[6,3],[4,-1],[5,-9],[13,-30],[7,0],[54,0],[22,-3],[1,0],[9,-3],[3,-5],[12,-31],[45,-126],[4,-1],[333,129],[72,28],[273,105],[3,0],[5,-5],[73,-139],[3,-3],[8,-1],[24,8],[40,4],[119,20],[148,30],[129,41],[7,-4],[18,-10],[7,0],[10,2],[223,79],[6,3],[146,53],[30,5],[28,4],[17,1],[52,21],[97,50],[82,31],[68,30],[11,3],[-31,63],[-166,345],[-34,72],[-49,105],[-23,52],[-29,60],[-17,49],[-3,9],[5,-2],[131,-19],[196,-21],[119,-8],[25,-2],[97,2],[51,5],[17,5],[26,5],[7,-26],[1,-23],[40,-90],[49,23],[-55,130],[10,4],[53,22],[63,31],[111,61],[115,59],[58,25],[87,32],[155,61],[88,37],[84,35],[145,49],[54,11],[29,-3],[13,-8],[12,-16],[13,-17],[31,-59],[53,-108],[12,-26],[2,-11],[0,-2],[0,-4],[1,-8],[20,-32],[5,-4],[13,-21],[71,-118],[90,-152],[17,-29],[52,-90],[118,-192],[-189,-137],[-2,-5],[0,-3],[-17,-1],[-27,-25],[-26,-20],[-8,-10],[-2,-2],[-24,-21],[-60,-52],[-27,-41],[-1,0],[-5,-2],[-26,-26],[-85,-84],[-82,-82],[-50,-49],[-54,-54],[0,0],[2,-3],[11,-14],[5,-5],[-1,-2],[1,-6],[221,-267],[0,0],[0,-1],[18,-21],[6,-8],[15,-20],[-29,-86],[-32,-70],[-5,7],[-1,-1],[-298,369],[-44,-44],[-57,-57],[-170,-169],[-38,-37],[-116,-120],[-3,-3],[57,-139],[43,-47],[12,-13],[-23,-36],[-25,-37],[-61,-97],[-18,-27],[-16,-20]],[[122405,346134],[0,-1],[-39,53],[-17,26],[-53,86],[-2,2],[-41,-20],[-36,-17],[-23,-18],[-19,-32],[-43,-120],[-9,-11],[-14,-14],[-28,-8],[-16,4],[11,1],[2,1],[-11,-1],[-38,20],[-87,46],[-7,4],[-41,25],[-15,9],[-1,0],[-3,3],[0,0],[-14,8],[-22,-6],[-6,-2],[-31,-9],[-1,-1],[0,0],[-14,-4],[0,0],[0,0],[-90,-27],[-120,-150],[-8,-21],[-2,-6],[122,-112],[2,-1],[11,-11],[2,-2],[4,-4],[22,-20],[-2,-2],[-20,-28],[228,-210],[-12,-18],[-69,-115],[-77,-143],[-45,-83],[-55,-81],[-33,-48],[-21,-32],[-88,-131]],[[120864,344662],[-18,-22],[-15,14],[-1,-1],[-14,18],[-182,169],[2,2],[-63,60],[-202,-261],[2,1],[-102,-128],[-33,-41],[9,-15],[0,0],[62,-104],[1,-2],[0,-1],[0,0],[29,-46],[32,-56],[49,-86],[-63,-34],[-11,-6],[-16,-9],[-73,-44],[-103,-63],[-2,-1],[-34,-20],[-2,-2],[-38,-23],[31,47],[115,172],[5,13],[-3,18],[-10,21],[-9,15],[-21,13],[-4,-3],[-26,-13],[-62,-32],[-51,-28],[-52,-27],[-25,-12],[-94,-43],[-37,-16],[-29,-12],[-6,-3],[-5,-10],[-51,-107],[-34,-71],[-7,-14],[-22,10],[-7,3],[-12,-25],[-13,-35],[-17,-56],[-29,-104],[-8,-43],[-6,-29],[-17,-93],[-58,-285],[-32,16],[-21,14],[-146,96],[-60,43],[-17,11],[-15,11],[-11,2],[-6,-1],[-158,-69],[-373,-158],[-109,-46],[-74,460],[-12,82],[-7,-21],[-93,-23],[-122,-31],[-50,-26],[-46,-33],[17,-95],[-218,-42],[-13,-4],[-1,8],[-4,57],[-3,59],[-12,122],[-17,149],[-8,26],[-13,32],[-18,24],[-24,11],[-26,1],[-35,-9],[-101,-39],[-34,-20],[1,-10],[-17,-17],[-61,-23],[-85,-31],[-68,-23],[-22,5],[-1,0],[-15,15],[-12,18],[-17,24],[-12,23],[-9,18],[11,12],[-6,8],[-271,395],[-19,27],[-84,123],[-8,12]],[[116657,344739],[-55,73],[6,3],[16,10],[55,30],[56,30],[55,30],[60,33],[67,36],[77,42],[-2,4],[-43,113],[160,60],[9,4],[16,6],[169,59],[309,98],[7,1]],[[117636,345663],[-1,28],[0,34],[1,13],[0,27],[1,25],[2,17],[3,31],[5,25],[3,16],[5,25],[14,29],[-7,31],[1,4],[7,112],[-1,43],[1,0],[-1,17],[3,89],[13,114],[7,211],[4,28],[4,30],[14,53],[3,17],[0,2],[1,7],[-1,48],[-4,1],[1,10],[-147,678],[-24,24],[-6,61],[-8,18],[-1,1],[4,28],[1,128],[-76,-3],[-44,-2],[-23,-1],[-9,124],[-2,4],[-1,5],[-2,3],[-4,0],[-41,-7],[-113,-18],[-305,-46],[-2,-1],[-27,3],[-1,3],[-7,3],[-8,1],[-25,-2],[-41,-6],[-33,-8],[-35,-19],[-24,-23],[-17,-23],[-17,-29],[-5,-19],[-4,-18],[-150,-67],[-170,-72],[-16,-10],[-16,-48],[-5,-20],[-21,48],[-7,0],[-339,-180],[-249,-134],[-59,-39],[-291,-154],[291,-743],[33,-7],[69,7],[25,4],[38,5],[137,61],[17,-32],[33,-54],[32,-47],[46,-54],[24,-22],[25,-17],[29,-10],[34,-7],[40,-6],[30,-1],[20,5],[-7,-17],[-38,-107],[-10,-27],[-20,-45],[-361,-65],[-161,-36],[-35,-6],[-103,-11],[-42,-9],[-44,-15],[-53,-22],[-15,-8],[16,-60],[27,-100],[6,-31],[17,-74],[15,-71],[13,-44],[10,-30],[98,-270],[25,-69],[13,-33],[17,-47],[16,-58],[5,-35],[-5,-50],[-9,-44],[-7,-8],[-22,-48],[-19,-29],[-21,-11],[-26,3],[-3,-2],[-12,-12],[-26,-25],[2,-1],[3,-3],[19,-17],[-160,-161]],[[115507,344239],[23,3],[105,26],[59,15],[20,-32],[25,-42],[33,-58],[114,-199],[46,-78],[32,-54],[11,-19],[12,-20],[20,-29],[-26,-16],[-141,-94],[-38,-27],[-14,-10],[-17,11],[-21,14],[-80,45],[-9,-1],[-5,-3],[-5,3],[-1,-1],[-3,-3],[-3,-2],[-9,-5],[-2,-2],[-12,-8],[-4,-2],[-9,-4],[-10,-7],[-10,-8],[-11,-10],[-13,-13],[77,-148],[0,0],[8,-16],[12,8],[3,1],[1,-2],[1,-1],[13,-24],[6,-8],[48,-71],[-37,-24],[-61,-42],[-70,-51],[-137,-93],[-63,-42],[-2,19],[9,28],[43,79],[57,98],[4,14],[2,7],[-6,19],[-46,73],[-33,51],[-10,18],[-8,-3],[-353,-252],[14,-19],[69,-119],[-93,-50],[-205,-111],[-1,-5],[-2,4],[-5,9],[-15,24],[-9,9],[-10,-4],[-21,-23],[-22,-54],[-17,-34],[-10,-11],[-11,-5],[11,-18],[3,-4],[0,-2],[54,-114],[-5,-24],[0,-47],[5,-18],[-79,-59],[5,-30],[0,-33],[9,-22],[42,-102],[46,-101],[15,-33],[25,-39],[12,12],[14,-30],[19,-26],[11,-18],[27,-28],[22,-19],[57,-38],[69,-49],[52,-32],[8,6],[16,0],[10,5],[21,3],[7,-11],[16,-20],[9,-7],[23,-5],[45,-17],[35,-18],[36,-15],[6,-3],[5,-1],[61,32],[177,96],[17,9],[45,24],[84,50],[20,-86],[16,-59],[12,6],[21,-77],[11,-36],[5,-7],[6,-1],[9,1],[32,22],[64,40],[31,14],[37,14],[44,14],[28,8],[12,0],[35,2],[-1,-224]],[[116354,341492],[130,12],[0,-2],[0,-15],[4,-16],[1,-22],[3,-15]],[[116612,341199],[7,-9],[8,-5],[8,0],[11,3],[71,15],[20,3],[7,-37],[7,-11],[9,-10],[12,-7],[8,-7],[5,-10],[3,-17],[0,-27],[3,-6],[12,-9],[20,-12],[15,-6],[16,-4],[25,-15],[43,-32],[13,-9],[17,-9],[16,-6],[10,-2],[12,0],[15,6],[33,16],[25,12],[36,17],[8,-1],[8,-4],[12,-9],[5,-15],[-1,-26],[-3,-10],[-5,-9],[20,-5],[85,-75],[1,0],[3,-13],[4,1],[1,-18],[19,-65],[166,86],[-48,119],[-124,-57],[-1,47],[8,69],[13,101],[46,13],[78,23],[283,80],[121,35],[35,-98],[40,-100],[3,2],[15,8],[31,18],[17,11],[25,15],[22,14],[0,0],[15,8],[15,9],[0,0],[1,0],[4,2],[0,0],[2,-9],[1,-3],[3,2],[21,-22],[12,-5],[20,19],[52,43],[46,44],[17,13],[12,7],[19,9],[258,74],[31,-88],[53,-148],[17,-44],[24,-59],[19,-35],[39,-70],[68,-120],[68,-117],[154,-268],[16,-27],[35,-62],[54,-88],[28,-45],[31,-39],[26,-32],[57,-106],[62,-101],[-27,-143],[-23,-118],[0,-9],[1,-5],[21,-26],[4,-12],[0,-39],[-3,-58],[-3,-40],[-3,-41],[-75,8],[0,0],[-23,3],[-5,-89],[-1,-15],[-1,-23],[19,-2],[5,-1],[-17,-77],[-11,-63],[-6,-52],[-1,-41],[1,-35],[1,-10],[2,0],[-2,-1],[36,-110],[4,-6],[-8,-9],[-10,-8],[-90,-74],[-1,-4],[-1,-6],[-1,-4],[-6,-10],[-8,-8],[-40,51],[-10,11],[-8,5],[-12,0],[-6,-3],[-8,-5],[-1,-4],[-1,-4],[-1,-6],[0,-5],[0,-6],[-1,-6],[-5,-5],[-18,-1],[-2,0],[-7,-1],[-34,29],[-37,30],[-88,74],[-65,53],[8,15],[23,45],[53,100],[-83,-29],[-7,-2],[-117,-44],[41,-196],[1,0],[-3,-5],[15,-14],[35,-35],[20,-20],[5,-5],[0,0],[17,-17],[1,0],[38,-37],[56,-54],[19,-20],[5,-1],[-1,-2],[-1,-1],[-4,-9],[-3,-4],[-8,-9],[-21,-12],[-30,-18],[-28,-16],[-46,34],[0,0],[-29,-30],[-102,-115],[-47,-54],[-29,-32],[-43,-56],[-8,-8],[-19,-24],[-15,-20],[-12,14],[-7,-3],[-9,-4],[-78,-31],[-95,-38],[-8,55],[-8,88],[-9,80],[-2,18],[-3,23],[-9,36],[-17,36],[-36,67],[-51,112],[-53,119],[-14,27],[-227,-214],[-282,-267],[-117,-111],[-66,-63],[-12,-12],[-25,-29],[25,-35],[26,-56],[14,-27],[10,-17],[10,-25],[4,-8],[5,-13],[1,-6],[5,-18],[8,-22],[2,-9],[-9,-13],[-17,-27],[9,-15],[-9,-6],[-9,9],[-6,1],[-4,1],[-9,-6],[-45,74],[0,0],[-9,15],[-58,-42],[54,-89],[1,1],[11,9],[10,3],[8,-10],[-23,-18],[-25,-19],[-40,-30],[-174,-131],[-35,-42],[-20,-13],[-26,-24],[-23,-41],[-1,-8],[-85,-104],[-70,-54],[-117,-105],[15,-129],[9,-67],[-11,-61],[-1,-5],[-10,9],[-32,-56],[-8,-16],[10,-6],[12,-8],[-35,-58],[-12,-21],[-18,-33],[-44,-59],[-59,-67],[-72,-80],[-10,-10],[-26,-25],[-28,-15],[-44,-19],[-39,-19],[-33,-26],[5,-14],[-1,-1],[-26,-29],[-30,-35],[-15,-17],[-21,-28],[-12,-17],[2,-5],[2,-10],[18,-23],[9,-10],[15,-11],[-5,-10],[-6,-11],[-6,-15],[-2,-3],[-6,-16],[-3,-16],[-4,-18],[-2,-9],[-17,-41],[-12,-34],[-7,-14],[-7,-15],[-4,-10],[-21,-34],[-51,-62],[-32,-35],[-38,-39],[-8,0],[-10,2],[-11,-11],[-36,-34],[-8,-8],[-10,-10],[-9,-8],[-35,-36],[-15,-19],[-5,-6],[-7,-9],[-6,-9],[1,-9],[-13,-11],[-6,-2],[-31,-16],[-25,-17],[-18,-12],[-32,-21],[-105,-31],[-56,-18],[-22,-12],[-30,-31],[-63,-82],[-13,-18],[-11,-13],[-35,-46],[-26,-39],[-30,-33],[-10,-21],[-6,3],[-15,2],[-35,-16],[-48,-41],[-51,-69],[-31,-24],[-33,-28],[-29,-25],[-9,-7],[-9,-9],[-14,-8],[-3,-5],[-18,-40],[-14,-20],[-31,-23],[-66,-58],[-45,-43],[-39,-47],[-19,-29],[-24,-47],[-32,-54],[-19,-28],[-33,-37],[-25,-26],[-14,-15],[12,-11],[-16,-18],[-12,-14],[-24,-30],[-27,-44],[-25,-39],[-16,-25],[-11,-16],[10,-2],[6,-5],[-12,-22],[-55,-14],[-88,-18],[-22,-4],[-1,0],[-2,-1],[-19,-3],[-51,-19],[-23,-13],[-66,-39],[-11,-6],[-1,0],[0,-1],[-70,-39],[3,-6],[-51,-28],[-123,-69],[-4,-12],[4,-17],[13,-30],[-57,-30],[-12,-7],[-69,-36],[6,-15],[-117,-42],[-97,-35],[-86,-37],[-12,-54],[-7,-63],[50,-120],[5,-12],[5,-13],[8,-18],[21,-47],[54,-118],[-6,-4],[-20,-12],[-16,-11],[-30,-16],[-131,-81],[-25,-17],[-40,-27],[-10,12],[-10,10],[-6,1],[-12,-18],[-42,-77],[-35,-58],[-10,-11],[-12,-15],[-39,-28],[-74,-38],[-88,-42],[-82,-39],[-64,-52],[-81,-71],[-68,-59],[-68,-59],[-57,-49],[-6,-31],[-9,-9],[-164,-176],[-55,-42],[-51,-40],[-90,-70],[-72,-59],[-28,-22],[-31,-25],[-19,-67],[3,-7],[14,-32],[14,-16],[17,-45],[18,-57],[34,-83],[9,-24],[-25,-36],[0,0],[0,0],[22,-113],[26,-88],[11,-52],[-10,-16],[-15,-24],[-15,-22],[-10,-14],[-1,-1],[-14,-21],[-9,-13],[-23,-26],[-21,-34],[-19,-38],[-4,-9],[-3,-6],[-25,-56],[-48,-33],[-36,-30],[-5,-4],[-1,0],[-8,-9],[-3,1],[-207,-75],[-70,-141],[-42,-79],[-19,-36],[1,-1],[-11,-14],[-17,17],[-15,9],[-13,3],[37,29],[3,3],[-2,2],[0,1],[-63,81],[-76,98],[-25,-21],[0,0],[-170,-154],[30,-42],[25,-29],[79,-96],[121,96],[23,18],[15,-3],[15,-7],[8,-8],[2,-1],[-2,1],[-7,4],[-5,-4],[-31,-30],[19,-23],[0,0],[-21,-12],[-14,-10],[-15,-9],[-26,-19],[-17,-15],[-17,-14],[-18,-16],[-34,-30],[-19,-16],[-22,-19],[-18,-16],[81,-124],[-17,-11],[2,-4],[-94,-57],[-12,-7],[1,-3],[3,-10],[3,-10],[9,-33],[11,-35],[17,-57],[11,-39],[10,-35],[11,-35],[6,-21],[-173,-54],[208,-170],[2,-2],[20,-19],[24,-21],[20,-18],[1,-2],[20,-17],[32,-29],[20,-19],[14,17],[22,27],[4,-4],[4,4],[18,22],[26,2],[11,-12],[10,-9],[11,-7],[22,-2],[6,1],[11,1],[18,10],[28,15],[22,4],[18,-2],[12,-4],[39,-67],[39,-65],[37,-49],[16,-13],[31,-13],[28,-6],[72,-24],[53,-14],[23,-15],[27,-32],[36,-50],[40,-42],[24,-25],[15,-3],[12,1],[13,4],[14,14],[24,31],[19,14],[14,2],[23,-13],[4,-3],[10,-2],[17,6],[23,13],[22,16],[11,-15],[10,-12],[13,-17],[20,-26],[14,-31],[10,-26],[55,-142],[55,-142],[14,-51],[5,-15],[11,-15],[6,-4],[175,-107],[160,-100],[89,-54],[116,-72],[223,-129],[34,-22],[23,-29],[17,-35],[6,-32],[0,-31],[-92,38],[-166,71],[-68,32],[-46,15],[-43,7],[-40,1],[-37,6],[-38,3],[-62,-8],[-53,-11],[-39,-16],[-35,-28],[-18,-20],[-31,-30],[-6,-7],[-29,26],[-55,47],[-36,28],[-41,37],[-5,14],[-9,20],[-3,20],[-5,22],[-23,22],[-58,43],[-3,4],[-29,16],[-23,14],[-22,12],[-23,13],[-13,8],[0,0],[-63,30],[-66,34],[-62,34],[-61,32],[-38,23],[-50,29],[-37,24],[-43,32],[-16,14],[-17,31],[-12,14],[0,0],[0,0],[-13,17],[-40,39],[-57,49],[-84,82],[-65,64],[-11,12],[-48,52],[-53,68],[-29,26],[-33,34],[-17,14],[-21,12],[-21,10],[-16,3],[-16,9],[-31,28],[-49,42],[-68,67],[-62,58],[0,2],[-4,5],[-5,1],[-8,8],[-32,37],[-81,90],[-72,76],[-50,55],[-30,33],[-30,32],[-28,26],[-28,22],[-3,3],[14,16],[-14,14],[-15,-17],[-22,19],[-77,80],[-58,69],[-128,145],[-57,68],[-18,24],[-2,11],[1,1],[-1,14],[-11,2],[-5,-6],[-91,113],[-111,130],[-176,220],[-211,237],[-144,176],[-40,78],[-92,125],[-65,87],[-86,122],[-94,126],[-149,168],[-90,83],[-36,33],[-53,64],[-57,84],[-14,47],[-4,13],[-10,-1],[-45,51],[-64,97],[-71,138],[-72,143],[-133,236],[-78,147],[-59,107],[-112,284],[-48,159],[-4,10],[-15,36],[-57,134],[-45,108],[-60,125],[-47,101],[-45,107],[-73,184],[-36,104],[-50,137],[-36,119],[-28,98],[-38,128],[-44,113],[-53,138],[-52,144],[-26,77],[-74,223],[-10,37],[-45,267],[-32,240],[-19,114],[-34,183],[-19,79],[-20,75],[-31,121],[-3,56],[-3,30],[-11,52],[-13,53],[-18,92],[-16,124],[-18,113],[-17,111],[-24,147],[-30,162],[-26,130],[-40,221],[-3,12],[0,6],[0,5],[-7,10],[-10,83],[-12,96],[-20,238],[-12,126],[-16,260],[-5,73],[-2,342],[3,10],[-3,12],[-2,34],[-1,17],[-1,20],[1,103],[7,135],[9,170],[6,90],[0,368],[8,223],[7,423],[8,135],[8,112],[2,23],[-1,0],[1,6],[10,215],[15,202],[22,134],[23,168],[23,185],[44,195],[19,163],[39,212],[40,178],[32,128],[48,198],[-1,9],[12,34],[24,78],[58,148],[64,158],[37,86],[21,29],[59,115],[69,139],[26,43],[48,83],[9,15],[30,66],[36,93],[30,63],[98,187],[25,49],[33,70],[48,77],[40,66],[31,40],[29,68],[52,97],[21,41],[72,133],[49,94],[107,188],[54,102],[176,376],[63,123],[0,15],[33,58],[20,42],[14,28],[17,35],[7,36],[27,41],[50,98],[39,87],[30,78],[37,63],[23,45],[35,55],[25,42],[21,43],[159,269],[6,6],[31,50],[3,5],[36,48],[38,53],[37,43],[41,54],[45,51],[30,43],[89,81],[51,53],[68,77],[75,70],[41,36],[64,62],[58,70],[6,3],[332,405],[424,451],[341,329],[2,2],[15,6],[267,226],[578,511],[26,27],[63,61],[26,22],[65,55],[68,41],[130,77],[61,30],[134,64],[95,41],[80,24],[13,1],[403,181],[333,141],[351,142],[316,142],[342,152],[299,113],[299,133],[291,113],[316,114],[307,104],[300,113],[324,123],[257,76],[273,66],[222,76],[53,25],[29,5],[129,29],[217,58],[361,114],[287,88],[244,67],[548,124],[197,54],[166,53],[215,77],[371,142],[313,107],[404,127],[187,55],[137,41],[38,14],[11,-3],[60,-5],[100,-22],[19,-24],[23,-1],[59,22],[57,21],[-4,16],[-2,11],[101,39],[19,12],[18,34],[13,32],[16,24],[46,41],[29,20],[53,27],[74,25],[64,24],[141,59],[115,51],[95,36],[82,27],[433,140],[249,76],[10,6],[84,32],[154,47],[100,33],[99,36],[64,24],[52,21],[53,6],[13,-3],[2,1],[41,-11],[26,-21],[3,-1],[14,-5],[11,-7],[22,8],[112,41],[31,12],[52,33],[47,22],[123,45],[100,33],[92,29],[80,21],[50,21],[151,40],[97,29],[179,51],[83,27],[139,39],[63,11],[75,8],[141,14],[131,4],[151,2],[74,-7],[52,-5],[128,2],[118,3],[71,-1],[54,-10],[56,-4],[59,-11],[116,-20],[39,-2],[88,-3],[84,-4],[78,-4],[85,-2],[66,-4],[32,1],[8,-3],[45,-4],[75,-5],[57,-4],[73,-2],[144,0],[99,7],[78,2],[73,-2],[29,-2],[13,-1],[46,1],[14,1],[17,6],[10,11],[7,7],[18,5],[4,3],[10,0],[23,4],[75,7],[23,4],[20,5],[19,2],[30,2],[26,3],[16,2],[12,4],[24,-3],[40,2],[44,4],[54,6],[43,6],[21,2],[27,3],[37,4],[31,3],[30,5],[26,6],[24,1],[43,5],[17,1],[74,9],[35,5],[21,0],[27,0],[77,-1],[62,0],[47,1],[41,2],[44,0],[34,-2],[0,0],[28,-1],[32,1],[112,-8],[33,-3],[40,-5],[44,-2],[65,-2],[32,1],[36,2],[54,0],[23,1],[129,-28],[154,-34],[25,-35],[23,-32],[0,0],[3,-5]],[[113512,344729],[-16,30],[-21,42],[61,38],[20,13],[39,25],[89,56],[117,71],[102,57],[60,26],[47,15],[-26,51],[-28,39],[-74,156],[312,205],[-1,2],[2,0],[26,18],[-331,630],[-24,-15],[1,-1],[50,-98],[-66,115],[-55,111],[-3,8],[-44,-30],[-18,-12],[-12,-8],[-72,-43],[0,0],[-85,-58],[-50,-37],[-6,-4],[-41,85],[-117,246],[-29,62],[-145,-79],[-111,-63],[-92,-54],[-23,-13],[-35,-22],[-35,-22],[-83,-58],[-58,-44],[-155,-122],[-79,-64],[-100,-72],[-56,-35],[-39,-21],[-35,-12],[-150,-29],[-8,-1],[-11,-2],[-204,-39],[-162,-29],[-106,-22],[-61,-11],[-66,-12],[-65,-11],[-23,-9],[-29,-11],[-36,-15],[-73,-36],[-26,-16],[-220,-131],[-154,-91],[-84,-49],[-13,-7],[-127,-77],[-79,-48],[-75,-48],[-25,-22],[-9,-9],[-18,-17],[-35,-41],[-57,-69],[-41,-48],[-10,-13],[-29,-34],[-88,-104],[-61,-73],[-48,-53],[-44,-40],[-1,0],[-35,-31],[-20,-18],[-72,-61],[-54,-47],[-47,-40],[-74,-64],[-70,-59],[-58,-50],[-48,-41],[-38,-32],[-80,-67],[-29,-23],[-29,-22],[-19,-13],[-16,-11],[-25,-7],[-23,-4],[-26,-5],[-38,-7],[-23,-7],[-27,-19],[-6,-4],[-12,-8],[-17,-11],[-6,-7],[-3,-3],[-3,-3],[-2,-3],[-4,-8],[-3,-10],[0,-5],[0,-8],[1,-3],[3,-10],[-60,58],[-58,56],[-36,-48],[-5,-6],[-63,-82],[-83,-108],[-79,-104],[-81,-106],[-78,-102],[-13,-13],[-14,-18],[-116,-155],[-3,-5],[3,-7],[142,-189],[201,-268],[11,-14],[10,-13],[11,-14],[75,-100],[142,-194],[52,-69],[504,276],[37,20],[53,28],[90,48],[9,5],[4,-7],[22,-36],[51,22],[11,7],[3,-1],[37,16],[164,74],[-1,0],[17,7],[-2,4],[-17,30],[253,183],[112,107],[3,2],[1,12],[5,44],[0,6],[10,7],[26,17],[92,61],[36,22],[49,32],[73,46],[31,20],[65,41],[105,66],[24,15],[124,77],[30,18],[41,21],[42,18],[73,30],[105,42],[81,34],[236,101],[62,28],[69,31],[31,14],[59,-40],[18,-14],[22,-16],[10,0],[15,9],[39,24],[229,143],[41,26],[20,11],[42,23],[27,13],[290,139],[131,65],[42,19],[53,24],[63,30],[45,22],[17,-13],[19,-8],[22,-1],[25,5],[42,15],[75,45],[157,94],[42,25],[101,60]],[[109173,344296],[-87,126],[-8,-1],[-29,-33],[-18,-25],[-19,-13],[-10,-2],[-17,-23],[-46,-63],[4,-22],[3,-14],[64,-73],[19,-22],[10,11],[133,141],[1,13]],[[112625,337095],[6,3],[25,3],[25,4],[-6,19],[-5,22],[0,1],[1,13],[5,10],[15,16],[17,19],[-93,105],[-69,78],[-37,40],[-23,26],[0,0],[-97,-101],[-9,-10],[-185,-204],[-198,-211],[-5,-3],[-13,-11],[94,-101],[12,-13],[77,-83],[22,-24],[29,-30],[13,18],[87,102],[20,24]],[[700188,443775],[189,-57],[113,-33],[109,-35],[110,-34],[252,-66],[12,-5],[22,-2],[296,-327],[27,-31],[339,-363],[2,-27],[51,-57],[478,-537],[136,-151],[-17,-11],[21,-23],[-261,-112],[-178,-75],[-167,-72],[-89,-36],[9,-18],[17,-34],[10,-19],[0,0],[9,1],[55,-6],[97,-14],[147,-301],[101,-208],[-5,-5],[-103,-60],[8,-3],[40,-14],[77,-27],[8,-2],[88,-31],[70,-24],[41,-14],[87,-30],[47,-15],[40,-13],[31,-10],[-5,-67],[-4,-48],[-2,-26],[-4,-58],[0,-8],[-1,-11],[-6,-78],[0,0],[-5,-80],[0,-3],[-2,-21],[-6,-91],[0,-5],[-60,-4],[-39,-2],[-88,-7],[-31,-1],[-64,-6],[-4,0],[16,-74],[15,-68],[9,-39],[42,-172],[-1,-32],[68,1],[27,0],[-4,-255],[-6,-181],[0,-21],[-18,13],[-83,57],[-93,64],[-40,28],[-11,8],[-33,19],[-26,-68],[-18,-49],[-113,-316],[-29,-90],[6,-6],[20,-25],[13,-25],[12,-36],[8,-53],[17,-160],[14,-150],[9,-54],[0,-2],[-225,-150],[-8,-136],[10,-16],[8,7],[12,2],[6,-5],[6,-2],[17,-27],[-11,-17],[-10,0],[14,-20],[96,-38],[15,-6],[219,100],[28,-50],[136,-246],[14,-29],[12,-27],[7,-31],[4,-33],[-1,-25],[-2,-18],[-5,-17],[-15,-24],[-18,-26],[-55,-56],[-33,-23],[-36,-23],[-29,-25],[-28,-31],[-78,-100],[-9,-9],[-10,-11],[-16,-11],[-17,-8],[-31,-6],[-72,-4],[-56,-2],[-120,0],[-68,3],[-45,3],[-166,24],[-71,9],[-39,3],[-12,1],[-14,1],[-6,0],[-24,186],[-122,-28],[25,-87],[-39,-111],[6,-11],[-12,-7],[-88,-58],[-3,-1],[-26,-12],[-50,-17],[-194,-49],[-39,-12],[-187,-55],[-34,-11],[-189,-59],[-141,-45],[-12,-4],[-4,15],[-35,122],[-32,105],[-1,18],[-1,21],[-8,92],[-12,86],[-4,32],[-2,22],[-2,19],[-3,29],[-6,34],[-3,17],[-5,13],[-7,15],[-7,11],[-160,-80],[-282,-141],[-265,-133],[-12,-6],[-164,-81],[-470,-235],[10,-18],[49,-85],[19,-33],[-169,-155],[-130,-119],[-218,-200],[-29,-27],[-188,-172],[40,-55],[-61,-74],[-46,-54],[-5,-7],[-52,-64],[-64,-80],[13,-13],[59,-67],[74,-80],[54,-62],[-70,-75],[-67,-76],[-24,-25],[-42,-45],[-43,-47],[-7,-7],[-4,-17],[-1,1],[-12,-1],[-38,-40],[-41,-54],[-15,-23],[-12,-19],[-10,-19],[2,-3],[-156,-60],[-193,-75],[-22,-9],[-142,-53],[-5,13],[-62,159],[-52,134],[-83,217],[-54,133],[-70,30],[-12,-17],[-41,-76],[-51,-84],[-22,-48],[-3,-7],[-3,-7],[-19,21],[-31,32],[-38,43],[-25,33],[-28,41],[-44,81],[-43,102],[-15,30],[-28,54],[-162,313],[-145,66],[-5,10],[-9,15],[-9,18],[-336,622],[-85,137],[-72,134],[-34,66],[-68,128],[-56,104],[-28,52],[-11,20],[-36,69],[-34,65],[-92,169],[-70,130],[-144,270],[-12,23],[-12,16],[116,17],[-82,446],[-39,211],[-5,25],[-18,1],[0,1],[-355,12],[-46,2],[42,159],[38,145],[131,503],[61,235],[5,18],[6,21],[6,26],[39,147],[38,145],[93,356],[78,300],[293,-69],[3,19],[2,8],[18,70],[104,412],[26,102],[8,29],[3,15],[24,1],[2,0],[156,12],[90,7],[0,12],[2,6],[6,4],[-75,223],[177,72],[889,366],[-21,11],[-35,246],[18,31],[20,27],[245,133],[18,9],[170,93],[234,124],[-37,230],[-12,81],[-11,88],[-35,288],[73,29],[60,25],[168,70],[50,-46],[46,-37],[54,-32],[79,-22],[1,-4],[7,-80],[5,-62],[6,0],[337,41],[156,17],[102,13],[14,2],[10,301],[10,-1],[292,-42],[352,-48],[118,-16],[92,-13],[19,-3],[111,-15],[58,-11],[156,-46],[20,-6],[261,-79],[160,-46]],[[701067,441331],[-65,-176],[65,-25],[143,-55],[13,-8],[21,-9],[17,-4],[-4,28],[-7,52],[-1,11],[-1,24],[1,23],[3,19],[9,27],[9,15],[16,12],[-98,31],[-71,26],[-39,12],[-7,1],[-4,-4]],[[701277,441102],[36,-216],[85,-15],[45,-7],[22,-5],[12,113],[1,20],[-16,105],[-16,-2],[-23,-4],[-146,11]],[[203732,333321],[-22,39],[35,-31],[-13,-8]],[[187501,390328],[-196,-84],[-88,-38],[-160,-58],[-104,-38],[-38,-13],[-17,-6],[-42,-14],[-25,-9],[-131,-45],[-165,-50]],[[186535,389973],[-52,0],[-36,11],[-39,29],[-61,86],[-276,610],[-303,612],[-123,247],[-165,338],[-212,397],[-64,176],[-47,97],[-53,59],[-65,91],[-117,286],[-68,150],[-41,107],[-9,46],[0,32],[3,39],[6,26],[9,17],[20,7],[22,7],[32,14],[42,26],[86,58],[36,22],[22,10],[49,11],[81,14],[58,14],[22,8],[39,17],[38,21],[100,55],[39,24],[131,90],[121,82],[17,15],[27,-48],[27,-52],[30,-64],[13,-46],[8,-34],[13,-78],[6,-44],[4,-24],[6,-19],[16,-31],[25,-34],[38,-37],[26,-17],[11,-15],[4,-22],[8,0],[18,-5],[20,-12],[42,-39],[20,-28],[24,-42],[27,-30],[38,-36],[24,-28],[17,-27],[11,-29],[15,-53],[7,-19],[17,-29],[5,-3],[21,-25],[26,-9],[119,-35],[27,-2],[24,1],[95,22],[34,2],[22,-3],[35,-18],[47,-31],[93,-60],[36,-24],[31,-11],[21,3],[38,14],[30,3],[20,0],[17,-18],[33,-35],[37,-32],[46,-26],[29,-15],[10,-13],[10,-17],[10,-32],[9,-43],[13,-51],[7,-24],[2,-9],[8,-15],[47,-38],[17,-17],[13,-3],[26,1],[10,5],[13,15],[9,16],[7,8],[9,0],[7,-5],[2,-6],[2,-6],[3,-16],[-1,-36],[0,-21],[8,-25],[17,-19],[22,-22],[16,-35],[24,-30],[31,-32],[13,1],[16,4],[35,11],[18,9],[23,-1],[18,-6],[20,-17],[9,-14],[6,-4],[6,-4],[11,-2],[8,-4],[12,-3],[23,-3],[9,-9],[15,-29],[11,-31],[32,-121],[14,-56],[1,-15],[-2,-11],[-5,-16],[-23,-74],[-5,-26],[-1,-23],[5,-36],[3,-47],[-4,-41],[-11,-61],[-11,-27],[-27,-39],[-23,-30],[-5,-14],[2,-30],[-4,-22],[-14,-30],[-18,-33],[-10,-22],[1,-27],[6,-35],[2,-27],[-8,-40],[-18,-91],[-4,-25],[5,-16],[20,-38],[-3,-14],[-14,-18],[-9,-19],[-9,-33],[-8,-32],[-7,-65],[23,-27],[25,-31],[-38,-3],[-16,-6],[-10,-6],[-10,-12],[-13,-11],[-22,-14],[-6,-9],[-6,-16],[-1,-19],[-3,-24],[-7,-22],[-13,-23],[-14,-21],[-22,16],[-11,2],[-8,0],[-10,-6],[-11,-12],[-12,-21],[-14,-29],[-9,-13],[-4,-10],[2,-13],[20,-19],[17,-21],[21,-22],[3,-6],[-3,-7],[-15,-25],[0,-7],[3,-4],[3,-2],[4,-28],[2,-10],[-1,-45]],[[182196,410784],[117,-26],[18,5],[34,18],[30,4],[91,-6],[98,-27],[89,-27],[34,-14],[-4,-9],[49,-14],[44,-14],[41,-17],[90,-46],[16,-8],[47,-30],[52,-34],[68,-48],[27,-21],[21,-19],[35,-39],[31,-35],[38,-45],[62,-70],[34,-35],[34,-30],[58,-54],[43,-40],[40,-37],[23,-19],[-5,-45],[-24,-21],[-49,-32],[-43,-8],[-42,7],[-99,31],[-21,-7],[-20,-16],[-32,-51],[-76,-189],[-36,-99],[-18,-50],[-9,-24],[-8,-53],[-1,-5],[-1,-57],[-8,-38],[-18,-58],[-27,-94],[-9,-51],[3,-69],[17,-87],[-13,-32],[-31,-98],[-28,-77],[-16,-66],[3,-57],[11,-57],[1,-34],[-10,-23],[-17,-20],[-28,-28],[-27,-16],[-16,-20],[-4,-30],[8,-48],[-11,-33],[-49,-59],[-56,-46],[-31,-21],[-9,-2],[-18,-7],[-12,-18],[-6,-23],[-11,-34],[-4,-29],[-22,-39],[-47,-66],[-28,-72],[-2,-9],[-8,-43],[-22,-6],[-84,-14],[-25,-5],[-24,-9],[-21,-13],[-15,-13],[-4,-4],[-13,-14],[-11,-26],[-11,-21],[-11,-15],[-14,-11],[-46,-28],[-29,-19],[-32,-25],[-29,-26],[-25,-29],[-17,-24],[-20,-33],[-10,-14],[-12,-8],[-34,-14],[-37,-15],[-44,-23],[-9,-5],[-12,-7],[-18,-13],[-26,-24],[-34,-38],[-44,-60],[-39,-49],[-23,-26],[-14,-11],[-20,-9],[-24,-8],[-31,-4],[-72,-8],[-50,-11],[-69,-23],[-18,-4],[-18,0],[-24,2],[-21,-2],[-15,-10],[-11,-8],[-16,-14],[-30,-49],[-14,-13],[-90,-54],[-16,-3],[-17,4],[10,-36],[-10,-11],[-5,-21],[0,-8],[-13,-37],[-16,-47],[-20,-34],[-25,-35],[-22,-22],[-29,-32],[-45,49],[-19,17],[-21,6],[-33,4],[-23,0],[-27,-8],[-16,-4],[-24,1],[-62,1],[-22,-2],[-22,-7],[-22,-11],[-23,-18],[-21,-22],[-11,-3],[-30,-2],[-21,-5],[-51,-50],[-137,147],[-54,57],[-72,78],[-322,302],[-13,10],[-4,28],[-10,27],[-38,71],[-116,202],[-197,319],[283,313],[245,241],[158,169],[119,161],[152,212],[172,220],[179,212],[357,432],[59,109],[46,96],[93,153],[145,147],[179,197],[106,110],[117,110],[40,-25],[31,-22],[31,-9],[86,-14]],[[741211,960854],[-5869,-3455],[-23,67],[-324,68],[-24,79],[-106,368],[-136,217],[-497,-451],[-246,-242],[-1,-1],[120,141],[38,46],[23,35],[17,31],[13,31],[10,31],[4,17],[5,23],[1,36],[-2,45],[-5,45],[-10,38],[-15,34],[-20,1],[-15,18],[-13,17],[-12,14],[-7,10],[-8,14],[-10,18],[-8,15],[-13,29],[-3,54],[0,44],[19,103],[35,41],[10,-1],[10,1],[10,1],[2,2],[4,-1],[4,7],[3,7],[2,7],[0,8],[-2,8],[-2,7],[-4,6],[-5,5],[-6,4],[-7,3],[-2,0],[-482,244],[-30,1],[-137,-9],[-24,0],[-8,-1],[-1,1],[49,592],[-799,582],[-722,660],[-704,688],[-752,611],[-812,521],[-762,604],[-822,499],[-833,485],[-383,128],[-406,83],[-689,84],[-1249,665],[-4,14],[-16,16],[-37,17],[-39,12],[-16,5],[-17,3],[-41,5],[-26,3],[-69,-5],[-34,248],[-857,439],[-921,337],[-898,301],[-903,283],[-893,312],[-874,371],[-864,405],[-860,414],[-865,401],[-875,370],[-881,353],[-106,41],[-779,303],[-885,342],[-884,347],[-878,361],[-872,379],[-867,394],[-863,408],[-857,420],[-852,434],[-845,447],[-833,475],[-816,510],[-812,521],[-817,508],[-837,468],[-855,434],[-847,448],[-811,510],[-767,593],[-735,648],[-718,672],[-705,683],[-681,714],[-663,734],[-659,740],[-639,762],[-584,807],[-520,861],[-482,893],[-473,898],[-463,902],[-449,911],[-464,901],[-496,880],[-520,864],[-536,852],[-548,846],[-602,792],[-699,687],[-732,654],[-957,784],[-750,624],[-731,654],[-767,588],[-840,462],[-860,459],[-914,556],[-606,235],[161,153],[5869,5578],[278,265],[1988,-1998],[3639,-3250],[748,-582],[4882,-3799],[7022,-5324],[3553,-2684],[4831,-3964],[3749,-3064],[4106,-3204],[1026,-806],[1051,-1229],[2794,-3268],[3452,-4173],[1923,-832],[1314,-568],[3142,277],[412,-155],[2837,-1066],[836,-739],[692,-593],[1536,-2568],[-8,-2],[-336,-198]],[[204566,332257],[1151,-85],[-1200,89],[-2,27],[-16,16],[-30,32],[33,-32],[19,-13],[45,-34]],[[250766,334730],[-87,-68],[-35,-28],[-149,44],[-8,-1]],[[250487,334677],[190,169],[89,-116]],[[220898,311501],[21,-2],[22,0],[12,3],[17,-21],[31,-37],[21,-22],[15,-14],[10,-5],[21,-2],[19,-5],[82,46],[17,-45],[-11,-11],[-1,-35],[4,-9],[93,-172],[-68,-78],[-8,-3],[-15,-10],[-23,-18],[-13,-12],[-6,27],[-126,128],[-151,306],[37,-9]],[[210711,330395],[199,-54],[9,-3],[4,-5],[3,-20],[105,-33],[46,-21],[501,-241],[-3,-21],[-21,10],[-432,209],[-93,43],[-100,31],[-252,62],[-25,5],[-98,-11],[-36,9],[-65,13],[-131,30],[-232,54],[-213,52],[-428,107],[-68,19],[-42,65],[-66,107],[-112,188],[-75,124],[-49,53],[-48,53],[-2,4],[25,11],[50,27],[-3,4],[72,-113],[182,-292],[46,-72],[37,-42],[38,-30],[37,-18],[33,-12],[703,-169],[504,-123]],[[203501,333614],[42,-48],[53,-72],[82,-102],[20,-15],[12,-17],[22,-39],[128,-172],[25,-34],[292,-388],[153,-211],[42,-55],[-153,-161],[0,23],[-8,20],[-38,46],[-62,65],[-39,37],[-292,394],[-96,129],[-33,37],[-36,21],[-44,18],[-53,0],[-52,-14],[-45,-20],[-38,-33],[-38,-37],[-17,-12],[-12,-2],[-7,7],[1,12],[45,57],[23,34],[23,47],[20,35],[21,21],[93,64],[11,15],[-1,29],[-69,191],[-24,66],[-20,15],[-20,4],[-25,-6],[82,77],[5,-3],[27,-23]],[[250766,334730],[66,-87],[8,-9],[62,-82],[8,-10],[64,-84],[7,-9],[14,-19],[52,-65],[-77,-89],[-23,-28],[9,-153],[-198,-248],[-30,-41],[-15,-28],[-12,-35],[-1,-26],[1,-39],[9,-39],[12,-36],[5,-28],[-2,-25],[-7,-19],[-27,-23],[-15,-13],[-7,-14],[4,-14],[11,-7],[14,0],[16,6],[10,-3],[8,-10],[7,-15],[6,-28],[0,-36],[-5,-11],[-24,-30],[-76,-71],[-276,-251],[-222,-195],[-69,-52],[-46,-24],[-59,-24],[-54,-19],[-114,-33],[-109,-36],[-30,-14],[-57,-32],[-62,-44],[-117,-109],[-154,-150],[-203,-198],[-213,-205],[-13,-14],[-129,-126],[-59,-66],[-31,-37],[-37,-53],[-35,-62],[-38,-70],[-59,-128],[-51,-124],[-27,-79],[-22,-69],[-18,-78],[-7,-45],[-4,-43],[0,-16],[0,-46],[6,-18],[23,-27],[462,-555],[6,-14],[17,-21],[39,-37],[39,-35],[286,-275],[16,-27],[6,-20],[2,-21],[0,-19],[-3,-21],[-17,-49],[-38,-94],[-38,-81],[-19,-32],[-16,-40],[-112,-286],[-84,-210],[-78,-202],[-71,-183],[-9,-24],[-7,-34],[1,-51],[-2,-38],[-5,-22],[-17,-47],[-157,-400],[-83,-213],[-165,-421],[-139,-360],[-3,-9],[-672,-523],[-115,-85],[-69,-63],[-62,-77],[-53,-98],[-284,-624],[-58,-93],[-130,-166],[-434,-544],[-470,-533],[-146,-146],[-465,-480],[0,-1],[-42,-25],[-149,-123],[-206,-167],[-76,-59],[-44,-37],[-39,-32],[-36,-26],[-57,-30],[-46,-19],[-57,-17],[-91,-25],[-42,-8],[-50,-4],[-31,-2],[-14,-4],[-10,-10],[-333,-280],[0,-1],[-13,-13],[-11,-17],[-10,-30],[-15,-69],[-8,-55],[2,-68],[3,-48],[9,-62],[12,-54],[21,-60],[15,-49],[4,-22],[-4,-19],[-25,-41],[-61,-87],[-112,-158],[-126,-182],[-123,-174],[-59,-86],[-21,-27],[-37,-34],[-79,-68],[-181,-160],[-248,-217],[-141,-125],[-185,-160],[-56,-46],[-1,0],[0,0],[-21,-7],[-37,-10],[-136,-45],[-101,-39],[-115,-63],[-113,-79],[-85,-66],[-70,-60],[-200,-183],[-58,-52],[-149,-112],[-240,-177],[-217,-166],[-529,-399],[-40,-26],[-32,-18],[-46,-16],[-47,-13],[-96,-18],[-208,-38],[-28,-5],[-161,-32],[-59,-10],[-34,-7],[-18,-7],[-63,-39],[-135,-81],[-356,-211],[-55,-24],[-136,-49],[48,18],[-38,3],[-32,-5],[-226,-32],[-117,-11],[-258,-25],[-462,36],[-686,81],[-513,130],[-146,38],[-647,248],[-587,270],[-99,38],[-507,195],[-304,66],[-379,7],[-228,10],[-15,1],[-14,2],[-14,1],[-15,2],[-14,1],[-14,1],[-15,2],[-14,1],[-14,2],[-15,1],[-14,2],[-15,1],[-14,2],[-14,1],[-15,2],[-14,1],[-14,2],[-15,1],[-14,2],[-14,1],[-15,2],[-14,1],[-14,2],[-15,2],[-14,1],[-14,2],[-15,1],[-14,2],[-14,2],[-15,1],[-14,2],[-15,1],[-14,2],[-14,2],[-15,1],[-14,2],[-14,2],[-15,1],[-14,2],[-14,2],[-15,2],[-14,1],[-14,2],[-15,2],[-14,2],[-14,2],[-14,2],[-15,3],[-14,2],[-14,2],[-15,3],[-14,2],[-14,3],[-14,2],[-15,3],[-14,3],[-14,3],[-14,3],[-15,3],[-14,3],[-14,3],[-14,3],[-15,2],[-14,3],[-14,3],[-14,3],[-15,3],[-14,3],[-14,2],[-14,3],[-15,3],[-14,2],[-14,2],[-14,3],[-15,2],[-14,2],[-14,2],[-14,1],[-14,2],[-15,2],[-14,1],[-14,1],[-15,1],[-15,0],[-16,0],[-16,-2],[-16,-2],[-16,-3],[-15,-3],[-14,-5],[-12,-6],[-12,-7],[-9,-8],[-8,-11],[-6,-14],[-5,-16],[-4,-18],[-2,-19],[0,-19],[1,-18],[3,-16],[5,-14],[8,-11],[8,-10],[10,-10],[11,-8],[12,-9],[13,-7],[14,-7],[14,-7],[15,-6],[15,-6],[14,-6],[15,-5],[15,-5],[14,-4],[14,-5],[14,-4],[14,-4],[14,-4],[14,-3],[14,-4],[14,-3],[14,-3],[14,-3],[14,-3],[14,-3],[15,-2],[14,-3],[14,-3],[14,-2],[15,-3],[14,-2],[14,-3],[15,-2],[14,-3],[14,-3],[14,-3],[15,-3],[14,-3],[14,-3],[14,-3],[14,-3],[14,-4],[14,-3],[15,-3],[14,-4],[14,-3],[14,-3],[15,-4],[14,-3],[14,-4],[14,-3],[14,-4],[14,-4],[14,-4],[14,-4],[14,-4],[14,-4],[14,-4],[13,-5],[14,-5],[13,-5],[14,-5],[13,-7],[13,-8],[12,-10],[11,-11],[10,-12],[8,-13],[7,-13],[5,-15],[4,-16],[3,-17],[2,-17],[0,-16],[-2,-15],[-4,-15],[-8,-15],[-10,-13],[-13,-9],[-13,-5],[-13,-4],[-14,-5],[-13,-4],[-14,-4],[-14,-4],[-14,-4],[-14,-3],[-14,-4],[-15,-3],[-14,-3],[-14,-3],[-15,-3],[-14,-3],[-15,-2],[-14,-3],[-14,-2],[-15,-3],[-14,-2],[-15,-3],[-14,-2],[-14,-2],[-14,-2],[-15,-2],[-14,-3],[-14,-2],[-14,-2],[-15,-2],[-14,-2],[-14,-2],[-15,-2],[-14,-2],[-14,-2],[-15,-2],[-14,-1],[-14,-2],[-15,-2],[-14,-2],[-14,-2],[-15,-2],[-14,-1],[-14,-2],[-15,-2],[-14,-2],[-14,-2],[-15,-1],[-14,-2],[-14,-2],[-15,-1],[-14,-2],[-14,-2],[-15,-2],[-14,-1],[-15,-2],[-14,-2],[-14,-2],[-15,-1],[-14,-2],[-14,-2],[-15,-2],[-14,-2],[-14,-1],[-15,-2],[-14,-2],[-14,-2],[-15,-2],[-14,-2],[-14,-2],[-14,-1],[-15,-2],[-14,-2],[-14,-2],[-15,-2],[-14,-2],[-14,-3],[-15,-2],[-14,-2],[-14,-2],[-14,-2],[-15,-2],[-14,-3],[-14,-2],[-14,-2],[-15,-3],[-14,-2],[-14,-3],[-14,-2],[-14,-3],[-15,-2],[-14,-3],[-14,-4],[-14,-3],[-14,-3],[-14,-4],[-14,-4],[-14,-4],[-14,-4],[-14,-4],[-14,-4],[-14,-4],[-14,-4],[-14,-5],[-13,-4],[-14,-5],[-14,-4],[-14,-5],[-14,-4],[-14,-5],[-14,-4],[-14,-4],[-14,-5],[-13,-4],[-14,-4],[-14,-5],[-17,-4],[-606,-228],[-3171,-1191],[-786,-259],[-75,-30],[-55,-18],[-26,-3],[-23,-18],[-26,1],[-2423,-800],[-894,-224],[-1049,-357],[-587,-238],[-271,-110],[-319,-189],[-289,-149],[-123,-125],[-42,-117],[-3,-61],[72,-330],[35,-330],[33,-416],[-1,-7],[4,-180],[1,-77],[1,-52],[21,-393],[45,-170],[53,-116],[52,-144],[52,-105],[209,-152],[56,-28],[68,-33],[58,-101],[50,-184],[-40,-19],[-421,-187],[3,-32],[-5,-15],[-22,-15],[-13,1],[0,0],[-19,34],[-42,31],[-25,19],[-14,23],[-3,31],[-46,272],[11,14],[-64,375],[-12,8],[-10,7],[-2,16],[-5,36],[-11,23],[-5,63],[-32,109],[-17,54],[-15,30],[-1,114],[-3,26],[-3,52],[-6,80],[6,135],[1,20],[4,60],[-15,62],[-7,80],[-6,100],[-1,89],[2,83],[1,7],[5,38],[-2,24],[7,77],[0,33],[-27,72],[7,31],[-23,99],[-7,102],[-6,132],[3,107],[-13,88],[-20,40],[-56,48],[-66,37],[-47,9],[-76,17],[-59,4],[-81,-2],[-139,-13],[0,0],[-2,1],[-246,-20],[-84,6],[-144,3],[-54,-3],[-46,3],[-22,-6],[-41,-3],[-36,-12],[-87,-21],[-34,-1],[-48,-13],[-70,-13],[-57,-7],[-62,-14],[-50,-20],[-55,-15],[-108,-36],[-67,-27],[-59,-26],[-74,-31],[-44,-17],[-99,-36],[-98,-26],[-62,-24],[-36,-17],[0,0],[-124,-45],[-207,-80],[-274,-114],[-178,-74],[-179,-73],[-162,-68],[-278,-114],[-166,-71],[-5,0],[-206,-88],[0,0],[-65,-28],[-56,-23],[-425,-176],[-411,-170],[-750,-314],[-85,-34],[-14,-10],[-1,0],[-137,-55],[-97,-40],[-106,-43],[-167,-69],[-289,-123],[-126,-54],[-117,-52],[-123,-58],[-146,-71],[-100,-52],[-188,-98],[-235,-135],[-103,-62],[-129,-84],[-109,-75],[-14,-5],[-23,-14],[-52,-35],[-77,-51],[-84,-59],[-162,-118],[-138,-105],[-131,-104],[-204,-175],[-201,-180],[-155,-145],[-101,-100],[-115,-122],[-160,-175],[-91,-107],[-98,-112],[-112,-132],[-57,-70],[-111,-135],[-33,-44],[-44,-57],[-9,-13],[-5,-9],[-2,-6],[0,-9],[-763,2],[19,31],[9,13],[91,137],[139,196],[117,162],[138,178],[142,177],[76,91],[122,135],[192,208],[101,109],[88,89],[205,192],[158,146],[127,112],[105,88],[204,164],[115,89],[24,19],[256,189],[206,148],[98,64],[55,35],[34,20],[137,82],[249,144],[107,58],[111,59],[163,80],[56,27],[196,88],[426,183],[188,81],[228,95],[407,173],[38,15],[388,163],[413,170],[125,54],[39,20],[40,25],[207,134],[207,130],[69,45],[26,19],[23,19],[19,18],[13,17],[11,19],[9,19],[9,24],[35,120],[28,96],[13,29],[37,48],[18,19],[161,103],[19,10],[10,1],[13,-6],[19,-5],[14,-3],[28,-3],[155,-43],[0,0],[29,-7],[91,-25],[7,7],[9,21],[2,29],[-7,31],[-6,9],[-1,3],[1,-1],[-34,66],[-34,64],[-33,50],[-63,66],[-41,32],[-71,50],[-57,35],[-58,20],[-425,142],[-436,157],[-303,110],[-972,462],[-1148,826],[-610,605],[-296,338],[-218,248],[-184,187],[-233,142],[-276,185],[-455,304],[-401,347],[-527,582],[-43,49],[-78,96],[-404,499],[-257,409],[-305,400],[-225,338],[-168,337],[-105,214],[-104,329],[-297,470],[-362,569],[-264,418],[-161,169],[-209,98],[-96,4],[-41,1],[-137,-17],[-10,-1],[-159,-51],[-215,-115],[-6,-2],[-2,-3],[-61,-33],[-64,-7],[-39,-4],[-4,0],[-30,-3],[-77,-9],[-120,-9],[-235,-5],[-106,-5],[-178,-11],[-142,-8],[-36,-2],[-6,0],[-201,5],[-21,1],[-58,1],[-90,2],[-92,3],[-8,0],[-23,1],[-248,43],[-43,7],[-42,7],[-74,12],[-119,17],[-74,8],[-109,-8],[-174,-12],[-356,-25],[-49,-4],[-19,-9],[-9,-13],[-18,-26],[-8,-34],[-1,-36],[-47,-4],[-69,-5],[-51,-2],[-45,-4],[-1,1],[0,-1],[-59,-2],[-57,-4],[-53,-1],[-54,-3],[2,-77],[-12,-1],[-3,252],[0,10],[14,18],[23,5],[97,16],[70,10],[221,9],[502,18],[224,9],[112,2],[45,-2],[38,-5],[37,-9],[40,-13],[120,-35],[93,-25],[62,-10],[59,-7],[182,6],[445,17],[591,21],[71,4],[238,10],[56,9],[60,16],[322,105],[38,13],[16,7],[50,797],[-18,21],[-245,210],[-81,68],[-61,45],[-111,74],[-66,40],[-64,33],[-126,58],[-72,26],[-156,85],[-193,118],[-137,115],[-73,70],[-54,72],[-55,115],[-28,96],[-28,106],[-42,92],[-18,32],[-31,30],[-123,89],[-87,58],[-124,72],[-65,34],[-115,49],[-91,29],[-73,22],[-82,18],[-89,13],[-65,7],[-92,6],[-87,-1],[-128,-3],[-228,-19],[-112,-14],[-68,-12],[-280,-29],[-220,-47],[-86,-24],[-34,-19],[-37,-7],[-55,9],[-39,32],[-20,50],[-9,95],[-10,76],[-22,124],[-72,257],[-47,150],[-65,164],[-55,111],[-481,832],[-63,147],[-37,91],[-10,32],[-9,16],[-9,11],[-16,6],[-91,24],[-17,6],[-11,9],[-15,20],[-208,444],[-44,91],[-73,150],[-19,37],[-8,25],[-1,14],[0,13],[2,23],[14,28],[14,13],[109,73],[9,5],[17,16],[8,9],[12,20],[7,33],[3,41],[0,45],[39,-783],[1141,63],[864,-19],[1031,-185],[370,-79],[155,-33],[599,-182],[566,-205],[670,-328],[642,-365],[446,-266],[357,-329],[570,-574],[145,-75],[241,-84],[285,-280],[272,-214],[21,-9],[14,-6],[13,-6],[13,-6],[14,-6],[13,-6],[14,-5],[13,-5],[14,-6],[14,-5],[13,-5],[14,-5],[14,-5],[14,-5],[13,-4],[14,-5],[14,-4],[14,-4],[14,-3],[15,-3],[14,-2],[14,-2],[15,-1],[14,0],[14,0],[15,1],[14,1],[15,1],[14,2],[14,1],[15,1],[14,1],[15,2],[14,2],[14,2],[14,3],[14,3],[14,4],[14,4],[14,5],[14,5],[14,5],[13,5],[14,5],[14,5],[13,5],[14,6],[13,5],[14,6],[14,5],[13,5],[14,4],[14,4],[14,4],[15,3],[14,3],[14,4],[14,3],[14,4],[14,4],[14,5],[13,6],[13,6],[13,7],[12,8],[13,8],[12,8],[12,9],[12,9],[13,8],[12,9],[12,8],[13,8],[12,8],[13,8],[13,7],[13,8],[13,7],[13,8],[12,7],[13,8],[13,8],[12,8],[13,8],[12,8],[12,9],[12,9],[11,9],[11,10],[10,11],[10,12],[9,12],[9,13],[9,13],[8,13],[9,13],[10,12],[9,12],[11,11],[10,11],[11,11],[10,11],[11,11],[11,11],[11,10],[10,12],[10,11],[10,11],[9,12],[9,13],[9,13],[7,13],[8,13],[7,14],[8,14],[7,14],[6,14],[7,14],[6,15],[6,14],[7,15],[6,15],[6,14],[6,15],[5,14],[6,15],[6,15],[5,15],[5,15],[5,15],[5,15],[4,15],[4,15],[4,16],[4,15],[3,16],[3,15],[3,16],[2,16],[2,15],[2,16],[1,16],[2,16],[2,16],[2,16],[3,16],[3,15],[3,16],[3,16],[3,15],[4,16],[4,15],[5,15],[5,15],[7,14],[7,14],[7,14],[7,13],[7,14],[8,14],[7,13],[8,14],[8,13],[8,14],[7,13],[8,14],[8,14],[7,13],[8,14],[7,14],[7,14],[6,14],[7,14],[6,14],[7,15],[6,14],[6,15],[6,14],[6,15],[6,14],[6,15],[6,14],[6,15],[6,14],[6,15],[6,14],[6,15],[7,14],[6,15],[7,14],[6,15],[6,14],[6,15],[5,15],[4,15],[4,15],[4,15],[3,16],[2,16],[3,15],[3,16],[2,16],[2,16],[2,16],[2,16],[1,16],[1,16],[1,16],[1,16],[0,16],[0,16],[0,16],[0,16],[-1,16],[-1,16],[-2,15],[-2,16],[-2,16],[-3,15],[-3,16],[-4,15],[-4,16],[-4,15],[-4,16],[-4,15],[-4,16],[-4,15],[-4,15],[-4,16],[-4,16],[-3,15],[-3,16],[-3,15],[-3,16],[-2,16],[-1,15],[0,16],[0,16],[1,16],[1,17],[1,16],[1,15],[0,17],[1,16],[1,16],[2,16],[2,16],[2,15],[3,16],[4,15],[5,15],[6,14],[6,14],[8,14],[7,14],[8,14],[7,14],[7,13],[8,14],[7,14],[7,14],[8,14],[7,13],[7,14],[8,14],[7,14],[8,13],[7,14],[8,13],[7,14],[8,13],[8,14],[7,13],[8,14],[9,13],[8,13],[9,12],[9,13],[10,12],[9,13],[8,13],[9,13],[8,13],[7,13],[7,14],[6,14],[6,15],[6,14],[5,15],[5,15],[4,16],[5,15],[4,15],[4,15],[5,16],[4,15],[4,15],[5,16],[5,15],[5,15],[5,14],[6,15],[6,15],[6,14],[6,15],[6,14],[6,15],[6,14],[6,15],[6,14],[7,14],[6,15],[6,14],[6,15],[6,14],[7,14],[6,15],[6,14],[44,109],[5,-1],[29,-14],[11,-6],[-2,-15],[-3,-17],[-2,-14],[-7,-77],[-2,-3],[-6,-15],[-6,-14],[-6,-14],[-6,-15],[-6,-14],[-6,-15],[-6,-15],[-5,-15],[-6,-14],[-5,-15],[-6,-15],[-5,-15],[-5,-15],[-6,-15],[-5,-15],[-5,-15],[-5,-15],[-4,-15],[-5,-16],[-4,-15],[-4,-15],[-3,-16],[-4,-15],[-4,-16],[-4,-15],[-4,-15],[-5,-16],[-4,-15],[-6,-14],[-5,-15],[-6,-14],[-7,-14],[-7,-14],[-8,-13],[-8,-14],[-8,-13],[-8,-13],[-8,-14],[-8,-13],[-8,-14],[-8,-13],[-7,-14],[-7,-14],[-8,-14],[-7,-14],[-7,-13],[-8,-14],[-8,-13],[-8,-13],[-9,-13],[-9,-12],[-11,-11],[-11,-11],[-11,-10],[-11,-11],[-11,-11],[-10,-11],[-9,-12],[-7,-13],[-7,-14],[-5,-15],[-4,-15],[-3,-16],[-3,-16],[-3,-16],[-2,-16],[-3,-16],[-3,-16],[-3,-15],[-3,-16],[-2,-16],[-2,-16],[-2,-16],[-1,-16],[-1,-15],[0,-16],[0,-16],[1,-16],[1,-16],[2,-16],[2,-16],[3,-16],[2,-15],[4,-16],[3,-16],[4,-15],[4,-15],[6,-15],[7,-14],[8,-13],[8,-14],[7,-14],[6,-14],[4,-15],[5,-16],[4,-15],[5,-15],[4,-16],[3,-16],[3,-15],[3,-16],[2,-16],[2,-16],[0,-15],[0,-16],[0,-16],[-1,-16],[-1,-16],[-1,-16],[-2,-16],[-2,-16],[-3,-15],[-2,-16],[-3,-16],[-3,-16],[-3,-16],[-4,-15],[-3,-16],[-4,-15],[-4,-15],[-4,-15],[-5,-15],[-5,-16],[-5,-14],[-5,-15],[-6,-15],[-6,-15],[-5,-15],[-6,-14],[-6,-15],[-6,-14],[-6,-15],[-6,-14],[-7,-14],[-8,-14],[-7,-14],[-7,-14],[-7,-13],[-7,-14],[-7,-15],[-6,-14],[-6,-15],[-5,-15],[-6,-14],[-5,-15],[-6,-15],[-6,-14],[-5,-15],[-6,-15],[-6,-14],[-5,-15],[-6,-15],[-5,-15],[-6,-15],[-5,-14],[-6,-15],[-6,-15],[-6,-14],[-6,-14],[-7,-14],[-8,-14],[-8,-13],[-9,-13],[-8,-13],[-8,-14],[-7,-13],[-6,-14],[-5,-15],[-5,-15],[-3,-16],[-3,-16],[-3,-15],[-2,-16],[-3,-16],[-2,-16],[-2,-16],[-2,-16],[-1,-16],[-2,-16],[-1,-16],[-1,-16],[-2,-15],[-2,-16],[-3,-16],[-4,-15],[-3,-15],[-5,-16],[-4,-15],[-5,-15],[-6,-15],[-5,-14],[-6,-15],[-6,-15],[-6,-14],[-7,-15],[-6,-14],[-8,-13],[-8,-14],[-8,-13],[-8,-13],[-8,-13],[-9,-13],[-8,-14],[-7,-13],[-7,-14],[-7,-14],[-7,-14],[-7,-14],[-7,-14],[-7,-14],[-8,-14],[-7,-13],[-8,-13],[-9,-13],[-8,-13],[-9,-13],[-9,-12],[-9,-13],[-9,-12],[-9,-12],[-10,-13],[-9,-12],[-10,-12],[-9,-12],[-10,-12],[-9,-12],[-10,-11],[-10,-12],[-10,-12],[-10,-11],[-11,-11],[-10,-11],[-11,-10],[-12,-10],[-11,-10],[-12,-9],[-12,-9],[-12,-9],[-12,-8],[-12,-9],[-12,-8],[-13,-8],[-12,-9],[-13,-8],[-12,-8],[-13,-7],[-13,-7],[-13,-6],[-13,-7],[-13,-7],[-13,-7],[-13,-8],[-12,-9],[-12,-9],[-11,-10],[-12,-9],[-12,-9],[-13,-7],[-13,-7],[-13,-7],[-13,-6],[-14,-6],[-13,-5],[-14,-6],[-13,-5],[-14,-5],[-14,-6],[-13,-5],[-14,-5],[-13,-6],[-14,-5],[-14,-5],[-13,-5],[-14,-5],[-14,-5],[-14,-5],[-13,-4],[-14,-4],[-14,-4],[-14,-4],[-14,-4],[-14,-4],[-14,-3],[-14,-4],[-14,-3],[-15,-3],[-14,-4],[-14,-3],[-14,-3],[-14,-3],[-14,-3],[-14,-3],[-15,-3],[-14,-3],[-14,-3],[-14,-2],[-15,-3],[-14,-2],[-14,-3],[-14,-2],[-15,-2],[-14,-2],[-14,-1],[-15,-1],[-14,0],[-15,1],[-14,1],[-14,2],[-14,3],[-15,4],[-14,5],[-14,4],[-14,4],[-14,3],[-14,1],[-15,-3],[-12,-7],[-3,-17],[3,-16],[5,-15],[6,-14],[8,-13],[10,-12],[10,-12],[64,-74],[68,-67],[67,-75],[99,-115],[89,-99],[104,-120],[89,-82],[211,-233],[129,-138],[96,-98],[112,-71],[113,-36],[-12,-74],[136,52],[73,-13],[28,-45],[12,-53],[-20,-40],[-57,-22],[-40,-36],[4,-80],[582,-755],[81,-89],[518,-516],[69,-110],[105,-169],[131,-209],[401,-747],[308,-632],[110,-226],[240,-577],[265,-760],[141,-493],[189,-614],[100,-133],[120,-115],[221,-67],[341,-93],[490,-80],[345,-18],[438,-45],[249,-49],[457,-137],[346,-94],[277,-53],[244,6],[274,7],[441,80],[426,94],[297,71],[168,49],[209,106],[277,240],[438,396],[345,235],[385,258],[125,85],[62,35],[464,262],[345,187],[421,182],[414,156],[128,40],[265,93],[1261,444],[1606,711],[851,383],[642,342],[148,62],[537,269],[804,323],[804,162],[1125,259],[760,178],[497,145],[160,130],[-54,94],[-7,12],[-50,85],[29,2],[15,16],[0,2],[-1,11],[31,-5],[196,-1],[7,0],[130,0],[13,-19],[21,-21],[28,-11],[33,-3],[11,-5],[18,-15],[11,-2],[10,5],[4,14],[7,11],[11,10],[132,42],[110,36],[27,5],[23,-2],[79,-4],[31,8],[182,58],[7,7],[26,69],[200,75],[95,33],[338,134],[163,64],[88,24],[124,29],[123,23],[121,30],[36,8],[602,131],[69,19],[87,34],[26,10],[606,-19],[28,-2],[128,-27],[308,13],[727,192],[900,420],[401,216],[609,151],[727,252],[439,208],[487,409],[354,574],[589,878],[589,912],[439,1070],[110,573],[98,505],[13,48],[-77,16],[-54,12],[-8,1],[-27,-68],[-73,26],[-3,17],[-5,42],[-27,34],[-52,50],[-41,25],[-35,30],[-21,18],[-128,94],[-37,12],[-23,7],[-48,12],[-3,1],[-14,8],[-11,22],[-20,-1],[-143,6],[1,11],[12,28],[3,104],[7,11],[16,8],[42,3],[43,114],[285,0],[132,0],[109,0],[72,-1],[67,10],[32,38],[283,482],[515,874],[537,632],[246,244],[582,364],[276,139],[297,139],[399,164],[201,55],[126,69],[9,12],[28,15],[42,42],[11,36],[2,61],[-21,48],[-15,90],[0,84],[43,58],[59,11],[96,-37],[148,-73],[11,-1],[109,0],[34,13],[37,23],[20,20],[17,33],[53,132],[53,160],[89,212],[92,124],[70,44],[10,16],[8,14],[8,13],[9,13],[10,11],[11,10],[12,8],[12,8],[13,8],[14,6],[13,7],[13,6],[13,7],[14,6],[13,6],[14,6],[14,6],[13,4],[14,4],[14,4],[14,2],[15,2],[15,1],[14,0],[15,-1],[14,-2],[14,-4],[13,-6],[12,-8],[13,-9],[11,-10],[12,-10],[11,-10],[11,-11],[10,-10],[11,-12],[10,-11],[10,-12],[10,-11],[10,-12],[10,-11],[11,-11],[10,-11],[10,-12],[10,-11],[9,-12],[9,-13],[9,-13],[7,-13],[8,-14],[7,-14],[7,-14],[7,-14],[6,-14],[7,-14],[7,-15],[6,-14],[6,-15],[5,-14],[6,-15],[6,-15],[6,-14],[6,-15],[6,-14],[6,-15],[6,-14],[6,-14],[7,-15],[6,-14],[6,-15],[6,-15],[5,-15],[7,-14],[9,-12],[10,-11],[13,-9],[13,-7],[14,-5],[13,-4],[14,-3],[15,-3],[14,-2],[15,-2],[14,-2],[15,-1],[15,0],[14,0],[14,-3],[13,-5],[13,-8],[11,-10],[11,-13],[8,-13],[6,-14],[3,-15],[1,-16],[1,-16],[2,-17],[3,-15],[3,-16],[4,-15],[4,-15],[5,-16],[4,-15],[4,-15],[5,-15],[-1,-4],[-3,-18],[-1,-10],[-3,-28],[-91,-81],[-84,-78],[-19,-24],[-21,-34],[-329,-644],[-11,-18],[-4,-17],[3,-19],[7,-19],[19,-25],[22,-18],[45,-18],[82,-23],[53,-11],[84,-10],[85,-5],[64,1],[66,6],[59,10],[71,21],[70,28],[69,36],[95,67],[169,121],[208,155],[217,160],[225,168]],[[565789,37635],[-16,-48],[-81,-71],[21,-60],[-141,-96],[-17,-9],[31,-86],[44,-111],[-146,-79],[-8,-2],[-16,-4],[-55,-30],[-24,-13],[-50,-25],[-43,-26],[-4,-3],[-14,-17],[-97,-185],[-2,-17],[14,-140],[210,-57],[68,-89],[-7,-7],[0,-35],[4,-186],[-225,-275],[-7,-1],[10,-74],[77,-575],[7,-38],[204,-110],[-28,-361],[11,-34],[18,-40],[102,-231],[29,-62],[-11,-4],[-51,-2],[-33,17],[-74,74],[-40,35],[-93,67],[-41,55],[-48,89],[-18,33],[-43,-1],[-86,513],[-130,661],[-21,94],[-17,96],[-24,125],[-17,64],[-26,76],[-21,59],[-73,163],[-26,61],[-9,38],[-2,34],[8,42],[12,54],[60,65],[55,55],[-25,0],[10,34],[26,46],[50,72],[65,77],[16,19],[90,128],[96,145],[-1,7],[-53,53],[-17,106],[87,101],[25,-14],[30,-70],[14,-20],[8,-7],[6,0],[31,15],[22,1],[19,-9],[12,-8],[22,-35],[20,-35],[50,49],[-6,14],[0,8],[0,4],[148,143],[9,49],[14,3],[12,-13],[18,-30],[9,-30],[27,-53],[66,-116]],[[562134,42246],[23,-82],[-151,-22],[13,-183],[18,7],[33,-161],[-19,0],[0,0],[-4,-16],[42,-2],[48,12],[115,42],[16,6],[8,3],[96,30],[99,21],[55,12],[12,4],[-41,-88],[92,-58],[36,-14],[11,-6],[107,-129],[41,-27],[53,-51],[38,-65],[28,-22],[43,53],[97,121],[12,11],[38,16],[56,27],[22,15],[21,25],[21,36],[16,24],[-4,-30],[-6,-19],[-38,-111],[-24,-81],[-33,-79],[-49,-133],[-21,-91],[-32,-110],[-17,-64],[12,-3],[281,-89],[-25,-88],[-14,-60],[106,-73],[152,-105],[-131,-191],[166,-225],[20,-11],[128,98],[45,-92],[56,-108],[36,-65],[550,-1065],[19,-44],[209,-712],[-65,-16],[-176,-43],[-19,-4],[2,-7],[8,-24],[29,-48],[29,-39],[33,-55],[30,-66],[7,-23],[17,-54],[-8,-5],[-9,0],[-15,-7],[23,-58],[79,-202],[71,-188],[7,-22],[-3,-15],[-6,-22],[-7,-23],[-30,-83],[-41,-110],[-50,-119],[-8,-21],[-23,-54],[-33,-60],[-77,-130],[-63,-108],[-31,-37],[-21,-15],[-303,-180],[-12,-9],[-199,-148],[267,-661],[-136,-105],[-131,235],[-12,4],[-39,37],[-16,27],[-31,27],[-23,12],[-21,-1],[-25,-13],[-21,-7],[-16,5],[-6,2],[-46,43],[-37,38],[-27,29],[-25,11],[-19,5],[-47,-44],[-22,-24],[-22,-25],[-27,-39],[-29,-50],[-20,-25],[-85,-87],[-34,-36],[-31,-20],[-25,-13],[76,174],[10,43],[11,37],[9,54],[6,280],[93,108],[1,0],[-1,1],[88,101],[236,275],[338,364],[90,62],[41,38],[102,103],[12,12],[66,226],[10,49],[2,8],[0,2],[0,40],[-25,115],[-112,481],[0,23],[-106,145],[-455,597],[-50,68],[155,186],[-2,6],[-55,83],[3,5],[25,30],[6,8],[-60,100],[-137,226],[-83,138],[-1,10],[57,78],[-6,7],[-108,17],[-13,0],[-29,-23],[-29,-28],[-20,-42],[-31,-99],[-15,-31],[-17,-18],[-4,-1],[-8,5],[-110,106],[-237,184],[12,40],[54,191],[9,44],[7,66],[1,58],[4,41],[14,74],[23,83],[28,82],[11,61],[7,52],[-30,25],[-1,11],[-2,9],[-3,8],[-6,9],[-6,10],[-7,8],[-17,13],[-2,4],[0,4],[2,6],[-115,77],[-3,4],[0,1],[-163,125],[-10,8],[-20,4],[-79,-112],[-128,-172],[-73,-95],[-37,-47],[-126,-186],[-266,-373],[-37,-52],[259,-295],[-262,-345],[-1,-5],[-28,-44],[-4,-4],[-55,-69],[-30,-43],[-32,-13],[-32,-22],[-15,-12],[-3,-43],[-4,-15],[-14,-1],[-38,8],[-12,7],[-6,6],[-9,19],[-12,38],[-5,14],[-41,97],[-14,33],[-68,139],[-135,255],[-51,75],[-80,99],[-10,14],[-62,75],[-15,18],[-79,101],[-18,28],[-72,121],[-64,110],[-76,147],[-18,83],[-14,91],[-18,137],[-11,97],[-13,66],[0,3],[5,60],[2,24],[1,8],[4,95],[0,209],[1,38],[7,33],[22,47],[49,-6],[44,-1],[22,3],[16,9],[7,18],[6,50],[4,61],[4,24],[14,18],[14,26],[4,18],[1,20],[14,3],[12,6],[77,89],[-78,69],[-2,-5],[-25,-33],[-18,-13],[-25,-11],[-20,-4],[-22,7],[-3,3],[-10,4],[12,18],[18,3],[38,12],[20,16],[13,21],[8,35],[11,36],[23,67],[6,24],[9,11],[47,23],[139,62],[104,29],[118,21],[105,15],[47,2],[81,3],[210,-6],[140,-5],[47,1],[89,6],[75,15]],[[467595,200486],[16,16],[-5,8],[-24,24],[-32,29],[-32,22],[-90,59],[-43,29],[-28,22],[-82,65],[-41,32],[-53,43],[-115,85],[-32,22],[-35,23],[-40,26],[46,68],[4,11],[18,10],[99,-52],[34,-19],[33,-26],[119,-97],[86,-71],[40,-35],[53,-44],[42,-33],[44,-34],[70,-47],[31,-30],[31,-33],[29,-29],[36,-38],[36,-38],[33,-44],[13,-23],[13,-29],[10,-30],[5,-26],[4,-62],[5,-30],[10,-25],[14,-29],[15,-23],[7,-14],[9,-9],[21,-23],[114,-133],[32,-37],[268,-313],[155,-183],[60,-72],[26,-30],[97,-113],[31,-35],[120,-140],[115,-125],[15,-17],[11,-7],[339,-36],[73,-7],[-51,322],[-6,30],[-17,103],[-26,160],[-59,353],[-2,13],[0,0],[-18,107],[-17,99],[-49,299],[-32,199],[-13,80],[-8,40],[-50,305],[0,44],[-56,304],[-18,120],[-6,5],[-48,41],[-23,20],[-22,21],[-16,15],[-8,7],[-1,2],[-59,55],[-27,27],[-32,38],[-37,48],[-30,46],[-33,63],[-16,37],[-14,32],[-7,37],[-60,160],[-43,110],[-46,110],[-39,84],[-28,52],[-18,32],[-7,15],[-12,27],[-19,-6],[-51,-13],[-54,-4],[-65,2],[-57,4],[-10,2],[-239,36],[-56,6],[-16,2],[-95,15],[-193,31],[-9,2],[-7,221],[0,127],[1,28],[-4,72],[-3,208],[1,34],[-2,38],[-1,151],[-1,61],[-2,121],[0,24],[1,31],[-4,163],[-1,175],[-1,33],[-6,-1],[-25,-2],[-10,-2],[-351,-96],[-71,-20],[-26,-10],[5,169],[-88,0],[-268,1],[-18,94],[-50,283],[-241,-1],[1,12],[-6,21],[-60,242],[-13,53],[-8,40],[-4,12],[-26,31],[-19,10],[-2,1],[-15,13],[-7,25],[-2,38],[-1,23],[0,35],[-2,82],[0,51],[0,23],[2,73],[1,74],[2,108],[1,66],[1,29],[1,38],[1,35],[4,168],[4,115],[-9,10],[-17,14],[-12,15],[-3,3],[-5,23],[2,43],[3,38],[8,107],[7,102],[7,93],[2,27],[7,76],[9,96],[1,14],[7,103],[9,126],[10,118],[5,12],[4,34],[-38,23],[-110,61],[-217,119],[-40,23],[-87,54],[-37,22],[-3,4],[-13,14],[-18,6],[-71,40],[-43,17],[-9,3],[-103,36],[13,74],[13,50],[12,18],[49,43],[144,131],[150,158],[132,138],[97,110],[60,63],[61,63],[149,131],[70,55],[71,53],[65,44],[141,94],[75,44],[227,118],[74,39],[25,22],[18,35],[21,55],[38,1],[42,19],[29,21],[49,37],[48,39],[172,138],[8,-5],[12,-20],[11,-9],[25,-16],[37,-28],[3,0],[35,2],[33,8],[38,14],[29,17],[26,25],[42,59],[30,23],[96,71],[38,29],[133,95],[176,-243],[16,-24],[63,-89],[49,-73],[30,-39],[39,-43],[22,-17],[24,-12],[29,-21],[43,-19],[1,27],[6,79],[5,115],[3,56],[3,29],[9,22],[12,24],[22,37],[36,55],[13,16],[33,24],[62,46],[52,41],[58,49],[17,14],[9,8],[192,164],[21,20],[19,24],[41,48],[31,42],[41,69],[13,30],[21,65],[19,65],[3,23],[1,4],[19,79],[6,19],[9,14],[14,19],[18,16],[18,13],[39,27],[52,38],[15,11],[24,21],[31,26],[27,27],[36,53],[11,33],[7,29],[0,22],[0,21],[-3,26],[-10,44],[-23,81],[-49,157],[-8,35],[1,18],[1,30],[3,35],[7,30],[14,30],[14,22],[36,42],[49,47],[42,35],[55,39],[48,34],[45,31],[58,39],[8,5],[13,7],[11,6],[211,105],[56,28],[16,8],[60,32],[46,17],[43,13],[36,2],[106,3],[129,4],[84,-2],[9,20],[25,5],[50,27],[30,21],[21,18],[19,19],[19,30],[14,24],[14,35],[11,49],[5,42],[-1,33],[-3,13],[-13,36],[-19,41],[-14,27],[-36,41],[-24,24],[-26,17],[-34,15],[-33,11],[-31,7],[-38,5],[-66,3],[-125,8],[-147,9],[8,155],[146,-13],[197,-18],[11,78],[20,239],[9,97],[3,60],[-127,10],[-200,13],[5,30],[7,23],[-35,0],[-12,-29],[-2,-6],[-14,-24],[-2,-3],[-60,-150],[-14,-35],[-11,-29],[-4,-29],[-1,-6],[-3,-53],[-7,-51],[-54,5],[-133,12],[-37,2],[-22,1],[0,0],[-328,29],[-120,11],[-9,0],[258,255],[18,18],[15,14],[26,24],[253,250],[146,140],[93,92],[21,20],[18,15],[57,55],[166,154],[27,25],[-17,8],[-15,-13],[-11,19],[-2,5],[-8,-7],[-49,172],[-2,13],[0,9],[4,13],[0,15],[-3,18],[-4,18],[-26,91],[-116,404],[-19,66],[-2,8],[-2,9],[-13,32],[-33,85],[6,3],[161,103],[53,33],[350,222],[159,98],[103,64],[164,104],[100,64],[249,156],[18,12],[0,2],[-14,56],[-22,106],[-20,101],[-4,27],[0,0],[0,2],[-2,11],[1,2],[0,0],[4,84],[9,51],[15,45],[13,35],[8,11],[-4,23],[-97,237],[-148,370],[125,101],[271,218],[18,11],[20,17],[295,202],[25,16],[215,148],[17,17],[279,194],[37,25],[33,23],[248,171],[25,14],[110,84],[107,74],[15,9],[10,4],[33,23],[6,8],[6,4],[335,233],[26,21],[26,22],[317,216],[28,21],[65,46],[126,89],[53,36],[16,12],[79,54],[169,120],[10,8],[1,-2],[0,0],[7,-14],[30,-57],[329,-610],[162,-296],[58,-104],[9,-8],[9,-2],[5,-9],[9,-38],[22,-50],[25,-39],[24,-34],[17,-30],[26,-49],[94,-177],[6,-10],[-4,-2],[7,-4],[99,-186],[24,14],[3,-7],[29,-54],[50,-92],[396,-739],[640,-1193],[2,-1],[0,0],[348,-651],[515,-961],[-5,-3],[206,-385],[150,-347],[120,-292],[46,-119],[-1,-19],[-29,-59],[-184,-36],[-18,-343],[-25,2],[-24,1],[-30,3],[-73,4],[-31,3],[-26,2],[0,-30],[-1,-45],[1,-20],[22,-6],[49,-33],[63,-43],[95,-61],[81,-52],[21,-13],[13,-8],[49,-28],[45,-22],[37,-16],[30,-15],[1,1],[32,-6],[26,-13],[15,-17],[21,-37],[49,-94],[15,-26],[5,-13],[0,-9],[-11,-10],[-96,-108],[-64,-70],[-50,-54],[16,-54],[36,-117],[6,-16],[0,-9],[-23,-29],[-34,-43],[-17,-25],[-14,-27],[-40,-94],[-5,-39],[-1,-36],[-1,-36],[-63,-94],[-33,-57],[-4,-10],[-2,-27],[-1,-11],[-2,-4],[-10,-16],[-14,-34],[-18,-31],[-10,-26],[-1,-4],[-42,-80],[1,-89],[3,-148],[3,-91],[3,-108],[72,-68],[31,-22],[10,-2],[38,-3],[32,-3],[35,-8],[28,-11],[33,-11],[20,-11],[35,-24],[27,-27],[20,-26],[17,-25],[-125,-168],[15,-4],[73,-24],[16,-7],[-38,-56],[-66,-60],[-24,-15],[-46,-20],[-12,-6],[-11,1],[-1,0],[9,-18],[6,-12],[23,-54],[-3,-1],[-27,-10],[-33,-13],[-48,-17],[-12,-6],[-11,-6],[-12,-8],[-10,-15],[-11,-28],[-19,-10],[11,-21],[-61,-9],[-156,-25],[-42,-9],[-26,-8],[-58,-28],[-85,-41],[-79,-40],[-40,-23],[-60,-29],[-37,-24],[-13,-14],[-49,-50],[-80,-74],[-42,-30],[-34,-29],[-39,-28],[-61,-41],[-29,-28],[-7,-9],[-15,-17],[-3,-4],[-19,-27],[-4,-8],[-2,-5],[-1,-6],[-23,-26],[-94,-99],[-99,-96],[-63,-53],[-48,-44],[-54,-22],[-35,-22],[-34,-16],[-35,-14],[-64,-39],[-26,-17],[-46,-25],[-24,-12],[-36,-28],[-31,-39],[-124,-155],[-26,-28],[-58,-43],[-1,-7],[-4,3],[-20,-18],[-56,-65],[-42,-50],[-110,-129],[-49,-50],[-83,-88],[-52,-56],[-14,-16],[4,-11],[64,-38],[237,-145],[27,-21],[13,-16],[8,-26],[8,-33],[1,-37],[-4,-64],[0,-36],[10,-66],[34,-194],[19,-100],[11,-37],[9,-40],[14,-41],[4,-8],[11,-23],[13,-18],[15,-13],[19,-14],[26,-16],[92,-60],[27,-17],[22,-19],[16,-12],[15,-19],[2,-3],[25,-48],[31,-63],[41,-81],[-40,-4],[-90,-6],[-20,-1],[-105,-6],[-35,-4],[-22,-2],[7,-29],[0,0],[24,-65],[27,-76],[31,-81],[2,-15],[0,-28],[-3,-22],[0,-5],[-9,-34],[-23,-88],[-20,-65],[-20,-58],[-42,-97],[-33,-86],[-12,-40],[-14,-54],[0,-4],[-7,-50],[-1,-5],[-5,-82],[4,-137],[0,-76],[3,-9],[-21,-49],[-2,-10],[-2,-8],[-14,-32],[-4,-9],[-12,-40],[-3,-38],[-2,-52],[2,-32],[1,-33],[2,-63],[7,-50],[8,-35],[17,-44],[21,-46],[142,-273],[12,-23],[13,-24],[37,-68],[17,-33],[17,-48],[3,-27],[-1,-23],[-6,-33],[-111,-461],[-40,-182],[-15,-59],[-28,-110],[-10,-34],[-1,-18],[-41,-179],[-7,-45],[1,-110],[2,-86],[-1,-28],[-1,-1],[-6,3],[0,0],[-165,61],[-15,-32],[-11,-35],[-65,-167],[-23,-56],[-6,-9],[-230,-11],[-92,-6],[-7,-9],[-3,-7],[-7,-18],[-236,-591],[-11,-24],[-11,-4],[-102,-1],[-137,-5],[-29,-2],[-12,-5],[5,-291],[6,-284],[4,-243],[11,-426],[-33,-81],[-11,-25],[-12,-26],[-52,-118],[-1,-6],[-52,-117],[-22,-55],[-57,-133],[-108,-246],[-163,-372],[-64,-146],[-4,-25],[20,-12],[207,-113],[99,-52],[160,-86],[31,-21],[202,-111],[177,-94],[26,-14],[197,-102],[62,-31],[27,149],[11,52],[39,187],[63,286],[27,92],[25,97],[73,237],[68,240],[72,249],[46,160],[71,242],[11,29],[25,92],[14,46],[5,10],[11,4],[67,0],[90,-1],[5,1],[15,2],[19,34],[49,98],[12,47],[18,66],[4,23],[31,150],[20,-16],[105,-86],[403,-331],[54,118],[81,174],[38,81],[21,43],[31,36],[3,16],[46,109],[14,28],[12,17],[15,22],[56,71],[-23,19],[-153,127],[46,71],[51,78],[171,-141],[26,-19],[16,25],[10,24],[4,14],[6,23],[17,68],[24,77],[7,17],[66,158],[148,356],[56,134],[61,146],[1,19],[-4,10],[-16,12],[-47,28],[-50,29],[-7,8],[0,13],[5,15],[65,138],[33,63],[4,0],[9,-2],[17,-7],[18,-5],[15,-7],[16,1],[11,7],[7,11],[24,81],[82,286],[99,-25],[122,-31],[28,78],[299,-137],[71,-29],[28,-10],[-3,-33],[-13,-129],[0,-41],[3,-8],[3,-10],[12,-27],[13,-18],[15,-12],[22,-9],[66,-21],[60,-19],[18,-13],[9,-15],[2,-16],[-3,-17],[-27,-52],[-27,-56],[-5,-20],[2,-22],[8,-15],[18,-17],[228,-87],[60,-21],[216,-81],[9,-4],[6,-3],[6,-12],[-1,-18],[-5,-18],[-30,-64],[-138,-289],[-19,-43],[-15,-17],[-25,-16],[-88,-51],[-270,-150],[-13,-11],[-12,-15],[-9,-22],[-18,-37],[-52,-114],[-10,-28],[-6,-19],[-2,-22],[-6,-38],[-6,-47],[-7,-30],[-10,-31],[1,-9],[2,-2],[-7,-12],[-18,5],[-12,-9],[-20,-36],[-33,-44],[-64,-66],[-21,-17],[-50,-41],[-88,-80],[-30,-26],[-35,-31],[-43,-61],[-27,-38],[-14,-30],[-34,-58],[-19,-25],[-14,-6],[-17,6],[-29,22],[-38,28],[-12,9],[-82,62],[-112,102],[-70,66],[-18,4],[-15,3],[-28,-4],[-13,-11],[-28,-31],[-42,-62],[-47,-67],[-17,-29],[-132,-185],[-15,-23],[-15,-28],[-57,-85],[-9,-15],[-104,-156],[-34,-64],[-31,-57],[-13,-39],[-1,-23],[1,-33],[11,-71],[2,-12],[13,-69],[10,-45],[12,-30],[29,-56],[48,-75],[43,-68],[53,-77],[20,-30],[8,-24],[29,-80],[14,-45],[-2,-4],[10,-21],[4,-4],[4,-20],[9,-26],[10,-31],[15,-47],[32,-92],[71,-210],[3,-13],[1,-25],[-2,-28],[-9,-37],[-4,-36],[-3,-40],[2,-47],[8,-32],[6,-32],[8,-28],[30,-74],[13,-34],[34,-68],[18,-34],[22,-32],[9,-14],[47,-70],[40,-62],[28,-49],[46,-101],[33,-85],[26,-65],[77,-184],[14,-28],[16,-27],[16,-24],[26,-32],[40,-40],[13,-11],[32,-27],[59,-43],[118,-80],[24,-15],[7,-4],[91,-62],[172,-131],[20,-17],[27,-21],[14,-18],[27,-104],[27,-63],[53,-93],[46,-74],[23,-33],[63,-68],[113,-119],[28,-28],[32,-16],[150,-65],[98,-38],[-15,-41],[-33,-83],[74,-296],[4,-9],[27,0],[82,-1],[206,3],[290,3],[57,1],[89,2],[120,-1],[4,1],[42,0],[77,1],[65,-2],[380,-15],[3,-5],[1,-57],[43,5],[202,27],[113,14],[196,26],[41,3],[64,-1],[201,-6],[4,-2],[1,-15],[9,-258],[-2,-641],[-26,2],[5,-18],[79,-191],[64,-158],[35,-75],[-3,-2],[-9,-9],[-11,-14],[-90,-179],[-10,-28],[-3,-41],[-6,-110],[-20,-83],[-20,-76],[-60,-148],[-23,-48],[-70,-123],[-3,-6],[-8,-14],[-16,-24],[-29,-43],[-21,-35],[-24,-48],[-18,-46],[-12,-42],[-6,-18],[-10,-22],[-12,0],[-42,-2],[-10,-3],[-14,-1],[-79,-5],[-41,3],[-87,15],[-48,5],[-34,3],[-5,0],[-10,0],[-7,-39],[-20,-39],[-13,-17],[-35,-29],[-63,-51],[-73,-62],[-119,-105],[-133,-121],[-198,-184],[-44,-36],[-48,-36],[-49,-37],[-50,-44],[-13,-14],[-86,-78],[-6,3],[-6,-1],[-23,-22],[-14,-1],[-9,12],[-15,-12],[7,-8],[21,-34],[2,-7],[-101,-81],[-20,-16],[-30,-24],[-197,-161],[-49,-34],[-44,-30],[-63,-39],[-29,-19],[-71,-38],[-7,-4],[-85,-41],[-15,-7],[-133,-63],[-45,-23],[-70,-38],[-57,-34],[-53,-38],[-81,-63],[-119,-96],[-97,-74],[-50,-40],[-31,-26],[-5,0],[-2,3],[-33,-22],[0,-6],[-4,-4],[-2,-1],[14,-30],[-8,0],[-16,-7],[-27,7],[-8,-5],[-189,-77],[-27,-8],[-93,-29],[-105,-32],[-162,-35],[-104,-29],[-57,-11],[-70,-10],[-48,-3],[-51,-3],[-113,-1],[-106,1],[-145,-9],[-120,-11],[-84,-5],[-57,1],[-57,5],[-67,2],[-29,3],[-22,8],[-2,1],[-32,1],[-13,-2],[-82,0],[-26,2],[-54,-1],[-31,-4],[-21,-6],[-27,-3],[-48,1],[-49,6],[-31,5],[-25,4],[-33,9],[-34,13],[-143,77],[-111,64],[-58,33],[-34,21],[-2,6],[-15,-21],[-7,-8],[-78,-163],[-70,-142],[-17,-30],[-18,-45],[-108,-235],[-27,-58],[67,-66],[19,-17],[292,-276],[13,-12],[44,-42],[164,-160],[4,-7],[-108,-135],[-72,-91],[154,-148],[6,-64],[-48,-315],[-10,-68],[-30,-208],[-4,-57],[-6,-31],[-107,-600],[-31,-178],[-37,29],[-37,33],[-31,31],[-29,33],[-72,102],[-166,234],[-35,48],[-50,74],[-158,219],[-74,104],[-80,114],[-153,212],[-17,26],[-66,95],[-81,111],[-142,198],[-193,270],[-35,51],[-26,36],[-268,381],[-23,33],[-22,32],[-70,104],[-18,37],[-28,73],[-25,81],[-8,28],[-154,486],[-69,223],[-71,224],[-34,109],[-41,94],[-29,85],[-66,208],[-61,185],[-25,79],[-47,55],[-1,25],[-1,22],[-269,64],[-340,89],[-1010,271],[-780,215],[-354,98],[-54,29],[-28,23],[-21,22],[-15,17],[-25,26],[-30,21],[-9,6],[-36,29],[-22,25],[-14,28],[-15,43],[-14,24],[-11,28],[-6,9],[-13,32],[-113,239],[-21,46],[-87,190],[-32,68],[-9,19],[-40,84],[-149,329],[-20,45],[-90,205],[-24,42],[-11,15],[-11,27],[-7,18],[-198,423],[-108,227],[-104,229],[-135,286],[-79,171],[-82,171],[-6,23],[-18,31],[-26,6],[-7,-24],[-105,-268],[-39,-105],[-85,-215],[-28,-73],[-56,-141],[-82,-214],[-67,-120],[-33,-46],[-24,-27],[-34,-36],[-87,-67],[-94,-76],[-203,-156],[-48,-38],[-9,-3],[-10,11],[-35,29],[-82,61],[-187,139],[-109,67],[-33,20],[-18,13],[-24,16],[-12,8],[-1,14],[-90,65],[-3,5],[2,38],[-14,46],[-78,267],[-15,44],[0,2],[-2,23],[7,39],[23,100],[52,234],[57,248],[17,98],[10,43],[63,275],[50,217],[73,322],[29,124],[6,35],[1,6],[6,25],[30,128],[84,359],[64,274],[74,318],[39,169],[6,29],[27,119],[67,288],[7,36],[3,17],[9,41],[6,25],[5,21],[62,270],[23,102],[48,207],[8,41],[0,4],[0,0],[0,7],[-38,46],[-13,35],[-32,76],[-200,529],[-41,108],[-36,99],[12,10]],[[739850,569051],[8,-26],[9,-22],[13,-18],[30,-11],[28,-8],[121,-36],[15,-4],[18,-6],[102,-30],[130,-41],[44,-18],[42,-22],[230,-153],[108,-72],[20,-13],[533,-355],[362,-240],[10,-6],[16,-10],[-75,-264],[-21,-73],[-51,-172],[-54,-173],[-182,80],[-230,105],[-474,217],[-58,24],[-45,16],[-154,-613],[-72,-298],[-10,2],[-26,7],[-30,9],[-515,204],[-37,10],[-101,13],[-123,16],[-9,2],[-73,10],[-99,11],[-62,9],[-119,0],[-352,-6],[-253,-3],[3,10],[2,35],[-5,29],[-59,184],[-29,91],[-18,78],[-16,92],[-54,510],[-12,53],[-26,45],[-40,63],[-11,17],[-20,31],[-30,30],[-49,31],[-45,26],[-32,23],[-23,21],[-20,29],[-15,43],[-19,65],[12,3],[186,29],[117,18],[30,4],[45,22],[7,3],[251,48],[18,3],[28,14],[7,5],[96,35],[64,29],[38,23],[32,33],[18,34],[11,29],[13,37],[6,8],[11,9],[56,16],[38,9],[125,30],[108,25],[27,4],[14,0],[20,-3],[32,-8],[29,-10],[46,-6],[54,-3],[45,0],[28,4],[16,2],[50,14],[47,16],[42,21],[38,23],[25,21],[15,20],[15,33],[14,12],[30,-154]],[[414890,590309],[27,-36],[24,-25],[30,-22],[62,-25],[10,-4],[30,-14],[18,-12],[19,-17],[23,-26],[21,-30],[271,-500],[145,-268],[11,-22],[105,-195],[24,-46],[26,-52],[37,-91],[5,-22],[23,-112],[14,0],[1,-5],[20,-89],[10,-59],[9,-47],[12,-103],[6,-206],[-2,-214],[2,-103],[-2,-60],[-7,-43],[-24,-66],[-17,-41],[-60,-105],[-9,-15],[-71,-118],[-46,-79],[-16,-37],[-22,-57],[-15,-52],[-16,-64],[-5,-26],[-2,-36],[-6,-151],[-6,-210],[-8,-172],[-3,-33],[4,-40],[7,-8],[5,-15],[33,-122],[7,-28],[-2,-97],[-1,-53],[-40,0],[0,-3],[-20,1],[-24,-1],[-30,-3],[-93,-18],[-15,-2],[0,0],[-2,0],[-91,-17],[-78,-33],[-100,-53],[-276,-167],[-2035,-1233],[-7,-4],[-62,-33],[-39,72],[-8,1],[-116,-71],[-24,-10],[-409,-247],[-32,-2],[-85,-1],[-124,9],[-64,11],[-26,4],[-618,151],[-49,14],[-29,5],[-20,0],[-1,0],[-21,-2],[-45,-15],[-5,-2],[-68,-21],[-7,-2],[-634,290],[-87,19],[-41,-10],[-734,-403],[-5,-5],[-787,1597],[-686,1387],[27,17],[-9,18],[7,5],[-13,33],[-4,14],[97,67],[109,74],[216,151],[98,69],[203,133],[208,135],[133,86],[182,116],[95,60],[75,50],[160,108],[233,154],[116,80],[59,39],[18,9],[17,4],[25,3],[44,0],[19,3],[13,6],[30,15],[82,52],[33,26],[26,28],[20,29],[43,65],[9,11],[9,10],[47,30],[159,102],[159,107],[242,158],[132,89],[192,121],[269,178],[101,67],[63,44],[26,15],[6,4],[52,23],[48,21],[53,22],[15,6],[11,2],[21,6],[17,5],[43,13],[111,24],[18,3],[94,12],[13,1],[127,10],[25,2],[158,1],[316,-5],[316,5],[316,3],[197,2],[28,0],[89,1],[93,1],[66,1],[160,6],[39,4],[149,16],[12,1],[56,11],[111,29],[42,12],[38,13],[72,27],[61,25],[44,3],[4,-5],[13,-3],[12,4],[12,0],[15,-10],[6,-9],[9,-5],[11,-3],[9,5],[6,3],[-1,24],[30,21],[21,-39],[2,-4]],[[559511,178594],[20,-7],[5,0],[110,-35],[85,-29],[40,-8],[15,0],[20,-1],[124,9],[814,55],[4,-1],[20,1],[14,2],[134,9],[22,-2],[205,12],[18,1],[12,1],[46,2],[212,12],[231,12],[16,-1],[366,20],[17,1],[184,10],[48,2],[17,1],[24,2],[77,0],[26,-2],[101,-13],[46,-10],[41,-8],[16,-2],[16,-3],[189,-36],[20,-4],[87,-12],[31,-2],[371,-29],[20,-2],[227,-17],[226,-18],[98,-6],[64,-1],[48,0],[55,4],[26,2],[77,-3],[39,-7],[53,-14],[99,-21],[35,-5],[61,-2],[39,-3],[29,-1],[45,-9],[33,-8],[6,-1],[72,-23],[138,-35],[20,-7],[-8,-66],[-8,-42],[-3,-14],[-2,-12],[1,-8],[4,-7],[10,-4],[44,-12],[64,-8],[27,-8],[16,-7],[21,-16],[24,-22],[15,-14],[11,-15],[15,-36],[3,-19],[-1,-24],[-6,-30],[-24,-16],[-10,11],[-43,33],[-20,9],[-23,1],[-11,-5],[-16,-17],[-6,-25],[-8,-7],[-15,-9],[-10,-1],[-14,1],[-9,6],[-10,9],[-12,6],[-20,4],[-29,1],[-38,-6],[-34,-14],[-35,-20],[-27,-20],[-56,-51],[-42,-27],[-32,-13],[7,-35],[74,19],[7,3],[57,12],[49,8],[40,4],[15,0],[21,0],[29,-4],[5,-2],[20,-6],[48,-24],[17,-13],[58,-77],[-29,-35],[-20,-13],[2,15],[-6,20],[-17,18],[-37,22],[-23,8],[-13,0],[-19,-13],[-124,-103],[-5,-10],[-2,-21],[-15,3],[-15,3],[-20,-1],[-11,-6],[-7,-15],[-2,-11],[-2,-8],[-6,-63],[-4,-11],[-74,-67],[-29,1],[-20,7],[-47,20],[-34,20],[-212,145],[-7,-1],[-8,-14],[-59,-137],[-63,-132],[-76,-151],[-88,129],[-66,-64],[-145,-140],[-31,-21],[-11,-10],[-9,-10],[-5,-10],[39,-83],[8,-15],[109,-222],[170,51],[12,2],[8,-2],[42,-41],[-5,-10],[-16,-40],[-4,-23],[3,-17],[9,-15],[8,-9],[18,-9],[100,-26],[-4,-26],[-12,-68],[-26,-89],[-26,-68],[-19,-43],[-23,-60],[-19,-41],[-31,-56],[-10,-18],[-18,1],[18,-1],[-20,-35],[-26,-43],[-50,-75],[-42,-66],[-27,-50],[-138,166],[0,0],[-1,-1],[-107,-70],[-27,-18],[-13,-15],[-1,37],[-45,71],[-15,-10],[-81,-85],[-51,-55],[-40,-42],[-152,-161],[-38,85],[-34,52],[-42,93],[-37,78],[-25,-9],[-23,60],[-10,35],[-6,18],[-97,-46],[-52,-19],[-47,-12],[-41,-8],[-54,-6],[-12,-1],[-28,-1],[-77,0],[-16,0],[-27,-1],[-11,-2],[-13,-5],[-18,-12],[-31,-30],[-13,-19],[-21,-32],[-13,-27],[-9,-26],[-97,119],[-13,18],[-22,34],[-10,17],[-11,24],[-48,-30],[-24,-46],[-10,14],[-6,12],[-13,13],[-32,20],[-32,8],[-30,3],[-63,1],[-40,-4],[-21,-9],[-23,-14],[-21,-16],[-1,-2],[-15,-17],[-17,-24],[-13,-28],[-71,-157],[-26,19],[-19,6],[-28,13],[-33,9],[-55,2],[-26,-10],[-41,-17],[-20,-7],[-189,-85],[-478,-218],[-26,-10],[-27,-6],[-26,-1],[-22,2],[-17,5],[-16,9],[0,0],[-14,10],[-2,2],[-25,17],[-15,-22],[0,0],[-25,-3],[-220,-166],[-9,-7],[-2,-1],[-77,-58],[-8,6],[-7,5],[-33,-5],[2,-14],[0,0],[0,-8],[1,-19],[71,-157],[48,-102],[51,-109],[38,-81],[16,-41],[13,-36],[7,-33],[7,-39],[5,-53],[17,-97],[10,-25],[4,-13],[3,-5],[24,-46],[5,-9],[-27,-16],[-89,-56],[-136,-93],[-36,-25],[57,-29],[23,-6],[1,0],[63,-24],[28,-13],[40,-13],[34,-10],[6,-1],[-34,-17],[-137,-83],[-149,-78],[-83,-42],[-74,-48],[-57,-43],[-32,-25],[-33,-23],[-20,-14],[-8,-9],[-84,-46],[-58,-24],[-57,-18],[-50,-10],[-46,-5],[-37,0],[-33,7],[-15,-12],[-27,-7],[-63,-22],[-53,-23],[-47,-21],[-69,-33],[-89,-36],[-36,-9],[-27,1],[-32,5],[-37,15],[-33,9],[-25,1],[-27,-4],[-19,-8],[-29,-16],[-50,-33],[-4,-8],[-18,-17],[-14,-7],[-105,-26],[-156,-40],[-241,-62],[-21,-5],[-409,-105],[-138,-35],[-32,-12],[-17,-9],[-18,-21],[-22,-36],[-96,-170],[-11,-18],[-49,-89],[-152,-270],[-30,-49],[-17,-26],[-137,35],[-141,38],[-29,8],[-9,2],[-147,44],[-40,15],[-80,33],[-82,39],[-16,9],[-12,7],[-31,18],[-16,8],[-10,5],[-22,6],[-18,2],[-32,-1],[-11,21],[-18,21],[-9,8],[-14,10],[-24,14],[-31,14],[-36,15],[-43,19],[-34,15],[-47,25],[-30,19],[-76,48],[-34,22],[-35,28],[-58,43],[-59,48],[-9,7],[-23,15],[-77,72],[-18,17],[-45,28],[-34,21],[-37,17],[-10,-19],[-9,-6],[-6,-8],[-5,-9],[-4,-18],[0,-10],[4,-18],[9,-25],[1,-25],[-2,-23],[-1,-2],[-6,-24],[-14,-23],[-16,-21],[-21,-14],[-24,-7],[-51,-10],[-50,-9],[-9,75],[-20,13],[-162,-16],[-109,-125],[-7,-7],[-63,-7],[-30,63],[-9,171],[164,7],[195,8],[30,4],[26,5],[15,6],[30,11],[26,15],[23,20],[14,19],[17,25],[8,19],[-19,13],[-19,12],[-32,31],[-26,32],[-45,62],[-30,45],[-8,13],[18,21],[7,11],[3,16],[-2,27],[5,10],[6,8],[38,24],[112,77],[212,138],[114,75],[121,81],[20,20],[15,23],[21,35],[16,23],[2,9],[65,106],[53,93],[26,41],[32,-25],[24,-22],[17,-13],[19,-7],[19,0],[15,4],[7,7],[4,8],[5,31],[0,39],[2,22],[9,31],[14,30],[23,28],[34,28],[35,23],[32,14],[18,3],[23,4],[40,-2],[23,-6],[24,-16],[12,-10],[50,-41],[54,16],[94,22],[33,21],[-110,205],[118,29],[-1,286],[11,4],[3,71],[101,-3],[54,-2],[-11,-131],[-10,-117],[17,-3],[3,35],[17,-1],[0,0],[56,-2],[30,0],[17,1],[8,11],[32,43],[13,24],[32,68],[23,48],[11,19],[15,21],[21,14],[24,6],[23,3],[5,1],[22,311],[8,130],[12,168],[0,0],[8,-13],[9,-12],[24,-21],[15,26],[20,30],[16,18],[32,29],[40,19],[46,11],[82,3],[20,1],[24,1],[142,23],[-2,187],[-219,-7],[-34,88],[-11,31],[-64,164],[-23,61],[-6,14],[-9,13],[-15,32],[-13,40],[-9,35],[-4,37],[-2,40],[1,50],[16,218],[3,37],[10,144],[3,25],[24,311],[5,67],[8,105],[2,13],[6,10],[88,116],[8,14],[5,14],[-47,22],[-13,1],[-15,-4],[-8,-7],[-19,-23],[-12,-13],[-12,-7],[-14,-4],[-19,-4],[-20,2],[-20,3],[-16,7],[-29,22],[-12,6],[-41,7],[-16,5],[-9,4],[-15,16],[-11,13],[-7,21],[-6,33],[-10,27],[-10,15],[-14,12],[-63,35],[-21,-12],[-121,86],[-26,11],[-34,10],[-59,11],[-150,18],[-97,13],[-66,8],[-39,4],[-41,3],[-160,6],[-20,-10],[-12,-13],[-20,-31],[-37,-98],[-29,6],[-112,23],[-70,-1],[-63,-14],[-11,-6],[-25,74],[-13,12],[-52,34],[-23,9],[-14,0],[-27,-7],[-18,1],[-40,54],[-3,10],[0,11],[9,25],[2,15],[0,8],[-4,6],[-10,10],[-31,24],[-34,21],[105,220],[12,1],[19,2],[-4,16],[-2,16],[31,-3],[10,-4],[3,-2],[-10,-9],[1,-1],[25,-19],[10,-8],[49,-34],[21,-8],[19,-6],[23,-3],[23,1],[4,0],[21,5],[71,18],[61,15],[49,2],[62,-10],[108,-15],[70,-5],[70,2],[33,0],[120,-6],[16,1],[55,3],[14,8],[15,10],[14,18],[43,66],[11,12],[17,8],[5,0],[25,-3],[127,-37],[24,-6],[29,1],[22,1],[224,-144],[118,-71],[50,-27],[41,-21],[79,-30],[17,-3],[17,-6],[41,-38],[81,444],[4,5],[1,1],[7,5],[13,0],[13,-3],[23,-16],[53,-62],[20,-20],[18,-15],[20,-15],[33,-17],[36,-12],[28,-8],[50,-4],[8,-4],[6,-5],[20,2],[1,0],[4,-14],[11,1],[4,-3],[11,-7],[40,-5],[23,1],[29,1],[22,-2],[18,-5],[25,-110],[31,8],[10,-66],[119,35],[16,96],[-52,23],[8,16],[15,37],[3,7],[4,15],[6,26],[3,28],[0,51],[2,11],[63,26],[272,111],[48,17],[26,6],[26,4],[16,1],[21,-3],[25,-5],[160,-50],[260,-83],[10,-5]],[[783039,803390],[10,-1],[157,79],[2,-43],[1,-41],[-2,-30],[-3,-17],[1,-33],[11,-45],[1,-34],[0,-62],[14,-17],[44,-39],[17,-11],[53,-27],[49,-13],[60,-8],[42,-2],[-5,-6],[-60,-57],[-19,-25],[-26,-58],[-17,-40],[-18,-42],[-34,-75],[-23,-53],[-11,-34],[1,-52],[0,-13],[-3,-85],[-6,-47],[-2,-20],[-12,-32],[-22,-34],[-57,-59],[-21,-20],[-36,-17],[-58,-19],[-20,-6],[-39,-2],[-26,5],[-26,9],[-6,3],[-278,131],[-62,29],[-21,11],[-27,14],[-28,15],[-45,34],[-62,57],[-119,114],[-26,25],[-34,28],[-103,68],[-18,12],[-60,38],[-60,40],[-61,38],[-34,32],[-18,25],[-72,140],[-23,-1],[-4,4],[-255,483],[3,9],[442,396],[135,116],[15,-19],[80,-97],[70,-71],[121,-97],[297,-235],[216,-173],[46,-27],[38,-13],[36,-3]],[[369672,391780],[-34,25],[-4,11],[-131,326],[-26,68],[-6,14],[-4,10],[-67,155],[-30,68],[-49,105],[-163,308]],[[369158,392870],[-11,22],[18,12],[0,-1],[67,-125],[38,-73],[51,-99],[49,-102],[44,-94],[29,-63],[16,-36],[38,-90],[46,-114],[40,-100],[19,-50],[30,-76],[40,-101]],[[381180,392367],[-3,30],[-41,-8],[-46,-4],[-66,4],[-63,13],[-24,5],[-46,12],[-18,6],[-9,5],[-6,7],[10,13],[12,18],[3,19],[1,28],[-4,60],[-4,39],[-8,67],[-24,183],[-3,38],[-1,44],[1,32],[8,35],[13,37],[13,31],[9,23],[32,73],[28,57],[70,151],[14,42],[13,43],[11,46],[9,51],[6,73],[0,33],[-4,52],[-6,40],[-8,79],[-26,219],[-46,428],[-1,8],[-1,10]],[[380975,394509],[4,-1],[36,1],[2,0],[93,7],[17,-2],[6,-2],[10,-3],[29,-23],[49,-42],[19,-16],[171,-118],[27,-29],[27,-28],[32,-31],[16,-15],[21,-20],[2,-3],[3,-1],[91,-81],[27,-22],[46,-37],[28,-21],[26,-19],[108,-73],[43,-29],[15,-10],[35,-22],[45,-26],[168,-97],[30,-18],[26,-17],[34,-24],[48,-37],[14,-10],[7,-5],[11,-10],[48,-38],[13,-12],[40,-40],[48,-53],[12,-15],[23,-37],[30,-53],[15,-33],[23,-59],[11,-39],[6,-11],[17,-77],[6,-46],[2,-19],[1,-10],[2,-25],[0,-32],[-40,-295],[-37,-87],[-21,-40],[-13,-14],[-118,-63],[-55,-29],[-53,-20],[-96,-30],[-36,-11],[-15,-5],[-25,-8],[-28,-8],[-33,-9],[-32,-9],[-34,-9],[-23,-6],[-22,-5],[-47,-12],[-34,-7],[-92,-21],[-109,-22],[-76,-15],[-34,-7],[-72,-15],[-79,-14],[-13,25],[-11,21],[-8,16],[-14,30],[-21,41],[-21,-3],[-10,-1],[-29,-5],[-12,-2],[-9,-2],[-43,-9],[-37,-8],[-4,-1],[-2,0]],[[382367,396214],[-100,12],[-102,2],[-59,5],[-40,1],[-71,8],[-65,6],[-17,4],[-39,8],[-13,2],[-12,10],[-21,9],[-9,-2],[-30,-5],[-61,-7],[-29,-1],[-17,7],[-14,8],[-23,1],[-24,-3],[-14,3],[-20,15],[-32,-7],[-14,1],[-16,7],[-13,4],[-22,4],[-24,7],[-9,4],[-2,7]],[[381455,396324],[36,53],[7,-9],[9,-9],[12,-3],[13,0],[36,8],[9,-1],[24,-12],[29,-14],[18,-5],[27,-4],[-15,76],[650,100],[-2,-18],[49,-209],[9,-52],[1,-11]],[[395637,396766],[108,-271],[12,-28],[1,-1],[8,-8],[82,-9],[32,-4],[-2,-51],[-21,-28],[-16,-7],[-25,-18],[-16,-31],[-17,-38],[-1,-6],[-12,-44],[-27,-56],[-18,-31],[-5,-6],[-9,-10],[-9,-6],[-15,-7],[-18,-7],[-25,-7],[-38,-10],[-17,-5],[-37,-20],[-89,-50],[-20,-11],[-14,-5],[-13,-5],[-16,-3],[-11,-1],[-10,-1],[-51,4],[-109,10],[1,9],[-9,1],[-10,0],[-9,-1],[-5,0],[-11,-1],[-6,0],[-6,0],[-55,4],[-100,8],[-53,4],[-54,4],[-4,-4],[-8,-7],[-7,-3],[-4,-3],[-7,-4],[-10,-6],[-7,-4],[-5,-4],[-4,-6],[-8,-8],[-11,-9],[-10,-6],[-10,-3],[-12,-1],[-15,2],[-9,3],[-11,5],[-16,11],[-16,12],[-9,7],[-10,9],[-7,5],[-7,4],[-8,3],[-6,1],[-7,1],[-5,2],[-5,4],[-5,6],[-5,9],[-9,19],[-11,33],[-1,7],[-1,6],[0,5],[-2,3],[-3,3],[-3,5],[-9,11],[-16,20],[-5,7],[0,6],[1,4],[1,3],[3,2],[4,1],[4,1],[6,4],[6,5],[4,5],[3,5],[2,8],[2,8],[0,4],[0,8],[1,14],[-1,5],[-2,7],[-5,15],[-6,13],[-4,7],[-2,3],[-3,3],[-4,1],[-4,0],[-4,0],[-3,-1],[0,4],[0,3],[-2,3],[-2,2],[-4,4],[-3,5],[-2,5],[-3,8],[-3,9],[-1,9],[0,10],[1,7],[2,8],[1,8],[2,5],[1,12],[0,13],[2,14],[1,11],[2,10],[1,4],[2,7],[4,14],[4,9],[11,25],[2,6],[1,3],[-1,4],[0,2],[36,1],[1,0],[83,-2],[22,-1],[11,1],[27,8],[44,10],[12,11],[26,6],[10,-1],[9,1],[15,-1],[22,5],[23,6],[51,24],[189,51],[22,7],[97,27],[66,21],[41,12],[27,9],[34,9],[20,7],[13,3],[15,6],[112,33]],[[383086,393318],[-7,35],[-51,106],[-111,196],[-66,114],[-53,94],[-19,44],[-2,13],[2,50]],[[382779,393970],[13,34],[28,-17],[6,6],[4,4],[7,3],[4,2],[17,4],[18,4],[15,-28],[97,7],[35,2],[2,1],[16,1],[10,1],[10,1],[160,14],[185,17],[10,1],[9,1],[3,0],[10,1],[12,1],[17,1],[40,4],[10,1],[12,1],[10,1],[15,1],[30,3],[75,6],[37,4],[12,1],[36,3],[13,1],[10,1],[11,1],[10,1],[12,1],[10,1],[12,1],[10,1],[13,1],[8,1],[15,1],[20,2],[9,1],[14,1],[102,10],[-3,130],[147,10],[261,20],[102,6],[120,6],[11,1],[9,3],[20,0],[9,2],[13,0],[16,2],[9,0],[5,1],[6,0],[6,0],[9,1],[16,1],[12,1],[17,2],[14,-1],[3,-1],[29,5],[-3,7],[-8,24],[-35,105],[16,6],[-1,1],[-6,34],[47,19],[201,84],[12,9],[6,10],[3,12],[4,24],[5,9],[10,10],[219,95],[194,83],[4,-26],[13,6],[21,9],[44,19],[21,9],[28,12],[14,6],[12,6],[5,2],[26,10],[25,11],[124,52],[62,27],[190,83],[75,33],[35,15],[-2,69],[-1,25],[0,27],[-2,37],[0,19],[-1,13],[0,13],[-1,11],[0,21],[-1,11],[-1,37],[-2,27],[0,21],[-1,17],[0,23],[-2,16],[1,28],[-1,15],[0,21],[-2,17],[0,23],[-2,27],[0,22],[108,14],[1,31],[-1,74],[-3,61],[79,8],[65,7],[5,0],[1,-56],[2,-17],[2,-169],[7,-3],[102,1],[0,-211],[0,-42],[2,-1],[96,38],[3,83],[26,0],[106,5],[4,81],[146,-10],[-6,-119],[101,43],[127,54],[212,92],[20,161],[127,39],[93,30],[5,1],[-20,-132],[11,2],[36,16],[176,76],[30,153],[29,-2],[15,-2],[13,0],[10,-2],[13,0],[9,-2],[17,0],[12,-2],[13,0],[8,-2],[15,0],[1,-1],[0,-8],[-1,-10],[-5,-22],[-2,-23],[164,73],[130,68],[29,144],[11,46],[20,81],[17,57],[25,73],[33,90],[28,75],[159,406],[203,530],[161,411],[9,-30],[3,-17],[3,-16],[0,-11],[1,-13],[1,-11],[2,-19],[2,-10],[0,-15],[3,-18],[1,-11],[3,-19],[0,-8],[2,-7],[0,-12],[3,-21],[1,-11],[2,-14],[1,-13],[-1,-23],[-1,-6],[-8,-39],[-7,-26],[-4,-16],[-7,-26],[-4,-17],[-7,-26],[-3,-14],[-10,-33],[-3,-16],[-9,-30],[-3,-18],[-8,-25],[-5,-22],[-8,-27],[-3,-16],[-8,-28],[112,-18],[33,-6],[5,0],[22,-5],[24,-3],[26,-5],[10,-1],[12,-3],[8,-1],[44,-7],[8,-1],[26,-5],[9,-1],[28,-5],[8,-1],[28,-5],[11,-1],[12,-3],[-39,-221],[-7,-26],[62,-14],[0,-8],[5,-6],[5,-1],[6,-1],[3,6],[3,5],[19,-4],[197,-42],[90,-20],[20,-2],[8,3],[13,-2],[-2,-13],[0,-23],[2,-17],[9,-35],[0,-5],[6,-8],[5,1],[24,10],[47,12],[10,3],[35,17],[17,13],[19,15],[9,14],[25,13],[179,109],[8,24],[18,22],[15,17],[41,-32],[14,22],[3,-2],[15,13],[32,27],[42,38],[27,26],[143,138],[90,84],[103,97],[131,124],[126,-148],[21,17],[28,27],[11,9],[28,27],[12,9],[18,18],[10,8],[7,7],[19,17],[7,4],[6,3],[3,0],[23,-26],[4,-4],[2,-2],[1,-1],[3,1],[6,4],[15,14],[8,6],[6,3],[25,8],[12,8],[4,4],[75,66],[18,16],[26,25],[5,-3],[5,-4],[7,-7],[2,-1],[3,1],[5,3],[10,10],[9,8],[12,12],[6,5],[19,21],[6,5],[9,10],[5,3],[10,9],[10,11],[7,6],[7,8],[7,6],[28,28],[17,17],[129,123],[14,14],[27,25],[15,14],[25,25],[20,19],[10,10],[19,18],[9,9],[8,7],[216,207],[92,89],[78,78],[108,-107],[34,38],[13,12],[16,19],[3,2],[2,0],[2,-1],[4,-3],[4,-3],[20,-22],[11,-13],[3,-2],[3,1],[2,1],[16,14],[20,21],[57,54],[22,21],[6,8],[2,0],[3,1],[3,-1],[5,-5],[9,-8],[30,-33],[3,-4],[2,0],[2,1],[4,3],[6,6],[6,6],[7,7],[16,16],[14,14],[10,9],[7,8],[7,6],[7,7],[10,10],[10,11],[18,15],[13,15],[7,6],[7,7],[8,7],[7,8],[7,6],[7,7],[20,18],[9,9],[2,2],[2,1],[13,-2],[10,0],[5,2],[9,8],[13,13],[10,9],[7,7],[9,9],[7,7],[9,10],[6,5],[8,8],[8,7],[10,11],[8,7],[8,8],[6,6],[11,11],[6,5],[6,7],[8,7],[12,13],[8,7],[8,8],[6,6],[26,27],[8,7],[26,26],[6,5],[9,9],[6,5],[13,15],[32,32],[14,-20],[53,-73],[14,-19],[-2,0],[90,-131],[13,-23],[10,-18],[69,-120],[15,-47],[35,-78],[-124,-137],[-44,-45],[-118,-126],[0,-6],[27,-32],[-141,-147],[-136,155],[-6,1],[-8,-6],[-148,-128],[-69,-74],[-45,-39],[-59,-58],[-50,-55],[-14,-11],[-9,-15],[-71,-81],[-75,78],[-18,18],[-16,-20],[-22,-27],[-101,-101],[-96,-99],[-15,-15],[-277,-283],[-105,-101],[-59,-24],[-28,-29],[-21,-24],[-15,-11],[-10,-1],[-6,7],[-16,20],[-21,16],[-26,9],[-27,-2],[-26,-7],[-13,-10],[-198,-205],[-183,-192],[-148,-156],[-60,48],[-28,-38],[-18,-12],[-195,-127],[-242,-158],[-19,-12],[-81,-57],[-73,-49],[-14,-10],[-7,-6],[-1,-2],[-1,-4],[-2,-26],[-1,-29],[-1,-26],[0,-24],[-2,-18],[0,-34],[-4,-44],[-12,-36],[-39,-4],[-20,-3],[-132,-14],[-2,-98],[-152,-27],[2,-71],[1,-38],[0,-66],[2,-30],[0,-64],[1,-37],[-154,-1],[1,-72],[5,-229],[-10,-1],[-12,-1],[-30,-2],[-158,-4],[-207,-4],[1,-195],[-72,0],[-58,0],[-15,-1],[-17,1],[-19,-1],[-48,0],[-12,1],[-11,-1],[-21,0],[-28,0],[-15,1],[-48,0],[-127,0],[-154,0],[-19,1],[-16,0],[-11,0],[-17,-1],[-41,2],[-24,0],[-102,-1],[-95,-5],[1,-24],[3,-69],[1,-37],[-12,-1],[-41,-6],[-70,-25],[-114,-46],[-74,-31],[-261,-109],[-288,-136],[-354,-147],[-253,-106],[-285,-123],[-50,-18],[-67,-25],[-104,-37],[-36,-20],[-26,-13],[-57,-24],[-270,-115],[-76,-35],[-76,-33],[-142,-53],[-58,-25],[-76,-29],[-126,-62],[-70,-31],[-15,-9],[-50,-28],[-46,-30],[-21,-15],[-33,-26],[-181,-130],[-168,-124],[-404,-298],[-127,-89],[-220,-161],[-333,-243],[-17,-13],[-81,-60],[-118,-82],[39,-65],[-1,-1],[-122,-86],[-25,-20],[-108,-92],[-21,-18],[-23,-18],[-23,-18],[-34,-27],[-38,-35],[-33,-37],[-23,-24],[-61,-24],[16,-44],[10,-30],[2,-7],[2,-2],[5,-17],[3,-5],[2,-7],[2,-7],[3,-6],[2,-9],[6,-16],[5,-14],[3,-7],[2,-5],[2,-5],[1,-6],[3,-7],[3,-7],[2,-9],[7,-16],[4,-13],[3,-8],[2,-6],[2,-7],[3,-7],[5,-15],[3,-5],[1,-5],[18,-50],[5,-14],[3,-7],[1,-5],[2,-5],[2,-6],[2,-7],[9,-18],[8,-27],[-10,-3],[-86,-28],[-90,-32],[-37,-12],[-127,-44],[-98,-31],[-8,24],[-3,15],[-7,22],[-3,9],[-10,30],[-5,15],[-13,42],[-7,17],[-3,14],[-5,15],[-3,11],[-9,27],[-4,13],[-6,19],[-4,13],[-6,19],[-3,10],[-4,11],[-30,98],[-8,25],[-3,11],[-5,13],[-21,71],[-1,12],[-29,87],[46,24],[61,32],[55,25],[147,64],[43,17],[29,11],[0,1],[56,39],[-3,70],[-4,10],[-82,167],[-9,17],[-4,12],[2,97],[30,29],[47,35],[44,32],[18,15],[29,25],[14,12],[20,20],[31,33],[31,31],[10,11],[6,6],[27,38],[19,38],[34,66],[36,71],[33,64],[13,15],[84,76],[15,13],[26,22],[9,10],[6,10],[2,7],[-2,8],[0,5],[-19,53],[-86,251],[-22,66],[-25,-4],[-129,-28],[-53,-12]],[[394396,399302],[3,-12],[3,-8],[7,-14],[3,-5],[3,-2],[5,-1],[8,-1],[11,1],[4,-1],[4,-2],[14,-11],[8,-5],[5,-2],[11,-1],[14,-2],[17,-5],[4,-1],[6,0],[13,2],[3,0],[1,-2],[1,-2],[4,-2],[10,-8],[19,-14],[28,-21],[36,-28],[5,-5],[8,-7],[4,-2],[12,-2],[6,0],[3,2],[15,10],[23,3],[23,-4],[17,-6],[23,-6],[23,-1],[25,6],[22,14],[18,15],[22,-8],[-17,-19],[-18,-12],[-31,-19],[-26,-11],[-20,-12],[-8,-13],[0,-2],[7,-14],[6,-14],[2,-6],[1,-5],[0,-5],[-1,-2],[-3,-4],[-5,-10],[-3,-3],[-3,-1],[-1,0],[-26,2],[-11,2],[-21,2],[-19,-7],[-6,-3],[-12,-8],[-4,-2],[-2,-1],[-3,1],[-4,2],[-18,10],[-17,8],[-13,6],[-5,2],[-13,2],[-16,0],[-5,-2],[-5,-4],[-2,-1],[-5,-9],[-2,-6],[0,-7],[1,-7],[4,-12],[25,-75],[26,10],[4,-13],[7,-24],[4,-14],[6,-37],[-2,-47],[-3,-43],[-10,-40],[-20,-44],[-24,-47],[-26,-36],[-31,-33],[-39,-27],[-24,-15],[-44,-19],[-20,-10],[-8,-9],[0,-3],[-3,-19],[8,-84],[-1,-22],[-3,-14],[-15,-27],[-22,-24],[-13,-15],[-15,-16],[0,-1],[43,-146],[72,-231],[42,-110],[20,-41],[20,11],[0,0],[21,14],[41,7],[56,-3],[39,-3],[27,-2],[135,-14],[65,-7],[120,-13],[243,-27],[148,-11],[46,-4],[25,-1],[6,-65],[0,0],[0,-15],[17,-184],[6,-67],[12,-104],[14,-111],[6,-31],[8,-50],[11,-50],[-50,-24],[-36,-11],[-76,-21],[-24,-1],[-34,2],[-48,9],[-32,9],[1,-24],[36,-9],[46,-6],[52,-3],[39,7],[51,17],[29,9],[91,35],[8,-32],[15,-59],[-26,-9],[0,0],[-98,-32],[-29,-9],[-55,-16],[-13,-2],[-2,0],[-44,-14],[-17,-6],[-76,-22],[-28,-8],[-16,-3],[-6,-3],[-21,-5],[-13,-3],[-12,-4],[-80,-21],[-7,-2],[-10,-3],[-19,-5],[-18,-6],[-28,-6],[-81,-23],[-16,-4],[-14,-4],[-38,-8],[-42,-11],[-12,-3],[-58,-9],[-27,-2],[-26,0],[-14,3],[-49,14],[-21,9],[-2,2],[0,0],[-1,1],[-6,4],[-9,1],[-12,5],[-18,11],[-19,13],[-3,4],[-10,8],[-9,9],[-38,38],[-15,15],[-11,12],[-36,40],[-41,51],[-5,7],[-4,6],[-9,18],[-11,16],[-18,30],[-10,15],[-7,14],[-10,17],[-37,67],[-8,12],[-11,22],[-6,12],[-8,14],[-13,25],[-6,12],[-7,14],[-13,23],[-17,33],[-10,26],[-13,29],[-10,27],[-16,35],[-4,13],[-20,48],[-6,18],[-5,13],[-6,18],[-17,53],[-7,22],[-3,10],[-4,14],[-9,25],[-5,16],[-1,5],[-1,1],[-16,70],[-7,28],[-7,24],[-27,119],[-5,29],[-6,29],[-1,11],[-3,13],[-1,11],[-2,13],[-3,27],[-3,13],[-1,11],[-4,29],[-5,41],[-2,15],[-3,27],[-10,70],[-1,16],[-6,56],[-3,32],[-5,42],[0,30],[-3,24],[1,10],[0,9],[-2,70],[0,25],[1,4],[-63,451],[67,3],[105,8],[2,2],[9,21],[20,40],[5,7],[1,1],[14,-2],[22,-2],[10,-2],[13,0],[6,0],[3,1],[18,13],[4,4],[8,8],[20,4],[17,8],[3,2],[5,5],[9,11],[13,16],[31,38],[4,5],[3,6],[1,3],[0,4],[0,5],[-1,4],[-2,4],[-12,23],[-6,15],[-8,25],[-6,25],[-15,29],[-10,14],[-2,1],[-8,2],[-11,1],[-8,-1],[-16,-3],[-4,1],[-14,8],[-3,3],[-5,8],[-3,11],[0,7],[1,3],[1,3],[4,3],[16,14],[6,8],[8,11],[4,8],[3,12],[6,12],[12,31],[6,13],[9,16],[2,3],[2,1],[8,4],[17,6],[6,3],[9,4],[9,4],[5,2],[11,5],[35,15],[13,4],[14,6],[15,7],[20,9],[63,35],[31,21],[4,1],[2,-1],[1,-1],[4,-1],[6,-4],[8,-8],[2,-3],[1,-3],[2,-2],[7,-17],[7,-17],[2,-6],[1,-8],[1,-11],[0,-12],[0,-6],[-3,-10],[-3,-1],[-2,-6],[-25,-28],[-3,-4],[-3,-5],[-2,-7],[-1,-5],[1,-7],[3,-16],[-1,-1],[-2,-2],[-6,-2],[-5,-4],[-16,-8],[-33,-12],[-13,-3],[-7,-3],[-10,-6],[-4,-5],[-1,-7],[0,-9],[5,-45]],[[394831,397343],[5,-27],[12,1],[34,1],[-5,87],[-2,29],[-9,52],[-9,20],[-8,17],[-12,27],[-15,25],[-13,-17],[-5,-6],[-5,-4],[-15,-12],[8,-15],[6,-13],[12,-25],[3,-16],[6,-25],[-7,-4],[7,-28],[7,-31],[2,-25],[3,-11]],[[393926,402530],[74,-91],[54,-65],[167,-201],[65,-78],[68,-82],[243,-292],[1,-9],[-129,-82],[-48,-26],[-85,-46],[-33,-21],[-54,-24],[-53,-13],[-42,-21],[-9,33],[-8,35],[60,32],[-14,64],[62,24],[-22,61],[-15,39],[-27,-3],[-11,-8],[-21,-22],[-16,-17],[-19,-4],[-33,-9],[-15,-15],[-18,48],[48,12],[8,12],[5,17],[-9,16],[-2,18],[-7,15],[-21,-1],[-20,0],[-20,-3],[-6,-13],[2,-14],[-5,-3],[-5,5],[-23,95],[-36,74],[-23,39],[-45,65],[-48,43],[-189,158],[79,93],[14,5],[20,2],[0,17],[3,24],[7,19],[151,98]],[[394911,408578],[-8,-10],[-9,-3],[-16,1],[-12,6],[-13,-20],[-5,-8],[-61,-134],[6,-4],[4,-6],[2,-6],[1,-10],[-3,-9],[-44,-104],[-13,-8],[-15,-32],[-69,-162],[-7,-19],[-17,-45],[-56,-134],[-8,-16],[-6,-17],[-2,-7],[-37,-112],[-6,-16],[-17,-45],[-23,-58],[-12,-26],[-8,-18],[-52,-103],[-8,-13],[-35,-59],[-2,-9],[0,-18],[0,-31],[-11,-31],[-11,-27],[-24,-30],[-10,-9],[-19,-47],[-39,-95],[-8,-15],[-13,-13],[-8,-6],[-14,4],[-70,38],[-17,-40],[-40,20],[-10,-20],[-50,-110],[104,-73],[18,-12],[-22,-74],[-39,-23],[-50,30],[-31,-60],[-59,37],[-18,-16],[-23,16],[12,-48],[-30,-31],[-22,-18],[3,-98],[3,-40],[6,-12],[2,-13],[9,-74],[-91,-1],[-63,-7],[-49,-9],[-35,-13],[-10,-4],[-33,-22],[-23,-30],[-13,-24],[-7,-29],[-8,-46],[-3,-65],[0,-191],[5,-47],[10,-60],[24,-48],[33,-42],[40,-24],[87,-44],[-14,-49],[-6,-18],[-37,-12],[-11,-3],[-49,-4],[-1,1],[-2,1],[-2,-1],[-2,0],[-3,1],[-2,1],[-3,3],[-4,4],[-3,3],[-4,3],[-5,4],[-5,5],[-9,7],[-6,5],[-6,5],[-4,5],[-3,5],[-3,2],[-3,1],[-2,0],[-2,-2],[-3,-3],[-6,-7],[-15,-18],[-4,-6],[-28,29],[-5,4],[-2,1],[-4,3],[-1,0],[-1,-1],[-5,-4],[-1,-3],[-4,-18],[-17,-24],[-37,-6],[-4,-2],[-3,-2],[-1,1],[-1,0],[-1,-1],[-1,-2],[-1,-1],[-1,-1],[-2,-1],[-1,-1],[-1,-3],[-1,-1],[-1,-4],[-246,-20],[-30,-10],[-28,6],[-23,-2],[-1,-4],[-5,-7],[-118,-7],[0,8],[-117,-10],[0,-4],[-190,48],[-23,6],[-64,17],[-49,13],[-38,9],[-49,11],[-18,4],[-58,13],[-142,32],[-6,1],[-2,1],[-24,6],[-87,23],[120,495],[84,354],[61,242],[22,97],[-111,32],[-45,13],[-52,14],[177,760],[52,-5],[49,-4],[95,-9],[26,38],[-13,14],[28,59],[2,3],[34,64],[67,131],[29,60],[2,2],[55,108],[54,107],[9,16],[1,2],[54,106],[2,3],[53,105],[110,215],[70,137],[66,131],[2,4],[30,58],[35,68],[56,110],[51,-14],[22,-6],[8,-3],[45,-12],[43,-13],[16,-4],[17,-6],[20,-4],[12,-5],[17,-4],[18,-5],[16,-4],[12,-5],[20,-4],[42,-12],[16,-4],[20,-6],[18,-5],[83,-23],[23,-8],[29,-8],[18,-5],[18,-5],[18,-5],[18,-5],[97,-27],[18,-6],[228,-63],[15,-6],[87,-24],[45,-14],[179,-51],[190,-55],[68,-19],[148,-42],[-49,-124],[-41,-103]],[[393707,407960],[103,-30],[24,95],[26,11],[5,24],[-145,44],[-13,4],[-9,-42],[12,-3],[-13,-61],[18,-5],[-8,-37]],[[393428,406368],[53,-22],[5,0],[2,0],[33,40],[11,-8],[39,49],[-7,4],[-14,13],[-57,57],[-7,9],[-8,-25],[-19,-17],[-4,-27],[1,-6],[17,-12],[-12,-14],[-17,-13],[-16,-28]],[[396166,411532],[-7,-18],[-61,-140],[-34,-80],[-45,-102],[-5,-12],[-20,-14],[-10,-4],[-9,-7],[-2,-3],[-5,-11],[-21,-50],[-3,-4],[-8,-12],[-8,-12],[-9,-22],[-4,-22],[-2,-8],[-15,-53],[-13,-45],[-3,-11],[-20,-51],[-11,-25],[-13,-28],[-12,-28],[-2,-8],[-4,-30],[-5,-13],[-20,-57],[-13,-28],[-24,-56],[-25,-62],[-15,-33],[-15,-57],[-46,20],[-12,0],[-6,-5],[-21,-60],[-18,-51],[-15,-32],[-9,-23],[3,-13],[12,-10],[15,-7],[7,-5],[1,-10],[-49,-119],[-24,-53],[-37,-97],[-40,23],[-5,1],[-300,105],[-190,65],[-214,71],[-20,7],[-20,-89],[-12,-52],[-14,5],[-354,118],[-476,155],[69,132],[9,18],[20,40],[34,65],[30,59],[37,74],[71,-21],[12,-5],[13,-3],[23,-9],[24,-7],[12,-5],[25,-7],[13,-5],[30,-9],[13,-5],[18,-5],[15,-6],[27,-8],[128,269],[128,-42],[369,-130],[157,-54],[34,-12],[136,-43],[23,58],[28,71],[1,13],[38,105],[7,20],[-8,10],[-60,21],[-2,49],[1,6],[5,20],[12,46],[22,41],[19,27],[-25,10],[67,99],[39,57],[20,13],[17,16],[89,-30],[35,112],[-31,13],[38,117],[72,-28],[62,155],[-79,27],[7,24],[34,114],[370,-131],[65,-24],[24,-8],[9,-2],[1,-2],[1,-2],[0,-3],[-9,-33],[-5,-16],[-5,-12],[-6,-25],[-4,-10],[-12,-37]],[[393926,402530],[-55,65],[-28,-30],[-99,-101],[-14,17],[-28,33],[-52,-56],[-12,3],[-11,2],[-73,-76],[-166,173],[13,38],[15,45],[19,68],[-11,9],[-17,59],[-28,51],[35,58],[2,7],[-22,15],[-20,-31],[-34,-53],[-9,-10],[-12,-13],[-8,-8],[-7,-4],[-4,-3],[-4,-1],[-7,0],[-5,1],[-1,0],[-2,2],[-3,3],[-3,8],[-1,2],[0,6],[1,4],[9,18],[4,6],[15,23],[7,11],[8,13],[6,11],[9,14],[14,25],[6,8],[15,25],[9,13],[64,106],[10,19],[24,38],[10,17],[74,123],[2,5],[-1,3],[-1,1],[-4,1],[-3,4],[-15,12],[-10,10],[-1,5],[0,6],[1,4],[3,6],[5,7],[1,1],[11,3],[5,1],[5,-1],[6,-3],[10,-5],[7,-6],[2,0],[6,3],[2,1],[4,9],[16,27],[7,14],[16,39],[11,27],[14,36],[8,21],[-22,8],[-132,46],[-34,13],[-34,21],[-23,24],[-29,36],[-22,17],[-11,13],[-4,6],[3,11],[16,22],[122,159],[34,45],[44,61],[37,55],[31,56],[24,47],[12,31],[13,29],[20,65],[14,56],[10,67],[17,250],[13,191],[8,69],[41,258],[30,207],[14,76],[9,36],[5,49],[7,63],[1,25],[-5,29],[-13,23],[-30,25],[-109,57],[-32,16],[-37,22],[-33,27],[-28,32],[-13,27],[-17,66],[-1,196],[4,95],[4,33],[10,33],[23,39],[31,26],[47,18],[32,9],[47,7],[133,4],[35,0],[88,4],[24,6],[23,18],[21,23],[112,242],[228,524],[111,266],[113,265],[33,84],[20,42],[61,138],[116,265],[116,263],[99,241],[2,1],[18,38],[94,205],[1,2],[17,40],[145,328],[57,120],[185,420],[20,37],[31,70],[111,262],[236,526],[53,123],[17,38],[19,43],[0,3],[24,49],[115,260],[116,259],[42,96],[67,162],[21,35],[-1,3],[17,33],[24,57],[1,2],[30,70],[13,29],[11,26],[48,104],[20,36],[24,20],[21,9],[21,0],[29,-6],[20,-9],[32,-12],[24,-8],[5,20],[9,45],[-4,19],[-44,19],[-21,8],[-11,11],[-6,10],[-2,8],[2,18],[9,37],[-30,13],[-55,20],[-28,-34],[-16,-21],[-5,-3],[-14,-3],[-79,52],[-114,-138],[-4,-1],[-7,2],[-6,2],[-8,-19],[-4,-16],[1,-14],[15,-14],[13,-2],[-1,-18],[-3,-24],[-9,-8],[-29,4],[-7,-7],[-6,-21],[-61,29],[-12,-3],[-19,-14],[-15,-21],[-16,-28],[-31,-77],[-8,2],[-47,9],[-100,-6],[-7,1],[-39,1],[-66,12],[-52,16],[-45,25],[-30,24],[-55,52],[-2,2],[-29,22],[-35,21],[-41,22],[-30,10],[-24,14],[-42,45],[-16,41],[-7,22],[5,28],[15,40],[19,67],[16,76],[25,127],[34,-9],[9,16],[131,-41],[21,-8],[15,49],[-12,4],[-17,8],[-14,8],[-6,6],[-19,24],[-17,29],[-12,20],[-9,35],[34,17],[-2,3],[-17,14],[-15,8],[-56,18],[7,149],[32,20],[10,5],[22,7],[35,3],[40,-1],[48,-10],[47,-16],[67,-28],[124,-59],[57,-23],[8,-3],[40,-12],[0,-5],[4,-9],[2,-19],[16,-96],[14,9],[16,17],[8,8],[10,5],[22,6],[18,8],[16,9],[21,15],[14,9],[32,23],[10,8],[33,27],[5,5],[5,6],[1,3],[0,3],[-4,18],[-1,6],[0,3],[1,2],[5,5],[2,0],[14,-2],[5,-3],[6,0],[4,1],[9,6],[22,18],[14,10],[52,28],[14,6],[18,9],[-79,31],[-22,8],[115,110],[17,-7],[20,-5],[19,-12],[23,-21],[12,-13],[11,-19],[7,-27],[24,5],[12,4],[11,4],[10,6],[13,9],[69,150],[-8,1],[8,15],[37,-3],[35,1],[65,7],[18,0],[7,0],[-4,-14],[-27,-77],[-1,-23],[43,-2],[3,-2],[22,-12],[27,-21],[9,-8],[16,-12],[5,-2],[5,-1],[97,1],[10,-1],[10,-2],[7,-3],[4,-4],[8,-7],[10,-11],[5,-6],[12,17],[6,19],[6,13],[32,6],[36,13],[24,10],[-3,10],[-42,72],[-8,19],[-16,37],[-2,37],[4,26],[4,6],[0,0],[23,46],[53,92],[138,242],[26,45],[17,30],[89,161],[146,268],[19,33],[115,209],[23,41],[116,196],[18,34],[17,30],[104,181],[49,83],[14,24],[91,170],[61,124],[44,79],[33,48],[19,25],[4,7],[1,-1],[15,18],[122,145],[13,-7],[26,-15],[-3,-5],[-11,-16],[-18,-36],[-10,-25],[-8,-32],[-7,-35],[-5,-28],[-2,-11],[-1,-1],[-5,-24],[-3,-20],[-10,-44],[-3,-21],[-7,-34],[-7,-36],[-8,-36],[-6,-38],[-16,-67],[-5,-35],[-4,-23],[-1,-9],[-1,-11],[-7,-58],[-3,-57],[-1,-16],[-1,-15],[-1,-17],[-1,-16],[0,-16],[-4,-64],[-2,-16],[0,-23],[-1,-11],[-1,-16],[-1,-12],[-1,-13],[-2,-19],[-1,-28],[-3,-36],[-4,-59],[-3,-29],[-1,-11],[-1,-13],[-1,-11],[-1,-13],[-4,-63],[-7,-57],[-5,-22],[-6,-20],[-3,-14],[-4,-11],[-5,-21],[-6,-18],[-3,-14],[-4,-11],[-6,-25],[-5,-11],[-7,-23],[-4,-16],[-5,-17],[-4,-15],[-4,-11],[-3,-14],[-5,-16],[-4,-15],[-4,-11],[-5,-19],[-4,-13],[-5,-21],[-4,-11],[-4,-14],[-5,-16],[-3,-15],[-4,-11],[-5,-19],[-4,-13],[-5,-21],[-4,-11],[-4,-14],[-5,-16],[-4,-16],[-5,-16],[-4,-14],[-4,-12],[-3,-14],[-6,-18],[-3,-14],[-5,-16],[-4,-14],[-4,-11],[-3,-13],[-4,-11],[-4,-15],[-7,-24],[-12,-32],[-13,-32],[-6,-9],[-16,-31],[-10,-17],[-44,-66],[-8,-13],[-10,-14],[-71,-104],[-11,-18],[-1,-4],[-4,-7],[-1,-6],[-4,-24],[0,-13],[-1,-11],[-1,-13],[-1,-11],[-1,-14],[-1,-16],[0,-15],[-2,-11],[0,-14],[-2,-10],[0,-21],[-1,-11],[-1,-14],[-1,-10],[-1,-14],[-1,-16],[0,-15],[-2,-17],[0,-15],[-2,-11],[0,-14],[-2,-10],[0,-20],[-1,-12],[-1,-14],[-1,-16],[0,-14],[-2,-13],[0,-19],[-2,-12],[0,-12],[-2,-11],[0,-15],[-1,-16],[-1,-14],[-1,-11],[-1,-15],[-1,-9],[0,-21],[-2,-11],[0,-15],[-3,-38],[-1,-18],[-3,-40],[0,-14],[-2,-11],[0,-15],[-3,-38],[-3,-43],[-1,-22],[-2,-10],[-4,-53],[-1,-11],[0,-13],[-2,-11],[0,-13],[-2,-11],[-8,-106],[-3,-26],[0,-11],[-1,-10],[-1,-11],[-1,-11],[-2,-31],[-4,-32],[-1,-22],[-5,-61],[-3,-14],[-4,-13],[-6,-17],[-6,-13],[-11,-22],[-10,-18],[-23,-36],[-4,-7],[-7,-11],[-5,-8],[-6,-8],[-12,-21],[-42,-66],[-12,-19],[-141,-220],[-22,-35],[-9,-13],[-4,-7],[-9,-13],[-4,-7],[-5,-7],[-4,-8],[-12,-17],[-3,-6],[-9,-13],[-3,-5],[-18,-28],[-3,-5],[-5,-8],[-17,-25],[-7,-13],[-3,-4],[-3,-6],[-15,-22],[-4,-6],[-27,-42],[-4,-8],[-12,-18],[-7,-12],[-8,-12],[-5,-8],[-18,-29],[-10,-16],[-12,-19],[-9,-14],[-5,-7],[-3,-6],[-3,-5],[-16,-27],[-25,-38],[-7,-13],[-8,-11],[-9,-16],[-7,-9],[-3,-6],[-1,-1],[-3,-6],[-120,-194],[-29,-47],[-7,-11],[-7,-11],[-8,-11],[-9,-16],[-8,-12],[-6,-7],[-17,-28],[-14,-21],[-10,-17],[-9,-14],[-6,-9],[-7,-12],[-9,-13],[-35,-58],[-10,-14],[-9,-16],[-9,-14],[-36,-58],[-11,-16],[-9,-16],[-9,-14],[-7,-13],[-9,-13],[-16,-26],[-15,-22],[-20,-33],[-10,-16],[-24,-36],[-17,-26],[-8,-15],[-26,-35],[-38,-56],[-11,-16],[-19,-27],[-9,-13],[-34,-49],[-33,-47],[-18,-26],[-18,-26],[-24,-35],[-11,-14],[-6,-10],[-29,-39],[-14,-21],[-22,-30],[-10,-14],[-50,-70],[-9,-14],[-11,-14],[-33,-47],[-7,-9],[-12,-17],[-23,-32],[-14,-20],[-13,-18],[-19,-28],[-34,-46],[-16,-24],[-12,-15],[-14,-21],[-13,-18],[-15,-22],[-12,-15],[-15,-23],[-16,-21],[-10,-14],[-8,-11],[-20,-29],[-7,-10],[-5,-7],[-9,-13],[-6,-8],[-15,-21],[-13,-17],[-25,-37],[-16,-21],[-12,-18],[-35,-48],[-11,-16],[-8,-11],[-7,-10],[-21,-29],[-11,-16],[-9,-12],[-40,-56],[-41,-56],[-139,-195],[-51,-71],[-16,-20],[-20,-28],[-35,-47],[-21,-30],[-4,-6],[-15,-20],[-20,-28],[-7,-9],[-10,-14],[-7,-10],[-5,-7],[-14,-20],[-34,-47],[-9,-14],[-6,-8],[-14,-19],[-13,-19],[-9,-12],[-3,-4],[-3,-5],[-4,-4],[-94,-135],[-67,-94],[-23,-31],[-5,-8],[-14,-19],[-6,-8],[-17,-24],[-17,-24],[-12,-16],[-13,-18],[-18,-26],[-24,-37],[-6,-7],[-14,-20],[-6,-8],[-5,-8],[-5,-7],[-8,-9],[-20,-29],[-17,-22],[-7,-12],[-10,-12],[-5,-8],[-15,-19],[-5,-8],[-20,-27],[-16,-25],[-18,-23],[-11,-17],[-19,-26],[-14,-20],[-19,-26],[-9,-13],[-5,-7],[-9,-13],[-4,-5],[-4,-5],[-11,-15],[-2,-4],[-10,-14],[-4,-5],[-11,-15],[-2,-4],[-6,-7],[-5,-9],[-7,-9],[-4,-8],[-12,-15],[-3,-5],[-21,-28],[-13,-20],[-12,-16],[-15,-21],[50,-42],[5,-2],[109,-94],[1,-4],[-10,-17],[-59,-95],[-45,-73],[-56,-90],[-99,-160],[-13,-22],[183,-141],[185,-146],[80,-61],[189,-151],[67,-53],[22,-18],[90,-71],[197,-154],[26,-23],[-4,-1],[-6,-2],[-4,-2],[-3,-4],[-3,-4],[1,-2],[2,-2],[6,-2],[7,-2],[8,0],[14,1],[10,1],[10,1],[15,1],[54,5],[54,5],[19,2],[18,1],[8,-2],[17,-7],[11,-4],[24,-9],[33,-12],[16,-7],[7,-2],[10,0],[10,0],[35,3],[16,1],[20,2],[8,1],[15,1],[20,2],[9,1],[11,1],[10,1],[12,1],[10,1],[12,1],[10,1],[21,0],[3,0],[1,-2],[1,-7],[-1,-8],[-1,-7],[-5,-15],[-5,-22],[-6,-21],[-6,-19],[-5,-13],[-6,-17],[-23,-41],[-3,-8],[-9,-15],[-11,-20],[-4,-4],[-3,-3],[-9,-2],[-23,-3],[-10,-1],[-12,-1],[-50,-4],[-10,-2],[-15,-1],[-20,-2],[-9,-1],[-11,0],[-12,-2],[-13,-1],[-11,-1],[-10,-1],[-78,-7],[-101,-7],[-39,-3],[-9,0],[-9,-2],[-14,0],[-12,-2],[-23,0],[-14,-2],[-12,0],[-11,-2],[-13,0],[-13,-2],[-14,0],[-13,-2],[-15,0],[-13,-2],[-14,0],[-13,-2],[-14,0],[-13,-2],[-14,0],[-13,-2],[-14,0],[-12,-2],[-9,0],[-19,-2],[-14,0],[-13,-2],[-14,0],[-12,-2],[-27,-1],[-23,-3],[-14,0],[-18,-2],[-13,0],[-14,-2],[-10,0],[-11,-2],[-14,0],[-6,-2],[-21,0],[-14,-2],[-15,0],[-27,-4],[-15,0],[-19,-2],[-14,0],[-12,-2],[-12,0],[-10,-2],[-15,0],[-25,-2],[-132,-11],[-19,-2],[-21,-8],[-18,-9],[-7,-2],[-42,-4],[-13,0],[-10,-2],[-13,0],[-36,-4],[-15,0],[-36,-4],[-16,0],[-55,-6],[-14,0],[-10,-2],[-19,-1],[-25,-1],[5,-50],[4,-30],[0,-6],[-1,-8],[-8,-34],[-6,-18],[-20,-53],[-21,-47],[-12,-26],[28,-18],[-14,-36],[-15,-19],[-42,-35],[-30,-16],[-51,-21],[-238,-89],[-76,-32],[-7,-8],[-3,-4],[-12,-19],[-9,-61],[-10,-54],[-8,-73],[-16,-180],[-11,-126],[9,-13],[8,-14],[13,-19],[23,-37],[13,-19],[11,-19],[17,-27],[8,-10],[7,-13],[16,-25],[7,-10],[7,-11],[9,-15],[11,-16],[6,-11],[13,-19],[18,-29],[12,-16],[10,-16],[18,-27],[8,-15],[32,-49],[14,-22],[4,-6],[3,-2],[5,1],[7,3],[14,11],[38,25],[23,13],[60,42],[10,6],[10,7],[29,20],[44,30],[12,8],[13,9],[50,34],[4,3],[3,2],[1,1],[122,82],[27,-53],[7,-14],[0,-3],[0,-4],[62,-63],[45,-91],[5,-13],[-369,-207],[-9,-7],[-230,-178],[-25,-19],[29,-57],[45,-83],[-42,-129],[56,-18],[75,-23],[30,-10],[55,-70],[14,-18],[-15,-20],[-123,-159],[-173,-232],[-117,-162]],[[395259,408936],[-39,16],[-35,-78],[24,-11],[0,-5],[-43,-100],[112,-53],[60,134],[3,8],[-21,12],[-5,14],[-29,20],[-19,4],[-9,4],[-5,4],[-2,8],[8,23]],[[395501,409207],[-133,50],[-94,-210],[-5,-21],[33,-16],[9,16],[89,-45],[77,173],[24,53]],[[395741,409569],[28,50],[61,-39],[33,63],[-131,85],[-1,12],[-10,-23],[-21,-46],[-6,-14],[-21,-46],[68,-42]],[[396647,411811],[-117,50],[-22,-56],[48,-22],[-38,-91],[60,-29],[9,20],[49,104],[11,24]],[[396821,412040],[13,41],[58,-20],[20,61],[2,32],[-109,53],[-22,-38],[19,-9],[-16,-37],[-19,-43],[-8,-19],[62,-21]],[[398177,414141],[-9,12],[1,15],[16,12],[5,14],[14,-1],[12,-37],[15,-5],[19,9],[-9,33],[-2,35],[5,16],[11,29],[-197,72],[-42,-26],[-25,0],[-37,-34],[4,-5],[2,-8],[0,-13],[0,-10],[-8,-8],[-6,-4],[2,-51],[172,-63],[61,16],[-4,2]],[[398433,415205],[-52,17],[-19,-47],[51,-14],[-5,-45],[48,-12],[41,-10],[12,47],[31,15],[1,12],[-108,37]],[[398123,415333],[-25,-44],[0,1],[0,-1],[-53,-93],[-19,-36],[-26,-49],[-10,-18],[-67,-126],[-21,-39],[-12,-27],[-58,-124],[-26,-51],[-46,-83],[-34,-63],[-29,-60],[-50,-69],[-36,-56],[-8,-15],[-5,-31],[-1,-26],[-9,-9],[-41,12],[-20,-34],[-50,-85],[-34,-60],[-18,7],[-43,13],[-76,20],[-61,13],[-4,14],[-5,16],[-38,130],[-34,117],[-1,13],[2,25],[13,25],[29,52],[11,19],[-124,43],[18,52],[23,68],[30,85],[-330,120],[-278,102],[14,149],[181,-63],[9,-4],[16,-5],[21,-8],[9,-2],[2,0],[1,2],[7,22],[7,16],[9,32],[7,16],[1,6],[1,4],[0,2],[5,11],[8,21],[87,-32],[81,192],[42,103],[40,98],[54,135],[53,131],[648,-224],[349,-126],[44,-18],[-11,-24],[-17,-22],[-30,-41],[-21,-29],[-4,-7],[-31,-54],[-16,-29]],[[398926,416954],[5,-2],[13,49],[12,44],[25,92],[99,-36],[130,-48],[94,-34],[-13,-12],[-7,-11],[-18,-32],[-17,-29],[-14,-30],[-4,-10],[-3,-7],[-7,-25],[-4,-5],[-7,1],[-8,-7],[-25,-22],[-15,-15],[-20,-33],[-15,-17],[-25,-20],[-9,-10],[-11,-17],[-11,-14],[-16,6],[-3,-7],[-84,30],[-46,19],[-88,32],[-40,14],[-30,11],[-62,23],[-54,21],[-242,88],[-158,58],[-16,6],[-93,32],[1,4],[65,171],[2,-1],[5,-2],[36,-12],[58,-20],[96,-34],[49,-18],[157,-59],[81,-30],[36,-14],[16,-7],[29,-10],[156,-51]],[[398846,418775],[35,-16],[2,6],[217,-87],[181,-76],[179,-74],[160,-66],[13,-6],[59,-25],[-3,-16],[-2,-5],[-4,-15],[-8,-38],[-15,1],[-4,3],[-16,5],[-29,14],[-11,4],[-56,23],[-11,-54],[-3,-13],[-8,3],[-19,-123],[15,-3],[101,-41],[60,-22],[41,1],[54,-107],[20,-45],[1,-20],[6,-9],[17,-40],[-5,-27],[-9,-41],[-7,-28],[-12,-44],[-17,-44],[-12,-29],[-19,-39],[44,-18],[148,-56],[-41,-128],[-12,-31],[-23,-37],[-41,-51],[-119,-143],[-89,-108],[-42,-60],[-75,50],[-16,-8],[-17,2],[-11,7],[-45,42],[11,17],[0,0],[-34,16],[-42,14],[-77,28],[-97,35],[-10,3],[-1,0],[-71,26],[-53,21],[-191,66],[-221,81],[-180,66],[-106,44],[-27,11],[-19,7],[47,134],[11,32],[105,299],[119,339],[36,102],[26,77],[45,132],[12,34],[34,101],[20,-8],[63,-25],[33,-14],[0,0],[15,-6]],[[369982,389376],[28,-19],[4,1],[7,-3],[8,-1],[31,0],[14,4],[30,11],[11,3],[59,10],[27,5],[5,-16],[9,-29],[2,-7],[43,-141],[96,-309],[26,-126],[4,-34],[-1,-31],[7,-41],[6,-112],[1,-71],[-13,-150],[-16,-85],[-8,-57],[-12,-67],[-35,-108],[-45,-122],[-90,-19],[-11,-31],[-46,-2],[-33,-1],[-33,3],[-31,5],[-25,7],[-3,-8],[-47,17],[31,87],[17,84],[0,29],[-24,48],[-312,440],[-140,195],[-20,22],[-5,7],[-1,3],[2,9],[5,9],[16,22],[15,21],[17,24],[6,9],[31,44],[19,27],[24,33],[14,21],[10,12],[26,37],[11,13],[13,18],[18,23],[17,24],[20,24],[42,58],[13,19],[12,19],[8,13],[7,14],[7,12],[5,9],[9,15],[24,44],[3,8],[17,32],[9,20],[21,44],[13,-32],[10,-16],[21,-20]],[[370093,389409],[-14,-2],[-22,10],[-22,13],[-11,13],[-2,15],[1,6],[3,22],[11,41],[3,26],[6,29],[6,30],[14,27],[44,3],[30,3],[0,-1],[1,-15],[2,-13],[9,-53],[16,-70],[16,-53],[-24,-9],[-4,-1],[-51,-16],[-12,-5]],[[370139,389705],[0,-2],[-32,1],[-56,3],[3,7],[6,13],[4,7],[5,9],[3,4],[15,7],[10,6],[10,12],[3,5],[4,6],[3,10],[7,22],[7,34],[6,34],[4,16],[5,17],[5,26],[6,29],[4,25],[2,19],[0,18],[1,18],[-2,21],[-6,43],[-3,9],[-2,13],[-11,50],[-2,17],[-2,23],[0,16],[-2,11],[0,24],[-7,146],[-2,67],[-1,4],[25,2],[12,-200],[13,-100],[22,-126],[8,-39],[-1,-45],[-3,-31],[-13,-57],[-28,-94],[-13,-68],[-6,-27],[-1,-5]],[[373743,392500],[136,-9],[32,-2],[30,-2],[78,-19],[17,-4],[2,-11],[13,-2],[86,-9],[73,-4],[1,7],[37,-5],[88,-22],[10,-7],[14,0],[49,-11],[12,-8],[14,-5],[24,-8],[30,-7],[10,-2],[38,-11],[34,-9],[63,-17],[19,-5],[12,-12],[20,-2],[51,-8],[7,0],[41,-4],[57,-9],[89,-13],[20,-3],[30,-5],[65,-6],[18,-2],[61,-3],[35,2],[19,0],[107,-1],[25,-1],[47,-3],[141,1],[16,0],[38,-1],[12,1],[9,1],[19,2],[21,-1],[1,0],[66,1],[10,0],[33,0],[58,0],[34,-3],[23,-2],[15,1],[37,2],[17,0],[12,2],[27,5],[41,2],[52,1],[174,-6],[95,-8],[64,-9],[67,-10],[56,2],[17,3],[34,0],[190,3],[29,1],[28,2],[54,10],[29,2],[6,1],[73,0],[14,0],[17,1],[42,-4],[132,3],[29,1],[58,-6],[23,-2],[35,3],[43,7],[68,4],[30,2],[16,3],[30,1],[29,6],[27,3],[10,1],[49,3],[25,8],[53,13],[9,8],[40,21],[88,30],[52,18],[78,19],[44,6],[57,-1],[66,-12],[62,-9],[160,-22],[96,-4],[57,0],[128,13],[103,-10],[69,2],[97,12],[40,5],[112,3],[18,3],[38,9],[34,5],[33,-1],[127,-3],[70,-10],[14,-3],[122,-28],[47,-11],[43,-4],[50,-13],[90,-12],[43,-12],[76,-23],[61,-26],[68,-21],[61,-24],[33,-10],[39,-11],[62,-30],[43,-39],[18,-25],[23,-45],[22,-26],[58,-35],[67,-57],[22,-18],[1,-12],[23,-14],[0,0],[2,1],[4,1],[6,-1],[13,-6],[9,-6],[43,-34],[26,-18],[8,-4],[16,-7],[16,-9],[8,-6],[1,-2],[2,-3],[46,-173],[-106,-38],[-12,-4],[-234,-84],[-21,-8],[-22,-9],[-20,-8],[-24,-8],[-25,-12],[-21,-11],[-115,-56],[-76,-38],[-43,-22],[-64,-31],[-36,-25],[-33,-27],[-26,-24],[-24,-20],[-3,14],[6,34],[-11,-11],[-6,-5],[-24,-7],[-8,2],[-15,3],[11,-29],[9,-4],[5,-27],[-1,-1],[-35,-18],[-22,-5],[-57,-2],[-42,5],[-154,31],[-93,15],[-14,2],[-47,11],[-43,12],[7,68],[1,10],[-39,7],[-33,6],[-65,24],[-5,-14],[-13,-39],[-4,3],[-36,23],[-89,60],[-132,88],[-37,22],[-8,5],[-76,48],[-24,16],[-36,22],[-123,72],[-73,39],[-60,32],[-69,34],[-36,16],[-28,11],[-44,17],[-51,16],[-36,10],[-34,9],[-120,28],[-256,55],[-126,26],[-50,8],[-101,25],[-25,6],[-82,22],[-115,36],[-126,42],[-47,13],[-93,18],[-58,10],[-53,7],[-130,10],[-210,18],[-38,6],[-248,35],[-126,14],[-126,10],[-13,0],[-103,6],[-6,1],[-25,0],[-68,2],[-36,2],[-70,-4],[-38,-2],[-18,-2],[-375,-73],[-235,-51],[-74,-16],[-119,-15],[-103,-11],[-62,-12],[-13,-3],[-4,-1],[-11,110],[-1,14],[-42,-3],[-103,-11],[-6,-109],[-1,-27],[-121,-8],[-2,0],[-246,-3],[-58,-1],[-18,0],[-217,2],[-49,-3],[-9,-1],[-38,-6],[-57,-8],[-124,-11],[-62,-6],[-278,-17],[-62,-5],[-91,-29],[-143,-31],[-96,-14],[-203,-17],[-266,-20],[-167,-2],[-10,0],[-98,9],[-92,16],[-39,10],[-32,9],[-71,24],[18,129],[18,4],[42,12],[29,8],[24,4],[49,8],[12,2],[85,11],[24,1],[49,6],[18,3],[58,10],[34,11],[43,12],[55,16],[15,8],[10,3],[31,11],[10,2],[27,10],[52,19],[30,11],[41,17],[43,23],[18,9],[10,5],[24,8],[9,3],[8,4],[185,72],[16,11],[23,12],[127,51],[56,9],[8,4],[5,1],[17,5],[13,1],[20,8],[27,11],[23,0],[38,0],[10,1],[15,2],[10,1],[23,7],[13,3],[6,1],[33,7],[27,3],[52,8],[58,1],[95,10],[12,-2],[28,4],[4,0],[12,0],[21,0],[40,-2],[6,4],[6,3],[10,3],[6,-1],[57,-4]],[[369672,391780],[18,-45],[90,-222],[28,-72],[14,-39],[29,-81],[43,-125],[46,-139],[13,-41],[7,-24],[5,-25],[5,-28],[2,-21],[5,-72],[8,-109],[8,-124],[4,-70],[3,-104],[2,-18],[0,-67],[2,-29],[-2,-17],[0,-66],[-2,-15],[0,-27],[-1,-9],[-1,-14],[-1,-14],[0,-13],[0,-13],[-1,-14],[-1,-9],[-2,-22],[0,-15],[-2,-9],[0,-19],[-1,-1],[-1,-15],[-5,-50],[-7,-47],[-6,-31],[-7,-30],[-12,-46],[-9,-31],[-16,-48],[-16,-43],[-26,-68],[-12,-29],[-32,-74],[-21,-45],[-15,-28],[-9,-15],[-19,-29],[-34,-49],[-74,-99],[-309,-399],[-196,-249],[-50,-64],[-90,-122],[-93,-131],[-3,1],[-15,4],[-11,-16],[-11,-16],[-14,-21],[-14,-27],[-17,-26],[-15,-25],[-7,-14],[-10,-19],[-5,-10],[-36,10],[0,4],[-5,5],[-4,2],[-2,-2],[-2,-3],[-3,-1],[-3,0],[-5,1],[-32,7],[-39,9],[-43,10],[-80,18],[-48,12],[-20,7],[-10,4],[-8,5],[-9,6],[-6,6],[-2,2],[-3,5],[-2,6],[-2,5],[-2,4],[-1,5],[0,5],[0,4],[0,5],[1,5],[1,5],[3,8],[2,5],[3,6],[3,5],[3,3],[3,4],[4,4],[4,5],[3,3],[3,4],[3,2],[7,9],[4,4],[5,4],[3,2],[2,3],[4,3],[6,6],[4,3],[4,4],[4,3],[16,15],[5,4],[5,4],[4,4],[2,2],[1,3],[1,5],[1,2],[-1,3],[-1,3],[-3,5],[-2,5],[-4,7],[-12,17],[-7,9],[-12,17],[50,81],[7,24],[4,38],[-1,33],[-11,48],[-3,6],[51,252],[20,43],[11,37],[12,50],[11,83],[14,105],[18,84],[16,60],[11,41],[20,49],[29,52],[33,58],[24,-23],[12,29],[27,0],[-1,1],[0,2],[1,6],[6,11],[9,16],[5,7],[4,4],[8,6],[3,2],[4,1],[8,1],[7,0],[9,-3],[11,-6],[14,-5],[4,-1],[5,1],[4,1],[5,7],[5,9],[5,13],[4,18],[3,8],[10,40],[3,14],[3,10],[6,22],[5,15],[1,10],[2,3],[6,22],[4,15],[10,38],[9,27],[9,20],[9,12],[48,-25],[26,-14],[22,-11],[25,-15],[23,-11],[6,-4],[8,-3],[20,-11],[14,-5],[4,-1],[5,1],[1,1],[2,2],[6,8],[5,20],[9,38],[9,35],[9,32],[13,44],[10,33],[12,40],[18,57],[-40,16],[-27,13],[32,118],[-76,28],[-30,12],[7,18],[24,82],[60,246],[28,-13],[37,-18],[2,6],[1,0],[27,78],[6,13],[2,8],[3,13],[2,8],[-6,4],[-12,7],[-6,3],[-33,13],[-12,4],[0,2],[2,8],[2,8],[0,1],[10,47],[81,-30],[1,3],[5,17],[1,4],[2,9],[6,24],[0,4],[4,22],[6,26],[5,34],[5,24],[4,23],[4,21],[2,13],[0,11],[-1,2],[-11,7],[-34,19],[-18,10],[-3,1],[-4,0],[-21,-1],[3,51],[8,185],[3,61],[4,87],[-1,132],[-6,185],[-8,133],[-14,80],[-21,83],[-58,169],[-38,92],[-23,37],[-24,31],[-11,15],[-15,17],[-21,25],[-8,10],[-23,40],[-43,120],[-36,114],[25,13],[1,0],[55,28],[8,3]],[[371661,392570],[-5,-30],[-9,1],[-25,-236],[-35,2],[-2,-15],[0,-10],[1,-23],[4,-53],[2,-28],[-22,-2],[-33,0],[-22,2],[-16,0],[-31,4],[-30,0],[-11,1],[-24,4],[-52,11],[-20,6],[-31,6],[-14,5],[-55,12],[-18,6],[-48,11],[-19,6],[-5,3],[-27,17],[-38,25],[-16,10],[-38,25],[-17,10],[-59,39],[-27,19],[-18,10],[-35,25],[-38,26],[-14,11],[-15,10],[-12,10],[-18,11],[-42,29],[-13,10],[-34,25],[-34,28],[-15,11],[-54,48],[-57,53],[-73,67],[-26,25],[15,18],[-16,14],[34,43],[7,8],[157,175],[27,5],[25,24],[6,7],[17,-7],[95,-45],[297,-161],[137,-70],[156,-75],[194,-73],[90,-31],[-5,-23],[2,-7],[2,-8],[0,-5],[0,-8],[0,-8]],[[373136,392696],[28,-3],[29,10],[77,56],[28,19],[43,23],[56,12],[72,-1],[74,-18],[49,-17],[111,-37],[75,-18],[44,0],[309,35],[26,3],[232,27],[90,10],[164,20],[101,13],[3,1],[6,1],[77,17],[163,35],[108,24],[21,5],[56,8],[22,1],[64,4],[173,7],[155,1],[120,-2],[40,-2],[32,-4],[20,-4],[20,-6],[23,-15],[33,-22],[19,-10],[25,-9],[27,-9],[112,-26],[42,-11],[37,-6],[35,-9],[68,-18],[55,-11],[54,-7],[101,-13],[166,-8],[53,-7],[34,-5],[72,-18],[65,-15],[54,-6],[70,-8],[6,-1],[103,-12],[113,-11],[13,-1],[68,-9],[37,-5],[33,-3],[41,-2],[107,-3],[169,-3],[96,-3],[83,-4],[46,-3],[49,-4],[39,0],[29,4],[24,10],[36,17],[39,27],[28,23],[35,24],[6,3],[26,13],[71,34],[73,36],[83,39],[26,14],[25,15],[39,29],[55,52],[32,32],[38,29],[34,19],[26,5],[23,1],[27,-2],[18,-6],[21,-13],[84,-71],[135,-119],[2,-1],[53,-44],[35,-24],[46,-25],[22,-6],[33,-7],[34,-8],[15,-4],[23,-11],[17,-10],[16,-10],[34,-31],[22,-20],[30,-22],[25,-18],[27,-12],[13,-6],[43,-17],[32,-12],[293,-84],[49,-14],[67,-12],[82,-13],[66,-5],[68,-3],[54,-1],[16,0],[8,-103],[-17,18],[-15,19],[-4,3],[-7,4],[-6,2],[-14,1],[-19,4],[-26,7],[-18,3],[-19,5],[-13,2],[-190,44],[-108,23],[-27,7],[-51,14],[-126,37],[-71,22],[-44,15],[-10,4],[-13,4],[0,1],[-30,12],[-13,7],[-15,7],[-7,2],[-16,8],[-13,4],[-27,13],[-10,4],[-22,12],[-14,5],[-13,6],[-3,2],[-7,3],[-2,0],[-1,2],[-34,13],[-100,34],[-85,21],[-34,-3],[-20,-9],[-23,-4],[-91,-41],[-127,-56],[-85,-31],[-6,-8],[-1,0],[-3,-2],[-7,-2],[-9,-1],[-7,1],[-10,1],[-14,3],[-11,2],[-9,1],[-41,2],[-39,2],[-27,2],[-13,0],[-16,-1],[-28,-1],[-32,0],[-9,0],[-30,2],[-45,2],[-10,1],[0,-1],[-16,-5],[-12,1],[-9,2],[-18,3],[-25,3],[-34,3],[-15,-2],[-38,-13],[-32,-9],[-13,-2],[-14,0],[-48,-6],[-71,0],[-13,-2],[-8,0],[-17,-4],[-18,-2],[-22,-6],[-28,-5],[-9,-2],[-7,-1],[-9,-3],[-8,-1],[-12,-4],[-17,-3],[-13,-2],[-6,1],[-267,-50],[-139,-11],[-100,-4],[-244,-19],[-86,-6],[-86,-2],[-3,0],[-21,-2],[0,1],[-6,-2],[-114,-1],[-224,-11],[-233,8],[-26,1],[-10,2],[-22,1],[-19,3],[-12,1],[-21,3],[-13,2],[-29,2],[-20,0],[-18,2],[-52,0],[-33,-2],[-22,0],[-50,3],[-18,0],[-47,-3],[-35,-5],[-21,0],[-6,1],[-3,1],[-15,-1],[-29,0],[-6,1],[-5,0],[0,-5],[-18,0],[-57,0],[-19,-2],[-13,-1],[-13,0],[-11,1],[-9,1],[-19,2],[-22,-3],[-13,-1],[-54,1],[-41,-3],[-35,-3],[-24,-1],[-24,-1],[-23,-1],[-6,0],[-12,1],[-31,2],[-52,7],[-20,-1],[-15,-1],[-15,-1],[-19,-1],[-33,1],[-14,1],[-36,4],[-23,3],[-13,1],[-40,4],[-46,2],[-46,4],[-22,2],[-27,4],[-66,12],[-3,1],[-22,4],[-1,0],[-58,12],[-26,4],[-42,7],[-26,4],[-72,15],[-44,10],[-4,1],[-17,3],[-29,6],[-17,3],[-15,5],[-18,4],[-38,12],[-10,4],[-7,2],[-21,14],[-7,3],[-9,2],[-6,2],[-9,0],[-19,1],[-11,1],[-15,2],[-37,6],[-1,0],[-20,3],[-37,7],[-64,13],[-86,17],[-68,14],[-49,1],[-19,1],[-47,1],[-74,2],[-38,0],[-29,-1],[-62,-1],[-11,0],[0,0],[-16,0],[-62,-1],[-61,0],[-16,-1],[-17,-1],[-27,-2],[-24,-2],[-23,-3],[-54,-9],[-23,-4],[-37,-6],[-29,-4],[-20,0],[-8,-1],[-10,-1],[-14,-1],[-15,-3],[-51,-9],[-36,-11],[-46,-15],[-37,-11],[-24,-8],[-22,-8],[-37,-18],[-33,-16],[-10,-5],[-47,-25],[-8,-4],[-30,-15],[-53,-25],[-29,-15],[-16,-9],[-22,-11],[-26,-14],[-16,-7],[-15,-8],[-8,-4],[-78,-39],[-70,-34],[-15,-7],[-27,-11],[-33,-12],[-44,-14],[-30,-8],[-30,-7],[-19,-6],[-14,-2],[-32,-5],[-14,-2],[-4,-3],[-2,-1],[-3,-1],[-4,0],[-4,0],[-5,2],[-38,-4],[-24,-3],[-6,-4],[-6,-3],[-24,-8],[-16,-2],[-5,0],[-6,1],[-24,6],[-4,3],[-10,5],[0,-1],[-66,-14],[-1,-1],[-7,-3],[-8,-2],[-9,0],[-1,0],[-5,0],[-7,-1],[-7,-1],[-25,-5],[-30,-4],[-16,-3],[-5,0],[-10,0],[-8,-2],[-28,-2],[-10,-2],[-12,0],[-10,-2],[-33,0],[-14,1],[-3,1],[-1,2],[-1,3],[-2,19],[0,1],[4,4],[4,8],[4,16],[18,71],[0,12],[0,19],[2,25],[2,36],[1,21],[1,25],[3,22],[2,22],[3,19],[3,22],[5,29],[4,27],[9,59],[32,-7],[72,-21],[217,-34],[228,-23],[127,-13],[17,0],[52,0],[43,8],[37,17],[21,18],[14,26],[62,332],[15,92],[17,43],[17,28],[33,36],[33,18],[35,0],[43,-19],[52,-46],[53,-58],[40,-48],[46,-69],[71,-126],[28,-51],[19,-15],[12,-8]],[[370973,392068],[-23,-31],[2,0],[39,-5],[14,-8],[8,-8],[20,14],[29,-3],[0,-2],[32,-4],[-17,-45],[-7,-33],[-7,-32],[-9,-38],[-20,-57],[-12,-29],[-16,-24],[-18,14],[-20,-13],[-12,-6],[-7,-3],[-16,-1],[-2,1],[-4,2],[-6,3],[-7,15],[-6,21],[-13,16],[-18,18],[-19,12],[-56,11],[-61,10],[-13,-38],[-18,-40],[-10,-11],[-23,-32],[-24,-32],[-24,-33],[-10,-12],[-14,-20],[-20,-25],[-25,-34],[-18,-24],[-16,-22],[-12,-18],[-1,-2],[55,-46],[20,-19],[-50,-67],[-89,-125],[-5,-1],[-6,-1],[-13,3],[-6,5],[-1,0],[-62,46],[-1,0],[-1,1],[0,1],[0,0],[-7,6],[-20,29],[-10,25],[29,279],[-22,2],[3,24],[-32,5],[-177,37],[-262,36],[-51,50],[-32,79],[-120,301],[-28,72],[-4,12],[-5,13],[-9,20],[-22,54],[-10,23],[-6,18],[-23,51],[-6,11],[-5,10],[-13,26],[-8,14],[-4,9],[-7,14],[-7,13],[-6,14],[-3,5],[0,4],[-45,118],[-51,108],[-20,23],[-21,39],[-9,33],[-9,25],[-31,50],[-48,49],[-11,23],[-19,59],[-6,52],[6,35],[14,46],[22,43],[38,46],[36,40],[9,14],[41,38],[41,35],[8,12],[24,14],[27,8],[9,0],[29,-3],[2,-1],[30,-24],[18,-12],[17,-10],[14,-6],[6,-3],[7,-4],[16,-13],[13,-11],[12,-13],[26,-20],[21,-18],[20,-19],[12,-14],[15,-19],[7,-8],[12,-11],[14,-12],[5,-5],[13,-16],[19,-27],[35,-38],[19,-19],[14,-14],[14,-12],[17,-12],[8,-8],[7,-8],[10,-17],[15,-36],[2,-4],[10,-7],[14,-9],[8,-5],[15,-10],[11,-7],[9,-7],[20,-17],[17,-18],[14,-14],[16,-15],[10,-8],[22,-22],[13,-16],[9,-11],[40,-37],[22,-28],[40,-38],[66,-74],[80,-83],[12,-14],[22,-22],[13,-12],[31,-30],[33,-30],[19,-15],[12,-7],[11,-10],[10,-6],[28,-21],[6,-3],[23,-9],[23,-13],[17,-12],[7,-5],[18,-20],[10,-12],[17,-17],[24,-22],[57,-45],[10,-6],[25,-17],[19,-12],[7,-4],[25,-19],[21,-12],[16,-7],[52,-26],[19,-8],[18,-8],[-5,-12],[-26,-63],[2,-33]],[[382367,396214],[4,-21],[8,-58],[12,-72],[9,-59],[7,-63],[4,-25],[4,-31],[4,-22],[1,-9],[-1,-5],[6,-33],[8,-40],[5,-38],[2,-24],[0,-26],[2,-37],[1,-17],[0,-64],[2,-34],[-1,-13],[0,-37],[-1,-19],[0,-43],[-2,-26],[0,-23],[-5,-49],[-2,-19],[0,-33],[1,-22],[4,-30],[15,-88],[4,-16],[4,-25],[6,-26],[3,-24],[5,-35],[3,-29],[-1,-7],[0,-12],[1,-6],[0,-12],[1,-6],[0,-30],[-1,-6],[0,-6],[-1,-6],[0,-6],[1,-6],[0,-6],[-1,-6],[2,-5],[0,-19],[2,-12],[0,-8],[2,0],[0,-10],[1,-6],[2,-6],[0,-6],[0,-6],[2,-6],[0,-6],[2,-12],[0,-6],[2,-6],[1,-6],[9,-30],[2,-10],[4,-11],[5,-27],[6,-29],[8,-19],[7,-20],[2,-24],[1,-29],[0,-30],[-56,-11],[-3,-2],[-1,-1],[0,-3],[10,-137],[1,-10],[4,-44],[1,-11],[4,-52],[1,-18],[2,-10],[1,-21],[2,-19],[1,-13],[4,-33],[0,-13],[3,-21],[0,-11],[2,-21],[1,-11],[1,-8],[2,-3],[3,-2],[6,1],[7,3],[30,17],[8,4],[22,14],[8,5],[22,13],[14,10],[11,6],[4,0],[3,-1],[3,-3],[1,-4],[12,-48],[13,-43],[1,-9],[2,-3],[3,-4],[4,-3],[4,-2],[7,-1],[3,-2],[8,0],[12,1],[42,-1],[8,-20]],[[383086,393318],[0,-1],[10,-56],[5,-69],[2,-63],[3,-26],[7,-32],[2,-6],[10,-28],[2,-10],[-1,-9],[-14,-37],[-25,-66],[-31,-69],[-35,-76],[-16,-31],[-18,-33],[-18,-31],[-21,-31],[-25,-35],[-27,-30],[-22,-31],[-23,-26],[-35,-36],[-44,-40],[-38,-30],[-33,-27],[-54,-40],[-117,-76],[-11,-8],[-123,-72],[-123,-63],[-45,-19],[-59,-27],[-125,-51],[-130,-41],[-119,-34],[-29,-7],[-94,-23],[-254,-49],[-14,-1],[-69,-16],[-44,-13],[-250,-87],[-146,-51],[-37,-13],[-34,-12],[-33,107],[5,0],[22,-6],[12,-6],[5,-2],[4,-2],[12,-9],[4,-2],[14,-8],[13,-4],[11,-3],[25,1],[12,2],[10,2],[5,1],[164,48],[61,19],[55,25],[27,9],[10,3],[24,7],[148,41],[42,10],[37,8],[25,4],[40,5],[25,5],[86,21],[57,15],[11,4],[8,3],[16,2],[49,14],[15,6],[17,5],[17,6],[36,8],[54,9],[35,7],[46,12],[22,6],[14,5],[11,5],[10,5],[41,25],[49,37],[15,10],[9,7],[26,17],[7,5],[25,16],[19,13],[11,4],[19,10],[35,14],[11,3],[12,4],[10,4],[11,4],[5,3],[15,9],[27,19],[20,16],[13,11],[13,11],[31,28],[32,32],[14,16],[18,14],[14,11],[5,2],[4,2],[16,1],[17,8],[21,7],[14,6],[12,6],[1,0],[10,7],[34,23],[12,12],[7,6],[8,8],[21,20],[10,10],[18,17],[16,18],[10,13],[30,35],[36,48],[24,35],[6,12],[10,14],[13,22],[20,36],[6,12],[5,10],[5,10],[15,28],[26,58],[9,24],[3,11],[6,19],[15,58],[7,44],[2,21],[1,18],[0,33],[0,21],[-2,20],[-2,19],[-7,39],[-1,7],[-2,7],[-3,9],[-3,9],[-3,13],[-2,6],[-3,17],[-2,6],[-3,8],[-2,5],[-1,9],[-3,5],[-3,15],[-5,15],[-7,15],[-5,16],[-4,8],[-13,21],[-10,16],[-13,20],[-15,21],[-37,44],[-29,30],[-33,32],[-19,16],[-15,15],[-19,16],[-13,12],[-25,21],[-14,14],[-8,8],[-5,6],[-3,7],[-5,10],[-4,5],[-4,4],[-15,14],[-11,13],[-8,8],[-4,3],[-4,3],[-10,4],[-18,9],[-6,4],[-5,4],[-6,5],[-9,11],[-5,8],[-2,2],[-4,2],[-8,3],[-16,4],[-18,7],[-8,7],[-15,22],[-7,8],[-10,9],[-4,2],[-9,3],[-6,3],[-8,1],[-9,1],[-13,5],[-5,3],[-12,8],[-5,5],[-3,1],[-4,1],[-3,1],[-11,10],[-6,3],[-3,2],[-13,4],[-17,9],[-18,11],[-19,14],[-21,12],[-6,5],[-8,7],[-12,4],[-7,4],[-4,3],[-15,15],[-10,6],[-11,10],[-9,5],[-13,7],[-16,10],[-16,14],[-6,3],[-10,5],[-13,4],[-11,5],[-10,8],[-13,11],[-7,5],[-7,3],[-8,2],[-24,0],[-11,2],[-6,1],[-11,3],[-5,3],[-13,10],[-7,2],[-13,6],[-7,2],[-5,3],[-3,2],[-6,6],[-3,5],[0,3],[1,10],[0,6],[-2,4],[-7,8],[-4,1],[-2,1],[-6,0],[-3,-1],[-10,-6],[-11,2],[-1,1],[-2,2],[-5,11],[-2,4],[-8,8],[-5,3],[-5,1],[-11,-1],[-19,0],[-8,2],[-15,6],[-12,7],[-4,3],[-5,4],[-7,9],[-8,9],[-12,6],[-11,3],[-6,3],[-4,5],[-6,12],[-3,1],[-2,3],[-5,3],[-4,1],[-14,1],[-12,1],[-4,1],[-5,4],[-4,3],[-3,4],[-6,4],[-4,1],[-17,0],[-6,1],[-5,2],[-12,10],[-12,8],[-35,27],[-20,21],[-6,5],[-6,3],[-13,3],[-7,3],[-25,19],[-12,8],[-7,3],[-12,3],[-8,3],[-14,8],[-13,10],[-25,23],[-21,15],[-19,13],[-33,16],[-19,11],[-11,8],[-10,8],[-15,15],[-24,21],[-217,158],[-48,44],[-25,24],[-25,25],[-7,7],[-37,39],[-32,39],[-21,27],[-7,10],[-29,42],[-7,10],[-7,11],[-17,25],[-7,13],[-18,30],[-26,50],[-35,77],[-10,25],[-3,10],[-8,19],[-8,24],[-8,29],[-7,27],[-3,11],[-2,11],[-4,21],[-4,29],[-1,11],[-1,13],[-6,54],[-1,13],[-1,8],[-2,26],[-1,14],[-1,18],[0,14],[-2,16],[0,23],[-2,25],[0,61],[1,13],[1,53],[2,17],[0,21],[1,13],[1,13],[1,9],[2,31],[2,9],[0,13],[3,19],[1,11],[3,24],[2,13],[0,10],[5,30],[17,135],[64,264],[20,63],[49,145],[24,69],[47,127],[21,54],[20,46],[28,57],[29,55],[24,39],[21,32],[17,24],[6,6],[20,34],[7,9],[50,56],[47,45],[48,-123],[-3,-1],[-4,-2],[-4,-4],[-5,-6],[-4,-6],[-6,-8],[-7,-10],[-5,-7],[-2,-9],[-3,-11],[-5,-12],[-6,-10],[-4,-10],[-7,-11],[-7,-10],[-7,-10],[-8,-10],[-9,-10],[-8,-11],[-6,-8],[-8,-9],[17,-65],[14,-43],[16,-48],[1,-5],[14,-30],[95,-198],[94,-197],[8,-19],[4,-8],[4,-22],[2,-3]],[[383972,397715],[22,-2],[20,1],[45,7],[29,7],[16,0],[20,0],[31,-6],[7,10],[14,10],[58,15],[45,9],[31,2],[177,2],[40,-1],[22,-4],[77,-24],[43,-13],[19,-4],[32,-4],[27,-2],[171,-8],[14,-5],[12,-8],[8,-10],[7,-11],[4,-16],[0,-15],[-5,-10],[-5,-8],[-11,-5],[-24,-7],[-134,-30],[-16,-5],[7,-47],[7,-52],[-33,-5],[-44,-5],[-42,-2],[-26,0],[-29,7],[-55,17],[-118,39],[-70,22],[-65,22],[-73,28],[-47,21],[-28,10],[-31,11],[-175,30],[-114,18],[-49,11],[-42,4],[-47,-2],[-143,-14],[-189,-9],[-62,-3],[-59,-4],[-24,-1],[-43,-8],[-105,-24],[-46,-5],[-37,-7],[-58,-12],[-31,-5],[-15,-2],[-30,-3],[-57,1],[-37,3],[-28,6],[-47,11],[-20,1],[-9,-2],[-12,-2],[-2,-1],[-50,-18],[-98,-48],[-51,-26],[-98,-49],[-95,-55],[-17,-10],[-14,44],[-73,-39],[-8,-4],[-52,-27],[-32,-7],[-20,-10],[-8,-11],[-10,9],[6,14],[0,2],[3,13],[1,11],[1,9],[0,10],[0,9],[0,16],[-1,12],[-2,14],[-3,17],[-2,13],[-3,11],[-2,10],[-10,33],[0,4],[105,28],[56,17],[74,27],[10,2],[18,-3],[10,0],[10,4],[59,29],[21,8],[11,-2],[32,10],[5,1],[9,5],[2,1],[123,50],[123,47],[3,1],[-1,1],[24,7],[14,6],[10,5],[8,1],[22,0],[6,1],[16,7],[71,13],[48,7],[42,7],[49,4],[48,0],[118,-1],[89,-4],[95,-10],[87,-19],[80,-15],[22,-4],[97,-19],[42,-13],[42,-7],[65,-9],[124,-27],[52,-11],[29,-4]],[[380975,394509],[-2,10],[-5,41],[-5,30],[-8,34],[-12,36],[-14,31],[-17,31],[-17,28],[-33,48],[-70,90],[-24,35],[-19,28],[-25,41],[-28,54],[-15,31],[-20,49],[-28,78],[-17,61],[-11,48],[-9,51],[-7,58],[-9,77],[-5,64],[-5,72],[-2,94],[2,52],[6,86],[14,133],[12,71],[13,64],[14,59],[55,199],[63,201],[45,132],[35,95],[25,61],[14,35],[52,110],[38,71],[42,64],[25,37],[88,112],[59,66],[74,73],[96,90],[129,116],[63,66],[23,27],[12,9],[2,4],[6,10],[82,97],[32,43],[108,130],[56,61],[8,9],[38,35],[58,47],[39,34],[42,28],[5,3],[65,37],[127,70],[20,10],[36,17],[22,10],[57,23],[58,20],[48,14],[39,12],[80,21],[29,5],[47,5],[52,6],[85,16],[108,18],[71,24],[107,30],[69,19],[42,8],[85,17],[65,5],[260,16],[19,1],[42,-5],[54,-12],[114,-38],[78,-22],[188,-47],[188,-50],[186,-53],[186,-54],[57,-14],[48,-9],[-4,-22],[19,-1],[49,-11],[1,-5],[9,-1],[0,-1],[-1,-51],[-2,-68],[3,-41],[32,1],[-1,-13],[-2,-17],[-2,-41],[-3,-36],[-1,-2],[9,-67],[0,-26],[-9,-20],[-17,-26],[-15,-20],[-12,-25],[-34,2],[-13,0],[-30,5],[-27,6],[-18,4],[-11,1],[-18,3],[-20,1],[-14,1],[-17,1],[-31,2],[-72,3],[-34,1],[-40,2],[-12,-1],[-13,-1],[-65,0],[-18,-2],[-28,-1],[-16,-1],[-31,0],[-19,-2],[-21,0],[-86,-4],[-31,-1],[-17,-1],[-32,-1],[-15,-1],[-36,-1],[-14,-1],[-56,0],[-13,-1],[-22,-1],[-19,1],[-21,3],[-30,5],[-28,6],[-16,3],[-20,5],[-17,3],[-240,67],[-12,1],[-13,3],[-14,3],[-20,5],[-9,1],[-13,3],[-10,1],[-12,3],[-10,1],[-11,3],[-10,1],[-13,3],[-15,3],[-13,3],[-10,1],[-20,4],[-13,3],[-9,1],[-39,2],[-33,2],[-33,-5],[-3,0],[-10,-2],[-20,-3],[-13,-1],[-36,-5],[-44,-5],[-21,-3],[-12,-1],[-63,-9],[-16,-1],[-18,-3],[-65,-9],[-11,-2],[-49,-7],[-12,-2],[-8,-1],[-12,-3],[-11,-3],[-18,-1],[-16,-4],[-14,-3],[-14,-3],[-14,-3],[-9,-2],[-9,-4],[-7,-3],[-35,-7],[-11,-3],[-19,-7],[-12,-2],[-8,-2],[-4,-2],[-15,-5],[-15,-5],[-13,-5],[-14,-4],[-10,-5],[-11,-3],[-8,-4],[-100,-40],[-9,-5],[-13,-4],[-36,-15],[-54,-19],[-75,-23],[-79,-22],[-192,-51],[-119,-31],[-24,-4],[-92,-20],[-15,4],[-38,15],[-12,-5],[-8,-11],[-8,-12],[-9,-5],[-12,0],[-104,-28],[-19,-3],[-26,-12],[-7,-5],[-43,-39],[-97,-87],[-15,-14],[-33,-33],[-40,-42],[-43,-46],[-37,-42],[-20,-22],[-17,-22],[-17,-23],[-27,-38],[-26,-38],[-20,-31],[-21,-34],[-13,-23],[-17,-31],[-15,-31],[-29,-63],[-35,-78],[-14,-31],[-10,-22],[-18,-49],[-7,-19],[-14,-46],[-94,-305],[-15,-54],[-44,-182],[-9,-43],[-7,-42],[-3,-16],[-2,-16],[-3,-14],[-1,-10],[-5,-32],[0,-7],[-2,-5],[-1,-16],[-1,-11],[-3,-26],[-1,-8],[-1,-9],[0,-15],[-2,-9],[0,-10],[-2,-13],[0,-19],[-1,-6],[-1,-25],[-1,-15],[0,-54],[-1,-12],[1,-98],[1,-16],[1,-16],[3,-57],[5,-42],[1,-13],[2,-11],[3,-27],[2,-11],[5,-39],[6,-33],[4,-21],[3,-13],[5,-26],[3,-14],[9,-35],[13,-38],[18,-45],[38,-84],[5,-9],[4,-10],[13,-22],[7,-13],[20,-33],[37,-56],[24,-33],[27,-35],[18,-21],[41,-51],[11,-15],[15,-25],[2,-2],[3,-8],[1,-3],[11,-13],[135,-160],[15,-7],[11,-8],[11,-9],[84,-62],[33,-24],[59,-41],[56,-37],[22,-15],[11,-6],[30,-21],[10,-5],[14,-10],[10,-6],[13,-9],[11,-6],[10,-8],[16,-9],[10,-4],[7,-5],[21,-10],[21,-12],[24,-17],[12,-7],[14,-10],[51,-29],[11,-8],[8,-9],[5,-7],[13,-18],[12,-13],[7,-5],[9,-4],[4,0],[13,-1],[5,-2],[5,-2],[8,-7],[14,-17],[13,-12],[44,-35],[5,-2],[2,-3],[5,-1],[5,-2],[11,-2],[6,-1],[22,-5],[13,-3],[17,-7],[2,-2],[28,-18],[14,-8],[25,-12],[14,-4],[9,-4],[13,-5],[11,-5],[13,-5],[10,-5],[7,-3],[35,-16],[39,-24],[6,-5],[15,-12],[14,-9],[22,-8],[27,-13],[36,-15],[17,-8],[4,-2],[13,-11],[16,-10],[15,-13],[18,-12],[6,-2],[31,-9],[20,-9],[7,-2],[21,-15],[30,-20],[19,-11],[12,-7],[16,-10],[37,-20],[8,-6],[12,-8],[27,-27],[12,-11],[16,-12],[24,-15],[42,-33],[16,-15],[15,-16],[29,-35],[10,-12],[16,-15],[23,-26],[9,-11],[19,-29],[3,-6],[6,-12],[14,-41],[6,-22],[5,-16],[13,-29],[9,-16],[15,-34],[2,-7],[4,-18],[2,-18],[0,-24],[3,-25],[2,-13],[0,-11],[0,-7],[-2,-8],[-5,-12],[-3,-6],[-2,-14],[-1,-7],[1,-9],[2,-7],[0,-6],[-1,-5],[2,-6],[-8,-47],[-7,-24],[-31,-58],[-47,-99],[-24,-37],[-1,-5],[-1,-4],[-3,-7],[-2,-4],[-3,-2],[-8,-3],[-6,-1],[-2,0],[-2,2],[-61,-71],[0,-1],[-5,-8],[-9,-10],[-37,-32],[-21,-21],[-22,-23],[-19,-17],[-1,-1],[-47,-30],[-28,-22],[-25,-23],[-10,-2],[-42,-39],[-64,-59],[-41,-29],[-27,-14],[0,-1],[-12,-7],[-16,-8],[-10,-4],[-16,-8],[-28,-11],[-5,-3],[-4,-2],[-58,-31],[-19,-12],[-4,-1],[-1,-2],[-2,0],[-2,-2],[-6,-2],[-13,-7],[-7,-5],[-10,-4],[-18,-10],[-10,-4],[-11,-6],[-9,-3],[-14,-7],[-18,-6],[-29,-12],[-39,-10],[-5,-1],[-12,-1],[-19,-5],[-13,-3],[-11,-4],[-29,-11],[-28,-7],[-18,-2],[-13,-1],[-25,-4],[-11,0],[-37,-5],[-11,-1],[-13,-3],[-23,-3],[-15,-5],[-34,-15],[-15,-4],[-35,-3],[-15,-1],[-7,-3],[-12,-2],[-26,-9],[-18,-3],[-19,-1],[-32,0],[-12,-2],[-15,-4],[-21,-6],[-10,-2],[-12,1],[-15,0],[-15,2],[-22,5],[-44,6],[-7,0],[-12,-2],[-10,-9],[-4,-1],[-6,-1],[-4,1],[-3,1],[-2,3],[-1,12],[-5,22],[-2,15],[-3,19],[-1,7],[-1,3],[-3,4],[0,10],[-34,198],[-2,14]],[[386800,399009],[-11,-18],[-44,-78],[-8,-13],[-7,-12],[-34,-60],[-10,-15],[-17,-27],[-21,-29],[-5,-9],[-10,-12],[-22,-34],[-24,-31],[-10,-16],[-14,-18],[-16,-22],[-8,-11],[-37,-51],[-14,-18],[-14,-17],[-17,-24],[-26,-31],[-15,-15],[-21,-26],[-10,-10],[-34,-31],[-12,-10],[-11,-8],[-10,-9],[-10,-8],[-9,-5],[-21,-14],[-11,-7],[-17,-7],[-34,-17],[-13,-6],[-48,-18],[-11,-5],[-13,-4],[-73,-30],[-60,-20],[-80,-22],[-16,-5],[-65,-18],[-25,-8],[-79,-24],[-23,-6],[-24,-7],[-19,-5],[-8,-3],[-19,-5],[-9,-3],[-18,-5],[-14,-5],[-45,-13],[-11,-4],[-13,-3],[-32,-10],[-6,-3],[-7,-1],[-8,-3],[-14,-2],[-5,0],[-1,0],[-5,3],[-6,5],[-10,11],[-3,6],[-2,2],[-2,3],[-1,3],[-5,43],[0,16],[-2,11],[0,14],[-1,10],[-1,16],[-3,27],[0,11],[-4,24],[-6,33],[-2,13],[-10,45],[-4,29],[-14,47],[-12,38],[15,7],[25,11],[10,6],[47,28],[30,21],[339,277],[99,74],[24,18],[15,12],[102,74],[19,9],[21,8],[14,1],[83,-6],[95,1],[20,4],[49,8],[56,14],[68,21],[28,10],[36,20],[27,21],[23,23],[30,39],[27,44],[129,267],[21,35],[2,13],[39,54],[128,167],[191,254],[35,44],[67,-121],[-2,0],[-2,-2],[-2,-4],[1,-4],[8,-19],[4,-7],[1,-10],[-1,-4],[-2,-10],[-3,-6],[-11,-17],[-20,-28],[-18,-28],[-14,-20],[-7,-11],[-20,-28],[-30,-43],[-24,-34],[-6,-9],[-27,-39],[-27,-43],[-24,-33],[-9,-14],[-43,-64],[-10,-16],[-23,-34],[-18,-30],[-11,-20],[-9,-20],[-35,-103],[-5,-16],[-6,-14],[-6,-16],[-6,-14],[-3,-12],[-5,-12],[-5,-10],[-4,-11],[-8,-21],[-7,-13],[-5,-12],[-12,-24],[-13,-26],[-9,-16]],[[393823,399788],[-1,-2],[-2,-1],[-20,1],[-27,0],[-34,0],[-2,0],[0,2],[-12,534],[-1,72],[21,4],[13,0],[3,-1],[5,-10],[10,-26],[13,-27],[13,-33],[10,-34],[9,-27],[2,-8],[5,-29],[3,-16],[7,-44],[0,-10],[5,-35],[1,-19],[1,-21],[0,-69],[-1,-11],[-1,-21],[-12,-104],[-2,-24],[-3,-14],[-1,-13],[-2,-14]],[[394348,400906],[-35,-607],[-32,-478],[-15,-47],[-2,-3],[-57,-131],[-57,-120],[-72,8],[-40,8],[-27,4],[-11,1],[-28,1],[-35,1],[-3,1],[-29,0],[-13,1],[-1,0],[2,3],[-3,8],[1,20],[1,4],[0,12],[5,33],[2,11],[0,8],[2,8],[0,7],[4,17],[0,3],[0,5],[2,8],[1,15],[2,8],[0,8],[2,8],[2,16],[3,16],[0,8],[2,8],[0,8],[2,8],[0,8],[2,8],[0,8],[2,8],[0,8],[1,8],[0,8],[2,8],[0,16],[2,8],[0,16],[2,8],[0,8],[2,8],[0,8],[1,8],[2,19],[0,5],[-1,8],[0,8],[-1,8],[0,80],[-1,16],[0,16],[-2,16],[0,16],[-2,16],[-2,8],[0,8],[-3,16],[-2,16],[-4,16],[-2,16],[-5,24],[0,8],[-5,24],[-2,16],[-5,22],[0,9],[-16,58],[-4,7],[-2,5],[-2,3],[0,4],[-2,5],[-2,3],[0,4],[-1,4],[-2,11],[-2,0],[0,6],[-2,0],[0,3],[-2,10],[-1,0],[0,8],[-2,0],[0,7],[-2,0],[0,3],[-2,9],[-2,3],[0,5],[-2,3],[0,4],[-1,4],[0,4],[-2,4],[0,4],[-2,5],[-2,3],[0,4],[-2,3],[0,4],[-1,4],[0,5],[-2,3],[0,9],[-2,4],[0,4],[-2,7],[0,4],[-3,16],[-2,4],[0,4],[-2,8],[0,4],[-1,4],[0,12],[-1,4],[0,8],[-2,4],[0,4],[-1,4],[0,4],[-2,4],[0,4],[-2,4],[0,4],[-1,4],[-1,11],[-2,1],[0,8],[-1,8],[0,4],[-4,17],[0,17],[-2,0],[0,14],[-2,8],[0,8],[-1,8],[0,8],[-2,8],[-1,14],[-4,31],[0,30],[-1,3],[-1,2],[-3,7],[-2,4],[-4,18],[-1,13],[-8,52],[-1,14],[-3,13],[0,8],[1,9],[2,4],[3,7],[0,3],[-1,1],[-3,2],[-4,2],[-3,4],[-2,7],[-2,6],[0,8],[-4,25],[-1,24],[-1,29],[-1,27],[-1,16],[-1,7],[-3,13],[-2,11],[-1,22],[-1,29],[-1,80],[-1,23],[1,9],[1,3],[1,7],[3,9],[3,16],[1,30],[-1,11],[0,22],[-1,12],[-1,6],[0,21],[-2,13],[0,19],[-4,35],[-3,14],[-2,17],[-7,32],[-12,56],[-1,12],[-8,23],[-9,24],[-3,9],[-4,8],[-26,50],[-18,27],[-15,25],[-2,8],[-3,6],[-1,4],[-3,24],[-2,9],[-6,14],[-3,11],[-6,14],[-9,23],[-11,23],[-6,15],[-9,20],[-22,37],[-24,34],[-8,12],[-38,47],[-11,13],[-2,4],[1,2],[-26,27],[-1,0],[-44,36],[-9,6],[-9,8],[-5,6],[-11,12],[-10,15],[-1,2],[-8,11],[-7,8],[-4,3],[-3,5],[-6,4],[-5,5],[-29,17],[-10,7],[-59,42],[-25,19],[86,124],[22,30],[4,-6],[31,-51],[21,-28],[39,-55],[136,-163],[65,-67],[104,-101],[79,-71],[42,-40],[58,-79],[41,-76],[64,-162],[42,-99],[47,-100],[61,-110],[134,-229],[36,-67],[4,-17],[8,-33],[11,-28],[7,-41],[2,-46]],[[386485,398224],[-60,-45],[-31,53],[2,4],[28,31],[48,50],[158,190],[16,19],[24,40],[30,47],[44,62],[66,98],[51,75],[37,54],[73,175],[88,217],[17,37],[16,32],[26,42],[18,28],[16,25],[55,80],[80,117],[54,77],[109,147],[13,15],[35,40],[0,2],[2,12],[7,13],[13,13],[12,9],[5,4],[5,6],[1,9],[-1,8],[-2,4],[-2,1],[-7,5],[-2,5],[2,8],[48,114],[29,70],[10,28],[23,70],[24,69],[17,56],[24,88],[26,102],[14,51],[9,35],[22,133],[17,120],[21,175],[13,98],[5,14],[7,13],[12,17],[15,16],[3,3],[-19,5],[-4,2],[-6,4],[-10,9],[-5,7],[0,16],[4,59],[6,86],[4,100],[11,164],[4,54],[8,66],[18,114],[29,185],[23,129],[6,21],[11,35],[14,35],[11,29],[5,17],[9,22],[11,15],[16,19],[13,18],[55,100],[16,28],[16,24],[22,31],[36,37],[24,20],[18,14],[16,3],[35,28],[68,55],[51,-251],[10,-48],[1,-21],[4,-51],[-28,-15],[-32,-30],[-61,-66],[-91,-120],[-25,-44],[-18,-33],[-32,-81],[-16,-50],[-12,-61],[-8,-38],[-10,-67],[-11,-104],[-15,-199],[-11,-191],[-1,-15],[-6,-209],[-3,-210],[1,-208],[8,-197],[6,-87],[5,-126],[-8,-205],[0,-32],[2,-29],[7,-27],[16,-36],[38,-64],[12,-36],[16,-63],[10,-46],[4,-8],[0,-83],[-57,-16],[-41,-27],[-30,-34],[-12,-54],[-31,-218],[-18,-95],[-22,-102],[-22,-47],[-59,-69],[-116,-129],[-104,-76],[-75,-62],[-152,-137],[-121,-91],[-82,-43],[-67,-22],[-172,-53],[-145,-49],[-109,-44],[-115,-51],[-103,-62]],[[389494,402743],[34,-24],[69,-43],[64,-39],[9,-2],[36,4],[10,-2],[30,-21],[17,-13],[4,-5],[3,-3],[5,-13],[2,0],[3,6],[2,2],[4,3],[4,2],[4,2],[12,2],[10,1],[29,0],[10,2],[17,0],[13,2],[18,0],[13,2],[16,0],[18,4],[10,0],[9,4],[12,2],[21,8],[13,3],[14,5],[27,6],[8,2],[1,1],[3,3],[8,7],[9,7],[10,4],[10,6],[3,2],[10,3],[2,2],[6,1],[20,8],[12,5],[16,6],[5,0],[57,19],[15,5],[21,3],[14,0],[13,4],[16,2],[10,3],[28,5],[21,5],[17,3],[22,6],[28,5],[9,2],[7,2],[16,3],[9,3],[8,1],[8,3],[8,1],[9,3],[7,1],[12,4],[26,6],[25,9],[12,3],[20,7],[16,4],[11,4],[12,8],[12,6],[6,1],[11,0],[11,-2],[4,0],[3,2],[7,0],[3,2],[13,4],[32,12],[31,7],[4,2],[5,2],[3,2],[10,5],[14,7],[9,3],[22,4],[14,0],[36,4],[19,4],[15,0],[12,2],[14,0],[36,4],[10,2],[14,0],[36,4],[19,3],[11,1],[5,2],[18,0],[49,9],[10,1],[7,1],[21,4],[1,1],[13,0],[11,1],[11,1],[36,4],[50,0],[16,2],[16,0],[10,-1],[66,5],[2,-2],[49,-6],[2,-1],[17,-5],[7,-3],[12,-7],[2,-4],[2,-5],[3,-10],[1,-12],[1,0],[4,3],[7,9],[3,2],[3,1],[3,2],[4,1],[8,0],[4,-1],[12,-4],[14,-4],[10,-4],[17,-5],[12,-5],[11,-4],[38,-16],[13,-5],[16,-7],[8,-3],[12,-6],[10,-4],[63,-29],[9,-3],[12,-6],[10,-4],[29,-14],[50,-21],[13,-4],[19,-7],[56,-16],[22,-4],[52,-14],[13,-2],[30,-8],[13,-2],[25,-7],[17,-3],[20,-5],[16,-2],[25,-7],[10,-1],[16,-5],[8,-4],[4,-2],[2,-5],[1,-1],[4,1],[9,8],[4,2],[2,0],[18,-3],[26,-3],[15,-3],[13,-1],[51,-8],[16,-1],[14,-3],[21,-4],[8,0],[12,-3],[10,-1],[11,-3],[9,-1],[20,-4],[15,-3],[10,-1],[13,-4],[16,-2],[33,-10],[17,-6],[19,-6],[31,-10],[23,-10],[13,-4],[59,-24],[27,-13],[10,-4],[13,-7],[37,-16],[20,-11],[8,-3],[13,-7],[11,-4],[13,-7],[28,-14],[15,-6],[15,-8],[3,-3],[3,-3],[9,-13],[2,-2],[14,-6],[6,-1],[4,-3],[5,-2],[3,-2],[18,-12],[12,-8],[17,-10],[24,-17],[10,-7],[7,-5],[51,-42],[5,-5],[5,-6],[6,-10],[9,-18],[8,-17],[3,-10],[6,-12],[4,-12],[41,-95],[-67,-54],[-264,-175],[-24,-16],[-72,-49],[-162,-109],[-26,-18],[-90,-60],[-135,-90],[-13,-9],[-55,-36],[-5,-3],[-100,-66],[-67,-44],[17,-16],[18,-20],[57,-96],[5,-9],[10,-15],[4,-9],[10,-15],[5,-9],[10,-15],[4,-9],[10,-15],[5,-9],[47,-79],[5,-9],[10,-15],[4,-9],[10,-15],[5,-9],[4,-7],[5,-9],[10,-15],[4,-9],[10,-15],[5,-9],[10,-15],[9,-15],[8,-15],[13,-22],[5,-9],[10,-15],[4,-8],[7,-9],[0,-1],[-18,-51],[-52,-37],[-4,-6],[-7,-8],[-41,-25],[-139,123],[-4,2],[-26,9],[-26,21],[-70,67],[-16,29],[-29,90],[-35,77],[-39,44],[-28,47],[-13,55],[-3,59],[-3,46],[24,17],[-7,15],[-4,10],[-2,5],[-2,4],[-1,4],[-3,8],[-3,11],[-5,16],[0,2],[-5,6],[-52,-44],[-16,25],[-10,13],[-14,18],[-24,25],[-28,30],[-20,23],[-23,28],[-22,29],[-7,16],[-9,26],[2,19],[-18,27],[-10,15],[-31,58],[-33,29],[0,24],[-15,33],[-30,11],[-21,21],[-60,71],[-71,110],[-19,28],[-56,65],[-13,14],[-4,5],[-15,19],[-4,75],[-5,92],[-12,37],[-11,29],[-3,7],[-18,45],[-18,42],[-5,8],[-2,4],[-47,50],[-30,22],[-23,5],[-11,4],[-12,5],[-10,2],[-10,3],[-10,2],[-11,4],[-10,2],[-11,4],[-12,2],[-9,3],[-7,2],[-10,3],[-26,6],[-3,2],[-16,0],[-10,-2],[-22,-6],[-25,-9],[-52,-14],[-28,-10],[-57,-16],[-7,-2],[-8,-1],[-6,2],[-15,0],[-12,3],[-11,1],[-12,-4],[-7,-2],[-5,-3],[-5,-4],[-48,50],[-6,4],[-11,7],[-46,-65],[-51,-63],[-59,-65],[-15,-14],[-19,-10],[-104,4],[-24,-6],[-15,-12],[-53,-62],[-16,-10],[-21,-1],[-44,8],[-46,15],[-33,13],[-44,7],[-69,7],[-43,3],[-16,0],[-21,-10],[-20,-3],[-100,15],[-37,7],[-49,16],[-116,39],[-14,4],[-138,51],[-39,13],[-187,67],[-82,31],[-3,1],[-66,23],[-63,29],[-39,11],[-29,1],[-22,-4],[-85,-32],[-171,-69],[-85,-51],[-48,-29],[-27,-2],[-12,4],[-18,8],[-20,15],[-8,6],[-6,24],[-43,207],[-15,72],[52,35],[-2,5],[3,16],[8,15],[16,16],[21,15],[15,8],[27,5],[36,5],[101,12],[18,3],[43,10],[15,1],[33,0],[41,-5],[47,-6],[34,-8],[99,-26],[94,-26],[57,-18],[66,-23],[63,-24],[30,-13],[27,-14],[24,-15],[53,-27],[30,-19],[66,-50]],[[393099,402502],[-2,-1],[-32,27],[-131,107],[-22,2],[-22,4],[-19,4],[-20,5],[-3,2],[-6,5],[-1,2],[0,1],[-1,1],[-38,13],[11,22],[0,34],[-13,21],[-26,23],[-18,17],[29,2],[37,17],[32,23],[22,29],[30,46],[32,59],[18,32],[18,30],[13,17],[18,6],[6,0],[17,0],[9,-3],[15,-5],[28,-26],[22,-31],[109,-228],[12,-23],[8,-17],[19,-42],[20,-34],[-26,-23],[-39,-32],[-33,-27],[-41,-33],[-32,-26]],[[392525,402859],[60,-26],[51,-19],[-34,-77],[-38,14],[-4,1],[-5,-1],[-6,-3],[-7,-4],[-5,0],[-7,1],[-16,6],[-31,9],[-13,3],[-21,7],[-32,9],[-33,11],[-22,7],[-10,3],[-9,1],[-8,0],[-11,-4],[-4,-3],[-3,0],[-5,1],[-10,3],[-10,6],[-4,2],[-43,0],[-14,2],[-35,2],[-34,4],[-1,1],[-3,4],[-1,16],[-2,8],[-4,4],[-6,2],[-34,4],[-9,0],[-6,-1],[-2,-1],[0,-3],[0,-3],[0,-3],[0,-4],[-3,-6],[-2,-2],[-4,0],[-37,6],[-13,3],[-10,3],[-3,5],[-2,1],[-3,1],[-3,1],[-7,-3],[-5,1],[-8,2],[-45,13],[-26,11],[-20,9],[-12,5],[10,29],[75,228],[8,22],[1,0],[2,-1],[67,-37],[263,-152],[19,-10],[128,-74],[61,-34]],[[363347,355185],[26,-245],[4,-11],[5,-8],[5,-7],[37,-315],[-68,-6],[-150,-28],[0,15],[-10,-1],[-13,-1],[-1,-18],[-144,-25],[-48,-7],[-22,-5],[-19,-5],[-31,-12],[-16,-11],[-37,-26],[-10,-5],[-14,-8],[12,-17],[5,-35],[-32,-14],[-134,-30],[-19,-8],[-2,-28],[-5,-8],[-16,-18],[-4,-11],[-13,-76],[-10,-86],[-7,-68],[-4,-50],[-3,-70],[-6,-79],[-31,-267],[-5,-45],[-8,-94],[-11,-95],[-14,-111],[-5,-32],[-7,-48],[-6,-58],[-2,-63],[-6,-75],[-13,-108],[-21,3],[-29,5],[-2,-14],[-1,-16],[1,-18],[2,-8],[1,-8],[0,-12],[-10,-24],[-2,-10],[28,-4],[23,-3],[-42,-399],[-22,-197],[-25,-236],[-8,-71],[-30,10],[-231,92],[46,446],[3,34],[1,3],[-2,-3],[-10,4],[-32,14],[-178,73],[-488,203],[-41,-490],[-51,22],[-72,32],[-10,5],[-101,52],[-33,17],[40,488],[13,160],[4,33],[5,16],[7,23],[86,242],[8,7],[18,2],[17,-2],[17,-1],[15,0],[26,313],[-19,7],[-19,7],[3,14],[5,16],[25,-10],[7,16],[6,7],[32,18],[8,11],[2,8],[119,448],[-2,12],[4,9],[3,16],[3,2],[-6,34],[1,59],[2,46],[7,57],[8,54],[5,25],[3,12],[4,31],[-2,13],[-15,33],[-1,16],[4,33],[12,52],[12,44],[14,40],[14,31],[25,42],[21,30],[16,12],[14,8],[4,2],[23,5],[22,8],[19,15],[15,14],[15,20],[3,7],[53,0],[8,-3],[17,0],[129,-9],[22,29],[19,-2],[35,-3],[8,15],[14,19],[23,22],[33,29],[39,30],[40,26],[41,23],[53,28],[64,31],[37,15],[32,12],[8,1],[16,2],[97,-4],[100,-6],[501,-31],[97,-7],[30,-1]],[[377665,360724],[120,-76],[117,-78],[115,-69],[132,-80],[275,-174],[116,-66],[98,-52],[31,-25],[32,-27],[92,-79],[24,-10],[31,-2],[19,3],[-8,-13],[-12,-24],[0,-19],[7,-37],[17,-67],[34,-117],[119,-456],[53,-204],[15,-55],[2,-14],[3,-28],[1,-3],[23,-94],[28,-110],[26,-99],[6,-32],[18,-71],[8,-30],[38,-147],[35,-131],[3,-19],[5,-26],[2,-8],[28,-119],[7,-26],[24,-86],[16,-65],[37,-148],[31,-128],[11,-43],[4,-18],[9,-48],[18,-86],[27,-131],[9,-42],[7,-30],[20,-86],[11,-40],[-113,-23],[40,-219],[5,-31],[-20,-2],[-194,-25],[-59,-10],[-146,-25],[-185,-37],[-326,-69],[-188,-42],[-101,-23],[-126,-28],[-48,-17],[-58,-22],[-73,-36],[-9,-6],[-95,-60],[-63,-49],[-64,-55],[-63,-47],[-52,-32],[-9,-6],[-33,-19],[-50,-23],[-29,-16],[-11,-5],[-9,-5],[-18,-9],[-24,-8],[-20,-7],[-22,-7],[-70,-18],[-14,-2],[-21,-3],[-37,0],[-54,1],[-126,9],[-44,0],[-25,0],[-579,14],[-144,-6],[-436,-14],[-15,-1],[-176,0],[-224,1],[-9,124],[-29,379],[-1,22],[-74,-6],[-22,-2],[6,-220],[-25,-3],[1,-65],[-38,1],[0,-106],[-1,-122],[-17,-1],[-34,-1],[-145,3],[-109,2],[-264,3],[-64,1],[-387,8],[-3,0],[-11,5],[-4,11],[3,91],[-1,109],[-3,82],[-3,73],[-3,48],[-4,52],[-6,56],[-4,31],[-4,27],[-15,109],[-7,40],[-6,31],[-80,352],[-6,29],[-63,278],[-48,206],[-6,27],[-2,8],[-3,9],[-4,18],[-5,21],[-3,18],[-4,11],[-4,19],[-4,14],[-5,25],[-4,14],[-3,18],[-4,12],[-3,16],[-4,14],[-5,24],[-4,16],[-5,26],[-4,14],[-4,18],[-5,20],[-3,18],[-4,14],[-4,18],[-5,20],[-4,18],[-4,14],[-4,20],[-7,28],[-3,12],[-5,26],[-4,14],[-3,16],[-4,14],[-9,36],[-32,148],[-7,27],[-36,193],[-7,55],[-56,290],[-9,54],[-6,22],[-50,261],[-4,16],[-8,46],[-7,38],[-3,19],[-5,20],[-3,21],[-21,108],[-13,74],[-7,41],[-21,125],[-13,84],[-106,677],[-7,46],[-4,25],[-1,14],[-3,17],[0,3],[1,6],[1,3],[2,2],[4,2],[23,6],[213,58],[30,9],[5,-35],[16,-118],[132,7],[0,15],[-19,-1],[-11,161],[50,4],[28,0],[28,2],[114,-1],[65,5],[116,3],[15,-237],[210,20],[0,3],[83,7],[51,-18],[34,1],[-6,102],[-8,128],[66,2],[24,0],[240,9],[9,-179],[1,-29],[55,3],[5,-92],[173,15],[19,2],[-5,99],[-10,189],[26,2],[34,15],[102,46],[17,3],[38,0],[190,4],[33,0],[14,1],[315,7],[952,31],[194,6],[19,0],[5,1],[7,-3],[11,-4],[1,-17],[21,-5],[19,-1],[191,-112],[146,-85],[212,-126]],[[383257,371462],[-2,-253],[-7,-259],[-2,-44],[-7,-19],[-32,9],[-3,-1],[-57,17],[-2,1],[-156,59],[-198,73],[-2,6],[-3,16],[2,5],[-49,18],[-31,6],[-9,1],[-30,-24],[-21,-19],[-25,-24],[-12,-15],[-18,-33],[-5,-17],[-1,-22],[2,-31],[5,-26],[12,-34],[7,-14],[0,-7],[-9,-12],[-53,-55],[-226,-235],[-117,-122],[-30,-33],[-129,-138],[-27,-31],[102,-37],[-18,-21],[3,-2],[-63,-77],[-5,-6],[-27,-29],[-10,-9],[-7,-5],[-6,-4],[-3,-2],[-42,-16],[-64,-21],[-13,-4],[-90,-31],[-95,-32],[-71,-24],[-79,-87],[-11,-12],[-20,-22],[-64,34],[-16,9],[-68,38],[-8,5],[42,33],[76,59],[88,76],[26,23],[-1,1],[-23,39],[0,1],[-8,15],[-1,1],[-24,37],[-31,-20],[-56,95],[-90,-74],[-72,-65],[-62,-55],[-8,-5],[0,0],[0,0],[-17,-16],[9,-11],[66,-83],[0,-25],[-3,-12],[-9,-14],[-48,13],[-69,-64],[22,-38],[0,-1],[-17,-15],[-1,0],[-30,46],[-78,-55],[-18,-13],[-4,-3],[-49,-35],[-12,39],[-18,57],[-13,40],[-3,9],[3,2],[68,41],[-6,34],[5,17],[4,8],[18,16],[49,30],[54,31],[44,26],[0,0],[12,-10],[4,-5],[18,15],[73,58],[3,6],[1,17],[3,28],[24,25],[58,54],[7,2],[24,-5],[7,0],[7,5],[25,19],[-24,39],[159,145],[119,105],[113,101],[99,90],[85,77],[48,56],[39,55],[39,63],[46,80],[26,55],[56,122],[15,33],[26,16],[9,6],[5,1],[32,18],[120,45],[1,-4],[1,-16],[9,0],[98,1],[-8,53],[3,1],[96,48],[88,44],[98,48],[93,47],[119,58],[41,16],[146,61],[43,17],[8,2],[-1,-154],[1,0],[-6,-46],[-1,-65]],[[383299,375993],[-1,-287],[0,-95],[-4,-418],[-2,-274],[-3,-323],[-2,-283],[-3,-283],[2,-41],[4,-24],[-11,-795],[-1,-71],[-7,-758],[-6,-491],[-1,-42],[-40,-16],[-55,-21],[-20,-9],[-19,-8],[-32,-14],[-44,-21],[-26,-10],[-54,-24],[-198,-72],[-70,-24],[-17,-8],[-6,-9],[-3,-4],[-25,-19],[-9,-4],[-20,-9],[-6,4],[-13,-4],[-17,-4],[-11,3],[-25,-8],[-2,-11],[-61,-15],[-18,-15],[-19,-21],[-7,-9],[-15,8],[-5,-16],[-117,17],[-23,3],[-22,-10],[-23,-11],[-26,-14],[-27,-19],[-20,-15],[-19,-18],[-16,-19],[-16,-18],[-18,-23],[-12,-15],[-11,-4],[-6,0],[-79,23],[3,116],[8,268],[9,300],[0,19],[44,0],[10,-2],[0,23],[18,664],[-371,123],[1,37],[0,48],[0,25],[-23,7],[19,676],[25,0],[300,2],[23,0],[173,0],[12,188],[20,358],[1,32],[33,-6],[6,35],[-29,1],[-14,1],[-16,1],[0,0],[-20,6],[-13,5],[-14,5],[-8,2],[-7,2],[-31,9],[-39,14],[-43,16],[-264,96],[-199,76],[-71,27],[-139,53],[0,61],[-2,201],[1,213],[0,73],[1,36],[2,599],[0,25],[87,0],[38,3],[22,3],[15,-20],[16,6],[35,9],[77,14],[31,3],[23,1],[28,0],[40,-5],[82,-13],[15,-2],[-3,-207],[0,-7],[0,-19],[-1,-22],[0,-43],[-6,-293],[0,-127],[397,-17],[52,-2],[20,0],[1,223],[2,222],[1,56],[1,67],[5,47],[2,40],[3,15],[11,45],[13,30],[7,6],[8,8],[18,10],[23,5],[10,-11],[20,6],[13,13],[13,6],[62,26],[279,108],[96,38],[67,26],[91,29],[113,32],[72,21],[2,-4],[0,-93]],[[382895,378606],[53,-70],[30,10],[73,-135],[19,-74],[-9,-45],[782,-1466],[146,-251],[-94,-52],[-230,-117],[-15,-8],[-145,-67],[-151,-77],[-55,-23],[0,-20],[0,-44],[-26,-9],[-29,-8],[-42,-10],[-43,-9],[-40,-10],[-34,-11],[-37,-14],[-57,-28],[-273,-129],[-112,-51],[-128,-45],[-48,-13],[-63,-10],[-60,1],[-60,12],[-22,8],[-17,9],[-29,8],[-55,13],[-141,28],[-129,21],[-40,5],[-21,0],[-17,-1],[-28,-6],[-40,-11],[-79,-25],[-76,-23],[-39,-9],[-49,-5],[-33,0],[-114,6],[-61,5],[-56,2],[-37,0],[-41,-3],[-155,-18],[-261,-48],[-271,-41],[-88,-13],[-95,-17],[-263,-63],[-133,-33],[-78,-18],[-100,-17],[-43,-4],[-51,-1],[-33,0],[-52,3],[-59,8],[-96,15],[-108,21],[-164,33],[-183,39],[-134,31],[-105,23],[-45,12],[-47,14],[-98,36],[-52,24],[-41,16],[-22,5],[-21,3],[-11,0],[-292,81],[-20,1],[0,0],[-102,139],[3,7],[-12,3],[-68,17],[-95,25],[-88,27],[-49,19],[-23,8],[-45,16],[-69,25],[-85,30],[-90,33],[-98,32],[-45,15],[-28,13],[-7,2],[-85,30],[-54,18],[-50,19],[-49,18],[-54,19],[-42,15],[-58,15],[-66,20],[-63,16],[-16,8],[-25,12],[-30,10],[-27,5],[-32,3],[-16,-2],[-15,-2],[-7,-1],[-56,4],[-37,1],[-13,0],[-81,8],[-68,12],[-75,16],[-71,22],[-50,24],[-68,45],[-42,27],[-130,87],[-100,66],[-18,12],[-161,111],[-56,51],[-14,-8],[11,-26],[12,-35],[1,-39],[1,-8],[2,-33],[-32,-14],[4,-15],[1,-21],[9,-142],[0,-5],[0,-2],[18,-278],[16,-206],[13,-32],[8,-30],[5,-11],[9,-13],[82,-35],[86,-41],[57,-27],[44,-24],[114,-64],[116,-67],[38,-18],[5,-2],[33,-10],[239,-78],[102,-41],[17,-7],[50,-23],[25,-13],[16,-15],[16,-18],[41,-58],[34,-43],[18,-15],[31,-4],[-2,-3],[35,-2],[189,-32],[132,-16],[80,-9],[116,-10],[49,-3],[49,-8],[82,-19],[57,-18],[35,-1],[15,-1],[51,-14],[71,-22],[50,-17],[33,-7],[20,-5],[58,-14],[48,-15],[58,-21],[64,-27],[29,-21],[40,-36],[35,-36],[32,-48],[-23,-21],[-61,-64],[6,-11],[19,-59],[17,-58],[10,-51],[1,-19],[10,-3],[-5,-241],[-8,-331],[-8,-208],[-3,-142],[-19,-722],[-5,-240],[-7,-285],[17,-14],[0,-17],[6,-33],[2,-25],[0,-95],[3,-43],[5,-27],[5,-17],[-74,48],[-149,92],[-87,48],[-94,49],[-6,19],[-27,-63],[-190,98],[-82,44],[-43,20],[-42,11],[-49,11],[-19,5],[-58,22],[-89,30],[-103,33],[-98,32],[-117,36],[-115,24],[-127,28],[-68,12],[-44,11],[-121,37],[-49,20],[-45,17],[-45,20],[-64,30],[-69,33],[-24,13],[-33,18],[-66,37],[-97,58],[-82,56],[-101,68],[-29,22],[-15,14],[-62,62],[-62,65],[-26,25],[-4,2],[-9,8],[-9,6],[-5,3],[-7,0],[-25,1],[-12,1],[-8,5],[-74,65],[-163,166],[-136,121],[-348,306],[-9,7],[-365,190],[-309,84],[-86,67],[-149,128],[-135,121],[-37,33],[-5,4],[-60,65],[-106,108],[-52,61],[-29,35],[-19,23],[-137,175],[-37,51],[-20,29],[-75,121],[-90,156],[-11,-10],[-14,16],[0,23],[-64,152],[-18,74],[-27,105],[-21,81],[-25,0],[-5,36],[-4,20],[-4,21],[-6,27],[-6,21],[-2,10],[-4,38],[-3,22],[-3,24],[0,14],[-2,17],[-3,39],[-3,19],[-3,41],[-2,24],[-2,31],[-1,106],[0,34],[4,134],[-4,33],[-3,13],[-7,26],[-4,25],[0,21],[-2,18],[0,22],[-1,18],[-1,22],[-3,67],[0,36],[-2,21],[0,28],[-2,20],[-3,16],[-3,12],[-4,15],[-4,19],[0,32],[0,8],[3,14],[1,13],[7,28],[3,7],[5,5],[4,3],[5,1],[10,1],[19,-3],[4,42],[-13,20],[-6,11],[-13,34],[-5,23],[-15,78],[-4,10],[-3,6],[-4,5],[-5,3],[-13,8],[-5,3],[-5,5],[-3,5],[-29,46],[-30,50],[-21,31],[-20,17],[-94,69],[-34,31],[-15,17],[-25,35],[-16,20],[-12,8],[-11,3],[-11,0],[-8,-1],[-10,-6],[-10,-12],[-9,12],[-28,23],[-36,31],[-71,49],[-133,92],[-80,50],[-71,42],[-194,112],[-184,90],[-68,29],[8,13],[216,-1],[59,-2],[227,-22],[130,-12],[58,-41],[168,-108],[18,-13],[49,-19],[23,-3],[15,42],[3,-16],[4,-11],[28,-17],[45,-15],[49,-13],[36,-5],[76,0],[46,-1],[36,1],[28,4],[22,9],[5,-10],[11,-2],[15,-3],[0,-3],[32,-21],[15,-8],[24,-12],[13,-6],[10,-5],[19,-7],[10,-5],[15,-4],[7,-3],[16,-3],[19,-5],[9,0],[12,-2],[14,-1],[15,-1],[43,0],[22,2],[28,0],[8,0],[9,0],[15,2],[136,0],[21,2],[21,0],[1,-24],[21,-4],[11,17],[15,-9],[30,-21],[27,-18],[27,-15],[28,-13],[32,-12],[35,-9],[24,-3],[22,-3],[27,-3],[2,-1],[2,0],[21,0],[17,-2],[29,0],[15,2],[33,0],[32,2],[13,1],[14,1],[22,2],[27,5],[11,1],[18,5],[27,5],[15,5],[-8,-42],[23,-3],[9,31],[6,12],[5,-7],[20,-25],[15,-17],[5,-5],[3,-1],[3,-1],[22,-15],[18,-9],[20,-8],[30,-10],[11,-3],[18,-4],[32,-3],[15,-3],[29,-3],[9,-1],[37,-3],[30,-3],[15,-1],[14,-1],[41,-3],[59,-6],[32,-7],[15,-1],[16,-5],[12,0],[23,32],[13,-4],[13,17],[14,19],[9,4],[7,-2],[2,-6],[0,-8],[-22,-80],[17,-14],[6,2],[3,-5],[8,-9],[35,-24],[88,-55],[150,-21],[246,-4],[250,-30],[222,-57],[517,-178],[479,-125],[797,-163],[821,-79],[568,30],[582,61],[558,117],[1040,345],[520,254],[1033,591],[469,276],[79,-208]],[[374782,377160],[24,27],[26,31],[2,1],[5,1],[2,0],[2,-2],[25,-16],[11,-10],[4,-5],[4,0],[1,-2],[3,0],[3,0],[6,2],[45,17],[23,7],[2,2],[4,1],[0,1],[35,13],[11,3],[5,4],[2,4],[-4,6],[-176,184],[19,28],[-10,78],[-4,29],[-7,10],[-112,23],[-21,-33],[-97,66],[-49,36],[3,11],[-49,45],[-36,-53],[22,-18],[-14,-22],[-24,17],[-14,-12],[-63,-78],[-31,-41],[-13,-14],[-20,-27],[-21,-25],[-7,-8],[-3,-1],[-4,1],[-7,4],[-11,6],[-12,5],[-4,0],[-1,0],[-11,-7],[-11,-9],[-15,-15],[-21,-19],[-17,-15],[-46,-39],[-14,-12],[-3,-3],[-1,-3],[0,-2],[1,-4],[3,-4],[19,-13],[84,-47],[29,-18],[8,-4],[4,-2],[4,0],[3,0],[2,1],[3,2],[25,25],[5,-2],[5,-3],[19,-18],[17,-16],[30,-26],[17,-17],[22,-21],[65,-60],[46,-45],[2,-3],[1,-8],[0,-42],[1,-4],[14,-19],[17,-26],[11,-13],[37,-53],[8,-10],[7,-10],[5,-4],[1,-3],[2,0],[2,1],[1,3],[7,10],[11,20],[17,28],[8,12],[10,18],[13,20],[23,41],[1,3],[0,3],[-2,5],[-17,23],[-1,3],[-1,1],[-1,3],[-3,3],[-1,3],[0,4],[13,13],[17,21],[21,24],[9,11],[10,11],[10,11]],[[527098,814875],[29,-41],[26,-34],[23,-25],[15,-14],[18,-16],[12,-9],[21,-16],[6,-4],[6,-5],[63,-52],[7,-6],[27,-27],[25,-22],[20,-20],[18,-21],[16,-24],[13,-22],[9,-15],[2,-8],[-1,-6],[0,-5],[7,-12],[2,-3],[6,-6],[8,-5],[10,-2],[8,-4],[11,-7],[14,-14],[14,-10],[20,-11],[23,-11],[25,-12],[12,-6],[12,-6],[15,-9],[15,-13],[6,-5],[27,-24],[29,-29],[20,-21],[14,-13],[9,-11],[3,-10],[2,-6],[-6,-7],[7,-12],[5,4],[2,1],[1,-1],[5,-7],[4,-1],[5,0],[7,2],[6,0],[6,-1],[11,-3],[15,-8],[7,-6],[7,-8],[9,-7],[12,-9],[21,-11],[22,-12],[21,-14],[17,-14],[18,-17],[19,-15],[20,-19],[14,-15],[8,-9],[25,-23],[25,-25],[24,-25],[20,-22],[19,-19],[27,-26],[31,-28],[29,-24],[30,-27],[31,-32],[26,-27],[34,-31],[36,-30],[18,-17],[17,-11],[-2,-7],[-16,-11],[-16,-12],[-1,-4],[3,-4],[8,-13],[31,16],[20,8],[11,0],[14,-10],[8,-5],[14,-15],[31,-26],[58,-60],[16,-14],[81,-75],[16,-14],[21,-23],[3,-2],[2,0],[2,-2],[13,-16],[4,-11],[0,-5],[5,-4],[0,-10],[-2,-11],[-5,-13],[-6,-13],[-6,-12],[-12,-14],[-12,-13],[-7,-7],[99,56],[208,-155],[-4,-3],[-101,-86],[7,5],[12,8],[15,6],[15,5],[14,4],[15,3],[12,1],[16,0],[13,0],[13,-1],[14,-4],[12,-3],[10,-1],[5,-1],[9,1],[4,4],[0,1],[5,-4],[8,0],[12,-3],[12,-7],[3,-3],[8,-9],[8,-8],[4,-1],[18,-6],[22,-5],[14,-11],[15,-13],[24,-17],[9,-6],[279,-179],[53,-36],[7,10],[5,1],[42,-25],[5,-5],[-28,-24],[6,-4],[13,-10],[7,-3],[3,-1],[14,14],[11,8],[11,1],[2,-1],[12,-5],[-6,-23],[0,-8],[4,-8],[22,-5],[21,0],[7,-3],[7,1],[6,2],[8,-1],[5,-6],[0,-6],[-2,-7],[0,-8],[3,-7],[26,-4],[14,2],[13,-5],[4,-5],[0,-12],[1,-5],[49,-33],[54,-37],[55,-33],[44,-28],[27,-14],[29,-12],[23,-4],[31,-9],[11,-8],[3,-7],[-1,-7],[-8,-2],[5,-6],[13,-5],[20,-9],[75,-35],[48,-28],[23,-1],[39,-22],[16,-4],[13,-4],[3,-5],[9,-6],[8,-5],[8,-3],[4,-2],[6,1],[1,2],[1,2],[5,-3],[9,-6],[2,-1],[-21,-32],[14,-10],[7,-6],[27,24],[11,3],[9,-4],[5,-4],[-3,-3],[12,-10],[9,-7],[3,-2],[0,-5],[1,-12],[1,-2],[0,-1],[2,-5],[8,-6],[1,-1],[8,-6],[22,-12],[24,-8],[12,-9],[10,-12],[17,-9],[3,-1],[3,-3],[9,-1],[1,0],[7,-2],[30,-12],[7,-9],[1,-3],[0,-4],[3,-7],[1,0],[5,-18],[6,-11],[4,-5],[9,-6],[14,0],[11,3],[9,-1],[2,-1],[13,-5],[12,-4],[9,-5],[40,-30],[0,0],[-1,-5],[-1,-7],[6,0],[9,-1],[10,-7],[9,-6],[1,-1],[18,-15],[-1,-5],[0,-3],[4,1],[6,-2],[3,-2],[30,-25],[21,-17],[16,-17],[11,-13],[8,-10],[2,-10],[0,-10],[-2,-10],[1,-11],[4,-8],[6,-5],[0,0],[0,0],[14,-14],[5,-4],[21,-10],[56,-20],[29,-17],[28,-26],[51,-43],[8,-11],[5,-16],[86,-70],[12,3],[3,-3],[21,-16],[11,-7],[8,-4],[4,-4],[2,-2],[4,-7],[11,-4],[25,-23],[51,-49],[1,-8],[-152,-295],[-96,-173],[-95,-165],[-117,-203],[-84,-151],[-78,-134],[-113,-189],[-18,-26],[-59,-86],[-34,-64],[-33,-55],[-87,-151],[-21,-31],[-57,-89],[-36,-61],[-30,-50],[-29,-44],[-2,-11],[-4,-13],[-13,-11],[-18,-20],[-15,-13],[-37,-64],[0,0],[0,0],[2,-11],[-3,-12],[-2,-10],[-3,0],[-9,-15],[3,-6],[-7,-15],[-7,-6],[-10,-4],[-8,-11],[-14,-28],[-48,-82],[-39,-59],[-5,-29],[-10,-20],[-19,-26],[-12,-14],[-19,-18],[-10,-14],[-6,-5],[-5,-13],[-13,-27],[-16,-32],[-9,-8],[-4,-7],[0,-8],[-10,-24],[-4,-11],[-23,-40],[-16,-17],[-6,-12],[-2,-10],[-13,-23],[-13,-12],[-10,-4],[-8,-7],[-5,-12],[-1,-10],[-4,-16],[-16,-30],[-24,-39],[-23,-33],[-36,-59],[-21,-31],[-35,-52],[-106,-165],[-179,-285],[-46,-68],[-4,-6],[-25,-36],[-119,-164],[-69,-80],[-45,-44],[-38,-35],[-20,-15],[-40,-56],[-135,-191],[-63,-89],[18,-16],[2,-1],[9,-6],[4,-2],[42,-32],[6,-9],[7,-7],[7,-11],[6,-10],[8,-8],[9,-10],[2,-3],[24,-38],[16,-24],[11,-18],[21,-34],[34,-54],[30,-52],[25,-54],[6,-9],[0,-10],[-3,-7],[15,-6],[3,-2],[5,-7],[10,-19],[14,-23],[0,-1],[1,-2],[22,-37],[26,-44],[20,-22],[11,-13],[7,-9],[0,-3],[-1,-8],[-5,-8],[-13,-11],[-62,-34],[-6,-8],[-17,-20],[-12,-22],[-1,-8],[3,-4],[2,1],[4,0],[12,7],[31,26],[40,25],[32,15],[21,1],[18,-1],[2,-1],[20,-16],[29,-20],[4,-3],[37,-34],[27,-31],[27,-28],[22,-25],[13,-20],[8,-18],[16,-33],[2,-5],[16,-47],[10,-63],[2,-33],[5,-8],[0,-6],[0,-16],[-11,-79],[172,-202],[17,9],[24,10],[16,2],[10,-1],[12,-4],[10,-7],[15,-21],[1,-17],[0,-6],[10,0],[4,1],[10,-14],[39,-59],[41,-72],[16,-30],[9,-17],[1,-2],[3,-5],[12,-14],[8,-4],[21,-41],[67,-88],[1,-1],[15,-20],[16,-37],[14,-20],[65,-84],[22,-30],[50,-67],[23,-30],[43,-59],[13,-17],[8,-11],[23,-34],[42,-47],[11,-13],[12,-12],[36,-39],[18,-19],[57,-68],[40,-46],[67,-69],[49,-47],[10,-10],[16,-19],[26,-12],[18,-12],[6,-4],[50,-51],[49,-46],[5,-5],[62,-66],[21,-23],[4,-6],[9,-12],[10,-36],[10,-38],[25,-65],[0,-4],[4,-47],[16,-14],[65,-55],[18,-6],[38,-21],[11,-13],[9,-10],[9,-8],[38,-26],[74,-51],[68,-48],[51,-34],[32,-14],[74,-30],[64,-30],[1,-1],[79,-35],[58,-19],[30,-10],[11,-3],[45,-6],[13,-5],[14,-16],[9,-11],[9,-20],[12,-28],[5,-18],[4,-12],[4,-10],[7,-17],[4,-18],[8,-40],[3,-37],[7,-33],[14,-34],[4,-9],[8,-14],[1,-2],[5,-13],[4,-14],[19,-63],[13,-55],[3,-49],[-1,-24],[-1,-20],[-10,-55],[-4,-43],[0,-14],[4,-25],[12,-28],[17,-28],[7,-9],[10,-13],[11,-12],[2,-2],[20,-33],[31,-58],[13,-25],[18,-37],[37,-73],[43,-95],[30,-72],[31,-72],[17,-37],[4,-11],[2,-6],[4,-9],[18,-40],[24,-63],[21,-47],[5,-16],[0,-7],[-4,-16],[-9,-8],[-28,-27],[-82,-68],[-129,-108],[-71,-59],[-66,-56],[-92,-75],[-6,-5],[-107,-91],[-109,-92],[-151,-128],[-113,-95],[-17,-14],[-75,-62],[-53,-43],[-23,-19],[-11,-10],[-156,-135],[-246,-206],[-40,-34],[-19,-15],[0,-1],[13,-24],[166,-569],[21,-73],[147,-494],[60,-203],[124,-421],[-311,-249],[-350,-282],[-469,-379],[-6,-6],[-9,-6],[-89,-73],[-379,-305],[-98,-79],[-180,-144],[-336,-271],[-29,-23],[-207,-166],[-257,-209],[-193,-151],[5,-12],[-6,-5],[-12,-10],[-4,13],[-114,-87],[-134,-111],[-105,-83],[-101,-80],[-114,-93],[-56,-45],[-78,-63],[-128,-103],[-55,-47],[-56,-49],[-80,-68],[-32,-33],[-14,-9],[-69,-59],[-62,-55],[-46,-41],[-1,-1],[-89,-72],[-42,-33],[-82,-65],[-90,-70],[-191,78],[-51,22],[-21,8],[-46,20],[-33,18],[-87,34],[-28,14],[-24,10],[-2,1],[-4,3],[-29,17],[-45,30],[-20,15],[-16,11],[-23,21],[-25,21],[-23,21],[-8,9],[-6,6],[-52,58],[-16,20],[-7,9],[-6,9],[-36,55],[-9,17],[-34,62],[-32,59],[-25,57],[-6,12],[-6,14],[-14,31],[-14,33],[25,20],[7,4],[20,11],[8,7],[0,4],[0,8],[1,6],[5,1],[10,-2],[5,-1],[5,0],[52,38],[25,21],[3,4],[47,44],[28,11],[2,-4],[16,12],[0,0],[4,3],[35,26],[258,210],[75,60],[143,117],[124,101],[54,43],[97,76],[18,16],[125,102],[200,163],[137,111],[124,100],[68,55],[273,223],[82,67],[20,14],[-2,4],[14,44],[-8,14],[20,16],[24,19],[21,18],[464,375],[452,365],[212,172],[449,362],[10,8],[1,-1],[3,4],[19,16],[-10,20],[0,11],[-36,84],[-74,180],[-73,178],[-75,178],[-32,82],[7,13],[-2,8],[-9,0],[-26,57],[-6,13],[5,4],[-17,41],[-54,125],[-54,129],[-7,16],[-61,138],[-50,107],[-29,65],[-2,4],[-16,42],[2,2],[-5,16],[-4,2],[-11,27],[-29,71],[-44,106],[-15,46],[-4,12],[-15,40],[-36,89],[-25,56],[-15,33],[1,3],[-5,11],[-2,0],[-15,32],[-30,66],[-42,100],[-23,56],[-30,70],[-11,29],[-7,18],[-6,15],[1,1],[-14,38],[-2,-1],[-29,68],[-1,2],[-1,3],[-16,38],[-21,49],[-21,49],[-17,46],[-17,41],[-4,10],[-10,24],[-40,96],[-56,130],[-22,50],[-22,50],[13,12],[-140,321],[-81,189],[-63,185],[-94,224],[-7,15],[-3,9],[-15,35],[-5,15],[-14,35],[-18,43],[-31,76],[-19,48],[-2,7],[-13,37],[-12,38],[-9,31],[-9,41],[-6,32],[-2,9],[-3,25],[0,4],[0,10],[0,16],[1,12],[1,8],[1,3],[2,9],[4,10],[10,13],[24,32],[17,23],[6,10],[17,22],[34,45],[32,42],[25,32],[21,26],[20,22],[32,37],[41,44],[35,38],[20,22],[18,21],[6,4],[7,2],[-2,3],[4,3],[-6,7],[-83,105],[8,8],[-2,2],[-24,22],[-11,9],[0,1],[2,2],[-13,12],[-5,-2],[-23,17],[-31,32],[-12,14],[-37,54],[-25,32],[-31,40],[-34,53],[-1,0],[-40,49],[-5,6],[-29,35],[-27,28],[-37,31],[-14,11],[-18,13],[-47,33],[-38,30],[-76,60],[-20,-22],[-37,-44],[-44,-52],[-58,-70],[-59,-75],[-54,-63],[-38,-52],[-7,-8],[-22,-26],[-14,15],[0,0],[0,6],[-117,115],[-19,19],[-27,28],[-5,4],[-2,3],[-4,3],[-5,4],[-21,19],[-21,6],[-26,8],[-40,14],[-26,5],[-67,5],[-79,11],[-78,3],[-193,-9],[-5,-2],[-38,0],[-47,1],[-7,1],[-24,4],[-32,-2],[-35,-4],[-35,-3],[-27,3],[-3,1],[-26,7],[-15,12],[-8,17],[-3,31],[-7,14],[-11,18],[-2,3],[-10,11],[-12,1],[-4,-1],[-11,0],[-7,-7],[0,-9],[1,-1],[-1,-1],[-7,-10],[-7,-6],[-32,0],[-12,-6],[-5,-10],[0,-2],[-5,13],[-3,1],[-2,-2],[-1,-3],[5,-14],[3,-11],[-4,-10],[-15,-17],[-18,-20],[-11,-10],[-10,-10],[-3,-10],[-9,-7],[-11,-9],[-18,-9],[-16,-6],[-33,-1],[-31,3],[-23,7],[-3,1],[-18,8],[-16,10],[-10,7],[-53,38],[-44,29],[-20,16],[-6,29],[0,1],[-13,12],[-7,17],[-9,31],[-9,13],[-13,2],[-6,2],[-3,12],[0,18],[1,31],[-2,14],[-17,10],[-23,18],[-8,17],[-6,33],[-4,48],[0,57],[1,50],[4,31],[16,73],[14,39],[23,96],[7,41],[1,24],[-6,52],[-1,32],[-4,40],[-3,34],[-2,8],[-3,13],[-7,18],[-12,14],[-14,12],[-8,5],[-16,9],[-131,46],[-8,3],[1,3],[-85,30],[-91,31],[-7,-1],[-4,0],[-1,-3],[-9,-8],[-23,-24],[-17,-20],[-78,-84],[-14,-12],[-10,-2],[-46,64],[-28,58],[-24,29],[7,8],[-10,-4],[-4,5],[-17,8],[-42,9],[-24,2],[-18,5],[-42,-6],[-5,-2],[-14,-1],[-41,-10],[-138,24],[0,8],[-31,66],[-33,107],[-4,66],[0,72],[4,66],[9,41],[12,55],[5,10],[-6,36],[3,12],[-4,8],[-6,9],[-8,4],[-5,1],[-8,-1],[-7,1],[-12,12],[-6,9],[0,3],[0,6],[4,8],[0,8],[-1,6],[-7,7],[-6,1],[-14,5],[-11,5],[-14,9],[-14,13],[-18,25],[-12,25],[-7,31],[-10,34],[-9,37],[-3,16],[-8,60],[-9,43],[-3,24],[4,20],[3,7],[32,18],[27,3],[20,56],[-4,10],[-3,12],[-7,10],[-3,9],[-22,5],[-19,-9],[-18,-27],[-3,-2],[-18,-8],[-1,-1],[-14,-7],[-7,-6],[-48,-31],[-31,0],[-17,-9],[-11,-11],[-6,-11],[-18,-7],[-56,56],[1,4],[-2,6],[-39,45],[-11,13],[-3,9],[-57,64],[-8,9],[-2,5],[12,19],[-22,76],[-39,34],[-16,120],[-21,10],[-2,4],[-21,8],[-14,7],[-208,104],[9,27],[0,5],[5,25],[2,8],[1,5],[-1,5],[-3,5],[-6,5],[-3,1],[2,5],[6,19],[6,-2],[1,0],[4,-2],[9,1],[7,7],[14,30],[14,32],[6,-3],[75,-32],[26,-41],[60,-25],[52,-7],[5,3],[63,32],[8,-1],[0,6],[0,1],[0,0],[25,8],[21,5],[19,5],[14,0],[313,-113],[72,9],[26,-3],[42,-13],[114,-43],[11,4],[7,14],[11,21],[14,13],[17,13],[18,27],[7,32],[6,28],[2,5],[26,13],[20,1],[17,9],[6,20],[4,5],[61,-3],[111,13],[61,4],[36,-2],[29,-2],[24,18],[99,112],[127,125],[93,92],[15,15],[9,9],[15,24],[5,15],[-2,20],[-10,14],[-19,35],[24,29],[-6,6],[-4,36],[-12,47],[-16,56],[2,22],[-2,7],[-10,13],[-6,10],[1,18],[-5,55],[-3,20],[-1,18],[7,32],[-1,12],[-9,12],[-11,12],[-5,12],[3,14],[7,28],[3,29],[0,26],[7,56],[2,15],[0,4],[6,13],[15,17],[20,24],[14,30],[3,12],[38,21],[2,1],[-3,10],[-6,4],[-25,40],[-49,83],[-3,11],[1,6],[27,22],[212,170],[22,21],[9,14],[10,27],[22,56],[2,29],[0,87],[-30,151],[-93,127],[-69,59],[-69,72],[7,9],[-9,20],[-9,14],[-51,64],[-49,29],[-29,11],[-19,11],[-5,6],[-7,12],[-8,7],[-9,5],[-73,37],[-12,10],[-9,9],[-34,33],[23,21],[-9,16],[-4,12],[-3,15],[-3,22],[-1,1],[-6,40],[-5,24],[-6,24],[-5,12],[-4,15],[-7,13],[-5,10],[-7,11],[-7,9],[-7,7],[-8,4],[-9,2],[-63,0],[-4,-11],[-7,4],[-19,9],[-9,6],[-19,9],[-14,2],[-21,2],[-38,0],[-1,17],[-11,0],[188,814],[2,0],[4,18],[-1,1],[282,1224],[-2,3],[-8,15],[4,3],[99,54],[-16,32],[-46,88],[-9,17],[-4,7],[-3,5],[-6,10],[-4,5],[-6,10],[-9,9],[-6,18],[-32,73],[-3,-2],[-1,2],[-17,-8],[-25,-10],[-31,-10],[-148,-68],[-64,-38],[-62,30],[-199,245],[-1,1],[0,2],[-2,2],[7,8],[-6,6],[-29,32],[-15,22],[-19,22],[-19,23],[-22,27],[-15,19],[-11,16],[-11,15],[-6,10],[-4,8],[-13,28],[-11,20],[-34,65],[-26,51],[5,3],[-18,27],[-2,-1],[-7,-8],[-4,-2],[-3,4],[35,28],[81,63],[68,37],[38,17],[54,23],[56,25],[44,19],[19,7],[12,0],[14,-3],[12,-5],[7,0],[6,5],[11,12],[11,13],[-3,3],[33,28],[29,23],[0,-3],[80,43],[128,73],[39,23],[-2,2],[52,26],[125,64],[105,51],[67,19],[13,14],[16,13],[26,18],[30,14],[0,0],[83,41],[-17,38],[-18,-6],[-14,-3],[-15,1],[-16,3],[-13,5],[-14,9],[-1,3],[-15,41],[-13,43],[-7,19],[-12,11],[-22,14],[-31,14],[-21,11],[-11,7],[-1,1],[-8,12],[-8,21],[-26,72],[-33,87],[-18,44],[-5,9],[-9,5],[-10,-2],[-18,-10],[-11,-8],[-3,-2],[-16,-3],[-8,8],[-18,43],[18,15],[5,2],[4,2],[1,-2],[3,-1],[17,3],[244,106],[302,129],[50,23],[166,69],[18,7],[227,99],[127,51],[119,45],[99,40],[10,3],[5,1],[6,-4],[9,-13],[11,-20],[15,-25],[23,-26],[27,-34],[30,-35],[25,-35],[19,-31],[3,-4],[9,-11],[20,-26],[22,-34],[20,-30],[23,-42],[16,-36],[1,-5],[6,-12],[0,0],[1,-3],[37,-78],[3,-3],[16,-23],[23,-34]],[[526016,812152],[11,-16],[6,5],[5,-5],[8,7],[-5,7],[13,14],[-16,19],[-14,-16],[2,-3],[-10,-12]],[[526616,811447],[-25,-11],[-17,-6],[-8,1],[-7,8],[-9,7],[-8,-3],[-14,-5],[-15,-12],[-17,-16],[-24,-19],[-18,-12],[-11,-8],[-7,-3],[-6,-1],[-6,-2],[-9,-7],[-4,-1],[-3,-1],[-7,0],[-16,-9],[-10,-5],[-9,-3],[-30,-11],[-11,-4],[-5,-5],[-3,-8],[-1,-16],[-1,-8],[-3,-6],[-9,-10],[-10,-10],[-8,-8],[-13,-10],[-1,-1],[1,0],[-5,-3],[-5,-2],[-5,-4],[-3,-8],[-3,-8],[-9,-14],[-4,-9],[-7,-7],[-11,-10],[-1,-4],[0,-8],[2,-6],[7,-7],[0,0],[-10,-3],[-4,-2],[0,-5],[2,-33],[3,-8],[6,-6],[6,-3],[3,-3],[0,-5],[1,-7],[7,-7],[11,-1],[13,1],[19,11],[15,11],[15,5],[13,2],[22,-1],[11,0],[19,3],[24,9],[7,5],[4,6],[8,10],[16,-3],[21,-10],[28,-14],[35,-14],[23,-9],[25,-9],[18,-6],[21,1],[22,5],[30,-2],[57,-18],[32,0],[14,7],[12,11],[3,7],[5,5],[67,30],[10,2],[10,-1],[9,-3],[7,-1],[10,1],[15,9],[17,11],[5,6],[3,13],[3,3],[2,1],[1,0],[8,5],[0,0],[1,0],[7,-2],[5,1],[4,2],[20,19],[1,6],[1,19],[2,13],[6,19],[11,25],[1,7],[-1,12],[-11,21],[-18,30],[-15,20],[-13,12],[-4,0],[-9,-5],[-6,0],[-6,1],[-10,8],[-8,7],[-19,18],[-35,23],[-31,7],[-15,1],[-17,-4],[-19,-9],[-12,3],[-14,0],[-14,-1],[-23,9],[-29,3],[-14,7],[-22,19],[-14,2],[-16,-4]],[[519146,815670],[11,-1],[211,1],[143,4],[19,-5],[17,-7],[21,-10],[36,-23],[38,-27],[68,-52],[22,-17],[67,-49],[34,-27],[198,-147],[63,-48],[53,-41],[42,-32],[14,-11],[21,-15],[30,-17],[15,-7],[7,-1],[7,0],[14,4],[31,14],[104,41],[71,29],[-2,7],[111,44],[349,136],[60,23],[35,-2],[16,-4],[15,-5],[33,-23],[11,-9],[2,-2],[9,-12],[8,-13],[12,-28],[13,-48],[17,-55],[40,-111],[7,-22],[7,-20],[2,-2],[6,-15],[21,-20],[17,-21],[10,-12],[8,-8],[5,-7],[31,-70],[11,-31],[14,-43],[42,-124],[10,-30],[12,-38],[-25,-13],[-31,-8],[-1,0],[-21,-22],[-42,-16],[-28,-10],[-33,-12],[-45,-14],[-29,-7],[-3,1],[-18,12],[2,-18],[-8,-2],[-6,-29],[-9,-30],[-14,-24],[-25,-34],[-18,-18],[-24,-20],[-14,-5],[-14,-1],[-20,1],[-15,5],[-33,24],[-24,2],[-9,1],[-13,10],[-8,3],[-8,5],[-2,5],[-1,12],[-12,12],[-2,25],[-11,10],[-28,20],[-12,13],[-12,19],[-17,30],[-9,-5],[-10,19],[-16,-5],[83,-240],[-8,-24],[-18,-31],[-8,-17],[-8,-17],[-6,-12],[-7,-20],[-8,-20],[-4,-22],[1,-21],[4,-18],[3,-17],[15,-42],[9,-18],[11,-20],[5,-22],[0,-24],[-3,-26],[-11,-24],[-22,-30],[-22,-37],[-13,-25],[-6,-32],[-14,-51],[-11,-36],[-12,-28],[-22,-37],[-15,-21],[-36,-33],[-17,-17],[-32,-27],[-29,-22],[-16,-10],[-13,-16],[-17,-23],[-33,-28],[-33,-20],[-29,-24],[-18,-19],[-14,-24],[-6,-20],[-236,-284],[-97,-74],[15,-25],[-639,-768],[-2,-1],[-15,-3],[-16,-15],[-12,-16],[-8,-16],[-3,-18],[-1,-17],[4,-16],[7,-11],[12,-15],[14,-13],[547,-647],[1315,-1557],[49,-51],[157,-140],[214,-194],[166,-149],[40,-33],[14,-3],[17,4],[60,27],[97,56],[139,69],[145,76],[1,-5],[23,12],[-2,5],[51,26],[133,70],[20,13],[19,11],[23,18],[15,16],[10,16],[32,36],[32,31],[28,15],[34,13],[19,3],[16,0],[25,-3],[17,-8],[16,-9],[42,-27],[21,-22],[21,-29],[42,-70],[3,-6],[9,-11],[35,-3],[4,-20],[15,-42],[22,-42],[27,-41],[73,-101],[51,-63],[62,-66],[38,-49],[18,-28],[38,-65],[11,-28],[7,-25],[9,-31],[4,-24],[0,-40],[2,-13],[5,-15],[8,-16],[3,-9],[15,-134],[1,-29],[3,-29],[1,-20],[14,-55],[42,-94],[64,-145],[52,-117],[14,-32],[15,-38],[-3,-19],[-17,-24],[-9,-55],[-28,-73],[-14,-34],[-12,-28],[-4,-10],[-8,-15],[-11,-31],[-1,-3],[0,0],[0,-1],[0,-5],[1,-5],[4,-5],[3,-3],[1,4],[4,11],[3,-2],[-4,-11],[-1,-1],[5,-2],[3,-1],[0,-1],[-9,-24],[-6,-14],[-8,4],[-2,-6],[-2,1],[5,15],[-4,1],[-4,-1],[-5,-3],[-4,-6],[-10,-30],[-6,-16],[-3,-12],[-12,6],[-3,-6],[-4,-9],[-5,-10],[-5,-13],[-7,-14],[-7,-14],[-10,-17],[-10,-15],[-10,-14],[-9,-12],[-13,-15],[-13,-14],[-17,-13],[-17,-12],[-14,-10],[-13,-9],[-22,-12],[2,-5],[16,-34],[-55,-38],[-27,-18],[-5,-4],[-19,-11],[-28,-15],[-15,-7],[-22,-9],[-21,-11],[-13,7],[-7,0],[-4,1],[-18,-6],[-46,-18],[29,36],[-98,-32],[-24,-7],[-69,-15],[7,13],[-31,-6],[-10,-2],[-30,-5],[-50,-11],[-57,-10],[-47,-9],[-37,-8],[-8,-2],[-227,-46],[-25,0],[-18,-13],[-3,-4],[-2,-2],[-6,-7],[-5,-8],[-5,-12],[-5,-10],[-4,-9],[-2,-10],[-5,-18],[-6,-22],[-6,-23],[-5,-19],[-6,-23],[-4,-19],[-1,-3],[-48,-137],[-27,-50],[-24,-43],[-89,-123],[-148,-186],[-45,-61],[-61,-62],[-52,-71],[-29,-46],[-32,-72],[-14,-45],[-5,-38],[-4,-66],[7,-63],[10,-56],[7,-24],[31,-63],[14,-25],[18,-25],[4,-6],[13,-21],[16,-26],[29,-35],[32,-31],[91,-96],[56,-58],[108,-117],[20,-17],[2,-2],[4,-10],[-2,-9],[-7,-11],[-3,-3],[-8,-2],[-9,5],[-2,1],[-160,166],[-134,137],[-91,95],[-38,41],[-18,15],[-23,15],[-33,12],[-37,7],[-22,-1],[-32,-3],[-34,-9],[-63,-23],[-21,-14],[-16,-11],[-73,-87],[-34,-42],[-4,-10],[34,-40],[11,-12],[-2,-4],[15,-16],[117,-122],[112,-114],[61,-70],[103,-110],[98,-101],[70,-72],[44,-38],[10,-7],[1,-1],[4,-7],[3,-14],[8,-31],[11,-22],[16,-18],[2,-3],[4,-4],[17,-18],[1,-1],[50,-43],[5,-4],[0,-1],[13,-16],[35,-43],[19,-24],[9,-7],[65,-52],[15,-11],[17,-10],[24,-23],[29,-34],[21,-29],[14,-31],[85,-80],[36,-40],[35,-40],[27,-33],[26,-28],[28,-32],[64,-66],[9,-10],[3,-3],[-7,-64],[-16,-156],[-2,-27],[-10,-93],[-20,-183],[-8,-78],[-4,-42],[-2,-26],[-4,-43],[-3,-49],[-3,-45],[-12,-2],[-12,-1],[-12,5],[-11,10],[-13,13],[-39,37],[-47,48],[-111,126],[-54,61],[-216,250],[-124,145],[-24,29],[66,71],[-14,16],[-47,51],[5,4],[1,1],[2,2],[43,49],[22,26],[5,8],[0,4],[0,0],[5,7],[-48,53],[18,20],[31,38],[47,73],[21,38],[-19,14],[-25,8],[-11,3],[-14,2],[-9,0],[-20,-9],[-22,-12],[-17,-7],[-10,-3],[-8,-6],[-35,-34],[-8,-8],[4,-6],[17,-24],[2,-8],[0,-3],[-4,-3],[-4,-4],[-93,-86],[-34,34],[-4,4],[0,0],[-17,16],[-3,-5],[-69,-90],[3,-13],[-6,-8],[-72,-77],[72,-84],[0,0],[0,0],[-11,-34],[-24,-42],[-32,-51],[-6,-7],[-7,-10],[-14,-16],[-57,64],[-38,44],[-17,20],[-47,54],[-116,135],[-117,133],[-7,9],[-144,167],[-112,130],[-15,17],[-62,72],[-21,23],[-1,1],[-3,2],[-30,34],[-9,10],[-3,-31],[-6,-115],[6,-57],[8,-29],[6,-32],[6,-28],[2,-50],[-24,-193],[-5,-47],[-13,-76],[-24,-111],[-23,-122],[-4,-53],[2,-40],[8,-52],[60,-349],[37,-222],[40,-215],[28,-161],[26,-152],[10,-59],[13,-77],[30,-157],[40,-214],[30,-155],[20,-131],[12,-91],[-43,-7],[7,-4],[12,-5],[-4,-67],[2,-37],[-7,-52],[-22,-35],[-6,-13],[0,-7],[-17,-25],[-20,3],[-10,3],[-22,16],[-34,22],[-9,5],[-12,-1],[-8,-3],[-4,-9],[0,-11],[10,-11],[40,-29],[10,-10],[1,-6],[-6,-36],[-2,-19],[-4,-13],[-7,-13],[-12,-6],[-5,-4],[-30,-16],[-9,-7],[-12,-34],[-15,-22],[-37,-45],[-13,-9],[0,-18],[-3,-13],[-4,-7],[-15,-5],[-10,-4],[-12,-14],[-7,-11],[-2,-14],[-2,-25],[-5,-14],[-7,-7],[-7,-4],[-7,-10],[-7,-18],[-13,-16],[-18,-9],[-12,-3],[-15,3],[-8,2],[-9,-4],[-1,-7],[1,-6],[10,-7],[3,-12],[-3,-9],[-6,-10],[-11,-12],[-2,-19],[-6,-5],[-8,0],[-15,-10],[-17,-3],[-14,-1],[-20,1],[-17,-1],[-19,-6],[-38,-4],[-47,-7],[-87,-2],[-36,0],[-35,-2],[-149,-4],[-325,-20],[-9,21],[-11,-14],[-15,-3],[-13,0],[-17,5],[-1,-2],[-17,-4],[-15,-9],[-16,-5],[-9,-23],[-9,-9],[-18,-16],[-9,-6],[-9,-6],[-16,-15],[-18,-12],[-13,-7],[-9,-10],[-9,-15],[-7,-12],[-10,-8],[-63,-22],[-56,-18],[-62,-25],[-17,-1],[-20,-4],[-14,-10],[0,-4],[-5,-11],[-16,-14],[-11,-11],[-19,-29],[-20,-29],[-17,-31],[-15,-18],[-12,-17],[-11,-26],[-10,-32],[-10,-25],[-11,-16],[-9,-8],[-4,-9],[-2,-10],[-3,-36],[-9,-21],[-17,-18],[-14,-4],[-14,4],[-11,12],[-17,4],[-12,13],[-9,18],[-7,-2],[-24,-20],[-18,-15],[-13,-1],[-21,9],[-8,-5],[-11,-19],[1,-6],[115,-43],[11,6],[13,3],[4,-8],[-6,-23],[-33,-58],[-12,-29],[-11,-55],[-12,-58],[-10,-15],[-49,-29],[-15,-10],[-8,-39],[3,-14],[16,-18],[19,-19],[6,-18],[-22,-74],[-24,-83],[-36,-131],[0,-1],[-321,68],[-9,-5],[-1,-21],[1,-24],[3,-36],[3,-18],[-3,-3],[0,-7],[2,-13],[11,-28],[24,-51],[22,-44],[9,-22],[7,-15],[1,-3],[20,-53],[7,-22],[4,-17],[4,-21],[6,-44],[13,-100],[15,-117],[10,-76],[6,-58],[2,-21],[1,-13],[1,-26],[1,-21],[-1,-16],[-2,-26],[-2,-37],[-4,-28],[-3,-15],[-6,-28],[-10,-34],[-30,-99],[-24,-67],[-9,-26],[-4,-11],[-15,-32],[-13,-27],[-18,-29],[-17,-30],[-23,-35],[-32,-46],[-32,-45],[-60,-75],[-70,-89],[-46,-55],[-58,-72],[-41,-56],[-20,-23],[-24,-21],[-56,-50],[-6,-6],[-59,-54],[-51,-56],[-33,-29],[-28,-18],[-58,-38],[-30,-22],[-21,-20],[-24,-28],[-22,-27],[-18,-20],[-21,-29],[-15,-27],[-21,-35],[-27,-45],[-18,-35],[-16,-29],[-14,-39],[-10,-31],[-13,-35],[-5,-20],[-7,-26],[-6,-45],[-12,-70],[-8,-48],[-1,-17],[-1,-27],[-3,-57],[1,-47],[2,-53],[6,-45],[9,-55],[16,-84],[11,-58],[2,-8],[9,-46],[-24,-13],[-9,-4],[-6,-1],[-12,-7],[-26,-13],[-81,-41],[-75,-37],[-33,-18],[-17,-5],[-29,-2],[-26,0],[0,0],[0,0],[-112,94],[-27,23],[-66,55],[-86,72],[-31,25],[-21,13],[-32,22],[-25,22],[-20,16],[-38,37],[-19,19],[-18,21],[-4,5],[-32,47],[-15,25],[-6,8],[-8,4],[-39,17],[-43,23],[-15,11],[-17,20],[-21,18],[-44,25],[-42,21],[-34,12],[-41,17],[-33,14],[-1,-5],[-17,-14],[-16,-12],[-17,-6],[-20,4],[-24,6],[-132,43],[-185,79],[-33,10],[-16,6],[-11,8],[-19,8],[-22,4],[-29,2],[-87,27],[-37,2],[-25,2],[-20,-6],[-21,-15],[-12,-22],[-17,-73],[-9,-10],[-13,-6],[-55,-6],[-36,-8],[-32,-19],[-20,-8],[-82,0],[-28,-2],[-22,-14],[-24,-18],[-16,-17],[-11,-18],[-4,-10],[-3,-8],[-13,-10],[-41,-18],[-34,-13],[-13,-14],[-6,-14],[4,-22],[21,-64],[72,-181],[3,-22],[-2,-24],[-16,-84],[0,-26],[2,-55],[53,-345],[5,-14],[78,-100],[78,-94],[14,-16],[53,-37],[62,-45],[16,-7],[147,31],[33,7],[22,0],[151,4],[23,0],[18,2],[22,7],[18,7],[26,10],[54,24],[14,5],[15,-1],[14,-8],[16,-15],[10,-17],[8,-22],[15,-67],[1,-18],[-6,-20],[-18,-41],[-33,-48],[-15,-15],[-16,-12],[-169,-64],[-18,-10],[-14,-9],[-11,-15],[-12,-15],[-11,-18],[-4,-12],[-1,-10],[1,-13],[4,-26],[5,-19],[14,-31],[48,-80],[11,-10],[13,-8],[12,-7],[43,-18],[50,-14],[51,-13],[36,0],[46,1],[21,-1],[13,-6],[7,-14],[3,-28],[-4,-25],[-2,-31],[-4,-31],[-9,-23],[-4,-11],[2,-24],[-2,-26],[-14,-21],[-116,-103],[-62,-58],[-27,-35],[-17,-35],[-9,-24],[1,-12],[30,-11],[22,-14],[26,-22],[66,-95],[7,-19],[-6,-65],[-11,-42],[-1,-9],[4,-2],[2,-6],[-4,-36],[-5,-28],[-12,-26],[-1,-12],[-1,-18],[-4,-16],[-7,-20],[-5,-20],[-31,-27],[-27,-21],[-15,-21],[-24,-18],[-22,-20],[-28,-39],[-78,-102],[-29,-3],[-8,-8],[-3,-10],[10,-10],[4,-7],[1,-10],[4,-21],[1,-3],[-108,-27],[-70,-16],[-14,11],[-2,1],[-66,96],[-13,31],[-30,74],[-22,15],[-22,4],[-30,13],[-36,31],[-9,6],[-16,11],[-37,37],[-64,-22],[-44,-3],[-48,3],[-82,-16],[-34,-27],[-15,4],[-9,3],[-12,6],[-1,1],[5,1],[-1,7],[-109,113],[-47,25],[-44,2],[-14,-9],[-47,18],[0,2],[3,8],[-3,18],[-15,17],[-17,11],[-40,-21],[-31,-12],[-44,5],[-6,4],[-15,7],[-3,3],[-6,5],[-11,8],[-18,15],[-17,14],[-16,15],[-4,4],[-5,11],[-4,25],[-5,31],[-16,77],[-17,21],[-25,12],[-45,-16],[-23,-12],[-23,-9],[-33,-13],[-14,-3],[-1,-3],[-2,-4],[-4,-13],[-43,-29],[-27,-8],[-76,-6],[-3,-1],[-6,2],[-33,7],[-8,-13],[-9,-1],[-1,0],[-10,9],[-2,4],[-29,28],[-34,50],[-28,62],[-16,76],[-10,108],[4,36],[7,19],[0,8],[27,55],[19,21],[31,22],[41,24],[33,25],[21,-11],[182,128],[113,80],[56,44],[19,0],[13,5],[17,17],[28,21],[25,13],[12,13],[6,15],[-7,13],[-8,12],[-1,16],[13,37],[8,49],[12,22],[2,112],[10,19],[35,38],[28,6],[20,16],[35,45],[-44,78],[-122,214],[-20,38],[-1,0],[-2,4],[-3,-1],[-3,-1],[-10,-5],[-103,-65],[-26,-16],[-13,31],[-7,19],[-17,43],[-40,108],[-48,126],[-28,73],[-1,2],[-12,36],[-39,106],[-26,69],[-27,82],[-42,101],[-26,71],[-13,39],[33,26],[20,17],[-56,201],[-4,15],[-48,180],[-3,15],[-12,61],[-1,18],[-1,16],[1,42],[5,55],[0,3],[-3,12],[0,2],[-2,18],[-6,16],[-11,18],[-10,15],[-13,19],[-4,5],[-47,60],[-16,25],[0,4],[2,4],[28,20],[-70,174],[-7,0],[-8,21],[-42,-18],[-13,-5],[-13,-6],[-8,-3],[-10,-4],[-20,-12],[-26,-16],[-70,-42],[-36,-21],[-36,-22],[-14,-8],[-120,351],[-20,-18],[-14,-8],[-2,4],[78,259],[15,22],[14,15],[22,15],[8,7],[10,9],[7,13],[27,8],[18,10],[21,29],[14,15],[28,36],[25,30],[22,32],[10,0],[20,31],[-2,15],[75,144],[6,11],[20,49],[11,25],[9,10],[1,2],[15,10],[20,3],[79,8],[47,0],[27,-8],[18,-11],[19,-17],[13,-18],[8,-25],[2,-26],[-2,-19],[-1,-2],[-11,-35],[-1,-18],[3,-10],[7,-2],[97,-17],[6,-18],[22,-71],[5,-30],[-3,-32],[-11,-42],[-22,-37],[-23,-22],[-39,-21],[-65,-25],[-17,-13],[1,-47],[5,-26],[7,-11],[10,-9],[10,-6],[1,-2],[20,-16],[17,-32],[7,-12],[7,-3],[8,3],[40,43],[49,51],[30,38],[3,6],[25,47],[27,53],[15,34],[51,73],[39,59],[12,45],[0,9],[-7,16],[1,14],[4,24],[-3,50],[10,11],[7,11],[5,2],[-1,3],[2,2],[8,27],[7,23],[0,24],[-3,26],[28,81],[0,15],[-12,61],[-25,105],[-21,88],[-9,43],[-2,14],[-8,44],[-11,38],[0,5],[-7,46],[-7,26],[-4,14],[-7,21],[-4,11],[-6,7],[-14,13],[-31,23],[-16,6],[-29,95],[-81,17],[-173,29],[-14,2],[-71,7],[-67,6],[-81,1],[-62,-1],[-72,-3],[-144,-13],[-156,-22],[-115,-18],[-135,-31],[-95,-22],[-81,-23],[-68,-16],[-62,-10],[-38,-8],[-79,0],[-168,5],[-47,-2],[-33,-4],[-37,-8],[-141,-37],[-30,-6],[-30,-2],[-38,-2],[-45,-3],[-42,2],[-26,0],[-6,0],[-32,10],[-8,8],[-2,10],[4,11],[9,11],[30,18],[15,12],[4,13],[-4,14],[-4,19],[-1,20],[6,16],[13,24],[7,18],[-1,16],[-9,14],[-15,20],[-5,13],[-1,10],[0,11],[-90,-2],[-56,-20],[-10,-7],[-6,2],[-4,5],[-1,7],[-6,6],[-11,0],[-47,-4],[-33,-6],[-15,-13],[-16,-7],[-24,-7],[-24,-4],[-10,0],[-9,6],[-11,-2],[-35,-7],[-86,-36],[-28,-11],[-55,-12],[-13,-1],[-14,5],[-14,10],[-4,17],[3,18],[9,29],[14,19],[65,99],[65,93],[63,93],[132,228],[7,13],[42,85],[50,109],[52,117],[9,7],[87,32],[3,1],[50,14],[4,31],[2,119],[3,83],[5,35],[5,31],[7,33],[15,57],[4,24],[2,14],[2,19],[0,35],[-1,52],[-2,54],[10,39],[16,105],[50,425],[18,176],[23,183],[1,78],[4,0],[85,2],[2,9],[-25,11],[-60,22],[25,200],[32,367],[11,74],[9,112],[40,376],[55,399],[-19,-5],[-19,-3],[-75,12],[-4,-28],[-91,-18],[0,3],[-1,20],[-5,12],[-2,5],[-14,9],[-9,10],[-6,45],[-19,28],[-17,20],[-11,21],[-11,27],[-75,114],[-12,11],[-12,7],[-18,6],[-12,11],[-7,5],[-4,11],[-1,10],[5,9],[9,1],[3,9],[1,11],[3,32],[1,37],[-2,62],[-4,28],[-13,41],[-5,13],[-2,11],[0,4],[-1,17],[-9,32],[-17,41],[-39,79],[-8,13],[-25,14],[-16,9],[-8,9],[-9,13],[-15,48],[-12,20],[-7,9],[-23,19],[-11,14],[-17,22],[-130,134],[-77,80],[-25,24],[-20,9],[-19,0],[-37,12],[-32,-1],[-24,1],[-14,4],[-11,8],[-20,20],[-63,28],[-23,3],[-26,-1],[-13,3],[-15,6],[-13,2],[-23,0],[-33,-7],[-19,6],[-13,-5],[-8,-10],[-4,-19],[-2,-17],[-5,-5],[-14,6],[-16,12],[-12,1],[-13,-1],[-13,6],[-13,8],[-27,14],[-13,4],[15,38],[-1,15],[-9,14],[-4,10],[-15,4],[-23,11],[-15,8],[-12,3],[-22,0],[-18,-4],[-15,0],[-14,4],[-17,12],[-9,10],[-22,0],[-11,-4],[-6,-6],[-5,-10],[-13,-5],[-14,-3],[-23,2],[-16,5],[-35,11],[-22,5],[-25,0],[-25,-2],[-27,3],[-20,5],[-15,-1],[-54,-17],[-21,-4],[-10,0],[-11,4],[-18,7],[-24,6],[-28,5],[-14,-3],[-54,-21],[-14,-14],[-8,-15],[-27,4],[-7,1],[-3,11],[-5,16],[-8,11],[-15,5],[-16,4],[-11,5],[-3,16],[-7,10],[-12,5],[-18,10],[-14,10],[-12,12],[-18,9],[-78,8],[-46,7],[-14,4],[-23,1],[-37,6],[-26,2],[-21,7],[-7,12],[-13,9],[-15,1],[-36,-4],[-13,1],[-20,1],[-21,7],[-25,16],[-13,5],[-16,-1],[-22,0],[-29,4],[-22,4],[-6,-1],[-6,-6],[-2,-4],[-1,-10],[8,-7],[40,-14],[22,-8],[8,-7],[0,-9],[-9,-10],[-21,-5],[-48,0],[-39,7],[-16,6],[-6,11],[3,11],[7,13],[12,5],[10,13],[5,14],[-4,14],[-14,4],[-21,0],[-31,-2],[-70,7],[-28,2],[-1,-1],[-6,3],[-17,-3],[-28,-11],[-14,-1],[-25,16],[-12,13],[-21,13],[-28,13],[-31,11],[-29,9],[287,561],[-20,17],[-5,3],[-11,10],[-13,4],[-12,-2],[-3,-2],[-12,0],[-41,13],[12,40],[7,37],[2,8],[0,8],[4,25],[0,66],[4,70],[0,1],[3,19],[2,8],[5,24],[0,11],[1,4],[0,14],[3,55],[0,85],[-3,87],[0,2],[-1,28],[-5,15],[-1,2],[-4,14],[2,5],[1,20],[47,158],[8,27],[10,11],[10,25],[1,27],[-1,50],[0,7],[1,33],[12,145],[0,8],[0,46],[-22,186],[-7,77],[0,55],[2,36],[0,20],[-1,47],[-7,102],[1,141],[-1,46],[-10,65],[-19,105],[-3,25],[-2,18],[-5,41],[-4,83],[3,-1],[2,0],[20,14],[9,1],[1,-15],[49,3],[24,-4],[20,-15],[44,-53],[51,-61],[68,-72],[31,-38],[36,-32],[21,-23],[17,-26],[21,-42],[25,-41],[25,-20],[8,-5],[29,-18],[73,-31],[45,-21],[127,-110],[33,-34],[38,-66],[56,-80],[5,-5],[39,-34],[34,-23],[7,-5],[32,-36],[59,-72],[43,-60],[31,-57],[16,-51],[13,-73],[9,-54],[-2,-17],[0,-4],[2,-1],[11,-3],[13,-14],[32,-168],[5,-22],[13,-3],[39,7],[24,13],[14,14],[20,5],[19,-3],[18,-11],[46,-38],[34,-34],[9,-17],[-2,-22],[-1,-26],[5,-14],[13,-11],[18,-12],[11,-20],[16,-34],[13,-19],[18,-17],[26,-17],[22,-10],[33,-12],[40,-13],[17,-9],[14,-16],[9,-19],[13,-29],[13,-42],[10,-23],[12,-11],[10,-3],[12,-4],[14,-7],[11,-11],[3,-13],[-3,-8],[125,-88],[18,-8],[6,10],[11,3],[15,-2],[16,-4],[26,-10],[105,-62],[65,-22],[36,-4],[41,12],[40,34],[36,38],[200,-230],[184,-211],[198,-180],[59,-6],[25,-6],[13,10],[6,21],[-3,45],[-3,37],[7,14],[15,-10],[16,2],[18,19],[46,61],[55,82],[20,30],[19,29],[15,38],[7,32],[39,31],[51,53],[35,54],[26,46],[0,7],[-7,11],[-2,8],[20,24],[34,36],[41,42],[41,58],[21,23],[30,38],[32,61],[23,49],[37,44],[28,21],[37,19],[41,42],[22,46],[7,17],[-17,24],[0,7],[13,19],[11,-6],[9,-3],[13,4],[14,25],[21,46],[21,37],[21,24],[10,27],[23,57],[39,60],[25,46],[11,25],[22,28],[47,47],[48,55],[64,75],[7,3],[17,5],[14,1],[14,11],[8,16],[3,25],[6,8],[13,4],[41,11],[67,-18],[-4,-4],[12,-7],[11,-4],[19,-8],[22,8],[0,0],[25,10],[26,27],[25,34],[7,11],[3,4],[3,4],[110,170],[8,12],[106,164],[-5,11],[7,10],[-4,12],[-8,32],[-7,16],[0,1],[-14,28],[-20,43],[-14,27],[-6,12],[-24,47],[-3,5],[-32,79],[-23,56],[173,114],[-143,296],[-103,-53],[1,32],[-188,192],[-11,6],[-170,176],[-2,-2],[-4,12],[-14,38],[-14,73],[-9,40],[-18,26],[-25,24],[-23,11],[-33,4],[-28,3],[-26,8],[-13,12],[-17,32],[-9,40],[-4,5],[-16,47],[-16,52],[-6,21],[0,25],[30,77],[15,19],[21,14],[78,23],[26,0],[25,-2],[29,-7],[21,-1],[27,-2],[34,-4],[11,9],[3,7],[4,10],[8,9],[27,24],[3,3],[-4,11],[-2,22],[2,35],[-1,6],[-10,4],[-11,11],[-7,12],[-1,14],[7,13],[-4,10],[-17,14],[-3,5],[-3,4],[44,53],[3,-3],[15,2],[11,13],[-1,17],[-12,12],[-17,-1],[-11,-14],[2,-17],[3,-2],[-41,-53],[-1,1],[-4,25],[-42,89],[0,7],[-9,23],[-17,26],[-8,12],[0,5],[-3,85],[38,-1],[27,-1],[21,4],[2,3],[-31,37],[-21,31],[-388,406],[-107,112],[-173,172],[-410,365],[8,11],[-21,17],[268,363],[142,192],[175,237],[79,107],[99,134],[148,200],[62,84],[18,21],[17,11],[19,6],[24,3],[24,-3],[24,-9],[88,-39],[23,-9],[20,-2],[22,6],[18,9],[100,62],[36,18],[29,6],[38,0],[126,-2],[31,1],[67,1],[42,2],[75,4],[68,0],[110,-4],[94,-4],[16,1],[14,5],[14,7],[21,16],[84,91],[180,194],[263,282],[20,22],[43,47],[23,18],[17,9],[28,7],[81,8],[40,4],[33,11],[31,18],[25,20],[18,23],[13,23],[1,2],[3,13],[0,10],[0,4],[-4,27],[-14,57],[-2,20],[0,16],[2,19],[8,26],[9,28],[7,12],[9,18],[28,40],[6,9],[19,24],[7,6],[4,2],[32,11],[22,5],[16,4],[6,2],[17,6],[23,17],[20,18],[342,314],[128,118],[52,46],[62,57],[41,42],[36,34],[77,68],[43,38],[39,37],[32,27],[35,28],[72,52],[55,38],[36,22],[43,22],[48,19],[45,14],[58,15],[35,11],[17,8],[12,8],[17,17],[16,24],[37,67],[21,41],[24,37],[32,42],[81,84],[28,31],[27,36],[196,290],[53,87],[39,57],[47,54],[132,144],[72,83],[20,22],[31,31],[62,56],[29,36],[1,5],[1,14],[-4,22],[20,9],[36,28],[66,61],[14,14],[7,3],[17,-2],[21,-15],[149,-158],[44,-45],[19,-15],[525,-287],[177,-99]],[[514276,807500],[-104,-156],[39,-17],[-13,-30],[-1,-2],[-43,4],[-12,1],[-72,-107],[56,-65],[5,-14],[0,-10],[-98,-305],[-24,-69],[-41,-63],[-12,-19],[-75,19],[-39,10],[-54,-127],[-34,-69],[-15,-20],[-31,-41],[-56,-81],[-8,-12],[-23,-43],[-12,-29],[-16,-23],[-4,-12],[-6,1],[-9,-6],[-31,-16],[-22,-17],[-7,-14],[-51,-94],[-91,-174],[-17,-55],[-2,-44],[5,-47],[6,-44],[21,-44],[35,-51],[8,-7],[-59,-67],[-26,-25],[-19,-6],[-15,0],[-18,13],[-14,4],[-8,-6],[-8,-17],[2,-26],[6,-28],[21,-40],[34,-63],[-1,-27],[-12,-44],[-12,-19],[-21,-13],[-43,-20],[-43,-7],[-20,-1],[-27,-1],[-36,7],[-40,13],[-2,-39],[-9,-33],[-13,-69],[0,-24],[20,-36],[12,-20],[13,-16],[2,-19],[-2,-21],[-11,-17],[-16,-13],[-28,-6],[-18,-1],[-10,-10],[-6,-15],[7,-13],[21,-11],[12,-14],[0,-19],[-20,-33],[-24,-30],[-17,-4],[-41,2],[-32,1],[-44,-3],[-30,-3],[-21,-8],[-15,-13],[-9,-21],[0,-24],[8,-23],[14,-17],[24,-14],[33,-24],[24,-29],[12,-31],[21,-33],[30,-49],[7,-7],[28,5],[16,-42],[18,-26],[-16,-17],[47,-69],[32,-34],[10,-10],[43,-39],[57,-50],[30,-22],[15,-11],[40,-31],[50,-41],[13,17],[21,-13],[23,-22],[24,-30],[30,-42],[17,-21],[13,-16],[56,-57],[107,-111],[160,-150],[54,-44],[115,-89],[60,-45],[50,-33],[55,-39],[30,-18],[7,0],[8,11],[-2,5],[-11,12],[-12,11],[-16,5],[-9,4],[-6,8],[-37,87],[-12,16],[-14,12],[-19,17],[-17,19],[-29,40],[-40,57],[-8,17],[-6,18],[-4,24],[-4,23],[-4,14],[-7,15],[-8,9],[-22,27],[-14,22],[-21,41],[34,35],[-54,70],[-105,131],[-20,-20],[-117,145],[-22,21],[-15,12],[-16,14],[-11,15],[-8,34],[1,15],[29,1],[-8,110],[-9,126],[-35,-4],[-1,8],[-3,13],[-6,17],[-15,31],[-9,34],[0,16],[4,12],[5,7],[10,2],[14,6],[9,6],[23,49],[34,69],[1,10],[-3,12],[-1,15],[1,14],[6,16],[5,12],[0,13],[-6,27],[-19,51],[-4,24],[49,13],[-36,117],[-23,73],[1,17],[12,125],[-31,3],[1,18],[4,35],[9,34],[6,9],[7,4],[149,-135],[23,18],[110,14],[11,1],[10,11],[3,23],[-6,27],[-9,52],[-2,26],[127,242],[19,3],[16,17],[18,88],[11,36],[-9,33],[-11,29],[-8,93],[8,13],[56,91],[165,12],[33,6],[23,14],[27,22],[21,28],[120,171],[23,7],[-5,101],[21,21],[22,21],[19,24],[14,25],[12,43],[6,42],[13,51],[22,46],[35,56],[31,43],[27,40],[18,29],[12,30],[12,42],[9,79],[63,101],[11,20],[-66,49],[-54,36],[-25,14],[-19,13],[-22,19],[-30,39],[-49,59],[-10,15],[-21,17],[-34,8],[-185,-5],[-18,-27],[-1,0],[0,0]],[[515188,795465],[17,-2],[14,1],[45,-2],[4,2],[7,3],[6,4],[6,4],[6,6],[2,2],[3,3],[2,7],[1,2],[1,13],[-3,6],[-10,27],[-17,4],[-41,-23],[-41,-21],[-7,-12],[-6,-13],[5,-7],[3,-3],[3,-1]],[[732441,608635],[627,-5],[1102,178],[565,54],[50,9],[0,-392],[-8,-185],[-11,-50],[-104,-1282],[-39,-190],[-2,-91],[10,-62],[-11,-248],[-93,-986],[348,125],[157,36],[-36,-8],[1346,413],[663,-197],[-433,90],[449,-94],[-7,1],[4700,-1388],[160,-69],[113,-49],[507,-219],[291,-124],[304,-132],[127,-54],[177,-83],[-157,73],[1843,-794],[490,-157],[0,-32],[0,-4],[9,-22],[28,-17],[59,-38],[61,-36],[66,-42],[-24,-58],[86,-35],[82,-35],[109,-45],[33,-15],[29,-16],[34,-25],[31,-20],[-3,-6],[-120,-113],[-116,-103],[-79,-67],[-5,-6],[-3,-4],[5,-9],[1,0],[80,-202],[6,-1],[4,-4],[15,-53],[39,-157],[16,-66],[24,-95],[4,-20],[-89,-9],[9,-12],[9,-17],[1,-22],[2,-19],[-23,2],[-418,33],[-78,6],[-82,5],[-396,31],[-14,4],[-27,2],[-125,11],[-53,4],[-1,-24],[0,-95],[0,-130],[0,-26],[-1,-186],[-3,-37],[-98,40],[-67,28],[-62,26],[-1,-13],[0,-5],[-10,-240],[-1,-49],[-3,-5],[-12,2],[-96,37],[-134,53],[-11,2],[-5,-66],[-3,-59],[-31,12],[1,3],[-20,2],[-68,22],[-95,28],[-17,7],[-16,4],[-25,7],[4,-64],[-37,0],[4,0],[4,-86],[2,-118],[7,-87],[6,-183],[1,-19],[35,-4],[114,-12],[95,-12],[38,-8],[39,-12],[27,-11],[35,-25],[41,-33],[14,-11],[17,-15],[9,-4],[120,-86],[141,-104],[19,-13],[113,-83],[37,-28],[-1,-42],[-2,-73],[3,-75],[25,1],[116,-5],[52,-3],[266,-14],[141,-6],[-17,-155],[0,-46],[-8,-145],[-6,-90],[-30,-4],[-50,-2],[-41,1],[-73,-1],[-59,4],[-91,10],[-111,11],[-30,17],[-10,10],[-28,0],[-27,0],[-50,5],[-26,6],[-20,6],[-42,17],[-20,10],[-24,16],[-41,26],[-25,14],[-18,7],[-18,2],[-17,1],[-118,3],[-31,3],[-44,20],[-14,8],[-20,12],[-6,0],[-7,-1],[-27,-6],[-23,-42],[-21,-28],[-10,-5],[-22,-5],[-24,-13],[-39,-31],[-18,-38],[0,-33],[-18,-20],[-34,31],[-37,14],[-22,35],[-12,48],[3,62],[1,11],[-9,0],[-11,0],[-6,-1],[-25,7],[-42,15],[-50,-3],[-16,-6],[-21,-11],[-19,-16],[-9,-6],[-14,-12],[-53,-59],[-1,-1],[81,-236],[0,0],[11,-39],[98,-312],[53,-180],[23,-128],[4,-21],[172,44],[80,18],[151,38],[436,103],[63,16],[11,0],[27,10],[10,4],[42,11],[11,1],[60,-176],[85,-245],[53,-158],[22,-66],[61,13],[26,5],[169,45],[347,93],[6,-10],[23,-89],[29,-104],[4,-17],[107,29],[20,2],[7,7],[138,37],[67,19],[68,20],[293,81],[23,-229],[23,-208],[25,-7],[78,-12],[-2,-14],[-39,-84],[-36,-81],[0,-13],[17,-102],[4,-9],[4,-3],[-1,-24],[-3,-26],[9,-9],[34,-36],[135,-150],[10,-13],[-67,-127],[-27,-46],[-11,-26],[-243,180],[-84,-10],[-46,-4],[-40,-71],[-60,-112],[-13,-23],[9,-20],[32,-23],[6,-7],[-50,-108],[-8,-13],[-160,-23],[-77,-11],[-11,2],[-20,-4],[-66,-9],[-68,-9],[-115,-17],[-82,-10],[-18,-2],[-168,597],[-153,539],[-1,13],[-7,33],[-65,-25],[-747,-279],[-30,-12],[-220,-78],[-56,-11],[-74,-7],[-119,-4],[-34,1],[-104,-1],[-166,2],[-79,2],[-33,-1],[-48,-1],[-40,3],[-6,29],[-17,98],[-14,85],[-7,54],[-21,128],[-21,123],[-35,193],[-15,77],[-8,24],[-15,-4],[-142,-55],[-73,-27],[-307,-129],[-138,-57],[-143,-61],[-83,-38],[-131,-61],[-17,-9],[-215,-104],[-27,-13],[-193,-98],[-176,-83],[-42,-20],[-100,-48],[-55,179],[-28,95],[-30,93],[69,80],[73,84],[-22,11],[-75,67],[-54,43],[-113,87],[-106,75],[2,26],[-41,30],[12,93],[22,175],[-1,8],[-133,-26],[-143,-28],[-86,-16],[-5,-4],[-12,-20],[-9,-10],[-13,-7],[-14,0],[-27,0],[4,52],[-29,0],[-62,0],[-22,-1],[-216,-4],[-53,0],[-3,-44],[-6,-121],[-132,35],[-46,11],[-220,29],[-93,11],[-9,1],[-8,3],[-3,4],[0,27],[-4,60],[-6,67],[-2,44],[-30,3],[-31,0],[-35,-12],[-42,-25],[-31,-6],[-37,-4],[-24,79],[-9,22],[-14,20],[-16,8],[-164,-35],[-214,-46],[-20,-4],[-18,-4],[-194,-44],[-31,202],[-5,23],[-87,0],[-92,3],[0,-66],[2,-16],[-8,-79],[13,-186],[3,-24],[39,-438],[29,-328],[10,-121],[12,-142],[-22,-61],[48,-160],[4,-6],[30,-67],[-39,-4],[-135,-21],[-160,-25],[-51,-5],[-46,0],[159,-272],[15,-25],[0,-7],[-4,0],[-160,55],[-142,52],[-25,5],[-173,45],[-19,1],[-31,9],[0,0],[-13,-1],[-11,3],[-11,-2],[-18,-5],[-53,-28],[-58,-29],[-48,-23],[-43,-26],[-4,-2],[-42,6],[-35,2],[-64,8],[-28,-11],[-46,-13],[-45,-13],[-14,-2],[-45,-2],[-222,-11],[-3,36],[-33,8],[-5,69],[-13,7],[-23,3],[-30,-5],[-25,6],[-20,17],[-15,8],[18,-155],[-61,-3],[-45,-3],[-69,-1],[-764,-114],[-13,197],[31,2],[-7,89],[-29,0],[-38,40],[-44,46],[-5,111],[9,35],[-24,24],[-3,-5],[-28,-12],[-28,-7],[-25,-4],[-9,-4],[-20,-7],[-35,-13],[3,-71],[4,-90],[6,-134],[20,-57],[35,-176],[7,-19],[-77,-55],[-349,57],[-21,-18],[-48,12],[-100,20],[-95,21],[-80,15],[-137,18],[-91,7],[-164,20],[-43,7],[-16,-27],[49,-37],[-8,-30],[-42,-178],[8,-4],[-4,-24],[12,-5],[-11,-48],[-4,-34],[1,-22],[3,-13],[0,-13],[-14,-49],[-7,-18],[-30,-4],[-14,-3],[-64,-17],[-42,-13],[-20,-3],[10,-67],[12,-89],[2,-28],[0,0],[3,-17],[43,8],[13,1],[11,2],[14,-17],[-2,-5],[-28,-128],[-6,-30],[-3,1],[-14,-17],[-69,-1],[-15,-4],[-7,-7],[-66,-239],[-5,-302],[3,-59],[1,-15],[-4,-16],[-9,-7],[1,-535],[-1,-267],[213,-52],[-66,-264],[-84,-321],[-67,-76],[-11,-16],[-14,-11],[-2,-1],[-38,-77],[-9,-15],[-24,-30],[-4,-4],[-3,-16],[-2,-28],[-5,-24],[-10,-23],[-13,-22],[-44,-51],[-12,-10],[-10,-9],[-16,-19],[-19,-28],[-9,-11],[-100,-112],[-22,-26],[-6,-16],[-3,-14],[-2,-30],[3,-42],[0,0],[23,-306],[7,-63],[52,-427],[89,-582],[-117,33],[-295,85],[-457,133],[-28,8],[-20,6],[-226,65],[-196,58],[-18,5],[-261,76],[-21,6],[-239,69],[-136,40],[-166,48],[-17,5],[-644,187],[-422,122],[-25,7],[-33,10],[-4,21],[-97,748],[-3,19],[-35,267],[-71,534],[-21,163],[-3,28],[-9,75],[-6,46],[-24,-1],[-230,-1],[-38,0],[-3,-8],[-6,-20],[-7,-16],[-11,-11],[-12,-8],[-13,-11],[-18,-18],[-34,-39],[-16,-16],[-10,-5],[-9,3],[-5,5],[-4,10],[3,9],[8,20],[10,25],[12,23],[10,25],[11,17],[16,28],[26,56],[83,189],[-19,0],[38,88],[26,-11],[11,19],[-75,26],[2,67],[19,38],[-16,32],[2,47],[-8,19],[-28,0],[-20,26],[-26,17],[-22,12],[-13,-11],[-38,14],[-8,-23],[-15,-19],[-11,-10],[-11,-6],[-2,10],[-18,20],[-33,16],[-31,2],[-30,-6],[-35,-20],[-40,-27],[-35,-18],[-42,-2],[-36,9],[-41,14],[-36,20],[-13,19],[-5,31],[-1,11],[2,13],[14,25],[11,12],[14,12],[37,6],[19,19],[20,13],[19,20],[14,19],[32,24],[20,10],[12,11],[20,27],[137,96],[77,57],[12,19],[13,77],[7,60],[-6,16],[-3,12],[48,-26],[38,-35],[58,-66],[76,48],[67,36],[95,47],[48,27],[15,22],[37,24],[8,-13],[9,1],[54,21],[41,10],[46,6],[99,3],[16,0],[4,25],[47,2],[112,13],[36,7],[55,9],[-7,29],[16,8],[153,50],[187,63],[5,4],[-6,11],[-57,111],[-3,10],[3,4],[31,35],[141,169],[12,18],[11,15],[22,-14],[93,-68],[22,-15],[22,-15],[4,-1],[31,-25],[16,-11],[112,2],[0,-1],[109,-1],[75,1],[277,0],[111,-4],[110,-3],[24,-5],[26,-3],[6,1],[46,-5],[18,-3],[19,-2],[7,-1],[68,-13],[7,-2],[16,-15],[16,3],[43,9],[49,-2],[51,-12],[106,-28],[46,-19],[2,-3],[4,-6],[12,-18],[19,-11],[130,-74],[53,-32],[62,-35],[66,-35],[8,15],[3,13],[6,1],[17,-8],[28,-7],[37,-13],[18,-5],[27,-3],[53,-4],[26,2],[27,2],[30,4],[16,1],[11,5],[10,9],[10,12],[7,11],[6,14],[0,25],[-3,34],[-2,55],[2,76],[2,55],[1,63],[-2,25],[-6,36],[-12,38],[-10,28],[-24,40],[-17,22],[-33,201],[-3,18],[-5,35],[41,-4],[1,45],[-21,141],[-5,49],[-1,21],[0,56],[11,38],[6,13],[5,9],[10,10],[20,21],[-109,75],[-37,26],[-9,5],[-47,32],[-46,33],[-14,10],[-39,24],[-17,14],[-14,12],[-5,4],[-44,44],[-11,9],[-4,5],[-7,12],[-21,38],[-80,123],[-4,7],[-10,19],[-4,7],[-26,34],[168,149],[27,23],[50,44],[8,96],[32,302],[14,134],[20,162],[6,58],[6,39],[-2,6],[9,92],[4,28],[-5,1],[-38,4],[-86,9],[-224,25],[-389,38],[-20,4],[8,18],[34,68],[32,66],[75,142],[30,61],[6,12],[10,28],[7,20],[7,15],[1,1],[-4,29],[-2,75],[-3,35],[-7,28],[-12,37],[-9,29],[-6,16],[-20,61],[-3,10],[-24,71],[-18,56],[-52,136],[-18,40],[-50,111],[1,6],[-8,18],[-33,-15],[-120,-61],[-19,-8],[-11,11],[-8,8],[-39,52],[-91,124],[-71,99],[-23,30],[-4,4],[-6,5],[-19,2],[-36,0],[-21,0],[-51,2],[-38,3],[-3,1],[-18,4],[-18,4],[-26,7],[-17,4],[-22,5],[-11,2],[-15,2],[-36,6],[-26,9],[-25,17],[-16,15],[-19,25],[-14,22],[-9,19],[-10,20],[-11,24],[-15,38],[-37,81],[-9,17],[-4,9],[-17,25],[-2,2],[-34,39],[-49,51],[-51,53],[230,80],[40,14],[196,69],[222,77],[254,90],[18,6],[102,36],[57,20],[146,53],[39,16],[17,2],[7,68],[8,73],[14,77],[38,105],[26,92],[10,33],[21,66],[7,34],[9,32],[13,42],[2,7],[33,17],[26,116],[144,-54],[17,8],[-3,9],[-20,45],[-13,23],[-27,30],[-53,52],[-21,29],[-15,32],[-36,121],[46,17],[42,2],[19,-9],[21,-13],[11,-2],[5,-1],[24,2],[40,0],[38,0],[23,1],[24,-1],[21,-4],[21,-6],[19,-10],[1,-70],[2,-53],[15,1],[16,-104],[46,2],[8,-11],[16,-31],[14,-31],[1,-4],[-135,-39],[32,-122],[-15,-5],[46,-179],[-17,-13],[-44,-11],[-21,-11],[12,-26],[6,-15],[5,-24],[52,-104],[22,-29],[26,-35],[32,-51],[1,-1],[3,-37],[13,-47],[12,-43],[24,-22],[30,-29],[41,-42],[80,-69],[23,-18],[21,-17],[32,-20],[35,-20],[49,-25],[25,-16],[33,-18],[27,-20],[7,-5],[44,-37],[65,-64],[12,-13],[23,-40],[31,-63],[48,-104],[35,-81],[16,-40],[7,-20],[8,-11],[6,-7],[18,-23],[15,-15],[42,-44],[146,-148],[7,-10],[13,-18],[21,-36],[17,-32],[5,-15],[-286,22],[-4,-33],[-2,-27],[3,-32],[11,-51],[-13,-7],[-81,-30],[-6,-11],[-34,-161],[-26,-129],[-47,-218],[-7,-16],[-23,-92],[-11,-49],[-3,-37],[3,-24],[17,-76],[26,-116],[13,-51],[76,-334],[22,-96],[-2,1],[9,-20],[-14,6],[-346,140],[-167,68],[-41,15],[-4,-20],[-26,-146],[-73,-387],[-7,-45],[-24,-132],[-34,-184],[47,6],[110,12],[90,11],[192,22],[98,12],[341,40],[3,-19],[42,-181],[42,-184],[1,-1],[24,22],[44,44],[44,40],[77,-105],[117,-158],[10,10],[48,34],[5,8],[-2,17],[-1,42],[6,21],[11,20],[15,14],[31,16],[59,22],[36,13],[2,4],[1,8],[0,2],[0,13],[288,81],[44,12],[44,15],[19,6],[26,8],[123,33],[-1,13],[-4,28],[28,8],[21,10],[14,21],[16,34],[7,16],[29,40],[7,18],[3,27],[6,14],[8,20],[13,28],[10,18],[14,29],[22,46],[18,31],[10,10],[30,-18],[36,-8],[9,23],[23,35],[14,25],[-1,11],[-9,25],[-57,235],[151,50],[-22,81],[84,-5],[36,-8],[38,-2],[31,0],[29,6],[38,5],[64,9],[33,1],[45,0],[18,1],[2,-4],[-2,-10],[12,-21],[14,-6],[37,0],[43,-3],[66,3],[49,28],[20,19],[0,-5],[5,-22],[14,-16],[17,-1],[23,0],[46,4],[26,8],[25,20],[14,4],[21,-2],[19,-8],[18,-13],[17,-5],[30,4],[24,5],[24,11],[12,20],[7,25],[1,9],[0,12],[-2,21],[-16,49],[-13,32],[-3,10],[-1,11],[9,19],[1,14],[-8,10],[-4,15],[0,14],[4,21],[-3,14],[-6,11],[-9,15],[0,14],[-6,11],[-40,-7],[-46,-14],[-15,-2],[-9,17],[-23,50],[-40,86],[1,8],[23,37],[11,17],[9,27],[5,19],[-5,8],[-18,23],[10,4],[34,17],[42,27],[84,56],[45,31],[17,11],[15,13],[44,28],[83,57],[18,12],[18,11],[-11,12],[-31,34],[-29,30],[3,5],[27,10],[11,5],[37,12],[48,17],[15,5],[27,13],[23,16],[32,30],[53,61],[17,29],[16,36],[12,35],[8,34],[6,34],[2,47],[-3,109],[1,19],[5,5],[9,4],[16,4],[5,5],[0,10],[1,86],[5,86],[0,93],[-6,33],[-10,15],[-4,12],[-1,38],[4,19],[12,34],[-5,49],[-5,18],[-5,9],[-17,21],[-26,34],[77,31],[-20,32],[-21,32],[-6,11],[-19,22],[13,-4],[64,-2],[0,44],[66,1],[54,1],[138,4],[5,6],[43,179],[-1,11],[-3,10],[-98,113],[-28,37],[-25,39],[-24,41],[-15,33],[-6,16],[-7,31],[-9,39],[-1,1],[-7,34],[-9,-1],[-5,28],[-18,-1],[-13,9],[-13,7],[-11,1],[-76,-12],[-25,61],[-20,-12],[-33,-10],[-39,-5],[5,-52],[2,-64],[-2,-66],[-4,-137],[0,-50],[-2,-3],[-22,11],[-6,-2],[-21,11],[-53,26],[-57,24],[-73,25],[-32,6],[-12,1],[-2,6],[-19,8],[-27,-20],[-53,-37],[-19,-15],[4,19],[9,49],[19,95],[15,82],[29,20],[12,54],[20,106],[22,19],[24,28],[20,10],[163,57],[-22,77],[-19,62],[-22,59],[-37,78],[-35,77],[-5,7],[24,4],[-8,13],[-7,12],[-95,233],[-22,55],[-40,98],[-14,36],[-3,10],[-20,4],[-135,17],[-24,1],[5,50],[2,39],[4,45],[13,8],[49,13],[57,13],[1,100],[-2,24],[-9,45],[-18,82],[-216,158],[-46,35],[-33,32],[-29,32],[-18,29],[-3,4],[10,1],[19,16],[-28,73],[-33,91],[-22,59],[-12,18],[-7,10],[-5,6],[-49,44],[-5,3],[0,3],[2,3],[-17,16],[-20,-1],[-7,2],[-4,1],[-50,23],[-18,6],[-15,17],[-9,14],[-49,73],[-19,31],[-18,32],[-20,47],[-23,8],[-6,5],[-66,0],[-22,-212],[-3,-10],[-21,10],[16,161],[2,37],[-7,13],[-49,36],[-14,15],[-5,14],[0,58],[1,2],[2,10],[-11,7],[-26,13],[-30,8],[-13,4],[-34,1],[-46,-1],[-29,3],[-25,7],[-36,6],[-32,3],[-55,1],[-50,-3],[-113,-16],[-50,-5],[-6,35],[-5,7],[-8,2],[-2,0],[-78,-5],[-112,-16],[-9,8],[-129,89],[-6,-44],[-5,-33],[-3,-7],[-5,4],[-23,24],[-15,11],[-13,11],[-28,17],[-91,49],[-20,10],[-46,-21],[-13,-2],[-134,18],[-9,0],[-20,-57],[-12,-22],[-19,-24],[-18,-18],[-90,-65],[3,-84],[4,-60],[3,-69],[-174,-266],[-11,-22],[-3,-36],[1,-7],[-224,59],[-12,4],[45,169],[5,18],[53,200],[-357,-127],[0,-1],[-420,-107],[-14,-4],[-25,-5],[-39,0],[-213,4],[-72,3],[19,-70],[-278,-38],[-114,-73],[-155,-5],[1,2],[16,29],[22,33],[17,26],[-5,40],[1,9],[-4,55],[-8,109],[-9,130],[-8,83],[-3,26],[-4,17],[-16,15],[-12,8],[-18,-1],[-56,-13],[-31,-8],[-106,-28],[-152,-44],[-11,-2],[-11,-2],[-64,-36],[-37,-18],[-17,-6],[-32,-3],[-41,-3],[-65,-8],[-57,-9],[-43,-15],[-41,-22],[-40,-35],[-80,-77],[-17,-14],[-15,-11],[-18,-9],[-21,-8],[-20,-2],[-10,-2],[-28,1],[-16,0],[-20,-6],[-16,-8],[-10,-21],[-32,-21],[-57,-30],[-55,-18],[-24,-5],[-33,-7],[-50,-3],[-87,11],[-35,-3],[-20,-3],[-28,-7],[-27,-12],[-19,-10],[-26,-31],[-26,-28],[-35,-37],[-31,-32],[-22,-18],[-17,-13],[-17,-9],[-46,-19],[-36,-8],[20,-86],[11,-55],[8,-54],[6,-59],[5,-74],[0,-61],[-9,-91],[-2,-17],[-7,-73],[-28,-157],[-19,-102],[-26,-111],[-16,6],[17,205],[7,100],[15,136],[-5,17],[3,151],[3,55],[-13,54],[-14,92],[-14,127],[-14,5],[-83,33],[-13,0],[-16,-6],[-148,-67],[-42,-19],[-32,-8],[-26,-2],[-14,-4],[-10,-7],[-11,-15],[-2,-17],[2,-17],[6,-12],[48,-46],[26,-22],[25,-25],[8,-12],[1,-14],[-9,-14],[-24,-2],[-90,71],[-102,82],[-23,17],[-94,-2],[-35,-1],[-53,-8],[-97,-23],[-31,-2],[-14,25],[-27,-15],[-3,-2],[-15,-12],[-59,-34],[-56,-34],[-38,-21],[-26,-13],[-13,-7],[-57,-20],[-23,-4],[-17,0],[-47,1],[-31,-3],[-67,-7],[-24,-5],[-35,-6],[-58,-12],[-17,-5],[-11,-3],[-37,-9],[-33,-10],[-35,-13],[-17,-7],[-48,-20],[-61,-21],[-6,-2],[5,-26],[10,-45],[4,-36],[0,-19],[-2,-19],[-12,-18],[-14,-9],[-27,-9],[-12,-2],[-23,-3],[-30,-5],[-40,-1],[-29,2],[-15,10],[-44,-37],[-95,-41],[-130,-53],[-84,-37],[-48,-29],[-46,-43],[-13,16],[-10,39],[-7,36],[-27,120],[-8,22],[-12,24],[-17,17],[-19,14],[-26,16],[-40,14],[-60,21],[-16,4],[-101,38],[-59,28],[-26,14],[-17,15],[-10,5],[-90,21],[-35,13],[-49,21],[-46,12],[-28,1],[-32,-5],[-92,-26],[-76,-19],[-12,-12],[0,-21],[2,-43],[-2,-7],[-16,-14],[-24,-15],[-38,-20],[-34,-14],[-73,-23],[-11,-6],[5,-46],[2,-45],[-8,-17],[-7,-9],[-11,-5],[-44,-11],[-118,-35],[-3,0],[-5,13],[-44,-16],[-80,-31],[-12,-7],[-6,-8],[-3,-22],[-6,-46],[18,-5],[-7,-23],[-19,-28],[-43,-32],[-34,-29],[-20,-27],[-8,-22],[-13,-24],[0,-3],[-1,-35],[-4,-51],[-1,-36],[2,-24],[9,-22],[-2,-15],[-103,21],[-169,37],[-8,1],[-8,-13],[-5,0],[-112,-2],[-90,-3],[-59,-1],[-12,0],[-54,-2],[-32,-5],[-77,-8],[-48,-8],[-105,-22],[-10,-3],[-13,16],[-24,-6],[-19,0],[-13,53],[-1,11],[-4,6],[-31,100],[-46,28],[-84,43],[8,14],[0,0],[-1,4],[86,167],[-22,14],[-87,-167],[-6,-11],[-12,-19],[-3,4],[-160,58],[-61,23],[-41,13],[-16,-16],[-17,7],[-92,33],[-16,3],[-13,-12],[-16,-14],[8,-14],[20,-52],[8,-31],[-2,-1],[9,-27],[-9,2],[-51,-34],[-139,-91],[-59,-39],[-176,-116],[-109,-74],[-123,-80],[-171,-112],[-19,-12],[-16,-11],[13,-11],[-19,-15],[-77,-50],[-180,-119],[-30,-20],[-14,16],[-41,-27],[-44,-29],[-62,-41],[-117,-76],[-26,-17],[-5,-3],[-50,-32],[-217,-143],[-39,-25],[-3,-5],[-27,11],[-152,71],[-119,59],[-5,3],[-9,-20],[-14,-22],[-32,-49],[-92,-153],[-30,-51],[-1,-2],[-11,-38],[-34,-114],[-55,-156],[-15,-24],[-14,-16],[-12,-8],[-55,-18],[-22,-8],[-7,-3],[-9,-23],[-31,-100],[-5,-6],[-93,-13],[-72,-8],[-13,0],[-12,2],[-9,7],[-48,44],[-27,21],[-9,4],[-17,-1],[-32,-7],[-39,-7],[-25,-4],[-3,0],[-48,-7],[-15,-11],[0,-9],[42,-184],[5,-24],[-19,-4],[-60,-15],[-41,-10],[-54,-12],[-11,22],[21,5],[9,2],[-1,35],[-6,54],[-10,56],[-9,24],[-4,10],[-8,14],[-25,24],[-41,57],[-55,75],[12,38],[10,34],[15,17],[14,10],[18,6],[26,9],[14,12],[9,11],[15,24],[15,25],[24,34],[26,28],[29,23],[8,5],[26,16],[81,42],[32,-59],[29,-52],[2,0],[48,10],[85,10],[65,8],[56,9],[36,6],[25,10],[136,71],[7,7],[24,74],[32,110],[78,241],[22,14],[5,1],[52,68],[64,84],[9,12],[44,62],[22,29],[25,35],[51,65],[12,17],[38,64],[23,37],[42,63],[21,27],[22,21],[27,20],[72,51],[55,37],[98,68],[106,81],[7,6],[178,131],[77,58],[90,66],[104,78],[23,13],[10,7],[28,5],[67,10],[107,14],[138,17],[63,7],[63,5],[24,0],[43,-12],[70,-27],[33,-17],[-18,46],[-25,74],[14,9],[96,61],[61,40],[45,29],[138,92],[25,15],[-2,4],[312,197],[-11,26],[236,86],[34,7],[-7,9],[-33,84],[-2,12],[-7,30],[-11,36],[-13,35],[-17,43],[-11,37],[-10,20],[-29,73],[-16,31],[-14,24],[-66,76],[-17,20],[-49,62],[-49,82],[-14,32],[-2,6],[-11,49],[-12,82],[-12,86],[0,0],[-5,30],[120,93],[65,53],[32,24],[-2,26],[1,2],[7,7],[202,158],[54,44],[206,165],[93,73],[10,-3],[18,-6],[32,-7],[35,16],[-37,10],[10,8],[24,22],[93,74],[11,32],[29,21],[143,111],[43,35],[60,46],[76,66],[38,4],[90,69],[-7,23],[39,29],[133,97],[9,-15],[83,64],[42,34],[27,-9],[0,0],[24,17],[-23,16],[8,4],[17,13],[106,86],[40,33],[0,13],[-3,24],[-20,2],[-11,5],[-4,12],[-5,29],[-5,40],[-7,16],[-11,15],[-12,16],[-3,50],[-12,149],[-6,72],[-9,84],[-5,84],[38,10],[-3,35],[-3,45],[-13,134],[-16,163],[16,9],[17,8],[23,-241],[14,-2],[4,-19],[16,-158],[25,-251],[11,-134],[8,-69],[11,-114],[247,194],[18,-23],[19,15],[7,1],[24,21],[14,9],[81,65],[117,93],[12,11],[27,13],[103,82],[55,45],[4,4],[2,43],[-5,2],[4,55],[21,209],[8,56],[7,26],[6,25],[23,82],[3,14],[14,59],[9,66],[1,45],[-1,80],[0,22],[-5,93],[0,16],[6,40],[11,60],[4,18],[2,24],[0,13],[-4,20],[0,2],[-31,79],[-26,71],[1,43],[56,4],[2,5],[9,114],[16,191],[4,84],[0,17],[6,291],[18,1],[0,13],[3,77],[16,78],[8,40],[29,133],[16,62],[-2,82],[8,73],[2,14],[1,14],[0,2],[603,26],[1249,59],[856,-92],[1140,-148]],[[732610,605420],[-76,-7],[-65,-5],[-62,0],[-164,11],[-20,0],[-51,1],[-20,-8],[-28,-14],[-42,-31],[-23,-17],[-36,-30],[-40,-38],[-80,-52],[-100,-71],[-15,-12],[-23,-20],[-24,-23],[-30,-31],[-32,-43],[-9,-19],[-3,-17],[1,-35],[3,-39],[0,-39],[-2,-23],[-8,-25],[-9,-16],[-16,-2],[-11,96],[-5,37],[-14,22],[-38,35],[-13,9],[-13,5],[-14,2],[-14,-5],[-30,-19],[-83,-50],[-72,-42],[-248,-155],[-39,65],[-22,23],[-35,16],[-51,10],[-1,2],[-42,-20],[26,-1],[-57,-43],[-66,-36],[-182,-103],[-10,18],[-17,-9],[20,-54],[-134,-73],[-181,-95],[-60,-34],[-22,51],[-33,-16],[-29,-15],[-3,-2],[-6,-3],[-79,-43],[-51,-34],[-54,-37],[-35,-29],[-15,-12],[-36,-39],[-41,-55],[-40,-59],[-14,-23],[-3,-6],[-22,-26],[-40,-38],[-2,-4],[102,-74],[68,-41],[26,-12],[22,-14],[4,-4],[8,-12],[10,-18],[9,-24],[7,-22],[4,-15],[17,0],[2,-2],[0,-4],[1,-25],[5,-145],[5,-113],[0,-3],[-18,-2],[2,-48],[1,-11],[0,-11],[6,-9],[15,-1],[67,23],[41,16],[0,16],[41,21],[40,20],[50,23],[47,15],[50,9],[35,3],[52,6],[54,4],[40,1],[21,-7],[10,2],[39,6],[151,14],[688,224],[294,40],[-2,16],[15,2],[191,82],[253,110],[10,2],[249,57],[65,25],[59,9],[116,-3],[23,-1],[85,-41],[3,-4],[18,-4],[26,-9],[193,34],[-11,61],[70,28],[117,42],[34,14],[62,-20],[61,-22],[6,-13],[27,-87],[22,-54],[11,-26],[12,-17],[24,-18],[25,-7],[58,6],[114,121],[14,19],[5,13],[4,16],[0,16],[-1,6],[-1,13],[-24,117],[-3,30],[-1,14],[0,31],[5,37],[25,99],[3,8],[2,14],[1,27],[-1,34],[-8,80],[-26,196],[-2,12],[-14,-5],[-64,-23],[-3,30],[-12,71],[-25,130],[-4,30],[27,6],[-7,34],[14,3],[-10,41],[-34,-3],[-20,90],[-17,81],[-5,10],[-146,0],[-28,-1],[-9,-5],[0,-22],[5,-72],[1,-16],[4,-44],[-44,-7],[-1,5],[-6,57],[-146,-17],[-193,-23],[-20,-2],[-49,-4],[-9,16],[-16,32],[-32,37],[-24,24],[-28,19],[-35,20],[-18,7],[-28,5],[-43,-1]],[[660996,487517],[400,-63],[19,0],[46,-7],[86,-12],[97,-15],[-13,-133],[71,-9],[-9,-89],[76,-13],[6,83],[-16,2],[8,72],[13,72],[176,-27],[697,-103],[-4,-70],[-15,1],[-13,-89],[56,-9],[-22,-55],[-2,-5],[-40,-127],[-15,-46],[-19,-75],[-18,-67],[-17,-81],[0,0],[18,-5],[2,0],[105,-8],[371,-26],[-44,-369],[-3,-20],[234,-24],[-27,-116],[-3,-12],[-3,-8],[0,-1],[-10,-37],[0,0],[-59,-207],[19,-16],[266,-213],[1,-40],[5,-10],[4,-9],[93,-149],[35,-44],[-149,-138],[-79,-75],[-14,-13],[-1,-3],[17,-6],[95,-33],[120,-29],[59,-108],[-37,-69],[-15,-27],[-78,-65],[-9,-8],[-15,-15],[12,-13],[8,-10],[28,-26],[41,-43],[33,-50],[18,-33],[11,-22],[4,-15],[9,-27],[12,-59],[5,-35],[1,-68],[-1,-32],[6,-38],[5,-40],[5,-43],[1,-4],[3,-24],[0,-39],[0,-106],[2,-20],[2,-49],[1,-23],[-15,-15],[-18,-28],[-39,-50],[-17,-16],[-72,-56],[-25,-12],[0,0],[-3,-11],[1,-4],[-240,-54],[-48,-5],[-21,-30],[-7,4],[-35,2],[-43,-2],[-57,-10],[-55,-25],[-67,-52],[-61,-58],[-95,-68],[-37,-14],[-39,-6],[-49,-1],[-34,12],[-34,18],[-12,12],[-17,16],[-24,41],[-15,47],[-2,41],[-5,49],[-9,47],[-1,4],[-21,49],[-25,43],[-23,33],[-123,131],[-1,1],[-21,-27],[-182,-223],[-22,12],[-263,133],[-112,53],[-131,67],[-17,9],[-19,8],[-365,198],[-34,19],[-315,164],[-163,85],[18,35],[67,129],[174,337],[7,14],[8,36],[-32,22],[-175,125],[-18,12],[-89,64],[-72,52],[-21,16],[-120,87],[-21,11],[-162,114],[-79,57],[-15,11],[-152,110],[40,326],[21,159],[12,85],[19,161],[11,79],[31,244],[181,-53],[6,-2],[161,-47],[372,-110],[78,-25],[13,99],[48,383],[69,525]],[[662872,485115],[42,-61],[67,7],[108,12],[2,26],[-17,49],[-21,23],[2,25],[-13,26],[-40,74],[-30,53],[-13,12],[-14,140],[-21,-2],[-212,-249],[-5,-12],[109,-66],[13,-12],[43,-45]],[[497691,231146],[-5,0],[8,-87],[4,-41],[11,-85],[8,-69],[-32,30],[-14,22],[-11,15],[-14,16],[-26,16],[-25,3],[-80,-23],[-125,-37],[-74,-23],[-17,-10],[-12,-13],[-15,-29],[-29,-75],[-13,-52],[-14,-58],[-7,-38],[-4,-59],[0,-67],[6,-42],[10,-63],[27,-129],[16,-73],[15,-81],[5,-33],[6,-56],[-6,-168],[-2,-16],[-8,-47],[-9,-25],[-21,-32],[-24,-34],[-9,-15],[-16,-29],[-36,-57],[-14,-39],[0,-28],[16,-41],[54,-80],[31,-44],[17,-23],[27,-40],[32,-81],[20,-93],[9,-47],[4,-27],[0,-47],[-2,-31],[-1,-22],[2,-35],[-2,-37],[-8,-33],[-16,-67],[-10,-30],[-15,-34],[-20,-33],[-22,-31],[-22,-33],[-21,-35],[-33,-64],[-18,-32],[-17,-27],[-17,-37],[-16,-31],[-10,-22],[-9,-28],[-2,-22]],[[497096,228308],[-13,-2],[-25,-13],[-16,-3],[-27,0],[-25,7],[-12,-5],[-4,-12],[2,-28],[-3,-16],[-5,-10],[-10,-10],[-10,-8],[-10,0],[-25,6],[-8,6],[-15,6],[-15,2],[-11,0],[-20,-2],[-18,-4],[-6,-4],[-56,-51],[-9,-16],[-4,-31],[1,-7],[7,-16],[15,-23],[5,-12],[-1,-34],[3,-16],[0,-19],[-5,-16],[-18,-32],[-16,-21],[-10,-10],[0,-7],[2,-17],[6,-15],[-1,-10],[-26,-16],[-8,-10],[-7,-38],[-10,-21],[-17,-19],[-30,-49],[-13,-12],[-13,-10],[-3,-4],[-6,-2],[-22,-10],[-21,-15],[-13,-7],[-52,-11],[-41,-19],[-12,0],[-8,10],[-16,3],[-5,-5],[-2,-6],[0,-31],[-1,-7],[-2,-1],[-8,0],[-6,3],[-30,24],[-13,1],[-7,-5],[-5,-6],[-18,-28],[-15,20],[4,14],[14,27],[5,11],[0,16],[-2,8],[-3,6],[-4,2],[-5,0],[-32,-12],[-25,-6],[-43,60],[-18,-2],[-32,-6],[-7,-3],[-11,-7],[-15,-17],[-6,-13],[-6,-8],[-13,-6],[-16,2],[-4,5],[-6,10],[-8,19],[-11,10],[-27,15],[-31,26],[-39,28],[-16,5],[-18,-2],[-17,-13],[-23,-32],[-6,-38],[-5,-15],[-5,-9],[-13,-11],[-24,-8],[-5,-3],[-4,-6],[0,-7],[3,-5],[6,-8],[4,-3],[9,0],[8,2],[20,15],[11,3],[17,-1],[2,-3],[2,-8],[0,-9],[-1,-4],[-21,-12],[-10,-8],[-8,-9],[-2,-11],[-2,-3],[-4,-16],[-7,-7],[-23,-10],[-13,-2],[-9,-1],[-23,3],[-13,4],[-16,10],[-11,17],[-10,11],[-9,3],[-10,-7],[-12,-19],[-4,-26],[-7,-2],[-8,0],[-14,4],[-19,10],[-32,33],[-20,12],[-12,2],[-9,-3],[1,-13],[-1,-6],[-5,-3],[-8,-3],[-7,1],[-18,7],[-17,10],[-15,7],[-26,2],[-30,-4],[-25,6],[-16,0],[-19,-9],[-18,-22],[-16,19],[-12,24],[-22,13],[-28,8],[-18,12],[-38,27],[-20,3],[-27,13],[0,11],[1,29],[-2,29],[-15,38],[-41,72],[-55,168],[-4,24],[0,22],[0,32],[0,7],[14,59],[2,10],[-14,11],[-80,47],[-21,12],[-37,22],[-50,23],[-48,13],[-126,36],[-41,10],[-58,14],[-56,10],[-30,8],[-18,2],[5,-24],[3,-16],[14,-34],[10,-54],[9,-32],[1,-18],[-9,8],[-34,21],[-12,23],[-16,44],[-9,13],[-12,13],[-11,8],[-4,5],[-24,12],[-19,7],[-21,9],[-19,16],[-6,12],[-3,22],[2,7],[12,24],[2,16],[-9,22],[-1,11],[1,5],[3,3],[7,17],[3,12],[-1,5],[-4,8],[-4,5],[-7,4],[-9,3],[-17,2],[-22,-8],[-22,-5],[-38,4],[-36,-2],[-21,5],[-26,8],[-31,15],[-12,2],[-6,-3],[-2,-5],[-5,-30],[-4,-14],[-9,-11],[-10,-1],[-12,1],[-21,7],[-3,3],[-12,5],[-18,14],[-4,1],[-12,1],[-11,-6],[-8,-3],[-15,2],[-22,0],[-46,6],[-30,-1],[-24,4],[-22,-3],[-21,-7],[-9,-2],[-28,-8],[-11,-7],[-20,-18],[-10,-7],[-11,-6],[-18,-5],[-16,-8],[-26,-30],[-18,-14],[-20,-10],[-18,-5],[-37,-17],[-32,-11],[-45,-21],[-11,-3],[-16,-4],[-11,0],[-34,4],[-32,0],[-20,-5],[-15,-10],[-16,-26],[-20,-27],[-44,-39],[-21,-27],[-8,-7],[-34,-19],[-250,-237],[-50,-38],[-18,-45],[-14,-24],[-11,-27],[-14,-23],[-13,-18],[-21,-22],[-26,-30],[-30,-31],[-4,-8],[-3,-12],[-5,-8],[-31,-39],[-15,-12],[-18,-25],[-12,-34],[-10,-11],[-10,-22],[-8,-31],[-1,-16],[-2,-18],[-9,-22],[-11,-19],[-11,-7],[-13,-4],[-54,1],[-10,-1],[-27,-7],[-15,-7],[-26,-18],[-30,-24],[-23,-21],[-22,-14],[-20,-12],[-34,-41],[-5,-9],[-6,-27],[-8,-10],[-13,-9],[-8,-8],[-4,-23],[-1,-8],[7,-32],[19,-72],[11,-49],[18,-62],[2,-22],[-20,-55],[-9,-40],[-22,-59],[-6,-26],[0,-13],[1,-24],[6,-20],[4,-21],[3,-7],[7,-8],[2,-5],[1,-23],[3,-14],[5,-11],[24,-18],[1,-6],[-1,-20],[-5,-10],[-7,-5],[-4,-7],[-2,-8],[0,-7],[7,-10],[20,-19],[7,-4],[7,-2],[4,0],[6,5],[10,18],[7,1],[6,-7],[7,-19],[4,-19],[7,-47],[-1,-9],[-6,-20],[2,-13],[22,-28],[4,-8],[0,-6],[-4,-17],[-2,-28],[-4,-4],[-48,-8],[-6,-3],[-5,-5],[3,-28],[3,-6],[8,-7],[51,-31],[8,-8],[9,-15],[3,-9],[10,-42],[1,-29],[-5,-25],[-9,-23],[-27,-44],[-12,-17],[-66,-79],[-19,-23],[-10,-10],[-49,-59],[-21,-27],[-31,-46],[-1,-4],[-13,-18],[-24,-40],[-20,-42],[-30,-53],[-25,-59],[-20,-50],[-2,-8],[1,-8],[3,-6],[8,-6],[26,-15],[30,-11],[25,-6],[25,-2],[16,2],[5,2],[35,9],[18,1],[20,-1],[15,-13],[4,-7],[6,-16],[9,-19],[6,-8],[18,-12],[15,-4],[17,-3],[49,-4],[35,-4],[42,1],[20,2],[20,11],[5,3],[18,28],[14,24],[12,10],[28,6],[11,0],[50,-23],[21,-1],[21,-5],[3,-2],[12,-15],[5,-4],[8,-3],[16,0],[25,4],[10,-1],[10,-9],[11,-15],[5,-32],[5,-15],[26,-37],[0,-7],[-3,-7],[-12,-17],[-10,-19],[-4,-15],[0,-3],[2,-2],[7,-1],[9,1],[12,5],[9,6],[70,53],[29,30],[5,1],[4,-4],[1,-11],[-3,-6],[-8,-20],[-5,-20],[6,-14],[4,-3],[2,-9],[4,-4],[7,1],[22,-3],[28,14],[2,2],[-1,10],[15,29],[5,6],[9,2],[45,-34],[4,-6],[-4,-30],[-4,-4],[-2,-7],[-8,-13],[-1,-8],[-8,-17],[-6,-17],[-2,-14],[1,-14],[9,-26],[-1,-38],[12,-57],[2,-29],[-48,-20],[0,-2],[-81,-36],[-14,-4],[-286,-118],[-15,-7],[-5,-3],[-9,-2],[-4,-3],[-22,-7],[-5,-4],[-78,-31],[-11,-14],[-41,-70],[11,-40],[6,-12]],[[492519,224598],[-3,1],[-14,21],[-13,8],[-26,6],[-250,41],[-18,3],[-309,50],[-166,24],[-38,2],[-16,-2],[-23,-7],[-126,-70],[-108,-64],[-6,-4],[-22,-12],[-20,-13],[-54,-31],[-28,-19],[-41,-24],[-74,-46],[-43,-24],[-66,-39],[-45,-29],[-110,-64],[-32,-22],[-17,-8],[-321,-184],[-385,-237],[-42,107],[-15,39],[-12,31],[-12,32],[-11,30],[-19,-7],[-158,-55],[-159,-51],[-56,-18],[-4,1],[-5,5],[-147,169],[-5,5],[223,85],[-15,31],[-59,123],[-9,17],[-67,133],[-205,411],[-49,97],[-54,113],[-43,83],[-1,2],[-6,17],[50,24],[-1,3],[-34,65],[-339,660],[-15,26],[-30,-27],[-113,186],[274,232],[1,1],[-35,73],[-28,62],[-9,18],[-7,8],[-4,-3],[-19,51],[0,4],[-10,21],[-86,176],[-7,0],[-14,-10],[-20,38],[-12,18],[-33,61],[-265,-183],[-18,-12],[-122,251],[-1,3],[-12,23],[-25,52],[-37,74],[-31,69],[-19,36],[-76,148],[-86,169],[-18,35],[-20,55],[-24,50],[-10,24],[-3,11],[2,2],[18,9],[-4,22],[-11,55],[-10,43],[0,0],[-2,1],[-12,39],[-20,55],[-20,43],[-22,49],[-82,158],[1,3],[-8,-8],[-59,-31],[-18,-7],[-50,-20],[-24,-8],[-19,-6],[-29,-12],[-41,-14],[-249,-72],[-81,-23],[-27,-2],[-26,-10],[-8,21],[-6,15],[-5,12],[-21,31],[-77,98],[-22,32],[-9,15],[-6,12],[-4,26],[0,14],[5,16],[13,19],[75,74],[25,32],[42,57],[22,33],[14,28],[5,21],[1,19],[11,64],[16,58],[7,30],[0,11],[-357,-190],[-54,173],[-5,18],[-103,-67],[-92,-61],[-137,-92],[-66,-45],[-23,-15],[-9,-2],[-9,-1],[-1,1],[-19,-11],[0,5],[0,16],[-6,74],[-4,2],[-12,41],[-14,45],[-19,63],[-19,58],[-318,-143],[-54,143],[-86,264],[-7,23],[-84,-38],[-44,-20],[-62,-25],[-39,-18],[-23,-8],[-10,-3],[-6,1],[-3,13],[-6,38],[-4,16],[-4,11],[-52,94],[-38,68],[-10,13],[-14,10],[-24,13],[-90,42],[-84,26],[-32,4],[-316,53],[-17,7],[-8,8],[-21,27],[-23,36],[-46,79],[-18,35],[1,7],[125,56],[59,24],[65,28],[7,7],[2,10],[-3,53],[-9,118],[-20,230],[-2,66],[-15,21],[-208,-145],[-6,-4],[-23,23],[-40,43],[-71,77],[-87,92],[-20,21],[-14,15],[-74,78],[-9,10],[-35,26],[-67,50],[-109,86],[-25,19],[-62,44],[-52,40],[-123,64],[-62,50],[-14,12],[-18,14],[-16,32],[-6,9],[-104,167],[-149,246],[-43,73],[-17,-11],[-107,179],[5,-2],[-118,187],[5,19],[0,44],[-8,132],[-8,135],[-3,52],[0,46],[14,11],[89,69],[315,216],[63,42],[26,10],[-5,15],[-7,14],[18,11],[1,0],[104,55],[300,188],[93,58],[251,157],[107,66],[45,-126],[70,-191],[31,-86],[-5,-30],[14,0],[74,-208],[78,-224],[26,-72],[23,-64],[6,-12],[27,-29],[53,-50],[40,-34],[35,-30],[78,-85],[5,-5],[143,92],[60,-101],[31,-52],[3,-16],[-5,-30],[0,-15],[9,-8],[17,-3],[10,0],[11,-5],[8,-15],[-5,-48],[7,-18],[10,-4],[91,50],[48,32],[9,18],[4,34],[11,12],[18,5],[35,-2],[21,3],[45,30],[18,-36],[14,-26],[97,-190],[153,-295],[56,-107],[156,-313],[26,9],[13,-24],[3,-1],[20,-40],[8,8],[30,16],[47,29],[46,30],[73,41],[69,42],[128,64],[3,4],[13,4],[23,13],[94,55],[47,26],[43,17],[3,3],[10,4],[31,10],[23,12],[146,99],[27,18],[8,6],[7,3],[62,31],[51,28],[99,49],[169,88],[159,82],[145,73],[116,61],[38,18],[47,12],[39,17],[34,18],[62,31],[59,32],[59,30],[-22,46],[-1,8],[-15,33],[-106,206],[-105,201],[-49,96],[-13,28],[-89,168],[-26,49],[-68,134],[-79,147],[-69,-45],[-56,-38],[-61,-37],[-118,-74],[-25,-13],[-34,-22],[-52,111],[0,0],[-2,9],[-18,35],[-1,1],[0,0],[-15,17],[-54,138],[54,37],[1,10],[-9,16],[-136,258],[-43,80],[-209,-137],[-369,-234],[0,1],[-125,248],[-87,169],[-75,146],[-27,54],[-4,10],[-135,272],[-1,2],[112,71],[71,45],[69,44],[437,268],[204,126],[156,95],[56,34],[482,291],[105,64],[56,32],[24,17],[418,266],[137,77],[48,27],[232,114],[21,12],[147,73],[385,177],[180,70],[107,41],[108,41],[128,38],[55,20],[86,28],[59,19],[30,9],[11,3],[309,84],[2,2],[1,-4],[144,25],[247,49],[15,3],[168,34],[90,20],[174,34],[34,6],[11,3],[135,24],[19,6],[45,8],[-3,-2],[30,-1],[5,0],[2,-3],[33,2],[3,2],[54,19],[34,11],[32,4],[47,7],[53,5],[132,23],[40,5],[10,2],[96,16],[81,12],[43,5],[32,7],[109,15],[329,52],[66,10],[47,8],[82,14],[14,2],[31,5],[33,6],[75,15],[128,26],[37,8],[141,28],[20,3],[2,-1],[25,4],[6,3],[13,4],[48,7],[99,19],[45,7],[12,1],[16,4],[40,6],[59,13],[147,25],[72,14],[282,49],[64,9],[24,4],[3,2],[126,23],[258,46],[118,21],[202,29],[17,4],[19,2],[124,22],[18,0],[37,6],[67,13],[23,3],[28,6],[24,2],[20,4],[181,34],[130,19],[257,46],[91,16],[176,33],[8,2],[101,20],[27,4],[32,6],[5,3],[86,16],[40,6],[136,27],[30,4],[19,5],[194,32],[109,14],[26,3],[66,15],[157,27],[437,79],[36,8],[103,18],[11,-1],[4,-3],[3,-4],[7,-54],[2,-23],[-1,-26],[-4,-58],[-12,-241],[-2,-22],[-5,-93],[-2,-56],[-2,-6],[0,-19],[-4,-68],[-2,-10],[-1,-35],[-2,-27],[-2,-30],[-5,-77],[-10,-142],[-3,-16],[1,-21],[-3,-43],[-2,-35],[-1,-26],[-1,-14],[-8,-165],[-3,-43],[0,-26],[-4,-46],[0,-29],[1,-33],[-2,-43],[-9,-173],[-4,-4],[-11,0],[0,-28],[13,-3],[2,-7],[-5,-104],[-1,-6],[-3,-2],[-14,0],[0,-28],[9,-1],[4,-2],[3,-9],[-7,-107],[-2,-37],[-1,-25],[-9,-138],[-4,-89],[-2,-21],[-3,-42],[0,-18],[-5,-75],[-2,-54],[-3,-31],[-3,-37],[0,-26],[-9,-136],[-2,-26],[-8,-98],[-2,-33],[-3,-43],[-9,-126],[-7,-115],[-4,-57],[-8,-115],[0,-66],[-2,-19],[1,-17],[-1,-132],[0,-27],[0,-22],[0,-26],[0,-108],[0,-97],[-3,-114],[-1,-50],[0,-21],[-2,-29],[1,-12],[-5,-98],[0,-36],[-1,-14],[-2,-81],[-1,-13],[-2,-34],[-6,-96],[-2,-33],[-14,-258],[1,-28],[-20,-349],[-1,-18],[-4,-57],[-1,-96],[2,-62],[3,-49],[1,-24],[5,-60],[7,-67],[12,-93],[7,-53],[24,-164],[24,-166],[4,-26],[3,-12],[0,-13],[13,-89],[4,-34],[16,-11]],[[497096,228308],[-1,-14],[0,-20],[3,-19],[8,-29],[11,-38],[15,-30],[7,-14],[29,-38],[16,-13],[17,-17],[2,-18],[3,-19],[1,-31],[8,-33],[10,-24],[16,-46],[20,-45],[11,-30],[12,-34],[11,-39],[5,-35],[10,-118],[14,-65],[19,-57],[54,-156],[35,-89],[16,-47],[18,-44],[21,-62],[42,-66],[15,-32],[7,-16],[11,-33],[23,-86],[29,-124],[10,-49],[18,-83],[17,-79],[22,-86],[18,-80],[26,-115],[11,-43],[37,-113],[5,-26],[7,-17],[6,-28],[14,-53],[2,-11],[19,-118],[1,-83],[4,-63],[-13,-79],[-3,-46]],[[497815,225555],[-1,-9],[-1,-19],[-3,-25],[11,-74],[5,-24],[3,-16],[6,-26],[5,-24],[5,-25],[4,-16],[6,-21],[8,-38],[26,-91],[13,-48],[7,-26],[6,-21],[7,-25],[6,-24],[22,-81],[15,-56],[44,-172],[60,-228],[19,-78],[4,-16],[10,-36],[9,-37],[5,-21],[10,-35],[4,-19],[5,-17],[10,-40],[10,-36],[9,-36],[5,-19],[16,-73],[5,-16],[6,-23],[5,-16],[11,-47],[11,-34],[14,-48],[5,-18],[9,-34],[6,-22],[25,-99],[94,-362],[49,-176],[5,-15],[5,-17]],[[498435,223076],[-3,-1],[-120,-42],[-89,-29],[-142,-51],[-426,-140],[-332,-113],[-13,-4],[-7,0],[-22,-8],[-164,-56],[-198,-66],[-20,-6],[-38,-15],[-26,-7],[-20,-8],[-201,-68],[-65,-22],[-115,-37],[-46,-17],[-87,-29],[-75,-27],[-131,-45],[-94,-31],[-20,-6],[-130,-46],[-51,-15],[-20,-12],[-23,-5],[-12,-6],[-207,-69],[-415,-142],[-425,-143],[-211,-65],[-32,-9],[0,2],[-58,398],[-2,3],[-27,184],[-1,14],[-3,6],[-9,70],[-8,51],[-3,15],[-2,22],[-5,28],[-3,26],[-4,22],[-10,71],[-25,173],[-9,52],[0,12],[-5,23],[-5,45],[-1,5],[-4,2],[-28,-8],[-67,-23],[-106,-36],[-23,-6],[-170,-57],[-38,-13],[-216,-72],[-109,-36],[-118,-40],[-112,-38],[-77,-26],[-11,-1],[-31,-10],[-2,0],[-1,0],[-5,8],[-9,21],[-9,35],[-18,56],[-26,81],[-93,300],[-38,125],[-4,20],[-7,14],[-30,98],[-17,61],[-19,85],[-11,58],[-17,80],[-51,245],[0,14],[0,0],[-10,31],[-2,0],[-8,13],[-23,52],[-17,46],[-28,68],[-26,67],[-15,33],[-37,95],[-40,99],[-30,75],[-5,12],[-10,20],[-7,19],[-8,17],[-23,56],[0,0]],[[497815,225555],[35,10],[203,77],[407,163],[115,48],[106,42],[22,9],[149,61],[133,57],[69,27],[49,19],[125,50],[770,293],[17,13],[225,80],[42,2],[44,14],[70,47],[40,24],[55,22],[94,39],[54,21],[70,28],[-8,44],[34,40],[14,27],[6,61],[6,76],[10,28],[-20,26],[-23,63],[3,26],[-10,23],[-7,15],[-45,39],[-13,28],[6,28],[-20,28],[-48,33],[-67,20],[-40,16],[-42,33],[-28,4],[-74,44],[-7,26],[20,41],[7,39],[1,20],[-11,18],[-15,0],[-16,-16],[-3,-41],[-21,-26],[-38,-2],[-30,17],[-53,46],[-50,28],[-95,33],[-8,4],[-48,28],[-15,31],[-4,33],[4,28],[18,15],[22,9],[23,2],[49,-15],[62,-6],[29,4],[18,19],[15,35],[5,7],[16,26],[2,10],[0,14],[-9,10],[-14,10],[-16,7],[-20,5],[-16,13],[-3,5],[1,7],[9,21],[1,6],[-1,6],[-4,7],[-13,0],[-16,-6],[-10,0],[-5,4],[-4,6],[0,11],[5,7],[32,19],[11,14],[10,9],[13,6],[18,6],[29,28],[21,13],[7,6],[3,11],[2,17],[5,10],[4,4],[14,-4],[9,-16],[22,-17],[15,-32],[16,-9],[8,-1],[10,2],[3,3],[2,26],[-4,22],[0,13],[5,11],[8,6],[9,0],[9,-7],[12,-32],[10,-10],[9,-5],[12,1],[9,4],[11,4],[8,6],[12,1],[7,4],[2,3],[4,24],[-3,10],[-9,19],[-4,13],[315,-15],[186,-8],[34,-6],[23,-8],[44,-21],[38,-25],[27,-22],[16,-16],[29,-31],[16,-21],[45,-48],[57,-65],[53,-57],[20,-33],[10,-24],[5,-25],[1,-11],[-4,-120],[-2,-18],[1,-10],[-2,-106],[62,25],[29,-26],[12,-9],[18,-8],[14,-11],[17,-9],[25,-6],[35,0],[29,-4],[9,-2],[18,-9],[12,-1],[8,2],[42,23],[23,11],[40,11],[10,6],[13,15],[8,17],[0,16],[12,6],[42,34],[0,15],[4,35],[12,54],[15,44],[3,4],[5,18],[32,75],[2,11],[15,39],[21,42],[11,30],[25,40],[36,42],[20,21],[60,55],[59,46],[18,26],[11,38],[6,34],[6,51],[3,42],[2,33],[3,30],[10,54],[22,85],[39,131],[8,22],[15,43],[18,39],[11,20],[14,23],[94,132],[50,79],[21,40],[21,43],[16,45],[12,39],[8,43],[2,18],[-1,49],[-19,112],[-6,35],[-24,115],[-42,182],[-16,66],[-11,42],[-19,64],[-7,25],[-59,194],[-14,44],[-8,31],[-9,43],[-8,60],[-3,36],[-2,50],[2,46]],[[502340,230397],[3,4],[-1,-5],[10,-15],[8,-12],[8,-16],[2,0],[35,-5],[68,-14],[48,-12],[58,-16],[33,-10],[36,-12],[41,-17],[36,-20],[28,-20],[28,-24],[20,-19],[22,-26],[26,-35],[11,-18],[35,-63],[16,-37],[16,-32],[13,-34],[14,-43],[62,-187],[5,-16],[66,-193],[31,-95],[39,-116],[1,-9],[5,-28],[1,-6],[-1,-6],[-32,-98],[-17,-57],[-16,-49],[-17,-54],[-12,-34],[-14,-46],[-26,-82],[-22,-73],[-17,-60],[-9,-27],[-22,-70],[-11,-38],[-22,-67],[-37,-121],[-9,-36],[-8,-16],[-14,-40],[-32,-71],[-2,-9],[-51,-115],[-12,-28],[-6,-17],[-17,-39],[-12,-24],[-3,-11],[-8,-13],[-2,-9],[-46,-114],[-19,-49],[-12,-28],[-2,-8],[-56,-144],[-22,-60],[-4,-14],[-24,-72],[-8,-4],[-47,-14],[-319,-131],[-52,-22],[-78,-32],[-72,-33],[-40,-12],[-7,16],[-151,-67],[-69,-29],[-184,-79],[-106,-46],[-28,-15],[3,-18],[3,-9],[5,-13],[8,-39],[8,-28],[16,-71],[46,-163],[10,-27],[18,-60],[17,-52],[12,-36],[26,-69],[40,-98],[6,-15],[55,-139],[38,-88],[58,-135],[18,-37],[10,-23],[5,-12],[83,-182],[17,-44],[8,-33],[10,-66],[5,-46],[1,-17],[1,-3],[1,-11],[1,-2],[0,-5],[4,-29],[2,-20],[-129,-31],[-47,-9],[-101,-23],[-163,-40],[2,-9],[0,-1],[8,-22],[58,-158],[8,-26],[26,-82],[10,-30],[52,-152],[37,-110],[13,-40],[6,-13],[29,-85],[7,-20],[42,-121],[34,-100],[27,-75],[6,-19],[16,-43],[7,-25],[-8,-5],[-1,1],[-25,-7],[-179,-56],[-28,-11],[-38,-14],[-177,-51],[-71,-20],[-313,-89],[-89,-23],[-27,-6],[-46,-13],[-22,-4],[-74,-19],[-123,-39],[-20,-5],[-20,-6],[-20,-2],[-25,-11],[-177,-54],[-365,-115],[-26,-10],[-31,-9],[-275,-92],[-33,-10],[-173,-59],[-29,-9],[-65,-23],[-265,-90],[-534,-182],[-90,-31],[-23,-8],[-15,-4],[-8,-3],[0,0]],[[56336,279923],[12,-351],[-15443,-53710],[-12,-41],[-50,111],[0,1],[-9,-3],[-178,181],[-32,34],[-884,901],[-277,306],[-10892,25412],[-239,186],[-9373,7298],[-422,328],[-6501,5062],[-8760,8465],[-3276,3353],[9,8],[6575,5441],[10097,7825],[5136,4553],[141,-168],[12750,-15192],[21628,0]],[[695590,502000],[91,-59],[14,31],[10,0],[50,-10],[171,-38],[31,-15],[76,-52],[105,-87],[52,-42],[164,-140],[20,-18],[70,-61],[2,-2],[23,-30],[3,-5],[90,-56],[34,-12],[40,-17],[-67,-62],[-1,0],[-68,-67],[-1,-21],[-10,-44],[-11,-57],[-34,-136],[-20,-77],[-11,-35],[107,-34],[82,-27],[7,0],[129,-44],[10,-50],[12,-331],[-7,-21],[-16,-29],[-9,-16],[-15,-26],[-19,-35],[-13,-26],[-18,-36],[-26,-55],[-27,-60],[-14,-32],[-14,-37],[-19,-49],[-18,-52],[-16,-51],[-13,-47],[-10,-38],[-10,-41],[-6,-32],[-5,-27],[-6,-55],[-3,-36],[-4,-33],[38,-3],[-11,-213],[-125,35],[-20,-24],[-75,-96],[-137,134],[-127,130],[-17,17],[-119,119],[-113,112],[-216,217],[-52,53],[-2,6],[-16,13],[-128,127],[2,51],[26,185],[6,45],[8,65],[27,201],[37,267],[37,272],[67,513],[24,177],[4,29]],[[530723,649633],[3,48]],[[530726,649681],[255,-12],[348,-13],[699,-23],[945,-23],[500,-11],[315,-6],[1,0],[1,0],[37,-2],[56,-2],[1,-1],[1,0],[444,-37],[0,0],[233,-22],[0,0],[1,0],[251,-30],[0,0],[2,0],[63,-11],[0,0],[1,0],[63,-13],[1,0],[0,0],[82,-19],[0,0],[0,0],[96,-24],[132,-33],[0,0],[1,0],[223,-56],[320,-73],[1,0],[0,0],[179,-43],[126,-28],[0,-1],[1,0],[101,-25],[47,-12],[1,0],[0,0],[137,-39],[0,0],[0,0],[111,-33],[0,0],[1,0],[143,-45],[62,-10],[36,-2],[21,0],[2,1],[13,4],[14,1],[3,0],[6,0],[9,-2],[84,-12],[218,-17],[77,-4],[153,-2],[204,12],[145,15],[117,17],[116,19],[89,20],[60,17],[57,17],[122,36],[260,91],[0,0],[264,91],[0,0],[1,0],[170,56],[0,0],[0,1],[96,29],[0,0],[1,1],[83,23],[0,0],[1,0],[121,31],[1,0],[2,1],[253,42],[1,0],[0,0],[17,2],[29,4],[111,13],[1,0],[1,0],[138,10],[0,0],[1,0],[116,5],[1,0],[1,0],[116,-1],[0,0],[1,0],[92,-4],[1,0],[1,0],[99,-8],[0,0],[1,0],[84,-8],[1,0],[0,0],[150,-20],[1,0],[1,0],[149,-27],[0,0],[0,0],[104,-20],[3,-1],[1,0],[1,-1],[121,-31],[1,0],[0,0],[99,-28],[2,-1],[0,0],[47,-15],[-10,-46],[2,-1],[-51,16],[-100,29],[-121,31],[-7,1],[-99,20],[-160,28],[-139,18],[-84,9],[-100,8],[-69,3],[-23,0],[-115,1],[-116,-4],[-139,-10],[-110,-14],[-21,-2],[-25,-3],[-253,-43],[-120,-30],[-84,-24],[-95,-29],[-170,-56],[-264,-92],[-260,-91],[-123,-37],[-58,-17],[-61,-16],[-92,-21],[-117,-20],[-118,-17],[-147,-15],[-206,-12],[-155,2],[-79,4],[-219,17],[-85,13],[-10,1],[-13,-1],[-41,-5],[-39,2],[-68,11],[-145,46],[-111,33],[-137,38],[-47,12],[-101,26],[-126,28],[-179,43],[-321,73],[-224,56],[-132,33],[-96,24],[-82,19],[-63,13],[-63,10],[-250,31],[-233,21],[-445,38],[-56,2],[-38,2],[-315,6],[-499,11],[-946,23],[-699,23],[-348,13],[-210,10],[-47,2]],[[530730,650002],[1,48]],[[530731,650050],[2678,-55],[378,-3],[209,-4],[149,-9],[185,-15],[197,-21],[184,-23],[81,-12],[438,-75],[143,-23],[23,-8],[88,-17],[72,-21],[42,-23],[81,-52],[42,-27],[13,-7],[-5,-47],[-11,3],[-1,0],[-1,1],[-13,6],[0,0],[-4,2],[-41,27],[-81,52],[-9,5],[-27,15],[-67,19],[-86,17],[-15,1],[-14,7],[0,0],[-1,0],[-1,1],[1,0],[-134,22],[0,0],[0,0],[-438,75],[-81,11],[-183,23],[-196,21],[-184,15],[-148,10],[-207,3],[-379,3],[0,0],[0,0],[-2678,55]],[[536832,649550],[107,0],[52,0],[84,1],[-3,0]],[[537072,649551],[15,-2],[260,-11],[78,3],[81,5],[208,25],[191,35],[59,12],[111,32],[143,45],[334,122],[82,29],[68,24],[98,30],[151,39],[150,35],[109,24],[61,11],[54,10],[74,13],[214,33]],[[539613,650065],[351,19]],[[539964,650084],[0,-40],[-346,-26],[-125,-20],[-28,-5],[-60,-9],[-73,-12],[-54,-10],[-60,-11],[-108,-24],[-150,-35],[-149,-38],[-97,-30],[-148,-53],[-334,-122],[-1,0],[-1,0],[-143,-45],[0,0],[-1,0],[-111,-32],[-2,0],[-1,-1],[-59,-12],[-1,0],[0,-1],[-191,-35],[-2,0],[-1,0],[-207,-24],[-2,0],[-1,0],[-81,-6],[0,0],[-1,0],[-77,-2],[-2,0],[-1,0],[-260,10],[-1,0],[-3,0],[-96,14],[-1,0],[-1,0],[-51,9],[-1,0],[-1,0],[-53,12],[-1,1],[-1,0],[-44,13]],[[569640,439116],[-34,-245],[-41,-267],[-28,-237],[-39,-270],[-35,-255],[-57,-243],[-59,-266],[-69,-242],[-83,-259],[-71,-240],[-78,-239],[-112,-343],[-122,-331],[-163,-316],[-206,-284],[-245,-239],[-276,-214],[-281,-185],[-288,-172],[-340,-183],[-1,0],[-261,-96],[-1,0],[-4,-1],[-172,244],[-156,221],[-164,233],[-154,218],[-3,5],[-3,3],[1,16],[-11,44],[-10,20],[-120,164],[-5,6],[28,30],[39,37],[27,10],[32,0],[29,-15],[22,-10],[26,-16],[29,-19],[25,-10],[39,2],[35,24],[33,19],[97,16],[143,19],[156,26],[128,14],[109,5],[62,1],[49,3],[46,7],[51,12],[65,11],[54,1],[38,15],[62,36],[57,57],[78,93],[127,142],[49,58],[85,127],[47,75],[74,93],[3,13],[260,834],[13,40],[34,113],[175,555],[7,21],[34,112],[24,75],[-4,41],[-14,46],[-9,27],[34,-11],[21,-24],[31,3],[12,41],[-10,40],[2,18],[12,22],[2,46],[4,53],[20,67],[5,78],[0,42],[7,51],[23,253],[5,55],[15,93],[22,119],[20,106],[5,82],[-16,16],[-50,1],[-22,0],[-11,-2],[-18,-3],[-42,-21],[-20,-13],[-5,10],[6,10],[-3,18],[8,20],[10,32],[15,39],[20,40],[24,51],[44,82],[34,60],[19,27],[31,39],[62,67],[42,50],[74,83],[35,42],[26,37],[28,42],[20,22],[19,14],[25,15],[36,13],[23,13],[21,21],[34,39],[89,105],[33,34],[26,24],[21,11],[34,8],[28,9],[11,9],[7,13],[19,71],[12,24],[19,30],[20,24],[22,18],[58,32],[47,30],[36,34],[49,56],[23,24],[49,-53],[51,-59],[23,-25],[34,-45],[19,-34],[4,-25],[-4,-27],[7,-27],[15,-69],[-12,-24],[-13,-30],[-20,-49],[-26,-64],[-4,-15],[4,-9],[16,-14],[11,-11],[0,-12],[1,-1],[-71,-241],[-64,-256],[-46,-251]],[[569244,438853],[66,-58],[39,63],[33,59],[-7,11],[-52,33],[-107,70],[-10,-1],[-8,-6],[-59,-105],[10,-2],[34,-12],[61,-52]],[[594654,465286],[12,-118],[2,2],[3,4],[7,1],[134,16],[81,8],[53,-1],[74,5],[66,1],[40,1],[11,1],[5,1],[24,5],[32,11],[92,22],[25,8],[3,-9],[12,-13],[10,-3],[11,2],[13,9],[2,1],[14,-37],[4,-10],[125,-325],[6,-10],[7,-14],[13,7],[27,13],[58,23],[17,-31],[-19,-7],[-17,-6],[-3,-1],[-58,-33],[-27,-15],[-38,-20],[-44,-37],[-34,8],[-12,0],[-13,-3],[-25,-8],[-44,-16],[-36,-20],[-38,-18],[-42,-14],[-24,-6],[-60,-13],[-17,-3],[-18,-6],[-16,-10],[-15,-13],[-6,-4],[-5,-5],[-72,29],[34,11],[97,34],[252,84],[32,12],[36,15],[32,9],[4,2],[-6,18],[-15,50],[-38,146],[-52,190],[-14,17],[-14,3],[-23,-6],[-45,-19],[-54,-21],[-76,-32],[-32,-16],[-56,-14],[-18,-6],[-14,-8],[-28,-16],[-14,-11],[-22,-20],[-17,-16],[-58,-65],[-35,-31],[-35,-29],[-34,-13],[-4,-4],[-18,-5],[6,-19],[-9,-8],[3,-25],[1,-7],[49,-221],[-21,-6],[6,-22],[-11,-23],[-15,36],[-5,23],[-11,65],[-2,19],[-11,50],[-12,68],[-2,12],[-5,24],[-94,-32],[-1,7],[-3,15],[46,14],[-5,26],[-18,86],[-20,99],[-1,6],[-46,-14],[-402,-131],[-31,108],[-42,144],[1,9],[-17,-3],[-4,-8],[-14,-5],[-40,-13],[-49,-16],[-71,-24],[-128,-42],[-46,-16],[-29,-14],[-58,-39],[-76,-53],[-56,-42],[-30,-23],[-37,-27],[-6,-2],[-7,2],[-3,5],[-100,-74],[-50,-40],[122,183],[8,7],[7,4],[20,11],[241,181],[29,19],[18,8],[227,73],[108,32],[32,13],[8,75],[0,17],[5,29],[5,20],[2,10],[-3,12],[-10,17],[21,7],[44,13],[47,7],[57,4],[213,10],[100,4],[23,-1],[40,-14],[7,-14],[18,-145],[22,-59]],[[598091,467364],[0,-60],[30,3],[23,-2],[16,-4],[6,-6],[2,-7],[-3,-8],[-9,-7],[-7,0],[-6,0],[-5,-4],[-3,-15],[-9,-18],[-14,-32],[-15,-31],[-14,-32],[-17,-31],[-5,-6],[-5,-3],[-9,-10],[-30,-48],[-5,-12],[-4,-12],[3,-13],[3,-9],[-2,-10],[-7,-11],[-10,-12],[-14,-17],[-7,-15],[-15,-23],[-5,-8],[-3,-6],[-2,-16],[2,-10],[-2,-6],[-6,-8],[-14,-12],[-15,-18],[-6,-7],[-11,-16],[-4,-9],[2,-15],[-1,-15],[-9,-11],[-3,-8],[-12,-21],[-47,-73],[-78,-117],[-44,-60],[-11,-15],[-48,-61],[-64,-73],[-23,-22],[-68,-72],[-68,-63],[-68,-56],[-65,-48],[-119,-82],[-58,-38],[-1,1],[-9,6],[-6,10],[-5,-3],[-30,-16],[-43,-23],[-63,-38],[0,-6],[2,-13],[-2,-6],[-4,-5],[0,-1],[-2,0],[-8,-3],[-8,9],[-2,10],[-14,-2],[-57,-21],[-43,-19],[-17,-7],[-2,-17],[3,-6],[4,-14],[-2,-8],[-5,-7],[0,0],[0,-1],[-7,-3],[-8,2],[-7,8],[-5,13],[-3,13],[-11,-1],[-5,-4],[-37,-14],[-62,-21],[-22,38],[-95,136],[-22,31],[-4,7],[90,83],[53,49],[71,65],[235,213],[284,259],[6,4],[27,-34],[5,-4],[77,66],[142,116],[40,36],[44,52],[16,26],[16,33],[9,28],[37,90],[13,30],[21,38],[26,34],[52,63],[57,70],[43,41],[22,15],[18,5],[20,7],[51,11],[64,8],[26,2],[8,-3],[11,-7]],[[605995,483850],[18,-3],[5,12],[96,-32],[39,-8],[23,-5],[61,-11],[67,-15],[83,-18],[87,-29],[57,-18],[111,-17],[47,-5],[82,-7],[97,-3],[115,-1],[149,2],[122,8],[105,12],[157,14],[104,16],[50,5],[75,3],[153,1],[96,-7],[44,-1],[148,-16],[211,-22],[28,-8],[57,-13],[10,-1],[12,2],[9,14],[6,3],[6,-1],[229,-40],[215,-54],[194,-54],[197,-67],[115,-78],[156,-73],[52,-25],[171,-97],[150,-110],[136,-122],[113,-121],[92,-120],[70,-98],[28,-30],[1,0],[107,-135],[76,-131],[144,-291],[117,-313],[93,-287],[103,-306],[84,-319],[74,-315],[48,-299],[4,-6],[29,-247],[12,-73],[17,-160],[7,-91],[17,-297],[5,-64],[3,-113],[-1,-224],[-5,-95],[-3,-70],[-7,-104],[-11,-126],[-13,-112],[-12,-72],[-23,-108],[-4,-21],[-21,-86],[-26,-91],[-37,-115],[-9,-32],[-11,-20],[-26,-43],[-17,-27],[-9,-10],[-2,-15],[0,-6],[10,-13],[0,-10],[-3,-10],[-9,-2],[-5,1],[-13,11],[-2,-3],[-77,-151],[-52,-103],[-3,-8],[6,-9],[4,-14],[-3,-18],[-7,-2],[-6,5],[-8,1],[-5,-2],[-25,-41],[-24,-34],[-45,-55],[-32,-35],[-26,-42],[-6,-10],[1,-8],[13,-26],[3,-13],[-5,-10],[-9,-4],[-28,15],[-5,-3],[-72,-83],[-100,-114],[16,-28],[0,-12],[-3,-6],[-9,-7],[-11,0],[-12,5],[-11,8],[-80,-86],[-102,-106],[11,-17],[0,-16],[-3,-6],[-11,0],[-7,3],[-11,12],[-102,-95],[-96,-88],[-1,-4],[7,-16],[4,-18],[-4,-7],[-2,-1],[-7,-1],[-7,0],[-10,16],[-6,5],[-8,-1],[-74,-45],[-115,-72],[-23,-16],[4,-33],[-4,-11],[-5,-5],[-7,0],[-7,4],[-5,12],[-3,12],[-3,1],[-96,-27],[-75,-25],[-18,-21],[-9,-5],[-7,4],[-5,9],[-5,7],[-67,-1],[-41,-8],[-40,-1],[-29,-3],[-8,-11],[-8,-4],[-8,-1],[-9,4],[-4,11],[-1,14],[-27,2],[-25,5],[-21,5],[-26,11],[-27,11],[-22,8],[-13,4],[-21,-4],[-2,-15],[-7,-7],[-7,-4],[-7,3],[-4,8],[2,12],[5,19],[-14,3],[-37,19],[-63,39],[-20,12],[-10,3],[-7,0],[-32,-14],[-7,-1],[-17,11],[-133,92],[-59,37],[-151,83],[-63,31],[-37,16],[-42,15],[-58,18],[-55,18],[-61,16],[-67,15],[-76,14],[-63,8],[-71,7],[-130,0],[-75,-3],[-72,-7],[-88,-11],[-49,-9],[59,145],[51,108],[29,53],[30,56],[19,-10],[26,47],[27,-7],[167,-2],[67,9],[68,11],[51,9],[14,8],[31,11],[29,12],[39,26],[19,13],[22,9],[12,5],[33,21],[25,18],[48,47],[21,17],[53,38],[97,73],[20,17],[24,29],[49,62],[101,205],[88,195],[105,242],[61,195],[72,328],[14,162],[-168,462],[-44,90],[-20,4],[-179,-176],[-311,-285],[-433,-407],[-17,-15],[-11,-4],[-10,1],[-16,13],[-35,25],[-24,24],[5,22],[7,67],[-5,57],[-10,39],[-14,84],[-23,125],[-2,39],[5,45],[12,28],[131,117],[115,105],[21,27],[0,35],[-6,24],[-160,283],[-2,25],[16,27],[60,51],[30,29],[18,28],[1,49],[-20,129],[-24,158],[-19,70],[-28,70],[-25,48],[-75,91],[-5,11],[-18,36],[-7,15],[-21,53],[-15,43],[-2,8],[-21,33],[-1,9],[22,19],[12,24],[3,30],[-5,17],[-61,91],[-187,257],[-49,60],[-51,54],[-119,108],[-342,290],[-57,49],[-145,113],[-16,13],[-14,11],[-88,72],[-45,52],[-211,259],[-45,53],[-33,38],[-81,115],[-81,92],[-75,78],[-24,23],[-27,17],[-46,24],[-58,64],[-69,80],[-62,59],[-102,103],[-43,42],[-301,290],[23,24],[64,64],[181,178],[54,52],[22,61],[37,102],[16,45],[60,-12],[-5,-10],[4,-6]],[[610439,482085],[-63,-59],[-19,59],[-36,-9],[-6,-60],[-26,-50],[58,-120],[27,1],[45,0],[43,12],[91,29],[122,57],[-9,40],[-66,-13],[-99,27],[-62,86]],[[610178,477964],[46,-136],[52,13],[22,-23],[16,-33],[64,66],[-28,52],[30,13],[-16,56],[-20,-4],[-18,71],[-59,-16],[-18,37],[-18,-17],[-57,-40],[-36,-21],[40,-18]],[[608355,477189],[-58,-9],[18,-119],[84,14],[-12,82],[-3,29],[-10,9],[-19,-6]],[[601277,515238],[-441,-221],[-35,-17],[-9,-8],[-5,-18],[-3,-33],[-7,-18],[-8,-8],[-8,-2],[0,-1],[0,0],[-124,22],[-94,16],[-208,1],[-215,-31],[-193,-49],[-137,-65],[-139,-76],[-252,-202],[-209,-225],[-150,-255],[-54,-146],[-55,-128],[-82,-286],[-48,-279],[-33,-863],[65,-524],[309,-814],[176,-247],[220,-160],[4,-1],[288,-125],[222,-26],[0,0],[1,1],[0,-1],[122,5],[119,1],[0,3],[33,5],[96,17],[312,52],[68,5],[95,-2],[95,-13],[70,-16],[104,-30],[99,-41],[12,-5],[92,-49],[80,-50],[80,-57],[92,-73],[126,-110],[29,-33],[-3,-4],[176,-188],[5,-5],[187,-249],[164,-232],[195,-249],[183,-228],[180,-263],[11,-9],[126,-175],[27,-39],[3,-4],[97,-136],[143,-188],[78,-91],[104,-104],[96,-86],[142,-114],[15,-11],[207,-139],[1,0],[0,-1],[5,-3],[221,-99],[237,-100],[3,0],[0,-1],[1,-1],[168,-52],[270,-119],[60,-27],[34,-8],[16,-2],[50,-13],[51,-17],[56,-22],[53,-26],[56,-30],[69,-33],[48,-25],[35,-21],[47,-30],[51,-34],[99,-73],[57,-46],[57,-53],[69,-65],[48,-52],[37,-45],[71,-87],[91,-145],[59,-102],[58,-112],[56,-123],[27,-69],[38,-108],[43,-128],[22,-89],[17,-101],[19,-199],[5,-91],[2,-88],[-1,-59],[-5,-50],[-3,-58],[-21,-225],[-4,-75],[-12,-15],[-23,-17],[-48,-29],[-12,-16],[-19,-103],[-21,-123],[1,-13],[13,-36],[15,-18],[17,-26],[10,-12],[3,-15],[-4,-22],[-2,-14],[-8,-46],[-17,-71],[-26,-100],[-89,-297],[-69,-185],[-34,-79],[-78,-173],[-52,-121],[-54,-100],[-56,-98],[-52,-83],[-59,-71],[-23,-26],[-21,-51],[0,0],[-171,-257],[-179,-188],[-159,-184],[-3,-3],[-9,-11],[-6,4],[-16,14],[-24,14],[-6,1],[-10,0],[-7,-5],[-4,-7],[-79,57],[12,20],[24,42],[17,38],[16,51],[8,45],[4,63],[-1,83],[-4,60],[-13,143],[-2,17],[-7,51],[-10,54],[-113,442],[-9,44],[-7,38],[-6,51],[-30,290],[-12,120],[-12,129],[-9,90],[-6,94],[6,112],[4,101],[3,94],[2,56],[10,294],[-3,56],[-3,58],[-10,57],[-13,58],[-3,11],[-6,30],[-17,61],[-8,26],[-14,41],[-9,24],[-14,33],[-10,25],[-12,21],[-8,16],[-40,61],[-28,44],[-16,23],[-31,41],[-35,44],[-226,246],[-60,61],[-41,35],[-36,26],[-32,18],[-103,51],[-121,57],[-406,200],[-281,135],[-22,12],[-35,21],[-49,33],[-63,51],[-207,175],[-69,59],[-10,8],[-65,53],[-133,84],[-605,387],[-46,31],[-69,32],[-41,12],[-82,18],[-677,138],[-113,24],[-90,17],[-69,11],[-116,13],[-91,7],[-84,8],[-31,3],[2,37],[-8,-2],[-5,10],[1,16],[1,30],[0,56],[-3,9],[1,18],[-6,41],[-4,24],[0,7],[6,15],[0,9],[0,4],[45,232],[14,64],[3,27],[1,23],[-8,123],[-10,113],[2,16],[13,6],[4,1],[0,35],[-9,12],[-16,37],[-38,69],[-50,82],[-14,20],[-20,24],[-37,40],[-31,25],[-9,54],[-14,57],[-22,82],[-18,45],[-57,182],[-33,97],[-17,27],[-1,51],[1,49],[-5,26],[-13,34],[-9,24],[1,21],[-1,13],[-6,21],[-8,9],[-14,1],[-16,3],[-19,1],[-15,17],[-4,11],[0,9],[3,9],[6,6],[9,3],[6,-4],[16,-27],[18,-3],[19,3],[19,27],[9,36],[-3,43],[-290,-39],[0,0],[-40,-3],[-25,3],[-13,6],[-12,20],[-7,72],[-6,64],[-1,10],[-3,36],[-12,86],[-16,57],[-11,28],[-16,32],[-21,32],[-20,22],[-27,12],[-26,-2],[-100,-28],[-10,7],[-4,8],[0,46],[-3,27],[-11,35],[-8,25],[-50,121],[-63,142],[-38,70],[-32,49],[-57,88],[-41,66],[-24,60],[-33,88],[-35,131],[-29,114],[-36,136],[-4,18],[-21,90],[-2,8],[-10,38],[-11,28],[-3,7],[-24,50],[-21,35],[-15,24],[0,0],[-29,51],[-9,23],[-14,39],[-13,60],[-13,128],[-47,420],[-5,71],[-11,100],[-10,67],[-18,61],[-10,33],[-3,10],[-8,54],[8,65],[17,76],[14,52],[11,65],[39,285],[16,130],[6,31],[13,72],[17,71],[90,332],[15,50],[5,23],[53,224],[21,97],[0,4],[0,41],[-4,31],[5,11],[10,9],[28,-1],[42,2],[44,2],[24,8],[30,24],[18,15],[116,105],[63,60],[87,90],[65,73],[54,65],[40,58],[56,63],[32,25],[60,23],[291,106],[193,85],[88,38],[47,17],[53,1],[270,-20],[191,-15],[44,4],[85,17],[201,31],[78,17]],[[605705,517118],[56,-69],[-26,-48],[-33,-66],[121,-64],[52,-28],[-33,-42],[-42,-53],[-34,-46],[-23,-40],[-20,-39],[-33,-87],[-5,-14],[-15,-20],[-64,-64],[-20,-17],[-43,-18],[-35,-18],[-23,-17],[-23,-29],[-18,-21],[-21,-12],[-23,-10],[-4,-4],[-20,-21],[-31,-13],[-34,-12],[-32,-24],[-61,-66],[-25,-29],[-42,-47],[-26,-19],[-30,-30],[-30,-24],[-23,-17],[-26,-19],[-28,-21],[-28,-22],[-63,-43],[-8,-6],[-41,-33],[-29,-32],[-12,-24],[-7,-14],[-56,-123],[-66,-149],[-5,-14],[-10,-28],[-11,-23],[-94,-194],[4,-5],[-15,-21],[-7,-5],[-62,-139],[-8,-15],[-45,-90],[-15,-26],[-8,-13],[-35,-50],[-86,-105],[-43,-52],[-169,-148],[-74,-64],[-6,-9],[-13,-49],[2,-22],[20,-53],[58,-124],[43,-90],[6,-20],[-17,-5],[-75,-17],[-56,-12],[-82,-14],[15,-87],[31,-180],[4,-19],[53,-360],[19,-164],[11,-494],[-1,-19],[-9,-24],[-114,-309],[-46,-121],[-51,-132],[-25,-52],[1,-6],[-26,-34],[-14,-38],[-9,-42],[3,-77],[-28,-5],[-71,-95],[-20,-42],[-28,-76],[-75,-175],[47,-27],[23,-21],[29,-31],[31,-21],[26,-22],[29,-43],[18,-25],[16,-13],[20,-6],[29,-2],[60,-116],[9,-18],[41,-80],[23,-48],[14,-34],[11,-38],[40,-202],[-110,-41],[-17,-7],[-12,-62],[-1,-19],[-11,-14],[-13,-21],[-11,-40],[-11,-66],[-15,-34],[4,1],[2,-18],[1,-168],[-2,-9],[11,-29],[3,-51],[-3,-51],[0,-30],[14,-91],[-1,-1],[3,-13],[8,-28],[13,-49],[34,-84],[14,-22],[11,-36],[5,-23],[10,-144],[60,-42],[10,-12],[24,-12],[31,-101],[37,-99],[4,-6],[12,-14],[13,-10],[29,-11],[273,-78],[21,-5],[0,-1],[6,-1],[29,-17],[2,-4],[26,-6],[6,-29],[12,-31],[24,-31],[-7,-67],[44,-66],[14,-15],[111,-126],[85,-95],[18,-14],[285,-423],[92,-100],[151,-116],[170,-256],[-17,-14],[-7,-14],[-6,-43],[-6,-17],[-15,-14],[-26,-11],[-37,-9],[-57,-8],[-55,-8],[-23,-3],[-85,-12],[-3,12],[-5,0],[-168,-8],[-81,-2],[-30,12],[-64,42],[-57,46],[-53,37],[-33,25],[-47,42],[-39,35],[-129,-313],[-12,4],[-22,3],[-93,33],[-70,28],[-112,55],[-60,37],[-87,65],[-59,25],[0,0],[0,-1],[-12,7],[0,0],[0,0],[-155,121],[0,0],[0,0],[-3,2],[-173,161],[-3,1],[-1,3],[-1,1],[-149,185],[-7,9],[0,0],[-137,189],[-145,199],[-138,192],[-2,0],[0,1],[-2,4],[-109,120],[-93,113],[-97,133],[-95,128],[-86,119],[-92,120],[0,0],[0,1],[-2,2],[-88,128],[-95,117],[-93,123],[-96,119],[-1,0],[-5,6],[0,2],[-97,112],[-147,143],[-139,116],[-152,82],[-153,78],[-169,59],[-165,48],[-172,14],[-171,-10],[-174,-23],[-209,-54],[-96,-23],[-73,-8],[-69,3],[-79,9],[-115,30],[-145,58],[-84,52],[-72,55],[-62,63],[-64,71],[-47,68],[-40,75],[-5,0],[-12,2],[-8,8],[0,6],[-9,25],[-79,202],[-3,5],[-1,6],[-88,231],[-60,245],[-39,257],[-21,263],[5,252],[-1,2],[2,4],[0,1],[27,247],[1,4],[1,10],[32,244],[0,0],[-1,2],[2,8],[1,0],[40,249],[0,0],[0,0],[0,2],[79,245],[1,1],[0,0],[102,219],[130,204],[0,1],[1,0],[2,3],[162,176],[207,155],[1,0],[1,1],[190,97],[233,76],[3,2],[1,0],[3,0],[238,10],[244,-37],[211,-57],[197,-39],[208,-9],[210,12],[224,35],[222,45],[0,2],[7,1],[216,88],[202,109],[177,109],[189,133],[140,108],[28,20],[1,7],[10,7],[17,-9],[19,-18],[65,75],[27,26],[68,34],[126,58],[48,30],[84,35],[108,33],[84,23],[11,1],[116,24],[74,13],[1,0],[200,83],[211,83],[213,93],[216,129],[0,7],[7,17],[91,78],[85,78],[64,61],[67,70],[51,56],[80,93],[45,59],[51,73],[74,107],[65,103],[16,26],[45,79],[36,65],[5,6],[20,4],[17,2],[10,2],[5,2],[33,56],[77,133],[20,-14],[35,-24],[11,-2],[29,39],[17,21]],[[589010,545638],[-26,-3],[-31,8],[-52,16],[-57,27],[-25,13],[-35,23],[-16,13],[-26,26],[-13,17],[-16,31],[-7,14],[-21,73],[-3,6],[-1,10],[-14,51],[-29,100],[-38,19],[-3,3],[-9,6],[-6,2],[-53,8],[-20,2],[-30,13],[6,26],[-8,33],[13,26],[7,20],[0,21],[-1,32],[14,25],[4,31],[-3,29],[4,28],[6,22],[7,42],[7,15],[11,14],[74,84],[60,67],[16,23],[14,18],[-10,12],[-8,15],[-14,19],[10,11],[34,34],[6,-4],[5,-9],[65,-118],[72,-127],[5,-5],[350,-437],[59,-80],[13,-21],[-8,-26],[-5,-23],[-27,-134],[-13,-14],[-42,-41],[-48,-36],[-24,-11],[-47,-18],[-37,-12],[-36,-9]],[[589261,574048],[-9,-15]],[[589252,574033],[-14,6],[-18,14],[-87,92],[-45,47],[-23,20],[-34,26],[-26,13],[-21,5],[-41,0],[-31,-7],[-107,-47],[-346,-160],[1,-1],[120,-106],[66,-58],[107,-94],[69,-61],[10,-6],[6,52],[1,7]],[[588839,573775],[-5,-48],[106,-1061],[-31,-26],[-44,-25],[-22,-7],[-26,-4],[-32,0],[-8,1],[-12,2],[-17,11],[-61,53],[-17,17],[-335,295],[-227,201],[-518,452],[-24,10]],[[587566,573646],[130,61],[339,159],[174,81],[25,12],[49,23],[133,61],[430,197],[45,18],[34,12],[28,4],[24,-1],[23,-3],[20,-7],[17,-8],[67,-59],[111,-110],[26,-29],[20,-9]],[[589811,574190],[-5,10],[-185,165],[-131,133],[114,73],[52,34],[78,44],[242,104],[23,-34],[11,-14],[114,-115],[-21,-94],[-19,-44],[-13,-21],[-6,-9],[-101,-91],[-5,-13]],[[589959,574318],[-19,-14],[-84,-88],[-19,-15],[-16,-9],[-10,-2]],[[586579,574654],[-7,116],[-43,-2],[-2,43],[-49,-3],[2,-39],[-32,-1],[0,-29],[-25,-3],[7,-47],[16,-41],[-34,25],[-4,2],[6,9],[-1,8],[-13,103],[-70,-13],[12,-87],[-75,2],[-81,269],[-12,39]],[[586174,575005],[6,0],[93,3],[51,3],[21,-1],[14,-6],[13,-15],[6,-15],[1,-2],[17,-21],[8,-2],[117,-73],[30,-13],[28,-6],[55,-5],[10,-2],[39,-8],[47,-11],[64,-11],[68,-18],[116,-24],[63,-7],[15,4],[36,16],[25,15],[9,9],[7,-4],[10,-6],[2,-16],[-9,-7],[-10,-22],[-2,-25],[4,-15],[18,-29],[11,-8],[-11,-24],[-5,-22],[-1,-30],[-5,-25],[-8,-26],[-15,-29],[-34,-50],[-22,-24],[-6,3],[-271,243],[-143,-30],[-46,-9],[-2,-3],[-9,-3]],[[585716,574245],[-5,-5],[-5,4],[-75,79],[-131,147],[-219,245],[-14,-15],[-28,-39],[-14,-17]],[[585225,574644],[-118,162],[-69,94],[215,151],[12,5],[40,-88],[58,-127],[19,-42],[139,-317],[37,-45],[93,-105],[25,-27],[20,-24],[13,-18],[7,-18]],[[584349,575275],[15,-21],[49,-73],[105,-130],[214,-270],[134,-165]],[[584866,574616],[-27,-9],[-20,-10],[-19,-13],[-21,-16],[-18,-18],[-13,-19],[-2,-17],[4,-11],[29,-35],[-13,-7],[-27,-11],[-27,-23],[-34,-71],[-3,-26],[1,-29],[4,-14],[9,-10],[16,-11],[14,-12],[11,-14],[7,-17],[12,-30],[2,-11],[-29,-45],[-15,13],[-19,14],[-56,38],[-55,36],[-25,14],[-47,30],[-28,18],[-16,3],[-13,-4],[1,3],[7,13],[6,82],[-56,71],[-196,-193],[-8,-19],[3,-21],[13,-26],[39,-52],[23,23],[5,4],[31,22],[0,0],[2,1],[11,-17],[-34,-22],[133,-165],[122,-152],[8,-18],[7,-20],[-3,-15],[-78,-108],[-36,-59],[-5,-8],[-44,-82],[-26,-39],[-11,-22],[16,-11],[-11,-17],[65,-44],[52,-39],[6,10],[74,-54],[4,-4],[-144,-314],[176,-99],[3,-13],[5,-5],[7,-6],[27,-14],[13,-5],[-6,-17],[-22,-73],[-12,-35],[-7,-32],[-9,-50],[0,-17],[-107,-59],[-20,-8],[-173,67],[-27,14],[-6,-27],[-4,-25],[-46,-193],[-21,-89],[-25,6],[-27,10],[-32,9],[-51,12],[-16,-1],[-13,-3],[-24,-13],[-30,-28],[-54,-49],[-59,-58],[-16,-19],[-20,-28],[-11,-40],[-1,-5],[-20,-48],[-29,-33],[-38,-34],[-16,-12],[-20,-8],[-63,-18],[-17,-3],[-7,-5],[-6,-10],[-9,-7],[-6,-4],[-19,-3],[-25,-2],[4,-19],[6,-17],[-24,31],[-41,49],[-24,20],[-17,12],[-25,12],[-26,7],[-9,1],[-10,2],[-18,15],[-76,92],[-42,63],[-38,63],[-50,117],[-39,94],[-37,106],[-21,88],[-22,109],[-23,228],[-3,150],[3,140],[7,140],[25,238],[30,248],[8,48],[14,45],[28,82],[19,46],[37,117],[52,120],[79,141],[72,115],[82,104],[71,73],[174,159],[96,70],[52,37],[56,34],[66,38],[92,42],[74,30],[91,28],[115,30]],[[584708,575320],[23,5],[154,38],[226,41]],[[585111,575404],[-5,-7],[-6,-15],[-131,-27],[-53,-8],[-14,0],[-11,15],[-8,0],[-6,-8],[-4,-15],[-2,0],[-100,-14],[-59,-7],[-4,2]],[[585113,575404],[4,1],[192,37],[378,94]],[[585687,575536],[-21,-26],[-29,-7],[-66,-9],[-96,-22],[-76,-17],[-51,-7],[-33,-6],[-26,-12],[-14,-13],[-17,-7],[-37,-7],[-87,-17],[-5,3],[-3,8],[-6,7],[-7,0]],[[585923,576493],[29,-44],[3,0],[2,-7],[18,-60],[24,-66],[28,-62],[7,-4],[135,-44],[-3,-12],[30,-5],[144,-5],[35,-1],[0,0],[148,-3],[-183,-54],[-6,-3],[-60,-43],[-12,-5],[-14,-5],[-206,-80],[-230,-73],[-224,-54],[-226,-59],[-225,-56],[-230,-31],[-139,-15],[-126,-16],[-159,-21],[-89,-19],[-34,-6],[-24,-6],[-275,-78],[0,-2],[-4,0],[-215,-85],[-4,-2],[0,-1],[-2,0],[-200,-124],[-3,-2],[-5,-4],[-192,-148],[-158,-166],[-141,-167],[-139,-232],[-108,-240],[-75,-247],[-42,-192],[-36,-239],[-2,-5],[0,-2],[-9,-19],[-11,-37],[-6,-45],[-6,-86],[-4,-209],[-6,-166],[3,-150],[6,-46],[10,-57],[5,-46],[10,-79],[11,-54],[4,-28],[8,-66],[3,-33],[5,-32],[3,-37],[8,-19],[83,-236],[117,-237],[143,-208],[185,-160],[197,-128],[221,-77],[0,0],[1,0],[251,-46],[336,-39],[4,-1],[233,-30],[238,-44],[226,-69],[206,-102],[206,-138],[171,-164],[163,-190],[1,-1],[0,0],[3,-2],[2,-5],[150,-213],[118,-225],[55,-172],[66,-172],[-36,-15],[-13,-6],[-32,-11],[-3,3],[-7,1],[-9,-2],[-23,-11],[-12,-1],[-3,1],[-9,9],[-12,36],[-8,18],[-7,14],[-14,27],[-9,14],[-34,61],[-5,6],[-35,80],[-11,18],[-19,21],[-8,12],[-17,27],[-32,66],[-6,8],[-5,8],[-8,9],[-14,9],[-15,10],[-11,5],[-3,4],[-40,5],[-13,-2],[-17,-9],[-5,-4],[-8,-5],[-17,-16],[-17,-6],[-9,-7],[-15,-12],[-29,-34],[-27,-29],[-4,-8],[-6,-24],[-8,-12],[-68,-33],[-11,-8],[-15,-15],[-19,-20],[-8,-12],[-28,-45],[-40,-73],[-32,-52],[-7,-10],[-12,-14],[-22,-20],[-48,-49],[-33,-29],[-21,-20],[-7,-10],[-12,-19],[-4,-10],[-48,-84],[-67,92],[-10,16],[-119,-86],[-147,-104],[-13,-9],[-52,-38],[-22,-13],[-34,-17],[-26,-7],[-25,-2],[-22,-2],[-31,4],[-27,9],[-74,55],[-19,11],[-17,0],[-17,-4],[-4,-3],[-389,-262],[-18,-12],[-14,-10],[-22,-20],[-21,-34],[-10,-18],[-10,-27],[-9,-3],[-45,35],[-15,15],[-23,35],[-85,139],[-43,59],[-35,40],[-24,34],[-8,16],[-5,24],[-1,87],[-5,32],[-5,20],[-15,26],[-22,25],[-17,14],[-26,13],[-60,20],[-26,12],[-15,11],[-11,12],[-128,181],[-16,29],[-13,49],[-18,82],[-7,50],[-8,27],[-11,24],[-13,15],[-83,63],[-35,28],[-122,119],[-277,281],[-48,55],[-42,59],[-35,69],[-46,108],[-19,52],[-23,86],[-16,93],[-42,337],[-6,51],[-2,17],[2,9],[-5,28],[-15,20],[-44,90],[-29,71],[-56,167],[-38,125],[-34,120],[-43,158],[-28,147],[-9,84],[-11,121],[-2,145],[-2,162],[1,141],[3,66],[10,108],[8,45],[9,40],[183,690],[12,74],[35,252],[29,195],[25,182],[33,175],[26,98],[31,92],[19,41],[21,37],[95,145],[39,67],[43,66],[33,40],[31,33],[60,43],[50,32],[152,108],[194,107],[152,82],[71,50],[20,19],[77,109],[55,80],[32,34],[40,20],[43,8],[71,-1],[96,-15],[119,-23],[49,-6],[23,-1],[30,6],[29,14],[41,26],[48,46],[22,26],[40,38],[18,12],[31,11],[16,6],[74,6],[46,-4],[84,-15],[139,-31],[12,-4],[150,-41],[169,-63],[28,-9],[33,-6],[28,0],[33,5],[46,16],[39,20],[15,-9],[22,-9],[31,1],[61,6],[54,8],[35,10],[39,12],[48,11],[97,32],[91,48],[59,28],[47,18],[100,25],[32,-52]],[[591212,576597],[-53,-39]],[[591159,576558],[-7,57],[0,4],[-6,86],[-1,81],[-2,45],[0,5],[0,84],[2,23],[7,39],[11,73],[4,24],[4,36],[4,26],[4,11],[12,-3],[2,-1],[5,-6],[6,-10],[2,-13],[2,-17],[0,-25],[-1,-9],[-5,-16],[-3,-6],[-14,-39],[-1,-18],[-7,-30],[1,-19],[2,-19],[3,-18],[5,-16],[6,-23],[2,-11],[-1,-14],[-9,-51],[-3,-14],[-3,-25],[-2,-18],[2,-8],[8,-15],[2,-12],[-3,-10],[0,-10],[5,-8],[20,-71]],[[585698,575539],[3,1],[173,44],[77,23],[390,126],[2,1],[1,0],[221,81],[8,4],[1,0],[220,85],[212,91],[210,90],[195,85],[16,7],[8,3],[195,79],[0,0],[2,0],[14,6],[212,73],[-1,1],[6,1],[7,3],[243,80],[213,64],[217,71],[228,65],[0,0],[0,0],[1,0],[217,65],[240,75],[211,59],[228,71],[225,75],[205,82],[-1,0],[21,8],[1,1],[1,0],[282,116],[275,130],[198,107],[0,1],[0,-1],[12,7],[199,137],[191,155],[187,168],[140,175],[159,165],[123,171],[3,-2],[10,10],[7,-1],[15,-8],[13,-12],[11,-1],[12,21],[41,61],[13,18],[22,-9]],[[592033,578467],[-58,-90],[-90,-125],[-54,-71],[-97,-106],[-105,-106],[-111,-110],[-18,-27],[-18,-18],[-18,-16],[-87,-75],[-147,-126],[-114,-88],[-88,-62],[-106,-64],[-242,-127],[-82,-46],[-27,-16],[-80,-61],[-30,-12],[-22,-1],[-30,2],[-15,-5],[-88,-36],[-94,-35],[-107,-44],[-230,-89],[-71,-28],[-72,-26],[-139,-42],[-155,-46],[-124,-35],[-266,-78],[-130,-39],[-86,-27],[-163,-44],[-209,-65],[-98,-35],[-108,-33],[-232,-73],[-123,-37],[-149,-47],[-104,-35],[-251,-102],[-289,-128],[-120,-55],[-94,-39],[-235,-88],[-298,-109],[-12,-8],[-169,-70],[-126,-41],[-54,-14],[-7,16],[-16,-1],[-6,3],[-8,10],[-9,7],[-9,-2],[-3,-7],[6,-24],[-47,-15],[-9,8],[-6,14],[-8,3],[-11,0],[-18,-14],[-9,-9],[-2,-17],[-34,-11],[-43,-7],[-34,-1],[-12,1],[-15,16]],[[592078,581339],[4,-12],[5,1],[22,-149],[38,-264],[37,-248],[16,-254],[12,-256],[-30,-264],[0,-2],[0,-2],[-1,0],[-51,-239],[-71,-241],[-93,-235],[-118,-233],[-125,-210],[-129,-206],[-151,-190],[-9,-9],[0,0],[0,0],[-163,-172],[-169,-162],[-235,-171],[-1,-1],[-2,-1],[-1,0],[-246,-145],[-2,-2],[-16,-8],[-219,-117],[-227,-103],[-10,-5],[-14,-5],[-191,-72],[-5,-2],[-15,-6],[-220,-84],[-11,-4],[-4,-2],[0,0],[-189,-64],[-3,-2],[-21,-5],[-190,-54],[-205,-56],[-15,-5],[-186,-53],[-6,-2],[-13,-4],[-191,-56],[-3,-1],[-18,-6],[-200,-64],[-203,-67],[-212,-68],[-213,-67],[-7,-2],[-17,-6],[-202,-67],[-220,-70],[-5,-3],[0,1],[-76,-3],[0,1],[-28,225],[-10,64],[-10,68],[343,34],[185,20],[35,5],[38,6],[81,17],[87,24],[137,45],[121,42],[114,41],[52,20],[71,31],[137,58],[83,34],[94,43],[96,47],[117,64],[133,74],[59,36],[70,51],[82,69],[86,82],[41,47],[33,41],[36,48],[59,98],[34,71],[34,85],[54,161],[72,198],[111,241],[28,58],[26,60],[23,63],[30,122],[6,23],[36,137],[48,165],[56,154],[78,187],[49,112],[6,13],[427,-283],[-10,-20],[-56,-92],[-44,-56],[22,-13],[264,-138],[33,-17],[276,-149],[231,-122],[20,-11],[13,49],[13,54],[11,53],[42,327],[18,134],[4,22],[6,17],[7,14],[15,17],[31,35],[13,16],[4,9],[2,14],[6,20],[20,69],[1,9],[0,9],[6,3],[4,16],[10,53],[8,46],[4,55],[6,123],[10,267],[8,266],[-6,11],[-32,6],[-35,3],[2,102],[1,41],[2,41],[3,41],[7,53],[9,52],[13,63],[19,83],[10,38],[15,49],[23,75],[4,10],[2,10],[61,183],[6,19],[29,-12],[105,-49],[57,-25],[11,-72],[20,-2],[6,-2]],[[595072,587846],[-16,-80],[-98,-483],[-45,-241],[-43,-249],[-61,-398],[-55,9],[-38,5],[-258,38],[-14,3]],[[594444,586450],[0,19],[19,74],[16,57],[23,36],[16,24],[4,26],[2,42],[17,70],[7,41],[5,21],[11,25],[14,37],[11,44],[10,66],[2,27],[2,35],[4,30],[8,33],[4,29],[14,54],[7,45],[1,18],[8,32],[6,43],[4,56],[-3,103],[-1,49],[5,48],[5,22],[0,13],[-6,14],[-9,7],[-11,2],[-6,7],[-1,9],[-1,12],[2,21],[-1,35],[-5,32],[2,13],[6,11],[13,7],[25,3],[16,-3],[18,-1],[111,0],[160,4],[94,4]],[[583975,601085],[-26,-106],[-13,-12],[-3,-3],[0,0],[4,-1],[23,-7],[213,-68],[55,-18],[17,-6],[-27,-105],[-22,-94],[-30,-129],[-8,-42],[6,-13],[10,-13],[11,-8],[42,-20],[15,-10],[7,-43],[-29,-217],[-9,-20],[-20,-47],[9,-60],[41,-84],[48,-67],[31,-36],[10,-38],[171,106],[75,-30],[84,-68],[119,-90],[24,-30],[30,-34],[102,-7],[118,-6],[119,25],[43,0],[-11,33],[0,24],[-2,17],[-9,10],[-9,12],[0,17],[2,14],[6,10],[20,10],[21,5],[13,36],[9,25],[3,16],[2,24],[0,12],[9,9],[7,5],[19,3],[31,-9],[9,-12],[4,-24],[-2,-22],[12,-31],[18,-16],[21,-14],[19,-12],[21,7],[69,-41],[-2,-23],[-5,-34],[-7,-44],[0,-45],[1,-40],[-14,-51],[-20,-97],[-17,-78],[-30,-106],[-2,-31],[5,-29],[11,-73],[5,-34],[7,-30],[14,-33],[22,-26],[37,-36],[51,-51],[62,-70],[44,-46],[-2,-3],[-14,-16],[-12,-17],[-34,-34],[-25,-22],[-34,-19],[-46,-12],[-13,-1],[-37,3],[-24,6],[-14,3],[-53,21],[-50,24],[-49,21],[-33,5],[-3,0],[-27,-1],[-6,-1],[-1,0],[0,1],[0,4],[0,27],[0,13],[0,9],[0,10],[0,2],[0,0],[-2,7],[-9,29],[0,2],[-47,-13],[-24,-8],[-36,-11],[-22,-6],[17,-63],[8,-28],[-42,-7],[-11,-2],[-85,-5],[-47,-2],[-100,4],[-93,4],[-41,4],[-139,16],[-47,6],[-184,28],[-198,36],[-100,19],[-28,12],[-19,16],[-20,17],[-18,22],[-12,18],[-7,11],[-9,17],[-14,24],[-8,14],[-38,77],[-13,30],[-11,48],[-3,144],[-1,22],[-7,28],[-12,34],[-3,12],[-14,29],[-17,35],[-21,25],[-48,40],[-53,36],[-30,16],[-29,11],[-21,-21],[-187,-33],[-159,-31],[-33,-8],[-27,-9],[-50,-20],[-134,-56],[-86,-36],[-90,-38],[-191,-74],[-19,-7],[-26,-10],[-77,-29],[-175,-69],[-167,-72],[-115,-51],[-7,-1],[-2,4],[-1,15],[-9,120],[-13,105],[-6,52],[301,39],[2,83],[-66,-3],[1,99],[122,2],[9,70],[4,39],[0,26],[-2,28],[-6,26],[-23,58],[-14,25],[-10,21],[-7,17],[-6,21],[0,12],[-4,21],[1,23],[-1,33],[3,30],[16,-2],[4,21],[7,34],[23,92],[-4,1],[-177,37],[-105,23],[-12,2],[1,26],[7,24],[13,23],[16,19],[15,8],[7,3],[8,3],[8,3],[25,4],[17,-2],[24,-10],[22,-11],[20,-7],[11,-1],[17,3],[12,7],[11,11],[12,24],[8,25],[1,17],[-3,8],[-18,2],[-65,8],[-5,2],[-5,9],[-2,15],[0,23],[40,-2],[3,0],[11,-1],[51,-5],[85,-7],[82,-10],[21,-4],[23,-8],[3,57],[-2,61],[-1,6],[-3,14],[-3,6],[-1,2],[-1,0],[-1,1],[-19,15],[61,2],[73,4],[63,10],[35,9],[8,40],[10,34],[16,28],[2,4],[30,38],[36,35],[49,38],[64,38],[18,10],[17,14],[12,21],[10,28],[9,23],[1,4],[12,12],[15,8],[22,1],[-14,-41],[-18,-51],[225,14],[269,7],[27,0],[2,35],[9,1],[7,1],[2,-8],[7,-27],[47,3],[5,20],[1,2],[1,3],[4,8],[10,3],[2,1],[8,-3],[3,-1],[2,-2],[13,-30],[26,0],[16,-1],[9,40],[-15,18],[-2,12],[2,5],[8,4],[14,0],[2,2],[14,66],[24,-8],[77,-24],[10,16],[30,46],[5,4],[8,2],[18,2],[7,11],[10,13],[12,11],[74,-26]],[[587276,606549],[27,-239],[34,-158],[19,-90],[48,-244],[41,-244],[30,-242],[38,-339],[18,-355],[0,-346],[-9,-382],[-20,-314],[-50,-305],[-74,-373],[-27,-81],[-9,-62],[-16,-98],[-11,-38],[-26,-101],[-22,-128],[-5,-15],[-9,-18],[-5,-18],[-12,-30],[-10,-35],[-5,-24],[-5,-30],[10,-269],[52,-254],[21,-284],[60,-223],[55,-158],[-113,-48],[-41,-4],[-124,-64],[-131,-72],[-142,-79],[-13,210],[-6,5],[-77,-16],[-35,268],[-41,-5],[-7,31],[-11,44],[-6,27],[-13,24],[-9,12],[-21,10],[-575,-139],[-27,281],[201,108],[-64,331],[193,105],[-111,483],[161,129],[6,659],[-9,589],[-13,288],[-14,141],[-11,95],[-53,142],[-28,62],[-89,196],[-21,-11],[-130,280],[-35,-15],[-194,-76],[-264,-105],[83,-245],[-150,-73],[-33,-9],[-252,-125],[-28,-25],[-46,-51],[-28,-22],[-39,-17],[-324,-122],[-102,20],[-77,189],[-88,176],[-81,140],[-92,118],[-37,37],[-74,63],[-67,45],[-108,50],[-96,44],[-65,29],[-135,33],[-10,41],[-10,35],[-28,62],[-24,48],[-26,50],[-42,76],[-26,41],[79,-47],[51,-30],[36,-12],[39,-10],[23,-6],[-44,122],[-102,168],[-47,125],[-35,74],[-38,67],[-106,201],[-18,73],[63,161],[43,112],[-6,5],[-4,9],[-1,7],[2,20],[89,11],[141,43],[37,9],[27,4],[263,111],[38,8],[29,-62],[77,-159],[57,-110],[56,-88],[28,-53],[30,-66],[20,-40],[29,-45],[69,-93],[85,-136],[130,71],[13,3],[107,59],[77,43],[41,31],[-9,-35],[-37,-86],[-19,-38],[-12,-32],[-6,-26],[-1,-26],[4,-28],[6,-30],[10,-33],[23,-53],[51,-82],[104,41],[38,19],[24,8],[297,144],[257,128],[41,9],[236,116],[213,112],[196,101],[38,-124],[19,9],[121,47],[42,18],[44,33],[60,32],[2,1],[42,-2],[27,-12],[45,-4],[-6,47],[-12,32],[-20,32],[-27,41],[-20,-7],[-17,22],[46,24],[74,37],[221,111],[92,52],[94,42],[45,20],[30,-237]],[[586803,605682],[-99,-50],[3,-9],[-79,-38],[121,-280],[149,67],[-74,177],[27,13],[-48,120]],[[586791,602429],[29,-113],[107,38],[27,-115],[1,-14],[-1,-7],[23,-15],[84,19],[8,4],[4,10],[17,96],[-21,2],[-37,102],[3,7],[44,17],[-12,52],[-8,4],[-36,-4],[-27,5],[-7,8],[-9,9],[-8,5],[-176,-68],[-6,-8],[-1,-12],[2,-22]],[[559080,627378],[70,-128],[0,0],[10,-7],[12,-17],[17,-39],[15,-19],[21,-35],[29,-50],[11,-13],[18,-29],[13,-12],[12,-29],[22,-27],[14,-18],[3,-6],[12,-27],[16,-25],[31,-31],[5,-16],[15,-15],[7,-16],[23,-23],[3,-12],[50,-67],[19,-25],[21,-22],[51,-65],[29,-33],[46,-49],[35,-36],[22,-26],[14,-8],[41,-47],[32,-30],[31,-30],[80,-68],[84,-52],[30,-11],[3,-20],[9,-16],[14,-16],[110,-60],[28,-19],[14,0],[10,14],[16,8],[21,-4],[184,-58],[5,-11],[4,-18],[14,-11],[159,-26],[6,-8],[17,-2],[9,14],[9,12],[21,4],[230,3],[127,7],[70,9],[76,11],[82,14],[99,25],[46,14],[44,7],[34,9],[53,19],[17,-4],[24,-6],[47,13],[94,51],[9,25],[8,20],[23,25],[37,13],[36,25],[55,37],[42,31],[74,49],[57,42],[33,25],[63,62],[72,73],[83,95],[48,55],[51,62],[77,111],[117,181],[59,97],[47,69],[39,62],[101,129],[147,158],[162,160],[167,127],[29,-2],[109,54],[18,33],[0,0],[32,28],[69,46],[246,129],[137,54],[171,71],[232,69],[88,28],[67,26],[10,-17],[65,-91],[47,-64],[-9,-8],[217,-261],[28,-35],[115,-145],[81,-95],[57,-67],[43,-48],[27,-13],[11,2],[11,1],[73,40],[37,18],[34,11],[-51,-42],[-313,-264],[-373,-302],[-266,-218],[-263,-213],[-225,-186],[-75,-62],[-185,-147],[-65,-64],[-37,-47],[-108,-10],[-15,-18],[-132,-172],[-66,-66],[-43,-49],[-52,-88],[-48,-50],[-78,-56],[-23,-24],[-11,-43],[-25,-26],[-73,-32],[-78,-52],[-26,-34],[-44,-33],[-59,-24],[-21,-11],[-7,-4],[-5,-7],[-16,-21],[-14,-25],[-19,-20],[-37,-21],[-39,-22],[-19,-25],[-29,-33],[-32,-23],[-51,-35],[-38,-14],[-33,-24],[-26,-12],[-29,-23],[-13,-14],[17,-22],[-10,-24],[0,1],[-3,5],[-20,16],[-20,13],[-36,21],[-32,19],[-12,18],[-10,-4],[-23,-48],[-15,-6],[-18,-2],[-6,-8],[6,-36],[7,-14],[13,-2],[30,0],[4,-19],[-4,-11],[33,-22],[19,-1],[1,0],[-1,-32],[-3,-25],[-13,-20],[-13,-9],[-30,-7],[-68,-4],[1,21],[5,0],[-13,94],[-6,4],[-7,27],[-8,31],[-11,4],[-75,-13],[-88,-16],[-216,-17],[-80,0],[-13,0],[-73,11],[-68,14],[-58,25],[-75,25],[-79,27],[-49,13],[-74,19],[-116,25],[-60,8],[-167,38],[-346,122],[-83,58],[-122,79],[-54,44],[-21,20],[-21,7],[-15,-2],[0,0],[-41,23],[-3,24],[-10,-6],[-7,17],[-14,15],[-82,56],[-49,31],[-47,36],[-18,15],[-53,28],[-45,28],[-14,19],[-49,42],[-14,1],[-3,-6],[0,-3],[-61,75],[-2,13],[-15,32],[-44,53],[-20,21],[-13,15],[-66,79],[-11,13],[-21,29],[-3,9],[-1,6],[-2,11],[-41,63],[-3,13],[-13,20],[-13,13],[-10,0],[-5,-5],[0,1],[-16,31],[-12,15],[-71,123],[-59,98],[-8,14],[-17,25],[-101,127],[-20,-21],[-16,19],[-27,30],[-29,27],[-19,22],[-14,19],[-22,40],[-25,41],[-31,62],[-15,29],[-15,29],[-12,24],[-9,16],[-9,9],[-23,5],[-4,-4],[-1,-1],[-7,-3],[-12,3],[-105,554],[-176,897],[15,24],[52,27],[19,9],[37,13],[26,4],[31,0],[10,0],[20,-1],[17,-1],[36,-5],[52,-10],[48,-13],[17,-104],[21,-109],[6,-38],[7,-31],[2,-16],[16,-21],[4,-18],[10,-24],[10,-60],[10,-26],[9,-54],[10,-57],[1,-4],[52,-143],[48,-146],[64,-144],[67,-141]],[[560620,626512],[1,14],[0,0],[1,0],[9,108],[17,285],[-371,305],[-113,159],[-5,7],[-164,237],[-8,23],[-10,-1],[-88,128],[189,160],[-7,14],[-133,435],[-86,295],[-113,396],[-61,197],[-34,101],[-5,14],[-66,176],[-26,65],[-108,266],[-12,36],[-1,13]],[[559426,629945],[15,-1],[9,0],[28,-13],[176,-70],[35,-17],[24,-12],[218,-114],[54,-29],[60,-37],[90,-58],[77,-34],[88,-31],[93,-17],[93,-8],[66,10],[80,20],[70,22],[67,32],[78,55],[41,33],[32,32],[18,10],[60,3],[35,8],[21,4],[12,2],[10,-12],[5,-32],[6,-5],[24,3],[45,15],[-1,50],[7,6],[185,-12],[61,-2],[145,-5],[39,13],[4,6],[3,5],[9,5],[76,19],[117,39],[138,-24],[88,-16],[126,-28],[47,-13],[34,-20],[16,-11],[19,-19],[14,-22],[1,-5],[0,-1],[2,-12],[-9,-84],[-4,-16],[-17,-39],[-3,-11],[-2,-9],[-7,-43],[-108,-1580],[-36,-503],[-9,-20],[-16,-26],[-18,-18],[-39,-27],[-328,-227],[-5,-4],[-17,-6],[-9,2],[-3,1],[-11,10],[-2,7],[15,214],[-97,7],[-19,1],[-39,-575],[-4,-89],[-89,-37],[-51,-22],[-39,-4],[-33,1],[-19,-2],[-19,-7],[-15,-11],[-17,-7],[-12,-3],[-42,-12],[-63,-14],[-73,-8],[-61,-5],[-51,-1],[-146,6],[-49,4],[-92,10],[-8,2]],[[560309,627681],[136,-79],[35,65],[-141,85],[-9,-20],[-19,-44],[-2,-7]],[[571858,629900],[52,-119],[0,-10],[2,-22],[5,-16],[26,-48],[-2,-55],[-45,-193],[-30,-152],[-19,-94],[-8,-18],[102,-62],[14,-83],[18,-13],[94,-111],[5,-10],[-145,-70],[48,-130],[7,-18],[11,5],[76,16],[43,14],[2,-20],[1,-5],[54,-123],[24,-83],[4,-79],[-7,-121],[-7,-101],[-2,-65],[24,-74],[132,-249],[21,-55],[1,-5],[25,-43],[25,-89],[-7,-90],[-11,-96],[18,-64],[151,-234],[201,-374],[34,-73],[13,-68],[3,-70],[-18,-142],[-14,-86],[10,-53],[35,-83],[43,-70],[41,-101],[14,-76],[8,-104],[-4,-128],[-18,-120],[-9,-101],[19,-106],[17,-57],[80,-234],[114,-247],[67,-92],[121,-130],[39,-48],[102,-77],[96,-43],[186,-64],[105,-49],[126,-87],[27,-15],[79,-30],[237,-106],[123,-66],[153,-139],[62,-27],[150,-22],[471,-163],[426,-134],[433,-166],[116,5],[93,-21],[96,-14],[140,-27],[202,-131],[123,-87],[11,-11],[23,-31],[9,-13],[-27,-25],[-200,-127],[-95,-55],[-69,-28],[-36,-6],[-35,-16],[-56,-31],[-55,-45],[-50,-52],[-7,1],[-54,-117],[3,-13],[-11,-19],[-10,-78],[-2,-113],[-10,4],[-69,56],[-48,43],[-64,56],[-9,18],[0,30],[-65,50],[-31,20],[-13,15],[-25,20],[-13,3],[-12,12],[-30,15],[-18,3],[-12,-6],[-13,3],[-3,12],[-22,33],[-40,34],[-55,41],[-76,52],[-24,9],[-33,16],[-31,27],[-57,27],[-176,126],[-182,121],[-38,14],[-32,19],[-124,62],[-57,41],[-44,18],[-51,27],[-28,43],[-71,36],[-97,44],[-23,6],[-15,-8],[-2,-3],[-203,84],[-540,215],[-190,87],[-43,23],[-1,1],[-15,4],[-104,54],[-62,21],[-400,187],[-550,338],[-339,263],[-319,241],[-190,120],[-461,473],[-163,180],[-326,526],[-183,375],[-102,376],[-41,361],[-20,300],[20,203],[89,593],[81,240],[82,203],[53,92],[22,58],[1,2],[0,-1],[0,1],[24,-13],[17,29],[125,189],[83,108],[73,116],[186,307],[49,106],[8,8],[0,-1],[17,-3],[17,7],[21,13],[11,-10],[3,-18],[16,-17],[19,-2],[1,2],[18,21],[-11,24],[-55,40],[-9,18],[189,75],[32,17],[157,76],[56,46],[145,-245],[42,-62]],[[571610,626407],[0,-68],[-208,21],[13,-220],[181,-6],[43,35],[120,-17],[8,42],[1,33],[31,-1],[2,12],[-5,10],[-35,14],[12,64],[-89,15],[1,62],[-30,7],[-17,0],[-28,-3]],[[571462,625656],[6,-155],[18,0],[21,5],[161,37],[-26,114],[-4,21],[-176,-22]],[[572362,625115],[-67,-28],[-5,11],[-35,-16],[-4,6],[-9,-5],[-22,-11],[7,-7],[12,-28],[42,-99],[67,34],[7,-20],[65,28],[-58,135]],[[570294,629604],[81,-43],[18,46],[5,-2],[46,38],[97,223],[154,319],[127,206],[42,153],[16,98],[1,107],[-25,120],[-58,-34],[-73,-43],[-83,-49],[-32,-18],[-71,-43],[-74,-44],[-174,-106],[-20,-11],[-4,-3],[106,-147],[142,-196],[69,-99],[3,-4]],[[570587,630072],[-14,-5],[-9,2],[-26,35],[-64,91],[-23,31],[-92,130],[-20,-15],[-27,44],[-47,-63],[-9,-12],[27,-38],[-24,-21],[52,-95]],[[570311,630156],[-23,-31],[-63,-81],[-82,58],[-74,51],[-58,-92],[-78,-124],[-57,-90]],[[569876,629847],[-360,166],[-36,17],[-15,7],[-6,-15],[-61,223],[-679,-15],[-11,7],[-10,89],[-2,13],[-7,-4],[-36,-5],[-48,-6],[-44,-3],[-18,-2],[-9,-1],[-151,-13],[-157,-13],[-52,-11],[-28,-6],[-11,-6],[-27,-14],[-35,-39],[-80,-124],[-34,-46],[-2,-3],[-15,-14],[-50,61],[-15,19],[-15,12],[-15,-6],[-48,-46],[-70,86],[-8,1],[-7,-2],[-30,-27],[-8,-8],[-63,74],[-16,37],[-20,182],[0,99],[-7,90],[-10,85],[5,30],[7,55],[-5,65],[-18,14],[-11,4]],[[567538,630854],[-10,51],[-147,221],[-33,47],[-99,-51],[-209,-136],[-225,-175],[-9,-7],[247,-460]],[[567053,630344],[-269,463],[40,33],[28,22],[2,31],[0,0],[0,1],[0,0],[208,155],[2,1],[0,1],[1,0],[209,128],[223,129],[229,97],[229,94],[232,67],[251,56],[6,2],[12,-12],[3,-5],[191,47],[110,25],[154,20],[217,19],[174,0],[47,-2],[211,0],[36,-2],[63,-6],[31,-3],[39,8],[10,5],[28,27],[33,27],[52,19],[82,8],[90,-8],[55,-16],[15,-5],[61,-31],[32,-25],[12,-9],[38,-29],[-11,-28],[1,-1],[12,-6],[14,-20],[74,-32],[38,-20],[58,-37],[77,-72],[74,-94],[56,-59],[24,-28],[28,-29],[18,-16],[26,-41],[48,-87],[28,-55],[28,-16],[92,-223],[3,-252],[-31,-238],[1,-3],[-3,-2],[-10,-7],[-8,-2],[-23,-47],[-47,-138],[-22,-59],[-51,-99],[-69,-119],[-57,-88],[-34,-53],[-69,-96],[-72,-93],[-13,-12],[-20,9],[-106,91]],[[569771,630765],[29,-10],[3,9],[14,-10],[54,-38],[21,-25],[84,143],[14,34],[-90,68],[-6,-13],[-13,9],[-105,65],[-85,40],[-16,-6],[-262,67],[-34,-37],[274,-75],[1,-28],[14,-24],[34,-21],[39,-24],[16,-2],[47,-26],[-33,-96]],[[559726,631866],[-15,-3],[-34,17],[-53,55],[-27,46],[-9,28],[-2,36],[4,36],[28,389],[4,21],[12,15],[44,36],[14,15],[12,12],[10,2],[6,-10],[-2,-54],[4,-198],[4,-217],[0,-72],[7,-89],[1,-24],[-1,-27],[-7,-14]],[[559563,633929],[-426,-559],[-13,75],[-10,48],[-24,98],[-27,83],[-17,51],[381,527],[29,-23],[23,-23],[20,-23],[11,-17],[17,-33],[11,-43],[18,-66],[4,-40],[2,-39],[1,-16]],[[554321,634651],[-21,-28],[-151,114],[-261,190],[-109,129],[-193,251],[-137,144],[-123,213],[-32,61],[-1,3],[1,1],[-3,2],[-6,5],[-10,10],[-8,11],[-7,14],[-6,11],[-4,9],[-1,9],[-3,22],[-6,28],[-9,26],[0,0],[3,3],[6,5],[0,4],[-10,30],[17,8],[16,7],[4,4],[0,11],[1,1],[93,-202],[70,-132],[128,-171],[110,-160],[219,-258],[172,-144],[144,-122],[131,-91],[-14,-18]],[[555652,634670],[19,5],[43,5],[64,7],[125,6],[139,20],[55,-5],[19,2],[202,14],[811,-688],[43,-29],[75,-67],[9,-6],[54,-36],[217,-114],[446,-292],[87,-77],[53,-42],[316,445],[321,457],[37,-76],[34,-67],[31,-77],[34,-78],[7,-26],[21,-46],[13,-33],[26,-62],[45,-109],[0,-14],[21,-68],[-518,-571],[49,-53],[87,-98],[28,-40],[427,457],[8,-48],[4,-46],[1,-40],[-2,-32],[-6,-25],[-10,-25],[-14,-30],[-15,-26],[-16,-24],[-284,-287],[15,-19],[-7,-26],[160,-178],[5,-13],[141,-389],[49,-423],[158,-21],[216,-48],[201,-40],[30,-5],[10,-2],[6,-1],[49,-10],[-2,11],[-4,15],[-7,25],[-5,21],[-3,19],[-7,34],[6,23],[-4,33],[1,47],[5,27],[5,27],[8,37],[9,118],[14,82],[8,92],[6,116],[-1,32],[0,51],[-9,89],[-13,78],[-15,55],[-2,6],[-19,55],[-26,67],[-4,48],[-17,65],[-31,98],[4,121],[24,77],[30,23],[13,11],[-13,64],[-11,52],[-7,117],[-20,0],[0,22],[-89,565],[-5,26],[-7,38],[-14,56],[-6,20],[-9,19],[-26,47],[-19,26],[-25,31],[-74,69],[-96,77],[-45,27],[-88,68],[-116,80],[-25,10],[16,41],[-246,111],[-94,36],[-65,19],[-92,28],[-227,65],[-48,7],[-243,60],[-16,0],[-8,-7],[-167,39],[-103,32],[-62,19],[-80,18],[-39,10],[-42,3],[-96,4],[-32,-2],[-30,-3],[-70,-11],[-30,-6],[-30,-7],[-19,-3],[-15,-6],[-21,-3],[-25,-4],[-5,-2],[-26,93],[-7,28],[-13,2],[-51,22],[-66,21],[-49,7],[-53,-16],[-4,-1],[-69,-14],[2,-7],[-39,-11],[-1,3],[-47,-12],[-43,-11],[-44,-12],[-41,-11],[-41,-11],[-465,-122],[-3,-116],[-8,-46],[-6,-16],[-243,131],[-9,-23],[-35,-93],[-129,64],[-19,9],[-7,4],[-73,53],[-30,16],[-72,37],[-16,6],[-19,9],[-27,20],[-27,22],[-17,12],[-18,8],[-21,5],[-24,4],[-16,5],[-14,12],[-13,6],[-21,12],[-67,38],[-74,50],[-59,48],[-57,48],[-76,61],[-33,28],[-12,14],[-11,10],[-32,20],[-76,56],[-24,20],[-19,29],[-16,35],[-16,35],[-7,51],[-11,31],[-16,37],[-16,42],[-8,27],[-5,32],[-7,33],[-5,29],[-14,37],[-8,26],[-4,14],[-1,31],[0,16],[0,4],[-13,-16],[-411,-488],[-2,-1],[7,-3],[22,-17],[25,-23],[1,-6],[-5,-11],[-1,-10]],[[554196,635427],[-33,25],[-38,28],[-42,33],[-21,17],[-12,10],[-5,7],[-9,10],[-16,18],[-18,52],[-3,31],[3,21]],[[554002,635679],[16,-22],[12,-39],[9,-15],[14,15],[399,470],[9,108]],[[554461,636196],[42,17],[8,-24],[42,-52],[1,0],[15,-70],[27,31],[54,63],[14,-30],[7,-27],[3,-11],[9,-44],[6,-51],[14,-87],[18,-77],[24,-80],[17,-63],[15,-50],[40,-61],[24,-23],[16,-13],[23,-19],[10,-8],[-29,-39],[39,-32],[171,-125],[78,-52],[98,-65],[78,-50],[46,-28],[70,-37],[77,-42],[84,-46],[53,-31],[25,-14],[18,-6],[49,0],[445,107],[547,136],[60,14],[62,18],[44,0],[26,-7],[81,-37],[25,-11],[31,-9],[20,0],[49,4],[21,5],[24,12],[27,16],[89,67],[16,6],[18,5],[18,3],[37,-1],[18,-2],[43,-9],[48,-21],[100,-46],[36,-18],[52,-21],[64,-27],[44,-17],[100,-31],[108,-33],[126,-34],[100,-29],[78,-24],[23,-6],[15,-2],[20,-6],[23,-2],[30,-1],[59,3],[21,5],[38,13],[18,8],[87,48],[31,11],[22,5],[17,3],[16,1],[35,-3],[36,-9],[19,-9],[17,-11],[20,-13],[17,-15],[17,-19],[15,-21],[13,-22],[22,-60],[13,-27],[12,-26],[14,-23],[12,-18],[18,-22],[19,-16],[22,-14],[24,-9],[25,-9],[47,-10],[17,-2],[34,-3],[103,-8],[555,-49],[52,-20],[37,-24],[20,-20],[17,-20],[17,-23],[16,-22],[42,-78],[24,-62],[5,-22],[5,-41],[1,-57],[-1,-135],[3,-55],[20,-162],[9,-54],[18,-93],[23,-105],[2,-37],[-2,-34],[-5,-31],[-8,-26],[-16,-26],[-9,-19],[-47,-51],[-175,-189],[-24,-27],[-21,-27],[-20,-29],[-18,-32],[-13,-34],[-12,-42],[-3,-18],[-9,-64],[0,-30],[1,-28],[5,-34],[6,-32],[8,-35],[11,-30],[22,-65],[19,-49],[22,-61],[11,-34],[15,-50],[6,-40],[6,-94],[0,-47],[3,-114],[-4,-74],[-1,-45],[-4,-50],[-10,-81],[-15,-107],[-10,-64],[-1,-54],[10,-213],[-53,-1],[0,0],[-715,112],[-67,-3],[-26,9],[-44,170],[-65,208],[-11,28],[-102,251],[-63,126],[-73,129],[-125,204],[-135,188],[-149,174],[-207,187],[-183,169],[-213,165],[-128,101],[-245,167],[-92,60],[-233,132],[-197,115],[-192,108],[-60,30],[-218,92],[-238,115],[-14,12],[-213,80],[-10,1],[-155,23]],[[530723,649633],[-512,23],[-498,22],[-534,20],[-487,18],[-186,2],[-151,1],[-155,-1],[-192,-12],[-126,0],[-566,-6],[-197,2],[-178,-4],[-714,-3],[-123,-4],[-577,6],[-542,2],[2,-28],[25,0],[1,-77],[-473,0],[-4,6],[-1,81],[4,4],[46,-1],[0,14],[-5,4],[-183,2],[-556,16],[-180,2],[1,48],[180,-3],[0,0],[0,0],[555,-15],[183,-2],[405,-3],[542,-2],[0,0],[0,0],[577,-7],[122,5],[0,0],[1,0],[714,3],[178,4],[0,0],[1,0],[196,-2],[565,6],[1,0],[0,0],[125,0],[191,11],[1,0],[1,0],[155,1],[0,0],[0,0],[151,0],[1,0],[0,0],[186,-2],[0,0],[1,0],[487,-18],[0,0],[0,0],[533,-20],[0,0],[0,0],[248,-11],[250,-12],[514,-22]],[[530730,650002],[-511,10],[-1158,23],[0,0],[0,0],[-89,2],[-556,8],[-400,-4],[-577,-14],[-1165,-33],[-72,-7],[-186,-25],[-1,0],[0,0],[-68,-7],[-4,0],[0,0],[0,0],[-2246,20],[-32,1],[1,48],[32,-1],[2245,-20],[68,7],[187,24],[73,8],[1167,32],[577,15],[401,4],[557,-8],[89,-2],[1157,-23],[512,-10]],[[539613,650065],[4,4],[-2,92],[24,13],[29,6],[74,13],[59,2],[46,7],[37,-2],[7,-3],[198,16],[6,4],[29,11],[49,4],[39,2],[60,2],[55,-8],[50,-15],[40,-16],[20,-2],[337,-23],[29,9],[18,-7],[38,-25],[11,-12],[1,-5],[616,-192],[234,-87],[3,0],[11,-4],[21,-14],[2,-6],[0,-2],[404,-221],[1,-1],[12,0],[3,-3],[0,-7],[-2,-4],[254,-205],[1,0],[7,0],[45,-45],[10,-15],[286,-211],[104,-91],[248,-211],[258,-179],[148,-91],[379,-329],[162,-133],[187,-205],[285,-290],[260,-257],[137,-115],[159,-145],[194,-129],[1,0],[4,1],[7,-1],[2,-6],[3,-15],[10,-15],[23,-14],[16,-16],[27,-22],[25,-14],[17,-6],[18,-13],[14,-24],[15,-32],[8,-16],[7,-8],[15,-2],[10,3],[9,2],[4,-3],[2,-5],[329,-353],[284,-251],[392,-330],[114,-74],[144,-111],[241,-163],[170,-93],[154,-74],[188,-124],[7,0],[47,-22],[43,-12],[26,-11],[8,-6],[246,-113],[29,-12],[16,-14],[21,-15],[11,-7],[44,-12],[46,-2],[49,-45],[35,-34],[-2,-3],[27,-14],[9,11],[11,5],[22,1],[34,-9],[12,-8],[3,-10],[-5,-4],[-1,-6],[0,-9],[8,-10],[13,-8],[36,-17],[51,-23],[11,-5],[21,-20],[9,-14],[7,-5],[14,4],[13,7],[10,15],[0,9],[4,8],[7,1],[30,-27],[15,-4],[21,-17],[15,-19],[0,-19],[85,-37],[5,-3],[241,-107],[163,-68],[-5,-67],[-1,-19],[-436,198],[-436,198],[-240,130],[-425,198],[-274,148],[-224,136],[-279,192],[-241,186],[-341,260],[-296,278],[-324,310],[-241,216],[-259,257],[-14,15],[-84,81],[-157,133],[-181,164],[-112,108],[-143,139],[-126,109],[-215,185],[-75,65],[-159,131],[-231,189],[-186,141],[-53,37],[-244,190],[-240,175],[-208,148],[-305,207],[-221,139],[-394,225],[-210,100],[-200,83],[-437,138],[-5,1],[-1,0],[-408,80],[-18,3],[-457,26]],[[536832,649550],[-307,0],[-733,123],[-45,8],[-2,4],[-98,118],[-8,9],[-78,86],[-53,48],[-42,33],[-130,104],[-157,128],[-295,239],[-66,53],[45,53],[338,397],[1,0],[64,-61],[147,-146],[216,-221],[298,-310],[62,-64],[128,-130],[104,-95],[38,-30],[75,-56],[105,-64],[129,-72],[18,-9],[0,0],[3,-2],[114,-46],[122,-45],[62,-19],[52,-12],[52,-9],[81,-11]],[[588968,551553],[0,-1],[584,113],[6,2],[1,-5],[29,-169],[43,-214],[52,-232],[9,-59],[3,-22],[7,-135],[1,-40],[11,-192],[5,-160],[13,-155],[26,-430],[8,-101],[9,-79],[19,-123],[14,-66],[47,-172],[34,-93],[24,-63],[21,-46],[24,-45],[9,-21],[19,-40],[38,-73],[0,-12],[-1,-5],[-11,-11],[-17,-9],[-86,-16],[-146,-26],[-140,-25],[-52,-12],[-50,-17],[-16,112],[-4,19],[-7,-3],[-62,-6],[-62,0],[-52,3],[-67,11],[-20,-37],[-1,-3],[-7,-3],[-2,-1],[-10,-5],[-27,-14],[-11,-3],[-9,1],[-7,2],[-16,5],[-2,1],[0,3],[-1,2],[-3,27],[-3,5],[-3,4],[-4,5],[-4,5],[-3,4],[-10,15],[-12,20],[-4,6],[-7,13],[-12,25],[-4,6],[-5,4],[-4,5],[-3,4],[-5,8],[-2,8],[-4,9],[-1,22],[0,0],[-1,1],[-3,16],[-1,9],[3,12],[0,3],[-5,50],[-3,29],[2,47],[1,4],[9,6],[8,7],[6,4],[0,1],[2,9],[8,64],[0,58],[0,0],[0,2],[-115,14],[-16,1],[-11,3],[-31,9],[-63,2],[-187,3],[-144,1],[-274,8],[-7,-3],[-7,-3],[-3,-3],[-1,-4],[-16,18],[-5,6],[-34,37],[-37,68],[-31,69],[-10,30],[-27,102],[-32,156],[-4,27],[-59,34],[-40,220],[-19,112],[-17,154],[-8,233],[3,61],[11,257],[19,265],[50,435],[7,14],[10,8],[18,9],[8,12],[5,8],[9,29],[8,61],[-8,17],[-6,35],[12,12],[2,5],[2,1],[16,26],[-1,9],[3,24],[8,30],[32,123],[29,120],[9,34],[22,88],[4,12],[53,-17],[3,-6],[327,-103],[152,-14],[10,-2],[50,-1],[26,-5],[8,-4],[9,-12],[13,-30],[9,-32],[21,-51],[12,-32],[29,-64],[12,-29],[13,-59],[5,-15],[5,-30],[1,-21],[-2,-69],[5,-72],[3,-28],[6,-25],[6,-16],[36,-79],[11,-20]],[[585978,554913],[-156,-224],[-2,4],[-190,345],[-1,2],[208,305],[22,-47],[25,-62],[38,-116],[14,-46],[42,-161]],[[585616,557076],[-17,-6],[-13,1],[-24,0],[-70,8],[-160,14],[-2,0],[-6,4],[-13,16],[-12,17],[-10,21],[-7,46],[17,173],[12,99],[10,105],[2,70],[-3,65],[-13,57],[-40,97],[-99,251],[-45,135],[-17,50],[-5,18],[1,0],[109,72],[18,12],[38,17],[34,10],[7,5],[8,3],[40,32],[53,34],[8,7],[23,14],[20,14],[30,17],[200,109],[207,104],[35,29],[6,4],[7,2],[93,53],[-3,-20],[-9,-64],[-2,-14],[-4,-32],[-17,-86],[-20,-83],[-8,-44],[-31,-106],[-31,-86],[-75,-230],[-21,-60],[-26,-108],[-48,-187],[-5,-30],[1,-40],[-2,-24],[-19,-62],[-12,-67],[-2,-94],[7,-13],[9,-5],[16,-2],[-12,-29],[-10,-49],[-8,-71],[-3,-80],[3,-3],[-18,-52],[-7,0],[-16,-7],[-49,-31]],[[589252,574033],[-108,-3],[-24,-2],[-68,-18],[-62,-27],[-50,-33],[-39,-37],[-16,-18],[-14,-19],[-9,-21],[-18,-54],[-5,-26]],[[586146,574367],[-159,-193],[-4,-2],[-96,96],[-8,-1],[-10,5],[-6,9],[-42,43],[95,106],[45,45],[17,16],[168,-124]],[[585465,573959],[-69,-74],[-20,19],[-123,121],[-62,60],[-40,40],[132,284],[116,146],[184,-203],[68,-74],[47,-54],[-86,-96],[-147,-169]],[[591159,576558],[-71,-51],[-128,-91],[-140,-105],[-109,-84],[-71,-68],[-35,-32],[-17,-22],[-35,-47],[-14,-18],[-50,-94],[-8,-17],[-15,-35],[-87,-192],[-31,-82],[-39,-123],[-19,-71],[-15,-64],[-11,-66],[-12,-86],[-2,-30],[-3,-30],[-4,-61],[-2,-77],[6,-78],[1,-12],[0,-12],[4,-24],[13,-132],[12,-219],[0,-52],[-35,1],[-16,-6],[-12,-10],[-12,-15],[-12,-8],[-64,-33],[-98,-51],[-44,-26],[-24,-17],[-1,0]],[[589811,574190],[-18,-3],[-41,-5],[-22,-1],[-80,-9],[-18,-9],[-160,-100],[-24,-13],[-47,-19],[-19,-3],[-21,1],[-42,2],[-33,8],[-25,9]],[[587566,573646],[-63,0],[-29,5],[-10,14],[-4,10],[-15,47],[-11,25],[-12,19],[-134,121],[-437,396],[-332,299],[-20,18],[-9,7],[12,0],[20,4],[23,10],[21,18],[13,15]],[[586174,575005],[-8,0],[-11,1],[-15,2],[-18,10],[-17,12],[-19,16],[-10,14],[2,-19],[18,-103],[26,-111],[25,-96],[12,-36],[11,-21],[-42,-24],[-67,-51],[-74,-67],[-85,-85],[-173,-187],[-13,-15]],[[585225,574644],[11,-14],[-16,-19],[-7,-9],[-2,-3],[-131,158],[-36,-36],[-28,-12],[-25,-13],[-1,-1],[-29,-27],[-4,6],[-235,272],[-25,-17],[81,-108],[-18,-15],[130,-172],[0,0],[-1,0],[-23,-18]],[[584349,575275],[103,27],[121,19],[70,8],[34,-1],[31,-8]],[[585111,575404],[0,0],[2,0]],[[585687,575536],[2,2],[8,3],[1,-2]],[[592033,578467],[33,53],[44,73],[66,-42],[33,-23],[19,-13],[80,-67],[20,-16],[55,-17],[10,-4],[-6,-12],[-25,-35],[-13,-20],[-132,-197],[-33,-54],[-27,-51],[-21,-48],[-22,-59],[-16,-46],[-30,-116],[-48,-192],[-20,-70],[-43,-128],[-30,-63],[-31,-56],[-23,-37],[-51,-62],[-120,-131],[-76,-81],[-92,-93],[-64,-60],[-6,-5],[-93,-78],[-17,-14],[-122,-91],[-20,-15]],[[594444,586450],[-4,1],[-53,13],[-206,67],[-223,56],[-27,10],[-90,20],[-44,11],[-101,21],[-36,9],[-16,4],[-59,13],[-1,0],[-4,1],[1,41],[4,29],[-1,25],[-6,30],[1,29],[2,16],[1,7],[6,15],[40,114],[31,80],[19,43],[49,104],[14,29],[1,2],[1,0],[7,28],[3,10],[6,18],[13,67],[2,2],[4,24],[1,14],[1,75],[-2,4],[3,17],[15,44],[2,24],[4,22],[2,4],[12,15],[14,22],[5,17],[6,37],[5,20],[9,22],[10,17],[7,18],[10,48],[8,30],[9,25],[20,39],[5,12],[10,25],[9,30],[3,23],[9,20],[10,18],[13,21],[7,23],[11,58],[14,54],[15,48],[33,91],[20,54],[15,31],[11,26],[6,16],[6,12],[-2,8],[2,8],[8,13],[1,8],[1,17],[3,7],[7,6],[4,1],[35,124],[0,5],[7,16],[9,20],[3,22],[2,12],[7,17],[20,35],[12,36],[6,36],[1,15],[4,9],[7,7],[6,0],[36,121],[0,8],[10,-1],[58,174],[-5,16],[93,23],[60,12],[88,21],[62,15],[39,10],[-2,17],[-93,407],[573,169],[28,1],[45,-7],[21,-12],[26,-22],[17,-16],[7,-10],[4,-6],[2,-64],[1,-49],[0,-6],[3,-30],[11,-43],[15,-60],[12,-46],[4,-30],[4,-60],[-2,-80],[-25,-129],[-50,-241],[-103,-479],[-61,-313],[-3,-19],[-29,-151],[-33,-161]],[[560620,626512],[-60,7],[-58,11],[-44,21],[-32,14],[-56,26],[-73,38],[-59,36],[-107,72],[-84,65],[-103,119],[-34,45],[-47,58],[-126,173],[-40,57],[-127,202],[-26,31],[-30,44],[-37,58],[-34,57],[-13,34],[-12,29],[-25,56],[-22,55],[-20,54],[-27,76],[-22,75],[-23,66],[-23,74],[-17,63],[-10,50],[-9,52],[-11,77],[-5,58],[-2,33],[7,93],[-15,122],[-6,60],[8,241],[33,243],[0,1],[0,12],[2,2],[17,22],[10,49],[28,196],[7,75],[0,77],[-1,82],[-1,30],[-4,48],[-8,67],[91,19],[28,6],[16,3],[12,-1]],[[570294,629604],[-101,59],[-102,63],[-208,116],[-7,5]],[[570311,630156],[51,-90],[129,-94],[99,86],[-3,12],[0,2]],[[567538,630854],[0,-2],[-124,-133],[-361,-375]],[[555652,634670],[-1,-1],[-25,-4],[-25,0],[-29,2],[-47,9],[-36,5],[-23,2],[-25,1],[-11,5],[-13,11],[-18,8],[-19,3],[-34,4],[-59,20],[-52,16],[-19,0],[-19,6],[-58,24],[-21,15],[-29,23],[-10,3],[-11,-3],[-12,1],[-11,3],[-9,8],[-18,10],[-30,7],[-13,8],[-31,21],[-23,17],[-41,27],[-17,10],[-22,8],[-54,19],[-38,27],[-20,11],[-12,6],[-28,10],[-14,6],[-31,28],[-22,25],[-16,21],[-17,14],[-15,10],[-44,23],[-20,12],[-13,11],[-13,13],[-18,22],[-11,9],[-8,9],[-7,1],[-23,14],[-17,14],[-25,22],[-21,16],[-19,19],[-93,87],[-24,25],[-22,14]],[[554002,635679],[-21,30],[-14,33],[-29,57],[-36,62],[-47,76],[-18,35],[-18,49],[-3,11],[116,49],[82,22],[108,28],[85,22],[96,24],[48,10],[97,3],[13,6]],[[356086,425878],[-14,-38],[0,0],[-71,-188],[-51,-135],[-95,-253],[-48,-129],[-59,-152],[-34,-77],[-19,4],[-18,10],[-20,-11],[-17,-9],[-48,-35],[-24,-21],[-19,-18],[-17,-21],[-14,-19],[-23,-34],[-17,-29],[-14,-23],[-23,-49],[-20,-47],[-19,-67],[-8,-49],[-3,-43],[-1,-51],[-3,-17],[-12,-17],[-20,-17],[-31,-29],[-41,-41],[-15,-21],[-25,-33],[-30,-46],[-21,-37],[-4,-9],[-10,-20],[-4,-9],[-15,-37],[-1,-2],[-17,-49],[-6,-16],[-10,-28],[-5,-16],[-10,-14],[-1,-1],[0,-1],[-33,-22],[-1,0],[-14,-15],[-2,-4],[-11,-18],[-9,-14],[-44,-92],[-14,-33],[-16,-23],[-18,-24],[-47,-66],[-29,-39],[-22,-25],[-4,-6],[-8,-15],[-7,-19],[-1,-2],[-7,-11],[-6,-6],[-10,-4],[-14,-9],[-1,0],[-2,-1],[-28,-26],[-36,-40],[-20,-15],[0,0],[-27,-22],[-2,-2],[-24,-31],[-16,-22],[-8,-10],[-1,-1],[-43,-44],[-29,-44],[-15,-32],[-1,-1],[-6,-9],[-6,-8],[-2,-2],[-16,-9],[-17,-7],[-7,-3],[-35,-15],[-23,-18],[-44,-71],[-1,-1],[0,0],[-7,-5],[-33,-10],[-17,4],[-15,20],[-4,31],[-19,10],[-5,-20],[-158,44],[-4,-7],[-24,-48],[-29,-52],[-23,-30],[-28,-28],[-30,-23],[-34,-23],[-7,-3],[-31,-15],[-12,-4],[-10,-4],[-72,-19],[-1,-1],[-20,-4],[-18,-4],[-62,-21],[-7,-3],[-29,-13],[-24,-15],[-20,-17],[-21,-29],[-14,-22],[-9,-14],[-7,-15],[-8,-13],[-8,-11],[-9,-6],[-11,-3],[-20,1],[-15,4],[-9,3],[-22,7],[-6,0],[-15,2],[-8,1],[-25,-2],[-21,-5],[-15,-4],[-33,-16],[-14,-10],[0,-1],[-7,-5],[-12,-11],[-7,-5],[-11,-6],[-8,-4],[-14,-11],[-33,-15],[-43,-15],[-2,-1],[-9,-5],[-6,-4],[-18,-12],[-2,-1],[-13,-10],[-16,-7],[-8,-4],[-34,-8],[-22,-1],[-1,0],[-1,0],[-18,3],[-20,2],[-15,0],[-25,0],[-18,-1],[-17,-1],[-36,-5],[-3,0],[-3,-1],[-19,-3],[-14,-3],[0,0],[-62,-16],[-5,-2],[-26,-10],[-51,-19],[-15,-7],[-46,-21],[-11,-4],[-54,-21],[-25,-10],[-9,-4],[-29,-9],[-19,-7],[-11,-1],[-4,-1],[-28,-4],[-44,-11],[-24,-6],[-14,-4],[-32,-9],[-32,-1],[-33,-2],[-15,2],[-21,2],[-25,-5],[-43,-8],[-37,-3],[-13,-1],[-6,3],[-15,7],[-15,3],[-30,-9],[-30,-3],[-10,-5],[-8,-11],[-10,2],[-11,-2],[-1,-1],[-23,-6],[-21,-4],[-6,0],[-22,-3],[-28,-6],[-5,-1],[-2,0],[-1,0],[-1,0],[-9,-1],[-12,3],[0,1],[-2,-2],[-10,2],[-19,1],[0,0],[-14,-3],[-14,-2],[-23,-10],[-3,-1],[-32,-13],[-36,-13],[-8,-1],[-22,-3],[-9,-1],[-23,0],[-34,5],[-13,2],[-3,-1],[-11,0],[-23,-2],[-35,-10],[-10,-3],[-13,-11],[-5,-4],[-17,-16],[-16,-6],[-25,-5],[-22,-4],[-31,-2],[-19,1],[-15,2],[-15,1],[-31,1],[-40,-3],[0,0],[0,1],[-17,6],[-7,2],[-3,-3],[-53,221],[-5,22],[-8,34],[-8,35],[-10,40],[-9,37],[-7,29],[-4,17],[-15,62],[-6,29],[-5,26],[-3,14],[3,19],[21,7],[74,26],[156,47],[137,40],[61,13],[54,11],[55,9],[45,5],[57,7],[125,5],[58,-4],[43,18],[75,20],[73,26],[76,26],[91,30],[47,10],[0,0],[26,29],[22,11],[76,38],[74,34],[21,10],[11,4],[37,12],[3,1],[30,17],[27,16],[4,2],[7,4],[42,13],[38,8],[20,0],[35,-1],[29,27],[45,10],[20,2],[17,1],[55,21],[100,31],[92,31],[9,3],[40,20],[5,2],[21,12],[1,1],[10,7],[0,0],[3,2],[10,7],[13,6],[22,9],[27,12],[3,1],[40,12],[10,3],[0,1],[1,2],[46,14],[18,5],[1,0],[24,4],[73,19],[117,33],[14,-9],[87,48],[157,74],[39,24],[34,26],[8,6],[26,24],[1,4],[21,17],[29,27],[61,45],[69,58],[20,20],[92,95],[24,23],[33,32],[12,13],[51,56],[20,24],[1,1],[0,0],[8,9],[10,22],[1,1],[3,-3],[58,104],[34,72],[29,66],[53,150],[2,7],[26,89],[16,62],[7,21],[20,71],[18,36],[23,64],[54,87],[107,126],[84,99],[67,56],[61,55],[13,15],[45,76],[37,106],[19,56],[58,92],[78,116],[54,105],[17,34],[28,108],[18,60],[16,22],[33,29],[189,104],[149,76],[89,40],[15,4],[1,0],[53,15],[10,2],[10,-5],[14,-7],[13,-7],[5,-3],[-7,-35],[0,-3],[0,0],[-2,-30],[-2,-58],[0,-61],[1,-103],[-1,-35],[-1,-27],[-1,-6],[-3,-11],[-1,-8],[-6,-15],[0,0],[0,-1],[-4,-12],[-12,-34],[0,0],[0,0],[-13,-36],[-14,-37],[-15,-43]],[[357588,427925],[-24,-50],[-77,14],[15,22],[16,27],[15,24],[55,-37]],[[369837,432910],[-43,-118],[-207,-276],[-95,-105],[-85,-59],[-90,-53],[-112,-82],[1,-6],[-1,-1],[-4,2],[5,-3],[-1,0],[-16,-17],[-39,-42],[-2,-2],[-1,-14],[-1,-13],[-4,-24],[-4,-9],[-5,-7],[-15,-18],[-4,-9],[-4,-17],[0,-1],[-6,-11],[-1,-1],[-15,-21],[-11,-28],[-1,-3],[-7,-9],[-4,-5],[-113,-147],[-58,-98],[-27,-67],[-20,-52],[-9,-34],[-7,-26],[-19,-35],[-4,-11],[-9,-15],[-50,-54],[-93,-97],[-39,-35],[-10,-8],[-53,-43],[-12,-9],[-27,-19],[-101,-63],[-16,-9],[-42,-27],[-38,-42],[-46,-52],[-37,-48],[-35,-54],[-25,-45],[-22,-49],[-12,-36],[-7,-26],[-23,-81],[-19,-65],[-28,-76],[-21,-56],[-37,-86],[-28,-52],[-37,-50],[-25,-38],[-74,-112],[-35,-84],[-36,-70],[-54,-70],[-49,-47],[-61,-44],[-52,-34],[-42,-31],[-42,-42],[-28,-25],[-92,-109],[-31,-31],[-10,-11],[-54,-54],[-227,-204],[-102,-94],[-141,-104],[0,-2],[2,-18],[-140,-108],[-36,-29],[-25,-20],[-25,-24],[-23,-22],[-18,-17],[-12,-12],[-10,-10],[-21,-22],[-20,-21],[-32,-33],[-47,-49],[-180,-195],[-31,7],[-28,7],[-18,4],[-130,5],[-65,6],[-30,7],[-89,31],[-86,25],[-35,7],[-85,55],[24,22],[31,33],[35,49],[25,56],[17,47],[1,9],[9,-12],[5,-1],[7,7],[4,7],[-1,7],[-34,49],[56,-7],[16,2],[14,7],[21,18],[27,30],[29,38],[47,75],[46,79],[18,39],[11,30],[5,20],[4,36],[2,27],[34,-36],[7,-2],[9,8],[5,7],[-3,5],[-11,11],[23,18],[37,20],[46,31],[34,24],[28,31],[38,57],[22,38],[14,41],[5,15],[22,78],[20,57],[38,-28],[6,0],[8,11],[2,6],[-9,8],[-32,26],[18,28],[14,34],[17,55],[10,59],[23,91],[7,21],[8,20],[11,18],[12,10],[5,8],[7,28],[2,18],[3,74],[7,16],[-17,12],[5,11],[6,6],[32,-21],[134,-99],[19,28],[19,33],[13,26],[7,21],[5,39],[6,17],[17,36],[19,37],[19,40],[36,87],[20,53],[18,54],[6,31],[2,22],[36,-27],[5,3],[3,10],[-4,6],[-12,11],[15,29],[17,36],[11,29],[31,71],[22,47],[12,29],[8,28],[8,32],[4,30],[0,100],[2,121],[6,9],[-2,2],[2,8],[4,11],[9,-6],[6,-4],[32,18],[10,6],[28,21],[21,22],[31,43],[16,28],[21,43],[20,55],[23,54],[20,42],[15,27],[26,39],[19,22],[23,21],[72,56],[20,20],[11,15],[-26,23],[13,21],[15,7],[46,27],[37,27],[37,30],[27,29],[27,32],[28,49],[37,71],[37,85],[30,79],[10,36],[21,81],[6,30],[20,38],[7,-7],[15,7],[19,8],[27,14],[26,20],[16,19],[23,38],[18,39],[25,63],[15,34],[14,23],[15,19],[10,15],[22,23],[19,15],[36,26],[23,20],[17,20],[10,17],[35,25],[22,-25],[34,5],[39,9],[49,15],[34,18],[30,20],[34,31],[41,45],[36,37],[39,37],[24,27],[21,27],[13,17],[43,54],[56,73],[31,42],[8,14],[9,26],[6,18],[45,82],[16,26],[10,12],[13,2],[5,4],[-9,49],[3,12],[5,8],[10,11],[77,66],[17,14],[143,113],[152,108],[137,93],[97,59],[19,12],[90,51],[70,37],[100,44],[93,41],[72,25],[143,45],[109,23],[19,-25],[18,-13],[1,-7],[31,-162],[81,-429],[35,-186],[2,-9],[13,-45],[-136,-69],[-191,-106],[-133,-88],[-42,-30],[-37,-94],[-16,-62],[-16,-67]],[[738433,543169],[-149,-135],[-125,-112],[-150,-140],[-20,-18],[0,0],[0,0],[-305,71],[-139,31],[-70,13],[-1,0],[-60,11],[-119,26],[-52,20],[-75,19],[-24,6],[-7,-39],[-11,5],[-755,154],[-14,21],[0,0],[-28,-22],[-152,-130],[-249,-191],[0,0],[0,0],[-93,-71],[-43,-36],[-28,-43],[-79,-107],[-31,6],[-677,204],[-336,101],[-152,44],[-226,67],[-32,9],[-43,8],[-191,-4],[-819,-10],[50,99],[304,594],[14,11],[-34,56],[6,12],[10,18],[23,31],[32,30],[48,41],[25,18],[165,97],[391,237],[396,242],[101,60],[13,9],[248,149],[421,257],[149,90],[114,70],[206,125],[192,116],[50,31],[502,298],[21,12],[325,-271],[79,-68],[465,-403],[147,-125],[30,-25],[57,-47],[98,-68],[29,-20],[80,-49],[70,-29],[15,-7],[100,-43],[171,-62],[103,-48],[68,-46],[18,-19],[6,-6],[43,-39],[42,-51],[41,-66],[31,-59],[22,-57],[19,-53],[17,-66],[12,-70],[11,-83],[-4,-61],[-5,-56],[-14,-58],[-27,-78],[-38,-75],[-41,-70],[-27,-40],[-22,-29],[-113,-114]],[[408253,304523],[405,-450],[193,-214],[25,-12],[178,-193],[104,-113],[-31,-37],[23,-22],[-4,-19],[-427,-461],[-24,-25],[-317,-342],[-98,151],[-54,86],[-139,220],[-543,-522],[-227,-219],[-7,-7],[-247,-263],[-33,-27],[-392,-322],[117,-143],[-23,-17],[-67,-73],[-96,-99],[-665,-719],[-173,-186],[-403,-432],[-8,-12],[-3,-20],[-64,75],[-305,346],[-4,4],[-8,20],[-64,88],[-100,143],[-103,145],[-43,63],[-7,9],[-9,12],[-225,298],[-43,55],[-264,248],[-62,63],[-44,41],[-29,23],[-23,10],[-15,2],[-16,-3],[-25,-12],[-89,-47],[-17,42],[16,18],[24,39],[6,24],[160,283],[52,92],[0,-11],[20,40],[-20,18],[0,-4],[-280,229],[-7,-10],[-25,17],[5,-57],[-103,-194],[3,-13],[-10,-13],[-31,-2],[-10,-18],[-10,-20],[-8,-23],[-1,-18],[2,-15],[3,-4],[-11,-8],[-22,-9],[-158,107],[-160,105],[-157,105],[3,-1],[19,-3],[21,2],[15,12],[19,33],[333,608],[17,31],[57,101],[16,31],[12,5],[-114,396],[-5,18],[-7,13],[-5,8],[-11,12],[-259,169],[-14,-37],[-8,7],[-14,17],[-102,271],[75,38],[75,35],[161,75],[16,8],[30,0],[14,5],[6,-2],[19,-6],[20,-16],[22,-22],[21,-24],[39,-52],[83,-127],[5,-9],[15,-32],[22,-25],[63,-80],[58,-72],[15,-18],[9,-11],[8,-8],[60,-63],[66,-59],[60,-50],[45,-33],[233,-165],[175,-124],[116,-86],[7,-12],[23,-12],[41,70],[151,274],[74,129],[101,183],[14,7],[4,0],[17,-9],[36,-41],[20,25],[255,-311],[8,7],[40,36],[388,387],[471,470],[101,98],[32,32],[36,25],[5,-3],[24,-3],[40,5],[235,65],[266,78],[320,92],[40,12],[45,33],[146,115],[19,13],[129,103],[22,-18],[381,-261],[184,-127],[38,-23]],[[390984,326954],[120,-183],[180,-228],[40,-48],[111,-131],[94,-99],[125,-127],[80,-70],[184,-156],[86,-68],[105,-76],[116,-78],[72,-40],[245,-130],[14,-7],[138,-67],[150,-63],[169,-61],[131,-41],[158,-39],[172,-34],[226,-37],[107,-18],[34,-5],[289,-36],[516,-62],[1154,-139],[-14,-11],[-26,-12],[-50,-13],[-35,-6],[-12,-3],[-37,-14],[-25,-3],[-6,-18],[-15,-217],[210,-8],[-18,-329],[20,-2],[-2,-31],[27,-25],[54,-86],[22,-38],[5,-22],[-22,-12],[-45,-22],[-52,-11],[-3,-46],[97,11],[13,-27],[17,-27],[21,-15],[32,-1],[7,12],[11,17],[22,3],[0,31],[7,37],[-10,7],[-29,5],[-17,6],[-1,16],[3,18],[30,6],[46,-2],[7,7],[5,13],[7,133],[10,89],[0,84],[-67,7],[1,49],[126,-5],[17,302],[-268,21],[-44,7],[6,99],[1,9],[1,-1],[27,11],[221,-25],[179,-19],[216,-24],[288,-23],[222,-20],[134,-13],[301,-19],[392,-29],[337,-24],[124,-5],[205,-11],[383,-17],[3,0],[54,-2],[5,-2],[74,-4],[320,-12],[20,-4],[211,-6],[469,-9],[489,-5],[253,-3],[188,-2],[477,-4],[478,3],[219,4],[264,4],[488,12],[479,10],[107,3],[-4,-24],[16,1],[202,7],[348,8],[71,0],[101,6],[104,3],[103,7],[93,3],[138,6],[120,0],[31,0],[24,-1],[15,-1],[39,1],[255,11],[116,3],[429,14],[266,9],[74,0],[11,-3],[11,-15],[2,-17],[-3,-27],[-5,-66],[-49,-478],[-73,-800],[-5,-72],[-5,-43],[-3,-22],[-6,-17],[-76,-6],[-148,-7],[-56,-5],[-176,-4],[-404,42],[-21,2],[-315,31],[-46,1],[-31,-2],[-2,-38],[-49,5],[-69,6],[-70,8],[-187,21],[-169,15],[-35,3],[-154,16],[-259,22],[-237,25],[-1,2],[-5,2],[-100,9],[-34,3],[-67,5],[-202,24],[-58,9],[-334,37],[-21,2],[-408,45],[-347,38],[-242,46],[-11,5],[-5,2],[-14,15],[-4,-6],[-3,-4],[-3,-7],[-1,-56],[-11,-136],[-2,-25],[-22,-285],[-7,-81],[-5,-19],[-9,-8],[-10,-4],[-30,-6],[-78,-10],[-23,-2],[20,416],[1,25],[13,276],[-2,6],[-4,2],[-161,2],[-2,4],[-3,66],[-58,-6],[-20,-1],[-106,-7],[-20,-2],[-237,-16],[-181,-18],[-66,-10],[101,-733],[3,-23],[-8,0],[0,0],[0,0],[-25,0],[-8,0],[-197,3],[-63,-3],[-69,-9],[-60,-13],[-110,-38],[-137,-51],[-28,-10],[-9,-2],[-10,0],[-7,0],[-6,3],[-6,6],[-8,13],[-54,191],[-235,906],[-5,18],[-3,1],[-5,-2],[-40,-18],[-411,-178],[-6,21],[21,9],[-5,13],[-4,22],[-2,34],[11,105],[-18,-13],[-10,-5],[-30,-11],[-20,-5],[-55,-7],[-11,-11],[-5,-14],[-1,-22],[-6,-3],[-11,1],[-18,8],[-13,-1],[-5,-8],[-2,-22],[-4,-8],[-13,-1],[-53,5],[-1,-37],[-1,-34],[2,-33],[5,-25],[7,-19],[6,-20],[4,-19],[-16,-16],[-20,-7],[-5,0],[-10,-4],[-5,-2],[-412,-179],[-120,-50],[-36,-17],[-136,-65],[-28,-13],[-11,-35],[-7,-10],[-29,-27],[0,-26],[12,-78],[46,-332],[13,-97],[27,-188],[244,59],[148,36],[17,-17],[20,-96],[15,-71],[6,-25],[31,-137],[37,-179],[-9,-42],[-1,3],[-8,2],[-13,4],[-10,7],[-15,6],[-1,-9],[1,-23],[-43,-6],[-37,217],[-117,-22],[61,-333],[24,-132],[-30,-8],[-9,-4],[-9,-2],[-223,-73],[-7,-4],[1,-283],[1,-225],[1,-17],[-1,0],[-181,-16],[3,-232],[-14,-1],[6,-319],[0,-11],[1,-5],[5,-6],[9,-100],[0,0],[2,-1],[-2,-40],[-166,-30],[-21,-182],[-2,-19],[-14,-118],[-15,-127],[742,72],[52,6],[18,4],[21,1],[6,-1],[2,-3],[2,-16],[6,-74],[4,-1],[366,26],[256,17],[87,7],[20,-91],[243,10],[30,5],[63,15],[99,26],[10,26],[37,6],[3,-1],[12,-60],[5,-4],[24,3],[296,13],[16,-1],[23,-1],[69,1],[18,-2],[14,-5],[36,-18],[32,-14],[2,1],[0,9],[-6,33],[127,-2],[154,-1],[100,0],[6,6],[22,30],[-2,3],[-22,30],[-302,465],[-6,5],[3,29],[2,0],[1,-1],[14,27],[0,0],[169,-10],[4,19],[-2,8],[1,14],[3,16],[0,14],[-1,9],[-16,32],[99,0],[1,16],[2,127],[-59,1],[-9,1],[-13,4],[-33,1],[-12,-1],[-30,-11],[-15,-6],[15,51],[8,42],[3,35],[0,0],[-2,17],[-6,50],[-2,13],[167,3],[230,7],[15,-2],[9,-2],[143,1],[142,-1],[83,3],[62,7],[164,12],[21,1],[184,15],[24,2],[215,18],[30,5],[4,0],[245,28],[18,2],[108,5],[85,7],[36,-2],[22,-5],[22,-9],[3,25],[7,0],[216,-79],[191,-72],[1,-6],[-1,-19],[6,-2],[441,-164],[77,-27],[42,-12],[22,-5],[19,-4],[84,-15],[201,-34],[75,-12],[11,2],[39,-7],[346,-61],[104,-19],[185,-33],[6,17],[6,8],[7,5],[30,3],[8,2],[13,13],[8,1],[-66,805],[-30,333],[-13,125],[8,-8],[31,-31],[36,-34],[38,-44],[15,-19],[35,-31],[12,-13],[47,-39],[61,-40],[34,-19],[31,-11],[68,-18],[30,-5],[34,0],[99,10],[200,44],[262,57],[24,5],[25,6],[104,23],[166,34],[23,6],[31,7],[-7,34],[-5,13],[-12,125],[-18,156],[-16,158],[-71,636],[-41,374],[0,21],[6,4],[53,10],[62,13],[31,2],[82,16],[304,60],[98,17],[130,25],[3,-21],[5,-32],[30,-325],[41,-484],[2,-25],[-17,-4],[-1,-6],[0,-14],[8,-16],[4,-21],[2,-48],[9,-9],[11,-2],[8,-8],[1,-26],[13,1],[13,-258],[10,-169],[-3,-19],[2,-6],[-1,-8],[1,-32],[11,2],[28,9],[56,11],[0,0],[89,18],[130,24],[45,6],[23,1],[5,1],[142,-2],[46,2],[39,2],[44,6],[33,2],[27,7],[20,4],[327,62],[87,14],[114,19],[102,13],[64,-1],[68,-11],[0,32],[-2,17],[-4,129],[-7,130],[3,8],[0,23],[-6,10],[-48,444],[-2,32],[6,21],[9,23],[8,32],[18,97],[5,30],[3,37],[2,26],[1,23],[1,17],[-1,37],[7,12],[4,9],[10,32],[2,19],[16,214],[8,131],[6,137],[-2,23],[288,9],[311,16],[154,5],[69,-611],[28,13],[263,74],[324,91],[20,5],[149,44],[309,87],[148,44],[26,-327],[8,-113],[30,-371],[2,-33],[20,-232],[24,-305],[8,-110],[-23,-27],[0,-8],[-6,-27],[-10,-15],[-18,-7],[-335,-116],[-21,-10],[4,-23],[22,-286],[4,-35],[12,-161],[25,-297],[1,-14],[2,-29],[160,54],[105,33],[17,8],[497,167],[343,117],[305,100],[0,-18],[-8,-28],[-25,-120],[-5,-23],[5,-71],[2,-40],[8,-44],[7,-29],[-3,-8],[-20,-16],[-36,-48],[-50,-76],[-45,-53],[-14,-16],[-31,-15],[-17,-14],[-101,3],[-18,-4],[-13,-51],[47,-8],[15,-2],[-8,-30],[-2,-4],[-11,-45],[28,-16],[-1,0],[0,0],[-9,-20],[-9,-59],[1,-25],[3,-12],[18,-27],[19,7],[-8,31],[9,15],[16,-5],[2,0],[1,-5],[11,-14],[78,-216],[38,-104],[8,-20],[78,-211],[30,-85],[115,55],[42,19],[11,6],[0,1],[1,-1],[187,93],[1,-3],[11,-21],[16,-32],[19,-33],[6,-4],[12,0],[13,6],[18,12],[1,0],[11,19],[-1,2],[15,9],[12,10],[0,5],[15,12],[73,58],[6,-2],[1,0],[84,64],[99,72],[-27,79],[19,8],[38,18],[5,-15],[54,4],[6,-85],[5,-28],[25,-97],[17,-71],[49,-177],[26,-75],[11,-29],[17,-39],[7,-8],[12,-25],[23,-35],[15,-15],[41,-31],[33,-16],[114,-67],[30,-19],[18,-23],[11,-20],[11,-70],[9,-167],[-101,38],[-52,-75],[-25,8],[-39,-93],[-15,-21],[25,-13],[62,-30],[-20,-55],[9,-8],[-15,-53],[7,-1],[-19,-48],[120,-50],[32,100],[61,-9],[16,-51],[15,-38],[20,-53],[59,-136],[17,-39],[-108,-78],[-20,20],[-83,-88],[29,-58],[101,-7],[34,-1],[84,93],[3,20],[16,-35],[7,2],[14,-1],[4,-3],[-5,-10],[-7,-41],[-1,-52],[7,-64],[11,-54],[15,-57],[40,-111],[57,-120],[37,-72],[8,-22],[69,-104],[-105,-84],[-34,-29],[-112,-89],[144,-65],[44,-21],[100,-45],[25,-11],[142,-62],[14,1],[3,1],[19,-1],[1,1],[24,10],[21,-43],[-13,-6],[-18,5],[-29,-14],[-190,-102],[-78,-41],[-222,-121],[-20,-10],[-48,-26],[-58,-30],[-8,-4],[-89,-45],[-62,-27],[-25,-9],[-50,-15],[-268,-78],[-21,-6],[-171,-30],[-39,-9],[-13,-18],[-32,-37],[-57,-75],[-24,-35],[-21,-37],[-31,-67],[-26,-77],[-18,-63],[-7,-40],[-3,-39],[0,-60],[1,-32],[40,-157],[22,-70],[10,-38],[-29,-13],[-213,-97],[-159,-69],[-53,-19],[-110,-43],[-8,-7],[-8,22],[-59,-35],[-49,-17],[-28,-13],[-29,-16],[-41,-8],[-33,-4],[-62,1],[-4,-22],[-11,-4],[-112,-40],[-175,-68],[-151,-67],[15,-7],[3,-10],[-108,-51],[-10,25],[-45,134],[-27,78],[-15,47],[4,4],[-2,-2],[-4,20],[-4,2],[-10,14],[-9,16],[1,8],[-12,24],[-76,-59],[-114,-93],[-64,-49],[-33,-24],[-140,-73],[-69,-34],[-85,-34],[-47,-31],[-30,-26],[-51,-51],[-16,-23],[-1,-6],[-105,-111],[-5,-3],[-14,-13],[-27,-31],[-73,-84],[-17,-19],[-94,-90],[-61,-55],[-16,-15],[-28,-26],[-14,-12],[-73,-68],[-83,-73],[-38,37],[-10,13],[-21,45],[-5,3],[-8,-1],[-5,11],[14,10],[-12,10],[-16,33],[-23,47],[-14,29],[-11,27],[-30,-8],[-554,-168],[-52,-18],[-21,-7],[-168,-51],[-1,3],[-30,205],[-4,16],[-31,206],[-3,23],[-58,364],[-2,22],[-5,30],[-34,223],[-21,128],[-4,22],[2,14],[-4,14],[-11,6],[-18,-2],[-51,-32],[-100,-59],[-147,-90],[-43,-27],[-83,-49],[-22,-12],[-155,-96],[-14,-9],[-65,-42],[-182,-118],[-92,-65],[-67,-57],[-62,-62],[-66,-72],[-72,-91],[-13,-16],[-9,-11],[-53,-63],[-31,87],[-1,14],[-26,8],[-167,-33],[39,-194],[-18,-3],[-118,-33],[-224,-72],[-259,-74],[-113,-36],[-34,170],[-93,466],[-22,0],[-6,0],[-164,-26],[-27,-5],[84,-415],[-74,-113],[36,-176],[1,-7],[-65,-16],[-213,-48],[-413,-85],[-402,-88],[-73,-9],[-53,-3],[-70,-1],[-66,5],[-162,21],[-102,19],[-30,6],[-83,13],[-146,29],[-199,34],[-169,27],[-202,23],[-31,3],[-18,3],[-91,1],[-184,3],[-65,-1],[-19,-3],[-47,-2],[-59,0],[-328,19],[-88,4],[-40,1],[-113,7],[-70,3],[-33,1],[-21,3],[-60,8],[-140,19],[-290,26],[-141,13],[-58,7],[-15,2],[-80,6],[-71,1],[-19,-7],[-34,-11],[-44,-17],[-44,-16],[-66,-21],[-44,-7],[-92,-18],[-173,-26],[-89,-10],[-72,-5],[-157,-3],[-202,5],[-93,9],[-2,0],[-80,19],[-56,17],[-43,14],[-50,18],[-4,4],[-2,10],[-4,37],[-5,112],[-17,-2],[-65,13],[-38,7],[-12,-57],[-5,-36],[-5,-10],[-11,-8],[64,-52],[17,-14],[20,-24],[8,-25],[16,-25],[92,-153],[58,-97],[68,-115],[131,-219],[151,-252],[43,-73],[98,-162],[82,-137],[127,-219],[124,-205],[74,-124],[41,-70],[-135,-58],[-112,-48],[21,-47],[46,24],[22,-47],[52,22],[23,-53],[52,27],[101,64],[18,-29],[99,-164],[10,-16],[6,-18],[28,-50],[3,-6],[27,23],[75,65],[-37,63],[20,15],[186,137],[99,70],[67,47],[230,167],[21,14],[19,13],[37,25],[19,8],[20,5],[38,1],[32,-4],[42,-9],[56,-19],[181,-59],[115,-36],[34,-10],[221,-74],[17,-6],[51,-16],[12,-3],[48,-12],[54,-7],[19,-1],[63,-3],[11,1],[101,4],[72,7],[86,12],[14,3],[15,2],[4,1],[190,116],[245,147],[108,64],[150,93],[129,76],[182,112],[0,4],[27,15],[21,12],[34,19],[38,16],[32,5],[144,10],[220,20],[167,16],[44,9],[93,34],[110,44],[245,104],[41,12],[44,6],[86,7],[151,8],[29,2],[45,7],[90,16],[118,32],[119,36],[93,26],[342,-578],[1,-2],[1,-3],[-1,-1],[-4,-5],[-63,-38],[-44,-22],[-109,-63],[149,-260],[41,-70],[21,-42],[-241,-104],[231,-416],[-15,-5],[-18,-4],[-105,-30],[-142,-40],[-15,-8],[117,-233],[83,-154],[-64,-42],[33,-52],[33,-57],[-167,-124],[-87,-62],[-66,130],[-101,-70],[66,-132],[-58,-42],[-124,-93],[-167,-125],[-47,88],[-132,257],[-241,-141],[194,-380],[-13,-26],[-147,-119],[-106,176],[-9,6],[-28,-22],[-56,-42],[111,-192],[-155,-122],[-13,-13],[-70,135],[-20,38],[-74,-49],[-61,-42],[88,-182],[-14,-13],[-190,-132],[-66,127],[-90,-59],[-1,-12],[-113,-80],[-16,31],[-141,-108],[-80,-21],[-28,-20],[-219,-150],[-12,23],[-18,-9],[-128,-98],[-64,-49],[-206,-171],[9,-16],[70,-143],[-19,-13],[5,-9],[2,-4],[1,-5],[-75,-44],[-21,-15],[-213,-137],[-22,-14],[-104,-66],[-9,15],[-100,176],[-94,-64],[-158,-107],[92,-175],[-31,-20],[-13,-28],[-13,15],[-89,-56],[-19,-9],[-70,-52],[-8,-6],[-45,-36],[-60,-52],[-88,-74],[-18,-10],[-102,-87],[-124,-105],[-150,246],[-50,-39],[27,-50],[-20,-24],[16,-36],[22,-34],[-46,-36],[80,-133],[-123,-103],[-432,-362],[-164,-137],[-139,245],[-59,-48],[-96,-66],[-207,-95],[-29,96],[-137,281],[-102,-3],[-17,-23],[17,-26],[18,-73],[12,-54],[-31,-11],[-10,-5],[-3,-10],[17,-111],[-84,-22],[27,-120],[70,25],[73,20],[16,-45],[34,-100],[87,-187],[47,-88],[-418,-359],[-100,223],[-14,-5],[-51,105],[-125,-70],[-114,-61],[0,0],[73,-151],[-273,-166],[78,-165],[-228,-187],[-50,112],[-17,-7],[-75,-47],[-141,-90],[-55,108],[-15,-9],[-150,-125],[-107,-60],[-19,-8],[-23,51],[-247,-173],[-173,369],[-70,150],[-5,14],[0,0],[-32,9],[-135,-16],[-2,0],[-19,43],[-20,3],[-71,3],[-89,6],[-15,1],[-45,97],[0,0],[-55,-1],[-22,-6],[-24,-14],[-26,-25],[-29,59],[-21,-13],[-122,-66],[-81,153],[-13,20],[-53,-57],[-17,-18],[-192,-216],[-21,-20],[-96,-103],[-104,-117],[-104,-114],[-29,-33],[-34,-34],[-16,17],[-27,-30],[-102,-110],[-53,-59],[-23,-30],[-104,-114],[-48,-54],[-69,135],[-57,117],[-111,223],[-32,65],[-6,21],[-91,205],[-100,232],[-31,-23],[-277,-263],[-109,-100],[-44,-63],[-12,-16],[237,-335],[10,-14],[7,-10],[-139,-104],[39,-56],[3,-12],[-154,-193],[-39,-45],[-16,-15],[-32,-30],[-89,-86],[4,-7],[70,-110],[71,-103],[-195,-168],[-66,-60],[-112,-102],[-125,-109],[-97,-86],[-52,-47],[-27,-22],[-118,-106],[-71,-58],[184,-271],[-134,-119],[-83,-70],[-298,-262],[-52,-46],[-33,-26],[-141,-124],[-33,-29],[-23,-20],[-19,-18],[-24,57],[-113,243],[-8,-4],[-36,-33],[-11,-9],[-100,-89],[-5,-10],[-49,-18],[-4,-2],[-9,18],[-90,138],[1,8],[125,110],[1,0],[-88,91],[-31,31],[-160,167],[0,0],[175,170],[55,54],[-11,16],[-130,185],[-76,112],[-32,42],[-82,116],[197,163],[136,120],[132,110],[10,8],[78,70],[232,200],[49,40],[43,31],[15,12],[155,122],[-75,97],[-194,254],[-9,12],[117,106],[-80,168],[-27,60],[-76,150],[93,87],[169,158],[-64,119],[-111,202],[-13,24],[101,90],[17,16],[86,78],[91,-122],[133,-179],[101,91],[42,36],[76,73],[173,167],[19,13],[30,22],[22,15],[-107,211],[-28,54],[-19,34],[-14,13],[-10,19],[-4,0],[3,2],[-156,311],[-9,7],[-15,38],[-46,98],[-52,108],[-11,19],[79,43],[294,160],[25,14],[123,65],[241,127],[-77,99],[-43,64],[-9,14],[-57,102],[-28,53],[112,64],[-26,62],[-78,188],[100,56],[-10,24],[-33,74],[135,78],[-108,281],[-11,22],[-51,-29],[-156,-91],[0,0],[-23,52],[-26,47],[-63,-41],[-135,-90],[-34,-20],[-25,46],[-99,195],[-33,77],[-34,64],[-40,66],[-31,40],[-8,15],[11,10],[63,41],[-1,1],[4,1],[47,30],[154,102],[20,14],[32,23],[240,170],[-2,33],[60,38],[273,192],[-10,15],[-259,420],[-18,21],[-107,163],[-238,-190],[-36,49],[-201,280],[32,31],[31,41],[31,52],[16,39],[-21,22],[-404,371],[-19,29],[-34,39],[-229,234],[-10,11],[-6,9],[32,16],[237,91],[186,71],[-8,28],[-98,315],[-29,72],[-9,23],[32,4],[0,0],[285,29],[50,5],[-38,28],[-64,185],[-21,61],[111,56],[123,53],[119,54],[-58,173],[-8,20],[-13,45],[-26,-1],[-140,1],[-45,-3],[-20,-6],[-70,-27],[-10,-1],[-19,-8],[-281,-115],[-86,-35],[-31,-9],[-5,0],[-317,4],[-16,1],[-31,1],[-20,1],[-401,-1],[-79,-6],[-35,-10],[-41,-20],[-47,-30],[-43,-47],[-100,-137],[-129,-179],[-16,-20],[-18,-27],[-5,-15],[-7,-43],[-2,-8],[-89,-75],[-67,-53],[-18,-13],[-16,27],[-4,12],[-4,10],[-2,20],[8,6],[-61,94],[-75,2],[-63,4],[-57,-4],[-6,-21],[5,-9],[-1,-29],[-5,-67],[-6,-79],[-2,-20],[-5,-54],[-12,0],[-12,1],[-1,-3],[-3,3],[-54,7],[-17,2],[-234,24],[-21,2],[1,-17],[0,0],[0,-1],[0,-1],[1,-1],[10,-66],[-36,-12],[-211,-85],[-11,-3],[62,-290],[-53,-21],[-153,-59],[-35,-13],[-152,-57],[2,-13],[-13,0],[-12,5],[-7,7],[-8,11],[-10,19],[-1,10],[-2,15],[1,17],[0,19],[0,13],[-8,13],[-15,2],[-18,-1],[-5,6],[-3,15],[0,6],[-2,13],[-16,13],[-8,0],[-16,-10],[-8,-11],[-6,-11],[-9,-10],[-18,-3],[-13,-9],[-32,80],[-4,13],[-1,0],[0,0],[-6,14],[-152,-115],[-23,1],[-12,-3],[-100,-41],[-49,117],[-19,45],[-141,-29],[-8,25],[-134,-23],[-128,-131],[-2,-36],[16,-24],[0,-8],[-6,-275],[-2,-75],[0,-29],[-23,5],[-17,-5],[-16,-8],[-15,-8],[-26,-20],[-176,-161],[-11,-10],[-123,-113],[27,15],[52,-37],[-27,-48],[128,-82],[-42,2],[-237,-20],[-31,-103],[-113,43],[-25,-40],[-27,-41],[-52,-81],[-94,-163],[-19,-51],[-14,-40],[-4,-16],[-18,37],[3,62],[5,58],[2,12],[1,29],[-1,28],[-3,22],[-6,22],[-10,20],[-9,17],[-18,26],[-10,14],[-6,8],[-6,12],[-44,15],[-22,14],[-100,104],[-22,8],[-96,96],[-10,11],[-64,65],[-94,167],[-153,-187],[-23,-17],[-26,-19],[-95,-103],[-183,-204],[-144,-159],[58,-33],[45,-22],[79,-54],[18,-10],[25,-12],[-10,-17],[-8,-16],[-1,-14],[3,-18],[-106,-31],[-36,-11],[-92,-28],[-157,-51],[-2,-1],[1,-20],[5,-21],[8,-17],[10,-13],[54,-88],[12,-24],[8,-23],[7,-28],[9,-41],[7,-42],[2,-30],[-70,-2],[-152,4],[-103,4],[-17,83],[11,10],[7,11],[1,15],[0,23],[-29,117],[-9,13],[-1,1],[-28,26],[-18,74],[87,23],[23,6],[25,4],[-12,19],[-14,21],[-5,13],[-30,92],[-36,107],[-24,66],[-16,37],[-3,4],[4,13],[4,26],[-1,25],[-3,33],[-4,29],[1,29],[3,-2],[0,19],[-18,8],[-69,36],[0,0],[64,59],[137,125],[55,53],[-58,191],[-70,103],[-61,94],[-13,25],[-51,10],[-7,59],[0,15],[5,10],[143,120],[13,10],[19,15],[16,19],[12,18],[9,27],[5,25],[7,32],[4,24],[-13,2],[-104,83],[-91,-22],[-204,-49],[-188,-45],[-16,6],[-25,226],[-1,18],[0,3],[-49,13],[41,202],[-143,108],[-131,-16],[-214,-119],[-18,-10],[-175,202],[-45,56],[-9,-11],[-17,-14],[-29,-24],[-84,-67],[-47,-40],[-67,-65],[-50,-55],[-23,-4],[-51,46],[-42,33],[-19,-8],[-34,-51],[-4,-3],[-170,67],[-8,-59],[-5,-46],[-34,20],[-33,-60],[-11,-14],[-29,-52],[-105,54],[-15,6],[-78,33],[-17,13],[-7,-24],[-37,-165],[-16,-70],[-2,-11],[25,-45],[20,-43],[8,-23],[7,-24],[6,-30],[3,-15],[3,-18],[5,-66],[1,-42],[-189,11],[-10,-102],[-14,-190],[-12,-1],[-88,-7],[-15,4],[-5,-17],[-5,-17],[-6,-18],[-9,-13],[-11,-11],[-36,-16],[-50,-19],[-36,165],[-17,75],[-12,64],[-42,-19],[0,0],[-129,-73],[17,-44],[-110,-64],[15,-53],[103,39],[12,-38],[-69,-29],[6,-37],[-98,-30],[-12,64],[-24,70],[-50,-17],[-43,144],[-57,-18],[42,-146],[-86,-30],[-3,-32],[18,0],[1,-25],[-116,-7],[0,-36],[-30,-1],[2,-32],[-20,-2],[5,95],[-36,-3],[1,-4],[-16,-9],[-1,-4],[-71,-8],[-5,-8],[-1,-20],[3,-10],[-21,-10],[8,-14],[-15,-10],[-28,-18],[-19,36],[-151,-91],[-212,-131],[-12,-8],[-72,-44],[-14,-1],[-16,17],[-19,3],[-21,-8],[-14,-8],[-16,-9],[-21,-1],[-21,20],[-47,41],[-8,36],[-27,37],[-22,18],[-45,-14],[-270,-113],[-40,-38],[-83,91],[-34,-14],[-17,35],[-83,-29],[-26,-10],[-9,30],[-14,2],[-24,1],[-19,-1],[-20,-20],[-38,-45],[-14,16],[-50,-34],[-33,76],[-6,16],[-58,-29],[-43,88],[-17,36],[-4,16],[1,99],[-3,46],[-7,42],[-14,54],[-15,47],[-14,41],[-10,14],[-25,38],[-52,70],[-20,248],[-25,421],[-12,217],[-27,285],[-2,19],[-19,-9],[-19,-7],[-4,50],[-26,264],[-23,158],[-30,174],[-63,340],[-29,151],[21,5],[-6,20],[-7,32],[-6,21],[-52,229],[-3,14],[-142,623],[-34,184],[-80,434],[-6,30],[-36,194],[-36,200],[-10,87],[-3,26],[-6,52],[-28,255],[-65,436],[-1,70],[0,19],[-11,109],[-22,139],[-61,351],[-11,53],[-9,38],[-13,63],[-44,206],[-55,267],[-24,90],[-24,77],[-2,4],[-12,27],[-11,10],[-10,43],[-25,103],[-15,73],[-68,384],[-28,148],[-5,30],[-12,70],[7,96],[1,70],[0,17],[-9,264],[-2,239],[3,13],[8,8],[20,-2],[257,-32],[25,-2],[66,-3],[148,7],[13,2],[81,9],[75,10],[40,8],[13,2],[33,8],[17,4],[30,7],[64,21],[88,32],[69,21],[188,58],[87,26],[17,5],[227,54],[6,2],[65,15],[143,48],[19,6],[18,6],[63,-292],[62,21],[18,-77],[454,161],[22,6],[6,22],[31,143],[6,27],[50,-13],[-7,-32],[-53,-250],[-20,-96],[-2,-16],[8,-5],[246,51],[1,8],[3,30],[81,13],[85,382],[50,225],[124,11],[5,-1],[17,-1],[43,-6],[5,36],[-3,2],[-4,14],[4,25],[39,193],[3,17],[53,262],[5,19],[353,-17],[36,-1],[82,-1],[68,6],[90,6],[200,13],[1,-269],[-1,0],[-5,0],[-1,0],[-17,-2],[0,0],[0,0],[-61,-5],[-110,-13],[-1,11],[0,0],[-169,-23],[0,0],[0,-12],[-2,-15],[-3,-103],[-79,4],[-8,-225],[13,-40],[21,-61],[13,-44],[14,-97],[15,-187],[2,-27],[72,11],[5,4],[0,8],[-3,10],[-1,32],[4,5],[83,14],[9,-7],[2,-12],[5,-12],[4,-6],[12,2],[17,10],[17,6],[12,9],[8,12],[17,56],[5,13],[11,10],[-16,115],[105,30],[68,7],[22,2],[50,-217],[16,-77],[10,-9],[198,21],[16,-31],[14,-34],[8,-30],[6,-26],[24,-7],[21,-11],[17,-14],[18,-20],[17,0],[35,-4],[28,-5],[16,-6],[34,-11],[39,-3],[36,0],[28,5],[32,7],[21,-4],[29,-4],[12,-1],[41,7],[93,21],[247,98],[32,-82],[7,-19],[23,10],[36,17],[12,-37],[60,26],[20,4],[15,2],[8,13],[14,-4],[26,-19],[25,-20],[74,-53],[10,-3],[54,15],[17,8],[69,59],[11,0],[190,42],[80,22],[29,7],[27,13],[167,126],[19,11],[201,55],[303,114],[0,19],[-5,221],[-197,51],[-35,11],[-28,1],[-6,-2],[-8,873],[-689,-12],[-40,3],[0,6],[-196,1456],[-17,24],[-7,2],[-201,79],[-52,402],[-31,430],[-21,29],[-212,-154],[-7,174],[-5,67],[-19,244],[221,77],[20,4],[2,153],[3,32],[-3,48],[-5,95],[-8,138],[6,6],[-5,268],[0,2],[-38,0],[-10,167],[-74,16],[-11,2],[-31,4],[-17,-2],[-25,-11],[-182,-78],[-3,18],[-1,0],[0,0],[-2,15],[-83,-36],[-10,16],[-11,12],[-12,8],[-16,8],[-21,8],[-12,2],[-15,4],[-16,7],[-23,1],[-3,-12],[-16,-36],[-14,-26],[-2,-11],[-1,-11],[-55,5],[-10,4],[22,80],[4,27],[1,23],[2,13],[1,5],[4,17],[8,12],[20,19],[3,1],[30,12],[26,13],[28,20],[7,14],[3,6],[-1,7],[14,7],[170,28],[34,11],[43,20],[161,102],[130,87],[50,42],[74,57],[91,69],[44,35],[57,26],[170,96],[115,70],[183,153],[37,23],[69,35],[142,75],[39,25],[24,21],[41,21],[204,117],[51,28],[41,12],[33,2],[67,-4],[65,-8],[10,-5],[6,-11],[15,-3],[98,-12],[22,7],[31,5],[105,16],[31,-4],[113,-50],[171,-72],[53,-17],[29,1],[269,61],[62,25],[250,158],[161,104],[52,34],[171,123],[2,2],[77,64],[55,47],[63,52],[61,40],[55,30],[98,29],[237,70],[89,78],[13,-2],[15,-25],[18,-27],[21,-25],[22,-24],[14,-6],[8,-9],[10,-14],[22,-12],[80,-66],[96,-84],[35,-21],[37,-76],[47,-114],[115,-223],[20,-27],[79,-127]],[[613647,257032],[167,-112],[-130,88],[15,-5],[44,-3],[58,4],[84,9],[36,1],[40,-6],[11,-2],[44,-17],[15,-7],[-11,-41],[-4,-12],[3,-31],[10,-28],[13,-18],[15,-10],[14,-4],[33,-12],[17,-2],[14,-3],[13,-8],[12,-19],[3,-13],[2,-24],[1,-9],[0,-14],[-10,-6],[-5,-2],[-5,-6],[0,-14],[0,0],[2,-10],[1,-1],[1,-9],[7,-7],[15,-1],[2,0],[14,-9],[-12,9],[13,1],[33,4],[5,-1],[1,-14],[10,-5],[34,5],[23,5],[2,12],[-3,21],[0,32],[-6,21],[-7,20],[-4,22],[-2,17],[-1,30],[180,-102],[135,-75],[12,-6],[101,-59],[5,-2],[-49,-132],[-21,-59],[0,-26],[2,-9],[6,-5],[8,0],[11,5],[18,-18],[28,-5],[37,-28],[26,-5],[20,-11],[6,6],[9,11],[4,15],[0,11],[-8,16],[0,13],[7,19],[4,13],[-1,21],[-2,12],[5,15],[-14,7],[0,2],[0,80],[25,-14],[-5,-294],[-1,0],[-9,-171],[-13,-120],[-14,-136],[-25,-220],[-14,-154],[26,-22],[-9,-149],[-50,-253],[76,-112],[81,-133],[-3,-1],[-13,-6],[2,-5],[2,-19],[-7,-34],[-25,-75],[-8,-21],[-29,-80],[-33,-130],[-91,-365],[-17,-70],[-14,-51],[-16,-48],[-27,-47],[-10,-13],[-42,-54],[-28,-30],[-21,-26],[-13,-45],[-5,-60],[-6,-46],[-4,-22],[-8,-11],[-10,-7],[-16,85],[-17,112],[-18,112],[-35,233],[-38,226],[-31,197],[-8,26],[-22,41],[-6,9],[-10,16],[-145,171],[-197,230],[-229,268],[-52,62],[-114,132],[-63,74],[-26,-16],[-2,-2],[-64,-55],[-220,-188],[-235,-200],[-20,-20],[-32,-23],[-86,-74],[-7,-28],[-25,-100],[-65,-283],[-14,-11],[-11,7],[-82,26],[-21,9],[-24,-61],[-19,-52],[-140,-376],[-25,-61],[-65,-166],[-19,-49],[-16,-41],[-95,-244],[-123,-318],[-146,-384],[-31,-77],[-10,-25],[39,-66],[72,-113],[78,-126],[13,-30],[8,-26],[-119,-31],[-88,-20],[-26,-13],[-11,-13],[-28,-126],[-21,-99],[-21,-106],[-29,-148],[-9,-81],[-6,-188],[-1,-63],[-8,-331],[-6,-204],[-5,-199],[-5,-161],[-18,-738],[-7,-287],[-3,-160],[-481,35],[43,308],[31,221],[25,135],[51,244],[53,226],[6,26],[-36,4],[-45,36],[-202,172],[-315,268],[-130,111],[-12,-16],[-79,-102],[-122,-169],[-3,-4],[-74,55],[-8,-26],[-153,-289],[-73,58],[-93,72],[-13,13],[-15,18],[-17,-14],[-12,-9],[-80,-57],[-167,-122],[-180,-129],[-192,-137],[-17,-10],[-13,-23],[40,-29],[227,-167],[169,-125],[-12,-18],[-49,-74],[3,-2],[4,-17],[-48,-57],[19,-78],[-38,-11],[11,-148],[114,36],[144,45],[67,21],[97,30],[12,4],[36,-31],[0,0],[296,-246],[265,-223],[-157,-260],[-13,-19],[47,-34],[17,-3],[32,47],[10,9],[13,4],[19,-7],[21,-13],[7,-5],[36,53],[29,60],[52,73],[13,-11],[12,-10],[-32,-52],[-9,-17],[0,-11],[0,-5],[7,-14],[12,-12],[16,-11],[20,-9],[9,-9],[4,-11],[-4,-44],[-9,-167],[-27,-37],[-13,-18],[31,-34],[34,-31],[-110,-132],[-74,-88],[-124,-145],[-69,-82],[-51,32],[-155,-183],[9,-4],[19,-19],[14,-21],[-38,-45],[-51,-60],[-11,-12],[-19,-26],[-12,-28],[-45,-134],[19,-36],[1,0],[56,-102],[528,56],[126,17],[13,-88],[5,-48],[2,-24],[25,-223],[29,-248],[35,-265],[32,-266],[13,-109],[3,-19],[74,21],[1,0],[24,7],[14,4],[255,65],[30,-233],[11,-79],[172,48],[169,45],[22,5],[0,-16],[178,51],[3,4],[5,-8],[0,-40],[27,-435],[-40,-10],[-139,-35],[-18,-4],[2,-20],[3,-51],[34,-109],[65,-210],[30,-91],[7,-27],[35,10],[272,71],[17,5],[182,49],[159,41],[24,4],[21,9],[274,72],[6,-2],[8,-10],[25,5],[130,12],[12,-255],[8,-171],[14,-326],[19,-329],[32,-690],[13,-269],[34,-690],[-135,-105],[-1,71],[-21,3],[-53,0],[-4,-5],[0,-56],[1,-31],[-232,-8],[2,-37],[15,0],[5,0],[3,-20],[5,-17],[9,-7],[81,1],[157,5],[-3,47],[18,0],[0,-31],[12,-25],[9,-18],[17,-17],[16,-14],[42,43],[64,49],[-1,-35],[-5,-159],[-2,-15],[-11,-104],[-51,-350],[-45,-311],[-30,-234],[-1,-7],[-16,-81],[-41,-292],[-65,-450],[-540,-56],[-1,-1],[-26,-4],[-163,-22],[-41,-5],[-47,-6],[-8,-1],[0,0],[-25,4],[-12,-11],[-61,-10],[-108,-15],[-18,-2],[-18,-3],[-72,-10],[-66,-9],[-272,-39],[17,1134],[2,157],[5,235],[5,400],[0,6],[3,0],[-4,19],[-17,6],[-28,-3],[-84,-3],[-69,-8],[-51,-11],[-78,-18],[-119,-29],[-67,-19],[-16,0],[-8,3],[-16,7],[-24,12],[-18,17],[-24,16],[-47,22],[-4,-19],[-13,-56],[-11,-43],[-17,-49],[-23,-56],[-44,-85],[7,-24],[4,-48],[-3,-45],[-16,-54],[-20,-47],[-58,-93],[-35,-58],[-16,-35],[-6,-37],[0,-35],[-1,-21],[-2,-2],[-6,-6],[-6,12],[-4,32],[1,38],[-2,28],[-8,20],[-17,26],[-15,28],[-7,31],[-5,21],[-12,21],[-48,72],[-55,82],[-18,27],[-6,28],[-27,38],[-1,2],[-40,18],[-32,23],[-35,34],[-33,44],[-9,13],[-29,42],[-39,55],[-26,34],[-16,13],[-24,13],[-52,22],[-94,35],[-140,56],[-19,14],[-32,40],[-44,58],[-29,38],[-29,32],[-20,25],[-11,16],[-16,-11],[-81,-58],[-141,-88],[-72,-43],[12,-15],[147,-136],[20,-10],[9,-19],[-264,-89],[4,-21],[7,-33],[-292,-106],[13,-138],[18,-210],[4,-38],[-34,-5],[-32,7],[-51,15],[-30,16],[-32,17],[-23,10],[-21,-1],[-1,-1],[-12,-14],[-42,-38],[-193,-161],[-147,78],[-301,164],[245,390],[-9,22],[-8,0],[-76,10],[-16,2],[-59,6],[-7,-1],[-162,-6],[-19,2],[-26,14],[-54,36],[-21,19],[-16,23],[-40,61],[-29,39],[-8,14],[0,4],[-23,-9],[-107,-92],[-51,-41],[-98,-70],[-171,-116],[-74,-52],[-98,-75],[-37,-31],[-31,-28],[-99,-91],[-23,-19],[-27,98],[-56,207],[-54,204],[-86,324],[-21,78],[-28,110],[-15,54],[0,1],[-18,3],[-142,-154],[-32,35],[-127,150],[-10,10],[-23,-26],[-276,-342],[-32,40],[-29,27],[-40,31],[-24,15],[-33,14],[-42,21],[-25,-24],[-75,213],[-234,-59],[-58,-24],[-51,-30],[-112,-61],[-114,-62],[-19,-10],[6,-19],[124,-403],[-22,-5],[-11,-2],[-18,-14],[-6,-13],[5,-31],[25,-123],[-16,-18],[-7,0],[-71,4],[-56,111],[-10,-12],[-98,167],[-22,-18],[-91,189],[-38,-22],[-18,60],[-7,37],[-17,19],[-7,12],[-14,21],[-4,7],[-26,53],[-15,30],[-31,86],[-3,7],[-10,34],[-4,59],[-3,72],[-8,41],[42,5],[33,10],[7,7],[-5,18],[-21,30],[-21,15],[-17,15],[-11,23],[-16,45],[-3,29],[3,9],[63,53],[13,16],[21,6],[-45,64],[-51,89],[-21,52],[-21,43],[-26,34],[-12,18],[-15,24],[11,89],[59,508],[22,234],[16,123],[5,33],[28,200],[48,394],[30,225],[19,152],[290,-68],[54,4],[42,-6],[32,-7],[4,21],[-3,45],[10,8],[1,1],[-11,15],[-16,-3],[-68,21],[44,170],[14,33],[9,23],[2,11],[-68,24],[-291,98],[9,74],[33,266],[6,1],[15,18],[11,15],[83,120],[84,129],[48,-11],[7,-2],[-41,-144],[92,-32],[173,-71],[128,-53],[233,-104],[9,-7],[18,-4],[17,11],[130,-48],[-16,-32],[-24,-50],[14,-11],[193,-166],[198,-176],[44,74],[28,39],[11,14],[-124,112],[-14,13],[45,64],[44,54],[11,299],[32,80],[34,100],[26,-8],[16,40],[17,51],[17,50],[3,20],[-67,154],[-84,39],[5,17],[21,-1],[30,3],[2,16],[8,19],[11,11],[122,60],[4,10],[-4,15],[-35,32],[-112,116],[-11,15],[2,19],[7,19],[133,150],[-20,9],[-85,47],[38,61],[45,70],[65,110],[16,27],[-107,36],[-271,81],[-21,11],[4,-1],[10,12],[61,114],[172,317],[41,77],[126,233],[60,110],[-28,13],[-218,116],[38,24],[68,53],[48,34],[51,27],[24,10],[-46,34],[3,2],[-5,2],[-77,28],[-52,19],[-43,19],[0,21],[4,30],[1,8],[7,31],[-11,-15],[-6,2],[-24,11],[-30,20],[-19,15],[-5,-1],[-62,-85],[-72,-107],[-4,-2],[-25,-26],[-55,64],[-12,-12],[-19,12],[-36,50],[-115,161],[-106,147],[-15,18],[-43,-40],[-35,22],[-364,208],[1,1],[55,381],[73,533],[30,195],[16,90],[7,105],[33,-21],[174,-104],[19,37],[72,172],[-259,112],[-39,-150],[0,0],[6,23],[-51,21],[-26,-6],[-11,0],[-35,18],[-104,49],[-63,35],[-21,12],[-73,41],[-48,59],[6,11],[84,141],[99,170],[108,212],[46,107],[39,103],[34,94],[12,24],[14,30],[33,58],[55,98],[35,69],[33,84],[62,159],[147,376],[16,43],[30,89],[51,177],[49,161],[32,134],[33,169],[39,239],[9,72],[11,130],[13,222],[7,207],[11,218],[3,109],[-2,117],[-5,148],[-9,106],[2,11],[5,5],[12,14],[104,-15],[10,3],[1,7],[95,-11],[24,-2],[54,-11],[104,-44],[44,-19],[27,1],[-61,-300],[-33,-158],[-3,-32],[1,-5],[2,-18],[-3,-19],[16,-246],[16,-216],[6,-188],[0,-135],[-36,-519],[-3,-44],[-1,-13],[5,-33],[15,-53],[18,-55],[1,-27],[-1,-22],[-11,-27],[-21,-26],[66,-56],[15,24],[42,55],[17,15],[1,11],[7,12],[4,6],[10,14],[121,161],[27,37],[180,232],[142,185],[77,101],[71,103],[77,128],[75,142],[51,108],[20,44],[61,147],[40,116],[14,43],[48,183],[78,306],[72,287],[76,298],[13,57],[20,0],[18,13],[6,12],[6,25],[8,8],[4,2],[43,18],[13,11],[147,52],[154,57],[51,9],[34,5],[23,3],[28,9],[62,23],[40,24],[26,14],[46,26],[294,106],[9,4],[40,16],[42,13],[82,-113],[78,-96],[30,-38],[32,-95],[56,-160],[12,-25],[57,8],[-2,0],[10,10],[12,5],[126,44],[417,150],[228,77],[75,27],[442,157],[199,70],[181,66],[-7,23],[-81,271],[-34,112],[-66,204],[114,41],[50,17],[148,53],[329,117],[299,105],[80,27],[193,70],[241,91],[103,39],[153,49],[31,7],[10,8],[65,37],[125,76],[112,62],[67,30],[61,21],[35,5],[28,-8],[37,-23],[46,-49],[15,-25],[33,-50],[163,-244],[104,-156],[6,-6],[7,-7],[38,-29],[28,-14]],[[608346,276740],[-72,68],[-41,40],[-535,540],[95,133]],[[607793,277521],[559,-534],[-14,-19],[60,-58],[21,-22],[5,-16],[-12,-21],[-19,-30],[-37,-64],[-10,-17]],[[593339,297607],[-23,30],[-9,6],[-36,24],[-76,43],[-74,40],[-31,20],[-21,15],[-46,41],[-44,46],[-34,46],[-57,79],[-2,0],[-206,297],[-48,77],[-10,16],[-61,93],[-41,64],[-54,83],[-41,63],[-32,47],[-23,34],[-11,15],[-29,43],[-38,50],[-34,39],[-35,32],[-28,26],[-47,43],[-100,90],[-15,13],[-51,46],[-106,93],[-49,42],[-43,38],[-17,14],[-28,25],[-61,52],[-47,40],[-42,37],[-37,32],[-20,17],[-21,19],[-14,10],[-24,19],[-9,6],[-103,91],[-33,29],[-21,24],[-29,25]],[[591278,299781],[11,20],[83,102],[118,-96],[78,-62],[52,-40],[47,-34],[22,-18],[45,-35],[28,-22],[53,-40],[195,283],[40,-33],[292,-236],[238,-194],[239,-191],[230,-190],[48,-36],[29,-13],[39,-13],[255,-32],[98,-11],[43,-10],[46,-20],[39,-24],[57,-44],[65,-56],[79,-62],[79,-64],[38,-35],[28,-33],[26,-49],[29,-65],[97,-209],[141,-304],[-26,-9],[-97,-33],[-127,-40],[-193,-64],[-82,-27],[-258,-80],[-140,-46],[-1,-1],[-22,-8]],[[583146,300540],[-102,110],[-14,21],[-14,-20],[-24,-17],[-29,-15],[-41,-8],[-20,-3],[-25,-4],[-79,-6],[-6,68],[3,40],[14,25],[18,17],[7,4],[20,14],[36,17],[29,26],[39,38],[26,22],[-11,12],[-28,25],[-23,24],[-36,46],[13,13],[3,3]],[[582902,300992],[68,-78],[61,-69],[191,-219],[8,-10],[0,0],[2,-1],[-85,-74],[-1,-1]],[[594314,296302],[26,-15],[-1,-2],[-36,-89],[-9,-22],[34,-30],[24,-25],[24,-33],[12,-17],[20,-11],[23,-8],[25,-3],[11,-2],[16,2],[52,30],[7,-16],[-135,-65],[5,-21],[3,-7],[9,-24],[103,-173],[-9,-14],[-9,-23],[-3,-16],[0,-17],[12,-21],[85,-82],[92,-88],[86,-95],[32,-40],[22,-29],[8,-15],[6,-10],[13,-24],[8,-25],[6,-20],[4,-24],[4,-6],[11,-33],[17,-37],[15,-27],[27,-37],[23,-38],[74,-98],[1,1],[1,-2],[0,-2],[0,0],[-78,-70],[-79,-65],[71,-99],[164,-227],[247,-337],[8,-11],[58,-81],[15,-19],[107,111],[21,15],[14,8],[13,2],[12,-3],[10,-5],[223,-171],[49,-35],[36,-28],[54,-51],[59,-65],[34,-41],[25,-37],[22,-44],[16,-13],[9,0],[84,-83],[179,-184],[26,-24],[-1,-2],[-10,-23],[-9,-18],[-5,-7],[-45,-67],[-115,-124],[-29,-31],[0,-1],[-24,-25],[-16,-23],[-19,-28],[-2,-31],[32,-7],[1,0],[127,-98],[134,-110],[-176,-186],[-158,-165],[-48,-52],[-209,169],[-220,174],[-102,82],[-16,12],[210,307],[84,117],[-67,50],[-196,151],[-199,158],[-136,105],[-20,17],[-48,46],[-45,-44],[0,-1],[-15,-16],[-249,198],[-123,96],[-66,50],[-194,154],[-13,13],[-16,-21],[-83,-116],[-35,-49],[-29,-35],[-15,-14],[-15,-10],[-22,-14],[-24,-23],[-21,-25],[-9,-12],[-9,2],[-4,4],[-3,3],[-39,-24],[-183,-316],[-147,-247],[-186,-318],[-32,-56],[-171,117],[47,154],[7,23],[44,144],[140,454],[65,213],[112,362],[20,65],[5,19],[-1,1],[-24,59],[-21,2],[-31,13],[-6,3],[-24,14],[-21,15],[-19,23],[-11,24],[-15,52],[-18,68],[-13,59],[-16,58],[-20,45],[-18,24],[-27,31],[-28,28],[-54,42],[-119,90],[-113,88],[-103,78],[0,0],[-3,4],[-28,22],[-18,-61],[0,-1],[0,-1],[-9,-28],[-11,-36],[-20,-61],[-15,-50],[-31,-94],[-10,-37],[-16,-46],[-65,-211],[-13,4],[-61,23],[-227,85],[-229,88],[-221,84],[-323,122],[-168,66],[-228,88],[-68,25],[-7,-25],[-111,-377],[-85,-287],[-6,-9],[-8,-30],[-18,-60],[-124,-390],[-80,-247],[-16,-54],[27,-2],[395,-69],[101,-16],[282,-46],[24,-3],[-64,-183],[73,-23],[81,-26],[597,-190],[10,3],[19,8],[-3,-8],[-7,-20],[30,-17],[6,-4],[-61,-192],[-65,-204],[-49,-153],[-7,-21],[0,0],[-85,-263],[-8,-23],[0,0],[-68,-211],[-26,-80],[14,-7],[21,-5],[17,-2],[22,2],[47,-4],[11,-8],[11,-9],[10,-15],[21,-32],[15,-34],[1,-4],[3,-8],[1,-33],[10,-28],[43,-4],[35,5],[35,-1],[4,0],[215,-86],[9,5],[3,3],[-247,-608],[81,-44],[23,-11],[-5,-12],[-70,-146],[-29,-66],[-223,-484],[-82,-178],[-10,-22],[-86,-179],[-21,-34],[-30,-38],[-15,-17],[-273,96],[-100,34],[-140,-146],[-147,-161],[-56,-58],[-75,-79],[-10,-8],[-14,-12],[-3,-2],[-96,-104],[-196,-207],[-67,-79],[-182,-199],[-223,-245],[15,-18],[39,-37],[116,-109],[142,-133],[-21,-31],[-21,-27],[20,-14],[17,-9],[146,-74],[18,-10],[63,-32],[168,-85],[48,-24],[205,-97],[57,-31],[10,-6],[47,-25],[83,-46],[90,-51],[76,-42],[149,-80],[20,-10],[28,-17],[51,-25],[164,-86],[103,-57],[90,-46],[41,-18],[19,-10],[30,-14],[16,2],[110,29],[197,54],[210,59],[64,15],[87,26],[63,11],[63,9],[51,2],[29,-1],[33,-13],[27,-18],[54,-32],[24,-12],[171,-84],[16,-8],[190,-74],[60,-24],[45,-20],[14,-12],[16,-29],[18,-48],[7,-40],[2,-49],[0,-34],[0,-17],[23,-14],[14,10],[3,8],[21,27],[21,-12],[24,-8],[105,-58],[46,-6],[81,-18],[132,-19],[93,-19],[237,-35],[34,-2],[73,-13],[52,-5],[75,-4],[36,4],[23,0],[19,0],[44,-3],[55,3],[86,14],[71,15],[78,4],[162,-7],[97,-8],[17,-3],[9,-14],[77,5],[25,1],[49,1],[23,1],[50,-2],[28,-4],[10,-11],[6,-8],[14,-44],[9,-57],[3,-20],[10,-31],[9,-42],[4,-56],[-1,-69],[0,-216],[4,-11],[33,-37],[30,-37],[13,-19],[7,-24],[2,-13],[-2,-14],[-13,-20],[-17,-24],[44,-14],[46,-17],[53,-12],[51,-13],[110,-18],[111,-11],[27,28],[85,100],[83,97],[24,39],[25,34],[20,17],[39,15],[45,2],[31,-7],[28,-16],[76,-62],[61,-53],[87,-67],[50,-24],[47,-22],[47,-12],[29,-4],[52,-4],[26,-4],[-4,-19],[-10,-45],[-10,-53],[-37,-166],[-5,-21],[-17,-71],[23,-11],[274,-155],[14,-11],[2,-5],[-5,-14],[0,-7],[12,-8],[25,-15],[32,-14],[55,-19],[10,-6],[33,-16],[71,-34],[77,-26],[20,-6],[43,-11],[13,-15],[23,-11],[60,-25],[33,-7],[42,-3],[51,4],[36,5],[27,12],[20,14],[16,12],[14,13],[32,25],[38,23],[46,23],[44,9],[24,42],[30,61],[25,46],[34,43],[76,-100],[148,-192],[-74,-106],[-6,-12],[-2,-15],[0,-22],[2,-28],[71,-50],[16,-20],[0,-26],[-13,-64],[0,-34],[-10,-56],[-12,-86],[0,-30],[2,-22],[6,-27],[11,-28],[12,-18],[14,-19],[44,-45],[75,-76],[103,-101],[70,-69],[87,-90],[57,-52],[10,-7],[53,-37],[56,-37],[46,-34],[95,-64],[59,-44],[41,-32],[80,-72],[62,-63],[144,-150],[74,-71],[-11,-28],[-27,-60],[-61,-141],[-44,-101],[-9,-23],[-36,-91],[-5,-13],[-30,-71],[-67,-161],[40,-42],[51,-59],[152,-165],[32,-49],[9,0],[12,-3],[31,-32],[158,-175],[97,-102],[-6,-20],[-49,-164],[-38,-119],[-63,77],[-13,16],[-41,44],[-182,208],[-1,8],[-11,-8],[-8,0],[-12,3],[-15,19],[-27,43],[-47,67],[-78,111],[-47,66],[-169,-445],[-23,-63],[-19,-1],[-86,-13],[-79,-18],[-41,-12],[-29,-114],[-13,-52],[-34,-117],[-84,-318],[121,-13],[91,-14],[31,-4],[35,-7],[69,-17],[68,-24],[90,-41],[25,-17],[14,-6],[17,-19],[11,-5],[18,-14],[21,-18],[15,-19],[10,-19],[9,-126],[12,-227],[2,-24],[70,-23],[235,-76],[204,-62],[107,-34],[44,-15],[10,-9],[1,-12],[-16,-69],[-7,-16],[0,0],[-14,-30],[2,-44],[-34,-29],[-15,-16],[-5,-13],[2,-13],[15,-24],[25,-34],[19,-23],[10,8],[65,53],[152,131],[21,18],[20,-15],[175,-149],[224,-187],[135,-113],[68,-62],[14,-12],[80,-61],[51,-42],[336,-289],[97,-83],[44,-37],[17,-27],[63,28],[8,-27],[6,-19],[12,-11],[31,-10],[34,-4],[48,-4],[137,-12],[43,-3],[10,-5],[30,-29],[21,-6],[13,10],[16,0],[90,-21],[40,-13],[21,4],[21,0],[12,-5],[55,-19],[83,-31],[29,-21],[19,-23],[36,-16],[57,-26],[37,15],[151,63],[68,-144],[103,-228],[346,149],[119,-251],[27,-61],[14,-29],[139,-305],[335,-811],[67,32],[268,121],[130,61],[186,84],[79,37],[48,20],[47,8],[311,150],[275,128],[99,44],[211,96],[16,7],[136,62],[127,54],[27,12],[2,1],[8,4],[110,-82],[1,-2],[0,0],[6,-16],[2,-5]],[[606302,278653],[1,-1],[0,0],[4,-10],[0,-2],[2,-3],[19,-43],[2,-5],[3,-7],[1,-1],[1,-4],[2,-5],[193,-490],[1,-1],[9,-24],[23,-60],[22,-56],[8,-20],[0,0],[31,-76],[6,-21],[64,-181],[22,-60],[16,-51],[10,-31],[5,-16],[0,0],[6,-17],[19,-60],[53,-168],[25,-77],[8,-24],[15,-27],[55,-75],[24,-44],[-7,-18],[25,-22],[47,-55],[66,-91],[84,-118],[22,-33],[73,-112],[7,-11],[70,-109],[78,-121],[8,-13],[3,-5],[139,-220],[18,-30],[102,-160],[111,-178],[52,-81],[67,-108],[19,-30],[87,-134],[40,-50],[3,-5],[17,-15],[13,2],[126,220],[354,619]],[[608576,276115],[13,21],[77,138],[28,53],[21,50],[22,2],[0,0],[15,-5],[23,-7],[1,-1],[272,-87],[154,-62],[10,-7],[15,-9],[18,-19],[7,-10],[3,-1],[19,-17],[46,-46],[78,-75],[55,-54],[60,-59],[78,-76],[83,-81],[42,-41],[67,-65],[48,-47],[36,-36],[5,-5],[49,-51],[13,-25],[44,-81],[55,-101],[65,-120],[84,-155],[60,-111],[-38,-29],[-70,-54],[-2,-3],[-55,-41],[26,-46],[-23,-18],[45,-82],[43,29],[9,1],[9,-5],[11,-16],[56,-88],[23,12],[45,-83],[37,-66],[79,-141],[37,-63],[7,-14],[1,-6],[2,-12],[0,-18],[-2,-12],[-2,-4],[-9,-20],[-98,-162],[-105,-179],[-33,-56],[-129,-224],[-112,-192],[-11,-17],[-34,-58],[-12,-20],[-170,-283],[-60,-101],[-108,-182],[-170,-279],[-3,-5],[-10,-13],[-3,-4],[-97,-161],[-307,-514],[-32,-54],[-66,-110],[-29,-51],[-123,-210],[-94,-158],[-81,-139],[-25,-42],[-45,-78],[-44,-73],[-7,-5],[-15,2],[-96,53],[-72,42],[-61,34],[-122,73],[-78,49],[-24,9],[-15,1],[-12,0],[-12,-6],[-12,-10],[-19,-30],[-49,-87],[-264,-518],[-96,-186],[-119,-234],[-51,-103],[-71,-142],[-201,-397],[-35,-71],[-19,-47],[-7,-36],[-1,-32],[1,-24],[38,-91],[26,-70],[-19,-10],[-315,-130],[5,-29],[5,-22],[32,-95],[18,-44],[34,-80],[197,-437],[74,-160],[9,-22],[13,-28],[108,-238],[63,-139],[25,-67],[8,-32],[6,-31],[2,-46],[-2,-62],[-7,-54],[-7,-80],[-4,-46],[1,-66],[6,-103],[5,-46],[2,-6],[3,-19],[8,-10],[9,-4],[10,3],[43,13],[50,17],[9,1],[4,-4],[2,-17],[1,-14],[-48,-85],[-42,-78],[-76,-135],[170,-21],[-12,-17],[-9,-13],[-73,-95],[-86,-117],[-31,-44],[-2,-4],[-30,-36],[-33,-46],[-50,-70],[-77,-105],[-15,-20],[-49,-65],[-20,-24],[-27,-21],[-72,-48],[-117,-76],[-56,-35],[-11,-9],[-7,-14],[-1,-30],[1,-93],[-5,-35],[-8,-17],[-17,-18],[-28,-14],[-11,-7],[-26,-16],[-17,-14],[-37,-33],[-22,-13],[-25,-18],[-21,-4],[-15,-11],[-30,-14],[-16,-12],[-8,-2],[-20,-11],[-25,-3],[-32,-7],[-34,-6],[-18,-12],[-19,-32],[-19,8],[-24,4],[-28,-9],[-61,-9],[-106,-25],[-21,-6],[-47,44],[-43,38],[-16,73],[15,38],[12,41],[-47,132],[0,20],[143,-9],[85,-7],[22,19],[26,10],[164,73],[-17,80],[-46,239],[-8,42],[-38,192],[-44,237],[-14,67],[-10,43],[-18,37],[-35,55],[-39,56],[-30,47],[-133,199],[-4,-1],[-4,0],[-57,56],[-35,35],[-221,-9],[-43,-1],[-53,-38],[-117,-87],[-140,-103],[2,-10],[11,-29],[18,-44],[24,-55],[46,-114],[-216,-100],[-7,-5],[-1,-4],[-186,-76],[-1,1],[-102,267],[-165,420],[-22,55],[38,13],[9,-4],[13,-32],[67,21],[-1,10],[-18,59],[3,8],[2,6],[13,8],[233,82],[16,5],[-4,16],[-10,29],[-7,12],[-5,9],[-19,21],[-57,45],[-109,82],[-27,22],[-32,8],[-4,-3],[-24,-8],[-22,60],[-36,75],[-4,2],[-124,-17],[-71,-14],[-17,-4],[-27,-11],[-21,42],[-3,10],[-25,41],[-22,35],[-35,-6],[-13,24],[-126,160],[-144,177],[-16,19],[-8,10],[-74,-38],[-24,-18],[-34,-14],[-11,-1],[-20,1],[-26,-6],[-10,-3],[-8,-8],[-3,-12],[-19,74],[-112,232],[-53,103],[-40,50],[-23,34],[-25,44],[-23,52],[-14,43],[-11,50],[-14,54],[-14,36],[-20,42],[-37,64],[-37,49],[-24,38],[-16,41],[-51,92],[-50,71],[-63,90],[-112,168],[-39,53],[-148,182],[-52,63],[-191,223],[-63,68],[-29,25],[-45,33],[-35,31],[-22,26],[-28,33],[-36,35],[-37,29],[-47,32],[-33,25],[-23,26],[-32,38],[-33,32],[-28,18],[-95,48],[-20,13],[-18,18],[-29,32],[-35,29],[-55,41],[-46,29],[-32,24],[-20,14],[-22,16],[-35,21],[-36,20],[-36,23],[-34,23],[-33,17],[-37,15],[-23,17],[-39,15],[-34,14],[-33,20],[-38,22],[-39,16],[-48,17],[-29,15],[-26,19],[-61,37],[-83,34],[-83,44],[-32,15],[-38,24],[-30,23],[-23,14],[-25,7],[-28,9],[-58,23],[-65,28],[-37,12],[-30,12],[-52,40],[-20,11],[-26,11],[-24,6],[9,16],[44,75],[-145,142],[-68,72],[-62,68],[-19,27],[-21,17],[-15,6],[-40,27],[-36,32],[-151,153],[-14,7],[-21,17],[-121,119],[-111,109],[-164,158],[-158,155],[-98,90],[-26,23],[-15,11],[-19,14],[-100,85],[-21,18],[-53,47],[-167,154],[-78,64],[-42,28],[-23,14],[-37,33],[-62,65],[-52,43],[-41,27],[-37,18],[-76,35],[-4,1],[11,14],[60,54],[74,79],[45,43],[31,34],[11,20],[5,21],[1,17],[-9,56],[-10,23],[-11,25],[-27,49],[-92,144],[-57,83],[-21,33],[-3,16],[-27,52],[-3,7],[-6,13],[-16,43],[-9,18],[-17,29],[20,22],[29,35],[58,68],[16,10],[20,10],[24,23],[5,4],[116,120],[261,-227],[8,-3],[4,-3],[19,21],[74,115],[43,67],[10,-7],[18,39],[-103,85],[-267,238],[-180,150],[-10,8],[0,26],[-9,49],[-10,11],[-16,0],[-31,-8],[-10,4],[-35,34],[-15,12],[-10,-42],[-30,-129],[-33,-146],[0,-3],[-1,1],[-22,-93],[-13,-71],[-7,-38],[-9,-38],[-18,-25],[-38,-21],[-11,8],[-59,73],[-2,19],[-65,149],[-54,129],[-1,9],[-3,1],[-14,20],[-32,37],[-10,-12],[-84,92],[56,65],[-3,8],[-31,35],[-128,152],[-14,24],[-5,17],[2,13],[5,13],[59,120],[15,4],[53,-7],[75,-58],[74,-59],[57,-43],[18,0],[127,7],[204,7],[32,4],[-5,8],[-37,131],[-16,60],[-35,125],[-55,194],[-8,24],[-17,61],[-17,88],[-4,41],[-3,47],[1,25],[1,32],[39,19],[59,27],[4,-49],[5,-26],[11,-24],[13,-21],[16,-18],[20,-16],[10,-2],[51,-10],[79,55],[-5,32],[65,54],[15,12],[71,-114],[58,40],[141,99],[68,-111],[140,115],[33,27],[-64,101],[-11,24],[-4,3],[-39,68],[-55,99],[-18,33],[23,25],[0,0],[14,15],[13,12],[-42,45],[69,59],[-2,3],[16,18],[26,26],[-83,125],[-6,0],[-52,-37],[-90,-62],[-25,32],[-147,192],[-5,7],[-42,65],[-9,11],[341,231],[102,70],[8,36],[-24,47],[-31,66],[-21,40],[-7,16],[-20,41],[-27,54],[-136,278],[-16,33],[-53,108],[-74,152],[-12,23],[-33,70],[-22,43],[-55,121],[-36,71],[-45,97],[-20,39],[-4,12],[-1,7],[-13,20],[-3,0],[-6,1],[-7,8],[-3,11],[-37,4],[-48,-60],[-67,-71],[-27,-23],[-17,-11],[-3,-2],[-22,-13],[-15,22],[-21,42],[-22,23],[-5,-4],[-29,-1],[-60,101],[-20,-13],[-35,-28],[26,-50],[0,0],[-9,-5],[-17,-10],[0,0],[-65,-38],[-6,11],[-96,-58],[-27,46],[-17,31],[-6,22],[2,21],[5,34],[3,40],[-2,28],[-8,14],[-5,16],[-24,32],[-33,53],[-20,21],[-20,10],[-23,0],[-42,-13],[-69,-30],[-56,-18],[-52,-22],[-46,-24],[-45,-32],[-57,-54],[-24,-31],[-9,-10],[-65,-62],[-68,-53],[-4,-3],[-23,-24],[-13,17],[-9,23],[-6,16],[-6,2],[-3,-5],[-13,-5],[-6,3],[-38,29],[-154,122],[-40,27],[-11,8],[-7,-6],[-33,-29],[-39,-31],[-49,-46],[-70,71],[-30,24],[-26,13],[-8,4],[-11,9],[-5,4],[-10,12],[-2,2],[-9,14],[-10,16],[-14,20],[-48,70],[-26,40],[-46,70],[-90,142],[-29,50],[-15,25],[-13,31],[-16,44],[-17,59],[-9,32],[-46,197],[-7,19],[-20,-13],[-61,-39],[-61,-36],[-57,66],[-5,7],[-46,67],[-73,89],[-56,-67],[-108,-100],[9,-40],[33,-66],[-14,-3],[-131,-39],[-115,132],[-67,-36],[83,-139],[-73,-45],[-53,-34],[-53,97],[-33,67],[-81,156],[-121,29],[-33,10],[-20,7],[-8,18],[-4,16],[-101,275],[-53,140],[-28,-4],[-39,0],[-14,5],[-26,30],[-67,96],[-30,49],[-42,67],[-47,81],[-7,19],[-44,100],[-46,82],[-24,34],[-57,74],[35,85],[-17,9],[-6,5],[-3,4],[-65,54],[-85,92],[-47,57],[-52,71],[-48,71],[-100,142],[-38,62],[-27,49],[-11,21],[-14,26],[-14,-18],[-6,-10],[-19,-9],[-58,-26],[-54,-22],[-80,-30],[-64,-20],[-23,-6],[-64,-14],[-59,-8],[-40,97],[-80,189],[-30,76],[-75,173],[-28,68],[-56,139],[-39,95],[-55,127],[-55,143],[-8,21],[-36,93],[-49,115],[-41,82],[-29,58],[-23,31],[-19,27],[23,-10],[-13,13],[-1,6],[5,13],[18,16],[12,9],[2,0],[39,44],[35,28],[42,42],[55,47],[24,21],[141,110],[76,55],[108,76],[15,13],[19,15],[3,3],[131,91],[134,92],[38,24],[52,34],[94,71],[49,36],[19,1],[27,18],[-13,21],[-25,30],[-120,144],[-18,22],[-34,43],[-23,27],[-126,159],[-57,67],[-135,166],[-47,56],[-12,15],[-15,29],[-4,16],[-34,211],[-17,93],[-24,145],[-19,104],[-4,25],[-16,84],[-18,65],[-11,24],[-28,40],[-76,76],[-60,52],[-27,25],[-25,23],[-25,23],[-4,16],[1,7],[-30,10],[-29,29],[-246,215],[-117,117],[-29,24],[-43,15],[-57,9],[-42,0],[-136,-2],[-120,-7],[-20,2],[-23,2],[-51,5],[-61,9],[-116,26],[-131,33],[-60,8],[-14,0],[-69,0],[-21,-1],[-41,-3],[-161,-15],[-62,-4],[-185,-7],[-42,-14],[-24,-7],[-56,-24],[-53,-21],[-25,-12],[-11,-11],[-17,-9],[-107,-40],[-20,-7],[-21,-8],[-54,-18],[-50,-18],[-14,-3],[-14,2],[-64,15],[-38,10],[-9,-1],[-175,-123],[-19,-17],[-77,-88],[-59,-72],[-124,-146],[-103,-110],[-8,-20],[-89,-205],[-52,31],[-31,19],[-24,22],[-17,29],[-14,26],[-14,26],[-10,19],[-10,19],[-11,15],[-6,10],[-10,8],[-9,5],[-12,5],[-17,3],[-6,1],[-25,1],[-15,-3],[-33,-5],[-54,-4],[-27,-1],[-13,4],[-30,10],[-15,7],[-5,-1],[-16,11],[-34,23],[-109,59],[-71,42],[-77,55],[83,139],[-76,54],[-17,-30],[-1,2],[-6,0],[-11,-16],[-22,-29],[-17,-22],[-5,2],[-20,21],[-23,22],[-7,17],[-6,15],[0,8],[1,8],[52,77],[254,377],[-53,0],[-29,0],[-79,48],[-57,31],[-54,0],[-88,-10],[14,9],[-16,41],[-1,-1],[-11,23],[-33,-24],[-31,-33],[-22,-27],[-38,-56],[-118,193],[-99,-72],[-21,-16],[-133,227],[-17,31],[-12,21],[-82,141],[-152,269],[-181,320],[-37,63],[261,227],[41,36],[16,15],[44,39],[145,127],[28,25],[0,8],[-2,3],[-21,37],[-104,174],[-108,175],[-70,105],[-25,39],[67,68],[57,63],[56,53],[81,71],[3,8],[-52,155],[-24,69],[-73,-57],[-6,-4],[-60,96],[-73,114],[216,155],[107,76],[36,25],[-15,19],[-12,18],[-144,243],[-106,183],[-166,289],[-43,76],[-105,181],[-207,365],[-104,182],[-50,91],[-52,92],[-44,75],[9,9],[6,7],[1,11],[-3,15],[-19,32],[113,86],[141,106],[127,90],[15,13],[-44,74],[-123,217],[-95,173],[3,26],[-67,112],[-3,3],[-5,-2],[-31,-24],[-31,54],[45,34],[-11,21],[-31,-17],[-22,-4],[-23,-1],[-18,5],[-17,-2],[-32,-14],[-44,71],[-25,32],[-5,13],[-1,3],[-20,32],[-6,10],[-13,-5],[-38,-22],[-22,-13],[-38,-24],[-38,-22],[-91,-48],[-44,-18],[-28,-9],[-21,-4],[-19,1],[-26,3],[-10,2],[-16,5],[-30,-1],[16,-27],[21,-36],[62,-104],[-37,-25],[-15,29],[-112,-80],[-91,-66],[-202,-137],[-198,-139],[-199,-138],[-111,-78],[-18,-14],[-21,-19],[-21,-23],[-23,-28],[-79,-64],[-10,17],[-7,14],[-27,45],[-22,40],[-66,117],[-100,170],[-70,123],[-26,46],[-101,182],[-81,131],[-27,48],[58,349],[30,4],[210,24],[7,-4],[10,-15],[5,-16],[1,-18],[-8,-48],[-23,-129],[75,15],[376,71],[22,4],[-2,17],[-12,39],[-38,157],[99,59],[21,12],[-27,12],[-28,18],[-25,20],[-27,25],[-28,33],[-17,21],[-15,19],[-22,37],[-30,64],[-69,162],[-32,90],[-20,71],[-8,33],[-5,67],[-8,61],[-10,53],[-8,24],[-26,63],[-20,40],[-13,40],[-19,28],[-29,45],[-19,37],[-3,8],[-13,33],[-36,174],[-6,27],[-2,19],[-16,141],[-17,128],[-6,34],[-17,41],[-45,69],[-179,302],[-89,142],[-70,102],[-22,-8],[-209,-81],[-160,-61],[-18,-7],[-264,-105],[-16,-11],[-1,0],[-45,-15],[-11,30],[-9,2],[-74,-13],[-4,-7],[2,-13],[8,-44],[-4,-6],[-94,-2],[-315,-11],[-34,60],[-19,32],[-13,22],[-56,97],[-38,65],[-38,69],[-24,43],[-12,21],[-114,200],[-53,90],[-91,165],[-189,329],[113,51],[252,133],[1,0],[0,0],[156,-91],[55,113],[-80,71],[-39,-33],[-13,19],[-53,-45],[-123,331],[-14,39],[-27,71],[54,55],[39,38],[23,19],[28,14],[51,18],[53,16],[24,8],[56,47],[96,81],[73,66],[13,31],[203,138],[73,-77],[69,-69],[50,19],[26,14],[12,11],[7,17],[7,31],[8,30],[11,28],[18,20],[30,21],[31,-34],[24,-31],[17,-25],[13,-24],[3,-5],[15,-24],[27,14],[22,16],[21,26],[18,27],[2,20],[-32,40],[-42,46],[-71,70],[1,13],[23,20],[3,3],[20,9],[22,2],[19,-4],[17,-11],[12,-9],[11,8],[16,18],[11,20],[1,18],[-5,11],[-15,8],[-17,7],[-3,1],[-12,8],[-5,15],[0,19],[-4,18],[-2,16],[10,4],[14,2],[17,16],[-7,19],[-52,135],[-12,-3],[-10,-1],[-16,-1],[-76,-2],[0,31],[-99,-1],[-6,30],[-17,37],[-28,55],[-62,113],[-24,43],[-27,-11],[-15,-7],[-16,27],[-5,3],[-58,-19],[-117,-35],[-127,-39],[-26,-7],[-9,1],[0,0],[-16,15],[-107,-33],[-50,-11],[-11,-2],[-57,-9],[-9,23],[-12,33],[-15,38],[-19,57],[-9,46],[-1,33],[0,20],[1,19],[0,10],[5,33],[3,7],[13,44],[24,72],[8,29],[4,17],[6,39],[1,9],[1,37],[-7,44],[-12,47],[-13,36],[-14,32],[-2,5],[-60,103],[-132,226],[-92,161],[-64,105],[-84,145],[-62,110],[-65,109],[-47,77],[-113,190],[-74,125],[-52,91],[-8,13],[-24,45],[-15,43],[-14,54],[-10,70],[-10,64],[-3,22],[-45,293],[57,8],[63,5],[36,1],[127,-11],[63,-2],[42,0],[38,2],[41,5],[49,10],[48,15],[53,3],[128,-20],[19,3],[3,0]],[[583121,300473],[1,-2],[35,-121],[15,-58],[2,-8],[5,-19],[7,-44],[13,12],[13,10],[0,1],[4,3],[24,13],[86,34],[22,7],[13,4],[57,12],[52,9],[47,5],[55,0],[49,-6],[45,-10],[42,-16],[39,-19],[40,-26],[57,-46],[59,-52],[52,65],[132,162],[152,185],[42,52],[2,2],[247,127],[250,127],[27,18],[62,39],[473,281],[9,18],[118,-75],[40,-29],[27,-28],[35,-38],[30,-28],[30,-24],[40,-30],[115,-72],[60,-36],[62,-31],[38,-18],[74,-31],[47,-22],[89,-54],[63,-37],[59,-27],[72,-26],[76,-32],[42,-19],[32,-19],[30,-21],[93,-91],[34,-33],[132,-114],[36,-38],[104,-115],[81,-81],[16,-13],[19,-3],[16,-2],[52,-2],[83,1],[116,0],[58,6],[40,7],[37,12],[34,13],[16,5],[28,3],[47,-5],[53,-6],[59,-15],[168,-56],[193,-69],[215,-93],[126,-52],[94,-39],[15,-5],[5,-1],[115,-31],[48,-7],[101,-25],[91,-29],[78,-19],[86,-19],[86,-19],[31,-9],[2,-3],[52,-20],[166,-65],[25,-9],[136,-61],[156,-74],[14,-10],[51,-41],[29,-35],[31,-19],[104,-70],[89,-41],[100,-44],[92,-42],[74,-22],[49,-16],[74,0],[21,0],[34,-9],[83,-26],[125,2],[181,-1],[156,0],[150,-1],[122,0],[111,-88],[101,-79],[44,-35],[155,-121],[183,-145],[239,-187],[145,-114],[8,-2],[378,-536],[5,-7],[0,-1],[187,-266],[1,0],[-36,-323],[-4,-35],[-4,-31],[29,-7],[525,-348],[462,-298],[40,-35],[-83,-587],[-58,-426],[-37,-111],[350,-133],[31,103],[4,1],[29,101],[26,91],[8,25],[8,32],[6,30],[4,35],[4,45],[1,55],[2,67],[2,54],[7,96],[13,69],[10,35],[17,39],[57,136],[54,128],[21,47],[16,41],[1,3]],[[582352,301140],[-60,-70],[-9,-2],[-11,10],[-3,36],[-18,151],[-12,77],[-4,16],[-5,24],[-10,45],[-27,97],[-33,119],[-28,101],[-27,96],[-42,139],[-30,92],[-37,108],[-30,80],[-84,211],[-39,100],[-42,92],[-72,159],[-65,140],[-15,37],[-8,20],[-8,18],[-17,67],[-7,44],[2,27],[10,39],[14,43],[8,22],[9,25],[31,87],[10,29],[4,13],[9,29],[14,61],[6,44],[0,8],[1,24],[0,15],[-5,48],[-10,47],[-15,56]],[[581697,303764],[11,-32],[8,-28],[6,-24],[3,-25],[2,-25],[2,-48],[-2,-19],[-3,-28],[-6,-30],[-6,-37],[-7,-24],[-8,-29],[-59,-160],[-10,-32],[-6,-19],[13,6],[73,-281],[45,-83],[39,-86],[35,-77],[27,-50],[15,-31],[8,-16],[26,-73],[10,-25],[36,-111],[37,-113],[36,-106],[41,-130],[22,-66],[19,-55],[36,-140],[53,-168],[38,-120],[18,-127],[4,-17],[29,-171],[10,-59],[60,35]],[[585899,302631],[-65,97],[-19,32],[-63,107],[-26,35],[-24,33],[-6,7],[-23,24],[-30,31],[-74,46],[-22,13],[-109,45],[-74,25],[-90,29],[-96,30],[-54,16],[-125,36],[-40,12],[-41,12],[-36,10],[-3,1],[-66,28],[-9,4],[-26,12],[-39,20],[-52,30],[-53,38],[-37,30],[-40,37],[-43,45],[-32,42],[-26,37],[-22,43],[-19,39],[-20,46],[-21,59],[-17,57],[-11,51],[-9,44],[-6,52],[-5,61],[-2,61],[1,55],[4,44],[8,44],[8,37],[14,44],[9,24],[5,14],[16,37],[13,25],[9,15],[32,60],[24,34],[32,43],[29,35],[35,37],[21,21],[23,24],[7,7],[8,7],[42,37],[46,38],[34,28],[34,27],[76,63],[60,48],[55,42],[64,51],[35,29],[50,40],[37,31],[75,63],[47,40],[24,21],[79,68],[111,108],[157,142],[48,49],[120,120],[60,75],[119,117],[4,5],[123,122],[70,70],[35,40],[30,34],[19,21],[23,31],[31,41],[35,53],[43,76],[40,78],[21,58],[26,53],[17,45],[31,106],[18,62],[17,71],[10,46],[11,71],[9,64],[5,79],[6,59],[22,197],[7,114],[-20,0],[18,297],[-29,58],[19,205],[33,55],[6,87],[5,107],[0,72],[-3,169],[-10,143],[-3,95],[0,34],[1,39],[6,61],[7,60],[8,36],[13,52],[8,27],[9,33],[77,226],[30,86]],[[586823,309490],[31,13],[-2,-9],[-4,-15],[-29,-87],[-54,-151],[-38,-114],[-16,-54],[-12,-50],[-7,-46],[-4,-43],[0,-109],[7,-91],[8,-86],[3,-63],[1,-62],[-1,-87],[0,-76],[-2,-43],[-5,-119],[-4,-56],[-3,-40],[-16,-220],[-1,-21],[-17,-217],[-8,-109],[-2,-19],[-9,-127],[-8,-113],[-3,-40],[-6,-83],[-26,-212],[-19,-101],[-21,-82],[-34,-105],[-36,-79],[-28,-59],[-25,-48],[-35,-61],[-40,-60],[-32,-47],[-28,-37],[-30,-37],[-45,-52],[-67,-74],[-17,-16],[-32,-33],[-104,-103],[-181,-186],[-79,-80],[-89,-95],[-47,-48],[-44,-42],[-18,-16],[-16,-13],[-11,-9],[-19,-19],[-60,-59],[-76,-72],[-55,-50],[-98,-83],[-94,-75],[-174,-138],[-217,-171],[-35,-31],[-59,-54],[-68,-71],[-41,-47],[-44,-56],[-36,-53],[-10,-18],[-19,-35],[-24,-53],[-18,-50],[-6,-20],[-10,-37],[-14,-80],[-6,-52],[-3,-68],[1,-53],[6,-51],[9,-55],[18,-75],[20,-67],[20,-54],[17,-41],[36,-69],[36,-52],[15,-18],[21,-25],[42,-48],[37,-32],[52,-37],[7,-4],[19,-11],[22,-13],[83,-42],[48,-27],[37,-12],[137,-42],[341,-105],[108,-36],[58,-24],[66,-34],[5,-4],[46,-30],[10,-9],[25,-22],[42,-45],[41,-60],[142,-238]],[[583933,310706],[-16,-45],[-45,-73],[-60,-92],[-62,-98],[-133,-221],[-112,-187],[-65,-102],[-451,-743],[-13,-22],[971,-737],[3,-2],[22,-17],[241,-179],[423,-318],[283,-216],[56,-43],[23,-18],[57,-45],[17,-13],[309,-234],[315,-238],[98,-85],[14,-11],[85,-65],[25,-19],[-13,-17],[-125,-153],[-354,-427],[-106,-129],[-12,-14],[-219,-266],[-12,-14],[-182,-224],[-50,-59],[-12,-14],[-250,-298],[-15,11],[-306,279],[-14,12],[-244,225],[-127,106],[-162,-170],[-38,-42],[-68,-78],[-12,-14],[-57,-66],[-53,-64],[-47,-56],[-36,-39],[-29,-28],[-26,-24],[-17,-13],[-15,-10],[-136,-96],[-30,-25],[-85,-80],[-13,-13],[-12,-11],[-58,-62],[-47,-46],[-50,-43],[-50,-46],[-38,-34],[-25,-20],[-24,-18],[-23,-15],[-21,-12],[-31,-12],[-41,-13],[-44,-18],[-32,-15],[-27,-19],[-24,-21],[-26,-28],[-21,-27],[-27,-38],[-15,-24],[-17,-29],[-13,22],[-25,97],[-6,10],[-1,-1],[-9,16],[-124,-84],[-100,-63],[-83,-53],[-3,-16],[3,-24],[16,-46],[20,-61],[3,-8],[-187,-10],[-29,-1],[-17,-2],[-43,-4],[-23,52],[-53,121],[-64,146],[-99,226],[-30,-19],[-36,-20],[-33,-18],[-28,-9],[-37,-6],[-17,-5],[4,-17],[28,-111],[48,-210],[14,-54],[7,-24],[11,-43],[48,-131],[58,-152],[44,-115]],[[581644,303915],[-31,77],[-79,191],[-38,98],[-22,72],[-18,74],[-16,71],[-37,151],[-29,125],[-77,337],[40,12],[38,14],[6,2],[35,15],[25,19],[26,29],[46,59],[51,63],[149,-137],[41,-37],[20,-18],[45,44],[34,30],[26,13],[32,7],[77,63],[43,35],[67,53],[39,30],[33,19],[42,19],[16,6],[38,23],[34,25],[54,33],[0,0],[40,12],[20,13],[32,20],[-9,2],[-9,7],[-8,13],[-4,7],[-1,3],[-15,26],[-84,152],[-32,58],[-17,32],[-44,81],[-75,137],[-67,124],[-34,61],[-9,17],[-104,193],[-94,171],[-199,368],[14,103],[5,29],[14,151],[9,103],[4,52],[6,76],[1,22],[-193,141],[-53,36],[-89,-144],[-151,-250],[-8,-16],[-442,199],[-10,4],[-14,5],[-12,-23],[-7,-19],[-10,-10],[-33,1]],[[580672,307489],[0,78],[-22,9],[-39,17],[-41,17],[-40,16],[-34,15],[-3,0],[0,1],[-81,33],[-193,79],[-163,69],[-128,55],[-18,8],[-33,116],[-17,64],[0,0],[-17,95],[-41,3],[-48,8],[-38,6],[-24,5],[-22,8],[-31,4],[6,-20],[9,-20],[7,-16],[21,-52],[22,-58],[38,-81],[42,-118],[89,-242],[15,-40],[17,-43]],[[579905,307505],[-20,-7],[-207,-84],[-94,-40],[-19,-8],[0,-1],[-109,-37],[-9,-7],[1,-15],[39,-192],[178,67],[174,64],[27,13],[8,-27],[-1,-17],[-19,-29],[-22,-20],[-31,-13],[-313,-153],[-37,-18]],[[579451,306981],[-6,54],[-72,-49],[-348,0],[-101,-1],[7,-32],[13,-60],[-122,-61],[-135,-67],[-94,-47],[-7,21],[-3,-1],[0,1],[0,1],[-2,9],[-24,-14],[-42,-24],[-150,315],[9,6],[61,46],[-23,73],[79,52],[-50,155],[-1,5],[-5,13],[-71,153],[-12,36],[-1,9],[4,6],[-12,41],[-4,13],[-37,25],[-35,20],[-26,-1],[-9,-1],[-25,-3],[-6,0],[-24,-9],[-36,-19],[-27,-25],[-23,-27],[-18,-33],[-15,-41],[-14,-28],[-20,-30],[-26,-30],[-34,-34],[-132,-124],[-122,-113],[-100,-94],[-48,-44],[-16,-15],[-17,-16],[108,-230],[6,-22],[60,-142],[49,-106],[1,-3]],[[577753,306489],[-10,9],[-23,12],[-23,2],[-23,-12],[-11,-12],[-13,-19],[-84,-130],[-33,-48],[-127,98],[-24,3],[-170,-261],[-6,-8],[-51,-79],[-44,-68],[-67,-102],[-76,-107],[-9,-5],[2,-48],[8,-49],[15,-24],[9,-13],[13,-29],[8,-32],[18,-25],[-29,-44],[-22,-34],[-29,-40],[-13,-21],[-2,-15],[0,-4],[-107,-37],[-79,-27],[-87,-28],[-9,24],[-55,168],[-96,308],[-60,199],[-59,183],[-40,123],[-67,209],[-155,492],[109,48],[55,21],[75,28],[105,41],[14,8],[17,18],[196,279],[17,19],[9,7],[28,13],[296,90],[77,24],[79,21],[91,21],[26,9],[30,13],[30,17],[35,22],[72,43],[-1,22],[16,11],[15,17],[-41,148],[-24,89],[-36,131],[126,59],[-8,21],[-55,146],[-25,-14],[-33,-17],[-34,-12],[-46,-10],[-34,-5],[-18,0],[-35,5],[-33,-3],[-42,-2],[-41,-132],[-38,-129],[-24,2],[0,0],[-29,28],[-145,164],[99,103],[-47,73],[20,23],[-63,95],[-16,-14],[-11,16],[-9,-1],[-13,6],[-26,22],[-7,0],[-26,-13],[-8,0],[-10,2],[-49,54],[47,24],[63,42],[25,13],[55,18],[11,7],[11,12],[6,6],[30,27],[34,23],[29,22],[16,17],[49,42],[25,20],[18,11],[12,6],[34,26],[32,27],[14,15],[27,28],[-1,0],[0,1],[-86,241],[-52,103],[-33,20],[-25,13],[-30,14],[-82,40],[-4,-4],[-29,-22],[-368,-261],[20,88],[1,19],[-11,11],[-9,16],[-33,75],[0,1],[-22,51],[-98,200],[-40,76],[-36,62],[-16,19],[-20,14],[-5,4],[-9,8],[-11,11],[-21,28],[-19,5],[-3,-3],[-16,-51],[-21,-45],[-21,-45],[-12,-37],[-9,-36],[-2,-14],[-3,-23],[-6,-16],[-17,-36],[-1,-4],[-13,-39],[-7,-18],[-8,-22],[-15,-23],[-24,-30],[-49,-48],[-29,-26],[-25,-16],[-13,-8],[-34,61],[-14,-3],[-92,168],[0,1],[-1,-1],[-122,-92],[-8,10],[-47,-36],[-10,36],[-18,75],[-26,132],[-34,183],[-9,72],[260,-313],[71,37],[198,107],[-18,74],[-11,55],[-11,69],[-10,58],[17,4],[3,4],[1,2],[53,19],[24,11],[23,23],[118,117],[79,79],[66,63],[8,25],[14,29],[29,50],[88,143],[17,33],[26,61],[39,93]],[[576607,310753],[247,-53],[14,30],[5,11],[40,82],[11,58],[4,60],[5,52],[2,40],[-5,76],[-12,43],[-31,24],[-198,153],[-120,93],[-36,-14],[-16,-5],[-22,-12],[-23,-21],[-10,-1],[-177,80],[-9,7],[-1,9],[6,16],[14,15],[33,29],[2,5],[-48,56],[-12,16],[10,6],[59,57],[19,19],[34,30],[13,11],[37,5],[102,13],[95,11],[120,14],[8,1],[106,9],[-11,403],[-1,31],[-338,-17],[0,1],[-33,0],[1,44],[-1,0],[-31,-5],[-6,-1],[-33,-6],[-16,-4],[-17,-6],[-15,-8],[-16,-11],[-18,-14],[-88,-71],[-113,-92],[-110,-91],[-138,-114],[-44,-37],[-70,-58],[0,-125],[3,-9],[4,-12],[42,-120],[40,-111],[15,-16],[-9,-10],[-10,-11],[-9,-7],[-8,-5],[-12,-9],[39,-13],[1,0],[111,-42],[71,-26],[119,-44],[-69,-86],[-1,-1],[-3,-4],[2,0],[0,0],[1,-1],[16,-7]],[[576118,311063],[-2,0],[-17,3],[0,1],[-1,-1],[-25,-35],[-8,-12],[-51,-74],[-20,-39],[-17,-91],[-1,-12],[112,-124],[1,-10],[-30,-75],[-4,-20],[-4,-39],[-128,-112],[-22,-19],[-46,-41],[-3,-7],[-12,-14],[-50,-30],[-84,-54],[-42,-30],[-27,-21],[-29,-30],[-21,-17],[-25,-13],[-34,-18],[-23,-12],[-4,70],[-3,59],[-6,96],[-5,93],[-2,34],[-8,48],[-39,136],[11,-5],[174,68],[25,12],[35,36],[6,18],[1,31],[-2,42],[-3,33],[-8,32],[-16,28],[-17,28],[-18,22],[-22,18],[-32,23],[-39,22],[-40,20],[-21,20],[-21,30],[-11,24],[-6,16],[-43,-13],[-69,-21],[-12,0],[-16,6],[-3,7],[-65,122],[-104,187],[0,1],[-15,32],[-11,31],[-34,0],[-5,-3],[-144,1],[-54,5],[-55,9],[-88,15],[-55,1],[-27,-5],[-35,-10],[-50,-19],[-44,-14],[-40,-4],[-25,-1],[-40,2],[-34,7],[-41,12],[-56,19],[-2,32],[0,1],[1,0],[13,16],[11,21],[-10,27],[21,54],[3,133],[-105,34],[-61,18],[-41,17],[-79,44],[-180,119],[-13,9],[-208,143],[-29,-22],[-69,15],[-21,17],[-51,36],[-34,15],[-48,13],[-68,11],[-156,3],[-27,-3],[-260,-177],[-21,-5],[-24,-1],[-46,3],[-107,-79],[1,0],[53,-90],[-2,-6],[-22,-17],[-8,2],[-10,5],[-26,11],[-18,14],[-42,39],[-40,41],[0,0],[0,1],[-7,7],[-47,56],[-58,73],[99,74],[-75,106],[132,100],[94,71],[71,46],[50,26],[61,27],[60,18],[77,12],[37,4],[165,20],[138,16],[75,9],[-8,-119],[134,-41],[119,-35],[135,-31],[106,-129],[20,-24],[77,-86],[35,-32],[27,-21],[35,-17],[95,-41],[127,-51],[9,-4],[38,-18],[25,-12],[49,-26],[69,-42],[58,-33],[-27,-1],[17,-17],[17,-7],[11,-6],[24,-15],[16,-2],[10,8],[5,8],[31,62],[135,-58],[7,2],[54,68],[21,10],[-24,24],[-72,69],[-39,23],[-12,8],[-16,7],[-44,19],[-48,22],[-150,69],[-75,37],[174,166],[113,106],[1,7],[-51,84],[-76,1],[-26,-20],[-40,73],[78,3],[12,3],[16,-1],[11,-5],[14,-12],[18,-18],[18,-10],[17,-6],[6,-5],[2,-10],[4,-19],[4,-7],[5,-2],[29,11],[16,0],[12,-5],[13,-9],[12,-8],[7,-1],[18,9],[114,74],[44,23],[18,7],[32,8],[27,6],[7,7],[0,14],[-4,91],[-7,83],[-14,53],[-6,28],[1,13],[84,17],[9,-2],[12,-11],[8,-22],[11,-51],[3,-25],[-3,-3],[-43,-8],[-8,-6],[-5,-7],[-4,-17],[1,-26],[7,-11],[12,-8],[20,-6],[48,3],[65,7],[49,9],[27,5],[51,4],[7,-2],[16,-6],[53,-48],[15,-10],[40,102],[7,-7],[7,-3],[20,-1],[55,9],[5,10],[-22,128],[14,2],[13,-8],[18,-14],[27,-20],[16,-11],[24,-3],[25,1],[22,3],[33,7],[18,6],[5,-6],[6,-38],[8,-4],[61,7],[-1,10],[-7,38],[-9,52],[-3,37],[43,2],[3,-18],[29,2],[-2,17],[85,2],[14,-17],[19,-5],[58,2],[1,14],[4,18],[10,5],[36,1],[9,-1],[11,-8],[3,-6],[-1,34],[50,1],[29,-44],[30,-34],[20,-19],[-13,-19],[-20,-17],[14,-72],[65,15],[-11,66],[20,4],[13,-59],[40,11],[14,2],[83,19],[-7,82],[46,6],[11,-73],[42,8],[211,43],[-2,12],[45,13],[36,-2],[14,13],[18,11],[70,33],[61,31],[-143,-6],[-73,-3],[-65,-3],[-103,-4],[-2,26],[-7,190],[-85,-4],[-104,-5],[0,25],[-20,11],[-1,33],[6,13],[7,6],[22,-27],[6,-11],[114,92],[9,11],[3,13],[-3,72],[43,42],[96,104],[145,152],[229,226],[192,175],[-105,306],[-6,15],[-44,123],[-26,77],[-9,26],[-4,-10],[-10,-8],[-2,-2],[-14,-7],[-2,-1],[-44,-12],[-40,-11],[-23,-10],[-15,-10],[-208,-197],[-4,-5],[-37,-31],[-22,-29],[-39,-43],[-48,-49],[-44,-35],[-71,-62],[-75,-69],[-166,-147],[-54,-45],[-20,-16],[-16,-14],[-26,-22],[-32,-18],[-34,-17],[-21,5],[-361,90],[0,0],[-12,4],[-1,-9],[1,-121],[-7,-170],[-2,-27],[-86,41],[-214,111],[-156,82],[-42,21],[-20,20],[28,-4],[24,-1],[31,1],[41,5],[92,11],[34,5],[-3,19],[0,3],[-11,221],[2,12],[15,24],[8,14],[-13,20],[-12,17],[-19,23],[-66,53],[-15,15],[-11,20],[-6,16],[-1,24],[8,27],[30,92],[8,27],[0,25],[-4,26],[-16,32],[-20,31],[-16,8],[-12,5],[-68,51],[-38,30],[-29,30],[-220,299],[-41,59],[-3,8],[-1,14],[1,10],[8,33],[14,12],[-63,121],[-14,16],[-13,1],[-12,-2],[-50,-18],[-62,-24],[-112,-55],[-47,-21],[-16,-7],[-6,-3],[0,4],[-4,9],[1,26],[6,94],[12,161],[10,195],[2,116],[-7,201],[-11,201],[-15,230],[-7,14],[-8,9],[-1,50],[-180,148],[-28,25],[-53,39],[-56,26],[-156,65],[-85,33],[-99,39],[-9,11],[-15,29],[-1,8],[-35,15],[4,-23],[5,-31],[5,-30],[1,-7],[1,-8],[0,-4],[0,-1],[-1,-15],[-87,-153],[0,-9],[0,-13],[-1,-5],[0,-4],[4,-79],[19,-311],[3,-48],[15,-180],[34,-47],[-41,-45],[-11,-10],[-150,-168],[-11,-2],[-14,9],[-90,57],[-99,61],[-13,2],[-194,-171],[238,-344],[50,-73],[3,-4],[192,-34],[157,-28],[-9,-25],[-2,-4],[-20,-39],[-1,-2],[-103,12],[-8,1],[-70,9],[-72,9],[-4,-5],[-23,2],[-6,0],[-5,-1],[-206,26],[-13,2],[-2,0],[-43,5],[-38,-1],[-23,-8],[-6,-2],[-25,-14],[-42,-23],[-212,-112],[-24,-23],[-159,-243],[-14,-8],[-50,40],[62,66],[42,53],[39,60],[33,60],[4,9],[7,13],[0,0],[1,2],[11,23],[4,6],[14,27],[10,19],[-8,22],[-9,10],[-20,38],[-10,-15],[0,0],[-19,-38],[-65,46],[72,127],[6,38],[3,43],[-4,21],[-16,22],[-52,48],[-61,60],[-23,31],[-14,34],[-15,3],[-8,-33],[-16,-44],[-35,-68],[-29,-56],[-39,-89],[-31,-59],[-24,-32],[-40,-42],[8,-17],[48,-45],[-33,-56],[-67,-112],[-6,-12],[65,-53],[-35,-58],[-9,-20],[-58,0],[-71,47],[-28,16],[66,164],[-33,16],[184,445],[18,45],[0,17],[-49,19],[27,68],[17,53],[32,149],[7,32],[9,40],[30,161],[23,77],[16,54],[12,35],[8,15],[-22,4],[-32,5],[-56,11],[-51,12],[-51,15],[-41,15],[-45,20],[-15,7],[-16,9],[-26,3],[-12,-21],[-23,-25],[-24,-23],[-22,16],[-87,84],[-150,142],[-40,21],[-248,257],[-15,10],[-55,4],[-13,19],[-39,57],[-21,22],[-50,-5],[-20,40],[0,0],[-28,-11],[-23,42],[-10,13],[-13,24],[-19,35],[-42,79],[-13,20],[-6,4],[-13,13],[31,61],[21,33],[-47,26],[26,62],[-14,7],[-35,17],[-25,14],[-45,33],[-15,11],[-57,-56],[-14,-14],[-73,-73],[-16,-13],[-26,-28],[-26,-27],[-78,-74],[-72,-69],[-27,-25],[-5,-6],[-16,-20],[-5,-5],[-53,-49],[-38,-33],[-9,-6],[-67,144],[-70,151],[-54,116],[-17,-5],[-101,-109],[-21,-18],[-19,-13],[-4,-4],[-22,-11],[0,1],[-6,13],[-54,174],[161,102],[-45,90],[-9,10],[-15,34],[-74,-46],[-64,-38],[-13,19],[-5,29],[-2,30],[0,46],[3,38],[0,25],[-4,15],[17,6],[3,5],[0,15],[-8,42],[-12,42],[-12,40],[29,16],[-34,72],[-125,-48],[-74,-30],[-43,-17],[-22,-8],[-60,-23],[-47,-17],[-32,142],[-13,51],[-5,19],[-15,59],[-14,41],[-12,40],[-14,41],[-1,7],[-5,20],[-14,58],[-15,49],[-59,219],[-12,49],[-5,20],[-7,25],[-8,29],[-1,27],[4,49],[7,50],[-1,35],[-4,33],[-11,27],[-47,107],[-15,31],[-11,13],[-10,8],[-30,13],[-21,0],[-27,-11],[-34,-17],[-29,-12],[-16,-3],[-20,1],[-11,4],[-20,19],[-126,145],[-22,33],[-10,21],[-3,15],[1,14],[15,58],[8,38],[2,29],[0,27],[-5,29],[-12,34],[-20,52],[-27,66],[0,6],[4,3],[123,100],[208,162],[260,202],[140,112],[116,91],[46,37],[5,3],[1,1],[5,0],[10,-7],[87,-176],[25,-7],[8,7],[28,10],[29,15],[35,18],[28,14],[147,76],[88,45],[13,7],[50,26],[93,48],[27,15],[126,66],[73,39],[106,56],[13,7],[7,5],[15,10],[-277,402],[-42,-36],[-110,-98],[-44,-39],[-126,-109],[-53,-47],[-7,-6],[-159,154],[-57,-28],[-16,19],[-20,18],[-11,5],[-19,-12],[-35,42],[-9,11],[-4,5],[0,0],[41,43],[3,9],[-1,9],[-57,65],[-9,2],[-14,-4],[-39,-40],[-1,-6],[7,-16],[4,-15],[-2,-13],[-8,-8],[-7,0],[-13,-8],[-9,-9],[-3,-10],[10,-30],[-3,-14],[0,-1],[-41,48],[40,43],[-187,229],[-13,17],[-2,13],[0,0],[-36,82],[-32,81],[-13,19],[-206,-94],[-194,-91],[-83,-37],[-56,-20],[-43,-7],[-30,-4],[-5,-5],[-2,5],[-27,1],[-14,1],[-5,44],[-8,25],[-28,36],[-90,94],[-46,44],[-17,19],[-6,9],[-26,53],[-22,43],[-5,7],[-6,-5],[-14,-28],[-7,-3],[-8,8],[-11,19],[-22,53],[-9,15],[-10,8],[-25,-14],[-12,-4],[-8,8],[-8,18],[-3,28],[42,21],[19,10],[-6,14],[-18,-8],[-69,-32],[3,-18],[23,-127],[-10,-13],[-5,0],[-6,4],[-14,15],[-12,13],[-10,6],[-14,0],[-10,-2],[-1,-5],[-21,-8],[3,-11],[-5,-4],[-12,-2],[-15,-4],[-12,-3],[7,-128],[-15,20],[-15,23],[-13,19],[-5,2],[-17,-3],[-22,-2],[-14,0],[-11,10],[-13,20],[-18,-1],[-49,-9],[-46,-11],[-58,-22],[-76,-29],[-28,117],[-32,133],[49,41],[18,9],[-14,58],[-13,-3],[-33,-2],[-10,3],[-20,10],[-31,22],[-33,20],[-26,14],[-31,11],[-17,3],[-14,-2],[-14,-6],[-37,-19],[-23,-7],[-47,-6],[-18,-1],[-19,-2],[-41,-13],[-26,-10],[-20,-13],[-25,-16],[-23,-11],[-38,-16],[-50,-16],[-19,-6],[-47,129],[-28,112],[23,4],[12,5],[12,15],[7,21],[3,28],[2,28],[7,20],[8,20],[31,1],[95,-5],[21,-2],[0,0],[32,-4],[70,-19],[30,-9],[20,-7],[10,-3],[44,-17],[70,-24],[25,-5],[26,-3],[222,34],[158,25],[9,2],[62,9],[19,8],[27,23],[9,10],[12,12],[4,3],[23,18],[62,17],[135,36],[57,15],[16,-4],[19,-18],[20,-11],[21,-7],[13,0],[14,6],[19,18],[47,39],[36,16],[290,82],[194,55],[38,8],[26,5],[9,-2],[20,-3],[16,-2],[75,-23],[2,0],[53,-104],[30,-65],[97,-231],[91,63],[43,-85],[-43,-30],[122,-242],[9,6],[152,111],[137,102],[29,23],[10,8],[70,59],[98,89],[22,21],[128,121],[50,46],[102,92],[150,137],[13,13],[-124,117],[-64,59],[-14,13],[-47,45],[-39,40],[-54,63],[-66,78],[-12,14],[-211,237],[-35,36],[-27,28],[-117,114],[-36,33],[-138,127],[-72,68],[-56,52],[-3,8],[3,8],[32,-7],[52,-13],[226,-61],[353,-96],[137,-37],[234,-66],[19,-5],[38,-10],[143,-41],[120,-33],[20,-4],[13,-2],[88,-27],[57,-15],[24,47],[85,161],[25,25],[23,27],[41,88],[67,165],[68,157],[26,6],[5,12],[20,24],[27,37],[17,29],[20,38],[33,65],[30,62],[40,87],[18,22],[15,29],[40,80],[15,59],[71,150],[72,160],[7,22],[-3,74],[-5,17],[-1,21],[5,45],[21,100],[-16,0],[-11,4],[-18,5],[5,47],[2,21],[0,31],[-3,98],[-5,76],[-4,22],[-8,27],[-16,40],[-9,14],[-9,17],[-31,55],[-111,166],[-7,10],[-41,-35],[-10,10],[-5,11],[-8,27],[-11,32],[-20,50],[-15,49],[-1,4],[-13,57],[-6,48],[-22,115],[-14,13],[-25,26],[-22,25],[-28,38],[-97,143],[-19,24],[-93,121],[-46,57],[-61,80],[-7,13],[-2,3],[-23,27],[-14,15],[-10,4],[-21,18],[-18,7],[-17,2],[-5,-1],[-164,-33],[21,12],[40,29],[39,36],[49,44],[32,28],[31,14],[19,7],[38,3],[33,-7],[30,-11],[16,-16],[23,-27],[29,-29],[11,-13],[94,-111],[109,-130],[22,-26],[89,-107],[96,-115],[58,-72],[50,-68],[58,-85],[32,-54],[23,-44],[38,-76],[16,-33],[22,-48],[7,-15],[23,-55],[42,-108],[32,-93],[10,-40],[13,-61],[11,-74],[9,-79],[2,-88],[-1,-37],[-1,-28],[-5,-57],[-13,-90],[-5,-52],[0,-17],[1,-16],[7,-36],[94,-304],[52,-172],[4,-10],[9,-23],[46,-150],[107,-345],[54,-180],[6,-18],[-62,-23],[6,-19],[8,-33],[-22,-6],[31,-94],[22,-85],[88,37],[10,-33],[19,-57],[7,-13],[3,-7],[12,-18],[17,-16],[16,-15],[7,-8],[3,-8],[0,-12],[-38,-55],[-35,-50],[-10,-12],[-16,-22],[-78,-84],[146,-45],[145,-45],[88,-25],[36,-14],[123,-58],[59,-24],[162,-75],[33,-15],[38,-20],[59,-43],[43,-38],[17,-21],[98,-52],[145,-81],[27,-15],[120,128],[186,199],[14,-21],[123,-196],[35,-53],[17,-25],[238,-328],[149,-203],[150,-208],[156,-214],[20,-20],[15,-12],[174,-109],[3,-4],[0,-4],[31,15],[31,-4],[65,67],[147,146],[28,29],[26,25],[142,-78],[51,-29],[89,-51],[218,-124],[281,-158],[84,-49],[0,-1],[23,0],[0,0],[0,0],[30,-8],[27,-7],[107,-27],[372,-102],[23,-7],[99,-23],[643,-184],[-119,-343],[-21,-59],[-2,-19],[3,0],[81,-20],[208,-55],[155,-40],[255,-66],[90,-22],[201,-49],[125,-33],[-2,-8],[42,16],[1,2],[45,168],[60,225],[229,-65],[208,-57],[195,-56],[64,218],[39,132],[5,17],[151,-64],[349,-150],[121,-50],[-15,-140],[-26,-221],[-26,-252],[-20,-177],[-8,-6],[-20,-23],[4,-8],[6,-52],[0,-2],[4,-20],[4,-3],[14,-12],[2,-2],[24,-5],[54,-2],[390,-7],[22,-1],[18,-1],[26,-1],[43,-8],[30,-10],[38,-22],[45,-35],[41,-40],[60,-60],[40,-45],[63,-79],[18,-25],[75,-103],[-1,-24],[-7,-17],[-18,-28],[-12,-27],[-15,-51],[-17,-40],[-24,-50],[-31,-56],[-40,-69],[-21,-28],[-10,-11],[13,-26],[0,-1],[8,-9],[11,-5],[23,-13],[67,-47],[75,-51],[28,-18],[12,-13],[6,-19],[-6,-30],[-29,-101],[-6,-20],[15,-9],[2,-1],[269,-112],[3,-23],[8,-72],[31,-204],[33,-211],[4,-34],[-2,-26],[-3,-23],[-10,-34],[-7,-14],[-33,-42],[-68,-78],[-111,-126],[-48,-55],[-62,-71],[-37,-46],[-24,-44],[-23,-47],[-2,-5],[-15,-32],[0,0],[6,-25],[-10,-20],[44,-36],[148,-126],[-13,-15],[-58,-70],[-98,-111],[-81,-98],[-25,-29],[-80,-94],[-48,-58],[-1,-3],[-4,-13],[-26,30],[-42,47],[-13,13],[-35,-94],[-30,-72],[-22,-63],[-15,-51],[-19,-107],[-4,-16],[-5,-19],[-4,-16],[-13,-32],[-28,-45],[-33,-44],[-18,-21],[-15,-22],[-4,-5],[13,-13],[124,-118],[8,-7],[10,14],[14,-25],[-26,-88],[-86,-304],[5,-8],[27,-32],[23,-30],[4,-5],[18,-33],[9,-21],[0,-18],[-40,-7],[-99,-17],[-21,-3],[-282,-50],[-133,-26],[-60,-10],[-31,-6],[-21,-4],[-14,53],[-16,54],[-21,56],[-33,-6],[0,-1],[-20,-5],[-94,-13],[-122,-17],[-90,-14],[-33,-7],[-6,-2],[-17,-6],[-12,-4],[-23,-10],[-22,-17],[-9,-7],[-28,-25],[-20,-19],[-25,-26],[-103,-134],[-9,-10],[-3,-3],[-15,-12],[-31,-14],[-95,-35],[-32,-13],[-47,-21],[-161,-80],[-101,-50],[-49,-25],[-47,-27],[-24,-16],[-21,-17],[-24,-25],[-113,-165],[-130,-184],[-129,-186],[-46,-66],[-28,-38],[-28,-33],[-17,-18],[-21,-21],[-82,-82],[-35,-36],[-5,-6],[-25,-30],[-24,-38],[-24,-43],[-38,-75],[-29,-52],[-11,-19],[-16,-29],[-27,-7],[-17,-6],[3,-42],[10,-22],[15,-23],[22,-19],[26,-21],[-20,-6],[-15,-4],[-25,-20],[-24,-20],[-31,-31],[-63,-63],[-37,-40],[-14,-14],[-12,-18],[-38,-60],[-54,-81],[-21,-27],[-27,-31],[-68,-75],[-43,-47],[-21,-24],[-8,-18],[1,-66],[10,-128],[5,-42],[4,-35],[-109,-18],[-94,-16],[-28,-5],[-23,-5],[18,-161],[5,-18],[42,11],[61,14],[89,22],[60,12],[40,6],[82,7],[0,0],[32,3],[41,3],[110,13],[110,13],[14,2],[50,6],[70,10],[73,11],[92,13],[15,2],[18,2],[14,1],[75,14],[66,13],[45,7],[36,0],[28,-2],[68,-9],[27,-3],[23,2],[23,5],[28,7],[75,30],[108,43],[20,13],[-13,-49],[-8,-35],[0,-22],[6,-15],[44,-50],[33,-44],[29,-51],[16,-28],[14,-14],[16,-13],[30,-9],[32,-9],[40,-12],[39,-6],[57,-6],[41,-4],[50,0],[58,-1],[19,-2],[67,-14],[30,-7],[8,-2],[9,-2],[31,-7],[70,-18],[64,-19],[42,-11],[40,-6],[38,-4],[25,-1],[42,1],[40,4],[22,4],[22,11],[51,31],[48,27],[34,15],[36,8],[34,4],[32,0],[28,-3],[53,-7],[35,-11],[81,205],[31,72],[5,0],[9,19],[40,91],[-71,44],[5,176],[5,98],[90,-48],[104,-73],[36,8],[20,-17],[25,-22],[122,-98],[152,-123],[137,-110],[187,-153],[13,8],[17,17],[182,202],[109,108],[32,-62],[64,-124],[13,-24],[6,-14],[13,-29],[25,-54],[35,-79],[10,-24],[2,-2],[24,-24],[46,-124],[74,-209],[6,-17],[59,-175],[37,-102],[41,-120],[7,-20],[26,8],[171,56],[138,47],[136,-270],[73,-145],[13,-22],[6,-2],[192,-42],[130,-31],[48,-11],[7,-1],[4,-1],[134,-30],[72,-17],[233,-52],[128,-30],[50,-13],[2,-1],[1,0],[2,-1],[26,-10],[15,-5],[36,-18],[5,-3],[47,-28],[70,-46],[88,-60],[22,-10],[39,-25],[13,-6],[9,16],[51,82],[18,29],[27,43],[23,36],[2,3]],[[577480,311465],[45,-68],[25,-35],[28,-41],[20,-34],[22,-37],[20,-38],[58,-117],[33,-67],[51,-97],[24,-54],[6,-21],[6,-16],[8,-16],[11,-15],[0,0],[28,-42],[40,-51],[39,-39],[21,-31],[15,-29],[5,-23],[12,-78],[11,-35],[16,-33],[17,-36],[8,-13],[4,-8],[27,-41],[89,-136],[89,-130],[41,-64],[10,-16],[38,-61],[26,-47],[15,-30],[15,-32],[7,-24],[4,-11],[1,-8],[215,84],[26,12],[42,17],[114,43],[35,12],[29,6],[26,2],[44,3],[32,-3],[37,-6],[26,-6],[18,-8],[18,-9],[37,-3],[90,-10],[15,-4],[22,-7],[-3,24],[-10,70],[-26,218],[-7,70],[17,2],[307,15],[240,10],[19,0],[-8,24],[-18,45],[-24,60],[-17,49],[-5,12],[-48,127],[-18,47],[3,19],[5,25],[12,123],[28,321],[14,160],[11,126],[0,0],[1,10],[-55,11],[-214,43],[-138,30],[-118,24],[-245,50],[-188,39],[-319,65],[-193,40],[-70,14],[-23,2],[-51,2],[-56,4],[-76,2],[-72,2],[-90,9],[-124,8],[-79,5],[-63,2],[-48,1],[-54,-3],[-17,-20],[-2,0],[-38,-38],[-37,-40],[-14,-14],[-1,-7],[1,-10],[9,-15],[17,-27],[93,-140],[31,-45]],[[606302,278653],[0,0],[45,-35],[72,-50],[193,-134],[44,-32],[297,-221],[124,-92],[4,-3],[125,-93],[96,-72],[8,-7],[158,-119],[174,-130],[94,-90],[-1,-1],[58,-53],[0,0]],[[608346,276740],[-2,-5],[97,-98],[2,-2],[-34,-42],[-107,-143],[-11,-14],[10,-15],[52,-61],[219,-240],[4,-5]],[[579451,306981],[35,-303],[-14,-3],[41,-97],[56,-134],[-19,-8],[0,0],[-148,-64],[-19,-9],[-75,-34],[-37,-18],[-27,-14],[-66,-45],[-18,-12],[-18,-11],[-15,-12],[2,-61],[35,-42],[-194,-246],[-75,63],[-89,-169],[-12,11],[-10,-21],[-5,4],[-9,4],[-6,3],[-17,-10],[-27,-19],[-34,-11],[-49,-5],[-24,-3],[-4,0],[-12,-1],[-34,-18],[-25,-17],[38,61],[15,24],[15,25],[20,32],[5,-4],[-5,4],[-46,31],[-3,2],[-157,69],[-154,69],[-2,1],[-94,48],[-54,31],[-58,43],[-52,44],[-37,35],[-46,43],[-29,35],[-21,29],[-21,29],[-31,50],[-27,45],[-17,40],[-16,18],[-8,6],[0,0]],[[580672,307489],[-253,10],[-15,-30],[-1,-3],[-94,-157],[-28,-48],[-65,-109],[-98,-163],[-2,2],[0,0],[-3,4],[-12,13],[-11,18],[-13,26],[-1,4],[-46,123],[-62,162],[-21,57],[-31,86],[-9,22],[-2,-1]],[[585899,302631],[35,-52],[56,-89],[77,-121],[44,-69],[30,-44],[28,-42],[30,-39],[43,-56],[61,-69],[49,-54],[60,-55],[11,-11],[21,-19],[105,-90],[91,-75],[29,-24],[64,-54],[34,-30],[1,0],[122,-105],[5,-4],[145,-124],[78,-66],[169,-139],[32,-26],[198,-166],[102,-79],[50,-38],[43,-33],[19,-12],[149,-101],[45,-30],[16,-2],[9,-6],[73,-46],[77,-43],[53,-30],[41,-23],[17,-9],[66,-35],[77,-38],[31,-14],[22,-10],[116,-51],[105,-40],[97,-37],[100,-38],[54,-20],[14,-5],[94,-31],[88,-28],[173,-56],[66,-22],[20,-7],[245,-80],[162,-49],[231,-62],[28,-7],[32,57],[24,47],[44,89],[7,-4],[0,0],[0,0],[7,-2],[130,-68],[48,-29],[62,-36],[18,-10],[26,-13],[86,120],[72,103],[82,121],[50,-30],[67,-43],[37,-30],[53,-45],[77,-68],[114,-99],[68,-56],[109,-94],[41,-35],[24,-20]],[[593339,297607],[16,-21],[118,-149],[36,-48],[12,-15],[96,-126],[75,-97],[103,-127],[82,-105],[111,-125],[10,-11],[119,-88],[84,-35],[13,-9],[16,-20],[7,-16],[2,-105],[-1,-73],[44,9],[0,-3],[-3,-1],[6,-54],[-8,-67],[38,-18],[-1,-1]],[[583121,300473],[-1,5],[-9,31],[31,28],[4,3]],[[582902,300992],[-85,96],[-5,6],[-51,59],[-10,11],[-169,191],[-9,10],[-34,30],[-42,-57],[-87,-117],[-42,-57],[-12,-21],[-4,-3]],[[581697,303764],[-1,5],[-30,83],[-21,61],[-1,2]],[[583933,310706],[5,10],[14,25],[7,30],[3,13],[5,17],[2,4],[33,-64],[28,-55],[7,-13],[67,4],[17,2],[154,13],[143,11],[119,11],[107,9],[14,-33],[43,-30],[101,-47],[63,-28],[34,-7],[30,15],[94,69],[59,43],[37,16],[18,2],[25,3],[76,-13],[3,0],[19,-4],[56,-18],[41,-32],[86,-63],[-9,-23],[1,-1],[-11,-22],[-63,-151],[145,-109],[153,-116],[304,-20],[104,-8],[11,-1],[10,1],[1,0],[50,1],[35,-4],[7,-1],[35,-9],[31,-16],[30,-25],[69,-80],[24,-23],[56,-51],[-13,-17],[70,-53],[160,-121],[139,-105],[55,-131],[-9,-6],[-5,-15]],[[576607,310753],[-49,10],[-12,78],[-16,104],[7,80],[-1,97],[-73,58],[-38,31],[-94,-57],[-72,-44],[-28,-44],[-23,-46],[-90,43]],[[75455,295595],[80,36],[46,19],[45,15],[37,9],[125,26],[60,14],[66,18],[59,23],[210,-366],[40,-71],[138,-240]],[[76361,295078],[99,-174],[-396,-53],[-205,-28],[-30,-1],[-75,-3],[-19,-2],[-29,-2],[-94,-10],[-75,376],[-24,120],[-58,294]],[[95309,297583],[-13,-9],[-1,28],[-20,155],[-42,369],[-25,191],[-15,141],[-4,32],[39,-42],[38,-35],[36,-22],[33,-10],[43,-10],[69,-36],[15,-11],[9,-13],[14,-41],[13,-43],[32,-76],[21,-49],[5,-11],[12,-36],[3,-43],[-4,-41],[-13,-48],[-12,-29],[-32,-58],[-40,-59],[-47,-69],[-47,-57],[-45,-47],[-22,-21]],[[82192,298596],[-1,1],[-9,28],[-8,17],[-6,11],[-14,11],[-20,10],[-21,10],[0,0],[-21,-2],[-109,-29],[-15,-5],[-8,-2],[-27,-7],[-185,-55],[-6,-1],[-3,-1]],[[81739,298582],[-39,246],[109,32],[91,94],[159,-12],[26,-2],[43,-4],[4,-20],[2,-10],[39,-209],[2,-10],[17,-91]],[[86827,299791],[-15,5],[-15,-84],[-11,-62],[-65,-359],[-31,1],[-287,11],[-27,-218],[-193,16],[0,-2],[-680,51],[-7,173],[-10,151],[-62,-1],[-7,0],[0,0]],[[85417,299473],[-2,47],[-3,48],[-15,257],[65,2],[0,5],[262,8],[0,2],[31,6],[1073,59],[7,21],[25,156],[15,3],[-48,-296]],[[87876,299888],[27,178],[285,27],[181,17],[84,7],[11,-28],[124,-3],[143,4],[57,8],[51,8],[12,2],[258,72],[177,52],[76,20],[161,27],[27,6],[175,39],[63,7]],[[89788,300331],[3,-29],[30,-360],[0,0],[49,-613],[-231,-45],[-453,-96],[-430,-93],[-265,-58],[-107,-23],[-234,-53],[-102,-21],[-111,-23],[-215,-46],[48,311],[45,298],[61,408]],[[95891,300308],[-11,47]],[[95880,300355],[44,4],[0,0],[17,1],[0,1],[69,6],[-68,-34],[-4,-2],[-2,-1],[-45,-22]],[[92497,300694],[-9,-67],[-45,-323],[-14,-108],[-35,6],[-55,-439],[-10,-81],[-113,91],[-139,111],[-133,100],[-151,110],[-76,49],[-108,57],[-39,24],[-24,-21],[-17,-7],[-30,-5],[-28,0],[-28,1],[-27,4],[-29,8],[-40,17],[-30,16],[-4,6],[-32,6],[-11,3],[-10,3],[-11,2],[-9,1],[-11,0],[-7,0],[-84,485],[4,11],[8,6],[221,-6],[462,-13],[5,191]],[[91838,300932],[17,-7],[338,-181],[54,-27],[26,-9],[137,-8],[87,-6]],[[90470,300576],[17,10],[323,340],[285,14]],[[91095,300940],[1,-3],[0,0],[-73,-2],[-2,-43],[-10,-6],[-13,-4],[-20,-5],[-32,0],[-28,-6],[-28,-11],[-22,-14],[-12,-14],[-15,-12],[-25,-7],[-24,-3],[-25,-11],[-16,-11],[-25,-2],[-13,-2],[-52,-49],[-23,-31],[-21,-29],[-65,-67],[-17,-11],[-41,-15],[-24,-6]],[[72629,293681],[5,-26],[11,7],[18,4],[1,0],[6,2],[5,-13],[6,-31],[24,-86],[11,-43],[3,-17],[0,-17],[-2,-5],[-2,-10],[-12,-27],[-10,-3],[-22,-5],[-7,0],[-30,-171],[202,-174],[40,-34],[-78,-83],[-15,-15],[-70,74],[-55,51],[-25,20],[-88,34],[-65,10],[-1,-8],[-34,-51],[-67,49],[-31,24],[-87,-131],[-4,-6],[-61,47],[-152,113],[-21,16],[-25,29],[-17,20],[-13,14],[-21,15],[-38,19],[1,14],[0,3],[12,32],[14,28],[15,24],[21,27],[1,1],[25,22],[7,5],[-2,7],[28,21],[28,12],[-40,156],[159,53],[40,7],[72,14],[32,13],[52,30],[5,1],[7,4],[142,75],[14,8],[30,22],[8,5],[88,45],[42,23],[7,-7],[8,-13],[24,-51],[-152,-76],[18,-40],[10,-32],[5,-25]],[[95295,299250],[22,-20],[0,1],[35,-32],[-1,-7],[2,-12],[5,-20],[18,-32],[14,-31],[7,-23],[4,-12],[24,-54],[34,-81],[48,-127],[48,-118],[68,-152],[8,-36],[3,-31],[2,-42],[2,-41],[0,0],[0,-2],[0,0],[3,1],[17,19],[24,14],[1,-14],[-9,-50],[-4,-36],[-1,-14],[-2,-25],[1,-38],[3,-33],[10,-30],[16,-32],[19,-24],[-13,-58],[-4,-39],[-1,-56],[4,-120],[-2,-27],[-1,-17],[-7,-40],[-9,-32],[-2,-6],[-22,-49],[-4,-9],[-5,-10],[-19,-36],[-3,-7],[-16,-41],[-9,-52],[-1,-46],[5,-15],[8,-11],[4,-5],[-11,-30],[-6,-17],[-18,-55],[-13,-39],[-25,-84],[-11,-64],[-1,-71],[5,-52],[9,-35],[13,-38],[19,-47],[26,-56],[2,-12],[3,-28],[1,-48],[7,-49],[11,-52],[21,-75],[12,-27],[19,-18],[19,-9],[19,-1],[16,-1],[14,-13],[3,-8],[-1,-10],[-10,-12],[-29,-21],[-43,-36],[-20,-31],[-8,-26],[-14,-47],[-4,-8],[-4,-13],[-5,-11],[-10,-37],[-2,-29],[-1,-13],[4,-124],[4,-47],[9,-58],[11,-40],[25,-89],[13,-53],[33,-169],[13,-45],[14,-34],[45,-87],[85,-159],[35,-56],[17,-17],[21,-18],[6,-12],[4,-13],[1,-23],[11,-80],[11,-58],[8,-17],[31,-65],[37,-67],[29,-50],[23,-28],[13,-24],[11,-25],[-1,1],[-1,-2],[-7,-7],[-3,-4],[-172,228],[-1,1],[-144,230],[-105,175],[-82,133],[-27,41],[-31,31],[-9,6],[-11,14],[-10,-3],[-76,38],[-117,57],[-6,1],[-26,15],[-36,-9],[-24,10],[13,16],[2,170],[0,2],[-11,21],[-13,28],[-5,10],[-43,93],[-64,176],[-24,62],[-70,-18],[-14,65],[-8,35],[-21,96],[-13,67],[-2,15],[-2,15],[42,5],[29,7],[2,15],[5,17],[8,38],[17,53],[64,13],[50,11],[64,14],[47,11],[122,33],[51,14],[36,12],[20,15],[13,22],[4,25],[0,27],[-7,39],[-1,10],[-3,25],[0,47],[-9,1],[1,-62],[4,-30],[6,-34],[3,-25],[-5,-18],[-11,-15],[-18,-14],[-13,-5],[-44,-17],[-69,-18],[-103,-25],[-65,-15],[-109,-22],[-17,-4],[9,13],[6,1],[149,524],[61,117],[-80,17],[-30,7],[17,42],[0,0],[4,1],[-2,10],[-3,19],[-1,12],[-36,310],[-7,2],[-3,0],[-22,179],[-38,305],[5,12],[2,12],[1,13],[-2,12],[-1,25],[-17,121],[-2,25],[-6,39],[-4,16],[-3,9],[-26,66],[-16,42],[-5,13],[-4,12],[-4,13],[-18,42],[-11,30],[2,2],[0,1],[19,32],[33,65],[27,50],[18,33],[20,35],[23,38],[30,49],[8,11],[26,35],[19,24],[24,23],[18,23],[10,10],[39,40]],[[95891,300308],[-28,-15],[-120,-50],[-140,-56],[-9,-4],[-59,-28],[-30,-7],[-22,-5],[-18,-1],[-134,-29],[-41,-7],[-6,-1],[-9,-48],[-9,-20],[-15,-25],[-242,30],[-10,-12],[8,-31],[-12,-16],[0,-16],[25,-43],[28,-69],[34,-92],[12,-31],[51,24],[42,-96],[50,-57],[13,14],[54,57],[16,-40],[3,-36],[3,-50],[-6,-47],[-7,-35],[-11,-29],[-14,-25],[-22,-24],[-38,-42],[-113,-142],[0,0],[-63,-98],[-124,-188],[-2,-2],[-9,-14],[0,10],[-80,218],[-167,90],[-25,14],[-39,20],[-23,11],[-5,3],[-326,167],[83,212],[31,-19],[2,6],[47,129],[19,51],[49,133],[7,20],[-75,34],[-19,8],[43,146],[20,70],[5,14],[-22,0],[-39,-2],[-38,-10],[-41,-14],[-29,-17],[-3,-2],[0,13],[9,17],[12,22],[-7,2],[4,19],[-9,3],[2,8],[11,45],[-61,18],[-452,143],[-520,164],[-60,18],[-161,53],[-57,18],[-97,32],[-150,40],[-9,-66],[-9,-69],[-1,-2],[-161,16],[-79,6]],[[91838,300932],[-6,3],[-6,10],[-17,0],[-347,13],[-367,-18]],[[90470,300576],[-25,-15],[-143,-75],[0,0],[-2,-1],[-17,-120],[-248,-3],[-62,-1],[-184,-30],[-1,0]],[[87876,299888],[-263,-38],[-367,-56],[43,175],[0,15],[0,10],[-194,-25],[-58,-221],[-8,-15],[-202,58]],[[85417,299473],[0,-2],[-28,-2],[-137,-13],[-260,-24],[15,-170],[4,-73],[2,-19],[4,-63],[19,-304],[9,-134],[4,-48],[0,0],[1,-20],[-7,-1],[-20,-4],[-196,-39],[-227,-47],[-61,-13],[-5,-83],[-17,-349],[1,-20],[10,-14],[13,-12],[175,-13],[31,-3],[59,-142],[5,-88],[1,-6],[2,-56],[-36,-112],[-167,-27],[-86,-17],[-102,-22],[-53,-9],[-23,-3],[-24,-3],[1,18],[-16,45],[-9,25],[11,10],[9,2],[20,29],[-6,34],[-2,29],[0,42],[-7,14],[-12,5],[-69,10],[-54,9],[-4,-16],[5,-7],[7,-23],[0,-16],[1,-13],[-2,-20],[-8,-16],[6,-33],[-21,-1],[-41,-11],[-34,-12],[-23,-14],[-31,-48],[-26,-33],[9,-10],[-13,-15],[-3,-16],[-15,-29],[-26,-26],[-24,-22],[-28,-15],[-17,-6],[-20,-59],[-9,-47],[-7,-15],[-23,-206],[-7,-35],[-4,-27],[-7,-31],[-11,-30],[-6,-7],[26,-23],[-14,-11],[-29,-32],[-197,-237],[-209,-253],[-111,-135],[-256,-315],[-170,-212],[-27,17],[-20,13],[-19,12],[229,284],[206,255],[20,25],[45,56],[240,297],[90,111],[101,129],[29,40],[14,26],[7,18],[13,74],[17,95],[2,19],[10,76],[32,129],[6,45],[-1,89],[-4,253],[206,3],[6,140],[-27,0],[-1,0],[0,0],[-2,0],[0,40],[-2,89],[-16,2],[0,8],[-21,2],[-115,13],[-17,2],[-1,0],[-135,14],[-9,-30],[0,0],[0,-2],[-22,-79],[-4,-31],[-209,30],[-100,15],[36,-240],[33,-210],[-2,-16],[-41,-23],[-24,-12],[-64,-66],[-259,-270],[-93,94],[-25,27],[-12,3],[-11,0],[-14,-10],[-89,-97],[-17,-17],[-154,-170],[-12,-5],[-5,-15],[-6,-19],[-37,-37],[-86,-91],[0,-15],[-73,-84],[-73,-79],[-243,-265],[-31,-43],[-20,-24],[-15,13],[-17,18],[-20,28],[-6,8],[-1,0],[-7,12],[-13,4],[-69,104],[-70,110],[-56,76],[-64,76],[-284,-154],[-10,15],[-37,-14],[-3,-1],[0,6],[0,6],[-103,192],[-10,16],[-142,272],[36,39],[9,17],[-244,150],[-24,12],[-96,-59],[-14,24],[-18,39],[1,0],[1,1],[116,75],[48,-30],[285,-175],[267,173],[256,162],[171,112],[33,17],[9,3],[-8,20],[-74,120],[-98,165],[-69,-44],[-18,-12],[-47,49],[-7,7],[-10,12],[-141,162],[-95,107],[-16,20],[-12,14],[-13,15],[-18,31],[18,4],[29,6],[36,4],[87,23],[-3,15],[-1,18],[-1,13],[6,15],[6,6],[4,5],[26,8],[16,9],[18,18],[9,19],[14,12],[33,9],[35,0],[15,-3],[14,-6],[5,-9],[2,-19],[8,-14],[15,-7],[34,-3],[2,0],[6,5],[0,5],[19,0],[147,1],[1,-66],[0,-1],[21,-3],[0,71],[222,5],[29,1],[1,-6],[4,-24],[17,0],[-4,18],[-27,146]],[[81739,298582],[0,0],[-8,-2],[-1,0],[-15,51],[-4,8],[-12,55],[-147,-57],[0,0],[-20,59],[-23,46],[-35,-14],[15,-49],[-121,-51],[12,-35],[-44,-20],[-17,-5],[41,-152],[2,-20],[-3,-14],[-4,-9],[-21,-28],[-3,0],[-12,-4],[-27,-8],[-218,-48],[-136,-25],[-127,-18],[-67,-10],[-60,-4],[-44,0],[-106,10],[-51,0],[-37,-7],[-32,-12],[-22,-9],[-16,-14],[-18,-22],[-30,-46],[-54,-83],[-8,-14],[-75,0],[-8,33],[-127,-2],[-2,-47],[0,-2],[-12,4],[-39,17],[-33,5],[-23,4],[-1,0],[-109,-12],[-68,-11],[-13,-3],[-74,-15],[-97,-30],[-41,-16],[-28,-16],[-92,-75],[-25,-19],[-3,21],[-4,0],[-26,12],[-25,-6],[-33,10],[0,6],[-18,0],[-12,4],[-18,11],[-9,6],[-24,-15],[-8,17],[-5,11],[-19,7],[-7,2],[-39,47],[-12,15],[-11,14],[-8,10],[-11,21],[-29,59],[-45,96],[-15,31],[-40,82],[-20,35],[-5,10],[-28,39],[-19,29],[-13,-10],[-28,-11],[-35,-12],[-62,-8],[-110,-8],[-232,-22],[2,-41],[14,-181],[196,18],[95,9],[177,18],[-3,52],[8,-5],[9,-4],[8,-3],[22,-3],[15,-3],[9,-3],[14,-7],[73,-151],[26,-50],[9,-16],[6,-8],[50,-64],[7,-8],[5,-8],[17,-25],[-76,-8],[-84,-16],[-86,-21],[30,-134],[-174,-66],[-142,-53],[-43,-21],[-92,-26],[-5,20],[-222,-79],[-141,-48],[-38,-13],[-29,-18],[-16,-14],[-4,-16],[-7,-7],[-16,0],[-15,6],[-16,4],[-9,-1],[-6,-9],[-2,-11],[-6,-5],[-19,-5],[-8,-5],[-4,-6],[29,-68],[2,-5],[12,-24],[6,-20],[21,-50],[-25,-13],[1,0],[-4,-1],[-92,-45],[-6,20],[0,0],[-56,195],[-132,-47],[-11,-21],[-233,-87],[-8,15],[0,0],[7,-15],[77,-236],[11,-21],[56,-169],[16,-56],[-36,-17],[26,-81],[38,-114],[18,-55],[8,-24],[15,-48],[26,-83],[34,-95],[31,-92],[8,-26],[-100,-67],[-39,-25],[-288,-187],[-14,23],[-24,-12],[-12,-6],[-6,-4],[-57,-37],[5,-13],[-113,-74],[-172,-115],[-81,-55],[12,-21],[-144,-96],[-185,-124],[-215,-140]],[[75455,295595],[-18,-7],[-26,-9],[-7,-1],[-16,-17],[-41,-36],[-25,-15],[-31,-14],[-22,-13],[-17,-20],[-10,-21],[-9,-29],[-3,-25],[-2,-31],[4,-96],[1,-33],[0,-45],[-4,-63],[0,-36],[1,-37],[7,-93],[14,-201],[-439,-39],[16,-43],[195,-463],[10,-19],[-1,0],[-32,0],[-22,1],[-24,0],[-40,88],[-63,143],[-87,197],[-3,8],[-4,4],[-11,10],[-7,7],[-10,13],[-13,14],[-16,18],[-108,-52],[-87,-41],[2,-21],[-2,-11],[-2,-7],[-5,-10],[-7,-8],[-5,-5],[-9,-5],[-10,-3],[-7,0],[-10,1],[-6,3],[-6,3],[-8,7],[-5,5],[-8,13],[-45,-21],[-174,-81],[-139,-65],[-32,19],[-25,14],[-33,16],[-54,23],[-41,13],[-51,10],[-19,1],[-19,2],[-20,2],[-13,27],[-83,193],[-6,14],[-21,2],[-11,-2],[-8,0],[-6,4],[-10,12],[-19,32],[-65,-24],[-19,-7],[-79,-28],[-57,169],[-217,-81],[0,-24],[-25,-15],[41,-118],[8,-23],[3,-13],[0,-9],[-13,-44],[-15,-60],[-6,-11],[-8,-7],[-13,-8],[-21,-10],[-10,-12],[-5,-25],[-17,-35],[-107,-41],[-84,-35],[16,-49],[-48,-20],[45,-143],[-26,-15],[-110,-58],[-120,-66],[-90,-48],[-15,-9],[-35,-20],[-57,-27],[-61,-28],[-55,-25],[-22,-7],[-31,-9],[-100,-35],[-60,-20],[-144,-49],[-138,-46],[-34,-11],[-50,-17],[-33,-11],[-2,5],[-68,278],[-343,-109],[-101,-32],[-27,-8],[38,-106],[-83,-9],[2,-13],[-50,-3],[-6,38],[-118,-17],[-64,-8],[-58,-12],[-4,-6],[-2,-7],[-1,-7],[2,-7],[4,-6],[2,-4],[4,-3],[4,-1],[4,0],[5,-52],[-90,-13],[-6,54],[0,8],[-19,207],[-18,191],[-15,31],[-79,-51],[-38,-38],[-35,-46],[-44,-40],[-34,-34],[-35,-25],[-43,-22],[-26,-8],[-12,-3],[-10,-1],[-16,-1],[-1,-7],[-2,-10],[-6,-9],[-16,-8],[-27,-7],[-13,-8],[-3,-4],[-4,-5],[14,-61],[2,-10],[13,-56],[1,-6],[18,-79],[8,-35],[13,-36],[10,-37],[0,-1],[3,-10],[2,-11],[0,-1],[-42,-11],[-1,6],[-39,164],[-111,-57],[-11,30],[-39,3],[-28,15],[-41,19],[-31,-2],[-20,4],[-18,0],[-8,-5],[-10,-5],[-3,-4],[-50,-34],[-43,17],[-30,-30],[-4,4],[-10,9],[-5,1],[-5,0],[-6,-3],[-31,-39],[-6,-6],[-9,-8],[-26,-9],[-68,-26],[-35,99],[63,26],[27,7],[32,5],[83,39],[17,8],[20,6],[4,0],[37,11],[38,12],[-5,11],[5,2],[24,10],[29,19],[3,3],[20,19],[27,14],[23,19],[19,25],[7,19],[14,40],[29,-7],[49,89],[-74,31],[17,46],[20,-9],[17,44],[-41,19],[-32,-84],[-69,30],[-12,5],[-9,6],[-2,0],[0,1],[-4,10],[-10,10],[-3,2],[-6,4],[-13,4],[-27,7],[-7,3],[-6,5],[-5,9],[-2,9],[-1,8],[1,9],[6,22],[8,13],[3,7],[15,23],[15,18],[-34,81],[4,28],[29,18],[44,28],[35,21],[54,28],[29,15],[57,30],[37,20],[21,11],[72,35],[31,17],[113,48],[45,17],[31,18],[34,18],[56,37],[23,13],[55,29],[56,25],[54,19],[1,0],[2,1],[54,34],[1,0],[77,47],[27,17],[36,23],[15,7],[43,22],[23,16],[36,26],[14,9],[62,41],[73,47],[33,18],[35,20],[27,12],[60,37],[68,49],[40,31],[52,45],[43,24],[15,7],[21,14],[9,6],[15,10],[20,13],[63,41],[20,13],[35,23],[15,10],[50,34],[42,26],[48,36],[28,17],[59,38],[32,23],[45,28],[38,28],[44,34],[50,31],[32,24],[36,26],[50,31],[39,25],[46,25],[45,25],[5,7],[24,15],[59,34],[56,35],[56,38],[21,20],[54,34],[54,38],[34,15],[40,26],[52,25],[38,18],[20,14],[49,19],[51,24],[44,29],[4,1],[0,-1],[14,8],[37,25],[33,20],[60,33],[52,34],[47,24],[25,26],[50,36],[53,43],[75,48],[48,26],[34,5],[35,26],[74,53],[39,30],[70,43],[52,37],[51,37],[65,40],[31,13],[26,23],[27,35],[44,24],[48,24],[41,30],[54,14],[62,37],[73,43],[64,49],[61,33],[57,37],[55,39],[52,40],[66,48],[42,32],[48,40],[26,15],[33,19],[73,60],[57,41],[54,36],[61,47],[44,31],[72,38],[51,28],[-8,-2],[3,2],[8,1],[5,3],[534,163],[240,147],[139,86],[2,1],[45,27],[40,25],[72,44],[89,55],[90,55],[100,62],[152,93],[1,1],[0,0],[47,29],[37,26],[0,0],[0,0],[61,43],[51,36],[33,23],[94,64],[70,51],[2,2],[132,92],[350,263],[328,279],[274,267],[14,12],[419,267],[151,79],[236,124],[114,60],[1114,679],[509,300],[340,230],[343,232],[66,25],[50,22],[45,20],[37,20],[21,11],[25,14],[0,-1],[26,15],[27,14],[36,15],[79,28],[93,34],[8,3],[43,15],[104,38],[104,38],[104,37],[19,7],[10,5],[0,0],[2,1],[6,3],[49,26],[2,1],[41,13],[78,26],[48,17],[47,16],[80,32],[43,18],[104,42],[51,23],[63,28],[50,21],[51,20],[79,36],[47,21],[73,33],[66,33],[47,23],[69,31],[56,19],[73,33],[76,23],[60,25],[6,1],[29,8],[33,21],[26,6],[57,15],[54,14],[41,6],[3,-1],[39,-3],[38,6],[52,13],[62,15],[56,14],[77,19],[59,17],[54,15],[54,16],[41,13],[102,33],[135,47],[29,11],[68,19],[76,23],[35,13],[1,0],[31,11],[79,29],[40,15],[48,17],[50,13],[52,23],[30,13],[49,20],[63,30],[20,7],[68,22],[80,25],[97,25],[78,17],[96,25],[80,10],[71,17],[94,13],[132,17],[144,5],[41,-4],[6,-1],[13,-2],[33,-5],[37,-7],[57,-20],[59,-26],[57,-33],[29,-23],[1,-1],[37,-29],[57,-24],[52,-8],[37,-6],[106,-23],[82,-12],[250,-25],[54,-2],[80,-6],[69,-12],[80,-7],[91,-6],[112,2],[82,5],[47,-3],[118,-9],[59,-5],[46,0],[54,-3],[118,-8],[68,-3],[60,-4],[54,-8],[54,-7],[50,-2],[44,-2],[175,-24],[95,-8],[63,-5],[61,-3],[62,-6],[77,-14],[116,-10],[100,-3],[62,0],[42,0],[54,0],[53,-2],[79,-2],[48,0],[41,-4],[35,-3],[72,-7],[54,-9],[39,-4],[35,-3],[51,-7],[34,-8],[35,-9],[36,-4],[40,-10],[48,-17],[59,-15],[69,-13],[1,0],[9,-2],[24,-6],[18,-4],[30,-15],[104,-16],[95,-18],[77,-15],[73,-18],[1,-1],[21,-5],[48,-12],[69,-16],[58,-13],[51,-16],[47,-16],[47,-15],[169,-60],[128,-39],[44,-13],[24,-9],[75,-11],[46,-6],[48,-8],[7,-1],[50,-7],[46,-9],[82,-25],[76,-22],[50,-14],[57,-18],[72,-26],[46,-17],[78,-27],[37,-15],[26,-11],[36,-21],[42,-25],[38,-23],[54,-26],[43,-24],[55,-29],[35,-20],[40,-30],[48,-42],[43,-38],[34,-24],[39,-51],[23,-27],[19,-36],[28,-33],[17,-33],[7,-34],[17,-22],[37,-35],[30,-36],[3,-3],[21,-21],[29,-28],[25,-31],[40,-32],[18,-18],[15,-23],[14,-29],[26,-25],[14,-11],[8,-7],[48,-27],[28,-21],[35,-18],[28,-12],[37,-12],[46,-28],[44,-20],[32,-20],[44,-28],[31,-22],[50,-34],[29,-12],[43,-31],[28,-11],[27,-23],[28,-29],[36,-31],[29,-30],[41,-44],[42,-38],[26,-24],[43,-41],[42,-30],[56,-45],[8,-6],[22,-17],[35,-23],[57,-56],[22,-22],[48,-36],[53,-31],[72,-37],[160,-69],[47,-13],[65,-23],[53,-20],[10,-3],[2,-1],[39,-12],[70,-18],[36,-8],[71,-12],[61,-3],[56,-4],[38,3],[28,9],[29,7],[33,9],[35,9],[51,10],[30,8],[32,8],[16,4],[42,11],[59,15],[49,9],[51,14],[49,6],[62,7]],[[86825,300403],[157,-28],[53,230],[-76,16],[29,142],[-64,13],[15,74],[-254,51],[-36,-274],[27,-3],[-5,-42],[-8,-52],[6,-1],[0,-1],[169,-29],[-13,-96]],[[81803,297340],[-224,-165],[-156,-118],[86,-53],[82,-50],[58,-41],[25,-23],[65,-83],[33,-44],[29,-35],[37,-42],[22,-31],[16,-24],[33,-51],[23,-38],[42,-65],[38,-60],[13,-18],[4,-1],[112,111],[89,97],[235,248],[14,17],[100,105],[-98,92],[-13,12],[-72,64],[15,12],[190,171],[7,9],[4,6],[22,15],[-28,39],[-232,309],[-11,15],[-19,24],[-20,-15],[-137,-104],[-144,-106],[-240,-179]],[[685067,731978],[9,-19],[-249,0],[-217,0],[-53,0],[-245,-1],[-49,0],[-30,0],[-25,-1],[-27,-5],[-34,-11],[-38,-17],[-45,-26],[-36,-27],[-37,-34],[-28,-32],[-36,-40],[-104,-126],[-32,-34],[-43,-37],[-38,-28],[-42,-24],[-40,-17],[-46,-15],[-45,-11],[-51,-6],[-42,0],[-21,2],[-40,7],[-56,14],[-98,27],[34,102],[-75,23],[-108,31],[-39,15],[-38,20],[-16,12],[-12,19],[-6,21],[0,26],[4,14],[5,14],[3,7],[5,16],[0,12],[-2,14],[-7,25],[-3,13],[-1,10],[0,24],[1,11],[4,15],[8,22],[11,22],[21,35],[23,40],[11,25],[7,21],[2,17],[3,23],[7,22],[15,37],[5,21],[0,16],[-5,9],[-24,24],[-130,129],[-21,59],[-76,513],[312,190],[29,19],[-148,228],[105,31],[343,102],[22,7],[36,11],[68,25],[59,25],[79,33],[118,50],[87,37],[36,16],[101,42],[13,6],[30,41],[115,167],[109,159],[63,92],[115,-70],[106,-64],[35,-22],[94,-57],[332,-200],[96,-59],[-140,-454],[26,-116],[-1,-368],[-2,-284],[-1,-35],[0,-80],[-5,-490]],[[690340,727166],[-350,-525],[-29,-43],[-162,-244],[-174,-262],[-156,-236],[-157,-232],[-106,-161],[-2,2],[-28,48],[-6,23],[-29,-21],[-16,16],[-29,20],[-22,12],[-15,5],[-10,0],[-37,-26],[-29,-20],[-313,-222],[-12,-11],[-18,-23],[-170,-246],[-253,-80],[-24,-14],[-48,-42],[-63,-54],[-95,-78],[-29,-23],[-14,-8],[-30,-17],[-35,-14],[-31,-9],[-21,-10],[-29,-6],[-25,-3],[-38,0],[-101,10],[-129,14],[-25,10],[-224,78],[-19,3],[-98,-158],[-46,-76],[-4,-9],[-2,-6],[-2,-16],[2,-44],[-2,-41],[0,-35],[-7,-51],[-6,-21],[-12,-27],[-21,-40],[-26,-38],[-103,-151],[-71,-103],[-111,-160],[-19,-27],[-7,-10],[-6,-10],[-15,-34],[-110,-303],[-71,-196],[-152,-420],[-149,-413],[-103,-284],[-67,-188],[-50,-142],[-75,-211],[-81,-222],[-367,-1004],[-397,170],[-12,36],[-34,35],[-12,18],[-7,22],[-10,16],[-15,7],[-19,-2],[-16,-10],[-14,-19],[-16,-37],[-191,82],[-25,5],[-14,-57],[-47,-205],[-62,-269],[205,-86],[44,-19],[474,-207],[-7,-78],[0,-6],[0,-11],[10,-18],[5,-16],[3,-18],[0,-27],[-5,-66],[-13,-186],[-8,-75],[-8,-30],[-12,-33],[-32,-75],[-89,-204],[-261,-610],[-33,-78],[-160,76],[-48,19],[-179,64],[-83,29],[-173,62],[-26,-4],[-54,17],[-25,10],[-32,16],[-61,35],[-34,13],[-30,6],[-39,3],[-133,2],[-33,-139],[-149,58],[-75,-221],[-105,43],[49,233],[2,7],[3,13],[27,112],[56,229],[34,132],[-227,4],[-242,4],[123,550],[40,213],[-423,3],[119,508],[82,358],[6,45],[6,66],[4,97],[1,17],[1,27],[-41,3],[-90,3],[-97,3],[-21,1],[-564,18],[-19,0],[-51,-188],[1,-14],[-4,-17],[-135,-598],[-27,-119],[-8,-34],[-38,-166],[-34,-146],[-24,-104],[-22,-99],[-35,-149],[-38,-166],[-52,-225],[-138,-593],[-40,-170],[-15,-41],[-15,-83],[-1,-4],[-75,-328],[-114,-488],[-65,-280],[-66,-284],[-91,-389],[-4,-15],[-22,-93],[-82,6],[-586,52],[-172,15],[-322,27],[0,0],[-273,23],[-122,8],[-63,3],[-3,-16],[-15,-63],[-23,-97],[-64,-278],[-27,-114],[-36,-157],[-33,-144],[-36,-156],[-54,-231],[-4,-17],[-8,-34],[1441,255],[60,11],[80,15],[43,4],[94,16],[-11,-45],[-27,-111],[-12,-50],[-39,-163],[-7,-31],[-5,-23],[-1,-8],[-18,-8],[-54,-16],[-78,-22],[-55,-16],[-21,-6],[-143,-40],[-43,-13],[-167,-48],[-30,-9],[-70,-20],[-89,-25],[-99,-29],[-156,-46],[-135,-39],[-18,-5],[-15,-4],[43,-22],[81,-57],[-143,-268],[-9,-16],[-38,-71],[-31,-58],[-94,-176],[-76,-140],[-77,-140],[-159,-292],[-180,123],[-9,4],[-62,42],[-21,14],[-239,165],[-239,164],[-24,16],[-9,5],[-225,155],[-76,54],[-52,-92],[-37,-57],[-89,-137],[-71,50],[-10,21],[-6,-7],[-3,-13],[-3,-20],[-9,-16],[-20,-26],[-66,-64],[-85,-80],[-18,-16],[-143,-133],[-66,-60],[-32,-29],[-20,-17],[-43,29],[-5,-14],[-141,-275],[-128,89],[-18,12],[-338,233],[-34,24],[-5,5],[-120,87],[-30,-25],[-52,-49],[-58,-62],[-36,-46],[-35,-50],[-34,-9],[-15,9],[-19,-26],[-27,-48],[-25,-57],[-18,-50],[-5,-20],[-34,32],[-5,10],[3,18],[7,40],[38,164],[58,258],[31,137],[3,16],[21,89],[14,68],[31,147],[50,227],[2,24],[0,7],[-1,19],[-4,25],[0,29],[11,48],[45,172],[20,82],[45,186],[1,13],[-3,12],[2,37],[17,1],[88,362],[18,73],[109,466],[111,475],[5,27],[23,103],[41,185],[8,32],[4,18],[98,431],[73,319],[21,94],[4,17],[25,115],[117,500],[14,60],[140,605],[95,412],[93,414],[90,392],[84,391],[28,126],[104,456],[48,212],[71,312],[13,59],[94,414],[113,508],[37,159],[37,162],[9,36],[26,116],[56,237],[4,19],[30,147],[21,89],[172,757],[15,76],[0,0],[16,-3],[280,1],[117,1],[93,0],[44,3],[40,4],[232,39],[60,9],[43,7],[299,47],[969,147],[52,-3],[21,-7],[33,-14],[46,0],[59,0],[34,9],[8,3],[38,21],[46,33],[34,15],[48,13],[98,18],[100,17],[41,9],[-66,-392],[-2,-66],[9,6],[13,1],[14,-4],[5,-7],[1,-24],[3,-6],[7,-3],[12,-3],[4,-7],[0,-10],[1,-8],[11,-4],[9,1],[7,-5],[5,-6],[14,-1],[7,-5],[10,-4],[17,9],[11,5],[22,-6],[40,174],[39,-2],[11,50],[9,11],[439,-219],[604,-307],[409,-206],[8,19],[64,156],[157,380],[361,-184],[60,-31],[19,39],[315,554],[11,20],[35,61],[11,20],[131,227],[13,24],[141,247],[139,243],[10,18],[38,67],[8,15],[127,223],[95,169],[23,41],[11,20],[36,63],[11,21],[61,109],[13,23],[29,51],[246,-127],[522,-266],[39,-16],[37,104],[185,546],[14,12],[11,4],[8,0],[10,-3],[370,-158],[540,-224],[13,-7],[11,36],[201,493],[78,191],[8,20],[3,9],[283,357],[117,148],[64,-30],[281,-132],[121,-56],[1,0],[-1,-1],[49,-23],[15,31],[76,166],[-137,74],[278,358],[148,-130],[0,-31],[1,-28],[6,-30],[7,-27],[11,-28],[135,-347],[5,-12],[-1,-15],[-3,-9],[-6,-8],[-11,-9],[34,-20],[21,-12],[30,-22],[12,-18],[15,-26],[65,-166],[176,251],[139,198],[65,94],[86,121],[78,112],[150,210],[16,-1],[419,-35],[139,-11],[17,0],[33,-229],[62,-417]],[[384873,563078],[1,-80],[0,-1],[0,-1],[0,-9],[0,-24],[0,0],[0,-14],[0,-66],[2,-124],[1,-76],[0,-22],[3,-110],[11,-136],[0,-5],[2,-18],[8,-8],[7,-5]],[[384908,562379],[0,0],[-329,-152],[-13,-12],[-69,-36],[-87,-25],[-45,-38],[-63,-28],[-39,0],[-33,8],[-49,20],[-54,23],[-34,19],[-78,46],[-50,25],[-24,5],[-59,-1],[-74,6],[-62,9],[-59,17],[-74,34],[-90,47],[-77,36],[-113,49],[-35,15],[-37,12],[-44,12],[-50,10],[-109,20],[-57,9],[-62,4],[-49,-4],[-54,-8],[-58,-16],[-52,-16],[-90,-27],[-71,-20],[-43,-7],[-30,0],[-40,5],[-36,9],[-51,16],[-157,57],[-40,9],[-48,6],[-40,-3],[-37,-11],[-32,-17],[-50,-24],[-156,-82],[-93,-47],[-53,-25],[-42,-15],[-37,-9],[-53,-5],[-46,-16],[-46,-22],[-68,-37],[-190,-107],[-32,-18],[-36,-15],[-122,-44],[-94,-36],[-37,-16],[-24,-16],[-73,-57],[-38,-34],[-33,-19],[-33,-15],[-77,-27],[-129,-45],[-71,-25],[-74,-32],[-90,-43],[-30,-12],[-35,0],[-83,7],[-47,1],[-40,-3],[-3,0],[-69,6],[-130,10],[-26,7],[-19,4],[-40,20],[-28,19],[-19,24],[-9,23],[-6,20],[-1,7],[1,22],[8,25],[15,31],[8,17],[8,24],[-2,18],[-14,20],[-24,27],[-46,41],[-18,11],[-9,6],[-25,14],[-74,42],[-85,46],[-16,3],[-15,-5],[-11,-9],[-17,-12],[-14,-4],[-14,8],[-27,24],[-35,31],[-35,32],[-85,79],[-79,73],[-58,52],[-40,29],[-8,5],[-24,14],[-42,25],[-73,32],[-38,10],[-62,17],[-115,30],[-79,24],[-40,16],[-5,1],[-41,22],[-100,38],[-58,14],[-88,14],[-31,4],[-8,14],[-8,19],[-15,8],[-24,4],[-69,-6],[-48,-3],[-86,1],[-100,-1],[-76,-5],[-45,-8],[-27,-8],[-16,-20],[1,-24],[7,-13],[15,-7],[19,-2],[152,1],[280,-3],[54,-3],[57,-9],[53,-12],[51,-16],[55,-18],[43,-24],[29,-30],[23,-39],[21,-52],[20,-75],[14,-69],[11,-41],[11,-22],[10,-37],[9,-31],[4,-39],[-1,-32],[-14,-55],[-1,-5],[-6,-30],[-1,-54],[2,-69],[6,-63],[21,-146],[4,-25],[5,-42],[6,-55],[0,-21],[1,-62],[-1,-91],[-13,-68],[-10,-38],[-13,-47],[-33,-82],[-31,-48],[-30,-29],[-30,-21],[-35,-22],[-4,-3],[-8,-2],[-37,-13],[-44,-9],[-53,-8],[-59,-3],[-52,2],[-80,13],[-123,20],[-74,8],[-81,14],[-16,-4],[-25,1],[-25,-7],[-20,-10],[-55,-2],[-89,4],[-37,6],[-12,16],[-21,12],[-35,1],[-27,8],[-12,12],[-19,24],[-21,18],[-26,13],[-31,1],[-30,-6],[-33,47],[7,20],[3,33],[-7,29],[-21,25],[-20,20],[-13,25],[-10,15],[-19,3],[-15,-9],[-11,-24],[-12,-9],[-14,3],[-36,23],[0,0],[-46,47],[-6,16],[-2,21],[21,38],[11,36],[-77,125],[-10,4],[-21,-10],[-23,25],[-32,42],[-2,45],[-8,29],[-16,10],[-11,17],[-3,12],[-1,5],[10,12],[29,27],[27,11],[22,9],[15,23],[21,25],[25,17],[23,5],[27,2],[9,4],[20,18],[23,33],[10,23],[12,35],[5,27],[-5,20],[-19,24],[-14,16],[-15,2],[-38,1],[-28,3],[-19,-4],[-31,-25],[-19,-7],[-13,1],[-20,6],[-14,1],[-12,-8],[-14,-13],[-18,-1],[-27,21],[-21,-1],[-20,2],[-10,9],[-7,10],[-11,20],[-11,12],[-18,4],[-10,11],[-1,9],[-13,18],[-8,3],[5,28],[-1,23],[-2,14],[-9,7],[-10,4],[-6,10],[1,13],[0,14],[-6,12],[-13,2],[-8,8],[-4,36],[3,17],[11,14],[6,12],[-1,14],[-8,11],[-8,17],[-8,44],[0,18],[3,9],[8,12],[3,7],[2,14],[-3,24],[6,20],[-7,-4],[59,222],[10,4],[-2,83],[-5,-2],[9,76],[148,70],[200,100],[275,133],[130,61],[376,189],[39,18],[19,6],[10,11],[3,9],[-4,17],[-9,21],[0,16],[18,112],[40,229],[75,467],[45,292],[13,81],[5,44],[-3,38],[-7,18],[-13,20],[-32,30],[-45,37],[-68,45],[-74,59],[-88,66],[-100,78],[-62,58],[-161,155],[-162,160],[-148,149],[-71,73],[-144,161],[-60,66],[-40,55],[-24,37],[-30,56],[-53,75],[-36,50],[-15,21],[-40,51],[-28,19],[-34,12],[-39,7],[-27,-5],[-37,-17],[-75,-49],[-46,-27],[-58,-32],[-100,-42],[-103,-34],[-91,-35],[-55,-13],[-20,-7],[-25,1],[-83,-7],[-88,-4],[-123,-2],[-138,-3],[-248,-1],[-140,-9],[-42,-6],[-31,-7],[-33,-15],[-25,-20],[-18,-18],[-17,-24],[-4,-8],[-305,-40],[-233,77],[-46,129],[8,22],[21,44],[343,165],[4008,1930],[210,101],[-15,444],[0,6],[0,3],[-3,77],[-132,4024],[-93,2830],[-1060,416],[-10,6],[-42,-78],[-21,-27],[-138,-274],[-113,-210],[-216,-260],[-294,-348],[-510,-380],[-107,-80],[-130,-73],[-575,-325],[-465,-233],[-986,-335],[-584,-211],[-269,-34],[-496,-26],[-323,0],[-1324,39],[-1743,232],[-1359,501],[-766,501],[-234,199],[458,492],[5,-11],[12,-12],[16,-6],[22,0],[26,4],[94,34],[17,-1],[19,-10],[27,-27],[30,-45],[13,-13],[14,-12],[11,-5],[9,9],[25,45],[20,42],[15,29],[11,16],[18,15],[8,2],[17,0],[52,-9],[30,-2],[29,1],[43,5],[55,10],[44,17],[39,21],[11,11],[10,17],[15,36],[17,40],[20,38],[30,48],[30,42],[19,26],[24,26],[25,23],[27,19],[35,15],[30,18],[14,12],[44,48],[106,120],[18,20],[67,71],[63,67],[78,77],[44,45],[13,16],[11,15],[9,17],[17,42],[18,53],[7,16],[7,9],[14,11],[107,81],[24,20],[24,22],[24,21],[59,52],[43,40],[27,15],[33,10],[16,0],[17,-4],[20,-10],[83,-42],[-4,-20],[-5,-55],[5,-56],[13,-54],[21,-50],[29,-46],[35,-39],[41,-32],[46,-23],[48,-15],[51,-5],[50,5],[48,15],[23,10],[429,220],[23,13],[41,32],[36,39],[29,46],[21,50],[13,54],[4,55],[-1,21],[21,12],[30,16],[12,15],[14,19],[12,11],[16,8],[42,-1],[14,3],[15,7],[26,16],[9,2],[19,0],[16,-5],[18,-2],[16,-1],[17,1],[22,3],[18,6],[20,9],[25,14],[19,15],[7,2],[9,1],[22,-14],[7,-1],[9,3],[12,9],[15,18],[17,29],[15,33],[13,35],[9,20],[12,15],[20,14],[15,10],[19,-1],[23,-5],[23,-11],[13,-10],[-10,-17],[58,-39],[119,-81],[24,-18],[19,-20],[10,-15],[17,-42],[89,-220],[26,-67],[23,-40],[13,-22],[8,-18],[3,-13],[14,-101],[18,-123],[27,-190],[14,-93],[7,-64],[11,-61],[5,-18],[71,-97],[12,-11],[112,-61],[146,-81],[177,-89],[501,-264],[17,-14],[38,-51],[161,-207],[22,-25],[30,-20],[21,-5],[21,-8],[40,-14],[17,-1],[12,7],[46,63],[30,47],[33,34],[6,4],[14,-3],[34,-20],[15,-5],[14,2],[32,25],[25,12],[19,16],[7,11],[12,9],[14,6],[42,5],[23,7],[25,18],[32,19],[16,2],[21,8],[39,24],[36,4],[11,3],[65,55],[0,14],[9,6],[89,0],[143,-161],[10,12],[-215,240],[-47,54],[1,11],[14,38],[11,12],[3,2],[9,-8],[19,11],[14,20],[14,59],[-4,13],[-18,15],[-21,13],[-11,22],[46,53],[36,41],[2,8],[-1,14],[-60,193],[-14,41],[-4,21],[-1,12],[1,21],[3,26],[4,15],[4,6],[13,1],[13,6],[18,11],[17,13],[27,26],[13,20],[6,16],[7,25],[5,36],[3,28],[5,24],[4,12],[8,10],[24,28],[11,17],[11,22],[14,45],[16,37],[29,58],[5,10],[0,10],[-40,59],[-12,12],[-11,6],[-19,2],[-13,6],[-13,10],[-8,12],[-2,15],[2,12],[4,14],[18,28],[16,23],[8,13],[7,22],[13,79],[7,22],[5,15],[11,11],[15,9],[9,5],[3,3],[15,14],[18,15],[16,17],[7,10],[7,16],[12,29],[6,8],[11,17],[4,14],[7,14],[5,8],[4,6],[3,8],[1,11],[-1,6],[-12,11],[0,7],[2,11],[18,28],[4,10],[0,8],[-3,5],[-3,6],[1,14],[1,10],[4,14],[3,12],[-3,32],[12,79],[7,34],[2,24],[0,23],[-3,64],[-2,22],[-5,28],[0,28],[2,23],[6,17],[6,9],[1,62],[7,84],[0,54],[-1,16],[-15,12],[-6,10],[-19,53],[-33,84],[-3,7],[0,5],[20,37],[5,18],[8,31],[2,15],[-2,25],[3,10],[1,12],[-2,11],[-4,7],[-8,8],[-19,2],[-16,-3],[-30,-11],[-31,-14],[4,12],[23,20],[16,18],[13,20],[2,12],[-5,15],[-24,33],[-10,13],[-15,19],[-10,19],[-17,20],[-11,10],[-8,2],[-7,-1],[-8,-4],[-40,-26],[-10,-6],[-11,-2],[-7,0],[-12,6],[-25,14],[-27,0],[-11,-2],[-21,-8],[-25,-10],[-15,-10],[-21,-16],[-10,-7],[-12,-4],[-13,-1],[-14,1],[-12,4],[-11,7],[-3,6],[-4,8],[-27,72],[-12,42],[-10,41],[-9,50],[-4,39],[1,39],[1,20],[3,12],[11,13],[10,9],[16,9],[12,5],[24,27],[10,7],[10,3],[29,0],[9,2],[19,9],[39,26],[12,2],[10,-2],[6,-6],[8,-10],[10,0],[70,21],[40,8],[43,2],[23,1],[12,3],[12,6],[6,10],[4,11],[2,139],[-1,11],[-5,13],[-9,12],[-11,5],[-13,0],[-18,-5],[-27,-11],[-8,-5],[-10,25],[7,8],[16,25],[13,11],[13,9],[21,11],[48,23],[16,11],[11,9],[23,21],[42,46],[16,14],[9,5],[21,-1],[14,-2],[27,-5],[11,-3],[60,-16],[81,-26],[196,-70],[21,-5],[30,-4],[51,0],[31,4],[35,9],[34,14],[41,19],[41,29],[27,26],[32,36],[21,29],[28,39],[29,54],[22,42],[25,60],[16,46],[18,55],[26,107],[20,80],[6,26],[15,48],[21,56],[10,21],[16,21],[17,19],[31,26],[141,95],[133,66],[104,46],[89,41],[80,31],[54,17],[46,18],[47,8],[52,5],[20,0],[36,-1],[43,14],[34,17],[50,24],[45,22],[37,12],[33,9],[39,15],[69,57],[23,26],[8,30],[-1,40],[-14,74],[-4,48],[6,38],[20,100],[2,41],[2,73],[3,25],[29,79],[20,51],[8,35],[11,82],[15,88],[12,61],[12,46],[17,58],[33,83],[32,84],[1,41],[8,54],[1,9],[8,79],[19,99],[13,66],[7,66],[5,45],[15,33],[21,33],[32,42],[21,33],[28,59],[30,74],[16,43],[7,27],[4,31],[2,58],[6,69],[13,93],[15,96],[11,65],[24,95],[17,55],[22,52],[35,48],[35,44],[19,24],[13,24],[6,25],[3,26],[-3,21],[-19,63],[-3,47],[0,46],[10,60],[19,93],[35,179],[16,69],[43,166],[50,174],[23,76],[26,60],[33,63],[83,144],[41,75],[52,95],[60,94],[40,56],[16,28],[9,34],[13,49],[16,45],[27,39],[20,20],[30,21],[48,21],[57,12],[43,10],[29,14],[18,22],[17,26],[15,32],[11,34],[22,57],[27,55],[37,52],[26,39],[19,31],[12,26],[16,44],[14,34],[19,24],[17,16],[52,31],[54,27],[7,4],[92,47],[54,30],[52,32],[47,36],[25,22],[23,20],[58,57],[44,48],[38,47],[62,92],[46,65],[44,57],[30,38],[24,40],[29,47],[42,45],[29,21],[50,26],[51,21],[39,10],[119,21],[204,33],[48,9],[52,19],[50,29],[48,32],[45,39],[78,83],[60,63],[21,19],[28,10],[116,16],[29,6],[44,25],[96,54],[9,4],[48,20],[72,31],[82,28],[112,33],[35,7],[14,15],[19,26],[28,67],[67,157],[46,109],[105,239],[21,42],[31,40],[34,48],[15,25],[13,56],[20,79],[12,38],[26,47],[96,195],[324,661],[104,217],[38,63],[37,46],[69,68],[73,61],[65,46],[167,112],[110,69],[136,91],[95,65],[65,38],[73,35],[77,41],[74,38],[34,12],[47,13],[48,8],[47,7],[29,1],[36,-4],[48,-7],[102,-20],[138,-29],[211,-59],[107,-31],[110,-26],[88,-14],[66,-13],[50,-11],[105,-32],[263,-82],[180,-62],[153,-51],[212,-65],[10,-1],[10,2],[12,10],[32,30],[7,34],[22,122],[28,164],[17,71],[16,44],[21,46],[32,58],[18,52],[12,43],[10,46],[3,65],[0,46],[-11,84],[-17,124],[-3,69],[4,54],[26,132],[18,51],[39,70],[38,48],[28,28],[45,34],[48,40],[39,38],[89,94],[25,31],[8,10],[32,45],[28,43],[35,68],[24,44],[27,39],[29,26],[39,27],[39,30],[35,36],[41,44],[56,70],[85,118],[46,72],[27,50],[23,49],[11,33],[3,6],[12,45],[8,50],[2,46],[-2,59],[-7,117],[-1,165],[-2,47],[-5,55],[-33,180],[-5,51],[4,26],[7,39],[10,37],[3,57],[0,34],[-8,55],[-14,85],[-12,87],[9,18],[32,44],[34,40],[23,18],[4,2],[48,14],[13,13],[15,0],[24,-7],[249,-96],[11,2],[76,209],[25,189],[48,90],[65,63],[131,63],[138,135],[89,261],[9,81],[-9,162],[-24,117],[-89,82],[-66,63],[-56,108],[-85,100],[14,20],[32,29],[51,46],[49,44],[40,35],[40,49],[44,41],[49,47],[55,50],[11,6],[59,34],[45,29],[46,29],[18,19],[24,33],[1,6],[2,16],[1,27],[6,22],[27,14],[12,2],[13,-5],[31,-15],[21,0],[40,9],[29,0],[55,-12],[15,3],[22,13],[31,25],[36,38],[56,39],[22,13],[27,34],[18,27],[21,31],[35,42],[64,91],[8,33],[21,37],[24,50],[23,37],[21,48],[14,39],[0,26],[-5,11],[-9,17],[-9,4],[27,127],[39,90],[45,71],[286,382],[30,40],[125,161],[0,0],[2,-1],[4,4],[0,0],[23,12],[8,-1],[12,-1],[131,139],[1,-4],[14,-19],[46,-32],[18,-23],[9,-35],[4,-13],[12,-16],[108,-72],[36,-25],[20,-5],[51,-3],[60,-5],[18,3],[16,15],[108,187],[94,179],[100,193],[192,363],[45,106],[42,93],[54,142],[78,208],[46,134],[39,146],[33,141],[14,67],[37,191],[26,151],[18,146],[13,176],[23,303],[30,384],[19,242],[25,375],[44,556],[36,421],[0,17],[-6,8],[141,0],[175,3],[46,13],[40,28],[66,71],[33,49],[111,101],[173,165],[127,117],[22,17],[126,21],[49,2],[178,-20],[212,-16],[216,-9],[25,-6],[39,-17],[42,-13],[326,-4],[153,-2],[21,12],[42,44],[119,163],[22,15],[69,54],[46,39],[30,44],[43,88],[35,80],[28,44],[110,128],[20,32],[36,73],[85,174],[89,170],[46,67],[85,99],[58,69],[94,53],[8,5],[209,91],[111,31],[135,60],[107,42],[82,20],[242,53],[90,8],[112,-19],[72,-17],[47,8],[139,42],[256,74],[312,61],[52,11],[59,37],[46,55],[50,66],[54,65],[103,112],[102,99],[137,126],[113,94],[118,107],[132,94],[129,82],[134,75],[215,105],[86,51],[52,20],[157,33],[18,12],[37,53],[87,129],[16,12],[25,19],[282,52],[30,5],[40,-5],[69,7],[45,9],[60,23],[64,22],[105,26],[133,28],[180,42],[80,37],[24,4],[16,-3],[63,-20],[80,-19],[25,-2],[-48,35],[18,22],[-53,97],[22,42],[11,25],[12,65],[4,79],[-14,84],[-25,80],[-29,78],[-45,68],[-53,64],[-38,35],[-57,37],[-96,43],[-1,2],[-55,36],[-44,59],[-9,20],[-8,2],[-17,-16],[-17,-18],[-18,-4],[-66,24],[-29,0],[-20,2],[-35,4],[-271,45],[-96,14],[-31,0],[-239,-50],[-431,-84],[-541,-100],[-368,-70],[-398,-79],[-373,-71],[-147,-18],[-87,-9],[-82,0],[-271,5],[-664,24],[-28,3],[-47,28],[-134,163],[-22,34],[8,132],[0,89],[-15,67],[-30,66],[-26,58],[-38,82],[-48,58],[-110,93],[-271,236],[-90,77],[-69,59],[-46,58],[-53,81],[-231,403],[-42,78],[-21,43],[-27,64],[-30,48],[-34,26],[-34,6],[-36,-3],[-244,-90],[-24,14],[-34,25],[-70,56],[-63,57],[-90,92],[-66,73],[-29,39],[-6,18],[-1,9],[0,6],[1,22],[-3,15],[-9,7],[-8,11],[-1,12],[-5,17],[-9,13],[-29,18],[-20,97],[-93,-20],[-23,-4],[100,-474],[39,-183],[17,-93],[-7,-48],[-138,-268],[-113,-222],[-139,-259],[-36,-88],[-6,-42],[3,-44],[44,-160],[125,-443],[17,-66],[7,-40],[-63,-261],[-120,-485],[-41,1],[-138,-5],[-115,-35],[-92,-63],[-96,-110],[-73,-158],[-19,-204],[-1,-73],[-36,-117],[-12,-106],[-8683,1757],[-41,12],[-101,24],[-147,30],[-133,30],[-182,33],[-17,-3],[-9,12],[-10,2],[-5,2],[-16,4],[0,0],[-68,19],[-27,-5],[-36,-28],[-32,-21],[-38,-38],[-35,-55],[-18,-13],[-6,-2],[-403,384],[-788,754],[-143,137],[0,2],[40,8],[132,66],[95,66],[115,87],[89,71],[103,67],[25,13],[18,12],[41,28],[109,80],[92,64],[27,19],[214,136],[101,66],[151,112],[17,3],[26,-3],[30,7],[0,0],[9,1],[36,23],[11,6],[34,28],[16,13],[13,9],[53,37],[7,12],[0,12],[9,23],[161,108],[54,28],[36,9],[34,0],[40,-12],[35,-16],[110,-68],[72,-51],[5,-4],[1,-1],[0,0],[61,-43],[56,-27],[52,-18],[202,-63],[192,-55],[275,-84],[102,-39],[88,-25],[184,-18],[212,-24],[261,-29],[139,-12],[56,-1],[63,4],[110,15],[88,17],[99,27],[144,34],[76,12],[84,21],[83,30],[93,39],[182,82],[38,13],[37,8],[33,4],[33,9],[30,14],[19,18],[22,26],[14,26],[0,42],[-104,310],[-10,30],[0,21],[5,24],[28,56],[24,32],[14,8],[30,3],[32,12],[26,28],[26,39],[29,33],[8,26],[0,30],[-14,30],[-115,134],[-31,25],[-39,2],[-31,-14],[-25,12],[-58,72],[-24,50],[-3,31],[18,41],[40,64],[16,30],[0,29],[-13,30],[-38,26],[-47,36],[-52,46],[-42,24],[-25,6],[-29,-1],[-20,-5],[-14,6],[-16,18],[-26,39],[-7,9],[-3,3],[0,24],[-7,29],[-15,37],[-39,91],[4,20],[-7,93],[-16,49],[-31,72],[-51,98],[-56,91],[-41,46],[-21,21],[-32,21],[-38,19],[-46,15],[-27,5],[-29,3],[-16,-3],[-12,9],[-150,146],[-90,92],[-38,30],[-61,43],[-46,41],[-29,38],[-90,120],[-62,82],[-16,32],[-14,51],[-19,79],[-10,62],[1,47],[-3,59],[-9,70],[-23,116],[-22,126],[-5,54],[-7,128],[-14,51],[-21,60],[-41,108],[-35,105],[-15,93],[-20,187],[-19,237],[-10,145],[1,0],[-2,40],[4,27],[8,27],[0,38],[-8,172],[-11,94],[-12,41],[0,75],[8,88],[12,44],[14,36],[32,50],[45,64],[17,42],[5,45],[-2,11],[-7,40],[-25,51],[-33,61],[-2,44],[0,6],[1,7],[9,69],[4,21],[11,97],[13,96],[8,48],[22,129],[45,267],[21,80],[32,28],[19,15],[37,19],[15,15],[9,12],[6,17],[37,137],[9,47],[-10,15],[10,35],[9,29],[20,15],[1,3],[113,81],[42,32],[5,-36],[25,-43],[20,-15],[123,20],[83,140],[190,532],[-34,155],[30,7],[20,7],[15,4],[0,0],[5,-20],[136,36],[53,11],[2,0],[12,-9],[14,-19],[41,-114],[15,-35],[26,-46],[20,-32],[21,-18],[37,-25],[84,-39],[74,-29],[124,-32],[106,-20],[82,-12],[66,-3],[58,2],[83,8],[30,9],[27,10],[21,15],[28,32],[236,314],[24,36],[42,77],[26,78],[4,30],[2,32],[0,28],[-9,77],[-1,32],[5,27],[12,27],[14,16],[31,16],[1,2],[93,38],[2,-7],[56,-161],[68,-196],[1,-1],[2,-1],[42,-26],[31,-12],[26,-4],[18,-2],[38,2],[18,3],[26,5],[18,6],[63,21],[115,41],[99,35],[15,7],[25,13],[71,38],[45,24],[33,22],[33,25],[330,365],[27,39],[10,15],[13,20],[18,33],[65,156],[41,110],[6,23],[1,2],[6,15],[21,58],[12,49],[7,32],[8,66],[-1,68],[-4,60],[-6,48],[-4,49],[-5,35],[-9,57],[-21,61],[66,155],[46,109],[91,229],[81,203],[43,108],[38,97],[45,113],[106,285],[5,8],[139,210],[80,117],[67,98],[60,91],[67,100],[49,73],[42,61],[55,81],[46,65],[17,16],[17,25],[29,24],[13,15],[17,21],[46,63],[7,10],[60,87],[7,12],[68,110],[16,30],[20,40],[6,15],[22,52],[14,35],[9,25],[14,47],[7,27],[13,58],[7,47],[1,18],[1,31],[0,16],[-9,78],[-10,41],[-12,42],[-16,41],[-5,14],[-128,298],[-4,10],[-109,233],[-91,217],[-12,25],[-29,46],[-35,39],[-41,32],[-46,24],[-48,14],[-51,5],[-50,-5],[-32,-10],[-2,11],[-1,54],[-10,61],[-5,21],[-33,79],[-61,181],[-44,136],[-20,79],[-84,369],[-39,189],[-54,227],[-60,169],[-22,82],[-37,123],[-79,283],[-19,31],[-42,44],[-41,33],[-117,168],[-189,377],[-85,388],[-48,293],[-19,251],[-56,283],[-57,220],[-95,219],[-170,199],[-236,157],[-208,63],[-246,0],[-293,53],[-208,115],[-16,6],[-22,31],[-12,10],[-39,27],[-50,36],[-151,101],[-10,7],[-65,46],[-53,39],[-47,40],[-31,29],[-18,24],[-37,44],[-35,47],[-17,25],[-12,18],[-6,14],[-12,34],[-10,34],[-95,378],[-4,18],[-5,93],[-4,38],[-13,60],[-21,68],[-16,59],[-10,30],[3,179],[0,59],[4,41],[22,90],[20,69],[5,3],[5,3],[0,35],[3,14],[3,36],[-11,43],[-7,18],[-45,58],[-13,22],[-16,28],[-14,29],[-23,65],[-11,17],[-10,7],[-12,-1],[-1,2],[-8,18],[21,24],[7,14],[1,1],[21,21],[21,29],[18,48],[7,26],[2,31],[-1,23],[-13,36],[-10,20],[-22,77],[-33,96],[-65,177],[-15,19],[-4,3],[-9,4],[-8,4],[-32,32],[-81,65],[-50,35],[1,2],[-6,4],[-11,7],[-10,7],[-11,7],[-1,1],[-10,7],[-4,2],[-28,20],[-56,35],[-25,10],[-18,8],[-11,10],[-10,20],[-34,91],[-121,333],[-67,178],[-24,50],[-18,34],[-62,83],[-47,74],[-29,55],[-21,47],[-58,172],[-300,916],[-163,505],[-21,36],[-7,15],[-17,19],[-19,19],[-32,22],[-28,15],[-39,18],[-38,14],[-44,19],[-76,35],[-40,51],[-32,27],[-15,10],[-30,13],[-19,10],[-10,2],[-6,3],[-14,15],[-20,34],[-12,22],[-89,98],[-34,44],[-14,26],[-16,51],[-48,170],[-31,109],[-14,64],[-4,36],[0,43],[3,43],[33,378],[-3,46],[-8,48],[-3,36],[12,100],[77,576],[72,421],[0,25],[-39,65],[-138,190],[-57,99],[-47,103],[-62,160],[-414,1129],[-121,295],[-90,200],[-151,330],[-134,274],[-125,246],[-101,186],[-77,140],[-195,345],[-19,39],[-101,287],[-30,67],[-147,228],[-35,55],[-101,170],[-105,287],[-4,288],[-3,251],[-2,109],[-3,55],[-16,123],[-22,76],[-36,70],[-33,37],[-124,88],[-93,77],[-97,86],[-157,147],[-50,45],[-151,152],[-142,159],[-157,163],[-70,58],[-118,88],[-126,89],[-105,83],[-101,75],[-26,46],[-34,68],[-10,13],[-20,26],[-32,26],[-66,53],[-56,42],[-34,39],[-17,22],[-26,38],[-6,9],[-1,2],[-55,93],[-110,187],[-22,25],[-5,7],[-14,20],[-17,23],[-15,18],[-20,20],[-20,25],[-16,16],[-16,14],[-14,12],[-12,19],[-16,21],[-6,15],[-9,20],[-11,27],[-1,-1],[-5,14],[-21,92],[-22,149],[-7,95],[4,158],[9,152],[8,57],[7,44],[1,20],[24,193],[6,23],[38,46],[27,227],[-16,67],[2,47],[7,52],[230,582],[23,70],[-2,76],[-10,44],[-12,39],[-30,80],[-45,114],[-46,147],[-27,102],[-4,15],[-9,43],[-8,62],[-15,156],[-14,115],[-27,100],[-55,134],[-40,123],[-68,353],[-68,332],[-24,74],[0,0],[0,1],[-12,38],[-55,153],[-65,155],[-30,93],[-6,31],[38,33],[59,72],[16,47],[6,64],[-4,66],[-27,102],[-17,41],[0,1],[-22,59],[-9,16],[-31,68],[-13,33],[-24,49],[-6,4],[-15,26],[-107,111],[-44,56],[-46,58],[-25,36],[0,0],[0,16],[34,78],[55,130],[2,7],[1,1],[1,4],[62,171],[18,72],[10,61],[3,63],[-7,54],[-32,68],[-60,107],[-2,2],[-7,13],[-16,26],[-10,15],[-20,30],[-25,31],[-30,34],[-27,36],[-15,21],[-4,6],[-15,27],[-5,13],[-8,19],[0,2],[-9,54],[-20,170],[-25,96],[-5,23],[-5,24],[-4,17],[-1,5],[-1,3],[-1,1],[-1,4],[-1,3],[-3,8],[-3,11],[-9,12],[-5,10],[-7,8],[0,1],[-19,26],[-266,654],[-37,43],[-80,64],[-23,23],[-23,14],[-6,5],[-45,41],[-17,27],[-11,27],[-3,24],[-3,9],[-5,8],[-13,21],[-71,179],[-10,24],[0,0],[-38,96],[12,19],[64,17],[14,22],[0,31],[-120,239],[-87,159],[-76,134],[-173,346],[-19,45],[0,60],[12,79],[19,82],[-2,57],[-15,65],[-24,34],[-32,21],[-76,8],[-8,9],[-39,183],[6,19],[83,73],[16,21],[145,354],[12,18],[39,34],[79,80],[41,52],[18,39],[12,42],[13,71],[12,29],[136,188],[18,40],[26,88],[29,51],[52,86],[5,10],[53,42],[21,26],[2,14],[-2,18],[-6,16],[0,0],[2,8],[-5,14],[-8,2],[-9,-5],[-3,-1],[-19,33],[-38,31],[-4,12],[-10,9],[-28,1],[-51,-14],[-52,-20],[-11,1],[-5,13],[-28,137],[-8,59],[0,35],[5,31],[9,29],[13,23],[25,36],[12,28],[0,23],[-1,34],[-9,34],[-16,29],[-29,36],[-35,33],[-29,19],[-26,13],[-23,3],[-19,-5],[-19,-11],[-13,-3],[-93,-14],[-74,-7],[-16,82],[-3,9],[-3,3],[-14,-3],[-1,-9],[9,-43],[2,-18],[-44,-56],[-25,-2],[-47,-7],[-4,10],[-6,9],[-7,4],[-8,0],[-10,-6],[-11,5],[-31,26],[-20,3],[-14,0],[-15,-2],[-7,-4],[-17,1],[-16,-1],[-18,-10],[-14,-6],[-9,37],[1,12],[0,2],[-2,2],[-2,2],[1,4],[4,21],[3,1],[14,14],[2,3],[11,15],[8,0],[7,6],[15,13],[21,-3],[12,3],[15,10],[19,6],[17,9],[32,21],[32,16],[25,11],[18,1],[20,6],[17,-2],[1,0],[2,0],[10,0],[8,5],[5,9],[0,10],[-5,18],[-4,30],[-39,258],[-1,27],[10,31],[23,32],[86,79],[32,34],[67,90],[26,36],[23,38],[11,30],[3,32],[-6,27],[-12,30],[-12,21],[-12,11],[0,1],[-11,10],[0,0],[-3,3],[-41,23],[-149,65],[-38,16],[-19,15],[-11,19],[-10,157],[-9,29],[-31,39],[-7,8],[-3,4],[-73,83],[-74,82],[-17,27],[-13,50],[-1,17],[-23,127],[-1,7],[-6,42],[-2,35],[46,309],[6,59],[15,108],[11,103],[5,22],[15,38],[23,40],[23,137],[-12,84],[-18,48],[-14,22],[-3,2],[-1,2],[-22,23],[-20,19],[-14,9],[-29,19],[-31,16],[-15,9],[-23,13],[-8,9],[-3,7],[14,59],[57,135],[21,52],[29,69],[24,54],[4,15],[0,12],[1,2],[0,11],[1,23],[-1,5],[0,17],[-6,41],[-9,64],[0,39],[-1,42],[1,44],[6,65],[-1,58],[-2,69],[-5,54],[0,26],[-1,16],[-47,192],[-44,216],[-36,157],[-44,186],[-38,160],[-88,396],[-45,207],[-32,198],[-36,128],[-59,221],[5,18],[14,55],[14,63],[4,26],[-3,18],[-8,32],[-4,27],[-4,35],[-2,52],[-17,293],[-2,106],[-9,254],[-4,143],[-9,2],[0,17],[0,18],[8,2],[2,10],[0,41],[-6,313],[-10,217],[-7,333],[0,18],[4,14],[6,19],[0,13],[-2,13],[-8,7],[-191,5],[-3,13],[-15,4],[-16,6],[1,46],[1,15],[227,-3],[7,5],[3,6],[-2,5],[-5,12],[-3,14],[2,35],[22,186],[10,71],[28,128],[129,485],[15,50],[87,269],[26,89],[13,60],[18,119],[36,202],[21,93],[18,55],[18,50],[36,63],[25,34],[21,49],[14,22],[29,36],[125,115],[190,167],[22,20],[5,16],[-5,19],[-25,38],[-129,210],[-4,7],[-3,5],[9,-1],[140,-58],[2,-30],[6,-41],[7,-47],[11,-41],[8,-18],[10,-13],[9,-4],[16,2],[18,10],[22,19],[15,11],[17,14],[31,34],[33,41],[104,143],[39,49],[39,35],[18,11],[18,7],[148,52],[268,104],[63,24],[42,21],[30,15],[70,46],[33,24],[42,35],[50,45],[35,32],[34,39],[159,192],[18,21],[18,-20],[42,-32],[45,-23],[49,-15],[50,-5],[50,5],[48,15],[46,23],[32,24],[11,6],[21,8],[28,6],[37,8],[76,12],[11,2],[156,30],[11,2],[33,8],[12,3],[35,10],[36,13],[43,20],[13,6],[52,27],[11,6],[49,28],[53,32],[24,5],[239,54],[12,3],[139,38],[14,4],[30,10],[364,-51],[29,-3],[23,0],[49,3],[22,4],[52,13],[23,9],[79,47],[23,19],[35,34],[20,23],[39,57],[24,44],[15,31],[11,28],[9,23],[108,324],[25,77],[18,62],[19,56],[6,18],[8,12],[7,14],[24,42],[62,94],[15,18],[25,29],[19,21],[21,21],[13,11],[43,36],[59,49],[43,33],[10,7],[53,45],[27,23],[10,9],[27,26],[23,24],[21,26],[25,29],[18,22],[17,24],[17,26],[23,41],[12,22],[34,73],[21,39],[14,16],[39,27],[66,38],[18,-14],[46,-24],[31,-10],[24,-6],[50,-5],[50,5],[21,5],[69,29],[103,61],[9,-3],[15,-5],[14,-4],[45,-8],[27,-2],[40,-1],[26,2],[19,1],[26,4],[63,17],[31,12],[38,13],[19,7],[34,15],[16,0],[64,-9],[36,-6],[29,-5],[48,-12],[44,-11],[39,-15],[68,-33],[33,-18],[45,-29],[61,-44],[45,-35],[53,-46],[13,-53],[22,-50],[21,-36],[16,-22],[7,-10],[36,-40],[41,-32],[27,-13],[10,-20],[15,-32],[65,-156],[15,-31],[2,-4],[11,-26],[26,-38],[17,-25],[8,-10],[65,-91],[15,-22],[15,-22],[23,-42],[56,-98],[21,-37],[-52,-90],[-195,-345],[-6,-11],[-12,-24],[-21,-50],[-13,-53],[-4,-56],[4,-55],[13,-54],[7,-20],[9,-23],[5,-9],[0,-27],[-8,-44],[-5,-14],[-6,-23],[-11,-25],[-7,-20],[-11,-37],[-12,-62],[-4,-35],[-2,-31],[0,-44],[1,-38],[7,-77],[4,-28],[6,-37],[27,-87],[12,-26],[37,-61],[22,-28],[46,-47],[26,-22],[49,-33],[26,-14],[35,-16],[33,-12],[21,-6],[38,-11],[9,-2],[34,-8],[35,-11],[21,-5],[64,-15],[80,-27],[48,-18],[15,-6],[58,-18],[22,-5],[44,-10],[111,-26],[338,-87],[34,-12],[33,-23],[30,-20],[33,-17],[26,-13],[32,-13],[18,-7],[44,-15],[40,-12],[13,-3],[30,-8],[26,-7],[33,-7],[45,-7],[30,-4],[52,-2],[28,2],[23,3],[181,29],[9,1],[49,15],[45,23],[10,8],[27,22],[14,10],[139,127],[21,12],[22,13],[37,19],[19,9],[31,17],[22,14],[8,5],[33,23],[57,50],[8,8],[28,30],[264,282],[25,31],[9,14],[54,68],[29,37],[8,11],[76,103],[41,50],[51,67],[40,50],[59,73],[35,45],[34,38],[7,8],[101,122],[32,37],[6,7],[35,44],[30,35],[38,42],[15,18],[21,27],[8,5],[47,34],[15,14],[40,43],[13,17],[12,18],[136,205],[14,9],[22,15],[29,22],[20,17],[20,18],[21,21],[18,20],[37,50],[14,24],[13,26],[14,22],[11,17],[264,234],[29,29],[10,12],[38,54],[7,13],[35,97],[6,27],[6,57],[1,16],[-1,34],[0,11],[-4,34],[-6,36],[-2,11],[-3,18],[-16,56],[-19,52],[-14,38],[50,-16],[103,-14],[35,-1],[9,-9],[15,-13],[13,-11],[26,-19],[46,-23],[49,-14],[38,-5],[15,-1],[54,3],[80,13],[29,-1],[20,2],[20,3],[27,6],[33,8],[40,14],[74,38],[130,93],[16,13],[96,80],[95,-215],[136,-117],[459,-202],[346,-138],[266,-103],[459,280],[217,91],[74,-162],[44,-71],[453,-546],[645,-826],[38,-40],[355,-314],[36,-27],[45,-24],[46,-13],[2,-16],[3,-22],[6,-26],[12,-24],[40,-40],[257,-215],[129,-99],[149,-103],[65,-37],[91,-45],[38,-17],[23,-14],[22,-16],[56,-48],[116,-104],[28,-24],[21,-16],[15,-7],[19,-7],[26,-2],[31,1],[30,11],[38,20],[88,56],[53,-29],[40,-4],[23,3],[24,-87],[12,-29],[8,-11],[21,-5],[38,-3],[48,10],[44,15],[51,26],[27,17],[39,23],[51,24],[49,25],[50,42],[62,53],[55,46],[46,27],[35,18],[39,13],[57,11],[57,7],[97,13],[153,24],[1,0],[31,7],[48,19],[41,17],[36,11],[44,10],[44,6],[182,23],[59,-1],[33,1],[32,4],[45,12],[77,32],[20,3],[22,-1],[28,-5],[135,-30],[41,-2],[75,9],[13,-2],[47,-14],[105,-32],[20,-2],[15,8],[19,14],[28,21],[44,22],[25,6],[75,-39],[66,-44],[7,-28],[10,-36],[3,-29],[10,-68],[4,-34],[5,-23],[7,-25],[11,-27],[16,-26],[24,-32],[35,-32],[163,-153],[17,-10],[14,5],[4,3],[13,9],[0,10],[5,7],[1,0],[19,0],[13,-7],[14,-19],[-3,-11],[-6,-7],[-3,-4],[-11,-1],[-12,0],[-3,-3],[-3,-3],[-2,-8],[0,-15],[27,-28],[16,-13],[35,-35],[47,-40],[24,-28],[29,-32],[14,-10],[34,-21],[13,-4],[24,-29],[12,-16],[15,-23],[-24,-19],[-52,78],[-14,-15],[63,-96],[40,33],[73,-109],[12,-22],[12,-19],[15,-13],[23,-9],[17,-13],[9,-12],[14,-22],[112,-222],[77,-188],[44,-138],[147,-440],[-63,-33],[12,-19],[74,38],[142,-62],[15,-18],[13,-16],[24,-40],[22,-44],[24,-66],[9,-51],[5,-66],[-9,-50],[-12,-48],[-10,-29],[-29,-105],[-40,-164],[-11,-34],[-8,-30],[-10,-30],[-10,-26],[-13,-23],[-23,-25],[-29,-27],[-249,-213],[-18,-22],[-15,-19],[-16,-27],[-10,-27],[-18,-37],[-32,-90],[-41,-108],[-26,-70],[-14,-46],[-10,-53],[-7,-66],[3,-45],[7,-30],[6,-20],[14,-26],[76,-102],[79,-112],[238,-327],[24,-31],[20,-19],[16,-9],[22,-9],[30,0],[20,7],[21,9],[125,55],[38,15],[48,14],[53,13],[64,15],[65,18],[52,18],[42,13],[53,16],[37,11],[39,8],[45,10],[74,33],[116,48],[34,9],[31,14],[57,15],[71,25],[44,12],[39,12],[47,14],[51,19],[58,13],[38,12],[140,41],[22,4],[23,10],[70,42],[36,23],[30,18],[36,19],[33,13],[50,18],[47,13],[53,11],[64,15],[64,17],[63,15],[49,11],[47,11],[32,15],[49,15],[47,18],[38,11],[33,7],[43,12],[46,10],[93,17],[40,9],[31,7],[29,9],[43,16],[39,14],[78,31],[37,14],[42,18],[42,16],[206,73],[52,22],[65,20],[59,24],[93,32],[33,9],[18,1],[11,-20],[24,-37],[52,-86],[23,-13],[22,-10],[26,-6],[29,3],[31,7],[32,22],[236,183],[152,105],[26,17],[62,15],[20,1],[35,-2],[34,-7],[44,-8],[127,-24],[10,-2],[484,-91],[23,-5],[37,1],[42,-2],[44,-1],[119,-11],[357,-21],[41,2],[34,-1],[30,2],[64,1],[56,0],[49,-2],[89,-7],[45,-6],[40,-5],[22,2],[19,5],[20,11],[13,16],[2,3],[7,12],[13,36],[5,24],[27,95],[11,62],[25,76],[39,86],[19,37],[25,46],[45,90],[22,29],[25,21],[36,23],[19,8],[25,16],[22,16],[31,26],[82,90],[411,444],[55,60],[119,140],[46,59],[38,50],[30,34],[7,7],[45,21],[1,1],[52,32],[31,24],[84,83],[87,94],[93,96],[100,102],[93,95],[93,93],[91,92],[98,107],[75,83],[30,33],[21,21],[11,14],[28,29],[11,3],[24,2],[28,-2],[31,-9],[38,-15],[29,-7],[30,7],[27,22],[22,32],[6,37],[-1,42],[-7,46],[-17,44],[-11,28],[22,22],[2,3],[77,79],[76,80],[23,28],[70,77],[45,60],[14,14],[46,54],[34,44],[48,64],[71,86],[17,18],[33,25],[50,35],[55,42],[42,33],[16,6],[18,8],[19,15],[77,56],[34,25],[20,16],[26,32],[14,11],[21,11],[23,10],[42,26],[25,16],[163,97],[174,101],[144,77],[114,59],[39,21],[31,14],[29,13],[37,13],[50,17],[52,15],[119,30],[27,6],[73,18],[89,21],[166,44],[76,24],[162,59],[99,38],[45,66],[43,5],[84,13],[106,17],[87,14],[78,13],[71,10],[27,6],[53,20],[94,46],[91,45],[35,15],[30,13],[27,7],[22,5],[248,-10],[166,-12],[208,-15],[103,-6],[106,-9],[144,-15],[105,-11],[90,-8],[102,-7],[63,-4],[119,-8],[41,0],[64,16],[27,13],[15,15],[14,17],[11,22],[114,274],[29,61],[56,119],[23,53],[18,42],[14,41],[13,48],[10,44],[9,36],[9,49],[28,171],[10,75],[12,67],[7,64],[13,57],[11,32],[29,51],[26,51],[26,46],[43,71],[40,66],[71,110],[75,110],[16,-2],[14,13],[23,24],[25,26],[29,29],[47,47],[56,54],[50,43],[41,34],[68,54],[69,50],[66,51],[46,37],[43,32],[23,18],[18,15],[7,9],[44,71],[22,10],[33,18],[27,20],[20,18],[11,15],[9,24],[5,36],[8,74],[7,54],[12,50],[12,40],[10,31],[10,23],[16,23],[13,17],[37,30],[31,20],[55,32],[45,20],[201,95],[127,63],[119,57],[86,43],[172,91],[25,13],[-2,-34],[6,-5],[6,2],[6,44],[207,124],[25,13],[17,7],[7,-1],[7,-8],[5,-13],[4,-8],[4,-5],[7,2],[1,6],[-1,11],[-3,12],[1,6],[4,4],[131,61],[61,27],[103,49],[32,16],[32,19],[21,16],[88,60],[51,38],[51,31],[39,26],[31,25],[8,-45],[3,-15],[6,-1],[1,13],[-1,51],[3,19],[23,25],[32,27],[35,36],[34,28],[38,39],[31,34],[38,48],[36,43],[32,41],[36,42],[34,44],[38,49],[28,35],[68,80],[33,35],[18,24],[64,66],[34,31],[35,29],[38,27],[37,20],[33,17],[39,14],[35,12],[87,33],[83,30],[59,25],[269,143],[203,109],[68,38],[84,50],[109,65],[92,55],[228,135],[44,24],[112,54],[96,48],[326,162],[111,53],[23,19],[8,17],[6,19],[17,48],[14,56],[18,65],[18,62],[20,65],[44,154],[34,98],[53,135],[36,82],[25,46],[20,28],[31,37],[31,33],[33,37],[53,63],[23,27],[32,30],[31,28],[25,20],[28,22],[127,103],[153,132],[67,63],[35,36],[21,37],[21,49],[35,95],[10,30],[4,26],[2,13],[1,20],[0,6],[0,12],[3,283],[7,83],[0,4],[4,31],[4,39],[5,40],[5,33],[2,22],[1,7],[7,61],[1,3],[6,39],[3,25],[0,11],[0,2],[3,23],[5,9],[21,39],[2,6],[10,19],[14,34],[9,25],[8,23],[7,24],[5,17],[5,20],[2,5],[2,11],[14,57],[16,72],[29,148],[18,95],[27,132],[35,181],[29,155],[29,163],[21,97],[25,126],[16,78],[2,6],[6,40],[0,48],[-10,113],[-6,86],[-9,21],[-6,32],[-2,35],[5,30],[5,18],[48,140],[58,150],[32,99],[31,98],[33,93],[28,78],[92,273],[20,57],[33,87],[35,102],[41,127],[153,519],[152,461],[63,191],[18,21],[15,23],[13,27],[9,20],[6,35],[-2,9],[-5,5],[-1,1],[2,26],[3,0],[7,5],[3,7],[5,36],[41,461],[13,147],[14,73],[22,76],[22,59],[5,31],[0,47],[-9,52],[-4,79],[6,127],[6,81],[7,210],[0,88],[-5,80],[-13,33],[-10,17],[-26,32],[-19,20],[-10,12],[-7,18],[-3,21],[0,16],[6,25],[7,16],[12,18],[15,16],[18,19],[37,33],[18,25],[12,30],[11,43],[5,46],[3,72],[4,146],[-8,343],[-5,166],[-8,145],[-1,55],[59,104],[29,39],[170,66],[35,19],[26,24],[22,29],[13,28],[8,36],[5,39],[20,293],[21,295],[3,68],[13,158],[4,88],[3,29],[2,11],[30,45],[-15,10],[1,2],[25,19],[41,28],[106,70],[58,2],[34,3],[26,5],[22,9],[26,16],[23,19],[22,22],[24,21],[21,19],[14,8],[24,5],[89,18],[178,41],[212,47],[352,69],[195,41],[156,30],[394,-203],[9,-8],[5,-18],[102,-99],[11,-7],[11,-5],[45,-14],[20,-3],[6,1],[4,6],[1,6],[-5,5],[-6,4],[-22,2],[-19,4],[-15,6],[-17,9],[-13,8],[-76,78],[-4,34],[54,40],[5,-5],[4,5],[7,-6],[15,18],[-7,6],[-18,17],[-13,15],[-9,17],[-1,18],[-5,28],[0,24],[7,21],[10,15],[8,12],[8,9],[14,12],[36,24],[9,4],[55,20],[55,21],[31,10],[18,7],[70,15],[43,10],[52,11],[61,14],[25,7],[14,2],[36,5],[22,7],[24,7],[20,2],[18,1],[20,-2],[27,-3],[22,-3],[20,-3],[28,0],[20,1],[35,7],[28,9],[20,10],[205,90],[157,61],[204,74],[75,28],[33,13],[52,15],[120,31],[42,12],[17,-5],[6,-2],[6,-1],[7,1],[27,1],[7,-3],[216,-101],[-2,-6],[162,-76],[3,9],[3,-1],[66,-30],[72,-33],[96,-30],[5,-2],[94,-4],[4,-1],[30,-79],[256,-739],[146,-418],[8,-11],[9,-7],[17,5],[755,69],[17,-4],[11,3],[196,208],[87,93],[291,308],[117,123],[146,158],[238,248],[128,135],[68,75],[58,59],[147,153],[68,73],[279,291],[66,68],[21,24],[19,15],[98,71],[28,-5],[60,-51],[56,-22],[27,-29],[13,16],[121,-35],[224,-18],[186,43],[117,43],[157,16],[303,0],[239,-16],[25,33],[103,-29],[113,-20],[40,-12],[44,3],[22,-9],[87,22],[121,41],[200,86],[292,105],[277,59],[253,9],[211,-62],[450,-204],[129,-56],[196,-68],[185,-91],[203,-100],[348,-167],[402,-194],[301,-151],[774,-383],[275,-134],[547,-272],[361,-171],[1253,-620],[409,-209],[48,-24],[389,-193],[383,-187],[262,-131],[390,-191],[1261,-619],[419,-201],[330,-163],[274,-137],[248,-141],[172,-105],[188,-128],[202,-148],[177,-143],[209,-185],[208,-201],[99,-104],[139,-160],[117,-137],[110,-131],[56,-66],[210,-246],[87,-105],[125,-147],[326,-381],[283,-334],[559,-668],[146,-171],[675,-800],[323,-388],[254,-299],[605,-720],[232,-277],[279,-331],[430,-508],[93,-112],[191,-226],[142,-172],[172,-210],[34,-42],[257,-300],[272,-323],[618,-730],[239,-279],[320,-400],[126,-169],[117,-172],[71,-112],[236,-413],[92,-165],[40,-68],[170,-307],[96,-171],[100,-176],[111,-196],[254,-452],[90,-160],[114,-205],[171,-299],[41,-74],[22,-40],[152,-269],[156,-273],[125,-222],[249,-423],[204,-349],[275,-490],[140,-260],[518,-917],[184,-336],[288,-514],[96,-176],[409,-728],[335,-597],[493,-872],[391,-697],[587,-1047],[477,-851],[498,-885],[352,-628],[631,-1123],[332,-588],[484,-860],[489,-862],[296,-522],[454,-817],[461,-814],[163,-289],[199,-362],[107,-218],[13,-26],[82,-194],[150,-391],[57,-182],[48,-174],[168,-589],[136,-520],[75,-285],[84,-304],[85,-336],[52,-178],[19,-74],[46,-158],[160,-601],[154,-573],[49,-184],[124,-459],[107,-387],[49,-183],[110,-421],[59,-218],[115,-416],[107,-390],[92,-346],[66,-254],[11,-55],[21,-123],[10,-123],[-1,-111],[-6,-95],[-12,-109],[-23,-137],[-43,-156],[-44,-116],[-28,-62],[-53,-105],[-47,-84],[-61,-89],[-60,-75],[-159,-169],[-69,-61],[-120,-76],[-95,-53],[-166,-68],[-206,-75],[-87,-30],[-769,-267],[-240,-89],[-208,-83],[-283,-132],[-192,-95],[-126,-68],[-151,-93],[-180,-118],[-42,-31],[-158,-114],[-182,-133],[-193,-161],[-224,-203],[-69,-66],[-74,-78],[-166,-183],[-148,-174],[-155,-199],[-166,-219],[-123,-180],[-134,-215],[-91,-169],[-71,-124],[-81,-165],[-84,-178],[-78,-176],[-111,-300],[-131,-348],[-42,-126],[-54,-135],[-171,-449],[-80,-223],[-220,-600],[-45,-118],[-87,-239],[-166,-443],[-159,-434],[-103,-276],[-69,-189],[-16,-44],[-37,-97],[-337,-922],[-192,-531],[-189,-555],[-94,-400],[-82,-465],[-52,-457],[-33,-455],[-69,-1159],[-28,-30],[-51,3],[-64,-1],[-43,-6],[-51,-11],[-37,-12],[-41,-16],[-44,-32],[-47,-42],[-32,-45],[-29,-48],[-19,-52],[-18,-57],[-19,-149],[-21,-359],[180,-12],[293,-21],[17,-229],[11,-285],[7,-346],[-32,-562],[-23,-458],[-21,-354],[6,-29],[20,-28],[27,-7],[31,2],[20,19],[18,38],[23,362],[42,719],[45,590],[31,269],[16,133],[643,-51],[-6,138],[19,0],[19,38],[346,-24],[110,-26],[56,-3],[80,-16],[59,-2],[18,-3],[1,-5],[18,1],[2,2],[10,3],[21,1],[22,4],[12,-17],[0,-8],[-6,-104],[21,0],[-41,-260],[-43,-250],[12,-1],[145,-3],[146,-24],[85,-9],[0,-4],[41,-172],[23,-426],[2,-4],[10,-179],[-37,-1],[-80,1],[3,-74],[4,-81],[3,-85],[82,-1],[39,2],[0,-2],[19,-221],[6,-63],[45,-215],[14,-43],[54,-174],[109,-249],[128,-238],[17,-11],[13,-28],[114,-149],[282,-328],[5,-20],[-25,-90],[-315,-791],[-136,-287],[-225,-406],[-14,-23],[-284,-497],[-13,-19],[-15,-12],[-12,-8],[-69,-41],[-131,-81],[-62,-42],[-100,-66],[-99,-66],[-135,-94],[-199,-144],[-5,-3],[-115,-82],[-66,116],[-23,35],[0,0],[-189,-127],[7,-14],[30,-54],[51,-92],[-63,-44],[-34,-29],[-6,-5],[1,13],[-8,-2],[-8,-2],[-1,-19],[-61,93],[-224,346],[-10,14],[-16,12],[-12,2],[-8,-3],[-8,-10],[-1,-10],[0,-16],[12,-17],[297,-439],[-364,-299],[-317,-287],[-58,-55],[-24,27],[-202,-188],[-162,198],[-270,-256],[152,-207],[-117,-109],[-89,106],[-220,-209],[83,-110],[-72,-68],[101,-380],[-90,-72],[-197,193],[-21,7],[-14,-9],[-3,-19],[58,-80],[17,-12],[15,-24],[15,-33],[-8,-4],[10,-18],[-24,-26],[-21,-26],[-23,-30],[-171,59],[-32,11],[-20,5],[-10,3],[-14,5],[-37,53],[-59,77],[-68,86],[-118,152],[-53,68],[-150,193],[-20,10],[-11,-8],[8,-20],[343,-453],[41,-54],[54,-71],[-8,-20],[-143,68],[-136,34],[-175,29],[-183,15],[-183,-5],[-219,-49],[-139,-58],[-149,-87],[-100,-111],[-66,-106],[-57,-155],[-21,-237],[-9,-203],[22,-159],[39,-179],[48,-145],[51,-141],[-219,-230],[-308,-318],[4,-14],[-102,-108],[-10,-3],[-52,58],[-527,590],[-18,7],[-15,-15],[5,-14],[3,-7],[86,-94],[442,-502],[21,-24],[15,-33],[-15,-41],[-406,-435],[-58,-62],[-848,-924],[-388,-421],[-289,-274],[-221,-139],[-147,-67],[-39,-13],[-247,-48],[-215,-2],[-112,8],[-148,10],[-32,3],[-37,2],[-105,7],[-164,3],[-166,-31],[-108,-31],[-64,-18],[-140,-66],[-2,0],[-12,17],[218,232],[429,459],[9,20],[-3,34],[-18,29],[-33,13],[-37,-17],[-243,-261],[-104,-113],[-224,-243],[-203,-198],[-108,-95],[-108,-91],[-43,-37],[-150,-119],[-208,-162],[-406,-306],[-76,-53],[-294,-237],[-294,-229],[-294,-228],[-587,-458],[-292,-227],[-586,-457],[-290,-225],[-289,-226],[-290,-229],[-291,-224],[-288,-226],[-286,-223],[-286,-225],[-287,-223],[-286,-225],[-592,-458],[-299,-235],[-297,-230],[-575,-449],[-383,-295],[-190,-153],[-387,-298],[-383,-301],[-184,-144],[-184,-140],[-186,-145],[-185,-148],[-556,-431],[-185,-147],[-3367,-2625],[-600,-469],[-1851,-1440],[-281,-223],[-1577,-1228],[-1455,-1135],[-1745,-1344],[-981,-771],[-967,-746],[-599,-463],[-318,-247],[-216,-174],[-359,-283],[-391,-304],[-110,-84],[-82,-63],[-227,-154],[-1067,-709],[-43,-34],[-295,-190],[-258,-171],[-38,-26],[-314,-205],[-305,-200],[-340,-222],[-1599,-1044],[-295,-196],[-109,-71],[-10,-8],[-13,-18],[-8,-17],[-4,-25],[8,-27],[-522,-326],[-11,8],[-19,8],[-26,-1],[-42,-20],[-144,-95],[-145,-91],[-288,-193],[-145,-95],[-145,-94],[-147,-96],[-146,-97],[-292,-194],[-442,-289],[-147,-97],[-147,-98],[-146,-98],[-149,-95],[-148,-97],[-148,-96],[-147,-98],[-70,-45],[-37,61],[-19,6],[-19,-14],[-42,-27],[-7,-6],[-1,-14],[17,-53],[4,-20],[-113,-74],[-16,-10],[-126,-81],[-16,-12],[-120,-77],[-12,15],[-13,26],[-19,25],[-18,2],[-69,-45],[0,-23],[28,-67],[-58,-44],[-456,-298],[-453,-301],[-302,-200],[-152,-98],[-151,-96],[-302,-203],[-305,-197],[-151,-99],[-151,-102],[-152,-99],[-108,-71],[-347,-226],[-453,-301],[-604,-396],[-303,-195],[-151,-99],[-453,-301],[-303,-196],[-152,-99],[-262,-173],[-40,-26],[-302,-201],[-302,-197],[-152,-96],[-302,-199],[-301,-201],[-598,-394],[-150,-98],[-12,-9],[-226,-156],[-68,-44],[-14,-9],[-102,-66],[-265,-176],[-81,-53],[0,0],[-346,-230],[-166,-109],[-13,-26],[-15,-50],[-2,-23],[15,-29],[57,37],[10,-4],[2,-8],[-49,-108],[-112,-255],[-275,-664],[-221,-532],[-86,-190],[-44,-97],[-69,-158],[-43,-84],[-45,-73],[-32,-47],[-38,-56],[-17,-21],[-23,-22],[-255,-168],[-238,-155],[-495,-327],[-168,-111],[-171,-111],[-415,-274],[-369,-240],[-331,-220],[-377,-251],[-162,-101],[-14,2],[-7,4],[-105,192],[-164,306],[-6,9],[-11,-6],[-9,-9],[2,-6],[254,-471],[10,-23],[0,-22],[-5,-15],[-34,-21],[-324,-217],[-334,-223],[-370,-243],[-277,-183],[-257,-169],[-369,-239],[-133,-88],[-251,-165],[-45,-29],[-18,-10],[-21,0],[-12,6],[-42,82],[-225,431],[-15,-9],[-3,-10],[252,-492],[10,-19],[0,-9],[-53,-113],[-20,-30],[-32,-24],[-56,-49],[-218,-144],[-61,-47],[-135,-113],[-98,-94],[-93,-99],[-74,-88],[-71,-107],[-64,-112],[-80,-159],[-39,-98],[-40,-119],[-46,-124],[-20,-72],[-26,-124],[-18,-127],[-14,-128],[-7,-123],[0,-146],[7,-124],[14,-91],[18,-142],[17,-82],[15,-60],[28,-70],[10,-34],[15,-45],[43,-124],[41,-98],[50,-102],[53,-103],[52,-97],[39,-68],[439,-816],[94,-169],[209,-386],[353,-640],[60,-118],[69,-157],[51,-127],[49,-134],[38,-116],[35,-124],[24,-126],[14,-87],[20,-157],[12,-119],[13,-172],[11,-131],[16,-203],[40,-491],[86,-934],[33,-411],[12,-160],[20,-337],[11,-166],[15,-172],[156,-1978],[55,-598],[-30,-3],[-273,-33],[70,-870],[20,-256],[0,0],[-45,-5],[-150,-9],[-138,22],[-121,41],[-4,-2],[-53,-21],[-117,-107],[-69,-126],[-17,-152],[5,-81],[12,-220],[8,-112],[-12,-54],[-53,-179],[-24,-81],[-130,-247],[-101,-184],[-21,-108],[-28,-210],[-8,-144],[12,-108],[49,-157],[60,-76],[130,-171],[114,-139],[202,-206],[268,-229],[105,184],[69,153],[8,112],[-4,143],[85,239],[28,29],[127,-69],[2,-13],[0,-1],[14,-5],[50,37],[38,-11],[76,-39],[78,-52],[77,-66],[43,-33],[74,-59],[85,-74],[72,-78],[3,-5],[49,-66],[73,-123],[49,-91],[44,-77],[60,-132],[10,-24],[15,-31],[31,-53],[42,-58],[20,-14],[25,5],[14,-3],[18,-21],[14,-19],[38,-44],[23,-45],[13,-29],[1,-20],[25,-33],[19,-29],[29,-28],[34,-25],[30,-15],[73,-45],[47,-27],[72,-46],[54,-11],[41,-5],[57,-38],[65,-43],[39,-33],[39,-40],[74,-108],[25,-63],[53,-122],[18,-35],[14,-19],[15,-13],[40,-23],[41,-17],[36,-21],[28,-34],[21,-36],[10,-44],[3,-51],[-12,-71],[-17,-64],[-43,-100],[-38,-78],[-39,-63],[-16,-33],[-21,-61],[-27,-75],[-37,-68],[-22,-33],[-16,-19],[-14,-36],[-37,-48],[-65,-77],[-45,-56],[-178,-179],[-14,-12],[-113,-114],[-28,-13],[-3,10],[-17,9],[-14,2],[-4,-3],[-55,-43],[-26,-18],[-26,-17],[-29,-16],[-17,3],[-18,11],[-20,16],[-14,3],[-17,-2],[-23,-12],[-20,-8],[-20,7],[-19,-1],[-27,-10],[-17,1],[-15,11],[-15,17],[-36,36],[-28,14],[-10,3],[-15,17],[-14,12],[-16,30],[-21,35],[-6,29],[3,35],[-2,9],[-42,59],[-13,17],[-6,8],[-9,2],[-18,-5],[-14,-6],[-14,3],[-10,8],[-11,16],[-22,44],[-26,52],[-22,47],[-6,9],[-14,7],[-9,0],[-9,-5],[-9,-9],[-7,-8],[-6,-7],[-1,-10],[13,-33],[46,-97],[113,-203],[68,-106],[94,-145],[83,-117],[129,-176],[45,-59],[-373,-338],[-182,-166],[-16,33],[-171,229],[-84,114],[-84,96],[-71,85],[-54,57],[-117,111],[-81,75],[-52,36],[-5,-12],[3,-11],[-529,678],[-616,744],[-1610,1955],[-1610,1647],[-623,529],[2,60],[12,14],[56,53],[69,65],[62,56],[51,46],[17,-23],[76,-105],[18,19],[-43,61],[-149,199],[-138,153],[-52,57],[-106,102],[-39,33],[-63,54],[-105,86],[-91,70],[-102,70],[-141,83],[-90,50],[-140,67],[-129,53],[-68,24],[-27,-23],[-4,-3],[11,-17],[22,-68],[6,-34],[9,-31],[12,-23],[17,-18],[22,-19],[58,-36],[19,-16],[44,-54],[11,-10],[15,-10],[-8,-71],[14,-2],[-5,-57],[-14,-1],[5,-54],[-34,35],[-611,270],[-488,148],[-778,12],[-688,-86],[-311,-74],[-877,-307],[-877,-319],[-333,-148],[-611,-295],[-1012,-566],[-11,-355],[-6,-205],[1,-208]],[[377293,567487],[-40,4],[-13,-2],[-24,-19],[-23,-23],[-15,-21],[-17,-34],[-44,-90],[-17,-40],[-24,-55],[-50,-101],[-97,-187],[-28,-55],[-5,-13],[-2,-7],[0,-18],[5,-5],[3,-3],[12,-3],[13,2],[9,3],[17,26],[132,-105],[6,-1],[11,16],[14,22],[43,57],[20,21],[13,15],[49,48],[25,18],[19,13],[25,18],[60,36],[6,3],[18,9],[30,14],[57,22],[23,6],[21,6],[213,56],[56,14],[40,11],[36,7],[8,198],[10,1],[15,5],[10,6],[6,10],[3,10],[-2,16],[-2,6],[-14,7],[-4,2],[-19,2],[-80,12],[-217,26],[-267,31],[-24,3]],[[384722,572358],[-33,1],[-33,-1],[-29,-10],[-29,-9],[-32,-17],[-35,-33],[-21,-30],[-10,-17],[-19,-49],[-7,-64],[0,-57],[12,-44],[24,-47],[30,-34],[40,-39],[11,-7],[-23,-93],[2,-10],[12,-12],[6,5],[9,18],[19,77],[42,-16],[56,-12],[37,-9],[62,-8],[8,0],[-11,-93],[3,-14],[9,-8],[9,7],[5,26],[12,85],[41,7],[45,21],[34,24],[29,38],[20,36],[19,42],[6,34],[5,37],[-2,48],[-6,38],[-13,26],[-23,45],[-33,44],[-26,22],[-45,13],[-7,2],[-102,23],[-68,14]],[[448711,618225],[2331,2508],[379,397],[622,559],[1074,1106],[389,458],[71,99],[84,127],[29,18],[319,112],[726,250],[39,19],[9,13],[-2,21],[-8,10],[-14,4],[-22,-3],[-59,-20],[-334,-116],[-319,-111],[-111,-39],[-299,-107],[-57,-84],[-109,-146],[-26,-10],[-18,10],[-9,19],[-5,31],[-13,62],[-10,17],[-10,5],[-18,4],[-17,-6],[-6,-17],[0,-28],[9,-38],[20,-78],[11,-68],[-6,-19],[-261,-275],[-450,-497],[-629,-632],[-588,-549],[-509,-515],[-1952,-2128],[-282,-305],[0,-1],[-1,-1],[0,-1],[-1,-1],[0,-1],[0,-1],[-4,-4],[3,-41],[34,-7]],[[454165,624565],[136,454],[616,-203],[26,7],[4,24],[-17,25],[-492,173],[-118,39],[78,273],[437,1561],[4,39],[-19,17],[-25,-3],[-22,-26],[-3,-9],[-645,-2262],[-21,-85],[-16,-74],[-18,-23],[-16,-16],[-23,-10],[-514,-175],[-350,-116],[-50,-17],[-7,-11],[-3,-10],[0,-12],[7,-11],[7,-9],[12,-4],[370,126],[188,63],[353,120],[37,15],[21,16],[23,26],[16,34],[0,1],[16,47],[8,16]],[[373777,575053],[0,-45],[-5,-15],[-56,-75],[-27,-36],[-3,-13],[7,-16],[30,-63],[40,-80],[13,-26],[44,-82],[9,-9],[129,3],[7,-10],[8,-4],[19,9],[51,33],[9,12],[-4,24],[17,20],[13,23],[11,31],[10,42],[19,173],[0,19],[-1,11],[-15,42],[-10,31],[-6,9],[-9,18],[-203,4],[-9,12],[-15,6],[-18,0],[-20,-6],[-20,-12],[-12,-14],[-3,-16]],[[391654,565017],[103,-108],[4,6],[50,-52],[-2,-5],[2,-9],[145,-146],[7,1],[80,-67],[0,-7],[333,-242],[-4,-52],[21,-3],[2,43],[623,-529],[1610,-1647],[1610,-1955],[616,-744],[529,-678],[2,-10],[11,-24],[25,-24],[8,-27],[-3,-36],[-13,-42],[-38,-39],[-57,-18],[-21,-1],[-41,13],[-12,3],[-33,6],[-25,0],[-25,-5],[-18,-10],[-35,-27],[-60,-48],[-27,-25],[-21,-26],[-24,-26],[-33,-24],[-21,-16],[-25,-18],[-13,-6],[-17,1],[-15,-14],[-18,-12],[-25,-21],[-37,-43],[-5,-13],[-1,-16],[-27,-28],[-1,-26],[-21,-43],[-5,-38],[-9,-25],[-28,-32],[-18,-18],[-17,-5],[-28,-6],[-27,-17],[-16,-6],[-18,10],[-19,12],[-22,-5],[-12,-4],[-10,4],[-9,35],[-10,9],[-6,5],[-11,2],[-31,0],[-8,4],[-7,8],[1,6],[37,50],[-4,35],[9,17],[5,16],[0,10],[-1,18],[-4,16],[-6,14],[-12,13],[-9,8],[-14,34],[-6,7],[-9,1],[-37,34],[-26,41],[-28,19],[-36,4],[-35,8],[-36,2],[-34,11],[-18,25],[-4,4],[-13,14],[-32,13],[-50,27],[-42,22],[-48,40],[-13,16],[-7,24],[3,32],[4,27],[-17,42],[-11,45],[-10,31],[-48,54],[-23,40],[-15,27],[-10,10],[-9,16],[-33,79],[-4,47],[-4,30],[-8,18],[-11,16],[-17,14],[-81,45],[-66,32],[-18,-5],[-21,-2],[-11,2],[-2,5],[10,12],[3,12],[-1,11],[-18,29],[-26,41],[-10,18],[7,25],[3,27],[-8,22],[-14,16],[6,16],[0,8],[-5,3],[-7,1],[-4,-5],[-12,-21],[-18,-29],[-56,-25],[-65,-12],[-33,0],[-5,0],[-52,29],[-75,43],[-46,22],[-41,18],[-25,7],[2,71],[-2,67],[-15,112],[-22,91],[-28,97],[-15,31],[-25,53],[-49,42],[-76,21],[-62,1],[-94,-5],[-61,-27],[-41,-38],[-25,-46],[-41,-126],[-19,-103],[-9,-111],[-8,-107],[-144,10],[-313,24],[-237,19],[-227,17],[-118,13],[-57,10],[-46,7],[-65,15],[-41,11],[-111,28],[-43,-10],[-44,-13],[-39,14],[-11,7],[-22,12],[-79,52],[-43,30],[-38,24],[-12,13],[-2,17],[1,12],[9,12],[10,20],[6,26],[0,80],[-6,58],[-6,48],[-13,43],[-27,43],[-13,16],[-15,9],[-24,9],[-12,10],[-4,12],[5,28],[4,30],[-17,40],[-36,27],[-4,10],[-1,20],[-4,12],[-7,5],[-6,0],[-6,-13],[-4,-7],[-16,-1],[-14,0],[-19,-2],[-13,-3],[-18,-16],[-17,-30],[-14,-26],[-10,-12],[-21,-13],[-24,-23],[-8,-9],[-6,-18],[-8,-35],[-1,-4],[-5,-1],[-4,-1],[-137,5],[-49,16],[-39,17],[-13,8],[-85,85],[484,148],[-636,2280],[-35,59],[-402,670],[-93,155],[-45,75],[-255,140],[-11,6],[-99,54],[-503,278],[-163,23],[-643,89],[-347,49],[-292,-47],[-483,-77],[-232,-37],[-1706,-561],[-1683,-554],[0,-1],[-40,-14],[-1,208],[6,205],[11,355],[1012,566],[611,295],[333,148],[877,319],[877,307],[311,74],[688,86],[778,-12],[488,-148],[611,-270],[34,-35],[0,-7],[145,-152]],[[381795,606754],[8683,-1757],[-4,-27],[0,-105],[16,-73],[49,-95],[29,-37],[-118,-164],[-162,-214],[-207,-270],[-129,-169],[-21,-34],[-5,-36],[-5,-76],[-8,-194],[-6,-53],[-32,-67],[-124,-179],[-83,-131],[-48,-52],[-23,-21],[-48,-43],[-22,-28],[-6,-30],[0,-37],[39,-188],[9,-82],[18,-93],[10,-35],[5,-18],[27,-77],[45,-156],[64,-285],[13,-25],[26,-23],[51,-9],[33,-5],[1,-1],[6,-8],[0,-17],[-36,-421],[-44,-556],[-25,-375],[-19,-242],[-30,-384],[-23,-303],[-13,-176],[-18,-146],[-26,-151],[-37,-191],[-14,-67],[-33,-141],[-39,-146],[-46,-134],[-78,-208],[-54,-142],[-42,-93],[-45,-106],[-192,-363],[-100,-193],[-94,-179],[-108,-187],[-16,-15],[-18,-3],[-60,5],[-51,3],[-20,5],[-36,25],[-108,72],[-12,16],[-4,13],[-9,35],[-18,23],[-46,32],[-14,19],[-1,4],[-1,13],[3,35],[10,34],[41,96],[13,39],[10,44],[2,8],[5,38],[-1,87],[0,1],[1,46],[3,39],[-4,28],[-13,31],[-21,27],[-27,14],[-30,8],[-34,0],[-119,-22],[-63,-7],[-159,-26],[-210,-25],[-121,-24],[-149,-25],[-124,-15],[-43,-8],[-43,-10],[-41,-12],[-53,-13],[-37,-6],[-94,-4],[-1,1],[-6,1],[-4,-1],[-1,-1],[-130,2],[-178,9],[-71,6],[-47,7],[-25,10],[-25,13],[-28,18],[-19,21],[-72,87],[-28,30],[-17,10],[-28,8],[-37,23],[-39,19],[-45,13],[-55,6],[-37,0],[-35,-7],[-30,-2],[-30,7],[-71,29],[-48,18],[-77,17],[-56,7],[-37,1],[-29,-5],[-29,-12],[-29,-24],[-20,-22],[-19,-15],[-44,-9],[-47,7],[-28,17],[-17,21],[-27,46],[-20,23],[-34,35],[-49,79],[-34,35],[-48,43],[-24,31],[-25,20],[-21,7],[-20,-4],[-28,-11],[-36,-4],[-68,-3],[-63,-2],[-67,15],[-37,17],[-32,30],[-20,46],[-26,43],[-32,31],[-49,46],[-30,13],[-89,13],[-37,1],[-64,-3],[-60,-8],[-51,-7],[-62,-18],[-50,-17],[-45,-27],[-33,-33],[-21,-32],[-40,-48],[-9,-27],[2,-20],[-9,-15],[0,-11],[7,-25],[-5,-28],[-21,-19],[-10,-18],[0,-24],[14,-29],[12,-17],[-2,-28],[-16,-34],[-20,-26],[-31,-16],[-13,-22],[-53,-11],[-34,-4],[-44,1],[-67,8],[-32,5],[-14,10],[-10,17],[-10,27],[-5,9],[-8,4],[-16,1],[-20,-5],[-68,2],[-87,7],[-47,2],[-56,4],[-70,16],[-36,3],[-42,8],[-98,43],[-47,24],[-30,19],[-29,13],[-109,18],[-58,13],[-19,8],[-25,13],[-33,9],[-33,19],[-24,24],[-10,23],[-3,28],[0,34],[13,35],[9,13],[-2,13],[-7,6],[-30,15],[-22,3],[-27,6],[-11,11],[-10,17],[-13,42],[-21,48],[-17,24],[-5,9],[-1,16],[-7,13],[-8,7],[-10,0],[-10,-6],[-24,-23],[-18,-12],[-88,-24],[-36,-16],[-68,-45],[-28,-9],[-23,0],[-47,7],[-19,-4],[-29,-11],[-16,1],[-17,8],[-28,26],[-18,26],[-21,44],[-7,9],[-23,5],[-23,-1],[-70,-1],[-39,-8],[-19,-12],[-22,-21],[-37,-12],[-31,3],[-33,9],[-36,3],[-51,-3],[-20,0],[-21,21],[-24,18],[-21,0],[-19,-9],[-25,-19],[-35,-2],[-80,26],[-124,42],[-31,11],[-30,4],[-29,-1],[-29,-14],[-33,-17],[-25,-5],[-30,-1],[-11,1],[-9,1],[-12,3],[-21,6],[-107,63],[-53,44],[-54,48],[-5,14],[-30,54],[4,19],[10,24],[8,34],[-4,24],[-12,20],[-16,17],[-17,16],[-2,42],[-1,89],[3,47],[13,61],[9,34],[6,29],[-1,22],[-3,19],[-15,30],[-17,24],[-16,10],[-13,-1],[-14,-4],[-20,-4],[-14,8],[-13,18],[-2,23],[19,147],[-3,16],[-8,14],[-21,26],[-3,16],[-1,7],[4,43],[11,46],[19,60],[25,58],[87,167],[-7,30],[21,5],[9,-41],[21,0],[-8,57],[-1,8],[17,29],[10,18],[139,265],[65,123],[52,115],[6,19],[-1,14],[-10,25],[-11,16],[-8,13],[-27,30],[-35,50],[-21,42],[-31,92],[-16,67],[-8,49],[-4,53],[5,93],[2,24],[-3,52],[-17,65],[-29,100],[-14,56],[-21,34],[-19,17],[-7,7],[-27,18],[-77,24],[-21,19],[-17,21],[-12,35],[-11,50],[-21,60],[-30,70],[-37,75],[-8,31],[0,14],[8,19],[20,44],[18,43],[5,23],[15,69],[31,117],[10,54],[-1,37],[-7,48],[-11,58],[-1,27],[4,32],[15,53],[29,87],[56,133],[19,56],[5,19],[-1,36],[-2,74],[-10,175],[-8,62],[-25,77],[-44,84],[-22,58],[-6,30],[7,25],[16,53],[28,81],[6,45],[-1,28],[-8,33],[-22,57],[4,7],[14,36],[54,102],[-4,7],[-2,31],[-11,256],[11,11],[33,41],[17,8],[17,1],[4,1],[28,13],[15,4],[21,1],[28,-7],[17,25],[19,41],[23,22],[60,35],[13,13],[10,27],[10,26],[28,30],[28,20],[20,9],[35,-13],[12,5],[15,21],[16,42],[19,28],[19,20],[13,27],[0,15],[-7,27],[-3,12],[-11,32],[-9,23],[-6,23],[0,5],[0,13],[13,26],[36,63],[16,-6],[67,106],[33,53],[5,8],[27,67],[17,34],[-16,17],[57,84],[5,5],[15,-18],[61,86],[126,253],[-11,13],[-10,13],[51,95],[19,-9],[16,-10],[172,319],[70,140],[3,5],[31,75],[12,57],[4,45],[-4,41],[-18,68],[-20,57],[-38,63],[-34,48],[-41,47],[-45,40],[-48,35],[-66,31],[-66,21]],[[384873,563078],[40,14],[0,1],[1683,554],[1706,561],[232,37],[483,77],[292,47],[347,-49],[643,-89],[163,-23],[503,-278],[99,-54],[11,-6],[255,-140],[45,-75],[93,-155],[402,-670],[35,-59],[636,-2280],[-484,-148],[-167,166],[-27,26],[-18,19],[-18,20],[-24,24],[-33,31],[-16,14],[-23,22],[-31,29],[-28,25],[-21,18],[-19,18],[-22,20],[-75,73],[0,0],[-3,3],[-16,18],[-25,38],[-21,33],[-34,74],[-33,79],[-7,27],[-11,34],[-13,25],[-12,18],[-33,57],[-3,3],[-2,4],[-5,10],[-6,8],[-5,9],[-6,9],[-2,3],[-5,19],[-9,2],[-1,1],[-8,11],[-7,6],[-1,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,1],[-1,0],[-1,1],[-2,1],[-1,0],[-1,1],[-1,0],[-2,1],[-1,0],[-2,1],[-1,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-2,0],[-1,0],[-1,-1],[-2,0],[-1,-1],[-2,-1],[-1,0],[-1,-1],[-1,-1],[-8,1],[-15,4],[-12,3],[-9,2],[-16,6],[-23,9],[-26,12],[-28,16],[-28,18],[-30,20],[-24,17],[-15,13],[-10,12],[-21,24],[-9,13],[-27,35],[-61,84],[-44,60],[-34,47],[-5,8],[-7,11],[-6,11],[-4,11],[-3,10],[-4,12],[-4,15],[-1,5],[-3,9],[-3,10],[-2,8],[-4,7],[-6,12],[-9,15],[-1,1],[0,1],[-14,19],[-17,16],[-16,14],[-10,9],[-27,20],[-80,60],[-59,44],[-41,31],[-54,40],[-46,35],[-39,29],[-24,17],[-20,13],[-38,25],[-24,15],[-16,10],[-28,18],[-30,20],[-28,18],[-22,14],[-3,1],[-64,52],[-82,72],[-113,114],[-74,80],[-33,35],[-59,73],[-28,26],[-31,14],[-21,7],[-55,2],[-98,6],[-252,-2],[-37,-1],[-196,-6],[-42,-1],[-95,8],[-24,5],[-80,26],[-92,29],[-199,27],[-241,34],[-187,31],[-174,31],[-344,63],[-52,10],[-163,33],[-110,21],[-23,0],[-69,13],[-77,7],[-65,5],[-62,2],[-78,5],[-66,5],[-128,13],[-142,18],[-48,-6],[-33,-10],[-31,-16],[-31,-18],[-34,-26],[-33,-33],[-98,-101],[-36,-34],[-30,-27],[-24,-19],[-36,-17],[-70,-30],[-53,-20],[-28,-16],[-38,-35],[-107,-95],[-23,-16],[-29,-8],[-74,-10],[-64,-15],[-52,-21],[-43,-26],[-51,-38],[-49,-45],[-68,-64],[-47,-49],[-37,-42],[-10,-8],[-6,-2],[-22,-23],[-1,-1],[-111,14],[-5,1],[-88,21],[-3,1],[-4,2]],[[228837,249951],[-1,-9],[-1,-20],[0,-8],[-12,-277],[-1,-19],[-15,74],[-21,109],[-44,123],[-46,78],[29,21],[21,-35],[38,-32],[46,-11],[5,379],[0,8],[4,-133],[0,-180],[-2,-64],[0,-4]],[[228834,250836],[-2,-280],[-1,115],[-10,28],[-22,18],[-4,210],[-52,8],[0,186],[55,9],[30,4],[0,-28],[-39,-6],[-16,-26],[-3,-51],[7,-33],[11,-17],[44,-5],[1,-32],[1,-100]],[[228805,252194],[-1,-6],[1,0],[0,0],[-61,-25],[-35,-16],[-38,-20],[-34,-18],[-1,11],[139,68],[13,5],[18,6],[-1,-5]],[[228104,252919],[-80,-26],[-36,179],[-2,6],[-6,29],[-10,54],[88,38],[4,2],[3,-17],[7,-41],[2,-12],[7,-38],[2,-6],[2,-5],[7,-17],[8,-33],[4,-19],[1,-7],[3,-20],[-4,-1],[-8,-2],[6,-20],[2,-8],[6,-22],[2,-11],[-8,-2],[0,-1]],[[227220,256356],[385,-521],[30,-39],[34,-26],[29,-18],[14,-13],[28,-32],[18,-25],[-31,-13],[-62,-36],[-10,-9],[-1,3],[-116,131],[-214,192],[-183,99],[-87,35],[-41,21],[-13,70],[-29,170],[-1712,14],[735,-3],[507,4],[719,-4]],[[221263,258851],[20,-48],[-36,31],[-5,51],[-96,501],[0,37],[16,27],[333,406],[0,-1],[-18,-60],[-42,-68],[-167,-207],[-55,-95],[-24,-82],[-5,-50],[0,-64],[8,-66],[34,-175],[19,-86],[18,-51]],[[221495,259856],[-333,-406],[-16,-27],[0,-37],[96,-501],[5,-51],[36,-31],[78,-68],[5,-8],[71,-78],[1018,-953],[1004,-950],[164,-156],[16,-10],[197,-194],[59,-3],[580,-15],[623,-8],[161,-1],[1712,-14],[29,-170],[13,-70],[41,-21],[87,-35],[183,-99],[214,-192],[116,-131],[1,-3],[10,-18],[29,21],[26,13],[37,15],[17,4],[20,6],[0,0],[0,0],[54,-106],[-19,-12],[-68,-40],[0,0],[0,0],[66,-146],[0,0],[-85,-47],[-129,-77],[-17,-180],[-19,-132],[192,108],[29,16],[104,-153],[9,-14],[-23,-16],[5,-6],[-5,-4],[54,-88],[181,-266],[-2,-1],[0,-8],[8,-33],[2,-29],[-7,-10],[-44,-26],[-46,-29],[-13,-19],[-15,-86],[-1,0],[0,-4],[-4,-183],[-16,9],[0,0],[0,0],[13,-26],[0,0],[24,-48],[15,-29],[12,-23],[13,-33],[14,-40],[8,-39],[4,-31],[2,-24],[2,-51],[-2,-28],[-3,-22],[-4,-33],[-6,-39],[-8,-58],[0,-1],[-7,-76],[0,0],[0,0],[1,-57],[4,-75],[0,0],[1,-17],[20,-130],[9,-64],[4,-26],[0,0],[3,-14],[4,-20],[0,0],[3,-14],[6,-20],[11,-44],[-10,-7],[82,-283],[-1,0],[0,0],[-18,-12],[0,0],[0,0],[129,-381],[0,0],[6,4],[5,-16],[16,-57],[13,-52],[5,-18],[15,-65],[0,0],[3,-13],[3,-6],[6,-5],[12,-7],[1,0],[18,-7],[14,-3],[7,-1],[12,-1],[12,-1],[15,1],[11,1],[24,4],[34,15],[7,3],[13,6],[74,36],[0,0],[0,0],[0,-16],[1,-11],[34,18],[38,20],[35,16],[61,25],[6,2],[12,-748],[5,-308],[-30,-4],[-55,-9],[0,-186],[52,-8],[4,-210],[22,-18],[10,-28],[1,-115],[0,0],[0,-37],[2,-170],[1,-17],[0,-8],[-5,-379],[-46,11],[-38,32],[-21,35],[-29,-21],[46,-78],[44,-123],[21,-109],[15,-74],[-2,-21],[0,0],[-7,-103],[0,-1],[-7,-90],[-10,-134],[0,0],[-8,-112],[-8,-42],[-16,-87],[0,0],[-1,-6],[-19,-107],[-12,-68],[-10,-61],[0,0],[0,0],[-5,-28],[-18,-107],[-4,-36],[-14,-14],[-26,-24],[-126,-114],[-89,-84],[-1,-1],[-3,-2],[-82,-65],[-29,-58],[-74,-148],[0,-49],[-15,-123],[0,-197],[-8,-58],[-134,-354],[-67,-179],[-12,2],[0,-19],[-158,0],[-38,-2],[-9,0],[-130,-1],[-86,-13],[-11,0],[-15,-3],[-14,-2],[-30,-5],[-28,-9],[-69,-14],[-156,-66],[-163,-90],[-126,-74],[-133,-115],[-119,-107],[-89,-123],[-104,-139],[-11,-19],[-19,-26],[-75,-131],[-29,-68],[-51,-101],[-89,-222],[-82,-197],[-6,-21],[-76,-177],[-16,-11],[-28,-64],[-58,-109],[2,0],[-36,-70],[-32,-46],[-82,7],[-365,30],[-601,52],[-1,0],[-2,0],[0,1],[-1985,176],[-8,-3],[-2,0],[-24,-9],[0,-2],[-122,-51],[-967,-388],[-1,5],[-25,-10],[1,-5],[-1055,-423],[-180,-72],[0,1],[-123,-50],[-980,-389],[-809,-322],[-338,-144],[-52,143],[-4,8],[-1,3],[-2,5],[-2,6],[-2,8],[-4,13],[-13,39],[-16,46],[-12,38],[-15,41],[-4,13],[0,0],[-6,33],[-3,9],[-11,33],[-11,26],[-7,36],[-1,7],[-2,14],[-1,7],[-3,33],[-6,38],[-5,27],[-7,37],[-7,44],[-1,5],[-13,78],[-9,50],[-6,38],[-1,4],[-6,36],[-11,53],[-10,59],[-7,41],[-8,42],[-9,56],[-10,49],[-17,93],[-8,45],[-8,43],[-9,47],[-10,49],[-12,61],[-11,56],[-9,44],[-12,70],[-8,42],[-7,45],[-10,57],[-8,50],[-5,21],[-4,28],[-11,58],[-10,66],[-13,71],[-10,55],[-7,41],[-12,65],[-11,59],[-10,54],[-7,43],[-9,52],[-9,47],[-8,45],[-8,53],[-7,41],[-6,22],[-4,19],[-6,25],[-5,29],[-1,1],[-8,44],[-8,41],[-5,28],[-10,53],[-8,43],[-7,41],[-2,11],[-4,26],[-6,38],[-9,53],[-8,46],[-7,41],[-7,43],[-8,39],[-9,52],[-9,50],[-12,69],[-13,76],[-13,61],[-9,48],[-9,50],[-12,80],[-8,46],[-3,12],[-5,23],[-7,32],[-10,49],[-4,20],[-3,16],[-6,31],[-6,31],[-9,47],[-6,44],[-2,14],[-4,24],[-11,59],[-11,60],[-2,9],[-8,44],[-15,83],[-10,53],[-8,43],[-9,50],[-11,60],[-7,44],[-8,43],[-3,19],[-2,10],[-9,46],[-7,43],[-6,36],[-7,40],[-6,40],[-6,37],[-8,41],[-6,35],[0,2],[-1,2],[-5,23],[-7,34],[-1,8],[-3,28],[-4,27],[-6,35],[-6,34],[-106,581],[-9,47],[-2,11],[-4,21],[-7,41],[-9,52],[-7,41],[-1,4],[-8,47],[-10,63],[-10,57],[-7,45],[-9,58],[-10,54],[-9,50],[-9,52],[-9,46],[-7,39],[-8,44],[-9,45],[-7,38],[-9,54],[-10,54],[-6,39],[-9,43],[-8,48],[-8,45],[-6,37],[-7,42],[-8,46],[-7,40],[-5,29],[-5,26],[-5,23],[-6,25],[-7,25],[-9,31],[-8,24],[-9,25],[-10,28],[-14,33],[-17,37],[-15,30],[-18,33],[-16,27],[-16,25],[-19,28],[-15,21],[-18,23],[-20,25],[-24,27],[-20,22],[-12,13],[-13,12],[-9,8],[-4,4],[-4,2],[-5,4],[-7,5],[-4,4],[-5,5],[-4,6],[-2,3],[-2,5],[0,6],[0,6],[1,7],[2,9],[2,9],[0,4],[0,5],[-24,19],[-6,5],[-2,6],[-3,12],[-5,8],[-5,7],[-7,7],[-10,8],[-22,17],[-15,12],[-27,23],[-27,23],[-30,27],[-25,24],[-29,27],[-24,21],[-27,24],[-26,23],[-33,28],[-20,18],[-21,19],[-21,19],[-25,23],[-21,19],[-21,18],[-12,12],[-12,15],[-12,18],[-11,20],[-9,19],[-6,13],[-4,13],[-3,13],[-2,12],[-2,20],[-4,35],[-1,9],[-1,12],[-4,38],[-3,33],[-4,35],[-3,37],[-4,39],[-3,31],[-4,36],[-4,35],[-4,40],[-4,40],[-4,41],[-5,48],[-4,42],[-3,35],[-4,36],[-3,32],[-3,32],[-3,31],[-4,42],[-4,41],[-4,35],[-3,38],[-3,41],[-4,43],[-4,37],[-3,29],[-2,23],[-5,45],[-4,41],[-3,31],[-4,43],[-5,49],[-3,39],[-4,40],[-5,41],[-6,54],[-5,52],[-6,59],[-6,60],[-7,60],[-6,54],[-3,30],[-4,36],[-3,40],[-5,44],[-4,43],[-5,46],[-4,41],[-5,47],[-4,42],[-4,39],[-3,35],[-4,42],[-3,33],[-3,29],[-3,33],[-4,38],[-2,29],[-4,26],[-4,32],[-5,42],[-5,43],[-4,40],[-4,38],[-4,33],[-3,31],[-4,40],[-5,47],[-7,73],[-4,42],[-3,38],[-4,36],[-3,32],[-1,12],[-1,8],[-3,21],[-4,40],[-6,49],[-4,41],[-4,44],[0,2],[-3,31],[-4,36],[-3,28],[-4,43],[-3,34],[-4,41],[-4,45],[-4,42],[-4,41],[-4,43],[-4,37],[-6,54],[-5,46],[-6,51],[-6,62],[-6,60],[-6,60],[-7,62],[-2,32],[-4,33],[-3,29],[-3,17],[-2,16],[-2,16],[-1,20],[-3,25],[-3,27],[-2,26],[-3,26],[-3,24],[-3,22],[-3,31],[-3,24],[-2,28],[-2,22],[-2,22],[-1,21],[-4,33],[-3,28],[-2,19],[-2,23],[-1,15],[0,20],[0,18],[-1,21],[-2,26],[-3,26],[-2,27],[-1,19],[-1,24],[-2,22],[-2,22],[-3,26],[-3,25],[-3,20],[-3,22],[-3,27],[-3,23],[-2,22],[-4,25],[-2,26],[-4,32],[-2,26],[-2,21],[-2,15],[-1,11],[-2,11],[-2,11],[-4,14],[-4,17],[-4,14],[-5,14],[-6,18],[-8,18],[-4,10],[-15,36],[-12,32],[-10,26],[-13,33],[-12,30],[-14,32],[-12,29],[-13,31],[-11,28],[-12,27],[-11,25],[-10,25],[-12,29],[-8,23],[-6,15],[-1,8],[-2,11],[-3,17],[-3,19],[-3,24],[-3,27],[-1,31],[-3,30],[-3,31],[-4,26],[-3,25],[-3,26],[-2,26],[-2,17],[-2,30],[-1,35],[-2,26],[-2,31],[-4,41],[-3,38],[-5,40],[-5,45],[-5,36],[-4,30],[-2,39],[-2,29],[-2,23],[-2,24],[-2,18],[-3,22],[-3,28],[-2,16],[-2,26],[-2,20],[-3,23],[-1,5],[-1,12],[-4,34],[-2,29],[-4,31],[-3,31],[-4,35],[-2,30],[-4,34],[-3,30],[-3,30],[-2,29],[-3,28],[-3,29],[-4,28],[-3,33],[-2,30],[-2,25],[-2,25],[-3,26],[-3,28],[-4,31],[-3,30],[-4,38],[-4,37],[-3,34],[-3,32],[-2,25],[-3,30],[-1,6],[14,24],[49,48],[-2,104],[7,8],[15,18],[9,12],[7,11],[7,10],[5,10],[6,10],[4,11],[4,10],[3,11],[2,10],[0,10],[1,9],[-1,13],[0,12],[-1,12],[0,15],[-1,12],[-2,16],[-3,21],[-3,33],[-4,31],[-1,17],[-1,13],[-1,12],[-3,9],[-15,27],[-2,22],[-3,35],[-4,39],[-4,31],[-2,35],[-2,27],[-2,31],[-4,30],[-3,32],[-3,38],[-3,32],[-3,30],[-3,30],[-3,28],[-4,33],[-4,39],[-2,25],[-4,36],[-2,42],[-3,36],[-3,36],[-4,33],[-3,28],[-3,29],[-4,32],[-4,27],[-2,26],[-3,26],[-1,11],[0,0],[-13,124],[-9,-1],[-2,4],[-6,11],[-3,12],[-2,13],[-1,11],[0,6],[0,3],[-2,7],[-2,15],[-2,25],[-3,32],[-2,32],[-3,37],[-2,30],[-4,37],[-5,36],[-4,51],[-5,47],[-5,41],[-3,26],[-2,20],[132,58],[3,-2],[7,4],[686,308],[2,0],[591,268],[116,51],[1211,542],[198,89],[535,244],[13,-9],[55,16],[-6,16],[136,60],[36,16],[27,1],[26,-6],[21,-16],[66,-64],[265,-301],[545,-616],[233,-265],[757,-850],[503,-572],[285,-324],[9,0],[126,-164],[-73,-89],[-42,-51]],[[228104,252919],[0,1],[8,2],[-2,11],[-6,22],[-2,8],[-6,20],[8,2],[4,1],[-3,20],[-1,7],[-4,19],[-8,33],[-7,17],[-2,5],[-2,6],[-7,38],[-2,12],[-7,41],[-3,17],[-4,-2],[-88,-38],[10,-54],[6,-29],[2,-6],[36,-179],[80,26]],[[232729,483923],[19,-45],[-77,45],[-62,36],[-1,0],[6,2],[50,18],[34,12],[31,-68]],[[248856,499743],[0,0],[-11,-29],[41,-72],[27,-43],[11,-18],[21,-38],[-11,-8],[55,-106],[41,-86],[45,-95],[1,-10],[11,-48],[32,-70],[35,-72],[8,-20],[26,-40],[18,-41],[51,-130],[12,-19],[-38,-2],[8,-8],[5,-16],[0,-15],[-18,-14],[-47,-14],[-33,-14],[0,0],[-40,-3],[0,1],[-50,-15],[-47,-15],[-38,-12],[-49,-47],[-184,-183],[-123,-120],[-55,-62],[-26,-24],[-60,-57],[-73,-74],[-111,-108],[-1243,-1236],[-65,-1205],[-26,-481],[-9,-185],[111,-50],[69,-33],[88,-39],[2,3],[1,-4],[216,-95],[191,-83],[227,-99],[51,-23],[46,-16],[31,-16],[75,-34],[163,-75],[185,-100],[-32,-54],[21,-25],[19,-23],[2,-2],[-1,12],[2,8],[16,27],[16,34],[1,-1],[21,-21],[77,-76],[54,-54],[22,-22],[33,-32],[50,-52],[58,-58],[48,-48],[11,-10],[2,5],[8,-8],[6,-8],[4,15],[3,18],[5,12],[9,17],[52,62],[21,32],[16,21],[22,25],[9,10],[5,6],[11,16],[24,29],[17,25],[10,16],[22,17],[9,9],[9,13],[10,36],[1,2],[4,-2],[14,-14],[36,-41],[87,-99],[74,-87],[29,-34],[24,-28],[50,-59],[39,-45],[18,-21],[23,-25],[21,-26],[25,-29],[9,-28],[4,-12],[-91,-132],[-43,-64],[-48,-95],[-14,-25],[-110,-182],[-71,-115],[-29,-47],[-20,-36],[-16,-30],[-9,-26],[-46,-91],[-29,-54],[-84,-146],[-27,21],[-21,16],[-24,14],[-26,13],[-25,7],[-31,2],[-28,-1],[-14,-2],[-10,-4],[-35,-24],[-9,-1],[-79,70],[-83,67],[-62,55],[-122,104],[-116,97],[-7,-10],[-130,138],[-96,73],[-44,41],[-14,13],[6,-41],[-3,-62],[-2,-27],[-4,-32],[-6,-26],[-100,-168],[-39,-58],[-46,-70],[-26,-32],[-17,-12],[-7,6],[-68,-41],[-22,-16],[-16,-20],[-27,-37],[-160,-224],[-411,-573],[-18,-25],[-62,67],[-69,72],[-1,6],[120,163],[89,119],[37,47],[-11,9],[41,59],[156,205],[-106,104],[-24,-28],[-175,169],[-148,141],[-19,19],[-76,75],[-20,20],[-82,79],[-41,38],[-92,90],[-8,6],[-28,-22],[-49,-36],[-44,-35],[-29,-24],[-61,-48],[-143,-111],[-14,-11],[-185,-171],[-75,-71],[-36,-33],[-32,-26],[-23,-16],[-65,-36],[-230,-133],[-16,-9],[-46,-26],[-29,-16],[-112,-65],[-36,-21],[-352,-203],[-35,-20],[-41,-24],[-80,-46],[-476,-276],[-102,-124],[-234,-300],[-31,-41],[-42,-53],[74,-76],[-1,0],[135,-141],[-361,-571],[-267,176],[-5,3],[-5,14],[-9,16],[-6,15],[-48,-111],[-26,-59],[-32,-70],[-63,-138],[0,13],[2,24],[-2,14],[-4,15],[-8,14],[-10,12],[-12,9],[-13,6],[-14,3],[-15,-1],[-14,-4],[-13,-7],[-11,-11],[-9,-11],[2,-12],[1,0],[4,-22],[0,-12],[2,-12],[4,-11],[7,-9],[5,-5],[3,-3],[9,-6],[10,-4],[11,-1],[10,2],[10,3],[17,-20],[39,-16],[68,-11],[28,-7],[35,-12],[32,-15],[20,-11],[41,-38],[70,-64],[69,-60],[155,-140],[203,-181],[107,-98],[17,-15],[11,-10],[62,-62],[114,-113],[24,-26],[78,-81],[-1,-1],[-268,-123],[4,-37],[62,-108],[-44,-23],[-159,-88],[-33,-17],[-9,-3],[-14,-5],[-22,-5],[-20,-9],[-28,-19],[-24,-13],[-35,-18],[-21,60],[-9,16],[-3,6],[-2,1],[-118,-49],[-68,-29],[16,-37],[-64,-50],[-82,-86],[0,0],[-8,-4],[-78,-72],[-68,-63],[-152,-144],[-22,-18],[-86,-58],[-96,-72],[-193,-136],[-17,-3],[-12,-3],[-43,-30],[-56,-26],[-32,-18],[-30,-20],[-42,-32],[-46,-35],[-24,-18],[-201,-141],[-39,-28],[-25,-19],[-30,-24],[-31,-25],[-44,-38],[-47,-43],[-7,-8],[-15,-14],[-8,-9],[-57,-54],[-36,-36],[-70,-78],[-17,-23],[-37,-52],[-28,-44],[-28,-45],[-22,-39],[-20,-42],[-18,-38],[-34,-90],[-12,-41],[-14,-47],[-16,-61],[-17,-65],[-1,-3],[106,-88],[103,-80],[-10,-12],[-111,-127],[-170,-191],[-41,-45],[-26,-22],[-28,-83],[-19,-59],[-7,-26],[-15,-44],[16,-7],[-6,-14],[-64,-198],[-30,-92],[-28,-89],[-3,-17],[-12,-24],[-8,-6],[-5,0],[-161,98],[-20,12],[-8,0],[-90,-185],[-92,-183],[-90,-186],[-90,-185],[-34,-67],[-11,-28],[-56,-111],[-83,-166],[-90,-185],[-97,-195],[-20,-44],[-2,-7],[79,-154],[-6,-5],[-26,-10],[-122,-56],[-68,-36],[-78,-46],[-62,-40],[-30,-19],[-168,-118],[-207,-144],[-378,-265],[-176,-123],[-117,-71],[-147,-81],[-109,-54],[-155,-65],[-10,-5],[-10,20],[-8,15],[-21,29],[-22,17],[-12,6],[-5,2],[5,53],[20,48],[36,61],[-5,23],[-4,18],[-14,26],[-16,9],[-48,30],[-28,20],[-38,19],[-50,31],[-24,19],[-34,26],[-39,29],[-32,30],[-24,22],[-23,21],[-9,16],[-4,5],[-39,74],[-19,2],[1,1],[-12,14],[-22,-23],[-80,-40],[-70,-28],[-39,-15],[-22,-8],[-16,0],[-14,17],[-19,29],[-22,34],[144,118],[92,64],[2,46],[3,99],[-1,11],[-12,14],[-19,1],[-13,4],[-38,18],[-17,2],[-15,3],[-20,6],[-143,-89],[-128,-88],[79,-118],[-326,-203],[-15,28],[-51,91],[-46,84],[-49,89],[-60,108],[-44,82],[-23,38],[-19,32],[-21,14],[-19,8],[-20,6],[-66,0],[-40,-31],[-19,-9],[-72,-36],[-32,-19],[-67,-46],[-9,14],[-98,-159],[-44,-77],[2,-21],[12,-60],[2,-15],[20,-123],[6,-36],[23,-223],[-17,-31],[-13,-17],[-46,-11],[-30,5],[-25,8],[-17,-5],[-278,-835],[70,-13],[193,-37],[9,-9],[26,125],[519,-29],[15,-14],[-9,-16],[-18,-20],[-246,-96],[-176,-70],[-113,-45],[-9,-4],[-196,-79],[-27,-9],[-36,0],[-72,-4],[-24,-4],[-23,-7],[-38,-16],[-15,-3],[-33,2],[-112,10],[-72,8],[-14,2],[-4,0],[-23,3],[-17,3],[0,0],[-98,17],[-114,27],[-70,24],[-91,41],[-51,33],[-43,25],[-61,30],[-41,17],[-109,84],[-193,136],[-231,159],[-106,77],[3,6],[0,0],[15,25],[-20,14],[-11,18],[-68,5],[-14,1],[-39,25],[-5,3],[-40,25],[-7,6],[-28,29],[-10,7],[-1,1],[-69,50],[-81,54],[-35,22],[-106,71],[-19,18]],[[233908,483038],[25,50],[0,0],[0,1],[-51,36],[-11,7],[-453,316],[-22,19],[-26,18],[-15,6],[-7,5],[-1,0],[-17,11],[-1,-1]],[[233329,483506],[-24,14],[-14,4],[-9,3],[-19,6]],[[233263,483533],[-209,146],[-147,101],[106,-41],[173,-62],[35,27],[8,29],[0,1],[1,13],[1,17],[0,15],[0,17],[0,11],[0,0],[0,1],[-2,7],[-17,91],[-16,132],[-1,25],[-1,-1],[-2,48],[-1,36],[6,52],[9,54],[89,357],[25,88],[9,24],[13,34],[17,75],[10,79],[5,125],[-190,120],[-45,38],[-14,11],[-63,44],[-49,55],[-83,119],[-12,-5],[-64,-34],[-85,-62],[-174,-69],[-104,-44],[-184,-89],[-143,-75],[-22,-5],[-283,-111],[-25,-10],[-6,-4],[-169,-52],[0,1],[-92,-32],[-15,-9],[-17,-14],[-15,-13],[-25,-16],[-33,-19],[-38,-18],[-24,-10],[-7,-2],[-13,-4],[0,0],[-4,-2],[-1,0],[-2,-2],[-4,-3],[-3,-4],[-3,-4],[-2,-3],[-7,-12],[-13,-55],[-9,-40],[-3,-13],[-5,-18]],[[231324,484569],[-77,32],[-83,22]],[[231164,484623],[5,4],[88,67],[-1,0],[1,0],[5,7],[5,6],[1,9],[-49,13],[-3,4],[-16,16],[-1,2],[-65,103],[-2,4],[-144,202],[-153,212],[-51,72],[-47,64],[-37,55],[-23,30],[0,0],[0,0],[-6,7],[-72,-93],[6,-8],[74,-98],[7,-10],[5,-9],[2,-6],[2,-4],[2,-12],[1,-10],[0,-11],[-1,-19],[-1,-2],[-7,-83]],[[230689,485135],[-77,20],[-216,40],[15,29],[3,12],[7,19],[9,17],[10,14],[7,10],[12,0],[16,2],[12,5],[16,13],[20,20],[28,32],[-2,6],[42,61],[28,61],[17,45],[0,34],[0,34],[-24,15],[-208,158],[7,16],[7,14],[6,14],[-21,22],[-17,-20],[0,0],[1,1],[-6,6],[-53,62],[14,14],[-36,42],[14,15],[-36,42],[-27,-27],[-38,45],[-11,15],[0,0],[-24,-17],[-38,-34],[-11,-11],[-27,-26],[-67,-66],[-3,8],[6,3],[-7,14],[-5,-3],[-3,7],[-5,5],[-7,8],[-14,40],[-4,9],[154,144],[389,364],[957,975],[693,813],[512,560],[414,449],[-14,14],[-43,48],[79,70],[198,201],[218,242],[33,39],[3,-3],[960,1210],[456,618],[436,639],[457,618],[457,614],[478,594],[435,639],[446,628],[458,631],[450,623],[427,645],[461,613],[420,656],[452,625],[450,623],[461,612],[439,633],[113,108],[140,153],[53,17],[52,72],[62,-47],[154,217],[51,91],[57,32]],[[242417,501760],[33,-40],[34,-34],[39,-21],[6,-3],[34,-14],[30,-10],[4,-2],[16,-1],[9,-1],[33,1],[134,10],[38,-2],[35,-9],[141,-59],[83,-35],[74,-31],[56,-24],[26,-9],[35,-8],[35,-5],[30,-3],[36,1],[32,5],[34,8],[43,12],[55,17],[55,17],[36,11],[31,9],[11,3],[15,-2],[28,6],[36,5],[87,8],[14,1],[103,2],[17,0],[128,-6],[192,-13],[32,-3],[259,-26],[0,0],[41,-10],[44,-18],[46,-24],[23,-11],[22,-12],[38,-20],[22,-11],[9,-5],[23,-11],[86,-47],[93,-43],[1,0],[3,-1],[28,-14],[99,-39],[68,-27],[79,-31],[72,-29],[61,-22],[38,-14],[36,-11],[3,-1],[34,-8],[29,-5],[31,-4],[45,-5],[88,-6],[98,-7],[81,-6],[72,-4],[68,-7],[65,-7],[42,-5],[41,-6],[41,-8],[39,-7],[34,-8],[36,-6],[41,-7],[28,-3],[25,-1],[20,0],[28,2],[29,3],[44,5],[51,7],[59,8],[50,8],[62,6],[33,3],[30,1],[28,-1],[19,-2],[30,-6],[25,-8],[27,-10],[31,-16],[26,-14],[23,-14],[21,-14],[23,-18],[18,-15],[1,-1],[15,-15],[31,-31],[21,-23],[21,-23],[17,-19],[15,-14],[16,-15],[16,-13],[35,-21],[30,-14],[23,-7],[29,-8],[25,-4],[38,-6],[10,-1],[39,-5],[36,-5],[19,-4],[-1,-4],[14,-3],[64,-15],[18,-9],[1,4],[24,-11],[20,-12],[19,-14],[45,-31],[29,-21],[29,-20],[24,-15],[20,-11],[23,-12],[15,-5],[1,-1],[20,-6],[33,-7],[33,-3],[42,-3],[18,-2],[45,-3],[86,-8],[31,-2],[64,-7],[9,-1],[25,-7],[15,-4],[20,-8],[16,16],[7,-4],[17,-15],[20,-23],[45,-60],[15,-26],[55,-86],[55,-89],[35,-55],[40,-64],[41,-66],[39,-62],[34,-54],[23,-37],[27,-43],[28,-45],[0,-3]],[[234062,487152],[-4,-103],[-2,0],[-25,2],[-52,2],[0,1],[-12,-289],[-1,-12],[-1,-22],[-2,-44],[-113,-44],[-4,-1],[-65,-199],[27,-10],[9,-4],[-28,-93],[-19,-63],[-28,-90],[22,-101],[8,-34],[17,-81],[7,-30],[11,-50],[-29,-12],[5,-19],[35,-133],[-4,-99],[-2,-56],[-5,-120],[0,-3],[0,0],[-9,-230],[-1,-38],[23,-98],[7,-41],[15,-9],[51,-29],[0,-1],[61,-37],[534,152],[125,35],[132,-16],[-12,51],[-44,196],[50,66],[197,55],[-133,585],[39,160],[-3,1],[-567,193],[30,724],[11,229],[1,30],[-1,0],[-39,16],[-134,-21],[-70,-11],[-2,-72],[-6,-165],[0,-18]],[[237309,484112],[-6,-58],[-2,-62],[53,-19],[39,-13],[4,-6],[67,48],[319,238],[83,57],[3,10],[5,15],[-3,2],[-9,9],[2,3],[-1,17],[2,33],[-4,21],[-11,18],[-124,215],[-83,-59],[-108,-67],[-55,-28],[-40,-30],[-14,-13],[-20,-4],[-13,-10],[-16,-2],[-24,-1],[-34,-241],[-7,-45],[-3,-28]],[[249755,502048],[-9,1],[-38,14],[-23,18],[-16,31],[-65,114],[-51,98],[-1,43],[2,33],[6,18],[13,31],[33,58],[8,17],[18,45],[9,37],[1,13],[0,1],[13,165],[2,16],[9,43],[5,18],[17,92],[22,87],[23,70],[26,59],[30,60],[58,93],[84,120],[158,217],[8,13],[125,225],[38,41],[34,53],[40,71],[82,118],[30,63],[30,65],[42,145],[1,3]],[[250519,504457],[304,-328],[11,-12],[280,-302],[224,-242],[11,-11],[124,-133],[0,-1],[25,-27],[36,40],[17,-9],[4,-2],[175,143],[55,-82],[4,-7],[60,-89],[126,-191],[5,-7],[4,-6],[243,-357],[5,-8],[3,-1],[13,-17],[4,-7],[3,-5],[-8,-25],[-9,1],[-50,-7],[-46,-12],[-51,-24],[-45,-25],[-55,-37],[-96,-71],[-24,-23],[-14,-19],[-22,-30],[-1,0],[0,-1],[-13,-24],[-2,-4],[-14,-27],[-14,-17],[0,0],[-13,-11],[0,0],[-1,-1],[-70,-60],[-133,-114],[0,0],[5,-12],[48,-69],[44,-65],[0,0],[32,-50],[1,-2],[7,-10],[17,-24],[4,-5],[54,-77],[0,0],[-14,-14],[-61,-56],[-4,4],[-32,-26],[-113,-173],[22,-29],[-1,-1],[-70,-68],[-86,-82],[-11,-10],[0,0],[-48,67],[-6,8],[-2,3],[-24,35],[-333,-285],[127,-188],[0,0],[-10,-10],[-13,-14],[-1,0],[-15,-9],[-7,-9],[-29,-36],[-11,-14],[-54,-73],[-1,-2],[-9,-13],[-5,-8],[6,-22],[-9,-11],[-24,-5],[0,-1],[-82,-117],[-1,-1],[-1,-1],[-22,-28],[-88,-118],[-9,-10],[0,0],[-72,106],[-58,84],[-93,175],[-37,55],[-71,107],[-72,108],[-35,51],[-1,0],[-1,3],[-99,148],[-82,119],[-1,1],[-20,31],[-5,26],[-28,44],[-45,63],[-30,42],[-8,11],[-15,24],[0,0],[-27,43],[-48,68],[0,0],[-24,35],[-19,25],[-9,11],[-31,24],[-13,6],[-46,4]],[[253503,506945],[-20,11],[63,111],[31,55],[-69,485],[5,44],[82,105],[36,46],[2,2],[92,122],[140,190]],[[253865,508116],[3,-2],[15,-10],[22,-16],[9,-11],[13,-19],[6,-23],[-13,-2],[14,-41],[-10,-24],[-16,-13],[-17,17],[-124,-157],[11,-10],[-18,-23],[-36,34],[-29,-38],[10,-10],[-28,-37],[-13,-23],[-6,-15],[12,-12],[10,-19],[-1,-2],[-4,-16],[-30,-65],[-2,-20],[7,-23],[18,-27],[25,-19],[37,-23],[8,-6],[1,-7],[-17,-38],[-219,-471]],[[255545,510506],[-6,-75]],[[255539,510431],[-12,47],[-13,55],[-2,1],[0,1],[0,13]],[[255512,510548],[32,-40],[1,-1],[0,0]],[[255545,510507],[0,-1]],[[254187,510874],[-97,-99],[1,21],[15,22],[81,56]],[[254238,512641],[-5,13],[-133,354],[-12,30],[-14,30],[-8,15],[-8,14],[-11,19],[-12,19],[-18,25],[-17,21],[-14,17],[-10,11],[-13,13],[-11,12],[-19,17],[-7,6],[-15,13],[-13,9],[-23,17],[-16,10],[-15,8],[-20,11],[-101,10],[-67,2],[-26,1],[-111,1],[-7,83]],[[253512,513422],[42,-23],[19,-3],[28,-5],[88,6],[117,-10],[88,-19],[60,-27],[16,-10],[14,-10],[61,-4],[75,-3],[127,-39],[121,-45],[91,-37],[-4,-7],[-5,-19],[-28,-168],[-4,-20],[-9,-24],[-11,-32],[-19,-38],[-63,-107],[-40,-62],[-17,-24],[-6,-13],[-7,-13],[-6,-18],[-2,-7]],[[249808,513430],[-5,-9],[-47,31],[-15,10],[-9,6],[-27,18],[-19,-34],[-30,-52],[-435,-746],[-227,-388],[-243,-410],[-232,-391],[-229,-382],[-48,-81],[-56,-87],[-229,-374],[-116,-192],[-55,-89],[-74,-121],[-10,12],[-1249,-1985],[-387,-606],[-318,-493],[-2063,-3192],[-177,-274],[-63,-98],[-344,-530],[-357,-510]],[[242744,502463],[264,595],[448,702],[439,633],[424,642],[427,639],[375,616],[451,624],[415,651],[405,662],[418,657],[419,650],[417,653],[407,658],[383,679],[431,644],[356,694],[444,639],[20,32],[44,-36],[55,-43],[22,-24]],[[233908,483038],[-23,-45],[-17,12],[0,-1],[-1,0],[-171,121],[-229,159],[-53,37],[-19,15],[17,28],[-57,39],[0,20],[-34,20],[7,31],[-1,18],[0,0],[0,1],[0,1],[2,12]],[[233263,483533],[13,-9],[-5,-24],[-2,-9],[-64,-6],[-41,35],[-165,102],[-170,108],[-227,139],[-52,25],[-36,14],[-129,50],[-78,25],[-140,34],[-54,11],[-22,3],[53,158],[-57,27],[-125,53],[-89,35],[-252,91],[-67,18],[-60,30],[-46,42],[-30,27],[-34,29],[-32,17],[-17,7],[-1,0],[-8,3],[-1,1],[-1,0]],[[231164,484623],[-1,1],[0,0],[-3,1],[-158,42],[2,1],[-16,4],[-207,49],[-27,6],[-55,14],[-73,18],[60,339],[3,37]],[[254238,512641],[-5,-17],[-1,-16],[-1,-19],[6,-39],[23,-86],[18,-38],[22,-54],[16,-37],[7,-14],[13,-44],[6,-27],[9,-36],[17,-47],[50,-124],[8,-23],[10,-25],[19,-52],[25,-51],[25,-61],[54,-148],[28,-90],[16,-45],[0,-7],[7,-22],[29,-80],[6,-18],[-54,-34],[-75,-55],[57,-6],[28,-6],[28,-6],[75,-17],[86,-81],[62,-59],[33,-35],[19,-21],[9,-11],[8,-11],[8,-9],[10,-13],[34,-49],[33,-46],[11,-14],[-21,-21],[-9,-11],[-55,-61],[-123,139],[-82,92],[-34,42],[-165,182],[-15,11],[-6,4],[-1,0],[-4,-4],[-113,-117],[-161,-167],[-38,-39],[7,-8],[2,-3],[2,-2],[-44,-44],[-3,-2],[-222,-218],[48,-57],[15,-19],[12,-14],[16,-18],[71,-84],[6,-27],[-7,-6],[109,-132],[0,0],[79,-93],[13,-15],[0,0],[13,-15],[0,0],[49,-58],[92,-109],[26,-30],[195,178],[12,9],[14,11],[6,5],[17,-5],[21,-7],[76,-23],[51,-16],[46,4],[52,1],[99,4],[25,0],[2,71],[53,3],[1,0],[60,-1],[-2,103],[37,1],[11,0],[84,1],[20,2],[14,0],[18,1],[8,0],[27,3],[2,0],[8,0],[13,2],[14,2],[6,1],[1,0],[1,0],[9,3],[12,2],[0,0],[1,0],[8,2],[19,4],[20,8],[4,18]],[[255545,510506],[0,0],[0,1]],[[255512,510548],[-2,2],[0,2],[-6,30],[-7,69],[3,42],[4,31],[2,7],[10,-4],[9,-3],[18,-11],[35,-21],[36,-23],[23,-15],[7,-6],[7,-7],[2,-2],[8,-9],[9,-13],[2,-4],[5,-11],[1,-12],[2,-21],[0,-16],[0,-24],[11,-28],[11,-19],[9,-18],[4,-13],[-165,-67],[-30,-29],[-17,-34],[-49,-104],[-59,-129],[1,-2],[-52,-120],[-8,-20],[-10,-13],[-6,-24],[-35,-120],[-21,-81],[-24,-90],[-28,-103],[0,-2],[-35,46],[-143,-133],[-164,-150],[-75,-84],[-54,-73],[-44,-76],[-10,-8],[-221,-272],[-37,-47],[-31,27],[-108,-41],[-44,-51],[0,-1],[-1,0],[-27,-31],[-2,-2],[0,0],[0,0],[-4,-2],[-13,-5],[-7,-4],[-5,-3],[-13,-10],[-8,-8],[-5,-5],[-7,-6],[-3,-4],[-1,0],[-11,-7],[-20,-13],[-12,-6],[-11,-9],[-12,-10],[-13,-18],[-5,-6],[0,-3],[0,-4],[41,-34],[-11,-15],[-32,-46],[-39,-58],[-28,-41],[-21,-31],[0,0],[-1,0],[-3,-5],[-18,-26],[-6,-9],[-1,0],[-82,-113]],[[253503,506945],[43,-23],[-3,-6],[-8,-21],[3,-2],[4,-5],[-1,-9],[-101,-237],[-46,-105],[-6,-12],[-20,-39],[-48,-90],[-47,-85],[-68,-103],[-90,-126],[-2,-3],[-98,-149],[-8,-13],[-9,-15],[-58,-83],[-82,-138],[-2,9],[-2,-4],[-46,59],[-95,86],[-43,-29],[-28,-22],[-22,-11],[-10,-1],[-16,12],[-47,-11],[-32,-58],[-15,-21],[-12,-23],[-10,-11],[-19,-17],[-107,-65],[-20,-16],[-25,-38],[-61,-75],[-26,-30],[-44,-44],[-79,-40],[-32,-9],[-20,29],[-13,11],[-11,5],[-26,4],[-49,56],[-47,54],[8,-54],[-4,-19],[-5,-11],[-29,-47],[-10,-17],[-23,-9],[-74,-30],[-61,-21],[-2,0],[-38,-10],[-79,-7],[-113,-8],[-36,-2],[-131,-8],[-70,-8],[-13,-1],[-1,0],[-1,-2],[-12,-95],[0,-11],[-3,-47],[-7,-79],[-16,-138],[-15,-77],[-4,-22],[-6,-14],[-3,-8],[-31,-33],[-7,-8],[-51,-42],[-12,-7],[-21,-13],[-79,-20],[-36,-5],[-48,3],[-29,2],[-13,3],[-42,8],[-64,-6],[-59,-18],[-4,-2],[-17,-7],[-63,-17],[-7,-11],[-27,-41],[-17,-49],[-5,-16]],[[249755,502048],[-26,-60],[-6,-12],[-211,-149],[33,-41],[59,-75],[12,-15],[19,-26],[7,-15],[-18,-9],[-61,-22],[0,0],[-31,-11],[-15,-5],[-9,-2],[-5,-4],[-16,-16],[0,1],[-6,7],[-25,32],[-5,-4],[-18,-14],[-57,-52],[-14,22],[-9,15],[-54,-43],[0,0],[-31,-25],[0,0],[-23,-19],[-34,-23],[-17,-11],[-12,-9],[21,-32],[-91,-78],[-25,-22],[-77,41],[-69,-154],[67,-38],[-12,-30],[-66,-142],[53,-31],[5,-6],[-227,-192],[60,-99],[37,-52],[26,-32],[35,-64],[94,64],[44,27],[8,5],[1,1],[0,0],[1,-1],[0,0],[122,-234],[7,-14],[120,-229],[-29,-20],[-180,-117],[0,-7],[32,-52],[3,-28],[-66,-43],[-32,-21],[-172,-110],[-14,-9],[-2,-1]],[[242417,501760],[27,15],[-26,57],[55,150],[209,343],[62,138]],[[249808,513430],[12,-14],[23,-19],[57,-34],[25,-18],[11,-8],[42,-22],[35,-23],[48,-27],[21,-7],[8,-3],[8,-2],[7,-3],[271,-124],[21,-8],[18,-4],[36,-14],[159,-71],[49,-22],[64,-17],[2,-2],[3,-4],[24,3],[11,8],[24,5],[17,6],[21,8],[33,17],[30,21],[16,16],[-13,-19],[-43,-57],[-32,-43],[-17,-19],[-11,-19],[-3,-8],[-10,-16],[-68,-101],[2,-9],[30,-30],[-1,-2],[25,-21],[8,3],[126,176],[66,0],[6,0],[22,43],[2,1],[2,0],[5,-2],[162,-117],[15,-12],[10,-6],[34,-20],[101,-70],[26,-6],[8,1],[37,4],[9,-17],[51,-40],[18,-14],[51,-39],[45,-26],[32,-13],[21,0],[20,9],[15,13],[63,88],[67,115],[19,46],[15,45],[37,62],[-47,36],[59,108],[-104,76],[143,260],[-15,9],[56,51],[29,78],[8,-3],[33,-14],[6,1],[25,-21],[25,-10],[44,-12],[42,-6],[151,-58],[15,-16],[1,2],[18,11],[20,12],[12,1],[16,1],[10,-3],[12,-2],[9,-5],[53,-11],[21,-4],[14,-3],[0,0],[-1,-23],[51,14],[61,2],[209,0],[628,-2],[51,5],[1,0],[0,0]],[[599066,153371],[175,-151],[15,16],[117,-102],[40,-35],[44,-40],[20,-17],[15,-10],[8,-4],[-68,-47],[-323,-223],[-201,167],[-373,-68],[-16,-10],[10,-9],[309,-271],[225,-191],[158,-134],[63,-54],[276,-240],[129,-110],[215,-183],[144,-116],[10,4],[71,32],[159,71],[210,96],[101,47],[285,126],[49,20],[20,7],[19,5],[19,2],[14,0],[32,-9],[63,-8],[146,-24],[64,-11],[20,-3],[130,-22],[71,-7],[19,0],[10,0],[10,1],[16,2],[24,5],[27,11],[47,20],[16,8],[59,29],[32,16],[84,42],[267,133],[384,190],[174,87],[39,19],[89,44],[156,-132],[326,156],[240,-208],[-596,-333],[-7,-4],[-44,-25],[-226,-126],[-281,-157],[-204,-115],[-90,-50],[-138,-78],[-269,-152],[-201,-113],[-282,-159],[-208,-117],[-113,-63],[-105,-59],[-44,-25],[-202,-113],[-48,-27],[-181,-102],[-35,-20],[-199,-111],[-81,-46],[-161,-90],[-30,-17],[-35,-20],[-15,-8],[-77,-44],[-7,-3],[-71,-41],[-28,-15],[-33,-19],[-15,-8],[-187,-105],[-211,-119],[-15,-8],[-103,-58],[-111,-62],[-14,-8],[-1,-1],[-29,-16],[10,-7],[0,0],[0,0],[57,-38],[104,-69],[104,-69],[200,-133],[109,-73],[652,-462],[972,-693],[1,0],[1132,-815],[-1,2],[5,-7],[202,-143],[3,-2],[103,-74],[1353,-945],[147,-99],[17,-11],[40,-31],[10,-7],[633,-440],[633,-433],[0,1],[0,-1],[473,-322],[0,-1],[3,-1],[438,-299],[15,-10],[22,-15],[-344,-432],[-47,-48],[-148,-150],[-1,-3],[-2,0],[-518,-526],[-569,-359],[-305,-264],[-40,-26],[-119,-107],[-72,-67],[-27,-23],[-325,-82],[6,-41],[0,5],[21,-123],[13,-152],[0,-1],[1,-3],[47,-533],[17,-388],[7,-154],[0,-20],[-15,2],[0,0],[-24,3],[-5,0],[-23,-1],[-25,8],[-40,14],[-54,34],[-33,13],[-45,28],[-40,27],[-17,9],[-5,2],[-84,15],[-25,18],[-25,15],[-24,17],[-12,28],[-7,14],[-50,-3],[-49,-15],[-38,-8],[-25,3],[-27,9],[-8,-2],[-6,-10],[0,-14],[5,-16],[-1,-11],[-4,-10],[-9,-9],[-14,-10],[-15,-5],[-13,-3],[-21,4],[-22,6],[-22,0],[-29,-11],[-17,8],[-12,-4],[-12,-9],[-4,-11],[-3,-15],[-9,-12],[-3,-11],[-1,-10],[-6,-12],[-15,-4],[-18,-2],[-12,7],[-12,13],[-7,21],[-14,12],[-13,1],[-13,0],[-18,7],[-22,4],[-11,-3],[-14,-17],[-3,-12],[-7,-8],[-12,-5],[-21,-4],[-19,5],[-22,14],[-13,5],[-16,-6],[-12,-13],[2,-7],[19,-21],[6,-12],[0,-14],[-9,-11],[-26,-17],[-13,-18],[-5,-13],[1,-16],[8,-15],[-1,-11],[-8,-5],[-7,3],[-8,9],[1,18],[0,24],[-3,15],[-8,9],[-11,8],[-1,3],[-6,6],[-10,0],[-11,-4],[-32,-32],[-27,-13],[-18,-4],[-10,0],[-10,3],[-8,-2],[-6,-5],[-3,-11],[1,-15],[10,-22],[3,-23],[-2,-11],[-13,-7],[-17,-2],[-21,5],[0,35],[5,27],[-3,12],[-7,5],[-11,0],[-41,-26],[-35,-27],[-6,-14],[-3,-16],[-8,-1],[-8,2],[-7,10],[-7,14],[-12,10],[-27,-1],[-11,-7],[-6,-4],[-9,-21],[-1,-19],[12,-13],[21,-8],[29,0],[0,-11],[-4,-7],[-12,-8],[-21,-3],[-80,2],[-11,-7],[-6,-13],[0,-20],[3,-17],[2,-14],[-6,-5],[-6,0],[-15,20],[-21,36],[-1,3],[-6,19],[3,28],[-4,7],[-7,2],[-6,-4],[-6,-17],[-18,-35],[-24,-37],[-9,-10],[-18,-1],[-5,16],[7,16],[3,19],[-4,16],[-8,12],[-13,2],[-14,-2],[-12,-7],[-6,2],[-1,7],[-4,13],[-5,7],[-9,4],[-15,0],[-75,-42],[-6,5],[-5,10],[0,29],[-6,9],[-11,0],[-40,-6],[-17,-10],[-3,-11],[3,-16],[1,-12],[-5,-7],[-29,11],[-15,-2],[-18,-7],[-10,-12],[3,-12],[7,-8],[10,-6],[5,-6],[2,-9],[-2,-8],[-6,-6],[-24,-1],[-57,-1],[-32,2],[-11,8],[-32,29],[-24,17],[-10,2],[-7,-3],[-11,-12],[-13,-8],[-15,0],[-26,5],[-47,17],[-47,23],[-47,23],[-12,13],[-4,12],[32,84],[-5,15],[-10,2],[-4,-6],[-5,-12],[-9,-15],[-7,-5],[-9,-1],[-35,2],[-13,-10],[-34,-43],[-22,-35],[-12,-5],[-10,4],[-8,10],[-8,28],[-6,17],[-16,14],[-40,37],[-18,6],[-16,-2],[-19,-3],[-14,3],[-15,12],[-24,31],[-12,4],[-9,-6],[-9,-11],[-4,-27],[-12,-31],[-1,-26],[-5,-12],[-11,-1],[-9,6],[-8,6],[-5,10],[-2,12],[-3,25],[-6,12],[-13,6],[-20,0],[-22,-9],[-25,-15],[-28,-13],[-14,-3],[-10,4],[-8,14],[-10,15],[-10,0],[-12,-7],[-12,-24],[-19,-25],[-25,6],[-10,-2],[-12,-3],[-28,-4],[-41,-14],[-21,-10],[-16,-10],[-20,-17],[-15,-4],[-14,2],[-25,25],[-6,0],[-8,-8],[0,-34],[7,-34],[0,-10],[-6,-8],[-7,-3],[-59,-8],[-19,-10],[-2,-9],[4,-7],[8,-6],[14,-3],[18,-1],[4,-6],[-31,-43],[-21,-20],[-8,-1],[-7,2],[-15,11],[-25,9],[-29,38],[-22,15],[-25,1],[-10,-9],[1,-11],[4,-9],[8,-5],[9,-5],[5,-6],[47,-56],[11,-20],[1,-14],[-4,-13],[-10,-13],[-35,-41],[-26,-47],[-10,-44],[-13,-15],[-10,-1],[-3,3],[-3,10],[3,8],[1,13],[1,34],[-2,8],[-5,4],[-8,-1],[-4,-7],[-3,-12],[-6,-20],[-4,-10],[2,-12],[-3,-18],[-5,-11],[-8,-7],[-8,1],[-2,4],[0,13],[-2,10],[-11,5],[-11,-5],[-5,-4],[-13,-48],[-3,-4],[-8,-3],[-10,3],[-18,10],[-15,4],[-9,6],[-2,11],[-4,35],[0,10],[-5,5],[-5,-3],[-6,-9],[-9,-25],[-5,-18],[-7,-27],[-13,-9],[-8,1],[-5,7],[-10,7],[-9,1],[-10,-7],[-7,-9],[-9,-2],[-11,6],[-16,3],[-12,-2],[-10,-7],[-8,-10],[-8,-18],[-13,-6],[-11,0],[-10,6],[-26,3],[-18,-4],[-20,-17],[-14,-14],[-24,-17],[-21,-7],[-27,-4],[-27,-2],[-19,-9],[-19,-18],[-16,-21],[-21,-17],[-36,-16],[-16,-7],[-10,0],[-13,8],[-12,1],[-7,-2],[-9,-4],[-16,-8],[-16,-5],[-6,1],[-10,0],[-18,11],[-21,9],[-25,-1],[-36,-11],[-19,-7],[-7,-5],[-1,-10],[2,-10],[1,-10],[-5,-8],[-8,-3],[-25,0],[-29,-4],[-25,-7],[-28,-10],[-27,-15],[-45,-22],[-13,-2],[-3,6],[1,11],[6,10],[9,8],[8,10],[2,6],[-3,5],[-7,4],[-14,0],[-17,-2],[-16,-2],[-28,1],[-25,6],[-17,1],[-11,-1],[-8,-10],[-4,-13],[-4,-6],[-15,-2],[-41,4],[-35,1],[-12,5],[-18,9],[-11,4],[-13,1],[-13,-3],[-20,-18],[-13,-16],[-15,-11],[-18,-10],[-19,-12],[-13,-15],[-3,-10],[-6,-9],[-9,-6],[-8,-2],[-14,0],[-12,-1],[-11,-6],[-15,-14],[-14,-20],[-7,-15],[-24,-24],[-13,-12],[-9,-7],[-17,-10],[-18,-1],[-29,4],[-8,-10],[0,-14],[15,-19],[3,-11],[0,-16],[-13,-14],[-13,-5],[-22,-4],[-10,4],[1,5],[22,46],[-4,10],[-8,10],[-6,1],[-11,-4],[-31,-9],[-10,-8],[-9,-12],[-1,-10],[-1,-27],[-2,-9],[-5,-4],[-6,-1],[-11,4],[-11,1],[-17,-4],[-42,-17],[-42,-24],[-47,-6],[-8,-2],[-11,-3],[-7,-7],[-10,-13],[-34,-53],[-6,-10],[-7,-5],[-20,-8],[-8,-3],[-5,3],[0,9],[-2,18],[6,24],[3,17],[-5,9],[-9,4],[-24,-4],[-31,4],[-12,-1],[-14,0],[-24,5],[-9,7],[-10,1],[-8,-3],[-7,-8],[-7,-13],[-1,-17],[6,-40],[1,-10],[-2,-8],[-8,-6],[-15,0],[-9,4],[-7,6],[-6,16],[-10,16],[-16,13],[-11,0],[-9,-7],[-8,-7],[-3,-17],[-7,-6],[-6,0],[-6,7],[-6,16],[0,11],[-11,11],[-12,-4],[-8,0],[-8,7],[-14,5],[-11,-1],[-14,3],[-2,-5],[11,-25],[-1,-12],[-2,-11],[-16,-25],[-7,-4],[-8,0],[-5,-4],[-17,-16],[-8,-7],[-2,-1],[-10,-1],[-20,2],[-12,7],[-6,8],[-2,8],[3,13],[10,2],[11,11],[2,7],[-8,17],[-10,7],[-8,2],[-7,-5],[-6,-10],[-1,-13],[-6,-8],[-11,-9],[-18,-1],[-15,8],[-5,8],[1,5],[7,3],[9,6],[0,9],[-13,16],[-16,5],[-19,-5],[-19,-7],[-12,-6],[-5,-8],[-1,-14],[-25,-35],[-6,-10],[-13,2],[-22,16],[-13,4],[-17,7],[-12,6],[-7,8],[1,12],[-2,7],[-6,5],[-11,2],[-10,-5],[-38,-26],[-19,-9],[-19,-8],[-12,-4],[-28,-4],[-13,-5],[-13,-8],[-12,-4],[-5,-11],[1,-11],[5,-33],[0,-20],[-1,-11],[-20,-3],[-5,6],[-2,12],[-7,30],[-10,13],[-11,13],[-13,4],[-16,-8],[-12,2],[-14,2],[-18,8],[-6,-1],[-26,-4],[-10,-7],[0,-9],[-9,-9],[-23,-9],[-22,-7],[-30,2],[-14,4],[-62,-3],[-7,7],[-1,5],[-5,6],[-4,-4],[-2,-13],[-5,-12],[-7,-7],[-11,-4],[-9,2],[-8,9],[0,8],[8,17],[3,15],[-5,5],[-7,0],[-15,-5],[-19,-4],[-35,9],[-19,12],[-5,8],[-9,12],[-8,6],[-9,3],[-12,-3],[-7,-18],[-9,-3],[-29,4],[-3,-2],[2,-28],[0,-4],[-7,0],[-2,-5],[6,-8],[11,-13],[6,-4],[-1,-5],[-7,-4],[-27,-7],[-11,-7],[-9,-10],[-5,-13],[-5,-4],[-14,-9],[-8,2],[-9,8],[-1,22],[-5,11],[-13,9],[-10,4],[-8,0],[-8,-2],[-5,-12],[-1,-10],[-5,-9],[-6,-1],[-10,7],[-5,6],[1,17],[-6,63],[0,8],[-8,7],[-7,1],[-5,-4],[-3,-8],[-3,-9],[-8,-4],[-7,1],[-9,8],[2,9],[-3,11],[-7,8],[-21,1],[-41,1],[-9,-1],[-7,-5],[-3,-9],[3,-15],[-3,-9],[-6,-7],[-10,-14],[-3,-12],[3,-8],[12,-6],[12,4],[19,8],[10,-3],[11,-1],[12,-12],[5,-17],[3,-21],[1,-16],[-5,-8],[-6,-3],[-7,0],[-6,6],[-7,9],[-5,0],[-6,-7],[-7,-6],[-12,-6],[-9,0],[-10,3],[-1,8],[-4,12],[-8,5],[-6,0],[-3,-5],[1,-7],[9,-39],[0,-4],[-2,-7],[-4,-5],[-9,-4],[-4,0],[-4,-4],[-3,-6],[-1,-35],[-4,-4],[-34,-1],[-11,-4],[-7,-9],[0,-22],[-15,-7],[-19,5],[-5,12],[0,19],[-4,6],[-11,7],[-37,0],[-13,5],[-12,13],[-9,14],[-5,8],[-13,11],[-9,1],[-7,-4],[-2,-5],[0,-10],[6,-12],[3,-15],[-1,-13],[-5,-10],[-9,-4],[-14,4],[-14,5],[-16,1],[-14,-5],[-9,-9],[-3,-15],[1,-4],[1,-7],[8,-18],[14,-17],[5,-15],[3,-18],[-4,-19],[4,-15],[2,-16],[-2,-21],[-3,-16],[-4,-14],[-6,-16],[-13,-12],[-28,-22],[-25,-8],[-23,0],[-12,2],[-7,10],[1,6],[9,11],[9,13],[0,10],[-6,12],[-18,3],[-17,-8],[-16,-9],[-10,-11],[-10,-14],[1,-17],[8,-41],[12,-30],[6,-20],[0,-21],[-6,-13],[-12,-13],[-14,5],[-10,13],[-6,5],[-15,-6],[-10,-12],[-3,-11],[2,-3],[2,-5],[-1,-10],[-7,-8],[-10,-4],[-12,1],[-4,12],[-6,6],[-17,-2],[-22,-13],[-62,-27],[-17,-4],[-8,-5],[-3,-6],[0,-9],[6,-5],[10,-4],[21,-4],[6,-9],[1,-13],[-2,-15],[-8,-13],[-10,-9],[-17,-3],[-26,1],[-19,2],[-5,-3],[-10,-35],[4,-4],[17,-6],[6,-7],[1,-6],[-3,-5],[-8,-2],[-12,1],[-12,6],[-17,14],[-18,23],[-8,3],[-5,-2],[-5,-15],[-4,-4],[-7,2],[-11,12],[-15,11],[-14,4],[-8,-2],[-3,-5],[7,-7],[13,-23],[7,-29],[-1,-27],[-5,-10],[-10,-2],[-11,5],[-9,1],[-8,-6],[-1,-10],[3,-7],[4,-4],[9,-3],[13,-2],[7,-5],[2,-9],[-3,-7],[-6,-5],[-10,-3],[-13,2],[-19,8],[-14,-2],[-7,-13],[-10,-29],[-1,-21],[5,-19],[47,-113],[20,-58],[16,-54],[8,-29],[0,-33],[-3,-63],[-2,-24],[-9,-25],[-20,-27],[-24,-26],[-22,-14],[-46,-23],[-57,-26],[-77,-39],[-12,5],[-15,13],[-17,7],[-19,-1],[-13,-12],[-153,213],[-102,128],[-63,55],[-34,-39],[-2,-8],[-25,-37],[-21,-47],[-4,-12],[-11,-40],[-6,-28],[-12,-10],[-9,-3],[-9,-5],[-18,3],[-21,11],[-39,17],[-89,31],[-120,33],[-182,49],[-444,125],[-173,47],[-46,14],[-591,161],[-224,63],[-141,38],[-116,32],[-103,34],[-83,31],[-100,47],[-57,27],[-83,45],[-72,42],[-51,32],[42,33],[58,28],[86,-90],[63,31],[-46,110],[58,28],[217,107],[14,11],[8,14],[2,3],[5,12],[-3,38],[-1,31],[17,7],[14,14],[-165,310],[-57,108],[-105,197],[-38,68],[-62,88],[-30,40],[-46,61],[-25,67],[-21,50],[-26,50],[-9,18],[432,277],[0,0],[19,11],[236,149],[229,147],[-198,385],[-280,-92],[-190,345],[-292,-27],[-11,23],[-34,87],[-70,192],[-7,22],[-8,24],[-58,171],[-60,174],[-115,37],[-100,33],[-124,356],[-38,113],[-6,18],[-30,89],[-114,325],[10,9],[99,75],[198,153],[70,56],[-6,25],[-24,115],[-67,324],[-22,118],[-43,220],[-33,164],[-44,217],[-13,67],[-19,96],[18,4],[40,9],[24,6],[-18,22],[-93,118],[-3,4],[-61,73],[-91,115],[-83,104],[-17,21],[-47,60],[-185,231],[-135,168],[-67,81],[-192,233],[-101,121],[-31,36],[-89,105],[-66,71],[-71,74],[-53,53],[-72,67],[-181,155],[-62,47],[-55,40],[-34,23],[-21,-27],[-54,-73],[-13,-18],[-98,-133],[-67,-88],[-97,-129],[-56,-77],[-54,-73],[0,-10],[2,-7],[21,-28],[22,-38],[-21,-48],[-23,-11],[-18,-4],[-24,2],[-128,28],[-17,4],[-9,2],[-25,5],[-17,4],[-115,28],[-194,46],[-104,26],[-25,2],[-220,55],[-141,32],[-109,26],[-18,5],[-118,28],[-28,7],[-26,17],[-267,6],[-95,2],[-201,5],[-179,2],[-178,6],[-28,5],[-16,2],[-138,22],[-97,19],[-14,127],[2,4],[6,11],[6,15],[-39,31],[-1,2],[-152,153],[-142,140],[-116,119],[7,23],[4,6],[-59,322],[-21,109],[-6,32],[-18,97],[-13,82],[-8,47],[-118,25],[12,61],[0,11],[-4,19],[-8,60],[-4,37],[0,47],[4,125],[2,23],[6,41],[7,32],[8,31],[12,34],[-11,24],[-60,130],[-67,141],[-6,13],[-142,341],[-71,173],[-7,17],[-86,209],[-26,56],[-8,16],[-16,36],[-227,550],[-10,17],[-206,516],[-20,26],[-224,-41],[-148,-26],[-23,-4],[-195,-34],[-23,-4],[-185,-35],[-41,-8],[-17,-4],[-19,-4],[-158,-28],[-327,-62],[-23,-4],[-52,-10],[-177,-33],[-210,-39],[-517,-95],[-100,-19],[-15,40],[-163,443],[-47,129],[-6,18],[-114,313],[-7,18],[-159,438],[6,30],[22,96],[59,322],[7,65],[1,14],[2,29],[2,35],[2,107],[0,121],[2,149],[1,17],[3,103],[3,61],[6,53],[15,92],[8,64],[3,44],[1,37],[0,105],[-2,51],[0,12],[-8,35],[-16,37],[-8,14],[60,-21],[33,-13],[21,-7],[61,-30],[57,-30],[28,-15],[22,-20],[50,-50],[46,-20],[58,-14],[62,-12],[144,-21],[150,-23],[186,-26],[154,-24],[38,-2],[22,3],[59,13],[35,6],[17,3],[228,53],[59,17],[17,5],[194,95],[31,5],[404,30],[4,-8],[67,-130],[9,-17],[6,-10],[27,-49],[21,1],[6,1],[201,-54],[70,-20],[41,-9],[98,-27],[94,-26],[54,-18],[353,-109],[6,-2],[20,-18],[33,4],[12,1],[80,8],[73,6],[55,5],[6,-9],[27,-4],[14,2],[1082,-1947],[72,-185],[-2,4],[4,-12],[148,-381],[0,-2],[84,-216],[0,0],[26,-69],[0,0],[11,-27],[58,-150],[55,-143],[43,-112],[35,-91],[33,-86],[27,-71],[13,-32],[8,-22],[142,-368],[1,-3],[78,-17],[41,-10],[204,-52],[159,-32],[347,-69],[50,-10],[19,-4],[202,-43],[11,3],[15,0],[16,8],[4,-9],[3,-19],[2,-14],[-9,-11],[7,-9],[13,0],[15,24],[3,-13],[12,-19],[10,7],[13,-1],[27,18],[10,-12],[5,-12],[15,18],[10,-6],[8,-9],[15,11],[6,-3],[-1,-12],[4,-10],[6,-5],[30,5],[17,16],[-10,17],[-4,14],[14,19],[33,9],[22,9],[14,-6],[-8,-19],[-19,-17],[3,-23],[-11,-17],[-17,-14],[-19,-27],[-1,-21],[29,-9],[30,9],[27,-2],[19,9],[26,7],[10,-16],[-8,-24],[-3,-26],[18,-4],[22,4],[7,22],[15,11],[33,1],[38,-3],[22,-4],[14,-17],[14,12],[1,21],[11,10],[26,9],[6,-17],[14,-16],[19,5],[3,14],[-3,16],[-8,29],[5,49],[17,5],[4,-22],[19,10],[25,-4],[-3,-10],[6,-9],[16,18],[33,5],[5,-5],[-10,-11],[10,-10],[9,-2],[-1,-14],[-15,-7],[-3,-17],[21,-14],[29,-9],[22,6],[-3,12],[-1,9],[12,5],[11,-9],[0,17],[11,-3],[0,14],[8,14],[22,7],[22,-4],[25,-10],[12,-19],[-3,-18],[-12,-5],[-7,2],[-1,16],[-11,3],[-19,2],[-19,-14],[2,-18],[17,0],[0,-12],[-11,-10],[16,-24],[30,-7],[51,8],[27,11],[-6,24],[-13,16],[3,10],[17,7],[18,16],[12,1],[0,-10],[7,-12],[17,5],[-8,17],[3,23],[9,-2],[15,-9],[1,-12],[10,0],[6,-17],[-6,-21],[4,-10],[11,1],[10,18],[21,-19],[-6,-14],[13,-12],[12,7],[14,-9],[-1,-10],[30,8],[16,-10],[25,-2],[20,12],[15,21],[0,26],[4,24],[11,0],[5,-17],[16,-9],[12,20],[5,15],[-16,5],[-20,9],[3,17],[16,0],[3,18],[9,-2],[17,-2],[11,-17],[7,-16],[-2,-10],[23,-5],[5,13],[14,-1],[7,-16],[3,-14],[18,21],[-7,17],[-2,23],[19,-14],[11,9],[-10,10],[-7,14],[25,2],[25,-4],[17,-12],[0,19],[-5,19],[-6,18],[20,8],[16,-15],[8,10],[-6,7],[3,24],[-8,2],[0,10],[14,13],[28,0],[-3,-11],[-8,-5],[21,-16],[-5,-10],[12,-5],[11,-2],[14,-10],[-3,22],[-6,23],[5,12],[9,10],[27,-8],[8,7],[18,10],[18,-2],[1,-19],[-11,-19],[11,-12],[36,9],[5,-3],[12,-8],[13,-21],[0,-26],[-14,-17],[-11,-19],[6,-14],[45,-5],[9,-11],[24,-1],[19,-4],[7,25],[5,22],[8,0],[3,-12],[3,-24],[21,5],[14,0],[14,14],[1,21],[10,3],[9,-5],[3,-18],[-12,-13],[-7,-16],[-3,-12],[0,-10],[10,-4],[15,-2],[10,-14],[26,20],[30,-6],[13,9],[20,-17],[30,-13],[19,-15],[31,-47],[6,-29],[13,-9],[25,3],[22,6],[11,-21],[26,-18],[32,-10],[11,-17],[-2,-26],[34,3],[38,9],[34,-9],[33,-15],[40,-2],[39,-7],[32,-16],[14,2],[0,17],[12,13],[13,-11],[16,4],[-7,29],[18,17],[26,-14],[16,2],[12,30],[0,21],[8,22],[-8,19],[0,42],[-17,20],[5,32],[-5,27],[-8,13],[-1,20],[9,28],[3,30],[24,20],[25,-1],[31,-7],[46,52],[-5,26],[14,3],[22,-5],[12,26],[19,28],[-15,19],[-2,22],[31,7],[19,7],[28,2],[16,14],[20,12],[8,31],[0,18],[7,8],[11,-10],[6,-7],[12,-5],[14,-1],[8,0],[8,-4],[10,-10],[9,1],[2,5],[-2,6],[-9,10],[-2,12],[1,6],[10,3],[7,-6],[0,-8],[2,-6],[10,-2],[0,-6],[-1,-6],[2,-4],[8,1],[11,12],[3,11],[-3,8],[-6,6],[3,10],[3,0],[3,7],[2,21],[4,6],[5,1],[8,-6],[3,-12],[-1,-9],[0,-13],[6,-6],[5,1],[6,11],[3,11],[6,7],[7,0],[7,4],[0,17],[7,4],[9,-5],[12,-10],[8,-17],[6,-14],[0,-19],[4,-11],[8,-7],[12,1],[10,3],[6,16],[-5,33],[4,15],[5,4],[16,-2],[5,7],[1,12],[6,9],[10,7],[12,1],[13,-12],[12,-9],[11,5],[3,6],[-2,9],[-7,12],[1,8],[5,9],[5,2],[13,3],[10,-3],[14,-7],[16,-2],[17,2],[5,5],[-4,10],[-13,12],[3,5],[4,4],[9,0],[13,-8],[19,-14],[12,-7],[10,-1],[13,1],[13,5],[7,0],[6,-2],[15,-12],[8,1],[7,5],[4,8],[6,8],[5,0],[2,-3],[5,-7],[11,0],[11,4],[16,0],[18,13],[9,9],[12,6],[11,3],[9,-3],[4,0],[7,2],[1,10],[9,5],[7,-5],[5,-1],[6,5],[-5,9],[-2,8],[4,6],[7,3],[7,-2],[7,0],[5,6],[8,1],[7,-2],[9,-4],[7,-11],[-1,-11],[0,-8],[5,-3],[7,1],[5,8],[4,8],[6,2],[6,-4],[2,-5],[4,0],[5,5],[-1,17],[3,21],[4,11],[7,5],[4,1],[7,0],[29,22],[9,0],[6,-3],[1,-4],[0,-8],[7,-1],[8,0],[7,1],[7,14],[8,3],[7,3],[6,-4],[8,1],[2,9],[0,6],[4,5],[5,-3],[4,2],[1,5],[-4,9],[-7,11],[-4,8],[-1,6],[5,8],[11,6],[7,1],[15,0],[20,-6],[16,-11],[7,2],[9,11],[7,6],[9,5],[18,0],[8,2],[6,8],[3,11],[5,15],[1,21],[8,25],[0,14],[6,19],[26,13],[13,-2],[16,-6],[5,-3],[8,-2],[6,11],[0,11],[-2,4],[-3,8],[-8,7],[-3,8],[0,9],[3,3],[10,-1],[8,-11],[8,-5],[5,4],[3,5],[0,7],[-8,30],[-1,8],[3,7],[4,4],[9,1],[10,-5],[8,-4],[9,-4],[28,2],[9,4],[6,4],[5,6],[0,3],[-9,22],[3,8],[6,3],[8,-2],[7,-6],[1,-6],[8,-12],[5,-4],[14,1],[5,-1],[9,-5],[0,-7],[1,-8],[8,-2],[13,5],[19,8],[1,10],[-3,12],[2,6],[5,7],[8,-2],[9,-8],[7,-16],[6,-1],[15,6],[22,7],[13,10],[7,16],[0,11],[-8,14],[-5,11],[2,10],[6,8],[7,2],[14,-1],[10,-4],[8,0],[6,7],[6,8],[10,-1],[7,-9],[12,-6],[6,1],[11,7],[7,-4],[0,-43],[4,-12],[0,-3],[7,-5],[10,1],[5,9],[6,12],[3,12],[0,9],[2,11],[7,4],[8,1],[8,8],[0,9],[2,14],[11,8],[13,6],[8,3],[1,7],[0,5],[8,6],[8,4],[14,-3],[16,-1],[12,2],[8,6],[0,18],[7,7],[8,1],[32,-15],[24,8],[44,31],[10,8],[5,6],[1,6],[0,12],[-3,5],[-3,3],[-4,2],[-9,0],[-17,-10],[-7,0],[-6,2],[-5,4],[-5,8],[-5,10],[-1,11],[0,12],[1,7],[3,7],[11,15],[11,10],[8,4],[5,3],[15,6],[21,6],[17,11],[9,7],[7,0],[13,-7],[7,0],[3,3],[5,5],[3,7],[0,11],[-15,80],[0,14],[2,5],[2,6],[5,7],[12,10],[14,9],[83,33],[11,8],[44,19],[8,7],[22,23],[9,8],[12,5],[8,9],[2,7],[0,11],[-3,15],[-13,56],[0,5],[2,5],[4,5],[5,0],[46,0],[18,7],[10,10],[8,9],[6,14],[10,12],[18,10],[12,15],[8,12],[3,15],[7,5],[4,6],[0,22],[37,65],[9,31],[8,1],[11,-9],[7,-21],[10,-6],[7,14],[0,13],[8,19],[5,29],[11,38],[13,21],[54,52],[7,20],[6,36],[0,22],[7,19],[16,12],[8,7],[10,16],[11,39],[8,38],[6,33],[3,15],[5,13],[8,17],[13,19],[16,18],[16,16],[13,9],[8,9],[6,9],[7,14],[9,26],[8,33],[4,22],[1,21],[0,42],[0,31],[2,8],[8,9],[8,5],[77,69],[24,6],[30,10],[3,3],[38,32],[126,137],[37,29],[23,32],[16,33],[5,36],[13,22],[16,18],[31,9],[28,13],[43,28],[25,20],[2,1],[0,0],[187,156],[94,90],[18,11],[40,30],[42,35],[40,31],[199,128],[12,16],[13,22],[21,17],[41,27],[37,22],[35,30],[111,112],[22,25],[70,29],[250,100],[163,63],[151,88],[10,5],[78,46],[236,129],[15,13],[72,64],[333,298],[89,46],[325,165],[61,31],[389,199],[330,168],[20,12],[295,173],[96,57],[554,326],[235,126],[121,65],[363,195],[321,173],[58,31],[323,174],[66,35],[106,57],[249,134],[67,36],[187,95],[210,106],[366,185],[175,84],[183,88],[104,50],[267,129],[236,114],[157,76],[363,174],[8,6],[-76,-74],[-95,-85],[-56,-52],[-30,-26],[-31,-26],[-29,-21],[-63,-42],[-27,-16],[-270,-146],[-300,-179],[-40,-24],[-66,-40],[-304,-186],[-149,-89],[-168,-101],[-118,-66],[-375,-207],[-268,-149],[-77,-42],[-15,-8],[-43,-21],[-31,-14],[-153,-62],[-134,-54],[-47,-17],[-289,-127],[-114,-54],[-348,-178],[-112,-60],[-72,-39],[-28,-16],[-23,-17],[-330,-276],[-90,-77],[-14,-17],[-8,-13],[-1,-12],[4,-24],[79,-462],[8,-42],[5,-26],[4,-11],[9,-12],[24,-22],[35,-30]],[[397701,541262],[67,36],[205,105],[15,16],[309,450],[224,323],[72,134],[31,57],[-10,7],[18,32],[190,282],[47,67],[17,37],[9,26],[83,336],[22,127],[22,113],[3,13],[22,113],[15,54]],[[399062,543590],[85,7],[4,6],[14,4],[15,-3],[153,-119],[17,-4],[5,-15],[78,-67],[83,-72],[289,-244],[93,-78],[11,-12],[4,-103],[19,-29],[29,-261],[-40,-34],[-18,-26],[-98,-148],[-42,-65],[-94,-160],[13,-9],[-91,-156],[7,-9],[-31,-10],[-24,14],[-58,38],[-116,-189],[-16,-24],[-14,-22],[-8,-16],[-75,-128],[-215,-372],[-162,-278],[-21,-31],[28,-19],[299,-210],[-289,-499],[-23,16],[-34,24],[-12,-7],[-77,52],[-181,121],[-8,5],[-52,10],[-24,13],[-3,2],[-92,59],[-15,10],[-7,12],[-12,23],[-12,12],[-68,45],[-91,62],[-184,123],[-32,21],[-51,35],[-14,4],[-18,-2],[-10,-4],[-5,7],[-8,2],[-9,17],[-108,209],[23,15],[-30,57],[-38,72]],[[397701,541262],[-1,0],[-74,-39],[-13,-9],[-15,-11],[-280,-141],[-439,-218],[-1213,-611],[-114,-62],[-46,-31],[-15,-13],[-18,-7],[-40,-15],[-67,-32],[-61,-30],[-151,-74],[-134,-68],[-84,-41],[-52,-26],[-111,-54],[-100,-43],[-92,-39],[-45,-14],[-9,0],[-14,2],[-15,3],[-48,15],[-127,46],[-100,33],[-63,19],[-37,13],[-125,48],[-67,23],[-68,24],[-152,55],[-59,17],[-57,14],[-53,15],[-65,22],[-174,61],[-51,19],[-45,17],[-71,24],[-83,29],[-51,16],[-108,39],[-34,13],[-24,11],[-66,33],[-30,12],[-44,21],[-9,3],[-16,2],[-22,5],[-23,7],[-27,12],[-24,14],[-18,9],[-17,6],[-26,4],[-17,5],[-28,4],[-21,6],[-25,12],[-27,15],[-52,33],[-53,30],[-45,29],[-53,37],[-37,25],[-44,32],[-197,160],[-71,56],[-29,19],[-39,31],[-37,22],[-21,8],[-25,4],[-19,-1],[-18,-3],[-7,0],[-11,2],[-10,4],[-15,8],[-45,25],[-57,40],[-69,49],[-55,45],[-44,46],[-37,49],[-28,44],[-23,43],[-17,43],[-14,51],[-14,64],[-13,90],[-10,104],[-9,114],[3,119],[7,83],[5,103],[12,163],[4,127],[-2,38],[-4,78],[-10,44],[-10,37],[-9,16],[-8,15],[-16,27],[-3,3],[-13,16],[-23,26],[-27,26],[-48,51],[-89,94],[-33,36],[-54,56],[-51,56],[-12,13],[-35,35],[-109,111],[-61,66],[-53,52],[-149,154],[-50,49],[-34,33],[-22,21],[-28,35],[-110,133],[-41,46],[-34,42],[-92,111],[-49,62],[-42,54],[-29,35],[-25,32],[-72,91],[-82,107],[-83,97],[-13,15],[-139,168],[-42,50],[-46,58],[-29,36],[-247,292],[-51,56],[-24,24],[-89,90],[-31,29],[-141,138],[-23,24],[-62,61],[-121,121],[-51,49],[-131,132],[-37,37],[-60,59],[-48,46],[-56,47],[-36,30],[-55,49],[-54,53],[-107,113],[-55,63],[-57,67],[-13,21],[-9,23],[-3,28],[5,32],[12,25],[17,27],[83,115],[26,39],[13,32],[8,32],[1,29],[-2,29],[-11,36],[-22,46],[-24,31],[-21,24],[-25,24],[-67,67],[-7,2],[-8,-1],[5,13],[2,9],[-3,20],[-14,15],[-22,20],[-6,4],[-32,21],[-13,9],[-41,26],[-124,76],[-21,22],[-14,20],[-5,15],[-3,8],[-11,36],[-11,50],[-8,54],[-5,56],[-5,38],[37,-1],[0,-33],[87,11],[152,67],[46,20],[58,29],[-31,51],[-37,57],[-35,54],[-35,61],[-24,37],[-9,14],[-7,29],[18,6],[46,17],[38,15],[40,16],[36,15],[49,12],[40,9],[25,5],[17,3],[34,10],[31,15],[24,11],[24,14],[14,13],[24,17],[59,53],[28,24],[38,37],[33,38],[22,30],[47,80],[38,72],[20,43],[34,64],[41,83],[0,-13],[-2,-18],[4,-21],[12,-19],[20,-28],[18,-27],[11,-19],[3,-11],[2,-8],[1,-23],[0,-19],[23,-1],[21,7],[65,40],[48,32],[18,10],[21,1],[7,1],[98,54],[-61,117],[-11,-8],[-32,-24],[-16,-7],[-50,93],[-15,21],[-7,5],[-12,0],[-32,-13],[-74,-80],[-19,-21],[-10,-1],[-11,4],[79,101],[10,15],[5,12],[5,13],[18,72],[9,43],[6,19],[6,13],[6,11],[12,22],[25,50],[15,31],[14,17],[14,13],[16,12],[16,7],[11,0],[19,43],[-9,36],[-6,25],[-10,43],[-5,52],[1,87],[-3,18],[-1,74],[-1,49],[-4,64],[0,34],[10,50],[10,48],[7,65],[7,48],[18,104],[7,47],[0,3],[9,62],[1,27],[-6,22],[-9,25],[1,25],[5,32],[11,37],[15,48],[78,227],[6,27],[8,43],[8,35],[8,17],[8,14],[57,76],[13,17],[13,13],[13,6],[9,1],[11,1],[16,4],[12,6],[7,6],[12,12],[12,20],[9,20],[3,42],[5,37],[5,15],[30,49],[35,50],[29,33],[44,36],[11,4],[10,1],[10,0],[12,-5],[11,18],[30,49],[32,43],[51,64],[5,5],[33,37],[42,40],[42,36],[42,35],[25,25],[21,18],[15,22],[42,60],[26,66],[2,6],[37,128],[5,10],[64,122],[1,2],[30,97],[68,120],[98,129],[18,9],[105,27],[19,10],[50,66],[178,127],[61,49],[40,32],[60,40],[32,20],[68,44],[80,83],[20,19],[8,4],[46,24],[21,16],[32,34],[53,59],[9,10],[75,74],[51,32],[86,60],[154,113],[57,42],[101,66],[103,63],[283,173],[19,11],[228,140],[126,74],[21,4],[59,-1],[100,35],[56,9],[91,5],[37,0],[81,-2],[109,-19],[69,-15],[68,-24],[107,-50],[41,-22],[86,-48],[511,-310],[189,-127],[125,-75],[43,-23],[27,-14],[15,-7],[24,-11],[15,-8],[144,-80],[62,-33],[121,-80],[64,-41],[53,-35],[30,-20],[24,-19],[16,-16],[8,-17],[58,-132],[15,-34],[16,-34],[48,-96],[10,-30],[20,-50],[145,-194],[65,-81],[70,-87],[15,-18],[68,-102],[57,-87],[26,-53],[10,-20],[39,-87],[70,-113],[43,-65],[86,-134],[10,-16],[26,-40],[42,-67],[26,-53],[17,-33],[64,-105],[48,-79],[29,-54],[72,-135],[46,-103],[10,-39],[17,-35],[39,-76],[33,-64],[49,-95],[20,-37],[16,-29],[42,-41],[66,-32],[138,-29],[-6,-38],[1,-22],[3,-15],[7,-13],[0,-10],[-2,-6],[-89,-71],[-53,-41],[158,-205],[147,120],[119,98],[129,-167],[4,-5],[5,-7],[8,-10],[84,-120],[100,-144],[53,-76],[55,-79],[156,-223],[198,-281],[43,-62],[93,-147],[8,-55],[65,-57],[21,-18],[20,-15],[77,-54],[231,-204],[84,-86],[270,-230],[377,-328],[1,0],[34,-30],[193,-172],[66,-62],[0,0],[55,-44],[235,-236],[223,-198],[20,-18],[63,-73],[2,-5],[14,-22],[-11,-9],[187,-486],[11,-43],[1,-18],[-4,-17],[-102,-164],[-63,-101],[-127,-202],[-9,-14],[-35,-54],[-68,-105],[-26,-118],[-10,-63],[-5,-24],[-12,-87],[2,-33],[-31,-464],[-13,-184],[-6,-78],[-32,-177],[-19,-116],[-16,-97],[-91,63],[-14,4],[-21,-2],[-88,-32],[-8,-9],[-8,0],[-10,-5],[-83,-27],[-5,-3],[-9,-4],[-10,-15],[-6,-12],[4,-97],[11,-69],[12,-64],[12,-19],[18,-15],[32,-6],[40,1],[12,1],[95,25],[5,2],[19,8],[15,-36]],[[339409,494905],[-82,-27],[-22,160],[-70,392],[18,9],[39,12],[52,13],[28,7],[15,-1],[8,-6],[7,-8],[8,-28],[14,-81],[10,-88],[18,-120],[26,-186],[0,-13],[-9,-11],[-12,-8],[-18,-6],[-30,-10]],[[344934,502354],[-5,-45],[-13,-87],[-10,-39],[-10,-38],[-4,-20],[0,-38],[6,-45],[25,-180],[-2,-29],[-16,-90],[-6,-59],[-8,-103],[-10,-59],[-6,-80],[-2,-81],[2,-51],[-2,-30],[3,-44],[5,-53],[-1,-30],[-7,-33],[-13,-21],[-25,-27],[-31,-29],[-9,-18],[-8,-32],[-17,-76],[-12,-90],[-12,-45],[-8,-42],[-14,-48],[-2,-20],[5,-58],[-4,-73],[-5,-26],[-6,-19],[-2,-27],[-8,-24],[-14,-36],[-3,-87],[-3,-35],[-31,-120],[-21,-88],[-14,-112],[-7,-45],[-9,-69],[-12,-42],[1,-30],[12,-84],[-2,-20],[-31,-73],[-12,-38],[-16,-92],[-94,-613],[-12,-45],[-5,-31],[0,-37],[8,-14],[16,-10],[30,0],[6,-14],[17,-49],[-9,-7],[-18,-22],[-11,-22],[-6,-28],[-3,-46],[3,-101],[1,-3],[-158,-1],[-210,-88],[14,-5],[14,-12],[18,-24],[8,-21],[9,-35],[43,-2],[33,2],[18,-6],[42,-13],[15,-25],[7,-32],[0,-27],[-7,-27],[-28,-18],[-33,-9],[-46,-13],[-16,-5],[-35,-5],[-24,-4],[-33,0],[-22,0],[-25,5],[-23,4],[-25,6],[-21,6],[-21,8],[-28,5],[-40,7],[-22,5],[-24,5],[-66,17],[-16,5],[-45,21],[-29,18],[-16,20],[-4,12],[-41,6],[-27,4],[-58,8],[-43,6],[-19,3],[-99,20],[-32,17],[-37,4],[-41,1],[-47,11],[-93,18],[-103,19],[-44,8],[-44,7],[-92,15],[-67,12],[-89,18],[-82,24],[-117,1],[5,-28],[22,-122],[22,-105],[32,-109],[46,-127],[12,-32],[8,-39],[-17,-4],[-9,33],[-18,51],[-27,-9],[-37,60],[-22,-2],[-3,-36],[-4,-27],[0,-69],[-6,-14],[-15,-16],[-11,-25],[-1,-10],[3,-12],[8,-21],[0,-8],[-33,-34],[0,-14],[8,-29],[44,49],[14,-7],[20,17],[23,-3],[92,82],[7,-30],[24,-104],[7,-35],[14,-49],[50,-251],[12,-72],[41,-286],[45,-285],[38,-282],[13,-88],[-30,-7],[0,1],[-4,-1],[0,-1],[-15,-3],[-13,-22],[-8,-8],[-14,-4],[-75,-24],[-32,-16],[-5,-2],[-81,-29],[-18,2],[-17,-5],[-15,-5],[-37,-23],[-42,-17],[-42,-20],[-1,-8],[-13,-7],[-7,-4],[-6,-6],[-8,-7],[-7,-5],[-35,-22],[-37,-19],[-54,-17],[-70,-33],[-10,1],[-21,58],[-6,39],[-17,106],[-17,114],[-42,274],[-32,219],[-49,316],[-17,112],[49,10],[2,-12],[54,10],[39,0],[22,-21],[10,-1],[10,5],[5,14],[3,37],[3,9],[45,15],[10,-18],[2,-13],[51,-328],[69,10],[-45,366],[80,9],[-11,76],[4,24],[7,24],[7,13],[-9,26],[-10,-6],[-17,-6],[-117,-36],[-43,-15],[-46,-17],[-90,-31],[-100,-36],[-4,18],[-202,-70],[-52,-19],[-53,-23],[-66,-31],[-103,-34],[-246,-68],[-107,-29],[-133,-28],[-104,-13],[-130,-27],[-58,-18],[-61,-24],[-189,-103],[-83,-41],[-61,-28],[-132,-48],[-93,-36],[-280,-96],[-130,-53],[-84,-38],[-109,-52],[-43,-16],[-60,-14],[-285,-40],[-366,-34],[-376,-31],[-209,-18],[7,-46],[61,-397],[33,-208],[132,-801],[19,-54],[22,-116],[34,-191],[14,-41],[-101,-38],[-123,-46],[-73,-18],[-70,-12],[-27,-1],[-33,-2],[-58,-6],[-1,12],[-39,-3],[-24,-4],[-14,56],[-91,-22],[-7,48],[-42,-7],[-123,-24],[-12,-2],[-18,-4],[1,-12],[37,-263],[-37,4],[-17,-18],[-23,-17],[-21,-11],[-9,-1],[-30,-23],[0,-16],[-35,-20],[-35,-15],[-30,-22],[-4,-18],[-17,-21],[-36,-31],[-26,-17],[-16,-12],[-22,-17],[-40,-22],[-19,-19],[-18,-14],[-13,-6],[-5,-2],[-9,-10],[-1,-20],[-3,-8],[-12,-3],[-27,4],[-17,3],[-25,-19],[-40,-13],[-17,-6],[-23,-2],[-18,1],[-20,6],[-10,-7],[-22,-5],[-83,-25],[3,-29],[-6,-20],[-11,-18],[-71,-66],[-21,-20],[-17,-2],[-7,0],[-37,-32],[-54,-43],[-12,-1],[-9,4],[-15,18],[-13,3],[-8,0],[-12,-22],[-4,-32],[-6,-8],[-14,-6],[-19,2],[-12,8],[-11,12],[-8,18],[-7,-4],[-6,-3],[2,-24],[-4,-12],[-7,-2],[-34,9],[-41,15],[-9,-2],[-19,-16],[-72,-16],[-23,10],[-21,-2],[-43,0],[-34,8],[-42,1],[-18,8],[-21,14],[-8,11],[-6,8],[-4,-15],[-12,-6],[-21,-5],[-21,0],[-20,4],[-8,-7],[-8,-5],[-20,6],[-30,2],[-25,0],[-8,0],[-43,-17],[-22,-1],[-27,41],[-16,17],[-9,1],[-6,-6],[1,-53],[0,-29],[-6,-14],[-13,-10],[-10,-4],[-12,-17],[-30,-17],[-18,-5],[-16,-1],[-11,3],[-9,23],[-35,98],[-36,103],[-45,-19],[4,-12],[-35,-12],[32,-94],[-43,-25],[-18,13],[-20,10],[-44,15],[-12,8],[-14,17],[-6,7],[2,-26],[-87,-16],[-12,-11],[-43,-51],[-8,-8],[-30,-33],[-4,-3],[-20,-46],[0,9],[-5,17],[-17,27],[-28,25],[-34,23],[-12,17],[-149,421],[-63,-24],[-18,-6],[-14,-6],[-11,-6],[-41,-17],[-5,-3],[-22,-12],[177,-516],[2,-21],[-2,-19],[0,-36],[32,-100],[-29,-20],[-55,-41],[-41,-27],[-10,-1],[-22,2],[-11,-1],[1,-14],[-51,-60],[-3,-8],[0,-28],[-5,-30],[-12,-23],[-35,-41],[-1,-8],[6,-21],[4,-15],[-5,-23],[-17,-49],[-2,-32],[-23,-56],[0,-4],[-18,-34],[-20,-37],[-5,-9],[-7,-18],[-12,-14],[-17,-9],[-16,-2],[-30,4],[-46,18],[-5,-1],[-25,16],[-52,27],[-20,18],[-26,64],[-41,33],[-12,9],[-50,33],[-18,14],[-28,31],[-45,10],[-11,-2],[-24,11],[-77,37],[-5,3],[-25,9],[-92,8],[-20,4],[-26,-14],[-7,-15],[-51,-45],[-8,-12],[-21,-44],[-7,-6],[-2,-4],[-13,-18],[-8,-15],[-38,-75],[-16,-36],[-11,-12],[-7,-3],[-19,-27],[-11,-22],[-12,-23],[-28,-28],[-26,-18],[-11,-8],[-14,-6],[-35,-20],[-47,-28],[-7,6],[-30,-16],[-135,-89],[23,-131],[2,-7],[12,-20],[71,-108],[25,-40],[6,-18],[2,-44],[-7,-27],[-15,-26],[-20,-16],[-1,-1],[-1,0],[-10,-6],[-8,-5],[-17,-4],[-3,-1],[-24,-6],[-44,4],[-18,1],[-29,6],[-12,5],[-54,19],[-20,3],[-3,-1],[0,0],[-5,-3],[-14,-7],[-14,-8],[-11,-13],[-8,-17],[-15,-10],[-12,5],[-1,26],[7,16],[0,0],[-35,-9],[-6,-2],[-32,-7],[0,0],[0,0],[-25,-37],[-12,-17],[-6,-2],[-5,-1],[-9,-38],[-16,-37],[-8,-6],[-11,-7],[0,-4],[0,-2],[-1,-2],[0,-3],[26,-34],[23,-57],[7,-24],[9,-34],[9,-54],[9,-94],[1,-11],[1,-13],[0,-48],[-16,-53],[-3,-10],[-3,-11],[-20,-32],[-22,-20],[-26,-18],[-61,-40],[-36,-21],[-3,-1],[-8,-10],[-18,-21],[-33,-27],[-17,-16],[-4,-9],[-7,-20],[-12,-62],[-3,-68],[7,-29],[37,-80],[28,-69],[14,-50],[10,-39],[5,-105],[-1,-49],[6,-42],[13,-77],[26,-69],[5,-19],[1,-27],[26,-16],[19,-85],[29,-79],[49,-103],[3,-27],[0,-7],[-1,-7],[12,-21],[3,-15],[3,-19],[-22,-4],[-6,-13],[-11,-12],[-31,-25],[-23,-5],[-25,-1],[4,-12],[-1,-16],[-24,-51],[-3,-22],[-1,-96],[-56,-41],[-69,-50],[39,-71],[8,-14],[8,-13],[-21,-17],[-48,-40],[64,-104],[0,0],[-23,-84],[-10,-18],[-4,-8],[0,-24],[16,-82],[37,-129],[5,-28],[1,-11],[-1,-10],[-6,-8],[5,-6],[7,-12],[5,-10],[-2,-24],[-14,-41],[-30,-46],[-13,11],[0,0],[-60,87],[-81,-71],[9,-13],[43,-62],[0,0],[0,-14],[-10,-14],[-54,-57],[-22,-44],[-21,-48],[-8,5],[-74,112],[-14,-34],[-25,-61],[9,-15],[-40,-44],[0,-9],[71,-131],[-37,-55],[-32,-32],[-26,-21],[-20,-1],[-25,-33],[-26,-23],[-85,-37],[-56,2],[-8,-7],[-15,-8],[-15,-1],[-9,-9],[-13,-5],[-18,-5],[-24,3],[-11,-12],[-13,-7],[-37,-13],[-27,-6],[-2,-2],[-8,17],[-65,131],[-11,23],[-35,-26],[-61,-38],[56,-120],[5,-13],[3,-7],[39,-79],[-9,-15],[-33,-81],[-5,-15],[-16,-15],[-1,-10],[-3,-31],[-35,-117],[-30,58],[2,17],[-49,108],[-24,14],[-7,-16],[-91,-50],[101,-229],[28,-61],[-34,-33],[-44,-18],[-21,-13],[0,-27],[-10,-9],[-28,-2],[-5,3],[-8,18],[-12,-6],[-26,67],[-41,-22],[-6,7],[-48,-23],[-6,-27],[-88,28],[-27,2],[-46,113],[21,11],[3,-9],[83,48],[-10,28],[25,14],[-48,122],[-36,-23],[-58,129],[-100,-51],[22,-46],[-99,-56],[20,-51],[8,-20],[-4,-1],[23,-53],[36,-59],[9,-27],[-9,-4],[-31,0],[-27,12],[-38,29],[-21,0],[-26,8],[-48,21],[-32,0],[-12,3],[-8,7],[-3,7],[-21,-13],[1,-11],[-2,-7],[-54,-28],[-19,0],[-7,-11],[-64,-42],[-21,2],[-60,-41],[-14,-17],[-46,-39],[-47,-42],[-14,-12],[-27,-20],[-12,-2],[-51,-28],[-54,-27],[-46,-11],[-33,1],[-5,-4],[-5,-4],[-1,-15],[-6,-8],[-18,-7],[-9,-2],[-57,-11],[-53,-13],[-62,-24],[0,17],[-15,34],[-44,81],[-62,-45],[52,-93],[-8,-1],[-26,-11],[-37,0],[-7,5],[-9,4],[-8,-3],[-2,-15],[-18,-18],[-46,-22],[-20,-14],[-6,-4],[-38,-57],[-55,-77],[-9,-6],[-7,2],[-11,-26],[-51,98],[-2,10],[4,3],[-8,13],[-53,-39],[-8,14],[-5,5],[-9,-2],[-53,-47],[-27,46],[-37,-25],[34,-62],[23,-42],[65,-100],[16,-23],[9,-1],[21,-24],[10,-5],[-4,-13],[0,-20],[-1,-29],[-11,-66],[-11,-23],[-9,-32],[-4,-113],[1,-18],[-1,-16],[-3,-12],[-8,-8],[-11,-1],[20,-26],[8,-13],[5,-21],[2,-25],[-6,-41],[-3,-78],[2,-32],[-5,-102],[-7,-49],[0,-22],[9,-28],[-31,-33],[-13,-21],[-14,-12],[-14,-4],[-20,2],[-24,-19],[-65,-26],[-7,1],[-20,-9],[-41,55],[-39,63],[-4,11],[-1,1],[-56,-81],[-70,115],[-6,0],[-13,-10],[-59,-50],[-62,-46],[-30,-25],[-87,-73],[49,-75],[0,0],[-66,-3],[-7,-1],[-78,12],[-23,3],[-53,6],[-35,16],[-9,2],[-33,6],[-49,16],[-70,35],[-39,22],[-15,8],[-1,19],[-1,11],[-5,15],[-14,26],[-30,27],[-47,29],[-40,19],[-5,2],[-9,3],[-15,0],[-31,-2],[0,0],[-5,1],[-13,-12],[-10,-5],[-71,10],[-77,5],[-43,-1],[-23,-9],[-17,-3],[-27,5],[-32,-4],[-18,-9],[-21,-20],[-22,-16],[-14,-8],[-2,-1],[-28,-3],[-16,-25],[-4,-27],[-13,-26],[-12,-20],[-14,-5],[-7,5],[-19,11],[-1,-1],[1,-4],[16,-28],[2,-10],[-10,-22],[-3,-36],[-4,-61],[-5,-2],[-6,-21],[8,-17],[5,-42],[0,-27],[-5,-11],[-2,-34],[57,-121],[17,-18],[8,-1],[17,-26],[14,-47],[138,-249],[16,-42],[5,-38],[0,-94],[-10,-15],[-32,-21],[-62,-33],[-38,-7],[-39,0],[-77,19],[-120,38],[-22,5],[20,63],[12,-2],[16,43],[40,-36],[11,15],[-44,40],[32,89],[-89,49],[-15,-29],[-110,60],[-90,-107],[54,-61],[14,-17],[2,-13],[5,-24],[0,0],[-36,19],[-74,25],[-42,5],[-61,-1],[-29,-2],[-35,-7],[-41,-17],[-24,67],[-16,37],[-13,19],[-13,12],[-17,6],[-22,-1],[-21,-10],[-23,-16],[-115,-115],[-31,46],[-121,176],[-4,0],[-14,-10],[-13,-1],[-15,1],[-27,16],[-41,29],[-19,16],[-23,-22],[-52,-38],[-19,-15],[7,-9],[-55,-48],[18,-25],[119,-162],[14,-1],[13,5],[32,24],[19,-23],[21,-23],[20,-15],[29,-16],[27,-13],[32,-26],[43,-50],[11,-8],[49,-23],[37,-32],[38,-49],[1,-50],[2,-70],[30,-3],[-1,-50],[-9,-33],[-16,-36],[-17,-34],[-37,-43],[-31,-37],[-31,-25],[-13,-6],[-17,-2],[-63,10],[-57,7],[-32,1],[-55,11],[-74,17],[-32,3],[-35,-7],[-39,-16],[-36,-30],[-56,-55],[-23,-30],[-30,-72],[-28,-55],[-8,-9],[-13,-7],[-4,-3],[-3,-2],[-7,-29],[-11,-28],[-18,-26],[-21,-20],[-19,-14],[-40,-17],[-16,-4],[-15,0],[-48,6],[-23,-1],[-51,0],[-87,27],[-56,14],[-64,13],[-113,31],[-34,18],[-27,23],[-24,31],[-5,0],[2,-13],[0,-7],[-3,-5],[-10,0],[-57,23],[-22,1],[-64,-13],[-75,-18],[-95,-44],[-45,-35],[-32,-43],[-29,-61],[-12,-58],[-8,-52],[-3,-28],[-20,9],[-26,6],[-28,3],[-23,-4],[-22,-12],[-13,3],[-8,-13],[-41,-37],[-17,-8],[-74,-45],[-51,-120],[-2,-16],[35,-126],[-148,-8],[-12,2],[-35,-2],[-148,-15],[-48,0],[-38,4],[-88,19],[-107,26],[-37,15],[10,42],[4,8],[7,6],[16,9],[20,6],[23,5],[61,4],[7,19],[18,59],[-66,28],[-31,17],[-59,140],[-47,103],[-127,-47],[-7,-4],[-5,-6],[-14,-15],[-25,22],[-80,-103],[-19,35],[-32,-22],[12,-53],[5,-20],[5,-20],[6,-30],[3,-24],[-14,13],[-63,-3],[-37,-8],[-46,-24],[-35,-28],[-14,-7],[-51,-16],[-46,-78],[-117,-192],[-53,-111],[-40,-68],[-52,-79],[-31,-105],[-29,-82],[-35,-92],[-28,-78],[-18,-5],[6,-13],[3,-17],[-5,-34],[-16,-49],[-32,-58],[-41,-68],[-15,-18],[-28,-26],[-66,-42],[-109,-60],[-52,-31],[-73,151],[-37,77],[-5,10],[-65,-11],[-119,-70],[-65,-41],[15,-60],[-5,-27],[5,-31],[34,-94],[8,-17],[14,-40],[13,-35],[-55,-31],[-102,-59],[-109,-59],[-18,-11],[-73,-40],[-24,-20],[-27,-19],[-31,18],[-76,-33],[0,0],[-9,23],[65,30],[15,11],[1,18],[-21,32],[-14,23],[7,8],[-68,72],[-154,172],[-92,-58],[-3,-3],[-22,-21],[16,-22],[67,-88],[9,-16],[-11,-6],[63,-97],[12,-18],[10,-27],[19,-26],[3,-8],[12,-42],[-107,-38],[-126,-40],[-388,-103],[-420,-95],[-199,-47],[-384,-95],[-134,-33],[-219,-62],[-10,-3],[-113,-16],[-16,1],[-8,13],[-2,39],[-5,7],[-12,1],[-23,-7],[-13,-20],[-21,-7],[-14,-7],[-50,-44],[-19,-13],[-25,-7],[-29,-6],[-50,-3],[-42,-14],[-38,-16],[-1,-1],[-4,29],[-5,30],[7,25],[9,15],[22,44],[184,315],[12,20],[22,45],[34,63],[37,64],[7,16],[1,59],[-6,37],[-12,41],[-3,14],[-11,55],[-3,17],[-13,14],[-12,7],[-28,27],[137,236],[168,295],[148,253],[69,122],[8,16],[237,381],[429,726],[421,724],[212,371],[19,34],[76,137],[56,86],[46,57],[8,5],[19,1],[39,46],[43,60],[32,48],[79,137],[88,171],[129,279],[69,152],[112,255],[43,97],[57,127],[46,125],[85,258],[45,150],[19,64],[3,20],[4,31],[-3,12],[5,42],[6,19],[8,27],[36,110],[68,203],[31,92],[41,124],[57,168],[44,132],[34,100],[18,57],[66,200],[82,238],[87,262],[0,1],[1,0],[1,5],[4,10],[22,80],[39,142],[36,0],[59,1],[36,137],[9,24],[8,10],[19,13],[7,15],[18,2],[30,10],[8,64],[7,32],[10,-4],[30,9],[48,13],[3,-8],[-1,-136],[-4,-115],[-2,-35],[-6,-55],[36,-4],[13,15],[23,13],[11,13],[25,5],[27,-7],[19,-11],[19,-16],[10,-9],[17,-4],[13,-6],[6,-105],[-3,-40],[-1,-4],[-20,-74],[-34,-115],[57,-24],[-1,0],[-5,0],[5,0],[35,-17],[27,-13],[24,-2],[7,6],[66,32],[0,2],[100,95],[57,-49],[31,-26],[6,-1],[36,108],[2,27],[0,25],[-1,38],[0,2],[-1,44],[0,28],[-3,68],[14,-6],[4,-23],[2,-10],[5,-3],[9,2],[13,17],[10,38],[3,12],[3,22],[-2,42],[12,21],[12,10],[17,8],[11,0],[11,-5],[8,-7],[7,-19],[3,-1],[9,4],[12,37],[21,8],[23,-6],[9,-11],[13,-3],[26,-2],[28,6],[27,-53],[19,2],[36,-72],[1,-1],[0,0],[9,-19],[6,-11],[5,-6],[3,-4],[6,-1],[3,0],[7,1],[7,2],[12,5],[4,3],[6,4],[21,9],[201,98],[71,17],[164,-58],[70,-45],[24,-8],[173,4],[38,12],[70,11],[130,10],[41,14],[99,-101],[89,-61],[13,-7],[29,-16],[5,-1],[28,-25],[18,-22],[12,-10],[8,4],[22,23],[31,33],[66,69],[-33,37],[-38,54],[-21,28],[-77,115],[-9,11],[-8,4],[-8,0],[-9,2],[-1,1],[-37,48],[-71,97],[-81,131],[-56,92],[-59,70],[-32,34],[-35,47],[-19,28],[-90,149],[-194,325],[-125,214],[26,25],[0,1],[64,65],[-31,66],[-28,52],[-3,5],[-20,28],[-10,7],[-5,0],[127,124],[8,9],[20,9],[82,63],[22,29],[22,15],[21,4],[7,0],[-343,717],[-15,33],[-36,70],[0,-1],[-9,19],[-8,20],[36,21],[0,-1],[39,-71],[18,13],[10,-16],[18,-21],[9,-6],[27,15],[15,7],[4,13],[-42,70],[27,19],[2,5],[-59,79],[-26,-17],[-6,8],[-14,16],[-20,-4],[-7,17],[1,5],[2,16],[10,13],[4,7],[-1,29],[22,24],[3,30],[16,3],[6,6],[5,21],[-3,25],[-9,26],[71,54],[21,-52],[8,-3],[31,-11],[16,-6],[10,0],[17,9],[8,-6],[14,11],[-41,80],[0,0],[-75,145],[56,-4],[6,-4],[18,-48],[-1,-6],[-6,-15],[2,-15],[7,-2],[20,7],[3,12],[-3,14],[-16,28],[1,10],[15,15],[10,14],[0,16],[32,9],[4,1],[12,13],[8,6],[5,2],[13,5],[38,3],[10,11],[-3,9],[-10,6],[-27,6],[-4,1],[-11,7],[-4,21],[-18,38],[-17,25],[-18,-13],[-30,-22],[26,42],[8,18],[2,16],[27,32],[24,25],[32,28],[12,6],[44,21],[11,0],[21,-25],[18,-25],[11,-15],[38,-54],[9,0],[17,18],[-37,79],[-1,1],[1,1],[-9,58],[41,21],[8,7],[4,1],[23,11],[17,-1],[15,-10],[6,3],[2,7],[-5,16],[-27,36],[-3,4],[-3,5],[-9,14],[3,15],[7,11],[15,14],[22,20],[0,0],[16,15],[-1,9],[-1,2],[-21,57],[-7,21],[-1,14],[7,22],[16,14],[16,16],[4,6],[17,1],[24,-62],[20,-54],[11,-19],[11,-9],[1,5],[0,9],[-16,44],[-3,16],[16,26],[36,29],[31,17],[16,-30],[5,-6],[9,1],[1,9],[-2,12],[-10,21],[3,10],[31,49],[2,15],[-2,25],[-16,37],[-14,15],[-4,5],[-3,2],[-3,10],[10,21],[21,27],[-11,55],[-17,34],[37,47],[25,18],[5,8],[0,8],[6,9],[11,2],[9,-12],[14,-19],[0,0],[6,1],[22,21],[0,11],[-3,6],[-11,23],[-4,16],[2,10],[29,30],[3,-6],[5,-26],[3,-6],[15,-28],[8,-15],[8,-15],[14,-28],[25,-39],[8,2],[3,4],[4,4],[-1,12],[-10,41],[0,19],[11,12],[31,24],[11,11],[21,15],[13,8],[-9,15],[-21,54],[13,33],[2,5],[-33,63],[5,8],[-1,10],[-2,0],[1,1],[-3,4],[-18,26],[-7,16],[2,7],[4,1],[6,-2],[22,-26],[7,-1],[0,7],[-16,34],[1,5],[8,4],[11,-12],[7,-14],[3,0],[0,0],[3,0],[2,5],[1,4],[-3,10],[-10,26],[-1,11],[3,7],[5,-1],[12,-20],[7,-8],[5,2],[0,9],[-7,16],[-1,11],[9,12],[14,4],[11,-2],[7,-12],[4,-7],[12,-26],[17,-68],[17,-33],[7,-2],[9,4],[3,6],[-2,12],[-12,21],[-10,34],[-6,29],[-23,37],[-1,1],[1,12],[6,9],[40,26],[1,0],[16,-36],[8,-3],[8,1],[14,5],[10,0],[6,-7],[4,-27],[8,-9],[44,55],[13,16],[-1,5],[-38,74],[-6,10],[-1,0],[1,1],[-23,43],[78,49],[4,-8],[0,-1],[43,-84],[14,31],[72,88],[60,92],[0,9],[-37,66],[28,21],[16,13],[21,5],[17,-6],[31,34],[-20,43],[-10,22],[-8,20],[-17,43],[0,0],[-11,29],[-7,65],[-1,38],[3,5],[6,4],[10,2],[8,-2],[51,-58],[0,0],[11,-12],[25,-32],[24,-51],[10,-14],[11,-1],[2,6],[-30,73],[18,16],[30,16],[-12,32],[-24,65],[0,0],[-26,71],[8,27],[15,2],[4,-6],[41,14],[14,17],[14,15],[15,7],[7,-1],[5,-1],[10,-15],[26,-80],[22,42],[23,51],[18,38],[23,50],[8,24],[-18,27],[-13,17],[-10,9],[0,0],[6,15],[56,-21],[19,31],[-25,19],[20,23],[-1,17],[-6,42],[8,9],[19,14],[1,8],[-22,45],[20,74],[24,16],[-3,11],[11,11],[23,12],[18,15],[-10,23],[-11,23],[-4,8],[0,0],[-3,8],[-9,19],[-4,8],[-3,8],[-4,9],[-4,8],[-4,9],[-4,9],[-6,11],[-5,11],[2,11],[7,7],[7,4],[11,2],[16,-1],[10,3],[8,3],[18,11],[19,-24],[4,-5],[13,-16],[60,-159],[19,-44],[7,-1],[9,2],[7,7],[15,35],[1,11],[-4,8],[-37,29],[-39,85],[-12,41],[2,9],[55,24],[16,9],[-14,43],[-7,32],[0,3],[1,0],[13,-20],[9,-6],[11,-1],[10,0],[10,6],[4,10],[1,11],[335,-4],[491,-19],[551,49],[-197,658],[-117,456],[0,1],[1,1],[10,-8],[13,-1],[13,5],[8,10],[2,12],[0,7],[0,4],[-1,0],[1,1],[0,6],[-4,19],[-8,21],[6,3],[7,-2],[8,-8],[9,-28],[0,0],[0,0],[3,-8],[4,-5],[8,0],[10,3],[6,7],[4,14],[0,12],[0,7],[11,-1],[27,0],[13,6],[6,4],[0,7],[11,8],[20,13],[11,18],[-1,1],[9,5],[-7,-3],[3,4],[13,31],[-5,32],[14,16],[20,-2],[7,2],[12,6],[3,8],[0,5],[-15,31],[1,6],[3,2],[6,0],[8,-10],[11,-12],[7,-2],[7,2],[6,9],[13,16],[3,12],[1,7],[6,33],[14,40],[-1,23],[2,-6],[22,-56],[4,-5],[1,-1],[5,-8],[7,-4],[14,1],[8,4],[2,12],[-1,20],[-3,17],[0,0],[-8,38],[44,23],[9,6],[25,16],[6,6],[2,-1],[6,1],[32,21],[-6,18],[35,22],[-4,14],[-1,1],[0,0],[-1,4],[-3,10],[2,10],[7,10],[7,8],[35,19],[16,12],[8,15],[9,-5],[14,1],[28,13],[9,3],[26,10],[2,-3],[8,-17],[88,46],[-5,14],[-1,4],[-9,18],[18,5],[16,13],[21,13],[15,2],[11,1],[14,1],[14,6],[10,12],[7,15],[3,20],[-5,50],[0,5],[18,-1],[25,1],[16,2],[55,0],[29,13],[95,31],[3,27],[29,15],[7,-1],[7,2],[4,5],[3,13],[17,-7],[10,-9],[11,-1],[10,3],[8,9],[4,8],[6,4],[12,3],[5,6],[3,16],[0,10],[21,16],[8,-2],[12,3],[13,11],[1,8],[-3,14],[-6,21],[2,6],[8,3],[5,0],[6,-7],[10,-30],[34,22],[47,29],[7,5],[22,13],[21,10],[21,15],[94,0],[45,12],[9,-3],[17,4],[38,18],[12,12],[6,-14],[-27,-17],[28,17],[6,-6],[10,3],[43,19],[55,24],[14,4],[49,33],[4,9],[0,0],[2,3],[-15,32],[21,-4],[12,2],[40,22],[33,18],[32,16],[23,12],[105,44],[67,31],[39,21],[60,43],[54,46],[13,7],[9,15],[15,15],[36,20],[11,5],[14,5],[11,0],[16,-6],[8,-3],[11,3],[188,92],[20,13],[15,3],[217,116],[11,8],[2,33],[86,46],[22,15],[10,3],[56,29],[85,44],[11,13],[3,3],[53,34],[1,7],[-5,21],[0,12],[6,6],[32,15],[24,5],[8,-20],[42,21],[28,17],[92,19],[63,15],[17,8],[4,6],[7,9],[6,17],[1,19],[44,5],[8,-5],[22,-13],[68,30],[24,7],[59,20],[0,14],[1,18],[30,-13],[65,34],[34,18],[29,-1],[18,-1],[38,15],[23,-3],[56,8],[15,3],[73,33],[5,9],[0,19],[-7,29],[-6,18],[20,-13],[13,-3],[41,17],[-3,10],[-12,41],[18,7],[14,6],[10,-24],[13,-11],[16,-6],[14,1],[6,2],[87,93],[5,-14],[35,-33],[11,-2],[64,27],[32,-17],[12,1],[12,4],[21,17],[9,7],[21,8],[11,8],[7,5],[13,8],[7,8],[25,8],[38,16],[34,19],[15,8],[7,-1],[75,41],[37,15],[81,27],[18,42],[33,14],[49,15],[5,-6],[6,-7],[6,-12],[6,-13],[12,-7],[8,-1],[7,7],[4,15],[-1,16],[-1,11],[-3,12],[-3,13],[-3,13],[-1,16],[-3,24],[-4,30],[6,-17],[5,-13],[5,-11],[8,-15],[9,-19],[13,-10],[11,-2],[9,4],[7,11],[3,9],[1,14],[-5,12],[-3,9],[-4,10],[-4,12],[-5,12],[-2,11],[24,11],[47,20],[70,30],[25,7],[10,-31],[96,38],[-2,16],[-4,14],[27,11],[41,17],[3,9],[-1,3],[0,0],[-5,19],[-8,30],[-5,17],[24,14],[8,2],[12,11],[9,15],[39,20],[24,7],[10,3],[23,16],[42,8],[8,-3],[54,12],[28,15],[13,15],[19,-1],[16,-1],[21,2],[17,6],[62,19],[20,8],[36,11],[9,-24],[0,0],[8,-21],[5,-15],[9,-14],[10,-7],[8,-1],[25,9],[22,11],[11,10],[5,13],[0,13],[0,11],[-3,18],[15,3],[2,-10],[4,-11],[6,-17],[7,-9],[11,-5],[2,0],[8,0],[8,3],[6,3],[8,7],[8,10],[4,6],[4,14],[2,8],[0,9],[0,14],[3,13],[3,11],[7,11],[6,3],[1,4],[2,4],[4,10],[4,7],[3,8],[2,8],[2,4],[1,4],[1,6],[2,6],[6,4],[4,1],[5,0],[4,-2],[1,-5],[2,-8],[1,-6],[1,-3],[1,-4],[1,-5],[2,-7],[1,-6],[5,-10],[8,-4],[8,2],[12,2],[11,2],[13,3],[10,6],[7,9],[5,19],[-3,12],[-1,0],[1,0],[-3,16],[6,17],[9,9],[63,15],[0,20],[33,6],[4,29],[20,-16],[16,-6],[4,-21],[35,16],[8,-21],[7,-19],[7,-7],[3,-1],[8,-3],[25,0],[25,2],[18,1],[14,0],[12,3],[7,8],[1,7],[3,21],[4,25],[4,19],[4,9],[12,29],[2,1],[5,16],[5,9],[5,11],[20,20],[17,9],[23,2],[36,6],[5,4],[21,10],[22,7],[-2,21],[0,17],[2,10],[2,10],[12,3],[12,2],[12,3],[21,4],[4,-26],[5,-36],[3,-24],[2,-15],[4,-24],[11,-59],[6,-33],[6,-33],[6,-37],[7,-34],[8,-41],[86,15],[-8,12],[-7,9],[-8,18],[-8,16],[-7,30],[-5,22],[-6,26],[-5,21],[-9,27],[-12,21],[-2,15],[0,34],[1,43],[19,0],[74,21],[22,27],[-1,1],[1,0],[37,28],[14,6],[39,0],[5,1],[50,14],[6,-14],[4,-12],[3,-8],[2,-10],[359,12],[8,-34],[6,-21],[6,-21],[7,-16],[7,-5],[30,4],[29,6],[77,15],[17,4],[73,17],[22,19],[110,13],[20,-106],[5,-30],[5,-14],[6,-7],[14,-7],[17,-3],[18,0],[25,5],[20,6],[5,6],[9,12],[5,15],[-1,25],[-10,57],[46,11],[38,10],[-1,28],[35,12],[-9,41],[-2,2],[18,2],[-16,-2],[-5,23],[-1,26],[6,22],[13,13],[12,5],[24,4],[27,-7],[7,-15],[7,-33],[5,-3],[77,10],[-18,127],[55,8],[9,-72],[24,2],[21,17],[10,-8],[15,-2],[22,0],[50,11],[28,5],[45,7],[44,12],[41,14],[17,2],[32,3],[31,0],[20,-8],[3,-24],[5,-19],[4,-8],[18,-2],[18,7],[32,10],[3,-3],[9,9],[1,3],[4,3],[2,3],[6,9],[4,16],[0,38],[-2,18],[-2,20],[4,9],[6,6],[41,9],[163,29],[24,2],[13,-1],[26,-17],[26,5],[6,-30],[6,-30],[2,-7],[4,-10],[9,-5],[100,15],[26,-60],[17,-14],[14,-28],[13,-42],[5,-5],[4,1],[7,15],[2,27],[-5,14],[-2,7],[4,12],[10,20],[-5,14],[-23,188],[34,3],[13,-1],[18,-10],[14,-81],[33,-10],[-2,29],[20,2],[21,-1],[36,3],[-3,-19],[-2,-48],[9,-31],[68,-217],[10,-46],[10,-11],[17,-1],[19,5],[28,20],[16,19],[1,16],[-7,26],[-12,77],[-17,85],[-23,81],[-17,64],[0,30],[5,15],[2,5],[10,7],[15,-1],[17,-13],[17,-3],[21,3],[6,7],[4,8],[0,0],[11,-2],[15,-141],[19,2],[11,-116],[70,11],[-12,112],[18,-6],[11,12],[20,-17],[38,9],[14,-6],[17,-30],[8,-6],[10,1],[44,24],[20,-23],[13,-11],[6,-3],[14,-13],[18,-34],[8,-2],[59,11],[-6,38],[24,3],[13,5],[9,12],[2,16],[-3,18],[36,15],[14,-106],[5,-21],[9,-8],[11,-2],[7,-1],[53,7],[31,10],[9,7],[1,11],[-5,19],[-2,12],[33,45],[13,-8],[9,0],[8,2],[3,1],[11,8],[9,15],[0,17],[61,17],[4,7],[0,26],[0,5],[0,0],[-35,-6],[-8,10],[-3,16],[9,10],[31,4],[5,7],[0,34],[0,1],[44,-13],[28,-4],[14,1],[9,8],[5,4],[18,13],[11,1],[19,-7],[11,2],[3,1],[8,3],[5,25],[1,2],[1,40],[32,37],[15,-3],[36,-6],[12,-9],[8,-12],[9,-35],[5,-2],[5,6],[-1,29],[-3,19],[-3,13],[-11,19],[-3,4],[24,2],[26,7],[18,9],[5,-18],[6,-9],[11,-5],[13,1],[26,9],[8,9],[28,-1],[1,-13],[1,-22],[22,-23],[16,-12],[29,-14],[4,3],[11,8],[18,6],[23,6],[5,8],[0,36],[-4,27],[-7,38],[18,5],[9,-4],[54,6],[3,-27],[3,-53],[31,-3],[30,2],[36,8],[37,-7],[12,-6],[18,-3],[17,3],[9,8],[13,11],[22,11],[36,7],[18,11],[17,19],[15,0],[11,-5],[13,-15],[8,-16],[6,-9],[9,-3],[9,1],[59,35],[69,46],[10,3],[16,0],[22,-1],[27,6],[13,0],[13,-3],[19,-7],[17,-1],[21,5],[19,9],[11,15],[43,-8],[10,-16],[12,-10],[30,-13],[14,19],[-2,70],[36,7],[22,-6],[31,4],[11,4],[65,19],[16,2],[36,4],[28,-1],[1,0],[23,18],[10,0],[75,2],[0,12],[33,3],[14,8],[11,8],[21,5],[11,-6],[9,-5],[5,-6],[10,-25],[24,-6],[14,-23],[14,-1],[12,11],[29,28],[18,8],[23,17],[25,-14],[6,-10],[7,-17],[16,-16],[12,-6],[5,-6],[17,-7],[36,1],[9,-1],[4,-4],[15,4],[5,4],[13,2],[18,9],[116,19],[19,2],[23,-2],[16,-6],[7,-15],[16,-58],[12,-52],[5,-2],[112,-27],[13,-5],[92,-39],[-3,17],[-26,184],[25,9],[10,-7],[17,-2],[18,2],[13,7],[7,11],[-4,21],[23,-4],[25,-5],[13,-11],[3,-5],[43,9],[41,9],[22,5],[21,7],[3,2],[14,7],[6,-19],[10,-35],[5,-16],[5,-6],[18,3],[35,-74],[23,-32],[18,-13],[45,-12],[50,2],[9,1],[9,22],[4,21],[-11,0],[-20,13],[-8,12],[-2,10],[5,9],[10,5],[31,1],[9,0],[36,-3],[95,19],[45,13],[2,0],[28,2],[52,14],[118,13],[81,6],[30,0],[3,0],[35,-9],[21,1],[64,16],[43,4],[129,16],[54,12],[34,2],[21,-6],[5,-6],[685,106],[175,25],[43,7],[139,30],[85,26],[110,46],[163,84],[25,13],[-46,107],[8,31],[-77,202],[-12,-1],[-7,18],[-7,2],[-76,172],[15,11],[159,97],[235,150],[19,13],[18,13],[9,9],[1,0],[15,9],[12,5],[15,3],[14,0],[9,-1],[13,-3],[15,-7],[15,-12],[10,-10],[6,-13],[3,-8],[1,-7],[-3,-78],[-5,-203],[4,-144]],[[344647,501467],[-82,-30],[7,-32],[-39,-17],[5,-16],[4,-17],[34,13],[8,-35],[34,-3],[0,0],[65,27],[32,29],[15,43],[-36,19],[-38,-14],[-9,33]],[[342345,501348],[-2,58],[-10,39],[-4,13],[-8,3],[-69,-5],[-7,-3],[-6,-9],[-8,-7],[-50,-3],[-46,4],[-19,-6],[-8,-11],[7,-43],[70,5],[5,-58],[17,-11],[5,-41],[7,-22],[17,2],[4,-5],[15,-115],[6,-6],[59,2],[-6,73],[-3,32],[-57,-1],[-5,5],[-7,34],[-4,58],[4,5],[31,6],[72,7]],[[342169,501031],[-5,-5],[3,-28],[5,-11],[18,-19],[-6,-6],[-6,-13],[-1,-13],[4,-25],[10,-15],[17,-6],[45,2],[30,0],[21,-3],[43,-10],[3,37],[0,13],[0,3],[-6,11],[-19,19],[-22,30],[-28,-11],[-4,67],[-33,1],[-14,-9],[-19,-5],[-36,-4]],[[344622,500957],[-233,-97],[7,-23],[4,2],[4,-12],[38,15],[13,-41],[-37,-13],[19,-70],[44,19],[119,59],[12,5],[10,0],[45,-1],[11,33],[6,15],[1,23],[8,47],[-1,17],[-13,19],[-9,15],[-48,-12]],[[342254,500494],[15,-7],[15,0],[14,-7],[15,-5],[13,2],[5,10],[-3,14],[3,11],[12,6],[25,1],[26,-3],[7,-3],[2,67],[-15,4],[-9,6],[-25,0],[-3,85],[-81,5],[-33,-1],[-9,-9],[-4,-8],[2,-17],[11,-48],[8,-54],[1,-36],[8,-13]],[[342384,500162],[42,-13],[7,62],[4,35],[-107,16],[-17,-5],[-13,-11],[-3,-38],[1,-9],[16,-14],[70,-23]],[[342373,500146],[-59,6],[-12,0],[20,-57],[1,-8],[52,-18],[72,-26],[25,-4],[24,0],[9,92],[-7,1],[-28,4],[-97,10]],[[344339,500061],[9,-38],[17,-47],[35,-94],[38,3],[53,15],[18,-3],[31,100],[-15,-5],[-11,38],[-66,-25],[-23,67],[-55,3],[-31,-14]],[[342434,499889],[-47,4],[-34,-3],[10,-60],[0,-10],[4,-63],[3,-28],[13,-43],[1,-9],[330,-40],[9,101],[-25,3],[-141,24],[-28,8],[-13,8],[-5,9],[-15,8],[14,3],[11,-2],[10,74],[-97,16]],[[344481,499809],[-77,-13],[0,-28],[-3,-22],[-8,-18],[-10,-12],[11,-17],[10,-16],[19,-36],[23,11],[10,12],[14,40],[11,65],[0,34]],[[342489,499637],[-85,4],[-10,-3],[-6,-7],[7,-29],[10,-32],[2,-51],[4,-18],[11,-31],[3,-17],[14,-9],[18,-7],[41,7],[19,8],[12,10],[6,9],[1,16],[0,2],[-1,10],[-6,21],[-3,12],[0,24],[0,12],[-11,55],[-12,12],[-14,2]],[[342443,499407],[-8,-7],[14,-72],[3,-20],[9,-4],[19,-4],[26,0],[43,1],[19,-2],[27,-9],[3,41],[-34,0],[6,66],[-13,4],[-61,9],[-39,-1],[-14,-2]],[[342457,499277],[18,-119],[13,-11],[82,-15],[115,-24],[10,6],[0,7],[-3,20],[0,18],[3,80],[-77,9],[-53,15],[-52,5],[-48,9],[-8,0]],[[342683,499079],[-161,35],[-24,0],[-16,-4],[15,-113],[26,-163],[6,-11],[30,-8],[53,-9],[8,50],[-9,8],[-4,14],[-1,9],[7,31],[2,7],[11,35],[15,4],[203,-35],[15,117],[-176,33]],[[342306,497734],[20,-89],[-27,-6],[-17,-7],[-29,-14],[-39,-14],[-17,-2],[-23,3],[19,-62],[39,15],[16,-52],[7,-1],[26,8],[11,-2],[12,-2],[16,4],[17,8],[12,16],[7,24],[48,14],[22,13],[9,14],[5,14],[-2,26],[-21,103],[-111,-11]],[[333245,492449],[-119,-65],[-7,-2],[-16,-15],[60,-140],[-45,-23],[20,-41],[11,-23],[17,-37],[4,2],[6,0],[48,-107],[13,1],[43,38],[5,10],[3,21],[15,17],[51,80],[1,30],[3,5],[-8,15],[11,5],[61,42],[-15,39],[-5,13],[-12,28],[-82,-36],[-21,47],[-10,24],[-8,19],[-24,53]],[[331772,489331],[16,-25],[3,-15],[-3,-10],[-10,-3],[-9,6],[-4,8],[-2,8],[-9,9],[-9,2],[-10,-1],[-109,-34],[-10,-9],[0,-16],[1,-18],[0,-4],[7,-12],[18,-17],[8,-18],[12,-30],[21,-40],[53,7],[23,3],[31,0],[29,-3],[25,-3],[37,-7],[1,25],[39,8],[30,3],[17,1],[83,9],[-70,123],[-60,-10],[-66,-12],[-1,36],[-2,7],[-16,58],[-38,-12],[-26,-14]],[[320661,482444],[119,-84],[27,50],[50,-34],[57,111],[-43,28],[-124,86],[-129,90],[77,135],[3,6],[-3,6],[-32,22],[-111,77],[-37,-60],[-47,-86],[-40,-65],[-8,-13],[-14,-25],[110,-75],[5,-4],[72,-49],[7,-5],[-16,-30],[17,-16],[-4,-19],[64,-46]],[[342523,497197],[4,-5],[56,11],[-3,20],[-4,25],[-5,9],[-11,53],[35,-6],[33,3],[59,15],[16,17],[3,22],[-2,39],[-11,51],[-197,-48],[27,-206]],[[338642,502735],[117,-28],[10,1],[5,1],[14,-37],[7,-22],[30,-15],[9,-54],[4,-5],[22,4],[45,7],[27,68],[4,6],[28,-6],[6,-5],[20,-64],[5,-5],[6,0],[36,19],[6,8],[0,31],[7,-19],[7,-16],[12,-7],[11,-1],[49,17],[8,4],[4,17],[-4,48],[36,-6],[17,-9],[124,-28],[27,-16],[12,-3],[17,4],[17,2],[37,-7],[21,-4],[9,3],[7,7],[5,16],[-2,42],[0,48],[1,-1],[10,-10],[23,-4],[34,-6],[25,-4],[6,2],[8,-98],[5,-5],[73,-23],[6,1],[6,25],[14,-36],[7,-15],[12,-9],[142,-56],[32,95],[5,15],[398,-161],[18,-7],[216,-92],[125,-53],[132,-56],[129,-55],[232,-96],[-29,-104],[-90,24],[-16,-1],[-14,-8],[-6,-11],[-7,-27],[-3,-30],[-108,-15],[-128,-12],[-5,-19],[-12,10],[-18,3],[-24,-1],[-28,-8],[-17,-11],[-5,-18],[-7,-56],[-8,-26],[-5,17],[-10,17],[-2,15],[0,28],[-4,7],[-8,-2],[-4,-9],[-16,-46],[-12,66],[-6,13],[-10,5],[-21,0],[-20,-8],[-17,0],[-34,3],[-21,-5],[-19,-11],[-7,-3],[-23,-10],[-19,-1],[-23,-3],[-6,-8],[-22,-16],[-8,3],[-52,-2],[-25,3],[-16,1],[-50,-5],[-111,-1],[-50,2],[-20,1],[-12,-4],[-16,-8],[-57,-12],[-31,-1],[-17,-7],[-21,-2],[-34,-3],[-11,-4],[-11,-2],[-17,-2],[-15,-7],[-21,-14],[9,-85],[-19,-1],[-6,65],[-11,2],[-10,-3],[-5,-10],[-8,15],[-12,3],[-16,0],[-10,-5],[-9,-8],[-9,7],[-9,2],[-14,-2],[-8,-4],[-9,-9],[-3,-18],[4,-25],[0,-23],[-4,-8],[-12,-2],[-6,2],[-10,50],[-61,-6],[-4,16],[-219,-16],[-10,16],[-6,41],[-43,-4],[2,-34],[-21,-1],[0,-23],[-29,-1],[-2,30],[-98,-8],[-18,10],[-8,8],[-5,-14],[-6,-3],[-11,4],[-5,3],[-14,2],[-52,-9],[-20,-8],[-12,-1],[-33,1],[-6,55],[-19,43],[-12,16],[-15,13],[-25,25],[-8,15],[-21,49],[-11,9],[-8,-1],[-4,-7],[-2,-122],[0,-75],[-78,-27],[-17,-10],[-6,-14],[-1,-18],[3,-30],[-104,-6],[-8,25],[-16,12],[-15,2],[-16,-9],[-15,-35],[-71,-11],[-40,-4],[-62,-6],[-29,2],[-20,6],[-14,0],[-7,-1],[-34,-5],[-27,1],[-17,5],[-27,0],[-56,-7],[-17,-3],[-31,-6],[-8,-5],[-1,-8],[0,-2],[2,-45],[-23,-11],[-69,-12],[-7,12],[-70,-10],[-20,1],[-200,-24],[-94,-14],[-4,26],[-43,-7],[-3,23],[-10,48],[-17,-4],[-12,15],[-54,-10],[3,-66],[14,-153],[-9,-1],[-11,0],[-8,29],[-27,168],[-2,16],[-2,25],[-201,1291],[-30,161],[6,10],[9,11],[3,4],[15,9],[14,3],[37,-2],[49,-7],[144,-19],[86,-12],[238,-34],[79,-10],[216,-28],[254,-32],[36,-5],[294,-40],[72,-14],[12,-65],[2,-24],[-7,-32],[3,-5]],[[497691,231146],[9,1],[12,0],[20,1],[8,-1],[12,-1],[33,0],[31,-2],[26,0],[63,-2],[14,-2],[37,0],[13,-2],[37,0],[14,-2],[39,0],[36,-4],[34,-1],[21,1],[51,-2],[45,-4],[41,-2],[136,-6],[14,-2],[30,0],[12,-2],[25,0],[18,-2],[32,0],[13,-2],[46,-2],[8,1],[4,0],[26,-3],[74,-2],[12,-2],[86,-3],[18,-1],[13,-2],[30,0],[13,-2],[16,-1],[50,-1],[13,-2],[67,-2],[13,-2],[28,-1],[40,-1],[88,-6],[80,-3],[4,-1],[43,2],[162,3],[41,1],[108,1],[133,1],[47,1],[18,3],[42,0],[38,-2],[5,1],[147,-13],[153,-15],[227,-23],[15,0],[3,-1],[22,-2],[40,-5],[345,-33],[256,-24],[29,-4],[137,-15],[120,-10],[79,-8],[112,-12],[157,-14],[39,-4],[17,-4],[36,0],[10,0],[199,-19],[276,-27],[17,-4],[1,-1],[3,-2],[2,-5],[-2,-52],[-25,-303],[-8,-88]],[[582174,170778],[92,-16],[6,5],[5,23],[2,15],[63,-8],[49,-11],[12,96],[4,39],[56,-9],[60,-12],[308,-50],[27,-4],[92,-13],[185,-31],[109,-13],[328,-23],[141,-10],[30,-4],[300,-20],[159,-14],[67,-5],[66,-13],[60,-16],[15,-6],[10,-3],[22,-7],[8,-2],[2,-2],[8,-8],[3,-11],[19,-120],[8,-37],[17,-122],[1,-16],[6,-22],[4,-72],[-1,-87],[-11,-102],[-7,-70],[1,0],[-1,-1],[-19,-201],[-20,-209],[-1,-15],[16,-4],[18,-3],[24,-2],[4,1],[36,-7],[6,-15],[10,-17],[11,-13],[7,-6],[19,-16],[28,-19],[35,-23],[17,-10],[18,-6],[134,-59],[182,-56],[58,-17],[45,-15],[23,0],[39,-5],[0,13],[28,37],[25,25],[14,20],[11,37],[1,5],[1,5],[-1,9],[-2,14],[-3,8],[-4,9],[-2,4],[-3,4],[-14,14],[-19,12],[15,25],[20,-26],[9,5],[8,5],[-12,33],[0,22],[48,66],[24,-20],[11,-11],[15,-22],[7,-24],[14,4],[10,3],[-1,11],[-3,9],[-7,19],[-7,11],[-11,13],[-9,8],[-15,12],[-13,7],[5,50],[10,48],[10,35],[16,34],[26,36],[20,21],[23,28],[37,26],[45,20],[4,0],[2,0],[12,0],[21,-21],[108,-56],[3,-2],[11,-10],[46,-35],[55,-46],[54,-28],[72,-35],[110,-50],[7,-3],[11,7],[169,-44],[19,-5],[43,6],[-10,-57],[-9,-90],[-6,-22],[14,-13],[3,-5],[4,-13],[1,-6],[1,-13],[2,-10],[4,-14],[10,-13],[3,-4],[10,-5],[6,-2],[16,-2],[7,0],[6,1],[6,1],[4,2],[8,4],[3,1],[5,9],[6,14],[10,33],[2,10],[1,17],[3,21],[2,3],[3,4],[3,4],[2,1],[8,-1],[4,-3],[21,-24],[15,-20],[6,-6],[13,-11],[6,-8],[17,-9],[22,-9],[15,-3],[13,18],[125,170],[26,-13],[4,-3],[6,-3],[3,-1],[2,-2],[3,-1],[6,-4],[8,-4],[17,-10],[14,-8],[12,-6],[12,-7],[15,-8],[18,-13],[5,-5],[8,-10],[5,-9],[2,-9],[1,-8],[4,-17],[6,-35],[2,-13],[6,-38],[16,0],[29,0],[37,-5],[22,-5],[39,-4],[10,-2],[23,-3],[14,-3],[11,-5],[10,-3],[6,-2],[9,-5],[2,-2],[1,-3],[2,-1],[1,-1],[3,-9],[0,-4],[-1,-14],[-1,-4],[-2,-2],[-2,-5],[-9,-13],[-15,-19],[-9,-8],[-5,-5],[-16,-22],[-10,-15],[-10,-19],[-10,-16],[-4,-8],[-4,-11],[-7,-14],[-8,-23],[-3,-24],[0,-9],[1,-14],[2,-9],[1,-2],[3,-3],[6,-3],[7,-3],[5,-2],[5,0],[9,0],[12,3],[7,3],[5,3],[30,29],[5,5],[5,2],[4,1],[14,1],[3,-1],[7,-4],[12,-12],[41,-50],[13,-14],[5,-5],[5,-3],[15,-6],[5,-2],[13,-1],[39,-14],[14,-3],[4,0],[4,0],[9,3],[34,13],[32,22],[14,3],[25,-10],[20,-21],[14,-20],[4,-21],[5,-8],[6,-13],[2,-5],[3,-2],[3,-2],[3,-2],[4,-3],[1,-4],[1,-2],[0,-3],[1,-4],[3,-4],[11,-16],[6,-10],[21,-52],[6,-15],[30,-73],[9,-20],[25,-56],[-93,41],[-8,19],[-4,21],[-2,23],[-158,115],[-67,36],[-35,9],[-15,29],[-25,28],[-24,16],[-60,14],[-50,11],[-103,7],[-5,3],[-17,4],[-1,-5],[-8,-25],[-4,-13],[-5,-11],[-5,-8],[-9,-13],[-10,-13],[-5,-6],[-12,-12],[-10,-11],[-6,-6],[-4,-3],[-4,-2],[-23,-6],[-19,-2],[-39,-7],[-10,-1],[-13,-3],[-13,-2],[-25,-6],[-11,-1],[-12,-3],[-17,-2],[-10,-3],[-34,-5],[-16,-4],[-13,-2],[-11,-3],[-18,-2],[-24,-6],[-21,-3],[-8,-1],[-13,-3],[-15,-3],[-36,-7],[-13,-3],[-25,-5],[-19,-3],[-39,-8],[-15,-2],[-26,-5],[-21,-4],[-4,-1],[-8,1],[-15,2],[-21,6],[-82,30],[-11,5],[-15,5],[-24,9],[-15,6],[-18,7],[-128,51],[-130,47],[-123,44],[-226,83],[-115,33],[-58,15],[-32,5],[-46,2],[-130,-5],[-140,-5],[-18,-2],[-28,-2],[-114,-32],[-30,-7],[-63,-15],[-30,-5],[-31,2],[-29,7],[-44,12],[-28,3],[-43,1],[-20,5],[-19,1],[-180,44],[-51,12],[-51,9],[-50,7],[-57,20],[-52,26],[-7,4],[-91,57],[-61,51],[-25,12],[-1,2],[-13,13],[-7,0],[-1,2],[-1,6],[-2,4],[-5,21],[2,6],[-22,-1],[-33,1],[-176,8],[-96,7],[0,58],[-6,5],[-98,108],[-56,73],[-58,95],[-43,68],[-30,56],[-1,40],[0,18],[-3,21],[1,6],[0,17],[-2,169],[-1,66],[4,6],[6,8],[-2,8],[-73,104],[-23,3],[-75,13],[-31,15],[-40,6],[-7,-22],[-56,-238],[-9,-7],[-11,-1],[-9,2],[-11,8],[-12,8],[-9,4],[-7,-1],[-3,-2],[-2,-13],[4,-54],[-91,-75],[-18,4],[-21,0],[-24,-8],[-16,-24],[-13,-37],[0,-12],[-35,-23],[-44,-10],[-73,28],[-58,33],[-29,15],[-4,17],[-11,38],[-10,31],[-9,33],[-3,22],[8,21],[69,66],[0,5],[-47,67],[-14,20],[-4,-3],[-63,-53],[-30,-30],[-3,-6],[61,-89],[-8,-10],[-64,-35],[-62,151],[-12,20],[-11,16],[-17,10],[-21,2],[-37,-9],[-70,-26],[-68,-28],[-11,-5],[-45,-35],[-95,-87],[-19,-11],[-24,-10],[-61,-18],[-106,-23],[-68,-14],[-87,-5],[-25,-6],[-14,-6],[0,13],[4,33],[16,53],[8,18],[-79,26],[-34,-142],[-36,8],[-35,8],[-39,2],[-120,7],[-40,9],[-205,45],[-116,26],[-41,0],[-62,-4],[-1,78],[-2,3],[-11,36],[-1,16],[-1,17],[-4,23],[-3,7],[-7,7],[-9,0],[-9,0],[-16,-8],[-11,-16],[-15,-27],[-16,-18],[-8,-7],[-7,1],[-14,6],[-9,9],[-10,17],[-7,16],[-3,21],[-7,67],[-5,17],[-9,12],[-9,11],[-31,1],[-19,2],[-17,13],[-38,35],[-23,9],[-22,-7],[-52,-49],[-32,-17],[-20,4],[-14,12],[-8,23],[-3,36],[0,29],[-1,16],[-4,13],[-11,-4],[-11,-19],[-9,-36],[-2,-30],[2,-30],[19,-30],[9,-8],[7,-1],[11,0],[8,6],[8,1],[8,-6],[2,-8],[0,-11],[3,-11],[-3,-17],[-13,-2],[-5,1],[-10,-2],[-23,-5],[-6,-11],[-10,-14],[-12,3],[-7,4],[-2,14],[-9,15],[-9,6],[0,8],[3,13],[-4,5],[-24,12],[-5,2],[-19,26],[-47,91],[-21,39],[-1,0],[-13,13],[-11,5],[-16,4],[-21,-7],[-27,-8],[-27,-6],[-41,0],[-8,-2],[-5,0],[-17,-14],[-29,-34],[-25,-26],[-47,-25],[-31,-19],[-25,-20],[-13,-19],[-4,-14],[-2,-64],[-34,-1],[-10,0],[-4,0],[-2,1],[-4,1],[-12,3],[-19,4],[-47,31],[-5,6],[0,0],[-28,33],[-15,9],[-5,-4],[-5,-26],[-1,-30],[13,-13],[0,-10],[-3,-6],[-6,-5],[-52,-3],[-22,3],[-50,26],[-11,-4],[-11,-16],[-9,-12],[-8,-18],[-16,-14],[-20,-2],[-51,11],[-15,14],[-47,18],[-34,-3],[-57,-41],[-39,-39],[-48,-51],[-56,-14],[-6,3],[-21,7],[-22,25],[0,42],[-9,5],[-10,-2],[-30,-25],[-35,-5],[-43,3],[-14,10],[-31,21],[-38,14],[-27,7],[-27,2],[-17,1],[-16,2],[-27,4],[-18,2],[-7,1],[-4,0],[-9,1],[-44,-1],[-38,-16],[-23,-18],[-9,-12],[-12,-25],[-20,-39],[-13,-22],[-30,-36],[-24,-28],[-10,-21],[-2,-14],[2,-34],[0,-32],[-1,-46],[-22,-36],[-41,-44],[-61,-60],[-7,-7],[-11,-3],[-23,-6],[-45,-7],[-149,-29],[-19,-1],[-101,-6],[-54,0],[-4,-1],[-12,3],[-12,2],[-17,26],[-14,23],[-10,21],[-8,31],[-8,70],[-3,33],[-3,19],[-29,115],[-9,35],[-6,32],[5,104],[-4,17],[-12,14],[-20,8],[-53,2],[-25,-6],[-14,0],[-44,-12],[-21,-4],[-89,-12],[-7,-1],[-54,14],[-8,6],[-10,6],[-14,28],[-9,14],[-42,8],[-31,10],[-15,6],[-22,6],[-10,3],[-24,3],[-6,-77],[-3,-22],[-6,-30],[-10,-23],[-15,-15],[-5,-4],[-16,-12],[-35,-30],[-52,-42],[-36,-28],[-23,-19],[-10,-20],[-5,-27],[5,-36],[10,-35],[10,-29],[20,-34],[70,-115],[5,-26],[0,-27],[-6,-29],[-6,-15],[-5,-16],[-16,-25],[-22,-36],[-33,-32],[-2,-2],[-18,-14],[-10,-9],[-16,-2],[-21,-3],[-2,-1],[-68,-42],[-172,15],[-10,-14],[-5,-32],[3,-26],[9,-27],[-29,-7],[-3,2],[-49,-6],[-99,9],[-59,11],[-66,5],[-78,-9],[-63,-2],[-38,9],[-71,40],[-6,23],[5,36],[1,12],[16,34],[9,37],[2,52],[-1,48],[15,4],[21,16],[33,52],[12,29],[55,106],[15,26],[8,16],[7,13],[7,12],[8,14],[53,-35],[42,-14],[23,0],[27,3],[-21,-35],[-10,-27],[-7,-53],[-13,-66],[38,10],[22,-4],[21,-12],[27,-22],[7,-20],[24,1],[25,6],[38,20],[32,13],[36,5],[32,-4],[0,23],[-6,61],[-9,54],[-3,32],[9,50],[18,76],[4,19],[15,72],[17,62],[12,32],[12,38],[15,38],[21,32],[25,24],[22,8],[26,0],[18,-5],[28,-2],[38,2],[40,9],[17,4],[48,10],[74,7],[37,0],[10,-2],[11,-1],[1,0],[10,-2],[29,-12],[26,-11],[37,-8],[56,-50],[27,-13],[41,-11],[77,20],[44,14],[55,-1],[46,-9],[27,-6],[18,-18],[12,-16],[3,-29],[-4,-35],[-1,-36],[8,-55],[23,-78],[22,-88],[-3,-21],[-5,-20],[18,-102],[17,-41],[13,-6],[2,0],[14,0],[109,5],[59,5],[70,12],[118,30],[9,3],[23,7],[2,0],[7,5],[2,1],[5,3],[59,61],[27,33],[13,27],[7,31],[-7,30],[-3,41],[5,25],[4,26],[18,7],[52,56],[31,56],[11,29],[16,20],[35,23],[52,13],[39,0],[4,0],[14,-2],[8,-1],[17,-1],[28,-3],[14,-6],[43,-1],[22,-4],[24,-7],[13,-9],[43,-24],[33,-9],[15,-2],[51,24],[19,19],[16,17],[9,2],[15,-9],[5,-20],[-3,-20],[-4,-16],[-1,-15],[12,-16],[15,-6],[28,-3],[23,12],[28,37],[16,23],[23,15],[98,63],[13,7],[17,15],[5,12],[21,10],[13,-8],[0,-16],[-8,-18],[-4,-11],[10,-20],[12,-2],[48,-17],[15,3],[5,14],[6,13],[11,16],[22,26],[18,9],[15,-17],[26,-20],[38,-7],[7,2],[-2,27],[0,18],[9,40],[22,16],[16,-1],[25,-18],[9,-9],[29,-26],[39,-25],[13,-4],[15,-3],[1,0],[6,0],[5,5],[7,16],[12,45],[12,18],[13,11],[26,10],[41,16],[34,23],[38,47],[33,31],[62,10],[43,16],[15,1],[39,0],[42,-16],[6,-10],[23,-45],[39,-90],[26,-34],[8,0],[3,16],[-2,68],[5,37],[12,34],[12,14],[5,6],[19,13],[18,0],[17,-9],[12,-24],[8,-18],[-3,-11],[-21,-4],[8,-50],[11,-15],[11,-1],[20,7],[19,13],[21,19],[22,13],[25,8],[21,-2],[34,-24],[27,-28],[19,-8],[21,0],[18,-4],[15,-22],[12,-25],[14,-100],[7,-14],[16,3],[15,13],[10,17],[22,23],[23,1],[23,-8],[17,-15],[7,-19],[2,-52],[11,-23],[18,-8],[0,0],[5,32],[2,24],[2,13],[10,85],[1,20],[2,16],[2,11],[1,13],[4,36],[2,15],[3,26],[3,18],[0,5],[-1,2],[-5,3],[-14,4],[-28,5],[-11,2],[-20,5],[-28,4],[-30,7],[-12,3],[-9,1],[-10,2],[-19,3],[-13,4],[-21,4],[-9,3],[-28,6],[-8,3],[-9,1],[-6,2],[-12,5],[-5,11],[-1,6],[0,8],[0,28],[45,-5],[102,-28],[48,1],[37,11],[53,31],[61,51],[39,39],[42,31],[34,16],[5,3],[75,20],[29,1],[91,5],[45,-1],[43,-16],[44,-11],[2,-1],[113,-9],[33,1],[6,1],[373,107],[131,38],[35,10],[2,3],[79,64],[56,42],[34,24],[174,-25],[24,-5],[-26,-178]],[[574302,176854],[19,-3],[24,6],[98,61],[31,9],[32,0],[34,-10],[28,-13],[32,-26],[17,-22],[3,1],[15,-2],[16,-11],[10,-8],[18,-17],[25,-16],[35,-20],[19,-14],[24,-24],[10,-12],[3,-12],[0,-3],[6,0],[19,-2],[24,-7],[104,-45],[85,-30],[77,-22],[15,16],[-19,36],[-12,23],[14,7],[18,1],[21,-6],[20,-4],[35,4],[18,-10],[35,-13],[3,-2],[148,-104],[11,13],[208,-142],[72,-52],[11,-11],[12,-14],[14,-23],[23,-35],[24,-29],[17,-16],[31,-25],[17,-13],[27,-27],[21,-20],[33,-44],[18,-31],[19,-37],[9,-24],[66,-170],[15,-38],[-21,-16],[-17,-14],[42,-40],[22,-32],[13,-37],[8,-17],[20,-54],[39,-117],[56,-182],[49,-179],[11,-37],[5,-16],[-14,-7],[5,-17],[14,-72],[15,-83],[15,-79],[5,-41],[2,-23],[0,-9],[2,-40],[-1,-57],[-6,-96],[-11,-13],[1,-2],[2,-30],[-6,-31],[-5,-27],[-7,-53],[9,-38],[0,-2],[0,-9],[-1,-14],[-3,-8],[-6,-4],[-24,-6],[-23,-7],[-25,-11],[-16,-9],[-4,-2],[-17,-12],[-31,-29],[-42,-44],[-123,-145],[-64,-74],[-63,-69],[-18,-16],[-42,-19],[-87,-38],[-51,-24],[-78,-59],[-102,-86],[-165,-109],[-227,-160],[-67,-49],[-33,-34],[-86,-86],[-32,-29],[-18,-15],[-3,-1],[-14,-10],[-10,-5],[-12,-3],[-18,-3],[-16,1],[-2,-15],[-11,-60],[-16,-86],[-14,-72],[-20,-108],[-49,-261],[0,-3],[3,-7],[13,-27],[2,-3],[38,-72],[11,-26],[1,-8],[1,-5],[-3,-11],[-7,-16],[-12,-26],[-9,-38],[-6,-32],[-2,-37],[0,-31],[6,-26],[7,-26],[14,-31],[17,-37],[15,-25],[15,-19],[58,-64],[35,-35],[14,-18],[16,-34],[19,-41],[17,-52],[9,-22],[6,-9],[8,-6],[10,-7],[24,-11],[56,-33],[44,-24],[60,-24],[56,-18],[79,-19],[198,-40],[14,-1],[88,-6],[94,-2],[33,-134],[13,-39],[10,-19],[14,-21],[10,-14],[1,-9],[-10,-8],[-19,-13],[-19,-19],[-15,-17],[-18,-27],[-26,-50],[-44,-82],[-11,-17],[-5,-1],[-8,3],[-6,5],[-98,-75],[-11,-25],[0,-23],[2,-17],[15,-20],[-26,-30],[-35,-44],[-36,-63],[-38,-69],[-32,-73],[-24,-62],[-49,-106],[-10,-36],[104,-94],[69,-58],[10,-3],[11,1],[4,0],[16,6],[17,16],[15,19],[23,30],[48,56],[19,25],[160,67],[54,39],[19,15],[3,12],[13,3],[21,-2],[47,-7],[65,-11],[36,-4],[35,-2],[31,2],[8,0],[25,7],[0,-7],[4,-38],[8,-26],[11,-47],[11,-49],[10,-49],[-10,-3],[-14,-21],[-69,-109],[-70,-115],[-32,-59],[-1,-7],[-8,-3],[-11,-40],[-29,-48],[-27,-62],[-38,-98],[-3,2],[-27,61],[-30,84],[0,3],[-18,1],[-41,-3],[-49,-1],[-43,-2],[-56,-12],[-81,-30],[-31,-15],[-35,-12],[-3,10],[-26,-13],[-49,-15],[-26,-1],[-34,1],[-46,2],[-44,8],[-24,9],[-40,17],[-14,10],[-26,22],[-40,37],[-63,71],[-26,30],[-32,37],[-35,49],[-19,34],[-16,29],[-15,34],[-20,61],[-2,8],[20,9],[8,5],[142,145],[113,139],[214,340],[3,8],[6,6],[92,147],[5,22],[-14,39],[-30,31],[-20,27],[2,33],[20,41],[11,38],[0,34],[-18,30],[-45,21],[-37,10],[-67,4],[-62,2],[-78,0],[-134,-22],[-73,16],[-42,28],[-27,24],[-19,36],[-20,42],[-13,21],[-31,26],[-18,15],[-9,20],[-2,21],[-13,44],[-19,53],[-31,60],[-37,73],[-32,67],[-22,69],[-59,224],[-97,368],[-293,-189],[1,34],[6,67],[5,37],[3,34],[6,72],[2,39],[1,39],[0,31],[-3,29],[-6,31],[-14,60],[-10,42],[-3,17],[0,19],[1,4],[2,14],[5,15],[18,31],[46,58],[93,119],[13,23],[55,-15],[253,479],[162,-64],[130,357],[-39,13],[148,265],[12,-7],[81,-52],[54,-35],[25,-15],[21,-7],[30,-3],[194,21],[60,7],[10,6],[10,8],[15,12],[36,43],[37,46],[104,150],[29,45],[5,8],[28,53],[18,36],[21,51],[10,23],[7,18],[12,32],[8,28],[7,42],[3,31],[-1,73],[-3,42],[-7,42],[-6,32],[-14,64],[-14,42],[-14,36],[-22,53],[-22,43],[-21,34],[-25,33],[-43,51],[-60,63],[-23,7],[-8,-3],[-32,1],[-32,28],[-91,87],[-102,92],[-50,41],[-139,105],[-30,22],[-21,15],[-97,70],[-194,129],[-205,121],[-25,14],[-25,6],[-65,9],[-143,23],[-50,6],[-6,-1],[0,0],[-5,19],[-83,17],[-88,17],[84,324],[23,90],[22,85],[-13,8],[-23,15],[-15,11],[-10,2],[-23,0],[-11,-8],[-1,-2],[-5,-13],[6,-21],[3,-20],[0,-13],[-8,-15],[-13,-11],[-15,-5],[-8,3],[-8,17],[-10,7],[-42,21],[-29,14],[-14,1],[-15,-1],[-22,35],[-6,10],[6,15],[14,21],[32,15],[21,12],[48,35],[7,14],[4,31],[14,12],[37,83],[-9,7],[1,9],[16,53],[1,18],[-4,48],[3,15],[12,16],[14,19],[6,18],[7,38],[2,41],[0,33],[3,24],[5,34],[2,19],[1,44],[-14,52],[-3,28],[0,107],[2,31],[7,23],[2,22],[0,22],[-18,50],[-19,86],[-5,65],[4,38],[4,25],[0,13],[-8,23],[-10,28],[-1,19],[-1,37],[-7,29],[-29,56],[-16,34],[-13,9],[-20,10],[-14,15],[-12,20],[-7,17],[-22,67],[-15,31],[-21,32],[-26,33],[-83,82],[-28,38],[-25,33],[-51,50],[-75,69],[-41,33],[-32,23],[-21,22],[-46,45],[-23,18],[-27,14],[-3,2],[-75,25],[-31,16],[-33,20],[-41,20],[-54,18],[-13,21],[12,31],[-1,16],[0,14],[9,27],[16,27],[2,3],[4,9],[3,7],[72,-18],[148,-95],[-9,-20],[16,-12],[360,-264],[29,-32],[214,-348],[30,-52],[34,-72],[9,-26],[169,-142],[-99,-122],[-2,-24],[-19,-312],[-2,-59],[-3,-265],[-5,-82],[-5,-8],[0,-54],[3,-38],[0,-25],[5,-27],[1,-12],[15,-52],[14,-34],[29,-54],[25,-41],[33,-40],[17,-16],[23,-10]],[[430297,329848],[26,-4],[30,3],[34,6],[56,31],[97,60],[96,57],[10,11],[12,23],[11,32],[14,48],[7,11],[7,7],[10,6],[196,44],[27,8],[55,32],[158,99],[36,21],[41,18],[100,31],[16,7],[25,5],[28,2],[25,-2],[18,-4],[125,-33],[17,0],[1,0],[37,-20],[-43,-24],[-73,-31],[-24,-14],[-12,-14],[-8,-21],[-5,-32],[0,-108],[1,-157],[13,-106],[6,-33],[6,-25],[117,-283],[14,-39],[12,-47],[8,-36],[3,-22],[1,-20],[6,-34],[2,-15],[1,-10],[2,-10],[-1,-87],[0,-160],[0,-82],[-4,-78],[-17,-141],[-12,-40],[-25,-54],[-2,-3],[25,-24],[10,-5],[75,-75],[10,-15],[0,-1],[57,-59],[326,-345],[37,-36],[77,-84],[41,-39],[21,-13],[48,-33],[33,-19],[27,-14],[86,-34],[12,-5],[10,-6],[4,-5],[2,-11],[-22,-94],[-23,-90],[-33,-134],[-45,-178],[-53,-197],[-29,-109],[-61,-226],[-52,-176],[-30,-72],[-24,-46],[-80,-139],[-9,-11],[-21,-37],[27,-2],[14,-3],[19,-10],[22,-16],[227,-183],[230,-180],[226,-181],[33,-22],[-128,-190],[-111,-166],[-8,-13],[-47,-55],[-17,-20],[-38,-41],[-33,-36],[5,-5],[-91,-24],[-178,-48],[-70,-19],[-78,-29],[-170,-65],[-116,-57],[-155,-83],[-113,-49],[-134,-66],[-132,-72],[-130,-77],[-159,-102],[-95,-64],[-122,-88],[9,-16],[-35,-24],[-32,-22],[-109,133],[-51,52],[-46,39],[-138,92],[-224,104],[-13,5],[-28,14],[-12,6],[-58,31],[-110,65],[-45,37],[-26,28],[-50,66],[-35,59],[-46,95],[-6,19],[-64,157],[-142,341],[-22,59],[-35,120],[-65,352],[-33,176],[-29,168],[-6,18],[-9,58],[-22,106],[-47,176],[-23,65],[-32,111],[-77,172],[-91,191],[-11,27],[-27,126],[-5,15],[-37,162],[-45,227],[-15,65],[-6,42],[-5,28],[1,36],[3,32],[4,26],[11,49],[62,170],[120,336],[10,22],[14,40],[8,40],[4,26],[-1,70],[-3,41],[-11,65],[-62,220],[-20,51],[-12,53],[-3,27],[6,22],[2,6],[8,21],[23,26],[15,12],[179,81],[16,4],[20,11],[34,35],[19,24],[15,26],[10,14],[7,16],[7,23],[4,31],[-9,55],[-27,124],[-2,16],[4,7],[135,108],[68,51],[108,67],[110,66],[124,69],[41,26],[117,82],[32,19],[12,4],[22,2],[14,-1],[12,-5],[18,-21],[142,-398],[21,-54],[9,-16],[48,-56],[36,-21]],[[418792,333568],[525,-505],[46,66],[104,148],[95,134],[8,11],[-21,15],[11,13],[32,30],[57,43],[7,6],[44,-41],[22,29],[14,-13],[90,135],[-49,32],[11,16],[14,12],[19,8],[97,-75],[87,-63],[39,-24],[19,-10],[52,-21],[112,-34],[68,-9],[24,-3],[101,-10],[144,-18],[53,-8],[85,-17],[59,-23],[404,-157],[242,-89],[53,-21],[522,-178],[91,-30],[28,-10],[13,-2],[113,-41],[98,-38],[65,-30],[20,-9],[27,-14],[27,-15],[28,-20],[102,-74],[13,-8],[-7,-5],[-9,-11],[-31,-50],[-5,-5],[-8,-7],[-230,-151],[-259,-173],[-236,-154],[3,-6],[81,-140],[2,2],[30,-55],[12,-15],[73,-144],[-117,-59],[-75,-40],[-22,-7],[329,-603],[-135,-104],[-24,-21],[20,-5],[16,-15],[0,-8],[345,-85],[374,-88],[46,-11],[153,-34],[81,-16],[57,-12],[364,-84],[201,-49],[354,-83],[48,-11],[273,-63],[268,-58],[58,-8],[17,-7],[10,-6],[116,-41],[362,-122],[122,-44],[33,-15],[9,-6],[6,-44],[3,-4],[5,-9],[8,-8],[58,-17],[247,-86],[20,-8],[7,-3],[123,-40],[21,-10],[23,-11],[17,-17],[6,-12],[17,13],[5,3],[14,4],[23,-3],[12,-3],[186,-43],[411,-95],[105,-20],[83,-10],[27,-3],[73,-2],[37,-3],[48,-2],[107,-5],[16,74],[-1,8],[-1,19],[59,8],[192,52],[70,24],[67,32],[18,10],[91,42],[52,36],[39,29],[7,-9],[21,-27],[74,-83],[25,-21],[24,-18],[26,-16],[38,-19],[28,-13],[-19,-4],[-8,-4],[-6,-8],[-3,-7],[-1,-25],[0,-16],[-24,-70],[-16,-51],[-5,-38],[0,-18],[8,-70],[17,-109],[23,-177],[26,-163],[20,-167],[5,-60],[8,-163],[2,-134],[-7,-116],[-12,-62],[-18,-73],[-37,-96],[-25,-58],[-29,-58],[-40,-61],[-32,-41],[-35,-41],[-42,-38],[-112,-91],[-65,83],[-6,17],[-11,16],[-141,173],[-216,270],[-49,66],[-15,31],[-5,24],[0,17],[1,15],[-1,9],[-3,12],[-45,60],[-32,-24],[-35,22],[-2,-1],[-222,-176],[-56,-45],[-191,-147],[-197,-153],[-94,134],[-176,-135],[26,-39],[-91,-83],[66,-87],[-87,-68],[-82,-61],[-165,-126],[-125,-98],[-124,-103],[-31,-28],[-26,-29],[-150,166],[-317,363],[-418,481],[-541,-608],[-510,-591],[-360,705],[-22,42],[-17,41],[-14,29],[-10,21],[-67,132],[-154,314],[-125,249],[-46,94],[-16,29],[-11,18],[-277,-63],[-248,-55],[-248,-56],[-467,-107],[-314,-72],[-190,-40],[-189,-43],[-125,-35],[-187,-46],[-315,-74],[-202,-45],[-289,-67],[-212,-52],[-805,-178],[-505,-112],[-16,0],[-1,-4],[0,-1],[-4,2],[-5,-13],[0,0],[0,0],[-63,-167],[-172,-429],[-63,-158],[-42,-107],[-65,-161],[-122,-312],[-80,-208],[-19,-63],[-106,-261],[-39,-96],[-18,-35],[-6,-12],[-60,-94],[-69,-96],[-18,-40],[0,-9],[-49,-2],[-41,-1],[-44,7],[-22,5],[-20,4],[-93,24],[192,0],[8,9],[113,154],[96,143],[46,59],[98,256],[-27,15],[-41,18],[-58,7],[-24,0],[-100,5],[-18,3],[-196,14],[-56,4],[-259,23],[-113,9],[-139,12],[-55,7],[-25,7],[-34,11],[-25,11],[-64,30],[-145,72],[-37,18],[-190,95],[-76,38],[-61,24],[-35,11],[-22,5],[-24,6],[-30,4],[-73,2],[-112,-3],[-13,-1],[-125,-7],[-110,-3],[-247,-7],[-94,-6],[-17,-102],[-32,-171],[-13,-66],[-92,-502],[-19,-67],[-13,-58],[-17,-36],[-35,-49],[-35,-43],[-34,-29],[-40,-30],[26,-38],[17,-19],[10,-5],[19,-2],[108,0],[47,2],[-1,3],[22,2],[1,-2],[102,2],[216,8],[344,16],[121,4],[123,1],[122,6],[736,24],[504,22],[54,1],[72,5],[52,4],[80,0],[70,3],[59,0],[576,19],[209,4],[210,-8],[214,-16],[51,-5],[58,-6],[216,-33],[105,-20],[213,-46],[105,-28],[98,-29],[100,-24],[296,-76],[989,-268],[694,-182],[600,-168],[100,-27],[406,-102],[148,-40],[141,-37],[22,-20],[-7,-44],[-213,57],[-29,-100],[-46,-20],[-5,-20],[-10,-11],[-49,-28],[-38,12],[-220,56],[-158,43],[-88,-1],[-33,4],[-49,8],[-66,25],[-51,33],[-64,-18],[-10,-4],[-58,13],[-195,53],[-577,152],[-92,26],[-7,25],[-1,0],[-243,83],[-12,1],[-142,35],[-284,75],[-277,74],[-420,114],[-289,68],[-41,11],[-103,22],[-140,26],[-144,24],[-130,15],[-215,23],[-5,2],[-52,-1],[-530,16],[-75,-5],[-145,-6],[-151,-11],[0,2],[-76,-2],[-128,-5],[-129,5],[-106,-2],[-89,-3],[-203,-10],[-232,-9],[-456,-21],[-88,-2],[-136,-5],[-336,-10],[-39,-1],[-406,-17],[-6,-7],[-463,-52],[-217,-6],[-23,21],[-271,-12],[-569,-17],[-453,-20],[-677,-22],[-226,-9],[-340,-8],[-42,-2],[-185,-8],[-69,-1],[-66,-2],[-9,-4],[-1,-10],[-3,-9],[-154,24],[-11,7],[-4,5],[-1,13],[4,10],[4,3],[-141,-2],[-39,0],[-5,4],[-8,11],[-20,29],[-18,31],[-53,93],[-29,49],[-4,13],[-6,13],[92,5],[36,1],[70,1],[14,2],[46,2],[208,6],[254,9],[633,23],[128,3],[1019,36],[128,7],[79,8],[96,18],[171,51],[379,121],[36,8],[28,4],[22,-5],[19,-9],[15,-10],[23,-25],[22,-33],[62,46],[22,18],[28,28],[15,26],[12,28],[9,38],[7,24],[3,5],[11,4],[5,0],[-5,0],[4,77],[9,47],[50,236],[9,57],[21,116],[17,93],[15,81],[34,196],[-102,-4],[-36,-3],[-144,-8],[-76,-5],[-34,-2],[-117,-4],[-179,-10],[-80,-3],[-30,-2],[-137,-5],[-29,-1],[-240,-4],[-428,-7],[-33,-1],[-70,1],[-127,-4],[-127,-2],[-298,-4],[-225,-4],[-329,-2],[-47,4],[-35,8],[-33,11],[-31,17],[-22,18],[-17,17],[-68,77],[-12,2],[-83,-85],[-166,-167],[-414,-418],[-122,-119],[-119,-122],[-68,-68],[-64,-67],[-16,-18],[-17,-21],[-18,-30],[-9,-19],[-6,-18],[0,-28],[0,2],[-48,34],[2,0],[1,1],[8,9],[30,57],[14,18],[34,43],[250,253],[226,228],[10,10],[162,163],[132,133],[183,186],[346,348],[368,373],[158,159],[148,150],[52,54],[61,63],[-215,231],[-59,-69],[-120,-124],[-86,84],[-100,-102],[-645,580],[-433,393],[-12,12],[-113,-116],[-29,27],[-236,216],[-325,305],[-19,14],[-14,7],[-753,127],[-129,25],[-157,26],[-19,-38],[-67,-93],[-5,-8],[-33,-35],[-69,-57],[-61,-49],[-16,-10],[-226,-185],[-43,-34],[-74,-57],[-62,-51],[-92,-78],[-18,-15],[-106,-82],[-55,-41],[-103,-87],[-25,-24],[-35,-31],[-4,-4],[-33,-36],[-15,-18],[-4,-17],[-1,-28],[1,-3],[3,-11],[-80,49],[-108,58],[-595,317],[-206,109],[-250,129],[-19,11],[-94,50],[-112,55],[-335,128],[-91,38],[-24,10],[-239,88],[-120,49],[-62,20],[-49,20],[-56,22],[-111,41],[-82,37],[-45,29],[-28,27],[-19,29],[-15,34],[-6,33],[-3,32],[1,57],[11,67],[7,35],[27,100],[59,184],[87,274],[119,367],[16,46],[5,-8],[13,-5],[375,-29],[109,-11],[110,-8],[123,-11],[334,-25],[16,-2],[50,-2],[26,-4],[466,-41],[20,-2],[22,0],[35,-1],[47,-6],[131,-10],[339,-28],[102,-6],[58,1],[72,10],[161,35],[49,6],[34,1],[31,2],[47,0],[364,-57],[107,-20],[20,-2],[92,-14],[33,-2],[76,4],[74,6],[154,16],[14,7],[9,10],[3,14],[1,17],[-1,19],[-7,81],[-3,29],[-5,22],[37,-3],[2,5],[8,0],[27,-6],[125,-31],[37,-7],[63,-4],[27,3],[28,11],[212,126],[114,59],[75,34],[62,24],[56,18],[70,17],[37,7],[38,3],[44,0],[46,-6],[81,-19],[190,-2],[29,-2],[33,-5],[47,-11],[75,-26],[68,-29],[127,-59],[33,-13],[24,-8],[35,-8],[30,-5],[42,-1],[38,1],[42,8],[43,9],[129,33],[76,14],[133,16],[53,11],[55,27],[49,25],[54,25],[64,18],[34,8],[23,8],[24,14],[11,3],[47,31],[10,7],[32,-58],[-38,-28],[11,-31],[108,46],[28,73],[6,10],[22,22],[14,21],[18,40],[14,15],[23,26],[19,16],[53,54],[38,5],[11,7],[12,10],[8,20],[1,24],[22,32],[28,26],[27,27],[45,33],[36,17],[-5,19],[11,10],[63,52],[31,21],[-18,42],[-8,24],[9,5],[68,22],[45,8],[32,8],[9,-15],[7,-27],[-4,-31],[145,92],[78,53],[20,15],[7,14],[-1,11],[-26,43],[-5,8],[-28,19],[26,58],[17,26],[15,17],[18,16],[60,48],[57,40],[17,11],[20,10],[30,14],[18,-36],[17,-23],[29,-1],[12,5],[57,40],[26,12],[16,26],[6,16],[0,17],[53,13],[45,8],[36,1],[61,-2],[34,3],[29,7],[108,38],[4,1],[23,2],[2,-2],[36,9],[14,11],[21,-100],[105,10],[85,6],[26,2],[264,113],[-50,125],[0,0],[18,28],[35,74],[17,42],[8,27],[7,26],[14,52],[41,-14],[31,-7],[0,0],[0,0],[110,-24],[11,0],[63,-15],[58,-14],[123,-25],[119,-23],[86,-19],[46,-11],[68,-14],[26,-5],[23,-6],[14,38],[23,41],[32,39],[18,18],[28,21],[30,17],[67,29],[83,32],[57,22],[133,52],[129,39],[127,36],[31,12],[3,-11],[4,-13],[48,-131],[7,-18],[27,10],[80,32],[-33,107],[67,21],[57,14],[249,65],[42,13],[24,8],[126,48],[70,25],[57,19],[158,49],[100,33],[122,43],[142,50],[117,38],[51,19],[32,9],[-9,29],[815,256],[106,33],[218,69],[79,-81],[48,-52],[12,-13]],[[413553,329478],[-65,-317],[-24,-121],[-19,-76],[-31,-123],[-45,-128],[-27,-64],[-23,-56],[-29,-60],[-34,-63],[-36,-63],[-43,-62],[-47,-62],[-66,-79],[-75,-80],[-55,-59],[-37,-38],[-96,-99],[-16,-16],[-146,-145],[-169,-171],[-111,-112],[-383,-389],[-242,-238],[-226,-229],[4,-10],[46,-53],[38,-32],[33,-22],[38,-17],[29,-8],[48,-6],[116,-3],[385,4],[552,11],[329,6],[132,4],[300,5],[197,4],[178,6],[197,10],[251,16],[192,13],[2,34],[21,230],[51,571],[29,325],[38,446],[-16,1],[23,259],[13,154],[3,11],[18,234],[9,56],[65,263],[145,586],[47,201],[17,58],[37,162],[-117,0],[-164,3],[-203,3],[-97,6],[-85,8],[-61,9],[-95,22],[-241,64],[-272,71],[-11,-5],[-6,-23],[-50,-243],[-27,-128],[-4,-21],[-10,-53],[-32,-145],[-47,-237]],[[414613,326787],[-12,-229],[122,8],[140,6],[25,1],[87,1],[38,3],[274,12],[119,1],[15,-1],[14,-2],[32,-7],[59,-18],[22,-8],[89,-41],[16,-10],[266,-137],[104,-53],[108,-52],[22,-6],[67,-8],[116,-8],[496,-37],[163,-11],[81,-5],[105,-8],[88,-30],[201,507],[266,664],[130,333],[15,36],[4,13],[132,339],[44,115],[61,157],[126,318],[69,179],[9,26],[-4,24],[-723,395],[-229,125],[-164,88],[-16,10],[-85,46],[-70,37],[-189,104],[-33,17],[-119,65],[-163,89],[-46,25],[-147,81],[-100,54],[-48,24],[-101,41],[-58,20],[-46,13],[-68,16],[-85,14],[-36,4],[-79,7],[-120,4],[-175,2],[-62,3],[-150,0],[-110,2],[-19,-79],[-13,-53],[-23,-93],[-98,-398],[-89,-361],[-78,-302],[-2,-24],[-54,-631],[-1,-16],[-56,-799],[-51,-576],[-3,-26]],[[172531,211946],[16,-16],[29,-32],[28,-24],[14,-10],[27,-17],[14,-9],[15,-9],[19,-9],[13,-8],[37,-24],[34,-19],[28,-18],[12,-7],[18,-8],[70,-24],[45,-16],[25,-9],[22,-10],[43,-21],[10,-6],[31,-27],[31,-24],[34,-26],[39,-17],[7,-9],[18,-14],[48,-29],[20,-9],[5,-3],[28,-19],[44,-23],[75,-29],[54,-16],[86,-27],[41,-10],[31,-1],[94,8],[149,26],[39,13],[53,28],[98,51],[13,0],[16,-20],[57,-144],[31,-54],[11,-17],[21,-19],[25,-13],[58,-26],[0,0],[4,-2],[13,34],[22,2],[-2,10],[25,1],[849,53],[34,3],[13,-49],[42,-173],[11,-40],[32,-123],[12,-50],[6,-17],[7,-25],[4,-73],[1,-38],[61,-3],[1,-43],[-31,2],[0,-2],[1,-21],[-3,-260],[0,-26],[0,-23],[-1,-41],[-86,-8],[1,-44],[0,-2],[-1,0],[-98,8],[-280,25],[-125,11],[-412,39],[-129,10],[-24,0],[0,4],[-91,6],[-41,3],[-4,0],[-6,0],[-2,0],[0,0],[-15,0],[-23,-4],[-38,-13],[-2,3],[-3,5],[-16,21],[-24,21],[-32,26],[-25,12],[-14,7],[-19,8],[-34,7],[-40,8],[-42,6],[-101,14],[-76,10],[-88,12],[-51,8],[-31,7],[-30,8],[-34,10],[-41,13],[-87,28],[-45,15],[-1,0],[0,1],[-34,11],[-77,23],[-31,9],[-140,48],[-282,116],[-74,28],[-70,30],[-34,20],[-39,30],[-36,34],[-76,77],[-53,32],[-119,39],[-82,16],[-64,7],[-77,-5],[-134,-19],[-22,-4],[-119,-32],[-146,-44],[-69,-23],[-30,-15],[-26,-9],[-26,-13],[-16,0],[-35,19],[-86,34],[-172,45],[-19,4],[-4,-24],[-19,-136],[60,-13],[28,-6],[187,-39],[22,-7],[-1,-2],[-26,-62],[-44,-107],[-31,-88],[-6,-17],[-9,-24],[-32,-71],[-38,-64],[-118,-194],[-32,-41],[-2,-1],[-28,-17],[-19,0],[-83,33],[-21,2],[-30,-12],[-35,-21],[-40,-58],[-108,-169],[-22,-19],[-17,-8],[-31,-1],[-20,1],[-224,79],[-146,54],[-31,17],[-23,22],[-20,32],[-12,30],[-10,28],[-1,5],[-17,48],[-6,19],[-7,13],[-27,46],[-12,22],[-14,19],[-12,16],[-50,56],[-27,38],[-11,30],[-11,65],[-5,33],[-9,94],[-11,99],[-14,120],[-12,97],[-3,24],[-2,9],[-7,25],[-4,16],[-7,28],[-17,37],[0,1],[-8,9],[-7,7],[-8,5],[-15,3],[24,7],[-1,91],[-1,89],[-25,2],[-13,-3],[-30,-15],[-2,-13],[-51,-41],[-151,-115],[-26,-26],[-42,-45],[-50,-26],[-70,-29],[-26,-13],[-11,-9],[-6,-24],[-364,-111],[-11,-5],[-123,-54],[-32,-7],[-71,-7],[-42,-14],[-101,-36],[-42,-9],[-45,-4],[-35,7],[-66,6],[-73,-6],[-209,-74],[-75,-17],[-99,-24],[-36,-14],[-83,-56],[-143,-79],[-139,-67],[-118,-52],[-28,-25],[0,-1],[-2,2],[2,4],[2,6],[15,75],[2,9],[-228,-65],[-149,-40],[-44,-13],[-64,-11],[-38,-6],[-21,-1],[-128,2],[-138,12],[-137,14],[-137,16],[-393,50],[-2,-3],[3,89],[6,85],[5,38],[14,57],[8,18],[-1,6],[2,27],[17,12],[13,6],[25,18],[15,18],[3,9],[13,19],[30,14],[32,0],[55,-7],[63,-11],[15,0],[58,-8],[23,-5],[4,0],[21,15],[10,5],[22,7],[22,3],[41,2],[13,-2],[23,-1],[18,-7],[6,-4],[9,-9],[10,-5],[9,-2],[36,-1],[10,2],[26,0],[18,4],[6,3],[68,8],[17,2],[15,20],[6,13],[6,5],[10,2],[17,-1],[29,6],[7,1],[9,3],[16,7],[28,17],[9,3],[44,10],[36,6],[39,3],[85,1],[65,-6],[44,0],[29,2],[35,10],[55,28],[133,92],[49,31],[58,32],[26,11],[10,2],[58,15],[80,16],[14,5],[80,29],[16,7],[16,7],[30,16],[56,34],[3,2],[45,25],[80,49],[44,39],[22,16],[20,7],[11,6],[19,7],[24,5],[74,6],[27,6],[10,6],[29,23],[25,16],[28,13],[63,25],[27,14],[10,4],[37,19],[40,26],[61,18],[3,1],[3,1],[4,1],[3,1],[3,1],[3,1],[4,1],[3,1],[3,1],[3,2],[3,1],[4,2],[3,1],[3,1],[3,2],[95,39],[106,39],[19,7],[25,10],[14,0],[30,6],[18,7],[36,25],[48,16],[95,22],[9,0],[21,-6],[16,0],[27,6],[18,6],[10,0],[17,4],[20,1],[34,-1],[35,4],[29,9],[54,6],[17,4],[11,0],[26,6],[9,0],[16,5],[12,0],[52,12],[74,13],[9,3],[73,11],[60,7],[121,6],[58,-1],[4,40],[100,-2],[26,4],[22,1],[5,11],[10,53],[9,31],[1,0],[184,-51],[30,-8],[221,-42],[137,-8],[76,-8],[25,0],[47,9],[76,22],[29,8],[180,63],[86,26],[28,5],[39,0],[59,-9],[20,-11],[60,-1],[147,5],[30,3],[6,-2],[31,6],[7,1],[16,2],[12,2],[33,2],[34,1],[66,10],[13,1],[7,1],[2,1],[48,10],[31,7],[36,7],[22,5],[2,0],[19,3],[50,8],[59,8],[18,2],[17,4],[3,1],[12,4],[19,7],[29,11],[24,12],[25,11],[31,14],[0,0],[16,-2],[23,-4],[2,0],[11,-3],[14,-2],[23,-3],[0,0],[4,-1],[5,0],[22,-2],[37,0],[35,-2],[24,-1],[9,-3],[1,0],[16,-14],[46,-51],[5,-7],[14,-19],[17,-20]],[[174961,210733],[150,-9],[1,45],[1,19],[-103,1],[-3,33],[-49,3],[3,-92]],[[179692,418821],[53,-48],[1071,-983],[71,-66],[226,-206],[309,-284],[378,-346],[148,-137],[227,-208],[13,-11],[333,-307],[292,-269],[234,-216],[237,-219],[214,-198],[183,-169],[139,-129],[75,-69],[67,-63],[1,1],[1,0],[59,-54],[-68,-22],[-44,-34],[-36,-46],[-6,-10],[-7,-12],[-10,-16],[-48,-133],[-13,-31],[-103,-247],[-9,-20],[-74,-135],[-191,-262],[-59,-72],[-15,-18],[-11,-13],[0,0],[-9,-12],[-344,-423],[-4,-6],[-1,0],[-36,-45],[-71,-81],[-36,-41],[-13,-7],[-41,-41],[-10,-22],[-29,-32],[-12,-64],[-53,-125],[-28,-54],[-1002,-1222],[-1195,-1583],[-910,-1109],[-376,-552],[-162,-275],[-234,-396],[-78,-121],[-48,-97],[-36,-89],[-30,-75],[-29,-87],[-49,-123],[-29,-83],[-27,-77],[-31,-76],[-31,-90],[-3,-4],[-44,-156],[-20,-63],[-38,-112],[-27,-121],[-78,-351],[-38,-351],[0,-292],[10,-237],[36,-265],[103,-408],[140,-330],[414,-702],[782,-1216],[729,-1184]],[[180341,400969],[-5,-4],[-51,-39],[8,-11],[-6,-16],[35,-56],[3,-3],[1,-3],[1,0],[121,-176],[7,-12],[1,-1],[3,-5],[7,-8],[8,-7],[11,-8],[15,12],[17,-27],[0,0],[4,-6],[30,23],[0,-1],[4,3]],[[180555,400624],[1042,-1678]],[[181597,398946],[-13,-9],[19,-33],[14,10]],[[181617,398914],[115,-186]],[[181732,398728],[-19,-13],[33,-57],[75,-204],[55,-96],[0,0],[4,-6],[51,36],[9,6]],[[181940,398394],[1019,-1643],[1116,-1958],[261,-497],[409,-1005],[355,-868],[74,-240],[194,-756],[128,-591],[30,-427],[1,-2],[14,-24],[5,-9],[5,-21],[3,-23],[0,0],[0,-1],[1,-29],[8,-185],[8,-25],[13,-22],[20,-13],[10,-2]],[[185614,390053],[-3,-27],[-3,-29],[-21,-98],[-6,-22],[-12,-18],[-11,-15],[-34,-27],[-38,-24],[-34,-19],[-11,28],[-8,21],[-42,-23],[-232,-112],[-231,-114],[-217,-112],[-52,-28],[-193,-106],[-84,-47],[-50,-28],[-201,-113],[-69,-43],[-89,-60],[-171,-122],[-79,-62],[-221,-177],[-107,-89],[-20,-17],[-92,-82],[-80,-77],[-142,-143],[-111,-116],[-127,-141],[-197,-242],[-307,-388],[-20,-31],[-43,-55],[-75,-99],[-17,-34],[0,-6],[59,-51],[105,-97],[10,-9],[-104,-131],[-11,-15],[-109,-141],[-12,-15],[-108,-134],[-12,-15],[-104,-135],[-12,-15],[-106,-137],[-12,-15],[-106,-139],[-12,-15],[-98,-125],[-11,-15],[-106,-134],[-11,-15],[-104,-135],[-12,-15],[-106,-140],[-11,-15],[-5,-5],[-97,-120],[-12,-15],[-109,-138],[-11,-15],[-106,-137],[-11,-15],[-102,-130],[-12,-15],[-107,-138],[-11,-16],[-106,-134],[-11,-15],[-103,-133],[-16,15],[-28,25],[-74,70],[-38,36],[-170,-213],[-70,-86],[-70,-78],[-64,-64],[-41,-30],[-59,-35],[-43,-18],[-53,-15],[-70,-16],[-58,-9],[-58,-2],[-47,3],[-43,9],[-41,11],[-38,14],[-30,13],[-47,27],[-138,85],[-67,41],[-228,135],[-208,119],[-262,152],[-36,17],[-12,3],[-328,251],[12,15],[16,21],[13,12],[315,185],[24,16],[10,10],[8,11],[4,10],[4,11],[3,15],[0,24],[-1,19],[-6,13],[-1,3],[-11,15],[-21,21],[-22,15],[-24,15],[-4,-2],[-10,-4],[-3,17],[-10,51],[-67,333],[-36,179],[-114,568],[-295,1473],[-2757,4506],[-453,739],[-924,-303],[-3114,-1023],[-2923,-960],[-1727,-567],[-2812,-924],[-1269,-417],[-323,-106],[36,-79],[-19,-13],[-915,-572],[-870,-553],[-640,-391],[-113,-62],[-482,-270],[-29,-20],[-18,-23],[-2,-6],[-7,-16],[1,-13],[0,-12],[0,0],[0,0],[5,-33],[1,-42],[1,-5],[-4,-38],[-4,-16],[0,-1],[-1,0],[0,0],[-1,-6],[-6,-13],[-16,-22],[-4,-4],[-17,-18],[-13,-11],[-6,-4],[-21,-16],[-51,-30],[-2,-1],[-11,-6],[-98,-50],[-124,-63],[-180,-100],[-2,-1],[-151,-78],[-77,-40],[-2,-1],[-83,-39],[-4,-2],[-158,-67],[-257,-108],[0,0],[0,0],[-1,-1],[-31,-15],[-54,-26],[-5,-3],[0,0],[-19,-7],[-10,-3],[-1,-1],[-24,-8],[-100,-26],[-30,-6],[13,-33],[32,-83],[55,-143],[100,-256],[5,-14],[2,-3],[61,-152],[2,-5],[-2,-2],[-355,-222],[-406,-289],[-513,-330],[-413,-170],[-376,-169],[-252,-77],[-391,-93],[-467,-101],[-421,-68],[-192,-9],[-397,-16],[-39,-15],[-97,-34],[-66,-21],[-40,-11],[-39,-19],[-26,-26],[-16,-16],[-5,-10],[-3,-9],[0,5],[-2,6],[-9,4],[-27,4],[-32,5],[-41,5],[-41,6],[-26,3],[-4,0],[-61,8],[-66,7],[-61,4],[-95,0],[-47,0],[-197,-3],[-206,-9],[-129,-10],[-105,-11],[-121,-11],[-66,-7],[-57,-8],[-65,-9],[-68,-11],[-65,-13],[-70,-16],[-143,-38],[-187,-51],[-70,-19],[-66,-22],[-75,-25],[-103,-38],[-98,-39],[-118,-50],[-85,-36],[-84,-40],[-88,-46],[-117,-62],[-15,-10],[-128,-54],[-52,-24],[-3,0],[-348,-126],[0,0],[0,0],[-59,-7],[-202,-35],[-326,-83],[-318,-139],[-192,-105],[-183,-101],[-608,-292],[-79,-34],[-178,-64],[-88,-37],[0,0],[0,-1],[-180,-48],[-1,0],[-39,-4],[-126,-33],[-164,-27],[-330,-66],[-206,-65],[-216,-78],[-182,-79],[-193,-84],[-113,-62],[-118,-90],[-94,-80],[-36,-39],[-109,-118],[-158,-189],[-164,-185],[-117,-127],[-169,-204],[-139,-172],[-160,-204],[-123,-156],[-160,-216],[-51,-82],[-73,-115],[-38,-74],[-146,-181],[-256,-661],[-75,-224],[-66,-193],[-44,-148],[-43,-185],[-26,-151],[-30,-191],[-19,-182],[-5,-172],[5,-229],[7,-188],[16,-273],[19,-217],[31,-278],[26,-107],[16,-99],[47,-261],[73,-315],[52,-258],[11,-44],[27,-104],[18,-54],[43,-126],[59,-177],[56,-177],[92,-235],[120,-289],[108,-237],[92,-237],[82,-243],[76,-239],[56,-201],[106,-388],[106,-339],[97,-284],[103,-336],[71,-203],[96,-378],[54,-213],[38,-214],[19,-211],[0,0],[12,-49],[0,0],[-5,-71],[-1,-8],[12,-2],[3,-73],[8,-464],[0,-1],[0,0],[3,-145],[-10,-260],[-10,-198],[-29,-259],[-49,-264],[-50,-173],[-60,-149],[-19,-39],[-112,44],[-14,3],[-223,18],[-7,1],[-130,10],[-23,-4],[-43,-14],[-29,-16],[-38,-24],[-35,-27],[-39,-34],[-39,-41],[-26,-33],[-16,-23],[-19,-35],[-21,-47],[-18,-43],[-20,-56],[-12,-46],[-6,-37],[-5,-40],[-3,-112],[3,-66],[10,-80],[11,-65],[17,-91],[2,-1],[35,-127],[46,-122],[71,-129],[94,-116],[0,-1],[1,-5],[1,-6],[60,-82],[27,-39],[1,-1],[22,-22],[52,-53],[-78,-208],[-118,-317],[-85,-232],[-111,-293],[-143,-385],[-359,-962],[-67,-197],[-175,-460],[-182,-358],[-199,-332],[-345,-460],[-296,-328],[-159,-136],[-185,-159],[-355,-261],[-330,-202],[-418,-205],[-756,-378],[-450,-212],[-309,-146],[-266,-131],[-317,-157],[-108,-56],[-198,-117],[32,-57],[-112,-74],[-131,-92],[-125,-96],[-122,-107],[-20,-18],[-37,44],[-7,4],[-5,-2],[-6,-2],[-13,-12],[-205,-204],[-122,-145],[-28,-37],[-81,-106],[-136,-167],[-117,-181],[-126,-227],[-170,-338],[-19,-23],[-2,-6],[-6,-3],[-72,-87],[-71,-44],[-91,-46],[-42,-21],[-28,-9],[-25,-4],[-58,-3],[-31,-4],[-26,-12],[-16,-11],[-30,-20],[-30,-54],[-15,-62],[9,-55],[30,-55],[107,-127],[153,-138],[5,-25],[-14,-82],[-12,-68],[-14,-21],[-30,-11],[-166,-67],[-127,-48],[-23,-13],[-23,-22],[-14,-23],[-14,-23],[-7,-23],[-4,-30],[-2,-25],[1,-29],[3,-25],[4,-19],[7,-16],[7,-12],[9,-12],[17,-16],[31,-29],[37,-26],[12,-7],[13,-5],[29,-32],[24,-31],[36,-51],[16,-24],[18,-34],[15,-33],[14,-41],[11,-39],[6,-36],[1,-14],[2,-49],[-3,-45],[-33,-273],[-53,-397],[-10,-85],[-16,-118],[-18,-178],[-11,-138],[-13,-56],[-46,-78],[-63,-97],[-58,-82],[-49,-63],[-44,-55],[-56,-63],[-67,-71],[-71,-67],[-68,-59],[-63,-47],[-59,-38],[-77,-42],[-2,-1],[-41,-14],[-8,-5],[-39,-21],[-142,-30],[-202,-18],[-216,-6],[-163,12],[-59,5],[-81,9],[-31,3],[-130,31],[-240,65],[-43,12],[-15,3],[-195,66],[-202,74],[-466,157],[-44,10],[-121,40],[-147,51],[-217,42],[-159,42],[-208,45],[-200,42],[-162,40],[-178,42],[-108,39],[-16,6],[-314,97],[-400,114],[-194,53],[-54,14],[-73,-17],[-102,13],[-58,10],[-131,3],[-23,-2],[-23,-7],[-12,-7],[-19,-19],[0,0],[-3,-3],[-42,8],[-100,11],[-3,5],[0,0],[-23,32],[-25,35],[-154,34],[-129,28],[-23,-1],[-54,0],[-36,-2],[-32,-1],[-65,2],[-44,2],[-40,5],[-33,3],[-112,8],[-32,-1],[-28,1],[0,0],[-34,2],[-44,0],[-41,-2],[-47,-1],[-62,0],[-77,1],[-27,0],[-21,0],[-35,-5],[-74,-9],[-17,-1],[-43,-5],[-24,-1],[-26,-6],[-30,-5],[-31,-3],[-37,-4],[-27,-3],[-21,-2],[-43,-6],[-54,-6],[-44,-4],[-40,-2],[-24,3],[-12,-4],[-16,-2],[-26,-3],[-30,-2],[-19,-2],[-20,-5],[-23,-4],[-75,-7],[-23,-4],[-10,0],[-4,-3],[-18,-5],[-7,-7],[-10,-11],[-17,-6],[-14,-1],[-46,-1],[-13,1],[-29,2],[-73,2],[-78,-2],[-99,-7],[-144,0],[-73,2],[-57,4],[-75,5],[-45,4],[-8,3],[-32,-1],[-66,4],[-85,2],[-78,4],[-84,4],[-88,3],[-39,2],[-116,20],[-59,11],[-56,4],[-54,10],[-71,1],[-118,-3],[-128,-2],[-52,5],[-74,7],[-151,-2],[-131,-4],[-141,-14],[-75,-8],[-63,-11],[-139,-39],[-83,-27],[-179,-51],[-97,-29],[-151,-40],[-50,-21],[-80,-21],[-92,-29],[-100,-33],[-123,-45],[-47,-22],[-52,-33],[-31,-12],[-112,-41],[-18,16],[-29,-12],[-3,1],[-26,21],[-41,11],[-2,-1],[-13,3],[-53,-6],[-52,-21],[-64,-24],[-99,-36],[-100,-33],[-154,-47],[-84,-32],[-10,-6],[-249,-76],[-433,-140],[-82,-27],[-95,-36],[-115,-51],[-141,-59],[-64,-24],[-74,-25],[-53,-27],[-29,-20],[-46,-41],[-16,-24],[-13,-32],[-18,-34],[-19,-12],[-101,-39],[2,-11],[-55,-24],[-80,-34],[-19,24],[-100,22],[-60,5],[-11,3],[-38,-14],[-137,-41],[-187,-55],[-404,-127],[-313,-107],[-371,-142],[-215,-77],[-166,-53],[-197,-54],[-548,-124],[-244,-67],[-287,-88],[-361,-114],[-217,-58],[-129,-29],[-29,-5],[-53,-25],[-222,-76],[-273,-66],[-257,-76],[-324,-123],[-300,-113],[-307,-104],[-316,-114],[-291,-113],[-299,-133],[-299,-113],[-342,-152],[-316,-142],[-351,-142],[-333,-141],[-403,-181],[-13,-1],[-80,-24],[-95,-41],[-134,-64],[-61,-30],[-130,-77],[-68,-41],[-65,-55],[-26,-22],[-63,-61],[-26,-27],[-578,-511],[-267,-226],[-15,-6],[-2,-2],[-341,-329],[-424,-451],[-332,-405],[-6,-3],[-58,-70],[-64,-62],[-41,-36],[-75,-70],[-68,-77],[-51,-53],[-89,-81],[-30,-43],[-45,-51],[-41,-54],[-37,-43],[-38,-53],[-36,-48],[-3,-5],[-31,-50],[-6,-6],[-159,-269],[-21,-43],[-25,-42],[-35,-55],[-23,-45],[-37,-63],[-30,-78],[-39,-87],[-50,-98],[-27,-41],[-7,-36],[-17,-35],[-14,-28],[-20,-42],[-33,-58],[0,-15],[-63,-123],[-176,-376],[-54,-102],[-107,-188],[-49,-94],[-72,-133],[-21,-41],[-52,-97],[-29,-68],[-31,-40],[-40,-66],[-48,-77],[-33,-70],[-25,-49],[-98,-187],[-30,-63],[-36,-93],[-30,-66],[-9,-15],[-48,-83],[-26,-43],[-69,-139],[-59,-115],[-21,-29],[-37,-86],[-64,-158],[-58,-148],[-24,-78],[-12,-34],[1,-9],[-48,-198],[-32,-128],[-40,-178],[-39,-212],[-19,-163],[-44,-195],[-23,-185],[-23,-168],[-22,-134],[-15,-202],[-10,-215],[-1,-6],[1,0],[-2,-23],[-8,-112],[-8,-135],[-7,-423],[-8,-223],[0,-368],[-6,-90],[-9,-170],[-7,-135],[-1,-103],[1,-20],[1,-17],[2,-34],[3,-12],[-3,-10],[2,-342],[5,-73],[16,-260],[12,-126],[20,-238],[12,-96],[10,-83],[7,-10],[0,-5],[0,-6],[3,-12],[40,-221],[26,-130],[30,-162],[24,-147],[17,-111],[18,-113],[16,-124],[18,-92],[13,-53],[11,-52],[3,-30],[3,-56],[31,-121],[20,-75],[19,-79],[34,-183],[19,-114],[32,-240],[45,-267],[10,-37],[74,-223],[26,-77],[52,-144],[53,-138],[44,-113],[38,-128],[28,-98],[36,-119],[50,-137],[36,-104],[73,-184],[45,-107],[47,-101],[60,-125],[45,-108],[57,-134],[15,-36],[4,-10],[48,-159],[112,-284],[59,-107],[78,-147],[133,-236],[72,-143],[71,-138],[64,-97],[45,-51],[10,1],[4,-13],[14,-47],[57,-84],[53,-64],[36,-33],[90,-83],[149,-168],[94,-126],[86,-122],[65,-87],[92,-125],[40,-78],[144,-176],[211,-237],[176,-220],[111,-130],[91,-113],[5,6],[11,-2],[1,-14],[-1,-1],[2,-11],[18,-24],[57,-68],[128,-145],[58,-69],[77,-80],[22,-19],[15,17],[14,-14],[-14,-16],[3,-3],[28,-22],[28,-26],[30,-32],[30,-33],[50,-55],[72,-76],[81,-90],[32,-37],[8,-8],[5,-1],[4,-5],[0,-2],[62,-58],[68,-67],[49,-42],[31,-28],[16,-9],[16,-3],[21,-10],[21,-12],[17,-14],[33,-34],[29,-26],[53,-68],[48,-52],[11,-12],[65,-64],[84,-82],[57,-49],[40,-39],[13,-17],[0,0],[0,0],[12,-14],[17,-31],[16,-14],[43,-32],[37,-24],[50,-29],[38,-23],[61,-32],[62,-34],[66,-34],[63,-30],[0,0],[13,-8],[23,-13],[22,-12],[23,-14],[29,-16],[3,-4],[58,-43],[23,-22],[5,-22],[3,-20],[9,-20],[5,-14],[41,-37],[36,-28],[55,-47],[29,-26],[-10,-11],[-14,-21],[-14,-27],[-17,-45],[-34,-96],[0,-18],[5,-20],[12,-28],[22,-25],[28,-19],[34,-10],[28,-1],[26,3],[25,13],[22,18],[17,35],[43,105],[19,34],[25,30],[25,25],[30,20],[23,9],[15,4],[5,3],[-2,9],[11,-8],[48,-29],[53,-25],[3,-18],[6,-11],[7,-11],[133,-72],[169,-95],[111,-53],[127,-54],[188,-73],[148,-46],[103,-26],[64,-15],[47,-11],[65,-10],[95,-15],[63,-6],[58,0],[168,-4],[3,7],[245,34],[24,-45],[18,-36],[23,-55],[8,-38],[0,-22],[-21,-40],[-19,-48],[-31,-178],[5,-49],[-17,77],[-29,156],[-7,27],[-9,-13],[-5,-29],[-7,-221],[-2,-34],[-3,-43],[-11,-127],[0,-27],[0,-28],[3,-33],[8,-24],[12,-22],[21,-22],[4,-4],[29,-27],[32,-19],[42,-18],[40,-15],[-3,-36],[2,-23],[6,-11],[11,-17],[0,-114],[0,-38],[25,-1],[32,-2151],[-2,0],[-6,-9],[4,-54],[0,-71],[-7,-67],[-11,-43],[-13,-34],[-29,-9],[-26,-9],[-34,-19],[-25,-18],[-20,-25],[-19,-36],[-23,-43],[-15,-16],[-21,-10],[-28,-6],[-342,-2],[-216,-2],[-218,-1],[-63,-2],[-58,-6],[-32,-9],[-35,-13],[-42,-21],[-44,-28],[-44,-35],[-42,-48],[-20,-26],[-20,-38],[-28,-58],[-18,-54],[-8,-43],[-9,-71],[0,-65],[5,-38],[11,-53],[10,-33],[2,-7],[13,-28],[29,-59],[12,-19],[46,-57],[139,-162],[129,-145],[54,-56],[58,-56],[73,-61],[137,-110],[35,-24],[25,-15],[15,-8],[22,-36],[10,-29],[1,-19],[-2,-30],[-7,-25],[-18,-36],[-46,-99],[-28,-63],[-12,-38],[-2,-54],[3,-29],[14,-34],[27,-45],[40,-52],[9,-31],[0,-19],[-10,-24],[-27,-55],[-23,-49],[-2,-24],[0,-11],[0,-3],[-5,-11],[-74,-155],[-302,-636],[-338,-713],[-141,-295],[-123,-261],[-9,-15],[-68,-147],[-14,-29],[-96,-1],[-41,0],[-15,0],[-25,3],[-39,14],[-38,20],[-168,96],[-73,43],[-11,8],[1,45],[-10,9],[-25,14],[-42,17],[-48,18],[-152,55],[-136,46],[-37,6],[-34,7],[-54,13],[-40,4],[-47,-2],[-8,-1],[-855,183],[-16,14],[-22,13],[-28,5],[-42,0],[-98,-10],[-96,-16],[-49,-11],[-62,-16],[-54,-16],[-129,-53],[-53,-27],[-55,-32],[-51,-31],[-50,-32],[-52,-41],[-62,-55],[-42,-36],[-33,-33],[-40,-46],[-37,-49],[-50,-67],[-34,-57],[-48,-85],[-40,-75],[-29,-47],[-15,-31],[-12,-37],[-21,-57],[-21,-72],[-15,-81],[-16,-107],[-6,-87],[1,-63],[4,-41],[7,-55],[8,-30],[3,-11],[22,-70],[25,-52],[31,-59],[69,-103],[77,-101],[36,-36],[40,-42],[20,-30],[23,-25],[38,-37],[34,-27],[36,-31],[7,2],[8,10],[19,9],[14,3],[12,-5],[28,-25],[53,-60],[11,-20],[10,-24],[16,-49],[11,-19],[75,-98],[49,-59],[13,0],[69,-78],[69,-75],[32,-27],[25,-19],[21,-9],[-151,-162],[-96,-106],[-64,-68],[-101,-108],[-228,-247],[-62,-68],[-54,-64],[-137,-162],[-107,-130],[-58,-69],[-17,-11],[-19,-19],[-32,-36],[-214,-246],[-243,-275],[-155,-179],[-234,-272],[-573,-657],[-100,-119],[-77,-104],[-75,-96],[-131,-186],[-103,-157],[-75,-118],[-57,-91],[-65,-114],[-65,-116],[-94,-181],[-88,-179],[-87,-186],[-37,-85],[-21,-50],[-95,0],[-341,2],[-254,-1],[-137,0],[-128,-2],[-23,36],[-26,16],[-64,13],[-47,3],[0,5],[-35,0],[-14,3],[-5,1],[-49,25],[-30,9],[-181,0],[-628,4],[-154,0],[-75,-4],[-102,-17],[-116,-21],[-106,-25],[-109,-29],[-455,-196],[-131,-62],[-49,-25],[-45,-42],[-27,-41],[-7,-42],[7,-42],[22,-48],[12,-17],[28,-22],[-1,3],[23,-10],[11,-1],[4,-3],[7,2],[1184,-477],[11,-24],[111,-192],[24,-41],[35,-57],[29,-47],[18,-30],[0,0],[1,-1],[8,-14],[19,-27],[52,-60],[71,-85],[82,-83],[69,-60],[36,-28],[131,-85],[251,-164],[146,-98],[212,-139],[45,-30],[45,-22],[47,-22],[110,-39],[26,-11],[28,-18],[14,-15],[9,-13],[6,-17],[2,-19],[0,-18],[5,-158],[4,-39],[3,-29],[4,-22],[16,-41],[0,-1],[0,0],[14,-24],[16,-24],[20,-22],[28,-29],[31,-23],[20,-12],[16,-5],[45,-11],[9,-4],[28,-4],[-25,-205],[-63,-637],[-1,-17],[-112,-1116],[-40,-416],[-136,-1365],[-88,-894],[-11,-97],[-18,-164],[-1,-8],[-22,-1],[-35,-4],[-27,-6],[-24,-9],[-24,-11],[-28,-21],[-18,-17],[-10,-13],[-16,-25],[-6,-17],[-5,-66],[-9,-123],[-3,-27],[-13,-178],[8,-2],[52,-5],[-8,-69],[-8,-21],[-17,-35],[-26,-33],[-35,-28],[-17,-5],[-28,78],[-8,3],[-19,-7],[-341,-126],[-11,25],[-10,-2],[-49,-17],[-120,-48],[-70,-27],[-83,-35],[-102,-44],[-48,-24],[-64,-35],[-74,-41],[-268,-168],[-221,-141],[-24,-17],[-25,-21],[-52,-50],[-228,-124],[-129,-59],[-51,-21],[-18,-15],[-87,-60],[-157,-113],[-29,-18],[-75,-46],[-49,-29],[-50,-24],[0,0],[0,0],[0,0],[-78,-34],[-164,-55],[-280,-89],[-122,-42],[-147,-56],[-144,-52],[-151,-61],[-195,-82],[-219,-99],[-321,-138],[-248,-116],[-158,-80],[-231,-143],[-203,-127],[-105,-91],[-82,-57],[-91,-47],[-87,-28],[-209,-58],[-135,-38],[-87,-26],[-91,-19],[-115,-5],[-130,-9],[-114,-2],[0,0],[-19,-3],[-92,-1],[-482,-22],[-59,-3],[-124,1],[-55,1],[-94,-7],[-75,-8],[-62,-8],[-103,-16],[-66,-12],[-121,-30],[-97,-26],[-95,-29],[-149,-50],[-93,-33],[-232,-87],[-81,-31],[-104,-44],[-167,-78],[-233,-118],[-594,-284],[-52,-28],[-27,-21],[-47,-47],[-19,-10],[-33,-13],[-39,-12],[-42,-18],[-67,-38],[-41,-21],[-44,-17],[-47,-15],[-34,-11],[-104,-57],[-90,-46],[-69,-6],[0,-1],[-17,-1],[0,0],[-44,-4],[-62,-7],[-49,-6],[-51,-14],[-49,-9],[-59,-15],[-42,-11],[-16,-4],[-32,-8],[-30,-8],[-51,-10],[-35,-9],[-33,-9],[-29,-7],[-28,-9],[-38,-3],[-56,4],[-61,3],[-71,12],[-36,8],[-70,18],[-39,12],[-2,1],[-10,3],[-53,20],[-65,23],[-47,13],[-160,69],[-72,37],[-53,31],[-48,36],[-22,22],[-57,56],[-35,23],[-22,17],[-8,6],[-56,45],[-42,30],[-43,41],[-26,24],[-42,38],[-41,44],[-29,30],[-36,31],[-28,29],[-27,23],[-28,11],[-43,31],[-29,12],[-50,34],[-31,22],[-44,28],[-32,20],[-44,20],[-46,28],[-37,12],[-28,12],[-35,18],[-28,21],[-48,27],[-8,7],[-14,11],[-26,25],[-14,29],[-15,23],[-18,18],[-40,32],[-25,31],[-29,28],[-21,21],[-3,3],[-30,36],[-37,35],[-17,22],[-7,34],[-17,33],[-28,33],[-19,36],[-23,27],[-39,51],[-34,24],[-43,38],[-48,42],[-40,30],[-35,20],[-55,29],[-43,24],[-54,26],[-38,23],[-42,25],[-36,21],[-26,11],[-37,15],[-78,27],[-46,17],[-72,26],[-57,18],[-50,14],[-76,22],[-82,25],[-46,9],[-50,7],[-7,1],[-48,8],[-46,6],[-75,11],[-24,9],[-44,13],[-128,39],[-169,60],[-47,15],[-47,16],[-51,16],[-58,13],[-69,16],[-48,12],[-21,5],[-1,1],[-73,18],[-77,15],[-95,18],[-104,16],[-30,15],[-18,4],[-24,6],[-9,2],[-1,0],[-69,13],[-59,15],[-48,17],[-40,10],[-36,4],[-35,9],[-34,8],[-51,7],[-35,3],[-39,4],[-54,9],[-72,7],[-35,3],[-41,4],[-48,0],[-79,2],[-53,2],[-54,0],[-42,0],[-62,0],[-100,3],[-116,10],[-77,14],[-62,6],[-61,3],[-63,5],[-95,8],[-175,24],[-44,2],[-50,2],[-54,7],[-54,8],[-60,4],[-68,3],[-118,8],[-54,3],[-46,0],[-59,5],[-118,9],[-47,3],[-82,-5],[-112,-2],[-91,6],[-80,7],[-69,12],[-80,6],[-54,2],[-250,25],[-82,12],[-106,23],[-37,6],[-52,8],[-57,24],[-37,29],[-1,1],[-29,23],[-57,33],[-59,26],[-57,20],[-37,7],[-33,5],[-13,2],[-6,1],[-41,4],[-144,-5],[-132,-17],[-94,-13],[-71,-17],[-80,-10],[-96,-25],[-78,-17],[-97,-25],[-80,-25],[-68,-22],[-20,-7],[-63,-30],[-49,-20],[-30,-13],[-52,-23],[-50,-13],[-48,-17],[-40,-15],[-79,-29],[-31,-11],[-1,0],[-35,-13],[-76,-23],[-68,-19],[-29,-11],[-135,-47],[-102,-33],[-41,-13],[-54,-16],[-54,-15],[-59,-17],[-77,-19],[-56,-14],[-62,-15],[-52,-13],[-38,-6],[-39,3],[-3,1],[-41,-6],[-54,-14],[-57,-15],[-26,-6],[-33,-21],[-29,-8],[-6,-1],[-60,-25],[-76,-23],[-73,-33],[-56,-19],[-69,-31],[-47,-23],[-66,-33],[-73,-33],[-47,-21],[-79,-36],[-51,-20],[-50,-21],[-63,-28],[-51,-23],[-104,-42],[-43,-18],[-80,-32],[-47,-16],[-48,-17],[-78,-26],[-41,-13],[-2,-1],[-49,-26],[-6,-3],[-2,-1],[0,0],[-10,-5],[-19,-7],[-104,-37],[-104,-38],[-104,-38],[-43,-15],[-8,-3],[-93,-34],[-79,-28],[-36,-15],[-27,-14],[-26,-15],[0,1],[-25,-14],[-21,-11],[-37,-20],[-45,-20],[-50,-22],[-66,-25],[-343,-232],[-340,-230],[-509,-300],[-1114,-679],[-114,-60],[-236,-124],[-151,-79],[-419,-267],[-14,-12],[-274,-267],[-328,-279],[-350,-263],[-132,-92],[-2,-2],[-70,-51],[-94,-64],[-33,-23],[-51,-36],[-61,-43],[0,0],[0,0],[-37,-26],[-47,-29],[0,0],[-1,-1],[-152,-93],[-100,-62],[-90,-55],[-89,-55],[-72,-44],[-40,-25],[-45,-27],[-2,-1],[-139,-86],[-240,-147],[-534,-163],[-5,-3],[-8,-1],[-3,-2],[8,2],[-51,-28],[-72,-38],[-44,-31],[-61,-47],[-54,-36],[-57,-41],[-73,-60],[-33,-19],[-26,-15],[-48,-40],[-42,-32],[-66,-48],[-52,-40],[-55,-39],[-57,-37],[-61,-33],[-64,-49],[-73,-43],[-62,-37],[-54,-14],[-41,-30],[-48,-24],[-44,-24],[-27,-35],[-26,-23],[-31,-13],[-65,-40],[-51,-37],[-52,-37],[-70,-43],[-39,-30],[-74,-53],[-35,-26],[-34,-5],[-48,-26],[-75,-48],[-53,-43],[-50,-36],[-25,-26],[-47,-24],[-52,-34],[-60,-33],[-33,-20],[-37,-25],[-14,-8],[0,1],[-4,-1],[-44,-29],[-51,-24],[-49,-19],[-20,-14],[-38,-18],[-52,-25],[-40,-26],[-34,-15],[-54,-38],[-54,-34],[-21,-20],[-56,-38],[-56,-35],[-59,-34],[-24,-15],[-5,-7],[-45,-25],[-46,-25],[-39,-25],[-50,-31],[-36,-26],[-32,-24],[-50,-31],[-44,-34],[-38,-28],[-45,-28],[-32,-23],[-59,-38],[-28,-17],[-48,-36],[-42,-26],[-50,-34],[-15,-10],[-35,-23],[-20,-13],[-63,-41],[-20,-13],[-15,-10],[-9,-6],[-21,-14],[-15,-7],[-43,-24],[-52,-45],[-40,-31],[-68,-49],[-60,-37],[-27,-12],[-35,-20],[-33,-18],[-73,-47],[-62,-41],[-14,-9],[-36,-26],[-23,-16],[-43,-22],[-15,-7],[-36,-23],[-27,-17],[-77,-47],[-1,0],[-54,-34],[-2,-1],[-1,0],[-54,-19],[-56,-25],[-55,-29],[-23,-13],[-56,-37],[-34,-18],[-31,-18],[-45,-17],[-113,-48],[-31,-17],[-72,-35],[-21,-11],[-37,-20],[-57,-30],[-29,-15],[-54,-28],[-35,-21],[-44,-28],[-29,-18],[-4,-28],[-9,21],[-512,-223],[-4,2],[-6,-3],[-6,-2],[-52,-22],[-47,-28],[-76,-44],[-17,-9],[-14,-10],[-117,-69],[-75,-49],[-73,-47],[-23,-17],[-19,-18],[-80,-89],[-14,-17],[-313,-206],[-188,-117],[-87,-54],[-147,-129],[-83,-72],[-218,-189],[-196,-157],[-750,-600],[-489,-392],[-273,-202],[-747,-554],[-7,2],[-7,-1],[-141,-114],[-260,-212],[-1,0],[-23,-15],[-93,-77],[-122,-98],[-5,-2],[-1,-34],[-262,-212],[-305,-250],[-265,-256],[-227,-182],[-24,-19],[17,29],[10,18],[101,98],[22,25],[0,14],[-9,14],[-11,7],[-11,1],[-11,-4],[-81,-70],[-97,-91],[-41,-30],[-16,-12],[0,0],[-224,-165],[-239,-174],[-16,-11],[-259,-184],[-152,-106],[-46,-39],[-16,-1],[0,1],[-16,-15],[-149,-100],[-155,-101],[-106,-63],[-16,-10],[-85,-51],[-68,-36],[-63,-34],[-130,-61],[-148,-64],[-17,-10],[-142,-66],[-123,-52],[-23,-8],[-15,-5],[0,1],[-7,-3],[1,-1],[-98,-36],[-209,-72],[-25,-9],[-2,-1],[1,-1],[-126,-50],[-106,-51],[-122,-60],[-114,-64],[-87,-56],[-118,-84],[-211,-150],[-14,-10],[-21,-13],[-226,-167],[-34,-25],[-2,4],[-20,-14],[-266,-180],[-13,-9],[-3,-2],[-135,-89],[-79,-53],[-15,-10],[-12,-11],[-8,-5],[-239,-156],[-12,-11],[-93,-58],[-54,-29],[-27,-17],[-65,-41],[-16,-10],[-107,-68],[-40,-26],[-83,-50],[-19,-11],[-215,-137],[-208,-132],[-213,-135],[-174,-121],[-64,-48],[-69,-58],[-57,-56],[-67,-83],[-115,-153],[-54,-73],[-44,-69],[-29,-50],[-39,-73],[-56,-127],[-25,-63],[-14,-44],[-30,-116],[-34,-199],[-40,-213],[-20,-115],[-44,-234],[-68,-372],[-35,-185],[-45,-233],[-51,-257],[-27,-131],[-57,-282],[-52,-266],[-7,-62],[-14,-68],[-30,-187],[-32,-267],[-195,32],[-11,-7],[-1,-13],[203,-31],[-5,-62],[-3,-23],[-30,-215],[-207,29],[-6,-9],[-1,-10],[211,-32],[-3,-25],[-3,-21],[7,0],[-3,-33],[-28,-257],[-192,22],[-11,-7],[-5,-9],[5,-5],[201,-22],[-6,-99],[-20,-242],[-198,18],[-9,-6],[0,-10],[3,-3],[201,-21],[-5,-123],[0,-103],[4,-108],[-175,14],[-8,-7],[0,-8],[4,-5],[183,-15],[12,-80],[49,-203],[25,-112],[-21628,0],[-12750,15192],[-141,168],[-3451,4111],[7649,7838],[13719,14110],[45566,45699],[60048,60223],[6327,6235],[2620,2581],[10846,10686],[1,-1],[666,601],[6,5],[156,-4],[7,0],[29,-5],[23,-3],[23,-4],[23,-3],[22,-3],[23,-4],[23,-3],[23,-4],[23,-3],[23,-4],[23,-3],[22,-4],[23,-4],[2,0],[21,-4],[23,-4],[22,-5],[23,-4],[23,-4],[23,-5],[23,-4],[23,-4],[22,-5],[23,-5],[23,-6],[22,-5],[23,-7],[22,-7],[22,-7],[21,-8],[22,-9],[21,-10],[22,-9],[21,-10],[21,-10],[21,-11],[21,-11],[21,-11],[20,-11],[21,-11],[21,-11],[21,-12],[20,-11],[21,-12],[21,-11],[21,-11],[20,-12],[21,-11],[21,-11],[21,-11],[21,-10],[21,-11],[21,-10],[22,-9],[21,-10],[22,-9],[21,-8],[22,-9],[22,-8],[22,-8],[22,-8],[21,-8],[23,-7],[22,-7],[22,-8],[22,-7],[22,-7],[22,-7],[22,-7],[23,-7],[22,-6],[22,-7],[23,-7],[22,-6],[22,-7],[23,-6],[22,-7],[22,-7],[23,-6],[22,-7],[22,-7],[22,-6],[23,-7],[22,-7],[22,-7],[22,-7],[22,-7],[22,-8],[23,-7],[22,-8],[21,-8],[22,-8],[22,-8],[22,-9],[22,-9],[21,-9],[22,-9],[21,-9],[22,-10],[21,-10],[21,-10],[21,-10],[21,-10],[22,-11],[21,-10],[21,-10],[21,-11],[21,-11],[20,-10],[21,-11],[21,-11],[21,-11],[21,-11],[21,-11],[21,-11],[20,-11],[21,-11],[21,-11],[21,-11],[21,-11],[21,-11],[21,-11],[20,-10],[21,-11],[21,-11],[21,-11],[21,-10],[21,-11],[21,-10],[21,-11],[21,-10],[21,-11],[21,-10],[22,-11],[21,-10],[21,-10],[21,-11],[21,-10],[21,-11],[21,-10],[21,-10],[21,-10],[21,-11],[22,-10],[21,-10],[21,-10],[21,-11],[21,-10],[21,-10],[21,-10],[22,-10],[21,-10],[21,-11],[21,-10],[21,-10],[21,-10],[22,-10],[21,-11],[21,-10],[21,-10],[21,-10],[21,-10],[21,-11],[22,-10],[21,-10],[21,-10],[21,-10],[21,-10],[21,-11],[22,-10],[21,-10],[21,-10],[21,-10],[21,-10],[21,-11],[22,-10],[21,-10],[21,-10],[21,-10],[21,-10],[22,-10],[21,-10],[21,-10],[21,-10],[21,-10],[22,-10],[21,-10],[21,-10],[21,-10],[22,-10],[21,-10],[21,-10],[21,-10],[22,-10],[21,-10],[21,-10],[21,-10],[22,-10],[21,-9],[21,-10],[22,-10],[21,-9],[22,-9],[22,-8],[21,-9],[22,-8],[22,-8],[22,-8],[22,-8],[22,-9],[21,-8],[22,-9],[22,-9],[21,-9],[22,-9],[21,-10],[22,-9],[21,-10],[21,-9],[22,-10],[21,-9],[22,-10],[21,-9],[22,-10],[21,-8],[22,-9],[21,-9],[22,-9],[22,-8],[22,-9],[21,-9],[22,-8],[22,-9],[22,-8],[21,-9],[22,-8],[22,-9],[22,-8],[21,-8],[22,-9],[22,-8],[22,-9],[22,-8],[21,-8],[22,-9],[22,-8],[22,-9],[21,-8],[22,-9],[22,-8],[22,-9],[21,-8],[22,-9],[22,-8],[22,-9],[22,-8],[21,-9],[22,-8],[22,-9],[22,-8],[21,-8],[22,-9],[22,-8],[22,-9],[22,-8],[21,-8],[22,-9],[22,-8],[22,-8],[22,-9],[21,-8],[22,-9],[22,-8],[22,-8],[22,-9],[21,-8],[22,-9],[22,-8],[22,-9],[21,-8],[22,-9],[22,-8],[22,-9],[21,-8],[22,-9],[22,-9],[22,-8],[21,-9],[22,-9],[22,-8],[21,-9],[22,-9],[21,-9],[22,-9],[22,-9],[21,-9],[22,-9],[21,-9],[22,-9],[22,-9],[21,-9],[22,-9],[21,-10],[21,-9],[22,-10],[21,-9],[22,-9],[21,-10],[21,-10],[22,-9],[21,-10],[22,-10],[21,-9],[21,-10],[21,-10],[22,-10],[21,-10],[21,-10],[22,-9],[21,-10],[21,-10],[21,-10],[22,-10],[21,-10],[21,-10],[21,-10],[22,-10],[21,-10],[21,-10],[21,-10],[22,-10],[21,-10],[21,-10],[21,-10],[22,-10],[21,-9],[21,-10],[22,-10],[21,-10],[21,-10],[21,-9],[10,-5],[5,-3],[5,-3],[6,-3],[5,-2],[5,-3],[5,-3],[5,-3],[6,-3],[5,-2],[5,-3],[5,-3],[5,-3],[5,-2],[6,-3],[5,-3],[5,-3],[5,-3],[5,-2],[6,-3],[5,-3],[5,-3],[5,-2],[5,-3],[6,-3],[5,-2],[5,-3],[5,-3],[6,-2],[5,-3],[5,-3],[5,-2],[6,-3],[5,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[6,-2],[18,-8],[11,-5],[11,-5],[11,-4],[11,-5],[10,-4],[11,-5],[11,-5],[11,-4],[10,-5],[11,-4],[11,-5],[11,-4],[10,-5],[11,-5],[11,-4],[11,-5],[11,-4],[10,-5],[11,-4],[11,-5],[11,-5],[10,-4],[11,-5],[11,-4],[11,-5],[10,-4],[11,-5],[11,-5],[11,-4],[11,-5],[10,-4],[11,-5],[11,-5],[11,-4],[10,-5],[11,-4],[11,-5],[11,-5],[10,-4],[11,-5],[11,-4],[11,-5],[10,-5],[11,-4],[11,-5],[11,-5],[10,-4],[11,-5],[11,-5],[11,-4],[10,-5],[11,-5],[11,-4],[11,-5],[10,-5],[11,-4],[11,-5],[10,-5],[11,-5],[11,-4],[10,-5],[11,-5],[11,-5],[11,-5],[10,-4],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-6],[10,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-6],[10,-5],[11,-5],[10,-5],[11,-5],[10,-6],[11,-5],[10,-5],[11,-5],[10,-6],[11,-5],[10,-5],[11,-5],[10,-6],[11,-5],[10,-6],[11,-5],[10,-6],[10,-5],[11,-6],[10,-5],[11,-6],[10,-5],[10,-6],[11,-5],[10,-6],[11,-5],[10,-6],[10,-6],[11,-5],[10,-6],[10,-6],[11,-5],[10,-6],[10,-6],[11,-5],[10,-6],[11,-5],[10,-6],[10,-5],[11,-6],[10,-5],[11,-6],[10,-5],[11,-5],[10,-5],[11,-5],[10,-6],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-6],[10,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-6],[10,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-6],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-4],[11,-5],[11,-5],[11,-4],[10,-5],[11,-5],[11,-4],[11,-5],[10,-5],[11,-4],[11,-5],[11,-4],[10,-5],[11,-5],[11,-4],[11,-5],[10,-5],[11,-4],[11,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-4],[11,-5],[10,-5],[11,-5],[10,-6],[11,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-6],[10,-5],[11,-5],[10,-5],[11,-6],[10,-5],[11,-5],[10,-6],[11,-5],[10,-5],[11,-6],[10,-5],[11,-6],[10,-5],[10,-6],[11,-5],[10,-6],[10,-5],[11,-6],[10,-6],[10,-5],[11,-6],[10,-6],[10,-6],[11,-5],[10,-6],[10,-6],[11,-6],[10,-5],[10,-6],[10,-6],[11,-6],[10,-6],[10,-6],[10,-5],[11,-6],[10,-6],[10,-6],[10,-6],[10,-6],[11,-6],[10,-6],[10,-6],[10,-6],[11,-6],[10,-6],[10,-6],[10,-6],[10,-6],[11,-5],[10,-6],[10,-6],[10,-6],[10,-6],[11,-6],[10,-6],[10,-6],[10,-6],[10,-6],[11,-6],[10,-6],[10,-6],[10,-6],[10,-6],[11,-6],[10,-6],[10,-6],[10,-6],[11,-6],[10,-6],[10,-5],[10,-6],[10,-6],[11,-6],[10,-6],[10,-6],[10,-6],[11,-5],[10,-6],[10,-6],[11,-5],[10,-6],[11,-6],[10,-5],[10,-6],[11,-5],[10,-6],[10,-6],[11,-5],[10,-6],[10,-6],[11,-6],[10,-5],[10,-6],[10,-6],[10,-6],[11,-6],[10,-6],[10,-7],[10,-6],[10,-6],[10,-7],[10,-6],[10,-7],[10,-6],[10,-7],[9,-7],[10,-6],[10,-7],[10,-7],[10,-6],[10,-7],[10,-7],[10,-6],[10,-7],[9,-6],[10,-7],[10,-6],[10,-6],[10,-7],[11,-6],[10,-6],[10,-6],[10,-6],[10,-5],[11,-6],[10,-4],[11,-4],[11,-3],[12,-3],[11,-2],[12,-3],[11,-2],[11,-3],[11,-4],[11,-4],[11,-4],[11,-5],[11,-4],[11,-5],[10,-4],[11,-5],[11,-5],[11,-4],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[10,-6],[11,-5],[10,-6],[10,-5],[11,-6],[10,-6],[10,-6],[10,-6],[10,-6],[10,-7],[10,-6],[10,-6],[11,-6],[10,-6],[10,-6],[10,-6],[11,-6],[10,-6],[10,-6],[10,-5],[11,-6],[10,-6],[10,-6],[11,-5],[10,-6],[10,-6],[11,-5],[10,-5],[11,-6],[10,-5],[11,-5],[10,-5],[11,-5],[11,-5],[10,-4],[11,-5],[11,-4],[11,-5],[11,-4],[11,-4],[10,-5],[11,-4],[11,-4],[11,-4],[11,-5],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-3],[10,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-4],[11,-5],[11,-4],[11,-4],[10,-4],[11,-5],[11,-4],[11,-5],[11,-4],[10,-5],[11,-5],[11,-5],[10,-5],[11,-5],[10,-5],[11,-6],[10,-5],[11,-5],[10,-5],[11,-6],[10,-5],[11,-5],[10,-6],[11,-5],[10,-5],[11,-5],[-178,-567],[-4,2],[-36,17],[-420,206],[-84,38],[-102,48],[-89,38],[-86,32],[-82,33],[-74,26],[-107,30],[-31,6],[-42,10],[-102,21],[-26,6],[-62,8],[-59,7],[-119,10],[-91,6],[-63,3],[-69,-2],[-56,-3],[-115,-12],[-112,-16],[-76,-10],[-93,-14],[-71,-9],[-114,-23],[-46,-11],[-83,-26],[-165,-55],[-66,-26],[-128,-56],[-44,-22],[-72,-39],[-73,-38],[-119,-66],[-4,-1],[-181,-103],[-79,-45],[-67,-43],[-169,-119],[-98,-71],[-50,-39],[-133,-99],[-189,-145],[-50,-41],[-55,-47],[-45,-40],[-125,-118],[-49,-44],[-109,-106],[-45,-44],[-90,-93],[-71,-71],[-119,-125],[-134,-147],[-88,-101],[-48,-56],[-67,-77],[-28,-39],[-92,-111],[-49,-71],[-86,-118],[-35,-50],[-63,-95],[-161,-245],[-100,-159],[-49,-82],[-137,-244],[-28,-52],[-57,-118],[-50,-99],[-26,-57],[-60,-121],[-39,-85],[-13,-34],[-40,-90],[-44,-103],[-29,-76],[-40,-97],[-50,-125],[-12,-35],[-33,-78],[-26,-58],[-8,-21],[-120,-382],[-83,-268],[-86,-329],[-56,-269],[-46,-262],[-31,-231],[-26,-207],[-14,-208],[-13,-199],[-8,-321],[-8,-247],[-1,-200],[56,-724],[28,-312],[19,-120],[19,-90],[22,-66],[17,-45],[33,-50],[45,-62],[50,-58],[48,-45],[50,-39],[60,-42],[69,-33],[85,-27],[86,1],[89,0],[247,33],[184,21],[131,14],[10,-7],[28,-40],[23,-45],[28,-38],[38,-35],[25,-26],[11,-19],[34,-132],[117,-473],[132,-537],[60,-234],[6,-21],[8,-12],[23,-9],[19,-4],[2,-26],[10,-32],[7,-38],[5,-31],[-17,-182],[-4,-121],[-4,-143],[-12,-135],[-13,-120],[-21,-144],[-7,-78],[-17,-126],[-18,-118],[-34,-105],[-19,-55],[-16,-57],[-15,-105],[-16,-113],[-65,-284],[-79,-174],[-85,-212],[-155,-403],[-133,-309],[-209,-358],[-80,-144],[-83,-157],[-79,-151],[-55,-126],[-87,-193],[-171,-322],[-314,-498],[-364,-619],[-63,-73],[-57,-106],[-102,-184],[-96,-140],[-136,-473],[-461,-676],[-371,-774],[-7,-8],[-9,-18],[-3,-17],[1,-12],[-314,-509],[-412,-660],[-287,-461],[-549,-887],[-71,-154],[-73,-180],[-52,-192],[-30,-136],[-16,-139],[-13,-176],[6,-183],[16,-165],[18,-110],[35,-149],[33,-117],[47,-123],[29,-67],[34,-75],[26,-51],[5,-11],[30,-57],[39,-67],[45,-67],[38,-53],[55,-67],[55,-64],[58,-62],[67,-66],[72,-64],[91,-72],[106,-72],[83,-52],[78,-40],[104,-45],[46,-19],[181,-56],[101,-25],[71,-14],[65,-9],[83,-9],[88,-3],[103,2],[130,12],[126,23],[123,32],[151,48],[53,18],[458,145],[172,55],[107,35],[238,71],[152,51],[143,57],[307,120],[181,71],[198,78],[168,67],[359,147],[344,154],[210,96],[192,87],[480,211],[203,82],[303,115],[526,204],[219,90],[610,238],[1319,510],[122,50]],[[334283,491620],[848,-977],[8,-9],[18,-21],[12,-13],[146,-171],[237,-277],[576,-664],[13,-15],[3,-4],[4,-4],[15,-18],[0,0],[-84,-80],[-53,-53],[-21,-13],[-16,-14],[0,0],[-18,19],[-13,13],[-87,91],[-145,152],[-423,449],[-460,492],[-443,471],[-162,174],[-11,1],[-8,-4],[-6,-8],[-13,-17],[-54,-75],[-39,-55],[-14,-21],[-26,-36],[-7,-9],[-35,-51],[-14,-19],[-12,-17],[-13,-20],[-53,-90],[-31,-55],[-77,-151],[-25,-42],[-15,-20],[-12,-5],[-6,-3],[-20,0],[-25,18],[-40,43],[-14,5],[-2,0],[-12,0],[0,0],[-11,-7],[-16,-24],[-10,-13],[-64,-94],[-5,-8],[-367,314],[-242,206],[-4,4],[46,21],[24,16],[87,64],[8,6],[9,11],[20,25],[25,35],[10,25],[3,14],[14,56],[23,37],[70,105],[40,60],[23,29],[18,16],[23,22],[49,38],[80,64],[6,6],[11,11],[5,18],[-2,15],[-52,91],[19,10],[1,1],[0,0],[22,21],[11,15],[9,13],[17,29],[7,36],[1,41],[-5,30],[-3,14],[-28,61],[-21,56],[-7,23],[-1,23],[4,29],[12,31],[17,33],[17,16],[25,14],[39,24],[42,29],[27,21],[26,25],[1,-2],[7,-9],[100,-111],[435,-494],[34,-39]],[[341986,497351],[15,-104],[1,-4],[17,-112],[49,-316],[32,-219],[42,-274],[17,-114],[17,-106],[6,-39],[21,-58],[10,-1],[70,33],[54,17],[37,19],[35,22],[7,5],[8,7],[6,6],[7,4],[13,7],[1,8],[42,20],[42,17],[37,23],[15,5],[17,5],[18,-2],[81,29],[5,2],[32,16],[75,24],[14,4],[8,8],[13,22],[15,3],[0,1],[4,1],[0,-1],[14,-78],[4,-36],[-13,-2],[-53,-16],[-51,-21],[-66,-36],[-153,-88],[-19,-12],[-104,-65],[-45,-23],[-14,-7],[-63,-31],[-185,-64],[-18,-4],[-16,-3],[-137,-28],[-18,-3],[-19,-6],[-50,-11],[-40,-14],[-24,-12],[-51,-27],[-60,-41],[-120,-103],[-82,-62],[-10,-6],[-16,-9],[-13,-8],[-4,115],[-9,27],[-11,9],[-25,-4],[-7,0],[-56,-12],[-12,-8],[-3,-5],[-8,-14],[-7,-9],[-100,-49],[-64,-29],[17,-98],[-18,-3],[-175,-36],[-142,-40],[-75,-22],[-109,-39],[-39,-9],[-90,-16],[-71,-25],[-221,-87],[-259,-105],[-120,-47],[-342,-124],[-134,-48],[-168,-67],[-706,-265],[-14,41],[-34,191],[-22,116],[-19,54],[-132,801],[-33,208],[-61,397],[-7,46],[209,18],[376,31],[366,34],[285,40],[60,14],[43,16],[109,52],[84,38],[130,53],[280,96],[93,36],[132,48],[61,28],[83,41],[189,103],[61,24],[58,18],[130,27],[104,13],[133,28],[107,29],[246,68],[103,34],[66,31],[53,23],[52,19],[202,70],[4,-18]],[[341720,495826],[1,-3],[15,1],[17,-3],[10,-2],[6,-1],[11,-4],[7,0],[25,1],[19,3],[14,7],[15,12],[20,17],[19,18],[2,2],[0,7],[1,13],[-17,153],[-173,-13],[-3,-55],[6,-85],[5,-68]],[[341092,495769],[-82,-7],[-6,2],[-54,-12],[-26,-16],[-1,1],[-26,7],[-32,-8],[-1,-4],[0,-49],[1,-2],[2,-11],[-3,-11],[-13,-13],[-20,-9],[-32,-3],[-12,-34],[-3,-29],[2,-38],[6,-25],[15,-30],[11,1],[82,14],[31,6],[21,-5],[28,8],[77,33],[33,38],[11,13],[12,13],[0,16],[-3,26],[-18,128]],[[339409,494905],[30,10],[18,6],[12,8],[9,11],[0,13],[-26,186],[-18,120],[-10,88],[-14,81],[-8,28],[-7,8],[-8,6],[-15,1],[-28,-7],[-52,-13],[-39,-12],[-18,-9],[70,-392],[22,-160],[82,27]],[[532375,6462],[26,-44],[27,-34],[21,-25],[30,-26],[12,-11],[-29,-56],[17,-8],[67,-49],[18,-22],[26,-27],[41,-42],[8,4],[99,73],[8,-3],[19,-7],[43,-3],[47,-2],[32,-4],[24,-7],[10,-5],[3,-2],[20,-15],[15,-21],[5,-14],[10,-23],[-183,-67],[-110,-42],[0,0],[-9,-3],[-23,-23],[-23,-19],[-30,-26],[-26,-23],[-59,-50],[-52,-55],[-67,-17],[81,-169],[-33,-21],[-36,-18],[-43,-22],[-96,-85],[-60,-62],[-4,-4],[-38,-60],[26,-26],[17,-17],[17,-16],[1,-8],[-28,-36],[125,-118],[3,-1],[1,0],[0,0],[11,-18],[10,-15],[42,-63],[24,-38],[32,-58],[-270,-217],[-39,61],[-5,2],[-125,-95],[-15,-4],[-161,138],[-214,-301],[-22,-29],[1,-1],[-7,-16],[191,-440],[1,-1],[-7,-7],[-31,-33],[-38,-39],[-161,-156],[-52,-58],[-72,-85],[-44,-60],[-7,-9],[-48,-59],[-25,-29],[-14,-17],[-293,504],[-6,11],[-25,44],[-469,807],[-2,2],[-47,82],[167,213],[-13,9],[196,259],[6,5],[-32,30],[20,24],[50,66],[75,106],[88,117],[-45,44],[27,51],[98,142],[130,-146],[193,188],[233,226],[14,9],[160,145],[11,9],[58,2],[15,2],[82,84],[10,-13],[29,-28],[15,-10],[12,-5],[13,-5],[18,-5],[35,2],[14,5],[22,9],[10,7],[19,14],[16,12],[17,14],[52,32],[27,15],[16,6],[14,0],[13,-6],[11,-8],[14,-17],[27,-46]],[[529021,7959],[-1,-14],[-25,-36],[13,-13],[59,-90],[22,-6],[7,-1],[21,2],[14,-46],[30,-99],[56,-160],[2,-18],[22,-14],[100,-226],[55,-47],[45,-19],[9,-1],[14,-1],[14,7],[8,9],[3,1],[10,6],[6,1],[0,0],[10,2],[13,-3],[18,-10],[18,-13],[9,-14],[0,-3],[-42,0],[-12,-2],[-4,0],[-9,-3],[-12,-5],[-23,-31],[-10,-8],[-6,-6],[-1,0],[0,0],[-15,-9],[-10,-2],[-15,-6],[-12,-8],[-10,-8],[-8,-21],[-2,-28],[-10,-67],[-1,-8],[-4,-45],[-2,-36],[2,-33],[5,-25],[31,-61],[13,-20],[0,0],[2,-4],[16,-24],[28,-35],[36,-40],[19,-15],[-66,-75],[-64,61],[-2,2],[-1,0],[-119,113],[-130,188],[-18,-13],[-51,75],[-49,77],[19,19],[12,-14],[106,89],[-157,268],[-229,-185],[-289,-306],[-64,-44],[-10,-17],[-44,-19],[-14,-7],[-35,-15],[-189,-77],[-190,-93],[-1,4],[-5,-3],[1,-5],[42,-113],[33,-89],[-113,-36],[-56,-18],[-59,-20],[-16,-5],[-240,-66],[-59,-14],[-93,320],[-4,12],[-49,142],[-12,35],[-59,175],[-10,32],[-20,49],[-12,47],[-17,34],[-12,40],[-9,37],[-15,41],[-20,46],[0,1],[-75,526],[1,-4],[53,20],[273,102],[196,75],[312,120],[28,7],[39,15],[88,36],[64,-198],[0,0],[4,-17],[30,8],[73,26],[78,32],[87,38],[45,21],[121,49],[42,16],[27,2],[13,4],[37,16],[89,49],[30,13],[108,55],[28,33],[20,23],[15,14],[37,42],[19,-22],[45,-52],[10,-12],[58,-66],[20,-17],[-90,-104],[-43,-47],[-25,-26],[-5,-6],[15,-17],[16,-37],[10,-34]],[[298352,670477],[16,-1],[0,0],[1190,64],[617,26],[24,1],[627,27],[604,22],[65,3],[254,11],[821,39],[513,21],[18,1],[336,13],[477,19],[568,20],[351,2],[5,65],[1,0],[7,-1]],[[304846,670809],[-1,-7],[-8,-45],[-26,-104],[-21,-54],[-16,-33],[-28,-63],[50,-27],[-12,-45],[-5,-37],[0,-17],[-1,-44],[3,-55],[9,-44],[14,-66],[28,-154],[3,-34],[-1,-67],[-2,-27],[-18,-56],[-18,-48],[-24,-49],[-35,-62],[-16,-43],[-12,-60],[-25,7],[-46,0],[-28,-65],[-32,29],[-56,-63],[-41,-46],[15,-7],[6,-11],[27,-14],[27,-15],[-6,-12],[-5,-14],[1,-16],[13,-25],[7,-14],[1,-14],[0,-19],[-3,-31],[-3,-28],[-4,-17],[-42,-30],[-9,-25],[-13,-11],[-9,-14],[-1,-16],[4,-19],[1,-30],[-5,-20],[-29,-48],[-6,-11],[-3,-19],[0,-35],[0,0],[0,-44],[-3,-17],[-6,-13],[16,-27],[-1,-31],[-5,-33],[5,-18],[9,-25],[-2,-8],[0,-28],[-5,-41],[-9,-58],[3,-9],[-16,-13],[-12,-1],[-17,5],[-15,11],[-8,14],[0,15],[-13,-17],[-18,-30],[-8,-34],[-9,-55],[-27,-20],[-40,-72],[0,1],[-23,-43],[-28,-51],[2,-3],[-41,-65],[-27,-44],[-18,-23],[-24,-25],[-35,-32],[-42,-34],[-35,-30],[-41,-31],[10,2],[0,-32],[-25,-14],[-15,-13],[-28,-43],[-14,-30],[-13,-45],[-11,-42],[-15,-50],[-13,-43],[-18,-36],[-15,-32],[-7,-9],[-53,-36],[-38,-32],[-20,-19],[-13,-13],[-3,-10],[-2,-13],[-4,-19],[-8,-25],[-7,-18],[-4,-16],[-3,-18],[-1,-18],[5,-36],[2,-30],[-5,-29],[-11,-39],[-27,-87],[-9,-48],[-3,-18],[-8,-16],[-11,-56],[-1,-17],[2,-36],[9,-33],[33,-97],[32,-112],[-27,-10],[-12,-4],[-30,-12],[-73,-32],[14,-41],[-88,-35],[-2,-3],[-36,-34],[-10,-14],[-5,-13],[0,-10],[6,-8],[18,-7],[-82,-32],[-22,-6],[-1,-18],[-9,-23],[-19,-25],[-37,-65],[-12,-40],[-12,-33],[-12,-40],[-10,-47],[-11,-28],[1,-54],[6,-49],[7,-33],[5,-30],[3,-87],[-9,8],[-15,22],[-7,13],[-19,-9],[-23,-16],[8,-73],[-92,-72],[8,-35],[14,0],[8,-8],[9,2],[62,39],[0,-58],[-78,-24],[-33,-15],[14,-66],[15,3],[17,-2],[14,-6],[13,-4],[26,7],[13,3],[0,-18],[5,-58],[-36,1],[31,-103],[7,-122],[15,2],[-1,-24],[-55,-5],[-2,-10],[-5,-23],[2,-33],[5,-32],[-1,-16],[-7,-18],[1,-16],[18,-38],[21,-64],[0,-4],[-1,-12],[-14,-18],[-23,-20],[-12,-6],[-14,-7],[-19,-6],[-19,0],[12,-43],[-10,-12],[-8,-16],[-149,-71],[-20,-5],[-25,3],[-26,-10],[0,1],[0,-1],[-55,-17],[-4,-27],[-18,-46],[-26,-43],[-42,-64],[-40,-56],[-22,-29],[-27,-30],[5,-50],[-7,-8],[-16,-49],[-42,-13],[-36,-20],[-35,-23],[-70,-57],[-29,-40],[-44,-82],[-20,-25],[-13,-9],[-33,-13],[5,-48],[-309,-132],[-57,-24],[-1,-10],[-18,-11],[-7,42],[123,244],[-114,229],[-221,56],[-190,21],[-492,-75],[-10,-2],[-34,-70],[-27,-50],[-37,-69],[-10,-29],[-8,-75],[-4,-31],[-12,-42],[-9,-31],[-3,-24],[1,-8],[13,26],[64,61],[26,-16],[11,-4],[14,3],[38,38],[15,10],[24,5],[5,6],[0,28],[29,8],[-3,-44],[-6,-16],[-44,-73],[-6,-15],[-2,-20],[3,-53],[1,-43],[-9,-20],[21,-30],[0,9],[230,-40],[43,-276],[-124,-144],[5,-97],[17,1],[32,-1],[95,3],[49,1],[111,6],[18,11],[47,2],[33,-1],[14,-6],[6,-10],[3,-25],[4,-72],[103,5],[137,5],[-29,-53],[25,3],[0,-10],[-3,-42],[-5,-25],[-7,-17],[13,-23],[4,-14],[0,-2],[-2,-15],[-19,-44],[-14,-36],[-5,-26],[0,-24],[4,-29],[-90,-33],[-20,-4],[9,-23],[9,-35],[-44,-45],[-12,-16],[-29,-29],[-41,-28],[-28,-24],[-30,-23],[-37,-33],[-25,-26],[-14,-19],[-11,-23],[-89,-274],[-43,10],[0,-84],[-2,-9],[-8,-51],[-1,-49],[-10,0],[-8,-4],[-7,-10],[-4,-33],[12,-24],[-12,-23],[-5,-108],[-5,-10],[-24,-114],[-2,-27],[7,-57],[7,-17],[2,-17],[-18,-97],[-81,-387],[-4,-15],[-10,-10],[-10,-3],[-7,0],[-12,18],[-19,-10],[1,-27],[0,-35],[-3,-42],[-1,-9],[-9,-43],[-13,-53],[-18,-68],[-9,-35],[-7,-20],[-27,-85],[-13,-44],[-11,-72],[-6,-67],[-1,-167],[-1,-32],[-3,-56],[0,-47],[15,-50],[26,-96],[12,-39],[8,-26],[8,-12],[43,-96],[7,-16],[21,-31],[2,-3],[12,-11],[38,-30],[50,-37],[212,-184],[39,-34],[38,-32],[75,-64],[77,-76],[54,-49],[1,0],[11,-10],[29,-10],[15,0],[21,4],[77,28],[4,-15],[56,-218],[52,11],[30,0],[30,0],[21,5],[8,4],[43,-1],[0,0],[-5,-17],[0,-8],[11,-10],[15,-11],[36,-15],[48,-36],[12,-3],[6,-3],[2,-19],[10,-14],[11,-16],[32,-86],[3,-7],[86,-353],[8,-54],[8,-55],[12,-79],[10,-34],[1,-23],[6,-32],[23,-91],[7,-16],[0,-12],[-6,-17],[-4,-12],[1,-6],[6,-86],[19,-147],[7,-57],[30,-179],[12,-81],[5,-40],[12,-101],[118,47],[240,90],[20,-10],[44,-7],[70,-5],[17,2],[26,20],[15,19],[11,17],[10,25],[3,17],[-1,7],[11,6],[493,192],[6,-22],[29,9],[-6,24],[31,12],[45,-526],[6,-84],[17,-207],[-1,-22],[-5,-54],[-3,-30],[-24,-94],[-17,-51],[-15,-32],[-9,-27],[-6,-28],[-3,-59],[0,-5],[3,-41],[18,-75],[5,-52],[-3,-67],[-47,-374],[-32,-44],[-169,-21],[-4,2],[-4,3],[-4,18],[-3,8],[-5,4],[-6,1],[-84,-29],[-86,-35],[-10,0],[-6,4],[-9,8],[-8,14],[-6,4],[-6,1],[-13,-2],[-58,-14],[-98,-24],[-97,-21],[-157,-65],[-141,-70],[-8,-7],[2,-11],[67,-159],[9,-21],[-125,-49],[-290,-104],[0,-3],[-2,3],[-59,-21],[-30,150],[-87,-20],[-4,12],[-27,-6],[-7,-7],[-3,-6],[3,-24],[-32,-7],[-6,0],[-19,-5],[-10,-7],[-14,-1],[-13,3],[-6,-3],[-21,-15],[-21,-3],[-75,-30],[-16,-4],[-148,-21],[-40,7],[-2,60],[-167,-68],[26,-73],[-2,-25],[29,-78],[10,-32],[11,-26],[100,38],[97,41],[24,10],[51,-274],[183,47],[92,-411],[48,-202],[-44,-18],[-155,-41],[-5,-36],[35,-217],[12,3],[40,-168],[169,56],[1,0],[56,19],[-12,79],[226,113],[14,-5],[18,-1],[27,1],[58,16],[49,24],[22,12],[26,13],[10,9],[9,12],[4,12],[8,6],[11,8],[1,-16],[17,-8],[31,-4],[20,0],[17,2],[13,5],[16,9],[72,41],[-7,54],[100,44],[-7,47],[123,71],[110,61],[96,53],[40,18],[144,75],[9,-2],[11,-6],[7,-21],[26,-124],[34,-139],[20,-66],[24,-65],[25,-52],[30,-58],[57,-111],[27,-42],[0,-16],[-3,-9],[-1,-2],[22,-13],[12,-4],[19,-25],[65,-86],[48,-57],[117,-122],[64,-59],[84,-69],[45,-40],[110,-102],[32,-47],[29,-62],[8,-19],[7,-16],[5,-15],[6,-18],[3,-10],[-216,-64],[-198,-58],[-55,-16],[-11,-1],[-9,1],[-15,19],[-9,20],[-7,16],[-4,7],[-8,10],[-6,1],[-166,-41],[-91,-22],[-82,-20],[-307,-76],[-148,-31],[-27,-6],[-38,-5],[-74,-98],[-31,-55],[-23,-57],[-24,-42],[-44,-72],[-18,-20],[-41,-33],[-13,-13],[-50,-67],[-7,-4],[-22,-16],[-31,-21],[-114,-56],[-137,-76],[-16,-9],[-220,-160],[-49,-35],[-21,-21],[6,-8],[44,-32],[31,-24],[12,-9],[9,-13],[9,-20],[69,-174],[10,-26],[1,-24],[120,-329],[32,-112],[32,-127],[12,-55],[12,-63],[2,-13],[20,-27],[0,2],[11,-17],[568,257],[120,54],[141,62],[13,-38],[14,-42],[5,-7],[4,-6],[31,-21],[11,-9],[6,-8],[5,-10],[124,-379],[9,5],[361,179],[37,15],[18,7],[20,3],[25,3],[43,7],[24,8],[12,3],[54,20],[28,8],[27,5],[54,0],[-6,-26],[-38,-186],[-8,-54],[-5,-54],[-13,-297],[-1,-362],[5,-22],[13,-227],[10,-170],[8,-106],[19,3],[0,0],[0,1],[23,2],[52,7],[3,-81],[124,25],[120,30],[66,13],[93,24],[83,20],[47,12],[219,84],[12,-131],[23,-259],[-2,-40],[-10,-152],[-10,-159],[-16,-201],[-8,-102],[-14,-168],[-25,-299],[-13,-29],[0,-19],[-3,-12],[-14,-14],[-16,-6],[-7,-23],[-27,-97],[-33,-128],[-10,-46],[-5,-29],[-8,-56],[-1,-20],[2,-155],[6,-75],[5,-27],[11,-24],[11,-15],[8,1],[11,-10],[72,-100],[19,-20],[6,-4],[9,-1],[7,6],[21,-28],[12,-16],[65,-85],[14,-19],[34,-43],[145,-301],[42,-81],[91,-175],[-125,-76],[11,-24],[9,-16],[21,-46],[128,77],[147,89],[91,-49],[15,-26],[13,-21],[50,-84],[126,-246],[39,-79],[88,-185],[34,26],[48,-79],[24,-31],[40,-25],[107,-33],[71,-37],[45,-26],[39,-39],[72,-44],[450,365],[16,-17],[99,-118],[10,-27],[1,-14],[-1,-44],[-7,-59],[-3,-14],[28,1],[17,0],[16,-4],[11,-11],[2,-12],[1,-35],[3,-12],[69,-51],[8,-6],[14,-16],[38,-61],[16,-20],[14,-9],[34,-11],[52,-33],[8,-129],[37,-65],[13,-7],[-601,-2],[-26,-1],[-12,26],[-44,30],[-132,68],[-128,69],[-47,15],[-38,2],[-83,-3],[-162,-17],[-9,-8],[-31,-27],[-13,-10],[-124,291],[-137,30],[-215,26],[-33,10],[-31,9],[-54,5],[-58,-3],[-41,-7],[-36,-9],[-106,-35],[-145,-51],[-49,-20],[-156,-33],[-7,29],[-5,-2],[-80,-29],[-40,-14],[-10,-12],[-36,-52],[-14,-28],[-5,-11],[-16,-41],[-7,-26],[-8,-61],[0,-38],[3,-53],[5,-26],[-29,-8],[-12,-9],[-4,-6],[-34,-87],[-35,-15],[-51,-20],[-118,-47],[-81,208],[-55,142],[-63,162],[114,70],[44,0],[32,19],[44,41],[233,219],[23,16],[-12,27],[-18,27],[-19,24],[-16,19],[88,82],[85,76],[2,1],[-6,16],[-13,19],[-11,15],[-58,80],[-12,2],[-125,167],[-14,18],[-1,-2],[-235,338],[-34,-40],[-29,-38],[-45,-81],[-46,-114],[-21,-51],[-43,-104],[-39,-109],[-117,-139],[2,12],[-6,10],[-9,11],[4,33],[32,280],[39,269],[49,342],[4,22],[-1,1],[-31,4],[-19,4],[-32,7],[-100,11],[-38,1],[-21,0],[-49,0],[-100,-12],[-46,-3],[-37,8],[-13,4],[-2,1],[-27,-13],[-6,-2],[-11,-110],[-13,-164],[-2,-16],[-4,-21],[-18,-107],[-13,-54],[-41,-146],[-8,-38],[-8,-56],[0,-6],[19,4],[42,-12],[22,-17],[9,-26],[3,-13],[127,11],[22,-68],[39,-27],[-3,-27],[-9,-20],[-51,5],[-12,-108],[108,-14],[-1,-8],[51,-7],[3,26],[90,-14],[6,-35],[-63,-714],[-15,-191],[-3,-33],[-178,12],[-3,-21],[-6,-21],[-9,-9],[-16,-4],[-18,1],[-36,6],[-14,-2],[-7,-4],[-19,-43],[-7,-14],[-12,-16],[-16,-28],[-3,-12],[0,-9],[2,-9],[6,-7],[14,-2],[33,1],[13,-3],[7,-5],[5,-15],[-116,-43],[-22,-8],[17,-323],[9,-62],[27,-92],[10,-33],[6,-32],[0,-28],[-12,-62],[18,-5],[17,-88],[15,-67],[5,-63],[3,-70],[-187,-34],[-11,19],[-40,-34],[-52,-38],[-31,-14],[-12,1],[0,-27],[18,-6],[26,-40],[21,-27],[-19,-23],[-20,-28],[-30,-46],[-51,-124],[-34,-105],[-17,-65],[-16,-3],[-6,-26],[-1,-56],[6,-211],[1,-30],[1,-31],[-99,10],[-24,1],[-9,-133],[-66,9],[-3,-23],[-664,84],[-111,12],[-73,7],[-27,2],[-70,2],[-237,14],[-172,5],[-45,-3],[1,-11],[2,-23],[13,-3],[6,-12],[0,-17],[8,-20],[0,-25],[0,-27],[0,-101],[1,-23],[3,-275],[0,-20],[5,-41],[-37,-42],[-37,-59],[-19,-58],[-2,-44],[1,-8],[17,-148],[32,-174],[28,-94],[33,-62],[-91,-35],[-30,-18],[-84,-51],[-53,-70],[-4,-22],[4,-58],[27,-56],[5,-7],[13,-17],[19,-26],[42,-26],[60,-32],[14,-15],[13,-23],[2,-21],[-1,-21],[-8,-22],[-17,-23],[-22,-19],[-51,-24],[-75,-27],[-23,-13],[-18,-14],[-9,-20],[-5,-20],[3,-36],[18,-44],[43,-71],[36,-47],[49,-48],[42,-32],[22,-12],[9,-5],[26,-4],[36,3],[2,-78],[15,-159],[8,-47],[1,-44],[-12,-60],[0,-42],[12,-38],[19,-32],[26,-24],[26,-23],[44,-11],[12,-1],[19,-1],[21,-1],[66,6],[60,16],[107,54],[29,6],[42,9],[110,20],[22,4],[147,29],[19,3],[61,17],[130,56],[85,46],[165,99],[47,14],[9,-27],[-49,-21],[52,-148],[43,16],[34,-82],[9,-21],[73,34],[120,58],[18,-1],[3,0],[4,-4],[40,-66],[51,-105],[12,-23],[-142,-17],[16,-146],[-116,-23],[10,-75],[2,-16],[92,16],[86,12],[70,9],[-15,110],[36,8],[10,-36],[26,-126],[-35,-3],[-84,-6],[-20,-3],[2,-18],[13,-15],[-38,-18],[-30,-19],[-45,-42],[-75,-70],[-36,7],[-13,16],[-19,22],[-16,12],[-15,5],[-14,-9],[-14,-15],[3,-12],[32,-14],[20,-18],[9,-27],[0,-25],[-225,-207],[-51,-25],[-21,-14],[-35,-52],[-26,-35],[-64,-62],[16,-18],[34,-35],[8,-16],[3,-24],[-1,-22],[-8,-18],[-4,-8],[-72,-69],[-22,-22],[-57,-60],[-16,-21],[-9,-22],[-1,-25],[10,-30],[37,-61],[18,-26],[96,-121],[-4,-25],[21,-11],[111,-142],[17,-22],[13,-14],[11,-11],[102,-130],[12,-9],[100,-114],[39,-45],[15,-15],[5,-2],[10,-5],[15,-12],[3,-9],[28,-17],[2,1],[33,-1],[-4,-168],[15,-6],[-6,-74],[-4,-16],[-6,-12],[-16,-11],[-13,-14],[-7,-20],[-4,-30],[-3,-49],[-6,-16],[-9,-14],[-17,-9],[-11,-5],[-43,-20],[-2,-54],[-16,1],[-1,-25],[-7,-178],[1,-25],[68,-3],[287,-11],[133,-6],[-1,-6],[3,-25],[78,5],[21,0],[33,-8],[102,-33],[75,-24],[26,-3],[25,3],[19,9],[26,26],[16,29],[-45,-273],[-15,0],[8,-217],[4,-136],[62,-74],[56,-68],[72,-114],[0,-12],[5,-23],[6,-18],[2,-5],[17,-29],[99,-140],[41,-74],[14,-42],[9,-30],[6,-42],[-1,-76],[2,-19],[3,-82],[4,-67],[15,-87],[18,-49],[19,-34],[22,-34],[82,-123],[19,-32],[15,-34],[8,-32],[6,-34],[17,-2],[-1,5],[14,-6],[8,-8],[11,-13],[7,-18],[25,-154],[20,-52],[75,-156],[8,-9],[48,-13],[20,-4],[-26,-111],[-5,-21],[-32,-137],[-17,-64],[-7,-21],[-2,1],[-21,-82],[1,0],[-2,-1],[-4,-17],[-20,-9],[-14,-15],[-10,-17],[-2,-4],[0,-11],[-1,-13],[4,-21],[11,-38],[-86,-334],[-17,-53],[-65,-169],[-200,-463],[-98,-223],[-22,12],[-70,-3],[-39,-109],[7,-6],[20,-8],[13,-7],[14,-14],[11,-18],[-35,-79],[-6,-20],[-139,-327],[-186,-422],[-167,-387],[-71,-203],[-57,-153],[-20,-25],[-2,-4],[-5,-10],[-14,-28],[-15,-31],[-6,-33],[-11,-52],[-29,-171],[-29,-95],[-177,-512],[-174,-503],[-6,-20],[-37,-131],[-40,-142],[-8,-31],[-23,-109],[-15,-98],[-10,-79],[0,-29],[-4,-53],[-2,-78],[-2,-86],[1,-77],[13,-149],[12,-67],[-28,-8],[-40,2],[-11,-6],[-12,-13],[-12,-19],[-3,-17],[-1,-15],[-3,-67],[3,-59],[-74,86],[-2,-18],[-5,-251],[47,-32],[21,25],[52,34],[10,-4],[29,-1],[17,-3],[13,-8],[16,-20],[-36,-12],[-26,-12],[-23,-15],[-22,-18],[-31,-37],[-56,-87],[-123,-179],[-12,-13],[-42,-39],[-15,-13],[-42,-35],[-24,-19],[-97,-79],[-34,-25],[-5,-3],[-35,-19],[-32,-15],[-112,-38],[-11,-5],[-37,-17],[-46,-23],[-95,-52],[-14,-8],[-47,-21],[-18,-12],[-45,-47],[-22,-30],[-10,-13],[-13,-20],[-24,-36],[-27,-42],[-33,-35],[-35,-35],[-33,-26],[-20,-16],[-75,-56],[-61,-56],[-64,-64],[-85,-87],[-34,-29],[-39,-26],[-35,-19],[-31,-26],[-42,-46],[-94,-113],[-19,-15],[-5,-1],[-9,-2],[-22,1],[-20,2],[-12,-3],[-12,-9],[-7,-10],[-5,-7],[-9,-28],[-4,-31],[-5,-17],[-12,-22],[-21,-24],[-21,-17],[-21,-16],[-16,-9],[-26,-23],[-20,-12],[-20,-18],[-20,-23],[-29,-44],[-37,-58],[-9,-8],[-22,-28],[-31,-38],[-26,-38],[-5,-11],[-12,-24],[-28,-41],[-37,-30],[-98,-68],[-73,-52],[-65,-46],[-58,-48],[-85,-71],[-38,-31],[-21,-27],[-35,-61],[-68,-105],[-13,-20],[-35,-55],[-24,-33],[-25,-31],[-33,-29],[-20,-15],[-29,-15],[-16,-5],[-20,-5],[-4,8],[-2,36],[-20,141],[0,34],[-13,60],[-6,23],[-1,10],[0,1],[5,1],[73,73],[7,8],[61,60],[37,38],[9,9],[-3,19],[-13,15],[-7,15],[0,15],[2,34],[-18,23],[3,2],[7,8],[30,52],[-35,145],[-3,13],[-6,-3],[-56,-42],[-188,-133],[-41,-27],[-9,-9],[-4,-7],[-1,-1],[-3,-5],[-7,-11],[-4,-19],[3,-34],[3,-21],[0,-1],[-8,-21],[-23,-24],[-13,-16],[-10,-11],[-2,-38],[-4,-36],[-7,-60],[-3,-24],[1,-28],[7,-11],[5,-38],[5,-12],[16,-14],[2,-2],[28,-19],[20,-14],[16,-6],[21,-17],[9,-10],[1,-1],[0,0],[7,-7],[12,-6],[24,-42],[4,-20],[-10,-15],[-36,1],[8,-29],[17,-137],[95,4],[-1,-9],[-11,-84],[-2,-26],[2,-19],[5,-19],[9,-19],[-26,-5],[-70,-9],[-130,-24],[-45,-4],[-28,4],[2,188],[-29,5],[-43,-185],[-57,6],[-17,0],[-132,-1],[-32,-3],[-17,-6],[-15,-5],[-121,-55],[-72,-40],[-58,-39],[-22,-21],[-3,-5],[-11,0],[-35,-2],[-21,-6],[-33,-158],[-151,35],[-11,-20],[0,0],[-1,0],[-2,-3],[-4,-65],[-6,-93],[1,-11],[8,-8],[0,-7],[-126,-183],[-132,-197],[-210,-313],[-70,-104],[-32,-48],[-23,0],[-20,-6],[-22,-20],[-9,-21],[-5,-36],[-1,-9],[48,-13],[5,-9],[-22,-89],[60,-22],[-253,-969],[460,-167],[14,-2],[139,65],[53,16],[43,10],[21,5],[141,15],[126,10],[106,18],[76,19],[13,3],[29,3],[6,-4],[3,-16],[6,-15],[34,28],[22,14],[4,1],[6,-121],[-89,2],[0,-179],[87,-3],[-1,-293],[15,3],[14,6],[22,-1],[22,-7],[22,-3],[25,0],[49,9],[13,3],[23,1],[21,0],[34,-9],[-39,-147],[-11,-32],[0,-12],[7,-2],[12,-23],[207,142],[23,-91],[93,59],[22,-139],[128,28],[27,-54],[39,-91],[16,-46],[2,-21],[50,-192],[-4,-11],[-7,-5],[-12,-5],[-26,-4],[-42,-14],[-32,-18],[-32,-25],[-31,-29],[-61,-6],[-22,-6],[-31,-14],[-12,-2],[-1,-24],[-15,0],[-15,2],[-5,2],[-9,159],[-58,-3],[0,273],[-206,-28],[-6,2],[-14,-30],[-40,-204],[-23,36],[-19,31],[-43,48],[-52,41],[-7,5],[-34,24],[-66,37],[-90,34],[-56,22],[-105,38],[-139,50],[-82,30],[-13,4],[-69,25],[-142,52],[-140,50],[-127,46],[-383,91],[-324,78],[-15,-12],[-167,42],[7,24],[-70,12],[7,46],[-35,15],[-51,11],[-37,-9],[-69,-38],[-80,-141],[-50,-56],[-66,-89],[-762,-823],[1,-12],[-75,-77],[-13,-3],[-159,-164],[-47,-54],[-24,-21],[-38,-13],[-12,-10],[-166,-174],[26,-31],[-47,-48],[-8,2],[-26,-28],[-37,-40],[-467,-503],[-273,-293],[-27,-41],[-78,-81],[12,-160],[4,-91],[7,-145],[-100,-8],[-232,-16],[-51,-2],[-522,226],[-288,148],[-30,21],[-20,9],[0,0],[-239,118],[78,195],[39,78],[13,19],[23,37],[15,19],[26,35],[12,16],[10,13],[28,32],[8,8],[14,53],[-30,-16],[-279,-111],[-12,-5],[-73,-29],[-116,-46],[-146,-55],[-4,-4],[-29,-19],[-337,-185],[-16,14],[-10,8],[3,4],[1,-1],[2,-1],[1,0],[2,-1],[2,0],[2,0],[3,1],[1,1],[2,1],[1,1],[1,1],[1,0],[0,1],[1,1],[0,1],[130,259],[41,80],[15,19],[-53,27],[26,17],[44,28],[156,104],[-195,204],[-7,7],[-8,8],[-6,-1],[-24,-36],[-18,9],[-10,-14],[-11,-9],[-9,-5],[-9,-2],[-27,4],[-55,0],[-27,-4],[-24,18],[-7,0],[-175,-44],[-66,-6],[-20,1],[-23,5],[-23,11],[-121,66],[-14,4],[-16,3],[-16,-2],[-12,-6],[-11,-11],[-9,-13],[-5,-24],[-6,-71],[-17,9],[-65,33],[-107,54],[-102,51],[-147,74],[-99,50],[-7,-41],[0,0],[0,0],[-7,-44],[-1,-1],[-1,-41],[-7,-38],[-2,-51],[-7,-22],[-12,-37],[-9,-34],[0,-32],[4,-50],[-11,-26],[36,-6],[39,-5],[161,-26],[94,-19],[37,-13],[23,-12],[19,-15],[21,-22],[24,-30],[48,-70],[2,-3],[11,-15],[19,-28],[42,-37],[71,-40],[11,-9],[1,-25],[7,-24],[18,-20],[13,-8],[14,-3],[1,-17],[-54,4],[-18,4],[-34,10],[-38,16],[-16,9],[-31,22],[-3,3],[31,-2],[4,94],[-14,11],[-5,5],[-8,8],[-11,12],[-4,6],[-15,-37],[-4,-5],[-4,-90],[-58,3],[-7,-152],[165,-10],[2,37],[39,-2],[2,31],[81,3],[3,-6],[34,-26],[2,-12],[-1,-8],[-4,-11],[-10,-11],[-43,-22],[-9,-7],[-57,-45],[-7,-6],[-27,-21],[80,-124],[29,-4],[122,-16],[14,-21],[4,-3],[19,-22],[15,-19],[18,-34],[7,-20],[1,-15],[3,-20],[7,-14],[-137,50],[-70,-238],[81,-22],[-40,-84],[-83,23],[-29,8],[-75,13],[-18,-7],[-27,-17],[-103,-116],[-77,-76],[-21,-14],[-96,-6],[-54,-5],[-15,61],[9,8],[147,123],[-93,125],[-39,-34],[7,-5],[-86,-86],[-5,-6],[-9,8],[-25,23],[-15,8],[-22,17],[-14,24],[0,8],[3,8],[10,9],[11,-19],[144,119],[7,9],[1,12],[3,17],[-1,12],[-69,107],[-112,176],[-9,8],[-13,1],[-14,-3],[-78,-59],[-2,-3],[-3,-6],[-2,-10],[0,-11],[13,-47],[-3,-15],[-14,-16],[-2,-13],[2,-14],[4,-16],[56,-91],[-56,-33],[-40,-30],[102,-160],[-98,-71],[-24,-12],[-44,-8],[-25,0],[-38,3],[-75,10],[-13,1],[-30,-144],[-9,-23],[-15,-8],[-100,-9],[-12,-17],[131,-101],[68,-56],[60,-53],[46,-32],[23,-11],[46,-12],[229,-31],[14,-2],[-33,-41],[-22,-16],[-25,-9],[-22,-7],[-17,-13],[-16,-12],[-13,-16],[-12,-16],[-29,12],[-14,-21],[-10,-22],[-19,-39],[-14,-32],[-2,-36],[24,-52],[25,-50],[25,-53],[26,-45],[13,-25],[14,-18],[12,0],[9,9],[22,34],[31,-23],[-12,-32],[78,-54],[-21,-41],[51,-25],[37,-23],[39,-18],[37,-32],[41,-25],[41,-20],[54,-25],[12,27],[33,-13],[1,1],[53,1],[44,-9],[17,41],[336,18],[91,5],[25,-3],[36,8],[24,1],[0,4],[69,15],[0,-1],[3,-9],[9,-7],[32,-2],[25,5],[19,15],[42,9],[75,24],[37,1],[13,1],[-28,-56],[-174,-349],[-39,-79],[-38,-75],[-24,-49],[-5,-10],[-59,-117],[-12,-23],[-9,-27],[-18,-44],[-46,-72],[-1,260],[-103,5],[-1,-114],[-38,-31],[-6,-53],[148,-69],[-99,-197],[-49,-92],[-74,-104],[-21,10],[-413,173],[-107,-59],[-558,-328],[-240,-141],[-61,-29],[-4,5],[-14,35],[-6,29],[-3,41],[4,30],[23,40],[9,10],[20,25],[-13,22],[-292,-205],[-35,-31],[-26,-26],[-16,10],[-44,11],[-61,28],[-23,6],[-30,-109],[-182,74],[-94,-20],[-16,6],[0,1],[-51,19],[3,6],[244,608],[243,755],[250,770],[190,769],[193,778],[87,302],[8,28],[6,22],[7,21],[48,167],[64,221],[38,152],[18,73],[326,1316],[193,771],[161,779],[190,769],[150,782],[150,786],[162,776],[136,783],[134,789],[161,775],[161,782],[162,779],[161,776],[251,1571],[134,788],[133,786],[146,783],[117,788],[104,792],[238,1577],[147,782],[161,779],[119,791],[158,781],[98,791],[130,787],[98,787],[141,788],[70,797],[112,787],[138,786],[98,794],[112,785],[70,796],[95,792],[127,790],[112,787],[67,797],[126,783],[141,791],[98,792],[110,786],[69,796],[87,816],[123,781],[85,797],[83,791],[109,793],[90,628],[3,-6],[24,-11],[161,-19],[358,-37],[84,-9],[46,3],[45,6],[51,12],[159,44],[29,10],[32,11],[229,70],[168,42],[81,16],[78,11],[90,8],[14,48],[1,2],[108,362],[61,200],[5,149],[59,-15],[26,-7],[-10,31],[1,9],[6,0],[76,-20],[46,-10],[54,-4],[138,-7],[21,2],[0,25],[-19,3],[-6,302],[118,35],[20,2],[45,17],[27,9],[24,9],[28,4],[38,13],[65,17],[29,3],[38,-11],[-4,13],[-3,10],[0,2],[-4,16],[-5,19],[-2,26],[0,18],[-2,107],[1,14],[25,1],[58,-145],[23,6],[48,8],[6,1],[32,3],[21,3],[163,73],[34,14],[38,8],[24,3],[20,2],[20,-1],[13,-6],[22,1],[11,1],[1,-16],[85,6],[-18,274],[-88,-10],[-9,-5],[-2,-6],[-2,20],[-2,17],[59,127],[8,19],[14,28],[7,10],[4,7],[3,19],[83,5],[25,2],[1,0],[208,10],[25,12],[30,26],[4,0],[42,39],[-2,1],[1,1],[25,12],[-11,8],[-9,9],[-10,14],[-9,14],[-6,13],[-15,44],[-16,55],[-29,95],[-4,10],[1,100],[7,67],[1,60],[11,85],[6,24],[-34,4],[-3,22],[3,22],[11,16],[4,11],[-7,18],[-7,8],[-48,-16],[-37,-16],[4,36],[3,22],[-4,14],[-57,160],[-14,35],[-3,3],[4,23],[6,12],[-96,-5],[-83,-6],[-122,-10],[0,-2],[-18,0],[0,3],[-24,21],[-5,95],[-58,-3],[-2,30],[-2,25],[-9,208],[2,42],[8,14],[26,31],[3,13],[-16,87],[-5,19],[-14,19],[-12,11],[-27,11],[-29,7],[-28,2],[-18,-3],[-18,-7],[-38,-22],[-12,-3],[-31,1],[-46,8],[-37,-12],[-9,5],[-19,6],[-16,3],[-3,20],[-18,-11],[-9,-6],[-8,16],[-26,52],[-65,-38],[-39,-28],[0,-8],[-22,1],[-33,2],[-39,-2],[-61,-68],[-55,39],[-29,14],[-32,12],[-35,6],[-34,1],[-38,-8],[-40,-16],[-53,-24],[-45,-20],[-38,-17],[-57,-25],[-66,-30],[-14,-6],[-1,3],[-62,203],[-56,-5],[-4,-29],[-217,37],[-131,22],[-211,-131],[-9,10],[-6,77],[-19,-1],[-3,-2],[-1,4],[-45,5],[-69,9],[-36,4],[-44,5],[-16,0],[-16,-87],[-39,27],[-31,28],[-27,36],[-20,24],[-18,22],[-30,30],[-23,16],[-27,14],[-22,7],[-25,5],[-24,3],[-19,-4],[-20,-11],[-17,-15],[-6,-10],[-27,4],[-63,9],[47,272],[124,791],[124,792],[92,797],[61,834],[10,139],[45,613],[11,157],[41,640],[3,26],[17,126],[43,319],[14,102],[0,2]],[[299678,645305],[-256,-279],[-25,-31],[0,13],[-6,12],[-13,6],[-18,2],[-27,-12],[-102,-91],[-62,-81],[-13,-6],[-128,-135],[-85,-86],[-274,-336],[11,-12],[-130,-168],[-51,-77],[-11,-27],[-7,-22],[0,-24],[2,-10],[-18,11],[-12,-17],[-24,25],[-6,6],[-29,-57],[-27,-75],[-8,-57],[-5,-85],[-3,-120],[0,-82],[1,-104],[6,-109],[15,-150],[16,-145],[59,-405],[7,-81],[0,-27],[15,-2],[15,6],[7,42],[8,2],[12,-19],[18,-21],[8,-9],[63,-56],[37,-13],[44,-4],[41,4],[76,14],[31,7],[9,4],[33,32],[55,12],[8,-9],[15,-4],[18,5],[45,15],[7,8],[2,10],[91,38],[23,10],[31,14],[36,29],[34,40],[67,-17],[49,-8],[102,-22],[18,-87],[119,34],[184,42],[24,6],[247,60],[32,-162],[40,12],[42,-55],[55,50],[10,-2],[0,-10],[13,-7],[8,7],[8,-39],[37,12],[-11,108],[22,4],[18,3],[-7,35],[-8,11],[-21,23],[-4,7],[-1,9],[1,6],[7,17],[4,31],[39,11],[87,23],[75,19],[-17,95],[41,64],[79,437],[-19,26],[-3,26],[4,24],[4,21],[-15,7],[7,22],[5,31],[5,59],[-1,50],[-6,39],[-11,48],[-2,33],[-5,36],[-44,202],[3,22],[-1,86],[-15,58],[-1,20],[-2,55],[-2,24],[-13,30],[-13,17],[-18,21],[-8,17],[-13,22],[-13,17],[-38,37],[-8,13],[-6,15],[-9,56],[14,-21],[14,-19],[15,-12],[19,-6],[21,-1],[26,6],[19,9],[16,15],[15,18],[17,29],[24,87],[8,19],[10,14],[12,19],[53,53],[86,81],[21,16],[16,5],[15,-4],[-17,23],[-20,17],[-107,-16],[-38,-2],[-82,6],[-54,13],[-68,9],[-67,16],[-61,22],[-64,30],[-50,26],[-44,34],[-36,32],[-92,112],[-80,120],[-17,6],[-201,78],[-3,-4]],[[302241,633304],[-117,-75],[-9,-27],[-66,-29],[-5,16],[-32,74],[-45,20],[-33,-14],[-59,-33],[-22,-14],[-120,-91],[-60,-35],[-30,-14],[-25,-13],[5,-7],[-65,-35],[-37,-14],[-38,-30],[-77,-63],[-70,-35],[-36,-28],[-5,-89],[-5,-68],[-1,-67],[-11,-52],[-3,-20],[-14,-65],[0,-37],[-8,-44],[10,-50],[3,-9],[-10,-30],[-4,-11],[15,-6],[57,-24],[34,-19],[163,-128],[144,-107],[118,-80],[63,-40],[318,-172],[163,-92],[23,-15],[31,-17],[41,-11],[48,-8],[39,-13],[30,-10],[20,-10],[157,-63],[37,-15],[55,-30],[10,-7],[11,21],[0,1],[39,71],[9,16],[-29,168],[-5,31],[-9,51],[-29,165],[-68,337],[-18,47],[-7,12],[-167,309],[-91,167],[-103,199],[-9,24],[-1,27],[3,30],[8,36],[12,64],[-24,5],[-38,-20],[-26,101],[-35,-6]],[[293258,621955],[274,-33],[20,3],[55,13],[21,5],[35,10],[24,24],[7,18],[6,16],[7,34],[0,6],[2,19],[0,11],[-1,20],[-2,32],[71,2],[21,4],[15,12],[9,17],[30,451],[1,33],[-8,21],[-16,33],[-19,36],[-12,22],[-17,17],[5,3],[-8,5],[-69,23],[-17,-15],[-17,-13],[-17,-7],[-29,-1],[-18,4],[-21,9],[-25,23],[-17,25],[0,33],[4,39],[-136,17],[-35,5],[-73,-23],[-25,-7],[-44,-15],[-14,-179],[-21,-203],[-12,-150],[-1,-32],[11,-73],[23,-77],[11,-60],[5,-36],[-8,-111],[25,-10]],[[308999,684639],[-27,191]],[[308972,684830],[2,1],[240,41],[365,62],[45,8],[-23,-12],[-3,-27],[-28,-50],[-56,-36],[-227,-61],[-25,-19],[-19,-23],[-4,-5],[-22,-15],[-54,-16],[-39,-20],[-66,-10],[-40,-12],[-19,3]],[[309657,684489],[1,3],[0,0],[29,17],[26,-2],[46,6],[49,9],[32,12],[71,29],[44,20],[29,8],[60,8],[56,9],[8,-17],[4,-5],[17,-2],[26,1],[12,0],[21,3],[139,-49],[42,9],[96,13],[-25,28],[-27,33],[0,44],[31,43],[17,29],[-28,28],[24,27],[-5,40],[-19,22],[-7,9],[-2,1],[-23,-27],[-38,-44],[-11,-9],[-7,-2],[-23,15],[-3,-8],[-20,-7],[-5,3],[-43,-1],[-25,8],[-6,28],[-25,13],[-48,-1],[-28,10],[-37,-10],[-28,-57],[-3,-7],[-57,-1],[-7,6],[0,0],[-4,5],[-25,98],[-6,15],[-11,15],[-14,10],[-12,2],[-21,-2],[-65,-18],[-15,-5],[-3,9],[-43,-12],[-2,19],[-3,2],[-15,20],[-5,16],[-2,14],[115,19],[485,83],[432,74]],[[310773,685138],[-28,-100],[-2,-5],[148,-143],[5,-5],[3,-9],[0,-15],[-3,-16],[-22,-53],[-36,-32],[-33,-37],[-24,-32],[-21,-38],[-21,-41],[-16,-39],[-17,-57],[-7,-23],[-13,-42],[-2,-7],[-1,-1],[0,0],[0,0],[-393,55],[-1,1],[0,-1],[-55,-62],[0,-1],[0,0],[-1,0],[0,0],[-58,-1],[-5,-1],[-6,24],[-15,57],[-12,7],[-53,32],[-3,0],[-12,4],[-15,2],[-20,2],[-55,-11],[-30,-6],[-65,-21],[-87,-21],[-45,-6],[-30,-1],[-2,0],[-39,-2],[-24,-4],[0,0]],[[299465,678901],[1,-17],[-2,-19],[-142,28],[-9,0],[-4,0],[72,509],[1,0],[85,-14],[10,-5],[-5,-20],[-3,-28],[-7,-47],[-4,-48],[-3,-51],[-2,-46],[0,-23],[-1,-34],[2,-50],[2,-46],[4,-47],[3,-26],[2,-16]],[[300852,678840],[10,-66],[25,-166],[4,-25],[3,-19],[3,-24],[3,-21],[29,-192],[-5,-37],[-6,-4],[-34,-10],[-21,-7],[-24,-10],[-25,-14],[-11,-7],[-28,-23],[-22,-20],[-72,-85],[-65,-86],[-20,-23],[-21,-21],[-26,-21],[-26,-17],[-23,-12],[-47,-20],[-64,-18],[-36,-6],[-86,-11],[-83,-11],[2,4],[4,7],[5,6],[7,5],[6,2],[9,1],[4,11],[5,24],[1,6],[1,7],[2,19],[1,3],[0,9],[2,18],[0,10],[0,8],[0,0],[0,17],[0,1],[0,0],[0,9],[0,15],[-1,5],[0,7],[0,4],[0,1],[0,3],[-3,28],[-147,-15],[0,0],[0,0],[-8,-1],[-3,42],[140,30],[9,2],[21,4],[11,-2],[7,-7],[0,-2],[6,2],[10,2],[9,3],[3,-24],[15,-12],[148,17],[9,13],[-15,106],[-155,-28],[-11,-19],[1,-5],[-18,-4],[-4,-1],[-4,20],[-13,64],[-2,14],[21,6],[-9,44],[-9,40],[-1,4],[-1,5],[-1,6],[-8,37],[-3,15],[-11,48],[0,3],[-34,55],[-12,15],[-3,3],[-9,5],[-13,5],[-6,3],[-4,3],[-7,9],[-4,9],[-2,9],[0,12],[2,18],[0,18],[-1,16],[-4,18],[-7,15],[-13,18],[-9,11],[-1,23],[0,3],[-10,-1],[-12,-1],[-1,30],[-18,-1],[-1,36],[-59,-3],[-8,-1],[-15,12],[-5,2],[1,1],[3,19],[11,61],[-78,13],[5,8],[-6,3],[7,17],[239,438],[52,87],[5,9],[79,69],[40,21],[35,14],[28,8],[22,4],[218,38],[100,17],[3,-14],[5,-15],[90,-590],[33,-210]],[[312722,679980],[3,-30],[-2,-74],[-4,-30],[-11,-46],[-10,-48],[-9,-49],[-44,-256],[0,-18],[9,-37],[-1,-28],[-8,-33],[1,-11],[-17,-121],[-22,-13],[-20,-12],[-2,-34],[6,0],[6,-3],[2,-5],[-49,-289],[-5,-29],[-3,-20],[-38,-230],[-83,-510],[-3,-27],[-56,-327],[-6,-27],[-1,-8],[-5,-22],[-2,-13],[-50,11],[-91,-4],[-59,-5],[-40,1],[-44,9],[-84,28],[-9,-4],[-138,57],[-27,5],[-59,-3],[-40,-1],[-17,-10],[-39,-7],[-11,4],[6,328],[0,1],[15,20],[1,1],[1,1],[5,133],[0,0],[-17,2],[15,129],[14,115],[5,57],[3,23],[15,-1],[1,0],[0,5],[86,-6],[1,11],[89,68],[4,2],[-37,69],[-1,-1],[-48,-31],[0,11],[-15,3],[-5,-38],[-23,4],[-3,-4],[-38,2],[5,42],[1,11],[2,26],[-26,-3],[-526,19],[-55,3],[-1,-77],[-180,7],[-104,5],[1,46],[-106,4],[-41,2],[-4,3],[0,3],[-15,0],[0,10],[0,13],[-7,7],[-2,1],[-13,19],[-8,17],[-4,30],[-1,36],[7,138],[35,956],[3,77],[0,4],[20,-1],[150,-6],[16,0],[389,-14],[19,-3],[446,-17],[24,0],[89,-1],[0,0],[23,2],[473,269],[152,86],[72,40],[65,-123],[35,-74],[32,-59],[14,-34],[12,-31],[16,-68]],[[298352,670477],[29,215],[153,787],[121,792],[70,782],[139,1600],[55,792],[101,799],[31,351],[94,14],[119,17],[19,5],[19,6],[14,4],[34,10],[32,27],[29,25],[2,-3],[16,-33],[10,-21],[1,0],[12,-28],[3,-8],[29,-65],[9,-22],[70,-17],[53,32],[30,18],[2,1],[61,40],[20,13],[77,51],[62,30],[35,17],[50,24],[35,17],[76,38],[23,11],[24,12],[88,43],[34,17],[54,26],[12,6],[40,21],[24,52],[47,14],[9,2],[54,19],[30,16],[34,18],[65,47],[87,75],[45,54],[12,27],[6,24],[4,24],[0,4],[1,21],[-5,57],[-13,85],[-3,16],[-9,77],[-5,58],[-4,7],[-2,25],[-12,6],[-57,30],[-45,48],[-38,41],[31,21],[63,42],[25,22],[21,22],[35,34],[19,24],[44,58],[4,5],[32,41],[7,9],[34,44],[55,18],[7,2],[2,1],[58,18],[-6,39],[-11,72],[-3,20],[-4,22],[-3,21],[-10,5],[-6,15],[-31,203],[-2,17],[-7,55],[1,10],[9,11],[8,4],[127,31],[78,25],[55,21],[39,20],[4,2],[-8,25],[-55,214],[-44,184],[-10,40],[-29,143],[6,1],[11,168],[1,41],[-2,17],[-4,28],[-14,75],[0,2],[0,12],[-1,13],[-2,39],[0,0],[-6,51],[-6,34],[0,1],[-10,59],[-2,18],[-6,36],[-12,75],[-17,3],[-16,3],[-12,3],[-34,6],[-9,2],[-4,26],[-3,-1],[-80,-16],[-12,-35],[10,-63],[-9,-1],[5,-32],[-19,-4],[-14,-3],[0,2],[-45,-11],[-53,-13],[0,6],[-21,-2],[-1,4],[-28,-3],[1,-16],[0,0],[-46,-11],[-31,-16],[-21,-6],[-18,-2],[-3,17],[-39,-7],[-2,0],[-104,-17],[-15,75],[-2,5],[-3,9],[-10,6],[-23,1],[-33,-3],[-23,-5],[-30,-10],[-12,-2],[-13,2],[-9,89],[-73,-7],[-3,-4],[0,2],[-146,-15],[-15,-1],[16,-191],[160,20],[22,9],[19,15],[18,20],[23,20],[20,16],[13,7],[16,7],[23,5],[26,0],[8,-1],[9,-5],[8,-9],[5,-15],[3,-20],[3,-21],[7,-44],[0,-27],[-2,-20],[-1,-11],[-7,-39],[-1,-10],[-1,-18],[-86,-16],[-66,-13],[-41,-9],[-22,-5],[-22,-2],[-17,-2],[-139,16],[-96,1],[-45,-2],[-29,-2],[-5,0],[-7,0],[-13,-2],[-57,-7],[-64,-12],[-52,-16],[-34,-15],[1,12],[3,71],[-105,13],[-40,5],[-44,5],[78,556],[126,778],[112,791],[101,802],[54,347],[53,332],[499,88],[1306,225],[2204,377],[1104,190],[0,2],[192,33],[4,1],[0,-2],[24,4],[71,12],[368,63],[668,114],[169,30],[483,87],[350,63],[0,-1],[1076,186],[0,0],[236,40],[0,1],[98,17],[4,-2],[17,-3],[5,1],[0,0],[0,7],[6,1],[0,2],[146,25]],[[308999,684639],[17,-123],[11,-218],[630,191]],[[310773,685138],[377,65],[0,0],[71,12],[1,0],[219,39],[1,0],[370,65],[148,26],[144,25],[140,24],[118,21],[81,18],[134,31],[401,93],[18,5],[0,0],[77,18],[-2,1],[18,4],[35,8],[28,8],[0,0],[131,32],[0,0],[1,1],[42,12],[-5,-20],[-11,-22],[-18,-26],[-21,-23],[-14,-15],[-94,-77],[-11,16],[-17,-14],[-3,-7],[-86,-75],[-100,-99],[-101,-107],[-105,-110],[-104,-108],[0,-13],[1,-19],[-22,-14],[-17,-12],[-26,-26],[-66,-72],[-188,-237],[-9,-11],[-46,-62],[-135,-211],[-48,-67],[-244,-220],[-33,-28],[-18,-15],[-71,-60],[-21,-20],[-11,-26],[7,-24],[9,-39],[1,-4],[-82,-39],[-90,-42],[1,-2],[8,-21],[-44,-21],[3,-8],[17,-50],[2,1],[18,8],[10,-26],[-17,-8],[-4,-2],[84,-222],[2,-4],[-10,-7],[22,-42],[9,-14],[11,-3],[7,1],[23,12],[11,3],[9,0],[6,-4],[12,-12],[22,-37],[3,-6],[0,-13],[-2,-6],[-11,-33],[0,-1],[-3,-17],[0,-20],[3,-9],[4,-16],[0,-18],[1,-15],[5,-18],[-1,-11],[-3,-5],[-7,-3],[-3,-2],[-6,-11],[-4,-10],[0,-19],[1,-7],[4,-10],[6,-7],[3,-4],[11,-21],[13,-30],[21,-3],[206,142],[13,12],[14,-18],[7,-1],[7,-8],[12,-23],[52,-87],[52,-81],[181,-261],[100,-128],[41,-51],[66,-79],[67,-75],[-9,-8],[-77,-75],[-26,-22],[-20,-14],[-28,-10],[-41,-9],[-33,23],[-9,6],[-7,1],[-4,-2],[-49,-17],[-14,-3],[-10,-1],[-162,8],[-17,-27],[-10,-12],[-8,-4],[0,-1],[-6,2],[-5,7],[-3,17],[-10,9],[-6,2],[-7,-1],[-6,-4],[-13,-13],[-5,-4],[-23,-5],[-8,-4],[-7,-6],[-5,-8],[-2,-8],[3,-38],[3,-23],[-5,10],[-9,9],[-2,2],[-4,9],[3,29],[6,48],[0,54],[-3,31],[-12,47],[-18,48],[-9,-3],[-21,57],[-13,16],[-22,22],[0,0],[-111,18],[-4,1],[-137,23],[-6,0],[-69,-4],[-10,-304],[-40,2],[-63,3],[-3,-97],[-1,-12],[0,-22],[-1,-14],[-2,-64],[-2,-56],[-2,-56],[-3,-57],[0,-12],[-2,-44],[-1,-56],[-3,-56],[-1,-55],[-2,-32],[0,-32],[-5,-134],[-1,-32],[0,-10],[-4,-96],[-2,-59],[-2,-63],[-1,-34],[-1,-23],[-4,-101],[0,-15],[0,-6],[-1,-12],[0,-26],[-3,-70],[-4,-115],[-6,-152],[-2,-74],[-1,-13],[0,-18],[-1,-21],[111,8],[15,4],[17,1],[74,13],[242,56],[11,3],[22,5],[-17,-436],[-1,-19],[-432,16],[-120,6],[-23,1],[-63,2],[1,1],[15,10],[10,311],[0,5],[-262,11],[-257,9],[-16,0],[0,0],[-622,19],[-47,5],[-53,3],[-101,5],[-50,3],[-50,3],[-101,6],[-102,5],[-100,6],[-101,5],[-94,4],[-94,5],[-27,1],[-129,6],[-101,5],[-53,2],[-49,3],[-101,4],[-101,4],[-58,2],[-43,1],[-151,5],[-151,4],[-39,1],[-62,2],[-42,2],[-59,2],[-8,0],[-44,-4],[-45,-4],[0,-1],[-5,0],[-30,-11],[-177,-286],[-47,2],[-56,-2],[-70,-10],[-44,-12],[-25,-8],[-34,-17],[-24,-16],[-24,-20],[-31,-29],[-27,-31],[-69,-97],[-37,-58],[-165,-273],[-13,-14],[-19,-14],[-14,-6],[-18,-4],[-11,0],[-8,-22],[-9,-20],[-3,-14],[-3,-17],[10,-5],[9,-5],[5,-8],[4,-16],[11,-5],[6,-15],[2,-5],[4,-13],[0,-22],[2,-17],[-8,0],[-27,25],[-12,12],[-7,6],[-10,-15],[-16,-21],[-24,21],[-17,15],[-9,-15],[-27,-44],[46,-64],[4,-113],[72,-33],[22,-7],[-1,-135],[1,-215],[0,-44],[-6,-75],[-1,-5],[-1,-19],[-1,-11],[-6,-36],[-15,-65],[-9,-26],[-14,-33],[-22,-42],[-48,-73],[-82,-108],[0,0],[-4,-6],[-22,-33],[-49,-70],[-1,0],[1,-1],[-37,-53],[-32,-44],[-22,-33],[-10,-16],[-44,-72],[-27,-43],[-23,-43],[-53,-106],[-74,-151],[-48,-103],[-8,-20],[-23,-54],[-18,-45],[-29,-78],[-44,-95],[-48,-110],[0,0],[-17,-27],[-22,-32],[-14,-19],[-13,-19],[-28,-31],[-14,-11],[-96,-85],[-110,-97],[-60,-67],[-18,-23],[-21,-32],[-14,-27],[-30,-76],[-16,-56],[-8,-34],[-5,-29],[-4,-22],[-18,-83],[-33,-158],[-12,-92],[-5,-59],[-1,-63],[16,-120],[4,-26],[1,-12],[26,-366],[-12,-190],[-13,-132],[-12,-94],[-2,-17],[-2,-33],[-6,-59],[-26,-205],[-33,-215],[-56,-355],[-16,-149],[-5,-49],[-19,3],[-29,5],[-67,10],[-31,0],[-42,0],[-10,-5],[-7,-7],[-4,-7],[0,-6],[-1,-6],[0,-20],[1,-84],[-26,2],[-10,-78],[-70,-1],[-3,-42],[-5,-65],[5,-1],[57,8],[9,22],[2,5],[14,2],[14,-4],[121,-46],[36,-9],[11,-2],[32,-11],[0,-5],[-5,-58],[-4,-77],[2,-112],[7,-32],[7,-45],[6,-50],[-3,-29],[0,-6],[34,-4],[33,-36],[24,-32],[19,-38],[17,-44],[18,-76],[6,-78],[-3,-109],[-1,-14],[-2,-24],[-3,-47],[-48,4],[-1,-13],[18,-2],[-4,0],[-3,-1],[-2,-1],[-3,-2],[-2,-5],[-3,-4],[-2,-11],[-4,-39],[-5,-53],[-6,8],[-14,5],[-42,0],[0,24],[-23,-15],[-14,-25],[-5,-25],[0,-29],[0,-14],[-7,-32],[-15,-31],[-36,-60],[-36,-86],[-10,-16],[-26,7],[0,0],[-1,0],[1,0],[-26,7],[-10,-54],[-10,-46],[-7,-32],[-18,6],[-19,12],[-18,12],[-65,21],[-13,-10],[-13,-53],[6,-21],[4,-12],[24,-4],[-17,-12],[-20,-6],[-16,-5],[-12,-55],[8,-10],[11,-13],[0,-29],[-32,-156],[-4,-9],[-7,-5],[-15,-3],[8,0],[61,-7],[49,-4],[4,-1],[0,0],[0,0],[10,-2],[-3,-13],[-16,-68],[-27,-129],[-27,-135],[-33,-143],[-38,-152],[-6,-30],[-8,-22],[-13,-46],[-12,-66],[-5,1],[-141,24],[0,-2],[-5,-33],[0,-55],[8,-43],[11,-12],[6,-71],[-4,1]],[[675105,994264],[-256,-242],[-4390,-535],[-472,-57],[-4490,-546],[-1547,-189],[-391,-47],[-2884,-351],[-1438,398],[-1284,355],[-558,154],[-258,72],[-1050,291],[-1250,345],[-3549,982],[-340,95],[-356,98],[-1452,402],[-5046,-4177],[-3631,-3006]],[[640463,988306],[-119,-98],[-125,-103]],[[640219,988105],[-854,-707],[-4644,-3845],[-1099,-909],[-244,-203],[-205,-169],[-189,-157],[-372,-308],[-494,-408],[-277,-230],[-596,-493],[-3602,-2981],[-819,-88],[-144,-16],[-6378,-683]],[[620302,976908],[-8958,-961],[0,0]],[[611344,975947],[-659,-70],[0,0]],[[610685,975877],[-26,252],[-24,0],[-181,0],[-134,6],[-1,-1],[-259,0],[-186,0],[-79,-7],[-126,-12],[-231,-29],[-138,-16],[-170,-8],[-139,-1],[-94,-4],[-64,-6],[-103,-10],[-159,-13],[0,0],[-71,0],[-419,-37],[-489,-37],[-496,-56],[-297,-49],[-782,-61],[-622,-78],[-1386,-138],[-622,-78],[-285,-28],[-738,-31],[-470,33],[-686,82],[-422,61],[-404,2],[-937,-32],[-700,-33],[-275,-13],[-1196,-59],[-460,-37],[-396,-61],[-78,-17],[-128,-24],[-181,-39],[-114,-30],[-212,-57],[-118,-36],[-104,-34],[-28,-8],[-394,-153],[-25,-11],[-164,-82],[-103,-55],[-9,-5],[-1,-1],[-182,-51],[-881,-252],[-2,3],[-1241,-350],[-989,-278],[-696,-196],[-183,-52],[-1207,-340],[-90,-25],[-736,-208],[-252,-70],[-273,-78],[-417,-117],[-659,-186],[-2186,-615]],[[584765,972011],[-7721,-2176],[-2455,-691],[-132,-38],[-116,-32],[-764,-216],[-3512,-989],[-5760,-1623],[-1680,-473],[-1420,-400],[-1236,-349],[-548,-154],[-1576,-444],[-1189,-335],[-3742,-1054],[-2566,-725],[-917,-258],[-379,-112]],[[492007,959591],[-220,-66],[-452,-134],[-375,-110],[-430,-127],[-3565,-1054]],[[486965,958100],[-3394,-1003],[-1258,-372]],[[482313,956725],[-246,456],[-188,350],[-672,1250],[-1470,412],[-742,209],[-840,236],[-2044,-384],[-901,-169],[-766,-307],[-1217,-488],[-743,-298],[-380,-128],[-190,-11],[-418,-90],[-432,-85],[-464,-131],[-10,-2],[-163,-3],[-246,-38],[-198,-23],[-11,-4],[-182,-64],[-204,-96],[-12,-5],[-161,-41],[-148,-4],[-8,-1],[-14,-4],[-224,-74],[-440,-151],[-165,-28],[-181,-65],[-55,-18],[-146,-63],[-7,-1],[-12,-4],[-176,-55],[-152,-38],[-76,-4],[-71,0],[-49,5],[-38,12],[-18,3],[-33,-1],[-65,-15],[-88,-21],[-128,-43],[-199,-97],[-246,-98],[-281,-131],[-290,-106],[-51,-14],[-318,-100],[-384,-158],[-448,-208],[-580,-289],[-538,-158],[-752,-319],[-74,-25],[-66,-18],[-64,-19],[-50,-29],[-50,-40],[-25,-13],[-104,-39],[-127,-53],[-182,-61],[-157,-50],[-76,-30],[-78,-37],[-85,-45],[-43,-27],[-58,-27],[-45,-15],[-56,-10],[-76,-12],[-181,-57],[-393,-163],[-261,-147],[-386,-188],[-205,-94],[-280,-117],[-176,-60],[-319,-112],[-309,-120],[-310,-141],[-266,-150],[-550,-201],[-442,-223],[-163,-33],[-363,-60],[-216,-65],[-354,-169],[-543,-227],[-388,-152],[-295,-98],[-358,-164],[-315,-125],[-196,-49],[-324,-108],[-212,-77],[-302,-140],[-329,-119],[-285,-131],[-462,-185],[-560,-229],[-1049,-419],[-101,-38],[-7,-573],[-5,-498],[-50,-15],[-441,-171],[-163,-52],[-542,-214],[-93,-26],[-108,-51],[-248,-60],[-186,-60],[-193,-94],[-93,-9],[-155,-86],[-108,-51],[-116,-17],[-202,-77],[-193,-52],[-240,-17],[-77,-51],[-148,-52],[-178,-68],[-263,-129],[-186,-68],[-255,-103],[-101,-26],[-100,-26],[-70,-60],[-108,-25],[-217,-43],[-294,-129],[-201,-43],[-233,-85],[-116,-9],[-178,-43],[-116,-17],[-147,-43],[-132,-68],[-93,-69],[-116,-68],[-147,-43],[-139,0],[-85,-60],[-93,-52],[-178,-42],[-186,-103],[-240,-52],[-77,-60],[-116,-51],[-129,-64],[-32,-17],[-283,-150],[-284,-76],[-306,-46],[-323,-25],[-259,-84],[-57,-14],[-67,-15],[-54,1],[-33,0],[-17,0],[-22,-6],[-313,-99],[-555,-183],[-182,-60],[-252,-95],[-129,-54],[-179,-60],[-204,-67],[-167,-56],[-257,-114],[-176,-65],[-112,-15],[-81,-9],[-92,-22],[-224,-64],[-174,-49],[-230,-73],[-224,-73],[-64,-5],[-68,0],[-128,-2],[-154,-14],[-127,-34],[-141,-39],[-41,-11],[-138,-35],[-94,-1],[-92,-15],[-123,-28],[-102,-27],[-171,-54],[-127,-29],[-142,-24],[-126,-27],[-133,-28],[-99,-22],[-103,-35],[-71,-9],[-89,-18],[-78,-20],[-121,-14],[-136,-27],[-168,-51],[-3,-1],[-24,-7],[-109,-29],[-263,-65],[-298,-95],[-367,-103],[-190,-59],[-331,-106],[-220,-74],[-146,-51],[-412,-147],[-554,-174],[-111,-27],[-243,-73],[-196,-80],[-406,-151],[-168,-38],[-292,-82],[-256,-71],[0,0],[-14,-5],[-106,-46],[-166,-61],[-276,-89],[-385,-105],[-176,-53],[-153,-61],[-163,-61],[-225,-85],[-80,-30],[-105,-38],[-177,-69],[-100,-19],[-117,-19],[-73,-3],[-164,-20],[-14,-2],[-134,-34],[-196,-49],[-184,-63],[-374,-107],[-122,-46],[-222,-71],[-218,-51],[-98,-19],[-264,-51],[-208,-51],[-122,-29],[-233,-52],[-233,-64],[-1,-1],[0,0],[0,0],[-200,-59],[-357,-121],[-242,-84],[-308,-102],[-193,-64],[-366,-105],[-389,-104],[-179,-43],[-572,-178],[-218,-68],[-118,-32],[-214,-31],[-19,-3],[-273,-9],[-68,-5],[-67,-5],[-194,-14],[-94,15],[-77,12],[-133,-8],[-176,-21],[-117,-15],[-295,-35],[-300,-50],[-271,-60],[-218,-31],[-101,-14],[-71,-4],[-120,-7],[-212,-18],[-194,-16],[-274,-35],[-205,0],[-76,-7],[-188,-25],[-241,-44],[-183,-58],[-211,-44],[-191,-68],[-173,-71],[-542,-272],[-519,-279],[-274,-132],[-260,-104],[-84,-32],[-446,-241],[-201,-108],[-315,-186],[-269,-157],[-259,-161],[-508,-315],[-219,-130],[-121,-61],[-185,-85],[-211,-114],[-300,-189],[-248,-171],[-135,-93],[-118,-85],[-66,-41],[-66,-49],[-66,-44],[-69,-59],[-213,-147],[-279,-222],[-223,-202],[-137,-131],[-86,-83],[-125,-105],[-20,-17],[-219,-197],[-57,-52],[-35,-35],[-469,-404],[-261,-253],[-181,-195],[-272,-292],[-121,-150],[-365,-493],[-368,-488],[-48,-61],[-331,-424],[-366,-488],[-81,-135],[-67,-153],[-126,-295],[-346,-538],[-341,-516],[-326,-529],[-292,-561],[-192,-303],[-161,-206],[-113,-134],[-37,-128],[-146,-283],[-99,-273],[-130,-347],[-87,-283],[-37,-183],[-25,-237],[11,-210],[20,-269],[3,2],[0,-6],[0,-43],[-2807,-2459],[-373,-327],[-7,-7],[-1250,-1219],[-285,-278],[-3301,-3222],[-118,-115],[-126,-123],[-620,-605],[-2,-1],[-2412,-2354],[-3820,-3727],[-1449,-1414],[-666,-650],[-2131,-2078],[0,0],[-332,-325],[-41,-40],[-378,-368],[-217,-211],[-187,-183],[-214,-208],[-53,-53],[-199,-96],[-162,-78],[-36,-17],[-126,-61],[0,-7],[-6,-3],[-179,-89],[-640,-319],[-10,-12],[-5,5],[-8,7],[-1,-1],[-30,90],[-161,-69],[29,-91],[-188,-85],[-53,-24],[-47,-21],[-73,-41],[-588,-257],[-48,-20],[-216,-83],[-332,-141],[-179,-85],[-172,-90],[-303,-144],[-217,-114],[-271,-132],[-153,-63],[-334,-151],[-218,-99],[-238,-119],[-449,-281],[-434,-317],[-430,-356],[-438,-340],[-422,-314],[-410,-263],[-51,-34],[-236,-108],[-228,-118],[-484,-264],[-263,-169],[-185,-121],[-431,-283],[-426,-272],[-490,-317],[-438,-304],[-422,-308],[-429,-326],[-76,-60],[-352,-259],[-435,-334],[-453,-340],[-415,-344],[-386,-300],[-456,-345],[-415,-342],[-351,-290],[-436,-327],[-358,-297],[-439,-367],[-424,-351],[-423,-355],[-414,-369],[-410,-379],[-399,-370],[-423,-372],[-80,-76],[-179,-203],[-39,-55],[-1,-1],[-288,-299],[-150,-166],[-144,-177],[-157,-170],[-59,-64],[-232,-299],[-24,-32],[-133,-173],[-104,-135],[-25,-35],[-146,-202],[-49,-68],[-183,-236],[-220,-320],[-232,-322],[-78,-107],[-550,-729],[-330,-361],[-63,-70],[-154,-173],[-116,-153],[-122,-185],[-116,-177],[-187,-309],[-186,-224],[-138,-160],[-106,-149],[-39,-66],[-7,-69],[-34,-66],[-223,-281],[-39,-64],[-18,-28],[-15,-51],[2,-103],[34,-89],[73,-118],[64,-63],[33,-36],[1,-2],[0,-5],[1,-9],[0,-1],[0,-4],[-2,-24],[-7,-23],[-2,-8],[-37,-114],[-2,-9],[-44,-140],[-16,-43],[-106,-150],[-102,-142],[-4,-6],[-163,-204],[-122,-132],[-127,-100],[-212,-152],[-169,-106],[-29,-23],[-74,-57],[-26,-84],[-16,-108],[6,-84],[33,-63],[57,-46],[109,-2],[75,86],[3,2],[1,1],[126,78],[178,91],[306,116],[200,79],[164,75],[128,118],[118,134],[89,111],[64,31],[86,0],[110,-7],[82,-32],[75,-35],[138,-90],[8,-5],[-413,-284],[-1506,-1037],[-90,-62],[-45,-30],[-6333,-4359],[-390,-268],[-1919,-1321],[-2976,-2048],[-1160,-798],[-2597,-1787],[-77,-53],[-3204,-2205],[-88,-61],[-97,-67],[172,-363],[2983,-6287],[619,-1079],[436,-759],[-129,-124],[-114,-167],[-54,-153],[-23,-18],[-1,-9],[17,-33],[7,-6],[-10,-16],[-24,-12],[-11,-9],[-65,-54],[-129,-117],[-12,-11],[-39,41],[-66,-42],[-441,-414],[-136,-113],[-213,-155],[-131,-94],[-200,-139],[-187,-117],[-121,-70],[-122,-95],[-202,-169],[-130,-127],[-138,-103],[-188,-196],[-111,-134],[-168,-172],[-261,-245],[-152,-138],[-278,-286],[-310,-360],[-84,-106],[-341,-400],[-17,-21],[-388,-438],[-94,-126],[-175,-263],[-77,-124],[-156,-260],[-162,-271],[-211,-344],[-102,-191],[-147,-265],[-128,-176],[-73,-77],[-161,-179],[-110,-154],[-115,-178],[-225,-363],[-101,-168],[-199,-358],[-107,-181],[-311,-539],[2,4],[-335,-528],[-320,-527],[-306,-537],[-320,-531],[-118,-215],[-26,-46],[-156,-284],[-300,-549],[-312,-543],[-100,-178],[-92,-197],[-58,-142],[-15,-53],[-37,-123],[-34,-168],[0,-12],[-17,-88],[-2,-11],[-11,-61],[-18,-102],[-4,-97],[16,-68],[-805,-1697],[-100,-24],[-62,-31],[-121,-89],[-158,-142],[-66,-77],[-349,-506],[-363,-505],[-155,-184],[-236,-300],[-374,-494],[-225,-326],[-128,-191],[-167,-249],[-177,-262],[-344,-514],[-96,-172],[-206,-369],[-147,-237],[-180,-303],[0,0],[0,0],[-54,-91],[-82,-139],[-311,-543],[-334,-517],[-324,-531],[-309,-539],[-337,-522],[-309,-537],[-326,-523],[-305,-543],[-176,-261],[-160,-253],[-24,11],[-4,-6],[-223,-404],[-582,-997],[-111,-197],[-139,-250],[-180,-326],[-103,-174],[-57,-117],[-30,-26],[-33,-24],[-24,-50],[-52,-80],[-57,-96],[-18,-50],[-12,-60],[-30,-54],[-87,-153],[-106,-197],[-81,-167],[-70,-153],[-57,-103],[-84,-184],[-97,-170],[-81,-167],[-84,-136],[-51,-80],[-31,-10],[-42,-7],[-30,-23],[-3,-47],[12,-60],[-39,-74],[-102,-183],[-124,-210],[-133,-223],[4,-3],[-91,-159],[-297,-551],[-300,-551],[-298,-543],[-176,-325],[-119,-222],[-265,-573],[-121,-364],[-31,-92],[-176,-444],[-88,-251],[-93,-193],[-68,-133],[-157,-284],[33,-51],[-8,-56],[-27,-104],[-38,-81],[-32,-34],[-51,-22],[-71,-17],[-225,-458],[-253,-526],[-262,-574],[-263,-569],[-125,-357],[-91,-239],[-130,-265],[-145,-312],[-66,-160],[-155,-357],[-136,-357],[-75,-247],[-208,-587],[-156,-430],[7,-24],[4,-41],[-29,-113],[-17,-87],[-22,-39],[-38,-28],[-51,-37],[-15,-26],[-95,-361],[-147,-555],[-177,-602],[-169,-616],[-141,-626],[-166,-608],[-148,-520],[-127,-620],[-185,-608],[-142,-622],[-132,-614],[-48,-300],[-33,-280],[-14,-107],[-57,-292],[-55,-225],[-110,-630],[-78,-443],[-15,-94],[9,-58],[44,-43],[7,-22],[8,-61],[-8,-55],[-33,-38],[-67,-39],[-21,-40],[-51,-308],[-102,-628],[-86,-628],[-40,-247],[-52,-327],[-52,-445],[-3,-18],[-2,-22],[-18,-149],[-17,-180],[-12,-120],[-39,-332],[-31,-221],[-16,-158],[-9,-264],[-33,-356],[-2,-25],[-8,-164],[0,-2],[-1,-26],[-15,-302],[4,-336],[-31,-642],[-6,-112],[17,-36],[3,-71],[-27,-57],[-9,-211],[7,-150],[-5,-264],[0,-27],[16,-219],[12,-60],[30,-153],[48,-67],[80,-73],[62,-83],[35,-91],[20,-105],[-11,-73],[-9,-12],[-34,-41],[-10,-12],[-60,-42],[-15,-11],[-42,-49],[-31,-66],[-24,-181],[0,-188],[31,-330],[34,-216],[40,-257],[40,-261],[58,-209],[1,-3],[42,-126],[21,-114],[11,-152],[-7,-87],[9,-125],[34,-104],[21,-63],[53,-166],[71,-246],[103,-364],[26,-63],[19,-49],[1,-1],[20,-54],[17,-43],[7,-116],[7,-34],[24,-114],[66,-125],[3,-11],[19,-62],[53,-156],[84,-124],[70,-63],[23,-127]],[[317254,799593],[-1,-52],[14,-305],[2,-40],[64,-1399],[109,-2382],[60,-1315],[34,-752],[23,-498],[-3,-230],[68,-1649]],[[317624,790971],[155,-3692],[60,-1441],[171,-4090],[8,-184],[-3,-2],[-3,-2],[-6,-4],[-1,0],[-2,-1],[-10,-1],[-2,0],[-3,-3],[-8,-9],[-5,-16],[0,0],[-4,-12],[-7,-169],[-83,-206],[-18,-41],[-20,-50],[-19,-55],[-56,-197],[-38,-101],[-46,-94],[-28,-40],[-24,-24],[-69,-42],[-9,-2],[-11,-16],[2,-10],[23,-14],[10,-28],[6,-42],[0,-32],[-2,-25],[-8,-51],[-11,-55],[-16,-66],[-3,-18],[-5,-19],[-7,-37],[-4,-34],[-10,-73],[2,-16],[6,-11],[-18,-52],[-6,-6],[-8,-12],[-19,-45],[-12,-11],[-14,-8],[-13,-3],[-11,-1],[-11,2],[-25,10],[-10,5],[-14,5],[-12,4],[-30,2],[-24,50],[-25,48],[-29,-19],[26,-57],[71,-142],[-2,-45],[0,-22],[3,-27],[13,-43],[20,-49],[3,-14],[0,-1],[-2,-21],[-8,-42],[-7,-17],[-6,-22],[-4,-18],[-7,-30],[-12,-30],[-11,-17],[-18,-33],[-4,1],[-222,57],[-6,-32],[194,-50],[5,-54],[-4,-17],[-4,-23],[-9,-18],[-2,-5],[-22,-41],[-11,-28],[-6,-27],[-4,-57],[2,-23],[6,-20],[18,-17],[28,-21],[12,-8],[9,-10],[2,-14],[-4,-34],[-9,-40],[-13,-40],[-7,-17],[-16,-32],[-25,-35],[-27,-36],[-35,-35],[-44,-39],[-245,151],[-19,-26],[218,-138],[0,-15],[1,-16],[8,-31],[14,-83],[2,-46],[0,-42],[-7,-52],[-5,-28],[-9,-28],[-10,-39],[-17,-35],[-10,-28],[-11,-41],[-10,-50],[-13,-52],[-7,-38],[-6,-61],[-7,-10],[-11,-7],[-13,-4],[-30,-7],[-45,40],[-232,205],[-24,-28],[296,-274],[40,-33],[0,-19],[-7,-98],[2,-21],[8,-65],[2,-34],[-3,-28],[-11,-40],[-16,-42],[-22,-39],[-22,-25],[-353,53],[-2,-43],[247,-36],[107,-14],[3,-37],[1,-15],[5,-25],[30,-118],[2,-38],[2,-37],[0,-29],[-4,-29],[-7,-39],[-19,-63],[-17,-47],[-22,-52],[-5,-24],[-1,-20],[-398,47],[-8,-42],[422,-53],[16,-31],[10,-24],[4,-19],[4,-24],[1,-49],[7,-91],[1,-106],[-5,-37],[-7,-27],[-18,-35],[-42,-75],[-13,-27],[-7,-36],[-443,44],[-4,-41],[447,-42],[6,-27],[9,-28],[7,-26],[5,-108],[-1,-39],[1,-28],[3,-59],[-5,-55],[-9,-62],[-15,-52],[-24,-51],[-25,-43],[-400,19],[-1,-34],[392,-22],[12,-46],[9,-27],[5,-34],[2,-49],[-2,-71],[-4,-46],[-6,-83],[0,-75],[-8,-59],[-26,-53],[-44,-36],[-22,-30],[-316,25],[-14,-19],[18,-15],[297,-27],[0,-126],[-2,-124],[-12,-262],[-10,-80],[-310,35],[-20,-19],[12,-22],[318,-32],[13,-63],[9,-99],[0,-122],[-2,-107],[-21,-89],[-39,-109],[-332,24],[-11,-23],[9,-18],[326,-21],[8,-91],[5,-137],[0,-224],[-17,-74],[-21,-62],[-342,7],[-11,-13],[12,-18],[335,-13],[14,-65],[7,-61],[9,-203],[0,-97],[-9,-127],[-7,-57],[-318,16],[-14,-28],[21,-18],[313,-9],[11,-34],[21,-99],[7,-94],[-2,-127],[-14,-115],[-33,-129],[-299,15],[-13,-27],[20,-19],[291,-8],[13,-90],[12,-119],[7,-166],[-7,-106],[-25,-115],[-229,12],[-28,-20],[6,-18],[248,-12],[14,-116],[5,-102],[-3,-106],[-11,-112],[-23,-112],[-17,-56],[-293,14],[-20,-20],[21,-18],[285,-14],[19,-106],[7,-94],[0,-81],[-4,-82],[-21,-119],[-19,-71],[-7,-51],[-272,13],[-11,-15],[12,-20],[279,-15],[45,-126],[5,-107],[2,-127],[-4,-92],[-16,-73],[-27,-64],[-305,9],[3,-29],[292,-17],[16,-58],[9,-84],[2,-130],[-9,-135],[-44,-209],[-296,13],[1,-35],[290,-15],[17,-106],[5,-89],[2,-99],[-2,-84],[-14,-110],[-18,-89],[-8,-23],[-295,19],[1,-38],[284,-18],[24,-140],[7,-105],[-4,-140],[-19,-117],[-22,-100],[-260,16],[1,-38],[256,-16],[25,-166],[10,-142],[0,-137],[-8,-80],[-2,-17],[-10,-36],[-7,-26],[-306,22],[1,-45],[302,-15],[7,-87],[2,-104],[-5,-127],[-4,-97],[-19,-117],[-6,-66],[-250,16],[-57,1],[-9,-2],[-4,-8],[1,-11],[6,-7],[34,-4],[277,-16],[11,-103],[0,-106],[-5,-161],[-14,-157],[-17,-81],[-316,13],[-8,-5],[-3,-9],[0,-9],[10,-7],[314,-14],[9,-117],[0,-199],[-7,-124],[-12,-115],[-13,-61],[-306,34],[-10,-1],[-9,-4],[-4,-11],[1,-8],[9,-8],[13,-4],[56,-7],[246,-24],[6,-100],[0,-79],[-11,-99],[-17,-120],[-25,-109],[-13,-86],[-361,46],[-19,-1],[-9,-13],[3,-14],[10,-7],[371,-46],[4,-89],[-4,-56],[-14,-107],[-18,-114],[-14,-133],[-12,-102],[-343,40],[-9,-3],[-2,-19],[13,-10],[77,-15],[261,-34],[2,-54],[0,-86],[-7,-120],[-13,-135],[-10,-106],[-18,-98],[-388,21],[-16,-3],[-7,-16],[5,-11],[32,-4],[371,-25],[12,-103],[3,-133],[-3,-165],[-7,-112],[-23,-77],[-402,24],[-12,-4],[-7,-11],[3,-8],[15,-7],[398,-28],[10,-122],[0,-114],[-12,-137],[-25,-123],[-39,-118],[-355,21],[-10,-6],[-5,-8],[1,-9],[12,-11],[19,-3],[336,-19],[4,-46],[3,-59],[0,-71],[-5,-104],[-11,-130],[-32,-119],[-30,-73],[-312,36],[-10,-8],[-3,-10],[4,-12],[13,-8],[306,-34],[4,-45],[11,-69],[7,-76],[-2,-77],[-9,-81],[-23,-81],[-39,-87],[-20,-75],[-234,24],[-9,-2],[-2,-11],[3,-12],[11,-6],[65,-9],[161,-19],[0,-157],[-5,-99],[-11,-99],[-17,-110],[-27,-89],[-17,-51],[-209,27],[-24,0],[-10,-2],[-11,-9],[-1,-10],[1,-9],[16,-11],[258,-25],[11,-48],[4,-77],[5,-56],[-2,-81],[-12,-87],[-27,-106],[-19,-92],[-5,-57],[-234,42],[-9,-1],[-10,-5],[-9,-10],[-1,-9],[6,-9],[8,-3],[64,-4],[183,-35],[0,-101],[-2,-66],[-7,-46],[-41,-107],[-28,-91],[-25,-92],[-12,-84],[-349,60],[-10,-1],[-4,-10],[-2,-12],[6,-12],[23,-5],[330,-58],[-37,-315],[-18,-135],[-35,-143],[-324,62],[-13,0],[-8,-7],[-2,-12],[11,-8],[328,-66],[-19,-89],[-26,-92],[-27,-124],[-16,-130],[-16,-157],[-1,-7],[-278,60],[-22,1],[-8,-6],[-1,-8],[3,-12],[15,-9],[289,-59],[-2,-41],[-23,-117],[-21,-132],[-16,-137],[-36,-174],[-354,67],[-6,-31],[354,-68],[-17,-97],[-33,-126],[-55,-130],[-36,-129],[-37,-92],[-199,27],[-2,-27],[190,-26],[-17,-35],[-18,-66],[-23,-99],[-16,-138],[-7,-156],[-5,-97],[-135,17],[-31,2],[-8,-14],[4,-13],[43,-4],[126,-16],[-1,-13],[3,-37],[12,-49],[19,-44],[9,-31],[8,-51],[5,-73],[-2,-42],[-10,-90],[-7,-73],[-32,-97],[-18,-40],[-221,46],[-31,6],[-11,-7],[-4,-9],[-1,-9],[11,-9],[245,-45],[-12,-65],[-11,-59],[-25,-89],[-14,-58],[-14,-120],[-4,-89],[-12,-71],[-19,-59],[-178,46],[-8,-3],[-9,-17],[7,-9],[21,-5],[159,-38],[-18,-64],[-16,-69],[-30,-116],[-23,-110],[-34,-125],[-29,-96],[-200,53],[-11,-25],[8,-10],[192,-53],[-1,-5],[-14,-132],[-5,-69],[-23,-91],[-18,-107],[-21,-102],[-16,-66],[-5,-18],[-243,62],[-5,-18],[3,-12],[236,-65],[-25,-87],[-18,-67],[-14,-55],[-16,-79],[-7,-69],[-18,-76],[-44,-102],[-22,-46],[-149,36],[-14,-1],[-10,-4],[-4,-10],[1,-7],[7,-7],[155,-38],[-3,-6],[-32,-122],[-18,-89],[-10,-109],[-20,-117],[-21,-109],[-12,-45],[-151,40],[-10,-1],[-9,-7],[-5,-8],[4,-10],[11,-6],[151,-41],[-2,-6],[-14,-87],[-13,-66],[-23,-76],[-33,-72],[-36,-89],[-37,-109],[-22,-62],[-199,47],[-21,6],[-7,-12],[-1,-14],[11,-10],[212,-50],[14,-12],[5,-7],[4,-10],[2,-6],[2,-7],[0,-13],[-39,-144],[-55,-137],[-23,-89],[-32,-97],[-32,-81],[-14,-51],[-9,-59],[-19,-83],[-22,-85],[-102,33],[-25,5],[-9,-10],[6,-10],[13,-9],[109,-39],[-2,-9],[0,-140],[-9,-71],[-9,-56],[-28,-104],[-32,-114],[-39,-133],[-71,-244],[-28,-62],[-152,47],[-17,-1],[-11,-6],[2,-11],[10,-6],[156,-50],[-5,-12],[-14,-177],[-9,-77],[-27,-109],[-30,-99],[-46,-138],[-39,-122],[-32,-109],[-19,-78],[-109,34],[-8,0],[-5,-11],[4,-13],[114,-35],[-5,-41],[-14,-69],[-23,-89],[-25,-104],[-41,-159],[-23,-101],[-14,-102],[-14,-92],[-9,-71],[-14,-53],[-17,-47],[-90,27],[-19,-5],[-9,-10],[17,-16],[118,-32],[0,-100],[-4,-59],[-14,-64],[-23,-66],[-18,-75],[-7,-61],[-28,-96],[-25,-87],[-41,-66],[-14,-56],[-42,-117],[-13,-52],[-81,26],[-11,-3],[-5,-11],[6,-12],[84,-25],[-2,-9],[-3,-74],[-25,-99],[-21,-77],[-32,-101],[-39,-102],[-41,-112],[-44,-112],[-30,-97],[-32,-100],[-37,10],[-11,2],[-10,-1],[-7,-12],[6,-19],[11,-6],[72,-21],[-24,-88],[-64,-247],[-28,-119],[-36,-132],[-46,-138],[-26,-84],[-26,-58],[-89,30],[-14,-3],[-6,-10],[2,-11],[7,-9],[128,-43],[20,-11],[-9,-72],[-16,-75],[-21,-71],[-32,-84],[-85,-211],[-34,-109],[-48,-97],[-37,-76],[-38,-51],[-45,19],[-13,-2],[-8,-11],[-1,-11],[6,-10],[15,-13],[116,-45],[-21,-72],[-13,-56],[-10,-61],[-13,-68],[-10,-91],[-9,-69],[-27,-91],[-21,-92],[-30,-94],[-23,-56],[-37,-81],[-27,-50],[-90,33],[-18,-1],[-4,-7],[0,-13],[10,-12],[118,-45],[-5,-58],[-7,-48],[-18,-84],[-23,-83],[-16,-76],[-23,-82],[-50,-137],[-37,-97],[-41,-112],[-47,-89],[-51,16],[-13,4],[-8,-7],[-3,-10],[4,-10],[8,-9],[103,-37],[-16,-113],[-16,-86],[-19,-92],[-16,-102],[-21,-102],[-34,-106],[-48,-122],[-51,-112],[-23,-46],[-90,28],[-22,5],[-10,-12],[3,-9],[20,-17],[84,-30],[-10,-67],[-11,-61],[-19,-76],[-25,-94],[-39,-102],[-39,-104],[-29,-71],[-54,15],[-17,-3],[-4,-5],[0,-15],[12,-9],[13,-6],[45,-14],[-4,-92],[-7,-81],[-16,-77],[-37,-119],[-50,-105],[-51,-105],[-45,13],[-11,-1],[-4,-12],[25,-23],[30,-9],[-9,-70],[-13,-109],[-23,-130],[-39,-137],[-42,-107],[-44,-72],[-34,9],[-10,-3],[-4,-9],[2,-10],[11,-9],[56,-17],[-2,-66],[-18,-104],[-28,-89],[-30,-92],[-25,-94],[-30,-104],[-20,-39],[-59,20],[-20,2],[-3,-11],[1,-7],[3,-7],[66,-23],[-2,-57],[-14,-87],[-9,-38],[-18,-48],[-19,-61],[-21,-61],[-20,-66],[-19,-69],[-29,-71],[-25,-41],[-20,6],[-14,-1],[-6,-8],[1,-11],[6,-3],[11,-14],[28,-9],[0,-109],[-4,-79],[-19,-89],[-18,-76],[-44,-96],[-30,-82],[-52,-81],[2,-2],[-10,-8],[8,-15],[17,-6],[17,-4],[-2,-45],[-12,-67],[-20,-101],[-30,-94],[-23,-87],[-39,-99],[-46,-92],[-51,14],[-17,-5],[-3,-7],[4,-15],[14,-10],[94,-24],[2,-24],[-7,-42],[-9,-46],[-18,-76],[-25,-76],[-25,-89],[-33,-74],[-73,-162],[-11,-1],[1,-16],[2,-2],[-1,-2],[34,-28],[-2,-69],[-10,-79],[-7,-51],[-15,-66],[-19,-73],[-25,-72],[-47,-82],[-31,-72],[-75,25],[-27,-4],[-11,-21],[15,-22],[97,-36],[0,-94],[-2,-33],[-16,-48],[-10,-31],[-13,-43],[-12,-59],[-18,-63],[-16,-66],[-28,-59],[-25,-83],[-75,19],[-31,10],[-10,-10],[-3,-10],[-1,-13],[2,-16],[113,-27],[0,-24],[-4,-58],[-10,-54],[-13,-66],[-37,-137],[-30,-82],[-37,-91],[-23,-70],[-85,29],[-12,-17],[0,-21],[90,-45],[23,-9],[0,-17],[-4,-59],[-7,-71],[-16,-68],[-34,-121],[-23,-77],[-35,-81],[-23,-61],[-23,-43],[-67,21],[-14,-13],[-4,-12],[4,-13],[151,-45],[4,-17],[7,-36],[0,-76],[-3,-51],[-9,-61],[-18,-61],[-28,-71],[-21,-79],[-39,-76],[-29,-48],[-137,48],[-12,-8],[-4,-13],[10,-17],[153,-49],[6,-80],[0,-56],[-26,-150],[-16,-91],[-4,-87],[-12,-107],[-5,-59],[-195,61],[-14,-11],[0,-15],[4,-10],[219,-68],[-2,-80],[-16,-119],[-14,-97],[-13,-68],[-33,-87],[-55,-92],[-27,-43],[-6,-3],[-171,58],[-21,-17],[0,-13],[9,-13],[147,-47],[-9,-41],[-9,-64],[-14,-51],[-9,-40],[-27,-79],[-19,-71],[-46,-89],[-32,-79],[-34,-65],[-99,38],[-25,0],[-12,-10],[16,-24],[166,-59],[-8,-52],[-19,-61],[-4,-51],[-14,-56],[-12,-61],[-2,-51],[-7,-81],[-16,-99],[-14,-64],[-18,-30],[-26,-27],[-206,83],[-14,-6],[0,-22],[211,-84],[4,-44],[-1,-52],[-5,-56],[-18,-86],[-12,-51],[-18,-61],[-34,-84],[-28,-66],[-28,-59],[-7,-11],[-125,49],[-101,37],[-12,-14],[-4,-7],[0,-11],[8,-12],[223,-78],[0,-87],[-32,-206],[-28,-145],[-34,-84],[-35,-54],[-31,-31],[-249,98],[-10,-35],[267,-107],[-4,-40],[-5,-54],[-9,-46],[-16,-53],[-27,-58],[-49,-153],[-27,-71],[-37,-69],[-21,-23],[-248,115],[-14,-35],[272,-126],[-5,-44],[-21,-87],[-36,-104],[-35,-89],[-57,-130],[-42,-89],[-16,-31],[-263,128],[-22,-39],[276,-127],[-7,-62],[-4,-76],[-10,-76],[-4,-66],[-14,-51],[-25,-74],[-44,-99],[-50,-94],[-42,-69],[-46,-71],[-55,-77],[-34,-66],[-253,114],[-14,-37],[281,-125],[-7,-47],[-5,-56],[-4,-76],[-19,-132],[-9,-82],[-23,-71],[-83,-193],[-68,-107],[-39,-59],[-15,-30],[-302,90],[-13,-19],[-2,-18],[307,-95],[-5,-69],[-3,-43],[-16,-66],[-36,-102],[-65,-137],[-43,-56],[-21,-55],[-259,92],[-20,-15],[-4,-15],[4,-17],[268,-85],[-4,-76],[-18,-132],[-19,-56],[-27,-71],[-12,-61],[-7,-76],[-1,-61],[-306,101],[-8,-15],[8,-17],[304,-102],[-3,-65],[-12,-67],[-21,-73],[-18,-61],[-67,-122],[-23,-65],[-303,120],[-8,-29],[302,-119],[-7,-18],[-2,-87],[-11,-81],[-19,-66],[-25,-81],[-23,-64],[-37,-74],[-20,-32],[-306,127],[-12,-30],[233,-95],[-5,-69],[-11,-58],[-14,-67],[-37,-111],[-27,-100],[-37,-94],[-46,-92],[-193,72],[-5,-28],[181,-67],[-4,-6],[-2,-30],[0,-112],[-5,-61],[-18,-61],[-23,-66],[-32,-112],[-46,-112],[-55,-127],[-32,-77],[-189,80],[-11,-29],[188,-78],[-1,-2],[-2,-76],[-5,-89],[-7,-79],[-4,-21],[-30,-134],[-51,-163],[-59,-150],[-46,-102],[-55,-84],[-26,-35],[-156,69],[-11,-21],[153,-67],[-2,-3],[-13,-41],[-10,-35],[-4,-61],[-12,-79],[-23,-119],[-27,-107],[-58,-176],[-34,-109],[-51,-84],[-8,-13],[-119,38],[-10,-21],[0,-20],[102,-51],[-22,-100],[-23,-84],[-62,-231],[-44,-122],[-59,-122],[-37,-66],[-17,-23],[-78,37],[-9,-21],[102,-48],[-7,-59],[-18,-94],[-19,-81],[-32,-92],[-44,-112],[-34,-81],[-46,-99],[-32,-64],[-31,-44],[-107,49],[-6,-27],[111,-48],[-3,-48],[-9,-71],[-16,-51],[-25,-71],[-76,-173],[-37,-97],[-27,-86],[-23,-56],[-32,-55],[-110,61],[-23,-6],[-12,-19],[6,-16],[113,-66],[-2,-21],[-9,-49],[-51,-124],[-27,-44],[-19,-25],[-28,-18],[-98,52],[-24,4],[-25,-19],[0,-24],[114,-63],[-10,-88],[-7,-41],[-23,-56],[-23,-46],[-41,-46],[-47,-40],[-106,64],[-17,-9],[-9,-19],[4,-17],[61,-38],[-5,-109],[-9,-61],[-12,-45],[-9,-28],[-25,-39],[-23,-25],[-32,-23],[-92,53],[-23,6],[-12,-13],[1,-19],[29,-22],[53,-31],[-2,-121],[-7,-64],[-16,-86],[-16,-31],[-25,-36],[-178,110],[-15,-8],[-8,-14],[0,-14],[84,-52],[155,-89],[-126,-298],[-172,87],[-49,35],[-19,0],[-11,-10],[-3,-16],[14,-17],[51,-24],[168,-87],[-116,-294],[-155,74],[-74,36],[-14,0],[-13,-8],[-2,-11],[6,-12],[81,-45],[150,-70],[-106,-280],[-26,11],[-187,54],[-25,-1],[-7,-17],[15,-14],[187,-59],[14,-5],[-21,-39],[-15,-46],[-52,-147],[-24,-54],[-22,-20],[-171,62],[-19,3],[-11,-6],[-13,-16],[2,-15],[10,-9],[168,-68],[3,-30],[-3,-5],[-95,-333],[-4,-2],[-5,0],[-153,52],[-12,2],[-8,-5],[-11,-16],[-9,-23],[0,-9],[7,-9],[13,-5],[152,-55],[6,-5],[0,-8],[-90,-349],[-4,-4],[-5,0],[-166,51],[-18,5],[-6,-4],[-10,-14],[-6,-8],[-2,-25],[2,-13],[12,-9],[179,-58],[-84,-298],[-2,-8],[-5,-6],[-8,1],[-171,55],[-9,-2],[-10,-13],[-11,-26],[0,-11],[10,-15],[17,-10],[161,-52],[-63,-30],[-14,2],[18,-206],[-25,-91],[-164,50],[-16,3],[-16,-10],[-3,-7],[-7,-30],[0,-15],[12,-11],[180,-53],[-74,-324],[-169,52],[-9,1],[-10,-8],[-13,-29],[-1,-14],[3,-13],[15,-8],[171,-53],[-72,-322],[-174,57],[-14,-1],[-15,-10],[-14,-33],[0,-13],[15,-15],[181,-67],[-28,-115],[-40,-204],[-172,49],[-26,0],[-7,-12],[-10,-48],[4,-13],[12,-5],[184,-46],[-53,-260],[-6,-24],[-15,-20],[-29,-10],[-43,7],[-85,32],[-20,3],[-13,-7],[-10,-15],[-2,-26],[5,-14],[7,-10],[22,-12],[140,-44],[4,-22],[-94,-439],[-147,41],[-15,3],[-11,-3],[-12,-13],[-9,-28],[2,-9],[12,-8],[20,-7],[147,-39],[-98,-464],[-38,5],[-57,14],[-49,15],[-27,7],[-12,1],[-13,-7],[-11,-19],[-4,-14],[7,-20],[11,-15],[19,-9],[154,-43],[-100,-467],[-97,27],[-92,26],[-11,1],[-13,-13],[-6,-26],[1,-20],[12,-17],[21,-7],[88,-22],[81,-21],[-50,-251],[-31,-148],[-15,-70],[-155,40],[-17,2],[-15,-6],[-8,-18],[-3,-19],[1,-14],[12,-9],[174,-39],[-59,-335],[-170,39],[-13,1],[-13,-7],[-9,-14],[-8,-19],[-2,-17],[16,-18],[23,-9],[162,-37],[-65,-333],[-171,37],[-10,-2],[-13,-14],[-8,-23],[6,-12],[13,-11],[173,-48],[-61,-344],[-162,47],[-18,4],[-15,-4],[-12,-13],[-7,-31],[3,-13],[20,-14],[175,-43],[-41,-215],[-21,-116],[-171,45],[-12,-2],[-13,-8],[-14,-17],[-7,-17],[6,-23],[22,-14],[175,-47],[-91,-418],[-11,-49],[-147,47],[-26,2],[-13,-4],[-7,-9],[-6,-12],[-3,-12],[5,-19],[10,-14],[22,-8],[151,-49],[-48,-266],[-33,-173],[-147,16],[-27,0],[-13,-8],[-10,-20],[1,-35],[7,-6],[31,-16],[34,-12],[43,-12],[61,-12],[-55,-291],[-24,-8],[-27,4],[-93,19],[-21,2],[-20,0],[-13,-9],[-7,-18],[2,-24],[9,-18],[11,-8],[50,-22],[96,-21],[15,-12],[-57,-300],[-127,28],[-31,4],[-23,-8],[-12,-17],[-8,-22],[8,-20],[21,-14],[153,-48],[-64,-336],[-138,43],[-21,0],[-16,-9],[-5,-9],[5,-14],[16,-14],[157,-42],[-74,-382],[-171,40],[-6,0],[-10,-5],[-6,-22],[4,-12],[13,-5],[165,-39],[-85,-497],[-174,38],[-18,1],[-17,-13],[-4,-7],[4,-13],[201,-50],[-93,-493],[-191,47],[-7,-1],[-8,-12],[-3,-16],[4,-11],[10,-5],[187,-49],[-68,-351],[-26,4],[-91,20],[-86,15],[-16,2],[-11,-9],[-4,-12],[1,-11],[7,-9],[15,-7],[76,-18],[127,-31],[-59,-340],[-211,42],[-14,0],[-9,-11],[-4,-22],[8,-13],[12,-8],[205,-50],[-72,-389],[-67,-353],[-235,51],[-10,-50],[234,-56],[-27,-158],[-41,-232],[-64,-352],[-256,61],[-3,-35],[254,-63],[-108,-595],[-13,-169],[-199,52],[-10,4],[-10,-4],[-7,-7],[-5,-13],[2,-7],[10,-11],[181,-53],[6,-54],[-17,-186],[-18,-97],[-39,-137],[-40,-117],[-57,-117],[-10,-20],[-113,28],[-22,2],[-16,-3],[-4,-11],[-1,-13],[17,-20],[131,-30],[47,-43],[28,-120],[9,-78],[4,-83],[-4,-73],[-18,-93],[-53,-181],[-26,-83],[-16,-26],[-223,44],[-2,-37],[236,-45],[14,-41],[4,-73],[0,-78],[-9,-127],[-13,-132],[-35,-166],[-27,-122],[-7,-25],[-73,14],[-66,12],[-14,-3],[-7,-7],[-1,-11],[5,-9],[31,-7],[115,-22],[35,-93],[18,-51],[13,-132],[-5,-108],[0,-126],[-4,-113],[-22,-180],[-18,-127],[-31,-122],[-39,-137],[-44,-112],[-44,-127],[-48,-128],[-30,3],[-11,-7],[-2,-14],[8,-11],[58,-11],[51,-150],[31,-146],[13,-137],[0,-107],[-18,-137],[-30,-156],[-40,-166],[-44,-166],[-53,-190],[-57,-195],[-83,18],[-8,-39],[108,-21],[92,-20],[6,-46],[28,-134],[7,-48],[2,-40],[9,-99],[-2,-27],[-1,-38],[0,-29],[-1,-22],[-2,-11],[-14,-50],[-12,-32],[-10,-24],[-9,-24],[-7,-22],[-17,-84],[-4,-47],[0,-38],[2,-57],[-2,-95],[-25,-121],[-15,-39],[-20,-48],[-16,-31],[-31,-62],[-12,-30],[-14,-33],[-8,-26],[-27,-156],[-2,-15],[0,-20],[-183,38],[-4,-34],[200,-44],[4,-11],[17,-23],[27,-46],[7,-14],[4,-12],[2,-16],[2,-13],[-1,-16],[-3,-18],[-9,-32],[-5,-23],[-4,-26],[-23,-220],[1,-24],[2,-32],[7,-77],[-1,-23],[-3,-21],[-16,-85],[-1,-31],[0,-33],[-8,-80],[-10,-56],[-6,-29],[-6,-36],[-9,-33],[-5,-11],[-3,-11],[-3,-25],[0,-26],[-2,-27],[-2,-17],[-7,-29],[-6,-34],[-8,-27],[-19,-57],[-6,-18],[-6,-20],[-7,-35],[-1,-22],[-4,-19],[-38,-98],[-9,-15],[-14,-29],[-200,43],[-9,-3],[-5,-6],[-1,-10],[2,-12],[5,-9],[10,-6],[187,-37],[3,-50],[7,-21],[10,-17],[11,-19],[11,-23],[16,-40],[2,-14],[6,-50],[1,-29],[-1,-41],[-2,-19],[-1,-13],[-1,-15],[0,-19],[3,-24],[3,-23],[3,-51],[-3,-60],[0,-37],[-1,-33],[-5,-36],[-9,-36],[-11,-48],[-16,-68],[-11,-24],[-11,-19],[-17,-25],[-19,-38],[-16,-49],[-10,-75],[2,-20],[-1,-53],[-2,-14],[-4,-11],[-3,-7],[-35,-45],[-20,-22],[-29,-35],[-10,-16],[-7,-12],[-3,-12],[0,-10],[1,-12],[5,-15],[3,-13],[2,-18],[-2,-32],[-2,-17],[-188,37],[-10,-3],[-7,-7],[-1,-7],[1,-10],[9,-10],[208,-42],[18,-40],[6,-19],[3,-22],[1,-43],[-1,-44],[1,-45],[2,-35],[3,-34],[-2,-32],[-4,-22],[-3,-30],[1,-51],[-1,-33],[-3,-34],[-7,-55],[-8,-41],[-8,-42],[-4,-25],[-2,-41],[-3,-16],[-13,-57],[-5,-13],[-13,-30],[-3,-13],[-1,-20],[0,-17],[0,-31],[-3,-40],[-3,-32],[-16,-61],[-9,-27],[-8,-19],[-11,-20],[-233,34],[-5,-19],[0,-7],[9,-7],[181,-28],[-5,-52],[-6,-16],[-4,-19],[-4,-38],[0,-28],[3,-18],[2,-35],[-4,-27],[-12,-31],[-5,-20],[-3,-20],[-3,-34],[2,-36],[-4,-32],[-8,-49],[-6,-47],[-5,-55],[1,-45],[-3,-41],[-8,-36],[-27,-67],[-201,38],[-7,-35],[188,-37],[-9,-47],[0,-11],[2,-15],[6,-25],[8,-27],[6,-24],[11,-43],[6,-24],[3,-16],[1,-16],[0,-16],[-1,-19],[-1,-14],[-7,-32],[-18,-96],[-18,-76],[-7,-25],[-7,-26],[-7,-21],[-15,-31],[-191,30],[-9,-3],[-4,-6],[-2,-11],[10,-16],[174,-28],[4,-15],[8,-12],[5,-5],[8,-4],[22,-11],[7,-4],[10,-9],[7,-9],[5,-6],[4,-7],[3,-11],[3,-18],[3,-29],[1,-16],[-1,-23],[-6,-57],[2,-15],[3,-16],[5,-29],[-1,-15],[-3,-18],[-4,-11],[-4,-12],[-11,-21],[-19,-47],[-15,-38],[-1,-13],[1,-11],[14,-30],[2,-12],[1,-10],[0,-14],[-1,-41],[1,-32],[0,-33],[1,-11],[3,-13],[6,-18],[4,-17],[3,-22],[1,-36],[-1,-35],[-3,-31],[-14,-45],[-4,-19],[-2,-9],[0,-11],[3,-24],[5,-47],[1,-43],[4,-56],[5,-17],[4,-16],[4,-27],[3,-22],[2,-26],[1,-27],[-1,-21],[-2,-16],[-8,-36],[-5,-26],[-11,-41],[-24,-81],[-6,-25],[-4,-12],[-9,-20],[-7,-12],[-4,-4],[-3,-3],[-4,-2],[-9,-11],[-1,-17],[0,-19],[0,-22],[-3,-25],[-5,-19],[-13,-41],[-3,-13],[0,-14],[6,-27],[4,-43],[-1,-50],[-9,-89],[-17,-140],[-2,-44],[-1,-38],[-3,-52],[-3,-27],[-5,-25],[-8,-33],[-8,-30],[-17,-42],[-15,-59],[-20,-85],[-18,-88],[-16,-89],[-12,-94],[-3,-71],[0,-81],[4,-33],[8,-28],[22,-49],[7,-15],[9,-22],[6,-17],[5,-21],[2,-17],[-2,-28],[-14,-103],[-9,-39],[-24,-72],[-7,-21],[-3,-20],[-81,-252],[-25,-62],[-32,-108],[-15,-54],[-42,-136],[-27,-67],[-6,-32],[-2,-36],[0,-71],[-6,-111],[-2,-85],[-6,-88],[-12,-67],[-16,-70],[-21,-72],[-11,-28],[-17,-28],[-37,-46],[-12,-20],[-13,-33],[-16,-53],[-20,-73],[-14,-59],[-10,-52],[-5,-42],[-7,-114],[-3,-77],[8,-81],[12,-89],[0,-71],[-23,-163],[-8,-57],[-10,-79],[-9,-52],[-6,-64],[-6,-56],[-5,-38],[-8,-42],[-11,-55],[-17,-76],[-10,-52],[-5,-38],[-11,-45],[-21,-79],[-17,-65],[-18,-56],[-17,-51],[-22,-56],[-45,-115],[-50,-110],[-13,-25],[-7,-19],[-5,-23],[-1,-18],[1,-21],[6,-68],[11,-105],[5,-59],[2,-55],[-7,-96],[-8,-66],[-7,-47],[-6,-61],[-8,-53],[-8,-38],[-11,-31],[-43,-72],[-11,-27],[-13,-35],[-9,-32],[-9,-47],[-5,-53],[-4,-59],[-14,-152],[-17,-241],[-10,-95],[-13,-104],[-14,-116],[-35,-198],[-30,-142],[-5,-53],[3,-31],[11,-74],[12,-125],[8,-75],[-1,-64],[-15,-154],[-22,-121],[-48,-237],[-14,-74],[-15,-41],[-23,-57],[-33,-103],[-4,-44],[0,-34],[2,-53],[6,-75],[-1,-170],[0,-128],[-2,-40],[-5,-51],[-8,-58],[-9,-51],[-9,-31],[-14,-37],[-16,-29],[-13,-33],[-12,-45],[-2,-44],[-2,-62],[-3,-52],[-5,-48],[-79,-301],[-6,-33],[-5,-28],[-4,-45],[-2,-38],[0,-44],[4,-64],[0,-49],[-3,-103],[4,-46],[5,-50],[5,-57],[1,-36],[0,-43],[-3,-57],[0,-62],[5,-58],[11,-85],[0,-13],[7,-44],[5,-47],[3,-58],[0,-19],[-2,-19],[-7,-28],[-1,-4],[-9,-25],[-6,-14],[-16,-33],[-7,-17],[-2,-9],[1,-31],[8,-79],[4,-26],[4,-36],[7,-74],[2,-35],[2,-37],[-6,-116],[-3,-121],[-2,-26],[-4,-31],[-9,-28],[-19,-41],[-11,-35],[-5,-30],[-1,-27],[-3,-20],[-2,-47],[-2,-52],[-2,-33],[-3,-25],[-18,-59],[-13,-35],[-26,-54],[-17,-55],[-22,-59],[-7,-30],[-2,-29],[3,-32],[5,-27],[17,-57],[5,-28],[0,-17],[-1,-11],[-3,-12],[-2,-9],[-4,-9],[0,0],[-2320,84],[-17561,642],[2496,5950],[2516,6854],[1011,4350],[864,6793],[417,6565],[-507,5137],[-220,1831],[-2,13],[-157,844],[-142,848],[-129,849],[-116,853],[-29,241],[-74,613],[-89,856],[-75,858],[-62,859],[-21,372],[-27,488],[-35,861],[-21,862],[-8,862],[19,1488],[77,1895],[107,1893],[137,1891],[167,1887],[197,1884],[226,1880],[256,1876],[285,1870],[315,1864],[515,2728],[1752,20090],[1283,18355],[465,6655],[6096,26559],[723,3153],[289,1729],[316,1724],[344,1717],[370,1710],[397,1702],[424,1695],[451,1686],[477,1677],[504,1668],[530,1658],[555,1647],[582,1636],[608,1625],[633,1613],[658,1600],[683,1588],[709,1574],[733,1560],[757,1545],[782,1531],[806,1515],[830,1500],[1353,2327],[2308,4143],[2374,4099],[2437,4052],[1645,2633],[856,1371],[2564,3955],[2626,3905],[2688,3854],[2747,3801],[2807,3748],[2866,3692],[2032,2302],[2777,3144],[2789,3209],[2629,2883],[1791,2250],[2691,2761],[2735,2708],[2776,2655],[2819,2601],[2858,2546],[2899,2491],[7926,6447],[3024,2108],[2678,1758],[10589,6948],[13611,8094],[8282,4048],[3983,2340],[3907,2801],[1611,1162],[173,125],[19,14],[1975,1425],[3308,2387],[2838,2729],[2010,1655],[3719,2213],[3112,1474],[5159,2006],[9541,3653],[2838,1043],[7679,2365],[2566,790],[3307,740],[5357,1201],[9012,1329],[4630,168],[15511,407],[9162,-417],[9529,-444],[2,0],[4003,-187],[11285,382],[21283,4631],[3864,1032],[11442,2661],[5308,2657],[2107,1454],[3243,2127],[1084,912],[20601,123],[13456,58],[296,1],[-5,15],[7,1],[12021,151],[8701,110],[1215,-28],[1339,-165],[1953,-445],[883,-243],[706,-194],[1221,-296],[1223,-294],[1715,-573],[853,-152],[968,111],[1215,-28],[853,-153],[1219,-161],[1089,110],[2064,-49],[2179,218],[2540,343],[499,89],[2157,384],[1814,227],[1210,106],[1879,-129],[919,-64],[1101,-289],[1343,-294],[1227,-426],[1251,-397],[97,-31],[370,-65],[1013,-333],[530,-175],[69,-23],[-1434,-1364],[-302,-287],[-824,-783],[-2049,-1949]],[[381889,924714],[90,889],[-90,-889],[0,-298],[0,298]],[[317776,787278],[0,1],[-72,1753],[72,-1754],[0,0]],[[450711,949041],[5,498],[7,573],[101,38],[1049,419],[560,229],[462,185],[285,131],[329,119],[302,140],[212,77],[324,108],[196,49],[315,125],[358,164],[295,98],[388,152],[543,227],[354,169],[216,65],[363,60],[163,33],[442,223],[550,201],[266,150],[310,141],[309,120],[319,112],[176,60],[280,117],[205,94],[386,188],[261,147],[393,163],[181,57],[76,12],[56,10],[45,15],[58,27],[43,27],[85,45],[78,37],[76,30],[157,50],[182,61],[127,53],[104,39],[25,13],[50,40],[50,29],[64,19],[66,18],[74,25],[752,319],[538,158],[580,289],[448,208],[384,158],[318,100],[51,14],[290,106],[281,131],[246,98],[199,97],[128,43],[88,21],[65,15],[33,1],[18,-3],[38,-12],[49,-5],[71,0],[76,4],[152,38],[176,55],[12,4],[7,1],[146,63],[55,18],[181,65],[165,28],[440,151],[224,74],[14,4],[8,1],[148,4],[161,41],[12,5],[204,96],[182,64],[11,4],[198,23],[246,38],[163,3],[10,2],[464,131],[432,85],[418,90],[190,11],[380,128],[743,298],[1217,488],[766,307],[901,169],[2044,384],[840,-236],[742,-209],[1470,-412],[672,-1250],[188,-350],[246,-456],[-2973,-879],[-137,-41],[-350,-103],[-446,-133]],[[652750,820330],[8,-36],[115,109],[45,15],[59,17],[93,28],[27,22],[11,-15],[7,-3],[11,-1],[38,5],[26,2],[15,-6],[25,-9],[27,1],[16,-7],[25,-10],[4,-1],[53,-26],[8,-2],[2,-1],[13,-8],[28,-3],[8,-1],[12,-3],[37,-6],[34,-10],[39,-21],[11,-6],[26,-20],[23,-13],[14,-8],[15,-9],[35,-26],[96,-48],[-24,-40],[-2,-5],[-13,-28],[-12,-28],[-17,-36],[-3,-5],[-14,-36],[-6,-27],[45,23],[1,8],[13,32],[0,0],[0,0],[5,-19],[28,-26],[5,-12],[1,-27],[6,-80],[3,-85],[0,-36],[-13,-79],[-19,-105],[-4,-37],[-5,-18],[0,-1],[-31,-3],[4,-44],[2,-17],[14,-138],[11,-115],[35,4],[0,-1],[24,-30],[21,-36],[65,-189],[11,-54],[0,-11],[2,-22],[-29,-17],[7,-113],[6,-51],[11,-38],[16,-45],[15,-21],[4,-43],[0,-10],[79,29],[41,-154],[-5,-2],[-130,-37],[-15,-5],[-37,-10],[-41,-18],[8,-23],[6,-4],[8,-80],[-47,1],[-45,3],[-54,14],[-28,15],[-85,-26],[-1,5],[-2,4],[-15,44],[-23,57],[-23,51],[-18,39],[-36,39],[-20,2],[-5,1],[-47,11],[-36,9],[-37,12],[-24,9],[-23,11],[-18,12],[-52,26],[-30,35],[-3,3],[-23,22],[-27,25],[-11,7],[-44,28],[-109,41],[-37,16],[-11,4],[-89,26],[-42,14],[-32,6],[-66,4],[-16,1],[-13,1],[-19,2],[-16,2],[-31,3],[10,19],[5,17],[103,172],[4,6],[-4,49],[0,4],[-8,90],[24,37],[24,28],[0,9],[21,33],[-30,260],[-11,0],[0,0],[-29,-3],[-182,-44],[-73,-12],[-24,59],[-13,33],[-60,-23],[-18,-7],[-3,-1],[-39,271],[-12,359],[-2,62],[0,5],[152,11],[0,18],[3,0],[-1,46],[2,29],[4,47],[3,15],[3,12],[13,19],[19,27],[44,39],[51,34],[17,3],[9,-13],[137,-58],[2,-7],[27,-127],[5,-30],[2,-2]],[[556194,339512],[-115,-316],[-5,4],[-23,15],[3,15],[44,133],[16,51],[36,107],[7,11],[15,6],[28,-2],[26,-4],[-32,-20]],[[556290,341878],[22,-4],[67,0],[23,-4],[22,-7],[28,-12],[14,-5],[18,-9],[21,-11],[43,-18],[39,-11],[32,-1],[22,-3],[26,-3],[21,-3],[23,-8],[22,-8],[19,-8],[14,-4],[7,-1],[15,-5],[19,-13],[39,-22],[18,-7],[19,-8],[20,-8],[18,-5],[20,-9],[27,-6],[57,0],[53,-6],[30,-8],[28,-12],[50,-24],[51,-31],[73,-33],[18,-6],[13,-8],[9,-1],[36,-2],[20,-4],[25,-7],[48,-17],[10,-6],[10,-8],[9,-6],[9,-3],[12,-6],[14,-3],[26,-9],[15,-2],[8,-2],[21,-15],[12,-5],[15,-7],[31,-17],[31,-16],[23,-9],[16,-6],[14,-3],[27,-12],[22,-12],[17,-10],[28,-6],[21,-8],[24,-14],[5,-2],[17,-12],[8,-1],[10,-4],[27,-11],[18,-9],[65,-34],[51,-21],[19,-10],[15,-11],[22,-22],[10,-8],[11,-5],[41,-9],[21,-4],[40,-11],[14,-11],[-1,-2],[-14,-15],[-9,-16],[-3,-14],[1,-16],[4,-22],[13,2],[5,34],[6,17],[15,15],[17,10],[15,4],[31,-5],[19,-4],[14,-5],[37,-24],[12,-6],[8,-2],[30,-11],[25,-20],[8,-8],[14,-9],[20,-9],[19,-7],[19,-5],[15,-2],[-5,-11],[2,-3],[14,-5],[6,9],[7,-1],[7,-8],[12,-7],[16,-7],[16,-8],[25,-20],[14,-10],[14,-7],[18,-7],[15,-4],[-2,-7],[3,-6],[9,-5],[5,1],[2,9],[7,0],[43,-13],[25,-11],[11,-8],[15,-12],[13,-9],[13,-6],[21,-5],[-3,-7],[3,-4],[10,-6],[7,8],[11,-5],[41,-37],[18,-14],[16,-10],[18,-9],[14,-4],[15,-2],[-3,-6],[10,-9],[8,6],[19,-7],[8,-3],[14,-3],[7,-4],[5,-9],[8,-11],[10,-10],[13,-8],[16,-8],[19,-5],[20,-1],[-5,-9],[4,-5],[8,-4],[3,2],[6,7],[15,-15],[14,-23],[13,-13],[14,-13],[17,-10],[23,-13],[24,-9],[12,-3],[0,-6],[3,-5],[8,-3],[3,2],[6,-3],[11,-13],[13,-12],[17,-12],[16,-13],[33,-24],[20,-12],[14,-6],[-12,-17],[2,-6],[12,-10],[5,1],[5,7],[11,-9],[15,-11],[15,-7],[12,-9],[8,-7],[10,-13],[8,-7],[14,-11],[25,-12],[-4,-8],[0,-5],[11,-11],[5,1],[8,11],[4,-1],[15,-7],[10,-9],[38,-34],[19,-16],[22,-16],[16,-9],[14,-6],[-16,-23],[0,-9],[10,-9],[6,1],[17,28],[12,-12],[27,-36],[8,-9],[15,-20],[5,-6],[13,-10],[15,-11],[9,-12],[-14,-16],[2,-6],[11,-12],[5,1],[15,18],[28,-33],[65,-69],[61,-69],[20,-27],[27,-36],[25,-40],[22,-32],[27,-44],[40,-68],[23,-45],[27,-48],[22,-45],[12,-25],[26,-56],[18,-48],[13,-41],[37,-125],[13,-55],[10,-49],[4,-25],[-79,-33],[1,5],[-67,167],[-107,237],[-78,159],[-172,210],[-179,176],[-27,-1],[-13,-16],[-22,19],[-99,74],[-38,26],[-83,55],[-90,61],[-32,20],[-58,32],[-96,55],[-67,50],[-84,59],[-135,-161],[-143,-174],[-85,-102],[-280,-335],[-7,-39],[-8,-11],[40,-44],[68,-79],[69,-77],[75,-89],[14,-19],[14,-22],[16,-29],[12,-26],[10,-24],[2,-10],[-3,-17],[-7,-12],[-8,-6],[15,-14],[4,3],[9,3],[10,-7],[19,-23],[24,-8],[1,4],[152,131],[118,98],[27,25],[47,46],[47,40],[129,109],[71,60],[30,25],[96,-119],[-13,-11],[-150,-121],[-146,-120],[-1,-1],[39,-58],[79,-118],[51,-72],[3,-4],[10,-17],[13,-20],[145,-243],[-3,-1],[-2,-23],[2,-11],[95,-171],[36,-16],[20,-9],[10,-8],[29,-183],[-85,-47],[-89,-47],[-77,-40],[-23,-7],[-57,-8],[-205,-26],[-12,-4],[-8,-9],[-5,-11],[3,-45],[11,-242],[18,-20],[7,-269],[-15,24],[-39,56],[-24,29],[-22,25],[-19,20],[-36,33],[-1,1],[-35,22],[-36,21],[-42,22],[-45,22],[-45,19],[-49,17],[2,3],[7,7],[9,9],[22,9],[21,8],[22,10],[56,36],[14,8],[12,11],[2,13],[0,37],[0,9],[-5,54],[-4,28],[-8,43],[-3,29],[-4,35],[0,59],[-4,30],[-3,43],[-4,34],[-4,38],[-21,110],[-37,133],[-27,152],[-38,69],[-20,18],[-88,-77],[-163,-144],[-413,517],[-78,99],[-39,44],[-39,19],[-48,14],[-69,10],[-72,13],[-60,17],[-81,20],[-63,20],[-45,16],[-43,23],[-54,34],[-669,455],[-29,-61],[-11,-24],[-12,6],[0,0],[-1,1],[-55,29],[-55,33],[-65,39],[-46,31],[-113,72],[-47,30],[-58,34],[-32,17],[-64,38],[-71,37],[-38,21],[-15,11],[-9,12],[-1,20],[5,10],[-12,8],[-19,10],[-59,21],[-91,26],[-305,76],[-78,21],[-9,1],[-1,4],[32,122],[14,0],[27,0],[28,-4],[23,-5],[20,-7],[5,-3],[-93,428],[-1,2],[43,85],[84,167],[6,9],[0,9],[50,98],[54,111],[-110,42],[-67,28],[-18,6],[0,5],[5,22],[36,130],[5,23],[7,9],[8,6],[3,-1],[164,188],[1,0],[8,-3],[17,-8],[22,-12],[28,-12],[62,-16],[24,-3],[70,-7],[30,-6],[30,-16],[18,-9],[41,-15],[21,-10],[10,-7],[2,0],[18,-1],[11,-5],[16,-6],[19,-5],[17,-4],[12,-4]],[[558552,338733],[-3,-2],[-15,-14],[-28,-25],[-59,-53],[-97,-84],[9,-16],[93,-140],[-71,-55],[-63,-48],[-2,-7],[-1,-7],[48,-121],[48,-122],[8,-14],[-202,43],[-50,17],[-17,-7],[-17,-6],[7,-14],[21,-35],[27,-47],[1,-14],[-4,-13],[-1,-2],[-125,85],[0,0],[-29,18],[-127,80],[-3,4],[-81,62],[-107,80],[-50,35],[-51,39],[-94,72],[-16,8],[-1,1],[-92,63],[-19,14],[-47,35],[-165,117],[-13,7],[-12,-23],[-49,-83],[-61,-106],[-19,-32],[-37,-65],[-67,39],[-304,180],[9,21],[1,1],[67,134],[8,22],[-16,13],[-76,49],[-1,0],[1,1],[-109,70],[-138,100],[-56,41],[0,0],[0,1],[-112,83],[-54,40],[-60,43],[115,316],[32,20],[9,-2],[56,-13],[21,-14],[95,-69],[5,-4],[318,511],[12,-6],[-5,9],[2,5],[11,24],[29,61],[669,-455],[54,-34],[43,-23],[45,-16],[63,-20],[81,-20],[60,-17],[72,-13],[69,-10],[48,-14],[39,-19],[39,-44],[78,-99],[413,-517]],[[588605,675771],[26,-3],[26,2],[268,41],[459,66],[68,11],[41,5],[42,4],[221,12],[124,5],[143,6],[348,15],[29,1],[277,12],[375,14],[106,3],[306,9],[8,1],[198,6],[179,6],[167,5],[23,1],[259,9],[300,9],[107,2],[465,6],[107,4],[116,0],[43,-3],[44,-9],[31,-6],[41,-22],[22,-8],[-161,-514],[-43,-130],[-12,-38],[-30,-90],[-48,-155],[-51,-158],[-14,-46],[-29,-95],[-58,-198],[-70,-228],[-49,-161],[-47,-153],[-45,-145],[-35,-113],[-12,-40],[-21,-63],[-29,-95],[-64,-206],[-84,-265],[-50,-158],[-49,-156],[-32,-104],[-42,-137],[-41,-133],[-31,-105],[-45,-150],[-50,-159],[-43,-159],[-36,-119],[-44,-146],[-48,-160],[-15,-48],[-31,-92],[-101,-295],[-55,-159],[-61,-180],[-86,-261],[-70,-218],[-17,-50],[-59,-165],[-34,-96],[-13,-2],[12,-48],[13,-84],[-3,-1],[-8,-7],[-5,-17],[6,-218],[6,-99],[5,-93],[6,-113],[7,-128],[4,-67],[8,-145],[9,-148],[8,-156],[11,-193],[13,-239],[7,-117],[12,-203],[5,-94],[6,-100],[12,-198],[3,-76],[1,-31],[12,-208],[12,-198],[5,-91],[12,-214],[7,-131],[8,-146],[7,-124],[8,-131],[1,-12],[6,-99],[8,-143],[6,-111],[0,0],[0,0],[6,-95],[4,-77],[3,-49],[8,-131],[4,-84],[2,-31],[5,-90],[9,-168],[12,-188],[6,-100],[12,-192],[10,-204],[5,-73],[6,-115],[10,-163],[9,-153],[20,-332],[1,-24],[-13,-5],[0,-16],[0,-12],[358,132],[569,218],[644,240],[14,6],[29,12],[28,5],[12,6],[29,12],[95,27],[1220,283],[1,-12],[1,-10],[47,-500],[2,-24],[2,-22],[41,-482],[-1364,-270],[-34,26],[-758,-160],[-40,-6],[-98,-19],[-76,-16],[-50,-14],[-75,-10],[-172,-35],[-93,-16],[-131,-34],[-40,-7],[-32,-12],[-75,-15],[8,-135],[8,-139],[6,-40],[6,-14],[2,-10],[5,-12],[3,-11],[1,-13],[-1,-12],[-8,-20],[-4,-19],[3,-87],[2,-67],[8,-108],[6,-92],[5,-86],[8,-128],[1,-21],[9,-134],[1,-21],[2,-40],[5,-88],[9,-152],[11,-209],[3,-54],[1,-37],[3,-88],[1,-37],[1,-17],[0,0],[2,-30],[3,-52],[2,-44],[6,-104],[0,-1],[6,-101],[14,-239],[6,-106],[8,-125],[2,-14],[0,-1],[2,-2],[5,-6],[6,-7],[5,-6],[0,-2],[0,-7],[1,-5],[-4,-13],[-14,-15],[-10,-1],[-18,0],[0,0],[-47,-12],[-112,-27],[-287,-70],[-239,-56],[-11,-2],[-142,-30],[-46,-10],[-351,-85],[-219,-51],[-211,-55],[-56,-22],[-41,-23],[-99,-64],[-71,-38],[-87,-42],[-319,-150],[-532,-254],[-36,-20],[-275,-214],[-91,-73],[-9,-1],[-36,-31],[-379,-297],[-438,-341],[-39,-29],[-22,-3],[-5,11],[-5,14],[-93,351],[-86,339],[-33,132],[-19,75],[-182,699],[-85,328],[-44,169],[-60,230],[-30,110],[-8,15],[-13,7],[0,0],[-8,56],[1,12],[-75,321],[-1,17],[16,30],[357,474],[12,15],[163,208],[25,25],[26,19],[27,16],[-10,96],[-36,361],[-8,55],[-3,16],[-6,36],[-5,81],[-1,17],[-6,74],[-7,97],[-12,70],[-6,38],[-1,5],[3,101],[1,31],[-19,1],[5,13],[7,14],[10,9],[214,1],[6,11],[-10,125],[-25,168],[-2,11],[-18,94],[-42,186],[-89,410],[-1,4],[-3,30],[-6,85],[0,5],[-1,13],[-6,82],[-7,30],[-9,21],[-11,23],[-139,277],[-330,635],[-29,77],[-3,12],[-12,58],[-12,281],[-2,13],[-7,5],[-112,-9],[-27,-2],[-118,-9],[-305,-17],[-294,-9],[-12,-4],[-14,-13],[-1,-11],[8,-10],[2,-3],[6,-6],[30,-31],[19,-29],[2,-4],[2,-8],[5,-25],[1,-19],[0,-11],[-1,-15],[-1,-13],[-1,-2],[-16,-43],[-7,-20],[-4,-13],[-2,-12],[-54,18],[-1,-4],[-15,-20],[-7,2],[-13,37],[-5,31],[-3,25],[-12,19],[-52,42],[-42,44],[-20,32],[-12,22],[4,15],[2,19],[-1,11],[-4,33],[-2,12],[-15,85],[-5,25],[-15,75],[-23,113],[-26,127],[-19,93],[-17,83],[-38,122],[-10,34],[-5,19],[-7,24],[-126,438],[-73,255],[-44,154],[-58,202],[-7,25],[-6,26],[4,68],[1,23],[5,58],[21,212],[14,134],[7,78],[20,201],[7,74],[8,72],[17,180],[10,102],[31,313],[16,161],[7,33],[16,26],[13,25],[5,19],[-5,19],[77,109],[15,33],[12,20],[78,129],[74,133],[74,134],[87,158],[51,92],[83,151],[41,74],[41,72],[23,39],[17,31],[24,44],[4,22],[-7,21],[-13,23],[29,-11],[14,1],[8,12],[98,184],[99,187],[16,37],[9,58],[26,192],[44,333],[23,172],[13,94],[7,74],[6,73],[4,56],[8,137],[6,110],[6,103],[1,17],[7,211],[7,212],[2,57],[1,143],[5,60],[13,40],[16,18],[12,7],[12,7],[62,18],[42,13],[35,18],[22,17],[22,33],[18,57],[19,104],[7,36],[10,53],[2,26],[2,27],[9,128],[1,57],[1,68],[-1,70],[-2,166],[-3,153],[-1,57],[0,76],[0,130],[0,213],[0,90],[-2,124],[-3,148],[0,18],[-3,140],[2,123],[0,18],[2,5],[112,387],[119,392],[67,218],[13,-4],[23,-7],[14,-4],[351,-101],[316,-88],[319,-89],[35,-7]],[[589611,672683],[2,-11],[8,2],[24,5],[23,5],[21,5],[22,4],[22,5],[24,5],[14,3],[11,32],[6,20],[12,40],[19,62],[0,3],[-35,-8],[-55,-12],[-56,-12],[-39,-8],[-38,-8],[0,-2],[5,-45],[3,-22],[2,-19],[3,-22],[2,-22]],[[587272,665988],[-21,-2],[-24,2],[2,-21],[0,-3],[2,-25],[2,-27],[1,-19],[1,-22],[2,-26],[2,-22],[1,-10],[0,-9],[31,2],[219,13],[-5,163],[-1,18],[-99,-6],[-50,-3],[-63,-3]],[[591773,665869],[-228,-86],[20,-214],[223,73],[-15,227]],[[587276,665369],[5,-95],[3,-92],[24,0],[41,3],[35,2],[90,5],[119,7],[117,8],[111,6],[112,6],[28,2],[-5,52],[-1,9],[-3,29],[-6,66],[-9,89],[-5,47],[-21,-1],[-105,-6],[-112,-7],[-107,-6],[-73,-5],[-37,-1],[-67,-3],[-112,-6],[-31,-1],[0,-7],[9,-101]],[[587837,663600],[3,-16],[31,0],[17,0],[10,0],[10,0],[4,0],[3,0],[4,0],[4,0],[3,0],[4,0],[4,1],[3,0],[3,0],[3,0],[2,0],[0,10],[24,14],[6,10],[2,18],[0,7],[-1,56],[-1,36],[-29,-1],[-1,23],[0,39],[-30,-1],[-47,-1],[-53,-1],[-1,0],[1,-4],[1,-25],[6,-62],[7,-55],[4,-25],[4,-23]],[[587822,662107],[2,-17],[109,24],[71,17],[-9,24],[-14,102],[-170,4],[11,-154]],[[394518,507157],[6,-36],[-23,13],[-17,21],[-8,41],[-1,38],[-1,15],[-16,61],[-2,32],[-4,18],[-7,32],[0,22],[7,8],[18,6],[13,1],[4,-20],[27,-206],[4,-46]],[[394753,507428],[8,-25],[13,-61],[10,-65],[1,-40],[3,-54],[7,-34],[16,-59],[11,-58],[24,-84],[6,-62],[3,-73],[-4,-13],[-4,2],[-20,1],[-37,0],[-4,14],[-14,19],[-4,20],[-3,40],[-14,40],[-7,41],[-27,64],[-4,32],[0,32],[-15,80],[-13,32],[-6,40],[6,56],[-13,40],[-4,24],[5,22],[24,24],[24,7],[18,-4],[13,5],[1,-3]],[[394918,506822],[-12,0],[-10,10],[-6,43],[-4,54],[-6,20],[-6,27],[-26,96],[-15,63],[2,16],[-5,21],[-7,23],[-1,18],[7,19],[0,8],[-1,15],[-5,38],[-7,15],[-6,38],[-9,47],[-13,28],[-6,16],[4,10],[9,0],[7,-4],[9,-22],[10,-32],[4,-38],[6,-46],[10,-23],[11,-22],[0,-77],[26,-87],[-4,-32],[24,-126],[6,-30],[9,-27],[10,-28],[2,-24],[-7,-7]],[[393705,506866],[0,-7],[-45,6],[-39,6],[0,6],[-8,628],[64,4],[25,-303],[20,-28],[-3,-37],[-11,-22],[-3,-253]],[[393920,506848],[-4,-1],[-10,5],[-16,6],[1,14],[-8,80],[-14,201],[-25,312],[0,48],[3,12],[9,3],[8,-6],[6,-29],[52,-641],[-2,-4]],[[393538,507543],[1,-54],[-8,8],[-10,6],[1,60],[16,-20]],[[394149,506832],[-12,-4],[-123,16],[-8,3],[-12,99],[-54,595],[41,4],[29,8],[29,18],[20,16],[13,15],[6,1],[25,-274],[9,-72],[37,-425]],[[394202,507679],[13,-147],[95,18],[31,-300],[8,-82],[14,-135],[20,-204],[2,-4],[11,-9],[13,-2],[12,3],[22,15],[11,10],[63,17],[43,7],[24,1],[24,-99],[-119,0],[-110,3],[-163,6],[-25,296],[-4,48],[-2,20],[-5,22],[-7,99],[-27,281],[-15,130],[71,6]],[[393987,507795],[66,-2],[31,0],[-21,-164],[-17,-9],[-19,-15],[-25,-14],[-1,13],[-11,148],[-3,43]],[[393343,507625],[11,-122],[-42,0],[1,93],[6,299],[14,-12],[19,-25],[-6,-224],[-3,-9]],[[393522,507818],[0,-20],[-98,7],[-12,353],[109,7],[0,-61],[1,-170],[0,-116]],[[394640,507731],[-29,-11],[-8,2],[0,11],[-21,125],[-20,16],[-24,148],[-61,370],[-25,150],[-1,24],[0,17],[4,14],[6,15],[14,13],[3,5],[1,18],[0,40],[-6,38],[18,8],[33,0],[32,6],[-1,-24],[5,-32],[3,-13],[70,-305],[24,-104],[42,-200],[56,-274],[-64,-23],[-4,-4],[-3,-15],[0,-3],[-44,-12]],[[393518,508523],[-74,-2],[0,191],[23,44],[40,0],[8,-6],[3,-227]],[[395101,508497],[-94,-40],[-30,113],[-22,85],[-71,254],[13,9],[21,9],[32,3],[32,-36],[36,-125],[28,-97],[55,-175]],[[395303,508585],[-115,-50],[-143,404],[-59,252],[9,59],[90,-7],[43,-128],[129,-393],[46,-137]],[[393359,509305],[30,-4],[26,0],[-2,-304],[14,-7],[5,-28],[3,-92],[-8,-95],[-20,3],[-19,-1],[-6,-7],[-6,-11],[0,-15],[-1,-11],[-3,-19],[-3,-25],[-2,-38],[-1,-29],[-6,-24],[-4,-6],[-7,-8],[-8,-23],[0,-7],[11,-25],[6,-23],[-14,-28],[6,-38],[2,-35],[-4,-12],[-1,2],[-12,10],[-2,20],[5,94],[0,7],[-4,19],[-9,7],[0,21],[2,165],[0,30],[2,168],[2,276],[1,25],[5,1],[3,19],[1,10],[-7,17],[-8,14],[0,10],[2,14],[-1,14],[2,58],[0,2],[7,-37],[2,-18],[7,-22],[9,-10],[5,-4]],[[393369,509635],[-6,-6],[-28,4],[2,63],[5,111],[7,1],[15,-1],[7,-1],[6,-4],[2,-9],[0,-5],[-2,-22],[-7,-32],[4,-29],[5,-33],[-4,-19],[-6,-18]],[[393619,509907],[-54,0],[-28,44],[4,69],[43,13],[59,-31],[4,-43],[-28,-52]],[[394665,510167],[227,-781],[-34,-1],[-36,12],[-46,29],[-41,-4],[-34,-9],[-17,-11],[-68,196],[-74,319],[39,43],[3,124],[-6,42],[44,37],[43,4]],[[393400,509903],[-55,-6],[3,103],[0,46],[1,136],[0,8],[8,16],[1,28],[2,29],[-5,10],[0,1],[2,0],[1,-1],[23,-2],[28,-3],[-1,-80],[-1,-39],[8,-8],[18,-22],[0,-24],[-2,-64],[-4,-22],[3,-16],[-4,-55],[-3,-14],[-23,-21]],[[394973,509483],[-17,-23],[-7,8],[-11,15],[-13,33],[-28,132],[-83,275],[-96,311],[-24,80],[-8,52],[-3,13],[24,-22],[10,-11],[3,-4],[25,-38],[202,-577],[4,-17],[-1,-2],[-8,-32],[-6,-14],[62,-169],[-14,-3],[-11,-7]],[[393862,510855],[-46,-11],[-9,77],[-10,175],[5,6],[29,7],[16,-67],[6,-71],[9,-116]],[[393715,510771],[-54,-19],[-15,201],[2,162],[16,-13],[36,-8],[11,-5],[4,-8],[11,-271],[-1,-19],[-4,-11],[-6,-9]],[[394017,510826],[-10,-10],[-17,3],[-4,0],[-10,13],[-11,32],[-5,41],[-46,221],[0,15],[4,16],[22,17],[1,-4],[17,-13],[23,-22],[47,-288],[-8,-18],[-3,-3]],[[393048,511580],[-10,-3],[3,94],[-5,121],[8,108],[0,7],[2,83],[6,0],[6,-17],[1,-37],[2,-22],[-1,-27],[12,-2],[-2,-207],[-14,-4],[0,-21],[-5,-43],[-3,-30]],[[393853,511753],[-24,-5],[-53,307],[21,20],[9,-33],[47,-289]],[[393721,512085],[37,-319],[-15,23],[-7,16],[-11,7],[-15,4],[-5,8],[-15,159],[-3,64],[9,14],[25,24]],[[393953,511899],[-53,-52],[-14,23],[-11,25],[-8,31],[-48,243],[-16,98],[2,20],[8,34],[16,5],[23,1],[14,-59],[0,-44],[22,-88],[17,-31],[10,-28],[5,-34],[3,-41],[12,-39],[17,-41],[3,-16],[-2,-7]],[[394056,512015],[10,-36],[18,4],[-3,-18],[-11,-11],[-21,-12],[-8,-14],[-51,115],[-100,344],[19,4],[26,5],[6,-6],[19,-62],[31,-102],[22,-71],[8,-27],[35,-113]],[[393084,512643],[-21,0],[4,126],[5,141],[-1,56],[-2,136],[6,52],[-5,28],[0,56],[9,30],[21,52],[6,36],[2,13],[-1,8],[27,2],[14,0],[11,-3],[4,-7],[0,-11],[-12,-174],[-3,-86],[-1,-84],[-6,-181],[-3,-10],[-16,-9],[-16,-5],[-9,-1],[-13,-165]],[[393419,513143],[-7,-3],[-14,4],[0,16],[5,301],[1,6],[20,4],[7,-1],[29,-20],[6,-9],[3,-15],[-2,-24],[-4,-21],[-10,-15],[-4,-18],[-1,-29],[0,-29],[5,-23],[11,-19],[0,-21],[-9,-30],[-10,-21],[-9,-9],[-5,-13],[-12,-11]],[[393727,513600],[-17,-17],[-10,5],[-57,7],[-26,1],[-14,-8],[-4,-9],[3,-9],[15,-12],[5,-3],[-1,0],[-2,-7],[-3,-5],[-3,-1],[-11,5],[-6,2],[-9,-5],[-7,-10],[-9,3],[-11,-2],[-7,-5],[-12,10],[-6,2],[-7,1],[-8,-2],[-3,8],[-13,13],[-14,8],[-14,5],[-12,0],[-15,-9],[-24,-21],[-42,-10],[-62,-45],[-20,-5],[-5,-25],[-3,-33],[16,6],[23,21],[10,3],[8,-12],[1,-20],[-15,-302],[-3,-65],[-7,-11],[-29,-29],[-7,-18],[-6,-160],[-3,-12],[-26,-28],[-7,-148],[-5,3],[-9,6],[-2,13],[2,25],[6,232],[9,82],[-2,6],[-7,6],[-32,16],[-3,7],[5,276],[5,51],[1,21],[8,11],[13,7],[17,5],[24,5],[0,54],[22,7],[25,61],[14,-3],[27,8],[89,40],[27,4],[33,-4],[27,0],[49,18],[16,2],[101,-8],[19,-3]],[[393439,513695],[-30,-54],[-28,-34],[-8,64],[6,-7],[10,2],[14,23],[92,178],[14,24],[6,16],[43,80],[43,95],[29,-12],[-1,-5],[-22,-29],[-7,-15],[-12,-38],[0,-12],[6,-11],[-18,-9],[-14,-14],[-14,-36],[5,-12],[54,-17],[-24,-2],[-38,0],[-9,-5],[-2,-13],[14,-24],[-33,-3],[-13,-11],[-13,-23],[1,-10],[-15,-15],[-7,-13],[-10,-37],[-19,-21]],[[392820,507041],[-2,-70],[-32,3],[-54,6],[5,55],[29,-2],[54,8]],[[392884,507030],[3,57],[7,16]],[[392894,507103],[13,10],[36,13],[22,-4],[9,-1],[12,-11],[4,-19],[-5,-137],[-99,10],[-2,66]],[[393068,507134],[-4,-149],[-23,4]],[[393041,506989],[-7,7],[3,81]],[[393037,507077],[3,34],[1,26],[6,17],[6,10],[6,6]],[[393059,507170],[7,0],[2,-36]],[[393173,506956],[-17,-4],[-43,2],[1,46],[13,272],[30,-25],[26,-15],[13,-15],[4,-19],[-4,-99],[8,-64],[0,-28],[-6,-21],[-25,-30]],[[391066,507148],[-17,-1],[-14,1],[-13,6],[-13,10],[-6,13],[-3,15],[0,17],[0,16],[1,16],[2,16],[2,16],[3,16],[5,14],[8,14],[2,16],[0,16],[-1,16],[-1,16],[0,16],[4,14],[13,10],[13,7],[13,5]],[[391064,507433],[14,2],[1,-34]],[[391079,507401],[2,-48],[0,-32],[5,-48],[-2,-84]],[[391084,507189],[-19,-36],[1,-5]],[[393242,507306],[0,16],[1,16]],[[393243,507338],[0,16],[1,16]],[[393244,507370],[1,17],[2,17],[6,14]],[[393253,507418],[11,5],[16,1]],[[393280,507424],[15,-1],[0,6],[11,16],[6,3],[15,1],[9,-5],[22,-31],[10,-24],[7,-32],[3,-455],[-90,11],[-3,23],[-4,9],[-29,17],[-10,15],[-7,15],[-2,17],[3,27],[1,0],[0,31],[1,16],[0,16],[0,16],[0,16],[1,16],[0,16],[0,16],[0,16],[0,16],[1,16],[0,16],[0,16],[1,16],[0,16],[1,15]],[[393544,506883],[-48,7],[-27,0],[-39,5],[-9,48],[0,18],[3,13],[7,529]],[[393431,507503],[90,0]],[[393521,507503],[10,-6],[8,-8]],[[393539,507489],[1,-21],[0,-17],[2,-30],[3,-343],[-1,-195]],[[392940,507353],[-10,4],[-9,5],[-1,13],[-1,84],[1,17],[7,12]],[[392927,507488],[5,5],[39,18]],[[392971,507511],[-1,-158],[-30,0]],[[390977,507681],[11,-5],[10,-9]],[[390998,507667],[5,-24],[1,-60],[-12,-100],[-13,-40],[0,-64]],[[390979,507379],[-2,-12],[-9,-10]],[[390968,507357],[-7,-30],[-5,-74],[0,-74],[-29,5],[-4,31],[9,132],[-3,96],[1,190],[4,36],[7,13],[7,1],[29,-2]],[[393242,507682],[0,-18],[0,-17]],[[393242,507647],[-1,-17],[0,-18],[-1,-17],[-2,-16],[-1,-17],[-1,-16],[-2,-16]],[[393234,507530],[-2,-15],[-8,-12]],[[393224,507503],[-13,-10],[-14,-9],[-13,-6],[-14,-2],[-15,-1],[-24,-3],[3,204],[3,34],[4,64],[1,37],[9,3],[33,11],[17,6],[15,3],[10,-3],[4,-11],[3,-13],[2,-14],[2,-14],[2,-15],[1,-16],[1,-16],[1,-16],[0,-17],[0,-17]],[[391787,507941],[-3,-243],[-39,1],[7,231],[9,9],[26,2]],[[391030,507974],[9,5],[35,4]],[[391074,507983],[-1,-2],[-2,-26],[7,-13],[22,-5],[11,-22],[0,-16],[-4,-24],[-11,-32],[-27,-56],[-11,-41],[1,-5],[-10,15],[-15,12],[-12,37],[0,138],[1,20],[7,11]],[[391408,507922],[1,-16],[0,-16],[0,-16]],[[391409,507874],[0,-16],[0,-16],[1,-16],[0,-16],[1,-16],[2,-16],[3,-15],[2,-16],[1,-16],[1,-16],[1,-16],[1,-16],[1,-16],[1,-16],[0,-16],[-1,-16],[-2,-15],[-3,-16],[-3,-16],[-4,-15],[-4,-16],[-3,-15],[-1,-16],[1,-16],[2,-16],[2,-16],[3,-15],[2,-16],[3,-16],[3,-16],[3,-15],[1,-16],[1,-16],[1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[2,-16],[2,-16],[1,-16],[-3,-15],[-6,-16],[-9,-12],[-14,-3],[-15,-1],[-9,-10],[-3,-16],[-3,-17],[-8,1],[-23,1],[2,185],[0,0],[2,635],[12,35],[16,33],[2,5],[0,3],[13,-9],[13,-9],[7,-12],[3,-15],[1,-16],[0,-17]],[[391592,508229],[-4,-229],[-4,-126]],[[391584,507874],[-4,-171],[-10,-59],[-2,-12],[-3,-37],[-2,-44],[-56,2],[9,635],[59,55],[17,-14]],[[390474,507190],[16,277],[5,57]],[[390495,507524],[5,93],[-5,124],[-5,101],[2,63],[8,97],[4,99],[0,101],[0,2],[0,0],[0,15],[2,4],[4,3],[10,10],[2,3],[0,3],[2,1],[0,1],[7,12],[9,14],[7,18],[12,9],[2,-9],[3,-21],[3,-18],[-1,-14],[-1,-19],[-2,-23],[-1,-2],[0,-194],[10,-176],[-2,-173],[-13,-157],[-20,-105]],[[390537,507386],[-14,-42],[-18,-66]],[[390505,507278],[-6,-41],[-2,-20],[1,-20],[-18,-7],[-6,0]],[[392217,508222],[4,-71],[31,2],[17,1],[-1,-811],[-85,0],[9,802],[4,45],[6,44],[-7,27],[-5,12],[-2,8],[-1,8],[2,23],[7,14],[3,-2],[6,-5],[5,-29],[7,-68]],[[392113,507349],[-1,-28],[-4,-120]],[[392108,507201],[4,-39],[-21,6],[-12,16],[-3,17],[-5,21],[-4,33],[4,39],[-4,36],[-4,24],[-8,28],[1,7],[-3,3],[2,120],[1,56],[-10,161],[2,26],[1,22],[-18,67],[-4,59],[18,77],[2,18],[0,37],[3,37],[16,39],[17,24],[5,1],[10,128],[8,75],[15,4],[21,-29],[-2,-145],[0,-30],[28,0],[-4,-79],[-3,-359],[-2,-288],[-2,-9],[-22,-9],[-13,-11],[-9,-35]],[[391641,507699],[3,231]],[[391644,507930],[5,313],[2,109]],[[391651,508352],[38,-2],[6,-2],[4,-8],[-2,-93]],[[391697,508247],[-1,-546],[-55,-2]],[[391242,507974],[-38,0],[-4,5],[-5,11],[0,35],[-1,72],[-13,69],[0,7],[1,9],[9,20],[8,33],[1,53],[-8,58],[-8,43],[21,12],[14,3],[13,4],[29,-38],[18,-37],[21,-57],[6,-53],[-3,-53],[-11,-39],[-25,-46],[-7,-15],[0,-13],[4,-26],[-5,-9],[-12,-31],[-5,-17]],[[391402,508418],[7,0],[15,-4]],[[391424,508414],[10,-5],[7,-13],[5,-12],[2,-14],[-9,-30],[-1,-6],[1,-12],[2,-7],[-2,-32],[-6,-15],[-8,-13],[-8,-10],[-15,-14],[-3,-3],[-3,-8],[-3,-17],[-5,-8],[-5,-8],[-11,-6],[5,239],[18,-1],[7,-1]],[[391795,508425],[-5,-322],[-38,28],[6,200],[0,0],[1,6],[0,27],[1,17],[-1,18],[0,17],[28,8],[8,1]],[[393321,508241],[-70,-5],[-3,52],[-1,48],[-8,37],[-5,34],[-1,5],[0,35],[-1,45],[0,49],[3,10],[25,6],[27,1],[26,-3],[9,-1],[3,-2]],[[393325,508552],[9,-7],[4,-19],[0,-7],[-5,-94],[2,-20],[12,-10],[1,-2]],[[393348,508393],[3,-8],[2,-14],[-2,-15],[-2,-10],[-7,-7],[-12,-3],[-5,-15],[-3,-17],[0,-16],[-1,-27],[0,-20]],[[390986,507743],[-1,-15],[-37,6],[-10,15],[-3,40],[4,168],[5,50],[-3,18],[-16,13],[-1,100],[5,29],[12,8],[22,6],[5,7],[4,16],[5,88],[4,24],[3,120],[5,96]],[[390989,508532],[-1,32],[8,56]],[[390996,508620],[18,44],[100,-5],[-17,-50],[-36,-25],[1,-72],[-1,-6],[1,-1],[-2,-67],[-1,-67],[-2,-51],[-1,-17],[1,-1],[-2,-265]],[[391055,508037],[-2,-8],[-46,-38]],[[391007,507991],[-7,-16],[3,-168]],[[391003,507807],[-2,-16],[-15,-48]],[[390583,507701],[5,37],[2,30]],[[390590,507768],[10,70],[6,51],[1,75],[-7,187],[5,48],[-4,49],[-4,40],[-7,46],[-4,44],[10,105],[6,37],[4,6],[0,1],[2,21],[6,19],[6,41],[11,34],[4,14],[8,7],[7,3],[-2,-34],[-3,-55],[-3,-53],[1,0],[-6,-121],[2,-89],[-1,-55],[-7,-116],[2,-105],[-1,-73],[-7,-152],[-9,-302],[-2,-171],[-4,-63],[-6,-55],[-10,-40],[-16,-6],[-27,-5],[-37,14],[-3,2],[6,34],[36,138],[20,123],[10,169],[0,50]],[[390891,507213],[-7,-59],[-6,5],[-21,8],[-5,12],[-2,27],[-4,20],[-5,16],[-8,13],[-8,7],[1,11],[-2,160],[3,196],[8,136],[0,56],[2,11],[-2,7],[2,263],[-2,24],[10,112],[3,293],[0,20],[0,30],[5,32],[2,21],[12,29],[-2,12],[13,-13],[-2,-48],[-5,-133],[2,-13],[-1,-184],[-7,-104],[0,-88],[10,-39],[14,-10],[19,-3],[-1,-13],[2,-7],[0,-81],[-9,-112],[2,-8],[-6,-64],[-1,-69],[-1,-51],[-4,-64],[4,-206],[-3,-80],[0,-72]],[[390691,508049],[-8,11],[0,2]],[[390683,508062],[-9,9],[-3,25],[9,96]],[[390680,508192],[0,16],[1,1],[0,14],[0,40],[1,19],[0,50],[3,14],[8,11],[7,7],[18,7],[14,10],[7,13],[6,11],[2,19],[-4,30],[-3,2]],[[390740,508456],[1,4],[1,15]],[[390742,508475],[4,6],[1,1],[3,11],[7,10],[7,8],[10,18],[3,20],[-4,90],[0,39],[0,11],[6,24],[18,2],[23,-1],[11,-5],[-1,-45],[-1,-77],[2,-50],[-2,-20],[-6,-22],[-12,-17],[-14,-18],[-16,-22],[-10,-117],[8,-7],[12,-18],[1,-156],[-2,-53],[6,-86],[1,-175],[-6,-67],[-2,-169],[-1,-37],[-1,-70],[1,-63]],[[390788,507420],[3,-27],[0,-36],[-3,-21]],[[390788,507336],[5,-26],[-4,-46],[-6,-30],[1,-11],[-4,-19],[-14,-39],[-78,1],[-19,3],[-9,6],[-4,12],[-8,13],[-6,43],[12,220],[3,104],[0,37],[-1,81],[-3,52],[3,48],[10,56],[15,56],[1,1],[6,20],[10,12],[10,22],[8,22],[1,20],[4,19],[-2,17],[-14,12],[-14,7]],[[392111,508372],[-10,-2],[-14,9],[2,12],[-1,128],[-1,319],[7,11],[15,19],[0,-81],[2,-415]],[[392007,508511],[-86,-9],[3,43],[-7,28],[-11,35],[-5,29],[2,28],[-1,1],[5,38],[2,19],[0,0],[0,31],[4,48],[1,70],[26,2],[0,0],[68,2],[0,-22],[-2,-73],[1,-237],[0,-33]],[[391808,508490],[0,0],[-12,-1],[0,65],[-3,16],[-7,6],[-2,2],[-13,7],[-6,0],[-9,4],[-6,11],[5,331],[6,7],[25,0],[1,1]],[[391787,508939],[9,-2],[37,-15]],[[391833,508922],[0,-63],[2,-215]],[[391835,508644],[-7,-21],[-2,-2]],[[391826,508621],[0,-1],[-7,-14],[-4,-8],[-2,-9],[-2,-10],[2,-14],[5,-23],[9,-19]],[[391827,508523],[13,-29],[-32,-4]],[[391706,508949],[6,-11],[2,-7]],[[391714,508931],[-4,-347],[-14,-11],[-12,0],[-30,-1],[4,375],[48,2]],[[390679,508994],[-13,-137],[-23,2],[-9,50],[0,50],[27,64],[18,-29]],[[390604,508856],[-34,-7],[5,69],[-1,58],[-1,40],[2,39],[7,3],[13,-4],[7,-10],[2,-18],[-2,-38],[-1,-1],[3,-131]],[[391564,508794],[-10,-6],[-26,13],[-21,71],[2,180],[11,35],[30,15],[14,0],[0,-308]],[[390320,507289],[-11,-16],[-28,-7]],[[390281,507266],[-33,-1]],[[390248,507265],[4,108],[-4,6],[-12,2],[4,113],[9,251],[8,163],[4,177],[5,143],[2,45],[5,155],[3,43],[3,175],[6,100],[5,230],[4,84],[1,19],[1,8],[-1,31],[2,45]],[[390297,509163],[4,3],[5,2],[7,1],[9,-5],[6,-4],[12,-15],[16,-75],[9,-16],[15,-14],[-1,-39],[-3,-78],[-21,-600],[1,-7],[-3,-88],[0,-20],[-6,0],[-1,-63],[-5,-123],[-3,-57],[-14,-132],[0,-58],[-3,-19],[1,-9],[2,-10],[-1,-342],[-1,-43],[-2,-63]],[[390464,508233],[-35,-1041],[-37,11]],[[390392,507203],[-6,1],[0,7],[0,14],[-7,13],[-17,15],[-12,7],[0,359],[53,64],[0,10],[5,4],[5,35],[2,43],[6,57],[1,64],[0,36],[1,22],[0,24],[0,30],[0,25],[-1,25],[3,46],[4,27],[1,27]],[[390430,508158],[-4,23],[-5,13]],[[390421,508194],[-5,8],[-8,2],[-8,1],[0,1],[4,22],[3,46]],[[390407,508274],[-1,56],[-7,40]],[[390399,508370],[7,60],[2,64]],[[390408,508494],[8,246],[6,182]],[[390422,508922],[0,0],[1,30],[2,25],[5,-1],[3,-6],[3,-13],[8,-4],[8,0],[5,13],[8,17],[7,34],[1,33],[-1,33],[0,23],[2,11],[0,23],[0,20],[4,20],[3,11]],[[390481,509191],[5,23],[3,15]],[[390489,509229],[1,15],[2,17],[10,10],[11,0],[4,-5],[6,-9],[-10,-48],[-6,-45],[5,-55],[20,-114],[2,-175],[-3,-100],[-4,-90],[-49,-12],[0,-177],[45,3],[2,-96],[-7,-27],[-5,-15],[-13,-7],[-13,-15],[-6,-16],[-9,-19],[-3,-13],[-5,-3]],[[390880,508941],[0,-27],[-33,5],[1,29],[0,73]],[[390848,509021],[6,329],[2,25]],[[390856,509375],[3,1]],[[390859,509376],[4,1],[13,-5],[2,-1],[10,-9],[1,-5]],[[390889,509357],[6,-31],[-15,-385]],[[393331,509212],[-8,36],[-5,4],[-7,17]],[[393311,509269],[-7,68],[0,7]],[[393304,509344],[1,46],[8,16],[6,5],[7,-8],[3,-8],[0,-1]],[[393329,509394],[-2,-58],[1,-14],[-2,-14],[0,-10],[8,-14],[7,-17],[-1,-10],[-3,-19],[-5,-1],[-1,-25]],[[393204,509734],[0,-2],[0,2],[5,-329],[-7,16],[2,-43],[-2,-178],[-15,-52],[2,-70],[8,-64],[10,-87],[3,-144],[0,-98],[-5,-45],[2,-31],[0,-23],[2,-18],[4,-17],[0,-3],[4,-3],[-8,-10],[-2,-3],[-5,-6],[-7,-11],[-6,-23],[-2,-74],[7,-119],[6,-87],[-48,-21],[-41,15],[-8,235],[2,54],[-3,80],[1,72],[-1,152],[-3,73],[0,74],[-14,8],[0,449],[29,32],[29,0],[21,0],[18,0],[-13,16],[-2,23],[-8,135],[3,3],[-1,25],[0,45],[0,31],[6,10]],[[393167,509723],[15,11],[22,0]],[[393335,509633],[-25,-2],[3,176],[29,0]],[[393342,509807],[-5,-111],[-2,-63]],[[392390,507695],[-6,128],[-6,410]],[[392378,508233],[2,31],[0,20]],[[392380,508284],[-14,1]],[[392366,508285],[-15,-7]],[[392351,508278],[-6,-128]],[[392345,508150],[1,-761],[-6,-16]],[[392340,507373],[-17,-15],[-32,-12],[-10,0],[2,613],[-3,76],[2,17],[0,103],[1,127]],[[392283,508282],[83,3]],[[392366,508285],[-2,612]],[[392364,508897],[0,18],[0,13],[0,0],[0,10],[1,3]],[[392365,508941],[-10,35],[-2,254]],[[392353,509230],[4,217]],[[392357,509447],[37,0],[61,-2],[1,0]],[[392456,509445],[3,10],[6,134],[3,35],[4,37],[1,12]],[[392473,509673],[4,37],[0,16]],[[392477,509726],[-1,22],[-2,19],[1,15]],[[392475,509782],[0,2],[1,18],[3,24],[7,18],[0,0],[0,2]],[[392486,509846],[5,5],[22,6],[22,-2],[16,-7],[2,-3],[-15,-524],[-14,-424],[-2,-7],[-12,-821],[-8,-539],[4,-13],[14,-15],[-20,-22],[-36,-31],[-16,-20],[-8,-20],[4,-18],[-3,-15],[-14,-11],[-13,18],[-17,40],[-7,32],[2,120],[-2,120]],[[392891,509137],[0,-16],[0,-16]],[[392891,509105],[0,-16],[1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[1,-16],[0,-16],[0,-16],[0,-15],[0,-16],[0,-16],[1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-15],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[-1,-16],[0,-15],[0,-16],[0,-16],[0,-16],[-1,-16],[-4,-15],[-8,-14],[-9,-14],[-5,-14],[-1,-16],[-1,-16],[-1,-16],[-1,-16],[-1,-15],[0,-16],[-1,-16],[-1,-16],[0,-16],[0,-16],[-1,-16],[0,-16],[0,-16],[-1,-16],[0,-16],[0,-16],[0,-16],[-1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[-1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[-1,-16],[0,-16],[0,-16],[-53,-10],[12,541]],[[392814,508175],[0,7],[-60,-1]],[[392754,508181],[-43,-1],[-25,306],[16,543],[7,876],[98,5],[1,-20],[1,-16],[0,-16],[1,-16],[1,-16],[1,-16],[1,-16],[1,-16],[1,-16],[1,-16]],[[392816,509746],[1,-16],[1,-16]],[[392818,509714],[5,-16],[12,-2],[13,7],[14,7],[14,0],[7,-13],[1,-17],[0,-16],[0,-16],[1,-15],[0,-16],[0,-16],[0,-16],[0,-16],[1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[1,-16],[0,-16]],[[392656,509585],[-1,-106],[-6,-121]],[[392649,509358],[8,-78],[6,-27],[-6,-112],[-4,-412],[-12,-550],[-2,-63],[46,-8],[0,-192],[-51,0]],[[392634,507916],[-7,-298],[-48,-59]],[[392579,507559],[-10,20]],[[392569,507579],[-20,392],[3,497]],[[392552,508468],[11,344],[9,168],[0,48],[4,18],[1,28],[0,36],[4,32],[1,26],[-1,43],[9,16],[4,14],[-1,22],[-4,49],[4,12],[1,12],[-1,8],[-3,10],[-6,15],[-1,13],[4,16],[5,16],[1,30],[0,15],[-2,6],[-9,40],[1,38],[7,21],[5,1],[19,5],[5,0],[-4,262],[8,104],[30,3],[2,-228],[-3,-13],[4,-19],[-2,-43],[3,-1],[-1,-50]],[[392926,510029],[14,7],[2,1],[15,2],[15,0],[25,-18]],[[392997,510021],[-6,-246],[-3,-122],[50,1],[0,-573],[-3,-129],[-45,-7],[0,-467],[1,-1],[1,-1],[0,-8],[2,-18],[-2,-279],[-8,-28],[-10,-46],[0,-165],[-1,-158],[-17,24],[-6,10],[-31,45],[-7,91],[7,190],[11,49],[-3,10],[-1,10],[4,121],[-3,65],[23,60],[2,1],[29,40],[-2,1],[2,87],[-3,76],[-4,11],[-9,11],[-19,6],[-15,-1],[-10,411],[1,63],[3,386],[2,279],[-1,209]],[[393345,509897],[-9,0],[-20,10]],[[393316,509907],[0,1],[-18,8]],[[393298,509916],[-4,15],[0,17],[3,6],[4,11],[1,214],[0,1],[8,8],[12,2],[1,83],[24,0],[8,1]],[[393355,510274],[0,-1],[5,-10],[-2,-29],[-1,-28],[-8,-16],[0,-8],[-1,-136],[0,-46],[-3,-103]],[[392673,510442],[-22,-57],[-20,39],[-2,131],[8,128],[19,85],[13,-56],[6,-94],[3,-86],[-4,-40],[0,-28],[-1,-22]],[[392112,510045],[-12,15],[-9,45],[-3,40],[-6,261],[13,342],[13,33],[40,13],[33,0],[5,-79],[4,-28],[1,-60],[1,-52],[-5,-102]],[[392187,510473],[-5,-50],[-8,-20]],[[392174,510403],[-13,-23],[-11,-20],[-9,-21],[-13,-40],[0,-151]],[[392128,510148],[-3,-49],[-5,-26]],[[392120,510073],[-5,-19],[-3,-9]],[[392316,511111],[73,-2],[6,252],[9,209]],[[392404,511570],[7,13],[15,10]],[[392426,511593],[27,13],[28,14],[0,-3],[16,-18],[35,-4],[40,4],[-6,-17],[-6,-14],[-7,-57],[-3,-86],[0,-140],[-2,-90],[4,-40],[-21,-47],[-34,-8],[-20,-24],[-89,19],[-65,-3],[-7,19]],[[392886,510330],[-1,-4],[-36,1],[0,2],[-38,-32],[0,-55],[3,-54],[3,-18]],[[392817,510170],[-3,4]],[[392814,510174],[-5,1],[-4,1]],[[392805,510176],[-11,4],[-6,10]],[[392788,510190],[-4,23],[-4,64]],[[392780,510277],[0,66],[-3,78],[1,61],[2,17],[40,171],[8,44],[-2,167]],[[392826,510881],[0,63],[1,40]],[[392827,510984],[-3,72],[-9,56],[-7,72],[3,137],[-4,698],[4,20],[8,4],[28,2],[15,-6]],[[392862,512039],[-5,-93],[22,-25]],[[392879,511921],[23,-6]],[[392902,511915],[24,-29],[5,-82]],[[392931,511804],[-8,-128],[-10,-90],[-5,-41],[-29,-35],[-25,-32],[-1,-75],[-5,-475],[54,0],[27,-9],[15,-32],[0,-137],[-7,-121],[3,-7],[0,-129],[-56,-8],[-10,-134],[12,-21]],[[392601,511596],[12,11],[14,3]],[[392627,511610],[4,7],[4,76],[15,1],[12,3],[0,69],[0,151],[6,200],[15,-20],[14,-43],[6,-24],[7,-110],[7,-132],[-2,-92],[0,-116],[-11,-61],[-4,-62],[0,-30],[1,-10]],[[392701,511417],[1,-54],[9,-56]],[[392711,511307],[-5,-43],[-3,-47],[-3,-23],[0,-7],[-3,-20],[-12,-24],[-22,-17],[-4,19],[-2,22],[6,48],[-3,29],[-7,22],[-11,25],[0,16],[-9,16],[-21,14],[-10,9],[-4,7],[2,105],[1,97],[0,41]],[[392702,512400],[-30,-11],[-2,145],[-2,27],[-13,11],[-23,3],[-4,133],[20,93],[58,160],[21,53],[-14,-71],[-3,-15],[-2,-10],[13,-21],[4,-18],[-14,-267],[-9,-212]],[[392973,513174],[7,2],[7,-17]],[[392987,513159],[0,-16],[-3,-16],[-2,-16],[-1,-15],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[0,-16],[-1,-16],[0,-16],[0,-16],[-1,-16],[-2,-16],[-3,-15],[-5,-16],[-6,-14],[-7,-15],[-9,-12],[-13,-7],[-13,-3],[-15,-2],[-15,-2],[-14,-2],[-3,2],[1,128],[16,208],[5,24],[10,24],[24,-3],[6,-15],[13,-6],[8,10],[5,16],[6,16],[5,18]],[[392540,512767],[-21,-6],[-16,7],[-19,13],[-8,25],[17,150],[9,23],[39,370],[13,7],[56,-8],[3,-24],[-35,-249],[-38,-308]],[[393490,514009],[-8,-35],[-110,-297],[1,-6]],[[393373,513671],[8,-64]],[[393381,513607],[-27,-32],[-26,-21]],[[393328,513554],[-3,-8],[-25,-61],[-22,-7]],[[393278,513478],[0,1],[-82,-20],[0,-2],[-18,-6],[-70,-39],[-2,-5],[1,-30]],[[393107,513377],[1,-8],[-2,-13],[-6,-36],[-21,-52],[-9,-30],[0,-56],[5,-28],[-6,-52],[2,-136],[1,-56],[-5,-141]],[[393067,512769],[-7,8],[-7,4],[-29,0],[-8,2]],[[393016,512783],[-3,5],[0,11],[7,196]],[[393020,512995],[8,121],[12,87]],[[393040,513203],[3,135],[4,13],[9,5],[12,-1],[15,0],[3,12],[6,25],[-1,11],[0,0],[-27,2],[-6,4],[-44,12],[-44,0],[-12,-5],[-32,5],[-1,4]],[[392925,513425],[-32,9],[-92,8]],[[392801,513442],[-9,-7],[-10,-37],[-7,-33],[4,-11],[-3,-64],[-9,-85],[-16,-119],[-22,-66],[0,35],[18,176],[15,114],[1,55],[2,32],[-13,16],[-15,9],[-103,10],[-22,-4],[-12,14],[-29,14],[-40,10],[-40,14],[-22,1],[-23,5],[-22,-1],[8,-32],[-8,-28],[1,-23],[10,-27],[4,-36],[-3,-43],[-21,-210],[-16,-159],[-17,-157]],[[392382,512805],[-44,-443],[-4,3]],[[392334,512365],[-10,-2],[-13,-19],[-4,-30],[0,-92],[0,-9],[-23,2],[-4,1],[0,4],[-4,5],[-13,34],[-5,55],[2,38],[3,15],[4,45],[14,53],[4,29],[0,24],[-5,42],[0,30],[7,38],[11,26],[-2,22],[-6,22],[1,10],[1,6],[7,18],[-1,19],[-13,24],[-2,37],[15,37],[3,6],[13,147],[5,40],[6,16]],[[392325,513058],[7,40],[0,28],[-9,40]],[[392323,513166],[-2,24],[13,46],[11,56],[0,15],[-9,54],[0,30],[12,50],[12,24],[35,1],[2,53],[-14,-4],[-29,0],[-71,18],[-5,0],[-5,-26],[0,-15],[8,-11],[34,-6],[7,-6],[-1,-35],[-18,-166],[-16,-134],[-26,-216],[-19,-164],[-2,-41],[-25,-396],[-10,-219],[-2,-5],[-6,-9],[-34,-7],[-8,-7],[0,-14],[-7,-298],[-3,-54],[-9,-380],[-8,-11],[-8,-26],[-5,-67],[-20,17],[5,224],[-1,156],[-8,88],[-9,14],[1,3],[-20,7],[-1,11],[0,11],[-3,122],[0,377],[4,56],[23,207],[9,116],[50,450],[24,212],[6,59],[1,10],[-1,37],[5,89],[15,15],[21,2],[13,10],[3,10],[-1,11],[-5,5],[-2,3],[-68,19],[14,72],[5,-10],[21,-15],[29,-13],[13,-3],[74,-19],[109,-7],[57,-15],[3,-2],[12,-7],[94,-23],[22,-2],[7,-4],[32,-6],[60,-10],[72,-6],[4,1],[66,-5],[46,-2]],[[392896,513485],[44,5],[15,5]],[[392955,513495],[91,23],[15,3],[237,78],[9,5],[14,12],[15,20],[-17,7],[-3,3],[5,17],[-14,0],[-4,-7],[-17,-6],[-7,6],[-16,-2],[-17,6],[-10,14],[-4,25],[6,34],[4,31],[9,27],[31,56],[27,33],[13,18],[20,39],[15,28],[48,72],[15,4],[6,-2],[7,-4],[4,-7],[25,-10],[20,2],[8,-11]],[[392927,513529],[-82,5],[0,23],[-7,34],[0,20],[6,30],[44,120],[17,36],[5,20],[3,9],[75,201],[11,21],[12,13],[20,4],[6,2],[13,3],[51,-5]],[[393101,514065],[3,-1],[20,-8],[-197,-527]],[[392809,514043],[53,45],[8,9]],[[392870,514097],[23,54],[88,-35],[-79,-216],[-141,-341],[-46,-10],[-53,14],[14,54],[-17,36],[-4,24],[3,24],[7,24],[20,40],[9,24],[5,30],[9,30],[40,68],[46,109],[15,17]],[[393225,514157],[-14,-25],[-11,2],[-5,10],[1,17],[35,121],[9,14],[12,10],[8,0],[6,-7],[-1,-16],[-13,-48],[-2,-6],[-25,-72]],[[393348,514496],[-38,20],[22,54],[20,10],[14,-18]],[[393366,514562],[-9,-30],[-9,-36]],[[392922,514420],[20,56],[11,23]],[[392953,514499],[25,27],[21,35],[27,31],[24,5],[9,-17],[0,-8],[7,-25],[15,-15],[5,-16],[-36,-112],[-27,-71],[-9,-13],[-18,-15],[-49,-2],[-3,0],[-26,14],[-9,11],[0,20],[5,40],[8,32]],[[393168,514030],[37,20],[3,-1]],[[393208,514049],[27,29],[21,38],[41,97],[41,122],[50,146],[43,133],[16,-66],[-81,-215],[16,-11],[-108,-287],[-22,-20],[-20,-2],[-15,15],[-8,18],[-1,-2],[-45,-43],[-20,-23],[6,-6],[10,-7],[2,-10],[0,-18],[-13,-23],[-35,-78],[-26,-74],[-14,-66],[-1,-7],[-23,-37],[-4,-14],[-10,-31],[-16,-36],[-6,-25],[0,-3],[-28,-5],[5,13],[16,37],[17,43],[5,22],[0,17],[-4,47],[3,35],[4,19],[5,14],[9,25],[5,25],[7,24],[35,76],[33,56],[23,25],[12,9],[8,5]],[[393134,515179],[9,-53],[-7,-38]],[[393136,515088],[-14,-48],[-17,-39],[-28,-48],[-14,-31],[-9,-42],[-10,-17],[-17,-10],[-21,2],[-22,5],[13,49],[21,58],[31,71],[79,150],[6,-9]],[[393004,515231],[18,6],[18,29]],[[393040,515266],[18,46],[4,3],[9,0],[15,-11],[7,-11],[0,-29],[-27,-70],[-3,-30],[-20,-48],[-22,-38],[-18,-40],[-12,-48],[-13,-32],[-63,-110],[-28,-29],[-89,-244],[-12,-22],[-33,-87],[-8,-29],[-199,-518],[-27,-78],[-87,-228],[-5,-8],[-5,15],[-9,13],[-20,12],[4,15],[58,151],[21,66],[37,87],[21,51],[19,44],[21,51],[13,30],[35,82],[11,42],[18,48],[21,41],[28,77],[11,43],[17,53],[17,29],[32,61],[88,236],[10,32],[1,16],[-2,32],[1,23],[63,133],[12,32],[48,104],[6,7]],[[392196,513750],[136,347],[11,30]],[[392343,514127],[514,1255],[95,-11],[-7,-20],[4,-13],[9,-16],[0,-14],[-13,-28],[-16,-16],[-14,-20],[-5,-16],[-24,-112],[-19,-64],[-17,-24],[-46,-26],[-10,-10],[-26,-56],[-62,-143],[-24,-29],[-37,-88],[-4,-16],[-99,-242],[-6,-18]],[[392536,514400],[1,-36],[-2,-24]],[[392535,514340],[-18,-43],[-4,-18],[4,-34],[8,-14],[4,-12],[-4,-18],[-42,-96],[-39,-108],[-118,-290],[-16,-13],[-11,-25],[0,-15],[-5,-14],[-7,-7],[-15,-2],[-5,2],[-16,22],[-5,-1],[-42,-5],[-31,7],[-7,14],[0,1],[29,79],[1,0]],[[393464,515520],[-8,-14],[-6,-15]],[[393450,515491],[-4,-15],[0,-16]],[[393446,515460],[0,-16],[-1,-16],[-2,-16],[-4,-15],[-8,-13],[-9,-13],[-11,-11],[-8,-12],[-7,-15],[-5,-14],[-6,-15],[-5,-15],[-5,-15],[-5,-15],[-5,-15],[-5,-15]],[[393360,515229],[-6,-15],[-5,-14]],[[393349,515200],[-6,-15],[-6,-15],[-6,-14],[-5,-15],[-6,-15],[-6,-14],[-6,-15],[-5,-15],[-6,-14],[-5,-15],[-5,-15],[-5,-15],[-4,-15],[-3,-16],[-4,-16],[-3,-15],[-59,-125],[-40,-60],[-21,-9],[-16,0],[-12,9],[-35,-91],[-4,70],[7,57],[27,48],[14,69],[42,111],[46,79],[71,127],[24,32],[-5,1],[1,2],[25,54],[28,70],[34,60],[35,58],[26,36],[19,-10],[-2,-16],[-9,-13]],[[393846,515660],[11,24],[0,0]],[[393857,515684],[28,-24],[-30,-99],[-63,-162],[-63,-139],[-31,-56],[-22,9],[-4,33],[21,49],[32,74],[26,61],[41,100],[54,130]],[[393176,514621],[74,201],[23,42]],[[393273,514864],[21,44],[17,47],[11,17],[159,300],[10,6],[30,70],[-2,11],[-39,45],[-3,9],[1,7],[0,8],[48,118],[26,50],[38,90],[11,8],[17,20],[19,26],[11,6]],[[393648,515746],[7,5],[12,-2],[30,-16],[-48,-134]],[[393649,515599],[-57,-132],[-42,-95],[-133,-268],[-160,-348],[-24,-62],[-3,-8],[50,-26],[-12,-31],[-18,-57],[-10,-45],[-8,-29],[-13,-41],[-3,-10],[-8,-21],[-8,-22],[-14,-21],[-4,-18],[-19,-49],[-17,-33],[-5,0],[-14,5],[-3,2],[-23,-51],[0,3],[-43,34],[-2,8],[0,14],[8,20],[78,208],[5,4],[29,91]],[[381491,520758],[16,-8],[0,-4]],[[381507,520746],[12,-5],[299,-172],[28,-16],[60,-34],[36,-19],[0,0]],[[381942,520500],[-4,-7]],[[381938,520493],[-6,-11],[-26,-66]],[[381906,520416],[-27,-66],[-14,-24],[-11,-4],[-177,95],[-77,39],[-209,95],[-70,28],[-69,24],[-109,31],[-90,19],[-59,8],[-73,5],[-24,0],[-25,0],[-45,0],[-65,-1],[-192,-19],[-96,-20],[-14,-4],[-63,-20],[-54,-22]],[[380343,520580],[-60,-32],[-31,-23]],[[380252,520525],[-67,-47],[-59,-51],[-54,-52],[-5,-5],[-98,-104],[-34,-37],[-48,-58],[-10,-9],[-40,-56],[-119,-180],[-49,-90],[-81,-119],[-46,-57],[-104,-135],[-118,-117],[-114,-123],[-81,-78],[-140,-135],[-4,-5],[-59,-63],[-38,-45],[-33,-50],[-19,-32],[-5,-9],[-6,-10],[-29,-64],[-4,-9]],[[378788,518785],[-5,-14],[-8,-19],[-4,-21],[-1,-8],[-14,-62],[-9,-5],[-6,-12],[-2,-21],[1,-3],[6,-32],[-66,-566],[-18,-31],[0,-1],[-15,1],[-56,3],[-8,2],[-537,54],[-1,2],[-172,18],[-45,-1],[-20,-8],[-22,-13],[-12,-11],[-9,-14],[-10,-24],[-19,-135],[-6,-24],[-16,-41],[-7,-41],[-3,-82],[3,-32],[8,-14],[20,-16],[30,-11],[49,-10],[22,-15],[21,-29],[5,-20],[2,-33],[6,-22],[20,-28],[3,-6],[7,-13],[8,-43],[19,-34],[21,-49],[5,-6],[10,-12],[25,-17],[6,-7],[30,-32],[13,-9],[56,-20],[-10,-48],[-22,-14],[-17,-26],[-47,-70],[-13,-8],[-14,0],[-253,38],[-7,3],[-22,1],[-136,17],[-6,1],[-10,2],[1,8],[10,48],[3,32],[3,20],[8,34],[9,35],[13,-2],[6,33],[4,27],[7,43],[-7,2],[3,35],[8,43],[2,15],[10,45],[11,58],[10,66],[11,70],[6,40],[6,41],[-4,6],[-210,23],[-132,18],[-298,32],[-92,10],[3,11],[4,-2],[23,0],[37,-6],[17,2],[9,1],[5,-4],[13,0],[22,-1],[10,0],[14,-1],[10,0],[9,0],[23,1],[11,2],[22,-1],[30,2],[16,0],[259,-23],[66,-5],[46,-2],[84,-4],[5,2],[7,8],[4,9],[3,7],[6,41],[8,59],[3,7],[4,27],[15,123],[1,14],[4,52],[4,44],[-5,12],[-78,14],[-30,2],[5,117],[3,51],[4,19],[10,1],[8,6],[3,6],[98,-4],[59,-2],[398,-22],[4,37],[7,72],[5,42],[-583,23],[-54,6],[-277,8],[-18,0],[-108,6],[3,26],[4,25],[4,22],[2,15],[4,22],[2,25],[184,3],[41,225],[156,-6],[17,-1],[274,-11],[132,-3],[194,-4],[22,-2],[13,5],[3,2],[3,9],[-3,14],[-32,167],[25,16],[44,49],[22,50],[8,47],[7,49],[-2,89],[-10,42],[-3,23],[-19,71],[-17,48],[-18,40],[-7,10],[88,60],[-11,16],[-2,16]],[[378300,519792],[5,6]],[[378305,519798],[62,8],[27,35]],[[378394,519841],[3,3]],[[378397,519844],[24,23],[14,19]],[[378435,519886],[29,38],[0,8],[-7,7],[-42,19],[-8,1],[13,60],[7,31],[-1,9],[-3,21],[-12,8],[-145,44],[-22,11],[-58,51],[-13,6]],[[378173,520200],[7,27],[4,14],[11,26],[13,25],[14,19],[10,20],[8,31],[4,12]],[[378244,520374],[12,37],[12,42]],[[378268,520453],[1,11],[-1,18],[-7,6],[-28,14],[-96,30],[-16,12],[-8,11],[-7,21],[3,16],[-3,9],[-20,18],[-11,4],[-50,20],[-24,5],[-35,4],[-23,8],[-27,12],[-16,6],[-36,23],[22,40]],[[377886,520741],[31,47],[8,24]],[[377925,520812],[44,-13],[10,38],[28,123],[66,-21],[72,-16],[27,-9],[27,-18],[16,-3],[4,15],[-18,6],[-15,21],[-63,17],[-54,21],[-43,10],[-15,7],[-9,10],[2,8]],[[378004,521008],[4,11],[10,18],[24,28],[16,10],[18,7],[18,3],[5,0]],[[378099,521085],[17,-1],[119,-33],[4,27],[-42,15],[-14,9],[-21,9],[7,45],[16,36],[13,42],[10,39],[1,13],[3,2],[3,20],[-1,16],[-4,18],[-15,13],[-4,2],[-7,10],[0,0],[-3,3]],[[378181,521370],[-5,3]],[[378176,521373],[-9,12],[-7,19],[1,1]],[[378161,521405],[-3,17],[-4,20]],[[378154,521442],[-8,23],[-10,17],[-10,29],[-14,2],[-43,-2],[-25,-14],[-44,-11],[-6,-4],[-9,-21]],[[377985,521461],[-5,-29],[-19,5],[-66,22],[-40,11],[-40,112],[-33,93],[-31,63],[-12,26],[-9,20],[62,-20],[17,0],[17,5],[28,3],[58,-5],[4,20],[0,12],[-13,38],[0,16],[4,9],[8,5],[-9,10],[-7,10],[-5,14],[-7,-9],[-28,8],[0,9],[-23,12],[3,13],[3,11],[-24,10],[17,94],[-12,11],[-29,9],[-144,40],[0,12],[0,8],[1,38],[0,34],[95,-21],[46,-2],[23,10],[9,12],[-1,2],[-4,8],[9,64],[160,-38],[14,-1],[109,-24],[50,-14],[43,-8],[46,-14],[21,-2],[12,7],[16,21],[13,36],[2,24],[-5,17],[-11,14],[-37,34],[-1,8],[7,10],[11,0],[37,-8],[65,-19],[28,-4],[239,-50],[75,-12],[4,22],[-17,5],[-34,7],[-347,92],[-42,5],[-23,6],[-40,5],[-145,30],[-84,21],[-14,3],[-60,11],[-48,4],[-72,7],[-144,27],[-8,-3],[-1,26],[40,-5],[2,9],[42,-9],[66,-10],[13,57],[7,41],[-4,34],[-14,23],[-12,11],[-18,14],[-24,9],[-9,2],[-57,9],[21,130],[4,54],[2,11],[20,-4],[58,-13],[36,-9],[96,-22],[85,-20],[39,91],[12,27],[10,25],[5,12],[18,43],[2,4],[10,23],[6,31],[5,6],[-31,21],[5,16],[47,180],[9,40],[105,-37]],[[378243,523313],[-3,-5],[5,-24],[15,-20],[21,-16],[23,-11],[86,-53],[130,-62],[87,-28],[36,-8],[11,1],[14,-6],[133,-47],[38,76],[31,72],[4,3],[51,-40],[11,0],[13,2],[20,39],[23,48],[26,54]],[[379018,523288],[29,67],[3,18]],[[379050,523373],[-6,15],[-12,24],[0,10],[12,20],[16,25],[15,20],[17,23],[3,6],[6,6],[94,94]],[[379195,523616],[2,2]],[[379197,523618],[19,-7],[14,5],[37,38],[14,5],[10,-2],[27,-20],[45,-44],[24,-29],[15,-27],[-87,-513],[-148,-867],[-1,-3],[27,-4],[6,-1],[11,-7],[11,-3],[115,-66],[102,-46],[63,-24],[57,-22],[49,-22],[73,-40],[21,-8],[22,-4],[29,3],[36,13],[22,-4],[16,-24],[3,-24],[-3,-16],[-19,-44],[7,-37],[16,-31],[8,-9],[4,-4],[14,-9],[51,-13],[66,-29],[104,-71],[65,-35],[50,-22],[80,-41],[62,-45],[77,-48],[50,-28],[72,-58],[29,-12],[42,-35],[14,-9],[109,-39],[60,-31],[59,-31],[51,-21],[80,-38],[128,-77],[135,-82],[63,-42],[1,-1],[1,-1],[29,-26],[34,-47],[14,-13],[18,-15],[16,-10],[35,-21],[40,-22]],[[195138,244081],[121,-175],[62,-88],[46,-116],[168,-421],[156,-398],[30,-16],[195,-101],[108,-53],[120,-51],[56,-16],[100,-26],[82,-14],[20,-3],[93,-26],[29,-5],[58,-11],[128,-18],[54,-9],[11,-2],[3,-1],[10,-3],[10,-3],[11,-4],[42,-19],[140,-58],[197,-78],[160,-63],[11,-4],[11,-5],[9,-5],[8,-4],[12,-7],[71,-59],[115,-93],[25,-20],[111,-90],[82,-68],[71,-57],[69,-54],[53,-42],[29,-25],[9,-9],[9,-6],[5,-4],[8,-3],[4,-3],[8,-2],[13,-1],[11,-1],[10,2],[5,2],[5,2],[7,2],[10,6],[13,8],[14,10],[16,13],[19,17],[16,14],[28,25],[34,28],[31,29],[38,35],[41,39],[60,56],[90,77],[8,7],[97,86],[82,78],[139,121],[78,71],[83,74],[77,69],[97,85],[51,46],[89,82],[71,63],[41,37],[101,93],[72,67],[74,68],[70,67],[92,85],[102,92],[36,34],[-82,-74],[-513,-459],[470,421],[125,112],[68,65],[80,75],[122,102],[122,112],[64,57],[78,68],[3,3],[92,83],[53,48],[66,59],[64,60],[54,47],[45,41],[26,25],[11,11],[11,9],[12,7],[0,0],[39,22],[34,14],[11,5],[41,18],[127,57],[102,49],[134,60],[110,48],[118,53],[147,64],[123,56],[150,66],[54,24],[97,44],[142,62],[56,25],[12,5],[110,40],[49,22],[13,6],[180,80],[154,69],[87,37],[146,61],[19,9],[110,49],[38,17],[86,47],[1,1],[324,144],[115,45],[556,252],[247,105],[84,44],[1,1],[52,11],[42,0],[12,0],[5,-3],[62,-35],[1030,-678],[473,-312],[1110,-720],[141,-91],[3,-2],[465,-301],[50,-32],[211,-136],[-5,2],[157,-100],[603,1293],[59,126],[109,235],[-21,20],[-17,18],[-26,24],[31,32],[54,-56],[42,-44],[1,-18],[-1,-15],[0,0],[-2,-9],[-8,-32],[-9,-29],[-42,-132],[-1,0],[-14,-48],[0,0],[-33,-105],[0,-2],[62,-17],[60,-16],[51,-11],[63,-8],[62,4],[39,8],[32,4],[2,-1],[1,1],[14,2],[57,26],[11,7],[110,64],[45,4],[693,-514],[1607,-1197],[172,-57],[116,-12],[96,14],[79,33],[67,41],[54,51],[146,222],[417,676],[207,346],[255,423],[28,67],[9,68],[7,95],[-5,99],[-77,715],[-136,1291],[-33,313],[0,1],[-68,633],[-93,919],[-100,953],[-65,615],[-50,550],[-2,138],[2,72],[-1,7],[1,6],[1,96],[13,98],[23,153],[10,47],[24,108],[77,266],[12,34],[152,464],[210,611],[35,157],[26,137],[22,177],[-2,296],[-17,170],[-43,387],[-123,1166],[-154,1474],[-503,5078],[-19,198],[-39,297],[-70,232],[-60,182],[-74,147],[-74,112],[-79,114],[-82,104],[-89,112],[-61,65],[-62,50],[-12,10],[-66,39],[-32,20],[-5,2],[-49,30],[-2750,1318],[-603,289],[-3735,1849],[-94,51],[-100,60],[-92,70],[-75,69],[-72,67],[-55,65],[-53,60],[-57,72],[-70,97],[-68,109],[-51,93],[-54,110],[-49,112],[-45,115],[-42,139],[-24,112],[-22,154],[-14,152],[-10,125],[2,123],[10,115],[15,121],[15,112],[11,63],[-6,39],[-8,35],[-24,42],[-57,39],[-1177,616],[-50,41],[-25,56],[-15,55],[-17,42],[-39,43],[-46,35],[-92,52],[-62,39]],[[202435,271089],[74,-40],[115,-58],[34,-26],[27,-30],[20,-40],[18,-44],[13,-44],[13,-23],[29,-24],[31,-20],[856,-455],[178,-88],[80,-36],[49,-31],[7,-4],[169,-102],[-14,-55],[-32,-154],[-17,-159],[-9,-160],[6,-159],[17,-160],[26,-156],[37,-154],[47,-150],[60,-147],[69,-137],[78,-137],[84,-128],[98,-118],[107,-108],[112,-99],[118,-90],[130,-70],[130,-70],[133,-64],[129,-67],[133,-64],[130,-67],[132,-64],[133,-64],[130,-67],[132,-67],[130,-67],[133,-67],[130,-64],[132,-67],[130,-64],[133,-67],[132,-63],[130,-67],[133,-64],[130,-67],[132,-64],[133,-67],[130,-64],[132,-67],[130,-64],[133,-67],[130,-64],[132,-67],[133,-64],[130,-67],[132,-67],[130,-64],[133,-67],[132,-64],[130,-67],[133,-63],[130,-67],[132,-64],[133,-67],[130,-64],[132,-67],[130,-64],[133,-64],[132,-64],[133,-60],[133,-64],[132,-61],[133,-64],[133,-64],[132,-60],[133,-67],[130,-64],[132,-67],[133,-67],[127,-70],[124,-83],[118,-93],[107,-105],[101,-115],[89,-125],[81,-134],[69,-137],[61,-147],[66,-140],[49,-147],[23,-160],[20,-156],[15,-160],[17,-160],[14,-156],[15,-160],[17,-159],[15,-157],[17,-159],[17,-160],[15,-156],[17,-160],[14,-160],[18,-156],[14,-160],[17,-159],[15,-160],[17,-156],[14,-160],[18,-159],[14,-157],[18,-159],[17,-160],[14,-157],[18,-159],[14,-160],[14,-159],[18,-157],[14,-159],[17,-160],[15,-156],[17,-160],[17,-160],[15,-156],[17,-160],[15,-159],[17,-157],[14,-159],[18,-160],[17,-156],[14,-160],[18,-160],[14,-159],[17,-157],[15,-159],[17,-160],[14,-156],[15,-160],[20,-160],[15,-156],[14,-160],[11,-159],[12,-160],[14,-156],[18,-160],[11,-159],[0,-160],[-11,-160],[-26,-156],[-35,-153],[-49,-154],[-49,-150],[-49,-146],[-49,-154],[-49,-147],[-52,-150],[-52,-150],[-49,-150],[-43,-150],[-38,-153],[-26,-160],[-11,-156],[0,-160],[3,-159],[0,-160],[14,-159],[18,-160],[14,-156],[14,-160],[18,-160],[17,-159],[14,-157],[18,-159],[14,-160],[17,-156],[15,-160],[17,-160],[15,-156],[17,-160],[14,-159],[18,-160],[17,-156],[17,-160],[15,-160],[17,-156],[14,-160],[15,-159],[17,-157],[17,-159],[15,-160],[14,-156],[18,-160],[14,-160],[17,-159],[15,-157],[17,-159],[17,-160],[15,-156],[17,-160],[14,-159],[18,-157],[14,-159],[0,-160],[-40,-150],[-81,-131],[-81,-134],[-83,-131],[-78,-134],[-81,-131],[-81,-134],[-80,-131],[-81,-134],[-81,-131],[-81,-131],[-80,-134],[-81,-131],[-84,-131],[-116,-84],[-150,-58],[-68,15],[-142,28],[-129,71],[-122,89],[-118,86],[-121,90],[-118,89],[-121,86],[-121,90],[-119,89],[-121,86],[-121,90],[-118,89],[-121,86],[-118,90],[-122,86],[-121,89],[-121,90],[-118,86],[-121,89],[-121,89],[-121,83],[-133,-47],[-136,-58],[-144,-16],[-141,26],[-139,38],[-126,-64],[-67,-140],[-63,-144],[-64,-144],[-66,-140],[-63,-144],[-64,-143],[-63,-144],[-64,-144],[-115,7],[-130,70],[-124,80],[-124,80],[-124,83],[-124,79],[-124,83],[-124,80],[-124,83],[-124,80],[-124,80],[-124,83],[-127,80],[-124,83],[-124,79],[-124,80],[-124,83],[-124,80],[-124,80],[-124,83],[-124,83],[-124,80],[-124,79],[-124,80],[-124,83],[-124,80],[-127,83],[-124,80],[-129,67],[-130,67],[-142,-22],[-138,-48],[-133,-58],[-135,-60],[-133,-58],[-132,-61],[-136,-60],[-133,-61],[-132,-61],[-136,-57],[-133,-61],[-132,-57],[-136,-61],[-132,-60],[-133,-61],[-136,-61],[-132,-57],[-136,-61],[-132,-60],[-133,-58],[-136,-61],[-132,-60],[-133,-61],[-135,-57],[-133,-61],[-133,-61],[-135,-60],[-133,-61],[-133,-61],[-112,-99],[-113,-99],[-112,-102],[-112,-99],[-113,-102],[-112,-99],[-110,-102],[-112,-102],[-113,-102],[-110,-99],[-112,-102],[-112,-99],[-113,-102],[-110,-99],[-112,-103],[-112,-102],[-113,-99],[-112,-102],[-110,-99],[-112,-102],[-113,-99],[-112,-102],[-113,-99],[-107,-105],[-106,-109],[-62,-24],[-10,7],[-10,-15],[-48,-19],[-121,86],[-113,102],[-115,96],[-115,96],[-116,92],[-115,96],[-133,61],[-135,57],[-136,58],[-135,54],[-139,35],[-144,19],[-144,20],[-141,19],[-139,48],[-132,57],[-133,61],[-133,60],[-98,115],[-58,147],[-60,144],[-61,147],[-60,143],[-61,144],[-63,144],[-87,127],[-92,125],[-10,13],[58,62]],[[173093,273697],[31,-22],[0,0],[5,-11],[73,-183],[77,-193],[8,3],[10,5],[177,-426],[14,-42],[12,-44],[4,-15],[6,-33],[64,-313],[47,-222],[6,-24],[7,-27],[11,-33],[9,-32],[12,-34],[10,-26],[23,-45],[17,-24],[16,-21],[17,-16],[30,-26],[23,-15],[29,-16],[28,-10],[23,-6],[85,-21],[59,-18],[49,-13],[103,-32],[111,-35],[80,-28],[11,-5],[12,-7],[10,-9],[8,-9],[6,-12],[6,-20],[1,-21],[2,-34],[5,-44],[5,-28],[8,-24],[10,-26],[8,-20],[11,-15],[14,-19],[25,-27],[22,-26],[20,-22],[54,-64],[4,-5],[12,-17],[9,-15],[3,-16],[-2,-8],[-18,16],[-8,7],[4,-11],[0,-5],[-4,-3],[-15,-10],[-83,-43],[-34,-11],[-22,-4],[-27,-1],[-36,6],[-25,6],[-70,32],[-58,35],[-76,53],[-44,26],[-9,5],[-7,4],[-32,14],[-1,1],[0,0],[-115,67],[-9,5],[-8,4],[-15,7],[-15,12],[-83,66],[-3,3],[-21,21],[-46,51],[-65,76],[-15,17],[-80,95],[-31,46],[-14,20],[-76,92],[-1,2],[-16,-1],[-18,-2],[-46,-2],[-38,1],[-13,6],[-5,2],[-29,9],[-32,25],[-22,25],[-27,41],[-21,41],[2,3],[-3,12],[-5,5],[-19,39],[-49,92],[-5,-3],[0,0],[-1,3],[-3,5],[0,0],[9,6],[-65,131],[-33,65],[-37,70],[-36,65],[-4,8],[-9,17],[-61,120],[-6,12],[-30,60],[4,15],[46,181],[62,249],[15,62],[32,128],[2,7],[67,265],[16,28]],[[205019,272592],[-12,-16],[-20,1],[-20,10],[-55,33],[-101,67],[-56,42],[-44,38],[-34,38],[-11,13],[-340,397],[-4,9],[0,4],[1,3],[112,181],[15,22],[1,2],[60,90],[8,9],[297,332],[17,17],[7,7],[3,4],[13,14],[22,24],[38,43],[5,6],[43,48],[42,47],[35,39],[27,30],[26,29],[4,4],[2,2],[5,4],[1,0],[13,6],[27,9],[44,15],[15,5],[4,2],[9,1],[27,4],[3,1],[3,0],[7,1],[0,-1],[0,-3],[2,-20],[2,-28],[1,-30],[1,-32],[0,-54],[0,-16],[-1,-17],[-1,-27],[0,-17],[-1,-16],[-1,-21],[-1,-21],[-1,-17],[-1,-19],[-2,-17],[-1,-11],[0,0],[0,-7],[-1,-12],[-2,-17],[-1,-9],[-1,-8],[-1,-13],[-3,-18],[-2,-16],[-2,-17],[-3,-23],[-4,-27],[-3,-26],[-4,-26],[-2,-26],[-4,-26],[-3,-24],[-4,-24],[-3,-27],[-5,-36],[-3,-27],[-4,-26],[-4,-36],[-3,-28],[-3,-24],[-3,-26],[-4,-27],[-3,-22],[-2,-14],[-2,-17],[-3,-18],[-3,-18],[-4,-15],[-3,-13],[-3,-15],[-2,-9],[-5,-26],[-3,-21],[-6,-29],[-6,-25],[-7,-38],[-6,-24],[-5,-19],[-1,-2],[-2,-6],[-1,-8],[-33,-134],[-19,-74],[-44,-147]],[[157668,272823],[-184,253],[-16,34],[-40,89],[-40,98],[4,14],[-205,399],[-6,7],[-7,6],[-13,3],[-7,7],[-91,221],[-3,10],[-22,67],[1,11],[6,8],[68,59],[-59,87],[-17,25],[36,31],[-1,0],[-67,71],[-86,107],[-79,102],[0,0],[-4,5],[0,0],[0,1],[-7,11],[-3,16],[3,9],[5,9],[1,1],[0,0],[11,11],[8,7],[0,0],[158,137],[4,2],[-102,91],[4,4],[-194,185],[-4,4],[-578,-416],[-9,-6]],[[156133,274603],[9,6],[-24,39],[55,43],[47,36],[114,87],[16,12],[111,76],[18,13],[8,5],[33,23],[62,50],[2,2],[9,7],[23,21],[35,31],[30,24],[7,5],[17,10],[15,7],[27,7],[17,0],[13,-6],[23,-18],[8,-6],[54,-44],[133,-105],[-9,-10],[317,-255],[135,-109],[6,-4],[26,-21],[-401,-330],[65,-92],[-70,-62],[64,-114],[583,-1029],[-50,-41],[1,-2],[-7,-6],[12,-16],[0,-8],[1,-6]],[[205209,274752],[24,-358],[-196,-220],[-154,-172],[-1,-1],[-6,-7],[-55,-61],[-134,-150],[-161,-181],[-62,-70],[-8,-9],[-5,-5],[-5,-5],[-7,-5],[-9,-6],[-5,-2],[-8,-4],[-11,-5],[-18,-11],[-7,-6],[-27,-21],[-10,-7],[-29,-23],[-31,-26],[-8,-6],[-14,-10],[-12,-9],[-7,-6],[-5,-5],[-3,-2],[-4,-3],[-3,-2],[-4,-2],[-4,-3],[-2,-1],[-2,-1],[-3,-1],[-4,1],[-3,2],[-1,0],[-2,1],[-3,2],[-5,5],[-3,3],[-5,5],[-11,12],[-22,23],[-32,35],[-25,26],[-25,26],[-22,24],[-17,19],[-18,21],[-24,25],[-41,42],[-3,3],[-7,8],[-26,28],[-31,33],[-21,22],[-29,32],[-27,28],[-22,24],[-25,26],[-25,27],[-25,28],[-29,33],[-21,24],[-23,26],[-12,14],[-10,11],[-21,27],[-15,17],[-16,18],[-22,26],[-29,35],[-25,31],[-27,33],[-28,35],[-37,45],[-29,37],[-26,32],[-12,15],[-9,11],[-7,10],[-5,5],[-7,9],[-20,25],[-18,22],[-17,21],[-8,12],[-6,9],[-4,7],[-6,8],[-6,10],[-5,9],[-6,11],[-7,11],[-6,11],[-5,10],[-17,30],[-23,41],[-16,31],[-15,28],[-16,31],[-17,32],[-19,34],[-3,7],[-46,84],[-13,26],[-11,20],[-8,16],[-5,11],[-3,6],[-2,5],[-2,7],[-3,7],[-4,9],[-2,8],[-4,10],[-6,14],[-9,27],[-10,26],[-16,42],[-23,61],[-17,43],[-20,52],[-10,30],[-4,6],[-1,3],[-1,2],[-1,3],[0,1],[1,1],[18,22],[23,28],[34,39],[10,11],[1,2],[1,0],[1,0],[0,0],[23,-24],[45,-51],[30,-33],[42,-46],[35,-37],[40,-46],[39,-44],[37,-40],[35,-39],[33,-34],[26,-29],[26,-28],[23,-25],[18,-20],[19,-23],[20,-22],[29,-30],[28,-30],[31,-35],[25,-29],[26,-28],[2,-2],[7,-8],[21,-24],[16,-19],[22,-23],[20,-22],[6,-6],[-1,-1],[-22,-26],[-122,-145],[12,-13],[6,7],[122,143],[132,155],[206,241],[1,1],[6,11],[4,7],[10,11],[14,16],[6,7],[19,22],[22,26],[42,51],[35,42],[33,39],[36,44],[27,32],[26,29],[29,35],[27,33],[7,8],[23,26],[109,131],[-1,1],[0,0],[166,196],[33,39],[136,161],[122,-117],[37,-34],[3,-4],[227,-243],[63,-67],[-2,-14],[-8,-41],[-13,-97],[-7,-60],[-11,-149],[-4,-106],[0,-89],[8,-152]],[[192257,276048],[3,32],[21,248],[6,74],[-167,15],[-179,16],[5,-24],[34,-167],[7,-39],[7,-54]],[[191994,276149],[-13,5]],[[191981,276154],[-5,35],[-6,40],[-40,190],[-4,25],[-1,8],[-3,0],[-59,6],[-1,0],[-442,46],[-806,85],[-225,23],[-466,49],[-6,-50]],[[189917,276611],[-9,-58],[-13,3],[-15,-1],[-18,-3],[-18,-6],[-22,-10],[-16,-7],[-16,-8],[-318,-145],[-37,-15],[-26,-8],[-28,-5],[-27,-1],[-436,-18],[-519,-23],[-21,-1],[-18,1],[-26,10],[-28,12],[-25,19],[-4,4],[-8,8],[-17,40],[-5,25],[3,75],[1,6],[6,11],[6,7],[6,4],[8,2],[0,27],[-6,1],[-7,4],[-5,5],[-3,8],[-2,8],[2,57],[13,219],[-3,0],[5,113],[15,363],[0,1],[11,98],[1,7],[2,31],[2,26],[5,21],[7,5],[20,12],[5,0],[157,33],[1,1],[8,1],[2,1],[71,15],[99,19],[27,-2],[0,14],[0,43],[0,1],[0,78],[1,55],[0,149],[1,163],[1,50],[1,169],[0,67],[1,114],[446,37],[124,10],[1,0],[11,-3],[2,-1],[182,15],[161,13],[208,17],[122,11],[10,1],[124,11],[5,-1],[22,-2],[169,14],[167,13],[2,0],[9,1],[116,10],[287,23],[10,1],[630,51],[21,-212],[26,-261],[10,-94],[24,-252],[13,-128],[32,-340],[-1,-29],[-3,-9],[62,6],[0,1],[7,0],[-19,203],[-12,118],[-11,121],[-3,26],[326,39],[9,1],[338,73],[-1,13],[-72,784],[7,0],[54,5],[21,2],[14,1],[134,11],[48,4],[61,6],[63,5],[94,9],[35,3],[5,0],[8,1],[18,2],[147,10],[13,2],[513,47],[28,3],[0,0],[9,-223],[0,-1],[9,-233],[7,-136],[8,-322],[2,-55],[0,-5],[0,-13],[41,18],[182,82],[170,78],[-3,15],[0,2],[-2,7],[-29,137],[-10,54],[-3,12],[9,2],[0,0],[34,6],[-1,4],[9,2],[-1,4],[-2,15],[0,2],[-3,11],[0,1],[-7,278],[-6,246],[-2,53],[0,0],[85,8],[121,10],[206,19],[12,1],[259,23],[169,15],[1,-3],[13,1],[43,4],[437,43],[28,2],[25,-48],[46,-92],[55,-113],[60,-125],[43,-87],[0,0],[35,-72],[12,-23],[6,-15],[3,-7],[7,-17],[4,-11],[18,-62],[23,-78],[26,-96],[14,-46],[0,-3],[3,-9],[6,-23],[0,0],[76,-282],[21,-82],[18,-62],[8,-34],[-3,-3],[-66,-31],[14,-40],[12,5],[59,18],[21,7],[1,-2],[59,18],[14,-4],[6,-13],[72,-184],[28,-78],[10,-21],[10,-17],[16,-18],[22,-20],[4,-1],[58,-48],[14,-12],[-2,-2],[-110,-140],[-24,-30],[-9,-216],[9,-9],[14,-9],[9,-6],[12,-7],[13,-5],[14,-5],[15,-5],[2,0],[19,-7],[19,-6],[18,-5],[14,-4],[19,-6],[14,-6],[16,-6],[19,-7],[9,-3],[8,-3],[9,-2],[9,-2],[8,-1],[10,-2],[8,-1],[12,-1],[11,0],[10,-1],[15,-2],[2,0],[19,125],[11,78],[5,-1],[13,0],[7,-1],[25,-9],[40,-21],[61,-41],[52,-49],[33,-40],[31,-53],[11,-21],[5,-10],[-8,-4],[-26,-13],[-24,-11],[-20,-10],[-7,-3],[-4,-1],[-6,-1],[-4,2],[-6,2],[-54,30],[-8,-3],[10,-7],[-4,-2],[-1,0],[-10,-5],[19,-16],[32,-31],[4,-6],[1,-6],[0,-5],[-1,-7],[-7,-7],[-48,-22],[-2,4],[-724,-324],[-582,-258],[-291,-129],[-23,-5],[-12,3],[-1,0],[-37,-2],[-6,-3],[-16,-3],[-194,-2],[-199,-1],[-512,-4],[-55,0],[-318,-1],[0,-4],[-1,-9],[-33,0],[-28,1],[-2,8],[0,3],[-58,0],[-39,-1],[-43,0],[-11,0],[-48,7],[-226,42],[-521,97],[-31,4],[0,-3],[-72,12],[-4,1],[-34,5],[-2,-10],[-9,1],[-9,-4],[-21,-26],[-12,-9],[-13,-3],[-13,0],[-52,12],[0,8],[0,0],[2,16],[5,62]],[[191394,277148],[19,-183],[14,-150],[9,-102],[293,-28],[-1,0],[0,1],[-8,29],[-6,60],[-14,148],[-5,61],[-4,0],[-2,0],[-21,210],[-6,67],[0,3],[-2,14],[-4,0],[-6,7],[-2,8],[-5,46],[-1,7],[-2,6],[-6,3],[-110,8],[-110,8],[-28,2],[-15,0],[13,-124],[3,-27],[7,-74]],[[191918,276707],[-2,-31],[0,-3],[0,-6],[-2,-30],[3,0],[243,-25],[3,-1],[52,-4],[1,0],[132,-13],[59,-6],[1,0],[47,-5],[7,-2],[2,0],[46,-6],[33,192],[-16,8],[-1,0],[0,0],[0,0],[-32,15],[1,-7],[0,-3],[-24,1],[-187,4],[-63,-3],[-41,2],[-29,9],[-65,7],[-138,17],[-26,4],[-1,0],[-3,1],[-2,0],[-5,1],[-2,1],[-3,0],[-30,4],[-9,1],[-1,0],[-6,0],[-3,0],[-2,0],[-11,0],[-9,0],[-7,0],[-63,5],[11,-113],[142,-14]],[[191381,276682],[-2,19],[-1,9],[-1,12],[-4,34],[-4,45],[-2,15],[-2,24],[-23,-9],[-6,-2],[-6,8],[-5,6],[-42,54],[-343,35],[-181,20],[-7,1],[-3,0],[-108,11],[-37,-14],[2,18],[-1,10],[-3,40],[-4,23],[-8,19],[-5,13],[2,15],[-7,10],[-16,15],[-19,9],[-12,8],[-10,1],[-9,5],[-17,2],[-22,-8],[-21,-8],[-16,-8],[-5,-26],[-12,-39],[2,-13],[-3,-22],[-9,-11],[-18,-5],[-18,-1],[-20,-8],[-97,11],[-1,1],[-5,0],[-273,31],[0,0],[0,-4],[1,-20],[1,-51],[0,-10],[-16,0],[-13,1],[-7,-142],[-1,-4],[3,0],[249,-23],[132,-12],[217,-31],[69,-7],[60,-6],[-5,26],[16,-2],[12,2],[8,1],[8,-2],[15,-2],[16,-1],[150,-12],[45,-5],[27,-3],[61,-6],[11,-1],[103,-12],[64,-7],[109,-10],[0,0],[35,-3],[32,-4]],[[182189,281814],[30,-95],[14,-45],[-7,5],[-25,4],[-21,5],[-26,5],[-14,9],[-17,33],[-13,27],[-19,23],[-30,24],[-60,-25],[-111,329],[-13,81],[15,73],[21,57],[19,24],[20,21],[53,48],[2,-9],[-4,-5],[34,-107],[21,-66],[6,-23],[23,-70],[34,-110],[22,-71],[46,-142]],[[155678,282302],[-118,-27],[-65,137],[-40,154],[-43,150],[-44,153],[-72,137],[-78,134],[-77,137],[-107,103],[-139,41],[-141,26],[-89,17],[-55,11],[-141,26],[-142,22],[-144,16],[-144,19],[-141,16],[-144,19],[-145,20],[-141,19],[-133,60],[-129,71],[-130,73],[-127,73],[-130,68],[-130,73],[-127,73],[-129,74],[-133,57],[-138,-38],[-142,-38],[-132,-58],[-113,-99],[-115,-99],[-113,-99],[-112,-99],[-113,-99],[-118,-92],[-141,-13],[-144,10],[-144,9],[-145,10],[-141,9],[-144,-3],[-130,-67],[-86,-128],[-18,-156],[6,-160],[-32,-153],[-35,-42]],[[150050,282849],[-11,154],[-4,54],[-4,57],[-12,171],[-21,286],[1,14],[2,18],[1,3],[3,14],[7,14],[10,17],[13,12],[11,6],[16,5],[19,0],[160,-11],[15,-1],[322,-20],[355,-24],[184,-12],[43,-3],[3,3],[90,80],[475,422],[91,79],[41,35],[24,16],[30,11],[242,67],[99,29],[32,4],[14,0],[25,-13],[112,-64],[1009,-559],[12,-6],[14,-3],[23,-3],[561,-69],[221,-26],[113,-13],[75,-10],[93,-11],[15,-2],[56,-7],[86,-11],[11,0],[10,3],[2,1],[16,6],[10,9],[13,17],[6,10],[3,8],[3,13],[60,241],[11,-4],[67,-24],[8,-3],[7,-1],[7,1],[22,0],[44,2],[8,-5],[3,0],[27,-18],[116,-72],[3,-13],[26,-117],[27,-122],[-4,-39],[0,-2],[43,-153],[21,-73],[77,-139],[56,-39],[5,-8],[124,-446],[37,-135],[93,-148]],[[176028,287704],[-4,-114],[-49,27],[-32,17],[-4,4],[-84,87],[-62,105],[-33,79],[-16,62],[-13,97],[18,125],[42,111],[12,24],[29,56],[34,62],[5,11],[35,68],[24,-14],[41,-87],[3,-6],[70,-147],[3,-15],[-2,-35],[-4,-106],[-3,-115],[-5,-145],[-3,-101],[0,-4],[-2,-46]],[[148003,288889],[-12,-3],[-35,231],[5,1],[10,55],[22,125],[27,147],[30,184],[19,106],[73,13],[89,16],[14,2],[15,3],[19,4],[1,-33],[1,-26],[-4,-123],[-1,-50],[-3,-28],[-2,-63],[1,-136],[0,-22],[0,-17],[29,-59],[-52,-54],[-61,-84],[-46,-72],[-5,-10],[-3,-12],[0,-12],[4,-14],[-20,-44],[-31,-7],[-1,0],[-32,-7],[-51,-11]],[[176339,290494],[2,-5],[119,47],[55,21],[10,4],[43,17],[77,34],[41,19],[112,51],[79,35],[121,55],[51,23],[226,-562],[-76,-39],[-88,-46],[-148,-83],[-144,-80],[-51,-28],[-1,0],[-10,-7],[-33,-21],[-20,-14],[-82,-58],[-16,-12],[-74,-52],[-102,-75],[-54,-38],[-39,-27],[-75,-46],[-81,-43],[-56,-22],[-1,-1],[0,0],[-1,0],[0,0],[-1,1],[0,0],[-1,0],[0,0],[-1,0],[0,1],[-1,0],[0,0],[0,1],[-1,0],[0,1],[0,0],[0,1],[0,0],[0,1],[-1,1],[1,0],[-6,65],[-18,164],[-16,152],[-21,153],[-3,38],[-20,210],[-4,36],[-2,17],[-8,75],[-7,92],[-1,38],[2,49],[5,49],[3,21],[23,118],[19,21],[10,14],[63,124],[4,7],[12,-29],[16,-40],[23,-58],[56,-139],[89,-221],[4,-10],[-2,0]],[[147164,288538],[-4,20],[-9,56],[19,4],[141,32],[141,32],[142,35],[141,32],[141,32],[142,32],[141,32],[138,41],[136,58],[127,73],[121,86],[115,96],[118,93],[116,95],[115,93],[29,147],[3,160],[6,156],[11,160],[15,159],[17,160],[20,156],[29,157],[-63,127],[-84,128],[-84,131],[-78,134],[-72,140],[-66,141],[-63,144],[-61,143],[-55,147],[-52,150],[-43,153],[-43,154],[-38,153],[-31,156],[-26,157],[-23,156],[-15,160],[-11,159],[-9,160],[-3,159],[0,118],[77,31],[20,9]],[[148452,293845],[18,-570],[14,-92],[25,-165],[62,-414],[22,-113],[32,-120],[42,-143],[82,-240],[50,-128],[126,-273],[137,-296],[39,-67],[193,-330],[54,-48],[271,-242],[38,40],[30,30],[16,28],[13,18],[2,2],[12,25],[-64,175],[-26,8],[-5,4],[-13,1],[-2,1],[-35,6],[-2,1],[-27,20],[-1,30],[-1,7],[25,34],[31,16],[53,0],[43,-31],[28,-54],[50,-123],[29,-78],[4,-86],[-22,-82],[-25,-54],[-57,-65],[-12,-11],[-85,-22],[-67,19],[-30,11],[-16,8],[-14,8],[-28,20],[-138,117],[-33,-288],[-9,-95],[-6,-63],[-2,-20],[0,-3],[-4,-41],[-4,-63],[-4,-64],[-4,-63],[-2,-64],[-2,-64],[-2,-64],[0,-63],[0,-25],[1,-27],[0,-12],[2,-89],[0,-4],[0,-31],[0,-1],[1,-20],[-471,-377],[-48,-39],[-25,-19],[-32,-24],[-20,-13],[-31,-21],[-24,-16],[-19,-11],[-26,-16],[-38,-21],[-25,-14],[-5,-2],[-40,-19],[-36,-17],[-30,-13],[-27,-10],[-12,-5],[-18,-6],[-47,-15],[-32,-10],[-47,-14],[-832,-191],[-206,-52]],[[148162,294971],[-91,-252],[-9,-10],[-10,-8],[-183,-59],[-41,-11],[-122,-31],[0,1],[0,0],[-83,127],[-84,131],[-84,128],[-83,131],[-87,127],[-84,131],[-83,131],[-60,92]],[[147058,295599],[14,10],[28,-42],[38,31],[4,3],[616,-947],[56,-15],[227,73],[121,259]],[[171670,301169],[-123,-22],[-4,0],[-1,1],[-5,-1],[-39,-6],[-22,-2],[-33,-7],[-6,-1],[-7,0],[-8,-2],[-23,-4],[-20,-3],[-4,-1],[-2,2],[-18,11],[-44,33],[-131,100],[-25,23],[-1,14],[8,8],[142,87],[115,66],[23,7],[66,3],[67,3],[14,4],[29,7],[45,24],[27,19],[23,21],[39,36],[27,30],[15,13],[14,6],[12,3],[12,0],[9,-5],[64,-48],[260,-202],[-10,-3],[-38,-20],[-63,-28],[-25,-8],[-219,-92],[-13,-4],[-15,-5],[-44,-24],[-9,-3],[-26,-14],[-19,-9],[-2,-2],[-9,-2],[-3,-3]],[[125303,300330],[-15,-2],[-5,83],[-10,173],[-10,160],[-10,162],[-4,61],[-2,17],[-7,20],[-8,19],[-10,15],[-92,131],[-99,148],[-91,130],[-47,67],[35,12],[112,12],[40,9],[27,8],[83,31],[84,30],[1,13],[2,9],[9,88],[54,20],[-36,139],[1,2],[3,2],[2,3],[18,15],[10,8],[26,17],[6,3],[6,3],[6,3],[6,2],[6,3],[7,3],[6,3],[23,10],[75,-242],[4,-16],[-4,-4],[50,-161],[53,-166],[60,-188],[18,-56],[0,-2],[5,-18],[39,-144],[42,-149],[37,-135],[48,-174],[35,-129],[-20,-1],[-377,-28],[-192,-19]],[[120432,301908],[-9,-13],[1,17],[2,9],[-1,21],[-3,16],[-6,23],[-38,121],[-27,77],[-24,68],[-59,162],[172,99],[73,-250],[3,-11],[45,-153],[-6,-9],[-34,-50],[-65,-93],[-24,-34]],[[203617,301653],[-68,-136],[-2,-5],[-1,-1],[-20,-40],[-1,-12],[-1,-4],[8,-12],[14,-8],[4,-3],[1,0],[-90,-204],[-3,-2],[-3,-3],[-9,-2],[-3,-2],[-22,5],[-36,16],[-33,17],[-43,26],[-60,41],[-55,39],[-48,34],[-68,49],[-44,31],[-35,31],[-62,46],[-63,47],[-124,94],[-59,46],[-149,112],[-11,9],[-20,16],[-116,89],[-75,59],[-19,9],[-11,5],[-4,1],[-31,23],[-182,141],[-28,21],[-25,19],[-42,31],[0,0],[-23,18],[-18,13],[-39,28],[-43,31],[-44,30],[-28,16],[-15,6],[-1,0],[-3,6],[-1,8],[1,3],[0,-1],[0,4],[1,2],[9,49],[3,21],[6,35],[15,82],[4,25],[7,28],[10,46],[11,52],[9,48],[9,42],[5,32],[6,27],[2,12],[0,1],[1,4]],[[201862,302944],[0,0],[104,-69],[610,-407],[112,-321],[153,-112],[49,-47],[18,-2],[247,-181],[27,40],[119,-76],[9,15],[0,1],[0,0],[28,45],[279,-177]],[[121342,303055],[-92,-51],[-47,-27],[-146,-82],[-155,-89],[-53,-29],[-148,-84],[-138,-79],[-111,-63],[-62,-35],[-60,-35],[-73,-41],[-59,151],[-8,25],[-24,74],[-23,68],[-14,39],[-15,41],[-18,44],[-17,45],[14,6],[-14,34],[-8,13],[2,2],[-12,33],[-4,6],[-2,20],[3,10],[2,8],[10,13],[12,11],[24,4],[90,-2],[15,-11],[2,-10],[0,-43],[1,-44],[4,-43],[19,0],[-7,-20],[68,-168],[15,-36],[103,40],[63,24],[-7,28],[-12,39],[29,18],[-29,75],[49,29],[-14,40],[5,2],[-7,18],[-30,-10],[-16,33],[-18,44],[12,1],[160,2],[13,0],[30,1],[103,1],[135,2],[149,1],[141,1],[204,0],[35,-8],[-69,-36]],[[192401,303954],[8,-7],[0,0],[0,0],[38,-60],[24,-40],[43,-81],[17,-31],[38,-67],[65,-118],[33,-62],[23,-47],[32,-59],[31,-53],[27,-51],[17,-32],[24,-45],[4,-7],[24,-40],[36,-65],[22,-41],[8,-12],[0,-3],[50,-89],[18,-31],[17,-29],[25,-36],[22,-28],[45,-60],[12,-16],[30,-37],[16,-18],[0,0],[46,-53],[113,-126],[19,-26],[32,-32],[63,-68],[20,-25],[32,-33],[23,-25],[72,-75],[31,-33],[20,-18],[26,-21],[27,-18],[37,-28],[41,-22],[24,-16],[48,-24],[13,-7],[41,-20],[35,-17],[29,-12],[89,-36],[74,-28],[53,-17],[113,-35],[130,-34],[79,-20],[64,-10],[77,-16],[2,-1],[0,0],[4,0],[37,-11],[27,-6],[92,-18],[62,-8],[12,-1],[87,-8],[92,-8],[75,-3],[67,2],[61,4],[68,9],[81,10],[70,3],[96,14],[69,10],[87,11],[117,15],[99,14],[60,8],[98,9],[46,6],[105,14],[47,7],[62,7],[38,2],[3,0],[79,1],[38,-1],[0,0],[25,-1],[47,-1],[32,-1],[36,-1],[66,-5],[46,-2],[70,-2],[17,2],[62,-3],[33,-3],[7,-1],[36,-3],[29,-3],[26,0],[62,-2],[66,-2],[154,-5],[25,-1],[0,0],[11,0],[55,-2],[17,-2],[11,-2],[36,-12],[31,-13],[37,-19],[41,-22],[11,-6],[42,-27],[26,-21],[27,-25],[30,-29],[18,-2],[86,2],[119,6],[83,6],[18,1],[24,1],[19,2],[65,-1],[161,5],[105,4],[13,14],[21,18],[17,13],[47,26],[20,5],[49,12],[276,68],[155,40],[101,27],[69,18],[76,20],[65,16],[60,16],[42,12],[54,14],[131,30],[88,22],[25,5],[62,17],[119,30],[74,20],[20,5],[52,12],[35,7],[14,3],[152,40],[39,9],[93,24],[19,6],[38,9],[35,7],[124,33],[37,7],[32,7],[228,61],[77,17],[74,18],[60,15],[99,31],[29,10],[72,13],[52,5],[51,0],[30,0],[38,-5],[51,-5],[50,-11],[54,-15]],[[201633,302431],[-20,-13],[-141,32],[-144,-6],[-139,-35],[-141,-38],[-141,-36],[-142,-35],[-138,-35],[-141,-35],[-142,-35],[-141,-35],[-138,-35],[-142,-35],[-141,-35],[-141,-36],[-139,-35],[-141,-35],[-141,-35],[-142,-38],[-138,-35],[-141,-35],[-142,-36],[-138,-44],[-127,-74],[-141,-9],[-145,-3],[-144,-7],[-144,-3],[-138,35],[-130,70],[-136,51],[-144,7],[-144,6],[-144,7],[-144,3],[-145,6],[-144,10],[-144,3],[-141,-16],[-144,-16],[-145,-19],[-144,-19],[-141,-16],[-144,-16],[-145,-19],[-141,-13],[-144,-10],[-144,7],[-144,16],[-145,22],[-138,35],[-141,32],[-142,38],[-138,42],[-138,51],[-136,54],[-127,70],[-124,87],[-107,105],[-103,108],[-101,115],[-101,112],[-98,118],[-96,121],[-83,131],[-75,134],[-75,138],[-72,137],[-75,137],[-75,138],[-75,137],[-77,124],[-23,35],[27,19],[11,7]],[[203732,301892],[-6,3],[-98,55],[-82,45],[-67,37],[-60,34],[-51,29],[-21,11],[-12,7],[-16,10],[-27,18],[-38,26],[-47,36],[-50,40],[-70,62],[-70,71],[-95,90],[-33,30],[-20,26],[-12,15],[-89,101],[-74,83],[-35,39],[-98,109],[-80,93],[-29,35],[7,12],[3,0],[-1,1],[47,102],[-153,94],[-131,79],[-65,40],[-9,6],[-95,57],[-106,63]],[[201949,303451],[0,0],[4,25],[20,122],[24,135],[16,94],[8,46],[7,26],[39,104],[18,34],[31,48],[31,41],[10,13],[43,45],[31,27],[48,35],[43,25],[28,15],[71,25],[28,6],[29,5],[149,16],[21,1],[126,13],[301,30],[304,31],[242,23],[156,16],[48,5],[45,4],[0,0],[4,0],[9,3],[89,8],[90,12],[1,0],[19,4],[593,-353],[-6,-15],[-11,-27],[-62,-157],[-112,-280],[-50,-124],[-54,-129],[-72,-171],[-80,-192],[-53,-127],[-25,-58],[-16,-38],[-5,-11],[-8,-20],[-11,-28],[-37,-90],[-1,-3],[-46,-108],[-39,-80],[-93,-187],[-11,-24],[-122,-296],[-28,-63],[-1,-15]],[[130090,304928],[-57,4],[-133,7],[-17,1],[-144,9],[-145,8],[-149,9],[-133,8],[-44,2],[4,-51],[10,-129],[2,-32],[1,-8],[7,-85],[11,-144]],[[129303,304527],[-29,-14],[-2,0],[-11,112],[-27,282],[-7,79],[0,16],[46,-3],[13,-1],[87,-5],[60,-4],[142,-6],[56,-2],[262,-15],[38,-1],[3,0],[120,-5],[68,-4],[9,-3],[-41,-25],[0,0]],[[136060,304779],[-1,-9],[-25,2],[-15,1],[-145,8],[-131,7],[-2,1],[-16,1],[-848,55],[-25,0],[-36,1],[675,258],[-2,3],[410,163],[20,8],[1,-1],[6,-14],[0,-1],[2,-3],[1,-3],[2,-5],[2,-5],[11,-25],[4,-10],[3,-7],[4,-8],[1,-3],[3,-7],[4,-9],[2,-2],[0,-2],[21,-24],[18,-27],[83,-123],[-14,-113],[-13,-107]],[[131732,305635],[76,-1],[26,3],[31,-3],[49,2],[4,-8],[6,-86],[93,-4],[-7,97],[-1,9],[74,11],[106,22],[23,1],[353,-237],[144,-95],[36,-19],[127,-84],[154,-104],[22,-8],[18,-2],[18,4],[262,176],[44,-42],[116,-106],[9,-10],[4,-4],[22,-44],[89,-79],[14,-5],[48,-43],[63,-55],[6,-9],[-5,-11],[-21,-6],[-74,4],[-223,14],[-124,7],[-25,1],[-348,19],[-166,11],[-277,15],[-50,4],[-181,11],[-103,5],[-17,0],[-625,32],[-196,10],[-263,16],[-274,14],[-259,13],[-32,0],[-13,1],[18,21],[27,33],[125,164],[162,207],[133,173],[39,52],[18,18],[9,6],[23,2],[21,-2],[35,-8],[70,-21],[89,-24],[78,-18],[81,-16],[76,-8],[90,-10],[153,-6]],[[205987,308255],[54,121],[152,-67]],[[206193,308309],[-17,-37],[-17,-38],[-63,8],[-109,13]],[[171365,309580],[-11,-3],[-185,5],[-103,5],[-96,5],[-83,4],[-76,5],[-86,9],[-14,3],[-16,6],[-96,57],[-3,4],[79,157],[26,49],[5,10],[8,12],[3,5],[86,143],[50,76],[34,46],[42,48],[6,6],[15,15],[14,12],[27,27],[55,55],[36,48],[19,28],[22,29],[37,53],[22,35],[7,17],[-1,7],[-6,16],[-8,14],[-17,38],[-21,48],[-2,3],[0,2],[1,2],[6,8],[31,43],[56,73],[54,71],[59,77],[62,82],[32,43],[9,10],[32,42],[8,-15],[1,-3],[9,-24],[14,-30],[19,-29],[7,-15],[4,-6],[7,-22],[20,-11],[4,-4],[89,-49],[14,-8],[34,-26],[5,-6],[24,-45],[6,-20],[3,-12],[11,-42],[16,-59],[15,-60],[17,-67],[23,-86],[13,-40],[15,-44],[7,-20],[3,-11],[14,-55],[7,-49],[5,-47],[0,0],[0,-46],[-1,-50],[-9,-94],[-49,-272],[-1,-4],[-48,-27],[-120,-67],[-44,-21],[-44,-24],[-99,-28],[-101,-10],[-9,-2]],[[171834,311075],[5,-18],[22,0],[5,-3],[36,-28],[12,-5],[6,-1],[104,3],[10,-1],[0,0],[0,0],[31,-18],[16,-15],[8,-9],[21,-38],[44,-97],[12,-33],[26,-58],[17,-38],[8,-24],[8,-17],[12,-46],[4,-10],[28,-125],[17,-58],[30,-120],[11,-47],[6,-17],[2,-17],[4,-19],[7,-21],[11,-50],[16,-54],[11,-47],[5,-18],[9,-39],[4,-10],[6,-23],[11,-52],[-34,1],[-317,-86],[-5,-25],[-6,-19],[-38,60],[-6,-2],[-15,36],[-14,47],[-5,34],[-6,48],[8,5],[-6,64],[-4,42],[-3,39],[-4,45],[-3,34],[-4,39],[-12,55],[-8,27],[-9,37],[-12,36],[-15,45],[-17,52],[-21,62],[-12,45],[-14,49],[-15,52],[-15,54],[-15,53],[-10,28],[-10,41],[-10,18],[-37,33],[-17,14],[-20,14],[-18,11],[-18,11],[-26,14],[-18,14],[-15,13],[-19,25],[-7,13],[-12,26],[-9,19],[-6,18],[-9,27],[-5,22],[-1,24],[18,-3],[11,-1],[20,-5],[66,-27],[58,-28],[109,-61],[12,-6],[14,-9],[1,-1]],[[164397,309977],[5,0],[19,4],[61,16],[126,30],[138,35],[55,14],[112,29],[166,59],[133,46],[106,38],[92,32],[59,25],[70,58],[1,1],[3,3],[1,1],[9,4],[12,5],[135,46],[150,41],[181,48],[149,41],[105,31],[2,73],[4,47],[0,1],[12,0],[33,0],[60,3],[70,4],[74,4],[88,6],[78,4],[68,3],[269,16],[91,3],[-5,-11],[-3,-25],[-1,-21],[-1,-36],[7,-30],[13,-33],[20,-29],[18,-17],[29,-17],[33,-12],[32,-6],[41,-7],[46,-7],[47,-8],[45,-8],[41,-6],[39,-8],[33,-5],[31,-5],[2,10],[29,-7],[20,-6],[14,-5],[22,-9],[54,-27],[93,-63],[227,-160],[296,-210],[107,-78],[5,-5],[5,-5],[4,-3],[1,-7],[0,-5],[0,-4],[-3,-6],[-1,-4],[-6,-7],[-15,-15],[-7,-6],[-20,-15],[-20,-13],[-19,-10],[-26,-11],[-22,-5],[-23,-4],[-34,-3],[-71,-3],[-1,13],[-53,-3],[-216,-8],[-112,-4],[-71,-3],[-59,-4],[-45,1],[-12,1],[-10,-1],[-12,-1],[-18,-2],[-14,-1],[-16,-2],[-26,-4],[-26,-7],[-20,-6],[-13,-4],[-17,-6],[-17,-6],[-22,-8],[4,-11],[-55,-27],[-37,-21],[-48,-24],[-33,-17],[-53,-23],[-26,-10],[-15,-3],[-15,-3],[-18,-3],[-16,-3],[-12,0],[-21,0],[-19,1],[-16,2],[-32,3],[-66,10],[-2,0],[0,-8],[0,-28],[1,-2],[-6,-35],[-2,-19],[2,-22],[5,-17],[7,-13],[-49,-100],[-18,8],[-37,22],[-13,9],[-33,17],[-21,10],[-27,12],[-51,9],[-59,10],[-91,14],[-47,10],[-34,5],[-13,3],[-30,2],[-17,-4],[-30,-17],[-24,-32],[-1,-1],[-27,-36],[-1,-4],[-40,19],[-26,13],[-22,23],[-8,11],[-19,28],[-5,10],[-5,8],[-6,10],[-22,38],[-15,21],[-5,5],[-5,7],[-7,8],[-6,6],[-22,11],[-166,53],[-63,22],[-69,23],[-36,16],[-36,14],[-9,4],[-10,3],[14,40],[3,7],[-10,3],[-30,7],[-22,4],[-19,5],[-13,2],[-21,3],[-14,3],[-8,1],[-13,2],[-10,1],[-10,2],[-14,0],[-14,1],[-5,1],[-19,0],[-16,0],[-10,1],[-13,-1],[-75,-13],[-82,-24],[-73,-21],[-91,-27],[-114,-33],[-100,-30],[-108,-34],[-109,-33],[-38,-12],[-54,-16],[-25,-7],[-98,-21],[-87,-20],[-83,-17],[-89,-20],[-95,-20],[-105,-23],[-68,-14],[-113,-25],[-85,-18],[-87,-20],[-20,-5],[-23,-6],[-20,-6],[-14,-4],[-4,4],[-6,7],[-1,4],[-57,248],[-27,190],[-13,254],[6,5],[16,10],[79,58],[35,23],[50,37],[71,51],[12,7],[22,16],[2,3],[9,15],[0,10],[-16,50],[-14,40],[-7,33],[-36,156],[-18,85],[-6,33],[-6,30],[-1,19],[-16,79],[-8,50],[-14,77],[-8,25],[-27,51],[-1,6],[0,13],[0,10],[4,12],[8,13],[7,8],[12,7],[15,10],[8,7],[9,16],[10,28],[8,8],[8,6],[4,1],[27,28],[40,33],[5,6],[6,10],[14,76],[16,84],[1,13],[7,18],[13,10],[15,5],[36,13],[22,15],[11,10],[4,8],[9,41],[36,193],[9,18],[17,18],[3,17],[1,15],[1,1],[10,3],[47,15],[45,14],[53,15],[54,16],[21,6],[52,14],[19,-67],[4,-16],[17,-65],[13,-58],[16,-70],[28,-122],[44,-186],[-221,-260],[-50,-131],[-3,-360],[-12,-5],[1,-42],[25,-65],[7,-18],[19,-46],[28,-69],[33,-80],[31,-76],[34,-86],[24,-58],[3,-7],[4,-4],[3,-4],[5,-3],[4,0],[4,-1]],[[168299,312507],[10,-1],[26,1],[49,3],[21,8],[51,2],[10,1],[1,0],[12,1],[7,0],[3,1],[75,-459],[-221,-883],[-88,-685],[-7,-2],[-40,-68],[-54,-173],[-33,-24],[-11,-12],[7,-20],[-31,22],[-41,30],[-53,37],[-84,60],[-33,24],[-37,28],[-47,35],[-42,25],[-40,23],[-26,19],[-14,9],[33,13],[46,18],[1,3],[3,15],[0,0],[1,6],[29,134],[33,151],[30,137],[26,118],[29,130],[16,73],[7,34],[7,25],[20,113],[23,121],[36,207],[91,495],[13,73],[6,32],[0,5],[-1,27],[-4,67],[26,-2],[2,-4],[16,-28],[50,4],[12,7],[3,5],[4,9],[-3,34],[0,1],[54,2],[14,0],[2,-21],[5,-6]],[[163986,311832],[-8,-3],[-2,25],[-4,19],[-9,38],[-9,43],[-7,35],[-16,74],[-10,41],[-5,20],[-11,51],[-7,33],[-8,38],[-9,39],[-8,40],[-9,39],[-10,45],[-8,41],[-10,45],[-7,31],[-3,15],[-12,54],[-14,71],[-14,62],[-10,42],[-12,58],[-12,54],[-13,55],[-13,54],[-10,46],[-11,47],[-12,59],[-13,65],[-12,57],[-13,64],[-10,46],[-9,44],[-11,49],[-9,39],[-7,43],[-6,31],[-9,48],[-1,8],[-6,31],[-10,58],[-2,12],[252,10],[9,1],[9,0],[1,0],[25,1],[-2,-8],[-13,-1],[-20,-40],[175,-663],[292,-1106],[-3,-2],[-54,-16],[-57,-16],[-58,-19],[-33,-10],[-15,-3],[-16,-6],[-81,-23],[3,-2],[-3,-3]],[[196390,313752],[173,-105],[75,-45],[27,-17],[12,-7],[2,-1],[16,-10],[21,-12],[3,-2],[52,-31],[21,-6],[92,-54],[57,-34],[12,-7],[15,-9],[111,-68],[120,-76],[84,-53],[-56,-25],[-69,-31],[-68,-28],[-75,-30],[-105,-36],[-99,-33],[-48,-15],[-48,-16],[-45,-16],[-111,-37],[-170,-56],[-52,-17],[-129,-43],[-48,-16],[-144,-47],[-146,-48],[-126,-40],[-38,-12],[-12,42],[-7,12],[-7,7],[-6,5],[-1,1],[-2,1],[-8,4],[-77,14],[-36,68],[-65,123],[-42,78],[-59,114],[-36,47],[-4,3],[-28,53],[676,452],[2,-4],[238,160],[106,-66],[52,-31]],[[198672,314934],[55,-169],[3,3],[5,2],[10,5],[47,17],[10,2],[9,0],[1,0],[7,0],[8,0],[2,-2],[3,-3],[3,-2],[6,-3],[12,-4],[21,-4],[27,-4],[17,-3],[18,-3],[11,-3],[10,-1],[26,-7],[7,-2],[43,-14],[28,-10],[9,-3],[46,-16],[41,-14],[32,-11],[107,-38],[124,-48],[-1,-4],[-10,-29],[-25,9],[-90,31],[-39,16],[-10,3],[-68,27],[-21,8],[-6,3],[-96,-42],[-57,-25],[-108,-48],[-97,-43],[-79,-36],[-135,-60],[-47,-24],[-43,-26],[-43,-31],[-63,-50],[-73,-58],[-57,-33],[-84,-50],[-125,-74],[-38,-23],[-138,-81],[-42,-26],[-164,-97],[-211,-122],[-137,-82],[-24,-14],[-76,-45],[-82,-48],[-99,-59],[-149,87],[-11,14],[-67,40],[-62,35],[-7,4],[-12,7],[-15,9],[-73,43],[-96,57],[-26,6],[-7,4],[-30,17],[-10,6],[-47,28],[-17,10],[-6,5],[-24,21],[-45,27],[756,500],[14,12],[712,470],[24,16],[28,-52],[68,-127],[36,-66],[0,0],[2,-4],[48,29],[127,58],[158,65],[0,1],[1,0],[178,74],[157,59],[35,13],[0,0]],[[153740,314562],[14,2],[-107,38],[-112,39],[-120,41],[-119,42],[-100,35],[-84,30],[-79,28],[-96,33],[-65,23],[-101,35],[-35,13],[-72,26],[-65,24],[-46,17],[-19,6],[-60,18],[-58,22],[-60,22],[-52,17],[-62,22],[-42,15],[-33,12],[-5,2],[-8,-8],[-1,-1],[-1,-2],[-15,-91],[-12,-70],[-13,-62],[-12,-62],[-13,-69],[-15,-76],[-9,-43],[-1,-2],[47,-14],[59,-18],[74,-21],[67,-20],[58,-17],[63,-18],[69,-21],[50,-15],[72,-27],[55,-19],[36,-13],[65,-29],[42,-21],[56,-26],[58,-27],[51,-25],[72,-36],[60,-30],[71,-36]],[[153187,314205],[-20,-27],[-16,-20],[-203,56],[-111,35],[-91,41],[-76,40],[-22,7],[-147,64],[-152,55],[-154,44],[-73,12],[-66,8],[-51,10],[0,0],[23,114],[-50,7],[-23,-110],[0,-2],[-50,13],[-138,33],[-156,48],[-157,45],[-157,48],[-158,47],[-1192,361],[-66,23],[-24,16],[-20,14],[-40,52],[-41,65],[-139,209],[72,69],[532,509],[3,3],[26,-8],[241,241],[399,380],[136,131],[14,-43],[83,-256],[73,-212],[9,-24],[1,-5],[8,-32],[16,-36],[36,-81],[17,-38],[19,-45],[9,-26],[60,-140],[13,-41],[13,-44],[9,-28],[1,-7],[15,-57],[7,-26],[10,-6],[5,-5],[12,-23],[38,-98],[29,-90],[5,-14],[7,-10],[14,-10],[555,-199],[41,-15],[60,-22],[1723,-608],[-2,-7],[-25,-8],[-14,-4],[0,0],[0,0],[-28,-3],[-35,-3],[-31,-2],[-22,-3],[-17,-3],[-14,-2]],[[149921,315231],[10,-10],[11,1],[34,15],[47,2],[23,-2],[83,-19],[36,-11],[21,-9],[20,-11],[4,-10],[0,-29],[6,-11],[19,-8],[6,-2],[105,-33],[64,-19],[68,-22],[62,-19],[72,-21],[73,-23],[64,-21],[67,-21],[19,14],[67,-20],[64,-20],[82,-24],[71,-21],[87,-26],[158,-48],[81,-24],[94,-29],[87,-25],[81,-25],[75,-23],[68,-19],[73,-22],[4,21],[99,524],[2,11],[-72,25],[0,0],[-402,140],[-61,-78],[-37,16],[1,13],[5,54],[4,59],[2,24],[-1,10],[-2,10],[-8,55],[-376,139],[-106,39],[-691,257],[-532,-468],[35,-52],[34,-54],[38,-56],[32,-47],[30,-47]],[[148746,315631],[-116,-39],[-11,40],[-7,1],[-5,6],[0,19],[0,50],[1,119],[0,74],[1,42],[4,85],[5,104],[5,101],[4,100],[6,97],[3,80],[5,90],[3,87],[5,107],[3,92],[4,88],[3,75],[2,65],[81,-97],[66,-80],[60,-72],[70,-85],[48,-57],[106,-129],[52,-63],[23,-28],[13,-16],[9,-26],[40,-43],[85,-91],[1,-1],[29,-35],[-1,-2],[-4,-31],[-10,-79],[-6,-76],[-5,-59],[-3,-9],[-4,-6],[-32,-30],[-96,-90],[-120,-111],[-101,-94],[-88,-29],[-128,-44]],[[149412,317244],[32,-39],[7,7],[2,-2],[354,-399],[-9,-8],[-82,-79],[-72,-67],[-50,-48],[-56,-52],[-90,-87],[-8,-7],[-5,-1],[-6,0],[-7,3],[-5,5],[-51,62],[-46,56],[-56,66],[-60,71],[-49,61],[-46,53],[-27,33],[-32,38],[-50,60],[-62,75],[-57,69],[-51,61],[-47,57],[-44,54],[5,8],[-55,68],[8,86],[7,82],[6,74],[7,93],[7,94],[6,82],[9,116],[7,87],[8,95],[7,83],[6,69],[5,81],[5,56],[4,28],[2,14],[7,10],[9,7],[7,2],[18,-4],[7,-3],[5,-2],[9,-4],[25,-10],[9,-5],[101,-50],[147,-64],[-2,-8],[-8,-33],[-13,-45],[-11,-40],[-23,-85],[-11,-42],[-17,-80],[-6,-35],[-1,-35],[-1,-23],[0,-55],[4,-26],[4,-32],[4,-32],[2,-13],[7,-28],[5,-17],[10,-35],[8,-21],[10,-22],[12,-29],[12,-25],[14,-22],[10,-16],[12,-19],[25,-32],[25,-30],[23,-27],[28,-34],[28,-33],[30,-34],[30,-35],[25,-30],[25,-31],[25,-31]],[[197825,319716],[10,41],[2,9],[0,1],[14,59],[24,99],[8,152],[-179,255],[-84,121],[3,4],[15,28],[49,93]],[[197687,320578],[27,-11],[143,-59],[154,-62],[139,-56],[62,-25],[50,-20],[77,-31],[-397,-681],[-1,-3],[-104,61],[-16,10],[0,0],[4,15]],[[150182,320075],[-149,-551],[-64,11],[-73,14],[-95,16],[-83,15],[-82,15],[-78,14],[-45,8],[-18,3],[-30,6],[-49,9],[-46,8],[-49,8],[-49,9],[-49,9],[-54,9],[-57,11],[-59,11],[-58,11],[-51,9],[-35,6],[9,22],[14,40],[11,29],[13,36],[15,42],[18,50],[15,45],[17,46],[10,26],[5,15],[10,26],[11,30],[9,25],[14,38],[15,40],[18,48],[17,48],[19,53],[22,59],[18,51],[23,64],[9,26],[11,29],[7,14],[12,20],[13,15],[13,10],[15,14],[-6,12],[11,5],[14,6],[21,4],[9,0],[29,0],[31,0],[32,-1],[37,-1],[55,-2],[51,-3],[55,-2],[60,-2],[39,-2],[49,-1],[-5,-17],[36,0],[396,-18],[133,-6],[-157,-584]],[[197268,319450],[136,168],[13,16],[3,4],[28,34],[13,16],[17,20],[4,6],[57,70],[-522,519],[4,5],[278,429],[6,-2],[106,-45]],[[197411,320690],[0,0],[-140,-249],[-200,-78],[-7,-7],[-1,-1],[0,0],[-27,-27],[6,-7],[0,0],[24,-24],[75,-75],[58,-57],[28,-28],[12,-12],[13,-13],[70,-69],[42,-42],[9,-9],[138,-137],[79,-79],[0,-1],[-14,-19],[-3,-6],[-59,-72],[-3,-4],[-35,-43],[-1,-1],[-13,-16],[-3,-4],[0,0],[-2,2],[0,0],[-8,8],[-8,-7],[-15,-14],[-27,-26],[-71,-65],[-8,-9],[-52,-49]],[[148236,321209],[-25,14],[-14,-10],[-15,-11],[-4,-5],[-3,-3],[-15,-27],[-15,-28],[-21,-38],[-20,-37],[-25,-47],[-19,-36],[-9,-18],[-4,-7],[-7,-18],[-14,-31],[-20,-52],[-12,-33],[-18,-48],[0,-40],[46,-86],[64,-119],[63,-115],[54,-101],[68,-125],[80,-149],[42,-76],[58,-110],[41,-77],[28,-52],[24,-46],[28,-29],[18,-6],[26,-8],[28,-1],[23,-1],[3,1],[32,11],[4,2],[10,4],[12,28]],[[148728,319679],[5,-61],[-22,-64],[-22,-67],[-18,-55],[5,-3],[5,-11],[-23,-60],[-21,-37],[-18,32],[-16,31],[-20,36],[-48,88],[-45,84],[-45,84],[-51,96],[-43,78],[-51,96],[-55,99],[-41,77],[-37,69],[-47,86],[-41,78],[-36,65],[-33,62],[-37,68],[-37,68],[-32,61],[-27,48],[-23,44],[-2,18],[3,21],[43,86],[28,56],[31,62],[36,71],[38,76],[34,67],[20,39],[17,32],[92,-43],[53,-26],[-11,-21]],[[206386,315636],[-3,78],[-3,160],[-52,150],[-81,128],[-115,95],[-135,52],[-145,6],[-141,-35],[-138,-38],[-142,-39],[-138,-38],[-144,-26],[-142,20],[-141,38],[-138,38],[-142,38],[-138,39],[-141,38],[-142,38],[-138,39],[-141,38],[-139,38],[-138,45],[-142,35],[-141,35],[-138,35],[-130,67],[-87,125],[-86,131],[-75,134],[-81,131],[-86,127],[-87,128],[-89,128],[-87,124],[-86,128],[-107,105],[-89,128],[-87,128],[-86,127],[-44,150],[-8,160],[-6,160],[-49,143],[-127,71],[-136,54],[-135,54],[-136,54],[-132,64],[-133,64],[-133,61],[-135,54],[-136,57],[-135,55],[-136,54],[-135,57],[-136,45],[-138,48],[-136,54],[-135,55],[-136,54],[-135,54],[-136,54],[-135,55],[-136,54],[-136,57],[-135,55],[-136,57],[-135,54],[-133,58],[-135,54],[-136,58],[-135,51],[-136,57],[-135,54],[-136,55],[-136,54],[-135,54],[-136,58],[-135,54],[-136,54],[-135,54],[-127,74],[-136,54],[-135,54],[-136,58],[-135,51],[-136,54],[-141,35],[-141,35],[-142,26],[-144,13],[-144,9],[-144,-3],[-142,-16],[-144,-25],[-138,-35],[-142,-42],[-135,-48],[-136,-54],[-132,-67],[-127,-74],[-124,-83],[-118,-92],[-110,-99],[-107,-109],[-98,-118],[-92,-121],[-87,-131],[-77,-131],[-81,-134],[-78,-134],[-81,-131],[-78,-134],[-80,-134],[-81,-134],[-78,-131],[-81,-134],[-78,-134],[-77,-134],[-75,-134],[-81,-134],[-81,-134],[-81,-131],[-78,-134],[-89,-125],[-81,-131],[-78,-137],[-80,-131],[-72,-137],[-54,-88],[-11,8],[0,0]],[[191461,317550],[3,4],[3,25],[-2,12],[-15,18],[-23,12],[0,0],[2,4],[-6,3],[-24,10],[37,67],[51,88],[24,41],[15,20],[15,26],[-36,26],[16,28],[47,78],[35,59],[18,27],[24,35],[43,60],[45,64],[38,49],[16,23],[32,55],[52,85],[57,95],[67,110],[29,48],[33,53],[30,52],[27,47],[58,103],[49,87],[23,41],[52,89],[77,129],[70,114],[112,184],[82,134],[108,176],[121,199],[46,76],[41,68],[104,174],[41,67],[26,42],[49,74],[28,39],[26,36],[63,82],[44,51],[26,30],[55,61],[52,53],[69,69],[35,35],[32,28],[44,36],[42,33],[54,39],[29,20],[24,17],[36,23],[31,18],[27,17],[28,17],[36,20],[33,18],[34,18],[33,17],[14,6],[34,17],[25,12],[45,21],[39,17],[10,4],[43,17],[60,21],[23,7],[17,6],[24,7],[22,9],[15,4],[34,10],[154,47],[57,14],[10,1],[50,11],[50,11],[29,6],[36,6],[48,7],[16,3],[1,0],[59,6],[28,1],[44,4],[16,0],[53,2],[48,0],[19,0],[53,-3],[16,-1],[45,-3],[47,-2],[138,-15],[91,-12],[59,-7],[42,-7],[13,-3],[51,-11],[21,-6],[44,-15],[18,-6],[61,-22],[57,-21],[74,-28],[32,-10],[11,-4],[177,-71],[118,-48],[37,-16],[26,-11],[167,-69],[278,-116],[45,-20],[77,-33],[96,-43],[45,-20],[68,-28],[94,-37],[149,-61],[241,-97],[219,-89],[193,-80],[238,-97],[160,-66],[268,-110],[257,-105],[207,-84],[127,-51],[34,-15],[27,-11],[42,-17],[108,-44],[73,-30],[152,-61],[29,-12],[90,-35],[94,-36],[15,-6],[128,-44],[89,-30],[64,-26],[120,-48],[134,-55],[106,-42],[91,-41],[129,-56],[69,-26],[144,-52],[38,-13],[61,-24],[2,-1],[52,-20],[94,-46],[42,-20],[212,-83],[144,-57],[21,-8],[42,-13],[27,-8],[19,-7],[24,-11],[22,-12],[11,-8],[19,-14],[2,-2],[20,-19],[13,-13],[11,-12],[24,-33],[7,-14],[12,-27],[8,-22],[5,-17],[6,-23],[5,-28],[4,-29],[0,-20],[1,-13],[-2,-67],[0,-38],[1,-26],[3,-97],[5,-117],[3,-16],[1,-3],[1,-6],[1,-5],[3,-6],[4,-11],[4,-10],[26,-39],[60,-88],[17,-24],[63,-93],[51,-74],[38,-55],[13,-19],[32,-43],[58,-85],[37,-57],[105,-152],[44,-67],[54,-67],[15,-19],[38,-48],[42,-60],[50,-76],[53,-80],[56,-88],[96,-146],[61,-100],[39,-61],[-2,-53],[-26,-8],[16,-27],[31,-49],[11,-14],[10,-8],[9,-4],[45,-12],[60,-16],[8,-2],[117,-29],[118,-30],[105,-27],[3,-1],[41,-11],[110,-34],[188,-54],[185,-51],[535,-146],[192,-52],[180,-50],[26,-5],[19,-4],[35,-3],[47,-1],[35,4],[52,9],[56,15],[104,29],[94,25],[68,19],[138,37],[69,19],[50,13],[34,5],[48,1],[43,-2],[63,-8],[47,-11],[26,-8],[38,-17],[66,-39],[37,-26],[45,-40],[23,-22],[32,-42],[35,-52],[25,-47],[13,-25],[17,-28],[13,-31],[10,-32],[10,-40],[7,-34],[12,-87],[3,-40],[-1,-22],[-5,-38],[-2,-19],[-5,-24],[-1,-14],[1,-10],[-14,-1],[-26,-3],[-32,3]],[[206452,315469],[8,-4],[128,-68],[259,-139],[224,-119],[361,-192],[247,-130],[168,-89],[70,-37],[189,-99],[192,-102],[132,-70],[122,-64],[97,-52],[15,-11],[39,-34],[6,55],[72,-52],[14,21],[5,38],[8,129],[34,372],[6,56],[15,106],[25,229],[37,419],[5,189],[2,93],[-2,73],[-1,20],[0,14],[-3,59],[-5,112],[-1,7],[-2,46],[-3,52],[-2,30],[-6,41],[-37,248],[-15,85],[-21,123],[-53,223],[-62,218],[-88,245],[-73,179],[-117,239],[-101,192],[-101,162],[-118,169],[-123,163],[-121,141],[-150,160],[-168,157],[-158,132],[-146,110],[-162,110],[-198,124],[-194,113],[-716,410],[-112,62],[-24,15],[-51,16],[-40,-9],[-30,-20],[-34,-33],[-157,-327],[-47,-96],[-80,-160],[-50,-68],[-24,-25],[-41,-33],[-30,-24],[-37,-22],[-22,-13],[-90,-33],[-3,-1],[-83,-15],[-80,2],[-81,19],[-76,33],[-82,50],[-168,128],[-8,6],[-480,366],[-48,37],[-1854,1417],[-321,253],[-76,53],[-29,32],[-32,34],[-34,63],[-13,62],[-7,57],[16,87],[36,109],[75,154],[65,124],[98,153],[199,324],[131,240],[9,26],[1,29],[-3,10],[-7,22],[-59,199],[-42,34],[-30,25],[-94,73],[-29,21],[-2,-3],[-21,16],[-44,35],[-47,14],[-21,0],[-18,1],[-12,0],[-44,5],[-24,-12],[-37,-46],[-8,-13]],[[201729,323524],[-5,4],[17,28],[19,29],[14,13],[14,11],[22,7],[15,2],[60,-5],[5,-1],[4,-6],[4,-3],[51,-5],[92,-62],[14,-9],[13,-11],[7,-5],[75,-59],[20,-18],[51,-46],[61,-223],[-34,-143],[-70,-128],[-60,-147],[-81,-131],[-86,-128],[-78,-134],[-78,-134],[-64,-143],[-23,-157],[46,-150],[107,-102],[118,-89],[119,-93],[118,-89],[121,-90],[118,-92],[118,-90],[119,-92],[118,-90],[118,-89],[121,-93],[119,-89],[118,-89],[118,-93],[118,-89],[118,-93],[122,-89],[118,-90],[118,-92],[118,-90],[119,-89],[118,-93],[118,-92],[121,-90],[118,-92],[122,-86],[135,-51],[141,6],[136,57],[109,99],[78,134],[70,141],[66,140],[66,144],[84,125],[138,22],[133,-64],[130,-73],[127,-71],[129,-70],[127,-73],[127,-77],[127,-76],[127,-77],[124,-80],[127,-80],[121,-83],[121,-86],[118,-92],[116,-99],[109,-99],[107,-109],[104,-112],[101,-115],[95,-118],[89,-124],[90,-128],[80,-131],[75,-137],[72,-137],[67,-141],[63,-143],[58,-147],[52,-150],[49,-150],[40,-154],[35,-153],[29,-156],[28,-157],[21,-159],[11,-160],[6,-160],[9,-156],[-3,-160],[-9,-159],[-11,-160],[-15,-159],[-17,-160],[-17,-156],[-21,-160],[-14,-156],[-17,-160],[-15,-160],[-49,-125],[-127,49],[-130,70],[-129,67],[-130,70],[-130,67],[-130,70],[-132,71],[-130,67],[-130,70],[-130,67],[-129,70],[-130,70],[-130,67],[-130,71],[-129,70],[-130,70],[-130,67],[-130,74],[-23,32]],[[146615,327653],[80,-54],[57,-39],[48,-33],[55,-38],[48,-33],[21,-15],[-425,-516],[121,-131],[93,-101],[82,-88],[80,-80],[31,-33],[455,559],[37,-41],[13,-12],[31,-34],[34,-35],[53,-56],[47,-50],[21,-23],[58,-62],[38,-40],[26,-25],[32,-31],[29,-28],[56,-56],[48,-46],[19,-20],[16,-15],[30,-28],[13,-14],[-197,-197],[84,-96],[10,10],[45,46],[147,148],[21,-20],[12,-11],[33,-33],[51,-51],[43,-42],[30,-30],[13,-12],[37,-35],[37,-38],[40,-40],[38,-38],[50,-49],[53,-52],[29,-28],[31,-38],[2,-5],[18,-46],[7,-20],[15,-30],[16,-33],[18,-42],[21,-41],[13,-20],[17,-30],[48,-50],[11,-8],[15,-14],[32,-22],[67,-30],[40,-14],[25,-9],[7,-2],[25,-8],[36,-9],[38,-8],[27,-6],[33,-8],[24,-6],[59,-16],[63,-14],[24,-5],[24,-5],[23,-6],[44,-11],[35,-10],[45,-11],[49,-12],[39,-9],[53,-14],[33,-8],[21,-6],[34,-8],[31,-8],[28,-7],[24,-5],[40,-11],[48,-11],[117,-28],[54,-13],[43,-11],[35,-10],[-7,-38],[-9,-39],[-5,-26],[-5,-24],[-7,-39],[-329,85],[-80,-396],[331,-83],[-1,-2],[-9,-52],[-12,-53],[-11,-43],[-6,-29],[-7,-20],[-6,-18],[-6,-18],[-7,-17],[-7,-18],[-16,-50],[-16,-47],[-13,-39],[-9,-29],[-9,-25],[-2,-11],[-5,2],[5,-6],[-46,-139],[-14,-44],[-24,-57],[-17,-36],[-10,-21],[-9,-21],[-12,-28],[-12,-29],[-11,-28],[-39,-91],[-27,-60],[-12,-30],[-10,-25],[-15,-35],[-10,-24],[-3,-9],[-11,-33],[-10,-26],[-8,-29],[-7,-17],[-8,-25],[1,-18],[1,-24],[-3,-28],[-1,-17],[0,-6],[-11,-1],[-82,-4],[-70,-1],[-66,5],[-52,14],[6,75],[-89,16],[-17,-95],[-74,-1],[-23,-4],[0,-5],[-4,-37],[-10,0],[-3,-25],[1,0],[-1,-9],[-2,-19],[9,0],[8,-2],[7,-4],[1,-7],[65,-22],[75,-26],[49,-15],[36,-8],[22,-3],[20,-2],[45,0],[37,3],[41,7],[72,20],[52,12],[64,10],[15,0],[35,-7],[38,-12],[101,-42],[-1,-7],[-14,-574],[-16,-542],[2,-12],[140,-6],[-11,-489],[0,-73],[0,0],[-14,-561],[-94,4],[-31,0],[-44,1],[-47,2],[-54,2],[-52,2],[-55,3],[-71,2],[-40,3],[-31,0],[-14,1],[-22,-1],[-25,-2],[-15,-2],[-13,-4],[-10,-3],[-13,-6],[-10,-4],[-3,-2],[-7,-4],[-4,-2],[-9,-6],[-11,-8],[-7,-8],[-7,-9],[-8,-8],[-10,-15],[-8,-12],[-6,-14],[-9,-23],[-6,-20],[-14,-41],[-13,-36],[-13,-37],[-14,-43],[-15,-41],[-17,-46],[-48,28],[-31,61],[-117,214],[-12,23],[-24,45],[-30,56],[-37,70],[-35,64],[-39,73],[-30,54],[-25,48],[-15,26],[-6,10],[-8,11],[-3,3],[-19,35],[-18,-10],[-7,4],[-36,20],[0,0],[-305,199],[-3,-3],[-16,-12],[-100,61],[-20,25],[-11,27],[-10,67],[-7,61],[-9,75],[-21,56],[-8,62],[-8,72],[-3,25],[-7,51],[-8,66],[-11,79],[-11,76],[-12,76],[-10,66],[-9,50],[-11,55],[-9,49],[-22,104],[-14,63],[-8,41],[-10,46],[-9,40],[-9,43],[21,-10],[38,-2],[115,-51],[1,0],[27,-11],[3,3],[21,21],[13,10],[-29,29],[9,22],[-7,12],[-8,15],[-7,14],[-6,12],[-6,12],[-9,24],[-11,22],[-10,27],[-22,60],[-16,41],[-16,41],[-14,36],[-12,32],[-6,19],[-3,10],[-5,12],[-5,11],[-6,13],[-5,11],[-4,10],[-4,8],[-1,5],[-4,7],[-10,13],[-7,11],[-4,5],[-7,8],[-9,10],[-5,4],[-15,15],[-14,16],[-17,17],[-18,19],[-5,6],[147,195],[10,157],[372,493],[3,4],[-37,102],[-24,74],[-5,21],[-5,22],[-5,29],[0,2],[-43,-58],[-420,-565],[-29,-39],[-1,0],[-46,-60],[-4,28],[-7,39],[-5,18],[-5,30],[-11,25],[-24,34],[-5,49],[-9,52],[-9,55],[-3,36],[-8,63],[-7,61],[-7,56],[-5,45],[-5,35],[-4,35],[-2,26],[-4,21],[-4,20],[-6,20],[-7,20],[-8,20],[-21,35],[-15,27],[-18,30],[-33,59],[-78,135],[-51,81],[-48,74],[-44,80],[-16,28],[-16,27],[-45,70],[-41,68],[-36,63],[-33,52],[-39,65],[-30,54],[-16,27],[-13,20],[-13,17],[-26,33],[-19,24],[-36,43],[-69,82],[-65,80],[-55,62],[-66,78],[-97,119],[-55,65],[-54,66],[-28,34],[-46,55],[-64,76],[-56,70],[-58,70],[-51,65],[-58,66],[-37,43],[5,8],[-12,19],[9,47],[17,88],[12,62],[24,121],[17,81],[11,58],[6,35],[2,16],[2,23],[0,20],[1,8],[0,10],[16,62],[7,40],[9,50],[7,39],[9,41],[7,35],[3,23],[4,22],[6,36],[4,17],[-13,13],[40,-13],[58,-18],[7,-3],[48,-15],[4,-1],[8,58],[8,54],[8,53],[5,33],[25,-18],[65,-44],[48,-32],[52,-35],[57,-39],[23,-17]],[[114871,329564],[10,-342],[-1,-121],[-3,-289],[-8,-55],[-5,-42],[2,-76],[0,-235],[0,-106],[-1,-1],[0,-173],[-24,0],[-259,13],[-156,16],[-69,10],[-107,22],[-77,17],[-61,17],[-68,18],[-136,45],[-87,30],[-81,35],[-182,75],[-42,22],[-3,8],[0,37],[-9,32],[-18,37],[-20,24],[-30,21],[-22,11],[-29,15],[-42,27],[-105,63],[-38,23],[-3,2],[15,16],[36,-21],[7,15],[32,64],[-176,108],[-260,163],[-50,-98],[-131,83],[-12,14],[-39,109],[-30,81],[18,12],[54,6],[57,8],[53,7],[45,5],[55,7],[48,6],[53,7],[37,4],[35,4],[44,6],[48,6],[47,7],[39,6],[42,7],[33,5],[52,-3],[26,7],[26,6],[30,4],[59,5],[18,2],[28,4],[28,4],[26,4],[43,6],[32,3],[37,3],[34,5],[18,2],[51,3],[20,1],[20,3],[31,5],[44,7],[135,15],[27,2],[22,2],[23,5],[8,2],[19,0],[81,8],[23,3],[26,5],[35,5],[36,6],[23,6],[46,5],[26,-1],[46,6],[-1,5],[156,17],[0,1],[39,3],[86,8],[95,9]],[[115908,329182],[-13,-4],[-20,6],[-16,9],[-74,75],[-150,142],[-73,67],[64,213],[93,16],[225,39],[100,17],[114,19],[90,16],[99,16],[92,16],[97,17],[141,25],[31,5],[177,29],[156,29],[46,7],[141,24],[133,-86],[2,-7],[-100,-48],[-39,-18],[-36,-18],[-66,-31],[-204,-96],[-59,-28],[-58,-27],[-52,-25],[-104,-49],[-205,-100],[-61,-30],[-221,-103],[-224,-107],[-26,-10]],[[121020,330189],[-188,-73],[-61,-24],[-22,-9],[-49,23],[-16,-8],[-15,-7],[-7,-2],[-6,0],[-9,2],[-7,1],[-7,2],[-6,2],[-3,5],[-4,7],[-2,3],[0,1],[-3,6],[-6,18],[-11,11],[-18,11],[-36,23],[-29,14],[-37,18],[-60,28],[-67,33],[-70,32],[-74,36],[-77,37],[-67,32],[-69,34],[-49,26],[-32,13],[-9,3],[-5,1],[-10,1],[-32,-10],[-82,-25],[-85,-26],[-89,-28],[-85,-25],[-72,-23],[-85,-25],[-69,-22],[-75,-23],[-90,-27],[-71,-23],[-82,-26],[-79,-24],[-93,-30],[-86,-27],[-55,-17],[-68,-22],[-63,-20],[-60,-19],[-100,-31],[-57,-18],[-68,-21],[-62,-18],[-82,-23],[-78,-22],[-72,-20],[-73,-21],[-66,-18],[-17,-5],[-29,-8],[-3,-7],[-1,-12],[4,-7],[8,-7],[1,0],[7,-3],[29,-11],[59,-20],[58,-21],[50,-18],[34,-12],[22,-12],[35,-18],[40,-22],[44,-24],[32,-18],[39,-21],[35,-19],[37,-25],[31,-20],[32,-22],[40,-26],[43,-29],[14,-9],[23,-15],[24,-16],[1,-2],[2,-3],[2,-7],[0,-4],[0,-4],[-1,-3],[-1,-4],[-1,-3],[-3,-3],[-3,-2],[-2,-1],[-4,-1],[-3,-1],[-5,1],[-4,1],[-19,7],[-20,9],[-35,14],[-46,19],[-40,16],[-37,15],[-20,9],[-14,5],[-32,13],[-30,19],[-34,19],[-18,11],[-23,13],[-45,27],[-31,19],[-12,7],[-24,12],[-22,9],[-19,8],[-38,13],[-40,13],[-22,7],[-55,19],[-62,20],[-99,33],[-20,7],[-12,4],[-7,1],[-12,2],[-6,-2],[-12,-2],[-16,-5],[-13,-6],[-12,-5],[-29,-14],[-32,-16],[-37,-17],[-58,-28],[-57,-28],[-66,-31],[-74,-35],[-64,-32],[-78,-37],[-68,-33],[-68,-33],[-69,-33],[-62,-30],[-77,-37],[-76,-37],[-83,-41],[-73,-35],[-16,-8],[-49,-24],[-47,-23],[-83,-40],[-57,-28],[-46,-22],[-50,-24],[-53,-27],[-47,-21],[-68,-32],[-61,-29],[-71,-32],[-70,-32],[-61,-29],[-47,-21],[-11,-5],[-3,-1],[-31,-15]],[[115590,328812],[-3,26],[-9,79],[129,55],[120,38],[19,7],[130,67],[132,64],[130,63],[133,64],[132,64],[133,64],[133,64],[132,64],[130,67],[133,64],[132,63],[133,64],[101,50],[29,14],[135,61],[139,41],[138,45],[139,41],[138,42],[141,45],[139,44],[138,42],[139,44],[138,42],[138,45],[139,41],[138,45],[142,45],[138,41],[138,45],[142,25],[135,-48],[133,-63],[133,-64],[132,-64],[133,-64],[132,-50],[3,-1],[139,35],[89,33],[51,-80],[2,1],[0,-5],[20,-28]],[[145402,330891],[389,-580],[1,2],[2,1],[97,88],[94,85],[55,50],[13,-16],[7,-10],[27,-39],[24,-37],[35,-50],[39,-58],[49,-71],[42,-62],[35,-51],[28,-41],[34,-51],[30,-43],[22,-33],[21,-29],[22,-27],[26,-32],[28,-35],[24,-29],[29,-34],[34,-40],[30,-35],[29,-34],[14,-16],[33,-41],[22,-27],[25,-29],[39,-44],[40,-48],[23,-26],[31,-37],[32,-39],[31,-36],[42,-49],[43,-51],[38,-45],[38,-45],[35,-40],[29,-33],[36,-44],[47,-55],[32,-37],[35,-42],[38,-45],[19,-22],[-54,-48],[-36,-33],[-45,-42],[-57,-53],[-66,-59],[-86,-77],[-54,-51],[-62,-56],[-56,-50],[-57,-52],[-11,-10],[-123,-111],[-12,-10],[-55,-50],[-55,-49],[-45,-42],[-52,-47],[-52,-48],[-11,-8],[-13,0],[-19,11],[-58,39],[-50,35],[-35,25],[-11,8],[-24,17],[-7,5],[-3,2],[-5,4],[-34,25],[-50,41],[-30,27],[-63,53],[-40,35],[-34,31],[-39,34],[-39,38],[-41,40],[-42,41],[-40,41],[-39,42],[-43,47],[-38,42],[-14,15],[-17,20],[94,304],[-287,108],[-42,-138],[-17,19],[-60,70],[-57,66],[-62,70],[-70,79],[-37,43],[-49,57],[-51,60],[-44,51],[-22,27],[-6,4],[-7,6],[-29,34],[-32,37],[-26,32],[-24,27],[-10,16],[-40,52],[-25,32],[-22,30],[-24,33],[-31,44],[-31,44],[-34,47],[-23,34],[-26,36],[-29,41],[-26,40],[-10,17],[-28,44],[-9,13],[-13,32],[-29,70],[57,68],[90,84],[48,43],[17,15],[89,82],[73,66],[75,67],[43,39],[24,22],[88,79],[39,36],[134,-201],[91,81],[199,178]],[[144731,332210],[416,-991],[46,-113],[-39,-35],[-46,-41],[-1,0],[-40,-38],[-51,-46],[-73,-65],[-74,-66],[-75,-70],[-61,-55],[-94,-86],[-42,-38],[-80,-72],[-60,-55],[-48,-44],[-42,-35],[-84,-54],[-252,305],[-20,27],[-21,40],[-42,78],[-15,31],[-8,17],[-12,29],[-13,29],[-16,37],[-20,47],[-23,57],[-1,8],[3,5],[82,108],[105,141],[9,13],[0,0],[20,26],[73,94],[51,64],[50,67],[49,67],[38,51],[48,65],[45,61],[46,61],[44,60],[46,63],[44,60],[40,55],[23,31],[30,42],[27,39],[18,26]],[[143480,330778],[-31,-37],[-65,54],[-92,84],[-182,162],[-93,83],[-79,71],[-90,82],[-89,79],[-50,45],[-75,68],[-52,45],[144,176],[-183,207],[28,22],[23,22],[20,23],[23,30],[31,37],[41,54],[51,62],[45,50],[40,47],[40,-43],[58,-65],[58,-65],[38,-42],[44,-49],[37,-42],[43,-50],[17,-19],[13,-15],[33,-45],[30,-39],[42,-56],[28,-40],[15,-22],[42,-64],[24,-38],[50,-81],[16,-30],[25,-44],[11,-20],[20,-35],[21,-45],[18,-38],[25,-56],[20,-38],[29,-36],[30,-26],[23,-62],[-19,-23],[-27,-33],[-49,-62],[-70,-84],[-50,-59]],[[122817,332080],[-38,-23],[-31,-20],[-64,-41],[-62,-40],[-52,-32],[-75,-49],[-11,-7],[-88,124],[-38,69],[-8,-4],[-264,-151],[-106,-61],[-95,-55],[-135,-77],[-349,-200],[27,-57],[28,-60],[66,-139],[-66,-35],[-94,-51],[-13,-4],[-42,1],[-13,5],[-17,9],[-19,21],[-21,28],[-14,28],[-33,78],[-5,14],[-30,81],[-23,46],[-31,64],[-11,21],[-2,6],[-3,10],[0,8],[1,6],[29,18],[35,22],[49,30],[70,45],[58,36],[63,39],[51,32],[369,229],[12,7],[68,42],[2,1],[138,85],[907,564],[180,110],[11,-272],[-2,-10],[2,-11],[1,-6],[7,-198],[-7,-26],[3,-82],[-13,-9],[-17,-9],[-1,-4],[-53,-27],[-52,-27],[-46,-23],[-76,-39],[-32,-16],[-25,-14]],[[138433,333494],[23,-12],[2,2],[11,-5],[30,-16]],[[138499,333463],[-55,-81],[-49,-75],[-18,-27],[-36,-53],[-26,-43],[-25,-36],[-23,-30],[-32,-32],[-17,-22],[-34,-47],[-22,-29],[11,-15],[4,-7],[9,-25],[3,-16],[4,-15],[1,-15],[-3,-7],[-8,-13],[-9,-15],[-18,-33],[-19,-33],[-24,-43],[-24,-42],[-20,-33],[0,0],[-16,-29],[0,0]],[[138053,332647],[-111,71],[-61,34],[-15,8]],[[137866,332760],[4,3],[13,9],[6,5],[13,7],[7,4],[0,0],[9,4],[7,3],[37,46],[9,16],[5,18],[10,40],[5,7],[19,18],[28,28],[31,29],[12,15],[26,37],[23,33],[16,21],[13,19],[20,27],[13,16],[15,17],[21,27],[15,19],[62,83],[128,183]],[[144407,331897],[-130,-176],[-113,-154],[-90,-121],[-28,-37],[-145,326],[-286,-148],[-22,52],[-32,77],[-30,74],[-46,111],[-6,24],[-20,50],[-12,22],[-10,23],[-19,55],[-43,37],[-31,29],[-34,26],[-29,21],[-25,18],[-44,29],[-25,18],[-34,25],[-40,30],[-44,35],[-42,29],[-41,29],[32,36],[30,33],[30,34],[15,17],[7,9],[13,19],[7,10],[17,24],[4,8],[8,16],[11,23],[6,16],[5,17],[6,17],[4,12],[2,15],[4,28],[2,17],[1,31],[0,29],[-2,16],[-2,27],[-5,33],[-7,42],[-14,87],[-10,67],[-5,35],[-12,74],[-7,43],[-7,49],[-5,41],[-5,30],[1004,529],[24,-65],[27,-71],[59,-158],[46,-124],[29,-76],[44,-121],[35,-95],[37,-98],[23,-62],[34,-95],[29,-77],[32,-85],[36,-98],[26,-67],[0,-1],[23,-61],[27,-70],[25,-68],[13,-38],[7,-19],[5,-15],[0,-10],[-1,-12],[-4,-12],[-4,-7],[-20,-39],[-99,-132],[-37,-49],[-122,-163]],[[125730,333883],[18,-30],[24,-38],[-3,-2],[-2,0],[2,-3],[-15,-11],[-136,-103],[-458,-353],[-230,-173],[-89,-65],[-170,-123],[-38,-27],[-23,-13],[-42,-25],[-25,-15],[-74,-40],[-68,-39],[-158,-92],[-682,-370],[-131,-69],[-144,-72],[-29,0],[-12,5],[-7,8],[-1,4],[0,1],[0,3],[0,1],[-2,45],[-19,453],[-4,140],[0,2],[87,80],[187,176],[29,29],[202,198],[193,185]],[[123910,333550],[-621,-619],[2,-126],[1,-61],[2,-108],[2,-133],[3,-182],[16,9],[214,114],[36,12],[36,17],[79,42],[8,20],[631,344],[36,14],[0,-1],[3,2],[-341,539],[81,72],[7,6],[5,4],[228,204],[35,32],[61,60],[123,122],[23,22],[24,25],[0,-1],[106,-146],[-12,-11],[-6,-3],[-32,-33],[-23,-21],[-177,-165],[318,-421],[4,2],[4,1],[1,-3],[9,6],[457,344],[68,51],[246,185],[65,49],[98,69]],[[141407,332122],[19,-55],[16,-46],[44,-124],[19,-55],[29,-83],[25,-72],[16,-48],[95,42],[153,67],[32,6],[103,15]],[[141958,331769],[-17,-11],[-28,-17],[-20,-13],[-23,-14],[-9,-6],[-13,-6],[-28,-11],[-109,-45],[-26,-11],[-8,-3],[-44,-19],[-40,-22],[-9,-5],[0,0],[-35,-14],[-31,-9],[-25,-8],[-19,-6],[-29,-4],[-24,2],[-18,5],[-20,10],[-6,2]],[[141377,331564],[189,74],[2,-1],[-22,63],[-15,45],[-15,43],[-16,47],[-21,60],[-14,39],[-13,38],[-17,48],[-21,58],[-14,34],[-3,-1],[-34,-15],[-18,-1],[-21,5],[-20,25],[-22,25],[-21,18],[-16,59],[-21,35],[-8,13],[-21,35],[-42,-17],[-58,-24],[-38,-16],[-42,-20],[-60,-28],[-56,-26],[-47,-19],[-17,-6],[-16,-6],[-7,-5],[-4,0],[-6,0],[-4,0],[-18,-57]],[[140780,332086],[-17,9],[-61,48],[-33,29],[-52,41],[-33,27],[-46,36],[-55,45],[-839,679],[-27,23],[-58,40],[-70,48],[-2,6],[-3,5],[-2,6],[-4,5],[-7,5],[-9,1],[-27,1],[-21,12],[-424,222],[-233,123],[-12,14],[-6,17],[-5,14],[-2,14],[2,11],[7,10],[7,8],[19,19],[53,49],[83,74],[181,159],[23,20],[86,77],[108,93],[95,81],[87,71],[25,19],[33,27],[71,55],[44,32],[65,47],[135,96],[123,88],[2,2],[6,4],[48,35],[142,99],[46,34],[29,25],[35,43],[101,136],[67,89],[13,17],[68,96],[40,60],[9,16],[24,41],[-4,2],[10,3],[9,15],[60,-36],[233,-165],[2,-2],[72,-64],[38,-34],[105,-93],[0,0],[66,-59],[98,-107],[-17,-16],[-8,-7],[-8,9],[-86,-85],[8,-8],[-85,-83],[-111,-7],[-85,-93],[103,-116],[324,333],[16,16],[46,-50],[146,-211],[122,-186],[59,-110],[-22,-11],[-135,-65],[90,-196],[116,116],[5,-11],[1,-3],[11,-22],[33,-74],[16,-39],[44,-119],[37,-92],[31,-74],[32,-72],[33,-66],[20,-41],[26,-52],[7,-11],[-28,-15],[-13,-10],[-33,-36],[-9,-16],[-6,-21],[-6,-22],[-4,-36],[-1,-24],[157,91],[48,-73],[34,-47],[40,-51],[53,-67],[42,-49],[165,-184],[63,-74],[28,-31],[22,-21],[-21,-24],[-3,2],[-9,-13],[-9,-13],[-17,-20],[3,-1],[-7,-9],[9,-4],[12,-5],[7,-5],[11,-8],[9,-8],[10,-8],[7,-6],[16,-15],[23,-26],[28,-31],[37,-41],[33,-35],[21,-24],[16,-15],[13,-11],[15,12],[8,-7],[-13,-14],[-10,-11],[-59,-65],[-41,-29],[-30,-24],[-44,-40],[-77,-68],[-61,-52],[-44,-25],[-31,-13],[-22,-6],[-1,3],[6,1],[-22,106],[-3,-1],[-3,13],[-104,-32],[5,-32],[-62,-11],[-34,134],[-22,104],[-69,310],[-37,0],[-75,6],[-96,11],[-43,-16],[-12,-4],[-64,-27],[-181,-79],[-83,-34],[-23,-10],[-21,-9],[-9,-5],[-6,-8],[-5,-12],[-15,-7],[-63,-28],[-13,-5],[-21,2],[-3,-1],[-7,-1],[-86,-42],[84,-147],[22,-19],[23,-1],[13,2],[21,13],[17,-7]],[[128058,335595],[33,-38],[86,-94],[61,-69],[-42,-25],[-139,-76],[-145,-73],[80,198],[24,149],[1,0],[9,52],[-2,6],[-2,13],[36,-43]],[[125510,334000],[0,1],[-30,17],[-9,9],[-34,32],[-11,11],[-16,0],[-1,0],[-49,66],[-59,98],[-12,18],[-10,15],[-9,18],[-30,51],[-53,87],[-32,33],[-90,92],[-41,42],[-31,31],[-2,3]],[[124991,334624],[45,49],[13,14],[43,48],[9,6]],[[125101,334741],[12,-16],[21,-29],[10,-13],[23,-31],[38,-54],[40,-57],[8,-11],[2,-6],[0,-4],[1,-2],[0,-5],[-1,-5],[-2,-8],[-4,-9],[0,-1],[-6,-8],[-4,-4],[4,-10],[16,-33],[15,-34],[6,-11],[18,-38],[19,-40],[17,-35],[7,-12],[5,-9],[51,48],[56,53],[-3,9],[-70,235],[71,44],[8,5],[255,158],[124,80],[62,-124],[-219,-146],[-10,-6],[0,-1],[0,0],[-4,-2],[-38,-62],[29,-36],[100,-38],[25,-10],[9,-21],[-3,-7],[-2,-5],[-292,-226],[45,-72],[-38,-30],[-28,-22],[26,-18],[46,10],[4,1],[22,-4],[22,1],[33,14],[46,24],[34,15],[25,8],[67,15],[24,4],[20,2],[21,2],[70,1],[-1,-19],[26,-4],[118,97],[4,-6],[2,-2],[145,113],[80,53],[82,54],[-4,7],[-7,14],[-1,-1],[-205,382],[466,328],[16,12],[0,-1],[6,4],[132,-241],[93,-170],[3,2],[5,4],[22,12],[25,17],[99,67],[32,21],[18,12],[28,17],[41,25],[12,7],[42,25],[39,21],[45,25],[108,58],[33,17],[35,19],[113,61],[26,15],[18,14],[41,35],[16,16],[52,59],[30,42],[19,-17],[13,20],[18,31],[14,31],[11,27],[12,37],[10,30],[8,29],[13,46],[11,49],[1,12]],[[127899,335661],[38,-12],[3,0],[-31,-177],[-15,-59],[-18,-49],[-26,-57],[-27,-43],[-46,-55],[-45,-48],[-48,-41],[-45,-28],[-229,-118],[-170,-91],[-47,-25],[-215,-137],[-230,-155],[-225,-154],[-192,-154],[-20,-17],[-46,-36],[-22,31],[-243,-192],[-35,-27],[-15,15],[-22,18],[-4,2],[-18,10],[-20,7],[-51,1],[-32,-5],[-125,-27],[-76,-19],[-27,-4],[-6,-1],[-36,1],[-13,-17],[-10,2]],[[140197,334823],[-13,-13],[-7,-4],[-5,-3],[-51,-38],[-42,-31],[-24,-17],[-196,105],[-88,-89],[-5,-5],[-79,-80],[6,-10],[36,-57],[37,-59],[-60,-43],[-240,264],[-77,-75],[-44,-43],[-132,-130],[15,-18],[188,-221],[-20,-17],[-25,-22],[-21,-19],[-46,-36],[-26,-22],[-23,-20],[-56,-51],[-39,-36],[-41,-38],[-35,-30],[-36,-30],[-33,-29],[-43,-38],[-79,-68],[-28,-24],[-43,-37],[-29,-10],[-34,-10],[-53,-16],[-41,-13],[-53,-16],[-42,-14],[-38,-10],[-15,-2],[-5,0],[-7,0],[-10,4],[-32,16],[-38,20],[-53,29],[-61,34],[-67,35],[-63,32],[-57,33],[-66,34],[-48,25],[-54,29],[-61,33],[-46,24],[-59,34],[-45,25],[-43,24],[-46,26],[-43,23],[-72,39],[-85,48],[-63,34],[-63,33],[-59,31],[-58,29],[-50,26],[-42,23],[-44,25],[-66,35],[-41,24],[-46,25],[-46,24],[-47,25],[-54,28],[-42,23],[-37,20],[-44,24],[-82,42],[-29,17],[-56,29],[-36,19],[-33,18],[-303,134],[-5,2],[-5,1],[-5,2],[-5,6],[-3,6],[0,5],[-1,6],[-1,11],[-8,130],[-5,120],[465,643],[-458,350],[36,49],[44,57],[48,63],[40,51],[42,57],[52,67],[39,50],[1,1],[65,86],[43,56],[45,59],[33,42],[32,41],[85,106],[24,-15],[65,-39],[56,-31],[56,-28],[71,-33],[64,-28],[98,-42],[122,-50],[131,-55],[130,-55],[182,-74],[5,-1],[10,-3],[62,-28],[27,-12],[20,-8],[86,-33],[16,-7],[52,-22],[47,-20],[55,-23],[32,-14],[56,-24],[22,-9],[86,-34],[74,-30],[46,-21],[68,-27],[35,-14],[51,-22],[72,-31],[39,-13],[74,-32],[60,-27],[63,-26],[55,-21],[83,-33],[64,-25],[16,-6],[6,-3],[23,-10],[47,-19],[78,-32],[37,-14],[50,-23],[37,-15],[39,-16],[74,-30],[34,-15],[100,-40],[46,-19],[76,-34],[67,-26],[59,-22],[52,-23],[78,-32],[69,-28],[58,-25],[59,-24],[61,-26],[25,-10],[77,-34],[45,-20],[58,-28],[24,-13],[19,-9],[21,-11],[18,-9],[17,-9],[13,-11],[-8,-22],[-13,-30],[-10,-21],[-11,-24],[-13,-25],[-12,-23],[-12,-22],[-15,-25],[-14,-17],[-18,-25],[-24,-32],[-18,-25],[-31,-41],[-26,-35],[-27,-37],[-39,-49],[-22,-26],[-10,-11],[-11,-11]],[[192401,303954],[-37,35],[-5,3],[0,1],[-43,36],[-10,7],[-52,54],[-36,39],[-41,57],[-15,21],[-12,19],[-53,53],[-60,60]],[[192037,304339],[14,17],[30,36],[-38,148],[-14,31],[-108,128],[-70,64],[-31,29],[-114,192],[-100,153],[-26,39],[-128,233],[-231,472],[-137,296],[-88,124],[-170,90],[-81,71],[-75,160],[-75,158],[-229,239],[-119,79],[-185,231],[-216,301],[-693,853],[-213,346],[-250,318],[-194,172],[-319,318],[-208,153],[-101,57],[-1154,730],[-256,145],[-255,71],[-148,10],[-777,-54],[-274,-21],[-163,-36],[-113,-76],[-162,-152],[-550,-522],[-647,-647],[-161,-96],[-438,-221],[-529,-258],[-473,-252],[-351,-258],[-493,-319],[-355,-189],[-610,-364],[-914,-656],[-373,-264],[-244,-152],[-273,-171],[-162,-225],[-124,-252],[-168,-290],[-234,-249],[-157,-141],[-470,-320],[-513,-321],[-552,-307],[-1442,-580],[-700,-210],[-236,-124],[-1072,-697],[-14,-10],[-1,0],[-548,-356],[-54,-63],[-34,-68],[35,-49],[22,-22],[15,-15],[111,15],[2,0],[1,1],[23,3],[13,-4],[66,-47],[-2,-4],[230,-176],[72,-54],[0,0],[181,-137],[67,41],[33,18],[184,109],[67,40],[3,2],[20,9],[193,116],[225,133],[4,3],[108,67],[2,1],[431,264],[315,192],[3,1],[-4,4],[-104,96],[-128,123],[-7,17],[0,0],[1,0],[-2,5],[-1,11],[0,11],[0,6],[4,12],[11,21],[8,7],[8,5],[8,5],[1,1],[11,4],[10,2],[9,1],[15,-2],[14,-7],[17,-10],[12,-13],[19,-20],[0,-2],[189,-177],[200,-191],[44,-42],[118,-112],[6,-2],[203,-88],[214,53],[52,39],[100,77],[79,62],[60,45],[108,79],[1,-1],[60,46],[67,52],[63,51],[-3,4],[101,84],[93,82],[30,28],[6,5],[61,55],[87,77],[94,84],[35,30],[49,45],[43,37],[36,26],[62,46],[147,107],[187,138],[182,134],[168,126],[50,39],[75,54],[-1,2],[145,108],[159,118],[107,78],[69,52],[4,-1],[35,26],[10,8],[10,9],[8,11],[7,12],[5,12],[24,66],[37,108],[41,118],[6,16],[12,28],[7,13],[5,9],[5,8],[7,10],[7,12],[7,10],[9,10],[11,8],[9,6],[12,5],[2,1],[9,3],[12,2],[16,2],[12,1],[9,1],[2,0],[11,-1],[12,-1],[12,-1],[8,-2],[8,-3],[8,-2],[8,-3],[8,-4],[7,-4],[7,-4],[10,-7],[8,-7],[7,-5],[3,-3],[3,-4],[7,-8],[6,-7],[5,-8],[6,-12],[5,-9],[4,-10],[4,-8],[4,-9],[2,-5],[7,-11],[7,-11],[9,-8],[11,-8],[11,-5],[11,-3],[12,-1],[28,-1],[14,-1],[27,-1],[6,-1],[27,-2],[31,-1],[24,-1],[154,-4],[132,-6],[107,-3],[0,0],[11,4],[5,1],[141,129],[14,13],[38,34],[21,17],[21,9],[13,4],[10,2],[27,-6],[8,-4],[70,-43],[82,-50],[29,-18],[5,-3],[86,-54],[55,-33],[3,-2],[6,-4],[4,-1],[8,1],[7,4],[3,3],[2,3],[224,261],[658,764],[271,318],[145,168],[129,151],[46,49],[30,33],[7,7],[12,7],[12,5],[13,2],[13,-1],[18,-2],[15,0],[82,-9],[15,-2],[0,0],[34,-3],[10,0],[11,2],[10,4],[8,5],[86,53],[90,57],[37,23],[18,5],[27,7],[62,-2],[2,1],[8,0],[10,-1],[13,3],[114,57],[149,73],[105,52],[25,10],[25,1],[19,-4],[14,-10],[35,-29],[48,-39],[16,-8],[89,-44],[102,-49],[61,-31],[82,15],[80,12],[51,46],[140,127],[54,71],[181,243],[4,5],[-39,233],[-21,91],[-31,110],[-75,277],[0,0],[-14,82],[0,12],[2,9],[5,7],[11,4],[13,1],[11,-8],[4,-5],[4,-8],[4,-16],[3,-25],[5,-19],[32,-104],[31,-100],[34,-105],[30,-96],[19,-66],[9,-8],[17,-10],[1,0],[22,0],[81,19],[122,26],[121,27],[79,15],[54,5],[102,6],[140,8],[57,3],[95,5],[58,9],[222,55],[122,42],[94,30],[502,168],[75,21],[7,2],[97,27],[57,15],[45,10],[64,16],[29,4],[84,15],[3,-1],[109,12],[68,-8],[56,-6],[38,-6],[44,-7],[4,-2],[65,-11],[78,-14],[103,-24],[36,-10],[40,-14],[231,-81],[62,-23],[56,-26],[19,-11],[66,-41],[85,-51],[192,-126],[58,-36],[185,-31],[30,-2],[51,24],[84,40],[57,26],[24,33],[30,41],[19,24],[13,18],[27,26],[34,-2],[25,-5],[5,-1],[17,-4],[70,-16],[79,-18],[67,-16],[76,-18],[56,-13],[93,-21],[114,-27],[77,-17],[58,-15],[71,-18],[90,-23],[80,-19],[63,-16],[234,-57],[39,-7],[53,-12],[20,-7],[8,-4],[1,0],[57,-13],[163,-34],[89,-16],[61,-13],[80,-15],[194,-54],[142,-40],[138,-40],[99,-28],[5,-1],[36,-11],[87,-24],[89,-25],[153,-44],[117,-31],[94,-25],[137,-54],[122,-69],[94,-64],[35,-27],[29,-20],[156,-107],[131,-93],[10,-8],[8,-7],[7,-6],[6,-4],[4,-5],[6,-15],[8,-14],[2,-16],[6,-45],[9,-85],[10,-107],[9,-142],[10,-181],[-1,-50],[-1,-68],[1,-16],[2,-30],[5,-50],[8,-73],[1,-24],[13,-14],[17,-9]],[[191041,305188],[-52,3],[-16,1],[-9,0],[2,55],[-14,156],[-15,160],[-17,159],[-14,160],[-26,157],[-96,108],[-121,83],[-124,83],[-135,54],[-118,90],[-139,44],[-138,48],[-139,45],[-138,45],[-139,44],[-141,32],[-138,35],[-142,36],[-141,35],[-141,35],[-139,35],[-141,38],[-141,35],[-142,35],[-141,32],[-141,32],[-141,32],[-139,35],[-141,32],[-141,35],[-142,35],[-141,26],[-98,-115],[-107,-108],[-135,-45],[-142,25],[-129,74],[-124,80],[-127,73],[-127,80],[-130,67],[-136,51],[-138,45],[-141,32],[-144,28],[-142,23],[-144,-10],[-141,-29],[-142,-32],[-138,-38],[-138,-45],[-139,-44],[-138,-48],[-139,-48],[-138,-45],[-139,-38],[-141,-35],[-144,-13],[-144,-3],[-144,-7],[-142,-22],[-141,-35],[-110,-102],[-89,-125],[-92,-121],[-93,-124],[-92,-125],[-89,-121],[-113,-102],[-135,-42],[-142,29],[-121,83],[-115,96],[-127,25],[-133,-64],[-132,-64],[-136,-41],[-135,-48],[-124,-80],[-139,-25],[-138,-7],[-101,-115],[-98,-115],[-101,-114],[-98,-119],[-101,-114],[-98,-115],[-98,-115],[-101,-118],[-101,-115],[-98,-115],[-98,-115],[-101,-115],[-101,-115],[-98,-118],[-101,-112],[-136,0],[-126,80],[-127,77],[-124,-32],[-107,-106],[-127,-57],[-144,13],[-144,6],[-144,6],[-142,23],[-132,67],[-98,-71],[-67,-140],[-69,-140],[-110,-99],[-121,-87],[-121,-89],[-118,-89],[-121,-90],[-121,-86],[-119,-89],[-118,-90],[-121,-89],[-121,-86],[-118,-90],[-121,-89],[-119,-89],[-112,-103],[-113,-102],[-112,-99],[-112,-99],[-113,-95],[-118,-96],[-118,-90],[-122,-89],[-118,-86],[-121,-90],[-127,-73],[-144,0],[-124,77],[-110,102],[-112,102],[-113,102],[-129,-16],[-127,-76],[-127,-77],[-124,-80],[-127,-77],[-127,-76],[-127,-77],[-127,-76],[-124,-77],[-126,-77],[-127,-79],[-127,-77],[-124,-77],[-133,-63],[-133,44],[-118,90],[-118,92],[-118,90],[-124,83],[-133,-23],[-110,-105],[-141,-22],[-135,-45],[-127,-77],[-130,-51],[-75,-99],[115,-92],[119,-93],[20,-109],[-21,-28],[-2,2],[-11,-16],[2,-2],[-9,-13],[-135,-6],[-144,-13],[-145,-10],[-141,-6],[-144,-13],[-144,-9],[-144,-10],[-145,-10],[-144,-9],[-144,-10],[-144,-9],[-144,-13],[-145,-10],[-141,-9],[-144,-13],[-144,-10],[-144,-9],[-145,-10],[-144,-13],[-130,-63],[-129,-71],[-127,-73],[-93,-121],[-92,-125],[-89,-124],[-92,-122],[-70,-140],[-69,-141],[-69,-140],[-69,-140],[-70,-141],[-69,-137],[-69,-141],[-69,-140],[-69,-141],[-67,-140],[-31,-156],[-26,-157],[-29,-156],[-20,-157],[-23,-159],[-6,-160],[-20,-156],[-21,-160],[-23,-156],[-8,-160],[5,-160],[9,-159],[26,-157],[49,-147],[81,-134],[83,-127],[90,-128],[86,-128],[87,-127],[86,-128],[87,-128],[86,-127],[87,-128],[86,-128],[90,-124],[132,-51],[145,-16],[144,-23],[141,-19],[144,-22],[142,-19],[144,-20],[141,-19],[144,-22],[145,-19],[141,-23],[144,-19],[141,-19],[145,-22],[144,-19],[141,-20],[144,-19],[142,-22],[144,-19],[144,-16],[141,29],[142,16],[126,-61],[107,-109],[98,-115],[92,-124],[93,-121],[92,-125],[89,-124],[90,-125],[92,-124],[89,-125],[93,-121],[89,-125],[92,-124],[90,-125],[92,-124],[90,-121],[112,-103],[127,-76],[127,-74],[130,-70],[129,-70],[130,-74],[127,-70],[130,-73],[129,-70],[127,-74],[130,-70],[130,-70],[127,-74],[130,-70],[132,-64],[136,-54],[135,-54],[136,-55],[135,-54],[136,-51],[135,-54],[136,-54],[133,-64],[132,-61],[107,-105],[78,-134],[32,-154],[17,-159],[14,-160],[18,-159],[17,-157],[14,-160],[18,-159],[14,-157],[17,-159],[15,-160],[8,-159],[-28,-154],[-61,-146],[-69,-138],[-72,-137],[-72,-140],[-72,-138],[-61,-143],[-12,-160],[24,-156],[46,-144],[95,-121],[112,-96],[136,-54],[138,-45],[130,-74],[98,-114],[95,-119],[107,-108],[130,-67],[141,-42],[138,-35],[142,-32],[141,-28],[141,-32],[142,-32],[141,-32],[144,-26],[144,-16],[142,-22],[141,-35],[141,-29],[142,-35],[141,-32],[141,-32],[139,-35],[144,-29],[141,-32],[141,-28],[142,-32],[141,-32],[130,-67],[95,-118],[66,-144],[15,-156],[-9,-160],[0,-160],[12,-159],[20,-157],[29,-156],[43,-153],[55,-147],[60,-144],[75,-137],[87,-128],[118,-92],[136,-45],[144,0],[144,0],[130,-64],[115,-96],[115,-95],[116,-96],[115,-99],[107,-102],[109,-106],[107,-108],[110,-106],[101,-111],[69,-141],[29,-156],[-29,-153],[-67,-141],[-100,-112],[-93,-121],[-34,-156],[31,-154],[52,-150],[52,-146],[55,-151],[49,-146],[52,-150],[55,-147],[52,-150],[54,-147],[52,-150],[52,-147],[55,-150],[52,-147],[52,-150],[55,-147],[57,-147],[72,-137],[90,-128],[104,-108],[132,-58],[144,-12],[142,25],[141,32],[138,51],[73,-5],[63,-4],[107,-106],[106,-111],[66,-109],[12,-19],[-69,-134],[-89,-125],[37,-115],[141,-38],[139,-38],[141,-42],[136,-51],[-3,-137],[-78,-134],[-81,-134],[-104,-106],[-118,-89],[12,-150],[83,-131],[87,-128],[86,-127],[28,-30],[29,-41],[11,-22],[7,-19],[15,-68],[9,7],[2,2],[19,-18],[2,-1],[5,-5],[10,-9],[55,-6],[1,7],[1,17],[33,-4],[1,14],[1,2],[1,15],[1,11],[6,-2],[141,-16],[144,-13],[145,-16],[144,-13],[144,-16],[141,-13],[144,-12],[145,-16],[144,-13],[144,-16],[144,-13],[142,-13],[144,-12],[144,-16],[144,-16],[141,-13],[145,-16],[144,-13],[144,-16],[144,-12],[144,-13],[142,-13],[144,-16],[144,-16],[133,-51],[15,-32],[51,-105],[-3,-160],[-9,-159],[55,-141],[136,-45],[144,4],[144,9],[144,7],[145,6],[144,6],[144,7],[144,6],[136,54],[132,64],[133,61],[98,-7],[38,-3],[80,-131],[78,-134],[90,-124],[141,-13],[144,3],[144,7],[144,6],[145,3],[144,7],[144,3],[144,3],[141,-16],[145,-29],[141,-28],[141,-26],[142,-29],[144,-25],[141,-23],[141,-25],[145,-16],[141,-16],[144,-26],[141,-25],[142,-29],[144,-16],[144,-3],[144,3],[144,0],[145,0],[144,0],[144,0],[144,3],[144,-3],[145,3],[144,0],[116,11],[25,2],[136,61],[132,57],[136,58],[132,60],[133,61],[136,61],[132,57],[136,61],[133,57],[132,61],[136,61],[132,57],[136,57],[138,-19],[101,-111],[61,-144],[63,-144],[69,-137],[75,-137],[99,-118],[106,-109],[95,-115],[96,-121],[89,-128],[84,-128],[92,-124],[118,-89],[133,-61],[141,-32],[144,3],[142,29],[138,45],[136,54],[135,54],[133,64],[109,102],[98,118],[93,122],[77,134],[93,124],[98,84],[15,4],[25,6],[6,1],[39,4],[21,0],[13,-3],[18,-3],[22,-4],[27,-10],[36,-16],[26,-17],[22,-17],[13,-10],[104,-83],[174,-140],[45,-36],[6,-5],[18,-9],[16,-10],[10,-5],[12,-4],[11,-5],[10,-3],[23,-6],[26,-5],[73,-7],[11,1],[11,0],[14,0],[14,4],[21,14],[17,12],[0,1],[37,33],[20,15],[16,9],[75,15],[144,-12],[144,-16],[141,-13],[145,-16],[144,-13],[144,-13],[144,-12],[141,-16],[145,-13],[144,-13],[144,-13],[144,-12],[141,-29],[122,-83],[70,-126],[8,-28],[10,-35],[8,-30],[6,-19],[6,-18],[3,-10],[3,-11],[3,-10],[2,-8],[2,-7],[2,-8],[5,-13],[3,-10],[4,-9],[2,-7],[3,-8],[2,-5],[3,-8],[4,-10],[8,-15],[13,-25],[18,-34],[18,-33],[18,-32],[22,-40],[17,-34],[20,-39],[21,-41],[17,-30],[21,-38],[23,-43],[9,-18],[10,-20],[7,-12],[4,-8],[5,-9],[4,-7],[5,-7],[4,-8],[4,-5],[3,-4],[4,-5],[13,-17],[20,-25],[18,-21],[23,-29],[23,-31],[24,-29],[27,-35],[23,-29],[25,-30],[32,-39],[7,-10],[22,-28],[20,-23],[3,4],[77,-93],[98,-115],[104,-111],[104,-112],[101,-115],[106,-105],[113,-99],[112,-99],[40,-44],[64,-68],[101,-112],[110,-105],[109,-105],[113,-99],[121,-87],[121,-86],[75,-134],[-20,-150],[-55,-147],[-61,-147],[-57,-143],[-61,-147],[-74,-128],[-4,-6],[-86,-128],[-46,-51],[-168,78],[-10,4],[-1065,562],[-37,16],[-1444,452],[-15,1],[-13,-1],[-17,-4],[-15,-10],[-8,-8],[-6,-10]],[[201757,272332],[-97,197],[-84,287],[-112,402],[-77,248],[-85,164],[-114,189],[-121,86],[-162,52],[-196,110],[-269,71],[-185,10],[-276,45],[-254,38],[-352,36],[-358,-39],[-328,-109],[-377,-62],[-589,-101],[-558,-47],[-387,-142],[-286,-59],[-347,-86],[-237,-74],[-249,-79],[-286,-111],[-266,-91],[-440,-85],[-439,-68],[-364,6],[-302,26],[-128,80],[-456,108],[-419,98],[-357,117],[-197,88],[-391,35],[-359,73],[-342,86],[-300,10],[-324,49],[-379,47],[-391,22],[-271,51],[-397,21],[-730,118],[-481,15],[-120,10],[-370,29],[-552,2],[-529,97],[-403,131],[-615,60],[-456,68],[-545,61],[-218,14],[-197,27],[-397,80],[-535,86],[-423,102],[-547,91],[-425,82],[-442,61],[-343,69],[-448,74],[-427,67],[-413,74],[-383,111],[-322,109],[-114,60],[-182,112],[-174,96],[-66,7],[-59,-136],[31,-133],[45,-140],[63,-127],[129,-102],[121,-159],[150,-260],[122,-214],[155,-258],[89,-210],[117,-268],[111,-325],[79,-265],[71,-291],[136,-374],[117,-333],[97,-299],[97,-303],[144,-320],[112,-299],[109,-271],[101,-303],[141,-388],[319,-757],[236,-633],[135,-305],[128,-293],[124,-274],[108,-295],[48,-386],[-21,-507],[-5,-299],[61,-247],[37,-326],[12,-105],[6,-413],[23,-261],[0,-259],[34,-242],[16,-240],[17,-335],[8,-381],[35,-321],[9,-341],[-7,-364],[-33,-306],[-51,-320],[-86,-280],[-59,-173],[-85,-286],[-92,-187],[-38,-63],[-34,-39],[-39,-2],[-62,28],[-6,5],[-301,174],[-266,-195],[92,-179],[-10,-7],[195,-321],[-21,-17],[-4,-3],[61,-100],[36,-60],[76,-339],[41,-179],[26,-109],[119,-512],[81,-346],[9,-42],[19,-80],[71,-54],[35,-26],[230,-147],[353,-320],[18,-29],[211,-345],[86,-146],[16,-24],[1,-1],[54,-60],[18,-29],[49,-83],[14,-25],[22,-61],[118,-204],[117,-196],[19,-22],[45,-45],[98,-163],[24,-73],[185,-322],[67,-66],[123,-195],[21,-81],[88,-148],[13,9],[2,1],[16,12],[63,47],[14,6],[10,-1],[10,-5],[5,-4],[7,-5],[80,-167],[-27,-22],[-51,-39],[-1,0],[-8,-11],[-4,-8],[-4,-18],[95,-161],[68,-115],[70,-119],[182,-303],[37,-62],[1026,-1710],[161,-269],[11,10],[21,19],[50,-69],[50,-43],[55,-15],[23,-1],[41,-5],[70,-8],[40,-3],[165,-18],[-2,-21],[440,-33],[63,-7],[19,-2],[14,-8],[13,-3],[10,-9],[1,-1],[1,-1],[9,-8],[6,-6],[13,-18],[6,-12],[5,-11],[6,-12],[9,-23],[38,-109],[4,-13],[47,-123],[136,-361],[96,-238],[105,-259],[127,-320],[179,-446],[34,-82],[46,-119],[54,-149],[23,-59],[17,-43],[183,-470],[158,-396],[94,-232],[229,-574],[17,-43],[16,-38],[62,-153],[30,-72],[2,-6],[224,-64],[21,-6],[785,-222],[609,-177],[239,-131],[4,-3],[278,-156],[40,-28],[400,-373],[59,-47],[111,-83],[675,-503],[585,-436],[279,-203],[650,-491],[580,-439],[115,-85],[182,-134],[582,-432]],[[194262,244209],[-23,-29],[-37,27],[-118,89],[-122,90],[-118,89],[-121,89],[-118,87],[-121,89],[-121,89],[-119,90],[-121,89],[-118,90],[-121,89],[-118,86],[-119,89],[-121,90],[-121,89],[-118,90],[-121,86],[-118,89],[-122,90],[-118,89],[-121,89],[-118,90],[-121,89],[-118,89],[-119,90],[-121,89],[-118,90],[-121,89],[-118,89],[-122,90],[-118,89],[-115,96],[-110,102],[-112,102],[-110,102],[-121,83],[-130,74],[-129,70],[-130,70],[-133,61],[-138,41],[-142,39],[-138,41],[-138,39],[-142,38],[-138,41],[-141,39],[-139,38],[-141,41],[-139,42],[-138,38],[-113,96],[-63,144],[-61,143],[-57,147],[-61,144],[-57,147],[-61,143],[-61,147],[-57,144],[-61,147],[-57,147],[-58,146],[-58,147],[-57,144],[-58,147],[-58,147],[-58,146],[-57,144],[-58,147],[-58,147],[-57,147],[-61,146],[-57,144],[-58,147],[-58,147],[-57,147],[-58,143],[-58,147],[-60,147],[-61,144],[-130,57],[-144,16],[-141,10],[-144,12],[-145,13],[-144,7],[-135,51],[-96,121],[-77,131],[-81,134],[-78,134],[-81,134],[-80,131],[-78,134],[-81,131],[-81,134],[-81,131],[-77,134],[-81,134],[-81,131],[-78,134],[-81,134],[-77,134],[-81,131],[-81,134],[-78,134],[-81,131],[-77,134],[-81,134],[-81,131],[-81,134],[-80,131],[-78,134],[-81,134],[-81,131],[-78,134],[-80,131],[-78,134],[-81,134],[-81,131],[-80,134],[-78,134],[-81,131],[-78,134],[-81,131],[-80,134],[-78,134],[-84,131],[-107,109],[-112,99],[-118,92],[-124,83],[-121,83],[-96,115],[-37,153],[-38,157],[-37,153],[-38,153],[-34,157],[-38,153],[-37,153],[-38,157],[-37,153],[-52,150],[-58,144],[-78,134],[-83,130],[-78,135],[-72,137],[-16,27],[46,32],[186,124],[96,65],[14,15],[7,13],[3,13],[0,14],[-1,15],[-3,9],[-2,4],[0,2],[-10,18],[-26,35],[-21,27],[6,2],[31,10],[104,36],[-1,3],[-10,36],[4,4],[24,25],[12,15],[11,12],[4,4],[23,30],[11,15],[9,13],[6,9],[16,23],[21,35],[9,16],[10,18],[15,29],[9,17],[12,25],[7,16],[8,16],[13,33],[15,40],[13,36],[11,36],[6,21],[5,17],[10,39],[8,37],[8,41],[4,25],[17,113],[12,83],[32,220],[28,190],[3,25],[4,41],[2,32],[1,22],[1,9],[1,14],[1,43],[0,9],[1,26],[0,7],[0,32],[0,3],[-2,37],[-4,57],[-1,20],[-5,41],[-4,35],[-3,18],[-2,16],[-7,45],[-7,36],[-8,41],[-10,40],[-9,35],[-11,40],[-11,35],[-13,37],[-12,36],[-15,38],[-13,33],[-17,38],[-15,32],[-18,37],[-16,32],[-20,36],[-17,30],[-21,35],[-19,29],[-10,15],[-13,18],[-31,46],[-10,14],[0,2],[1,2],[0,1],[0,2],[0,2],[0,1],[0,2],[0,2],[0,2],[0,1],[0,2],[0,2],[-1,1],[0,2],[0,2],[-1,1],[0,2],[-1,2],[0,1],[-1,2],[0,1],[-1,2],[0,1],[-1,2],[-1,1],[-1,2],[0,1],[-104,151],[-3,4],[-16,19],[-20,21],[-22,20],[-26,19],[-25,16],[-4,2],[-3,2],[-4,1],[-4,2],[-3,2],[-4,1],[-3,2],[-4,1],[-4,1],[-3,2],[-4,1],[-4,1],[-3,1],[-4,2],[-4,1],[-3,1],[-4,1],[-4,1],[-4,1],[-4,0],[-3,1],[-4,1],[-4,1],[-4,0],[-4,1],[-3,0],[-4,1],[-4,0],[-4,1],[-4,0],[-4,0],[-3,1],[-4,0],[-4,0],[-4,0],[-4,0],[-4,0],[-4,0],[-3,0],[-4,0],[-4,-1],[-4,0],[-4,0],[-4,-1],[-4,0],[-4,-1],[-4,0],[-3,-1],[-4,-1],[-4,0],[-4,-1],[-4,-1],[-4,-1],[-4,-1],[-3,-1],[-4,-1],[-4,-1],[-4,-1],[-4,-1],[-3,-1],[-38,-17],[-8,15],[-15,28],[5,14],[0,7],[5,9],[21,55],[32,86],[4,16],[27,-43],[7,12],[-29,48],[4,10],[-11,7],[0,3],[3,11],[3,0],[5,21],[2,4],[7,38],[2,5],[-6,8],[-1,1],[1,3],[0,7],[5,35],[6,46],[0,17],[-1,12],[-3,11],[-3,10],[-4,10],[-1,3],[-6,9],[-7,6],[-4,3],[-6,2],[0,35],[-1,42],[7,4],[7,5],[7,8],[5,8],[1,2],[3,7],[1,1],[3,11],[2,13],[0,10],[-5,38],[-1,4],[-8,57],[-2,14],[71,14],[-1,7],[-13,78],[-10,57],[-28,-6],[-11,70],[-43,-9],[-4,24],[-6,37],[-8,43],[-3,18],[-7,37],[-4,19],[-2,10],[-3,12],[-12,50],[-5,22],[-24,96],[-1,32],[-9,62],[-14,60],[-11,32],[-13,24],[-5,8],[-1,2],[40,25],[2,2],[141,90],[88,56],[72,46],[71,46],[17,10],[-21,24],[207,218],[23,25],[0,0],[0,0],[38,41],[11,11],[33,-37],[10,-11],[1,-1],[1,0],[1,-1],[2,0],[1,-1],[1,0],[0,0],[0,0],[1,0],[1,-1],[2,0],[1,0],[1,0],[1,0],[0,0],[0,0],[2,-1],[1,0],[1,0],[1,1],[1,0],[1,0],[0,0],[1,0],[1,0],[1,0],[1,1],[2,0],[1,0],[10,6],[6,6],[92,102],[8,12],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[0,1],[0,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,1],[0,0],[0,1],[0,1],[0,1],[-1,1],[0,1],[0,1],[-1,1],[0,1],[0,0],[0,0],[-1,1],[0,1],[-1,1],[0,1],[0,0],[-1,1],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[-1,0],[-1,1],[0,0],[0,0],[-74,87],[10,10],[119,123],[-72,85],[-70,88],[37,39],[46,41],[24,30],[1,3],[8,21],[10,25],[7,32],[0,0],[3,23],[1,23],[-2,25],[-11,38],[-22,44],[-8,17],[-19,45],[-30,55],[-35,52],[-28,40],[-17,30],[-18,44],[-6,7],[-9,7],[-18,10],[-5,8],[-20,40],[-27,44],[-35,52],[-24,35],[-46,69],[-40,59],[-83,124],[-68,103],[-106,154],[-62,94],[-58,85],[-28,42],[-33,45],[-27,28],[-24,19],[-38,24],[-38,17],[-82,33],[-98,39],[-18,7],[-20,7],[-26,10],[-24,-77],[-24,8],[-43,-3],[-78,-5],[-11,-1],[-17,-14],[-95,-85],[-113,-99],[-56,-30],[-74,-40],[-135,-48],[-141,-45],[-142,-25],[-144,-3],[-144,-3],[-144,-4],[-144,0],[-145,-3],[-129,58],[-93,121],[-95,121],[-92,125],[-90,121],[-103,109],[-90,124],[-86,128],[-93,121],[-95,121],[-101,112],[-112,102],[-124,83],[-130,71],[-127,73],[-130,70],[-124,80],[-124,83],[-121,86],[-115,96],[-115,96],[-116,95],[-115,96],[-115,96],[-116,96],[-115,96],[-115,95],[-116,93],[-124,86],[-104,105],[-111,95],[-1,1],[-118,96],[-116,96],[-54,140],[-44,150],[-130,64],[-138,42],[-141,44],[-139,35],[-127,71],[-66,140],[-40,153],[-32,157],[-32,156],[-31,157],[-44,150],[-57,146],[-61,144],[-60,147],[-58,144],[-61,146],[-56,125],[-14,186]],[[173172,273944],[20,-53],[2,-5],[63,-137],[16,-36],[38,-91],[16,-35],[66,-164],[62,-157],[75,-184],[35,-84],[22,-56],[18,-26],[10,-10],[14,-18],[6,-8],[16,-23],[10,-22],[3,-7],[4,-16],[4,-20],[2,-18],[1,-30],[-1,-26],[-4,-48],[-3,-43],[0,-13],[2,-19],[16,-79],[17,-90],[14,-70],[11,-49],[5,-21],[3,-12],[16,-60],[17,-60],[7,-23],[8,-25],[6,-13],[8,-17],[15,-25],[15,-20],[10,-14],[13,-9],[10,-8],[11,-6],[11,-3],[17,-6],[27,-7],[80,-19],[60,-14],[41,-12],[47,-15],[85,-28],[79,-24],[44,-14],[31,-11],[24,-9],[30,-11],[14,-9],[22,-15],[23,-21],[15,-20],[10,-19],[6,-9],[17,-142],[2,-22],[5,-13],[2,-5],[6,-13],[7,-13],[7,-9],[18,-20],[10,-8],[24,-23],[30,-24],[23,-21],[52,-46],[19,-18],[36,-31],[23,-19],[118,-98],[109,-89],[189,-156],[103,-85],[44,-36],[55,-46],[102,-85],[89,-74],[86,-70],[78,-67],[61,-50],[86,-71],[82,-67],[24,-22],[62,-50],[30,-23],[46,-37],[13,-9],[34,-25],[52,-43],[35,-25],[25,-20],[37,-24],[15,-10],[118,-72],[11,19],[14,25],[58,-34],[151,-84],[187,-104],[17,-9],[36,-22],[35,-22],[37,-25],[36,-27],[32,-25],[33,-28],[32,-28],[32,-30],[31,-31],[6,-6],[26,-28],[17,-19],[20,-24],[2,-3],[33,-41],[0,-1],[124,-159],[111,-143],[166,-215],[88,-113],[65,-84],[79,-102],[14,1],[11,-2],[9,-5],[-16,-28],[33,-44],[36,-44],[12,11],[4,3],[4,0],[4,-2],[3,-2],[8,-8],[-20,-22],[51,-66],[9,-12],[7,-7],[6,-5],[9,-9],[9,-5],[6,-3],[10,-4],[7,-3],[10,0],[12,-1],[28,-1],[363,10],[58,1],[0,-38],[26,0],[-3,38],[6,0],[97,1],[125,3],[24,0],[16,1],[27,2],[37,5],[19,4],[15,3],[13,3],[21,5],[18,5],[15,4],[8,2],[11,4],[-7,30],[113,36],[88,29],[13,5],[1,0],[11,6],[15,9],[16,12],[17,14],[91,81],[93,83],[18,15],[22,18],[28,15],[26,11],[26,9],[29,6],[30,3],[28,-1],[28,-3],[33,-8],[27,-10],[4,-2],[26,-9],[88,-35],[113,-42],[31,-12],[32,-16],[31,-18],[30,-20],[30,-24],[27,-26],[24,-28],[23,-29],[19,-28],[369,-548],[0,0],[-199,699],[-154,463],[-225,527],[-303,536],[-396,587],[-404,509],[-360,341],[-405,380],[-299,188],[-240,132],[-303,176],[-280,137],[-752,311],[-341,200],[-262,144],[-325,196],[-345,169],[-306,191],[-275,129],[-244,138],[-257,154],[-221,164],[-196,139],[-147,130],[-120,129],[-11,8],[-231,-421]],[[173144,274358],[-8,8],[-28,18],[-25,10],[-631,293],[-22,5],[-37,0],[-19,-5],[-20,-13],[-11,-24],[-26,-98],[-15,-82],[-23,-114],[-21,-105],[-20,-91],[-4,-6],[-29,-138],[-93,90],[-113,102],[-112,77],[-101,111],[-113,99],[-112,99],[-124,83],[-136,51],[-141,29],[-143,16],[-113,139],[-51,92],[-48,101],[-20,56],[-3,97],[-7,27],[-21,23],[-18,-4],[-3,1],[-7,1],[-13,-1],[-34,-5],[-33,-6],[-33,-6],[-20,36],[-12,16],[-16,7],[-27,8],[-148,41],[-90,26],[-42,11],[-11,3],[-16,0],[-16,-2],[-17,-8],[-11,-8],[-9,-11],[-7,-13],[-4,-10],[-3,-17],[-5,-55],[-12,-105],[-140,-35],[-139,-35],[-141,-38],[-139,-39],[-141,20],[-109,102],[-98,118],[-104,108],[-130,58],[-138,-45],[-139,-32],[-138,39],[-136,54],[-132,67],[-119,89],[-80,131],[-81,128],[-118,86],[-127,77],[-116,95],[-112,99],[-133,55],[-138,-35],[-144,3],[-139,41],[-117,16],[-520,222],[-370,158],[-65,24],[-75,22],[-116,25],[-43,10],[-72,19],[-106,37],[-710,314],[-90,41],[-74,31],[-135,60],[-59,27],[-49,21],[-191,84],[-28,13],[-24,10],[-247,109],[-130,60],[-95,40],[-100,44],[-73,34],[-51,21],[-209,93],[-8,4],[-136,61],[-10,3],[-74,33],[-47,13],[-5,2],[-11,2],[-114,31],[-12,-2],[-1,1],[-141,38],[-48,15],[-20,10],[-207,58],[-244,29],[-44,6],[-81,9],[-103,12],[-104,14],[-144,16],[-24,3],[-156,18],[-65,7],[-9,0],[-32,4],[-33,1],[-29,1],[-37,0],[-45,1],[-35,-2],[-58,-2],[-54,-5],[-72,-9],[-69,-7],[-39,-6],[-287,-34],[-104,-11],[-70,-10],[-221,-26],[-96,-11],[-64,-6],[-112,-10],[-30,-5],[-29,-8],[-28,-12],[-54,-32],[-159,-100],[-915,-584],[-200,-118],[-98,-23],[-130,-67],[-130,-67],[-130,-77],[-126,-74],[-139,-31],[-127,70],[-83,131],[-81,131],[-81,130],[-81,135],[-80,130],[-84,131],[-81,134],[-83,128],[-90,125],[-89,124],[-84,131],[-78,134],[-83,131],[-81,134],[-81,131],[-81,131],[-75,137],[-69,140],[-66,141],[-66,140],[-70,144],[-66,141],[-69,140],[-67,140],[-69,141],[-66,140],[-66,144],[-70,140],[-66,140],[36,21]],[[155537,280916],[82,-171],[62,-130],[98,-201],[73,-153],[157,-327],[4,-10],[132,-273],[137,-287],[84,-176],[18,12],[219,-357],[238,-393],[81,-135],[4,4],[13,9],[75,-112],[72,-94],[2,2],[51,-66],[301,-488],[215,-348],[91,-148],[48,-46],[66,-16],[55,19],[149,91],[76,71],[13,-12],[12,-12],[16,16],[18,17],[16,9],[16,6],[30,5],[138,21],[53,25],[382,229],[573,355],[26,22],[32,32],[5,5],[13,16],[31,37],[109,121],[-18,22],[13,12],[53,6],[7,1],[39,20],[37,16],[11,4],[35,13],[4,-14],[18,6],[145,41],[341,25],[433,55],[139,19],[184,19],[209,13],[72,2],[34,-2],[279,-28],[118,-12],[123,-13],[531,-61],[33,-3],[97,-12],[6,-1],[57,-7],[110,-19],[48,-17],[227,-101],[442,-194],[3,-1],[34,-14],[27,124],[9,37],[5,12],[6,8],[7,8],[9,4],[8,2],[8,0],[7,-1],[1,-1],[7,-3],[6,-7],[4,-6],[4,-9],[3,-7],[3,-9],[1,-10],[1,-10],[0,-11],[-4,-15],[-14,-52],[-11,-60],[-2,-6],[-3,-13],[17,-8],[27,-11],[44,-19],[31,106],[10,26],[6,9],[10,4],[9,0],[3,-2],[4,-1],[8,-3],[8,-7],[4,-8],[3,-9],[1,-9],[-2,-13],[-10,-45],[-16,-81],[-2,-6],[63,-27],[98,-44],[248,-109],[215,-94],[593,-262],[567,-251],[8,22],[495,-141],[784,-337],[281,-89],[136,-39],[26,-7],[122,47],[11,3],[4,33],[1,53],[-6,52],[-37,65],[-79,39],[-134,55],[-134,49],[-275,105],[-229,70],[-281,84],[-354,134],[-167,103],[-1736,752],[-402,190],[-403,204],[-293,116],[-328,87],[-357,77],[-323,94],[-472,76],[-394,86],[-1607,648],[-216,65],[-153,87],[-204,144],[-166,134],[-180,91],[-247,220],[-1067,559],[-141,47],[-147,41],[-103,31],[-88,80],[-77,72],[-72,61],[-58,77],[-50,78],[-48,154],[-26,107],[-28,97],[-3,117],[-10,65],[-8,73],[-35,58],[-31,52],[-45,54],[-55,6],[-57,-49],[-5,-6],[0,1]],[[156045,282118],[0,7],[2,20],[-2,16],[-11,15],[-17,10],[-91,125],[-9,18],[-12,16],[-15,10],[-14,0]],[[155876,282355],[6,17],[15,53],[13,134],[-27,131],[-23,137],[-75,163],[-60,131],[-78,171],[-120,167],[-115,145],[-95,98],[-31,32],[-13,19],[-122,178],[-123,120],[-48,48],[-86,116],[-111,143],[-123,120],[-184,93],[-128,66],[-114,79],[-65,16],[-46,52],[-32,70],[-168,393],[-81,92],[-63,73],[-68,42],[-93,33],[-154,39],[-896,172],[-326,57],[-276,23],[-247,38],[-211,54],[-190,32],[-238,28],[-126,11],[-119,27],[-232,-15],[-225,-21],[-321,-42],[-243,-53],[-171,-22],[-258,-43],[-262,-38],[-272,-98],[-196,-79],[-208,-95],[-291,-193],[-50,-44],[-193,-173],[-1202,-584],[-662,-321],[-675,-328],[-245,-120],[-191,-93],[-465,-226],[-42,-20],[-381,-186],[-224,-108],[-2,-7],[-2,-8],[31,-123],[1,-6],[-2,-3],[-4,-8],[-10,-15],[-10,-16],[21,-99],[5,2],[29,7],[28,-61],[15,-62],[0,0],[10,-23],[25,-8],[6,-25],[86,29],[47,16],[373,130],[435,151],[37,13],[206,71],[246,87],[29,10],[176,61],[419,146],[219,77],[80,3],[269,12],[279,11],[7,1],[1,0],[236,11],[94,-60],[198,-127],[178,-113],[63,-40],[186,-118],[184,-118],[19,-8],[32,-5],[0,0],[2,0],[67,-11],[162,-9],[212,-12],[181,-11],[181,-10],[151,-9],[123,-6],[295,-15],[188,-10],[148,21],[245,35]],[[150021,282814],[-31,-38],[-135,-54],[-142,-22],[-144,-10],[-144,6],[-144,10],[-144,6],[-145,10],[-144,6],[-144,10],[-144,9],[-144,10],[-145,6],[-141,10],[-141,29],[-127,76],[-127,77],[-127,77],[-127,76],[-127,77],[-127,76],[-124,77],[-144,10],[-144,-7],[-144,-3],[-144,-6],[-145,-4],[-141,-12],[-138,-45],[-139,-51],[-138,-45],[-136,-48],[-138,-48],[-138,-47],[-136,-48],[-138,-48],[-139,-48],[-138,-48],[-136,-48],[-138,-48],[-139,-44],[-138,-48],[-139,-45],[-138,-38],[-118,-32],[-36,139],[-92,-16],[-15,-20],[-20,-23],[-18,-15],[-28,-19],[-71,-47],[-32,-16],[-23,-10],[-24,-9],[-39,-8],[-53,-12],[-118,-32],[-81,-24],[-24,-5],[-18,3],[-11,7],[-9,14],[-9,34],[-8,49],[-14,99],[-9,120],[0,44],[8,16],[12,19],[2,16],[-1,26],[-5,29],[-49,227],[-52,236],[-59,272],[-9,41],[0,20],[4,17],[12,10],[23,9],[25,13],[83,60],[26,16],[25,10],[19,4],[41,1],[113,3],[53,0],[24,1],[0,0],[0,0],[0,0],[250,114],[0,1],[251,115],[16,4],[10,15],[6,18],[3,20],[-1,13],[-9,12],[-2,2],[-14,3],[-69,12],[-173,32],[-93,18],[-101,19],[-152,31],[-23,-3],[-168,-30],[-47,-4],[-29,6],[-62,20],[-35,7],[-34,2],[-31,-5],[-34,-7],[-22,-2],[-15,2],[-11,9],[-13,21],[-8,26],[-7,38],[-19,106],[-15,76],[-22,102],[-26,110],[-32,125],[-6,30],[-1,20],[-52,65],[79,128],[86,127],[11,16],[73,112],[87,131],[83,128],[5,6],[85,118],[86,128],[89,124],[90,128],[92,121],[90,125],[92,124],[89,125],[93,124],[89,125],[84,127],[26,157],[-15,156],[-17,160],[2,55],[4,105],[54,146],[29,36],[67,82],[53,33],[71,44],[141,35],[141,32],[141,32],[139,35],[141,32],[141,32],[142,32],[141,29],[141,32],[142,32],[141,35],[141,32],[142,31],[141,32],[141,32],[142,32],[124,28],[11,-65],[36,0],[18,-5]],[[146794,288445],[-28,-6],[-1384,-310],[-380,-85],[4,-21],[-151,-34],[68,51],[38,28],[-488,-110],[-33,-8],[-24,-19],[-19,-19],[-4,-4],[-27,-26],[-26,-24],[-18,-18],[-18,-22],[-12,-13],[-21,-20],[-2,-3],[-15,-17],[-15,-21],[-15,-22],[-14,-25],[-12,-24],[-11,-25],[-9,-26],[-7,-27],[-5,-28],[-4,-29],[-3,-29],[-1,-28],[1,-28],[2,-29],[4,-30],[22,-171],[2,-20],[3,-20],[2,-21],[3,-36],[1,-22],[0,-21],[-1,-21],[0,-21],[-2,-21],[-1,-20],[-3,-22],[-3,-21],[-13,-76],[10,-82],[3,-19],[-50,-32],[-95,-60],[-131,-94],[-1136,-1637],[148,-543],[1108,-231],[391,16],[163,0],[220,112],[275,119],[339,143],[302,139],[275,100],[222,132],[290,159],[300,194],[404,199],[336,223],[304,144],[296,148],[307,90],[279,72],[249,84],[301,92],[314,57],[303,7],[315,-19],[336,-14],[245,7],[203,10],[278,-64],[277,-45],[331,-47],[277,-72],[214,-42],[212,-24],[185,-57],[134,4],[-139,176],[-135,195],[-180,221],[-150,201],[-139,243],[-195,273],[-251,305],[-238,247],[-227,252],[-224,281],[-165,225],[-173,296],[-63,134],[-92,196],[-138,298],[-127,335],[-97,230],[-100,288],[-109,268],[-140,349],[-120,331],[-103,233],[-102,357],[-123,236],[-70,285],[-47,283],[-211,1117],[-46,159],[-21,44],[-25,35],[-24,20],[-23,14],[-11,2],[-15,3],[-21,-5],[-11,-5],[-15,-8],[-65,-35],[-37,-20]],[[148737,294109],[3,4],[11,16],[0,17],[90,473],[3,16],[-1,12]],[[148843,294647],[17,1],[10,6],[5,10],[3,9],[10,64],[-1,20],[-1,32],[-16,33],[-33,40],[-90,77],[-76,64],[-84,67],[-49,47],[-73,75],[-85,86],[-57,69],[-60,86],[-59,105],[-38,95],[-23,98],[-5,88],[-1,9],[8,91],[13,132],[13,107],[8,154],[-7,130],[-27,120],[-2,39],[0,2],[-3,33],[-7,44],[-11,59],[-17,88],[-15,83],[-7,41],[-10,43],[-11,36],[-15,53],[-13,45],[-12,43],[-25,107],[-7,33],[-12,55],[-9,43],[-8,59],[-11,54],[-6,53],[-15,96],[-21,101],[-15,90],[-18,70],[-27,182],[-18,89],[-23,80],[-8,22],[-18,60],[-29,69],[-34,98],[-43,119],[-25,67],[-39,103],[-59,156],[-53,130],[-73,159],[-132,279],[-135,260],[-107,178],[-95,147],[-72,100],[-85,136],[-42,76],[-38,52],[-12,12],[-86,110],[-61,95],[-80,61],[-88,98],[-157,118],[-158,144],[-107,120],[-144,127],[-176,177],[-311,268],[-286,262],[-729,730],[0,0],[-5,5],[-86,-111],[-45,-57],[-289,-358],[6,-7],[69,-83],[48,-67],[63,-106],[263,-344],[124,-171],[216,-296],[112,-237],[18,-38],[17,-37],[586,-1257],[26,-84],[188,-618],[53,-68],[128,-423],[14,-160],[1,-20],[1,-15],[23,-74],[136,-446],[14,-45],[45,-84],[190,-629],[252,-386],[-4,-5],[-39,-57]],[[146450,296538],[-4,7],[-84,127],[-83,131],[-84,131],[-58,144],[-46,153],[-46,150],[-46,153],[-72,137],[-49,151],[-46,150],[-46,150],[-47,153],[-46,150],[-46,153],[-46,150],[-43,150],[-49,153],[-46,150],[-47,150],[-43,154],[-55,147],[-63,143],[-64,144],[-66,140],[-66,144],[-66,140],[-67,141],[-69,144],[-63,140],[-67,144],[-66,140],[-42,58],[-13,25],[-4,7],[-4,7],[-5,7],[-4,8],[-18,27],[-23,32],[-11,15],[-41,73],[-86,127],[-89,128],[-93,121],[-95,122],[-98,118],[-89,124],[-93,122],[-95,118],[-95,121],[-98,118],[-81,131],[-80,131],[-96,118],[-98,118],[-98,115],[-95,121],[-98,119],[-95,118],[-104,111],[-121,87],[-98,69],[-19,22],[-9,9],[-2,1],[-1,1],[-2,1],[-2,1],[-1,1],[-2,1],[-2,1],[-3,2],[-26,7],[-60,41],[0,0],[-3,1],[-15,11],[-139,41],[-138,39],[-141,38],[-142,35],[-138,35],[-141,38],[-142,39],[-138,35],[-141,38],[-133,64],[-133,57],[-141,36],[-134,37],[0,101],[-3,0],[-20,8],[-23,18],[-25,24],[-24,30],[-17,31],[-14,33],[-11,39],[-6,36],[-5,36],[-1,32],[4,41],[10,55],[18,75],[21,94],[4,16],[16,21],[5,12],[-2,17],[-12,21],[-6,6],[-7,9],[6,15],[0,7],[2,11],[0,11],[-8,18],[-10,11],[-24,16],[-49,20],[-58,17],[-80,21],[0,3],[-5,26],[-10,13],[-13,5],[-226,54],[-37,4],[-28,-5],[-25,-9],[-36,-24],[-32,-21],[-126,-88],[-129,-88],[-35,-24],[-15,-3],[-488,34],[-124,10],[-137,7],[-32,0],[-24,-3],[-23,-11],[-47,-23],[-36,-16],[-19,-9],[-108,-52],[-18,-8],[-126,-54],[-42,99],[-60,147],[-58,147],[-33,67],[-46,114],[-71,4],[-43,26],[-144,12],[-144,7],[-145,6],[-144,10],[-144,6],[-144,10],[-144,6],[-48,3],[-97,7],[-144,3],[-138,-42],[-133,-57],[-135,-54],[-136,-55],[-138,-54],[-136,-54],[-135,-51],[-136,-55],[-135,-54],[-136,-54],[-136,-54],[-135,-55],[-136,-54],[-135,-54],[-136,-55],[-94,-33],[-41,-14],[-144,-32],[-122,0],[0,3],[-51,2],[-113,23],[-98,55],[-29,16],[-124,79],[-115,99],[-110,103],[-109,102],[-113,99],[-109,102],[-113,105],[-109,99],[-116,99],[-121,83],[-138,42],[-145,6],[-141,-38],[-130,-64],[-132,-64],[-144,-22],[-142,-13],[-144,-3],[-144,9],[-144,16],[-142,29],[-141,38],[-138,0],[-101,-108],[-95,-122],[-93,-121],[-95,-121],[-92,-125],[-95,-118],[-56,-43],[-60,-46],[-85,-10],[-59,-6],[-144,6],[-144,10],[-144,6],[-145,10],[-141,6],[-144,13],[-139,-26],[-138,-38],[-144,-22],[-142,-23],[-144,-22],[-141,-22],[-144,-29],[-139,-35],[-141,-32],[-144,-22],[-144,-4],[-145,7],[-144,6],[-144,3],[-144,7],[-144,6],[-144,6],[-145,4],[-144,6],[-144,6],[-138,-28],[-122,-83],[-115,-96],[-69,-141],[-61,-143],[-63,-144],[-64,-143],[-72,-141],[-92,-121],[-13,-27],[-13,-4],[-23,-58],[-39,-98],[-64,-166],[-32,-83],[-78,-129],[-124,-77],[-142,-13],[-135,55],[-98,50],[-32,17],[-59,27],[-102,47],[-98,47],[-142,57],[-12,4],[-172,62],[-90,33],[-141,39],[-28,6],[-255,58],[-141,35],[-20,5],[-126,39],[-131,42],[-113,40],[-22,8],[-21,9],[-51,23],[-69,31],[-53,22],[-75,33],[-138,51],[-138,16],[-211,-211],[-81,-128],[0,-159],[-49,-147],[-106,-102],[-51,-14],[-88,-24],[-144,0],[-144,0],[-144,0],[-145,0],[-144,0],[-144,0],[-144,0],[-144,0],[-145,0],[-144,-4],[-144,-3],[-144,0],[-144,0],[-145,0],[-93,0],[-51,0],[-144,0],[-144,-3],[-136,-51],[-115,-96],[-101,-112],[-101,-111],[-104,-112],[-101,-115],[-103,-109],[-107,-108],[-136,-48],[-141,19],[-141,35],[-142,32],[-141,35],[-141,35],[-142,36],[-138,32],[-144,9],[-118,-83],[-87,-128],[-86,-127],[-87,-128],[-86,-128],[-87,-127],[-81,-134],[-75,-135],[-92,-121],[-23,0],[-13,-1],[-13,4],[-6,2],[-4,-6],[-79,-2],[-130,70],[-133,61],[-144,-22],[-141,-23],[-142,-25],[-144,-26],[-141,-22],[-144,-26],[-142,-22],[-141,-26],[-144,-25],[-141,-26],[-142,-28],[-141,-29],[-144,-29],[-56,-11],[-4,20],[-4,20],[-5,34]],[[114364,301313],[37,7],[140,23],[266,52],[192,38],[2,-15],[107,18],[208,36],[195,33],[1,-9],[123,22],[75,13],[162,28],[300,52],[78,13],[23,0],[25,-1],[8,-2],[4,-2],[2,6],[18,-9],[199,-101],[160,48],[12,20],[93,163],[34,56],[220,362],[198,326],[189,270],[37,54],[22,31],[7,10],[18,13],[26,3],[23,-13],[18,-15],[3,-6],[2,-5],[5,-14],[4,-14],[2,-15],[1,-14],[-1,-15],[-2,-15],[-4,-15],[-6,-14],[-7,-13],[-8,-13],[334,-82],[589,-143],[-1,4],[1,3],[139,-2],[69,44],[141,154],[84,92],[34,37],[4,5],[55,60],[64,71],[137,152],[110,121],[-84,30],[0,1],[-22,-8],[-2,0],[-12,0],[-10,0],[-11,2],[-7,3],[-9,5],[-9,7],[-7,8],[-7,7],[-8,10],[-5,6],[-12,5],[-8,3],[-4,23],[3,15],[3,15],[5,10],[5,10],[10,13],[5,6],[-8,3],[4,4],[30,20],[28,5],[23,-2],[17,-5],[56,-20],[169,-60],[291,221],[29,16],[45,-8],[27,-22],[14,-22],[63,-171],[1466,4],[571,1],[76,0],[11,3],[16,7],[22,11],[20,12],[19,15],[17,16],[17,18],[15,20],[14,20],[12,22],[10,23],[9,23],[7,24],[4,24],[3,23],[1,23],[0,122],[6,23],[11,32],[28,22],[52,29],[20,15],[23,17],[21,17],[19,17],[17,18],[15,19],[18,26],[16,26],[5,11],[-119,42],[-32,59],[13,67],[41,34],[38,10],[27,-2],[164,-40],[23,-8],[20,-7],[119,-53],[25,-10],[229,-86],[31,-13],[32,-16],[26,-17],[22,-12],[22,-10],[23,-9],[445,-152],[56,-20],[5,8],[168,-60],[100,-36],[32,-12],[169,-61],[219,-79],[202,-74],[131,-62],[132,-62],[137,-64],[56,-26],[15,-7],[104,-3],[57,13],[64,37],[47,46],[14,23],[5,5],[18,31],[6,9],[0,3],[0,0],[8,46],[4,53],[27,66],[31,78],[46,114],[14,33],[17,32],[19,31],[20,30],[22,28],[19,23],[13,17],[13,20],[13,23],[13,23],[11,26],[195,444],[10,25],[10,26],[41,101],[19,35],[22,30],[28,28],[28,23],[198,145],[32,20],[37,16],[37,10],[38,6],[38,1],[627,-24],[137,-6],[562,-22],[15,1],[143,23],[23,2],[29,-1],[44,2],[16,1],[97,16],[64,15],[17,5],[31,10],[25,7],[308,52],[471,76],[28,5],[0,3],[24,5],[21,7],[20,9],[18,10],[17,12],[15,14],[14,15],[11,17],[79,111],[181,322],[29,-20],[25,-17],[26,32],[22,3],[19,-6],[15,-13],[13,-22],[2,-8],[4,-13],[17,-52],[-111,-337],[-19,-57],[183,-10],[533,-29],[17,0],[18,1],[17,4],[18,5],[16,7],[21,12],[19,13],[19,15],[18,17],[16,18],[16,19],[205,267],[293,379],[-383,41],[-364,39],[-78,4],[-41,2],[-5,13],[-8,24],[3,36],[12,33],[18,23],[22,19],[30,11],[23,1],[871,-93],[2,0],[0,0],[1,0],[33,-2],[22,4],[36,13],[27,-3],[27,-7],[14,-12],[17,-13],[8,-6],[10,-8],[22,-31],[26,-46],[19,-29],[18,-10],[4,-2],[48,-14],[56,-14],[62,-10],[60,-5],[49,-6],[37,-1],[65,-4],[68,0],[68,0],[38,-2],[21,-2],[3,5],[2,7],[2,6],[3,14],[1,17],[-14,8],[-19,9],[-36,16],[-110,51],[-10,25],[-3,24],[-1,34],[6,33],[18,22],[23,15],[17,0],[22,1],[249,-131],[112,-58],[7,3],[4,2],[105,53],[77,40],[29,13],[30,13],[29,11],[3,0],[31,10],[33,8],[33,6],[32,4],[33,3],[75,38],[5,2],[16,3],[19,1],[15,-3],[17,-5],[15,-10],[19,-16],[46,-42],[31,-12],[31,-14],[29,-14],[30,-17],[26,-17],[2,-1],[1,-1],[27,-19],[27,-22],[120,-111],[747,-694],[22,-16],[22,-16],[23,-16],[23,-14],[24,-13],[24,-13],[24,-11],[25,-11],[25,-9],[26,-9],[26,-8],[26,-7],[26,-5],[27,-5],[26,-4],[21,-2],[5,-1],[27,-1],[26,-1],[27,0],[27,1],[26,2],[27,4],[27,4],[27,5],[27,6],[25,6],[23,8],[2152,857],[133,61],[137,54],[153,61],[8,-27],[11,-34],[61,26],[30,13],[134,57],[81,34],[84,36],[67,28],[80,34],[63,26],[37,16],[18,7],[28,8],[19,4],[13,2],[20,-3],[14,-8],[3,-2],[15,-10],[9,-11],[19,-45],[27,-64],[14,-34],[5,-14],[3,1],[4,-1],[31,-8],[17,-21],[12,-41],[14,-30],[53,-114],[84,-220],[119,-296],[27,-1],[146,-8],[154,-9],[61,-3],[81,-5],[105,-6],[122,-7],[122,-7],[61,-3],[97,-6],[103,-6],[88,-5],[82,-4],[113,80],[144,100],[25,15],[27,12],[29,10],[31,5],[29,1],[28,-2],[26,-5],[94,-24],[63,-17],[-106,154],[-60,87],[-98,237],[-105,266],[-71,69],[-197,82],[-250,89],[-307,80],[-312,93],[-38,12],[-471,156],[-407,79],[-474,69],[-434,69],[-497,55],[-441,28],[-312,41],[-232,-7],[-609,39],[-444,-24],[-353,-67],[-274,-40],[-337,-111],[-360,-39],[-338,-33],[-328,-49],[-458,-16],[-361,-31],[-427,-36],[-377,-74],[-435,-91],[-434,-109],[-395,-140],[-373,-121],[-482,-184],[-254,-105],[-362,-103],[-337,-114],[-428,-63],[-318,-97],[-284,-70],[-243,-82],[-275,-57],[-431,-71],[-746,-114],[-489,-166],[-585,-58],[-358,-69],[-310,-92],[-347,-42],[-384,-37],[-409,-20],[-403,-37],[-281,-35],[-415,59],[-185,-24],[-451,-81],[-522,-109],[-370,-45],[-70,-9],[-439,-41],[-278,-71],[-250,-13],[-163,-21],[-2,0],[-214,-6],[-132,-36],[-188,-66],[-179,-9],[-346,-31],[-503,-153],[-499,-83],[-322,-27],[-344,-2],[-89,7],[-192,-30],[-122,-47],[-96,-49],[-9,-1],[-78,-43],[-72,-40],[-64,-51],[-67,-57],[-32,-37],[-57,-45],[-89,-107],[-363,-523]],[[114133,302737],[-6,36],[-11,63],[-15,95],[-7,33],[-3,7],[-3,5],[-6,7],[-7,6],[-7,5],[-5,5],[-11,4],[-4,1],[1,1]],[[114049,303005],[18,31],[30,36],[9,56],[8,100],[-19,111],[-44,86],[-64,59],[-94,97],[-113,96],[-139,48],[-158,51],[-181,67],[-426,77],[-248,50],[-522,141],[-219,81],[-597,210],[-583,271],[-58,45],[-186,121],[-161,108],[-259,38],[-252,16],[-104,15],[-101,-16],[-170,10],[-155,3],[-309,26],[-276,-23],[-5,0],[-102,59],[-157,78],[-115,37],[-45,10],[-107,25],[-43,1],[-55,-7],[-28,-4],[-70,-19],[-6,-90],[-4,-144],[9,-3],[2,0],[8,-4],[18,-10],[15,-13],[15,-10],[7,-12],[2,-26],[-1,-25],[-2,-11],[-3,-25],[13,-2],[48,-16],[28,-11],[19,-10],[20,-15],[13,-11],[14,-19],[12,-21],[12,-20],[13,-27],[6,-25],[3,-32],[-12,-152],[-47,-472],[-24,-16],[-20,-13],[-172,-113],[-7,-4],[191,-191],[48,-42],[51,-19],[51,-13],[67,4],[65,31],[112,61],[95,68],[41,29],[1,55],[28,17],[31,18],[13,8],[40,24],[75,43],[54,32],[32,19],[173,101],[52,29],[54,28],[55,26],[56,25],[53,21],[68,24],[29,10],[27,8],[24,9],[25,11],[25,11],[24,13],[13,7],[135,80],[12,7],[8,-18],[5,-8],[14,-27],[38,5],[55,8],[53,8],[171,23],[16,2],[-1,-19],[-1,-63],[-4,-107],[-1,-64],[138,-151],[284,-206],[179,-121],[548,-396],[182,-139],[484,-365],[98,-74],[13,27],[39,-26],[14,-6],[14,-5],[16,-4],[14,-3],[27,-2],[15,0],[28,6],[31,6],[52,10],[64,13],[16,-46]],[[112357,302656],[-52,-18],[-82,-16],[-52,-8],[-172,-33],[-5,4],[-59,41],[-121,89],[-118,90],[-121,86],[-121,89],[-118,90],[-122,89],[-121,86],[-118,90],[-54,40],[-67,49],[-118,86],[-121,90],[-121,89],[-119,86],[-121,90],[-115,95],[-104,109],[-124,83],[-124,45],[-141,-20],[-142,-38],[-138,-45],[-133,-63],[-127,-71],[-126,-76],[-130,-74],[-127,-73],[-127,-74],[-76,-42],[-54,-31],[-132,-57],[-142,12],[-33,25],[-257,256],[-6,6],[-32,32],[27,29],[159,155],[21,-20],[8,-9],[18,171],[26,261],[14,110],[2,34],[-1,34],[-5,21],[-6,18],[-10,19],[-13,18],[-17,17],[-19,14],[-19,9],[-16,6],[-19,3],[-22,1],[-13,-1],[-14,-3],[-18,-8],[-26,-14],[-12,-11],[-6,-3],[-5,0],[30,174],[3,17],[-1,1],[0,1],[-32,1],[-2,-1],[-2,-10],[-218,7],[-238,-30],[-61,-14],[-351,-116],[-38,-5],[-17,0],[-9,4],[-15,14],[-23,39],[-84,172],[-21,32],[-23,25],[-29,18],[-23,12],[-23,6],[-36,8],[-11,2],[30,296],[69,701],[51,507],[97,998],[48,484],[51,491],[24,252],[92,942],[24,246],[3,2],[56,3],[28,3],[32,6],[30,13],[31,18],[18,13],[23,20],[18,22],[12,20],[12,27],[11,29],[11,40],[30,149],[9,32],[11,23],[10,14],[6,6],[10,6],[13,7],[10,3],[39,0],[382,-47],[245,-27],[46,-4],[99,-5],[76,-1],[86,2],[111,5],[90,11],[61,8],[109,24],[104,26],[77,23],[15,9],[1147,912],[47,38],[24,21],[34,34],[83,95],[100,120],[652,748],[404,460],[89,106],[29,39],[20,41],[18,53],[11,39],[10,47],[1,23],[2,30],[0,37],[-1,25],[-12,71],[-5,24],[-31,83],[-383,873],[-73,169],[-14,40],[-6,21],[-3,30],[-2,31],[0,39],[3,36],[3,34],[7,29],[10,32],[19,48],[17,33],[21,36],[23,31],[31,36],[42,40],[60,51],[132,106],[311,255],[155,126],[79,60],[8,1],[8,-1],[12,-5],[14,-8],[51,-42],[189,-160],[1,-3],[-21,-25],[0,-2],[28,-23],[2,0],[2,2],[18,21],[3,0],[4,-1],[87,-72],[156,-129],[200,-165],[360,-299],[220,-182],[-18,-27],[2,-2],[44,-40],[2,0],[3,2],[16,23],[12,-1],[12,-4],[63,-34],[16,-5],[7,-1]],[[113639,314489],[-588,-944],[-48,-97],[1,-99],[-1,-142],[22,-116],[56,-105],[58,-78],[67,-116],[15,-170],[16,-107],[-21,-160],[-40,-138],[-47,-82],[-82,-129],[-98,-75],[-108,-58],[-128,-39],[-1245,-388],[-169,-465],[58,-205],[425,-1545],[0,-1],[24,-85],[2324,0],[1419,277],[431,57],[802,269],[889,253],[983,326],[977,321],[1160,489],[987,459],[1152,691],[1289,763],[1183,754],[1094,649],[-171,278],[-218,358],[-289,444],[-218,388],[-204,214],[-261,206],[-132,399],[-228,430],[-271,352],[-345,446],[-189,248],[-96,265],[-184,404],[-253,335],[-631,763],[-421,410],[-358,384],[-625,492],[316,-45],[678,-134],[617,-109],[969,-49],[462,-40],[333,15],[11589,237],[888,-41],[528,-4],[379,-78],[354,-86],[139,-19],[272,-110],[407,-145],[587,-162],[712,-133],[616,-136],[170,-35],[161,-4],[97,54],[62,166],[-23,162],[-127,187],[-148,168],[-131,242],[-162,539],[-157,608],[-170,764],[-144,766],[-88,691],[-92,711],[5,275],[-6,460],[2,178],[-131,426],[-83,383],[-446,2081],[-58,361],[-227,373],[-495,392],[-306,242],[-340,303],[-388,199],[-3483,1428],[-807,436],[-891,392],[-710,316],[-859,195],[-792,-37],[-702,-16],[-943,-238],[-736,-206],[-627,-181],[-511,-233],[-463,-181],[-607,-268],[-561,-332],[-430,-426],[-547,-695],[-299,-398],[-1142,-2032],[-90,-160],[-93,-115],[-97,-63],[-123,-19],[-86,73],[-1384,1997]],[[121040,330159],[13,4],[46,-49],[12,0],[10,10],[2,9],[-7,10],[-7,9],[-20,23],[-54,61],[94,35],[75,31],[31,15],[25,23],[23,22],[27,34],[27,44],[25,43],[9,0],[29,-9],[23,-8],[132,-45],[57,-22],[45,-15],[30,-12],[8,-4],[21,-11],[24,-8],[6,1],[12,4],[1,0],[2,0],[14,5],[11,9],[5,14],[0,17],[310,98],[28,9],[25,8],[22,19],[12,23],[1,1],[13,23],[15,39],[6,18],[10,26],[21,66],[35,103],[19,30],[26,68],[19,61],[41,129],[5,21],[74,235],[17,55],[28,90],[32,104],[10,32],[5,16],[4,10],[7,11],[7,6],[-35,58],[118,84],[124,80],[133,64],[127,73],[129,67],[58,31],[72,39],[133,67],[130,67],[129,71],[130,70],[130,70],[130,70],[127,70],[129,71],[130,70],[127,77],[124,83],[121,86],[127,73],[121,86],[121,90],[113,95],[109,106],[121,86],[124,83],[116,96],[118,92],[115,96],[116,93],[118,92],[115,96],[119,93],[118,86],[124,83],[124,83],[124,83],[121,83],[124,83],[133,67],[129,67],[130,67],[133,67],[130,67],[129,67],[133,67],[130,64],[-14,38],[-27,74],[-106,111],[-104,109],[0,147],[69,137],[98,118],[104,112],[101,115],[55,147],[37,153],[38,153],[37,153],[38,157],[37,153],[49,150],[98,115],[107,109],[107,105],[109,105],[107,106],[109,105],[107,105],[110,106],[106,105],[127,73],[32,7],[112,22],[142,32],[141,26],[141,25],[145,29],[141,25],[141,29],[142,29],[144,25],[141,29],[141,3],[142,-28],[135,44],[130,70],[130,71],[138,35],[144,19],[142,19],[144,19],[144,19],[141,20],[82,10],[9,-72],[41,-256],[0,0],[1,-10],[15,-84],[82,14],[-14,85],[144,28],[208,40],[25,5],[18,11],[23,17],[12,9],[26,18],[7,5],[16,11],[15,6],[12,3],[10,1],[23,-7],[82,-33],[60,-28],[32,-16],[32,-22],[27,-19],[3,-2],[25,-22],[14,-13],[8,-7],[0,-1],[2,-2],[27,55],[32,-21],[124,-83],[121,-83],[118,-93],[116,-96],[109,-102],[107,-108],[101,-115],[101,-115],[98,-115],[98,-118],[46,-53],[55,-62],[84,-128],[77,-134],[78,-134],[81,-134],[78,-134],[78,-134],[78,-134],[80,-134],[75,-134],[35,-157],[32,-156],[29,-154],[28,-156],[29,-156],[18,-160],[17,-160],[3,-156],[-44,-153],[-12,-33],[-42,-114],[-55,-147],[-58,-147],[-55,-150],[-54,-147],[-55,-147],[-55,-146],[23,-122],[10,-5],[123,-59],[132,-57],[136,-57],[133,-67],[129,-68],[130,-67],[133,-67],[132,-63],[142,-26],[132,-57],[122,-83],[126,-74],[130,-73],[127,-71],[130,-73],[130,-70],[129,-70],[127,-74],[130,-67],[133,-70],[129,-67],[130,-70],[130,-67],[130,-71],[130,-67],[129,-70],[127,-80],[121,-83],[116,-95],[106,-106],[133,-60],[38,10],[98,28],[138,45],[138,44],[145,10],[138,-51],[121,-86],[118,-90],[119,-89],[121,-90],[121,-86],[57,-27],[58,-27],[139,48],[138,51],[133,61],[117,53],[17,7],[24,10],[110,44],[52,23],[16,6],[40,16],[38,16],[52,22],[4,2],[5,1],[27,11],[20,7],[10,4],[11,3],[9,1],[6,0],[5,0],[8,0],[5,1],[7,2],[17,7],[21,8],[5,1],[6,5],[3,5],[3,6],[8,16],[3,7],[7,8],[8,7],[1,2],[123,71],[4,0],[113,-72],[95,-119],[113,-98],[112,-103],[113,-99],[112,-102],[113,-99],[112,-99],[113,-102],[112,-99],[113,-99],[109,-102],[113,-102],[109,-102],[113,-102],[112,-99],[118,-93],[113,-96],[4,-4],[97,-111],[101,-115],[98,-118],[98,-115],[98,-118],[95,-118],[101,-118],[98,-115],[98,-118],[98,-115],[98,-118],[98,-118],[98,-115],[98,-118],[98,-118],[98,-115],[99,-118],[98,-115],[95,-122],[13,-59],[18,-87],[-28,-157],[-32,-153],[-29,-156],[-32,-157],[-31,-156],[-29,-157],[-4,-20],[-25,-136],[-29,-157],[0,-5],[5,-123],[1,-25],[75,-137],[75,-137],[75,-134],[66,-144],[35,-153],[34,-154],[64,-143],[75,-134],[104,-115],[51,-144],[47,-150],[69,-137],[49,-150],[60,-144],[124,-80],[130,-67],[133,-67],[130,-67],[111,-57],[18,-10],[133,-67],[104,-78],[11,-8],[35,-153],[35,-157],[28,-156],[26,-156],[35,-157],[30,-133],[5,-20],[43,-153],[34,-154],[29,-156],[26,-156],[23,-160],[23,-156],[18,-160],[26,-157],[20,-156],[-6,-22],[-16,-66],[-16,-62],[-69,-140],[-69,-141],[-25,-53],[-31,-65],[-10,-22],[1,-6],[30,-147],[0,-1],[1,-2],[74,-135],[72,-137],[75,-137],[36,-68],[36,-70],[27,-48],[48,-86],[75,-137],[75,-137],[73,-138],[63,-120],[9,-17],[24,-45],[51,-92],[10,-20],[9,-17],[0,0],[53,-104],[29,-88],[3,-7],[17,-51],[-2,-39],[-7,-121],[-11,-160],[-12,-156],[-12,-160],[-14,-159],[-12,-160],[0,-12],[-11,-148],[-14,-159],[-12,-157],[-12,-159],[-13,-147],[-1,-13],[-11,-159],[-9,-160],[-6,-150],[0,-10],[-6,-159],[-4,-116],[-1,-44],[-6,-159],[-9,-157],[-6,-160],[-5,-159],[-3,-30],[-9,-130],[0,-7],[-5,-131],[9,-7],[3,-3],[-1,-5],[-63,-82],[-75,-12]],[[148321,315432],[0,5],[3,51],[0,18],[1,10],[1,13],[0,13],[3,34],[0,30],[1,14],[2,23],[3,18],[4,9],[3,7],[2,4],[3,5],[6,5],[8,8],[4,6],[5,9],[4,7],[3,25],[1,23],[0,18],[-5,12],[-1,2],[-4,9],[-9,16],[-5,11],[-3,8],[-2,13],[-1,13],[0,17],[0,23],[4,46],[3,29],[0,4],[3,36],[3,38],[3,29],[2,34],[2,34],[1,21],[4,67],[2,41],[4,52],[2,44],[2,50],[5,63],[2,46],[3,47],[6,83],[1,32],[2,45],[4,55],[1,31],[1,25],[0,37],[0,45],[-1,24],[-2,37],[-3,68],[11,64],[2,17],[2,36],[3,30],[3,34],[5,40],[4,41],[7,54],[0,7],[6,74],[7,85],[8,87],[7,85],[7,86],[6,73],[8,104],[9,93],[7,92],[7,106],[5,99],[8,109],[5,88],[6,105],[0,0],[1,27],[1,12],[5,80],[7,108],[6,91],[5,64],[1,4],[-28,50],[-19,35],[-44,82],[-42,75],[-44,82],[-43,80],[-44,85],[-49,88],[-43,79],[-34,68],[-33,62],[-33,62],[-35,65],[-32,57],[-2,4],[-6,12],[-24,43],[-28,51],[-21,40],[-26,50],[-22,43],[-17,32],[-20,41],[-25,47],[-43,81],[-27,46],[-24,43],[-31,49],[-25,49],[-18,36],[-22,44],[-33,63],[-18,37],[-14,30],[-11,23],[-5,16],[-5,11],[-2,10],[-1,13],[1,13],[0,10],[0,12],[0,10],[-1,6],[-3,8],[-3,3],[-3,6],[-1,7],[-2,14],[0,10],[0,15],[0,15],[1,20],[-1,11],[-2,25],[-3,13],[-4,12],[-4,8],[-4,7],[-5,9],[-6,10],[-17,32],[-17,34],[-14,28],[-5,11],[-5,9],[-4,10],[-2,11],[1,7],[4,5],[7,4],[8,2],[7,-2],[7,-8],[7,-11],[10,-35],[7,-15],[45,-112],[7,-15],[27,-77],[6,-19],[10,-24],[11,-22],[7,-7],[3,-4],[5,-2],[10,-7],[12,-4],[14,-3],[21,2],[15,5],[15,6],[14,9],[12,11],[6,11],[11,20],[20,32],[22,46],[25,54],[33,70],[16,34],[15,26],[8,16],[5,12],[3,12],[2,7],[-2,15],[-5,40],[-7,53],[-8,70],[-10,73],[-11,99],[-7,77],[-13,104],[-4,27],[-7,50],[-12,84],[-17,107],[-15,100],[-14,82],[-6,37],[-14,70],[-21,97],[-20,93],[-16,76],[-28,126],[-7,46],[-12,55],[-17,79],[-14,63],[-17,85],[-18,84],[-9,40],[-10,46],[-10,47],[-14,63],[-10,48],[-8,34],[0,23],[-1,14],[-1,17],[0,7],[-1,8],[-3,26],[-4,28],[-3,30],[-2,17],[-4,15],[-4,12],[-1,1],[0,1],[-2,3],[-2,3],[-3,5],[-17,4],[-21,5],[-21,4],[-7,1],[-16,9],[-30,16],[-41,22],[-2,1],[-50,26],[-51,25],[-53,26],[-73,37],[-63,31],[-53,28],[-37,20],[-51,27],[-64,34],[-34,18],[-41,22],[-23,13],[-20,11],[-43,37],[-5,3],[-1,-2],[20,-59],[5,-39],[2,-18],[1,-11],[-3,-8],[-4,-6],[-7,-5],[-8,0],[-9,4],[-6,4],[-6,8],[-6,13],[-10,20],[-16,30],[-7,20],[-5,14],[-4,11],[-6,27],[-7,36],[-4,24],[-11,32],[-7,19],[-8,19],[-20,47],[-22,48],[-18,46],[-9,27],[-9,23],[-3,8],[-1,9],[-1,9],[-1,11],[-1,13],[-2,14],[-3,15],[-5,11],[-7,13],[-11,12],[-14,15],[-13,13],[-7,9],[-8,15],[-5,11],[-10,24],[-10,24],[-7,16],[-4,9],[-4,9],[-4,12],[-4,9],[-3,14],[0,11],[0,12],[0,10],[0,10],[2,14],[0,14],[0,8],[-2,10],[-3,9],[-6,14],[-18,28],[-18,20],[-21,19],[-17,16],[-22,20],[-25,26],[-35,54],[-22,36],[-6,11],[-23,35],[-29,54],[-12,28],[-24,53],[-15,35],[-6,17],[-5,17],[-5,18],[-5,20],[-3,14],[-3,15],[-1,15],[-4,54],[-6,40],[-8,34],[-4,13],[-8,23],[-14,36],[-26,59],[-11,23],[-10,20],[-38,74],[-36,67],[-27,50],[-27,52],[-41,72],[-14,24],[-15,23],[-12,16],[-14,18],[-39,50],[-13,27],[-2,16],[1,17],[13,76],[11,64],[12,59],[13,63],[14,71],[17,83],[9,45],[17,84],[13,67],[16,78],[15,77],[18,93],[22,111],[21,102],[10,55],[14,66],[12,60],[12,49],[7,36],[14,78],[2,11],[-1,3],[-1,5],[-4,5],[-3,5],[-43,52],[-57,66],[-62,73],[-53,62],[-58,69],[-39,46],[-46,54],[-51,61],[-38,43],[-42,50],[-26,30],[-2,3],[-23,27],[-121,143],[-48,58],[-36,42],[-44,52],[-46,55],[-38,46],[-51,60],[-39,45],[-39,45],[-42,52],[-65,78],[-41,52],[-46,56],[-43,52],[-35,42],[-45,54],[-45,55],[-35,42],[-37,45],[-31,38],[-20,23],[-13,16],[-32,39],[-43,51],[-38,45],[-38,44],[-31,37],[-32,38],[-28,34],[-33,40],[-29,32],[-29,35],[-27,29],[-27,28],[-21,20],[-38,35],[-33,31],[-38,33],[-28,23],[-120,-1],[-26,24],[-43,39],[-40,37],[-28,108],[-52,47],[-46,44],[-61,54],[-65,59],[-25,-31],[-53,48],[24,39],[-92,84],[-91,81],[-93,83],[-98,88],[-103,94],[-92,83],[-77,69],[-1,0],[-72,65],[-81,76],[-82,78],[-76,72],[-55,52],[-5,4],[-8,7],[-8,7],[-5,4],[-7,4],[-1,0],[0,0],[-8,3],[-11,3],[-12,1],[-14,3],[-13,1],[-8,1],[-7,0],[-3,-1],[-2,0],[-2,-1],[-2,-2],[-6,-8],[0,0],[-6,-14],[-3,-11],[-6,-14],[-2,-3],[-3,-4],[-2,-4],[-4,-4],[-5,-4],[-6,-5],[-8,-6],[-8,-4],[-17,-5],[-9,-3],[-13,-2],[-14,-2],[-12,-2],[-15,-65],[-11,-15],[-28,13],[-31,20],[-18,18],[-17,31],[-20,65],[-3,12],[-44,10],[-32,7],[-3,0],[-16,1],[-11,7],[-10,5],[-15,2],[-16,-2],[-35,-14],[-25,-8],[-30,-10],[-37,-13],[-18,-7],[-22,-7],[-28,-15],[-43,-27],[-56,-21],[-79,-33],[-37,-5],[-24,-3],[-101,-42],[-66,-25],[-30,-15],[-31,-10],[-41,-12],[-69,-17],[-39,-17],[-21,-5],[-23,-2],[-38,-11],[-24,-8],[-15,-3],[-19,-4],[-23,-2],[-6,0],[-23,-1],[-15,-3],[-18,-7],[-13,-8],[-62,-32],[-67,-49],[-67,-37],[-38,-15],[-25,-12],[-12,-3],[-20,-1],[-18,4],[-13,14],[-6,10],[-2,7],[0,14],[2,14],[4,8],[7,10],[6,6],[23,10],[26,7],[64,26],[32,18],[17,17],[1,1],[4,2],[5,3],[42,27],[6,6],[10,6],[14,15],[5,14],[-2,11],[-1,8],[-1,3],[-7,13],[-20,19],[-40,27],[-321,239],[-40,28],[-35,27],[-68,48],[-41,22],[-1,1],[-30,12],[-50,12],[-42,2],[-47,-2],[-45,-8],[-50,-12],[-112,-36],[-137,-42],[-1,-48],[0,-13],[26,-35],[29,-33],[5,-5],[81,-59],[30,-13],[47,-11],[25,-9],[34,-20],[26,-17],[17,-16],[15,-17],[18,-17],[28,-19],[27,-24],[5,-27],[-9,-25],[-16,-15],[-33,0],[12,-60],[24,-89],[0,-77],[42,-81],[95,-97],[640,-677],[84,-89],[45,-107],[56,-145],[203,-881],[179,-1645],[123,-1153],[112,-1069],[432,-2089],[147,-434],[131,-363],[207,-444],[302,-463],[1400,-1916],[325,-338],[2392,-2760],[1022,-1137],[87,-56],[90,-23],[69,-7],[14,0],[32,0],[8,0]],[[148263,314997],[-2,-6],[-1,-7],[0,-6],[0,-6],[1,-16],[2,-12],[1,-6],[1,-6],[2,-5],[13,-25],[18,-32],[17,-32],[5,-12],[8,-7],[16,25],[0,0],[6,10],[14,23],[10,13],[7,1],[1,0],[2,2],[2,1],[0,2],[0,3],[-1,4],[469,102],[3,-10],[1,-1],[63,18],[4,1],[37,36],[452,406],[68,61],[14,5],[13,-6],[21,-17],[79,7],[6,-10],[58,-90],[84,-131],[89,-121],[135,-48],[142,-45],[138,-42],[139,-41],[138,-45],[138,-44],[139,-42],[141,-41],[139,-42],[138,-45],[138,-41],[142,-42],[138,-41],[139,-45],[141,-38],[141,-16],[38,-8],[104,-21],[141,-41],[135,-45],[139,-54],[132,-58],[127,-73],[133,-61],[133,-60],[36,-13],[-22,-66],[16,-6],[20,-9],[17,-7],[48,-14],[113,-2],[29,-9],[253,-104],[139,-63],[11,-10],[14,-31],[13,-22],[8,-3],[16,-1],[10,3],[5,11],[23,54],[-13,5],[-375,166],[-81,33],[-48,14],[-26,5],[-26,1],[-61,-2],[-25,6],[-14,7],[34,42],[13,16],[4,-3],[6,-4],[12,-5],[18,-4],[52,11],[38,8],[15,13],[8,7],[8,8],[8,11],[27,25],[35,36],[45,43],[34,29],[22,18],[19,14],[50,34],[50,29],[41,20],[51,19],[38,13],[22,7],[71,17],[43,4],[17,2],[29,1],[25,1],[71,-3],[56,-6],[5,15],[9,28],[2,6],[3,4],[2,0],[1,1],[3,2],[4,-1],[22,-3],[63,-5],[52,-5],[71,-3],[75,-3],[60,-6],[74,-7],[66,-6],[124,-10],[68,-3],[76,-3],[65,-1],[65,-4],[41,-1],[67,-3],[68,-3],[57,-2],[115,1],[82,-5],[71,-4],[24,-1],[-1,-8],[-8,-49],[-51,-184],[-72,-236],[-59,-158],[-42,-98],[-24,-48],[-15,-20],[-451,25],[-182,-18],[-56,6],[-66,20],[-57,14],[-45,5],[-79,-3],[-156,-20],[-20,-6],[-16,-4],[-8,-5],[-3,-18],[2,-1],[120,-7],[158,-3],[56,-5],[82,-21],[44,-6],[33,-2],[38,1],[141,17],[42,3],[118,-4],[175,-11],[140,-7],[15,5],[17,17],[49,110],[15,11],[10,3],[2,0],[12,30],[-27,-4],[49,144],[57,183],[97,351],[34,-1],[72,-4],[67,-3],[64,-3],[69,-3],[76,-4],[60,-3],[68,-4],[59,-3],[59,-3],[8,-1],[-9,-17],[-30,-58],[-48,-100],[-27,-53],[22,-9],[8,-4],[58,-19],[166,338],[0,0],[0,1],[69,140],[70,141],[66,140],[69,141],[69,140],[70,137],[69,141],[69,140],[69,141],[69,140],[70,141],[66,140],[75,137],[92,122],[38,109],[14,41],[55,147],[23,22],[15,15],[1,12],[0,12],[15,-8],[11,11],[16,15],[132,-57],[136,-61],[135,-57],[107,-96],[10,-26],[48,-121],[57,-147],[55,-143],[61,-147],[52,-150],[26,-70],[29,-77],[54,-147],[55,-147],[55,-150],[55,-147],[54,-146],[55,-147],[55,-150],[55,-147],[52,-147],[55,-150],[57,-147],[55,-147],[55,-147],[52,-150],[55,-146],[60,-144],[58,-147],[55,-150],[51,-147],[52,-150],[58,-147],[136,-12],[144,15],[141,26],[118,-77],[101,-115],[101,-114],[101,-115],[101,-112],[101,-115],[104,-112],[101,-115],[98,-115],[101,-115],[101,-114],[98,-115],[98,-118],[101,-115],[98,-115],[101,-115],[101,-115],[98,-115],[101,-115],[98,-115],[101,-115],[101,-115],[98,-118],[100,-115],[99,-115],[100,-115],[96,-118],[101,-118],[101,-112],[126,-73],[136,-54],[42,-29],[79,-54],[101,-115],[98,-118],[98,-118],[107,-106],[135,-45],[145,-3],[144,3],[144,7],[144,3],[144,6],[144,4],[145,6],[144,3],[144,7],[144,6],[144,3],[145,3],[144,4],[144,6],[144,6],[144,4],[145,3],[144,6],[144,3],[144,3],[144,7],[145,3],[141,6],[144,7],[141,35],[127,73],[110,106],[98,115],[101,115],[101,114],[101,112],[101,115],[101,115],[100,115],[77,80],[27,29],[136,22],[144,-26],[141,-25],[142,-26],[144,-16],[144,-3],[144,-6],[144,-7],[145,-9],[144,-10],[144,-9],[144,-10],[141,-10],[142,-22],[124,-83],[141,-29],[144,-6],[144,-3],[145,-7],[144,-6],[144,-6],[131,27],[7,1],[130,67],[82,60],[22,-57],[0,0],[1,-4]],[[171885,309555],[-10,-5],[-3,-2],[-13,-11],[-32,-17],[-42,-23],[-46,-25],[-51,-27],[-67,-34],[-18,-8],[-7,-2],[-16,0],[-43,0],[-74,3],[-109,4],[-122,5],[-59,2],[-78,3],[-123,4],[-106,5],[-68,4],[-54,4],[-38,3],[-30,2],[-11,-1],[-8,1],[-1,0],[-7,2],[-6,3],[-7,4],[-21,16],[-55,41],[-5,3],[-15,21],[-35,25],[-3,2],[-4,0],[-11,0],[-64,2],[-69,5],[-35,4],[-62,4],[-62,4],[-75,3],[-75,5],[-69,3],[-88,6],[-60,3],[-72,3],[-64,2],[-73,5],[-61,4],[-84,4],[-85,4],[-63,3],[-66,4],[-59,3],[-49,4],[-41,6],[-59,12],[-86,15],[-68,13],[-94,18],[-86,16],[-54,8],[-5,-49],[-4,-15],[-1,-6],[-6,-7],[-10,-2],[-9,0],[-19,6],[-13,7],[-7,5],[-4,8],[1,19],[2,13],[2,8],[3,19],[-21,-5],[-5,-4],[0,-1],[-6,-6],[-8,-11],[-29,-35],[-49,-57],[-89,-100],[-83,-96],[-99,-112],[-93,-105],[-45,-49],[-43,-49],[-69,-78],[-57,-66],[-49,-55],[-60,-71],[-53,-60],[-23,-35],[-12,-11],[-56,-50],[-45,-32],[-35,-21],[-40,-22],[-38,-16],[-25,-11],[-61,-13],[-36,-4],[-26,-1],[-83,-5],[-99,-4],[-113,-5],[-120,-3],[-121,-4],[-125,-6],[-96,-3],[-121,-4],[-130,-4],[-129,-3],[-95,-3],[-92,-3],[-151,-5],[-88,-3],[-98,-2],[-116,-5],[-85,-2],[-107,-4],[-113,-4],[-96,-3],[-82,-3],[-100,-3],[-56,-3],[-95,-3],[-31,2],[-40,-1],[-97,-1],[-103,-3],[-100,-2],[-92,-4],[-85,0],[-81,-4],[-98,-2],[-121,-4],[-115,-1],[-21,3],[-64,16],[-56,29],[-47,30],[-40,36],[-67,76],[-109,133],[-98,116],[-46,50],[-66,70],[-31,23],[-39,21],[-51,20],[-42,7],[-64,-5],[-28,-11],[-298,-113],[-211,-300],[-34,-48],[-29,-31],[-29,-33],[-145,-50],[-42,-16],[-44,-17],[-37,-14],[-41,-16],[-46,-18],[-36,-14],[-12,-1],[-20,-8],[-61,18],[-5,1],[-19,13],[-4,3],[3,14],[13,11],[39,16],[5,2],[-1,0],[40,17],[59,25],[56,24],[47,21],[37,15],[51,20],[48,20],[39,17],[30,34],[25,26],[29,43],[24,33],[26,38],[32,45],[56,79],[25,35],[30,42],[11,15],[7,9],[6,5],[5,3],[7,5],[15,5],[4,2],[40,15],[49,19],[47,18],[16,6],[42,16],[43,16],[37,14],[-6,7],[-29,33],[-58,68],[-58,67],[-56,64],[-7,8],[-54,62],[-17,20],[-69,78],[-60,70],[-65,75],[-66,77],[-62,72],[-57,67],[-134,155],[-61,70],[-119,139],[-56,63],[-110,129],[-5,5],[-64,75],[-66,78],[-72,83],[-68,79],[-83,98],[-67,79],[-85,102],[-70,84],[-79,94],[-74,89],[-72,85],[-83,97],[-74,87],[-72,85],[-80,95],[-31,35],[-61,72],[-70,81],[-62,73],[-66,78],[-71,84],[-71,81],[-47,56],[-11,13],[-45,53],[-31,36],[-4,5],[-27,33],[-10,11],[-11,0],[-22,-4],[-11,-3],[-13,-3],[-33,-7],[-33,-7],[-47,-9],[-41,-8],[-55,-11],[-8,-2],[-33,0],[-22,4],[-41,-28],[-5,-1],[-25,-8],[-21,-5],[0,-31],[2,-28],[1,-23],[7,-118],[12,-195],[5,-101],[3,-51],[3,-55],[5,-97],[18,-84],[16,-42],[20,-48],[31,-64],[6,-20],[12,-21],[10,-26],[3,-30],[3,-38],[-2,-45],[-3,-63],[-4,-43],[-1,-53],[-2,-61],[-6,-76],[1,-29],[-3,-22],[0,-27],[-1,-19],[0,-14],[-4,-15],[-4,-13],[-4,-7],[-3,-5],[-6,-7],[-2,-2],[-10,-5],[-12,-2],[-10,0],[-12,3],[-11,5],[-7,5],[-8,9],[-7,11],[-6,19],[0,13],[3,92],[3,85],[4,72],[2,70],[4,80],[2,76],[-25,79],[-23,78],[-21,67],[0,1],[-1,3],[-6,20],[-29,95],[-7,122],[-3,51],[-6,90],[-6,108],[-4,78],[-3,55],[-5,71],[-3,54],[0,9],[-2,29],[-4,63],[17,3],[-1,8],[-35,101],[-27,75],[-31,86],[-28,79],[-27,77],[-27,76],[-27,78],[-20,59],[-24,69],[-52,124],[-41,98],[-19,46],[-20,53],[-55,152],[-36,100],[-29,82],[-32,87],[-23,65],[-27,74],[-38,106],[-33,90],[-39,108],[-33,89],[-31,84],[-29,79],[-9,23],[-21,52],[-13,27],[-20,58],[-13,38],[-13,35],[-17,50],[-19,49],[-23,63],[-24,68],[-30,82],[-21,61],[-29,76],[-25,66],[-31,80],[-51,115],[-3,9],[-19,53],[-21,60],[-1,4],[-11,32],[-17,44],[-10,26],[-12,31],[-1,31],[-1,12],[-2,52],[-23,58],[-20,55],[-25,67],[-11,27],[-40,106],[-31,86],[-25,63],[-26,67],[-40,107],[-47,22],[-24,11],[-123,52],[-105,47],[-84,38],[-72,31],[-37,17],[-4,-10],[0,-1],[0,-1],[-19,-52],[-45,-132],[-29,-78],[-18,-55],[-15,-40],[-11,-32],[1,0],[-1,-1],[-3,-6],[-3,-5],[1,0],[-4,-6],[-8,-14],[-15,-18],[-27,-33],[-26,-30],[-23,-29],[-12,-26],[-14,-30],[-19,-38],[-25,-52],[-15,-30],[-22,-45],[-64,-135],[-27,-57],[-34,-71],[-29,-60],[-28,-58],[-25,-54],[-6,-12],[-27,-58],[-31,-67],[-32,-63],[-32,-65],[-35,-71],[-32,-69],[-27,-55],[-20,-44],[-25,-49],[-22,-46],[-43,-87],[-28,-61],[-33,-67],[-26,-55],[-25,-52],[-24,-48],[-24,-50],[-20,-41],[-17,-36],[-14,-28],[-17,-33],[-57,-112],[-26,-52],[-24,-50],[-24,-49],[-25,-52],[-7,-10],[-4,-5],[-15,-17],[-14,-15],[-19,-21],[-36,-37],[-31,-33],[-29,-30],[-33,-33],[-91,-92],[-12,-10],[-3,-3],[-7,-5],[-8,-6],[-7,-6],[-13,-4],[-9,-3],[-20,-2],[-33,-4],[-36,-5],[-34,-5],[-50,-5],[-34,-3],[-34,-4],[-40,-4],[-46,-5],[-34,-4],[-37,-5],[-29,-3],[-21,-3],[-15,0],[-9,-1],[-19,-6],[-7,-6],[-5,-3],[-8,-20],[-9,-26],[-5,-16],[-15,-46],[-4,-7],[-5,-8],[-5,-5],[-3,-3],[-7,-7],[-4,-1],[-8,-1],[-4,-1],[-5,0],[-45,-61],[33,-152],[66,-45],[122,-78],[1002,-444],[224,-154],[436,-286],[366,-266],[387,-297],[210,-200],[1179,-959],[634,-306],[401,-279],[199,-176],[233,-220],[186,-175],[92,-85],[237,-190],[82,-66],[19,-22],[50,-83],[91,-178],[167,-346],[13,-26],[12,-13],[42,-46],[14,-13],[20,-18],[25,-11],[27,-11],[27,-12],[16,-3],[21,-30],[117,-9],[122,-77],[1316,-828],[1455,-745],[691,-373],[1011,-476],[362,-168],[512,-189],[449,-125],[689,-200],[666,-106],[664,-84],[514,0],[579,-16],[591,-81],[503,-31],[453,103],[392,105],[211,68],[200,117],[111,103],[248,124],[213,92],[378,197],[206,138],[324,248],[250,219],[280,282],[222,272],[234,270],[296,353],[248,294],[337,295],[411,353],[570,418],[431,307],[484,301],[490,268],[431,325],[413,349],[369,307],[373,296],[302,244],[409,317],[475,319],[521,465],[230,251],[305,288],[336,291],[375,221],[235,136],[331,301],[418,416],[390,363],[297,258],[262,226],[210,233],[221,268],[292,312],[190,209],[247,279],[243,233],[327,339],[301,272],[250,239],[243,205],[68,59],[86,128],[33,103],[18,191],[15,114],[2,14],[3,16],[1,114],[-21,120],[-22,7],[-15,10],[-15,12],[-8,9],[-8,2],[-3,0],[-10,0],[-13,-6],[-1,0],[-61,-32],[-49,-26],[-25,-10],[-94,-41],[-134,-61],[-17,-7],[-85,-39],[-78,-36],[-143,-68],[-61,-27],[-94,-45],[-15,-7],[-76,-33],[-61,-25],[-33,-12],[0,0],[-60,-24],[-23,-10],[-10,-5],[-77,-39],[-19,-16],[9,11],[-54,-57],[7,7],[-37,-42],[-195,-204],[-349,-372],[-46,-51],[-24,-23],[-11,-10],[-27,-20],[-15,-11],[-12,-11],[-36,-36],[-36,-37],[-28,-30],[15,-18],[2,-2],[29,-30],[23,-23],[20,-22],[27,-32],[27,-29],[17,-26],[3,-10],[3,-9],[2,-10],[-1,-8],[-2,-10],[-17,-29],[-1,-1],[-21,-31],[-18,-24],[-31,-38],[-28,-35],[-4,-5],[-29,-34],[-27,-28],[-23,-24],[-44,-41],[-50,-46],[-82,-76],[-59,-56],[-53,-49],[-50,-47],[-58,-53],[-29,-28],[-76,-71],[-55,-53],[-63,-78],[-17,-25],[-47,-63],[-26,-34],[-24,-33],[-23,-31],[-15,-33],[-17,-38],[-18,-39],[-17,-38],[-7,-13],[-9,-20],[-17,-33],[-20,-40],[-19,-35],[-6,-12],[-17,-27],[-14,-25],[-17,-29],[-18,-28],[-16,-24],[-26,-37],[-25,-34],[-26,-34],[-7,-11],[-21,-28],[-18,-26],[-23,-32],[-35,-46],[-28,-36],[-34,-39],[-28,-34],[-25,-32],[-25,-31],[-5,-6],[-24,-31],[-17,-21],[-4,-5],[-5,-6],[-8,-14],[-17,-27],[-17,-27],[-20,-28],[-18,-23],[-24,-31],[-15,-25],[-18,-27],[-38,-52],[-15,-20],[-15,-19],[-20,-24],[-21,-26],[-19,-21],[-27,-30],[-34,-36],[-31,-31],[-33,-33],[-33,-31],[-43,-42],[-32,-29],[-35,-32],[-34,-31],[-31,-29],[-3,-3],[-28,-26],[-28,-26],[-22,-23],[-18,-14],[-65,-58],[-33,-30],[-22,-19],[-38,-30],[-14,-10],[-37,-25],[-38,-25],[-29,-20],[-19,-10],[-38,-20],[-32,-19],[-37,-21],[-44,-26],[-46,-28],[-23,-13],[-44,-25],[-55,-30],[-44,-26],[-46,-25],[-55,-30],[-49,-27],[-55,-29],[-110,-59],[-58,-31],[-59,-32],[-53,-29],[-63,-34],[-40,-21],[-45,-24],[-42,-23],[-36,-19],[-30,-15],[-38,-19],[-30,-14],[-63,-26],[-53,-21],[-46,-18],[-32,-12],[-40,-14],[-42,-14],[-42,-15],[-41,-14],[-29,-10],[-43,-14],[-40,-12],[-99,-26],[-25,-7],[-23,-7],[-124,-33],[-75,-22],[-34,-11],[-31,-9],[-30,-6],[-16,-4],[-41,-10],[-18,-3],[-19,-2],[-17,1],[-12,2],[-16,5],[-26,10],[-29,11],[-34,10],[-47,33],[-13,-2],[0,1],[-32,25],[-35,27],[-32,27],[-28,23],[-28,23],[-28,24],[-25,22],[-33,28],[-25,23],[-31,26],[-29,26],[-24,20],[-23,20],[-6,9],[-22,28],[-4,-5],[-13,20],[-9,17],[-6,18],[-4,15],[-10,36],[-10,39],[-22,66],[-13,37],[-10,24],[-16,35],[-10,23],[-8,16],[-8,13],[-10,14],[-11,8],[-9,1],[-56,-7],[-47,-6],[-45,-6],[-42,-6],[-17,-2],[-16,2],[-15,4],[-23,11],[-14,10],[-9,9],[-41,39],[-41,42],[-18,18],[-31,33],[-30,32],[-44,35],[-12,12],[1,7],[-44,46],[-35,36],[-39,40],[-33,31],[-37,38],[-39,39],[-1,-1],[-24,-13],[-56,-30],[-19,-11],[-3,-2],[-26,-15],[-23,-15],[-19,-12],[-43,-32],[-29,-20],[-27,-20],[-18,-13],[-27,-20],[-34,-25],[-33,-23],[-47,-35],[-37,-27],[-15,-10],[-44,-32],[-37,-27],[-45,-32],[-52,-38],[-40,-28],[-43,-30],[-23,-16],[-11,-8],[-28,-20],[-26,-18],[-24,-16],[-40,-27],[-15,-10],[-27,-17],[-31,-20],[-15,-10],[-26,-18],[-30,-20],[-30,-21],[-30,-19],[-10,-7],[-45,-28],[-43,-28],[-40,-26],[-41,-26],[-40,-25],[-39,-26],[-39,-25],[-44,-29],[-42,-29],[-36,-25],[-37,-25],[-35,-24],[-35,-25],[-39,-26],[-34,-23],[-35,-23],[-35,-23],[-29,-18],[-29,-18],[-38,-24],[-41,-26],[-45,-28],[-26,-17],[-43,-26],[-37,-24],[-37,-23],[-40,-25],[-39,-24],[-38,-24],[-43,-26],[-38,-19],[-31,-18],[-29,-14],[-30,-17],[-48,-25],[-1,0],[-32,-17],[-29,-16],[-37,-19],[-28,-14],[-44,-20],[-48,-22],[-43,-15],[-37,-14],[-38,-12],[-42,-14],[-43,-15],[-75,-24],[-40,-12],[-32,-10],[-9,-2],[-21,-4],[-11,-2],[-51,-11],[-41,-8],[-10,-3],[-30,-6],[-35,-7],[-37,-8],[-28,-5],[-5,-1],[-41,-5],[-41,-5],[-44,-6],[-3,9],[-3,8],[-13,12],[-27,-5],[-16,-2],[-23,-3],[-13,-2],[-10,-1],[-31,-4],[-58,1],[-14,0],[-45,3],[-19,0],[0,-22],[0,-1],[0,-2],[-43,-5],[-49,-6],[-16,-2],[-33,-4],[-20,-6],[-9,-2],[-37,-11],[-40,-13],[-37,-10],[-1,3],[-3,12],[-4,17],[-39,-15],[-31,-11],[-31,-12],[-24,-8],[-33,-12],[-35,-10],[3,-13],[4,-15],[0,-2],[-34,-12],[-26,-9],[-13,-4],[-55,-19],[-4,8],[-3,9],[-8,21],[-14,-6],[-5,-3],[-14,-6],[-34,-18],[-19,-14],[-24,-18],[-17,-18],[-21,-25],[-19,-23],[-23,-34],[-20,-29],[-2,-2],[-16,-24],[-27,-39],[-13,-20],[-12,-17],[-25,-34],[-22,-27],[-21,-28],[-26,-34],[-38,-54],[-21,-26],[-23,-25],[-19,-22],[-29,-28],[-14,-13],[-20,-21],[-21,-20],[0,0],[-62,-67],[-1,0],[-35,-34],[-34,-32],[-42,-41],[-45,-42],[-48,-46],[-49,-47],[-36,-35],[-47,-44],[-36,-34],[-49,-48],[-39,-23],[-23,-13],[-43,-24],[-51,-28],[-51,-29],[-104,-54],[-140,-75],[-53,-29],[-37,-20],[-53,-20],[-47,-14],[-96,-17],[-15,-2],[-34,-3],[-39,-5],[-12,-1],[-35,-3],[-11,-1],[-23,-2],[-38,-15],[-49,-19],[-53,-21],[-50,-19],[-34,-17],[-39,-22],[-53,-30],[-46,-26],[-51,-30],[-39,-23],[-33,-23],[-20,-13],[-22,-15],[-43,-30],[-31,-23],[-19,-16],[-16,-13],[-54,-39],[-79,-59],[-109,-82],[-117,-88],[-122,-93],[-134,-104],[-134,-106],[-58,-46],[-26,-19]],[[172462,309728],[-15,61],[2,0],[118,93],[119,89],[121,90],[118,89],[118,93],[119,89],[118,90],[121,89],[118,89],[121,90],[133,60],[141,19],[144,13],[142,29],[135,54],[130,70],[130,68],[132,70],[122,83],[106,105],[110,105],[104,112],[106,106],[107,108],[95,118],[93,125],[89,124],[98,115],[133,67],[141,29],[138,45],[139,41],[141,22],[144,0],[144,13],[145,19],[141,19],[144,23],[141,32],[136,48],[136,57],[129,70],[130,71],[124,79],[124,80],[124,80],[124,83],[124,83],[124,83],[121,83],[127,80],[124,80],[127,76],[127,77],[121,83],[121,89],[121,83],[124,86],[118,90],[124,83],[124,80],[133,51],[110,-102],[106,-106],[107,-108],[107,-109],[132,-41],[142,16],[109,-90],[70,-140],[69,-141],[95,-118],[107,-105],[118,-96],[121,-83],[141,-13],[142,39],[138,38],[138,45],[139,47],[138,48],[136,55],[135,57],[130,67],[130,70],[127,71],[132,70],[130,67],[130,70],[130,70],[124,77],[127,77],[121,89],[112,96],[113,102],[109,102],[110,105],[107,109],[95,118],[92,121],[89,128],[99,115],[98,118],[54,72],[38,49],[89,125],[84,131],[72,137],[66,144],[87,124],[92,125],[101,111],[110,106],[109,102],[110,105],[106,106],[104,111],[64,138],[-61,140],[-26,118],[104,109],[104,108],[104,112],[103,112],[107,108],[104,109],[104,111],[104,112],[127,74],[132,60],[133,61],[135,61],[133,60],[133,61],[132,64],[133,60],[136,58],[39,23],[57,-39],[28,-19],[14,-11],[24,-14],[8,-3],[3,-1],[10,0],[10,1],[14,1],[14,5],[13,14],[8,11],[2,11],[2,34],[3,25],[4,21],[7,17],[5,19],[36,46],[63,70],[318,327],[60,24],[238,89],[56,24],[2,3],[0,5],[5,3],[18,10],[16,9],[21,16],[25,28],[89,121],[18,21],[12,2],[18,-3],[11,0],[6,5],[18,18],[37,50],[123,185],[21,39],[0,-3],[-1,-1],[80,154],[127,241],[38,17],[154,313],[124,246],[-2,2],[55,109],[70,150],[72,141],[52,103],[35,76],[33,67],[40,84],[34,71],[24,49],[8,33],[1,21],[0,30],[-1,2],[116,244],[24,51],[8,2],[20,16],[10,10],[17,19],[78,161],[4,-2],[7,4],[-1,9],[-4,2],[62,125],[41,83],[31,65],[-11,6],[53,107],[-30,20],[-61,41],[80,127],[66,140],[70,141],[66,140],[72,141],[32,150],[-92,121],[-98,118],[-99,118],[-98,115],[-95,118],[-98,118],[-72,134],[-14,160],[-67,137],[-101,118],[-95,112],[48,46],[0,1],[32,310],[2,4],[4,8],[2,9],[3,13],[-3,23],[-3,7],[-3,6],[-6,9],[-3,4],[-206,672],[-3,8],[-13,14],[-22,23],[-174,179],[-161,160],[-42,42],[-178,191],[-104,114],[-88,94],[-8,11],[-3,12],[-1,0],[3,31],[4,26],[11,20],[23,28],[294,364],[358,434],[124,136],[18,20],[220,211],[25,20],[10,7],[19,1],[79,-18],[203,-57],[16,-1],[357,239],[72,52],[43,28],[19,19],[14,25],[23,85],[47,204],[11,28],[11,13],[98,49],[80,35],[156,62],[122,44],[102,30],[80,26],[108,28],[143,30],[45,7]],[[192475,329027],[-70,-15],[-227,-60],[-192,-62],[-57,-21],[-86,-33],[-82,-33],[-220,-99],[-70,-383],[-35,-23],[-507,-337],[-255,70],[-60,-59],[-134,-132],[-140,-140],[-77,-92],[-226,-279],[-198,-243],[-255,-316],[68,-68],[207,-209],[122,-125],[134,-137],[237,-242],[384,-393],[57,-5],[194,-48],[208,-53],[337,-119],[150,-56],[75,-69],[99,-141],[212,-234],[247,-238],[93,-41],[154,-38],[93,21],[92,50],[113,78],[446,365],[292,276],[336,254],[256,118],[109,90],[171,141],[290,145],[265,162],[353,222],[356,164],[435,240],[349,165],[377,169],[367,158],[274,73],[252,125],[361,144],[394,92],[322,102],[272,65],[355,96],[130,73],[55,59],[82,85],[62,128],[16,176],[9,146],[-40,259]],[[199806,328995],[2,2],[14,17],[13,27],[7,43],[-1,33],[-4,19],[242,186],[17,-12],[16,-7],[13,-2],[16,2],[15,5],[38,16],[34,24],[28,28],[37,37],[61,46],[44,36],[18,18],[19,23],[10,20],[8,22],[5,27],[0,14],[326,210],[45,29],[23,-50],[115,-92],[136,-54],[141,-26],[107,-102],[80,-131],[78,-134],[81,-134],[81,-131],[81,-134],[80,-131],[70,-141],[69,-140],[69,-140],[69,-141],[69,-137],[67,-144],[69,-140],[63,-144],[55,-147],[49,-150],[38,-153],[31,-156],[23,-157],[18,-160],[8,-159],[0,-49],[-98,-1],[0,-1],[-25,-55],[-50,-59],[-276,-148],[-238,-125],[-138,-88],[-17,-4],[-57,-1],[-138,0],[-5,-3],[-303,-4],[-13,0],[-8,-2],[-10,-8],[-13,-14],[-3,-14],[0,-94],[7,-151],[0,-89],[-3,-36],[-10,-37],[-12,-30],[-15,-22],[-16,-18],[-20,-18],[-21,-15],[-26,-11],[-34,-11],[-20,-5],[-37,-1],[-189,-9],[-399,-11],[-728,-26],[-118,-5],[-234,-6],[-193,-10],[-52,-1],[-36,-4],[-51,-12],[-17,-5],[-21,-5],[-44,-23],[-195,-122],[-170,-103],[-456,-285],[-131,-79],[-20,-13],[-9,-13],[-5,-17],[-2,-23],[26,-748],[0,-17],[1,-13],[3,-11],[8,-11],[115,-91],[37,-30],[12,-11],[2,-14],[-2,-21],[-5,-20],[-7,-12]],[[198120,323645],[3,11],[1,24],[-14,28],[-17,17],[-22,20],[-75,62],[-32,25],[-9,7],[-6,4],[-124,86],[-134,75],[-3,2],[-3,0],[-270,77],[-262,66],[-259,55],[-344,44],[-444,7],[-900,-54],[-276,-55],[-46,-4],[-256,-35],[-279,-69],[-240,-69],[-148,-55],[-195,-165],[-234,-213],[-221,-260],[-336,-450],[-280,-430],[-230,-398],[-334,-568],[-281,-466],[-343,-524],[-698,-974],[-391,-657],[-189,-339],[-49,-83],[-11,-14],[-24,-8],[16,-11],[49,-35],[13,-9],[110,-79],[14,-10],[0,0]],[[190347,318221],[-148,21],[-87,24],[-2,-1],[1,1],[-14,4],[-22,5],[-19,-7],[-16,-15],[-11,-19],[-6,-20],[0,-16],[-120,-186],[-9,-13],[-3,-12],[-3,-30],[4,-13],[4,-13],[11,-11],[34,-24],[37,-25],[122,-85],[107,-73],[54,-38],[23,-16],[43,-30],[0,0],[112,-79],[0,0],[0,0],[18,-13],[61,-45],[-10,-19],[-78,-134],[-75,-137],[-78,-134],[-78,-134],[-69,-141],[-29,-158],[9,-158],[49,-150],[60,-143],[29,-157],[-3,-159],[0,-160],[0,-160],[0,-159],[-3,-160],[0,-159],[0,-35],[0,-125],[0,-160],[0,-159],[18,-157],[40,-153],[40,-153],[47,-150],[72,-141],[95,-118],[124,-83],[124,-80],[124,-83],[127,-41],[95,121],[115,51],[113,-92],[135,-55],[144,-16],[145,0],[144,-6],[127,-70],[106,-109],[104,-111],[104,-109],[107,-112],[104,-108],[103,-112],[104,-109],[107,-108],[104,-109],[103,-111],[107,-109],[104,-108],[107,-112],[104,-109],[103,-108],[104,-112],[92,-124],[75,-135],[61,-146],[52,-147],[52,-150],[55,-147],[57,-147],[58,-147],[55,-147],[63,-143],[64,-144],[54,-147],[58,-147],[58,-146],[55,-147],[54,-147],[58,-147],[58,-147],[54,-147],[58,-147],[58,-146],[58,-147],[54,-147],[58,-147],[55,-147],[57,-147],[55,-146],[58,-147],[95,-112],[141,-29],[145,-3],[144,-3],[144,-3],[144,0],[144,-4],[145,-6],[144,-3],[144,-3],[144,-3],[144,0],[144,-4],[145,-3],[144,7],[141,22],[144,22],[142,26],[144,22],[141,26],[144,22],[142,22],[144,-6],[141,-22],[0,0],[91,-15],[53,-8],[142,-25],[144,-26],[141,-25],[144,-13],[142,-26],[144,-25],[141,-23],[141,-25],[145,-22],[141,-26],[144,-26],[141,-25],[142,-22],[144,-26],[141,13],[144,22],[142,23],[144,25],[141,22],[142,32],[75,134],[54,147],[58,147],[63,141],[133,63],[136,58],[135,54],[141,16],[145,3],[78,-131],[60,-143],[61,-144],[66,-140],[127,48],[118,92],[118,93],[116,95],[118,93],[115,93],[119,95],[15,40],[2,4],[3,7],[29,74],[4,70],[-1,6],[0,11],[2,10],[1,1],[2,39],[104,105],[69,138],[67,140],[72,137],[80,135],[98,118],[136,-32],[133,-61],[135,-57],[133,-61],[135,-58],[133,-60],[136,-58],[132,-57],[127,-80],[115,-92],[100,-91],[10,-8],[-43,-150],[-55,-151],[-52,-146],[-52,-150],[-52,-150],[-52,-147],[-49,-150],[-43,-154],[-40,-153],[-35,-153],[-29,-156],[-23,-160],[-26,-156],[-20,-157],[-20,-159],[-23,-157],[-20,-160],[-23,-156],[-26,-156],[-29,-157],[-32,-156],[-32,-157],[-37,-153],[-43,-153],[-47,-150],[-33,-96],[-18,-54],[-113,22],[-121,86],[-133,61],[-144,19],[-141,-19],[-142,-32],[-67,-6],[-77,-7],[-144,-16],[-144,-16],[-141,-12],[-145,-13],[-144,-16],[-144,-13],[-144,-16],[-141,-13],[-145,-16],[-144,-16],[-138,-44],[-124,-77],[-107,-108],[-81,-131],[-49,-150],[-29,-157],[-28,-156],[-29,-157],[-29,-156],[-26,-156],[-29,-157],[-29,-156],[-26,-157],[-29,-156],[-13,-9],[-17,-10]],[[201675,302457],[3,17],[41,240],[4,28],[-24,5],[-30,7],[1,6],[26,144],[67,377],[98,544],[10,55],[12,50],[11,40],[23,62],[12,28],[21,41],[14,27],[26,44],[19,28],[26,33],[25,30],[25,25],[23,23],[33,29],[9,7],[13,11],[33,24],[6,4],[39,24],[33,18],[39,19],[34,15],[33,11],[33,9],[28,5],[36,5],[79,10],[1,-16],[8,0],[108,9],[269,25],[32,6],[21,1],[657,65],[233,21],[158,15],[-5,19],[28,7],[19,6],[38,13],[50,14],[52,11],[44,4],[48,1],[51,-2],[57,-7],[37,-6],[46,-12],[52,-18],[47,-20],[50,-28],[34,-22],[12,-9],[4,0],[3,-4],[15,-11],[55,-54],[13,-13],[23,10],[9,36],[22,54],[66,221],[74,322],[25,113],[24,104],[19,111],[132,939],[12,71],[17,96],[-5,20],[-7,30],[-7,2],[-1,1]],[[205196,306627],[2,11],[15,93],[21,115],[19,96],[4,17],[122,444],[15,28],[21,69],[2,10],[19,48],[0,1],[0,0],[3,6],[-1,0],[-5,2],[-51,11],[-105,30],[-21,7],[-13,4],[-18,5],[-405,94],[-26,-21],[-132,-106],[-6,-5]],[[204656,307586],[179,614],[-611,-442],[-84,-55],[-179,-101],[-61,-46],[-105,-70],[-88,-48],[-78,-40],[-75,-41],[-124,-52],[-79,-39],[-183,-68],[-105,-28],[-115,-30],[-131,-31],[-108,-38],[-77,-26],[-77,-34],[-95,-34],[-92,-32],[-210,-60],[-204,-42],[-231,-52],[-206,-39],[-219,-50],[-186,-39],[-183,-36],[-161,-29],[-245,-39],[-141,-19],[-190,-21],[-177,-9],[-138,6],[-121,12],[-81,4],[-90,-2],[-109,7],[-123,1],[-99,0],[-143,-8],[-123,-9],[-75,-20],[-629,-195],[-124,-17],[-32,-9],[-397,-176],[-14,-6],[-202,-88],[-134,-58],[-342,-148],[-141,-271],[-58,-106],[-143,-202],[-150,-246],[-76,-80],[-24,-18],[-50,-38],[-103,-79],[-145,-68],[-144,-83],[-98,-83],[-158,-59],[-132,-55],[-137,-59],[-155,-68],[-148,-53],[-130,-44],[-142,-50],[-127,-41],[-159,-57],[-117,-53],[-118,-22],[-166,-34],[-153,-4],[-128,-21],[-124,-26],[-64,-7],[-5,-1],[0,0],[-103,-6],[-129,-28],[-140,6],[-128,35],[-109,39],[-110,34],[-131,38],[-120,12],[-113,-8],[-41,-3],[-29,-2],[-37,-3],[-26,1],[-54,-4],[-45,-19],[-21,-9],[-7,-5]],[[197153,306398],[366,151],[305,106],[230,73],[365,111],[208,58],[175,51],[95,23],[273,38],[281,0],[278,-1],[113,-3],[331,-41],[167,-22],[13,-1],[182,-40],[189,-43],[6,0],[14,-2],[7,-1],[83,-8],[47,-3],[59,0],[72,19],[91,41],[31,13],[154,75],[75,38],[-25,-5],[-180,-29],[-56,-9],[-68,-12],[-41,-5],[-43,-3],[-27,3],[-26,1],[-12,3],[-85,14],[-137,24],[-129,21],[-144,25],[-268,46],[-205,35],[-206,36],[-83,15],[-70,4],[-113,20],[-100,18],[-131,23],[-94,16],[-38,7],[-278,45],[-52,9],[-40,7],[-80,15],[-26,2],[-21,1],[-154,-18],[-119,-15],[-255,-41],[-17,-3],[-38,-6],[-134,-22],[-237,-39],[-125,-20],[-52,-6],[-55,-1],[-79,1],[-161,3],[-125,3],[-110,2],[-319,7],[-223,5],[-82,1],[-247,6],[-189,4],[-140,4],[-164,5],[-34,4],[-35,7],[-19,7],[-24,8],[-41,22],[-38,26],[-36,33],[-31,37],[-26,39],[-21,43],[-22,55],[-77,200],[-90,234],[-92,235],[-64,170],[-147,380],[-131,341],[-29,77],[-64,168],[-59,152],[-7,15],[-5,13],[-10,25],[-34,90],[-67,175],[-70,182],[-16,41],[-6,18],[-13,30],[-16,32],[-24,42],[-22,49],[-65,167],[-76,195],[-70,182],[-86,224],[-12,32],[-45,114],[-35,90],[-19,49],[-18,47],[-16,39],[-18,35],[-16,30],[-21,34],[-18,27],[-16,23],[-19,24],[-28,32],[-52,55],[-53,55],[-70,73],[-85,90],[-100,105],[-94,97],[-84,88],[-94,98],[-89,93],[-59,62],[-20,21],[-92,97],[-101,104],[-99,103],[-104,111],[-105,109],[-106,110],[-102,107],[-81,86],[-36,36],[-20,21],[-19,13],[-16,9],[-17,6],[-8,3],[-5,1],[-31,3],[-62,-1],[-83,-2],[-59,0],[-58,1],[-55,8],[-58,10],[-57,15],[-47,17],[-54,24],[-54,27],[-18,12],[-13,7],[-14,9],[-28,-36],[-46,-55],[-40,-33],[-41,-21],[-45,-11],[-77,2],[-130,85],[-119,78],[-91,60],[-7,5],[-87,59],[-67,46],[-30,25],[-36,34],[-30,38],[-33,52],[-35,62],[-31,62],[-25,60],[-17,45],[-16,54],[-29,110],[-48,183],[-23,84],[-10,44],[-6,40],[0,7],[-3,31],[-3,43],[0,158],[0,179],[0,183],[0,179],[1,153],[0,120],[0,27],[0,155],[1,135],[0,115],[0,76],[-1,32],[-3,17],[-2,8],[-33,81],[-37,88],[-26,67],[-15,57],[-13,63],[-9,54],[-4,62],[0,53],[2,50],[10,73],[13,63],[17,56],[21,53],[23,45],[35,62],[51,89],[43,77],[48,84],[51,90],[42,78],[34,62],[-47,35],[-46,33],[-72,52],[-99,68],[-142,101],[-96,69],[-32,23],[17,36],[-30,21],[-48,-102],[-98,-105],[-148,-159],[-195,-183],[-196,-266],[-33,-39],[-58,-75],[-52,-70],[-34,-52],[-41,-64],[-27,-44],[-24,-47],[-47,-96],[-36,-74],[-58,-105],[-59,-107],[-32,-54],[-28,-37],[-45,-52],[-77,-84],[-94,-105],[-117,-130],[-63,-71],[-29,-40],[-68,-96],[-53,-74],[-28,-45],[-17,-34],[-6,-13],[-37,-76],[-92,-183],[-67,-139],[-62,-121],[-44,-37],[-5,-4],[-6,-5],[0,0],[-65,-54],[-51,-44],[-28,-24],[-24,-26],[-10,-30],[-12,-49],[-5,-53],[-5,-62],[0,-1],[-83,-151],[-112,-227],[-65,-147],[-179,-343],[-100,-167],[-168,-295],[-251,-484],[-58,-92],[-178,-360],[-60,-98],[-42,-96],[-44,-97],[-27,-101],[12,-61],[37,-64],[340,-302],[60,-41],[57,-39],[107,-101],[142,-131],[143,-118],[127,-98],[126,-112],[137,-128],[141,-133],[138,-130],[13,-13],[146,-133],[152,-128],[123,-100],[192,-142],[175,-147],[143,-133],[96,-73],[157,-112],[166,-150],[101,-97],[244,-315],[126,-143],[111,-127],[110,-118],[106,-130],[131,-169],[152,-125],[122,-146],[84,-119],[83,-118],[89,-109],[94,-101],[108,-132],[71,-131],[100,-156],[93,-126],[102,-136],[101,-132],[129,-140],[108,-144],[111,-165],[118,-122],[129,-98],[128,-130],[122,-136],[195,-186],[156,-111],[224,-148],[194,-142],[161,-103],[158,-84],[218,-106],[186,-76],[186,-42],[231,19],[114,47],[77,19],[101,26],[137,73],[124,54],[456,241],[151,74],[237,125],[157,88],[133,87],[137,80],[150,103],[131,87],[107,53],[65,33],[142,84],[142,89],[93,53],[9,6],[582,159]],[[159721,305494],[-211,53],[-91,-32],[-76,-75],[12,-112],[47,-165],[98,-293],[98,-278],[151,-379],[173,-241],[215,-332],[224,-366],[172,-336],[151,-298],[219,-394],[235,-449],[240,-522],[289,-586],[206,-530],[212,-397],[141,-340],[44,-263],[45,-149],[58,-88],[15,-31],[69,38],[63,91],[26,160],[5,243],[89,269],[23,213],[36,290],[37,336],[169,1492],[89,378],[123,515],[149,563],[50,240],[-1,192],[18,158],[-139,51],[-273,84],[-343,112],[-374,91],[-270,106],[-389,161],[-473,190],[-276,163],[-303,164],[-231,77],[-317,121],[-224,105]],[[163312,299118],[0,-323],[-25,-440],[-10,-268],[-31,-425],[7,-413],[7,-356],[-25,-391],[12,-529],[8,-662],[67,-497],[85,-469],[67,-273],[116,-328],[122,-373],[134,-564],[92,-472],[118,-485],[170,-632],[142,-484],[151,-507],[149,-438],[191,-507],[169,-478],[225,-644],[498,-1231],[160,-513],[237,-678],[347,-779],[327,-859],[74,-165],[82,-163],[54,-75],[115,-142],[115,-86],[122,-67],[134,-82],[130,-35],[260,-56],[248,-74],[262,-72],[137,-55],[224,-129],[286,-195],[284,-159],[542,-288],[344,-154],[328,-158],[383,-77],[278,-73],[267,-107],[266,-183],[254,-135],[242,-137],[331,-150],[293,-116],[358,-148],[222,-75],[115,-32],[326,-27],[426,-97],[345,-123],[502,-217],[511,-162],[414,-135],[462,-170],[357,-140],[326,-110],[292,-104],[300,-137],[350,-131],[367,-212],[308,-94],[293,-90],[526,-199],[453,-213],[431,-230],[942,-406],[989,-351],[840,-346],[604,-204],[414,-170],[199,-97],[242,-144],[209,-114],[81,-38],[57,-62],[192,-139],[851,58],[414,-2],[200,-1],[152,-15],[67,-15],[331,-53],[339,-56],[272,10],[289,-8],[245,16],[300,-18],[318,-22],[253,-20],[311,-79],[1051,-209],[781,-142],[452,-76],[275,-32],[269,-49],[214,-37],[238,-47],[278,-75],[255,-40],[294,-22],[348,-61],[300,-10],[263,-4],[242,-22],[228,24],[232,5],[173,44],[140,-17],[228,-10],[328,-35],[353,-38],[315,-100],[273,-74],[276,-68],[216,-41],[284,-89],[191,-58],[213,-12],[224,1],[206,-12],[260,48],[168,40],[158,54],[137,25],[203,12],[198,-9],[164,-13],[205,-9],[225,-43],[302,-44],[180,-63],[225,-45],[253,-66],[185,-51],[198,-93],[174,-125],[68,-5],[121,-52],[149,-51],[138,-50],[112,-61],[150,-103],[323,-286],[244,-212],[1,-1],[18,-13],[5,-8],[115,-100],[316,-230],[188,-116],[89,-55],[108,-55],[82,14],[35,9],[50,15],[-301,289],[-75,73],[-153,152],[-26,28],[-285,320],[-31,31],[-90,98],[-29,34],[-165,207],[-188,236],[-30,44],[-213,400],[2,2],[-57,97],[-4,30],[-4,16],[-115,216],[-110,104],[-26,12],[-147,61],[-105,14],[-57,7],[-74,9],[-28,-41],[-177,16],[-23,43],[-65,6],[-233,21],[-307,28],[-344,34],[-200,20],[-27,6],[-38,2],[-11,-3],[-27,-1],[-11,-11],[-15,2],[-4,5],[-5,-4],[-1,1],[-5,4],[-6,-7],[1,-3],[1,-4],[-36,-36],[-1,-6],[18,-17],[13,-11],[36,-32],[1,0],[17,-15],[52,12],[-35,-56],[-8,-7],[-10,-5],[-4,-3],[-10,-2],[-8,-1],[-11,1],[-8,4],[-2,1],[-35,36],[-55,52],[-14,8],[-25,14],[-22,-2],[-32,2],[-23,2],[-17,3],[-7,1],[-12,2],[-8,2],[-31,10],[-11,4],[-10,4],[-13,5],[-13,7],[-16,9],[-13,10],[-16,10],[-12,10],[-21,15],[-28,24],[-102,81],[-86,69],[-53,43],[-20,15],[-10,7],[-8,6],[-9,5],[-12,5],[-7,3],[-7,3],[-10,3],[-8,2],[-6,2],[-8,1],[-10,2],[-17,1],[-8,0],[-13,0],[-22,-2],[-16,-2],[-25,-8],[-31,-14],[-18,-12],[-50,-38],[-46,-52],[-28,-38],[-21,-28],[-16,-28],[-12,-26],[-26,-49],[-17,-22],[-28,-46],[-86,-131],[-63,-72],[-13,-22],[-5,-7],[-36,-31],[-29,-27],[-2,-1],[-15,-16],[-27,-22],[-4,-1],[-7,-1],[-24,-5],[-74,-30],[-137,-55],[-121,-47],[-125,-51],[-77,-30],[-43,-10],[-84,-14],[-86,-9],[-96,-3],[-95,6],[-71,7],[-60,10],[-47,9],[-58,29],[-16,26],[-15,11],[-28,23],[-38,36],[-29,31],[-25,31],[-17,24],[-43,63],[-20,31],[-11,17],[-47,77],[-57,80],[-52,78],[-13,13],[-40,56],[-38,52],[-15,19],[-41,49],[-36,40],[-43,47],[-38,40],[-49,51],[-34,36],[-27,36],[-29,43],[-19,30],[-13,23],[-10,17],[-43,83],[0,0],[-23,45],[0,-1],[-15,33],[-31,64],[-31,73],[-44,99],[-27,62],[-7,11],[-12,18],[-16,17],[-16,15],[-21,13],[-17,8],[-26,8],[-28,5],[-16,1],[-14,-2],[-19,-4],[-97,-16],[-99,-42],[-26,-11],[-33,-16],[-105,-51],[-324,-144],[-249,-113],[-243,-109],[-503,-223],[-21,-10],[-31,-13],[-18,-1],[-56,2],[-147,-5],[-46,7],[-36,-6],[-99,3],[-79,-4],[-75,-2],[-40,0],[0,5],[-249,-3],[-150,-1],[-400,-1],[-3,-4],[-61,1],[0,3],[-67,-3],[-50,-11],[-64,-3],[-349,61],[-21,-1],[-375,70],[-200,40],[-321,60],[0,-13],[-10,-38],[-2,-10],[-9,-11],[-24,-4],[-92,18],[-18,10],[-6,21],[9,55],[-157,25],[-226,46],[-110,19],[-741,-27],[-10,-1],[-149,-9],[-64,0],[-25,6],[-178,-10],[-23,13],[-18,0],[-31,12],[-41,49],[-111,195],[-38,77],[-38,89],[-68,-14],[-204,-100],[-137,-57],[-84,-30],[-20,-4],[-95,-5],[-285,-14],[-9,-3],[-264,-9],[-38,9],[-203,-4],[-95,-4],[1,-4],[-18,-1],[0,3],[-21,-1],[-29,3],[-97,38],[-15,6],[-5,2],[-47,20],[-25,-4],[-19,31],[8,32],[-6,20],[4,83],[4,76],[2,54],[-2,133],[-3,18],[-6,23],[-6,20],[-10,22],[-11,21],[-13,18],[-16,18],[-27,22],[-18,13],[-26,13],[-37,13],[-33,12],[-191,19],[-228,23],[-85,8],[-110,14],[-85,6],[-136,13],[-122,15],[-41,8],[-19,4],[-21,4],[-25,3],[0,0],[-19,0],[-7,0],[-47,0],[-119,11],[-54,5],[-56,6],[-92,9],[-61,6],[-84,9],[-28,9],[-5,1],[-1,1],[-28,8],[-34,4],[-126,13],[-31,2],[-25,0],[0,0],[-28,0],[-19,2],[-48,5],[-113,11],[-110,13],[-56,8],[5,-1],[-8,1],[-8,1],[-43,6],[-29,3],[-13,0],[-49,3],[-70,6],[-69,7],[-54,6],[-83,9],[-49,5],[-6,1],[-45,5],[-57,1],[-57,0],[-46,5],[-58,6],[-46,4],[-29,-32],[-2,-2],[-18,-28],[-29,-48],[-25,-39],[-24,-36],[37,-41],[38,-47],[16,-22],[6,-8],[45,-61],[23,-37],[28,-48],[1,-7],[2,1],[16,-34],[11,-37],[2,1],[2,-7],[4,-17],[-1,-2],[2,-14],[1,-9],[5,-22],[4,-25],[4,-25],[-3,-21],[4,-22],[1,-7],[7,-1],[15,-1],[16,-13],[27,-22],[19,-10],[8,-6],[8,-7],[5,-2],[5,-4],[0,-5],[24,-18],[26,-20],[1,-1],[7,-10],[2,-9],[1,-4],[1,-2],[9,-17],[-6,-36],[8,-35],[15,-30],[-8,-9],[-23,12],[-37,19],[-54,26],[-30,12],[-45,47],[-43,24],[-35,62],[-61,70],[18,41],[-2,57],[-28,96],[-5,16],[-46,66],[-63,30],[-75,107],[-88,71],[-25,28],[-36,25],[-64,26],[-24,46],[-79,118],[-115,171],[-20,16],[-203,315],[-28,38],[-17,42],[-19,50],[-6,27],[-8,15],[2,26],[7,59],[21,6],[32,56],[15,16],[20,14],[140,86],[7,23],[8,24],[44,39],[27,43],[37,60],[40,64],[42,68],[-7,27],[-29,35],[-1,-4],[-57,17],[-1,-4],[-73,20],[-137,37],[-97,28],[-53,16],[-35,-12],[-36,19],[-41,22],[-35,34],[-16,29],[-14,24],[-2,38],[9,12],[3,3],[3,22],[2,9],[48,64],[30,29],[26,32],[15,19],[14,17],[14,18],[33,44],[20,26],[10,26],[-1,16],[0,0],[0,2],[-10,18],[-13,12],[-61,62],[-76,76],[-6,6],[-75,74],[-36,-12],[-54,-20],[-33,-11],[-47,-15],[-55,-12],[-56,-12],[-87,-17],[-5,-1],[-20,-4],[-50,-9],[-23,-5],[-38,-8],[-66,-13],[-28,-5],[-21,2],[-73,10],[-58,8],[-34,4],[-149,76],[-74,93],[-87,110],[-91,166],[-2,7],[-48,129],[-194,544],[-5,16],[-61,174],[-144,406],[-125,354],[-74,210],[-68,192],[-64,182],[-15,41],[-15,46],[-25,74],[-10,112],[16,114],[51,121],[85,93],[85,93],[54,116],[16,142],[-29,157],[-77,133],[-444,432],[-10,11],[-65,56],[-325,274],[-115,67],[-126,25],[-221,5],[-151,44],[-135,102],[-154,228],[-141,318],[-85,326],[-13,95],[-6,45],[-21,166],[12,422],[-27,138],[-48,92],[-8,19],[-99,99],[-83,39],[-36,19],[-153,32],[-183,39],[-169,35],[-16,4],[-110,39],[-2,0],[-2,-9],[-13,-75],[-84,26],[10,51],[4,22],[-19,2],[-119,14],[-54,10],[-118,27],[-130,30],[-31,7],[-142,31],[-157,35],[-117,21],[-130,10],[-93,19],[4,27],[-419,90],[-433,96],[-80,20],[-4,0],[-104,27],[-35,12],[-39,15],[-54,24],[-37,21],[-38,26],[-30,25],[-43,40],[-17,20],[-65,84],[-39,51],[-81,102],[-25,22],[-21,16],[-19,11],[0,0],[-10,5],[-136,46],[-8,3],[-143,49],[-107,37],[-43,16],[-43,14],[-43,14],[-77,31],[-10,4],[-29,14],[-34,19],[-24,16],[-29,25],[-20,14],[-4,3],[-9,6],[-16,21],[-21,36],[-20,42],[2,63],[8,66],[17,66],[18,67],[30,69],[35,70],[60,112],[40,76],[95,180],[110,206],[1,2],[92,246],[4,12],[37,146],[27,106],[14,85],[-4,90],[-16,169],[-25,272],[-16,178],[-4,43],[-22,219],[-23,226],[-13,151],[-9,106],[-3,28],[-35,117],[-53,92],[-10,18],[-83,84],[-104,58],[-105,42],[5,15],[-21,8],[-58,24],[-83,32],[-128,50],[-127,48],[-134,53],[-123,47],[-208,83],[-169,65],[-90,50],[-51,27],[-65,36],[-165,91],[-159,86],[-158,87],[-139,77],[-166,91],[-66,36],[-67,37],[-110,62],[-118,65],[-172,96],[-4,3],[-199,112],[-73,66],[-51,44],[-26,34],[-38,48],[-10,13],[11,10],[3,2],[-253,341],[-50,69],[-82,111],[-400,543],[-308,423],[-8,-9],[-6,-6],[-25,30],[-101,122],[-153,162],[-58,26],[-274,-64],[-85,11],[-226,31],[-630,87],[-631,92],[-94,13],[-456,65],[-520,74],[-11,2],[-181,14],[-84,59],[-24,33],[5,4],[-258,368],[-347,494],[-359,507],[-54,77],[-16,38],[-7,25],[-2,57],[-21,511],[0,39],[5,42],[86,611],[5,-2],[102,725],[6,41],[11,70],[8,44],[15,48],[8,22],[9,23],[28,56],[39,78],[1,-1],[341,689],[27,55],[115,233],[96,195],[20,35],[379,522],[3,-2],[15,18],[9,9],[12,9],[9,6],[22,13],[33,21],[-1,2],[114,62],[14,8],[98,60],[7,5],[120,66],[504,279],[41,22],[16,1],[14,-4],[16,-9],[3,-1],[8,-6],[5,-3],[3,-3],[11,-9],[22,-27],[4,-43],[0,-4],[-23,-33],[-6,-9],[-13,-7],[-2,3],[-318,-172],[-4,-6],[-2,-8],[1,-4],[1,-4],[4,-4],[7,-3],[8,0],[29,3],[268,27],[190,20],[0,5],[80,7],[570,41],[1,3],[83,5],[413,29],[105,7],[0,-4],[115,8],[0,-3],[69,6],[0,-6],[75,6],[58,4],[1,-8],[0,-1],[38,2],[40,1],[3,2],[1,0],[94,7],[1,2],[1,3],[-14,11],[-55,44],[-139,112],[-18,14],[-64,52],[-29,12],[-29,3],[-20,1],[-74,0],[0,-1],[1,-4],[-55,-1],[-2,0],[0,-11],[-6,0],[-6,1],[-5,2],[-5,4],[-8,10],[-4,6],[-1,8],[-3,2],[-206,166],[-206,169],[-238,178],[-475,226],[-551,228],[-334,130],[-287,92],[-270,139],[-285,150],[-206,115],[-277,123],[-283,106],[-198,132],[-185,7],[-170,5],[-230,19],[-355,55],[-319,69],[-192,31],[-155,111],[-110,80],[-147,98],[-109,51],[-119,-5],[-115,-20],[-88,-122],[-113,-265],[-132,-297],[-263,-632],[-235,-661],[-111,-441],[-40,-359],[-31,-368],[-62,-465],[-30,-316],[-28,-292],[-26,-381]],[[161510,298560],[-86,422],[-201,550],[-160,302],[-118,471],[-161,431],[-159,403],[-248,508],[-214,414],[-309,544],[-216,390],[-203,417],[-247,471],[-252,503],[-250,418],[-301,505],[-239,482],[-245,404],[-194,439],[-212,137],[-173,312],[-181,241],[-193,119],[-192,47],[-303,-72],[-307,-170],[-302,-204],[-315,-161],[-321,-192],[-271,-135],[-213,-119],[-280,-109],[-319,-190],[-256,-171],[-190,-178],[-135,-220],[-54,-268],[-85,-264],[-23,-264],[37,-846],[-17,-346],[-65,-401],[-16,-315],[-42,-417],[-4,-535],[-57,-869],[33,-619],[28,-662],[34,-512],[62,-548],[367,-3243],[12,-439],[87,-538],[112,-598],[80,-580],[65,-674],[55,-562],[71,-615],[190,-1127],[164,-699],[119,-424],[242,-390],[429,-603],[334,-466],[270,-511],[363,-569],[332,-472],[313,-452],[380,-411],[520,-433],[296,-177],[410,-78],[531,-68],[616,-25],[402,-18],[372,-44],[307,-64],[420,-108],[344,-92],[421,-60],[538,-77],[574,-123],[686,-83],[664,-37],[571,-99],[520,-59],[258,-42],[215,3],[95,78],[45,61],[6,119],[-203,387],[-330,656],[-417,1000],[-431,955],[-467,1094],[-374,706],[-460,1012],[-251,724],[-333,800],[-351,899],[-256,663],[-150,565],[-23,98],[-177,756],[-138,641],[-19,299],[-28,490],[-61,556],[-112,831],[-69,904],[-11,620]],[[140920,305597],[-126,9],[-84,-33],[-76,-82],[-50,-139],[-64,-271],[-1,-4],[-3,-18],[-55,-273],[-5,-22],[-2,-13],[0,-16],[2,-20],[1,-9],[2,-8],[1,-7],[3,-10],[4,-13],[7,-15],[7,-14],[5,-9],[7,-11],[7,-9],[8,-8],[11,-11],[23,-14],[22,-9],[18,-7],[93,-26],[65,-16],[170,-46],[33,-14],[180,-103],[77,-45],[390,-101],[453,-118],[435,-112],[97,-25],[16,-4],[947,-1155],[14,-17],[10,-19],[81,-154],[229,-277],[404,518],[-431,259],[-131,110],[-201,181],[-196,197],[-243,182],[-202,104],[-286,190],[-157,110],[-204,205],[-241,220],[-133,105],[-123,184],[-177,208],[-79,92],[-43,52],[-115,108],[-186,161],[-105,53],[-103,29]],[[145329,313426],[-244,125],[-324,186],[-389,176],[-147,218],[-279,174],[-181,106],[-423,217],[-502,265],[-576,222],[-759,333],[-511,284],[-303,83],[-486,223],[-332,101],[-204,23],[-1583,592],[-561,138],[-311,80],[-310,31],[-313,-54],[-253,-123],[-285,-155],[-227,-145],[-192,-117],[-193,-145],[-511,-367],[-291,-183],[-407,-257],[-474,-338],[-303,-201],[-368,-272],[-495,-372],[-551,-342],[-568,-311],[-511,-271],[-368,-195],[-503,-194],[-558,-260],[-389,-262],[-417,-310],[-401,-200],[-440,-223],[-439,-222],[-516,-229],[-474,-214],[-570,-253],[-494,-263],[-537,-287],[-413,-196],[-465,-225],[-376,-174],[-260,-129],[-168,-167],[-24,-69],[49,-77],[135,-51],[234,17],[157,22],[1245,-6],[502,-64],[1133,23],[973,71],[825,81],[716,65],[790,96],[949,153],[821,57],[751,79],[827,120],[613,82],[649,122],[517,45],[841,10],[579,9],[642,42],[583,-19],[656,-42],[626,-112],[513,-179],[400,-174],[511,-193],[486,-221],[587,-233],[495,-197],[467,-183],[446,-117],[595,-187],[648,-188],[303,-178],[109,-92],[187,-103],[310,-106],[279,-98],[354,26],[323,42],[241,35],[360,191],[356,255],[244,255],[181,258],[211,223],[225,245],[202,213],[189,296],[101,183],[-5,354],[-32,476],[-122,325],[-298,367],[-259,327],[-315,324],[-402,362],[-438,305],[-345,292],[-415,275],[-326,245]],[[149761,313877],[108,-40],[140,40],[172,134],[235,146],[158,67],[170,56],[257,13],[216,-46],[116,-55],[302,-52],[1106,-190],[90,-25],[204,-100],[3,-1],[123,142],[-12,5],[-39,16],[-41,20],[-24,10],[-31,14],[-28,11],[-50,19],[-87,40],[-51,26],[-57,29],[-99,39],[-58,22],[-54,22],[-55,22],[-51,21],[-41,17],[-32,13],[-6,2],[-29,10],[-77,28],[-58,13],[-39,4],[-40,6],[-46,4],[-46,8],[-56,4],[-57,10],[-47,14],[-76,26],[-83,26],[-69,23],[-76,26],[-74,24],[-52,18],[-39,13],[-61,15],[-33,9],[-56,18],[-75,23],[-69,23],[-58,19],[-67,21],[-63,18],[-65,19],[-79,24],[-68,21],[-60,20],[-69,21],[-66,21],[-68,22],[-113,34],[-70,21],[-3,1],[-56,17],[-71,21],[-59,18],[-57,18],[-65,20],[-57,18],[-37,11],[-29,9],[-9,-55],[-14,-90],[-2,-15],[-15,-94],[-13,-86],[-15,-92],[-10,-70],[-7,-50],[-6,-42],[9,-86],[13,-97],[12,-85],[1,-7],[1,-6],[3,-6],[5,-5],[23,-13],[13,-8],[37,-20],[11,-5],[6,-4],[1,-2],[0,-2],[0,-3],[-2,-5],[-19,-8],[-18,-5],[-22,-5],[-4,-1],[-14,-1],[-7,2],[-9,4],[-8,7],[-51,36],[-24,19],[-36,29],[-49,38],[-25,20],[-11,11],[-5,6],[-2,7],[0,5],[0,3],[2,4],[1,2],[4,1],[6,0],[6,-2],[8,-3],[14,-9],[26,-17],[11,-7],[16,-8],[19,-7],[0,8],[-5,46],[-6,48],[-5,40],[-4,42],[-2,24],[0,6],[3,35],[6,46],[12,68],[12,74],[16,91],[14,90],[12,73],[13,82],[12,65],[10,70],[-29,45],[-41,62],[-44,68],[-46,70],[-37,59],[-17,24],[-24,38],[-60,-52],[-54,-48],[-48,-42],[-71,-63],[-68,-61],[-18,-16],[-49,-39],[-15,-13],[-35,-32],[-34,-34],[-48,-44],[-34,-31],[-29,-26],[-58,-50],[-1,0],[93,-140],[113,-179],[555,-684],[114,-69]],[[133215,335090],[-20,12],[-13,1],[-15,-1],[-14,-10],[-8,-6],[-6,-13],[-4,-12],[0,-2],[0,-12],[1,-12],[6,-16],[24,-24],[129,-112],[430,-369],[570,-481],[52,-35],[27,-13],[32,-10],[26,-6],[55,0],[256,57],[18,3],[14,0],[-8,90]],[[134767,334119],[34,0],[36,-5],[40,-10],[40,-11],[44,-18],[44,-24],[35,-21],[62,-37],[49,-26],[64,-29],[40,-10],[49,-6],[16,-1],[43,-13],[32,-8],[40,-5],[3,10],[18,49],[12,35],[29,83],[16,45],[9,27],[5,16],[6,19],[4,19],[5,22],[1,3],[4,17],[6,18],[6,20],[9,27],[8,20],[37,89],[18,44],[5,12],[22,52],[10,24],[8,22],[19,56],[16,42],[5,17],[2,5],[12,34],[2,6],[6,20],[10,30],[9,30],[7,22],[1,4],[37,82],[20,44],[19,59],[3,9],[-4,-11],[8,25],[18,55],[1,60],[1,47],[-5,39],[-7,65],[-9,84],[-9,85],[-6,63],[-4,61],[-9,39],[-13,69],[-13,69],[-16,80],[-22,118],[-26,134],[-24,120],[-16,87],[-108,183],[-78,133],[-45,76],[-14,24],[-20,20],[-7,8],[-5,8],[-48,80],[-43,73],[-16,28],[-3,6],[-2,4],[-2,10],[-3,18],[-1,5],[-3,8],[-4,8],[-14,25],[-54,92],[-64,110],[-121,206],[-8,15],[-5,8],[-4,7],[-5,8],[-3,4],[-7,9],[-7,9],[-17,20],[-22,26],[-21,24],[-9,11],[-22,25],[-44,51],[-81,96],[-56,63],[-37,43],[-6,7],[-3,2],[-7,5],[-1,1],[-11,5],[-10,6],[-4,2],[-9,8],[-8,7],[-10,12],[-54,61],[-66,77],[-14,29],[-4,9],[-4,8],[-5,5],[-19,20],[-53,53],[-67,67],[-38,33],[-55,48],[-47,43],[-4,3],[-4,2],[-5,1],[-20,4],[-60,9],[-19,4],[-7,1],[-11,2],[-9,3],[-11,4],[-14,6],[-14,6],[-9,5],[-18,12],[-31,19],[-20,12],[-27,17],[-19,11],[-9,8],[-12,10],[-6,9],[-7,9],[-9,13],[-26,41],[-40,66],[-53,11],[-60,19],[-67,8],[-52,-6],[-50,-13],[-53,-16],[-25,-8],[107,-635],[211,-1198],[-157,-929],[-3,-18],[-142,-433],[-73,-113],[0,-1],[-148,-224],[0,0]],[[129243,335912],[-90,-150],[177,92],[83,38],[50,14],[321,67],[223,42],[47,10],[394,79],[664,130],[208,45],[195,31],[69,13],[9,-2],[61,-42],[76,-67],[73,-62],[6,2],[13,21],[9,-2],[6,-11],[-7,-33],[77,-68],[23,-11],[25,1],[23,13],[17,18],[5,16],[-1,17]],[[131999,336113],[205,-23],[-49,751],[-495,10],[-192,6],[-13,55],[-56,292],[-16,87],[-291,1],[-119,0],[-209,1265],[0,1],[0,1],[-151,-30],[-37,-8],[-120,-23],[-143,-27],[-291,-55],[-133,-23],[-49,-11],[-15,-3],[0,-1],[-28,-7],[-4,-1],[-19,-8],[-14,-7],[-13,-7],[-18,-12],[-13,-9],[-14,-11],[-16,-14],[-14,-13],[-51,-50],[-40,-38],[-40,-39],[-49,-48],[-47,-47],[-54,-52],[-93,-90],[-46,-45],[-5,-5],[-64,-60],[-58,-54],[-52,-50],[-41,-40],[-59,-57],[-56,-55],[-44,-44],[-45,-44],[-29,-29],[-19,-19],[-12,-16],[-9,-14],[-11,-17],[-11,-19],[-9,-21],[-8,-26],[-8,-31],[-14,-60],[-14,-53],[-18,-75],[-25,-98],[-25,-104],[-23,-90],[-21,-82],[-19,-84],[-10,-38],[-30,-128],[-24,-81],[-13,-33],[-1,-2],[-1,-2],[-8,-15],[-19,-32],[-19,-23],[-31,-36],[-26,-30],[-30,-32],[-56,-61],[-40,-43],[-46,-48],[-23,-26],[-13,-16],[-10,-14],[-6,-11],[-18,-35],[-21,-43],[-27,-56],[-12,-27],[-4,-11],[-1,-11],[1,-6],[1,-3],[2,-8],[3,-4],[7,-9],[9,-10],[11,-11],[9,-10],[38,-41],[59,-61],[62,-65],[79,-82],[3,-3],[15,-17],[880,463]],[[137910,306029],[-37,93],[-11,25],[-3,5],[-3,3],[-5,3],[-4,0],[-20,-4],[-18,-6],[-72,-29],[-88,-37],[-84,-35],[-103,-42],[-95,-40],[-30,-13],[-62,-26],[-94,-39],[-12,-4],[-19,-8],[-82,-32],[-128,-50],[-11,-6],[0,0],[-33,-17],[-41,-20],[72,-2],[60,-1],[59,-1],[87,0],[6,0],[911,-55],[-13,32],[-3,6],[-63,149],[-24,57],[-7,17],[-14,37],[-16,40]],[[132142,339015],[-123,-18],[-91,-15],[-20,-1],[-53,11],[-56,13],[-56,0],[-36,-11],[-58,-33],[-67,-38],[-65,-35],[-52,-26],[-29,-9],[-43,-8],[-63,-12],[-53,-12],[-147,-34],[-54,-11],[-209,-37],[-209,-38],[-76,-13],[-61,-9],[-502,-100],[-145,-26],[-41,-7],[-31,-7],[-2,0],[-35,-11],[-33,-11],[-5,-2],[-99,29],[17,17],[5,5],[28,37],[25,40],[11,23],[7,20],[12,48],[6,44],[1,35],[-2,21],[-1,22],[-1,15],[-8,57],[-45,337],[-10,78],[-10,76],[-10,72],[-11,81],[-22,152],[-8,63],[-9,66],[-9,64],[-8,51],[-7,42],[-6,49],[-12,86],[-17,128],[-16,117],[-8,69],[-5,45],[48,8],[23,4],[94,16],[152,26],[204,33],[113,16],[43,6],[86,5],[67,0],[68,-3],[96,-9],[68,-11],[91,-21],[109,-34],[47,-18],[65,-30],[55,-27],[79,-41],[87,-48],[5,-3],[5,-2],[37,-20],[159,-86],[64,-35],[20,-10],[23,-13],[185,-103],[122,-66],[24,-13],[185,-100],[316,-173],[384,-197],[158,-77],[47,-23],[152,-78],[55,-31],[-22,-40],[-35,-59],[-23,-40],[-16,-31],[-17,-28],[-21,-22],[-14,-9],[-20,-2],[-26,-4],[-126,-15],[-104,-15],[-147,-21],[-154,-21],[-55,-7],[-129,-17]],[[139455,340855],[85,-372],[62,-266],[57,-247],[13,-57],[5,-19],[45,-196],[3,-16],[5,-20],[1,-4],[0,0],[39,-172],[-124,-34],[15,-62],[23,-105],[127,35],[42,-188],[-1,0],[103,-444],[11,-47],[14,-62],[16,-70],[15,-70],[13,-57],[15,-74],[8,-34],[23,-97],[6,-20],[0,-1],[-144,-41],[4,-15],[-102,-31],[-84,-24],[24,-96],[1,-7],[11,-44],[3,-9],[10,-44],[1,1],[1,-4],[98,28],[26,-100],[4,-14],[0,0],[2,-6],[222,75],[3,-16],[0,-1],[8,-37],[32,-141],[13,-56],[10,-42],[12,-47],[5,-23],[8,-33],[9,-42],[10,-45],[6,-27],[0,-1],[3,-13],[-13,-5],[-132,-44],[-30,-8],[1,-1],[-1,0],[8,-32],[20,-93],[1,0],[0,0],[178,51],[3,-14],[0,0],[6,-28],[8,-40],[18,-68],[22,-96],[9,-46],[4,-12],[12,-51],[27,-119],[5,-25],[21,-93],[14,-60],[1,-5],[24,-107],[4,-12],[13,-62],[10,-44],[14,-62],[18,-74],[18,-79],[12,-52],[15,-66],[16,-67],[1,-4],[11,-45],[15,-66],[13,-54],[7,-26],[1,-4],[-94,41],[-62,-166],[49,-24],[29,67],[34,-18],[-12,-30],[-16,-38],[-19,-47],[-16,-40],[-43,20],[-28,14],[-18,8],[-16,8],[-24,13],[-20,9],[-26,12],[-30,15],[-24,10],[-29,13],[-19,8],[-30,13],[-27,11],[-25,9],[-21,7],[-20,8],[-21,10],[-22,9],[-29,12],[-29,12],[-26,11],[-28,12],[-36,14],[-21,9],[-23,9],[-48,19],[-35,14],[-32,14],[-19,8],[-22,10],[-15,6],[-42,17],[-34,14],[-23,10],[-46,18],[-37,15],[-36,16],[-23,10],[-18,6],[-27,10],[-24,10],[-27,12],[-38,16],[-32,12],[-41,16],[-44,18],[-26,12],[-13,6],[-9,4],[-22,9],[-26,11],[-34,15],[-39,16],[-49,20],[-26,11],[-39,17],[-62,27],[-54,21],[-51,20],[-53,22],[-37,16],[-35,15],[-38,16],[-38,18],[-82,32],[-52,20],[-33,14],[-44,18],[-30,13],[-34,12],[-30,12],[-59,25],[-41,16],[-26,11],[-39,16],[-44,18],[-61,25],[-47,19],[-32,12],[-44,19],[-6,3],[-35,13],[-61,25],[-47,19],[-76,32],[-94,39],[-205,86],[-162,67],[-104,43],[-71,30],[-28,12],[-57,26],[-39,22],[-51,25],[-56,31],[-57,36],[-46,28],[-45,31],[-21,15],[-51,38],[-87,70],[-88,79],[-60,59],[-81,82],[-109,112],[-67,69],[-67,69],[-76,78],[-31,31],[-30,30],[-23,22],[-14,15],[-25,26],[-27,27],[-32,33],[-28,28],[-18,17],[-28,28],[-36,34],[-22,18],[-39,33],[-37,31],[-39,31],[-43,32],[-54,-77],[-2,1],[-110,-124],[-139,-155],[-5,-5],[-76,-84],[-30,-33],[-39,48],[-105,122],[-109,126],[-72,81],[-82,92],[-91,101],[-62,58],[-108,100],[-99,82],[-110,89],[-318,216],[7,16],[2,5],[9,21],[6,14],[13,8],[10,24],[1,2],[2,-1],[58,130],[-1,0],[33,76],[42,90],[10,19],[14,21],[59,63],[280,279],[8,3],[4,0],[20,-23],[25,-27],[31,-35],[24,-26],[34,-39],[38,-43],[21,-23],[37,-43],[23,-29],[19,-23],[20,-24],[13,-17],[13,-16],[25,-31],[16,-15],[9,-8],[18,-16],[16,-9],[15,-8],[23,-12],[15,-3],[20,-2],[21,-3],[28,0],[16,0],[85,22],[-13,60],[-91,394],[-281,-174],[-174,247],[484,472],[44,40],[45,38],[42,31],[42,25],[53,27],[57,26],[90,32],[63,16],[703,197],[805,222],[11,-2],[85,24],[24,9],[257,71],[718,198],[294,81],[497,140],[487,134],[7,-18],[17,-59],[18,-54],[48,-164],[3,-6],[6,-23],[7,-28],[11,-34],[0,-1],[33,-149],[19,-85]],[[173172,273944],[-36,93],[-32,85],[24,205],[16,31]],[[157668,272823],[0,-6],[-2,-8],[0,-11],[8,-13],[55,-61],[8,-10],[0,0],[89,-101],[15,-16],[21,-20],[36,-32],[16,-12],[107,-84],[34,-27],[12,-3],[30,32],[32,-30],[91,-54],[38,-23],[22,-17],[37,-25],[39,-25],[26,-13],[13,-6],[22,-1],[43,-47],[46,-48],[23,-24],[49,-58],[59,-64],[46,-51],[21,-19],[25,-16],[8,-8],[303,-345],[17,-37],[26,11],[36,16],[46,21],[98,38],[42,14],[3,1],[30,6],[51,6],[7,-21],[-54,-7],[-29,-6],[-44,-14],[-96,-38],[-36,-16],[-44,-19],[-6,-2],[-20,-13],[-42,-27],[-64,-37],[-24,-14],[-56,-33],[-161,-95],[-2,-1],[-27,-16],[-7,-4],[-12,-7],[-9,-6],[-19,-11],[32,44],[4,7],[0,0],[0,5],[-2,16],[-6,43],[-10,67],[-11,62],[-7,41],[0,0],[-9,34],[-14,34],[-33,67],[-19,35],[-27,42],[-11,16],[-14,22],[-31,40],[-16,19],[-18,21],[-68,70],[-84,79],[-47,39],[-12,9],[-12,6],[-10,5],[-22,9],[-32,13],[-36,13],[-39,14],[-46,17],[-43,17],[-58,32],[-9,5],[-1,0],[-4,2],[-59,37],[-46,29],[-91,63],[-36,33],[-146,135],[-43,53],[-98,120],[-39,43],[-10,11],[0,0],[-45,52],[-17,28],[-4,5],[-4,7],[-130,229],[-92,151],[-81,132],[-51,83],[-51,82],[-21,31],[-18,28],[-16,25],[-8,12],[-165,257],[-8,13],[-90,138],[-14,21],[-38,58],[-33,45],[-58,79],[-104,135],[-54,74],[-100,135],[-11,9],[-3,3],[-16,19],[-8,10],[12,7]],[[201757,272332],[-3,-4],[-8,-19],[0,-23],[5,-25],[25,-82],[-16,49],[0,-33],[101,-280],[-44,138],[-33,100],[-7,24],[119,-370],[49,-139],[34,-80],[2,-4],[3,-8],[29,-61],[31,-50],[21,-27],[6,-11],[36,-48],[14,-15],[29,-37],[58,-66],[44,-42],[49,-42],[70,-48],[8,-6],[32,-21],[24,-13]],[[195138,244081],[24,26],[-31,56],[-50,69],[-7,31],[3,41],[-23,30],[-18,-14],[-109,159],[3,27],[-18,8],[-4,0],[-39,-30],[-49,64],[-12,11],[-6,7],[-9,11],[-28,23],[-12,1],[-30,8],[-36,-10],[-31,-23],[-49,-46],[-13,0],[-10,17],[-1,16],[1,11],[-36,44],[-11,8],[-8,5],[-1,0],[-17,-1],[-129,-247],[-111,-161],[1,-1],[-10,-12]],[[192257,276048],[-2,1],[-157,27],[-65,11],[-10,10],[-13,14],[-2,2],[-8,16],[-4,12],[-2,6],[0,2]],[[191981,276154],[1,-5],[0,-1],[-1,-18],[-1,-34],[0,-7],[-7,-55],[0,-2],[-1,-2],[-24,6],[-5,1],[0,0],[-11,2],[-7,2],[-12,3],[-12,11],[-8,43],[-108,85],[-68,19],[-313,41],[-238,-6],[-688,-28],[-79,-3],[-90,-3],[-26,-1],[-14,4],[-15,3],[-24,26],[-22,36],[-123,212],[-37,51],[-33,36],[-39,26],[-32,8],[-27,7]],[[184403,278690],[42,-22],[2,9],[-65,35],[-45,23],[10,25],[0,0],[1,3],[31,-15],[54,-26],[16,-7],[59,-28],[13,-6],[18,-9],[1,0],[1,-1],[2,-2],[4,-4],[-1,-1],[0,0],[-23,-17],[-9,-9],[0,0],[-2,-4],[-4,-9],[-13,-3],[-73,40],[-23,12],[-54,15],[-37,11],[4,10],[-29,8],[-96,28],[-135,39],[-65,19],[-65,19],[6,8],[10,14],[32,44],[8,10],[77,-37],[80,-39],[97,-46],[60,-28],[28,-14],[7,-5],[7,-4],[26,-13],[43,-23]],[[184339,278764],[-9,-24],[-4,3],[-3,2],[-6,2],[-31,15],[-42,20],[-20,10],[-37,17],[-75,37],[-66,31],[-62,31],[13,18],[13,17],[32,44],[26,36],[9,20],[0,9],[12,7],[21,20],[76,-43],[-80,-88],[51,-24],[3,-1],[202,-95],[-23,-64],[0,0]],[[183073,279465],[0,0],[-2,0],[-9,2],[-33,9],[-30,9],[-20,8],[-7,3],[-24,11],[-23,13],[-25,22],[-11,14],[-14,20],[-19,24],[-23,26],[-22,24],[-19,26],[-21,31],[-21,38],[-13,23],[-12,29],[-12,33],[-27,70],[-24,69],[-26,76],[-33,88],[-2,4],[-27,56],[-8,18],[-20,78],[-17,48],[-24,64],[-4,13],[-24,64],[-7,21],[-2,7],[41,-10],[44,-10],[125,-36],[26,-7],[2,-6],[4,-21],[0,-2],[23,-112],[0,0],[69,-353],[0,0],[31,-10],[16,-4],[18,-6],[72,-21],[6,-2],[55,-17],[-14,-87],[0,0],[-17,-103],[0,0],[135,-40],[13,-4],[2,-1],[-24,-98],[-22,-91]],[[155537,280916],[-3,6],[5,3],[5,2],[3,2],[6,3],[0,0],[0,0],[-3,6],[-17,5],[-3,8],[5,18],[0,0],[-7,13],[-29,333],[69,49],[95,64],[64,67],[35,41],[-2,21],[13,2],[-1,8],[29,24],[4,5],[17,18],[1,1],[3,7],[4,10],[2,7],[4,9],[3,9],[2,7],[3,9],[2,9],[3,8],[1,6],[4,20],[3,16],[2,13],[2,13],[2,12],[1,12],[2,14],[1,14],[0,13],[1,16],[0,15],[0,13],[-1,13],[0,8],[-1,4],[-1,13],[3,5],[4,7],[7,12],[6,13],[6,13],[0,0],[6,14],[3,10],[53,44],[92,95]],[[184044,279229],[0,0],[-5,6],[-12,18],[-17,20],[-15,16],[-39,41],[-57,57],[-29,31],[-45,45],[-56,57],[-20,18],[21,19],[15,14],[19,24],[26,40],[36,55],[26,50],[29,58],[20,47],[25,61],[19,47],[19,51],[28,63],[43,99],[19,44],[18,42],[12,29],[4,11],[18,41],[14,30],[16,44],[14,34],[42,104],[36,86],[31,74],[43,98],[12,30],[18,43],[18,46],[17,30],[18,30],[7,11],[25,33],[25,33],[28,45],[29,45],[32,50],[17,30],[28,49],[24,41],[39,56],[20,33],[2,4],[45,78],[26,47],[9,16],[8,17],[4,11],[22,58],[25,75],[18,60],[18,62],[4,21],[17,96],[12,68],[12,63],[1,2],[11,75],[15,101],[13,103],[11,79],[5,31],[16,137],[8,51],[6,44],[6,47],[5,35],[6,59],[6,78],[0,2],[4,59],[1,42],[7,100],[4,45],[4,29],[6,52],[7,52],[57,-17],[112,-36],[3,-1],[14,-5],[59,-18],[61,-20],[49,-15],[0,0],[18,-6],[-3,-7],[-23,-43],[0,0],[-33,-63],[-15,-38],[-15,-43],[-12,-61],[-11,-58],[-13,-92],[-3,-40],[-10,-102],[-4,-38],[-1,-15],[-6,-53],[-3,-35],[-1,-30],[-11,-93],[-11,-106],[-15,-137],[-6,-46],[-9,-82],[-14,-126],[-9,-77],[-7,-64],[-10,-61],[-8,-43],[-5,-27],[-5,-36],[-1,0],[0,-3],[-2,-16],[-4,-31],[-7,-75],[-5,-69],[0,0],[-3,-32],[0,0],[-6,-52],[0,0],[-9,-44],[-20,-99],[-23,-118],[0,0],[-14,-58],[-11,-47],[-19,-71],[-19,-67],[-9,-14],[-17,-55],[-5,-15],[-11,-35],[-9,-28],[-5,-18],[-7,-28],[-9,-32],[-3,-11],[0,0],[-3,-8],[-4,-16],[-9,-23],[-8,-23],[-8,-20],[-10,-25],[-7,-17],[-3,-9],[-5,-10],[-12,-35],[0,0],[-25,-67],[-51,-117],[-21,-35],[-19,-30],[-53,-74],[-14,-18],[0,0],[-9,-11],[-17,-19],[-9,-10],[-16,-18],[-18,-26],[-8,-11],[-19,-22],[-39,-46],[-4,-5],[-8,-9],[-27,-32],[-7,-9],[-23,-27],[-35,-42],[-51,-61],[-1,0],[-12,-14],[-71,-83],[-24,-28],[-16,-21],[0,0],[-17,-23],[-21,-25],[-8,-8],[-10,-11],[-5,-6],[-26,-31],[-17,-20],[-10,-12],[-33,-38],[-30,-34],[-12,-15],[-8,-9],[-15,-20],[-19,-26],[-6,-12],[-8,-15]],[[154776,283372],[229,-70],[17,-10],[25,-19],[15,-11],[17,-20],[5,-7],[13,-23],[24,-42],[19,-35],[143,-252],[14,-29],[15,-32],[6,-20],[65,-238],[9,-44],[14,-42],[13,-42],[2,-6],[0,0],[23,-93],[3,-23],[7,-22],[7,-12],[7,-8],[1,-8],[-6,-6],[-44,-3],[-62,4],[-80,8],[-33,10],[-28,15],[-20,29],[-100,248],[-336,791],[15,12],[1,-1],[0,1]],[[155876,282355],[-5,0],[-6,-4],[-15,-4],[-25,-8],[-105,-34],[-31,-10],[-6,-2],[-5,9]],[[150050,282849],[-29,-35]],[[146794,288445],[8,2],[0,0],[30,-23],[6,-15],[8,-20],[14,-13],[19,-1],[26,5],[62,17],[44,15],[22,8],[13,4],[119,34],[-17,76],[16,4]],[[148452,293845],[0,8],[16,5],[45,20],[44,26],[27,20],[3,-11],[76,-282],[27,-10],[19,0],[17,9],[11,16],[8,18],[3,25],[-79,313],[0,1],[45,57],[23,49],[0,0]],[[118440,302133],[-73,-53],[-74,-45],[-42,-25],[-93,-51],[-69,-38],[-33,-16],[-133,-64],[-126,-60],[-111,-53],[-163,-69],[-136,-60],[-41,-16],[-45,-19],[-180,-62],[-81,-25],[-135,-39],[-51,-8],[-69,-5],[79,143],[13,24],[50,87],[31,56],[91,141],[70,103],[106,155],[0,0],[4,-4],[187,275],[0,0],[77,63],[98,-1],[127,-31],[330,-79],[264,-64],[91,-33],[73,-26],[0,0],[0,0],[69,-24],[-19,-16],[-86,-61]],[[148843,294647],[-344,2],[-8,32],[-39,150],[-105,379],[-12,-24],[-25,43],[-37,-20],[-111,-238]],[[147058,295599],[-24,36],[-83,131],[-84,131],[-84,127],[-86,131],[-84,128],[-83,131],[-80,124]],[[120260,302050],[17,-45],[-556,137],[-684,166],[-93,22],[-9,47],[219,245],[123,138],[10,11],[21,24],[86,96],[112,125],[132,68],[50,2],[46,3],[97,6],[40,2],[46,-123],[78,-210],[1,-4],[47,-127],[5,-12],[60,-162],[66,-175],[44,-120],[42,-114]],[[124356,303174],[56,-1],[35,0],[40,1],[1,-3],[0,-2],[1,-11],[0,0],[1,-6],[10,-3],[22,6],[81,-2],[85,-2],[60,-2],[69,-1],[30,-4],[29,-7],[26,-10],[34,-16],[12,-6],[21,-10],[21,-11],[0,0],[8,-54],[0,0],[-97,1],[-14,0],[-113,1],[-53,1],[-106,1],[-48,0],[-43,0],[-18,1],[-3,0],[-9,-1],[-78,-7],[-90,-9],[-24,-2],[-67,-7],[-30,-2],[-42,-6],[-173,-25],[-3,15],[-14,101],[0,2],[-1,3],[-9,68],[5,0],[1,0],[34,-1],[0,4],[132,3],[0,0],[30,0],[3,0],[3,0],[32,1],[61,1],[6,0],[1,0],[61,1],[24,0]],[[201862,302944],[6,43],[47,248],[7,41],[7,35],[6,36],[8,47],[3,34],[3,23]],[[203732,301892],[0,0],[-30,-63],[-84,-174],[0,-1],[-1,-1]],[[122633,303288],[-222,-2],[0,9],[8,18],[4,12],[11,26],[7,19],[1,3],[5,18],[4,24],[5,44],[1,46],[3,58],[4,53],[5,39],[1,13],[12,27],[16,2],[43,48],[55,47],[53,76],[25,24],[30,10],[26,-5],[231,-87],[70,-40],[101,-45],[235,-82],[144,-49],[128,-33],[232,-55],[139,-31],[72,-16],[106,-26],[7,-2],[-18,-87],[-6,-27],[-5,-21],[-555,-3],[-161,-1],[-185,-1],[-354,-2],[-278,-1]],[[112485,301973],[5,-22],[-5,3],[-22,12],[-81,47],[-153,88],[-175,99],[-191,109],[-273,157],[-159,91],[-108,62],[-128,74],[-111,63],[-6,4],[-126,72],[-172,97],[-119,66],[-88,48],[-35,20],[-41,24],[-61,35],[-51,31],[-31,22],[-6,4],[-20,14],[-25,19],[-12,10],[-12,11],[-28,25],[-9,9],[-14,13],[-20,21],[-21,22],[-16,18],[-8,12],[-21,30],[-15,22],[-4,6],[-4,7],[-19,31],[-17,34],[-10,20],[-3,7],[-3,7],[-3,6],[-9,17],[-9,16],[-13,31],[-1,3],[-6,14],[-13,40],[-2,5],[-7,31],[-8,35],[-6,34],[-6,34],[-4,32],[-3,23],[-3,30],[-6,32],[0,4],[-4,22],[-2,12],[58,1],[33,-24],[66,-48],[5,-3],[42,-31],[14,-11],[4,-3],[100,-75],[136,-100],[23,-17],[79,-58],[61,-46],[58,-42],[12,-9],[69,-51],[8,-6],[149,-110],[13,-9],[142,-104],[127,-94],[120,-88],[120,-89],[75,-55],[77,-57],[64,-47],[6,-5],[8,-6],[36,-26],[102,-75],[82,-60],[65,-49],[32,-24],[15,-11],[26,-19],[22,-16],[23,-14],[10,-6],[16,-9],[42,-20],[19,-9],[46,-19],[1,-1],[29,-12],[11,-5],[6,-2],[26,-13],[27,-18],[6,-5],[19,-15],[16,-13],[19,-16],[23,-19],[29,-33],[4,-4],[3,-6],[8,-12],[3,-7],[5,-11],[7,-16],[12,-29],[11,-24],[3,-8],[8,-21],[10,-23],[3,-8],[8,-24],[10,-35],[5,-12],[2,-12],[4,-17]],[[129112,304778],[12,-140],[5,-56],[6,-71],[4,-48],[-13,-7],[-43,-17],[-19,-8],[-65,-27],[-53,-22],[-90,-36],[-31,-10],[-45,-16],[-75,-25],[-64,-22],[-48,-15],[-29,-10],[-31,-10],[-56,-15],[-61,-13],[-60,-13],[-45,-10],[-52,-11],[-54,-10],[-82,-14],[-17,-2],[-70,-11],[-63,-11],[-20,-3],[-69,-9],[-76,-8],[-77,-7],[-76,-6],[-62,-5],[-74,-3],[-37,-2],[-52,-3],[-61,-2],[-64,-1],[-58,1],[-68,2],[-8,1],[-50,1],[-71,4],[-121,6],[-55,3],[-35,-9],[-36,-10],[-58,-16],[-218,-61],[-7,-2],[-213,-59],[-132,-37],[-109,-29],[-87,-24],[-193,-52],[7,19],[17,41],[22,48],[27,62],[28,66],[13,27],[71,161],[45,103],[39,87],[4,8],[4,6],[40,58],[85,121],[2,2],[33,23],[48,33],[33,22],[49,38],[3,1],[25,7],[17,2],[15,1],[70,-1],[60,-2],[87,-3],[43,-2],[99,-4],[205,-7],[120,-4],[56,-2],[72,-2],[69,-4],[53,-2],[65,-2],[80,-4],[132,-4],[90,-2],[64,-2],[72,-2],[115,14],[132,26],[98,20],[117,23],[100,20],[200,38],[96,16],[104,16],[66,11],[85,10],[54,6],[20,2],[66,8],[0,-6],[9,-111]],[[130090,304928],[9,0],[-105,-54],[-130,-65],[-116,-59],[-135,-69],[-126,-63],[-110,-56],[-73,-37],[-1,2]],[[114049,303005],[-6,0],[-2,1],[-16,0],[-288,-60],[-320,-66],[-86,-18],[-158,-32],[-351,-70],[-70,-14],[-131,-26],[-144,-30],[-28,-6],[-92,-28]],[[133077,305292],[-23,-14],[-220,146],[-468,311],[92,51],[15,9],[39,15],[39,6],[41,1],[42,-2],[42,-6],[40,-11],[40,-14],[38,-19],[35,-22],[33,-27],[112,-104],[89,-82],[161,-142],[-147,-96]],[[114364,301313],[-47,286],[-109,676],[-75,462]],[[201675,302457],[-42,-26]],[[204656,307586],[-10,-9],[-6,-6],[-7,-8],[-10,-16],[-4,-14],[-22,-89],[-56,-228],[-53,-207],[-18,-63],[-3,-11],[-3,-9],[-1,-12],[0,-17],[7,-23],[8,-10],[6,-9],[21,-16],[103,-35],[205,-62],[170,-54],[60,-17],[153,-45],[0,1]],[[206193,308309],[10,-5],[243,-104],[306,-133],[355,-156],[83,-40],[77,-48],[73,-48],[116,-74],[24,-15],[7,-5],[75,-45],[27,-16],[22,-13],[43,-35],[41,-24],[26,-14],[21,-12],[21,-12],[1,0],[119,-73],[34,-19],[76,-44],[45,-24],[113,-59],[137,-66],[0,0],[133,-58],[-2,-7],[-11,-36],[0,0],[-47,-154],[0,0],[-17,-57],[0,0],[-9,-30],[-18,-60],[-19,-54],[-22,-62],[-11,-37],[-13,-37],[-12,-34],[-38,-117],[-38,-117],[-81,-275],[-37,-138],[-38,-146],[-58,-239],[-21,-94],[-6,-25],[-4,-19],[-19,-94],[-36,-180],[-52,-303],[-3,-18],[-1,-6],[-15,-106],[-18,-123],[0,0],[-7,-52],[-13,-104],[-1,-12],[-10,-87],[-13,-119],[-2,-19],[-5,-41],[-3,-47],[-1,-21],[-3,-21],[-7,-88],[-6,-85],[-3,-37],[0,0],[-4,-71],[-12,-183],[-2,-54],[-3,-26],[-4,-27],[-1,-8],[-3,-18],[-3,-16],[-2,-12],[-6,-24],[-7,-26],[-7,-27],[-8,-26],[-9,-23],[-12,-32],[-11,-26],[-7,-16],[-6,-14],[-9,-17],[-5,-10],[-9,-16],[-10,-17],[-16,-26],[0,0],[-24,-37],[-27,-34],[-21,-26],[-5,-6],[-8,-9],[-18,-19],[-6,-6],[-12,-11],[-31,-28],[-25,-20],[-13,-11],[-14,-12],[-29,-19],[-15,-10],[-22,-14],[-25,-14],[-33,-16],[-29,-13],[-26,-10],[-52,-16],[-9,-3],[-32,-8],[-31,-6],[-23,-4],[-7,-1],[-26,-2],[-29,-3],[-14,0],[0,0],[-39,-1],[-50,0],[-73,0],[-83,0],[-92,0],[-76,-1],[-30,0],[-24,0],[-61,0],[-63,0],[-58,1],[-13,0],[-27,0],[-23,0],[-26,-2],[-18,-3],[-24,-3],[0,0],[-24,-5],[-13,-3],[-9,-2],[-13,-3],[-13,-3],[-29,-8],[-54,-16],[-23,-8],[-23,-10],[-8,-3],[-14,-6],[-18,-8],[-3,-2],[0,0],[-19,-9],[-9,-5],[-11,-7],[-16,-12],[-13,-14],[-12,-16],[-4,-8],[-5,-9],[-7,-16],[-2,-3],[-2,-8],[0,0],[-50,88],[-124,222],[-42,74],[-29,61],[-33,66],[-18,36],[-70,114],[0,0],[-74,120],[-41,73],[0,0],[-127,224],[-39,69],[-20,36],[-42,70],[-182,305],[-12,22],[3,5],[20,54],[0,0],[172,454],[40,153],[72,309],[11,57],[27,143],[52,282],[26,160],[19,116],[7,39],[44,260],[25,346],[39,229],[42,193],[35,142],[36,124],[59,167],[55,135],[33,81],[154,375],[104,251]],[[165926,309532],[59,-19],[17,4],[22,1],[23,-17],[19,-9],[6,-9],[5,-5],[20,-2],[20,-12],[16,-23],[23,-35],[23,-31],[29,-39],[39,-37],[22,-12],[11,-7],[27,2],[18,-3],[18,-6],[24,-1],[20,12],[18,20],[7,11],[3,15],[7,30],[15,6],[25,1],[16,-5],[31,0],[34,0],[24,-9],[25,-1],[50,-4],[43,-11],[35,-10],[51,-14],[17,-11],[18,-12],[30,-26],[18,-12],[12,-7],[42,-11],[24,-11],[23,-8],[20,-1],[16,13],[19,28],[14,9],[8,9],[11,13],[13,0],[54,19],[120,-78],[0,-1],[69,-180],[54,-128],[0,0],[54,-130],[20,-55],[-9,-3],[-6,-2],[-49,-4],[-132,-5],[-28,0],[-172,-4],[-80,-3],[-101,-4],[-28,-1],[-67,-2],[-220,-9],[-99,-3],[-17,0],[-148,-4],[-130,-4],[-68,-2],[-28,-2],[-37,-1],[-60,-2],[-82,-3],[-99,-4],[-25,-1],[-71,-2],[-107,-3],[-134,-4],[-20,-1],[11,55],[-25,-2],[-11,-54],[-43,-1],[-62,-2],[-95,-3],[-236,-2],[-232,2],[-46,0],[-145,-6],[-151,-3],[-52,0],[-93,-5],[-54,-2],[-72,-3],[-54,-2],[-58,-2],[-34,-2],[-91,6],[-22,5],[-30,7],[-23,40],[-23,23],[-43,43],[-18,20],[-36,38],[-36,40],[-57,63],[-18,20],[-10,11],[-29,30],[-64,67],[-37,43],[-35,46],[-14,11],[9,4],[47,16],[107,36],[2,-5],[20,6],[0,0],[112,29],[21,4],[22,4],[0,0],[1,0],[24,4],[24,4],[19,3],[15,3],[46,10],[46,10],[20,5],[67,14],[19,5],[60,13],[11,3],[53,11],[36,7],[49,11],[67,16],[83,16],[61,19],[43,8],[47,10],[1,0],[7,2],[119,26],[86,26],[72,22],[87,27],[33,10],[34,10],[41,13],[0,0],[32,10],[33,10],[53,16],[36,11],[0,0],[40,12],[40,13],[40,12],[66,19],[87,27],[39,8],[41,6],[76,0],[27,-1],[56,-12],[51,-33],[51,-35],[12,-7],[42,-4],[14,-5],[0,-3],[112,-36],[-5,-19]],[[192037,304339],[0,0],[-22,23],[-20,21],[-42,42],[-21,16],[-77,81],[-109,115],[-182,191],[-95,100],[-105,110],[-64,67],[-37,38],[-16,12],[-24,9],[-20,7],[-32,8],[-18,2],[-4,1],[-22,0],[0,1],[-2,0],[-41,3],[-43,2]],[[153740,314562],[-6,0],[-17,-3],[-15,-4],[-20,-6],[-13,-4],[-17,-5],[-10,-3],[-16,-5],[-31,-11],[-16,22],[-3,5],[-14,-9],[-21,-12],[-2,-1],[-5,-3],[-24,-14],[-12,-7],[-15,-9],[-11,-7],[-12,-9],[-29,-19],[-5,-4],[-3,-2],[-20,-15],[-11,-8],[-14,-10],[-21,-17],[-16,-13],[-31,-32],[-2,0],[-1,-2],[-12,-13],[-12,-15],[-11,-12],[-25,-30],[-9,-13],[-12,-15],[-8,-12],[-14,-18],[-13,-18],[-4,3],[0,-7]],[[171885,309555],[0,0],[2,1],[0,0],[3,2],[54,-4],[100,-8],[2,-2],[26,-42],[2,-3],[-7,-56],[-2,-21],[17,-5],[95,-6],[25,-2],[23,6],[16,14],[1,2],[6,14],[32,85],[3,7],[0,0],[0,3],[2,2],[8,6],[16,4],[16,5],[11,4],[6,12],[3,5],[8,20],[9,25],[12,29],[9,31],[16,9],[21,9],[18,10],[8,5],[16,12]],[[178872,319748],[3,-2],[8,12],[11,-8],[10,-9],[12,-11],[18,-18],[38,-35],[33,-32],[27,-26],[27,-27],[34,-35],[28,-34],[24,-47],[192,-397],[-45,-49],[4,-7],[-273,-377],[133,-584],[23,-16],[452,-326],[6,-3],[0,-1],[79,-55],[0,-1],[-27,-52],[-39,-83],[-50,-116],[-16,-46],[-15,-29],[-7,-25],[6,-19],[16,-25],[30,-33],[56,-40],[46,-24],[101,-57],[29,-18],[0,1],[0,0],[26,43],[10,-3],[31,-13],[7,-4],[50,-22],[13,-6],[21,-15],[31,-28],[10,-7],[7,-5],[21,-14],[42,-24],[59,-31],[139,-68],[47,-18],[30,-18],[50,-35],[9,-7],[137,-88],[7,9],[3,4],[106,269],[10,26],[7,7],[11,9],[136,115],[4,2],[13,8],[21,-25],[20,-41],[140,-294],[20,-18],[40,-36],[7,-5],[6,-11],[14,-21],[3,-5],[17,-26],[21,-31],[18,-27],[40,-58],[14,-23],[9,-12],[5,-7],[2,-36],[-5,-16],[-5,-11],[-3,-7],[-10,-16],[-7,-12],[-2,-2],[-2,-4],[-4,-7],[-5,-15],[-3,-7],[-6,-16],[-5,-7],[-5,-7],[-13,-17],[-11,-16],[-15,-23],[-10,-15],[-7,-11],[-9,-14],[-12,-22],[-8,-13],[-11,-19],[-14,-18],[-3,-3],[-15,-19],[-20,-26],[-22,-31],[-3,-5],[-21,-31],[-16,-24],[-23,-33],[-18,-26],[-14,-21],[-12,-1],[0,0],[-5,0],[-15,1],[-1,0],[-18,3],[-14,9],[-18,11],[-19,12],[-17,-2],[-5,4],[-22,16],[-11,14],[-6,6],[-14,9],[-22,14],[-22,16],[-23,15],[-20,14],[-29,19],[-20,13],[-26,15],[-23,12],[-19,9],[-23,12],[-24,13],[-22,11],[-31,11],[-16,6],[-12,4],[-16,5],[-16,3],[-24,6],[-7,2],[-13,3],[-21,-45],[-15,-33],[-8,-32],[-1,-5],[-18,-25],[-17,-11],[-21,-3],[-34,-5],[-31,-1],[-20,-4],[-24,-6],[-38,-20],[-25,-16],[-22,-8],[-1,-1],[0,1],[-2,-2],[-21,-19],[-32,-31],[-56,-55],[-41,-43],[-35,-39],[-31,-37],[-27,-45],[-19,-50],[-17,-54],[-18,-65],[-5,-47],[-6,-29],[-15,-28],[-19,-24],[-5,-5],[-12,-10],[-23,-15],[-20,-16],[-43,-23],[-13,-10],[-13,-9],[-16,-13],[-11,-9],[-26,-15],[-22,-9],[-13,-12],[-14,-10],[-10,4],[-14,6],[-13,3],[-27,-8],[-19,-10],[-11,-10],[-3,-3],[-9,-25],[-3,-35],[-6,-51],[-4,-22],[0,-20],[-18,-37],[-18,-36],[-34,-64],[-26,-58],[-28,-50],[-24,-49],[-12,-22],[-4,-29],[-1,-33],[3,-19],[13,-31],[24,-38],[29,-46],[37,-49],[40,-63],[23,-39],[22,-28],[14,-36],[3,-27],[1,-10],[-9,-43],[-6,-19],[-17,-20],[-20,-12],[-22,-12],[-20,-14],[-18,-15],[-35,-21],[-3,-2],[-14,-17],[3,-12],[2,-26],[-2,-31],[-8,-14],[-25,-20],[-87,-53],[-2,4],[-9,25],[-18,45],[-5,11],[-22,55],[-14,33],[-15,37],[-17,39],[-46,112],[-12,31],[-13,33],[-15,36],[-17,41],[-12,28],[-13,29],[-13,30],[-6,19],[-19,43],[-14,28],[-11,25],[-9,18],[-23,47],[-16,31],[-17,35],[-17,35],[-17,34],[-16,33],[-15,28],[-15,32],[-18,35],[-14,28],[-15,30],[-14,28],[-15,30],[-18,36],[-17,34],[-16,31],[-19,39],[-22,41],[-17,33],[-18,35],[-17,35],[-15,30],[-19,36],[-20,39],[-22,45],[-18,33],[-17,33],[-19,37],[-15,29],[-13,26],[-12,24],[-11,20],[-6,-3],[-6,0],[-6,5],[-20,35],[13,8],[-23,43],[-22,38],[-13,23],[-17,31],[-171,290],[-202,354],[-99,169],[-17,26],[-22,29],[-21,28],[-29,34],[-23,26],[-34,35],[-37,35],[-21,21],[-24,22],[-2,2],[2,11],[5,17],[5,18],[8,22],[11,29],[12,30],[13,33],[2,4],[17,46],[17,44],[13,39],[7,24],[2,14],[0,0],[2,16],[0,0],[2,24],[0,0],[-1,30],[0,0],[-2,12],[-2,16],[-7,19],[-3,6],[-11,22],[-1,2],[-17,34],[-7,45],[5,33],[10,50],[0,0],[11,54],[0,0],[12,68],[10,50],[0,0],[8,43],[14,88],[0,0],[12,73],[0,0],[13,65],[12,69],[12,66],[6,34],[8,39],[0,0],[9,44],[0,0],[4,32],[0,0],[4,41],[2,29],[0,6],[0,3],[0,0],[1,16],[28,22],[2,3],[6,6],[11,35],[27,90],[26,87],[7,21],[0,1],[3,10],[3,17],[-1,2],[-21,93],[-7,32],[-10,42],[-7,32],[-7,35],[-10,43],[-4,17],[-17,77],[-1,3],[-13,59],[-10,46],[-2,12],[-4,-1],[-3,-2],[-20,-9],[-13,-6],[-9,-4],[-53,-31],[-4,0],[-3,0],[-6,1],[-4,2],[-5,2],[-8,9],[-9,14],[-6,12],[-7,17],[-6,19],[-6,23],[-2,5],[-4,19],[6,0],[14,1],[0,0],[-42,148],[-38,116],[-39,118],[-6,30],[1,38],[2,7],[0,0],[7,28],[0,1],[7,15],[3,5],[3,7],[15,16],[24,18],[27,13],[133,32],[127,31],[348,86],[191,47],[277,69],[17,4],[8,-3],[0,0],[4,-6],[0,-2],[-3,-44],[0,0],[-14,-96],[-6,-23],[-11,-41],[-3,-16],[-3,-13],[1,-3],[3,-20],[14,-32],[18,-25],[21,-20],[7,-7],[11,-11],[6,-5],[11,-11],[20,-15],[11,-7],[10,-7],[21,-16],[22,-17],[9,-7],[10,-7],[16,-10],[23,-13],[21,-14],[12,-8],[5,-4]],[[178975,318975],[-13,-16],[-6,6],[0,-1],[-3,4],[-146,-180],[144,-127],[108,141],[29,37],[-11,11],[5,7],[3,3],[0,0],[0,0],[0,1],[-14,14],[-19,20],[-1,1],[-15,16],[-45,46],[-16,17]],[[197825,319716],[-2,-8],[0,0],[-2,-7],[-54,59],[-30,32],[-1,1],[-8,8],[-30,-34],[-2,-2],[-92,-105],[-91,-104],[-66,-70],[-98,-100],[-37,-29],[-28,-10],[-39,-7],[-68,-11],[-28,-1],[-38,-4],[-4,-1],[-7,0],[-30,-1],[-9,0],[-66,-2],[-4,0],[-2,0],[-8,1],[-1,0],[0,0],[-42,4],[-35,9],[0,0],[-19,5],[0,0],[13,20],[6,9],[28,45],[46,5],[65,7],[9,1],[92,10],[3,1],[9,1],[3,0],[42,5],[68,7],[0,0]],[[197411,320690],[6,-2],[53,-22],[88,-36],[39,-16],[86,-35],[4,-1]],[[148236,321209],[37,-20],[42,-23],[57,-31],[28,-15],[12,-9],[25,-16],[31,-21],[11,-7],[10,-9],[24,-18],[9,-11],[22,-35],[27,-52],[41,-78],[53,-99],[37,-74],[40,-75],[50,-93],[36,-67],[56,-107],[20,-36],[21,-41],[5,-12],[4,-13],[-6,-28],[-9,-22],[-21,-58],[-36,-97],[-39,-103],[-38,-101],[-34,-93],[-23,-66]],[[198120,323645],[-4,-16],[-7,-10],[-5,-8],[-114,-181],[-54,-86],[-4,-17],[-15,-64],[11,-85],[11,-34],[14,-42],[4,-6],[26,-48],[23,-37],[14,-17],[33,-25],[30,-18],[35,-17],[67,-14],[68,-17],[145,-39],[528,-137],[1784,-489],[64,-18],[63,4],[36,9],[40,17],[3,3],[31,29],[29,39],[26,37],[43,68],[354,568],[330,530]],[[206452,315469],[-63,92],[-3,75]],[[191461,317550],[-1,0],[-2,-2],[-17,-5],[-18,-7],[-8,-4],[-9,-9],[-20,-24],[-7,-4],[-6,-2],[-16,4],[-23,7],[-14,6],[-13,13],[-7,10],[-8,8],[-1,1],[-53,39],[-198,141],[-84,61],[-141,103],[-213,152],[-9,6],[-9,7],[-49,35],[-42,30],[0,0],[0,0],[-1,1],[-145,104],[0,0]],[[147409,323971],[-10,-2],[-12,7],[-16,10],[-17,10],[-55,29],[-17,9],[-1,0],[-73,38],[0,0],[-58,29],[-129,64],[-66,33],[-51,26],[-44,22],[-45,22],[-20,17],[-8,11],[-9,16],[-6,13],[-38,95],[-19,57],[-28,93],[-13,43],[-10,30],[-8,19],[-9,18],[-10,17],[-38,57],[-17,37],[0,3],[-2,14],[-19,93],[-7,29],[-9,29],[-11,27],[-11,23],[-14,22],[-15,20],[-16,19],[-36,36],[-10,10],[0,0],[-19,20],[-15,18],[-14,20],[-12,20],[-12,21],[-25,51],[-21,44],[-27,62],[-10,27],[-9,29],[-4,18],[-21,96],[-8,31],[0,0],[-2,5],[-42,138],[-6,14],[-15,32],[-10,22],[-29,55],[-39,71],[-31,55],[0,1],[-167,303],[3,30],[8,50],[3,16],[8,55],[6,47],[8,64],[4,39],[7,-18],[57,-74],[62,-73],[15,-19],[27,-32],[48,-57],[1,-1],[39,-47],[6,-7],[42,-51],[10,-11],[10,-12],[42,-51],[62,-74],[51,-60],[7,-8],[3,-4],[21,-24],[11,-14],[19,-22],[4,-5],[19,-22],[12,-15],[2,-2],[0,0],[8,-11],[10,-10],[5,-6],[10,-13],[11,-12],[43,-54],[18,-23],[47,-58],[50,-64],[22,-27],[9,-12],[15,-18],[19,-24],[18,-23],[17,-27],[16,-27],[36,-57],[36,-58],[22,-37],[20,-32],[34,-55],[33,-54],[36,-59],[14,-23],[28,-45],[18,-29],[11,-17],[7,-12],[26,-41],[39,-65],[0,0],[24,-39],[41,-65],[23,-39],[15,-26],[16,-26],[14,-22],[16,-25],[30,-47],[29,-44],[4,-6],[7,-10],[8,-26],[7,-20],[4,-12],[5,-23],[3,-19],[0,0],[6,-49],[0,0],[5,-54],[0,0],[8,-62],[0,0],[4,-42],[5,-47],[0,0],[3,-34],[4,-60],[0,0],[4,-63],[-65,-43]],[[192475,329027],[20,4],[296,46],[302,47],[757,118],[21,3],[9,2],[170,26],[296,47],[57,9],[374,60],[354,54],[726,113],[409,65],[116,18],[244,38],[505,77],[303,46],[13,2],[233,35],[53,7],[118,17],[1,0],[26,4],[0,0],[148,21],[124,11],[95,6],[260,25],[36,-43],[36,-43],[52,-62],[59,-72],[95,-113],[74,-88],[71,-87],[17,-20],[84,-100],[250,-305],[15,-12],[21,-15],[61,-34],[51,-25],[72,-29],[39,-16],[36,-6],[27,7],[11,6],[31,14],[7,2],[26,15],[36,31],[93,69],[1,-7]],[[120532,330435],[-8,-2],[-9,1],[-137,69],[-87,42],[-22,17],[-10,13],[-4,9],[-1,7],[4,10],[5,5],[109,32],[51,12],[13,3],[26,1],[17,-10],[13,-22],[0,-17],[15,-16],[8,-25],[5,-52],[18,-49],[3,-11],[-2,-10],[-7,-7]],[[148321,315432],[-9,-152],[-3,-29],[-1,-27],[-2,-37],[-5,-68],[-3,-32],[-2,-29],[-9,-15],[-23,-41],[-1,-5]],[[141377,331564],[-9,3],[-49,28],[-24,13],[-56,37],[-14,13],[-23,21],[-31,29],[-34,31],[-42,40],[-27,24],[-27,23],[-33,29],[-30,27],[-7,6],[-30,26],[-18,16],[-14,10],[-17,13],[-2,1],[-20,15],[-28,22],[-75,56],[8,24],[0,0],[3,9],[2,6]],[[141407,332122],[0,2],[10,5],[44,26],[46,27],[5,3],[43,26],[85,50],[38,23],[0,0],[-45,127],[42,18],[49,21],[39,16],[45,20],[6,3],[17,7],[12,3],[10,2],[12,2],[13,-1],[12,-1],[0,0],[11,-2],[10,-3],[13,-3],[10,-3],[7,-3],[6,-3],[6,-3],[9,-7],[7,-9],[6,-9],[4,-10],[6,-15],[6,-22],[5,-24],[43,-181],[-1,0],[-4,-1],[8,-35],[25,-115],[13,-57],[8,-41],[16,-63],[8,-36],[-26,-13],[-42,-23],[-39,-22],[-10,-7],[-9,-5],[-20,-12],[-8,-5],[0,0]],[[138499,333463],[7,-4],[35,-19],[63,-32],[49,-25],[53,-32],[3,-2],[2,-2],[55,-28],[41,-19],[61,-34],[25,-13],[52,-28],[8,-4],[46,-25],[39,-22],[13,-7],[50,-29],[37,-20],[19,-11],[55,-31],[54,-29],[34,-17],[21,-11],[8,-4],[13,-6],[34,-18],[12,-6],[25,-13],[17,-11],[20,-13],[18,-13],[12,-8],[7,-5],[22,-15],[15,-13],[4,-2],[3,-3],[16,-13],[18,-15],[5,-4],[19,-15],[29,-24],[35,-28],[65,-53],[52,-43],[31,-25],[34,-27],[46,-38],[26,-21],[17,-14],[67,-53],[36,-30],[12,-9],[54,-45],[20,-16],[37,-30],[29,-23],[12,-10],[19,-16],[39,-32],[63,-51],[46,-38],[57,-46],[46,-37],[16,-12],[35,-29],[20,-16],[36,-30],[41,-33],[38,-32],[8,-6],[34,-28],[21,-18],[11,-9],[12,-9],[17,-13],[10,-8],[3,-3],[26,-22],[27,-22],[14,-12],[9,-7],[19,-15],[4,-3],[6,-4],[6,-5],[3,-7],[2,-7],[3,-9],[2,-4],[2,-3],[2,-4],[1,-2],[2,-3],[3,-4],[3,-2],[3,-3],[11,-9],[7,-2],[3,-1],[4,0],[9,-1],[3,0],[3,-1],[6,-3],[14,-7],[6,-4],[1,0],[1,-1],[5,-4],[22,-17],[30,-25],[13,-12],[20,-16],[11,-10],[21,-17],[9,-9],[11,-10],[13,-13],[3,-2],[4,-4],[20,-19],[19,-19],[22,-21],[21,-21],[8,-8],[8,-10],[4,-10],[-1,-8],[-6,-8],[-16,-10],[-66,-29],[-120,-53],[-57,-13],[-61,1],[-34,10],[-59,42],[-67,51],[-38,35],[-11,10],[-33,24],[-107,79],[-114,90],[-119,89],[-53,36],[-41,23],[-28,14],[-30,12],[-42,11],[-24,5],[-55,6],[-46,0],[-86,-19],[-59,-14],[-48,-15],[-67,-22],[-156,-46],[-29,-7],[-37,-5],[-20,3],[-17,7],[-24,9],[-26,12],[-26,17],[-17,13],[-20,23],[-16,20],[-12,16],[-76,66],[-85,63],[-126,84],[-133,80],[-58,31],[-114,60],[-46,24],[1,0],[-160,85],[-118,63],[-379,204],[3,5]],[[113639,314489],[282,452],[43,65],[54,-44],[2,-1],[2,-3],[50,-43],[91,-75],[170,-143],[177,-150],[360,-301],[189,-156],[24,-15],[23,-13],[9,-4],[12,-6],[2,0],[2,-1],[83,-40],[70,-12],[39,4],[31,4],[68,32],[44,26],[41,42],[56,70],[38,59],[34,51],[45,66],[415,606],[146,216],[42,61],[273,398],[0,0],[7,5],[57,84],[134,205],[11,35],[22,69],[7,20],[0,12],[5,97],[0,13],[-5,90],[-30,63],[-82,140],[-370,297],[-446,368],[-231,180],[-236,204],[-347,294],[-1,1],[-123,90],[-694,507],[9,25],[-5,20],[-1,5],[-31,17],[-126,103],[1,23],[6,19],[17,53],[9,83],[-6,148],[-8,5],[-300,195],[-26,17],[-4,2],[-14,7],[-12,2],[-26,18],[-30,22],[-14,12],[-11,9],[-12,9],[-78,50],[-96,38],[0,9],[-1,26],[0,1],[0,34],[-8,47],[-3,19],[-26,48],[-35,36],[-11,4],[-13,6],[-4,2],[-11,11],[7,16],[1045,2206],[108,222],[22,-5],[20,16],[3,0],[39,-3],[17,-3],[10,0],[4,-1],[5,1],[10,0],[8,2],[32,5],[55,29],[40,56],[96,211],[73,77],[102,-1],[126,-7],[250,-17],[135,-12],[112,-4],[130,8],[122,-10],[100,3],[4,1],[142,16],[82,0],[206,29],[205,54],[213,91],[142,128],[71,195],[25,186],[-8,54],[0,4],[-3,35],[-1,16],[-10,53],[-8,30],[-6,45],[-18,48],[-1,5],[-28,76],[-8,19],[-10,28],[-22,40],[-6,13],[-4,8],[-47,89],[-27,31],[-3,10],[-86,88],[-106,78],[-227,170],[-14,21],[-13,46],[-22,26],[-19,26],[-28,21],[-68,22],[-123,33],[-302,34],[-272,3],[-200,2],[-11,25],[-13,16],[-16,20],[-31,24],[-40,18],[-7,1],[-33,2],[-8,0],[-22,0],[-1,40],[-45,2647],[46,8],[35,15],[28,18],[36,43],[4,16],[22,78],[0,8],[-4,260],[-10,416],[10,14],[19,29],[34,13],[50,18],[107,20],[106,34],[2,0],[0,1],[9,3],[-83,572],[-11,77],[-35,173],[17,7]],[[121020,330189],[6,-9],[14,-21]],[[125510,334000],[10,-7],[2,-3],[2,-6],[1,-2],[14,-22],[27,-9],[106,-11],[27,-2],[2,-4],[3,-2],[6,-4],[4,-6],[22,-36],[-5,-3],[-1,0]],[[123910,333550],[150,148],[-7,10],[932,921],[6,-5]],[[137866,332760],[-19,-15],[-44,26],[-46,24],[-65,36],[0,0],[-71,40],[-150,75],[-46,26],[-33,17],[-47,25],[-59,32],[-59,33],[-51,28],[-73,46],[-35,22],[-40,24],[-28,17],[-16,8],[-14,9],[-43,33],[-38,31],[-26,18],[-25,12],[-12,5],[-12,6],[-12,6],[-13,5],[-22,7],[-19,5],[-23,3],[-27,4],[-23,3],[-17,3],[-24,4],[-15,3],[-21,3],[-14,9],[-18,9],[-13,7],[-26,14],[-25,13],[-31,16],[-33,17],[-34,17],[-49,23],[-58,29],[-54,27],[-61,30],[-49,26],[-86,45],[-34,17],[-51,24],[-42,19],[-41,18],[-77,32],[-25,9],[-54,23],[-14,1],[-8,2],[-8,1],[-8,1],[-10,4],[-6,7],[0,1],[0,3],[0,-1],[-1,0],[-1,1],[-102,54],[-10,6],[-1,-1],[-18,11],[15,33],[26,60],[5,18],[17,39],[18,42],[29,54],[26,41],[49,93],[25,63],[16,44],[21,66],[12,48],[8,47],[9,87],[6,34],[12,57],[26,96],[0,0],[0,4],[1,0],[138,-40],[1,4],[230,-105],[98,-45],[32,-12],[45,-25],[27,-17],[31,-20],[33,-18],[23,-13],[39,-20],[26,-14],[65,-34],[69,-38],[85,-46],[74,-39],[81,-44],[14,-8],[82,-45],[39,-21],[57,-30],[64,-34],[49,-27],[40,-21],[71,-37],[88,-50],[31,-17],[91,-51],[76,-40],[106,-57],[56,-30],[24,-14],[32,-18],[54,-31],[19,-10],[75,-40],[84,-44],[32,-17],[47,-25],[40,-22],[33,-18],[54,-28],[23,-13],[29,-16],[46,-23],[16,-9],[9,-5],[-2,-3],[0,0]],[[125101,334741],[17,12],[47,33],[158,111],[11,5],[51,36],[441,308],[225,155],[225,157],[281,195],[167,116],[23,16],[10,7],[100,69],[15,10],[9,4],[9,2],[13,2],[26,-2],[5,-1],[15,-2],[24,-10],[7,-2],[3,-1],[10,-5],[22,-10],[4,-1],[18,-8],[9,-4],[14,-7],[12,-7],[7,-4],[39,-23],[1,-1],[-5,2],[107,-61],[37,-21],[62,-1],[37,0],[32,-6],[44,-8],[43,-9],[36,-10],[55,-15],[55,-16],[31,-10],[30,-9],[74,-22],[44,-15],[36,-11],[23,-7],[39,-11]],[[131999,336113],[0,5],[-8,1],[-34,33],[-188,157],[-87,77],[-35,23],[-44,10],[-51,0],[-95,-19],[-376,-71],[-1606,-326],[-81,-18],[-134,-64],[-17,-9]],[[134767,334119],[-10,0],[-60,-4],[-44,-9],[-44,-12],[-57,-13],[-42,-9],[-33,1],[-46,9],[-36,14],[-32,21],[-56,41],[-142,115],[-311,248],[-131,109],[-388,329],[-43,40],[-52,42],[-36,29],[12,19],[-1,1]],[[449869,617449],[42,-35],[11,11],[43,-149],[29,-72],[9,-23],[14,-24],[24,-44],[26,-43],[44,-77],[27,-46],[47,-75],[41,-74],[74,-126],[82,-138],[56,-95],[79,-131],[35,-56],[48,-78],[52,-83],[62,-104],[35,-60],[40,-68],[25,-41],[36,-60],[42,-67],[10,-16],[9,-16],[73,-137],[71,-138],[67,-140],[63,-139],[380,-864],[378,-858],[378,-863],[378,-860],[380,-861],[60,-139],[55,-148],[41,-151],[28,-155],[15,-193],[0,-216],[-12,-788],[-14,-981],[-15,-992],[-3,-163],[-3,-160],[-1,-160],[2,-42],[0,-65],[-5,-154],[2,-203],[1,-173],[0,-128],[8,-97],[1,-43],[9,-70],[14,-91],[17,-77],[18,-72],[18,-55],[28,-70],[31,-73],[39,-87],[10,-13],[-6,-8],[197,-287],[24,-33],[-83,-86],[-157,-162],[-89,-97],[-90,-109],[-85,-107],[-95,-122],[-90,-126],[-59,-89],[-119,-164],[-3,-4],[-30,-47],[-98,-158],[-73,-123],[-90,-152],[-117,-210],[-6,4],[-60,-116],[-27,-53],[-68,-134],[-34,-71],[-33,-65],[-35,-73],[-31,-68],[-29,-65],[-37,-85],[-48,-115],[-20,-51],[-13,-30],[-12,-33],[-57,-149],[-35,-94],[-7,-19],[-8,-24],[-43,-123],[-46,-141],[-13,-40],[-26,-84],[-23,-77],[-26,-89],[-34,-123],[-51,-206],[-55,-236],[-9,-44],[-24,-122],[-32,-184],[-23,-142],[-4,-29],[-9,-61],[-15,-110],[-12,-101],[-6,-53],[-10,-82],[-15,-132],[-7,-59],[-11,-99],[-24,-182],[-26,-180],[-22,-130],[-24,-133],[-18,-90],[-26,-121],[-34,-149],[-47,-191],[0,-1],[0,-1],[-22,-83],[-34,-123],[-17,-61],[-49,-161],[-47,-142],[-7,-22],[-44,-126],[-31,-84],[0,0],[-14,-39],[-19,-51],[-40,-104],[-25,-61],[-56,-135],[-20,-46],[-39,-88],[-28,-61],[-50,-107],[-54,-112],[-53,-107],[-25,-45],[-24,-48],[-45,-83],[-29,-54],[-68,-120],[-39,-67],[-38,-65],[-63,-105],[-28,-43],[-28,-45],[-33,-51],[-86,-130],[-65,-95],[-68,-95],[-19,-26],[-1,-1],[-1,-2],[-35,-48],[-56,-75],[-61,-81],[-28,-36],[-72,-89],[5,-5],[0,-2],[-20,-26],[-2,-15],[-9,1],[-18,-23],[-2,1],[-4,5],[-43,-47],[-30,-35],[-48,-56],[-106,-117],[-53,-57],[-102,-108],[-30,-31],[-109,-108],[-23,-22],[-69,-63],[-30,-27],[-18,-18],[-7,-10],[-121,-114],[-64,-57],[-54,-46],[-113,-94],[-109,-88],[-227,-179],[-502,-392],[-236,-184],[-332,-259],[-306,-236],[-345,-269],[-96,-75],[-100,-77],[-168,-132],[-176,-139],[-389,-302],[-211,-165],[-134,-104],[-155,-122],[-143,-110],[-96,-74],[-38,-30],[-72,-57],[-39,-31],[-29,-24],[-39,-30],[-88,-65],[-47,-34],[-39,-29],[-89,-64],[-108,-73],[-33,-22],[-66,-44],[-105,-67],[-87,-54],[-84,-49],[-51,-28],[-45,-27],[-91,-52],[-63,-34],[-108,-57],[-42,-21],[-31,-15],[-32,-14],[-125,-60],[-65,-30],[-14,-5],[-56,-25],[-82,-35],[-31,-13],[-50,-21],[-84,-33],[-35,-12],[-29,-11],[-56,-19],[-37,-14],[-75,-26],[-32,-12],[-64,-20],[-32,-12],[-31,-10],[-104,-32],[-93,-27],[-76,-22],[-115,-28],[-56,-15],[-33,-7],[-90,-20],[-33,-8],[-33,-6],[-79,-17],[-38,-7],[-42,-7],[1,-10],[-117,-18],[-266,-36],[-266,-28],[-53,-3],[-124,-8],[-156,-1],[-165,0],[-199,-5],[-29,0],[1,11],[-78,1],[-63,2],[-20,0],[-6,-1],[-5,-2],[-1,-1],[-5,-1],[-23,0],[-22,1],[-64,7],[-118,11],[-82,9],[-107,13],[-36,5],[-45,5],[-129,19],[-52,8],[-36,5],[-35,7],[-129,21],[-43,8],[-45,8],[-102,15],[-33,4],[-36,6],[-121,15],[-131,17],[-58,7],[-62,6],[-33,5],[-80,5],[-63,3],[-71,5],[-32,3],[-31,2],[-114,2],[-28,2],[-31,0],[-30,1],[-31,1],[-62,-1],[-48,0],[-30,0],[-28,0],[-63,-4],[-109,-2],[-31,-2],[-35,-1],[-119,-6],[-74,-5],[-49,-3],[-36,-4],[-147,-15],[-71,-10],[-27,-4],[-2,-1],[0,0],[-50,-7],[-37,-5],[-38,-6],[-32,-4],[-143,-24],[-134,-24],[-103,-22],[-77,-18],[-138,-35],[-37,-8],[-31,-8],[-101,-27],[-75,-21],[-60,-18],[-43,-15],[-63,-19],[-132,-43],[-126,-43],[-145,-55],[-129,-52],[-26,-11],[-51,-22],[-72,-31],[-62,-29],[-46,-21],[-40,-18],[-73,-36],[-39,-18],[-26,-14],[-67,-32],[4,-10],[-139,-73],[-28,-14],[-188,-100],[-194,-115],[-112,-67],[-82,-52],[-30,-22],[-1,0],[-2,-3],[-32,-22],[-45,-31],[-56,-39],[-71,-48],[-119,-84],[-21,-16],[-34,19],[-20,10],[-5,3],[-21,13],[-3,0],[-88,47],[-170,93],[-648,348],[-116,61],[-101,54],[-146,77],[-164,87],[-123,66],[-131,68],[-120,63],[-401,211],[-1451,758],[-16,8],[-64,34],[-702,366],[-148,77],[-118,62],[-158,83],[-98,51],[-139,72],[-137,72],[-113,59],[-135,71],[-175,91],[-133,70],[-128,66],[-117,62],[-161,84],[-120,62],[-107,56],[-111,58],[-121,63],[-95,50],[-100,52],[-105,55],[-7,4],[-26,13],[-18,10],[-51,26],[-54,29],[-25,13],[-130,67],[-126,66],[-114,60],[-119,62],[-90,50],[-77,43],[-90,52],[-58,36],[-68,41],[-125,80],[-123,83],[-120,84],[-86,64],[-36,26],[-118,91],[-62,51],[-54,43],[-115,97],[-50,44],[-63,55],[-56,52],[-55,50],[-96,93],[-111,110],[-9,9],[-43,45],[-62,65],[-43,47],[-59,65],[-37,42],[-38,42],[-26,30],[-98,117],[-34,41],[-16,20],[-46,58],[-57,73],[-37,48],[-72,96],[-44,61],[-65,92],[-27,39],[-60,88],[-30,47],[-54,83],[-52,81],[-62,98],[-69,108],[-35,56],[-76,119],[-103,162],[-54,85],[-75,116],[-73,115],[-104,164],[-69,109],[-57,89],[-104,164],[-92,145],[-49,77],[-67,105],[-150,235],[-3,6],[0,0],[-31,48],[263,209],[190,142],[323,250],[403,316],[296,229],[89,65],[341,268],[251,197],[252,195],[280,214],[399,310],[327,260],[281,217],[82,62],[16,6],[22,6],[34,1],[35,0],[17,0],[22,4],[55,34],[53,29],[29,21],[28,30],[18,18],[21,22],[18,18],[19,27],[11,24],[38,94],[10,11],[71,52],[171,135],[204,159],[124,96],[185,144],[168,133],[189,140],[347,268],[315,246],[213,167],[332,259],[202,158],[217,166],[901,707],[389,306],[199,154],[277,216],[509,398],[417,322],[357,276],[462,371],[431,330],[496,382],[237,185],[428,332],[434,341],[503,388],[454,355],[485,381],[130,101],[17,3],[28,0],[34,-4],[35,-6],[20,-1],[29,1],[25,11],[330,253],[32,25],[18,23],[9,30],[6,46],[1,13],[4,36],[5,26],[6,19],[10,11],[25,20],[38,33],[62,45],[313,236],[269,203],[266,204],[245,193],[248,190],[419,329],[249,188],[300,235],[277,217],[293,227],[103,80],[394,307],[179,141],[440,343],[358,281],[521,410],[677,523],[730,568],[618,481],[498,386],[704,549],[551,431],[442,340],[255,205],[215,162],[196,138],[226,145],[98,55],[115,59],[52,33],[110,43],[90,30],[91,16],[110,15],[114,5],[73,0],[89,-7],[135,-13],[86,-13],[147,-16],[95,4],[127,11],[156,35],[137,46],[139,64],[109,62],[96,66],[228,206],[151,157],[161,166],[156,179],[68,76],[28,27]],[[493857,785613],[-23,-11],[-67,-16],[-111,-37],[103,-1],[43,13],[53,3],[19,-18],[14,-24],[-1,-33],[215,-997],[16,-14],[25,-98],[13,-60],[-3,-377],[0,-4],[-1,0],[-34,-16],[1,-2],[-6,-4],[-40,-19],[-83,-36],[-39,-16],[-31,-15],[9,-49],[-4,-9],[1,-11],[4,-8],[5,-5],[7,-40],[20,-56],[12,-37],[6,-16],[22,-3],[14,-16],[34,-134],[146,42],[-17,89],[5,14],[21,8],[28,-122],[10,-60],[-1,-29],[68,-304],[125,-533],[26,-131],[40,-160],[72,-310],[98,-413],[8,-39],[12,-5],[12,-55],[-9,-11],[128,-529],[19,-75],[125,-435],[21,12],[11,-14],[3,-14],[2,-26],[15,-49],[6,-59],[9,-32],[3,-19],[0,-2],[1,-7],[4,-50],[1,-38],[-3,-53],[-4,-39],[-9,-58],[-5,-27],[-6,-19],[-7,-9],[-9,-11],[-41,-30],[-8,-9],[-23,-27],[-11,-19],[-6,-14],[-4,-16],[-6,-32],[-5,-19],[-12,-55],[4,-81],[2,-52],[-1,-16],[-6,-11],[-8,-20],[-7,-32],[-4,-42],[-4,-44],[-5,-28],[-6,-18],[-11,-27],[-16,-30],[-13,-25],[-15,-48],[-4,-42],[-17,-52],[-5,-51],[-62,-166],[0,-6],[-15,-68],[-4,-11],[-18,-50],[-27,-102],[-25,-126],[-25,-74],[-64,-178],[-9,-18],[-6,-10],[-9,-9],[-9,-6],[0,0],[-15,17],[-74,84],[-22,37],[-56,128],[-58,163],[-51,154],[-21,40],[-81,82],[-45,44],[-47,61],[-20,46],[-24,86],[-7,80],[1,85],[-1,57],[-38,168],[-17,44],[-10,10],[-14,15],[-42,20],[-16,4],[-5,2],[-17,5],[-14,6],[-5,1],[-17,0],[-3,1],[-57,4],[-55,-11],[-25,-8],[-102,-33],[-69,-8],[-58,19],[-55,37],[-27,33],[-24,53],[-8,29],[-4,19],[-4,23],[-7,35],[-4,14],[-3,21],[-10,47],[-5,19],[-4,24],[-25,75],[-5,26],[-20,48],[-6,25],[-1,20],[-27,70],[-38,69],[-10,21],[-22,13],[-23,27],[-11,16],[-11,15],[-15,3],[-31,0],[-64,-5],[-61,-5],[-7,-3],[-37,-13],[-70,-12],[-55,-15],[-137,-60],[-145,-68],[-76,-34],[-36,-10],[-25,3],[-2,0],[-33,11],[-62,37],[-54,62],[-14,42],[-34,184],[-11,100],[-8,162],[-2,30],[-4,31],[-36,117],[-12,80],[-9,57],[-9,111],[-3,80],[-7,71],[-7,64],[-2,55],[1,16],[1,30],[-1,22],[-2,15],[0,10],[-7,30],[-14,28],[-25,38],[-33,40],[-30,23],[-20,12],[-28,-6],[-67,-11],[-17,-1],[-6,-1],[-4,-3],[-203,-37],[-157,-16],[-50,21],[-15,13],[-4,4],[-12,11],[-8,12],[-8,18],[-7,14],[-6,13],[-3,16],[-3,9],[-2,5],[-4,6],[0,8],[0,7],[3,5],[-1,3],[-1,2],[1,12],[2,16],[4,10],[3,5],[15,46],[134,160],[42,26],[5,25],[19,7],[17,6],[11,25],[25,36],[5,19],[12,24],[23,0],[12,6],[12,2],[-12,25],[-4,15],[6,12],[8,32],[25,31],[17,8],[24,23],[27,3],[5,14],[0,21],[22,42],[18,62],[-6,44],[-5,66],[2,96],[-2,123],[-10,50],[-4,25],[23,39],[46,106],[37,82],[20,16],[90,213],[33,128],[3,40],[-8,24],[-14,-11],[-28,8],[-32,27],[-11,23],[-4,52],[-32,129],[-23,65],[-8,56],[4,24],[19,7],[-2,39],[-6,37],[2,21],[-22,-2],[-18,8],[-27,38],[-19,53],[-4,45],[33,29],[-3,6],[-22,10],[-35,-10],[-34,70],[-61,105],[-54,101],[4,39],[12,43],[-5,-4],[-22,11],[-23,52],[-67,106],[-26,34],[-13,12],[-3,3],[-8,0],[-6,-7],[1,-14],[-2,-9],[-14,0],[-31,20],[-22,22],[-18,10],[-17,24],[-18,50],[-6,33],[-10,34],[9,17],[3,14],[-78,113],[3,14],[20,14],[23,8],[113,35],[483,165],[751,245],[0,0],[32,8],[122,43],[691,219],[432,132],[14,2],[11,-7],[2,-21],[-19,-59],[-3,-61],[-3,-100],[6,-71],[-11,-75]],[[492358,784465],[2,-39],[34,3],[-4,36],[-32,0]],[[493165,780446],[7,-36],[142,43],[17,5],[6,18],[13,8],[50,-8],[48,16],[4,12],[-37,172],[-258,-57],[31,-168],[-23,-5]],[[477728,782136],[4882,-4098],[18,-46],[3,-8],[1,-2],[1,-2],[14,-29],[-40,-88],[30,-168],[12,-78],[-13,-57],[-5,-10],[-24,-46],[-10,-60],[-14,-127],[-21,-69],[-10,-32],[-11,-16],[-11,-22],[-42,-54],[-50,-42],[-9,-4],[-20,-11],[-22,-23],[-2,-2],[-18,-9],[-24,-6],[-78,-138],[-205,-323],[-17,-22],[-65,-114],[-13,-19],[-62,-90],[-34,-34],[-38,-30],[-396,-371],[-33,-31],[-11,-15],[-13,-18],[-6,-19],[-6,1],[-10,2],[-72,12],[-46,4],[-19,1],[-67,0],[-30,-2],[-41,-10],[-23,-3],[-17,-5],[-16,-3],[-18,-4],[-60,-17],[-92,-38],[-10,-5],[-60,-26],[-44,-14],[-54,-56],[-36,-38],[-109,-116],[-96,-107],[-7,8],[-17,-9],[-73,-42],[-104,-111],[-8,-23],[-9,-23],[-2,-4],[10,-6],[-1,-5],[-3,-1],[14,-13],[-2,-3],[-75,-81],[-46,-58],[-47,-54],[-5,-6],[-61,-77],[-33,-43],[-15,-22],[-30,-32],[-22,-26],[-47,-50],[-43,-43],[-4,-5],[5,-4],[-9,-12],[-41,-35],[-25,-21],[-46,-35],[-92,-64],[-89,-58],[-169,-125],[-94,-82],[-84,-83],[-243,-256],[-138,135],[-7,-2],[-5,4],[-28,-9],[-15,-3],[-35,-11],[-3,-1],[-26,-5],[-97,-16],[3,-5],[-3,-5],[-10,-3],[-48,-28],[-17,-1],[-35,-4],[-16,-11],[-17,-24],[-54,-90],[-27,-24],[-11,-21],[-3,-21],[-6,-10],[-26,-35],[-25,-17],[-27,-14],[-19,-19],[-50,-55],[-2,-2],[-3,-2],[-9,-12],[-46,-51],[-38,-27],[-3,-18],[-3,-2],[-25,-22],[-17,-10],[-31,-31],[-50,-44],[-37,-37],[-65,-50],[-91,-101],[-43,-36],[-52,-42],[-23,-23],[-72,-90],[-16,-15],[-14,-11],[-15,-10],[-17,-6],[-42,3],[-6,0],[-28,-8],[0,-1],[-2,0],[-10,-6],[-8,-6],[-38,-23],[-17,-10],[-10,-4],[-10,-2],[-4,-1],[-26,-1],[-2,4],[-36,40],[-41,32],[-46,23],[-48,15],[-50,5],[-50,-5],[-49,-15],[-46,-23],[-41,-32],[-9,-10],[-79,-79],[-26,-30],[-28,-46],[-22,-50],[-13,-54],[-4,-55],[4,-56],[11,-43],[-4,-5],[-7,-10],[-37,-46],[-29,-38],[-10,-17],[-2,-2],[-5,-6],[-17,-12],[-18,14],[-11,-3],[-23,-12],[-19,1],[-20,6],[-34,-23],[-16,-10],[10,-39],[-9,-9],[-9,-11],[-3,-1],[-20,20],[-25,0],[-20,-4],[-18,4],[-5,-5],[-27,-30],[-12,-22],[-1,-2],[-10,-25],[-9,-22],[-3,-7],[-20,-23],[1,-5],[-13,-5],[-2,-1],[-22,-1],[-30,3],[-17,3],[-21,11],[-9,14],[-34,2],[-15,-6],[-23,-3],[-35,2],[-12,21],[-24,3],[-11,-9],[-14,-7],[-4,-2],[-45,6],[-32,1],[-7,1],[-18,14],[-16,-8],[-33,-7],[-5,-4],[-9,-1],[-51,-11],[-49,-15],[-11,10],[-16,-6],[-16,-7],[-20,11],[-12,-11],[-8,-25],[-1,-4],[-25,-17],[-29,-22],[-14,-23],[-2,-8],[-12,-11],[-35,-35],[-69,-81],[-11,-9],[-13,-7],[-23,-3],[-272,-15],[-240,-8],[-29,-12],[-22,-15],[-100,-87],[-2,2],[-18,-15],[-10,-14],[-41,-39],[-18,-21],[-12,-27],[-4,-28],[1,-3],[-6,-4],[9,-17],[2,-3],[6,-7],[4,-3],[3,-3],[7,-9],[1,0],[6,-12],[4,-6],[9,-9],[6,-5],[10,-7],[6,-4],[4,-4],[7,-7],[14,-18],[13,-18],[12,-15],[12,-14],[15,-15],[10,-5],[7,-7],[19,-25],[63,-72],[43,-47],[-41,-27],[-70,-44],[-2,2],[-2,3],[-42,-26],[-20,-11],[-49,-25],[-74,-38],[-133,-67],[-68,-34],[-53,-28],[-66,-37],[-67,-37],[-30,-16],[-1,3],[-82,-46],[-42,-26],[-80,-60],[-208,-166],[-55,-45],[-143,-121],[-15,-13],[-17,-15],[-79,-67],[-60,-48],[-38,-32],[-119,-96],[3,-4],[-25,-20],[-1,1],[-21,-19],[-18,-13],[-10,-8],[-40,-33],[-46,-36],[-51,-39],[5,-7],[-74,-58],[-82,-64],[-71,-58],[-71,-54],[-62,-52],[-51,-39],[-55,-45],[-61,-51],[-20,-18],[-52,-45],[-82,-67],[-22,-19],[-85,-76],[-9,-8],[-141,-116],[-13,-14],[-144,-120],[-30,-23],[-78,-67],[-152,-124],[-12,-10],[-26,-22],[-39,-31],[-173,-143],[1,-1],[-2,-2],[-19,-16],[-1,1],[-3,-3],[-46,-38],[-122,-97],[-113,-91],[-44,-33],[-42,-33],[-76,-62],[-38,-33],[-34,-26],[-72,-56],[-18,-15],[-113,-90],[-49,-42],[-58,-48],[-52,-48],[-6,-5],[-34,-32],[3,-5],[-43,-26],[-45,-29],[-1,-1],[-82,-51],[-59,-37],[-97,-64],[-91,-59],[-82,-53],[-89,-58],[-83,-55],[-64,-40],[-54,-34],[-79,-49],[-73,-41],[-92,-55],[-78,-49],[-151,-97],[-141,-88],[4,-7],[-48,-28],[-36,78],[-57,-34],[35,-76],[-20,-12],[-28,-16],[-48,-30],[-288,-161],[-27,-19],[-11,-18],[-5,-15],[-1,-2],[-7,-15],[-6,-17],[-3,-18],[-1,-18],[3,-14],[5,-43],[18,-103],[15,-84],[4,-30],[9,-49],[26,-164],[24,-146],[0,-4],[-7,-2],[194,-1172],[0,-1],[-3,0],[7,-40],[11,-1],[2,-1],[13,-116],[15,-109],[10,-75],[7,-49],[32,-224],[21,-152],[12,-83],[23,-159],[5,-51],[-7,-250],[-7,-37],[-43,-87],[-57,-108],[-188,-357],[-44,-83],[-7,-14],[-49,-89],[-50,-92],[-45,-84],[-142,-264],[-20,-172],[-2,-24],[-96,-51],[-1,-25],[-54,-4],[-315,-35],[-5,-9],[-3,-14],[3,-32],[-17,2],[-2,0],[-11,9],[-24,-32],[-18,-8],[-77,-36],[-54,-20],[-33,-5],[-26,2],[-28,6],[-33,20],[-51,35],[-8,7],[-38,41],[-11,23],[-3,13],[-11,101],[-4,7],[-1,1],[-8,1],[-22,4],[-82,7],[-2,0],[-31,3],[-19,0],[-3,-1],[0,0],[-38,-7],[-60,-25],[-13,-8],[0,0],[-15,-8],[-1,-2],[-10,-5],[-4,-5],[-6,-5],[-19,-22],[-33,-38],[-64,-77],[-55,-66],[-16,-20],[-23,-35],[-4,-7],[-18,-25],[-23,-36],[-7,-10],[8,-8],[9,-15],[165,-169],[79,-84],[48,-48],[12,-62],[26,-156],[9,-88],[1,-32],[-2,-14],[-3,-8],[-15,-33],[-7,-17],[-24,-64],[-4,-9],[-6,-17],[-2,-6],[-2,-7],[-7,-20],[-4,-15],[-4,-13],[-39,-124],[-2,-5],[-1,-3],[-16,-51],[0,-11],[-1,-2],[1,-1],[0,-1],[41,-44],[77,-85],[175,-193],[109,-116],[4,4],[10,-10],[-52,-197],[-89,-360],[-234,-158],[-32,-23],[-2,2],[-16,18],[-44,-55],[-27,12],[-31,39],[-32,36],[-66,69],[-21,8],[-31,1],[-43,-26],[-37,-33],[-35,-52],[-37,-80],[-39,-129],[-21,-57],[-15,-35],[-55,-136],[-57,-97],[-11,-15],[-70,-71],[-51,-11],[-50,-24],[-105,-36],[-47,-13],[-165,-17],[-120,19],[-46,13],[-37,10],[-57,10],[-45,29],[-51,3],[-38,-6],[-48,16],[-25,-18],[-28,6],[-15,5],[-9,8],[-11,10],[-11,-9],[-8,-9],[-10,-1],[-4,10],[-7,31],[-18,12],[-13,1],[-7,1],[-15,26],[-12,39],[-19,21],[-28,11],[-53,40],[-46,25],[-59,13],[-28,-5],[-11,-5],[-4,-2],[-23,-9],[-10,12],[-26,31],[-48,48],[-13,10],[-102,18],[-12,8],[-100,100],[-59,61],[-49,50],[-9,10],[-45,45],[-37,38],[-17,16],[-13,15],[-15,15],[-6,5],[-8,12],[0,0],[-17,16],[8,31],[9,22],[3,6],[9,12],[23,23],[12,12],[115,100],[20,22],[1,2],[5,5],[1,23],[-5,12],[-10,24],[-1,3],[30,20],[2,11],[36,45],[36,77],[-3,18],[-37,51],[-77,19],[-187,45],[-32,8],[-26,10],[-46,34],[-25,22],[-2,4],[-5,11],[-4,17],[-2,18],[-2,12],[-3,67],[4,7],[35,56],[30,47],[58,59],[67,61],[65,40],[-11,18],[-9,15],[2,1],[-3,6],[-283,449],[-165,258],[-45,70],[-116,184],[-2,0],[-1,2],[-17,-3],[-35,-4],[-17,0],[-91,23],[-41,0],[-10,-5],[-55,52],[-13,10],[-20,10],[-29,9],[0,0],[-10,3],[-72,17],[-56,31],[-53,36],[-30,24],[-6,5],[-22,27],[-51,77],[-14,21],[-12,22],[-12,39],[-19,81],[-9,33],[-11,164],[-5,69],[-1,10],[-4,73],[-1,7],[0,4],[-2,20],[-2,23],[0,0],[-1,8],[-239,-85],[-115,-47],[-140,-73],[-142,-81],[-30,-21],[-20,-14],[-57,-40],[-32,-23],[-1,-1],[-52,-42],[-23,-20],[-26,-23],[-70,-66],[0,0],[-27,-28],[-3,-3],[-99,-102],[-13,-13],[-18,-19],[2,-2],[-3,-3],[3,-4],[14,-15],[69,-75],[-34,-38],[310,-340],[10,4],[3,-2],[-8,-10],[1,-7],[306,-279],[18,-19],[11,-14],[17,-24],[137,-223],[56,-91],[3,-1],[5,-7],[3,-39],[576,-1436],[251,-625],[-6,-140],[-266,-106],[-17,-7],[-27,-11],[-3,-6],[-9,-7],[-6,-11],[-1,-12],[-3,-4],[-2,-43],[-21,-48],[-73,-171],[-20,-35],[-251,-289],[-169,-87],[-85,-43],[-36,-3],[-383,155],[-31,5],[-645,267],[-28,6],[-76,-19],[-27,-12],[-31,-19],[-126,-76],[-76,-47],[-26,-16],[-15,-9],[-15,-5],[-7,3],[-15,20],[-24,30],[-15,12],[-1,1],[-13,3],[-179,-26],[-383,-61],[-171,-23],[-140,-26],[-92,-23],[-67,-2],[-60,8],[-64,17],[-67,25],[-32,23],[7,17],[-38,11],[-29,-28],[-1,-1],[-61,-4],[0,-2],[-1,-15],[-4,-8],[-1,-1],[-14,4],[-39,-11],[-1,1],[-2,-2],[-24,-7],[-91,-50],[-25,-54],[-70,-46],[-12,-56],[-15,-22],[-5,-8],[-10,-11],[-129,-50],[-66,-58],[-25,-1],[-5,-8],[15,-28],[-26,-34],[-16,-22],[8,4],[9,-4],[10,-8],[8,-9],[11,-19],[1,-1],[-21,-26],[-72,-85],[-112,-141],[-63,-89],[-144,-230],[-32,-52],[-64,-98],[-31,-46],[-28,-26],[-19,-16],[-66,-43],[-146,-92],[-69,-43],[-59,-35],[-107,-70],[-223,-141],[-13,-8],[-25,-16],[-76,-47],[-96,-61],[-143,-90],[-79,-50],[-66,-44],[-58,-37],[-12,-7],[-22,-13],[-9,-7],[-33,-20],[-13,-28],[-4,-6],[-24,-47],[-39,-77],[1,-1],[-10,-19],[-34,-73],[-27,-51],[-3,2],[-142,-272],[-106,-205],[-69,-131],[-11,-28],[-1,-5],[-36,-5],[-14,35],[7,61],[-98,-60],[-32,-19],[-102,20],[-118,25],[-75,17],[-33,4],[-14,0],[-19,-1],[-129,-49],[-8,-3],[-107,23],[-58,166],[-7,21],[0,87],[6,165],[-23,138],[0,55],[0,7],[1,4],[0,3],[21,102],[-92,247],[-47,47],[-71,174],[-67,168],[-65,155],[-35,92],[-4,12],[-10,48],[-2,37],[8,29],[2,8],[10,31],[27,79],[3,10],[8,24],[5,14],[14,59],[4,22],[8,106],[3,32],[12,31],[-31,1],[-1,19],[-3,21],[-39,100],[-37,91],[-42,106],[-9,18],[-14,13],[-1,1],[-5,8],[-2,1],[6,-9],[-61,36],[-96,52],[12,25],[12,18],[49,32],[71,37],[29,0],[61,1],[104,240],[236,7],[384,8],[0,1],[0,1],[64,1],[7,0],[9,7],[7,7],[7,9],[8,12],[5,15],[4,14],[4,16],[0,9],[-16,58],[-28,78],[-29,94],[-59,154],[-22,-11],[-5,-2],[-3,-1],[-12,-6],[-4,33],[0,2],[0,24],[4,35],[1,7],[16,52],[19,57],[30,54],[9,17],[15,29],[16,31],[113,202],[42,78],[17,17],[130,115],[6,9],[30,94],[79,259],[29,89],[4,25],[7,48],[75,813],[-22,35],[36,41],[55,62],[46,53],[290,318],[99,103],[102,96],[1,1],[53,52],[89,84],[26,26],[4,-13],[49,25],[12,6],[53,27],[5,15],[27,44],[26,33],[3,6],[30,51],[40,33],[25,18],[2,2],[3,2],[2,1],[3,2],[3,2],[2,1],[3,2],[2,1],[3,2],[3,1],[3,1],[2,1],[3,2],[3,1],[3,1],[2,1],[3,1],[3,1],[3,1],[22,4],[23,-2],[30,-5],[6,-1],[6,-1],[6,-2],[6,-1],[6,-2],[6,-2],[6,-1],[6,-2],[6,-1],[6,-2],[6,-2],[21,-7],[19,-8],[179,-83],[125,-59],[30,-12],[11,-4],[11,-4],[12,-4],[10,-3],[7,-2],[7,-1],[9,-2],[8,-1],[6,-1],[10,-1],[30,-1],[37,3],[48,10],[49,8],[6,1],[19,0],[9,0],[10,-2],[12,-2],[22,-7],[16,-9],[185,-115],[217,-136],[18,-13],[5,-3],[5,-4],[5,-4],[2,-1],[6,-7],[6,-6],[3,-4],[3,-4],[4,-6],[3,-6],[4,-6],[3,-6],[3,-7],[11,-29],[7,-19],[10,-34],[4,-17],[4,-17],[-5,-39],[-9,-17],[-36,-56],[-41,-68],[-22,-32],[-4,-10],[-1,-13],[3,-13],[5,-8],[36,-47],[12,-20],[8,-6],[16,-22],[18,-15],[17,5],[9,2],[8,1],[31,13],[77,30],[140,55],[16,8],[11,9],[14,16],[129,143],[190,211],[146,163],[28,28],[1,1],[37,30],[198,147],[498,368],[9,7],[1,1],[9,-12],[15,-3],[7,-1],[6,1],[4,5],[9,7],[28,17],[15,2],[14,-2],[6,-4],[17,-30],[11,-7],[2,-10],[-26,-61],[7,-19],[15,0],[48,36],[31,15],[23,2],[26,10],[6,8],[-6,9],[-15,0],[-15,-4],[-8,0],[-4,5],[-5,8],[6,8],[43,10],[22,-2],[65,-15],[11,2],[6,3],[6,10],[13,6],[9,15],[111,87],[38,32],[39,6],[27,4],[64,88],[4,13],[6,-7],[35,34],[-6,9],[35,29],[46,34],[43,42],[13,12],[16,13],[1,7],[16,13],[9,-7],[106,116],[12,3],[54,55],[129,58],[33,31],[55,41],[-13,24],[47,23],[-16,23],[22,13],[4,-5],[13,9],[34,24],[47,30],[112,64],[66,31],[246,108],[17,7],[28,12],[24,9],[8,4],[250,94],[92,35],[68,26],[791,291],[69,26],[113,42],[123,46],[136,49],[-13,4],[-8,15],[-21,46],[-3,1],[-2,2],[-2,1],[-3,1],[-2,2],[-2,1],[-3,2],[-2,1],[-2,2],[-2,1],[-2,2],[-3,1],[-2,2],[-2,2],[3,7],[1,4],[0,0],[10,3],[7,6],[3,6],[8,14],[17,56],[18,42],[4,22],[-3,33],[-10,74],[-6,15],[0,0],[0,2],[0,2],[-1,2],[0,1],[-1,2],[-1,2],[0,2],[-1,2],[-1,2],[-1,1],[0,2],[-1,2],[-1,2],[-1,1],[-1,2],[-1,2],[-8,3],[-16,34],[-8,27],[-4,41],[0,55],[5,37],[15,58],[8,36],[0,1],[9,8],[0,10],[37,77],[55,95],[14,25],[13,28],[6,24],[-5,29],[3,18],[6,12],[14,-3],[-1,13],[2,8],[7,18],[43,63],[17,37],[13,10],[5,4],[3,21],[-5,1],[-5,1],[-8,9],[-1,2],[0,9],[0,6],[0,11],[-3,9],[-2,5],[-7,19],[-10,24],[-11,25],[-9,19],[-10,15],[-11,16],[-12,18],[-10,11],[-8,6],[-25,24],[-6,3],[-17,8],[-24,12],[-18,10],[-10,4],[-6,0],[-19,2],[-30,5],[-9,1],[-25,4],[-8,-2],[-11,-3],[-7,-2],[-4,-1],[0,1],[8,43],[-5,1],[2,11],[7,50],[11,82],[-56,51],[-17,17],[-84,81],[-18,18],[-35,-24],[-69,-47],[-116,-79],[-21,-14],[-8,-6],[-13,-12],[-20,-23],[-91,-95],[-87,-94],[-32,-35],[-16,-14],[-14,-6],[-7,2],[-5,0],[-78,79],[-88,90],[-138,145],[-348,351],[-1,-1],[-5,-7],[-17,14],[-51,50],[-103,106],[-162,166],[-192,194],[-308,317],[-235,243],[-1,9],[4,9],[0,1],[-3,20],[-3,8],[0,0],[-1,14],[2,11],[68,74],[31,36],[17,25],[11,14],[10,10],[44,38],[29,33],[44,57],[45,60],[-20,85],[-12,23],[-29,22],[-6,6],[-3,8],[-3,4],[0,3],[1,2],[44,75],[51,91],[12,23],[47,84],[60,110],[22,41],[0,1],[64,115],[69,126],[44,81],[5,10],[48,89],[47,86],[45,84],[5,8],[39,72],[-7,8],[-5,11],[0,5],[1,20],[4,11],[40,72],[38,70],[6,11],[88,159],[71,131],[12,19],[40,72],[68,123],[5,9],[76,-49],[211,269],[128,166],[5,6],[103,132],[73,93],[-31,52],[-11,18],[-149,252],[-167,283],[-125,202],[-20,30],[-42,69],[-5,6],[-148,245],[-152,253],[-68,102],[-124,182],[-14,21],[-48,71],[-9,26],[-11,51],[-68,115],[-107,177],[-5,9],[-85,142],[-13,16],[-74,108],[-44,69],[-3,9],[-3,5],[-10,22],[-77,169],[-65,147],[-46,114],[-19,41],[-8,20],[-3,4],[-19,41],[-2,-2],[-2,5],[-2,0],[-19,35],[5,2],[13,9],[3,2],[3,2],[5,4],[4,1],[10,4],[10,4],[30,15],[25,18],[50,35],[40,30],[2,1],[36,30],[40,34],[11,12],[1,0],[52,40],[0,0],[20,12],[10,9],[9,9],[1,1],[0,0],[65,50],[12,9],[80,54],[38,24],[51,31],[37,25],[30,19],[53,28],[35,21],[10,4],[11,5],[18,2],[16,-1],[10,-3],[7,7],[0,0],[2,0],[0,2],[7,5],[10,10],[4,6],[19,7],[55,19],[30,7],[38,5],[40,9],[20,5],[0,6],[-21,19],[-9,22],[-4,19],[0,22],[31,31],[-25,-9],[-38,-19],[-16,-3],[-15,0],[-14,-8],[-41,-15],[-64,-20],[-43,-20],[-59,-30],[-10,-6],[-2,2],[-8,-6],[-3,-2],[-51,79],[-83,106],[-81,104],[-119,151],[-51,65],[13,9],[66,44],[125,81],[111,68],[62,37],[219,127],[48,28],[35,17],[52,24],[44,22],[30,16],[58,30],[117,53],[7,4],[2,0],[12,3],[8,2],[70,35],[56,28],[49,24],[132,65],[3,1],[144,69],[82,43],[9,4],[8,-15],[32,31],[3,3],[7,6],[4,-11],[7,3],[1,0],[41,-122],[12,-31],[21,-52],[21,-44],[28,-58],[32,-63],[24,-40],[16,-26],[18,-22],[28,-32],[28,-33],[19,-21],[0,-1],[16,-16],[16,-13],[12,-8],[16,-4],[10,0],[1,0],[3,-3],[11,-19],[13,-2],[-6,-4],[85,-27],[231,-65],[288,-82],[99,-30],[1,8],[11,-4],[15,-4],[58,-17],[23,-30],[63,-78],[35,-43],[11,-14],[5,-10],[10,-23],[7,-28],[10,-52],[11,-73],[12,-61],[3,-16],[10,-23],[13,-17],[12,-11],[11,-8],[35,-16],[1,0],[59,-24],[77,-26],[24,-10],[17,-10],[8,-7],[17,-20],[21,-60],[51,-153],[14,-49],[6,-36],[4,-104],[-1,-166],[-2,-121],[2,-44],[10,-63],[20,-83],[14,-54],[1,-9],[0,-32],[0,-29],[-2,-68],[-2,-67],[-2,-49],[0,-38],[2,-38],[4,-28],[7,-35],[10,-35],[13,-31],[15,-31],[19,-30],[20,-29],[17,-20],[18,-18],[18,-17],[27,-18],[28,-17],[28,-16],[66,-29],[22,-7],[0,-2],[41,-15],[9,-1],[1,-1],[16,-3],[21,-2],[1,0],[2,0],[17,1],[5,0],[1,1],[12,0],[7,2],[0,0],[1,1],[24,7],[30,16],[19,15],[3,3],[1,0],[1,1],[2,3],[9,9],[5,6],[9,10],[40,61],[4,7],[7,11],[307,485],[7,16],[-1,19],[-8,26],[-19,45],[5,4],[32,22],[46,29],[23,17],[15,10],[215,128],[3,-1],[51,33],[5,3],[29,17],[13,8],[91,54],[29,19],[6,-8],[6,-9],[11,-32],[30,-88],[49,-136],[39,-116],[12,-34],[21,-62],[15,-44],[11,-45],[7,1],[0,-1],[3,1],[10,1],[5,0],[4,2],[19,4],[11,-4],[97,-87],[5,-4],[11,-18],[36,-78],[43,-92],[35,-74],[7,-16],[6,-19],[2,-23],[0,-6],[1,-15],[0,-12],[2,-15],[39,-103],[39,-102],[14,-38],[6,-16],[8,-19],[4,2],[26,13],[23,17],[15,12],[21,18],[15,15],[23,22],[6,6],[9,11],[4,5],[36,56],[24,39],[10,20],[21,23],[73,132],[69,106],[4,5],[204,158],[17,12],[-16,-11],[4,3],[47,41],[20,27],[15,30],[10,33],[4,35],[1,14],[2,0],[9,1],[-3,16],[-10,50],[-3,27],[-20,86],[-26,94],[-11,28],[-24,68],[-23,81],[-7,57],[-4,7],[-1,4],[-20,39],[-41,78],[-38,74],[-7,11],[-9,29],[-4,19],[-8,40],[-18,105],[6,6],[39,22],[36,17],[87,38],[27,17],[2,1],[1,1],[24,15],[7,5],[6,-3],[11,-2],[20,3],[33,3],[24,4],[15,9],[18,15],[29,23],[17,57],[1,1],[3,28],[-4,30],[-17,25],[-2,9],[1,17],[-23,71],[-12,68],[-14,73],[-2,44],[-1,74],[3,36],[3,20],[17,58],[13,39],[0,0],[1,2],[17,46],[5,1],[-18,28],[53,53],[61,59],[30,22],[19,11],[43,16],[60,0],[54,0],[26,6],[13,10],[26,22],[24,31],[26,39],[49,76],[36,61],[43,70],[11,21],[8,24],[10,54],[9,68],[7,48],[13,36],[19,26],[17,19],[35,34],[39,18],[15,-9],[13,-5],[7,-2],[2,-4],[4,4],[-4,10],[-5,1],[-9,46],[1,-1],[14,-2],[8,2],[9,4],[16,10],[30,5],[44,-34],[11,-3],[4,-4],[19,-4],[10,-3],[123,-52],[15,-8],[0,-4],[4,-2],[7,0],[7,-3],[10,1],[4,0],[14,1],[13,1],[6,0],[32,4],[36,5],[59,8],[59,7],[72,6],[30,5],[45,5],[38,6],[29,4],[15,3],[6,1],[5,2],[2,1],[1,2],[4,3],[1,4],[2,2],[-1,4],[-1,6],[-1,2],[-22,53],[-53,137],[-31,79],[-28,75],[-20,51],[-8,18],[-2,6],[-1,7],[2,11],[4,13],[15,41],[31,80],[10,28],[-3,6],[0,2],[-9,24],[-2,2],[184,449],[76,180],[-1,3],[3,6],[9,9],[13,11],[3,7],[1,2],[4,15],[7,27],[1,2],[9,31],[9,37],[8,20],[7,18],[-3,8],[1,5],[53,125],[15,27],[5,9],[15,2],[4,6],[2,1],[0,3],[7,11],[45,11],[71,22],[50,37],[3,2],[5,3],[5,6],[26,22],[23,50],[52,55],[41,16],[48,51],[30,19],[30,-4],[82,-24],[49,13],[119,49],[46,2],[4,1],[3,-5],[-1,-13],[-1,-10],[2,-8],[4,-9],[10,-12],[8,-9],[94,-161],[2,2],[27,-13],[39,23],[28,33],[7,6],[31,17],[33,27],[25,7],[36,62],[51,62],[3,2],[43,25],[45,49],[5,13],[8,12],[8,17],[6,19],[7,40],[6,16],[16,74],[20,39],[34,70],[54,67],[24,34],[-1,11],[-10,11],[-34,20],[-2,82],[25,23],[70,55],[44,24],[51,17],[342,127],[147,55],[227,88],[133,128],[82,100],[36,36],[25,18],[3,-3],[16,14],[40,32],[97,76],[28,24],[30,27],[11,13],[11,10],[12,10],[14,31],[52,83],[9,28],[1,2],[3,11],[3,9],[2,12],[4,31],[2,25],[0,10],[8,82],[0,1],[4,7],[4,6],[13,13],[17,16],[10,11],[2,2],[7,9],[47,38],[93,62],[5,3],[23,14],[10,7],[80,226],[66,181],[3,15],[16,24],[39,69],[33,38],[7,6],[18,20],[21,20],[15,18],[24,24],[55,62],[95,108],[62,71],[33,39],[8,11],[2,3],[7,9],[10,8],[117,-104],[42,-20],[59,-10],[47,-5],[50,-17],[73,-2],[87,85],[2,-2],[218,211],[55,-48],[4,6],[0,0],[0,1],[18,25],[67,102],[95,140],[67,97],[28,45],[7,11],[4,7],[1,4],[7,10],[1,1],[5,-2],[9,-5],[120,-56],[4,-1],[3,6],[2,-1],[26,46],[100,166],[122,203],[29,48],[0,0],[86,144],[13,24],[68,119],[3,20],[-15,29],[11,1],[70,42],[33,22],[116,82],[24,3],[33,-5],[11,-4],[17,-11],[16,-10],[20,-24],[4,26],[44,-9],[37,-6],[80,2],[64,-2],[119,29],[222,21],[69,26],[22,3],[2,6],[3,1],[2,168],[12,99],[-8,59],[180,256],[19,27],[41,61],[134,193],[107,153],[32,43],[7,11],[0,2],[1,1],[1,3],[0,3],[1,6],[71,113],[7,-5],[3,-2],[2,-3],[0,-2],[18,-25],[84,-61]],[[479860,774886],[40,-33],[4,3],[63,105],[-31,41],[-25,-13],[-21,-28],[-40,-66],[0,-1],[10,-8]],[[463523,771401],[-91,139],[-9,-8],[-25,-20],[93,-137],[31,26],[1,0]],[[478025,801517],[-29,-137],[-8,-23],[1,-2],[-3,-9],[-17,-67],[-37,-98],[-24,-39],[-19,-23],[-22,-18],[-21,-27],[-29,-48],[-62,-110],[-15,-25],[-24,-49],[-6,-15],[-2,-5],[1,-15],[3,-11],[106,-64],[96,-54],[272,-147],[41,-27],[150,-21],[8,10],[3,1],[8,3],[1,-2],[9,0],[23,0],[23,0],[9,-8],[31,-40],[17,-43],[27,-55],[14,-71],[4,-60],[-12,-36],[-40,-52],[-54,-95],[-24,-66],[-4,-10],[-7,-13],[26,-14],[49,-24],[-1,-4],[12,-5],[15,-6],[20,-6],[-11,-35],[-21,-17],[-34,-24],[-65,-37],[-16,-7],[-6,-10],[-7,-37],[-12,-38],[-23,-34],[-26,-18],[-16,-4],[-15,1],[-12,1],[-36,11],[-32,17],[-12,9],[-8,8],[-4,3],[-18,2],[-6,1],[-20,-6],[-30,-21],[-35,-27],[-25,-13],[-65,-29],[-39,-14],[-34,-17],[-96,-26],[-18,-16],[-35,-8],[-26,-10],[-48,-33],[-17,-15],[-23,-27],[-7,-20],[0,-17],[10,-19],[2,-4],[8,-31],[6,-30],[-8,-44],[-2,-1],[7,-92],[1,-26],[-6,-17],[-3,-10],[-11,-16],[-34,-7],[-27,-2],[-21,15],[-73,46],[-25,22],[-23,8],[-32,8],[-56,23],[-14,8],[-25,22],[-18,33],[-15,59],[-7,56],[-27,40],[-29,13],[-35,-9],[-18,-9],[-10,1],[-15,-30],[-97,-196],[-265,-561],[-7,-15],[-51,-108],[-3,-19],[6,-17],[8,-17],[-3,-16],[-34,-84],[-11,-16],[-20,-13],[-14,-4],[-35,0],[-71,14],[-79,18],[-61,-9],[-76,-3],[-110,-7],[-26,-4],[-13,-6],[-21,-30],[-35,-35],[-7,-7],[-38,-38],[-24,-36],[-14,-24],[-23,-5],[-6,-1],[-31,-28],[-23,-27],[-16,-14],[-41,-7],[-33,-3],[-13,7],[-7,12],[-9,47],[-8,17],[-13,7],[-31,-12],[-53,-16],[-41,-10],[-32,-22],[-28,-13],[-52,-13],[-17,-14],[-13,-29],[-7,-37],[-9,-14],[-47,-40],[-39,-38],[-25,-30],[-15,-14],[-15,-16],[-8,-21],[-10,-16],[-5,-30],[2,-23],[0,-2],[-1,-6],[2,0],[1,-18],[0,-48],[-34,-64],[-5,-15],[-4,-18],[-5,-30],[-32,-38],[-26,-33],[-10,-31],[-6,-18],[-6,-74],[3,-93],[-2,-102],[4,-52],[1,0],[2,-4],[-9,-61],[-8,-25],[2,-16],[7,-13],[13,-5],[2,-1],[54,-3],[47,-11],[21,-5],[40,5],[78,-16],[20,-12],[29,-5],[42,8],[53,6],[14,-8],[15,-8],[47,-14],[72,-11],[6,7],[25,39],[32,27],[35,8],[29,-8],[25,-20],[12,-12],[0,0],[36,11],[42,0],[81,-12],[11,-2],[24,-5],[81,-26],[4,1],[27,4],[27,15],[3,1],[16,4],[39,-16],[35,-14],[14,-6],[13,-4],[32,-8],[110,-20],[121,-25],[23,0],[78,0],[108,-3],[32,5],[32,-2],[44,-10],[46,-9],[8,-1],[66,-22],[33,-14],[33,-16],[30,-6],[22,6],[17,4],[28,15],[10,-11],[12,-5],[48,-8],[80,-4],[28,0],[40,-4],[23,1],[35,3],[18,2],[34,-5],[24,-11],[17,-22],[27,-21],[50,-29],[40,-30],[25,-21],[-388,-1807],[-26,-7],[-10,16],[-36,-14],[0,-20],[-26,-20],[-12,15],[-8,7],[-29,-19],[-4,-13],[7,-6],[5,-9],[-34,-26],[-16,-5],[-22,-8],[-72,-12],[-62,-25],[-51,-39],[-36,-62],[-9,-27],[-16,-18],[-16,-14],[-29,-11],[-30,-1],[-27,11],[-18,0],[-38,-11],[-53,-34],[-39,-15],[-1,0],[-7,-3],[-43,-7],[-36,5],[-20,13],[-12,53],[-16,37],[-29,19],[-37,15],[-36,-1],[-7,-1],[-3,-1],[-47,-18],[-52,13],[-29,-12],[-27,-17],[-15,-18],[-30,-49],[-23,-14],[-41,-24],[-24,-3],[-38,-4],[-8,-2],[-76,-26],[-23,-2],[-10,3],[-21,6],[-101,41],[-72,13],[-234,-171],[-64,-48],[-49,-18],[-43,-6],[-112,-8],[-70,9],[-39,46],[-42,137],[-16,44],[-27,57],[-17,111],[-42,25],[-77,19],[-47,25],[-64,129],[-30,46],[-100,24],[-60,27],[-45,41],[-40,47],[-36,10],[-42,-19],[-42,-36],[-17,-38],[-10,-66],[20,-183],[-22,-11],[1,3],[-3,-4],[-167,-82],[-64,-34],[-51,-44],[-47,-76],[-38,-35],[-18,-11],[-19,6],[-35,12],[-71,72],[-46,65],[-102,87],[-69,23],[-117,-2],[-58,-25],[-44,-39],[-33,-45],[-48,1],[-44,-1],[-85,-7],[-104,-66],[-21,-6],[-40,8],[-49,12],[-40,-13],[-161,-73],[-130,-71],[-2,-3],[-35,-18],[-17,-8],[-94,43],[-45,39],[-85,153],[-224,285],[-33,10],[-132,-67],[-8,-31],[2,-17],[84,-135],[13,-43],[3,-60],[6,-161],[0,-45],[-21,-104],[-21,-67],[-47,-83],[-17,-60],[-19,-107],[-4,-19],[13,-4],[49,-17],[29,-12],[-19,-63],[40,-18],[-12,-41],[-30,-13],[-47,7],[-32,0],[-41,-33],[-24,-19],[-28,-15],[-15,7],[-24,12],[-23,10],[-18,9],[-29,8],[-38,21],[-11,11],[-65,40],[-71,11],[-52,-10],[-25,-2],[-8,-1],[-56,-4],[-38,-1],[-58,-3],[-16,-7],[-54,-30],[-6,-2],[-22,-12],[-26,-8],[-139,-59],[-65,-41],[-66,-43],[-11,-8],[-3,2],[-4,-7],[-36,-27],[-29,-70],[-13,-23],[-2,-21],[9,-13],[10,-22],[-30,-100],[-18,-56],[-17,-21],[-18,-20],[-44,-40],[-12,-25],[-2,-13],[12,-88],[23,-46],[18,-18],[31,-38],[14,-1],[43,-80],[33,-79],[4,-30],[20,-16],[-10,-47],[-9,-32],[1,-4],[-6,-33],[2,-45],[0,-1],[7,-78],[14,-103],[4,-27],[0,-5],[0,-1],[-1,-4],[-6,-40],[-6,-41],[-6,-30],[-50,-232],[-34,-110],[-24,-33],[-5,-7],[-1,-3],[-55,-38],[-35,-18],[-38,-17],[-36,-29],[-30,-92],[-10,-54],[-23,-68],[6,-46],[28,-53],[58,-57],[76,-139],[-2,-45],[9,-37],[47,-68],[4,-5],[12,-18],[7,-14],[34,-70],[23,-53],[-2,-29],[-35,-87],[-4,-28],[2,-29],[-4,-7],[64,-43],[58,-24],[33,-2],[165,-74],[351,-156],[61,-21],[48,6],[42,58],[5,39],[8,27],[-11,45],[4,12],[3,15],[60,63],[45,46],[11,125],[-9,52],[-20,40],[-21,29],[-59,60],[-47,53],[-53,39],[-62,36],[-34,-8],[-37,18],[-18,-3],[0,19],[-1,48],[3,18],[9,61],[-11,134],[13,50],[12,35],[7,19],[20,44],[17,78],[21,55],[39,50],[45,33],[43,11],[27,-2],[7,7],[8,7],[66,-22],[15,-5],[56,-18],[18,2],[31,32],[15,21],[123,-38],[56,-17],[106,51],[54,1],[27,-16],[44,-41],[37,-34],[28,-8],[59,0],[39,11],[25,19],[9,14],[9,-1],[16,4],[13,7],[12,-4],[16,-5],[62,-32],[55,-26],[70,-29],[15,0],[265,-91],[5,-1],[18,-17],[40,-5],[33,-16],[41,-3],[20,6],[9,5],[3,17],[-46,199],[-32,137],[-5,21],[-11,4],[-21,69],[-93,89],[-45,20],[-37,19],[-21,20],[-159,271],[-9,38],[-16,83],[18,20],[0,0],[0,18],[4,244],[3,51],[17,39],[28,35],[59,183],[27,49],[47,71],[12,30],[7,17],[11,28],[22,-8],[5,-2],[13,-3],[8,1],[2,-3],[0,3],[11,0],[0,0],[12,-32],[13,-33],[5,-12],[1,0],[1,-2],[2,-3],[0,-1],[2,-1],[3,-1],[3,0],[2,0],[2,-1],[0,-3],[1,-2],[1,-2],[1,-1],[2,-1],[3,-3],[2,-2],[2,-1],[2,-1],[4,0],[2,-1],[2,0],[3,-2],[3,-3],[2,-3],[2,-4],[4,-4],[3,-3],[4,-4],[3,-3],[4,-1],[5,0],[4,-1],[4,0],[4,-1],[5,0],[5,0],[4,1],[3,1],[3,-1],[4,-1],[3,1],[3,-1],[2,-1],[5,-2],[3,-2],[4,-3],[3,-2],[3,-2],[2,0],[3,0],[4,1],[2,0],[2,0],[3,1],[2,2],[2,3],[2,7],[11,8],[0,0],[0,0],[10,8],[2,8],[0,1],[2,5],[2,5],[2,5],[1,5],[0,4],[0,2],[-1,2],[1,4],[-1,7],[0,1],[2,4],[1,6],[1,5],[0,4],[0,7],[1,3],[2,3],[1,5],[0,5],[-1,6],[0,1],[-2,0],[-1,1],[0,3],[0,14],[7,19],[30,10],[109,-5],[5,0],[0,0],[50,-5],[45,-14],[12,-13],[9,-22],[1,-31],[0,-21],[3,-9],[12,-12],[15,-6],[10,-1],[7,5],[4,9],[11,20],[20,17],[30,5],[25,-5],[40,-25],[36,-21],[6,-6],[3,-1],[2,-3],[1,0],[24,-30],[37,-26],[81,-33],[86,-28],[64,-34],[64,-58],[1,-1],[3,-5],[1,-2],[2,-1],[2,-2],[7,-9],[1,-3],[2,-5],[1,-4],[7,-10],[2,-5],[1,-3],[4,-3],[3,-2],[9,-22],[1,-3],[0,0],[15,-34],[0,-2],[2,-5],[3,-6],[4,-6],[6,-9],[3,-5],[3,-3],[-4,-2],[7,-15],[7,-33],[15,-20],[-3,-6],[-1,-2],[-8,1],[-6,1],[-2,-2],[-2,-4],[-2,-3],[-1,-4],[-2,-5],[0,-6],[0,-5],[0,-5],[0,-7],[2,-16],[0,-3],[0,-5],[0,0],[-1,-5],[0,-4],[-1,-3],[1,-5],[0,-5],[1,-6],[1,-3],[1,-2],[1,-2],[1,-2],[2,-1],[1,-2],[1,-2],[-1,-2],[0,-1],[0,-2],[2,-2],[1,-1],[3,-2],[3,-2],[2,-2],[2,-1],[1,-1],[2,-1],[1,1],[1,2],[1,2],[2,2],[2,1],[2,0],[2,-1],[2,-1],[1,-1],[1,-1],[1,-3],[1,-3],[0,-3],[-1,-4],[-1,-4],[0,-2],[2,-2],[2,-2],[3,-2],[2,-1],[3,-1],[4,0],[1,-1],[1,-1],[0,-1],[0,-2],[1,-2],[1,-1],[0,0],[2,-1],[1,-2],[1,-1],[1,-2],[0,-3],[-1,-3],[0,-4],[0,-4],[0,-4],[1,-3],[1,-3],[4,-1],[4,-3],[2,-4],[4,-3],[3,-2],[3,-2],[1,-1],[3,-3],[3,-3],[2,-2],[2,-2],[3,-3],[3,-3],[4,-4],[6,-4],[6,-3],[3,-5],[3,-2],[9,-7],[20,-15],[6,-7],[2,-1],[3,-1],[2,-4],[2,-2],[2,-2],[4,-3],[2,-2],[3,-3],[5,-3],[2,-1],[3,-2],[4,-3],[3,-3],[3,-4],[4,-3],[3,-1],[0,-1],[0,3],[18,-16],[23,-42],[11,13],[-14,26],[20,12],[16,-27],[-12,-10],[3,-19],[-15,-17],[1,-16],[45,-66],[12,-8],[6,8],[-4,16],[-39,66],[13,12],[5,-8],[72,-107],[-8,-83],[-66,-79],[-51,-60],[-25,-104],[-5,-32],[-19,-41],[-55,-54],[-4,-1],[-29,-24],[-39,-33],[-44,-60],[-23,-60],[-25,-66],[-12,-71],[-18,-72],[-30,-64],[-17,-35],[-6,-30],[-2,-11],[-3,-20],[-26,-65],[0,-35],[24,-38],[71,-145],[39,-43],[134,-89],[31,-21],[30,-8],[17,-5],[98,15],[76,22],[191,47],[28,-1],[140,-77],[2,-8],[5,-14],[2,-6],[3,-234],[1,-12],[15,-119],[-14,-54],[9,-17],[26,-4],[40,85],[6,-3],[5,-2],[1,-1],[2,-4],[-13,-31],[6,-27],[32,-25],[32,-39],[43,-72],[7,-20],[15,-7],[7,-13],[-1,-17],[49,-42],[34,-60],[11,-2],[2,-2],[4,-2],[7,-1],[6,-1],[7,-1],[13,-1],[15,-3],[34,-6],[37,-7],[14,-3],[8,-1],[54,-15],[122,-44],[73,-51],[28,-21],[35,1],[40,26],[56,55],[8,18],[293,-132],[78,-35],[109,-51],[52,-8],[2,2],[2,2],[3,4],[2,2],[1,3],[1,2],[1,4],[1,2],[2,3],[1,2],[2,1],[2,1],[3,2],[2,1],[2,3],[2,3],[2,1],[2,0],[1,-1],[0,-3],[0,-2],[0,-5],[-1,-3],[1,-1],[1,-2],[0,-3],[-1,-4],[0,-3],[-1,-2],[-1,-1],[-2,0],[0,-4],[-1,-4],[1,-3],[0,-2],[1,-3],[0,-3],[0,-3],[0,-5],[1,-2],[1,-2],[1,-3],[2,-3],[2,-3],[2,-5],[2,-3],[2,-2],[1,-2],[1,-1],[0,-3],[1,-2],[2,-2],[3,-1],[3,-1],[4,-2],[4,-1],[2,-1],[3,0],[3,0],[4,0],[3,0],[2,1],[2,1],[1,0],[1,0],[3,-1],[2,1],[3,0],[2,-1],[2,-1],[1,-1],[1,-1],[0,-3],[1,-1],[2,0],[2,0],[4,1],[3,1],[2,1],[3,0],[2,0],[2,1],[3,-1],[3,0],[1,-1],[2,0],[2,-2],[2,-2],[1,-1],[4,-1],[2,0],[3,0],[3,-1],[3,0],[1,2],[2,1],[4,-1],[4,-1],[3,-1],[4,-1],[2,1],[2,0],[2,-2],[0,-1],[0,-2],[-1,-3],[1,-4],[0,-2],[1,-3],[1,-2],[1,-2],[3,0],[1,0],[1,-1],[1,-3],[0,-3],[0,-3],[-1,-3],[1,-2],[0,-4],[0,-2],[0,-2],[0,-2],[0,-2],[0,-2],[2,-1],[3,0],[3,1],[2,-1],[4,-1],[4,-2],[3,1],[2,1],[2,1],[1,1],[2,-1],[2,-1],[0,-1],[3,0],[3,-1],[3,-1],[3,-2],[2,-2],[2,-1],[1,-3],[0,-3],[1,-1],[6,-1],[4,-1],[5,-2],[3,0],[3,-1],[4,0],[2,-1],[3,0],[2,0],[4,0],[2,1],[2,0],[3,1],[3,0],[1,1],[2,-1],[0,-2],[1,-2],[3,-2],[1,-2],[2,-2],[2,-1],[4,-3],[1,-1],[2,0],[4,-1],[3,1],[3,-1],[3,0],[4,-1],[3,0],[1,-1],[3,0],[6,-2],[0,-8],[12,0],[13,-1],[3,-1],[36,-39],[2,-3],[22,-38],[2,10],[20,-5],[8,-2],[4,0],[4,-6],[3,-3],[20,-25],[0,-1],[-1,-6],[-1,-4],[1,-2],[2,0],[2,2],[1,1],[3,2],[0,0],[3,0],[1,-1],[3,-1],[2,-2],[3,-3],[3,-2],[1,-2],[2,-2],[2,-1],[1,-2],[-1,-5],[-1,-7],[-1,-5],[2,-4],[2,-3],[2,-2],[3,0],[3,1],[10,10],[9,9],[101,-250],[36,-77],[10,-51],[-11,-61],[-51,-86],[-15,-6],[-42,-7],[-124,31],[-69,13],[-80,-10],[-39,-2],[-64,16],[-53,7],[-3,-6],[-64,-142],[-14,-31],[-247,-127],[-17,-12],[-22,-95],[0,-10],[-36,20],[-126,58],[-80,64],[-90,49],[-104,82],[-224,152],[-102,52],[-13,11],[-11,-25],[-24,-47],[-11,-28],[-19,6],[-18,6],[-138,45],[-5,2],[-26,9],[-4,1],[-31,10],[-2,1],[-35,14],[-39,16],[-21,8],[-25,9],[-14,4],[-30,13],[-32,14],[-30,10],[-22,10],[-26,9],[-34,17],[-36,13],[-32,12],[-35,13],[-8,2],[-14,6],[-39,17],[-30,16],[-15,7],[0,1],[-3,1],[-2,1],[-1,0],[-4,2],[-9,3],[-60,23],[-23,9],[-15,30],[-206,-101],[-18,-9],[-103,-50],[-65,-30],[-23,-9],[-27,-12],[-1,0],[-31,-17],[-34,-14],[-32,-12],[-6,-1],[-18,-8],[-6,-2],[-42,-18],[-59,-26],[-101,-44],[-31,-14],[-23,-10],[-5,-3],[-11,-3],[-3,-1],[-15,-5],[-9,-4],[-83,-34],[-53,-21],[-108,-44],[-45,-21],[-6,-2],[-17,-7],[-12,-2],[-18,-10],[-3,-1],[-1,-2],[-26,-14],[-9,-6],[-32,-19],[-7,-4],[-168,-91],[-26,4],[-162,50],[-96,46],[-19,20],[0,0],[-42,271],[-4,1],[8,23],[28,2],[21,22],[14,30],[-6,37],[-16,37],[-33,47],[-31,62],[-14,75],[-9,154],[-10,49],[-39,24],[3,35],[0,2],[1,8],[11,16],[51,-8],[31,69],[1,29],[-21,79],[-30,59],[-59,31],[-30,24],[-116,150],[-28,27],[-129,49],[-19,11],[-27,15],[-145,64],[-89,28],[-86,13],[-62,-2],[-146,-15],[-48,9],[-10,4],[-363,159],[-31,14],[-2,-8],[-33,-90],[-247,103],[-3,7],[-161,-105],[-15,-3],[-106,5],[-130,10],[-42,13],[-37,23],[-187,114],[-171,66],[-66,4],[-183,-7],[-95,6],[-35,8],[-18,3],[-85,17],[-58,14],[-146,48],[-363,-41],[-25,-68],[-10,-23],[-20,-60],[-41,-170],[-1,-14],[0,-2],[-22,-223],[-5,-97],[-11,5],[-22,10],[-9,-15],[-7,-4],[-11,-5],[-35,4],[-14,-6],[-71,-93],[-2,-35],[-7,3],[-4,2],[0,-1],[0,-4],[1,-5],[1,-5],[1,-4],[-1,-3],[-1,-3],[-2,-3],[0,-1],[-3,-3],[-2,-4],[-2,-3],[-3,-4],[-2,-2],[-5,-2],[-3,-1],[-4,-1],[-4,-1],[-4,0],[-5,0],[-3,0],[-2,0],[-16,-7],[-2,0],[-3,0],[-3,0],[-3,-1],[-5,-2],[-3,-2],[-3,-4],[-1,-3],[0,-2],[-1,-3],[-1,-3],[-3,-2],[-2,-2],[-2,-3],[-4,-2],[-3,-3],[-2,-3],[-2,-4],[0,-3],[0,-4],[-2,-5],[-1,-2],[-1,-4],[0,-4],[-1,-3],[-1,-3],[0,0],[-2,-3],[-1,-2],[-3,-2],[-11,-5],[-3,-2],[-3,-1],[-1,-3],[-1,-2],[0,-2],[0,-2],[0,-2],[1,-1],[2,0],[1,-1],[1,-2],[-1,-1],[4,-12],[0,-2],[0,-1],[0,-2],[0,-2],[-3,-3],[-3,-3],[-4,-3],[-2,-2],[-1,-2],[-1,-2],[0,-3],[2,-2],[1,-4],[0,-1],[1,-3],[0,-4],[1,-3],[2,-2],[2,-2],[1,-2],[1,-2],[0,-8],[0,0],[-2,-3],[-1,-2],[1,-2],[1,-5],[-1,-19],[-1,-2],[-12,-13],[-1,-1],[-21,2],[-2,-13],[8,-4],[-1,-1],[-8,-23],[23,-76],[4,-26],[0,-3],[-1,-4],[0,-4],[1,-7],[0,-1],[0,0],[-6,-10],[-1,-1],[-1,0],[-2,0],[-2,0],[0,0],[-2,3],[-9,3],[-5,10],[0,3],[-2,1],[-4,0],[-3,-1],[-3,-4],[-2,-4],[-1,-4],[0,-2],[-6,-1],[-5,-26],[8,-62],[1,-11],[-12,-12],[-1,-20],[-1,-3],[0,-6],[-1,-7],[0,-7],[0,-5],[-2,-6],[-1,-3],[0,-1],[-1,-2],[0,-2],[0,-1],[0,-3],[9,-21],[1,-7],[0,-2],[-1,-11],[-2,-13],[2,-16],[48,-30],[35,-8],[9,-14],[0,-1],[-1,-2],[0,-1],[-2,-1],[-3,-1],[-2,0],[-2,0],[-12,4],[-13,5],[-3,2],[-4,2],[-3,2],[-2,2],[-3,1],[-2,1],[-6,0],[-5,0],[-2,-2],[-2,-2],[-1,-3],[0,-1],[-1,-5],[1,-3],[0,-3],[-2,-2],[-3,0],[-6,1],[-4,0],[-4,1],[-4,0],[-3,1],[-4,3],[-3,3],[-3,2],[-4,1],[-2,2],[-2,1],[-3,-1],[-4,-2],[-3,-3],[-2,-4],[-2,-4],[-2,-2],[-2,-3],[-1,-2],[-2,-4],[0,-5],[1,-5],[1,-5],[1,-3],[1,-6],[-2,-5],[-1,-5],[-1,-4],[-2,-4],[-2,-4],[0,-3],[-1,-4],[-1,-2],[-1,-6],[2,-4],[1,-4],[0,-3],[0,-3],[-4,-2],[-2,-2],[-3,-2],[-2,-1],[-1,-2],[-1,-2],[-1,-2],[0,-2],[0,-2],[2,-2],[2,-2],[2,-1],[2,0],[0,-2],[1,-2],[0,-2],[2,-2],[1,-3],[2,-1],[4,-5],[2,-5],[2,-5],[1,-5],[2,-3],[0,-19],[1,-4],[-2,-3],[0,-3],[-3,-4],[-1,-2],[-3,-3],[-3,-2],[-3,-1],[-4,-3],[-4,-1],[-7,-2],[-7,0],[-5,-1],[-5,-1],[-4,-1],[-3,-2],[-3,-1],[-2,-2],[-1,-3],[-2,-3],[-1,-4],[-2,-4],[-2,-4],[-2,-4],[-1,-2],[-2,-2],[-2,-1],[-3,-1],[-3,0],[-3,1],[-2,1],[-1,0],[-2,-2],[-1,-3],[1,-3],[0,-3],[0,-2],[1,-1],[3,-1],[4,-1],[5,0],[4,-1],[2,-2],[1,-3],[2,-3],[2,-3],[2,-3],[2,-2],[2,-3],[2,-3],[2,-3],[2,-1],[2,-3],[2,-1],[1,-2],[0,-2],[1,-2],[2,-1],[2,-1],[3,-1],[3,-2],[2,-2],[2,-1],[-21,-1],[-30,-18],[-30,-27],[-38,-6],[-16,-3],[-40,-32],[-35,-44],[-17,-64],[-14,-31],[-5,-11],[-12,-9],[-39,-25],[-28,-50],[-42,-121],[-21,-75],[-9,-48],[-7,-36],[-28,-63],[-5,-37],[-1,-4],[-4,-9],[0,-4],[-1,-3],[-2,-4],[0,-4],[-1,-4],[0,-13],[-1,-19],[-1,-18],[-4,-36],[4,-47],[4,-8],[11,-28],[1,-11],[-5,-11],[7,-3],[-36,-105],[-18,-70],[-24,-64],[-16,-61],[-5,-25],[-36,-55],[-30,-74],[30,-160],[49,-100],[93,-108],[13,-10],[76,-54],[254,-196],[105,-74],[-2,-12],[7,-14],[69,-41],[94,-69],[47,-39],[5,-5],[-4,-8],[98,-64],[8,15],[0,0],[39,-18],[63,-44],[38,-26],[154,-91],[11,-19],[49,-61],[72,-49],[17,-23],[15,-20],[38,-31],[9,-7],[4,-7],[5,-5],[2,4],[72,-53],[95,-51],[86,-27],[80,-19],[55,119],[19,6],[72,-34],[35,23],[105,87],[78,9],[68,-4],[87,-19],[39,-6],[8,-19],[7,-18],[4,-55],[10,-129],[30,-131],[25,-39],[31,-31],[47,-61],[64,-58],[41,-14],[45,5],[126,55],[62,20],[46,0],[52,-9],[28,-19],[64,71],[98,173],[8,15],[-8,36],[-13,16],[-10,10],[-62,18],[-53,37],[-71,94],[-6,12],[-47,86],[-11,60],[1,98],[12,37],[7,122],[-8,25],[-58,42],[-90,88],[-21,30],[-29,18],[-39,24],[-18,31],[-36,102],[-1,20],[16,38],[56,27],[85,53],[20,17],[61,54],[23,31],[34,120],[14,45],[16,25],[118,57],[61,45],[38,55],[88,79],[7,1],[18,2],[8,-23],[10,-67],[23,-30],[23,-7],[42,24],[57,15],[13,2],[50,8],[28,12],[11,4],[17,34],[2,32],[25,59],[14,23],[52,34],[92,39],[62,23],[39,11],[285,143],[43,2],[58,-1],[45,25],[29,23],[0,9],[0,3],[-79,49],[66,-21],[68,-21],[19,-27],[27,-26],[15,-12],[1,-13],[6,-17],[8,-31],[0,-1],[1,-4],[9,-16],[15,-20],[12,-8],[16,-5],[28,0],[36,7],[17,6],[3,7],[0,8],[51,21],[13,2],[25,12],[22,6],[7,-1],[9,0],[6,-1],[1,1],[-16,6],[3,2],[0,0],[25,-2],[79,-25],[4,-4],[50,-21],[73,-35],[16,-9],[-26,-70],[11,-17],[-1,-9],[9,-50],[-2,-59],[-7,-22],[-1,-1],[-5,-7],[-6,-5],[-1,-3],[-5,-8],[-28,-87],[-25,-71],[-36,-81],[-19,-46],[-7,-42],[-14,-78],[0,-7],[0,-40],[0,-3],[14,-226],[4,-49],[19,-29],[3,-7],[268,-122],[185,-82],[27,-12],[41,-18],[1,3],[14,-4],[10,-3],[13,-6],[2,5],[31,2],[28,18],[4,3],[18,12],[6,4],[30,18],[36,22],[115,100],[102,87],[62,57],[2,5],[33,65],[3,4],[4,-3],[11,21],[2,2],[4,1],[66,95],[13,15],[5,7],[3,0],[6,-2],[2,0],[21,-10],[0,0],[0,-1],[107,-51],[107,-46],[192,-77],[47,-17],[8,-4],[0,1],[72,-26],[-1,4],[127,-37],[43,-8],[8,-2],[81,22],[101,11],[93,-16],[51,-21],[189,-81],[126,-25],[12,-3],[42,-12],[85,-3],[55,11],[27,8],[88,24],[86,-5],[127,16],[34,-13],[138,-46],[21,-13],[5,-13],[0,-4],[2,-20],[37,-24],[6,-11],[4,-36],[27,-18],[39,-3],[32,0],[61,-24],[53,-25],[8,-8],[23,-20],[7,-17],[7,-33],[-2,-62],[-8,-66],[-12,-49],[4,-51],[21,-62],[7,-17],[2,-8],[12,-89],[0,-30],[-1,-1],[-5,-3],[-12,-9],[2,-8],[-2,-4],[-1,-3],[-42,-142],[-61,17],[-47,10],[-21,2],[-7,0],[-14,-1],[-15,-5],[-19,-16],[-34,-35],[-34,-44],[-46,-43],[-51,-38],[-66,-42],[-34,-27],[-34,-32],[-38,-46],[-45,-70],[-17,-13],[-16,-14],[-35,8],[-21,-19],[-20,-35],[-14,-34],[-7,-10],[-2,-3],[-9,-1],[-11,-1],[-42,1],[-31,-7],[-25,-14],[-25,-28],[-10,-22],[-11,-31],[-5,-51],[-5,-102],[-8,-28],[-4,-50],[-109,-52],[-10,-10],[-8,-36],[-19,-62],[-25,-50],[-21,-30],[-9,-10],[-20,-20],[-57,-46],[-26,-28],[-13,-24],[-12,-57],[-3,-47],[10,-78],[9,-36],[-1,-3],[-28,-23],[-26,-3],[-37,-7],[-27,-13],[-52,-90],[-9,-17],[-26,-52],[-21,-19],[-9,-4],[-22,7],[-149,82],[-18,4],[-21,-18],[-117,-202],[-12,-33],[-9,6],[-26,14],[-1,2],[-2,5],[-5,-56],[-217,-125],[4,-6],[9,-30],[-73,-122],[-169,-298],[0,-4],[-2,-3],[-11,-20],[49,-32],[12,-8],[5,-8],[-3,-7],[-3,-14],[-98,-160],[-13,-21],[-10,-16],[-38,-69],[-59,12],[-35,11],[-106,80],[-28,20],[-40,23],[-40,16],[-54,4],[-10,0],[-4,0],[-9,1],[-9,0],[-5,-2],[-14,0],[-24,-13],[-18,-22],[-5,6],[-54,-67],[-75,-95],[-66,-83],[-46,-63],[-44,-53],[3,-1],[0,-1],[1,-5],[-3,-6],[12,-14],[2,-6],[4,-4],[24,-31],[1,-1],[-53,-68],[-123,-160],[-80,-104],[-12,-15],[-20,14],[-24,20],[-8,6],[-53,40],[-46,38],[-21,17],[-28,24],[-34,21],[-26,17],[-25,19],[-29,21],[-14,11],[-29,24],[-35,26],[-34,27],[-23,16],[-43,29],[-39,27],[-2,-1],[-3,3],[-96,30],[-11,9],[-8,4],[-1,1],[-5,9],[-23,13],[-12,4],[-30,14],[-36,32],[-2,3],[-16,17],[-23,28],[-18,27],[-6,12],[-7,-4],[-76,48],[-69,53],[-78,57],[-28,19],[-16,7],[-37,8],[-30,19],[-55,52],[-32,38],[-34,41],[-52,76],[-92,216],[-20,34],[-34,26],[-34,59],[-18,47],[-8,24],[-4,19],[-8,49],[-8,28],[-14,47],[-6,8],[-22,16],[-19,17],[4,6],[-9,8],[-3,-3],[-2,3],[-72,105],[-2,5],[-12,38],[-27,22],[-68,124],[-65,131],[-10,19],[-45,-15],[-24,0],[-2,4],[-23,-3],[-155,82],[3,21],[-10,2],[-81,-84],[-12,-23],[0,-134],[-3,-149],[7,-15],[159,-318],[1,-41],[-19,-44],[-29,-57],[-43,-67],[-17,-17],[-13,10],[-17,-23],[-29,-6],[-13,9],[2,19],[-2,5],[-3,-2],[-3,-5],[-15,-43],[5,-19],[8,10],[8,-5],[10,-10],[-5,-5],[-16,-26],[-18,-75],[-21,-44],[-83,-150],[-18,-5],[-17,-4],[-4,1],[-20,-5],[-57,-19],[-21,-6],[-44,-12],[-10,-4],[-4,-1],[-42,-15],[-9,-4],[-41,-15],[-19,-12],[-19,-9],[-27,-19],[-20,-15],[-1,2],[-9,-8],[2,-2],[-28,-31],[-4,-5],[-9,-9],[-6,-13],[-4,-5],[-17,-31],[-14,-31],[-5,-17],[-10,-25],[-6,-4],[-86,-52],[-5,-3],[-2,-1],[-10,-5],[-1,0],[-23,-14],[-37,-21],[-32,-17],[-24,-11],[-39,-12],[-27,-10],[-16,-10],[-5,-3],[-4,8],[-3,-1],[-40,55],[-52,48],[-47,32],[-14,11],[-75,-27],[-32,7],[-30,20],[-24,51],[-2,17],[-31,31],[-30,5],[-88,-19],[-5,-4],[-22,-18],[-2,-2],[-2,1],[-19,6],[-31,42],[-13,76],[-15,117],[-12,79],[-11,101],[-6,51],[-9,52],[-7,29],[-34,150],[-1,18],[4,14],[2,1],[0,4],[2,8],[9,28],[2,7],[19,34],[4,6],[37,51],[65,86],[25,30],[49,67],[32,44],[8,10],[119,149],[2,2],[13,16],[16,20],[71,79],[18,18],[16,17],[16,20],[33,5],[3,14],[17,11],[64,59],[59,55],[6,30],[0,1],[1,4],[1,3],[0,0],[1,6],[-31,33],[-12,13],[-29,38],[-27,63],[-29,70],[-3,15],[-5,9],[-2,1],[0,1],[-47,51],[-75,53],[-41,15],[-35,4],[-22,-3],[-17,-10],[-24,-15],[-13,2],[-22,2],[-31,-9],[-33,-13],[-44,5],[-62,13],[-123,-16],[-56,-12],[-49,-14],[-23,0],[-27,11],[-25,26],[-24,59],[-10,19],[3,26],[-8,13],[-5,9],[2,6],[-1,13],[-2,7],[-7,24],[-4,52],[-23,38],[-6,47],[17,55],[2,4],[15,29],[8,14],[18,17],[14,25],[2,4],[9,11],[3,4],[17,16],[23,21],[17,15],[6,9],[3,2],[2,5],[15,20],[8,16],[1,2],[17,30],[6,9],[4,5],[15,12],[26,15],[32,17],[23,13],[19,12],[19,9],[20,12],[20,11],[3,1],[4,0],[6,0],[11,-3],[1,0],[0,0],[13,-14],[23,-41],[42,-106],[9,-22],[2,-7],[3,-6],[0,0],[10,-23],[21,-19],[2,-1],[0,0],[34,-42],[21,-17],[26,6],[38,21],[37,47],[27,48],[16,64],[11,58],[2,36],[11,31],[1,19],[-61,118],[-11,27],[-2,35],[-11,28],[-50,63],[-68,69],[-63,58],[-39,31],[-6,10],[-3,4],[-17,22],[-6,8],[-13,14],[-44,45],[-13,13],[-8,6],[-70,54],[-22,17],[-16,11],[-9,5],[-87,55],[-12,7],[-24,14],[-16,9],[-23,12],[-53,27],[-59,28],[-50,28],[-17,10],[-32,19],[-91,54],[-31,19],[-23,15],[-37,25],[-24,14],[-15,9],[-17,9],[-29,18],[-29,20],[-55,41],[-25,17],[-42,29],[-64,49],[-32,22],[-25,18],[-2,1],[-28,20],[-58,34],[-22,13],[-33,11],[-40,2],[-3,0],[-15,3],[-29,2],[-28,-5],[-33,-11],[-37,-18],[-14,-12],[-15,-25],[-27,-50],[-31,-40],[-12,-21],[-3,-8],[-21,-57],[-7,-45],[-16,-39],[1,-45],[7,-26],[2,-8],[0,-3],[-3,-21],[-64,-71],[-30,-32],[-72,-50],[-2,-1],[-5,-3],[-29,-17],[-27,-20],[-16,-16],[-10,-17],[-16,-21],[-38,-37],[-44,-27],[-43,-8],[-9,0],[-35,6],[-17,10],[-12,7],[-13,14],[-16,15],[-33,26],[-39,25],[-30,20],[-11,8],[-9,7],[-16,17],[-19,21],[-25,34],[-27,37],[-7,14],[-21,48],[-48,52],[-24,31],[-19,35],[6,13],[30,19],[29,24],[56,82],[2,32],[186,203],[47,69],[13,27],[8,17],[4,5],[65,74],[38,40],[46,23],[43,64],[31,42],[16,18],[3,4],[131,110],[14,-3],[33,1],[29,7],[21,18],[25,46],[-8,17],[62,124],[21,12],[83,114],[6,9],[3,9],[10,28],[32,51],[38,90],[9,19],[15,14],[10,9],[13,28],[3,57],[6,46],[46,115],[7,35],[13,51],[11,33],[-10,21],[-19,60],[-9,55],[-3,62],[-20,38],[-54,60],[-49,41],[2,7],[-19,17],[-2,1],[-2,4],[-7,47],[39,120],[14,46],[1,11],[1,2],[-1,10],[-2,12],[-1,3],[-5,19],[-1,4],[-4,30],[1,17],[2,6],[2,5],[4,7],[2,9],[4,41],[2,19],[1,17],[-9,173],[-5,87],[1,12],[5,8],[6,11],[8,12],[13,19],[13,20],[9,19],[5,18],[6,28],[38,-14],[39,-11],[1,0],[15,-1],[11,1],[29,7],[33,7],[40,9],[18,5],[24,14],[7,9],[5,15],[3,13],[-12,4],[-9,3],[-1,47],[-1,8],[-13,49],[-23,73],[-4,44],[-5,35],[-20,31],[-9,9],[51,87],[52,66],[16,38],[30,69],[6,11],[47,20],[0,1],[5,23],[14,21],[70,88],[21,31],[6,18],[3,34],[0,1],[4,16],[3,8],[3,2],[6,2],[18,22],[13,28],[14,41],[7,36],[0,61],[16,113],[23,34],[44,74],[18,70],[7,65],[0,26],[-4,13],[-8,13],[-42,24],[56,-12],[31,9],[33,31],[35,65],[23,49],[7,47],[7,115],[1,9],[3,16],[25,35],[16,29],[4,28],[-2,21],[-7,75],[-7,41],[4,5],[16,18],[2,5],[4,13],[0,21],[-3,16],[-9,23],[-27,12],[-13,20],[3,24],[3,13],[8,14],[3,9],[-3,11],[-8,9],[-6,2],[-19,8],[-16,12],[-17,19],[-45,155],[-5,9],[-38,22],[-43,3],[-1,22],[-1,21],[-6,18],[-6,16],[-4,39],[9,69],[11,71],[6,35],[4,24],[5,16],[9,15],[7,8],[7,9],[12,7],[9,4],[15,5],[13,2],[16,-3],[17,-4],[34,-9],[3,0],[7,-2],[37,-8],[20,-2],[25,-2],[9,2],[5,3],[4,16],[2,3],[12,60],[3,10],[13,60],[4,14],[0,6],[0,3],[3,14],[6,26],[27,132],[0,7],[-2,7],[0,0],[0,0],[0,2],[-5,3],[-12,10],[-40,17],[-31,6],[-16,6],[-3,14],[13,79],[2,11],[8,32],[0,1],[3,10],[4,15],[-7,31],[-14,21],[-21,16],[-188,87],[3,30],[39,99],[8,17],[51,128],[4,5],[-1,12],[2,17],[-6,24],[-7,29],[-1,6],[-6,23],[-8,27],[-2,8],[-2,5],[-3,9],[-14,50],[-20,86],[-5,31],[4,25],[20,71],[37,131],[1,5],[44,144],[14,46],[8,23],[2,6],[30,76],[5,16],[7,18],[15,37],[21,55],[20,54],[64,159],[78,191],[38,-16],[119,-62],[34,-4],[19,-8],[10,-4],[26,-4],[37,12],[45,3],[-1,29],[11,35],[63,27],[33,2],[15,-5],[5,-1],[190,-126],[27,-13],[14,5],[9,13],[43,157],[34,127],[36,132],[15,51],[31,99],[37,122],[1,3],[39,140],[0,4],[13,-4],[4,-1],[0,0],[20,-8],[35,2],[33,12],[39,10],[31,21],[24,11],[32,-2],[44,1],[9,-2],[17,26],[-8,10],[4,14],[105,138],[-13,7],[-19,20],[-43,55],[-15,10],[-17,15],[-7,11],[-19,28],[-26,66],[-4,22],[-7,35],[1,42],[10,39],[6,33],[-3,32],[-41,77],[-23,70],[-12,54],[-4,38],[8,35],[-89,72],[-6,9],[4,13],[213,277],[101,129],[95,98],[178,189],[18,25],[10,10],[1,1],[0,1],[16,19],[21,-33],[27,-3],[21,-8],[70,-47],[33,-15],[19,-11],[13,-22],[-1,-12],[16,-18],[116,0],[145,0],[12,8],[13,4],[57,12],[27,-2],[75,-32],[75,-34],[139,-12],[138,-13],[110,-34],[162,-55],[108,-46],[2,6],[14,1],[31,-12],[40,-12],[37,-8],[24,-5],[28,-22],[19,-15],[26,-34],[11,-14],[30,-25],[32,-34],[25,-21],[21,-16],[28,-17],[28,-26],[24,-7],[19,-8],[61,-37],[34,-8],[30,5],[39,12],[35,14],[22,-4],[26,-19],[44,-41],[42,-35],[28,-19],[43,-41],[74,-55],[124,-84],[31,-15],[33,-9],[38,-4],[59,4],[28,-1],[36,-11],[11,-5],[25,-12],[92,-25],[31,3],[12,2],[3,-1],[10,0],[11,1],[10,3],[10,3],[1,1],[8,1],[96,26],[40,5],[84,28],[36,12],[22,5],[1,1],[2,0],[-1,1],[62,44],[80,69],[71,96],[49,74],[20,33],[72,47],[55,36],[0,0],[10,7],[14,7],[11,7],[99,97],[65,30],[34,12],[33,6],[41,25],[31,6],[39,11],[62,23],[26,13],[49,0],[26,11],[38,24],[21,12],[12,-4],[9,-8],[14,-5],[13,16],[17,5],[30,5],[32,-3],[33,-7],[0,-15],[15,-16],[20,-4],[19,-11],[23,-19],[6,0],[-2,19],[8,8],[54,-16],[17,-9],[10,-7],[0,0],[111,65],[21,17],[12,20],[-1,30],[2,24],[0,50],[2,133],[0,13],[-4,58],[4,9],[1,30],[18,44],[40,76],[11,0],[1,0],[2,0],[2,0],[1,0],[2,0],[5,8],[4,10],[0,1],[7,7],[4,7],[11,17],[3,5],[3,11],[7,21],[2,18],[4,36],[-1,49],[5,84],[14,62],[16,36],[-18,24],[-27,20],[-11,5],[-4,1],[-7,8],[-39,28],[-7,4],[-37,19],[-21,21],[-9,16],[1,25],[0,31],[-13,28],[-13,20],[-22,24],[-10,24],[-4,26],[4,92],[3,17],[10,18],[3,20],[-7,36],[-14,47],[-42,93],[-1,19],[14,26],[2,3],[19,61],[2,12],[10,37],[23,86],[10,55],[-12,12],[-7,21],[2,32],[7,28],[34,26],[18,19],[3,15],[-3,5],[-1,4],[-9,19],[-7,11],[-2,7],[6,33],[0,2],[3,16],[0,3],[9,61],[24,70],[21,55],[3,7],[11,22],[-2,2],[3,7],[-28,17],[-32,3],[-71,-4],[-44,-9],[-36,-35],[-3,-19],[-14,-18],[-27,-24],[-18,-6],[-22,3],[-18,10],[-14,0],[-43,-26],[-2,-1],[-3,-2],[0,0],[-23,-5],[-23,9],[-11,14],[-7,9],[-11,3],[-2,-5],[-4,-8],[0,-3],[-7,-79],[-2,-7],[-6,-22],[0,0],[-14,-16],[-14,-15],[-6,-4],[-6,-2],[-15,-5],[-32,-5],[-41,-4],[-23,-3],[-91,-6],[-38,72],[-25,42],[-14,29],[-3,7],[0,8],[1,20],[-7,118],[-78,68],[-46,28],[-101,54],[-3,2],[-21,-11],[-21,10],[-80,26],[-59,12],[-295,9],[-18,-1],[-4,13],[-17,52],[-9,21],[-7,12],[-7,14],[-5,7],[-1,94],[13,101],[30,68],[64,67],[62,54],[22,8],[0,-9],[0,-9],[19,9],[5,3],[2,2],[5,0],[25,6],[50,21],[38,30],[61,67],[21,51],[8,48],[2,7],[2,3],[3,3],[3,6],[3,4],[0,3],[1,3],[-1,3],[0,3],[-1,2],[1,3],[6,11],[1,1],[2,3],[3,4],[3,4],[3,3],[3,4],[2,3],[3,3],[3,4],[4,4],[5,7],[4,7],[2,5],[1,4],[0,4],[1,3],[0,3],[18,24],[0,1],[5,4],[4,3],[4,7],[10,20],[10,19],[13,29],[11,30],[6,11],[3,6],[3,8],[3,7],[8,25],[5,13],[2,13],[0,0],[5,13],[3,12],[2,10],[1,8],[1,5],[-1,8],[-1,4],[28,91],[6,6],[26,35],[18,36],[1,2],[11,14],[2,3],[6,5],[46,20],[16,-1],[36,-10],[31,-3],[28,7],[12,-2],[3,-2],[3,-2],[1,-2],[3,-3],[2,-3],[1,-4],[3,-11],[-1,-7],[-1,-11],[2,-18],[17,-30],[29,-29],[20,-3],[4,-6],[3,-17],[1,-18],[-21,-73],[-5,-42],[-5,-21],[-12,-56],[-1,-24],[10,-6],[4,-4],[2,-3],[2,-3],[4,-1],[4,-2],[5,-2],[6,-1],[6,0],[10,-1],[13,0],[11,-1],[6,-1],[2,-1],[123,-42],[46,-2],[4,0],[4,-1],[3,-2],[3,-2],[4,2],[3,2],[4,2],[4,1],[2,1],[7,1],[1,0],[14,1],[65,23],[27,21],[65,68],[47,65],[9,27],[6,25],[2,5],[3,7],[2,6],[3,6],[2,7],[2,3],[5,10],[29,31],[13,6],[32,12],[8,5],[11,7],[32,11],[16,-11],[12,-15],[13,-11],[35,-10],[21,-8],[26,-10],[21,0],[35,-20],[30,-38],[7,-38],[-5,-113],[-2,-89],[3,-73],[1,-2],[-7,-2],[11,-20],[26,-40],[12,-29],[1,-6],[2,-19],[-10,-30],[-23,-43],[-91,-82],[-16,-14],[-13,-10],[-19,-8],[-33,1],[-33,6],[-50,-4],[-19,-8],[-5,-8],[6,-118],[1,-23],[-7,-30],[-7,-21],[4,-12],[32,-26],[21,-23],[14,-38],[-2,-65],[-11,-57],[-14,-55],[-13,-34],[-22,-20],[-39,-20],[-20,-17],[-9,-18],[1,-16],[5,-12],[6,-2],[15,-6],[92,-25],[6,-3],[27,1],[33,12],[24,18],[25,15],[19,1],[37,-8],[47,-21],[51,-14],[41,-12],[142,-45],[27,-8],[125,-39],[2,7],[83,-27],[16,-33],[11,-43],[25,-26],[34,-4],[35,3],[22,3],[16,13],[11,-19],[7,8],[25,36],[33,42],[8,7],[20,17],[7,1],[15,3],[33,1],[25,-5],[106,-22],[42,-14],[14,0],[17,15],[15,18],[25,66],[72,197],[155,406],[93,240],[10,26],[-11,13],[4,18],[0,50],[-22,45],[-39,83],[-15,31],[-8,20],[-19,31],[-11,29],[-9,51],[-6,53],[5,60],[10,56],[11,43],[38,75],[1,2],[6,-2],[2,0],[10,-3],[1,3],[3,-1],[2,0],[8,11],[4,9],[12,32],[17,27],[33,46],[5,7],[3,4],[35,41],[33,27],[7,6],[8,5],[31,21],[1,1],[7,6],[11,13],[5,13],[0,3],[2,16],[32,47],[62,77],[60,44],[18,17],[13,3],[83,114],[1,7],[7,-3],[5,-2],[11,28],[18,-8],[28,-17],[63,-29],[23,-8],[18,-1],[20,3],[30,14],[59,35],[62,43],[36,6],[2,4],[20,20],[97,62],[27,19],[20,16],[9,18],[9,-2],[3,-2],[8,-7],[1,-11],[-11,-26],[15,-9],[113,-67],[22,-13],[17,-10],[5,-9]],[[273382,367906],[-41,-86],[-15,-38],[-17,-37],[-12,-41],[-6,-29],[-3,-29],[2,-23],[2,-14],[8,-27],[0,-35],[-2,-20],[-11,-39],[-1,-27],[0,-18],[9,-33],[6,-24],[4,-15],[4,-21],[0,-20],[-2,-18],[-5,-21],[-7,-20],[-6,-19],[-1,-10],[0,-14],[4,-30],[5,-85],[2,-156],[2,-87],[3,-31],[7,-38],[2,-11],[86,52],[14,4],[2,1],[-4,69],[-5,93],[-2,248],[2,118],[0,15],[4,12],[9,14],[32,33],[5,11],[5,36],[29,226],[5,48],[2,30],[130,18],[176,24],[5,2],[7,8],[17,18],[16,9],[4,2],[1,-1],[15,-6],[27,-8],[24,-7],[18,-8],[20,-9],[25,-20],[27,-22],[22,-20],[7,-8],[17,-28],[6,-11],[6,-17],[9,-34],[2,-10],[2,-22],[2,-26],[7,-116],[7,-148],[2,-76],[1,-31],[0,-12],[0,-16],[0,-27],[2,-16],[4,-15],[1,-4],[0,0],[0,0],[4,-13],[8,-20],[14,-22],[10,-13],[10,-16],[1,0],[3,-19],[7,-33],[7,-26],[6,-26],[21,-58],[29,-76],[9,-12],[10,-4],[18,-7],[11,-10],[6,-10],[3,-3],[13,-31],[18,-27],[12,-14],[7,-4],[3,-2],[8,-5],[19,-4],[0,0],[22,-8],[17,-5],[26,-12],[15,-6],[6,-2],[20,-7],[28,-5],[17,-2],[17,-2],[33,-3],[58,-11],[37,-6],[20,-3],[1,-21],[-2,-1],[6,-138],[50,4],[46,0],[7,-1],[0,1],[37,-1],[45,-4],[39,-8],[1,174],[44,5],[14,0],[12,-3],[15,-11],[27,-25],[33,-27],[20,-12],[15,-9],[44,-22],[33,-15],[15,-14],[8,-15],[4,-18],[6,-36],[5,-23],[11,-15],[65,-54],[32,-36],[17,-19],[5,-8],[15,-25],[37,-59],[88,-135],[33,-50],[40,-51],[52,-68],[87,-105],[29,-30],[18,-12],[51,-26],[33,-19],[132,-75],[74,-36],[46,-20],[32,-9],[104,-11],[90,-7],[224,-18],[30,-6],[2,-1],[167,-9],[56,-1],[82,-1],[62,-3],[93,-11],[115,-12],[121,-11],[27,-4],[17,-2],[18,-3],[57,-12],[30,-5],[56,-9],[33,-6],[114,-19],[110,-17],[84,-16],[39,-9],[26,-10],[19,-9],[15,-14],[16,-9],[87,-48],[64,-42],[25,-21],[20,-26],[23,-37],[24,-41],[30,-70],[20,-46],[19,-54],[20,-62],[3,-13],[9,-45],[3,-13],[3,-12],[5,-25],[9,-25],[3,-10],[0,-1],[10,-46],[20,-34],[7,-12],[36,-16],[2,-2],[8,-10],[13,-16],[3,-5],[12,-19],[16,-25],[19,-35],[19,-37],[21,-44],[0,0],[0,-97],[3,-114],[83,-2],[43,46],[13,-16],[25,-31],[1,-2],[13,-16],[16,-22],[5,-6],[2,-42],[1,-24],[4,-120],[0,-10],[2,-47],[3,-97],[1,-27],[217,-16],[-2,39],[6,77],[109,-116],[50,-48],[35,-29],[46,-40],[27,-23],[50,-43],[36,-34],[24,-25],[61,-37],[39,-21],[47,-26],[7,-4],[10,-5],[7,-5],[11,-6],[23,-11],[12,-6],[-2,-7],[19,-10],[28,-16],[3,7],[2,-1],[6,-3],[24,-13],[33,-18],[30,-18],[20,-11],[-31,-48],[-21,-43],[105,-53],[-38,-71],[5,-1],[11,-2],[-1,-1],[154,-35],[4,-8],[12,-27],[4,-12],[7,-19],[0,0],[6,-28],[4,-21],[-54,1],[-70,-2],[45,-207],[22,-1],[3,0],[45,-9],[10,-6],[28,-180],[39,0],[1,-8],[4,-10],[2,-12],[1,-14],[0,-11],[0,-3],[-2,-11],[-12,-49],[-29,-94],[-13,-41],[-4,-20],[-1,-2],[-53,0],[-37,0],[1,-49],[-3,0],[1,-63],[-7,0],[-65,-2],[1,-32],[-2,0],[0,8],[-5,-1],[-20,0],[0,-5],[-8,3],[-42,8],[-40,2],[-73,-2],[-25,-1],[-9,-8],[-2,-8],[0,-11],[3,-29],[-9,-39],[0,-210],[133,3],[120,1],[1,-1],[5,-21],[6,-24],[2,-10],[6,-31],[2,-9],[1,-16],[3,-43],[14,-51],[4,-9],[36,-111],[5,-14],[2,-5],[3,-8],[6,-14],[6,-25],[0,0],[6,-20],[7,-28],[0,-1],[1,0],[3,-17],[-49,-22],[34,-117],[39,8],[2,-31],[14,-48],[27,-93],[27,-92],[8,-66],[-67,5],[8,-45],[-74,-3],[2,-181],[68,1],[126,1],[1,-3],[2,-11],[1,0],[3,-19],[1,-9],[0,-5],[5,-23],[1,-10],[0,0],[1,-4],[2,-13],[1,-16],[0,-25],[3,-17],[1,-7],[4,-25],[1,-7],[3,-14],[0,-1],[4,-22],[0,-3],[0,-2],[1,-17],[0,-5],[0,-1],[0,0],[0,-23],[-1,-28],[0,-16],[-1,-1],[-10,-23],[-7,-15],[-5,-8],[-5,-10],[-4,-7],[-8,-14],[-1,-1],[-8,-14],[-12,-21],[-13,-20],[-10,-20],[-10,-20],[-6,-19],[-3,-11],[-2,-8],[-3,-7],[-2,-8],[-5,-17],[-2,-10],[-1,-2],[-1,-8],[-1,-3],[-2,-17],[-2,-25],[2,-29],[-1,-10],[1,-21],[0,-12],[2,-12],[0,-3],[0,-4],[1,-19],[4,-43],[0,-4],[3,-28],[0,-4],[3,-23],[2,-19],[1,-4],[1,-14],[1,-2],[2,-9],[10,-45],[0,-3],[6,-22],[2,-8],[3,-8],[4,-19],[13,-49],[1,-8],[0,-3],[1,-5],[0,-4],[1,-1],[-133,-5],[2,-86],[166,8],[2,-4],[117,-226],[2,-3],[1,-4],[1,-5],[7,-17],[1,-5],[14,-41],[41,-214],[2,-31],[2,-17],[1,-7],[-3,-14],[-3,-28],[-1,-14],[-1,-7],[-11,-30],[-5,-12],[-7,-15],[-15,-26],[-25,-36],[-33,-50],[-39,-64],[-20,-39],[-4,-16],[-10,-92],[-3,-62],[1,-66],[2,-18],[1,-3],[-30,-8],[23,-69],[-39,-13],[30,-110],[44,0],[0,0],[17,-25],[24,-24],[63,-207],[0,0],[-6,-11],[-27,-49],[-1,-2],[18,-8],[131,4],[-30,-85],[-9,-24],[-3,-7],[-11,-31],[-1,-2],[-5,-13],[-5,-15],[-18,-46],[-2,-5],[-7,-17],[-4,-11],[-22,-59],[-2,-4],[-9,-24],[-4,-12],[-3,-7],[-36,-91],[-9,-21],[-10,-25],[-14,-35],[-7,-13],[-6,-12],[-5,-10],[-6,-8],[-6,-8],[-12,-15],[-12,-14],[-23,-26],[-17,-21],[-11,-14],[-13,-14],[-14,-17],[-28,-33],[-21,-26],[-7,-8],[-6,-8],[-6,5],[-74,57],[-15,2],[-95,-127],[76,-72],[-24,-28],[-22,-25],[-7,-7],[-5,-6],[-3,-4],[-21,-25],[-2,-3],[-8,-9],[-11,-14],[-10,-13],[-2,-3],[-2,-3],[-129,-149],[-8,-6],[-2,0],[-1,-42],[-34,0],[0,-75],[45,-3],[1,-8],[29,-6],[42,-31],[10,-40],[1,-26],[11,-51],[6,-40],[8,1],[11,4],[3,0],[33,13],[5,1],[2,0],[31,-131],[22,-106],[3,0],[1,-2],[68,8],[5,1],[-7,-16],[0,0],[-20,-35],[6,-17],[6,-9],[-4,-1],[-50,-36],[86,-147],[1,1],[10,8],[11,9],[1,1],[8,8],[0,0],[6,6],[21,2],[41,-65],[-65,-52],[-8,-11],[-5,-14],[1,-15],[4,-21],[15,-37],[37,-97],[36,-70],[-9,12],[-1,1],[-10,12],[0,1],[-7,8],[-15,16],[-13,0],[-18,-1],[-22,4],[-26,8],[-19,1],[-37,0],[-49,-1],[-54,-1],[-16,7],[-18,3],[-11,-1],[-19,-2],[-12,-8],[-16,-16],[-8,-10],[-8,-5],[-11,1],[-17,4],[-16,8],[-22,4],[-25,0],[-23,-3],[-24,-5],[-23,-11],[-12,-11],[-12,-13],[-15,-14],[-1,-9],[0,-7],[0,0],[0,-8],[-1,-9],[-2,-21],[1,-11],[2,-8],[2,-9],[0,-8],[1,-9],[2,-7],[1,-8],[7,-79],[10,-101],[6,-65],[-1,-8],[3,-36],[1,-11],[11,-80],[0,-5],[1,-5],[2,-8],[0,-7],[1,-21],[1,-6],[4,-22],[6,-24],[4,-17],[6,-30],[10,-55],[1,-1],[0,-6],[1,-2],[-2,-4],[0,-5],[0,-3],[0,-5],[-2,-1],[-1,-6],[-17,-1],[-3,17],[-6,-1],[-3,13],[-27,-5],[0,1],[-18,0],[0,-9],[1,-9],[2,-6],[2,-2],[4,-6],[17,-14],[1,-2],[0,-2],[1,-21],[-1,0],[-1,-5],[-1,-3],[-3,-5],[-3,-4],[-3,-3],[-6,-2],[-11,-4],[-10,-3],[1,-17],[45,0],[5,-3],[0,-3],[-2,1],[-16,-19],[8,-14],[4,-16],[13,-44],[30,-102],[23,-84],[18,-63],[3,-27],[3,-19],[6,-30],[27,-90],[19,-59],[9,-36],[5,-36],[1,-15],[1,-20],[2,-21],[3,-14],[22,-75],[24,-86],[37,-130],[15,-50],[8,-21],[8,-18],[5,-10],[28,-49],[69,-110],[54,-84],[1,-6],[-2,-7],[-2,-5],[-4,-8],[-11,-4],[-293,0],[-6,-7],[-3,-1],[-7,-4],[2,-3],[-4,-3],[-16,-6],[-14,0],[-27,3],[-14,-2],[-15,0],[-11,1],[-2,-76],[1,-18],[1,-26],[6,-264],[5,-182],[11,-424],[5,-221],[-18,0],[-2,-36],[13,-1],[5,-3],[4,-3],[2,-3],[2,-5],[2,-10],[0,-138],[2,-75],[2,-101],[0,-21],[0,-26],[2,-122],[0,-16],[0,-27],[1,-116],[-2,-6],[-221,-1],[-54,-1],[-118,-2],[-196,-4],[-1,0],[-88,-1],[0,0],[-2,0],[1,-8],[-1,-16],[1,-14],[-2,-38],[0,-54],[1,-46],[0,-20],[0,-32],[1,-30],[0,-27],[-1,-92],[-1,-116],[1,-108],[-1,-95],[0,-21],[0,-70],[0,0],[19,1],[7,0],[33,1],[36,1],[50,1],[22,0],[40,0],[44,2],[34,0],[19,0],[71,3],[11,0],[0,-2],[1,-21],[0,-25],[1,-54],[44,1],[57,1],[0,-9],[143,-149],[58,-58],[0,-9],[0,-50],[1,-52],[2,-22],[6,-24],[2,-5],[0,-5],[-3,-8],[-6,-12],[-5,-9],[-6,-7],[-13,-23],[-14,-27],[-2,-3],[-92,37],[-24,-56],[68,-55],[-5,-3],[-10,-10],[-9,-5],[1,-2],[-2,-1],[-1,-10],[0,-10],[3,-7],[4,-7],[13,-15],[12,-21],[2,-8],[2,-12],[0,-15],[-2,-13],[-5,-13],[-4,-6],[-3,-7],[-2,-3],[-18,-15],[-44,-24],[-8,-3],[-5,1],[-4,3],[-6,7],[-12,20],[-10,14],[-7,6],[-9,4],[-9,1],[-10,0],[-7,-1],[-3,6],[-2,-3],[-2,-1],[0,0],[-10,-9],[0,0],[0,0],[-1,0],[-16,-25],[-27,-45],[-49,-80],[-11,-18],[-12,-18],[-51,-74],[-20,-19],[-34,-24],[-17,-17],[-44,-47],[-99,-87],[-7,-6],[-2,-2],[-17,-14],[-12,-13],[-4,-4],[-4,-4],[-1,-2],[-10,-10],[-10,-10],[-124,-130],[-18,-20],[-23,-25],[-20,-16],[-17,-7],[-25,-5],[-25,-11],[-23,-17],[-79,-70],[-27,-30],[-15,-16],[-18,-18],[-52,-56],[-22,-15],[-12,-5],[-17,-7],[-45,-17],[-56,-21],[-68,-29],[-14,-6],[-29,-13],[2,5],[-1,51],[-1,611],[-29,1],[-73,2],[-69,5],[-3,-99],[-3,-130],[-1,-70],[-1,-15],[-9,-439],[-85,-38],[-13,-6],[-102,-45],[0,177],[-96,0],[-79,-1],[-48,0],[-30,-225],[-2,-10],[-6,-15],[-7,-9],[-16,-12],[-203,-3],[-15,0],[-14,8],[-16,6],[-24,4],[-18,4],[-15,4],[0,33],[-5,0],[0,0],[-67,1],[-25,0],[-3,0],[-19,1],[-8,0],[-10,-1],[-64,1],[-25,0],[-59,1],[-63,0],[-28,1],[-67,0],[-88,-1],[-24,0],[-20,0],[-19,0],[-25,1],[-109,-1],[-18,0],[-20,0],[-84,0],[-13,1],[-15,1],[-9,2],[-6,5],[-5,7],[-5,9],[-6,12],[-3,7],[-5,9],[-8,19],[-2,5],[-17,42],[-27,63],[-23,55],[-42,102],[-23,53],[-10,24],[-12,29],[-9,21],[-16,40],[-4,11],[-8,19],[-86,211],[-60,146],[-17,50],[-6,25],[-25,114],[-20,94],[-19,83],[-4,16],[-9,43],[-8,37],[-9,38],[-8,43],[-14,67],[-15,61],[-12,58],[-22,104],[-27,128],[-5,21],[-6,-1],[-2,9],[0,9],[0,7],[-3,18],[-6,40],[-11,50],[-35,159],[-5,22],[-4,20],[-18,81],[-28,135],[11,1],[67,3],[0,0],[17,1],[-1,118],[-39,-1],[-7,123],[-100,-2],[-25,109],[-19,83],[-3,14],[-6,27],[-44,204],[9,1],[25,1],[37,0],[33,0],[0,80],[92,0],[0,85],[-233,-1],[-9,43],[-21,95],[-10,44],[-5,34],[-45,240],[-45,208],[-34,139],[-4,20],[-5,26],[-2,10],[-24,118],[-3,16],[-4,28],[-17,92],[-10,55],[-8,45],[-2,15],[-3,21],[-4,24],[-33,162],[-6,22],[-12,24],[-14,17],[-35,42],[-35,40],[-32,41],[-14,17],[-5,7],[-31,32],[-83,86],[-214,221],[-115,122],[-6,6],[-5,5],[-26,28],[-3,4],[-15,16],[-11,10],[-75,80],[-5,4],[-21,23],[-21,21],[-18,20],[-4,4],[-13,16],[-11,15],[-11,12],[-15,14],[-6,5],[-18,18],[-10,10],[-5,5],[-11,12],[-13,14],[-8,9],[-20,21],[-17,17],[-4,4],[-163,174],[-86,92],[-7,10],[-25,38],[-10,0],[-11,3],[-17,9],[-7,12],[-16,18],[-54,60],[-138,142],[-30,32],[-51,42],[-13,11],[-38,34],[-33,37],[-31,34],[-60,68],[-137,167],[-8,11],[-11,13],[-409,496],[-12,18],[-5,7],[-22,32],[-7,11],[-72,88],[-67,87],[-28,36],[-60,73],[-52,54],[-14,12],[-4,4],[-14,14],[-1,1],[-20,16],[-29,17],[-269,124],[-248,112],[44,167],[-1,0],[-4,5],[-6,12],[-13,17],[-29,39],[-13,15],[-11,-5],[-13,-35],[-4,2],[-112,68],[-15,39],[-6,0],[-23,-2],[-36,-17],[-33,-14],[-15,-3],[-13,-3],[-23,-1],[-44,8],[-97,26],[-18,3],[-40,-2],[-7,-13],[-2,-22],[0,-12],[-1,-32],[-22,10],[-218,98],[-178,83],[-22,10],[-138,65],[-132,59],[-511,228],[-385,172],[-197,88],[-157,71],[-274,123],[-85,39],[-40,21],[-41,27],[-43,32],[-24,15],[0,26],[0,143],[0,273],[0,10],[0,22],[1,25],[-1,0],[0,37],[-44,-1],[-137,-4],[-74,-5],[-31,-4],[-12,-1],[-15,1],[-7,4],[-5,12],[-5,43],[-8,91],[-35,377],[-14,132],[-2,20],[11,1],[118,9],[105,8],[-8,83],[-4,0],[-216,-4],[-15,-2],[-20,195],[-15,147],[-38,372],[-67,674],[-3,48],[-1,19],[-12,117],[62,-3],[63,-47],[26,43],[53,-2],[0,91],[2,16],[9,12],[17,8],[97,17],[0,1],[-16,123],[-75,-10],[-5,75],[-29,-1],[0,3],[-142,-3],[0,0],[1,10],[5,78],[3,50],[0,2],[22,9],[-21,1],[0,2],[-71,6],[-50,5],[1,20],[16,157],[8,94],[13,147],[4,53],[4,36],[0,1],[10,13],[18,13],[26,8],[53,7],[117,13],[69,7],[86,9],[148,19],[74,9],[54,6],[-6,34],[-17,18],[-2,2],[-14,9],[-15,3],[-1,2],[9,0],[-9,322],[-58,-5],[-122,-4],[-317,-6],[5,25],[10,56],[4,33],[3,22],[0,68],[3,14],[9,31],[6,21],[2,8],[5,22],[0,10],[0,1],[1,15],[0,16],[-2,21],[-1,3],[-1,7],[-2,27],[-14,363],[0,46],[13,267],[2,29],[6,137],[2,15],[0,1],[156,3],[165,5],[33,0],[-2,173],[-108,-3],[-121,-3],[-69,-2],[-14,-4],[-24,-12],[-8,0],[0,19],[-3,100],[-2,45],[0,28],[-3,38],[-1,26],[-5,93],[0,7],[0,2],[-2,18],[-15,242],[-2,21],[-6,6],[-78,0],[-1,83],[0,48],[0,37],[0,2],[0,10],[1,18],[-1,39],[-1,36],[4,25],[0,10],[1,3],[0,7],[-1,5],[0,4],[-1,6],[-5,22],[-8,39],[-5,38],[-2,18],[-2,9],[-2,28],[-1,4],[0,0],[-3,10],[3,1],[26,10],[11,4],[4,3],[3,3],[3,5],[1,7],[1,6],[0,2],[2,5],[2,4],[4,3],[4,1],[6,0],[7,-1],[87,-17],[21,-5],[5,-1],[5,0],[3,0],[2,1],[1,2],[0,5],[1,6],[0,9],[-1,67],[0,107],[-74,-1],[-33,-1],[-55,-1],[-25,0],[-18,-1],[-29,2],[-13,1],[-35,5],[-1,3],[0,5],[1,4],[2,18],[7,30],[6,43],[1,8],[0,12],[7,18],[4,0],[13,-6],[13,-4],[10,-1],[7,2],[9,4],[6,8],[8,12],[3,8],[14,13],[-1,2],[-3,21],[1,0],[1,16],[0,12],[-2,9],[-5,9],[-6,7],[-5,7],[-3,9],[-3,12],[-1,11],[-1,14],[1,53],[0,46],[0,49],[-1,5],[-1,20],[-5,118],[0,1],[0,13],[-2,100],[0,3],[85,2],[100,5],[0,-1],[0,-8],[0,-1],[0,0],[0,-62],[17,1],[1,-10],[144,3],[-2,103],[10,-1],[0,104],[-11,0],[0,23],[33,-13],[55,-26],[44,-23],[22,-11],[0,0],[6,-4],[5,-2],[17,-7],[79,-37],[32,-12],[20,-6],[30,-9],[48,-8],[29,0],[22,-1],[22,1],[34,5],[33,5],[10,1],[57,7],[20,3],[110,16],[69,10],[11,3],[92,22],[52,17],[56,20],[17,7],[47,23],[70,24],[16,6],[14,8],[13,8],[24,16],[12,9],[22,14],[16,13],[48,32],[32,26],[28,25],[18,17],[12,12],[20,21],[17,13],[36,24],[9,10],[12,13],[48,63],[10,17],[10,15],[6,9],[21,27],[27,30],[24,20],[63,27],[46,14],[68,12],[74,28],[45,15],[34,10],[21,3],[29,4],[32,9],[31,11],[22,8],[19,8],[14,6],[27,13],[63,30],[115,61],[181,103],[57,38],[45,35],[46,39],[18,20],[7,19],[6,23],[4,49],[8,123],[5,59],[7,55],[25,158],[12,68],[16,73],[2,6],[11,41],[163,-33],[20,-4],[63,-13],[20,219],[157,1],[0,-23],[63,0],[23,0],[7,0],[85,-1],[0,136],[30,2],[125,9],[111,9],[16,1],[0,0],[-1,-163],[-2,-335],[-4,-219],[-5,1],[-146,10],[2,-227],[-1,-147],[2,-74],[1,-32],[16,20],[27,21],[31,19],[38,17],[25,8],[11,4],[55,13],[55,14],[5,157],[8,196],[10,226],[16,166],[15,132],[22,201],[34,6],[14,0],[22,4],[73,8],[64,4],[18,-1],[15,0],[132,9],[29,-1],[7,-2],[6,-2],[1,-1],[0,0],[1,0],[3,-2],[10,-2],[11,1],[34,5],[3,0],[29,3],[10,1],[49,6],[138,16],[104,12],[81,10],[55,6],[55,8]],[[278273,362402],[9,-255],[13,0],[77,4],[29,1],[29,1],[34,2],[32,1],[6,1],[12,-1],[0,9],[-4,252],[0,18],[-233,-8],[1,-16],[-5,-9]],[[270732,362072],[0,-116],[54,3],[36,2],[3,0],[3,0],[85,0],[29,0],[42,1],[-1,6],[-3,83],[-63,-3],[-56,2],[-1,24],[-5,-1],[-123,-1]],[[272455,361762],[0,-13],[44,0],[21,0],[1,-15],[7,-211],[371,9],[16,1],[1,36],[0,108],[0,66],[-1,201],[0,0],[-69,-1],[-71,-2],[-10,0],[-2,0],[-239,-5],[-75,-2],[6,-172]],[[276114,360925],[10,-567],[0,-1],[0,-1],[124,4],[231,6],[-13,474],[-1,20],[-2,73],[-178,-4],[-171,-4]],[[279548,355850],[33,-85],[8,2],[22,7],[11,4],[12,4],[16,4],[6,2],[-34,87],[-4,11],[-70,-36]],[[274547,354099],[-3,-1],[0,0],[-13,-7],[-16,-19],[4,-5],[2,1],[24,-27],[1,0],[16,16],[5,-6],[7,10],[0,8],[-27,30]],[[325865,606791],[5,-39],[8,-21],[7,-6],[11,-2],[11,3],[35,5],[55,0],[71,16],[46,10],[3,-12],[14,-96],[64,-132],[8,-19],[1,-5],[5,-19],[2,-14],[3,-18],[-4,-1],[-12,-16],[-52,-6],[-65,-15],[-46,-15],[-12,-4],[-15,-2],[-9,-10],[-5,-11],[-1,-33],[3,-2],[15,-1],[25,1],[144,28],[14,-5],[7,-10],[5,-13],[-2,-33],[-5,-17],[0,-11],[-57,-58],[-3,-29],[-8,-151],[0,-4],[2,-45],[19,-54],[6,-14],[11,-6],[25,-54],[-3,-22],[-8,-26],[-7,-9],[-5,-22],[-6,-22],[0,-13],[3,-13],[6,-13],[16,-15],[8,-11],[2,-24],[0,-17],[4,-16],[10,-9],[6,-3],[16,-1],[32,17],[39,19],[48,15],[88,2],[77,23],[10,10],[197,56],[38,10],[76,19],[24,10],[6,-33],[9,-23],[-14,-6],[-27,-6],[36,-190],[6,-31],[19,6],[13,-59],[-9,-30],[13,-4],[11,-5],[24,-12],[11,-6],[14,-9],[19,-15],[25,-23],[7,-9],[7,-13],[5,-21],[6,-36],[3,-15],[1,-16],[-1,-13],[-9,-12],[7,-22],[20,-49],[-2,-7],[-4,0],[-2,2],[-10,13],[-19,-12],[-9,-8],[-4,-15],[2,-19],[10,-16],[13,-16],[5,-7],[17,-20],[14,-27],[17,-41],[16,-34],[11,-53],[-12,-3],[-147,-27],[10,-2],[6,-2],[6,-9],[3,-21],[2,-66],[13,-83],[6,-23],[9,-12],[11,-1],[34,1],[30,4],[16,-16],[8,-25],[1,-16],[3,-13],[11,-51],[8,-31],[-165,-28],[16,-103],[69,10],[6,-51],[-41,-31],[19,-133],[7,-50],[6,-46],[9,2],[16,1],[27,3],[45,-2],[23,4],[22,6],[15,1],[7,-1],[5,-10],[0,-4],[-10,-6],[12,-96],[39,3],[4,-62],[-10,-9],[-6,-7],[-2,-2],[-2,-24],[1,-10],[4,-13],[-3,-15],[-6,-20],[-3,-19],[-7,-10],[-6,-8],[-21,-8],[-25,-6],[12,-63],[30,9],[9,-67],[21,5],[31,4],[27,6],[16,-101],[1,-10],[-3,-5],[-4,-2],[-8,1],[-8,4],[-4,0],[-9,-4],[-7,-7],[-8,-15],[-2,-15],[1,-14],[5,-15],[1,-8],[-4,-7],[-3,-2],[-7,-1],[-5,-3],[-8,-10],[-3,-12],[-3,-57],[3,-7],[5,-5],[9,-4],[14,0],[3,2],[4,-45],[1,-41],[2,-26],[7,-27],[-23,-2],[-5,-2],[-6,-3],[-5,-5],[0,-9],[17,-71],[7,-1],[44,-1],[1,-31],[7,-137],[6,-4],[-9,-9],[-57,-11],[36,-215],[11,1],[72,17],[3,-23],[5,-33],[3,-13],[-1,-9],[-5,-2],[-95,-15],[-18,-4],[-8,-4],[-2,-5],[1,-11],[5,-40],[16,-87],[19,-20],[3,-7],[3,-25],[7,-43],[7,-12],[48,-60],[15,2],[35,-1],[1,-19],[9,-46],[-3,-5],[-70,-13],[-7,-3],[-6,-6],[-3,-12],[4,-26],[-1,-26],[2,0],[7,-2],[8,-3],[29,1],[14,5],[12,9],[-1,-35],[7,-48],[1,-12],[-3,-18],[-2,-13],[10,-44],[0,-35],[3,-12],[7,-1],[10,2],[18,11],[14,2],[17,0],[30,-4],[4,-36],[-14,-4],[-85,-24],[-29,-9],[-7,-8],[-1,-9],[1,-10],[6,-19],[-2,-26],[-2,-18],[-18,-11],[-8,-1],[7,-33],[-27,-4],[-88,-25],[-34,-9],[-48,-7],[-41,-9],[-14,-3],[21,-117],[55,14],[191,41],[36,9],[23,1],[5,-3],[6,-10],[8,-18],[2,-64],[3,-12],[7,-11],[4,-26],[11,-29],[8,-17],[24,-10],[7,-4],[2,-24],[1,-31],[-61,-6],[-14,0],[-9,-5],[-18,-11],[-2,-13],[3,-30],[8,-23],[7,-12],[10,-6],[13,2],[4,5],[7,-52],[2,-10],[10,-24],[6,-23],[0,-16],[3,-16],[6,-10],[3,-5],[14,-16],[6,-18],[0,-20],[-3,-20],[-5,-19],[-2,-30],[4,-34],[0,-10],[1,-33],[-32,-7],[-1,-16],[4,-37],[12,-31],[10,-17],[4,-16],[32,6],[6,3],[18,7],[22,10],[26,14],[20,11],[0,-2],[3,-31],[27,-261],[-109,-21],[-13,-3],[-147,-28],[-11,-3],[-7,-3],[-1,-4],[1,-19],[9,-59],[1,-6],[-10,-9],[-12,-4],[-30,-3],[-31,-4],[-34,-9],[-84,-13],[29,-166],[7,-41],[28,9],[22,8],[14,0],[16,-9],[19,5],[24,4],[57,10],[62,13],[56,10],[19,4],[27,1],[25,-23],[2,1],[6,-14],[3,-16],[1,-30],[1,-16],[5,-10],[10,-10],[8,-3],[72,14],[12,1],[18,-149],[-54,-10],[-16,-3],[-8,-6],[-5,-7],[0,-10],[0,-27],[-3,-9],[-2,-20],[5,-17],[12,-30],[-4,-6],[-8,-12],[-129,-27],[-46,-11],[-11,-3],[-7,-7],[-1,-9],[3,-40],[23,-24],[8,-5],[19,5],[48,4],[21,0],[12,-68],[42,5],[-9,-7],[-7,-14],[-1,-41],[-2,-51],[0,-33],[-5,-8],[-8,-11],[-19,-14],[-32,-20],[-8,-10],[-4,-11],[-2,-10],[4,-23],[0,-10],[28,-12],[5,-10],[-18,-2],[-24,-7],[-13,-8],[-55,-11],[-21,-5],[-30,-8],[-113,-8],[-27,-7],[-28,2],[-25,-9],[-15,-6],[-9,-5],[-9,0],[-11,3],[-12,2],[-21,-5],[-22,-4],[-31,-6],[-26,-3],[-65,-16],[-41,-6],[-25,-6],[-21,-4],[-22,-3],[-67,-14],[-23,-8],[-16,-5],[-22,-4],[-38,-5],[-19,-5],[-62,-20],[-19,0],[-29,3],[-28,-1],[-14,-2],[-38,-10],[-29,-4],[-39,-11],[-37,-11],[-22,-8],[-15,-4],[-19,-6],[-29,-8],[-75,-14],[-33,-5],[-65,-15],[-31,-7],[-12,-4],[-40,-7],[-51,-7],[-33,-12],[-47,-4],[-55,-21],[-47,-10],[-36,-9],[-35,-7],[-168,-11],[-4,15],[-5,14],[-9,54],[-9,27],[-10,14],[-1,16],[-17,48],[-13,22],[-7,49],[-7,25],[-7,10],[-5,5],[-10,58],[2,2],[5,11],[-4,17],[-9,59],[-5,8],[-6,6],[-3,10],[1,33],[-4,40],[-5,35],[-9,38],[-10,18],[-11,21],[-9,16],[-3,18],[-1,22],[-3,17],[-8,19],[-7,21],[-8,26],[-10,45],[-8,23],[-2,17],[2,18],[1,20],[3,12],[-2,21],[-5,19],[-5,15],[-7,18],[-6,6],[-12,4],[-8,1],[-4,7],[0,9],[4,12],[0,32],[-9,36],[-12,37],[-9,20],[-14,22],[-2,18],[0,22],[-9,13],[-9,3],[-16,0],[-14,-4],[-15,0],[-73,-11],[-263,-52],[-248,-48],[-69,-12],[-108,-19],[-19,-6],[-1,-2],[-119,-15],[-6,5],[-33,70],[-3,13],[-5,14],[-5,4],[-9,3],[-54,-1],[-4,7],[-6,37],[-8,21],[3,1],[11,14],[4,14],[-7,68],[-2,12],[-5,6],[-25,21],[-17,13],[-2,8],[-6,38],[0,7],[8,6],[11,7],[-1,12],[-6,45],[0,8],[7,2],[24,13],[2,6],[-1,18],[-4,37],[5,34],[7,22],[9,17],[2,10],[-3,6],[-8,0],[-58,-12],[-4,3],[-5,13],[-10,88],[0,37],[-11,-1],[-81,-19],[-138,-37],[-7,36],[-19,101],[-7,-3],[-40,-8],[-39,-7],[-112,-29],[-200,-53],[-17,-3],[-31,-17],[-3,-12],[-11,-4],[-2,6],[20,95],[15,84],[2,3],[19,77],[13,43],[0,3],[28,121],[60,263],[1,5],[6,6],[9,33],[-1,6],[5,23],[10,52],[69,290],[9,38],[5,35],[3,12],[21,88],[4,0],[7,21],[24,111],[-1,14],[0,20],[10,60],[14,67],[2,19],[13,94],[7,29],[17,112],[21,130],[3,22],[18,157],[4,17],[10,33],[8,24],[3,14],[7,12],[10,25],[22,86],[30,96],[28,93],[27,87],[55,166],[54,161],[4,8],[20,36],[17,42],[20,59],[1,7],[1,6],[42,132],[53,149],[22,54],[88,245],[1,5],[11,1],[255,40],[-8,94],[92,19],[-11,79],[-33,-2],[-13,-2],[-14,-5],[-12,-3],[-18,-2],[-31,-4],[-12,-6],[-5,0],[0,7],[-2,12],[1,4],[6,3],[18,2],[58,20],[-11,81],[-19,-2],[-6,-1],[-29,-9],[-118,-38],[18,49],[26,83],[31,94],[10,34],[15,50],[32,117],[60,206],[31,0],[58,6],[49,8],[33,6],[15,8],[-5,68],[-9,125],[-25,-4],[-30,-2],[-42,-3],[-15,0],[10,30],[6,22],[10,38],[8,26],[40,131],[11,38],[11,37],[18,61],[10,42],[36,106],[19,52],[20,68],[26,78],[27,87],[6,-10],[12,-7],[11,-4],[16,1],[22,3],[31,8],[18,11],[19,23],[8,18],[0,13],[-2,27],[-6,-1],[-13,0],[-25,-1],[-24,-3],[-19,-7],[-24,-18],[-7,-2],[3,12],[4,14],[4,17],[7,6],[10,3],[14,3],[24,1],[16,0],[9,3],[5,4],[4,8],[6,20],[15,38],[7,17],[2,16],[3,23],[-1,9],[-4,6],[-3,6],[2,4],[8,11],[-1,6],[-7,12],[-2,5],[3,6],[4,2],[9,0],[29,-4],[95,24],[69,16],[22,7],[13,6],[11,2],[2,-7],[3,-15],[8,-4],[36,9],[-1,30],[44,20],[21,13],[12,9],[1,7],[23,6],[14,-6],[14,-2],[15,-3],[7,-25],[59,14],[3,-13],[91,17],[13,5],[3,12],[-4,3],[27,7],[3,5],[2,5],[-5,43],[48,15],[14,-41],[-1,-16],[1,-11],[7,-12]],[[328908,608414],[38,-63],[23,-36],[38,-56],[36,-47],[45,-50],[5,-2],[10,-11],[14,-14],[15,-17],[4,-7],[1,-7],[17,-20],[12,-13],[30,-27],[40,-35],[50,-38],[81,-56],[79,-51],[98,-56],[108,-62],[270,-141],[101,-47],[5,-21],[2,-17],[0,-9],[-2,-41],[-7,-26],[-4,-20],[1,-16],[8,-21],[8,-11],[6,-5],[13,-15],[36,-13],[27,-5],[10,-1],[8,1],[11,-5],[-3,-10],[-13,-9],[-47,-8],[-18,-6],[-29,-13],[-22,-12],[-15,-12],[-8,-11],[-6,-13],[1,-19],[10,-65],[29,-25],[8,-11],[12,-83],[5,-48],[9,-47],[11,-44],[9,-37],[5,-21],[-2,-13],[-8,-7],[-13,-5],[-34,-5],[-57,-15],[23,-118],[3,-11],[16,-67],[15,-76],[14,-74],[2,-12],[-4,-11],[-4,-44],[5,-62],[13,-55],[5,-22],[3,-39],[-4,-17],[8,-70],[17,-20],[18,-4],[18,-10],[19,-27],[21,-39],[2,-9],[8,-23],[28,-109],[14,-38],[55,-194],[25,-95],[6,-26],[9,-31],[8,-38],[6,-26],[35,-136],[1,0],[9,-19],[7,-26],[-2,-10],[-6,-6],[-7,-4],[-4,-11],[4,-9],[3,-16],[3,-12],[10,-9],[7,-1],[7,-6],[10,-16],[6,-24],[9,-38],[14,-50],[18,-86],[4,-11],[4,-7],[1,-18],[4,-16],[16,-55],[7,-43],[6,-22],[8,-22],[2,-12],[24,-63],[8,-30],[16,-55],[1,-11],[1,0],[5,-41],[10,-65],[4,-19],[1,-22],[4,-73],[2,-15],[14,-31],[-4,-20],[-17,-51],[-5,-32],[2,-22],[3,-23],[3,-30],[8,-31],[5,-3],[17,3],[43,6],[23,11],[43,7],[17,3],[73,19],[63,13],[44,6],[12,2],[51,3],[37,11],[24,5],[52,-129],[94,-364],[-4,-33],[-94,-26],[-8,-10],[5,-46],[19,-2],[26,5],[35,9],[14,-12],[11,-18],[8,-25],[10,-42],[-21,-17],[-48,-27],[13,-51],[66,-235],[11,-34],[7,-18],[96,-342],[162,-594],[-5,-11],[-31,-45],[-3,-18],[36,-151],[17,-50],[16,-16],[24,-9],[28,-11],[10,-20],[61,-213],[27,-103],[2,-28],[4,-14],[27,-90],[17,-72],[10,-34],[10,-33],[-1,-9],[-2,-10],[-14,-12],[-24,-18],[-5,-10],[0,-18],[19,-63],[18,-72],[25,-79],[9,-11],[12,-5],[30,5],[14,-2],[7,-8],[16,-48],[47,-162],[40,-136],[12,-39],[7,-15],[14,-14],[37,-12],[12,-3],[7,-7],[8,-14],[13,-49],[38,-143],[60,-220],[1,-15],[-1,-9],[-9,-10],[-18,-10],[-23,-16],[-5,-8],[-3,-12],[1,-16],[28,-100],[6,-11],[6,-6],[12,-2],[43,12],[10,-1],[10,-6],[5,-13],[16,-47],[53,-184],[-77,-29],[-27,-9],[-72,-21],[-76,-21],[-11,-7],[-7,-8],[-3,-10],[3,-20],[3,-18],[10,-50],[5,-29],[17,-103],[7,-43],[-2,-15],[-3,-10],[-3,-8],[-8,-9],[-16,-8],[-30,-12],[-50,-17],[-94,-33],[-11,-9],[-3,-10],[0,-15],[5,-21],[21,-77],[19,-68],[32,-103],[26,-97],[5,-18],[41,-170],[36,-152],[14,-75],[20,-104],[-111,-132],[-22,-27],[-10,-15],[-6,11],[-16,99],[1,17],[6,17],[2,17],[-6,9],[-8,7],[-20,1],[-275,-61],[-32,-9],[-536,-158],[-26,-4],[-5,-2],[-19,-8],[-34,-9],[-56,-17],[-79,-15],[-69,-9],[-29,4],[0,0],[-126,-18],[-2,12],[-11,54],[-19,42],[-6,14],[-6,42],[-22,160],[0,14],[-1,42],[-9,19],[-1,27],[-19,56],[-12,32],[-13,20],[-14,11],[-5,3],[-16,4],[-87,-5],[-99,-12],[-108,-21],[-277,-46],[-193,-36],[-103,-16],[-241,-44],[-13,-3],[-32,-6],[-10,0],[-9,2],[-6,2],[-9,8],[-6,9],[-7,13],[-8,10],[-6,14],[-8,16],[-10,13],[-11,5],[-43,1],[-40,-7],[-120,-23],[-20,-6],[-91,-26],[-129,-31],[-136,-30],[-6,13],[-4,13],[-16,87],[-7,37],[-4,7],[-6,5],[-7,2],[-253,-54],[-22,131],[-95,-19],[-9,55],[-7,88],[13,18],[4,8],[3,8],[-7,40],[-11,63],[-7,14],[0,13],[0,24],[-4,39],[-8,5],[-16,-3],[-9,64],[40,7],[18,3],[60,11],[186,39],[-8,50],[-4,23],[-2,17],[-16,94],[-145,-29],[-17,-3],[-37,-5],[-106,-22],[-4,27],[-11,23],[-5,12],[0,19],[2,38],[0,27],[-5,15],[-8,6],[21,5],[-4,38],[-7,52],[-13,96],[16,5],[-10,62],[0,14],[-8,47],[-6,12],[-5,2],[-21,-1],[-16,3],[-5,5],[-6,11],[-3,19],[-9,35],[-7,8],[-12,6],[-8,11],[-2,31],[-6,24],[5,7],[12,6],[81,24],[59,17],[-8,17],[180,49],[-11,64],[-133,-34],[-15,62],[-52,-14],[-9,42],[-49,-9],[-25,35],[-27,45],[-27,-7],[-6,1],[-15,76],[93,36],[-17,67],[4,8],[-11,3],[-25,-2],[-79,-16],[-38,-10],[-17,-6],[-17,-15],[-12,-1],[-4,33],[-5,46],[120,24],[-3,37],[38,6],[31,10],[12,8],[5,10],[0,3],[-3,21],[-5,27],[-13,15],[-10,4],[2,4],[1,15],[-14,58],[-14,56],[6,2],[-6,29],[-17,-4],[-8,-3],[-14,3],[-6,8],[-1,10],[-2,10],[-7,12],[-8,3],[-31,-6],[-91,-18],[-13,116],[42,0],[36,5],[30,9],[-2,24],[-4,29],[2,9],[30,7],[-8,51],[-7,12],[-9,4],[-15,11],[1,3],[-1,30],[5,8],[-1,19],[4,75],[32,2],[-9,53],[-9,55],[-19,-3],[-21,122],[-19,-4],[-28,131],[2,6],[-1,22],[-3,8],[-1,17],[16,14],[-1,29],[-17,47],[-7,78],[74,15],[-9,74],[-18,0],[-22,-4],[-26,-9],[-10,67],[-115,-12],[-10,-2],[-8,73],[27,1],[52,13],[10,6],[7,89],[21,8],[19,6],[18,16],[8,20],[0,16],[-5,15],[-15,16],[-22,13],[-22,1],[-8,4],[-6,12],[-11,84],[-6,19],[-8,8],[-14,7],[-16,3],[121,39],[71,22],[-1,20],[-1,4],[-6,19],[-16,40],[-7,7],[-6,3],[-44,-3],[-9,61],[-6,2],[-33,-6],[-32,138],[1,14],[-3,34],[-2,29],[22,3],[-29,157],[-5,28],[-18,27],[-92,-15],[-44,-6],[-2,17],[81,14],[-15,116],[35,5],[-10,74],[39,7],[19,5],[-21,136],[33,7],[78,16],[24,5],[-31,232],[-26,-5],[-15,94],[-43,-6],[58,18],[71,21],[-21,108],[-46,-10],[-105,-22],[-53,-12],[-13,74],[-39,-6],[-23,-2],[-20,-8],[-24,-2],[-23,-6],[-17,-4],[1,46],[0,1],[33,5],[59,10],[6,5],[-3,37],[-6,42],[-19,-4],[19,4],[22,4],[17,8],[6,10],[1,15],[-7,22],[-10,13],[-7,30],[-7,21],[-7,1],[-30,-5],[-66,-14],[-1,49],[-3,35],[112,21],[7,6],[2,5],[-2,11],[-11,54],[-3,16],[-7,27],[-2,34],[0,16],[5,6],[11,4],[18,5],[-2,16],[-6,4],[-7,2],[-6,0],[-8,5],[-5,7],[-8,8],[-6,5],[-7,8],[-29,2],[-12,13],[2,7],[-25,-3],[-58,-9],[-3,16],[55,8],[34,6],[111,28],[-15,76],[16,2],[-3,23],[-17,-3],[-4,21],[-44,-9],[-44,-9],[-7,1],[-4,5],[-2,16],[-3,7],[-4,5],[-6,2],[-37,-7],[-26,-4],[-2,-7],[-10,-5],[-11,0],[-19,142],[33,7],[83,13],[9,7],[8,10],[-2,12],[-11,14],[-14,15],[-7,19],[-9,51],[-5,12],[-11,4],[-3,20],[13,5],[8,10],[12,9],[11,5],[10,2],[19,8],[7,13],[-9,55],[-4,23],[-11,84],[-23,136],[3,16],[2,15],[2,14],[-12,80],[-23,-2],[-9,60],[-5,48],[-74,-15],[0,5],[-3,23],[-1,36],[5,19],[1,17],[-6,48],[-5,23],[1,12],[7,15],[11,6],[52,10],[8,6],[5,10],[2,6],[-14,71],[-23,140],[-6,8],[-9,5],[-8,-1],[-66,-12],[-3,22],[7,2],[12,-2],[-13,70],[-14,76],[-4,0],[-62,-14],[-7,-1],[0,10],[-20,0],[0,-10],[-5,5],[-5,8],[-19,113],[39,9],[71,29],[7,19],[-18,73],[-2,9],[-1,12],[-11,42],[29,10],[-4,5],[-1,13],[94,22],[23,6],[-9,40],[-3,18],[-59,-13],[-24,120],[-14,-3],[-21,-2],[-42,-14],[-23,-5],[-22,8],[-8,8],[-2,10],[3,5],[12,3],[38,9],[39,9],[50,15],[-8,67],[-155,-33],[-52,294],[15,5],[29,6],[151,36],[99,33],[8,1],[-7,43],[-13,82],[-1,5],[-1,16],[0,21],[3,14],[4,8],[25,9],[5,3],[20,1],[7,0],[24,5],[133,41],[82,23],[68,20],[59,19],[1,8],[-4,45],[-3,34],[-9,16],[-8,36],[-20,113],[-9,30],[-4,12],[-7,34],[-10,42],[-1,12],[-7,42],[-15,50],[0,17],[-8,28],[-5,16],[-6,14],[-4,14],[4,10],[123,41],[34,9],[9,3],[5,4],[3,4],[1,12],[-4,24],[-7,26],[0,46],[-11,70],[-10,34],[-7,23],[-9,11],[-17,11],[-24,6],[0,23],[8,3],[10,6],[5,7],[2,12],[1,33],[0,4],[0,132],[2,10],[8,3],[56,-2],[42,-13],[8,-8],[4,-6],[1,-14],[2,-19],[15,-20],[16,-11],[19,-8],[30,-11],[31,-4],[44,0],[56,9],[69,22],[39,20],[47,20],[34,10],[40,10],[43,13],[25,9],[14,8],[10,8],[7,14],[88,23],[7,-5],[16,2],[29,9],[25,4],[33,7],[27,10],[54,25],[43,15],[30,4],[37,4],[14,0],[11,11],[16,11],[8,3],[8,5],[38,-3],[19,-38],[35,-64]],[[327808,610640],[32,-86],[13,-33],[16,-54],[27,8],[-15,53],[-2,13],[7,16],[15,14],[18,11],[21,4],[14,0],[29,-11],[160,-82],[186,-97],[14,-5],[17,0],[16,5],[14,12],[10,12],[7,10],[5,12],[36,-20],[45,-24],[14,-60],[15,-50],[5,-11],[90,-31],[38,-15],[37,-16],[242,-133],[208,-123],[102,-63],[196,-119],[167,-110],[474,-321],[61,-47],[221,-141],[290,-179],[439,-263],[102,-58],[274,-154],[-42,-209],[-13,-65],[-29,-143],[-20,-129],[-15,-116],[-6,-156],[-3,-213],[2,-55],[4,-159],[-5,-15],[-5,-9],[-12,-7],[-13,-3],[-32,-1],[-68,5],[-59,9],[-61,7],[-52,12],[-69,20],[-79,30],[-74,37],[-75,38],[-152,88],[-109,64],[-34,21],[-264,157],[-33,20],[-155,86],[-146,80],[-295,143],[-119,58],[-34,19],[-48,31],[-46,34],[-24,21],[-18,13],[-11,5],[-14,11],[-16,17],[-17,24],[-2,5],[-71,82],[-42,52],[-45,74],[-6,11],[-41,85],[-28,69],[-7,21],[-1,14],[2,9],[4,9],[5,5],[6,5],[14,3],[17,1],[33,8],[52,8],[94,24],[72,16],[121,35],[33,6],[54,2],[38,7],[54,13],[30,6],[26,1],[13,-3],[19,6],[9,10],[5,11],[-1,19],[-14,81],[-25,95],[-1,3],[1,37],[0,34],[17,21],[9,9],[4,11],[1,12],[-3,26],[-1,15],[-4,13],[-4,5],[-9,3],[-6,-1],[-14,1],[-8,1],[-11,5],[-6,7],[-3,8],[0,10],[-2,33],[-16,52],[-12,47],[-9,38],[-6,16],[-14,67],[-42,-10],[-394,-96],[-158,-35],[-53,-13],[-30,99],[-8,-2],[-216,-60],[-116,-32],[-119,-41],[-30,103],[-38,136],[2,10],[0,2],[10,15],[-33,115],[49,16],[-8,32],[-7,32],[-3,-18],[-10,-19],[-11,-11],[-18,-7],[-10,1],[28,62],[3,22],[-15,39],[-38,-13],[-18,68],[-25,89],[-2,7],[-3,58],[-7,-1],[-62,-7],[-44,-7],[-35,-12],[-22,-6],[-18,2],[2,-7],[60,-196],[34,-131],[17,-46],[95,-334],[9,-32],[-25,-5],[-1,0],[-97,340],[-4,14],[-8,24],[-9,31],[-7,-13],[-6,-7],[-6,-5],[-9,-4],[-59,-22],[-8,-2],[-4,2],[5,-17],[9,-24],[6,-16],[90,-321],[-4,-15],[-16,-14],[-16,-10],[-39,-14],[-69,-19],[-309,-106],[-91,-25],[-61,-21],[-21,-5],[-21,-4],[-93,-24],[-37,-6],[-28,22],[-12,1],[-19,-4],[-18,-7],[-11,1],[-8,4],[-13,0],[-22,-12],[-25,-3],[-26,-9],[-29,-11],[-37,-12],[-32,-22],[-49,-34],[-38,-21],[-38,-11],[-50,-1],[-52,-10],[-28,-7],[-99,-36],[-86,-40],[-71,-38],[-118,-87],[-8,-7],[-6,-10],[-5,-11],[-19,-11],[-55,-36],[-8,-19],[-52,-9],[-32,-13],[-10,-2],[-12,3],[-12,10],[-18,4],[-21,0],[-15,-2],[-7,-11],[-60,-38],[-2,-3],[-18,-18],[-50,-36],[-165,-60],[0,17],[-2,18],[-3,68],[1,166],[6,155],[8,102],[22,176],[25,151],[18,94],[3,7],[3,17],[3,10],[6,32],[29,128],[55,226],[56,226],[11,49],[21,91],[14,50],[8,28],[10,54],[35,117],[29,93],[30,104],[15,49],[10,27],[120,-30],[128,-35],[57,-8],[42,-2],[15,0],[50,2],[107,28],[61,22],[91,37],[103,48],[159,67],[50,14],[52,8],[58,1],[49,-8],[60,-16],[55,-20],[5,-1],[246,-112],[19,-9],[13,-8],[5,-8]],[[327931,610350],[29,-103],[20,-67],[21,-58],[22,-58],[90,32],[42,15],[29,11],[24,7],[-15,52],[-12,41],[-25,-9],[-16,-4],[-16,0],[-21,-2],[-34,-5],[21,17],[22,10],[0,13],[-3,8],[-4,14],[-7,14],[-10,4],[-12,3],[-12,3],[-14,57],[-4,18],[-4,4],[-8,3],[-2,4],[-35,-5],[-66,-19]],[[327920,610286],[-17,60],[-96,-33],[-4,-10],[-20,-12],[-43,-24],[-67,-31],[-39,-12],[20,-74],[114,37],[129,33],[-92,-44],[-23,-8],[29,-106],[16,6],[115,43],[25,11],[-12,31],[-20,78],[-15,55]],[[327662,611396],[7,-2],[11,0],[20,3],[20,7],[25,5],[29,11],[-2,-26],[4,-15],[3,-18],[-120,-41],[-9,30],[-10,33],[-13,61],[11,-1],[5,-2],[7,-13],[4,-23],[8,-9]],[[324417,611945],[108,-117],[128,-130],[166,-168],[84,-85],[82,-91],[38,-42],[22,25],[10,13],[37,-27],[3,-18],[13,-12],[42,-34],[19,-18],[24,-36],[25,-27],[49,-39],[16,-27],[30,-25],[15,-22],[26,-25],[37,-35],[8,-12],[-1,-11],[-18,-34],[-28,-27],[-23,-8],[-30,-20],[-13,-22],[308,-328],[48,-52],[183,-196],[30,-29],[-48,-219],[-107,-463],[-64,-273],[-18,-55],[-45,-109],[-43,-114],[-27,-96],[-5,-14],[-55,-187],[-30,-101],[-61,23],[-49,-167],[-58,20],[-32,-132],[-71,85],[-49,-59],[-5,-2],[-3,1],[-55,61],[-35,-43],[-25,-29],[-124,136],[-221,243],[-207,233],[-109,126],[-537,619],[-160,183],[-158,179],[-185,211],[-43,43],[3,3],[13,16],[27,33],[0,0],[28,33],[42,52],[16,19],[39,48],[6,15],[-5,11],[5,17],[23,61],[1,16],[-5,14],[-14,15],[-8,21],[13,28],[29,63],[79,128],[67,108],[38,67],[6,11],[35,67],[4,30],[-10,10],[-9,8],[-1,18],[6,26],[25,41],[7,19],[3,46],[22,60],[10,19],[0,39],[18,17],[10,26],[24,15],[-2,27],[68,99],[12,8],[16,5],[4,8],[0,12],[1,13],[17,28],[7,4],[16,1],[-4,19],[0,10],[4,14],[3,5],[-1,5],[-11,0],[15,28],[5,0],[13,1],[16,-1],[15,3],[11,10],[10,11],[6,6],[7,12],[32,45],[19,22],[8,5],[9,2],[20,24],[4,10],[17,31],[45,82],[19,38],[6,14],[113,-118],[124,-124]],[[328332,617645],[132,-51],[0,0],[2,-1],[33,-12],[9,-3],[20,-8],[368,-146],[321,-127],[10,-4],[61,-25],[64,-25],[59,-24],[24,-9],[49,-19],[16,-6],[188,-75],[296,-119],[115,-48],[3,9],[63,-25],[21,-9],[1,0],[-3,-10],[-1,-12],[7,-13],[13,-13],[35,-19],[-17,-39],[-27,14],[-28,3],[-21,-3],[-15,-8],[-23,-1],[-18,7],[-20,-9],[-24,-19],[-15,-26],[-8,-28],[-18,-48],[-16,-32],[-58,-91],[-11,-26],[-13,-35],[-76,-164],[-5,-22],[-2,-22],[5,-22],[9,-21],[11,-19],[14,-19],[35,-36],[8,-12],[7,-8],[1,-23],[2,-13],[7,-10],[11,0],[11,6],[14,8],[15,13],[20,7],[20,0],[11,-5],[15,-11],[2,-17],[-1,-18],[43,-49],[18,-19],[32,-50],[19,5],[28,21],[5,-31],[24,-15],[11,-15],[4,-12],[7,-7],[18,-1],[11,-11],[2,-14],[9,-6],[25,-6],[4,-6],[58,-60],[13,-25],[23,-58],[-4,-18],[-24,-19],[-21,-38],[-1,-18],[9,-11],[60,-34],[39,-12],[65,-2],[15,-15],[-1,-10],[11,4],[16,10],[11,1],[34,-15],[4,-13],[11,-8],[12,-20],[47,-35],[-4,-22],[28,-33],[41,-31],[65,-37],[101,-53],[27,1],[98,200],[25,48],[22,42],[79,182],[57,97],[62,138],[19,-26],[22,-43],[3,-16],[-2,-14],[-39,-95],[-18,-39],[-1,0],[35,-39],[19,4],[15,-4],[11,-9],[14,-14],[14,-6],[19,-2],[14,-7],[73,-10],[20,-11],[74,-40],[15,-8],[69,-38],[16,-12],[16,-12],[11,24],[23,60],[13,25],[10,11],[9,3],[169,-79],[40,-20],[28,-11],[6,11],[12,32],[28,1],[62,-33],[48,-18],[97,-57],[54,-30],[10,1],[1,-1],[17,-25],[2,-2],[3,-5],[8,-11],[42,-62],[67,-100],[64,-104],[52,-89],[47,-83],[35,-64],[8,-14],[3,-7],[61,-127],[34,-78],[20,-43],[28,-74],[14,-37],[17,-42],[5,-13],[20,-53],[2,-7],[8,-23],[1,-2],[9,-28],[9,-28],[25,-75],[17,-64],[16,-53],[8,-27],[7,-25],[1,-7],[24,-88],[7,-31],[17,-82],[7,-34],[23,-128],[13,-88],[6,-46],[11,-91],[8,-59],[9,1],[1,-13],[2,-15],[-10,-1],[0,-4],[5,-59],[6,-105],[4,-83],[0,-17],[-14,-2],[-3,6],[-56,-25],[5,-51],[-8,-4],[-141,-61],[-214,-94],[-259,-114],[1,-14],[-190,-88],[-12,-11],[-3,-13],[0,-15],[12,-47],[-47,-14],[-1,5],[-17,62],[-9,7],[-9,1],[-8,-2],[-15,-6],[-181,-78],[-107,-44],[-690,-266],[-47,-17],[-17,-17],[-4,-16],[6,-24],[-46,-13],[-8,22],[-12,10],[-12,0],[-19,-4],[-195,-69],[-8,-1],[-45,-10],[-62,-66],[-47,27],[-209,-73],[-73,-33],[-11,-17],[-6,-10],[16,-52],[25,-11],[-1,-2],[79,-286],[-15,-5],[8,-24],[-351,-113],[78,-282],[121,40],[46,-143],[-83,-30],[-16,-5],[-82,-29],[-101,-36],[76,-273],[26,-73],[67,-454],[2,-1],[6,-8],[-2,-7],[-9,-8],[-46,-17],[-119,-34],[95,-532],[-67,45],[-176,120],[-153,101],[-23,14],[-64,43],[-102,67],[-38,23],[-156,96],[-153,93],[-290,168],[-115,62],[-143,84],[-68,46],[-74,55],[-21,13],[-22,4],[-37,-5],[21,-80],[-3,1],[-40,20],[-25,12],[-1,0],[-18,50],[-14,26],[-23,29],[-157,76],[-386,184],[-30,27],[-6,6],[-14,17],[-16,40],[-7,22],[68,25],[-4,12],[-10,27],[-12,19],[-15,7],[63,24],[5,4],[2,7],[-2,7],[-6,22],[-8,11],[-7,4],[-10,0],[-93,-33],[-3,20],[98,33],[5,0],[7,-4],[13,-14],[1,-4],[28,5],[45,11],[8,-21],[-11,62],[-12,44],[8,7],[33,8],[10,13],[3,17],[5,18],[-20,77],[-18,-6],[-22,-10],[-26,-5],[-16,-6],[-19,2],[-37,-3],[-2,52],[-1,14],[-7,16],[-18,7],[-48,13],[-2,7],[-6,11],[-5,23],[-6,18],[-7,18],[-17,-3],[-4,3],[-1,3],[2,6],[0,5],[24,8],[-29,134],[-70,-23],[-27,151],[-12,77],[-3,21],[-3,13],[-15,63],[-19,82],[-11,50],[87,23],[2,-1],[52,118],[56,13],[182,54],[-11,55],[-100,-28],[-10,1],[-17,11],[-6,14],[14,14],[2,1],[-4,21],[-121,-33],[-6,24],[-12,-3],[6,-73],[-150,-25],[-4,33],[-6,38],[-7,54],[-22,106],[24,12],[42,13],[61,15],[16,6],[-21,138],[-18,-5],[-52,-10],[-47,-12],[-14,-6],[-5,-11],[-7,-2],[-2,16],[-2,14],[-6,39],[-12,67],[-11,54],[-15,73],[-4,35],[-6,61],[-4,26],[21,6],[42,9],[35,12],[-2,7],[-1,16],[-10,31],[-6,16],[-7,7],[-9,0],[-22,-2],[-29,-6],[-20,1],[-15,9],[-24,81],[-12,42],[-15,54],[-18,61],[-6,23],[-13,48],[-12,58],[-2,8],[74,13],[34,-106],[8,4],[17,8],[41,11],[33,7],[23,6],[22,9],[15,4],[33,5],[20,4],[-22,103],[28,8],[-15,72],[-17,-3],[-62,-14],[-30,-5],[-31,-11],[-22,-5],[-80,-22],[-24,-4],[-58,-15],[-12,70],[-14,62],[-9,36],[-28,94],[-6,20],[-27,97],[-9,45],[-13,48],[-26,134],[-4,16],[-12,46],[-52,138],[-17,45],[-6,22],[14,-7],[11,-3],[26,3],[43,11],[75,21],[14,17],[24,10],[-43,155],[-35,-6],[-33,-5],[-29,-5],[-4,-4],[-95,-30],[-4,29],[-11,67],[-18,87],[-9,45],[109,31],[33,9],[-7,18],[-6,50],[-4,16],[-7,23],[0,3],[-5,44],[-13,8],[-135,-11],[-6,-7],[-3,-8],[-19,-49],[-11,-22],[-13,-23],[-32,17],[1,15],[11,25],[11,31],[8,17],[4,21],[1,3],[2,40],[-2,59],[-3,18],[-3,40],[3,36],[11,36],[-3,16],[-8,23],[-3,21],[-1,9],[-3,84],[4,21],[4,14],[4,34],[24,197],[40,336],[2,18],[21,173],[16,93],[16,87],[9,38],[45,187],[37,114],[4,13],[7,24],[13,41],[9,28],[21,71],[30,88],[67,160],[79,176],[38,82],[11,24],[53,111],[68,149],[8,16],[14,53],[14,33],[89,-24],[171,-37],[72,-20],[19,-8],[16,-21],[5,-14],[265,-77],[263,-105]],[[374471,644493],[57,-33],[-64,-155],[44,-25],[-34,-89],[40,-18],[21,-13],[43,-32],[45,-9],[47,-24],[3,-3],[1,1],[4,-2],[99,208],[9,19],[79,-42],[18,50],[18,43],[15,-7],[25,-13],[2,-1],[-15,-55],[6,-6],[-5,-23],[2,-1],[-13,-44],[-9,-31],[-5,-14],[-12,-42],[19,-10],[-1,-3],[41,-17],[8,-4],[14,-7],[8,-4],[17,-10],[1,5],[7,-3],[11,29],[53,-25],[99,-48],[-15,-40],[34,-13],[109,-55],[-2,-12],[-31,-74],[-2,-5],[99,-47],[17,44],[19,47],[18,43],[13,34],[12,-6],[43,-22],[35,-17],[35,-19],[13,-7],[-10,-35],[-7,-18],[-13,-36],[-19,-53],[-21,-59],[-13,-35],[-19,-56],[-21,-60],[56,-30],[68,-36],[11,-7],[13,-6],[87,-48],[7,16],[14,39],[18,47],[21,52],[19,51],[14,37],[13,36],[0,0],[-10,-28],[93,-43],[9,24],[0,1],[4,-2],[11,31],[11,-6],[114,-61],[12,-6],[1,2],[1,0],[-1,-1],[16,-5],[4,9],[54,-30],[2,7],[9,-5],[-15,-31],[7,-4],[-2,-9],[50,-25],[9,-5],[3,7],[8,21],[1,1],[3,8],[0,0],[67,-36],[20,-11],[8,-5],[0,-1],[-4,-9],[1,-1],[-1,-2],[83,-40],[12,-10],[24,-13],[8,1],[16,-12],[4,9],[2,0],[10,-3],[1,32],[0,3],[9,22],[59,-31],[-17,-48],[3,-5],[0,0],[0,0],[27,-40],[7,-1],[-8,-23],[15,-6],[9,23],[-3,1],[3,2],[5,13],[2,6],[58,-8],[-13,-33],[91,-51],[0,0],[11,-9],[-4,-10],[7,-3],[-1,-1],[111,-61],[-1,-4],[5,-2],[-6,-16],[-8,-21],[54,-27],[-1,-3],[27,-10],[4,-2],[34,-17],[1,3],[19,-10],[14,28],[105,-31],[20,-9],[2,3],[7,-3],[10,27],[2,-1],[50,-28],[-2,-7],[-5,-11],[-6,-14],[-5,-12],[-5,-13],[-2,-11],[-3,-19],[0,-3],[-3,-6],[18,-8],[13,-7],[14,-6],[8,-6],[2,6],[7,-3],[-1,-3],[0,-1],[-119,-291],[114,-56],[88,201],[15,42],[30,-15],[4,9],[24,2],[27,-9],[29,-13],[13,5],[27,7],[24,-3],[2,2],[23,-13],[94,-53],[1,3],[4,-3],[-8,-20],[-33,-82],[86,-44],[-23,-59],[-7,-18],[-5,-12],[-30,-78],[83,-40],[35,87],[2,-1],[92,-52],[68,8],[5,-2],[43,-23],[15,35],[12,3],[119,-66],[-8,-32],[118,-69],[31,62],[4,8],[8,18],[4,7],[33,-21],[19,-16],[4,-3],[2,2],[2,-1],[-23,-51],[-8,-17],[-4,-8],[-43,-94],[36,-18],[21,-11],[-22,-57],[-10,-27],[87,-38],[23,-12],[66,144],[16,-9],[157,-86],[42,93],[1,-1],[0,0],[48,-30],[56,-34],[-2,-6],[-32,-68],[104,-58],[6,-4],[1,2],[0,0],[18,39],[21,10],[98,-66],[2,4],[69,-35],[173,-100],[20,39],[180,-110],[24,-15],[-5,-10],[8,-5],[-13,-24],[-202,-387],[-9,-18],[-7,-17],[101,-49],[29,52],[51,-34],[12,19],[9,-4],[13,-7],[11,-7],[81,-53],[-45,-73],[-21,-49],[35,43],[85,64],[14,1],[8,-1],[8,-3],[5,-8],[2,-12],[-9,-31],[-19,-58],[49,75],[20,38],[13,6],[5,0],[1,-1],[4,-3],[2,-2],[2,-1],[1,2],[4,1],[7,-5],[3,-5],[7,-20],[-3,-27],[-6,-30],[-87,-195],[-49,-78],[-15,-25],[73,-53],[13,-9],[30,-21],[25,-18],[80,-56],[-90,-169],[222,-146],[0,-3],[39,-22],[2,3],[2,-1],[43,79],[16,26],[91,-73],[-48,-81],[-89,-158],[38,-16],[27,-18],[73,-49],[9,-6],[23,-16],[31,-22],[15,-12],[7,-4],[-2,-2],[-3,-45],[6,-6],[7,-13],[90,-77],[-1,-2],[1,-2],[-26,-40],[10,-10],[-3,-5],[1,-5],[93,-83],[7,0],[4,-5],[0,0],[13,-12],[26,30],[49,60],[7,9],[2,-5],[3,-6],[4,-7],[12,-25],[17,-35],[11,-19],[6,-15],[64,-110],[20,-32],[19,-32],[40,-66],[43,-71],[15,-24],[32,-54],[87,-176],[115,-231],[1,-4],[-9,-11],[10,-12],[-40,-42],[-21,-27],[-24,-35],[-41,-66],[82,-98],[15,20],[30,-36],[107,89],[0,0],[5,-9],[46,-96],[42,-89],[1,-2],[-1,0],[-19,-21],[-138,-185],[51,-47],[77,106],[42,27],[16,-32],[17,21],[10,4],[5,-12],[9,-29],[-9,-8],[-21,-21],[-28,-27],[44,-102],[-1,-1],[10,-19],[74,-160],[4,5],[2,2],[4,-8],[29,33],[16,18],[4,4],[4,-9],[19,-46],[48,-104],[32,-81],[18,-46],[21,-52],[27,-68],[20,-58],[19,-60],[3,-9],[10,-32],[1,0],[-163,-189],[100,-105],[123,132],[3,-8],[3,-6],[2,-7],[22,-57],[28,-74],[0,-1],[25,-66],[30,-78],[22,-56],[15,-39],[-72,-80],[13,-28],[-16,-9],[1,-41],[-65,-62],[-119,-127],[121,-142],[50,45],[95,94],[16,-23],[1,-1],[-4,-4],[-21,-24],[-18,-18],[-25,-23],[-35,-32],[-50,-42],[-36,-26],[-18,-14],[-7,-8],[-12,-16],[-3,-11],[-3,-12],[-1,-7],[17,-23],[17,-27],[15,-23],[21,-30],[9,3],[26,8],[38,13],[69,20],[87,29],[75,23],[57,-18],[20,-12],[17,-8],[8,-6],[3,2],[16,-23],[12,-19],[70,-88],[25,-36],[7,-14],[4,-10],[3,-14],[1,-14],[-1,-12],[-2,-17],[-21,-120],[-21,-115],[-8,-49],[-19,-13],[-31,-23],[-71,-34],[-23,-11],[-28,-18],[-40,-21],[-41,-21],[3,-11],[3,-6],[-1,-4],[2,-19],[42,-109],[-3,-3],[-12,-7],[-20,-8],[-59,-51],[-156,-134],[-8,-3],[-20,-31],[-157,-140],[-30,-28],[-23,-29],[12,-162],[45,-54],[-16,-18],[-8,-22],[-1,-18],[5,-15],[34,-44],[-9,-8],[29,-170],[22,20],[88,81],[17,15],[106,97],[3,-4],[32,28],[29,28],[21,23],[9,6],[5,2],[7,1],[8,-1],[7,-4],[4,-3],[15,-19],[24,-31],[23,-32],[30,-42],[12,-17],[10,-14],[-1,-22],[0,-17],[-18,-13],[-227,-211],[79,-122],[-111,-101],[16,-21],[1,-2],[70,-95],[14,13],[18,17],[58,52],[14,-14],[2,-4],[31,-38],[10,-10],[45,23],[23,4],[0,-3],[7,-24],[5,-20],[3,-5],[1,-2],[1,-6],[3,-12],[4,-13],[4,-9],[-10,-9],[-145,-117],[-5,-8],[-23,-23],[17,-25],[84,-118],[107,-151],[-10,-9],[-4,-8],[1,-11],[3,-8],[26,-37],[11,-16],[11,-15],[17,-23],[16,-22],[71,-99],[2,1],[0,0],[12,10],[12,9],[7,6],[28,26],[29,28],[59,54],[46,-61],[2,-3],[9,-15],[6,-14],[11,-12],[7,-6],[1,-1],[0,0],[5,-4],[14,-7],[1,1],[4,-2],[70,103],[34,66],[49,-22],[62,-28],[37,-18],[23,-14],[10,-8],[6,-6],[8,-10],[7,-10],[8,-15],[17,-44],[21,-59],[17,-50],[22,-64],[33,-107],[4,-13],[13,-43],[18,-58],[43,-146],[2,-5],[27,-93],[29,-104],[35,-122],[18,-47],[26,-63],[13,-32],[-15,-13],[-17,-15],[-20,-15],[-33,-34],[-8,-7],[-1,-2],[-13,-13],[-86,-95],[-36,-39],[-9,-6],[-68,-79],[-21,-22],[-13,-13],[0,-6],[6,-11],[6,-6],[12,-19],[8,-14],[11,-19],[4,-6],[3,-3],[3,0],[4,2],[14,10],[30,25],[28,24],[24,24],[31,28],[8,7],[10,7],[17,14],[15,13],[18,13],[6,5],[18,13],[15,11],[12,10],[11,10],[12,12],[16,16],[5,5],[15,11],[5,3],[29,18],[20,-51],[6,-15],[29,-88],[16,-53],[1,-1],[9,-27],[19,-60],[6,-14],[1,-5],[11,-31],[10,-27],[18,-44],[27,-65],[4,-11],[23,-41],[15,-28],[24,-37],[25,-39],[7,-12],[7,-19],[5,-20],[2,-4],[7,-24],[10,-35],[43,-100],[-6,-5],[-52,-42],[-73,-58],[-35,-31],[-21,-19],[2,-3],[-8,-6],[84,-127],[168,137],[3,2],[10,-33],[24,-61],[31,-67],[20,-39],[6,-11],[23,-48],[3,-5],[19,-37],[7,-15],[8,-17],[5,-13],[23,-57],[7,-18],[16,-38],[9,-25],[4,-13],[10,-26],[24,-73],[7,-22],[22,-73],[5,-16],[17,-50],[13,-39],[11,-29],[34,-90],[6,-18],[7,-20],[4,-53],[4,-61],[-4,-40],[-31,-15],[-81,-43],[-71,-41],[-4,-1],[-6,-4],[-4,-3],[0,0],[-30,-21],[99,-230],[30,24],[1,-2],[8,-18],[26,20],[25,19],[35,27],[36,28],[27,20],[7,-34],[3,-26],[5,-17],[5,-17],[6,-22],[8,-18],[4,-6],[17,-16],[11,-11],[7,-8],[8,-19],[11,-40],[17,-62],[5,-21],[14,-61],[3,-14],[2,-8],[1,-4],[3,-13],[20,-92],[5,-24],[9,-38],[2,-7],[13,-59],[0,0],[-134,-79],[-216,-127],[-88,-51],[30,-68],[85,47],[68,-144],[238,135],[78,45],[2,-7],[20,-79],[14,-61],[19,-71],[3,-7],[1,-2],[3,-3],[2,-5],[18,-68],[20,-81],[-101,-58],[-52,-31],[2,-5],[-17,-10],[28,-74],[2,-5],[-21,-13],[-37,-22],[55,-126],[23,-55],[23,14],[1,-1],[166,97],[0,-1],[1,-5],[1,-4],[15,-63],[18,-72],[6,-26],[1,-3],[21,-82],[5,-20],[3,-8],[4,-20],[13,-54],[1,-6],[10,-34],[9,-37],[9,-36],[1,-2],[1,-5],[3,-10],[26,-98],[9,-36],[13,-53],[19,-69],[14,-60],[12,-47],[1,-7],[-1,-3],[1,-8],[-2,-1],[-32,-15],[-26,-13],[-36,-18],[-35,-18],[-34,-17],[-32,-16],[-41,-21],[-35,-17],[-31,-20],[-22,-13],[-45,-18],[-48,-24],[-35,-18],[-49,-29],[-45,-27],[-97,-48],[-51,-24],[-19,-11],[-97,-55],[-4,-7],[-4,3],[-334,-183],[-407,-229],[-149,-79],[-269,-150],[-21,-9],[-17,-1],[-13,11],[-3,-21],[-14,-19],[-27,-17],[-26,99],[-64,262],[-36,144],[-12,52],[-23,83],[-8,30],[-7,22],[-7,22],[-25,66],[-70,185],[139,84],[-58,119],[-2,-1],[0,2],[-55,-33],[-65,-36],[-16,35],[-3,9],[-38,58],[-11,28],[-56,132],[-104,249],[-52,123],[-31,75],[-1,2],[-10,24],[-3,7],[-3,6],[0,0],[-1,2],[-32,-22],[0,0],[-53,-31],[-99,-66],[-62,-39],[-23,-11],[-22,-13],[-29,-17],[-7,-6],[-9,-7],[-15,-9],[-56,-32],[-18,-9],[-40,-23],[-37,-21],[-57,-34],[-40,-23],[-69,-42],[-55,-32],[-97,-58],[-50,-28],[-216,-121],[-13,-8],[-34,-19],[-13,-7],[-21,-9],[-14,-7],[-4,-2],[-5,-5],[-1,-2],[-6,-3],[-1,-13],[0,-1],[-76,-24],[-99,248],[-18,37],[-13,37],[-37,82],[-7,14],[-17,35],[1,5],[-25,48],[-15,58],[-22,89],[-25,108],[-9,57],[-60,-7],[-31,3],[-26,-5],[-56,-17],[-30,-1],[-64,3],[-122,-2],[-150,-4],[0,-1],[-40,-37],[-10,20],[-36,69],[-30,58],[-20,42],[-18,40],[-26,60],[-13,30],[-96,-44],[-36,-2],[-274,-12],[7,-214],[-136,2],[-36,3],[-66,20],[-179,49],[-35,7],[-121,24],[-354,59],[-197,34],[-8,2],[-111,28],[-67,15],[-139,43],[-5,9],[-31,1],[-282,72],[-499,133],[-20,5],[-218,52],[0,2],[-20,44],[-28,47],[-33,44],[-11,59],[-2,13],[-34,86],[-35,72],[-7,11],[-124,199],[-13,25],[-35,62],[-70,125],[-5,11],[-82,175],[-13,22],[-13,24],[-119,230],[-45,87],[-24,52],[-26,50],[-108,223],[-10,21],[-73,162],[-47,103],[-75,165],[-9,17],[-29,63],[-14,32],[-30,67],[-91,176],[-12,16],[-46,59],[9,8],[1,-1],[47,36],[44,35],[1,29],[2,85],[-32,3],[-2,0],[0,3],[85,-10],[148,-16],[6,112],[-89,7],[-135,16],[10,103],[-57,9],[-38,9],[-16,1],[-17,5],[-4,1],[-17,-3],[-7,-2],[-1,34],[-24,-2],[-9,0],[-14,4],[-5,5],[0,14],[-7,26],[-9,38],[-6,21],[-3,14],[-9,44],[-24,107],[-1,5],[-59,10],[-22,2],[-23,4],[-11,2],[-11,2],[-5,75],[-2,45],[-17,2],[-21,2],[-41,3],[-51,8],[-11,-1],[-18,47],[-28,72],[-10,19],[35,5],[17,-2],[4,-6],[27,5],[44,1],[15,-1],[16,-5],[-9,5],[-7,4],[-7,8],[-2,4],[4,7],[5,1],[-23,61],[-13,18],[-17,13],[-74,2],[7,125],[-2,0],[0,1],[26,-3],[1,83],[9,0],[18,173],[-169,16],[0,6],[-76,8],[-10,26],[-9,26],[0,0],[56,-1],[7,14],[3,4],[11,1],[21,0],[16,15],[6,20],[-17,7],[7,184],[6,18],[-2,0],[-59,24],[-26,7],[-34,6],[-2,0],[3,83],[3,0],[4,118],[-2,0],[0,3],[-49,6],[-5,1],[-20,5],[-71,19],[-65,11],[-19,48],[-24,63],[13,2],[42,-3],[17,-2],[0,2],[8,-1],[20,121],[-8,3],[-161,66],[-8,16],[-6,15],[-50,132],[12,1],[28,-3],[3,5],[3,-1],[73,101],[11,15],[-6,0],[3,8],[-31,5],[9,114],[-43,5],[-56,5],[-53,-1],[-35,-5],[-8,27],[7,-5],[5,-2],[6,-2],[7,-1],[10,-1],[9,0],[13,1],[13,2],[6,4],[4,3],[42,2],[7,-1],[0,4],[17,0],[49,-6],[1,21],[-31,6],[5,66],[-22,2],[-48,19],[-7,3],[-4,1],[-5,2],[-6,0],[2,66],[53,3],[3,48],[18,0],[5,86],[-6,7],[-5,11],[2,13],[-25,4],[12,107],[1,0],[10,63],[-17,3],[-89,16],[-28,4],[-11,2],[-1,0],[-27,33],[-45,19],[-40,2],[-60,-6],[-20,54],[67,18],[1,4],[5,1],[14,7],[0,17],[-7,16],[-37,9],[-38,2],[-37,-18],[-36,76],[-6,12],[48,-8],[16,-2],[11,-3],[12,-2],[7,-2],[15,132],[4,43],[4,37],[10,123],[-7,1],[1,5],[-34,1],[-45,4],[-2,-6],[-53,3],[-27,1],[-43,9],[-6,1],[-6,-1],[-6,-1],[-8,-3],[-4,-9],[-1,-5],[-1,-4],[-2,-5],[0,-13],[-29,69],[11,-9],[6,-2],[11,-1],[60,-5],[2,18],[17,1],[-4,99],[3,5],[-3,1],[0,16],[-18,8],[-48,11],[-36,7],[-3,0],[-16,-1],[1,-11],[-12,2],[-3,18],[-4,7],[-4,5],[-2,6],[-25,69],[-3,6],[196,4],[2,88],[-35,9],[-17,5],[-12,1],[1,7],[2,15],[6,-1],[11,78],[-5,1],[2,10],[-90,17],[-41,7],[-14,1],[3,32],[3,75],[90,-11],[25,-4],[6,-1],[4,74],[4,66],[-78,20],[-81,20],[-32,6],[-2,0],[1,10],[-17,3],[-11,1],[-12,5],[-8,0],[-11,0],[-5,2],[-8,1],[-7,1],[-6,-1],[-6,0],[-6,-1],[-7,1],[-6,-1],[-8,-1],[-5,-2],[-5,-3],[-1,-2],[-6,0],[-3,30],[-5,6],[-2,4],[-3,7],[-2,8],[-2,9],[-8,18],[-3,7],[-10,-5],[-5,12],[12,5],[0,5],[-1,6],[1,5],[-15,37],[-3,1],[-2,3],[-16,15],[-9,12],[-18,20],[-30,24],[-44,41],[-35,38],[-27,35],[-12,14],[-8,10],[-6,6],[-4,3],[-5,4],[-5,6],[-13,18],[-7,9],[-38,49],[-7,11],[9,2],[37,4],[11,0],[10,74],[-6,2],[1,9],[-3,3],[-5,1],[-4,2],[-5,2],[-9,1],[-3,0],[-4,8],[-2,14],[-2,11],[-7,25],[6,25],[-15,4],[-5,16],[-40,4],[-28,6],[-1,10],[4,0],[-20,164],[-38,3],[-22,4],[-9,2],[-10,6],[-25,10],[-21,5],[-11,0],[-11,2],[-20,2],[-19,-3],[-12,-4],[-22,-5],[-3,4],[-3,5],[-3,2],[-4,3],[-2,5],[-3,5],[-5,5],[-7,9],[-3,4],[94,25],[-11,104],[3,26],[-10,3],[-47,3],[-38,0],[-59,-3],[-48,-5],[-7,13],[-4,5],[34,47],[9,12],[107,-14],[0,19],[4,7],[7,17],[7,39],[19,-3],[30,-4],[6,72],[4,24],[4,34],[-2,36],[-31,5],[-18,3],[-66,10],[-65,13],[-67,12],[-23,1],[-35,-1],[0,-9],[-28,3],[-9,3],[-14,-1],[-17,1],[-26,-3],[-38,-9],[-2,0],[-3,-3],[-2,-2],[-16,12],[-5,4],[6,6],[19,8],[24,6],[30,2],[33,-2],[43,-6],[6,182],[-43,11],[-6,1],[-34,5],[-71,9],[-3,0],[1,8],[-20,2],[-23,1],[-25,1],[-19,-1],[-13,-1],[-10,-2],[-7,0],[-3,0],[-15,0],[-3,-2],[-4,-3],[-2,-7],[-46,50],[29,-4],[57,1],[33,1],[-2,69],[-21,14],[-31,11],[-28,6],[-27,0],[-34,-7],[-28,-9],[-1,3],[-7,9],[-5,8],[-25,38],[-29,43],[-42,65],[-22,35],[-8,13],[-10,13],[-12,16],[-10,11],[-5,2],[-4,6],[-4,5],[-6,4],[-4,3],[1,0],[16,-11],[17,-11],[12,-7],[25,0],[48,-4],[47,-9],[87,-14],[44,-6],[7,120],[0,0],[7,97],[-140,3],[-98,-6],[-27,-5],[-32,-27],[2,-5],[-29,-19],[-7,-12],[-6,-12],[-4,-16],[1,-14],[-2,3],[-46,68],[-3,2],[-4,4],[-5,7],[-10,15],[-12,17],[-15,22],[-14,18],[-17,22],[-16,19],[-17,22],[-3,4],[-2,4],[-2,3],[-10,11],[2,3],[3,3],[5,3],[1,0],[20,3],[25,0],[13,-2],[1,34],[1,17],[0,27],[21,-2],[-33,77],[-12,30],[-3,9],[5,60],[-3,1],[-5,0],[1,4],[-64,9],[-17,5],[-13,4],[-10,4],[-19,10],[-13,-2],[-11,5],[-12,0],[-12,2],[-4,1],[-6,1],[-18,2],[-9,0],[-9,-4],[-12,2],[1,-57],[0,-8],[1,-4],[0,-12],[-16,19],[-18,26],[-16,-15],[-3,3],[-21,28],[-11,-125],[5,0],[2,-8],[-2,-30],[0,-8],[0,-10],[-7,-112],[11,-2],[0,-6],[61,-8],[63,-8],[6,-1],[31,-6],[23,-1],[48,-7],[9,8],[13,-19],[15,-22],[29,-39],[9,-17],[6,-9],[9,-22],[14,-22],[-8,0],[-2,-1],[-2,0],[-2,-2],[-5,-2],[-6,-5],[-4,-5],[1,-12],[21,-89],[3,-31],[3,-9],[0,0],[0,-10],[-12,4],[-5,-8],[-15,-29],[10,-3],[13,-3],[46,-19],[7,-4],[6,-6],[3,-8],[1,-8],[2,-10],[5,-17],[1,-27],[0,-31],[-4,-64],[44,-11],[38,-10],[80,-14],[38,-6],[48,-6],[25,-1],[6,-2],[4,-2],[3,-2],[3,-7],[2,-9],[-1,-7],[6,-7],[-65,0],[-36,2],[-90,13],[-67,11],[-86,11],[-45,5],[-238,37],[-61,10],[-28,0],[-4,-9],[-12,-176],[-7,0],[-3,-52],[8,-1],[4,-5],[19,-5],[48,-2],[80,-10],[50,-11],[108,-17],[38,-1],[115,-20],[60,-8],[60,-6],[35,0],[0,-1],[1,-16],[-18,-1],[-5,-93],[35,-4],[15,-2],[13,-3],[19,-4],[0,-2],[39,-12],[69,-25],[6,39],[8,21],[173,-20],[43,-59],[61,-82],[61,-85],[62,-83],[12,6],[10,-15],[16,-22],[12,-15],[8,-10],[14,-15],[11,-18],[7,-13],[5,-12],[13,-16],[-6,-4],[40,-58],[25,-35],[20,-30],[40,-61],[30,-43],[46,-64],[45,-55],[-5,-4],[-50,-32],[-22,-14],[-10,-6],[5,-1],[-1,-7],[-7,-5],[25,-2],[26,-4],[4,-1],[21,-90],[0,-12],[0,-9],[5,-1],[1,-4],[-1,-97],[74,-15],[17,9],[18,21],[21,40],[10,0],[10,-7],[-4,-20],[-16,-26],[-18,-22],[5,-11],[17,-15],[23,-9],[0,-1],[7,-5],[7,-3],[1,-1],[5,-3],[6,-7],[7,-6],[14,-9],[3,-3],[0,0],[5,-6],[-1,-4],[-1,1],[-2,-17],[-3,-18],[-2,-22],[-2,-12],[-1,-5],[-4,-12],[-7,0],[0,-3],[0,-1],[-1,-13],[-1,-24],[0,-1],[-1,-13],[0,-3],[4,0],[-1,-2],[28,-4],[13,4],[26,12],[19,5],[-1,0],[-28,-16],[-8,-5],[-5,-7],[-3,-3],[-4,-7],[-8,-14],[-6,-4],[11,-9],[22,-18],[6,-8],[27,-21],[21,-12],[28,-3],[53,-2],[59,1],[3,0],[30,-89],[-8,-8],[2,-8],[67,-205],[27,-86],[22,-65],[7,-20],[3,-12],[1,-7],[-4,0],[-63,4],[-48,8],[-32,11],[-32,6],[-89,11],[-37,-4],[-19,-15],[-2,-4],[0,0],[-8,-14],[-2,-12],[-1,-11],[-3,-12],[0,-12],[3,-9],[2,-22],[0,-8],[-37,3],[-20,15],[-16,-31],[-3,-21],[2,-21],[11,-20],[11,-9],[30,-4],[18,-1],[13,-2],[4,-6],[7,-12],[10,-10],[1,-1],[15,-22],[10,-3],[3,2],[9,-11],[8,9],[6,4],[12,4],[21,7],[44,11],[5,3],[5,2],[14,8],[1,6],[2,10],[5,45],[2,5],[7,16],[6,2],[9,-1],[59,-8],[89,-14],[8,-2],[6,-5],[6,-8],[16,-46],[19,-54],[12,-42],[14,-37],[18,-38],[-14,-8],[-24,-3],[-17,-12],[-4,-17],[8,-65],[-1,-35],[-29,6],[-45,7],[-25,-181],[33,-25],[-8,-44],[-117,17],[-15,4],[1,-29],[14,-19],[83,-14],[23,-3],[-1,-82],[167,-26],[83,-13],[29,-9],[13,-7],[1,0],[-3,-1],[0,-5],[2,-5],[4,-38],[0,-3],[1,-1],[1,-2],[4,-2],[5,-2],[1,-1],[7,-11],[30,1],[4,-1],[25,-3],[18,-2],[4,0],[10,-37],[2,-4],[-28,0],[-24,2],[-20,2],[-11,0],[-8,-2],[-5,-4],[-9,1],[6,-7],[0,-3],[0,-16],[-5,-80],[6,-2],[0,-1],[54,-25],[1,-11],[2,-27],[-1,-16],[-2,-17],[-2,-12],[-9,-37],[-13,-51],[-6,-21],[23,-6],[31,-14],[23,-5],[17,3],[28,20],[24,26],[12,5],[1,-3],[-3,-2],[2,-7],[6,-3],[4,-12],[-2,-7],[13,-50],[-20,14],[-23,2],[-36,-8],[-2,2],[-6,0],[-5,-1],[-7,-2],[-8,-1],[-7,-1],[0,-2],[-3,0],[-5,-60],[-185,23],[-161,18],[-20,-224],[-735,103],[-43,3],[-28,-7],[-30,-11],[-22,-12],[0,-13],[-15,-10],[-94,-65],[-42,-24],[-27,45],[-27,73],[-31,38],[-3,4],[-4,19],[-11,27],[-58,109],[-2,1],[-54,47],[1,25],[-18,42],[-15,26],[-12,1],[-4,5],[-4,5],[-1,12],[-5,8],[-68,84],[-27,25],[-7,17],[-10,5],[-22,6],[-2,8],[-3,7],[5,18],[-43,44],[-17,6],[-2,20],[-79,87],[-18,0],[-24,24],[-4,23],[-38,45],[-5,7],[-22,7],[-8,8],[0,20],[-3,10],[-59,62],[-38,39],[-4,7],[-115,123],[-15,-1],[0,20],[-12,22],[-16,15],[-25,27],[-14,27],[-31,33],[-1,4],[-54,64],[2,14],[-14,24],[-57,71],[-15,17],[-33,43],[-34,50],[-36,60],[-39,76],[-6,-2],[-8,-6],[-3,93],[-9,12],[-6,5],[-14,3],[-15,1],[-3,-1],[-6,-2],[-5,-3],[-2,-2],[-6,-19],[-10,-54],[-3,-15],[-13,-221],[-15,-255],[-16,-226],[-17,-251],[-5,-75],[-8,-122],[-52,-849],[-8,-40],[1,-64],[-23,-357],[3,1],[2,-36],[-2,-59],[2,-2],[5,-16],[9,-5],[0,-20],[-6,-2],[-5,-7],[-6,-76],[-21,-41],[-20,-334],[-14,-242],[-24,-406],[-3,-61],[-22,-311],[-17,-265],[-4,-90],[-3,-61],[-28,-385],[-4,-116],[-11,-174],[5,-4],[16,-10],[-1,-19],[-19,-6],[-6,-3],[-4,-53],[-8,-41],[-32,-234],[-17,-119],[-1,-11],[-20,-105],[-33,-192],[-11,-64],[-4,-22],[-3,-18],[-34,-204],[-20,-113],[-2,-12],[-11,-86],[-18,-97],[-14,-66],[-8,-34],[-16,-52],[-27,-48],[-120,-189],[-24,-33],[-27,10],[-12,-17],[-4,1],[-9,7],[-3,4],[-8,3],[-8,4],[-14,6],[-11,6],[-72,48],[-55,35],[-39,30],[-18,13],[-1,-1],[-9,0],[-48,44],[-17,4],[-33,1],[-7,4],[7,12],[3,2],[10,7],[1,1],[6,2],[10,12],[15,24],[0,0],[4,4],[7,6],[5,4],[5,5],[3,6],[2,6],[2,7],[2,7],[2,6],[-1,1],[2,3],[-24,15],[10,16],[-14,11],[-16,12],[-27,20],[-35,27],[-1,-3],[-31,-54],[-6,4],[-1,-1],[-34,23],[-14,2],[-12,-23],[0,-20],[9,-22],[30,-30],[62,-67],[-8,-9],[-54,48],[-25,23],[-9,10],[5,8],[-19,11],[-11,8],[-13,8],[-12,3],[-37,12],[-9,3],[-4,-3],[-30,13],[-25,19],[-16,24],[-7,32],[-10,41],[-6,8],[0,0],[-2,4],[-6,6],[-7,6],[-21,13],[-13,8],[-4,1],[0,0],[-44,28],[-36,21],[-9,7],[-60,40],[-1,1],[20,22],[48,-38],[32,-7],[35,-22],[18,-13],[72,126],[-116,88],[11,21],[-115,86],[-29,-59],[-29,-19],[-38,-58],[22,-21],[5,-16],[67,-54],[-21,-23],[-20,17],[-27,25],[-12,14],[0,3],[-8,6],[-6,7],[-37,30],[-55,41],[-92,82],[-4,8],[-7,2],[-18,17],[2,5],[-78,36],[-33,22],[-1,1],[46,100],[-45,30],[-1,-1],[-10,-15],[-10,-21],[-10,-22],[-5,-14],[-3,-11],[-8,-16],[-6,4],[-35,27],[-10,6],[6,14],[14,-5],[12,6],[10,15],[24,49],[59,142],[25,56],[-22,14],[3,5],[-20,12],[-12,-24],[-18,-22],[-32,-25],[-26,-8],[-24,-2],[-7,2],[-5,2],[-11,-32],[-43,-94],[1,-23],[13,-21],[13,-17],[12,-10],[13,-8],[-3,-16],[-34,20],[-19,18],[-45,54],[-33,36],[-62,59],[-35,34],[-37,58],[2,2],[-7,8],[-10,12],[-6,10],[0,13],[-1,17],[-3,8],[-12,12],[-16,11],[-29,-3],[-12,-1],[-14,7],[-10,12],[1,1],[-1,1],[-3,2],[-67,56],[-16,15],[-14,21],[-6,5],[43,85],[-23,19],[-2,-2],[-3,2],[-45,28],[-5,-13],[-11,8],[-7,-15],[-10,-21],[-15,-23],[-26,23],[-5,-14],[-73,52],[1,3],[-9,7],[-2,-4],[-10,0],[-16,11],[-20,15],[-2,3],[-6,5],[-4,3],[-5,4],[-9,6],[-4,2],[-18,14],[-20,21],[-7,8],[-9,10],[-3,4],[-43,79],[-1,20],[7,24],[12,26],[17,53],[-82,37],[0,0],[3,13],[2,6],[3,6],[2,5],[5,12],[6,16],[2,7],[2,11],[-6,2],[7,23],[-51,21],[22,74],[-51,22],[-17,-51],[-39,19],[26,69],[-23,10],[-32,-75],[-21,-61],[-8,-39],[-6,-31],[0,-11],[-41,1],[-38,5],[-91,10],[-186,9],[-42,-1],[-10,1],[0,2],[-25,-5],[-73,-3],[-25,6],[-23,19],[9,28],[17,57],[5,16],[0,0],[17,50],[21,66],[11,35],[10,30],[15,41],[2,9],[-128,60],[-35,9],[-1,-2],[-6,-15],[-2,-9],[-2,-7],[-1,-9],[0,-7],[-3,-19],[-9,-31],[-14,-46],[-17,-60],[-16,-49],[0,-2],[-14,-46],[-6,-20],[-6,-21],[-50,11],[-31,9],[-32,3],[-1,0],[0,0],[-2,0],[-41,-9],[-13,6],[6,17],[-33,-6],[-4,-17],[-7,1],[-109,27],[-6,1],[-11,4],[-27,9],[-16,6],[-10,4],[-8,2],[-5,2],[-22,11],[-11,4],[9,28],[-19,7],[-10,-28],[-13,5],[-25,7],[-11,4],[-35,10],[-7,0],[-92,26],[-49,13],[-24,10],[-2,1],[-1,0],[-1,1],[-7,2],[-3,1],[4,17],[81,-21],[10,29],[-107,33],[0,2],[-36,9],[-52,16],[5,12],[9,23],[-17,8],[-16,9],[-2,-4],[0,0],[-17,-20],[-9,-13],[0,-1],[0,0],[0,0],[-4,-12],[5,-31],[-39,14],[-53,16],[-48,5],[-240,37],[-28,9],[-13,5],[-6,3],[-26,13],[-13,7],[-15,5],[-7,4],[-5,13],[9,8],[1,-1],[5,-2],[9,16],[11,16],[18,38],[1,2],[8,17],[10,21],[7,15],[-7,5],[1,0],[-63,38],[22,33],[-80,64],[-20,3],[-11,-2],[-10,-10],[-33,22],[-2,-4],[-26,-25],[-24,-38],[-19,7],[-2,1],[-10,-10],[-14,-21],[-6,-13],[-4,-4],[-5,-6],[-5,-3],[-7,-1],[-7,1],[-9,2],[-8,5],[-8,6],[-4,4],[-1,2],[0,2],[-1,2],[-1,2],[-5,4],[-18,10],[-46,100],[-1,6],[-102,66],[11,26],[-56,37],[-13,-24],[-2,-3],[-54,42],[57,107],[-67,38],[-55,-113],[-5,-13],[-2,1],[-19,-36],[-5,-9],[-34,23],[-6,-13],[-93,63],[-19,12],[9,16],[10,26],[17,40],[76,158],[35,75],[31,53],[153,290],[101,210],[73,141],[77,146],[269,497],[193,369],[29,47],[35,47],[23,19],[7,13],[85,161],[597,1131],[4,7],[10,2],[49,-33],[71,-49],[26,-18],[59,-61],[21,42],[1,9],[419,804],[140,250],[31,65],[25,40],[17,27],[17,20],[15,37],[13,15],[12,4],[27,49],[-2,1],[-5,11],[0,10],[10,18],[12,19],[7,34],[35,68],[183,360],[175,338],[12,25],[12,23],[12,25],[17,34],[16,31],[-111,103],[29,53],[50,100],[189,362],[98,187],[232,447],[29,55],[68,129],[53,101],[16,28],[15,25],[17,24],[10,9],[21,18],[15,8],[6,-3],[9,5],[1,0],[0,1],[57,31],[-4,7],[-12,39],[-3,32],[2,10],[-20,65],[-13,11],[-45,87],[-23,54],[-6,1],[-5,10],[-61,109],[-4,13],[-33,63],[-7,5],[-13,24],[-6,25],[6,24],[28,41],[15,8],[9,0],[23,50],[3,6],[54,58],[38,32],[25,13],[18,3],[42,34],[839,-137],[10,8],[101,140],[4,6],[19,7],[7,5],[22,-1],[1,24],[5,6],[0,21],[6,1047],[4,0],[0,23],[6,6],[10,8],[83,83],[26,33],[-9,33],[8,0],[15,14],[3,6],[0,20],[1,21],[12,32],[16,34],[20,28],[31,31],[35,39],[60,63],[57,67],[59,83],[34,48],[35,50],[34,63],[28,42],[34,39],[24,24],[4,3],[8,6],[6,5],[13,-2],[7,-6],[5,-7],[3,-11],[4,-1],[7,1],[4,18],[10,7],[39,-10],[19,-12],[11,-12],[30,-54],[15,-25],[25,-15],[23,-20],[6,-8],[21,-21],[13,-21],[32,32],[11,-13],[20,-6],[6,-5],[9,-9],[13,-20],[37,-75],[23,-37],[22,-26],[6,10],[11,-10],[18,-16],[-9,-22],[-5,-30],[-3,-24],[1,-28],[5,-17],[11,-13],[12,-9],[8,13],[13,-11],[8,-8],[13,-27],[7,-18],[8,-11],[8,-7],[5,7],[8,0],[9,-6],[7,-6],[6,-11],[1,-28],[5,-23],[7,-11],[3,-2],[1,-8],[32,-38],[1,0],[121,-139],[6,-4],[5,0],[12,-3],[4,-2],[4,-9],[-1,-34],[9,-6],[5,-3],[14,-1],[18,-1],[9,-1],[11,3],[1,8],[15,3],[0,0],[13,-4],[3,1],[4,2],[19,-15],[0,1],[14,-11],[85,-73],[26,-25],[2,-2],[20,-34],[1,-35],[-1,-53],[1,-62],[2,-20],[5,-43],[23,-56],[42,-46],[42,-31],[-1,-3],[26,-18],[-2,4],[3,-3],[107,-61],[78,-35],[14,27],[114,210],[113,215],[192,376],[71,133],[366,675],[90,176],[-11,7],[47,88],[103,52],[-50,109],[-20,53],[23,16],[23,17],[16,-33],[10,-9],[7,1],[2,8],[15,30],[15,22],[17,29],[27,55],[50,95],[64,131],[14,25],[0,11],[160,337],[80,156],[7,7],[11,27],[44,90],[47,103],[30,84],[57,135],[150,376],[9,24],[121,306],[95,245],[6,-3],[4,-1],[11,-6],[23,24],[4,0],[3,-2],[5,0],[5,-1],[6,-1],[2,0],[0,0],[3,-1]],[[373846,640252],[63,-86],[130,68],[-85,190],[-108,-172]],[[380103,639732],[32,-28],[38,53],[-33,28],[-37,-53]],[[371142,639378],[2,-11],[9,-18],[13,-27],[13,-26],[15,-33],[13,-25],[8,-14],[12,-17],[17,-27],[11,-18],[31,-54],[11,-16],[42,-66],[-1,-1],[-3,-8],[-8,-4],[23,-28],[8,11],[5,3],[7,-8],[8,-9],[6,-9],[8,-11],[7,-8],[4,-6],[8,-13],[8,-13],[9,-13],[11,-16],[5,-8],[5,-4],[6,-6],[6,-6],[4,-5],[5,-6],[5,-3],[6,-3],[6,-4],[6,-2],[5,0],[5,4],[-2,21],[2,24],[1,25],[2,33],[4,47],[7,-1],[13,-1],[20,-1],[12,2],[5,8],[7,126],[-14,0],[0,8],[12,187],[-16,11],[-8,5],[-7,3],[-9,3],[-10,3],[-8,1],[-15,1],[-21,3],[-30,3],[-30,4],[-27,2],[-33,4],[-17,2],[-18,11],[-10,6],[-16,1],[-17,2],[-15,2],[-9,1],[-17,-3],[-10,2],[-11,2],[-9,1],[-13,1],[-26,3],[-13,1],[-11,1],[-13,-1],[3,-5],[4,-10],[2,-10]],[[371311,638982],[-8,9],[-2,2],[-16,22],[-26,34],[-13,16],[-38,46],[-21,0],[-20,0],[-1,0],[-35,0],[-10,-8],[0,-39],[3,-33],[1,-1],[-16,-119],[64,-10],[1,-1],[1,-88],[55,-6],[-2,-78],[54,-8],[22,-13],[18,-17],[-73,14],[-21,4],[-100,16],[-3,-90],[-17,-1],[-1,-16],[45,-8],[13,-25],[60,-5],[-4,-81],[76,-11],[65,-10],[124,-19],[7,90],[4,108],[0,11],[-1,14],[-15,27],[-19,30],[-3,12],[-1,36],[-31,40],[-32,41],[-31,40],[-1,3],[-16,23],[2,3],[-14,16],[-13,16],[-11,14]],[[369098,636441],[23,-21],[6,11],[10,18],[15,27],[16,32],[19,36],[12,23],[-106,78],[-56,40],[-8,-16],[-8,-16],[-12,-24],[-2,-5],[-12,-25],[-7,-16],[-12,-21],[5,-6],[21,-22],[8,-7],[14,-11],[48,-49],[11,-11],[15,-15]],[[369328,636590],[-134,-258],[27,-28],[79,-87],[42,-41],[127,221],[53,96],[-182,119],[-12,-22]],[[369901,635919],[-22,-43],[-5,-3],[-5,-1],[-7,5],[1,12],[-15,-29],[7,5],[6,0],[5,-5],[1,-8],[-89,-173],[79,-80],[39,-42],[17,-18],[10,18],[97,166],[10,20],[35,48],[13,20],[-85,52],[-92,56]],[[370352,635042],[62,-71],[38,66],[71,128],[46,82],[-36,11],[-79,-2],[-56,35],[-39,-66],[-15,-25],[-53,-89],[61,-69]],[[367467,634517],[66,-65],[1,3],[8,-8],[40,77],[-10,9],[1,3],[-67,56],[-39,-75]],[[371122,634554],[-53,-92],[-52,37],[-79,-122],[32,-44],[24,-28],[38,-40],[25,-19],[93,-108],[39,77],[-56,57],[91,179],[-45,38],[11,20],[-68,45]],[[368379,634128],[-98,70],[-77,-132],[-14,-23],[-88,-152],[12,-11],[85,-85],[70,-68],[74,120],[53,87],[-85,55],[34,63],[-5,4],[39,72]],[[368027,634189],[15,27],[25,47],[12,25],[11,24],[-2,1],[48,91],[-202,142],[-6,-14],[-12,-47],[-22,-46],[-37,22],[-4,-11],[-10,-19],[36,-22],[-9,-18],[-15,-26],[-10,-20],[-1,-3],[-35,-58],[-24,-52],[-2,-3],[-3,-9],[-5,-10],[173,-169],[1,3],[3,-3],[8,15],[11,20],[15,32],[17,33],[24,48]],[[369070,633410],[-52,-105],[-73,-27],[-25,-1],[-32,10],[-12,9],[-13,10],[-12,-22],[23,-22],[35,-36],[4,-47],[-32,-55],[55,-51],[75,-75],[183,322],[-124,90]],[[368860,633204],[-14,10],[-4,-8],[-4,-8],[-5,-10],[-5,-10],[10,-9],[22,35]],[[370596,631610],[184,-136],[21,-16],[83,166],[-42,28],[-17,-32],[-44,30],[9,31],[34,65],[-126,94],[-4,-8],[-116,-208],[18,-14]],[[375324,638094],[111,-239],[17,9],[150,77],[18,96],[-11,2],[-285,55]],[[378954,637308],[-122,-149],[-9,-10],[36,-34],[21,-32],[22,-73],[2,-18],[27,-26],[50,-47],[42,-39],[21,-20],[173,207],[-134,139],[13,22],[-5,11],[5,12],[45,54],[-50,52],[-43,-51],[-55,58],[-11,-13],[-28,-43]],[[375329,636154],[-16,-151],[-11,-110],[31,-1],[4,-1],[1,-14],[-14,1],[-20,1],[-10,0],[-23,1],[-46,-1],[-11,-1],[-10,-3],[-9,-5],[-12,-22],[-5,-13],[-5,-21],[-7,-22],[-12,-20],[-7,-12],[-17,-21],[48,-6],[0,-6],[175,-20],[-9,-12],[55,-11],[-14,18],[178,-22],[0,2],[5,-1],[5,46],[5,48],[6,50],[-4,11],[2,18],[20,199],[7,65],[-253,32],[-27,4]],[[378795,635238],[-99,-98],[-61,-57],[-39,-34],[8,-10],[-3,-3],[54,-72],[47,-62],[5,5],[17,-21],[142,144],[9,21],[-4,19],[35,34],[-1,2],[2,2],[-39,45],[-12,15],[-9,11],[-20,26],[-17,21],[-5,7],[-3,-3],[-7,8]],[[376558,634866],[-19,37],[-7,16],[-9,13],[-8,3],[-10,-8],[-4,6],[-71,131],[-31,56],[-15,2],[-7,0],[-14,1],[-15,1],[-19,2],[-20,2],[-3,-2],[-2,-1],[-3,-3],[-2,-4],[-2,-5],[0,-5],[-1,-6],[-1,-10],[-6,-45],[-5,-78],[0,-42],[-50,-4],[-32,4],[-36,4],[-34,4],[-48,6],[-38,4],[-45,5],[-53,13],[-17,4],[-7,1],[-6,-1],[-6,-3],[-4,-4],[-6,-7],[-9,-13],[-22,-38],[-6,-14],[18,-2],[62,-6],[155,-16],[86,-11],[52,-6],[51,-5],[51,-8],[22,-3],[38,-6],[37,-5],[48,-8],[33,-3],[14,-2],[30,-3],[4,3],[4,2],[5,5],[0,2],[-13,41],[-4,9]],[[379133,634761],[-11,-11],[-5,6],[-175,-161],[11,-14],[-4,-4],[53,-69],[49,-63],[3,3],[98,-130],[12,16],[14,-10],[3,-8],[66,67],[78,70],[-21,22],[-13,25],[-3,6],[-3,9],[-4,15],[-60,82],[33,33],[-46,57],[-60,74],[-15,-15]],[[379763,634017],[-99,-95],[-125,-121],[-26,-29],[138,-180],[229,220],[21,20],[-109,145],[-29,40]],[[377317,633609],[-29,1],[96,-220],[26,-60],[173,-34],[5,43],[25,180],[-11,2],[-90,23],[-56,21],[-48,16],[-43,18],[-48,10]],[[377901,632209],[16,-36],[36,-2],[39,9],[32,1],[38,0],[0,7],[3,1],[4,51],[0,63],[1,8],[-1,0],[0,6],[-226,25],[40,-90],[18,-43]],[[377716,632171],[-176,20],[-4,-76],[105,-9],[2,-85],[90,-19],[-5,-121],[123,-16],[30,3],[-65,139],[-24,39],[-27,45],[-49,80]],[[377905,631812],[-14,-10],[-19,-8],[-18,0],[-99,12],[-6,-100],[137,-21],[43,0],[30,8],[-54,119]],[[378001,631600],[-25,-12],[-79,6],[-4,-46],[-7,-8],[-6,-117],[115,-20],[87,-12],[-18,71],[-63,138]],[[380839,631228],[-190,-160],[-17,-14],[44,-55],[-40,-31],[108,-173],[6,-13],[12,10],[59,46],[22,12],[5,4],[15,8],[101,85],[-3,4],[7,4],[-18,36],[27,22],[-108,170],[-30,45]],[[378717,630747],[-54,-28],[-111,23],[-22,-21],[-9,-6],[-1,-33],[68,-157],[7,-10],[25,7],[7,-15],[20,-1],[98,-4],[21,14],[18,3],[90,-11],[-26,47],[-10,124],[-1,23],[-105,10],[-15,35]],[[381158,630253],[134,-206],[73,64],[9,8],[75,65],[-1,2],[7,5],[-80,128],[-53,85],[-122,-103],[-24,-20],[5,-7],[-23,-21]],[[379087,629506],[81,-200],[61,19],[181,45],[-3,55],[-4,18],[-8,9],[-22,3],[6,16],[22,31],[3,27],[-24,68],[-14,24],[128,35],[-3,7],[-19,52],[-41,-12],[-50,-15],[-331,-91],[10,-20],[27,-71]],[[380989,629331],[36,-53],[-64,-53],[23,-34],[-35,-31],[26,-38],[-115,-98],[48,-78],[-433,-358],[-43,65],[-3,-3],[-3,5],[-25,-22],[-46,-47],[-11,-10],[-13,-14],[-19,-19],[-8,-38],[-1,-10],[0,-1],[0,-1],[0,-8],[-1,-13],[-1,-10],[0,-11],[1,-9],[1,-7],[-2,-29],[8,2],[18,-4],[8,1],[2,0],[7,3],[17,12],[26,22],[112,93],[-1,2],[7,6],[-13,20],[399,330],[0,0],[14,-21],[21,-32],[10,-32],[23,-32],[23,14],[71,67],[59,47],[46,29],[4,-5],[26,-44],[119,91],[-88,156],[-12,23],[-62,117],[-11,26],[-7,32],[-5,30],[-2,25],[2,23],[5,22],[7,18],[9,17],[1,9],[-21,22],[-2,3],[-1,0],[0,1],[-138,-122],[-2,-2],[-14,-12],[23,-32]],[[379305,628640],[-12,30],[-114,256],[-50,-10],[-25,-5],[-35,-7],[15,-132],[17,-82],[-40,-21],[-10,-12],[0,-6],[4,-54],[7,-67],[22,2],[258,22],[-37,86]],[[379020,629273],[-27,39],[3,-19],[3,-12],[-10,-4],[-27,-4],[-75,-7],[-3,-15],[-4,-35],[1,-39],[2,-16],[-1,-10],[4,-14],[11,-6],[20,-3],[25,0],[21,1],[76,1],[49,4],[-17,44],[-23,49],[-28,46]],[[376080,271625],[1,-7],[0,0],[4,-40],[10,37],[0,0],[25,96],[35,110],[87,268],[123,380],[75,218],[129,378],[14,51],[36,-1],[312,-12],[370,-16],[259,-10],[4,-58],[-1,-4],[17,-4],[13,-32],[22,-25],[16,18],[23,-20],[26,-15],[30,-9],[-208,-430],[-79,-176],[-17,-35],[-14,-32],[-12,-33],[-16,-33],[-13,-31],[-8,-18],[-29,2],[14,-19],[1,-13],[0,-8],[-28,-65],[-21,-48],[-22,-51],[-12,-25],[-25,-54],[-29,-60],[-31,-70],[-20,-43],[-77,-165],[-12,-26],[-95,-209],[-20,-19],[-18,-27],[-20,-42],[-10,-4],[-8,-20],[4,-33],[-3,-39],[-40,-113],[-25,-47],[-31,-53],[-37,-60],[-18,-34],[-21,-50],[-23,-44],[28,-24],[19,-12],[230,-131],[205,-118],[309,-178],[19,-10],[-11,-29],[105,-63],[522,-271],[4,17],[212,-118],[-3,-27],[-11,-36],[-8,-22],[-7,-21],[-11,-31],[-6,-20],[-20,-59],[-34,-105],[-98,-301],[-1,-3],[-60,-184],[-6,-18],[-52,-176],[-48,-143],[-66,-147],[-78,-154],[-90,-207],[-94,-218],[-31,-71],[25,-16],[172,-121],[265,-186],[62,-44],[210,-151],[151,-105],[-13,-17],[-11,-15],[-243,-317],[-232,-305],[-20,-26],[-178,-233],[-106,-141],[-52,-68],[-48,-60],[-13,-14],[-13,-14],[-11,-12],[-14,-22],[-73,-147],[-143,-279],[-8,-16],[-71,-139],[-150,-283],[-73,-142],[-31,-67],[-31,-61],[-18,-32],[-15,-21],[-77,-186],[-79,-195],[-11,-28],[-66,-170],[-80,-197],[-23,-56],[-36,-92],[-22,-48],[-18,-52],[-35,-135],[-72,-274],[-35,-133],[-17,-73],[-2,-16],[-4,-28],[-2,-33],[-10,-27],[-9,-84],[-13,-171],[-14,-217],[-2,-26],[-11,-165],[-1,-17],[-3,-26],[-12,-142],[-13,-123],[0,-10],[-417,-98],[-21,-1],[3,-27],[-1,-83],[2,-76],[-2,-23],[-73,-219],[-7,-20],[-55,-159],[-36,-101],[-39,-113],[-5,-16],[-6,-5],[-14,-4],[-184,-17],[-223,-21],[-367,-27],[-3,-19],[-1,-24],[-18,-1],[8,-148],[3,-35],[-215,-22],[-73,-8],[-359,-39],[-20,-13],[-232,-11],[3,192],[1,22],[-234,-18],[-255,-22],[-198,-15],[-23,-1],[-450,-37],[-34,-4],[-58,-7],[-465,-36],[-17,-4],[-694,-57],[-36,-2],[-16,-33],[-5,-10],[-10,-20],[-14,-26],[-383,218],[2,23],[-323,183],[-65,37],[-165,109],[-14,-23],[-61,64],[-71,74],[16,23],[103,142],[-23,25],[397,563],[1,2],[72,104],[61,84],[129,185],[133,187],[9,13],[21,30],[10,16],[16,-10],[8,13],[36,66],[26,49],[88,173],[33,67],[17,38],[25,54],[14,32],[11,29],[7,27],[6,26],[5,28],[18,103],[4,15],[6,17],[9,29],[32,30],[7,17],[4,36],[42,-9],[352,-75],[-9,36],[163,202],[107,140],[-24,56],[-64,146],[-77,169],[-24,46],[75,34],[19,9],[7,-13],[12,14],[24,30],[127,159],[33,46],[29,50],[12,31],[6,21],[2,35],[-3,42],[-7,39],[-3,28],[-1,38],[4,34],[4,15],[3,17],[-1,8],[-7,10],[94,106],[78,82],[79,78],[92,89],[113,-130],[44,-42],[29,-26],[19,-13],[4,15],[-3,2],[-17,13],[-26,23],[-69,78],[-82,89],[10,8],[25,25],[38,39],[20,24],[17,24],[37,56],[7,10],[21,35],[34,59],[16,30],[20,43],[18,44],[16,47],[20,63],[16,64],[30,103],[10,40],[8,39],[4,29],[3,37],[1,39],[0,29],[-6,65],[-5,32],[-4,37],[-3,41],[0,27],[60,1],[12,124],[32,7],[0,10],[26,1],[0,19],[37,2],[-5,36],[-3,23],[-3,-2],[-21,18],[-7,-13],[-140,-7],[-2,9],[-21,75],[-4,16],[-8,33],[109,8],[2,130],[2,93],[2,108],[30,5],[7,1],[135,11],[9,1],[2,27],[171,1152],[98,609],[98,334],[11,39],[26,98],[15,73],[15,50],[28,72],[123,310],[126,340],[4,23],[35,111],[93,145],[50,122],[11,32],[18,34],[39,51],[36,42],[30,40],[17,26],[14,30],[5,36],[2,14],[0,89],[-9,65],[0,34],[3,19],[15,23],[13,23],[58,97],[22,36],[56,124],[42,97],[32,55],[3,24],[21,33],[22,51],[27,48],[32,47],[37,44],[68,51],[28,27],[1,2],[39,71],[114,282],[8,39],[-1,40],[-23,157],[-12,20],[-17,21],[-13,24],[-58,77],[-8,25],[-5,85],[12,129],[-9,48],[-1,98],[4,73],[8,28],[25,66],[45,120],[44,104],[10,-7],[16,-12],[2,-10],[85,-61],[59,-49],[-19,-80],[-17,-71],[-15,-65],[-1,-12],[300,-10],[1,-409],[1,-148],[0,-140],[0,-13],[0,-12],[0,-322],[196,-18],[11,-1],[197,-19],[177,-14],[5,-167],[7,-94]],[[576436,127454],[-63,-42],[-48,-33],[-5,-4],[-97,-85],[4,20],[0,65],[0,7],[2,30],[8,23],[-16,-7],[-8,-2],[-9,2],[-10,4],[-6,12],[-14,16],[-11,13],[-18,30],[-152,280],[-137,248],[-6,12],[-36,64],[-143,268],[-145,266],[-192,352],[-44,82],[-18,34],[-120,222],[-247,451],[-69,125],[-59,109],[-27,46],[-28,54],[-86,157],[-100,184],[-6,15],[-1,20],[2,4],[11,23],[19,-7],[33,-15],[28,-17],[20,-15],[23,-23],[32,-30],[70,-69],[68,-69],[13,-8],[142,-43],[140,-42],[89,-30],[59,-22],[64,-23],[32,-16],[34,-19],[65,-40],[83,-52],[40,-25],[52,-32],[59,-37],[74,-47],[22,-17],[33,-24],[99,-81],[29,-25],[23,-19],[35,-34],[32,-36],[25,-24],[77,-78],[42,-38],[49,-44],[153,-135],[54,-47],[13,-12],[25,-18],[28,-17],[32,-18],[32,-19],[21,-11],[22,-16],[73,-67],[34,-31],[34,-28],[33,-30],[26,-30],[51,-71],[12,-18],[23,-32],[9,-13],[31,-49],[31,-53],[17,-33],[9,-16],[34,-72],[24,-46],[119,-243],[8,-17],[17,-27],[26,-41],[20,-28],[10,-18],[31,-45],[38,-46],[70,-75],[68,-68],[41,-50],[-20,-4],[-195,-43],[-50,-12],[-207,-70],[-55,-20],[-64,-25],[-22,-9],[-20,-9],[-13,-5],[-7,-3],[-43,-18],[-70,-33],[-47,-23],[-19,-9],[-37,-21],[-98,-51],[-49,-29],[-64,-40]],[[589884,136083],[98,-40],[78,-29],[49,-13],[50,-5],[32,-1],[16,2],[9,1],[5,-34],[6,-20],[7,-17],[8,-9],[11,-6],[15,-4],[18,-2],[33,-2],[44,2],[31,1],[13,-1],[8,-5],[5,-5],[-26,-12],[-29,-12],[-30,-9],[-86,-9],[-16,-1],[-94,-2],[-14,-2],[-5,2],[-326,-3],[-31,-1],[-87,-2],[-33,3],[-11,4],[-26,11],[-20,16],[-7,9],[-11,15],[-7,12],[-7,14],[-12,33],[-4,6],[-11,6],[-16,5],[-16,-76],[-37,-133],[-4,-39],[-17,-89],[-45,-192],[-3,-45],[7,-26],[-13,-56],[-25,-92],[-10,-31],[-17,-45],[-8,-17],[-25,-47],[-88,-138],[-17,-30],[-13,-28],[-7,-21],[-4,-21],[-11,-109],[-7,-34],[-119,-14],[-14,-11],[1,-12],[-2,-9],[-3,-6],[-16,-24],[-1,-13],[0,-17],[3,-8],[17,-11],[10,-9],[4,-39],[-5,-69],[-13,-22],[-4,-16],[-17,-24],[1,-32],[-2,-42],[-10,-73],[-9,-42],[-6,-20],[-7,-17],[-8,-15],[-33,-39],[-22,-24],[-14,-11],[-40,-25],[-57,-31],[-36,-17],[-92,-39],[-47,-24],[-14,-11],[-10,-12],[-8,-15],[-8,-22],[11,-27],[16,-34],[11,-16],[20,-21],[12,-8],[17,-7],[67,-14],[26,-7],[31,-14],[37,-20],[25,-19],[28,-28],[20,-29],[9,-22],[8,-46],[2,-29],[0,-26],[-5,-44],[-11,-59],[-12,-38],[-16,-31],[-12,-16],[-54,-67],[-17,-27],[-4,-14],[-40,-10],[-77,-5],[-99,8],[-92,19],[-85,22],[-1,14],[-2,14],[-7,19],[-12,23],[-39,62],[-22,29],[-43,43],[-50,-91],[-20,-40],[-55,-100],[-11,-18],[-17,-37],[-83,-153],[-32,-57],[-73,-137],[-23,-37],[-12,-27],[-15,13],[4,9],[-16,13],[-1,11],[-2,5],[-33,30],[-28,31],[-23,30],[-6,18],[-1,10],[0,11],[-26,9],[-13,-3],[3,-19],[12,-11],[0,-22],[-20,-33],[-27,-55],[-79,-96],[-144,-175],[-1,0],[-112,117],[-36,38],[-30,-101],[-10,-40],[-28,11],[9,30],[18,77],[26,138],[24,45],[10,32],[0,22],[33,58],[28,24],[12,49],[8,22],[29,49],[20,15],[36,18],[16,11],[15,15],[35,41],[20,19],[18,10],[26,9],[36,11],[58,32],[45,21],[29,18],[5,6],[11,13],[12,20],[5,20],[6,12],[5,17],[6,27],[0,15],[-1,16],[-6,24],[-2,8],[-10,18],[-10,14],[-10,13],[-16,13],[-41,25],[-25,20],[-12,7],[-14,3],[-19,1],[-80,1],[-71,12],[-14,9],[-9,14],[-4,14],[-7,15],[-9,12],[-8,5],[-26,6],[-8,7],[-4,9],[-6,16],[-4,39],[-5,21],[-6,47],[1,18],[9,26],[12,21],[18,36],[9,13],[12,13],[38,31],[53,32],[36,16],[50,18],[47,12],[39,6],[68,3],[20,-2],[23,-6],[25,-10],[19,-8],[32,-16],[68,-29],[66,-24],[-11,19],[-10,20],[-4,13],[-2,11],[0,10],[6,8],[11,11],[15,13],[20,12],[-26,30],[-39,34],[-35,39],[-70,69],[-61,76],[-50,39],[-18,56],[-7,55],[17,64],[0,51],[18,107],[-2,182],[-18,26],[-24,41],[-25,43],[-8,19],[-6,11],[-16,-28],[-14,-27],[-6,-6],[-38,-61],[-58,-135],[-30,-64],[-111,-10],[18,11],[9,14],[2,8],[1,17],[-1,44],[-3,28],[-8,27],[-48,150],[-26,90],[-16,84],[-14,108],[-1,31],[4,14],[40,32],[67,49],[41,29],[45,33],[49,35],[32,23],[10,-13],[17,-16],[8,-16],[3,-14],[5,-50],[1,-3],[45,-62],[23,-6],[25,0],[34,5],[38,13],[34,15],[31,17],[39,23],[34,23],[87,-133],[74,61],[16,13],[-2,52],[-8,30],[-2,8],[-18,42],[7,23],[1,10],[14,78],[1,4],[43,75],[6,10],[81,73],[14,16],[33,-38],[67,-71],[11,13],[197,255],[-101,126],[35,28],[95,-107],[124,132],[9,9],[-57,79],[-28,47],[-18,39],[-32,20],[-8,8],[2,12],[25,59],[2,10],[-1,9],[-15,12],[0,7],[2,2],[-48,31],[25,29],[32,34],[85,80],[18,15],[23,17],[56,61],[198,177],[92,87],[68,57],[44,34],[40,25],[1,1],[13,-27],[21,-48],[126,-306],[15,-35],[35,-84],[34,-82],[52,-127],[5,-17],[-2,-35],[6,-12],[10,-38],[6,-19],[6,-13],[14,-24],[27,-36],[28,-33],[44,-47],[15,-13],[25,-17],[58,-25],[49,-20]],[[566982,155578],[86,-132],[15,-10],[-9,-17],[-7,-10],[-12,-12],[-8,-6],[-11,14],[-15,21],[-32,29],[-16,11],[-23,-4],[-36,-19],[-34,-20],[-21,-12],[-30,-15],[-21,-7],[-38,-8],[-9,-2],[-50,-15],[-49,-14],[-19,-15],[-28,-23],[-7,-8],[-27,-31],[-47,-61],[-78,-100],[-20,-30],[-1,-2],[-15,-34],[-5,-31],[2,-32],[7,-34],[27,-37],[49,-53],[41,-34],[47,-30],[41,-28],[10,-7],[18,-24],[21,-21],[11,-24],[11,-32],[3,-34],[9,-8],[110,-111],[-10,-32],[63,-26],[-2,-19],[29,-89],[32,-70],[24,-35],[25,-27],[10,-10],[53,-38],[84,-47],[11,-6],[24,-12],[12,-7],[159,-74],[97,-47],[56,-35],[63,-49],[102,-90],[35,-30],[31,-17],[23,-4],[28,4],[24,4],[28,16],[24,38],[15,29],[15,42],[26,83],[14,64],[7,38],[21,34],[24,15],[22,8],[41,13],[59,16],[55,7],[53,-2],[48,-9],[13,-6],[40,-17],[28,-22],[59,-84],[1,-2],[15,-37],[12,-31],[9,-36],[10,-79],[10,-39],[15,-36],[18,-27],[26,-26],[45,-26],[22,-13],[25,-9],[23,-2],[40,3],[5,1],[40,9],[11,2],[55,22],[56,25],[16,3],[31,0],[61,-4],[34,-8],[43,-10],[4,-1],[32,-5],[61,-7],[51,-17],[24,-12],[19,-18],[34,-35],[18,-22],[33,-46],[25,-43],[22,-48],[18,-50],[8,-39],[3,-40],[-5,-43],[-11,-45],[-42,-115],[-15,-49],[-3,-8],[-13,-64],[-1,-63],[4,-61],[13,-59],[27,-97],[52,-133],[107,-244],[94,-224],[31,-65],[28,-39],[62,-78],[35,-45],[14,-18],[34,-51],[18,-37],[8,-18],[25,-61],[11,-51],[7,-59],[-2,-50],[-5,-61],[-7,-46],[-9,-40],[-18,-48],[-22,-45],[-35,-77],[-38,-71],[-35,-49],[-33,-36],[-16,-15],[-39,-264],[-28,6],[-24,-125],[-27,5],[-169,50],[-47,11],[-44,6],[-3,0],[-474,7],[-2,-18],[-8,-99],[-5,-98],[1,-9],[1,-13],[3,-23],[11,-52],[26,-121],[15,-69],[4,-19],[58,-292],[-15,-15],[579,-80],[16,-4],[8,-58],[16,-114],[28,-155],[14,-78],[2,-26],[-4,-42],[-13,-173],[-52,-6],[-34,-223],[-27,-182],[-35,-235],[-3,-18],[-32,-149],[115,-155],[19,-27],[278,-293],[14,-8],[202,-35],[45,-13],[67,-23],[65,-26],[11,-6],[-3,-10],[33,-10],[129,-40],[16,-7],[15,-11],[30,-17],[391,-319],[17,-7],[20,-8],[11,-3],[13,-13],[20,-20],[24,-33],[21,-32],[19,-35],[45,-102],[11,-19],[2,-3],[281,38],[26,3],[9,-1],[5,-2],[4,-5],[3,-7],[-13,-18],[-12,-19],[24,-37],[5,-6],[130,-136],[-10,-9],[-185,-254],[-1,-7],[2,-8],[6,-12],[8,4],[19,1],[14,-4],[90,-33],[26,-12],[18,-15],[14,-16],[9,-21],[8,-24],[4,-38],[0,-12],[0,-30],[-23,-118],[-31,-125],[-1,-10],[-3,-30],[5,-32],[16,-44],[141,-251],[23,-33],[16,-13],[57,-28],[19,-13],[12,-12],[50,-135],[158,-352],[12,-13],[9,-3],[34,-67],[17,-4],[11,-8],[10,-17],[21,-40],[8,-21],[6,-28],[7,-79],[2,-31],[-4,-17],[-12,-27],[-2,-14],[3,-40],[0,-72],[-5,-21],[-21,-38],[-28,-80],[-36,-85],[-12,-44],[-1,-39],[2,-11],[9,-12],[67,-73],[15,-26],[14,-31],[13,-41],[10,-45],[4,-41],[4,-61],[-1,-28],[-3,-27],[-13,-29],[-20,-36],[-33,-43],[-60,-72],[-29,-45],[-11,-27],[-3,-12],[2,-13],[15,-34],[47,-81],[14,-33],[8,-27],[-22,-18],[21,-41],[32,-74],[6,-21],[31,-92],[24,-80],[-302,-144],[-121,-48],[-58,-13],[-2,-21],[5,-34],[10,-85],[103,1],[45,-22],[44,-25],[57,22],[53,25],[14,4],[10,7],[7,7],[2,9],[3,16],[-2,30],[132,62],[30,-55],[84,-144],[1,-2],[-1,-4],[-56,-139],[-22,-55],[-48,-151],[-6,-20],[-18,-58],[-22,-87],[-16,-76],[-9,-50],[-14,-83],[-7,-49],[-49,-320],[-3,-23],[-20,-119],[-8,-44],[-22,-122],[-47,-186],[-8,-28],[-4,-15],[35,-41],[12,-15],[17,-18],[4,-5],[97,-135],[113,-159],[38,-46],[28,-21],[22,-10],[28,-1],[30,6],[37,7],[39,11],[103,30],[285,85],[59,19],[45,18],[15,5],[2,1],[36,21],[169,102],[118,74],[83,46],[15,8],[22,-133],[5,-34],[-121,-2],[-11,-3],[-4,-2],[15,0],[8,-9],[1,-15],[138,-3],[271,-27],[17,-4],[71,104],[32,46],[20,25],[46,30],[30,11],[30,7],[21,1],[13,9],[36,-4],[24,-6],[24,-7],[20,-10],[28,-1],[9,-4],[32,-9],[23,-3],[13,-3],[30,-5],[21,-7],[18,-8],[24,-13],[144,-93],[35,-17],[8,-3],[12,0],[15,4],[19,11],[103,78],[36,21],[19,9],[22,6],[53,3],[45,2],[30,4],[44,2],[57,4],[18,2],[16,4],[14,19],[4,8],[11,23],[15,15],[16,8],[53,11],[26,8],[45,31],[254,43],[169,33],[-2,-4],[-56,-141],[47,-64],[526,65],[7,0],[62,34],[4,-7],[14,4],[59,-1],[61,-6],[3,0],[67,-24],[53,-30],[299,-234],[8,13],[122,160],[287,-229],[24,-11],[18,-15],[53,-59],[55,-71],[22,-14],[49,-24],[54,-25],[54,-23],[23,-9],[15,-6],[28,-9],[34,-6],[48,-4],[23,-4],[39,-16],[172,-70],[58,-26],[50,10],[10,10],[76,82],[-13,41],[-7,22],[20,1],[25,-2],[88,5],[51,1],[116,46],[15,0],[86,24],[30,11],[24,14],[37,26],[61,46],[22,13],[38,24],[68,41],[51,40],[19,17],[89,72],[27,20],[114,75],[19,13],[52,30],[59,42],[36,27],[43,23],[26,11],[22,8],[37,11],[36,6],[56,4],[76,5],[11,4],[7,-15],[60,30],[182,86],[41,19],[26,8],[27,5],[14,7],[99,45],[158,76],[37,18],[116,58],[3,-5],[0,2],[1,15],[61,120],[114,9],[-11,126],[105,11],[-96,202],[-3,5],[4,2],[188,113],[190,112],[4,2],[305,-71],[204,-48],[40,-7],[115,-339],[-47,-25],[-60,-38],[-21,-12],[7,-11],[-14,-22],[-20,-34],[-21,-36],[-16,-34],[-17,-26],[-34,-39],[-43,-39],[-2,-5],[-17,-14],[-45,-49],[-181,-182],[-32,-36],[-83,-104],[-67,-94],[-73,-99],[-30,-41],[-25,-33],[-28,-38],[-22,-33],[-10,-21],[-2,-13],[3,-9],[3,-9],[18,-44],[34,-58],[-9,-6],[-7,-4],[-5,-3],[-15,-13],[-15,-17],[-5,-19],[-3,-8],[-5,-65],[-6,-56],[-10,-44],[-22,-54],[-19,-43],[-99,-223],[-10,-35],[-4,-33],[4,-34],[15,-18],[19,-11],[28,-3],[64,-1],[36,-4],[44,-10],[11,-2],[49,-8],[31,1],[27,4],[7,1],[38,15],[3,1],[13,7],[90,49],[58,26],[180,75],[43,21],[86,41],[40,19],[6,2],[37,15],[33,8],[43,5],[5,0],[53,-3],[30,-2],[82,-7],[182,-13],[24,-2],[86,-6],[70,1],[96,4],[141,15],[62,5],[107,9],[184,23],[30,2],[57,-1],[54,-8],[31,-11],[14,-5],[10,-3],[37,-16],[48,-24],[37,-16],[14,-4],[-82,-56],[-142,-84],[-108,-84],[46,-30],[78,-36],[57,-27],[72,-48],[35,-13],[38,-22],[78,-43],[65,-23],[123,-58],[25,-13],[189,-103],[71,-37],[49,-19],[49,-1],[51,10],[40,16],[-77,117],[-12,28],[-11,34],[-5,46],[-4,53],[5,32],[17,41],[31,56],[11,7],[48,28],[80,38],[55,13],[50,3],[62,-16],[48,-22],[46,-21],[60,-43],[52,-38],[69,-45],[78,-51],[66,-41],[46,-20],[37,0],[39,3],[43,17],[32,26],[39,45],[53,56],[66,71],[43,61],[35,71],[39,78],[20,66],[30,69],[23,65],[26,85],[66,2],[21,3],[12,2],[37,9],[10,4],[13,6],[36,17],[35,20],[22,18],[48,39],[34,57],[1,4],[31,109],[14,50],[21,22],[-1,28],[-7,107],[-5,72],[-3,29],[-16,121],[-25,206],[-15,123],[-1,23],[2,21],[5,26],[19,37],[29,53],[2,4],[36,46],[40,44],[25,18],[27,13],[469,-778],[92,-154],[6,-15],[14,9],[25,-41],[309,406],[150,194],[-148,205],[-38,53],[-17,23],[-158,221],[-32,45],[-9,15],[53,14],[190,48],[125,31],[42,10],[21,12],[16,10],[33,28],[3,4],[37,35],[26,26],[9,9],[35,34],[33,26],[34,25],[40,27],[30,23],[29,29],[0,7],[13,-1],[13,6],[13,117],[4,41],[4,26],[3,16],[0,0],[7,30],[8,26],[11,35],[26,84],[47,145],[13,41],[2,10],[5,31],[66,-1],[25,1],[1,2],[202,24],[32,2],[17,-3],[18,-6],[212,-91],[40,-16],[1,-10],[13,-139],[33,-319],[16,-159],[15,-132],[7,-42],[5,-21],[9,-15],[16,-23],[140,-159],[56,-64],[5,-1],[5,2],[104,179],[6,7],[7,-1],[61,-46],[14,-6],[17,-2],[13,4],[15,8],[9,12],[14,13],[21,9],[63,139],[155,-12],[213,383],[74,-38],[180,-93],[101,-52],[212,-112],[45,-22],[159,-80],[84,-43],[64,-31],[38,-23],[16,-10],[27,-22],[56,-38],[41,-31],[39,-35],[32,-30],[50,-51],[23,-26],[24,-28],[3,-4],[-1,-8],[-166,-157],[-79,-77],[-10,-12],[-4,-13],[0,-42],[31,-143],[-354,-236],[-313,-211],[-3,-1],[14,-9],[23,-20],[47,-37],[2,-2],[16,-10],[18,-10],[16,-9],[46,-20],[22,-10],[18,-13],[16,-11],[113,-86],[65,-46],[55,-43],[61,-47],[74,-63],[45,-39],[102,-101],[94,-99],[33,-28],[28,-24],[418,-725],[-23,-20],[14,-31],[93,-363],[21,-78],[13,-48],[-31,-256],[-8,-64],[-15,-131],[-24,-179],[-3,-21],[-25,-105],[-11,-46],[-2,-12],[-9,-84],[-4,-24],[-5,-43],[-13,-95],[-18,-129],[-240,-13],[-22,-1],[-312,-16],[-452,-9],[-18,-1],[-11,262],[-3,88],[-7,163],[-6,85],[-8,50],[-10,46],[-13,43],[-14,41],[-20,43],[-49,82],[-132,188],[-222,316],[-39,56],[-54,78],[-74,102],[-32,40],[-103,113],[-142,157],[-180,199],[-137,151],[-115,126],[-17,23],[-52,50],[-85,81],[-111,105],[-84,79],[-39,36],[-39,37],[-20,11],[-15,-1],[-39,-17],[-214,-88],[-254,-104],[-64,-27],[-19,-15],[-16,-19],[-13,-33],[98,-45],[106,-72],[67,-44],[103,-107],[54,-74],[39,-58],[86,-127],[443,-684],[72,-104],[99,-171],[37,-69],[75,-171],[78,-186],[236,-584],[101,-247],[36,-88],[116,-285],[13,-41],[30,-62],[44,-72],[60,-72],[36,-39],[47,-61],[11,-11],[-39,-31],[-2,-14],[0,-18],[2,-11],[10,-27],[2,-14],[-1,-10],[-3,-11],[-22,-30],[-167,-243],[-12,-19],[-2,-6],[-3,-2],[-33,-49],[-93,-122],[-26,-31],[-50,-55],[-63,-59],[-54,-44],[-87,-66],[-6,-4],[-23,-14],[-156,-112],[-171,-121],[-59,-42],[-43,-31],[-36,-26],[-27,-18],[-71,117],[-2,3],[-5,0],[-77,-59],[-13,26],[51,55],[-4,4],[-83,117],[-50,-41],[-14,12],[-11,15],[-19,30],[-26,49],[-9,20],[-1,5],[1,5],[83,35],[170,66],[19,7],[86,29],[132,39],[58,16],[40,14],[18,11],[16,18],[8,13],[4,9],[6,24],[1,34],[-11,54],[-21,89],[-59,281],[-4,12],[-38,193],[-5,17],[-7,19],[-16,24],[-23,27],[-22,19],[-39,31],[-87,69],[-81,66],[-92,74],[-48,33],[-35,-2],[-19,-7],[-151,-48],[-265,-66],[-46,-12],[-8,-5],[-16,-10],[-3,-3],[-17,-16],[-18,-29],[-94,-181],[-30,-54],[-15,-25],[-17,-24],[-14,-16],[-27,-25],[-16,-11],[-56,-29],[-31,49],[-79,112],[-17,23],[-16,18],[-27,28],[-14,-3],[-42,3],[-39,4],[-26,20],[-25,33],[-2,48],[-6,65],[-16,48],[-20,49],[-5,28],[1,39],[0,6],[-1,8],[-7,33],[-15,44],[-11,17],[-28,46],[-25,60],[4,28],[1,44],[10,68],[14,78],[2,89],[-96,23],[-12,18],[-17,22],[-10,10],[-25,18],[-25,39],[-7,34],[1,36],[7,38],[13,45],[29,78],[13,39],[2,176],[-2,68],[-19,51],[-30,52],[-14,38],[-8,31],[-2,44],[2,27],[5,15],[16,27],[-3,5],[25,26],[36,40],[32,29],[-8,11],[-2,2],[-22,22],[-38,27],[-35,17],[-26,4],[-19,2],[-34,-6],[-28,-6],[-28,9],[-21,6],[-40,15],[-27,27],[-51,90],[-108,-51],[-27,-66],[-62,-101],[-73,-113],[-35,-40],[-110,-124],[-103,-81],[-37,-16],[-46,-20],[-74,-25],[-74,-26],[-38,-8],[-105,-24],[-84,-14],[-5,-1],[-55,-4],[-136,-108],[-91,102],[-40,220],[-17,170],[-7,31],[-17,14],[-4,37],[-214,-50],[-36,-9],[-104,0],[-7,0],[-349,-2],[-16,26],[-198,289],[-17,14],[-94,77],[1,3],[6,21],[4,12],[-1,11],[-5,8],[-9,10],[-38,32],[-42,37],[-29,24],[-20,13],[-28,15],[-71,35],[-97,44],[-29,15],[-14,12],[-20,-1],[-31,1],[-24,7],[-29,18],[-46,31],[-39,29],[-44,39],[-49,52],[-27,29],[-28,33],[-19,25],[-17,22],[-36,48],[-27,39],[-39,44],[-83,91],[-46,48],[-55,59],[-63,66],[-44,37],[-45,31],[-35,15],[-36,8],[-40,5],[-40,2],[-42,-1],[-39,-3],[-67,-9],[-10,-3],[-42,-10],[-64,-19],[-52,-13],[-85,-21],[-77,-16],[-157,-21],[-79,-5],[-155,-43],[-83,-47],[-136,-101],[-73,-54],[-174,-205],[-30,-48],[-104,-172],[-26,-49],[-27,-36],[-13,-17],[-3,-5],[-112,-97],[-114,-82],[-42,-17],[-20,-8],[-49,1],[-35,16],[-48,51],[-27,55],[-18,78],[-21,164],[-17,64],[1,40],[-5,65],[4,77],[-3,43],[2,62],[-1,67],[-16,187],[-7,121],[9,86],[34,165],[-7,14],[5,103],[-1,42],[-1,26],[-2,27],[-8,52],[-41,270],[-4,54],[-71,-20],[-94,-5],[-149,108],[-71,-12],[-69,-27],[-145,-165],[-45,-64],[7,-52],[-56,-32],[-129,-80],[-231,-140],[-181,-112],[-25,39],[-31,-19],[17,-32],[-94,-56],[-146,-28],[-158,-32],[0,-23],[-167,24],[-359,50],[27,-156],[-18,-4],[22,-146],[8,-30],[36,-206],[25,-135],[15,-82],[17,-94],[11,-77],[3,-18],[-88,-18],[-490,-99],[-185,-42],[-17,-2],[3,-22],[-2,-78],[-8,-65],[-4,-15],[-9,-10],[-83,-31],[-21,-6],[-224,91],[-40,14],[-30,6],[-39,1],[-10,29],[-21,31],[-33,32],[-120,76],[-23,21],[-26,29],[-43,64],[-29,45],[-17,26],[0,9],[-19,-13],[-105,-58],[-94,-42],[-19,-24],[1,16],[-4,15],[-2,3],[-5,9],[-1,3],[-26,-1],[-104,-9],[-29,2],[-77,24],[-20,13],[-16,28],[-16,19],[-9,5],[-23,12],[-138,-26],[2,-78],[-54,-9],[-62,-20],[-134,-31],[-234,-18],[-27,-2],[-1,38],[-28,10],[-26,0],[-93,20],[-24,5],[-30,1],[-13,-1],[-21,-3],[-37,-8],[-22,-14],[-19,-11],[-58,-6],[-40,3],[-47,18],[-51,31],[-30,8],[-48,31],[-57,44],[-19,19],[-51,151],[-10,47],[-5,29],[-13,78],[-4,24],[0,4],[-14,18],[20,142],[-252,147],[2,6],[-2,6],[-9,6],[-23,9],[-10,2],[-11,-4],[-10,-11],[-2,-6],[-17,1],[-45,2],[-16,-6],[-11,-8],[-48,-38],[-24,-16],[-20,-6],[-18,-6],[-22,-3],[-47,3],[-21,0],[-32,-1],[-60,-13],[-138,-30],[-18,0],[-14,2],[-18,11],[-17,14],[-32,33],[-37,1],[-221,-380],[-98,69],[-19,13],[-36,25],[-49,34],[-23,15],[-8,-1],[-73,-66],[-11,21],[-6,18],[-10,34],[-14,-9],[-11,-3],[-9,1],[-5,5],[-5,-2],[-1,9],[1,23],[-14,0],[-1,-24],[1,-14],[7,-18],[23,-38],[5,-11],[1,-11],[0,-17],[-2,-15],[-9,-17],[-22,-28],[-11,-6],[-10,-6],[-18,-4],[-21,0],[-15,8],[-61,62],[-11,3],[-6,-3],[-32,-37],[-25,-19],[-266,96],[-40,215],[-7,9],[-19,12],[-117,96],[-23,27],[-10,39],[30,2],[8,9],[0,20],[-7,39],[-87,-12],[-1,12],[-12,49],[-14,26],[-3,3],[17,49],[28,78],[-56,28],[-20,-45],[-30,16],[-20,7],[-16,3],[-20,-1],[-13,-1],[-13,-5],[-5,-3],[0,0],[-10,7],[0,11],[0,4],[-30,-1],[-32,-25],[-27,-17],[-23,20],[-44,33],[-36,17],[-24,8],[-17,5],[-28,6],[-22,37],[-27,34],[-30,28],[-38,28],[-46,-70],[-6,4],[-43,36],[26,46],[-77,7],[4,56],[-38,6],[1,17],[-74,15],[-27,-126],[-21,21],[7,23],[-1,23],[-7,17],[-14,17],[-16,11],[-28,15],[-55,21],[-23,18],[-31,34],[-21,26],[-43,71],[-25,19],[-20,9],[-26,5],[-28,-1],[-29,-7],[-24,-11],[-52,-37],[-73,-54],[-81,-65],[-12,3],[-9,5],[-8,6],[-10,11],[-34,-8],[-125,-384],[27,-15],[649,-354],[-52,-116],[-24,-54],[161,-107],[10,-7],[-22,-78],[-13,-42],[-10,-34],[-8,-16],[-8,-18],[-70,-118],[209,-63],[-5,-12],[-24,-35],[-34,-40],[-54,-51],[-44,-37],[11,-15],[13,-32],[-10,-2],[-60,-6],[-63,-3],[-40,-2],[-200,-5],[-29,-2],[-30,-2],[-165,5],[-86,0],[-120,1],[-13,6],[-14,15],[-3,3],[-31,40],[-24,-5],[-3,-69],[0,0],[-16,-11],[-21,-3],[-9,-2],[-187,-44],[-53,-18],[-144,-55],[-19,-7],[-24,-10],[-16,-10],[-24,-15],[-40,-24],[-29,-12],[-47,-16],[-70,-20],[-26,-5],[-16,4],[-7,3],[-86,34],[-46,13],[-63,17],[-88,26],[-46,17],[-34,20],[-22,18],[-32,32],[-44,49],[-26,37],[-37,76],[2,11],[7,129],[-1,23],[-2,19],[-6,24],[-9,26],[-19,47],[-53,129],[-15,13],[-24,19],[38,115],[16,87],[87,517],[4,36],[-6,34],[-11,30],[-13,24],[-19,13],[-42,14],[-49,-8],[-4,22],[77,20],[31,15],[22,14],[5,18],[-41,242],[-56,378],[-20,49],[-21,34],[-8,6],[-19,14],[-17,13],[-40,20],[-43,12],[-7,2],[-23,9],[-21,19],[-31,16],[-22,2],[-16,-9],[-15,-13],[-158,-194],[-62,-47],[-42,-19],[-37,-4],[-48,4],[-36,16],[-28,27],[-19,35],[-15,27],[-9,16],[-36,55],[-15,48],[-25,247],[-4,79],[111,539],[178,377],[49,141],[-49,5],[0,7],[-2,52],[9,47],[6,26],[11,40],[16,50],[-16,14],[-179,96],[25,151],[5,14],[8,17],[9,8],[10,3],[310,-112],[16,-6],[337,-127],[21,-8],[464,-174],[136,-52],[-1,-30],[-17,-7],[-17,-3],[-18,-1],[-22,6],[-64,24],[5,-24],[20,-31],[7,-16],[4,-12],[3,-16],[7,-5],[12,-7],[12,-11],[8,-10],[10,-22],[3,-34],[-5,-60],[-10,-79],[-4,-43],[-6,-28],[-7,-26],[-1,-20],[7,-60],[15,-49],[11,-17],[20,-11],[20,-2],[18,2],[15,5],[13,10],[20,25],[9,26],[4,26],[7,10],[11,11],[16,3],[245,3],[17,0],[29,0],[43,0],[6,39],[70,245],[11,47],[2,29],[-2,17],[-2,26],[-15,-2],[-9,-4],[-19,-19],[-6,21],[-12,20],[-17,15],[-23,13],[-24,9],[-27,9],[224,1597],[20,129],[1,61],[3,79],[6,46],[34,93],[16,18],[16,22],[0,50],[-9,165],[-22,141],[3,0],[237,260],[16,16],[-34,32],[-23,28],[-16,24],[-20,39],[-73,227],[-19,42],[-34,60],[-25,36],[-33,34],[-69,55],[-41,27],[-36,19],[168,150],[-195,316],[-49,34],[-56,-67],[-53,51],[-33,-47],[-171,156],[31,40],[26,-24],[43,54],[-149,126],[-84,-73],[-106,158],[80,65],[-41,100],[-58,-31],[12,-47],[-45,-35],[-74,112],[62,92],[-46,40],[-34,-48],[-125,102],[-1,18],[9,79],[10,88],[-91,24],[-20,13],[9,13],[25,44],[-60,49],[-41,5],[-13,22],[-37,15],[6,18],[-65,27],[-1,-21],[-58,6],[8,109],[-41,1],[-1,-52],[-65,5],[-13,-161],[-22,13],[-48,34],[-48,37],[-31,21],[-3,2],[-26,11],[-35,7],[-104,8],[-13,4],[-18,7],[-12,10],[-6,8],[-7,10],[-8,19],[-7,22],[-16,64],[-47,210],[-16,81],[-29,143],[-5,61],[3,49],[197,6],[32,35],[35,37],[32,171],[-65,9],[11,100],[-122,21],[8,36],[2,51],[0,160],[-8,78],[-17,104],[-8,46],[171,48],[-8,47],[44,12],[-22,105],[-4,29],[-2,29],[1,32],[9,68],[-5,4],[8,33],[9,54],[-19,-4],[3,29],[9,145],[3,177],[1,70],[-9,280],[-2,66],[-11,165],[-16,138],[-14,69],[-45,211],[19,25],[48,62],[70,93],[105,164],[165,306],[34,90],[108,261],[9,25],[160,605],[66,283],[6,22],[21,81],[-47,15],[-105,32],[-28,11],[-34,13],[-31,14],[-12,8],[-44,25],[-23,15],[-35,22],[-25,15],[-7,4],[-30,19],[-24,10],[-27,8],[-17,2],[-12,-3],[-43,-18],[-46,-18],[-34,-8],[-138,-18],[-47,-2],[-67,-6],[-37,-11],[-36,-17],[-37,-26],[-13,-16],[-20,-22],[-46,-55],[-38,-50],[-32,-32],[-30,-17],[-30,-14],[-23,-3],[-43,-1],[-57,12],[-42,20],[-8,4],[-25,20],[-83,67],[-48,47],[-77,81],[-26,30],[-32,38],[-19,25],[-82,111],[-33,39],[-29,21],[-35,11],[-28,6],[-69,5],[-61,1],[-16,0],[-30,0],[-15,0],[-149,1],[-38,14],[-53,36],[-79,49],[-61,42],[-55,42],[-84,65],[-63,70],[-51,57],[-29,24],[-31,14],[-18,4],[-16,-4],[-28,-12],[-25,-16],[-29,-31],[-41,-68],[-53,-99],[-41,-66],[-35,-49],[-36,-38],[-49,-36],[-46,-25],[-44,-12],[-49,-10],[-48,-2],[-53,6],[-4,1],[-14,4],[-23,5],[-32,17],[-44,30],[-31,26],[-26,31],[-27,40],[-22,54],[-8,30],[-12,108],[-10,121],[-15,96],[-45,150],[-39,130],[-3,10],[-37,123],[-11,27],[14,10],[49,41],[17,-41],[35,-122],[58,-203],[40,-142],[4,-59],[9,-112],[4,-81],[8,-43],[26,-63],[38,-47],[47,-24],[50,-15],[14,-4],[8,-3],[21,-1],[27,0],[47,4],[15,6],[51,12],[55,35],[41,37],[35,58],[82,132],[45,75],[42,44],[39,25],[37,15],[36,9],[40,-8],[49,-21],[41,-35],[57,-65],[11,-15],[23,-24],[85,-69],[127,-92],[98,-61],[64,-33],[48,-15],[72,-6],[25,1],[14,0],[31,0],[18,0],[125,-5],[32,-3],[21,-4],[26,-10],[33,-20],[40,-45],[51,-66],[8,-11],[62,-84],[68,-80],[67,-69],[67,-61],[52,-35],[52,-22],[39,-3],[30,5],[22,11],[29,25],[64,82],[58,63],[66,44],[71,24],[67,14],[49,20],[42,31],[90,127],[82,90],[32,44],[22,40],[8,14],[21,38],[22,31],[0,12],[-33,86],[-24,72],[-27,54],[-14,25],[-42,76],[-29,41],[-17,20],[-31,11],[-35,4],[-37,2],[-40,-6],[-40,-15],[-41,-18],[-26,-16],[-15,-23],[-6,-21],[-3,-10],[-7,-44],[-8,-50],[-9,-42],[-19,-46],[-8,-22],[-16,-24],[-22,-24],[-22,-18],[-24,-13],[-27,-7],[-24,-2],[-36,0],[-42,5],[-35,11],[-50,24],[-60,41],[-58,51],[-74,63],[-50,37],[-58,31],[-80,33],[-90,34],[-13,6],[-8,3],[-18,10],[-12,7],[-47,27],[-46,35],[-68,63],[-57,68],[-32,49],[-23,52],[-18,67],[-5,31],[-2,2],[-13,22],[-17,21],[-43,64],[-40,51],[-8,-5],[-30,-14],[-21,0],[-25,7],[-28,18],[-33,27],[-23,28],[-23,53],[-23,48],[-25,46],[-38,63],[-21,41],[-2,5],[-11,33],[-6,44],[2,44],[3,7],[8,26],[29,44],[27,36],[31,42],[33,44],[110,141],[29,15],[29,11],[94,16],[62,22],[48,22],[35,32],[10,24],[2,18],[0,27],[-7,22],[-18,45],[-12,37],[-8,37],[-2,47],[3,71],[7,60],[5,39],[6,35],[9,24],[17,34],[10,23],[7,33],[16,114],[34,144],[8,24],[12,24],[34,50],[21,34],[46,66],[39,49],[44,50],[39,32],[33,28],[22,24],[85,79],[39,36],[13,16],[6,19],[2,25],[1,10],[4,26],[33,91],[5,41],[-1,48],[-4,57],[-7,43],[-11,29],[-13,31],[-17,21],[-18,14],[-42,21],[-53,21],[-35,18],[-27,16],[-33,24],[-40,39],[-65,68],[-78,89],[-22,33],[-20,34],[-13,27],[-11,33],[-11,47],[-3,25],[-3,45],[-6,63],[-4,2],[129,72],[-16,-155],[0,-5],[-5,-42],[-1,-40],[4,-22],[15,-28],[19,-30],[27,-31],[51,-50],[124,-128],[34,-33],[20,-15],[26,-16],[38,-15],[56,-30],[3,-1],[22,-17],[17,-20],[11,-25],[6,-16],[14,-48],[10,-47],[6,-56],[2,-58],[0,-51],[-3,-66],[-1,-17],[-3,-27],[-1,-10],[-1,-3],[-8,-17],[-22,-30],[-48,-46],[-78,-68],[-35,-29],[-63,-48],[-60,-44],[-31,-31],[-32,-38],[-54,-86],[-22,-35],[-20,-30],[-32,-55],[-11,-30],[-36,-152],[-28,-120],[-20,-46],[-13,-43],[-11,-43],[-4,-34],[-1,-66],[1,-30],[8,-38],[5,-13],[21,-58],[34,-65]],[[568655,153565],[-27,-9],[-21,0],[-37,7],[-17,-10],[-58,-29],[-14,-8],[-54,-27],[-6,-3],[-38,-18],[-42,-33],[-48,-52],[-36,-48],[-22,-38],[-3,-22],[7,-8],[32,-1],[59,-3],[29,5],[27,11],[18,4],[28,-2],[30,-9],[28,-12],[33,-20],[6,-4],[26,-16],[35,-22],[22,-14],[42,-25],[13,-7],[28,-13],[60,-23],[104,-32],[47,-15],[8,-3],[12,53],[126,505],[-20,1],[-39,-2],[-37,-1],[-75,8],[-19,-3],[-60,-13],[-101,-33],[-46,-16]],[[546477,747500],[106,-40],[5,16],[7,-9],[1,-11],[34,-10],[89,-36],[0,0],[0,0],[333,-134],[256,-114],[97,-37],[22,-9],[1,0],[141,-63],[96,-38],[51,-27],[55,-17],[43,-17],[91,-50],[110,-50],[28,5],[98,-41],[42,-22],[23,-11],[78,-32],[95,-46],[12,-6],[66,-37],[31,-12],[208,-93],[117,-52],[253,-106],[8,-7],[69,-7],[12,4],[-4,-3],[-15,-19],[15,-32],[-16,-16],[22,-23],[20,-21],[9,-4],[9,3],[32,32],[35,34],[-20,24],[14,-7],[10,6],[-1,11],[-16,18],[-5,8],[-1,8],[3,5],[4,3],[81,62],[41,37],[79,84],[49,48],[97,95],[91,91],[52,48],[29,26],[22,18],[24,12],[23,8],[26,4],[16,-1],[15,0],[31,-8],[23,-11],[21,-13],[19,-16],[19,-21],[80,-110],[29,-40],[18,-28],[21,-43],[34,-60],[43,-84],[20,-34],[9,-20],[3,-19],[5,-33],[6,-22],[13,-22],[18,-23],[44,-55],[16,-19],[11,-17],[8,-18],[4,-15],[9,-27],[12,-24],[7,-13],[15,-10],[27,-15],[11,-25],[20,-33],[22,-37],[19,-36],[17,-38],[27,-50],[39,-73],[29,-58],[18,-38],[10,-24],[2,-16],[-1,-13],[-5,-14],[-10,-12],[17,7],[15,3],[10,-7],[10,-14],[39,-62],[30,-50],[55,-99],[44,-76],[32,-50],[32,-47],[121,-161],[27,-41],[93,-156],[117,-194],[38,-61],[79,-133],[93,-170],[63,-109],[71,-124],[52,-91],[23,-29],[20,-20],[44,-73],[7,-10],[11,-16],[20,-28],[15,-24],[21,-43],[19,-53],[2,-11],[-8,-14],[-16,-16],[0,-6],[3,-8],[8,0],[11,6],[16,0],[28,-46],[54,-93],[29,-56],[75,-139],[43,-77],[55,-84],[24,-37],[88,-147],[57,-105],[338,-583],[27,-40],[19,-44],[58,-97],[96,-166],[87,-140],[25,-50],[9,-37],[-2,-17],[127,-216],[21,0],[35,-61],[65,-105],[26,-47],[35,-59],[63,-110],[35,-63],[76,-134],[49,-81],[15,-30],[18,-32],[27,-41],[28,-46],[27,-60],[17,-48],[13,-60],[9,-63],[-1,-104],[-4,-41],[-8,-36],[-11,-42],[-20,-48],[-25,-46],[-31,-43],[-39,-46],[-34,-33],[-46,-36],[-13,-11],[-69,-53],[-151,-113],[1,-14],[-18,-12],[-1,2],[-37,66],[-75,-51],[22,-42],[3,-5],[-89,-66],[7,-14],[-71,-50],[-58,-41],[-85,-66],[-80,-65],[-116,-95],[-115,-92],[-1,2],[-19,-19],[-34,-28],[-50,-37],[-38,-26],[-2,-1],[-3,-1],[-34,-23],[-70,-42],[-45,-28],[-27,-19],[-3,-3],[-24,-15],[-16,-11],[-38,-28],[-1,0],[-23,-18],[-22,-19],[-22,-26],[-9,-14],[-44,12],[-27,7],[-31,11],[-11,-36],[-20,-57],[-16,-41],[-16,-38],[-18,-34],[-21,-37],[-16,-22],[-22,-29],[-24,-30],[-155,-196],[-156,-201],[-6,-8],[-25,20],[15,20],[-84,78],[-64,-85],[6,-10],[-1,-8],[-28,-51],[77,-76],[21,-22],[-37,-69],[-22,-46],[-16,-38],[-12,-31],[-11,-33],[-9,-38],[-16,-90],[-3,-31],[-2,-32],[0,-29],[4,-31],[6,-33],[9,-33],[126,-384],[17,-56],[5,-25],[1,-14],[0,-23],[-2,-33],[-5,-23],[-6,-16],[-33,-72],[-55,-108],[-10,-20],[-3,-8],[-4,-10],[-7,-24],[-5,-26],[-2,-12],[-1,-9],[-2,-31],[0,-28],[4,-35],[9,-52],[36,-197],[32,-158],[4,-20],[35,-174],[72,-354],[14,-66],[1,-17],[0,-16],[-3,-23],[-4,-22],[-5,-13],[-11,-20],[-10,-15],[-12,-16],[-13,-11],[-14,-10],[-18,-9],[0,0],[-2,-1],[-28,-12],[-30,-11],[-25,-9],[-11,-4],[-25,-9],[-21,-7],[-28,-10],[-9,15],[-45,77],[-59,79],[-42,35],[-46,-32],[-7,6],[-19,16],[-42,36],[-19,-31],[-21,18],[-21,17],[-31,-50],[70,-72],[-40,-54],[1,-1],[23,-50],[84,-116],[9,-12],[-2,-2],[-33,-30],[-39,-40],[-61,-74],[-52,-59],[-35,-38],[-27,-23],[-180,-127],[-82,142],[-75,-53],[-18,-12],[-31,28],[-119,-86],[54,-54],[0,-70],[15,-49],[15,-23],[-37,-36],[-48,-48],[-151,-155],[-66,-64],[-4,-3],[-23,-22],[-33,-31],[-35,-25],[-47,-36],[-39,-28],[-8,-6],[-32,-22],[-113,-83],[-60,-47],[-29,-28],[-25,-23],[-18,32],[-11,21],[-32,-7],[-152,234],[-109,16],[-10,4],[-346,157],[-48,-29],[6,-9],[28,-38],[-109,-103],[-72,-67],[-72,-79],[-50,-69],[-17,-21],[-5,-12],[-3,-15],[1,-13],[6,-11],[26,-44],[-8,-5],[-14,-12],[-8,-12],[-10,-18],[-7,-20],[-6,-19],[-9,-44],[-18,-49],[-30,-46],[-20,-35],[-1,-2],[-13,-16],[-5,-5],[-23,-38],[-53,-53],[-39,-26],[-53,-36],[-20,-13],[-14,-8],[-51,-42],[-65,-62],[65,-119],[11,-14],[2,-4],[1,-6],[-1,-5],[0,-1],[-4,-8],[-9,-19],[-96,-92],[-3,-13],[2,-7],[6,-7],[2,-8],[-10,-12],[-98,-76],[-30,-23],[-13,-15],[-1,-19],[5,-20],[15,-19],[18,-24],[16,-23],[2,-2],[13,-10],[-16,-41],[-26,-52],[-18,-43],[-15,-24],[-15,-21],[-29,-26],[-113,132],[-164,191],[-169,190],[-23,27],[-3,3],[-39,38],[-41,36],[-39,29],[-41,28],[-51,29],[-75,35],[-11,4],[-25,10],[7,22],[12,62],[8,53],[-1,21],[-13,27],[-67,101],[-63,94],[-40,56],[-31,53],[-22,62],[-3,9],[-7,24],[-15,55],[-57,214],[-34,95],[-16,25],[-16,17],[0,1],[40,21],[44,25],[9,5],[-1,2],[-41,100],[-317,-175],[0,-35],[0,-1],[-18,-60],[-21,-43],[-20,-42],[-21,-26],[-39,-25],[-37,-13],[-27,-8],[-8,-4],[-15,71],[-3,29],[-3,15],[-11,19],[-7,15],[-18,18],[-3,9],[-30,-30],[-31,-21],[-28,-12],[-80,-48],[-17,-15],[-7,-15],[-9,-9],[-29,-6],[6,-22],[8,-27],[3,-21],[6,-17],[6,-29],[-58,-21],[-121,-43],[-51,-20],[-78,-34],[-15,-15],[0,-14],[-21,-17],[-10,3],[-16,-19],[-6,-28],[-4,-28],[-28,9],[-51,12],[-58,13],[-20,4],[-39,11],[-20,7],[-14,2],[-4,19],[-9,26],[-12,-5],[-18,-2],[-19,0],[-25,1],[-15,4],[-19,2],[-57,0],[-131,-4],[-23,0],[-22,6],[-71,28],[-6,7],[-10,-1],[-9,2],[-29,7],[-3,4],[-8,15],[-2,9],[-7,-17],[-11,-2],[-19,0],[-15,10],[-6,9],[-9,1],[-34,3],[-20,7],[-12,8],[-11,12],[-17,8],[-40,17],[-55,23],[-19,10],[-19,14],[-1,0],[3,3],[56,83],[10,32],[18,39],[-37,33],[-16,7],[1,-10],[-2,-17],[-17,-23],[-8,-12],[-15,-22],[-5,-16],[-18,-7],[-19,2],[-15,8],[0,16],[5,17],[58,79],[-17,17],[-15,10],[-10,16],[-8,25],[-4,17],[-10,-24],[-11,-23],[-27,-41],[-39,-47],[-52,-70],[-44,25],[-122,63],[-35,23],[-43,33],[-20,18],[-69,62],[-43,47],[-31,36],[-52,48],[-94,87],[-36,41],[-13,11],[-12,9],[-62,58],[-72,68],[-58,53],[-33,43],[-34,29],[-13,10],[-18,14],[-12,11],[-12,9],[-28,16],[-14,11],[-18,46],[-18,38],[-10,36],[-9,24],[-19,41],[-40,58],[-42,57],[-34,38],[-28,28],[-8,7],[-27,28],[-24,19],[-28,25],[-23,23],[-25,45],[-36,94],[-32,96],[2,1],[58,26],[-6,20],[-26,78],[-57,-19],[-6,-2],[0,1],[-15,53],[-6,30],[2,22],[-40,87],[-21,46],[-15,40],[-18,51],[-3,13],[72,22],[-20,98],[-77,-18],[-9,34],[-16,91],[-3,82],[110,19],[-14,46],[-97,-11],[-1,113],[188,22],[-10,67],[-15,96],[-164,-28],[-1,22],[-9,89],[-19,148],[-31,237],[8,1],[90,13],[1,-13],[74,13],[0,-27],[33,5],[-3,23],[46,5],[6,-55],[91,11],[-16,62],[-30,105],[-313,-42],[-18,46],[-42,117],[-17,53],[147,15],[-8,23],[-10,60],[-12,78],[-137,-14],[-5,38],[107,46],[-133,-21],[-1,11],[-11,81],[-2,93],[5,114],[10,60],[2,12],[15,71],[2,65],[0,21],[368,20],[-1,145],[-217,-16],[-54,-1],[-1,22],[-95,-2],[4,131],[9,203],[261,20],[73,2],[-3,44],[-215,-11],[-8,15],[-2,33],[3,28],[5,36],[1,40],[-3,30],[-85,-3],[20,214],[5,110],[0,8],[1,10],[9,189],[-2,17],[8,111],[17,117],[1,2],[14,36],[45,77],[16,29],[43,79],[6,18],[5,12],[54,182],[11,28],[91,322],[37,231],[18,0],[3,19],[6,39],[69,-9],[10,78],[-68,9],[22,118],[37,207],[-6,31],[54,191],[25,78],[26,83],[17,42],[21,50],[86,178],[43,98],[163,-32],[5,14],[17,130],[-123,29],[81,176],[40,89],[158,-64],[21,71],[-152,54],[81,181],[0,0],[0,0],[238,-47],[8,47],[56,-15],[56,247],[-119,34],[-111,31],[28,64],[78,-19],[21,-11],[20,-11],[47,-1],[9,113],[-21,7],[-106,37],[0,1],[33,76],[26,45],[6,8],[10,12],[5,7],[83,204],[61,150],[39,96],[40,95],[0,1],[116,-60],[23,82],[93,-31],[28,169],[17,54],[-21,10],[2,42],[45,-9],[18,23],[-9,8],[-163,51],[140,187],[85,94],[59,63],[24,25],[48,46],[248,246],[103,105],[121,122],[48,51],[127,124],[57,48],[53,42],[49,43],[50,40],[47,41],[125,104],[17,13],[49,43],[-12,5],[-39,15],[-28,11],[-131,51],[-332,132],[0,0],[-99,39],[-10,3],[8,13],[25,46],[47,85],[34,57],[23,35],[29,37],[37,43],[27,33],[8,-7],[80,103],[5,32],[4,8],[53,63],[2,1],[14,7],[4,5],[0,0],[40,49],[44,51],[43,52],[23,26],[16,21],[23,-10],[138,177],[35,18],[37,57],[7,32],[46,50],[-2,2],[21,21],[32,31],[3,4],[44,51],[111,141],[82,98],[9,11],[11,-3],[31,42],[22,34],[14,22],[-4,7],[4,9],[23,29],[20,26]],[[549022,746267],[-41,-36],[-19,-18],[-31,-27],[45,-56],[18,15],[29,10],[53,18],[4,1],[33,11],[28,37],[-59,87],[-60,-42],[0,0]],[[548703,746087],[-28,50],[-38,-28],[-47,-40],[25,-43],[17,13],[13,9],[24,13],[19,14],[15,12]],[[548739,746031],[-8,-7],[-32,-9],[-40,-17],[-22,-19],[56,-101],[25,18],[-2,10],[23,23],[26,-50],[48,35],[-29,64],[-5,-5],[-8,14],[23,16],[42,29],[-29,53],[-41,-33],[-27,-21]],[[548587,745987],[-31,52],[-138,60],[-70,-128],[57,-25],[-55,-49],[11,-18],[22,-41],[111,75],[54,38],[41,33],[-2,3]],[[546250,745854],[11,29],[55,-22],[20,66],[-46,17],[-23,8],[-38,14],[-17,-18],[-30,-62],[68,-32]],[[546153,745933],[23,48],[-91,42],[-37,16],[-33,-65],[29,-15],[65,-25],[44,-1]],[[546567,746069],[70,105],[-89,54],[-5,4],[-90,-87],[-7,-9],[121,-67]],[[546439,746197],[-42,49],[-95,-89],[38,-53],[36,32],[5,6],[39,36],[3,9],[16,10]],[[550550,745500],[19,-7],[14,-5],[28,20],[49,35],[-40,67],[-8,-6],[-80,137],[-41,-31],[-26,-19],[-3,-18],[-2,-18],[1,-20],[3,-18],[4,-17],[4,-14],[7,-13],[8,-12],[10,-16],[8,-10],[6,-6],[9,-8],[15,-10],[15,-11]],[[547469,745467],[-65,28],[-41,-80],[-4,-7],[-10,4],[-18,-48],[39,-21],[12,-6],[37,-20],[36,49],[2,-1],[6,-3],[22,41],[9,18],[5,9],[8,11],[5,6],[-43,20]],[[547717,745364],[-17,-17],[-20,-19],[100,-175],[39,32],[26,21],[55,46],[14,12],[-91,157],[-52,-33],[-26,-15],[-28,-9]],[[547483,745314],[0,7],[-18,-15],[-11,-4],[-8,-2],[-9,-16],[-3,-5],[-13,-21],[-6,-10],[-16,-15],[-4,-7],[-2,-6],[10,-17],[33,28],[25,-42],[4,3],[17,12],[46,32],[-33,57],[-12,21]],[[545629,745308],[-5,11],[2,7],[-6,3],[-15,6],[-55,21],[-66,-56],[40,-26],[66,-23],[39,57]],[[545093,744922],[173,-68],[17,36],[38,166],[-69,29],[-159,-163]],[[547188,744872],[-27,-46],[-16,-20],[-2,-5],[-17,-29],[-9,-16],[90,-157],[21,18],[75,63],[-1,3],[-25,42],[16,12],[-93,145],[-4,-2],[-8,-8]],[[545139,744806],[-113,47],[-68,-66],[39,-22],[-6,-52],[41,-22],[50,21],[55,79],[2,15]],[[546882,744532],[-58,-89],[32,-21],[25,43],[25,44],[3,3],[-27,20]],[[544697,744439],[-67,23],[-77,-91],[23,-8],[90,-28],[31,104]],[[546684,744248],[53,-32],[13,25],[12,19],[7,13],[-38,27],[-11,14],[-11,-14],[-8,-16],[-13,-28],[-4,-8]],[[546736,744122],[-12,-16],[-55,-81],[-33,-49],[13,-25],[6,-11],[12,-24],[51,31],[29,17],[26,16],[21,13],[14,8],[-4,6],[-2,4],[28,32],[-2,47],[-70,71],[-14,-27],[-8,-12]],[[551519,743999],[0,-14],[34,21],[100,-158],[22,-35],[92,66],[-37,65],[-27,43],[-64,-48],[-1,-1],[-78,119],[-18,26],[-8,-6],[-46,-35],[2,-2],[15,-6],[19,-5],[-5,-30]],[[550802,743486],[79,-149],[131,65],[1,79],[-61,111],[-14,-8],[-8,14],[-18,-11],[-63,115],[-76,-53],[55,-95],[-1,-1],[3,-3],[-36,-24],[13,-29],[-8,-7],[3,-4]],[[551124,743598],[-31,-22],[-2,-1],[56,-98],[5,-7],[111,64],[-35,61],[-33,53],[-61,-43],[-10,-7]],[[550751,743363],[-11,22],[-10,-5],[-23,47],[-58,-36],[-58,-37],[64,-137],[123,65],[-39,74],[12,7]],[[550469,743270],[-7,13],[-53,-34],[20,-33],[50,-85],[49,27],[-7,13],[-52,99]],[[550677,743139],[-56,-27],[43,-81],[14,10],[29,21],[30,21],[-11,20],[-24,35],[-7,9],[-18,-8]],[[550555,743027],[-22,37],[-169,-90],[64,-110],[75,43],[37,-74],[11,7],[82,52],[-78,135]],[[549851,742820],[-24,43],[-8,-3],[-16,25],[-40,69],[-3,-3],[-37,-29],[-35,-13],[-12,5],[-80,-41],[3,-6],[-9,-5],[-16,2],[16,-44],[-25,-13],[57,-130],[238,123],[-9,20]],[[549899,742727],[50,-88],[90,63],[-43,76],[-97,-51]],[[549325,742625],[-26,21],[-8,-6],[-34,-7],[-20,30],[-138,-87],[-8,14],[-16,-12],[-84,-54],[72,-125],[5,-9],[79,42],[260,135],[-14,18],[-17,-3],[-18,12],[-16,22],[-17,9]],[[548937,742324],[-56,93],[-10,-7],[-7,11],[-54,-39],[0,0],[-1,-1],[57,-103],[3,2],[68,44]],[[548746,742319],[-50,87],[-52,-46],[-23,-20],[11,-19],[23,-41],[4,-8],[4,-6],[-32,-22],[3,-4],[50,-89],[9,7],[42,32],[41,30],[19,12],[0,0],[-49,87]],[[548660,742132],[-62,108],[-74,-52],[33,-61],[10,-34],[1,-12],[2,-13],[2,-3],[88,67]],[[548462,742054],[-13,21],[-20,-16],[-20,-17],[-15,-12],[9,-14],[23,-35],[12,-18],[53,44],[-11,18],[-18,29]],[[548290,742065],[-4,7],[-65,-47],[-6,-4],[19,-33],[14,-28],[3,-4],[2,-4],[4,-5],[59,-90],[70,61],[-96,147]],[[548451,741858],[-24,-20],[126,-215],[1,-1],[42,30],[55,39],[-129,226],[-14,-11],[-57,-48]],[[548102,741647],[-88,157],[-63,-46],[28,-55],[-36,-26],[43,-70],[41,30],[26,-33],[49,43]],[[547970,741528],[-57,98],[-84,-66],[65,-107],[26,26],[0,-1],[50,50]],[[548095,741479],[54,-33],[52,59],[-44,74],[-65,-57],[3,-43]],[[547847,741408],[-36,56],[-72,-58],[13,-29],[-1,-1],[3,-6],[-63,-56],[-11,19],[-3,5],[-6,5],[-40,68],[-138,-110],[14,-25],[12,-21],[9,-17],[62,-99],[2,-3],[5,6],[62,75],[189,189],[-1,2]],[[543491,741219],[-44,12],[-8,-34],[-11,-51],[-23,-104],[45,-1],[10,-1],[8,-4],[2,-10],[-4,-11],[-6,-2],[11,-7],[101,-17],[23,34],[15,-2],[45,-6],[19,174],[-183,30]],[[547342,741016],[38,-63],[32,-82],[75,117],[-57,95],[-88,-67]],[[548183,741759],[10,-15],[71,68],[-73,107],[-2,-2],[-32,-23],[-42,-32],[5,-7],[63,-96]],[[548258,741912],[5,-8],[7,5],[-4,8],[-8,-5]],[[549951,742949],[36,-68],[15,8],[94,48],[-18,32],[-25,42],[-19,34],[-5,9],[-18,-9],[-20,-11],[-58,-29],[-7,-4],[25,-52]],[[550158,743049],[35,-62],[90,46],[-41,75],[-16,-12],[-36,-25],[-32,-22]],[[543368,740856],[-8,-30],[-13,2],[1,-16],[-9,-125],[137,-10],[21,140],[3,24],[-132,15]],[[547025,740417],[-1,-15],[-8,-3],[-19,14],[-20,-36],[-31,-58],[19,-24],[7,-5],[0,-2],[1,-4],[4,-7],[5,-7],[6,1],[17,-11],[17,-13],[-3,-5],[2,-3],[5,-9],[118,191],[-3,8],[56,85],[-6,7],[-34,32],[-34,31],[-15,15],[0,0],[0,0],[-29,-37],[-1,-2],[-6,-7],[-5,-6],[-1,-1],[10,-13],[24,-31],[9,-13],[4,-5],[0,-1],[-4,-4],[-33,-46],[-51,-16]],[[543604,740139],[-5,134],[-25,48],[-21,0],[-66,14],[-15,7],[-15,6],[0,-8],[-56,4],[-1,-25],[-61,4],[-17,-6],[-87,-55],[-20,-4],[-1,-29],[11,-1],[75,-36],[18,-19],[13,-11],[18,0],[-2,-23],[87,-7],[-3,-26],[106,-7],[49,20],[18,20]],[[546742,740011],[29,-47],[52,32],[29,-34],[42,62],[-67,48],[-35,-34],[-50,-27]],[[546711,739837],[38,-31],[49,71],[-50,44],[-6,-6],[-14,-13],[-39,-47],[22,-18]],[[546549,739783],[4,-10],[5,8],[-4,4],[-5,-2]],[[546630,739775],[-10,-14],[-12,-18],[-6,-3],[-11,0],[-45,-64],[79,-74],[6,-4],[72,118],[3,4],[-7,6],[-3,-4],[-66,53]],[[546556,739599],[-4,6],[0,-1],[-37,-56],[-11,-58],[-14,-22],[-11,-19],[-3,-4],[-3,-6],[11,-14],[2,-3],[21,-29],[13,18],[81,138],[2,4],[-5,4],[-14,10],[-1,1],[-16,16],[-11,15]],[[551679,739407],[24,-38],[6,-17],[97,-158],[78,61],[15,12],[47,36],[-36,74],[-57,118],[-24,59],[-17,-15],[-21,-18],[-18,-21],[-25,-36],[-10,-13],[-14,-12],[-38,-26],[-7,-6]],[[546349,739316],[-44,69],[-7,5],[-70,-57],[51,-77],[70,60]],[[543252,739375],[-2,159],[-1,24],[0,24],[-30,2],[-38,9],[-24,6],[-11,2],[-16,2],[-21,2],[-70,-8],[-51,-4],[-2,-30],[-3,-25],[0,-168],[75,-2],[89,-2],[32,5],[39,3],[34,1]],[[546433,739393],[-14,-21],[49,-39],[28,42],[-21,31],[-2,3],[-16,20],[-20,-31],[-4,-5]],[[546053,738486],[-23,-37],[-7,-25],[-10,-72],[-9,-42],[-13,-109],[-2,-25],[-2,-27],[-12,-190],[-4,-131],[41,-3],[31,-2],[9,75],[2,13],[-22,31],[91,143],[3,5],[42,66],[3,5],[48,76],[-44,89],[-15,24],[-28,42],[-32,49],[-2,2],[-18,11],[-27,32]],[[545928,737842],[-67,4],[-7,-121],[70,-1],[0,8],[4,110]],[[545945,738175],[-71,9],[-11,-101],[81,-10],[5,69],[-4,33]],[[545941,737242],[-11,-88],[-5,-26],[-15,-73],[80,-15],[0,-4],[9,-73],[21,-5],[24,129],[0,1],[26,-10],[28,32],[-98,142],[-7,-1],[-52,-9]],[[545902,737170],[-66,51],[-48,-73],[12,-12],[-7,-33],[-22,-60],[-12,-39],[3,-33],[13,-20],[1,-2],[-53,-64],[-12,-35],[103,-60],[6,0],[39,-1],[10,142],[5,109],[3,16],[13,55],[12,59]],[[545896,736789],[60,-6],[45,74],[8,41],[-11,3],[-79,16],[-21,-47],[-2,-81]],[[545778,736655],[54,0],[-1,80],[-14,1],[-7,-1],[-49,2],[-3,-82],[14,0],[6,0]],[[545777,736477],[8,-8],[10,0],[48,0],[0,23],[0,11],[-22,0],[-20,-1],[0,16],[0,9],[-25,2],[-3,0],[-8,0],[-39,1],[-2,-40],[21,-1],[19,-2],[4,0],[9,-10]],[[546756,736477],[-125,-132],[37,-62],[0,0],[14,-21],[140,128],[-66,87]],[[545688,736095],[7,-47],[24,2],[13,1],[2,-11],[16,-86],[17,12],[13,7],[19,1],[21,-20],[11,22],[-19,47],[-11,34],[-4,15],[1,34],[9,43],[-79,20],[-2,-4],[-17,-21],[-20,-11],[-1,-38]],[[549465,746439],[-36,47],[-63,-65],[-23,-23],[37,-48],[23,24],[62,65]],[[545057,750043],[-46,-150],[-265,111],[-224,93],[-26,11],[-68,30],[-39,11],[-13,4],[-42,15],[-377,158],[-635,270],[-146,62],[-452,191],[-28,11],[62,147],[133,318],[66,160],[0,0],[1,0],[657,-276],[725,-304],[452,-190],[22,-9],[162,-67],[24,-21],[219,-92],[-65,-191],[-44,-120],[-53,-172]],[[541200,755797],[37,-23],[0,2],[3,10],[4,4],[6,0],[7,-3],[13,-24],[11,-34],[6,-18],[15,-53],[14,-25],[36,-28],[203,-88],[234,-89],[263,-108],[-5,-15],[-4,-13],[-9,-23],[-39,-109],[5,-18],[-89,-205],[3,-10],[53,-25],[-11,-30],[-57,24],[-92,-193],[-95,-199],[4,-6],[151,-51],[-3,-11],[-4,-10],[-75,27],[-46,8],[-29,1],[-23,-16],[-23,-40],[-57,-127],[2,-12],[23,-34],[10,-2],[9,18],[176,-64],[543,-228],[-9,-35],[149,-45],[-1,0],[10,23],[75,-33],[390,-163],[716,-299],[-10,-23],[-76,32],[76,-32],[-41,-99],[-6,-15],[-127,-306],[-23,-56],[-8,-20],[-176,-426],[-161,-398],[-11,-26],[-93,-224],[-128,-307],[-80,-192],[-9,-22],[-30,-72],[-79,-189],[-7,-17],[-28,-66],[-29,-68],[0,0],[-1,-3],[-86,-205],[-33,-78],[-19,-46],[-70,-181],[16,-46],[16,-65],[28,-57],[19,-16],[266,-108],[183,-69],[306,-125],[208,-102],[68,-33],[246,-108],[351,-155],[188,-87],[-26,-96],[-11,-47],[20,-9],[132,-56],[264,-108],[81,-25],[75,-30],[248,-108],[396,-166],[391,-168],[382,-162],[530,-224],[52,-65],[0,0],[-43,-58],[-2,-35],[-4,-7],[-16,-26],[-204,-245],[-10,-9],[-16,-14],[-74,-86],[-28,-34],[-90,39],[-104,47],[-1271,540],[-420,176],[-416,180],[-850,362],[-1236,520],[-449,190],[-348,145],[-495,208],[-422,176],[-423,178],[-423,178],[-761,326],[-24,15],[-10,9],[45,107],[3,11],[-4,8],[-10,1],[-8,-3],[-10,-11],[-24,-48],[-26,-43],[-32,18],[-45,41],[-28,18],[-23,8],[-15,12],[-14,20],[-10,8],[17,69],[18,139],[1,43],[-5,28],[-5,38],[-1,29],[1,17],[10,23],[0,17],[-4,17],[-5,14],[2,19],[8,27],[-1,14],[-8,21],[-18,24],[-9,23],[5,19],[0,22],[-2,13],[-17,20],[-28,19],[-2,5],[-16,37],[0,0],[-15,45],[0,53],[13,99],[9,52],[13,24],[18,21],[16,18],[90,91],[3,3],[109,135],[5,7],[118,180],[78,128],[8,12],[0,1],[78,-31],[40,-15],[39,110],[18,50],[-71,42],[-2,1],[14,16],[9,11],[88,123],[64,81],[49,82],[59,72],[30,54],[52,54],[29,42],[37,60],[68,93],[32,42],[74,73],[48,42],[50,33],[60,31],[27,19],[52,16],[45,39],[46,33],[37,42],[36,46],[59,88],[68,123],[93,191],[32,69],[55,137],[16,29],[28,31],[42,41],[57,56],[53,61],[45,59],[23,39],[5,45],[9,28],[42,58],[15,38],[15,94],[6,85],[-3,63],[3,54],[3,27],[3,24],[7,29],[12,28],[14,22],[40,42],[46,49],[274,222],[18,24],[72,61]],[[649977,572768],[164,-359],[115,-247],[8,-16],[2,-6],[132,-286],[10,-22],[55,-112],[9,-18],[18,-37],[39,-74],[79,-154],[44,-91],[51,-111],[104,-228],[22,-5],[178,-53],[19,-5],[249,-75],[242,-70],[19,-4],[89,-23],[53,-16],[38,-16],[45,-20],[89,-46],[79,-43],[51,-29],[57,-29],[66,-35],[29,-13],[22,-5],[27,-3],[36,-1],[92,14],[68,14],[52,14],[49,16],[40,17],[42,19],[37,17],[61,31],[64,37],[118,71],[80,54],[18,11],[29,18],[48,31],[54,37],[44,29],[51,38],[36,27],[4,4],[61,53],[72,64],[66,66],[10,9],[86,97],[95,114],[25,-2],[-92,-185],[-204,-420],[-31,-66],[26,-12],[79,-34],[90,-39],[52,-22],[323,-136],[184,-80],[153,-64],[29,-12],[205,-88],[23,-11],[7,-6],[4,-7],[5,-13],[6,-20],[5,-15],[16,-15],[41,-29],[62,-44],[33,-22],[20,-13],[60,-39],[17,-4],[7,-20],[23,-51],[14,-23],[16,-23],[24,-28],[29,-31],[45,-47],[46,-41],[9,-9],[14,-14],[24,-25],[50,-43],[21,-20],[25,-23],[73,-65],[77,-71],[25,-23],[144,-133],[13,-13],[69,-63],[124,-111],[157,-144],[179,-169],[27,-25],[368,-348],[96,-88],[26,-27],[18,-17],[15,-17],[18,-12],[67,-35],[13,-4],[28,0],[50,2],[63,3],[76,10],[440,56],[6,1],[10,1],[-119,-345],[-62,-190],[-2,-10],[-15,1],[-13,-38],[18,-1],[-25,-119],[-27,-159],[-21,-167],[0,-12],[-50,-258],[-23,-168],[-54,-322],[-100,-665],[-7,-32],[20,-2],[137,-13],[174,-4],[101,-1],[134,-1],[176,0],[173,0],[139,4],[100,5],[5,-219],[0,-210],[17,2],[20,-11],[14,-14],[3,-6],[7,-13],[5,-6],[10,-13],[28,-25],[28,-21],[45,-26],[18,-9],[41,26],[55,35],[5,0],[6,-11],[-1,-3],[-5,-6],[-38,-24],[-44,-28],[95,-45],[15,-8],[4,0],[15,12],[1,4],[-15,32],[-9,14],[-15,27],[2,4],[16,7],[5,-5],[24,-41],[58,-103],[5,-12],[13,-11],[15,-15],[14,-16],[11,-10],[17,-7],[24,-3],[12,-3],[33,-15],[9,-6],[12,5],[93,58],[143,96],[13,-40],[76,-235],[8,-25],[102,-317],[1,-8],[-4,-3],[-75,-29],[-33,-5],[-17,-5],[-3,-29],[8,-12],[15,-31],[16,-37],[12,-58],[4,1],[9,-7],[7,-20],[7,-30],[38,-76],[10,-10],[9,-5],[172,0],[22,20],[237,183],[63,52],[17,14],[58,-46],[1,-1],[187,-142],[27,-21],[-191,-391],[-203,-413],[-9,-17],[-326,-662],[-268,-543],[-126,-250],[-17,-35],[-54,26],[-6,3],[-21,33],[-38,59],[-48,77],[-103,172],[-135,222],[-226,379],[-4,6],[-24,30],[1,25],[-156,-92],[-145,-89],[-60,-34],[-56,-32],[-30,-13],[-29,-5],[-14,1],[-138,29],[-753,160],[-212,57],[-46,-5],[-242,66],[-426,120],[-377,108],[-33,9],[-175,50],[-17,5],[-18,-37],[-17,-96],[-109,37],[-1169,390],[-487,161],[-311,100],[-36,-109],[-40,-122],[-24,-83],[-141,48],[-25,8],[-120,42],[-319,113],[-49,18],[-403,142],[-16,6],[-222,78],[-137,47],[-25,17],[-24,-18],[-201,69],[-48,-131],[-127,-334],[-197,-521],[-263,-545],[-87,-194],[-109,-158],[-143,-169],[-186,-182],[-241,-145],[-262,-73],[-110,-97],[-109,-206],[-44,-206],[-98,-399],[-55,-424],[-54,-163],[-16,-6],[-11,-10],[-10,-13],[-15,-22],[-27,-45],[-38,-58],[-33,-44],[-30,-34],[-19,-14],[-20,-3],[-20,-41],[-22,-48],[-21,-40],[-30,-51],[-32,-47],[-29,-41],[-8,-11],[-2,-3],[-10,-17],[-10,-16],[-20,-37],[-18,-38],[-17,-40],[-13,-39],[-13,-47],[-6,-47],[-6,-43],[0,-39],[-1,-10],[-34,-41],[-23,-27],[-29,-27],[-64,-42],[-9,-4],[-21,-7],[-12,-4],[-72,-22],[6,-21],[16,-50],[1,-2],[5,-10],[8,-8],[17,-10],[36,-21],[0,1],[23,22],[22,20],[25,16],[32,17],[38,18],[54,20],[96,28],[157,41],[82,19],[72,10],[98,4],[111,0],[17,-1],[187,-9],[76,0],[34,7],[28,11],[41,24],[39,28],[37,32],[5,6],[1081,312],[1,-10],[18,-101],[72,-395],[54,-289],[4,-19],[126,-670],[71,-385],[25,-142],[3,-18],[2,-7],[80,-430],[79,-430],[5,-26],[23,-124],[17,-85],[22,-128],[77,-392],[44,-233],[39,-195],[1,-2],[-16,-44],[-38,-66],[-51,-82],[-12,-22],[-7,-24],[-7,-41],[-28,-334],[-17,-241],[-11,-143],[-2,-19],[-20,-241],[-31,-391],[-24,-265],[-18,-22],[-1,0],[-2,-68],[-1,-51],[-7,-65],[-14,-159],[-12,-122],[0,-14],[0,-20],[-1,-40],[-2,-133],[-6,-98],[-13,-170],[-19,-232],[-13,-2],[-108,-16],[-151,-19],[-117,-14],[-150,-11],[-128,-5],[-30,0],[-18,1],[-10,0],[-21,0],[-11,-3],[-11,-7],[-13,-9],[-40,33],[-10,8],[-64,5],[-67,3],[-223,18],[-225,19],[-63,5],[-73,-3],[-42,0],[0,20],[-7,17],[-13,16],[-17,9],[-16,1],[-18,-8],[-17,-7],[-10,-5],[-134,-78],[-111,-64],[-55,-32],[-138,-78],[-32,-23],[-19,-11],[-22,-6],[-40,-7],[-30,-13],[-73,-39],[-105,-59],[-83,-39],[4,-9],[-31,13],[-49,15],[-13,5],[-34,12],[-11,-30],[-12,-23],[2,-11],[8,-18],[11,-36],[7,-42],[-2,-42],[1,-23],[5,-27],[11,-83],[3,-26],[1,-8],[-8,-24],[-24,-37],[-7,-15],[-1,-17],[-2,-53],[0,-17],[0,-26],[10,-51],[8,-87],[1,-41],[-9,-77],[-7,-85],[-6,-33],[0,0],[-3,-6],[-1,0],[2,-18],[3,-35],[1,-6],[2,-59],[5,-77],[-2,-305],[-2,-50],[6,-52],[0,-38],[-2,-31],[1,-62],[4,-27],[6,-20],[8,-18],[-1,-5],[-1,-2],[28,-413],[2,-84],[3,-61],[1,-35],[-1,-20],[-4,-8],[-7,-20],[-20,-23],[-14,-10],[-31,1],[-10,1],[-23,-3],[-14,-2],[-32,-12],[-38,-22],[-39,-25],[-74,-39],[-46,-15],[-11,-4],[-38,-10],[-22,-3],[-41,-7],[-53,-3],[-45,1],[-90,0],[-46,-5],[-52,-9],[-45,-15],[-48,-20],[-25,-14],[-11,30],[-4,48],[3,20],[3,26],[10,27],[20,40],[28,61],[10,33],[12,48],[15,55],[6,40],[2,47],[2,46],[-4,40],[-9,37],[-4,20],[-6,40],[-2,34],[-11,59],[-5,21],[-2,16],[1,3],[2,10],[10,20],[18,20],[30,15],[26,9],[50,24],[23,7],[62,18],[21,16],[12,13],[11,17],[10,26],[3,26],[-3,44],[0,61],[-4,158],[-1,83],[1,94],[-1,0],[-6,23],[122,62],[37,23],[3,471],[-2,39],[-6,39],[-16,61],[-59,198],[-6,8],[-27,9],[-31,6],[-44,13],[-42,7],[-35,6],[-14,-3],[-53,-5],[-61,-12],[-45,-18],[-55,-32],[-65,-39],[-44,-15],[-189,-56],[-26,-9],[-75,-32],[-231,-127],[-3,54],[-4,300],[-7,232],[125,98],[137,121],[-8,23],[-22,63],[0,6],[12,18],[2,17],[-1,11],[-6,43],[-26,213],[-20,170],[-5,11],[-9,6],[-3,8],[-9,18],[-109,-62],[-197,-110],[-6,-7],[-3,-13],[-1,-32],[3,-28],[-38,-22],[-32,68],[-30,79],[-28,97],[-57,206],[-64,261],[76,35],[67,35],[75,46],[39,29],[-6,19],[-196,732],[-7,24],[-70,-121],[-140,-210],[-11,-7],[-13,-3],[-15,19],[-22,93],[-47,158],[-51,174],[-70,249],[-62,208],[19,14],[28,3],[32,0],[99,6],[180,10],[507,27],[31,81],[5,13],[3,17],[-4,23],[-6,36],[-18,64],[-38,115],[-37,107],[-42,115],[-29,96],[-46,168],[-81,228],[-20,25],[-236,763],[-171,-88],[-86,-36],[-81,-33],[-38,-13],[-10,-4],[-13,39],[-43,122],[-111,321],[-33,96],[-47,139],[-532,-67],[-29,128],[-60,257],[-5,21],[-20,87],[-29,94],[-31,109],[-24,99],[-15,89],[-8,61],[-3,48],[-1,46],[1,48],[9,67],[10,40],[11,15],[-19,7],[-2,1],[-195,-24],[-138,-23],[-38,-7],[-63,-11],[-23,-2],[-21,6],[-11,12],[-9,15],[-9,40],[-15,52],[-7,17],[-6,14],[-7,17],[-10,9],[-13,7],[-20,0],[-67,-7],[-34,-4],[-30,-4],[-39,241],[0,0],[-23,176],[-12,88],[-6,48],[-8,55],[-10,77],[-14,113],[-27,192],[-18,144],[-63,439],[-170,340],[-5,10],[-2,3],[-16,-11],[-253,-156],[-316,-196],[-16,-10],[-26,-15],[-420,-261],[-34,-21],[-218,-137],[-25,-14],[-1,-17],[-1,-50],[-18,-11],[-108,-68],[-155,-100],[-149,-95],[-114,-78],[-253,-174],[-82,-56],[-58,-39],[-16,-11],[-21,-14],[-36,-25],[-31,-16],[-21,-4],[-82,-7],[-366,-34],[-167,-15],[-59,-6],[-23,-2],[-1,16],[-107,-11],[-257,-30],[6,8],[3,4],[-424,-30],[-84,38],[-61,31],[-16,10],[-20,14],[-504,307],[-220,134],[3,33],[2,19],[42,401],[1,6],[15,148],[9,93],[36,357],[21,200],[9,93],[7,66],[85,394],[80,345],[81,342],[81,340],[85,360],[4,19],[31,133],[79,327],[30,124],[12,59],[44,197],[84,365],[39,172],[87,383],[60,270],[46,197],[46,192],[12,50],[75,86],[564,613],[122,133],[0,0],[3,3],[13,14],[316,344],[136,148],[286,313],[89,97],[156,171],[13,15],[148,163],[150,173],[298,343],[150,170],[2,3],[19,7],[10,47],[7,36],[77,395],[17,88],[22,114],[42,204],[9,39],[8,15],[2,5],[6,6],[19,45],[-1,3],[-6,20],[-10,27],[-14,28],[-64,110],[-61,100],[-46,78],[-7,12],[-23,39],[-11,26],[-4,33],[0,27],[5,28],[13,32],[26,28],[8,10],[29,36],[2,4],[4,10],[0,24],[12,8],[20,18],[17,24],[15,18],[21,-8],[3,-1],[18,-9],[21,-3],[15,4],[-1,4],[44,16],[62,18],[164,37],[18,5],[31,7],[46,9],[8,27],[0,8],[1,8],[7,11],[74,84],[47,54],[57,69],[27,36],[34,46],[15,23],[18,27],[31,52],[25,45],[17,37],[15,29],[21,40],[16,26],[40,61],[24,32],[30,35],[36,40],[27,30],[60,57],[31,27],[44,33],[41,30],[95,61],[51,31],[52,32],[207,119],[13,8],[21,17],[20,22],[10,12],[14,18],[16,23],[27,43],[14,29],[48,93],[35,64],[30,51],[27,43],[23,33],[17,24],[13,14],[15,16],[17,18],[73,74],[42,43],[13,14],[28,31],[46,51],[56,68],[69,78],[59,70],[20,17],[42,32],[52,35],[149,106],[62,47],[42,35],[1,2],[13,13],[25,-9],[1,-1],[35,-21],[42,-17],[46,-7],[125,-7],[170,-5],[60,-2],[24,-1],[6,0],[2,0],[0,-6],[-17,-168],[-7,-95],[-9,-149],[1,-26],[4,-20],[10,-25],[14,-22],[14,-13],[15,-7],[24,-8],[26,-3],[31,-2],[74,6],[19,1],[7,0],[51,1],[8,-1],[25,-3],[38,-4],[36,-1],[47,3],[33,4],[58,8],[31,10],[50,15],[26,14],[10,20],[27,50],[4,5],[15,20],[17,24],[41,46],[21,23],[13,19],[6,19],[4,17],[4,136],[4,134],[-73,-43],[-162,-31],[-167,17],[-121,55],[-70,104],[-19,95],[21,-17],[21,25],[29,41],[28,41],[12,23],[15,37],[10,34],[4,28],[-81,52],[-33,22],[-63,42],[-2,0],[-1,2],[-177,123],[39,43],[57,57],[86,81],[14,16],[9,9],[26,33],[21,31],[27,54],[21,45],[11,28],[18,30],[18,34],[21,34],[31,44],[50,82],[10,25],[13,21],[8,12],[10,14],[22,28],[30,29],[10,9],[39,36],[20,20],[43,46],[25,31],[27,36],[28,41],[25,38],[13,23],[26,50],[20,37],[8,13],[35,70],[65,121],[27,52],[7,13],[43,79],[35,56],[71,114],[31,48],[120,180],[127,200],[72,116],[113,-14],[76,-10],[75,-11],[62,-5],[587,-57],[195,-18],[62,-8],[17,-3],[8,-1],[123,-8],[201,-19],[169,-17],[-7,-18],[-11,-10],[-24,-12],[-36,-15],[-8,-172],[183,-15],[-45,-420],[7,-38],[16,-30],[64,-137],[36,-66],[35,-67],[54,-106],[37,-75],[31,-61],[24,-51],[11,-23],[9,-19],[4,-10],[80,-161],[43,-86],[9,-16],[9,-17],[50,-91],[24,-51],[32,-73],[28,-67],[13,-26]],[[532257,180649],[202,149]],[[532459,180798],[111,-171],[3,-8],[-262,-52],[-54,82]],[[527189,180966],[-134,-466],[-14,-50],[-34,-124],[-5,-21],[26,0],[25,-1],[269,5],[128,0],[-163,-131],[-234,-189],[74,-38],[131,-76],[23,-22],[82,-101],[62,-71],[30,-37],[28,-35],[64,-166],[19,-49],[117,-301],[-118,-111],[-6,5],[-12,-1],[-12,-3],[-80,103],[-198,248],[-181,-161],[-104,-88],[-6,-2],[-4,-24],[6,-24],[14,-45],[1,-11],[-5,-10],[-32,-27],[-50,-41],[-22,-12],[-8,1],[-7,7],[-12,27],[-27,73],[-20,53],[-5,2],[-51,-10],[-10,110],[-5,39],[-11,35],[-11,40],[-12,21],[-15,30],[-14,32],[41,32],[154,104],[136,92],[42,35],[-84,108],[-76,100],[-6,18],[0,17],[20,79],[14,51],[21,72],[7,25],[-8,6],[-7,10],[-4,12],[-22,111],[-4,15],[-24,127],[-42,198],[-140,-33],[-75,-22],[-19,1],[-25,6],[-15,18],[-5,12],[2,8],[8,17],[15,22],[40,55],[19,29],[30,35],[80,73],[335,304],[196,177],[16,-14],[-6,-7],[-6,-10],[-16,-35],[-69,-231]],[[528017,181980],[-12,2],[-178,-324],[-131,-234],[-43,-77],[-11,-13],[-11,-5],[-16,-1],[-22,6],[-106,45],[-33,15],[-25,3],[-14,-3],[-21,-14],[-15,-15],[-58,-67],[-6,-7],[-46,41],[-82,63],[-116,84],[-19,14]],[[527052,181493],[146,179],[123,147],[24,29],[63,77],[66,79],[45,56],[39,45],[37,45],[44,42],[1,35],[443,-8],[-31,-36],[-32,-38],[-592,-692],[-89,-104],[4,2],[22,22],[27,31],[8,5],[9,3],[14,2],[18,2],[31,-14],[146,-65],[9,5],[6,6],[59,105],[162,288],[166,304],[74,137],[6,11],[54,88],[22,-13],[-54,-100],[-102,-183],[-3,-5]],[[530492,181716],[208,188],[123,111],[165,147],[19,17],[222,197],[125,112]],[[531354,182488],[-114,-102],[15,-16]],[[531255,182370],[-80,-71],[-157,-141],[-17,-15],[-16,-12],[-150,-137],[26,-27],[61,-60],[43,-43],[183,-178],[225,-217]],[[531373,181469],[-14,-16],[-201,-225],[-82,-91],[-7,-8],[-110,108],[-114,113],[-63,63],[-154,151],[-127,141],[-9,11]],[[527033,181506],[-731,517],[-133,97],[-51,39],[-49,38],[-109,94],[-34,34],[-49,51],[-53,67],[-38,53],[-36,58],[-32,48],[27,7],[1,0],[13,-6],[42,0],[449,19]],[[526250,182622],[15,-13],[250,-173],[247,-175],[213,-149],[211,-150],[147,-105],[-300,-351]],[[526527,182711],[-5,8],[-7,12],[0,8],[1,5],[157,89],[8,-35]],[[526681,182798],[-139,-79],[-15,-8]],[[526893,182918],[-169,-95]],[[526724,182823],[61,80],[7,5],[92,51],[9,-41]],[[528542,183005],[0,-1],[31,-10],[22,-4],[101,-7],[9,-4],[4,-5],[1,-18],[0,-102],[1,-11],[1,-31],[2,-26],[-39,92],[-90,11],[-92,8],[-76,2]],[[528417,182899],[-4,112],[73,-6],[36,1],[20,-1]],[[531160,183105],[3,-7],[13,-9]],[[531176,183089],[-33,-15],[-167,-82],[-37,-17],[-2,15],[223,115]],[[528274,184481],[-29,134],[-1,4]],[[528244,184619],[186,63],[227,74],[1,-147],[-1,0],[-383,-128]],[[531047,183394],[-43,-20],[-148,-74],[-15,-5],[-10,-2],[-3,0],[-2,4],[-5,16],[-2,6],[-8,12],[-20,22],[-106,158],[-55,76],[-39,54],[-39,46],[-126,124],[-78,80],[-152,147],[-61,-27],[-13,-6],[-34,-16],[-103,116],[-30,41],[-45,62],[-53,114],[-55,130],[-72,168],[-189,444],[-6,13],[-5,12],[-102,240],[-2,9],[-7,28],[-35,-11],[-15,-1],[-501,-170],[-144,50],[-108,-27],[-26,-7]],[[528590,185200],[-20,90],[876,343],[53,23],[-34,-150],[-27,-122],[0,-12],[0,-5],[17,9],[36,18],[0,0],[125,71],[80,52],[22,16],[32,22],[78,31],[46,21],[7,-26],[216,-784],[397,215],[179,-522],[374,-1096]],[[532257,180649],[-222,-165],[-467,687],[-70,104],[12,18],[38,39],[173,50],[-16,14],[-87,62],[-41,29],[-39,24],[-71,42],[-14,8],[-80,-92]],[[531255,182370],[2,1],[420,-451],[64,69],[78,75],[280,-331],[93,-110],[107,-129],[19,-23],[52,-63],[242,-285],[92,-107],[57,-49],[45,-39],[-307,37],[-7,2],[-15,-73],[-18,-96]],[[531047,183394],[14,-27],[18,-49],[81,-213]],[[531176,183089],[6,-19],[94,-258],[75,-207],[26,-68],[5,-22],[-28,-27]],[[530492,181716],[-11,-10],[-493,-442],[-139,-122],[-16,-13],[-3,-4],[-63,69],[-142,158],[-137,153],[-146,164],[-139,154],[-125,140],[-17,25],[-24,58],[-115,268],[-8,20],[-11,-8],[-132,-55],[-215,-93],[-29,-13],[-240,-102],[-50,-18],[-16,-29],[-20,-30],[-25,-15],[-32,-6],[-35,1],[-92,14]],[[527052,181493],[-19,13]],[[526250,182622],[108,4],[61,3],[43,2],[4,29],[6,17],[8,8],[2,0],[25,6],[16,6],[7,10],[-3,4]],[[526681,182798],[1,-1],[0,-1],[2,-13],[5,0],[15,14],[14,19],[6,7]],[[526893,182918],[63,18],[56,19],[250,77],[-23,76],[-11,87],[-7,56],[13,-56],[18,-36],[20,-27],[13,-15],[17,-14],[20,-11],[36,-10],[65,-6],[76,-6],[142,-10],[144,-9],[136,-10],[115,-7],[136,-7],[0,-130],[24,0],[68,2],[49,2],[104,-2]],[[528542,183005],[17,21],[8,12],[10,17],[3,15],[2,21],[-18,76],[-35,171],[-38,168],[-46,208],[-51,224],[-110,499],[-10,44]],[[528244,184619],[-7,24],[2,2],[50,14],[134,42],[210,68],[27,10],[27,9],[-96,409],[-1,3]],[[527792,13719],[17,-43],[17,-35],[10,-20],[21,-39],[18,-30],[9,-14],[-14,-14],[-491,-504],[-11,-15],[-20,-23],[-14,-9],[-33,5],[-36,5],[-29,4],[-12,-3],[-31,-22],[-13,-12],[-11,-12],[-3,-4],[60,-68],[-130,-129],[-23,19],[-66,-15],[-117,-31],[-154,-37],[-32,50],[-33,65],[-47,96],[-33,66],[-2,3],[-21,6],[1,10],[2,8],[-1,1],[2,7],[15,86],[51,5],[26,143],[0,0],[0,1],[396,-84],[15,17],[520,637],[8,-78],[149,86],[8,-2],[16,-40],[16,-37]],[[520960,26375],[2,-237],[-1,-3],[15,-35],[-1,-3],[2,1],[9,-26],[14,7],[-2,-44],[-1,-7],[-1,-28],[-4,-61],[0,0],[-7,0],[-142,-330],[-122,-229],[-55,-132],[-3,-9],[-51,-122],[-2,-6],[-44,-107],[-28,-65],[-12,-30],[0,0],[-1,-2],[-50,-297],[-1,-5],[16,-473],[0,-6],[3,-3],[-1,-72],[0,-2],[0,-95],[-22,-58],[-11,-16],[0,-1],[-3,-12],[-22,-39],[-28,-43],[-16,-27],[-9,-8],[-12,-28],[-10,-43],[-1,-292],[1,0],[-3,-46],[5,-3],[3,-11],[-6,-21],[5,1],[-3,-52],[-3,-49],[-108,-183],[-3,-24],[15,-20],[172,-112],[98,62],[187,-41],[341,474],[15,20],[57,80],[299,202],[178,172],[40,39],[14,13],[116,112],[33,33],[87,84],[251,226],[314,291],[11,10],[132,115],[240,186],[139,107],[54,42],[51,39],[42,32],[168,144],[6,5],[325,140],[9,-40],[8,-33],[2,-9],[4,1],[20,4],[52,2],[119,6],[56,5],[13,-152],[-29,-31],[-53,-58],[-48,-60],[-18,-25],[-10,-33],[9,8],[-5,-6],[18,-19],[-5,-17],[-6,-25],[1,-9],[-15,2],[-29,-10],[-15,-12],[-18,-23],[-11,-25],[-7,-21],[-1,-26],[5,-13],[7,-6],[15,-5],[19,0],[16,3],[13,8],[11,14],[11,25],[37,-11],[25,-38],[4,-11],[22,-22],[25,-16],[47,-11],[48,-16],[49,-21],[32,-9],[16,2],[12,6],[5,19],[5,-1],[0,0],[-8,10],[0,1],[-13,13],[-4,17],[-1,17],[-4,24],[-1,18],[18,2],[13,-6],[0,-32],[31,-3],[304,-50],[88,-72],[18,-78],[42,-94],[20,-31],[26,-22],[56,-15],[81,-17],[153,-4],[1,1],[0,30],[3,204],[0,3],[1,15],[-4,2],[2,7],[96,-12],[35,-4],[19,-3],[-3,2],[-1,30],[-13,241],[121,-9],[9,-6],[9,-5],[14,-4],[111,-2],[20,0],[1,-52],[1,-24],[-1,-21],[-6,-140],[-1,-58],[1,-30],[6,-1],[1,-6],[619,-295],[18,-2],[5,-1],[39,-16],[13,-5],[39,-16],[33,-14],[9,-4],[128,-7],[170,-10],[71,-4],[70,-4],[45,13],[264,18],[4,1],[0,0],[84,-14],[1,0],[48,-7],[140,-6],[387,-14],[12,-3],[180,-35],[3,0],[440,-63],[-4,-79],[-2,-36],[-638,-104],[0,0],[-6,-2],[-381,12],[-22,-6],[-26,-16],[-84,-60],[-36,-15],[-32,-8],[-45,2],[-38,-8],[-56,-14],[-15,-11],[-17,-25],[-69,-119],[-9,-26],[-16,-38],[-16,-25],[-32,-33],[-36,-28],[-3,-1],[-24,-13],[-27,-9],[-27,-2],[-31,4],[-6,1],[-11,5],[-17,8],[-30,20],[-34,33],[-106,122],[-47,59],[-52,74],[-29,42],[-30,27],[-38,24],[-75,40],[-61,36],[-26,5],[-38,0],[-34,-9],[-38,-19],[-77,-50],[-28,-20],[-6,-5],[-43,-34],[-14,-18],[-7,-11],[-26,-5],[0,2],[-1,-1],[-7,-12],[-16,12],[-57,38],[-31,29],[-36,24],[-21,12],[-36,20],[-49,19],[-30,6],[-69,-1],[-137,-12],[-36,-5],[-11,-1],[-47,-6],[-36,-6],[-14,0],[-16,16],[-56,13],[-17,44],[-23,51],[2,64],[29,46],[-103,6],[-21,-1],[-32,-2],[-17,2],[-41,18],[-70,38],[-20,8],[-101,-3],[-33,1],[-59,4],[-38,6],[-23,6],[-35,9],[-3,1],[-60,7],[-115,11],[-119,14],[-414,36],[-20,-2],[-4,-7],[-370,-137],[-288,-292],[170,-169],[-39,-28],[3,-5],[-215,-150],[212,-506],[14,-46],[21,-50],[45,-109],[57,-144],[5,-12],[63,-155],[48,-122],[-48,-22],[7,-22],[-27,-11],[-281,-117],[-35,-19],[-2,-3],[-5,-5],[-64,-261],[-47,8],[-1,-10],[-142,24],[-43,65],[-79,121],[-64,168],[-227,-78],[-8,-2],[-43,-15],[-86,-31],[40,-270],[-41,-80],[-83,-112],[-33,-208],[17,-157],[-3,-55],[-3,1],[4,-21],[-29,-21],[-1,-3],[-38,9],[-36,38],[-41,83],[-62,70],[-163,-58],[-3,-1],[-108,-15],[-76,-37],[-37,-53],[2,-68],[12,-343],[2,-40],[1,-30],[-26,-203],[63,-125],[127,-80],[134,-134],[23,-38],[-6,-45],[0,-1],[-30,-26],[-4,9],[-45,10],[-15,10],[44,-55],[-11,1],[-212,-8],[-198,-31],[-524,216],[-109,-419],[-5,-13],[45,-19],[-102,-461],[125,-158],[29,-13],[101,-45],[38,-15],[37,-13],[74,-42],[44,-27],[81,-57],[-12,3],[-14,2],[-17,0],[-20,-1],[-14,-2],[-47,-13],[-25,11],[-43,11],[-72,6],[-53,-2],[-79,-16],[15,-81],[27,-144],[-520,-103],[-22,98],[-5,244],[-42,38],[-310,-9],[11,-547],[-18,-13],[10,-454],[321,-47],[164,26],[209,-39],[31,4],[144,17],[33,23],[70,50],[36,25],[82,58],[45,33],[2,1],[107,69],[86,59],[21,14],[17,11],[7,5],[52,35],[54,37],[12,9],[115,75],[184,122],[35,8],[1,1],[70,26],[22,8],[74,21],[25,12],[17,15],[32,38],[45,66],[18,-1],[40,-24],[37,-26],[18,-13],[0,0],[23,-19],[-8,-8],[-208,-211],[-332,-460],[-14,-3],[-64,-90],[-88,-193],[7,-6],[-13,-28],[-21,-47],[-17,-19],[-3,-24],[-2,-5],[-54,-357],[-3,-5],[-2,0],[1,-1],[-5,-6],[-192,-236],[-14,-15],[-1,0],[-8,-9],[-303,-214],[-1,0],[-300,-123],[-104,-5],[-19,-1],[-29,-2],[-1,0],[2,-9],[48,-257],[-76,-44],[-23,-13],[21,-191],[134,-489],[194,42],[433,95],[132,30],[52,24],[76,36],[92,44],[198,93],[112,1],[353,3],[275,3],[14,4],[164,198],[207,134],[115,54],[40,-20],[7,1],[61,-35],[-229,-252],[-20,-22],[-4,-4],[-49,-48],[-9,-9],[-61,-91],[-101,-71],[-158,-70],[-186,-52],[-78,-15],[2,-41],[-157,-18],[0,37],[-345,-79],[-319,-464],[-3,-2],[-21,-34],[-40,-27],[-63,-43],[-30,-20],[-21,-14],[0,0],[0,0],[-100,-67],[-405,-261],[-89,-157],[0,-1],[-2,-3],[-10,-17],[-156,-229],[-52,-265],[-98,17],[-4,1],[-110,19],[-37,7],[-5,0],[-61,11],[-128,-4],[-54,-20],[-56,-61],[-3,-14],[-54,-249],[-22,-411],[-1,-17],[-2,-42],[-30,-16],[-2,-1],[-91,-51],[-62,-76],[-238,-292],[-17,-54],[-64,-232],[-4,-16],[-8,-28],[-11,-42],[-97,-356],[-2,-21],[-13,-147],[-4,-42],[8,-28],[0,0],[0,0],[19,-72],[-2,-24],[-17,-174],[-5,-87],[-1,-29],[3,-45],[271,-19],[331,11],[42,6],[40,6],[217,31],[46,6],[15,11],[17,13],[101,74],[104,76],[172,127],[270,250],[45,61],[97,132],[18,8],[5,9],[22,5],[6,14],[7,16],[0,1],[59,142],[44,150],[59,134],[65,107],[44,77],[25,44],[21,54],[54,76],[70,103],[24,33],[26,21],[23,15],[37,16],[38,11],[38,10],[26,6],[38,10],[41,10],[43,18],[47,25],[29,19],[12,8],[19,-106],[106,-7],[663,-39],[143,-8],[4,-32],[56,-5],[2,3],[100,-6],[53,-3],[57,-20],[111,-52],[148,2],[119,48],[68,234],[5,-55],[10,-9],[-6,48],[36,11],[40,-13],[80,-55],[40,-49],[35,-13],[73,39],[170,114],[165,118],[28,14],[38,-31],[38,-23],[1,-1],[5,5],[28,-9],[61,-8],[35,-5],[26,-19],[13,185],[13,220],[3,52],[22,59],[41,103],[18,41],[17,24],[16,-11],[33,-14],[32,-184],[27,-155],[31,-178],[18,-85],[50,-55],[79,-63],[170,-76],[120,-16],[60,9],[144,14],[6,1],[4,-10],[40,17],[0,1],[361,142],[18,14],[69,61],[89,108],[157,218],[49,70],[41,60],[57,86],[72,-23],[-1,-27],[-2,-46],[-2,-75],[0,-44],[75,-6],[-5,-84],[504,-228],[-34,-71],[48,-142],[26,-70],[-18,9],[-131,66],[-44,29],[-133,86],[-118,63],[-45,21],[-31,14],[-36,1],[-15,-5],[-9,-11],[-12,-21],[-10,-21],[-10,-22],[1,-17],[12,-74],[2,-41],[-6,-28],[-10,-13],[-3,-18],[-16,-12],[-9,3],[-21,3],[-114,-6],[-25,-4],[-16,-5],[-23,-18],[-22,-22],[-70,-67],[-76,-75],[-107,-110],[-14,-8],[13,-24],[9,-20],[-28,-12],[-58,-15],[-125,-22],[-97,-24],[-37,-11],[-23,-14],[-5,-6],[-9,28],[-46,163],[-16,58],[-6,3],[-10,2],[-16,-3],[-36,-12],[-15,-8],[-1,-12],[-13,-302],[-1,-54],[-194,-30],[-46,-7],[-30,-5],[0,15],[-6,40],[-8,42],[-4,19],[-19,68],[-22,56],[-17,34],[-26,44],[-17,26],[-36,34],[-21,17],[-32,17],[-55,26],[-10,-24],[-10,6],[-6,10],[-4,25],[-17,6],[-110,54],[-7,49],[-33,10],[-80,-1],[-42,0],[-35,-7],[-14,-6],[-24,-33],[-43,-68],[-31,-50],[-32,-54],[-21,-26],[-22,-21],[-25,-16],[-54,-24],[-35,-11],[-33,-15],[-55,-27],[-23,-12],[-50,-27],[-69,-37],[-27,-11],[-18,-5],[-23,-11],[-48,119],[-11,22],[-180,-99],[-31,-10],[-130,-41],[-16,-4],[-49,-13],[-38,-11],[-43,-12],[-11,-1],[-107,-10],[-77,-17],[-74,-20],[-70,-25],[-23,-11],[-18,-10],[-29,-14],[-21,-10],[-13,-5],[0,0],[-16,-7],[-38,-18],[-48,-19],[-28,-9],[-37,-6],[-28,-4],[-41,2],[-37,4],[-41,8],[-27,7],[-23,6],[-43,1],[-28,3],[-24,0],[-24,-5],[-40,-14],[-75,-49],[-154,-97],[-16,-10],[-97,-65],[-85,-56],[-80,-55],[-30,-21],[-24,-19],[-41,-44],[-44,-67],[-29,-46],[-21,-32],[-17,-20],[-21,-24],[-16,-15],[-10,-10],[-6,-3],[-20,-12],[-23,-10],[-8,-4],[-13,-5],[-12,-4],[-55,-17],[-23,-8],[-37,-16],[-4,-2],[-39,-32],[-87,-83],[-14,-13],[0,0],[-31,-30],[-115,-117],[-68,-75],[-29,-40],[-49,-55],[-66,-69],[-89,-87],[-81,-82],[-46,-43],[-25,-21],[-26,-17],[-41,-16],[-7,-3],[-30,-15],[-54,-37],[-29,-20],[-46,-29],[-53,-24],[-51,-20],[-53,-12],[-5,0],[-42,-6],[-18,-2],[-78,-9],[-52,-6],[-19,-3],[-7,9],[-23,14],[-13,8],[-15,7],[-31,23],[-16,7],[-14,1],[-55,1],[-33,2],[-60,9],[-73,17],[-154,33],[-42,6],[-29,10],[-107,20],[-68,0],[-32,4],[-63,15],[-46,13],[-40,8],[-12,-1],[-2,-8],[0,-8],[-2,-6],[-11,-1],[-16,6],[-38,8],[-41,7],[-22,4],[-26,5],[-29,9],[-13,9],[-13,12],[-15,24],[-12,17],[-10,21],[-9,45],[-6,39],[-9,26],[-18,44],[-37,66],[-62,87],[-60,79],[-10,18],[-17,31],[-10,27],[-2,42],[7,32],[2,40],[0,10],[-1,6],[39,104],[1,70],[-6,22],[-5,27],[14,95],[1,36],[-3,50],[-2,23],[-4,54],[-4,46],[-9,2],[-37,-2],[-10,0],[-2,14],[-5,125],[26,2],[0,34],[48,-1],[10,134],[10,83],[10,56],[14,72],[8,32],[34,136],[22,90],[1,-2],[1,5],[17,31],[1,0],[0,1],[11,49],[-13,24],[41,70],[29,-18],[28,36],[157,220],[58,80],[-1,0],[32,45],[1,0],[4,6],[7,9],[1,1],[11,16],[76,105],[146,314],[82,278],[17,40],[0,0],[4,9],[8,38],[0,1],[23,51],[21,48],[26,57],[37,83],[92,266],[27,78],[182,-25],[9,3],[46,16],[42,312],[12,46],[37,-9],[-13,46],[-20,52],[-20,72],[10,50],[-10,203],[-46,186],[24,0],[-1,2],[-2,55],[-50,161],[-26,184],[-8,156],[-4,-24],[-9,-16],[-15,-10],[-158,-43],[-32,-9],[32,99],[18,53],[8,45],[12,91],[30,289],[13,121],[28,202],[-19,2],[-73,5],[18,253],[0,-1],[-1,20],[-34,18],[-14,7],[-27,12],[-40,8],[1,14],[-8,2],[-48,7],[-40,127],[14,178],[4,52],[-1,57],[-3,127],[-1,64],[-13,233],[-12,10],[-43,-1],[0,4],[5,214],[1,63],[-84,5],[2,26],[18,329],[3,43],[0,7],[-25,43],[-167,24],[11,58],[58,319],[12,28],[35,73],[58,70],[49,59],[99,73],[86,56],[5,134],[30,24],[-1,1],[0,31],[0,-31],[-34,30],[-36,32],[-31,27],[-47,40],[54,15],[91,26],[1,-23],[0,23],[-9,79],[0,10],[-2,11],[-10,4],[-2,1],[-8,167],[131,24],[0,0],[2,1],[224,46],[1,-11],[2,0],[6,1],[96,12],[117,248],[-15,198],[14,3],[-14,-1],[-15,209],[-4,39],[36,33],[-23,218],[0,0],[-30,1],[-28,-4],[-17,-8],[-39,-37],[-54,-77],[-21,-27],[-24,-16],[-34,-7],[-37,3],[-122,7],[-29,9],[-32,26],[-22,20],[-5,2],[-17,17],[-13,24],[-8,11],[2,6],[-4,17],[-20,15],[-40,4],[-38,-1],[-54,6],[-18,5],[-57,25],[-53,25],[-40,27],[-42,37],[-41,42],[-34,43],[-19,50],[-16,61],[-7,23],[28,-19],[120,208],[17,29],[22,38],[10,18],[15,-7],[36,-25],[37,-31],[82,-79],[33,-40],[17,17],[3,58],[39,-40],[32,183],[12,76],[2,0],[0,1],[-9,2],[0,1],[1,2],[7,97],[36,156],[302,474],[4,73],[1,0],[-1,2],[25,510],[3,12],[8,35],[36,147],[69,267],[58,226],[67,266],[60,301],[40,306],[2,55],[111,411],[67,213],[2,0],[-1,2],[2,32],[-26,-5],[-53,-16],[-13,2],[-2,77],[13,34],[-13,226],[91,-7],[14,180],[4,78],[10,54],[17,94],[58,189],[-61,19],[56,210],[-60,11],[4,70],[7,75],[-6,207],[4,4],[-29,141],[-26,132],[21,11],[16,5],[-10,43],[-1,4],[-26,133],[0,68],[-53,658],[-2,77],[34,50],[16,11],[41,13],[32,8],[40,11],[36,11],[31,4],[31,-6],[80,-27],[27,-16],[25,-24],[20,-8],[29,-3],[-17,-18],[-24,-62],[-12,-175],[-13,-209],[-3,-77],[57,-151],[228,-581],[4,-11],[14,-119],[11,-29],[5,-91],[9,-32],[25,-43],[7,-11],[-4,-11],[-48,-10],[-9,-21],[-17,-112],[-13,-161],[101,-26],[38,-21],[3,-195],[3,-123]],[[299942,683270],[-97,-17],[1,10],[2,13],[31,174],[17,76],[31,157],[37,191],[26,156],[15,65],[28,123],[21,111],[13,99],[40,171],[17,132],[26,118],[12,166],[4,96],[14,162],[14,118],[16,166],[17,125],[14,86],[7,44],[16,135],[30,164],[17,141],[4,83],[8,113],[4,62],[12,222],[7,113],[8,160],[2,85],[4,56],[7,111],[4,79],[18,120],[6,97],[8,86],[10,97],[5,115],[1,158],[-6,105],[0,23],[0,68],[1,31],[1,77],[-5,169],[10,92],[5,113],[20,123],[31,182],[10,58],[27,132],[5,22],[15,110],[3,91],[16,163],[12,89],[1,14],[6,66],[34,295],[23,149],[2,138],[13,171],[10,102],[4,93],[10,86],[0,0],[89,-13],[12,-2],[-21,-168],[-72,-699],[-81,-624],[-104,-712],[-33,-427],[-39,-786],[18,-817],[-141,-783],[-83,-792],[-109,-761],[-4,-24],[-140,-787],[-11,-64],[-1,-8],[-5,-34]],[[311685,692490],[0,-1],[1,0],[134,66],[24,-39],[10,-18],[7,-14],[8,-13],[2,-4],[4,-6],[19,-22],[17,-28],[1,-2],[3,-4],[1,-2],[6,-12],[3,-8],[1,-6],[4,-23],[-1,0],[-14,-8],[-29,-16],[0,0],[-24,-13],[-13,-7],[-25,-14],[-41,-22],[-10,-5],[-75,-42],[-10,-5],[0,0],[-10,-6],[-32,30],[-8,9],[-2,1],[-57,49],[-47,37],[-24,22],[-10,11],[-5,9],[-2,3],[-2,5],[-7,20],[-9,27],[-4,15],[-10,35],[-1,4],[-4,17],[-5,25],[-1,5],[-7,41],[-7,37],[0,2],[-7,59],[-2,21],[-2,63],[15,54],[1,2],[1,41],[4,109],[31,11],[132,50],[2,1],[14,-28],[3,-5],[10,-19],[25,-57],[30,-63],[1,-2],[18,-39],[-4,-2],[-28,-11],[-70,-28],[-34,-14],[-2,-1],[33,-80],[12,-28],[42,-101],[26,-63]],[[310574,694453],[-39,-44],[-51,6],[-53,6],[144,163],[6,-10],[2,-4],[11,-17],[6,-9],[1,-2],[8,-10],[13,-10],[0,-1],[8,-6],[-56,-62]],[[300841,691316],[-54,-418],[-14,2],[-84,12],[2,14],[23,144],[20,145],[14,142],[17,95],[22,58],[29,149],[16,170],[19,223],[27,129],[14,64],[9,98],[43,177],[4,98],[10,83],[9,89],[3,48],[3,43],[0,84],[4,63],[-2,132],[1,74],[7,153],[10,99],[18,146],[25,86],[13,50],[17,67],[40,202],[3,79],[23,121],[17,135],[41,142],[41,160],[28,120],[16,97],[30,239],[19,185],[11,98],[-1,63],[-12,99],[-11,215],[12,167],[21,75],[133,0],[-49,-449],[-93,-572],[-80,-562],[-108,-485],[-83,-508],[-20,-472],[-87,-540],[-75,-582],[-41,-546]],[[307102,699100],[6,-4],[0,0],[9,-5],[-2,-8],[-5,-16],[-2,-18],[2,-15],[1,-10],[11,-19],[37,-45],[-17,-21],[-26,-35],[-15,-15],[-1,-1],[-67,139],[-68,142],[6,-2],[2,0],[51,-21],[11,-6],[67,-40]],[[304530,700191],[25,-20],[9,-8],[-44,-36],[3,-53],[0,-7],[21,-28],[15,-13],[27,-22],[8,1],[10,8],[6,10],[4,6],[8,12],[37,59],[21,-10],[28,-14],[-26,12],[-22,-15],[-19,-28],[-17,-32],[-7,-20],[8,-17],[-32,13],[-70,30],[-14,4],[0,0],[0,0],[6,166],[-1,-1],[-1,0],[-15,-22],[0,-1],[-86,-116],[-1,1],[-14,-9],[-46,-48],[-17,-21],[-20,-22],[1,0],[5,-6],[9,-36],[2,-9],[18,-39],[38,-99],[18,-40],[7,-11],[0,0],[0,0],[4,-6],[4,-7],[8,-15],[15,-30],[6,-13],[-9,-6],[18,-23],[12,-12],[9,-5],[1,0],[1,0],[1,0],[0,0],[10,1],[22,1],[0,0],[12,-21],[0,1],[18,-1],[36,9],[25,3],[2,-1],[11,-16],[12,-18],[11,-16],[14,-19],[21,-19],[25,-2],[85,48],[84,40],[23,11],[0,0],[17,6],[6,-10],[0,0],[-48,-42],[-5,-19],[-3,-9],[-17,-5],[-67,-31],[-35,-14],[-10,-3],[-20,-6],[-19,-1],[-11,0],[-54,7],[-71,16],[-57,26],[-43,25],[-43,29],[-53,38],[-15,26],[-9,46],[-23,54],[-25,40],[-44,49],[-4,3],[-11,70],[113,130],[77,90],[85,100],[16,-11],[10,-7]],[[302807,701161],[13,-8],[65,-48],[-7,-46],[-3,-44],[1,-31],[8,-54],[18,-72],[11,-20],[26,-13],[59,-1],[16,-8],[6,-13],[-1,-22],[8,-22],[10,-17],[8,-8],[-26,-57],[-9,-20],[0,0],[-5,-12],[78,3],[201,8],[12,0],[15,1],[92,3],[12,4],[20,1],[-127,-52],[-239,-74],[-358,196],[0,421],[-760,-361],[5,74],[54,30],[5,0],[1,0],[32,11],[5,3],[2,0],[2,1],[22,10],[17,9],[45,35],[23,10],[65,27],[142,59],[51,21],[61,25],[88,40],[23,8],[82,34],[50,21],[81,-52]],[[303435,700665],[37,2],[100,16],[30,-9],[48,-15],[201,-27],[58,-38],[173,-112],[422,-273],[-85,-100],[-77,-90],[-113,-130],[11,-70],[4,-3],[44,-49],[25,-40],[23,-54],[9,-46],[15,-26],[53,-38],[43,-29],[43,-25],[57,-26],[71,-16],[54,-7],[11,0],[19,1],[20,6],[10,3],[35,14],[67,31],[17,5],[3,9],[5,19],[48,42],[0,0],[-6,10],[-17,-6],[0,0],[-23,-11],[-84,-40],[-85,-48],[-25,2],[-21,19],[-14,19],[-11,16],[-12,18],[-11,16],[-2,1],[-25,-3],[-36,-9],[-18,1],[0,-1],[-12,21],[-32,61],[0,-1],[-2,5],[-31,-21],[-6,13],[-15,30],[-8,15],[-4,7],[-4,6],[0,0],[0,0],[-7,11],[-18,40],[-38,99],[-18,39],[-2,9],[-9,36],[-5,6],[-1,0],[20,22],[17,21],[46,48],[14,9],[1,-1],[86,116],[0,1],[15,22],[1,0],[1,1],[-6,-166],[0,0],[0,0],[14,-4],[70,-30],[32,-13],[-8,17],[7,20],[17,32],[19,28],[22,15],[26,-12],[27,-3],[28,3],[14,4],[5,3],[1,0],[0,1],[4,1],[16,6],[15,9],[12,11],[1,1],[36,25],[135,97],[78,52],[139,89],[29,14],[4,-1],[30,-2],[20,9],[6,1],[51,20],[129,57],[29,12],[44,18],[33,12],[31,11],[12,2],[8,1],[13,0],[15,-14],[6,-18],[-1,-20],[-13,-44],[-45,-143],[-21,23],[-5,6],[-26,36],[-36,-26],[-16,-10],[-31,-33],[-13,-33],[-8,-49],[2,-102],[-3,-87],[-67,0],[-29,1],[-4,-1],[-1,0],[-2,18],[-4,-13],[-2,-2],[-8,-4],[-2,-2],[-22,111],[-2,9],[-113,-39],[35,-145],[-79,-54],[-27,-18],[-15,-9],[-10,-7],[2,-5],[6,-13],[0,0],[105,-237],[12,-25],[5,-11],[16,-36],[11,0],[1,1],[4,-4],[73,57],[27,21],[58,42],[7,-31],[0,0],[25,16],[18,-11],[-6,-86],[-5,-74],[24,-94],[22,-83],[1,0],[2,-18],[271,-123],[-12,-40],[20,-8],[160,43],[45,13],[141,39],[87,35],[54,11],[41,2],[74,-6],[56,-4],[78,-10],[49,-7],[58,-8],[65,-8],[42,-5],[144,-11],[49,-7],[24,-6],[68,-142],[67,-139],[7,-15],[67,-111],[30,-50],[0,0],[4,-7],[20,-32],[-1,-2],[0,-18],[-1,-8],[43,-44],[58,-58],[76,-76],[11,-12],[5,-2],[28,-13],[11,-5],[42,-19],[54,-25],[10,-13],[17,-23],[11,-14],[41,-54],[54,-70],[23,-22],[67,-60],[67,-60],[35,-32],[14,-12],[67,-62],[63,-56],[22,3],[18,2],[59,8],[22,-6],[10,-3],[68,-18],[14,-3],[1,-1],[30,-7],[0,0],[6,-1],[0,0],[19,-5],[1,-1],[21,-5],[25,3],[69,8],[1,0],[4,-7],[24,-29],[17,-19],[56,-32],[39,-31],[22,-24],[22,-28],[24,-47],[7,-21],[72,-213],[1,-3],[1,-3],[9,-26],[26,-65],[34,-50],[45,-37],[18,-15],[44,-30],[34,-24],[61,-50],[57,-51],[5,-5],[87,-85],[46,-50],[25,-26],[45,-49],[99,-118],[69,-125],[12,-30],[24,-41],[25,-37],[4,-7],[3,-5],[1,-1],[1,-1],[28,-35],[16,-20],[18,-23],[28,-35],[6,-7],[46,-57],[24,-33],[27,-38],[112,-230],[16,-48],[18,-65],[2,-9],[15,-78],[33,-76],[2,-2],[1,-1],[5,-5],[1,-1],[8,-11],[-1,-18],[0,0],[0,-6],[-2,2],[-2,-23],[2,-3],[-23,-387],[-5,-98],[145,-262],[28,-47],[2,-4],[1,0],[25,-39],[53,-81],[38,-59],[25,-38],[10,-10],[32,-31],[29,-28],[26,-25],[26,-25],[16,-16],[9,-8],[82,98],[8,9],[48,57],[58,68],[1,-7],[4,-16],[1,-5],[4,-15],[4,-12],[6,-17],[4,-10],[3,-8],[14,-33],[26,-47],[-144,-163],[53,-6],[51,-6],[39,44],[56,62],[15,-11],[17,-14],[13,-10],[21,-21],[17,-18],[15,-17],[11,-9],[10,-10],[10,-7],[13,-8],[16,-7],[21,-10],[14,-8],[191,-97],[26,-13],[111,-68],[43,-26],[38,-24],[50,-31],[150,-99],[199,-192],[28,-65],[7,-16],[0,-1],[1,-1],[-2,-4],[-5,-13],[-149,-413],[-5,-32],[-25,-157],[-19,-63],[-17,-60],[-1,-21],[-4,-109],[-1,-41],[-1,-2],[-15,-54],[2,-63],[2,-21],[7,-59],[0,-2],[7,-37],[7,-41],[1,-5],[5,-25],[4,-17],[1,-4],[10,-35],[4,-15],[9,-27],[7,-20],[2,-5],[2,-3],[5,-9],[10,-11],[24,-22],[47,-37],[57,-49],[2,-1],[8,-9],[32,-30],[-11,-5],[48,-163],[15,-50],[29,-102],[2,-4],[4,-15],[72,-161],[111,-238],[0,-6],[0,0],[0,0],[8,-25],[9,-31],[1,-13],[-13,1],[-22,0],[0,0],[1,-30],[5,-24],[-3,-8],[0,0],[-1,-5],[-14,-3],[-7,-6],[-2,-10],[2,-3],[11,-24],[0,0],[14,-60],[14,-44],[-8,-4],[19,-63],[3,-28],[2,-41],[-1,-32],[3,-11],[5,-13],[-20,-13],[-23,-17],[20,-79],[33,-132],[13,-5],[40,-13],[102,-128],[0,-1],[40,-50],[12,4],[28,0],[54,20],[42,-90],[11,-27],[3,-6],[11,-17],[26,-48],[31,-43],[42,-51],[42,-44],[26,-23],[28,-21],[21,-20],[17,-14],[192,-112],[159,-93],[25,-15],[13,-10],[21,-15],[13,-9],[13,-10],[3,-2],[26,-32],[19,-28],[12,-18],[15,-21],[10,-24],[8,-26],[5,-22],[1,0],[3,-25],[2,-30],[-5,-38],[-9,-28],[-18,-58],[-25,-79],[-22,-70],[-20,-61],[-23,-73],[-12,-42],[-9,-38],[-5,-30],[0,-2],[-5,-26],[-1,-5],[4,-65],[19,-85],[11,-52],[7,-56],[8,-73],[6,-79],[9,-147],[10,-143],[18,-59],[70,-109],[81,-128],[81,-128],[41,-64],[16,-38],[14,-33],[19,-47],[15,-38],[-1,-24],[0,-34],[-7,-50],[-6,-37],[-16,-54],[-13,-37],[-17,-56],[-16,-52],[-40,-126],[-17,-29],[-21,-35],[-50,-57],[-63,-76],[-32,-85],[-15,-115],[-16,-120],[-11,-79],[-24,-71],[-43,-87],[-21,-84],[-10,-36],[-8,-111],[11,-120],[64,-114],[17,-16],[1,-3],[16,-23],[13,-14],[44,-35],[8,-5],[82,-79],[72,-104],[36,-103],[0,-2],[-7,-66],[-1,-14],[-13,-3],[-132,-34],[0,0],[-28,-8],[-35,-8],[-19,-4],[-73,-17],[-16,-4],[-402,-94],[-203,-47],[-346,-60],[-597,-105],[-199,-35],[-78,-14],[-6,-1],[-39,-7],[-604,-103],[-1685,-288],[0,-2],[-3,0],[-25,-5],[-98,-16],[-236,-40],[-805,-136],[-271,-50],[-350,-64],[-483,-87],[-1254,-213],[-46,-8],[-4,-1],[-192,-33],[-4,-1],[-1994,-344],[-112,-19],[-205,-35],[-1781,-303],[-1017,-179],[5,34],[1,8],[11,64],[140,787],[4,24],[109,761],[83,792],[141,783],[-18,817],[39,786],[33,427],[104,712],[81,624],[72,699],[21,168],[19,142],[54,418],[41,546],[75,582],[87,540],[20,472],[83,508],[108,485],[80,562],[93,572],[49,449],[12,106],[9,472],[69,508],[88,523],[17,651],[27,637],[99,787],[-11,452],[31,24],[0,1],[83,81],[13,15],[2,11],[10,117],[25,378],[760,361],[0,-421],[358,-196],[239,74],[127,52]],[[302285,696491],[-289,-188],[-31,-10],[-63,18],[-23,22],[-46,86],[-11,-29],[50,-128],[-22,-9],[-29,-13],[-14,-6],[-13,-5],[0,-2],[27,-79],[26,-23],[17,8],[8,5],[6,29],[25,14],[72,-186],[15,-31],[22,-20],[23,-9],[29,-2],[25,11],[589,396],[-2,20],[-86,372],[-21,69],[3,-29],[-8,-43],[-21,-45],[-37,-43],[-42,-29],[-179,-121]],[[311153,693947],[-2,-69],[101,2],[14,1],[-1,78],[-13,13],[-24,15],[-75,-40]],[[311489,693793],[24,-98],[79,26],[-31,81],[-14,10],[-13,-3],[-45,-16]],[[311469,693680],[-25,94],[-39,-17],[2,-6],[12,-67],[4,-19],[46,15]],[[307464,690951],[7,-2],[41,63],[13,11],[64,76],[-2,12],[-92,-29],[-6,-2],[-17,-6],[-32,-14],[-25,-14],[-3,-13],[21,-41],[31,-41]],[[311043,690669],[18,-13],[78,4],[3,1],[91,4],[75,5],[14,82],[-47,6],[-35,4],[-50,-7],[-5,28],[-76,28],[-62,-25],[-6,-29],[11,-48],[-9,-40]],[[311348,690789],[-17,-75],[28,-8],[8,33],[11,5],[8,35],[-38,10]],[[305068,699760],[4,70],[-34,-1],[0,-70],[17,0],[10,-3],[3,4]],[[305182,700032],[-7,13],[-18,-12],[7,-13],[18,12]],[[555725,351590],[-1,-12],[22,3],[11,7],[23,13],[103,61],[74,41],[10,4],[47,21],[61,21],[53,14],[211,59],[251,70],[13,3],[25,6],[13,-1],[21,-5],[11,-8],[6,-4],[11,-12],[22,2],[196,21],[205,24],[161,17],[28,2],[28,1],[-8,-34],[-64,-158],[-41,-98],[-14,-43],[-21,-79],[-39,-178],[-7,-41],[-5,-25],[14,-12],[103,-104],[67,-69],[12,-8],[13,-2],[17,-2],[180,-25],[7,-21],[9,-14],[16,-13],[17,-7],[27,-6],[87,-1],[311,-11],[71,-3],[23,-1],[442,-17],[108,-4],[18,-1],[21,-138],[5,-15],[9,-8],[22,-4],[95,-9],[30,17],[147,18],[200,24],[34,-124],[7,-19],[11,-2],[199,35],[11,2],[66,12],[158,-6],[124,6],[189,9],[18,-31],[41,-79],[25,-57],[19,-37],[29,-44],[21,17],[39,-58],[47,-67],[24,-35],[11,-22],[13,-34],[19,-60],[16,-59],[12,-60],[7,-50],[4,-66],[3,-33],[2,-20],[2,-22],[3,-20],[5,-56],[2,-53],[9,-28],[9,-31],[21,-64],[23,-94],[10,-52],[4,-35],[4,-89],[11,-292],[-162,9],[-282,17],[-141,9],[-148,8],[-140,8],[-145,7],[-156,8],[-135,8],[-35,2],[-25,1],[-359,22],[-224,11],[-105,6],[-350,20],[-82,4],[-35,2],[-83,4],[-195,12],[-344,22],[0,51],[-23,31],[32,25],[-84,58],[-125,81],[-38,25],[-101,65],[-31,19],[-89,57],[-96,62],[-18,12],[-19,12],[-176,114],[-25,17],[-6,-24],[-80,-349],[-30,-143],[-7,-29],[-27,2],[-5,-22],[-235,11],[3,31],[-17,9],[-5,0],[-2,-21],[-70,17],[-24,4],[-40,7],[-2,16],[-117,22],[0,-1],[-8,-2],[-35,-9],[-71,-17],[-59,-14],[-16,2],[2,22],[-59,10],[0,2],[0,0],[1,30],[-4,13],[-11,5],[-32,3],[-9,-36],[-85,15],[-77,14],[-69,12],[-38,13],[-25,4],[-42,16],[-30,12],[-19,10],[-7,4],[-13,11],[-7,7],[-4,10],[-21,1],[-13,-4],[-21,-12],[-26,-28],[-305,21],[-98,5],[-16,10],[-82,47],[-131,71],[-140,65],[-71,31],[-72,22],[-59,13],[-60,9],[-28,4],[-56,2],[-27,0],[0,13],[13,106],[24,195],[15,129],[8,70],[-49,119],[-11,16],[25,39],[36,60],[-271,173],[-126,-248],[-25,-49],[-12,8],[-92,-186],[-22,16],[-267,232],[-9,12],[45,74],[-395,323],[-20,17],[-11,2],[-18,-1],[-8,7],[-16,11],[-22,16],[-132,97],[-140,108],[-45,40],[-14,12],[-32,29],[-100,85],[-110,100],[-75,81],[-40,58],[-33,49],[-32,57],[-17,38],[-13,42],[-10,59],[-13,100],[-2,20],[-26,201],[-38,335],[-18,148],[-2,41],[1,7],[3,19],[2,8],[19,79],[47,168],[33,115],[5,18],[14,46],[48,144],[42,121],[35,74],[24,57],[8,17],[43,102],[133,297],[123,279],[44,96],[39,78],[213,-85],[192,-74],[205,-81],[14,-5],[12,-5],[42,-16],[135,-55],[195,-75],[150,-60],[14,-5],[41,-19],[208,-79],[197,-78],[186,-66],[165,-62],[25,-5],[-74,-213],[-7,-19],[27,-23],[126,-104],[14,-11],[129,-107],[184,-157],[13,-11],[110,-94],[56,-46],[84,-69],[35,-29],[198,-167],[-20,-57],[-16,-68],[-8,-54],[-6,-71],[-4,-64],[-1,-22],[-2,-26],[-1,-103],[1,-35],[3,-15],[2,-18],[13,-33],[21,-36],[35,-46],[143,-140],[115,-111],[15,-15],[20,-23],[16,-15],[21,-35],[18,-43]],[[509163,20646],[-35,-100],[-66,1],[101,99],[0,0]],[[508194,20711],[0,-1],[-1,0],[0,0],[-2,0],[-47,-3],[-22,-9],[-8,-2],[-75,-13],[2,0],[37,9],[36,8],[0,0],[9,4],[7,3],[6,3],[7,5],[7,1],[18,1],[12,-2],[14,-4]],[[507671,21100],[-327,-159],[16,23],[21,30],[34,27],[39,21],[61,21],[125,32],[31,5]],[[507803,21211],[94,-48],[148,-97],[33,-31],[137,-163],[55,-67],[-5,2],[-6,3],[-5,2],[-6,2],[-5,2],[-6,3],[-5,2],[-5,2],[-6,3],[-5,2],[-6,3],[-5,2],[-5,2],[-6,3],[-5,2],[-6,2],[-5,3],[-5,2],[-6,3],[-5,2],[-6,2],[-5,3],[-5,2],[-6,3],[-5,2],[-6,2],[-5,3],[-5,2],[-6,3],[-5,2],[-5,2],[-6,3],[-5,2],[-5,3],[-6,2],[-5,2],[-5,3],[-6,2],[-5,3],[-5,2],[-6,3],[-5,3],[-5,3],[-5,4],[-5,3],[-5,4],[-5,3],[-5,4],[-4,4],[-5,4],[-4,4],[-5,5],[-4,4],[-4,5],[-3,4],[-4,5],[-3,5],[-3,5],[-3,6],[-3,5],[-2,6],[-3,6],[-2,5],[-2,6],[-3,6],[-2,7],[-2,6],[-2,6],[-2,6],[-2,6],[-3,6],[-2,6],[-3,6],[-2,5],[-3,6],[-3,5],[-3,6],[-3,6],[-3,5],[-3,6],[-3,5],[-3,5],[-3,6],[-3,5],[-4,5],[-3,6],[-4,5],[-3,5],[-4,4],[-3,5],[-4,5],[-4,5],[-5,4],[-5,4],[-5,4],[-5,3],[-5,3],[-5,2],[-6,2],[-5,1],[-6,1],[-5,0],[-6,1],[-6,0],[-6,1],[-5,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,0],[-6,-1],[-5,0],[-6,0],[-6,-1],[-6,0],[-5,-1],[-6,0],[-6,-1],[-6,-1],[-5,-1],[-6,-1],[-6,-1],[-5,-1],[-6,-2],[-6,-1],[-5,-1],[-6,-1],[-6,-1],[-5,-1],[-6,-1],[-9,3],[-97,-21],[-136,-29],[-78,-26],[-106,-70],[-48,-33],[-81,-27],[78,57],[20,15],[82,60],[52,33],[101,49],[40,16],[118,32],[47,8],[54,2],[46,-4],[61,-24]],[[506667,21554],[41,-213],[-8,33],[-17,49],[-24,32],[-11,15],[-61,101],[-15,30],[1,0],[22,-3],[46,-14],[21,-18],[5,-12]],[[509573,21897],[-10,-36],[-24,2],[-15,-2],[-14,-11],[-14,-18],[-17,-36],[-25,-66],[-12,-34],[-61,23],[4,21],[3,17],[3,17],[65,-15],[12,33],[10,22],[10,5],[8,15],[-1,4],[-1,3],[4,7],[2,3],[3,5],[5,27],[-4,6],[7,10],[10,26],[0,22],[12,51],[14,35],[12,42],[-1,-7],[-7,-24],[53,-21],[-1,-7],[-12,-49],[-18,-70]],[[506710,23126],[11,-13],[13,7],[19,11],[22,10],[0,-1],[95,47],[62,27],[69,20],[4,0],[76,8],[58,1],[63,-7],[71,-24],[84,-42],[105,-67],[91,-65],[83,-65],[61,-55],[43,-42],[24,-37],[25,-53],[13,-41],[4,-54],[-3,-49],[-7,-51],[-16,-56],[-27,-61],[-20,-45],[8,-28],[14,-67],[124,-463],[29,-105],[-87,-64],[-74,-51],[-68,-40],[-127,-66],[-71,-32],[-64,-23],[-79,-20],[-106,-11],[-101,-19],[-40,-13],[-44,-14],[-54,-24],[-30,-20],[-25,-22],[-26,-28],[-18,-22],[-23,-36],[-2,-3],[-15,-34],[-6,-22],[-4,13],[-14,33],[-12,43],[-10,49],[-3,36],[0,24],[6,69],[2,112],[-3,27],[-11,49],[-4,41],[0,42],[11,52],[4,50],[2,106],[6,54],[9,41],[14,28],[28,30],[41,33],[44,26],[11,8],[38,42],[82,68],[21,18],[20,9],[39,37],[32,57],[23,57],[13,50],[5,66],[-7,38],[-23,43],[-37,43],[-41,35],[-45,26],[-64,19],[-96,29],[-75,31],[-54,26],[-58,47],[-23,33],[-30,45],[-12,45],[-10,20],[-7,66],[-9,96],[6,88],[2,132],[0,5],[1,15],[72,-2],[-6,-27],[-6,-66],[-5,-92],[-4,-44],[-1,-39],[4,-58]],[[509614,24622],[0,-27],[-12,3],[-28,10],[4,51],[22,0],[18,-1],[0,-13],[-3,-6],[-1,-17]],[[505687,26378],[41,-22],[-36,-9],[-25,-7],[-21,-6],[-30,-6],[-25,5],[-29,12],[-14,7],[-18,4],[-17,-2],[-10,-9],[-5,-14],[1,-14],[-2,-10],[0,-18],[11,-22],[20,-18],[19,-5],[4,-14],[5,-7],[14,0],[6,9],[2,9],[14,7],[16,10],[8,14],[5,20],[3,9],[15,11],[17,1],[25,5],[19,6],[11,3],[38,15],[18,-10],[-5,-12],[-12,-28],[-16,-44],[-27,-123],[-86,-394],[-32,-148],[-28,-131],[-15,-69],[0,-1],[-20,-86],[-3,-24],[-2,-16],[-11,-133],[-7,-85],[0,-3],[-11,-128],[-17,-211],[-2,-14],[210,-22],[39,-82],[42,-90],[7,-17],[4,-34],[-2,-151],[-4,-51],[-5,-44],[-1,-17],[-6,-77],[-3,-28],[-14,-89],[-5,-54],[-3,-66],[-16,2],[-20,-110],[-24,-150],[-20,-77],[2,-64],[-1,-50],[-4,-38],[-11,-53],[-14,-52],[-4,-46],[15,-213],[4,-21],[18,-80],[7,-62],[30,-210],[10,-79],[6,-77],[1,-58],[-1,-65],[-2,-37],[-5,-47],[0,-51],[11,-85],[5,-53],[-18,-1],[-46,-11],[-61,-13],[-61,-14],[-142,-35],[-22,56],[-38,112],[-9,38],[-18,128],[-340,21],[-130,25],[-153,57],[-26,138],[-7,16],[-13,52],[-181,-42],[-97,8],[0,-5],[-6,4],[-7,-43],[-7,-96],[-6,-99],[-5,-36],[-7,-28],[-23,-61],[-16,-22],[-16,-17],[-73,25],[-138,44],[-12,19],[-4,5],[-2,25],[6,17],[15,23],[56,84],[2,3],[-20,1],[-99,1],[-60,1],[-147,-20],[0,-25],[-16,-49],[-252,72],[2,39],[-10,37],[-40,90],[-7,10],[-57,90],[-35,43],[-11,26],[-7,20],[-3,41],[4,38],[7,41],[4,12],[19,54],[3,34],[-19,141],[-13,116],[-14,114],[-14,125],[-3,15],[-5,18],[-22,38],[-8,13],[-31,42],[-6,26],[0,22],[6,27],[6,25],[6,55],[-6,72],[-10,34],[-1,18],[8,27],[13,19],[13,12],[10,15],[6,59],[10,71],[14,81],[19,155],[6,69],[23,125],[19,40],[-10,49],[-50,87],[38,193],[31,173],[56,-30],[5,-3],[-2,49],[-8,51],[-2,43],[0,40],[2,25],[6,24],[22,43],[13,24],[2,5],[14,35],[3,28],[2,30],[2,28],[1,23],[17,66],[7,48],[1,7],[2,19],[1,11],[-2,22],[-7,48],[-3,18],[-3,18],[-4,5],[-11,13],[-22,15],[-24,9],[-25,5],[-4,1],[10,71],[15,13],[18,7],[25,3],[37,0],[80,2],[62,7],[71,13],[91,24],[99,35],[48,22],[-31,-86],[-73,-235],[-73,-231],[-45,-140],[-13,4],[0,-7],[-9,-77],[-19,-86],[-12,-41],[-1,-22],[16,-86],[4,-19],[11,-55],[9,-50],[4,-19],[2,-37],[-3,-56],[-7,-99],[81,-18],[49,-7],[56,-8],[191,10],[27,4],[-3,-17],[-3,-41],[0,-65],[13,-81],[14,-93],[338,68],[218,46],[52,155],[156,459],[65,188],[28,84],[22,63],[-1,3],[-7,58],[-8,84],[-11,38],[-32,65],[0,11],[6,18],[16,19],[21,12],[27,3],[35,-2],[66,-17],[29,0],[22,11],[26,22],[21,8],[32,8],[50,23],[19,17],[6,11],[-2,26],[-29,62],[-56,110],[-32,67],[-17,29],[-6,17],[-2,21],[0,20],[5,15],[27,0],[1,39],[-5,41],[-14,42],[-9,31],[-2,25],[59,10],[94,4],[-4,89],[34,2],[77,-5],[35,-6],[13,-3],[41,-17],[7,-3],[91,-45]],[[504269,23837],[24,-154],[39,3],[66,37],[8,21],[-17,64],[-48,56],[-10,59],[-56,-14],[-39,126],[33,-198]],[[505273,23239],[-5,-101],[-1,0],[3,-20],[7,-50],[-2,-62],[105,-10],[172,-15],[61,-7],[-1,113],[1,35],[1,46],[3,44],[-16,1],[-197,16],[-131,10]],[[504266,23019],[-1,18],[-9,-1],[-9,56],[-28,-3],[-58,-8],[-33,-4],[2,-28],[16,3],[20,-160],[7,-58],[-8,-33],[-15,-30],[-35,-68],[45,-50],[30,95],[19,-4],[156,-32],[15,76],[-65,-13],[-17,-2],[-9,76],[-10,82],[-13,0],[-9,85],[9,3]],[[507878,26660],[0,-64],[-6,-95],[-4,-71],[-11,-95],[-13,-74],[-13,-69],[5,-66],[6,-78],[11,-57],[15,-60],[28,-64],[30,-52],[24,-40],[-54,32],[-70,63],[-25,36],[-1,4],[-12,17],[-14,43],[-13,58],[-9,55],[0,89],[1,38],[8,44],[26,92],[9,44],[6,116],[0,49],[-2,3],[0,1],[-21,25],[-17,9],[-3,2],[-13,0],[-2,2],[-10,8],[-8,5],[-31,-12],[-22,-14],[-20,-24],[-25,-24],[-20,-9],[-18,-15],[-11,-18],[-11,-9],[0,16],[-2,19],[-20,34],[-27,22],[-56,31],[-28,7],[-29,-5],[-27,-16],[-20,-18],[-9,-12],[0,0],[-52,-9],[0,-3],[-2,-10],[-4,-6],[-5,-5],[-31,-22],[-31,-30],[-14,-17],[-11,-4],[-12,2],[-16,10],[-10,0],[-35,-4],[-34,9],[-2,3],[-88,-4],[-3,0],[0,0],[-14,11],[16,26],[17,23],[10,15],[9,13],[0,0],[8,13],[20,40],[5,18],[13,41],[11,51],[14,61],[14,38],[16,45],[27,60],[22,56],[5,13],[16,34],[2,4],[7,10],[30,39],[49,43],[75,46],[37,15],[37,16],[90,25],[42,7],[14,-6],[7,-4],[98,-3],[36,-4],[20,-15],[21,-24],[15,-17],[17,-39],[8,-45],[57,-292],[7,-62],[2,-56],[-2,-8],[0,-1]],[[509293,27336],[22,-100],[94,0],[1,-33],[139,-7],[-13,-70],[-119,-2],[-1,-74],[6,-59],[111,8],[-2,-59],[3,-25],[8,-27],[45,-100],[22,-65],[18,-75],[13,-67],[-215,-75],[-2,0],[-3,18],[-3,29],[-3,26],[-4,36],[-1,11],[-1,7],[-15,127],[-13,-4],[-6,-2],[-13,47],[-3,12],[-16,62],[-17,66],[-8,31],[-12,42],[24,-1],[-18,158],[-6,61],[-8,81],[-4,23]],[[507458,29120],[40,-120],[12,-17],[19,-4],[163,75],[8,14],[-12,92],[18,2],[-5,60],[8,-6],[14,-17],[14,-6],[18,-5],[20,1],[5,2],[11,13],[9,14],[23,-6],[-11,-91],[-17,-86],[-29,-123],[-66,-277],[-17,-75],[-22,6],[1,18],[14,166],[19,210],[2,10],[0,0],[-285,-89],[-56,129],[-13,-49],[-11,-42],[-34,22],[-6,-15],[-1,-4],[-6,-14],[0,-3],[-10,-25],[0,-1],[-11,-29],[-21,-2],[-44,-4],[-2,0],[-16,-40],[17,40],[5,16],[11,-2],[13,0],[14,3],[11,7],[14,19],[10,41],[23,98],[23,95],[20,46],[17,36],[138,218],[25,48],[11,26],[-21,-93],[-12,-29],[-57,-115],[15,-23],[7,-12],[6,-11],[-9,-10],[-15,-19],[-2,-12],[13,-51]],[[507683,28560],[23,-6],[20,-6],[59,-2],[152,-6],[102,-4],[17,9],[23,13],[61,25],[79,18],[66,13],[45,8],[24,-71],[0,-4],[51,-175],[12,-25],[106,-224],[19,-46],[5,-23],[1,-64],[-3,-64],[231,24],[0,-1],[214,-5],[153,-6],[10,0],[0,-1],[2,-15],[0,0],[1,0],[3,-13],[16,-80],[23,-117],[11,-53],[10,-45],[9,-46],[8,-38],[17,4],[2,-17],[5,-24],[32,-153],[1,0],[0,-4],[4,-23],[8,-81],[6,-61],[18,-158],[-24,1],[12,-42],[8,-31],[17,-66],[16,-62],[3,-12],[13,-47],[6,2],[13,4],[15,-127],[1,-7],[1,-11],[4,-36],[3,-26],[3,-29],[3,-18],[2,0],[215,75],[2,-9],[12,-65],[12,-64],[1,-50],[0,-38],[0,-2],[-5,-34],[-25,-66],[-9,-19],[-14,-32],[-16,-56],[-4,-14],[-1,-12],[0,-6],[2,-20],[5,-28],[9,-30],[33,-52],[21,-32],[36,-54],[5,-7],[39,-57],[37,-61],[12,-17],[21,-42],[22,-53],[14,-52],[6,-43],[0,-5],[-18,-6],[-91,-32],[-44,-16],[-2,-15],[32,7],[-10,-11],[-8,-41],[-8,-62],[-5,-45],[28,-64],[-7,-5],[-3,-2],[-21,-17],[-1,-2],[-18,-30],[-7,-35],[-1,-2],[-4,-32],[-5,-46],[-9,-57],[-12,-50],[-13,-56],[-2,-29],[-2,-30],[-6,-72],[0,-3],[0,-1],[0,-2],[0,-144],[0,-3],[-18,1],[-22,0],[-4,-51],[28,-10],[15,-60],[29,-39],[28,-22],[1,-1],[26,-21],[83,-66],[10,-53],[-33,-173],[-1,-6],[-188,36],[-56,11],[-4,3],[-51,9],[-41,19],[-29,38],[-42,64],[-15,74],[-4,19],[2,55],[1,32],[16,124],[24,121],[20,106],[2,15],[5,45],[-1,67],[-11,92],[-18,95],[-5,13],[-26,71],[-60,101],[-73,88],[-59,55],[-40,30],[-81,36],[-53,20],[-52,9],[-53,1],[-75,-14],[-88,-26],[-204,-39],[-187,91],[-88,40],[-17,5],[-130,43],[-36,23],[-71,33],[-22,13],[-24,40],[-30,52],[-28,64],[-15,60],[-11,57],[-6,78],[-5,66],[13,69],[13,74],[11,95],[4,71],[6,95],[0,64],[0,1],[2,8],[-2,56],[-7,62],[-57,292],[-8,45],[-17,39],[-15,17],[-21,24],[-20,15],[-36,4],[-98,3],[-7,4],[-14,6],[-42,-7],[-90,-25],[-37,-16],[-37,-15],[-75,-46],[-49,-43],[-30,-39],[-7,-10],[-2,-4],[-16,-34],[-5,-13],[-22,-56],[-27,-60],[-16,-45],[-14,-38],[-14,-61],[-11,-51],[-13,-41],[-5,-18],[-20,-40],[-8,-13],[0,0],[-9,-13],[-10,-15],[-17,-23],[-16,-26],[-33,-54],[-61,-46],[-110,-68],[-97,-77],[-93,-126],[-165,-347],[-100,-186],[-68,-123],[-87,-165],[-35,-88],[-23,-57],[-6,-67],[9,-41],[4,-9],[45,-109],[35,-93],[28,-62],[41,-69],[39,-62],[48,-80],[29,-57],[29,-59],[40,-80],[41,-72],[28,-62],[27,-68],[19,-61],[21,-60],[46,-175],[11,-77],[7,-63],[6,-93],[2,-95],[-7,-79],[-1,-15],[0,-5],[-2,-132],[-6,-88],[9,-96],[7,-66],[10,-20],[12,-45],[30,-45],[23,-33],[58,-47],[54,-26],[75,-31],[96,-29],[64,-19],[45,-26],[41,-35],[37,-43],[23,-43],[7,-38],[-5,-66],[-13,-50],[-23,-57],[-32,-57],[-39,-37],[-20,-9],[-21,-18],[-82,-68],[-38,-42],[-11,-8],[-44,-26],[-41,-33],[-28,-30],[-14,-28],[-9,-41],[-6,-54],[-2,-106],[-4,-50],[-11,-52],[0,-42],[4,-41],[11,-49],[3,-27],[-2,-112],[-6,-69],[0,-24],[3,-36],[10,-49],[12,-43],[14,-33],[4,-13],[22,-24],[9,-55],[23,-71],[25,-49],[22,-30],[35,-27],[27,-10],[93,31],[81,27],[48,33],[106,70],[78,26],[136,29],[97,21],[9,-3],[6,1],[5,1],[6,1],[6,1],[5,1],[6,1],[6,2],[5,1],[6,1],[6,1],[5,1],[6,1],[6,1],[6,0],[5,1],[6,0],[6,1],[6,0],[5,0],[6,1],[6,0],[6,0],[6,0],[6,0],[6,0],[5,0],[6,-1],[6,0],[6,-1],[5,0],[6,-1],[5,-1],[6,-2],[5,-2],[5,-3],[5,-3],[5,-4],[5,-4],[5,-4],[4,-5],[4,-5],[3,-5],[4,-4],[3,-5],[4,-5],[3,-6],[4,-5],[3,-5],[3,-6],[3,-5],[3,-5],[3,-6],[3,-5],[3,-6],[3,-6],[3,-5],[3,-6],[2,-5],[3,-6],[2,-6],[3,-6],[2,-6],[2,-6],[2,-6],[2,-6],[2,-7],[3,-6],[2,-6],[2,-5],[3,-6],[2,-6],[3,-5],[3,-6],[3,-5],[3,-5],[4,-5],[3,-4],[4,-5],[4,-4],[5,-5],[4,-4],[5,-4],[4,-4],[5,-4],[5,-3],[5,-4],[5,-3],[5,-4],[5,-3],[5,-3],[6,-3],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[6,-2],[5,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[6,-3],[5,-2],[5,-3],[6,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[6,-3],[5,-2],[5,-2],[6,-3],[5,-2],[6,-2],[5,-2],[6,-3],[5,-2],[0,0],[6,-2],[5,-3],[5,-2],[6,-2],[5,-2],[6,-3],[5,-2],[6,-2],[5,-2],[6,-3],[5,-2],[6,-2],[5,-2],[6,-2],[5,-3],[5,-2],[6,-2],[5,-2],[6,-2],[5,-2],[6,-2],[5,-2],[6,-2],[5,-2],[6,-2],[5,-2],[6,-2],[5,-2],[6,-2],[5,-2],[6,-2],[5,-2],[6,-2],[5,-1],[6,-2],[5,-2],[6,-2],[5,-2],[6,-1],[5,-2],[6,-2],[5,-1],[6,-2],[5,-2],[6,-1],[5,-2],[5,-2],[6,-1],[5,-2],[6,-1],[5,-2],[6,-1],[5,-1],[6,-1],[6,-1],[5,0],[6,0],[5,0],[6,0],[6,1],[6,1],[5,2],[6,1],[6,2],[6,1],[5,2],[6,2],[6,2],[6,3],[5,2],[6,2],[5,2],[6,3],[6,2],[5,2],[6,2],[5,2],[5,2],[5,3],[6,2],[5,3],[5,3],[5,3],[5,4],[5,3],[5,3],[5,3],[5,4],[5,3],[5,3],[5,3],[5,4],[5,3],[293,885],[129,391],[84,79],[31,95],[2,0],[7,-26],[5,-31],[14,-19],[10,-4],[9,-4],[17,0],[19,1],[29,6],[25,-1],[22,-14],[22,-19],[4,-4],[12,-5],[10,-1],[17,-2],[17,-1],[5,-8],[1,0],[-2,-27],[-12,-42],[-14,-35],[-12,-51],[0,-22],[-10,-26],[-7,-10],[4,-6],[-5,-27],[-3,-5],[-2,-3],[-4,-7],[1,-3],[1,-4],[-8,-15],[-10,-5],[-10,-22],[-12,-33],[-65,15],[-3,-17],[-3,-17],[-4,-21],[61,-23],[-15,-45],[-18,-74],[-15,-92],[-10,-53],[-23,-75],[45,-19],[-19,-53],[-28,-88],[-7,-33],[-48,-107],[-51,-146],[-42,-133],[-16,-55],[-16,-65],[0,0],[-16,-11],[0,-1],[0,0],[-101,-99],[-6,-6],[-188,6],[-11,-3],[-29,-7],[-20,-5],[-36,-8],[-21,-6],[-14,-4],[-19,-5],[-42,-10],[-21,-6],[-26,-7],[-37,-12],[-18,-6],[0,1],[-34,85],[-3,0],[-2,0],[-144,18],[-2,0],[-1,1],[-3,0],[-196,50],[1,10],[4,77],[0,1],[-14,4],[-12,2],[-18,-1],[-7,-1],[-7,-5],[-6,-3],[-7,-3],[-9,-4],[0,0],[-36,-8],[-37,-9],[-2,0],[-31,-6],[-3,0],[-15,96],[-3,1],[-101,38],[-19,5],[-34,15],[-124,55],[-42,73],[-6,14],[-5,13],[-2,11],[0,9],[1,15],[1,15],[6,31],[6,19],[5,12],[-1,1],[-1,0],[-31,-5],[-125,-32],[-61,-21],[-39,-21],[-34,-27],[-21,-30],[-16,-23],[-37,-50],[-29,-63],[-40,-86],[-24,-28],[-33,-37],[-52,-35],[-26,-9],[-62,6],[-86,-33],[-45,-3],[0,1],[-2,-1],[-2,3],[-10,7],[-18,28],[-9,11],[-23,34],[-39,46],[-16,25],[-15,35],[-10,38],[-4,30],[-1,7],[-14,48],[-23,83],[-12,93],[-1,18],[-3,37],[0,6],[1,141],[1,36],[0,6],[-2,6],[-41,213],[-5,12],[-21,18],[-46,14],[-22,3],[-1,0],[-88,43],[-1,1],[-21,22],[3,13],[3,19],[1,8],[-1,26],[-7,74],[2,25],[0,22],[-5,33],[-2,33],[-4,36],[-9,98],[-9,113],[0,7],[-1,4],[0,1],[-65,-11],[-29,-4],[-63,-10],[-2,0],[-225,-33],[-196,-29],[-8,-1],[-125,-15],[-1,8],[-5,53],[-11,85],[0,51],[5,47],[2,37],[1,65],[-1,58],[-6,77],[-10,79],[-30,210],[-7,62],[-18,80],[-4,21],[-15,213],[4,46],[14,52],[11,53],[4,38],[1,50],[-2,64],[20,77],[24,150],[20,110],[16,-2],[3,66],[5,54],[14,89],[3,28],[6,77],[1,17],[5,44],[4,51],[2,151],[-4,34],[-7,17],[-42,90],[-39,82],[-210,22],[2,14],[17,211],[11,128],[0,3],[7,85],[11,133],[2,16],[3,24],[20,86],[0,1],[15,69],[28,131],[32,148],[86,394],[27,123],[16,44],[12,28],[5,12],[14,34],[35,85],[23,53],[76,204],[7,20],[60,162],[23,61],[31,66],[36,69],[86,149],[174,270],[6,8],[14,-9],[24,-20],[119,-56],[14,-7],[6,-3],[21,56],[8,22],[54,140],[88,189],[65,149],[10,22],[61,147],[73,183],[7,16],[73,184],[7,18],[59,146],[1,7],[9,20],[20,-9],[11,-2],[23,8],[18,10],[15,14],[20,24],[23,42],[16,40],[2,0],[44,4],[21,2],[11,29],[0,1],[10,25],[0,3],[6,14],[1,4],[6,15],[34,-22],[11,42],[13,49],[56,-129],[285,89],[0,0],[-2,-10],[-19,-210],[-14,-166],[-1,-18],[22,-6]],[[357588,427925],[-55,37],[0,0],[10,12],[6,2],[7,6],[3,7],[-2,7],[38,61],[21,40],[52,71],[48,83],[24,39],[11,23],[37,76],[15,-11],[5,-3],[34,47],[22,30],[37,42],[28,24],[62,42],[45,26],[96,62],[16,13],[24,23],[-70,83],[36,16],[54,54],[89,95],[46,63],[24,37],[44,34],[30,17],[6,14],[5,-7],[11,-2],[39,14],[49,22],[122,64],[63,35],[30,18],[10,9],[6,10],[0,9],[-3,15],[-2,22],[3,10],[6,4],[78,33],[101,39],[115,37],[90,22],[13,3],[156,31],[-3,-14],[-14,-23],[-1,-2],[-4,-5],[-58,-32],[-39,-33],[-14,-12],[-42,-61],[-20,-32],[-31,-37],[-53,-46],[-27,-35],[-45,-72],[-63,-84],[-35,-36],[-156,-162],[-24,-20],[-59,-55],[-48,-42],[-34,-24],[-34,-21],[-61,-31],[-44,-24],[-43,-25],[-51,-35],[-71,-52],[-40,-34],[-26,-25],[-75,-85],[-26,-24],[-23,-17],[-22,-9],[-37,-20],[-33,-19],[-32,-20],[-65,-56],[-54,-57],[-27,-25],[-19,-17],[-25,-17],[-37,-18],[-54,-28],[-22,-15],[-17,-19],[-12,-17],[-15,-23]],[[513282,430521],[13,-2],[21,4],[8,4],[146,86],[4,-10],[16,-51],[18,-48],[64,-178],[9,-27],[15,-33],[11,-20],[13,-16],[31,-37],[25,-20],[21,-11],[35,-10],[30,-6],[42,-1],[40,6],[38,9],[27,15],[26,21],[23,-19],[-55,-36],[-131,-81],[-213,-120],[-82,-39],[-10,-4],[-64,-24],[-95,-28],[6,-11],[0,-6],[-52,-20],[-43,-15],[-82,-29],[-64,-18],[-104,-28],[-385,-74],[-475,-21],[-385,-4],[-395,-16],[-379,-39],[-357,-52],[-358,-49],[-279,-82],[-91,-26],[-214,-70],[-87,-33],[-357,-153],[-365,-137],[-352,-100],[-348,-91],[-360,-87],[-346,-79],[-615,-97],[-431,-63],[-420,-109],[-412,-137],[-393,-196],[-365,-216],[-351,-243],[-316,-276],[-338,-371],[-342,-329],[-9,-18],[-85,-78],[-87,-69],[-75,-57],[-73,-49],[-82,-50],[-147,-86],[-68,-36],[-76,-37],[-67,-28],[-124,-51],[-130,-49],[-86,-28],[-126,-29],[-21,-4],[-16,-8],[-400,-50],[-374,11],[-420,94],[-399,115],[-383,68],[-372,24],[-380,-41],[-515,-115],[-360,-176],[-358,-228],[-327,-255],[-287,-326],[-262,-389],[-256,-412],[-256,-383],[-272,-380],[-319,-357],[-322,-303],[-324,-231],[-7,-8],[-21,-15],[-108,-72],[-105,-64],[-141,-82],[-207,-104],[-202,-91],[-171,-65],[-36,-13],[-9,0],[-9,10],[-10,44],[-272,-145],[-295,-83],[-536,-60],[-379,-2],[-157,12],[-969,191],[-437,122],[-458,173],[-433,194],[-470,275],[-407,330],[-399,418],[-440,414],[-464,385],[-496,357],[-299,183],[-65,28],[-129,59],[-64,33],[-93,41],[-196,79],[-29,11],[-181,71],[-36,15],[193,-42],[36,-5],[49,-8],[221,-30],[31,-4],[26,-6],[32,-7],[46,-6],[71,-7],[48,-7],[68,-14],[56,-13],[58,-15],[71,-19],[49,-12],[20,-4],[95,-6],[91,-8],[57,-7],[105,-22],[69,-17],[81,-22],[87,-11],[155,-13],[113,-9],[97,-8],[95,-8],[50,-5],[71,-4],[62,1],[50,1],[55,4],[241,26],[116,15],[52,12],[54,13],[53,15],[77,32],[49,26],[43,12],[40,13],[119,53],[47,26],[55,40],[33,32],[36,32],[43,36],[121,87],[78,58],[18,15],[48,43],[46,46],[54,49],[29,30],[12,19],[29,51],[50,113],[75,179],[65,166],[15,39],[10,27],[25,40],[13,15],[19,14],[20,11],[7,2],[4,1],[25,12],[27,8],[18,10],[15,-12],[51,-37],[35,-20],[30,-13],[20,-13],[31,0],[8,-1],[12,-15],[22,-24],[182,-176],[129,-130],[119,-127],[84,-100],[147,-187],[156,-203],[69,-94],[41,-54],[68,-89],[64,-85],[51,-55],[62,-59],[81,-78],[42,-46],[78,-102],[58,-73],[28,-35],[24,-22],[36,-26],[46,-29],[79,-48],[62,-40],[6,-3],[82,-38],[176,-83],[2,-2],[17,-15],[22,-15],[6,-2],[20,-5],[71,-16],[95,-18],[282,-51],[327,-56],[147,-27],[96,-10],[68,-7],[11,0],[67,-7],[42,1],[149,22],[305,47],[162,30],[177,41],[132,35],[90,32],[110,42],[14,6],[29,13],[45,19],[88,44],[102,54],[46,30],[25,14],[35,30],[43,42],[14,13],[44,41],[53,56],[45,52],[58,72],[92,116],[82,108],[46,61],[37,48],[26,33],[59,72],[58,65],[85,81],[83,65],[146,111],[102,72],[89,62],[102,69],[56,39],[83,56],[87,60],[69,49],[48,42],[31,29],[28,37],[97,143],[105,161],[177,266],[64,100],[79,120],[65,97],[8,9],[24,-39],[33,-50],[35,-38],[116,-129],[145,-156],[13,-15],[24,-22],[23,-15],[25,-11],[27,-7],[30,-2],[65,20],[34,17],[36,22],[28,20],[25,26],[15,20],[39,53],[31,51],[33,62],[14,40],[2,18],[-1,24],[23,5],[159,52],[135,44],[27,-19],[24,39],[0,10],[-2,19],[100,192],[72,135],[42,82],[46,81],[33,47],[27,37],[19,23],[15,19],[62,73],[73,89],[96,114],[37,43],[39,45],[7,9],[31,38],[92,111],[168,197],[37,45],[8,-6],[214,-226],[45,-53],[19,-22],[25,-16],[24,9],[26,17],[135,118],[170,147],[16,16],[-23,53],[-27,65],[-25,66],[-15,61],[-3,39],[0,24],[3,16],[9,25],[19,43],[9,19],[2,44],[-9,80],[-26,127],[-21,119],[-6,37],[-1,20],[5,9],[3,6],[5,5],[18,5],[320,42],[149,17],[133,19],[113,14],[132,17],[102,15],[42,8],[33,10],[35,12],[32,13],[31,15],[23,18],[29,30],[17,25],[22,34],[30,45],[21,26],[29,25],[30,18],[28,10],[61,15],[248,46],[34,8],[44,16],[32,17],[33,28],[68,64],[12,8],[29,22],[9,7],[25,13],[21,6],[28,6],[83,11],[97,14],[42,11],[48,16],[53,20],[39,17],[27,14],[33,26],[25,30],[40,52],[19,24],[12,8],[11,5],[15,2],[91,5],[86,11],[27,9],[21,11],[25,16],[22,19],[16,11],[26,-6],[82,-29],[61,-19],[16,-5],[16,-5],[53,-16],[22,-5],[40,-9],[60,-11],[50,-6],[83,-2],[102,3],[68,-1],[56,-4],[234,-35],[211,-32],[21,-3],[169,-25],[259,-35],[256,-35],[42,-4],[23,-3],[205,-14],[160,-4],[25,1],[13,2],[9,4],[20,19],[10,8],[10,3],[3,-2],[26,-7],[34,-11],[23,-4],[9,-2],[25,0],[51,8],[167,28],[52,5],[21,0],[5,-1],[80,7],[15,12],[12,5],[42,-4],[38,0],[2,1],[17,1],[179,11],[194,11],[194,9],[234,12],[183,18],[63,7],[93,10],[312,32],[126,18],[80,12],[212,33],[81,15],[70,15],[114,25],[132,30],[39,9],[218,52],[220,62],[139,43],[154,42],[96,35],[8,3],[33,16],[53,28],[23,11],[25,12],[103,56],[85,44],[106,42],[38,17],[85,49],[90,46],[49,20],[44,17],[47,14],[114,30],[22,6],[95,27],[35,10],[33,9],[16,6],[26,9],[34,14],[29,12],[65,27],[68,33],[39,18],[6,2],[21,15],[14,17],[7,14],[8,18],[7,29],[3,19],[1,8],[0,0],[1,0],[0,3],[2,10],[49,10],[227,58],[67,16],[107,26],[138,30],[216,50],[54,9],[92,17],[168,24],[8,-7],[3,-4],[3,-20],[1,-11],[4,-90],[-4,-115],[-1,-13],[62,-61],[110,-108],[192,-182],[107,-103],[89,-83],[18,-11]],[[520114,433695],[7,-5],[56,0],[48,-3],[16,-1],[19,-6],[18,-13],[-85,1],[9,-20],[-43,-48],[-31,-35],[-57,-64],[-3,-3],[0,-1],[-17,-16],[-67,-47],[-105,-77],[-13,-7],[-4,-12],[-8,-24],[-2,-40],[-3,-34],[-6,-27],[-6,-21],[-14,-21],[-23,-22],[-46,-31],[-71,-38],[-42,-25],[-38,-27],[-32,-20],[-22,-8],[-24,-1],[-17,0],[-32,4],[-46,10],[-17,2],[-45,-4],[-36,-13],[-32,-21],[-61,-38],[-39,-21],[-24,-10],[-39,-11],[-38,-7],[-28,-10],[-38,-20],[-29,-18],[-15,-16],[-6,-9],[-5,-6],[-7,-7],[-78,-92],[-24,-20],[-32,-18],[-24,-15],[-13,-11],[-11,-15],[-16,-27],[-14,-41],[-12,-34],[0,-21],[3,-12],[14,-13],[26,-19],[30,-20],[81,-44],[70,-46],[45,-23],[38,-16],[53,-16],[57,-11],[204,-28],[230,-43],[259,-57],[174,-43],[99,-15],[76,-14],[62,-15],[178,-50],[57,-13],[52,-4],[78,-4],[49,-2],[96,-6],[41,11],[79,24],[51,13],[33,3],[68,7],[112,-5],[210,-15],[61,-11],[157,-40],[39,-7],[55,-8],[39,-4],[172,-26],[59,-5],[24,-3],[42,-4],[49,-2],[37,-14],[43,1],[264,3],[139,0],[31,13],[13,-32],[34,-100],[99,-293],[17,-47],[3,-12],[1,-10],[-6,-10],[-11,-10],[-88,-15],[-15,-7],[-14,-18],[-2,-4],[-3,-7],[-2,-7],[1,-7],[2,-4],[1,-4],[35,-36],[9,-6],[23,-8],[24,-7],[58,-13],[31,-5],[17,-145],[6,-92],[0,-43],[9,-204],[-2,-71],[-4,-89],[-7,-93],[-9,-79],[-7,-56],[-9,-65],[-10,-52],[-28,-117],[-26,-92],[-15,-54],[-25,-73],[-40,-114],[-42,-119],[-39,-106],[-24,-66],[-42,-113],[-55,-133],[-49,30],[4,17],[-333,168],[-311,216],[-282,244],[-30,20],[-138,116],[-252,213],[-112,97],[-46,40],[-64,64],[-123,126],[-111,110],[-132,132],[-191,194],[-69,68],[-44,40],[-60,51],[-137,118],[-150,113],[-84,57],[-54,33],[-128,78],[-177,103],[-300,121],[-138,57],[-65,32],[-374,104],[-346,51],[-349,28],[-360,-3],[-394,0],[-1,-2],[-7,-7],[-20,-5],[-104,-23],[-171,-40],[-194,-59],[-12,-4],[-2,0],[-87,-34],[-88,-36],[-111,-55],[-66,-31],[-14,-4],[-11,5],[-9,7],[-15,14],[-13,13],[17,10],[15,9],[-29,87],[-11,-1],[-20,67],[-26,84],[-59,210],[-39,132],[-4,17],[-4,31],[-1,37],[4,33],[2,3],[126,-1],[97,-3],[8,0],[19,1],[4,1],[22,10],[31,12],[38,25],[24,29],[10,26],[9,59],[4,8],[14,13],[29,7],[215,65],[222,76],[127,47],[16,6],[2,-7],[136,29],[62,25],[274,95],[-5,11],[182,74],[257,102],[136,54],[-6,-15],[76,-10],[88,35],[35,12],[-18,14],[-7,11],[10,1],[3,1],[1,0],[20,7],[40,15],[170,51],[325,75],[139,29],[12,13],[31,14],[12,4],[53,14],[76,19],[60,13],[13,7],[7,9],[3,12],[5,7],[169,30],[30,4],[71,7],[76,5],[148,7],[137,4],[182,0],[80,-2],[49,-1],[2,-26],[0,0],[0,0],[0,0],[0,-13],[0,0],[0,0],[0,-1],[1,-6]],[[454050,433547],[5,-6],[0,1],[6,10],[52,65],[98,91],[55,40],[50,28],[38,12],[34,14],[57,20],[39,18],[57,43],[27,27],[21,30],[17,26],[43,60],[20,21],[28,20],[29,12],[25,4],[17,-3],[13,-1],[18,-12],[17,-12],[45,-22],[27,-18],[26,-23],[22,-24],[27,-4],[18,-20],[25,-32],[2,-17],[1,-8],[0,-22],[0,-12],[11,-16],[20,-4],[23,2],[26,0],[40,-10],[5,-1],[45,-7],[41,1],[37,0],[31,-13],[42,-29],[18,-14],[19,-22],[28,-16],[24,-10],[25,2],[22,12],[28,10],[6,-9],[1,-20],[0,-21],[11,-13],[26,-14],[17,-14],[7,-18],[15,-9],[12,-17],[22,-34],[12,-16],[19,-5],[11,-7],[10,-34],[44,-96],[21,-42],[10,-9],[3,-20],[-5,-18],[5,-54],[33,-105],[9,-74],[2,-88],[-6,-129],[-16,-118],[-29,-101],[-42,-95],[-63,-98],[-65,-70],[-59,-62],[-47,-41],[-13,-19],[-126,-111],[-128,-82],[-110,-30],[-164,31],[-2,10],[-15,26],[-17,27],[-19,13],[-40,24],[-59,25],[-13,9],[-8,22],[-9,6],[-38,16],[-56,15],[-36,16],[-24,4],[-21,-7],[-57,-37],[-41,-32],[-34,-18],[-27,-5],[-25,-13],[-27,-22],[-27,-24],[-21,-13],[-17,1],[-34,12],[-13,-3],[-3,-10],[0,-19],[-5,-37],[-11,-39],[-25,-36],[-37,-42],[-21,-18],[-38,-34],[-43,-27],[-29,-13],[-27,-15],[-23,-6],[-22,-3],[-15,-7],[-9,-17],[-2,-12],[-19,-1],[-14,-2],[-9,-4],[-2,-12],[3,-15],[0,-32],[-5,-8],[-11,-20],[-24,-31],[-17,-15],[-14,-13],[-6,-16],[-27,-49],[-12,-25],[-25,-38],[-19,-26],[-43,-48],[-45,-25],[-40,-11],[-27,2],[-18,9],[-11,3],[-10,-3],[-3,0],[-16,-20],[-47,-46],[-40,-41],[-31,-32],[-52,-37],[-13,-13],[-116,-53],[-52,-5],[-28,0],[-11,8],[-3,2],[-10,11],[-7,11],[-8,0],[-9,-5],[-1,-9],[9,-23],[21,-49],[11,-40],[6,-47],[7,-44],[9,-26],[20,-34],[2,-10],[4,-42],[5,-21],[3,-15],[0,-17],[5,-11],[13,2],[15,6],[12,-6],[11,-26],[2,-34],[-10,-28],[-10,-9],[-20,-18],[-17,-11],[-16,-33],[-23,-27],[-34,-7],[-30,5],[-18,23],[-5,24],[-2,15],[-9,10],[-16,1],[-14,-6],[-11,-13],[-10,-20],[-6,-23],[-4,-39],[4,-23],[6,-16],[-1,-12],[-15,-10],[-41,-19],[-9,-5],[-20,-7],[-18,1],[-14,-1],[-36,-35],[-18,-25],[-10,-46],[-27,-58],[-13,-34],[-8,-28],[0,-28],[10,-23],[6,-53],[0,-76],[-5,-27],[-18,-26],[-12,-25],[-11,-13],[-7,-7],[-364,-118],[-66,-25],[-62,-6],[-23,-6],[-28,-14],[-26,-11],[-3,-1],[-59,3],[-29,0],[-40,3],[-40,-2],[-36,-15],[-56,-3],[-20,8],[-40,21],[-30,0],[-16,-17],[-12,-28],[-8,-20],[-67,-48],[-48,-29],[-8,-12],[-40,-34],[-44,-16],[-35,-15],[-21,-18],[-25,-6],[-17,0],[-27,5],[-14,12],[-9,7],[-13,-7],[-28,-18],[-23,1],[-20,18],[-27,40],[-46,170],[-23,88],[-11,22],[-13,15],[-13,0],[-40,-15],[-18,-10],[-16,-10],[-26,-9],[-5,-14],[-42,-12],[-74,34],[-90,-29],[-77,-65],[-50,-9],[-98,-23],[-51,-9],[-15,-6],[-10,-5],[-378,-41],[-4,4],[-11,2],[-27,-5],[-7,-2],[-19,-10],[-19,-3],[-33,-9],[-49,2],[-80,6],[-32,8],[-13,-102],[-10,-122],[169,-67],[177,-64],[44,-14],[-8,-46],[-220,37],[-265,43],[-128,23],[-143,21],[-66,6],[-34,0],[-67,-2],[-64,-3],[-48,-9],[-23,-12],[-11,-11],[-19,-19],[-32,-36],[-41,-41],[-32,-30],[-40,-25],[-113,-59],[-27,-14],[-81,-36],[-67,-24],[-64,-14],[-62,-9],[-76,-5],[-76,0],[-106,6],[-62,8],[-43,5],[-56,6],[-176,37],[-99,33],[-212,81],[-145,69],[-315,171],[-35,22],[-151,106],[-101,73],[-26,19],[-111,80],[-127,90],[-18,12],[-195,138],[-155,115],[-35,26],[-59,49],[-37,24],[-20,12],[-26,5],[-24,0],[-35,-6],[-45,-15],[-103,-38],[-188,-70],[-37,-19],[-33,-19],[-65,29],[-20,-38],[-46,13],[0,-59],[-3,-25],[-9,-33],[-9,-17],[30,-16],[28,-11],[-29,-37],[-69,-83],[-169,-176],[-155,-153],[-97,-93],[-30,-39],[-12,-20],[-7,-19],[-4,-29],[-4,-63],[-5,-27],[-8,-14],[-14,-17],[-22,-12],[-21,-8],[-28,-2],[-27,3],[-42,16],[-34,14],[-39,3],[-28,-3],[-32,-11],[-36,-21],[-40,-31],[-99,-78],[-157,-112],[-65,-41],[-53,-24],[-60,-17],[-77,-11],[-61,-1],[-94,6],[-62,9],[-109,19],[-285,72],[-34,5],[-36,-5],[-77,-19],[-251,-69],[-153,-39],[-42,-6],[-44,0],[-45,12],[-44,15],[-23,6],[-35,3],[-79,-9],[-60,-10],[-59,-16],[-46,-15],[-48,-25],[-42,-32],[-63,-56],[-36,-31],[-35,-16],[-24,-5],[-55,-6],[-197,-17],[-96,-11],[-68,-13],[-117,-23],[-169,-26],[-75,-12],[-20,11],[-13,14],[-10,53],[-28,167],[-13,-5],[-59,-30],[-76,-36],[-65,-30],[-73,-15],[-26,-1],[-84,-22],[-11,-11],[-6,-14],[0,-39],[-7,-35],[-14,-18],[-64,-62],[-2,-6],[3,-24],[6,-7],[40,17],[16,-35],[-16,-7],[-103,-43],[-80,-43],[-147,-90],[-83,-55],[-40,-36],[-46,-50],[-151,-160],[-83,-75],[-72,-58],[-54,-43],[-56,-43],[-16,-16],[-28,-27],[-76,-101],[-76,41],[-158,83],[-147,74],[-71,36],[-48,32],[-96,70],[-574,431],[-12,17],[-12,34],[-11,64],[-17,78],[-18,43],[-30,50],[-36,51],[-32,42],[-36,38],[-48,43],[-34,25],[-41,21],[-49,19],[-48,17],[-8,6],[0,14],[11,21],[18,35],[27,35],[15,36],[21,23],[44,46],[25,17],[19,33],[67,86],[18,21],[170,308],[405,553],[184,255],[8,23],[42,61],[83,105],[63,75],[23,25],[15,5],[8,-5],[3,-3],[6,-10],[13,-5],[23,3],[26,15],[66,50],[42,48],[15,33],[4,31],[-5,35],[1,6],[1,15],[10,15],[93,82],[52,42],[59,49],[106,78],[127,92],[91,63],[107,65],[135,80],[236,120],[129,57],[56,22],[113,42],[145,49],[152,41],[159,37],[56,11],[41,7],[112,17],[41,4],[61,10],[127,12],[149,7],[15,2],[15,-17],[0,-4],[174,7],[5,7],[31,2],[86,0],[134,-9],[113,-14],[133,-24],[150,-31],[155,-39],[111,-31],[82,-28],[26,-8],[121,-41],[-1,-73],[1,-26],[-4,-30],[-11,-12],[-16,-6],[-34,0],[-42,5],[-5,1],[-10,3],[-8,-39],[1,-18],[-4,-27],[2,-34],[6,-29],[-19,9],[-24,3],[-23,-10],[-24,-22],[-18,-23],[-9,-37],[-6,-20],[-10,-40],[66,-51],[93,-72],[50,-41],[23,-31],[2,0],[2,-12],[4,-14],[-2,-48],[1,-49],[4,-24],[7,-29],[-56,-8],[14,-101],[8,-24],[-3,-21],[-13,-15],[-26,-21],[-42,-21],[-78,-25],[-46,-13],[-25,-7],[-36,-4],[-35,13],[7,-13],[11,-59],[12,-117],[19,-4],[26,-22],[43,-54],[17,-27],[25,-145],[14,-1],[71,2],[67,15],[24,10],[24,9],[40,24],[34,18],[18,9],[78,23],[19,9],[14,6],[29,17],[6,0],[19,19],[125,33],[14,19],[15,30],[16,11],[36,12],[59,21],[120,31],[80,24],[35,15],[15,17],[1,5],[5,20],[-3,36],[-3,14],[-9,49],[-15,57],[-6,33],[0,66],[-3,43],[-2,17],[-2,27],[-1,5],[4,32],[15,22],[20,23],[14,16],[42,33],[24,21],[68,101],[32,49],[14,11],[59,13],[-2,15],[-3,26],[-8,72],[156,-34],[75,-12],[81,-13],[196,-26],[142,-16],[112,-9],[142,-6],[128,-3],[151,0],[124,5],[158,7],[140,11],[173,20],[134,18],[231,41],[227,51],[125,33],[130,39],[120,40],[191,67],[-1,-5],[225,82],[-1,3],[9,8],[132,54],[86,45],[74,37],[118,63],[138,78],[141,82],[136,75],[332,183],[209,108],[438,207],[10,5],[89,38],[51,21],[32,13],[122,46],[148,53],[64,23],[205,63],[81,25],[87,26],[92,26],[77,14],[73,5],[46,1],[100,-3],[97,-6],[78,-8],[171,-40],[95,-20],[47,-6],[50,10],[32,13],[-1,-17],[-9,-77],[36,-7],[59,-11],[25,-2],[278,82],[35,14],[15,7],[25,20],[43,57],[12,13],[23,25],[80,111],[9,10],[18,21],[39,44],[-13,17],[-16,18],[120,93],[113,67],[55,30],[143,45],[129,43],[97,33],[120,41],[152,70],[394,187],[129,71],[43,23],[139,85],[164,101],[131,92],[-16,-162],[-31,-210],[163,-236]],[[449342,431769],[15,-24],[22,3],[18,3],[-3,17],[-14,54],[42,16],[5,-14],[46,18],[24,-7],[21,-4],[25,6],[22,12],[40,-13],[37,-6],[26,14],[18,17],[8,38],[-5,14],[-33,18],[-96,-9],[-47,6],[-125,43],[-39,3],[-32,-9],[-29,-3],[-17,11],[-36,112],[-21,-10],[-82,-38],[32,-76],[61,-66],[91,-90],[26,-36]],[[460214,436561],[276,-105],[823,-141],[340,-33],[332,-27],[337,-16],[347,0],[336,-8],[321,-2],[334,10],[322,12],[329,29],[320,21],[420,39],[429,45],[426,20],[7,-17],[3,-51],[240,-1],[138,-3],[166,-5],[47,-5],[41,-8],[36,-10],[309,-140],[280,-126],[88,-40],[15,40],[23,58],[16,-2],[308,-154],[306,-162],[311,-185],[289,-204],[517,-363],[680,-471],[292,-231],[278,-255],[278,-257],[262,-250],[261,-228],[298,-265],[300,-211],[306,-205],[336,-166],[698,-297],[373,-118],[367,-124],[366,-116],[359,-76],[360,-119],[-34,-115],[-1,-4],[-29,-82],[-31,5],[-29,7],[-30,10],[-23,7],[-19,6],[-39,8],[-69,3],[-43,6],[-16,-70],[10,-22],[38,-50],[33,-35],[10,-14],[4,-28],[-19,-57],[-4,-21],[12,-9],[54,-26],[-7,-57],[12,-53],[39,-31],[217,-118],[45,102],[39,-18],[25,-32],[78,-54],[64,-33],[11,-9],[28,17],[2,7],[6,8],[11,6],[16,3],[32,0],[30,-2],[10,-2],[5,-8],[9,-1],[84,-5],[25,5],[14,6],[13,8],[8,9],[10,14],[52,103],[-2,3],[-13,5],[-2,3],[0,7],[61,139],[6,19],[6,18],[-6,4],[-13,3],[4,41],[3,-2],[6,0],[3,5],[12,39],[2,19],[14,53],[5,38],[0,0],[116,-59],[184,-43],[310,-78],[314,-77],[273,-113],[283,-132],[221,-190],[124,-166],[-8,-15],[-35,-74],[-2,-12],[1,-4],[17,-19],[-2,-4],[71,-86],[21,-24],[11,-44],[-10,-74],[-39,-64],[-17,-37],[-119,68],[-54,-104],[74,-39],[-50,-111],[-102,19],[-2,-21],[-13,-29],[-18,-19],[-16,-30],[-4,-7],[233,-125],[57,-30],[82,-39],[6,-9],[4,-16],[3,-23],[3,-31],[5,-19],[7,-17],[19,-28],[8,-25],[2,-18],[16,-17],[10,6],[13,2],[9,1],[21,-13],[16,-16],[10,-7],[16,-6],[28,-5],[25,7],[13,10],[42,43],[13,21],[12,15],[7,10],[4,8],[7,11],[42,17],[14,12],[76,169],[46,103],[134,-119],[174,-388],[250,-404],[234,-408],[260,-379],[283,-355],[309,-333],[326,-299],[353,-283],[269,-177],[251,-171],[269,-155],[277,-136],[290,-152],[302,-50],[311,-85],[301,-64],[276,-48],[288,-76],[268,-29],[290,-60],[277,-54],[247,-41],[267,-46],[469,-101],[227,-62],[209,-70],[211,-72],[257,-98],[288,-101],[269,-107],[280,-93],[274,-101],[273,-124],[339,-156],[334,-197],[320,-242],[438,-367],[212,-191],[210,-187],[195,-225],[209,-201],[215,-205],[249,-168],[251,-160],[261,-151],[281,-130],[293,-117],[299,-102],[307,-116],[447,-122],[705,-131],[324,7],[330,-24],[282,29],[276,36],[347,93],[334,102],[329,129],[356,175],[373,241],[263,203],[162,-438],[26,-50],[39,-82],[304,140],[56,28],[40,22],[27,9],[11,-21],[76,49],[38,24],[11,-27],[104,53],[16,0],[-24,154],[-1,17],[4,9],[16,27],[29,90],[-14,5],[-15,18],[-133,159],[-24,10],[-22,0],[-24,-3],[-95,79],[0,1],[-19,21],[-48,51],[-70,75],[-1,-1],[0,1],[320,376],[277,385],[254,416],[236,384],[224,343],[130,137],[97,99],[55,59],[92,82],[87,74],[74,56],[100,69],[84,53],[151,91],[39,21],[91,49],[155,72],[96,35],[90,27],[146,42],[123,30],[102,18],[98,12],[113,9],[174,5],[130,-2],[107,-7],[117,-14],[89,-16],[123,-23],[126,-35],[160,-47],[98,-32],[36,-11],[6,-6],[-4,-117],[-4,-16],[-54,-72],[-15,-24],[-11,-32],[-2,-11],[-5,2],[-140,42],[-101,30],[-38,10],[-171,14],[-18,0],[-163,-100],[-142,-403],[-32,-87],[-126,-362],[50,-55],[4,-13],[113,-51],[594,-349],[50,57],[23,51],[99,292],[49,151],[4,13],[23,62],[13,35],[60,188],[28,89],[14,71],[4,27],[29,62],[13,54],[20,17],[35,80],[41,83],[27,-23],[13,-10],[75,1],[53,152],[433,56],[422,35],[417,104],[372,156],[361,209],[347,278],[331,354],[315,350],[329,290],[324,243],[337,197],[379,182],[373,127],[276,70],[287,47],[284,47],[463,64],[327,46],[77,18],[166,37],[332,79],[107,28],[82,23],[200,60],[177,54],[178,57],[157,55],[73,24],[21,27],[343,122],[341,120],[348,101],[357,73],[353,43],[280,15],[240,13],[180,5],[43,2],[366,16],[365,15],[349,55],[376,73],[365,116],[308,158],[307,207],[48,40],[150,118],[132,108],[83,-110],[-137,-141],[72,-83],[78,-116],[105,-155],[263,214],[47,70],[53,71],[71,89],[57,73],[70,70],[134,86],[66,39],[3,-4],[16,27],[-19,24],[-15,22],[-12,18],[-30,46],[-18,34],[-10,29],[-4,28],[2,34],[4,16],[17,30],[21,23],[167,138],[124,67],[59,23],[193,77],[2,-3],[37,-107],[14,-35],[14,-24],[18,-14],[7,0],[10,0],[95,36],[70,30],[-51,168],[-14,51],[-10,45],[-8,17],[-33,-4],[-19,-2],[-30,-3],[-45,-11],[-10,-4],[-24,-10],[-54,-25],[-14,42],[-55,161],[-8,27],[13,11],[326,189],[362,167],[349,101],[371,76],[25,-185],[-54,-21],[-46,-14],[-59,-14],[-26,-4],[-24,-7],[-15,-9],[-34,-26],[-20,-19],[71,-120],[-117,-28],[-31,-10],[5,-18],[89,-321],[16,-23],[27,-29],[34,-18],[46,-13],[39,-16],[46,-26],[29,-16],[22,-26],[15,-81],[10,-44],[11,-8],[45,-2],[52,-2],[30,2],[34,1],[148,23],[78,11],[173,33],[70,16],[125,32],[2,-32],[27,6],[4,-43],[23,3],[154,7],[21,2],[69,-4],[16,-5],[35,1],[147,10],[109,2],[30,2],[78,11],[40,4],[101,4],[52,-1],[-5,212],[-7,108],[-9,62],[-30,119],[-3,0],[-13,-9],[-17,-24],[-7,1],[-18,44],[-22,45],[-31,57],[-34,44],[-13,15],[0,7],[35,82],[11,18],[2,10],[306,-132],[12,1],[291,-165],[275,-192],[269,-213],[237,-226],[206,-209],[251,-249],[284,-254],[298,-245],[451,-332],[247,-207],[44,-29],[14,-10],[51,-29],[289,-180],[-46,-138],[-274,44],[-95,17],[-15,0],[-20,-4],[13,35],[-151,1],[-42,6],[-38,5],[-32,4],[-2,-17],[-34,-3],[-103,5],[1,-24],[2,-66],[0,0],[-70,-3],[-43,4],[-118,19],[-566,80],[20,133],[6,39],[-58,10],[-50,8],[-29,5],[0,-16],[-5,-64],[-59,-5],[-14,-2],[2,-26],[3,-55],[0,-32],[-35,-10],[-16,-9],[-7,5],[-10,8],[-23,16],[-24,9],[-52,18],[-35,12],[15,58],[15,52],[-25,10],[-61,20],[13,63],[7,31],[1,8],[-28,7],[-40,10],[-38,10],[-37,6],[-40,7],[-43,-95],[-25,-46],[-14,-23],[-14,0],[-4,-43],[-69,13],[-57,11],[-15,5],[-41,10],[-9,5],[-42,13],[-22,0],[-9,1],[-126,10],[-262,23],[-16,2],[-44,2],[-34,2],[-36,4],[-95,22],[-27,1],[-21,-3],[-19,-10],[-24,-17],[-27,-29],[-29,-41],[-35,-40],[-23,-21],[-28,-19],[-113,-57],[-21,-14],[-24,-24],[-15,-21],[-12,-22],[-5,-9],[-17,-41],[-22,-33],[-31,-30],[-40,-26],[-124,-74],[-171,-112],[-23,-17],[-96,-93],[-28,-23],[-36,-23],[-38,-11],[-37,-8],[-33,-2],[-70,-19],[-17,14],[-21,3],[-9,-2],[-8,-11],[-10,-15],[-40,-6],[-45,-24],[-46,-18],[-45,-18],[-27,-13],[-131,-54],[-91,-34],[-30,-7],[-33,-6],[-29,-2],[-53,0],[-167,2],[-37,1],[-57,-5],[-40,-8],[-51,-12],[-71,-19],[-83,-19],[-44,-8],[-53,-7],[-73,-3],[-73,1],[-58,3],[-34,5],[-72,16],[-10,2],[-37,3],[-36,2],[-20,-2],[-19,-6],[-30,-14],[-21,-12],[-25,-19],[-71,-50],[-41,-9],[-47,-5],[-62,-4],[-115,-10],[-59,-8],[-68,-11],[-62,-11],[-10,0],[-52,-15],[-29,6],[-16,0],[-13,-4],[-11,-5],[-18,-13],[-15,-15],[-69,-27],[-49,-25],[-54,-31],[-178,-99],[-88,-29],[-48,-11],[-42,-8],[-49,-7],[-75,-9],[-171,-13],[-47,0],[-55,4],[-72,11],[-185,25],[-33,1],[-23,-1],[-41,-3],[-52,-8],[-100,-20],[-223,-57],[-158,-41],[-49,-13],[-18,9],[-23,10],[-17,-16],[-27,-25],[-49,-14],[-114,-39],[-45,-12],[-37,-13],[-20,-8],[-19,-11],[-49,-33],[-62,-40],[-79,-47],[-35,-18],[-28,-10],[-35,-7],[-90,-7],[-83,0],[-103,-2],[-48,-1],[-38,-4],[-35,-6],[-175,-51],[-104,-29],[-197,-50],[-50,-14],[-17,-4],[-126,-39],[-44,-16],[-43,-18],[-16,-8],[-125,-76],[-66,-40],[-94,-56],[-64,-34],[-58,-25],[-49,-18],[-49,-11],[-52,-1],[-35,5],[-28,8],[-31,10],[-54,14],[-48,10],[-35,2],[-76,9],[-22,4],[-18,4],[-48,10],[-30,8],[-104,23],[-28,3],[-34,-3],[-34,-6],[-71,-19],[-65,-12],[-42,-4],[-35,0],[-9,2],[-65,8],[-12,1],[-56,3],[-55,7],[-23,-2],[-33,-6],[-23,-11],[-28,-17],[-142,-93],[-43,-25],[-30,-8],[-27,0],[-27,6],[-23,6],[-31,9],[-34,11],[-39,9],[-45,3],[-45,-2],[-26,-5],[-34,-9],[-158,-50],[-58,-13],[-61,-2],[-45,6],[-70,16],[-185,47],[-182,48],[-84,20],[-259,67],[-68,16],[-27,3],[-24,1],[-32,-9],[-32,-13],[-49,-26],[-40,-20],[-27,-6],[-50,-2],[-46,11],[-59,24],[-34,13],[-27,7],[-25,2],[-16,-5],[-20,-10],[-19,-16],[-12,-5],[-109,60],[-39,8],[-113,-27],[-2,-1],[-2,-4],[-9,-9],[-9,-6],[-30,-20],[-39,-21],[-50,-23],[-40,-14],[-32,-11],[-51,-14],[-110,-27],[-46,-13],[-45,-15],[-39,-18],[-39,-21],[-30,-20],[-120,-78],[-82,-54],[-57,-32],[-54,-24],[-46,-14],[-55,-13],[-59,-8],[-62,-2],[-50,2],[-39,5],[-191,33],[-101,16],[-63,8],[-36,-1],[-28,-5],[-28,-11],[-25,-16],[-27,-22],[-63,-68],[-70,-71],[-73,-77],[-34,-33],[-42,-36],[-188,-139],[-112,-81],[-77,-56],[-69,-51],[-73,-46],[-79,-41],[-22,-10],[-38,-17],[-4,-2],[-44,-16],[-112,-40],[-87,-37],[-84,-36],[-55,-28],[-98,-51],[-64,-36],[-68,-38],[-68,-40],[-72,-42],[-28,-18],[-27,-19],[-29,-24],[-19,-19],[-20,-22],[-13,-19],[-26,-47],[-66,-150],[-34,-68],[-17,-24],[-70,-76],[-100,-117],[-44,-50],[-108,-114],[-77,-70],[-77,-66],[-80,-69],[-122,-97],[-86,-76],[-101,-93],[-52,-52],[-34,-49],[-31,-49],[-20,-36],[-11,-20],[-39,-73],[-34,-55],[-39,-51],[-34,-38],[-125,-107],[-138,-115],[-43,-35],[-24,-14],[-30,-16],[-72,-30],[-122,-38],[-111,-37],[-75,-32],[-66,-38],[-28,-24],[-19,-22],[-44,-67],[-65,-110],[-55,-89],[-21,-28],[-3,-4],[-13,-14],[-33,-16],[-18,-5],[-24,-1],[-129,-2],[-230,-2],[-388,3],[-203,0],[-42,-5],[-40,-10],[-25,-10],[-32,-17],[-33,-22],[-39,-36],[-45,-46],[-42,-37],[-17,-11],[-26,-13],[-27,-9],[-46,-19],[-42,-24],[-43,-29],[-52,-39],[-75,-65],[-13,-7],[-9,-5],[-8,-1],[-23,-39],[-2,-6],[-1,-3],[-10,-22],[-21,-43],[-22,-30],[-19,-23],[-23,-16],[-21,-11],[-23,-7],[-77,-16],[-50,-12],[-41,-14],[-35,-16],[-23,-14],[-55,-41],[-87,-75],[-79,-72],[-92,-83],[-210,-193],[-142,-121],[-69,-55],[-50,-42],[-37,-35],[-34,-37],[-24,-29],[-4,-6],[-15,-24],[-14,-24],[-26,-42],[-25,-35],[-20,-23],[-34,-38],[-28,-27],[-42,-35],[-108,-88],[-94,-75],[-106,-82],[-92,-67],[-17,-13],[-4,-3],[-100,-92],[-56,-50],[-58,-52],[-70,-60],[-91,-58],[-36,-17],[-177,-67],[-75,-29],[-148,-59],[-77,-26],[-84,-25],[-97,-26],[-79,-20],[-40,-13],[-57,-27],[-41,-27],[-60,-41],[-23,-15],[-38,-18],[-65,-27],[-52,-15],[-55,-11],[-51,-11],[-189,-38],[-131,-26],[-1,18],[-5,7],[-8,3],[-175,2],[-12,-3],[-11,-7],[-4,-10],[-1,-9],[2,-15],[11,-30],[-50,-4],[-218,-42],[-68,-11],[-4,7],[-45,19],[-8,10],[40,5],[7,3],[1,11],[-1,4],[-1,6],[-11,120],[-52,-8],[-52,-3],[2,-42],[5,-102],[3,-46],[-14,-2],[-33,-4],[-16,0],[-37,-1],[6,4],[2,4],[2,8],[-2,52],[0,52],[-4,-6],[-4,-3],[-190,-17],[-81,-10],[-18,0],[-15,6],[-30,10],[-13,10],[-10,21],[-6,19],[-53,-4],[1,-30],[-2,0],[-144,-9],[-68,-23],[-40,-26],[-18,-36],[-6,2],[-49,14],[-32,6],[-30,0],[-24,-2],[-12,0],[-2,-1],[-69,-32],[-23,-11],[17,19],[8,16],[1,4],[-153,13],[-3,31],[-31,0],[-16,0],[-4,-30],[-6,-23],[-22,-31],[-34,11],[-80,24],[-5,0],[-55,-4],[-43,-12],[-60,-13],[-50,-6],[-74,-1],[-127,10],[-130,17],[-61,5],[-89,13],[-65,14],[-139,34],[-37,16],[-24,10],[-47,24],[-38,25],[-48,31],[-54,42],[-75,62],[-87,71],[-66,55],[-26,25],[-4,4],[-12,18],[-6,23],[-3,18],[-32,9],[-6,-3],[-5,-5],[-8,-1],[-5,4],[-259,218],[-40,29],[-40,22],[-8,5],[-58,37],[-45,30],[-59,43],[-131,100],[-37,36],[-47,46],[-46,45],[-57,47],[-39,29],[-91,53],[-104,71],[-67,48],[-39,21],[-12,5],[-26,-1],[-11,-2],[-19,-2],[-32,-8],[-79,-18],[-96,-21],[-53,-11],[-74,-9],[-101,-5],[-66,-3],[-35,-5],[-76,-15],[-22,-2],[-32,1],[-31,5],[-39,10],[-73,15],[-15,2],[-136,26],[-118,26],[-141,32],[-38,15],[-25,20],[-74,80],[-138,129],[-25,24],[-41,40],[-36,11],[1,15],[6,14],[12,12],[38,31],[100,72],[46,41],[16,22],[-1,14],[-84,85],[-10,19],[0,12],[42,70],[2,0],[-1,3],[12,25],[-11,18],[-34,19],[-37,12],[-33,-1],[-31,-6],[-82,-28],[-68,-25],[-19,-12],[-13,-9],[-49,-20],[-148,-54],[-94,-39],[-31,-13],[-9,2],[-15,19],[-101,139],[-63,86],[-171,232],[-49,74],[-50,82],[-41,77],[-13,30],[-10,25],[-15,41],[-21,69],[-52,159],[-134,407],[-21,56],[-15,38],[-14,23],[-15,21],[-29,31],[-27,24],[-57,38],[-205,151],[-120,81],[-85,60],[-41,24],[-42,19],[-54,21],[-36,8],[-47,7],[-60,5],[-62,7],[-51,9],[-122,35],[-36,6],[-132,6],[-57,8],[-91,15],[-51,20],[-21,14],[-42,41],[-23,12],[-29,14],[-38,10],[-27,7],[-28,-1],[-42,-8],[-25,-7],[-189,-45],[-222,-57],[-49,-15],[-11,-3],[-35,-7],[-22,1],[-29,10],[-19,13],[-37,34],[-41,33],[-35,22],[-29,16],[-155,57],[-70,26],[-184,69],[-108,42],[-65,23],[-43,9],[-39,3],[-48,-2],[-241,-19],[-102,-8],[-199,-6],[-82,0],[-96,-3],[-104,4],[-34,4],[-20,10],[-8,16],[3,24],[47,247],[5,36],[-3,28],[-7,22],[-8,14],[-10,9],[-11,5],[-10,2],[-18,4],[-15,1],[-18,-2],[-14,-7],[-17,-28],[-15,-40],[-11,-49],[-41,-214],[-7,-20],[-11,-17],[-12,-9],[-16,-6],[-20,-2],[-69,11],[-176,29],[-24,3],[-64,8],[-60,5],[4,22],[42,250],[-17,-3],[34,230],[-88,25],[-21,7],[-5,1],[-4,-18],[-155,21],[-94,11],[-78,1],[-59,4],[-41,2],[-52,10],[-71,22],[-75,28],[-174,87],[-57,27],[-15,0],[-20,2],[-10,8],[-4,10],[-9,9],[-28,7],[-54,6],[-24,1],[-29,-2],[-23,-6],[-20,-10],[-11,-9],[-10,-18],[-7,-19],[-17,12],[-19,6],[-14,-36],[-20,-84],[-4,-16],[-5,-29],[2,-17],[-12,-22],[-6,-17],[-9,-6],[-23,2],[-23,11],[-12,13],[1,22],[19,24],[12,24],[10,34],[2,15],[2,17],[-6,12],[-11,11],[-14,11],[-25,16],[-32,18],[-20,9],[-14,1],[-16,-2],[0,71],[-16,-3],[3,-69],[-71,-11],[-14,-1],[-13,4],[-18,10],[-30,23],[-74,63],[-178,135],[-14,-18],[-18,13],[-42,31],[-45,25],[-18,8],[-11,5],[-171,50],[-56,14],[-69,117],[-32,61],[-37,50],[-39,50],[-9,7],[-69,55],[-131,99],[-48,41],[-150,138],[-153,141],[-105,100],[-70,71],[-104,109],[-34,28],[-34,25],[-109,75],[-131,76],[-70,30],[-53,23],[-61,29],[-83,49],[-76,44],[-84,37],[-49,18],[-67,26],[-67,32],[-52,26],[-90,50],[-125,82],[-54,29],[-73,36],[-110,49],[-30,15],[-33,25],[-80,55],[-59,46],[-32,28],[-71,63],[-24,26],[-15,16],[-38,47],[-51,63],[-97,138],[-53,65],[-48,49],[-61,58],[-40,36],[-65,60],[-41,40],[-15,15],[-68,65],[-83,67],[-44,37],[-76,74],[-44,36],[-39,27],[-68,41],[-46,24],[-51,34],[-53,46],[-64,72],[-45,45],[-56,49],[-12,10],[-86,71],[-20,13],[-84,51],[-117,64],[-56,31],[-10,6],[-46,29],[-32,23],[-29,20],[-27,19],[-19,14],[-37,29],[-25,19],[-133,128],[-31,21],[-54,31],[-36,11],[-52,11],[-205,30],[-323,45],[-163,24],[-38,6],[-27,8],[-131,34],[-150,36],[-90,26],[-57,18],[-55,20],[-82,38],[-206,94],[-80,35],[-29,10],[-13,4],[-37,10],[-16,2],[-41,1],[-50,6],[-27,8],[-43,17],[-62,29],[-3,1],[-13,4],[-19,0],[-24,-1],[-10,-1],[-84,-9],[-77,-10],[-191,-21],[-112,-7],[-105,-7],[-18,5],[-10,8],[-10,9],[-7,11],[-5,18],[-34,105],[-40,120],[-15,41],[-16,28],[-18,19],[-41,31],[-40,28],[-63,52],[-65,66],[-97,99],[-67,73],[-12,11],[-46,39],[-11,10],[-46,44],[-22,23],[-41,42],[-69,69],[-37,39],[-36,46],[-28,39],[-36,61],[-30,52],[-40,78],[-107,205],[-76,139],[-41,81],[-26,45],[-19,23],[-26,19],[-20,8],[-6,3],[-29,6],[-74,7],[-12,1],[-27,8],[-260,137],[-262,133],[-25,13],[-67,36],[-262,140],[-61,33],[-254,163],[-172,119],[-62,34],[-116,46],[-469,185],[-191,74],[-23,9],[-307,119],[-28,14],[-18,16],[-17,25],[-29,39],[-17,18],[-19,10],[-26,5],[-29,-2],[-52,-11],[-22,0],[-22,5],[-22,11],[-97,59],[-156,108],[-94,63],[-25,19],[-26,23],[-196,199],[-159,165],[-95,97],[-68,73],[-65,64],[-53,42],[-44,25],[-113,57],[-18,10],[-32,17],[-48,26],[-177,92],[-45,23],[-16,7],[-41,16],[-36,12],[-28,10],[-184,53],[-66,9],[-59,-2],[-89,-7],[-50,0],[-21,2],[-66,19],[-137,46],[-197,64],[-145,48],[-74,21],[-99,20],[-66,12],[-17,6],[-172,58],[-72,18],[-56,9],[-43,4],[-29,3],[-101,2],[-25,0],[-130,2],[-58,9],[-69,19],[-68,21],[-60,21],[-65,26],[-61,27],[-156,75],[-89,45],[-83,38],[-41,12],[-38,2],[-115,-8],[-48,-5],[-36,4],[-27,7],[-35,16],[-39,26],[-54,38],[-49,30],[-31,12],[-126,31],[-33,8],[-111,40],[-142,52],[-50,19],[-63,28],[-102,52],[-101,56],[-117,65],[-117,65],[-182,103],[-16,9],[-22,14],[-79,47],[-90,58],[-35,18],[-27,8],[-29,2],[-121,-14],[-109,-7],[-118,-3],[-103,4],[-94,5],[-43,5],[-214,20],[-56,1],[-31,-3],[-38,-12],[-207,-77],[-110,-39],[-34,-11],[-28,-7],[-24,-4],[-66,-10],[-87,-14],[-105,-18],[-93,-13],[-69,-1],[-79,3],[-48,3],[-58,8],[-51,11],[-84,25],[-53,19],[0,0],[-43,17],[-147,54],[-157,69],[-3,19],[2,0],[-2,1],[-8,16],[-17,11],[-33,10],[-56,12],[-31,7],[-12,113],[-40,170],[-52,190],[-4,22],[-10,40],[-14,35],[-11,21],[-14,16],[-15,14],[-10,10],[-22,24],[-14,16],[-7,15],[-3,21],[0,44],[-2,6],[-6,4],[-13,0],[-10,1],[-27,1],[-14,8],[-25,19],[-34,8],[-20,0],[-11,-2],[-5,-9],[-7,-63],[-12,-44],[-4,-16],[-11,-8],[-16,-7],[-33,4],[-18,-1],[-19,0],[-20,4],[-19,6],[-11,2],[-23,7],[-10,8],[-17,17],[13,22],[4,17],[-7,16],[-20,17],[-82,38],[-2,-15],[-2,-3],[-7,-6],[-3,-9],[-6,-4],[-23,-3],[-22,0],[-11,1],[-26,7],[-30,8],[-14,6],[-19,11],[-28,15],[-24,15],[-21,18],[-42,38],[-8,7],[-8,2],[-9,-38],[-26,-80],[-9,-7],[-11,-6],[-27,-11],[-48,-16],[-20,-6],[-4,-3],[-1,-6],[1,-6],[2,-3],[4,-2],[6,-2],[7,-10],[1,-28],[-8,-102],[-3,-20],[-4,-9],[-13,-14],[-12,-9],[-17,-5],[-112,-15],[-48,-23],[-86,-35],[-20,3],[-14,-136],[2,-43],[2,-23],[5,-38],[70,-348],[-318,-279],[-80,-66],[-43,-30],[-70,-27],[-71,-25],[-60,-11],[-88,-13],[-111,-6],[-122,-10],[-73,3],[-106,23],[-116,25],[-39,7],[-26,1],[-34,-10],[-19,-14],[-51,-23],[-51,-36],[-44,-40],[-125,-208],[-7,-12],[-18,-32],[-49,-186],[-67,-105],[-34,-48],[-49,-65],[-26,-43],[-13,-47],[-24,-72],[-23,-33],[-24,-15],[-25,-12],[-63,-11],[-53,-25],[-54,-41],[-13,-12],[-40,-36],[-55,-65],[-70,-94],[-18,-27],[-48,-71],[-82,-123],[-142,-232],[-53,-76],[-37,-43],[-115,-108],[-81,-75],[-50,-41],[-38,-44],[-129,-171],[-56,-85],[-23,-7],[-28,11],[-2,4],[-35,54],[-25,48],[-14,36],[-31,77],[-17,68],[-43,156],[-25,92],[-23,50],[-39,61],[-49,56],[-82,77],[-63,57],[-13,11],[-40,42],[-57,76],[-98,159],[-33,53],[-15,27],[-25,41],[-6,10],[-16,58],[35,18],[33,1],[0,92],[11,67],[24,118],[20,64],[25,109],[19,102],[6,81],[13,57],[28,65],[-29,20],[1,10],[-3,15],[-7,14],[-10,15],[-42,22],[-52,0],[-44,-9],[-52,-20],[-50,-30],[-238,337],[142,357],[122,549],[32,38],[49,65],[92,96],[28,33],[34,33],[40,39],[109,95],[32,26],[41,36],[65,54],[41,33],[36,27],[89,62],[69,47],[33,21],[100,54],[174,90],[78,38],[56,26],[20,6],[41,18],[96,39],[13,5],[15,4],[171,53],[80,21],[83,20],[54,13],[50,11],[69,11],[56,9],[49,6],[80,7],[117,8],[79,7],[89,3],[74,-2],[93,-6],[82,-8],[49,-3],[133,-15],[58,-10],[61,-13],[37,-9],[5,-2],[47,-3],[427,-104],[384,-156],[367,-164],[288,-99]],[[464848,440445],[8,-20],[20,12],[13,9],[4,0],[5,-5],[13,-32],[12,-28],[18,-50],[10,-35],[5,-35],[9,-59],[25,-202],[16,-150],[9,-80],[5,-39],[9,-62],[14,-55],[17,-56],[19,-58],[35,-82],[5,-11],[21,-48],[56,-125],[9,-17],[6,-11],[48,-74],[88,-103],[54,-67],[73,-92],[72,-94],[54,-67],[16,-16],[9,-8],[95,-87],[-46,-45],[67,-102],[23,4],[8,-9],[9,-16],[-19,-14],[-19,-11],[-99,-65],[-56,-43],[-30,-32],[-71,-84],[-44,-57],[-21,-11],[-21,-5],[-77,-6],[-25,-9],[-31,-27],[-19,-21],[19,-11],[8,-4],[-8,-11],[-11,-10],[-12,-9],[-18,-12],[0,-93],[-1,-107],[-3,-436],[-3,-287],[0,-91],[0,-13],[23,9],[90,33],[34,7],[17,4],[54,13],[30,9],[45,15],[11,-1],[13,-8],[21,-19],[24,2],[463,10],[17,11],[11,3],[7,10],[4,15],[3,20],[19,35],[55,93],[34,-17],[16,4],[10,16],[27,71],[38,90],[45,112],[5,10],[46,63],[14,20],[3,7],[2,-1],[17,-8],[74,-35],[136,-63],[87,-41],[6,-4],[37,-18],[116,-54],[11,-6],[11,-6],[8,-5],[326,-245],[59,-44],[2,-2],[-1,-1],[17,1],[16,4],[37,-1],[20,-13],[87,-37],[-16,-46],[-19,-57],[-20,-97],[39,-13],[129,-22],[14,-4],[-6,16],[1,20],[0,4],[5,29],[29,50],[12,25],[6,12],[16,-24],[9,-13],[11,-9],[14,-9],[21,-5],[39,3],[21,5],[35,8],[92,11],[30,-2],[45,-13],[74,-22],[319,-112],[15,-5],[13,37],[28,-10],[98,-34],[27,78],[2,2],[2,3],[4,-1],[4,-1],[92,-31],[14,-5],[97,-30],[65,-25],[6,20],[4,12],[4,2],[3,2],[28,-11],[13,-6],[6,-2],[9,-13],[10,-21],[0,-1],[7,-7],[7,-2],[6,-2],[17,5],[35,11],[1,0],[3,-1],[29,-8],[31,-11],[27,-9],[9,-3],[8,-3],[53,-15],[106,-31],[44,-13],[42,-11],[6,5],[19,15],[113,-47],[99,-30],[33,-9],[49,-26],[-2,-30],[1,-16],[6,-18],[6,-11],[14,-15],[19,-19],[20,-14],[30,-16],[45,-21],[45,-21],[69,-39],[28,-18],[21,-11],[25,-9],[46,-12],[38,-13],[46,-22],[63,-31],[36,-17],[51,-18],[35,-15],[28,-15],[21,-7],[34,-11],[38,-8],[20,-3],[28,-9],[12,-6],[23,-5],[31,-12],[39,-17],[16,-4],[102,-36],[8,-2],[15,0],[22,0],[58,-30],[19,-10],[45,-23],[107,-53],[60,-24],[146,-54],[67,-25],[258,-97],[118,-46],[95,-32],[153,-51],[174,-55],[32,-11],[287,-103],[79,-28],[159,-51],[73,-25],[42,-19],[60,-34],[101,-62],[56,-34],[106,-63],[121,-68],[52,-30],[53,-32],[26,-14],[28,-10],[10,-2],[68,-67],[1,-15],[20,2],[23,-1],[45,-12],[56,-25],[65,-38],[141,-92],[11,-7],[119,-87],[58,-43],[82,-68],[47,-44],[45,-45],[215,-251],[118,-141],[-16,-18],[5,-1],[27,-29],[19,-24],[3,-2],[16,-7],[17,-1],[14,7],[36,28],[77,71],[8,2],[4,-1],[9,-6],[125,-263],[41,-89],[119,-219],[26,-49],[-4,-12],[65,-154],[42,-75],[39,-49],[99,-162],[101,-137],[59,-76],[-13,-45],[-32,-14],[-30,11],[-19,22],[-141,193],[-102,129],[-29,11],[-18,-5],[-19,-17],[-10,-23],[13,-28],[240,-319],[-7,-23],[-19,-17],[-35,-5],[-40,-4],[17,-21],[11,-13],[15,-14],[12,-4],[38,-10],[29,-17],[37,-13],[-13,-17],[-57,-59],[-75,-67],[-42,-19],[-32,-8],[37,-17],[420,-210],[-61,-96],[39,-46],[8,-7],[57,-18],[28,-15],[21,-12],[26,-20],[16,-19],[20,-20],[33,-7],[10,-3],[9,-8],[23,-4],[45,-18],[27,-9],[33,-2],[34,-2],[23,-3],[23,-8],[33,-20],[7,46],[4,3],[15,-2],[3,-7],[14,7],[20,5],[18,3],[12,-2],[13,-2],[17,-4],[41,-3],[24,0],[46,4],[26,-1],[58,-16],[4,-1],[33,-5],[3,8],[19,-3],[3,-6],[-3,-16],[-1,-12],[24,1],[18,-1],[23,-8],[58,-26],[38,-22],[40,-30],[26,-14],[43,-15],[29,-7],[13,2],[10,-3],[0,-7],[-2,-12],[23,-9],[5,-15],[10,-16],[15,-15],[39,-24],[53,-21],[84,-26],[63,-24],[9,25],[16,-9],[6,-4],[49,-20],[62,-22],[124,-39],[52,-19],[25,-9],[5,10],[23,-8],[-3,-13],[15,-6],[14,-3],[27,-2],[20,-3],[29,-15],[43,-16],[58,-27],[26,-13],[20,-14],[11,-13],[8,-13],[6,-22],[9,1],[7,-4],[3,-5],[1,-14],[24,-5],[38,-3],[11,-4],[10,-4],[17,-10],[21,-21],[32,-29],[101,-70],[7,-8],[11,-5],[5,-7],[-2,-12],[-45,-69],[24,3],[46,7],[28,0],[29,-5],[35,-11],[24,-10],[61,-45],[37,-35],[40,-35],[12,-5],[10,-2],[7,-13],[-1,-5],[53,2],[20,-18],[144,-117],[45,-35],[73,-62],[12,-4],[8,-4],[-3,-7],[-4,-6],[7,-2],[25,-26],[58,-56],[215,-209],[130,-129],[99,-94],[7,-10],[0,-22],[111,-129],[154,-179],[116,-97],[106,-94],[55,-38],[88,-58],[41,-24],[55,-26],[29,-16],[12,-8],[44,-36],[48,-38],[17,-16],[12,17],[174,-140],[3,-8],[8,-19],[5,-5],[10,-3],[13,-10],[65,-39],[52,-30],[91,-57],[148,-108],[83,-61],[5,-10],[13,-24],[39,-17],[21,-12],[24,-19],[33,-27],[31,-25],[7,-2],[21,-24],[10,-5],[179,-164],[32,-25],[17,-9],[7,-4],[26,-24],[119,-102],[160,-139],[2,-6],[-4,-16],[2,-10],[9,-13],[62,-72],[8,-11],[4,-6],[6,4],[9,0],[10,-5],[39,-36],[20,-17],[-3,-14],[29,-25],[39,-36],[52,-42],[62,-51],[137,-137],[22,-20],[48,-31],[27,-15],[34,-16],[39,-18],[8,-3],[8,-4],[-12,-63],[-37,-171],[29,-11],[10,-22],[20,-43],[24,-42],[29,-40],[39,-47],[19,-21],[42,-37],[23,-21],[10,-15],[13,-24],[18,-41],[24,-60],[25,-48],[18,-23],[32,-36],[24,-21],[28,-15],[30,-12],[38,-12],[74,-20],[22,-19],[23,-4],[11,-2],[168,-38],[146,-31],[49,-9],[44,-6],[23,1],[16,5],[18,6],[35,21],[28,20],[28,24],[34,26],[27,28],[16,24],[5,9],[20,37],[25,59],[9,-3],[31,-12],[16,-5],[12,2],[15,5],[12,2],[9,1],[18,1],[15,-2],[111,-18],[81,-17],[89,-24],[50,-14],[67,-18],[12,-4],[33,-6],[26,2],[-8,-47],[93,-27],[77,-25],[168,-51],[89,-26],[123,-38],[9,20],[29,79],[243,-118],[54,-23],[21,-15],[4,-3],[11,-10],[9,-15],[4,-18],[-1,-27],[-5,-25],[-9,-40],[-8,-25],[-5,-20],[-3,-26],[0,-22],[2,-12],[2,-8],[10,-18],[8,-12],[9,-7],[12,-6],[20,-6],[12,-2],[18,-3],[13,-2],[18,-5],[11,-3],[60,-13],[13,-3],[22,-3],[39,-4],[61,-2],[35,-1],[56,-11],[33,-9],[23,-12],[28,-19],[41,-36],[202,-183],[19,-16],[56,-49],[21,-18],[20,-18],[40,-32],[55,-37],[62,-38],[56,-29],[115,-47],[42,-13],[18,-2],[18,3],[16,-1],[9,3],[76,-39],[62,-26],[42,-20],[91,-50],[127,-60],[1,-5],[-111,41],[-258,92],[-141,50],[-360,126],[-59,21],[-69,22],[-123,40],[-156,49],[-92,24],[-262,56],[-14,4],[-16,7],[-13,5],[-386,81],[-318,62],[1,14],[-2,10],[-5,3],[-9,0],[-4,-7],[-6,-37],[-34,17],[-46,27],[-51,26],[-34,11],[-40,12],[-25,3],[-52,-1],[-8,-46],[-5,-9],[-8,0],[-280,58],[-269,45],[-299,53],[-840,182],[-813,339],[-390,210],[-360,247],[-319,265],[-311,291],[-286,302],[-271,333],[-259,404],[-188,327],[-228,414],[-206,421],[-239,387],[-216,282],[-231,252],[-242,208],[-275,186],[-321,134],[-315,127],[-338,102],[-316,107],[-663,219],[-330,93],[-373,100],[-364,98],[-361,116],[-357,114],[-355,116],[-341,117],[-337,164],[-320,166],[-287,198],[-283,217],[-272,203],[-252,225],[-243,237],[-293,285],[-283,247],[-289,230],[-293,212],[-311,234],[-6,2],[-3,7],[2,8],[56,102],[2,14],[-55,4],[-43,4],[-41,8],[-78,23],[-91,33],[-22,9],[-28,14],[-79,38],[-107,60],[-112,72],[-43,26],[-114,75],[-112,83],[-16,11],[-8,8],[-12,35],[-19,16],[-47,37],[-47,34],[-122,95],[-52,44],[-60,48],[-28,20],[-32,34],[-41,35],[-47,36],[-9,10],[-8,11],[0,15],[8,32],[-19,-9],[-8,-6],[-19,-10],[-20,2],[-62,-122],[-9,3],[-699,310],[-322,127],[-325,67],[-323,29],[-676,-29],[-464,14],[-7,-4],[-18,0],[-11,0],[-52,3],[-43,2],[-27,-5],[-50,-8],[-89,-19],[-90,-17],[-119,-20],[-85,-10],[-174,-10],[-90,-6],[-160,-2],[-58,0],[-110,8],[-88,10],[-88,4],[-45,-2],[-155,11],[-38,-1],[-52,-6],[-18,-55],[-5,-13],[-14,1],[-320,11],[-326,25],[-36,-3],[-41,3],[-206,6],[-9,3],[-4,103],[-4,39],[-6,14],[-17,12],[-29,1],[-21,-4],[-44,-20],[-27,-8],[-26,-1],[-18,2],[-34,10],[-17,3],[-25,-3],[-33,-7],[-36,-13],[-22,-13],[-9,-15],[-8,-87],[-2,-4],[-18,3],[-94,8],[-64,3],[-76,8],[-26,4],[-364,1],[-284,55],[1,5],[6,12],[7,36],[0,16],[-2,19],[3,19],[17,70],[4,20],[-21,6],[5,22],[7,39],[2,28],[-8,5],[9,12],[-3,60],[-4,42],[-7,71],[-6,58],[-10,101],[-5,95],[0,44],[1,13],[-27,8],[-42,16],[-22,7],[-32,17],[-15,12],[-70,64],[-84,74],[-44,32],[-24,15],[-24,10],[-45,12],[-21,2],[-76,3],[-39,4],[-59,13],[-69,20],[-63,22],[-70,24],[-98,32],[-52,15],[-47,11],[-79,17],[-62,12],[-33,4],[-47,5],[-59,4],[-21,4],[-51,18],[-81,29],[-28,10],[-30,10],[-35,10],[-38,8],[-30,3],[-31,1],[-38,-16],[-20,17],[-13,4],[-11,8],[-20,18],[-193,190],[-48,48],[-49,39],[-36,33],[-57,60],[-14,19],[-15,14],[-31,26],[-172,134],[-22,18],[-16,10],[-50,28],[-19,6],[-325,105],[-139,44],[-152,50],[-39,11],[-52,23],[-11,9],[-43,38],[-11,9],[-18,11],[-27,13],[-20,7],[-17,4],[-12,2],[-32,-1],[-18,-4],[-27,-11],[-21,-7],[-26,0],[-11,3],[-2,-16],[-5,-15],[-12,-24],[-9,-15],[-7,-13],[-12,-18],[-16,-22],[-17,-20],[-22,-23],[-46,-49],[-23,-25],[-15,-18],[-12,-19],[-7,-17],[-1,-5],[-33,-1],[-16,0],[-136,-4],[-45,-2],[-29,4],[-78,11],[-131,18],[-163,20],[-40,7],[-24,5],[-8,-26],[-2,0],[3,-12],[-14,0],[4,-28],[8,-20],[5,-17],[0,-13],[-1,-15],[-6,-14],[-11,-17],[-14,-14],[-21,-13],[-25,-9],[-20,-5],[-31,-4],[-55,-2],[-65,-1],[-55,-3],[-41,-6],[-32,-7],[-28,-4],[-36,-10],[-33,-11],[-60,-26],[-33,-16],[-63,-31],[-29,-15],[-63,-27],[-49,-35],[-33,-38],[-34,-34],[-94,-81],[-15,-19],[-16,-27],[-14,-26],[-9,-15],[-12,-10],[-22,-9],[-30,-13],[-50,-26],[-9,-10],[-28,-27],[-51,-43],[-46,-37],[-43,-38],[-30,-22],[-17,-15],[-11,-5],[-9,-2],[-5,2],[-4,3],[-3,5],[-8,12],[-7,10],[-7,10],[-37,43],[-31,33],[-82,-94],[-30,-33],[-14,-19],[-2,-2],[-14,-10],[-1,-1],[-23,-18],[-30,-22],[-30,-21],[-79,-41],[-79,-39],[-22,-14],[-23,-21],[-27,-29],[-13,-19],[-32,-62],[-17,-41],[-19,-62],[-32,-120],[-40,-144],[-34,-110],[-4,-16],[-22,-83],[-55,-203],[-64,-225],[-29,-105],[-27,-95],[-21,-72],[-30,-102],[-23,-59],[-11,-24],[0,-2],[15,-251],[5,-20],[24,-167],[37,33],[133,122],[74,77],[60,79],[21,32],[16,41],[7,24],[13,38],[14,54],[7,20],[23,76],[24,87],[36,113],[10,28],[2,5],[16,41],[18,44],[2,5],[19,37],[0,1],[22,36],[9,15],[13,19],[24,27],[21,21],[2,2],[27,25],[0,0],[9,7],[13,9],[33,27],[37,22],[33,15],[39,13],[23,8],[28,4],[33,5],[30,3],[23,1],[30,-1],[16,-1],[24,-6],[28,-6],[59,-21],[47,-18],[20,-9],[15,-11],[13,-11],[26,-25],[23,-25],[15,-23],[12,-20],[17,-33],[16,-35],[13,-39],[11,-51],[-8,-22],[-535,-543],[-76,-149],[-73,-117],[-90,-109],[-94,-125],[-77,-102],[-113,-130],[-35,-38],[-118,-124],[-177,-179],[-88,-82],[-72,-60],[-140,-112],[-178,-140],[-114,-80],[-201,-133],[-27,-16],[-157,-91],[-115,-63],[-171,-91],[-215,-98],[-140,-55],[-163,-63],[-57,-19],[-218,-71],[-510,-148],[-64,-20],[-34,-4],[-127,0],[-2,0],[-48,-93],[-20,-6],[-19,-6],[-21,-6],[-74,-22],[-93,64],[-3,-2],[-144,-80],[-118,-63],[-63,-20],[-259,-73],[-181,-47],[-181,-51],[-59,-19],[-162,-49],[-157,-47],[-76,-25],[-147,-54],[-138,-54],[-118,-47],[-176,-78],[-64,-31],[-14,-1],[-2,0],[-8,7],[-1,7],[-796,-395],[-20,-6],[-12,-20],[-30,-31],[-244,-141],[-188,-96],[-377,-172],[-122,-45],[-56,-23],[-30,-2],[-82,-25],[-168,-53],[-135,-38],[-128,-33],[-157,-33],[-213,-37],[-135,-20],[-148,-16],[-200,-15],[-203,-7],[-170,0],[-211,10],[-22,2],[-18,1],[-55,4],[-227,24],[-193,26],[-235,43],[-99,23],[-85,25],[-1047,325],[-210,61],[-129,30],[-136,26],[-106,15],[-121,13],[-134,10],[-149,6],[-57,3],[-126,-2],[-90,-3],[-123,-10],[-101,-10],[-75,-10],[-98,-15],[-100,-18],[-128,-22],[-198,-41],[-409,-109],[-20,-9],[4,-14],[-408,-191],[-138,231],[-79,123],[-66,109],[-55,90],[-21,94],[-9,23],[-12,13],[-15,-3],[-34,-1],[-7,3],[-13,7],[-25,23],[-26,34],[-59,87],[-21,16],[-25,26],[11,22],[13,50],[7,24],[8,28],[7,22],[7,24],[26,73],[16,36],[13,31],[81,157],[74,150],[47,89],[21,37],[15,26],[7,11],[49,75],[33,42],[12,15],[71,80],[48,51],[37,28],[16,12],[153,78],[194,105],[121,57],[126,56],[123,50],[408,166],[136,55],[79,33],[115,39],[55,15],[41,6],[41,3],[45,-4],[81,-23],[79,-36],[41,-11],[41,2],[101,40],[50,21],[31,7],[46,2],[99,-3],[56,5],[45,9],[10,2],[45,19],[43,24],[44,30],[114,77],[29,9],[34,-1],[17,-6],[28,-9],[56,-19],[51,-3],[44,7],[263,44],[149,25],[129,18],[72,5],[149,-3],[46,-6],[76,-8],[56,0],[18,4],[27,5],[10,6],[22,14],[112,72],[42,18],[45,15],[45,7],[44,6],[46,2],[47,-2],[73,-13],[55,-12],[65,-21],[51,-19],[42,-19],[64,-35],[67,-42],[63,-46],[80,-69],[56,-34],[197,-82],[113,-47],[88,-28],[54,-8],[57,0],[61,2],[45,-6],[59,-15],[54,-23],[82,-38],[57,-14],[46,-8],[39,-1],[58,-2],[48,-6],[43,-6],[58,-14],[66,-21],[35,-12],[24,-9],[70,-26],[113,-56],[134,-71],[55,-24],[57,-15],[47,-6],[49,0],[186,18],[208,16],[118,16],[68,6],[51,-6],[61,-11],[166,-42],[123,-32],[79,-8],[111,2],[93,-12],[89,-17],[67,-12],[73,-12],[16,-2],[113,-29],[70,-16],[84,-24],[72,-13],[245,11],[84,6],[122,2],[216,-6],[96,2],[56,6],[19,8],[27,10],[373,159],[235,95],[62,21],[51,17],[75,19],[19,3],[45,9],[15,2],[64,7],[41,6],[58,8],[52,12],[41,14],[12,4],[95,34],[171,64],[310,119],[353,135],[17,7],[11,4],[51,24],[41,17],[110,50],[129,63],[79,46],[42,41],[24,35],[54,101],[75,139],[44,74],[33,47],[36,39],[47,44],[97,80],[98,81],[73,58],[68,76],[25,28],[92,96],[72,68],[19,13],[32,10],[51,17],[38,22],[24,24],[49,83],[13,21],[20,29],[68,53],[35,10],[27,8],[74,21],[62,23],[57,24],[25,10],[33,21],[16,7],[29,27],[118,138],[36,43],[57,70],[46,57],[46,54],[21,26],[15,27],[5,11],[94,-25],[24,165],[-82,24],[12,83],[13,75],[25,145],[14,96],[10,58],[21,109],[17,71],[21,77],[22,66],[24,66],[19,52],[41,108],[23,63],[34,85],[23,50],[18,37],[22,31],[19,24],[13,13],[12,14],[17,15],[20,19],[19,14],[34,24],[115,67],[104,52],[14,6],[50,-1],[8,-40],[29,8],[4,-29],[4,-27],[16,1],[24,3],[30,13],[30,13],[6,5],[5,7],[6,44],[1,42],[-6,22],[-11,29],[0,3],[94,68],[33,20],[30,15],[35,13],[34,9],[76,25],[24,11],[33,18],[22,17],[42,35],[56,47],[55,50],[78,68],[30,23],[50,42],[48,37],[224,153],[79,56],[220,162],[88,66],[43,33],[15,7],[17,15],[98,73],[19,13],[153,119],[87,65],[89,68],[42,31],[35,25],[32,17],[26,12],[28,12],[41,12],[46,10],[99,29],[23,3],[23,5],[55,16],[46,11],[109,31],[117,30],[74,20],[17,5],[15,4],[43,13],[66,19],[68,21],[49,18],[83,36],[88,45],[102,54],[67,32],[35,18],[110,50],[60,24],[203,78],[92,34],[25,10],[52,20],[37,14],[45,19],[51,23],[90,36],[135,60],[52,19],[8,4],[86,33],[40,19],[12,5],[30,12],[29,11],[20,7],[20,1],[21,1],[26,-1],[40,-2],[23,0],[18,1],[17,1],[18,5],[25,8],[25,12],[24,15],[14,9],[23,14],[18,16],[34,21],[19,8],[23,7],[26,6],[26,3],[79,6],[155,12],[28,5],[30,8],[23,7],[24,12],[22,12],[27,19],[51,40],[15,7],[10,9],[34,27],[15,13],[21,17],[10,8],[38,29],[50,40],[44,36],[14,12],[10,7],[14,5],[36,2],[11,-2],[11,-4],[6,-6],[6,-13],[4,-13],[15,-56],[24,-87],[12,-46],[45,-167],[27,-99],[39,-143],[42,-155],[2,-15],[20,-78],[29,-104],[0,0],[12,-45],[25,-4],[20,-2],[81,7],[175,15],[161,14],[21,2],[94,11],[70,3],[140,13],[38,5],[17,8],[7,10],[1,8],[2,7],[-1,17],[-88,364],[-101,417],[122,70],[226,133],[118,70],[198,117],[298,174],[131,77],[18,11],[62,34],[20,16],[8,10],[4,5],[10,16],[9,25],[14,59],[11,-3],[69,-16],[49,-7],[68,-3],[103,-3],[50,-5],[35,-18],[112,-59],[261,-144],[103,-55],[4,-4],[0,-2],[14,0],[213,-195],[138,-129],[40,-33],[21,-15],[32,-17],[32,-28],[32,-29],[96,-109],[57,-72],[62,-85],[57,-89],[59,-102],[51,-95],[25,-55],[10,-26],[7,-12]],[[442560,433454],[19,-80],[-39,-22],[-5,14],[-16,11],[-15,-3],[-82,-22],[7,-28],[10,-42],[4,-20],[79,21],[0,-9],[-5,-25],[-9,-17],[4,-30],[1,-18],[73,-6],[69,1],[59,8],[24,6],[68,-270],[353,86],[185,47],[-49,232],[-8,55],[-17,85],[-78,-21],[-14,36],[-49,126],[-8,0],[-38,5],[-12,1],[-9,25],[-7,21],[-19,56],[-10,29],[-10,10],[-15,0],[-31,-8],[-101,-33],[-115,-37],[-33,-16],[-13,-25],[11,-80],[-159,-63]],[[442121,432933],[-33,1],[-33,-8],[-58,-49],[-21,-8],[-28,-6],[-38,-1],[-37,-14],[-57,-29],[-44,-21],[-5,13],[-59,170],[-171,-69],[38,-116],[8,-20],[-17,-9],[-38,-23],[-25,-26],[-8,-19],[-4,-1],[-10,-8],[-3,-16],[-8,2],[-28,-18],[-30,-27],[-29,-33],[-23,-23],[-23,-19],[-20,-10],[42,-133],[844,330],[-42,137],[-13,46],[-27,7]],[[442211,433175],[24,4],[38,5],[30,4],[40,5],[12,2],[10,1],[-12,57],[1,0],[-4,16],[-19,6],[-7,2],[0,2],[-2,14],[0,5],[-1,4],[0,5],[-1,6],[-1,6],[0,5],[-1,5],[0,3],[-5,-2],[-32,-12],[-30,-11],[-33,-13],[-14,-6],[-11,-20],[6,-33],[8,-41],[4,-19]],[[461075,436995],[-4,-15],[-9,-19],[-15,-24],[-12,-15],[-15,-37],[-55,-14],[-10,0],[-7,-24],[-1,-2],[-2,1],[-19,3],[-32,3],[-24,4],[-8,-3],[-5,-3],[-5,-7],[-3,-8],[-8,-2],[-35,6],[-76,15],[-147,33],[-151,40],[-52,17],[-44,12],[-132,51],[-271,87],[-709,317],[-351,99],[-325,61],[-342,27],[-327,-4],[-334,-31],[-337,-62],[-313,-129],[-306,-120],[-319,-171],[-1,-3],[-28,-15],[-22,-15],[-36,-24],[-35,-25],[-113,-85],[-16,-8],[-65,-51],[-18,-15],[-12,-6],[-6,-8],[-49,-44],[-73,-70],[-46,-41],[-22,-19],[-30,-27],[-14,-16],[-1,0],[-11,51],[-13,39],[-16,35],[-17,33],[-12,20],[-15,23],[-23,25],[-26,25],[-13,11],[-15,11],[-20,9],[-47,18],[-59,21],[-28,6],[-24,6],[-16,1],[-30,1],[-23,-1],[-30,-3],[-33,-5],[-28,-4],[-23,-8],[-39,-13],[-33,-15],[-37,-22],[-33,-27],[-13,-9],[-9,-7],[0,0],[-27,-25],[-2,-2],[-21,-21],[-24,-27],[-13,-19],[-9,-15],[-22,-36],[0,-1],[-19,-37],[-2,-5],[-18,-44],[-16,-41],[-2,-5],[-10,-28],[-36,-113],[-24,-87],[-23,-76],[-7,-20],[-14,-54],[-13,-38],[-7,-24],[-16,-41],[-21,-32],[-60,-79],[-74,-77],[-133,-122],[-37,-33],[-24,167],[-5,20],[-15,251],[0,2],[11,24],[23,59],[30,102],[21,72],[27,95],[29,105],[64,225],[55,203],[22,83],[4,16],[34,110],[40,144],[32,120],[19,62],[17,41],[32,62],[13,19],[27,29],[23,21],[22,14],[79,39],[79,41],[30,21],[30,22],[23,18],[1,1],[14,10],[2,2],[14,19],[30,33],[82,94],[31,-33],[37,-43],[7,-10],[7,-10],[8,-12],[3,-5],[4,-3],[5,-2],[9,2],[11,5],[17,15],[30,22],[43,38],[46,37],[51,43],[28,27],[9,10],[50,26],[30,13],[22,9],[12,10],[9,15],[14,26],[16,27],[15,19],[94,81],[34,34],[33,38],[49,35],[63,27],[29,15],[63,31],[33,16],[60,26],[33,11],[36,10],[28,4],[32,7],[41,6],[55,3],[65,1],[55,2],[31,4],[20,5],[25,9],[21,13],[14,14],[11,17],[6,14],[1,15],[0,13],[-5,17],[-8,20],[-4,28],[14,0],[-3,12],[2,0],[8,26],[24,-5],[40,-7],[163,-20],[131,-18],[78,-11],[29,-4],[45,2],[136,4],[16,0],[33,1],[1,5],[7,17],[12,19],[15,18],[23,25],[46,49],[22,23],[17,20],[16,22],[12,18],[7,13],[9,15],[12,24],[5,15],[2,16],[11,-3],[26,0],[21,7],[27,11],[18,4],[32,1],[12,-2],[17,-4],[20,-7],[27,-13],[18,-11],[11,-9],[43,-38],[11,-9],[52,-23],[39,-11],[152,-50],[139,-44],[325,-105],[19,-6],[50,-28],[16,-10],[22,-18],[172,-134],[31,-26],[15,-14],[14,-19],[57,-60],[36,-33],[49,-39],[48,-48],[193,-190],[20,-18],[11,-8],[13,-4],[20,-17],[38,16],[31,-1],[30,-3],[38,-8],[35,-10],[30,-10],[28,-10],[81,-29],[51,-18],[21,-4],[59,-4],[47,-5],[33,-4],[62,-12],[79,-17],[47,-11],[52,-15],[98,-32],[70,-24],[63,-22],[69,-20],[59,-13],[39,-4],[76,-3],[21,-2],[45,-12],[24,-10],[24,-15],[44,-32],[84,-74],[70,-64],[15,-12],[32,-17],[22,-7],[42,-16],[27,-8],[-1,-13],[0,-44],[5,-95],[10,-101],[6,-58],[7,-71],[4,-42],[3,-60],[-9,-12],[8,-5],[-2,-28],[-7,-39],[-5,-22]],[[431907,375134],[-36,-42],[-63,-78],[-47,-53],[-39,-35],[-22,-23],[-16,-22],[-24,-36],[-49,-76],[-29,-54],[-18,-46],[-15,-34],[-19,-34],[-37,-60],[-40,-62],[-34,-49],[-161,-211],[-15,-22],[-16,-34],[-11,-29],[-8,-26],[-15,-46],[-13,-53],[-6,-33],[-8,-22],[-13,-19],[-30,-38],[-79,-86],[-43,-45],[-24,-23],[-23,-15],[-40,-25],[-25,-17],[-17,-16],[-14,-17],[-14,-24],[-12,-28],[-13,-41],[-11,-32],[-10,-23],[-12,-17],[-14,-16],[-22,-21],[-59,-50],[-60,-48],[-58,-46],[-51,-42],[-53,-45],[-42,-38],[-40,-35],[-45,-42],[-39,-37],[-30,-28],[-27,-21],[-27,-19],[-26,-16],[-26,-13],[-22,-7],[-26,-6],[-23,-2],[-55,-25]],[[430041,372931],[-11,16],[-7,15],[-35,60],[-26,58],[-180,338],[-53,99],[-206,398],[-53,99],[-174,338],[-137,264]],[[429159,374616],[-51,99],[-64,120],[-36,-40],[-151,-175]],[[428857,374620],[-643,-45],[-21,7],[1,29],[7,70],[1,12],[21,150],[35,206],[30,144],[61,301],[19,99],[14,56],[29,97],[49,129],[24,83],[25,108],[16,60],[0,57],[34,209],[7,49],[17,173],[8,49],[216,-53],[54,9],[81,23],[53,23],[75,32],[323,152],[143,68],[165,74],[118,55],[102,46],[19,8],[14,2],[16,-2],[11,-5],[12,-8],[17,-20],[5,-6],[6,-12],[28,33],[62,70],[33,43],[14,23],[7,15],[1,15],[-1,22],[-8,22],[-16,31],[-8,18],[22,17],[92,76],[25,14],[57,27],[217,103],[38,20],[26,-48],[229,207],[260,236],[18,13],[310,-589],[40,52],[79,91],[11,14],[77,97],[51,74],[33,52],[30,45],[33,51],[10,15],[38,52],[50,53],[49,61],[53,61],[33,40],[9,10],[176,-284],[38,-59],[31,-50],[43,-67],[33,-53],[21,-34],[18,-28],[28,-48],[20,-36],[26,-47],[18,-32],[46,-83],[24,-44],[39,-74],[21,-38],[48,-89],[34,-62],[21,-39],[13,-22],[-45,-18],[-7,-3],[-53,-16],[-42,-10],[-32,-5],[-35,-2],[-57,2],[-57,5],[-120,16],[-61,1],[-47,-4],[-60,-10],[-85,-19],[-96,-24],[-120,-33],[-9,-3],[-52,-20],[-36,-16],[-25,-19],[-4,-4],[-33,-34],[-4,-4],[-29,-36],[-67,-93],[-19,-27],[-8,-12],[-23,-28],[-20,-19],[-24,-23],[-22,-27],[-31,-40],[-49,-73],[-26,-37],[-20,-32],[-9,-11],[-13,-13],[-6,-3],[62,-119],[256,-470],[57,-106],[91,-167],[52,-96],[66,-120],[12,-22],[17,-31],[19,-37]],[[453409,393760],[-16,-75],[-16,-53],[-75,-238],[-25,-89],[-80,-275],[-4,-18],[-40,-152],[-61,-267],[-59,-266],[-52,-263],[-39,-244],[-5,-25],[-2,-6],[-96,-615],[-175,-726],[-174,-716],[-183,-538],[-222,-521],[-241,-542],[-221,-456],[-229,-473],[-292,-460],[-342,-413],[-268,-431],[-447,-499],[-467,-482],[-505,-481],[-513,-482],[-559,-376],[-3,-2],[-10,-1],[-14,11],[-9,4],[-12,0],[-8,-4],[-10,-6],[-24,-21],[-321,-388],[-32,-57],[-38,-42],[-6,5],[-5,1],[-7,-3],[-8,-9],[12,-11],[-33,-39],[-200,-294],[-136,-196],[-10,-28],[94,-87],[-121,-170],[-104,-136],[-93,-133],[-91,-125],[-279,-414],[-90,-133],[-175,-289],[-50,-80],[-36,-58],[-291,-508],[-390,-704],[-281,-637],[-275,-649],[-279,-552],[-4,-22],[-257,-622],[-307,-623],[-315,-629],[-334,-598],[-311,-430],[-353,-452],[-405,-413],[-454,-340],[-548,-262],[-642,-219],[-272,-9],[-30,-1],[-561,-18],[-629,129],[-599,223],[-507,323],[-60,39],[-443,417],[-408,461],[3,7],[141,254],[17,31],[46,83],[-22,16],[-21,36],[-35,42],[-30,36],[-27,24],[-217,181],[-30,15],[-34,4],[-49,-2],[-15,22],[32,26],[-15,62],[-9,35],[-16,33],[-22,35],[-49,59],[-46,51],[-6,6],[-44,45],[-32,27],[-30,19],[-38,14],[-40,12],[-31,4],[-29,-1],[-5,31],[-10,54],[-11,36],[-37,109],[-46,109],[-38,74],[-25,43],[-20,28],[-26,27],[-55,47],[-16,10],[-59,-51],[-5,-2],[-4,1],[-3,9],[0,5],[32,36],[-18,41],[-21,38],[-23,34],[-40,52],[-37,41],[-11,18],[-31,50],[-43,66],[-73,107],[-12,14],[-2,8],[12,13],[-7,9],[-5,4],[-11,3],[-5,-3],[-14,-12],[-17,-18],[-8,-1],[-11,8],[1,6],[27,24],[0,6],[-122,178],[-237,351],[-2,2],[-28,-29],[-8,13],[-1,5],[27,29],[-31,43],[-3,5],[-6,9],[-14,21],[-5,8],[-9,15],[-13,19],[-8,11],[-24,35],[-103,144],[-158,224],[-5,3],[-483,380],[-10,7],[-642,534],[-5,6],[-426,264],[-528,297],[-6,1],[-492,229],[-16,2],[-545,216],[-14,1],[-544,154],[-17,0],[-559,107],[-18,-1],[-4,119],[-7,160],[-4,84],[-2,16],[-1,14],[-6,37],[-26,23],[6,33],[-2,1],[-5,14],[4,4],[-16,19],[-28,55],[22,16],[74,64],[28,20],[3,2],[15,14],[20,13],[9,6],[24,13],[32,17],[4,2],[15,6],[22,11],[25,12],[38,23],[30,17],[65,27],[31,10],[20,5],[110,30],[11,3],[70,15],[58,5],[138,13],[16,2],[115,0],[105,3],[32,-2],[45,-2],[93,3],[35,0],[83,0],[45,0],[85,-5],[64,-4],[73,-5],[41,-5],[75,-17],[75,-14],[66,-4],[109,-3],[36,-3],[52,-5],[14,-3],[12,0],[15,-3],[29,-6],[116,-25],[18,-2],[44,-14],[23,-10],[12,-8],[22,-17],[15,-20],[26,-22],[12,-9],[14,-14],[9,-27],[5,-21],[6,-16],[0,0],[3,-3],[7,7],[14,14],[11,12],[12,11],[8,9],[2,7],[4,11],[6,19],[5,15],[0,0],[2,0],[0,0],[2,-1],[3,0],[2,-1],[16,-3],[6,37],[4,34],[-3,23],[27,-1],[18,-1],[5,2],[13,18],[1,4],[5,9],[5,21],[2,19],[-1,12],[-1,23],[-5,26],[-1,1],[16,7],[3,-5],[41,19],[5,11],[19,17],[30,42],[61,84],[35,38],[32,23],[24,16],[33,16],[58,21],[61,19],[33,13],[22,7],[52,12],[54,13],[35,4],[21,16],[62,14],[41,7],[21,2],[24,-2],[12,0],[44,-2],[21,-2],[1,-1],[5,-10],[10,-6],[65,-17],[39,-5],[21,-2],[10,-4],[19,-7],[85,-32],[40,-16],[42,-21],[42,-27],[21,-19],[13,-21],[11,-24],[18,-28],[32,-42],[44,-60],[45,-53],[61,-68],[43,-53],[39,-52],[11,-15],[7,-10],[29,-40],[6,-8],[31,-38],[22,-26],[10,-7],[9,-4],[25,-17],[25,-17],[33,-18],[55,-16],[56,-8],[75,-8],[47,-4],[16,-10],[29,-24],[48,-31],[58,-46],[29,-25],[33,-30],[10,-11],[8,-9],[27,-27],[27,-22],[81,-35],[28,-3],[46,-4],[43,-5],[66,-10],[51,-7],[69,-11],[38,-9],[23,-5],[23,-6],[31,-7],[19,-6],[19,-7],[35,-20],[34,-19],[23,-10],[22,-4],[13,-29],[0,-1],[11,2],[44,6],[26,1],[50,4],[54,2],[84,6],[131,7],[137,5],[54,0],[75,0],[83,-4],[78,-3],[77,-8],[75,-13],[116,-21],[100,-18],[83,-17],[93,-21],[62,-12],[25,-8],[26,-8],[26,-10],[28,-15],[35,-22],[23,-18],[31,-23],[28,-25],[32,-24],[30,-26],[30,-28],[24,-24],[26,-22],[32,-31],[36,-32],[32,-28],[27,-26],[27,-28],[30,-31],[20,-22],[21,-22],[29,-27],[29,-24],[17,-14],[22,-17],[25,-21],[36,-30],[21,-18],[23,-19],[29,-22],[23,-13],[21,-13],[23,-13],[27,-11],[32,-10],[37,-12],[28,-10],[25,-13],[21,-15],[15,-16],[13,-16],[13,-27],[11,-22],[8,-21],[8,-30],[4,-28],[6,-35],[1,-27],[0,-37],[0,-36],[-4,-35],[-4,-36],[-6,-35],[-5,-36],[-2,-27],[-2,-28],[0,-26],[3,-25],[5,-22],[7,-21],[9,-18],[13,-22],[14,-18],[12,-15],[20,-23],[23,-28],[26,-31],[21,-27],[17,-22],[19,-24],[12,-20],[18,-25],[20,-28],[12,-21],[17,-28],[16,-32],[18,-43],[15,-39],[9,-27],[8,-22],[13,-44],[10,-43],[6,-36],[5,-56],[6,-56],[6,-50],[7,-52],[8,-40],[6,-36],[3,-31],[1,-33],[-2,-36],[-4,-49],[-7,-40],[-7,-37],[-5,-24],[-7,-29],[-9,-37],[-12,-35],[-11,-48],[-16,-55],[-18,-59],[-22,-55],[-35,-59],[-37,-60],[-32,-55],[-38,-78],[-8,-15],[-9,-19],[-16,-27],[-40,-59],[-39,-50],[-20,-25],[-7,-9],[-48,-80],[-2,-6],[-14,-21],[-9,-18],[-36,-59],[-31,-54],[-18,-28],[-29,-42],[-24,-38],[-16,-33],[-12,-32],[-14,-28],[-14,-23],[-10,-20],[-8,-13],[-5,-12],[-6,-24],[1,-24],[-8,-20],[-16,-36],[-19,-37],[-16,-33],[-17,-35],[-13,-36],[-12,-27],[-7,-28],[-7,-29],[-2,-18],[-9,0],[-2,-12],[0,-20],[0,-8],[-3,1],[-92,20],[-6,-17],[-53,-145],[92,-5],[2,-5],[4,-51],[25,1],[2,-7],[8,-1],[1,-3],[0,-11],[3,-19],[3,-12],[8,-16],[11,-16],[19,-13],[17,-6],[20,-8],[21,-7],[22,-5],[28,-7],[29,-9],[28,-7],[30,-8],[35,-12],[30,-11],[25,-8],[30,-7],[29,-8],[30,-6],[34,-7],[31,-11],[11,-3],[14,2],[0,0],[0,-5],[-8,-70],[-6,-28],[-2,-5],[17,-9],[2,0],[0,0],[6,20],[11,60],[5,16],[5,11],[11,-4],[10,-5],[13,-5],[19,-5],[26,-6],[34,-10],[41,-12],[32,-10],[28,-8],[15,-7],[8,-4],[23,-16],[32,-22],[31,-23],[28,-20],[30,-25],[3,-2],[21,-18],[8,-7],[5,0],[16,-3],[30,-21],[46,-37],[32,-25],[42,-35],[37,-30],[33,-26],[34,-30],[40,-35],[40,-34],[33,-29],[22,-21],[21,-21],[23,-22],[18,-19],[20,-22],[20,-22],[20,-22],[30,-39],[-10,-21],[23,-14],[23,-13],[28,-52],[17,10],[17,9],[17,11],[4,1],[19,9],[14,4],[23,2],[43,5],[51,10],[58,16],[50,14],[50,13],[44,13],[51,14],[47,10],[26,6],[41,9],[61,15],[62,14],[82,20],[49,11],[75,19],[49,12],[59,14],[45,10],[17,3],[6,0],[59,35],[4,2],[12,3],[16,1],[34,8],[40,9],[38,9],[45,13],[45,14],[34,12],[30,14],[27,16],[10,6],[23,17],[22,19],[15,14],[14,10],[122,108],[90,77],[73,79],[73,90],[41,48],[26,27],[25,15],[32,11],[29,5],[37,4],[333,13],[26,4],[21,11],[84,32],[103,53],[41,26],[55,46],[31,15],[78,34],[108,39],[57,20],[120,46],[48,34],[52,48],[43,36],[43,46],[45,45],[53,70],[83,123],[29,65],[31,76],[39,134],[22,84],[78,257],[19,82],[18,78],[12,77],[17,79],[13,95],[10,55],[3,101],[6,87],[6,108],[8,70],[5,53],[10,56],[21,90],[20,62],[25,54],[6,18],[25,40],[5,11],[35,58],[61,87],[36,53],[51,77],[46,72],[53,89],[47,83],[43,73],[51,85],[66,111],[66,114],[75,124],[83,138],[63,105],[53,85],[26,41],[28,45],[22,33],[22,35],[23,38],[27,41],[25,40],[18,27],[16,27],[23,35],[24,35],[23,33],[23,31],[51,60],[34,38],[27,28],[24,23],[25,20],[2,2],[24,21],[25,23],[41,35],[13,12],[19,19],[14,15],[6,5],[2,2],[26,31],[6,20],[-1,33],[-1,20],[2,20],[0,19],[0,18],[0,16],[-4,26],[-3,22],[-4,17],[-2,20],[-2,27],[-2,29],[-2,36],[-2,36],[-2,36],[-2,45],[0,32],[0,33],[2,39],[2,33],[3,29],[3,30],[3,29],[3,25],[3,22],[4,18],[5,24],[6,28],[8,30],[4,16],[4,14],[0,1],[8,32],[9,34],[11,38],[9,37],[9,39],[10,45],[9,44],[8,42],[5,34],[3,33],[2,31],[1,28],[-2,30],[0,27],[-2,35],[-3,38],[-3,39],[-4,42],[-4,35],[-3,32],[-5,28],[-5,24],[-3,15],[-5,21],[-7,28],[-4,17],[-5,18],[-8,27],[-8,33],[-9,30],[-8,28],[-10,34],[-4,14],[-4,12],[-2,5],[0,4],[-23,75],[-3,9],[-3,16],[-5,24],[-3,19],[-4,15],[-1,6],[-4,19],[-2,6],[-3,14],[-4,27],[-5,37],[-6,40],[-4,30],[-3,31],[0,30],[1,30],[2,30],[3,29],[6,29],[8,28],[8,27],[11,27],[12,33],[15,36],[12,30],[9,24],[2,5],[2,2],[1,1],[0,0],[3,64],[0,0],[-3,17],[-5,34],[-6,47],[-2,16],[-3,22],[-3,22],[-1,18],[1,21],[3,21],[5,29],[8,33],[6,26],[9,33],[5,15],[5,18],[11,30],[10,27],[7,19],[7,20],[6,21],[5,29],[3,27],[5,34],[3,26],[1,15],[4,21],[4,24],[5,37],[6,37],[6,35],[5,40],[6,39],[7,42],[6,32],[5,27],[5,26],[5,31],[5,22],[7,20],[8,18],[9,17],[6,15],[6,16],[5,18],[5,21],[6,23],[4,18],[2,12],[1,8],[3,5],[1,50],[-1,7],[5,20],[16,53],[12,44],[11,39],[7,24],[2,9],[9,35],[10,31],[12,32],[1,3],[7,16],[6,18],[7,20],[2,4],[10,31],[11,26],[14,33],[16,40],[17,40],[17,39],[18,36],[10,24],[1,2],[9,17],[4,10],[18,36],[19,41],[17,42],[8,35],[7,30],[4,13],[1,4],[7,20],[9,28],[10,28],[10,31],[11,33],[16,44],[16,40],[14,34],[11,29],[9,24],[92,232],[1,0],[2,9],[7,20],[9,25],[8,22],[8,22],[7,19],[9,25],[9,20],[11,20],[12,24],[10,19],[16,35],[9,25],[8,26],[6,22],[6,19],[5,15],[3,7],[1,1],[40,38],[5,3],[13,3],[23,4],[27,2],[28,5],[27,7],[23,9],[7,4],[17,9],[32,21],[23,18],[31,26],[24,21],[32,31],[31,28],[30,30],[20,20],[4,4],[29,27],[29,28],[18,18],[31,29],[33,30],[36,34],[42,40],[46,42],[22,20],[23,19],[25,18],[23,16],[20,12],[20,9],[9,4],[7,2],[9,2],[8,-2],[11,-5],[12,-6],[14,-9],[9,-6],[14,-11],[11,-9],[12,-9],[108,68],[10,3],[15,6],[18,9],[19,12],[21,15],[21,15],[17,12],[15,15],[16,12],[13,13],[10,7],[8,3],[13,0],[3,1],[5,-1],[8,-3],[15,-6],[16,-6],[19,-7],[10,-3],[6,-2],[16,-6],[11,-3],[5,-3],[3,-3],[0,0],[0,0],[20,16],[0,0],[4,-1],[7,-2],[15,-5],[17,-6],[16,-6],[15,-6],[17,-4],[11,-3],[17,-4],[17,-4],[18,-5],[17,-2],[15,-2],[11,-1],[11,-1],[21,-1],[32,0],[37,1],[39,2],[29,0],[27,2],[12,-1],[8,1],[6,-17],[4,-1],[8,0],[13,1],[15,1],[15,4],[18,6],[15,4],[15,2],[16,1],[11,-2],[5,0],[39,0],[6,2],[12,-2],[28,0],[25,0],[32,1],[26,1],[27,0],[29,3],[22,2],[24,4],[29,2],[27,5],[29,7],[26,9],[17,8],[4,2],[23,13],[26,19],[26,20],[13,11],[5,4],[12,-3],[2,2],[9,1],[11,2],[20,3],[25,5],[24,5],[21,4],[24,5],[19,4],[9,2],[3,0],[1,0],[3,-4],[34,5],[2,2],[8,4],[21,9],[24,8],[22,6],[29,8],[31,10],[27,9],[21,7],[17,5],[19,7],[28,12],[25,16],[17,13],[16,14],[22,21],[21,20],[23,21],[20,18],[24,15],[27,15],[29,13],[35,10],[25,9],[20,8],[28,11],[29,11],[33,13],[27,12],[26,12],[40,19],[43,22],[13,8],[15,8],[23,12],[26,15],[27,16],[22,14],[20,12],[16,8],[1,0],[14,9],[16,9],[11,8],[13,6],[15,8],[180,29],[13,-1],[19,0],[20,-2],[25,-1],[23,0],[24,0],[8,0],[9,-1],[9,-2],[13,-1],[12,-1],[13,2],[26,10],[28,15],[29,18],[19,15],[16,18],[15,21],[18,26],[17,26],[20,35],[16,29],[19,32],[19,32],[21,35],[19,32],[20,30],[18,27],[22,35],[23,38],[26,42],[14,22],[11,20],[15,25],[13,23],[4,8],[0,1],[-1,6],[9,19],[9,23],[8,21],[11,22],[10,23],[7,19],[9,29],[11,39],[9,34],[7,29],[6,33],[5,26],[3,23],[3,25],[2,8],[2,7],[2,5],[7,10],[3,26],[5,48],[4,46],[3,38],[3,33],[2,27],[3,26],[2,15],[1,9],[0,5],[2,3],[3,58],[0,9],[1,15],[2,20],[1,19],[5,21],[2,22],[3,22],[3,16],[0,11],[2,11],[4,12],[7,10],[11,11],[11,10],[7,8],[11,15],[12,16],[9,15],[11,19],[9,20],[5,14],[5,12],[5,14],[4,17],[3,15],[1,13],[2,11],[2,9],[2,7],[1,2],[6,9],[17,29],[21,36],[17,30],[7,12],[4,7],[7,7],[8,17],[13,30],[14,27],[11,23],[12,23],[15,30],[20,37],[23,44],[21,39],[17,32],[17,31],[13,22],[12,18],[14,18],[17,20],[6,7],[7,6],[13,37],[12,18],[20,30],[25,36],[33,47],[32,46],[30,44],[18,28],[9,11],[26,41],[21,31],[18,29],[11,18],[5,9],[2,1],[38,37],[1,3],[4,8],[17,33],[22,44],[21,44],[26,50],[26,52],[29,61],[30,65],[31,68],[36,77],[28,58],[27,58],[25,58],[24,55],[23,56],[19,53],[13,34],[11,34],[14,40],[14,50],[16,52],[12,44],[13,49],[10,41],[10,40],[12,42],[10,46],[15,48],[11,35],[8,28],[6,25],[3,11],[1,6],[0,5],[19,47],[1,6],[6,26],[6,25],[6,31],[6,26],[7,23],[4,20],[4,9],[3,5],[4,3],[5,0],[0,0],[16,38],[-2,5],[-2,7],[-3,6],[-3,8],[-1,7],[0,14],[-1,29],[0,44],[-2,50],[-3,46],[-3,38],[-4,30],[-1,19],[0,11],[3,13],[2,13],[147,625],[225,-111],[43,96],[75,165],[-7,10],[-2,19],[8,32],[30,59],[40,90],[31,58],[60,93],[45,64],[27,29],[40,-38],[85,111],[124,-55],[23,-11]],[[438477,375248],[87,131],[-23,-3],[-44,8],[-46,14],[-47,31],[-34,25],[-9,7],[-14,12],[-17,13],[-23,19],[-82,61],[-1,1],[-17,18],[-4,7],[-23,45],[-18,21],[-5,0],[-9,0],[-23,-14],[-13,-7],[-41,-33],[-25,-20],[-15,-7],[-1,0],[-18,4],[-15,7],[-16,13],[-57,-46],[-9,-18],[2,-16],[10,-17],[34,-57],[15,-30],[11,-43],[1,-28],[63,-81],[13,14],[32,-33],[-12,-22],[31,-47],[8,-13],[95,-143],[21,-26],[20,-14],[4,-3],[27,-12],[31,-10],[63,-18],[25,-4],[8,-2],[9,-6],[127,195],[28,41],[-104,86]],[[533892,398576],[105,-26],[17,5],[23,-8],[21,-7],[73,-21],[64,-18],[84,-24],[80,-24],[55,-15],[48,-15],[40,-14],[25,-7],[16,-7],[10,-5],[15,-7],[18,-8],[16,-6],[39,-9],[59,-15],[28,-3],[57,-5],[80,-23],[50,-14],[141,-43],[65,-21],[37,-13],[20,-10],[10,-6],[14,-12],[27,-27],[48,-51],[57,-63],[4,-2],[21,-19],[13,-12],[47,-48],[42,-47],[35,-41],[7,-36],[12,-14],[46,-44],[49,-49],[39,-31],[20,-12],[14,-12],[25,-24],[75,-81],[91,-99],[52,-55],[58,-59],[78,-85],[53,-55],[51,-55],[48,-50],[24,-26],[18,-21],[22,-24],[131,-141],[65,-69],[17,-16],[10,-6],[21,-6],[3,-3],[3,-3],[2,-9],[5,-7],[2,-3],[8,-5],[10,-4],[11,-6],[29,-27],[5,-7],[10,-8],[32,-13],[33,-13],[44,-1],[108,-15],[48,-6],[74,-10],[142,-11],[120,-14],[28,-3],[126,-19],[153,-20],[115,-17],[96,-11],[90,-10],[75,-10],[87,-16],[36,-9],[9,-3],[7,-5],[11,-10],[6,-8],[3,-10],[4,-12],[9,-46],[15,-62],[14,-55],[23,-91],[17,-71],[17,-66],[22,-81],[23,-87],[18,-74],[7,-24],[-6,-14],[-2,-7],[5,-17],[15,-39],[14,-43],[3,-13],[-2,-11],[1,-10],[7,-17],[6,-10],[4,-8],[3,-9],[6,-26],[23,-89],[29,-108],[20,-87],[22,-91],[16,-68],[-4,-23],[-4,-22],[13,-45],[18,-71],[6,-23],[8,-23],[5,-10],[29,-107],[28,-125],[21,-93],[21,-92],[26,-113],[26,-90],[14,-36],[5,-12],[5,-7],[10,-21],[11,-24],[3,-4],[7,-9],[4,-9],[3,-6],[7,-12],[9,-12],[70,-100],[62,-93],[72,-106],[64,-84],[54,-71],[59,-78],[53,-67],[55,-68],[50,-63],[15,-22],[27,-49],[0,-1],[32,-31],[28,-25],[24,-17],[19,-10],[29,-12],[43,-16],[60,-19],[24,-10],[20,-11],[17,-15],[15,-21],[16,-41],[17,-52],[14,-29],[21,-24],[31,-32],[42,-39],[50,-41],[67,-50],[34,-19],[32,-14],[46,-15],[67,-16],[44,-12],[22,-9],[27,-12],[28,-16],[34,-20],[41,-23],[15,-9],[16,-13],[12,-15],[23,-34],[17,-36],[10,-23],[4,-30],[5,-40],[21,-68],[17,-38],[14,-43],[8,-37],[20,-83],[12,-49],[9,-38],[12,-30],[18,-31],[23,-30],[26,-30],[27,-27],[45,-36],[39,-37],[28,-27],[41,-31],[54,-32],[35,-24],[26,-19],[21,-15],[48,-25],[36,-16],[32,-13],[43,-15],[7,-2],[24,-7],[-5,-19],[-7,-24],[-176,-642],[-67,-240],[-37,7],[-17,7],[-24,12],[-19,0],[-27,5],[-230,-125],[-6,-2],[-12,6],[-563,301],[-528,372],[-498,367],[-479,384],[-462,392],[-453,386],[-434,409],[-429,409],[-407,400],[-421,403],[-377,389],[-412,332],[-381,386],[-471,381],[-492,375],[-502,414],[-515,335],[-507,331],[-500,324],[-16,2],[-2,15],[-9,9],[-93,57],[-372,198],[-15,7],[-16,-7],[-14,9],[-10,20],[-173,100],[-10,-13],[-10,-9],[-15,6],[19,37],[87,185],[25,-1],[9,0],[5,-1],[0,0],[18,-11],[51,-27],[53,-28],[88,-47],[19,-10],[20,-9],[26,-12],[68,-34],[14,-38],[3,-3],[7,-8],[4,-4],[6,-3],[4,0],[2,1],[3,2],[1,0],[1,0],[2,-1],[10,-3],[11,-3],[69,-15],[33,-6],[22,-5],[15,-5],[23,-6],[19,-6],[100,-36],[45,-16],[33,-9],[9,-1],[5,0],[4,0],[5,1],[10,0],[13,1],[8,2],[6,2],[10,4],[12,5],[10,2],[6,1],[13,1],[6,0],[54,44],[3,2],[4,3],[24,11],[74,34],[11,5],[69,33],[57,24],[79,34],[37,16],[73,35],[51,21],[33,15],[25,10],[47,15],[64,22],[21,6],[44,18],[21,7],[45,5],[1,0],[2,2],[16,9],[47,28],[35,25],[43,25],[35,18],[37,15],[38,13],[84,22],[86,17],[64,15],[44,9],[64,14],[68,18],[72,13],[33,7],[29,1],[32,0],[27,-2],[23,-5],[23,-5],[32,-9],[40,-12],[41,-12],[52,-15],[69,-18],[79,-20],[12,-7],[7,-2],[27,-9],[5,-2]],[[455885,398735],[78,-73],[17,-14],[-126,-206],[-207,-364],[-7,-10],[-7,-6],[-333,-632],[-332,-536],[-296,-505],[-359,-607],[-303,-576],[-238,-505],[2,-1],[-8,-18],[-21,-52],[-76,-198],[-14,-34],[-16,9],[2,24],[4,82],[2,65],[-6,45],[-8,98],[-2,7],[-9,5],[-49,28],[-9,6],[-5,7],[-2,34],[-7,11],[-17,13],[-235,224],[-8,4],[-9,2],[2,25],[-2,2],[-2,4],[-2,6],[-1,13],[-4,20],[-8,29],[-4,17],[-6,3],[-1,3],[0,4],[-1,6],[-2,9],[-3,14],[-4,22],[-7,29],[-9,36],[-9,34],[-9,31],[-11,34],[-12,41],[-15,43],[-17,52],[-16,50],[-19,55],[-18,53],[-19,54],[-17,51],[-19,55],[-20,58],[-25,71],[-23,71],[-10,30],[-11,29],[-8,28],[-6,17],[-5,8],[-3,3],[-13,40],[-9,32],[-9,25],[-7,22],[0,2],[6,69],[29,32],[115,110],[57,60],[47,59],[40,91],[42,92],[34,93],[15,70],[62,135],[33,56],[65,70],[97,58],[84,52],[7,6],[5,1],[12,5],[16,11],[15,12],[12,9],[11,11],[1,1],[6,8],[11,15],[11,14],[8,14],[6,13],[5,15],[6,14],[7,11],[9,12],[7,8],[12,10],[16,9],[21,11],[20,9],[22,9],[23,7],[46,19],[51,17],[32,11],[34,12],[22,9],[23,7],[19,8],[15,7],[16,8],[15,9],[10,7],[9,7],[12,9],[11,12],[14,15],[10,11],[8,10],[10,14],[8,14],[8,14],[7,17],[5,19],[5,24],[4,31],[4,28],[2,38],[3,31],[3,19],[3,16],[4,16],[3,12],[4,11],[3,8],[3,5],[2,3],[5,7],[9,8],[12,10],[15,14],[13,9],[4,4],[3,0],[3,0],[5,-2],[47,22],[1,3],[2,3],[3,3],[5,7],[3,6],[4,6],[5,4],[11,7],[14,9],[23,14],[21,13],[16,13],[21,16],[16,14],[28,24],[22,18],[26,22],[28,23],[26,22],[17,14],[10,9],[7,6],[8,7],[5,7],[6,9],[5,8],[6,9],[5,8],[6,6],[5,5],[4,3],[5,4],[2,2],[22,42],[11,10],[13,10],[15,12],[3,4],[2,1],[31,20],[2,3],[4,4],[7,6],[8,6],[7,5],[4,3],[3,1],[1,0],[55,4],[5,2],[5,1],[5,3],[5,1],[7,3],[5,3],[6,2],[4,3],[2,1],[4,3],[4,2],[5,5],[7,6],[6,5],[6,8],[7,6],[9,8],[14,14],[12,12],[7,11],[8,13],[6,8],[8,7],[10,13],[11,13],[6,-4],[4,-5],[5,-5],[3,-1],[4,-3],[5,-2],[3,0],[3,0],[3,3],[8,7],[8,7],[10,9],[14,13],[11,8],[10,9],[12,12],[9,10],[6,6],[4,4],[2,2],[0,3],[-1,1],[-2,4],[6,47],[12,10],[10,9],[11,7],[7,9],[4,7],[2,7],[3,6],[4,6],[13,7],[13,8],[7,3],[7,3],[5,2],[10,6],[7,5],[9,7],[9,7],[6,6],[6,5],[4,5],[4,5],[2,3],[4,7],[3,7],[4,6],[2,8],[2,9],[1,7],[3,15],[1,10],[1,3],[1,6],[1,7],[1,6],[-1,7],[0,4],[15,-15],[26,-21],[41,-22],[138,-95],[62,-102],[33,-27],[101,-96]],[[520964,400198],[533,-257],[512,-257],[608,-148],[529,-196],[349,-121],[382,-87],[362,-91],[376,-83],[591,-151],[604,-95],[564,-98],[594,-79],[570,-106],[554,-152],[587,-136],[560,-162],[635,-257],[632,-280],[603,-335],[591,-369],[546,-366],[514,-396],[566,-464],[41,-31],[143,-117],[27,-23],[38,-33],[47,-40],[54,-54],[58,-61],[26,-29],[27,-30],[68,-77],[29,-34],[27,-33],[39,-58],[38,-62],[68,-107],[16,-27],[-16,-13],[-24,-34],[-20,-39],[-10,-34],[-8,-44],[-5,-33],[1,-52],[5,-42],[11,-40],[16,-40],[46,-86],[25,-32],[39,-44],[39,-41],[57,-52],[59,-56],[14,-18],[-8,-18],[5,0],[8,-13],[10,-108],[-10,-1],[4,-46],[10,-180],[3,-106],[0,-90],[-3,-62],[-10,-88],[-11,-83],[-19,-98],[-4,-22],[-14,-66],[-26,-90],[-29,-94],[-57,-158],[-62,-173],[-12,3],[-1,0],[1,0],[-2,0],[-5,3],[-5,4],[-10,9],[-16,18],[-8,8],[-32,45],[-9,12],[-4,6],[-6,7],[-8,8],[-7,9],[-9,8],[-9,10],[-9,12],[-8,13],[-7,12],[-24,38],[-36,60],[-23,40],[-27,43],[-32,43],[-16,20],[-8,8],[-6,6],[-8,6],[-9,7],[-14,12],[-12,13],[-7,13],[-4,13],[-39,37],[-22,11],[-9,5],[-22,10],[-14,5],[-18,6],[-15,5],[-12,2],[-30,4],[-12,1],[-12,-1],[-15,-1],[-18,-1],[-39,-6],[-41,-5],[-38,-3],[-36,-3],[-36,-2],[-24,-1],[-15,-2],[-9,-1],[-27,-8],[-17,-7],[-12,-4],[-10,-4],[-27,-6],[-54,-8],[-61,-11],[-70,-9],[-63,-11],[-49,-6],[-24,0],[-19,1],[-41,7],[-36,8],[-45,10],[-52,8],[-32,5],[-12,0],[-8,-1],[-13,-2],[-10,1],[-10,3],[-8,2],[-7,3],[-7,3],[-12,5],[-23,5],[-74,10],[-85,11],[-96,15],[-25,6],[-29,10],[-35,16],[-33,20],[-37,19],[-34,22],[-17,16],[-13,11],[-8,10],[-11,19],[-22,52],[-23,52],[-21,51],[-30,66],[-27,61],[-23,52],[-27,64],[-33,73],[-24,54],[-24,48],[-12,23],[-11,19],[-10,15],[-10,14],[-15,20],[-18,22],[-20,24],[-27,30],[-11,18],[-4,7],[-41,41],[-47,39],[-65,54],[0,7],[-27,29],[-21,18],[-23,21],[-21,18],[-37,34],[-41,39],[-31,28],[-29,25],[-32,30],[-36,33],[-35,34],[-41,36],[-41,38],[-42,44],[-44,47],[-23,23],[-18,16],[-17,14],[-19,14],[-17,10],[-22,10],[-26,12],[-37,12],[-39,5],[-20,2],[-30,3],[-40,0],[-15,-2],[-15,-1],[-21,-3],[-53,-8],[-50,-17],[-41,-15],[-42,-15],[-84,-28],[-95,-28],[-80,-13],[-64,-8],[-26,-2],[-15,1],[-25,4],[-54,10],[-53,13],[-54,16],[-53,20],[-45,19],[-66,32],[-58,30],[-24,13],[-30,17],[-37,21],[-6,3],[-6,2],[-5,4],[-4,3],[-51,29],[-46,28],[-25,16],[-26,21],[-8,8],[-6,6],[-6,9],[-7,13],[-7,15],[-6,17],[-6,24],[-3,9],[-6,10],[-11,24],[-17,38],[-9,15],[-16,26],[-27,49],[-13,26],[-6,8],[-10,8],[-57,30],[-50,25],[-62,29],[-60,40],[-32,35],[-28,33],[-11,10],[-35,19],[-8,4],[-5,2],[-36,3],[-81,10],[-38,6],[-8,2],[-21,9],[-21,10],[-57,22],[-63,28],[-76,36],[-72,32],[-53,24],[-39,20],[-27,13],[-30,17],[-48,32],[-41,30],[-35,22],[-31,19],[-27,14],[-22,11],[-62,25],[-73,30],[-51,23],[-18,9],[-9,6],[-8,7],[-11,11],[-10,13],[-18,28],[-42,72],[-32,50],[-24,32],[-17,21],[-14,18],[-37,49],[-9,16],[-3,10],[-2,12],[0,11],[1,12],[4,20],[12,46],[5,28],[1,22],[0,16],[-21,22],[-43,44],[0,15],[-1,16],[-1,7],[-3,12],[-5,17],[-4,11],[-4,11],[-10,34],[-6,19],[-3,8],[-1,8],[0,17],[0,8],[0,8],[-1,6],[0,4],[-2,9],[-3,8],[-6,11],[-9,12],[-13,16],[-10,14],[-9,9],[-8,7],[-13,11],[-8,5],[-10,6],[-15,9],[-12,6],[-10,3],[-11,3],[-16,3],[-446,76],[-12,10],[-24,18],[-11,10],[-9,6],[-25,26],[-17,19],[-35,38],[-19,18],[-15,11],[-18,13],[-15,9],[-20,10],[-53,26],[-33,18],[-29,19],[-47,32],[-1,9],[2,7],[1,6],[-1,3],[-7,5],[-5,2],[-20,9],[-5,0],[-7,-4],[-3,-2],[-5,-3],[-4,1],[-41,15],[-164,113],[-1,3],[-4,9],[-2,4],[-2,4],[-3,3],[-17,15],[-55,35],[-47,30],[-50,29],[-53,36],[-52,38],[-34,25],[-42,26],[-59,41],[-22,15],[-14,7],[-11,5],[-11,5],[-11,3],[-14,4],[-30,6],[-43,10],[-21,6],[-13,7],[-18,13],[-23,23],[-22,25],[-29,36],[-26,41],[-26,34],[-22,27],[-15,18],[-15,16],[-11,11],[-14,13],[-14,10],[-18,17],[-13,12],[-12,12],[-21,30],[-18,30],[-18,30],[-18,27],[-18,22],[-34,39],[-39,42],[-23,23],[-23,21],[-13,10],[-16,11],[-13,7],[-12,6],[-10,3],[-29,7],[-59,7],[-65,15],[-102,30],[-26,11],[-42,16],[-90,23],[-52,14],[-11,7],[-10,4],[-12,4],[-22,7],[-16,3],[-20,4],[-36,2],[-68,2],[-32,1],[-21,1],[-15,1],[-16,2],[-40,12],[-52,15],[-62,17],[-60,17],[-90,28],[-28,8],[-60,22],[-33,15],[-12,9],[-12,11],[-7,7],[-11,15],[-40,54],[-137,37],[-9,1],[-66,-3],[-102,-11],[-20,-2],[-15,0],[-16,0],[-17,1],[-7,1],[-12,4],[-37,24],[-33,24],[-28,18],[-22,9],[-10,3],[-14,2],[-11,1],[-15,-2],[-51,-11],[-49,-13],[-18,-1],[-26,1],[-16,2],[-19,2],[-12,1],[-17,2],[-30,1],[-37,1],[-15,-1],[-18,-1],[-12,-3],[-15,-4],[-49,-26],[-31,-19],[-38,-21],[-38,-9],[-22,-6],[-27,-5],[-51,-6],[-33,-1],[-20,3],[-51,-2],[-66,1],[-69,5],[-92,13],[-76,11],[-41,7],[-56,11],[-19,4],[-70,18],[-71,22],[-40,12],[-51,17],[-6,5],[-1,1],[-4,7],[-6,10],[-4,5],[-9,4],[-11,3],[-8,-4],[-6,-5],[-5,-4],[0,-1],[-7,-1],[-64,17],[-103,29],[-39,11],[-32,10],[-26,9],[-17,6],[-10,5],[-27,18],[-36,33],[-30,29],[-26,26],[-8,9],[-7,7],[-4,6],[-10,18],[-5,10],[-7,7],[-14,14],[-12,14],[-1,1],[-73,54],[-3,1],[-16,12],[-14,11],[-14,10],[-13,7],[-15,5],[-11,3],[-9,2],[-25,2],[-51,1],[-83,-5],[-88,-3],[-152,-5],[-110,2],[-15,0],[-17,0],[-70,-1],[-73,0],[-26,0],[-12,0],[-13,0],[-10,1],[-11,1],[-10,0],[-9,2],[-10,2],[-17,10],[-39,29],[-9,7],[-43,35],[-27,19],[-16,12],[-11,6],[-5,3],[-8,3],[-14,5],[-12,3],[-13,3],[-13,2],[-14,1],[-8,1],[-18,-2],[-23,-3],[-16,-4],[-36,-12],[-32,-16],[-21,-12],[-4,-3],[-8,-5],[-22,-21],[-18,-15],[-5,-5],[-2,-2],[-4,-2],[-7,-2],[-38,-1],[-109,5],[-70,3],[-57,1],[-6,0],[-10,4],[-5,3],[-3,3],[-5,3],[-6,5],[-17,14],[-43,43],[-21,20],[-18,15],[-13,11],[-11,9],[-9,5],[-9,6],[-17,7],[-11,4],[-13,4],[-11,3],[-11,2],[-18,2],[-14,1],[-17,1],[-61,5],[-57,5],[-65,5],[-30,2],[-26,2],[-36,-2],[-27,-4],[-10,-2],[-9,-3],[-6,-2],[-6,-4],[-5,-5],[-8,-10],[-10,-11],[-10,-15],[-169,-74],[-3,1],[-4,0],[-11,0],[-49,0],[-41,1],[-33,1],[-28,1],[-29,3],[-30,5],[-21,3],[-32,7],[-31,8],[-46,16],[-34,10],[-51,18],[-22,9],[-30,13],[-19,7],[-19,5],[-18,6],[-19,5],[-31,7],[-43,12],[-37,11],[-1,2],[-3,0],[-4,0],[-5,0],[-5,-2],[-18,-5],[-18,-3],[-8,0],[-3,0],[-5,2],[-3,2],[-2,2],[-2,3],[-3,4],[-5,7],[-8,11],[-12,20],[-7,12],[-12,22],[-22,48],[-17,28],[-25,13],[-1,2],[-6,8],[-16,21],[-14,15],[-15,17],[-11,10],[-9,5],[-11,8],[-18,11],[-10,5],[-16,7],[-11,4],[-19,6],[-19,5],[-42,10],[-8,4],[-9,7],[-3,4],[-6,9],[-2,9],[-3,14],[0,17],[0,32],[-4,37],[-7,27],[-6,16],[-5,13],[-14,29],[-15,26],[-11,16],[-18,21],[-23,28],[-10,11],[-17,14],[-2,2],[-14,10],[-9,6],[-9,5],[-24,10],[-28,9],[-26,6],[-19,4],[-19,3],[-21,2],[-34,1],[-40,1],[-51,0],[-46,0],[-47,4],[-25,3],[-6,-1],[-8,-3],[-12,-10],[-30,-3],[-77,-5],[-45,-2],[-56,-2],[-71,0],[-59,-2],[-43,2],[-60,9],[-4,2],[-102,29],[-51,16],[-12,4],[1,4],[37,171],[24,111],[79,333],[1,2],[0,0],[79,334],[46,193],[8,37],[23,94],[62,-3],[-2,-7],[228,-32],[571,-95],[519,-106],[482,-124],[515,-152],[588,-245],[608,-254],[536,-219]],[[527840,397181],[-74,-174],[50,-32],[4,9],[19,-12],[40,14],[33,-2],[22,-5],[17,-7],[27,-19],[96,-67],[61,-37],[34,-17],[82,-27],[20,-1],[16,12],[1,0],[47,-16],[62,-19],[16,4],[43,11],[79,26],[95,28],[41,9],[19,6],[10,26],[1,68],[11,53],[24,116],[33,166],[16,85],[42,123],[8,44],[-6,31],[-40,32],[-7,3],[-17,6],[-62,23],[-55,16],[-38,7],[-41,12],[0,0],[-35,12],[-34,11],[-62,17],[-97,25],[-49,11],[-3,1],[-49,10],[-47,17],[-46,20],[-142,84],[-12,9],[-23,-396],[-32,-62],[-98,-254]],[[529786,396831],[-14,-150],[89,-21],[46,1],[127,78],[103,65],[45,27],[13,9],[40,25],[27,14],[230,-69],[48,-12],[67,-9],[4,20],[-1,67],[-2,75],[-8,10],[-19,21],[-20,15],[-200,69],[-73,23],[-15,4],[-18,6],[-10,3],[-88,18],[-87,18],[-78,16],[-44,10],[-84,15],[-36,5],[-19,3],[-19,-1],[0,-52],[-8,-16],[6,-13],[3,-89],[-5,-168],[0,-17]],[[466560,402755],[563,-96],[2,6],[10,2],[9,0],[21,-6],[143,-23],[859,-71],[142,4],[434,-1],[142,-6],[140,0],[37,1],[0,0],[81,4],[1,-23],[3,-288],[-2,-138],[0,0],[-7,-1],[-34,-6],[-42,-9],[-35,-14],[-13,-4],[-29,-15],[-16,-5],[-16,-1],[-19,0],[-68,5],[-62,3],[-51,1],[-35,-2],[-36,-5],[-37,-7],[-44,-12],[-36,-16],[-95,-43],[-45,-18],[-14,-6],[-17,-9],[-24,-15],[-38,-6],[-22,-15],[-24,-18],[-20,-14],[-41,-30],[-60,-37],[-76,-39],[-41,-18],[-66,-22],[-44,-12],[-43,-12],[-43,-12],[-42,-12],[-46,-11],[-42,-12],[-39,-10],[-39,-11],[-39,-11],[-45,-13],[-36,-12],[-34,-10],[-43,-14],[-39,-12],[-38,-12],[-33,-11],[-34,-12],[-32,-10],[-32,-11],[-27,-10],[-28,-11],[-21,-8],[-36,-15],[-35,-19],[-22,-12],[-25,-19],[-16,-11],[-30,-21],[-21,-14],[-9,-5],[-44,-4],[-51,-5],[-41,-6],[-37,-3],[-39,-1],[-34,-2],[-32,-5],[-31,-7],[-31,-10],[-33,-11],[-31,-14],[-29,-16],[-30,-17],[-35,-22],[-34,-19],[-38,-20],[-36,-15],[-43,-13],[-44,-13],[-42,-12],[-88,-20],[-52,-11],[-46,-9],[-48,-9],[-54,-9],[-44,-8],[-57,-9],[-42,-6],[-27,2],[-25,11],[-19,17],[-14,26],[-17,36],[-17,45],[-15,35],[-17,31],[-16,25],[-21,23],[-26,22],[-28,18],[-22,8],[-34,10],[-32,5],[-25,0],[-29,-4],[-25,-7],[-26,-10],[-26,-15],[-38,-33],[-28,-33],[-35,-44],[-34,-45],[-40,-54],[-31,-36],[-20,-31],[-13,-21],[-8,-13],[-31,-32],[-73,-74],[-11,-14],[-10,-6],[-20,-5],[-17,-4],[-39,-3],[-23,-1],[-92,-12],[-35,-10],[-27,-12],[-17,-13],[-20,-23],[-29,-46],[-27,-58],[-12,-39],[-10,-33],[-16,-29],[-19,-20],[-39,-26],[-57,-42],[-34,-29],[-47,-42],[-36,-35],[-30,-22],[-31,-11],[-28,-3],[-26,2],[-31,9],[-29,18],[-67,53],[-170,111],[-26,12],[-28,13],[-3,3],[-9,9],[-39,59],[-23,31],[-28,39],[-19,19],[-22,19],[-24,15],[-25,13],[-42,14],[-33,4],[-40,-3],[-29,-6],[-16,-4],[-23,-10],[-38,-18],[-34,-18],[-43,-26],[-42,-30],[-38,-29],[-58,-51],[-60,-45],[-41,-24],[-51,-27],[-41,-19],[-41,-18],[-43,-21],[-67,-31],[-54,-24],[-38,-18],[-41,-19],[-58,-26],[-13,-4],[-17,-8],[-63,-32],[-72,-34],[-116,-51],[-101,-42],[-55,-23],[-10,-6],[-62,-24],[-72,-33],[-56,-27],[-147,-79],[-98,-62],[-8,-5],[-84,-47],[-40,-17],[-17,-5],[-32,-13],[-25,-11],[-26,-8],[-3,-2],[-29,-7],[-29,-13],[-22,-12],[-64,-40],[-45,-30],[-25,-21],[-24,-23],[-20,-28],[-32,-57],[-23,-40],[-27,-37],[-34,-33],[-52,-37],[-9,8],[-42,77],[-8,-2],[-11,-4],[13,-21],[29,-57],[13,-18],[-16,-5],[-42,-11],[-32,-8],[-23,-6],[-7,-3],[-20,-7],[-19,-10],[-44,-34],[-8,-6],[-27,-20],[-39,-26],[-43,-26],[-46,-24],[-32,-15],[-46,-15],[-55,-15],[-51,-13],[-63,-14],[-56,-12],[-59,-14],[-24,-7],[-51,-15],[-85,-17],[-54,-30],[-72,-53],[-19,-25],[-40,-72],[-29,-53],[-16,-39],[-19,-59],[-11,-34],[-13,-40],[-15,-37],[-25,-56],[-21,-40],[-22,-38],[-19,-27],[-18,-23],[-20,-27],[-22,-26],[-22,-27],[-27,-32],[-27,-34],[-23,-28],[-29,-33],[-24,-29],[-20,-23],[-17,-20],[-11,-11],[-65,-85],[-8,-5],[-9,-8],[-11,-11],[-11,-14],[-27,-35],[-36,-41],[-30,-33],[-27,-30],[-28,-31],[-28,-26],[-18,-17],[-19,-18],[-11,-11],[-2,-4],[-7,-8],[-34,-34],[-68,-73],[-74,-78],[-82,-84],[-69,-66],[-47,-47],[-25,-22],[-4,-7],[-15,-22],[-55,-60],[-56,-65],[-57,-62],[-53,-62],[-41,-46],[-42,-47],[-44,-44],[-99,-106],[-71,-76],[-66,-76],[-44,-45],[-42,-32],[-73,-52],[-69,-42],[-75,-33],[-66,-22],[-16,-6],[-7,-7],[-33,-41],[-23,-26],[-30,-8],[-41,8],[-21,6],[-13,0],[-14,-2],[-22,-6],[-35,-15],[-49,-21],[-34,-18],[-32,-23],[-24,-23],[-17,-21],[-7,-7],[-17,-31],[-12,-27],[-8,-28],[-9,-32],[-11,-44],[-11,-43],[-8,-33],[-6,-32],[-4,-43],[1,-42],[3,-36],[4,-41],[2,-37],[2,-32],[0,-48],[-2,-47],[-5,-55],[-7,-52],[-5,-36],[-5,-26],[-1,-13],[-1,-12],[2,-15],[7,-20],[6,-21],[6,-14],[4,-9],[-3,-12],[-4,-18],[23,-18],[6,1],[3,-7],[6,-8],[12,-20],[9,-21],[9,-18],[9,-16],[7,-15],[8,-15],[10,-10],[34,-28],[35,-27],[39,-31],[30,-24],[40,-33],[29,-22],[27,-21],[29,-20],[38,-30],[23,-20],[25,-22],[17,-17],[19,-23],[13,-19],[8,-15],[9,-20],[6,-18],[4,-20],[5,-28],[1,-33],[-4,-31],[-4,-17],[-15,-36],[-20,-40],[-33,-52],[-47,-79],[-26,-43],[-27,-48],[-19,-30],[-13,-22],[-41,-66],[-29,-38],[-5,-8],[-3,-7],[-2,-5],[0,-1],[-69,-127],[-9,-16],[-18,-31],[-44,-73],[-22,-37],[-21,-37],[-54,-85],[-66,-103],[-38,-59],[-25,-34],[-21,-21],[-18,-13],[-31,-14],[-51,-14],[-66,-18],[-61,-14],[-88,-22],[-78,-21],[-21,-7],[-12,-5],[-10,-8],[-6,-5],[-10,-8],[-3,-3],[-2,-2],[-50,-16],[-44,-18],[-94,-34],[-139,-47],[-55,-21],[-12,-5],[-51,-38],[-60,-46],[-40,-36],[-46,-42],[-30,-31],[-21,-21],[-28,-29],[-30,-52],[-35,-42],[-40,-50],[-33,-48],[-23,-40],[-20,-40],[-18,-43],[-8,-18],[-20,-40],[-26,-68],[-23,-52],[-61,-113],[-24,-47],[-10,-18],[-25,-41],[-24,-22],[-28,-23],[-13,-11],[-30,-37],[-28,-39],[-18,-28],[-7,-15],[-9,-21],[-8,-22],[-4,-18],[-3,-12],[-5,-43],[-17,-53],[-12,-33],[-9,-19],[-9,-27],[-14,-27],[-17,-33],[-22,-43],[-42,-84],[-31,-66],[-21,-49],[-20,-52],[-15,-44],[-11,-44],[-8,-47],[-6,-38],[-4,-56],[-3,-51],[3,-12],[7,-15],[5,-15],[2,-17],[-2,-24],[-5,-31],[-6,-35],[-12,-50],[-4,-27],[-20,-55],[-5,-4],[-4,-9],[-4,-12],[-6,-10],[-7,-9],[-12,-9],[-10,-4],[-13,-4],[-20,-7],[-7,-3],[-3,-2],[-18,-22],[-29,-58],[-7,-18],[-2,-14],[1,-11],[2,-19],[5,-32],[1,-21],[-4,-17],[-55,-124],[-60,-128],[-15,-29],[-19,-29],[-18,-26],[-36,-51],[-49,-56],[-82,-63],[-89,-55],[-48,-24],[-4,-3],[-20,-16],[-17,-21],[-13,-23],[-8,-22],[-6,-21],[-4,-28],[-3,-29],[-3,-30],[-1,-4],[-8,-54],[-23,-116],[-29,-111],[-9,-38],[-4,-28],[-4,-32],[2,-26],[6,-32],[20,-56],[24,-54],[23,-62],[3,-13],[2,-10],[0,-16],[2,-19],[-1,-36],[-9,-46],[-12,-27],[-13,-17],[-14,-17],[-27,-21],[-21,-8],[-8,-4],[-53,-7],[-37,-7],[-26,-7],[-27,-9],[-25,-12],[-27,-17],[-22,-16],[-21,-26],[-16,-27],[-16,-33],[-20,-40],[-31,-61],[-37,-69],[-32,-54],[-28,-48],[-15,-27],[-11,-20],[-3,-7],[-4,-10],[-9,-20],[-6,-19],[-8,-24],[-5,-26],[-5,-30],[-5,-52],[-5,-56],[-5,-65],[-4,-72],[-3,-45],[-3,-45],[-4,-21],[-1,-21],[-2,-22],[3,-30],[3,-42],[2,-56],[0,-34],[-4,-29],[-2,-7],[-11,-48],[-9,-37],[-9,-43],[-4,-41],[0,-10],[2,-39],[34,-150],[16,-73],[5,-49],[5,-73],[10,-72],[13,-53],[5,-43],[-16,-36],[-11,-18],[-22,-29],[-37,-27],[-52,-29],[-5,-4],[-4,2],[-32,31],[-13,17],[-5,11],[-1,18],[0,17],[-2,13],[-27,43],[-63,90],[-17,22],[-10,8],[-11,-10],[-65,-57],[49,-78],[10,-14],[3,-4],[0,-12],[-2,-7],[-16,-18],[-110,-118],[-4,-5],[23,-28],[-51,-55],[-94,-102],[-69,-77],[-20,-14],[-20,-2],[-14,15],[-14,-21],[-52,-43],[29,-37],[31,-85],[9,-31],[6,-42],[0,-50],[-14,-17],[-62,-28],[-46,-12],[-47,-7],[-67,-8],[-39,-4],[-30,-4],[-35,-10],[-35,-15],[-38,-21],[-35,-25],[-34,-33],[-46,-52],[-40,-49],[-31,-40],[-28,-45],[-27,-44],[-34,-58],[-16,-31],[-27,-45],[-23,-31],[-35,-41],[-113,-105],[-39,-37],[-32,-30],[-8,-8],[-16,-18],[-23,-33],[-16,-29],[-15,-31],[-9,-28],[-10,-34],[-7,-33],[-4,-33],[-1,-35],[5,-49],[15,-85],[2,-30],[1,-10],[-2,-23],[-5,-21],[-10,-20],[-29,-62],[-8,-23],[-18,-34],[-24,-28],[-26,-32],[-19,-28],[-33,-47],[-77,-112],[-89,-121],[-53,-75],[-62,-74],[-91,-89],[-105,-95],[-79,-72],[-98,-81],[-78,-68],[-41,-37],[-126,-110],[-102,-85],[-77,-68],[-14,-13],[-33,-31],[-1,-1],[-144,-155],[-1,1],[-50,-56],[-24,-27],[-36,-47],[-55,-73],[-81,-111],[-52,-73],[-91,-125],[-15,-18],[-132,-190],[-189,-263],[-13,-19],[-15,-20],[-17,-23],[-147,-207],[-146,-208],[-293,-409],[-133,-186],[-190,-271],[-93,-126],[-124,-180],[-113,-160],[-382,-536],[-46,-66],[-9,-11],[-2,-7],[-22,-59],[-184,-249],[-174,-247],[-52,-76],[-35,-57],[-75,-121],[-43,-72],[-23,-33],[-114,-151],[-1,-1],[-4,-6],[-21,-29],[-34,-44],[-40,-56],[-35,-45],[0,0],[-1,-2],[-84,-103],[-94,-120],[-92,-132],[-37,-52],[-70,-104],[-57,-99],[-39,-74],[-59,-130],[-53,-122],[-52,-127],[-12,-27],[-16,-14],[-13,-29],[-30,-77],[-13,-42],[-42,-123],[-12,-43],[-2,-22],[2,-80],[-2,-12],[-91,-307],[-31,-111],[-64,-193],[-37,-102],[-52,-133],[-49,-117],[-42,-97],[-52,-107],[-30,-59],[-22,-52],[-37,-80],[-283,-532],[-55,-104],[-171,-323],[-73,-132],[-11,-15],[-66,-131],[-26,-43],[-148,-279],[-65,-117],[-19,-39],[-72,-106],[-95,-137],[-55,-74],[-65,-80],[-80,-94],[-70,-75],[-46,-44],[-86,-82],[-70,-66],[-15,-10],[-61,-51],[-238,-198],[-123,-99],[-116,-96],[-83,-63],[-36,-25],[-101,-70],[-176,-108],[-81,-40],[-66,-24],[-117,-26],[-96,-12],[-73,-5],[-51,-8],[-42,-15],[-42,-21],[-41,-24],[-354,-269],[-170,-128],[-29,-19],[-10,-13],[-141,-106],[-130,-102],[-207,-157],[-69,-51],[-155,-119],[-94,-72],[15,-12],[16,1],[-23,-18],[-5,-4],[-25,-30],[-16,-27],[-5,-12],[-15,-36],[-11,-43],[-9,-54],[-2,-25],[-5,-58],[-13,-56],[-16,-42],[-17,-35],[-27,-38],[-34,-36],[-115,-120],[-128,-124],[-67,-66],[-12,-13],[-23,-24],[-10,5],[-3,-1],[-29,-29],[-7,-6],[-6,1],[-11,10],[-41,42],[-91,112],[-63,73],[-199,236],[-45,52],[-98,32],[-38,4],[-25,-1],[-67,-1],[-199,-10],[-158,-4],[-119,-5],[-61,1],[-73,4],[-82,9],[-73,9],[-47,8],[-19,3],[-64,8],[-43,7],[-66,4],[-49,11],[-16,12],[-18,10],[-42,41],[-31,60],[-5,14],[-24,68],[-1,6],[-14,46],[-22,86],[10,54],[4,31],[-2,12],[-3,18],[-29,44],[-43,51],[-72,60],[-79,59],[-56,35],[-83,52],[-57,34],[-75,35],[-55,21],[-99,27],[-30,13],[-38,18],[-60,26],[-52,24],[-196,47],[-63,12],[-129,31],[-38,12],[-37,15],[-41,26],[-21,17],[-47,44],[-46,41],[-40,36],[-36,29],[-60,43],[-55,30],[-82,50],[-82,43],[-58,25],[-47,15],[-92,35],[-38,21],[-45,34],[-65,57],[-63,52],[-56,52],[-22,35],[-154,128],[-32,28],[-25,24],[-32,29],[-37,64],[-30,51],[-86,207],[-114,261],[-37,77],[-34,79],[-32,67],[-30,59],[-9,18],[-35,64],[-52,76],[-47,75],[-53,77],[-121,174],[-116,163],[-45,56],[-35,49],[-13,24],[-53,55],[-113,113],[-87,88],[-17,26],[-73,97],[-78,115],[-165,282],[-111,181],[-138,231],[-22,37],[-89,187],[-17,58],[-33,156],[-10,68],[-22,112],[-33,85],[-5,10],[-34,64],[-17,21],[-8,9],[-3,6],[-34,47],[4,2],[65,54],[27,16],[26,18],[-1,-1],[407,-488],[374,-602],[295,-525],[354,-583],[373,-551],[420,-523],[446,-452],[358,-279],[396,-207],[385,-155],[389,-189],[408,-99],[847,-82],[498,78],[482,95],[524,174],[490,271],[424,185],[404,421],[377,506],[350,478],[307,537],[342,508],[284,534],[283,572],[292,649],[272,637],[249,646],[287,608],[323,603],[365,587],[338,529],[331,497],[346,460],[384,515],[424,464],[389,383],[431,409],[428,413],[328,330],[95,96],[335,361],[299,392],[268,350],[257,349],[229,340],[233,361],[222,379],[128,232],[18,38],[266,556],[29,68],[173,397],[190,479],[0,1],[4,8],[6,3],[43,-16],[30,95],[35,126],[62,216],[67,238],[143,483],[20,73],[-15,7],[-5,7],[0,7],[7,3],[3,0],[168,782],[155,775],[109,606],[136,588],[175,572],[216,580],[281,665],[319,629],[321,529],[-3,12],[190,299],[17,26],[301,481],[145,249],[154,280],[143,270],[21,45],[33,62],[42,78],[131,238],[104,179],[3,2],[3,-1],[16,-10],[248,465],[347,488],[351,425],[366,439],[385,388],[440,387],[467,363],[463,319],[23,12],[482,251],[-9,20],[-8,19],[1,2],[9,6],[328,174],[230,113],[145,66],[262,112],[310,122],[324,116],[159,49],[374,101],[15,0],[561,130],[574,112],[466,50],[102,11],[584,45],[442,14],[439,-7],[571,-17],[581,-54]],[[466710,402402],[-3,-37],[-4,-52],[-1,-15],[-21,-26],[-13,-12],[-28,-21],[-42,-24],[1,-12],[18,12],[192,4],[0,25],[0,118],[7,0],[-1,27],[-37,5],[-44,4],[-24,4]],[[466405,402330],[-14,54],[-87,-19],[21,-160],[95,3],[-4,80],[-11,42]],[[464765,401985],[28,-44],[89,15],[7,2],[0,20],[7,12],[17,7],[6,-1],[29,6],[13,4],[51,11],[91,23],[9,3],[38,20],[-21,122],[-2,2],[-14,-1],[-88,-13],[-240,-63],[11,-51],[-96,-4],[5,-13],[8,-3],[26,-1],[15,-3],[11,-50]],[[459366,400173],[-11,-2],[-10,1],[71,-43],[76,-56],[16,-21],[24,-23],[8,17],[7,14],[7,8],[11,10],[19,13],[-16,44],[-8,15],[-17,33],[-13,23],[-16,22],[-25,32],[-14,11],[-51,-48],[-43,-41],[-8,-6],[-7,-3]],[[449319,382883],[10,-1],[4,1],[5,5],[12,18],[8,15],[8,10],[11,7],[8,2],[15,0],[13,-5],[35,-17],[111,-46],[5,20],[-118,52],[-34,20],[-14,19],[-34,62],[-77,-127],[6,-12],[2,-5],[19,-16],[5,-2]],[[449253,382732],[2,-4],[65,106],[-8,-6],[-8,-2],[-11,1],[-15,6],[-16,9],[-10,14],[-8,7],[-6,2],[-2,-2],[-4,-6],[-2,-10],[-3,-3],[-18,-15],[-10,-6],[0,-7],[-3,-13],[-4,-19],[2,-13],[5,-8],[19,-15],[35,-16]],[[448444,381266],[162,-83],[82,187],[-165,87],[-32,-76],[-47,-115]],[[447793,380336],[220,-419],[-12,66],[0,13],[3,8],[11,13],[11,11],[0,1],[1,3],[-4,12],[-15,25],[-24,33],[-1,5],[1,5],[10,23],[-37,61],[-77,138],[-2,7],[0,11],[-29,51],[-56,-66],[0,-1]],[[447146,379011],[44,-27],[10,9],[7,3],[15,1],[-12,12],[-4,8],[0,11],[3,18],[5,19],[8,18],[-108,60],[-3,-2],[-49,-73],[84,-57]],[[447198,378962],[-11,-68],[-6,-25],[-1,-1],[-44,30],[-91,-94],[46,-52],[51,-53],[36,45],[3,-3],[26,-18],[7,-3],[24,36],[25,47],[10,25],[2,3],[4,19],[1,25],[-6,94],[-1,0],[-10,1],[-13,2],[-13,5],[-16,0],[-15,-4],[-4,-3],[-4,-8]],[[518285,403166],[118,-52],[132,-57],[46,-19],[18,-4],[34,-4],[62,-35],[44,-25],[4,-2],[55,-32],[3,-13],[23,-88],[9,-40],[1,-1],[7,-30],[4,-12],[80,-85],[83,-23],[53,-16],[88,-24],[54,-16],[14,-3],[4,-1],[63,-25],[161,-66],[135,-53],[134,-54],[52,-21],[41,-26],[150,-93],[54,-34],[92,-56],[56,-35],[73,-45],[9,-4],[63,-28],[71,-31],[32,-5],[92,-13],[48,-7],[8,2],[43,10],[23,5],[42,10],[40,10],[14,3],[11,7],[89,57],[15,10],[36,23],[4,3],[3,5],[19,20],[12,12],[29,33],[32,38],[18,23],[23,38],[10,17],[15,25],[14,22],[20,25],[23,30],[7,8],[137,118],[19,19],[15,13],[34,27],[19,15],[52,35],[32,19],[43,22],[41,14],[91,25],[12,4],[10,2],[49,7],[49,6],[55,3],[44,-1],[30,-1],[26,-2],[7,-1],[-5,-20],[35,-7],[28,-8],[6,-3],[23,-10],[8,-7],[5,6],[7,8],[55,-19],[9,-4],[74,-30],[53,-23],[18,-10],[19,-11],[52,-33],[4,-2],[4,-3],[5,-3],[4,-3],[4,-3],[4,-3],[4,-3],[4,-3],[4,-3],[4,-3],[4,-3],[4,-3],[5,-4],[4,-3],[4,-4],[4,-3],[4,-4],[5,-3],[4,-4],[4,-4],[4,-3],[4,-4],[4,-4],[4,-4],[3,-3],[4,-4],[4,-4],[4,-4],[3,-3],[4,-4],[4,-4],[3,-4],[4,-4],[6,-8],[71,-112],[6,-10],[6,-11],[38,-68],[25,-44],[12,6],[23,-51],[7,-15],[6,-14],[16,-40],[7,-20],[22,-73],[1,-2],[1,-3],[1,-2],[1,-3],[1,-2],[1,-2],[1,-3],[1,-2],[1,-2],[1,-3],[1,-3],[2,-2],[1,-3],[1,-2],[2,-3],[1,-2],[2,-3],[1,-2],[2,-2],[2,-3],[1,-2],[2,-2],[2,-3],[1,-2],[2,-2],[2,-2],[2,-2],[2,-2],[1,-2],[2,-2],[2,-2],[2,-2],[2,-2],[2,-1],[2,-2],[1,-2],[2,-1],[2,-2],[2,-2],[2,-1],[2,-2],[3,-1],[2,-1],[2,-2],[2,-1],[2,-1],[2,-2],[2,-1],[2,-1],[3,-1],[2,-1],[2,-1],[2,-1],[3,-1],[2,-1],[3,-1],[2,-1],[3,-1],[2,-1],[3,-1],[3,-1],[2,0],[3,-1],[39,-1],[19,2],[9,2],[39,11],[112,37],[92,30],[8,-12],[4,-1],[46,13],[20,6],[46,12],[39,11],[58,20],[4,1],[4,1],[5,2],[5,0],[67,8],[79,9],[120,14],[59,5],[102,8],[107,8],[43,3],[87,2],[69,0],[97,0],[116,-21],[69,-18],[70,-17],[16,-4],[0,-15],[30,-20],[29,-16],[15,-9],[23,-12],[53,-26],[53,-25],[75,-36],[79,-46],[23,-14],[4,-23],[4,-4],[40,-42],[30,-30],[11,-13],[23,-24],[3,-3],[3,-3],[3,-3],[4,-2],[82,-62],[106,-80],[71,-52],[191,-134],[85,-61],[30,-21],[7,-15],[7,-14],[74,-44],[60,-39],[14,-11],[100,-70],[99,-70],[14,-10],[0,0],[3,8],[19,-15],[9,-7],[153,-117],[90,-69],[31,-24],[30,-23],[17,-25],[10,-17],[18,-26],[54,-24],[35,-14],[98,-41],[26,-12],[85,-40],[4,9],[54,-28],[302,-156],[2,-10],[6,-17],[16,-10],[32,-9],[46,-8],[22,-5],[11,-5],[37,-7],[2,1],[27,-10],[1,0],[78,-20],[481,-173],[96,-46],[710,-341],[31,-13],[21,-10],[15,-7],[17,-8],[23,-8],[24,-8],[30,-10],[65,-20],[46,-12],[34,-9],[15,-6],[11,-4],[6,-2],[19,-6],[47,-14],[166,-97],[4,-2],[138,-42],[44,-4],[8,-1],[142,-13],[134,-135],[5,-4],[34,-27],[57,-47],[36,-31],[6,-4],[6,-4],[0,0],[1,-1],[2,-1],[0,1],[0,0],[3,-1],[2,-1],[3,-1],[2,0],[3,-1],[2,-1],[2,-1],[3,-1],[3,-1],[2,0],[3,-1],[1,2],[2,0],[41,0],[71,19],[2,-20],[4,-35],[104,-78],[60,-44],[-8,-66],[4,-26],[-19,-107],[-5,-3],[-9,-17],[-11,-26],[-15,-39],[0,-25],[-13,-28],[-13,-33],[-1,-30],[-515,230],[-416,137],[-416,61],[-433,98],[-422,117],[-15,1],[-219,54],[-223,57],[-246,60],[-351,76],[-6,-65],[-24,0],[-629,128],[-643,240],[-4,27],[-11,53],[-12,66],[-7,56],[11,6],[23,12],[23,15],[-1,15],[-11,18],[-11,13],[-7,0],[10,46],[9,2],[2,54],[-2,32],[-10,12],[-16,13],[-44,5],[-33,8],[-3,12],[31,117],[22,76],[3,9],[70,179],[19,50],[28,73],[-16,3],[-274,61],[-49,10],[-589,125],[-16,4],[-41,10],[-34,2],[-43,-15],[-26,-7],[-61,-14],[-29,-16],[-22,-22],[-71,-157],[-141,-307],[8,-48],[-9,-14],[85,-38],[1,-120],[-8,-5],[-6,-15],[-1,-28],[-7,-30],[0,-2],[-37,-18],[-17,-3],[-23,-14],[-16,-11],[-4,1],[-448,-19],[-544,171],[-496,183],[-495,195],[-484,219],[-494,251],[-403,183],[-399,184],[-423,162],[-394,68],[-433,134],[-395,122],[-427,103],[-433,106],[-426,40],[-128,17],[-66,9],[1,3],[9,38],[61,251],[10,45],[31,129],[0,0],[59,247],[48,213],[3,0],[35,-3],[12,-1],[23,-1],[17,-1],[27,1],[33,2],[15,2],[1,0],[45,0],[28,13],[35,17],[60,50],[69,59],[79,67],[25,0],[140,0],[33,-6],[40,-13],[44,-22],[72,-36],[5,-2],[66,-32],[121,-56]],[[486114,404154],[-29,-24],[-26,-13],[-19,-5],[-36,6],[-258,78],[129,-32],[51,-14],[70,-17],[40,2],[52,39],[35,38],[37,58],[63,106],[47,81],[20,29],[18,21],[23,19],[38,19],[69,6],[-15,-4],[-39,-17],[-37,-24],[-36,-39],[-38,-53],[-110,-193],[-25,-35],[-24,-32]],[[461258,403980],[-29,-99],[-47,-117],[-21,-62],[-10,-36],[-10,-44],[-4,-23],[-2,-10],[-12,-71],[2,-41],[4,-40],[-1,-17],[-3,-5],[-5,-14],[-12,-21],[-1,-8],[8,-5],[52,-44],[0,-1],[36,-114],[4,-9],[50,-146],[6,-11],[4,-4],[4,-2],[-539,-213],[-535,-230],[-507,-276],[-498,-321],[-487,-333],[-2,4],[-3,5],[-177,223],[-10,15],[-5,14],[6,11],[12,13],[34,38],[31,39],[48,74],[26,65],[40,87],[1,6],[6,2],[7,3],[7,8],[5,12],[1,11],[-2,8],[0,5],[6,13],[12,23],[7,16],[12,31],[11,26],[9,27],[8,23],[9,29],[12,33],[10,24],[19,51],[13,54],[8,52],[0,16],[1,41],[-4,40],[-9,64],[-12,52],[-12,40],[-22,45],[-22,39],[-29,40],[-31,40],[-15,18],[0,7],[5,8],[16,15],[20,23],[11,34],[83,110],[35,44],[73,84],[101,105],[112,110],[54,49],[44,25],[47,30],[32,28],[24,25],[16,15],[16,12],[27,29],[19,19],[3,5],[44,7],[31,-8],[24,-3],[22,2],[43,12],[63,22],[35,15],[44,19],[37,19],[41,22],[37,20],[31,20],[36,22],[28,21],[28,22],[30,22],[34,21],[39,17],[39,15],[23,9],[26,12],[30,18],[31,19],[30,23],[27,24],[32,24],[30,18],[60,21],[65,21],[70,23],[74,26],[19,6],[43,15],[36,12],[40,9],[50,11],[42,13],[37,20],[56,36],[19,13],[29,20],[23,19],[44,22],[28,10],[3,-5],[5,-15],[147,-497],[9,-33],[4,-26],[1,-20],[-2,-31],[-2,-21],[-6,-23]],[[496285,406236],[561,-63],[235,-38],[73,-11],[251,-41],[583,-85],[584,-128],[518,-146],[561,-143],[515,-129],[527,-92],[493,-107],[529,-87],[518,-53],[575,-57],[478,-36],[89,-7],[647,-15],[507,3],[119,1],[751,5],[767,50],[769,-15],[762,-29],[710,-116],[721,-113],[665,-232],[667,-257],[659,-276],[497,-260],[525,-331],[484,-345],[375,-225],[348,-218],[502,-269],[500,-246],[530,-182],[557,-186],[546,-177],[578,-119],[123,-17],[1,2],[59,-5],[-20,-82],[-9,-39],[-57,-238],[-37,-158],[0,0],[0,-1],[-80,-336],[-94,-395],[-1,-3],[-13,4],[-15,8],[-15,10],[-5,2],[-30,10],[-20,5],[-18,2],[-32,0],[-31,-1],[-33,-4],[-25,-6],[-23,-8],[-33,-19],[-28,-20],[-6,-5],[-23,-19],[-23,-27],[-31,-45],[-29,-44],[-11,-9],[-12,-14],[-6,-5],[-6,-6],[-7,-7],[-2,-2],[-10,-10],[-5,-4],[-12,-10],[-170,0],[-35,20],[-27,1],[-62,-1],[-24,0],[-59,0],[-26,0],[-8,0],[-17,1],[-11,0],[-48,-3],[-75,-3],[-43,-3],[-38,-1],[-70,-5],[-34,-6],[-18,-4],[-16,-8],[-14,-9],[-45,-35],[-21,-16],[-26,-20],[-44,-30],[-17,-9],[-31,-17],[-27,-11],[-16,-4],[-9,-3],[-79,-4],[-50,1],[-105,7],[-43,4],[-7,-1],[-22,16],[-25,3],[-7,0],[-6,1],[-23,4],[-20,8],[-20,12],[-41,26],[-4,2],[-25,18],[-55,42],[-13,7],[-13,7],[-8,5],[-33,10],[-10,3],[-6,2],[-10,2],[-14,2],[-13,2],[-16,-1],[-7,0],[-17,-2],[-29,-7],[-15,-2],[-9,-1],[-1,1],[-5,2],[-3,3],[-4,6],[-4,9],[-17,43],[-7,16],[-26,63],[-26,58],[-19,35],[-18,30],[-11,15],[-12,16],[-18,17],[-9,8],[-17,11],[-27,18],[-54,27],[-44,19],[-14,9],[-11,6],[-13,11],[-9,11],[-13,16],[-16,23],[-35,64],[-35,64],[-16,25],[-13,16],[-9,11],[-15,10],[-23,15],[-24,13],[-19,8],[-74,25],[-57,22],[-12,5],[-58,26],[-23,10],[-28,12],[-24,10],[-28,10],[-18,6],[-19,5],[-14,4],[-20,5],[-82,16],[-92,19],[-75,18],[-53,14],[-67,24],[-33,14],[-39,22],[-6,4],[-49,29],[-45,29],[-38,21],[-42,22],[-94,45],[-19,9],[-43,21],[-21,9],[-51,24],[-17,5],[-13,1],[-17,2],[-17,1],[-19,-3],[-23,-6],[-15,-6],[-7,-4],[-17,-12],[-23,-21],[-36,-39],[-20,-19],[-17,-12],[-16,-5],[-19,-3],[-18,-1],[-15,0],[-50,11],[-52,13],[-44,12],[-4,2],[-54,17],[-26,7],[-5,0],[-35,-9],[-29,-9],[-20,-7],[-47,-6],[-18,0],[-30,-2],[-30,1],[-6,-2],[-9,-3],[-20,-3],[-9,0],[-9,0],[-7,1],[-9,3],[-12,7],[-5,7],[-13,20],[-18,26],[-14,29],[-15,34],[-23,58],[-10,25],[-10,26],[-2,3],[-8,17],[-15,21],[-18,24],[-16,17],[-17,20],[-15,14],[-12,13],[-17,13],[-25,20],[-14,9],[-16,10],[-27,16],[-35,21],[-63,34],[-48,29],[-52,29],[-54,29],[-32,20],[-29,20],[-31,27],[-43,43],[-41,45],[-42,41],[-36,35],[-29,26],[-18,14],[-13,8],[-12,9],[-17,8],[-27,11],[-28,9],[-58,20],[-61,22],[-50,20],[-17,4],[-21,3],[-53,4],[-66,5],[-75,2],[-43,5],[-82,15],[-74,13],[-67,12],[-47,9],[-58,19],[-46,17],[-80,49],[-47,23],[-12,6],[-34,12],[-16,5],[-1,0],[-16,2],[-21,3],[-65,15],[-59,17],[-45,14],[-93,37],[-96,44],[-85,38],[-123,68],[-77,44],[-83,42],[-63,34],[-44,21],[-63,33],[-55,30],[-54,29],[-56,31],[-53,29],[-53,29],[-44,23],[-55,28],[-65,34],[-84,43],[-82,43],[-85,45],[-83,42],[-65,35],[-99,55],[-44,26],[-65,31],[-38,19],[-6,3],[-21,11],[-10,4],[-8,3],[-8,2],[-10,1],[-7,1],[-11,0],[-8,1],[-5,0],[-5,0],[-8,-1],[-7,-2],[-10,-2],[-7,-2],[-6,-2],[-5,-3],[-7,-3],[-5,-3],[-4,-4],[-23,-36],[0,0],[-174,-52],[-5,0],[-24,2],[-18,3],[-13,0],[-7,0],[-9,-1],[-10,-1],[-18,0],[-50,-3],[-48,-4],[-52,-4],[-49,-3],[-8,-1],[-6,-1],[-6,-1],[-6,-1],[-30,1],[-30,2],[-42,6],[-39,8],[-58,19],[-29,10],[-8,4],[-3,3],[-3,4],[-6,6],[-3,3],[-41,16],[-59,25],[-26,17],[-25,14],[-34,15],[-30,13],[-25,10],[-22,9],[-23,8],[-69,26],[-57,26],[-59,22],[-35,15],[-15,6],[-11,5],[-12,4],[-10,4],[-13,3],[-10,2],[-16,2],[-12,1],[-20,2],[-46,6],[-31,6],[-9,1],[-55,35],[-7,1],[-9,3],[-12,5],[-12,3],[-18,7],[-21,6],[-28,8],[-36,11],[-29,6],[-12,3],[-20,7],[-21,7],[-38,15],[-38,17],[-52,32],[-25,12],[-4,6],[-33,19],[-5,1],[-19,11],[-48,32],[-31,21],[-18,15],[-6,7],[-4,7],[-5,7],[-113,87],[-2,2],[-3,1],[-51,26],[-45,26],[-50,28],[-22,12],[-24,18],[-29,20],[-27,20],[-30,20],[-25,18],[-28,20],[-39,28],[-39,29],[-59,44],[-47,32],[-39,26],[-25,19],[-12,11],[-8,9],[-1,1],[-36,26],[52,492],[-51,-92],[-7,-12],[-46,-52],[-43,-9],[-6,-10],[-36,-60],[-244,214],[-91,-117],[-274,81],[-44,14],[-145,76],[-27,18],[-5,-18],[-9,-57],[-2,-16],[-2,-99],[13,-84],[16,-63],[29,-66],[-45,-37],[-35,-19],[-8,18],[-21,-18],[-29,-11],[-27,-11],[-37,-9],[-9,-6],[24,-64],[-3,0],[-21,-1],[-14,0],[-17,1],[-18,2],[-18,3],[-18,2],[-19,-2],[-19,-2],[-30,3],[-23,2],[-21,1],[-18,1],[-16,-1],[-23,-1],[-25,-1],[-18,-1],[-10,-2],[-20,-4],[-10,-2],[-13,-3],[-14,-3],[-10,0],[-11,-1],[-16,2],[-19,3],[-15,3],[-39,8],[-10,2],[-11,3],[-8,3],[-7,4],[-7,3],[-9,4],[-8,5],[-10,6],[-13,9],[-26,20],[-44,35],[-16,11],[-9,5],[-9,6],[-11,6],[-7,3],[-7,3],[-7,2],[-6,2],[-7,1],[-7,2],[-9,1],[-9,1],[-8,1],[-7,0],[-6,0],[-9,1],[-10,0],[-14,1],[-8,-2],[-10,-1],[-9,-2],[-9,-2],[-8,-3],[-8,-2],[-8,-3],[-8,-4],[-11,-5],[-9,-5],[-12,-8],[-13,-8],[-59,-47],[-42,-33],[-13,-8],[-5,-3],[-4,-1],[-2,-1],[-3,0],[-2,-1],[-5,-1],[-9,0],[-2,-1],[-3,0],[-4,0],[-6,1],[-6,1],[-9,2],[-12,5],[-15,4],[-11,4],[-13,5],[-13,3],[-17,4],[-16,4],[-13,2],[-16,2],[-13,2],[-15,1],[-13,0],[-16,0],[-14,0],[-17,-1],[-19,-2],[-17,-3],[-22,-4],[-23,-5],[-21,-5],[-26,-7],[-40,-13],[-42,-18],[-23,-9],[-17,-5],[-14,-3],[-20,-2],[-52,-22],[-49,-46],[-33,-55],[-3,-7],[-5,-8],[-18,-27],[-19,-33],[-30,-58],[-34,-65],[-28,-52],[-38,-71],[-42,-76],[-45,-82],[-44,-74],[-16,-32],[-12,-22],[-22,-27],[-23,-23],[-25,-18],[-62,-46],[-38,-29],[-22,-17],[-20,-15],[-23,-17],[-19,-13],[-20,-17],[-23,-20],[-50,-46],[-56,-52],[-17,-18],[-23,-22],[-38,-39],[-36,-41],[-29,-28],[-22,-24],[-18,-17],[-18,-17],[-23,-19],[-17,-12],[-17,-13],[-18,-10],[-18,-10],[-26,-12],[-48,-18],[-35,-13],[-30,-13],[-52,-27],[-19,-10],[-17,-10],[-15,-11],[-13,-8],[-16,-11],[-19,-15],[-16,-12],[-13,-13],[-13,-11],[-19,-17],[-23,-21],[-22,-21],[-24,-21],[-36,-28],[-32,-21],[-24,-10],[-19,-7],[-10,-6],[0,0],[0,0],[-125,8],[-15,-1],[-16,0],[-13,0],[-22,2],[-13,1],[-17,0],[-19,-1],[-18,-1],[-19,-3],[-20,-5],[-22,-7],[-32,-14],[-27,-14],[-20,-10],[-35,-18],[-11,-5],[-11,-3],[-17,-5],[-18,-4],[-13,-1],[-19,1],[-3,0],[0,0],[-57,3],[-52,4],[-26,-2],[-52,3],[-39,10],[-52,28],[-37,20],[-70,63],[-121,104],[-169,131],[-82,71],[-30,33],[-11,24],[-43,18],[-24,-6],[-13,-11],[-21,-13],[-48,-21],[-48,-11],[-47,-10],[-48,0],[-39,-8],[-26,-13],[-27,-31],[-20,-29],[-19,-35],[-5,-16],[-20,-31],[-24,-7],[-24,3],[-17,9],[-22,8],[-34,4],[-29,-3],[-30,-5],[-16,-9],[-30,-24],[-27,-37],[-26,-35],[-13,-50],[0,-63],[1,-13],[0,0],[0,-7],[0,-5],[-2,-7],[-3,-11],[-3,-8],[-5,-10],[-8,-12],[-5,-6],[-28,-29],[-42,-41],[-47,-48],[-57,-55],[-57,-54],[-56,-51],[-68,-67],[-34,-31],[-45,-73],[-13,-28],[-15,-26],[-11,-15],[-13,-14],[-11,-9],[-7,-7],[-4,-2],[-3,-3],[-5,-2],[-6,-1],[-8,-2],[-6,-1],[-9,1],[-7,2],[-6,4],[-23,13],[-30,13],[-19,8],[-20,6],[-25,4],[-14,1],[-23,-1],[-27,-6],[-47,-9],[-50,-13],[-8,-1],[-4,2],[-3,5],[-1,6],[-3,23],[-5,14],[-15,25],[-31,43],[-13,14],[-9,7],[-13,8],[-29,17],[-19,8],[-21,8],[-12,4],[-13,2],[-14,4],[-14,1],[-14,2],[-12,2],[-1,1],[-61,12],[-66,2],[-66,-22],[-19,-15],[-16,-12],[-9,-9],[-9,-10],[-5,-7],[-48,-27],[-61,-16],[-34,0],[-42,28],[-18,46],[-31,77],[-42,76],[-84,61],[-102,29],[-89,4],[-77,-13],[-54,-23],[-43,-39],[-66,-100],[-49,-35],[-68,-1],[-61,6],[-4,0],[-33,13],[-37,14],[-10,8],[-6,9],[-12,10],[-20,9],[-19,4],[-13,-5],[-7,-4],[-6,-2],[-8,0],[-15,7],[-17,16],[-15,11],[-14,12],[-11,8],[-26,24],[-24,22],[-32,35],[-17,24],[-30,34],[-3,3],[-5,8],[-5,6],[-23,34],[-29,36],[-21,24],[-29,38],[-45,58],[-42,55],[-20,26],[-22,30],[-19,29],[-15,24],[-26,40],[-38,68],[-27,59],[-25,58],[-10,24],[-17,37],[-16,43],[-11,29],[-9,22],[-7,18],[1,2],[-11,53],[-22,120],[-8,28],[-49,62],[-91,22],[-16,0],[-8,4],[-153,11],[-4,0],[-30,1],[-26,1],[-18,1],[-36,6],[-52,9],[-56,17],[-47,12],[-57,14],[-61,12],[-9,2],[-26,8],[-26,8],[-33,13],[-33,14],[-23,11],[-22,11],[-18,10],[-23,11],[-20,12],[-10,6],[-34,25],[-26,22],[-28,24],[-18,22],[-15,19],[-12,16],[-12,21],[-13,22],[-18,38],[-14,27],[-16,31],[-17,35],[-19,37],[-17,33],[-7,12],[-3,5],[-4,5],[-4,6],[-6,8],[-8,9],[-9,11],[-6,8],[-5,6],[-2,3],[-1,2],[0,2],[0,1],[1,4],[5,6],[-45,25],[-17,1],[-9,2],[-38,15],[-28,12],[-42,17],[-29,11],[-34,13],[-29,13],[-33,16],[-26,12],[-23,11],[-16,6],[-16,8],[-16,6],[-19,6],[-21,6],[-19,4],[-10,2],[-10,2],[-7,1],[-9,1],[-7,0],[-18,2],[-33,5],[-24,5],[-10,3],[-11,6],[-13,7],[-14,9],[-10,6],[-11,7],[-9,8],[-8,9],[-9,9],[-12,15],[-23,25],[-31,39],[-26,29],[-18,19],[-17,18],[-19,19],[-11,9],[-4,2],[-24,7],[-34,9],[-18,30],[-24,19],[-17,18],[-2,1],[-3,1],[-24,7],[-23,8],[-22,11],[-20,10],[-19,11],[-20,12],[-20,16],[-20,17],[-18,19],[-19,23],[-17,27],[-12,20],[-20,37],[-24,40],[-19,32],[-11,19],[-19,26],[-3,3],[-4,5],[-5,6],[-4,4],[-6,5],[-8,6],[-8,6],[-13,6],[-9,4],[-9,3],[-6,3],[-9,3],[-9,2],[-11,2],[-26,3],[-35,3],[-45,5],[-31,3],[-36,7],[-36,6],[-2,0],[-31,6],[-28,4],[-24,4],[-20,4],[-19,1],[-21,1],[-22,1],[-24,-1],[-28,0],[-25,-1],[-16,-1],[-21,-2],[-25,-3],[-21,-3],[-25,-4],[-24,-6],[-34,13],[-140,9],[-5,10],[-5,6],[-13,9],[-13,7],[-17,12],[-20,12],[-2,2],[-3,2],[-8,5],[-5,2],[-4,3],[-5,3],[-4,4],[-4,8],[-2,3],[-2,3],[-4,4],[-3,4],[-11,14],[-4,7],[-2,3],[-3,4],[-3,3],[-4,3],[-3,2],[-8,1],[-4,0],[-4,-1],[-4,-2],[-6,-3],[-10,-4],[-6,-3],[-8,-2],[-4,1],[-3,0],[-2,1],[-4,5],[-2,2],[-2,0],[-2,0],[-1,0],[-3,-1],[-4,0],[-3,1],[-2,1],[-1,1],[-2,3],[-12,23],[-9,17],[-11,19],[-13,19],[-6,8],[-5,5],[-11,8],[-13,9],[-4,4],[-43,33],[-31,22],[-15,10],[-15,10],[-29,20],[-28,19],[-28,18],[-33,21],[-36,22],[-33,19],[-20,10],[-18,10],[-26,12],[-23,12],[-24,10],[-23,10],[-23,9],[-27,10],[-30,11],[-29,10],[-96,30],[-5,2],[-2,1],[-1,1],[-3,1],[-1,1],[-2,2],[-1,2],[-29,54],[-21,43],[-2,-1],[0,10],[2,32],[0,96],[2,93],[25,24],[-2,3],[-10,238],[-2,8],[4,0],[353,0],[370,15],[353,15],[371,35],[357,0],[575,38],[583,15],[588,20],[593,-8],[565,-10],[577,-44],[549,-42]],[[496961,405896],[-28,-219],[246,-102],[75,-1],[28,37],[96,1],[30,182],[-28,9],[-64,16],[-86,13],[-118,27],[0,0],[-65,16],[-86,21]],[[482362,406045],[8,-65],[37,5],[22,9],[59,12],[793,73],[82,8],[198,19],[102,-5],[8,0],[61,5],[77,-4],[107,-12],[52,-6],[91,187],[18,34],[3,9],[37,92],[26,53],[43,53],[2,4],[36,17],[75,38],[57,34],[25,14],[323,189],[-19,-592],[63,-5],[33,-5],[-55,-143],[-11,-35],[37,-8],[94,-8],[101,-23],[185,-42],[199,-49],[51,-5],[-3,-42],[363,-120],[19,-4],[43,60],[319,22],[267,21],[69,27],[404,391],[73,302],[14,5],[461,-85],[444,-115],[666,-60],[0,-1],[529,-212],[-9,-9],[-3,-67],[-11,-20],[-4,-28],[-14,-100],[-25,-226],[0,-41],[1,-33],[4,-12],[8,-6],[98,11],[347,46],[26,-7],[68,-63],[37,-34],[30,-12],[107,8],[67,3],[-35,-6],[-78,-21],[-72,-20],[-77,-26],[-90,7],[-4,0],[-1,0],[-2,-1],[-12,-4],[-17,-7],[-12,-4],[-21,-6],[-22,-5],[-55,-11],[-75,-15],[-44,-7],[-18,-3],[-13,-1],[-12,-1],[-11,0],[-50,-28],[-23,-35],[-3,-3],[-22,-19],[-23,-17],[-33,-23],[-31,-22],[-56,-39],[-45,-31],[-53,-36],[-55,-35],[-49,-33],[-9,-6],[-7,-3],[-9,-6],[-9,-4],[-4,-2],[-3,-1],[-4,0],[-4,-1],[-4,0],[-6,0],[-7,0],[-88,8],[-66,9],[-59,5],[-62,-2],[-27,2],[-11,2],[-24,6],[-27,11],[-31,19],[-24,13],[-12,2],[-41,6],[-48,5],[-48,1],[-48,-3],[-4,0],[-5,-1],[-72,-13],[-138,-27],[-74,-10],[-53,-5],[-12,-3],[-9,-3],[-10,-6],[-10,-6],[-8,-7],[-7,-6],[-6,-10],[-9,-11],[-7,-12],[-8,-11],[-11,-27],[-10,-35],[-9,-39],[-11,-49],[-10,-35],[-12,-28],[-16,-24],[-19,-22],[-23,-18],[-20,-13],[-26,-8],[-40,-7],[-52,-4],[-61,-5],[-31,-2],[-26,-2],[-12,2],[-11,7],[-8,12],[-13,24],[-28,51],[-29,45],[-18,25],[-18,23],[-20,19],[-19,17],[-21,13],[-25,14],[-26,9],[-27,8],[-34,5],[-31,0],[-30,-3],[-31,-8],[-21,-9],[-27,-16],[-24,-19],[-19,-20],[-18,-22],[-17,-30],[-25,-50],[-22,-48],[-11,-29],[-10,-20],[-8,-13],[-11,-8],[-17,-6],[-57,-14],[-49,-15],[-45,-13],[-32,-12],[-21,-13],[-18,-12],[-24,-22],[-27,-31],[-26,-41],[-33,-53],[-37,-58],[-38,-62],[-4,-7],[-27,-41],[-22,-32],[-18,-21],[-15,-11],[-13,-4],[-14,-1],[-16,7],[-14,5],[-34,9],[-59,18],[-50,13],[-40,9],[-33,10],[-7,2],[-36,10],[-34,9],[-42,12],[-31,10],[-41,14],[-23,7],[-27,8],[-28,10],[-27,6],[-30,7],[-20,0],[-26,-1],[-23,-2],[-21,0],[-15,3],[-21,3],[-20,2],[-15,2],[-2,0],[-10,-3],[-5,9],[-6,8],[-6,12],[-25,-3],[4,-8],[6,-22],[-2,0],[-3,0],[-17,-4],[-11,2],[-15,4],[-16,3],[-15,0],[-22,-7],[-30,-11],[-27,-11],[-26,-3],[-27,0],[-21,2],[-61,7],[-50,8],[-57,8],[-39,5],[-31,3],[-35,0],[-29,-3],[-21,-4],[-42,-9],[-37,-9],[-55,-15],[-59,-17],[-51,-16],[-52,-18],[-45,-17],[-42,-15],[-37,-14],[-30,-11],[-39,-14],[-50,-17],[-46,-14],[-37,-10],[-31,-6],[-26,-9],[-45,-13],[-59,-19],[-44,-15],[-26,-7],[-40,-11],[-60,-20],[-44,-14],[-55,-17],[-81,-26],[-72,-23],[-68,-22],[-12,-4],[-59,-18],[-72,-22],[-73,-17],[-68,-20],[-61,-15],[-71,-14],[-70,-15],[-58,-7],[-15,5],[-15,8],[-11,4],[-15,1],[-20,-3],[-65,-12],[-39,-5],[-7,-4],[-5,-7],[-7,-21],[-5,-8],[-5,-3],[-5,-2],[-5,0],[-204,-51],[-11,-2],[-14,-3],[-40,-12],[-57,-19],[-55,-20],[-63,-23],[-39,-17],[-47,-24],[-48,-24],[-41,-23],[-53,-27],[-31,-17],[-53,-22],[-42,-18],[-65,-23],[-54,-17],[-67,-20],[-50,-17],[-39,-13],[-44,-19],[-40,-22],[-47,-26],[-44,-27],[-50,-30],[-48,-29],[-52,-28],[-48,-23],[-57,-25],[-53,-26],[-47,-17],[-62,-21],[-49,-16],[-44,-15],[-55,-23],[-50,-19],[-46,-16],[-39,-11],[-47,-9],[-55,-8],[-50,-7],[-39,-5],[-53,-6],[-42,-6],[-27,-4],[-17,-5],[-13,-4],[-13,-7],[-108,-28],[-17,-4],[-20,-6],[-12,-3],[-25,-10],[-30,-14],[-30,-17],[-31,-12],[-33,-8],[-36,-7],[-37,-6],[-43,-7],[-45,-9],[-48,-8],[-48,-8],[-47,-8],[-45,-6],[-55,-5],[-37,-1],[-60,12],[-81,19],[-84,26],[-60,17],[-42,12],[-38,4],[-41,1],[-41,-1],[-44,-3],[-54,-8],[-46,-6],[-48,-8],[-45,-10],[-44,-12],[-45,-15],[-52,-17],[-50,-17],[-48,-11],[-49,-7],[-50,0],[-34,1],[-27,-2],[0,14],[2,9],[2,15],[1,32],[-5,68],[-20,0],[1,-30],[-60,6],[-25,-6],[-42,34],[-55,15],[-69,8],[-61,4],[-91,5],[-118,-8],[-47,-9],[-156,-41],[-156,-49],[0,1],[-53,-23],[-117,-26],[30,55],[-18,3],[-31,-33],[-26,-35],[-43,-9],[-19,-4],[-19,3],[-15,-5],[-42,-12],[0,27],[-31,-31],[-40,-10],[-126,-7],[-294,-3],[-383,-6],[-206,-18],[-76,2],[-13,0],[-11,-1],[-29,-14],[-14,-7],[-22,-9],[-16,-3],[-33,-4],[-39,-2],[-25,-4],[-37,-6],[-35,-3],[-42,-7],[-39,-2],[-23,0],[-81,-6],[-26,0],[-47,-3],[-68,-12],[-41,-9],[-36,-12],[-31,-7],[-34,-11],[-26,-3],[-56,-3],[-39,0],[-16,2],[-24,6],[-21,3],[-30,10],[-29,6],[-62,-3],[-35,0],[-32,-1],[-26,-8],[-78,-19],[-32,-12],[-22,-19],[-38,-35],[-47,-38],[-18,-11],[-34,-17],[-25,-13],[-13,-6],[-24,-11],[-65,-37],[-44,-29],[-17,-10],[-19,-13],[-11,-15],[-26,-32],[-23,-31],[-23,-13],[-68,-30],[-40,-16],[-9,0],[-7,1],[-13,7],[-18,13],[-7,19],[-2,21],[4,18],[2,22],[-5,14],[-17,16],[-13,3],[-13,3],[-22,3],[-71,-2],[-131,-10],[-116,-16],[-2,-1],[4,-20],[0,-16],[-22,-3],[-4,1],[-2,16],[-4,12],[-3,2],[-18,-2],[-101,-20],[-37,-4],[-15,1],[-21,0],[-24,-2],[-33,-4],[-7,-2],[-24,-3],[-18,-11],[-12,-15],[-4,-31],[0,-9],[4,-31],[11,-54],[-1,-9],[-9,-4],[-2,-2],[-27,-3],[-81,-11],[-3,-2],[-22,-2],[-70,0],[-29,4],[-36,10],[-51,20],[-15,8],[-44,34],[-21,25],[-26,38],[-33,49],[-7,11],[-26,27],[-44,30],[-17,9],[-16,9],[-22,22],[-5,6],[-17,21],[-15,16],[-22,20],[-21,14],[-23,13],[-41,17],[-75,26],[-38,9],[-40,4],[-66,3],[-33,-1],[-37,-9],[-21,-9],[-21,0],[-44,-4],[-23,-1],[-31,-12],[-49,-26],[-83,-27],[-31,-8],[-66,-11],[-22,-1],[-26,-1],[-83,-9],[-31,-1],[-34,1],[-23,2],[-35,4],[-62,10],[-55,12],[-18,11],[-17,-25],[-1,-2],[-3,1],[-9,4],[-13,9],[-16,14],[-14,15],[-11,9],[-3,4],[-8,8],[-9,6],[-22,8],[-21,7],[-24,6],[-35,5],[-40,2],[-49,0],[-48,0],[-48,0],[-42,1],[0,0],[-69,5],[-8,1],[-20,2],[-31,3],[-25,0],[-28,2],[-32,3],[-11,0],[-11,0],[-49,7],[-55,9],[-62,10],[-63,7],[-68,9],[-53,6],[-56,6],[-39,6],[-33,3],[-23,5],[-24,4],[-12,3],[-33,12],[-45,13],[-39,11],[-26,2],[-24,-2],[-34,-7],[-37,-10],[-58,-22],[-57,-22],[-40,-16],[-36,-18],[-51,-29],[-55,-33],[-74,-37],[-35,-15],[-47,-22],[-120,-50],[-71,-27],[-49,-13],[-39,-6],[-38,0],[-47,-3],[-37,-12],[-36,-19],[-31,-28],[-38,-32],[-10,-7],[-29,0],[-25,-1],[-29,-2],[-9,-1],[-4,408],[-1,22],[102,4],[1,0],[420,23],[420,35],[857,120],[16,4],[39,2],[26,0],[26,-4],[21,-16],[16,-16],[10,-18],[579,202],[559,137],[549,153],[521,184],[407,161],[423,171],[410,178],[398,190],[376,210],[388,210],[331,195],[341,201],[543,371],[565,349],[543,299],[514,255],[502,195],[587,217],[619,182],[517,115],[433,80],[423,74],[559,59],[7,1],[-22,-103],[-6,-7],[-28,-28],[28,-31],[13,-17],[23,-40],[13,-29],[8,-21],[4,-18],[5,-31],[1,-15],[25,-302],[-1,-15],[-4,-30],[8,-118],[2,-54],[11,-120],[-1,-16],[-3,-2],[-2,0],[6,-54]],[[487939,405469],[5,-69],[15,2],[22,-184],[26,-14],[26,-1],[39,-10],[50,-25],[22,-6],[23,-1],[12,2],[114,17],[19,3],[0,4],[58,17],[-24,214],[131,22],[19,-45],[62,-9],[21,131],[-5,3],[-9,2],[-110,36],[-47,11],[-17,3],[-75,16],[-74,12],[-63,7],[-11,1],[-71,-30],[-31,-10],[-15,-7],[-46,-16],[-32,-29],[-12,-40],[-22,-7]],[[467716,406592],[108,-122],[8,6],[15,-21],[25,-28],[7,-5],[23,-19],[26,-16],[23,-11],[37,-11],[39,-5],[25,-2],[41,1],[58,4],[40,4],[36,5],[47,7],[57,10],[52,10],[51,11],[43,10],[38,7],[41,6],[42,5],[48,4],[38,0],[25,-1],[36,-2],[23,-2],[26,0],[138,-3],[21,3],[10,1],[2,-20],[13,-95],[60,-537],[44,-542],[3,-49],[3,-41],[11,-175],[20,-468],[9,-343],[4,-271],[1,-146],[2,-327],[0,-20],[-61,3],[-20,-4],[-1,6],[-555,-17],[-550,25],[-602,44],[-669,90],[-578,53],[-574,35],[-560,8],[-179,-6],[-196,-8],[-200,-13],[-203,-14],[-168,-14],[-228,-19],[-198,-20],[-197,-25],[-410,-63],[-207,-39],[-213,-43],[-46,-10],[-3,21],[-2,8],[-8,6],[-16,-1],[-46,-17],[-48,2],[-13,12],[-6,10],[0,13],[8,38],[1,29],[0,57],[-8,119],[-9,52],[-12,41],[-15,23],[8,6],[-30,46],[-24,37],[-12,17],[-14,21],[-18,23],[-16,22],[-57,64],[-20,20],[-22,18],[-23,16],[-23,14],[-25,15],[-24,13],[-46,30],[-6,7],[-11,16],[-9,-9],[-4,-6],[-11,-8],[-6,-2],[-8,6],[-184,516],[-41,124],[-25,66],[-23,69],[-10,45],[96,49],[-7,25],[-3,15],[-3,16],[-4,25],[2,15],[5,13],[7,7],[10,10],[11,10],[14,10],[13,8],[14,19],[15,13],[13,11],[18,13],[24,17],[28,21],[23,17],[19,14],[27,18],[28,20],[24,18],[29,21],[23,17],[25,19],[24,19],[26,21],[22,17],[22,18],[22,17],[31,26],[27,24],[25,21],[25,23],[26,21],[21,18],[32,21],[25,13],[34,17],[11,8],[10,10],[9,11],[13,14],[10,12],[10,11],[10,9],[9,9],[5,6],[24,7],[1,-1],[7,-15],[4,-22],[23,13],[4,15],[12,23],[4,4],[2,0],[16,-2],[19,-3],[15,-2],[12,-2],[18,0],[7,0],[12,2],[18,2],[36,6],[49,11],[44,12],[48,15],[39,13],[36,15],[38,19],[38,14],[49,20],[53,18],[56,22],[42,18],[51,24],[53,27],[52,30],[41,25],[38,25],[29,19],[40,24],[61,37],[47,32],[31,23],[31,27],[28,30],[30,36],[36,44],[28,37],[24,16],[26,13],[11,10],[25,38],[26,35],[20,19],[17,13],[22,11],[40,14],[48,18],[3,1],[26,33],[17,6],[91,33],[96,33],[42,13],[56,16],[120,26],[103,23],[91,23],[63,19],[30,10],[79,29],[89,40],[71,41],[58,37],[38,22],[52,22],[48,17],[151,59],[180,69],[123,47],[94,35],[38,14],[48,16],[51,18],[60,20],[57,18],[57,15],[52,15],[57,11],[42,7],[53,8],[46,8],[39,4],[11,3],[47,7],[38,5],[15,-1],[98,-11],[3,-2],[8,-3],[94,-54],[72,-40],[55,-30],[43,-22],[30,-15],[37,-18],[34,-14],[33,-15],[28,-11],[33,-14],[31,-12],[35,-13],[35,-13],[34,-12],[25,-9],[19,-10],[11,-27],[20,-24],[33,-40],[36,-44],[22,-30],[21,-32],[28,-39],[29,-39],[22,-29],[22,-28],[29,-37],[27,-29],[34,-38],[23,-25],[10,-11],[-1,-14],[8,-9],[12,-13],[11,-12]],[[465526,404666],[-35,-101],[-7,1],[-119,17],[-102,14],[-18,0],[5,26],[0,12],[-8,18],[-7,3],[-9,-1],[-157,-43],[-21,-12],[-8,-11],[-1,-18],[12,-160],[2,-25],[2,-51],[-19,5],[-2,4],[-9,5],[-50,22],[-8,3],[-11,2],[-39,15],[-22,8],[-129,52],[-47,17],[-7,-49],[-9,-54],[-13,-85],[-5,-33],[-79,-527],[14,2],[151,39],[284,65],[21,-12],[23,-21],[19,-12],[21,-1],[32,4],[29,7],[31,13],[58,33],[50,31],[168,98],[30,19],[166,105],[70,34],[82,35],[203,83],[34,12],[52,19],[19,8],[206,96],[23,12],[4,9],[-2,9],[-11,12],[-13,10],[-20,11],[-19,7],[-24,13],[-14,9],[-39,19],[-14,11],[-20,6],[-103,26],[-84,19],[0,13],[-2,4],[-9,6],[-26,8],[-67,13],[-78,11],[-92,14],[-173,35],[-60,12]],[[490530,410553],[115,-19],[72,11],[59,14],[86,38],[70,43],[61,34],[58,24],[56,11],[55,0],[54,-6],[32,-9],[67,-33],[63,-39],[67,-57],[33,-34],[42,-61],[17,-20],[57,-61],[75,-57],[88,-47],[43,-34],[67,-68],[20,-39],[45,-49],[54,-39],[123,-95],[25,-20],[8,-17],[35,-30],[25,-28],[29,-58],[52,-96],[59,-82],[23,-21],[37,-36],[61,-60],[84,-92],[90,-122],[39,-52],[108,-99],[64,-52],[44,-36],[232,-132],[53,-21],[48,-25],[53,-22],[52,-21],[60,-36],[29,-29],[19,-14],[50,-90],[34,-72],[13,-70],[2,0],[-4,-20],[-14,-98],[-2,-32],[2,-4],[6,-2],[3,-3],[81,-51],[9,-4],[13,-14],[15,-28],[5,-21],[7,-28],[36,-46],[43,-32],[53,-23],[33,-10],[48,0],[239,-1],[9,0],[24,-7],[9,-1],[11,-3],[5,-3],[23,-7],[13,45],[18,-5],[43,-11],[30,-8],[38,-9],[38,-9],[28,-7],[26,-8],[35,-12],[17,-8],[5,-3],[37,-19],[18,-11],[21,-12],[76,-46],[62,-36],[53,-31],[47,-27],[13,-7],[7,-4],[4,-2],[4,-1],[5,-2],[29,-5],[9,-2],[65,-11],[11,0],[9,-1],[18,-6],[22,-9],[18,-8],[20,-19],[16,-15],[21,-18],[27,-25],[2,-2],[37,-34],[44,-41],[20,-18],[32,-39],[27,-27],[39,-33],[66,-41],[27,-18],[8,-5],[31,-21],[21,-14],[16,-13],[16,-13],[10,-6],[6,-4],[19,-7],[41,-16],[34,-10],[36,-8],[31,-6],[104,-4],[43,10],[38,1],[59,23],[207,176],[225,205],[6,-6],[8,-29],[16,0],[36,11],[201,134],[26,-4],[193,132],[37,-13],[102,15],[105,-118],[87,56],[35,23],[27,23],[-19,44],[20,14],[2,10],[5,29],[1,7],[33,37],[6,6],[10,8],[7,3],[11,5],[10,4],[10,4],[10,4],[11,5],[21,10],[57,28],[54,33],[20,13],[36,25],[44,29],[36,23],[50,30],[52,30],[57,33],[57,34],[49,29],[53,31],[37,20],[30,16],[26,12],[21,9],[17,6],[31,11],[28,11],[25,9],[26,8],[27,8],[30,9],[22,7],[36,9],[33,7],[37,6],[61,11],[42,8],[48,8],[40,7],[12,3],[17,-18],[61,9],[48,9],[24,4],[15,5],[15,6],[9,3],[7,2],[6,1],[11,2],[72,7],[84,11],[41,5],[41,7],[36,2],[36,3],[28,0],[29,-1],[44,-2],[36,-1],[22,1],[18,1],[21,1],[23,2],[21,2],[23,3],[21,3],[25,4],[18,4],[16,4],[20,6],[21,7],[33,9],[24,9],[1,0],[36,16],[57,24],[57,23],[31,11],[15,5],[18,6],[27,7],[32,8],[23,8],[21,9],[20,9],[17,9],[19,11],[20,13],[24,17],[30,20],[25,17],[26,16],[29,19],[35,23],[19,12],[17,11],[34,25],[39,26],[34,26],[34,24],[27,18],[39,27],[31,24],[34,22],[4,3],[4,1],[2,-1],[100,14],[3,3],[11,4],[16,8],[7,3],[16,8],[8,5],[9,7],[10,7],[7,7],[8,9],[7,5],[10,8],[8,5],[6,3],[11,6],[28,14],[32,13],[47,21],[61,25],[37,16],[34,16],[18,10],[31,17],[15,12],[18,12],[23,18],[24,20],[4,3],[27,19],[24,18],[21,14],[21,14],[14,8],[15,8],[12,4],[15,3],[11,2],[12,0],[13,-2],[16,-3],[14,-5],[15,-7],[16,-9],[15,-10],[76,-52],[29,-23],[12,-6],[8,-3],[16,-5],[16,-3],[16,-3],[30,-4],[24,-2],[27,-1],[36,1],[43,4],[26,3],[39,3],[42,4],[28,3],[41,3],[38,3],[37,3],[27,1],[30,1],[23,0],[32,-2],[43,-2],[57,0],[21,1],[15,0],[17,3],[15,3],[15,3],[15,5],[20,7],[19,7],[36,13],[29,9],[24,7],[26,6],[27,5],[21,3],[25,4],[21,2],[48,4],[62,5],[49,4],[90,4],[64,5],[63,3],[44,4],[24,3],[12,3],[12,4],[11,4],[23,9],[35,15],[44,20],[46,24],[48,23],[55,26],[54,26],[41,19],[37,18],[19,8],[5,2],[15,6],[13,5],[14,4],[14,3],[18,3],[12,1],[14,0],[20,-1],[17,-2],[15,-3],[19,-7],[23,-8],[25,-10],[29,-30],[20,-14],[34,-25],[44,-34],[5,-4],[17,-11],[6,-4],[1,-2],[-1,-3],[-2,-2],[-2,-2],[-2,-1],[-6,1],[-4,-2],[-5,-3],[-5,-5],[-5,-6],[-3,-8],[-1,-5],[0,-6],[1,-7],[0,-4],[0,-4],[-1,-6],[-3,-5],[-3,-5],[-1,-4],[1,-5],[1,-3],[183,-140],[4,-1],[3,-2],[7,-10],[8,-12],[11,-13],[13,-14],[12,-11],[14,-13],[11,-9],[129,-58],[0,0],[28,-15],[50,-25],[60,-31],[69,-40],[73,-41],[52,-30],[52,-27],[48,-27],[39,-19],[61,-30],[48,-23],[57,-31],[54,-31],[13,-7],[24,-14],[23,-14],[20,-12],[20,-13],[22,-15],[20,-16],[27,-19],[21,-16],[16,-13],[17,-14],[22,-19],[15,-13],[17,-16],[20,-17],[17,-15],[14,-11],[11,-9],[13,-10],[16,-10],[13,-9],[16,-8],[27,-14],[49,-26],[48,-24],[29,-16],[21,-12],[13,-9],[12,-7],[9,-6],[10,-8],[11,-10],[14,-14],[30,-34],[34,-40],[34,-40],[33,-38],[25,-30],[28,-31],[31,-32],[31,-32],[32,-35],[26,-28],[29,-31],[37,-43],[33,-37],[40,-42],[51,-52],[23,-25],[27,-26],[25,-25],[31,-31],[39,-38],[27,-28],[31,-29],[19,-19],[18,-16],[20,-17],[22,-17],[27,-20],[31,-24],[31,-22],[24,-19],[28,-23],[30,-25],[27,-23],[28,-23],[37,-30],[27,-23],[20,-18],[41,-35],[21,-17],[17,-15],[27,-20],[13,-10],[21,-17],[17,-13],[43,-32],[45,-33],[30,-24],[28,-23],[15,-14],[44,-36],[19,-15],[34,-25],[36,-28],[5,-5],[15,-12],[14,-13],[20,-20],[21,-21],[19,-22],[19,-23],[19,-23],[25,-34],[22,-29],[22,-32],[19,-29],[15,-25],[13,-23],[20,-37],[15,-29],[17,-34],[2,-28],[1,-12],[0,0],[3,-5],[12,-39],[17,-45],[9,-31],[3,-9],[6,-9],[7,-11],[11,-14],[11,-13],[7,-7],[3,-4],[4,-7],[2,-5],[2,-3],[2,-6],[6,-23],[6,-14],[9,-21],[11,-20],[8,-15],[8,-13],[12,-14],[13,-13],[14,-13],[13,-10],[13,-9],[10,-6],[7,-4],[10,-4],[8,-4],[10,-3],[11,-4],[15,-4],[11,-2],[17,-3],[87,-6],[118,-8],[111,-7],[113,-8],[80,-4],[62,-3],[37,-2],[19,0],[7,-15],[20,-1],[50,-3],[15,-1],[35,-2],[6,-1],[9,2],[26,5],[10,2],[11,1],[13,0],[11,1],[1,0],[19,7],[10,5],[12,0],[6,-2],[23,-32],[1,-2],[17,-23],[15,-15],[13,-10],[14,-5],[22,-4],[97,-15],[112,-16],[40,-6],[140,-18],[127,-19],[21,-3],[12,-3],[17,-5],[1,0],[-1,-13],[3,-1],[3,-1],[4,-1],[3,-2],[5,-2],[23,-8],[2,-1],[2,0],[2,-1],[2,-1],[2,0],[2,-1],[2,0],[2,-1],[3,0],[2,-1],[2,0],[2,0],[2,0],[2,0],[2,0],[2,0],[1,0],[2,0],[2,0],[2,0],[2,0],[1,0],[2,1],[47,8],[36,7],[55,9],[48,6],[125,14],[119,14],[2,0],[3,0],[2,0],[3,1],[3,0],[2,0],[3,0],[2,0],[3,0],[2,0],[3,-1],[3,0],[2,0],[3,0],[2,-1],[3,0],[2,0],[3,-1],[11,-2],[12,-3],[2,-1],[1,0],[2,-1],[2,0],[2,-1],[2,-1],[2,-1],[1,0],[2,-1],[2,-1],[2,-1],[1,-1],[3,-1],[2,-2],[2,-1],[2,-2],[3,-2],[2,-1],[2,-2],[2,-1],[2,-2],[2,-2],[2,-2],[2,-2],[2,-2],[2,-1],[61,-59],[64,-61],[-1,-9],[0,-6],[8,-8],[35,-34],[43,-41],[44,-37],[30,-23],[15,-11],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-1],[3,-2],[2,-1],[3,-2],[3,-1],[3,-1],[3,-2],[3,-1],[3,-1],[3,-2],[3,-1],[3,-1],[3,-1],[3,-1],[3,-1],[4,-1],[3,-1],[3,-1],[3,-1],[4,-1],[3,-1],[4,-1],[4,-1],[3,-1],[4,0],[3,-1],[4,-1],[3,0],[4,-1],[4,0],[3,0],[4,-1],[3,0],[4,0],[4,-1],[3,0],[4,0],[3,0],[4,0],[4,0],[3,0],[4,0],[3,0],[2,0],[3,0],[3,1],[3,0],[3,0],[3,0],[2,1],[3,0],[3,0],[3,1],[3,0],[2,1],[3,1],[49,13],[3,0],[3,1],[3,1],[2,0],[3,1],[3,0],[3,1],[5,1],[4,0],[4,1],[5,0],[4,1],[4,0],[5,1],[10,-1],[32,-5],[29,-4],[10,-1],[9,-2],[59,-16],[36,-9],[6,-2],[3,5],[5,6],[179,-51],[172,-48],[197,-56],[4,-2],[5,-2],[4,-2],[4,-2],[16,-12],[4,-3],[5,-3],[1,0],[1,-1],[1,-1],[1,0],[2,-1],[1,0],[1,-1],[29,-9],[0,0],[4,-7],[4,-7],[18,-25],[19,-25],[3,-5],[4,-3],[3,-4],[3,-3],[16,-7],[2,0],[1,-1],[1,-1],[1,-1],[1,-1],[1,-1],[2,-1],[1,-1],[1,-1],[1,-2],[1,-1],[1,-1],[1,-1],[5,-8],[2,-3],[1,-2],[2,-2],[2,-2],[1,-3],[2,-2],[2,-2],[2,-2],[2,-2],[2,-2],[2,-2],[2,-3],[3,-2],[2,-2],[2,-2],[3,-3],[2,-2],[3,-2],[2,-2],[3,-2],[3,-3],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-2],[4,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-1],[3,-2],[4,-1],[3,-2],[3,-1],[3,-2],[3,-1],[3,-2],[4,-1],[3,-1],[3,-1],[52,-19],[47,-17],[80,-27],[5,-1],[89,-31],[30,-11],[35,-14],[10,-5],[17,-8],[12,-9],[13,-9],[122,-94],[126,-97],[125,-97],[3,-8],[2,-8],[65,-50],[55,-42],[9,-2],[10,-3],[4,-3],[4,-4],[4,-4],[3,-3],[12,-16],[1,-2],[2,-2],[1,-2],[1,-2],[1,-2],[1,-2],[2,-2],[1,-2],[1,-2],[1,-2],[1,-2],[1,-3],[0,-2],[2,-3],[1,-2],[1,-3],[1,-3],[1,-3],[1,-3],[2,-3],[1,-3],[0,-3],[1,-3],[13,-40],[1,-3],[1,-3],[1,-3],[1,-3],[1,-3],[1,-3],[1,-3],[1,-3],[1,-3],[2,-3],[1,-2],[1,-3],[2,-3],[1,-3],[2,-3],[1,-2],[2,-3],[1,-3],[2,-3],[1,-2],[2,-3],[2,-2],[1,-3],[2,-2],[2,-3],[1,-2],[2,-2],[2,-3],[2,-2],[2,-2],[2,-3],[2,-2],[3,-3],[2,-2],[2,-2],[2,-3],[3,-2],[2,-2],[2,-2],[3,-3],[3,-2],[3,-2],[3,-2],[2,-2],[3,-2],[3,-2],[3,-2],[3,-2],[3,-1],[3,-2],[3,-2],[3,-2],[3,-1],[2,-2],[3,-1],[2,-2],[3,-1],[2,-2],[3,-1],[3,-1],[2,-2],[3,-1],[2,-1],[3,-1],[3,-1],[2,-1],[28,-7],[141,-23],[41,-5],[23,-3],[6,-1],[38,-1],[11,-1],[29,-1],[17,0],[2,0],[66,1],[125,1],[183,2],[7,1],[7,0],[7,0],[7,0],[7,-1],[7,0],[7,0],[7,0],[7,0],[7,-1],[7,0],[7,-1],[7,0],[7,-1],[7,0],[6,-1],[7,0],[6,-1],[7,-1],[6,-1],[7,-1],[7,0],[6,-1],[7,-1],[6,-1],[7,-2],[6,-1],[7,-1],[103,-22],[64,-21],[57,-19],[61,-21],[13,-5],[12,-5],[33,-14],[8,-3],[7,-3],[8,-4],[9,-5],[41,-24],[33,-20],[9,-6],[8,-5],[62,-43],[59,-35],[16,-9],[17,-9],[19,-10],[18,-10],[16,-10],[6,-7],[2,-7],[3,-8],[8,-4],[34,-9],[14,23],[39,-17],[182,-76],[34,-13],[42,-18],[137,-62],[105,-43],[116,-37],[189,-52],[5,-2],[70,-15],[217,-46],[215,-47],[51,-14],[143,-45],[39,-12],[55,-17],[14,-4],[100,-32],[61,-16],[24,-10],[165,-68],[176,-75],[224,-85],[146,-54],[63,-24],[181,-64],[20,-7],[9,-3],[66,-25],[41,-14],[40,-6],[88,-9],[-17,-69],[-58,-244],[-72,-304],[-12,-51],[-58,-243],[-59,-3],[-52,10],[-593,116],[-565,134],[-538,180],[-476,218],[-483,235],[-499,242],[-544,395],[-872,524],[-433,287],[-476,218],[-444,210],[-530,206],[-560,180],[-535,189],[-573,105],[-544,70],[-472,84],[-489,9],[-578,23],[-596,-27],[-609,-38],[-539,-12],[-575,3],[-525,18],[-662,23],[-476,43],[-567,53],[-549,84],[-565,116],[-567,114],[-591,151],[-591,163],[-559,128],[-573,110],[-307,64],[-575,93],[-452,52],[-478,53],[-504,77],[-578,-6],[-539,9],[-540,7],[-606,-14],[-618,-19],[-632,-42],[-580,-11],[-594,-35],[-625,49],[-498,-56],[-571,23],[-543,21],[-546,70],[-591,106],[-599,123],[-594,132],[-587,149],[-552,119],[-574,87],[-499,72],[-644,31],[-694,3],[-423,-10],[-375,-51],[-11,-1],[-4,11],[-18,72],[-7,87],[-11,-15],[-13,0],[-16,12],[-16,-18],[-9,0],[-11,14],[-3,15],[-44,279],[-4,30],[-8,54],[-48,44],[-14,18],[-2,12],[5,106],[1,23],[-196,15],[-26,-515],[-10,-156],[-5,-38],[-12,-34],[-19,-26],[-19,-14],[-24,-9],[-30,-8],[-279,-50],[-149,-24],[-436,-91],[-218,-44],[-211,-51],[-410,-105],[-218,-68],[-50,-14],[-172,-60],[-199,-72],[-96,-34],[-122,-46],[-431,-174],[-212,-91],[-222,-103],[-216,-106],[-253,-130],[-165,-90],[-24,-8],[-730,-418],[-638,-424],[-357,-233],[-334,-191],[-3,-5],[-7,-2],[-6,5],[-70,176],[-99,245],[-93,263],[25,10],[-23,56],[-3,4],[-11,-4],[-18,-7],[-10,0],[-83,42],[-104,57],[-30,13],[-18,3],[-26,-3],[-13,-3],[-66,-25],[-124,-51],[-79,-35],[-51,-22],[-13,-7],[-147,-57],[-42,2],[-34,0],[-17,-28],[4,-29],[1,-20],[4,-21],[9,-33],[8,-17],[13,-15],[13,-10],[17,-10],[19,-7],[18,-4],[11,-4],[12,-9],[2,-11],[45,-162],[-37,-39],[-37,-35],[-88,-76],[-29,-18],[-20,-12],[-52,-20],[-33,-6],[-39,-13],[-39,-16],[-18,31],[-56,-15],[-32,-11],[-13,-7],[-7,-8],[-2,-11],[6,-18],[37,-74],[9,-5],[39,-53],[23,-20],[3,-1],[26,-53],[13,-2],[7,0],[2,2],[11,0],[16,4],[27,13],[29,11],[21,3],[23,1],[145,-385],[-531,-237],[-461,-192],[-568,-190],[-556,-168],[-571,-150],[-584,-107],[-565,-105],[-609,-43],[-465,-8],[-30,-35],[-17,-13],[-129,-5],[-15,0],[-59,-1],[0,18],[-3,330],[-2,329],[-23,685],[-15,320],[-3,37],[-3,42],[-44,591],[-34,335],[-37,334],[-3,28],[26,9],[15,5],[18,11],[20,14],[28,25],[27,23],[30,26],[30,26],[15,11],[9,7],[7,5],[8,3],[29,7],[61,15],[61,16],[61,15],[75,19],[71,16],[59,14],[70,18],[31,7],[33,7],[65,15],[58,14],[48,11],[7,2],[41,10],[35,8],[30,7],[9,-6],[14,2],[32,7],[12,2],[5,0],[69,22],[5,1],[35,6],[4,1],[6,12],[25,5],[23,2],[41,0],[10,-1],[34,-4],[42,-11],[42,-14],[46,-17],[33,-12],[30,-12],[31,-6],[31,-3],[35,-1],[32,3],[35,6],[40,7],[37,8],[39,10],[44,9],[36,8],[40,8],[31,6],[25,5],[26,5],[45,15],[36,14],[38,17],[42,14],[33,12],[40,13],[32,9],[6,2],[37,8],[40,8],[33,5],[25,8],[17,5],[76,15],[26,6],[10,1],[23,3],[43,9],[56,9],[42,9],[51,7],[41,4],[35,3],[22,0],[15,0],[14,3],[15,4],[19,7],[18,6],[36,8],[49,9],[95,18],[57,12],[59,14],[62,13],[27,4],[37,6],[39,7],[33,6],[28,5],[35,8],[36,7],[31,8],[37,9],[37,10],[30,9],[21,8],[1,0],[1,0],[14,4],[27,4],[24,7],[35,18],[34,14],[33,13],[35,13],[42,14],[26,10],[11,3],[43,15],[51,17],[41,10],[31,7],[42,7],[46,8],[53,7],[53,6],[38,4],[8,1],[20,1],[15,2],[27,1],[19,-2],[4,0],[22,-3],[22,-4],[26,-2],[28,-1],[26,3],[23,4],[19,4],[20,9],[26,16],[26,17],[0,0],[29,19],[26,20],[21,21],[21,26],[10,20],[11,21],[8,17],[7,23],[5,20],[1,19],[0,25],[-1,31],[-3,31],[-5,30],[-6,25],[-4,25],[-3,17],[-1,15],[2,17],[6,17],[9,19],[9,18],[12,14],[15,15],[17,13],[18,12],[23,12],[23,10],[24,11],[26,11],[23,14],[20,16],[15,12],[17,16],[20,19],[19,22],[19,23],[20,28],[25,28],[23,21],[15,11],[18,10],[18,9],[31,10],[26,7],[21,3],[22,0],[19,-2],[17,-6],[26,-8],[25,-6],[23,-3],[24,-1],[21,1],[20,3],[20,6],[20,6],[16,7],[19,10],[37,20],[37,23],[29,20],[17,15],[16,19],[16,23],[13,24],[11,26],[14,37],[10,29],[10,24],[15,15],[18,10],[25,8],[28,6],[24,3],[23,2],[23,2],[25,0],[39,0],[34,0],[27,-1],[26,-1],[27,-1],[27,-1],[26,0],[23,1],[19,4],[20,3],[21,6],[53,11],[53,15],[66,14],[54,10],[47,10],[34,5],[33,3],[31,1],[29,-1],[30,0],[17,1],[16,9],[35,24],[23,11],[14,4],[4,1],[5,-13],[3,-23],[20,-49],[21,-63],[76,-239],[2,-5],[6,-25],[1,-11],[2,-1],[0,-6],[4,-46],[0,-147],[-6,-44],[119,18],[2,2],[69,36],[29,8],[9,0],[29,6],[170,23],[5,-6],[53,6],[-11,22],[-11,21],[95,10],[-48,92],[-10,24],[-9,14],[-52,106],[-62,121],[-144,280],[26,8],[2,7],[1,5],[2,3],[9,3],[22,5],[27,7],[35,6],[41,5],[56,5],[50,3],[39,2],[47,3],[50,4],[48,3],[86,6],[47,6],[43,8],[38,8],[53,12],[40,11],[25,5],[11,3],[6,1],[4,0],[43,28],[9,-2],[14,-3],[9,0],[13,0],[12,4],[20,7],[20,11],[18,12],[21,17],[32,29],[17,14],[14,10],[14,8],[19,8],[16,3],[17,1],[17,-2],[18,-4],[18,-6],[18,-9],[20,-12],[20,-14],[21,-17],[19,-17],[18,-16],[17,-15],[23,-19],[20,-16],[16,-11],[14,-7],[19,-9],[20,-9],[22,-6],[21,-5],[25,-4],[22,-2],[19,1],[17,2],[22,2],[20,4],[9,1],[8,1],[8,1],[21,3],[19,4],[21,3],[33,5],[28,5],[24,3],[25,2],[23,1],[23,0],[25,-2],[20,-2],[18,-3],[26,-4],[24,-4],[28,-5],[26,-5],[21,-4],[26,-3],[19,-3],[19,-1],[16,0],[17,0],[3,1],[30,0],[42,1],[41,4],[35,3],[37,6],[27,9],[27,12],[30,17],[34,24],[30,26],[25,21],[28,20],[18,10],[20,8],[25,6],[21,2],[20,1],[17,-1],[19,-5],[22,-8],[26,-11],[26,-12],[26,-14],[30,-14],[25,-11],[27,-14],[30,-15],[33,-16],[30,-14],[37,-19],[26,-14],[26,-13],[25,-15],[26,-18],[24,-17],[38,-30],[36,-28],[5,-3],[8,-11],[21,-36],[21,-36],[20,-36],[22,-37],[25,-37],[33,-29],[29,-22],[22,-14],[16,-8],[27,-13],[18,-13],[49,-34],[24,-4],[47,-3],[38,0],[30,4],[15,4],[47,20],[45,25],[8,5],[18,15],[27,10],[48,28],[9,5],[42,26],[24,13],[20,5],[23,1],[22,-3],[26,-5],[31,-7],[1,0],[39,-11],[40,-13],[41,-14],[36,-13],[28,-7],[9,-2],[34,-7],[29,-4],[37,-5],[36,-4],[40,-3],[33,-2],[34,-3],[42,-2],[37,-2],[37,0],[35,0],[13,2],[16,1],[30,5],[21,6],[31,17],[55,44],[31,25],[10,16],[20,39],[24,45],[23,43],[2,5],[23,41],[19,37],[19,35],[19,21],[12,9],[18,8],[19,5],[33,8],[38,10],[45,6],[37,6],[32,3],[35,-1],[33,-6],[34,-10],[34,-13],[34,-14],[25,-10],[21,-13],[31,-28],[36,-33],[4,1],[4,1],[14,-2],[24,-4],[27,-3],[12,0],[3,-2],[1,-4],[1,-9],[0,-8],[2,-20],[2,-13],[6,-16],[10,-15],[10,-9],[15,-8],[16,-5],[12,-1],[17,0],[6,1],[6,-2],[2,-6],[2,-13],[1,-10],[1,-7],[-3,-3],[-8,-1],[-15,-6],[56,-9],[0,-46],[112,-9],[44,9],[8,2],[48,11],[29,0],[49,-32],[110,-57],[9,-11],[49,-42],[97,-48],[51,-16],[67,-2],[126,37],[99,34],[127,60],[69,39],[176,108],[197,117],[119,78],[90,56],[70,55],[137,132],[53,51],[97,100],[43,-3],[13,17],[0,1],[6,20],[-38,22],[-5,8],[4,5],[29,23],[38,29],[36,55],[28,43],[24,31],[10,13],[31,29],[38,33],[40,34],[45,35],[68,50],[69,54],[73,53],[47,35],[25,22],[25,29],[18,28],[17,41],[10,33],[14,53],[16,57],[13,52],[7,27],[14,48],[12,38],[8,21],[11,21],[15,19],[19,19],[21,13],[40,24],[41,23],[45,25],[37,20],[12,7],[23,22],[27,14],[32,13],[41,20],[40,22],[43,27],[37,24],[44,27],[37,23],[46,28],[40,24],[45,28],[39,27],[44,27],[41,25],[46,27],[42,27],[66,40],[48,33],[45,31],[51,33],[53,35],[67,39],[57,37],[55,35],[34,20],[16,4],[15,-1],[25,-2],[31,-9],[33,-18],[25,-18],[20,-11],[7,-2],[61,-18],[38,-19],[37,-15],[34,-11],[32,-8],[7,-1],[7,-3],[69,-10],[22,-2],[110,-7],[387,-37],[147,-38],[138,-31],[293,-38],[315,-41],[515,-54],[143,-15],[66,-12],[204,-23],[196,-23],[145,-17],[104,-16],[317,-35],[248,-28],[93,-12],[218,-26],[108,-28],[45,-17],[21,-1],[39,-6]],[[502752,407145],[-14,-42],[-35,-39],[-28,-12],[-23,-5],[-15,-27],[6,-3],[-4,-21],[26,-22],[-20,-109],[20,-8],[-1,-6],[-26,-181],[3,-8],[273,-22],[345,-31],[67,-6],[-4,-20],[23,-23],[77,-52],[41,-18],[21,-45],[20,35],[31,47],[9,27],[13,38],[15,57],[14,30],[22,28],[5,29],[2,34],[-15,39],[-22,43],[-36,51],[-32,36],[-65,93],[-49,56],[-32,25],[-27,24],[-70,77],[-67,53],[-168,133],[-21,10],[-17,-1],[-17,-6],[-17,0],[-16,8],[-25,5],[-30,-13],[-27,-17],[-28,-39],[-22,-23],[-60,-41],[-25,-20],[-13,-11],[-6,-22],[14,-29],[30,-56]],[[506587,406518],[28,-10],[28,73],[10,25],[216,-99],[9,27],[40,129],[-48,246],[-10,49],[-360,268],[-46,14],[-14,19],[-35,30],[-12,16],[-54,-45],[-20,-16],[-37,-31],[-69,-181],[-7,-20],[27,-48],[17,-31],[-8,-20],[-26,-43],[-18,-24],[-19,-8],[14,-45],[82,-25],[200,-85],[150,-63],[-11,-31],[-27,-71]],[[430041,372931],[2,-3],[32,-19],[25,-3],[11,0],[5,-3],[0,0],[65,-3],[33,0],[9,-4],[0,0],[-1,-6],[-42,-7],[-90,-17],[-124,-53],[-47,-11],[-46,-2],[-49,0],[-47,-10],[-40,-11],[-64,-24],[-54,-22],[-116,-36],[-44,-18],[-42,-22],[-51,-38],[-85,-68],[-59,-36],[-53,-25],[-123,-46],[-30,-7],[-4,7],[2,0],[-1,16],[-2,51],[-8,152],[-30,89],[-43,-28],[-19,-1],[-10,7],[-10,13],[-13,69],[-17,86],[-12,63],[37,105],[19,73],[37,154],[16,107],[7,96],[4,106],[-38,117],[10,39],[61,252],[19,57],[37,103],[17,69],[20,106],[13,83],[23,99],[28,89]],[[428857,374620],[-141,-156],[-134,-144],[-62,-48],[-63,-38],[-146,-68],[-144,-64],[-265,-120],[-94,-46],[-79,-40],[-84,-35],[-1,-1],[-71,-22],[-52,-12],[-91,-11],[-56,-4],[-33,9],[-43,26],[-59,47],[-42,51],[-25,41],[-33,67],[-16,44],[-15,65],[-10,27],[-30,45],[-13,32],[-5,30],[1,29],[3,29],[-8,29],[-7,49],[-3,21],[-2,46],[10,55],[6,49],[24,122],[33,134],[47,175],[62,191],[72,216],[37,122],[62,235],[7,58],[2,118],[37,210],[-1,159],[-63,21],[-86,31],[-30,-72],[-15,-19],[-10,-11],[-2,-26],[4,-24],[0,-15],[-6,-15],[-12,-15],[0,-14],[-7,-18],[-2,-23],[5,-26],[8,-54],[-6,-23],[-40,-61],[-18,-37],[-5,-30],[-1,-31],[-3,-21],[-4,-17],[-13,-16],[-18,-13],[-6,-9],[-243,126],[-4,-5],[-17,-24],[-15,-42],[-11,-7],[-21,0],[-28,12],[-26,24],[-15,20],[-68,125],[-81,150],[-26,0],[-23,0],[-3,0],[0,0],[-3,0],[-6,0],[0,-1],[-38,-3],[-22,-2],[-1,6],[-25,141],[-18,110],[-2,29],[6,52],[43,340],[36,258],[22,127],[15,73],[5,9],[0,3],[3,28],[-1,21],[-7,15],[-14,14],[-15,10],[-37,16],[-86,32],[-116,48],[-26,18],[-10,5],[-19,9],[-6,3],[-41,15],[-44,7],[-44,7],[-37,1],[-51,-1],[-18,1],[-19,5],[-35,14],[-42,23],[-56,23],[-172,57],[-49,12],[-35,7],[-51,5],[-55,7],[-72,4],[-32,0],[-7,36],[-18,100],[447,66],[14,2],[0,0],[-5,22],[-51,241],[432,175],[11,3],[702,280],[12,4],[655,318],[15,7],[656,254],[17,4],[624,178],[0,0],[18,1],[614,79],[16,2],[578,21],[13,2],[561,-25],[21,0],[556,-92],[20,-1],[527,-143],[16,-6],[517,-179],[15,-5],[532,-259],[17,-8],[554,-337],[9,-9],[521,-407],[16,-13],[288,-301],[151,-156],[9,-12],[381,-465],[-2,1],[-49,-25],[-54,-44],[-46,-38],[-13,23],[-6,10],[-41,78],[-26,54],[-12,30],[-9,16],[-48,49],[-49,54],[-25,19],[-30,19],[-36,18],[-41,25],[-11,1],[-9,-3],[-28,-27],[-9,-3],[-10,1],[-6,2],[-35,18],[-64,38],[-54,33],[-216,130],[-100,60],[-42,-15],[-29,-15],[-40,-19],[-33,-18],[-30,-29],[-22,-33],[-22,-37],[12,-28],[38,-86],[119,-264],[68,-152],[5,-16],[1,-18],[26,-51],[18,-38],[30,-71],[22,-37],[17,-33],[-1,-21],[-35,-24],[-180,-135],[-52,-43],[-41,-38],[-46,-57],[-32,-40],[-33,-38],[-25,-23],[-37,-26],[-53,-32],[-50,-27],[-43,-22],[-119,-63],[-49,-18],[-17,-8],[0,0],[-15,-7],[-9,-4],[-87,-36],[-63,-24],[-35,-17],[-33,-17],[-56,-37],[-32,-22],[-28,-26],[-22,-26],[-18,-29],[-27,-35],[-35,-37],[-69,-57],[-120,-94],[-11,-7],[-4,-1],[-19,-11],[-16,-5],[-30,-10],[-31,-17],[-27,-19],[-34,-34],[-186,-248],[-114,-150],[-30,-40],[-6,12],[-10,19],[-22,41]],[[421407,380255],[70,-173],[29,3],[92,11],[81,-315],[54,-305],[80,-812],[6,-55],[0,0],[30,-304],[0,-2],[3,-24],[-508,-64],[-84,-11],[-591,-86],[0,-2],[-13,-3],[-1,0],[-496,-35],[-22,-4],[0,0],[-501,-132],[-1,1],[-1,-8],[-3,-5],[-5,0],[-532,-107],[0,0],[-17,-4],[-13,67],[-56,-14],[-33,-10],[-14,-7],[-13,-7],[-172,-50],[-92,-26],[-13,-10],[-8,-15],[-10,-9],[-17,-5],[-14,0],[-9,4],[-3,9],[-3,71],[3,20],[11,0],[11,-6],[17,4],[-4,82],[2,35],[6,23],[10,24],[14,22],[18,26],[28,36],[27,33],[38,63],[13,30],[11,24],[15,68],[4,23],[7,46],[2,31],[1,60],[-8,211],[-5,140],[-3,50],[0,0],[0,0],[-2,48],[-3,98],[-2,63],[0,28],[7,15],[2,3],[11,17],[12,11],[6,6],[19,13],[30,15],[103,55],[137,74],[36,17],[44,14],[127,44],[190,68],[95,36],[23,9],[25,8],[39,13],[102,36],[103,38],[41,18],[34,19],[12,9],[5,-4],[9,9],[8,7],[16,8],[18,7],[14,3],[17,4],[7,25],[8,-7],[34,54],[-1,10],[3,22],[9,26],[10,21],[6,10],[-5,5],[28,29],[35,33],[8,12],[19,18],[44,40],[30,33],[18,25],[33,56],[39,69],[23,32],[79,85],[132,128],[93,87],[45,48],[38,44],[33,39],[103,150],[7,9],[77,109],[32,44],[22,34],[1,3],[1,-7],[136,-312],[157,-390]],[[428373,381937],[72,-190],[5,-17],[45,-101],[1,-14],[-3,-19],[-6,-8],[-9,1],[-7,7],[-75,176],[-2,5],[-25,56],[-15,-7],[-36,19],[-25,-11],[-26,22],[-20,12],[4,-70],[-7,-75],[-3,-34],[-6,-90],[-18,-83],[-11,-31],[-4,-14],[-19,-68],[-17,-87],[-3,-103],[3,-85],[19,-212],[2,-20],[2,-86],[15,5],[49,7],[76,5],[79,0],[3,-89],[21,-12],[13,-12],[10,-14],[9,-26],[8,-31],[33,0],[51,0],[37,-2],[47,-17],[36,-24],[23,-19],[6,-30],[5,8],[6,3],[5,-1],[4,-9],[57,-294],[3,-29],[-2,-7],[-8,-5],[-4,6],[0,1],[-553,-124],[1,-1],[-15,-3],[0,1],[-526,-183],[-13,-5],[-1,0],[-530,-231],[-3,-5],[-4,-3],[-1,0],[-493,-236],[0,0],[-13,-1],[-464,-194],[0,0],[-16,-6],[0,1],[-467,-161],[0,0],[-15,-3],[-446,-136],[-15,-3],[-443,-133],[-14,-4],[0,1],[-540,-123],[-12,-5],[-1,0],[-616,-138],[0,0],[-19,-3],[-1,0],[-568,-99],[-17,0],[-530,-37],[-4,-11],[-9,-11],[-15,-11],[-27,-8],[-71,-11],[-3,25],[0,0],[-36,311],[1,0],[-46,405],[-108,1079],[-6,83],[-4,40],[17,14],[14,24],[-1,38],[-9,27],[-18,43],[-4,14],[-7,72],[-52,377],[-51,386],[-5,50],[-21,155],[-5,60],[-8,114],[0,2],[-5,55],[8,13],[29,30],[23,20],[18,12],[38,27],[28,20],[46,28],[63,36],[117,66],[85,45],[79,37],[165,84],[93,48],[45,22],[56,22],[59,18],[55,19],[67,25],[60,26],[64,19],[62,15],[81,17],[124,20],[254,37],[141,28],[110,17],[54,6],[53,1],[64,-2],[37,-3],[186,-25],[102,-23],[72,-18],[72,-23],[66,-26],[43,-22],[32,-19],[50,-39],[32,-29],[38,-44],[38,-45],[32,-35],[35,-40],[38,-33],[38,-30],[49,-28],[37,-18],[43,-15],[47,-12],[62,-14],[61,-12],[82,-14],[81,-14],[63,-16],[54,-17],[50,-19],[61,-28],[68,-37],[63,-32],[9,-33],[21,-11],[74,34],[29,12],[37,6],[37,-4],[84,-19],[36,-1],[33,11],[22,15],[24,22],[18,17],[70,77],[46,46],[32,35],[40,40],[33,27],[38,25],[41,33],[24,19],[27,35],[45,77],[36,46],[44,47],[69,71],[55,43],[21,19],[52,35],[28,22],[40,20],[13,1],[31,29],[12,6],[36,18],[61,27],[58,20],[61,19],[92,27],[58,13],[37,12],[92,13],[12,2],[37,6],[47,12],[59,29],[49,15],[44,12],[33,7],[24,0],[29,-7],[26,-10],[28,-16],[16,-25],[13,-19],[70,-166],[42,-109],[7,-25],[13,-20],[131,-172],[39,-53],[63,-109],[49,-104]],[[428857,374620],[151,175],[36,40],[64,-120],[51,-99],[-28,-89],[-23,-99],[-13,-83],[-20,-106],[-17,-69],[-37,-103],[-19,-57],[-61,-252],[-10,-39],[38,-117],[-4,-106],[-7,-96],[-16,-107],[-37,-154],[-19,-73],[-37,-105],[12,-63],[17,-86],[13,-69],[10,-13],[10,-7],[19,1],[43,28],[30,-89],[8,-152],[2,-51],[1,-16],[-2,0],[4,-7],[-43,-11],[-61,-15],[-157,-26],[-56,-2],[-24,-5],[-23,-10],[-24,-5],[-4,1],[-22,-4],[3,20],[-2,4],[0,22],[0,1],[-8,0],[-3,1],[-16,4],[-5,2],[-5,3],[-81,58],[-21,15],[-85,46],[-66,30],[-34,13],[-30,11],[-56,16],[-48,12],[-122,21],[-156,34],[-128,31],[-65,21],[-57,24],[-47,24],[-38,26],[-46,40],[-31,35],[-37,42],[-54,59],[-46,43],[-3,2],[-144,117],[-36,35],[-77,75],[-34,40],[-35,48],[-9,17],[-14,31],[-63,115],[0,1],[-48,100],[-17,58],[-49,119],[-23,44],[-33,46],[-66,82],[-33,42],[-32,51],[-21,38],[-11,19],[-43,81],[-19,29],[-14,20],[-16,24],[-49,76],[-21,30],[-36,53],[-31,48],[-29,54],[-121,273],[-64,153],[-33,78],[-3,25],[3,20],[1,12],[6,18],[5,17],[21,44],[55,79],[34,40],[45,52],[25,39],[19,40],[13,25],[55,107],[42,68],[11,18],[37,56],[51,76],[7,15],[0,19],[-3,25],[-21,117],[-8,46],[-12,66],[-25,136],[22,2],[38,3],[0,1],[6,0],[3,0],[0,0],[3,0],[23,0],[26,0],[81,-150],[68,-125],[15,-20],[26,-24],[28,-12],[21,0],[11,7],[15,42],[17,24],[4,5],[243,-126],[6,9],[18,13],[13,16],[4,17],[3,21],[1,31],[5,30],[18,37],[40,61],[6,23],[-8,54],[-5,26],[2,23],[7,18],[0,14],[12,15],[6,15],[0,15],[-4,24],[2,26],[10,11],[15,19],[30,72],[86,-31],[63,-21],[1,-159],[-37,-210],[-2,-118],[-7,-58],[-62,-235],[-37,-122],[-72,-216],[-62,-191],[-47,-175],[-33,-134],[-24,-122],[-6,-49],[-10,-55],[2,-46],[3,-21],[7,-49],[8,-29],[-3,-29],[-1,-29],[5,-30],[13,-32],[30,-45],[10,-27],[15,-65],[16,-44],[33,-67],[25,-41],[42,-51],[59,-47],[43,-26],[33,-9],[56,4],[91,11],[52,12],[71,22],[1,1],[84,35],[79,40],[94,46],[265,120],[144,64],[146,68],[63,38],[62,48],[134,144],[141,156]],[[585791,656415],[-116,-69],[-7,34],[16,2],[94,41],[40,23],[164,112],[-5,-33],[-186,-110]],[[585555,659803],[42,-93],[-96,165],[-67,104],[-86,116],[-30,35],[13,12],[-38,48],[39,-47],[34,-41],[61,-78],[50,-74],[49,-82],[29,-65]],[[569319,669265],[1,-1],[47,-25],[51,-25],[59,-31],[40,-21],[73,-33],[194,-87],[131,-56],[1,0],[153,-65],[49,-20],[24,-10],[55,-22],[67,-27],[86,-34],[59,-24],[73,-30],[88,-35],[17,-7],[117,-47],[112,-45],[3,26],[11,71],[20,131],[30,205],[-25,8],[99,329],[22,71]],[[570976,669461],[15,54],[-28,40],[-63,232],[10,69],[41,29],[83,32],[52,22],[33,18],[7,5],[160,146],[-3,20],[-14,82],[-15,72],[-18,69],[-5,21],[-6,20],[-15,30],[-154,342],[2,22],[5,18]],[[571063,670804],[66,29]],[[571129,670833],[74,32],[240,95],[63,28],[-5,14],[10,3]],[[571511,671005],[24,8],[0,0],[4,-10],[0,0],[8,-24],[55,-195],[3,-18],[5,-15],[17,-23],[43,-33],[130,-99],[200,-150],[33,-26],[140,-91],[34,-22],[178,-111],[97,-60],[143,-90],[136,-86],[147,-92],[13,-9],[47,-19],[69,-16],[88,-13],[8,0],[76,3],[85,22],[67,14],[67,0],[48,-6],[56,-22],[24,-9],[153,-79],[193,-103],[114,-68],[76,-54],[22,-16],[69,-59],[38,-33],[36,-31],[48,-37],[55,-34],[47,-27],[19,-11],[71,-36],[80,-34],[88,-29],[87,-33],[77,-28],[78,-36],[15,-7],[98,-58],[22,-17],[82,-62],[81,-67],[85,-80],[24,-23],[57,-56],[82,-82],[132,-132],[105,-74],[294,-230],[90,-65],[44,-26],[20,-11],[6,-4],[15,-6],[15,-3],[35,-5],[9,-2],[27,-2],[26,4],[20,5],[26,9],[45,20],[217,99],[201,92],[59,26],[104,48],[92,40],[9,4],[76,33],[112,52],[156,67],[41,18],[80,38],[127,59],[128,59],[98,45],[15,7],[77,37],[44,18],[26,9],[79,43],[124,63],[46,37],[89,45],[85,51],[8,4],[13,16],[158,102],[22,12],[8,-2],[1,-2],[57,-172],[1,-16],[54,-10],[4,11],[22,24],[33,42],[56,37],[43,30],[14,10],[40,34],[54,75],[62,70],[64,60],[6,7],[27,30],[50,45],[28,18],[27,49],[13,40],[3,12],[-3,9],[-9,3],[-22,-8],[-1,-8],[-64,-22],[-10,35],[64,20],[4,-9],[55,19],[17,9],[13,10],[4,13],[2,16],[96,23],[19,-17],[19,-10],[22,-1],[256,67],[255,69],[40,6],[27,-3],[20,-12],[12,-12],[24,-23],[3,0],[35,27],[100,68],[183,133],[99,-183],[8,-19],[15,-10],[73,-24],[173,-58],[336,-118],[93,-59],[118,-99],[69,-59],[100,-91],[1,-12],[39,-49],[37,-43],[18,-19],[3,-4],[332,-302],[42,-235],[-2,-10],[1,-7],[5,-11],[105,-70],[15,1],[51,-69],[5,4],[17,24],[6,30],[14,13],[16,48],[42,92],[48,98],[67,137],[67,148],[69,125],[29,59],[20,23],[16,15],[41,28],[13,11],[3,6],[-2,15],[-6,10],[29,41],[13,-6],[206,-126],[11,-7],[0,-29],[4,-18],[7,-14],[41,-50],[5,-6],[15,-15],[21,-24],[49,-75],[42,-73],[30,-66],[21,-57],[14,-54],[18,-92],[10,-49],[100,-453],[23,-116],[35,-157],[39,-177],[33,-152],[75,-360],[82,-373],[26,-126],[44,-204],[4,-19],[7,-32],[17,-79],[25,-117],[37,-171],[38,-184],[-184,-4],[-40,0],[-14,-2],[-53,-13],[-35,-5],[-25,0],[-181,10],[-205,10],[-98,0],[-141,-9],[-91,-15],[-52,-11],[-20,25],[-29,24],[-20,15],[-10,8],[-9,2],[-1,6],[-30,49],[-22,25],[-14,0],[-16,-2],[-64,-52],[-16,-38],[-14,-17],[-7,0],[-12,-12],[-7,-14],[-9,-20],[-21,-29],[-35,-35],[-21,-11],[-15,0],[-15,13],[-6,15],[-2,14],[-218,54],[-247,57],[-12,2],[-12,-1],[-25,-6],[-141,-18],[-19,0],[-45,8],[-5,1],[-81,31],[-9,-7],[-30,-27],[-41,-28],[-44,-13],[-15,-4],[-13,-4],[-211,-63],[-26,-10],[-27,-14],[-144,-99],[-38,-27],[-31,-29],[-54,-55],[-34,-40],[-87,-110],[-27,-22],[-21,-11],[-23,-5],[-60,-5],[-29,-6],[-14,-7],[-5,-9],[-1,-5],[-6,45],[-6,12],[-9,27],[-12,24],[-16,28],[-23,26],[-64,64],[-13,16],[-16,35],[-23,76],[-11,34],[37,12],[8,-39],[22,5],[30,-91],[4,-1],[7,1],[52,19],[-56,190],[-6,26],[-4,28],[2,20],[-6,27],[-43,138],[-17,59],[-8,17],[-38,25],[1,2],[-22,21],[-158,-83],[-27,-10],[56,-91],[-12,7],[-33,10],[-48,5],[-69,8],[-49,7],[-624,64],[-16,-1],[-9,3],[-24,7],[-37,8],[-68,2],[-2,2],[-74,3],[-249,13],[-26,-1],[-35,-2],[-14,-3],[-14,1],[-5,2],[-56,51],[-26,19],[-29,13],[-88,15],[-36,3],[-99,13],[-98,15],[-281,41],[-118,7],[-68,-2],[-83,-16],[-32,-4],[-27,-3],[-74,-5],[-13,3],[-3,5],[-7,46],[-4,15],[-194,-47],[3,-26],[4,-28],[-3,-20],[-10,-11],[-88,-47],[-18,1],[-33,1],[-83,-3],[-89,-3],[-46,-1],[-378,7],[-133,1],[-138,5],[-125,2],[-70,6],[-124,13],[-127,14],[-89,10],[-49,3],[-128,6],[-125,-1],[-50,0],[0,34],[1,45],[1,112],[0,24],[-42,9],[-114,1],[-170,5],[-183,26],[-64,10],[-114,17],[-71,-5],[-34,-12],[-24,-23],[-21,-41],[-7,-49],[-117,-62],[-15,190],[-5,3],[-27,15],[-7,-54],[-19,3],[-36,15],[-42,18],[-19,2],[-6,-1],[-46,-2],[-82,69],[-566,408],[-138,97],[-16,17],[-46,67],[-8,19],[-20,33],[-24,34],[-31,36],[-33,37],[-138,136],[-33,37],[-11,13],[-160,165],[-129,128],[0,2],[-19,17],[-160,123],[-63,32],[-69,28],[-65,21],[-24,8],[-108,14],[-90,7],[-236,6],[-133,-6],[-162,-22],[-138,-24],[-123,-23],[-95,-23],[-115,-39],[-46,-13],[-51,-11],[-31,-2],[-346,10],[-55,-5],[-610,-111],[-55,-6],[-34,4],[-30,10],[-543,216],[-4,1],[-14,14],[-12,25],[-7,7],[-30,34],[-13,12],[0,8],[0,10],[4,57],[0,12],[-2,43],[-13,62],[-8,50],[-3,14],[-18,-2],[3,714],[-4,125],[0,14],[-5,21]],[[596135,630563],[2,-12],[3,-10],[5,-10],[9,-9],[10,-6],[3,0],[9,-2],[23,1],[40,3],[109,11],[128,10],[23,3],[64,7],[63,7],[64,3],[44,-2],[-1,-28],[19,0],[34,-4],[23,-1],[29,-3],[103,-23],[56,-14],[7,-2],[63,-15],[29,-7],[21,-6],[41,-8],[74,-14],[21,-2],[24,-1],[25,0],[44,2],[24,5],[20,5],[13,8],[12,7],[91,71],[15,10],[-6,28],[29,20],[40,27],[32,21],[61,38],[73,41],[33,17],[9,4],[20,3],[-22,-67],[22,-6],[25,-12],[28,-20],[31,-25],[23,-26],[18,19],[72,-45],[20,54],[66,-32],[21,-10],[3,0],[18,-5],[19,-4],[23,0],[13,2],[13,-1],[12,-4],[13,-8],[20,-12],[41,-26],[54,-31],[69,-42],[25,-18],[13,-6],[77,-43],[22,-12],[27,-16],[107,-65],[23,-22],[46,-39],[96,-52],[189,-90],[193,-98],[37,-17],[49,-9],[69,-23],[41,-15],[45,-22],[38,-19],[75,-44],[85,-165],[16,-13],[12,-9],[125,-9],[3,38],[2,-4],[5,-4],[49,-24],[3,4],[5,5],[5,-1],[58,-31],[4,-4],[1,-7],[2,-6],[5,-4],[2,-1],[23,-217],[113,-222],[1,-9],[0,0],[340,-439],[263,-236],[-240,-214],[-111,-99],[-197,-175],[-81,68],[-66,55],[-155,120],[-95,77],[3,68],[8,29],[2,30],[3,25],[9,28],[0,19],[-9,20],[-14,29],[-8,10],[-9,14],[-16,17],[-59,51],[-80,59],[-144,98],[-133,97],[0,1],[-36,30],[-65,47],[-92,45],[-79,15],[0,-1],[-83,4],[-146,-1],[-146,-6],[-105,-8],[-60,-14],[-46,-28],[-42,-34],[-22,-17],[-39,8],[-46,3],[-13,1],[-139,13],[-167,-2],[-166,13],[-73,-10],[-92,-19],[0,0],[-38,-17],[-50,-32],[-40,-25],[-18,-14],[-11,-7],[-23,5],[-30,-3],[-65,-13],[-88,-32],[-52,-13],[-76,-13],[-90,-8],[-92,-7],[-55,-13],[-39,-15],[-228,-116],[-11,16],[-24,15],[-47,19],[-27,10],[-21,17],[-16,18],[-3,8],[-9,22],[-16,43],[-43,110],[-29,63],[-26,50],[-8,15],[-32,55],[-41,61],[-47,70],[-60,85],[-38,50],[-29,35],[-19,16],[-181,117],[-27,21],[-24,23],[-24,28],[-24,36],[-25,53],[-33,71],[-15,33],[-30,58],[-25,47],[-65,106],[-14,23],[-17,25],[-37,53],[-37,49],[-35,43],[-101,120],[83,85],[-14,96],[4,62],[-79,18],[-16,-76],[-73,27],[-2,-22],[-27,16],[-54,35],[-71,49],[-90,66],[-25,14],[-33,19],[-36,17],[-59,18],[-56,18],[-8,41],[0,3],[37,9],[78,16],[59,14],[22,3],[35,8],[55,12],[37,8],[50,11],[23,6],[4,1],[22,5],[40,10],[15,3],[12,3],[60,13],[6,1],[240,72],[25,4],[29,12],[61,24],[83,31],[27,12],[18,18],[18,16],[15,4],[64,9],[130,18],[81,9],[44,5],[12,1],[5,-5],[1,-40],[0,-30],[0,-23],[-2,-27],[-6,-21],[-2,-11],[-3,-13],[-6,-13],[-9,-16],[-8,-16],[-15,-20],[-22,-28],[-15,-22],[-13,-26],[-3,-12],[-1,-18],[1,-18],[4,-20],[7,-22],[4,-35],[1,-21],[-1,-19],[-9,-33],[-11,-29],[-7,-15],[-4,-13],[-1,-9]],[[594864,635134],[31,-18],[16,9],[13,-9],[53,-22],[16,-13],[23,-22],[22,-23],[64,-56],[24,-19],[49,-44],[21,-21],[18,-26],[20,-38],[5,-14],[3,-18],[1,-14],[18,-51],[4,-13],[0,-19],[2,-7],[-1,-2],[21,-48],[50,-24],[17,-4],[23,-8],[16,-7],[36,-21],[13,-14],[11,-12],[13,-23],[4,-17],[3,-17],[3,-20],[2,-22],[2,-23],[5,-39],[6,-39],[5,-15],[7,-17],[8,-14],[11,-18],[17,-20],[51,-35],[32,1],[50,5],[99,19],[27,13],[19,9],[16,-9],[17,-2],[14,17],[11,30],[1,27],[0,16],[2,26],[17,29],[15,21],[11,16],[19,18],[23,-1],[16,-18],[15,-25],[18,-34],[10,-20],[13,-27],[6,-21],[2,-10],[2,-19],[-16,-13],[-9,-16],[9,-15],[12,-12],[25,3],[19,7],[21,-20],[12,-15],[0,-22],[27,-12],[34,-16],[22,-7],[16,-7],[24,-17],[12,-16],[11,-20],[5,-12],[6,-17],[6,-22],[4,-17],[2,-24],[0,-16],[-2,-36],[2,-18],[5,-18],[6,-23],[14,-36],[10,-27],[12,-31],[9,-34],[13,-21],[11,-15],[1,-5],[5,-4],[-1,0],[-7,-4],[4,-8],[6,-11],[2,-9],[0,-3],[-4,-14],[-3,-7],[-1,-6],[4,-9],[10,-25],[17,-39],[5,-15],[1,-5],[2,-5],[-1,-6],[-6,-12],[-3,-11],[-3,-12],[-2,-11],[-1,-8],[1,-12],[2,-12],[2,-10],[-7,-21],[-10,-5],[-9,-11],[-12,-8],[-10,-8],[-8,-12],[-4,-27],[0,-23],[4,-11],[11,-12],[10,-8],[14,-9],[1,-2],[0,-1],[0,-1],[-3,-4],[-13,-2],[-17,0],[-9,8],[-8,12],[-13,16],[-25,18],[-16,12],[-18,10],[-6,2],[-11,2],[-11,2],[-8,8],[-19,17],[-27,18],[-11,5],[-9,0],[-13,-1],[-6,3],[-12,14],[-14,12],[-12,6],[-21,8],[-18,9],[-46,21],[-12,3],[-12,-1],[-13,0],[-12,7],[-15,12],[-26,13],[-39,15],[-48,21],[-27,17],[-18,24],[-21,32],[-18,37],[-60,127],[-57,110],[-36,65],[-37,55],[-45,62],[-68,81],[-39,42],[-15,18],[-48,47],[-79,67],[-69,51],[-51,33],[-44,23],[-66,30],[-86,34],[-44,16],[-146,45],[-137,41],[-81,23],[-132,35],[-138,42],[-13,4],[-53,19],[-109,47],[-91,45],[-104,59],[-63,42],[-13,12],[0,0],[0,0],[-21,17],[-6,8],[-16,16],[0,10],[5,5],[7,4],[2,0],[15,2],[14,2],[1,0],[0,0],[0,0],[29,-3],[22,-5],[30,-7],[2,0],[23,-5],[31,-6],[14,-3],[20,-2],[19,-1],[20,-2],[11,0],[5,0],[28,-1],[13,0],[16,1],[22,0],[0,0],[2,-3],[3,-5],[0,-1],[0,-1],[0,0],[41,13],[13,5],[0,0],[25,11],[19,2],[1,0],[22,-1],[7,8],[0,0],[0,0],[0,0],[2,1],[11,4],[10,3],[1,0],[4,1],[32,9],[0,0],[0,0],[7,-1],[32,-6],[51,-14],[53,4],[48,15],[15,10],[12,8],[32,22],[24,16],[11,7],[22,14],[8,5],[8,5],[7,5],[6,2],[0,0],[1,1],[1,0],[0,0],[21,22],[18,19],[40,42],[16,-6],[22,-9],[16,-9],[17,-15],[3,-3],[14,-16],[14,-10],[20,-12]],[[588201,649737],[11,-8],[-4,87],[-19,20],[-15,14],[-26,27],[-39,36],[-23,22],[-17,17],[-10,9],[-18,20],[-22,27],[-14,11],[-13,16],[13,7],[19,-6],[15,-6],[15,-6],[16,-7],[47,-18],[19,-9],[22,-10],[19,-9],[21,-8],[17,-8],[28,-11],[10,-3],[20,-16],[12,-7],[22,-11],[17,-6],[14,-9],[14,-9],[22,-15],[17,-11],[12,-11],[16,-7],[29,-17],[22,-12],[21,-16],[28,-25],[19,-10],[18,-9],[23,-12],[1,0],[17,-8],[16,7],[27,12],[30,14],[23,9],[25,11],[22,10],[23,11],[15,8],[17,10],[17,9],[21,9],[2,1],[8,4],[24,8],[27,6],[30,4],[33,6],[17,7],[12,10],[8,13],[12,23],[1,2],[1,1],[-2,23],[-4,0],[-20,6],[-12,9],[-23,-33],[-10,-10],[-8,-9],[-16,-11],[-19,-8],[-17,-5],[-22,-6],[-20,-8],[-26,-10],[-21,-7],[-20,-7],[-24,-5],[-30,-6],[-15,-1],[-26,-2],[-28,2],[-14,8],[-5,18],[19,8],[17,7],[25,9],[25,8],[28,7],[20,5],[16,4],[15,4],[21,8],[15,5],[26,8],[26,10],[31,13],[21,11],[3,2],[4,3],[6,9],[-9,5],[-19,15],[-11,10],[-2,1],[-9,6],[-7,5],[-11,6],[-6,3],[-16,8],[-20,9],[-30,7],[-16,3],[-18,0],[-29,-4],[-23,-7],[-8,-5],[-11,-6],[-16,-16],[-15,-12],[-28,-19],[-21,-11],[-22,-11],[-16,-6],[0,0],[-1,0],[-6,-2],[-20,0],[-18,5],[-10,2],[-7,3],[-12,-14],[-18,-16],[-21,-3],[-21,3],[-16,4],[-28,6],[-58,22],[-66,37],[-17,9],[-21,13],[-14,6],[-16,10],[-44,18],[-36,17],[-31,10],[-25,9],[-1,0],[-12,3],[-140,38],[-50,17],[-31,15],[-29,19],[-7,5],[-8,5],[-202,139],[-19,15],[-76,64],[-42,32],[-93,74],[-9,5],[-2,2],[-1,0],[-3,2],[-9,5],[-1,4],[-8,30],[-3,14],[-7,26],[0,2],[-1,1],[-9,34],[-1,3],[-2,7],[-33,120],[-3,14],[0,0],[-1,5],[0,0],[3,19],[3,13],[0,1],[0,0],[0,0],[11,21],[251,-176],[450,-302],[21,-16],[12,-13],[17,-28],[21,-37],[19,-30],[15,-17],[13,-12],[18,-9],[26,-3],[42,-6],[27,-11],[17,-10],[2,-4],[11,-16],[15,-18],[14,-19],[14,-17],[16,-13],[22,-14],[26,-11],[43,-7],[24,-6],[14,-6],[11,-7],[40,-32],[13,-6],[22,-6],[21,-5],[17,1],[20,6],[92,52],[26,13],[21,9],[21,5],[25,2],[24,-2],[42,-8],[32,-8],[35,-13],[34,-16],[3,-2],[35,-23],[11,-7],[26,-25],[8,-13],[2,-23],[1,-7],[-2,-21],[-5,-50],[-2,-18],[2,-31],[13,-32],[14,-24],[39,-38],[17,-16],[24,-31],[6,-14],[4,-16],[-2,-12],[-9,-32],[-44,-121],[-28,-70],[-46,-97],[-19,-44],[-4,-27],[1,-29],[7,-32],[13,-37],[20,-44],[18,-30],[14,-17],[25,-21],[49,-34],[20,-13],[28,-23],[23,-21],[20,-27],[14,-23],[21,-52],[15,-56],[11,-77],[7,-262],[-2,2],[-17,33],[-100,-2],[-4,6],[-9,-28],[-12,-27],[-6,-16],[-6,-59],[11,0],[34,0],[2,-22],[44,1],[1,-27],[63,40],[7,5],[2,-15],[0,-1],[10,-72],[5,-49],[3,-38],[-2,-55],[-6,-45],[-9,-47],[-24,-81],[-84,-220],[-8,-14],[-5,-21],[-5,-28],[-2,-47],[2,-47],[1,-37],[-2,-21],[-6,-26],[-7,-19],[-9,-15],[-15,-12],[-27,-8],[-4,-2],[-1,0],[-34,-13],[-31,-14],[-25,-14],[-18,-17],[-18,-27],[-22,-43],[-10,-36],[-49,-322],[-1,-20],[2,-69],[4,-22],[28,-84],[53,-140],[12,-36],[18,-65],[20,-122],[3,-40],[6,-52],[0,-3],[-3,-20],[0,-6],[-35,-172],[-7,-23],[-24,-210],[-2,-17],[-20,-167],[-6,-32],[-7,-25],[-8,-20],[-10,-17],[-9,-12],[-11,-13],[-100,-104],[-58,-46],[-86,-61],[-12,-2],[-17,1],[0,-1],[-39,4],[0,31],[2,7],[-74,5],[-16,3],[-7,5],[-16,13],[-12,22],[-36,-108],[134,-31],[5,0],[-7,-99],[0,0],[0,0],[-6,-62],[65,-3],[0,0],[0,-9],[0,-34],[-10,-185],[-11,-212],[-13,1],[-22,1],[-10,-137],[-6,-164],[1,-62],[1,-44],[2,-8],[21,-84],[0,-23],[4,-18],[1,-11],[5,-44],[3,-21],[2,-22],[9,-62],[4,-24],[7,-26],[1,-16],[2,-23],[2,-17],[0,-18],[-6,-23],[-2,-52],[-12,-177],[-7,-120],[-11,-171],[-20,-301],[-14,-220],[-15,-199],[-43,-264],[103,-3],[22,-1],[129,-25],[51,-45],[45,-25],[12,22],[21,32],[32,16],[18,0],[41,-7],[83,-17],[29,-5],[20,0],[25,8],[45,19],[7,4],[72,44],[25,6],[24,3],[26,-3],[13,-3],[0,0],[18,-4],[27,-11],[0,0],[31,-12],[6,-2],[42,-18],[48,-29],[6,-5],[-8,-12],[1,-12],[6,-8],[52,-72],[27,-45],[26,-51],[41,-119],[15,-45],[22,-62],[45,-96],[21,-38],[13,-21],[16,-18],[21,-20],[19,-20],[24,-18],[24,-13],[23,-6],[12,-2],[4,1],[11,1],[-3,-20],[-5,-32],[-2,-29],[87,36],[16,-42],[11,8],[12,8],[6,-17],[31,-73],[35,-84],[3,-6],[12,-23],[7,-14],[4,-8],[21,-42],[25,-46],[17,-34],[19,-37],[45,24],[38,22],[145,-64],[271,-125],[71,-38],[58,-44],[26,12],[47,43],[23,21],[7,5],[31,17],[17,8],[15,2],[13,-4],[17,-11],[32,-39],[9,-16],[20,-13],[19,-8],[15,-4],[66,-1],[18,-3],[17,-7],[33,-22],[38,-30],[26,-21],[-9,-12],[12,-11],[39,-28],[-5,-20],[19,-5],[35,-24],[85,-91],[26,-6],[39,-12],[31,16],[6,32],[61,-17],[16,-4],[43,-9],[44,-6],[31,0],[51,1],[42,7],[17,5],[9,3],[15,7],[22,23],[21,23],[30,43],[23,38],[19,24],[20,21],[23,17],[8,4],[10,7],[13,3],[27,1],[8,-3],[29,-11],[22,-10],[10,-4],[16,-7],[19,-9],[32,-17],[32,-19],[24,-13],[0,0],[20,-13],[16,-12],[28,-24],[14,-17],[9,-14],[8,-23],[4,-17],[0,-17],[-1,-8],[-3,-15],[-5,-17],[-8,-14],[-3,-3],[-13,-18],[-25,-28],[-19,-22],[-28,-28],[-22,-22],[-28,-28],[-14,-13],[-8,-5],[-40,-17],[-8,-2],[-20,-1],[-20,-2],[-19,-3],[-24,-4],[-21,-6],[-28,-11],[-14,-27],[-13,-6],[-19,-14],[-17,-25],[-16,-22],[-13,-12],[-14,-12],[-16,-14],[-5,-5],[-18,-12],[-14,-16],[-8,-20],[-5,-25],[-1,-14],[-1,-10],[-5,-57],[-2,-29],[-3,-20],[-2,-26],[-3,-11],[0,-1],[-1,-4],[-11,-30],[-2,-4],[-4,-11],[-22,-35],[-59,-86],[-44,-59],[-7,-9],[-11,-16],[-11,-15],[-16,-19],[-15,-12],[-14,-11],[-16,-13],[-15,-13],[-42,-38],[-16,-7],[-27,-12],[-35,-15],[-32,-14],[-34,-16],[-23,-10],[-20,-10],[-7,-21],[-1,-3],[6,-15],[8,-22],[5,-10],[18,-39],[16,-34],[21,-45],[22,-47],[21,-47],[20,-42],[35,-74],[32,-66],[16,-33],[12,-24],[13,-20],[15,-12],[21,-7],[41,-12],[38,-11],[50,-13],[54,-15],[42,-11],[31,-9],[27,-16],[21,-23],[10,-28],[36,-81],[25,-58],[28,-63],[3,-9],[14,-34],[47,-114],[42,-98],[22,-55],[27,-63],[27,-63],[16,-32],[35,-76],[41,-91],[29,-69],[22,-52],[28,-67],[31,-72],[21,-51],[-3,-1],[-1,-1],[-80,-45],[93,-11],[13,-2],[10,-1],[47,-44],[45,-40],[15,-17],[31,-36],[19,-33],[27,-44],[17,-28],[20,-28],[20,-28],[29,-39],[28,-36],[39,-45],[45,-83],[49,-166],[4,-16],[0,-1],[6,-24],[37,-45],[125,-143],[79,-51],[52,-16],[21,-39],[40,-189],[9,-45],[-2,0],[5,-52],[44,-65],[39,-46],[34,-42],[5,-6],[23,-27],[5,-6],[21,-26],[37,-52],[22,-31],[58,-70],[92,-63],[73,-78],[4,-7],[8,-50],[0,-46],[-4,-27],[4,-17],[3,-38],[2,-21],[1,-29],[1,-17],[1,-23],[-1,-14],[0,-18],[-2,-18],[-3,-26],[-2,-20],[-10,-14],[-13,1],[-31,5],[-43,4],[-15,0],[-14,-4],[-4,-3],[-5,-4],[-7,-11],[-24,-54],[-21,-45],[-37,23],[-51,28],[-15,6],[-7,-16],[-15,-29],[-10,-10],[-37,-31],[-92,109],[-98,125],[-20,27],[-173,254],[-109,296],[-3,13],[-57,283],[-43,202],[-25,120],[-69,231],[-64,161],[-22,52],[-53,72],[0,0],[-89,118],[-4,5],[0,0],[-100,86],[-60,55],[-31,26],[-32,28],[-53,32],[-78,40],[-102,59],[-105,42],[-147,56],[-134,65],[-109,62],[-88,51],[-19,13],[-89,64],[-57,50],[-63,70],[-59,80],[-12,34],[-12,54],[-36,157],[-11,97],[-17,196],[-14,169],[-18,145],[-35,201],[-15,44],[-25,63],[-94,187],[-41,72],[-104,121],[-185,198],[-96,108],[-141,172],[-38,53],[-13,26],[-4,18],[0,4],[-1,2],[-39,58],[-22,33],[-31,44],[5,8],[15,26],[16,3],[60,-30],[-29,88],[-11,7],[-27,14],[-12,3],[-6,-1],[-29,-32],[-12,-7],[-10,-5],[-7,0],[-2,0],[-17,6],[-29,17],[-50,42],[-43,35],[-15,11],[-13,8],[-16,10],[-19,11],[-22,13],[-12,5],[-123,56],[-98,36],[-27,10],[-173,31],[-107,19],[-112,14],[-128,23],[-128,36],[-109,35],[-94,33],[-79,28],[-61,26],[-96,32],[-34,13],[-95,35],[-83,44],[-7,4],[-72,49],[-33,35],[-1,1],[-100,47],[-106,76],[-127,86],[-108,80],[-154,127],[-114,102],[-100,95],[-76,80],[-27,27],[-16,16],[-9,6],[-33,27],[-33,43],[-10,11],[-52,58],[-26,40],[-18,31],[-20,37],[-28,66],[-19,51],[-3,9],[-31,64],[-14,38],[-9,28],[17,-11],[0,0],[0,0],[0,1],[-17,12],[-4,10],[-13,67],[-5,61],[-4,39],[-2,29],[-1,61],[-1,37],[1,14],[13,100],[16,112],[3,14],[2,13],[12,59],[3,17],[19,-12],[1,2],[-20,13],[8,40],[2,3],[15,64],[4,16],[21,59],[22,62],[27,74],[10,28],[38,88],[52,118],[2,7],[19,44],[14,32],[9,21],[12,31],[18,59],[8,56],[9,12],[21,24],[10,14],[20,56],[12,42],[1,19],[-1,33],[1,9],[8,8],[8,-1],[2,-4],[91,53],[-13,37],[-8,33],[-2,17],[0,8],[-1,2],[-2,20],[-2,108],[0,5],[1,128],[0,8],[0,2],[-7,129],[-15,104],[-18,68],[-12,40],[-19,114],[-15,102],[-10,67],[-16,147],[-7,87],[1,94],[-8,121],[11,523],[7,287],[33,774],[9,222],[6,137],[2,29],[4,62],[0,4],[-6,86],[-15,127],[-17,85],[-50,178],[-109,309],[-1,5],[-42,100],[-40,94],[-75,153],[-62,111],[-63,96],[-46,68],[-73,111],[-34,51],[-61,113],[-83,154],[-40,73],[-37,71],[-25,48],[-27,59],[-32,85],[-144,270],[-222,343],[-76,118],[-193,322],[-2,14],[4,9],[8,5],[10,0],[10,-5],[27,-34],[7,-6],[23,-19],[16,-12],[49,-20],[52,-22],[43,-18],[33,-15],[33,-10],[47,-16],[59,-22],[15,-5],[28,-10],[24,-8],[25,-5],[22,-5],[19,-4],[28,-6],[34,-7],[34,-6],[21,-5],[29,-6],[40,-8],[33,-4],[36,-3],[22,0],[16,-1],[7,-2],[6,-2],[15,-4],[24,-9],[33,-9],[24,-7],[4,-1],[20,-5],[34,-10],[20,-6],[19,-5],[17,-5],[18,-6],[39,-15],[20,-8],[29,-15],[19,-9],[32,-16],[18,-9],[18,-10],[30,-15],[21,-11],[16,-11],[19,-12],[12,-9],[35,-24],[20,-13],[35,-26],[31,-21],[23,-16],[28,-21],[21,-13],[9,-7],[4,-2],[18,-13],[18,-14],[17,-14],[17,-14],[14,-11],[39,-30],[2,-1],[38,-32],[35,-28],[31,-24],[36,-28],[26,-21],[47,-38],[38,-29],[21,-18],[29,-23],[30,-25],[29,-22],[3,-3],[46,-35],[34,-28],[55,-44],[34,-27],[29,-23],[55,-43],[32,-27],[20,-17]],[[331951,286175],[16,-11],[11,-10],[7,-11],[-3,-3],[8,-17],[6,-18],[5,-14],[16,-21],[12,-16],[3,-9],[4,-22],[13,-20],[21,-34],[-9,-14],[-12,-16],[-1,-1],[0,-1],[0,0],[0,-1],[0,-1],[0,-1],[0,0],[0,-1],[0,0],[0,-1],[0,-1],[0,-1],[2,-1],[6,-4],[33,-19],[37,-21],[12,-8],[15,-9],[24,-18],[31,-24],[2,-2],[18,-14],[33,-9],[11,-4],[27,-20],[2,-1],[26,-19],[0,0],[10,-7],[5,-3],[15,-8],[9,-3],[11,-5],[24,-8],[6,-1],[7,-3],[4,-5],[20,-25],[12,-15],[1,-1],[0,-1],[1,-1],[0,0],[1,-1],[1,-1],[0,0],[1,-1],[1,0],[0,-1],[1,0],[1,0],[1,-1],[1,0],[0,0],[1,0],[1,0],[1,0],[1,0],[23,-1],[22,-1],[-4,-6],[3,-3],[5,-11],[16,-36],[10,-22],[7,-11],[27,-52],[1,-17],[-8,-32],[-11,-18],[-28,-23],[-38,-28],[-32,-20],[-15,-13],[-11,-16],[-2,-16],[-1,-14],[21,-24],[13,-19],[1,-5],[3,-15],[2,-24],[7,-15],[6,-6],[11,-10],[15,-9],[23,-14],[15,-18],[21,-22],[37,-28],[20,-22],[15,-25],[5,-18],[7,-24],[0,0],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-2],[0,-1],[1,-1],[1,-1],[0,-1],[1,-1],[0,-2],[0,-1],[3,-8],[8,-26],[3,-13],[15,-16],[16,-9],[1,0],[21,-3],[24,0],[36,8],[38,5],[33,-2],[28,-7],[38,-22],[2,-2],[2,-1],[37,-21],[11,-7],[19,-8],[23,-9],[12,-4],[59,-22],[15,-7],[19,-4],[-3,-8],[-4,-10],[6,-27],[-2,0],[8,-34],[-3,-16],[24,-41],[20,-33],[2,-3],[2,-4],[2,-3],[2,-3],[2,-3],[2,-3],[2,-4],[1,-3],[2,-3],[2,-3],[2,-3],[1,-4],[2,-3],[1,-3],[3,-5],[22,-43],[61,-109],[17,-32],[3,-7],[38,-88],[10,-26],[56,-79],[119,-163],[149,-203],[143,-198],[10,10],[26,21],[38,27],[41,25],[62,35],[5,4],[1,-3],[14,13],[1,8],[0,2],[9,11],[37,61],[145,211],[20,-27],[47,-61],[43,-58],[32,-50],[34,-55],[27,-52],[30,-72],[32,-73],[20,-51],[17,-61],[18,-93],[12,-76],[5,-61],[3,-83],[-1,-33],[-2,-29],[0,-16],[0,-11],[-4,-110],[-4,-44],[-7,-63],[-8,-48],[-13,-46],[-15,-49],[-2,-6],[-20,0],[0,1],[1,4],[2,7],[-156,2],[-4,0],[-312,0],[-12,0],[-83,-1],[-184,-2],[-1,0],[-147,1],[-56,9],[-4,1],[-2,63],[9,9],[-34,299],[-3,30],[-94,3],[-30,0],[-145,3],[-13,0],[-13,1],[-24,4],[-27,6],[-26,8],[-3,1],[-35,14],[-5,5],[-37,25],[-9,8],[-27,23],[-30,33],[-28,36],[-1,0],[-17,-9],[-8,-4],[-20,-7],[-17,-4],[-14,-16],[-15,-13],[-24,-20],[-5,-3],[32,-159],[-60,-16],[4,-18],[-26,-9],[-82,-22],[-106,-30],[-18,-5],[-42,-12],[-37,-10],[-335,-93],[-223,-60],[-541,-151],[-34,74],[-4,3],[-5,13],[-6,13],[-71,74],[-4,5],[-44,46],[-15,4],[-2,2],[-298,84],[-391,111],[-22,6],[4,6],[49,79],[25,39],[13,22],[34,56],[13,20],[49,80],[7,19],[-6,18],[-12,12],[-5,5],[-11,22],[-22,15],[0,0],[-15,14],[-19,13],[-2,1],[-4,4],[-35,30],[-12,11],[-5,41],[-1,12],[-6,62],[-9,87],[-3,24],[-15,14],[-2,0],[-78,-23],[-17,-5],[-18,-6],[-50,-15],[-3,38],[-5,88],[-98,-28],[-159,-46],[0,1],[-8,32],[-12,50],[-13,52],[-9,36],[-12,44],[-10,40],[-15,55],[-14,50],[-14,48],[-16,51],[-18,57],[-10,30],[-9,25],[-8,22],[-15,39],[-12,29],[-15,38],[10,113],[11,112],[-34,83],[-3,8],[-4,10],[-14,35],[-42,104],[-11,25],[14,7],[-9,23],[-3,-1],[-83,-40],[-107,-52],[-7,3],[-5,4],[-4,4],[-2,1],[-3,2],[-2,4],[-4,7],[-5,8],[-7,9],[0,1],[0,0],[-27,143],[72,63],[73,64],[23,21],[53,106],[-10,8],[-9,4],[16,60],[14,8],[7,17],[-3,21],[-5,7],[0,0],[31,71],[28,43],[41,47],[35,28],[52,32],[0,1],[21,2],[23,0],[22,-2],[15,-3],[11,-3],[19,-8],[13,-14],[4,-5],[36,0],[227,-7],[286,-10],[168,-6],[100,-1],[-6,14],[0,0],[0,0],[30,5],[14,19],[-21,31],[-28,5],[-58,126],[-21,48],[-12,25],[-1,3],[0,0],[-25,57],[5,13],[1,25],[6,28],[7,14],[6,11],[31,36],[15,12],[5,0],[8,1],[10,4],[21,14],[191,133],[38,20],[52,32],[12,8],[46,33],[3,2],[25,18],[74,53],[5,3],[21,13],[1,6],[4,7],[11,8],[16,16],[2,5],[9,16],[7,18],[11,31],[6,29],[19,6],[-1,-22],[17,-2],[20,-9],[10,-8],[-2,-1],[5,-1],[3,-1],[56,-34],[17,-13],[22,-23],[23,-26],[24,-21],[26,-28],[17,-16],[22,-15],[18,-20],[9,-9],[15,-11],[22,-19],[20,-13],[31,-25],[12,-16],[12,-19],[12,-13],[104,-91],[19,-13]],[[578908,812059],[-15,-26],[-52,-55],[-11,-7],[-7,-6],[-27,0],[-121,11],[-69,9],[-74,9],[-42,11],[-7,1],[-34,18],[-42,29],[-119,86],[-46,38],[-35,33],[-20,33],[-16,34],[-20,49],[-24,69],[-30,66],[-14,27],[-3,16],[1,30],[-4,2],[-10,4],[-32,7],[-25,4],[-20,-8],[-52,-23],[-91,-56],[-76,-45],[-32,-16],[-22,-7],[-53,-8],[-44,-2],[-24,2],[-17,6],[-10,3],[-13,11],[-15,28],[-71,151],[-23,17],[-29,8],[-36,1],[-130,-21],[-88,-96],[-74,-70],[-46,-18],[-85,-45],[-23,-18],[-19,-15],[-44,-58],[-30,-42],[-17,-15],[-21,-12],[-15,-5],[-79,-26],[-151,-49],[-16,-6],[-16,-11],[-58,-46],[-37,-31],[-20,-10],[-23,-4],[-36,11],[-34,19],[-34,29],[-9,8],[-36,39],[-20,29],[-33,71],[-33,65],[-21,27],[-25,10],[-18,1],[-15,-8],[-30,-31],[-87,-101],[-15,-14],[-24,-3],[-17,8],[-11,16],[-6,16],[-1,56],[12,85],[15,46],[78,152],[27,54],[2,21],[1,71],[-9,39],[-20,36],[-62,57],[-49,39],[-21,11],[-28,8],[-39,4],[-6,-1],[-13,-3],[-17,-9],[-2,-4],[-23,-32],[-35,-41],[-52,-52],[-9,-10],[-34,-29],[-23,-14],[-19,-14],[-15,-19],[-12,-24],[-6,-23],[1,-32],[7,-23],[35,-81],[2,-15],[0,-12],[-13,-18],[-20,-15],[-38,-18],[-24,-4],[-25,2],[-181,51],[-21,4],[-20,-4],[-50,-20],[-133,-66],[-285,-140],[-25,-6],[-30,0],[-30,3],[-23,9],[-32,17],[-9,6],[-51,31],[-35,17],[-34,13],[-39,8],[-97,15],[-80,19],[-114,32],[-78,15],[-143,23],[-45,13],[-130,89],[-139,106],[-4,2],[-25,10],[-120,23],[-28,13],[-17,16],[-7,14],[-9,36],[-1,27],[13,45],[47,133],[10,37],[7,44],[1,63],[-8,38],[-15,50],[-64,133],[-15,61],[-15,85],[-7,16],[-20,28],[-94,87],[-62,45],[-90,52],[-73,29],[-177,55],[-236,53],[-26,0],[-45,27],[-38,24]],[[572509,813876],[118,242],[124,254],[55,108],[313,612],[62,118],[114,224],[87,173],[64,128],[64,123],[106,217],[154,306],[64,130],[5,14],[40,77],[162,318],[177,353],[17,32],[39,68],[135,260],[173,314],[158,262],[57,97],[114,191],[8,-4],[29,-20],[56,-42],[15,-11],[15,-10],[179,-121],[141,-97],[41,-28],[31,-21],[89,-59],[53,-37],[25,-19],[144,-89],[83,-51],[71,-47],[59,-35],[18,-9],[248,-141],[16,-9],[41,-25],[25,-14],[84,-50],[20,-13],[14,-9],[24,-14],[85,-49],[114,-70],[40,-24],[56,-34],[37,-23],[64,-37],[13,-12],[10,-6],[14,-8],[10,-6],[29,-15],[132,-75],[75,-41],[23,-14],[103,-63],[13,-13],[19,-17],[17,-18],[22,-15],[55,-28],[114,-47],[43,-20],[-6,-10],[105,-40],[59,-23],[104,-39],[208,-87],[60,-30],[15,-7],[91,-47],[136,-55],[71,-40],[162,-62],[17,-7],[5,-7],[39,-2],[18,-4],[109,-10],[152,3],[32,9],[44,7],[192,32],[139,20],[33,5],[167,28],[47,7],[0,-269],[-5,-136],[-10,-249],[-6,-111],[-18,-368],[-10,-271],[0,-11],[-3,-24],[-11,-10],[-19,-482],[-3,-100],[-1,-25],[-7,-185],[-9,-74],[-39,-143],[-20,-67],[-3,-9],[-5,-11],[-23,-49],[-39,-72],[-54,-93],[-89,-136],[-56,-96],[-22,-54],[-19,-46],[-5,-47],[-9,-74],[-111,-1031],[-6,-57],[-17,-169]],[[572236,813995],[-102,117],[-54,68],[-53,72],[-10,11],[-148,167],[-24,31],[-31,40],[-22,33],[-9,22],[2,31],[8,21],[12,21],[46,48],[17,28],[8,22],[5,54],[-4,43],[-3,16],[-9,26],[-33,64],[-13,27],[-9,29],[-9,37],[-10,21],[-28,39],[-35,41],[-18,15],[-63,77],[-79,97],[-37,42],[-41,40],[-27,20],[-9,7],[-34,33],[-6,8],[-37,44],[-14,24],[-39,56],[-13,26],[-2,18],[0,16],[1,12],[5,11],[4,15],[31,67],[18,46],[11,37],[2,18],[-22,45],[-9,13],[-9,11],[-16,14],[-16,9],[-30,8],[-30,6],[-30,2],[-28,-1],[-37,0],[-31,-7],[-18,-3],[-14,-7],[-8,-5],[-13,-10],[-17,-17],[-21,-25],[-34,-53],[-23,-30],[-25,-37],[-25,-37],[-23,-30],[-50,-59],[-13,-13],[-15,-10],[-36,-17],[-22,-5],[-24,-2],[-18,0],[-19,5],[-19,12],[-22,26],[-16,53],[-16,25],[-28,44],[-58,53],[-59,51],[-73,44],[-40,7],[-30,-10],[-51,-40],[-38,-37],[-17,-35],[-8,-48],[-18,-121],[-1,-89],[-13,-45],[-19,-38],[-34,-32],[-35,-15],[-22,-14],[-31,-13],[-36,0],[-25,6],[-5,1],[-40,34],[-54,76],[-58,107],[-41,88],[-14,28],[-7,13],[-27,37],[-60,36],[-30,2],[-60,1],[-62,-6],[-34,-4],[-62,-3],[-44,4],[-21,5],[-18,10],[-18,8],[-25,5],[-25,4],[-41,2],[-13,1],[-35,-1],[-40,0],[-17,1],[-32,-8],[-64,-16],[-24,-1],[-38,5],[-44,15],[-25,11],[-23,18],[-26,29],[-29,35],[-21,24],[-36,40],[-60,49],[-52,39],[-64,23],[-10,4],[-64,30],[-30,42],[-43,80],[-17,49],[4,52],[18,30],[36,26],[35,19],[14,26],[9,17],[19,42],[11,42],[0,53],[-19,54],[-15,35],[3,29],[6,14],[0,15],[-19,12],[-25,0],[-16,-11],[-24,47],[-30,37],[-45,63],[-54,52],[-39,28],[-76,32],[-148,82],[-10,3],[-41,11],[-60,-11],[-75,-35],[-56,-52],[-49,-42],[-55,-32],[-37,-13],[-42,-11],[-51,23],[-57,40],[-55,30],[-47,15],[-23,-1],[-6,-1],[-29,-4],[-55,-11],[-47,-14],[-35,-8],[-30,-10],[-22,-3],[-23,-4],[-41,-3],[-21,-2],[-23,-1],[-28,0],[-37,-5],[-40,-9],[-11,-3],[-54,-15],[-50,-19],[-44,-11],[-17,0],[-67,2],[-19,5],[-22,3],[-43,14],[-35,14],[-24,12],[-52,33],[-81,59]],[[566474,817039],[13,26],[122,235],[142,260],[56,96],[41,49],[59,55],[54,43],[27,17],[25,11],[84,37],[31,11],[24,4],[30,5],[20,1],[28,3],[48,-1],[22,-1],[29,0],[26,-2],[23,-7],[39,-12],[122,-38],[126,-39],[127,-39],[25,-8],[90,-27],[73,-23],[79,-25],[209,-64],[80,-25],[105,-34],[102,-31],[85,-28],[37,-11],[8,-3],[37,-10],[77,-22],[39,-14],[31,-11],[38,-15],[17,-10],[12,-9],[73,-54],[108,-78],[155,-114],[73,-55],[98,-71],[179,-131],[145,-108],[78,-59],[25,-18],[39,-30],[65,-46],[99,-72],[68,-41],[36,-15],[43,-15],[25,82],[11,-3],[39,-7],[108,-12],[86,-1],[190,-11],[26,-3],[187,-10],[204,-13],[215,-10],[421,-26],[218,-7],[206,-11],[107,-7],[142,-9],[75,6],[48,9],[55,21],[51,28],[7,4],[59,42],[46,40],[23,25],[18,23],[15,22],[23,36],[23,37],[35,70],[21,46],[37,76],[58,119],[32,60],[42,72],[29,49],[273,451],[12,23],[22,32],[83,134],[54,90],[128,208],[41,65],[48,75],[42,66],[81,122],[143,227],[139,219],[17,26],[30,-23],[38,-28],[31,-24],[1,2],[3,-4],[24,-13],[27,-18],[31,-24],[32,-25],[27,-24],[35,-26],[25,-18],[25,-19],[60,-40],[68,-45],[22,-16],[20,-13],[4,-9],[2,-13],[-4,-17],[-18,-26],[-37,-66],[-15,-26],[-136,-226],[-197,-345],[-107,-196],[-94,-172],[-96,-187],[-172,-340],[-123,-239],[-17,-36],[-11,-18],[-17,-34],[-58,-112],[-60,-120],[-106,-207],[-21,-40],[-20,-44],[-43,-80],[-38,-74],[-28,-55],[-59,-115],[-23,-41],[-8,-18],[-28,-56],[-100,-191],[-14,-30],[-6,-7],[-21,-45],[-88,-173],[-36,-70],[-11,-21],[-11,-20],[-10,-20],[-21,-46],[18,-10],[-17,-32],[-104,-190],[-96,-174],[-118,-214],[-35,-67],[-90,-169],[-77,-147],[-45,-76],[-36,16]],[[578908,812059],[4,-47],[0,-4],[14,-57],[64,-195],[42,-127],[64,-211],[87,-278],[14,-44],[5,-18],[56,-179],[22,-74],[10,-33],[-91,-41],[41,-142],[70,30],[-65,-112],[-33,-63],[-102,-188],[-14,-33],[2,-7],[55,-207],[-147,-42],[-2,0],[-115,-15],[-4,24],[-100,-25],[-44,-13],[-64,-18],[-25,-7],[13,-80],[14,-92],[19,-113],[69,-433],[16,-27],[-127,-61],[36,-283],[5,-40],[3,-24],[9,-72],[56,-380],[60,-409],[23,-158],[4,-28],[-74,-9],[-76,-17],[-63,-15],[-47,-13],[-69,-20],[-22,-7],[-50,-17],[-132,-47],[-80,-27],[-53,-18],[-50,-15],[-147,-45],[-27,-8],[6,-21],[63,-204],[-21,-9],[-6,-3],[-276,-95],[-114,-38],[-22,-8],[-3,-1],[-205,-69],[-5,0],[-19,-3],[-246,145],[-40,141],[-30,-7],[-89,-25],[-17,-2],[-36,-10],[-6,2],[-31,116],[-2,6],[-46,-12],[-25,-6],[-22,-6],[-74,-20],[-41,-12],[-111,-33],[-16,-5],[-17,-4],[-138,-30],[-64,-13],[-20,-4],[-175,-36],[-15,-5],[-6,0],[-16,-2],[-7,7],[-6,12],[-10,38],[-38,207],[-162,-14],[-185,-15],[-88,-7],[-107,-9],[-14,128],[-9,18],[-17,19],[-44,33],[-40,21],[-30,13],[-42,10],[-66,8],[-51,6],[-47,-2],[-54,-7],[-58,-11],[-34,-16],[-186,421],[-384,873],[-32,73],[102,56],[-42,86],[-5,-6],[-32,-23],[-57,-34],[0,0],[-19,41],[-1316,2994],[-17,31],[-17,21],[-25,23],[-24,15],[-922,434],[-69,32],[38,82],[9,-5],[73,141],[89,181],[359,761],[18,38]],[[572236,813995],[13,-22],[4,-13],[-4,-14],[-6,-8],[-17,-1],[-18,-64],[-487,-903],[-19,-78],[-4,-8],[-6,0],[-22,11],[-42,20],[-33,-82],[-126,60],[-1488,714],[-1510,707],[-1750,810],[-213,99],[-274,128],[-176,85],[-203,100],[-132,65],[-11,5],[-11,7],[9,17],[57,101],[59,116],[28,52],[173,317],[63,119],[117,213],[120,225],[147,266]],[[650939,615870],[7,-157],[4,-25],[3,-83],[3,-108],[32,-517],[33,-502],[1,-9],[7,-36],[13,-102],[12,-125],[9,-164],[-3,-85],[-1,-26],[-3,-65],[-5,-98],[-2,-44],[-13,-109],[-12,-85],[-39,-182],[-12,-55],[-10,-56],[-11,-94],[-4,-69],[0,-82],[-1,-63],[-1,-39],[2,-242],[2,-372],[2,-167],[1,-23],[5,-64],[8,-88],[15,-131],[83,-588],[17,-113],[56,-376],[3,-19],[18,-121],[40,-253],[12,-93],[1,-14],[4,-103],[1,-39],[-33,6],[-46,7],[-6,1],[-41,1],[-29,2],[-260,49],[-19,3],[-20,-18],[-118,-118],[-20,17],[6,9],[-27,27],[-38,-40],[-21,-12],[-22,-7],[-9,1],[-21,-16],[-27,-21],[-78,-45],[-66,-40],[-69,-50],[65,-82],[-51,-59],[-100,113],[-128,-44],[0,-3],[170,-213],[0,0],[-71,-41],[-63,-47],[-108,-89],[-118,-130],[-148,-162],[-74,-84],[-16,-11],[-4,3],[-35,-9],[-38,1],[-37,14],[-5,1],[-55,-73],[-9,3],[-136,131],[-29,22],[-45,43],[-27,9],[-50,11],[-68,7],[-27,-26],[-20,-19],[-13,-6],[-14,-2],[-17,3],[-18,10],[-22,20],[-21,20],[-41,-5],[-54,-4],[-40,-96],[-9,-4],[-14,-2],[-45,13],[-7,-3],[-17,-25],[-13,-3],[-13,2],[-33,15],[-48,16],[-56,11],[-41,5],[-83,0],[-88,-159],[-28,-8],[-20,-12],[-16,-18],[-23,-12],[-25,-23],[-23,-37],[-17,-30],[-197,95],[-9,-13],[-16,-14],[-40,-68],[-18,-24],[-23,-21],[-31,-20],[-93,-53],[-31,-27],[-33,-34],[-31,-43],[-35,-59],[-38,-74],[-8,-15],[-131,62],[-50,-41],[-34,-40],[-36,-56],[-43,-69],[-16,-13],[-22,-27],[-16,-12],[-29,-18],[-57,-23],[-29,-15],[-18,-16],[-28,-40],[-14,-16],[-18,-13],[-65,-25],[-39,-17],[-50,-35],[-30,-23],[-10,-13],[-23,-26],[-24,-18],[-13,-16],[-11,-23],[-4,-18],[-3,-9],[-1,-63],[3,-22],[6,-17],[65,14],[15,6],[21,-8],[18,2],[17,-3],[19,-9],[30,-14],[21,-13],[9,-4],[44,5],[35,-7],[91,-47],[-2,-14],[-4,-11],[-15,-7],[0,-7],[3,-11],[-1,-21],[7,-30],[20,-51],[11,-38],[8,-47],[3,-47],[-7,-54],[-21,-94],[-4,-19],[-4,-17],[-31,-110],[-6,-15],[-32,-94],[-27,-65],[-51,-121],[-8,-20],[-26,-120],[-68,-111],[-31,-182],[3,-19],[1,-5],[89,-158],[-15,-57],[17,-69],[0,-13],[19,-14],[-4,-1],[-65,-37],[-44,-37],[5,0],[30,-10],[31,-15],[-15,-18],[-7,-8],[-13,-2],[-29,6],[-30,1],[-21,-6],[-24,-18],[-42,-39],[-24,-13],[-26,-3],[-10,-24],[-8,-33],[-2,-25],[-12,-39],[-3,-30],[0,-65],[2,-8],[5,-20],[3,-8],[8,-55],[4,-79],[-7,-104],[-28,-364],[-2,-58],[7,-70],[0,-54],[16,-25],[9,-21],[5,-27],[2,-25],[5,-14],[15,-21],[10,-22],[6,-31],[8,-41],[13,-29],[5,-20],[2,-30],[3,-12],[3,-3],[12,-13],[15,-20],[8,-6],[17,1],[14,4],[9,-4],[10,-16],[7,-20],[16,-18],[23,-35],[11,-11],[26,-16],[18,-21],[26,-33],[21,-20],[20,-12],[25,-7],[40,-4],[31,-9],[37,-20],[48,-36],[32,-18],[22,-8],[30,-4],[29,-12],[46,-29],[42,-36],[31,-31],[3,-16],[-12,-25],[21,-12],[124,-65],[-23,-9],[-25,-10],[-170,-77],[-73,-37],[-14,-9],[-19,-12],[-15,-11],[-26,-21],[-31,-26],[-8,-8],[-45,-39],[-813,-825],[-138,-131],[-88,-72],[-89,-61],[-86,-48],[-146,-58],[-110,-33],[-46,-10],[-32,-4],[-26,-4],[-44,-3],[-37,2],[-72,8],[-111,11],[-64,10],[-28,7],[-34,10],[-54,24],[-24,13],[-283,170],[-17,10],[-973,581],[-24,14],[-132,79],[-51,31],[-30,19],[-28,25],[-21,23],[-168,188],[-66,76],[-9,10],[-58,67],[-11,13],[-76,88],[-26,30],[-124,138],[-80,83],[-52,53],[-63,68],[-100,108],[-186,213],[-6,10],[155,426],[20,5],[20,22],[14,21],[3,22],[-1,14],[-6,16],[7,7],[4,112],[8,186],[3,35],[1,30],[4,37],[13,57],[21,106],[19,101],[19,89],[-73,2],[-658,16],[-516,14],[10,29],[28,59],[289,508],[14,25],[1225,2113],[15,24],[0,0],[-19,17],[-18,15],[-108,107],[-12,9],[-22,18],[-35,18],[-39,7],[-41,4],[-2,483],[0,279],[2,28],[-68,53],[-279,215],[-117,79],[-83,57],[-230,144],[442,84],[75,14],[7,41],[321,64],[-4,-55],[726,151],[8,8],[-1,26],[-9,39],[-3,14],[-4,32],[7,48],[23,3],[119,700],[3,21],[5,23],[99,628],[13,43],[35,95],[54,152],[7,43],[27,99],[8,29],[16,39],[26,49],[71,149],[72,177],[28,69],[30,21],[17,35],[11,39],[6,47],[-16,38],[-9,23],[15,53],[-17,42],[-276,914],[209,92],[141,61],[130,56],[71,31],[108,46],[104,45],[259,111],[-310,546],[285,122],[226,-382],[8,-12],[106,69],[-68,114],[104,69],[-59,102],[78,52],[-1,2],[145,96],[125,-197],[143,100],[-108,191],[-9,17],[116,75],[7,2],[18,-13],[12,-15],[56,-98],[152,110],[-25,41],[-46,81],[147,58],[11,5],[82,-139],[142,87],[-134,230],[-120,206],[46,27],[51,57],[222,152],[201,136],[89,-149],[263,-447],[85,-142],[286,132],[-30,60],[-4,7],[-27,47],[-34,56],[-17,27],[-100,161],[-33,55],[-76,123],[39,35],[42,30],[31,19],[5,-6],[12,6],[10,4],[24,9],[27,0],[28,-5],[30,4],[22,14],[28,10],[62,-3],[26,5],[83,5],[93,-146],[180,46],[178,49],[-26,38],[29,24],[10,8],[75,-103],[10,-8],[17,5],[30,28],[19,-28],[-36,-34],[-9,-14],[2,-30],[20,-36],[8,-19],[16,-37],[0,-55],[4,-41],[9,-44],[15,0],[91,-10],[36,0],[-1,9],[4,17],[7,7],[9,4],[17,1],[12,0],[-11,32],[-26,22],[-3,21],[-1,24],[-9,17],[-17,3],[-15,-17],[-14,3],[-20,54],[-7,24],[-19,43],[46,29],[82,-116],[488,113],[3,70],[228,-125],[23,-10],[80,-43],[39,-14],[47,-15],[51,-8],[59,11],[67,23],[29,15],[26,14],[29,13],[57,36],[2,-2],[56,-74],[8,-23],[7,-19],[15,-28],[19,-21],[22,-12],[30,-11],[24,-23],[22,-30],[92,-164],[15,-24],[50,-69],[47,-56],[78,103],[94,131],[21,30],[91,125],[12,14],[367,445],[65,68],[0,-1],[47,-56],[40,-47],[16,-24],[12,-11],[18,-26],[10,-14],[29,-54],[30,-58],[24,-57],[21,-62],[19,-79],[12,-90],[0,-11],[19,-312]],[[671671,632186],[63,6],[50,5],[-7,-9],[-5,-13],[-30,-32],[-6,-19],[4,-28]],[[671740,632096],[-15,-20],[-19,-35],[-35,145]],[[669528,630587],[13,4],[831,264],[20,-69],[24,-2],[25,-8],[50,-28],[31,-9],[22,0],[24,-2],[13,-11],[24,-10],[13,4],[64,34],[11,7],[21,9],[35,1],[23,-2],[14,-6],[18,-1],[24,9],[21,15],[29,32],[50,44],[38,30],[40,26],[20,12],[54,18],[32,22],[12,18],[59,66],[31,23],[36,30],[28,30],[34,31],[13,10],[18,6],[12,0],[45,25],[135,59],[222,102],[52,30],[9,-9],[38,-67],[26,-67],[57,-136],[26,-92],[0,-1],[76,6],[5,-33],[1,-27],[2,-19],[3,-28],[1,-16],[-1,-22],[-5,-22],[-10,-28],[-8,-20],[-6,-16],[0,-2],[-12,-17],[-4,-14],[2,-29],[3,-17],[21,-15],[31,1],[61,10],[73,13],[70,5],[95,-4],[57,-7],[126,-25],[148,-45],[36,-16],[34,-14],[16,-9]],[[672780,630618],[0,0],[-38,-93],[-27,13],[-53,20],[-130,41],[-18,3],[-39,10],[-80,11],[-90,6],[-33,-1],[-51,-4],[-58,-9],[-74,-16],[-42,-9],[-73,-21],[-102,-38],[-68,-30],[-157,-72],[-225,-109],[-194,-99],[-221,-113],[-20,-10],[-27,-12],[-193,-104],[-108,-59],[-115,-63],[-80,-45],[-133,-82],[-111,-71],[-113,-83],[-52,-41],[-44,-41],[-52,-48],[-75,-82],[-35,-42],[-38,-51],[-50,-72],[-71,-116],[-24,-40],[-11,-20],[-36,-70],[-39,-79],[-44,-106],[-36,-99],[-48,-144],[-15,-54],[-28,-109],[-26,-121],[-56,-283],[-21,-113],[-19,-86],[-51,-174],[-69,-196],[-27,-72],[-56,-130],[-6,-20],[0,-16],[7,-22],[5,-7],[-34,-7],[-20,-8],[-14,-21],[-30,-45],[-63,-89],[-27,-36],[-63,-75],[-56,-57],[-92,-82],[-171,-138],[45,-75],[134,-186],[1,1],[42,-31],[2,1],[62,-109],[10,-23],[12,-13],[26,12],[14,14],[70,66],[80,90],[101,147],[126,198],[30,37],[1,-31],[0,-7],[-4,-27],[-1,-16],[3,-8],[45,-34],[42,-25],[35,-27],[22,-20],[23,-25],[25,-26],[21,-18],[12,-12],[1,0],[33,-25],[61,-48],[35,16],[41,16],[42,9],[49,15],[37,14],[26,16],[14,15],[16,27],[109,72],[10,-2],[22,-1],[12,-8],[8,-12],[2,-20],[-4,-20],[-9,-28],[-10,-40],[-1,-19],[0,-31],[7,-20],[14,-23],[22,-25],[4,-4],[38,-31],[32,-18],[39,-14],[39,-13],[27,-10],[41,0],[140,30],[108,14],[12,3],[11,3],[43,11],[15,5],[17,7],[8,7],[21,-16],[175,-134],[13,-10],[-27,-114],[0,-21],[-1,-16],[3,-14],[58,-158],[71,-72],[26,-24],[11,-1],[37,23],[31,-34],[87,-106],[10,-3],[11,3],[50,35],[18,-27],[35,-45],[6,-5],[3,-1],[6,2],[12,6],[8,3],[12,0],[7,-5],[6,-15],[8,-17],[7,-9],[7,-3],[28,4],[35,10],[26,14],[45,25],[48,25],[49,26],[14,6],[12,8],[8,8],[1,12],[0,13],[-7,27],[-10,27],[-18,33],[-7,22],[-13,32],[22,28],[-1,3],[-5,37],[3,18],[18,16],[12,9],[35,-29],[3,-6],[15,-36],[68,34],[16,7],[39,25],[97,-63],[42,-10],[10,4],[5,11],[3,11],[8,17],[64,32],[52,-52],[1,-3],[174,-78],[68,-25],[29,-9],[80,144],[111,-253],[72,44],[79,47],[42,51],[15,53],[13,52],[8,30],[-6,39],[86,-22],[95,-24],[102,-19],[159,-17],[399,-36],[28,-2],[288,-26],[43,-4],[50,-5],[33,-3],[362,-35],[205,-22],[143,-18],[124,-18],[63,-12],[0,-2],[154,30],[2,16],[9,39],[-2,9],[-1,26],[-7,35],[-14,38],[-15,32],[-8,14],[7,31],[-5,6],[-2,16],[-7,14],[-8,11],[0,20],[10,15],[21,18],[29,17],[20,1],[17,2],[11,6],[12,4],[13,-6],[8,-12],[10,0],[18,-1],[8,7],[25,28],[17,25],[6,30],[7,17],[0,13],[-21,26],[-20,22],[-7,25],[0,9],[0,0],[3,20],[1,4],[4,7],[10,12],[12,7],[21,5],[15,0],[17,4],[11,8],[6,9],[-2,20],[-5,14],[0,25],[-2,28],[-5,9],[-6,6],[-7,3],[-10,-2],[-7,-7],[-5,-11],[-9,-13],[-11,-6],[-12,0],[-16,12],[-12,15],[-5,25],[2,23],[3,9],[8,5],[13,0],[9,-3],[8,-4],[10,3],[7,15],[2,12],[-2,8],[-4,7],[-17,14],[-10,13],[-7,12],[0,24],[9,1],[10,3],[12,8],[15,9],[18,-2],[16,-5],[21,-1],[17,8],[14,13],[11,17],[6,13],[30,13],[-85,121],[-212,315],[28,37],[5,13],[9,7],[16,1],[54,-9],[63,-11],[53,-5],[53,-2],[93,-2],[127,5],[94,9],[157,24],[64,15],[153,34],[21,4],[77,32],[29,14],[18,2],[0,0],[196,72],[0,0],[10,5],[179,83],[20,-44],[97,-212],[9,-21],[16,-33],[6,-12],[-47,-82],[-74,-106],[-34,-50],[-101,-79],[-118,-95],[-96,-88],[-152,-136],[12,-22],[47,-96],[128,-260],[29,-58],[62,-125],[5,-39],[-15,-39],[-127,-179],[-27,-79],[-8,-63],[1,-7],[-88,7],[4,26],[-107,37],[-103,-164],[-9,-48],[0,-1],[49,-14],[50,-11],[-6,-28],[-18,-15],[-21,-13],[-22,-5],[-45,1],[-20,-1],[-18,-6],[-13,-18],[-6,-15],[-1,-24],[-7,-41],[23,-10],[41,-8],[14,-4],[13,-1],[50,3],[14,-3],[14,5],[25,23],[14,1],[14,-1],[4,-2],[3,13],[16,109],[2,31],[35,-1],[49,-1],[49,7],[6,1],[88,19],[599,93],[17,3],[3,-20],[5,-45],[4,-84],[3,-26],[6,2],[6,14],[19,19],[12,1],[13,-1],[6,-9],[5,-10],[6,-9],[15,-6],[14,1],[25,30],[35,-24],[20,-10],[7,-4],[25,-16],[14,-17],[6,-31],[126,31],[27,7],[27,7],[4,-8],[22,-31],[6,-14],[2,-12],[8,-31],[9,-14],[12,-12],[14,2],[2,6],[-2,11],[-3,19],[3,5],[13,9],[20,1],[18,-4],[11,-9],[9,-11],[8,-4],[13,1],[15,24],[9,4],[13,1],[14,3],[13,-1],[20,20],[21,-36],[26,-42],[30,-51],[30,-53],[26,-45],[94,-175],[74,-126],[73,-116],[80,-124],[53,-77],[33,-50],[25,-35],[-38,-11],[-117,-25],[-36,-6],[-83,-14],[-95,-11],[-299,-20],[-419,-21],[-419,-25],[-419,-27],[-177,-9],[-60,-4],[-51,-3],[-22,-1],[-1250,-69],[-21,-1],[-13,-37],[-1,-4],[-107,-418],[-17,-42],[-19,-34],[-21,-26],[-35,-38],[-33,-36],[-63,-66],[-76,-76],[-45,-45],[-40,-34],[-27,-24],[-5,-6],[-16,-23],[-30,-34],[-34,-38],[-150,-152],[-72,-72],[-114,-114],[-63,-58],[-52,-47],[-48,-42],[-18,-19],[-148,-160],[-90,-96],[-77,-81],[-155,-157],[-110,-110],[-38,-36],[-64,-62],[-119,-100],[-13,-10],[-7,-2],[-27,-21],[-6,-8],[-18,-12],[-8,-6],[-159,-121],[7,-30],[47,-224],[-135,-38],[14,-82],[-264,-68],[-10,-3],[7,-53],[31,-286],[-500,-122],[-348,-84],[4,35],[-1,31],[-21,-18],[-63,-51],[-71,-51],[-54,-36],[-75,-40],[-69,-37],[-62,-30],[-66,-27],[-60,-24],[-18,-7],[-136,-65],[-17,148],[-368,-139],[41,-174],[-75,-36],[-24,-10],[-249,-126],[-121,-61],[4,-26],[6,-23],[73,-303],[3,-13],[30,-131],[17,-66],[-39,-14],[-23,-11],[-192,-72],[-141,-54],[-78,-24],[-49,-8],[-214,-21],[-534,-45],[-78,3],[-55,7],[-137,18],[-68,12],[-87,11],[-39,-17],[-74,-33],[-370,-182],[-166,-81],[-99,-47],[-43,-17],[-12,-5],[-40,-12],[-69,-11],[-77,-4],[-11,6],[-27,4],[-67,8],[-42,7],[-47,21],[-27,14],[-45,28],[-93,78],[-103,94],[-30,25],[-28,27],[-24,23],[-53,48],[-18,-20],[-18,-29],[-17,-14],[-22,-10],[-27,-7],[-167,-39],[-120,-29],[-48,-10],[-429,-98],[-225,-53],[-49,-10],[-34,-6],[-91,-20],[-48,-6],[-43,-8],[-179,-42],[-59,-14],[-74,-19],[-309,-68],[-191,-42],[-52,-10],[-92,-19],[-114,-24],[-186,-44],[-23,-3],[-53,-13],[-61,-14],[-105,-26],[-23,-5],[-4,15],[-91,253],[-71,28],[-263,-106],[53,-140],[53,-143],[0,0],[7,-20],[-80,-31],[-222,-84],[-14,0],[-13,2],[-242,71],[-260,71],[-241,-6],[-83,-7],[102,-172],[85,-145],[192,-326],[253,24],[10,-128],[26,-265],[3,-55],[27,-51],[199,-327],[8,-6],[9,-2],[39,5],[233,48],[23,5],[21,4],[243,40],[231,36],[255,43],[254,41],[3,-25],[7,-80],[40,-481],[3,-30],[2,-37],[4,-28],[6,-68],[17,-203],[25,-285],[22,-205],[4,-36],[12,-124],[14,-144],[10,-99],[-251,-88],[6,-31],[7,-36],[28,-161],[22,-123],[37,-191],[16,-87],[10,-58],[1,-31],[7,-1],[2,-15],[20,-88],[24,-124],[32,-169],[12,-58],[-9,-3],[-17,-7],[-16,-6],[-24,-13],[-7,-4],[-44,-32],[-119,-118],[-21,-21],[-24,-22],[-162,-152],[-112,-108],[-16,-15],[-74,-71],[-207,-193],[-228,-194],[-89,-70],[-153,-120],[-304,-236],[-18,-14],[-114,-87],[-22,-5],[-5,-4],[-1,4],[-62,-7],[-203,-20],[-65,-7],[-1095,-109],[-21,-2],[-19,-2],[-221,-22],[-226,-22],[-133,-15],[-19,-2],[-165,-18],[-36,-4],[-94,-10],[-248,-27],[-122,-14],[-297,-41],[-18,-3],[-241,-37],[-105,-24],[-62,-17],[-153,-40],[-60,-16],[-28,-4],[-23,-3],[-76,-9],[-24,-4],[-29,-11],[-20,-10],[-3,-1],[-11,-23],[0,-2],[-2,-14],[-42,42],[-13,10],[-27,22],[-37,29],[-38,25],[-41,23],[-40,18],[-154,72],[-54,29],[-15,8],[-70,43],[-50,35],[-27,22],[-28,31],[-23,35],[-21,36],[-14,49],[-18,52],[-16,40],[-14,22],[-15,13],[-13,6],[-13,4],[-21,-1],[-17,-1],[-26,-1],[-10,0],[-16,-1],[10,-40],[6,-35],[10,-43],[11,-36],[25,-43],[35,-50],[107,-141],[33,-38],[35,-31],[19,-14],[11,-4],[-10,-18],[-6,-10],[-210,91],[-108,-216],[-144,-285],[-26,-41],[-7,-13],[-12,-19],[156,-53],[45,-21],[29,-18],[34,-24],[35,-27],[6,-5],[32,-21],[49,-28],[69,-32],[40,-16],[11,3],[24,-5],[30,-13],[43,-27],[29,-29],[-30,-33],[-24,-20],[-71,-42],[-95,-45],[-74,-42],[-13,-10],[-15,-24],[-7,-17],[-6,-23],[-31,-159],[-14,-32],[-26,-36],[-33,-33],[-47,-33],[-152,-89],[-20,35],[-174,-102],[-2,0],[-2,70],[-82,60],[56,86],[-70,53],[-59,-87],[-35,27],[-90,-149],[217,-146],[-344,-205],[-46,91],[-72,-38],[-19,40],[-81,-52],[-74,53],[-11,4],[-42,-50],[129,-124],[51,32],[20,-43],[-37,-23],[-30,-25],[-69,-64],[-20,-20],[-12,-12],[-15,13],[-40,54],[-52,75],[-96,143],[-74,114],[-42,62],[-33,40],[-42,55],[-42,48],[-67,60],[-28,22],[-43,29],[-36,24],[-43,25],[-152,70],[-22,13],[-2,1],[-17,9],[-28,20],[-24,31],[-8,16],[-22,-7],[-38,-11],[-4,-2],[-94,39],[-28,-76],[-17,9],[-16,9],[18,48],[9,24],[0,1],[179,486],[-21,4],[-7,0],[1,20],[32,99],[48,149],[34,115],[22,100],[4,15],[27,141],[15,106],[11,123],[7,133],[-2,129],[-10,126],[-23,136],[-31,110],[-41,97],[-43,73],[-54,70],[-57,63],[-55,47],[-35,25],[-23,16],[-86,42],[-59,21],[-221,63],[-35,11],[-517,136],[-399,113],[-50,14],[-313,92],[-78,23],[-345,108],[-199,71],[-134,61],[-122,65],[-30,19],[-77,49],[-62,45],[-84,74],[-105,103],[-83,96],[-3,3],[-94,126],[-93,144],[-79,133],[-44,78],[-33,63],[-68,144],[-100,206],[-5,16],[-17,49],[-20,53],[-10,30],[-24,86],[-18,109],[-11,67],[-5,91],[3,75],[-2,44],[-1,31],[-5,66],[12,23],[24,44],[17,25],[10,47],[18,97],[22,106],[12,45],[10,45],[-1,43],[-5,29],[-8,34],[5,8],[21,9],[16,10],[6,10],[9,23],[25,83],[43,169],[17,79],[26,129],[16,92],[39,205],[13,104],[7,110],[-12,139],[-12,65],[-23,85],[-17,65],[-34,71],[-29,56],[-32,48],[-26,38],[-36,44],[-33,37],[-76,65],[-28,15],[-12,8],[-26,16],[-36,18],[-28,14],[-34,16],[-33,9],[-50,14],[-56,7],[-55,9],[-25,1],[-86,1],[-62,-7],[-49,-9],[-55,-16],[-37,-8],[-51,-19],[-46,-16],[-64,-36],[-81,-53],[-33,-30],[-58,-42],[-68,-69],[-28,-28],[-134,-145],[-49,-48],[-41,-34],[-46,-36],[-37,-23],[-97,-52],[-13,-5],[-84,-37],[-54,-13],[-21,61],[-27,77],[-8,23],[-13,35],[-6,15],[-17,52],[-37,96],[-14,41],[49,21],[12,0],[13,-8],[31,5],[37,32],[88,72],[132,91],[54,42],[33,24],[1,1],[66,65],[51,65],[45,67],[113,231],[31,62],[58,109],[48,112],[80,116],[22,45],[167,-139],[96,-73],[60,-18],[14,-6],[35,-2],[21,1],[98,12],[91,13],[81,10],[93,-4],[46,-7],[18,-3],[18,-5],[11,-3],[19,-5],[10,72],[2,17],[0,21],[2,55],[5,80],[4,38],[2,19],[29,343],[7,36],[0,20],[-3,6],[-13,115],[-16,91],[-13,107],[3,7],[-11,17],[0,0],[-8,20],[1,1],[-8,24],[-13,72],[-23,93],[-29,113],[-27,80],[-32,73],[-28,70],[-17,96],[-3,70],[-1,19],[-6,14],[-4,49],[-23,90],[-8,16],[-5,26],[-15,23],[-14,13],[-5,41],[-11,58],[-23,74],[-39,111],[-38,91],[-64,140],[0,13],[9,17],[19,13],[39,16],[130,40],[44,15],[111,42],[160,44],[24,7],[16,4],[39,15],[73,21],[16,-14],[-1,-1],[-34,-69],[-49,-94],[63,-42],[11,-14],[113,7],[40,-37],[159,-123],[34,-18],[64,-37],[88,-33],[35,-10],[13,-3],[17,-111],[13,-92],[8,-86],[3,-49],[7,-33],[27,4],[202,109],[42,-70],[34,-32],[46,-18],[29,-7],[20,-28],[11,-51],[13,-100],[2,-127],[482,-29],[51,60],[50,61],[121,106],[48,39],[28,-3],[11,-8],[3,41],[7,28],[121,271],[11,24],[8,9],[14,14],[14,15],[35,23],[19,36],[31,29],[58,41],[7,7],[20,17],[16,33],[24,41],[16,29],[2,3],[83,103],[52,53],[-7,12],[-10,33],[-6,49],[-5,46],[-2,57],[7,90],[5,51],[-4,32],[-7,32],[-25,53],[-29,51],[-58,84],[-15,25],[0,15],[21,160],[18,3],[42,16],[72,33],[18,2],[93,9],[65,6],[16,8],[15,50],[33,56],[37,52],[69,69],[44,36],[23,-1],[67,153],[37,85],[-1,40],[-14,50],[-57,159],[-9,16],[-62,186],[-18,51],[-105,317],[0,0],[-17,51],[-15,46],[-56,168],[-151,411],[-43,90],[-168,352],[3,4],[-10,26]],[[654730,625177],[5,0],[56,3],[151,4],[24,0],[3,16],[140,325],[88,207],[-17,0],[-71,1],[-83,1],[-1,6],[156,-1],[14,0],[107,116],[51,99],[13,1],[29,13],[77,46],[37,15],[15,12],[18,22],[6,17],[7,17],[5,23],[2,18],[132,-155],[-37,-44],[-15,-42],[-7,-36],[-10,-44],[-3,-63],[17,-22],[53,-46],[152,-120],[26,32],[72,74],[71,71],[51,37],[196,48],[113,-212],[-34,-33],[49,-47],[27,-23],[35,-22],[29,-13],[26,-5],[41,-1],[39,3],[32,1],[29,1],[55,-2],[56,-7],[50,-6],[63,-12],[45,-5],[27,-1],[26,5],[28,8],[63,29],[39,16],[36,7],[47,1],[84,4],[24,3],[36,12],[30,14],[26,20],[29,29],[38,32],[34,11],[42,12],[76,43],[8,12],[11,10],[5,-2],[8,-19],[18,-25],[32,-24],[39,-22],[48,-14],[47,-5],[39,10],[62,26],[24,12],[-19,21],[-10,18],[-10,55],[-12,80],[43,-1],[36,0],[52,1],[48,9],[39,19],[57,37],[47,46],[31,34],[-452,662],[-307,451],[-285,442],[17,29],[2,16],[4,37],[15,66],[31,41],[-6,49],[-4,29],[15,35],[21,22],[18,83],[18,63],[15,94],[5,46],[5,54],[8,65],[2,50],[3,19],[7,54],[10,78],[42,83],[29,69],[11,32],[0,-1],[15,77],[-48,-30],[-65,-37],[-51,-31],[-71,-45],[-34,-23],[-126,-93],[-87,-74],[-80,-65],[-75,-64],[-209,-189],[-66,-57],[-39,-40],[-46,-38],[-10,-10],[-370,-341],[-44,-39],[-17,-17],[-178,-163],[-52,-48],[-33,-29],[-66,-63],[-49,-38],[-84,-58],[-68,-43],[-86,-39],[-72,-28],[-90,-19],[-53,-5],[-38,-4],[-5,0],[-119,-1],[-77,0],[-23,5],[-50,1],[-26,0],[-3,0],[-3,0],[-103,9],[-85,13],[-139,32],[-56,16],[-93,29],[-60,21],[-16,5],[-37,18],[-111,47],[-79,40],[-79,42],[-55,37],[-114,82],[-67,52],[-33,32],[-33,32],[-61,57],[-60,45],[-38,31],[-39,32],[-70,45],[-61,39],[-63,34],[-56,25],[-23,14],[-51,16],[-74,22],[-68,13],[-92,4],[-63,-4],[-23,-5],[-68,-15],[-76,-23],[-112,-44],[-83,-30],[-29,-13],[-202,-80],[-162,-61],[-310,-124],[-51,-18],[-12,-3],[-26,-9],[-67,-13],[-54,-10],[0,-8],[-6,-259],[-18,-126],[-21,-35],[-18,-17]],[[651552,626975],[16,26],[2,10],[4,24],[6,67],[5,119],[6,113],[0,3],[-21,0],[-3,75],[-154,109],[-20,42],[-13,41],[-35,114],[-28,91],[-8,48],[6,32],[32,58],[41,59],[30,42],[21,37],[8,23],[-3,25],[-17,39],[16,6],[20,15],[13,-36],[7,-6],[11,11],[10,30],[9,20],[30,7],[52,32],[281,179],[401,254],[46,28],[43,28],[202,130],[44,26],[18,18],[109,70],[81,52],[92,58],[52,32],[95,59],[187,117],[118,78],[9,-24],[85,53],[145,-390],[-60,-52],[-29,-120],[66,-29],[172,-74],[21,-6],[1,-1],[34,3],[80,6],[105,-14],[27,-81],[386,133],[1,-1],[33,6],[46,28],[11,11],[36,36],[40,40],[90,64],[26,12],[31,14],[18,8],[66,11],[62,16],[57,39],[55,29],[51,34],[35,39],[35,57],[36,72],[-13,15],[18,15],[43,12],[10,-19],[15,7],[23,15],[53,31],[53,52],[35,36],[58,55],[25,30],[21,19],[21,11],[27,5],[61,35],[45,46],[29,25],[3,1],[135,-151],[35,-33],[33,-37],[32,-49],[20,-19],[0,1],[10,-3],[25,-16],[66,-48],[43,-40],[26,-46],[24,-60],[11,-50],[26,-4],[15,1],[26,14],[120,-476],[15,7],[1,-2],[348,190],[-46,484],[314,65],[35,7],[46,15],[-85,390],[169,-50],[211,-26],[24,-3],[44,0],[7,-3],[26,0],[-11,9],[-6,11],[1,-1],[-18,42],[-16,34],[-24,41],[-9,24],[-2,19],[21,39],[42,43],[33,30],[23,20],[55,42],[4,4],[22,22],[283,125],[44,22],[128,35],[13,4],[27,5],[7,4],[22,8],[1,1],[45,36],[94,82],[56,52],[15,-9],[7,-5],[38,-35],[43,-59],[47,-89],[93,-158],[21,-20],[24,-11],[26,1],[26,9],[18,16],[21,25],[30,44],[32,58],[34,62],[41,73],[18,33],[91,102],[68,80],[47,67],[42,60],[57,76],[5,-6],[9,12],[-3,4],[43,20],[45,35],[30,25],[63,47],[41,25],[142,92],[96,61],[12,10],[53,36],[53,42],[28,24],[86,76],[25,22],[30,32],[28,28],[26,29],[51,51],[62,58],[9,8],[12,12],[25,26],[41,53],[36,52],[2,6],[11,34],[5,30],[0,8],[0,39],[-5,101],[1,21],[1,45],[4,42],[1,11],[6,39],[12,64],[13,50],[-1,2],[7,36],[9,37],[2,18],[4,36],[-2,37],[-2,35],[4,47],[-2,68],[0,11],[-9,32],[-16,19],[-27,19],[-19,14]],[[660139,632596],[34,185],[12,60],[170,37],[34,-69],[28,-69],[21,-38],[30,-48],[39,-80],[25,-36],[68,-91],[22,-10],[30,-4],[42,7],[25,7],[28,-30],[-1,-12],[37,-25],[125,-152],[41,-31],[259,-197],[14,-15],[14,12],[1,0],[0,0],[258,216],[239,183],[249,175],[134,82],[30,16],[92,49],[14,8],[141,66],[145,53],[294,83],[2,2],[64,35]],[[662899,632965],[-31,-30],[-53,-50],[-31,-46],[-2,0],[-70,-113],[-113,-35],[-104,-37],[-77,-33],[-12,-6],[-101,-46],[-109,-59],[-97,-60],[-64,-42],[-82,-57],[-117,-84],[-171,-130],[-231,-187],[-92,-84],[8,-57],[60,17],[76,29],[60,28],[114,-319],[-44,-21],[105,-355],[187,34],[26,5],[192,36],[97,17],[55,11],[48,9],[6,1],[28,9],[0,8],[21,24],[0,6],[145,9],[132,4],[22,-1],[53,0],[254,-32],[6,81],[145,-26],[-147,-600],[-96,24],[-18,0],[-53,9],[-42,6],[-34,-1],[-40,-6],[-41,-11],[-17,-2],[-253,-50],[-15,-16],[26,-132],[25,-134],[10,-60],[0,-18],[-116,-49],[-22,-9],[-103,-44],[-1,0],[-15,-11],[-89,-1],[-33,139],[-249,-59],[-17,-4],[-46,-12],[-182,-39],[-135,-70],[79,-125],[9,-7],[-3,-21],[14,-11],[14,-15],[17,-16],[129,-143],[41,-44],[35,-30],[52,-38],[26,-13],[34,-13],[59,-7],[115,-3],[75,-3],[-4,-44],[-40,-394],[85,-22],[58,-15],[29,-9],[34,-18],[168,-110],[19,-15],[11,-18],[19,-30],[23,-42],[3,-7],[21,-47],[18,-52],[14,-59],[8,-63],[5,-45],[6,-72],[2,-22],[-17,-6],[0,-43],[-55,-33],[58,-131],[-4,-6],[-21,-17],[8,-18],[25,13],[60,-61],[7,-7],[19,-33],[-51,-37],[4,-27],[-4,-21],[-50,-52],[-71,-87],[-94,-99],[-14,-45],[9,-49],[41,-49],[124,-53],[191,-85],[0,-22],[14,-4],[-2,105],[5,130],[29,73],[426,-129],[22,-68],[23,-4],[23,7],[29,16],[2,34],[6,85],[26,135],[108,-10],[73,-12],[17,-2],[23,-6],[31,-14],[24,-15],[39,-33],[20,-18],[22,-17],[18,-5],[81,-6],[14,-7],[37,-12],[24,-18],[25,-25],[31,-28],[21,-20],[24,-18],[18,-6],[26,0],[20,2],[61,31],[34,140],[544,-205],[23,204],[33,38],[21,166],[67,-16],[23,-5],[6,-3],[16,-2],[27,-4],[30,-5],[14,0],[19,1],[20,3],[30,8],[16,6],[106,42],[87,37],[21,7],[24,4],[33,-4],[61,-10],[125,-25],[18,-3],[58,-4],[53,0],[84,4],[83,8],[47,15],[0,0],[46,9],[10,-1],[9,-7],[6,-15],[8,-38],[2,-10],[3,-23],[3,-32],[4,-27],[11,-26],[25,-47],[22,-38],[9,-39],[4,-37],[11,-57],[22,-78],[12,-52],[12,-33],[19,-41],[16,-44],[34,-67],[10,-27],[11,-34],[4,-8],[19,2],[11,-22],[18,-47],[16,-62],[32,7],[104,28],[13,7],[19,83],[6,83],[-22,97],[-5,20],[5,16],[25,24],[11,15],[0,1],[432,429],[42,-357],[15,-129],[31,-132],[15,-47],[13,-27],[10,-18],[21,-17],[111,-73],[85,-52],[-8,-24],[9,-7],[18,-33],[11,-25],[15,-7],[23,2],[17,-4],[16,-14],[9,-23],[2,-4],[26,-13],[29,-10],[29,18],[44,26],[44,10],[53,8],[65,-6],[0,-2],[70,-5],[29,-13],[61,-27],[11,-6],[93,-36],[51,-11],[167,14],[-13,62],[-11,64],[-4,51],[-2,30],[4,55],[21,80],[78,238],[-238,92],[2,7],[13,35],[28,65],[11,33],[79,183],[40,86],[5,7],[12,2],[14,10],[29,23],[20,21],[12,15],[51,86],[7,13],[36,68],[28,47],[19,29],[26,30],[24,15],[39,17],[69,14],[25,7],[18,6],[32,23],[33,34],[22,24],[22,25],[44,50],[52,57],[98,84],[589,504],[61,53],[16,17],[12,16],[5,9],[3,11],[3,28],[26,10],[7,13],[6,24],[8,59],[34,49],[42,44],[31,12],[111,-83],[45,56],[36,-10],[31,23],[6,17],[-29,17],[-87,52],[30,109],[-76,30],[-37,-107],[-12,-5],[-6,2],[-67,50],[-43,32],[-9,8],[0,0],[-8,13],[-11,27],[-5,19],[-4,26],[-3,47],[-2,280],[2,23],[-3,208],[-1,21]],[[658563,632546],[1,96],[2,344],[0,72],[1,6],[-3,2],[7,21],[0,77],[65,6],[349,56],[0,-9],[-1,-54],[0,-64],[-1,-51],[-5,-293],[-4,-75]],[[658974,632680],[-259,-79],[-86,-31],[-24,-7],[-42,-17]],[[652578,625130],[31,-2],[0,0],[0,0],[-1,58],[291,-19],[34,-2],[65,-4],[22,-1],[81,-6],[242,-15],[184,-10],[119,-6],[82,-4],[381,-16],[123,-1],[-7,-18],[-11,-22],[-12,-28],[-31,-65],[-55,-104],[-13,-31],[-6,-14],[-3,-44],[-197,-206],[-258,-255],[-100,-101],[-92,-90],[-58,-58],[-64,-56],[-216,-203],[-61,-57],[-76,-62],[-63,-44],[-87,-63],[-10,-7],[-50,319],[-49,336],[-92,-4],[5,-34],[-22,-2],[-1,8],[-90,-5],[0,0],[-30,394],[-1,1],[38,3],[43,3],[36,6],[-8,156],[-17,-6],[-88,-21],[-12,-3],[-9,-2],[-60,-7],[-107,-1],[-30,2],[-41,6],[-6,1],[11,42],[30,101],[98,276],[20,57],[105,-5],[93,-50],[0,-1],[0,-14]],[[652877,624822],[12,-205],[0,-6],[22,2],[70,2],[-30,226],[-68,-17],[-6,-2]],[[652831,624616],[-24,190],[-149,-35],[15,-173],[118,6],[3,0],[37,12]],[[653968,625255],[272,-120],[-183,5],[-133,5],[-277,16],[-158,8],[-181,10],[-1,0],[0,2],[-64,301],[32,105],[9,-6],[29,-19],[55,-24],[600,-283]],[[652834,625671],[37,-2],[18,0],[-3,-22],[-11,-51],[-13,-37],[-30,-38],[-76,-71],[-20,-18],[-43,-54],[-31,-36],[-55,-52],[-22,-21],[-4,-5],[-10,5],[-39,-42],[-67,4],[-100,5],[29,123],[25,-11],[20,25],[10,13],[150,187],[11,130],[150,-22],[74,-10]],[[654730,625177],[-169,-1],[-65,-3],[0,0],[-2,28],[-10,97],[-6,47],[-9,66],[-5,23],[-19,96],[0,1],[-6,16],[-23,88],[-43,-19],[-16,-6],[-10,-3],[-15,-2],[4,-15],[19,-65],[1,-16],[-1,-10],[-5,-10],[-18,-11],[-28,-10],[-1,-1],[-22,-4],[-13,-3],[-38,-6],[-14,-2],[-6,-30],[0,-4],[-2,-17],[0,0],[102,-50],[-5,-16],[-6,-19],[-13,-42],[-18,-49],[-7,-37],[0,0],[-469,217],[-130,61],[-384,178],[-90,36],[-92,19],[-323,46],[11,93],[-127,46],[-26,5],[9,63],[4,26],[-38,8],[-27,-8],[-23,-31],[-31,5],[-74,13],[-10,-15],[-69,12],[-16,-97],[-8,-36],[-200,73],[-30,11],[-186,54],[-13,4],[-4,1],[-78,33],[-57,15],[-13,8],[-35,19],[-202,158],[-22,18],[-69,53],[-152,119],[-165,129],[-32,9],[-55,0],[-48,17],[27,7],[35,18],[21,21],[2,9],[-12,10],[-13,30],[4,31],[5,10],[22,19],[16,14],[103,97],[87,83],[15,14],[20,17],[39,3],[52,-9],[40,-2],[24,1],[20,6],[32,18],[22,20],[4,8]],[[671740,632096],[3,-25],[36,47],[22,37],[13,20],[16,17],[18,18],[23,16],[48,30],[34,18],[4,1],[19,7],[26,-2],[8,0],[33,-1],[12,0],[24,-5],[22,-13],[1,-1],[19,-16],[11,-17],[10,-15],[6,-6],[16,-14],[17,-23],[11,-22],[15,-16],[16,-14],[4,-3],[5,-15],[0,-4],[-1,-25],[3,-22],[11,-38],[4,-12],[5,-15],[13,-32],[46,-74],[31,-38],[39,-41],[44,-35],[86,-52],[25,-15],[1,-1],[35,-19],[44,-22],[9,-7],[22,-17],[5,-6],[18,-19],[38,-39],[28,-16],[42,-20],[15,-5],[33,-12],[52,-16],[35,-18],[7,-4],[32,-14],[69,-5],[39,11],[23,-3],[23,-12],[21,-11],[38,-28],[27,-17],[18,-10],[23,-26],[12,-16],[6,-15],[4,-19],[2,-5],[3,-6],[7,-9],[-5,-6],[-3,-4],[-17,-24],[-9,-13],[-2,-23],[0,-7],[0,-23],[-3,-14],[-13,-60],[-4,-13],[-1,-3],[-3,-8],[-25,-84],[-11,-14],[-9,-26],[-119,-124],[-70,-6],[-49,-9],[-31,-60],[-16,-28],[-11,-27],[-4,-19],[5,-14],[-5,-8],[-27,-6],[-12,-1],[-6,-21],[1,-1],[-10,-43],[-30,17]],[[669528,630587],[0,2],[2,39],[-2,17],[-26,29],[-4,3],[-16,21],[-63,341],[-20,106],[-95,357],[-52,197],[-6,20],[-16,36],[-15,39],[-9,29],[-26,133],[-68,378],[-3,20],[-8,43],[-28,147],[-4,29],[6,6],[0,0],[251,220],[151,132],[212,187],[122,106],[17,15],[19,15],[610,36],[129,7],[136,7],[571,27],[29,2],[49,18],[5,-26],[4,-20],[9,-43],[15,-54],[55,-160],[31,-115],[39,-135],[15,-67],[49,-213],[37,-174],[15,-57],[15,-57],[11,-44]],[[660139,632596],[-4,3],[-48,15],[-11,2],[0,0],[-13,2],[-39,6],[-16,-1],[-37,-2],[-29,-13],[-1,-1],[-22,-24],[-13,-14],[-17,-14],[-42,-34],[-36,-38],[-10,-10],[-13,-14],[-34,-25],[-22,-12],[-21,-10],[-145,-15],[0,0],[-13,2],[0,0],[-15,-7],[-51,-12],[-36,0],[0,0],[0,0],[0,0],[-2,0],[-1,0],[-32,3],[-1,0],[-4,1],[-2,0],[-22,3],[-2,1],[0,0],[0,0],[-28,3],[0,1],[-5,0],[-22,3],[-22,-1],[0,0],[-14,0],[-18,-1],[-1,0],[-2,0],[-89,-7],[-27,3],[-25,9],[-13,7],[-3,2],[-2,1],[1,0],[-2,2],[-1,0],[-7,5],[-11,14],[-1,3],[-1,4],[-10,30],[-11,33],[-4,13],[-8,31],[-11,33],[-19,51],[-23,54],[0,0],[-16,2],[-15,-3],[-1,0]],[[658563,632546],[-42,-17],[-178,-88],[-24,-14],[-102,-44],[-100,-52],[-21,-9],[-79,-37],[-80,-25],[-93,-17],[-27,-4],[-18,-6],[-108,-16],[-97,-15],[-4,54],[-2,29],[-2,325],[-2,127],[-2,289],[1,23],[-5,375],[-2,17],[-2,113],[-3,227],[0,68],[-3,149],[-2,106],[278,270],[11,8],[230,221],[177,172],[36,38],[27,24],[15,10],[23,28],[4,4],[151,151],[27,25],[51,49],[213,208],[38,39],[52,50],[76,75],[42,42],[11,11],[30,28],[53,50],[61,57],[170,160],[115,115],[64,55],[27,20],[116,89],[67,47],[16,10],[86,52],[51,27],[32,18],[142,70],[111,42],[70,27],[94,29],[18,6],[131,-521],[6,-15],[21,-96],[10,-24],[1,-42],[-7,-67],[0,-1],[-6,-14],[6,-1],[36,-7],[121,-46],[77,-40],[49,-24],[58,-18],[70,-43],[74,-61],[74,-60],[77,-55],[22,-24],[94,-100],[26,-24],[18,-7],[16,-27],[70,-110],[10,-37],[115,-195],[135,-210],[6,-46],[16,6],[31,-9],[44,-7],[24,2],[30,9],[19,26],[54,77],[13,17],[-1,1],[5,7],[15,26],[5,8],[6,18],[15,44],[33,10],[46,13],[94,21],[194,32],[70,17],[69,17],[23,11],[33,16],[79,49],[205,127],[52,30],[32,16],[18,5],[10,-3],[3,-19],[0,-12],[1,-44],[2,-154],[0,-6],[2,-32],[6,-102],[11,-237],[0,-2],[6,-104],[0,-6],[12,-23],[27,-27],[144,-41],[5,-1],[129,-36],[5,-1],[19,-5],[57,-16],[45,-14],[94,-28],[0,-95],[-5,-30],[-28,-16],[-25,-95],[-74,-293],[-47,-183],[-2,-2],[2,-6],[10,-34],[-4,-4],[-3,-13],[-30,-59],[-8,-51],[-9,-76],[-3,-47],[0,-30],[0,-24],[3,-45],[-8,3],[-71,-7],[-48,-2],[-3,-2],[-15,-10],[-17,-10],[-7,-5],[-5,-3],[-11,-5],[-5,-2],[-44,-19],[-41,-19],[-65,-42],[-1,-1]],[[96104,294747],[3,4],[7,7],[0,0],[1,2],[1,-1],[-11,25],[-13,24],[-23,28],[-29,50],[-37,67],[-31,65],[-8,17],[-11,58],[-11,80],[-1,23],[-4,13],[-6,12],[-21,18],[-17,17],[-35,56],[-85,159],[-45,87],[-14,34],[-13,45],[-33,169],[-13,53],[-25,89],[-11,40],[-9,58],[-4,47],[-4,124],[1,13],[2,29],[10,37],[5,11],[4,13],[4,8],[14,47],[8,26],[20,31],[43,36],[29,21],[10,12],[1,10],[-3,8],[-14,13],[-16,1],[-19,1],[-19,9],[-19,18],[-12,27],[-21,75],[-11,52],[-7,49],[-1,48],[-3,28],[-2,12],[-26,56],[-19,47],[-13,38],[-9,35],[-5,52],[1,71],[11,64],[25,84],[13,39],[18,55],[6,17],[11,30],[-4,5],[-8,11],[-5,15],[1,46],[9,52],[16,41],[3,7],[19,36],[5,10],[4,9],[22,49],[2,6],[9,32],[7,40],[1,17],[2,27],[-4,120],[1,56],[4,39],[13,58],[-19,24],[-16,32],[-10,30],[-3,33],[-1,38],[2,25],[1,14],[4,36],[9,50],[-1,14],[-24,-14],[-17,-19],[-3,-1],[0,2],[-2,41],[-2,42],[-3,31],[-8,36],[-68,152],[-48,118],[-48,127],[-34,81],[-24,54],[-4,12],[-7,23],[-14,31],[-18,32],[-5,20],[-2,12],[1,7],[-35,32],[0,-1],[-22,20],[12,13],[31,33],[42,9],[55,58],[-1,-3],[4,3],[78,-87],[0,0],[35,-39],[92,100],[36,39],[346,379],[43,43],[46,30],[115,66],[202,110],[161,84],[297,141],[470,220],[224,103],[162,73],[259,110],[140,55],[145,48],[231,64],[5,-24],[127,31],[-3,12],[378,94],[60,13],[12,2],[49,4],[44,-5],[32,-15],[33,-27],[26,-27],[26,-38],[38,-73],[22,-62],[22,-95],[11,-74],[7,-88],[-2,-73],[-9,-60],[-21,-59],[-34,-51],[-39,-32],[-40,-18],[-59,-7],[-43,0],[-64,-7],[-57,-19],[-57,-38],[-47,-43],[-30,-56],[-26,-78],[-15,-85],[-3,-118],[9,-119],[13,-76],[47,-168],[11,-55],[7,-58],[6,-52],[17,-69],[20,-54],[17,-39],[56,-213],[28,-134],[37,-129],[39,-138],[42,-131],[33,-67],[76,-141],[170,-270],[51,-73],[39,-38],[32,-26],[23,-29],[21,-32],[20,-17],[27,-7],[24,-2],[22,-16],[31,-44],[29,-64],[10,-35],[9,-36],[268,-36],[-39,-66],[0,-11],[81,-296],[108,-375],[81,-295],[9,-29],[6,-18],[-3,-11],[-2,-11],[44,-155],[39,13],[-11,-27],[15,-2],[3,-1],[9,-32],[-14,7],[-9,0],[-4,-2],[-7,-4],[-7,-14],[1,-12],[4,-25],[7,-20],[14,-27],[5,-3],[8,0],[15,2],[14,4],[4,-15],[-17,-3],[-5,-2],[-6,-3],[-2,-4],[-3,-4],[11,-49],[19,-57],[4,-3],[7,3],[12,5],[12,3],[3,-10],[-8,0],[-6,-2],[-6,-5],[-2,-4],[-1,-4],[-1,-16],[14,-39],[11,-44],[2,-9],[1,-2],[3,-1],[4,0],[23,5],[2,-10],[-12,-2],[-12,-6],[-1,-2],[-1,-3],[20,-59],[2,-9],[3,-39],[3,-1],[8,0],[23,-2],[4,-12],[-24,-2],[-3,-2],[-4,-4],[-2,-7],[0,-5],[18,-47],[5,-17],[3,-28],[4,-4],[4,0],[7,0],[7,2],[15,5],[4,-14],[-12,0],[-5,-1],[-14,-15],[-3,-2],[-1,-3],[-1,-3],[6,-13],[11,-28],[7,-21],[5,-30],[1,-3],[3,-1],[15,0],[21,4],[2,-8],[-28,-8],[-4,-1],[-1,-3],[7,-15],[9,-29],[17,-67],[2,-11],[3,-3],[13,0],[5,5],[8,24],[14,-46],[-28,-4],[-5,-6],[-1,-20],[3,-13],[9,-34],[3,-20],[6,-21],[26,-54],[2,-16],[1,-25],[1,-23],[18,-101],[1,-14],[-2,-9],[-4,-15],[-9,-11],[-15,-32],[-8,-7],[-11,-17],[-10,-5],[-7,-7],[-6,-6],[-11,-17],[-16,-30],[-13,-23],[-12,-11],[-6,-9],[-4,-6],[-2,-9],[-3,-19],[-9,-21],[-15,-26],[-1,-7],[0,-23],[-3,-9],[-13,-18],[-6,-14],[0,-7],[8,-12],[5,0],[-7,-8],[23,-15],[1,-9],[0,-2],[0,-3],[2,-12],[3,-9],[1,-2],[2,-3],[12,-23],[33,-58],[29,-50],[7,-11],[11,-13],[3,-4],[1,-1],[3,-3],[3,-3],[9,-8],[9,-6],[12,-7],[7,-6],[126,-74],[79,-47],[101,-62],[78,-47],[62,-37],[7,-5],[3,-1],[70,95],[101,-60],[-3,-6],[-11,-18],[2,-2],[-1,-3],[65,-40],[89,-50],[23,-10],[5,-3],[13,-6],[16,-6],[17,-8],[12,-4],[8,-3],[14,-5],[6,-1],[12,-3],[60,-7],[49,8],[83,26],[93,32],[20,11],[11,3],[24,8],[7,3],[6,2],[5,1],[4,1],[6,0],[0,0],[10,-2],[22,-19],[33,-37],[26,-37],[35,-33],[26,-35],[6,-15],[5,-14],[4,-11],[4,-10],[5,-9],[1,-3],[5,-12],[39,-57],[18,-37],[37,-35],[46,-21],[11,13],[11,-7],[7,-6],[68,-43],[57,-32],[1,2],[46,-27],[222,-132],[23,52],[26,-14],[53,-32],[811,-479],[705,-414],[52,-68],[34,-41],[-4,-2],[-19,-9],[-98,-42],[-22,-8],[49,-44],[55,-48],[55,-48],[50,-44],[51,-45],[59,-52],[45,-39],[7,-8],[45,-53],[46,-53],[40,-47],[54,-63],[23,-27],[42,-48],[48,-57],[48,-55],[36,-43],[27,-32],[92,-117],[86,-112],[8,-13],[8,-12],[12,-28],[16,-34],[14,-29],[27,-60],[29,-64],[48,-106],[33,-74],[30,-67],[31,-68],[24,-53],[1,-7],[-3,-11],[-19,-48],[1,-2],[10,-10],[34,-31],[5,-4],[5,-1],[2,2],[6,16],[18,23],[15,24],[40,52],[38,-2],[38,-5],[5,-2],[14,-5],[7,-4],[39,-41],[54,-56],[55,-57],[50,-51],[54,-56],[54,-56],[12,-12],[55,-59],[36,-39],[18,-17],[6,-5],[3,-2],[5,-5],[10,-10],[46,-39],[58,-48],[58,-49],[57,-47],[58,-48],[57,-48],[59,-49],[11,-9],[6,-6],[35,-56],[0,-3],[-6,-5],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-2],[-1,-1],[0,-1],[-1,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-1],[-1,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[0,-2],[0,-1],[0,-1],[1,-2],[0,-1],[0,-1],[0,-1],[1,-2],[0,-1],[1,-1],[0,-1],[1,-1],[0,-2],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[2,-1],[1,0],[1,0],[1,-1],[1,0],[1,0],[1,-1],[2,0],[1,0],[1,0],[1,0],[1,0],[2,0],[1,0],[1,1],[1,0],[1,0],[1,1],[1,0],[1,0],[2,1],[1,0],[1,1],[1,0],[1,1],[1,1],[1,0],[52,49],[3,1],[11,0],[30,-4],[13,-4],[15,-6],[66,-68],[13,-22],[11,-13],[56,-36],[28,-11],[39,-17],[29,-20],[29,-22],[32,-32],[24,-23],[11,-7],[9,-4],[170,-50],[0,0],[64,-78],[65,-75],[121,-110],[23,-13],[19,-12],[29,-14],[63,-20],[142,-44],[132,-32],[134,-17],[69,-4],[0,-15],[2,-30],[0,-5],[1,-4],[0,-5],[1,-4],[1,-5],[0,-4],[1,-5],[1,-4],[1,-5],[1,-4],[1,-5],[1,-4],[1,-5],[1,-4],[1,-4],[1,-5],[11,-35],[65,-161],[48,-122],[60,-148],[66,-162],[32,-82],[33,-80],[3,-6],[2,-6],[3,-5],[3,-6],[2,-6],[3,-6],[3,-6],[2,-5],[3,-6],[3,-6],[3,-6],[3,-5],[3,-6],[7,-15],[13,-23],[11,-21],[12,-19],[8,-12],[15,-25],[15,-20],[16,-22],[1,-3],[2,-2],[1,-2],[2,-2],[1,-2],[2,-2],[1,-2],[2,-2],[1,-2],[2,-2],[2,-1],[1,-2],[2,-2],[7,-9],[12,-13],[14,-16],[10,-12],[7,-6],[7,-7],[0,-1],[-5,-5],[-2,-10],[1,-13],[7,-18],[36,-72],[89,-171],[60,-119],[105,-195],[70,-131],[56,-111],[76,-142],[100,-195],[220,-424],[20,-39],[13,-25],[22,-45],[1,0],[6,-12],[17,-33],[116,29],[221,57],[152,40],[2,-34],[7,-102],[5,-97],[1,-12],[-116,-6],[-6,-1],[-97,-92],[-19,-17],[-82,-77],[0,-1],[-3,-3],[-4,-6],[-3,-24],[-10,-249],[-12,-185],[1,-111],[0,-1],[0,-6],[51,-161],[33,-105],[27,-86],[27,-33],[1,-2],[19,-31],[101,-116],[10,-18],[-19,-3],[-20,-2],[-2,0],[-1,-2],[10,-49],[2,-32],[-25,-2],[7,-29],[4,-12],[15,-39],[20,-44],[30,-56],[4,-16],[7,-46],[25,-137],[7,-33],[11,-34],[13,-29],[16,-21],[25,-32],[44,-44],[17,-23],[33,-27],[53,-41],[31,-25],[15,-15],[9,-16],[12,-29],[15,-26],[20,-18],[28,-24],[10,15],[28,43],[10,15],[295,-432],[30,-49],[27,-50],[21,-44],[20,-48],[19,-54],[40,-123],[22,-88],[0,0],[6,-23],[12,-30],[13,-38],[-21,-1],[-11,-8],[-7,-11],[0,-14],[8,-82],[10,-76],[5,-30],[7,-27],[13,-44],[72,-143],[31,-44],[20,-21],[45,-98],[21,-31],[29,-37],[44,-78],[17,-28],[23,-60],[6,-14],[5,-4],[9,-7],[23,-9],[-21,-22],[-82,-68],[-54,-34],[-39,-23],[-6,-4],[-36,-18],[-48,-22],[-5,2],[-14,25],[-48,92],[-13,35],[-75,169],[-8,21],[-7,8],[-25,27],[-64,75],[-13,24],[-8,13],[-8,15],[-44,99],[-19,47],[-8,26],[-1,5],[-1,14],[0,20],[14,60],[38,144],[5,20],[0,19],[-3,15],[-13,36],[-18,36],[-35,49],[-35,57],[-24,44],[-23,71],[-23,60],[-18,54],[-5,8],[-7,13],[-16,22],[-23,30],[-55,55],[-61,55],[-27,23],[-48,38],[-146,70],[-18,6],[-18,1],[-21,-1],[-11,-5],[-9,-15],[-12,-21],[-11,-33],[-18,-73],[-19,-94],[-93,-207],[-105,-235],[-80,-184],[-1,-6],[-1,-52],[-1,-16],[-22,-70],[-95,-255],[-4,-15],[-5,-37],[-1,-31],[-5,-19],[-16,-45],[-8,-30],[-5,-31],[-9,-32],[-19,-46],[-54,-107],[-42,-100],[-12,-33],[-9,-41],[-12,-60],[-18,-115],[-32,-219],[-5,-71],[-3,-52],[1,-27],[4,-23],[6,-22],[11,-22],[8,-10],[29,-14],[0,-7],[6,-23],[5,-8],[79,-39],[23,-12],[196,-100],[247,-125],[362,-184],[326,-168],[327,-168],[11,-5],[188,-107],[95,-59],[119,-75],[5,-2],[2,1],[21,49],[2,4],[9,14],[6,-1],[11,3],[18,24],[18,32],[21,46],[28,57],[49,74],[8,18],[6,18],[3,26],[4,126],[-1,62],[3,48],[5,49],[6,42],[11,45],[9,38],[2,19],[-1,13],[-6,21],[-51,84],[-15,28],[-6,21],[-8,49],[-2,7],[187,215],[15,0],[13,3],[21,5],[21,10],[27,29],[78,70],[25,14],[40,12],[14,4],[9,7],[7,8],[4,9],[1,18],[80,216],[8,6],[18,39],[10,11],[25,13],[37,23],[19,6],[60,23],[37,26],[21,15],[23,8],[27,8],[17,4],[28,13],[21,10],[12,10],[13,2],[41,3],[17,5],[17,14],[14,14],[12,18],[11,19],[3,10],[1,23],[137,1],[37,4],[31,2],[56,19],[28,12],[30,17],[7,7],[15,13],[35,39],[38,55],[33,54],[11,17],[54,56],[183,202],[83,94],[124,137],[25,29],[27,22],[136,92],[316,208],[96,62],[5,4],[30,29],[26,29],[13,14],[10,3],[20,0],[20,3],[24,7],[12,7],[4,2],[100,77],[168,133],[68,54],[92,72],[17,1],[0,0],[88,33],[183,61],[33,8],[5,1],[1,0],[45,23],[97,54],[86,60],[34,29],[27,21],[31,26],[42,37],[6,1],[8,0],[10,-5],[36,-28],[53,-42],[5,-1],[5,1],[10,6],[4,3],[-2,8],[-29,26],[-11,12],[-30,31],[-3,26],[-3,48],[13,28],[64,84],[43,61],[19,23],[25,8],[26,2],[25,-1],[22,-4],[22,-6],[28,-10],[0,0],[23,1],[30,34],[75,93],[16,-15],[5,-3],[3,4],[-1,7],[-8,6],[-1,8],[0,9],[106,133],[7,-4],[6,-5],[8,3],[5,4],[3,6],[0,6],[-6,6],[-1,8],[2,5],[18,22],[15,24],[11,18],[3,17],[0,15],[23,26],[8,11],[0,17],[-5,1],[-4,0],[-17,-16],[-5,-7],[-22,-2],[-28,5],[-20,6],[-17,6],[0,8],[2,17],[13,16],[0,12],[-3,17],[-7,16],[4,4],[7,1],[9,0],[11,3],[13,6],[12,1],[6,-4],[0,-7],[-2,-6],[-15,-28],[-2,-28],[2,-17],[8,-9],[7,-3],[12,4],[10,16],[9,22],[0,38],[5,14],[11,13],[18,7],[26,3],[28,1],[24,11],[20,16],[18,20],[5,5],[10,13],[36,9],[31,13],[27,26],[37,60],[13,23],[18,12],[27,16],[11,18],[19,40],[11,12],[19,14],[12,11],[6,18],[3,23],[13,22],[20,25],[8,13],[10,13],[44,56],[66,84],[49,64],[49,56],[80,85],[45,49],[40,48],[27,31],[14,23],[23,33],[16,22],[26,26],[29,26],[25,21],[22,18],[33,21],[41,22],[36,18],[88,51],[128,71],[166,95],[26,13],[14,7],[23,10],[17,7],[2,3],[5,5],[7,7],[7,7],[30,22],[44,35],[36,24],[19,1],[11,3],[9,8],[6,9],[7,9],[48,27],[91,54],[14,0],[13,2],[8,5],[6,12],[6,9],[18,9],[116,65],[155,91],[168,96],[110,66],[244,142],[179,106],[23,11],[14,4],[12,1],[11,16],[13,9],[90,52],[21,3],[6,7],[6,9],[14,10],[106,59],[14,0],[7,6],[5,12],[31,18],[32,21],[6,9],[16,11],[16,7],[10,-1],[7,5],[5,10],[4,10],[96,53],[13,-2],[5,4],[4,7],[4,6],[17,12],[68,41],[10,-1],[6,2],[4,4],[5,8],[46,28],[13,4],[14,13],[14,10],[13,5],[9,0],[10,13],[18,11],[14,7],[15,-3],[6,2],[4,6],[2,11],[11,8],[37,21],[19,-2],[4,6],[2,9],[15,12],[88,51],[5,-1],[5,1],[6,4],[7,9],[12,10],[62,34],[22,15],[6,-7],[9,-1],[7,2],[2,9],[3,9],[27,18],[50,28],[20,11],[6,-6],[3,0],[5,0],[8,6],[2,9],[0,6],[35,23],[55,31],[13,-2],[6,1],[4,10],[4,7],[126,75],[241,141],[164,98],[106,63],[166,97],[131,78],[189,114],[193,110],[72,43],[45,-7],[15,-2],[74,-11],[21,-6],[12,-7],[11,-15],[18,-26],[26,-24],[31,-42],[14,-9],[16,-5],[17,0],[12,3],[14,5],[7,2],[4,-13],[6,-19],[10,-21],[11,-15],[4,-2],[0,-1],[0,0],[1,0],[0,-1],[1,0],[0,0],[0,0],[1,0],[6,-4],[24,-6],[0,24],[4,21],[13,27],[6,7],[-6,14],[-22,35],[-24,35],[3,9],[41,18],[54,3],[12,-12],[12,-3],[51,-4],[3,0],[-1,-7],[34,-3],[1,7],[364,-37],[176,-19],[7,-4],[6,-5],[2,-14],[3,-26],[5,-14],[8,-10],[10,-7],[9,-3],[13,2],[8,6],[8,11],[23,50],[5,3],[11,-2],[136,-13],[86,-11],[27,-8],[17,-4],[357,-36],[42,-4],[5,-22],[0,-40],[2,-9],[4,-2],[8,2],[5,10],[1,18],[6,14],[9,12],[12,12],[357,-33],[224,-30],[74,-7],[50,-1],[305,-41],[-2,-6],[12,-1],[28,-2],[44,-5],[83,-18],[16,-16],[1,-15],[-28,-164],[68,-39],[21,2],[5,-1],[23,-9],[18,-9],[16,-9],[22,-17],[17,-14],[15,-14],[10,-13],[52,-32],[15,7],[79,-46],[243,-148],[146,-90],[158,-98],[300,-176],[127,-79],[111,-63],[295,-175],[16,-15],[63,-98],[71,-115],[16,-12],[43,-22],[58,-21],[159,-64],[49,-20],[14,-1],[14,0],[12,5],[7,8],[5,12],[3,30],[2,42],[6,29],[5,23],[9,13],[10,8],[16,7],[19,3],[24,-1],[106,-17],[51,-9],[44,-10],[31,-10],[23,-10],[16,-4],[44,-2],[12,-1],[48,-26],[28,-9],[57,-15],[50,-12],[16,-6],[13,-7],[15,-12],[19,-12],[34,-12],[104,-35],[27,-6],[39,-7],[91,-8],[26,-8],[107,-39],[58,-13],[75,-23],[168,-54],[62,-29],[31,-18],[31,-14],[29,-8],[20,-3],[38,-2],[63,-3],[29,-1],[29,-4],[46,-12],[71,-19],[54,-12],[38,-10],[69,-26],[33,-11],[30,-8],[40,-4],[48,-8],[32,-6],[33,-11],[46,-16],[54,-27],[118,-68],[33,-15],[38,-16],[53,-18],[37,-14],[17,-10],[27,-27],[17,-17],[16,-13],[16,-8],[24,-8],[26,-7],[31,-4],[31,-3],[6,0],[33,-8],[32,-13],[137,-78],[57,-34],[60,-34],[104,-41],[27,-6],[29,4],[52,8],[28,2],[68,-6],[68,-7],[38,0],[24,3],[123,52],[47,22],[20,14],[27,24],[7,-14],[8,0],[7,8],[-5,17],[141,117],[28,27],[17,21],[52,99],[23,40],[21,29],[28,34],[89,108],[20,24],[24,20],[64,46],[31,22],[39,29],[65,48],[34,22],[303,108],[18,14],[-6,16],[10,7],[10,-14],[24,18],[-2,3],[39,34],[23,32],[135,43],[182,82],[-31,72],[1,4],[16,13],[5,5],[86,116],[5,8],[6,13],[3,14],[1,16],[1,12],[-1,14],[-1,9],[-3,14],[-6,17],[-7,21],[-17,41],[-4,-2],[-12,35],[-11,34],[-2,18],[4,20],[11,19],[7,13],[23,19],[56,49],[45,40],[45,38],[33,30],[27,23],[15,15],[25,24],[21,21],[36,40],[52,20],[72,28],[7,3],[7,0],[12,4],[14,6],[4,2],[9,6],[10,4],[9,3],[254,99],[2,1],[40,-25],[5,-2],[5,-1],[6,-1],[6,0],[9,1],[106,26],[278,69],[115,11],[171,38],[79,17],[418,110],[17,5],[33,12],[58,23],[43,19],[45,21],[56,29],[23,15],[-1,3],[25,20],[14,14],[15,17],[13,19],[5,10],[80,45],[12,1],[27,8],[34,11],[14,4],[211,68],[59,8],[134,14],[176,22],[288,35],[281,37],[243,29],[40,0],[14,0],[55,-2],[368,-36],[68,-4],[31,-14],[44,-22],[5,-2],[156,-75],[13,-16],[25,-45],[28,-24],[10,-14],[6,-13],[8,-20],[10,-17],[12,-12],[46,-123],[17,-37],[14,-17],[56,-56],[380,-355],[203,-189],[191,-178],[377,-368],[47,-47],[71,-70],[9,-19],[5,-24],[1,-40],[-6,-57],[-9,-74],[-6,-43],[-13,-86],[-7,-72],[1,-67],[3,-67],[6,-40],[15,-46],[12,-23],[68,-9],[17,18],[13,3],[17,-9],[37,-16],[20,-11],[-3,-21],[12,-6],[18,17],[110,-48],[14,-12],[2,-11],[-12,-35],[20,-7],[10,30],[7,8],[12,1],[20,-13],[16,-18],[29,-41],[10,-16],[0,-10],[-36,-32],[9,-14],[6,0],[32,27],[8,1],[73,-111],[8,-18],[-4,-9],[-56,-48],[11,-17],[60,48],[8,-2],[100,-148],[175,-257],[136,-204],[123,-187],[33,-49],[30,-39],[33,-37],[79,-78],[484,-490],[36,-34],[27,-17],[19,-5],[64,-17],[125,-33],[137,-36],[35,-7],[23,-3],[29,5],[106,18],[129,21],[105,14],[12,2],[94,15],[78,11],[30,4],[11,-6],[10,-12],[13,-91],[10,-48],[6,-19],[8,-6],[37,3],[81,10],[6,-40],[56,5],[15,43],[153,24],[174,27],[34,2],[30,-8],[1,0],[0,-4],[12,-90],[7,-63],[11,-81],[-28,-19],[-71,-14],[5,-21],[-8,-4],[-5,-5],[-1,-4],[-5,-7],[10,-20],[117,-50],[16,-6],[39,-3],[335,30],[51,3],[22,-2],[16,-10],[17,-19],[24,-95],[67,-290],[6,-38],[41,-174],[145,-613],[2,-25],[-6,-21],[-11,-15],[-16,-12],[-28,-13],[-16,-3],[-23,0],[-26,-5],[-147,-37],[-620,-166],[-174,-47],[-19,-6],[-180,-111],[-7,0],[-11,0],[-14,8],[-38,38],[-43,49],[-25,26],[-15,11],[-15,5],[-54,8],[-218,33],[-279,40],[-541,86],[-266,45],[-256,42],[-51,9],[-19,-15],[-11,-3],[-57,10],[-301,49],[-71,11],[-442,75],[-161,27],[57,108],[1,1],[12,22],[4,15],[0,14],[-2,18],[-6,11],[-1,3],[-1,2],[0,0],[-9,15],[-10,13],[0,1],[-7,11],[-44,57],[-38,51],[-42,48],[-44,42],[-163,131],[-57,45],[-58,38],[-86,61],[-41,28],[-71,37],[-90,45],[-169,89],[-32,16],[-2,1],[-62,33],[-49,25],[-79,38],[-52,28],[-52,30],[-18,10],[-17,9],[-18,7],[22,318],[0,8],[1,18],[-48,373],[-22,167],[-29,222],[-3,8],[-4,7],[-5,8],[-9,10],[-198,203],[-48,46],[-81,71],[-148,85],[-294,164],[-185,105],[-9,4],[-84,32],[-64,24],[-81,26],[-110,29],[-1,0],[-34,7],[-268,45],[-83,15],[-216,35],[-185,30],[-17,1],[-8,2],[-17,2],[-121,7],[-143,8],[-26,0],[-106,-1],[-98,-2],[-146,-5],[-157,-6],[-48,-4],[-21,-2],[-91,-7],[-86,-11],[-34,-5],[-24,-6],[0,1],[0,84],[-2,1],[0,40],[-48,0],[-54,27],[-58,33],[-60,57],[-49,64],[-48,92],[-1,2],[0,0],[-7,56],[-5,26],[-7,14],[-15,16],[-14,8],[-11,-1],[-5,-8],[0,-5],[-313,-103],[-168,-13],[-234,-80],[-96,-52],[-517,-283],[-23,-8],[-48,-16],[-9,-4],[-150,-52],[-14,-20],[-1,0],[0,-1],[24,-167],[-16,-12],[-38,-21],[-72,-40],[-124,-67],[-119,-63],[-130,-68],[-68,-29],[-151,-65],[-155,-64],[-80,-30],[-121,-38],[-53,-16],[-118,-39],[-178,-62],[-27,-13],[-27,-21],[-41,-43],[-14,-18],[-7,-17],[-13,-35],[-13,-53],[-23,-91],[-5,-16],[-7,-8],[-14,-8],[-23,-10],[-45,-19],[-40,-16],[-7,-7],[-3,-7],[-1,-8],[1,-8],[10,-13],[46,-54],[-2,-15],[-28,-51],[-26,-41],[-8,-4],[-4,0],[-5,0],[-22,9],[-48,28],[-14,4],[-13,0],[-9,-6],[-3,-2],[-21,-38],[-22,-38],[12,-7],[-5,-10],[70,-46],[-12,-20],[-36,-70],[-1,-2],[-1,-3],[0,0],[-1,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,0],[0,-1],[-1,0],[0,-1],[0,-1],[0,0],[-1,-1],[0,0],[0,-1],[0,-1],[0,0],[-1,-1],[0,0],[0,-1],[0,-1],[0,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,0],[0,-1],[0,-1],[0,0],[0,-1],[0,0],[0,-1],[0,-1],[0,0],[0,-1],[0,-1],[0,0],[0,-1],[0,0],[0,-1],[0,-1],[0,0],[1,-1],[0,0],[0,-1],[0,-1],[0,0],[0,-1],[0,-1],[1,0],[0,-1],[0,0],[0,-1],[0,-1],[1,0],[0,-1],[0,-1],[0,0],[0,-1],[1,0],[0,-1],[0,0],[1,-1],[0,-1],[0,0],[1,-1],[0,0],[0,-1],[1,0],[0,-1],[0,0],[1,-1],[0,0],[11,-9],[1,-4],[1,-3],[1,-4],[-3,-7],[-145,-243],[-106,-176],[-13,-26],[-15,-25],[-6,-6],[-13,-10],[-17,-9],[-17,-6],[-41,-4],[-52,-4],[-5,-1],[-11,-1],[-155,-10],[-130,-18],[-93,-13],[-26,-6],[-14,-4],[-15,-4],[-21,-7],[-41,-16],[-37,-14],[-30,-11],[-28,-7],[-35,-7],[-24,-5],[-44,-8],[-66,-10],[-58,-8],[-30,-4],[-99,-10],[-86,-16],[-87,-19],[-185,-40],[-34,-8],[-138,-29],[-56,-10],[-99,-18],[-66,-12],[-90,-13],[-28,-3],[-24,1],[-25,2],[-32,7],[-49,12],[1,-31],[3,-94],[-1,-21],[6,-91],[0,-87],[-3,-8],[-2,-6],[-12,-10],[-133,-20],[-233,-38],[-33,-4],[-13,1],[-100,-19],[-5,5],[-29,35],[-32,40],[-27,34],[-58,73],[-45,60],[-54,69],[-56,69],[-49,64],[-103,132],[-16,15],[-14,18],[-13,16],[-17,22],[-13,16],[-4,6],[-1,4],[-2,4],[0,3],[-6,-4],[-36,41],[-35,38],[-21,19],[-10,8],[-2,1],[-54,38],[-60,33],[-5,3],[-5,2],[-5,3],[-5,2],[-5,3],[-5,2],[-5,2],[-5,2],[-5,2],[-5,3],[-5,2],[-5,2],[-5,2],[-5,2],[-5,2],[-5,1],[-6,2],[-469,155],[-84,27],[-3,1],[-3,0],[-3,1],[-3,1],[-3,1],[-3,0],[-3,1],[-3,0],[-8,2],[-2,0],[-2,0],[-2,1],[-2,0],[-3,0],[-2,1],[-2,0],[-2,1],[-2,1],[-2,0],[-2,1],[-82,27],[-123,40],[-1,0],[-2,1],[-1,0],[-2,1],[-2,0],[-1,0],[-2,1],[-1,0],[-2,0],[-2,0],[-16,0],[3,15],[2,11],[2,11],[-6,-1],[-13,9],[-17,9],[-22,10],[-23,10],[-10,3],[-27,9],[-20,9],[-25,7],[-77,21],[-19,4],[-10,-1],[-13,2],[-7,-9],[-12,3],[-21,5],[-26,3],[-37,3],[-27,0],[-28,0],[-24,-1],[-32,-2],[-85,-2],[-23,-1],[-84,-4],[-46,-2],[-178,-6],[-123,-5],[-107,-4],[-146,-8],[-102,-4],[-97,-4],[-113,-3],[-11,0],[-22,-2],[-56,-6],[-45,-3],[-112,-9],[-261,-6],[-222,-9],[-267,-10],[-262,-12],[-136,-4],[-73,-11],[-305,-12],[-84,-4],[-76,-3],[-225,-8],[-206,-8],[-98,-4],[-129,-5],[-57,-2],[-228,-9],[-226,-10],[-43,-4],[-39,-4],[-40,-6],[-52,-11],[-71,-18],[-36,-12],[-37,-15],[-494,-246],[-33,-17],[-89,-44],[-122,-61],[-133,-67],[-144,-72],[-545,-277],[-447,-224],[-83,-41],[-72,-38],[-65,-32],[-61,-31],[-61,-33],[-50,-34],[-39,-29],[-37,-32],[-36,-36],[-47,-51],[-53,-65],[-151,-198],[-59,35],[-90,60],[-19,-16],[-28,-22],[-56,-31],[-67,-35],[-51,-28],[-63,-30],[-122,-55],[-116,-51],[-92,-43],[-99,-44],[-26,-15],[-154,-59],[-15,-4],[-13,-3],[-182,-54],[-161,-46],[-45,-14],[-115,-23],[-2,0],[-2,1],[-3,1],[-2,1],[-2,0],[-3,1],[-2,1],[-2,0],[-3,1],[-2,0],[-3,1],[-2,0],[-2,1],[-3,0],[-2,0],[-3,0],[-2,0],[-3,0],[-2,1],[-2,0],[-3,-1],[-2,0],[-3,0],[-2,0],[-3,0],[-2,-1],[-3,0],[-2,0],[-2,-1],[-3,0],[-2,-1],[-2,-1],[-3,0],[-2,-1],[-3,-1],[-2,-1],[-2,0],[-2,-1],[-21,-14],[-19,-15],[-26,-22],[0,0],[-75,-60],[-74,-55],[-36,-28],[-15,-19],[-1,-1],[-2,-2],[-2,-2],[-1,-2],[-2,-2],[-1,-3],[-2,-2],[-1,-1],[-8,-10],[-43,-75],[-46,-79],[-55,-95],[-54,-93],[-38,-73],[-136,-253],[-20,-38],[-88,-164],[-39,-68],[0,-15],[-3,-5],[-393,-694],[-32,-62],[-3,-9],[-7,3],[-22,11],[-74,48],[-4,1],[-3,-1],[-3,-4],[-97,-232],[-2,-7],[0,-4],[76,-379],[-2,-70],[-77,-10],[-43,-264],[1,-18],[5,-19],[-16,-62],[1,-7],[-23,-157],[-14,-1],[-26,-10],[-34,-2],[-5,-2],[-6,-4],[-15,-14],[-15,-11],[-5,-7],[-50,-25],[0,-6],[40,-309],[55,10],[15,-118],[14,-125],[-45,-376],[-24,-183],[-222,-85],[-20,-8],[-68,-26],[-19,-6],[-4,-5],[-4,-17],[0,-17],[3,-12],[8,-20],[7,-10],[8,-5],[6,-3],[10,0],[17,3],[24,1],[11,0],[15,-7],[34,-22],[27,-23],[39,-39],[54,-67],[27,-22],[13,-9],[-35,-35],[15,-14],[20,-24],[37,-54],[45,-68],[28,-45],[3,-8],[2,-11],[1,-9],[-3,-10],[-5,-12],[-12,-15],[-30,-28],[-24,-1],[-6,1],[-9,4],[-9,7],[-45,45],[-23,23],[-16,15],[-4,4],[-9,5],[-9,2],[-5,-1],[-11,-2],[-48,-33],[-52,-38],[-35,-27],[-32,-27],[-15,-14],[-22,-25],[-22,-16],[-21,-13],[-2,-2],[-4,-6],[0,-4],[-28,-25],[-49,35],[-12,8],[-6,5],[-57,44],[-22,21],[-103,75],[-199,136],[-25,21],[-8,9],[-9,13],[-22,37],[-44,83],[-27,53],[0,0],[-5,9],[-9,10],[-8,2],[-20,2],[-27,0],[-6,-2],[-36,-13],[-81,-25],[-10,-5],[-20,-13],[-50,-37],[-35,-26],[-26,-19],[-75,-52],[-51,-38],[-42,-40],[-59,-60],[-132,-132],[-61,-66],[-65,-67],[-73,-73],[-103,-109],[-6,-6],[-7,-1],[-10,0],[-7,-2],[-6,-6],[-4,-7],[-2,-5],[-1,-6],[-9,-10],[-127,-117],[-90,-85],[-43,-46],[-69,-83],[-147,-172],[-35,-32],[-45,-37],[-80,-61],[-48,-34],[-92,-55],[-120,-64],[-56,-29],[-30,-16],[-122,-48],[-263,-99],[-211,-74],[-47,-18],[-36,-8],[-33,-5],[-75,-7],[-11,-1],[-83,-2],[-67,-3],[-13,0],[-11,1],[-13,3],[-25,4],[-37,4],[-32,-2],[-24,-7],[-5,0],[-3,1],[-19,-10],[-4,-6],[-9,-6],[-16,-15],[-18,-25],[-32,-46],[-11,-15],[-8,-21],[-1,-14],[3,-20],[24,-89],[4,-6],[13,-1],[4,-1],[8,-2],[16,-13],[15,-19],[14,-24],[10,-20],[10,-16],[18,-21],[13,-23],[14,-28],[8,-24],[11,-14],[12,-18],[33,-62],[21,-47],[14,-25],[58,-82],[9,-11],[-278,-51],[-4,-5],[-19,-16],[-32,-30],[-98,-111],[-38,-40],[-57,-54],[-82,-75],[-35,-38],[-19,-26],[-2,-5],[-486,234],[-1,3],[-18,19],[0,0],[-18,6],[-30,9],[-30,12],[-28,11],[-51,18],[-73,26],[-69,25],[-16,5],[-8,4],[-6,5],[-9,7],[-4,5],[-5,7],[-14,19],[-17,25],[-24,33],[-38,54],[-81,117],[-33,50],[-27,38],[-10,14],[-8,9],[-7,5],[-6,-6],[-14,9],[-16,2],[-8,0],[-7,-3],[11,14],[49,65],[-49,68],[-19,38],[-56,73],[-25,36],[-16,24],[-16,24],[-3,5],[-7,10],[-52,78],[-28,36],[-1,0],[-27,-20],[-55,-40],[-27,0],[-41,49],[-41,52],[-31,40],[-181,220],[-8,5],[-8,1],[-7,-3],[-9,-6],[-5,-1],[-1,1],[-26,33],[-1,4],[0,4],[2,5],[-22,27],[1,3],[3,8],[1,6],[-1,3],[-75,99],[1,3],[2,3],[12,11],[1,3],[-132,170],[-38,51],[0,13],[-1,7],[-39,50],[-1,6],[1,9],[1,12],[0,6],[0,2],[-71,93],[-3,14],[-2,7],[-6,10],[-34,44],[-55,67],[-3,0],[-1,4],[6,142],[0,21],[-2,6],[-64,82],[-23,36],[-32,39],[-42,37],[-7,3],[-18,20],[-4,16],[-13,35],[-33,68],[-32,55],[-26,42],[-29,39],[13,6],[-38,49],[-56,64],[-38,23],[27,11],[0,32],[-4,19],[-10,24],[-86,130],[-54,84],[-56,97],[41,28],[-97,157],[-111,181],[-72,116],[-50,117],[-48,105],[-41,95],[-40,92],[-41,95],[-50,114],[-34,75],[-27,60],[-25,59],[-31,-26],[-17,-13],[-17,34],[-20,63],[-23,62],[-21,53],[-22,47],[-28,45],[-28,36],[-174,259],[-32,50],[-15,31],[-19,41],[-13,48],[-29,94],[-33,82],[-47,72],[-8,12],[-6,11],[-40,108],[-9,24],[-17,45],[-61,191],[-15,66],[-10,49],[-21,47],[-22,48],[-11,41],[-10,40],[-4,26],[-3,16],[-9,54],[-30,97],[-18,45],[-56,113],[-40,102],[-15,94],[-12,81],[-8,34],[-15,31],[-10,18],[2,28],[-45,42],[-11,487],[-8,66],[98,111],[-12,16],[-45,-45],[-7,0],[-8,8],[-19,32],[-4,13],[-3,17],[-4,25],[-9,33],[-5,80],[-5,25],[-55,177],[-13,62],[-22,2],[-4,27],[0,0],[45,13],[-5,34],[-14,70],[-71,-17],[-1,0],[-43,171],[35,17],[-15,64],[-10,3],[-28,-9],[-4,6],[-92,342],[-42,164],[-46,165],[-4,24],[-43,140],[-8,21],[-20,60],[-76,-30],[0,3],[-4,91],[-2,50],[-2,44],[-2,74],[-3,73],[-1,43],[-1,13],[-1,8],[-3,9],[-18,50],[-24,77],[-28,84],[-31,92],[-39,116],[-31,94],[-53,159],[-28,87],[-26,76],[-39,118],[-37,110],[-65,199],[-4,6],[-3,4],[-3,3],[-3,2],[-6,3],[-13,5],[-51,134],[-24,63],[-55,117],[-4,9],[-7,1],[-108,-63],[-42,122],[-47,136],[-5,9],[-7,9],[-6,6],[0,0],[77,94],[-31,33],[24,51],[27,30],[17,19],[-9,18],[2,3],[5,13],[0,21],[-1,10],[-4,8],[-24,20],[-13,4],[-6,2],[-98,193],[-56,112],[-12,23],[0,2],[0,12],[-3,12],[-1,12],[-2,6],[-4,14],[-56,113],[-13,21],[-9,15],[0,0],[0,0],[-116,226],[-19,25],[9,5],[-68,120],[-46,81],[26,17],[-3,4],[-48,81],[-64,70],[-10,12],[0,-1],[0,0],[-1,1],[-95,1],[-41,2],[-87,-66],[-13,7],[-36,35],[-16,10],[-17,0],[-11,-3],[-16,9],[-5,-4],[-290,-137],[-131,-60],[-5,1],[-4,10],[-17,65],[-7,4],[-9,3],[-208,56],[-6,0],[0,2],[-3,-2],[-9,1],[-31,88],[-19,44],[-11,32],[-16,34],[-17,31],[-104,103],[-57,40],[-49,20],[-55,12],[-54,10],[-82,7],[-91,10],[-77,14],[-52,16],[-36,14],[-26,20],[-26,42],[-39,93],[-10,27],[-81,224],[-96,283],[-36,106],[-61,157],[-38,112],[-38,94],[-147,303],[-43,93],[-33,79],[-16,24],[-15,24],[-25,44],[-22,25],[-27,17],[-35,10],[-30,70],[-7,14],[-201,468],[-144,333],[7,7],[1,9],[-5,4],[-9,0],[-96,-36],[-119,-50],[-15,10],[-16,9],[-22,5],[-11,1],[-3,-4],[-4,-3],[-8,-2],[-7,1],[-15,9],[-22,18],[-2,2],[-7,4],[-15,17],[-11,4],[-11,2],[-2,-2],[0,-2],[24,-26],[6,-14],[0,-10],[-3,-10],[-8,-9],[-6,-2],[-9,0],[-59,12],[-194,48],[-1,-2],[-37,9],[-79,19],[-5,3],[-4,4],[-36,14],[0,28],[-5,15],[-13,11],[-174,70],[-102,38],[-21,14],[-202,169],[-185,157],[-224,181],[-51,40],[-34,16],[-292,101],[-3,6],[-237,35],[-18,24],[-46,45],[-45,36],[-58,43],[-60,40],[-100,54],[-147,83],[-197,116],[-103,67],[-53,39],[-13,10],[7,20],[-13,11],[-3,5],[70,243],[122,402],[98,311],[0,8],[-8,19],[-21,48],[-56,102],[-89,111],[-120,138],[-79,95],[-163,201],[-44,52],[-17,12],[-48,17],[-34,20],[-88,86],[-87,93],[-30,38],[-80,96],[-407,505],[-31,38],[-39,34],[-103,100],[-104,113],[-55,64],[-7,9],[-6,8]],[[521603,436690],[0,-46],[0,-1],[-10,7],[-16,10],[-14,4],[-8,-2],[-17,-16],[-1,-2],[-6,-8],[-6,-8],[-6,-8],[-11,-20],[-8,16],[-8,33],[-24,102],[-31,124],[-3,13],[-18,60],[-21,73],[-63,181],[-37,106],[-47,127],[-23,61],[-2,6],[1,0],[-1,1],[13,26],[8,2],[15,15],[43,69],[50,85],[63,104],[1,18],[12,3],[116,187],[48,74],[34,53],[14,22],[23,32],[0,0],[23,-22],[22,-26],[2,-4],[1,0],[-1,-1],[18,-34],[9,-39],[4,-37],[7,-95],[9,-145],[6,-87],[6,-114],[4,-71],[6,-158],[0,-1],[-17,-136],[-17,-56],[0,-1],[8,-13],[55,-73],[28,-38],[-48,-20],[-17,-22],[-24,-31],[-53,-71],[-33,-51],[-26,-46],[-16,-36],[-12,-40],[-4,-35]],[[521665,541504],[150,-450],[3,-13],[-2,-6],[9,3],[16,13],[36,33],[97,95],[112,104],[18,-12],[27,-37],[98,-137],[131,-183],[41,-56],[114,-157],[26,-36],[0,-5],[-1,-17],[17,-9],[6,0],[2,-1],[7,-4],[23,1],[83,65],[41,30],[85,69],[118,95],[86,67],[10,-28],[19,-41],[14,-19],[8,-15],[2,-19],[36,-442],[-38,-3],[-4,12],[-6,8],[-6,7],[-11,6],[-30,3],[-12,-1],[-20,-9],[-24,-15],[-21,-12],[-25,-9],[-38,-10],[-7,-2],[-44,-7],[-15,221],[-107,-9],[2,-30],[-24,-8],[-2,4],[-1,2],[-20,2],[2,-3],[-24,4],[-150,34],[-22,6],[-223,52],[-5,20],[-3,28],[1,18],[7,20],[7,13],[11,11],[18,13],[9,10],[4,11],[-16,10],[-367,79],[55,-172],[-21,4],[0,2],[-471,109],[-85,24],[-41,8],[-2,-1],[-13,2],[-92,23],[-131,29],[-33,79],[23,120],[7,27],[5,0],[14,66],[6,5],[131,58],[27,12],[7,-1],[34,16],[-15,42],[18,13],[253,123],[96,48]],[[560800,561456],[-5,-2],[-11,-4],[-30,-8],[-10,-1],[-7,0],[-8,1],[-4,1],[-6,3],[-16,6],[-61,20],[-15,6],[-61,21],[-2,1],[2,13],[5,-1],[9,-3],[10,-4],[35,-14],[4,-1],[40,-12],[51,-19],[7,-2],[8,-1],[6,0],[9,1],[7,1],[7,1],[12,2],[23,6],[3,2],[22,17],[9,7],[20,15],[8,6],[52,44],[60,49],[76,64],[11,9],[12,10],[7,6],[11,12],[8,8],[6,10],[5,8],[8,17],[6,12],[6,10],[6,14],[4,10],[7,16],[26,60],[2,5],[1,4],[-1,4],[-2,1],[-2,1],[-4,2],[-5,2],[-35,11],[-33,11],[-43,13],[-80,16],[-30,6],[-49,10],[-12,2],[-13,1],[-13,2],[-19,3],[-2,1],[-2,0],[-2,1],[-2,4],[8,2],[111,-18],[19,-3],[9,-2],[37,-9],[55,-12],[73,-21],[6,-2],[9,-3],[7,-2],[9,-3],[10,-6],[7,-4],[3,-2],[-15,-35],[-6,-18],[-13,-34],[-19,-41],[-17,-31],[-8,-15],[-12,-15],[-5,-5],[-8,-8],[-35,-30],[-64,-53],[-6,-5],[-44,-36],[-41,-35],[-39,-32],[-31,-23],[-18,-12],[-8,-4]],[[558175,562585],[26,-17],[45,-32],[72,-47],[139,-89],[3,-2],[45,-30],[19,-10],[36,-24],[31,-21],[68,-43],[42,-25],[3,-2],[68,-44],[19,-13],[3,-3],[3,-4],[58,-33],[2,0],[68,-6],[68,-4],[23,-1],[27,4],[55,7],[68,9],[66,9],[69,10],[74,9],[62,7],[66,5],[37,-7],[70,-19],[5,1],[5,0],[5,-2],[2,-1],[5,-3],[63,-17],[73,-18],[72,-18],[72,-12],[45,-9],[6,-5],[6,-4],[6,-3],[3,1],[2,1],[1,3],[17,13],[9,8],[4,3],[10,6],[18,0],[5,-1],[13,1],[3,0],[41,-3],[30,0],[29,-2],[21,-2],[26,-4],[30,-5],[52,-7],[45,-5],[17,-4],[75,-11],[2,-1],[5,0],[16,-3],[53,-9],[81,-12],[97,-16],[77,-13],[72,-12],[1,-8],[-9,2],[-151,25],[-85,15],[-83,13],[-83,12],[-70,11],[-18,3],[-81,12],[-16,2],[-27,4],[-25,3],[-22,3],[-28,1],[-32,1],[-41,2],[-16,1],[-49,-25],[-4,-8],[-3,-2],[-2,-3],[-3,-3],[-6,0],[-5,2],[-4,3],[-3,2],[-6,4],[-4,2],[-6,4],[-8,2],[-16,3],[-57,11],[-66,12],[-75,20],[-80,19],[-76,21],[-35,8],[-32,7],[-22,-2],[-41,-3],[-70,-8],[-68,-10],[-68,-10],[-76,-9],[-96,-13],[-11,-1],[-34,-2],[-10,-1],[-18,0],[-23,0],[-22,2],[-68,7],[-25,5],[-15,12],[-51,29],[-2,1],[-21,14],[-62,39],[-73,45],[-70,45],[-40,28],[-17,9],[-9,5],[-36,23],[-55,35],[-55,35],[-66,40],[-64,44],[-12,8],[-27,21],[0,0],[-3,0],[-9,0],[-23,1],[-9,0],[-17,0],[-20,-1],[-14,-1],[-22,-1],[-24,1],[-14,0],[-12,1],[-15,1],[-13,0],[-9,-1],[-50,-2],[-40,-1],[-19,-1],[-70,0],[-19,0],[-162,-2],[-63,-1],[-3,-1],[-2,1],[-71,0],[-82,-1],[-72,-1],[-65,0],[-70,-1],[-68,1],[1,9],[2,0],[13,-1],[66,1],[72,1],[18,0],[22,1],[29,0],[77,0],[16,1],[16,0],[33,0],[17,0],[6,1],[6,0],[32,0],[76,0],[163,3],[5,0],[9,0],[31,-1],[46,2],[43,1],[48,1],[31,0],[40,1],[11,-2],[7,0],[8,0],[9,1],[4,0],[102,2]],[[555373,563133],[-188,-53],[-12,-4],[0,-18],[-282,11],[-43,8],[-337,90],[-47,14],[-182,93],[-285,145],[-24,12],[-20,7],[-8,9],[-9,9],[10,13],[12,16],[50,-15],[68,-23],[44,-17],[40,-19],[15,-5],[52,-5],[14,-6],[54,-39],[100,-69],[85,-53],[31,-5],[48,-10],[43,-11],[58,-21],[69,-19],[73,-26],[48,-13],[41,-5],[142,-11],[40,-1],[31,4],[48,11],[215,60],[91,32],[91,36],[65,26],[36,14],[163,68],[65,27],[229,96],[28,13],[12,3],[15,-1],[15,-5],[1,-14],[6,-25],[-214,-85],[-230,-94],[-223,-94],[-20,-7],[-71,-26],[-53,-18]],[[551779,567339],[-10,-10],[-8,0],[-16,17],[17,20],[12,18],[18,2],[14,-3],[-27,-44]],[[554911,567406],[-144,-473],[-37,-121],[-33,-106],[-8,-14],[-9,-29],[-19,-56],[-95,-294],[-54,-181],[-40,-43],[-11,-19],[-11,-24],[-40,20],[-16,12],[-57,25],[-97,45],[-9,-2],[-60,-110],[-78,-147],[-42,-82],[-21,-41],[-13,2],[-26,15],[-73,43],[-2,7],[58,113],[107,218],[-28,15],[-77,35],[-26,8],[-45,7],[-16,1],[-6,-10],[-35,-69],[-96,-194],[-5,-2],[-21,10],[114,231],[33,65],[329,673],[29,54],[8,29],[15,-10],[45,96],[54,113],[25,53],[45,85],[27,55],[24,50],[36,75],[159,322],[58,101],[41,-6],[48,-5],[373,-36],[-218,-395],[-31,-64],[-20,-14],[-9,-31]],[[552564,568534],[15,-4],[19,1],[7,-2],[4,-11],[1,-8],[-10,-6],[-15,0],[-22,7],[-11,1],[-8,4],[-2,10],[1,7],[5,3],[16,-2]],[[552809,568984],[-19,-77],[-40,4],[-48,4],[1,1],[-1,0],[5,19],[-1,14],[-3,8],[-15,5],[-23,3],[-12,4],[-54,38],[-17,10],[-26,19],[1,1],[1,5],[37,16],[18,5],[15,0],[18,-6],[164,-57],[0,0],[-1,-13],[0,-2],[0,-1]],[[573479,610437],[-5,-25],[1,-47],[0,-1],[-1,0],[0,0],[9,-23],[4,-15],[11,-25],[13,-20],[18,-24],[13,-14],[19,-11],[77,-29],[96,-31],[41,-11],[0,0],[-5,-11],[107,-55],[-2,-18],[0,-1],[0,-1],[62,-33],[32,-17],[8,-4],[47,-26],[10,-10],[4,-14],[0,-1],[-7,-19],[-23,-46],[-48,-87],[-10,-20],[-1,-2],[-3,-6],[-8,-28],[-3,-10],[-14,-61],[-7,-18],[-7,-6],[-1,-1],[27,-5],[2,-1],[-29,-16],[-2,-1],[80,-19],[203,-44],[31,1],[44,7],[85,11],[82,12],[43,5],[80,9],[24,2],[0,0],[0,-1],[169,22],[1,32],[2,186],[0,4],[0,1],[33,10],[35,10],[24,7],[191,43],[167,33],[8,-7],[10,1],[204,52],[181,45],[11,0],[0,0],[19,-5],[5,3],[41,24],[121,55],[71,30],[161,72],[27,12],[1,-4],[10,-30],[16,-34],[5,-8],[6,-9],[27,-23],[3,-2],[30,-9],[31,-9],[83,-30],[7,-2],[36,-16],[24,-14],[19,-12],[17,-11],[16,-12],[31,-24],[42,-32],[28,-24],[14,-11],[68,-57],[74,-62],[15,-12],[73,-41],[62,-36],[6,-3],[14,-10],[-1,0],[19,-19],[10,-13],[8,-12],[19,-28],[5,-7],[9,-15],[126,-199],[14,-30],[28,0],[48,-2],[79,-2],[15,-3],[64,-15],[262,26],[55,5],[21,1],[106,11],[125,-123],[90,-85],[29,-28],[15,-14],[9,-8],[72,-69],[97,-94],[144,-140],[72,-70],[18,-20],[18,9],[229,77],[20,7],[60,22],[198,73],[35,12],[19,-242],[18,-284],[0,-1],[-2,-38],[-4,-19],[-1,0],[-7,-7],[-238,-73],[-268,-79],[-171,-53],[-18,-5],[5,-27],[0,-1],[0,-1],[-4,-26],[-13,-50],[-21,-77],[-12,-30],[-23,-37],[-21,-31],[-13,-17],[12,-17],[8,-37],[-7,-13],[12,-100],[35,-282],[-24,-4],[-18,8],[-27,23],[-66,73],[-22,16],[4,-26],[9,-93],[16,-22],[14,-25],[11,-73],[-3,-16],[-13,-4],[-11,-3],[-4,-15],[1,-12],[13,-13],[15,2],[38,10],[1,-24],[3,-26],[6,-20],[8,-4],[18,-2],[32,2],[13,1],[11,-132],[-9,-25],[-12,-15],[-93,-34],[8,-78],[0,0],[40,19],[54,21],[71,-43],[43,10],[164,35],[2,-19],[20,-233],[17,-257],[15,-261],[7,-142],[0,-1],[0,-1],[0,-1],[-5,-11],[-43,-2],[-2,0],[-72,-8],[-64,-10],[-154,-27],[-15,-2],[-55,-8],[-5,-23],[-8,-34],[-2,-8],[-17,-76],[-29,-134],[-31,-146],[-3,-15],[-106,25],[-75,22],[-62,15],[-52,13],[-51,14],[-109,25],[-60,16],[-39,6],[-15,-1],[-2,0],[-55,-202],[-65,-202],[-22,-39],[-33,-104],[-1,-6],[-9,-38],[-16,14],[-4,-36],[-1,-10],[-10,-47],[-27,-123],[-4,-16],[-8,-31],[-21,-99],[-15,-58],[-22,-105],[-10,-35],[-8,-39],[-4,-27],[-8,-12],[-32,-33],[-1,0],[16,-31],[0,0],[-6,-30],[-28,-136],[-57,-266],[-45,-222],[-12,-55],[-5,-23],[0,0],[4,-21],[15,0],[43,8],[36,5],[102,11],[17,2],[52,3],[65,2],[15,0],[62,-1],[23,-2],[22,-2],[22,0],[175,1],[168,-1],[156,6],[130,6],[67,4],[136,3],[113,2],[25,0],[296,2],[129,-1],[239,2],[20,0],[-1,-8],[1,-68],[262,4],[118,-1],[21,-2],[16,-1],[25,-3],[20,-4],[0,-137],[0,-1],[3,-103],[2,-76],[1,-22],[56,5],[109,9],[9,-17],[8,-17],[8,-18],[10,-37],[89,-329],[7,-28],[16,4],[0,0],[16,5],[172,29],[51,10],[25,4],[154,29],[140,26],[23,4],[53,10],[129,23],[15,3],[145,28],[0,1],[100,20],[17,3],[65,-359],[1,-1],[-4,-3],[-3,-1],[-279,-91],[-18,-7],[-49,-17],[-215,-68],[-222,-75],[-188,-62],[-16,-5],[-587,-195],[4,-58],[0,-1],[1,0],[1,-7],[3,-19],[11,-64],[0,-1],[-10,-2],[-1,0],[34,-335],[2,-22],[22,-254],[0,-1],[5,-86],[5,-79],[0,-1],[-2,-23],[-2,-5],[3,-34],[-263,-1383],[-27,-154],[-11,-67],[-15,-86],[-22,-105],[-1,-24],[4,-21],[7,-19],[9,-19],[0,0],[0,-1],[142,51],[177,64],[18,7],[57,20],[591,214],[156,57],[0,-1],[4,-14],[22,-266],[1,-16],[9,-77],[3,-60],[5,-65],[0,0],[0,-119],[-2,-101],[-2,-39],[-1,-44],[-1,0],[-2,-6],[-1,-51],[0,-2],[0,0],[0,-7],[2,-35],[8,-29],[20,-53],[1,-4],[44,-94],[14,-28],[6,-14],[0,-1],[11,-24],[87,52],[178,106],[85,45],[25,11],[11,5],[1,1],[3,0],[28,8],[32,6],[42,6],[104,4],[21,1],[257,9],[11,0],[1,0],[-3,-31],[-5,-57],[-8,-56],[-12,-72],[-3,-17],[-18,-81],[-19,-75],[-44,-143],[-31,-95],[-7,-20],[-18,-48],[-82,-215],[-7,-16],[-15,-38],[-8,-21],[-77,-219],[0,-1],[-10,-32],[-3,0],[-8,0],[-126,44],[-238,82],[-93,32],[-2,0],[-18,4],[-14,0],[-10,-5],[-8,-13],[-32,-97],[-22,-67],[-15,-45],[-37,-18],[-9,-9],[-18,-71],[-1,-7],[0,-7],[35,-17],[27,-19],[7,-6],[7,-3],[0,0],[-1,-4],[6,1],[16,-4],[51,-22],[188,-83],[184,-79],[-69,-208],[-9,-14],[-12,-9],[-15,-2],[-17,-46],[9,-23],[0,-24],[-5,-27],[-5,-13],[-5,-17],[-88,-262],[-34,-104],[-6,-24],[-58,-179],[-57,-173],[-13,-39],[-6,-17],[-7,-23],[-6,-18],[-10,-34],[-9,-10],[-11,-40],[-6,16],[-5,6],[-327,110],[-72,24],[-30,10],[-209,71],[-21,7],[-22,7],[-164,56],[-48,-194],[-7,-21],[-11,-33],[-38,-134],[-25,-86],[-3,-9],[-17,-68],[-14,-56],[-22,-85],[0,0],[3,-12],[13,-8],[28,-5],[247,-45],[87,-16],[207,-37],[34,-6],[52,-10],[190,-33],[1,0],[-64,-186],[-81,-255],[-36,-111],[-6,-16],[-93,-281],[-150,-457],[-13,-41],[-37,-112],[-9,-30],[-43,-129],[-6,-17],[-67,-204],[-52,-163],[-46,-142],[-66,-200],[-11,-33],[-29,-88],[-36,-110],[-57,-177],[-51,-157],[-434,40],[-283,31],[-22,2],[-376,40],[-297,33],[-449,46],[-154,15],[-15,2],[-24,25],[-6,-23],[-2,-11],[-43,-170],[-41,-169],[-27,-102],[-27,-90],[0,-1],[41,-35],[18,-6],[245,-92],[47,-21],[6,-3],[139,-67],[263,-128],[0,0],[-6,-15],[-1,-2],[16,-8],[1,0],[-38,-72],[-2,-1],[-72,-98],[-4,-6],[-103,-140],[-22,-28],[-19,-11],[-10,-1],[-100,3],[-129,3],[-136,-187],[-98,-140],[-1,-1],[66,-26],[156,-65],[246,-103],[105,150],[30,-24],[1,0],[-145,-199],[-1,-2],[18,-7],[1,0],[-11,-16],[-14,-19],[-15,-21],[-191,-259],[-30,-43],[-27,-39],[-31,-46],[-38,-71],[3,-1],[1,-1],[9,-5],[20,-13],[55,-37],[294,-204],[12,-7],[3,-1],[14,1],[23,8],[6,3],[16,10],[0,0],[-2,-26],[0,-1],[10,-21],[1,-9],[0,-1],[-6,-18],[-73,-166],[-60,-130],[-1,-4],[-6,-27],[-8,-34],[-6,-10],[-5,-23],[-2,-10],[-4,-7],[-142,-275],[-1,-21],[-1,-9],[-4,-12],[-15,-26],[-5,-17],[-1,-20],[5,-35],[0,0],[0,-2],[-187,75],[-51,21],[-81,32],[-59,24],[-104,41],[-198,79],[0,0],[-22,8],[-7,-12],[-96,-164],[-80,-135],[-229,122],[0,0],[-2,2],[-7,8],[-10,22],[-4,10],[-9,9],[24,12],[10,13],[13,50],[5,19],[-10,8],[-83,21],[-148,40],[-216,56],[-339,83],[-150,-1],[-65,22],[-146,54],[-20,19],[-12,-30],[-16,-14],[1,-23],[-16,-31],[-56,-87],[-21,-22],[-11,-22],[-82,-112],[-148,-197],[-44,-57],[-32,-39],[54,-30],[58,-26],[62,-27],[247,-110],[86,-37],[143,-62],[0,0],[364,-153],[102,-43],[0,0],[-7,-22],[0,-1],[-95,-285],[-16,-25],[-7,-25],[-1,0],[-46,17],[-41,-134],[-65,16],[-7,-29],[0,-1],[0,0],[-23,-98],[0,0],[0,-1],[0,0],[12,-20],[2,-11],[0,-20],[-7,-21],[0,-2],[-28,12],[-336,141],[-3,-21],[-62,26],[-47,19],[-13,21],[-61,24],[-42,18],[-70,29],[-87,37],[-138,56],[-68,-461],[-54,-341],[-88,16],[-44,6],[0,0],[-81,13],[-23,-79],[0,-1],[-10,8],[-9,-23],[-62,-173],[-42,-110],[-42,-113],[-85,-231],[-1,0],[-74,46],[-82,41],[0,0],[-113,57],[-134,66],[-127,63],[-62,27],[-224,-600],[-79,-204],[-10,-25],[0,-22],[0,-1],[-26,16],[-69,43],[-149,88],[-51,34],[-170,100],[-150,92],[-3,6],[-40,5],[-270,-116],[-16,-2],[-18,5],[-40,51],[-48,70],[-32,46],[-82,-67],[-38,-31],[-16,6],[-9,11],[-146,-116],[-21,-9],[31,-88],[29,-64],[34,-62],[30,-10],[14,0],[8,-6],[75,-99],[84,67],[25,-14],[15,34],[16,46],[13,46],[8,37],[1,20],[7,-3],[7,-8],[25,-35],[58,-81],[100,-136],[245,-349],[56,-79],[77,-111],[20,-28],[54,-77],[171,-236],[115,-157],[72,-88],[13,-20],[20,-20],[92,-108],[126,-141],[151,-158],[1,-1],[-17,1],[-13,1],[-15,11],[-29,27],[-41,48],[-39,44],[-5,2],[-25,-1],[-8,-3],[-32,-11],[-78,-24],[-183,-57],[-7,14],[-20,41],[-117,228],[-4,18],[-31,16],[-39,-13],[-229,-81],[-77,-29],[-1,0],[3,-23],[1,-10],[9,-82],[27,-250],[12,-110],[9,-37],[23,-36],[2,-3],[103,-137],[49,-55],[43,-60],[10,-15],[39,-51],[55,-73],[104,-164],[17,-27],[26,-43],[59,-96],[10,-11],[15,-3],[23,0],[4,0],[-55,-15],[-125,-36],[-25,40],[-65,99],[-51,82],[-36,50],[-30,37],[-29,23],[-32,19],[-33,14],[-93,34],[-94,35],[-136,57],[-9,4],[-102,48],[-40,21],[-24,12],[-89,46],[-124,67],[-9,4],[-88,53],[-21,22],[-52,29],[-12,6],[-29,9],[-228,58],[-36,-15],[-1,-16],[-6,-29],[-5,-62],[0,-1],[1,-65],[16,-196],[4,-75],[13,-183],[10,-228],[4,-55],[3,-30],[-32,-25],[12,-30],[36,-79],[0,0],[0,-1],[5,-11],[-33,-19],[-1,1],[-26,-15],[-1,1],[-4,3],[-6,12],[-1,35],[-10,8],[-56,-34],[-1,0],[-1,4],[-6,17],[-6,2],[-11,-2],[-16,-8],[-13,-11],[-31,69],[-21,46],[-22,-14],[-5,5],[-115,266],[-89,202],[-5,16],[0,0],[-2,6],[-10,19],[-18,45],[-77,180],[-120,-16],[-125,-16],[-88,-16],[0,1],[0,1],[0,24],[-16,-3],[-18,0],[-12,0],[0,12],[0,195],[-6,-1],[0,13],[-31,2],[-35,3],[-30,1],[-42,3],[-28,2],[-23,2],[-5,0],[-13,0],[-18,-5],[-11,-11],[-19,-69],[-9,-34],[-6,-18],[-5,-15],[-13,-40],[-2,-9],[-9,-19],[-17,-37],[-2,-5],[-7,-11],[-17,-29],[-16,-17],[-7,-2],[0,0],[-26,-7],[-140,-41],[-55,-15],[-115,-24],[-91,-17],[-35,0],[-24,5],[-11,3],[-17,6],[-10,4],[-15,7],[-13,6],[-132,102],[-67,52],[-223,173],[-42,10],[-36,7],[-153,32],[-89,18],[-8,-6],[-66,-304],[-22,-103],[-48,-237],[-23,-106],[-18,6],[-8,7],[0,2],[0,0],[2,27],[-3,9],[-6,9],[0,1],[34,157],[4,44],[0,1],[-1,17],[-8,15],[-34,21],[-122,50],[-74,26],[-7,3],[-12,6],[-23,-8],[-14,-12],[-7,-13],[-5,-13],[-1,-10],[-18,-48],[-13,-49],[-32,-158],[-2,-26],[0,-10],[0,0],[1,-33],[6,-20],[1,-30],[0,0],[-1,-21],[0,-2],[22,-7],[48,-18],[200,-74],[18,-7],[47,-18],[0,0],[-28,-101],[-66,-245],[-107,-399],[-32,-115],[-24,-84],[0,-1],[3,-1],[7,-1],[11,-3],[1,0],[-12,-21],[-11,-25],[-56,-189],[-31,-106],[-25,-89],[-14,-35],[-21,-48],[-21,-38],[-14,-24],[70,-62],[34,-27],[38,-25],[65,-38],[315,-147],[435,-205],[92,-42],[114,-55],[11,-11],[2,-2],[-17,4],[-59,16],[1,-43],[33,-8],[91,-18],[20,-5],[21,-5],[31,-8],[110,-28],[87,-27],[48,-22],[88,-34],[46,-20],[0,0],[-2,-23],[0,-20],[7,-15],[3,-2],[11,-8],[46,-17],[28,-9],[36,-9],[0,-1],[6,-2],[22,-8],[28,-15],[104,-59],[142,-78],[22,-11],[1,-1],[18,-9],[22,-11],[1,-1],[-47,-68],[-21,-35],[-29,-56],[-8,-13],[-4,-10],[-36,-73],[-41,-88],[-29,-52],[-36,-55],[-10,-16],[-19,-30],[-42,-56],[-14,11],[-42,35],[-17,14],[-35,25],[-32,14],[-38,14],[-25,5],[-23,3],[-26,2],[0,1],[-20,4],[-29,0],[-26,-2],[-27,-2],[-19,-1],[-40,-3],[-22,-2],[-72,-12],[-33,-4],[-9,-1],[-38,-9],[-38,-11],[-25,-12],[-15,-12],[-4,-5],[-1,-2],[-7,-11],[-11,-17],[-6,-19],[-67,-221],[-9,-30],[-39,-127],[-44,-143],[-60,-200],[-1,0],[-113,53],[-54,21],[-23,7],[-36,11],[-27,-18],[-249,-120],[-26,-13],[-11,-27],[-11,-39],[-1,-1],[-210,180],[-49,42],[31,-145],[124,-559],[25,-19],[31,-18],[-33,-11],[-207,-85],[-143,-61],[-20,4],[-5,-1],[-8,-1],[-13,-8],[-11,-17],[-3,-18],[-1,-38],[0,-1],[5,-50],[0,-5],[6,-31],[5,-36],[6,-104],[11,-177],[14,-167],[2,-19],[15,-143],[2,-23],[1,-14],[6,-26],[4,-16],[29,-260],[16,-143],[2,-29],[18,-214],[11,-111],[14,-143],[19,-225],[7,-110],[4,-13],[5,-17],[14,-117],[9,-70],[0,0],[-2,-43],[-6,-34],[-7,-21],[-6,-12],[-8,-6],[-11,0],[-75,45],[-14,11],[-16,-41],[-1,-2],[8,6],[13,3],[80,-51],[11,-5],[22,6],[10,-17],[22,-13],[35,-19],[8,-4],[45,-21],[1,0],[-4,-13],[0,-1],[18,-10],[1,0],[-22,-58],[-6,-19],[-39,-104],[-87,-245],[-6,-16],[0,-1],[70,-46],[4,-3],[21,-19],[7,-5],[76,-51],[150,-99],[77,-52],[33,-25],[40,-27],[11,-13],[0,0],[-4,-6],[-66,-63],[-293,-284],[-35,-34],[-53,-52],[-9,-13],[-15,-18],[-30,-39],[-58,-74],[-81,-107],[-43,-59],[-92,-126],[0,0],[-26,-39],[0,0],[-184,-265],[-165,-241],[-180,-268],[-51,-72],[-24,-38],[-27,-40],[-85,-127],[-73,-104],[-34,-50],[-48,-68],[-16,-24],[-58,-82],[-16,-24],[-361,-518],[-24,-29],[-1,-1],[-24,-27],[-106,-152],[-150,-216],[-124,-203],[-69,-121],[-24,-47],[-31,-59],[-27,-56],[-17,-34],[-67,-147],[-22,-44],[-20,-35],[0,0],[-60,-149],[-75,-176],[-106,-248],[-31,-73],[-86,-212],[-8,-22],[-3,-7],[0,-1],[-23,-62],[-14,-42],[-7,-21],[-2,-8],[-3,-9],[-12,-43],[-11,-40],[-37,-147],[-16,-65],[-2,-10],[-19,-105],[-75,24],[-49,15],[-18,6],[-273,84],[-86,26],[-82,24],[-43,13],[-101,30],[-120,36],[0,1],[2,9],[11,41],[17,59],[3,7],[19,49],[8,18],[188,426],[44,100],[85,192],[14,30],[7,0],[15,-12],[4,0],[11,9],[196,145],[8,1],[24,21],[127,140],[96,106],[0,0],[24,26],[2,7],[77,92],[35,41],[-1,0],[-16,15],[-7,-1],[-9,3],[-38,30],[-98,81],[-71,70],[-37,42],[-10,6],[-7,2],[-5,-2],[-5,-1],[-11,-8],[-2,-3],[-71,62],[0,1],[-87,100],[-2,8],[-2,4],[-5,13],[-12,27],[-23,50],[-35,72],[-17,26],[-10,17],[-11,14],[-27,-11],[-8,-4],[-32,-23],[-17,-8],[-24,-15],[-21,-21],[-27,-34],[-46,111],[-64,159],[-5,10],[1,1],[6,9],[25,17],[66,50],[54,44],[56,56],[48,55],[103,134],[13,15],[16,18],[16,18],[72,65],[10,8],[52,44],[63,48],[31,21],[10,1],[14,22],[-1,1],[-15,21],[-10,29],[-24,79],[-12,42],[-18,70],[-1,5],[-3,10],[-15,79],[-7,57],[-4,32],[-3,75],[0,0],[0,3],[3,29],[2,14],[9,32],[2,6],[17,48],[79,158],[3,5],[42,72],[0,0],[-15,36],[-9,9],[-152,376],[-51,126],[-11,27],[-8,19],[-12,31],[-32,77],[-155,387],[-61,150],[-34,74],[-8,18],[-6,13],[-69,170],[-83,203],[-1,1],[-4,9],[-16,-8],[-2,-1],[-183,-92],[-854,-425],[-16,-8],[-17,-8],[-1,0],[6,-15],[8,-22],[8,-20],[8,-24],[20,-53],[98,-239],[12,-32],[36,-86],[131,-317],[43,-113],[2,-8],[8,-23],[0,-2],[-14,1],[-4,0],[-197,13],[-440,-389],[-67,-61],[-59,-54],[-16,-4],[-16,0],[-13,5],[-4,2],[-38,26],[-8,6],[-10,4],[-8,-1],[-20,-9],[-18,-1],[-26,3],[-36,8],[-25,7],[-31,2],[-16,-70],[-7,-30],[-47,-208],[-3,-13],[-4,-8],[-4,-9],[-5,3],[-160,103],[-18,12],[-100,65],[-22,15],[-12,-18],[-5,-21],[-149,-277],[-201,-378],[-2,-2],[-5,-4],[0,-1],[-10,-18],[-4,-7],[-50,-92],[-14,-27],[-114,-207],[-13,-23],[-164,-294],[-13,-23],[-10,-7],[-16,-24],[-4,-14],[-113,-226],[-36,-71],[-110,-219],[-69,-134],[-8,-15],[-12,-21],[-15,-29],[-19,-20],[-34,-66],[-38,-70],[-79,-151],[-26,-51],[-83,-157],[-26,-48],[-409,251],[-25,16],[-354,219],[-32,18],[-23,14],[-136,78],[-554,340],[-151,88],[-14,8],[-26,15],[-126,77],[-25,15],[-223,136],[-135,81],[-156,94],[-111,67],[-24,14],[-200,126],[-9,5],[-11,6],[-162,96],[-5,-7],[-6,-10],[-6,-4],[-29,-58],[-10,-19],[-41,-75],[-69,-130],[-194,-361],[-13,-29],[-15,-21],[-42,-84],[-70,-132],[-69,-128],[-50,-92],[-132,-255],[-14,-19],[-82,-157],[-96,-187],[-97,-187],[-80,-152],[0,-1],[1,-3],[3,-5],[6,-4],[185,-86],[91,-43],[185,-87],[27,-13],[57,135],[89,219],[9,22],[15,-8],[7,-3],[27,-13],[214,-106],[12,-7],[19,-12],[3,-2],[253,-122],[0,0],[-1,-15],[-2,-5],[-31,-75],[-92,-225],[-21,-51],[-9,-20],[-79,-196],[-65,-163],[-15,-43],[-10,-10],[-18,-8],[-2,1],[-8,0],[-5,1],[-10,4],[-11,11],[-13,23],[-19,17],[-8,3],[-21,5],[-15,-1],[-15,-5],[-5,-12],[1,-11],[-47,16],[-24,4],[-9,-4],[-6,-7],[-1,-10],[2,-12],[6,-21],[1,-8],[-9,-21],[-2,-13],[4,-15],[14,-18],[16,-13],[24,-9],[30,-4],[30,-1],[1,0],[-70,-28],[-24,-10],[-118,55],[-34,17],[-221,106],[-22,10],[-212,94],[-246,113],[-133,61],[-13,11],[-25,15],[-16,-30],[-38,-71],[-56,-107],[-13,-24],[-30,-57],[-74,-139],[-1,1],[0,0],[-1,0],[-36,-78],[-17,-35],[-1,-1],[-1,0],[-25,-53],[-15,-31],[2,0],[-61,-116],[-59,-127],[-26,-60],[-30,-66],[-10,-29],[-20,-38],[-46,-104],[-12,-27],[150,-70],[191,-91],[-19,-54],[157,-83],[187,-100],[50,-27],[192,-100],[122,-67],[11,-5],[33,-16],[185,-98],[-11,-22],[-57,-127],[28,-25],[150,-107],[12,3],[82,169],[72,-40],[61,-32],[51,-29],[-35,-75],[131,-68],[-4,-12],[253,-127],[54,-3],[42,-7],[133,-50],[253,-107],[175,-80],[97,-47],[108,-10],[63,-13],[25,-20],[15,-30],[160,-64],[0,-6],[117,-37],[226,-84],[49,-10],[156,-50],[169,-60],[64,-16],[81,153],[10,-7],[-45,-87],[-34,-65],[-10,-16],[-8,-1],[-15,4],[-80,28],[-238,84],[-59,20],[-42,7],[-20,7],[-23,12],[-27,8],[-91,31],[-53,19],[-89,28],[-69,22],[1,12],[-138,57],[-13,7],[-9,24],[-30,18],[-12,1],[-63,8],[-69,8],[-16,4],[-39,17],[-131,61],[-79,36],[-31,10],[-24,8],[-125,54],[-69,30],[-146,62],[-19,4],[-48,1],[-48,11],[-10,3],[-137,72],[-61,32],[-37,19],[-75,40],[-108,-217],[-171,-335],[-66,-143],[-144,-313],[-58,-139],[20,-28],[36,-63],[23,-22],[86,-63],[130,-86],[66,-47],[25,-28],[90,-143],[93,-151],[82,-133],[39,-65],[22,-56],[9,-67],[-12,-25],[-11,72],[-8,32],[-5,15],[-18,27],[-36,60],[-89,154],[-61,98],[-98,165],[-16,19],[-58,43],[-21,15],[-36,23],[-43,29],[-129,93],[-31,28],[-13,18],[-14,33],[-11,19],[-11,11],[-7,5],[-20,15],[-47,29],[-23,15],[-5,4],[-24,13],[13,45],[20,48],[8,16],[-148,60],[17,49],[-174,82],[-52,-138],[0,0],[-9,3],[-47,16],[-146,47],[-14,5],[-3,8],[-2,11],[3,12],[13,33],[-9,11],[-19,12],[-22,13],[-9,12],[-3,12],[7,28],[-1,9],[-3,9],[-13,15],[-5,8],[-5,15],[-5,25],[-7,11],[-33,27],[-17,27],[-10,22],[-15,4],[-32,-12],[-24,12],[-30,1],[-15,-3],[-58,-25],[-54,-19],[-45,-20],[-33,-11],[-1,0],[-13,-5],[-31,-2],[-41,2],[-44,10],[-27,10],[-15,5],[-21,5],[-14,-1],[-21,-2],[-28,-1],[-25,2],[-56,9],[-13,2],[-22,-1],[-26,-4],[-3,-1],[-10,-4],[-26,-11],[-29,-11],[-3,156],[-1,77],[50,-1],[106,-4],[75,-2],[0,0],[3,7],[1,256],[9,80],[11,18],[18,40],[97,213],[71,162],[-115,12],[-102,10],[-8,2],[-7,4],[10,24],[43,93],[76,170],[20,45],[-49,23],[-55,25],[-34,17],[-67,33],[-30,15],[-126,62],[-47,23],[-32,17],[-23,15],[-3,4],[-11,11],[-27,29],[-46,59],[-30,48],[88,156],[-11,30],[-6,10],[-17,12],[-22,10],[-17,-30],[-15,-26],[-6,-12],[-18,-32],[-7,-12],[0,0],[-1,1],[-18,7],[-10,5],[-9,5],[-22,21],[-27,22],[-44,34],[-23,10],[-141,78],[0,-1],[-20,16],[1,2],[-167,93],[-168,92],[-151,81],[-11,-22],[-49,22],[-207,90],[-229,97],[0,1],[0,0],[-20,1],[-1,-2],[-9,3],[-61,18],[-26,5],[-16,1],[-15,-6],[-15,-17],[-2,-4],[-90,-252],[-31,8],[-28,9],[-26,7],[-1,4],[0,2],[23,204],[0,0],[-150,15],[-352,36],[-154,15],[-42,3],[0,0],[-3,-8],[-13,-193],[-1,-8],[-10,-157],[-5,-91],[-3,-9],[-30,-53],[-1,-1],[23,-4],[26,48],[12,18],[7,3],[21,0],[456,-58],[161,-21],[4,5],[13,120],[14,110],[2,2],[16,-2],[13,-4],[37,-10],[17,-3],[0,0],[-45,-130],[-59,-180],[-2,-7],[-7,-26],[-1,1],[-6,-15],[22,-4],[37,-13],[20,-8],[1,0],[-5,-19],[-4,-3],[-44,12],[-276,53],[-4,4],[0,1],[0,0],[0,8],[5,17],[-15,3],[-10,-25],[-4,-3],[-43,9],[-17,2],[-9,-6],[-23,-56],[-26,-69],[-7,-28],[0,-1],[13,-10],[13,-17],[8,-22],[0,-24],[0,-2],[-4,-44],[-6,-32],[-12,-41],[-10,-22],[-6,-3],[-19,2],[-83,16],[-11,-15],[-42,-61],[-41,-64],[-10,5],[-8,-2],[-72,-100],[-31,-46],[-43,-78],[-29,-57],[-42,-90],[-28,-54],[-17,-20],[-40,-35],[-71,-55],[-20,-13],[-2,-1],[36,-6],[28,-7],[23,-10],[23,-12],[2,1],[8,-4],[24,-16],[2,-1],[-2,0],[-41,-8],[-35,-17],[-43,-31],[-23,-30],[-56,-84],[-60,-92],[29,-10],[14,0],[142,-62],[90,-43],[27,-12],[-27,-60],[-106,-206],[-75,-149],[-11,-23],[40,-28],[32,-16],[60,-32],[-8,-30],[1,-37],[-97,-228],[-109,-250],[-56,-131],[-31,-15],[-18,-7],[-2,-1],[6,-3],[6,-3],[14,-8],[5,13],[15,3],[12,0],[183,-74],[110,-42],[97,-39],[1,-6],[0,-1],[-7,-21],[0,-1],[15,-6],[13,35],[71,161],[61,140],[115,266],[0,1],[0,6],[0,0],[13,31],[11,-5],[53,115],[63,133],[7,0],[154,-76],[26,-16],[6,-12],[4,-18],[6,-61],[17,-118],[24,-116],[4,-24],[0,-1],[-3,-9],[-15,5],[-112,56],[-28,12],[-136,-288],[-123,-267],[-14,-37],[-1,0],[-5,-14],[-3,-8],[-1,-1],[14,-6],[107,-42],[53,-23],[1,0],[-9,-19],[1,-1],[-1,0],[-129,-280],[-77,-158],[-177,-374],[-68,-140],[59,-42],[58,-48],[25,-20],[20,-11],[34,-4],[42,-3],[28,6],[79,39],[84,43],[33,23],[20,35],[109,211],[9,1],[42,-18],[11,20],[-43,18],[-3,5],[5,12],[28,55],[67,124],[83,156],[98,182],[6,13],[7,-3],[32,-18],[20,-11],[14,-9],[28,-17],[122,-70],[81,-44],[115,-55],[37,-15],[-42,-72],[-11,-3],[-35,-59],[5,-8],[46,-33],[6,-11],[4,-20],[1,-22],[-78,-87],[-59,-65],[-77,-85],[-16,-22],[-6,-16],[-7,-63],[-10,-219],[-10,-123],[-17,-262],[-6,-18],[255,-161],[10,-7],[-7,-6],[-24,-32],[-194,-270],[-57,-77],[-26,-36],[1,-52],[271,-139],[253,-129],[16,-6],[20,-8],[204,-54],[168,-46],[20,-3],[8,-1],[92,-5],[104,-4],[195,-7],[-36,-427],[-15,-168],[-19,-271],[-2,-22],[-72,-1],[-127,0],[-293,-1],[-337,-1],[-15,-168],[-5,-76],[-12,-137],[-8,0],[-2,-24],[-1,-19],[-5,-152],[-1,-32],[-5,-206],[-2,-60],[-4,-176],[34,4],[49,0],[112,-5],[109,-7],[8,-1],[-2,3],[21,0],[29,-1],[219,-14],[63,-3],[39,-3],[25,-2],[50,-3],[172,-8],[78,-5],[73,-4],[85,-5],[7,0],[29,0],[7,11],[6,11],[9,12],[25,28],[1,1],[9,4],[5,1],[22,0],[104,-13],[74,-9],[67,-10],[16,-2],[89,-16],[43,-6],[26,-2],[38,-4],[71,-4],[79,-8],[77,-7],[79,-8],[75,-7],[77,-8],[4,0],[72,-9],[68,-8],[73,-7],[73,-9],[21,-2],[55,-8],[24,-2],[16,3],[20,4],[8,1],[37,-7],[13,-4],[39,-13],[61,-19],[48,-18],[26,-11],[61,-24],[60,-26],[55,-24],[3,-1],[0,0],[6,-2],[36,-15],[29,-13],[47,-21],[26,-12],[53,-25],[33,-16],[9,-4],[12,-7],[38,-19],[30,-14],[37,-18],[53,-23],[59,-25],[50,-20],[60,-25],[55,-22],[46,-15],[44,-12],[10,-2],[4,0],[1,-1],[16,1],[8,8],[2,3],[4,4],[6,8],[8,9],[2,2],[4,4],[5,6],[2,3],[0,0],[2,3],[4,4],[4,3],[14,10],[2,2],[41,39],[10,8],[63,70],[34,39],[5,4],[5,5],[4,5],[3,6],[6,10],[4,7],[3,6],[5,8],[8,13],[3,4],[3,4],[1,2],[1,0],[2,3],[25,25],[5,6],[8,7],[31,30],[37,37],[33,32],[12,12],[4,5],[5,4],[8,6],[8,5],[46,24],[12,6],[19,10],[33,9],[9,3],[11,3],[10,3],[17,6],[7,2],[23,8],[23,12],[10,6],[4,4],[6,3],[3,1],[5,2],[2,2],[1,0],[19,16],[5,2],[21,12],[31,19],[6,4],[12,8],[12,9],[9,7],[27,21],[8,6],[5,4],[7,6],[11,11],[9,11],[15,18],[7,11],[5,7],[3,5],[6,7],[8,9],[2,2],[16,29],[5,15],[0,5],[-2,9],[-3,8],[-5,10],[-9,10],[-8,7],[-11,9],[-10,7],[-10,16],[-11,19],[-3,9],[-3,4],[-2,6],[-5,10],[-4,9],[-4,9],[-9,28],[-1,6],[-2,4],[-4,20],[-7,34],[-4,19],[0,10],[2,12],[4,25],[5,28],[4,16],[8,27],[-2,0],[-1,1],[-10,5],[-6,1],[-14,3],[-7,2],[-8,1],[-21,1],[-15,0],[-23,0],[-80,-3],[-74,-3],[-77,-2],[-13,0],[-63,-1],[-54,-3],[-5,-1],[-62,-12],[-61,-8],[-33,-5],[-3,-1],[-4,-3],[-2,-1],[-2,-4],[-2,-3],[-1,-2],[-1,-4],[0,-2],[0,-4],[-2,-56],[-5,-63],[-1,-14],[-3,6],[-3,-32],[-10,-94],[-4,-56],[-4,-37],[-4,-15],[-5,-8],[-6,-4],[-9,-2],[-8,-2],[-10,2],[-9,4],[0,0],[-9,7],[-8,3],[-12,0],[-20,2],[-22,3],[-26,8],[-28,1],[-34,2],[-43,9],[-14,2],[-17,0],[-17,0],[-18,-4],[-22,-5],[-16,-2],[-15,0],[-35,6],[-74,14],[-14,2],[-60,8],[-85,9],[-16,2],[-23,3],[-20,1],[-22,0],[-37,12],[-23,5],[-30,6],[-30,4],[-28,3],[-28,3],[-23,-1],[-5,-1],[-24,-3],[-17,0],[-27,2],[-53,7],[-59,8],[-8,1],[-149,18],[-25,2],[-25,8],[-178,20],[-163,19],[-36,3],[-5,0],[0,0],[-18,2],[-21,5],[-76,9],[-166,19],[-70,7],[-85,11],[-4,1],[-77,8],[-52,7],[-2,1],[-9,1],[-52,7],[-5,0],[-2,0],[-5,-1],[-54,6],[-54,6],[-62,8],[-55,7],[-59,8],[-24,2],[-68,7],[-38,5],[-19,2],[-4,2],[-4,2],[-2,2],[-2,2],[-2,5],[-6,11],[-2,2],[-2,2],[-1,0],[-3,2],[-3,0],[-4,0],[-46,6],[-16,2],[-68,9],[-69,9],[-35,4],[-171,20],[-55,6],[-3,-30],[-3,-1],[-1,0],[2,31],[-4,1],[-122,15],[-122,15],[-164,20],[-35,6],[-193,24],[1,5],[193,-25],[35,-5],[163,-20],[96,-12],[27,-4],[9,-1],[33,-4],[34,-4],[35,-4],[10,-1],[61,-7],[3,-1],[1,0],[13,-1],[24,-3],[23,-2],[24,-3],[22,-3],[20,-2],[26,-3],[18,-2],[0,0],[26,-3],[9,-1],[14,-2],[22,-3],[22,-3],[12,-1],[12,-2],[55,-7],[45,-6],[17,-2],[0,0],[5,0],[4,-1],[3,-1],[2,-1],[2,-2],[2,-4],[6,-11],[3,-4],[1,-1],[2,-2],[2,-2],[4,-1],[56,-7],[68,-7],[25,-3],[58,-7],[56,-7],[62,-8],[53,-6],[55,-6],[4,0],[7,0],[0,0],[53,-6],[11,-2],[51,-7],[81,-9],[9,-1],[77,-10],[17,-2],[52,-5],[56,-7],[111,-13],[75,-8],[11,1],[3,0],[117,-13],[130,-16],[161,-18],[27,-10],[173,-23],[62,-7],[59,-9],[39,-1],[29,3],[25,1],[35,-3],[53,-7],[51,-11],[36,-12],[2,0],[4,0],[18,1],[7,0],[9,-1],[8,-1],[1,0],[14,-2],[53,-5],[48,-6],[56,-8],[52,-9],[56,-9],[24,-5],[13,0],[2,0],[37,9],[13,2],[8,0],[19,1],[11,-1],[5,0],[7,0],[16,-4],[4,-1],[9,-2],[8,-1],[10,-2],[36,-3],[13,0],[1,0],[4,0],[9,-2],[11,-3],[14,-4],[39,-5],[12,1],[5,-1],[6,-2],[3,-2],[8,-7],[4,-2],[4,-2],[4,0],[4,0],[6,2],[10,3],[3,1],[1,2],[0,2],[1,3],[0,2],[2,3],[3,6],[1,4],[1,3],[2,27],[5,45],[7,82],[9,85],[4,77],[1,16],[0,5],[0,22],[1,7],[2,7],[3,3],[2,1],[7,0],[58,7],[43,7],[20,3],[22,4],[-1,-5],[22,4],[25,2],[19,0],[70,3],[154,4],[116,3],[35,0],[19,-3],[21,-5],[15,-7],[2,4],[5,2],[1,1],[31,16],[14,10],[7,4],[4,3],[18,12],[7,6],[10,10],[15,15],[12,12],[8,6],[11,6],[12,5],[19,7],[8,2],[9,3],[11,2],[13,2],[12,2],[20,0],[9,-2],[27,-7],[10,-2],[11,-2],[8,-1],[16,0],[8,1],[6,1],[9,1],[4,-1],[3,-1],[1,-1],[1,-3],[0,-1],[11,-69],[13,-80],[13,-82],[14,-82],[8,-47],[8,2],[8,4],[11,4],[32,15],[10,5],[17,6],[14,5],[17,5],[12,4],[19,6],[43,14],[26,7],[33,11],[15,5],[16,5],[17,5],[16,4],[19,7],[10,4],[4,2],[3,2],[34,24],[33,29],[8,6],[19,13],[14,10],[4,3],[12,5],[33,6],[10,2],[15,2],[42,10],[10,2],[6,1],[10,0],[14,-1],[14,-2],[28,-5],[11,-1],[7,-1],[31,-1],[22,0],[14,1],[11,2],[14,3],[40,9],[13,2],[37,10],[10,2],[3,0],[20,1],[13,2],[2,1],[14,1],[9,2],[8,0],[8,-1],[8,-1],[6,-3],[3,-1],[7,-4],[12,-13],[8,-12],[8,-11],[8,-9],[10,-10],[22,-17],[5,-4],[9,-6],[2,-1],[41,-31],[17,-12],[16,-13],[27,-20],[31,-22],[-2,-12],[-24,17],[-38,26],[-41,29],[-36,27],[-6,5],[-28,20],[-8,7],[-7,8],[-4,4],[-5,5],[-18,22],[-2,3],[-3,4],[-2,2],[-2,2],[-2,2],[-4,2],[-3,1],[-6,0],[-5,0],[-30,-1],[-3,0],[-16,-3],[-6,-1],[-21,-3],[-14,-2],[-23,-6],[-15,-3],[-18,-4],[-3,-1],[-17,-4],[-23,-2],[-18,-1],[-26,-3],[-19,1],[-18,1],[-22,3],[-3,0],[-29,5],[-13,3],[-6,1],[-10,-1],[-20,-4],[-19,-5],[-21,-4],[-26,-5],[-12,-4],[-9,-3],[-15,-7],[-19,-12],[-24,-20],[-14,-12],[-12,-9],[-24,-19],[-12,-8],[-3,-2],[-2,-1],[-6,-2],[-11,-5],[-60,-18],[-22,-5],[-48,-16],[-13,-4],[-65,-22],[-48,-17],[-17,-7],[-45,-19],[-18,-5],[-19,-6],[-18,-6],[-20,-8],[-20,-7],[-13,-4],[-32,-11],[-48,-22],[-54,-28],[-42,-22],[-46,-27],[-1,12],[0,-1],[3,1],[23,13],[14,8],[5,2],[2,2],[41,20],[14,8],[14,7],[11,6],[29,14],[7,4],[10,5],[11,5],[24,11],[6,3],[7,3],[6,2],[15,6],[11,3],[19,5],[2,1],[36,12],[-10,51],[-15,86],[-15,87],[-5,30],[-2,13],[-6,38],[-7,52],[-1,2],[-2,1],[-2,0],[-2,-1],[-12,-3],[-6,-1],[-5,0],[-4,0],[-43,6],[-16,3],[-5,1],[-11,2],[-14,0],[-7,0],[-3,0],[-13,-1],[-5,0],[-7,-2],[-6,-2],[-7,-2],[-11,-4],[-9,-4],[-8,-4],[-11,-5],[-9,-4],[-5,-2],[-7,-5],[-4,-3],[-4,-4],[-3,-5],[-4,-4],[-7,-8],[-9,-9],[-8,-5],[-5,-3],[-8,-5],[-13,-9],[-12,-8],[-31,-16],[-8,-4],[-5,-2],[-15,-71],[-4,-22],[-3,-17],[0,-12],[0,-16],[3,-17],[4,-11],[4,-17],[4,-15],[5,-15],[10,-25],[7,-19],[10,-18],[12,-21],[7,-10],[14,-13],[35,-36],[3,-7],[1,-6],[-1,-7],[-10,-24],[1,1],[6,-8],[-13,-12],[-17,-22],[-21,-28],[-19,-23],[-24,-23],[-27,-23],[-33,-26],[-42,-28],[-38,-24],[-2,-2],[-16,-11],[-16,-11],[-17,-9],[-23,-10],[-20,-8],[-21,-7],[-15,-5],[-15,-4],[-12,-4],[-27,-13],[-50,-24],[-10,-5],[-6,-3],[-8,-5],[-6,-4],[-11,-8],[-3,-2],[-13,-12],[-1,-1],[-17,-17],[-39,-37],[-52,-53],[-11,-11],[-6,-5],[-10,-7],[-18,-24],[-11,-20],[-13,-23],[-40,-45],[-54,-59],[-12,-13],[-7,-7],[-23,-29],[-3,-1],[-2,-2],[-4,-2],[-2,-1],[-5,-3],[-6,-4],[-14,-12],[-6,-5],[-4,-4],[-7,-6],[-5,-5],[-11,-11],[-4,-6],[-3,-5],[-3,-5],[-3,-5],[-5,-5],[-4,-4],[-4,-4],[-4,-1],[-4,-1],[-2,0],[-5,1],[-10,2],[-3,0],[0,0],[-2,1],[0,1],[-2,2],[-3,1],[-15,3],[-9,2],[-21,6],[-12,4],[-11,4],[-10,4],[-8,2],[-7,3],[-27,10],[-11,5],[-13,5],[-8,4],[-12,4],[-34,13],[-7,3],[-7,3],[-6,3],[-5,2],[-12,5],[-3,1],[-39,16],[-61,25],[-54,25],[-54,26],[-54,25],[-39,20],[-55,27],[-49,23],[-55,23],[-4,2],[-58,25],[-71,30],[-66,28],[-63,25],[-54,18],[-56,18],[-24,7],[-29,6],[-9,1],[-21,-5],[-18,-5],[-17,2],[-66,7],[-79,8],[-81,9],[-78,10],[-78,8],[-76,9],[-30,2],[-47,5],[-74,7],[-76,6],[-77,8],[-80,5],[-57,6],[-65,9],[-46,7],[-17,3],[-19,2],[-81,10],[-15,2],[-67,9],[-81,10],[-22,2],[-5,-3],[-3,-2],[-6,-5],[-28,-33],[-16,-19],[-4,-5],[-19,0],[-29,0],[-74,4],[-73,4],[-73,5],[-110,7],[-115,6],[-10,1],[-17,2],[-71,4],[-30,2],[-119,9],[-91,6],[-12,1],[-17,-2],[-3,0],[-5,1],[-1,0],[-14,2],[0,-9],[12,-220],[6,-110],[18,-363],[10,-238],[-73,-15],[-412,-75],[-171,-32],[-242,-43],[-206,-35],[-34,-6],[-3,-519],[0,0],[0,-1],[0,-1],[0,0],[-2,-6],[-114,-163],[-33,-50],[0,0],[27,-230],[6,-48],[62,-528],[0,-1],[-136,-31],[-27,-5],[-68,-15],[-112,-28],[-183,-42],[-121,-28],[-323,-72],[-71,-15],[-34,-8],[-191,-44],[-164,-35],[-113,-25],[-30,-6],[-27,-5],[-23,-4],[-226,-47],[-56,-12],[-33,-14],[-12,-6],[-77,-41],[-41,-30],[-4,-2],[-112,-66],[-19,-11],[-41,-24],[-75,-48],[-15,-9],[-24,-15],[-17,-11],[-52,-32],[-290,-168],[-98,-56],[-16,-11],[-14,-14],[-196,-115],[-211,-125],[-37,-23],[-61,-36],[-13,-8],[-320,-188],[-15,-9],[-197,-114],[-219,-130],[-219,-128],[-17,-9],[-15,-9],[0,0],[14,-22],[432,-610],[50,-58],[24,-32],[32,-41],[145,-191],[17,-46],[0,-1],[2,1],[36,-36],[163,-157],[91,-86],[21,-20],[69,-66],[171,-163],[18,-18],[171,-160],[54,-56],[87,-81],[195,-188],[42,-38],[20,3],[19,3],[12,5],[0,-2],[18,10],[-14,133],[-1,18],[-14,140],[-6,81],[114,97],[46,38],[613,451],[22,-8],[77,-131],[10,-18],[54,44],[12,14],[7,20],[-1,7],[4,90],[4,62],[6,24],[9,24],[14,15],[18,7],[115,30],[41,11],[109,34],[14,-113],[38,6],[12,-100],[38,12],[26,8],[-30,217],[145,44],[95,30],[96,26],[32,9],[107,30],[17,-65],[1,-6],[-1,-4],[-3,-3],[-33,-14],[21,-83],[6,-16],[6,-3],[203,48],[20,20],[7,9],[4,10],[-1,10],[-2,9],[-14,18],[-4,5],[-15,14],[-15,-2],[-3,37],[-14,64],[368,99],[152,39],[305,83],[171,47],[56,15],[515,143],[301,85],[158,46],[122,35],[92,26],[67,19],[283,80],[82,23],[19,4],[31,-54],[55,-99],[0,0],[7,-12],[2,-3],[1,-3],[15,-13],[3,-4],[33,-13],[32,-11],[77,-14],[67,-7],[58,-4],[7,0],[1,0],[5,1],[39,4],[16,3],[117,20],[155,24],[67,11],[160,28],[70,10],[247,41],[47,8],[309,51],[152,23],[30,5],[22,3],[134,22],[57,9],[280,46],[17,-96],[60,-294],[61,-314],[56,-307],[-1,-16],[-344,-27],[-176,-18],[-70,-5],[-70,-5],[-35,1],[-3,1],[-123,-14],[-32,-2],[-188,-17],[-184,-14],[-40,-2],[-6,0],[-118,-10],[-50,-4],[-49,-5],[0,-15],[-5,-427],[0,-1],[-37,1],[-5,0],[-123,-3],[-1,-97],[0,-1],[-2,-91],[0,-2],[1,-4],[15,0],[42,-1],[-1,-45],[0,-1],[-54,1],[-32,0],[0,-120],[0,-1],[1,-73],[0,-1],[2,-12],[79,6],[19,1],[38,3],[58,5],[42,3],[256,20],[80,6],[131,10],[131,9],[10,1],[173,13],[0,-2],[1,-20],[2,-147],[0,-1],[3,-245],[0,-1],[1,-62],[0,-2],[5,-253],[3,-267],[0,-2],[1,-302],[0,-1],[3,-244],[0,-2],[0,-84],[0,0],[0,-1],[-18,5],[-93,25],[-195,45],[-63,16],[-16,11],[-181,88],[-189,0],[-216,-3],[-220,-2],[-125,-2],[-98,0],[0,-120],[0,-1],[0,-255],[0,-1],[0,-1],[-4,-703],[0,-2],[0,-9],[1,-7],[1,-8],[0,-1],[1,-6],[-3,-280],[0,-1],[-1,-77],[15,2],[27,3],[65,11],[179,30],[0,8],[0,0],[0,1],[1,1],[0,0],[0,1],[0,1],[1,1],[0,1],[0,0],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,0],[1,0],[1,0],[1,1],[15,3],[0,0],[1,0],[0,0],[270,18],[1,0],[0,0],[1,0],[1,0],[1,0],[0,0],[1,-1],[1,0],[0,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,0],[0,-1],[15,-25],[16,0],[1,0],[0,0],[95,-1],[15,0],[150,-2],[0,0],[1,0],[14,-2],[22,7],[0,0],[17,5],[239,79],[0,0],[17,5],[162,52],[0,0],[178,55],[12,4],[0,4],[6,2],[1,27],[4,33],[1,8],[9,0],[55,-1],[111,-2],[134,-1],[116,-4],[9,0],[-1,24],[0,5],[66,-1],[125,-3],[91,-3],[1,6],[162,-4],[312,-7],[42,4],[5,2],[7,5],[5,8],[1,0],[0,1],[0,0],[15,4],[17,0],[0,0],[-1,0],[8,5],[23,11],[0,0],[8,4],[13,6],[9,2],[9,-2],[7,0],[5,1],[3,3],[5,4],[4,1],[7,1],[7,0],[1,1],[1,0],[11,1],[9,2],[9,2],[10,3],[10,4],[10,3],[9,4],[9,3],[10,5],[11,5],[7,4],[8,4],[7,4],[12,7],[11,7],[13,6],[11,4],[11,4],[7,2],[17,4],[16,5],[7,3],[9,3],[6,2],[4,-22],[17,7],[246,109],[250,110],[34,16],[304,134],[170,75],[0,0],[37,16],[59,26],[37,17],[34,15],[19,8],[1,2],[2,3],[2,3],[1,4],[0,3],[0,3],[0,6],[-1,5],[-1,5],[-2,8],[-2,8],[-2,6],[-17,37],[-11,24],[-2,5],[-1,4],[-1,7],[1,17],[-8,13],[-7,10],[-6,11],[-5,9],[-3,11],[-8,26],[-4,17],[-5,10],[-7,18],[-6,18],[-14,39],[-4,8],[-4,9],[-3,5],[-2,5],[0,7],[2,7],[0,4],[0,7],[-3,16],[-6,19],[-11,33],[-12,33],[-1,4],[-4,9],[-2,7],[-11,28],[-23,66],[-3,9],[-1,4],[-4,9],[-14,38],[-10,28],[-17,46],[-10,29],[-7,23],[-14,43],[-7,17],[-4,6],[-2,2],[-2,9],[-6,19],[-4,19],[-8,29],[-6,24],[-3,15],[-5,17],[-10,-2],[-11,-6],[-32,-18],[-8,-4],[-8,-4],[-9,-5],[-11,-6],[-30,-16],[-29,-14],[-9,-2],[-11,0],[-5,0],[-2,0],[-5,-2],[-20,-9],[-34,-15],[-29,-14],[-40,-18],[-19,-9],[-30,-14],[-26,-13],[-24,-13],[-20,-11],[2,-9],[-247,-114],[-186,-86],[-1,-1],[-1,0],[-1,0],[0,0],[-1,0],[-1,0],[-1,0],[0,0],[-11,1],[0,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[0,0],[-1,1],[0,0],[-1,1],[0,0],[-9,11],[0,1],[-1,0],[0,1],[-1,1],[0,1],[0,0],[-7,21],[-1,0],[0,1],[-23,95],[-26,-6],[0,0],[0,0],[-133,-27],[-25,-5],[-265,-56],[0,0],[-10,-2],[-26,-4],[-56,-12],[-1,0],[-90,-15],[0,0],[-1,0],[-41,-4],[0,0],[-1,0],[-40,0],[-1,0],[0,0],[-41,4],[-1,0],[0,0],[-1,0],[-1,0],[0,0],[-28,12],[-1,0],[0,0],[-76,37],[-1,15],[22,2],[64,-30],[26,-11],[39,-3],[40,0],[40,3],[90,15],[56,12],[1,0],[26,5],[9,1],[264,56],[0,0],[26,5],[132,27],[37,9],[0,0],[1,0],[1,0],[1,0],[0,0],[1,0],[1,0],[1,0],[0,0],[1,-1],[1,0],[0,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,0],[1,-1],[0,-1],[0,-1],[1,0],[0,-1],[25,-107],[7,-18],[4,-5],[3,0],[184,85],[243,111],[10,-6],[32,18],[8,4],[18,9],[31,15],[22,10],[37,16],[30,13],[21,10],[12,6],[23,11],[13,6],[5,0],[5,0],[14,1],[11,5],[18,9],[23,12],[33,17],[20,11],[10,4],[15,8],[9,5],[17,11],[1,-10],[6,-20],[3,-9],[4,-13],[6,-23],[4,-18],[6,-23],[3,-10],[4,-8],[3,-11],[4,-10],[5,-12],[7,-20],[6,-18],[7,-23],[6,-16],[5,-16],[7,-20],[7,-19],[6,-17],[5,-14],[6,-18],[5,-13],[15,-41],[10,-26],[9,-25],[3,-10],[2,-8],[2,-8],[3,-10],[6,-16],[11,-28],[4,-13],[5,-15],[5,-12],[5,-20],[5,-15],[1,-8],[0,-3],[-1,-3],[-1,-2],[-2,-6],[-1,-4],[0,-2],[3,-6],[3,-5],[2,-4],[3,-4],[1,-3],[3,-5],[14,-38],[13,-40],[6,-14],[2,-8],[3,-15],[4,-13],[4,-8],[7,-15],[10,-18],[5,-7],[4,-6],[3,0],[7,6],[5,2],[7,3],[13,4],[12,3],[7,2],[15,3],[8,1],[19,1],[16,2],[13,2],[16,4],[18,5],[14,3],[15,3],[10,2],[14,1],[8,0],[13,1],[9,1],[11,4],[28,9],[23,8],[21,7],[13,4],[12,5],[13,5],[12,7],[6,5],[11,9],[8,5],[6,2],[7,3],[16,6],[4,3],[8,5],[12,9],[5,3],[5,4],[11,7],[9,5],[7,5],[14,8],[10,6],[13,7],[8,4],[12,6],[20,8],[14,4],[6,2],[10,1],[14,4],[5,4],[4,6],[3,7],[3,13],[4,16],[4,19],[3,14],[4,15],[5,14],[2,10],[5,14],[4,9],[6,9],[6,7],[12,18],[6,6],[5,6],[6,5],[5,4],[8,5],[6,4],[10,4],[8,3],[8,4],[6,3],[9,7],[6,8],[4,6],[4,10],[2,5],[5,7],[9,11],[5,4],[11,9],[7,3],[12,4],[11,4],[7,3],[9,3],[13,4],[5,1],[6,2],[7,3],[2,-1],[1,2],[14,4],[20,8],[21,6],[20,7],[20,7],[8,3],[21,7],[4,1],[16,5],[31,11],[13,4],[24,7],[34,11],[30,10],[15,5],[11,3],[13,3],[19,6],[16,3],[8,2],[12,0],[6,1],[10,-1],[3,0],[-2,17],[-1,1],[-19,58],[-40,115],[0,0],[0,1],[-16,61],[0,0],[0,0],[-7,36],[0,0],[0,0],[-10,75],[0,0],[-6,49],[0,1],[-5,62],[-4,62],[-10,92],[-5,19],[-12,43],[-16,39],[-18,34],[-28,47],[-56,75],[-62,69],[-63,65],[-50,45],[-17,10],[-23,4],[-17,-2],[-19,-7],[0,0],[-1,-1],[-1,0],[-1,0],[0,0],[-1,0],[-1,0],[-1,0],[0,1],[-1,0],[-1,0],[-1,1],[0,0],[-1,0],[-1,1],[0,0],[-1,1],[0,1],[-1,0],[0,1],[0,1],[-1,0],[0,1],[0,1],[-1,1],[0,1],[0,0],[0,0],[-1,8],[-6,-5],[-1,0],[-70,-45],[-1,0],[0,-1],[-32,-15],[0,0],[0,-1],[-39,-16],[-1,-1],[-1,0],[0,0],[-45,-11],[0,0],[-1,0],[0,0],[-40,-4],[0,0],[-1,0],[0,0],[-1,0],[-1,0],[-14,3],[-1,0],[-1,1],[0,0],[0,0],[-16,7],[0,0],[-1,1],[-1,0],[0,1],[-1,0],[-12,12],[0,0],[-1,1],[0,0],[-45,62],[-40,49],[-4,5],[-24,27],[-43,35],[-32,23],[-17,10],[-24,14],[0,1],[-1,0],[0,0],[-1,1],[-28,27],[-1,0],[0,0],[-26,27],[0,0],[-22,25],[-1,0],[0,1],[-7,10],[-61,85],[-115,162],[-14,18],[-104,140],[-1,0],[0,1],[-1,0],[0,1],[0,1],[0,1],[-1,0],[0,1],[0,1],[0,1],[0,1],[0,1],[0,0],[0,1],[0,1],[1,1],[0,1],[0,0],[0,1],[1,1],[0,1],[1,0],[0,1],[1,0],[0,1],[1,0],[1,1],[0,0],[1,1],[1,0],[0,0],[1,0],[1,0],[1,1],[0,0],[1,0],[1,-1],[1,0],[0,0],[1,0],[1,0],[1,-1],[0,0],[1,-1],[0,0],[1,-1],[1,0],[0,-1],[0,0],[105,-140],[14,-18],[0,-1],[115,-161],[61,-86],[7,-9],[21,-23],[26,-27],[27,-26],[23,-13],[17,-10],[0,-1],[1,0],[33,-24],[0,0],[1,0],[43,-36],[0,0],[1,-1],[0,0],[0,0],[25,-28],[5,-5],[0,-1],[40,-49],[0,0],[0,0],[45,-62],[10,-9],[12,-6],[12,-3],[37,4],[43,11],[38,16],[31,15],[70,45],[21,15],[1,1],[0,0],[1,0],[1,1],[1,0],[0,0],[1,0],[1,0],[0,0],[1,0],[1,0],[1,0],[0,0],[1,0],[1,-1],[1,0],[0,0],[1,-1],[1,0],[0,-1],[1,0],[0,-1],[1,-1],[0,0],[0,-1],[1,-1],[0,-1],[0,0],[1,-1],[0,-1],[0,-1],[0,0],[1,-12],[7,2],[0,0],[1,1],[1,0],[19,3],[0,0],[1,0],[1,0],[1,0],[0,0],[1,0],[27,-6],[0,0],[1,0],[1,0],[1,0],[0,-1],[1,0],[19,-11],[0,-1],[1,0],[0,-1],[1,0],[50,-45],[1,-1],[0,0],[64,-65],[0,0],[63,-70],[0,-1],[0,0],[58,-77],[0,0],[0,-1],[0,0],[28,-47],[1,-1],[0,0],[18,-35],[0,-1],[0,0],[18,-40],[0,0],[0,-1],[0,-1],[12,-43],[1,-1],[5,-20],[0,0],[0,-1],[0,-1],[0,0],[10,-94],[0,0],[4,-62],[5,-62],[5,-48],[11,-74],[7,-35],[15,-59],[40,-115],[0,-1],[20,-61],[0,0],[0,-1],[1,-4],[-1,-4],[-8,-22],[3,-6],[9,-30],[10,-26],[9,-21],[3,-10],[14,-33],[3,-7],[3,-9],[5,-20],[2,-5],[14,-39],[30,-55],[49,-89],[-37,-21],[10,-19],[33,-66],[31,-59],[14,-27],[16,-28],[66,-121],[24,-44],[2,-4],[2,-5],[8,-16],[24,-44],[18,-33],[6,-11],[19,-34],[14,-26],[5,-8],[2,-3],[8,-13],[7,-11],[7,-11],[11,-18],[10,-12],[10,-12],[13,-15],[16,-20],[10,-12],[13,-15],[13,-16],[11,-12],[11,-15],[12,-14],[7,-3],[3,-3],[2,-2],[3,-5],[2,-5],[6,-10],[13,-14],[4,-4],[11,-13],[9,-9],[4,-5],[4,-5],[4,-5],[5,-4],[10,-7],[12,-8],[5,-3],[4,-3],[3,-4],[2,-3],[1,-7],[1,-5],[2,-4],[5,-2],[6,-2],[4,-2],[4,-2],[5,-2],[3,-3],[3,-4],[5,-7],[5,-4],[5,-4],[6,-5],[4,-3],[6,-2],[15,-5],[14,-7],[6,-7],[2,-4],[1,-3],[1,-3],[0,-8],[-4,-11],[-5,-17],[1,-11],[0,-4],[3,-5],[4,-5],[6,0],[5,2],[6,3],[9,7],[11,5],[7,3],[6,0],[8,-1],[12,-1],[13,1],[25,5],[18,5],[19,5],[11,4],[20,8],[32,13],[16,5],[25,8],[24,4],[10,1],[5,-1],[5,0],[4,-1],[8,-3],[5,-2],[4,-1],[4,-1],[16,-1],[23,-1],[30,1],[33,2],[20,-1],[13,-2],[7,-14],[-5,0],[-25,1],[-24,-1],[-33,-1],[-23,0],[-12,0],[-2,0],[-8,1],[0,0],[-13,2],[-17,5],[-14,3],[-6,0],[-10,-1],[-5,-1],[-5,-1],[-8,-3],[-22,-7],[-12,-3],[-13,-4],[-8,-2],[-15,-5],[-17,-6],[-12,-5],[-10,-4],[-8,-3],[-9,-2],[-8,-2],[-9,-2],[-14,-4],[-17,-1],[-13,1],[-7,0],[-4,0],[-4,0],[-3,-1],[-20,-8],[-9,-4],[-8,-3],[-6,-2],[-13,-5],[-9,5],[1,10],[1,14],[0,11],[3,10],[2,8],[2,12],[0,1],[0,4],[-1,5],[-4,4],[-1,2],[-4,1],[-4,2],[-5,3],[-5,1],[-6,2],[-10,5],[-7,3],[-7,5],[-7,6],[-4,5],[-3,5],[-3,3],[-5,5],[-2,1],[-7,4],[-3,2],[-2,1],[-3,3],[-4,5],[-3,6],[-6,6],[-7,7],[-7,5],[-11,8],[-8,6],[-7,7],[-4,5],[-2,4],[-2,3],[-4,4],[-8,10],[-18,20],[-18,22],[-17,20],[-24,30],[-28,32],[-21,26],[-11,15],[-11,13],[-6,8],[-6,6],[-8,9],[-8,12],[-3,8],[-9,11],[-13,19],[-16,29],[-13,25],[-21,40],[-18,31],[-4,8],[-27,52],[-6,14],[-4,9],[-6,6],[-4,6],[-6,6],[-3,9],[-1,4],[-15,29],[-10,19],[-29,52],[-17,32],[-25,47],[-26,49],[-17,31],[-14,29],[-3,10],[-3,9],[-1,3],[-3,5],[-6,6],[-22,51],[-5,12],[-2,16],[0,17],[0,17],[-1,15],[-2,17],[-3,5],[-4,10],[-11,32],[-7,22],[-14,28],[-7,17],[-7,19],[-18,43],[-4,11],[-3,11],[-3,16],[-11,2],[-2,0],[-7,1],[-8,-1],[-4,-1],[-11,-1],[-25,-6],[-102,-34],[-84,-27],[-4,-1],[-25,-8],[-22,-8],[-9,-3],[-2,2],[-10,-3],[-14,-5],[-12,-4],[-9,-3],[-16,-3],[-19,-8],[-11,-3],[-11,-4],[-15,-5],[-17,-5],[-9,-2],[-7,-2],[-8,-6],[-4,-3],[-5,-6],[-9,-14],[-6,-8],[-3,-5],[-7,-13],[-5,-6],[-8,-6],[-6,-4],[-6,-3],[-5,-3],[-6,-2],[-6,-2],[-4,-2],[-5,-2],[-5,-4],[-9,-7],[-9,-8],[-14,-18],[-5,-6],[-7,-10],[-5,-5],[-4,-7],[-2,-6],[-3,-9],[-1,-6],[-2,-7],[-3,-12],[-4,-16],[-2,-8],[-2,-6],[-2,-9],[-3,-15],[-4,-19],[-2,-9],[-1,-5],[-2,-3],[-2,-3],[-3,-2],[-3,-2],[-4,-2],[-12,-5],[-4,-1],[-5,-2],[-4,-1],[-5,-2],[-10,-3],[-7,-2],[-6,-2],[-12,-4],[-14,-7],[-12,-8],[-12,-6],[-15,-7],[-16,-10],[-9,-6],[-6,-4],[-5,-3],[-11,-6],[-8,-5],[-13,-6],[-18,-9],[-9,-4],[-6,-3],[-6,-5],[-8,-6],[-12,-8],[-7,-5],[-6,-3],[-11,-3],[-8,-2],[-15,-5],[-13,-4],[-9,-3],[-9,-3],[-7,-3],[-4,-2],[-5,-2],[-5,-2],[-7,-2],[-8,-1],[-11,-3],[-10,-3],[-11,0],[-12,1],[-24,-4],[-12,-3],[-7,-1],[-16,-6],[-9,-3],[-10,-1],[-10,-2],[-8,-1],[-15,-1],[-17,-2],[-8,-1],[-11,-1],[-9,-2],[-11,-4],[-16,-5],[-10,-4],[-6,-3],[-3,-2],[-3,-5],[-2,-2],[1,-12],[1,-8],[1,-3],[5,-10],[10,-19],[5,-13],[5,-14],[5,-14],[4,-9],[3,-14],[1,-8],[0,-6],[-2,-4],[-5,-6],[-4,-4],[-3,-6],[-62,-29],[-30,-13],[-32,-14],[-27,-12],[-19,-8],[0,0],[-34,-15],[-38,-17],[-14,-6],[-16,-10],[-127,-56],[-125,-56],[-87,-39],[-51,-23],[-8,-4],[-69,-30],[-122,-53],[-54,-25],[-19,-8],[-23,-6],[-162,-71],[-80,-36],[-9,-3],[-3,-2],[-2,8],[-7,16],[-17,-6],[-11,-3],[-7,-2],[-10,-4],[-7,-2],[-14,-6],[-10,-3],[-16,-9],[-8,-5],[-10,-5],[-28,-13],[-39,-18],[-6,-3],[-10,-4],[-12,-3],[-14,-4],[-10,-1],[-9,-2],[-9,-1],[-5,-2],[-3,-2],[-3,-2],[-4,-2],[-8,-1],[-10,0],[-3,2],[-4,0],[-21,-11],[-19,-8],[-2,-4],[-8,-4],[1,0],[-23,-16],[-3,-5],[-1,0],[0,-1],[-1,-1],[0,0],[-1,-1],[0,0],[-10,-7],[0,0],[-1,0],[-1,-1],[0,0],[-1,0],[-8,-3],[0,0],[-1,0],[0,0],[-1,0],[-44,-5],[0,0],[-1,0],[0,0],[-312,8],[-164,3],[1,16],[-26,0],[-90,2],[-82,2],[-74,2],[0,-26],[0,0],[0,-1],[-9,-2],[-206,4],[-83,1],[-46,1],[-36,1],[-60,0],[-2,-22],[-1,-25],[-1,-27],[-1,-18],[-16,-4],[-178,-55],[-162,-52],[-16,-6],[-239,-78],[0,0],[-18,-5],[-23,-8],[-1,0],[0,0],[-1,0],[-1,0],[-1,0],[0,0],[-1,0],[-16,2],[-149,1],[-15,1],[-95,1],[-23,-1],[-1,0],[0,0],[-1,0],[-1,1],[-1,0],[0,0],[-1,0],[-1,1],[0,0],[-1,1],[-1,0],[0,1],[-1,0],[0,1],[-1,0],[0,1],[0,0],[-14,25],[-263,-17],[-5,-1],[0,-9],[0,0],[0,-1],[0,-1],[-1,0],[0,-1],[0,-1],[0,-1],[-1,0],[0,-1],[-1,-1],[0,0],[-1,-1],[0,-1],[-1,0],[0,-1],[-1,0],[-1,-1],[0,0],[-1,0],[-1,0],[-1,-1],[0,0],[-189,-31],[-65,-11],[0,0],[0,0],[-28,-4],[-16,-2],[0,0],[-1,0],[0,0],[-1,-77],[0,-1],[-1,-241],[0,-1],[-2,-189],[0,-1],[0,-27],[0,-1],[0,0],[0,-53],[0,-2],[10,-10],[66,-95],[154,-231],[35,-53],[55,-84],[58,-86],[173,-254],[3,-4],[0,-1],[-2,-4],[-4,-2],[-87,-11],[-177,-26],[-439,-56],[-18,-2],[-58,-8],[-160,-22],[-158,-20],[-159,-21],[-170,-22],[-291,-36],[-20,-2],[-29,-4],[-72,-8],[-102,-6],[-176,-9],[-522,-20],[-19,-1],[-9,0],[-1,0],[-21,-1],[-307,-12],[-48,-1],[0,1],[0,-1],[0,0],[4,-20],[12,-26],[119,-269],[10,-21],[39,-89],[91,-194],[9,-20],[7,-15],[102,-229],[28,-61],[13,-29],[62,-137],[58,-132],[16,-39],[8,-21],[39,11],[30,10],[176,58],[169,52],[25,-54],[38,-81],[167,-348],[34,-75],[32,10],[12,-15],[0,-1],[-4,-2],[-1,0],[76,-117],[77,-118],[245,-383],[-600,-171],[-33,-2],[27,-25],[33,-25],[68,-62],[16,-15],[92,-85],[222,-198],[92,-88],[26,-21],[106,-97],[203,-188],[90,-85],[25,-27],[21,-16],[-155,-64],[4,-18],[2,-24],[-7,-24],[39,-55],[82,67],[50,-41],[12,-12],[4,-19],[-23,-18],[20,-53],[7,-3],[18,24],[54,-23],[92,81],[249,-231],[18,-16],[67,-62],[43,-41],[-28,-30],[-14,-9],[-23,-11],[-14,-11],[-17,-20],[-22,-18],[-10,-9],[-3,-13],[5,-7],[9,-3],[16,1],[18,11],[15,5],[17,3],[31,-5],[25,11],[21,15],[6,12],[0,11],[-11,34],[1,12],[69,-67],[3,-3],[1,-1],[-5,-5],[-3,-3],[-151,-73],[-362,-173],[-33,-15],[-3,0],[-149,15],[-452,41],[-241,24],[-52,4],[21,-139],[-158,-26],[8,-47],[17,-36],[-37,-64],[14,-142],[130,18],[-18,118],[-28,-13],[-13,5],[-10,22],[-4,41],[11,26],[100,20],[13,-82],[27,-159],[0,0],[0,-1],[-224,-102],[-147,-68],[-21,-10],[-14,-8],[-166,-74],[-77,-36],[-1,2],[-56,410],[-3,20],[-24,169],[-19,-3],[-70,-13],[6,-66],[2,-46],[-31,-6],[7,-67],[-200,-26],[12,-85],[26,-252],[13,-119],[0,0],[0,-1],[-76,11],[-248,29],[-21,3],[-313,37],[-5,-43],[-4,-33],[0,-1],[-10,-109],[-14,-106],[-6,-39],[-5,-36],[-11,-73],[-5,-34],[-15,-96],[-16,-65],[-32,-137],[-175,109],[-9,11],[-20,70],[-18,64],[-12,32],[-11,4],[-48,3],[-94,6],[0,1],[9,95],[0,0],[-79,9],[-195,6],[-9,-1],[-3,-4],[-5,-10],[-6,-11],[-16,-34],[-13,-20],[-17,-8],[-11,-10],[-10,-26],[-9,-11],[-13,-7],[-33,-2],[-22,0],[-28,-148],[-18,-16],[-16,-106],[-20,-129],[-14,-108],[-4,-33],[-7,-53],[-22,-149],[-5,7],[-21,12],[-11,4],[-11,3],[-15,-1],[-27,-3],[-15,1],[-25,3],[-20,4],[-18,-6],[-14,-12],[-7,-7],[-25,-29],[-17,-15],[-10,0],[-7,3],[-9,9],[-5,11],[-2,24],[-1,3],[0,2],[0,9],[0,1],[0,18],[-32,-1],[-22,1],[-8,6],[-8,17],[-9,9],[-20,6],[-33,4],[-48,4],[-16,3],[-57,5],[-9,-74],[-8,-54],[-5,-48],[-2,-25],[-1,-2],[31,-3],[20,-3],[14,-3],[15,-3],[2,-1],[13,0],[3,-1],[0,-1],[0,-4],[0,-1],[1,-13],[0,-1],[0,-1],[0,0],[-2,-85],[0,-2],[-9,1],[-8,0],[-17,-25],[0,-152],[-4,-286],[4,-39],[10,-25],[11,-24],[29,11],[65,11],[204,35],[291,51],[100,18],[73,12],[129,24],[101,17],[147,27],[11,0],[27,-2],[87,13],[267,39],[3,-14],[39,3],[15,-6],[30,-2],[42,1],[9,-72],[1,-2],[3,-25],[28,-220],[-1,-25],[90,30],[19,6],[162,54],[98,34],[25,-42],[62,-100],[97,-157],[157,-262],[32,-50],[32,-50],[33,-56],[22,-29],[18,-10],[14,-4],[0,-1],[-218,-102],[-146,-69],[-1,1],[-9,-2],[-81,-31],[-185,-73],[-140,-55],[-60,-25],[-14,-5],[-47,-19],[-28,-12],[-139,-54],[-190,-77],[-166,-64],[-23,-8],[0,2],[0,0],[0,-2],[-56,-23],[-1,-1],[0,0],[0,1],[-174,-33],[-182,-36],[-176,-36],[-8,-1],[-23,-5],[0,0],[236,-533],[25,-25],[1,4],[6,4],[0,0],[31,6],[94,11],[102,13],[1,0],[134,15],[31,4],[24,-360],[8,-157],[2,-39],[9,-168],[-66,-5],[-148,-13],[-47,-4],[-57,-5],[0,0],[-69,-6],[-32,-5],[8,-333],[5,-143],[-84,4],[-10,1],[-2,-19],[0,-1],[0,-1],[4,-43],[19,-181],[32,-295],[2,-16],[41,8],[154,14],[262,18],[76,4],[186,12],[176,13],[39,3],[128,7],[54,3],[1,0],[33,2],[136,6],[21,-210],[-2,0],[0,-1],[2,-20],[30,-224],[24,-212],[37,-270],[386,22],[0,0],[107,6],[70,5],[46,3],[53,2],[16,1],[-29,-100],[82,16],[7,-108],[0,-2],[-12,-1],[-7,0],[0,0],[3,-56],[4,-68],[4,-75],[0,-2],[-7,0],[0,-2],[0,-5],[3,-90],[3,-88],[0,0],[0,-2],[-1,-4],[4,-286],[0,-4],[2,-90],[0,-1],[-2,-22],[0,-1],[1,-31],[1,-18],[0,-1],[18,-1],[92,-10],[15,-2],[36,-5],[9,-7],[213,-267],[60,-79],[16,-18],[116,-154],[115,-162],[15,-21],[4,-5],[26,-42],[25,-54],[42,-108],[79,-202],[13,-34],[38,-98],[0,-9],[0,-2],[-16,-7],[-37,-16],[-159,-67],[-13,-6],[-114,-40],[-124,-40],[-105,-31],[-17,-3],[-23,-5],[-9,-1],[-35,-2],[-30,2],[-20,1],[-51,5],[-76,13],[-90,14],[-21,2],[-8,0],[-18,1],[-53,0],[-76,-3],[-39,-7],[-10,-5],[-11,-5],[-23,-16],[-4,-3],[-6,-6],[-27,-40],[-14,-21],[-19,-27],[-18,-24],[-60,-82],[-69,-86],[-39,-41],[-13,-13],[-27,-29],[-11,-10],[-54,-50],[-70,-69],[-61,-60],[-84,-83],[-156,-143],[-30,-25],[-23,-16],[-21,-7],[-29,0],[-46,8],[-54,15],[-17,5],[-8,2],[-103,23],[-38,10],[-16,1],[-14,0],[-14,0],[-18,1],[-14,0],[-22,-3],[-34,-10],[-231,-78],[-75,-27],[-4,-4],[-9,-9],[-7,-21],[-15,-41],[-2,-30],[-7,-90],[-7,-22],[-10,-16],[-4,-6],[-57,-62],[-28,-31],[-16,-13],[-30,-19],[-100,-55],[-8,-5],[-49,-29],[-51,-47],[-41,-35],[-10,-21],[-10,-3],[-59,-14],[-95,-19],[-17,-3],[-43,-8],[-120,-28],[-82,-18],[-56,-16],[-24,-8],[-22,-11],[-16,-9],[-4,-4],[-16,-17],[-6,-24],[0,-54],[0,-1],[0,-1],[2,-65],[0,0],[0,-1],[-3,-4],[-11,-1],[-42,0],[-20,-5],[-74,-27],[-63,-25],[-212,-94],[3,-12],[13,-48],[30,-108],[10,-40],[16,-57],[16,-65],[3,-15],[9,-36],[11,-46],[18,-78],[14,-62],[21,-89],[13,-58],[6,-21],[36,-130],[22,-78],[12,-32],[26,-41],[140,-228],[114,-191],[21,-41],[16,-42],[22,-52],[0,1],[-2,2],[2,-4],[1,-2],[8,-11],[10,-14],[17,-10],[2,0],[28,-1],[11,-34],[152,31],[157,-20],[175,-21],[329,-32],[66,-5],[265,-10],[71,-20],[0,0],[-3,-12],[-1,-1],[199,-61],[221,-68],[44,-14],[89,-27],[106,-36],[121,-46],[134,-52],[152,-58],[290,-121],[254,-115],[250,-117],[25,-13],[217,-108],[236,-121],[233,-124],[81,-43],[0,0],[-18,-177],[-20,-211],[-22,-212],[-16,-157],[-7,-70],[-6,-70],[-3,-43],[206,4],[178,1],[106,1],[338,6],[133,2],[199,3],[14,1],[0,1],[-1,18],[-15,30],[-11,31],[-9,41],[-8,100],[0,38],[19,49],[78,-51],[118,-87],[115,-93],[72,-61],[44,-42],[1,-1],[41,-39],[40,-38],[62,-62],[1517,-1504],[146,-145],[-30,-10],[166,-164],[2,-8],[18,-1],[35,-79],[20,-57],[8,-34],[7,-27],[5,-29],[5,-31],[5,-64],[0,0],[-1,-78],[-5,-46],[-3,-8],[-36,5],[-31,5],[-61,11],[-53,13],[-76,-16],[-56,-11],[-17,-3],[-323,-62],[-17,-3],[-201,-39],[-228,-47],[-15,-3],[-330,-68],[-29,-7],[-9,-2],[-471,-148],[-7,-5],[8,-22],[-18,-16],[-9,-19],[-5,-8],[-45,-14],[-10,-5],[-9,-5],[-22,-16],[-27,-13],[-35,-4],[-41,1],[-27,1],[-29,0],[-90,-39],[-124,-53],[4,-104],[8,-165],[5,-126],[3,-15],[0,-109],[-38,-33],[-17,-21],[-15,-35],[-7,-33],[1,-23],[0,-63],[0,-160],[3,-212],[2,-241],[0,-112],[0,-50],[-24,-1],[-19,0],[-205,-4],[-24,0],[-4,-19],[6,-6],[3,-11],[1,-42],[1,-18],[8,-225],[1,-34],[2,-102],[0,-44],[0,-20],[-236,-62],[-10,8],[-7,-12],[-127,-35],[-18,-16],[-1,-16],[-7,-36],[-16,-48],[-20,-47],[-9,-28],[-4,-25],[-17,-93],[-8,-53],[1,-10],[1,-23],[-9,-45],[28,-28],[32,-38],[32,-41],[29,-49],[30,-52],[24,-48],[18,-45],[10,-15],[-1,-12],[9,-34],[24,-119],[7,-44],[1,-56],[2,-9],[60,-394],[4,-35],[5,-16],[0,-1],[-237,-60],[-5,2],[1,-9],[0,0],[0,-1],[-218,-53],[-144,-34],[-43,-4],[-68,0],[-82,8],[-155,10],[-189,14],[-131,12],[-1014,87],[-145,12],[1,-13],[-1,0],[-38,-31],[-1,0],[1,-11],[7,-14],[1,-1],[1,-5],[20,-138],[7,-49],[10,-76],[51,-362],[36,-254],[27,-184],[26,-186],[8,-49],[1,-5],[0,-1],[-5,-10],[-104,1],[-85,2],[-17,1],[-439,11],[-277,7],[-347,10],[-315,8],[-11,7],[-6,7],[-31,-4],[0,-1],[2,-9],[-3,-2],[5,-17],[-2,-115],[-3,-82],[0,-1],[2,-69],[3,-54],[8,-42],[14,-58],[21,-64],[9,-21],[26,-64],[8,-18],[10,-23],[2,-4],[0,-5],[0,-9],[0,0],[0,-1],[-8,-161],[-5,-142],[-5,-113],[0,-2],[0,0],[16,-41],[0,-17],[8,-8],[-8,-11],[-4,-160],[-2,-53],[-11,-44],[15,-8],[24,-2],[29,-1],[7,-1],[0,-10],[118,-1],[0,34],[47,-1],[87,-1],[-1,-41],[45,-1],[27,0],[3,176],[-18,0],[6,143],[0,17],[0,0],[115,0],[4,-22],[4,-15],[16,-105],[15,-96],[3,-21],[5,-44],[0,-1],[0,-1],[-4,-97],[0,-19],[0,-1],[0,-22],[0,-1],[0,-16],[-5,-19],[-1,-39],[0,-1],[1,-8],[1,-19],[0,-11],[7,-39],[19,-83],[18,-83],[2,-9],[4,-19],[50,-223],[5,-26],[0,-1],[-177,-67],[-118,-39],[-75,-22],[-39,-12],[-31,-8],[-8,-2],[-113,-29],[-28,-6],[-16,-3],[-45,-9],[-26,-5],[-7,-11],[-10,8],[-135,-21],[-95,-14],[-156,-16],[-28,2],[-4,1],[-173,-17],[-38,-5],[-2,0],[-59,47],[-229,175],[-15,-11],[-10,5],[-152,-109],[-9,-6],[-11,17],[-9,14],[-226,-158],[-69,-50],[-29,-26],[-14,-21],[-11,-30],[1,-31],[13,-77],[8,-43],[1,-26],[-5,-40],[-1,-14],[-1,-19],[-1,-11],[61,-7],[69,0],[48,3],[42,-139],[102,-37],[131,-47],[61,-50],[-12,-83],[-7,-49],[-2,-18],[-48,-331],[29,-7],[17,-4],[28,-7],[40,-45],[149,-47],[11,-4],[26,0],[69,8],[111,-33],[7,35],[49,18],[10,-1],[40,-4],[20,-13],[124,-80],[22,-17],[15,-11],[69,-51],[28,-24],[14,8],[17,-9],[99,-108],[21,-25],[21,-23],[144,-164],[12,-14],[6,-7],[35,-24],[10,-17],[0,0],[7,-11],[31,-90],[28,-100],[14,-70],[6,-78],[0,-61],[-14,-237],[-1,-124],[5,-91],[9,-161],[4,-32],[7,-11],[4,-27],[0,-1],[2,-12],[18,-102],[38,-198],[0,-14],[-8,-13],[-12,-7],[-17,-5],[24,5],[17,3],[32,-170],[0,-2],[11,-59],[0,-1],[-17,-3],[-10,-1],[-71,-2],[-83,-9],[-187,-34],[-237,-49],[-323,-69],[0,0],[2,-17],[1,-1],[-17,-3],[-205,-40],[-73,-15],[-15,-2],[-46,-8],[-65,-12],[-77,-23],[-129,-53],[-183,-87],[-124,-61],[-28,-13],[-33,-13],[-131,-40],[-45,-9],[-54,-12],[-10,-2],[-13,-3],[-70,-13],[-84,-14],[-52,-11],[-42,-10],[-69,-23],[-1,0],[4,-23],[4,-29],[2,-16],[38,-292],[15,-115],[19,-146],[43,-310],[4,-23],[55,-402],[23,-179],[33,-249],[7,-49],[2,-23],[3,-28],[12,-1],[76,-10],[108,-16],[59,-10],[23,-8],[6,-3],[280,-148],[28,-15],[23,-12],[88,-47],[26,-15],[72,-52],[96,-79],[4,-3],[11,-7],[9,-6],[8,-4],[10,-8],[34,-25],[109,-75],[106,-69],[3,-2],[13,-7],[87,-49],[14,-6],[17,-6],[10,-4],[78,-34],[49,-11],[48,-9],[26,-2],[20,-1],[13,-11],[12,-11],[16,-7],[26,-10],[6,-3],[85,-42],[80,-44],[58,-35],[101,-64],[39,-25],[18,-12],[28,-17],[0,-10],[2,-116],[-39,-185],[-36,-183],[-8,-40],[-16,-86],[-25,12],[-17,10],[-75,69],[-17,20],[-19,17],[-17,15],[-76,59],[-16,15],[-54,47],[-43,37],[-16,14],[-183,155],[-19,16],[-21,16],[-180,-265],[-93,-134],[-56,-83],[-26,-36],[-19,-26],[1,-1],[-1,-1],[10,-7],[11,-9],[27,-23],[28,-26],[25,-22],[14,-13],[0,0],[6,-5],[244,-216],[210,-182],[12,-24],[102,-92],[35,-38],[18,-18],[3,-5],[1,-3],[1,-2],[6,-14],[6,-15],[3,-16],[1,-6],[0,-26],[15,4],[11,4],[60,-2],[4,-1],[25,-1],[11,-11],[31,-31],[86,-89],[0,0],[1,0],[1,1],[16,20],[145,172],[20,24],[49,60],[35,42],[5,5],[9,9],[7,7],[6,-5],[80,-66],[15,-12],[76,-64],[10,-7],[7,10],[82,-111],[32,-5],[2,-48],[32,29],[0,-1],[0,-42],[0,-2],[13,-8],[307,277],[194,169],[115,97],[51,43],[32,2],[17,2],[54,47],[113,100],[17,-61],[25,-97],[111,-447],[72,-284],[-1,-1],[1,-1],[-8,-4],[-283,-177],[-20,-13],[-158,-98],[-308,-193],[-297,-186],[-45,-29],[-32,-22],[-58,-37],[-40,-25],[-39,-21],[-34,-17],[-105,-47],[-59,-29],[-37,-21],[-38,-22],[-3,-2],[-7,-5],[-8,-5],[-45,-35],[-35,-28],[-43,-38],[-52,-46],[-40,-31],[-58,-42],[-5,-3],[-14,-8],[-14,-8],[-153,-107],[-22,-14],[-12,-8],[-11,-7],[-77,-62],[-56,-47],[-49,-43],[-11,-10],[-11,-9],[-125,-126],[-6,-5],[-8,-7],[-7,-6],[-6,-6],[-159,-161],[-104,-109],[-94,-101],[-69,-87],[-10,-13],[-11,-13],[-5,-6],[0,0],[-12,-17],[-16,-20],[-156,83],[-1,0],[-73,31],[-39,14],[-4,2],[-6,1],[-45,7],[-1,0],[-46,3],[-19,0],[-8,0],[-12,0],[-411,-28],[-43,-3],[0,1],[48,337],[-242,2],[-28,-7],[-44,-261],[-13,-90],[0,-2],[-92,-6],[-126,-9],[-1,0],[7,-46],[18,-119],[26,-203],[13,-106],[15,-124],[7,-56],[14,-112],[-193,46],[-4,-25],[0,0],[0,-1],[-1,0],[7,-96],[13,-169],[10,-86],[-55,1],[-37,5],[-104,16],[-267,52],[-81,16],[0,0],[-24,-87],[-1,-6],[-8,-31],[193,-37],[22,-55],[-29,7],[145,-277],[22,-50],[-36,-10],[-129,-53],[0,0],[-9,-3],[-7,-3],[-1,0],[16,-48],[4,-13],[5,-15],[13,-36],[13,-164],[1,-3],[0,-1],[-325,-77],[-104,-24],[0,0],[4,-26],[28,-287],[2,-35],[0,-1],[-2,-26],[-1,-1],[-4,-14],[-14,-21],[-22,-16],[-31,-18],[-257,-79],[-34,-11],[-13,-6],[-8,-8],[-20,-68],[-24,-114],[-3,-34],[0,-42],[0,-2],[7,-69],[14,-114],[25,-179],[0,-1],[-87,-27],[-17,-5],[-44,-8],[-26,-1],[2,-26],[181,-397],[20,-19],[67,-40],[31,-16],[42,-22],[93,-38],[55,-14],[65,-6],[49,6],[58,9],[23,6],[218,73],[-5,35],[64,17],[114,217],[110,208],[30,-30],[22,-16],[43,-24],[17,-8],[32,-9],[26,-7],[44,-17],[18,-9],[88,-59],[-110,-125],[-4,-7],[0,-13],[4,0],[0,0],[6,-28],[16,4],[28,-5],[20,2],[21,5],[72,31],[106,46],[7,10],[7,16],[8,26],[13,-17],[13,-9],[25,-7],[15,4],[13,0],[-69,-219],[221,-75],[9,-197],[0,-1],[-27,-7],[0,0],[8,-186],[15,-242],[36,-352],[0,0],[-3,-29],[0,0],[-3,-140],[0,-4],[0,-1],[83,117],[28,40],[192,273],[7,10],[7,10],[197,278],[8,13],[8,11],[276,393],[8,10],[7,11],[190,269],[8,12],[7,9],[121,172],[31,43],[19,26],[267,-21],[59,-10],[63,-13],[21,-6],[8,-2],[17,-5],[11,-4],[44,-17],[19,-8],[33,-14],[48,-22],[47,-26],[47,-29],[91,-58],[163,-109],[77,-52],[66,-45],[11,-7],[23,-15],[44,-29],[2,-2],[35,-30],[100,-47],[288,-131],[269,-121],[20,-10],[14,-7],[8,-5],[45,-16],[2,0],[59,-24],[118,-30],[114,-25],[44,-10],[16,-3],[9,-3],[9,-2],[35,-11],[16,-10],[273,-166],[34,-20],[10,-6],[10,-6],[22,-13],[11,-6],[11,-6],[141,-84],[37,-24],[10,-7],[11,-7],[6,-4],[190,-109],[17,20],[158,189],[21,12],[41,31],[21,22],[20,22],[152,80],[119,59],[46,23],[-1,1],[1,0],[-161,209],[-218,273],[-250,307],[-21,27],[-15,19],[-23,27],[-14,14],[-17,22],[-72,90],[-22,28],[-135,169],[-18,22],[-5,7],[-14,28],[-12,38],[-12,33],[1,0],[0,0],[30,12],[105,48],[-6,27],[-38,121],[9,13],[5,227],[175,-54],[20,-13],[6,-17],[7,-22],[12,0],[10,1],[386,-102],[60,-17],[183,-52],[191,-49],[123,-37],[42,-16],[34,-14],[34,-19],[47,-30],[524,-416],[10,-8],[11,-9],[254,-202],[36,-29],[280,39],[658,-442],[14,21],[40,-29],[51,-30],[82,-51],[83,-45],[140,-75],[0,2],[0,0],[-2,22],[28,-15],[25,-13],[0,-1],[0,0],[0,-5],[0,0],[17,-10],[29,-17],[38,-28],[30,-26],[34,-30],[97,-51],[304,-143],[149,-63],[193,-66],[128,-37],[264,-60],[336,-81],[34,3],[79,-11],[77,-14],[42,-2],[9,19],[13,17],[9,6],[15,2],[14,-6],[14,-9],[13,-5],[12,3],[12,15],[11,-2],[12,-5],[13,-12],[10,-17],[8,-26],[6,-21],[0,-2],[25,-2],[1,-57],[0,-1],[17,9],[2,-25],[-13,-7],[-65,-35],[-54,-22],[-58,-16],[9,-150],[150,-24],[-291,-122],[-2,-9],[33,-67],[77,29],[85,33],[4,-68],[-35,-14],[-20,-14],[-11,-13],[0,-5],[67,-70],[25,-18],[21,-5],[15,0],[13,8],[20,21],[3,12],[-5,12],[-12,20],[-39,48],[-8,18],[-1,21],[4,22],[10,22],[15,29],[47,18],[37,33],[14,9],[10,3],[0,0],[4,-201],[0,-280],[0,-1],[0,-96],[0,-2],[-2,-16],[-18,-19],[-362,-216],[-88,-52],[-361,-212],[-21,-13],[-65,-38],[-225,-131],[-126,-69],[-31,-17],[0,1],[4,11],[2,21],[1,28],[1,8],[0,1],[0,1],[7,32],[14,35],[46,87],[51,97],[11,19],[92,171],[116,219],[91,170],[70,130],[43,81],[-1,0],[-237,1],[-112,1],[-9,-1],[-28,-4],[-339,-72],[23,-157],[12,-30],[-341,-44],[-18,-2],[-58,-9],[75,-292],[-61,-10],[-92,-16],[-12,-2],[-88,-16],[0,0],[1,-25],[1,-21],[2,-33],[1,-30],[-27,1],[-37,-3],[-35,-4],[-53,-21],[-116,-74],[-32,-55],[0,-1],[-13,6],[-3,-20],[-15,-25],[-86,40],[-39,-8],[-90,-10],[-49,-2],[-38,33],[-22,0],[-92,8],[-12,-56],[-6,-30],[-20,-99],[-21,-84],[-6,-35],[-37,-102],[-96,-278],[-15,-2],[-13,-2],[-4,-16],[-272,-521],[-12,-26],[-39,-105],[-93,-250],[-24,-66],[-18,-80],[-12,-58],[-15,-89],[0,-8],[-9,-222],[0,0],[0,-1],[-36,-8],[-202,-72],[-81,-29],[-40,-10],[-34,-7],[-29,-9],[-32,-10],[-273,-130],[-59,-27],[-24,-10],[-24,-11],[-62,-20],[-87,-25],[-148,-43],[-39,-11],[-16,-5],[-21,-7],[-63,-21],[-370,-129],[-24,4],[-15,-39],[0,-1],[32,8],[1,0],[-57,-195],[-4,-15],[-1,-4],[-2,-12],[-2,-13],[-10,-42],[-3,-10],[0,-1],[-3,-10],[0,-1],[580,-129],[256,-58],[103,-22],[133,-27],[115,-25],[37,-6],[41,-13],[222,-70],[415,-128],[0,0],[0,-1],[-43,-234],[-3,-21],[8,-5],[12,-8],[0,-1],[-1,-1],[13,6],[49,22],[13,5],[486,209],[136,57],[8,-27],[18,-53],[15,-49],[24,-79],[28,-104],[94,-343],[588,223],[21,8],[10,3],[23,9],[245,-381],[0,-1],[0,0],[-16,-84],[-37,-185],[-18,5],[-21,-103],[-3,-17],[-47,-235],[-21,-101],[-16,-82],[-1,-6],[-7,-21],[0,-1],[1,0],[25,-23],[20,7],[138,43],[-6,-33],[-1,-15],[-6,-15],[-23,-50],[-14,-33],[-22,-93],[-47,-176],[-60,10],[-12,-72],[181,-42],[25,-6],[34,169],[87,-19],[84,28],[31,14],[29,16],[11,15],[3,15],[-3,57],[62,3],[-4,143],[-67,-1],[-4,21],[0,7],[-43,132],[66,21],[229,72],[208,66],[99,32],[11,4],[11,3],[62,20],[4,2],[9,0],[1,-5],[56,-154],[7,-3],[58,-36],[15,7],[0,0],[28,-13],[75,-39],[94,-44],[36,-14],[15,-5],[64,-23],[83,-28],[64,-21],[19,-6],[187,-61],[17,-6],[10,-4],[11,-4],[18,-7],[220,-75],[-15,-59],[-35,2],[-11,-48],[0,-5],[39,-18],[24,-7],[15,-3],[12,3],[9,3],[6,7],[17,16],[7,4],[11,0],[77,-22],[19,67],[114,-39],[-22,-96],[1,-9],[78,-28],[28,103],[126,-44],[14,-6],[12,-4],[12,-6],[51,-21],[5,-1],[1,0],[16,6],[22,8],[3,5],[23,92],[27,109],[13,49],[0,0],[90,-23],[19,85],[-85,22],[-1,-1],[1,3],[10,19],[1,0],[38,72],[71,113],[262,-32],[66,234],[168,-38],[38,-45],[58,-58],[74,-66],[1,-1],[43,-38],[2,-2],[67,-70],[28,-29],[13,-16],[10,26],[9,21],[6,13],[14,31],[69,141],[109,204],[43,85],[71,-20],[71,-20],[71,-15],[72,-14],[90,-15],[94,-16],[0,-12],[-205,-421],[-106,-217],[-52,-107],[-25,-69],[-25,-66],[63,-92],[22,32],[46,86],[6,11],[108,209],[45,-29],[72,143],[81,-48],[-32,-33],[19,-14],[10,4],[35,-1],[14,-3],[26,-10],[-59,-120],[6,-10],[51,-24],[41,-15],[63,124],[19,-11],[19,-14],[14,-18],[10,-36],[0,-43],[-6,-29],[-8,-34],[-12,-36],[-10,-25],[-17,-30],[166,-75],[281,-150],[1,0],[-4,-8],[-50,-83],[-12,-17],[-1,-1],[-3,-3],[32,-19],[1,0],[215,-85],[12,-5],[12,-4],[149,-60],[277,-111],[1,0],[-22,-26],[-53,-59],[-102,-114],[-14,-22],[-6,-10],[-6,-12],[0,0],[-4,-8],[-6,-19],[-9,-25],[-2,-5],[-15,-47],[-9,-32],[-8,-42],[-4,-27],[-2,-14],[0,0],[1,-43],[0,-1],[8,-45],[3,-13],[7,-28],[13,-42],[19,-41],[23,-43],[24,-33],[23,-29],[10,-11],[11,-11],[11,-12],[44,-38],[128,-102],[46,-41],[39,-37],[29,-34],[44,-57],[45,-56],[52,-57],[10,-8],[15,-13],[7,-6],[11,-10],[26,-21],[49,-32],[48,-26],[42,-16],[47,-13],[39,-10],[35,-8],[19,-4],[12,128],[2,12],[4,21],[1,4],[15,151],[5,75],[9,91],[8,93],[2,19],[39,462],[0,4],[1,6],[6,61],[0,0],[0,0],[47,-18],[136,-53],[361,-152],[166,-66],[22,-11],[7,-2],[24,-7],[11,-3],[121,-44],[172,-61],[156,-55],[45,-12],[32,-6],[15,0],[11,0],[1,1],[33,6],[43,11],[80,28],[33,13],[107,33],[17,6],[14,5],[108,34],[19,7],[43,15],[190,62],[352,109],[113,34],[44,15],[15,5],[4,2],[16,9],[32,14],[14,10],[22,16],[22,19],[41,38],[44,43],[153,151],[22,-73],[16,-61],[21,-68],[16,-16],[14,-12],[3,20],[-1,66],[-8,55],[-9,42],[-14,40],[-13,28],[-10,13],[79,0],[6,-7],[161,-199],[17,0],[-16,22],[-2,25],[4,13],[12,7],[17,-1],[11,2],[7,6],[6,16],[-4,13],[-11,23],[-3,13],[2,14],[9,12],[11,6],[60,-177],[25,0],[22,-15],[10,-13],[11,-20],[1,-14],[-50,-27],[43,-62],[95,62],[-25,39],[-29,-4],[-22,78],[-48,179],[41,14],[56,13],[21,-110],[8,-1],[103,22],[-21,133],[-137,-24],[-70,-21],[-20,73],[46,16],[14,-12],[21,-4],[20,1],[30,3],[45,9],[74,17],[25,3],[7,0],[16,-2],[25,-8],[33,-1],[50,2],[10,1],[63,6],[78,12],[33,3],[3,0],[39,12],[154,47],[16,5],[33,13],[30,14],[37,27],[120,-117],[145,169],[181,218],[18,-17],[15,-28],[24,11],[-10,29],[0,2],[1,-1],[86,107],[144,183],[35,45],[119,148],[82,11],[136,23],[154,32],[113,23],[39,22],[1,0],[-7,-16],[-13,-27],[0,-1],[21,-8],[14,32],[12,21],[11,12],[13,8],[19,7],[55,16],[124,32],[86,19],[10,7],[43,97],[7,15],[7,5],[17,-8],[8,-4],[8,-3],[17,-8],[21,-9],[0,-1],[-36,-85],[-18,-41],[1,0],[75,-32],[-33,-94],[2,-8],[31,-33],[7,-17],[1,-15],[13,-25],[17,-21],[-106,-188],[-8,-19],[-48,-147],[-26,-14],[-17,-4],[-32,-9],[-15,-6],[-5,-2],[-18,-10],[-15,-19],[-10,-67],[-10,-48],[-24,-107],[0,-24],[0,-1],[5,-15],[1,-1],[-39,-83],[-24,-35],[-27,-38],[-54,-61],[-27,-21],[-41,-35],[-99,-53],[-2,-1],[-67,-36],[-38,-24],[-14,-9],[-1,0],[-27,-40],[-11,-16],[70,20],[317,93],[29,8],[41,12],[68,16],[85,10],[129,16],[86,10],[181,21],[44,4],[1,0],[0,0],[3,0],[12,-18],[4,-8],[103,-242],[-135,-39],[-25,0],[-416,-88],[-600,-127],[-129,-28],[3,-5],[-80,-26],[-27,-9],[0,0],[-4,-2],[138,-302],[19,-42],[15,-32],[141,-303],[84,-181],[48,-104],[139,-298],[96,-211],[10,-22],[5,-9],[5,-12],[23,6],[26,7],[221,43],[628,123],[270,54],[153,28],[36,-89],[8,-20],[32,-78],[80,-203],[9,-25],[21,7],[14,4],[56,16],[23,7],[138,41],[221,58],[120,34],[98,26],[102,28],[36,8],[7,2],[168,47],[190,50],[403,104],[52,13],[69,17],[37,11],[25,7],[4,-5],[11,-18],[7,-11],[51,-103],[14,-35],[7,-29],[20,-112],[24,-145],[16,-90],[7,-42],[11,-67],[3,-24],[4,-19],[5,-42],[5,-16],[6,-43],[2,-20],[5,-18],[10,-37],[11,-35],[10,-38],[4,-19],[10,-10],[32,-96],[8,-12],[10,-48],[0,0],[0,-1],[-184,-104],[-175,-99],[-333,-185],[-90,-50],[-189,-107],[-18,-9],[-79,-86],[0,-1],[15,-9],[22,-23],[3,-3],[121,-122],[1,-1],[-17,-18],[0,0],[14,-29],[0,-1],[-366,-222],[-29,-2],[-130,-79],[-82,-50],[-252,-149],[-24,-35],[-83,-56],[-120,-78],[0,-19],[0,-1],[-17,-8],[0,0],[2,-33],[0,-10],[6,-20],[11,-22],[19,-31],[90,-145],[1,-1],[-19,-12],[-243,-151],[-15,-9],[-252,-157],[-11,-7],[-2,-1],[305,-425],[11,-15],[0,-1],[-25,-16],[-47,-38],[-54,-76],[-10,-16],[-176,-246],[-67,-94],[0,-1],[13,-12],[93,-83],[14,-13],[1,0],[-34,-50],[-4,-9],[-40,-56],[-107,-146],[-127,-177],[-210,-295],[-395,-552],[-8,-13],[-63,-88],[-103,-144],[-102,-142],[-35,-51],[-67,-90],[-29,-39],[-8,-13],[0,1],[-8,-11],[1,-1],[-1,0],[-50,-28],[-24,-20],[-20,-16],[-30,-21],[-16,-8],[11,-24],[104,-241],[7,-17],[40,-83],[51,-65],[27,-38],[30,-35],[13,-17],[-1,-12],[-1,-1],[-6,-1],[-18,-7],[-38,-18],[-22,-9],[-68,-34],[-46,-27],[-53,-32],[-67,-49],[-101,-85],[-58,-43],[-18,-31],[0,0],[-1,0],[0,-4],[1,-2],[32,-76],[44,-109],[41,-91],[24,-54],[3,-8],[73,-166],[36,-80],[-132,-37],[-36,-13],[-149,-57],[-23,-11],[-56,-37],[-6,-22],[-11,-39],[-4,-32],[-2,-10],[0,-2],[-14,-25],[-14,-22],[-14,-21],[-36,-62],[-33,-62],[-4,-8],[-8,-19],[-23,-42],[-31,-48],[-10,-23],[-1,-1],[-8,-27],[0,-2],[-24,-442],[-9,2],[-31,8],[0,0],[-4,1],[-3,-17],[0,-2],[-18,-170],[-18,-201],[-19,-188],[-5,-45],[-5,2],[-35,6],[-34,-2],[-46,-17],[-15,-2],[-98,24],[-43,10],[-1,1],[-6,2],[-13,-9],[-4,-2],[-104,-72],[-52,-37],[-88,-69],[-44,-38],[-8,-7],[-12,-11],[-19,-22],[-14,-23],[-5,-12],[-1,-3],[-4,-24],[-4,-38],[-3,-51],[-6,-48],[-2,-16],[-3,-15],[0,-1],[-46,3],[-175,8],[-32,1],[-15,-146],[-3,-230],[-1,-208],[-42,-5],[-38,-111],[-4,-65],[10,-75],[30,3],[-2,-18],[4,-26],[1,-14],[13,-97],[24,-175],[11,-92],[30,6],[170,31],[12,-39],[12,-31],[81,2],[12,-9],[3,-13],[12,-55],[63,9],[3,-10],[4,-14],[9,-36],[67,12],[40,10],[4,-33],[1,-2],[4,-12],[20,2],[66,14],[22,4],[22,-2],[12,-8],[18,-17],[7,-16],[44,-73],[52,-94],[29,-54],[41,-63],[14,-20],[57,-41],[42,-41],[40,-46],[-1,0],[16,-19],[36,5],[44,6],[29,4],[10,1],[33,3],[7,-2],[41,-12],[78,-15],[45,-6],[6,-39],[24,-126],[12,-75],[4,-11],[20,4],[172,36],[203,42],[1,-241],[2,-18],[0,0],[0,-4],[0,-103],[0,-1],[5,-140],[9,-70],[0,-1],[-57,16],[-1,-26],[0,0],[0,-2],[-12,-64],[-7,-10],[0,-16],[0,0],[1,-32],[0,0],[0,-2],[-6,-20],[-5,-28],[3,-24],[12,-32],[0,-1],[1,-10],[1,-13],[-2,-16],[-4,-4],[-13,3],[-15,10],[-9,18],[-7,11],[-9,5],[-28,-4],[-13,2],[-12,15],[-13,3],[-16,-3],[0,0],[5,-92],[36,-23],[143,-91],[27,-15],[0,0],[27,33],[27,30],[9,8],[0,0],[8,18],[7,14],[3,25],[5,31],[0,0],[-10,35],[0,1],[0,18],[0,0],[0,1],[0,21],[11,37],[0,1],[1,4],[21,18],[20,0],[26,-5],[8,-2],[11,-1],[24,114],[0,1],[6,31],[32,119],[9,30],[13,46],[7,24],[5,6],[10,3],[60,10],[16,-2],[14,76],[65,-160],[1,-1],[0,0],[1,-4],[2,-4],[1,-2],[0,0],[0,-1],[7,-16],[0,0],[27,-69],[22,-52],[17,-27],[13,-17],[3,-4],[28,-29],[3,-5],[-1,-27],[0,-8],[0,-1],[1,-30],[15,-96],[2,-22],[1,-30],[15,-64],[0,0],[6,-42],[10,-42],[14,-47],[16,-46],[35,-80],[17,-41],[14,-40],[15,-54],[9,-49],[9,-52],[10,-71],[8,-58],[5,-26],[0,-3],[31,-60],[22,-47],[1,-1],[-84,-13],[-70,-13],[-133,-21],[1,-17],[2,-45],[0,0],[0,-1],[-24,-17],[5,-69],[0,-1],[-5,-15],[8,-52],[0,-1],[0,0],[0,-1],[-38,0],[-11,0],[-4,5],[-5,25],[-5,31],[-3,8],[-7,3],[-4,1],[-26,1],[-51,-6],[-186,-25],[-15,-3],[-11,-12],[-6,-12],[-3,-17],[-3,-244],[0,-1],[0,-190],[0,-1],[0,-26],[0,-2],[31,13],[2,1],[3,1],[31,12],[13,4],[0,-131],[0,-2],[5,-89],[2,-22],[8,-81],[10,-53],[9,-31],[11,-13],[5,-1],[13,-3],[35,-172],[27,-122],[1,-4],[188,27],[108,18],[8,1],[0,2],[-1,6],[-4,42],[0,0],[224,31],[18,3],[8,-3],[20,-13],[13,-15],[2,-2],[4,-7],[65,4],[55,2],[91,4],[0,0],[0,1],[-5,27],[-3,19],[0,7],[2,68],[1,11],[93,-11],[7,-1],[120,-14],[132,-15],[25,-3],[0,2],[0,5],[-2,64],[0,0],[130,4],[19,1],[-1,1],[0,0],[-8,13],[-1,3],[0,0],[4,0],[80,0],[1,-29],[36,3],[78,10],[105,13],[8,-10],[62,1],[45,-1],[142,-17],[85,-10],[72,-10],[116,-3],[76,1],[1,0],[-3,-9],[0,-2],[0,-15],[-1,-2],[0,0],[0,-1],[0,-1],[-4,-20],[-12,-49],[-5,-44],[-6,-47],[-1,-2],[-14,-48],[-5,-19],[-3,-22],[-1,-31],[0,0],[1,-33],[4,-32],[6,-27],[8,-26],[7,-12],[3,-6],[14,-10],[15,-3],[16,0],[22,4],[33,0],[68,-2],[83,-6],[29,-4],[48,-6],[40,-7],[20,-3],[59,-12],[19,26],[13,49],[-1,0],[-40,6],[0,1],[3,21],[3,12],[5,23],[11,54],[15,51],[22,57],[26,51],[6,1],[5,7],[44,52],[14,12],[9,1],[29,19],[8,4],[0,1],[-5,14],[-34,7],[-21,4],[-29,6],[-114,24],[-1,31],[-40,4],[0,1],[1,7],[9,129],[1,8],[5,0],[51,-1],[174,-10],[223,-14],[22,-1],[0,-20],[-1,-39],[0,-2],[7,10],[12,7],[0,1],[-3,10],[0,2],[4,133],[-11,13],[-19,21],[-84,92],[-44,51],[0,5],[0,0],[51,-2],[44,-3],[3,47],[4,53],[18,-7],[20,-10],[137,-66],[11,-5],[134,-65],[41,-20],[17,-6],[31,-17],[16,-9],[46,-80],[15,-20],[142,-77],[25,-16],[3,-12],[0,-1],[-6,-11],[-83,-92],[-260,-288],[-99,-110],[-54,-88],[0,0],[0,-9],[2,-11],[0,-1],[2,-10],[17,-45],[28,-82],[6,-14],[13,-34],[7,4],[15,-4],[40,-22],[15,-8],[21,-12],[15,-13],[34,-108],[66,-207],[30,-86],[6,-17],[33,45],[208,287],[0,0],[-9,17],[0,5],[-1,6],[0,1],[5,17],[13,31],[79,154],[28,58],[2,6],[28,68],[46,-32],[27,58],[43,33],[3,9],[0,1],[35,96],[47,131],[0,1],[65,186],[0,0],[12,38],[31,108],[22,68],[8,-1],[1,1],[14,-1],[3,-2],[64,-6],[101,-11],[69,-5],[18,-1],[10,2],[6,5],[164,-21],[56,-18],[72,-11],[13,3],[14,9],[0,22],[-4,12],[-6,8],[-7,7],[2,9],[49,-44],[41,-48],[70,-80],[13,-14],[43,-38],[73,-71],[73,-72],[58,-56],[60,-55],[43,-40],[88,-84],[60,-58],[77,-68],[17,-19],[25,-24],[130,-121],[34,-32],[325,-304],[76,-71],[26,-24],[177,-166],[49,-45],[58,-55],[138,-126],[36,-33],[12,-8],[11,-3],[19,5],[-89,-116],[-29,24],[-13,-21],[-65,-79],[9,-8],[142,-136],[70,-67],[85,-81],[16,15],[16,-18],[34,-40],[-246,-227],[-30,-29],[-3,-12],[13,-10],[27,-22],[166,-118],[36,-26],[72,-46],[7,-4],[16,-9],[-18,-8],[-4,-2],[-35,-23],[-32,-26],[-26,-27],[-12,-17],[-11,-15],[-31,-51],[-48,-74],[-93,-142],[-3,-5],[-68,-104],[-47,-76],[-89,-167],[-176,206],[-154,181],[-4,11],[-27,-12],[-93,-78],[-226,-188],[-110,-93],[-14,-11],[-123,-102],[-63,-59],[-43,-44],[-29,-39],[-30,-54],[-19,-43],[-54,-57],[-91,-97],[-10,-9],[-37,-1],[-24,9],[-178,63],[-45,13],[-22,0],[-235,-35],[-17,-5],[-16,-13],[-13,-17],[-17,-28],[-12,-19],[-174,-282],[-26,-36],[-40,-66],[-31,-62],[-29,-69],[94,-112],[118,149],[26,-8],[-4,-13],[91,-28],[-6,-21],[68,-20],[-5,-18],[122,-46],[-27,-32],[136,-137],[10,-11],[64,75],[40,46],[29,28],[34,2],[188,156],[176,144],[7,155],[94,118],[43,42],[28,28],[33,24],[53,31],[32,23],[40,35],[53,54],[48,47],[10,11],[6,-11],[5,-4],[-14,-20],[13,-13],[16,21],[25,-25],[19,-27],[26,-24],[27,-13],[33,0],[32,9],[-3,-24],[-45,-40],[74,-80],[145,-156],[7,-2],[26,24],[10,-15],[3,-5],[53,-67],[20,-22],[21,-16],[3,2],[9,-9],[32,-27],[38,-37],[24,-21],[25,-26],[27,-24],[29,-25],[35,-26],[27,16],[57,26],[30,13],[24,10],[34,14],[17,8],[14,8],[60,26],[22,10],[74,36],[72,32],[88,42],[164,74],[53,22],[-7,20],[-24,29],[-23,29],[-23,27],[-39,47],[-115,140],[-29,32],[-24,31],[-43,51],[-19,25],[-15,18],[-199,-163],[-26,69],[-8,21],[-11,41],[-10,29],[-9,20],[-16,23],[0,10],[6,18],[11,21],[178,198],[33,39],[13,15],[14,16],[94,109],[83,97],[72,89],[-16,17],[-98,118],[66,75],[30,34],[58,68],[61,70],[159,176],[6,8],[1,-2],[73,-74],[351,-339],[2,-3],[6,-15],[0,-16],[-3,-12],[39,-44],[9,-1],[26,-7],[18,-7],[24,-17],[50,-48],[58,-53],[77,-72],[0,0],[17,-17],[133,-101],[51,-39],[47,-35],[60,-46],[44,-34],[93,-72],[34,-15],[1,-1],[-15,-7],[-2,-1],[-1,0],[42,-33],[15,-12],[242,-189],[111,-85],[50,-39],[19,-18],[6,-7],[1,-2],[11,-14],[77,-97],[99,-129],[78,-105],[127,-165],[111,-150],[6,-7],[6,-6],[48,-69],[88,-117],[79,-107],[61,-87],[24,-32],[99,-135],[94,-125],[74,8],[1,1],[31,-1],[9,5],[2,2],[4,2],[37,4],[66,4],[24,2],[194,18],[11,1],[17,1],[156,13],[296,26],[19,2],[191,14],[82,8],[17,1],[243,24],[116,12],[47,5],[11,-42],[92,-354],[9,-37],[6,-22],[61,-348],[18,-101],[5,-33],[5,-26],[4,-25],[12,-67],[7,-42],[1,-4],[3,-21],[0,-2],[3,-19],[3,-44],[1,-20],[3,-48],[1,-12],[1,-14],[3,-58],[0,-37],[0,-1],[0,-18],[0,-28],[0,0],[-1,-1],[0,-1],[-29,-5],[-13,-6],[-79,-64],[-85,-68],[-15,-13],[-64,-56],[-72,70],[-56,55],[-222,208],[-165,162],[-88,81],[-6,6],[0,0],[-12,12],[-23,22],[-54,53],[-34,34],[-15,-18],[-11,-13],[-7,-11],[-3,-19],[-19,-214],[-43,-473],[0,-1],[-52,31],[-51,28],[-34,19],[-48,-108],[-9,-13],[-34,18],[-111,66],[-107,62],[-16,-12],[-21,-41],[-30,-64],[-7,-17],[-17,-33],[-3,-18],[0,-2],[46,-26],[100,-56],[8,-5],[48,-27],[13,-9],[1,0],[-30,-92],[-40,-128],[-16,-49],[-6,-20],[-1,0],[-11,-32],[3,-9],[-11,-28],[-39,15],[-55,23],[-28,10],[-48,20],[-237,81],[-73,24],[-3,33],[-40,13],[-85,34],[-44,15],[-44,10],[-28,5],[-16,-3],[-49,-42],[-28,-35],[1,4],[-1,-2],[31,100],[6,19],[0,1],[11,35],[-10,17],[-22,40],[-51,79],[185,40],[105,20],[92,15],[36,8],[0,1],[-109,135],[50,56],[85,88],[18,24],[0,1],[25,183],[0,1],[6,13],[4,6],[72,77],[12,4],[11,-3],[6,-10],[2,-19],[0,-1],[-6,-26],[-5,-19],[3,-10],[52,-18],[0,0],[10,-3],[38,-27],[20,-14],[11,-3],[0,0],[0,0],[17,17],[14,82],[24,144],[18,25],[0,0],[1,1],[1,-1],[31,20],[16,11],[-1,1],[-1,4],[-6,10],[-5,13],[-1,8],[0,1],[1,8],[7,5],[18,-2],[-2,2],[2,-1],[13,14],[-30,37],[-19,2],[-16,25],[-43,-38],[-18,-20],[-14,-17],[-50,-12],[-44,-12],[-30,4],[-79,44],[-23,4],[54,142],[0,0],[0,1],[-17,6],[-118,40],[-134,45],[-79,26],[-6,-22],[1,0],[-27,-100],[-31,8],[0,1],[-28,6],[-21,5],[-10,-69],[-3,-22],[0,0],[0,-1],[36,-18],[1,0],[3,-1],[-26,-88],[-3,-13],[-4,-5],[-8,1],[-70,22],[-33,10],[-81,25],[-4,4],[-1,5],[33,85],[1,9],[-54,62],[-32,35],[-22,20],[-1,1],[-1,1],[-4,2],[0,1],[0,1],[0,0],[2,24],[-1,0],[-4,7],[-70,104],[-48,61],[-39,45],[-24,32],[-26,2],[-1,1],[0,0],[-10,13],[0,0],[-1,1],[-18,17],[-10,5],[-5,1],[-1,1],[0,0],[-14,28],[-18,-10],[-73,-43],[-1,-1],[-5,17],[-1,1],[-1,1],[-42,-24],[-2,-3],[-1,-1],[1,0],[2,-5],[-1,0],[6,-15],[3,-6],[0,-2],[0,0],[1,0],[9,-18],[6,-13],[1,-2],[0,-1],[1,-1],[-89,-54],[-1,-3],[0,-1],[1,-7],[3,-9],[-1,0],[28,-49],[0,1],[0,0],[0,-6],[-85,-52],[-24,-14],[-92,-60],[-80,-48],[-51,-38],[-75,-51],[-14,-11],[10,-15],[5,-14],[-102,-76],[-44,-36],[-30,-22],[-1,0],[52,-68],[47,-57],[0,0],[9,6],[15,8],[31,13],[47,14],[48,13],[46,16],[46,23],[63,39],[43,27],[27,-14],[86,-43],[17,-8],[0,1],[-17,8],[0,0],[18,-8],[-41,-69],[1,-4],[111,-68],[-4,-23],[-5,-32],[0,-2],[1,-36],[-30,2],[0,-2],[-45,2],[-91,6],[-1,1],[-89,8],[-55,6],[-22,0],[-55,2],[-66,-1],[-53,-4],[-47,-8],[-15,-6],[-14,-8],[-17,-13],[-15,-18],[-10,-17],[-13,-25],[-22,-75],[-6,-23],[-8,-33],[-57,-239],[-30,-123],[0,0],[0,-1],[159,9],[5,-145],[-123,-13],[-20,-1],[16,-21],[2,0],[55,-88],[54,-76],[21,-28],[28,-34],[9,-31],[8,-22],[0,0],[8,-26],[5,-35],[21,-89],[34,-151],[25,-108],[30,-134],[4,-20],[7,-1],[424,-57],[246,-33],[265,-38],[67,-9],[0,-5],[-3,-88],[0,-10],[1,-2],[-1,0],[0,-11],[8,-1],[-3,-40],[32,-3],[-1,-4],[-1,-16],[13,-1],[7,-1],[-2,-20],[17,-2],[9,-1],[0,-1],[0,0],[0,0],[162,-15],[48,-4],[21,-2],[-63,-247],[23,-8],[89,-28],[188,-64],[32,103],[6,21],[21,-5],[150,-47],[40,-12],[201,-59],[31,-9],[-1,9],[0,0],[47,6],[15,2],[9,-4],[0,0],[2,-4],[1,0],[1,-1],[0,0],[5,-8],[0,0],[4,-32],[6,-5],[186,-50],[0,-2],[26,-164],[68,-2],[10,-40],[14,-22],[2,-46],[4,-17],[8,-5],[25,0],[-83,-81],[51,-93],[6,-4],[21,-5],[13,-5],[9,-10],[7,-13],[12,-13],[10,-7],[13,-11],[21,-71],[8,-37],[0,-11],[0,-11],[-9,-22],[-21,-25],[22,-35],[13,-34],[6,-24],[3,-19],[5,-32],[4,-49],[93,28],[8,7],[-50,170],[113,80],[28,-18],[14,12],[41,22],[27,-65],[89,50],[-29,63],[5,5],[17,10],[-6,30],[-2,0],[-159,254],[26,19],[21,26],[19,40],[6,42],[-1,93],[5,-4],[31,-9],[124,-26],[-48,-211],[4,-6],[13,-3],[11,-4],[7,-4],[3,-9],[-1,-7],[-5,-8],[-10,-8],[-9,-12],[-1,-11],[11,-5],[32,0],[33,-1],[14,-4],[14,-8],[11,-13],[9,-15],[5,-21],[-1,-23],[99,42],[63,20],[36,3],[32,-2],[36,-14],[21,-18],[8,-17],[12,-31],[30,-116],[40,9],[186,14],[-4,87],[-9,169],[-49,11],[-5,79],[132,-31],[84,-20],[213,-44],[17,-3],[5,-1],[22,-5],[74,-15],[8,-1],[23,-202],[2,-23],[2,-12],[-2,-66],[0,0],[0,-1],[-240,-66],[-22,-6],[-14,-4],[-57,-14],[-171,-45],[0,-1],[56,-254],[5,-25],[0,-1],[-98,-26],[-67,-18],[-14,64],[-23,-5],[-171,-38],[-17,-4],[-119,-26],[1,-23],[0,0],[0,-1],[-198,-45],[-8,-2],[-1,0],[20,-148],[10,-74],[8,-32],[4,-17],[14,-96],[1,-25],[0,-2],[-10,-61],[-41,-149],[-23,-86],[-14,-58],[-37,-131],[-5,-17],[-8,-31],[-31,-117],[-9,-51],[-1,-1],[9,-12],[17,-22],[118,-154],[1,-1],[-15,-12],[-1,-1],[32,-17],[21,-10],[302,-155],[-64,-31],[-29,-16],[-10,-17],[-3,-30],[13,-83],[4,-22],[235,-147],[-85,-212],[-8,-18],[3,-10],[-1,-8],[-17,-23],[-5,-3],[9,-19],[35,-26],[14,-17],[8,-20],[7,-35],[4,-10],[62,-54],[30,-22],[41,48],[-29,-64],[0,-13],[8,-15],[46,-45],[34,-35],[178,-181],[96,-98],[27,-27],[26,-17],[30,-5],[6,77],[12,69],[90,145],[81,137],[22,34],[65,104],[11,19],[17,-14],[43,-30],[60,-49],[89,-78],[62,-57],[13,-14],[60,-59],[122,-119],[42,-30],[61,-37],[71,-35],[21,-4],[39,-20],[44,-21],[43,-26],[38,-25],[66,-67],[10,-15],[15,-20],[122,-140],[-23,-23],[-39,-34],[-198,-175],[-32,-28],[88,-56],[103,-66],[33,-21],[15,-16],[-16,-26],[-13,10],[-13,-21],[4,-3],[-18,-10],[-21,-24],[-11,-21],[-8,-32],[-9,-21],[-12,-17],[-13,-11],[-16,-11],[-21,-17],[-17,-22],[-11,-21],[0,-16],[1,-7],[3,-12],[12,-15],[15,-6],[23,-1],[20,12],[22,18],[13,13],[11,20],[14,43],[14,34],[35,54],[35,49],[14,21],[17,26],[19,18],[24,-48],[52,8],[19,7],[4,5],[-3,27],[-2,9],[29,3],[70,3],[44,8],[46,14],[8,12],[0,0],[0,0],[30,-21],[16,-71],[6,-17],[11,-34],[18,-31],[5,-8],[-21,5],[-14,2],[-19,-7],[-9,-7],[-12,-11],[-8,-10],[-10,-21],[20,-1],[45,2],[47,-69],[9,-13],[43,37],[13,-10],[112,-78],[23,-14],[17,-7],[23,0],[11,3],[2,0],[39,-58],[13,-20],[6,0],[8,-16],[22,-39],[26,-46],[20,-49],[4,-10],[-1,-9],[0,-1],[-2,-13],[-5,-8],[-3,-12],[-4,-29],[-186,-67],[-97,-35],[-36,-16],[-29,-24],[-14,-16],[-24,-53],[-5,-34],[-2,-49],[0,-1],[104,-380],[10,-53],[5,-43],[4,-40],[4,-31],[4,-44],[1,-74],[0,-1],[-10,-109],[-22,-179],[-65,-488],[-16,0],[-596,-3],[-231,0],[-17,0],[-120,0],[1,1],[3,19],[6,10],[14,16],[10,14],[4,69],[-13,1],[0,10],[-42,1],[-60,0],[-128,3],[-2,-63],[-122,-4],[0,-54],[-40,-1],[1,-88],[-4,-214],[-53,-20],[-31,-6],[-15,-14],[-8,-39],[-9,-17],[-17,-13],[-25,7],[-23,1],[-15,-6],[-5,-5],[-15,-12],[-5,-21],[2,-49],[5,-106],[12,-12],[35,-16],[13,-20],[6,-37],[10,-27],[16,-12],[19,-9],[23,-7],[26,3],[21,23],[16,28],[20,20],[8,-3],[2,-2],[17,-21],[4,-12],[0,-25],[6,0],[-1,-48],[-4,-119],[0,0],[-64,-51],[-21,-16],[-16,-12],[-187,-133],[-104,-74],[-22,-16],[-220,-159],[-109,-78],[-17,-12],[-61,-44],[-86,-60],[-117,-81],[0,0],[5,-22],[3,-7],[161,-128],[76,-61],[1249,-1003],[604,-484],[23,-19],[887,-720],[12,-10],[1,-1],[61,-55],[40,-38],[79,-71],[103,-94],[2,-2],[0,0],[1,0],[1,1],[34,-30],[-49,-70],[0,-1],[0,0],[-1,1],[-18,-25],[12,-10],[37,-31],[0,0],[1,-1],[0,0],[-398,-249],[-17,-11],[-354,-222],[-59,-37],[-5,-3],[-9,-8],[437,-381],[29,-24],[-29,-3],[2,-1],[-193,-15],[-5,0],[-8,-20],[-219,-361],[-105,40],[-13,-22],[-36,-51],[-247,-372],[-29,-45],[1,0],[-1,-1],[3,-2],[110,-77],[105,-74],[127,-102],[236,-206],[174,-140],[77,-68],[-12,-21],[-33,-50],[-88,-128],[-30,-34],[-32,-27],[-71,-44],[-41,-33],[-54,-43],[-53,-47],[-59,-58],[-67,-59],[-15,-23],[-83,-72],[-18,-10],[-35,-20],[-13,-8],[-233,-117],[-101,-53],[-67,-37],[-100,-49],[-307,422],[-44,59],[-13,18],[-27,-18],[-38,-24],[-196,-125],[-78,-49],[-501,644],[-180,-283],[9,-10],[-1,-1],[99,-114],[0,-1],[-102,-77],[-55,-45],[-39,-36],[-31,-28],[-11,-8],[-1,0],[164,-212],[6,-7],[0,-1],[-81,-82],[-1,-1],[81,-107],[5,-6],[8,6],[138,101],[1,-1],[12,-14],[64,-86],[85,-107],[229,74],[48,15],[34,-39],[13,-15],[80,-92],[1,-1],[-22,-20],[-1,0],[0,-1],[-77,-68],[-90,-67],[-105,-65],[-57,-28],[-88,-31],[-86,-22],[-95,-16],[-103,-5],[-1,0],[-28,-11],[-44,-23],[-72,-58],[0,0],[4,-11],[212,-234],[360,-401],[0,-1],[-199,-209],[-1,0],[19,-32],[119,-157],[122,-154],[-14,-11],[-6,-4],[-62,-11],[-22,-22],[1,-2],[-1,0],[-11,14],[-58,5],[-326,-318],[-3,-20],[34,-52],[0,-1],[0,0],[-13,-47],[-199,-188],[-128,-143],[-42,-45],[-219,-205],[-369,-350],[-241,-227],[-6,-6],[-7,-6],[-8,-8],[-10,-9],[-11,-1],[-72,89],[-36,45],[-171,-151],[-105,-95],[-185,-184],[-134,-154],[-62,-71],[-28,-32],[-31,-53],[-58,-83],[-31,-37],[-55,-64],[-26,-21],[-6,8],[-13,19],[-72,-52],[-2,-1],[-27,43],[-1,1],[-5,-5],[-8,-8],[-30,-30],[-215,324],[-208,-131],[-58,-40],[-233,-55],[-232,-192],[0,6],[-5,7],[6,7],[-56,133],[-6,13],[-29,-20],[-50,-37],[-34,-25],[-35,-25],[-254,-181],[-49,-32],[-1,2],[-14,6],[-10,3],[-10,3],[-3,-3],[-11,-13],[-3,-19],[7,-24],[4,-84],[129,-66],[-3,-24],[-32,-2],[-7,-11],[-1,-139],[7,-4],[7,-8],[5,-18],[70,1],[23,-4],[5,-8],[5,-53],[-162,-18],[-34,-1],[-6,8],[-26,-5],[1,-29],[-122,-9],[-41,49],[-67,76],[-56,57],[-44,41],[-87,70],[-116,-148],[0,0],[7,-12],[0,-1],[-15,-11],[0,0],[20,-35],[41,-54],[82,-80],[-20,-27],[-11,-15],[-36,-50],[24,-28],[9,-15],[5,-21],[2,-30],[-3,-23],[-3,-11],[16,-12],[19,23],[13,11],[11,7],[6,3],[7,0],[7,-3],[4,-9],[-1,-7],[-2,-4],[-35,-25],[-12,-17],[-7,-17],[-5,-21],[-3,-57],[2,-15],[3,-8],[22,-12],[34,-11],[18,-4],[41,2],[21,1],[18,-1],[9,-3],[2,-5],[1,-11],[-7,-19],[-25,0],[21,-30],[8,-15],[-44,6],[-49,-7],[-49,-18],[-54,-35],[-38,-33],[-28,-28],[18,-68],[1,0],[0,0],[57,-236],[17,-72],[6,-22],[20,-84],[-27,-17],[-3,3],[-1,0],[-273,280],[-30,31],[-21,-11],[0,0],[-1,1],[-10,41],[-12,36],[-9,57],[-7,8],[-11,19],[-19,19],[-20,13],[-6,4],[-25,5],[-21,-2],[-19,-8],[-19,-15],[-12,-16],[-4,-16],[-2,-24],[-1,-30],[1,-26],[-99,-64],[44,-28],[11,-10],[5,-12],[1,-1],[1,-9],[0,-15],[-4,-16],[-6,-13],[-11,-6],[-18,-7],[-31,-4],[-16,-5],[-16,-12],[-11,-16],[-4,-14],[-7,-47],[-32,-73],[-33,-42],[-33,-16],[-7,-3],[-43,-7],[-40,-1],[-27,-12],[-16,-52],[-24,-12],[-24,4],[-15,14],[-13,35],[-1,3],[-20,17],[-27,4],[-27,-5],[-21,-11],[-15,-7],[-13,-3],[-11,-1],[-16,2],[-22,10],[-41,25],[-22,17],[-14,16],[-7,9],[-71,-30],[-61,-44],[-32,-32],[-1,-1],[9,-7],[7,-3],[7,1],[21,13],[15,2],[23,0],[15,-2],[17,-7],[10,-15],[7,-26],[0,0],[-1,-24],[-6,-20],[-7,-14],[-2,-12],[0,-1],[4,-19],[16,-32],[38,-74],[19,-42],[39,-99],[31,-94],[8,-23],[86,2],[68,11],[52,16],[51,32],[58,49],[69,74],[73,102],[84,126],[14,12],[18,13],[22,-2],[7,-15],[27,-25],[9,0],[14,0],[54,34],[35,-6],[13,-26],[-9,-34],[-28,-46],[-22,-52],[0,-1],[0,0],[11,-82],[0,-1],[-8,-44],[-23,-57],[-2,-67],[0,-1],[13,-27],[24,-9],[15,-6],[1,0],[0,0],[-11,-9],[-8,-5],[-4,0],[-7,0],[-9,-1],[-106,-1],[-68,-1],[-14,-3],[-8,-6],[-8,-7],[-9,-19],[-1,0],[1,-2],[-108,-34],[-144,-58],[-41,-20],[-121,-61],[-7,-4],[-8,-4],[-24,-12],[-136,-89],[-46,-34],[-82,-65],[-131,-116],[-26,-31],[-2,-1],[-8,-11],[-7,-9],[-3,-5],[-1,1],[-3,-5],[-1,1],[1,-2],[-12,-15],[-56,-50],[-47,62],[-59,89],[-70,123],[-79,174],[11,6],[-9,22],[12,7],[-6,16],[-43,133],[-52,140],[-22,61],[-46,141],[-1,4],[-21,64],[-37,-21],[-7,-20],[-9,-10],[-62,-28],[-9,-4],[-22,-15],[-1,1],[-13,44],[-12,71],[-22,-3],[-27,21],[-9,31],[-2,5],[-16,-15],[-37,-4],[-31,-8],[-9,-10],[-3,-13],[4,-15],[13,-30],[57,-41],[77,-33],[2,-13],[0,0],[0,-1],[-5,-9],[0,0],[-11,-19],[-21,-42],[-21,-65],[-2,-45],[0,-1],[103,-425],[0,0],[-1,-39],[-4,-41],[-42,-156],[-55,-177],[-3,-18],[0,-1],[1,-20],[10,-41],[0,-1],[-14,-19],[-1,-1],[32,-82],[15,-38],[0,-10],[0,-2],[-15,-3],[-33,-7],[-47,-7],[-43,-7],[-27,-6],[-16,-6],[-17,-7],[-32,51],[-29,56],[-18,50],[-5,38],[-25,60],[-2,7],[-12,54],[-6,41],[-3,35],[0,1],[0,29],[3,28],[1,7],[9,33],[5,15],[1,11],[0,0],[-25,0],[-15,-5],[-3,-2],[-8,-10],[-7,-13],[-15,1],[-54,11],[-24,5],[-1,0],[-181,-40],[-7,-23],[-7,-13],[-18,-25],[-45,-43],[-99,-89],[0,-1],[0,0],[-17,-14],[1,-49],[1,-46],[0,-20],[-70,-30],[-34,92],[-155,-65],[-1,-12],[26,-76],[-57,4],[-41,1],[-21,0],[-40,0],[-36,-1],[-42,-8],[-1,0],[-20,8],[-6,24],[0,18],[0,1],[0,19],[10,38],[15,40],[16,26],[25,28],[31,25],[17,10],[15,9],[19,10],[0,1],[-45,142],[-13,41],[-58,178],[-12,37],[-11,32],[-72,-29],[-62,160],[-121,-98],[-89,-41],[-50,-26],[-58,-30],[-7,33],[-20,96],[-18,-6],[-28,-14],[-61,-35],[-60,-33],[-58,-33],[-40,-21],[-29,-16],[-71,-39],[-32,-15],[-43,-23],[-25,-13],[-61,-35],[-18,-10],[-57,-24],[-23,-8],[-69,-24],[-27,-14],[-3,-1],[-29,-24],[-20,-20],[-1,-1],[-90,-46],[-80,31],[-5,6],[-3,43],[-3,33],[-1,14],[-2,19],[-3,39],[-15,0],[0,-36],[0,-1],[-9,-15],[-6,-4],[-124,-12],[0,1],[-81,-7],[-2,-2],[-27,-7],[5,-23],[4,-63],[4,-60],[7,-109],[3,-39],[-29,1],[-394,-73],[-15,33],[-50,106],[-19,35],[-9,15],[-11,12],[-21,48],[-10,17],[-20,26],[-14,12],[-23,13],[-22,10],[-18,0],[-16,-9],[10,-41],[14,-56],[-62,1],[-36,5],[-29,8],[-71,34],[-11,5],[-75,28],[-22,6],[2,-17],[0,-143],[-247,30],[-38,6],[-37,0],[-23,-4],[-41,-5],[-40,-10],[-1,-2],[-13,-1],[-43,-10],[-63,-15],[-19,-5],[-72,-18],[1,1],[49,87],[5,16],[-16,7],[-28,23],[-21,19],[-28,26],[-35,30],[-44,42],[-21,27],[-16,31],[-16,-4],[-32,-11],[-16,-16],[-14,-6],[-10,-9],[0,-5],[7,-19],[-33,-11],[2,-24],[0,-15],[3,-10],[0,-17],[-6,-4],[-13,-6],[-12,-40],[-9,-62],[-8,-83],[-1,0],[0,-1],[0,0],[0,0],[0,-140],[0,-1],[0,-31],[0,-1],[-64,-45],[-48,-13],[-139,-39],[-1,0],[9,-66],[26,-191],[4,-35],[6,-47],[8,-51],[2,-10],[1,-7],[9,-61],[10,-77],[14,-108],[5,-42],[8,-63],[41,-187],[5,-18],[0,-1],[11,-31],[4,0],[13,4],[29,6],[39,12],[32,9],[22,11],[21,13],[41,28],[13,8],[29,16],[13,7],[21,5],[40,6],[100,9],[66,3],[59,1],[35,-2],[34,-4],[35,-6],[33,-11],[27,-13],[1,-14],[9,-23],[2,-21],[0,0],[0,-24],[-1,-7],[-1,-13],[-4,-27],[-13,-57],[-16,-80],[-8,-43],[-3,-20],[-1,-10],[-4,-28],[-3,-29],[-1,-14],[-1,-33],[-1,-47],[0,-14],[0,-2],[-2,6],[0,2],[-6,61],[-14,84],[-2,10],[-9,48],[-10,31],[-199,-95],[-266,-126],[0,-1],[0,0],[0,2],[-36,-18],[-9,-1],[0,-1],[-13,-59],[-3,-14],[0,0],[0,0],[-48,1],[-102,1],[-72,-4],[-23,-7],[-19,-9],[-20,-11],[-15,-11],[-18,-17],[-15,-22],[-9,-15],[-2,-14],[2,-15],[0,0],[0,-1],[-16,11],[-2,1],[-3,2],[-10,5],[-22,5],[0,2],[-19,1],[-20,2],[-56,9],[-94,3],[-23,-1],[-52,3],[-21,0],[-35,-6],[-12,-3],[-20,0],[-6,3],[-7,5],[-3,4],[0,1],[-1,0],[-14,-3],[-1,0],[2,-5],[7,-9],[10,-7],[11,-5],[25,0],[13,3],[33,5],[20,1],[52,-4],[7,1],[0,-5],[-53,-13],[-233,-55],[6,-33],[0,-1],[0,-8],[-17,-12],[-35,-15],[-59,-25],[12,-13],[41,-54],[29,-41],[-1,0],[1,-1],[-6,-1],[-298,5],[-212,2],[-5,0],[-31,1],[-6,-16],[-36,-99],[-12,-6],[-115,-42],[-177,-69],[-13,-7],[0,0],[-87,-47],[-38,-14],[-168,-67],[-194,-75],[-220,-85],[-73,-29],[-39,-16],[-67,-27],[-16,-12],[-6,-15],[-2,-20],[0,-1],[-21,-8],[-146,-62],[-29,-15],[-10,-9],[9,-16],[11,-23],[5,-14],[-236,-104],[-14,-6],[-88,-39],[-311,-139],[-212,-95],[-228,-101],[-18,-20],[-421,-175],[-36,-11],[-19,-5],[-169,-72],[-108,-44],[-105,-55],[-61,-37],[-597,-350],[-43,-30],[-65,-40],[-304,-192],[-39,-26],[-24,-15],[-219,-134],[-129,-79],[-196,-119],[-14,-8],[-35,-22],[-114,-71],[-101,-63],[-44,-27],[-6,-5],[-15,15],[-26,11],[-48,37],[-146,106],[-79,51],[-111,70],[-18,11],[-89,50],[-16,8],[-20,11],[0,1],[5,36],[5,30],[30,156],[3,18],[49,290],[12,66],[6,25],[18,58],[20,54],[19,43],[18,34],[20,31],[43,52],[58,75],[73,100],[31,50],[31,55],[23,46],[32,67],[12,35],[11,43],[10,42],[6,45],[6,59],[2,41],[25,-4],[3,4],[13,-7],[-4,-37],[0,-126],[38,18],[19,19],[42,54],[15,16],[23,23],[41,70],[43,76],[1,12],[19,13],[14,10],[-6,17],[-26,17],[-8,6],[-24,18],[4,24],[-76,49],[13,21],[16,38],[23,43],[44,81],[45,75],[27,43],[7,12],[0,1],[-5,10],[-29,38],[-52,72],[-25,23],[-27,21],[-34,20],[-30,9],[-6,7],[-35,83],[0,1],[0,1],[5,69],[-1,11],[-6,14],[-15,24],[-18,25],[-22,23],[-15,-5],[-34,-14],[-38,-15],[-55,-21],[-9,29],[-10,40],[-4,28],[-3,30],[0,1],[1,31],[7,27],[22,46],[2,4],[18,43],[20,40],[27,41],[17,20],[6,9],[6,8],[30,38],[26,39],[4,7],[29,52],[32,58],[45,94],[84,154],[35,73],[29,68],[10,30],[12,47],[7,42],[5,35],[0,46],[1,157],[2,90],[1,100],[5,108],[3,32],[2,23],[4,46],[3,16],[5,23],[8,32],[6,19],[6,19],[0,1],[-55,46],[0,0],[-5,1],[-62,-10],[-75,-14],[-38,-6],[-89,1],[-39,3],[-39,-15],[-56,-26],[-1,-1],[4,-8],[1,-1],[-27,-17],[-23,-20],[-27,-29],[-14,-17],[-8,-21],[-6,-28],[-13,-72],[-16,-80],[-18,-70],[-5,-14],[-10,-28],[-26,-57],[-17,-35],[-28,-46],[-38,-61],[-29,-42],[-11,-13],[-90,-75],[-73,-62],[-8,-4],[-42,-14],[-1,-10],[-14,-103],[-8,-18],[-1,-1],[0,-1],[10,-9],[56,-55],[74,-68],[71,-68],[-51,-69],[-34,-39],[-1,-2],[-41,62],[-2,3],[-7,4],[-139,-117],[86,-133],[28,-43],[14,-23],[0,0],[31,-45],[0,0],[1,-1],[-30,-20],[-109,-89],[-32,-30],[-44,-40],[-18,-20],[-10,4],[-16,0],[-23,0],[-32,12],[-20,3],[2,-89],[0,-2],[-1,1],[-18,-2],[-3,-2],[-1,-1],[-5,-15],[0,-2],[-1,-1],[0,-5],[3,-13],[0,-1],[3,-3],[-25,-31],[-9,-7],[-13,2],[-2,-2],[-8,-17],[-1,-2],[6,-19],[-1,0],[1,-1],[-20,-19],[-32,-37],[-9,-25],[-8,4],[-3,1],[-37,7],[-12,0],[-6,-76],[-209,-258],[-32,-102],[-42,-124],[-16,-42],[-16,-37],[-27,-54],[-21,-29],[-10,16],[-10,13],[-12,16],[-13,17],[-24,35],[-27,38],[-4,5],[-18,20],[-55,50],[-30,24],[-25,21],[-36,28],[-44,31],[-9,109],[0,1],[0,52],[4,33],[42,137],[39,113],[59,159],[37,96],[10,25],[7,28],[23,57],[13,32],[23,61],[25,62],[-1,1],[-16,20],[-25,22],[-3,-9],[-13,1],[-37,22],[-4,3],[-27,8],[-18,4],[-85,0],[-15,2],[-52,4],[-84,6],[-10,-185],[-1,-40],[0,-2],[0,-8],[0,-1],[-17,-91],[-84,43],[7,22],[0,0],[-3,0],[-4,0],[-4,0],[-6,-1],[-6,0],[-4,0],[-19,-1],[-26,-2],[-34,-4],[-31,-5],[-399,-138],[-52,-16],[-18,2],[8,-42],[-3,-156],[-7,-39],[-6,-33],[-7,-138],[-9,-171],[-10,-213],[-7,-195],[-4,-59],[-8,-124],[4,-21],[0,-12],[-10,-108],[-6,-80],[-15,-194],[-4,-44],[-11,-78],[-11,-109],[46,-125],[77,-222],[29,-78],[-1,-1],[-35,-14],[-65,-24],[-39,-17],[-14,3],[-16,9],[-10,14],[-23,21],[-36,35],[-16,17],[-33,-12],[-23,67],[-115,312],[-48,131],[-49,138],[-17,43],[-15,42],[-3,9],[-50,65],[-50,62],[-67,86],[-13,5],[-24,3],[-12,-3],[-14,-9],[7,47],[25,17],[9,9],[0,0],[-6,23],[-7,54],[-25,34],[-83,93],[-66,87],[-41,60],[-28,48],[-13,39],[-14,55],[-12,78],[-16,52],[-34,74],[-43,95],[-17,1],[-36,0],[-52,45],[-5,-9],[-38,-36],[-42,-24],[-25,-12],[-17,-8],[-132,-64],[-36,-16],[-173,-77],[-17,-9],[-6,-3],[-552,-239],[-15,-6],[-1,0],[-88,-34],[-26,-2],[-34,27],[-13,5],[-48,6],[-42,-62],[1,-5],[-3,-47],[-492,-202],[-13,13],[-19,14],[-23,10],[-24,1],[-25,-3],[-44,-21],[-12,-18],[-9,-16],[-4,-23],[-1,-27],[9,-27],[17,-33],[37,-58],[-1,-1],[2,0],[17,-27],[-42,-4],[-2,0],[-23,-3],[-37,-10],[-23,-11],[-26,-18],[-46,-40],[-53,-56],[-38,-46],[-37,-52],[-68,-111],[-1,-4],[-7,-8],[-22,-24],[-6,-12],[-10,-14],[-41,-67],[0,0],[-47,-64],[-1,-3],[-31,-57],[-36,-74],[-13,-34],[-16,-34],[-17,-38],[-60,-147],[-75,-178],[-5,-15],[-7,-17],[-32,-88],[-12,-38],[-21,-69],[-27,-96],[-30,-106],[-11,-44],[-32,-126],[2,-1],[-28,-123],[-19,-87],[-19,71],[-61,220],[-50,188],[-72,269],[-4,15],[-21,79],[-33,122],[-41,124],[-40,123],[-5,16],[-10,29],[-9,25],[-6,18],[-10,30],[-35,103],[-51,151],[-38,105],[-69,163],[-67,150],[-28,61],[-25,54],[-32,63],[-7,12],[-51,93],[-122,218],[-61,100],[-44,72],[-51,82],[-53,83],[-128,186],[-72,102],[-112,148],[-61,73],[-64,79],[-122,140],[-8,9],[-1,1],[-38,40],[-42,-11],[-26,-6],[-17,-4],[-44,-10],[-45,-9],[-35,-4],[-104,-19],[-91,-14],[-93,-14],[-56,-9],[-96,-13],[-97,-7],[-121,-4],[-59,-1],[-126,1],[-144,2],[-156,2],[-16,1],[-6,0],[-90,-4],[-102,-8],[-94,-9],[-83,-13],[-63,-10],[-64,-13],[-57,-13],[-91,-25],[-80,-23],[-224,-68],[-74,-25],[-73,-22],[-64,-13],[-56,-10],[-66,-9],[-35,-2],[-38,-3],[-103,-4],[-91,-4],[-101,-4],[-33,1],[-17,16],[-16,-1],[-25,-1],[-22,-1],[-36,1],[-23,4],[-62,-2],[-15,0],[-23,0],[-13,0],[-23,0],[-8,0],[-75,0],[-28,-4],[-44,0],[-19,-3],[-54,-8],[-59,-10],[-86,-16],[-80,-20],[-67,-23],[-65,-20],[-48,-22],[-97,-40],[-84,-36],[-75,-35],[-67,-30],[-83,-33],[-79,-30],[-69,-28],[-9,-2],[-35,-7],[-4,4],[-10,9],[0,1],[7,83],[50,456],[0,0],[-18,-2],[-98,-7],[-265,-20],[-6,-1],[-17,-3],[-18,-3],[-114,-7],[-108,-3],[-40,-10],[-45,-16],[-42,-23],[-28,-18],[-10,-27],[-17,5],[0,1],[30,92],[71,215],[1,5],[2,11],[27,85],[12,41],[100,307],[2,9],[1,5],[31,96],[53,165],[39,120],[-1,0],[-21,5],[0,1],[-401,104],[-399,105],[-118,31],[-26,5],[-41,9],[-60,-7],[-322,-42],[-69,-9],[-21,-2],[-3,-1],[-17,-2],[-3,31],[-10,80],[-2,23],[-209,-23],[-39,1],[-64,33],[-41,17],[-5,2],[-11,-4],[-17,-6],[-27,-30],[-16,-26],[-21,-9],[-27,-2],[-14,-4],[-313,-26],[-16,-2],[-269,-23],[-1,0],[4,-19],[79,-377],[0,-1],[-22,-4],[-49,-8],[-42,-11],[-11,-3],[-70,-26],[-23,-8],[-43,103],[-26,52],[-25,38],[-31,42],[-75,87],[-39,41],[-39,30],[-46,32],[-41,23],[-46,27],[-32,12],[-30,9],[-39,14],[-28,5],[-9,1],[-9,1],[-20,2],[-43,4],[-71,-1],[-70,-6],[-92,-5],[-74,-5],[-67,1],[-65,0],[-69,3],[-84,6],[-22,2],[-38,3],[-10,3],[-23,5],[-42,13],[-38,13],[-55,24],[-25,10],[-21,13],[-25,15],[-35,26],[-19,16],[-18,12],[-52,50],[-6,8],[-36,43],[-30,42],[-26,48],[-29,62],[-70,176],[-29,-7],[0,0],[40,-217],[4,-25],[137,-743],[35,-188],[29,-161],[7,-34],[38,-212],[1,0],[-101,-483],[-4,-21],[-50,-240],[-4,-19],[-31,-143],[-63,-298],[-60,-296],[-33,-160],[-4,-20],[-22,-109],[5,-25],[0,-1],[0,0],[-4,-41],[-1,-7],[-13,-8],[-10,-5],[-23,-13],[-10,-5],[-53,-28],[-5,-4],[-15,-11],[-28,-21],[-32,-26],[-107,-86],[-288,-180],[0,33],[1,10],[2,12],[9,13],[124,80],[-2,10],[-4,20],[-5,12],[-34,75],[-33,66],[-75,149],[-177,-137],[-13,-9],[12,-21],[40,-71],[55,-95],[19,-31],[8,-14],[8,-22],[4,-21],[2,-24],[-1,-28],[-2,-18],[-1,-11],[-7,-22],[-45,-28],[-306,-199],[-39,-28],[-67,-48],[-79,-52],[-94,-61],[-1,-1],[-8,-2],[-11,7],[-19,21],[-25,19],[-5,4],[-28,27],[-5,7],[-10,16],[-165,245],[-91,137],[-10,16],[-198,293],[-220,324],[-119,177],[-103,155],[-75,115],[-27,51],[-36,83],[-116,272],[-85,192],[-49,108],[-11,20],[-24,44],[-34,57],[-88,143],[-209,325],[-23,42],[-25,56],[-26,64],[-45,152],[-36,120],[-6,24],[-52,190],[-49,186],[-77,301],[-11,42],[-5,19],[-184,712],[-48,184],[-101,-44],[0,0],[-6,-7],[-6,-3],[-61,-5],[-13,-4],[-23,-16],[-8,-3],[-10,0],[-10,1],[-17,3],[-8,0],[-51,-12],[-93,-23],[-3,-6],[-158,-27],[-171,-31],[-8,-2],[-9,-2],[-13,10],[3,-15],[4,-16],[61,-297],[2,-10],[7,-18],[14,7],[63,-314],[1,0],[7,-47],[-1,0],[1,-1],[-8,-3],[109,-586],[9,-29],[0,-1],[-33,-18],[-2,-2],[-23,-17],[-12,-10],[-25,-20],[-17,-13],[0,-24],[0,-44],[0,0],[0,-2],[-3,-56],[0,-27],[4,-11],[0,-1],[0,0],[-14,-586],[-1,-21],[-9,-373],[-9,-209],[-34,-569],[0,-2],[-6,-2],[-4,-2],[0,0],[-1,0],[-39,50],[-45,63],[-32,45],[-8,11],[-7,9],[-18,24],[-25,33],[-9,12],[-5,6],[-46,-25],[-110,-47],[10,-33],[-129,-54],[-19,-12],[-83,-33],[29,-94],[44,-150],[29,-96],[10,-30],[29,-104],[5,-24],[1,0],[27,-6],[206,-44],[15,-3],[16,0],[10,3],[8,3],[14,3],[12,27],[27,1],[-1,6],[3,8],[9,8],[11,5],[11,2],[39,4],[21,2],[32,4],[11,1],[44,9],[19,4],[18,7],[18,6],[30,13],[8,2],[6,2],[10,0],[12,-2],[27,-40],[80,-117],[17,-25],[368,-541],[198,-292],[25,-57],[33,-56],[36,-50],[61,-65],[14,-20],[10,-15],[472,-691],[16,-23],[85,-125],[24,-90],[6,-24],[1,-6],[0,-1],[-36,-32],[-1,1],[-18,13],[-5,-2],[-9,2],[-13,10],[-10,4],[-9,-5],[-12,-8],[-6,7],[-19,30],[-4,9],[-3,13],[-1,17],[-21,-1],[-16,-18],[-11,-7],[-13,0],[-15,7],[-11,9],[-8,15],[-16,16],[-16,13],[-13,4],[-16,6],[-37,-28],[-30,15],[-23,22],[-13,7],[-15,5],[150,-210],[-10,-17],[-15,-22],[-3,-25],[-6,-19],[26,-4],[62,-11],[3,-4],[1,-1],[-67,-58],[-22,-17],[-157,-142],[-484,-429],[-230,-201],[-140,-124],[-16,-13],[-34,-29],[-26,-14],[-32,-8],[-31,-5],[-53,8],[-20,3],[-113,9],[-26,3],[-11,0],[-13,0],[-29,-9],[-32,-16],[-25,-9],[-1,-1],[-3,0],[-46,-113],[-8,-20],[-1,-1],[168,-129],[34,-27],[63,-50],[24,-20],[15,-166],[38,-394],[58,-552],[34,-333],[28,-261],[36,-314],[29,-246],[59,-452],[-5,-74],[-25,-20],[0,-1],[3,-20],[0,0],[0,-1],[-24,-19],[-18,-13],[-33,-18],[-80,-43],[-21,1],[-189,11],[-298,17],[-281,20],[-31,2],[-19,2],[-18,1],[-349,26],[-143,13],[-150,11],[-60,9],[-33,5],[-12,2],[-73,11],[-17,3],[-38,5],[-48,8],[-21,9],[-79,91],[-132,172],[1,1],[0,0],[-10,14],[14,94],[14,28],[-23,20],[-4,-4],[-16,-8],[-42,9],[-12,7],[-8,9],[-2,16],[3,18],[13,24],[8,19],[13,36],[3,36],[-1,59],[9,9],[54,7],[9,9],[8,9],[14,4],[36,-7],[13,3],[9,11],[5,18],[-3,12],[-380,107],[-49,-84],[43,-16],[-22,-75],[-7,-25],[-14,-15],[-29,-54],[-62,-211],[3,-20],[12,-32],[1,-34],[-7,-36],[0,0],[0,-1],[-43,30],[-20,13],[-44,17],[-18,-45],[-1,-3],[-10,-37],[-29,14],[-74,38],[-36,17],[-29,13],[-348,173],[-16,8],[-72,36],[-153,78],[-74,40],[-166,91],[-10,5],[-318,174],[-64,39],[-48,30],[-308,191],[-149,99],[-48,37],[-12,16],[-10,16],[-34,6],[-23,15],[-4,2],[11,22],[1,2],[6,11],[191,390],[88,176],[61,120],[54,111],[17,-9],[45,-25],[11,-7],[1,1],[2,4],[5,6],[-40,190],[3,23],[-14,8],[-23,18],[-58,45],[-1,1],[-20,21],[-10,13],[-15,-9],[-27,41],[-2,32],[4,25],[19,29],[11,12],[35,42],[21,25],[19,22],[13,25],[14,28],[52,99],[27,53],[-17,-1],[-80,20],[-43,14],[-54,23],[-55,31],[-59,39],[-59,42],[-47,35],[11,102],[-18,0],[-241,23],[-193,19],[-116,11],[-70,5],[-13,1],[-101,30],[-53,38],[-21,16],[-22,13],[-29,18],[-7,50],[7,7],[-4,25],[-13,15],[-71,91],[-10,13],[0,1],[-14,18],[-35,45],[18,12],[5,8],[-80,157],[-7,13],[-6,9],[-10,2],[-7,-7],[-8,-13],[-13,-23],[-33,-6],[-48,-3],[1,9],[0,22],[-1,34],[-23,11],[-15,10],[-11,14],[-9,11],[-24,24],[-38,39],[-21,22],[-57,62],[-11,15],[-3,11],[-5,16],[-4,13],[-14,31],[-1,2],[-10,-1],[-22,-1],[-8,-1],[-39,-10],[-161,-38],[-5,-2],[-8,-6],[0,0],[-15,-13],[-8,-7],[-67,-47],[-7,-3],[-57,-34],[-87,-61],[-42,-33],[-27,-17],[-19,1],[-189,-10],[-111,-6],[-11,-1],[-17,-3],[-14,-2],[-288,-21],[0,0],[4,-24],[19,-71],[10,-35],[1,0],[0,-18],[-7,-12],[-9,-19],[-13,-46],[-47,2],[-126,3],[-42,-11],[-39,-14],[-16,-6],[-43,-14],[-24,-6],[-21,-2],[-7,0],[-23,0],[-1,0],[-37,-24],[-45,-188],[-16,9],[-30,17],[-29,15],[-73,42],[-160,86],[-31,16],[-80,43],[-51,26],[0,0],[-38,-239],[-3,-22],[-1,-1],[-1,-21],[-1,-13],[0,0],[0,0],[-17,2],[-21,-158],[-58,9],[-86,13],[-3,-28],[-6,-45],[-31,-262],[31,-24],[10,10],[23,-20],[30,-31],[9,-20],[0,-23],[-3,-16],[-1,-7],[-6,-9],[-1,-2],[-66,19],[-104,34],[-101,32],[-17,5],[-106,34],[-216,63],[-34,5],[-41,13],[-11,3],[-24,8],[-18,10],[-32,20],[-50,38],[-75,61],[-113,91],[-28,21],[-15,14],[-18,16],[-51,41],[-56,40],[-9,5],[-17,8],[-64,33],[-55,23],[-42,14],[-4,1],[-17,5],[-26,4],[-21,1],[-16,1],[-39,-4],[-29,-6],[-16,-3],[-7,-2],[-62,-17],[-65,-19],[-40,-15],[-23,-9],[-31,-13],[-7,-3],[-53,-21],[-14,-8],[-20,-11],[-10,-6],[-66,-30],[-130,-60],[-45,-22],[-16,-7],[-20,-10],[-15,-8],[-40,-14],[-23,-6],[-12,-3],[-36,-11],[-4,-2],[-17,-9],[-24,-26],[-67,-9],[-64,-11],[-47,-7],[-182,-32],[-7,-27],[0,0],[8,-150],[0,-1],[-106,-12],[0,0],[2,-20],[106,11],[9,-153],[2,-27],[22,-362],[12,-198],[1,-22],[4,-3],[14,-9],[30,-17],[130,-72],[15,-9],[102,-57],[140,-79],[32,-16],[3,1],[15,7],[16,5],[42,7],[14,1],[17,14],[60,3],[83,-7],[26,-6],[24,-12],[22,-11],[28,-20],[0,0],[5,-188],[1,-10],[-10,-33],[15,-23],[15,-8],[9,5],[7,2],[24,2],[29,4],[143,31],[-45,-131],[-22,-68],[-92,-274],[-8,-29],[-5,-20],[-45,-138],[-5,-19],[-11,-41],[-18,-65],[-11,-46],[-2,-8],[-5,-23],[-1,-10],[-9,-95],[-2,-37],[-3,-66],[1,-50],[0,-5],[-9,1],[-15,-16],[-10,-15],[-7,-21],[-7,-23],[-22,-71],[-22,-62],[-19,-49],[-8,-16],[-15,-30],[-30,-39],[-14,-11],[-16,-14],[-19,-14],[-37,-19],[-12,-4],[-9,-3],[-16,-5],[7,-17],[14,-19],[14,0],[19,5],[23,10],[27,14],[20,7],[8,-3],[7,-6],[6,-9],[5,-13],[1,-16],[0,-12],[-8,-16],[-12,-14],[-12,-14],[-4,-9],[-1,-6],[-2,-13],[-3,-11],[-5,-17],[-3,-7],[-5,-10],[-9,0],[-13,6],[-8,-7],[-11,-15],[-9,-11],[-4,-9],[-6,-12],[-18,9],[-17,10],[-130,77],[-75,44],[-224,124],[-80,47],[0,-20],[1,-58],[13,-239],[3,-62],[2,-22],[1,-23],[15,-278],[3,-61],[6,-107],[3,-50],[8,-153],[9,-141],[4,-99],[1,-22],[9,-144],[3,-66],[3,-71],[10,-143],[24,2],[35,4],[277,33],[147,5],[63,2],[20,-67],[56,26],[72,35],[117,56],[38,19],[151,72],[19,16],[-7,53],[-7,24],[-18,38],[-45,82],[-31,50],[-20,41],[-26,70],[-21,67],[-13,38],[-4,16],[7,7],[23,6],[6,-7],[24,-10],[26,-7],[32,-7],[36,-10],[64,79],[1,-3],[8,11],[15,9],[16,5],[6,4],[19,25],[10,9],[13,2],[19,-1],[8,3],[161,174],[18,-5],[6,-1],[22,0],[38,-14],[19,13],[28,24],[24,16],[30,17],[30,20],[34,24],[29,18],[18,13],[23,10],[15,3],[13,5],[42,10],[124,29],[104,24],[77,17],[36,11],[145,54],[10,-2],[3,0],[18,-1],[8,-1],[172,-137],[86,-69],[15,-12],[30,-24],[14,-12],[21,-17],[37,-33],[42,-49],[54,-65],[72,-95],[14,-18],[12,-15],[74,-93],[27,-34],[4,-4],[12,-19],[3,-4],[3,-3],[15,-13],[15,-7],[4,-2],[25,-14],[22,-8],[14,-3],[58,-1],[23,-1],[31,-1],[148,5],[95,4],[21,1],[9,0],[1,0],[4,0],[95,4],[14,0],[12,-8],[11,-8],[10,-9],[8,-11],[11,-20],[36,-43],[0,0],[-1,-4],[0,-1],[10,-21],[4,-91],[0,0],[-1,-88],[-2,-6],[-1,-8],[0,-26],[-1,-53],[0,-5],[0,-1],[10,-46],[2,-3],[14,-23],[1,-3],[4,-18],[0,-1],[-3,-20],[-9,-30],[-1,-5],[-13,-31],[-19,-35],[-2,-5],[-17,-29],[-1,-2],[-35,-37],[-30,-21],[-40,-25],[-105,-55],[-41,-18],[-72,-25],[-32,-6],[-93,-17],[-113,-19],[-9,-1],[-56,-7],[-17,1],[0,0],[17,-34],[3,-8],[17,-23],[19,-24],[34,-61],[22,-47],[12,-42],[4,-23],[1,-3],[0,-13],[0,-2],[2,-48],[0,0],[0,-1],[-2,-43],[-2,-6],[-5,-15],[-8,-27],[-11,-33],[-5,-17],[-16,-41],[-15,-40],[-6,-16],[-12,-30],[-15,-46],[-3,-4],[-7,-14],[-3,-5],[-8,-27],[-7,-36],[-6,-46],[0,0],[2,-32],[1,-9],[6,-42],[12,-64],[1,-4],[7,-30],[5,-21],[3,-12],[21,-74],[7,-18],[0,-1],[-17,-2],[-11,-1],[-13,-11],[-32,-14],[-41,-19],[-22,-7],[-22,-8],[-77,-21],[-66,-20],[-24,-7],[-17,-6],[-76,-21],[-33,-7],[-38,-11],[-68,-17],[-82,-21],[-119,-30],[-74,-18],[-33,-11],[-21,-10],[-19,-9],[-212,-122],[-12,-7],[-113,-65],[-67,-40],[-10,-4],[-38,-15],[-72,-42],[-43,-24],[-196,-116],[23,-32],[4,-15],[-29,-12],[-32,-11],[-31,-6],[-101,-13],[-51,-7],[-72,-12],[-37,-6],[-44,-5],[8,-36],[56,-187],[30,-114],[3,-21],[5,-26],[30,-110],[21,-99],[-1,0],[1,-1],[-8,-5],[-179,-105],[-212,-145],[-46,-29],[-30,-14],[-40,-16],[-100,-34],[-46,-17],[-37,-15],[-89,-47],[-178,-92],[-58,-27],[-122,-46],[-1,1],[-5,2],[-77,42],[-11,6],[-20,-7],[-14,4],[-12,16],[-75,95],[-34,46],[-31,29],[-49,32],[-16,15],[-15,16],[-38,28],[-18,11],[-46,5],[-31,12],[-22,13],[-12,19],[-8,16],[2,24],[10,37],[-6,4],[-14,7],[-18,-39],[-22,-17],[-47,-24],[-40,-5],[-19,8],[-9,18],[-17,22],[-23,22],[-46,29],[-35,12],[-61,15],[-78,14],[-63,9],[-50,13],[-297,114],[-30,31],[-3,3],[-26,17],[-8,4],[6,29],[6,31],[-22,19],[1,48],[-33,11],[-13,8],[-1,9],[-4,40],[-199,79],[-12,5],[-27,0],[-8,-6],[-18,16],[0,12],[6,58],[1,12],[32,1],[9,0],[23,-3],[29,-10],[22,-8],[25,-12],[62,-36],[130,-73],[69,-37],[12,-5],[9,3],[19,53],[73,207],[17,37],[16,27],[-61,-18],[-234,-25],[-121,-9],[-45,-1],[-28,0],[-54,-3],[-129,-7],[-59,-35],[-43,-25],[-30,-18],[-21,-14],[-36,-21],[-70,-35],[-94,-36],[-40,-10],[10,-16],[25,-34],[19,-20],[-12,-19],[-3,-10],[-1,-14],[9,-45],[23,-17],[34,-16],[233,-119],[-57,-33],[51,-116],[71,53],[79,-157],[1,-13],[-10,-8],[22,-35],[24,-41],[16,-35],[18,-29],[19,-27],[29,-32],[27,-21],[15,-11],[50,-25],[53,-20],[41,-12],[37,-15],[12,-13],[10,-20],[18,-35],[52,-127],[0,-15],[-7,-1],[-14,8],[-19,18],[-18,19],[-15,12],[-18,7],[-12,-1],[-17,-9],[-22,-13],[-14,-4],[-13,1],[-14,7],[-15,2],[-22,-3],[-15,-8],[-12,-16],[-11,-25],[-5,-11],[-8,-31],[-2,-18],[33,-5],[58,-7],[44,0],[48,4],[66,9],[44,11],[25,7],[69,19],[78,27],[100,36],[27,10],[1,-10],[6,-15],[11,-30],[30,-48],[11,-18],[7,-14],[42,-51],[15,-16],[23,9],[6,10],[8,8],[16,11],[35,24],[84,57],[7,6],[3,6],[-16,32],[2,13],[7,11],[9,9],[11,6],[15,10],[10,9],[5,10],[-17,30],[5,12],[9,7],[11,2],[15,0],[8,3],[25,33],[4,8],[3,18],[6,8],[7,0],[10,-8],[4,-8],[5,-12],[13,-12],[32,-21],[75,-41],[41,-25],[57,-38],[16,-10],[34,57],[32,44],[-1,7],[9,26],[41,-28],[35,-24],[36,-32],[11,-16],[0,-23],[0,0],[-1,-2],[-2,-8],[-2,-11],[-4,-8],[-101,-85],[-46,-40],[-15,-13],[-20,-17],[-226,-190],[-85,-70],[-38,-35],[-19,-14],[-27,-12],[-61,-23],[-44,-18],[-35,-24],[-33,-27],[-49,-44],[-57,-47],[-52,-37],[-44,-27],[-69,-28],[-107,-44],[-27,-13],[-37,-16],[-45,-22],[-37,-29],[-45,-43],[-67,-65],[-41,-33],[-39,-34],[-97,-59],[-57,-28],[-44,-26],[-51,-22],[-25,-10],[-41,-10],[-81,-10],[-319,-21],[-30,-3],[-29,-6],[-25,-13],[-29,-17],[-29,-19],[-15,-11],[-1,0],[9,-20],[0,-1],[25,-47],[0,-1],[-15,-11],[-25,-13],[-19,-6],[-92,-3],[-67,-3],[-45,-4],[-15,-4],[-13,-9],[-17,-19],[-12,-19],[-6,-15],[-17,-29],[-21,-32],[-13,-15],[-19,-13],[-27,-4],[-6,-1],[-29,3],[-22,10],[-15,6],[-33,19],[-26,10],[-22,4],[-26,-2],[-65,-6],[-48,-3],[-48,7],[-8,-3],[-6,1],[-38,0],[-54,6],[-48,-6],[-75,-13],[-44,-8],[-39,4],[-36,-6],[-22,-6],[-16,-10],[-9,-6],[-9,-7],[-15,0],[-59,7],[-17,-1],[-24,4],[-8,2],[-37,9],[-41,6],[-113,1],[-54,8],[-33,1],[-18,3],[-134,1],[-46,0],[-18,-1],[-35,4],[-56,0],[-71,-7],[-31,-7],[-31,-1],[-12,-2],[-3,2],[-76,1],[-23,-1],[-48,-9],[-44,-6],[-109,-20],[-5,-1],[-33,-6],[-34,2],[-46,7],[-5,1],[-20,4],[-39,16],[-55,7],[-65,1],[-60,2],[-35,3],[-96,5],[-65,-7],[-30,-5],[-1,6],[1,3],[0,0],[1,38],[4,6],[-3,1],[-4,0],[-9,-1],[-13,-1],[-4,2],[-25,16],[-3,1],[-306,-4],[-320,-6],[-26,0],[-344,-4],[-51,1],[-26,-1],[-164,0],[-56,2],[-1,0],[-14,5],[-10,12],[-15,30],[-11,17],[-12,12],[-25,17],[-44,26],[-61,32],[-37,17],[-18,7],[-23,6],[-148,14],[-92,6],[-123,9],[-137,10],[-565,42],[-99,8],[-75,10],[-34,6],[-51,-1],[-156,8],[-33,4],[-32,0],[-12,1],[-184,14],[-230,19],[-118,7],[-20,3],[-98,6],[-218,17],[-105,9],[-119,9],[-36,-1],[-28,-7],[-13,-8],[-16,22],[-25,29],[-18,16],[-15,3],[-24,-7],[-19,-7],[-1,1],[-4,0],[-10,-5],[-153,6],[-3,4],[-18,-10],[-9,-8],[-9,-4],[-19,-16],[10,-12],[7,-20],[-31,-13],[-139,0],[-264,-3],[-43,-1],[-37,14],[-49,2],[-42,4],[-24,3],[-59,5],[-172,26],[-39,4],[-55,8],[-39,7],[-157,40],[-61,11],[-210,15],[-112,5],[-68,-7],[-33,-3],[-51,-13],[-79,-24],[-41,-11],[-96,6],[-49,2],[-78,4],[-52,4],[-57,13],[-178,50],[-62,15],[-76,14],[-99,15],[-174,43],[-259,57],[-230,43],[-204,28],[-57,11],[-53,16],[-38,16],[-45,23],[-70,46],[-81,44],[-30,20],[-26,19],[-14,13],[-3,12],[0,21],[12,34],[14,41],[16,27],[11,15],[13,11],[24,15],[32,18],[24,20],[78,92],[7,7],[5,6],[6,9],[15,16],[29,18],[38,20],[28,10],[38,7],[39,11],[24,10],[39,21],[61,38],[32,21],[36,13],[45,4],[17,-2],[46,-10],[32,-4],[17,0],[24,1],[22,8],[32,20],[38,27],[42,25],[71,38],[46,31],[23,22],[14,21],[6,21],[6,27],[3,34],[2,40],[8,24],[4,12],[13,7],[105,77],[67,47],[17,16],[0,1],[16,-27],[12,-24],[15,-14],[12,-9],[15,-10],[10,-2],[10,0],[20,10],[22,15],[61,39],[20,10],[11,11],[16,18],[16,19],[24,35],[22,37],[11,14],[13,11],[14,10],[0,2],[0,22],[-69,1],[-21,1],[-40,0],[-18,13],[-19,6],[-16,1],[-48,3],[-56,0],[-7,5],[-1,6],[0,1],[0,0],[0,0],[0,13],[0,0],[0,0],[0,0],[-2,26],[-49,1],[-80,2],[-182,0],[-137,-4],[-148,-7],[-76,-5],[-71,-7],[-30,-4],[-169,-30],[-5,-7],[-3,-12],[-7,-9],[-13,-7],[-60,-13],[-76,-19],[-53,-14],[-12,-4],[-31,-14],[-12,-13],[-139,-29],[-325,-75],[-170,-51],[-40,-15],[-20,-7],[-1,0],[-1,1],[-2,0],[-10,-2],[-10,13],[-30,-4],[-21,-5],[-18,-6],[-10,-3],[-3,1],[-5,15],[-14,41],[-1,2],[-10,28],[-33,21],[-4,4],[-100,93],[-10,9],[-39,35],[0,1],[26,24],[82,68],[0,1],[0,0],[9,7],[9,7],[237,161],[23,14],[51,31],[84,55],[2,2],[0,0],[1,-1],[65,45],[17,11],[36,24],[0,2],[379,255],[129,85],[12,-23],[14,11],[4,0],[13,-27],[22,-44],[32,19],[-1,1],[-22,44],[-25,52],[1,0],[16,11],[26,-51],[7,-13],[128,85],[0,1],[-7,12],[-26,51],[0,0],[0,1],[303,201],[-93,188],[-19,38],[1,1],[43,29],[249,173],[6,3],[3,-3],[12,-28],[21,-44],[21,-47],[78,-167],[20,-42],[10,-22],[17,-27],[3,-21],[5,-29],[17,4],[17,2],[14,5],[18,8],[23,16],[23,15],[23,10],[17,7],[13,0],[29,-5],[12,1],[17,8],[35,13],[144,52],[10,-50],[6,-33],[17,0],[15,3],[21,7],[25,12],[32,18],[45,29],[7,2],[9,-3],[52,-77],[14,-18],[12,-11],[11,-7],[16,-7],[18,-7],[30,-8],[11,-9],[10,-10],[3,-18],[1,0],[-1,-12],[0,-2],[4,7],[8,3],[10,3],[11,0],[27,-9],[11,-1],[28,8],[0,1],[-2,6],[-5,26],[-1,17],[0,1],[1,13],[5,13],[1,8],[0,1],[-1,11],[-4,13],[-2,13],[-1,11],[0,0],[2,14],[8,15],[14,20],[9,-8],[18,-15],[32,-32],[49,-51],[4,-3],[22,-29],[15,-18],[27,-41],[1,-1],[-27,-32],[-5,-5],[-19,-21],[-19,-25],[-22,-35],[-13,-25],[-6,-15],[-1,-1],[1,-6],[1,-8],[3,-5],[12,-6],[64,-25],[1,0],[-26,-86],[-11,-40],[-14,-45],[-5,-29],[0,0],[2,-22],[9,-28],[14,-27],[12,-20],[44,-33],[39,-15],[18,-8],[37,-14],[93,-29],[12,-3],[42,-10],[3,-1],[39,-4],[20,1],[16,4],[60,35],[109,59],[0,2],[0,19],[-1,16],[0,1],[2,37],[4,17],[6,22],[4,15],[0,1],[0,25],[0,1],[0,2],[-3,38],[-3,17],[-7,19],[-4,17],[-4,20],[-2,39],[0,0],[12,47],[7,21],[6,14],[3,8],[0,1],[-2,4],[-46,20],[-41,17],[-25,7],[-49,17],[-12,3],[0,1],[0,0],[3,17],[12,44],[16,-6],[7,-1],[5,1],[4,4],[9,20],[29,82],[7,21],[1,14],[0,2],[0,35],[-34,23],[1,1],[-1,0],[42,63],[-25,20],[-37,30],[0,1],[0,0],[26,33],[0,0],[-42,44],[-7,6],[0,0],[-12,11],[-68,-82],[-1,-1],[-82,-101],[-39,-47],[-33,-43],[-43,-53],[-21,-9],[-3,-2],[-24,-7],[-19,-3],[-9,1],[-10,8],[-15,16],[-79,82],[-22,20],[-39,32],[-13,39],[-18,49],[-4,14],[-19,53],[0,1],[0,1],[109,129],[53,63],[85,100],[14,29],[148,176],[43,47],[3,9],[8,-1],[4,-24],[13,19],[13,18],[5,7],[24,53],[10,25],[10,34],[11,31],[5,15],[12,6],[66,37],[134,77],[41,24],[62,34],[10,5],[-13,26],[-3,12],[-6,15],[-20,52],[-6,16],[-10,26],[25,-4],[22,-3],[81,-25],[65,-25],[8,-3],[49,-22],[26,-13],[22,-11],[49,-20],[6,12],[10,24],[10,22],[7,16],[9,20],[11,24],[11,26],[14,33],[17,43],[27,68],[26,64],[58,117],[128,221],[117,182],[59,87],[53,77],[37,57],[54,74],[41,58],[52,70],[54,71],[129,155],[63,74],[61,72],[115,129],[63,68],[73,77],[163,176],[159,168],[81,83],[-126,134],[-20,23],[8,42],[8,66],[31,266],[14,147],[17,190],[11,107],[20,184],[22,178],[11,93],[21,152],[37,275],[7,62],[8,59],[45,332],[9,74],[5,65],[2,60],[28,231],[8,54],[6,72],[27,152],[7,35],[0,2],[0,99],[27,185],[22,183],[0,0],[-28,-6],[-220,-39],[-88,-14],[-67,-14],[-188,-32],[-87,-18],[-71,-11],[-103,-18],[-198,-34],[-157,-26],[-20,-4],[-35,-3],[-1,-5],[-22,1],[0,1],[13,101],[5,33],[34,3],[151,23],[62,10],[255,39],[193,30],[157,22],[55,12],[98,16],[147,22],[114,19],[19,3],[5,1],[6,20],[-8,-1],[6,85],[24,-1],[89,14],[90,14],[21,3],[82,16],[210,35],[88,14],[129,23],[98,16],[70,13],[145,23],[64,12],[104,16],[61,8],[58,10],[13,0],[17,8],[16,4],[0,2],[-16,84],[-45,254],[-24,122],[0,1],[-3,16],[0,0],[-17,94],[-27,143],[-12,83],[0,0],[0,1],[-4,20],[0,0],[-16,78],[-50,275],[-33,183],[-4,32],[0,1],[0,1],[-6,18],[0,0],[-12,60],[-11,60],[-34,187],[1,0],[-4,18],[0,0],[-6,31],[-18,133],[-38,255],[-32,211],[0,1],[1,27],[6,13],[7,11],[0,1],[-2,11],[-16,2],[-1,-8],[-6,-7],[-9,-4],[-76,1],[-225,0],[-151,7],[-94,4],[-56,1],[-52,3],[-108,6],[-9,2],[-11,7],[-4,10],[-24,0],[-1,-23],[0,-1],[21,-22],[-2,-83],[-11,-328],[-5,-161],[-9,-228],[-24,-24],[0,-19],[0,-1],[-30,-43],[-27,-28],[-40,-37],[-151,-111],[-98,-71],[-79,-58],[-198,-148],[-90,-70],[-147,-121],[-63,-55],[-91,-92],[-84,-82],[-149,-156],[-29,-213],[-19,-138],[-11,-98],[-16,-116],[-15,-104],[-39,-292],[-16,2],[-1,1],[-16,2],[-5,-35],[-3,-19],[-33,2],[-57,4],[-148,6],[-327,21],[-143,6],[-285,18],[-14,-74],[-14,-125],[-18,-129],[-16,-135],[-23,-170],[-15,-111],[-24,2],[-3,-23],[0,-1],[67,-11],[253,-50],[59,-9],[304,-57],[54,-9],[200,-38],[11,3],[12,8],[3,29],[1,1],[2,17],[41,-11],[15,-3],[6,-17],[-10,2],[-2,-6],[-16,-29],[-6,-70],[-9,-89],[0,-1],[10,-31],[0,-1],[-19,-154],[-18,-131],[-37,-323],[-8,2],[-15,-15],[-99,-15],[-105,-8],[-100,-11],[-140,-13],[0,1],[0,0],[1,19],[-53,-5],[-258,-25],[-66,-5],[-5,-4],[-19,-7],[-50,-8],[-67,-6],[-58,-7],[-29,-3],[-4,0],[0,3],[0,0],[-3,20],[-20,-1],[-9,-1],[3,2],[-3,-2],[-11,-1],[6,8],[5,8],[17,40],[10,24],[7,26],[0,0],[-16,3],[0,2],[6,50],[11,72],[8,56],[6,39],[19,-4],[2,18],[-18,4],[3,31],[11,77],[12,86],[19,137],[11,70],[0,0],[2,0],[2,19],[5,58],[1,4],[5,13],[16,-1],[8,66],[0,0],[0,2],[17,139],[0,0],[15,114],[14,104],[12,83],[7,59],[0,0],[0,1],[12,97],[0,0],[9,61],[7,53],[0,0],[-16,7],[-10,10],[-5,14],[-5,18],[-27,2],[-37,6],[0,1],[0,0],[5,35],[-74,0],[-9,-65],[-13,-109],[-84,11],[1,1],[4,30],[13,104],[29,227],[10,80],[14,108],[9,74],[0,0],[-9,5],[-2,-1],[-181,-9],[-2,0],[-54,-4],[-22,-2],[-53,-3],[-211,-13],[-55,-4],[-42,-2],[-8,-1],[-98,-5],[-54,-4],[-35,-2],[-17,-1],[-107,-8],[-31,-1],[-11,-10],[-9,36],[-9,36],[-25,99],[-54,212],[-77,295],[-35,135],[42,6],[88,8],[136,15],[190,19],[288,29],[1,0],[2,0],[24,3],[54,7],[154,16],[3,0],[18,2],[174,17],[198,22],[78,7],[166,16],[18,2],[21,2],[0,1],[-7,-57],[-31,-233],[-10,-92],[-17,-119],[-10,-77],[-28,-29],[-4,-29],[-1,-2],[31,27],[2,-23],[8,-23],[82,-125],[12,-32],[1,-23],[282,19],[41,28],[37,28],[88,74],[96,84],[208,196],[108,105],[31,28],[1,8],[27,190],[13,89],[12,96],[20,129],[31,252],[3,54],[1,29],[27,-4],[0,0],[18,1],[0,-18],[7,-128],[4,-110],[6,-141],[1,-75],[6,-171],[3,-70],[56,57],[151,149],[110,90],[101,80],[0,1],[-8,78],[-28,234],[-10,94],[0,0],[33,6],[105,22],[198,34],[95,17],[165,29],[56,10],[50,9],[20,1],[3,23],[1,16],[0,0],[-7,2],[-8,6],[0,1],[4,97],[2,106],[13,301],[19,4],[1,24],[0,0],[-18,-1],[0,2],[0,0],[4,101],[6,121],[4,98],[10,236],[4,94],[7,149],[3,88],[7,162],[18,20],[-2,32],[-10,-19],[-14,-9],[-21,1],[-69,19],[-123,32],[-122,30],[-88,22],[-82,20],[-206,53],[-31,7],[-49,13],[-76,21],[-130,35],[-25,-15],[-19,-90],[-16,-87],[-14,-85],[-18,0],[0,1],[0,0],[3,24],[-108,16],[0,1],[15,128],[0,0],[-21,49],[6,56],[-938,-66],[-15,-3],[0,-12],[0,-34],[0,-1],[0,0],[-7,-497],[-638,-54],[0,0],[-45,-64],[-95,-130],[-155,-225],[-163,-231],[-103,-146],[-13,-20],[-32,22],[0,0],[-59,32],[-24,13],[-118,65],[-67,34],[-87,46],[-59,28],[-388,206],[-51,26],[-83,46],[-154,80],[-162,81],[-144,79],[-178,93],[-12,26],[-15,-50],[-61,-195],[-10,-27],[-15,6],[-157,76],[-123,61],[-152,75],[-5,2],[-5,-10],[-295,-669],[-132,-305],[-7,-15],[529,-237],[-12,-33],[19,-9],[13,-5],[-7,-22],[-37,-111],[-66,-211],[-6,-21],[-50,-161],[-51,-156],[-6,-21],[-20,1],[-19,-5],[-12,1],[-493,-44],[-218,-20],[-217,-18],[-222,-21],[-195,-16],[-5,-1],[-87,-187],[0,-18],[39,-206],[50,-276],[686,59],[448,39],[19,0],[23,0],[-9,-28],[-67,-220],[-63,-213],[-9,-35],[-12,-46],[-4,2],[-8,-2],[-151,-24],[-588,-94],[-66,-10],[-16,-220],[-27,-236],[-148,23],[-312,44],[182,-956],[17,-82],[39,-208],[0,0],[19,-102],[18,-75],[73,-335],[13,-32],[71,-378],[2,-1],[-1,-1],[0,-1],[0,0],[27,-149],[19,-108],[38,-198],[89,-11],[101,-13],[1,1],[16,-2],[-5,-18],[-35,-127],[-64,-238],[-16,-56],[-4,-16],[-6,-11],[-9,-17],[-12,-3],[0,0],[0,-10],[-6,-23],[-6,-10],[-6,3],[-3,-26],[-2,-25],[-2,-26],[-1,-9],[-16,-41],[-17,-16],[-2,-2],[-21,-43],[-173,-359],[-2,-1],[-236,-476],[0,-23],[0,-1],[-178,-350],[-84,-169],[-30,-52],[-18,-28],[-22,-29],[-58,-60],[-232,-248],[-84,-86],[-114,-106],[-136,-81],[-24,-14],[-72,-35],[-61,-26],[-3,-1],[-13,18],[-67,88],[-23,-18],[0,0],[-4,-9],[-123,-122],[-37,-36],[-261,-253],[-138,-135],[-64,-64],[-65,-62],[-4,-4],[-162,-154],[-53,-52],[-22,-23],[-4,-7],[-20,-33],[-7,-14],[-24,-2],[-5,-1],[-26,-4],[-9,-2],[-25,-6],[-54,-21],[-53,-24],[-28,-10],[-28,-11],[-24,-8],[-25,-2],[-42,15],[-5,4],[-7,6],[-2,9],[1,6],[47,115],[4,10],[10,26],[3,14],[3,21],[0,22],[-7,19],[-18,26],[-18,25],[-5,5],[-32,34],[-143,151],[-114,130],[-81,91],[-38,44],[-179,207],[-26,30],[-8,7],[-18,15],[-19,17],[-14,-21],[-1,1],[-9,4],[-6,0],[-20,21],[-99,-254],[-87,-230],[-8,-22],[-100,-261],[-106,-276],[-171,-444],[-25,-65],[-13,-37],[-2,-5],[-182,-470],[-5,-14],[-43,-111],[-73,35],[-42,19],[-13,7],[-65,30],[-22,13],[-48,20],[-25,11],[-48,15],[-23,5],[-23,3],[-24,-4],[-6,-1],[-17,-9],[-17,-12],[-7,-8],[-13,-14],[-33,-50],[-25,-34],[-37,-64],[-24,-45],[-55,-103],[-7,-21],[-7,-22],[-6,-52],[-6,-84],[3,-24],[9,-62],[0,-1],[0,-31],[0,-2],[-5,-26],[-14,-83],[-4,-31],[-5,-43],[-3,-96],[0,0],[2,-65],[5,-49],[10,-57],[13,-61],[14,-48],[22,-18],[56,-44],[30,-29],[13,-18],[2,-5],[2,-3],[1,-5],[3,-7],[0,-3],[1,-10],[0,-10],[0,-1],[0,-12],[-4,-22],[-8,-34],[-18,-46],[-40,-104],[-5,-13],[-106,-278],[-6,-15],[-19,-51],[-6,-16],[-22,-61],[-24,-62],[-133,-343],[-66,-171],[-46,-118],[-12,-30],[-2,-16],[-7,-1],[-35,-87],[-49,-10],[-2,-10],[0,-3],[-1,0],[0,0],[-1,-8],[-3,-19],[-7,-29],[-8,-18],[-7,-14],[-14,-17],[-21,-15],[-6,-2],[-39,-18],[-68,-33],[-65,-27],[-29,-12],[-34,-14],[-26,-9],[-16,-6],[-33,-9],[-35,-10],[-95,-27],[-22,-6],[-114,-30],[-47,-14],[-44,-17],[-49,-20],[-90,-46],[-85,-49],[-38,-17],[-106,-42],[-85,-44],[-103,-56],[-25,-12],[-23,-11],[-53,-28],[-33,-16],[-8,-3],[-96,-35],[-154,-42],[-139,-43],[-220,-62],[-218,-52],[-39,-9],[-132,-30],[-114,-25],[-70,-15],[-81,-15],[-212,-33],[-80,-12],[-126,-18],[-312,-32],[-93,-10],[-63,-7],[-183,-18],[-234,-12],[-194,-9],[-194,-11],[-179,-11],[-17,-1],[-2,-1],[-38,0],[-42,4],[-12,-5],[-15,-12],[-80,-7],[-5,1],[-21,0],[-52,-5],[-167,-28],[-51,-8],[-25,0],[-9,2],[-23,4],[-34,11],[-1,1],[-28,9],[1,37],[2,12],[3,6],[14,28],[6,10],[84,188],[85,184],[15,39],[9,27],[6,31],[1,29],[-2,50],[-11,47],[-23,56],[-15,-10],[-15,29],[-25,50],[-32,29],[2,0],[76,0],[190,-9],[57,3],[33,3],[21,4],[34,5],[36,23],[21,15],[21,12],[157,80],[70,31],[80,36],[98,45],[218,99],[159,68],[23,6],[41,8],[24,4],[5,1],[72,26],[49,15],[55,12],[50,6],[81,6],[165,4],[54,2],[41,11],[19,16],[13,10],[38,37],[26,29],[20,33],[12,19],[13,24],[61,95],[9,17],[-11,9],[5,18],[24,48],[11,21],[47,92],[8,18],[69,145],[21,47],[41,106],[108,298],[30,93],[15,36],[16,52],[3,16],[4,28],[0,2],[0,38],[0,1],[-24,203],[-48,369],[-3,21],[-32,258],[-28,205],[-2,20],[-54,407],[-2,19],[-3,23],[-35,265],[-24,166],[-1,18],[-4,22],[-4,22],[-21,163],[-1,15],[-7,51],[-9,64],[-5,39],[-15,106],[0,0],[321,398],[15,21],[27,35],[73,92],[139,172],[165,201],[16,20],[71,96],[158,215],[115,157],[104,143],[94,129],[29,35],[22,23],[21,14],[46,19],[-1,1],[-19,22],[-11,13],[26,10],[-209,177],[-226,191],[-15,13],[-184,156],[-224,187],[-5,10],[0,1],[6,6],[32,31],[45,41],[30,26],[39,29],[34,20],[15,9],[86,51],[70,42],[15,9],[0,0],[100,60],[37,22],[16,9],[45,27],[95,57],[25,15],[145,87],[22,13],[41,23],[152,93],[54,33],[228,137],[235,141],[88,51],[28,16],[0,1],[-32,66],[-11,22],[-9,17],[-8,17],[-31,47],[-28,41],[-38,48],[-27,28],[-8,9],[-43,40],[-17,12],[1,1],[5,19],[9,60],[21,155],[24,184],[7,61],[2,8],[8,55],[6,45],[33,227],[12,88],[0,0],[-45,8],[-18,3],[-208,38],[-61,11],[-42,7],[-5,1],[-25,1],[-10,1],[-76,13],[-68,12],[-29,6],[-19,6],[-4,1],[-19,6],[-7,2],[-7,1],[-11,2],[-27,5],[-13,2],[-113,22],[-60,12],[-606,115],[-18,4],[-289,51],[-44,9],[-44,3],[-34,1],[-81,3],[-137,27],[-178,34],[-20,1],[-302,61],[-27,5],[-15,3],[-152,28],[-46,9],[-97,19],[-14,3],[-84,17],[-579,107],[-58,19],[-7,2],[-37,9],[-34,2],[-96,1],[0,2],[0,0],[2,26],[2,22],[0,20],[0,1],[-1,21],[-1,18],[19,13],[25,17],[22,7],[14,9],[20,14],[8,5],[8,7],[-13,37],[-42,117],[-53,111],[-18,22],[-31,35],[-3,9],[-8,4],[-10,0],[-10,5],[-4,9],[-1,12],[-1,16],[-2,15],[0,11],[-2,16],[-4,26],[-5,14],[-9,10],[-11,11],[-11,13],[-8,9],[-5,14],[0,10],[-2,20],[-2,19],[-1,18],[-9,14],[72,8],[122,12],[42,5],[16,1],[26,3],[-18,18],[0,1],[21,44],[10,51],[33,203],[0,2],[0,39],[0,1],[0,3],[16,71],[9,38],[5,29],[36,167],[62,285],[1,3],[2,11],[4,8],[1,3],[21,5],[22,5],[14,3],[38,11],[206,36],[21,4],[290,51],[82,14],[17,3],[81,13],[6,0],[57,10],[102,18],[16,3],[3,21],[4,51],[2,56],[0,1],[0,0],[-1,39],[-1,33],[-5,84],[1,0],[-2,16],[-21,251],[-2,28],[0,1],[-2,14],[0,0],[-11,-3],[-1,0],[-348,-74],[-134,-29],[-18,-5],[-146,-38],[-249,-68],[-65,-16],[-8,-3],[0,0],[-13,-3],[-10,-2],[-2,-1],[-9,-3],[-17,-11],[-5,-17],[-16,-5],[-17,444],[-2,18],[-1,59],[-8,189],[-1,33],[-1,0],[-25,-4],[-9,119],[-12,92],[-27,154],[-9,5],[1,15],[2,24],[-142,220],[-105,49],[-4,2],[4,12],[8,28],[3,21],[-159,-65],[-22,307],[-30,-12],[0,-6],[-5,-2],[1,40],[0,1],[7,180],[6,124],[5,146],[2,54],[0,0],[0,1],[2,32],[0,8],[1,134],[3,340],[-280,-75],[-20,-7],[-1,24],[-6,3],[16,244],[0,2],[2,26],[24,369],[29,357],[0,0],[-8,18],[0,1],[5,66],[19,230],[9,179],[0,0],[0,1],[-1,0],[-3,32],[-88,-7],[-96,-7],[-113,-10],[-124,-12],[-79,-8],[-86,-9],[-38,-3],[-100,-7],[-76,-6],[-72,-6],[-71,-6],[-95,-7],[-48,-4],[-51,-4],[-59,-4],[-23,-1],[-10,1],[-9,0],[-11,6],[-13,16],[-23,23],[-20,14],[-10,9],[-14,10],[-9,13],[-18,-7],[-2,-3],[-20,-3],[-15,-3],[-39,-6],[-52,-8],[-57,-9],[-40,-7],[-41,-6],[-51,-9],[-10,-1],[-18,-1],[-29,-2],[-17,1],[-13,2],[-16,2],[-21,2],[-31,1],[-65,3],[-80,11],[-38,5],[-51,5],[-72,8],[-65,8],[-82,9],[-52,5],[-39,5],[-147,20],[-1,19],[-10,165],[-2,33],[-7,103],[-1,19],[-5,64],[-10,135],[-6,118],[-7,133],[-6,104],[-2,45],[-8,103],[-10,134],[-5,114],[0,1],[-1,0],[-2,18],[0,2],[-14,223],[-2,37],[-27,452],[0,15],[0,2],[0,1],[6,166],[11,9],[8,12],[4,6],[2,3],[3,9],[5,14],[34,4],[22,2],[274,28],[2,0],[43,3],[23,2],[74,5],[125,9],[146,9],[44,2],[282,13],[86,4],[262,13],[14,1],[19,0],[17,5],[141,9],[258,9],[250,11],[249,10],[96,0],[9,0],[15,1],[36,2],[144,6],[30,2],[12,1],[103,5],[114,4],[28,1],[18,1],[196,8],[204,9],[358,12],[14,0],[363,13],[244,11],[18,1],[134,7],[193,11],[35,4],[268,18],[17,0],[20,3],[11,5],[27,-1],[2,0],[-16,-14],[0,0],[4,-11],[19,-28],[9,-16],[6,-21],[8,-42],[13,-50],[13,-46],[1,-17],[10,-86],[17,-134],[451,-112],[53,-11],[8,-2],[18,2],[53,21],[140,57],[76,29],[24,27],[12,14],[7,11],[1,1],[3,4],[17,23],[86,135],[118,193],[15,26],[23,39],[59,97],[18,29],[102,167],[3,6],[20,35],[0,2],[3,13],[18,16],[2,3],[14,13],[9,19],[13,12],[15,14],[28,24],[8,10],[8,13],[13,42],[36,162],[-57,16],[-25,7],[-36,12],[-31,10],[-37,12],[-38,13],[-67,23],[-75,24],[-31,13],[-41,16],[-30,13],[-39,17],[-11,5],[-30,10],[-25,8],[-27,9],[-16,5],[-26,6],[-60,17],[-23,9],[-11,4],[-34,11],[-37,13],[-80,27],[-91,30],[-24,8],[-27,11],[-37,15],[-25,9],[-26,11],[-15,8],[-19,9],[-17,9],[-11,4],[-31,11],[-46,16],[-43,15],[-17,6],[-25,9],[-47,16],[-18,5],[-43,12],[-33,9],[-41,12],[-56,16],[-17,5],[-34,8],[-42,9],[-39,10],[-18,4],[-38,9],[-19,4],[-21,4],[-18,4],[-30,6],[-36,10],[-21,6],[-49,16],[-21,7],[-24,7],[-44,13],[-32,13],[-31,12],[-25,7],[-16,5],[-24,4],[-13,2],[-40,12],[-62,19],[-68,20],[-48,15],[-39,12],[-48,14],[-39,10],[-19,5],[-38,13],[-41,15],[-48,16],[-38,12],[-50,15],[-56,19],[-59,21],[-60,21],[-38,14],[-42,16],[-38,14],[-45,17],[-38,14],[-20,6],[-38,10],[-21,6],[-8,2],[-32,7],[-39,8],[-11,2],[-27,7],[-33,9],[-28,10],[-23,8],[-8,3],[-23,10],[-20,9],[-14,7],[-37,12],[-45,15],[-12,3],[-21,6],[-39,11],[-42,12],[-23,5],[-38,10],[-26,7],[-34,8],[-56,13],[-41,10],[-20,6],[-9,3],[-661,216],[-4,1],[-35,146],[-6,9],[-15,47],[-21,69],[-14,49],[-85,276],[-46,156],[-4,16],[-37,126],[-59,214],[-5,19],[-10,36],[-11,52],[-13,66],[-11,83],[-2,16],[-19,126],[-10,105],[-2,18],[-14,146],[-7,52],[-2,18],[-18,134],[-12,85],[-23,169],[-3,20],[-13,97],[-23,185],[-4,27],[-9,78],[-22,158],[-23,103],[-4,21],[-28,-7],[4,24],[5,30],[2,10],[3,37],[-1,34],[-2,51],[-2,36],[10,2],[14,11],[6,-12],[25,-9],[22,2],[35,3],[39,7],[-6,63],[-5,44],[-1,11],[26,-2],[98,-9],[71,-5],[127,-9],[98,-4],[86,-1],[81,1],[72,6],[42,6],[54,11],[60,12],[2,1],[23,5],[28,6],[19,4],[14,3],[45,10],[56,11],[107,21],[125,27],[92,21],[53,13],[57,15],[70,16],[46,14],[56,16],[27,9],[50,16],[34,11],[45,14],[27,9],[17,6],[17,5],[10,3],[11,-4],[11,-3],[16,-15],[73,36],[-27,25],[-6,6],[-5,4],[-8,-1],[-7,-1],[-13,-2],[-18,5],[-54,51],[16,0],[17,1],[65,11],[72,11],[15,7],[7,7],[5,18],[0,2],[0,8],[0,9],[49,8],[38,-228],[184,31],[110,11],[-1,2],[-3,24],[-13,80],[0,0],[41,35],[4,-53],[76,12],[0,1],[-8,101],[-56,-8],[-8,55],[0,0],[108,17],[177,27],[272,18],[77,-22],[28,2],[8,4],[1,18],[31,187],[41,249],[108,774],[11,74],[-1,1],[1,1],[10,104],[0,4],[1,1],[17,102],[0,0],[-80,15],[-366,77],[-65,15],[-90,27],[-38,12],[1,1],[10,9],[0,9],[-16,1],[-17,6],[-76,26],[-107,40],[-72,33],[-75,31],[3,18],[-7,25],[-23,22],[-31,12],[-32,0],[-41,2],[-35,13],[-76,41],[-139,81],[-63,37],[-39,25],[-16,10],[-119,83],[-161,122],[-55,47],[-21,18],[-50,43],[-124,117],[-36,39],[-13,13],[-85,89],[-164,193],[-77,100],[-50,63],[-79,107],[-22,30],[-83,112],[-12,16],[-247,335],[-52,71],[29,413],[3,-1],[8,148],[0,0],[-38,-3],[0,1],[0,0],[0,1],[1,16],[-52,-4],[14,103],[17,94],[27,115],[82,299],[35,123],[16,78],[-3,9],[-8,32],[-7,24],[-17,39],[-54,91],[19,19],[-34,41],[-16,-20],[-107,101],[-28,-39],[-108,90],[-92,64],[-19,15],[-26,21],[-46,38],[-27,24],[-75,69],[-43,33],[-53,42],[-49,30],[-90,55],[-44,17],[-10,4],[-31,7],[-16,4],[-17,3],[-51,11],[1,1],[25,52],[12,25],[12,25],[33,68],[16,33],[26,54],[18,36],[18,39],[17,34],[12,28],[9,20],[20,46],[20,47],[6,16],[-11,7],[-21,13],[-35,16],[-19,10],[-16,8],[-38,23],[-75,40],[-26,13],[-14,-35],[-14,-37],[-17,-44],[-10,-26],[-7,-15],[-11,-22],[-7,-15],[-15,-29],[-17,-32],[-15,-23],[-19,-28],[-20,-25],[-17,-22],[-11,-14],[-30,-34],[-31,-35],[-32,-37],[-28,-32],[-14,-16],[-1,-1],[-56,17],[-376,111],[-37,-2],[-30,10],[-9,8],[-90,93],[-5,5],[-287,298],[-13,15],[-20,-6],[-405,-121],[-139,-42],[-20,-6],[-371,-112],[0,1],[-16,-5],[-36,155],[-20,88],[-2,-2],[-16,68],[-33,139],[-1,-1],[-72,266],[0,1],[-30,-14],[-304,-153],[-11,-11],[-362,-235],[-24,-15],[-241,317],[-10,13],[-306,403],[-7,12],[-8,10],[-146,194],[-9,13],[-270,742],[-9,2],[-9,5],[-13,7],[-23,22],[14,11],[-14,16],[-10,17],[-33,77],[-35,77],[-24,50],[-24,34],[-31,42],[-36,49],[-54,70],[-13,15],[-3,2],[-72,151],[-148,315],[0,1],[13,6],[186,85],[16,8],[140,64],[77,36],[20,10],[178,84],[16,7],[53,28],[107,50],[16,7],[214,99],[15,7],[156,72],[15,7],[192,89],[16,8],[394,178],[57,26],[24,11],[0,2],[-6,26],[-179,410],[-8,17],[-74,169],[-200,454],[-11,25],[-135,-74],[-102,-55],[-14,-8],[-30,61],[-94,188],[-54,110],[-34,68],[-36,72],[-52,-31],[0,-2],[-55,-30],[-17,-10],[-76,-46],[-8,16],[-191,379],[-194,-124],[-74,-47],[-9,-5],[-235,-145],[-7,16],[-322,639],[-239,473],[-23,46],[1,0],[180,115],[41,26],[3,3],[36,22],[-14,13],[-622,1212],[-28,-20],[-58,-40],[-127,-89],[-97,-67],[-60,-42],[-34,-25],[-35,-25],[-105,-76],[-20,67],[0,1],[-1,5],[-3,13],[-17,59],[-7,39],[-7,48],[-3,43],[-25,66],[-5,18],[0,1],[0,0],[0,4],[1,6],[0,0],[6,10],[11,6],[0,2],[-64,226],[-31,113],[-38,122],[-6,19],[-35,79],[-31,65],[-30,61],[-48,91],[-87,168],[-3,3],[0,0],[20,15],[-1,1],[-8,10],[-8,5],[-50,26],[-51,13],[-11,1],[-12,2],[-38,-3],[-18,-1],[-15,0],[-10,1],[-11,3],[-14,-2],[-8,-2],[-29,-6],[-27,5],[-32,14],[-23,17],[-4,3],[-43,16],[-78,33],[-30,11],[-60,24],[-63,23],[-53,23],[-26,6],[-29,5],[-36,-3],[-45,-16],[-235,-97],[-2,23],[-7,16],[-13,31],[-47,98],[-33,65],[-58,115],[-13,26],[-40,66],[-67,106],[-65,97],[-60,89],[-15,23],[-64,114],[-32,72],[-17,38],[-44,119],[-14,36],[-13,42],[-35,110],[-96,331],[-17,-9],[-5,18],[-134,-48],[-51,-18],[-17,0],[-66,5],[-104,10],[-34,0],[-20,-3],[-25,-6],[-79,-30],[-90,-39],[-49,-18],[-17,-11],[-28,-20],[-3,-1],[-5,-1],[-11,-9],[-6,-4],[-26,-2],[-41,1],[-61,7],[-113,13],[-58,3],[-12,4],[-6,3],[-95,43],[-108,54],[-149,89],[-156,107],[-69,52],[-15,14],[-65,59],[-13,12],[-27,36],[-4,5],[-10,10],[-6,5],[-7,15],[-1,0],[-8,27],[-5,15],[-5,32],[1,1],[3,18],[14,33],[9,17],[29,60],[11,22],[17,50],[38,117],[21,62],[20,43],[17,29],[27,39],[7,10],[14,20],[61,74],[47,55],[3,3],[52,59],[78,76],[15,11],[92,74],[111,111],[14,14],[96,96],[16,19],[166,163],[40,36],[26,17],[19,13],[23,12],[18,8],[24,13],[22,11],[-1,1],[-8,26],[-6,18],[-4,12],[-8,27],[0,0],[164,74],[16,11],[36,6],[1,0],[5,2],[-59,153],[-4,13],[1,25],[-39,-18],[-68,161],[-2,4],[-3,3],[-3,3],[-25,-14],[-105,-56],[-5,29],[-3,21],[0,0],[58,23],[0,1],[-10,34],[0,0],[129,65],[-1,1],[-29,73],[0,0],[17,8],[20,10],[54,31],[277,150],[38,20],[0,0],[-1,2],[0,0],[-5,13],[-7,14],[-117,325],[-11,-5],[-85,-32],[-1,2],[-1,0],[-7,23],[-1,1],[-10,34],[-3,22],[-2,37],[-7,10],[-13,7],[-16,9],[0,1],[0,1],[1,138],[115,25],[68,11],[40,1],[19,0],[32,1],[215,29],[93,15],[0,2],[-1,18],[-15,160],[-55,547],[-49,-10],[-52,-11],[-154,-32],[-181,-38],[-32,-1],[-25,2],[-33,8],[-49,16],[-16,6],[-4,1],[-129,49],[-78,42],[-60,37],[0,1],[10,15],[13,18],[8,10],[18,23],[46,44],[44,51],[73,110],[13,27],[10,25],[13,40],[35,44],[29,36],[31,40],[87,119],[51,67],[75,102],[192,247],[51,53],[97,101],[120,121],[65,57],[34,26],[69,49],[68,51],[18,5],[29,23],[114,77],[55,34],[38,37],[14,13],[57,52],[65,53],[37,24],[11,9],[18,15],[24,-16],[20,37],[5,-7],[1,-1],[15,-23],[61,-93],[180,-277],[6,-12],[2,-4],[-23,-16],[-24,-23],[-17,-17],[-628,-638],[-35,-35],[-110,-79],[-124,-70],[-163,-86],[64,-507],[161,29],[113,22],[51,10],[147,29],[180,33],[35,7],[127,40],[61,58],[27,26],[20,-10],[24,-8],[14,-17],[188,-425],[11,-23],[7,-15],[1,-10],[8,-19],[-2,-6],[-4,-6],[10,-23],[11,-9],[4,-13],[28,7],[0,3],[3,5],[42,11],[96,29],[60,19],[-4,20],[3,17],[11,11],[9,2],[15,8],[18,-41],[94,-329],[22,-75],[6,-22],[297,97],[41,15],[19,6],[516,176],[-105,410],[5,0],[18,2],[15,6],[11,8],[9,16],[28,30],[-117,111],[-686,662],[4,16],[-23,35],[-29,7],[-44,35],[-126,112],[-33,29],[-54,52],[-33,31],[-28,29],[-26,27],[0,0],[11,22],[6,17],[2,14],[2,14],[12,43],[16,56],[9,23],[14,21],[20,36],[15,24],[7,11],[21,42],[19,52],[13,29],[0,1],[-2,8],[-16,45],[-55,161],[-25,83],[-10,64],[-2,36],[-1,21],[0,1],[2,42],[5,30],[0,2],[0,23],[0,2],[-2,8],[-66,83],[-17,21],[-113,139],[-55,65],[-44,54],[-90,106],[-19,17],[-12,7],[26,2],[27,-5],[6,-1],[84,-5],[113,-2],[96,-1],[82,-2],[3,48],[0,2],[0,45],[-7,68],[-17,91],[-32,104],[-74,228],[-130,410],[-27,76],[-11,28],[-12,31],[1,0],[34,-6],[85,-21],[117,-29],[17,-4],[147,-35],[20,-5],[25,-6],[87,-23],[19,-5],[33,-9],[109,-25],[17,-5],[56,-13],[242,-58],[77,-16],[26,-4],[28,1],[33,7],[53,13],[61,21],[12,3],[22,6],[16,5],[212,63],[9,2],[4,1],[4,-1],[6,-1],[27,14],[-1,-2],[114,33],[80,21],[41,14],[207,60],[120,36],[49,12],[221,-971],[1,-1],[-55,-3],[-18,0],[0,-15],[57,-270],[28,-127],[33,-152],[45,-209],[13,-34],[10,-37],[5,-4],[1,-1],[10,4],[0,0],[24,6],[38,7],[41,7],[23,4],[66,16],[41,10],[23,5],[46,11],[17,4],[289,75],[9,-41],[16,-75],[21,-100],[20,-89],[47,-219],[6,-31],[12,2],[154,40],[20,6],[231,61],[44,13],[156,47],[46,-202],[5,-22],[9,-42],[77,-369],[5,-19],[44,13],[52,-211],[29,-111],[5,-18],[8,-19],[0,-1],[26,-100],[4,-17],[42,-206],[17,-76],[0,0],[17,12],[297,90],[10,-24],[0,0],[77,22],[36,15],[82,33],[58,15],[0,0],[46,13],[35,9],[-146,346],[904,230],[-129,248],[-348,675],[-22,42],[-10,11],[-17,29],[0,2],[-3,12],[-7,1],[-1,0],[-51,-9],[-93,-14],[-618,-112],[-8,-3],[-7,21],[7,-21],[-1,-1],[-30,-16],[-150,438],[-7,19],[-156,457],[-8,18],[-172,501],[-112,326],[17,7],[18,1],[111,28],[196,49],[87,22],[409,105],[23,6],[26,29],[18,10],[719,403],[354,199],[4,5],[0,1],[-22,237],[-20,226],[0,0],[312,205],[12,8],[239,156],[37,25],[19,9],[18,11],[302,197],[11,5],[20,5],[509,80],[208,34],[75,12],[82,12],[40,-5],[73,-14],[88,-22],[5,-3],[29,-7],[984,-226],[191,-42],[15,-4],[202,-45],[326,-74],[471,-103],[423,-97],[6,-3],[6,-3],[3,-3],[3,-4],[9,-11],[233,-233],[59,-59],[182,-183],[-14,-42],[-33,-93],[-4,-9],[-12,-42],[-13,-47],[-15,-65],[-2,-12],[-28,-180],[-15,-137],[15,-28],[76,-22],[11,-80],[11,-38],[2,-33],[6,-24],[15,-35],[49,-88],[37,-59],[25,-49],[24,-55],[21,-33],[41,-57],[45,-47],[53,-61],[15,-17],[11,-33],[2,-25],[0,-1],[-9,-38],[-23,-78],[-18,-62],[-14,-56],[-13,-71],[-13,-90],[-3,-117],[0,-1],[9,-83],[3,-34],[0,-20],[0,-1],[-7,-21],[-12,-20],[-5,-9],[-17,-26],[-15,-59],[-21,-67],[-32,-112],[-51,-202],[-8,-31],[-38,-133],[-14,-53],[-3,-12],[-27,-111],[-15,-87],[-2,-14],[-5,-42],[-34,-262],[-19,-125],[-3,-20],[-5,-28],[-7,-39],[-2,-36],[-2,-50],[-13,-89],[-4,-54],[0,-1],[12,-137],[0,0],[-6,-141],[0,-1],[15,-478],[0,-24],[15,-113],[11,-83],[6,-42],[13,-53],[8,-56],[35,-114],[8,-28],[13,-40],[8,17],[45,132],[12,34],[23,81],[11,35],[40,145],[16,85],[7,48],[6,171],[6,69],[12,91],[10,37],[18,32],[21,28],[20,14],[169,95],[104,78],[52,38],[47,35],[121,125],[55,39],[38,24],[53,16],[99,26],[17,0],[1,-17],[5,-50],[2,-55],[0,-1],[-2,-77],[-4,-90],[0,-1],[-2,-12],[-4,-22],[-6,-32],[24,1],[1,6],[10,7],[9,4],[14,0],[30,0],[11,2],[25,5],[38,7],[17,6],[23,8],[26,14],[58,31],[45,25],[31,18],[48,27],[87,51],[42,25],[25,15],[44,23],[31,17],[44,23],[32,17],[48,27],[42,20],[61,30],[50,24],[47,22],[33,17],[24,11],[13,9],[13,12],[10,10],[3,12],[1,19],[1,16],[5,17],[5,13],[33,82],[16,40],[4,10],[19,-3],[0,-1],[178,-63],[1,0],[23,-8],[103,47],[1,1],[23,18],[56,162],[95,18],[12,3],[51,10],[75,26],[61,23],[32,16],[19,5],[6,1],[8,2],[26,-3],[18,-2],[31,-3],[6,3],[17,7],[19,21],[12,18],[9,18],[1,8],[2,18],[48,163],[1,1],[2,2],[9,12],[21,24],[58,15],[38,-3],[0,0],[0,0],[51,-7],[119,0],[124,10],[44,10],[40,11],[39,18],[54,31],[8,2],[51,31],[48,47],[28,-9],[17,-5],[9,-3],[19,-6],[61,-26],[79,-34],[59,-18],[15,-2],[3,0],[297,9],[21,1],[3,-5],[15,-23],[41,-18],[8,-3],[41,-13],[20,-4],[65,89],[54,60],[53,78],[3,5],[20,20],[6,5],[23,18],[64,26],[1,0],[-6,-22],[-14,-52],[-1,-1],[-1,-2],[88,-19],[16,79],[5,23],[0,1],[12,-3],[15,94],[-7,1],[0,0],[3,17],[12,3],[0,1],[3,22],[5,34],[21,-3],[60,-18],[50,-2],[37,-5],[46,9],[14,4],[43,14],[112,41],[87,34],[45,14],[3,1],[1,1],[7,-3],[2,0],[13,-4],[83,-30],[50,-21],[23,-10],[77,-33],[228,-106],[66,-43],[62,-41],[16,-10],[18,-11],[57,-38],[8,-5],[102,-66],[0,0],[-30,-293],[-2,-16],[-4,-43],[-9,-58],[-7,-19],[-1,-1],[19,-1],[0,0],[-54,-414],[0,0],[0,-11],[1,-30],[0,-2],[-30,-28],[-54,-59],[-25,-30],[-44,-63],[-19,-34],[-25,-54],[-6,-14],[-21,10],[-16,1],[-9,-5],[-17,-17],[-1,-2],[-37,10],[-7,1],[-35,-76],[68,-43],[-22,-44],[-167,-339],[78,-67],[-36,-60],[99,-81],[4,-3],[0,-1],[-18,-30],[-301,-488],[-2,-3],[-1,-1],[87,-91],[12,-14],[1,0],[-25,-26],[0,-1],[-1,0],[-189,-174],[-38,-36],[-23,-23],[-274,-288],[-16,-18],[-82,-98],[-21,-23],[-22,-3],[-32,4],[-35,14],[-9,-16],[0,-1],[40,-16],[36,-4],[1,0],[4,1],[-3,-3],[-2,-2],[216,-293],[0,0],[19,-35],[95,-104],[10,-11],[6,-6],[13,-15],[58,-41],[37,-26],[111,-92],[31,-26],[66,-43],[34,-4],[64,-6],[3,-1],[24,-11],[36,-22],[41,-13],[29,-15],[33,-21],[51,-18],[40,-15],[115,-116],[22,-24],[161,307],[9,18],[118,224],[13,24],[234,445],[10,18],[21,38],[169,300],[34,60],[31,63],[18,-10],[9,13],[10,10],[9,3],[5,2],[7,1],[14,2],[143,12],[763,64],[0,1],[-2,6],[-1,12],[1,0],[17,1],[1,-10],[2,-9],[696,43],[22,0],[28,-10],[205,-194],[19,-35],[0,-1],[-5,-42],[-14,-90],[-4,-33],[-1,-21],[0,-1],[2,-21],[10,-25],[1,-2],[12,-15],[1,-1],[42,-17],[77,-22],[9,-2],[235,-77],[13,-3],[1,0],[3,-1],[252,-122],[15,-7],[53,-25],[10,22],[37,108],[60,209],[7,23],[2,5],[15,41],[9,3],[220,80],[12,4],[1,0],[-34,-96],[-162,-460],[0,-2],[205,-102],[163,-82],[6,-3],[72,176],[51,127],[93,234],[110,276],[0,0],[1,1],[17,43],[10,24],[19,-9],[52,-23],[-17,-36],[-16,-39],[-1,-1],[-21,-52],[3,-26],[31,-100],[-1,-8],[-17,-45],[65,-29],[38,63],[28,-19],[16,-7],[53,131],[7,17],[-45,20],[0,0],[31,95],[22,62],[14,31],[15,17],[16,8],[19,2],[18,0],[30,85],[70,-28],[189,-69],[123,-45],[5,13],[41,106],[211,-74],[273,-108],[452,-163],[15,-9],[0,0],[-5,-12],[-14,-33],[-9,-20],[-59,-137],[0,-1],[123,-53],[203,-88],[168,186],[1,1],[7,8],[7,-7],[6,-6],[2,-1],[62,68],[24,28],[166,181],[10,10],[44,48],[124,149],[32,37],[22,26],[38,44],[1,1],[61,69],[61,63],[6,6],[0,-1],[1,1],[-5,-13],[-4,-12],[-52,-143],[-3,-8],[-21,-57],[-3,-6],[17,-5],[0,0],[135,-54],[151,-65],[3,9],[3,9],[9,10],[37,69],[102,187],[81,150],[10,-8],[9,-8],[8,-6],[28,-22],[-43,-324],[-20,-130],[-2,-14],[-5,-36],[-7,-57],[-16,-116],[-18,-134],[-18,-135],[-21,-163],[-319,110],[-47,14],[-36,-121],[-36,-136],[-6,-21],[-5,-20],[-22,-83],[-21,-78],[-6,-19],[-41,-160],[-21,-81],[-12,-47],[-33,-108],[-69,-219],[-14,-54],[15,-13],[0,-1],[4,-5],[322,-152],[139,-59],[5,4],[2,6],[2,8],[17,27],[27,-10],[0,-1],[-13,-40],[-1,-7],[-6,-41],[-3,-22],[0,-2],[-42,-300],[-1,-4],[-4,-19],[0,-13],[-46,-295],[-3,-19],[-4,-43],[-41,-264],[-3,-20],[0,-15],[-17,-113],[-18,-119],[-5,-30],[18,0],[40,4],[16,4],[18,27],[3,3],[7,3],[316,70],[313,70],[367,83],[19,23],[22,-14],[2,-1],[24,5],[382,82],[68,17],[6,4],[8,5],[44,1],[34,9],[50,15],[32,7],[748,167],[32,7],[19,12],[0,1],[-5,17],[-12,51],[0,1],[32,21],[102,67],[78,39],[124,52],[172,78],[148,67],[131,60],[18,12],[28,29],[3,3],[13,22],[15,27],[13,27],[24,60],[33,85],[21,59],[21,46],[24,46],[21,32],[21,23],[1,1],[49,53],[7,8],[19,21],[8,8],[81,91],[12,14],[13,15],[69,77],[9,13],[-3,10],[-39,149],[-17,65],[-17,64],[-20,77],[-32,122],[-33,126],[-36,136],[-39,152],[-27,103],[-16,58],[-27,106],[-15,55],[-19,73],[16,4],[36,11],[38,10],[70,20],[17,6],[21,7],[12,14],[1,1],[39,74],[10,20],[23,65],[0,0],[-18,2],[-10,8],[0,2],[10,-9],[1,0],[40,111],[4,20],[2,5],[0,3],[1,5],[1,17],[1,35],[-3,38],[-3,24],[-4,20],[0,1],[-3,12],[-11,27],[-14,23],[-15,17],[-55,59],[-17,42],[0,3],[-128,128],[-17,16],[-53,55],[-88,87],[-27,26],[-86,90],[-91,91],[-65,65],[-12,14],[-11,94],[-9,63],[-11,48],[-7,19],[-8,26],[-29,103],[-49,172],[-3,11],[-2,12],[-4,31],[-3,34],[0,2],[0,38],[2,16],[1,4],[1,6],[1,11],[0,0],[-11,2],[-7,2],[-34,30],[-36,21],[-13,4],[-8,4],[-6,12],[-7,64],[0,1],[2,15],[7,83],[6,80],[9,104],[2,11],[2,10],[2,11],[23,137],[20,126],[14,92],[17,115],[6,50],[2,40],[3,99],[1,40],[2,9],[1,12],[30,9],[12,3],[89,25],[50,-205],[56,-217],[25,-96],[19,7],[70,27],[20,8],[14,6],[13,6],[142,66],[58,29],[34,23],[48,37],[25,19],[107,79],[100,74],[16,12],[137,104],[0,1],[-124,337],[-9,29],[0,0],[42,3],[17,-1],[0,19],[1,6],[1,25],[0,0],[-4,31],[-9,26],[-27,45],[-36,38],[-18,14],[-4,8],[-5,8],[0,0],[0,0],[1,1],[11,10],[-65,121],[-66,-51],[-34,23],[-9,207],[-4,162],[0,1],[-2,298],[0,2],[-1,18],[0,1],[-1,143],[-1,19],[-2,35],[-12,53],[-2,37],[0,0],[6,17],[20,20],[6,6],[12,10],[6,2],[3,8],[4,9],[-1,0],[1,0],[-24,7],[-1,0],[-1,0],[-14,4],[-78,7],[-250,24],[-128,5],[-153,6],[0,-1],[-17,10],[1,0],[15,97],[-50,9],[3,14],[8,48],[0,0],[-18,-5],[-7,-55],[-1,0],[-108,19],[-77,22],[45,122],[-110,56],[17,52],[1,2],[5,15],[-173,-11],[-27,-2],[-39,-3],[-34,0],[-272,-11],[-311,-10],[-107,-1],[-98,0],[-156,-3],[-74,-2],[-33,-1],[-11,-1],[-10,0],[-48,-2],[-166,-1],[-12,0],[-11,0],[-37,0],[-8,0],[-9,0],[-310,0],[-23,-2],[-2,20],[-13,92],[-10,56],[-18,63],[-27,127],[-2,31],[-41,150],[-38,137],[-26,110],[-34,182],[-28,142],[-66,361],[-5,24],[-76,377],[-10,58],[-19,91],[-15,77],[-16,67],[-17,60],[-40,103],[-55,131],[-63,149],[-213,519],[-127,301],[-27,73],[-69,164],[-77,200],[-78,199],[-50,121],[-33,70],[0,0],[0,1],[10,5],[2,1],[31,16],[329,161],[0,1],[-11,22],[1,0],[23,12],[0,1],[-56,115],[-11,33],[-5,32],[0,1],[0,42],[5,27],[11,28],[24,31],[24,19],[264,165],[48,24],[13,13],[60,39],[147,89],[27,18],[2,0],[28,13],[27,18],[22,12],[71,46],[92,55],[-1,1],[-13,26],[-9,19],[-48,114],[-114,276],[-127,299],[-59,136],[-37,86],[-7,16],[-39,88],[-75,176],[0,3],[-6,13],[-11,25],[-60,137],[-34,80],[-97,226],[-10,13],[-10,8],[-9,0],[-17,-7],[-11,28],[0,0],[19,9],[4,8],[5,11],[3,34],[2,36],[24,88],[20,60],[24,45],[27,30],[109,96],[151,134],[129,107],[49,43],[59,65],[49,78],[30,79],[27,83],[34,115],[22,109],[4,33],[1,48],[0,0],[-3,27],[-14,115],[-13,85],[-32,218],[-14,90],[-36,121],[-57,178],[-61,208],[-11,39],[-50,175],[-2,8],[-7,14],[-18,13],[-22,13],[-19,23],[-1,2],[0,1],[-5,13],[2,14],[0,0],[1,5],[3,16],[11,14],[7,5],[16,11],[14,11],[6,8],[3,36],[13,54],[19,54],[19,44],[120,264],[69,156],[67,143],[18,47],[11,52],[3,68],[12,98],[24,204],[15,111],[29,255],[0,1],[-2,26],[-6,23],[-24,31],[-38,28],[-65,14],[-112,24],[-81,16],[-569,124],[-212,45],[-250,53],[-108,22],[-118,28],[-45,8],[-47,8],[-45,2],[-42,-2],[-248,-38],[-239,-36],[-107,-15],[-75,-8],[-45,-3],[-26,0],[-14,5],[-15,4],[-35,13],[-62,24],[-39,22],[-47,32],[-41,33],[-59,54],[-74,83],[-31,41],[-7,4],[-7,-1],[-27,-24],[-8,6],[-33,32],[-6,5],[-6,-1],[-11,-6],[-56,-70],[-21,-36],[-2,51],[-5,25],[-22,-1],[-45,-8],[-49,-16],[-6,-2],[-29,-11],[-15,-7],[-58,-10],[-28,-4],[-36,-2],[-25,2],[-26,8],[-10,3],[-53,22],[-50,0],[-31,-3],[-9,28],[-208,661],[-5,18],[-3,5],[-5,7],[-2,2],[-7,4],[-41,11],[-42,10],[-49,10],[-29,8],[-82,26],[-58,23],[-40,20],[-50,28],[-83,60],[-59,52],[-49,47],[-26,26],[-20,25],[-28,34],[-18,26],[-14,21],[-17,29],[-30,57],[-13,29],[-31,82],[-12,47],[-22,73],[-11,68],[-13,93],[-4,82],[0,1],[4,71],[10,81],[17,83],[44,183],[14,67],[0,1],[-1,32],[-11,96],[-4,44],[-7,12],[-11,6],[-12,-2],[-19,-3],[-33,-12],[-38,-7],[-305,-55],[-26,-4],[-18,-3],[-9,38],[-378,-71],[-27,-6],[0,0],[-57,-28],[0,-1],[-72,-36],[-65,-33],[-22,-14],[-51,-31],[-50,-26],[-308,-159],[-104,-53],[-72,-39],[-33,-18],[-11,-3],[-24,-4],[0,-3],[0,-1],[-4,-3],[-7,-2],[-15,5],[-20,22],[-44,52],[-28,31],[-93,101],[-54,50],[-22,21],[-71,70],[-82,78],[-6,10],[-24,21],[-10,2],[-41,39],[-27,24],[-113,103],[-385,362],[-199,194],[-209,201],[-20,12],[-239,232],[-374,357],[-291,283],[-1244,1182],[-398,404],[-26,11],[-10,15],[-84,94],[-36,25],[-159,141],[-105,98],[-2,4],[0,0],[-93,96],[-22,22],[-85,80],[-130,122],[-228,224],[-233,245],[-38,41],[-87,106],[-50,71],[-8,13],[0,0],[-15,22],[-111,176],[-118,193],[-70,124],[-47,100],[-42,98],[-44,129],[-56,187],[-5,17],[-12,43],[-51,205],[-28,141],[-30,197],[-1,1],[1,0],[-17,110],[-6,118],[-1,20],[0,19],[0,24],[-2,844],[13,8],[23,15],[0,22],[184,119],[28,18],[126,143],[-1,0],[1,1],[-90,98],[41,24],[36,32],[22,17],[17,7],[26,6],[27,-2],[29,15],[9,8],[16,14],[20,31],[44,100],[7,36],[18,17],[337,322],[7,5],[19,15],[127,124],[25,24],[1,-1],[40,-39],[221,243],[129,141],[14,16],[-45,45],[-314,316],[0,7],[-4,68],[1,7],[-9,-2],[-15,-10],[-16,24],[-9,-13],[-132,-9],[-368,-34],[-318,-29],[0,32],[-102,-8],[2,-25],[-3,-10],[-6,-2],[-8,-2],[-139,-8],[-11,-4],[-9,-6],[-3,-6],[9,604],[2,412],[4,355],[4,19],[-5,0],[1,26],[6,1107],[1,284],[-5,127],[-12,218],[-11,114],[-27,107],[-25,120],[-1,1],[-40,148],[-58,220],[-3,10],[-4,13],[-71,203],[-66,175],[-229,567],[-85,227],[-5,3],[-34,85],[-8,19],[-1,4],[-9,21],[-28,70],[-31,78],[-10,24],[-115,281],[-19,49],[-17,39],[-25,62],[-24,57],[-17,43],[-28,75],[-32,90],[-30,96],[-41,120],[-33,104],[-20,98],[0,0],[-1,4],[-9,31],[12,71],[0,0],[-13,29],[-118,9],[0,-2],[-10,10],[-23,22],[-45,47],[-84,77],[-25,25],[-12,-31],[-6,-9],[-24,-41],[-164,194],[-4,5],[-168,-16],[-203,-19],[-87,-7],[-60,-8],[-67,-16],[-39,-17],[-8,1],[-9,0],[-71,-26],[-84,-21],[-64,-25],[-8,-3],[-9,-2],[-104,-28],[-149,-41],[-57,-19],[-17,-6],[-569,-149],[-46,0],[-478,3],[-5,-29],[-14,1],[-14,-24],[-117,-188],[-28,18],[-220,172],[-148,1],[-8,-13],[-95,-146],[-194,-300],[-34,27],[-204,158],[-64,49],[-31,20],[-52,43],[-72,58],[-86,66],[-177,138],[-441,341],[-48,37],[-15,10],[-140,110],[-21,17],[-220,173],[-26,20],[-144,113],[-129,100],[-325,249],[-14,11],[-498,381],[-40,30],[0,0],[79,214],[205,563],[0,0],[-2,1],[-288,208],[-18,13],[-1,0],[-212,-564],[-72,-199],[-190,147],[-15,11],[-79,58],[-71,56],[-144,113],[-4,3],[-33,31],[-6,5],[-16,25],[-8,13],[-12,35],[-22,64],[-13,44],[-56,-30],[-44,-22],[-554,-283],[-446,-226],[-25,-12],[-169,-86],[-676,-347],[-7,17],[-16,40],[-4,9],[-61,152],[-9,17],[-78,180],[-8,18],[1,1],[205,333],[10,21],[215,352],[185,301],[138,226],[45,76],[18,32],[82,142],[13,26],[79,134],[0,1],[-19,10],[-232,104],[-705,339],[-315,148],[0,2],[0,34],[-2,18],[0,1],[0,1],[1,28],[-9,243],[-9,156],[149,163],[13,14],[145,158],[194,208],[13,14],[93,100],[110,119],[13,13],[544,585],[12,13],[325,349],[34,37],[13,15],[-1,0],[-10,15],[-162,239],[-10,16],[-31,45],[-29,44],[-89,133],[-1,1],[1,0],[-14,19],[-16,-13],[-23,-18],[-598,-481],[-164,-132],[0,0],[-6,9],[-90,138],[-97,150],[-184,283],[-276,-222],[-79,-64],[-16,-13],[-70,-57],[-30,-24],[-10,-13],[0,-1],[30,-46],[310,-478],[32,-52],[1,0],[-38,-31],[-397,-320],[-18,-14],[-182,-147],[-24,38],[0,0],[-27,-19],[-4,10],[-46,72],[-69,107],[-49,86],[-12,21],[-22,42],[-25,50],[0,2],[-2,20],[-2,18],[0,12],[5,22],[4,19],[-1,19],[-6,11],[-12,10],[-23,0],[-31,-11],[-6,-4],[-2,-1],[-14,27],[-24,-14],[-5,-31],[-9,24],[-21,26],[38,30],[82,62],[73,55],[11,9],[1,1],[0,0],[32,27],[-4,13],[-153,427],[-64,178],[-79,221],[-6,16],[1,1],[15,12],[95,78],[77,63],[25,21],[-2,0],[-36,3],[-69,5],[-17,2],[-169,14],[-108,9],[-162,13],[-17,2],[-132,11],[-17,1],[-111,9],[-34,3],[-18,2],[-290,24],[-18,1],[-138,12],[-18,1],[-134,12],[-17,1],[-35,3],[-2,0],[17,-19],[60,-70],[96,-104],[1,-1],[1,-1],[-18,-7],[-214,20],[-329,30],[-305,24],[-23,25],[-20,-3],[-46,-8],[-10,-10],[-18,7],[-20,8],[-32,4],[-173,4],[-48,1],[-111,11],[-55,14],[-17,4],[1,2],[1,4],[47,227],[0,1],[16,-3],[41,198],[4,19],[11,15],[7,46],[0,28],[-80,26],[-16,5],[-18,6],[-78,25],[-127,37],[-19,5],[-12,4],[-113,41],[-16,6],[-141,51],[-17,6],[-71,26],[-7,-28],[-30,-119],[-23,-118],[-24,10],[0,0],[-3,1],[-197,84],[0,1],[73,265],[-1,0],[-30,17],[0,1],[76,429],[-1,0],[-17,1],[-219,13],[-69,4],[-173,10],[-16,18],[1,1],[11,29],[57,138],[7,17],[0,0],[-7,1],[-57,3],[-85,1],[-117,0],[-11,-1],[-54,-1],[-24,-1],[-23,-1],[-70,-2],[-55,-1],[-63,-2],[-228,-10],[-129,-5],[-514,-22],[-50,-2],[-38,-4],[-2,25],[-2,10],[-12,54],[-25,119],[-3,34],[0,1],[5,48],[62,316],[11,57],[40,206],[14,69],[11,60],[3,18],[3,37],[0,2],[-1,48],[-3,40],[-8,32],[-14,48],[-7,19],[-4,12],[-10,96],[-1,18],[-7,107],[0,5],[-4,55],[0,0],[0,0],[0,1],[-2,26],[-18,-2],[-1,0],[-90,-19],[-1,0],[1,0],[-127,-20],[-1,10],[-7,87],[3,21],[6,14],[7,12],[0,1],[0,12],[-4,10],[-13,5],[-16,3],[-63,-1],[-1,11],[0,2],[0,4],[0,27],[-3,115],[-5,284],[-5,18],[-16,5],[-59,9],[-39,7],[-9,1],[1,1],[1,23],[6,126],[8,146],[1,16],[4,148],[0,0],[-11,-2],[-5,-1],[0,10],[0,1],[1,39],[-45,5],[-60,3],[-17,1],[-64,4],[-37,3],[-34,7],[-38,6],[-67,3],[0,1],[4,92],[10,243],[4,87],[164,-15],[0,0],[-6,-151],[35,-2],[18,311],[3,54],[10,-8],[91,-71],[25,-20],[41,-38],[142,-133],[19,-22],[30,-32],[38,-43],[60,-81],[29,-53],[8,-21],[21,-52],[3,-23],[20,-4],[1,-1],[14,0],[44,1],[12,-7],[8,-18],[3,-42],[6,-13],[14,-5],[419,10],[-4,58],[-1,15],[-1,35],[-5,198],[-1,41],[-6,65],[8,0],[-2,12],[-2,12],[0,0],[189,8],[-1,2],[0,4],[14,0],[3,0],[5,0],[3,0],[51,4],[44,1],[16,-4],[10,-10],[3,-25],[-2,-54],[-4,-25],[62,12],[47,-1],[35,-1],[7,4],[6,6],[4,7],[8,145],[-10,21],[2,30],[2,19],[7,87],[1,18],[5,107],[2,38],[0,2],[0,27],[-9,14],[-29,5],[0,1],[0,24],[2,113],[46,-7],[10,184],[14,264],[9,210],[1,19],[2,28],[0,3],[6,134],[6,131],[5,95],[0,0],[-2,0],[-10,0],[-48,-7],[-9,70],[-18,-4],[-6,-2],[-169,-62],[-53,-22],[-87,-36],[-1,20],[0,2],[-6,25],[-13,64],[-3,13],[-84,411],[-54,264],[-3,18],[-1,2],[-25,126],[-120,574],[-3,18],[0,0],[104,28],[95,25],[81,21],[101,27],[52,14],[58,15],[81,22],[67,18],[435,118],[2,1],[243,66],[1,125],[16,0],[2,30],[-278,-9],[-42,-1],[-1,24],[59,3],[5,8],[0,1],[-1,29],[-1,37],[0,28],[-1,21],[0,0],[-2,19],[0,3],[-11,113],[-47,478],[-1,20],[-11,109],[-2,112],[0,1],[2,53],[4,-8],[20,-14],[33,-6],[21,0],[0,51],[0,260],[0,0],[0,225],[139,-11],[8,115],[-114,10],[-33,3],[0,68],[0,1],[-1,328],[4,19],[6,10],[-1,0],[-23,8],[-156,52],[-34,13],[-24,7],[-3,0],[-11,1],[-31,-2],[-107,-37],[-131,-410],[-138,-38],[-34,-9],[-113,18],[-33,-6],[-15,1],[-60,7],[-16,3],[-64,5],[-4,-1],[-49,3],[-7,-2],[-3,-7],[-9,-54],[-4,-22],[-13,-61],[0,0],[0,0],[-10,14],[-34,54],[-32,50],[-40,63],[-13,22],[-13,23],[-53,-33],[-17,-11],[-40,-27],[-26,-17],[-36,-20],[-54,-30],[-8,-6],[-21,-16],[-16,-10],[-42,-25],[-23,-19],[-2,-2],[-1,4],[-14,67],[-25,98],[-19,61],[-27,84],[-37,116],[-32,97],[-8,18],[-21,45],[-7,16],[-3,9],[-2,2],[-1,4],[0,0],[21,9],[-6,21],[-8,26],[-20,86],[-14,61],[-14,60],[-14,61],[-9,40],[-10,39],[-14,53],[-15,56],[-8,34],[-6,24],[-38,168],[-7,24],[-61,208],[-14,48],[-3,10],[-16,-2],[-3,-2],[0,2],[-36,-1],[-34,8],[-53,6],[-174,20],[-139,15],[-81,10],[12,210],[-2,26],[105,-13],[77,-10],[21,172],[5,46],[7,34],[3,54],[-2,17],[-2,17],[-4,10],[-7,9],[-7,5],[-14,5],[-24,6],[-14,2],[-4,-1],[-68,18],[-194,50],[-26,15],[-28,2],[-25,7],[-23,16],[-25,17],[-47,25],[-11,3],[15,140],[3,31],[36,348],[5,40],[89,-11],[37,-4],[85,-10],[63,-11],[33,-3],[11,-2],[0,0],[70,-7],[25,-4],[12,-7],[7,-12],[3,-4],[43,-12],[97,-27],[15,-5],[30,-8],[61,-17],[70,-20],[60,-16],[17,-4],[75,-17],[21,43],[8,15],[22,54],[16,38],[25,62],[-14,7],[17,33],[-1,0],[-13,14],[0,1],[326,443],[106,-101],[12,-12],[138,-133],[63,-61],[85,-80],[13,19],[17,-16],[160,228],[-1,1],[-17,0],[0,1],[0,0],[2,25],[10,-3],[13,2],[14,6],[15,15],[35,52],[64,103],[-45,34],[-583,428],[-1,-1],[-270,161],[113,140],[45,57],[-26,-35],[27,36],[13,12],[3,3],[6,0],[24,21],[6,5],[-3,18],[55,-13],[7,1],[5,-16],[52,6],[35,-3],[47,12],[320,141],[216,94],[27,11],[25,10],[60,25],[80,41],[38,29],[18,19],[11,16],[23,30],[295,639],[32,-4],[124,-12],[100,-7],[16,-2],[39,-3],[36,-4],[85,-5],[111,5],[45,5],[2,0],[23,3],[9,22],[34,107],[21,67],[0,0],[0,1],[-101,7],[-485,8],[17,39],[31,77],[23,58],[7,19],[77,193],[57,191],[15,86],[0,1],[-1,27],[0,20],[-2,148],[-21,1],[-205,-8],[-144,-11],[-153,-24],[-72,-13],[-23,17],[-2,1],[-139,-38],[-178,-53],[-20,-6],[4,-54],[1,-15],[0,-2],[0,0],[-233,-23],[-177,-9],[-68,3],[-45,8],[-4,-40],[0,-2],[-28,10],[-18,15],[-26,33],[-61,102],[-69,116],[-23,35],[-17,-2],[-13,-2],[-10,-4],[-6,-15],[-10,59],[-26,186],[-17,130],[0,3],[0,0],[-1,27],[20,3],[83,13],[3,23],[42,6],[5,11],[0,1],[-4,96],[-3,71],[0,0],[5,9],[16,9],[24,9],[4,6],[0,1],[-7,56],[-8,4],[-16,-3],[-6,6],[-1,21],[0,0],[74,10],[137,20],[56,12],[51,17],[154,57],[13,7],[9,6],[141,56],[18,8],[223,75],[-1,1],[-5,19],[-3,11],[-1,4],[-23,107],[-65,199],[-53,144],[-2,27],[-15,20],[-8,20],[-5,30],[-3,33],[17,141],[2,21],[-2,5],[0,1],[-1,1],[-5,3],[-81,8],[-14,1],[-7,-3],[-4,-6],[-4,-15],[0,-1],[0,-1],[-4,-26],[-2,-10],[-57,-5],[-14,-2],[-32,-4],[-29,-3],[-34,-4],[-5,-2],[-8,-20],[-6,-8],[-7,-4],[-37,-3],[3,36],[-22,-1],[3,33],[0,2],[0,0],[-3,-33],[-43,-5],[-69,5],[-27,0],[-44,6],[-30,6],[-60,18],[-23,8],[-17,12],[-24,24],[-16,37],[-27,120],[-25,-9],[-6,21],[-23,145],[-8,46],[0,0],[1,24],[5,41],[-155,103],[-114,78],[70,92],[5,-2],[-5,2],[43,62],[14,23],[25,34],[77,111],[17,-6],[20,-8],[27,-13],[37,-21],[68,-38],[42,-25],[34,-22],[83,-39],[13,-7],[28,35],[71,88],[32,26],[2,-4],[5,-11],[27,7],[61,25],[32,14],[22,20],[10,11],[10,12],[20,48],[17,50],[8,17],[20,12],[30,13],[36,18],[15,13],[10,8],[36,50],[23,38],[20,20],[16,2],[7,1],[0,2],[-4,26],[-16,110],[-41,281],[0,0],[8,0],[148,-1],[117,-9],[33,-8],[29,-8],[0,1],[-7,27],[-66,207],[-124,383],[-69,209],[0,1],[-50,24],[-1,1],[-4,2],[-4,3],[-62,30],[-497,247],[-18,8],[-192,65],[-26,9],[0,0],[4,17],[2,4],[-11,4],[42,73],[-1,0],[-17,9],[-40,-53],[-15,-23],[0,0],[-113,8],[-193,51],[-25,38],[-49,92],[-9,16],[-3,2],[-3,1],[-5,0],[-3,-3],[-2,-3],[-1,-10],[0,0],[6,-65],[2,-10],[8,-15],[1,-2],[3,-6],[-83,53],[-64,23],[0,1],[0,0],[4,23],[-250,27],[-301,37],[-21,6],[-118,22],[-1,1],[-62,11],[-21,7],[-38,12],[-69,21],[-79,26],[-194,60],[-198,84],[-11,3],[0,2],[1,144],[0,1],[-239,55],[-90,21],[-123,33],[-38,9],[-97,22],[-226,48],[22,141],[30,264],[2,34],[6,80],[0,1],[0,10],[0,3],[3,153],[-1,5],[-3,37],[-1,7],[0,5],[0,5],[1,23],[0,0],[-29,6],[0,0],[-56,12],[-65,15],[-23,9],[-8,3],[-45,18],[-86,45],[-47,23],[-79,45],[-19,15],[-18,18],[-28,27],[-1,6],[-23,18],[-29,38],[-24,28],[-80,90],[-23,25],[-160,175],[-51,58],[-63,70],[-63,72],[-33,36],[-14,15],[-115,130],[-56,62],[-1,1],[-21,24],[-45,51],[-48,56],[-25,29],[-11,15],[-10,13],[-1,3],[-5,11],[0,1],[0,5],[0,7],[13,26],[19,33],[3,10],[46,80],[19,33],[81,144],[16,27],[117,219],[55,102],[59,117],[115,222],[218,439],[2,4],[9,27],[81,161],[39,82],[189,393],[113,241],[53,107],[58,126],[123,254],[32,-16],[3,-1],[19,-4],[17,2],[9,1],[0,-1],[0,-1],[1,0],[16,2],[11,1],[21,4],[49,36],[33,31],[23,29],[17,28],[6,-5],[1,1],[9,10],[111,-86],[24,-11],[98,-76],[97,-74],[99,-72],[4,9],[33,-20],[113,-68],[77,-41],[22,-12],[3,0],[11,-5],[30,-16],[169,-77],[24,-11],[0,-12],[78,-32],[71,-29],[1,-11],[1,-12],[8,-13],[12,-7],[8,-3],[55,-2],[68,-7],[14,-9],[3,-16],[3,-63],[2,-21],[49,-19],[53,-14],[8,1],[31,2],[38,5],[24,-2],[30,-26],[20,-14],[107,-52],[86,-32],[60,-26],[25,-9],[26,3],[36,17],[49,12],[33,0],[35,-6],[21,-12],[47,-36],[16,-14],[38,-9],[68,-5],[26,0],[70,16],[17,13],[9,-1],[5,0],[18,-5],[34,-10],[4,0],[36,-6],[16,-2],[16,2],[27,22],[11,12],[1,10],[7,56],[3,0],[84,-2],[122,-1],[3,0],[203,-35],[36,1],[29,-7],[0,0],[-1,-33],[20,-3],[110,-21],[181,-42],[38,-11],[35,-19],[111,-52],[249,-117],[19,-8],[44,-17],[11,35],[26,87],[5,15],[29,95],[21,77],[241,822],[34,110],[7,22],[98,317],[75,258],[50,151],[30,87],[28,82],[58,182],[0,0],[0,-2],[19,11],[3,1],[18,3],[8,1],[20,0],[146,-111],[114,-83],[25,-14],[4,-2],[54,-19],[218,-78],[27,-9],[7,-2],[200,-58],[94,-29],[24,-7],[160,-49],[17,-5],[118,-35],[24,-7],[85,-25],[263,-78],[12,-4],[8,-2],[6,-2],[52,4],[5,2],[35,14],[35,19],[46,24],[32,17],[65,35],[14,7],[200,108],[23,13],[23,13],[71,35],[13,10],[3,2],[22,0],[43,-10],[18,-10],[8,-6],[71,-82],[326,-383],[10,-10],[-4,-6],[-4,-11],[-1,-10],[0,-13],[3,-11],[5,-10],[2,-2],[5,-7],[8,-7],[10,-5],[10,-2],[10,0],[10,3],[2,1],[8,4],[8,8],[6,9],[3,5],[2,5],[1,4],[1,7],[1,8],[-1,4],[0,4],[24,11],[11,5],[104,48],[19,9],[214,101],[20,9],[70,32],[-1,1],[1,13],[-4,17],[-36,74],[-11,35],[-19,78],[-21,75],[-11,44],[-4,12],[-5,18],[-5,9],[-19,31],[-2,2],[-22,20],[-20,19],[-55,29],[-66,32],[-37,13],[-11,6],[-51,26],[-25,17],[-2,4],[-7,13],[0,1],[4,101],[5,103],[1,20],[10,243],[11,213],[4,103],[3,75],[1,3],[0,0],[-13,0],[-4,0],[0,2],[8,178],[11,236],[0,0],[-74,17],[-26,5],[-287,83],[-21,6],[-29,16],[-8,6],[-22,19],[-29,39],[-7,7],[-20,18],[-12,3],[-32,8],[-206,57],[1,6],[-20,8],[-16,0],[-19,-5],[-23,-25],[-81,23],[-371,101],[-4,30],[0,1],[0,1],[1,16],[0,0],[-27,12],[-76,32],[-102,33],[1,1],[37,101],[26,1],[16,7],[15,17],[27,58],[17,11],[17,5],[23,0],[14,6],[23,17],[16,24],[15,19],[0,1],[-35,-172],[-6,-56],[0,-1],[6,-1],[217,-21],[251,-22],[174,-13],[76,13],[6,-12],[171,32],[78,14],[19,4],[37,6],[9,11],[0,1],[0,21],[-3,63],[-3,78],[-1,21],[-6,322],[0,0],[8,92],[0,1],[0,3],[-2,48],[0,9],[-8,68],[-4,43],[-15,144],[-5,38],[-10,62],[-6,14],[-16,3],[-152,-25],[-4,22],[-10,67],[-19,49],[-3,7],[-184,-39],[-355,-80],[-144,-30],[-2,3],[-4,7],[-6,8],[-10,7],[0,99],[0,17],[1,8],[4,213],[2,119],[0,0],[-6,184],[-7,150],[-1,25],[-2,19],[-15,196],[-15,126],[-27,175],[-18,79],[-1,7],[-4,16],[-25,104],[-19,59],[-22,67],[-40,105],[-11,23],[-10,22],[-22,45],[-23,47],[-25,42],[-29,47],[-33,50],[-3,4],[-82,111],[-5,5],[-14,16],[-99,112],[-72,71],[-2,2],[-9,9],[-44,44],[-29,25],[-141,123],[-71,56],[-23,12],[-129,57],[2,1],[-2,0],[-14,7],[100,26],[80,28],[67,32],[10,13],[53,37],[3,2],[70,27],[164,31],[50,7],[17,3],[-72,256],[-50,177],[-6,24],[-3,10],[-83,-12],[-21,-3],[-375,-53],[-48,-8],[-12,-2],[50,-171],[11,-39],[19,-66],[8,-27],[-133,-109],[-103,15],[-8,1],[-16,-158],[-4,0],[-126,15],[-32,1],[-18,1],[-43,1],[-35,1],[-43,-6],[-58,-9],[-15,-2],[-35,104],[-10,34],[-86,291],[-243,898],[15,4],[0,0],[127,29],[10,-31],[0,0],[25,-101],[0,-1],[-6,-5],[-2,-1],[-14,-25],[-8,-25],[0,-14],[-1,-1],[41,-153],[6,-26],[253,77],[118,26],[45,10],[0,2],[-3,13],[108,20],[47,8],[-1,5],[226,37],[64,10],[78,12],[80,13],[15,3],[1,4],[4,19],[58,142],[13,30],[14,11],[12,16],[180,176],[166,161],[2,2],[24,26],[0,1],[-4,18],[-27,117],[56,2],[63,2],[21,1],[12,4],[2,1],[9,8],[0,2],[3,11],[7,24],[14,92],[2,54],[3,76],[6,137],[6,156],[24,-31],[67,-87],[61,-80],[70,-91],[0,-1],[11,-13],[93,-122],[239,-314],[111,-146],[132,-177],[102,-131],[31,-42],[292,-388],[176,-227],[53,-69],[41,41],[180,149],[9,-10],[3,3],[137,129],[69,66],[101,96],[22,21],[-1,1],[-63,64],[-143,153],[-21,19],[-23,25],[-64,68],[-129,135],[-239,242],[-26,28],[-10,11],[-130,150],[-155,167],[-158,162],[-11,15],[-64,70],[-50,47],[-26,25],[-66,58],[-22,33],[-98,120],[-12,19],[-9,17],[-185,196],[-122,126],[-51,52],[-304,306],[-212,224],[-39,41],[-30,37],[-99,100],[-114,114],[-45,44],[-16,16],[-13,13],[-126,131],[-92,97],[-23,27],[-13,14],[-78,87],[-112,145],[-15,-15],[-25,-25],[-2,0],[-54,-24],[-31,-19],[-149,-89],[-84,-54],[-7,-6],[-5,-13],[-14,3],[-8,11],[-8,29],[-20,35],[-14,33],[-5,14],[-7,33],[0,1],[0,37],[0,1],[4,35],[8,30],[60,165],[94,250],[11,29],[92,260],[2,8],[1,5],[6,23],[1,3],[11,111],[0,1],[19,37],[7,14],[22,-13],[36,-29],[62,-63],[134,-142],[13,-14],[12,-11],[183,-189],[43,-45],[12,-13],[7,-8],[61,-64],[11,-12],[13,-14],[25,-24],[35,-36],[33,-34],[13,-13],[14,-15],[14,-15],[37,-38],[10,-11],[46,-46],[12,-13],[21,-21],[92,-97],[74,-78],[63,-66],[12,-13],[40,-42],[104,-104],[125,-137],[13,-13],[40,-43],[155,-174],[13,-14],[11,-11],[18,-18],[85,-96],[51,-53],[10,-12],[97,-98],[30,-30],[108,-110],[199,-204],[13,-12],[58,-60],[22,-23],[256,-274],[182,-194],[12,-13],[143,-155],[11,-11],[339,-366],[29,-31],[8,21],[1,4],[124,-133],[21,-4],[4,-1],[19,6],[26,20],[4,18],[4,22],[11,16],[32,21],[7,12],[0,1],[0,12],[-11,29],[0,1],[1,17],[83,183],[78,49],[7,13],[-12,20],[-3,5],[-15,29],[-3,16],[1,4],[12,25],[20,24],[11,1],[6,-7],[-3,-23],[-4,-17],[-2,-12],[0,-20],[8,-11],[15,-3],[1,0],[60,45],[2,16],[-7,18],[-22,34],[-3,9],[-7,18],[-2,9],[-1,2],[0,1],[-2,12],[-1,16],[-8,9],[-55,55],[-11,13],[-35,39],[-31,34],[-228,254],[-152,151],[-55,55],[-67,71],[-138,144],[-193,208],[-6,8],[-84,88],[-14,15],[-93,98],[-88,95],[0,0],[-13,12],[-18,16],[-157,171],[-2,2],[-74,78],[-56,60],[-69,73],[-13,14],[4,5],[8,10],[2,2],[15,17],[8,15],[-5,16],[-9,6],[7,6],[11,9],[147,180],[0,1],[-202,204],[-197,203],[-82,79],[-6,7],[-3,5],[-8,9],[-16,21],[1,0],[-1,1],[115,132],[87,99],[119,140],[93,107],[93,107],[76,108],[9,15],[0,1],[1,-1],[9,13],[64,85],[138,185],[45,60],[0,1],[94,118],[28,-32],[53,-55],[32,16],[40,20],[80,39],[115,55],[108,54],[0,4],[0,14],[-10,38],[-35,114],[-10,31],[-1,15],[0,0],[5,16],[21,30],[22,27],[16,16],[-1,1],[-251,272],[-88,94],[-15,-16],[-14,-14],[-12,-13],[-25,-27],[-38,-43],[-17,18],[-8,9],[-245,-268],[-19,10],[-17,10],[-224,125],[-9,11],[-3,2],[-40,23],[29,58],[-44,26],[-75,46],[-30,18],[1,3],[26,87],[-38,24],[-56,24],[-18,-1],[-22,0],[-18,-11],[-1,-2],[-9,-5],[-25,-38],[-17,-47],[-13,0],[0,-1],[-167,98],[0,1],[0,0],[-1,0],[13,51],[59,243],[22,93],[5,22],[12,48],[24,101],[16,67],[19,79],[36,147],[5,20],[15,61],[1,1],[13,17],[3,3],[53,13],[23,1],[9,-4],[3,0],[2,-2],[5,-2],[0,1],[17,0],[34,0],[0,1],[0,1],[-4,15],[-2,8],[-7,100],[-16,134],[-9,62],[-9,49],[-16,71],[-1,3],[-14,52],[0,0],[0,1],[29,25],[9,9],[2,1],[87,76],[39,23],[39,13],[23,0],[47,-39],[-70,-71],[-22,-22],[3,-4],[104,-128],[345,-400],[187,-227],[168,-200],[22,-11],[109,-131],[43,-51],[17,-20],[246,-296],[45,-43],[4,5],[1,-1],[19,22],[209,240],[44,52],[57,67],[18,21],[12,14],[49,59],[67,76],[133,152],[68,75],[10,13],[26,32],[16,18],[5,10],[0,1],[2,8],[1,9],[-1,13],[-1,7],[-4,10],[-8,11],[-57,60],[-224,234],[-40,41],[15,22],[75,141],[73,139],[67,128],[101,193],[66,126],[15,29],[-1,6],[-5,33],[-192,214],[47,55],[75,80],[40,44],[-158,255],[-168,273],[-199,323],[-114,178],[-10,10],[-1,1],[56,42],[-2,3],[35,30],[45,29],[19,13],[107,70],[301,196],[162,92],[165,79],[61,30],[129,64],[171,69],[129,44],[50,16],[38,16],[2,-1],[226,74],[167,48],[4,1],[42,8],[52,8],[9,0],[19,6],[176,38],[60,9],[39,11],[60,14],[52,9],[95,8],[51,13],[31,5],[59,3],[67,5],[52,7],[17,2],[-26,-7],[117,9],[694,34],[46,2],[4,-1],[54,2],[53,7],[41,1],[12,-1],[23,1],[59,3],[372,17],[57,3],[-11,-5],[16,5],[26,4],[52,0],[64,1],[166,7],[9,0],[102,7],[792,37],[64,4],[786,42],[671,29],[20,-1],[166,19],[536,23],[485,26],[50,2],[218,9],[93,4],[54,-4],[54,-21],[69,-62],[15,-12],[1,-1],[2,6],[20,5],[18,-4],[28,2],[4,-13],[22,-8],[7,1],[6,2],[4,8],[17,-1],[2,1],[13,12],[-1,-4],[-7,-6],[2,-2],[7,-7],[10,-10],[29,-2],[25,0],[29,4],[35,7],[35,7],[39,10],[21,11],[8,7],[9,11],[180,66],[272,42],[385,60],[170,26],[124,24],[372,73],[36,-22],[0,10],[174,27],[-6,45],[60,6],[13,25],[6,5],[16,10],[19,7],[20,2],[26,1],[24,-5],[11,1],[12,1],[16,8],[27,19],[14,10],[-3,25],[0,4],[-1,21],[0,22],[0,18],[-1,27],[-2,23],[-6,57],[-3,19],[-5,23],[-6,57],[-2,14],[-6,38],[-7,43],[-97,-29],[0,1],[-3,23],[-20,168],[-22,202],[-17,153],[-22,244],[86,39],[44,23],[52,18],[90,39],[76,32],[85,34],[14,11],[-13,30],[-16,39],[-1,1],[1,0],[360,140],[117,47],[30,12],[113,43],[23,10],[114,42],[-11,32],[-42,83],[-98,188],[-17,33],[-23,42],[-68,130],[-96,176],[-13,19],[-85,-46],[-160,-88],[-17,-10],[-44,-24],[-89,-46],[-27,-9],[-154,297],[-207,391],[-88,171],[-129,241],[-86,165],[-77,145],[-44,83],[98,34],[70,24],[61,20],[19,6],[127,43],[102,39],[31,13],[101,44],[22,5],[163,85],[49,26],[-3,6],[52,17],[83,40],[220,112],[133,67],[23,11],[162,77],[98,52],[8,4],[74,45],[8,6],[43,31],[55,49],[75,69],[43,-71],[130,-225],[127,-212],[140,-234],[22,-34],[-10,-32],[-16,-67],[-15,-75],[-20,-89],[-8,-20],[-37,-100],[13,-26],[4,-7],[60,-154],[97,-252],[65,-174],[23,-49],[8,-18],[113,68],[46,25],[19,10],[26,15],[20,-329],[8,-119],[1,-21],[6,-156],[1,-28],[-8,-19],[-2,0],[-7,-10],[-7,-11],[13,-68],[5,-7],[6,-18],[4,-18],[6,-28],[8,-40],[16,-73],[34,-152],[-4,-8],[-41,-36],[-32,-30],[-24,-25],[-5,-6],[11,2],[8,2],[10,0],[7,-6],[7,-11],[21,-59],[7,-12],[33,-73],[36,-92],[115,-313],[0,0],[1,-3],[22,13],[15,-28],[5,-10],[476,268],[938,520],[488,265],[300,168],[405,223],[319,175],[254,144],[396,237],[88,51],[235,133],[43,24],[209,124],[124,80],[-12,36],[0,0],[-1,1],[-108,328],[-24,54],[-15,29],[-16,24],[-52,49],[-13,27],[-20,55],[-14,31],[12,12],[21,37],[50,100],[31,60],[10,19],[42,88],[2,10],[0,0],[17,-21],[12,-5],[9,0],[9,3],[12,11],[87,117],[-10,78],[12,5],[-113,107],[-12,22],[30,25],[26,34],[38,59],[31,46],[34,40],[10,9],[23,21],[43,28],[26,17],[20,14],[43,23],[36,13],[24,3],[23,0],[12,-3],[20,3],[30,24],[33,-42],[22,-3],[41,-54],[28,-4],[16,6],[-5,32],[-43,93],[-74,158],[-1,1],[0,0],[64,4],[21,-1],[45,-2],[92,-3],[85,-6],[20,0],[98,38],[103,39],[1,-1],[11,-36],[10,-66],[7,-36],[12,-21],[16,-14],[13,-23],[17,-17],[23,-3],[19,7],[18,23],[3,35],[11,36],[0,22],[-4,19],[-15,21],[-16,15],[-20,0],[-24,-6],[-21,-8],[-11,-1],[-9,11],[-5,13],[-9,38],[0,2],[26,9],[2,-2],[8,5],[130,49],[22,-20],[16,-56],[7,-14],[29,-42],[8,-17],[8,-17],[8,-18],[24,-38],[19,-22],[11,-3],[13,13],[7,17],[0,22],[0,5],[-6,23],[-5,14],[5,32],[6,16],[1,12],[-2,13],[-6,7],[-6,8],[1,19],[1,11],[-3,14],[-10,8],[-21,13],[-12,10],[4,13],[0,13],[-2,10],[90,35],[49,-67],[23,-20],[28,-19],[23,-7],[19,-2],[22,2],[22,13],[25,25],[12,19],[4,21],[0,13],[-5,17],[-16,13],[-16,6],[-10,0],[-11,1],[-31,-7],[-36,-17],[-23,-15],[-21,0],[-18,8],[-19,25],[135,53],[50,19],[0,0],[-26,16],[22,11],[-77,45],[-18,10],[-12,7],[-8,15],[-61,32],[-61,33],[-115,67],[-111,65],[-17,10],[-46,27],[-79,47],[-56,44],[-42,41],[-56,79],[-68,109],[-36,54],[-159,253],[-9,14],[-50,78],[-5,8],[-5,5],[0,0],[0,1],[96,75],[76,58],[76,58],[134,103],[22,17],[50,36],[36,21],[15,8],[13,10],[1,0],[96,45],[30,21],[7,10],[19,-3],[12,-4],[11,-5],[29,-19],[18,-10],[16,-3],[20,0],[22,7],[10,12],[6,16],[10,33],[8,27],[7,10],[13,5],[1,-1],[116,45],[21,7],[12,0],[10,-6],[5,-9],[2,-15],[3,-8],[12,1],[14,5],[9,9],[-20,66],[1,20],[2,20],[18,40],[7,-4],[224,103],[28,10],[24,-29],[5,-15],[19,9],[126,59],[56,27],[72,34],[62,2],[14,-3],[6,30],[4,12],[0,-1],[58,-16],[52,-13],[44,1],[45,20],[43,42],[9,109],[10,19],[27,22],[32,27],[0,0],[1,0],[33,27],[0,0],[0,0],[225,171],[15,8],[-2,0],[-37,18],[29,13],[-6,5],[-40,37],[-23,31],[178,132],[120,100],[20,17],[67,46],[22,12],[12,3],[2,6],[15,12],[1,6],[10,16],[24,30],[22,25],[30,26],[63,50],[136,100],[37,24],[40,-71],[58,-106],[46,-78],[62,-103],[48,-82],[-1,-9],[3,1],[9,5],[6,3],[1,-1],[20,10],[18,-1],[7,5],[42,41],[11,12],[69,79],[18,24],[54,64],[21,20],[9,6],[-3,25],[16,16],[34,-5],[55,-7],[26,-22],[30,-23],[26,-5],[129,-7],[7,-1],[12,-17],[177,-250],[181,-257],[89,-120],[100,-139],[-112,-103],[184,-270],[42,-60],[7,6],[171,145],[163,139],[60,52],[82,74],[32,29],[4,3],[34,30],[45,42],[90,83],[133,128],[58,50],[133,114],[64,53],[176,136],[64,40],[21,25],[6,7],[16,4],[30,14],[5,4],[40,46],[26,27],[63,49],[114,90],[10,4],[18,-1],[12,8],[28,15],[10,9],[18,19],[10,9],[23,8],[12,5],[8,3],[13,5],[29,14],[21,14],[7,7],[2,7],[-1,11],[49,28],[125,76],[80,54],[75,50],[22,14],[124,78],[78,45],[82,43],[70,40],[251,129],[27,12],[20,5],[38,20],[129,56],[107,48],[56,23],[36,20],[44,18],[38,16],[2,1],[14,9],[9,0],[6,-2],[9,-5],[11,-11],[5,-2],[6,0],[13,3],[21,3],[36,-2],[76,1],[2,0],[-2,-2],[-38,-13],[-142,-45],[-2,-5],[21,-58],[0,-25],[-7,-41],[-4,-26],[4,-24],[3,-47],[15,-56],[5,-22],[-13,-22],[3,-26],[1,-11],[6,-36],[3,-17],[10,-79],[16,-133],[1,-27],[5,-9],[6,-4],[-5,-18],[0,-40],[5,-47],[6,-45],[14,-97],[50,-347],[11,-63],[1,-10],[11,-38],[15,-49],[12,-38],[51,-92],[14,-26],[2,-5],[19,-54],[6,-23],[8,-44],[-13,-129],[-11,-75],[-13,-40],[-15,-28],[-5,-13],[-1,-20],[-1,-56],[-2,-13],[0,-58],[-6,-19],[-4,-5],[6,-60],[8,-33],[24,-57],[32,-59],[38,-73],[30,-86],[60,-127],[23,-10],[247,99],[14,14],[27,44],[19,16],[24,13],[36,7],[-16,72],[-18,86],[-7,30],[-19,91],[-29,136],[-31,144],[-5,22],[-17,79],[-37,145],[-6,27],[-41,155],[-5,17],[-4,15],[-47,150],[-18,66],[-6,21],[-7,23],[-21,66],[-58,217],[-22,79],[-6,19],[-6,22],[-30,108],[-11,44],[-5,21],[-2,9],[-4,25],[-16,120],[-1,8],[-10,113],[-4,43],[-5,82],[-1,2],[68,0],[167,54],[47,15],[203,75],[19,8],[-3,11],[2,6],[64,46],[30,20],[1,-1],[46,-60],[102,-132],[34,-35],[40,-50],[132,-157],[18,-23],[16,-20],[280,-346],[23,-27],[34,-42],[115,-144],[144,-187],[16,-21],[60,-86],[56,-83],[51,-77],[30,-60],[12,-24],[29,-60],[32,-67],[22,17],[56,48],[144,130],[146,127],[140,121],[40,42],[21,22],[19,26],[34,98],[15,51],[13,31],[8,14],[6,4],[12,3],[53,19],[106,33],[108,32],[-10,29],[-20,39],[31,15],[26,6],[61,17],[49,21],[22,10],[14,6],[15,21],[15,15],[55,58],[17,18],[0,13],[3,20],[3,17],[3,12],[6,12],[6,10],[6,21],[1,13],[1,9],[8,14],[11,10],[13,0],[17,-2],[41,-10],[11,-4],[11,14],[10,6],[14,7],[14,3],[17,2],[12,8],[9,9],[7,10],[6,18],[9,16],[9,14],[17,19],[17,13],[22,19],[41,50],[37,25],[-15,4],[-44,13],[-24,11],[-23,12],[-19,14],[-24,26],[-3,9],[-6,15],[-6,12],[-5,9],[-12,21],[-12,17],[-16,15],[4,101],[48,0],[34,3],[51,3],[57,10],[33,5],[161,37],[30,7],[17,4],[1,5],[6,9],[11,13],[6,12],[4,10],[4,13],[2,12],[5,36],[3,18],[5,10],[5,7],[9,4],[1,43],[-17,11],[-8,8],[-9,9],[-11,14],[-6,13],[-5,18],[-7,13],[-5,7],[5,13],[35,72],[8,16],[12,13],[13,7],[22,12],[86,40],[87,41],[63,30],[9,6],[8,5],[-2,8],[0,1],[-2,12],[28,14],[13,8],[16,13],[4,2],[20,21],[19,22],[5,7],[14,18],[7,9],[40,45],[26,30],[16,19],[9,11],[-7,9],[-3,4],[-17,22],[-9,13],[-35,27],[-20,15],[-3,-6],[-32,-48],[-10,-7],[-20,-4],[-135,-16],[-126,-11],[-3,-12],[-4,-13],[-1,-7],[-65,-107],[-29,-46],[-24,-39],[-56,-78],[-12,-16],[-8,-8],[-18,-9],[-134,-72],[-9,-4],[-4,-1],[-9,22],[-102,226],[-86,192],[-15,32],[-28,62],[-79,176],[-10,22],[-74,154],[-20,37],[-1,1],[1,0],[-15,34],[-61,132],[-11,31],[-7,2],[-65,122],[-45,104],[-37,76],[-42,94],[-17,29],[-21,15],[-24,9],[-10,1],[8,13],[14,16],[47,35],[0,2],[-6,18],[-16,28],[-122,247],[0,0],[-29,58],[40,14],[54,5],[16,0],[7,0],[4,0],[48,-5],[16,0],[3,0],[16,3],[39,15],[163,75],[91,43],[32,15],[-3,6],[-22,48],[-97,210],[-76,168],[-41,96],[1,0],[37,3],[71,3],[25,-1],[197,-1],[393,-2],[199,-2],[25,2],[122,-4],[148,0],[240,2],[154,0],[111,-2],[18,0],[215,-6],[92,-1],[24,-2],[42,-3],[32,18],[37,21],[292,160],[187,100],[36,19],[95,49],[132,79],[3,-2],[49,-106],[81,-168],[26,-54],[47,-98],[39,-83],[6,-1],[9,4],[48,-5],[160,-10],[63,-3],[23,-2],[30,31],[17,14],[29,14],[29,13],[32,7],[32,4],[46,-1],[91,10],[24,2],[45,9],[33,10],[21,7],[25,13],[49,31],[32,28],[26,24],[21,24],[20,26],[19,32],[14,27],[9,17],[22,52],[14,46],[7,36],[2,8],[4,50],[0,35],[-4,47],[-5,40],[-11,42],[-16,40],[-36,61],[-33,44],[-51,55],[-12,12],[-20,15],[-57,28],[-20,10],[-13,17],[-20,26],[-21,38],[-33,60],[-5,10],[-22,49],[-20,66],[-12,50],[-43,83],[-29,42],[15,51],[10,33],[13,27],[-14,32],[-26,39],[-48,46],[-47,35],[-37,27],[-26,38],[-73,149],[7,-1],[137,83],[6,6],[9,6],[-5,12],[-44,81],[-42,84],[-31,42],[-5,7],[-28,51],[-9,19],[-13,26],[-16,31],[-14,23],[-8,9],[23,9],[44,19],[22,10],[19,13],[26,19],[27,23],[13,15],[2,12],[-4,47],[-7,72],[-2,27],[16,-26],[5,-7],[13,-21],[21,-20],[24,0],[57,7],[36,-1],[14,-14],[6,-43],[43,-2],[13,-26],[6,-59],[0,0],[3,-26],[34,1],[31,-1],[32,-7],[27,9],[32,23],[21,6],[36,-1],[39,-22],[13,-5],[16,8],[14,8],[16,0],[32,-22],[15,-24],[12,-15],[28,-16],[8,-5],[12,-3],[10,2],[15,6],[8,12],[2,13],[-1,12],[-8,10],[-31,15],[-25,6],[-32,10],[-25,9],[-17,13],[-20,11],[-21,13],[-8,10],[0,8],[20,39],[21,49],[-95,136],[-20,33],[0,16],[11,16],[33,25],[-24,45],[-31,45],[-37,38],[-35,33],[-13,36],[-38,206],[3,39],[40,53],[17,20],[18,22],[16,18],[52,65],[13,23],[6,16],[1,15],[-3,31],[-41,180],[-96,444],[-46,229],[0,2],[4,28],[20,3],[17,-73],[24,-22],[26,-20],[12,-6],[6,-24],[50,5],[23,4],[90,-354],[17,-66],[35,-118],[5,-9],[21,25],[20,29],[7,20],[-2,22],[1,17],[8,6],[18,4],[8,5],[40,62],[35,60],[1,14],[-2,19],[-8,33],[-36,103],[0,8],[15,7],[19,-64],[4,-2],[139,220],[94,152],[14,25],[4,12],[1,13],[2,26],[7,26],[12,23],[24,45],[-19,26],[-14,23],[142,119],[54,39],[19,23],[15,25],[329,259],[-3,35],[-13,91],[-16,94],[-34,210],[-10,63],[-24,138],[-16,92],[20,4],[93,17],[72,13],[1,0],[5,20],[-3,33],[-29,197],[-30,199],[-21,147],[18,15],[101,17],[77,13],[34,4],[22,-122],[24,-148],[51,-1],[27,-1],[6,1],[12,0],[19,0],[0,-1],[3,-33],[18,-3],[26,1],[24,4],[60,8],[29,-17],[5,-16],[29,-164],[7,-34],[0,-9],[10,2],[188,41],[22,5],[-5,17],[-1,25],[1,21],[14,22],[-1,21],[-7,16],[-6,18],[0,0],[0,11],[4,10],[-6,33],[-2,19],[-6,64],[5,5],[34,-1],[18,-1],[25,4],[36,6],[-15,94],[-5,84],[-4,21],[-2,2],[0,1],[-3,1],[-5,33],[-34,218],[-27,166],[76,18],[18,7],[12,-65],[63,-361],[3,-19],[55,-315],[16,-88],[1,-30],[1,1],[30,12],[42,11],[31,9],[73,59],[33,28],[262,213],[20,-11],[2,1],[30,-36],[18,-31],[24,-46],[15,-41],[16,-33],[6,-16],[21,-60],[22,-72],[11,-37],[10,-15],[15,3],[17,8],[9,5],[28,9],[27,5],[12,0],[8,-2],[6,-5],[12,-24],[6,-4],[11,0],[13,5],[27,16],[6,3],[11,18],[6,2],[7,0],[5,-3],[7,0],[18,12],[16,14],[12,-28],[17,13],[-6,7],[-12,31],[-20,60],[-50,154],[-17,59],[-43,144],[-41,135],[-5,22],[-37,120],[-20,68],[1,0],[7,5],[264,216],[27,24],[10,4],[57,-179],[8,-26],[386,254],[4,-12],[20,11],[7,-18],[42,-109],[18,-46],[17,-50],[16,-34],[40,-61],[7,6],[14,6],[11,-20],[7,4],[19,9],[14,5],[-6,26],[-1,28],[3,26],[6,17],[15,29],[24,29],[25,20],[-6,14],[31,-9],[15,-4],[11,4],[10,10],[11,14],[3,5],[13,22],[0,8],[-2,7],[-13,39],[-13,9],[-4,9],[2,18],[16,38],[7,24],[0,36],[-2,33],[0,14],[-2,12],[-8,11],[-14,12],[-10,6],[-15,2],[-14,-2],[-21,1],[-27,74],[-27,71],[-8,21],[-61,163],[-7,16],[-16,-9],[-23,58],[-1,3],[-43,109],[-114,302],[80,17],[17,3],[189,35],[95,19],[2,0],[16,3],[36,7],[21,7],[277,57],[123,27],[6,19],[29,75],[22,53],[6,12],[-1,3],[-56,125],[-39,91],[-37,114],[-24,107],[-22,119],[0,0],[-19,99],[-39,177],[-1,1],[17,6],[35,11],[59,20],[1,1],[-7,13],[160,61],[13,15],[-8,-1],[-8,3],[-8,11],[-19,64],[0,0],[-6,25],[27,7],[57,8],[201,31],[40,5],[35,9],[31,11],[26,16],[1,0],[23,19],[0,1],[43,38],[37,32],[20,-31],[128,-193],[43,-65],[37,-55],[82,-122],[126,-189],[23,-33],[131,-196],[9,-15],[90,-132],[77,-115],[19,-29],[102,-148],[14,18],[104,98],[152,143],[18,22],[132,175],[23,27],[37,45],[33,40],[58,65],[56,56],[88,85],[1,1],[-102,199],[-23,48],[-11,23],[-40,75],[-75,147],[14,10],[1,-1],[25,-48],[53,38],[7,-6],[-7,-65],[10,-6],[13,2],[14,-5],[9,-23],[9,-4],[6,5],[7,5],[6,1],[9,1],[19,8],[14,4],[13,9],[17,10],[16,-9],[9,-4],[9,0],[9,4],[11,6],[14,3],[15,-9],[8,-6],[22,-48],[30,23],[0,72],[1,60],[-35,21],[-19,-17],[-22,15],[-10,34],[-11,38],[13,22],[14,20],[-1,11],[0,8],[-9,23],[-4,10],[-1,1],[1,1],[36,25],[40,-69],[64,46],[73,51],[88,60],[15,11],[24,18],[20,14],[15,-23],[137,-222],[8,-14],[0,1],[73,46],[63,42],[-11,19],[18,8],[-11,18],[-70,116],[95,57],[33,47],[-15,39],[9,14],[-39,81],[-158,-90],[-9,-8],[-9,15],[-13,21],[-10,-9],[-194,304],[-166,254],[-79,121],[16,9],[23,11],[50,22],[142,60],[89,43],[56,31],[33,17],[47,32],[76,51],[33,25],[5,4],[0,-1],[20,-48],[44,-103],[43,-102],[37,-81],[55,-124],[31,-63],[5,-10],[16,12],[79,42],[215,113],[192,102],[0,0],[54,-164],[13,-48],[5,-19],[49,-189],[8,-25],[3,-21],[1,1],[17,6],[118,51],[140,64],[192,86],[37,18],[3,0],[33,20],[126,45],[62,22],[120,41],[7,3],[14,6],[27,4],[14,-75],[7,-38],[7,-40],[3,-32],[-3,-24],[-2,-17],[-4,-15],[-5,-10],[-4,-10],[10,-14],[1,0],[3,2],[7,3],[47,20],[72,29],[188,54],[-11,44],[-32,149],[51,18],[43,15],[0,16],[-43,193],[-9,44],[38,13],[2,7],[-38,171],[369,123],[11,0],[12,-25],[30,-51],[18,14],[7,10],[270,241],[1,1],[55,49],[207,188],[18,14],[15,11],[40,43],[53,52],[60,58],[42,41],[73,73],[99,94],[174,170],[199,191],[280,274],[114,-175],[12,-15],[31,-51],[-36,-28],[-13,-11],[-37,-39],[-84,-73],[-2,-10],[13,-24],[116,-176],[-184,-145],[-18,-15],[19,-29],[97,-148],[105,-164],[82,-125],[18,7],[33,16],[33,18],[20,13],[89,72],[48,41],[86,68],[50,39],[152,121],[14,-22],[56,-83],[11,-16],[145,-219],[15,-23],[17,-26],[11,-16],[-418,-397],[-140,-137],[-79,-79],[-122,-123],[-7,-4],[13,-21],[10,-11],[15,-9],[24,-8],[9,-6],[5,-25],[7,-13],[11,-13],[14,-7],[2,1],[13,-48],[0,-1],[4,-13],[15,-20],[15,-11],[10,-1],[11,-50],[-19,-15],[-6,-10],[0,-15],[4,-17],[9,-14],[-1,-5],[-27,-11],[-38,-21],[9,-15],[89,-18],[25,-8],[64,-57],[72,-84],[10,-19],[56,-84],[0,-30],[-52,-51],[-10,-23],[4,-24],[22,-12],[26,-9],[36,-4],[29,-37],[43,-14],[35,8],[36,26],[31,31],[61,-80],[15,-13],[24,-23],[182,-191],[17,-19],[4,-4],[0,0],[6,-8],[22,25],[39,44],[45,50],[38,42],[47,51],[40,45],[44,49],[41,46],[64,71],[49,55],[48,52],[45,48],[42,42],[32,31],[29,25],[24,20],[47,37],[11,9],[25,18],[53,40],[42,31],[40,29],[43,30],[42,29],[69,47],[82,55],[73,49],[69,46],[82,54],[69,46],[44,29],[30,19],[33,22],[5,3],[4,-5],[20,-36],[35,-70],[4,-6],[12,-26],[10,-14],[8,-11],[31,-26],[29,-50],[35,-72],[13,-24],[18,-17],[23,-50],[12,-27],[49,-102],[39,-79],[10,-17],[0,0],[0,-1],[-2,4],[0,-9],[-18,-20],[-16,-15],[-23,19],[-36,29],[-30,30],[-9,2],[-13,-3],[-11,-8],[-15,-20],[-18,-19],[-15,-17],[-13,-18],[-4,-8],[-9,-24],[-7,-13],[-7,-10],[-37,-22],[-5,-5],[-3,-6],[1,-17],[-1,-2],[-62,-52],[29,-58],[22,15],[1,2],[26,22],[24,10],[7,-1],[5,-2],[11,-13],[2,-63],[2,-11],[5,-10],[-7,-39],[0,-21],[3,-9],[-31,-24],[-12,-5],[-13,-4],[-23,-1],[-15,-5],[-10,-9],[-8,-19],[-5,-29],[2,-14],[9,-11],[15,-15],[26,-6],[29,-19],[20,-27],[16,-22],[0,0],[0,-1],[-17,-19],[-2,-3],[-93,-79],[-22,-21],[-3,-22],[-1,-1],[4,-11],[126,-261],[0,-1],[-16,-14],[-56,-48],[-100,-88],[-3,-7],[0,0],[10,-24],[111,-160],[27,-40],[37,-72],[80,-147],[80,-142],[48,41],[24,17],[1,1],[53,31],[103,72],[110,72],[24,14],[18,-52],[83,-155],[145,-262],[9,6],[35,-58],[22,-38],[25,18],[97,72],[38,26],[27,-131],[21,-108],[0,-1],[0,0],[8,-31],[6,-27],[20,-77],[32,-108],[43,-126],[7,-29],[26,-48],[1,1],[17,11],[33,18],[65,38],[185,140],[32,0],[34,45],[20,28],[113,87],[27,21],[430,324],[47,54],[33,49],[3,4],[7,20],[6,21],[5,15],[135,108],[150,118],[-26,48],[-94,164],[0,1],[-62,107],[107,439],[11,84],[72,51],[20,15],[0,0],[0,-1],[122,93],[-31,52],[-17,26],[-54,102],[0,2],[-14,30],[-74,131],[-30,57],[-12,31],[-2,18],[0,0],[-27,-20],[-39,-30],[-26,-20],[-123,230],[-116,206],[-50,95],[-57,100],[-11,20],[-118,219],[-50,87],[-95,172],[-61,110],[-9,16],[-78,140],[-25,30],[-26,26],[-26,28],[-104,138],[-22,29],[-149,-133],[-130,-112],[-130,-113],[-14,19],[-3,13],[0,0],[2,10],[14,15],[107,77],[12,11],[2,7],[0,1],[0,8],[-4,5],[-8,1],[-6,-3],[-27,-23],[-57,-54],[-29,-21],[-8,-2],[-13,2],[-8,6],[-2,10],[0,0],[0,1],[3,6],[166,139],[20,16],[6,0],[18,-6],[11,0],[6,4],[1,6],[-5,14],[-50,65],[-115,136],[-10,5],[-4,0],[-28,50],[6,5],[-91,147],[-61,-34],[-196,-115],[8,-13],[-17,-10],[-11,-6],[-42,67],[-124,202],[-12,9],[-7,1],[-9,-7],[-25,-22],[-18,-22],[-190,-179],[-93,-90],[-28,-25],[-8,-6],[-37,-35],[0,0],[-116,-113],[-68,-67],[-21,-20],[-15,-15],[-23,-19],[-16,-6],[-17,1],[-12,4],[-21,16],[-27,11],[-25,1],[-16,-2],[-26,47],[-17,30],[-92,160],[0,0],[5,16],[7,18],[10,26],[4,18],[3,26],[2,26],[2,10],[10,7],[17,13],[7,8],[4,6],[-1,7],[-13,27],[-7,16],[0,13],[6,12],[12,8],[13,4],[13,0],[16,-9],[9,-12],[7,-14],[7,-1],[21,10],[20,16],[5,12],[-4,6],[-14,14],[-24,12],[-15,5],[-25,-1],[-40,-10],[-31,-10],[-14,-8],[-26,-20],[-17,-16],[-13,-6],[-79,-29],[-13,19],[243,163],[131,87],[18,5],[318,206],[44,98],[15,36],[2,121],[-8,28],[-100,180],[-5,14],[-150,291],[-2,19],[-4,18],[-50,85],[-34,34],[-35,23],[-41,19],[19,103],[48,205],[10,58],[-1,-1],[4,31],[-144,-88],[0,1],[-8,21],[-1,15],[9,146],[-50,-1],[-160,-1],[-7,-1],[0,-1],[-26,0],[-67,-6],[-22,24],[-70,81],[-11,14],[-160,185],[-7,32],[-28,29],[132,96],[14,21],[-6,11],[-57,98],[-161,277],[-122,209],[-117,201],[-95,164],[-98,163],[-131,-107],[-150,213],[-212,128],[-38,29],[-5,-2],[-2,7],[-1,1],[-3,12],[0,0],[0,1],[-178,-75],[-214,252],[-277,330],[-106,-69],[-21,-17],[-11,23],[-8,17],[-62,102],[-84,135],[-52,66],[98,79],[-10,18],[12,15],[199,201],[26,18],[21,-40],[13,11],[36,30],[256,208],[11,16],[12,13],[-94,165],[29,36],[141,115],[401,333],[10,47],[7,32],[1,17],[-4,13],[-1,2],[0,0],[0,1],[1,-1],[43,33],[45,-62],[111,-154],[10,-13],[41,-66],[221,-314],[131,100],[78,59],[46,36],[34,20],[22,4],[30,-3],[7,-1],[9,6],[17,12],[28,7],[10,-1],[15,-4],[27,4],[63,49],[104,-140],[11,-15],[9,0],[8,4],[65,39],[15,9],[8,4],[14,-3],[11,-17],[46,-67],[7,-11],[15,-8],[21,8],[28,10],[31,13],[24,12],[21,-33],[13,-18],[2,-8],[1,0],[32,-19],[20,4],[63,14],[62,18],[72,29],[85,32],[94,31],[20,6],[59,10],[99,9],[26,-5],[179,12],[37,3],[209,-320],[316,245],[10,-4],[33,26],[-3,13],[41,41],[14,12],[-35,52],[68,58],[19,-28],[221,-347],[-1,-5],[-8,-11],[-1,-9],[2,-13],[60,-91],[65,-94],[-23,-77],[6,-2],[16,-11],[22,70],[11,7],[63,59],[19,16],[22,15],[24,14],[23,13],[44,20],[40,15],[57,19],[57,15],[16,-40],[4,-11],[-4,-7],[-16,-6],[-40,-6],[-32,-31],[-11,11],[-10,3],[-14,-2],[-31,-15],[-15,-6],[-6,2],[-12,9],[-7,0],[-12,-11],[-2,-11],[4,-19],[19,-44],[-1,-8],[-8,-10],[-11,-6],[-8,-1],[-13,3],[-8,-1],[-10,-4],[-35,-25],[-87,-59],[-21,-7],[-8,11],[-12,9],[-15,10],[-25,8],[-39,17],[-24,16],[22,-35],[4,-13],[0,-9],[-4,-11],[-14,-23],[-2,-12],[1,-39],[-134,-8],[-143,-8],[-171,-6],[52,-76],[-60,-53],[-14,-11],[185,-271],[-16,-3],[-15,-9],[-34,-28],[-155,228],[-46,67],[-124,176],[-15,16],[-22,19],[-27,13],[-15,2],[-15,-5],[-3,-1],[-79,-75],[139,-196],[81,-119],[242,-358],[94,-139],[-45,-28],[-75,-42],[-42,-22],[-11,-20],[57,-87],[242,-353],[123,-182],[10,-15],[211,-313],[25,-38],[18,14],[0,0],[94,65],[78,49],[82,47],[36,23],[245,131],[590,354],[447,266],[17,-27],[69,-98],[60,12],[21,-29],[13,-19],[38,28],[46,39],[90,-129],[109,94],[78,67],[11,9],[59,-78],[32,31],[59,-86],[101,83],[34,34],[-47,81],[18,37],[11,22],[1,5],[-6,4],[-15,-3],[-14,-4],[-9,4],[-10,8],[-2,10],[4,7],[14,9],[18,11],[16,12],[14,12],[3,2],[28,11],[20,10],[13,10],[14,9],[0,1],[8,16],[-71,105],[-84,109],[-22,27],[13,6],[324,193],[21,13],[13,7],[108,59],[35,12],[36,29],[59,30],[33,24],[164,106],[281,177],[328,199],[67,41],[12,-21],[27,-43],[4,-15],[1,-27],[-2,-10],[-4,-19],[-16,-16],[-48,-30],[-20,-9],[-16,-7],[11,-22],[8,-11],[7,-4],[9,-3],[33,-1],[13,-5],[14,-10],[13,-13],[18,-26],[12,-9],[13,-4],[52,-2],[26,5],[6,5],[0,8],[-4,13],[-18,30],[-3,9],[3,9],[68,57],[6,11],[-1,13],[-13,61],[-2,26],[3,16],[8,14],[19,17],[14,-19],[100,66],[53,-78],[24,-33],[54,-79],[8,-13],[2,-3],[132,-212],[195,-300],[64,54],[40,26],[55,38],[49,34],[27,13],[1,1],[13,-1],[12,5],[11,14],[5,27],[-9,18],[-24,35],[-27,36],[-269,355],[-20,23],[-33,46],[-98,137],[-10,23],[-7,6],[-5,1],[-21,-9],[-13,-6],[-29,-6],[-21,-3],[-20,2],[-20,5],[-18,9],[-12,10],[-13,18],[98,44],[111,53],[-2,1],[10,5],[112,76],[42,31],[14,11],[59,44],[140,108],[201,158],[91,61],[64,43],[115,71],[21,13],[10,6],[17,24],[4,26],[-3,26],[-47,145],[-17,81],[161,81],[47,25],[75,38],[21,11],[128,65],[24,21],[0,1],[470,-322],[40,-23],[102,-68],[5,-1],[319,49],[44,11],[55,12],[20,8],[19,12],[123,61],[26,13],[36,23],[55,39],[76,56],[46,37],[31,22],[22,20],[114,121],[44,45],[21,25],[107,205],[85,163],[13,9],[-1,46],[-35,63],[-27,44],[-19,23],[-38,38],[-128,125],[-106,101],[18,14],[105,82],[214,165],[80,62],[16,11],[-87,175],[-10,19],[-174,349],[-40,89],[-245,510],[44,24],[121,63],[77,43],[18,23],[-56,59],[-37,37],[73,50],[81,54],[-5,13],[-6,20],[-8,30],[-24,86],[-91,68],[-22,-9],[-7,24],[-12,42],[-8,28],[-2,14],[1,9],[6,11],[12,8],[11,10],[7,11],[1,10],[-8,12],[-9,4],[-12,-2],[-10,-3],[-13,-5],[-16,-2],[-11,0],[-6,5],[-3,9],[-1,14],[1,17],[-4,14],[-6,7],[-9,1],[-11,-2],[-11,-4],[-20,-9],[-15,-6],[-14,-5],[-38,-14],[-35,-12],[-24,-9],[0,2],[-10,31],[9,4],[21,10],[37,19],[61,30],[6,40],[10,6],[22,12],[38,23],[-2,15],[2,12],[11,14],[11,15],[4,5],[-13,31],[-12,28],[-7,11],[-20,-10],[-8,9],[-8,20],[0,4],[10,6],[35,19],[24,13],[19,11],[21,-30],[20,8],[80,49],[132,-120],[36,28],[56,36],[69,52],[9,4],[11,6],[76,46],[40,23],[5,14],[7,2],[15,7],[21,11],[32,20],[20,12],[12,9],[6,-12],[15,-33],[54,34],[100,67],[17,12],[42,28],[42,28],[11,13],[7,12],[9,14],[14,14],[13,10],[16,8],[16,8],[15,9],[11,7],[13,6],[15,6],[22,6],[69,87],[51,45],[54,55],[31,38],[2,11],[-3,22],[-8,59],[7,6],[7,8],[21,13],[28,19],[15,10],[11,9],[2,5],[-12,24],[-6,11],[-2,12],[6,6],[-17,35],[-19,39],[-10,21],[0,1],[0,1],[36,34],[38,35],[20,16],[29,24],[33,24],[31,20],[27,15],[44,24],[57,24],[176,79],[65,30],[1,-1],[15,-35],[14,-31],[-26,-17],[3,-12],[10,-23],[5,-14],[25,4],[8,2],[19,4],[35,16],[35,16],[26,-46],[85,45],[-28,36],[-7,9],[-12,18],[-12,19],[-16,31],[-10,26],[-10,27],[0,2],[0,0],[33,15],[37,15],[52,26],[112,-117],[47,-89],[18,19],[45,-43],[23,-16],[24,-7],[23,0],[15,4],[33,18],[56,43],[76,-118],[27,-39],[116,-177],[11,-19],[34,30],[98,90],[16,4],[58,-97],[264,-432],[19,-30],[50,-79],[30,24],[289,215],[88,66],[98,75],[83,65],[18,12],[14,11],[68,51],[39,30],[-12,22],[-104,173],[19,14],[-47,81],[-1,1],[45,37],[-1,0],[-19,17],[-10,18],[-2,11],[2,3],[-19,24],[-14,-9],[-8,1],[-7,7],[-6,10],[-2,5],[-2,5],[14,14],[5,6],[1,7],[-7,22],[-4,9],[3,2],[-29,56],[-92,173],[20,3],[-77,158],[-35,68],[-1,6],[0,1],[0,0],[35,25],[10,9],[5,35],[6,28],[10,14],[73,67],[20,31],[62,104],[46,73],[25,34],[74,-124],[35,-63],[4,-5],[6,-6],[5,0],[2,0],[22,16],[87,63],[22,16],[206,146],[13,8],[6,0],[-14,26],[-32,62],[16,14],[12,-21],[6,6],[137,87],[19,13],[24,16],[93,61],[43,28],[17,11],[143,65],[50,22],[207,98],[65,32],[46,23],[52,26],[60,32],[18,-13],[20,-2],[25,8],[22,-22],[0,0],[0,-1],[42,-31],[17,-25],[21,-24],[3,0],[0,-4],[55,-1],[19,5],[65,103],[15,23],[10,-27],[12,-1],[22,-10],[39,-8],[18,-2],[53,-91],[13,-25],[108,70],[14,8],[13,15],[3,-1],[31,20],[-40,64],[-12,33],[-19,81],[-21,52],[-1,1],[1,0],[181,135],[30,19],[31,23],[-44,79],[-13,23],[-112,202],[-134,237],[-121,221],[-34,60],[15,8],[42,4],[21,5],[33,13],[265,113],[153,71],[-17,17],[-2,4],[-7,2],[47,23],[0,-16],[3,-12],[59,-101],[138,-239],[77,-129],[27,-49],[19,-27],[28,-30],[25,-13],[42,-63],[36,-56],[81,-161],[-24,-16],[124,-234],[67,-110],[12,-26],[110,-214],[10,-29],[15,-94],[14,-80],[9,-69],[14,-79],[30,-101],[35,-87],[12,-24],[15,-33],[17,6],[18,-5],[22,-18],[8,-20],[13,-18],[4,-21],[110,-139],[0,-1],[0,-1],[1,-1],[17,-28],[25,52],[26,57],[17,37],[24,53],[22,48],[21,47],[8,17],[6,12],[7,14],[-8,5],[-11,7],[5,7],[8,14],[11,27],[12,32],[10,25],[17,50],[9,17],[7,15],[10,19],[5,19],[-2,7],[-3,7],[6,14],[10,21],[8,18],[5,6],[5,12],[6,14],[2,11],[9,33],[4,14],[6,28],[8,27],[12,33],[-1,12],[9,27],[4,11],[20,57],[18,54],[20,66],[12,34],[12,33],[18,39],[14,28],[12,21],[13,18],[20,28],[11,11],[8,0],[36,-18],[65,60],[-21,41],[28,28],[17,11],[22,23],[8,-3],[13,6],[9,5],[14,15],[21,33],[18,28],[6,14],[9,20],[7,11],[8,5],[7,1],[4,10],[21,54],[-13,11],[9,7],[3,6],[4,16],[6,18],[4,22],[18,6],[19,72],[7,25],[14,45],[9,33],[6,24],[23,79],[-24,5],[-9,0],[-7,2],[-8,5],[0,10],[1,5],[-5,6],[-9,4],[-7,2],[-7,1],[-6,6],[-7,10],[-6,10],[-11,17],[-12,14],[-8,11],[-1,6],[5,1],[8,9],[0,7],[-6,7],[-8,16],[-16,30],[-11,11],[-18,13],[-8,2],[-2,14],[-12,7],[2,23],[3,16],[11,47],[10,42],[16,62],[15,51],[11,42],[20,78],[17,54],[22,71],[7,29],[6,15],[4,13],[3,18],[18,73],[28,101],[14,53],[25,89],[18,66],[31,101],[12,33],[7,26],[3,14],[3,12],[21,16],[1,1],[6,5],[1,1],[50,35],[213,144],[0,2],[-1,10],[0,0],[19,13],[3,-25],[5,-45],[2,-43],[0,-1],[-5,-10],[-19,-21],[-23,-18],[-34,-24],[-102,-75],[-13,-11],[-42,-33],[0,-1],[4,-13],[4,-7],[84,-169],[31,-63],[44,-87],[84,-164],[242,-477],[14,-27],[5,-10],[54,-109],[66,-130],[44,-88],[12,-25],[47,-94],[80,-155],[10,-18],[18,-33],[42,28],[22,-44],[0,-1],[-51,-36],[-1,0],[15,-29],[1,-1],[-116,-84],[-1,-1],[105,-201],[6,0],[79,35],[22,6],[43,-81],[17,4],[71,29],[20,10],[13,-4],[6,-8],[45,-83],[2,-37],[35,-89],[25,4],[35,5],[38,2],[36,-4],[21,-7],[29,-17],[45,-27],[117,-70],[18,-7],[15,-3],[22,1],[18,4],[23,14],[20,14],[31,21],[117,85],[18,13],[42,31],[14,-20],[493,365],[213,64],[6,-23],[25,8],[6,-31],[17,6],[18,-77],[0,-2],[-2,0],[-62,-43],[-3,-9],[0,0],[5,-19],[12,-22],[9,-9],[7,-12],[1,-1],[-299,-203],[-453,-301],[-354,-240],[-1,0],[18,-38],[3,1],[14,-27],[5,-9],[3,-6],[34,-62],[1,0],[-152,-131],[-21,-17],[-40,-34],[-94,-78],[-61,-52],[-58,-304],[0,-1],[132,-190],[163,-226],[185,-258],[31,-44],[2,-24],[51,-77],[24,-14],[23,-1],[20,0],[36,-49],[57,-78],[60,-80],[335,-450],[0,0],[-1,-25],[0,-1],[142,-181],[1,1],[1,1],[41,-64],[21,-34],[37,-51],[128,-144],[3,-15],[1,-1],[-14,-16],[-1,0],[13,-14],[15,-12],[1,-1],[5,-4],[12,-9],[52,-34],[48,-33],[43,-38],[35,-30],[133,-104],[93,-64],[99,-58],[94,-58],[27,-12],[19,-2],[26,13],[459,844],[0,20],[-2,23],[-19,21],[-329,205],[0,0],[41,9],[55,77],[85,117],[31,47],[0,1],[-8,23],[-8,23],[1,0],[50,16],[47,29],[391,299],[183,142],[157,121],[19,14],[256,198],[24,18],[153,117],[126,96],[38,29],[104,74],[112,66],[89,48],[74,37],[26,13],[37,17],[2,2],[23,-1],[8,-2],[3,-1],[2,0],[11,-10],[17,-12],[44,38],[-1,0],[-9,20],[0,0],[-82,179],[-75,160],[-103,230],[-105,229],[-107,229],[-18,42],[-83,187],[-106,227],[-103,228],[-169,368],[0,0],[0,0],[25,13],[9,7],[3,7],[-1,10],[-28,65],[-16,39],[-7,22],[23,13],[0,2],[-3,19],[0,1],[2,23],[201,198],[89,84],[10,6],[14,-5],[20,-9],[33,-12],[9,1],[16,11],[30,24],[2,0],[121,114],[44,54],[-100,97],[-32,26],[40,51],[100,126],[-23,2],[-44,6],[-61,10],[-31,30],[-15,-5],[-18,12],[-58,42],[-89,65],[0,1],[7,20],[3,29],[0,1],[0,24],[4,12],[118,190],[87,147],[49,84],[11,-7],[34,-40],[54,-64],[26,-24],[11,-8],[0,-6],[0,-1],[-16,-19],[-1,-3],[0,-1],[40,-51],[13,-5],[9,5],[149,212],[6,16],[1,12],[0,1],[-11,25],[-2,3],[-76,137],[-71,128],[1,1],[5,9],[3,16],[0,1],[-2,12],[-6,12],[-12,16],[-21,24],[0,1],[59,117],[110,220],[70,141],[100,203],[33,68],[30,62],[23,7],[27,7],[9,4],[8,4],[25,12],[29,19],[157,-162],[4,-12],[0,-6],[0,-1],[-4,-6],[-10,-9],[-3,-6],[0,0],[1,-10],[26,-46],[17,-33],[13,-21],[30,-29],[30,-9],[31,2],[25,7],[27,7],[39,-5],[33,-5],[31,-3],[24,5],[28,17],[11,15],[3,20],[0,1],[-10,23],[-10,17],[-8,12],[-6,20],[0,1],[6,24],[22,40],[18,40],[0,1],[-1,1],[-114,122],[1,0],[46,56],[10,16],[0,0],[-87,105],[-79,-37],[-91,10],[0,0],[-78,118],[-26,38],[-28,38],[1,1],[-1,0],[148,295],[193,386],[13,26],[61,121],[109,217],[22,46],[68,140],[15,-17],[4,-42],[0,-2],[0,-26],[-14,-57],[-2,-10],[-5,-43],[-4,-43],[0,0],[3,-20],[8,-18],[6,-23],[4,-44],[1,-15],[18,-33],[12,11],[4,2],[7,0],[10,-6],[5,-3],[3,2],[3,1],[10,14],[16,14],[30,28],[-1,1],[-16,119],[-13,82],[31,36],[121,139],[78,88],[11,7],[24,-28],[0,-24],[18,-5],[16,-21],[-6,-30],[12,-9],[134,-181],[20,18],[0,2],[2,2],[99,106],[0,0],[8,21],[0,1],[-35,46],[1,0],[103,29],[56,13],[82,25],[40,12],[100,36],[16,10],[11,11],[6,19],[1,18],[9,19],[1,11],[0,1],[-7,38],[0,1],[0,19],[8,19],[12,18],[7,11],[3,14],[1,26],[3,18],[9,18],[9,6],[18,0],[13,-1],[7,2],[12,8],[16,19],[25,0],[25,-110],[0,-3],[17,3],[0,-1],[103,34],[98,33],[18,5],[0,2],[0,0],[46,13],[9,-48],[10,-36],[10,-14],[13,-17],[5,-3],[10,-9],[12,-5],[9,-5],[17,-6],[16,-3],[16,-1],[24,2],[34,3],[-2,26],[-29,264],[-27,245],[-2,19],[-27,244],[-22,175],[-2,20],[-8,2],[-14,-8],[-40,-43],[-88,-101],[-11,-13],[-14,-16],[-25,-18],[-43,-28],[-16,-10],[-99,-55],[-32,67],[-1,25],[-1,10],[-30,62],[-17,11],[-1,-2],[-18,-11],[-45,-23],[-69,128],[0,0],[44,27],[-1,1],[-35,60],[0,1],[23,15],[19,20],[2,7],[0,1],[-1,21],[0,0],[0,1],[6,16],[7,17],[1,-1],[6,30],[-43,79],[-11,23],[1,1],[43,44],[0,1],[-1,6],[-34,52],[1,1],[-1,1],[26,29],[34,40],[152,153],[118,121],[29,30],[9,3],[8,-5],[16,-39],[8,2],[5,-1],[17,-15],[26,-27],[11,-10],[3,-4],[25,-31],[14,-18],[24,-17],[29,-8],[25,-1],[14,-1],[11,-37],[7,-26],[6,-23],[16,-34],[20,-28],[21,-20],[25,-17],[31,-15],[43,-10],[26,-2],[33,5],[111,37],[126,38],[18,6],[134,43],[33,11],[44,15],[97,37],[6,1],[27,10],[25,13],[16,18],[21,38],[21,46],[2,26],[0,33],[3,26],[6,21],[10,15],[18,23],[32,23],[48,31],[32,17],[88,44],[22,9],[20,6],[96,20],[12,5],[7,5],[81,-51],[5,54],[1,4],[4,70],[33,4],[214,40],[117,23],[15,3],[1,-26],[-1,-5],[-40,-150]],[[549520,584458],[-152,-73],[-42,-26],[-172,-90],[-127,-73],[-106,-75],[-45,-46],[-38,-42],[-38,-50],[-22,-27],[-33,-60],[-24,-50],[-31,-72],[-42,-98],[-44,-100],[-41,-96],[-38,-88],[-19,-38],[-26,-31],[-51,-42],[-96,-62],[-15,4],[-19,-7],[-33,-15],[-10,-29],[-19,-14],[20,-34],[32,-49],[23,-35],[29,-42],[27,-44],[73,-143],[23,-46],[24,-47],[132,-259],[177,-342],[229,-453],[200,-385],[161,-313],[17,-60],[18,-56],[22,7],[64,42],[24,7],[24,14],[29,19],[44,36],[17,4],[18,-1],[2,-1],[13,-9],[14,-7],[16,1],[2,1],[12,5],[9,12],[-2,16],[-33,67],[18,-9],[87,2],[21,2],[15,11],[4,20],[0,20],[-3,20],[-6,17],[-8,24],[1,18],[-2,25],[8,19],[0,42],[-4,15],[-18,13],[-15,11],[-15,18],[-14,17],[-8,17],[-12,26],[-2,28],[6,39],[10,14],[18,27],[16,12],[12,-3],[16,-20],[20,0],[69,52],[21,16],[2,14],[-8,15],[-13,18],[-15,19],[-17,51],[-6,29],[7,12],[9,3],[18,-12],[13,-3],[14,6],[14,7],[11,-4],[12,-11],[12,-4],[8,7],[8,20],[4,18],[11,16],[12,8],[14,-3],[9,-12],[0,-14],[-7,-11],[0,-12],[10,-14],[18,-8],[25,-1],[53,9],[-43,82],[29,18],[127,78],[31,19],[28,4],[49,32],[64,33],[26,28],[7,14],[1,20],[-6,29],[-4,20],[10,23],[20,26],[4,25],[-8,9],[-14,3],[-9,4],[-10,17],[1,21],[5,21],[-16,5],[-13,1],[-9,12],[3,18],[1,35],[-7,36],[-9,25],[-12,16],[-18,17],[-11,7],[-14,14],[-6,22],[2,13],[10,34],[11,39],[10,18],[9,15],[11,31],[5,23],[-1,22],[-8,28],[-16,46],[-37,72],[8,89],[64,102],[99,128],[40,43],[57,61],[107,118],[-21,32],[-17,-12],[-25,-8],[-13,17],[-70,92],[-30,40],[-24,32],[-9,20],[-178,244],[-207,275],[-201,279],[-56,74],[-45,33],[-59,37],[-72,17],[-62,1],[-61,-9],[-48,-21]],[[551731,581784],[-133,-248],[-41,-80],[-6,0],[-23,-13],[-39,-6],[-30,-5],[-23,-8],[-23,-12],[-29,-19],[-23,-18],[-115,-102],[-98,-85],[-29,-21],[-10,-4],[-33,-11],[-28,0],[-94,9],[-8,-28],[-4,-44],[6,-31],[0,-32],[-8,-26],[-10,-16],[-34,-12],[-14,-15],[-16,-20],[-20,-17],[-30,-15],[-29,-15],[-30,-24],[-27,-16],[-43,-30],[-21,-22],[47,-66],[-5,-14],[-17,-15],[-15,-14],[-167,-150],[-35,69],[-26,-22],[-46,-33],[-223,-138],[-9,-24],[-33,-17],[-14,-38],[-26,53],[-13,9],[-127,-80],[-30,-20],[-3,-7],[95,-185],[6,-12],[6,-2],[13,0],[8,-11],[133,80],[9,-25],[36,-70],[48,32],[16,10],[16,14],[167,-308],[39,-43],[48,-24],[35,-4],[24,5],[27,15],[72,42],[160,93],[6,12],[60,124],[32,-1],[26,6],[21,11],[20,10],[24,-44],[12,-2],[17,6],[12,15],[1,18],[-3,24],[-10,26],[34,41],[55,43],[107,83],[79,71],[2,10],[-10,13],[-24,4],[-20,4],[-26,35],[-25,11],[-20,-2],[21,32],[14,20],[14,13],[5,-11],[15,-12],[3,0],[22,-34],[126,60],[28,-20],[15,-4],[19,6],[13,13],[40,52],[26,17],[-43,90],[113,62],[19,-36],[178,113],[64,41],[120,-203],[226,152],[117,81],[21,14],[54,38],[203,141],[12,53],[7,37],[0,27],[-6,27],[-17,25],[-19,16],[-65,53],[-137,113],[-14,12],[-2,6],[-13,32],[-57,135],[-10,24],[-26,62],[-22,44],[-18,19],[-109,105],[-135,140],[-63,75],[-30,24],[-24,9],[-39,7],[-23,-9],[1,-12],[-5,-17],[-36,-64],[-104,-200]],[[544279,583185],[256,235],[153,142],[102,93],[119,105],[31,28],[-34,56],[-174,253],[-49,54],[-45,65],[-16,11],[-74,35],[-17,0],[-33,-13],[-187,-143],[-336,-323],[0,1],[0,-1],[-34,-32],[20,-57],[16,-46],[3,-42],[-1,-41],[0,-15],[34,-94],[8,-12],[31,-14],[19,-20],[32,-84],[22,-39],[18,-11],[34,-88],[38,-61],[64,58]],[[553745,570025],[-51,-47],[-65,-54],[-88,-68],[-50,-33],[-54,-31],[-92,-54],[-11,-214],[-1,-15],[0,-2],[78,4],[175,8],[1,-74],[55,-4],[53,-10],[78,-23],[45,-16],[20,-1],[15,2],[28,10],[47,16],[34,8],[33,1],[26,-3],[60,-14],[42,-9],[27,-12],[17,52],[40,113],[7,-2],[4,10],[298,-119],[105,296],[-1,0],[-82,37],[-213,93],[-148,65],[-69,28],[-32,11],[-72,18],[-39,11],[-170,65],[-12,3],[-18,-24],[-20,-22]],[[552966,569437],[-3,1],[0,-1],[-27,5],[-56,13],[-30,9],[-37,16],[-40,19],[-12,3],[-5,-5],[-3,-6],[-25,-53],[-63,-121],[-20,-44],[-12,-38],[-19,-82],[-8,-54],[-2,-19],[0,-1],[-39,-13],[2,7],[34,167],[8,40],[6,21],[8,16],[-1,1],[-15,10],[1,3],[0,1],[6,13],[35,68],[51,108],[9,21],[12,27],[-10,10],[-6,3],[-32,31],[-71,96],[-21,21],[-20,12],[-24,6],[-23,2],[-54,14],[-39,13],[-33,17],[-21,16],[-1,0],[-15,11],[0,1],[4,16],[9,14],[41,33],[5,8],[0,30],[-4,29],[-6,7],[-12,10],[-5,9],[-4,21],[-8,12],[-8,7],[-14,4],[-17,-2],[-17,-13],[-9,-12],[-45,-87],[-13,-31],[2,-7],[36,-25],[27,-20],[-38,-4],[-28,0],[-37,6],[-56,-1],[-27,-6],[-8,0],[-52,21],[-141,59],[-8,-1],[0,-1],[0,0],[65,-240],[17,-68],[36,-152],[14,-69],[33,-233],[0,-2],[-81,-23],[-24,-8],[0,-73],[0,-1],[-1,-61],[0,-2],[-8,-52],[-15,-48],[-1,0],[-2,1],[-10,-17],[-2,-5],[-19,7],[-52,26],[-63,-96],[-60,-90],[-2,-5],[0,-1],[44,-49],[1,-2],[-27,5],[-10,-15],[0,0],[-139,-213],[-67,-16],[-25,-16],[-71,-49],[-57,-43],[-65,-48],[0,-28],[-3,-62],[-3,-38],[-7,-32],[156,-248],[22,-34],[166,-254],[99,-153],[-32,-38],[-20,-24],[-24,-30],[-12,-17],[-10,19],[-112,171],[-61,97],[-110,-92],[-156,-129],[0,-1],[9,-15],[147,-247],[81,-136],[0,1],[10,9],[4,-25],[0,-2],[10,-28],[-147,-103],[-12,-7],[-12,-2],[-58,-61],[-26,-18],[-15,-16],[-49,-37],[-13,-7],[-49,-160],[-28,-102],[-28,-114],[-12,-62],[-5,-32],[0,0],[0,-1],[6,-2],[8,0],[132,52],[108,46],[208,87],[53,23],[14,4],[17,48],[9,26],[1,12],[22,-14],[-7,-21],[-10,-23],[1,-1],[-1,-1],[82,-49],[4,-4],[-5,-35],[-18,-86],[-11,-45],[-1,-10],[0,0],[0,-2],[12,-9],[54,-27],[390,-185],[10,-2],[55,155],[8,22],[14,7],[9,4],[10,9],[1,1],[-1,0],[0,1],[4,13],[2,10],[1,1],[-15,7],[-34,17],[25,150],[64,221],[56,200],[2,11],[0,0],[-21,20],[-28,32],[-21,28],[-6,14],[-3,16],[-4,9],[-20,14],[-18,10],[-2,8],[0,0],[22,66],[19,-1],[151,-20],[6,27],[12,60],[6,26],[0,1],[-2,13],[-6,13],[0,1],[8,7],[9,20],[0,1],[0,20],[-58,9],[-78,15],[-41,14],[-9,5],[0,1],[5,25],[72,-24],[17,-3],[10,1],[7,4],[5,9],[31,185],[7,37],[6,4],[30,1],[24,0],[24,-4],[54,-17],[4,18],[0,0],[-21,7],[-4,7],[0,2],[0,11],[19,90],[18,82],[19,93],[27,-8],[0,16],[-8,3],[-16,4],[-52,14],[-54,16],[1,1],[38,191],[14,69],[18,96],[18,84],[6,7],[17,-1],[32,-9],[17,-1],[12,1],[9,6],[4,17],[8,68],[6,6],[10,4],[6,-1],[2,-10],[0,0],[-1,-17],[0,-1],[8,-24],[11,-18],[7,-9],[25,111],[-1,1],[-11,14],[-11,15],[0,1],[-1,27],[5,20],[9,16],[12,9],[9,0],[11,0],[4,18],[82,384],[0,1],[0,17],[-25,5],[4,12],[22,-2],[48,-5],[10,37],[159,-17],[11,2],[13,10],[5,14],[2,40],[0,0],[-2,15],[-6,4],[-119,8],[-10,6],[-13,37],[0,1],[3,4],[89,-3],[48,0],[11,4],[7,8],[1,14],[0,1],[0,0],[-2,77],[-5,82],[1,27],[22,140],[0,0],[-120,24],[0,1],[1,2],[-11,1]],[[533007,566134],[119,127],[-10,17],[2,13],[9,16],[6,13],[4,7],[0,1],[1,2],[0,1],[1,2],[0,2],[-1,4],[-1,3],[-1,3],[-2,2],[-4,3],[-37,20],[-55,29],[-13,21],[-135,80],[214,271],[-1,13],[-10,42],[-20,33],[-25,39],[-25,20],[-21,15],[-27,8],[-32,2],[-40,0],[-48,-3],[-30,3],[-13,5],[3,-108],[-17,-1],[-119,0],[-20,1],[-2,3],[-18,0],[-23,4],[-12,3],[-5,6],[-19,16],[-20,25],[-13,13],[-17,8],[-19,7],[-18,8],[-8,10],[-4,10],[0,11],[4,14],[7,13],[22,28],[3,12],[7,4],[9,25],[38,86],[17,38],[13,19],[7,18],[0,0],[34,107],[-3,14],[-7,21],[-7,16],[-16,18],[-17,10],[-33,9],[-46,7],[-26,4],[0,0],[-27,4],[-25,4],[-10,2],[-3,2],[-21,9],[-40,20],[-50,27],[-39,25],[-53,38],[-42,32],[-39,31],[-20,-69],[0,0],[-9,-19],[-22,-43],[-87,-169],[-7,-1],[-13,3],[-6,0],[-2,-5],[0,-8],[1,-5],[-150,-43],[-9,7],[-14,3],[-26,2],[-24,-7],[-31,-19],[-18,-17],[-10,-21],[-5,-15],[-93,-85],[-12,7],[-62,42],[-52,-69],[-109,-147],[-4,17],[-3,20],[-10,67],[-44,276],[-2,14],[34,26],[-1,25],[10,6],[56,45],[19,15],[97,75],[13,11],[219,170],[12,10],[94,73],[126,95],[127,99],[19,-4],[5,3],[29,23],[231,-88],[-81,-189],[-1,-4],[-4,-7],[-9,-22],[-7,-15],[6,-4],[109,-80],[6,-5],[112,126],[97,109],[10,15],[73,-26],[26,-6],[87,-32],[109,-42],[8,7],[49,115],[15,31],[7,7],[14,9],[118,46],[-3,15],[-33,152],[0,14],[3,6],[12,6],[72,24],[7,6],[-1,9],[-39,177],[-111,-40],[-187,-65],[-141,-47],[-67,-17],[-28,-5],[-24,4],[-1,-2],[3,21],[0,6],[-122,393],[-71,221],[-37,119],[-18,67],[-7,3],[-9,-2],[-445,-137],[-26,-8],[-207,-57],[-279,-79],[-201,-51],[-28,-4],[-4,1],[-46,-11],[15,-72],[17,-85],[7,-36],[6,-52],[-14,-5],[-85,-30],[-112,-94],[-84,-76],[-69,-78],[-48,-84],[-32,-86],[-7,-51],[12,-45],[14,-17],[37,-28],[48,-29],[82,-34],[59,-26],[25,-12],[18,-17],[15,-25],[11,-24],[5,-26],[-3,-12],[40,-19],[31,-19],[24,-25],[26,-40],[48,-87],[58,-111],[31,-68],[2,-33],[2,-66],[-9,-139],[-3,-6],[-90,-75],[-40,-35],[-16,-24],[-71,-98],[-46,-57],[-4,-6],[5,-6],[86,-123],[36,-58],[277,174],[0,-2],[16,-104],[17,-123],[7,-56],[6,-46],[4,-25],[13,-80],[7,-46],[-64,-93],[25,-41],[36,-62],[22,-46],[55,-158],[41,-123],[27,-89],[30,-113],[27,-118],[6,-16],[32,-58],[1,-16],[18,-64],[30,-82],[34,-70],[38,-84],[5,-11],[84,59],[108,51],[153,85],[59,47],[23,19],[39,32],[66,71],[3,12],[3,78],[-5,75],[-1,31],[2,6],[3,10],[8,21],[24,30],[9,11],[11,11],[50,47],[34,43],[23,41],[7,33],[-3,34],[0,36],[3,11],[5,11],[10,12],[11,9],[14,9],[6,2],[47,16],[125,33],[82,28],[46,23],[43,35],[87,80]],[[551735,565543],[-172,-258],[0,-8],[0,-2],[-20,14],[-195,-295],[-57,-88],[-8,-8],[-5,-2],[20,-24],[7,-3],[14,-13],[95,-89],[67,-67],[95,-93],[62,-59],[68,-66],[39,-38],[0,-2],[14,-14],[41,52],[19,26],[17,29],[68,-10],[30,-8],[269,-118],[0,0],[52,-23],[141,-62],[9,6],[190,348],[89,169],[0,1],[-7,16],[-36,58],[-42,43],[-68,57],[-14,18],[2,-1],[-2,3],[18,-9],[69,-32],[32,-21],[6,-5],[5,8],[124,209],[10,17],[-211,148],[-293,216],[-14,12],[-90,72],[-16,10],[-2,1],[-11,-1],[-10,7],[-95,71],[-48,36],[-8,2],[-56,-66],[-11,-10],[-11,0],[-16,8],[-137,77],[-169,98],[-18,9],[-9,-2],[-13,-18],[0,0],[5,-43],[4,-54],[5,-42],[0,-1],[4,-25],[0,-5],[68,-57],[77,-61],[20,-17],[15,-15],[1,0],[-7,-6]],[[533668,560079],[45,-21],[13,28],[3,8],[30,49],[28,32],[14,11],[22,11],[71,18],[56,19],[45,19],[19,-17],[19,-14],[24,-15],[45,-15],[87,-19],[46,-8],[80,-14],[46,-6],[18,1],[7,6],[34,81],[52,130],[20,58],[42,-36],[45,-33],[73,-54],[6,-4],[35,24],[20,16],[3,81],[8,40],[13,45],[-9,35],[-10,20],[-22,33],[-59,69],[-40,50],[-13,19],[-5,14],[0,10],[-23,11],[-5,-3],[-19,4],[-27,0],[-21,-9],[-32,-17],[-93,-52],[-51,-23],[-33,-9],[-54,-8],[-43,-1],[-18,0],[-80,3],[-71,5],[2,121],[-84,1],[15,296],[-150,-3],[-1,168],[-23,-3],[-6,-10],[-3,-2],[-14,-1],[-83,4],[-97,0],[-64,-1],[-76,0],[-5,-1],[-5,4],[-8,10],[-27,61],[-43,89],[-34,63],[-5,8],[-21,28],[-58,71],[-27,26],[-17,15],[-9,1],[-6,-1],[-5,-5],[-18,-17],[-15,-13],[-203,-178],[-146,-124],[-19,-17],[-30,-19],[16,-20],[71,-93],[36,-42],[13,-16],[2,-14],[-34,-150],[-7,-5],[6,-62],[187,-29],[68,-11],[74,-15],[47,-12],[44,-13],[36,-17],[34,-19],[29,-20],[22,-22],[9,-8],[20,-32],[44,-79],[19,-34],[52,-115],[49,-134],[8,-22],[5,-25],[-1,-6],[38,-72],[21,-14],[26,-22],[9,-10],[1,-10]],[[501019,557903],[-9,-63],[-22,-70],[-17,-35],[-6,-8],[-159,-176],[-14,-22],[-36,-40],[-91,-100],[-15,-16],[-76,-88],[-51,-57],[-57,-60],[-208,-240],[-22,25],[-253,274],[40,43],[-81,90],[-21,-20],[0,0],[-64,-63],[6,-8],[3,-9],[-2,-9],[-73,-77],[-37,-36],[293,-315],[249,-270],[108,-115],[144,-154],[63,-70],[66,-71],[65,-71],[76,-84],[167,-179],[49,-59],[96,-102],[32,12],[18,10],[10,6],[24,33],[10,18],[-2,12],[-2,11],[2,18],[4,11],[14,15],[8,16],[6,18],[5,9],[63,6],[193,10],[130,22],[12,4],[77,23],[77,62],[-17,21],[-54,-6],[-36,-5],[-28,7],[18,9],[18,17],[5,15],[1,13],[-2,18],[-7,28],[-14,35],[-4,18],[2,26],[15,54],[4,11],[15,36],[17,23],[15,13],[29,17],[74,38],[44,20],[17,12],[12,8],[43,34],[13,20],[6,19],[3,15],[-2,24],[-24,66],[-4,20],[3,24],[14,44],[4,38],[-6,35],[-11,31],[-25,32],[-78,53],[-19,16],[-14,16],[38,23],[35,19],[34,18],[-51,120],[-45,17],[0,15],[-5,14],[-9,13],[-8,2],[-21,-3],[-26,-9],[-16,-6],[-5,1],[-2,15],[-32,-22],[-21,8],[-52,106],[-19,38],[-11,23],[-43,46],[-93,59],[-55,95],[26,18],[8,18],[20,40],[18,53],[16,55],[25,48],[19,25],[35,41],[59,42],[-48,45],[-68,48],[-2,-3],[-32,-54],[-45,-56],[-25,-24],[-52,-28],[-34,-7],[-27,5],[-34,3],[-1,6],[-4,17],[-8,20],[-5,26],[23,96],[6,22],[-15,18],[-76,17],[-6,-4],[-5,-35],[-18,-16],[-30,3],[-19,19],[-4,5],[-11,44],[-11,27],[5,20],[30,33],[-26,27],[-119,-124],[-8,-19],[31,-39]],[[518238,551328],[-371,-15],[-215,1],[-37,-4],[-55,-17],[-63,-24],[-209,-75],[-224,-76],[-118,-34],[-142,-28],[-21,-3],[-26,-4],[-119,-9],[-242,-6],[-449,-3],[-235,-7],[-360,-8],[0,0],[15,-189],[24,-270],[20,-272],[20,-270],[14,-187],[31,-389],[32,-411],[17,-228],[9,-127],[15,-179],[16,-189],[0,-1],[-31,-5],[-15,-2],[-17,-2],[-21,272],[-2,3],[-3,9],[-4,3],[-2,2],[-17,5],[-78,13],[0,1],[2,14],[8,330],[0,0],[-107,109],[-26,158],[-6,42],[-35,188],[-17,2],[-40,12],[-33,7],[-46,7],[-41,1],[-108,1],[-20,81],[-5,26],[-139,455],[-95,312],[0,0],[133,20],[0,1],[-157,456],[-378,-204],[-245,-130],[-69,-36],[0,0],[20,-211],[3,-25],[18,-120],[26,-160],[175,29],[4,-22],[24,-86],[36,-131],[43,-148],[0,-1],[-1,0],[-11,0],[-15,-25],[-2,-3],[0,0],[-13,0],[3,-17],[10,-61],[17,-93],[3,-25],[0,-1],[-10,-67],[-3,-33],[-21,-190],[-6,-70],[-42,4],[-14,-121],[-3,-42],[-3,-35],[-8,-105],[-16,-265],[-67,-12],[2,-22],[0,0],[0,-2],[-24,-4],[-153,-32],[0,0],[10,-21],[1,-2],[-22,-5],[-153,-36],[-99,-24],[-44,-15],[-80,-50],[-77,-35],[-13,-119],[-19,-130],[-1,-29],[4,-17],[42,-63],[5,-9],[113,-186],[54,-87],[31,-48],[40,23],[81,48],[-1,1],[-1,4],[17,17],[4,5],[208,-447],[0,-2],[-23,-11],[0,-1],[118,-255],[48,-109],[5,-7],[5,-9],[13,12],[57,71],[16,9],[13,3],[14,1],[23,-7],[23,-8],[24,-8],[197,-65],[83,-26],[520,-165],[2,-1],[-10,35],[-34,75],[-113,233],[644,-101],[46,243],[26,-3],[116,-391],[4,-17],[-51,-11],[15,-97],[-8,-2],[23,-176],[-11,3],[15,-129],[129,-29],[5,-20],[7,-27],[31,-9],[0,1],[-11,49],[-35,142],[0,0],[77,-17],[102,-5],[201,11],[190,10],[107,13],[48,12],[67,26],[40,10],[46,3],[36,-2],[49,-7],[347,-65],[159,-32],[109,-20],[0,2],[-3,61],[0,0],[290,-20],[0,0],[239,-17],[306,-23],[32,-3],[25,-3],[-57,145],[-67,167],[-73,183],[-46,112],[-40,100],[-11,27],[-6,14],[-1,18],[-17,545],[-1,39],[-4,102],[-10,299],[-7,203],[-6,145],[-8,186],[-4,57],[-16,0],[1,0],[3,34],[6,17],[24,31],[89,110],[201,245],[4,2],[235,163],[21,12],[99,-68],[21,-14],[111,-73],[50,-34],[93,-65],[1,-1],[5,-7],[18,-22],[79,-55],[118,-80],[147,-94],[108,-72],[28,-16],[10,-1],[-1,-4],[9,-6],[11,-9],[-1,-7],[-1,-1],[92,-169],[14,9],[2,-5],[85,-155],[95,-172],[12,-18],[4,-32],[430,-188],[44,-19],[22,-10],[381,-161],[183,-77],[191,-83],[115,-49],[109,-47],[109,-47],[15,-7],[0,0],[-74,-163],[0,-3],[0,-1],[33,-14],[95,-51],[0,0],[0,0],[14,-8],[-10,-30],[-6,-32],[0,-1],[88,-34],[4,-3],[1,-11],[0,-1],[-7,-12],[-7,-19],[-1,-14],[0,-1],[3,-12],[8,-8],[49,-24],[1,0],[-15,-52],[-95,-296],[-80,-246],[-16,-50],[0,-2],[252,-6],[36,-1],[21,-1],[-1,-22],[197,-7],[78,-2],[39,1],[0,-2],[22,-1],[234,-1],[96,5],[37,4],[26,1],[-4,-6],[-2,-4],[-5,-35],[2,-101],[57,18],[234,68],[-5,51],[-4,9],[23,0],[165,-2],[177,-2],[25,0],[297,-2],[71,0],[20,-1],[74,-3],[34,-1],[120,-6],[17,-1],[82,-10],[220,-28],[12,-2],[-33,-65],[-6,-11],[-8,-16],[-13,-27],[-66,-120],[-35,-58],[-55,-95],[-14,-24],[-12,-20],[-56,-80],[-33,-45],[10,-15],[105,-105],[29,-16],[14,-2],[12,1],[9,5],[8,11],[12,21],[15,14],[51,-29],[26,-10],[0,-1],[0,0],[-67,-105],[-38,-52],[4,-13],[0,0],[0,-1],[-14,-9],[-14,-41],[-23,7],[-7,-11],[-39,-60],[-35,-58],[-13,-18],[-17,-23],[-11,-15],[-48,-77],[-14,-23],[-54,-84],[-13,-20],[-3,-6],[-61,-48],[-1,0],[0,0],[2,0],[-18,-19],[-8,-12],[-4,-19],[0,0],[10,-69],[31,8],[6,-63],[3,-37],[-32,-3],[9,-92],[1,-9],[0,-2],[-9,0],[-11,6],[-1,1],[55,-161],[4,-2],[6,0],[9,2],[1,-1],[6,-13],[0,-1],[0,-1],[28,-87],[82,-242],[24,-74],[56,-168],[13,-41],[2,-8],[1,-1],[33,-22],[25,-81],[58,-182],[10,-18],[-17,-4],[17,4],[45,14],[3,22],[5,8],[22,16],[57,30],[10,4],[2,-1],[16,14],[139,75],[15,2],[0,-3],[16,6],[-1,9],[33,17],[47,25],[17,9],[200,106],[22,9],[64,47],[118,94],[17,12],[6,4],[28,2],[4,-5],[12,36],[31,108],[49,158],[-14,23],[4,37],[5,26],[16,57],[19,39],[43,71],[60,77],[48,59],[25,28],[30,28],[12,13],[26,15],[16,3],[18,-4],[0,0],[1,2],[4,9],[0,0],[0,1],[13,24],[-20,50],[-10,22],[60,43],[39,-99],[80,-195],[625,299],[56,34],[-70,-120],[-55,-104],[-46,-79],[-1,-2],[0,0],[-54,-86],[35,-14],[16,-4],[43,-14],[82,-29],[-10,-57],[-9,-99],[-7,-97],[-6,-71],[-6,-80],[-266,150],[-57,32],[-65,-85],[-13,-15],[-8,-11],[-13,-11],[-11,-4],[-11,-1],[-17,6],[-22,21],[-23,20],[-31,27],[-8,7],[-27,16],[-18,9],[-22,8],[-22,6],[-3,-27],[-48,14],[-291,39],[-24,2],[-7,-13],[-65,-211],[-66,-218],[-53,-183],[39,-46],[3,-10],[1,-22],[40,-9],[51,-8],[48,-12],[12,-3],[28,-8],[24,-14],[24,-20],[10,-15],[14,-14],[28,34],[13,18],[57,65],[40,46],[43,49],[32,28],[20,1],[20,-5],[74,-18],[177,-46],[19,-5],[33,-7],[50,-13],[106,-29],[91,-24],[49,-13],[28,-11],[35,-11],[37,-1],[13,1],[21,-6],[132,-39],[424,-127],[236,-70],[93,-28],[84,-24],[104,-30],[29,-8],[31,-14],[10,-12],[38,-35],[11,6],[16,33],[-7,6],[4,26],[-30,-1],[13,17],[89,141],[44,71],[28,45],[44,65],[33,45],[97,123],[20,31],[2,7],[7,24],[1,6],[4,20],[11,184],[6,124],[14,96],[3,10],[11,24],[3,5],[-1,0],[-14,13],[-16,19],[-10,22],[-2,23],[0,1],[0,36],[0,1],[0,28],[-18,57],[-14,57],[-17,62],[-6,20],[-12,40],[-30,107],[-17,42],[-10,17],[-46,17],[1,1],[2,3],[6,13],[1,37],[0,1],[-1,41],[-27,42],[-3,7],[0,0],[22,10],[2,-3],[11,-25],[4,7],[10,3],[120,8],[69,13],[56,15],[14,4],[3,-7],[22,-57],[7,-16],[225,96],[1,51],[-29,4],[-9,11],[-3,-1],[3,3],[17,22],[2,1],[22,7],[0,1],[-11,47],[-7,19],[0,1],[1,13],[11,33],[12,15],[26,16],[11,10],[2,9],[0,1],[-8,30],[-35,-10],[1,1],[4,21],[75,46],[11,-1],[0,0],[-3,-9],[0,-1],[17,-4],[8,0],[121,-32],[185,-48],[101,-24],[37,-9],[47,63],[15,20],[23,30],[11,19],[14,50],[11,55],[0,1],[0,52],[-7,105],[-5,3],[-224,18],[1,1],[13,82],[20,24],[6,5],[7,75],[45,-14],[5,5],[277,304],[5,10],[-1,0],[-315,4],[-3,0],[2,15],[4,0],[0,0],[16,226],[6,115],[8,109],[267,-15],[50,-1],[3,3],[0,2],[0,62],[0,1],[4,136],[4,36],[3,11],[8,9],[9,2],[17,1],[4,77],[8,161],[7,121],[0,0],[-229,3],[0,1],[0,0],[7,128],[0,1],[-1,36],[-4,0],[2,15],[154,-2],[16,0],[1,71],[-240,4],[-68,3],[0,1],[4,70],[1,2],[0,18],[1,7],[-1,0],[0,27],[8,117],[161,3],[1,20],[0,1],[-1,24],[0,1],[0,1],[4,464],[0,1],[-1,70],[1,33],[0,0],[6,6],[0,27],[-1,-1],[0,1],[0,1],[-31,228],[49,4],[-1,2],[-3,22],[-65,-6],[-13,-2],[-4,20],[-27,59],[-1,6],[-3,20],[-3,33],[0,0],[0,2],[-4,18],[-1,0],[-43,279],[-9,20],[-20,28],[-25,41],[-39,48],[-22,15],[-11,6],[-5,-2],[-24,31],[0,1],[0,1],[1,6],[-2,9],[-11,3],[-23,1],[-29,5],[-22,6],[-26,9],[-80,32],[-37,12],[0,1],[0,0],[2,26],[-155,21],[-78,16],[0,1],[1,34],[-36,3],[-4,0],[-8,2],[-4,-3],[-2,-2],[-155,13],[-4,0],[-8,-1],[-3,-4],[-2,-2],[-23,-27],[-25,-17],[-22,-8],[-15,-2],[-27,-6],[-44,2],[-36,15],[-26,18],[-21,4],[-51,1],[-138,2],[-45,1],[-28,-2],[-26,-2],[-60,-4],[-442,-27],[-5,36],[-3,20],[-18,112],[-18,69],[-33,127],[-20,70],[0,3],[-3,17],[-16,7],[0,1],[-1,10],[-18,4],[-3,1],[-16,1],[-4,0],[-19,-1],[-11,-3],[-8,71],[-29,288],[-120,-6],[-482,-26],[-157,-7],[-117,-4],[-2,-241],[0,-1],[0,-270],[0,-2],[-34,-7],[-8,-2],[-15,-1],[-5,0],[-1,0],[-38,48],[0,2],[1,10],[-7,4],[-13,1],[-2,0],[-180,8],[-88,-7],[-217,-10],[-2,34],[-20,-1],[-22,-3],[-71,-17],[-55,-13],[-5,-1],[-69,-11],[-220,-33],[0,0],[15,-40],[0,-1],[-59,-37],[-35,64],[-33,-5],[-129,-18],[-75,-10],[0,0],[6,-19],[11,-28],[0,-1],[-3,-8],[-26,-26],[-86,-78],[-14,-12],[-44,-41],[-5,1],[-17,20],[-14,11],[-37,21],[-28,15],[-30,19],[-15,15],[-22,25],[-2,4],[-6,8],[-3,0],[-2,1],[-1,-1],[-3,-2],[-15,-29],[-4,-9],[-108,-228],[-53,28],[-45,26],[-15,-16],[-1,0],[-3,2],[-5,-12],[-12,-26],[-3,-8],[-167,59],[-9,-48],[-14,-103],[-14,2],[-53,7],[-57,-300],[-13,-65],[-9,-46],[-15,47],[-12,28],[-21,9],[-10,4],[-185,108],[-12,7],[-51,29],[-32,18],[-46,26],[-132,73],[-153,92],[-139,72],[-104,52],[-16,8],[-16,7],[-6,3],[-44,16],[-60,18],[-102,25],[-119,24],[-50,12],[-15,4],[-232,56],[-38,10],[-23,6],[-2,10],[0,4],[0,14],[0,0],[47,174],[80,306],[0,1],[0,8],[3,-1],[3,-1],[5,18],[0,0],[-10,3],[6,2],[5,20],[0,0],[106,407],[0,0],[-4,1],[-68,18],[-169,41],[-95,25],[-233,60],[-109,26],[-10,4],[-1,0],[-6,0],[0,1],[5,16],[15,56],[74,277],[27,109],[8,9],[2,0],[-21,23],[-1,0],[-6,1],[-4,0],[-193,48],[-178,35],[-111,6],[-217,24],[-221,25],[-30,5],[-19,4],[-29,5],[-119,21],[-144,28],[-84,18],[-51,16],[-29,9],[-53,18],[-77,29],[-88,38],[-115,58],[-207,107],[0,-28],[0,-1],[-166,68],[-166,77],[-58,25],[-64,28],[-116,36],[-159,46],[-89,30],[-97,32],[-32,3],[-19,-6],[-19,-11],[-16,-21],[-1,-6],[-19,-24],[-2,-47],[-6,-70],[-13,-83],[-70,-270],[-12,-39],[-6,-22]],[[525844,543097],[-159,21],[-18,-176],[41,-5],[4,-4],[8,-27],[0,0],[-8,26],[-4,4],[-154,19],[-203,21],[-4,-2],[-1,-14],[-19,12],[0,1],[28,86],[0,0],[-222,91],[-187,75],[-13,8],[-16,-21],[-15,-19],[-51,-45],[-51,-34],[-108,-66],[-20,-12],[-211,-125],[-48,2],[2,1],[-7,40],[-8,26],[-8,14],[-2,2],[0,1],[10,26],[8,0],[9,10],[4,11],[-1,11],[0,7],[-12,28],[-49,80],[-51,93],[-9,14],[-40,40],[-11,-12],[-143,147],[-15,-5],[-153,-49],[-118,-32],[-16,-4],[-174,-140],[-72,-59],[-16,-16],[-20,-20],[-11,-11],[-25,-23],[-37,-30],[-24,-20],[-41,-24],[-34,-15],[-32,-21],[-61,-46],[-7,-2],[-18,-7],[6,-19],[0,0],[0,-1],[-21,-12],[-313,-158],[-20,-7],[-7,22],[-5,19],[-7,19],[-10,37],[0,0],[-3,15],[41,16],[8,5],[0,0],[8,11],[4,12],[14,65],[15,55],[5,18],[5,22],[2,9],[0,8],[-14,8],[-14,7],[-36,21],[-2,1],[-16,9],[0,0],[-62,35],[-6,7],[-5,-1],[2,25],[0,0],[8,1],[0,1],[-11,26],[-14,32],[-10,14],[-17,33],[-19,50],[-3,9],[-62,182],[-91,276],[-7,2],[-166,-86],[-82,-41],[-103,-50],[-51,-31],[-255,-126],[-42,125],[-43,129],[-8,19],[-2,0],[-10,-5],[-16,-9],[-49,-37],[-28,-28],[-24,-34],[-98,-80],[-10,-9],[-11,32],[-15,-13],[-1,-1],[4,-4],[9,-26],[0,-1],[-305,-273],[-70,-60],[-37,-34],[-39,-34],[-24,-31],[-37,-56],[-34,-53],[-22,-34],[-2,0],[-9,15],[-27,39],[-9,7],[0,7],[-5,17],[-15,52],[-7,24],[-18,67],[-38,139],[-11,40],[-7,26],[-13,31],[-5,8],[-28,40],[-4,6],[-21,26],[-90,115],[-40,51],[-63,81],[-33,43],[-144,189],[-109,143],[-97,130],[-66,88],[-80,105],[-125,166],[-77,104],[-44,57],[-35,48],[-33,47],[-17,28],[-8,12],[-21,-6],[-200,-59],[-136,-40],[-16,-4],[-182,-48],[-28,-27],[-32,-29],[-1,-1],[-6,-22],[-40,-4],[-10,31],[-6,6],[-17,22],[-46,123],[5,-35],[7,-37],[12,-29],[13,-19],[10,-28],[17,-53],[-2,1],[2,-3],[-24,26],[-14,22],[-11,19],[-64,122],[-320,-96],[0,0],[99,-139],[1,-2],[152,-211],[12,-16],[101,-140],[388,-539],[0,2],[0,12],[21,-29],[21,7],[305,93],[134,-176],[43,-59],[11,-12],[4,-8],[47,-57],[202,-268],[27,-35],[54,-70],[25,-2],[26,-4],[18,-10],[9,-7],[24,-30],[11,-19],[54,-126],[0,-1],[-1,-1],[6,-13],[0,0],[0,-2],[-181,-15],[-115,-7],[1,0],[-46,-3],[-10,-4],[-15,-6],[-35,-15],[7,-9],[20,-26],[71,-96],[96,-137],[93,-131],[48,-66],[0,0],[145,-208],[32,-40],[3,-3],[5,-4],[0,-1],[-1,-2],[16,-17],[-7,-12],[11,8],[3,2],[63,31],[44,-160],[21,-33],[25,-97],[108,-401],[15,-59],[0,-1],[-50,2],[-68,7],[-216,23],[-5,1],[-6,2],[-1,0],[0,0],[-10,-2],[-8,-2],[-102,278],[-7,25],[-3,2],[-6,4],[-13,-1],[-6,-1],[-2,-1],[-6,-4],[-25,-41],[-10,-15],[-135,-219],[-45,-75],[-99,-164],[-74,-123],[-13,-13],[-16,-12],[-185,-117],[-59,-41],[-42,-33],[-38,-37],[-56,-63],[-26,-42],[-24,-48],[-23,-53],[-79,-245],[0,-60],[0,-1],[0,-52],[0,-1],[68,2],[1,-32],[0,-2],[-69,-3],[0,-13],[-52,-5],[-58,-130],[-31,-61],[-28,-43],[-78,-98],[-53,-57],[-50,-51],[0,-1],[48,-29],[1,0],[4,-2],[-53,-50],[-1,0],[128,-196],[199,-296],[0,-1],[-12,-14],[-1,-1],[21,-32],[16,-13],[0,1],[0,6],[63,-95],[15,-21],[186,150],[25,-34],[83,-125],[134,-197],[1,-1],[-29,-21],[-143,-111],[0,-1],[11,-20],[1,2],[1,1],[26,21],[42,34],[204,150],[280,209],[0,1],[4,1],[4,-1],[9,-21],[2,-3],[5,-21],[4,-1],[6,0],[142,35],[19,2],[87,-7],[46,8],[0,-1],[2,-4],[6,-63],[1,-8],[45,-508],[0,-1],[0,-13],[-5,-6],[-26,-15],[0,0],[0,-17],[3,-74],[7,-225],[0,-36],[0,-2],[-2,-7],[-46,-74],[12,-7],[-12,-20],[-65,45],[-154,110],[-334,237],[-29,-2],[-226,-13],[-1,0],[21,-70],[0,-1],[-92,-94],[-333,-342],[0,-105],[0,-2],[-27,83],[-29,-25],[-38,-37],[-115,-112],[-48,-50],[-152,-161],[0,0],[162,-477],[0,-1],[-130,-56],[-1,0],[12,-53],[1,-24],[1,-1],[-4,-20],[-7,-17],[-10,-11],[-15,-8],[0,0],[100,-302],[12,-30],[82,-247],[33,-96],[19,8],[72,-209],[0,-1],[-22,-15],[-1,0],[4,-11],[17,-62],[84,0],[0,-104],[0,-2],[0,-97],[268,-821],[9,-25],[137,-400],[93,-277],[25,-73],[119,-347],[4,-24],[70,-203],[10,-27],[-1,0],[1,-2],[110,-320],[12,-23],[53,-180],[8,-19],[133,-393],[4,-13],[87,-222],[0,-1],[65,-209],[87,-270],[0,0],[0,-1],[3,-8],[0,0],[3,-12],[23,-1],[22,-2],[158,-16],[119,-12],[-4,44],[-1,22],[9,-6],[9,-6],[100,-69],[17,-4],[95,-8],[299,-25],[25,-2],[19,-1],[29,-3],[37,-3],[23,-1],[1,0],[-26,-48],[-9,-12],[-9,-11],[-25,-22],[182,5],[236,11],[17,1],[304,14],[21,-66],[35,-116],[59,31],[20,11],[70,-136],[8,-17],[164,112],[565,381],[377,260],[128,86],[101,68],[0,-1],[32,22],[68,47],[5,-4],[10,-12],[12,-10],[15,-9],[15,-3],[18,-1],[33,9],[-9,-44],[-41,-8],[-36,-2],[-9,2],[-10,4],[-17,9],[-47,-19],[-26,-10],[0,0],[-2,-58],[-27,-348],[-6,-7],[-45,-49],[-21,-24],[-6,-8],[-6,-7],[-3,-3],[-60,-98],[-5,-9],[-10,-18],[-21,-40],[-40,-84],[-14,-40],[-11,-29],[-7,-30],[-22,-105],[0,-2],[18,-6],[1,-1],[-8,-22],[-13,-62],[-11,-40],[-11,-58],[-4,-22],[-7,-52],[0,0],[0,0],[0,-1],[0,-2],[1,-29],[-1,-1],[25,-93],[9,-32],[47,-165],[0,0],[4,-14],[4,-5],[82,-19],[6,15],[142,-13],[-23,35],[-12,25],[-8,18],[-8,44],[99,47],[103,48],[-1,1],[-7,35],[0,0],[82,31],[175,69],[17,-61],[1,0],[1,0],[-1,-1],[2,-8],[1,-2],[29,-63],[29,-57],[6,-10],[117,-114],[4,3],[26,12],[107,43],[129,52],[80,29],[16,5],[48,8],[-1,2],[-3,8],[-25,36],[-7,25],[-17,69],[1,0],[20,5],[1,3],[307,92],[131,39],[-1,1],[-1,5],[-1,7],[-21,73],[-18,67],[-56,193],[-9,-1],[-7,16],[-107,-32],[-185,-55],[-12,-2],[-36,128],[-58,196],[-62,216],[-5,22],[-16,84],[0,0],[32,22],[191,126],[85,57],[66,42],[12,8],[172,127],[102,79],[47,33],[17,16],[21,27],[75,85],[17,17],[8,6],[0,1],[-66,223],[-22,70],[-9,22],[-4,4],[13,45],[2,7],[0,0],[1,1],[-1,0],[30,59],[8,20],[4,-9],[3,-8],[0,-1],[7,3],[69,9],[19,2],[12,1],[31,5],[34,6],[2,-7],[8,3],[8,4],[0,1],[-9,27],[1,0],[145,43],[47,14],[22,2],[53,1],[124,5],[40,2],[1,-76],[3,-8],[20,3],[16,5],[21,10],[27,12],[24,14],[20,16],[18,24],[16,27],[11,33],[3,8],[4,7],[3,7],[1,25],[8,45],[8,70],[3,43],[4,128],[8,8],[-1,1],[0,4],[0,0],[20,-5],[2,0],[4,-31],[12,-5],[10,-8],[0,-20],[11,-74],[4,-26],[7,-22],[1,-1],[-16,-7],[-1,-1],[16,-36],[20,-28],[22,-26],[5,-7],[37,-39],[42,-52],[17,-23],[20,-36],[22,4],[25,8],[15,11],[13,11],[57,50],[28,20],[20,10],[29,11],[49,18],[57,20],[57,25],[17,7],[44,28],[73,43],[69,39],[58,27],[5,3],[15,11],[56,46],[48,41],[16,12],[27,21],[6,4],[1,1],[1,0],[9,4],[32,-2],[24,34],[9,18],[41,-4],[51,2],[7,8],[54,64],[45,63],[5,9],[62,155],[13,26],[2,3],[0,1],[-3,15],[-23,66],[-39,114],[-9,25],[-10,23],[-9,8],[-13,-7],[-72,-80],[-12,-10],[-5,1],[-4,6],[0,0],[-6,17],[-10,27],[-47,89],[-12,24],[-8,16],[-9,17],[-27,51],[-19,37],[-22,27],[-15,1],[-5,0],[-4,4],[-2,0],[-77,167],[0,0],[20,10],[66,30],[74,35],[30,16],[0,1],[-37,109],[-164,502],[-19,60],[0,1],[8,2],[0,1],[-9,45],[0,0],[285,92],[32,13],[0,1],[-7,49],[-51,221],[-203,-70],[-71,-25],[-148,-53],[-258,-71],[-4,-4],[-7,-13],[-4,-8],[-36,-103],[0,0],[-2,3],[-1,2],[-12,11],[-30,31],[-12,14],[-5,9],[-1,8],[0,4],[-17,7],[-22,20],[-32,69],[-26,59],[-4,5],[-182,-97],[-8,-4],[3,55],[15,153],[0,0],[-35,0],[-24,85],[-2,11],[1,0],[2,6],[23,17],[8,8],[5,10],[0,1],[-1,8],[0,3],[-5,14],[-8,13],[-9,2],[-6,2],[-10,-7],[-9,-12],[-3,-7],[-8,-5],[-7,-2],[-13,8],[-10,2],[-23,-11],[-48,-31],[-24,-16],[-11,-7],[-21,0],[-85,201],[-13,30],[-59,142],[-27,63],[-57,129],[-78,176],[-17,39],[-84,188],[-10,23],[-24,50],[-8,-9],[-44,-27],[-4,10],[-39,25],[-20,-12],[-95,43],[0,1],[0,0],[2,30],[-21,-3],[-15,1],[-13,4],[-13,9],[-6,3],[-93,-4],[-321,-22],[-1,-31],[-3,-8],[-12,-10],[-6,-8],[-4,-24],[3,-42],[0,0],[0,-1],[-50,-4],[-28,-2],[0,-53],[-17,1],[0,238],[0,2],[1,37],[-2,23],[0,1],[0,0],[1,126],[0,1],[-1,116],[-9,23],[-2,12],[-2,28],[-18,109],[-4,19],[-137,-10],[-151,-15],[-20,-1],[-220,-22],[-219,-22],[-95,-9],[-1,0],[0,23],[-1,0],[-10,187],[-21,429],[-22,436],[-7,117],[0,0],[0,1],[0,1],[1,9],[3,9],[0,2],[3,5],[-25,14],[-6,4],[-3,1],[-12,4],[-8,-6],[-2,-2],[-30,-6],[-71,-10],[-164,-19],[-45,-1],[-12,4],[-11,8],[-16,16],[-5,20],[-3,63],[-18,231],[-25,307],[-4,7],[3,0],[-1,12],[-1,7],[0,0],[1,0],[-18,229],[-3,27],[-47,546],[-3,54],[-6,22],[-50,292],[-19,122],[-3,6],[-86,198],[-37,85],[-1,5],[1,3],[1,3],[11,13],[6,24],[1,21],[0,0],[-2,11],[-1,8],[-4,15],[-17,24],[-42,57],[-9,10],[1,0],[250,198],[220,175],[67,54],[8,-7],[13,10],[0,1],[-10,23],[1,0],[10,22],[8,15],[11,13],[272,217],[291,230],[-1,1],[-97,175],[1,1],[12,9],[261,194],[42,-72],[17,-33],[6,0],[95,67],[21,11],[0,2],[-2,19],[-15,89],[-10,51],[0,1],[0,71],[0,0],[3,35],[6,30],[3,1],[15,3],[-3,-6],[0,-1],[15,-1],[10,-5],[12,-8],[3,-3],[24,4],[133,-44],[134,-41],[18,-6],[144,-45],[38,-19],[0,0],[-13,-173],[0,-2],[6,-2],[194,-28],[266,-33],[89,-10],[37,374],[0,1],[0,7],[6,10],[6,5],[4,1],[6,-4],[8,-11],[-1,-11],[-15,-148],[55,-4],[23,309],[2,28],[2,15],[-28,16],[-18,6],[3,36],[-15,17],[14,137],[17,19],[-22,9]],[[523364,530604],[17,80],[5,19],[21,55],[16,33],[18,33],[26,31],[21,29],[-47,13],[-15,2],[-18,1],[-22,-6],[-15,-12],[-7,-11],[-5,-23],[0,-55],[-162,13],[-29,-7],[-1,-2],[0,3],[0,0],[0,1],[-21,-2],[-1,0],[-6,13],[-33,2],[-4,0],[-12,29],[-32,91],[-5,8],[-8,5],[-42,9],[-13,-1],[-106,-26],[-139,-35],[-14,-1],[-34,13],[-136,-28],[-41,-10],[-1,0],[227,-572],[35,15],[327,136],[41,-18],[21,-20],[1,0],[-346,-185],[-16,-8],[-46,-27],[-9,-5],[-35,-18],[-25,-7],[-26,-2],[-32,3],[-53,8],[-15,3],[-51,13],[-7,4],[-13,6],[-4,-33],[-27,18],[2,-9],[0,-1],[-9,-161],[0,-1],[-22,-12],[-89,-47],[-90,-48],[-18,-8],[-23,-12],[-286,-145],[-1,1],[-482,-245],[-227,-112],[-7,-8],[0,-1],[0,0],[22,-68],[0,-2],[-5,-4],[-184,-34],[-24,21],[-22,38],[-83,226],[-4,3],[-39,49],[-18,25],[-6,8],[-24,41],[-120,186],[-38,64],[-24,44],[-16,30],[-17,43],[-12,47],[-3,28],[0,1],[1,35],[3,26],[7,33],[23,80],[27,62],[0,0],[0,1],[-95,58],[-3,-1],[19,134],[120,42],[34,12],[56,22],[57,25],[124,61],[17,18],[6,10],[31,69],[23,32],[-15,9],[-16,25],[-8,13],[-11,16],[-46,65],[-79,-31],[-16,-7],[-17,-7],[-18,-8],[24,-71],[-67,-28],[0,-10],[-46,-18],[-7,30],[-5,36],[0,63],[21,61],[-8,24],[0,1],[-80,236],[-5,14],[-5,2],[-8,0],[-141,-64],[-261,-112],[-111,-51],[0,0],[-7,-58],[0,0],[-45,-18],[-339,-164],[-15,-2],[-110,12],[-85,-49],[-18,-8],[-135,-73],[-98,-53],[98,-315],[0,-1],[52,-150],[-38,-17],[-14,-6],[-36,-16],[-11,-4],[7,-20],[17,-46],[23,9],[0,-1],[15,5],[397,163],[18,7],[35,15],[19,-106],[49,-261],[2,-12],[2,-11],[112,-600],[-1,1],[6,-31],[9,-44],[69,-372],[27,-157],[5,-12],[54,3],[110,10],[28,3],[12,2],[11,1],[4,1],[54,12],[85,20],[134,30],[30,-24],[12,-10],[11,-10],[15,-12],[20,-14],[55,-49],[62,-56],[62,-62],[0,-1],[-23,-15],[-1,0],[-14,-21],[-18,-37],[-18,-28],[-14,-26],[-8,-25],[-3,-19],[-1,-16],[-1,-1],[0,-1],[-3,-10],[-7,-10],[-44,-50],[-37,-32],[-21,-16],[-20,-7],[-9,-4],[-13,-1],[-22,6],[-15,4],[-21,-4],[-16,-8],[-19,-14],[-13,-13],[-11,-16],[-8,-17],[-7,-18],[0,0],[11,-124],[-3,-24],[-21,-23],[0,-1],[0,0],[9,-66],[0,-2],[-233,-17],[-14,-1],[-9,-1],[-150,-11],[-12,-1],[-9,-1],[-35,-3],[1,2],[43,366],[0,0],[-32,27],[-11,16],[-24,50],[-40,106],[-12,30],[-7,6],[-60,41],[-97,65],[-39,27],[-123,89],[-17,21],[-42,67],[-181,275],[-29,-3],[0,2],[0,48],[0,1],[-43,69],[0,0],[0,2],[20,572],[-74,51],[0,-3],[-16,-85],[-135,-20],[-1,10],[-7,54],[0,1],[-7,-2],[-8,-4],[-78,-27],[-47,-14],[-57,-16],[-1,2],[-17,-4],[0,-4],[24,-388],[10,-167],[0,-11],[11,-198],[9,-160],[2,-47],[6,-82],[3,-55],[4,-64],[4,-71],[6,-85],[2,-50],[3,-60],[3,-65],[2,-45],[2,-41],[2,-43],[4,-65],[4,-87],[4,-99],[1,-19],[2,-25],[0,-1],[-393,49],[13,-275],[1,-19],[0,0],[-157,-3],[-297,-9],[-11,-20],[47,-119],[-82,-43],[74,-183],[27,13],[37,-81],[49,29],[7,-17],[183,-445],[7,-18],[42,-101],[34,-83],[41,-101],[-4,-32],[0,-27],[20,-54],[11,-19],[36,19],[0,0],[0,-4],[212,7],[176,4],[48,1],[0,2],[8,-11],[-8,-10],[0,-5],[0,-1],[-43,-122],[-188,-587],[-32,-99],[-17,-1],[-132,-24],[4,-13],[6,-15],[110,26],[18,4],[20,5],[3,-25],[3,-26],[0,-35],[0,0],[0,-1],[-2,-53],[-4,-26],[-9,-47],[-1,-4],[-15,-76],[-8,-41],[0,0],[-7,-27],[0,-1],[12,-23],[68,-149],[54,-119],[51,-98],[5,-10],[1,-1],[9,-19],[14,-30],[22,-47],[42,-78],[162,-241],[33,-54],[25,2],[0,-1],[38,2],[0,-20],[0,-2],[0,-17],[0,-1],[-81,-4],[-1,0],[82,-117],[0,-42],[0,-1],[39,-64],[50,-76],[52,-73],[54,-82],[18,-27],[32,-49],[33,-46],[33,-49],[79,-112],[35,-52],[59,-82],[4,-5],[32,-29],[166,-145],[196,-174],[64,-56],[35,-33],[25,-7],[240,-42],[115,-22],[57,-6],[21,6],[3,3],[2,-26],[3,-95],[197,0],[-7,-33],[0,-27],[-1,-10],[0,-9],[-5,-7],[-14,-8],[-13,-2],[-19,-4],[-6,-7],[-4,-7],[1,-12],[5,-12],[10,-7],[91,-52],[23,-13],[16,-10],[15,-13],[8,-19],[4,-21],[-7,-3],[-12,-10],[-10,-15],[-6,-17],[-2,-11],[0,-11],[5,-12],[10,-12],[15,-9],[23,-9],[85,-21],[37,-8],[17,-3],[7,-3],[5,-4],[3,-41],[2,-34],[-333,-24],[-12,0],[-19,-13],[-5,-39],[15,-262],[-28,-17],[-534,-38],[-11,0],[-13,-5],[-19,19],[-12,7],[-12,8],[-37,12],[1,-24],[24,-410],[2,-23],[14,-258],[40,-79],[-609,-43],[-184,-15],[-21,1],[-40,4],[-48,-4],[-79,-6],[-211,-16],[-723,-55],[-18,-6],[-612,-46],[-23,9],[0,1],[-24,405],[-1,37],[-3,79],[-349,104],[-142,43],[0,1],[0,0],[27,121],[97,442],[19,83],[-11,2],[0,1],[0,0],[1,6],[-147,29],[-57,20],[-92,31],[-90,30],[-103,37],[-71,24],[1,2],[56,207],[0,1],[-5,93],[-144,6],[-4,38],[-21,181],[-10,59],[-3,28],[-16,46],[-45,96],[-95,-50],[-6,2],[-5,24],[-3,36],[-2,-1],[2,26],[0,1],[0,7],[0,12],[1,2],[-35,166],[-10,38],[-39,101],[-79,185],[-154,334],[-66,124],[-72,154],[0,0],[0,1],[-4,9],[-5,9],[1,0],[39,11],[51,14],[32,29],[0,0],[-10,21],[0,0],[2,3],[27,28],[104,92],[123,115],[0,1],[-24,314],[-3,0],[-164,7],[-137,2],[0,1],[-10,43],[-10,2],[8,-124],[23,-387],[0,-2],[-75,-7],[-16,-1],[0,2],[0,4],[0,1],[0,14],[-2,90],[0,48],[-4,292],[-270,88],[-48,16],[-53,14],[-30,7],[-53,-2],[-50,-1],[-25,-14],[-22,-12],[6,-32],[-1,0],[1,-2],[-46,0],[-115,-14],[-297,-39],[-27,30],[-6,6],[-12,17],[-25,36],[-31,31],[-9,8],[-50,47],[-63,57],[-24,28],[-20,32],[-14,31],[-10,28],[-20,6],[-2,25],[0,2],[0,20],[5,27],[18,59],[52,127],[9,37],[8,44],[3,64],[1,19],[0,19],[-36,1],[0,3],[-14,266],[-60,22],[0,11],[2,53],[2,64],[1,32],[-57,12],[0,50],[0,1],[6,44],[0,2],[49,-8],[5,-2],[12,-2],[-3,20],[1,-1],[-4,20],[-2,6],[-81,367],[-56,41],[-219,151],[-33,41],[-204,277],[-39,-13],[-30,-15],[-105,-76],[-2,-1],[-16,10],[-25,16],[-18,12],[-4,-3],[-6,15],[-2,7],[0,1],[0,39],[-7,31],[-10,17],[-17,27],[-84,94],[-133,149],[-3,4],[-13,7],[0,0],[-33,-44],[-5,-6],[-53,-69],[-67,-88],[-33,21],[-14,-15],[-85,-101],[-8,-8],[-32,32],[180,243],[-23,34],[-49,72],[-10,10],[-4,5],[1,0],[25,15],[18,10],[51,30],[6,3],[-1,1],[20,13],[-1,1],[-132,117],[1,1],[214,165],[0,1],[-131,219],[-6,15],[-17,0],[-17,0],[-132,219],[-160,258],[-145,220],[-10,-20],[-16,-22],[-57,-48],[-28,-28],[-66,-57],[-30,-31],[-42,-49],[-22,-27],[-21,-24],[-7,-18],[0,-3],[0,-13],[11,-17],[11,-11],[22,-10],[-15,2],[-14,-1],[-10,-4],[-47,0],[-17,-18],[-3,-4],[-15,14],[-127,85],[-37,-43],[-75,-82],[27,-31],[-31,-24],[-48,80],[-27,-17],[-13,5],[-9,-8],[-327,141],[-42,18],[-19,8],[-12,207],[-2,90],[-3,6],[-3,8],[-15,12],[-26,26],[-29,34],[-5,11],[-3,38],[-9,87],[-11,42],[-3,11],[-21,56],[-36,35],[-51,36],[-46,30],[-54,30],[-43,22],[-39,125],[-17,29],[-10,29],[0,1],[1,26],[6,35],[12,53],[2,44],[0,0],[-4,25],[-11,38],[-25,78],[0,0],[14,6],[16,7],[11,5],[45,30],[-7,10],[-18,-11],[-2,-1],[-3,9],[-30,84],[-40,106],[-15,26],[-24,21],[-40,33],[-17,17],[-12,20],[-20,51],[-25,67],[-14,41],[-15,22],[-16,16],[-33,28],[-17,19],[-17,45],[-10,32],[-13,52],[-8,37],[-11,31],[-9,32],[-17,27],[-160,291],[-306,-18],[-1,1],[-44,-1],[-164,-188],[-4,-5],[-1,1],[-3,-5],[0,-1],[-47,-63],[-36,-57],[-23,-48],[-25,-70],[-4,-14],[-6,-24],[-3,-8],[-3,-14],[-1,-7],[-8,-37],[-7,-80],[1,-1],[-1,0],[3,-72],[20,-106],[5,-18],[15,-56],[6,-16],[18,-48],[23,-59],[7,-20],[29,-69],[4,-15],[27,-93],[14,-52],[20,-69],[4,-16],[7,-22],[20,-73],[7,-26],[38,-139],[5,-17],[97,-362],[7,-25],[35,-155],[6,-24],[3,-12],[4,-13],[1,-7],[-24,11],[-1,2],[-9,39],[-35,154],[-96,357],[-40,147],[-26,92],[-43,152],[-10,27],[-18,50],[-20,58],[-7,19],[-19,53],[-8,21],[-25,65],[-27,71],[-27,106],[-11,82],[-7,77],[0,1],[7,50],[6,68],[20,74],[28,75],[26,53],[37,60],[53,65],[-17,167],[0,1],[0,1],[5,17],[1,1],[-1,35],[13,39],[-4,-8],[-6,-1],[-14,3],[-4,3],[-11,19],[-1,4],[-7,32],[-2,50],[-3,23],[-2,1],[-4,11],[-19,12],[-5,4],[-41,2],[-24,0],[-5,24],[-4,23],[-39,-1],[-110,-2],[0,-6],[0,-2],[1,-15],[0,-1],[-84,-2],[0,18],[-51,-5],[-26,-5],[-43,-13],[-48,-20],[-27,-16],[0,-15],[-2,-54],[-19,-4],[-29,-10],[-20,-9],[-24,-11],[-13,-11],[-5,7],[-7,1],[-32,-28],[-51,-33],[-45,-20],[-17,-7],[-9,-408],[-110,6],[-9,-206],[-9,0],[-2,-83],[0,-23],[16,-2],[-17,-340],[-4,-16],[-8,-9],[-12,-5],[-15,-5],[-11,-5],[-4,-6],[-1,-19],[0,-2],[30,5],[102,17],[64,7],[86,6],[25,4],[0,0],[5,-29],[-3,0],[-1,0],[4,-13],[5,-20],[8,-19],[7,-23],[12,-34],[8,-29],[9,-27],[10,-29],[28,-49],[22,-28],[21,-24],[2,-7],[11,-5],[19,-27],[31,-46],[66,-99],[21,-48],[21,-74],[27,-102],[18,-21],[185,-186],[23,-32],[1,-4],[73,-243],[5,-3],[353,68],[-1,1],[0,2],[0,0],[22,0],[1,-24],[1,-2],[0,-6],[0,-3],[0,-42],[0,-1],[0,-3],[-33,-210],[-4,-27],[-2,-20],[158,-24],[69,-167],[67,-118],[14,-33],[36,-76],[106,-247],[10,-22],[23,5],[27,-2],[52,16],[19,3],[16,-95],[11,1],[9,-60],[14,2],[11,-70],[49,-18],[362,-131],[14,-25],[19,-25],[13,-18],[22,28],[72,87],[51,73],[16,27],[160,-158],[116,-112],[51,-56],[29,-37],[22,-41],[17,-35],[1,-4],[15,-46],[3,-14],[13,-71],[5,-30],[8,-22],[23,-33],[1,0],[-9,-15],[-1,-1],[0,-1],[-65,-116],[-47,-68],[-39,-67],[-49,-67],[-41,-68],[-34,-39],[-12,-16],[-10,-14],[-9,-25],[-14,-20],[-27,-25],[-14,-21],[-22,-53],[-34,-63],[-1,0],[-11,-22],[-19,-7],[-1,18],[0,0],[0,10],[0,3],[0,24],[9,15],[6,14],[1,223],[7,2],[184,41],[2,0],[0,2],[0,0],[-7,145],[45,6],[0,1],[0,0],[-3,27],[-24,328],[-228,0],[-13,-29],[-153,116],[-7,-9],[-11,9],[-143,103],[-1,1],[-9,9],[-9,9],[-9,-2],[-119,-31],[-1,4],[-5,65],[0,44],[-1,2],[-29,-3],[-11,7],[-23,29],[30,90],[-51,23],[-50,8],[0,-43],[0,-1],[0,-52],[-6,-48],[-11,-36],[-10,-24],[-6,-7],[-23,-1],[0,-1],[-3,-279],[-26,-29],[-53,206],[-121,-59],[-1,0],[-8,-4],[-26,-14],[-5,11],[-31,71],[-36,72],[-36,68],[-28,52],[-68,-47],[-11,-5],[-8,1],[-8,7],[-43,76],[-16,12],[-31,12],[-28,9],[-16,1],[-8,15],[-59,96],[-5,11],[-23,49],[-18,66],[-16,1],[-207,7],[-5,-17],[0,-1],[25,-35],[36,-51],[35,-55],[71,-110],[11,-16],[0,0],[-245,-177],[-22,-18],[-13,-3],[-20,-1],[-19,5],[-15,7],[-3,3],[-19,9],[-8,14],[-4,7],[0,30],[8,49],[1,3],[-32,47],[-35,70],[-11,22],[-7,21],[-16,55],[-16,117],[0,16],[0,1],[1,23],[-29,2],[-27,1],[-23,-34],[-9,-8],[-14,-9],[-18,-2],[-15,8],[-2,1],[-6,1],[-10,0],[-10,1],[-6,-5],[-8,-3],[-8,-8],[-7,-4],[-2,-37],[-71,28],[-36,-93],[-95,-246],[0,0],[0,-1],[19,-8],[1,0],[-6,-20],[0,0],[-33,-80],[-6,-16],[-4,1],[-8,3],[-5,-2],[-3,-1],[-85,-213],[-117,62],[-280,149],[-149,79],[-30,16],[-3,2],[-171,91],[-1,0],[-6,3],[-4,-20],[-1,-2],[1,0],[-45,-267],[-8,-46],[-190,41],[-94,-524],[-18,-93],[0,-1],[-14,-16],[-354,22],[2,-45],[63,-526],[-69,-6],[16,-150],[-19,-3],[2,-15],[-111,-22],[-54,-11],[13,-85],[140,30],[23,-132],[-58,-12],[5,-38],[5,-9],[17,-18],[18,-19],[4,-19],[13,-38],[23,-25],[218,53],[598,142],[190,45],[66,16],[10,-31],[1,-2],[-1,0],[119,-369],[0,-1],[-7,-4],[-65,-46],[-94,-63],[-18,-12],[0,0],[9,-17],[0,0],[1,1],[15,-29],[6,-14],[11,-22],[10,-22],[46,-100],[0,-1],[-19,-9],[-33,71],[-32,-14],[-28,-14],[-13,34],[-14,32],[-6,16],[-103,-48],[5,-17],[45,-128],[-4,-3],[7,-17],[0,-1],[-127,-59],[-42,-19],[0,0],[-19,-9],[-1,-1],[3,-5],[34,-64],[8,-16],[1,-1],[-321,-73],[-28,-176],[-1,-2],[172,37],[163,36],[9,-49],[1,-1],[-233,-50],[-14,-3],[-1,0],[36,-97],[347,75],[4,-11],[7,-18],[30,-89],[20,-59],[52,-153],[48,-132],[35,-13],[-4,2],[0,0],[16,7],[6,3],[176,99],[148,94],[17,11],[44,30],[27,20],[36,27],[1,1],[-22,-38],[-48,-92],[-81,-108],[0,-1],[10,-25],[2,2],[15,-25],[49,-84],[130,97],[81,58],[10,10],[4,4],[42,60],[18,8],[216,77],[0,2],[0,0],[39,28],[0,-1],[58,-5],[40,-18],[30,-33],[18,-33],[12,-102],[28,-283],[637,-34],[59,122],[7,-4],[3,-1],[0,-1],[-1,-2],[30,-17],[0,1],[2,5],[20,-9],[5,-2],[-1,-2],[18,-13],[0,0],[3,6],[11,-5],[-8,-15],[-8,-16],[-99,-195],[-34,-66],[-60,-139],[-51,-119],[-23,-86],[-19,-104],[-14,-88],[-1,-131],[0,-5],[0,-1],[38,-39],[95,-77],[48,-34],[55,-20],[139,-56],[85,-45],[172,461],[33,48],[38,38],[50,47],[14,10],[75,63],[67,59],[45,58],[9,13],[13,29],[14,-1],[43,-2],[27,-2],[270,-34],[0,2],[0,3],[-1,13],[-1,9],[0,0],[14,15],[8,-1],[5,0],[3,-2],[5,-1],[1,-2],[7,-15],[0,-1],[0,0],[-11,-120],[0,-1],[2,-29],[0,-6],[2,-151],[-1,-42],[9,0],[2,-2],[43,1],[75,-2],[19,-1],[35,-1],[30,-4],[41,-12],[86,-29],[84,-4],[66,-1],[3,45],[0,0],[-2,5],[-6,16],[-5,11],[-6,22],[-1,32],[0,0],[0,1],[1,14],[-6,14],[-15,21],[1,0],[33,26],[19,18],[50,44],[33,15],[79,27],[16,7],[21,-47],[105,-220],[15,-29],[10,-21],[49,-104],[32,-73],[26,-78],[39,-165],[19,-79],[5,-25],[0,-2],[21,2],[0,-3],[46,7],[9,-53],[1,-1],[-15,-4],[2,-16],[8,-59],[22,-150],[18,-110],[28,-176],[8,-32],[127,-314],[158,-378],[1,-1],[-24,-9],[-1,0],[11,-24],[6,1],[8,3],[57,-1],[12,-63],[2,-3],[11,-37],[21,8],[39,16],[35,-77],[195,57],[37,-83],[48,-123],[10,-21],[3,-15],[1,-21],[0,0],[0,-1],[-3,-20],[-28,-13],[-32,-14],[-216,-82],[-1,0],[69,-162],[234,118],[133,67],[70,27],[21,6],[3,20],[2,13],[33,42],[16,20],[15,9],[77,19],[10,7],[10,17],[43,87],[133,213],[14,11],[24,21],[48,-53],[233,-272],[470,36],[90,9],[9,375],[-419,156],[-447,33],[-24,-1],[-128,-36],[4,-5],[-10,-8],[-12,-9],[-2,-1],[-1,-1],[1,-1],[-73,-23],[-11,22],[9,2],[-254,374],[-167,241],[-71,98],[-20,32],[-150,124],[1,1],[21,19],[-1,1],[1,0],[9,10],[3,2],[51,-46],[14,-10],[0,2],[-13,326],[0,0],[83,8],[17,1],[112,10],[20,-350],[5,-86],[142,16],[33,4],[300,26],[0,1],[-1,45],[-10,340],[190,2],[319,2],[14,1],[27,-334],[0,-1],[-35,-14],[0,0],[14,-165],[6,-82],[10,-146],[1,-70],[0,-1],[9,-87],[21,-173],[245,-88],[66,-26],[116,-41],[97,-32],[60,-15],[2,-145],[6,-271],[2,-24],[398,27],[400,33],[0,1],[-3,68],[0,0],[79,5],[2,-43],[0,-1],[0,-23],[0,-1],[6,-23],[86,5],[16,-4],[1,0],[17,-21],[-4,-81],[2,-3],[-1,0],[1,-1],[-1,0],[45,-101],[35,-75],[175,-400],[126,-281],[130,-285],[14,-26],[8,-4],[12,-1],[333,-188],[413,-240],[256,-143],[65,-36],[190,-111],[289,-166],[0,2],[-198,1142],[-8,46],[6,1],[10,3],[177,39],[395,102],[267,68],[24,6],[12,3],[134,26],[41,8],[315,59],[0,1],[-2,16],[0,1],[81,14],[274,49],[5,217],[19,0],[0,5],[0,0],[311,17],[43,3],[58,4],[347,22],[446,30],[281,19],[0,0],[-9,-290],[0,-1],[104,5],[69,4],[64,5],[-2,-119],[0,-2],[15,0],[13,3],[98,44],[8,6],[1,7],[2,55],[2,7],[13,4],[0,1],[-4,-88],[0,0],[2,0],[-1,-22],[-108,-49],[-157,-70],[-119,-56],[-38,-18],[-94,-42],[-73,-33],[-68,-32],[-2,-2],[-23,-10],[-954,-436],[-245,-112],[0,-4],[-13,-5],[-8,-2],[0,-3],[0,-2],[-11,1],[-1,0],[-2,-1],[-261,-115],[-244,-111],[-307,-134],[-683,-314],[0,0],[177,-304],[10,-25],[496,229],[204,89],[495,228],[120,56],[0,1],[18,12],[7,4],[0,-2],[-2,-129],[0,-1],[-7,-363],[1,-37],[1,-26],[1,-3],[2,-6],[1,-20],[1,-4],[13,-60],[27,-108],[7,-26],[7,-31],[23,-96],[117,-484],[56,-239],[30,-140],[45,-205],[10,-1],[25,5],[31,10],[138,49],[240,79],[316,104],[5,123],[18,479],[7,4],[2,1],[16,5],[67,22],[403,128],[9,-3],[-3,5],[1,0],[3,81],[18,-2],[0,-1],[63,-29],[16,6],[275,85],[4,-17],[10,3],[29,9],[31,10],[82,25],[25,8],[13,4],[76,25],[141,45],[9,173],[1,15],[5,137],[1,24],[7,152],[1,15],[3,97],[2,63],[-20,12],[0,0],[0,0],[17,359],[24,505],[0,0],[-2,-1],[2,4],[0,1],[7,38],[16,5],[-16,-5],[5,26],[1,49],[9,306],[8,269],[9,4],[6,3],[0,-1],[0,0],[22,5],[8,189],[1,12],[0,12],[11,247],[17,1],[332,22],[52,0],[4,-185],[5,-59],[0,0],[0,-21],[-2,-17],[-1,-1],[111,-9],[26,-4],[103,-14],[102,-12],[72,-10],[49,-4],[78,2],[70,1],[10,1],[6,0],[122,1],[9,-8],[129,1],[10,0],[450,2],[277,-3],[26,-14],[-7,35],[-17,73],[-15,63],[-18,63],[-12,43],[-26,81],[-34,105],[-10,30],[-57,175],[-10,40],[110,5],[75,4],[74,5],[66,7],[77,9],[86,10],[43,4],[13,14],[34,2],[588,43],[-20,82],[-43,159],[-154,-12],[-20,194],[-36,335],[-284,-47],[-6,7],[-4,9],[4,8],[-20,7],[-33,-9],[-4,-1],[-49,-3],[-5,1],[-3,-20],[-9,0],[-6,3],[-1,1],[-19,-27],[-88,-14],[-208,-32],[-178,-35],[-211,-42],[-7,24],[-18,56],[-53,146],[-28,69],[-102,271],[-38,95],[-7,18],[-59,155],[-10,27],[-45,26],[-27,12],[-57,13],[-29,3],[-87,-3],[-13,-1],[-30,-6],[-38,-3],[-110,-1],[-17,-1],[-323,-4],[-281,-5],[-9,1],[-38,23],[-16,12],[-14,12],[-163,161],[-19,19],[-26,54],[-10,26],[-18,58],[-15,56],[-4,17],[-4,40],[-5,52],[-43,227],[-2,22],[-2,8],[1,22],[6,71],[6,25],[5,50],[4,76],[6,55],[8,61],[15,89],[1,28],[13,6],[41,22],[147,80],[15,8],[21,11],[56,26],[18,8],[32,10],[36,12],[84,24],[64,19],[35,9],[25,7],[128,38],[16,5],[9,3],[9,-22],[110,-286],[58,-150],[34,-14],[21,-9],[-3,8],[182,2],[64,4],[113,-1],[51,9],[43,15],[25,6],[117,-400],[69,-246],[91,-4],[64,0],[88,-4],[42,1],[84,0],[142,-3],[143,1],[73,2],[48,3],[40,0],[86,2],[-1,1],[1,0],[-19,80],[-184,813],[-593,-1],[-349,2],[-65,-1],[-1,61],[0,12],[-5,8],[-1,5],[-2,6],[2,93],[1,37],[0,10],[0,0],[-308,1],[-38,0],[-46,0],[-12,16],[-149,1],[-63,164],[-4,11],[-4,10],[1,0],[22,0],[224,1],[132,1],[292,1],[409,0],[346,1],[34,1],[27,4],[38,5],[20,8],[24,14],[22,19],[-1,1],[1,0],[-46,142],[0,2],[16,14],[0,1],[-41,125],[-53,153],[-141,443],[0,0],[57,13],[298,69],[35,-107],[9,2],[8,3],[77,26],[341,110],[12,6],[11,42],[154,586],[47,181],[1,9],[-1,0],[-9,1],[-167,-39],[-339,-77],[-12,-2],[-8,-2],[-205,-46],[-45,-14],[-19,-2],[-25,-5],[3,-15],[0,0],[0,-1],[-22,-8],[-16,-7],[-19,-4],[0,0],[23,-58],[28,-84],[12,-39],[0,-1],[-6,-2],[-10,-3],[0,-2],[0,-1],[-25,-10],[-42,-14],[-74,-21],[-84,-24],[-70,-21],[-34,-10],[-20,-11],[-13,39],[-88,280],[-7,-2],[-8,23],[1,0],[9,2],[50,12],[315,70],[252,56],[136,30],[0,1],[-16,23],[-77,182],[-11,24],[-6,16],[-65,153],[0,0],[24,11],[21,4],[149,36],[213,47],[28,6],[0,1],[-32,98],[-145,433],[-2,7],[-6,20],[-7,20],[1,0],[292,72],[20,4],[11,0],[14,-2],[4,0],[11,-4],[15,-7],[17,-12],[10,-11],[2,-3],[301,120],[33,15],[-1,1],[-19,47],[-105,225],[1,0],[28,0],[10,0],[0,-1],[1,-1],[14,9],[319,190],[0,1],[-2,4],[12,7],[3,2],[54,-103],[101,-189],[302,198],[290,194],[-1,1],[-177,324],[-45,83],[-32,58],[-47,88],[-44,80],[-45,83],[-40,74],[-228,134],[-429,257],[-331,200],[-10,5],[-97,-40],[-29,52],[-8,16],[-48,88],[-3,12],[-4,22],[-10,6],[-8,5],[-526,312],[-393,231],[-15,8],[0,0],[-12,-14],[-16,-5],[-87,-30],[-275,-83],[-22,-7],[-83,-26],[-114,-34],[-11,66],[0,0],[11,5],[196,55],[1,5],[0,1],[-16,87],[-24,163],[-9,18],[-182,52],[-1,2],[-1,2],[-17,5],[-3,-1],[-3,-1],[-39,11],[-17,6],[-69,21],[-19,-8],[-33,-51],[-13,-11],[-71,-45],[-19,-13],[-8,-1],[-27,9],[-9,5],[-89,42],[0,1],[-1,27],[0,1],[5,11],[1,4],[17,57],[6,33],[0,1],[1,1]],[[544409,522244],[-30,-33],[-81,-91],[12,-18],[28,-43],[20,-20],[-66,-81],[-31,-37],[-10,-11],[-13,-32],[-10,-11],[-11,-6],[-10,3],[-20,10],[-23,-9],[-35,-10],[-29,-1],[-285,-10],[-122,-5],[-20,-1],[-68,-5],[-16,-14],[-26,-14],[-105,-43],[-142,-60],[-25,-17],[20,-116],[73,7],[85,6],[30,-184],[-7,-4],[-151,14],[-32,-2],[-89,-5],[-94,-6],[-81,-7],[-296,-14],[-28,-10],[-10,3],[-47,-4],[-57,-9],[-14,-3],[-12,38],[-15,49],[-19,57],[-14,36],[13,6],[26,15],[2,16],[-12,46],[-11,35],[-7,12],[16,104],[10,75],[10,92],[9,121],[0,45],[-79,75],[-31,21],[-56,30],[-29,8],[-21,4],[-15,-2],[-11,-9],[-141,-287],[-4,-6],[-12,-23],[-15,-17],[-6,8],[-41,25],[-44,28],[-29,13],[-22,8],[-14,-12],[-56,27],[-79,38],[-108,-10],[11,-124],[2,-34],[-97,-12],[-2,-16],[-11,-12],[-16,-12],[-15,-30],[-79,-9],[-83,-3],[2,-663],[1,-384],[0,-23],[-88,-5],[-2,-23],[-3,-244],[3,-1],[0,-74],[20,-18],[-1,-26],[-2,-20],[-57,-2],[-17,-8],[-20,-9],[-12,-10],[-16,-18],[27,-127],[-5,-15],[-8,-12],[-4,-8],[-12,-10],[-43,-22],[-23,-15],[-14,-12],[-20,-21],[-6,-13],[-2,-13],[3,-16],[141,-355],[24,-59],[22,-58],[38,-83],[14,-25],[16,-27],[18,-24],[24,-27],[60,-53],[33,-35],[3,-10],[-15,-20],[34,-28],[57,-66],[35,15],[52,32],[39,25],[13,2],[11,-10],[50,-70],[17,-55],[66,9],[133,15],[185,18],[6,8],[6,14],[8,69],[25,231],[6,66],[3,5],[12,5],[26,4],[30,7],[29,5],[29,8],[29,11],[35,17],[24,14],[90,36],[45,15],[98,30],[45,11],[46,12],[7,4],[7,18],[3,28],[0,39],[2,23],[8,40],[-4,18],[111,10],[3,-22],[111,-1],[0,-25],[9,-41],[11,-63],[7,-35],[2,-12],[4,-23],[95,-384],[84,-9],[5,17],[5,100],[29,38],[8,51],[14,64],[34,172],[41,19],[6,-1],[15,-12],[28,-28],[72,-25],[1,-158],[11,-6],[49,-7],[59,-6],[47,2],[3,7],[4,221],[37,-1],[-3,-145],[18,1],[145,87],[93,5],[3,79],[1,20],[13,336],[6,172],[4,116],[0,33],[-19,48],[-12,21],[-2,53],[-1,34],[34,13],[28,26],[20,16],[19,10],[44,35],[-15,19],[13,9],[59,37],[-80,136],[-25,75],[48,9],[57,10],[25,3],[38,5],[34,5],[25,2],[32,3],[13,1],[50,2],[21,46],[12,12],[4,5],[80,98],[68,90],[32,39],[165,211],[291,369],[33,37],[-3,55],[-10,-1],[-22,35],[-124,185],[-128,184],[-141,210],[-22,23],[-16,5],[-23,1],[-50,-57],[-159,-173],[-9,-12],[-32,-38]],[[516666,517072],[-11,17],[-8,-5],[0,0],[-12,-8],[3,38],[-1,4],[0,3],[-1,2],[0,5],[-3,20],[-2,23],[5,38],[8,16],[-2,18],[-3,7],[-36,-9],[-2,5],[-5,36],[-1,3],[-3,11],[-8,20],[-4,9],[-1,2],[-3,4],[0,0],[-1,2],[-5,3],[-3,3],[-19,14],[-35,-27],[-29,-14],[-107,-47],[-227,-104],[-56,-29],[-2,-1],[-1,0],[-54,99],[-77,139],[-49,95],[-44,104],[-135,3],[-27,62],[-65,148],[-44,120],[-17,55],[-25,117],[0,0],[384,230],[2,5],[-90,210],[-18,42],[-103,237],[-161,374],[-110,262],[-68,155],[1,0],[110,9],[4,1],[-42,289],[-1,12],[-112,76],[4,-28],[1,-49],[0,0],[0,-1],[-28,-3],[-225,-18],[-4,123],[-11,224],[-14,8],[-31,28],[-138,146],[-28,-29],[-271,-18],[-237,-19],[-106,-9],[-14,-5],[-117,-40],[-130,-61],[-128,-72],[-414,-212],[-16,-324],[0,-1],[10,-4],[21,-5],[21,-3],[24,0],[-3,-132],[-4,-137],[0,-1],[2,-103],[10,-28],[13,-30],[17,-28],[21,-22],[27,-15],[24,-7],[28,-5],[18,2],[22,12],[48,42],[111,95],[3,1],[3,3],[12,-2],[7,0],[47,-2],[265,-8],[128,-4],[286,-107],[159,-65],[133,-51],[26,-5],[12,4],[4,1],[9,3],[29,6],[63,0],[0,2],[0,0],[15,0],[1,-342],[0,0],[4,-129],[0,-1],[0,0],[-1,-78],[0,-1],[1,-52],[211,34],[20,-168],[0,-2],[-151,-79],[-21,-11],[-367,-193],[-1,-1],[13,-71],[69,-386],[0,-1],[0,-14],[-11,-6],[-24,-11],[0,0],[-1,-7],[2,-15],[1,-8],[69,-300],[46,-188],[66,-284],[3,-12],[24,-101],[188,-359],[255,-138],[27,-14],[281,-156],[167,85],[103,52],[48,24],[4,1],[9,2],[7,-4],[4,-1],[10,-9],[10,-3],[4,-2],[76,45],[191,125],[367,239],[38,26],[141,91],[0,0],[0,0],[23,14],[-103,162],[-64,101],[-105,165],[-10,15],[-5,2],[-7,14]],[[511907,516807],[-111,173],[46,-1],[124,7],[-1,19],[-4,61],[-3,44],[-31,502],[198,56],[97,28],[95,27],[94,27],[9,136],[21,455],[2,46],[2,31],[-50,119],[-164,391],[-121,288],[-38,98],[-59,-31],[-303,-159],[-395,-197],[-393,-205],[-78,-46],[-6,23],[-10,64],[-24,150],[-207,-102],[56,-151],[-73,-36],[24,-61],[-41,-18],[-43,87],[-102,-48],[35,-91],[-51,-24],[-65,-33],[-123,-53],[18,-61],[-13,-22],[20,-32],[11,-20],[23,-42],[61,-94],[13,-22],[-3,-98],[-9,-266],[-4,-103],[-4,-105],[-48,-1185],[-7,-161],[-5,-96],[-6,-78],[-33,-152],[-64,-286],[-58,-276],[-12,-35],[-2,-16],[-4,-20],[-38,-160],[-31,-148],[-15,-64],[-16,-55],[-28,-72],[-43,-76],[-36,-61],[-38,-82],[-28,-97],[-16,-74],[-16,-98],[-27,-149],[-71,-344],[-20,-83],[-19,-67],[-21,-70],[-74,-183],[-87,-179],[-16,-19],[1,-8],[-5,-5],[-114,-220],[-38,-55],[-8,-6],[-8,-13],[-10,-19],[-27,-27],[-17,-8],[-22,-1],[-40,6],[-47,11],[-14,7],[-11,10],[-11,18],[-7,20],[-19,-74],[-16,-60],[4,-30],[6,-2],[66,-24],[12,-4],[-5,-19],[-16,-42],[-16,-61],[-10,-51],[-4,-41],[-2,-12],[-20,-164],[-23,-161],[-18,-94],[-8,-78],[0,-81],[11,-97],[20,-88],[21,-32],[25,-29],[4,-5],[210,-162],[40,-34],[165,-130],[61,2],[741,31],[342,14],[48,2],[25,15],[384,227],[17,10],[69,42],[656,381],[15,9],[355,205],[13,8],[78,53],[15,10],[-2,20],[-12,87],[-107,713],[-10,85],[-3,22],[37,36],[13,13],[298,287],[74,70],[28,28],[75,74],[15,51],[33,102],[197,692],[82,270],[36,166],[2,29],[-11,16],[-498,759],[-10,25],[-15,25],[-272,414],[-134,203],[-11,16],[-67,98],[-147,230]],[[502953,519293],[46,23],[5,-15],[173,104],[486,291],[-97,536],[18,6],[-26,199],[43,120],[1,20],[7,1],[-7,68],[-8,22],[-14,13],[-22,5],[-32,1],[-29,-10],[-10,-2],[-15,5],[30,340],[-271,45],[-22,10],[93,47],[144,258],[-170,79],[-305,123],[-27,6],[-13,-7],[-2,-1],[-35,-47],[-2,-2],[-11,-11],[-26,-8],[-57,-6],[-41,-6],[-35,-31],[-74,-58],[-3,-20],[-73,-36],[-62,-37],[-23,-32],[-38,-83],[-49,-122],[-52,-104],[-46,-98],[-33,-83],[-42,-113],[-4,-8],[-10,-16],[-11,1],[-66,28],[-30,19],[16,52],[2,32],[12,186],[11,294],[-17,2],[-329,-24],[-4,-6],[-451,-635],[-15,-47],[-12,-46],[-21,-100],[0,-14],[9,-13],[136,-129],[23,-25],[39,-25],[433,-319],[27,-15],[23,-4],[350,0],[84,14],[17,1],[20,6],[12,1],[9,-4],[4,-7],[3,-12],[3,-24],[-18,-22],[-32,-35],[-36,-34],[-26,-21],[-53,-43],[22,-37],[140,-144],[14,-10],[103,42],[48,20],[18,4],[8,-27],[1,-31],[-7,-16],[-3,-13],[1,-21],[5,-31],[14,-44],[22,-50],[18,-28],[14,-13],[21,-5],[55,-11],[62,-2],[40,6],[32,13]],[[503545,522723],[263,99],[31,-1],[60,49],[65,49],[68,43],[24,14],[21,4],[39,11],[23,13],[-33,30],[-405,271],[62,117],[476,-304],[19,39],[49,108],[-426,220],[-176,99],[-8,22],[-426,241],[-44,26],[-14,11],[-44,75],[-23,29],[-16,11],[-126,75],[28,58],[69,141],[12,-6],[17,-11],[15,-12],[18,-10],[25,-7],[285,-84],[3,15],[24,181],[124,-10],[21,216],[1,16],[-191,9],[-19,1],[-63,-6],[-38,-4],[-69,-17],[-56,-17],[-9,-1],[-59,37],[-17,11],[-19,12],[-213,142],[-221,143],[370,638],[36,-27],[78,-67],[48,-31],[6,-3],[37,-15],[16,-7],[32,-14],[305,-103],[11,11],[65,252],[16,55],[6,-2],[79,295],[5,18],[101,366],[22,78],[8,38],[14,70],[8,39],[2,17],[-3,29],[-3,43],[-3,19],[-100,-10],[-518,-106],[-50,-2],[-22,-1],[-22,6],[-35,14],[-99,38],[-25,6],[-17,2],[-23,2],[-68,3],[-70,10],[-49,18],[-7,0],[-566,90],[-27,4],[-259,32],[-17,2],[-46,6],[-30,6],[-201,48],[-58,9],[-45,2],[-87,10],[-131,9],[-18,4],[-174,16],[-194,24],[-18,1],[-187,22],[-60,3],[-19,-4],[15,158],[-136,18],[-10,-60],[-109,-57],[-78,39],[-26,12],[6,-22],[7,-38],[-3,-30],[0,-22],[2,-25],[5,-24],[78,-419],[33,-239],[-35,2],[-23,-1],[-223,-11],[-17,-1],[-118,-6],[-48,-3],[5,-24],[97,-447],[-3,-16],[-12,-17],[-15,-24],[-2,-17],[1,-81],[-9,-9],[-36,-22],[-41,-23],[-47,-18],[-49,-16],[-46,-16],[-25,-5],[-41,-7],[-38,-4],[-17,0],[0,-9],[-7,-23],[0,-22],[18,-57],[191,-535],[8,-21],[12,-50],[8,-56],[-5,-68],[-9,-19],[52,-101],[34,-56],[37,-50],[174,-255],[46,-69],[-1,-24],[41,-38],[70,-36],[90,-31],[140,-23],[36,19],[81,-11],[33,-2],[33,3],[32,11],[48,26],[65,42],[78,57],[74,59],[228,-386],[161,-273],[103,-177],[121,-205],[290,-486],[8,-13],[127,-213],[13,13],[8,10],[286,86],[1027,326],[6,1],[3,1],[1,1],[5,1],[1,1],[0,0],[0,0],[3,1],[17,5],[30,10]],[[510106,523130],[-9,-162],[0,-2],[183,-10],[-1,-15],[83,-5],[47,-4],[160,-11],[42,-5],[14,50],[-9,-1],[-8,3],[-6,11],[-3,18],[20,-1],[24,196],[2,98],[1,22],[2,90],[-221,10],[-500,24],[-7,-185],[0,-2],[56,-84],[15,-23],[115,-12],[0,0]],[[493616,529186],[46,190],[36,-11],[15,41],[189,-59],[21,-6],[51,225],[41,181],[4,10],[-21,12],[-99,38],[-79,30],[-91,34],[-297,113],[-29,-3],[-95,36],[-17,10],[-66,25],[-92,39],[-23,7],[6,18],[-399,138],[-63,-325],[-212,76],[-80,12],[41,-164],[-11,-5],[74,-271],[3,-7],[108,-40],[16,-6],[23,-8],[8,21],[203,-72],[-7,-35],[322,-117],[17,-9],[12,52],[17,78],[33,-16],[77,-27],[-39,-110],[22,-9],[326,-125],[9,39]],[[517989,532052],[178,-954],[28,-114],[42,-134],[51,-108],[18,-42],[52,-89],[21,-50],[54,17],[53,13],[0,-1],[59,17],[154,40],[86,24],[9,1],[19,5],[27,7],[58,20],[71,28],[16,7],[74,29],[250,98],[-1,10],[-16,163],[-16,166],[-25,236],[-20,193],[-24,221],[-31,290],[-26,249],[-35,350],[-32,318],[-9,94],[-18,180],[-2,16],[-24,-6],[-8,54],[-8,55],[-14,101],[-12,92],[-10,85],[-5,90],[-5,107],[-2,67],[3,79],[2,73],[0,27],[-13,8],[-56,36],[-30,8],[-37,4],[-52,-5],[-75,-11],[0,0],[-19,-3],[-174,-25],[-61,-8],[-96,-13],[-56,-9],[-70,342],[-81,389],[-165,785],[-26,124],[-26,115],[-25,108],[-22,113],[-69,329],[-39,190],[-13,65],[-561,-136],[-61,163],[-581,-151],[-11,-3],[-182,-25],[425,-768],[219,-376],[116,-196],[126,-227],[71,-133],[56,-119],[75,-176],[47,-131],[34,-110],[49,-173],[52,-224],[45,-221],[7,-37],[78,-411],[63,-336],[92,-516],[7,-37],[57,-323]],[[511232,532962],[-25,195],[0,0],[176,-83],[59,-28],[16,-6],[17,-3],[10,0],[0,17],[0,1],[-1,5],[-26,167],[-29,190],[0,0],[174,65],[20,8],[-1,1],[-11,33],[-85,254],[-30,91],[-56,172],[-14,54],[0,0],[0,1],[2,1],[4,4],[6,2],[4,2],[-14,23],[-9,19],[-1,3],[-4,3],[24,6],[4,2],[-7,27],[-9,10],[1,14],[0,0],[18,51],[11,40],[8,29],[35,121],[50,175],[36,126],[59,203],[59,204],[45,159],[48,160],[25,88],[24,80],[30,101],[12,43],[2,6],[32,134],[48,162],[19,65],[31,97],[7,21],[21,64],[16,55],[84,286],[52,177],[90,307],[11,40],[11,38],[36,127],[71,242],[64,230],[1,4],[5,26],[1,7],[-1,15],[0,0],[0,0],[29,277],[20,186],[28,290],[3,31],[11,109],[16,155],[21,187],[0,1],[0,43],[53,32],[58,36],[90,56],[0,0],[74,46],[91,56],[102,64],[115,71],[131,81],[39,25],[24,14],[39,24],[54,34],[32,20],[51,32],[53,33],[51,32],[43,26],[17,11],[15,9],[50,30],[57,25],[58,19],[13,4],[13,2],[15,3],[27,-1],[41,-4],[29,-2],[34,2],[26,8],[23,12],[22,15],[17,11],[18,14],[33,33],[40,23],[10,11],[20,24],[4,-18],[87,-115],[22,-29],[64,-80],[68,-85],[59,-76],[154,-211],[167,-251],[227,-392],[230,-407],[211,-379],[221,-394],[146,-250],[13,-25],[48,-84],[24,-41],[16,-29],[155,101],[85,71],[16,13],[161,157],[19,17],[10,11],[1,2],[24,13],[47,25],[72,43],[-1,15],[0,0],[-13,19],[-6,20],[-4,9],[1,1],[34,41],[25,30],[11,13],[-1,-24],[5,-20],[6,-25],[1,-3],[33,-87],[62,37],[3,4],[19,-14],[17,11],[4,23],[-2,10],[-1,15],[-26,55],[-9,15],[-15,24],[-1,1],[4,0],[7,1],[1,0],[-1,1],[13,12],[8,8],[30,22],[2,-2],[43,-81],[87,104],[32,57],[11,20],[17,50],[0,9],[1,34],[0,1],[-2,23],[22,1],[1,-39],[12,10],[38,67],[27,49],[17,29],[-178,-14],[-10,-1],[-270,-18],[-143,-8],[-14,165],[-4,50],[-3,50],[-6,85],[1,0],[-6,21],[-89,1],[-92,0],[-16,244],[-1,23],[-1,0],[-8,-1],[-49,-5],[-311,-28],[-5,21],[-20,107],[-11,60],[-51,291],[-38,206],[-7,42],[-9,48],[-4,25],[-13,77],[-8,32],[-19,107],[-43,245],[-22,126],[-386,148],[-378,147],[-250,94],[-5,-29],[-3,-12],[-6,1],[0,0],[-10,5],[-26,49],[-283,546],[-85,166],[-186,352],[-35,67],[-282,530],[-280,534],[-255,479],[-280,-42],[-97,-14],[-142,-21],[-112,-17],[-18,-3],[-119,-17],[-227,-34],[-185,-28],[-95,-15],[-25,-2],[-116,-14],[-237,-35],[-84,-14],[-70,-13],[-49,-9],[-141,-21],[-93,-14],[-137,-22],[-156,-458],[-21,-2],[-62,-234],[0,-1],[264,-70],[1,0],[-6,-30],[-6,-36],[0,0],[-2,-10],[1,-9],[0,-1],[7,-13],[-101,-10],[-1,-3],[-28,-91],[0,-1],[-1,0],[12,-24],[19,-38],[0,0],[1,-1],[-23,-92],[0,1],[-15,-13],[2,-2],[-21,-16],[-19,35],[-100,-61],[0,0],[80,-133],[1,-1],[-185,-12],[-19,-3],[7,-28],[0,0],[0,-2],[-3,-6],[-8,-4],[-13,1],[-14,4],[-3,0],[-12,1],[-19,0],[-22,-3],[-11,-3],[-5,-3],[-14,-7],[-31,-37],[-7,-9],[-57,1],[-10,95],[-145,-29],[-132,-31],[-41,-2],[0,2],[3,32],[-15,-6],[-8,14],[-44,-24],[-3,-2],[-56,-32],[-52,-21],[-95,-27],[-60,-15],[-36,-9],[-70,-12],[-57,-12],[-115,-27],[7,-33],[-1,0],[1,-1],[-28,-8],[-1,1],[-2,0],[-16,-5],[0,-1],[-23,-9],[0,1],[0,1],[-81,-19],[-51,-12],[0,0],[-3,26],[-7,65],[-63,-6],[-1,-8],[-58,-9],[-50,-7],[-91,-13],[-26,-3],[-21,-5],[-9,-4],[-14,-6],[-63,-34],[-16,35],[-18,38],[-95,-54],[-38,-24],[-20,-12],[-18,-11],[-20,-12],[-16,-8],[-9,-6],[-13,-4],[-19,-6],[-15,-4],[5,-20],[-7,-17],[-6,-15],[-10,-14],[-14,9],[-10,-2],[-13,-2],[-17,-5],[-23,-8],[-42,-13],[-24,-9],[-21,-9],[-29,-14],[-14,-7],[-11,-5],[-19,-13],[-20,-14],[-22,-14],[-11,-9],[-30,-26],[-14,-17],[-11,-12],[-7,-8],[-15,-8],[-15,-22],[-5,-11],[-6,-11],[0,-24],[7,-13],[1,-7],[-3,-8],[-4,-10],[3,-10],[9,-8],[14,-7],[11,-10],[19,-22],[23,-79],[-4,-8],[-3,-10],[2,-18],[0,-24],[4,-19],[6,-8],[19,-7],[5,-6],[7,-13],[3,-12],[0,-20],[29,-18],[26,-23],[16,-19],[23,-28],[30,-39],[15,-21],[5,-8],[16,-22],[25,-37],[22,-31],[31,-45],[32,-47],[13,-19],[6,-6],[10,-14],[6,-8],[13,-9],[13,-10],[9,-6],[12,-9],[20,-21],[14,-16],[8,-13],[4,-9],[6,-16],[6,-19],[5,-21],[8,-34],[5,-23],[5,-24],[2,-11],[25,-22],[11,-1],[22,-2],[25,-2],[39,3],[5,-20],[21,-82],[18,-73],[27,-107],[18,-75],[10,-66],[6,1],[38,-255],[43,-304],[0,0],[3,-56],[1,-1],[0,0],[0,-2],[-9,2],[-16,0],[-66,-14],[-22,-4],[-14,-1],[-15,2],[-13,6],[-12,9],[-28,23],[-12,6],[-18,5],[-24,4],[-38,4],[-2,-1],[-8,-6],[-4,-12],[-1,-2],[0,-1],[-2,-16],[1,-10],[0,-1],[-13,-23],[0,0],[5,-112],[4,-71],[-25,-9],[-4,-1],[-26,-3],[-5,-2],[-43,-10],[-86,-250],[-43,-12],[0,0],[18,-89],[0,-2],[-102,-60],[-20,-19],[-36,-35],[-79,-81],[-40,-34],[-44,-31],[-59,-32],[-41,-16],[-1,-42],[0,-1],[14,-132],[342,98],[1,0],[14,4],[17,-27],[1,-2],[50,-57],[59,-65],[10,-12],[19,-24],[26,-33],[18,-28],[15,-29],[24,-61],[0,0],[3,-12],[-15,-119],[3,-61],[7,-26],[20,-24],[16,-8],[17,-7],[8,-8],[4,-4],[4,-4],[7,-9],[9,-17],[0,-1],[2,-16],[0,-15],[0,-2],[-4,-16],[-14,-35],[0,-1],[-5,-15],[1,-20],[4,-28],[32,-113],[0,0],[1,-10],[-1,-21],[-5,-20],[-13,-42],[-38,-77],[0,0],[34,-130],[286,-9],[95,-297],[25,-71],[77,-181],[44,21],[103,49],[81,41],[104,45],[80,23],[94,25],[125,23],[20,-29],[23,-17],[7,-5],[78,-65],[35,-37],[24,-42],[22,-44],[51,-135],[50,-133],[17,-61],[10,-47],[51,-124],[9,-23],[99,-260],[60,-161],[40,-141],[55,-238],[4,-19],[40,-173],[23,-142],[3,-19],[1,-2],[2,-13],[22,-229],[4,-39],[20,-208],[15,-103],[3,-19],[2,-15],[24,-93],[40,-144],[75,-183],[38,-111],[8,-23],[29,-132],[26,-193],[6,-51],[24,-6],[0,-3],[9,1],[170,18],[95,11],[-1,1]],[[518629,523069],[-40,-477],[-2,-24],[-9,-112],[-3,-33],[89,3],[21,6],[37,10],[150,10],[201,14],[7,-20],[15,-27],[18,-16],[35,-3],[28,3],[110,13],[18,3],[24,3],[-2,27],[-25,373],[-1,19],[-3,34],[-12,132],[-10,111],[-27,18],[-1,17],[-2,31],[5,5],[7,13],[-1,73],[-3,54],[-2,59],[0,20],[1,78],[0,25],[-3,89],[-6,158],[-9,121],[-5,79],[-4,51],[-5,29],[-14,40],[-25,6],[-310,83],[-71,16],[-6,-217],[-10,-288],[1,-20],[2,-70],[-4,-50],[-14,-44],[-18,-35],[-91,-168],[-10,-19],[-4,-7],[-2,-9],[-13,-158],[-2,-29]],[[501075,546089],[480,278],[90,53],[21,12],[80,48],[136,81],[25,15],[38,20],[11,12],[3,45],[13,141],[3,68],[8,189],[2,41],[23,234],[19,164],[-2,53],[1,31],[35,361],[11,413],[10,171],[14,174],[-18,10],[-24,14],[-373,214],[-15,10],[-20,14],[-55,39],[-70,38],[-21,11],[0,2],[-15,51],[-49,213],[-4,30],[-29,92],[-5,45],[-15,65],[-40,165],[-10,56],[-9,15],[-34,140],[-6,24],[23,10],[41,19],[-8,35],[9,3],[-29,110],[613,19],[326,7],[15,194],[2,27],[4,53],[11,164],[5,48],[-46,-1],[-196,-9],[-159,-16],[-182,-24],[-27,7],[-22,0],[-14,-3],[-130,-21],[-123,-23],[-20,-4],[-20,-3],[-103,-25],[-18,-4],[-393,-92],[-25,-5],[-13,-3],[-114,-34],[-100,-45],[-102,-43],[-70,-18],[-36,-8],[-21,-5],[-189,-46],[-206,-51],[-166,-37],[-95,-20],[-23,-5],[-202,-43],[-159,-36],[-230,-50],[-144,-33],[-116,-24],[3,-17],[6,-28],[2,-32],[10,-52],[3,-17],[19,-117],[5,-33],[43,-254],[298,77],[123,27],[203,47],[17,4],[2,-21],[74,-601],[-149,3],[-22,0],[-229,5],[-19,0],[-124,-1],[-31,-2],[-1,-17],[-5,-245],[-1,-41],[200,-303],[240,-367],[80,-124],[-5,-17],[1,0],[151,-236],[144,-219],[75,-7],[230,-30],[377,-46],[189,-24],[378,-47],[20,-10],[-21,-338],[-12,-171],[-8,-182],[-23,-381]],[[527484,510074],[-141,-111],[-4,-12],[-18,7],[0,-36],[0,-1],[0,-1],[0,0],[-42,-9],[-29,-10],[-73,-43],[-92,-46],[-38,-13],[-83,-17],[-118,-12],[-7,-7],[-25,-369],[-5,-107],[0,-1],[6,-7],[112,4],[11,-2],[9,9],[18,183],[25,0],[2,1],[18,0],[5,0],[151,-4],[97,129],[64,-46],[515,-354],[238,-164],[13,14],[43,88],[116,246],[146,325],[-187,112],[-231,147],[-5,7],[-225,150],[-216,-32],[-50,-18]],[[526746,508991],[58,811],[-123,-3],[-52,-1],[-49,2],[-29,1],[-28,1],[-39,5],[-62,9],[-74,-1],[-39,-5],[-55,-6],[-57,-1],[-45,-1],[-48,-3],[-38,-12],[-34,-18],[-38,-22],[-46,-29],[-27,-14],[-13,-1],[-87,-9],[-109,-12],[-133,-14],[-93,-11],[-78,-9],[-105,-16],[-39,-4],[-42,-2],[-36,4],[-14,1],[-183,19],[-44,58],[-4,3],[-18,8],[-1,1],[-24,12],[-3,-6],[-1,0],[-22,4],[-32,-35],[-46,-33],[-16,18],[-133,145],[-37,48],[-10,-5],[-27,-14],[-40,-14],[-80,-20],[-45,-6],[-89,2],[-85,10],[-66,11],[-36,12],[-45,19],[-34,11],[-27,-1],[-27,-6],[-21,1],[-13,5],[-37,144],[-15,17],[-37,-14],[-28,-3],[-20,3],[-40,-12],[-155,-76],[-6,1],[-15,21],[-65,-44],[-21,-12],[0,0],[117,-305],[42,-136],[35,-130],[0,-1],[-133,-17],[-245,-22],[-18,-3],[-23,-3],[-36,-17],[-45,-29],[-32,-29],[-64,-71],[-89,-111],[-30,-49],[-40,-89],[-17,-54],[-6,-36],[-4,-38],[-38,70],[-5,88],[-9,53],[-44,99],[-31,65],[-108,190],[-12,-8],[0,0],[1,-1],[-8,-9],[-289,-166],[-5,-2],[-8,8],[0,1],[-1,0],[-2,16],[-1,6],[-22,-13],[-302,-176],[-87,-49],[-1,0],[9,-26],[78,-105],[120,-134],[1,0],[-19,-24],[-69,44],[-103,60],[-52,27],[-45,19],[-41,14],[-10,-11],[-14,-15],[-267,2],[-112,-30],[-175,-40],[-192,-44],[-75,-21],[-1,0],[6,-18],[38,-131],[197,-330],[48,-109],[3,-34],[13,-160],[62,-763],[6,-57],[3,-3],[22,5],[131,59],[247,-234],[1,0],[0,0],[1,-1],[22,-28],[5,1],[46,-51],[6,-7],[-16,-13],[-119,-79],[-173,-116],[4,-14],[8,-22],[106,7],[97,5],[46,3],[54,3],[9,-4],[10,-4],[1,0],[-2,-5],[-39,-93],[0,-1],[1,-1],[-15,-38],[-54,-139],[-32,-85],[-43,-108],[3,0],[8,0],[23,4],[40,6],[25,4],[140,22],[112,18],[17,7],[-2,5],[17,4],[1,-4],[17,3],[397,68],[118,20],[29,49],[19,30],[17,20],[32,12],[50,5],[11,4],[17,14],[13,44],[3,79],[6,61],[3,89],[0,1],[-12,96],[0,0],[0,0],[155,-123],[-58,116],[-21,44],[-5,13],[16,7],[82,14],[175,32],[251,45],[31,5],[141,25],[2,-13],[5,-14],[42,-127],[93,-258],[28,-77],[19,3],[18,3],[48,22],[248,112],[17,3],[0,2],[-3,29],[0,0],[94,17],[76,22],[103,38],[137,84],[4,-32],[16,10],[22,13],[118,87],[200,163],[29,24],[18,13],[97,75],[83,59],[242,155],[153,117],[18,10],[0,1],[11,7],[0,-2],[105,58],[258,302],[15,17],[0,1],[-12,49],[1,-1],[22,-8],[26,2],[98,114],[0,1],[-3,10],[0,1],[12,28],[7,35],[1,16],[0,0],[-5,15],[-11,10],[-27,-1],[-11,3],[-8,16],[0,0],[22,22],[7,24],[0,1],[-16,118],[0,3],[0,0],[13,2],[-11,25],[0,0],[-54,-8],[-24,-4],[-8,-1],[-9,-1],[-183,-28],[-117,-16],[-45,2],[-161,9],[-41,-1],[0,1],[0,0],[3,14],[-21,84],[-21,81],[0,0],[0,1],[2,4],[-13,98],[-5,55],[-1,21],[0,0],[0,1],[3,19],[0,1],[-20,-1],[-11,112],[-28,275],[-17,171],[40,14],[285,70],[0,-5],[13,9],[87,23],[263,68],[52,16],[16,2],[9,-15],[2,-24],[-5,-36],[-52,-317],[-2,-19],[-33,-263],[-33,-4],[-2,-19],[1,0],[-1,-1],[48,7],[28,20],[48,1],[137,10],[-5,-365],[3,1],[205,34],[32,6],[18,12],[17,12],[21,13],[4,-32],[35,29],[0,-1],[40,33],[129,102],[11,9],[195,153],[20,22],[50,82],[5,8],[5,8],[-1,0],[-96,58],[-44,26],[-18,20],[1,1]],[[537560,493783],[-140,-37],[-36,-1],[-40,-8],[-2,1],[-152,-16],[-31,27],[-51,-54],[-105,-135],[-36,-22],[-32,-27],[-62,-63],[-32,-32],[-96,-99],[-32,-31],[-66,-59],[-31,-28],[-103,-95],[-10,-9],[-28,-28],[-18,-18],[-38,-50],[-29,-49],[0,-14],[0,-26],[3,-12],[6,-23],[22,-34],[33,-45],[35,-26],[38,-15],[45,0],[35,11],[26,35],[26,36],[37,50],[3,2],[54,29],[31,16],[69,37],[64,37],[45,31],[35,16],[30,6],[59,6],[20,18],[2,18],[17,18],[24,13],[129,24],[105,27],[101,31],[42,20],[57,33],[32,28],[6,8],[12,15],[7,10],[21,35],[42,-1],[71,7],[113,23],[73,13],[-7,25],[-6,-1],[-90,315],[-4,27],[-67,14],[-43,5],[-33,-1],[-32,-7],[-41,-18],[-7,31],[-70,-14]],[[537722,488825],[14,-34],[55,40],[19,14],[128,94],[87,66],[83,62],[166,123],[163,124],[161,118],[213,157],[10,5],[35,27],[42,29],[55,39],[24,21],[-2,21],[10,168],[3,57],[-22,0],[-299,29],[-166,12],[-158,14],[-136,10],[-30,1],[-126,-68],[-211,-109],[-194,-100],[-25,-318],[-4,-29],[-29,-359],[42,-61],[20,-38],[17,-27],[55,-88]],[[547301,487355],[-73,-86],[-416,-492],[-16,-20],[-19,-22],[-7,6],[-18,-14],[-22,-24],[-113,-121],[-100,-106],[-46,-53],[-18,-21],[-127,-151],[-10,-13],[-52,-61],[-169,-194],[-15,-18],[-32,-37],[-186,-219],[-14,-17],[-79,-90],[-37,-43],[-6,15],[-61,171],[-73,207],[-39,111],[-61,170],[-81,235],[-46,131],[-7,36],[-27,84],[-65,190],[6,3],[10,12],[5,13],[-1,23],[-8,18],[-13,10],[-6,2],[-8,2],[-15,-3],[-14,-9],[-9,-12],[-3,-13],[-126,2],[-54,-6],[-118,-11],[-100,-8],[-68,-5],[-17,-1],[-55,-7],[-13,6],[-12,8],[-6,6],[-19,7],[3,10],[-17,30],[-4,23],[-1,17],[0,16],[4,22],[9,23],[10,26],[12,35],[7,25],[3,19],[1,31],[1,8],[-6,19],[-4,13],[-18,24],[-17,17],[-18,14],[-12,3],[-12,4],[-27,6],[-184,-30],[-56,-9],[1,-14],[2,-23],[-4,-8],[-9,-7],[-15,-1],[2,-14],[3,-19],[3,-21],[0,-15],[-8,-17],[-11,-10],[-19,-6],[15,-33],[144,-327],[11,-25],[54,-124],[58,-132],[34,-77],[94,-214],[61,-134],[-55,1],[-192,-17],[-2,-151],[-4,-16],[-7,-13],[-17,-19],[-18,-7],[-1,-22],[-4,-52],[-5,-59],[-24,-3],[-34,-15],[-22,-50],[-14,-44],[-11,-33],[-6,-20],[-10,-16],[-17,-23],[-11,-16],[-15,-3],[-11,-2],[-4,-10],[-8,-20],[-10,-7],[-43,-29],[-78,-53],[-45,-30],[-17,-17],[-8,-10],[-7,10],[-22,-2],[-25,-8],[-28,-19],[-10,-2],[-20,43],[-18,28],[-13,11],[-19,0],[-22,-7],[0,22],[-12,6],[-3,27],[2,9],[-1,18],[-8,12],[-6,40],[-31,0],[-30,6],[-28,1],[-10,7],[-19,3],[-14,-32],[-2,6],[-31,26],[-99,75],[-106,80],[-18,12],[-6,4],[-198,52],[-69,12],[-1,-20],[0,-44],[3,-74],[7,-40],[12,-46],[5,-26],[7,-23],[7,-13],[8,-15],[-13,-56],[-15,-49],[-4,-29],[-2,-46],[1,-9],[2,-34],[4,-21],[8,-62],[24,-178],[4,-30],[10,-72],[4,-25],[4,-46],[-12,-7],[-77,-49],[16,-31],[3,2],[3,-10],[2,-10],[4,-16],[4,-11],[4,-9],[10,-15],[22,-35],[29,-44],[91,-141],[31,-50],[62,-102],[17,-33],[-1,-27],[10,-30],[16,-48],[15,-56],[28,-103],[31,-120],[20,-31],[-141,-37],[25,-122],[9,-39],[135,35],[20,-113],[7,-55],[6,-46],[6,-47],[8,-62],[7,-53],[2,-16],[31,-1],[17,15],[23,-36],[51,44],[55,48],[23,18],[22,17],[10,5],[50,27],[42,24],[58,32],[118,56],[61,27],[215,98],[123,56],[125,57],[123,56],[87,39],[14,6],[10,57],[12,-6],[10,16],[26,87],[73,256],[5,17],[-8,21],[17,55],[44,146],[13,12],[11,38],[4,7],[19,50],[28,14],[147,83],[18,4],[18,10],[25,14],[6,11],[-4,79],[21,13],[77,46],[9,5],[11,0],[57,-4],[102,-6],[169,-4],[155,-10],[197,-8],[92,-4],[92,-4],[103,-4],[330,-13],[301,-12],[18,-1],[-2,37],[87,-2],[276,-6],[459,-8],[15,-13],[18,-7],[26,-7],[39,-6],[38,-4],[161,-8],[174,-9],[235,-9],[193,-5],[291,-10],[-4,20],[-29,238],[-27,238],[-25,223],[172,24],[-25,151],[-1,31],[-27,-7],[-135,-27],[-124,-25],[-31,-9],[-148,-32],[-45,50],[-143,158],[-81,91],[-51,56],[-12,-16],[-13,-6],[-12,-5],[-39,-46],[-114,-139],[31,-23],[95,-73],[129,-100],[-36,-7],[-151,-33],[-58,-12],[-130,-29],[-35,-7],[-27,-5],[-26,-5],[-190,-37],[-2,25],[-6,80],[-12,161],[-4,46],[36,12],[42,14],[16,10],[18,15],[24,21],[12,19],[16,25],[9,19],[9,22],[14,25],[-89,65],[-81,58],[-48,35],[-31,22],[-40,27],[-37,26],[-34,23],[30,37],[29,33],[36,38],[-70,69],[133,154],[35,41],[13,15],[44,50],[83,96],[-19,17],[-116,96],[-46,35],[-83,64],[-18,15],[66,76],[9,11],[-147,226],[-11,18],[-110,124],[-18,21],[-13,20],[-50,39],[-75,-89]],[[567791,485019],[-344,-316],[-206,-187],[-162,-151],[-138,-122],[0,-1],[-6,-14],[22,-78],[53,-169],[110,-361],[74,-242],[21,-66],[2,-4],[201,90],[423,180],[261,111],[6,-28],[15,-51],[70,19],[130,55],[8,3],[16,5],[73,23],[0,1],[-47,185],[-12,44],[-44,158],[-54,203],[-83,296],[-140,188],[-65,90],[-138,184],[-46,-45]],[[545738,480289],[11,-17],[11,-25],[7,-21],[9,-7],[10,0],[11,-3],[11,-6],[8,-13],[1,-15],[0,-1],[-4,-25],[-6,-30],[0,-35],[0,-1],[4,-21],[5,-19],[10,-20],[23,-32],[21,-14],[29,-10],[23,-13],[15,-4],[13,-8],[9,-10],[5,-16],[3,-37],[0,0],[-4,-46],[-4,-7],[-9,-10],[-22,-7],[-15,-19],[-1,-64],[25,-5],[8,0],[3,0],[3,-1],[5,-2],[3,-9],[0,-1],[5,-98],[10,-202],[0,0],[0,-1],[-7,-12],[-17,-13],[-70,-34],[-64,-30],[-8,-18],[-1,-1],[2,-5],[23,-10],[263,-109],[123,46],[17,-1],[19,346],[8,88],[114,-31],[69,-32],[0,-19],[9,-1],[9,-2],[6,1],[72,-27],[66,-27],[24,-1],[0,1],[0,75],[3,150],[3,35],[10,42],[5,32],[16,184],[6,69],[-1,0],[-10,0],[-14,4],[-14,0],[-16,-4],[-31,6],[-16,-6],[-105,-47],[-10,-3],[-13,4],[-8,-4],[-28,-30],[-11,-3],[-10,3],[-26,6],[-8,0],[-10,-9],[-15,-18],[-17,-9],[-9,-2],[-13,5],[-36,4],[-10,4],[-13,-2],[-7,-9],[-1,-11],[2,-21],[0,-1],[0,-19],[0,-1],[-5,-17],[-12,-10],[-17,-10],[-59,0],[-30,4],[-31,7],[-22,15],[-15,18],[-7,16],[-4,24],[-7,30],[-16,35],[-18,34],[-31,74],[-8,20],[-12,12],[-15,7],[-16,4],[-16,6],[-28,43],[-18,13],[-16,15],[-10,12],[-18,23],[-9,15],[0,1],[4,19],[12,22],[17,33],[-1,0],[-60,17],[-133,38],[0,0],[2,-30],[4,-15],[11,-15],[17,-10],[7,-11],[1,-17],[8,-16],[18,-22],[26,-18],[21,-24]],[[546011,479196],[-1,1],[6,-11],[2,-10],[0,-1],[-5,-8],[-13,-12],[-112,3],[-11,1],[-6,-35],[-42,76],[-34,85],[-30,74],[-71,177],[-129,328],[-7,21],[-116,297],[-41,97],[-274,-100],[-43,-5],[-4,-10],[-5,-24],[0,-25],[0,-1],[79,-196],[17,-49],[13,-57],[3,-43],[0,-1],[-1,-46],[-10,-40],[0,-1],[8,-3],[8,-2],[53,-22],[44,-23],[55,-53],[30,-42],[15,-46],[3,-42],[0,-1],[-5,-25],[-1,-9],[0,-1],[7,-8],[13,-8],[9,-9],[3,-11],[0,0],[-1,-15],[-8,-11],[-274,-127],[-1,8],[-10,1],[-11,1],[-16,8],[-41,34],[-28,36],[-28,47],[-21,42],[-8,11],[-7,10],[-23,35],[-34,31],[-34,23],[-39,15],[-41,6],[-35,-8],[-73,-36],[-59,-22],[-6,-3],[-38,-1],[-83,11],[-31,5],[0,-22],[0,-1],[22,0],[30,-4],[-6,-701],[0,-1],[-49,18],[0,-22],[0,-2],[53,-17],[0,0],[-3,-72],[0,-393],[0,-1],[-51,1],[-1,-23],[0,-1],[49,-1],[2,-6],[-1,-432],[0,-1],[-2,-347],[0,-1],[-2,-442],[0,-2],[320,0],[71,0],[444,0],[130,-2],[7,2],[4,3],[2,1],[5,1],[16,3],[5,-35],[278,2],[306,1],[166,-5],[9,-1],[11,0],[76,-3],[27,2],[37,24],[0,1],[-20,156],[-5,49],[-1,10],[-1,11],[-17,151],[-32,286],[-46,367],[-8,42],[-11,47],[-24,61],[-34,80],[1,1],[-1,1],[27,20],[1,-2],[5,2],[157,73],[-19,36],[-19,46],[-102,299],[-6,20],[0,0],[17,5],[0,-1],[336,-244],[3,25],[7,29],[14,10],[10,-1],[8,-10],[9,-26],[7,-14],[12,-8],[7,3],[7,15],[7,4],[10,0],[7,-19],[8,-9],[17,-2],[22,2],[19,7],[20,27],[12,25],[9,54],[20,71],[24,84],[19,44],[0,0],[-39,17],[-1,0],[7,-22],[1,-22],[0,-1],[-4,-17],[-12,-14],[-21,-3],[-22,3],[-22,6],[-11,13],[-2,17],[-5,6],[-5,4],[-6,10],[0,0],[0,1],[1,2],[9,17],[3,3],[31,22],[-1,1],[-110,47],[0,-24],[-7,-13],[-15,-13],[-15,0],[-12,11],[-3,14],[3,16],[15,23],[0,0],[-415,172],[-2,2],[-6,3],[-6,1],[-3,1],[-1,0],[-17,3],[1,4],[-63,26],[-5,-20],[-7,-14],[-16,-1],[-28,11],[-17,11],[-6,12],[2,17],[0,0],[11,11],[-45,19],[-3,1],[-19,8]],[[545270,476895],[-407,-314],[0,2],[0,-1],[7,33],[-48,6],[-54,4],[-33,-5],[-25,-2],[2,-159],[0,-1],[12,-13],[0,0],[-77,-89],[-21,-17],[-22,-14],[-29,-4],[-65,-5],[7,-374],[73,-1599],[0,-1],[-15,0],[-20,-1],[-1,0],[-14,0],[1,-19],[35,0],[40,-1132],[-35,0],[0,-2],[0,0],[1,-19],[35,0],[17,-453],[0,0],[0,-1],[16,0],[1,0],[0,0],[21,0],[167,-1],[304,-2],[269,397],[15,13],[643,277],[0,1],[10,5],[-32,920],[18,0],[-1,1],[0,21],[394,1],[204,1],[0,1],[-120,1195],[-2,22],[-39,375],[-27,203],[-22,235],[-56,38],[-59,45],[-42,44],[-29,38],[-21,42],[-16,40],[-18,67],[-8,58],[-7,160],[-357,4],[-415,-2],[-116,0],[-48,-6],[9,-13]],[[508113,473787],[148,301],[8,17],[77,153],[-1,0],[-8,20],[-103,34],[-46,15],[-64,21],[-17,5],[-127,41],[-116,41],[-137,53],[-206,84],[-123,51],[-20,8],[-184,78],[-12,-11],[-1,-1],[1,0],[-517,-416],[-201,-165],[-64,-47],[-32,-18],[-47,-20],[-1,0],[28,-476],[1449,-373],[0,0],[-7,-16],[-3,-5],[-87,-183],[-102,-198],[0,-1],[13,-10],[9,15],[12,-4],[4,-1],[21,-16],[87,-42],[74,-27],[45,-17],[3,13],[35,-12],[2,-2],[95,-32],[13,-4],[73,-25],[37,-13],[10,-4],[166,609],[0,0],[-294,92],[1,1],[87,389],[4,18],[18,80]],[[506388,472332],[-71,1156],[-2,23],[-230,-63],[-26,-8],[-60,204],[-80,266],[-4,30],[-17,-6],[-857,-321],[0,0],[-17,-7],[-257,-98],[-495,-189],[-18,-7],[-301,-113],[-17,-6],[-173,-65],[0,-1],[0,0],[-1,0],[-121,-45],[-17,-6],[-185,-70],[-76,-29],[-324,-122],[-14,-5],[-264,-100],[-16,-6],[0,1],[-37,74],[-12,23],[-10,20],[-40,78],[-13,25],[-33,66],[-50,98],[-135,266],[1,0],[7,1],[-1,2],[-2,6],[-6,15],[-85,185],[-15,-9],[-18,-11],[-141,-82],[-204,-119],[1,-1],[-1,0],[12,-33],[1,-42],[0,-1],[2,-39],[10,-27],[21,-16],[20,-7],[34,-36],[111,-134],[37,-26],[39,-39],[1,0],[-2,-13],[0,-1],[14,-37],[9,-17],[13,-7],[50,-2],[8,-4],[3,-10],[10,-42],[11,-37],[26,-47],[20,-30],[30,-25],[16,2],[33,0],[17,-2],[16,-11],[18,-16],[4,-11],[1,-1],[-170,-60],[11,-9],[12,-9],[-1,0],[-2,-1],[193,-137],[1,0],[-83,-135],[-5,-9],[-21,-39],[-31,-50],[-52,-55],[-193,-197],[0,-1],[16,-19],[1,-1],[-23,-20],[0,-1],[129,-154],[30,-36],[125,-149],[-232,-131],[-128,-73],[-26,52],[43,26],[0,1],[0,1],[-6,17],[-12,22],[-75,108],[-32,-20],[-56,106],[-15,-8],[-296,-183],[1,-1],[-1,0],[95,-178],[44,-88],[17,-35],[-148,-80],[12,-22],[199,-409],[-17,5],[-10,-6],[-9,-6],[6,-13],[12,-25],[16,-27],[15,-18],[13,-27],[16,-33],[12,-26],[2,-5],[-87,-56],[-2,-14],[3,-11],[4,-16],[12,-8],[9,-6],[9,6],[15,11],[9,9],[9,8],[15,15],[12,4],[8,3],[9,-1],[16,-1],[14,10],[12,-22],[-179,-113],[21,-36],[-11,-7],[-7,-7],[-6,-13],[-5,-10],[-4,-15],[-1,-4],[1,-19],[5,-12],[8,-20],[10,-13],[9,-13],[15,-11],[21,-9],[13,-7],[9,12],[15,21],[15,19],[14,-57],[38,24],[56,34],[33,21],[5,0],[8,-16],[141,-276],[63,38],[58,36],[14,-20],[407,-775],[78,-144],[110,-204],[-16,-10],[10,-14],[11,7],[11,7],[218,-417],[213,-419],[56,31],[0,0],[78,-155],[38,-36],[12,-18],[1,-1],[-1,-1],[280,-634],[160,87],[-1,1],[-51,120],[1,0],[97,52],[46,-97],[104,-225],[207,121],[123,-267],[162,97],[66,-127],[183,112],[7,5],[129,80],[2,1],[91,57],[634,399],[18,-26],[11,-28],[80,-208],[27,-68],[162,-400],[8,-20],[63,-158],[91,-204],[174,-160],[14,-13],[24,-22],[211,-196],[113,-110],[3,-21],[9,-16],[41,-36],[7,-7],[19,19],[65,-63],[79,93],[29,34],[16,-23],[23,-34],[140,-109],[11,-19],[222,-288],[33,-44],[139,-183],[11,-14],[102,-134],[69,-95],[14,-17],[28,9],[287,120],[262,109],[23,10],[279,116],[365,153],[19,8],[37,22],[17,9],[26,23],[1836,764],[6,-4],[18,-13],[16,-2],[18,3],[56,33],[3,30],[-252,751],[-46,32],[-123,7],[-286,16],[-23,1],[-133,7],[-26,4],[-95,26],[-75,23],[-90,30],[-32,10],[-173,57],[-144,46],[-271,90],[-32,14],[-16,6],[-40,30],[-127,109],[-186,158],[-122,75],[-141,119],[-15,12],[-11,9],[-10,9],[-107,88],[1,1],[258,278],[12,13],[25,27],[181,195],[13,14],[135,147],[12,13],[254,274],[-105,118],[0,0],[0,1],[0,1],[-440,491],[-50,57],[-43,50],[0,-1],[-126,142],[-130,147],[-17,19],[-1,1],[-272,303],[-319,363],[-44,50],[-56,-316],[-225,188],[-2,-1],[1,2],[0,0],[0,1],[-549,459],[-29,121],[-24,-16],[-16,-43],[-498,-1370],[-7,5],[-117,74],[-187,117],[-65,40],[-87,54],[-22,21],[-28,45],[-841,1490],[-17,30],[-10,17],[-13,24],[-156,275],[-118,208],[118,60],[130,66],[0,1],[9,6],[-2,110],[28,-4],[187,-28],[29,-4],[20,-3],[47,-7],[228,-34],[212,-32],[190,-28],[361,-54],[3,1],[-14,2],[11,-2]],[[548468,467607],[-18,-14],[0,-82],[-13,0],[1,-78],[12,0],[1,-92],[17,-2],[1,-81],[-95,-69],[-31,35],[-97,0],[-35,43],[-5,-4],[-53,-52],[15,-17],[-56,-55],[-5,-7],[-21,-27],[-204,-177],[-7,-31],[-36,11],[-16,12],[-7,16],[-11,10],[-8,2],[-11,-9],[-7,-15],[-13,-80],[10,-33],[-1,-17],[-9,-16],[-18,-15],[8,-13],[-122,-132],[-224,302],[-30,39],[-32,48],[-105,-124],[-19,-23],[-49,-62],[-44,-13],[95,131],[249,297],[-83,114],[-62,82],[-148,194],[-441,-371],[-36,-33],[-31,-35],[-18,-30],[-14,-21],[-34,-45],[-3,-16],[-8,-24],[-20,-23],[-17,-13],[-8,-12],[-18,17],[-23,5],[-38,2],[-14,-2],[-7,38],[-13,29],[-8,7],[-16,2],[-15,-3],[-7,-7],[-45,-43],[-17,-12],[-16,-2],[-20,0],[-42,32],[-18,0],[-21,-9],[-18,-16],[-12,-19],[2,-19],[32,-110],[-420,-277],[-104,-56],[-128,-47],[-20,-8],[-363,-103],[-5,-7],[8,-75],[8,-156],[4,-52],[9,-116],[0,-24],[1,-6],[0,-18],[7,-67],[-46,-27],[-17,-12],[-11,-17],[-7,-28],[-49,-11],[9,-146],[4,-108],[-72,45],[-25,19],[-128,85],[-24,9],[-33,-10],[0,0],[-11,-14],[-16,-20],[-5,-25],[1,-74],[13,-190],[4,-30],[7,-126],[0,0],[3,-50],[2,-27],[11,-36],[-202,182],[-33,42],[-27,10],[-17,8],[-114,86],[-117,88],[-109,83],[-23,15],[-28,12],[-36,8],[-248,49],[-178,82],[-136,53],[-73,20],[-683,3],[-173,-7],[-419,-12],[-406,-21],[2,-194],[16,-14],[7,-12],[3,-25],[0,-23],[1,-35],[1,-126],[1,-147],[7,-178],[3,-70],[14,-214],[1,-8],[8,-67],[10,-20],[9,-51],[30,-135],[18,-102],[-2,-70],[-12,-46],[-11,-41],[4,-20],[11,-24],[21,-17],[19,-8],[-20,-79],[-14,-44],[-10,-19],[-8,-11],[-11,-7],[8,-24],[1,-2],[-28,-238],[-106,-778],[-15,-99],[-723,-640],[-34,-30],[450,-613],[32,-42],[17,-30],[11,-38],[-3,-31],[-10,-33],[-22,-36],[-493,-547],[-13,-17],[-90,-101],[-90,75],[-555,378],[-142,-546],[4,-7],[357,-381],[-62,-70],[-20,-22],[-437,-492],[-23,-26],[-31,-37],[-14,-25],[-9,-34],[0,-29],[15,0],[4,-7],[3,-14],[-1,-90],[-1,-88],[0,-25],[4,-28],[6,-25],[8,-23],[13,-27],[11,-19],[25,-27],[191,-194],[11,8],[25,0],[-10,-35],[4,0],[11,-6],[32,-29],[20,-18],[275,-258],[19,-18],[254,-234],[47,-43],[192,-177],[39,-36],[102,-94],[363,-337],[18,-17],[444,-411],[36,-33],[39,-36],[48,-41],[34,-26],[32,-17],[9,21],[320,485],[106,-66],[8,-2],[7,5],[18,49],[11,3],[13,-6],[30,-17],[9,4],[10,13],[22,80],[110,-62],[18,30],[55,-31],[29,98],[17,-10],[310,-180],[127,-73],[18,-10],[7,17],[7,10],[21,19],[24,14],[8,8],[7,14],[5,14],[5,18],[2,32],[4,13],[9,15],[13,14],[45,40],[238,166],[409,286],[107,65],[42,20],[347,125],[18,7],[16,7],[167,71],[362,143],[202,96],[79,32],[115,36],[39,-22],[1,21],[-1,28],[-36,158],[-18,54],[23,-5],[34,-10],[141,-20],[10,0],[54,-9],[23,-11],[8,-10],[11,-11],[7,-10],[8,-13],[12,-27],[-117,-107],[-76,-266],[-35,-117],[-117,-180],[-196,-284],[50,-80],[21,-33],[9,-15],[26,32],[315,82],[6,-21],[15,-80],[21,6],[551,159],[15,-52],[48,6],[44,13],[41,-186],[122,37],[221,65],[-33,144],[54,14],[16,-22],[13,-10],[16,-7],[17,0],[13,7],[15,16],[7,20],[-9,41],[-21,83],[-22,-10],[-6,24],[-66,-20],[-11,40],[6,9],[0,6],[-4,18],[-7,12],[-9,12],[-11,7],[-27,7],[-38,-6],[-10,-5],[-100,-25],[-32,-2],[-19,3],[-10,2],[-36,12],[-11,6],[-27,21],[-131,130],[-18,20],[-26,23],[-219,216],[-68,73],[-18,30],[-10,36],[-2,30],[3,42],[94,320],[56,192],[93,320],[40,144],[23,109],[11,19],[497,1634],[210,-176],[161,-126],[102,-81],[68,-33],[732,44],[351,20],[39,-551],[10,-63],[39,-120],[22,11],[177,55],[82,22],[48,5],[48,-11],[21,-15],[119,-93],[65,-40],[101,-38],[102,-26],[52,-7],[60,4],[36,9],[289,102],[40,13],[39,8],[77,-6],[26,-5],[-16,189],[-13,199],[-8,148],[-9,102],[-3,76],[-17,23],[-14,19],[4,105],[-11,127],[-8,134],[-20,275],[-2,26],[-7,125],[-4,53],[-16,193],[-18,281],[-8,110],[-3,28],[-8,100],[-2,56],[-11,123],[-12,223],[-3,45],[1,42],[-218,220],[-50,55],[-42,46],[-43,65],[-41,70],[-34,53],[-24,33],[-19,24],[-63,45],[-57,32],[-79,41],[-65,29],[-345,319],[-221,223],[-190,183],[-18,23],[6,5],[6,12],[-138,128],[-22,21],[11,16],[26,27],[-33,38],[51,53],[-35,41],[-77,-79],[-18,-13],[-43,50],[-78,98],[24,19],[-65,90],[16,12],[50,37],[63,54],[53,57],[77,89],[36,41],[8,-11],[121,94],[-21,36],[91,73],[22,22],[26,21],[-82,134],[-131,-109],[16,-22],[-34,-25],[17,-27],[-69,-59],[-32,-28],[-40,58],[-17,26],[-113,169],[130,108],[-71,117],[-50,-40],[-149,224],[-81,-66],[-138,225],[56,39],[89,95],[-42,62],[27,22],[76,68],[33,28],[42,-40],[32,-17],[142,-12],[14,-105],[168,-311],[313,225],[-111,214],[-25,13],[-105,166],[-108,-74],[-40,68],[240,192],[23,-34],[13,9],[21,-24],[48,51],[-20,24],[-5,-6],[-87,127],[56,48],[10,21],[-4,46],[-8,265],[66,0],[-8,144],[-19,18],[-19,-14],[-17,-23],[-28,-18]],[[547761,458128],[173,-656],[66,-254],[54,-200],[86,-323],[4,-18],[62,-237],[105,-382],[18,-68],[7,-27],[50,-282],[-1,-55],[-179,-54],[-959,-287],[-291,-85],[-192,-58],[-16,-5],[-193,-56],[-163,-46],[-5,-31],[3,-24],[11,-59],[40,-216],[10,-52],[3,-13],[52,-275],[4,-20],[44,-243],[40,-213],[4,-21],[61,-330],[19,-83],[2,-9],[17,-74],[-3,-15],[1,-9],[1,-11],[5,-19],[44,-237],[11,-71],[72,-372],[3,0],[7,-52],[1,-20],[2,-8],[8,-46],[81,-431],[88,-482],[10,-55],[31,-165],[67,-350],[48,-260],[13,-21],[16,-17],[12,-8],[16,-4],[19,-2],[75,21],[141,49],[204,72],[18,7],[78,27],[18,6],[422,150],[75,3],[30,-15],[49,9],[16,3],[16,3],[21,-133],[50,9],[7,10],[59,11],[107,-13],[39,6],[-1,10],[78,10],[32,-234],[40,-283],[63,-430],[7,-50],[6,-12],[9,-3],[147,-51],[155,-51],[28,7],[19,-84],[538,-136],[18,-15],[18,6],[202,69],[1,-1],[0,1],[28,9],[346,116],[111,38],[-18,176],[-31,336],[-7,66],[-2,26],[0,32],[13,25],[-36,457],[-8,132],[-45,604],[-14,160],[-4,6],[-32,314],[-15,196],[-36,365],[-32,369],[-18,216],[-12,147],[-7,59],[-4,29],[-13,168],[-15,214],[-19,261],[-10,138],[19,2],[68,23],[70,23],[191,62],[46,15],[8,3],[303,102],[63,20],[8,9],[2,23],[-153,511],[-195,686],[-153,-46],[-32,-7],[-33,-10],[-39,-10],[-3,-12],[-81,-12],[-69,-14],[-100,-17],[-17,0],[-7,0],[-1,4],[-30,-5],[-1,16],[-5,21],[-124,-33],[-12,11],[-19,15],[-27,15],[-47,14],[-77,18],[-110,24],[-31,4],[-78,23],[-38,16],[-14,8],[450,134],[79,29],[44,21],[-2,11],[31,5],[21,5],[6,43],[-17,2],[-12,7],[-5,12],[-255,811],[3,14],[-15,36],[-12,11],[-5,19],[-120,377],[-199,633],[-5,16],[-182,574],[-17,41],[-49,-10],[-16,0],[-491,-143],[-139,-35],[-11,-6],[-27,-10],[-286,-79],[-75,-20],[-67,-19],[-92,-31],[-207,-59],[-33,-9],[29,-108]],[[550228,456739],[-242,-92],[0,0],[8,-23],[2,-8],[35,-112],[17,-49],[62,-187],[6,-18],[15,-9],[23,-5],[42,6],[64,17],[147,42],[38,11],[260,75],[367,104],[25,7],[-90,361],[-188,95],[-260,-91],[-331,-124]],[[543230,450423],[148,20],[1,0],[0,0],[19,2],[106,15],[-2,13],[-32,140],[-4,19],[-14,67],[-56,306],[-32,178],[-36,201],[-62,386],[-25,150],[-14,-3],[-50,-3],[-111,42],[-23,9],[-107,-48],[-98,-47],[-257,-117],[3,-21],[71,-383],[40,-214],[46,-250],[52,-277],[36,-194],[8,-47],[18,3],[258,37],[117,16]],[[545259,455593],[-4,24],[-86,-13],[-113,-17],[-291,-47],[-17,-3],[-23,-3],[-276,-44],[-1,23],[-4,24],[-8,35],[-3,23],[5,29],[5,7],[14,4],[29,2],[20,4],[15,3],[8,4],[175,32],[34,6],[-55,304],[-27,196],[-299,-76],[-4,22],[-20,117],[-42,272],[-3,23],[-3,18],[-230,-70],[-71,347],[-85,-23],[-12,-26],[-20,-4],[-17,-6],[-27,-6],[-27,-10],[0,-14],[15,-63],[45,-233],[0,-10],[-2,-4],[-352,-105],[12,-85],[41,-260],[14,-91],[17,6],[39,-286],[47,-325],[34,-244],[-41,-8],[-121,-27],[2,-21],[45,-329],[19,-124],[8,-45],[59,-216],[13,-54],[37,10],[332,96],[345,98],[27,8],[268,77],[440,128],[17,5],[177,50],[41,12],[10,31],[6,14],[-48,322],[-37,232],[-46,284]],[[517341,455515],[-442,62],[-11,-17],[-15,-10],[-18,-6],[-22,2],[-14,16],[-13,28],[-262,39],[-239,30],[-8,-20],[-15,-3],[-100,16],[-44,7],[-26,4],[0,-16],[-1,-15],[-1,-53],[8,-52],[4,-32],[15,-56],[15,-40],[10,2],[4,0],[16,-5],[2,-2],[54,-96],[34,-48],[8,-11],[24,-33],[22,-19],[28,-21],[34,-22],[33,-16],[39,-15],[147,-49],[70,-24],[60,-17],[31,-4],[93,-1],[66,-2],[20,-1],[69,10],[45,11],[31,12],[32,16],[79,50],[82,74],[113,106],[156,149],[0,1],[0,0],[-18,43],[-195,28]],[[516886,455679],[148,-21],[597,-83],[0,2],[-40,111],[-13,43],[0,1],[0,2],[5,3],[134,51],[145,57],[3,1],[18,9],[-1,1],[1,0],[-58,136],[-17,45],[-117,329],[11,-1],[-1,1],[-7,15],[-86,179],[-336,711],[-159,335],[-77,163],[-53,109],[-47,-25],[-49,-15],[-94,-19],[-131,-15],[-14,2],[-15,17],[-23,-3],[-8,-1],[-31,-5],[-22,-13],[-26,-17],[-36,-12],[-57,-3],[-68,3],[-58,5],[1,2],[-1,0],[1,1],[6,22],[7,13],[11,8],[73,27],[0,2],[-129,690],[-3,16],[-5,26],[-104,-18],[-120,-30],[-128,-38],[-267,-107],[-114,-52],[-63,-27],[0,0],[0,0],[-22,-7],[4,31],[210,127],[258,154],[71,44],[230,137],[89,55],[-31,64],[-17,2],[-50,-2],[-48,0],[-20,4],[-11,14],[-3,14],[-5,1],[-10,7],[-20,23],[-53,82],[-12,27],[0,1],[1,20],[24,127],[23,124],[7,34],[6,31],[0,0],[0,1],[0,19],[0,0],[-7,7],[-224,225],[0,1],[7,20],[48,119],[-1,1],[-68,121],[1,1],[210,62],[0,1],[-4,53],[-7,71],[-40,318],[-9,75],[0,1],[2,31],[16,34],[9,33],[2,30],[0,1],[-6,58],[0,0],[14,6],[59,11],[1,3],[40,57],[6,8],[2,5],[11,17],[54,91],[69,114],[53,87],[62,101],[20,33],[23,37],[66,46],[67,60],[5,21],[0,1],[-3,33],[-29,163],[-4,-3],[-172,-82],[-37,-11],[-23,-6],[-114,-5],[-43,2],[-53,3],[-194,31],[-45,7],[-55,6],[-110,-9],[-70,-6],[-156,-12],[-10,-1],[-25,-5],[-8,19],[0,0],[-1,2],[-1,3],[0,0],[0,0],[-2,1],[-15,17],[-26,14],[-42,14],[-228,36],[-105,17],[0,-1],[12,-43],[-211,41],[-32,9],[-21,-1],[-186,-66],[19,-66],[-112,-43],[-77,-30],[-41,-16],[0,0],[67,-223],[1,-1],[-419,-150],[-372,-138],[-378,-141],[-78,-35],[-71,-40],[-220,-126],[-1,0],[9,-22],[4,3],[164,-394],[44,-4],[199,-23],[26,79],[2,22],[4,59],[-4,16],[-11,45],[-4,18],[-5,18],[0,0],[-3,14],[-68,11],[-15,2],[-30,5],[0,5],[-2,15],[-6,46],[-1,9],[-1,8],[-4,34],[-1,1],[-3,25],[93,43],[165,61],[75,13],[104,2],[34,-10],[119,-115],[2,-5],[4,-7],[0,-1],[-8,-59],[-10,-62],[-2,-10],[0,-3],[-1,0],[0,-1],[-36,-96],[-37,-79],[-5,-9],[-25,24],[-64,61],[-26,20],[-58,14],[-71,19],[-68,15],[0,0],[25,-259],[160,-22],[0,0],[0,-17],[-1,-2],[24,-4],[33,-15],[35,-25],[59,-53],[74,-72],[76,-88],[29,-36],[-10,-5],[-5,-4],[-14,-12],[-82,86],[-123,123],[-66,56],[-31,19],[-53,9],[-84,7],[-3,-41],[-2,-18],[-17,-18],[-1,0],[1,-1],[-9,1],[-4,0],[-269,25],[-39,-52],[-62,-77],[-53,-74],[-4,3],[-25,13],[0,1],[7,16],[-13,3],[-1,-3],[-1,-1],[-58,13],[-54,3],[-54,-2],[-9,0],[-10,-1],[-15,6],[-50,32],[-104,67],[-139,88],[-39,68],[-127,-78],[-15,-20],[-3,-20],[-12,-61],[-14,-30],[-36,-45],[-34,-24],[-32,-19],[-14,1],[-14,17],[-26,37],[-21,35],[-10,9],[-13,-2],[-40,-25],[-28,-28],[-16,-25],[-29,-36],[-15,-18],[0,-1],[34,-28],[143,-100],[210,-151],[2,-11],[0,-1],[-96,-123],[-1,-1],[241,-137],[0,-1],[13,-9],[0,1],[109,-65],[82,-47],[73,-43],[93,-53],[42,-27],[36,-34],[126,-124],[21,-20],[101,-99],[0,0],[-31,-46],[-9,-13],[-1,-1],[12,-12],[42,59],[74,-61],[1,-1],[-4,-8],[-39,-51],[-1,-1],[9,-8],[38,53],[13,19],[254,-217],[262,-224],[5,-5],[1,9],[4,15],[19,59],[31,96],[25,76],[5,15],[29,50],[1,4],[21,59],[13,38],[13,37],[6,17],[14,44],[3,23],[31,-14],[43,-16],[0,0],[-13,-287],[-2,-36],[-1,-1],[-8,-37],[0,-1],[-23,-152],[-9,-74],[-12,-78],[0,0],[-7,-15],[0,-1],[0,-1],[22,-8],[34,-4],[13,-6],[85,-58],[47,-34],[20,-13],[38,-12],[251,-46],[279,-50],[76,-18],[22,-5],[18,-5],[24,-4],[14,-2],[26,0],[11,3],[10,-4],[25,-13],[23,-15],[20,-6],[42,-3],[28,-5],[22,12],[88,-15],[80,-19],[9,-18],[24,1],[92,18],[-2,29],[3,13],[8,11],[12,9],[14,5],[2,2],[0,-1],[36,5],[-2,-22],[-7,-115],[4,-2],[217,-4],[8,-131],[3,-49],[8,-121],[2,-28],[0,-2],[0,0],[0,-9],[3,-243],[1,-8],[0,-1],[0,-1],[-7,-293],[0,-1],[16,-26],[13,-17],[18,-11],[20,-6],[37,0],[52,-3],[22,-3],[72,-34],[127,-65],[56,-28],[104,-48],[11,-9],[116,-11],[3,-185],[0,0],[1,-19],[0,-2],[49,30],[91,41],[22,7],[1,0],[-86,-128],[-3,-6],[32,-186],[1,-1],[-127,-29],[-48,-9],[-1,0],[23,-90],[35,-130],[25,-4],[468,-68],[73,-10]],[[501741,471628],[225,145],[79,53],[57,46],[72,74],[-1,0],[1,1],[-632,737],[-233,-169],[-9,13],[-35,-26],[-14,-9],[-24,-3],[-12,16],[-6,13],[-2,4],[-5,-3],[-7,14],[-4,5],[-23,42],[-19,-9],[-43,78],[-492,-334],[0,0],[0,-1],[203,-292],[253,-364],[9,-13],[206,-298],[45,23],[89,54],[238,149],[84,54]],[[526827,448526],[-148,-265],[-24,-44],[-63,-113],[-70,-124],[-22,-34],[-9,-18],[-138,-248],[-68,-127],[-62,-112],[-60,-104],[-217,-388],[-23,-42],[0,0],[-46,-83],[-102,-186],[-16,13],[-110,-197],[-5,-8],[-48,-83],[-13,-26],[-26,-50],[-43,-76],[0,-1],[-57,-102],[-80,-142],[-43,-75],[-40,-72],[-40,-73],[-37,-65],[-31,-58],[-46,-76],[-27,-53],[-4,-4],[-1,1],[-29,10],[-21,9],[-109,41],[-95,36],[0,-2],[-56,-198],[-17,-67],[-20,-84],[-3,-19],[-6,-25],[1,-7],[40,-8],[174,-45],[20,-1],[11,40],[75,-23],[-8,-18],[32,-16],[37,-18],[17,-12],[17,-22],[23,-35],[25,-41],[10,-17],[-44,-8],[-41,-6],[-27,-8],[-22,-12],[-24,-23],[-19,-34],[-8,-22],[-10,-30],[-22,-82],[-7,-49],[1,-14],[5,-32],[6,-22],[17,-26],[13,-22],[6,-23],[0,-20],[-3,-23],[-7,-28],[-10,-39],[-2,-31],[5,-24],[7,-32],[20,-35],[15,-23],[20,-30],[5,-13],[6,-31],[11,-31],[15,-69],[28,-138],[5,-37],[3,-27],[11,-89],[-3,-14],[-1,-52],[8,-40],[-3,-43],[-4,-37],[1,-39],[26,-2],[51,-32],[47,-27],[-9,-22],[-4,-19],[1,-31],[30,-23],[34,-7],[20,5],[20,16],[23,-32],[13,-17],[26,-30],[4,-38],[23,-24],[29,-28],[49,-44],[7,-29],[-5,-37],[0,-54],[4,-59],[9,-52],[3,-68],[7,-75],[25,-3],[206,20],[8,-120],[29,3],[65,10],[22,-13],[10,1],[32,-138],[18,-78],[14,-59],[8,-37],[10,-28],[9,-6],[30,2],[84,1],[18,0],[117,0],[45,-3],[29,15],[27,27],[24,3],[132,6],[80,5],[156,8],[12,-16],[16,-12],[57,0],[100,1],[66,1],[47,0],[2,-15],[1,-188],[1,-18],[41,2],[283,36],[24,19],[0,86],[-4,175],[18,2],[120,1],[75,-1],[94,-2],[19,-1],[95,-4],[44,-2],[77,-4],[18,-3],[20,-1],[86,-13],[93,-18],[36,-3],[34,8],[87,-175],[87,58],[22,50],[-25,49],[82,53],[-38,79],[46,32],[39,34],[21,30],[20,38],[6,39],[0,40],[-5,34],[-12,39],[-12,36],[-13,34],[-24,50],[-30,60],[-45,84],[-51,91],[-29,54],[-11,33],[-23,98],[-14,56],[-31,124],[-7,29],[-5,24],[-14,36],[-2,10],[-9,10],[-20,32],[-13,20],[-28,45],[10,38],[4,37],[5,49],[4,38],[8,64],[6,44],[11,98],[195,301],[1,14],[16,80],[6,28],[72,129],[124,-33],[23,96],[19,-16],[97,-81],[9,25],[1,0],[75,-63],[86,-74],[55,80],[227,333],[52,79],[35,53],[127,189],[119,175],[70,105],[66,100],[47,69],[2,20],[28,-16],[14,-8],[109,-56],[39,-24],[65,-45],[35,-25],[16,18],[36,53],[50,81],[101,157],[37,62],[44,69],[58,90],[112,177],[76,119],[36,57],[33,54],[29,45],[154,241],[47,75],[44,67],[-168,65],[-146,53],[-167,63],[-65,25],[-87,33],[-140,52],[-67,24],[-223,83],[-143,52],[-245,91],[-69,24],[-84,32],[-19,8],[-11,0],[-76,-117],[-19,-29],[-11,11],[-18,17],[-2,2],[-7,6],[-2,-4],[-6,-9],[2,9],[-35,25],[-143,84],[-117,72],[-94,56],[-113,68],[-99,60],[-73,44],[-181,110],[-153,91],[-52,30],[-23,16],[0,0],[-15,9],[-32,-52],[-42,-71],[-52,-86],[-54,-87],[-1064,644]],[[530958,439822],[-19,-17],[-10,13],[-61,-92],[-16,-23],[-97,-150],[4,-4],[-32,-45],[-36,-58],[-80,-124],[-21,-35],[-15,15],[-19,20],[-52,51],[-16,-26],[-12,-14],[-7,-12],[-1,-14],[61,-72],[-32,-48],[7,-35],[15,-28],[17,-30],[54,-78],[17,-20],[15,-18],[13,-16],[45,-59],[30,-40],[14,-22],[4,-16],[0,-10],[9,-29],[9,-38],[19,-50],[16,-45],[8,-19],[3,-6],[13,-37],[7,-23],[23,-3],[6,-19],[13,-47],[5,-32],[3,-13],[22,-86],[5,-81],[147,10],[35,2],[240,7],[49,3],[125,16],[48,11],[30,6],[67,4],[35,6],[66,6],[203,18],[255,24],[89,6],[38,-2],[47,-8],[16,-2],[12,67],[-4,23],[-7,3],[-7,13],[-15,31],[-57,125],[-43,94],[-83,178],[-29,0],[-80,-4],[-66,-8],[-155,-12],[-87,-6],[-64,0],[-31,10],[-35,18],[-29,25],[-43,49],[-61,84],[-163,226],[-89,124],[-95,131],[-26,34],[-164,223]],[[527509,437819],[3,-149],[2,-78],[3,-88],[1,-23],[5,-250],[0,-84],[2,-48],[0,-19],[1,-24],[1,-102],[3,-104],[2,-83],[2,-129],[3,-110],[2,-135],[9,-354],[7,-443],[6,-329],[5,-38],[38,-14],[37,-13],[-14,-57],[-12,-27],[-28,-43],[-9,-23],[1,-57],[-4,-22],[-8,-28],[-47,-138],[-28,-86],[-4,17],[-47,-17],[-13,-2],[-39,0],[-32,5],[12,-66],[-18,-4],[-15,1],[-32,-2],[-24,-5],[-20,-8],[-19,-8],[-25,-14],[-159,-95],[-48,-27],[-6,-30],[-4,-168],[11,-18],[26,-11],[15,-9],[18,-8],[17,-15],[17,-20],[17,-30],[12,-29],[2,-32],[30,0],[168,-2],[-2,-404],[34,-22],[10,-11],[89,-1],[8,-16],[9,-15],[10,-15],[16,-13],[24,-19],[5,-5],[25,-12],[30,9],[21,10],[6,3],[7,9],[2,6],[2,21],[-4,191],[11,-1],[89,-19],[63,0],[20,0],[17,4],[19,3],[23,5],[13,2],[16,0],[12,-2],[13,-3],[14,-5],[14,-6],[33,-19],[11,-5],[8,-3],[22,-2],[28,-1],[12,-3],[41,-16],[22,-7],[24,-6],[16,-1],[33,3],[49,0],[16,-4],[31,-11],[30,-10],[18,0],[14,2],[19,6],[40,17],[15,4],[18,2],[16,0],[0,16],[-12,64],[41,-25],[45,-25],[8,12],[0,7],[-40,22],[-17,9],[-12,12],[-6,9],[-4,17],[24,9],[51,11],[19,14],[23,-26],[-10,-30],[-3,-19],[10,-12],[23,-10],[203,-79],[195,-82],[6,0],[14,32],[0,0],[0,0],[20,40],[2,16],[-10,25],[5,23],[14,21],[93,-52],[41,-23],[12,-5],[19,-5],[18,-4],[12,-1],[24,-5],[28,-6],[34,39],[-3,11],[7,16],[127,205],[46,76],[55,91],[92,146],[15,24],[44,73],[197,320],[37,58],[11,19],[9,27],[5,23],[-11,42],[-11,37],[-3,19],[0,21],[1,13],[10,20],[11,29],[6,22],[17,21],[-5,22],[1,13],[8,25],[8,22],[3,16],[4,14],[8,14],[11,14],[13,14],[21,15],[18,11],[23,26],[-11,18],[-26,34],[-46,65],[43,40],[11,13],[4,12],[0,19],[-2,11],[-7,13],[-17,21],[-7,13],[-8,35],[-15,36],[-12,19],[-11,14],[-9,14],[-6,15],[-4,17],[-4,17],[-7,22],[-10,20],[-17,7],[-13,9],[-9,11],[-10,14],[-11,17],[-13,29],[-12,16],[-9,7],[-8,8],[-21,25],[-10,4],[-12,-1],[-8,-3],[-10,-9],[-11,-1],[-3,4],[0,12],[11,11],[7,10],[0,9],[-3,12],[-16,21],[-7,7],[-11,6],[-10,3],[-8,6],[-11,12],[-28,40],[-40,4],[-10,-3],[-9,-5],[-16,-25],[-2,-8],[1,-8],[19,-29],[5,-10],[2,-22],[-3,-9],[-8,-8],[-55,79],[-38,57],[-21,33],[-25,58],[-9,42],[-9,58],[-9,93],[-29,278],[-4,32],[-28,36],[-29,-4],[-47,-2],[-30,0],[-48,6],[-30,9],[-29,13],[-34,18],[-53,28],[-67,41],[-57,33],[-64,39],[-69,42],[-82,48],[-116,72],[-10,7],[-23,17],[-14,7],[-103,44],[-42,15],[-100,40],[-25,12],[-36,13],[-16,3],[-30,7],[-47,2],[-41,-1],[-95,-15],[-2,2],[-8,18],[-7,23],[-4,21],[-3,141],[-1,247],[0,65],[1,112],[6,6],[2,19],[-1,19],[-15,1],[-4,135],[-2,77],[-114,-27],[-75,-18],[-179,-42],[-154,-35],[-17,-5],[-1,-19],[-7,-42],[3,-22],[4,-20]],[[525365,434526],[-64,387],[-30,176],[-46,280],[36,8],[42,3],[12,13],[18,19],[60,70],[297,331],[92,-1],[169,2],[0,21],[1,26],[9,178],[3,63],[2,34],[1,22],[6,175],[4,79],[3,95],[3,107],[5,138],[41,17],[65,26],[131,54],[39,17],[72,30],[134,55],[93,40],[27,12],[11,2],[37,9],[57,14],[29,6],[-3,19],[-24,113],[-5,19],[-40,116],[14,7],[9,7],[13,18],[1,7],[-16,70],[46,12],[-47,175],[-27,39],[-134,-76],[-69,-38],[-283,-154],[-65,-36],[-79,-44],[-100,-54],[-31,-16],[-8,13],[-96,181],[-45,82],[-47,90],[-32,58],[-19,36],[-15,-3],[-99,-41],[5,-19],[37,-146],[-22,-12],[-9,-5],[6,-15],[-30,-19],[12,-34],[-68,-37],[-25,2],[-14,2],[-71,3],[-20,4],[-31,-10],[-31,-18],[-31,-36],[9,-11],[30,-26],[36,-65],[12,-17],[15,-8],[45,0],[35,7],[20,8],[19,-11],[7,-11],[8,-4],[21,-5],[45,-4],[18,-3],[15,-9],[14,-12],[12,-8],[18,-4],[21,3],[11,-1],[5,-9],[2,-17],[-21,-14],[-184,-95],[-42,-22],[-117,-59],[-30,-16],[-167,-89],[-68,-35],[-18,-9],[-48,-24],[-26,-15],[-69,-37],[-54,-27],[-99,-51],[-50,-23],[-103,-38],[-20,-8],[-96,-67],[-36,-22],[-25,-20],[-28,-50],[-32,-48],[-13,-21],[-16,-34],[-13,-31],[-12,-30],[-12,-37],[-9,-32],[-8,-38],[-7,-36],[-2,-20],[-10,-117],[-6,-76],[-10,-140],[-4,-29],[-52,-328],[-14,-103],[-24,-145],[70,-28],[245,-48],[-21,-154],[-68,12],[-56,-384],[-9,1],[-13,-111],[23,-4],[23,-3],[45,-9],[14,-4],[12,-2],[-2,-12],[3,-15],[53,-10],[19,-2],[19,10],[-1,23],[-1,20],[12,22],[24,-4],[132,-60],[25,-9],[38,-6],[30,-4],[21,-9],[96,-10],[0,0],[20,-2],[217,-17],[37,-3],[39,-4],[28,3],[15,10],[3,28],[-4,36],[170,29],[26,7],[-23,138]],[[521543,432118],[25,-4],[0,2],[1,17],[5,124],[60,-8],[17,142],[-12,32],[-90,12],[-12,1],[-207,31],[-34,-251],[-2,-17],[0,-2],[87,-9],[23,-3],[13,-11],[1,-1],[5,-5],[17,-18],[15,-12],[0,0],[4,-3],[7,-3],[20,-7],[55,-7],[2,0]],[[571355,496879],[-27,27],[0,-1],[27,-27],[72,-73],[47,-48],[1,1],[-48,48],[-72,73]],[[515952,538823],[5,-21],[311,28],[49,5],[8,1],[1,0],[1,-23],[16,-244],[92,0],[89,-1],[6,-21],[-1,0],[6,-85],[3,-50],[4,-50],[14,-165],[143,8],[270,18],[10,1],[178,14],[-17,-29],[-27,-49],[-38,-67],[-12,-10],[-1,39],[-22,-1],[2,-23],[0,-1],[-1,-34],[0,-9],[-17,-50],[-11,-20],[-32,-57],[-87,-104],[-43,81],[-2,2],[-30,-22],[-8,-8],[-13,-12],[1,-1],[-1,0],[-7,-1],[-4,0],[1,-1],[15,-24],[9,-15],[26,-55],[1,-15],[2,-10],[-4,-23],[-17,-11],[-19,14],[-3,-4],[-62,-37],[-33,87],[-1,3],[-6,25],[-5,20],[1,24],[-11,-13],[-25,-30],[-34,-41],[-1,-1],[4,-9],[6,-20],[13,-19],[0,0],[1,-15],[-72,-43],[-47,-25],[-24,-13],[-1,-2],[-10,-11],[-19,-17],[-161,-157],[-16,-13],[-85,-71],[-155,-101],[-16,29],[-24,41],[-48,84],[-13,25],[-146,250],[-221,394],[-211,379],[-230,407],[-227,392],[-167,251],[-154,211],[-59,76],[-68,85],[-64,80],[-22,29],[-87,115],[-4,18],[0,0],[0,0],[3,19],[8,30],[7,20],[19,29],[12,23],[4,20],[53,36],[140,89],[112,67],[14,13],[3,1],[23,10],[15,82],[-19,5],[5,29],[250,-94],[378,-147],[386,-148],[22,-126],[43,-245],[19,-107],[8,-32],[13,-77],[4,-25],[9,-48],[7,-42],[38,-206],[51,-291],[11,-60],[20,-107]],[[532398,568832],[71,-221],[122,-393],[0,-6],[-3,-21],[1,2],[24,-4],[28,5],[67,17],[141,47],[187,65],[111,40],[39,-177],[1,-9],[-7,-6],[-72,-24],[-12,-6],[-3,-6],[0,-14],[33,-152],[3,-15],[-118,-46],[-14,-9],[-7,-7],[-15,-31],[-49,-115],[-8,-7],[-109,42],[-87,32],[-26,6],[-73,26],[-10,-15],[-97,-109],[-112,-126],[-6,5],[-109,80],[-6,4],[7,15],[9,22],[4,7],[1,4],[81,189],[-231,88],[-29,-23],[-5,-3],[-19,4],[-127,-99],[-126,-95],[-94,-73],[-12,-10],[-219,-170],[-13,-11],[-97,-75],[-19,-15],[-56,-45],[-10,-6],[1,-25],[-34,-26],[2,-14],[44,-276],[10,-67],[3,-20],[4,-17],[109,147],[52,69],[62,-42],[12,-7],[93,85],[5,15],[10,21],[18,17],[31,19],[24,7],[26,-2],[14,-3],[9,-7],[150,43],[-1,5],[0,8],[2,5],[6,0],[13,-3],[7,1],[87,169],[22,43],[9,19],[0,0],[20,69],[39,-31],[42,-32],[53,-38],[39,-25],[50,-27],[40,-20],[21,-9],[3,-2],[10,-2],[25,-4],[27,-4],[0,0],[26,-4],[46,-7],[33,-9],[17,-10],[16,-18],[7,-16],[7,-21],[3,-14],[-34,-107],[0,0],[-7,-18],[-13,-19],[-17,-38],[-38,-86],[-9,-25],[-7,-4],[-3,-12],[-22,-28],[-7,-13],[-4,-14],[0,-11],[4,-10],[8,-10],[18,-8],[19,-7],[17,-8],[13,-13],[20,-25],[19,-16],[5,-6],[12,-3],[23,-4],[18,0],[2,-3],[20,-1],[119,0],[17,1],[-3,108],[13,-5],[30,-3],[48,3],[40,0],[32,-2],[27,-8],[21,-15],[25,-20],[25,-39],[20,-33],[10,-42],[1,-13],[-214,-271],[135,-80],[13,-21],[55,-29],[37,-20],[4,-3],[2,-2],[1,-3],[1,-3],[1,-4],[0,-2],[-1,-2],[0,-1],[-1,-2],[0,-1],[-4,-7],[-6,-13],[-9,-16],[-2,-13],[10,-17],[-119,-127],[-87,-80],[-43,-35],[-46,-23],[-82,-28],[-125,-33],[-47,-16],[-6,-2],[-14,-9],[-11,-9],[-10,-12],[-5,-11],[-3,-11],[0,-36],[3,-34],[-7,-33],[-23,-41],[-34,-43],[-50,-47],[-11,-11],[-9,-11],[-24,-30],[-8,-21],[-3,-10],[-2,-6],[1,-31],[5,-75],[-3,-78],[-3,-12],[-66,-71],[-39,-32],[-23,-19],[-59,-47],[-153,-85],[-108,-51],[-84,-59],[-5,11],[-38,84],[-34,70],[-30,82],[-18,64],[-1,16],[-32,58],[-6,16],[-27,118],[-30,113],[-27,89],[-41,123],[-55,158],[-22,46],[-36,62],[-25,41],[64,93],[-7,46],[-13,80],[-4,25],[-6,46],[-7,56],[-17,123],[-16,104],[0,2],[-277,-174],[-36,58],[-86,123],[-5,6],[4,6],[46,57],[71,98],[16,24],[40,35],[90,75],[3,6],[9,139],[-2,66],[-2,33],[-31,68],[-58,111],[-48,87],[-26,40],[-24,25],[-31,19],[-40,19],[3,12],[-5,26],[-11,24],[-15,25],[-18,17],[-25,12],[-59,26],[-82,34],[-48,29],[-37,28],[-14,17],[-12,45],[7,51],[32,86],[48,84],[69,78],[84,76],[112,94],[85,30],[14,5],[-6,52],[-7,36],[-17,85],[-15,72],[46,11],[4,-1],[28,4],[201,51],[279,79],[207,57],[26,8],[445,137],[9,2],[7,-3],[18,-67],[37,-119]],[[486011,571344],[10,0],[8,0],[69,-2],[82,3],[71,1],[70,8],[35,3],[89,11],[70,9],[115,20],[162,35],[40,10],[154,45],[186,65],[214,74],[145,51],[170,57],[153,53],[28,11],[23,5],[359,128],[151,53],[105,36],[318,110],[106,35],[234,82],[164,56],[168,59],[66,23],[68,26],[65,20],[63,23],[209,70],[127,28],[52,6],[90,1],[23,-17],[16,0],[241,-183],[86,-63],[18,-14],[10,-9],[49,-44],[30,-16],[66,-61],[61,-62],[46,-53],[10,-12],[151,-188],[24,-28],[16,-7],[16,-2],[12,0],[20,6],[23,14],[175,152],[23,-29],[26,-29],[12,-8],[22,-7],[76,-115],[2,-11],[-3,-1],[-20,1],[-16,1],[-11,0],[-24,-20],[-103,-92],[-10,-16],[-5,-18],[2,-19],[8,-19],[16,-28],[26,-23],[279,-202],[64,-42],[4,-3],[14,-27],[57,-80],[74,-102],[51,-66],[88,-104],[68,-77],[127,-133],[54,-52],[106,-94],[138,-104],[-198,-265],[-2,-4],[-38,-86],[-232,-379],[-74,-273],[-50,-205],[-37,-246],[0,-178],[0,-246],[-25,-219],[-61,-259],[-173,-150],[-107,-236],[-16,-38],[-25,-232],[-25,-232],[0,-51],[-37,-162],[-37,-74],[-74,-232],[-37,-356],[0,-135],[0,-184],[0,-91],[25,-273],[86,-232],[11,-20],[42,-81],[-81,-123],[-13,-20],[-16,-25],[-34,-63],[-26,-54],[-14,-26],[-75,-110],[-102,-141],[-84,-123],[-58,-91],[-44,-66],[-37,-52],[-43,-53],[-76,-95],[-26,-39],[-26,-46],[-26,-54],[-19,-33],[-19,-25],[-31,-31],[-24,-18],[-28,-25],[-59,-62],[-45,-64],[-32,-54],[-18,-27],[-43,-54],[-52,-67],[-47,-60],[-52,-82],[-22,-38],[-8,-15],[-8,-16],[-13,-19],[-61,-113],[-80,-147],[-44,-61],[-28,-37],[-26,-35],[-47,-59],[-49,-55],[-17,-18],[-67,-71],[-61,-74],[-17,-22],[-34,-55],[-20,-29],[-43,-49],[-16,-16],[-46,-42],[-24,-20],[-9,-6],[-72,-54],[-77,-55],[-55,-32],[-26,-12],[-33,-19],[-27,-19],[-37,-28],[-33,-32],[-23,-20],[-25,-25],[-22,-23],[-56,-63],[-51,-59],[-30,-38],[-34,-46],[-29,-51],[-22,-43],[-48,-104],[-36,-57],[-9,-13],[-19,-24],[-18,-20],[-16,-15],[-56,-52],[-24,-22],[-332,-299],[-46,-48],[-14,13],[-16,14],[-13,0],[-9,-13],[-6,-20],[-26,-67],[-42,-124],[-34,-62],[-38,-65],[-40,36],[-46,31],[-37,27],[-4,0],[-15,-18],[-14,-27],[-11,-33],[0,-32],[1,-22],[-32,-26],[-31,-19],[-22,-8],[-14,2],[-7,15],[3,34],[13,43],[12,31],[10,20],[22,19],[18,19],[0,20],[-10,14],[-13,3],[-8,-4],[-20,-20],[-14,-12],[-22,-4],[-22,-2],[-25,3],[-22,10],[-19,4],[-15,-5],[-16,-19],[-12,-19],[-15,-11],[-24,1],[-16,-4],[-16,-22],[-14,-26],[-8,-17],[-8,-2],[-14,-3],[-34,-28],[-23,-10],[-16,-5],[-28,4],[-12,-6],[-51,-9],[-26,-19],[-13,-27],[-10,-50],[5,-41],[11,-33],[15,-21],[-22,-3],[-14,-13],[-10,-19],[-4,-23],[-6,-26],[-4,-6],[-14,-26],[-17,-13],[-23,-7],[-58,-9],[-16,-15],[-12,-17],[-19,-26],[-13,-9],[-28,-10],[-17,-16],[-10,-12],[-27,-11],[-18,-13],[-8,-11],[-3,-3],[-11,-20],[-16,-15],[-12,-8],[-19,1],[-13,-6],[-9,-13],[-9,-26],[-8,-16],[-8,-5],[-23,3],[-21,-16],[-12,-5],[-29,-9],[-34,-20],[-22,-3],[-34,-6],[-14,-10],[-4,-4],[-6,4],[-7,30],[-12,14],[-14,6],[-12,1],[-21,-5],[-28,-9],[-23,-11],[-26,-16],[-19,-9],[-13,7],[-20,21],[-17,10],[-16,4],[-34,-5],[-32,-15],[-13,-13],[-13,-14],[-13,-6],[-27,-19],[-17,-7],[-9,-8],[-6,-11],[-18,-20],[-33,-28],[-40,-35],[-26,-15],[-25,-9],[-16,-11],[-15,-13],[-16,-15],[-14,-18],[-5,-17],[-8,-8],[-17,-6],[-18,-10],[-37,-33],[-33,-28],[-16,0],[-19,3],[-17,-2],[-13,-6],[-19,-14],[-17,-22],[-8,-28],[6,-17],[-1,-12],[-38,-33],[-36,-38],[-11,-4],[-26,-9],[-14,-12],[-12,-16],[-11,-19],[-14,-15],[-9,-5],[-25,-9],[-15,-17],[-15,-21],[-14,-6],[-28,-16],[-26,-18],[-12,-10],[-5,-16],[1,-17],[9,-23],[8,-25],[-3,-18],[-29,-36],[-27,-26],[-66,-41],[-21,-8],[-21,-2],[-11,6],[-18,19],[-18,7],[-22,-4],[-10,-5],[-2,-2],[-20,2],[-15,16],[5,22],[8,18],[0,15],[-4,4],[-10,2],[-6,-6],[-20,-36],[-1,-15],[1,-20],[1,-48],[-3,-50],[-18,-22],[-3,-3],[-79,-73],[-139,-134],[-36,-29],[-40,-33],[-1,-3],[-4,-25],[-24,-30],[-24,-31],[-8,-23],[-6,-15],[-20,-30],[-37,-51],[-112,-126],[-185,-192],[-18,-19],[-30,-26],[-21,-16],[-14,5],[-22,-1],[-12,24],[-20,33],[-20,6],[-30,-9],[-19,-18],[-10,-26],[2,-24],[21,-30],[25,-30],[1,-24],[-9,-70],[-15,-39],[-45,-65],[-43,-49],[-20,-2],[-11,-5],[-11,-8],[-18,0],[-20,3],[-23,-6],[-20,-21],[-18,-24],[-7,-19],[-7,-17],[-10,-13],[-18,-8],[-23,-6],[-14,-12],[-8,-22],[-1,-23],[-8,-12],[-18,-15],[-15,-18],[-6,-22],[-14,-33],[-13,-21],[-22,-5],[-20,11],[-21,12],[-17,-8],[-17,-28],[-1,-23],[2,-26],[0,-5],[-8,-32],[-90,-139],[-51,-18],[-5,-7],[-22,-25],[-11,-23],[-13,-18],[-37,-39],[-21,-28],[-3,-26],[12,-26],[16,-20],[2,-33],[-11,-34],[-38,-69],[-42,-60],[-87,-105],[-56,-62],[-110,-114],[-50,-26],[-10,-4],[-25,-9],[-42,15],[-29,16],[-33,-3],[-27,-21],[-18,-45],[-14,-54],[4,-52],[14,-56],[5,-35],[-14,-37],[-31,-41],[-26,-41],[-3,-24],[2,-24],[-4,-6],[-22,1],[-26,1],[-12,-14],[-4,-23],[6,-54],[-6,-9],[-40,-27],[-53,-33],[-19,-16],[-15,-41],[-11,-22],[-32,-29],[-11,-12],[-2,-7],[-229,26],[-293,14],[-187,-21],[-65,-48],[-181,-204],[-3,-3],[-139,-83],[-486,-290],[-86,-53],[-36,-22],[-103,-126],[-63,-179],[25,-218],[6,-27],[172,-715],[45,-83],[33,-40],[36,-17],[52,0],[62,15],[-140,-176],[-8,-27],[0,-30],[10,-15],[13,-14],[34,-23],[32,-24],[16,-16],[14,-13],[50,-63],[26,-46],[18,-40],[13,-41],[1,-2],[9,-41],[0,-41],[-1,-43],[-3,-48],[-9,-43],[-11,-41],[-57,-146],[-26,-47],[-58,-101],[-16,-27],[-19,-24],[-146,-161],[-33,-30],[-38,-14],[-20,-2],[-29,-4],[-10,-1],[-12,1],[-18,10],[18,-32],[25,-28],[14,-30],[28,-50],[31,-62],[13,-46],[6,-33],[9,-16],[-5,-70],[-1,-65],[-7,-58],[-14,-50],[-17,-40],[-16,-56],[-24,-79],[-14,-41],[-30,-60],[-20,-57],[-9,-81],[-12,-32],[-48,-112],[-17,-32],[-19,-46],[-6,-31],[-16,-44],[-25,-52],[-9,-19],[-33,-39],[-9,-4],[-3,-2],[-11,6],[-10,1],[-7,-5],[-1,-8],[0,-25],[-5,-9],[-4,-11],[-9,-15],[-3,-14],[8,-15],[7,-9],[-10,-7],[-12,-10],[-7,-21],[0,-18],[-10,-6],[-15,-11],[-6,-19],[-4,-25],[-6,-19],[0,-21],[1,-14],[-8,-17],[-22,-22],[-5,-26],[3,-10],[-11,-18],[-13,-15],[-2,-17],[3,-9],[5,-9],[13,-2],[9,-6],[15,-18],[1,-14],[-3,-23],[-34,-114],[-17,-45],[-1,-11],[-8,-16],[-35,-104],[-6,-18],[-32,-95],[-6,-14],[-17,-54],[-55,23],[2,-2],[5,-13],[-36,-110],[-11,-14],[-22,-3],[-73,47],[-29,17],[-11,-8],[-6,-14],[6,-17],[40,-37],[38,-54],[15,-73],[-22,-59],[-26,-34],[-29,-5],[-80,24],[-17,-12],[0,-39],[26,-39],[9,-42],[0,-3],[-1,-5],[0,-26],[0,-6],[-1,-29],[-8,-33],[-7,-22],[-4,-5],[-10,-13],[-18,-19],[-7,-20],[-2,-24],[-1,-41],[2,-34],[11,-25],[7,-18],[7,-32],[-1,-39],[-12,-47],[-9,-45],[-11,-26],[-21,-33],[-9,-23],[-19,-16],[-8,-14],[-19,-35],[-10,-12],[-13,-17],[-8,-18],[-3,-24],[-7,-10],[-13,-26],[-1,-22],[6,-17],[2,-19],[-17,-48],[-6,-28],[-6,-18],[1,-8],[-3,-29],[-4,-23],[0,-5],[-6,-57],[-15,-53],[-38,-107],[-36,-108],[-11,-48],[-26,-94],[-22,-70],[-16,-76],[-24,-95],[-15,-57],[-5,-32],[-12,-65],[-22,-80],[-8,-32],[-18,-60],[-4,-42],[-2,-28],[-8,-44],[-10,-33],[-11,-14],[-4,-5],[-3,-3],[-7,-11],[-24,-50],[-8,-12],[-9,-6],[-8,1],[-7,10],[-12,-1],[-12,-13],[-16,-46],[-14,-45],[-19,-70],[-3,-25],[-5,-37],[-10,-21],[-2,-29],[2,-34],[-6,-12],[-11,-34],[-14,-30],[-9,-16],[-11,-7],[-25,-22],[-22,-27],[-19,-36],[0,-20],[5,-18],[7,-14],[13,-12],[8,-15],[6,-20],[-1,-21],[-10,-20],[-15,-28],[-2,-32],[5,-27],[-5,-14],[-16,-38],[-11,-32],[-10,-23],[-9,-18],[-8,-20],[-3,-16],[0,-19],[-7,-9],[-15,-6],[-14,-14],[-22,-20],[-14,-26],[0,-12],[8,-19],[2,-56],[-5,-26],[-13,-20],[-11,-17],[-14,-4],[-44,-12],[-24,-7],[-14,-10],[-7,-15],[-2,-19],[3,-17],[15,-16],[18,-28],[20,-9],[41,-13],[31,-21],[12,-14],[-100,33],[-25,9],[-17,-6],[-13,-25],[-5,-24],[10,-18],[4,-14],[-10,-24],[-12,-37],[0,-22],[11,-29],[38,-72],[-6,-43],[-14,-48],[-30,-81],[-28,-84],[-16,-28],[-21,-17],[-15,-9],[-21,4],[-7,0],[-6,-9],[-11,-25],[-9,-53],[-10,-57],[-4,-6],[-6,-11],[-11,-14],[-8,-17],[-1,-19],[2,-24],[8,-15],[7,-19],[1,-22],[-5,-18],[-15,-20],[-7,-15],[1,-25],[5,-7],[-2,-29],[-8,-22],[-10,-11],[-8,-21],[-12,-30],[-19,-20],[-29,-17],[-17,-19],[-11,-18],[-6,-32],[0,-21],[6,-14],[10,-51],[6,-57],[-3,-26],[-5,-17],[-10,-14],[-2,-40],[-7,-10],[-14,-15],[-13,-23],[-7,-20],[-4,-65],[-28,-66],[-9,-37],[0,-23],[6,-27],[6,-12],[-5,-10],[-50,-66],[-8,-22],[-11,-36],[-10,-23],[-9,-11],[-8,-26],[-6,-20],[0,-30],[-7,-31],[0,-17],[1,-24],[-5,-10],[-9,-2],[-18,0],[-30,-2],[-16,-6],[-10,-15],[-32,-25],[-15,-16],[-2,-15],[4,-40],[1,-21],[-4,-13],[1,-26],[4,-25],[6,-10],[12,-13],[15,-14],[3,-16],[-6,-20],[-13,-26],[-7,-60],[-3,-21],[-3,-26],[12,-38],[0,-13],[-11,-20],[-7,-13],[-18,-10],[-14,-13],[-8,-23],[-7,-25],[-10,-21],[-10,-17],[-12,-15],[-11,-20],[-5,-21],[-13,-23],[-7,-18],[-9,-12],[-6,-6],[-7,-7],[-15,-1],[-16,7],[-28,21],[-34,31],[-17,10],[-26,8],[-24,6],[-12,-5],[-7,-7],[-20,-5],[3,23],[-4,6],[-11,4],[-18,1],[-15,-3],[-17,-11],[-9,-25],[-7,-14],[-4,-20],[-14,-88],[-7,-33],[-16,-43],[-27,-77],[-7,-30],[-13,-47],[-16,-45],[-5,-29],[2,-6],[9,-2],[-3,-21],[-7,1],[-9,3],[-7,-9],[-3,-19],[-3,-16],[-13,-33],[-12,-19],[-8,-12],[-6,-17],[-3,-18],[-8,-21],[-6,-23],[-6,-25],[-14,-38],[0,-15],[12,-28],[13,-19],[16,-12],[21,-7],[33,-39],[45,-50],[45,-102],[34,-115],[16,-102],[5,-91],[-16,-108],[-34,-82],[-32,-111],[-58,-229],[-42,-102],[-122,-115],[-29,0],[-8,3],[-6,14],[-18,9],[-16,-4],[-15,-15],[-11,-25],[2,-30],[5,-13],[8,-6],[19,-5],[31,-11],[49,-15],[54,-24],[16,-8],[11,-6],[-15,-2],[-22,5],[-9,2],[-60,19],[-35,10],[-9,2],[-28,12],[-6,0],[-32,11],[-10,-2],[-9,-13],[-5,-16],[-9,-7],[-14,7],[-14,8],[-9,-5],[-3,-13],[7,-28],[68,-202],[35,-129],[3,-104],[-31,-90],[-51,-70],[-38,-28],[-39,-11],[-31,16],[10,-166],[-26,-98],[-44,-93],[-52,-54],[-67,-30],[-10,-3],[-11,2],[-12,10],[-7,18],[-15,21],[-22,2],[-17,0],[-14,-7],[-10,-10],[-4,-17],[-3,-26],[5,-26],[8,-32],[10,-32],[27,-98],[14,-63],[3,-30],[-16,-98],[-10,-38],[-12,-29],[-16,-19],[-63,-24],[-11,-4],[-72,-16],[-61,-36],[-43,-44],[-7,-47],[0,-5],[3,-31],[11,-28],[4,-72],[-4,-32],[-21,-291],[-15,-36],[-28,-27],[-33,-12],[-11,19],[-14,24],[-11,28],[-18,-4],[-7,-8],[7,-32],[18,-59],[10,-49],[1,-3],[-7,-44],[-54,-96],[-46,-36],[-5,-3],[-75,91],[-11,-12],[0,-12],[72,-95],[-4,-9],[-13,-26],[-193,98],[-210,88],[-56,12],[-131,29],[-257,-20],[-187,-16],[-56,-31],[-70,-67],[-66,-98],[-51,-124],[-12,-109],[-7,-67],[-18,-647],[23,-160],[61,-124],[60,-68],[272,-295],[0,-3],[0,-2],[-7,-76],[-7,-63],[-10,-53],[-24,-112],[-24,-69],[-15,-38],[-18,-32],[-18,-28],[-12,-23],[-12,-14],[-17,-11],[-6,5],[-10,3],[-8,-6],[-15,-4],[-11,3],[-19,12],[-17,7],[-12,3],[-21,-5],[-13,-2],[-16,5],[-10,-4],[-9,-7],[-10,-7],[-21,-4],[-10,-1],[-14,-10],[-6,-10],[-1,-9],[-7,-7],[-9,-3],[-7,-6],[-3,-10],[1,-12],[6,-9],[-4,-8],[-4,-11],[3,-9],[8,-13],[5,-16],[13,-18],[13,-13],[8,-15],[3,-19],[-43,-93],[-23,-43],[-17,-26],[-20,-18],[-21,-14],[-24,-8],[-18,-3],[-14,2],[-17,1],[-13,4],[-8,4],[-5,10],[-16,6],[-16,0],[-2,0],[-13,-7],[-8,-22],[-13,-53],[-6,-24],[-1,-31],[4,-28],[2,-32],[-5,-41],[-6,-35],[-11,-29],[-13,-30],[-6,-5],[-29,-4],[-15,-5],[-16,-8],[-19,-5],[-16,-9],[-248,12],[-23,1],[-124,1],[-14,-4],[-38,-1],[-22,6],[-43,54],[-58,12],[-227,8],[-186,11],[-372,11],[-291,1],[-263,7],[-261,4],[-244,6],[-274,9],[-262,21],[-267,27],[-121,16],[-166,31],[-93,18],[-213,47],[-324,93],[-42,6],[-4,1],[-34,-3],[-98,-21],[-240,-35],[-284,-29],[-48,-11],[-98,-18],[-46,-6],[-60,-1],[-69,4],[-114,19],[-35,4],[-20,-2],[-26,-9],[-37,-19],[-78,-87],[-18,-13],[-110,-37],[-237,-74],[-148,-35],[-25,-9],[-84,-13],[-53,-7],[-55,3],[-119,12],[-46,2],[-43,13],[-33,11],[-47,-14],[-30,-36],[-110,-99],[-47,-29],[-52,-23],[-124,-28],[-111,-21],[-200,-49],[-163,-33],[-206,-34],[-61,-17],[-71,-30],[-16,-11],[-8,-32],[-41,-66],[-131,-134],[-139,-126],[-868,-795],[-459,-424],[-14,-9],[-67,-39],[-135,-61],[-709,-260],[-112,-37],[-162,-57],[-65,254],[-90,362],[-10,41],[-9,36],[-194,838],[-1,20],[46,19],[251,81],[59,19],[31,13],[24,13],[31,31],[9,20],[6,19],[-2,22],[-5,16],[-16,17],[-19,13],[-21,7],[-14,3],[-25,0],[-184,-23],[-6,32],[-11,38],[-4,29],[104,61],[59,33],[24,11],[49,24],[47,20],[106,39],[161,52],[14,5],[79,35],[-5,29],[-9,22],[-8,-1],[-72,-23],[-139,-62],[-146,-48],[-259,-47],[-167,-33],[-20,-4],[-5,3],[-6,17],[-12,16],[-13,7],[-7,1],[-152,-30],[-31,118],[-18,109],[15,5],[33,13],[62,31],[17,10],[11,11],[6,21],[1,11],[47,24],[88,41],[122,53],[94,34],[127,45],[73,22],[30,8],[9,-23],[3,-8],[13,-7],[23,4],[137,46],[47,16],[1,3],[74,26],[-5,20],[63,27],[-2,15],[327,116],[445,143],[181,59],[287,94],[1,-3],[249,82],[36,-52],[104,-73],[73,-50],[373,-25],[328,246],[49,39],[19,42],[7,17],[27,97],[6,38],[-52,121],[6,20],[9,11],[53,38],[75,8],[29,6],[39,25],[19,5],[53,-17],[20,4],[45,19],[40,13],[22,13],[34,51],[38,54],[28,19],[16,23],[25,26],[36,18],[46,7],[29,-2],[18,-8],[10,-24],[10,-10],[81,0],[21,8],[25,31],[19,52],[15,26],[31,21],[43,10],[45,0],[34,-11],[21,-13],[36,-22],[34,-17],[21,1],[14,7],[9,18],[3,16],[30,29],[12,5],[40,9],[28,14],[36,30],[27,9],[19,7],[42,41],[40,29],[28,1],[42,-9],[29,1],[17,12],[34,38],[15,8],[69,2],[23,5],[38,35],[17,10],[33,4],[27,16],[17,4],[49,4],[13,7],[24,27],[34,15],[38,53],[18,14],[64,26],[27,8],[35,0],[57,-7],[38,11],[34,-6],[3,1],[27,2],[35,12],[39,12],[24,1],[36,-1],[26,3],[30,10],[13,6],[11,-2],[18,-1],[12,7],[14,22],[4,28],[15,9],[24,6],[56,2],[67,2],[14,4],[8,6],[13,4],[74,0],[22,-4],[9,8],[6,11],[4,11],[5,24],[9,6],[18,-1],[21,1],[22,15],[18,8],[8,-1],[12,-10],[13,-8],[12,0],[11,11],[22,19],[15,2],[18,-6],[32,-3],[27,8],[12,4],[11,-4],[11,1],[17,12],[24,8],[51,23],[24,16],[37,13],[26,11],[26,15],[22,-3],[22,6],[20,3],[18,7],[47,2],[23,0],[29,5],[24,9],[20,0],[16,-1],[17,8],[21,9],[34,6],[15,8],[8,22],[5,30],[11,16],[43,21],[17,1],[13,-4],[16,-6],[16,2],[21,14],[20,1],[21,-3],[16,2],[11,8],[13,16],[42,13],[15,-8],[14,-11],[27,-8],[46,-4],[36,4],[29,10],[14,17],[10,15],[16,17],[25,19],[12,8],[15,0],[12,7],[16,17],[15,8],[18,8],[25,-3],[31,-12],[21,-8],[19,-1],[12,8],[15,11],[12,11],[9,7],[24,0],[25,-2],[16,5],[25,10],[10,1],[12,-4],[11,3],[7,11],[9,6],[15,0],[23,5],[15,6],[13,1],[30,-1],[18,-9],[16,-9],[9,-3],[13,3],[4,12],[2,15],[5,9],[21,14],[27,8],[16,0],[20,-2],[32,-12],[19,0],[23,7],[19,6],[23,6],[16,11],[17,20],[12,20],[4,18],[1,14],[4,14],[12,17],[17,6],[29,-1],[21,-2],[21,4],[28,8],[29,13],[24,14],[13,12],[12,6],[12,2],[24,-4],[27,0],[28,9],[24,9],[15,13],[10,12],[9,4],[6,-3],[8,-13],[14,-17],[5,-10],[8,-6],[15,0],[5,10],[10,16],[10,10],[12,7],[15,12],[7,16],[2,18],[3,11],[16,11],[22,6],[17,4],[12,-6],[8,-10],[8,-14],[10,-5],[16,-5],[15,3],[12,8],[12,14],[9,14],[11,7],[12,3],[12,-2],[7,0],[13,10],[14,7],[45,10],[36,12],[20,11],[14,16],[6,12],[0,19],[7,14],[8,9],[8,5],[10,-2],[5,-7],[7,-11],[11,-8],[26,-1],[46,-7],[20,1],[19,10],[13,13],[10,18],[8,28],[0,14],[11,13],[9,7],[10,3],[14,-6],[17,-13],[14,-4],[19,3],[9,9],[12,22],[7,1],[10,-3],[32,13],[45,15],[5,15],[13,9],[69,7],[17,-4],[13,1],[50,17],[22,-10],[23,3],[37,40],[-2,25],[6,7],[20,9],[48,49],[30,3],[49,5],[48,2],[31,4],[87,-16],[25,1],[18,2],[14,9],[9,9],[26,6],[14,12],[24,11],[17,2],[15,9],[19,6],[28,-3],[21,-8],[22,3],[17,5],[23,-2],[33,-3],[13,-8],[17,-12],[24,-4],[24,-2],[18,-7],[21,-11],[20,-3],[14,-2],[21,-14],[41,-20],[34,0],[27,11],[30,24],[53,60],[408,450],[10,16],[3,29],[1,24],[-4,28],[-5,22],[1,12],[7,11],[11,8],[17,9],[10,14],[8,19],[5,24],[7,19],[15,32],[11,22],[6,20],[-2,42],[-5,19],[0,13],[8,13],[16,17],[5,11],[0,18],[-3,22],[-22,36],[-7,14],[-14,78],[-1,18],[6,22],[19,30],[7,20],[2,21],[0,13],[-2,19],[1,26],[2,15],[4,21],[3,13],[2,10],[-3,16],[-9,27],[1,14],[7,13],[6,6],[11,13],[6,12],[3,14],[0,49],[3,13],[9,17],[10,27],[10,16],[19,24],[14,21],[0,21],[3,15],[6,17],[5,7],[1,16],[3,13],[8,13],[14,9],[4,10],[6,18],[0,18],[-2,12],[3,23],[12,25],[0,15],[4,16],[14,20],[5,12],[0,11],[9,13],[9,22],[9,22],[4,14],[0,21],[-1,21],[-6,34],[-2,22],[4,16],[9,17],[0,16],[6,18],[8,8],[4,11],[2,18],[6,16],[13,29],[13,25],[15,18],[8,15],[4,12],[0,21],[2,10],[8,15],[11,40],[8,23],[0,14],[-10,34],[-3,16],[-1,12],[9,9],[8,12],[3,11],[0,13],[-3,9],[1,11],[5,8],[1,16],[0,34],[5,14],[6,8],[11,8],[18,7],[15,16],[27,34],[8,14],[2,9],[-2,13],[-8,15],[-5,11],[3,15],[13,17],[15,13],[9,14],[5,13],[5,20],[0,29],[-4,12],[2,10],[13,15],[15,19],[10,16],[4,13],[0,14],[-3,17],[-6,14],[0,18],[3,17],[9,32],[4,8],[0,17],[-6,9],[1,9],[5,12],[17,22],[17,29],[12,15],[5,10],[0,14],[6,15],[3,16],[-3,19],[-10,14],[-3,9],[1,9],[7,8],[9,12],[6,16],[6,10],[12,20],[8,20],[3,30],[3,19],[0,31],[5,12],[8,15],[14,8],[8,15],[0,11],[3,11],[15,18],[4,9],[12,8],[13,11],[9,15],[17,45],[8,19],[6,24],[2,20],[6,21],[7,23],[0,38],[-3,18],[-6,11],[-1,21],[0,11],[-3,10],[3,11],[5,7],[15,10],[7,10],[9,6],[6,18],[12,54],[11,31],[2,23],[0,14],[1,9],[11,12],[9,8],[4,17],[4,26],[0,8],[-15,25],[-1,13],[-2,16],[0,11],[-1,13],[-5,9],[0,11],[4,8],[8,9],[13,36],[10,33],[-5,17],[-2,18],[1,12],[5,17],[6,25],[3,23],[4,8],[5,6],[16,1],[9,-1],[12,6],[14,21],[9,19],[2,27],[3,5],[23,17],[17,17],[8,13],[0,18],[-4,30],[0,34],[6,24],[-2,9],[-4,11],[-2,18],[3,14],[13,15],[0,6],[-3,13],[-11,17],[-2,25],[11,59],[8,14],[12,11],[3,8],[-3,10],[-4,18],[2,13],[15,6],[16,17],[10,17],[2,13],[-6,14],[-5,11],[-2,17],[2,14],[6,8],[19,16],[13,15],[4,14],[1,11],[-7,18],[-4,15],[1,17],[11,11],[15,9],[9,9],[11,5],[13,0],[15,11],[7,17],[2,14],[1,11],[4,10],[16,7],[13,16],[3,8],[3,16],[0,22],[12,14],[12,24],[80,195],[10,19],[14,10],[24,11],[38,15],[19,0],[98,-14],[175,-27],[56,-10],[11,4],[6,7],[1,9],[-3,16],[-19,18],[-88,47],[-129,72],[-144,83],[-14,16],[-12,33],[-19,44],[-39,74],[-21,27],[-14,21],[-14,15],[3,18],[32,105],[80,257],[5,4],[38,-12],[11,-1],[15,6],[19,15],[11,16],[6,18],[1,21],[-1,32],[-4,20],[1,9],[23,23],[7,20],[0,15],[-4,17],[-12,34],[-4,26],[-1,19],[5,10],[4,16],[0,12],[-13,37],[5,25],[21,56],[9,39],[11,27],[7,33],[10,22],[42,67],[15,15],[13,7],[33,9],[10,11],[6,17],[3,35],[-6,29],[-10,19],[-7,19],[-2,16],[1,20],[4,18],[11,32],[10,25],[21,31],[5,27],[12,32],[11,15],[16,10],[16,5],[32,4],[37,21],[32,21],[21,26],[7,18],[10,10],[7,12],[4,39],[7,16],[22,25],[6,14],[-2,47],[6,29],[20,81],[9,12],[4,13],[3,14],[17,29],[8,21],[7,21],[2,13],[-6,48],[2,14],[17,29],[15,24],[9,17],[6,50],[2,18],[7,10],[8,24],[6,35],[17,28],[11,22],[14,15],[8,21],[2,26],[-3,36],[-3,24],[9,28],[6,59],[3,45],[5,24],[17,48],[1,27],[0,27],[7,30],[0,15],[5,8],[12,12],[3,6],[14,11],[18,17],[10,18],[13,12],[10,4],[12,9],[6,9],[5,14],[5,9],[12,11],[11,14],[6,44],[12,11],[1,14],[-3,16],[0,16],[7,8],[8,12],[5,11],[11,10],[3,13],[2,33],[7,23],[11,11],[47,69],[3,20],[4,9],[16,14],[2,14],[0,42],[-5,12],[1,11],[6,16],[11,17],[0,19],[-3,27],[6,11],[16,18],[5,16],[5,16],[13,11],[14,6],[23,14],[12,6],[12,10],[13,26],[6,31],[0,40],[-4,16],[-7,46],[2,26],[8,29],[0,17],[-4,26],[0,60],[3,25],[4,21],[19,29],[5,18],[21,34],[14,47],[9,20],[20,54],[-7,33],[-22,19],[0,2],[-13,42],[0,65],[26,94],[30,65],[31,33],[40,21],[23,12],[16,17],[13,21],[5,8],[3,15],[14,29],[-4,34],[2,19],[5,22],[8,18],[3,63],[3,13],[8,15],[13,41],[6,21],[3,41],[-7,18],[-5,16],[5,14],[11,24],[4,19],[-7,26],[2,22],[12,28],[10,17],[10,6],[8,13],[-1,14],[-2,17],[0,19],[3,11],[4,33],[8,9],[0,25],[-1,11],[1,15],[7,13],[8,17],[7,30],[11,22],[20,25],[6,17],[0,43],[-2,13],[9,11],[13,14],[10,21],[6,9],[17,21],[3,15],[-1,48],[-2,50],[11,43],[3,19],[-6,14],[-12,14],[-14,11],[-7,8],[-4,13],[4,16],[12,12],[34,12],[15,3],[13,10],[9,11],[4,14],[1,17],[-6,19],[-2,14],[-5,15],[-7,10],[-5,9],[3,8],[7,11],[14,7],[8,10],[30,75],[23,28],[29,46],[4,23],[16,23],[6,13],[-6,53],[-7,35],[2,25],[34,41],[11,14],[0,17],[-8,15],[-16,26],[-21,66],[0,80],[0,15],[42,211],[34,118],[83,130],[39,63],[0,5],[2,0],[9,31],[271,-5],[195,74],[206,91],[105,253],[0,12],[-6,480],[-20,95],[-73,92],[-204,140],[2,18],[-1,45],[0,28],[7,20],[-3,19],[-11,16],[-6,12],[-1,17],[-5,19],[-17,13],[-15,8],[-2,15],[6,15],[1,12],[0,19],[-10,18],[-1,34],[-1,19],[-7,15],[-5,19],[-3,22],[15,32],[-4,24],[-2,22],[10,17],[5,14],[-1,41],[8,12],[3,18],[-7,20],[-12,11],[-6,7],[1,16],[26,54],[7,29],[5,26],[16,39],[3,9],[-8,27],[-3,8],[0,13],[46,154],[19,70],[10,1],[15,6],[18,23],[16,10],[13,11],[7,14],[-2,27],[-10,19],[-3,14],[5,19],[9,28],[29,57],[3,16],[-5,43],[-5,33],[-1,13],[143,506],[22,85],[7,3],[7,13],[6,13],[3,13],[9,22],[14,22],[21,25],[22,20],[36,24],[30,10],[69,26],[81,29],[44,18],[14,16],[5,19],[1,18],[1,178],[2,51],[-1,176],[16,-1],[11,-7],[12,-11],[9,-5],[6,1],[5,6],[1,6],[-1,8],[-8,8],[-42,31],[-27,18],[-60,32],[0,8],[3,10],[-36,24],[-8,-6],[-31,28],[-21,25],[-12,23],[-6,33],[-1,51],[1,24],[6,28],[4,15],[-22,-2],[-28,10],[-17,12],[-12,15],[-8,22],[-3,25],[1,40],[2,25],[44,11],[20,21],[22,30],[0,34],[-22,101],[-21,29],[-34,14],[-6,3],[-30,16],[-23,12],[-33,25],[-49,63],[-22,37],[-12,41],[-15,64],[1,26],[7,15],[24,58],[12,58],[-6,61],[-37,59],[-6,9],[-179,243],[-23,54],[-17,68],[7,59],[13,30],[29,42],[16,27],[4,44],[-16,47],[-145,232],[-10,20],[131,94],[31,49],[145,161],[101,161],[102,239],[97,288],[44,147],[44,83],[40,48],[75,79],[50,64],[7,9],[29,34],[64,73],[66,93],[35,93],[26,576],[1,32],[3,60],[1,20],[-13,122],[-27,112],[-84,132],[-66,73],[-97,68],[-247,137],[-136,93],[-186,83],[-52,24],[-234,68],[-88,25],[-53,0],[-62,-5],[-192,-55],[-64,-18],[-289,100],[-15,2],[-267,28],[-182,13],[-8,11],[-8,21],[-65,226],[-51,170],[-41,143],[-68,234],[-10,36],[-27,95],[-28,99],[-56,191],[-124,426],[-61,211],[-66,229],[-59,197],[-59,200],[-8,28],[-69,246],[-48,164],[-49,170],[-19,68],[-31,144],[-11,66],[-15,145],[-9,105],[0,96],[-1,61],[6,119],[0,32],[2,50],[14,126],[6,43],[13,78],[35,149],[10,43],[49,156],[18,52],[51,136],[16,45],[64,127],[34,62],[26,53],[74,119],[66,90],[92,120],[175,212],[169,208],[85,100],[93,115],[176,216],[170,207],[175,209],[172,213],[177,212],[340,417],[102,123],[101,124],[165,199],[105,130],[398,483],[171,210],[111,135],[84,103],[201,244],[233,283],[12,15],[3,4],[330,400],[870,1058],[25,19],[6,-1],[7,-3],[124,-93],[73,-47],[77,-49],[55,-36],[132,-71],[82,-41],[143,-60],[49,-25],[349,-144],[180,-75],[134,-58],[166,-68],[185,-77],[42,-16],[163,-69],[8,-3],[261,-111],[47,-19],[51,-21],[149,-63],[164,-69],[360,-153],[40,-16],[156,-64],[74,-29],[121,-46],[146,-37],[45,-12],[53,-13],[115,-19],[62,-10],[78,-9],[46,-5],[49,-1],[8,0],[5,0],[36,-2]],[[531427,604880],[-128,-74],[-61,-74],[-24,-162],[24,-149],[55,-101],[109,-101],[256,-175],[104,-94],[219,-142],[134,-40],[177,20],[139,58],[3,-4],[15,-12],[10,-17],[70,-94],[22,-23],[27,-29],[8,-9],[86,-86],[24,-17],[33,-23],[108,-30],[24,-16],[87,-37],[31,-15],[27,-24],[20,-26],[20,-35],[9,-40],[8,-73],[27,-181],[17,-129],[0,-40],[-9,-30],[-10,-40],[-7,-52],[-14,-43],[-7,-46],[-25,-107],[-16,-3],[-17,0],[-11,-1],[-21,10],[-17,2],[-27,-18],[-3,-4],[2,-10],[1,-14],[-3,-18],[2,-15],[16,-122],[6,-18],[16,-12],[12,-2],[12,-3],[30,3],[31,9],[27,10],[10,7],[3,5],[0,-1],[-36,-207],[59,-22],[-282,-776],[58,-43],[-4,-8],[-37,-75],[-34,-63],[-16,-28],[-90,-135],[-32,-49],[-26,-36],[5,-16],[-4,-10],[-16,-30],[-36,-66],[-223,-119],[-3,-5],[-17,-26],[-22,-48],[-46,-85],[-21,-24],[-38,-53],[-36,-48],[-32,-38],[-30,-40],[-34,-49],[-18,-28],[-28,-47],[-51,-79],[-65,-97],[-11,-14],[-3,-8],[0,-24],[-2,-12],[-8,-18],[-15,-20],[-39,-39],[-23,-35],[-39,-57],[-31,-50],[-33,-54],[-12,-23],[-37,-57],[-24,-37],[-11,-26],[0,-15],[-14,-42],[-22,-43],[0,0],[1,-16],[7,-18],[-24,-13],[-21,-23],[-34,-58],[-31,-75],[-54,-69],[-42,-66],[-19,-35],[-14,-35],[-217,-348],[-1,0],[-1,-7],[-36,-57],[-23,-42],[-52,-106],[-6,-10],[-18,-32],[-30,-39],[-36,-59],[-48,-81],[-7,-11],[-124,-218],[-9,-15],[5,-7],[-108,-191],[68,-180],[-235,-359],[0,-1],[-14,-21],[0,-1],[-4,-3],[-66,-69],[-100,-98],[-15,-26],[-38,-49],[-43,-35],[-27,-21],[-24,-26],[-15,-33],[-30,-28],[-53,-54],[-42,-25],[-40,-21],[-36,-15],[-30,-20],[-18,-15],[-37,-43],[-23,-18],[-20,-27],[-10,-17],[0,-14],[2,-16],[-10,2],[-86,-122],[-1,3],[-1,-1],[-39,-54],[-39,-50],[-93,-118],[-94,-120],[-101,-128],[-2,-4],[-33,-36],[-6,-15],[-27,-35],[0,0],[-56,-55],[-17,-16],[-41,-40],[-20,-19],[0,0],[-21,-20],[-56,-53],[0,-1],[-50,-47],[-69,-65],[-60,-58],[-80,-82],[0,0],[-67,-69],[-1,-1],[-2,-1],[23,-26],[-37,-37],[-54,-52],[-27,-29],[-20,-16],[-25,-16],[-20,-9],[-23,-6],[-40,-14],[-42,-13],[-18,-11],[-31,-30],[-82,-66],[-34,-38],[-122,-122],[-12,-11],[-14,22],[-1,-2],[-7,10],[-6,-4],[-4,-8],[-32,-37],[-26,-26],[-7,-6],[0,-1],[-40,-41],[-3,-5],[-6,-9],[0,-9],[1,-17],[-20,4],[-23,-13],[-43,-43],[-72,-61],[-13,-17],[-133,-129],[0,0],[-19,-10],[1,2],[0,0],[-203,-183],[-1,0],[-95,-131],[-59,-80],[-44,-17],[4,-16],[29,-24],[10,-7],[-1,-1],[-115,-138],[-94,-111],[5,-7],[-22,-22],[-12,-13],[-27,-24],[-13,12],[-15,13],[-16,3],[-13,-1],[-13,-6],[-22,-20],[-158,-191],[-36,-37],[-5,3],[-12,8],[-12,7],[-13,9],[-15,-34],[-21,-44],[-30,-51],[-24,-32],[-16,-16],[-5,-8],[0,-28],[-1,-16],[-2,-3],[-3,1],[-37,-48],[-77,-106],[2,-2],[47,-57],[-112,-170],[-392,-395],[-71,-48],[-1,2],[-6,7],[-4,4],[-365,-262],[-145,-104],[-17,-25],[2,-1],[3,-16],[-20,-24],[-18,-10],[-9,-22],[-51,-32],[-182,-96],[-101,-60],[-1,1],[-31,42],[-59,-48],[-21,-18],[-33,-29],[-36,-12],[-24,-23],[-3,-27],[7,-42],[13,-58],[-17,24],[-27,13],[-29,6],[-299,-281],[-98,-91],[-19,-18],[-6,-7],[-27,-29],[19,-27],[-68,-51],[-29,-59],[-34,-55],[-48,-46],[-9,-7],[-44,-23],[-100,-82],[-11,-11],[-5,8],[-15,-15],[-121,-126],[-13,-14],[-1,0],[-12,-12],[-11,-12],[-22,-22],[-19,-21],[-23,-23],[-16,-15],[-10,-10],[-20,-19],[-7,-7],[-16,-15],[-21,-20],[-2,-1],[-9,-9],[-36,-34],[-4,-4],[-12,-11],[-1,-1],[-1,-2],[5,-8],[10,-14],[-160,-133],[-176,-161],[-50,-43],[-4,5],[-12,-11],[-59,-56],[-94,-91],[-16,-17],[-1,1],[-2,-4],[-6,-6],[-1,0],[1,-1],[-11,-11],[-52,-55],[-79,-84],[-192,-210],[-21,-22],[-6,-7],[-3,-3],[-40,-42],[-12,-14],[-66,-70],[-45,-48],[-39,-41],[-34,-37],[-33,-35],[-72,-67],[-3,-3],[-20,-20],[-3,-2],[-53,-50],[-13,-12],[-22,-21],[-7,-7],[-42,-40],[-45,-42],[-43,-36],[-51,-45],[-43,-36],[-40,-35],[-41,-35],[-10,-8],[-16,-14],[-14,-12],[-85,-72],[-54,-47],[-16,-14],[-87,-73],[-11,-10],[-21,-18],[-43,-38],[-84,-79],[-60,-53],[-34,-31],[-52,-47],[-12,-11],[-8,-7],[-30,-27],[-35,-32],[-23,-20],[-33,-31],[-9,-8],[-138,-123],[-109,-99],[-11,-10],[-512,-363],[-102,-71],[-81,-58],[-32,-22],[-61,-64],[-145,-152],[-89,-92],[-22,-151],[-1,-9],[2,-3],[-5,-6],[-15,-17],[-11,-12],[-300,-331],[-31,-34],[-45,-98],[-312,-298],[-570,-317],[-52,-31],[-73,-44],[0,-1],[-333,-210],[-397,-472],[-263,-375],[-1,-1],[-16,-24],[-191,-241],[-548,-476],[-165,-224],[-370,-175],[11,16],[0,18],[-10,20],[-174,223],[-8,13],[1,78],[5,12],[-4,55],[-3,5],[-3,25],[-2,2],[-1,4],[-17,128],[-35,9],[-571,-403],[-301,-218],[-729,-526],[-11,-8],[-1,0],[0,-1],[1,-73],[16,-102],[13,-70],[25,-71],[11,-14],[7,-16],[21,-16],[22,-18],[15,-20],[9,-18],[-1,-11],[-5,-16],[-9,-20],[-11,-17],[-14,-16],[-11,-7],[-16,-3],[-23,2],[-8,0],[-5,-3],[-3,-9],[3,-9],[25,-57],[0,-15],[-5,-20],[-9,-18],[-15,-14],[-13,-5],[-11,-7],[-18,-23],[-10,-4],[-13,1],[-8,-2],[-5,-9],[-7,-23],[-9,-7],[-11,-3],[-6,-5],[-7,-25],[-10,-8],[-7,-2],[-14,2],[8,-11],[0,-10],[-2,-12],[-7,-9],[-7,-2],[-11,4],[-4,-14],[-4,-13],[-8,-20],[-32,49],[-18,38],[-39,64],[-18,-1],[-40,43],[-33,33],[-5,-11],[-984,-853],[26,-81],[32,-98],[13,-36],[1,1],[43,-118],[10,-22],[-1,-1],[-2,-2],[-60,-54],[-92,-74],[-18,-15],[-1,3],[-3,14],[-2,1],[-4,2],[-5,3],[-46,-39],[-475,-402],[-101,-94],[-7,-14],[0,0],[-6,-5],[-3,-3],[-18,-14],[-1,0],[-26,-15],[-1,-1],[-13,-9],[-7,-4],[-10,-8],[-68,-52],[-1,-1],[-119,-102],[-144,-123],[-15,-14],[1,-2],[-13,-10],[3,-10],[-15,-16],[-4,0],[-3,7],[-4,10],[-5,5],[-6,0],[-32,-21],[-20,-33],[-9,-19],[-9,-8],[-9,-6],[-12,-3],[-14,3],[-12,2],[-12,-3],[-6,-6],[-5,-10],[0,-14],[0,-16],[-1,-11],[-1,-3],[-13,-17],[-7,-8],[-10,-10],[-46,-31],[-56,-31],[-18,1],[-31,-5],[-89,-26],[-30,-53],[-10,-25],[-17,36],[-30,65],[-3,4],[-29,65],[-54,127],[-3,19],[0,6],[3,9],[5,13],[16,27],[-1,13],[-5,12],[-21,21],[-17,16],[-97,6],[-8,-9],[-59,-45],[-11,-2],[-76,-62],[5,-4],[3,-7],[1,-7],[0,-3],[-2,-7],[-4,-6],[-5,-4],[-7,-2],[-7,1],[-6,3],[-5,5],[-3,8],[-57,-29],[-263,-195],[-4,1],[-1,0],[-3,16],[-7,6],[-7,-1],[-19,-16],[-9,0],[-22,10],[-12,3],[-16,-5],[-29,-17],[-10,0],[-10,3],[-13,6],[-11,-2],[-15,-8],[-18,-20],[-42,81],[-56,112],[-67,88],[-42,14],[-42,12],[-43,9],[-43,7],[-146,-5],[-90,-37],[-78,-63],[-79,-74],[-45,-125],[-34,-62],[-45,-38],[-68,0],[-90,-75],[-101,-49],[-56,0],[-79,-50],[-90,-75],[-101,-37],[-23,-88],[-45,-37],[-56,-125],[-79,-49],[-101,-75],[-45,-38],[-12,-62],[0,-87],[-78,-175],[-124,-137],[-180,-62],[-158,-87],[-248,-25],[-135,0],[-135,-50],[-56,-37],[-38,-135],[1,-10],[4,-64],[29,-77],[30,-66],[33,-121],[17,-40],[12,-15],[14,-21],[15,-30],[15,-14],[7,-9],[-25,-6],[-2,0],[-7,0],[-3,-1],[-6,-3],[-2,-1],[-4,-4],[-4,-3],[-5,-5],[-4,-5],[-6,-7],[-8,-12],[-8,-14],[-9,-13],[-5,-8],[-12,-17],[-12,-18],[-5,-8],[-12,-18],[-6,-10],[-25,-35],[-15,-24],[-16,-23],[-21,-32],[-8,-12],[-20,-23],[-20,-28],[-39,-46],[-24,-13],[-100,-114],[-54,-68],[-46,-47],[-4,-17],[-344,-178],[-28,63],[-2,4],[-39,82],[-23,9],[-6,-11],[-12,-13],[-9,-3],[-18,-7],[-34,-7],[-19,0],[-22,1],[-8,5],[-13,17],[0,17],[-14,-2],[-6,-6],[23,-109],[-2,-1],[-53,28],[-59,40],[-19,18],[-11,11],[-23,15],[-25,13],[-25,13],[-21,6],[-14,2],[-11,1],[-34,2],[-101,-10],[-40,-6],[-32,-4],[-22,-19],[-70,-38],[-46,-17],[-61,-16],[-53,-12],[-53,-17],[-56,-11],[-38,-11],[-23,-11],[-14,0],[-11,3],[-20,-2],[-155,-29],[-132,-19],[-12,0],[-124,-86],[-9,-1],[2,-3],[0,0],[-2,-2],[0,1],[-267,21],[-23,2],[-354,23],[20,-113],[2,-20],[-103,-160],[-98,-94],[-133,-142],[-104,-100],[-22,-19],[-230,-127],[-21,-20],[-15,-12],[-11,-6],[-18,-2],[-7,0],[-4,-11],[-6,-12],[-24,-6],[-18,-15],[-26,-22],[-22,-21],[-11,-22],[-6,-25],[-10,-29],[-14,-22],[-22,-22],[-59,-54],[-27,-18],[-25,-16],[-92,-85],[-39,-35],[-23,-29],[-44,-44],[-55,-29],[-79,-19],[-64,-28],[-38,-30],[-44,-42],[-25,-61],[-7,-21],[-29,-50],[-93,-86],[-38,-16],[-38,-2],[-8,-1],[-2,-2],[-791,-629],[-3,0],[-2,-4],[-14,-8],[-2,-5],[-88,-263],[-23,-45],[-146,-215],[-160,-153],[-192,-137],[-293,-268],[-29,-18],[-53,43],[-91,-110],[-110,-117],[-82,-90],[-45,-56],[-27,-35],[-88,-115],[-107,-138],[-22,-25],[-31,-35],[-64,-55],[-115,-86],[-115,-88],[-29,4],[-69,9],[-38,-45],[-11,-13],[-33,-38],[0,-1],[-34,-38],[-93,-109],[-19,-22],[-8,-9],[-8,-9],[-30,-36],[-14,-16],[-26,-30],[-28,-33],[-12,-12],[-18,-19],[-16,-17],[-13,-13],[-23,26],[-16,1],[-45,-8],[-38,-24],[-6,0],[-4,1],[-12,17],[-133,142],[-60,61],[-22,-3],[-26,17],[-2,20],[9,21],[-4,16],[-140,165],[-118,128],[-31,21],[-45,31],[-32,24],[-83,109],[-14,16],[-36,15],[-47,57],[-41,51],[-4,10],[-3,18],[9,30],[-1,14],[-11,9],[-961,20],[-21,-12],[-6,-20],[8,-15],[7,-13],[5,-25],[-5,-27],[-21,-30],[-74,-71],[-404,-422],[-23,25],[-22,16],[-18,6],[-8,1],[-44,45],[-1,0],[0,0],[-101,104],[-332,-10],[-1017,-48],[-40,-3],[-214,-10],[-32,-1],[-126,-13],[-133,-25],[-131,-50],[-41,-31],[-162,-154],[-34,-32],[-111,-166],[-25,-59],[-42,-105],[-33,-81],[-6,-65],[1,-8],[-34,-949],[-7,-395],[-5,-48],[3,-15],[17,-150],[21,-69],[30,-47],[62,-85],[63,-94],[20,-78],[-8,-83],[-73,-96],[-73,-69],[-4,5],[-63,-58],[-32,-29],[-7,-9],[-74,-60],[0,-1],[-39,-36],[-16,21],[-102,133],[-159,187],[-42,44],[-117,122],[0,0],[-71,69],[-6,4],[-62,56],[-46,38],[-199,152],[-522,408],[-32,26],[-15,12],[-1,0],[-36,29],[-9,7],[-50,34],[-22,6],[-35,21],[-43,26],[-1,4],[-79,61],[-117,86],[-425,329],[-15,16],[-8,11],[-44,167],[-5,24],[-15,22],[-16,17],[-80,69],[-27,24],[-21,19],[-23,20],[-28,25],[-23,29],[-3,16],[2,85],[17,146],[37,44],[12,18],[2,14],[-3,17],[-2,6],[-2,7],[-11,24],[-15,23],[-12,12],[-15,4],[-18,0],[-14,19],[-15,20],[-2,28],[-4,10],[-4,10],[-21,30],[-15,20],[-15,8],[-21,15],[-124,172],[-4,11],[2,13],[6,11],[46,52],[265,311],[78,-54],[68,-22],[69,-21],[39,0],[88,10],[58,22],[79,43],[51,56],[85,137],[39,112],[29,101],[10,102],[-26,123],[-56,93],[-91,44],[-83,53],[-4,36],[-27,99],[-24,55],[-32,67],[-60,133],[-39,78],[-18,42],[-8,14],[34,36],[34,40],[151,-58],[47,-16],[18,0],[10,6],[14,25],[2,33],[-6,31],[-10,20],[-8,9],[-3,6],[-13,15],[-116,130],[-7,13],[-1,22],[6,22],[19,26],[83,95],[83,98],[100,130],[95,141],[62,102],[80,141],[26,53],[102,223],[33,74],[55,135],[67,183],[30,38],[4,5],[10,20],[14,19],[15,12],[13,2],[1,1],[12,-3],[12,0],[26,20],[7,4],[9,-3],[7,4],[18,12],[26,46],[10,6],[21,10],[29,4],[18,6],[16,12],[23,28],[18,16],[48,15],[8,4],[12,2],[22,-5],[11,3],[36,4],[53,-1],[18,-2],[31,34],[-8,8],[-12,15],[-13,25],[-14,39],[-11,55],[-9,141],[2,47],[8,19],[12,17],[16,67],[21,56],[4,12],[4,8],[7,3],[9,0],[6,2],[6,9],[2,7],[3,3],[9,-5],[5,6],[83,5],[8,11],[-7,7],[-15,16],[-12,26],[-12,41],[0,51],[2,40],[4,45],[6,49],[20,56],[20,33],[28,37],[16,19],[21,13],[23,10],[52,17],[18,5],[3,0],[3,0],[45,-2],[-4,5],[-9,23],[-16,58],[-1,49],[17,94],[22,44],[25,39],[37,43],[60,36],[17,5],[9,0],[7,0],[11,-1],[14,-4],[14,-6],[50,-27],[28,46],[-7,4],[-1,7],[2,17],[9,70],[1,11],[13,55],[12,34],[10,8],[8,3],[10,9],[14,39],[8,10],[18,7],[9,13],[21,26],[9,3],[8,0],[12,-4],[7,-1],[6,4],[6,6],[4,5],[5,2],[8,-2],[10,1],[28,26],[3,1],[4,-2],[8,-8],[6,-2],[8,3],[6,5],[4,2],[-12,32],[-4,70],[43,41],[81,72],[18,19],[11,15],[6,5],[8,9],[33,28],[12,12],[170,151],[15,13],[98,87],[11,10],[85,53],[9,8],[62,54],[143,-82],[56,-43],[36,-26],[47,-37],[99,-11],[122,-5],[165,5],[179,26],[179,68],[151,94],[127,94],[90,115],[66,88],[47,99],[23,105],[-4,88],[-24,105],[-28,62],[-47,68],[-84,130],[-17,49],[-12,15],[1,5],[-20,44],[23,42],[37,49],[22,24],[38,24],[52,21],[42,8],[15,-23],[40,-65],[9,9],[-48,85],[-3,6],[-12,18],[4,29],[4,15],[6,27],[29,36],[8,6],[0,1],[0,0],[1,0],[2,2],[52,44],[75,36],[74,21],[62,6],[10,-21],[17,0],[4,3],[34,-57],[13,7],[-33,59],[0,0],[-4,13],[-7,53],[1,6],[5,26],[7,11],[14,20],[71,46],[9,-3],[7,-8],[13,5],[7,11],[28,14],[48,11],[43,-1],[32,-1],[0,0],[27,-62],[14,8],[-26,62],[-1,87],[0,9],[5,21],[8,18],[25,23],[39,19],[28,7],[96,-116],[74,-60],[72,-37],[103,-29],[108,-13],[92,17],[73,31],[46,51],[33,57],[36,82],[23,79],[11,97],[-1,57],[-1,66],[-37,122],[-17,25],[-53,79],[-78,44],[-75,92],[-1,2],[-32,9],[6,24],[3,14],[19,42],[0,13],[66,54],[0,0],[562,480],[365,310],[366,310],[349,300],[369,310],[373,305],[111,86],[249,180],[79,53],[51,34],[235,151],[345,203],[323,182],[341,187],[687,379],[347,191],[347,193],[373,205],[747,414],[334,183],[790,434],[1126,619],[375,208],[751,412],[1307,725],[344,194],[342,213],[342,215],[344,217],[380,244],[642,399],[120,75],[159,98],[163,96],[195,107],[146,73],[113,51],[209,82],[152,53],[138,40],[119,31],[158,33],[223,38],[165,19],[173,14],[168,8],[36,0],[54,1],[10,-2],[7,-2],[12,-10],[12,-18],[51,-87],[6,-26],[4,-17],[4,-11],[13,-4],[14,2],[8,5],[15,21],[26,18],[25,4],[22,-11],[8,-8],[18,-10],[80,-66],[34,-25],[14,-7],[10,5],[2,9],[-8,21],[0,13],[4,10],[10,4],[64,14],[34,2],[13,-2],[25,-4],[72,-21],[21,-12],[54,-14],[5,-3],[24,-15],[42,-14],[25,-6],[51,0],[24,-1],[24,-7],[19,-8],[-7,-17],[58,-25],[-2,-13],[85,-28],[5,11],[64,-22],[19,-1],[10,0],[9,9],[7,12],[3,9],[5,9],[6,1],[19,-5],[13,-7],[7,-9],[1,-10],[0,-9],[3,-11],[13,-9],[55,-12],[8,3],[4,9],[2,11],[5,7],[13,2],[16,0],[9,-7],[3,-6],[0,-26],[5,-6],[47,-23],[14,-1],[13,0],[11,16],[11,3],[14,-5],[8,-7],[5,-9],[3,-16],[0,-5],[7,-6],[5,-1],[72,-16],[18,0],[6,5],[5,9],[0,14],[7,11],[12,3],[13,-2],[10,-9],[6,-12],[0,-21],[7,-6],[59,-10],[46,-4],[10,2],[6,7],[8,13],[2,10],[11,4],[10,0],[1,-6],[2,-10],[-2,-7],[7,-7],[16,-6],[72,-5],[8,2],[9,10],[3,7],[8,6],[16,-4],[10,-5],[3,-9],[2,-9],[6,-7],[115,-3],[8,7],[4,10],[8,2],[11,-2],[3,-5],[3,-14],[3,-4],[7,-3],[59,-23],[54,-29],[16,-10],[11,0],[8,5],[11,5],[10,-1],[2,-7],[3,-11],[-2,-11],[0,-7],[5,-4],[-45,-58],[-41,-74],[-10,-126],[21,-152],[41,-117],[67,-104],[96,-101],[43,-51],[87,-58],[140,-38],[151,-18],[103,-5],[165,5],[144,13],[121,5],[124,15],[181,33],[89,46],[96,71],[69,65],[44,74],[16,76],[5,132],[1,35],[-13,91],[-16,71],[-44,120],[8,0],[-15,37],[235,98],[-28,87],[-18,58],[66,40],[19,6],[10,9],[4,6],[4,5],[62,38],[56,29],[52,25],[86,34],[93,45],[53,36],[13,9],[65,54],[63,65],[27,20],[63,43],[118,75],[88,71],[4,4],[38,35],[50,42],[52,40],[0,15],[21,14],[37,15],[49,16],[37,4],[34,2],[7,-4],[7,-4],[20,-9],[29,-3],[27,-2],[13,-13],[20,-23],[15,-5],[15,7],[32,-11],[6,6],[6,2],[54,43],[-3,16],[-2,17],[5,18],[8,8],[8,4],[2,6],[-1,12],[-17,28],[-13,8],[-15,5],[-9,-3],[-2,-9],[2,-12],[-2,-8],[-5,-3],[-5,1],[-6,7],[-7,16],[-5,18],[-5,23],[-2,38],[3,39],[9,28],[12,25],[18,-17],[16,-7],[14,-3],[14,0],[19,7],[20,20],[8,26],[7,33],[8,13],[12,10],[16,9],[15,3],[10,1],[4,23],[4,6],[12,-4],[20,-4],[15,-1],[15,3],[14,9],[12,9],[14,17],[26,51],[9,11],[14,5],[17,10],[13,11],[10,14],[10,28],[8,8],[16,11],[25,27],[36,31],[38,38],[12,8],[12,3],[20,-6],[9,-1],[47,25],[20,16],[6,10],[2,15],[0,16],[3,8],[13,12],[10,12],[11,27],[8,-1],[26,11],[52,33],[34,22],[28,23],[19,22],[12,22],[26,57],[33,35],[74,71],[82,73],[120,103],[87,77],[91,74],[71,50],[84,68],[38,40],[43,40],[34,24],[19,4],[24,-6],[17,-1],[18,4],[19,15],[8,14],[3,8],[-4,21],[-10,31],[3,16],[15,19],[20,13],[21,7],[18,7],[13,8],[8,9],[7,17],[25,13],[14,12],[18,20],[38,50],[25,24],[72,59],[47,34],[22,16],[49,50],[17,11],[15,4],[12,1],[12,-5],[28,-30],[18,-17],[19,-8],[27,-2],[34,-1],[16,2],[4,5],[1,6],[-7,5],[-22,0],[-37,-1],[-16,2],[-10,6],[-18,19],[-15,21],[0,0],[24,69],[25,20],[38,31],[35,27],[18,12],[65,31],[23,3],[28,-3],[23,-6],[22,-33],[6,-2],[6,4],[1,4],[-21,39],[12,33],[19,33],[99,92],[47,48],[37,34],[45,33],[40,29],[21,11],[19,4],[20,-3],[4,-6],[23,-33],[15,-4],[21,5],[32,14],[11,8],[-1,10],[-7,6],[-26,-14],[-17,-7],[-13,-2],[-9,3],[-7,11],[-1,15],[14,11],[6,41],[3,27],[14,21],[21,13],[20,12],[32,17],[14,19],[1,27],[-4,9],[-5,9],[8,14],[29,15],[2,1],[50,9],[37,0],[3,-1],[7,-4],[10,-15],[-6,-14],[-23,-22],[-2,-11],[8,-9],[24,22],[28,34],[23,25],[12,11],[23,8],[26,7],[24,10],[10,7],[-2,7],[-9,3],[-17,-3],[-21,-9],[-22,-2],[-18,7],[-2,1],[-2,39],[11,54],[21,49],[6,9],[10,13],[16,13],[1,1],[0,0],[45,36],[65,20],[27,-3],[9,-16],[11,-15],[77,79],[16,16],[85,13],[15,6],[0,8],[-9,9],[-80,-9],[2,64],[24,72],[25,32],[3,2],[41,25],[31,3],[32,2],[27,-24],[2,-1],[-11,-10],[-7,-12],[3,-9],[16,7],[85,76],[-6,7],[-16,0],[-23,-18],[-17,23],[-10,20],[7,38],[17,40],[31,39],[19,14],[4,2],[30,-54],[71,-103],[93,-56],[93,-25],[18,-5],[173,44],[126,58],[196,138],[99,70],[75,77],[49,86],[46,79],[55,93],[31,114],[9,77],[0,96],[-9,114],[-12,77],[-21,69],[-26,52],[-4,9],[-8,13],[23,16],[36,19],[41,7],[32,-5],[20,-8],[8,-10],[-25,-25],[0,-10],[7,-8],[91,103],[23,22],[28,26],[19,27],[-6,10],[-13,-8],[-52,-53],[-6,16],[-6,61],[5,42],[10,34],[42,49],[36,26],[35,8],[38,-3],[30,-21],[45,-47],[7,7],[5,9],[-19,29],[-7,47],[4,38],[22,52],[32,32],[33,18],[45,16],[52,1],[17,-1],[26,-8],[21,-12],[24,-16],[16,-19],[-25,-21],[-19,-29],[1,-10],[11,-2],[69,65],[70,71],[-6,10],[-14,-1],[-58,-63],[-23,36],[-10,29],[-1,5],[5,58],[32,72],[1,2],[2,3],[27,40],[1,1],[27,31],[1,0],[49,29],[45,5],[46,-12],[19,-17],[21,-24],[-45,-7],[-12,-6],[3,-15],[129,12],[11,11],[-2,13],[-70,-8],[-20,73],[1,61],[28,74],[34,38],[30,19],[8,6],[2,0],[16,9],[47,12],[45,-2],[21,-1],[37,-33],[-17,-30],[-2,-19],[19,6],[22,34],[31,40],[17,28],[0,14],[-14,0],[-31,-42],[-22,28],[-4,21],[0,0],[0,0],[-17,39],[4,49],[12,30],[17,18],[22,9],[6,8],[8,9],[6,23],[8,32],[6,23],[23,39],[30,34],[21,13],[27,7],[3,1],[2,2],[16,7],[94,92],[0,0],[7,5],[98,90],[92,75],[65,61],[30,22],[40,20],[27,28],[32,65],[1,23],[12,8],[53,69],[43,51],[58,48],[48,16],[24,40],[10,21],[51,5],[60,51],[45,53],[22,43],[31,33],[26,8],[38,2],[36,-7],[13,-27],[2,-7],[9,-14],[18,-12],[33,-12],[35,-8],[13,3],[9,7],[3,17],[-11,6],[-65,12],[-16,9],[-17,17],[-5,7],[-12,18],[-4,27],[1,38],[9,34],[8,36],[15,35],[17,21],[19,20],[21,23],[21,28],[24,20],[38,14],[50,9],[43,0],[38,2],[49,-6],[43,-13],[36,-13],[37,-18],[22,-16],[13,-14],[-39,-45],[-15,-29],[-1,-8],[2,-5],[14,0],[5,5],[54,81],[26,9],[27,9],[11,23],[19,35],[2,16],[-15,15],[-10,-4],[-34,-1],[-21,8],[-25,24],[-27,34],[-25,53],[5,72],[24,57],[37,98],[55,116],[38,60],[41,60],[35,58],[32,42],[14,26],[35,38],[80,100],[58,55],[23,49],[25,38],[45,85],[39,107],[16,29],[23,45],[15,22],[25,61],[63,106],[16,32],[11,23],[7,41],[15,23],[9,31],[30,40],[12,27],[8,20],[16,25],[7,24],[17,1],[61,-58],[140,-34],[185,28],[11,3],[43,18],[8,6],[88,87],[153,155],[115,182],[116,209],[43,155],[5,227],[1,16],[-31,108],[-109,209],[-31,54],[-53,82],[1,2],[-20,33],[8,15],[42,54],[25,52],[12,49],[7,84],[21,49],[23,49],[36,84],[12,33],[27,55],[27,44],[31,47],[30,51],[15,46],[18,40],[61,112],[28,60],[20,53],[1,2],[0,0],[16,43],[5,50],[16,49],[5,36],[1,13],[0,10],[1,7],[-5,15],[9,11],[11,27],[14,21],[3,4],[17,12],[32,29],[8,29],[-8,22],[-3,7],[-5,12],[14,18],[11,9],[9,8],[4,20],[1,4],[1,21],[12,15],[1,0],[2,8],[21,50],[7,20],[4,24],[4,62],[12,64],[6,46],[12,38],[21,41],[10,8],[28,0],[11,2],[3,6],[-5,9],[-23,5],[-16,9],[-16,30],[-5,31],[3,40],[16,90],[18,41],[30,65],[23,37],[60,67],[10,2],[10,-5],[13,-1],[8,4],[0,10],[-5,8],[-12,2],[-7,3],[-36,38],[-11,27],[-1,15],[-2,33],[6,33],[43,63],[37,26],[52,37],[86,57],[7,4],[5,4],[17,15],[0,1],[2,16],[-7,20],[-14,13],[-5,6],[-8,7],[-8,24],[5,24],[41,49],[14,9],[1,1],[4,2],[13,10],[25,20],[20,43],[20,12],[25,6],[13,3],[3,1],[8,-18],[1,-1],[0,-2],[8,-17],[11,6],[3,13],[-17,38],[25,37],[3,22],[-11,17],[-14,5],[-6,10],[6,21],[26,23],[1,2],[15,17],[-7,21],[0,20],[16,27],[34,20],[38,6],[20,-5],[9,-8],[6,-13],[6,-21],[16,-42],[7,-5],[7,4],[0,14],[-9,28],[-23,53],[2,15],[12,9],[17,9],[37,13],[182,27],[101,-3],[99,-21],[53,-8],[3,-22],[5,-11],[6,-2],[4,3],[0,11],[-4,35],[7,12],[2,55],[25,5],[38,13],[48,31],[35,29],[28,30],[25,37],[24,40],[25,58],[231,-145],[-29,-60],[-29,-65],[-4,-10],[-119,-23]],[[539277,635838],[50,-13],[37,-23],[16,-14],[12,-21],[5,-16],[3,-9],[0,-18],[-1,-10],[-2,-4],[9,-51],[-11,-42],[-6,-40],[4,-20],[8,-9],[9,-7],[21,0],[17,2],[0,1],[10,-14],[3,-18],[11,-13],[45,-45],[50,-50],[39,-39],[35,-46],[3,-40],[-9,-47],[7,-27],[4,-18],[2,-6],[-11,-35],[0,-26],[10,-13],[20,-7],[24,-116],[13,-63],[-10,-19],[-16,-18],[-9,-13],[-6,-15],[-8,-17],[-8,-27],[-4,-19],[18,-24],[14,-13],[64,-118],[0,-4],[-1,-2],[-20,-38],[-21,-42],[-56,-54],[9,-26],[27,-12],[5,-23],[2,-9],[5,-33],[2,2],[0,-2],[-14,-19],[2,-19],[7,-19],[14,-12],[16,-7],[7,-14],[-2,-15],[-3,-12],[2,-13],[7,-13],[2,-12],[3,-15],[0,-4],[2,-17],[0,-46],[-9,-17],[-14,-10],[-11,-2],[-14,6],[-14,11],[-22,0],[-21,-17],[80,-105],[-44,-15],[-63,-23],[-26,-23],[-51,-47],[-77,-85],[-49,-77],[-6,-35],[-15,-105],[7,-93],[35,-77],[63,-70],[84,-47],[126,-23],[132,-15],[73,13],[-3,-39],[2,-43],[2,-28],[13,-88],[12,-62],[3,-15],[30,-74],[54,-147],[28,-113],[13,-88],[-3,-47],[-4,-89],[13,-57],[37,-79],[41,-72],[24,-53],[0,-180],[15,-43],[26,-48],[86,-31],[18,-14],[13,-19],[7,-26],[0,-42],[-10,-52],[-5,-37],[2,-29],[-7,-23],[-16,-17],[0,-40],[8,-51],[0,-106],[18,-109],[23,-103],[5,-66],[6,-71],[-8,-54],[-18,-66],[-13,-72],[-21,-97],[-15,-80],[-29,-103],[-24,-128],[0,-116],[18,-62],[18,-60],[21,-57],[24,-42],[26,-35],[20,-22],[12,-40],[8,-84],[4,-133],[10,-79],[21,-54],[19,-38],[65,-117],[12,-48],[13,-16],[-3,-32],[-13,-22],[-4,-46],[-3,-120],[-9,-53],[-17,-78],[4,-34],[9,-18],[20,-30],[36,-70],[38,-46],[29,-44],[36,-47],[29,-40],[13,-64],[5,-100],[2,-114],[-4,-86],[-6,-44],[-10,-28],[-17,-28],[-29,-38],[-22,-20],[-21,-34],[-23,-58],[-11,-27],[-13,-33],[-4,-31],[9,-44],[14,-30],[18,-20],[14,-14],[13,-11],[6,-4],[46,-30],[32,-24],[18,-26],[9,-33],[5,-9],[10,-20],[7,-14],[28,-58],[11,-41],[7,-57],[5,-20],[6,-26],[24,-57],[23,-21],[86,-122],[18,20],[28,-40],[-16,-22],[-3,-14],[11,-20],[6,-22],[5,-70],[4,-92],[-13,-83],[-9,-66],[-1,-52],[9,-32],[-1,0],[4,-12],[1,-3],[9,-31],[12,-21],[18,-25],[29,-9],[74,-110],[-1,-6],[1,-11],[-20,-16],[-17,-13],[-3,-14],[9,-13],[14,-13],[-5,-16],[2,-6],[22,-3],[13,-34],[0,0],[0,0],[-71,-228],[-56,-71],[-52,-61],[-48,-71],[-22,12],[-8,-17],[17,-15],[-45,-95],[-40,-88],[-12,-6],[1,-22],[2,-20],[7,-25],[5,-38],[-2,-8],[-3,-24],[-1,-4],[-35,-103],[-12,-52],[19,-85],[9,-75],[-16,-56],[-67,-354],[9,-42],[-13,-45],[-18,-66],[-1,-48],[8,-53],[16,-26],[17,-43],[9,-55],[6,-54],[-2,-29],[-13,2],[-26,-12],[-10,-10],[-46,-28],[-15,11],[-11,-12],[13,-14],[-15,-19],[-30,-41],[-18,-34],[-17,-40],[-19,-63],[-11,-54],[4,-9],[6,-19],[-3,-15],[-7,-17],[-15,-24],[-10,-42],[-18,-42],[-25,-96],[-29,-79],[-27,-78],[-19,-19],[5,-4],[2,-20],[-15,-57],[-13,-11],[-15,-3],[0,0],[-205,-719],[15,-106],[2,-12],[-2,-11],[-67,-285],[-24,-32],[-44,-141],[-1,-192],[0,-33],[-4,-38],[-28,-59],[-1,-4],[78,-54],[53,-49],[-37,-72],[-84,-167],[-15,-11],[-69,-55],[15,-122],[-63,-171],[-26,-69],[-1,-1],[-42,-16],[-43,-124],[-36,-112],[-109,-338],[-4,-200],[18,-72],[-26,-128],[139,-132],[-8,-74],[-203,-154],[-13,-22],[-31,-26],[-60,-53],[-41,-42],[-26,-35],[-9,-16],[-9,-25],[-3,-43],[4,-31],[67,-58],[11,-16],[-29,24],[-38,6],[-44,0],[-44,-13],[-51,-27],[-52,-52],[-30,-49],[-11,-46],[2,-69],[11,-76],[15,-30],[-17,-22],[-9,-2],[-8,-6],[-5,-5],[-6,-13],[-8,-18],[-5,-23],[-21,-4],[-16,-4],[-37,-26],[-14,-6],[-13,-10],[-8,-10],[-5,-11],[-3,-19],[-15,-93],[-4,-20],[-2,-32],[12,-19],[-36,-72],[-28,-11],[-53,-24],[-100,-47],[-72,-38],[-93,-45],[-18,-37],[-18,-22],[-1,-16],[-11,-17],[-37,23],[-79,-199],[-112,-609],[-3,-2],[0,-13],[-9,-29],[0,-3],[-39,-156],[-3,-3],[-9,-43],[-21,-141],[17,-24],[-34,-144],[-82,-226],[17,-83],[0,0],[9,-38],[0,0],[63,-298],[-31,-485],[4,-6],[-4,-8],[1,-2],[-130,-735],[-3,-2],[0,-4],[-7,-45],[-24,-122],[-16,-75],[-23,-55],[-5,-10],[0,-5],[-151,-643],[-1,-1],[-7,-30],[-10,-37],[-5,-13],[-29,-122],[-1,-5],[-1,-2],[-1,-2],[-8,-24],[2,-3],[-270,-1081],[-3,-2],[-1,-3],[-18,-37],[-18,-44],[-2,-12],[-1,-14],[2,-13],[15,-38],[4,-12],[2,-23],[3,-16],[15,-32],[4,-16],[2,-33],[-1,-18],[-7,-29],[-12,-56],[-5,-51],[-27,-109],[-7,-39],[-12,-16],[-10,-7],[-12,-1],[-5,-12],[-6,-24],[-8,-4],[-10,-142],[0,0],[0,-6],[-14,-56],[-20,-38],[-47,-70],[-31,-46],[-16,-33],[-4,-16],[-2,-11],[-10,-36],[-7,-22],[-6,-12],[-7,-11],[-25,-34],[-10,-13],[-10,-9],[-20,-26],[-8,-13],[-3,-5],[-8,-17],[-16,-40],[-20,-54],[-9,-16],[-16,-22],[-8,-10],[-10,-17],[-6,-13],[0,-10],[-1,-5],[-2,-4],[-6,-31],[-5,-15],[-33,-86],[-62,-174],[-31,-88],[-27,-59],[-3,-16],[-2,-24],[-6,-23],[-1,-1],[-1,-6],[-1,-3],[-8,-110],[-4,-145],[-4,-34],[-8,-27],[-5,-11],[-1,-1],[-9,-28],[-40,-93],[-26,-92],[-11,-37],[-16,-39],[-30,-62],[6,-20],[-41,-120],[-8,-9],[-9,-28],[-11,-47],[-57,-166],[-19,-14],[-23,-31],[-1,-11],[-1,-19],[-2,-9],[-12,-22],[-101,-129],[-25,4],[-10,-5],[-4,-9],[-4,-16],[1,-20],[12,-56],[22,-68],[19,-57],[6,-20],[13,-48],[1,-29],[-3,-24],[-17,-44],[-6,-18],[-1,-17],[4,-13],[0,-1],[-9,-36],[-12,-12],[-9,-17],[-6,-26],[2,-41],[0,-4],[-5,-21],[-30,-73],[-9,-34],[-15,-61],[-10,-54],[-15,-45],[-15,-63],[-12,-68],[-2,-44],[-7,-30],[-11,-26],[-22,-43],[-22,-46],[-14,-39],[-5,-9],[-27,-72],[-18,-14],[-28,-45],[-7,-14],[-4,-25],[-4,-41],[-9,-31],[-28,-60],[-8,-14],[-29,-71],[-16,-24],[-19,-47],[-21,-33],[-59,-165],[-1,-2],[-14,-34],[-16,-72],[-28,-90],[-17,-51],[-17,-37],[-74,-156],[-18,-61],[-7,-19],[8,-3],[0,-2],[5,-8],[7,-19],[-1,-11],[-2,-14],[-6,-9],[-7,-8],[-16,-7],[-16,-8],[-4,-4],[-3,-7],[-11,-34],[-11,-40],[-13,-32],[-4,-8],[-13,-28],[-56,-88],[-11,-15],[-6,-12],[-20,-51],[-28,-57],[-37,-94],[-12,-34],[-14,-49],[-20,-48],[-24,-45],[-16,-32],[-8,-25],[-1,-23],[-6,-19],[-13,-59],[-8,-16],[-14,-14],[-10,-14],[-12,-28],[-9,-38],[-11,-36],[-14,-23],[-21,-45],[-7,-26],[-1,-26],[-14,-49],[-14,-25],[-25,-27],[-21,-30],[-16,-31],[-18,-44],[-8,-14],[-18,-34],[-32,18],[-46,22],[-29,11],[-18,8],[-27,9],[-40,2],[-44,-2],[-20,-6],[-24,-16],[-12,-14],[-9,-27],[-3,-35],[2,-32],[-2,-2],[-23,35],[-29,-26],[-32,-27],[-103,-86],[-20,-16],[-119,-93],[-55,83],[0,1],[-59,-47],[-41,-33],[-140,-114],[-208,-169],[-76,-62],[-19,-14],[-15,-13],[-11,-9],[-24,-16],[-57,-34],[-255,-150],[-170,-101],[-30,-17],[-41,47],[-188,232],[-23,2],[-24,75],[6,7],[-6,18],[-23,16],[-25,1],[-20,7],[-21,18],[-19,3],[-37,22],[-39,16],[-31,20],[-9,-4],[-25,2],[-16,10],[-14,16],[-16,4],[-16,-10],[-20,-22],[-17,-6],[-13,13],[-3,18],[-14,22],[-24,22],[-16,6],[-30,7],[-20,-4],[-18,-7],[-26,4],[-8,12],[-13,8],[-20,7],[-12,8],[-2,11],[-12,17],[-32,25],[-42,28],[-22,17],[-14,6],[-1,19],[-31,18],[-15,3],[-44,1],[-34,0],[-26,-6],[-19,-1],[-21,2],[-28,12],[-13,2],[-13,-3],[-26,-12],[4,24],[26,108],[28,85],[12,26],[35,77],[49,108],[122,265],[74,160],[105,225],[62,136],[34,73],[156,-38],[3,0],[88,8],[175,46],[175,55],[140,15],[105,70],[112,131],[56,155],[14,70],[-14,155],[-14,62],[-63,147],[-98,155],[-94,104],[-4,4],[-42,31],[-56,40],[-73,52],[66,143],[146,318],[86,184],[46,104],[95,206],[35,75],[7,10],[-149,84],[-167,80],[16,36],[425,924],[427,925],[291,630],[182,387],[211,439],[211,442],[84,175],[37,48],[37,59],[38,68],[17,32],[33,38],[15,20],[10,36],[8,36],[43,68],[110,136],[65,97],[18,49],[15,23],[38,51],[40,64],[18,52],[18,40],[32,73],[57,135],[63,150],[4,13],[6,12],[37,54],[24,47],[46,95],[12,18],[27,34],[25,47],[24,39],[16,40],[23,49],[33,79],[42,89],[11,34],[34,53],[16,15],[27,29],[0,12],[15,27],[2,10],[-8,21],[-2,15],[4,14],[18,14],[27,44],[56,123],[30,68],[8,17],[-1,10],[97,215],[55,107],[49,105],[30,52],[50,106],[6,37],[-3,21],[44,67],[59,74],[38,60],[30,65],[6,64],[18,84],[27,70],[41,70],[37,50],[8,50],[10,45],[57,95],[39,57],[2,31],[74,163],[11,21],[42,74],[7,11],[36,57],[24,73],[53,128],[16,28],[23,33],[18,27],[18,18],[20,21],[17,38],[17,50],[22,35],[16,31],[15,24],[19,6],[24,-3],[24,1],[15,24],[1,34],[-6,36],[-19,25],[17,16],[10,17],[-4,23],[27,20],[10,21],[0,58],[32,67],[75,93],[39,50],[38,17],[15,41],[11,60],[0,48],[2,44],[9,41],[-19,40],[-35,42],[-8,33],[15,33],[-7,25],[-25,21],[-3,29],[-8,23],[-21,19],[2,16],[8,24],[-8,56],[8,52],[-2,63],[13,64],[41,87],[14,38],[-12,56],[-26,66],[0,4],[-4,82],[10,72],[28,82],[28,67],[2,48],[11,50],[17,41],[-8,50],[44,167],[24,54],[24,33],[10,37],[-10,34],[23,70],[13,71],[1,15],[3,35],[-3,10],[-5,13],[10,30],[109,253],[-13,140],[12,104],[11,71],[33,89],[27,23],[21,13],[9,38],[-4,31],[11,102],[18,30],[5,43],[-2,23],[2,26],[9,23],[14,23],[37,142],[25,105],[-5,25],[24,79],[-5,30],[0,62],[50,114],[40,38],[41,10],[23,77],[-16,41],[-23,149],[-6,72],[3,46],[1,4],[-8,30],[-12,13],[-6,7],[-27,164],[10,2],[-20,119],[-14,-3],[0,0],[-36,149],[-2,67],[6,47],[21,104],[8,66],[8,100],[16,105],[14,110],[65,297],[63,181],[22,100],[27,120],[9,115],[13,100],[34,109],[18,103],[19,98],[0,79],[22,109],[2,10],[12,73],[0,59],[19,76],[26,164],[64,343],[13,93],[9,85],[30,138],[31,137],[27,92],[37,28],[55,20],[60,54],[35,76],[16,84],[0,56],[34,148],[19,58],[-5,49],[25,109],[3,82],[-10,91],[-17,78],[-11,22],[2,12],[7,38],[-3,101],[-3,56],[-8,73],[-4,46],[7,86],[0,63],[3,56],[-10,71],[-12,18],[-2,7],[-1,18],[-4,12],[-9,15],[-31,38],[-33,42],[7,66],[-20,37],[-13,9],[-11,5],[1,36],[0,56],[-1,100],[0,47],[13,12],[5,8],[8,15],[3,19],[4,17],[11,23],[12,20],[2,19],[1,4],[-2,41],[3,25],[-10,27],[-1,16],[3,13],[2,21],[-27,185],[-7,33],[10,27],[1,2],[-2,40],[-3,39],[-3,20],[-14,32],[-6,54],[-6,29],[12,38],[15,31],[-1,9],[2,22],[5,16],[10,57],[-3,81],[-10,32],[-1,5],[8,27],[8,30],[2,27],[-1,31],[-9,36],[-19,34],[11,31],[7,23],[1,11],[-4,9],[2,11],[-3,23],[-9,20],[-10,26],[-3,60],[-9,37],[-15,45],[-22,73],[10,15],[2,12],[-8,13],[-7,1],[-5,20],[5,17],[9,9],[16,20],[8,16],[5,17],[-3,23],[-3,17],[19,51],[-18,60],[-13,68],[-13,31],[-5,24],[10,16],[7,20],[4,26],[-3,16],[-2,15],[-39,68],[1,14],[-7,15],[-3,19],[-4,13],[-4,14],[-12,13],[-14,20],[-4,6],[-4,13],[-8,20],[-13,16],[-1,33],[11,-1],[-4,92],[-3,62],[-15,-1],[1,25],[17,27],[11,26],[6,28],[7,19],[16,18],[30,79],[9,58],[-2,2],[-4,13],[-14,27],[-14,47],[-1,26],[10,47],[4,87],[-6,37],[-12,38],[-12,104],[-14,60],[-12,224],[10,21],[12,30],[2,17],[-15,21],[-2,3],[3,13],[11,6],[17,4],[0,47],[-44,0],[-2,-32],[-30,0],[0,22],[-46,1],[1,50],[71,-1],[6,-12],[5,-1],[8,0],[8,1],[7,2],[7,5],[7,8],[2,11],[-2,13],[-2,8],[-13,14],[-1,12],[-14,11],[-3,21],[-4,13],[-4,7],[-11,6],[-13,5],[-11,1],[-3,8],[2,6],[3,3],[6,1],[11,0],[7,3],[8,12],[0,11],[-4,7],[-11,16],[-9,96],[-4,28],[-10,49],[7,10],[14,5],[5,5],[1,11],[-2,15],[2,15],[2,11],[-1,14],[0,6],[-3,5],[-9,2],[-7,-4],[-4,5],[1,12],[27,67],[6,47],[-7,26],[-9,17],[-11,17],[-5,14],[3,31],[-1,11],[-9,20],[-3,15],[5,10],[2,2],[4,8],[0,8],[-10,23],[1,13],[12,15],[4,8],[5,14],[1,14],[-7,39],[-3,59],[-1,80],[-6,9],[-2,10],[1,15],[-3,45],[-6,23],[-8,23],[-2,9],[2,15],[3,11],[3,6],[0,9],[-2,7],[0,8],[3,15],[-2,23],[-7,27],[-4,40],[5,59],[7,4],[0,8],[-12,30],[-28,61],[-7,16],[-6,20],[-1,14],[1,11],[6,8],[8,2],[9,6],[11,19],[2,12],[-6,59],[-21,72],[-9,16],[-11,14],[-7,17],[-10,26],[0,9],[5,12],[6,10],[3,12],[-2,5],[-16,-3],[-4,10],[0,14],[7,12],[29,22],[1,12],[3,16],[-4,16],[-27,27],[-4,7],[-6,-1],[-6,5],[-3,13],[10,24],[4,16],[-1,18],[-5,23],[7,49],[2,9],[-2,11],[3,15],[10,38],[-1,9],[-3,11],[-6,15],[1,17],[-3,14],[3,22],[0,34],[1,13],[-8,7],[-9,0],[-9,-8],[-9,-8],[-1,2],[12,167],[-3,15],[-3,12],[2,10],[3,8],[1,24],[-6,15],[8,21],[-10,163],[-5,18],[-1,7],[3,16],[4,20],[-7,19],[-9,55],[-1,14],[-3,14],[0,16],[-12,65],[5,9],[7,9],[7,22],[-3,17],[-20,44],[-5,15],[0,15],[1,9],[7,3],[19,1],[4,4],[-2,7],[-8,8],[-10,12],[-8,16],[-3,22],[-1,3],[1,1],[1,14],[11,40],[4,67],[143,48],[2,-6],[13,-12],[15,-8],[22,0],[9,1],[11,7],[18,20],[8,8],[13,2],[39,36],[76,6],[0,0],[25,-9],[41,10],[37,3]],[[539555,631559],[197,-3823],[25,-479],[-17,-283],[-20,-326],[-105,-659],[-573,-3598],[2,-1],[-591,-3101],[-150,-815],[-2455,-4982],[-52,-55],[-1308,-2697],[1731,-881],[1015,2667],[652,3486],[10,722],[60,444],[352,1236],[10,36],[4,7],[27,50],[32,60],[5,6],[0,2],[34,63],[18,33],[9,17],[80,147],[142,261],[4,9],[196,360],[451,689],[575,2235],[137,653],[21,98],[1,1],[-1,1],[30,140],[750,3576],[-278,985],[-2,1],[-8,50],[-10,2],[-19,0],[-23,-7],[-35,1],[-33,12],[-20,16],[-15,22],[-26,52],[-21,65],[-11,53],[0,51],[10,50],[13,23],[6,18],[14,28],[18,33],[22,28],[26,22],[-2,2],[0,18],[4,5],[-120,1203],[-190,677],[-30,256],[80,555],[10,344],[-81,304],[-586,-4],[9,-164]],[[532333,605914],[21,-14],[22,43],[89,178],[-203,57],[-11,-24],[-49,-104],[-23,-41],[93,-58],[61,-37]],[[540478,627890],[35,-1],[23,7],[19,0],[10,-2],[8,-50],[2,-1],[278,-985],[-750,-3576],[-30,-140],[1,-1],[-1,-1],[-21,-98],[-137,-653],[-575,-2235],[-451,-689],[-196,-360],[-4,-9],[-142,-261],[-80,-147],[-9,-17],[-18,-33],[-34,-63],[0,-2],[-5,-6],[-32,-60],[-27,-50],[-4,-7],[-10,-36],[-352,-1236],[-60,-444],[-10,-722],[-652,-3486],[-1015,-2667],[-1731,881],[1308,2697],[52,55],[2455,4982],[150,815],[591,3101],[-2,1],[573,3598],[105,659],[20,326],[17,283],[-25,479],[-197,3823],[-9,164],[586,4],[81,-304],[-10,-344],[-80,-555],[30,-256],[190,-677],[120,-1203],[-4,-5],[0,-18],[2,-2],[-26,-22],[-22,-28],[-18,-33],[-14,-28],[-6,-18],[-13,-23],[-10,-50],[0,-51],[11,-53],[21,-65],[26,-52],[15,-22],[20,-16],[33,-12]],[[383755,495177],[17,16],[226,199],[254,210],[40,45]],[[384292,495647],[293,247],[405,324],[142,126],[77,73],[130,113],[344,294],[55,48],[58,-75],[18,17],[15,3],[29,-33],[15,-30],[-3,-7],[-29,-26],[-14,4],[-20,-19],[-2,-12],[21,-30],[-13,-15],[9,-15],[-41,-36],[-41,-42],[-129,-124],[-10,-14],[-96,-95],[-90,-100],[-5,-4],[19,-26],[48,-22],[31,37],[32,29],[361,346],[53,4],[11,-19],[5,-16],[-105,-116],[18,-18],[100,116],[47,-54],[9,-16],[-1,-21],[-21,-23],[18,-18],[45,49],[10,5],[11,-12],[-2,-12],[-29,-35],[-22,-32],[23,-25],[13,4],[32,34],[23,-13],[-36,-38],[33,-29],[-3,-6],[5,-9],[5,-6],[14,-3],[13,-2],[21,-5],[29,-30],[12,-13],[20,24],[23,22],[24,13],[20,-1],[12,-12],[15,-16],[14,-20],[-40,-57],[-10,-19],[-1,-14],[8,-27],[-6,-12],[6,-6],[4,-9],[16,18],[-2,21],[30,41],[19,21],[14,-7],[24,-10],[52,-46],[-10,-31],[-1,-5],[-40,-44],[25,-22],[16,21],[13,24],[19,15],[22,-1],[19,-21],[7,-16],[1,-8],[-3,-13],[11,-18],[2,-21],[-21,-16],[-13,-20],[-3,-8],[29,-10],[6,7],[10,6],[14,-3],[6,-12],[1,-10],[20,18],[44,-36],[7,-5],[6,-5],[19,-45],[3,-10],[1,-14],[2,-8],[1,-11],[0,-7],[-4,-15],[-3,-12],[2,-28],[-2,-10],[-8,-13],[-14,-26],[-23,-36],[-2,-10],[0,-5],[5,-4],[7,0],[7,0],[8,4],[43,41],[51,49],[9,6],[9,-1],[7,-5],[5,-6],[1,-6],[0,-9],[-3,-7],[-3,-11],[8,-11],[3,-9],[-3,-8],[-9,-6],[-40,-40],[-28,-36],[-3,-12],[0,-11],[7,-5],[5,0],[13,5],[28,23],[32,34],[17,17],[3,2],[13,-6],[13,0],[9,4],[23,-36],[34,-91],[-1,-23],[-5,-20],[1,-11],[4,-2],[8,17],[8,13],[5,2],[8,1],[22,-31],[0,-6],[-3,-5],[-49,-60],[1,-5],[5,-4],[2,-9],[4,-3],[4,0],[6,3],[22,23],[5,1],[5,0],[5,-3],[3,-10],[6,-37],[-2,-15],[-4,-19],[-29,-44],[-5,-11],[-1,-10],[0,-13],[2,-14],[10,-13],[2,-2],[-16,-16],[-30,-41],[-38,-53],[-1,-9],[-25,-36],[-81,64],[-288,230],[-63,52],[-17,-25],[-11,-14],[-76,-100],[-61,-77],[-74,-82],[-76,-89],[-79,-108],[-29,-42],[-92,-138],[-46,-68],[-20,-29],[-40,-60],[-33,-48],[-15,-20],[-13,4],[-8,0],[-12,0],[-20,-7],[-20,-11],[-26,-18],[-24,-22],[-33,-40],[-79,-100],[-93,-110],[-82,-93],[-29,-30],[-4,-9],[0,0],[0,0],[-113,-150],[-8,7],[-80,63],[-60,47],[-39,31],[-133,103],[-51,45],[-17,12],[-20,14],[-20,15],[-96,84],[-33,33],[-64,59],[-110,102],[-137,128],[-71,67],[-63,60],[-51,49],[-79,75],[-171,167],[-9,9],[-109,103]],[[389679,497567],[311,409],[45,57],[15,-13],[22,-21],[21,-20],[20,-19],[154,-147],[91,-86],[87,-83],[66,-63],[56,-53],[84,-80],[24,-23],[19,-4],[115,29],[31,2],[9,0],[47,-21],[58,-46],[118,-96],[95,-77],[105,-85],[13,-10],[23,-34],[-5,-28],[-15,-51],[7,-25],[29,-22],[16,-12],[16,-13],[81,-61],[110,-84],[44,-34],[-2,-19],[-61,-90],[2,-22],[43,-35],[54,-43],[24,0],[63,81],[17,6],[25,-18],[105,-79],[19,-15],[4,-17],[-59,-99],[72,-64],[48,-43],[19,-17],[135,-120],[2,-18],[-7,-10],[-10,-15],[-155,-222],[-161,-237],[-22,-34],[-70,-105],[-90,-127],[-78,-106],[-136,-197],[-2,-5],[17,-17],[13,-12],[43,-33],[6,-6],[28,-18],[-72,-103],[-153,-226],[-47,-60],[-80,-118],[-18,-27],[-23,-36],[14,-20],[7,-6],[10,-8],[21,-15],[14,-5],[21,-3],[-44,-63],[-10,-18],[2,-8],[7,-8],[28,-24],[62,-47],[78,118],[5,8],[138,207],[58,-45],[59,-47],[24,36],[60,96],[32,48],[7,3],[10,-2],[43,-33],[6,-5],[57,-43],[12,15],[63,93],[57,85],[36,-28],[18,-14],[55,-43],[-177,-274],[-136,-206],[-136,-202],[-137,-208],[-136,-210],[-83,-126],[-89,-141],[-106,-158],[-133,-183],[-160,-236],[-18,-20]],[[390723,492687],[-75,41],[-62,38],[65,88],[-2,-1],[-45,41],[66,96],[-73,60],[-86,-114],[-60,-91],[-29,17],[-12,7],[17,31],[15,19],[-11,8],[-9,11],[-2,8],[2,9],[18,29],[12,21],[22,35],[39,64],[-34,28],[-29,22],[-11,14],[-3,9],[-33,6],[-13,-3],[-21,-17],[-2,-2],[-1,-1],[-6,7],[-4,12],[-14,22],[-31,-19],[-10,-1],[-5,3],[-18,15],[1,2],[5,16],[7,28],[4,15],[7,12],[8,10],[17,23],[18,29],[8,26],[-4,21],[-6,10],[-3,0],[-7,0],[-8,-4],[-11,-14],[-9,-2],[-20,4],[-17,0],[-10,-10],[-42,-67],[-6,-1],[-27,26],[1,12],[2,12],[30,36],[5,11],[-2,11],[-5,2],[-6,0],[-10,-8],[-44,-54],[-9,-6],[-14,5],[-9,15],[0,1],[-1,11],[7,17],[25,51],[5,8],[-7,9],[-11,2],[-7,-19],[-17,-24],[-6,-5],[-12,1],[-15,-12],[-7,4],[-3,12],[4,9],[29,49],[-6,3],[-14,-6],[-24,-45],[-8,-7],[-11,1],[-1,13],[8,28],[15,19],[20,17],[1,9],[-10,13],[-19,31],[-10,-1],[-6,1],[-16,-22],[-82,-104],[-30,-34],[-8,-8],[-23,-21],[-11,-7],[-7,0],[-13,8],[-11,4],[-7,-1],[-10,-9],[-14,-18],[-8,5],[-29,-41],[-15,-26],[-40,27],[-87,59],[21,35],[-7,4],[-3,9],[0,13],[12,26],[23,41],[34,51],[39,55],[70,103],[26,45],[-37,31],[-32,29],[-15,14],[-29,25],[-27,19],[-108,-141],[-33,-77],[-21,-38],[-16,-14],[-17,-3],[-19,3],[-32,28],[-4,-8],[-20,-29],[-16,-26],[-14,-28],[-1,-2],[-9,-4],[-8,-18],[-28,14],[-133,68],[-37,19],[-36,18],[-159,83],[-125,71],[-22,14],[11,23],[35,49],[62,117],[-48,32],[-26,25],[-8,8],[-3,1],[-3,0],[-4,-2],[-8,-9],[-16,-30],[-14,-21],[-30,-33],[-13,-16],[-11,1],[-18,19],[-2,8],[5,13],[0,7],[-7,15],[-35,29],[-6,2],[-9,-3],[-8,-6],[-13,-16],[-17,-24],[-17,-12],[-8,-1],[-10,3],[-6,5],[-3,6],[0,11],[3,13],[14,21],[17,19],[15,21],[1,6],[0,5],[-37,36],[-6,6],[-21,14],[-34,31],[-48,41],[-21,20],[-3,-1],[-12,-14],[-95,-122],[-4,-3],[-5,3],[-13,-15],[-25,14],[-114,71],[-24,17],[-24,18],[-61,48],[-96,74],[-1,1],[10,16],[34,59],[18,25],[2,17],[-17,8],[-5,11],[-22,10],[-10,15],[-10,3],[-9,-8],[0,-14],[8,-21],[-15,-14],[-28,-40],[-20,7],[-16,15],[31,40],[12,35],[0,18],[-30,22],[-11,9],[-33,-24],[-18,9],[-32,-36],[-14,-22],[-29,26],[-51,50],[-100,112],[-215,262],[-18,20],[-6,0],[-6,7],[-1,1],[-4,7],[-8,6],[-75,91],[-95,122],[7,19],[3,8],[43,56],[35,29],[-15,17],[17,15],[31,-32],[34,35],[20,16],[36,45],[32,35],[22,23],[6,12],[0,10],[-5,9],[-4,5],[-7,2],[-5,-1],[-13,-4],[-13,-1],[-4,4],[-1,7],[0,10],[1,4],[21,28],[7,9],[0,13],[-5,7],[-7,2],[-7,-1],[-9,-10],[-14,-13],[-8,0],[-12,1],[-15,12],[-8,4],[-6,1],[-9,-5],[-6,-10],[-2,-9],[-1,-14],[0,-20],[-2,-16],[-64,-70],[-3,-2],[-24,-19],[1,17],[15,24],[12,14],[-28,19],[-11,18],[-13,12],[-29,-37],[-33,-36],[-21,-32],[-16,-15],[-10,-1],[-4,5],[-15,21],[0,6],[1,10],[5,6],[21,21],[8,6],[-5,12],[0,5],[0,7],[4,8],[6,10],[10,10],[26,15],[13,11],[15,15],[9,14],[15,39],[7,12],[10,14],[10,10],[7,9],[5,14],[3,11],[2,14],[5,23],[3,7],[5,4],[4,4],[7,1],[7,0],[13,-4],[-1,2],[0,8],[3,10],[5,10],[5,11],[-15,26],[-4,10],[-15,2],[-12,-1],[-9,-4],[-9,-9],[-15,-19],[-15,-24],[-8,-10],[-10,-8],[-49,-30],[-8,-7],[-3,-7],[-10,-25],[-7,-12],[-8,-9],[-69,-47],[-2,-4],[-9,-12],[-12,-16],[-36,-47],[-153,281],[16,20],[18,17],[-1,2],[0,7],[6,6],[9,12],[34,35],[-21,20],[-14,12],[-42,46],[-33,-31],[-6,0],[-22,33],[39,42],[5,10],[4,18],[0,16],[-29,51],[-43,62],[-5,0],[-39,-42],[-83,-85],[-47,56],[-21,23],[-55,58],[-13,13],[-118,120],[-6,6],[-37,41],[-12,14],[-1,2],[-31,33],[-78,88],[-45,49],[29,44],[3,15],[-6,29],[12,32],[-36,44],[-5,-5],[-55,-59],[-13,15],[49,51],[3,35],[14,75],[-14,-2],[-3,2],[-48,-47],[-12,8],[-7,-2],[-33,-29],[-15,1],[-6,5],[0,2],[-24,-21],[-34,41],[-36,46],[-103,164],[-12,18],[170,140],[251,217],[400,330],[221,187],[137,110],[345,259],[203,132],[163,117],[120,87],[118,95],[61,51],[78,65],[134,105],[56,45],[9,-12],[19,-29],[40,-58],[206,164],[30,-53],[28,-53],[-266,-258],[11,-17],[18,-25],[12,-18],[50,-72],[260,226],[22,-54],[19,-45],[61,-151],[-122,-121],[-19,-26],[-3,-13],[8,-25],[52,-69],[0,-22],[60,-77],[48,-63],[14,-17],[131,133],[33,-41],[25,-30],[24,-23],[88,-86],[72,-70],[86,-80],[-97,-113],[41,-125],[130,150],[11,13],[135,-116],[36,-30],[-58,-77],[12,-13],[-34,-44],[-39,-47],[45,-48],[39,51],[27,33],[6,7],[9,12],[53,72],[29,8]],[[388362,495781],[-24,-29],[-131,-169],[-24,-20],[-21,-10],[-16,-2],[-9,0],[-7,-16],[-17,-38],[3,-4],[5,-6],[0,-5],[-62,-94],[4,-8],[4,-1],[3,1],[4,4],[19,26],[25,31],[25,31],[55,30],[3,4],[2,5],[1,8],[0,2],[6,6],[15,11],[43,49],[26,37],[21,28],[57,77],[14,17],[-11,23],[-13,12]],[[390678,492854],[-49,-75],[16,-13],[37,-23],[109,159],[-53,39],[-60,-87]],[[392456,509445],[-1,3],[-1,9],[-6,9],[-4,0],[-4,6],[1,17],[-2,45],[0,15],[2,26],[0,6],[4,1],[9,1],[7,4],[5,18],[-4,34],[0,12],[9,19],[2,3]],[[392477,509726],[-4,5],[-7,7],[-10,11],[-2,14],[10,12],[6,0],[5,7]],[[393273,514864],[-23,-42],[-74,-201]],[[393649,515599],[117,-60],[0,4],[6,35],[22,40],[20,29],[7,4],[25,9]],[[393857,515684],[11,25],[55,137],[38,96],[111,-3],[-26,-67],[43,-26],[26,-17],[-5,-12],[-47,-117],[68,-33],[-8,-23],[-1,-1]],[[394122,515643],[-6,-17],[-12,-36],[-104,-253],[-101,-262],[-101,-255],[-36,-94],[-54,-135],[-24,-70],[-121,-322],[-9,-22],[-64,-168]],[[392955,513495],[-15,-5],[-44,-5]],[[392323,513166],[9,-40],[0,-28],[-7,-40]],[[392334,512365],[4,-3],[44,443]],[[392801,513442],[92,-8],[32,-9]],[[393040,513203],[-12,-87],[-8,-121]],[[393020,512995],[-7,-196],[0,-11],[3,-5]],[[393067,512769],[-4,-126]],[[393063,512643],[-7,-285],[-7,-181],[-1,-117],[-2,-70]],[[393046,511990],[-2,-83],[0,-7],[-8,-108]],[[393036,511792],[3,-121],[-3,-188],[-5,-159],[-3,-261],[8,-47],[2,-33],[-5,-258],[0,-48],[1,-56],[-12,-202],[-1,-42],[0,-57],[-4,-19],[-8,-24],[-4,-20],[-3,-36],[-1,-39]],[[393001,510182],[-77,-35],[2,-116],[0,-2]],[[392997,510021],[0,4],[2,80],[74,14],[10,-1],[10,-16],[-2,-77],[91,-6],[-6,-256],[4,-10],[7,-2],[20,0],[4,35],[5,10],[22,12],[8,7],[6,11],[10,475],[0,4]],[[393262,510305],[71,33]],[[393333,510338],[10,-22],[3,-24],[9,-18]],[[393298,509916],[18,-8],[0,-1]],[[393345,509897],[-1,-37],[-2,-53]],[[393335,509633],[-5,-164],[-1,-73]],[[393329,509396],[0,-2]],[[393304,509344],[0,-7],[7,-68]],[[393331,509212],[-2,-276],[-2,-168],[0,-30],[-2,-165],[0,-21]],[[393321,508241],[-4,-287],[2,-59]],[[393319,507895],[-6,-299],[-1,-93]],[[393312,507503],[80,-1],[39,1]],[[393544,506883],[116,-18]],[[393660,506865],[45,-6]],[[393705,506859],[95,-12],[31,-12],[17,-12],[29,-6],[27,-4],[111,-14],[134,-16],[16,-2],[51,-4]],[[394216,506777],[163,-6],[110,-3],[119,0]],[[394608,506768],[64,1],[18,0],[120,1],[15,3],[3,5],[20,-2],[-2,-27],[37,-95],[168,-16],[64,-5],[145,-11],[8,-13],[1,-2]],[[395269,506607],[-2,0],[-165,12],[-137,-94],[35,-51],[31,-52],[7,-12],[63,50],[6,5],[17,13],[103,-159],[15,6],[76,69],[15,22],[7,18],[4,27],[29,24],[9,2],[11,6],[5,12],[4,17],[67,71]],[[395469,506593],[15,-1],[60,-4]],[[395544,506588],[-49,-54],[-7,-7],[42,-46],[-22,-23],[51,-61],[-83,-86],[51,-59],[102,112],[184,201],[100,-9],[-73,-80],[-61,-72],[-33,-38],[17,-22],[14,14],[15,-17],[14,14],[56,-61],[7,9],[106,119],[-44,41],[-10,17],[2,13],[54,60],[107,-9],[126,-3],[-96,-119],[97,-97],[159,207],[87,-5],[50,-2],[-171,-226],[87,-82],[90,118],[133,179],[7,-1],[6,0],[184,-15],[74,-6],[116,-11],[207,-17],[179,-17],[138,-9],[137,-10],[139,-11],[44,-3],[95,-7],[135,-8],[133,-10],[130,-12],[131,-11],[118,-12],[139,-15],[113,-13],[127,-11],[71,-5],[-185,-258],[-40,-54],[-204,-280],[-343,-478],[-508,-702],[-142,-194],[-59,-83],[46,-45],[43,-38],[42,-39],[98,136],[52,73],[30,41],[22,32],[87,-73],[-201,-280],[-117,-163],[92,-73],[3,4],[46,58],[53,-46],[3,-9],[0,-4],[-6,-17],[4,-10],[36,-31],[2,-1],[21,-18],[-34,-46],[-30,-43],[274,-220],[181,-146],[90,-78],[-5,-7],[-178,-257],[-80,-121],[-10,-15],[-236,-339],[-5,-12],[-278,-402],[-22,-36],[-172,-252],[-13,10],[-80,66],[-42,-60],[-80,-123],[-392,-568],[-39,-57],[-66,-105],[-64,-90],[-5,-12],[-91,-132],[-108,-151],[-55,-71],[-82,-112],[-20,-25],[-41,-52],[-204,-269],[-37,-53],[-123,-160],[-63,-86],[74,-68],[21,-19],[-27,-36],[-125,-171],[-9,-13],[-55,-75],[-223,-299],[-4,-8],[-277,-370],[-248,-355],[-61,-92],[-23,-39],[-97,-131],[-49,-60],[-138,-174],[-143,-215],[-25,-39],[-101,-155],[-111,84],[131,195],[41,63],[-43,37],[8,18],[20,72],[19,103],[67,92],[19,23],[-10,11],[-84,87],[-18,-25],[-86,-112],[-127,-162],[-59,-95],[-52,47],[-104,86],[-45,-66],[-76,-104],[-17,-24],[-13,-18],[-30,-52],[-107,69],[-28,22],[-15,11],[-11,9],[7,12],[1,14],[-16,14],[-21,19],[-29,25],[31,45],[-32,28],[-38,30],[-34,23],[0,3],[-1,21],[-54,50],[-18,-25],[-124,83],[6,8],[-38,32],[-48,42],[-8,-10],[-10,-12],[-116,53],[43,58],[-12,10],[-39,-13],[-65,59],[-47,-60],[-141,64],[38,45],[32,42],[44,70],[21,26],[45,48],[15,-15],[17,20],[13,-10],[29,38],[55,60],[38,55],[5,34],[-37,38],[-20,-26],[-5,6],[-19,-22],[6,-7],[-8,-10],[-14,1],[-14,-7],[-10,-17],[-13,-5],[-48,-60],[-4,-8],[-15,-6],[-47,43],[-20,-27],[9,-2],[13,-5],[16,-19],[2,-14],[-14,-22],[-10,-5],[-39,3],[-10,-7],[-23,-3],[-137,-183],[-35,34],[-54,51],[59,87],[2,13],[-10,15],[-17,14],[-7,-9],[-18,-16],[-20,-7],[-13,-16],[-24,6],[-8,-1],[-30,28],[10,15],[-87,76],[-2,10],[-9,7],[-5,-4],[-2,-3],[-74,64],[-17,16],[-22,-29],[-38,35],[34,45],[-50,48],[11,14],[-2,3],[-14,12],[-93,75],[-134,-168],[-97,85],[152,206],[-91,87],[-64,-84],[-97,92],[-13,-16],[-101,90],[6,7],[-21,18],[-2,0],[-28,-24],[-6,-9],[-104,-145],[-102,-127],[-80,52],[-46,31],[-53,37],[-54,37],[-55,38],[78,101],[60,81],[-31,30],[-33,25],[40,51],[-6,9],[-52,44]],[[391212,499539],[75,93],[236,303],[9,15],[52,64],[34,42],[140,174],[115,147],[227,287],[340,438],[141,181],[43,54],[827,1052],[10,12],[592,756],[351,456],[-97,87],[-16,-20],[-18,25],[-150,-63],[-189,-80],[-589,-248],[-335,-142],[-958,-411],[-129,-58],[-583,-245],[-18,-8],[-383,-160],[-52,-25],[-772,-323],[-67,-30],[-85,-38],[-60,-26],[-141,-58],[-148,-69],[-17,-6],[-61,-26],[-36,-12],[-159,-70],[-78,-31],[-507,-209],[-249,-105],[-111,-47],[-153,-66],[-265,-117],[0,0],[-45,-20],[-67,-29],[-152,-65],[-42,-19]],[[387672,500899],[42,19],[-20,74],[23,12],[-32,87],[-38,22],[57,27],[51,18],[110,46],[-3,14],[-6,35],[-11,20],[-14,4],[-18,-8],[-38,-15],[-173,-73],[-136,-61],[-9,26],[-41,105],[0,0],[9,4],[50,19],[64,27],[158,65],[14,12],[32,38],[13,15],[8,15],[0,6],[-7,2],[-26,-12],[-58,-28],[-14,3],[-11,-1],[-72,-27],[-15,-2],[-12,4],[3,8],[17,10],[14,5],[16,22],[74,33],[20,11],[-5,13],[-3,7],[16,5],[-16,-5],[-10,-1],[-81,-27],[0,0],[-6,26],[0,2],[0,0],[-10,33],[17,7],[31,12],[-6,19],[-20,-8],[-10,-4],[-78,-28],[-5,2],[-8,20],[-20,-6],[-8,1],[-8,18],[131,46],[-4,14],[-3,1],[-49,-2],[-5,17],[13,14],[-10,26],[-17,44],[-90,-37],[-17,40],[25,10],[1,14],[-22,4],[25,66],[34,-9],[66,23],[-10,40],[-60,-23],[-6,0],[-4,37],[60,31],[-3,12],[-51,-21],[-30,-17],[-23,-6],[-6,-2],[0,0],[-58,-16],[14,34],[0,38],[25,10],[0,0],[16,7],[-17,32],[-9,-4],[-1,0],[-27,-11],[-30,26],[-6,22],[1,4],[12,35],[-23,8],[-1,11],[-7,10],[0,11],[6,5],[12,4],[-9,25],[-21,-6],[-14,30],[-16,14],[-19,5],[-34,-1],[8,33],[11,21],[13,11],[29,6],[13,7],[14,16],[2,7],[-1,10],[-1,6],[-4,8],[-7,6],[-68,20],[-5,4],[-49,-15],[26,45],[-13,46],[51,17],[5,12],[2,13],[-1,29],[-18,62],[-8,16],[-4,11],[1,18],[14,13],[20,6],[19,-1],[20,-7],[22,0],[-4,-11],[0,-8],[32,6],[2,1],[-12,62],[-16,-5],[-9,31],[-12,30],[-9,1],[-58,-14],[-110,-44],[10,11],[8,5],[14,26],[-7,10],[-82,-4],[63,27],[36,10],[5,12],[80,35],[3,16],[9,3],[-6,17],[-20,-7],[-10,13],[-8,13],[-26,-8],[-48,-20],[9,19],[-17,58],[-32,-14],[-71,-26],[-21,-9],[-13,5],[-9,63],[-14,13],[-6,17],[-3,46],[-1,8],[-13,45],[-10,19],[-13,16],[-9,84],[7,18],[-5,23],[-11,23],[-13,22],[-8,4],[-44,-11],[11,31],[17,23],[25,20],[-17,53],[16,7],[-7,31],[110,32],[-18,52],[-37,32],[-32,-1],[-145,-76],[9,29],[-6,36],[-19,46],[30,14],[-13,35],[-16,-5],[-29,4],[-13,-3],[-1,10],[14,6],[222,100],[-5,19],[-39,18],[-128,-31],[98,45],[15,32],[43,33],[-5,14],[-65,30],[-112,-57],[-20,-4],[-38,134],[-30,67],[-43,-17],[-80,-33],[-40,-19],[-21,-10],[-8,20],[-26,-11],[-349,-143],[-937,-357],[-178,-74],[-215,-77],[-7,27],[226,84],[-8,39],[-20,106],[118,34],[67,22],[27,-2],[6,0],[13,4],[-8,30],[-44,176],[-3,8],[-9,13],[-6,-1],[-192,-51],[-92,-23],[4,17],[7,10],[14,9],[11,2],[10,4],[6,9],[4,2],[-17,73],[54,15],[-19,94],[41,10],[33,16],[64,25],[25,9],[13,6],[38,20],[46,29],[-4,75],[-78,-14],[-99,-23],[-19,-4],[-32,-10],[-11,74],[-27,162],[30,8],[25,15],[26,30],[-6,24],[-8,9],[-17,5],[28,13],[109,26],[-18,103],[-110,-25],[-15,123],[-52,0],[-29,-12],[-5,2],[12,4],[-7,34],[-16,24],[-5,23],[0,21],[-53,-8],[-6,45],[46,15],[-10,57],[25,4],[-1,4],[6,8],[0,29],[-2,28],[53,12],[-5,43],[42,7],[-10,75],[-80,-16],[-11,9],[-11,16],[-12,25],[-1,25],[1,25],[9,19],[20,24],[-30,-4],[-121,-14],[-21,-2],[-44,-5],[-6,107],[-5,96],[122,13],[2,-41],[26,1],[-2,15],[57,5],[-2,33],[54,4],[-2,34],[-1,13],[-77,-6],[-7,67],[143,19],[-7,61],[-29,-4],[-31,-15],[-24,-1],[0,2],[-6,12],[3,32],[4,7],[-1,21],[-31,-3],[0,15],[-43,-3],[1,-22],[-44,-4],[2,-11],[-121,-13],[-10,164],[196,15],[-1,19],[-6,71],[36,4],[-2,40],[-13,-1],[-5,97],[105,6],[-1,70],[-84,3],[-8,-17],[-52,-2],[-3,15],[-46,3],[7,19],[176,8],[13,19],[5,14],[-3,24],[-10,43],[-9,19],[-9,29],[-4,18],[-20,0],[-62,0],[-16,4],[-7,9],[-2,11],[4,20],[1,26],[-1,22],[-5,19],[-5,16],[-42,-15],[-30,-9],[-10,-3],[-78,-8],[-49,31],[-11,163],[90,5],[69,4],[10,1],[-8,111],[-2,-3],[-17,-3],[-17,6],[-5,5],[-2,42],[37,1],[0,28],[24,3],[-3,50],[-96,-6],[-6,113],[30,82],[57,2],[18,1],[-38,61],[-9,26],[7,34],[21,24],[-34,-2],[-12,3],[-13,8],[-16,6],[-5,9],[3,9],[9,4],[6,-1],[11,-7],[18,-6],[7,1],[5,6],[3,16],[4,32],[-2,16],[-3,5],[-20,7],[-3,4],[1,18],[8,4],[3,6],[0,12],[3,42],[-19,2],[0,18],[3,14],[-1,20],[1,13],[5,28],[17,0],[2,42],[33,-1],[13,220],[-5,26],[7,31],[29,189],[-1,21],[-14,0],[1,33],[-35,3],[-22,6],[43,24],[11,10],[4,8],[1,8],[-9,13],[-5,4],[-21,8],[1,32],[38,-16],[12,0],[11,3],[16,39],[-15,27],[-6,1],[51,41],[9,-20],[1,7],[-3,45],[2,15],[7,51],[11,80],[-1,33],[-3,127],[12,7],[-1,0],[-15,-1],[-3,31],[36,2],[14,1],[7,1],[61,-9],[39,-3],[4,0],[1,12],[10,0],[0,23],[44,-1],[32,0],[15,0],[1,-13],[38,1],[16,65],[5,9],[8,5],[10,0],[90,-5],[32,1],[0,-28],[45,0],[0,-42],[0,-83],[23,-1],[8,-11],[27,-53],[8,-23],[11,-32],[-4,-52],[3,-98],[19,-12],[22,17],[17,53],[3,34],[-5,33],[5,17],[13,27],[34,22],[26,20],[35,47],[5,28],[2,31],[-11,24],[17,-11],[13,0],[11,6],[4,9],[-1,18],[-4,27],[29,-38],[11,-10],[12,-2],[9,3],[20,13],[8,10],[2,7],[-4,11],[-27,32],[-2,9],[18,-4],[23,-7],[21,-4],[20,-9],[12,-7],[16,-6],[19,7],[17,19],[30,-3],[-3,-44],[19,-1],[2,23],[21,-2],[5,-10],[6,-10],[6,-5],[7,2],[3,2],[5,16],[11,14],[16,3],[13,0],[41,-10],[18,-4],[32,0],[32,-2],[0,12],[42,7],[10,-1],[-3,-27],[27,-4],[3,27],[20,-3],[2,-34],[11,-54],[11,-32],[20,3],[17,55],[28,16],[36,4],[1,22],[7,-1],[8,5],[13,-1],[0,-17],[3,-11],[14,-14],[19,-13],[1,-9],[-2,-20],[4,-14],[4,-8],[4,-2],[9,1],[6,8],[3,22],[6,36],[6,18],[5,4],[16,3],[23,-5],[5,-3],[5,-2],[26,-2],[23,5],[-5,-66],[11,-15],[69,1],[33,41],[23,25],[-2,-25],[2,-40],[64,1],[1,61],[-16,1],[1,19],[33,0],[1,18],[53,0],[-1,-34],[17,-1],[8,0],[9,-14],[22,-14],[26,-10],[8,-1],[14,-3],[26,-1],[34,7],[-3,32],[45,2],[0,12],[29,12],[43,3],[5,-28],[7,-32],[15,-28],[25,-22],[26,-12],[17,0],[7,6],[0,8],[-15,7],[-32,10],[-18,14],[-5,17],[1,25],[68,4],[-3,65],[13,3],[51,12],[33,2],[6,-56],[4,-90],[4,-31],[6,-11],[7,-4],[30,4],[-1,20],[5,4],[27,6],[49,4],[23,5],[9,10],[-6,11],[-8,11],[-3,5],[-2,7],[-2,30],[0,8],[4,4],[18,8],[2,12],[14,0],[17,-1],[23,3],[22,4],[19,5],[3,6],[-1,9],[-13,6],[1,29],[40,5],[4,-19],[13,2],[-2,20],[25,3],[3,-36],[-36,-3],[2,-15],[42,4],[23,3],[59,8],[41,6],[-5,49],[16,2],[-2,22],[8,15],[6,14],[23,3],[13,-39],[45,4],[1,-17],[19,3],[-3,25],[11,29],[58,7],[90,-1],[15,-44],[46,6],[-4,29],[16,3],[0,-14],[49,4],[29,0],[1,10],[25,5],[35,4],[26,5],[4,-5],[31,-23],[24,38],[24,18],[44,7],[24,4],[27,-34],[54,11],[14,4],[-5,30],[75,15],[26,-14],[2,-9],[15,3],[-3,20],[36,-11],[52,11],[10,-23],[11,-20],[18,-50],[19,-81],[5,-18],[5,-7],[8,-18],[20,-9],[24,-4],[3,-1],[7,-9],[9,-28],[28,-42],[9,-8],[8,-1],[7,9],[3,9],[-5,54],[23,0],[1,-57],[4,-16],[6,-5],[9,0],[8,7],[4,16],[4,26],[6,16],[8,5],[12,-1],[3,-8],[1,-13],[9,-7],[8,0],[13,6],[16,18],[20,16],[9,12],[5,5],[10,27],[3,28],[23,4],[24,212],[52,-19],[41,-16],[8,58],[0,12],[-3,13],[-5,7],[2,6],[4,7],[24,18],[9,14],[2,12],[-2,25],[25,5],[46,10],[-18,-318],[-9,-106],[-4,-59],[3,-30],[1,-9],[5,-29],[17,-32],[28,-34],[9,-19],[4,-17],[-1,-23],[0,-10],[-6,-14],[-35,-5],[-15,-13],[-6,-22],[6,-42],[19,-97],[5,-40],[-3,-25],[-12,-47],[0,-46],[1,-59],[-6,-72],[-29,-115],[33,-12],[15,-6],[1,-72],[3,-121],[53,2],[1,-45],[-25,3],[-18,-109],[-6,-15],[-5,-6],[-14,-7],[-14,-11],[-18,-20],[-10,-6],[-7,2],[-17,12],[-16,-22],[-14,-9],[-32,-9],[4,-38],[34,5],[23,-33],[9,-4],[40,-8],[59,11],[145,-13],[5,2],[40,-3],[84,-10],[6,-1],[14,4],[19,-2],[17,-5],[56,-6],[7,5],[31,-7],[11,-7],[37,4],[16,5],[1,18],[1,53],[3,14],[9,11],[9,-7],[-2,-43],[-7,-31],[-1,-15],[4,-10],[26,-1],[35,-11],[54,-6],[8,2],[23,-7],[23,0],[43,-7],[19,-1],[12,4],[8,-4],[30,-2],[17,6],[35,-3],[47,-1],[15,-2],[24,0],[1,48]],[[390281,507266],[28,7],[11,16]],[[390297,509163],[2,17],[0,1],[0,-1],[85,7],[5,141],[18,3],[19,-71],[2,-62],[42,-1],[11,8],[10,75],[9,13],[5,5],[5,53],[75,14],[64,13],[21,4],[-1,-31],[-1,-67],[-5,-31],[0,-115],[74,2],[6,58],[4,200],[91,19],[21,4],[-2,-41],[2,-4]],[[390856,509375],[-2,-25],[-6,-329]],[[390880,508941],[15,385],[-6,31]],[[390889,509357],[83,4],[15,-18],[11,-47],[19,-49],[16,-27],[82,5],[57,0],[0,-26],[28,0],[0,-52],[52,-2],[0,21],[-22,2],[8,329],[25,5],[82,17],[51,8],[57,9],[25,6],[82,27],[5,2],[1,-22],[1,-122],[21,2],[73,7],[2,120],[3,2],[17,0],[0,0],[-7,52],[53,21],[80,26],[6,38],[-2,52],[-1,57],[1,16],[2,10],[-2,10],[-7,15],[-3,60],[3,43],[-3,132],[2,153],[7,228],[0,14],[-135,0],[6,269],[-1,68],[-1,7],[-2,19],[-1,58],[-10,14],[2,232],[-2,273],[5,140],[1,12],[-18,1],[-3,7],[-9,12],[-12,10],[-20,7],[-17,0],[-22,-10],[-21,-4],[-12,1],[-21,1],[0,-30],[-43,1],[19,566],[-23,24],[3,66],[-1,3],[-2,7],[-21,10],[-13,22],[-7,4],[-10,-2],[-9,-9],[0,-2],[-67,-36],[-49,-111],[-2,-8],[-18,-16],[-7,-2],[-9,1],[-8,0],[-29,15],[-29,20],[-27,8],[-21,-3],[-9,-8],[-11,-39],[-9,-10],[-11,-3],[-25,3],[-44,-50],[-15,-5],[-4,-13],[-2,-32],[-29,-2],[-6,-6],[-4,-16],[-5,-10],[-14,3],[-7,17],[-6,7],[-15,5],[-6,1],[-15,1],[-17,-8],[-9,-20],[-4,-53],[-4,-61],[-80,-70],[-15,0],[-3,-3],[-11,-25],[-23,-312],[0,-2],[-2,-4],[-12,-1],[-58,2],[-3,4],[0,9],[-73,4]],[[390595,511433],[-34,-33],[-3,-69],[-5,-39],[-10,-11],[-28,-8],[-9,-7],[-7,-7],[-10,-2],[-7,0],[-15,3],[-20,11],[-24,-3],[-118,7],[-28,2],[-75,5],[-26,1],[-43,2],[-21,-1],[-11,-11],[-21,-7],[7,-7],[-14,-145],[-1,-36],[-11,-17],[-15,-36],[-64,-51]],[[389982,510974],[-38,16],[-48,43],[-59,36],[-36,-48]],[[389801,511021],[-12,1],[-36,-5],[-31,21],[-18,5],[-8,8],[-3,10],[-7,45],[-12,24],[-12,10],[-13,0],[-10,-9],[-10,-1],[-10,15],[-14,4],[-8,-2],[-9,-3],[-19,-7],[-18,3],[-44,15],[-7,1],[-27,23],[-42,39],[-23,39],[-15,47],[-14,58],[-10,23],[-10,10],[-12,5],[-12,1],[-9,8],[-1,20],[-21,-6],[0,-16],[-10,-12],[-13,-3],[-23,3],[-19,6],[-17,18],[-14,11],[-18,0],[-31,-6],[-15,1],[-8,12],[-4,22],[-1,5],[-10,14],[-13,8],[-19,1],[-21,-11],[-11,-27],[-32,-75],[-16,-7],[-22,7],[-12,-1],[-48,-21],[-104,-27],[-21,-9],[-11,-20],[-10,-33],[-9,-13],[-12,0],[-36,16],[16,24],[8,20],[-4,13],[-11,9],[-42,14],[-37,4],[-14,-4],[-6,-6],[-1,-15],[-7,-8],[-16,-1],[-21,3],[-9,12],[-3,19],[7,30],[4,12],[3,9],[19,15],[19,17],[12,26],[19,36],[30,30],[53,37],[36,15],[29,3],[9,-1],[30,-5],[33,-10],[20,3],[12,2],[2,21],[-2,41],[-5,48],[3,28],[21,105],[5,38],[10,26],[13,21],[20,13],[18,3],[29,-4],[30,-8],[6,-1],[25,-2],[24,9],[19,15],[12,29],[0,25],[3,41],[9,39],[13,33],[9,12],[10,4],[9,0],[14,-11],[24,210],[-3,20],[1,18],[2,17],[10,10],[31,-10],[17,-2],[18,6],[10,8],[5,12],[-1,11],[-1,16],[-3,29],[-6,13],[-12,10],[-12,2],[-13,-3],[-13,-12],[-9,-5],[-5,3],[-3,21],[-2,35],[2,38],[2,31],[-4,27],[-14,29],[-18,26],[-29,30],[-22,15],[-15,-14],[-21,-19],[-24,-13],[-20,-5],[-12,3],[-16,12],[-18,17],[-62,47],[-30,16],[-21,3],[-85,-5],[-21,-5],[-19,-22],[-11,-10],[-25,-2],[-15,-2],[-10,-10],[-18,-8],[-22,10],[-13,28],[-12,33],[-5,4],[-43,49],[-13,32],[-10,47],[-12,5],[-9,-20],[-5,-4],[-82,-36],[-8,1],[-6,9],[-3,16],[3,32],[27,140],[0,80],[-3,22],[-12,30],[-24,29],[-5,8],[-3,8],[1,8],[-16,-3],[0,-16],[5,-50],[-2,-24],[-18,-16],[-20,-5],[-7,3],[5,64],[-2,22],[-5,10],[-8,4],[-21,-7],[-12,9],[-7,-1],[-7,-7],[-7,-16],[1,-32],[-5,-17],[-29,-33],[-37,-24],[-24,-19],[-24,-35],[-2,-17],[-1,-9],[2,-35],[-10,-17],[-21,-8],[-15,6],[-5,38],[-1,41],[-2,40],[-17,11],[-29,3],[-24,-1],[-19,-8],[-36,-4],[-18,3],[-149,119],[-36,-28],[-20,-10],[-47,-12],[-18,-8],[-17,-12],[-11,-12],[-12,-18],[-11,-5],[-11,3],[-7,9],[-2,10],[3,10],[12,20]],[[387695,513129],[17,19],[13,13],[11,14],[6,17],[-3,26],[-12,61],[-3,22],[0,13],[10,17],[8,7],[12,1],[12,-5],[14,-3],[12,7],[6,8],[15,12],[15,6],[16,12],[47,72],[8,5],[7,1],[3,-5],[-2,-10],[-10,-19],[-3,-15],[3,-10],[9,-4],[17,2],[29,5],[33,-2],[18,14],[13,16],[14,32],[13,54],[13,9],[13,16],[5,17],[1,32],[-14,69],[-1,14],[7,21],[7,27],[22,52],[14,38],[6,17],[4,15],[9,12],[13,7],[19,3],[9,4],[3,14],[6,13],[15,17],[3,12],[0,11],[8,12],[15,9],[7,7],[6,14],[25,73],[61,177],[21,62],[2,5],[44,88],[42,71],[22,31],[3,5],[15,13],[8,0],[3,-7],[-1,-13],[4,-10],[7,-11],[12,-11],[12,-5],[23,-8],[21,-9],[16,-1],[39,-3],[8,0],[35,1],[18,-6],[15,-6],[7,0],[10,7],[17,17],[9,38],[10,10],[16,-3],[17,-10],[48,-33],[8,-1],[17,2],[13,5],[14,26],[15,12],[13,-2],[8,0],[13,-12],[3,-14],[69,-33],[28,70],[1,1],[6,15],[11,5],[41,-24],[0,-1],[-38,-97],[69,-34],[97,-8],[12,32],[16,-10],[20,-20],[20,2],[0,-6],[15,-15],[15,-11],[8,0],[9,7],[44,6],[53,16],[13,9],[79,26],[51,13],[49,10],[18,6],[4,4],[25,4],[33,10],[43,13],[29,6],[9,-3],[9,5],[29,1],[11,0],[27,-5],[58,-26],[14,-2],[33,-19],[26,-16],[50,-43],[36,-45],[23,-25],[16,-8],[27,-14],[0,-1],[43,-9],[1,-1],[2,0],[156,-20],[1,1],[38,-1],[14,-2],[15,-5],[8,-4],[29,-1],[27,-3],[48,-8],[15,1],[1,1],[52,-2],[15,-7],[34,-5],[25,-17],[10,0],[28,-12],[4,0],[3,4],[5,16],[1,9],[-6,7],[-5,12],[4,11],[10,6],[11,3],[14,14],[10,4],[9,-16],[0,-17],[-12,-11],[-14,-10],[-1,-3],[-6,-20],[0,-13],[10,-7],[23,-11],[19,-4],[19,2],[8,-6],[9,-8],[11,-5],[17,0],[2,3],[53,0],[11,-7],[26,-11],[22,-11],[16,-2],[10,2],[12,-5],[17,-9],[7,0],[9,1],[60,-24],[2,-4],[12,-11],[34,-20],[11,-4],[22,-7],[20,-17],[8,-2],[2,1],[52,-18],[157,-57],[5,0],[49,-14],[0,0],[2,-1],[8,-4],[21,-4],[70,-22],[0,0],[50,-12],[0,0],[44,-19],[55,-23],[4,1],[2,0],[33,-12],[0,-1],[71,-28],[25,-12],[51,-17],[-15,23],[-6,24],[-4,25],[1,14],[6,25],[149,360],[38,80],[34,65],[25,56],[18,56],[98,240],[6,7],[8,2],[9,6],[123,288],[102,193],[2,9],[60,135],[6,30],[0,24],[-3,15],[-3,34],[1,24],[18,42],[80,191],[14,41],[6,-3],[12,-13],[14,-6],[3,0],[6,-1],[9,4],[5,11],[85,-35],[136,-60],[5,11],[27,65],[23,-10],[122,-51],[41,96],[49,-26],[1,-7],[-20,-44],[-1,-9],[2,-10],[12,-6],[20,-11],[34,70],[81,-43],[46,107],[26,2],[34,-1],[10,24],[16,43],[41,104],[98,-1],[-38,-103],[-16,-43],[88,-42],[10,-15]],[[393349,515200],[5,14],[6,15]],[[393446,515460],[0,16],[4,15]],[[393450,515491],[6,15],[8,14]],[[393040,515266],[-18,-29],[-18,-6]],[[392953,514499],[-11,-23],[-20,-56]],[[393208,514049],[-3,1],[-37,-20]],[[393348,514496],[9,36],[9,30]],[[392927,513529],[197,527],[-20,8],[-3,1]],[[392870,514097],[-8,-9],[-53,-45]],[[392343,514127],[-11,-30],[-136,-347]],[[392535,514340],[2,24],[-1,36]],[[393136,515088],[7,38],[-9,53]],[[392426,511593],[-15,-10],[-7,-13]],[[392404,511570],[-9,-209],[-6,-252],[-73,2]],[[392711,511307],[-9,56],[-1,54]],[[392627,511610],[-14,-3],[-12,-11]],[[392827,510984],[-1,-40],[0,-63]],[[392780,510277],[4,-64],[4,-23]],[[392805,510176],[4,-1],[5,-1]],[[392817,510170],[1,-1],[4,-5],[1,-7],[0,-3],[0,-17],[7,3],[1,0],[105,50],[-2,97],[-3,22],[-7,14],[-15,4],[-23,3]],[[392931,511804],[-5,82],[-24,29]],[[392879,511921],[-22,25],[5,93]],[[392298,510142],[-109,5],[-11,-3],[-3,-6],[1,-12],[-3,-157],[3,-5],[121,-1],[1,38],[0,141]],[[392174,510403],[8,20],[5,50]],[[392112,510045],[3,9],[5,19]],[[392120,510073],[5,26],[3,49]],[[392552,508468],[-3,-497],[20,-392]],[[392579,507559],[48,59],[7,298]],[[392649,509358],[6,121],[1,106]],[[392754,508181],[60,1],[0,-7]],[[392891,509105],[0,16],[0,16]],[[392818,509714],[-1,16],[-1,16]],[[393224,507503],[8,12],[2,15]],[[393242,507647],[0,17],[0,18]],[[392971,507511],[-39,-18],[-5,-5]],[[392940,507353],[30,0],[1,158]],[[392340,507373],[6,16],[-1,761]],[[392351,508278],[14,7],[1,0]],[[392366,508285],[0,0],[14,-1]],[[392378,508233],[6,-410],[6,-128]],[[392486,509846],[-3,34],[0,18],[-4,26],[-6,15],[-134,-64],[-47,-20],[3,-129],[0,-128],[63,0],[-2,-149],[1,-2]],[[392353,509230],[2,-254],[10,-35]],[[392364,508897],[2,-611],[0,-1]],[[392366,508285],[-1,0],[-82,-3]],[[393243,507338],[-1,-16],[0,-16]],[[393280,507424],[-16,-1],[-11,-5]],[[393244,507370],[-1,-16],[0,-16]],[[392894,507103],[-7,-16],[-3,-57]],[[391409,507874],[0,16],[0,16],[-1,16]],[[391079,507401],[-1,34],[-14,-2]],[[391066,507148],[-1,5],[19,36]],[[390742,508475],[-1,-15],[-1,-4]],[[390680,508192],[-9,-96],[3,-25],[9,-9]],[[390683,508062],[0,-2],[8,-11]],[[390788,507336],[3,21],[0,36],[-3,27]],[[390590,507768],[-2,-30],[-5,-37]],[[390495,507524],[-5,-57],[-16,-277]],[[390505,507278],[18,66],[14,42]],[[390489,509229],[-3,-15],[-5,-23]],[[390422,508922],[-6,-182],[-8,-246]],[[390408,508494],[-2,-64],[-7,-60]],[[390399,508370],[7,-40],[1,-56]],[[390421,508194],[5,-13],[4,-23]],[[390392,507203],[37,-11],[35,1041]],[[391714,508931],[-2,7],[-6,11]],[[391808,508490],[32,4],[-13,29]],[[391826,508621],[2,2],[7,21]],[[391833,508922],[-37,15],[-9,2]],[[391651,508352],[-2,-109],[-5,-313]],[[391641,507699],[55,2],[1,546]],[[392108,507201],[4,120],[1,28]],[[393037,507077],[-3,-81],[7,-7]],[[393068,507134],[-2,36],[-7,0]],[[391584,507874],[4,126],[4,229]],[[391074,507983],[-35,-4],[-9,-5]],[[391007,507991],[46,38],[2,8]],[[390996,508620],[-8,-56],[1,-32]],[[390986,507743],[15,48],[2,16]],[[391424,508414],[-15,4],[-7,0]],[[390968,507357],[9,10],[2,12]],[[390998,507667],[-10,9],[-11,5]],[[392201,509563],[1,44],[-1,174],[2,36],[-89,-37],[-1,-141],[-2,-195],[88,-2],[2,121]],[[396587,506166],[-76,-96],[44,-42],[242,309],[-45,43],[-165,-214]],[[389283,504897],[11,-63],[106,36],[-6,30],[60,17],[-5,34],[-116,-37],[-50,-17]],[[389258,504291],[9,-34],[29,10],[5,-16],[-59,-21],[17,-53],[56,16],[16,-52],[-165,-56],[61,-167],[15,6],[74,-34],[75,28],[-13,17],[-4,24],[25,17],[7,3],[85,32],[26,12],[-8,20],[-11,30],[-13,35],[35,12],[21,3],[56,20],[65,22],[12,-39],[90,33],[-32,124],[-135,-47],[-142,-49],[-6,18],[-52,193],[-2,9],[-31,-6],[-58,-13],[-7,-4],[-28,-17],[-18,-6],[-8,-8],[13,-62]],[[389563,503906],[10,-34],[24,-18],[5,-4],[5,-6],[4,-14],[135,47],[9,-36],[141,46],[20,14],[20,25],[-6,22],[-4,13],[-21,-7],[-23,78],[-13,7],[-2,8],[-10,36],[-71,-26],[-12,-15],[-101,-35],[5,-15],[-81,-30],[0,-19],[-42,-17],[8,-20]],[[386508,504060],[-5,10],[-14,-3],[-32,4],[-23,17],[-25,0],[-31,-20],[-36,-22],[-18,-18],[-5,-5],[-6,-23],[14,-73],[11,4],[88,37],[9,4],[13,5],[65,29],[4,2],[11,5],[-20,47]],[[385820,503839],[-89,-13],[22,-57],[-22,-7],[-5,13],[-25,-4],[-9,10],[-25,4],[-4,3],[-8,4],[-12,-4],[-30,-15],[-82,-37],[19,-65],[-24,-7],[7,-47],[79,29],[59,22],[63,23],[121,48],[-27,79],[-8,21]],[[388996,503769],[16,-55],[5,-17],[58,-29],[-39,-17],[7,-28],[-33,-28],[57,-26],[-7,-23],[3,-15],[1,-11],[-1,-10],[-2,-12],[0,-29],[3,1],[13,1],[16,-6],[25,-15],[-4,-26],[-32,-36],[-14,-77],[-70,-24],[-3,-1],[-9,-79],[-8,-51],[-93,-35],[-61,-19],[3,-7],[6,-12],[3,-16],[-2,-31],[9,-7],[64,19],[-3,53],[114,36],[6,-99],[-132,-47],[13,-44],[2,-34],[29,32],[0,11],[14,2],[6,34],[24,4],[17,-54],[-10,-13],[18,-71],[-74,-25],[-25,-8],[-27,-9],[1,-16],[-10,-22],[1,-4],[48,6],[11,-8],[2,-21],[-3,-2],[53,-10],[1,-15],[113,42],[5,-42],[7,-58],[11,-66],[3,-17],[1,-6],[17,2],[23,8],[376,143],[-49,152],[-47,-18],[-43,-16],[-66,-27],[-169,-69],[-11,-7],[-35,-14],[-10,60],[-15,148],[-3,72],[0,116],[4,73],[-1,24],[41,233],[4,56],[-1,18],[-6,54],[-10,60],[-1,15],[58,21],[-7,22],[-15,43],[-10,28],[-11,30],[0,16],[-55,-19],[-85,-32]],[[389432,502525],[-224,-86],[37,-102],[4,-12],[15,-26],[42,16],[129,49],[45,19],[-48,142]],[[389167,502432],[-3,10],[-1,0],[-5,-12],[-20,-25],[-31,-27],[-23,-15],[-46,-28],[-34,-10],[-19,-8],[-3,-2],[11,-53],[3,-11],[24,-39],[74,24],[61,22],[8,5],[22,-1],[-1,-4],[1,-20],[5,-27],[1,-4],[11,-37],[6,-13],[51,21],[-23,58],[-22,63],[-47,133]],[[389134,502006],[17,-44],[168,68],[-17,42],[-71,-29],[-97,-37]],[[389579,501828],[-118,-48],[5,-18],[-1,-11],[-3,-7],[20,-31],[10,-7],[16,0],[34,15],[55,23],[8,3],[-26,81]],[[393204,509734],[-22,0],[-15,-11]],[[392987,513159],[-7,17],[-7,-2]],[[378300,519792],[-26,4],[-133,199],[0,13],[12,61],[-4,21],[10,69],[14,41]],[[378435,519886],[-14,-19],[-24,-23]],[[378394,519841],[-27,-35],[-62,-8]],[[381906,520416],[26,66],[6,11]],[[381942,520500],[55,-30],[0,0],[28,-16],[275,-122],[5,-5],[97,-41],[65,-22],[110,-28],[62,-4],[19,2],[82,-8],[56,-12],[57,-18],[80,-30],[133,-68],[545,-296],[209,-105],[7,-1],[2,-4],[101,-47],[206,-105],[8,-2],[33,-19],[14,-10]],[[384191,519509],[0,0],[2,-22],[1,-65],[7,-31],[24,-29],[16,-151],[-7,-36],[-2,-41],[6,-50],[10,-36],[9,-268],[-7,-30],[0,-73],[3,-93],[1,-31],[5,-28],[3,-13],[1,-14],[-1,-18],[-1,-23],[-4,-21],[-1,-16],[5,-277],[11,-148],[-4,-28],[-7,-36],[-5,-128],[6,-41],[15,-35],[3,-16],[6,-76],[9,-36],[0,-26],[-2,-20],[-3,-29],[-7,-31],[0,-91],[1,-26],[16,-40],[10,-37],[18,-290],[-3,-7],[10,-198],[-7,-77],[0,-1],[-15,-116],[-2,-27],[-4,-37],[-7,-18],[-6,-24],[-6,-22],[2,-20],[-50,-5],[0,-34],[36,-3],[2,-30],[4,-11],[14,-27],[-26,-82],[-5,-4],[-2,0],[-21,-26],[-2,-43],[-9,-40],[-14,-40],[-8,-32],[-3,-40],[-11,-44],[-32,-104],[-25,-51],[-35,-25],[-59,-185],[-38,-89],[-14,-30],[-156,-357],[-26,-69],[-50,-111],[-14,-34],[-93,-210],[-50,-118],[-37,-88],[-264,-611],[-14,-7],[-34,-23],[-21,-17],[-11,-13],[-8,-16],[-9,-48],[-17,-30],[-7,-18],[-3,-55],[-17,-29],[-12,-40],[0,-32],[1,-20],[-57,-122],[-16,-5],[-18,-10],[-44,-56],[-1,-1],[0,0],[-26,-10],[-47,-36],[-23,-5],[-47,2],[-21,-4],[-19,-14]],[[382831,513310],[-111,17],[-141,29],[-250,49],[-315,60],[-82,17],[-151,27],[-356,68],[-1285,248],[-273,54],[-22,3],[5,44],[-8,28],[-20,16],[-18,11],[-1,18],[11,8],[72,-11],[0,24],[-145,33],[-120,40],[9,57],[-138,31],[-42,0],[-40,6],[-34,15],[-7,16],[12,13],[22,2],[221,-46],[20,12],[25,0],[115,-25],[5,8],[-11,22],[-19,11],[-67,12],[-301,46],[-19,15],[-23,26],[-27,6],[-16,-5],[-26,-12],[-22,-9],[-88,14],[-18,1],[-9,-7],[4,-14],[8,-11],[40,-15],[7,-14],[-2,-13],[-11,-6],[-22,0],[-28,7],[-17,-1],[-7,-11],[3,-17],[27,-13],[-2,-14],[-22,-4],[4,-16],[11,2],[27,-3],[11,-6],[2,-15],[-6,-16],[-15,-7],[-12,-22],[-6,-30],[-45,10]],[[379092,514073],[14,77],[-11,21],[-21,14],[-58,15],[-15,-35],[-11,3],[-2,11],[43,117],[5,20],[10,28],[55,6],[248,-7],[240,-25],[70,7],[91,10],[14,-9],[15,-1],[16,3],[11,7],[17,-1],[21,0],[27,9],[37,4],[56,23],[11,12],[7,17],[81,37],[8,0],[-8,47],[-7,13],[6,56],[-41,16],[-23,16],[-48,62],[-199,257],[-99,131],[-25,15],[-26,12],[-476,110],[-60,16],[-25,12],[-20,10],[-48,-9],[-9,38],[56,-29],[-16,25],[-19,96],[-2,49],[-9,24],[-12,20],[-1,25],[0,4],[-11,27],[-3,16],[0,48],[-18,56],[-2,32],[-6,24],[-7,16],[-21,86],[-14,89],[-44,191],[-5,32],[-79,344],[-21,112],[-18,136],[-23,135],[-10,96],[-4,96],[3,131],[-10,15],[-30,0],[2,22],[6,73],[16,204],[8,90],[16,1],[11,9],[6,12],[13,48],[57,61],[132,130],[19,14],[23,6],[0,2],[42,7],[16,8],[9,15],[29,2],[1,19],[0,16],[-39,3],[-72,6],[-25,5],[-27,12],[-1,0],[-66,60],[-46,53],[-18,33],[-2,31],[34,333],[-1,9],[25,203],[0,16],[11,61],[-10,24],[14,40],[-21,8],[-11,15]],[[380252,520525],[31,23],[60,32]],[[378244,520374],[-16,9],[-13,-1],[-142,36],[-26,10],[-26,16],[-17,19],[-8,15],[-5,27],[0,10],[15,47],[0,8],[-11,17],[-8,2],[-68,21],[-40,17],[-3,6],[2,13],[-29,11],[9,33],[3,6],[25,45]],[[378268,520453],[-12,-42],[-12,-37]],[[377925,520812],[6,18],[11,60],[1,13],[1,11],[17,25],[16,40],[0,18],[-2,6],[13,4],[16,1]],[[378099,521085],[16,17],[30,90],[16,43],[3,17],[17,118]],[[378176,521373],[-22,9],[-78,25],[-69,21],[-12,17],[-10,16]],[[378154,521442],[4,-20],[3,-17]],[[393006,526305],[-40,-117],[-3,-11],[-15,-49],[-18,-94],[-34,-141],[-5,-19],[-8,-100],[-17,-80],[-14,-50],[-39,-110],[-4,-20],[-7,-16],[-23,13],[1,-7],[-2,-7],[-5,0],[-2,2],[-27,-52],[-21,-65],[-21,-96],[-31,17],[-61,-139],[-6,-5],[-19,5],[-85,40],[-41,-69],[151,-91],[-56,-100],[49,-28],[234,-151],[-44,-68],[-25,-31],[-5,-3],[-125,-132],[-14,-16],[-58,-61],[1,-10],[-26,-51],[-3,-12],[-16,-23],[-11,-5],[-10,1],[8,-5],[176,-104],[221,-136],[29,-22],[1,-4],[-1,-5],[-3,-4],[-9,-6],[-3,-4],[0,-6],[7,-18],[2,-27],[24,38],[12,9],[6,2],[7,-1],[139,-89],[13,-17],[9,-4],[365,-224],[216,-123],[29,-17],[-5,-4],[-55,-128],[545,-340],[-11,-20],[-69,-119],[331,-209],[-42,-96],[102,-64],[88,-56],[-36,-72],[341,-218],[6,-141],[2,-27],[0,-170],[-140,83],[-93,56],[-40,-85],[3,-2],[272,-175],[-2,-61],[0,-7],[-1,-27],[-1,-13],[-45,14],[-154,90],[-51,-93],[-38,-71],[277,-179],[-1,-36],[-2,-283],[3,-21],[-26,5],[-37,4],[-34,-3],[-22,-4],[-21,-9],[-20,-11],[-11,-3],[-11,1],[-135,83],[-25,15],[-9,1],[-11,-4],[-29,16],[-145,92],[-44,-86],[-10,-15],[0,-6],[67,-44],[52,-27],[74,-52],[5,-3],[62,-38],[84,-54],[-102,-255],[-299,84],[-19,5],[-107,-229],[-16,-32],[-5,-8],[-79,-152],[-89,60],[-153,102],[-89,56],[-19,-48],[-24,-39],[-26,-35],[-36,-54],[62,-39],[81,-53],[405,-263],[16,-12],[18,-13],[11,-7],[100,-71],[342,-239],[35,-24],[16,-18],[30,-19],[-7,-20],[-64,-128],[-110,71],[-76,53],[-48,-83],[-261,184],[-53,45],[-10,5],[-49,29],[-6,7],[-108,71],[-50,42],[-51,39],[-65,32],[-22,14],[-36,31],[-19,14],[-31,-57],[-10,-14],[250,-176],[376,-261],[74,-48],[45,-27],[60,-32],[33,-17],[22,-18],[17,-19],[51,-78],[-29,-55],[-170,101],[-52,17],[-12,8],[-19,-79],[-19,-7],[-13,-29],[-24,-15],[-6,5],[-21,-2],[-49,-32],[-10,3],[-3,5],[1,8],[10,11],[-95,3],[-4,10],[-85,51],[-39,3],[-30,12],[-15,0],[-22,-7],[0,0],[-39,-27],[-15,-19],[-57,-24],[-3,-9],[-46,0],[-22,8],[-45,35],[0,-21],[-62,4],[-117,25],[-7,-1],[7,-27],[1,-13],[-3,-34],[-2,-17],[-7,-20],[-7,-12],[-2,-1],[0,0],[-8,-6],[-15,-2],[23,-16],[0,-4],[-9,-21],[199,1],[3,0],[0,0],[80,-17],[56,-12],[68,9],[18,3],[32,-3],[22,-1],[17,-11],[21,4],[19,3],[54,-1],[9,-1],[45,2],[16,5],[128,-2],[-16,-31],[63,-8],[112,-29],[-215,-416],[-132,-251],[-113,-235],[-86,-176],[-76,-171],[-143,-334],[-124,-303],[-14,-13],[-18,-12],[-18,-9],[-20,-8],[-18,-4],[-45,-7],[-61,-6],[-29,-7],[-44,-23],[-48,-34],[-22,-24],[-26,-36],[-6,-13],[-14,-23],[-56,-134],[-4,-11],[-23,-49],[-230,-535],[-7,-48],[-2,-64],[-5,-48],[-6,-17],[-7,-5],[-29,-8],[-39,-4],[-30,-15],[-21,-19],[-36,1],[8,96],[-60,7],[75,180],[-28,15],[-105,57],[-16,-9],[-55,-133],[-102,26],[-59,-138],[-61,32],[-56,-119],[-114,4],[-109,5],[63,151],[-104,55],[7,16],[-36,6],[-16,5],[-12,-25],[-15,-24],[-4,-20],[-20,-73],[-78,36],[-63,28],[-21,-52],[-7,-4],[-20,4],[-12,10],[1,12],[27,25],[4,24],[31,75],[-17,13],[-32,24],[-5,2],[-5,-1],[-6,-4],[-31,-37],[-54,-136],[-7,-42],[0,-52],[-102,4],[52,112],[3,14],[-3,17],[-39,24],[-3,0],[-3,11],[-80,43],[-6,-3],[-7,-1],[-5,1],[-6,3],[-9,-1],[-24,-38],[-4,-14],[-3,-1],[-2,0],[-4,2],[-11,12],[-1,4],[2,6],[13,17],[-49,34],[-9,-6],[-20,-58],[-5,-3],[-38,-3],[-14,-7],[-55,-107],[-11,-8],[-33,8],[-4,12],[0,20],[13,40],[33,65],[20,18],[-93,42],[-102,-236],[-445,17],[-161,5],[-4,0],[0,0],[24,57],[7,17],[23,57],[-74,37],[-73,-167],[-13,0],[-74,4],[-175,-1],[-23,0],[-55,-2],[-42,0],[17,63],[92,187],[-30,17],[-93,47],[-65,-144],[-3,-6],[-59,18],[-84,31],[-79,42],[-3,-3],[-7,0],[-5,4],[-1,7],[-69,37],[-22,-38],[-86,43],[-20,-33],[-31,-33],[-22,-15],[-31,-12],[-7,6],[-9,22],[0,30],[14,38],[6,6],[-12,0],[-18,0],[-10,0],[-6,8],[-1,9],[13,51],[-38,-66],[-54,-15],[-46,2],[-14,0],[-17,-14],[-27,-84],[-20,-6],[-9,-20],[-8,-11],[-17,-1],[-16,-5],[-21,-17],[-12,-15],[-17,-10],[-36,9],[-10,9],[0,16],[9,20],[-18,6],[-8,-2],[-13,-9],[-16,-24],[-21,-45],[-10,10],[-62,24],[-6,24],[-40,14],[-8,-6],[-18,7],[-10,-27],[-17,1],[-25,-1],[-45,-91],[-11,-11],[-15,-5],[-15,8],[-1,9],[-2,9],[12,40],[8,48],[3,11],[-58,11],[-42,10],[-38,-34],[-2,21],[-6,13],[-10,13],[-14,7],[-20,-6],[-3,15],[4,8],[2,16],[4,3],[12,34],[4,24],[0,36],[-6,18],[-19,15],[-18,9],[-92,52],[-25,18],[-33,13],[-31,25],[-31,15],[-19,10],[-23,13],[-62,24],[-49,20],[-12,-8],[-19,-19],[-25,-51],[-14,-16],[-14,-15],[-19,7],[9,22],[29,47],[18,15],[3,6],[-1,6],[-11,10],[-7,1],[-6,-2],[-46,-48],[-9,-16],[-13,-5],[-6,0],[-4,3],[-1,3],[3,28],[11,35],[0,20],[-4,8],[-3,3],[-3,1],[-4,-1],[-4,-3],[-30,-39],[-42,-35],[-5,-1],[-8,-4],[-18,-16],[-10,-17],[-26,-77],[-16,-40],[-17,-35],[-122,45],[-39,15],[0,-1],[-83,30],[-98,35],[-41,18],[-41,17],[-125,45],[-41,14],[-100,-84],[-19,-16],[-17,-14],[-12,-26],[-16,-32],[-1,-6],[-60,22],[4,37],[-3,40],[-13,18],[-23,22],[-5,8],[0,8],[14,40],[29,62],[2,10],[-11,4],[-47,-106],[0,-14],[-10,-18],[-11,-12],[-14,-5],[-17,-38],[-79,-183],[-11,12],[-17,10],[0,21],[3,20],[18,35],[-50,2],[-12,6],[-7,24],[-10,18],[-39,52],[-43,39],[-32,19],[15,36],[32,88],[-9,3],[-17,-36],[-40,-101],[-29,-65],[-25,-55],[-47,-96],[-39,-63],[-7,-18],[-83,36],[-2,61],[-89,27],[-8,-4],[-9,-12],[-12,-31],[-13,14],[-1,10],[4,15],[11,21],[13,18],[0,13],[-1,9],[-7,7],[-6,2],[-9,0],[-60,-131],[-15,-27],[-12,-15],[-1,-2],[-5,-6],[-19,-17],[-72,-37],[-15,1],[-14,8],[-16,15],[-13,-2],[-20,-12],[-55,-68],[-26,-58],[-16,-2],[-5,3],[-2,19],[3,90],[2,18],[2,30],[-38,20],[-6,-6],[-42,-125],[-25,13],[10,26],[1,12],[-2,5],[-4,11],[-5,21],[13,43],[19,25],[-4,15],[-10,8],[-9,3],[-6,-2],[-16,-28],[-63,-112],[-33,-1],[1,-66],[-53,6],[-2,6],[5,55],[-11,11],[5,14],[4,35],[-35,3],[-5,-8],[-24,12],[1,12],[-23,15],[-5,-1],[-9,7],[-22,-6],[-16,-9],[-16,-20],[0,-14],[-9,-11],[-6,-27],[-13,-35],[-15,-21],[-5,-3],[-1,11],[4,4],[6,36],[0,40],[-14,11],[-14,-1],[-52,-29],[-26,-35],[-5,-2],[-4,2],[-1,8],[20,43],[-24,47],[20,38],[29,80],[55,118],[-96,51],[-118,-285],[-22,-54],[-13,-24],[-1,-3],[-9,-3],[-8,1],[-12,1],[-29,9],[-5,17],[-4,21],[-17,0],[-16,-24],[-11,-14],[-9,-8],[-10,0],[-11,6],[-8,14],[-18,6],[-4,0],[-8,-16],[-5,-4],[-49,6],[-3,7],[-3,22],[-6,6],[-15,5],[-37,-26],[-13,-4],[-9,-1],[-30,12],[24,34],[13,15],[6,9],[-57,39],[-4,6],[0,9],[4,11],[-3,7],[-3,11],[3,3],[17,57],[6,3],[11,-3],[7,-4],[19,84],[3,6],[55,133],[3,7],[-80,43],[-3,1],[-10,6],[-3,1],[-26,13],[7,5],[16,19],[2,2],[7,11],[19,51],[-1,11],[-6,21],[15,30],[11,9],[0,31],[5,14],[33,10],[2,1],[35,77],[-2,11],[-183,98],[-35,0],[-11,0],[-23,0],[-6,50],[74,-32],[12,0],[3,5],[-20,75],[-37,15],[-4,40],[-10,5],[-1,0],[6,31],[10,150],[-16,22],[-1,14],[6,18],[6,40],[10,15],[1,5],[1,5],[5,23],[-2,24],[-5,8],[-24,12],[-3,5],[0,111],[2,8],[7,1],[14,4],[2,21],[1,23],[-68,5],[-2,36],[45,-2],[-3,75],[15,8],[-26,17],[1,11],[2,1],[16,-8],[4,-1],[3,1],[3,8],[-9,27],[0,6],[7,36],[1,24],[-1,6],[-33,12],[-37,5],[-13,6],[-1,1],[-4,3],[-10,9],[-13,30],[-1,32],[5,6],[4,0],[20,-28],[44,-18],[7,0],[4,4],[3,8],[-13,28],[2,23],[8,31],[-4,18],[-8,10],[-30,6],[-14,7],[-7,7],[-2,15],[15,44],[1,2],[11,7],[1,16],[-3,29],[-16,8],[0,3],[-24,2],[-4,3],[1,49],[21,13],[1,5],[-6,11],[-4,8],[2,7],[17,1],[11,7],[4,7],[0,26],[-7,5],[-25,-1],[-4,97],[-27,0],[-1,69],[22,0],[0,22],[-24,0],[-1,3],[20,7],[7,27],[-4,17],[-9,9],[-15,-2],[0,11],[12,0],[0,26],[0,24],[1,6],[0,6],[17,7],[25,7],[6,2],[-4,37],[-4,4],[-7,3],[-36,0],[0,23],[37,40],[18,10],[14,0],[20,7],[11,25],[2,16],[-4,16],[-13,23],[-13,6],[3,28],[-9,10],[-12,8],[-6,37],[-39,17],[-22,10],[-1,21],[47,-18],[0,-2],[15,1],[19,13],[5,24],[-1,8],[14,-9],[-5,41],[-10,4],[-9,37],[98,-33],[27,62],[-51,28],[-1,0],[-2,2],[-69,34],[-14,6],[6,16],[-23,10],[-3,-7],[-25,11],[2,6],[-3,1],[5,16],[86,72],[13,11],[-7,7],[-9,24],[2,17],[3,8],[26,32],[20,2],[0,12],[9,28],[12,19],[18,27],[46,59],[21,21],[35,34],[7,6],[51,39],[42,33],[19,19],[5,5],[20,34],[9,10],[28,35],[66,67],[30,35],[2,-2],[11,-9],[10,-10],[35,-27],[26,-13],[15,-4],[7,1],[7,0],[9,13],[5,16],[7,11],[8,5],[4,16],[-3,15],[-3,21],[-12,22],[-14,21],[-14,14],[-18,-23],[-31,-19],[1,15],[7,13],[22,28],[14,18],[83,91],[146,151],[169,167],[323,311],[69,70],[587,564],[150,132],[93,94],[33,29],[79,88],[12,14],[17,19],[40,41],[7,6],[17,16],[3,2],[13,-22],[30,-38],[32,-30],[25,-23],[70,-50],[35,-23],[30,-18],[37,-17],[69,-26],[5,-3],[-8,-18],[6,-6],[6,-13],[2,-12],[12,-9],[60,-37],[34,57],[2,8],[-5,8],[-32,23],[36,56],[12,15],[14,-4],[6,-8],[-3,-17],[-9,-13],[0,-13],[16,-13],[46,22],[6,-1],[4,-6],[37,-22],[10,17],[29,65],[-22,12],[83,88],[10,16],[-21,22],[-78,53],[10,13],[28,40],[2,15],[-7,19],[1,11],[6,4],[6,-1],[102,-75],[11,-16],[9,-32],[7,-11],[33,42],[14,16],[41,67],[-48,25],[-47,33],[-71,36],[-23,7],[-43,17],[-2,0],[-10,6],[-11,10],[-6,13],[27,21],[14,16],[10,18],[47,58],[3,17],[-7,9],[-92,64],[-12,-3],[-19,-34],[-18,6],[-9,7],[-6,11],[2,11],[24,25],[27,20],[13,6],[68,45],[30,19],[27,13],[7,-5],[18,-19],[8,-7],[70,-88],[37,-42],[19,-26],[25,-20],[24,-11],[37,-3],[64,-5],[73,113],[-3,15],[-5,39],[-10,29],[-6,14],[5,8],[64,106],[14,23],[68,117],[45,88],[55,119],[19,39],[54,127],[85,-18],[54,2],[23,-4],[5,-4],[2,-12],[-3,-24],[2,-14],[3,-5],[15,-1],[10,10],[49,78],[45,30],[105,43],[13,8],[9,5],[6,8],[3,21],[-10,12],[-28,17],[-12,12],[-1,26],[-6,8],[-42,29],[-62,24],[2,11],[47,50],[18,10],[26,22],[34,-33],[68,-58],[10,-8],[18,-12],[80,-56],[78,-49],[15,-6],[53,3],[46,82],[8,1],[8,1],[4,5],[3,15],[-2,20],[-9,16],[4,14],[27,64],[3,17],[-7,12],[-9,4],[16,42],[15,29],[19,17],[13,19],[84,-57],[78,135],[-17,8],[-39,-23],[-3,-4],[-12,-1],[-66,34],[7,0],[-56,43],[24,17],[35,-6],[49,6],[16,-4],[33,-22],[5,2],[36,51],[7,18],[28,64],[-69,46],[-23,15],[92,88],[-43,34],[-18,8],[-14,-2],[44,31],[10,13],[67,57],[12,5],[14,-5],[12,-36],[9,-9],[31,-8],[34,-2],[52,52],[42,48],[33,7],[60,72],[-5,17],[2,11],[12,19],[20,-2],[64,-36],[60,-15],[6,30],[16,21],[0,15],[10,14],[16,-3],[3,13],[4,12],[12,22],[16,20],[14,11],[19,6],[10,11],[15,-3],[4,-11],[9,-2],[17,-2],[11,2],[20,6],[14,1],[125,130],[97,-68],[31,63],[29,59],[18,4],[-21,16],[-19,6],[-65,48],[-41,27],[-35,29],[-19,26],[-7,18],[0,20],[27,29],[159,137],[5,3],[6,-2],[26,-21],[21,-19],[7,-5],[14,-6],[9,1],[18,-8],[99,-44],[15,46],[28,57],[-151,90],[12,9],[34,25],[36,1],[-3,24],[37,41],[44,38],[25,-3],[104,-60],[27,-14],[57,-35],[32,66],[-19,12],[-1,4],[2,75],[7,23],[22,36],[3,7],[0,8],[-2,7],[-4,12],[-40,59],[20,20],[0,0],[31,-9],[39,-19],[32,-23],[40,-40],[17,-19],[33,47],[26,36],[11,16],[45,49],[24,19],[5,4],[70,75],[11,11],[57,42],[27,23],[22,14],[13,17],[5,12],[-62,44],[-72,50],[82,80],[5,0],[0,4],[43,47],[35,33],[33,31],[19,9],[10,0],[0,15],[143,158],[28,23],[21,3],[4,3],[1,27],[-3,9],[33,-27],[77,-53],[17,15],[68,120],[83,144],[-98,62],[55,87],[1,10],[8,16],[11,15],[12,5],[6,10],[68,117],[24,22],[-2,16],[1,10],[34,75],[17,11],[0,9],[-4,7],[42,101],[19,4],[42,-34],[43,-23],[33,-10],[91,-47],[20,-11],[468,-266],[122,-67],[88,-46],[76,-37],[52,-24],[-49,-151],[-3,-9],[-23,-67],[-16,-42]],[[385621,520853],[101,-58],[0,17],[12,4],[31,-20],[56,-35],[-6,9],[-8,31],[-32,29],[-8,12],[0,62],[-7,0],[-33,6],[-2,1],[-24,18],[-6,-6],[-23,-21],[-2,-6],[-14,-9],[-35,-34]],[[394287,537229],[0,0],[-20,-33],[-25,-56],[-8,-23],[-15,-21],[-6,-15],[-15,-33],[-10,-22],[-26,-60],[-9,-23],[-10,-35],[-24,-39],[-12,-28],[-22,-49],[-16,-37],[-14,-30],[-2,-22],[-10,-6],[-8,-13],[-6,-18],[-13,-20],[-9,-15],[-10,-20],[-17,-34],[-14,-28],[-36,-77],[-6,-13],[-9,-28],[-7,-10],[-32,-60],[-16,-39],[-14,-34],[-2,-6],[-25,-41],[-28,-45],[-7,-18],[-12,-28],[-41,-89],[-6,-13],[-17,10],[-116,66],[-124,72],[-373,217],[2,9],[-2,12],[3,194],[-35,20],[-3,6],[0,8],[3,12],[10,15],[18,-9],[6,-2],[8,4],[2,4],[6,7],[13,30],[1,16],[4,24],[20,-7],[7,0],[9,0],[8,10],[21,27],[72,-40],[30,68],[-4,2],[-10,4],[-107,72],[-98,53],[-7,4],[-4,10],[4,11],[10,6],[6,6],[1,7],[-1,21],[-3,7],[-8,5],[-92,51],[-56,20],[-52,15],[-71,33],[-48,0],[89,154],[5,8],[119,212],[19,38],[-259,146],[-329,202],[-90,55],[-54,39],[-10,-3],[10,44],[8,17],[14,19],[19,40],[18,26],[10,15],[10,15],[12,18],[1,21],[43,48],[0,25],[-2,12],[4,17],[2,11],[11,14],[11,26],[1,3],[24,48],[50,96],[31,57],[12,24],[101,180],[9,17],[24,44],[47,83],[86,155],[5,4],[3,17],[12,31],[122,-76],[120,-68],[32,-17],[130,-78],[12,-12],[73,-40],[203,-110],[110,-74],[104,-67],[91,-48],[15,-11],[78,-38],[282,-163],[61,-37],[27,-16],[46,-20],[211,-130],[30,-26]],[[394571,538095],[5,-14],[3,-8],[2,-102],[-3,-58],[-9,-44],[-20,-57],[-96,-221],[-6,-5],[-100,-212],[-32,-73],[-15,-40],[-6,-21],[-7,-10],[0,-1]],[[390841,535987],[7,-4],[92,-52],[140,-79],[8,-19],[14,-17],[15,-8],[17,-10],[42,-37],[5,-5],[9,27],[-1,15],[-6,13],[-9,8],[12,27],[21,-2],[39,69],[37,84],[12,14],[8,22],[-1,5],[-4,14],[-1,3],[-15,12],[-7,18],[7,16],[6,4],[14,1],[26,-10],[24,0],[54,-41],[100,-60],[33,-26],[116,-67],[19,-11],[17,-10],[123,-72],[20,-11],[109,-69],[17,-7],[7,-1],[18,-7],[-9,-43],[-20,-78],[-43,-192],[69,-31],[14,-6],[17,-7],[129,-66],[241,-126],[48,-24],[162,-90],[151,-89],[28,-17]],[[392772,534945],[-13,-26],[-10,-19],[-2,-7],[0,-11],[4,-3],[-13,-27],[-51,-111],[-94,48],[-60,-123],[-112,60],[-8,-10],[-9,1],[-66,32],[-237,123],[-100,63],[-98,54],[-11,-66],[-6,-24],[-1,-19],[-14,-105],[-25,-99],[0,-30],[-7,-8],[-16,-114],[-2,-10],[-23,-96],[-1,-14],[4,-10],[-8,-8],[-14,-86],[-8,-54],[-10,-44],[-28,-138],[2,-23],[-5,-10],[-10,-27],[-23,-88],[-2,-24],[3,-10],[-7,-30],[-4,-40],[-17,-54],[33,-17],[416,-216],[1,-11],[-17,-45],[-14,-39],[22,-14],[20,-8],[19,-11],[154,-75],[-12,-37],[-44,-109],[121,-65],[-37,-93],[-9,-27],[-4,-8],[-13,-22],[-15,-10],[-22,3],[-108,50],[-55,25],[-56,36],[-62,30],[-39,-11],[-39,-61],[-41,-142],[-52,-82],[-29,-89],[-3,-93],[-44,-102],[162,-76],[10,-13],[70,-35],[-22,-47],[-30,-66],[-20,-44],[-17,7],[-13,2],[-32,-77],[-6,-18]],[[391843,532148],[-4,4],[-29,35],[-36,21],[-60,28],[-71,21],[-78,35],[-171,74],[-9,-58],[-4,-38],[33,-18],[7,-49],[4,-90],[-6,-58],[-1,-56],[3,-9],[14,-10],[97,-44],[99,-47],[-6,-14],[-5,-7],[-3,-2],[-4,1],[-5,1],[-8,4],[-5,-4],[-5,-3],[-5,-1],[-8,0],[-7,2],[-19,9],[15,-23],[6,-20],[4,-31],[-1,-23],[-4,-11],[-17,-22],[-1,-19],[-10,-13],[-8,-25],[-8,-9],[-12,-8],[-15,-18],[-3,-3],[-106,40],[-7,-4],[1,-18],[22,-20],[27,-32],[17,-14],[10,-3],[50,-31],[23,-21],[30,-33],[23,-20],[7,-9],[1,-11],[-4,-16],[-5,-6],[-10,-6],[-25,-4],[-2,-8],[16,-12],[36,-20],[173,-83],[167,-70],[127,-53],[-11,-13],[-8,-13],[-3,-13],[-2,-14],[-76,-194],[75,-37],[72,-34],[113,-52],[78,-33],[12,-7],[-8,-29],[-27,-90],[-9,-31],[-8,-15],[-14,-27],[-34,-47],[-8,-11],[-8,-9],[-268,-299],[-159,-205],[-30,-38],[-144,-180],[-2,-8],[3,-14],[-16,-10],[-129,-164],[1,-13],[-10,0],[-100,-121],[-26,-32]],[[391322,529443],[-12,-13],[-200,-241],[-9,-14]],[[391101,529175],[-20,-35],[-17,-18],[-16,-20],[0,-21],[-8,4],[-6,0],[-3,-1],[-17,-14],[-84,-104],[-136,-176],[-36,-44],[-3,-6],[-1,-7],[6,-7],[-9,2],[-8,-3],[-11,-10],[-109,-134],[-3,-10],[2,-10],[6,-5],[0,-3],[18,-8],[172,-91],[203,-108],[323,-178],[290,-148],[71,-39],[30,-21],[27,-7],[12,0],[15,-4],[216,-108],[113,-61]],[[392118,527780],[130,-69],[-14,-31],[-8,-19],[-72,-159],[-72,-160],[-36,-85],[-24,15],[-59,23],[-50,-126],[-132,78],[-21,-54],[16,-13],[-18,-3],[105,-63],[-15,-41],[-63,32],[-19,-40],[38,-20],[-19,-41],[60,-36],[-83,-137],[61,-33],[-34,-57],[-52,-85],[-106,-153],[-43,-61],[-71,-90],[-45,26],[-69,46],[-27,18],[-43,-61],[-24,-114],[-89,49],[-6,-1],[-9,-6],[-28,-53],[-6,-17],[40,-24],[-25,-51],[-40,-49],[-55,-64],[-46,-20],[-62,-54],[2,-3],[8,-4],[5,-8],[-3,-6],[-5,-4],[-10,1],[-27,23],[-51,-43],[-86,-92],[1,0],[8,-9],[0,-30],[-34,20],[-15,-30],[-35,-44],[-7,-16],[-13,-15],[-31,-30],[-10,-8],[-31,-3],[-21,8],[-129,79],[-33,21],[-18,12],[-134,88],[-11,6],[-6,0],[-9,-3],[-16,-11],[-7,-2],[-3,1],[-28,-27],[1,-3],[0,-6],[-35,-20],[-45,-37],[194,-124],[8,-6],[111,-70],[-48,-145],[0,-7],[-25,-36],[-16,-31],[-24,-28],[-58,-58],[-29,-27],[-16,-4],[-33,4],[-21,-27],[-5,-12],[-51,-49],[-45,-35],[-15,4],[-94,49],[-19,5],[-16,-11],[-17,-23],[4,-6],[46,-34],[5,-6],[-26,-45],[-24,-9],[-16,-24],[-7,-2],[-50,28],[-20,13],[-5,1],[-3,-3],[-3,-7],[1,-5],[40,-37],[29,-48],[3,-8],[-29,-15],[-10,0],[-9,3],[-68,45],[-6,-1],[-4,-4],[-6,-18],[-8,-11],[0,-11],[9,-50],[-8,-24],[-55,-65],[-15,-14],[-20,-29],[-8,-47],[-27,1],[-5,50],[-8,20],[-36,16],[-7,4],[-47,27],[-136,-165],[21,-20],[-9,-25],[-6,-20],[-9,-6],[-46,-7],[18,-37],[-35,-51],[-87,29],[-81,-71],[-73,-82],[2,-10],[6,-16],[10,-15],[36,-25],[25,-7],[1,3],[14,0],[9,-8],[3,-20],[-19,-16],[-19,-11],[-19,-12],[-12,-44],[-24,2],[-55,35],[-167,98],[-8,4],[-30,-48],[50,-42],[-80,-137],[-23,-9],[-82,-101],[-76,53],[-25,-41],[-21,16],[-38,-60],[-33,24],[-67,-118],[46,-34],[-24,-45],[-113,78],[-9,-14],[-10,-16],[-15,-22],[77,-62],[-43,-52],[-13,-5],[-28,-23],[-1,1],[-33,-41],[-46,-68],[17,-23],[4,-15],[-15,12],[-2,1],[-33,27],[-84,67],[-194,141],[-12,2],[-28,-26],[-10,-20],[-18,-4],[-79,-61],[-24,-27],[-72,-50],[-38,-39],[-33,-5],[-62,45],[-20,-8],[-46,-75],[-100,-150],[-1,0],[-5,-14],[1,-1],[-49,-75],[362,-292],[-1,-1],[11,-12],[0,0],[16,-12],[14,-11],[5,0],[-2,-2],[50,-46],[35,36],[-8,20],[2,17],[200,170],[68,59],[22,20],[82,73],[10,-11],[11,-7],[12,-5],[-10,-28],[-51,-115],[-40,-86],[-50,-94],[-84,-149],[-20,-34],[-63,-105],[-4,-6],[-4,-2],[-19,-1],[-15,-4],[-14,-5],[-15,-11],[-5,-4],[-4,-1],[-6,-1],[-46,27],[-165,89],[-73,46],[-3,-3],[-7,9],[-98,61],[-39,32],[-42,28],[-65,44],[-139,102]],[[387151,523060],[-362,265],[-182,135],[-92,69]],[[386515,523529],[-112,84],[-124,86],[-162,120],[-56,40],[-51,38],[-95,69],[-33,26],[-77,58]],[[385805,524050],[-45,35],[-97,70],[-10,8],[-512,373],[-296,219],[-379,281],[-123,88],[-87,63],[-756,555],[-29,20],[-47,34],[0,27],[10,34],[-3,9],[-159,124],[-11,9],[-42,7],[-50,34],[-72,67],[-123,97],[-18,21],[-68,57],[-40,32],[-10,5],[21,135],[-159,104],[-5,3],[0,1],[-40,22],[21,23],[143,42],[229,72],[119,38],[118,41],[65,18],[28,8],[114,27],[151,43],[7,9],[185,57],[3,-1],[23,10],[13,17],[0,51],[-1,32],[-3,47],[1,0]],[[383871,527118],[-1,33],[-2,2],[-14,194],[0,2],[8,1],[-9,13],[-5,44],[-7,91],[-147,1959],[114,11],[113,11],[117,11],[114,11],[64,6],[22,-14],[168,14],[48,5],[188,19],[204,21],[163,16],[16,-1],[12,1],[194,20],[188,18],[195,20],[189,18],[196,20],[195,19],[193,17],[191,17],[191,17],[30,3],[357,37],[56,6],[65,6],[68,7],[80,9],[62,6],[54,6],[62,6],[66,7],[60,6],[60,5],[58,5],[60,6],[60,5],[53,5],[87,8],[28,2],[66,6],[58,5],[62,7],[62,7],[56,6],[83,9],[44,5],[525,54],[60,7],[60,6],[59,6],[57,6],[58,6],[8,0],[42,4],[453,43],[4,1],[5,0],[23,22],[30,26],[31,28],[68,71],[76,89],[133,176],[44,71],[22,49],[30,98],[21,51],[15,31],[24,53],[12,47],[15,69],[8,23],[8,31],[7,92],[-4,39],[-2,60],[3,13],[14,-2],[14,-9],[12,24],[-33,19],[-6,11],[-8,49],[-1,48],[-8,56],[-25,96],[-76,216],[-39,88],[-32,56],[-45,64],[-50,54],[-83,67],[-103,73],[-32,26],[-33,34],[-40,61],[-38,80],[-35,80],[-13,24],[-35,45],[-4,4],[-50,49],[-12,18],[-11,28],[-3,18],[3,5],[-25,31],[-32,50],[-7,40],[-12,12],[-16,4],[-7,2],[-3,8],[9,55],[1,2],[4,4],[4,3],[5,2],[16,0],[7,2],[5,4],[4,10],[2,9],[0,13],[-1,11],[-4,10],[-7,10],[-6,8],[-1,11],[3,8],[-8,30],[65,25],[19,5],[7,1],[0,75],[-95,47],[-19,8],[-23,11],[-33,16],[-62,57],[-9,8],[-7,6],[55,35],[11,15],[1,16],[-9,32],[-38,72],[-29,40],[-1,-2],[8,-27],[1,-13],[-6,-45],[-8,-24],[-6,-11],[-8,-7],[-11,-5],[-9,0],[-21,-2],[-13,17],[-1,14],[-35,114],[-27,55],[-20,27],[-40,48],[-44,41],[-75,66],[-62,53],[-53,50],[-81,85],[-44,55],[-50,80],[-28,48],[-24,51],[-48,91],[-34,44],[-86,86],[-80,66],[-86,74],[-74,52],[-59,42],[-147,88],[-5,-2],[-68,45],[-286,169],[-130,77],[-84,54],[5,76],[4,68],[-29,15],[-57,23],[-31,4],[-26,3],[-9,2],[-29,2],[-347,13],[-10,1],[-89,3],[-82,11],[-43,9],[-37,7],[-50,14],[-85,32],[-25,6],[-85,33],[-100,39],[-70,22],[-36,10],[-16,3],[-26,7],[-97,20],[-93,16],[-22,3],[-8,1],[-138,15],[-106,1],[-149,1],[-87,-9],[-5,4],[-62,-4],[-55,6],[-32,6],[-117,31],[-147,47],[-27,23],[-222,41],[-15,-3],[-12,9]],[[384942,535541],[0,38],[-5,7],[-72,10],[-101,5],[-7,7],[11,39],[-12,19],[-12,21],[-20,14],[-3,5],[-17,43],[-7,14],[-9,10],[-20,25],[-22,0],[-29,50],[-16,31],[-3,22],[-8,36],[-16,116],[-9,73],[-12,76],[-27,196],[-13,90],[-12,71],[-5,18],[-8,9],[-5,12],[-2,26],[1,41],[-2,43],[0,30],[-10,10],[-6,3],[0,7],[0,7],[5,12],[-2,38],[-4,135],[5,55],[8,43],[12,52],[6,24],[9,46],[4,37],[0,54],[0,50],[3,42],[14,97],[10,76],[5,35],[5,64],[5,40],[8,57],[2,32],[0,18],[-7,21],[0,12],[0,10],[10,86],[3,23],[11,53],[10,38],[14,43],[22,80],[12,12],[170,479],[45,168],[45,160],[41,140],[69,225],[118,142],[53,66],[41,56],[37,73],[63,134],[4,10],[53,97],[54,117],[47,90],[15,11],[8,2],[76,125],[24,60],[-140,84],[-243,151],[-45,26],[-69,44],[-109,65],[-81,51],[-45,29],[-226,136],[-71,46],[-20,-34],[-312,193],[-72,44],[-37,22],[-17,10],[-128,75],[-13,8],[-137,84],[-45,28]],[[383787,541367],[95,-6],[127,-5],[152,-7],[318,-15],[47,-2],[123,-7],[48,-3],[95,-5],[18,-1],[44,-3],[82,-2],[131,-4],[112,-9],[24,-1],[125,-6],[134,-7],[64,2],[38,-2],[21,0],[134,-8],[63,-2],[308,-13],[90,-3],[52,-4],[14,2],[111,38],[123,42],[116,38],[138,46],[264,88],[141,48],[173,58],[170,58],[239,81],[9,7],[44,55],[125,165],[68,89],[96,128],[95,124],[12,14],[45,61],[66,86],[24,33],[5,11],[-10,15],[21,25],[9,7],[4,-2],[7,-2],[1,-8],[5,-10],[61,-13],[165,-37],[68,-16],[65,-16],[120,-27],[91,-21],[80,-21],[19,-9],[24,0],[123,-28],[166,-38],[225,-52],[43,-10],[154,-36],[206,-48],[233,-54],[365,-84],[453,-105],[5,-8],[29,-628],[-84,-5],[3,-58],[29,-69],[6,-25],[21,-35],[9,-10],[7,-7],[8,6],[12,-8],[16,-17],[18,-16],[9,-3],[11,6],[11,11],[8,-3],[8,-12],[-14,-14],[-16,-23],[-22,-29],[-6,-11],[1,-10],[14,-4],[21,-12],[21,-9],[32,-11],[51,-13],[16,14],[21,21],[53,51],[12,-11],[69,-57],[496,-320],[142,-89],[73,-45],[-9,-17],[-18,-2],[-86,54],[-23,-34],[-13,-1],[90,-63],[173,-110],[0,-7],[-17,-62],[-10,-1],[-8,-9],[-16,-1],[-20,12],[-13,3],[-36,-3],[-11,-5],[-14,-22],[-42,-93],[164,-95],[-10,-16],[-12,-21],[-52,28],[-293,152],[-29,13],[-47,21],[-44,26],[-17,-43],[120,-72],[-18,-39],[318,-197],[-36,-65],[-21,15],[-4,-8],[-21,14],[-66,17],[-43,50],[-12,-1],[-4,-11],[38,-49],[51,-30],[-5,-29],[-7,5],[-54,27],[-6,3],[-19,-42],[74,-45],[-26,-48],[-95,56],[-27,-30],[-6,-8],[-7,-15],[-12,-23],[-16,-24],[76,-48],[-5,-25],[-11,-31],[-15,-14],[-25,13],[-31,26],[-9,2],[-9,-2],[-3,-23],[-3,-6],[-16,-43],[-22,-40],[36,-24],[10,-10],[0,-13],[-9,-23],[-7,-11],[-17,-48],[10,-27],[2,-24],[-2,-9],[-56,22],[-24,-2],[-16,-15],[-13,-19],[12,-6],[7,-11],[2,-11],[-10,-15],[-24,-45],[-28,-45],[-10,7],[-8,1],[-7,-10],[2,-7],[10,-11],[2,-10],[-38,-68],[-12,-21],[-10,-11],[-57,-55],[0,-25],[3,-14],[10,-13],[6,0],[-12,-21],[-15,-3],[-38,-19],[5,-15],[27,-2],[-41,-67],[-40,-5],[-8,-3],[-15,-35],[-7,-7],[-16,1],[-43,25],[-28,24],[-51,87],[-30,28],[-16,-25],[-28,10],[-27,-33],[54,-36],[-2,-3],[54,-35],[-9,-27],[-9,-17],[-7,-15],[-53,32],[1,3],[-72,42],[20,-49],[26,-15],[-6,-132],[7,-3],[66,-48],[-45,-81],[-2,-17],[5,-11],[62,-38],[-28,-48],[-9,1],[-39,17],[-20,4],[-28,-5],[-15,8],[-12,-37],[-57,35],[-71,-149],[-1,-26],[-1,-72],[-3,-24],[-13,16],[-10,6],[-36,-78],[-45,28],[-16,-64],[34,-22],[-12,-27],[10,-53],[14,-17],[2,-12],[-13,2],[-39,20],[-14,3],[-4,-3],[-6,-11],[-25,-48],[-9,-4],[-12,2],[-15,9],[-3,-7],[-13,-26],[-28,14],[-20,-48],[43,-25],[-26,-51],[-18,10],[-43,-97],[-13,-23],[-3,-10],[-7,-18],[-25,-3],[-67,40],[-6,-1],[-4,-1],[-16,-6],[-17,-12],[-27,15],[-6,-14],[-114,59],[-104,57],[-8,6],[-17,-29],[-3,-12],[140,-89],[42,-29],[-31,5],[64,-49],[37,-43],[47,-49],[42,-30],[41,-30],[27,-16],[9,-5],[3,-4],[-8,-14],[-38,21],[-19,7],[-30,15],[-39,28],[-31,37],[-63,-66],[-15,-26],[-1,-22],[-3,-13],[3,-8],[2,-18],[12,-32],[-50,-146],[-8,-31],[-12,-27],[-10,-23],[-12,-29],[-29,-47],[-26,-34],[-17,-17],[54,-37],[120,-82],[10,34],[-17,28],[49,-21],[-78,-235],[-21,9],[-18,4],[-65,29],[-27,21],[-33,-9],[-9,-14],[-12,-32],[-12,-2],[-4,3],[-14,-39],[8,-7],[-1,-5],[-20,-46],[-8,-5],[3,-18],[10,-11],[29,-14],[94,-49],[-11,-11],[-50,-51],[-28,-36],[-12,-16],[-20,-49],[-9,-19],[-41,-67],[5,-6],[0,-16],[-14,-34],[-25,-70],[-13,-53],[-4,-53],[1,-51],[4,-21],[-7,0],[-2,-22],[-1,-4],[-5,0],[-10,6],[-29,20],[-73,0],[-26,-29],[25,-22],[-4,-4],[-18,-21],[-21,-33],[-10,-30],[-33,19],[-15,6],[-14,-28],[-9,4],[-9,-22],[8,-4],[-9,-18],[15,-11],[-21,-46],[7,-6],[-6,-7],[40,-17],[18,-15],[10,-18],[-1,-30],[-25,-55],[-6,4],[-10,0],[-4,-5],[-9,-22],[9,-3],[-40,-75],[18,-32],[-3,-7],[-49,-101],[4,-12],[-1,-8],[-10,-19],[-3,-13],[0,-11],[4,-9],[11,-3],[9,2],[13,14],[13,6],[29,1],[22,0],[15,-6],[40,-19],[14,0],[5,7],[9,29],[4,6],[15,-1],[-21,-65],[-57,-182],[-188,98],[-16,-36],[-39,19],[-25,-54],[14,-17],[6,-17],[69,-40],[-9,-26],[-21,-55],[-6,-18],[20,-15],[7,-4],[82,-42],[15,0],[10,4],[15,22],[15,3],[-20,-67],[27,-15],[3,11],[105,-56],[20,-8],[12,-2],[13,2],[3,2],[3,7],[0,2],[1,10],[1,20],[4,17],[13,20],[13,16],[15,32],[24,104],[74,223],[6,18],[11,33],[32,85],[22,32],[13,19],[5,7],[14,40],[8,40],[8,25],[40,87],[37,87],[34,59],[11,9],[33,13],[36,5],[91,31],[44,14],[3,15],[-13,5],[6,17],[12,-1],[7,17],[2,9],[13,24],[53,81],[15,26],[10,14],[4,7],[6,12],[7,34],[16,21],[23,29],[19,39],[34,43],[4,12],[70,-37],[-8,-17],[44,-27],[24,33]],[[384592,536608],[69,-10],[1,14],[1,25],[-27,6],[-27,11],[-14,8],[-9,14],[-14,45],[-8,13],[-10,4],[-24,-4],[-15,-14],[-3,-12],[-1,-28],[1,-14],[2,-15],[5,-12],[10,-13],[14,-7],[15,-3],[34,-8]],[[384548,536509],[9,-6],[12,0],[30,6],[28,-2],[24,-4],[1,43],[-11,5],[-7,9],[-5,6],[-7,3],[-31,1],[-23,8],[-15,-1],[-10,-4],[-10,-7],[-3,-6],[1,-12],[4,-18],[4,-11],[9,-10]],[[389597,534361],[17,-8],[10,10],[15,20],[13,26],[10,33],[2,21],[0,19],[-67,28],[-26,11],[-40,-130],[66,-30]],[[389597,533679],[9,-4],[13,41],[14,42],[-36,16],[-105,45],[-4,-9],[-13,-43],[-6,-29],[128,-59]],[[386184,528636],[-43,-39],[-50,-66],[-4,70],[-149,-12],[-51,-5],[29,-360],[52,5],[343,34],[-11,135],[-7,80],[-10,121],[-6,66],[-1,13],[-13,-6],[-24,-9],[-55,-27]],[[384534,528540],[-2,28],[-18,-1],[-86,-8],[-19,-2],[-85,-7],[-24,-2],[1,-21],[-73,-3],[2,-18],[1,-18],[-68,-4],[10,-142],[69,5],[3,-41],[49,4],[17,1],[25,11],[9,3],[204,25],[-15,190]],[[594971,635134],[23,-17],[139,-132],[32,-25],[37,-31],[27,-37],[34,-71],[54,-107],[99,-86],[45,-39],[23,-37],[14,-42],[23,-74],[44,-101],[74,-43],[106,35],[69,49],[64,106],[24,35],[24,16],[30,0],[32,-14],[60,-71],[46,-53],[42,-70],[50,-69],[70,-36],[36,-27],[12,-14],[-2,-23],[2,-9],[21,-84],[3,-37],[2,-60],[4,-43],[3,-23],[7,-27],[7,-23],[12,-31],[7,-16],[25,-40],[49,-67],[36,-45],[5,-11],[5,-20],[12,-51],[26,-120],[10,-47],[33,-148],[10,-47],[25,-97],[1,-3],[1,-7],[-10,3],[-48,18],[-12,5],[-25,38],[-56,73],[-43,46],[-40,24],[3,4],[0,1],[0,1],[-1,2],[-14,9],[-10,8],[-11,12],[-4,11],[0,23],[4,27],[8,12],[10,8],[12,8],[9,11],[10,5],[7,21],[-2,10],[-2,12],[-1,12],[1,8],[2,11],[3,12],[3,11],[6,12],[1,6],[-2,5],[-1,5],[-5,15],[-17,39],[-10,25],[-4,9],[1,6],[3,7],[4,14],[0,3],[-2,9],[-6,11],[-4,8],[7,4],[1,0],[-5,4],[-1,5],[-11,15],[-13,21],[-9,34],[-12,31],[-10,27],[-14,36],[-6,23],[-5,18],[-2,18],[2,36],[0,16],[-2,24],[-4,17],[-6,22],[-6,17],[-5,12],[-11,20],[-12,16],[-24,17],[-16,7],[-22,7],[-34,16],[-27,12],[0,22],[-12,15],[-21,20],[-19,-7],[-25,-3],[-12,12],[-9,15],[9,16],[16,13],[-2,19],[-2,10],[-6,21],[-13,27],[-10,20],[-18,34],[-15,25],[-16,18],[-23,1],[-19,-18],[-11,-16],[-15,-21],[-17,-29],[-2,-26],[0,-16],[-1,-27],[-11,-30],[-14,-17],[-17,2],[-16,9],[-19,-9],[-27,-13],[-99,-19],[-50,-5],[-32,-1],[-51,35],[-17,20],[-11,18],[-8,14],[-7,17],[-5,15],[-6,39],[-5,39],[-2,23],[-2,22],[-3,20],[-3,17],[-4,17],[-13,23],[-11,12],[-13,14],[-36,21],[-16,7],[-23,8],[-17,4],[-50,24],[-21,48],[1,2],[-2,7],[0,19],[-4,13],[-18,51],[-1,14],[-3,18],[-5,14],[-20,38],[-18,26],[-21,21],[-49,44],[-24,19],[-64,56],[-22,23],[-23,22],[-16,13],[-53,22],[-13,9],[-16,-9],[-31,18],[-20,12],[-14,10],[-14,16],[21,-10],[47,-13],[31,-3],[46,-10],[10,-2]],[[593831,635465],[-8,-4],[-16,1],[-28,2],[13,-1],[10,14],[2,20],[3,26],[2,18],[0,18],[1,14],[-1,23],[-1,17],[-1,29],[-2,21],[-3,38],[-4,17],[4,27],[0,46],[-8,50],[-4,7],[-73,78],[-92,63],[-58,70],[-22,31],[88,-65],[102,-82],[29,-27],[4,-4],[49,-46],[17,-102],[4,-187],[0,-20],[1,-36],[0,-30],[-3,-16],[-5,-10]],[[593332,636573],[-7,-116],[-40,189],[-21,39],[-52,16],[-79,51],[-125,143],[-37,45],[-6,24],[0,1],[78,-62],[140,-96],[78,-53],[29,-23],[19,-17],[9,-18],[10,-26],[4,-44],[0,-53]],[[592495,637708],[25,-59],[-13,2],[-93,11],[80,45],[1,1]],[[591896,640020],[-2,-5],[0,1],[3,11],[2,26],[3,20],[2,29],[5,57],[1,10],[1,14],[5,25],[8,20],[14,16],[18,12],[5,5],[16,14],[14,12],[13,12],[16,22],[17,25],[19,14],[13,6],[14,27],[28,11],[21,6],[24,4],[19,3],[20,2],[20,1],[8,2],[-31,-13],[-24,-11],[-21,-11],[-34,-22],[-113,-73],[-71,-69],[-21,-99],[0,-33],[-1,-20],[-5,-22],[-6,-29]],[[591117,640950],[19,-2],[36,2],[25,0],[25,-4],[15,-4],[18,-7],[20,-17],[31,-33],[47,-46],[26,-21],[13,-10],[72,-41],[46,-31],[79,-32],[15,-5],[-6,-32],[-31,-16],[-39,12],[-26,6],[-85,91],[-35,24],[-19,5],[5,20],[-39,28],[-12,11],[9,12],[-26,21],[-38,30],[-33,22],[-17,7],[-18,3],[-66,1],[-15,4],[-19,8],[-20,13],[-9,16],[3,-3],[15,-16],[15,-9],[19,-7]],[[592580,640938],[-5,-56],[-10,-55],[-12,-47],[-54,-77],[-79,-101],[-19,-27],[-42,-53],[-7,-8],[-36,-37],[-22,-19],[-22,-15],[-9,-4],[8,5],[14,13],[28,28],[22,22],[28,28],[19,22],[25,28],[13,18],[3,3],[8,14],[5,17],[3,15],[1,8],[0,17],[-4,17],[-8,23],[-9,14],[-14,17],[-28,24],[-16,12],[-20,13],[0,0],[-24,13],[-32,19],[-32,17],[-19,9],[-16,7],[-10,4],[-22,10],[-29,11],[-8,3],[-27,-1],[-13,-3],[73,54],[47,65],[19,25],[49,67],[23,26],[20,24],[5,4],[6,4],[14,8],[67,21],[27,11],[4,1],[63,32],[17,-34],[12,-34],[17,-60],[6,-35],[5,-55],[-3,-72]],[[590018,641575],[11,-26],[3,-8],[4,3],[6,-18],[0,0],[90,42],[45,-148],[-47,-20],[14,-40],[15,-27],[17,-20],[23,-23],[17,-12],[48,-16],[55,-11],[38,-11],[26,-6],[4,-3],[29,-14],[9,-5],[266,-130],[160,-79],[16,-7],[13,-3],[20,-1],[18,4],[15,11],[-23,-21],[-47,-43],[-26,-12],[-58,44],[-71,38],[-271,125],[-145,64],[-38,-22],[-45,-24],[-19,37],[-17,34],[-25,46],[-21,42],[-4,8],[-7,14],[-12,23],[-3,6],[-35,84],[-31,73],[-6,17],[-12,-8],[-11,-8],[-16,42],[-87,-36],[2,29],[5,32],[3,20],[15,2],[71,10],[19,-48]],[[588800,642311],[28,-1],[8,2],[13,5],[36,2],[7,0],[-32,-16],[-21,-32],[-12,-22],[-45,25],[-51,45],[-129,25],[-22,1],[-103,3],[43,264],[15,199],[14,220],[20,301],[11,171],[7,120],[12,177],[2,52],[6,23],[0,18],[-2,17],[-2,23],[-1,16],[-7,26],[-4,24],[-9,62],[-2,22],[-3,21],[-5,44],[-1,11],[-4,18],[0,23],[-21,84],[-2,8],[-1,44],[-1,62],[6,164],[10,137],[22,-1],[13,-1],[-7,-125],[-14,-251],[16,-75],[8,-48],[9,-45],[17,-258],[5,-138],[-12,-159],[-66,-889],[-21,-237],[0,-13],[5,-15],[8,-23],[12,-15],[16,-14],[65,-18],[39,-12],[48,-18],[33,-16],[22,-10],[24,-7]],[[582654,665891],[20,-25],[52,11],[91,15],[141,9],[98,0],[205,-10],[181,-10],[25,0],[35,5],[53,13],[14,2],[40,0],[184,4],[11,-40],[59,-267],[33,-163],[0,-16],[11,-40],[71,-320],[79,-362],[43,-194],[17,-41],[8,-24],[7,-25],[82,-398],[5,-27],[5,-70],[4,-16],[26,-118],[179,-848],[13,-61],[17,-80],[35,-164],[31,-144],[30,-143],[9,-42],[93,-432],[19,-93],[64,-297],[123,-566],[15,-102],[6,-47],[6,-32],[27,-102],[17,-38],[10,-33],[45,-153],[10,-27],[16,-8],[20,2],[14,9],[9,16],[1,3],[6,20],[1,0],[21,20],[56,-73],[38,-50],[67,-80],[41,-49],[38,-48],[-13,-12],[30,-35],[86,-116],[67,-104],[96,-165],[364,-810],[27,-60],[54,-121],[58,-151],[47,-155],[31,-145],[18,-129],[4,-27],[8,-178],[0,-129],[-11,-138],[-20,-148],[-59,-309],[-41,-215],[-88,-399],[-3,-14],[-4,-24],[-164,-112],[-40,-23],[-94,-41],[-16,-2],[7,-34],[-30,-17],[-9,10],[-5,22],[-19,-5],[10,-36],[-2,-20],[-1,-21],[-5,-44],[-8,-42],[-10,-36],[-9,-29],[-13,-25],[-17,-27],[-22,-31],[-20,-26],[-27,-27],[-51,-45],[-45,-45],[-25,-35],[-15,-30],[-13,-36],[-13,-36],[-9,-29],[-15,-59],[-8,-26],[-8,-26],[-19,-66],[-16,-50],[-35,-120],[-17,-51],[-18,-41],[-53,-85],[-31,-47],[-9,-19],[-153,-412],[-15,-43],[-7,-28],[-3,-30],[-4,0],[-33,2],[-24,2],[-56,13],[-235,53],[-25,6],[-69,30],[-12,-3],[-1,1],[-17,2],[-499,36],[0,1],[-253,18],[-3,-79],[-21,0],[0,0],[-1,0],[0,-23],[-1,-9],[-3,-46],[-9,-71],[-6,-39],[-1,-22],[0,-21],[9,-114],[15,-133],[11,-65],[28,-129],[31,-159],[5,-35],[13,-68],[9,-31],[9,-16],[12,-16],[12,-15],[31,-32],[-2,-22],[-6,-28],[3,-38],[6,-28],[16,-31],[15,-19],[22,-28],[24,-30],[16,-20],[22,-26],[0,-46],[-1,-49],[-9,-4],[45,-84],[63,-112],[63,-104],[99,-166],[10,-12],[4,-4],[16,-16],[33,-25],[0,-1],[1,-1],[23,-15],[284,-184],[3,-3],[18,-14],[4,1],[18,2],[156,-104],[1,-1],[43,-58],[57,-6],[13,14],[13,14],[50,52],[9,14],[11,-7],[-13,-28],[-11,-72],[-9,-57],[21,-21],[16,-17],[36,-36],[141,-144],[1,-1],[321,-329],[1,-1],[33,-34],[34,-107],[1,-3],[23,-47],[32,-62],[46,-82],[59,-99],[-14,-11],[57,-81],[38,-11],[40,-50],[12,-15],[0,-1],[4,-17],[3,-9],[42,-35],[3,-2],[102,-64],[13,-7],[36,-19],[129,-57],[158,-63],[223,-50],[0,0],[79,95],[164,196],[0,0],[4,19],[-1,3],[0,1],[0,-1],[29,-9],[7,-5],[46,-31],[301,-207],[106,-74],[0,-1],[-3,-13],[-3,-19],[0,0],[1,-5],[0,0],[3,-14],[33,-120],[2,-7],[1,-3],[9,-34],[1,-1],[0,-2],[7,-26],[3,-14],[8,-30],[1,-4],[9,-5],[3,-2],[1,0],[2,-2],[9,-5],[93,-74],[42,-32],[76,-64],[19,-15],[202,-139],[8,-5],[7,-5],[29,-19],[31,-15],[50,-17],[140,-38],[12,-3],[1,0],[25,-9],[31,-10],[36,-17],[44,-18],[16,-10],[14,-6],[21,-13],[17,-9],[66,-37],[58,-22],[28,-6],[16,-4],[21,-3],[21,3],[18,16],[12,14],[7,-3],[10,-2],[18,-5],[20,0],[6,2],[1,0],[0,0],[16,6],[22,11],[21,11],[28,19],[15,12],[16,16],[11,6],[8,5],[23,7],[29,4],[18,0],[16,-3],[30,-7],[20,-9],[16,-8],[6,-3],[11,-6],[7,-5],[9,-6],[2,-1],[11,-10],[19,-15],[9,-5],[-6,-9],[-4,-3],[-3,-2],[-21,-11],[-31,-13],[-26,-10],[-26,-8],[-15,-5],[-21,-8],[-15,-4],[-16,-4],[-20,-5],[-28,-7],[-25,-8],[-25,-9],[-17,-7],[-19,-8],[5,-18],[14,-8],[28,-2],[26,2],[15,1],[30,6],[24,5],[20,7],[21,7],[26,10],[20,8],[22,6],[17,5],[19,8],[16,11],[8,9],[10,10],[23,33],[12,-9],[20,-6],[4,0],[2,-23],[-1,-1],[-1,-2],[-12,-23],[-8,-13],[-12,-10],[-17,-7],[-33,-6],[-30,-4],[-27,-6],[-24,-8],[-8,-4],[-2,-1],[-21,-9],[-17,-9],[-17,-10],[-15,-8],[-23,-11],[-22,-10],[-25,-11],[-23,-9],[-30,-14],[-27,-12],[-16,-7],[-17,8],[-1,0],[-23,12],[-18,9],[-19,10],[-28,25],[-21,16],[-22,12],[-29,17],[-16,7],[-12,11],[-17,11],[-22,15],[-14,9],[-14,9],[-17,6],[-22,11],[-12,7],[-20,16],[-10,3],[-28,11],[-17,8],[-21,8],[-19,9],[-22,10],[-19,9],[-47,18],[-16,7],[-15,6],[-15,6],[-19,6],[-13,-7],[13,-16],[14,-11],[22,-27],[18,-20],[10,-9],[17,-17],[23,-22],[39,-36],[26,-27],[15,-14],[19,-20],[4,-87],[-11,8],[-20,17],[-32,27],[-55,43],[-29,23],[-34,27],[-55,44],[-34,28],[-46,35],[-3,3],[-29,22],[-30,25],[-29,23],[-21,18],[-38,29],[-47,38],[-26,21],[-36,28],[-31,24],[-35,28],[-38,32],[-2,1],[-39,30],[-14,11],[-17,14],[-17,14],[-18,14],[-18,13],[-4,2],[-9,7],[-21,13],[-28,21],[-23,16],[-31,21],[-35,26],[-20,13],[-35,24],[-12,9],[-19,12],[-16,11],[-21,11],[-30,15],[-18,10],[-18,9],[-32,16],[-19,9],[-29,15],[-20,8],[-39,15],[-18,6],[-17,5],[-19,5],[-20,6],[-34,10],[-20,5],[-4,1],[-24,7],[-33,9],[-24,9],[-15,4],[-6,2],[-7,2],[-16,1],[-22,0],[-36,3],[-33,4],[-40,8],[-29,6],[-21,5],[-34,6],[-34,7],[-28,6],[-19,4],[-22,5],[-25,5],[-24,8],[-28,10],[-15,5],[-59,22],[-47,16],[-33,10],[-33,15],[-43,18],[-52,22],[-49,20],[-16,12],[-23,19],[-7,6],[-27,34],[-10,5],[-10,0],[-8,-5],[-4,-9],[2,-14],[193,-322],[76,-118],[222,-343],[144,-270],[32,-85],[27,-59],[25,-48],[37,-71],[40,-73],[83,-154],[61,-113],[34,-51],[73,-111],[46,-68],[63,-96],[62,-111],[75,-153],[40,-94],[42,-100],[1,-5],[109,-309],[50,-178],[17,-85],[15,-127],[6,-86],[0,-4],[-4,-62],[-2,-29],[-6,-137],[-9,-222],[-33,-774],[-7,-287],[-11,-523],[8,-121],[-1,-94],[7,-87],[16,-147],[10,-67],[15,-102],[19,-114],[12,-40],[18,-68],[15,-104],[7,-129],[0,-2],[0,-8],[-1,-128],[0,-5],[2,-108],[2,-20],[1,-2],[0,-8],[2,-17],[8,-33],[13,-37],[-91,-53],[-2,4],[-8,1],[-8,-8],[-1,-9],[1,-33],[-1,-19],[-12,-42],[-20,-56],[-10,-14],[-21,-24],[-9,-12],[-8,-56],[-18,-59],[-12,-31],[-9,-21],[-14,-32],[-19,-44],[-2,-7],[-52,-118],[-38,-88],[-10,-28],[-27,-74],[-22,-62],[-21,-59],[-4,-16],[-15,-64],[-2,-3],[-8,-40],[20,-13],[-1,-2],[-19,12],[-3,-17],[-12,-59],[-2,-13],[-3,-14],[-16,-112],[-13,-100],[-1,-14],[1,-37],[1,-61],[2,-29],[4,-39],[5,-61],[13,-67],[4,-10],[17,-12],[0,-1],[0,0],[0,0],[-17,11],[9,-28],[14,-38],[31,-64],[3,-9],[19,-51],[28,-66],[20,-37],[18,-31],[26,-40],[52,-58],[10,-11],[33,-43],[33,-27],[9,-6],[16,-16],[27,-27],[76,-80],[100,-95],[114,-102],[154,-127],[108,-80],[127,-86],[106,-76],[100,-47],[1,-1],[33,-35],[72,-49],[7,-4],[83,-44],[95,-35],[34,-13],[96,-32],[61,-26],[79,-28],[94,-33],[109,-35],[128,-36],[128,-23],[112,-14],[107,-19],[173,-31],[27,-10],[98,-36],[123,-56],[12,-5],[22,-13],[19,-11],[16,-10],[13,-8],[15,-11],[43,-35],[50,-42],[29,-17],[17,-6],[2,0],[7,0],[10,5],[12,7],[29,32],[6,1],[12,-3],[27,-14],[11,-7],[29,-88],[-60,30],[-16,-3],[-15,-26],[-5,-8],[31,-44],[22,-33],[39,-58],[1,-2],[0,-4],[4,-18],[13,-26],[38,-53],[141,-172],[96,-108],[185,-198],[104,-121],[41,-72],[94,-187],[25,-63],[15,-44],[35,-201],[18,-145],[14,-169],[17,-196],[11,-97],[36,-157],[12,-54],[12,-34],[59,-80],[63,-70],[57,-50],[89,-64],[19,-13],[88,-51],[109,-62],[134,-65],[147,-56],[105,-42],[102,-59],[78,-40],[53,-32],[32,-28],[31,-26],[60,-55],[100,-86],[0,0],[4,-5],[89,-118],[0,0],[53,-72],[22,-52],[64,-161],[69,-231],[25,-120],[43,-202],[57,-283],[3,-13],[109,-296],[173,-254],[20,-27],[98,-125],[92,-109],[87,-93],[101,-99],[62,-56],[45,-40],[16,-12],[11,-3],[22,0],[8,2],[-7,-4],[-5,-5],[0,-10],[16,-16],[6,-8],[21,-17],[0,0],[0,0],[13,-12],[63,-42],[104,-59],[91,-45],[109,-47],[53,-19],[13,-4],[138,-42],[132,-35],[81,-23],[137,-41],[146,-45],[44,-16],[86,-34],[66,-30],[44,-23],[51,-33],[69,-51],[79,-67],[48,-47],[15,-18],[39,-42],[68,-81],[45,-62],[37,-55],[36,-65],[57,-110],[60,-127],[18,-37],[21,-32],[5,-21],[19,-59],[8,-45],[31,-173],[14,-180],[-1,-123],[-7,-98],[-18,-114],[-25,-116],[-28,-103],[-8,-22],[-17,-44],[-49,-113],[-61,-130],[252,-161],[79,-49],[0,-1],[-5,-16],[-6,-32],[-4,-45],[1,-36],[3,-25],[6,-32],[9,-31],[10,-27],[44,-103],[-136,-75],[-97,-48],[0,0],[-3,3],[-5,-1],[-19,-8],[-23,-12],[-26,-13],[-6,-3],[-20,-10],[-15,-5],[-14,-7],[-11,-7],[-20,-11],[-17,-11],[-18,-9],[-26,-12],[-14,-8],[-8,-3],[-228,-77],[-13,-5],[-63,-24],[-134,-50],[-43,-14],[-15,73],[31,91],[10,135],[-52,233],[-50,166],[-59,94],[-90,104],[-44,57],[-26,34],[-36,87],[-14,94],[-21,118],[-38,78],[-62,60],[-54,77],[-51,58],[-91,87],[-76,69],[0,12],[4,23],[1,12],[-2,13],[-2,16],[0,1],[0,0],[-6,5],[-6,7],[-1,0],[-20,7],[-26,0],[-28,16],[-9,7],[-170,103],[-44,25],[-55,33],[-34,15],[-10,3],[-21,9],[-48,23],[-112,55],[-34,16],[-4,-3],[-1,-1],[-28,-5],[0,2],[-18,-3],[-244,181],[-9,38],[-5,5],[-111,45],[-33,12],[-28,-1],[-53,-3],[-36,-4],[-22,0],[-98,-5],[-24,1],[-17,4],[-21,19],[-40,32],[-40,32],[-19,18],[-24,23],[-94,82],[-8,7],[46,59],[72,95],[32,47],[22,43],[27,66],[10,27],[37,102],[54,162],[18,46],[15,39],[17,43],[26,59],[21,32],[188,182],[44,44],[81,73],[0,1],[30,26],[-30,30],[-60,63],[-98,110],[-84,96],[-75,97],[-80,114],[-157,0],[-11,0],[-41,57],[-16,13],[-15,24],[-4,17],[-3,12],[-23,43],[-42,67],[-26,25],[-25,22],[-33,10],[-284,52],[-16,7],[-15,15],[-13,10],[-21,7],[-36,7],[-26,3],[-12,5],[-6,5],[-11,6],[-11,0],[-9,-7],[-9,-13],[-2,-9],[2,-12],[6,-12],[2,-9],[-3,-8],[-10,-2],[-124,198],[-245,120],[-124,-101],[-153,-5],[0,1],[-37,0],[-19,368],[-4,33],[0,4],[-3,6],[-1,1],[0,0],[-7,10],[-7,10],[-11,10],[-9,8],[-3,1],[0,0],[-1,1],[-9,3],[-2,1],[-28,9],[-48,14],[-1,1],[-6,4],[-1,2],[-25,21],[-17,33],[-18,94],[-9,48],[-2,11],[4,36],[0,2],[3,5],[2,5],[7,17],[9,13],[12,17],[3,5],[1,2],[3,4],[18,28],[1,40],[-2,9],[-3,12],[-10,14],[-6,7],[-22,23],[-58,46],[-16,13],[-172,144],[-10,11],[0,0],[-36,34],[-16,27],[-10,14],[-18,45],[-26,88],[-4,13],[-1,3],[-11,27],[-2,5],[-5,7],[-10,12],[-52,76],[-191,216],[-189,213],[-70,74],[-64,78],[-14,30],[-158,237],[4,2],[-3,10],[-62,195],[-6,18],[-39,123],[-130,23],[-229,40],[-38,15],[-5,2],[-21,18],[-10,22],[-3,24],[-17,327],[-4,17],[-1,7],[-16,26],[-17,22],[-15,12],[-12,8],[-466,132],[-17,-11],[-50,-34],[-20,-12],[-16,-2],[-98,2],[-50,3],[-18,-1],[-41,-12],[-74,-31],[-75,-50],[-40,-35],[-69,-72],[-2,-2],[-12,-13],[-40,-41],[-15,-16],[-19,-16],[-20,-7],[-19,-2],[-15,0],[-22,-4],[-59,-16],[-26,-2],[-22,9],[-26,21],[-19,24],[-14,22],[-6,19],[-40,164],[-12,25],[-14,21],[-13,15],[-43,29],[-47,12],[-14,2],[-17,4],[-83,32],[-27,9],[-17,6],[-2,0],[-28,18],[-22,7],[-3,-1],[-15,-2],[-25,-9],[-14,-3],[-18,1],[-11,4],[-48,35],[-56,40],[-12,4],[-20,-1],[-35,5],[-39,10],[-34,3],[-131,0],[-128,-1],[-32,-6],[-32,-10],[-59,-15],[-68,-16],[-105,-20],[-5,0],[-15,0],[24,-147],[-471,-250],[-128,161],[-40,-6],[-65,-9],[-125,-305],[-14,-34],[-15,-38],[-64,-154],[-66,-149],[-11,-16],[16,-53],[-100,-191],[328,-410],[-135,-144],[0,0],[-57,-62],[-26,-27],[-22,-23],[-17,-10],[-38,-4],[-44,2],[-63,2],[-36,0],[-15,-4],[-1,0],[-29,-11],[0,0],[-15,-5],[-112,-34],[-30,-1],[-18,-2],[-53,15],[-78,12],[-31,-5],[-37,-17],[-117,-62],[-132,-78],[-29,-21],[-24,-20],[-25,-27],[-19,-22],[-11,-17],[-91,-162],[-6,-12],[-7,-11],[-61,-111],[-3,-6],[-16,-7],[-16,1],[-23,9],[-20,15],[-11,11],[-6,13],[1,12],[-18,40],[-64,111],[-27,67],[-145,332],[-3,7],[-3,3],[-8,8],[-11,-1],[-9,0],[-6,-10],[-1,-6],[-35,-2],[-1,6],[-18,23],[-10,8],[-10,9],[-18,7],[-64,6],[-33,6],[-23,2],[-31,13],[-48,28],[-6,3],[-26,14],[-41,21],[-14,7],[-77,35],[-28,18],[-18,23],[-5,17],[-21,7],[-64,23],[-33,-34],[-100,-107],[-112,-112],[-255,-270],[-252,-295],[-118,-160],[-49,-67],[-155,-210],[-13,-25],[-8,-22],[-2,-14],[12,-18],[19,-28],[36,-43],[12,-6],[26,-13],[35,-44],[52,-106],[13,-44],[3,-35],[59,-87],[-13,-34],[-21,-56],[-20,-54],[-59,-156],[-8,-22],[-6,-15],[-17,-49],[-6,-37],[-3,-23],[-1,-4],[0,0],[0,-1],[4,-31],[6,-42],[2,-44],[2,-46],[-3,-25],[-1,-7],[-6,-32],[1,-12],[-14,-11],[-4,-3],[-12,-9],[-6,-3],[-33,-22],[-6,-7],[-21,-24],[-25,-142],[-10,-72],[-24,-169],[-6,-46],[-6,-52],[-85,14],[0,0],[-1,-1],[-27,4],[-21,3],[-21,3],[-1,-1],[-1,-6],[-2,-16],[-4,-25],[-10,-77],[0,-2],[-3,-13],[-2,-7],[-1,-5],[-5,-25],[3,-11],[1,0],[0,0],[4,-5],[6,-4],[6,-2],[0,0],[3,-2],[4,-2],[4,-4],[2,-6],[0,-7],[-3,-8],[-6,-4],[0,0],[-4,-1],[-6,0],[-7,0],[-14,5],[-1,0],[-4,2],[-13,3],[0,0],[-1,0],[-2,0],[-3,0],[-2,-1],[0,0],[-1,-1],[-4,-1],[-2,-4],[-2,-3],[-1,0],[0,-1],[-2,-6],[1,-5],[2,-3],[1,-2],[4,-1],[4,-2],[4,-1],[5,-2],[19,-5],[20,-1],[3,-1],[0,0],[0,0],[1,0],[29,2],[23,0],[3,-3],[-3,-2],[-6,-2],[-5,-2],[-4,-2],[-7,-3],[-11,-5],[-11,-5],[-4,-4],[-7,-8],[0,-1],[0,0],[-8,-17],[-3,-9],[2,-12],[2,-9],[-1,-3],[-3,-9],[-2,-12],[0,-18],[-11,-22],[7,-34],[0,-21],[-3,-16],[-8,-12],[-9,-10],[-23,-11],[-19,-5],[-31,-15],[91,-40],[64,-28],[32,-14],[-5,-63],[-10,-220],[0,-39],[-2,-58],[-5,-191],[-4,-37],[-5,-33],[-24,-104],[-17,-68],[-12,-57],[-19,-64],[-39,-120],[-22,-63],[-19,-52],[-9,-26],[-1,-1],[-62,-78],[-91,-116],[-9,-11],[-51,50],[-29,22],[-26,16],[-41,16],[-16,5],[-29,8],[-54,11],[-44,9],[-58,9],[-315,50],[-24,4],[-62,11],[1,1],[0,5],[0,5],[1,3],[2,68],[4,107],[4,60],[7,97],[15,134],[9,52],[14,100],[7,36],[11,47],[10,45],[16,64],[40,152],[11,56],[12,46],[12,45],[8,41],[8,43],[5,39],[2,47],[1,29],[-7,56],[-10,46],[-26,92],[-10,35],[-5,29],[-3,49],[3,146],[0,29],[5,86],[5,39],[6,48],[17,60],[8,29],[107,276],[228,536],[132,307],[80,223],[18,27],[16,19],[3,3],[28,-15],[3,4],[16,4],[27,33],[17,24],[12,6],[15,32],[66,113],[10,13],[24,36],[131,152],[79,70],[19,9],[-19,16],[-30,27],[29,19],[17,12],[-18,51],[-7,32],[-4,15],[0,18],[2,19],[-25,10],[-2,12],[-10,16],[-15,12],[-17,9],[-20,3],[-17,-1],[-7,2],[0,12],[3,13],[-4,8],[-13,5],[-33,0],[-17,3],[-7,9],[-1,10],[-12,1],[51,95],[38,53],[44,57],[31,42],[44,85],[49,81],[49,60],[311,308],[117,90],[20,-19],[28,15],[16,8],[92,51],[18,-13],[136,60],[8,1],[7,-5],[19,-17],[9,0],[12,11],[3,14],[146,112],[-8,17],[-12,18],[-13,16],[-5,6],[33,21],[8,7],[13,2],[84,-15],[14,3],[8,6],[7,10],[4,14],[5,15],[6,8],[3,8],[2,14],[1,16],[0,111],[4,12],[-29,16],[31,58],[133,249],[24,48],[17,30],[63,91],[44,54],[420,507],[124,149],[62,80],[31,44],[22,39],[37,84],[114,283],[19,39],[12,22],[16,25],[18,26],[154,173],[122,134],[41,37],[45,38],[62,39],[78,40],[446,192],[100,44],[27,14],[35,25],[16,17],[99,21],[25,34],[19,50],[27,93],[23,77],[28,75],[48,258],[27,206],[10,103],[-2,26],[-3,42],[-4,20],[11,34],[9,36],[19,108],[19,123],[15,93],[10,26],[11,18],[65,101],[235,335],[5,24],[10,86],[15,47],[19,54],[34,60],[32,0],[6,4],[-3,11],[-7,11],[-7,5],[36,53],[22,26],[15,13],[14,6],[10,6],[3,10],[-1,10],[-3,11],[36,83],[-18,109],[-44,26],[0,-46],[-18,-27],[-5,-7],[-9,-8],[-14,16],[6,15],[3,12],[1,13],[-1,15],[-4,19],[-8,18],[-3,6],[-7,12],[-14,23],[0,0],[0,0],[89,85],[-23,6],[-11,9],[-6,11],[-9,18],[-12,20],[-13,9],[-5,1],[-54,-44],[-29,2],[-1,0],[0,0],[-29,46],[-3,5],[-124,188],[-8,27],[-12,27],[-8,21],[-16,39],[-6,15],[-13,51],[-15,76],[-31,111],[-16,50],[-12,26],[-39,101],[-35,86],[-48,119],[-16,42],[-16,45],[-4,10],[-40,84],[-26,81],[-14,83],[1,88],[3,51],[-8,287],[-1,50],[-2,45],[-7,45],[-10,43],[-12,34],[-27,50],[-20,22],[-23,25],[-12,12],[-6,5],[-78,60],[-76,59],[-44,43],[-33,43],[-25,44],[-15,30],[-19,57],[-23,90],[-13,62],[-8,51],[-4,51],[-3,19],[-12,51],[-12,39],[-6,27],[-7,52],[-10,68],[-1,70],[3,56],[-2,116],[-1,75],[-2,52],[-4,43],[-4,32],[313,10],[20,2],[70,-17],[37,-7],[22,-2],[9,2],[3,0],[15,17],[82,79],[20,13],[21,2],[23,-3],[9,-1],[59,14],[59,27],[49,31],[18,11],[27,18],[42,25],[40,9],[35,5],[12,-2],[11,-7],[9,-4],[19,-3],[9,9],[14,9],[18,3],[15,-1],[12,-4],[31,-9],[0,5],[7,11],[30,6],[12,7],[10,9],[23,13],[11,10],[7,16],[11,17],[15,14],[19,2],[14,0],[28,22],[42,38],[16,22],[2,20],[-3,20],[-6,14],[0,3],[-24,78],[-45,113],[-91,157],[-7,12],[-14,22],[-9,6],[-8,1],[-78,114],[-20,29],[-1,9],[-10,24],[-55,73],[-79,68],[-140,123],[-22,20],[-1,2],[-11,17],[-16,16],[-21,13],[-14,5],[-14,0],[-11,-3],[-59,137],[0,10],[-3,25],[-6,31],[-17,52],[-3,15],[10,52],[-4,31],[-15,116],[-28,118],[-33,108],[-30,69],[-66,137],[-91,171],[-7,21],[-16,29],[-30,36],[-52,57],[-39,46],[-77,96],[-73,93],[-58,89],[-26,52],[-55,108],[-35,71],[-27,55],[-8,10],[-10,2],[-2,0],[-44,61],[7,16],[2,24],[-2,17],[-9,19],[-19,28],[-73,105],[-18,-14],[-24,33],[-29,31],[-131,166],[-43,25],[4,4],[-3,11],[-12,13],[90,104],[-19,30],[-27,33],[-18,23],[-187,237],[-192,243],[-13,12],[-127,92],[-181,133],[-12,-17],[-24,21],[-16,18],[-14,6],[-14,3],[-10,2],[-16,11],[-42,36],[-15,19],[-15,17],[-45,39],[-41,40],[-20,11],[-43,12],[-15,5],[-6,11],[-6,13],[-23,19],[-52,47],[-69,35],[-29,18],[-10,-1],[-5,-4],[-8,10],[-135,165],[-202,249],[-108,141],[-26,33],[-20,27],[-24,35],[0,0],[0,1],[-34,50],[-26,40],[-26,69],[-88,232],[-1,1],[-2,33],[0,49],[3,69],[-1,34],[-7,50],[-13,44],[-9,33],[-20,-4],[1,-12],[10,-63],[-15,37],[-127,299],[-13,45],[-4,45],[1,30],[5,24],[57,170],[9,41],[2,24],[-5,19],[-10,22],[-19,27],[-23,26],[-17,20],[-28,42],[-16,43],[-4,42],[5,87],[11,133],[2,111],[0,74],[-25,291],[-24,374],[-6,49],[-87,360],[-9,54],[28,148],[16,29],[27,24],[77,36],[26,7],[69,20],[783,414],[37,21],[19,27],[19,39],[-1,55],[-12,61],[-34,158],[-83,460],[-1,48],[23,62],[46,91],[12,24],[2,3],[14,39],[6,58],[-2,53],[-16,47],[-22,37],[-16,23],[-37,33],[-42,25],[-121,47],[-39,36],[-26,37],[-55,121],[-61,105],[-26,37],[-28,34],[-516,551],[-11,12],[-14,15],[-77,93],[-24,39],[-8,48],[-5,102],[-12,35],[-20,34],[-99,100],[-37,52],[-37,73],[-37,68],[-1,1],[-9,16],[-3,16],[-8,22],[-14,21],[-19,20],[-23,15],[-27,13],[-35,11],[-54,8],[-99,23],[-19,12],[-16,15],[-18,21],[-15,24],[-18,35],[-16,27],[-10,27],[-8,41],[2,33],[3,38],[15,37],[13,53],[10,63],[-1,53],[-12,52],[-15,48],[-9,17],[-4,6],[-1,4],[-7,11],[-21,31],[-45,32],[-28,16],[-19,15],[-22,9],[-37,-4],[-56,-24],[-34,-9],[-13,-3],[-34,1],[-33,15],[-122,61],[-51,34],[-73,66],[-22,21],[-58,52],[-38,21],[-53,10],[-56,1],[-137,-5],[-11,1],[-36,2],[-25,8],[-39,27],[-163,134],[-43,41],[-25,32],[-34,61],[-113,294],[-69,251],[-24,119],[-16,105],[2,85],[12,126],[13,56],[29,53],[39,60],[2,4],[17,36],[9,40],[-1,47],[-4,33],[-10,83],[-2,18],[-17,210],[6,78],[14,44],[24,30],[145,109],[26,33],[18,58],[-2,56],[-20,91],[-44,114],[-59,108],[-38,58],[-104,140],[-15,38],[-7,40],[-3,64],[-5,40],[-3,26],[-20,148],[-18,112],[-13,89],[-2,48],[4,42],[4,10],[3,10],[10,41],[16,44],[4,10],[10,43],[5,38],[-4,38],[-10,29],[-17,31],[-25,31],[-99,95],[-28,31],[-20,32],[-13,29],[-8,33],[-2,42],[9,33],[33,98],[1,5],[5,9],[14,7],[29,6],[60,5],[23,5],[21,11],[27,22],[87,110],[34,40],[54,55],[31,29],[38,27],[144,99],[27,14],[26,10],[211,63],[13,4],[15,4],[44,13],[41,28],[30,27],[9,7],[81,-31],[5,-1],[45,-8],[19,0],[141,18],[25,6],[12,1],[12,-2],[247,-57],[218,-54],[2,-14],[6,-15],[15,-13],[15,0],[21,11],[35,35],[21,29],[9,20],[7,14],[12,12],[7,0],[14,17],[16,38],[64,52],[16,2],[14,0],[22,-25],[30,-49],[1,-6],[9,-2],[10,-8],[20,-15],[29,-24]],[[187906,390342],[15,-157],[2,-7],[17,-39],[18,-36],[-29,-17],[17,-30],[17,-32],[16,-17],[0,-6],[-1,1],[2,-17],[0,-9],[4,-25],[12,-46],[22,-67],[16,-51],[4,-13],[23,-71],[9,-31],[2,-11],[6,-8],[30,-59],[41,-83],[9,-17],[22,-43],[5,-4],[17,-6],[16,-16],[6,-18],[-3,-18],[-6,-36],[-3,-40],[-6,-77],[-4,-34],[-1,-26],[-11,-125],[-2,-4],[-6,0],[2,-31],[7,-7],[2,-6],[9,-52],[11,-44],[16,-66],[11,-79],[25,-199],[13,-115],[-1,0],[11,-86],[3,-25],[3,-21],[12,-87],[79,-495],[0,-6],[2,-15],[7,-70],[6,-126],[4,-41],[3,-56],[6,-32],[1,-8],[4,-19],[0,-1],[1,-4],[1,1],[6,-11],[12,-14],[29,-21],[28,-18],[77,-53],[112,-94],[18,-16],[3,-3],[9,-15],[23,-49],[2,-4],[45,-92],[21,-38],[11,-17],[42,-69],[31,-56],[6,-9],[8,-14],[10,-17],[23,-35],[27,-34],[41,-50],[33,-42],[35,-59],[108,-183],[115,-202],[17,-33],[108,-186],[47,-79],[39,-61],[18,-20],[42,-46],[22,-25],[180,-192],[162,-176],[12,-13],[44,-51],[-23,-31],[-30,-41],[-4,4],[-9,0],[-5,-9],[-5,-1],[-4,-7],[1,-11],[6,-5],[-8,-17],[-4,-17],[-1,-19],[2,-12],[3,-4],[6,-8],[13,-9],[40,-14],[11,-5],[4,-5],[0,-6],[-3,-3],[-5,-2],[-15,3],[-22,8],[-19,8],[-17,-18],[-3,-14],[2,-21],[10,-17],[21,-22],[29,-28],[58,-39],[13,-4],[5,-4],[6,-5],[7,-3],[6,0],[4,1],[3,0],[15,5],[12,20],[-4,2],[5,4],[18,7],[13,-1],[35,-17],[82,-43],[38,-19],[18,-2],[24,-6],[4,-2],[9,-5],[4,-2],[8,-10],[3,1],[10,-10],[1,0],[4,5],[9,10],[17,7],[22,-1],[11,-2],[-38,-42],[-17,-20],[-279,-312],[-29,30],[-46,46],[-105,106],[-12,13],[-42,39],[-16,12],[-29,23],[-26,11],[-33,13],[-17,15],[-30,37],[-2,3],[-45,46],[-74,65],[-82,77],[-21,24],[-33,37],[-17,21],[-26,32],[-7,8],[-85,99],[0,1],[-139,222],[-6,6],[-5,14],[-19,29],[-14,19],[-14,10],[-11,6],[-8,5],[-13,15],[-9,16],[-7,17],[-6,12],[-8,9],[-32,29],[-12,3],[-12,12],[-19,24],[-19,23],[-13,17],[-16,29],[-9,10],[-36,44],[-17,13],[-29,26],[-12,16],[-22,53],[-12,13],[-20,27],[-8,16],[0,0],[-36,38],[-1,0],[-14,7],[-11,13],[-77,99],[-57,75],[-85,116],[-101,149],[-5,8],[-27,36],[0,1],[-15,17],[-21,31],[-59,80],[-96,141],[-57,86],[-7,11],[-17,30],[-14,20],[-58,90],[-88,135],[-29,47],[-187,295],[-8,11],[-24,33],[-109,154],[-219,334],[-252,428],[-63,107],[-21,28],[-29,38],[19,12],[26,17],[-25,49],[-34,62],[-37,-24],[-28,-18],[-26,33],[0,1],[-128,196],[-64,102],[-24,32],[-20,14],[-153,19],[-13,1],[0,41],[16,4],[36,11],[33,15],[28,22],[18,20],[12,21],[11,30],[6,24],[2,21],[-2,23],[-7,31],[-12,30],[-21,32],[-25,36],[-23,37],[-29,59],[-49,100],[-24,56],[-43,6],[-2,7],[1,2],[70,26],[24,9],[6,28],[626,240],[525,223],[44,15],[36,9],[20,-10],[18,-28],[50,23],[-8,27],[104,55]],[[187688,389848],[29,-18],[15,3],[1,-4],[63,6],[1,7],[41,0],[-3,34],[0,23],[-8,52],[-6,22],[7,48],[-2,27],[-136,-44],[-4,-24],[-23,-21],[6,-30],[0,-20],[9,-23],[10,-38]],[[187543,389048],[7,-85],[76,2],[-7,89],[-76,-6]],[[188027,387742],[28,-17],[39,8],[33,12],[1,-7],[5,1],[1,-6],[24,16],[10,28],[1,38],[-8,77],[-4,0],[-73,-11],[-79,-11],[22,-128]],[[186535,389973],[-165,-51],[-247,-76],[-3,1],[-7,21],[-29,123],[-9,15],[-30,29],[-36,31],[-35,20],[-24,9],[-24,6],[-42,2],[-38,-1],[-50,-9],[-140,-41],[-28,-2],[-14,3]],[[181940,398394],[34,24],[-55,96],[-1,0],[-3,6],[-123,175],[-30,54],[-6,-4],[-24,-17]],[[181617,398914],[8,6],[-18,33],[-10,-7]],[[180555,400624],[3,2],[15,12],[-61,97],[-4,6],[-93,134],[-60,95],[-4,7],[-10,-8]],[[179692,418821],[10,5],[144,59],[35,20],[170,115],[52,25],[21,7],[3,-1],[11,-5],[11,-9],[3,-11],[13,-29],[16,-19],[47,-18],[19,10],[27,14],[96,36],[130,46],[68,37],[28,16],[16,8],[15,6],[173,76],[17,6],[22,7],[18,4],[28,4],[44,4],[32,3],[30,6],[26,6],[33,10],[277,98],[5,-6],[14,-33],[-13,-30],[9,-10],[5,-15],[228,-226],[20,-24],[-20,-10],[-15,-14],[-13,-18],[-6,-29],[-10,-89],[-25,-238],[61,9],[75,-5],[39,-3],[20,-8],[17,-18],[16,-24],[11,-33],[6,-31],[-1,-45],[0,-38],[-5,-40],[2,-43],[8,-35],[21,-47],[26,-40],[38,-46],[45,-46],[54,-42],[33,-23],[51,-26],[40,-16],[9,-10],[27,-40],[19,-23],[28,-14],[46,-15],[46,-17],[41,-20],[31,-20],[29,-30],[21,-30],[20,-35],[18,-22],[5,-13],[63,-29],[-18,-31],[-22,11],[-26,10],[-8,-27],[45,-21],[27,-19],[27,-25],[17,-15],[21,-10],[34,-10],[20,-1],[14,3],[32,37],[45,44],[40,8],[41,-3],[48,-13],[82,-27],[22,-16],[12,-16],[60,-118],[18,-20],[32,-25],[11,-19],[22,-52],[25,-48],[47,-71],[28,-33],[31,-25],[42,-22],[50,-2],[41,6],[16,7],[-10,-32],[-25,-13],[8,-22],[28,14],[36,7],[32,-3],[28,-10],[41,-24],[32,-13],[27,-11],[42,-6],[28,-6],[29,-15],[29,-25],[20,-23],[10,-21],[7,-32],[4,-27],[7,-19],[14,-23],[14,-17],[23,-18],[37,-23],[-13,-26],[-11,-6],[-4,-10],[5,-10],[20,-15],[30,-22],[24,-24],[14,-36],[19,-44],[5,-12],[-2,-4],[7,-11],[10,-14],[11,-8],[10,-5],[31,-17],[16,-10],[4,-4],[3,-2],[4,-3],[5,-2],[11,-10],[16,-11],[8,-8],[13,-10],[26,-22],[13,-13],[17,-17],[11,-17],[6,-4],[3,-2],[11,-11],[40,-39],[10,-9],[21,-18],[45,-36],[29,-23],[23,-17],[26,-16],[35,-25],[18,-14],[8,-6],[7,-4],[18,-8],[36,-16],[17,-6],[26,-9],[36,-16],[20,-9],[16,-9],[16,-8],[13,-6],[3,-1],[42,-20],[38,-11],[161,-65],[123,11],[23,-7],[24,0],[32,0],[51,-2],[45,7],[56,10],[90,21],[39,4],[72,8],[133,1],[28,6],[36,17],[31,20],[12,7],[54,33],[8,5],[60,41],[58,37],[53,34],[26,18],[54,56],[16,17],[27,35],[15,22],[14,28],[12,33],[33,60],[16,31],[20,59],[13,79],[0,14],[-7,60],[15,23],[14,38],[-7,65],[1,28],[28,62],[11,13],[19,17],[45,16],[55,15],[22,0],[9,1],[13,1],[8,12],[-4,130],[1,30],[11,36],[40,114],[34,108],[25,112],[18,88],[5,71],[3,72],[-6,26],[4,18],[9,9],[12,-5],[15,-10],[16,-2],[9,6],[7,5],[8,15],[11,20],[56,147],[27,50],[22,33],[25,23],[34,15],[31,22],[41,35],[31,32],[50,31],[52,43],[34,30],[30,40],[31,43],[33,28],[158,92],[139,84],[70,30],[33,12],[50,9],[33,17],[62,44],[84,43],[57,15],[27,8],[69,24],[165,71],[55,9],[66,11],[87,11],[28,-7],[0,0],[10,-5],[11,-6],[3,2],[268,-64],[12,18],[29,32],[11,13],[7,8],[16,36],[12,12],[11,7],[12,2],[14,0],[14,-3],[25,-14],[6,-3],[40,-12],[28,-3],[72,2],[23,-1],[30,-6],[19,-7],[25,-17],[28,-20],[103,-86],[61,-49],[50,-41],[73,-67],[27,-30],[22,-22],[11,-7],[51,-13],[21,-3],[16,-3],[14,-7],[20,-13],[9,-9],[7,-13],[212,-283],[25,-2],[66,10],[110,6],[196,5],[55,-7],[36,0],[31,9],[126,48],[154,72],[78,28],[77,25],[57,33],[53,52],[27,36],[14,39],[6,47],[-7,31],[-16,27],[5,15],[35,6],[102,7],[119,0],[137,-9],[69,15],[57,23],[33,4],[9,-1],[2,-5],[3,-9],[4,-4],[12,-3],[12,0],[8,3],[11,8],[10,13],[7,12],[11,24],[5,11],[3,15],[1,17],[-2,17],[-19,49],[-24,44],[-28,58],[-17,34],[276,151],[427,-833],[83,-164],[26,-50],[11,-16],[69,-147],[76,-163],[59,-127],[54,-116],[-3,-9],[41,-98],[-51,-26],[-15,0],[-13,2],[-10,-1],[-17,-11],[-23,-12],[-18,-5],[-8,-3],[-8,-10],[-1,-13],[11,-20],[-37,-23],[-30,-17],[-10,-11],[-4,-11],[3,-16],[-3,-18],[0,-1],[-6,-8],[-27,-14],[-16,-7],[-29,-13],[-11,-7],[2,-8],[15,-39],[-36,-16],[-17,-7],[-19,-8],[-14,-7],[-8,-6],[-8,-7],[-2,-1],[-169,-181],[-13,-17],[185,-115],[54,-34],[28,-14],[12,-2],[11,-2],[89,-47],[-21,-7],[-89,-20],[-412,-90],[-1,1],[-22,1],[-7,-3],[-51,-10],[-43,-4],[-67,-1],[-37,-6],[-43,-14],[-116,-32],[-42,-13],[-2,5],[-27,-10],[-34,-16],[-14,-4],[-5,14],[-33,-12],[-16,-7],[17,-19],[23,-23],[14,-20],[10,-23],[19,-51],[-24,-5],[-5,-1],[-32,-1],[-38,5],[-17,11],[-1,3],[20,48],[-8,7],[-35,13],[-15,-8],[-10,-19],[-1,-3],[2,-25],[-2,-21],[-5,-4],[-12,-6],[-8,-5],[-2,-9],[-9,-41],[-3,-15],[-16,-63],[-2,-10],[-11,-26],[-11,-5],[-9,14],[-24,4],[-5,-26],[-24,-9],[-10,-8],[-9,-11],[-10,-9],[-14,-7],[-9,-7],[-3,-7],[1,-8],[6,-8],[6,-4],[10,2],[22,10],[28,11],[27,-2],[9,-4],[6,-12],[-1,-21],[15,16],[17,10],[15,16],[14,9],[24,-13],[11,20],[49,-23],[13,12],[-6,22],[7,11],[5,11],[12,16],[-8,26],[31,12],[30,8],[23,0],[15,-5],[3,8],[-6,14],[-11,18],[-15,16],[-21,13],[-20,4],[-1,2],[-5,16],[0,16],[4,2],[33,6],[13,3],[11,2],[45,-134],[45,-136],[8,-23],[6,-16],[13,-23],[17,-23],[170,-150],[66,-61],[122,-112],[41,-36],[-1,0],[64,-58],[25,-23],[46,-42],[8,-8],[9,-6],[13,-7],[9,-4],[10,-2],[11,-2],[14,-1],[35,-6],[27,-5],[2,0],[26,-11],[26,-13],[31,-15],[36,-20],[35,-21],[6,-3],[35,-19],[27,-15],[8,-4],[13,-10],[11,-9],[12,-17],[1,-21],[2,-8],[1,-20],[3,-20],[5,-23],[4,-18],[26,-77],[-38,-2],[4,-10],[6,-18],[-63,-27],[-32,-10],[-3,-20],[0,-1],[-9,-3],[6,-19],[-1,-3],[-1,-15],[1,-7],[4,-19],[-81,-32],[4,-19],[-81,-31],[-86,-92],[11,-12],[0,-1],[-34,-41],[-27,-34],[53,-51],[-26,-28],[-10,-12],[-7,-7],[73,-20],[-18,-26],[-81,11],[-38,6],[-41,6],[-40,5],[-34,5],[-37,5],[-95,14],[-153,22],[-68,9],[-73,11],[-14,2],[-29,4],[-5,1],[-212,30],[-2,0],[-229,33],[-6,-2],[-15,-2],[-9,-13],[-20,-28],[-8,-10],[-55,-46],[-136,39],[-75,22],[-32,6],[-220,63],[-402,115],[-14,6],[-10,12],[-10,43],[-6,18],[-9,16],[-12,19],[-4,4],[-1,2],[-8,17],[3,7],[0,38],[0,13],[-1,30],[-13,-10],[-18,-20],[-17,36],[-39,77],[-5,0],[-9,20],[-27,59],[-11,24],[0,2],[-6,15],[-75,169],[-37,88],[-26,49],[-15,33],[-60,135],[-21,48],[1,1],[28,13],[1,1],[105,52],[-28,67],[-64,154],[-177,-81],[-11,24],[-34,-19],[-8,-8],[-87,-53],[26,0],[33,-7],[12,-8],[6,-8],[59,-135],[16,-36],[98,-223],[82,-188],[55,-126],[0,-1],[2,-1],[5,-12],[13,-28],[54,-122],[8,-17],[14,-28],[23,-46],[-29,-12],[-38,-36],[13,-13],[-63,-70],[-19,22],[-54,-61],[19,-40],[16,-27],[15,-22],[-21,-24],[-37,47],[-25,-29],[-81,89],[-71,-41],[-78,-46],[-14,-8],[14,-30],[13,-28],[7,-13],[-20,-15],[-15,-12],[13,-23],[-65,-51],[-8,-6],[-16,-13],[-13,-10],[-32,-26],[-46,-38],[-36,-28],[-22,-18],[-5,2],[-5,0],[-7,-6],[-59,-48],[4,-4],[-20,-15],[-8,8],[-29,32],[-36,41],[-120,-97],[25,-29],[24,-26],[41,-45],[2,-3],[-4,-7],[-66,-126],[-13,-26],[0,0],[-17,-33],[-33,-63],[8,-3],[46,-20],[56,-25],[23,-11],[-4,-119],[-23,7],[-16,5],[-63,18],[-52,-6],[-37,-4],[-9,5],[-43,13],[-33,10],[-18,7],[-7,2],[-10,-11],[-5,-5],[-2,-3],[-10,-12],[-12,-21],[-10,-15],[-7,-11],[-8,-10],[-5,-6],[0,-15],[-2,-6],[-3,-8],[-3,-9],[-13,-22],[0,-4],[-1,-10],[10,-11],[1,-2],[-4,-9],[-5,-13],[122,-30],[48,-23],[-11,-12],[-24,-42],[-23,-46],[-14,-27],[-18,-19],[-21,-20],[-14,-19],[-6,-13],[-12,5],[-8,-25],[10,-4],[-9,-23],[-9,-23],[-8,-21],[-12,-29],[-14,-43],[-1,-23],[4,-23],[3,-14],[3,-14],[6,-9],[5,-9],[8,-12],[8,-17],[-91,38],[-25,-54],[5,-2],[-1,-4],[89,-48],[27,62],[1,-1],[7,-23],[1,-16],[1,-18],[-4,-25],[-4,-12],[-9,-26],[-7,-21],[-14,-39],[-6,-17],[-5,-7],[-46,129],[0,1],[-216,-90],[44,-131],[1,-3],[-4,-2],[1,-2],[-61,-26],[-105,-47],[-53,-21],[0,0],[-15,-6],[-4,3],[-9,-3],[-105,-45],[-46,-15],[-85,233],[38,-44],[32,28],[4,16],[8,4],[29,17],[4,-1],[2,3],[1,2],[-10,13],[-86,121],[-16,-9],[0,-1],[0,1],[-61,-36],[-6,-8],[2,-4],[3,-6],[-10,-7],[-2,-1],[-6,-3],[-29,-19],[-8,-5],[-62,-41],[-113,-73],[0,0],[-25,-15],[12,-15],[21,-31],[13,-20],[0,0],[20,-33],[1,-4],[-67,-35],[51,-136],[7,-18],[1,1],[3,-7],[72,75],[0,1],[-2,4],[3,3],[11,-18],[35,-30],[134,-96],[37,-23],[0,-56],[-34,-51],[-34,-43],[-15,-9],[-39,-17],[-17,-17],[-34,-47],[-80,-118],[-22,-32],[-31,-44],[-29,-43],[0,-1],[6,-23],[7,-77],[-8,-16],[-5,-9],[0,-14],[-11,-18],[7,-54],[14,-10],[15,-10],[18,-6],[15,1],[8,-63],[8,-27],[22,-22],[0,-3],[4,-11],[8,-14],[-1,-8],[-27,-26],[-15,-15],[3,-4],[27,-27],[124,-132],[32,-36],[12,21],[14,16],[18,11],[20,5],[4,0],[132,-108],[8,-9],[5,-1],[2,-2],[1,2],[0,-1],[5,4],[8,14],[18,58],[15,46],[72,185],[29,-14],[70,-34],[160,-77],[15,-7],[-162,-405],[-2,0],[-1,-2],[103,-51],[130,-66],[92,-48],[-15,-110],[-19,-155],[-2,-16],[-2,-16],[-5,-17],[-7,-25],[11,-6],[-33,-14],[-15,-7],[-20,-7],[-25,-2],[-47,0],[-13,0],[-25,-4],[-124,-25],[-122,-27],[-36,-8],[-115,-23],[-77,-14],[-45,-5],[-45,-2],[-28,-1],[-48,-12],[-78,-20],[-41,-11],[-9,5],[-21,9],[-23,6],[-11,-5],[-9,-13],[0,-9],[-1,-8],[8,-12],[9,-7],[14,-2],[-15,-5],[-20,-6],[-92,-22],[-20,-4],[-7,-5],[-15,-18],[1,-5],[3,-17],[22,-146],[37,-244],[-43,-10],[30,-212],[17,-92],[-44,-23],[-6,3],[-3,-8],[-2,0],[-1,-5],[-10,-23],[-8,-19],[-82,-190],[-36,-82],[1,-108],[0,-2],[0,-7],[0,-85],[1,-85],[0,-9],[7,-1],[1,0],[2,-11],[1,-6],[28,-5],[26,-4],[28,-4],[18,7],[61,23],[38,12],[47,13],[84,23],[57,15],[26,2],[27,0],[33,0],[49,-9],[52,-18],[13,-6],[-19,-46],[12,-18],[-29,-19],[-16,26],[-10,11],[-13,11],[-48,12],[-46,11],[-21,-9],[-7,-6],[-11,-20],[-10,-27],[0,-17],[-9,-1],[-10,3],[-7,3],[-13,-3],[-16,-8],[-9,-6],[-12,-14],[-7,-11],[-7,-12],[25,-8],[46,-16],[35,-10],[2,-1],[1,-4],[26,-71],[41,-115],[7,6],[38,33],[10,3],[29,25],[55,46],[42,37],[8,12],[10,20],[5,19],[9,34],[8,46],[10,14],[14,13],[3,-1],[64,-47],[86,-65],[3,-11],[-16,-17],[-113,-119],[-41,-43],[-39,-33],[-36,-27],[-50,-33],[-37,-21],[-14,-7],[-9,-9],[-5,-6],[-80,-102],[-232,-298],[-56,-71],[-77,-99],[-91,82],[-10,9],[-16,-37],[-14,-19],[-44,-58],[-40,-45],[-20,6],[-102,-12],[-10,-13],[31,-27],[7,-23],[2,-12],[2,-5],[9,-24],[8,-14],[18,-15],[22,-11],[34,-12],[28,-8],[-26,-33],[-134,99],[-100,77],[-10,7],[45,175],[-108,34],[0,15],[-122,38],[-24,-92],[-15,11],[-36,25],[-64,60],[4,28],[28,283],[13,120],[10,115],[31,289],[11,97],[4,30],[2,17],[15,-3],[44,-11],[-1,-9],[77,-18],[1,-24],[6,-33],[6,-14],[3,-4],[8,-10],[4,-8],[2,-24],[9,-16],[21,-4],[22,-5],[27,-6],[13,0],[7,5],[3,10],[19,100],[1,8],[40,-10],[66,-14],[3,25],[28,216],[-1,1],[-59,9],[-11,-14],[-27,2],[-51,11],[-17,-100],[-12,2],[-16,-90],[-33,8],[-20,4],[-131,31],[11,25],[15,16],[20,12],[20,11],[29,33],[-48,62],[-24,-4],[-10,0],[-98,113],[100,149],[24,1],[59,-21],[27,-8],[198,-69],[19,-7],[45,-16],[7,20],[3,39],[5,19],[3,20],[-2,9],[1,4],[-2,0],[-14,18],[-6,30],[-8,10],[-202,-49],[-38,-3],[-16,3],[-76,22],[-32,7],[-64,-95],[-61,-89],[2,26],[15,144],[10,76],[8,32],[18,41],[21,28],[19,16],[19,-5],[52,-1],[10,0],[15,-17],[9,-7],[15,-2],[20,8],[138,24],[37,6],[23,10],[11,11],[-1,7],[-11,5],[-82,-7],[-16,7],[-14,12],[-6,13],[2,15],[12,19],[18,19],[30,21],[25,14],[2,10],[-2,2],[-3,8],[-68,-7],[-42,-9],[-93,-25],[-13,49],[-4,19],[-26,-1],[-32,-11],[-34,-2],[-31,2],[-12,-2],[-12,-9],[-10,-18],[-5,-31],[-20,-53],[-1,-18],[4,-11],[10,-13],[14,-9],[31,-13],[24,-6],[-13,-12],[-13,-19],[-18,-35],[-13,-39],[-12,-60],[-28,-228],[-3,-203],[-147,33],[-1,28],[-7,22],[-13,25],[-16,21],[-21,32],[-7,20],[-3,34],[-2,28],[92,142],[7,30],[0,18],[-44,87],[-11,15],[-21,21],[-9,8],[-22,9],[-14,-2],[-14,-9],[-9,-21],[-2,-23],[5,-16],[15,-26],[-20,-23],[-9,-26],[-6,-11],[-64,-41],[-5,-10],[0,-14],[5,-13],[18,-22],[11,-6],[25,-2],[41,25],[10,-38],[8,-52],[3,-54],[3,-19],[9,-18],[18,-28],[17,-23],[14,-26],[4,-20],[1,-18],[-185,39],[-25,5],[-25,6],[-164,38],[-3,-24],[-8,-77],[-21,-209],[-2,-20],[-11,-112],[-2,-25],[-3,-108],[-1,-3],[18,1],[102,-2],[11,-4],[8,-9],[7,-16],[10,-23],[12,-30],[31,-76],[10,-21],[1,-16],[2,-12],[5,-16],[8,-18],[2,-4],[0,0],[20,-37],[28,-44],[1,-2],[17,-27],[-150,-95],[-104,-66],[-2,-2],[6,-4],[41,-32],[-3,-2],[59,-54],[53,-47],[13,-10],[3,-3],[8,-6],[3,6],[6,11],[7,11],[7,9],[1,2],[2,1],[9,1],[10,0],[9,-2],[3,-2],[14,-9],[7,-7],[13,-13],[11,-9],[-2,-7],[-6,-16],[-6,-11],[-10,-26],[-17,-49],[-25,-72],[-32,-92],[-10,-28],[-22,-78],[-13,-50],[-8,-33],[-14,-50],[-2,-6],[-36,-113],[-6,-18],[-22,-62],[-13,-43],[-34,-102],[-14,-45],[-30,-95],[-17,-63],[-29,-103],[-32,-100],[-11,-28],[-48,-51],[-43,-38],[-35,-30],[-34,-15],[-69,-11],[-109,-1],[-20,6],[-6,2],[-20,5],[-2,0],[-8,2],[-82,12],[-71,5],[-21,-12],[-25,-11],[-29,-19],[-6,-6],[-30,-23],[-23,-32],[-57,-105],[-4,-12],[-3,-10],[-19,-181],[-15,-131],[-13,-13],[-34,-20],[-33,-20],[-3,-2],[-4,-2],[-4,-2],[-1,2],[-6,21],[-9,30],[-14,52],[-10,8],[-12,-17],[-17,-17],[-12,14],[-28,28],[-269,268],[-48,46],[-114,115],[-1,-1],[-2,2],[-53,-68],[-18,-21],[-96,-115],[-62,-74],[-3,-4],[-3,-3],[-88,-105],[-3,-4],[-94,-112],[-111,-133],[-4,-6],[-101,94],[-36,39],[-81,87],[-196,-225],[2,-2],[6,-6],[143,-150],[105,-109],[-200,-188],[-99,-93],[-11,-10],[-50,-50],[-23,-24],[-5,-5],[-6,-7],[-3,-5],[-1,-6],[-1,-18],[0,-12],[1,-34],[2,-44],[2,-40],[-39,35],[-1,11],[-2,-4],[-3,-7],[-9,-12],[-17,-13],[-72,-57],[-12,-7],[-30,-23],[-20,-18],[-13,-10],[-5,-4],[-9,-7],[-2,-2],[-10,-16],[0,-1],[-1,0],[4,-5],[-7,-13],[-32,-34],[3,-11],[-15,-42],[-8,-37],[3,-26],[0,-10],[3,-12],[7,-67],[0,-2],[-3,-24],[-2,-5],[-104,-222],[-5,-10],[-3,-7],[-45,-96],[5,-30],[3,-15],[8,-65],[-116,-49],[-159,-73],[-1,-1],[-17,-7],[-12,51],[-2,-3],[-2,9],[-41,-73],[1,-2],[-2,-4],[-11,-31],[-3,-24],[4,-17],[-58,-16],[-51,-14],[-1,-1],[-1,0],[-14,-10],[-10,-16],[-7,-21],[-1,-26],[5,-43],[8,-70],[20,-190],[-4,0],[15,-176],[0,-11],[-34,-31],[-131,-114],[-65,-49],[43,-70],[1,-2],[3,-5],[43,-55],[22,-24],[6,-7],[10,-23],[4,-8],[21,-30],[4,-11],[25,-68],[22,-50],[22,-53],[3,-4],[1,-3],[14,-16],[13,-21],[17,-30],[2,-2],[2,-4],[18,-22],[51,-23],[60,-57],[50,-47],[4,-6],[-3,-7],[6,-13],[2,-14],[0,-54],[0,-39],[-1,-6],[16,-41],[-1,-18],[-8,-16],[-8,-14],[-1,-1],[-7,-9],[-2,-9],[0,-20],[-14,-19],[-16,3],[-2,3],[-10,4],[-19,-18],[-61,-47],[-68,-37],[-87,-50],[-101,-40],[-6,-2],[-48,-9],[2,-4],[-28,-11],[-75,-52],[-23,-23],[-22,-31],[-23,-13],[-13,-12],[-15,-16],[-3,-9],[-1,-5],[-17,-2],[-15,-5],[-34,-43],[-8,-22],[1,-17],[22,-36],[10,-21],[38,-57],[21,-21],[22,-24],[2,2],[5,10],[2,9],[-1,25],[-2,25],[2,15],[8,15],[16,11],[21,13],[3,-7],[6,-25],[2,-11],[2,-11],[1,-5],[3,-17],[-5,0],[6,-125],[0,-91],[1,0],[0,-1],[15,0],[108,2],[-5,-18],[-2,-5],[-3,-9],[-20,-58],[79,-42],[9,-5],[-15,-30],[-76,-165],[28,-120],[9,-38],[1,-55],[18,-10],[19,-64],[12,-8],[15,-9],[5,-3],[36,-38],[60,-67],[47,-45],[33,-32],[48,-38],[60,-40],[30,-17],[16,-10],[8,-4],[44,-21],[35,-13],[7,-2],[28,-6],[18,-5],[48,-6],[35,-2],[34,-2],[31,-1],[54,-7],[38,-12],[39,-21],[22,-16],[20,-24],[79,-159],[13,-23],[9,-16],[-29,2],[-49,7],[-17,5],[-8,-33],[-58,-27],[26,-62],[72,36],[64,-153],[30,13],[-2,21],[5,18],[10,17],[30,16],[15,-28],[40,-75],[16,-31],[20,-38],[16,-32],[7,-22],[34,-96],[10,-11],[7,-11],[11,-15],[8,-11],[26,-31],[21,-17],[12,-3],[52,-2],[68,2],[-141,-135],[-12,-10],[-131,-93],[-98,-71],[-66,-127],[67,-193],[76,-212],[74,-199],[31,-8],[48,-14],[267,134],[157,78],[117,62],[4,-9],[11,-29],[45,-96],[43,-86],[8,-16],[14,-31],[28,-52],[20,-33],[25,-46],[37,-65],[-21,-52],[-24,-53],[-21,-35],[-22,-30],[-16,-18],[-24,-18],[-38,-23],[0,12],[-9,19],[-15,-8],[-9,7],[-10,9],[-24,-2],[-19,-4],[-19,-8],[-15,-11],[-10,-15],[-10,-22],[0,-7],[-1,-16],[4,-23],[9,-32],[45,-92],[20,-39],[18,-30],[8,-9],[10,0],[23,2],[18,-37],[16,-22],[11,-2],[62,37],[-75,153],[27,17],[11,-18],[13,-12],[9,-3],[15,7],[49,9],[22,15],[17,13],[9,13],[4,16],[1,16],[-5,17],[-17,36],[-31,70],[3,11],[6,7],[10,4],[18,2],[5,4],[0,7],[-4,17],[-17,24],[-19,23],[14,30],[9,24],[8,-16],[9,-22],[11,-25],[16,-27],[17,-21],[11,-19],[23,-22],[5,-6],[33,-36],[26,-32],[14,-20],[51,-87],[15,-24],[16,-14],[9,-12],[33,-8],[3,-1],[20,-7],[59,-19],[41,-16],[28,-14],[5,-4],[22,-28],[28,-38],[6,-8],[13,-12],[15,-15],[17,-16],[8,-8],[18,-39],[30,-75],[28,-66],[7,-19],[18,-44],[21,-52],[5,-15],[3,-3],[1,-2],[9,-10],[18,-11],[21,-9],[20,-8],[8,-4],[34,-24],[16,-17],[13,-27],[15,-31],[12,-25],[11,-31],[3,-7],[29,-18],[23,-4],[1,0],[6,-1],[14,-3],[5,0],[4,-1],[6,0],[25,-1],[8,-1],[18,1],[6,0],[53,-65],[25,-36],[40,-49],[7,-11],[2,-2],[9,-10],[42,-44],[22,-36],[48,-104],[27,-38],[27,-20],[17,-5],[5,-2],[22,0],[5,1],[3,-19],[-30,-1],[-27,7],[-13,1],[-24,-17],[-46,-31],[2,-40],[-29,-19],[41,-94],[51,-107],[3,-7],[12,-26],[5,-25],[-89,-21],[31,-182],[26,0],[2,-25],[12,-17],[101,17],[21,11],[16,-15],[32,-8],[42,-5],[58,-3],[2,-11],[4,-15],[4,-25],[8,-52],[7,-24],[10,-46],[2,-9],[15,-52],[-14,-22],[-27,-35],[-44,-52],[-11,-22],[-9,-44],[-2,-27],[4,-43],[-5,-17],[-5,-7],[-9,-6],[-7,-3],[-7,-12],[-2,-16],[16,-67],[7,-17],[9,-7],[15,-1],[43,11],[8,-8],[3,-11],[4,-40],[4,-12],[7,-10],[8,-7],[9,-5],[17,2],[12,9],[8,14],[0,15],[-15,38],[0,11],[7,3],[7,1],[52,0],[11,-47],[4,-30],[15,-82],[-190,-42],[11,-28],[-22,-6],[-49,17],[-7,-28],[-6,-15],[-6,-5],[-33,-2],[-15,-9],[-7,-17],[0,-48],[2,-20],[19,-7],[41,7],[24,-4],[4,-14],[5,-22],[17,-5],[29,3],[17,5],[7,2],[9,3],[14,-84],[-10,-1],[0,-16],[2,-30],[6,-28],[9,-23],[11,-31],[14,-22],[3,-7],[-1,-32],[2,-27],[7,-31],[14,-41],[1,-2],[10,-14],[7,-23],[11,-38],[21,-46],[5,-5],[3,-12],[-1,-14],[-8,-13],[-14,-20],[-6,-14],[-3,-22],[5,-29],[28,-111],[15,-12],[23,-13],[37,-12],[37,-7],[42,-7],[21,-2],[0,-4],[2,-22],[4,-12],[7,-26],[2,-12],[6,-20],[3,-11],[2,-3],[8,-19],[2,-6],[2,-10],[11,-7],[3,-7],[47,-46],[7,-7],[7,8],[23,-20],[11,-13],[9,-14],[14,-23],[17,-35],[9,-23],[4,-12],[8,-31],[4,-11],[-1,0],[-26,0],[-4,0],[-21,0],[-2,-6],[-8,-33],[5,-71],[-6,-44],[0,-24],[8,-13],[3,-3],[9,-14],[23,-23],[9,-14],[9,-13],[6,-10],[1,-1],[3,-5],[31,-24],[33,-31],[54,-28],[4,-4],[15,-13],[14,-22],[0,0],[4,-6],[75,-26],[59,-29],[55,-39],[88,-78],[35,-37],[100,-95],[68,3],[20,-71],[33,-118],[3,-1],[1,-4],[438,-193],[39,-23],[48,-35],[115,-86],[32,-29],[6,-5],[16,-18],[162,-173],[20,-38],[63,-119],[17,-32],[16,-30],[2,-1],[2,-5],[123,-70],[156,-53],[-42,-87],[-8,-14],[-2,-11],[0,-3],[-8,-73],[1,-84],[15,-4],[-28,-121],[-76,-342],[-12,-16],[-13,-34],[-16,-63],[-13,-78],[0,-44],[3,-33],[5,-28],[3,-29],[-1,-12],[-6,-34],[-4,-21],[-4,-29],[-8,-48],[-31,-126],[-40,-4],[-20,-2],[-2,-20],[0,-8],[-7,-34],[-8,-30],[-7,-18],[-10,-10],[-37,-9],[-13,-3],[-12,-5],[-5,-35],[-10,-72],[-10,-66],[-13,-82],[-210,-89]],[[185973,415761],[23,-78],[31,9],[45,-13],[86,34],[5,13],[88,35],[6,17],[-17,46],[-67,-26],[-13,1],[-11,10],[-5,13],[-2,27],[-30,-13],[-48,-23],[-64,-37],[-27,-15]],[[189057,414782],[-324,-309],[0,0],[324,309]],[[188659,414556],[-76,86],[-3,-3],[-85,-101],[5,-14],[16,-47],[7,-10],[36,-26],[100,115],[0,0]],[[188424,414449],[-33,0],[-22,-5],[-44,-19],[-12,3],[-7,9],[-6,7],[5,5],[-7,7],[-4,4],[-5,-5],[-1,2],[-16,9],[-20,3],[-16,7],[0,0],[-12,12],[-1,9],[5,9],[75,92],[49,59],[0,1],[-55,67],[0,32],[0,9],[-15,-13],[-11,-7],[-3,-1],[-4,-77],[-10,-11],[-30,-39],[-38,-53],[-29,-36],[-16,-15],[-17,-3],[-13,6],[-14,14],[0,-16],[1,-13],[3,-33],[-20,-31],[-1,-1],[8,-14],[58,-104],[24,-42],[7,-3],[16,0],[19,-3],[34,21],[27,17],[11,2],[10,8],[10,10],[12,5],[10,9],[3,14],[21,5],[12,10],[21,36],[17,14],[17,13],[7,14]],[[188333,414273],[-2,-10],[-16,-15],[-31,-15],[-15,-32],[-13,-20],[-12,-9],[-18,-2],[-27,-1],[-17,-5],[-24,-37],[-87,128],[-4,21],[-17,19],[-15,28],[-1,12],[4,11],[-13,7],[-26,-42],[-13,-27],[-5,-13],[1,-15],[-2,-21],[-1,-10],[-9,-51],[-2,-18],[0,-19],[9,-26],[23,-31],[61,-48],[9,-6],[12,-15],[9,-14],[10,-13],[14,-11],[12,-11],[14,-54],[5,-14],[16,-2],[65,-2],[8,-1],[11,4],[11,11],[10,15],[20,16],[55,26],[8,13],[9,17],[3,10],[3,37],[-3,48],[-1,26],[9,19],[10,25],[5,21],[3,16],[5,35],[-6,16],[-29,17],[-25,12]],[[187654,414350],[-1,17],[-3,12],[-46,-20],[-15,23],[-4,-2],[-97,-41],[-4,-2],[15,-44],[13,-36],[22,7],[9,-29],[45,18],[-3,18],[39,20],[26,36],[4,7],[0,16]],[[188048,413333],[3,-2],[35,61],[38,-28],[19,41],[-35,25],[12,20],[-35,26],[-20,15],[-20,-29],[-24,-74],[-9,-26],[-1,-4],[37,-25]],[[188264,413179],[63,-26],[-6,27],[-1,27],[-4,3],[0,3],[-51,40],[-73,51],[-1,0],[-7,6],[-2,1],[-4,-10],[-32,-85],[4,-1],[2,0],[-2,-5],[114,-31]],[[185704,411913],[2,-3],[75,103],[-28,96],[-27,-7],[-84,-20],[-12,-3],[6,-40],[1,-6],[2,-9],[3,-13],[2,-8],[4,-12],[7,-23],[0,-1],[0,0],[1,-1],[3,-3],[18,-20],[11,-11],[16,-19]],[[186572,412035],[-84,-49],[32,-68],[84,49],[-32,68]],[[186615,411933],[-50,-36],[48,-80],[49,37],[-47,79]],[[186669,411824],[5,-24],[-38,-46],[-3,-54],[31,-54],[14,10],[104,155],[-33,59],[-16,10],[-64,-56]],[[187064,411835],[1,-67],[69,1],[-1,67],[-69,-1]],[[186483,411702],[-7,13],[-28,-19],[11,-18],[17,12],[-3,5],[10,7]],[[186167,411787],[-30,102],[-16,-3],[-18,-4],[-84,-34],[50,-110],[48,24],[50,25]],[[186085,411884],[-9,35],[-23,-6],[9,-38],[23,9]],[[186144,411939],[-23,70],[-70,-19],[22,-71],[71,20]],[[186201,411330],[23,-49],[60,34],[-23,48],[-60,-33]],[[186794,411319],[51,-100],[50,31],[-50,100],[-51,-31]],[[187953,411248],[-74,-74],[-5,-5],[32,-39],[10,11],[68,68],[-31,39]],[[187457,411165],[-17,44],[-90,-44],[17,-44],[90,44]],[[186720,411131],[-59,142],[-6,14],[-6,14],[-129,-96],[-138,-102],[-6,-5],[-50,-37],[-13,-9],[58,-86],[114,-166],[8,-11],[263,254],[-1,3],[-8,20],[-27,65]],[[186848,410915],[116,-125],[-4,-5],[34,-40],[137,123],[-59,52],[-3,-2],[-122,109],[-14,-12],[-11,-12],[-11,-12],[-63,-76]],[[187049,410941],[77,-60],[25,39],[-77,60],[-25,-39]],[[187889,410760],[43,-63],[43,34],[-37,68],[-49,-39]],[[185695,410676],[30,30],[16,16],[-74,97],[-47,-47],[75,-96]],[[185476,410624],[-66,84],[-37,-36],[67,-84],[36,36]],[[186129,410629],[33,-48],[30,25],[43,37],[-33,47],[-47,-39],[-26,-22]],[[186901,410653],[-36,-29],[-12,23],[-30,-20],[-3,-1],[-36,-5],[-25,-21],[-46,-27],[-102,-75],[-7,2],[-36,6],[-55,-71],[-32,-42],[-14,10],[-6,-4],[-93,-34],[52,-129],[46,-112],[49,20],[62,27],[1,0],[20,-47],[4,-10],[1,-3],[7,-16],[0,0],[4,9],[1,9],[-1,2],[8,12],[31,-20],[8,16],[68,120],[25,47],[5,9],[31,31],[-5,6],[-29,36],[47,49],[80,88],[57,47],[8,12],[4,4],[-51,81]],[[187263,410488],[15,-1],[11,1],[19,5],[23,17],[11,13],[4,13],[9,14],[2,23],[-3,24],[-3,5],[-24,10],[-2,1],[-18,9],[-28,-30],[-1,-1],[-13,-15],[-48,-51],[-12,-13],[58,-24]],[[186068,410093],[19,32],[-40,29],[-29,22],[-11,8],[-19,-33],[-21,-35],[40,-29],[40,-29],[6,11],[15,24]],[[185011,410179],[-23,81],[-14,-6],[-12,-4],[-5,10],[-12,10],[-15,1],[-38,-10],[23,-70],[-1,-15],[-74,-30],[25,-78],[159,61],[-13,50]],[[185591,410326],[-70,-66],[47,-61],[69,66],[-46,61]],[[186058,410385],[29,47],[19,29],[-70,56],[-7,6],[-37,32],[-32,28],[-8,-3],[-38,-13],[-34,-33],[42,-60],[45,-60],[19,-11],[8,-9],[37,-52],[27,43]],[[186289,410479],[45,-66],[56,47],[-45,66],[-56,-47]],[[185487,409783],[-56,-105],[-34,26],[-5,-9],[-30,20],[-13,13],[-28,-35],[6,-7],[-38,-50],[-9,4],[-27,32],[-11,19],[1,59],[-15,0],[-3,-57],[10,-22],[65,-88],[54,-55],[19,27],[0,1],[1,1],[28,37],[23,32],[7,5],[8,0],[29,-30],[39,179],[-21,3]],[[184661,409393],[85,-112],[73,108],[23,29],[-17,17],[-27,-30],[-43,43],[-11,-13],[-49,41],[-1,1],[-33,-84]],[[184025,408941],[-19,-7],[-9,1],[-10,-10],[-17,-10],[-26,10],[-45,7],[-17,-20],[-5,-16],[3,-19],[-12,-22],[-30,-7],[-13,2],[-25,7],[-13,-8],[-45,-28],[-3,-11],[6,-20],[23,-15],[15,14],[16,9],[57,-5],[19,-3],[22,14],[24,8],[6,1],[38,7],[47,0],[15,3],[10,10],[-4,15],[-2,24],[7,39],[-4,21],[-9,9]],[[183665,407792],[14,-13],[5,8],[65,105],[-16,16],[6,13],[0,10],[-63,56],[-11,-17],[-33,-55],[2,-24],[-2,-19],[-1,-27],[1,-15],[11,-14],[22,-24]],[[181853,406801],[-17,-34],[-28,-38],[32,-35],[4,5],[27,26],[13,14],[34,-19],[11,49],[19,50],[10,6],[5,2],[4,16],[12,-3],[10,-2],[10,1],[3,1],[46,101],[-34,40],[-14,-16],[-16,-6],[-18,1],[-18,9],[-12,12],[-12,27],[-49,2],[-9,1],[-19,-112],[-2,-17],[1,-18],[8,-20],[10,-12],[-11,-31]],[[182899,406909],[-11,-180],[74,1],[22,19],[54,138],[-47,23],[-92,-1]],[[186349,410762],[21,-59],[38,17],[18,17],[12,11],[-10,26],[-12,33],[-72,-33],[5,-12]],[[186548,410821],[195,-40],[6,8],[-117,110],[-49,-46],[-35,-32]],[[185951,410998],[-62,69],[-55,-60],[62,-69],[55,60]],[[182591,406608],[-13,-42],[114,2],[20,107],[-44,11],[-22,5],[-9,-6],[-7,-5],[-6,-6],[-6,-6],[-5,-6],[-6,-8],[-4,-10],[-4,-10],[-4,-10],[-4,-16]],[[182973,406574],[13,-42],[0,-25],[-11,-19],[-8,-13],[-1,-16],[-1,-13],[-5,-6],[-11,-6],[-2,-9],[-12,-9],[-58,-27],[-63,-30],[-50,-23],[-22,-4],[-18,29],[-48,-4],[-18,-2],[6,-6],[286,-315],[45,-49],[157,119],[3,2],[-4,19],[-12,70],[-11,77],[-8,42],[-20,55],[-2,4],[-6,25],[-31,84],[-41,120],[-2,6],[0,0],[-35,-16],[-10,-18]],[[183136,405589],[-13,-29],[74,50],[13,7],[15,3],[12,-1],[7,-5],[9,-12],[5,-11],[-3,-14],[-5,-14],[-14,15],[-61,-50],[-8,-10],[-3,-14],[8,-32],[-17,-54],[82,7],[-24,32],[53,49],[-5,44],[35,33],[-23,20],[-21,21],[-14,9],[-15,1],[-16,-4],[-14,-8],[-57,-33]],[[181429,405289],[14,-1],[5,0],[11,-19],[1,-3],[0,-21],[9,-21],[11,-18],[18,-8],[19,2],[15,15],[13,15],[2,19],[-6,44],[-4,26],[10,16],[28,11],[14,9],[2,21],[-11,20],[-12,19],[-15,-1],[-12,-19],[-18,-25],[-44,-22],[-40,-3],[-13,-54],[3,-2]],[[182731,404989],[37,-41],[11,10],[10,13],[30,20],[22,19],[10,12],[1,10],[-4,11],[-15,18],[-13,19],[-9,8],[-12,1],[-10,-2],[-8,-7],[-10,-12],[-6,-19],[-8,-11],[-14,-13],[-27,-23],[15,-13]],[[182653,404895],[-82,-44],[-20,19],[-13,9],[-9,1],[-21,-10],[-44,-23],[-11,-11],[-4,-7],[3,-12],[11,-21],[1,-12],[-4,-14],[-9,-15],[0,-10],[9,-19],[9,-23],[2,-15],[2,-19],[6,-23],[10,-17],[16,7],[18,8],[-8,23],[40,30],[43,39],[61,61],[44,49],[-44,49],[-6,0]],[[182101,404651],[-14,4],[-12,-2],[-8,-6],[-3,-6],[0,-6],[4,-8],[8,-6],[15,-5],[9,-3],[6,-7],[-25,-10],[-15,-11],[-16,-10],[-11,-12],[-9,-14],[-24,-31],[-8,-5],[-49,-4],[0,-6],[0,-117],[15,5],[3,10],[19,27],[6,12],[0,22],[5,11],[7,0],[2,-8],[4,-6],[13,6],[4,-5],[0,-4],[34,31],[10,7],[11,3],[61,28],[16,11],[8,4],[-22,36],[-8,15],[-7,14],[-7,18],[-10,17],[-12,11]],[[180958,401413],[12,-79],[16,6],[2,-8],[82,19],[59,14],[-1,4],[130,30],[16,4],[-27,67],[-106,-18],[-28,26],[-19,10],[-20,-2],[-19,-4],[-6,-21],[-12,-28],[-79,-20]],[[180903,401334],[-15,9],[-11,3],[-17,-18],[-6,-9],[8,-10],[4,-21],[46,28],[-9,18]],[[182167,400122],[48,-137],[158,45],[-20,52],[-5,15],[-5,12],[-31,78],[-68,-26],[-80,-32],[3,-7]],[[182812,399839],[12,-24],[13,8],[8,-8],[25,-2],[10,8],[9,10],[8,13],[0,11],[0,21],[5,13],[-14,12],[-44,-5],[-15,-8],[-11,-15],[0,-16],[5,-12],[-11,-6]],[[182452,398972],[7,-20],[0,0],[0,-24],[-4,-27],[-8,-24],[-21,-37],[-7,-12],[0,-10],[4,-8],[7,-5],[3,1],[18,1],[72,23],[38,29],[90,45],[6,24],[2,2],[22,20],[6,6],[2,4],[6,11],[1,21],[0,5],[-2,23],[-3,15],[-15,99],[-18,-13],[-134,-87],[-36,-25],[-19,-19],[-17,-18]],[[182734,398892],[11,-10],[29,17],[105,63],[-24,52],[-28,44],[-113,-70],[-1,-23],[-6,-11],[-6,-11],[-4,-4],[1,-1],[16,-31],[5,-5],[8,-8],[7,-2]],[[183646,398170],[13,-42],[69,26],[-13,43],[-69,-27]],[[192071,415135],[-14,-53],[-9,-20],[-1,-1],[-7,3],[-76,24],[-3,-9],[-1,-3],[-12,-31],[21,-4],[-15,-74],[33,-7],[31,-6],[5,1],[11,3],[141,54],[0,1],[-8,20],[-4,10],[4,30],[9,38],[-9,-1],[-24,0],[-24,7],[-48,18]],[[191272,414842],[111,-48],[35,98],[-3,2],[-101,56],[-37,-94],[-5,-14]],[[798468,885595],[9,-48],[-1,-2],[-124,-330],[-50,-66],[-66,-44],[-94,-24],[-32,-16],[-4,-2],[-2,-19],[-9,-61],[-30,-3],[-13,-1],[18,-95],[-33,-5],[6,-38],[-28,-5],[-43,-9],[-7,-2],[-6,-2],[-39,-11],[-10,-4],[-3,-1],[-18,-4]],[[797889,884803],[-18,72],[-46,155],[-16,32],[-98,-24],[-5,32],[-86,497],[-2,6],[-43,4],[0,0],[-35,208],[-29,173],[-11,29],[-9,21],[-19,0],[-40,235],[-10,55],[31,-11],[19,-7],[52,-18],[21,-7],[37,-13],[24,-15],[22,-14],[9,-6],[24,-16],[19,-13],[55,-50],[29,-27],[49,-45],[33,-30],[-6,33],[-12,77],[-13,75],[-48,34],[84,-36],[55,-336],[59,-357],[71,-434],[51,13],[16,4],[16,4],[37,9],[11,3],[19,5],[22,9],[16,6],[17,9],[10,4],[20,13],[14,11],[22,30],[17,23],[43,114],[85,221],[16,40],[0,-5]],[[773186,901264],[362,406],[26,31],[39,49],[58,98],[15,26],[17,42],[17,52],[16,65],[12,62],[4,53],[-4,71],[0,31],[-7,59],[-17,94],[-148,734],[-36,183],[-35,185],[-74,366],[-75,368],[-37,183],[-35,183],[-33,183],[-27,184],[-15,181],[-9,182],[1,183],[11,181],[20,185],[41,372],[22,186],[20,186],[61,559],[9,86],[32,288],[7,65],[5,38],[59,113]],[[773488,907777],[-13,-61],[-10,-46],[-1,-7],[-6,-26],[1,0],[-1,-2]],[[773458,907635],[0,0],[-16,-154]],[[773442,907481],[-2,-11]],[[773440,907470],[-11,-110],[-8,-75]],[[773421,907285],[-13,-123],[-2,-17],[-21,-183],[-21,-194],[-45,-395],[-44,-398],[-24,-200],[-10,-97],[-8,-106],[-1,-137],[-1,-61],[0,-50],[7,-150],[0,-40],[4,-49],[14,-140],[7,-50],[4,-21],[18,-103],[1,-7],[34,-192],[161,-788],[38,-197],[120,-596],[42,-198],[39,-199],[28,-137],[21,-112],[9,-75],[6,-69],[1,-43],[-5,-52],[-9,-65],[-12,-52],[-12,-46],[-18,-54],[-30,-61],[-24,-41],[-19,-35],[-29,-40],[-38,-46],[-41,-47],[-50,-54],[-43,-44],[-56,-54],[-33,-27],[-163,-184],[-1,-1],[-15,7],[-1,2]],[[773492,907784],[-2,24],[3,67],[8,69],[6,51],[8,38],[9,29],[11,35],[5,37],[15,129],[10,111],[0,22],[27,123],[-32,-2],[-2,13],[-9,84],[-7,57],[-20,49],[-18,33],[-25,37],[-31,32],[-51,40],[-46,32],[-35,14],[-45,11],[-40,5],[-295,35],[-85,11],[-44,8],[-32,14],[-28,25],[-17,31],[1,50],[-2,3],[-3,3],[-2,2],[-10,4],[-2,0],[-31,14],[-9,-25],[0,-1],[-1,-1],[-60,-143],[-98,-194],[-24,-47],[-38,-71],[-26,-42],[-34,-45],[-37,-32],[-41,-31],[-36,-23],[-43,-21],[-45,-20],[-53,-11],[-50,-9],[-51,-1],[-16,4],[-60,32]],[[771959,908443],[64,8],[66,27],[11,10],[29,50],[61,105],[121,205],[118,205],[19,43],[6,35],[11,81],[6,24],[7,52],[14,29],[20,33],[30,43],[46,63],[32,47],[30,33],[76,57],[26,24],[26,38],[17,31],[15,22],[18,18],[41,16],[103,30],[-5,1],[12,1],[88,21],[16,-19],[51,19],[2,0],[-3,9],[3,10],[16,6],[40,10],[60,9],[65,14],[42,8],[0,-2],[-28,-4],[-7,-462],[-1,0],[0,-19],[-4,-27],[-17,-36],[5,0],[-1,-48],[-7,-93],[-7,-55],[-20,-95],[-13,-48],[65,-14],[38,-16],[30,-15],[43,-29],[46,-34],[22,-20],[28,-30],[25,-33],[23,-39],[19,-46],[13,-54],[5,-31],[0,-5],[14,-7],[-7,-66],[-15,-146],[-10,-95],[-19,-180],[-23,-198],[-18,-39],[-46,-91]],[[794069,914354],[-69,-6],[-40,-4],[-17313,-1621],[-785,-824],[-187,-116],[-207,-68],[-147,-67],[-4,3],[-42,-41],[-142,-130],[-160,-202],[-97,-93],[-233,-95],[-503,-152],[-181,-83],[-1,0],[-30,-14],[-9,-4],[-54,-39],[-253,-123],[-219,-79],[-323,-100],[-187,-29],[-420,-7],[-710,0],[-239,7],[-413,15],[-549,21],[-645,29],[-362,-7],[-297,-8],[-308,7],[-633,51],[-369,62],[-649,69],[-493,30],[-247,57],[-454,107],[-642,139],[-367,134],[-159,47],[1,-1],[-142,36],[-108,19],[-186,-2],[-76,-1],[-818,73],[-353,20],[-106,19],[-168,27],[-39,13],[-216,52],[-122,5],[-35,-4],[-138,22],[-203,50],[-310,82],[-677,191],[-553,148],[-564,172],[-439,144]],[[759675,912285],[-1,4],[-64,173],[-71,186],[-71,185],[-70,188],[-7,23],[-62,165],[-13,32],[-15,41],[-17,44],[-12,36],[-16,66],[-10,38],[-42,115],[-16,27],[-17,5],[-27,12],[-993,462],[-20,8],[-21,5],[-88,-28],[-228,-76],[-38,0],[-32,-10],[-162,-36],[-51,-11],[-202,-27],[-205,-21],[-62,-10],[-129,-15],[-297,-14],[-161,-5],[-89,11],[-27,8],[-38,3],[-147,-5],[-136,-8],[-63,3],[-141,15],[-151,24],[-95,19],[-140,35],[-141,40],[-192,51],[-172,54],[-189,73],[-157,68],[-130,56],[-90,46],[-38,22],[-26,21],[-45,47],[-32,17],[-35,14],[-51,15],[-218,64],[-212,54],[-96,31],[-101,36],[-51,18],[-73,38],[-181,89],[3,6],[-2,9],[-7,10],[-124,53],[-34,0],[-234,102],[-802,370],[-219,103],[-117,54],[-107,46],[-33,13],[-62,22],[-139,38],[-756,221],[-14,8],[-478,118],[-798,200],[-8,12],[-12,7],[-12,4],[-13,0],[-14,4],[-9,13],[0,52],[-5,10],[-10,5],[-17,-5],[-7,-6],[-8,-17],[-12,-19],[-12,-13],[-15,-7],[-8,1],[-186,46],[-13,-4],[-4,-19],[-380,92],[-350,141],[9,28],[24,32],[30,36],[-10,13],[-18,-11],[-21,-28],[-18,-29],[-10,-17],[-28,11],[-427,180],[-525,229],[-79,32],[-15,-2],[-11,-5],[-91,38],[-86,50],[18,20],[16,14],[21,13],[17,16],[13,10],[0,5],[-5,12],[-11,0],[-11,-5],[-15,-12],[-23,-26],[-36,-38],[-60,38],[0,0],[-61,57],[-351,226],[-112,67],[-11,22],[2,12],[49,232],[4,-2],[12,-3],[13,1],[13,4],[11,7],[9,11],[6,13],[3,13],[0,6],[-2,15],[-5,13],[-7,12],[-10,9],[-12,5],[-13,3],[52,242],[30,157],[-2,55],[-13,34],[-33,31],[-275,177],[-59,41],[-165,140],[-683,557],[-27,29],[-209,342],[-8,56],[-3,11],[6,4],[-10,18],[-10,50],[0,13],[-49,32],[-41,3],[-1,0],[-58,21],[-169,55],[-17,4],[-23,8],[-73,18],[-13,-3],[-11,2],[-413,71],[-22,0],[-22,0],[-36,-21],[-29,-28],[-27,-43],[-19,-29],[-34,-11],[-29,5],[-16,6],[-24,48],[-36,63],[3,7],[1,10],[-1,9],[-3,8],[-6,7],[-6,5],[-8,2],[-8,0],[-6,11],[-80,167],[-57,110],[-97,143],[-101,81],[-10,9],[-53,63],[-77,94],[-66,77],[-28,33],[-6,7],[-59,67],[-133,148],[-63,75],[-87,101],[-35,28],[-140,156],[-81,87],[-152,162],[-70,75],[-155,138],[-58,53],[-57,54],[-151,147],[-61,61],[-133,138],[-28,30],[-63,65],[-64,63],[-61,57],[-59,54],[-42,39],[-56,48],[-175,127],[-25,20],[-209,153],[-362,268],[-163,126],[-75,61],[-46,40],[-42,38],[-40,40],[-49,51],[-137,143],[-276,295],[-265,288],[-38,38],[-20,16],[-18,11],[-22,6],[-18,2],[-50,1]],[[739348,924374],[127,125],[7,4],[7,-1],[162,156],[-52,45],[-269,247],[-202,234],[-71,90],[-80,98],[-166,229],[-160,232],[-49,71],[-16,24],[-138,195],[-132,203],[-111,177],[-81,149],[-56,122],[-68,152],[-82,218],[-80,223],[-73,213],[-54,170],[-14,56],[-16,81],[-22,114],[-19,118],[-21,98],[-35,139],[-32,116],[-42,139],[-27,83],[-80,224],[-44,107],[-65,160],[-25,69],[-22,78],[-7,34],[-7,50],[-9,64],[-5,57],[-3,174],[0,249],[-3,181],[-5,173],[-6,146],[-66,981],[-14,173],[-3,196],[8,245],[-2,57],[-317,108]],[[736808,932220],[-2,21]],[[736806,932241],[28,-9],[288,-100],[-8,47],[-22,127],[-58,254],[-60,220],[-66,230],[-55,172],[-109,336],[-134,400],[-33,125],[-42,172],[-35,183],[-63,437],[-2,24],[-7,34],[-54,170],[-24,150],[-10,82],[-7,82],[-5,82],[-2,94],[2,94],[5,234],[1,234],[-1,235],[-17,325],[-19,325],[-8,107],[-10,107],[-12,106],[-26,195],[-29,195],[-28,194],[-49,251],[-53,250],[-60,352],[-58,353],[-54,346],[-47,347],[-51,346],[-31,179],[-33,179],[-62,313],[-64,312],[-63,670],[-181,1018],[-121,952],[-75,818],[-33,421],[-73,915],[-181,1478],[8,82],[-68,343],[-90,618],[-106,902],[-45,563],[-30,-4],[-88,-3],[-85,3],[-32,6],[-27,6],[-40,24],[-11,41],[2,34],[20,44],[40,46],[6,7],[57,52],[79,58],[61,32],[-2,13],[-11,79],[-15,468],[-45,701],[8,577],[5,430],[2,429],[30,384],[136,918],[91,535],[120,534],[91,434],[75,417],[106,451],[0,351],[-46,234],[-96,321]],[[734995,957534],[324,-68],[23,-67],[5869,3455],[999,-2520],[531,-1344],[2220,-8175],[993,-4155],[966,-3354],[1552,-2695],[1943,-3370],[2995,-5659],[1444,-2963],[650,-1213],[34,-80],[218,-516],[98,-230],[48,-115],[-9,-268],[-53,-1470],[-181,-1869],[276,-941],[188,-248],[324,-428],[296,-416],[473,-665],[628,-545],[398,-114],[96,-27],[682,-158],[1454,-337],[324,-75],[1085,-155],[1001,-143],[2926,91],[3049,91],[1945,241],[2170,773],[2292,773],[1574,379],[1338,117],[3639,621],[6383,-195],[1071,-32],[4014,-299],[49,-4],[117,-767],[618,-4041]],[[331851,776096],[-9,-20],[-6,-7],[-7,-9],[-22,-20],[-37,-26],[-10,-14],[-14,-41],[-9,-66],[-1,-46],[0,-94],[10,-129],[11,-106],[22,-170],[11,-50],[1,-26],[12,-42],[5,-10],[6,-15],[10,-22],[24,-40],[17,-41],[5,-28],[-12,17],[-22,9],[-20,3],[-68,0],[-8,0],[-18,0],[-41,18],[-7,9],[-1,14],[3,20],[-26,12],[-6,-10],[-3,-12],[0,6],[0,11],[0,5],[0,18],[3,585],[-2,308],[2,6],[6,3],[129,-2],[40,1],[18,3],[7,5],[9,14],[-2,-21]],[[377928,777482],[115,-52],[70,-32],[-283,-572],[-13,-25],[-40,-78],[-24,19],[-54,42],[-151,119],[-46,36],[-44,35],[-41,34],[-26,19],[-69,50],[-57,41],[-143,100],[-154,106],[-36,20],[-20,17],[-8,16],[0,15],[3,12],[2,6],[2,6],[7,13],[11,12],[11,2],[9,0],[1,0],[9,-4],[11,-3],[16,17],[168,309],[19,34],[38,68],[7,5],[12,11],[20,-2],[0,0],[11,-5],[0,0],[14,-12],[141,-99],[-8,-27],[18,-26],[28,-12],[110,-50],[191,-87],[78,-35],[95,-43]],[[380895,777904],[131,-19],[109,0],[126,13],[115,25],[81,31],[6,4],[26,5],[8,-44],[107,-1080],[297,-198],[-15,3],[-25,10],[-82,41],[-27,12],[-24,7],[-32,-1],[-19,-2],[-26,-9],[-16,-9],[-30,-29],[-11,-14],[-15,-28],[-12,-42],[-3,-26],[0,-25],[2,-19],[4,-28],[7,-22],[8,-19],[50,-95],[43,-72],[43,-75],[25,-42],[13,-33],[5,-28],[7,-42],[0,-26],[-5,-30],[-14,-33],[-22,-47],[-22,-49],[0,0],[-5,-12],[-1,-2],[0,-1],[-10,-21],[-9,-28],[-4,-21],[1,-15],[2,-14],[-178,-152],[-13,7],[-54,5],[-29,-28],[-10,-11],[-31,-19],[-33,-21],[-47,-54],[-8,-24],[-2,-31],[1,-16],[-173,-146],[-7,9],[-2,0],[-11,0],[-36,-1],[-25,-2],[-11,-17],[-20,-11],[-35,-23],[-17,-20],[-12,-13],[-10,-17],[-29,-24],[-1,-8],[-3,-2],[-4,-7],[1,-23],[-5,-34],[-176,-148],[0,2],[-65,-1],[-5,-7],[-10,-2],[-13,-8],[-15,0],[-30,6],[-30,11],[-17,6],[-8,6],[-22,20],[-24,31],[-24,37],[-64,94],[-3,-2],[-11,11],[-50,41],[-29,26],[-29,25],[-29,43],[-189,299],[-105,155],[-518,663],[-82,95],[-207,221],[-68,65],[-7,4],[7,-4],[14,7],[166,210],[306,387],[680,835],[88,-32],[67,-17],[54,-59],[95,-72],[65,-49],[17,-5],[145,-43],[143,-19]],[[323786,802383],[25,-10],[167,-70],[33,-14],[49,-22],[92,-38],[3,-1],[56,-7],[57,9],[46,25],[108,10],[93,-94],[24,-20],[-2,-5],[-8,-15],[-27,-58],[-3,-6],[-5,-11],[211,-125],[120,-73],[2,-1],[79,-48],[-4,-12],[-1,-10],[55,-32],[53,-30],[48,-29],[58,-34],[40,-23],[-20,-11],[-22,0],[-15,5],[-15,11],[-13,17],[-8,7],[-12,7],[-41,30],[-19,7],[-22,6],[-25,23],[-39,27],[-27,-2],[-26,-13],[-24,-4],[-27,3],[-67,47],[-38,31],[-36,22],[-20,5],[-27,9],[-23,7],[-72,37],[-18,10],[-15,13],[-13,7],[-15,5],[-35,10],[-30,15],[-10,7],[-19,7],[-20,3],[-31,9],[-31,2],[-14,4],[-23,10],[-14,9],[-9,6],[-24,-33],[-12,-12],[-13,-7],[-16,-3],[-20,-2],[-28,-1],[-61,6],[-26,6],[-37,10],[-45,15],[-58,27],[-47,23],[-63,25],[-26,7],[-50,7],[-30,0],[-50,2],[-31,2],[-31,3],[-31,7],[-28,8],[-26,12],[-40,36],[-40,34],[-54,43],[-27,18],[-48,17],[-39,13],[-11,5],[-26,20],[-21,11],[-34,14],[-47,5],[-34,-1],[-27,-9],[-42,-20],[-27,13],[-25,12],[42,20],[51,19],[18,5],[25,0],[24,-1],[33,-3],[36,-1],[19,1],[22,9],[28,14],[35,31],[28,22],[10,14],[11,23],[67,-10],[50,-7],[21,-2],[76,-17],[79,-24],[135,-49],[51,-1]],[[354765,836798],[4,-21],[13,18],[18,-2],[3,-23],[127,-903],[209,-800],[44,-87],[52,-77],[79,-19],[69,0],[79,-29],[43,-58],[0,-116],[-52,-173],[-35,-434],[-9,-386],[35,-299],[44,-241],[78,-144],[-4,-14],[266,-882],[292,27],[321,29],[332,31],[669,610],[748,726],[770,-324],[-4892,-8341],[-370,-782],[-168,-559],[-67,-447],[-6,-763],[-22,-3006],[6,-4756],[-485,-394],[-5803,-4364],[-1506,-1129],[-1323,-1062],[-1287,-1205],[-2715,-2927],[-2570,-2799],[-2223,-2975],[6942,-329],[4207,92],[4225,236],[1075,-41],[-70,-1705],[-375,-71],[-457,-168],[-454,-194],[-459,-164],[-467,-134],[-465,-138],[-452,-174],[-442,-210],[-435,-229],[-426,-251],[-412,-273],[-387,-311],[-366,-347],[-365,-349],[-380,-327],[-385,-318],[-390,-312],[-391,-309],[-399,-297],[-399,-296],[-382,-323],[-368,-344],[-370,-341],[-387,-313],[-413,-271],[-428,-246],[-432,-234],[-438,-219],[-444,-206],[-446,-198],[-452,-183],[-460,-152],[-469,-114],[-475,-91],[-477,-71],[-483,-37],[-469,-94],[-447,-195],[-428,-249],[-423,-265],[-401,-301],[-319,-382],[-234,-467],[-155,-394],[-4,33],[-21,40],[-24,25],[-23,12],[-23,9],[-32,6],[-71,3],[-108,-1],[-600,-15],[-77,-4],[-61,-5],[-61,-12],[-39,-9],[-35,-14],[-209,-112],[-493,-271],[-148,-82],[-24,-12],[-43,-13],[-16,-2],[-135,26],[-21,1],[-1013,17],[-9,16],[-55,57],[-110,84],[-20,20],[-16,22],[-26,42],[-13,31],[-7,30],[-1,30],[1,31],[6,39],[18,60],[9,30],[77,201],[41,85],[43,63],[23,22],[52,28],[21,19],[21,26],[12,23],[6,23],[0,13],[-2,15],[-8,21],[-10,17],[-14,16],[-18,13],[-23,9],[-25,1],[-23,-7],[-24,-13],[-84,-71],[-54,-68],[-34,-49],[-21,-39],[-29,-61],[-77,-216],[-17,-35],[-17,-23],[-20,-14],[-16,-7],[-18,-3],[-22,1],[-15,8],[-70,64],[-35,30],[-21,12],[-319,224],[-8,8],[-1,1],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,2],[-2,1],[-1,0],[-1,1],[-2,1],[-1,1],[-1,1],[-2,1],[-1,0],[-2,1],[-1,1],[-1,0],[-2,1],[-1,0],[-2,0],[-1,1],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,-1],[0,-1],[-1,0],[-1,-1],[-1,-1],[-1,-1],[0,-1],[-1,-1],[-1,-1],[0,-1],[-1,0],[-1,-2],[0,0],[-7,-7],[-53,-102],[-8,-1],[-48,12],[-44,4],[-33,2],[-59,2],[-76,3],[-131,7],[-16,1],[-80,4],[-8,1],[-143,33],[-49,5],[-142,-3],[-106,1],[-240,12],[-1141,65],[-130,-2],[-479,-19],[-149,0],[-61,-5],[-44,-5],[-68,-20],[-64,-22],[-1044,-430],[-72,-25],[-75,-21],[-70,-10],[-55,-2],[-88,12],[-679,125],[-376,66],[-87,-1],[-13,7],[-38,0],[-1,1],[-3,0],[-8,3],[-11,2],[-14,1],[-12,0],[-8,0],[-20,-2],[-42,-3],[-60,-4],[-67,-5],[-21,-1],[-33,-3],[-49,-4],[-37,-3],[-4,0],[-361,-24],[-395,-29],[-109,-11],[-132,-17],[-80,-16],[-84,-22],[-119,-31],[-268,-85],[-57,-15],[-145,-36],[-206,-44],[-1100,-257],[-13,-6],[-10,-7],[-8,-6],[-18,-21],[-132,-236],[0,0],[-155,-279],[-170,-295],[-34,-53],[-25,-39],[-38,-60],[-312,-542],[-65,-125],[-89,-176],[-93,-193],[-18,-42],[-3,-7],[0,0],[-1,-2],[-193,-398],[-134,-264],[-126,-229],[-158,-230],[-18,-14],[-94,-138],[-61,-82],[-56,-99],[-15,-27],[-10,-17],[-6,-11],[-3,-5],[0,5],[0,5],[0,15],[-1,32],[5,117],[0,26],[-5,12],[-13,16],[-13,6],[1,0],[6,4],[3,2],[3,2],[-8,184],[-171,4090],[-60,1441],[-155,3692],[102,-15],[-2,-31],[193,-83],[385,-298],[438,-173],[474,-111],[765,0],[511,-48],[709,122],[472,259],[581,446],[453,341],[962,662],[780,555],[689,532],[943,703],[634,550],[761,739],[1043,1530],[-31,24],[-116,88],[25,-8],[24,-2],[26,3],[20,10],[15,13],[10,16],[3,20],[0,21],[-5,23],[-12,26],[-83,169],[-8,19],[-4,9],[-1,21],[16,346],[-3,31],[-7,45],[-14,48],[-13,33],[-11,13],[-17,11],[-15,7],[-10,-3],[-15,-6],[-8,-9],[-7,-10],[-1,-7],[0,-3],[2,-9],[5,-5],[0,-19],[0,-39],[-6,-46],[-5,-36],[-1,-1],[0,-16],[-12,-56],[-16,-47],[-9,-39],[-6,-46],[-5,-24],[-6,-12],[-10,-8],[-11,-3],[-12,0],[-14,5],[-39,18],[-39,23],[-27,21],[-28,25],[-24,25],[-33,41],[-47,50],[-104,97],[-33,25],[-41,25],[-33,27],[-36,27],[-29,21],[-43,26],[-46,30],[-34,24],[-27,23],[-22,26],[-13,17],[-6,11],[-1,10],[0,12],[5,19],[9,24],[25,45],[2,9],[-2,7],[-4,6],[-10,7],[-13,2],[-12,-2],[-13,-8],[-14,-11],[-9,-10],[-16,-9],[-16,-4],[-11,1],[-8,3],[-10,10],[-21,24],[-27,25],[0,0],[-1,1],[-33,23],[-37,25],[-27,15],[-17,9],[-37,17],[-27,14],[-18,13],[-11,11],[-8,13],[-11,23],[-12,34],[-9,26],[-3,21],[-6,29],[-11,30],[-2,5],[-12,26],[-12,31],[-18,28],[-40,50],[-30,38],[-12,32],[0,0],[-71,195],[-5,15],[-5,16],[-8,17],[-20,56],[-20,-5],[-1,11],[-2,-1],[0,0],[-4,-2],[0,0],[-25,-9],[-3,-1],[0,0],[0,0],[-3,-2],[-7,16],[-70,-18],[-7,2],[0,0],[-4,8],[1,3],[6,18],[5,18],[0,1],[3,9],[2,10],[1,3],[1,4],[0,6],[1,5],[0,1],[0,7],[0,7],[-1,5],[0,4],[-1,5],[-1,5],[-1,6],[-1,4],[-1,2],[-3,7],[-3,9],[-2,6],[-4,8],[-2,7],[-3,7],[-3,5],[-4,7],[-2,5],[-3,4],[-2,3],[-2,5],[-3,5],[-3,6],[-5,8],[0,0],[-10,13],[-4,6],[-4,6],[-4,4],[-5,6],[-6,5],[-5,4],[-1,1],[-6,4],[-5,3],[-7,3],[-5,2],[-3,1],[-5,1],[-6,2],[-6,0],[-5,0],[-218,3],[-1,0],[-10,0],[-11,-3],[-1,0],[-10,-3],[-12,-6],[0,0],[-17,-8],[-15,-7],[-15,-7],[-16,-7],[-15,-8],[-13,-6],[-3,-2],[-10,-5],[-8,-6],[-5,-3],[-12,-11],[-2,-2],[-12,-12],[-4,-6],[-5,-8],[-7,-17],[0,-2],[-6,-18],[44,-24],[0,-2],[-43,-101],[-7,-16],[3,0],[-3,-6],[19,-5],[-10,-21],[-1,0],[-9,-18],[-6,1],[0,0],[-18,2],[-35,0],[-8,0],[-9,1],[-23,6],[-33,10],[-31,13],[-30,16],[-220,129],[-139,83],[-1,1],[-5,2],[-519,302],[519,-302],[917,1902],[10,2],[22,-8],[94,-38],[90,-36],[230,-88],[79,-28],[43,-12],[87,-26],[68,-24],[31,-11],[19,-7],[18,-8],[13,-11],[10,-11],[24,-28],[65,-88],[14,-25],[17,-18],[21,-21],[25,-21],[36,-26],[35,-21],[45,-21],[63,-27],[39,-14],[8,0],[8,1],[15,11],[30,33],[23,22],[7,7],[20,22],[20,13],[11,4],[39,1],[32,-2],[86,-10],[97,-14],[75,-12],[65,-14],[43,-11],[46,-15],[43,-20],[36,-22],[31,-25],[28,-33],[14,-25],[1,-2],[23,16],[9,-12],[24,-25],[127,-128],[125,-123],[65,-62],[48,-39],[53,-43],[58,-40],[52,-34],[104,-66],[243,-150],[129,-81],[45,-26],[23,-14],[-13,-29],[-14,-7],[0,-11],[0,-2],[-5,-22],[-8,-4],[-31,-1],[-10,-7],[-6,-8],[-5,-7],[-1,-9],[1,-9],[8,-13],[20,-16],[9,-5],[59,-26],[14,-2],[21,0],[7,-2],[3,-6],[11,-36],[7,-16],[5,-5],[10,-3],[6,2],[5,5],[1,11],[-4,14],[-2,16],[2,14],[5,4],[8,0],[11,-3],[13,-12],[12,-16],[12,-25],[55,-103],[30,-56],[36,-73],[5,-10],[36,-66],[11,-19],[26,-33],[24,-30],[20,-18],[19,-13],[33,-13],[79,-24],[83,-31],[95,-34],[14,2],[6,2],[22,10],[9,0],[30,-3],[8,1],[3,3],[0,0],[201,81],[8,3],[26,1],[50,2],[11,4],[26,27],[69,66],[25,12],[31,12],[23,1],[76,0],[356,-3],[38,3],[55,6],[89,12],[34,3],[42,3],[55,0],[66,-1],[65,-5],[93,-4],[42,0],[64,13],[207,42],[39,16],[35,16],[23,19],[17,17],[16,23],[114,264],[16,27],[207,205],[24,5],[41,1],[76,79],[-13,12],[29,29],[11,-12],[246,244],[60,62],[8,9],[1,7],[-4,8],[-10,9],[-96,60],[107,173],[2,12],[111,404],[4,16],[0,1],[-3,17],[-3,13],[-10,15],[-25,32],[-21,18],[-19,18],[-22,14],[-12,5],[-37,5],[-39,0],[0,0],[-29,-2],[-546,-36],[-122,-8],[-28,-8],[-32,-17],[-25,-23],[2,1],[-9,-9],[-16,-26],[-19,-49],[-13,-34],[-16,-43],[-13,-33],[-14,-37],[-23,-60],[-3,2],[-11,4],[-249,101],[-39,36],[8,60],[28,48],[60,104],[181,258],[119,163],[29,41],[0,0],[442,623],[1580,2218],[216,306],[13,1],[11,17],[-18,15],[11,16],[18,-15],[10,13],[-4,14],[662,910],[227,325],[121,177],[977,1393],[327,461],[127,172],[0,-9],[69,97],[99,144],[63,89],[127,182],[19,31],[3,3],[33,48],[16,22],[71,100],[37,49],[1,1],[21,17],[16,9],[16,11],[6,3],[144,30],[0,0],[6,1],[52,3],[58,0],[419,27],[80,-7],[26,-2],[150,-11],[247,-19],[262,-26],[26,-3],[127,-8],[18,-2],[56,-3],[75,-5],[86,-6],[74,0],[2,-4],[8,-16],[10,-10],[13,-2],[9,2],[5,7],[3,9],[0,15],[34,5],[6,-10],[11,-4],[15,-2],[6,5],[7,10],[11,18],[11,17],[19,13],[23,15],[37,5],[57,11],[75,20],[109,21],[21,4],[56,8],[65,12],[131,25],[53,8],[46,8],[37,5],[240,44],[8,3],[119,28],[10,3],[32,8],[160,52],[121,48],[61,26],[47,21],[45,23],[37,17],[51,29],[20,10],[35,20],[9,5],[38,20],[28,16],[31,17],[33,19],[32,21],[36,25],[37,27],[71,47],[56,37],[-2,4],[509,333],[349,231],[57,43],[61,51],[62,49],[85,75],[47,46],[92,94],[44,52],[50,61],[78,98],[53,69],[42,65],[37,59],[46,77],[29,57],[43,90],[132,254],[245,488],[49,88],[23,28],[23,18],[27,10],[19,-1],[18,-5],[18,0],[23,1],[13,5],[5,12],[-2,22],[6,10],[1,5],[1,2],[56,167],[3,1],[5,12],[1,13],[-6,18],[-4,5],[0,1],[0,0],[-3,4],[-1,0],[-4,3],[-6,4],[-12,5],[-30,13],[-31,13],[-12,6],[-11,8],[-8,15],[-4,21],[0,0],[-2,33],[1,15],[0,0],[18,42],[21,47],[4,5],[17,16],[27,19],[12,8],[14,8],[18,10],[50,24],[45,25],[78,41],[19,4],[33,4],[21,-2],[35,1],[26,-3],[16,-1],[29,3],[19,3],[18,5],[20,3],[44,17],[11,4],[9,5],[14,10],[16,16],[16,15],[16,18],[30,34],[16,21],[20,27],[9,14],[9,16],[20,39],[11,19],[8,11],[7,9],[11,16],[10,13],[15,20],[9,15],[11,22],[6,14],[3,7],[140,211],[41,62],[182,273],[6,13],[5,10],[4,20],[1,2],[2,7],[2,9],[1,7],[2,9],[-2,13],[-3,11],[-3,7],[-4,8],[-7,13],[-15,30],[-10,18],[-5,14],[-4,14],[0,7],[4,12],[1,3],[3,7],[4,4],[6,7],[20,19],[5,4],[5,1],[19,6],[23,4],[6,1],[4,-1],[8,-1],[16,0],[11,1],[9,1],[7,3],[7,3],[8,6],[6,5],[19,25],[8,13],[10,25],[4,11],[8,19],[17,80],[30,110],[21,69],[0,0],[18,71],[0,0],[20,119],[49,307],[0,0],[4,10],[62,53],[18,17],[25,22],[12,20],[10,26],[13,44],[-3,43],[-9,23],[-21,21],[-1,2],[-9,9],[-26,28],[-32,33],[3,1],[-7,15],[-9,14],[-1,-1],[-4,7],[33,42],[8,12],[9,15],[12,22],[5,8],[12,13],[19,30],[11,16],[35,47],[16,21],[12,15],[16,19],[28,35],[18,25],[41,52],[31,40],[22,27],[19,25],[26,33],[49,61],[52,61],[19,22],[19,25],[23,27],[29,36],[60,71],[131,150],[63,67],[31,33],[29,31],[59,63],[62,66],[62,66],[53,55],[91,94],[90,92],[87,90],[81,83],[46,49],[15,15],[54,58],[29,31],[27,30],[60,67],[63,67],[60,65],[99,109],[300,333],[71,76],[20,25],[16,22],[6,11],[15,30],[13,24],[4,-1],[0,1],[1,0],[14,37],[8,20],[1,3],[0,0],[15,37],[-6,3],[5,10],[9,28],[7,35],[21,88],[22,77],[6,32],[3,29],[5,37],[7,52],[1,37],[-1,39],[0,41],[1,44],[-8,83],[-4,41],[-2,37],[1,45],[-8,51],[-8,54],[-6,54],[-7,124],[-7,78],[-5,67],[-6,64],[-9,72],[-3,68],[-6,57],[-3,58],[-5,64],[-4,59],[-3,55],[-5,56],[-7,60],[-4,55],[-6,57],[-4,50],[-7,53],[2,42],[-4,46],[-8,135],[-1,40],[-2,50],[-6,49],[3,48],[-3,52],[-1,53],[-2,52],[0,51],[4,53],[-2,55],[1,54],[4,52],[2,50],[4,64],[2,53],[-1,50],[3,45],[4,35],[-1,10],[-2,7],[-3,10],[0,4],[-1,2],[2,8],[10,47],[6,22],[8,24],[-20,13],[7,18],[21,32],[22,28],[31,18],[44,15],[33,8],[32,6],[65,-9],[48,9],[54,17],[55,26],[72,50],[50,32],[18,8],[59,17],[47,11],[44,10],[22,7],[14,6],[15,9],[20,17],[20,22],[20,26],[37,57],[54,85],[56,85],[13,15],[9,10],[20,16],[81,50],[27,19],[20,19],[19,25],[20,34],[21,46],[24,60],[14,42],[6,28],[1,25],[-2,50],[-4,23],[-8,48],[-28,135],[-3,30],[0,26],[2,19],[11,21],[17,17],[32,25],[48,29],[40,23],[20,16],[17,15],[17,20],[8,18],[5,29],[3,30],[0,21],[-5,21],[-10,24],[-15,29],[-34,50],[-5,168],[7,30],[56,117],[36,66],[6,9],[23,34],[27,28],[14,11],[15,-1],[7,-1],[12,5],[13,9],[27,18],[27,22],[47,30],[36,20],[42,27],[22,13],[12,7],[14,5],[39,14],[17,1],[24,2],[30,3],[61,12],[35,7],[44,7],[47,10],[40,8],[46,10],[38,6],[98,32],[62,27],[68,30],[62,23],[67,30],[62,32],[10,5],[58,39],[67,40],[51,34],[59,39],[59,47],[57,56],[55,52],[44,38],[51,50],[41,45],[46,52],[48,60],[44,60],[41,55],[45,60],[46,60],[49,66],[22,29],[25,35],[30,44],[29,38],[35,46],[27,35],[40,55],[31,40],[34,42],[30,34],[25,33],[23,30],[26,33],[25,35],[19,25],[20,24],[20,26],[21,27],[20,25],[15,19],[28,31],[17,18],[27,22],[26,21],[32,21],[30,20],[29,21],[13,11],[-7,15],[-2,5],[149,105],[153,106],[28,26],[10,13],[5,6],[15,18],[11,19],[16,26],[32,56],[24,42],[30,55],[28,50],[16,30],[6,14],[2,7],[5,17],[3,19],[8,36],[10,50],[4,22],[1,19],[-1,46],[0,1],[5,72],[7,53],[15,61],[38,104],[47,115],[89,195],[62,162],[46,126],[102,346],[35,151],[25,121],[18,103],[25,144],[54,421],[18,216],[12,295],[14,402],[2,243],[-4,140],[-32,509],[-32,303],[-129,1173],[-40,364],[-4,53],[3,76],[12,73],[25,127],[8,30],[2,9],[3,15],[17,76],[15,76],[21,108],[3,15],[0,7],[0,8],[-1,7],[-3,11],[-3,9],[-5,11],[0,1],[-8,12],[-61,62],[-21,21],[-17,16],[-23,29],[-17,21],[-15,20],[-1,4],[-7,20],[-6,27],[-6,34],[-5,43],[-16,154],[-1,6],[-6,66],[0,21],[-1,54],[-2,23],[-10,78],[-5,55],[-3,28],[2,17],[19,11],[11,6],[1,24],[0,1],[-19,4],[-1,11],[20,2],[1,24],[-1,1],[-1,3],[-7,8],[-23,14],[2,17],[2,56],[-1,0],[13,317],[14,436],[11,311],[10,271],[5,161],[27,810],[30,886],[12,275],[11,-2],[1785,-247]],[[452000,861828],[-17,-184],[-22,-232],[-18,-178],[-10,-103],[-7,-85],[-11,-119],[-3,-27],[-4,-25],[-6,-22],[-7,-21],[-7,-16],[-11,-23],[-12,-20],[-8,-11],[-13,-15],[-42,-57],[-51,-76],[-53,-81],[-47,-71],[-52,-78],[-46,-70],[-55,-83],[-46,-71],[-23,-36],[-8,-22],[-7,-9],[-25,-33],[-16,-17],[-17,-14],[-14,-9],[-24,-16],[-21,-12],[-21,-8],[-18,-5],[-14,18],[-34,50],[-59,75],[-27,29],[-42,39],[-58,42],[-37,19],[-33,17],[-68,34],[-19,7],[-62,24],[-8,4],[-19,8],[-52,6],[-62,-2],[-84,-20],[-82,-35],[-81,-48],[-58,-47],[-52,-56],[-2,-4],[-41,-14],[-28,-57],[-2362,838],[286,926],[853,-93],[512,0],[406,47],[256,63],[213,142],[136,189],[64,276],[21,228],[1662,-164],[-7,-8],[-45,-50],[-29,-36],[-32,-46],[-27,-43],[-25,-46],[-21,-43],[-23,-54],[-17,-48],[-13,-41],[-12,-44],[-10,-51],[-5,-26],[-17,-156]],[[361538,885680],[3,-564],[0,-14],[7,2],[7,-3661],[1,-413],[125,-7410],[-2,-11],[-342,-960],[-490,-887],[-509,-894],[-32,-948],[867,-192],[690,719],[390,935],[432,923],[403,-546],[402,-813],[943,168],[-84,-912],[-672,-765],[-617,-781],[-713,-673],[-835,-520],[-109,869],[-840,244],[-895,-368],[-921,-189],[-936,72],[-918,209],[-925,164],[-934,14],[-856,-399],[-718,-673],[-781,-575],[-789,-558],[-816,-481],[-574,-828],[-638,-738],[-196,-1023],[208,-1015],[516,-863],[416,-925],[165,-356],[975,-885],[436,-396],[768,-685],[767,-590],[853,-330],[-453,-1072],[-102,-83],[-645,-503],[-386,-271],[-902,-635],[-422,-296],[-1171,-819],[-37,-63],[-7,0],[-13,1],[-5,0],[-6,0],[-6,0],[-1,0],[-1,0],[-5,-1],[-3,0],[-13,-2],[-7,-4],[-10,-5],[-41,-25],[-67,-40],[-29,-17],[-147,-82],[-79,-44],[-25,-17],[-138,-82],[-57,-34],[-43,-25],[-1,-1],[0,0],[-71,1],[-53,0],[-4,0],[-15,-4],[-80,-10],[-60,14],[-36,21],[-34,55],[-69,105],[-132,196],[-104,159],[-240,346],[1,5],[26,9],[31,10],[14,11],[8,24],[-2,21],[-88,-25],[-11,1],[-8,4],[-3,22],[-4,19],[-16,0],[-1,3],[-12,4],[-10,3],[-3,7],[-1,4],[0,0],[17,15],[1,9],[-10,41],[-6,15],[-2,3],[0,0],[-1,4],[-4,9],[-38,243],[-92,646],[-1,6],[-1,0],[-13,94],[-16,125],[-15,120],[-37,284],[-7,51],[-1,8],[-14,99],[-11,104],[-15,136],[-23,194],[-20,156],[-20,191],[-7,51],[-8,42],[-12,51],[-12,50],[-15,47],[-11,34],[-18,39],[-25,52],[-12,24],[-17,34],[-11,23],[-17,48],[-11,46],[-2,8],[-2,9],[0,4],[-6,44],[-8,44],[-25,215],[-4,34],[0,1],[0,16],[1,8],[1,19],[-6,58],[-1,16],[-8,93],[-5,47],[-7,46],[-15,114],[0,2],[-12,90],[-12,100],[-14,115],[-4,29],[-13,124],[-20,147],[-17,124],[-6,40],[-14,79],[-15,75],[-15,63],[-14,49],[0,3],[-5,15],[-15,54],[-19,59],[-11,32],[-8,24],[-23,61],[-21,49],[-23,51],[-24,51],[-26,49],[-29,51],[-27,47],[-69,100],[-15,2],[-39,49],[-39,43],[-26,25],[-30,31],[-65,48],[-121,76],[-61,12],[-69,-19],[-120,70],[-218,30],[-2,-88],[-27,2],[0,0],[-5,39],[-5,44],[-2,42],[2,11],[-26,1],[-13,3],[-32,17],[-23,7],[-40,2],[-27,-2],[-11,-5],[-6,-10],[-7,-36],[-9,-22],[-7,-18],[-13,-23],[-18,-15],[-23,-15],[0,0],[-199,19],[-64,8],[0,0],[1,54],[-2,24],[-9,14],[-27,17],[-125,69],[-32,21],[-20,19],[-9,13],[-7,10],[-26,61],[-44,104],[-15,37],[-30,79],[-11,30],[-10,16],[-1,1],[-43,108],[-25,45],[-11,18],[0,1],[-1,21],[131,-25],[26,-4],[42,-8],[-9,96],[-19,183],[-10,117],[-8,98],[-16,37],[-70,38],[-19,12],[-58,128],[-63,33],[-26,3],[-46,-26],[-55,-47],[-51,10],[-46,21],[-35,-10],[-14,-5],[-130,-8],[-124,-14],[-21,113],[-33,79],[-96,1],[-72,159],[-18,96],[0,1],[2,37],[14,64],[19,79],[10,34],[16,30],[28,38],[23,24],[26,13],[19,11],[14,16],[15,30],[15,28],[26,32],[48,52],[53,61],[24,22],[28,16],[12,4],[2,0],[164,93],[-9,22],[-7,-3],[-10,0],[-7,3],[-3,4],[-1,10],[7,5],[-26,0],[-24,5],[-36,16],[-29,20],[-24,20],[-20,16],[-15,11],[-21,9],[-64,14],[-5,-6],[-5,-4],[-6,3],[-6,15],[6,7],[-15,8],[-19,18],[-22,24],[-22,33],[-16,30],[-14,30],[-6,20],[-1,29],[53,31],[4,84],[-17,47],[-32,30],[-47,18],[-182,35],[-186,0],[-174,-27],[-8,-1],[-33,-8],[-80,-23],[-70,-23],[-60,-28],[-52,-30],[-43,-22],[-436,759],[-619,1079],[-2983,6287],[-172,363],[97,67],[88,61],[3204,2205],[77,53],[2597,1787],[1160,798],[2976,2048],[1919,1321],[390,268],[6333,4359],[45,30],[90,62],[1506,1037],[413,284]],[[773328,908349],[-24,-236],[-4,-39],[-8,-83],[-7,-73],[-4,-75],[-3,-52],[-2,-24],[-4,-46],[-8,-110],[-7,-90],[-8,-73],[-8,-81],[-9,-77],[-6,-58],[-15,-150],[-9,-99],[-15,-144],[-24,-218],[-28,-257],[-22,-204],[-10,-98],[-21,-188],[-15,-152],[-9,-104],[-5,-71],[-2,-54],[-2,-61],[-1,-63],[2,-50],[3,-69],[3,-59],[4,-76],[5,-57],[4,-49],[4,-38],[7,-45],[14,-97],[29,-180],[34,-181],[18,-88],[24,-117],[32,-151],[31,-151],[37,-172],[27,-129],[40,-191],[46,-223],[64,-332],[48,-233],[72,-356],[7,-41],[8,-26],[5,-49],[1,-47],[-1,-33],[-1,-29],[-3,-33],[-4,-33],[-7,-31],[-6,-23],[-10,-26],[-8,-21],[-6,-17],[-11,-20],[-11,-23],[-12,-19],[-14,-22],[-26,-33],[-80,-89],[-81,-90],[-64,-74],[-82,-92],[-37,-39],[-21,99],[-8,15],[-5,22],[16,18],[-162,799],[-342,1682],[-146,293],[-363,758],[-6,10],[2,16],[8,94],[2,29],[-101,-18],[2,9],[-2,74],[-5,48],[-8,37],[-36,186],[-35,184],[-21,120],[-8,61],[-24,180],[-8,91],[-4,90],[1,4],[3,57],[12,121],[33,290],[1,78],[-5,91],[-34,279],[-23,181],[-1,60],[-10,75],[-3,45],[-6,107],[-6,145],[-13,179],[-19,115],[-5,44],[2,21],[5,15],[11,20],[13,6],[38,-3],[22,-3],[45,-6],[37,-4],[56,-5],[48,-1],[43,-2],[56,4],[42,9],[39,13],[40,20],[38,20],[41,24],[20,16],[30,24],[44,37],[33,29],[25,22],[7,12],[18,28],[13,20],[31,51],[23,38],[22,39],[14,26],[17,28],[34,37],[25,24],[22,21],[29,20],[28,15],[22,8],[30,2],[26,-2],[31,-2],[21,-3],[24,-4],[44,-4],[56,-6],[73,-8],[56,-6],[28,-5],[17,-4],[40,-15],[18,-18],[17,-16],[21,-41],[10,-38],[-1,-41],[0,-37],[-6,-64],[-6,-61],[-7,-84]],[[511808,913187],[-163,-29],[-23,1],[-21,5],[-22,9],[-12,4],[-14,5],[5,-34],[-3,0],[-6,-12],[-14,-17],[-16,-4],[-35,-7],[-97,-17],[-10,7],[-2,2],[-42,-1],[-4,39],[3,6],[39,6],[6,-47],[6,10],[14,4],[78,16],[31,4],[22,5],[15,32],[7,9],[1,2],[13,-2],[13,-4],[22,-10],[24,-8],[17,0],[93,17],[70,13],[5,-4]],[[532006,924473],[-35,-15],[-20,-6],[-10,-1],[-32,0],[-1,0],[-3,1],[-3,1],[-3,0],[-3,1],[-3,1],[-4,1],[-3,0],[-3,1],[-3,1],[-3,0],[-3,1],[-3,0],[-4,1],[-3,0],[-3,0],[-3,1],[-3,0],[-3,0],[-4,0],[-3,0],[-3,0],[-3,0],[-3,0],[-3,0],[-4,0],[-3,0],[-3,-1],[-3,0],[-3,0],[-3,-1],[-4,0],[-3,-1],[-3,0],[-3,-1],[-3,0],[-3,-1],[-3,-1],[-3,-1],[-3,0],[-3,-1],[-3,-1],[-2,-1],[-3,-1],[-3,-1],[-6,-2],[-4,-2],[-1,0],[-9,-4],[-3,-2],[-3,-1],[-3,-1],[-3,-2],[-2,-1],[-3,-2],[-3,-2],[-100,-59],[-56,-30],[-90,-35],[-28,-11],[-59,-22],[-84,-18],[-32,-5],[-59,-8],[-36,-4],[-10,-4],[-18,-4],[-142,-38],[-17,-6],[-19,-12],[-38,-25],[-19,-17],[0,0],[-4,-3],[-3,-3],[-3,-3],[-4,-3],[-3,-2],[-3,-3],[-4,-4],[-19,-18],[-99,-90],[-13,-12],[-44,-34],[-113,-64],[-89,-52],[-26,-14],[-238,-139],[-17,-9],[-7,-3],[-11,-3],[-9,-1],[-45,50],[-8,8],[-45,-39],[-182,-157],[-91,-76],[-113,-98],[9,-9],[-37,-32],[-12,-9],[-1,-1],[-5,-4],[-5,-3],[-4,-3],[-5,-3],[-5,-3],[-5,-3],[-5,-3],[-5,-3],[-5,-3],[-5,-3],[-5,-3],[-5,-3],[-5,-2],[-5,-3],[-5,-3],[-107,-56],[-16,-8],[-35,-18],[-125,-65],[-5,-2],[-4,-3],[-6,-3],[-7,-4],[-10,-6],[-10,-7],[-4,-2],[-4,-3],[-3,-2],[-4,-3],[-3,-3],[-4,-2],[-4,-3],[-3,-3],[-4,-2],[-3,-3],[-3,-3],[-43,-35],[-9,-8],[-9,-7],[-289,-239],[-3,-2],[-2,-2],[-3,-2],[-3,-2],[-5,-4],[-5,-3],[-3,-3],[-1,0],[-23,-11],[-39,-16],[-34,-15],[-111,-37],[-2,-1],[-2,0],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-2,-1],[-2,-2],[-2,-1],[-1,-1],[-2,-2],[-2,-1],[-2,-1],[-2,-2],[-1,-1],[-2,-2],[-2,-2],[-3,-3],[-4,-4],[-3,-4],[-2,-2],[-1,-1],[-1,-2],[-2,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-1],[-2,-2],[-1,-2],[-61,-112],[-2,-3],[-2,-4],[-2,-3],[-2,-3],[-2,-4],[-2,-3],[-3,-3],[-2,-3],[-2,-4],[-2,-3],[-2,-3],[-3,-3],[-2,-3],[-3,-3],[-2,-3],[-2,-3],[-3,-3],[-2,-3],[-3,-3],[-3,-2],[-2,-3],[-3,-3],[-3,-3],[-2,-2],[-3,-3],[-3,-2],[-3,-3],[-2,-3],[-3,-2],[-3,-2],[-3,-3],[-3,-2],[-331,-260],[-6,-5],[-7,-5],[-6,-6],[-7,-5],[-6,-5],[-6,-5],[-7,-6],[-6,-5],[-6,-6],[-8,-6],[-17,-15],[-2,-2],[-16,-14],[-14,-13],[-6,-6],[-6,-6],[-7,-6],[-6,-6],[-7,-7],[-6,-6],[-6,-6],[-7,-7],[-6,-6],[-6,-6],[-6,-7],[-6,-6],[-6,-7],[-7,-6],[-6,-7],[-6,-6],[-6,-7],[-66,-73],[-10,-11],[-8,-10],[-17,-19],[-3,-3],[-11,-10],[-2,-2],[-33,-38],[-20,-22],[-26,-28],[-86,-97],[-25,-28],[-16,-17],[-31,-32],[-80,-91],[-15,-17],[-2,-1],[-11,-13],[-15,-17],[-2,-3],[-136,-152],[-3,-3],[-3,-3],[-3,-3],[-2,-3],[-3,-3],[-3,-3],[-3,-3],[-3,-2],[-10,-12],[-10,-11],[-10,-11],[-11,-11],[-10,-12],[-10,-11],[-11,-11],[-10,-11],[-11,-11],[-10,-11],[-11,-11],[-10,-11],[-11,-11],[-10,-10],[-11,-11],[-11,-11],[-10,-11],[-11,-10],[-11,-11],[-11,-11],[-10,-10],[-11,-11],[-11,-10],[-11,-11],[-11,-10],[-11,-11],[-2,-2],[-2,-2],[-2,-2],[-2,-3],[-3,-2],[-2,-2],[-2,-2],[-69,-66],[-94,-88],[-134,-128],[-25,-24],[-10,-10],[-10,-9],[-10,-9],[-10,-9],[-10,-10],[-10,-9],[-10,-9],[-10,-9],[-10,-9],[-10,-9],[-11,-9],[-10,-9],[-10,-9],[-10,-9],[-10,-9],[-11,-9],[-10,-9],[-10,-8],[-11,-9],[-12,-10],[-12,-11],[-13,-10],[-10,-8],[-2,-2],[-13,-11],[-2,-1],[-1,-1],[-1,0],[-5,-5],[-44,-32],[-65,-49],[-65,-50],[-54,-39],[-6,-4],[-26,-18],[-27,-17],[-13,-9],[-7,-5],[-19,-13],[-14,-8],[-10,-7],[-10,-6],[-10,-6],[-10,-7],[-3,-2],[-189,-108],[-63,-35],[-21,-11],[-26,-15],[-117,-68],[-21,-12],[-7,-4],[-7,-4],[-7,-4],[-7,-4],[-7,-4],[-3,-2],[-40,-21],[-46,-34],[-9,-6],[-4,-2],[-6,-5],[-7,-5],[-7,-4],[-7,-5],[-6,-5],[-7,-5],[-7,-5],[-6,-5],[-7,-5],[-6,-5],[-7,-5],[-7,-5],[-6,-5],[-7,-5],[-6,-5],[-6,-5],[-7,-6],[-6,-5],[-7,-5],[-40,-34],[-1,-1],[-1,-1],[-47,-39],[-33,-28],[-185,-154],[-167,-140],[-36,-30],[-3,-2],[-2,-3],[-3,-2],[-2,-2],[-3,-2],[-3,-2],[-3,-2],[-2,-2],[-3,-1],[-3,-2],[-3,-2],[-3,-2],[-2,-1],[-3,-2],[-3,-2],[-3,-1],[-3,-2],[-3,-1],[-2,-2],[-3,-1],[-3,-2],[-3,-1],[-3,-2],[-3,-1],[-3,-1],[-3,-2],[-2,-1],[-3,-1],[-3,-1],[-36,-13],[-7,-3],[-41,-15],[-15,-6],[-41,-15],[-3,-1],[-2,-1],[-2,-1],[-3,-1],[-2,-1],[-2,-2],[-2,-1],[-2,-1],[-2,-1],[-3,-1],[-2,-2],[-2,-1],[-2,-2],[-2,-1],[-2,-2],[-2,-1],[-2,-2],[-2,-1],[-2,-2],[-1,-2],[-2,-1],[-2,-2],[-2,-2],[-2,-2],[-1,-2],[-2,-2],[-2,-2],[-1,-2],[-2,-2],[-1,-2],[-2,-2],[-1,-2],[-2,-2],[-1,-2],[-2,-3],[-1,-2],[-1,-2],[-1,-3],[-2,-2],[-1,-2],[-21,-43],[-120,-246],[-66,-136],[-18,-38],[-3,-5],[-3,-6],[-3,-5],[-2,-6],[-3,-5],[-3,-5],[-3,-6],[-3,-5],[-3,-5],[-3,-5],[-3,-6],[-3,-5],[-3,-5],[-4,-5],[-145,-233],[-3,-4],[-3,-4],[-3,-5],[-3,-4],[-6,-8],[-7,-8],[-2,-3],[-2,-3],[-3,-2],[-2,-3],[-3,-2],[-2,-2],[-2,-3],[-2,-2],[-16,-9],[-2,-1],[-21,-12],[-10,-5],[-3,-2],[-9,-4],[-1,-1],[-49,-20],[-74,-38],[-33,-13],[-2,0],[-7,-3],[-6,-3],[-7,-3],[-6,-2],[-7,-3],[-6,-3],[-7,-3],[-7,-3],[-6,-3],[-7,-3],[-6,-3],[-6,-3],[-7,-3],[-6,-3],[-7,-4],[-6,-3],[-7,-3],[-6,-4],[-6,-3],[-7,-4],[-6,-3],[-6,-4],[-6,-3],[-7,-4],[-6,-4],[-6,-3],[-6,-4],[-10,-6],[-10,-6],[-7,-5],[-7,-5],[-7,-4],[-2,-2],[-5,-3],[-7,-5],[-6,-5],[-7,-4],[-6,-5],[-6,-4],[-6,-5],[-6,-4],[-6,-5],[-6,-5],[-5,-4],[-6,-5],[-6,-5],[-6,-4],[-6,-5],[-6,-5],[-6,-5],[-5,-5],[-6,-5],[-6,-5],[-5,-5],[-6,-5],[-5,-5],[-6,-6],[-5,-5],[-6,-5],[-5,-6],[-6,-5],[-5,-6],[-5,-5],[-4,-3],[-62,-59],[-40,-46],[-17,-25],[-34,-48],[-41,-73],[-38,-74],[-51,-126],[-60,-204],[-28,-98],[-5,-22],[-2,-5],[-2,-4],[-2,-5],[-2,-4],[-2,-5],[-2,-4],[-2,-5],[-2,-4],[-2,-4],[-3,-5],[-2,-4],[-2,-5],[-3,-4],[-2,-4],[-2,-4],[-84,-145],[-55,-91],[-106,-179],[-26,-40],[-15,-20],[-27,-30],[-77,-73],[-28,-28],[-42,-41],[-93,-86],[-92,-86],[-60,-53],[-87,-82],[-52,-41],[-114,-76],[-34,-27],[-28,-27],[-29,-32],[-17,-18],[-5,-7],[-60,-74],[-57,-69],[-44,-54],[-58,-71],[-13,-15],[-8,-10],[-9,-9],[-32,-35],[-30,-27],[-39,-32],[-33,-29],[-20,-14],[-16,-11],[-4,-3],[-9,-6],[-26,-14],[-19,-13],[-22,-17],[-33,-29],[-37,-34],[-17,-18],[-8,-8],[-1,-1],[-68,-77],[-24,-27],[-29,-24],[-37,-28],[-35,-20],[-31,-20],[-3,-2],[-53,-22],[-50,-24],[-43,-31],[-43,-47],[-37,-46],[-23,-42],[-5,-11],[-10,-21],[-1,-3],[-24,-58],[-53,-181],[-49,-178],[-21,-60],[-56,-199],[-12,-35],[-13,-16],[-72,-64],[-96,-85],[-133,-113],[-65,-56],[-102,-98],[-54,-51],[-46,-42],[-34,-24],[-36,-20],[-85,-48],[-115,-61],[-47,-25],[-26,-15],[-77,-49],[-57,-47],[-62,-62],[-24,-35],[-9,-18],[-3,-8],[-4,-9],[-24,-58],[-39,-108],[-2,-7],[-6,-18],[-18,-57],[-12,-29],[-1,-4],[-3,-4],[-2,-5],[-3,-5],[-3,-5],[-2,-4],[-3,-5],[-3,-5],[-3,-4],[-3,-5],[-2,-4],[-3,-5],[-3,-4],[-3,-5],[-3,-4],[-3,-5],[-4,-4],[-3,-5],[-3,-4],[-3,-4],[-3,-4],[-4,-5],[-3,-4],[-3,-4],[-4,-4],[-3,-4],[-4,-4],[-3,-4],[-4,-4],[-3,-4],[-4,-4],[-3,-4],[-4,-4],[-4,-4],[-3,-3],[-4,-4],[-4,-4],[-4,-3],[-4,-4],[-3,-4],[-4,-3],[-4,-4],[-4,-3],[-1,-1],[0,0],[-20,-17],[-229,-200],[-99,-86],[-9,-8],[-10,-8],[-9,-8],[-9,-8],[-9,-9],[-9,-8],[-10,-8],[-9,-9],[-9,-8],[-9,-9],[-9,-8],[-9,-9],[-9,-9],[-9,-8],[-9,-9],[-9,-9],[-9,-8],[-9,-9],[-8,-9],[-9,-9],[-9,-9],[-9,-9],[-95,-98],[-12,-12],[-266,-274],[-97,-100],[-25,-27],[-38,-35],[-34,-28],[-40,-30],[-25,-18],[-41,-23],[-41,-20],[-4,-2],[-47,-18],[-50,-13],[-43,-12],[-65,-6],[-65,-1],[-70,6],[-68,11],[-46,17],[-46,15],[-17,8],[-36,17],[-540,276],[-11,14],[-16,11],[-14,-4],[-31,16],[-24,12],[-466,245],[-9,4],[-6,3],[-54,29],[-18,8],[-6,3],[-123,67],[-284,148],[-23,11],[-20,12],[-237,131],[-559,300],[-23,11],[-81,42],[-16,13],[-12,15],[-3,7],[-9,23],[0,38],[-1,63],[-61,6],[-27,-1],[-355,0],[-40,-7],[-37,-6],[-27,-4],[-25,-1],[-29,-2],[-23,1],[-26,5],[-555,118],[-125,26],[-369,78],[-119,25],[-94,20],[-50,8],[-41,4],[-34,1],[-30,-1],[-33,-2],[-23,-3],[-104,-20],[-91,-18],[-24,-5],[-133,-27],[-389,-79],[-115,-23],[-32,-7],[-27,-6],[-8,38],[5,4],[28,6],[14,-33],[53,15],[0,1],[1,0],[20,6],[3,4],[4,5],[1,12],[12,22],[-4,15],[-2,6],[-14,20],[-86,81],[-144,849],[-60,358],[-42,285],[-47,278],[-7,53],[94,249],[7,8],[2352,997],[956,665],[0,1],[24,9],[7,4],[20,12],[199,120],[336,200],[274,165],[9,8],[3,9],[0,22],[4,8],[7,8],[30,-27],[29,18],[43,28],[323,192],[23,13],[32,19],[257,153],[111,68],[19,12],[21,13],[182,106],[18,10],[41,25],[198,115],[315,184],[24,15],[340,201],[706,416],[19,12],[66,39],[208,124],[16,10],[24,16],[284,177],[73,44],[-4,3],[1719,1126],[1,0],[1,-1],[804,-736],[36,27],[4532,3351],[68,27],[4502,2499],[1486,1234],[7,2],[235,194],[-7,8],[8,2],[46,22],[954,29],[130,10],[266,28],[249,48],[193,76],[2,1],[114,60],[18,9],[10,5],[327,172],[240,125],[248,130],[39,20],[179,94],[435,221],[65,34],[43,23],[126,67],[315,163],[152,80],[133,73],[3,1],[40,17],[72,35],[128,65],[222,113],[172,231],[-1,-49],[-3,-11],[-10,-12],[-25,-17],[6,-24],[-30,-89],[21,-18],[60,-73],[184,-224],[67,-84],[297,-364],[123,-144],[48,-64],[14,-26],[12,-38],[6,-32],[0,-21],[-1,-28],[0,-3],[-11,-37],[-2,-10],[-18,-41],[-19,-23],[-36,-31],[-28,-14],[-33,-6],[-15,-4],[-24,-5],[-25,-6],[-219,-44],[-31,-6],[-21,-4],[-51,-16],[-77,-28],[-47,-28],[-103,-65],[-41,-24],[-93,-54],[-23,-13],[-22,-13],[-39,-20],[-84,-39],[-38,-10],[-54,-11],[-67,-9],[-83,-24],[-31,-9],[-8,-2],[-25,-15],[-32,-38],[-28,-42],[-21,-24],[-21,-18],[-32,-18],[-291,-142],[-59,-29],[-72,-50],[-34,-23],[-22,-15],[-168,-113],[-85,-51],[-22,-14],[-55,-22],[-212,-100],[-26,-12],[-15,-7],[-30,-14],[-57,-29],[-21,-11],[-17,-8],[-105,-55],[-21,-10],[-4,-3],[-16,-9],[-151,-90],[-20,-12],[-25,-15],[-44,-23],[-2,-1],[-3,-1],[-3,-2],[-3,-1],[-4,-1],[-3,-1],[-3,-1],[-4,-1],[-3,0],[-4,-1],[-3,-1],[-3,-1],[-4,-1],[-3,0],[-4,-1],[-3,0],[-3,-1],[-137,-19],[-3,0],[-2,0],[-3,-1],[-3,0],[-2,-1],[-3,-1],[-2,0],[-3,-1],[-3,-1],[-2,-1],[-3,-1],[-2,-1],[-3,0],[-2,-1],[-3,-2],[-2,-1],[-3,-1],[-2,-1],[-2,-1],[-2,-1],[-1,0],[-1,-1],[-2,-1],[-3,-2],[-3,-2],[-5,-3],[-10,-5],[-13,-9],[-59,-64],[-40,-44],[-23,-24],[-14,-15],[-17,-18],[-1,-1],[-2,-1],[-1,-1],[-3,-3],[-2,-2],[-3,-2],[-3,-2],[-3,-2],[-2,-2],[-3,-1],[-3,-2],[-3,-2],[-3,-2],[-78,-45],[-4,-3],[-5,-3],[-5,-3],[-5,-2],[-4,-3],[-5,-2],[-5,-3],[-5,-2],[-5,-3],[-5,-2],[-5,-2],[-5,-3],[-4,-2],[-5,-2],[-5,-2],[-5,-2],[-5,-2],[-5,-2],[-5,-2],[-6,-2],[-5,-2],[-5,-2],[-5,-2],[-5,-2],[-5,-1],[-5,-2],[-5,-2],[-5,-1],[-49,-15],[-23,-7],[-129,-38],[-4,-1],[-4,-2],[-5,-1],[-4,-2],[-4,-1],[-5,-2],[-4,-1],[-4,-2],[-5,-2],[-4,-1],[-4,-2],[-4,-2],[-5,-2],[-4,-2],[-4,-2],[-4,-2],[-4,-2],[-4,-2],[-5,-2],[-4,-2],[-4,-3],[-4,-2],[-4,-2],[-4,-3],[-4,-2],[-4,-2],[-3,-3],[-4,-2],[-4,-3],[-4,-2],[-3,-3],[-4,-2],[-4,-3],[-3,-3],[-4,-3],[-4,-2],[-3,-3],[-4,-3],[-2,-2],[-3,-1],[-3,-4],[-3,-2],[-6,-5],[-5,-5],[-3,-3],[-3,-3],[-4,-3],[-3,-3],[-3,-3],[-3,-3],[-3,-3],[-172,-177],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,-1],[-1,0],[-3,-3],[-3,-3],[-3,-3],[-3,-3],[-3,-3],[-3,-3],[-4,-3],[-3,-2],[-3,-3],[-3,-3],[-3,-2],[-4,-3],[-3,-2],[-3,-3],[-4,-2],[-3,-3],[-4,-2],[-3,-2],[-4,-3],[-3,-2],[-4,-2],[-3,-2],[-4,-2],[-45,-27],[-292,-172],[-399,-235],[-20,-12],[-61,-36],[-10,-6],[-11,-6],[-10,-6],[-10,-6],[-10,-6],[-10,-7],[-10,-6],[-10,-6],[-10,-7],[-10,-6],[-10,-7],[-10,-6],[-10,-7],[-10,-6],[-10,-7],[-10,-6],[-32,-22],[-239,-162],[-235,-158],[-236,-160],[-89,-43],[-68,-34],[-29,-16]],[[518885,916339],[51,-34],[24,28],[29,36],[78,92],[169,202],[131,168],[-25,22],[-108,97],[-77,69],[-17,15],[-14,12],[-11,9],[-79,71],[-125,-39],[-130,-40],[-2,0],[-16,-2],[-4,-157],[-1,-464],[127,-85]],[[513458,915142],[7,-258],[0,0],[1,-89],[159,2],[18,1],[153,2],[-2,84],[-7,292],[-23,53],[-50,-26],[-58,-15],[-21,-5],[-1,0],[-47,-11],[-129,-29],[0,-1]],[[384874,902116],[33,54],[16,11],[243,63],[226,60],[322,83],[48,16],[17,5],[365,110],[233,74],[12,3],[25,8],[294,91],[95,33],[50,22],[58,41],[40,37],[29,42],[41,5],[28,6],[16,4],[16,4],[136,20],[152,-196],[14,-16],[17,-7],[21,-2],[21,7],[17,7],[25,20],[-146,194],[15,13],[8,7],[9,1],[88,15],[1,-1],[26,-4],[49,7],[33,5],[116,32],[18,3],[183,27],[18,2],[11,2],[9,3],[211,26],[51,2],[174,2],[341,2],[0,0],[23,0],[73,0],[62,0],[92,-2],[20,2],[144,2],[234,2],[13,0],[32,0],[-4,0],[18,2],[2,16],[22,-2],[0,-16],[0,-1],[114,-11],[8,-3],[2,-4],[20,-1],[23,-3],[33,-7],[97,-26],[50,-20],[41,-18],[40,-24],[40,-29],[28,-24],[29,-32],[27,-33],[235,-313],[33,-44],[30,-40],[0,-3],[1,-6],[-5,-16],[14,-17],[28,-1],[13,-14],[6,-1],[8,6],[19,13],[4,0],[18,-26],[8,1],[79,14],[-5,21],[9,-7],[15,1],[10,3],[3,7],[0,7],[-6,9],[-7,5],[-2,1],[-23,15],[-14,22],[-3,6],[-13,26],[-7,17],[-7,19],[-5,14],[0,0],[218,165],[13,15],[0,0],[20,23]],[[389801,906206],[-99,4],[-90,10],[-117,18],[-104,19],[-171,51],[-47,11],[-6,-26],[-4,1],[-235,40],[-46,8],[-204,39],[-527,130],[-271,109],[-96,31],[-139,4],[-189,12],[-261,51],[-228,44],[-192,19],[-367,-4],[-310,2],[-209,22]],[[383929,906416],[53,53],[214,208],[187,183],[217,211],[378,368],[41,40],[332,325],[0,0],[2131,2078],[666,650],[1449,1414],[3820,3727],[2412,2354],[2,1],[620,605],[126,123],[118,115],[3301,3222],[285,278],[1250,1219],[0,0],[7,7],[373,327],[2807,2459],[0,43],[3,-9],[38,-94],[57,-105],[38,-73],[75,-63],[66,0],[86,21],[94,42],[57,42],[47,73],[38,73],[9,126],[10,188],[9,126],[10,115],[47,126],[57,115],[76,94],[75,115],[76,105],[66,63],[76,73],[142,84],[122,63],[105,31],[113,42],[161,10],[113,-21],[95,-52],[85,-84],[76,-94],[103,-99],[85,-75],[67,-70],[57,-59],[46,-63],[35,-74],[25,-71],[7,-51],[11,-62],[-7,-79],[-43,-66],[-49,-71],[-60,-47],[-64,-43],[-78,-47],[-89,-47],[-63,-35],[-71,-63],[-71,-70],[-64,-71],[-63,-86],[-68,-114],[-70,-121],[-64,-114],[-43,-74],[-35,-63],[-21,-63],[-25,-55],[-71,-66],[-88,-75],[-99,-70],[-96,-47],[-99,-24],[-89,-4],[-70,-15],[-57,-24],[-57,-47],[-21,-43],[-39,-59],[-14,-62],[0,-63],[18,-59],[28,-55],[67,-70],[85,-90],[71,-71],[85,-71],[106,-70],[117,-78],[110,-71],[102,-63],[128,-51],[127,-54],[160,-47],[141,-44],[167,-35],[173,-23],[152,-20],[163,-20],[177,-11],[145,0],[156,8],[134,7],[142,47],[152,40],[121,58],[88,63],[74,74],[82,91],[53,121],[25,125],[17,110],[15,90],[7,79],[32,66],[53,63],[92,74],[67,24],[81,0],[107,-24],[127,-31],[92,-51],[131,-59],[149,-47],[116,-27],[117,-24],[156,-7],[152,4],[163,0],[212,-24],[252,-20],[205,-4],[163,-15],[216,-24],[226,-27],[312,-31],[212,-32],[202,-51],[184,-59],[181,-82],[148,-82],[72,-51],[36,46],[12,22],[10,27],[0,9],[-13,29],[-19,6],[-36,-2],[-18,10],[-9,21],[3,12],[16,18],[40,19],[29,11],[0,0],[65,-52],[76,-63],[39,-31],[205,-166],[79,-66],[41,-29],[-4,-6],[-10,-2],[9,-7],[15,-13],[-14,-17],[-9,-20],[-2,-13],[0,-44],[8,-20],[25,-45],[29,-25],[66,-37],[613,-385],[33,-20],[23,-6],[50,-5],[204,22],[8,-1],[11,-1],[29,-7],[112,-51],[13,-4],[20,-5],[9,7],[46,11],[276,28],[-13,34],[-3,2],[2,0],[-8,13],[-27,104],[-69,276],[-98,383],[-13,61],[-15,77],[-8,66],[-32,298],[-20,192],[-13,124],[-1,19],[-2,27],[0,45],[8,47],[16,60],[40,135],[57,200],[41,137],[71,233],[21,37],[48,71],[72,103],[24,33],[38,42],[47,45],[63,58],[60,52],[42,30],[54,29],[40,18],[15,5],[1,1],[9,5],[-5,25],[-5,68],[12,73],[27,68],[5,7],[16,-4],[23,7],[27,20],[19,15],[22,16],[24,13],[23,11],[49,14],[66,20],[104,26],[70,13],[60,10],[63,7],[45,5],[36,11],[24,15],[32,25],[19,20],[17,26],[8,18],[9,23],[4,28],[-1,68],[-4,165],[-5,167],[2,9],[132,3],[93,3],[74,0],[3,2],[173,6],[91,4],[70,7],[67,8],[90,16],[111,24],[46,9],[31,3],[93,-1],[203,-4],[22,30],[3,3],[2,4],[9,11],[7,-4],[14,33],[63,86],[-3,23],[38,43],[53,-27],[28,-30],[15,-9],[20,-5],[36,-11],[30,-10],[62,-1],[40,8],[68,-2],[21,0],[20,6],[25,20],[11,16],[41,28],[44,25],[23,14],[32,10],[49,25],[12,18],[75,56],[29,31],[48,36],[14,6],[47,-29],[0,0],[338,-212],[222,-145],[145,-91],[154,-92],[24,-102],[-2,-1],[12,-12],[35,-13],[4,-1],[79,39],[57,30],[18,19],[5,30],[-11,31],[0,0],[0,0],[-47,44],[-30,21],[-9,27],[13,32],[18,16],[12,0],[10,7],[102,72],[160,115],[851,609],[680,495],[38,81],[27,146],[206,177],[95,312],[384,329],[28,15],[226,-15],[16,-1],[20,3],[23,-1],[184,86],[31,11],[26,-17],[896,-342],[457,-185],[86,-21],[54,-2],[20,-2],[25,-1],[21,2],[22,1],[29,12],[13,3],[35,14],[34,21],[192,97],[143,80],[6,4],[236,133],[576,325],[61,14],[73,-5],[564,-14],[340,-173],[579,-300],[153,-87],[52,-25],[29,-13],[29,-14],[177,-39],[322,-72],[337,-82],[208,-61],[123,-39],[145,-42],[23,-7],[216,-68],[95,-20],[33,-2],[77,-1],[60,8],[50,11],[63,17],[76,26],[43,30],[39,42],[17,29],[23,54],[15,44],[7,32],[1,62],[-30,264],[-37,342],[-19,171],[-32,312],[-38,360],[-39,269],[-1,11],[6,15],[8,4],[13,2],[33,-4],[745,-178],[34,-6],[25,-5],[29,-2],[46,2],[93,11],[73,12],[9,1],[50,0],[33,-9],[64,-19],[125,-40],[49,-9],[68,4],[158,24],[140,22],[238,37],[86,14],[38,12],[19,15],[343,243],[21,10],[21,13],[13,11],[91,62],[96,78],[66,71],[219,300],[40,79],[149,287],[109,199],[21,41],[18,34],[45,74],[39,51],[27,24],[35,19],[32,14],[40,8],[26,2],[23,-2],[23,-10],[104,-51],[729,-357],[452,-219],[220,-108],[85,-40],[19,-6],[17,-6],[15,-6],[7,-2],[15,0],[47,7],[45,9],[357,70],[124,23],[151,28],[30,5],[23,7],[26,11],[26,18],[76,83],[81,110],[27,34],[35,30],[276,208],[235,180],[214,163],[114,85],[44,25],[40,19],[33,8],[24,2],[303,-44],[53,-5],[54,-1],[49,5],[48,8],[22,3],[15,5],[135,19],[80,17],[39,9],[108,34],[159,49],[53,19],[87,34],[36,16],[140,88],[109,72],[131,82],[100,65],[76,50],[9,4],[4,0],[11,-2],[45,-46],[20,-21],[14,-16],[35,-24],[29,-8],[33,-7],[19,-5],[18,-7],[0,-1],[18,18],[-8,15],[-1,11],[5,14],[25,19],[82,58],[217,152],[127,88],[18,12],[116,80],[144,100],[163,115],[14,9],[291,204],[180,124],[19,14],[355,246],[5,-7],[138,98],[180,125],[173,120],[154,105],[81,56],[18,13],[11,9],[17,17],[19,21],[25,31],[5,5],[73,83],[81,103],[86,106],[14,18],[274,339],[14,16],[255,317],[13,16],[324,401],[13,16],[416,516],[283,353],[240,304],[12,17],[9,8],[24,16],[41,21],[39,17],[23,14],[38,33],[16,14],[91,58],[298,208],[309,210],[162,126],[51,39],[14,16],[21,35],[29,46],[18,25],[23,28],[37,43],[23,25],[26,27],[23,22],[19,23],[13,24],[19,46],[48,122],[11,19],[133,163],[50,41],[146,147],[58,51],[63,38],[66,29],[62,25],[60,22],[53,9],[67,8],[54,13],[58,21],[28,21],[27,25],[36,54],[25,34],[9,9],[22,9],[201,52],[29,10],[24,22],[34,43],[45,52],[31,30],[44,39],[40,35],[84,62],[58,44],[61,41],[167,102],[69,34],[60,30],[54,23],[64,25],[64,20],[82,23],[44,11],[435,104],[364,78],[96,20],[94,23],[217,51],[453,104],[133,29],[47,27],[34,32],[13,32],[11,72],[0,0],[1,1],[11,2],[-5,15],[-2,6],[6,0],[-1,11],[0,9],[-1,6],[-69,222],[222,10],[149,16],[49,8],[39,10],[14,6],[22,9],[45,18],[66,30],[114,59],[39,18],[24,7],[614,101],[101,15],[102,15],[64,9],[55,3],[40,-6],[318,-56],[25,-4],[18,-5],[164,-12],[31,1],[12,4],[8,10],[3,16],[-11,133],[7,10],[201,37],[27,11],[186,32],[11,5],[7,7],[7,17],[13,14],[16,11],[-17,396],[6,12],[19,-14],[30,-12],[38,-4],[47,-1],[28,2],[89,12],[95,18],[111,21],[59,12],[26,4],[27,4],[44,3],[36,0],[42,-4],[35,0],[35,1],[25,5],[35,4],[28,-2],[26,-8],[32,-10],[31,-4],[87,2],[82,-5],[104,-17],[13,-3],[35,-10],[23,-5],[36,1],[11,0],[68,-2],[46,-3],[40,-6],[40,-6],[61,-10],[77,-14],[51,-12],[38,-8],[44,-10],[24,-1],[5,0],[79,-18],[4,-1],[102,-22],[9,-2],[5,-1],[80,-19],[34,-8],[26,-10],[29,-12],[22,-12],[66,-36],[13,-10],[16,-11],[17,-13],[52,-64],[58,-114],[41,-84],[49,-120],[40,-107],[5,-12],[1,-2],[0,0],[0,0],[0,0],[-3,-9],[-1,-3],[-3,-10],[2,-6],[5,-18],[9,-15],[11,-13],[4,-6],[18,-8],[17,-8],[10,-5],[34,1],[13,16],[0,0],[16,15],[17,28],[19,24],[6,4],[24,-1],[31,-24],[32,-29],[38,-40],[28,-43],[25,-54],[13,-25],[24,-89],[13,-30],[32,-78],[15,-49],[19,-28],[8,6],[14,14],[30,27],[72,50],[80,84],[57,58],[11,11],[49,49],[39,40],[20,18],[38,35],[24,21],[17,14],[29,22],[10,-12],[-1,1],[0,0],[34,-24],[21,-7],[5,-1],[37,11],[32,29],[92,85],[52,61],[51,61],[36,72],[57,73],[42,37],[45,24],[72,55],[57,50],[24,9],[25,-5],[68,-32],[67,-55],[41,-40],[48,-24],[20,-7],[37,-12],[28,-14],[24,-24],[36,-65],[43,-77],[29,-107],[6,-62],[24,-76],[28,-44],[6,-7],[12,-13],[10,-45],[0,-1],[22,-141],[13,-30],[15,-19],[11,-4],[0,0],[27,-6],[28,6],[41,25],[29,17],[9,5],[11,6],[35,16],[27,10],[47,7],[47,-2],[55,0],[18,0],[79,-13],[104,-17],[8,-1],[93,-11],[103,-14],[68,-24],[79,-48],[29,-25],[3,-2],[41,-28],[45,-35],[42,-19],[33,-7],[32,4],[21,-7],[63,4],[38,8],[51,12],[24,3],[56,6],[69,9],[82,22],[31,14],[26,15],[72,22],[18,0],[14,-8],[57,-26],[65,-18],[17,-3],[45,6],[55,-9],[60,5],[144,-1],[53,7],[70,22],[3,9],[0,10],[-21,22],[-5,12],[2,11],[9,7],[29,6],[46,13],[-9,-88],[0,-17],[0,-20],[0,-19],[0,-20],[-1,-328],[-19,-1438],[0,-2486],[47,-5652],[-587,-346],[-758,-1548],[-819,-360],[-132,-65],[-553,-383],[30,-333],[19,-179],[1369,46],[849,23],[-895,-699],[-1031,-64],[-286,-88],[-699,-215],[-675,-350],[-679,-355],[-5216,-3006],[-639,-172],[-944,-251],[-747,596],[-802,480],[49,1047],[-211,982],[-887,7],[-930,-142],[-914,-224],[-908,-260],[-919,-222],[-849,-425],[-819,-512],[-821,-501],[-814,-514],[-792,-554],[-816,-495],[-588,857],[-762,299],[-904,-451],[-804,-534],[-797,-552],[-802,-538],[-821,-500],[-852,-434],[-889,-328],[-906,-277],[-917,-209],[-939,-73],[-929,106],[-925,197],[-906,262],[-872,392],[-795,541],[-758,617],[-782,576],[-804,534],[-861,423],[-907,243],[-935,-78],[-930,-188],[-908,-269],[-828,-473],[-788,-580],[-712,-665],[-565,-836],[-683,-705],[-737,-642],[-592,-805],[-569,-830],[-687,-691],[-791,-567],[-734,-642],[-275,-327],[-1104,1121],[42,56],[-164,68],[-27,27],[-29,-4],[-388,161],[-878,347],[-669,724],[-681,713],[-637,761],[-628,770],[-460,898],[-310,977],[-504,900],[-4069,-4579],[757,-612],[765,-599],[739,-638],[743,-633],[761,-607],[707,-669],[477,-506],[-1703,-1773],[-1150,426],[-2208,578],[-928,178],[-365,33],[-246,-22],[-249,-61],[-310,-111],[-358,-150],[-352,-186],[-489,-271],[-398,-321],[-275,-322],[-153,-237],[-122,-254],[-2,-25],[251,-118],[11,-9],[306,-237],[275,-203],[214,-186],[214,-254],[199,-305],[122,-270],[153,-322],[107,-322],[107,-389],[107,-271],[122,-406],[61,-338],[31,-339],[0,-372],[-31,-339],[-46,-321],[-107,-339],[-152,-457],[-138,-287],[-153,-322],[-183,-321],[-245,-322],[-168,-254],[-171,-220],[-527,-357],[-5,-15],[-230,-203],[-306,-254],[-305,-220],[-276,-203],[-321,-169],[-260,-170],[-275,-101],[-229,-102],[-291,-34],[-428,34],[-443,102],[-413,84],[-275,68],[-183,34],[-62,9],[-168,25],[-229,17],[-199,-68],[-352,-203],[-412,-339],[-276,-253],[-336,-339],[-367,-474],[-351,-406],[-169,-254],[-153,-152],[-118,-119],[-307,-148],[-585,-400],[-1361,-968],[-908,-285],[-410,-251],[-570,-533],[-904,-1082],[-643,-666],[-467,-466],[-556,-351],[-601,-201],[-837,79],[-1070,-171],[-587,-102],[-395,-217],[-483,-350],[-496,-434],[-572,-201],[-675,-20],[-187,-25],[-311,-43],[-309,148],[-310,363],[-243,546],[-125,280],[-58,146],[-70,-19]],[[449351,941325],[25,-110],[34,10],[61,18],[-39,104],[-81,-22]],[[603346,945921],[624,-139],[774,-276],[651,-129],[21,-9],[1,0],[269,-584],[-43,31],[-34,18],[-27,8],[-29,5],[-45,4],[-28,-3],[-54,-13],[-84,-35],[-45,-17],[-45,-18],[-88,-33],[-89,-36],[-418,-163],[-366,-143],[-46,-18],[-31,-9],[-15,-1],[-34,-6],[-13,-3],[-37,-14],[-42,-14],[-408,-152],[-20,-2],[-16,2],[-17,13],[-14,24],[-30,81],[-27,62],[-24,53],[-23,42],[-12,19],[-34,52],[-35,52],[-20,46],[-11,5],[-232,140],[-47,3],[-8,11],[-14,8],[-18,6],[-41,13],[-40,10],[-43,9],[-40,4],[-59,3],[-72,-2],[-54,-7],[-62,-14],[-80,-23],[-39,-16],[-40,-19],[-40,-23],[-34,-24],[-40,-29],[-38,-34],[-39,-35],[-82,-80],[-77,-71],[-29,-25],[-12,-11],[-35,-31],[-40,-31],[-17,-11],[-21,-9],[-38,-11],[-25,-4],[-14,0],[-18,2],[-20,4],[-30,9],[-29,10],[-22,13],[-34,20],[-30,22],[-118,87],[-51,38],[-113,84],[-55,40],[-100,74],[-8,8],[-18,17],[-14,16],[-22,30],[-13,24],[-24,51],[-16,41],[-31,106],[-9,17],[-12,14],[-19,13],[-456,265],[-35,17],[-217,127],[-263,149],[-89,47],[-83,38],[-51,22],[-2,1],[-115,41],[-65,19],[-53,14],[-132,26],[-72,11],[-75,6],[-135,8],[75,-4],[591,258],[-89,50],[161,44],[499,-28],[599,-27],[799,-28],[549,-83],[899,-110]],[[492473,952302],[195,-210],[13,15],[2,2],[42,51],[14,10],[8,5],[24,17],[10,10],[17,18],[18,21],[12,13],[10,9],[15,11],[29,23],[1,0],[0,0],[4,4],[13,15],[10,21],[11,-9],[22,-19],[-10,-14],[629,-536],[29,-29],[23,-35],[7,-36],[3,-39],[5,-42],[26,-80],[29,-68],[39,-61],[48,-53],[55,-44],[105,-64],[107,-57],[110,-52],[186,-81],[53,-28],[50,-37],[973,-841],[40,-35],[-2,-1],[35,-30],[75,-65],[8,-7],[1,6],[221,-201],[205,-177],[66,-53],[69,-47],[73,-43],[75,-36],[77,-30],[76,-23],[2,-1],[80,-17],[77,-13],[90,-9],[92,-8],[56,-3],[59,-1],[57,0],[56,-3],[81,-12],[134,-18],[210,-27],[97,-13],[99,-13],[34,-4],[287,-38],[26,-4],[372,-49],[294,-40],[56,-7],[328,-44],[119,-16],[130,-17],[441,-59],[628,-87],[-1,13],[202,-27],[484,-63],[260,-33],[219,-29],[903,-117],[262,-33],[352,-46],[111,-10],[71,0],[84,9],[94,18],[99,25],[78,23],[83,29],[91,35],[199,102],[51,35],[175,118],[413,275],[385,258],[194,129],[43,21],[64,26],[84,26],[197,54],[206,53],[187,47],[59,15],[305,81],[504,134],[259,68],[208,56],[82,29],[74,31],[58,30],[33,24],[37,28],[74,55],[15,8],[14,8],[53,17],[34,3],[56,5],[37,6],[35,13],[32,22],[34,31],[19,27],[10,18],[2,22],[-4,43],[-11,39],[-12,35],[-11,22],[0,8],[0,6],[2,12],[50,70],[52,63],[40,48],[73,77],[60,61],[56,50],[46,37],[156,108],[230,157],[525,361],[514,356],[189,130],[54,43],[40,37],[61,58],[149,169],[10,7],[8,0],[27,-16],[431,-248],[21,-10],[13,3],[13,7],[12,18],[64,105],[10,9],[9,4],[-21,65],[-5,4],[-6,8],[-2,12],[1,36],[1,43],[-33,24],[-15,-7],[-51,-24],[-10,9],[-6,0],[-78,63],[-181,143],[-4,8],[0,10],[5,10],[32,47],[146,225],[117,215],[25,57],[34,85],[116,278],[172,418],[46,108],[22,47],[26,50],[41,70],[27,45],[33,46],[82,101],[31,32],[42,41],[44,34],[49,31],[61,34],[30,14],[34,17],[94,36],[210,87],[247,99],[199,78],[40,12],[21,4],[95,17],[59,3],[76,2],[179,4],[72,1],[358,8],[134,4],[111,-5],[45,-5],[37,-8],[500,-116],[261,-60],[211,-46],[68,-10],[56,-4],[56,0],[69,5],[49,12],[105,27],[40,-2],[52,-6],[53,-15],[385,-139],[470,-167],[265,-95],[83,-32],[39,-11],[81,-16],[184,-38],[85,-16],[94,-30],[126,-37],[63,-21],[60,-27],[152,-75],[44,-16],[55,-18],[66,-5],[96,-2],[193,9],[204,16],[197,12],[143,5],[127,-5],[234,-5],[418,-12],[208,-9],[107,-5],[52,2],[46,3],[530,-13],[46,-9],[37,-13],[70,-25],[322,-125],[98,-36],[81,-17],[45,-3],[36,-1],[61,2],[100,16],[98,14],[38,2],[71,-12],[62,-14],[44,-20],[32,-22],[41,-33],[36,-39],[32,-41],[25,-40],[43,-95],[88,-208],[14,-7],[16,-4],[16,0],[0,-21],[0,0],[0,-11],[2,-181],[-1,-75],[-1,-51],[1,-63],[2,-72],[1,-69],[2,-126],[0,-43],[0,-233],[-5,-142],[-6,-76],[-23,-169],[-60,-336],[-26,-8],[-31,-9],[10,-47],[-7,-3],[-142,-47],[44,-150],[206,28],[13,62],[2,1],[9,36],[-2,1],[12,57],[1,0],[6,34],[3,10],[48,0],[4,86],[26,-4],[0,0],[-8,-71],[-7,1],[-9,-83],[25,-4],[9,82],[-7,2],[8,72],[40,-6],[22,-3],[24,176],[26,202],[16,107],[0,63],[-4,144],[-2,54],[0,72],[-5,22],[-12,19],[-93,101],[-9,16],[-4,23],[-1,79],[177,-13],[67,4],[-6,128],[-2,66],[1,17],[4,13],[1,27],[3,46],[2,261],[1,124],[9,6],[0,0],[26,-8],[80,-39],[123,-56],[149,-70],[81,-36],[57,-21],[59,-17],[54,-12],[77,-15],[53,-6],[58,1],[66,8],[94,20],[164,31],[111,23],[213,42],[468,98],[41,2],[61,-2],[199,-24],[100,-11],[51,-1],[51,4],[64,6],[68,12],[67,9],[44,2],[46,-9],[66,-19],[100,-34],[70,-29],[91,-35],[47,-13],[49,-10],[56,-10],[90,-9],[67,1],[70,9],[99,23],[153,34],[156,35],[26,2],[111,-57],[65,-32],[49,-20],[41,-13],[47,-9],[55,-6],[461,-57],[102,-12],[37,-1],[42,3],[52,10],[249,44],[23,1],[41,-6],[69,-22],[40,-4],[45,0],[51,5],[44,9],[49,15],[68,27],[240,98],[91,41],[78,37],[138,58],[188,83],[298,132],[93,39],[54,14],[57,8],[100,4],[117,10],[65,8],[58,14],[185,60],[147,47],[64,15],[65,12],[77,7],[139,6],[101,3],[62,9],[84,19],[51,17],[108,38],[126,44],[91,33],[46,18],[50,26],[77,48],[45,26],[34,25],[126,109],[75,60],[55,36],[55,32],[68,34],[51,24],[90,29],[131,46],[268,92],[107,38],[78,23],[116,32],[120,35],[76,18],[161,32],[105,28],[140,39],[141,39],[97,33],[35,14],[62,32],[63,38],[54,35],[53,42],[88,65],[46,31],[69,32],[64,19],[131,20],[58,4],[57,0],[138,3],[194,5],[30,6],[21,4],[111,24],[138,26],[234,46],[37,11],[106,46],[68,28],[72,30],[53,22],[44,13],[87,19],[116,26],[215,45],[43,10],[67,16],[26,10],[116,64],[51,20],[65,24],[81,32],[39,20],[37,25],[8,7],[0,1],[1,1],[21,18],[17,16],[14,10],[7,5],[0,-12],[-2,-92],[-10,-489],[325,-971],[232,-1005],[50,-1036],[-596,-730],[-762,-638],[-573,-801],[-16,-1037],[167,-1028],[-312,-890],[-891,25],[-774,592],[-879,395],[-841,-322],[145,-835],[-893,-336],[-904,-325],[-899,-329],[-882,-348],[-850,-381],[-4,-18],[-98,-28],[-360,-67],[-525,17],[-712,108],[-510,91],[-578,183],[-309,142],[-390,246],[-1096,520],[-1162,892],[-798,544],[-783,566],[-716,673],[-728,650],[-828,489],[-878,361],[-938,-15],[-818,-424],[-451,-924],[-336,-963],[-634,-766],[-648,-753],[-677,-716],[-725,-658],[-734,-645],[-742,-635],[-745,-630],[-737,-642],[-739,-640],[-799,-542],[-849,-443],[-907,-257],[-910,-257],[-648,-64],[-473,-34],[-586,0],[-493,0],[-350,12],[-463,68],[-545,102],[-483,148],[-699,251],[-473,205],[-669,421],[-740,501],[-339,284],[-234,205],[-475,618],[-590,806],[-574,821],[-541,848],[-528,856],[-528,857],[-527,858],[-526,859],[-525,859],[-524,860],[-525,860],[-523,861],[-524,860],[-524,861],[-523,860],[-524,861],[-524,860],[-488,801],[3565,1054],[430,127],[375,110],[452,134],[220,66],[-15,-20],[-363,-473],[-214,-290],[-140,-215],[-103,-232],[-40,-145],[-21,-79],[-19,-211],[-104,-543],[-4,-84],[4,-129],[-18,-312],[-40,-635],[4,-213],[2,-140],[14,-119],[13,-88],[13,-76],[32,-262],[116,-388],[100,-401],[141,-373],[184,-346],[269,-442],[302,-538],[74,-132],[112,-190],[167,-213]],[[724103,964936],[-8,-6],[-968,190],[-610,140],[-680,225],[-680,248],[-463,202],[-701,357],[-694,342],[-834,473],[-897,497],[-701,388],[-821,434],[-729,365],[-631,357],[-202,134],[106,-41],[881,-353],[875,-370],[865,-401],[860,-414],[864,-405],[874,-371],[893,-312],[903,-283],[898,-301],[921,-337],[857,-439],[34,-248],[-47,-3],[-36,-9],[-48,-15],[-14,-5],[-13,-7],[-54,-32]],[[605706,969654],[143,-49],[71,-91],[20,-178],[-5,-179],[-62,-75],[-123,-78],[-194,-62],[-297,-45],[-94,-20],[-144,-26],[-55,-35],[-16,-12],[11,125],[-3,8],[-8,4],[-18,4],[-1,13],[-8,46],[-18,107],[-16,96],[-2,11],[-1,8],[-19,8],[1,23],[8,11],[8,12],[31,31],[29,24],[16,16],[6,19],[-8,27],[8,21],[23,36],[17,27],[17,29],[12,5],[22,19],[20,26],[8,16],[5,10],[1,13],[-8,16],[-6,3],[-11,2],[0,12],[-20,7],[-40,10],[-37,-2],[-40,-4],[-66,-19],[-39,-24],[-1,-2],[-18,-22],[-7,-28],[-22,-3],[-26,0],[-7,0],[-23,-2],[-20,7],[-26,12],[-3,-1],[-30,-9],[-28,14],[-6,20],[-5,14],[-1,3],[-29,17],[-4,1],[-21,3],[-48,38],[-5,2],[-32,17],[-16,20],[5,15],[2,18],[17,29],[4,14],[6,7],[13,16],[28,28],[17,27],[-10,43],[-29,37],[56,-53],[46,-10],[177,-49],[123,-32],[188,-39],[153,-17],[146,-19],[177,-36],[141,-26]],[[607115,971864],[-8,-7],[-11,5],[-10,4],[-20,8],[-28,18],[-15,15],[-15,14],[-118,89],[-28,19],[2,16],[1,2],[44,-29],[189,-141],[17,-13]],[[605678,973145],[18,-9],[52,1],[11,-4],[12,-16],[14,-34],[10,-26],[16,-17],[23,-17],[38,-22],[11,-8],[79,-60],[35,-30],[34,-43],[28,-37],[31,-34],[35,-28],[75,-52],[42,-38],[39,-42],[33,-43],[17,-28],[17,-31],[19,-42],[-1,2],[-24,18],[-36,23],[-39,22],[-69,26],[-13,8],[-11,17],[7,19],[7,23],[-12,21],[-30,23],[-36,12],[-25,9],[-17,21],[-8,20],[-16,16],[-20,13],[-24,19],[-22,14],[-24,15],[-15,16],[-6,18],[-6,14],[-23,22],[-21,21],[-26,13],[-33,33],[-47,38],[-44,61],[-37,48],[-25,25],[-18,26],[25,-16]],[[594422,974628],[-205,-126],[-285,-205],[-230,-196],[-87,-83],[-263,-270],[-50,-56],[-1116,-1321],[-295,-353],[-302,-350],[-49,-49],[-144,-141],[-130,-124],[-95,-90],[-60,-60],[-7,-6],[-53,-68],[-67,-80],[-104,-123],[-101,-135],[-149,-204],[-65,-97],[-162,-304],[-23,-43],[-44,-115],[-11,-27],[-41,-104],[-35,-127],[-5,-20],[-57,-204],[-43,-274],[-31,-656],[6,-95],[3,-103],[-1,-107],[14,-109],[11,-100],[26,-119],[42,-189],[63,-214],[96,-226],[59,-123],[146,-271],[91,-162],[102,-166],[149,-241],[72,-120],[131,-207],[202,-216],[66,-25],[25,3],[1,1],[30,-9],[39,-18],[4,-2],[30,-22],[61,-42],[91,-81],[116,-83],[151,-95],[92,-47],[48,-20],[49,-19],[29,-7],[59,-6],[87,-16],[81,-13],[7,-1],[53,-8],[28,-6],[175,-18],[258,-10],[136,-2],[237,14],[173,28],[74,17],[69,27],[268,163],[94,42],[26,8],[111,33],[184,45],[54,16],[5,-31],[29,6],[94,26],[83,30],[97,40],[67,15],[80,16],[88,28],[95,46],[88,67],[115,118],[67,88],[29,58],[17,4],[65,14],[576,52],[230,17],[220,19],[18,-197],[49,-541],[-4,-18],[-8,-15],[-2,-22],[-1,-22],[7,-18],[16,-23],[6,-17],[16,-228],[26,-268],[14,-180],[2,-37],[2,-9],[4,-24],[62,11],[-4,24],[46,5],[59,4],[76,34],[12,-3],[8,4],[3,7],[-16,214],[-42,603],[-5,18],[-3,13],[-19,22],[-15,12],[-22,6],[-16,3],[-7,-1],[-9,-10],[2,-12],[10,-2],[30,-9],[15,-10],[6,-10],[4,-79],[-2,-8],[-167,-13],[-3,17],[-8,17],[-10,19],[-18,158],[-53,592],[-1,11],[231,19],[390,25],[2,-24],[66,2],[94,4],[181,-4],[391,-27],[495,-23],[250,-7],[244,3],[337,2],[213,5],[310,6],[340,7],[197,3],[599,11],[415,9],[309,35],[226,28],[217,43],[98,22],[19,-3],[22,-10],[21,-21],[121,-187],[148,-239],[73,-112],[86,-125],[109,-148],[82,-102],[92,-107],[87,-88],[87,-81],[30,-30],[19,-18],[5,-5],[9,-10],[6,-10],[2,-6],[15,-51],[0,-2],[0,-2],[-5,-7],[1,-13],[7,-6],[10,3],[17,-16],[49,-46],[14,-4],[11,1],[7,1],[1,-2],[6,-2],[6,1],[2,2],[2,0],[2,0],[7,-6],[5,-5],[4,-4],[5,-5],[8,-8],[8,-7],[3,-3],[3,-2],[18,-18],[38,-36],[16,-15],[83,36],[41,18],[23,10],[33,14],[11,5],[-18,49],[-3,10],[-1,3],[2,2],[-1,4],[-5,13],[-3,8],[-3,-1],[-6,-3],[-11,32],[-1,2],[-46,-20],[-8,7],[-2,6],[-19,44],[-1,1],[2,5],[9,14],[2,5],[2,5],[3,19],[-4,-2],[-7,-4],[-28,29],[-45,47],[-21,22],[-36,34],[-12,10],[-3,4],[-5,4],[-8,4],[-5,3],[-10,3],[-4,1],[-9,1],[-10,0],[-14,-1],[-23,-1],[-27,-2],[-21,-2],[-39,-2],[-53,-3],[-12,12],[-77,80],[-83,89],[-86,106],[-78,95],[-97,136],[-89,132],[-93,147],[-86,135],[-133,205],[-20,35],[-8,10],[14,-1],[23,-12],[157,46],[145,40],[42,11],[9,-19],[14,4],[109,42],[381,159],[209,85],[138,55],[90,36],[114,49],[135,54],[405,169],[48,20],[44,18],[142,61],[54,22],[78,32],[112,47],[55,30],[40,28],[36,40],[36,50],[25,48],[3,5],[5,-2330],[-491,-124],[-225,-145],[-841,-570],[-454,-343],[-1426,-1303],[-645,-728],[-547,-716],[-652,-1069],[-193,-174],[-549,-848],[-463,-902],[-718,-668],[-763,-600],[-834,-482],[-886,-325],[-922,-210],[-931,-102],[-939,-15],[-935,-79],[-104,-12],[-312,107],[-399,83],[-749,221],[-774,277],[-649,248],[-431,201],[-645,919],[-559,836],[-548,841],[-468,896],[-415,934],[-367,956],[-297,982],[-215,1013],[-166,1022],[-54,1033],[59,1038],[184,1911],[17,86],[4,31],[250,2475],[2186,615],[659,186],[417,117],[273,78],[252,70],[736,208],[90,25],[1207,340],[183,52],[696,196],[989,278],[1241,350],[2,-3],[881,252],[182,51],[1,1],[-281,-165],[-51,-32],[-6,-2]],[[683701,996347],[731,-654],[750,-624],[957,-784],[-834,487],[-852,423],[-907,236],[-931,151],[-926,178],[-914,248],[-915,230],[-925,106],[-1642,-122],[-1097,-1022],[-497,-468],[-237,-224],[-357,-244],[2049,1949],[824,783],[302,287],[1434,1364],[606,-235],[914,-556],[860,-459],[840,-462],[767,-588]],[[797889,884803],[-62,-16],[-59,-14],[-12,-4],[-13,-1],[-3,2],[-25,-3],[1,2],[-1,5],[-23,77],[-21,70],[-11,44],[-8,46],[-11,72],[-11,48],[-13,44],[-13,34],[-19,39],[-20,38],[-37,55],[-33,43],[-35,36],[-40,34],[-43,28],[-55,26],[-38,15],[-52,16],[-40,10],[-67,9],[-36,4],[-226,20],[-229,16],[-224,14],[-35,1],[-1,0],[-187,8],[-162,7],[-80,-2],[-196,-29],[-206,-33],[-204,-34],[-414,-62],[-6,-1],[-201,-31],[-404,-63],[-406,-60],[-204,-31],[-69,-12],[-135,-19],[-99,-18],[-71,-10],[-997,-153],[-204,-32],[-408,-61],[-204,-30],[-6,-2],[-92,-15],[-54,-8],[-42,2],[-282,-39],[-14,4],[-29,13],[-543,652],[-46,53],[-112,135],[-23,40],[-22,35],[-49,58],[-94,109],[-42,37],[-23,8],[-26,8],[-44,16],[-68,10],[-520,8],[-261,5],[-1044,23],[-785,14],[-261,7],[-524,11],[-262,7],[-262,4],[-259,6],[-257,6],[-17,0],[-31,5],[-213,52],[-264,63],[-74,18],[-51,19],[-8,5],[-19,6],[-67,18],[-113,28],[-69,13],[-41,12],[-111,56],[-235,125],[-29,14],[-529,277],[-267,138],[-266,139],[-43,26],[-30,25],[-44,28],[-150,77],[-94,47],[-41,9],[-130,66],[-264,138],[-262,136],[-264,139],[-42,22],[-303,155],[-257,134],[-257,134],[-519,266],[-514,272],[-261,133],[-262,133],[-419,222],[-142,75],[-59,30],[-857,446],[-64,35],[-63,36],[-23,14],[-106,62],[-78,49],[-73,45],[-38,12],[-164,103],[-361,225],[-362,228],[-157,96],[-22,19],[0,0],[-1,1],[-35,32],[-169,106],[-77,46],[-41,23],[-142,89],[-358,228],[-180,112],[-347,218],[-177,111],[-178,111],[-178,109],[-178,111],[-93,62],[-61,34],[-25,25],[-1176,1509],[-505,639],[-167,214],[-195,246],[-99,127],[-86,110],[-126,162],[-146,184],[-56,69],[-28,40],[0,6],[-23,31],[-5,6],[-4,6],[-8,11],[-103,141],[-37,32],[-51,63],[-39,50],[-20,36],[1,29],[15,30],[17,35],[35,67],[40,62],[23,53],[44,96],[22,56],[21,50],[26,60],[255,547],[171,363],[168,361],[170,360],[168,357],[83,179],[82,179],[106,224],[19,54],[9,52],[4,35],[3,50],[-2,71],[-8,63],[-14,182],[-16,180],[-15,183],[-16,181],[-28,366],[1,39],[4,32],[30,80],[17,33],[104,176],[30,45],[28,44],[23,34],[41,46],[61,68],[85,89],[41,47],[41,49],[69,78]],[[773421,907285],[19,185]],[[773442,907481],[16,154]],[[773488,907777],[4,7],[0,0]],[[771959,908443],[-1,0],[-100,-6],[-34,7],[-21,0],[-23,-2],[-26,-13],[-16,-16],[-90,4],[-77,2],[-112,4],[-37,1],[-28,1],[-216,7],[-59,1],[-174,7],[-49,-1],[-59,-6],[-45,-13],[-37,-15],[-44,-24],[-78,-53],[-55,-32],[-124,-46],[-183,-8],[-227,-6],[-226,-8],[-75,-3],[-161,-9],[-237,-16],[-24,-3],[-141,-8],[-77,-6],[-128,-9],[-94,1],[-141,0],[-87,-2],[-228,-6],[-112,-1],[-117,-6],[-232,-16],[-78,-7],[-150,-5],[-81,0],[-150,3],[-158,-1],[-165,-13],[-147,-17],[-83,-8],[-82,-9],[-140,-13],[-91,-3],[-69,4],[-49,2],[-43,4],[-60,12],[-42,15],[-41,26],[-36,26],[-19,20],[-6,16],[9,103],[2,41],[-2,16],[-9,35],[-21,32],[-29,33],[-102,89],[-131,116],[-49,40],[-54,29],[-45,18],[-546,158],[-115,34],[-57,17],[-70,12],[-64,16],[-92,42],[-38,22],[-21,24],[-34,30],[-35,13],[-7,3],[-21,7],[-83,66],[-152,120],[-16,13],[-12,13],[-36,25],[-51,35],[2,3],[0,15],[0,2],[-2,10],[-16,8],[-12,9],[-11,8],[-14,21],[-1,14],[-1,11],[0,20],[5,15],[3,4],[13,16],[9,8],[14,12],[14,13],[28,26],[15,14],[25,24],[21,19],[-14,23],[0,0],[-6,9],[0,0],[-5,9],[-4,6],[-20,30],[-13,18],[-27,-13],[-12,-7],[0,0],[0,0],[-143,-68],[-59,-28],[-29,-18],[-92,-59],[-183,-121],[-406,-279],[-84,-53],[-33,-15],[-74,-30],[-91,-30],[-62,-15],[-147,0],[-89,-4],[-146,3],[-2,0],[-61,-5],[-117,-10],[-52,-5],[-30,-2],[-52,1],[-38,4],[-44,9],[-67,21],[-41,16],[-145,52],[-220,79],[-152,56],[-71,20],[-220,76],[-225,83],[-49,19],[-179,71],[-137,58],[-86,40],[-220,95],[-223,92],[-220,97],[-225,95],[-454,185],[-159,62],[-61,24],[-7,9],[-26,51],[1,16],[46,116],[70,185],[68,186],[209,556],[26,75],[70,182],[10,34],[9,33],[6,20],[7,24],[10,43],[3,21],[11,78],[2,21],[1,13],[2,57],[-1,20],[-3,61],[-2,31],[-6,51],[-1,4],[-9,53],[-12,60],[-2,13],[-3,11]],[[794069,914354],[203,-1322],[433,-2834],[961,-6281],[568,-3713],[351,-2297],[4,-17],[452,-2958],[914,-5975],[396,-2594],[117,-768]],[[739348,924374],[-66,1],[-116,0],[-447,-3],[-429,0],[-21,2],[-16,3],[-16,7],[-13,10],[-16,19],[-13,25],[-41,100],[-88,222],[-2,7],[-141,356],[-63,152],[-30,72],[-21,40],[-12,20],[-19,25],[-31,39],[-42,50],[-36,41],[-15,19],[-10,22],[-5,15],[0,40],[4,28],[3,15],[7,16],[14,19],[15,25],[16,36],[8,26],[2,26],[0,35],[-4,24],[-5,22],[-5,12],[-9,21],[-21,42],[-31,54],[-73,124],[-50,85],[-13,25],[-8,21],[-11,34],[-21,76],[-57,226],[-42,174],[16,-2],[0,9],[-1,9],[-12,6],[-8,3],[-53,25],[-32,111],[-60,229],[-15,61],[-9,47],[-20,122],[-8,57],[-5,66],[-1,92],[3,55],[0,3],[9,38],[6,51],[-12,54],[-127,524],[-8,70],[-9,342],[-1,115],[5,177],[28,350],[1,18],[2,16],[-15,55],[-303,532],[0,2],[-9,26],[-9,38],[-31,183],[-44,285],[-9,64],[-2,30],[1,13],[8,50],[26,173],[23,211],[7,78],[9,145],[23,312],[9,112],[3,49],[6,42],[7,45],[24,124],[21,101],[16,78]],[[736806,932241],[1,16],[-4,15],[-2,8],[1,5],[-5,6],[-8,14],[-13,14],[-12,17],[-19,6],[-13,8],[-46,19],[-104,35],[-13,9],[-14,14],[-14,20],[-18,28],[-184,358],[-17,35],[-12,28],[-22,63],[-109,344],[-148,472],[-6,26],[-4,23],[-2,24],[-1,26],[1,71],[2,50],[18,119],[7,43],[5,40],[0,18],[-4,45],[-1,5],[-6,35],[-7,29],[-17,57],[-10,24],[-27,72],[-23,57],[-20,58],[-37,120],[-28,118],[-3,12],[-40,112],[-46,122],[-128,339],[-70,185],[-23,66],[-56,194],[-38,147],[-21,242],[-62,774],[-3,48],[-3,45],[0,49],[1,55],[1,5],[7,2],[10,162],[3,22],[35,190],[38,190],[56,288],[21,78],[76,420],[28,147],[16,81],[33,156],[3,35],[3,14],[3,32],[1,56],[-3,25],[-11,39],[-5,10],[-5,16],[-4,19],[-31,137],[-92,205],[-81,258],[-1,2],[-4,13],[-32,59],[-18,30],[-19,27],[-20,26],[-20,18],[-29,28],[-53,47],[-39,31],[-39,25],[-57,31],[-24,11],[-31,11],[-32,6],[-63,10],[-21,4],[-94,30],[-62,-7],[-60,-7],[-80,-9],[-4,2],[-4,2],[-7,9],[0,1],[-2,9],[2,100],[0,32],[1,7],[2,237],[0,43],[2,16],[6,18],[14,24],[29,42],[379,491],[14,21],[11,28],[8,27],[7,43],[8,16],[36,53],[7,20],[0,1],[1,2],[6,11],[0,2],[5,11],[0,19],[-7,20],[-9,51],[-6,21],[-41,97],[-9,28],[-84,198],[-10,18],[-6,14],[-25,46],[-84,139],[-110,185],[-221,370],[-17,29],[-26,45],[-173,306],[-7,-5],[-107,180],[-119,197],[-117,198],[-44,77],[-12,28],[-30,92],[-19,62],[-8,13],[-19,35],[-42,74],[-52,87],[-112,191],[-234,390],[-63,107],[-15,25],[-8,12],[-6,4],[-17,22],[-30,36],[-33,34],[-54,53],[-48,45],[-14,13],[-136,130],[-408,393],[-151,155],[-14,19],[-10,23],[-3,16],[5,181],[4,203],[20,809],[4,204],[5,198],[5,194],[2,59],[1,11],[1,139],[6,203],[3,203],[5,202],[8,409],[5,203],[3,201],[6,234],[4,172],[6,202],[9,404],[-1,32],[1,18],[-1,151],[1,109],[1,50],[5,45],[3,47],[12,97],[13,53],[51,195],[217,782],[106,391],[56,195],[107,391],[475,1758],[52,196],[24,88],[23,88],[154,-54],[64,-34],[11,-5],[125,-60],[34,-12],[9,1],[6,11],[-2,11],[-18,9],[-47,16],[-55,24],[-12,5],[-127,60],[-11,14],[-16,5],[-21,7],[-51,98],[9,35],[30,17],[73,29],[29,-6],[5,1],[11,7],[158,-30],[84,-13],[22,3],[6,3],[0,11],[-5,9],[-23,0],[-99,15],[-89,14],[-112,29],[-54,20],[-15,0],[-2,16],[2,26],[32,56],[37,56],[28,44],[35,69],[39,109],[20,76],[2,33],[-2,7],[0,3],[17,15],[48,-18],[12,-4],[5,2],[1,4],[0,2],[-3,2],[4,0],[-18,17],[-7,4],[0,0],[-1,0],[-9,17],[-5,11],[0,0],[1,1],[3,8],[8,20],[0,0],[13,-1],[34,-2],[4,2],[2,6],[-4,6],[-16,4],[-23,42],[-3,38],[24,87],[0,41],[-40,407],[-19,180],[-28,157],[-22,91],[-57,155],[-44,98],[-2,4],[-3,7],[-13,26],[-5,1],[-19,4],[-29,43],[-20,26],[-13,17],[-34,40],[22,13],[99,117],[1,1],[12,14],[1,1],[1,2],[155,186],[0,0],[1,1],[246,242],[497,451],[136,-217],[106,-368],[24,-79]],[[317254,799593],[164,-466],[7,-19],[7,-11],[24,-36],[68,-100],[39,-57],[27,-55],[33,-66],[172,-205],[19,-22],[140,-123],[20,-18],[225,-198],[478,-351],[614,-369],[401,-178],[1049,-485],[266,-89],[636,-89],[418,-18],[403,-18],[338,18],[507,27],[297,53],[234,53],[157,79],[34,28],[302,78],[501,142],[681,199],[411,114],[334,-14],[346,-15],[270,-85],[206,-85],[179,-85],[180,-72],[231,-14],[193,0],[171,-123],[6,-8],[0,0],[6,-8],[27,-16],[60,-36],[3,-1],[17,-10],[46,-15],[169,-61],[116,-88],[31,-24],[-1043,-1530],[-761,-739],[-634,-550],[-943,-703],[-689,-532],[-780,-555],[-962,-662],[-453,-341],[-581,-446],[-472,-259],[-709,-122],[-511,48],[-765,0],[-474,111],[-438,173],[-385,298],[-193,83],[2,31],[-102,15]],[[323182,802315],[26,-20],[11,-5],[39,-13],[48,-17],[27,-18],[54,-43],[40,-34],[40,-36],[26,-12],[28,-8],[31,-7],[31,-3],[31,-2],[50,-2],[30,0],[50,-7],[26,-7],[63,-25],[47,-23],[58,-27],[45,-15],[37,-10],[26,-6],[61,-6],[28,1],[20,2],[16,3],[13,7],[12,12],[24,33],[9,-6],[14,-9],[23,-10],[14,-4],[31,-2],[31,-9],[20,-3],[19,-7],[10,-7],[30,-15],[35,-10],[15,-5],[13,-7],[15,-13],[18,-10],[72,-37],[23,-7],[27,-9],[20,-5],[36,-22],[38,-31],[67,-47],[27,-3],[24,4],[26,13],[27,2],[39,-27],[25,-23],[22,-6],[19,-7],[41,-30],[12,-7],[8,-7],[13,-17],[15,-11],[15,-5],[22,0],[20,11],[78,-45],[45,-28],[70,-41],[41,-25],[16,-10],[38,-23],[60,-39],[20,-13],[196,-116],[63,-38],[83,-50],[75,-44],[70,-41],[105,-61],[110,-62],[81,-47],[67,-38],[24,-13],[64,-35],[11,-5],[15,-6],[-10,-2],[-917,-1902],[-519,302],[-388,230],[-2,1],[-30,20],[-53,38],[-31,22],[-30,23],[-24,20],[-33,27],[-53,47],[-46,45],[-7,8],[-29,33],[-43,52],[-67,93],[-9,14],[-55,82],[-129,191],[-256,382],[-47,75],[-54,84],[-1,2],[-26,36],[-41,60],[-10,15],[-53,74],[-232,329],[-45,63],[-84,121],[-112,161],[-168,244],[-164,236],[-2,3],[-13,26],[-8,24],[-2,5],[-1,5],[-3,20],[-3,32],[-6,64],[0,2],[0,3],[7,0],[29,0],[19,2],[5,1],[28,7],[27,9],[76,28],[41,19],[12,5],[0,0],[25,-12],[27,-13],[42,20],[27,9],[34,1],[47,-5],[34,-14],[21,-11]],[[513794,914884],[2,-84],[-153,-2],[-18,-1],[-159,-2],[-1,89],[0,0],[-7,258],[0,1],[129,29],[47,11],[1,0],[21,5],[58,15],[50,26],[23,-53],[7,-292]],[[518960,916333],[-24,-28],[-51,34],[-127,85],[1,464],[4,157],[16,2],[2,0],[130,40],[125,39],[79,-71],[11,-9],[14,-12],[17,-15],[77,-69],[108,-97],[25,-22],[-131,-168],[-169,-202],[-78,-92],[-29,-36]],[[664922,949774],[-141,-44],[1,18],[26,238],[25,220],[39,353],[13,70],[9,90],[12,126],[0,0],[130,-88],[7,-5],[519,-337],[402,-274],[34,-26],[-1070,-339],[-6,-2]],[[732802,958292],[-43,-56],[-1,1],[-35,34],[-10,-15],[-20,19],[15,21],[-53,55],[-27,27],[-18,18],[-53,54],[-48,49],[-109,113],[-59,60],[-67,67],[-58,59],[-92,95],[-125,126],[-77,79],[-112,113],[-99,103],[-193,194],[-40,44],[-58,57],[-117,120],[-54,53],[-51,53],[-102,104],[-55,57],[-46,46],[-155,159],[-150,144],[-102,93],[-66,57],[-62,57],[-184,155],[-71,57],[-85,65],[-75,56],[-78,57],[-137,95],[-134,91],[-94,59],[-24,15],[-1,1],[-1,1],[-56,34],[-106,64],[-16,10],[-48,29],[-64,35],[-36,22],[-49,27],[-102,57],[-128,64],[-228,107],[-264,115],[-185,79],[-121,53],[-352,152],[-111,48],[-67,28],[-69,32],[-186,80],[-89,39],[-304,130],[-82,37],[-121,51],[-90,39],[-123,52],[-96,43],[-145,62],[-94,40],[-79,35],[-29,19],[-11,17],[-1,20],[5,44],[28,144],[17,111],[11,120],[2,76],[-1,66],[-6,72],[-9,71],[-11,56],[-10,52],[-25,96],[-14,47],[-26,64],[-31,71],[-31,63],[-16,30],[-11,20],[-34,57],[-37,57],[-65,98],[-17,23],[-14,10],[689,-84],[406,-83],[383,-128],[833,-485],[822,-499],[762,-604],[812,-521],[752,-611],[704,-688],[722,-660],[799,-582],[-49,-592],[1,-1],[-64,-10],[-49,-13],[-46,-17],[-24,-8],[-28,-11],[-75,-33],[-66,-36],[-47,-28],[-40,-31],[-4,-4],[-31,-27],[-43,-47],[-45,-56],[-101,-121],[0,0]],[[486965,958100],[488,-801],[524,-860],[524,-861],[523,-860],[524,-861],[524,-860],[523,-861],[525,-860],[524,-860],[525,-859],[526,-859],[527,-858],[528,-857],[528,-856],[541,-848],[574,-821],[590,-806],[475,-618],[234,-205],[339,-284],[740,-501],[669,-421],[473,-205],[699,-251],[483,-148],[545,-102],[463,-68],[350,-12],[493,0],[586,0],[473,34],[648,64],[910,257],[907,257],[849,443],[799,542],[739,640],[737,642],[745,630],[742,635],[734,645],[725,658],[677,716],[648,753],[634,766],[336,963],[451,924],[818,424],[938,15],[878,-361],[828,-489],[728,-650],[716,-673],[783,-566],[798,-544],[1162,-892],[1096,-520],[390,-246],[309,-142],[578,-183],[510,-91],[712,-108],[525,-17],[360,67],[98,28],[4,18],[850,381],[882,348],[899,329],[904,325],[893,336],[-145,835],[841,322],[879,-395],[774,-592],[891,-25],[312,890],[-167,1028],[16,1037],[573,801],[762,638],[596,730],[-50,1036],[-232,1005],[-325,971],[10,489],[2,92],[0,12],[0,0],[2,52],[10,12],[11,19],[16,24],[18,36],[29,63],[34,99],[63,184],[60,181],[26,77],[12,10],[0,0]],[[535141,959128],[13,-1],[102,-8],[28,-7],[25,-9],[20,-11],[25,-20],[56,-50],[30,-19],[19,-8],[23,-3],[27,1],[16,3],[42,32],[27,18],[27,8],[25,4],[29,-3],[28,-7],[64,-29],[33,-14],[21,-5],[17,1],[26,7],[43,17],[33,18],[30,25],[17,26],[13,36],[2,29],[-4,22],[-15,32],[-53,76],[-19,20],[-31,25],[-10,13],[-1,17],[1,33],[-3,36],[-11,28],[-35,65],[-42,57],[-24,19],[-27,13],[-36,8],[-41,3],[-31,2],[-29,10],[-19,13],[-12,21],[-10,38],[-16,36],[-24,34],[-39,42],[-51,36],[-41,26],[-31,25],[-28,36],[-76,119],[-43,57],[-5,5]],[[584765,972011],[-250,-2475],[-4,-31],[-17,-86],[-184,-1911],[-59,-1038],[54,-1033],[166,-1022],[215,-1013],[297,-982],[367,-956],[415,-934],[468,-896],[548,-841],[559,-836],[645,-919],[431,-201],[649,-248],[774,-277],[749,-221],[399,-83],[312,-107],[104,12],[935,79],[939,15],[931,102],[922,210],[886,325],[834,482],[763,600],[718,668],[463,902],[549,848],[193,174],[652,1069],[547,716],[645,728],[1426,1303],[454,343],[841,570],[225,145],[491,124],[-5,2330],[14,30],[16,52],[11,38],[10,51],[27,277],[3,33],[1,21],[26,305],[25,288],[5,63],[16,12],[55,35],[144,26],[94,20],[297,45],[194,62],[123,78],[62,75],[5,179],[-20,178],[-71,91],[-143,49],[-141,26],[-177,36],[-146,19],[-153,17],[-188,39],[-123,32],[-177,49],[-46,10],[-56,53],[-8,9],[-5,3],[0,0],[0,0],[-5,3],[-66,47],[-57,54],[-95,69],[-35,21],[-54,17],[-57,20],[-32,19],[-41,39],[-25,29],[-27,50],[-17,28],[-16,9],[-17,5],[-52,16],[-33,8],[-49,11],[-68,11],[-49,1],[-85,6],[-78,3],[-73,5],[-76,11],[-76,7],[-52,10],[-76,29],[-50,27],[-23,22],[2,11],[2,15],[11,22],[7,15],[9,18],[9,17],[15,32],[23,33],[22,25],[13,26],[5,38],[-1,28],[1,14],[-6,14],[-2,12],[-16,18],[-30,33],[-39,38],[-2,3],[-18,12],[-13,3],[-13,-5],[0,0],[-4,-2],[-5,0],[-6,-1],[-14,0],[-22,0],[-16,1],[-13,5],[-11,16],[0,2],[-4,12],[-7,24],[-4,24],[-2,13],[-5,6],[-30,37],[-26,15],[-41,11],[-78,12],[-68,14],[-48,15],[-55,23],[-80,37],[-70,34],[-55,18],[-89,25],[-81,15],[-72,9],[-64,15],[-50,14],[-35,13],[-34,18],[-32,24],[-40,18],[-42,10],[-26,3],[-24,3],[-21,-1],[-30,-4],[-30,-11],[-27,-21],[-23,-6],[-44,1],[-41,5],[-24,2],[-47,14],[-32,33],[-22,25],[-10,4],[-9,3],[-40,-7],[-20,2],[-6,1],[-42,3],[-62,7],[-16,12],[-27,9],[-31,3],[-68,25],[-41,19],[-27,18],[-32,14],[-27,7],[-18,-12],[-2,-2],[-27,-23],[-24,-9],[-52,19],[-50,8],[-34,13],[4,12],[0,0],[27,89],[12,38],[7,26],[19,63],[20,71],[20,69],[15,47],[31,103],[28,92],[68,225],[42,180],[58,231],[30,104],[33,107],[5,16],[7,27],[33,121],[32,116],[11,38],[15,54],[16,67],[17,73],[10,38],[18,45],[7,25],[11,40],[15,71],[16,49],[12,34],[0,1],[2,5],[6,73],[9,77],[12,57],[36,131],[37,126],[4,11],[11,-7],[40,-28],[37,-25],[49,-12],[35,-10],[28,-20],[51,-57],[48,-43],[72,-52],[72,-59],[8,-12],[21,-32],[17,-25],[12,-18],[14,-27],[28,-68],[33,-90],[21,-48],[23,-35],[28,-29],[79,-62],[66,-63],[52,-60],[31,-50],[27,-85],[28,-69],[5,-14],[23,-37],[19,-20],[88,-57],[107,-75],[76,-54],[57,-50],[64,-58],[63,-62],[55,-47],[14,-11],[22,-15],[16,-12],[50,-58],[21,-42],[22,-72],[16,-47],[33,-57],[1,-2],[44,-51],[32,-20],[34,-16],[54,-16],[16,0],[35,0],[46,1],[65,-12],[69,-11],[57,-5],[74,-8],[48,-6],[37,4],[33,-2],[40,0],[26,-5],[15,-3],[71,-25],[50,-19],[83,-39],[55,-26],[70,-42],[73,-40],[65,-46],[68,-56],[56,-56],[44,-48],[25,-32],[16,-31],[11,-30],[4,-35],[-4,-29],[-7,-25],[20,-20],[23,3],[45,2],[66,-4],[31,-10],[35,-10],[33,-5],[13,-1],[21,-1],[35,-8],[69,-16],[37,1],[49,4],[5,1],[63,-1],[24,-4],[12,-11],[16,-25],[22,-35],[56,-55],[73,-61],[43,-38],[21,-27],[26,-41],[28,-23],[28,-12],[118,-16],[88,-4],[62,5],[33,2],[14,0],[19,-6],[28,-5],[23,1],[28,4],[29,13],[16,3],[19,-1],[31,-10],[36,0],[28,15],[30,15],[14,-1],[26,-9],[21,-1],[18,0],[48,-9],[28,0],[21,15],[45,40],[26,21],[21,9],[25,12],[68,17],[65,18],[57,19],[26,8],[8,8],[15,15],[31,-7],[34,-11],[21,-11],[27,-26],[11,-30],[4,-11],[6,-25],[21,-18],[15,-8],[2,-3],[8,-8],[3,-8],[19,-45],[15,-14],[11,-3],[23,-5],[20,-10],[20,-25],[16,-18],[22,-5],[10,-5],[14,-16],[19,-1],[9,8],[18,3],[16,-3],[7,5],[5,16],[8,10],[14,0],[9,-11],[1,-14],[9,-6],[15,0],[6,-7],[-2,-13],[-2,-4],[-3,-8],[-17,-11],[-12,-1],[-4,-7],[1,-11],[12,-15],[9,-28],[3,-16],[7,-7],[12,0],[9,-5],[7,-11],[2,-1],[9,-19],[13,-22],[20,-45],[21,-67],[8,-26],[1,-14],[10,-11],[14,-6],[14,5],[7,12],[3,4],[12,15],[14,11],[13,4],[6,-5],[4,-9],[6,-7],[7,-10],[12,-4],[20,3],[15,10],[9,5],[19,23],[7,11],[13,14],[7,13],[-2,10],[-6,10],[-11,5],[-4,11],[-1,9],[4,7],[8,2],[13,2],[9,7],[0,1],[14,14],[18,18],[9,2],[16,5],[36,3],[26,-12],[11,-5],[49,-24],[29,-25],[5,0],[7,-8],[4,-11],[6,-7],[0,-1],[1,-35],[-1,-12],[3,-14],[-4,-16],[-3,-1],[3,-1],[9,-3],[140,-49],[0,-1],[16,-18],[24,-3],[28,-7],[48,-27],[26,-16],[21,-15],[11,-4],[26,-25],[13,-14],[12,-17],[9,-3],[6,-3],[4,-6],[4,-5],[6,-12],[10,-12],[13,-4],[15,-9],[9,-11],[2,-29],[6,-15],[13,-8],[19,-20],[28,-21],[14,-10],[12,0],[12,12],[1,26],[-4,20],[3,25],[-2,22],[-6,24],[2,30],[6,29],[-1,28],[-6,25],[-12,17],[-2,26],[-11,19],[-49,148],[-35,39],[-24,29],[-32,35],[-31,40],[-11,19],[-8,14],[-17,13],[-6,5],[-23,23],[-29,18],[-16,4],[-8,1],[-20,15],[-2,6],[-8,18],[-12,27],[-3,6],[-17,23],[-26,18],[-15,2],[-7,1],[-30,10],[-14,18],[-24,10],[-40,32],[-30,14],[-29,9],[-7,4],[-19,10],[-12,16],[-20,28],[-19,19],[-33,23],[-46,34],[-61,48],[-104,65],[-88,56],[-15,12],[-39,31],[-6,7],[-41,46],[-27,33],[-9,4],[-22,11],[8,7],[-17,13],[-189,141],[-44,29],[13,8],[18,-4],[38,-17],[50,-16],[21,-6],[14,8],[2,21],[-15,24],[-25,15],[-87,37],[-38,5],[-23,5],[-17,10],[-21,26],[-22,16],[-18,9],[-27,-1],[-39,3],[-21,14],[-30,23],[-23,24],[-13,30],[-20,30],[-20,22],[-44,49],[-7,6],[-18,17],[-31,16],[-36,8],[-1,0],[-19,7],[-18,19],[-21,30],[-19,42],[-17,31],[-17,28],[-33,43],[-39,42],[-42,38],[-75,52],[-35,28],[-31,34],[-28,37],[-34,43],[-35,30],[-79,60],[-11,8],[-38,22],[-23,17],[-16,17],[-10,26],[-14,34],[-12,16],[-11,4],[-52,-1],[-18,9],[-25,16],[-20,28],[-23,21],[-23,26],[-35,31],[-25,43],[-15,17],[-22,12],[-25,24],[-14,19],[-6,20],[-13,21],[-7,23],[7,21],[17,24],[21,14],[19,22],[11,22],[11,14],[11,14],[21,17],[28,14],[23,13],[22,24],[21,13],[23,6],[34,4],[27,-6],[16,-10],[14,0],[14,3],[24,14],[3,1],[17,4],[9,13],[0,1],[18,15],[15,10],[15,19],[10,23],[-6,16],[-14,15],[-6,20],[-8,12],[-18,5],[-29,6],[-41,-10],[-26,-13],[-28,17],[-8,17],[-3,7],[-5,29],[-20,41],[-20,38],[-18,43],[-19,35],[-12,15],[-18,4],[-20,8],[-23,10],[-43,28],[-35,6],[-12,-6],[-8,-15],[-9,-9],[-2,-26],[-21,-33],[-8,5],[-13,0],[-14,-7],[-4,-9],[-26,3],[-26,12],[-25,23],[-30,18],[-5,4],[-10,1],[-4,-7],[6,-16],[-1,-2],[-2,-6],[-45,-4],[-17,-12],[-28,-2],[-9,0],[-24,2],[-37,-2],[-1,0],[-45,-4],[-37,6],[-11,16],[-1,21],[-15,16],[-25,14],[-21,5],[-29,2],[-25,-20],[-5,-12],[10,-11],[-4,-19],[-27,-12],[-32,-11],[-28,9],[-16,0],[-43,-16],[-19,-9],[-24,-3],[-20,12],[-63,27],[-27,7],[-34,7],[-74,22],[-103,38],[-105,33],[-87,27],[-66,14],[-53,6],[-70,5],[-51,7],[-48,11],[-35,14],[-46,22],[-48,27],[-26,11],[-23,0],[-36,-2],[-44,9],[-33,13],[-36,19],[-39,22],[-17,8],[-16,3],[-33,9],[-26,15],[-58,28],[-48,21],[-83,45],[-38,16],[-49,24],[-26,14],[-11,27],[-21,45],[-21,16],[-23,3],[-22,-11],[-22,6],[-36,31],[-44,38],[-47,54],[-9,8],[-9,10],[-25,20],[-18,19],[-19,9],[-19,0],[-28,-2],[-11,8],[-22,8],[-25,6],[-29,18],[-18,22],[-11,22],[-11,20],[-17,21],[-11,24],[-18,17],[-5,17],[6,12],[9,5],[15,-5],[19,-8],[13,5],[20,17],[23,16],[10,3],[14,-1],[23,0],[21,2],[22,6],[32,13],[20,-3],[17,2],[14,10],[13,24],[1,18],[3,1],[81,12],[31,2],[28,7],[4,1],[23,-1],[32,-14],[54,-7],[94,4],[26,2],[230,18],[258,21],[72,2],[23,-1],[19,7],[22,8],[40,2],[144,12],[360,50],[33,4],[101,17],[96,5],[13,14],[50,1],[460,50],[104,12],[40,10],[29,13],[38,8],[55,8],[25,11],[44,21],[29,8],[30,0],[17,-15],[15,-25],[17,-16],[146,21],[2,1],[132,12],[309,30],[247,24],[460,44],[579,65],[320,40],[87,14],[291,29],[523,58],[652,49],[500,59],[63,2],[505,54],[266,29]],[[611344,975947],[8958,961]],[[640219,988105],[125,103],[119,98]],[[675105,994264],[357,244],[237,224],[497,468],[1097,1022],[1642,122],[925,-106],[915,-230],[914,-248],[926,-178],[931,-151],[907,-236],[852,-423],[834,-487],[732,-654],[699,-687],[602,-792],[548,-846],[536,-852],[520,-864],[496,-880],[464,-901],[449,-911],[463,-902],[473,-898],[482,-893],[520,-861],[584,-807],[639,-762],[659,-740],[663,-734],[681,-714],[705,-683],[718,-672],[735,-648],[767,-593],[811,-510],[847,-448],[855,-434],[837,-468],[817,-508],[812,-521],[816,-510],[833,-475],[845,-447],[852,-434],[857,-420],[863,-408],[867,-394],[872,-379],[878,-361],[884,-347],[885,-342],[779,-303],[202,-134],[631,-357],[729,-365],[821,-434],[701,-388],[897,-497],[834,-473],[694,-342],[701,-357],[463,-202],[680,-248],[680,-225],[610,-140],[968,-190],[-53,-40],[-47,-47],[-5,-7],[-40,-56],[-20,-35],[-78,-229],[-1,-7],[-64,-182],[-96,-282],[-21,-58],[-2,-5],[0,0],[-10,-23],[-6,-16],[-16,-20],[-26,-26],[-84,3],[-49,1],[-30,27],[-23,19],[-147,64],[-343,149],[-45,20],[-649,282],[-492,211],[-513,222],[-84,37],[-454,199],[-82,33],[-31,4],[-34,1],[-22,0],[-34,-4],[-30,-7],[-37,-13],[-33,-19],[-37,-24],[-37,-37],[-83,-88],[-360,-381],[-182,-194],[-180,-191],[-173,-184],[-208,-224],[-142,-152],[-198,-206],[-538,-569],[-317,-337],[-153,-164],[-78,-83],[-1,-1],[-231,-249],[-38,-38],[-33,-35],[-32,-21],[-24,-8],[-23,-2],[-33,0],[-34,9],[-22,12],[-76,49],[-108,71],[-3,-1],[-3,5],[-19,39],[-2,3],[-1,0],[-427,275],[-19,12],[-476,305],[-231,148],[-322,207],[-408,263],[-145,93],[-379,242],[-201,130],[-203,127],[-59,34],[-143,73],[-198,93],[-81,35],[-254,96],[-181,69],[-31,11],[-414,149],[-402,140],[-421,149],[-1007,357],[-15,6],[-180,64],[-322,113],[-212,76],[-197,68],[-182,62],[-379,107],[-216,52],[-151,35],[-295,54],[-225,33],[-162,21],[-306,29],[-141,8],[-309,5],[-224,-2],[-197,-7],[-168,-10],[-149,-11],[-133,-12],[-44,-6],[-377,-53],[-130,-22],[-181,-33],[-602,-105],[-844,-149],[-236,-44],[-17,-3],[-232,-42],[-178,-32],[-244,-47],[-605,-106],[-315,-57],[-408,-72],[-1002,-179],[-349,-63],[-438,-81],[-417,-75],[-231,-44],[-357,-62],[-162,-27],[-512,-92],[-76,-14],[-209,-37],[-276,-49],[-126,-23],[-200,-35],[-87,-17],[-88,-14],[-64,-15],[-94,-27],[-131,-43],[-172,-59],[-135,-44],[-8,-3],[-10,-3],[-40,-14],[-76,-24],[-124,-43],[-71,-24],[-36,-9],[-45,-8],[-31,-6],[-31,-12],[-41,-18],[-50,-27],[-36,-15],[-48,-15],[-75,-25],[-478,-162],[-277,-94],[-193,-65],[-519,-177],[-107,-39],[-51,-20],[-24,-9],[-117,-48],[-366,-153],[-48,-21],[-31,-13],[-533,-229],[-30,-13],[-268,-114],[-103,-48],[-81,-42],[-67,-41],[-202,-123],[-30,-18],[-213,-133],[-40,-26],[-34,-23],[-166,-107],[-88,-56],[-105,-66],[-31,-22],[-30,-20],[-26,-16],[-68,-45],[-67,-48],[-41,-32],[-18,-16],[-39,-25],[-24,-15],[-33,-20],[-81,-47],[-55,-31],[-93,-51],[-54,-27],[-79,-34],[-93,-38],[-456,-188],[-163,-68],[-37,-12],[-372,-153],[-855,-350],[-81,-36],[-73,-31],[-94,-46],[-157,-74],[-309,-145],[-93,-41],[-583,-275],[-183,-83],[-591,-271],[-245,-113],[-277,-130],[-80,-36],[-102,-47],[-205,-98],[-202,-93],[-102,-48],[-55,-24],[-71,-33],[-169,-83],[-264,-129],[-390,-182],[-156,-76],[-194,-89],[-77,-33],[-314,-146],[-94,-46],[-100,-52],[-64,-28],[-33,-12],[-162,-74],[-418,-197],[-67,-31],[-133,-65],[-108,-51],[-186,-92],[-166,-83],[-82,-42],[-138,-74],[-94,-47],[-326,-172],[-70,-38],[-45,-29],[-27,-21],[-46,-39],[-56,-57],[-182,-203],[-38,-42],[-39,-41],[-56,-61],[-50,-56],[-33,-35],[-249,-278],[-125,-136],[-102,-113],[-276,-303],[-208,-230],[-29,-33],[-60,-64],[-51,-51],[-36,-30],[-48,-43],[-13,-8],[-27,-19],[-53,-34],[-49,-29],[-44,-23],[-70,-34],[-101,-44],[-82,-32],[-103,-44],[-31,-10],[-383,-156],[-236,-93],[-99,-38],[-52,-18],[-24,-9],[-69,-24],[-438,-184],[-797,-329],[-242,-99],[-178,-75],[-492,-203],[-491,-193],[-82,-34],[-9,0],[-7,8],[-7,14],[-4,14],[-6,16],[-3,9],[-15,31],[-20,41],[-9,9],[-11,12],[-10,8],[-9,9],[-6,5],[-11,7],[-8,6],[-27,-6],[8,-38],[4,-19],[6,-30],[7,-35],[4,-22],[1,-3],[-2,-3],[-3,-3],[-5,-2],[-68,-29],[-24,-10],[-24,-10],[-11,-5],[-7,-5],[-5,-2],[-1,-5],[0,-3],[-2,-12],[1,-5],[1,-8],[1,-7],[2,-11],[-9,-2],[7,-21],[0,-1],[-88,-36],[-352,-149],[-239,-98],[-239,-95],[-238,-97],[-726,-298],[-224,-92],[-223,-90],[-242,-96],[-176,-67],[-65,-26],[-499,-154],[-251,-76],[-249,-75],[-252,-78],[-752,-229],[-500,-149],[-250,-76],[-500,-151],[-249,-77],[-495,-147],[-496,-149],[-247,-77],[-247,-74],[-247,-75],[-494,-147],[-246,-75],[-494,-151],[-304,-88],[-52,-16],[-34,-10],[-108,-29],[-141,-44],[-66,-7],[-25,1],[-29,9],[-164,113],[-250,170],[-693,468],[-26,18],[-100,70],[-10,6],[-51,33],[-42,23],[-33,10],[-24,1],[-35,-5],[-304,-60],[-243,-48],[-243,-45],[-396,-78],[-455,-91],[-31,-6],[-49,-10],[-382,-73],[-139,-28],[-134,-26],[-171,-31],[-177,-36],[-56,-11],[-314,-61],[-509,-96],[-30,-6],[-317,-63],[-348,-68],[-357,-69],[-49,-9],[-197,-38],[-165,-32],[-136,-25],[-64,-11],[-127,-9],[-426,-30],[-489,-35],[-496,-35],[-409,-30],[-453,-30],[-100,-5],[-124,-16],[-488,-82],[-193,-30],[-1444,-238],[-757,-125],[-402,-64],[-253,-44],[-1,-4],[-148,-23],[-446,-75],[-223,-36],[-224,-37],[-223,-35],[-224,-37],[-445,-72],[-223,-38],[-223,-35],[-222,-39],[-221,-36],[-222,-35],[-221,-39],[-222,-34],[-442,-72],[-139,-22],[-17,-3],[-92,-18],[-33,-6],[-29,-7],[-36,-10],[-48,-16],[-47,-20],[-44,-22],[-33,-20],[-33,-22],[-34,-28],[-69,-75],[-38,-52],[-23,-32],[-19,-31],[-19,-37],[-16,-35],[-12,-29],[-41,-144],[-135,-497],[-36,-135],[-14,-46],[-12,-34],[-13,-24],[-13,-19],[-14,-17],[-22,-18],[-26,-15],[-22,-9],[-15,-2],[-35,0],[-286,23],[-429,30],[-320,24],[-311,20],[-768,54],[-352,25],[-186,14],[-48,0],[-96,-5],[-54,-1],[-11,1],[-27,-1],[-50,3],[-90,-1],[-71,-6],[-82,-10],[-104,-15],[-93,-17],[0,9],[-137,-26],[-472,-88],[-73,-15],[4,-9],[-825,-158],[-563,-110],[-494,-94],[-912,-177],[-457,-87],[-233,-43],[-75,-18],[-62,-20],[-86,-36],[-990,-456],[-1,6],[-19,-5],[-42,-29],[-32,-15],[-489,-230],[-341,-157],[-449,-211],[-1000,-495],[-324,-160],[-376,-186],[-350,-174],[-1050,-518],[-262,-127],[-321,-158],[-215,-107],[-213,-104],[-173,-85],[-42,-18],[-934,-462],[-465,-235],[-926,-449],[-850,-426],[-14,-7],[-295,-147],[-694,-344],[-232,-113],[-1383,-685],[-230,-117],[-229,-120],[-230,-117],[-230,-120],[-230,-122],[-460,-240],[-230,-119],[-689,-363],[-460,-244],[-460,-241],[-230,-120],[-218,-112],[-204,-105],[-38,-13],[-54,-12],[-34,-1],[-30,2],[-32,7],[-37,11],[-32,18],[-24,22],[-28,31],[-20,28],[-12,17],[-28,46],[-39,70],[-134,232],[-337,578],[-139,239],[-65,112],[-81,143],[-53,95],[-96,166],[-42,72],[-136,233],[-114,189],[-24,38],[-2,3],[-2,2],[0,1],[-55,83],[-27,41],[-41,55],[-78,102],[-56,70],[-110,135],[-74,85],[-68,76],[-44,49],[-61,58],[-79,79],[-54,50],[-129,117],[-64,54],[-79,65],[-100,79],[-42,29],[-73,50],[-142,98],[-53,33],[-89,53],[-71,47],[-78,48],[-104,64],[-54,33],[-104,66],[-121,75],[-227,140],[-226,141],[-109,67],[-85,49],[-100,57],[-69,43],[-60,39],[-183,114],[-52,33],[-214,132],[-212,126],[-185,115],[-241,150],[-168,103],[-1103,682],[-213,132],[-215,132],[-217,133],[-217,134],[-217,137],[-441,266],[-219,144],[-445,266],[-280,146],[-171,77],[-103,44],[-133,47],[-120,37],[-81,25],[-190,53],[-110,24],[-65,11],[-58,8],[-172,28],[-266,27],[-113,10],[-112,4],[-70,1],[-133,-3],[-201,-12],[-152,-19],[-41,-5],[-193,-32],[-189,-39],[-187,-50],[-183,-63],[-48,-17],[-449,-166],[-225,-90],[-674,-256],[-223,-88],[-447,-173],[-447,-169],[-224,-88],[-670,-257],[-223,-87],[-224,-87],[-223,-86],[-224,-87],[-116,-41],[-340,-132],[-227,-89],[-229,-89],[-227,-86],[-20,-10],[-16,-14],[-31,97],[-50,161],[-111,336],[-8,33],[-4,26],[-10,58],[-13,39],[-10,22],[-6,8],[-13,16],[-22,23],[-269,584],[-1,0],[-21,9],[-651,129],[-774,276],[-624,139],[-899,110],[-549,83],[-799,28],[-599,27],[-499,28],[-161,-44],[89,-50],[-591,-258],[-75,4],[-85,-2],[-94,-6],[-69,-6],[-58,-8],[-105,-18],[-103,-20],[-58,-16],[-62,-19],[-68,-25],[-33,-15],[-54,-23],[-86,-42],[-91,-48],[-267,-149],[-112,-64],[-270,-151],[-277,-158],[-261,-147],[-262,-146],[-192,-110],[-318,-178],[-275,-157],[-248,-140],[-163,-92],[-305,-172],[-135,-74],[-139,-79],[-490,-278],[-216,-120],[-453,-256],[0,0],[-90,-51],[-263,-149],[-716,-403],[-274,-155],[-261,-148],[-221,-123],[-53,-30],[-263,-149],[-269,-150],[-226,-125],[-7,-9],[-8,-5],[-10,-1],[-21,-4],[-24,-10],[-22,-12],[-24,-15],[-25,-25],[-230,-125],[-312,-131],[-127,-31],[-413,-128],[-215,-49],[-68,-9],[-166,-19],[-58,-6],[-18,0],[-13,5],[-20,1],[-16,3],[-441,-18],[-401,-30],[-428,-29],[-136,-9],[-307,-22],[-392,-28],[-94,-6],[-104,-7],[-302,-19],[-303,-22],[-246,-16],[-286,-20],[-153,-12],[-27,0],[-36,-3],[-41,-2],[-187,-13],[-63,-3],[-240,-18],[-712,-49],[-757,-40],[-39,14],[-8,-7],[-12,-1],[-28,5],[-61,16],[-63,17],[-101,32],[-67,23],[-80,23],[-300,104],[-164,58],[-118,43],[-59,21],[-64,21],[-61,17],[-62,16],[-149,35],[-62,13],[-59,12],[-120,24],[-62,14],[-195,39],[-59,12],[-104,20],[-18,9],[-24,5],[-25,5],[-22,0],[-20,4],[-28,7],[-61,21],[-72,29],[-129,50],[-7,18],[-2,16],[3,16],[-21,10],[-12,2],[-15,-17],[-12,-11],[-17,-3],[-17,4],[-53,18],[-24,10],[-39,21],[-20,14],[-19,17],[-24,28],[-18,25],[-13,19],[-13,22],[-15,28],[-19,28],[-24,33],[-23,25],[-38,33],[-24,17],[-18,13],[-25,13],[-52,18],[-26,5],[-34,1],[-74,0],[-19,-1],[-30,3],[-29,6],[-30,11],[-40,19],[-75,41],[-76,43],[-32,19],[-47,35],[-14,13],[-47,52],[-19,17],[-30,24],[-29,21],[-36,21],[-38,18],[-29,10],[-31,8],[-79,19],[-77,27],[-77,33],[-68,32],[-42,22],[-1,0],[-1,1],[0,0],[0,0],[-19,10],[-47,25],[-130,66],[-59,28],[-69,32],[-65,27],[-60,23],[-56,20],[-57,20],[-56,17],[-54,18],[-57,22],[-55,24],[-54,24],[-207,92],[-58,26],[-173,77],[-55,24],[-57,21],[-59,19],[-59,16],[-42,7],[-29,4],[-42,1],[-50,0],[-53,-6],[-51,-8],[-57,-12],[-59,-11],[-160,-39],[-56,-15],[-489,-115],[-84,-21],[-1130,-279],[-63,-16],[-1072,-268],[-213,-51],[-173,-44],[-74,-18],[-93,-22],[-206,-52],[-601,-149],[-200,-53],[-408,-101],[-407,-103],[-410,-100],[-207,-52],[-106,-30],[-9,1],[-8,7],[-12,4],[-8,-3],[-11,-8],[-11,-10],[-12,-7],[-35,-10],[-166,-41],[-168,-43],[-99,-24],[-103,-25],[-57,-14],[-28,-7],[-29,-7],[-24,-2],[-4,-6],[-55,-15],[-376,-93],[-374,-94],[-32,-9],[-157,-38],[-173,-44],[-87,-20],[-104,-24],[-52,-13],[-53,-10],[-35,1],[-14,1],[-25,9],[-17,8],[-48,31],[-111,70],[-72,49],[-35,19],[-32,16],[-30,34],[-26,16],[-81,49],[-110,67],[-64,41],[-23,13],[-62,33],[-32,13],[-62,16],[-42,7],[-44,0],[-57,-3],[-39,-4],[-65,-11],[-81,-15],[-61,-6],[-166,-7],[-21,0],[-21,-1],[-21,-4],[-33,-8],[-61,-27],[-96,-40],[-34,-10],[-78,-25],[-58,-21],[-62,-25],[-55,-25],[-78,-40],[-68,-41],[-82,-51],[-68,-41],[-53,-33],[-23,-10],[-20,-10],[-37,-14],[-48,-18],[-74,-24],[-202,-65],[-338,-100],[-52,-17],[-36,-12],[-99,-35],[-93,-37],[-53,-19],[-88,-38],[-104,-49],[-292,-134],[-45,-20],[-66,-26],[-53,-16],[-54,-15],[-79,-17],[-100,-24],[-102,-25],[-59,-21],[-75,-27],[-176,-68],[-124,-51],[-94,-34],[-43,-12],[-140,-26],[-48,-12],[-115,-35],[-92,-31],[-33,-15],[-76,-30],[-235,-96],[-174,-72],[-74,-35],[-112,-59],[-86,-47],[-156,-88],[-87,-52],[-117,-71],[-62,-35],[-80,-43],[-86,-44],[-83,-47],[-54,-28],[-391,-173],[-27,8],[-4,-17],[-9,-16],[-9,-8],[-100,-52],[-218,-104],[-59,-31],[-157,-77],[-213,-112],[-209,-116],[-58,-31],[-158,-87],[-56,-31],[-130,-77],[-120,-66],[-170,-85],[-146,-61],[-50,-21],[-120,-60],[-187,-103],[-41,-23],[-174,-94],[-47,-26],[-49,-36],[-41,-24],[-29,-12],[-21,-6],[-19,-1],[-27,1],[-19,2],[-40,11],[-16,8],[-24,17],[-16,16],[-16,20],[-17,27],[-129,252],[-18,38],[-27,51],[-29,51],[-13,21],[-22,28],[-19,23],[-27,27],[-36,31],[-18,13],[-31,18],[-18,9],[-35,16],[0,0],[0,0],[-7,1],[-4,1],[-2,0],[-1,0],[0,0],[0,0],[-34,9],[-1,0],[0,1],[-23,4],[-47,8],[-26,2],[-18,-1],[-23,-5],[-135,-32],[-67,-19],[-109,-28],[-118,-28],[-57,-14],[-60,-11],[-64,-14],[-57,-14],[-66,-14],[-35,-8],[-160,-31],[-70,-15],[-73,-13],[-116,-10],[-85,-12],[-65,-13],[-34,-6],[-46,-9],[-127,-27],[-46,-10],[-100,-27],[-34,-14],[-28,-9],[-201,-94],[-236,-109],[-437,-199],[-487,-219],[-68,-30],[-180,-82],[-153,-69],[-136,-63],[-80,-36],[-204,-87],[-46,-18],[-50,-17],[-116,-34],[-96,-26],[-118,-33],[-46,-14],[-68,-18],[-98,-30],[-57,-17],[-56,-15],[-37,-8],[-69,-13],[-26,-5],[-13,-4],[-60,-18],[-94,-29],[-217,-72],[-56,-19],[-69,-23],[-102,-38],[-88,-37],[-96,-42],[-213,-108],[-34,-17],[-178,-96],[-192,-97],[-207,-106],[-94,-47],[-118,-51],[-191,-82],[-207,-91],[-71,-25],[-125,-41],[-54,-16],[-137,-45],[-97,-32],[-171,-59],[-66,-22],[-171,-67],[-193,-78],[-83,-35],[-105,-48],[-39,-17],[-55,-27],[-154,-66],[-106,-35],[-160,-43],[-50,-8],[-195,-19],[-72,-6],[-72,-7],[-121,-15],[-87,-12],[-177,-36],[-176,-50],[-80,-26],[-218,-77],[-130,-48],[-132,-49],[-144,-46],[-178,-61],[-246,-89],[-297,-116],[-297,-128],[-155,-54],[-60,-19],[-139,-45],[-54,-5],[-8,6],[-24,49],[-5,1],[-2,-2],[-3,-7],[0,-57],[0,-3],[-21,-18],[-21,-12],[-16,-8],[-32,-10],[-54,-14],[-407,-75],[-93,-18],[-52,-14],[-64,-31],[-42,-24],[-169,-96],[-281,-160],[-31,-12],[-24,-8],[-133,-35],[-119,-36],[-256,-73],[-228,-64],[-1,0],[-192,-54],[-84,-26],[-34,-13],[-16,36],[-18,-12],[-64,-39],[-41,82],[-5,11],[0,1],[0,-1],[-2,5],[-1,-1],[-120,254],[-137,294],[-136,296],[-138,294],[-84,177],[-74,154],[-62,130],[-60,127],[-182,388],[-97,206],[-68,148],[-125,222],[-454,807],[-42,74],[-11,35],[-2,17],[0,12],[2,26],[5,21],[9,24],[16,33],[121,264],[5,26],[2,34],[-2,8],[-35,63],[-100,180],[-205,363],[-143,257],[-7,8],[-9,12],[-7,6],[-17,10],[-22,7],[-29,4],[-194,22],[-22,3],[-43,6],[-29,13],[0,1],[-2,-1],[-4,2],[-4,-1],[-4,-3],[-1,0],[-3,5],[-10,-7],[-29,-5],[-17,-26],[-30,25],[-10,-12],[0,0],[0,-1],[1,-1],[1,-1],[2,-1],[-12,-14],[-38,39],[7,9],[-42,41],[-6,-8],[-38,40],[5,7],[-29,27],[-10,-7],[3,-4],[-6,-4],[-55,-40],[150,-239],[2,-3],[5,1],[-2,-3],[3,0],[0,-2],[0,-4],[32,-11],[22,-11],[14,-12],[13,-23],[123,-206],[129,-218],[558,-937],[124,-217],[403,-753],[1,-6],[-12,-20],[-3,-6],[6,-14],[0,0],[6,-14],[55,-115],[5,-6],[33,-10],[1,-9],[40,-87],[96,-199],[137,-291],[96,-201],[44,-89],[273,-577],[135,-290],[138,-287],[20,-40],[26,-68],[14,-58],[3,-47],[-7,-45],[-22,-51],[-18,-31],[-19,-19],[-18,-3],[-32,6],[-39,12],[-12,-2],[-17,-7],[-48,-13],[4,-33],[-12,-7],[-6,-4],[-2,-1],[-682,-386],[-17,-7],[-12,-2],[-19,6],[-10,1],[-13,-8],[-7,-11],[-2,-23],[-1,-3],[-6,-5],[-8,0],[-5,0],[-8,-7],[-505,-281],[-212,-115],[-26,-19],[-15,-5],[-30,-2],[-130,-68],[-31,-16],[-210,-107],[-251,-129],[-56,-33],[-1,0],[-4,-3],[-47,-38],[-28,-27],[-28,-39],[-151,-237],[-9,-13],[-60,-92],[-80,-108],[-18,-25],[-81,-79],[-108,-96],[-100,-65],[-164,-90],[-12,-1],[-14,6],[-8,7],[-20,38],[-4,4],[-7,-2],[-11,-9],[-5,-8],[-2,-6],[8,-66],[-2,-4],[-6,-6],[-18,-12],[-1,-1],[-34,-23],[-54,-29],[-385,-204],[-43,-17],[-228,-102],[-627,-266],[-419,-176],[-214,-89],[-480,-202],[-2,-1],[-1,0],[-15,-6],[-146,-61],[-212,-95],[-36,-19],[-54,-42],[-35,-40],[-42,-58],[-15,-33],[-13,-50],[-5,-33],[-2,-72],[-172,-231],[-222,-113],[-128,-65],[-72,-35],[-40,-17],[-3,-1],[-133,-73],[-152,-80],[-315,-163],[-126,-67],[-43,-23],[-65,-34],[-435,-221],[-179,-94],[-39,-20],[-248,-130],[-240,-125],[-327,-172],[-10,-5],[-18,-9],[-114,-60],[-2,-1],[-193,-76],[-249,-48],[-266,-28],[-130,-10],[-954,-29],[-46,-22],[-8,-2],[7,-8],[-235,-194],[-7,-2],[-1486,-1234],[-4502,-2499],[-68,-27],[-4532,-3351],[-36,-27],[-804,736],[-1,1],[-1,0],[-1719,-1126],[4,-3],[-73,-44],[-284,-177],[-24,-16],[-16,-10],[-208,-124],[-66,-39],[-19,-12],[-706,-416],[-340,-201],[-24,-15],[-315,-184],[-198,-115],[-41,-25],[-18,-10],[-182,-106],[-21,-13],[-19,-12],[-111,-68],[-257,-153],[-32,-19],[-23,-13],[-323,-192],[-43,-28],[-29,-18],[-30,27],[-7,-8],[-4,-8],[0,-22],[-3,-9],[-9,-8],[-274,-165],[-336,-200],[-199,-120],[-20,-12],[-7,-4],[-24,-9],[0,-1],[-956,-665],[-2352,-997],[-7,-8],[-94,-249],[7,-53],[47,-278],[42,-285],[60,-358],[144,-849],[86,-81],[14,-20],[2,-6],[4,-15],[-12,-22],[-1,-12],[-4,-5],[-3,-4],[-20,-6],[-1,0],[0,-1],[-53,-15],[-14,33],[-28,-6],[-5,-4],[8,-38],[-5,-1],[-10,-2],[-5,4],[-70,-13],[-93,-17],[-17,0],[-24,8],[-22,10],[-13,4],[-13,2],[-1,-2],[-7,-9],[-15,-32],[-22,-5],[-31,-4],[-78,-16],[-14,-4],[-6,-10],[-6,47],[-39,-6],[-3,-6],[4,-39],[8,-43],[-1,-15],[-22,-30],[-78,-14],[-85,-18],[-81,-13],[-43,-12],[-34,5],[-174,-36],[-174,-31],[-150,-35],[-182,-36],[-90,-18],[-90,-17],[-1440,-286],[-179,-37],[-179,-34],[-89,-17],[-89,-18],[-90,-19],[-132,-26],[-106,-10],[-177,-35],[-87,-15],[-116,-22],[-32,-7],[-20,-10],[-18,-8],[-152,-30],[-179,-35],[-88,-18],[-52,-6],[-11,2],[-10,15],[-40,-7],[-18,-33],[-118,-27],[-85,-18],[-79,-12],[-172,-45],[-173,-44],[-22,-7],[-68,-16],[-97,-30],[-90,-22],[-182,-48],[-90,-22],[-181,-48],[-88,-21],[-177,-49],[-175,-46],[-87,-21],[-87,-22],[-175,-48],[-88,-23],[-87,-18],[-175,-50],[-177,-44],[-186,-52],[-91,-23],[-91,-21],[-269,-73],[-265,-66],[-88,-24],[-89,-23],[-88,-21],[-263,-71],[-52,-11],[-106,-24],[-69,-22],[-89,-32],[-89,-34],[-89,-32],[-268,-96],[-1517,-553],[-89,-30],[-178,-66],[-90,-30],[-90,-32],[-270,-98],[-90,-31],[-86,-32],[-180,-75],[-180,-77],[-182,-73],[-272,-115],[-90,-40],[-182,-70],[-79,-33],[-177,-68],[-89,-33],[0,0],[-9,-2],[-5,-2],[-15,-4],[-60,-22],[-89,-43],[-88,-40],[-91,-35],[-367,-149],[-91,-33],[-88,-37],[-124,-50],[-51,-16],[-89,-23],[-174,-52],[-267,-75],[-4,-2],[-6,-1],[-73,-19],[-80,-22],[-179,-52],[-198,-55],[-342,-96],[-90,-27],[-179,-52],[-33,-12],[-21,-6],[-42,-13],[-41,-14],[-132,-46],[-207,-74],[-222,-78],[-175,-62],[0,-3],[-224,-80],[-274,-95],[-91,-33],[-87,-30],[-83,-27],[-65,-24],[-19,-17],[-87,-30],[-86,-28],[-26,-11],[-64,-20],[-71,-13],[-79,-9],[-88,-3],[-38,1],[-48,-5],[-93,0],[-92,4],[-93,0],[-181,8],[-91,2],[-90,2],[-79,0],[-199,5],[-32,1],[-9,14],[-71,2],[-91,0],[-92,-5],[-85,-10],[-89,-18],[-88,-20],[-90,-27],[-89,-32],[-79,-34],[-271,-154],[-267,-150],[-202,-111],[-62,-31],[-454,-256],[-482,-281],[-192,-111],[-187,-108],[-158,-94],[-374,-218],[-189,-110],[-91,-52],[-55,-26],[-51,-19],[-33,-10],[-59,-16],[-127,-30],[-70,-20],[-52,-20],[-39,-14],[-146,-73],[-71,-46],[-65,-45],[-56,-41],[-74,-67],[-99,-93],[-120,-118],[-61,-40],[-1014,-565],[-273,-152],[-140,-86],[-89,-63],[-19,-15],[-37,-32],[-59,-60],[-367,-360],[-129,-123],[-291,-272],[-32,-23],[-52,-42],[-171,-159],[-253,-236],[-127,-134],[-107,-126],[-501,-613],[-255,-306],[-67,-80],[-60,-70],[-106,-127],[-576,-686],[-125,-156],[-183,-221],[-181,-217],[-292,-360],[-131,-153],[-395,-477],[-419,-511],[-32,-54],[-26,-54],[-28,-75],[-61,-184],[-142,-391],[-126,-360],[-58,-154],[-283,-812],[-59,-159],[-11,-37],[-70,-225],[-55,-217],[-306,-1083],[-2,-5],[-11,-27],[-17,-24],[-10,-19],[-17,-28],[-11,-15],[-46,-50],[-103,-85],[-290,-229],[-253,-198],[-179,-141],[-115,-98],[-143,-130],[-63,-60],[-54,-61],[-88,-98],[-203,-222],[-16,-18],[-578,-643],[-296,-329],[-133,-152],[-261,-293],[-155,-182],[-77,-100],[-24,-34],[-250,-360],[-11,-15],[-29,-42],[-42,-58],[-45,-65],[-13,-18],[-15,-23],[-18,-27],[-20,-26],[-15,-22],[-14,-21],[-50,-67],[-35,-55],[-25,-34],[-38,-54],[-36,-49],[-24,-37],[-48,-65],[-48,-69],[-32,-48],[-9,-9],[-9,-12],[-4,-11],[-27,-35],[-19,-30],[-5,-6],[-46,-67],[-26,-35],[-16,-26],[-117,-161],[-59,-87],[-50,-69],[-28,-39],[-9,-18],[-12,-10],[-11,-20],[-14,-20],[-34,-39],[-19,-23],[-58,-61],[-21,-25],[-25,-30],[-26,-27],[-22,-24],[-94,-107],[-24,-25],[-28,-34],[-24,-26],[-22,-24],[-23,-27],[-124,-142],[-26,-28],[-42,-49],[-51,-56],[-42,-48],[-35,-39],[-83,-86],[-22,-20],[-23,-24],[-93,-92],[-186,-189],[-28,-26],[-64,-64],[-47,-46],[-67,-70],[-42,-40],[-41,-32],[-34,-24],[-16,-10],[-10,-1],[-21,-11],[-15,-12],[-14,-6],[-219,-113],[-183,-91],[-62,-29],[-180,-89],[-63,-30],[-87,-42],[-10,-5],[-25,-13],[-3,-2],[-16,-8],[-58,-27],[-97,-48],[-66,-30],[-62,-31],[-24,-10],[-28,-15],[-23,-15],[-18,-13],[-24,-19],[-28,-22],[-14,-14],[-49,-40],[-40,-35],[-43,-38],[-33,-36],[-25,-36],[-10,-21],[-12,-24],[-14,-35],[-12,-34],[-11,-47],[-10,-63],[-4,-43],[-4,-18],[-9,-30],[-11,-34],[-7,-11],[-6,-7],[-17,-19],[-7,-8],[-14,-14],[-16,-17],[-19,-13],[-27,-14],[-63,-35],[-58,-32],[-41,-21],[-27,-16],[-22,-11],[-18,-11],[-28,-16],[-132,-72],[-59,-33],[-47,-25],[-48,-27],[-20,-10],[-95,-54],[-70,-38],[-120,-66],[-15,-11],[-18,-7],[-35,-20],[-54,-28],[-100,-55],[-83,-48],[-41,-22],[-16,-7],[-23,-13],[-180,-99],[-80,-44],[-33,-20],[-13,-7],[-7,-3],[-28,-16],[-59,-32],[-44,-22],[-31,-19],[-28,-15],[-86,-48],[-43,-26],[-24,-15],[-25,-17],[-13,-11],[-23,-20],[-15,-12],[-15,-19],[-9,-14],[-23,-32],[-15,-23],[-41,-51],[-64,-76],[-26,-28],[-17,-20],[-11,-12],[-8,-8],[-17,-14],[-13,-18],[-83,-80],[-72,-65],[-26,-24],[-19,-15],[-15,-12],[-69,-55],[-40,-34],[-78,-58],[-24,-14],[-43,-19],[-69,-20],[-25,-3],[-33,-10],[-7,-2],[-6,13],[-22,-9],[-23,-10],[-17,-7],[-15,-9],[-18,-5],[-28,-20],[-87,-67],[-118,-87],[-165,-124],[-102,-75],[-147,-111],[-167,-124],[-129,-96],[-43,-31],[-130,-97],[-67,-50],[-40,-42],[-18,-32],[-2,-17],[-77,-140],[-7,-14],[-5,-4],[-28,-21],[-4,-3],[-9,-14],[-8,-6],[-74,-64],[-129,-111],[-60,-54],[-115,-97],[-136,-116],[-17,-23],[-35,-24],[-5,-2],[-36,-21],[-17,-8],[-24,-11],[-17,-7],[-22,-6],[-18,-6],[-56,-23],[-47,-20],[-74,-24],[-61,-14],[-96,-22],[-76,-18],[-63,-16],[-43,-10],[-37,-8],[-12,-4],[-20,-4],[-93,-23],[-73,-17],[-41,-11],[-15,-4],[-12,-3],[-13,-3],[-8,-3],[-16,-4],[-27,-6],[-19,-13],[-23,-8],[-16,-7],[-16,-9],[-19,-12],[-14,-9],[-52,-39],[-47,-36],[-98,-74],[-61,-54],[-26,-24],[-26,-21],[-11,-13],[-19,-24],[-22,-30],[-18,-30],[-5,-11],[-8,-13],[-15,-54],[-5,-20],[-62,-192],[-30,-89],[-7,-27],[-27,-70],[-44,-91],[-36,-61],[-34,-52],[-53,-70],[-52,-65],[-73,-77],[-118,-109],[-54,-43],[-75,-61],[-128,-107],[-79,-64],[-92,-80],[-94,-82],[-95,-80],[-52,-46],[-105,-92],[-107,-93],[-52,-35],[-13,-10],[-15,-11],[-15,-10],[-25,-16],[-24,-14],[-18,-10],[-24,-12],[-30,-16],[-25,-19],[-22,-14],[-10,-10],[-3,-2],[-2,-3],[-22,-22],[-36,-35],[-4,-6],[-8,-12],[-6,-8],[-1,-4],[-10,-20],[-6,-10],[-7,-11],[-44,-96],[-145,-325],[-36,-84],[-13,-29],[-6,-15],[-7,-10],[-4,-6],[-43,-55],[-23,-28],[-117,-143],[-160,-199],[-139,-174],[-135,-170],[-151,-190],[-167,-208],[-81,-102],[-48,-61],[-60,-77],[-38,-48],[-94,-118],[-121,-152],[-73,-92],[-93,-119],[-71,-90],[-54,-72],[-12,-15],[-13,-12],[-27,-28],[-26,-19],[-95,-65],[-107,-76],[-113,-75],[-27,-18],[-28,-20],[-100,-74],[-46,-34],[-30,-23],[-69,-48],[-12,-9],[-48,-40],[-16,-13],[-37,-31],[-35,-31],[-18,-14],[-18,-17],[-10,-8],[-133,-106],[-49,-38],[-112,-87],[-94,-70],[-24,-19],[-78,-64],[-91,-74],[-28,-23],[-90,-72],[-112,-93],[-32,-26],[-50,-41],[-32,-26],[-22,-19],[-6,-3],[-14,-9],[-27,-28],[-18,-24],[-6,-7],[-79,-88],[-41,-47],[-96,-109],[-82,-91],[-70,-81],[-5,6],[-32,-34],[11,-13],[-15,-16],[-28,-34],[-14,-16],[-110,-127],[-102,-118],[-77,-83],[-76,-97],[-22,-31],[-1,-2],[-43,-66],[-17,-29],[-6,-2],[-11,-19],[-152,-254],[-64,-94],[-62,-102],[-33,-47],[-9,-19],[-38,-58],[-59,-90],[-44,-67],[-49,-85],[-36,-60],[-32,-70],[-3,-8],[-30,-66],[-7,-17],[-79,-204],[-18,-52],[-42,-112],[-15,-51],[-35,-83],[-29,-72],[-13,-25],[-7,-19],[-29,-56],[-38,-65],[-9,-14],[-114,-184],[-195,-316],[-73,-108],[-87,-148],[-99,-197],[-73,-139],[-16,-40],[-13,-21],[-74,-142],[-10,-21],[-103,-199],[-28,-51],[-13,-25],[-23,-40],[-15,-33],[-43,-58],[-21,-45],[-1,-2],[-1,-4],[-137,-282],[-32,-68],[-77,-215],[-123,-402],[-195,-597],[-27,-75],[-93,-285],[-82,-241],[-35,-119],[-12,-33],[-70,-198],[-44,-118],[-134,-323],[-111,-236],[-146,-316],[-51,-118],[-130,-322],[-104,-295],[-103,-297],[-94,-279],[-123,-379],[-13,-39],[-87,-277],[-60,-209],[-127,-438],[-99,-347],[-93,-336],[-58,-222],[-93,-312],[-38,-128],[-86,-259],[-80,-238],[-65,-185],[-51,-140],[-37,-109],[-64,-187],[-22,-50],[-34,-48],[-32,-28],[-73,-38],[-98,-35],[-75,-27],[-120,-45],[-93,-49],[-42,-31],[-71,-28],[-42,-15],[-17,2],[-92,-34],[-151,-55],[-262,-96],[-150,-56],[-45,-17],[-51,-21],[-40,-21],[-44,-24],[-44,-27],[-45,-34],[-40,-34],[-37,-36],[-1662,164],[-21,-228],[-64,-276],[-136,-189],[-213,-142],[-256,-63],[-406,-47],[-512,0],[-853,93],[-286,-926],[2362,-838],[-6,-13],[2,-1],[7,13],[19,-6],[-1,-6],[0,-7],[1,-6],[33,-115],[31,-111],[47,-162],[36,-124],[9,-31],[7,-23],[7,-23],[9,-30],[7,-22],[8,-24],[7,-18],[6,-17],[10,-23],[2,-4],[4,-10],[7,-14],[6,-12],[7,-13],[3,-5],[6,-12],[17,-23],[10,-13],[4,-6],[3,-4],[0,-1],[4,-5],[2,-2],[8,-10],[12,-15],[5,-5],[12,-13],[2,-2],[11,-11],[12,-11],[11,-10],[20,-17],[13,-11],[12,-9],[13,-10],[10,-7],[10,-6],[8,-6],[12,-8],[11,-6],[12,-7],[13,-7],[14,-6],[11,-4],[18,-7],[19,-7],[18,-6],[15,-5],[16,-4],[24,-5],[26,-5],[13,-2],[11,-1],[12,-2],[13,0],[22,-2],[38,-1],[21,0],[31,0],[41,-2],[5,-1],[9,-3],[9,-4],[9,-4],[13,-7],[11,-7],[13,-9],[10,-8],[11,-10],[9,-11],[6,-9],[166,-276],[37,-62],[171,-295],[22,-39],[29,-49],[19,-33],[42,-63],[33,-42],[33,-39],[41,-41],[43,-41],[35,-29],[46,-31],[5,-3],[17,-12],[31,-16],[0,0],[8,-5],[66,-29],[61,-20],[87,-25],[123,-36],[92,-28],[65,-17],[70,-7],[125,19],[20,-94],[9,-49],[41,-207],[-11,-2],[8,-81],[9,-98],[26,-234],[6,-64],[6,-48],[5,-55],[6,-52],[5,-57],[2,-41],[-1,-42],[-3,-48],[-3,-46],[-4,-43],[-5,-44],[-6,-52],[-8,-65],[-5,-46],[-6,-58],[-12,-125],[-11,-105],[-10,-94],[-3,-34],[-10,-81],[-13,-105],[-7,-61],[-19,-137],[-5,-59],[-9,-78],[-9,-77],[-6,-40],[-6,-34],[-25,-81],[-18,-66],[-21,-83],[-17,-67],[-15,-61],[-6,-22],[-13,-49],[-26,-88],[-5,-25],[-7,-22],[-16,-62],[-21,-75],[-34,-127],[-32,-117],[-27,-101],[-29,-108],[-42,-151],[-15,-58],[-29,-108],[-27,-101],[-20,-75],[-23,-87],[-33,-117],[-9,-31],[-4,-21],[0,-2],[-17,-71],[-8,-38],[-7,-32],[-7,-53],[4,-1],[-4,-57],[-33,-359],[-30,-282],[-1,-33],[-2,-19],[-20,-215],[-25,-277],[-22,-240],[-3,-25],[-12,-166],[-17,-188],[-28,-375],[-3,-23],[-50,-670],[-5,-110],[-2,-21],[-20,-350],[-10,-246],[-5,-178],[-2,-21],[-6,-183],[-10,-273],[-8,-136],[-15,-191],[-3,-22],[-9,-111],[-32,-430],[-43,-510],[-9,-144],[-5,-30],[-24,-255],[-20,-230],[-9,-100],[-12,-150],[-5,-46],[-59,-419],[-72,-498],[-8,-74],[-39,-277],[-22,-151],[-24,-174],[-44,-294],[-23,-164],[-37,-263],[-36,-227],[-5,-26],[-33,-249],[-11,-72],[-8,-45],[-9,-45],[-28,-100],[-77,-232],[-4,-20],[-19,-59],[-13,-31],[-7,-22],[-82,-248],[-22,-86],[-20,-91],[-18,-93],[-39,-215],[-7,-24],[-3,-22],[-43,-306],[-70,-386],[-66,-340],[-60,-308],[-10,-37],[-278,-588],[-20,-42],[-36,-84],[-76,-166],[-159,-335],[-23,-48],[-31,-62],[-37,-79],[-54,-103],[-35,-59],[-41,-61],[-56,-87],[-76,-93],[-31,-35],[-105,-104],[-63,-64],[-81,-84],[-84,-86],[-81,-83],[-120,-125],[-82,-87],[-24,-19],[-15,-21],[-98,-79],[-679,-497],[-21,-15],[-215,-148],[-193,-128],[-26,-15],[-306,-204],[-68,-43],[-26,-20],[-40,-22],[-39,-28],[-23,-16],[-190,-128],[-129,-86],[-22,-15],[-34,-23],[-12,-6],[-67,-48],[-120,-79],[-124,-82],[-93,-63],[-36,-24],[-93,-59],[-93,-63],[-131,-85],[-18,-13],[-33,-20],[-180,-123],[-68,-46],[-33,-25],[-72,-57],[-10,-8],[-5,-32],[-7,-25],[-8,-43],[-3,-34],[0,-35],[3,-20],[6,-29],[13,-39],[16,-40],[18,-38],[23,-42],[28,-44],[26,-34],[34,-49],[35,-44],[36,-43],[108,-121],[33,-38],[123,-144],[30,-37],[59,-80],[38,-48],[15,-23],[13,-24],[8,-28],[5,-26],[2,-28],[1,-41],[-5,-31],[-6,2],[-2,-19],[-18,-84],[-25,-131],[-25,-109],[-19,-91],[-46,-196],[-24,-115],[-22,-115],[-21,-112],[-9,-93],[2,-57],[9,-72],[9,-46],[5,-66],[4,-35],[3,-49],[1,-28],[0,-27],[-1,-62],[-2,-93],[-2,-39],[-3,-24],[-7,-62],[-11,-84],[-10,-73],[-18,-102],[-19,-104],[-29,-132],[-54,-186],[-17,-55],[-28,-82],[-23,-59],[-28,-73],[-37,-85],[-27,-59],[-52,-101],[-46,-84],[-32,-53],[-32,-50],[-21,-36],[-31,-46],[-22,-34],[-35,-50],[-42,-58],[-19,-18],[-23,-30],[-22,-29],[-105,-110],[-48,-62],[-50,-52],[-52,-58],[-52,-55],[-52,-60],[-52,-52],[-103,-108],[-106,-111],[-96,-118],[-53,-57],[-53,-53],[-104,-110],[-104,-113],[-104,-114],[-48,-59],[-202,-221],[-55,-60],[-16,-17],[-30,-35],[-52,-57],[-48,-53],[-59,-57],[-21,-23],[-31,-34],[-153,-172],[-155,-167],[-52,-55],[-53,-55],[-49,-57],[-451,-491],[-269,-292],[-799,-866],[-1206,-1311],[-262,-277],[-54,-56],[-96,-110],[-19,-19],[-195,-191],[-63,-45],[-50,-46],[-58,-58],[-59,-51],[-57,-46],[-74,-57],[-126,-88],[-41,-25],[-51,-32],[-118,-75],[-129,-67],[-65,-39],[-121,-60],[-94,-42],[-128,-53],[-106,-41],[-116,-43],[-176,-56],[-246,-73],[-218,-63],[-15,-6],[0,0],[-5,-1],[-10,-1],[-2,1],[-12,4],[-4,4],[-5,9],[-29,71],[-9,37],[-72,181],[-94,234],[-71,180],[-14,27],[-8,9],[-8,8],[-17,8],[-6,1],[-12,2],[-15,-2],[-10,-1],[-12,-3],[-10,-2],[-29,-10],[-17,-5],[-59,-16],[-20,-4],[-23,-5],[-16,-2],[-6,-1],[-11,1],[-6,3],[-3,2],[-3,5],[-3,5],[-2,8],[-4,12],[-18,71],[-10,43],[-1,4],[-22,97],[-47,197],[4,0],[-86,438],[-1,1],[0,6],[-7,18],[-18,17],[-37,30],[-19,15],[-36,28],[-62,51],[-29,23],[-34,26],[-13,6],[-14,1],[-15,-3],[-9,-3],[0,0],[-549,-109],[-283,-51],[-57,-10],[-244,-44],[-72,-20],[-46,-12],[-5,-1],[-27,-3],[-3,0],[-23,-3],[-38,-13],[-18,-6],[-56,-20],[-47,-16],[-246,-69],[-33,-11],[-20,-10],[-9,-7],[-3,-1],[-10,-8],[-4,-4],[-18,-22],[-12,-16],[-2,-2],[-16,-44],[-4,-23],[1,-30],[5,-36],[135,-567],[62,-265],[11,-46],[25,-104],[41,-172],[22,-95],[18,-74],[10,-51],[3,-33],[0,-43],[-5,-38],[-10,-36],[-31,-79],[-73,-175],[-109,-245],[-10,-17],[-1,-1],[-381,-110],[-89,-26],[-225,-63],[-75,-21],[-329,-94],[-218,-61],[-305,-89],[-564,-163],[-159,-39],[-345,-83],[-151,-41],[-154,-45],[-290,-84],[-163,-45],[-37,-12],[-19,-8],[-29,-9],[-110,-46],[-97,-36],[-288,-83],[-27,-9],[-37,-10],[-152,-45],[-104,-36],[-51,-22],[-18,-6],[-90,-38],[-153,-70],[-72,-35],[-63,-34],[-130,-68],[-45,-25],[-172,-104],[-189,-127],[-53,-37],[-165,-128],[-158,-133],[-18,-17],[-68,-57],[-13,-8],[1,-1],[-58,-59],[-37,-36],[-37,-35],[-616,-588],[-101,-101],[-118,-113],[-61,-54],[-104,-99],[-247,-235],[-353,-339],[-102,-100],[-780,-748],[-245,-234],[-280,-267],[-170,-159],[-55,-56],[-53,-51],[-245,-236],[-121,-118],[-179,-158],[-60,-66],[-55,-52],[-20,-28],[-37,-35],[-363,-343],[-361,-344],[-496,-475],[-407,-392],[-153,-151],[-285,-272],[-38,-36],[-350,-333],[-49,-51],[-1501,-1437],[-683,-649],[-368,-352],[-363,-343],[-244,-231],[-113,-109],[-96,-89],[-140,-140],[-217,-214],[-199,-191],[-99,-93],[-809,-773],[-76,-67],[-97,-97],[-166,-151],[-70,-71],[-80,-79],[-130,-129],[-316,-294],[-131,-129],[-114,-104],[-95,-98],[-52,-43],[-59,-55],[-88,-88],[-185,-170],[-54,-57],[-53,-50],[-59,-47],[-109,-113],[-233,-229],[-91,-84],[-59,-67],[-157,-150],[-226,-217],[-165,-156],[-92,-89],[-38,-37],[-28,-22],[-49,-51],[-121,-116],[-50,-49],[-123,-117],[-15,-14],[-145,-138],[-33,-32],[-153,-146],[-143,-136],[-79,-77],[-18,-19],[-27,-26],[-80,-72],[-291,-281],[-136,-128],[-114,-107],[-59,-59],[-52,-51],[-31,-30],[-103,-99],[-168,-159],[-198,-190],[-94,-89],[-87,-87],[-14,-14],[-14,-13],[-5,-2],[-1,-1],[-1,0],[-1,-1],[-1,0],[-1,0],[-1,0],[-2,-1],[-1,0],[-1,0],[-1,0],[-1,0],[-2,0],[-1,0],[-1,1],[-1,0],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[0,1],[-7,6],[-32,38],[-38,49],[-2,2],[-1,1],[-1,2],[-2,1],[-1,2],[-1,1],[-2,2],[-1,1],[-2,2],[-1,1],[-2,2],[-1,1],[-2,1],[-2,1],[-1,2],[-2,1],[-2,1],[-1,1],[-2,1],[-2,1],[-2,1],[-1,1],[-2,1],[-2,0],[-2,1],[0,0],[-9,7],[-20,10],[-16,6],[-24,6],[-18,3],[-5,146],[-4,113],[1,0],[0,1],[1,2],[0,1],[1,1],[0,2],[1,1],[0,2],[1,1],[0,1],[0,2],[0,1],[1,2],[0,1],[0,2],[0,1],[0,2],[0,1],[0,2],[0,1],[0,2],[-1,1],[0,1],[0,2],[-1,1],[0,2],[0,1],[-1,1],[0,2],[-1,1],[0,1],[-1,3],[-6,9],[-3,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,0],[-1,1],[-1,1],[-2,0],[-1,1],[-1,1],[-1,0],[-2,1],[-1,0],[-1,0],[-2,1],[-1,0],[-1,0],[-2,0],[-1,0],[-1,0],[-2,1],[-1,-1],[-1,0],[-2,0],[-1,0],[-1,0],[-2,0],[-1,-1],[-1,0],[-2,0],[-1,-1],[-1,0],[-1,-1],[-2,0],[-1,-1],[-1,-1],[-1,0],[-148,-85],[-21,-13],[-12,-8],[-7,-6],[-49,-47],[-3,-3],[-374,-358],[-2,-1],[-3,-2],[-2,-2],[-2,-2],[-2,-2],[-1,-1],[-2,-2],[-2,-2],[-2,-2],[-2,-2],[-2,-3],[-1,-2],[-2,-2],[-2,-2],[-1,-2],[-2,-3],[-1,-2],[-2,-2],[-2,-3],[-1,-2],[-1,-2],[-2,-3],[-1,-2],[-1,-3],[-2,-2],[-1,-3],[-1,-2],[-1,-3],[-1,-2],[-1,-3],[-1,-3],[-1,-2],[-3,-7],[-1,-4],[0,0],[0,-3],[-1,-3],[-1,-2],[0,-3],[-1,-3],[0,-3],[-1,-3],[0,-2],[-1,-3],[0,-3],[0,-3],[-1,-3],[0,-3],[0,-3],[0,-2],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-3],[0,-2],[1,-3],[0,-3],[0,-3],[1,-3],[0,-3],[32,-184],[12,-69],[25,-153],[13,-84],[11,-66],[0,-1],[0,0],[-2,-25],[0,-1],[0,-3],[-1,-2],[0,-3],[-1,-3],[-1,-2],[0,-3],[-1,-3],[-1,-2],[-1,-3],[-1,-3],[-1,-2],[-1,-3],[-1,-2],[-1,-3],[-1,-2],[-1,-3],[-1,-2],[-1,-3],[-2,-2],[-1,-3],[-1,-2],[-1,-2],[-31,-30],[-142,-136],[-279,-266],[-38,-36],[-104,-97],[-463,-445],[-253,-242],[-46,-42],[-54,-53],[-332,-316],[-608,-582],[-43,-41],[-233,-223],[-227,-216],[-37,-35],[-91,-84],[-27,-25],[-73,-68],[-173,-170],[-112,-103],[-128,-118],[-42,-37],[-52,-56],[-41,-35],[-63,-62],[-88,-90],[-169,-162],[-231,-225],[-23,-22],[-125,-118],[-150,-143],[-48,-45],[-106,-102],[-65,-62],[-223,-214],[-167,-159],[-27,-25],[-14,-14],[-57,-54],[-377,-359],[-417,-403],[-30,-28],[-184,-175],[-169,-161],[-249,-240],[-772,-736],[-360,-344],[-1778,-1701],[-305,-298],[-748,-707],[-1608,-1538],[-983,-943],[-1240,-1193],[-649,-612],[-1310,-1256],[-807,-773],[-496,-483],[-645,-603],[-597,-578],[-401,-381],[-286,-268],[-1224,-1185],[-323,-307],[-188,-180],[-471,-443],[-42,-40],[-1287,-1224],[-1394,-1337],[-2043,-1949],[-1386,-1324],[-740,-714],[-22,-18],[-9,-7],[-14,-9],[-3,-2],[-50,-15],[-28,-10],[-594,-137],[-18,-2],[-8,-1],[-22,-1],[-36,7],[-297,198],[-107,1080],[-8,44],[-26,-5],[-6,-4],[-81,-31],[-115,-25],[-126,-13],[-109,0],[-131,19],[-143,19],[-145,43],[-17,5],[-65,49],[-95,72],[-54,59],[-67,17],[-88,32],[-680,-835],[-306,-387],[-166,-210],[-14,-7],[-7,4],[-7,4],[-43,39],[-121,110],[-126,113],[0,0],[-55,43],[-97,76],[-201,150],[-249,166],[-2,2],[-26,17],[-8,-3],[-23,-10],[-650,292],[-4,2],[-20,-4],[-141,99],[-14,12],[0,0],[-11,5],[0,0],[-20,2],[-12,-11],[-7,-5],[-38,-68],[-19,-34],[-168,-309],[-16,-17],[-11,3],[-9,4],[-1,0],[-9,0],[-11,-2],[-11,-12],[-7,-13],[-2,-6],[-2,-6],[-3,-12],[0,-15],[8,-16],[20,-17],[36,-20],[154,-106],[143,-100],[57,-41],[69,-50],[26,-19],[41,-34],[44,-35],[46,-36],[151,-119],[54,-42],[24,-19],[12,-8],[54,-42],[314,-282],[121,-111],[6,-5],[7,-6],[0,0],[0,-1],[53,-52],[168,-166],[0,0],[1,-1],[0,-1],[0,0],[6,-20],[1,-3],[0,0],[0,0],[-8,-22],[-1,-3],[0,0],[-98,-111],[-82,-68],[7,-22],[-3,-3],[-34,-31],[-37,-30],[-40,-32],[-37,-27],[-66,-43],[-56,-33],[-19,-9],[-45,-15],[-121,-41],[-189,-63],[-87,-37],[-69,-41],[-83,-65],[-112,-100],[-10,-9],[-22,-21],[-65,-60],[-279,-250],[-57,-49],[-46,-34],[-35,-21],[-101,-47],[-36,-12],[-34,-8],[-410,-82],[-53,-11],[-1014,-211],[-31,-6],[-30,-7],[-275,-56],[-114,-18],[-63,-4],[-72,-1],[-62,7],[-59,20],[-48,11],[-551,182],[-46,20],[-45,28],[-68,41],[-140,89],[-346,221],[-28,19],[-215,-3],[-213,-11],[-31,-4],[-17,-5],[-24,-6],[-67,-27],[-48,-21],[-126,-53],[-71,-30],[-131,-56],[-37,-16],[-62,-28],[-42,-21],[-63,-31],[-20,-9],[-14,-6],[-5,2],[-3,0],[-1,49],[-27,0],[-3,-40],[-3,-12],[-6,-2],[-4,-2],[-11,7],[-1,0],[-5,2],[-37,10],[-56,11],[-31,3],[-30,3],[-53,-3],[-57,-9],[-6,-2],[-37,-7],[-51,-20],[-56,-26],[-8,-4],[-100,-54],[-164,-90],[-179,-97],[-187,-100],[-44,-24],[-383,-202],[-696,-381],[-35,-16],[-7,-3],[-46,-16],[-61,-13],[-32,-4],[-25,-4],[-54,4],[-26,3],[-15,1],[-36,9],[-38,9],[-206,-3],[-151,-1],[-269,-7],[-475,-29],[0,0],[0,-12],[0,0],[-9,-15],[-217,-46],[-109,-22],[-35,-8],[-13,-4],[-11,-3],[-26,-9],[-115,-24],[-82,-8],[-107,17],[-62,7],[-12,2],[-1,0],[-5,-1],[-16,2],[-82,-4],[-16,0],[-26,-4],[-19,-4],[-22,-5],[-32,-9],[-91,-21],[-139,-33],[-146,-33],[-183,-44],[-95,-21],[-53,-13],[-23,-6],[-111,-27],[-94,-27],[-87,-28],[-72,-26],[-70,-29],[-48,-22],[-3,-2],[-29,14],[-24,-13],[16,147],[-14,0],[-19,-157],[-8,-4],[4,-23],[-8,-4],[-36,-6],[-30,-15],[-115,-71],[-90,-72],[-100,-83],[-124,-110],[-108,-109],[-116,-119],[-178,-180],[-252,-260],[-158,-161],[-67,-71],[-20,-20],[-96,-99],[-91,-93],[-16,-17],[-177,-181],[-67,-85],[-8,-11],[-21,-31],[-45,-71],[-6,-9],[-25,-49],[-25,-57],[-17,-40],[-4,-11],[-1,-1],[-2,-5],[-17,-49],[-29,-104],[-9,-45],[-5,-27],[-7,-37],[-4,-28],[-4,-25],[-6,-45],[-3,-46],[-1,-19],[0,-107],[0,-26],[2,-127],[0,-61],[-5,-154],[-16,-161],[-13,-100],[-14,-90],[-15,-85],[-16,-88],[-1,-6],[-33,-144],[-40,-148],[-8,-34],[-26,-77],[-15,-45],[-13,-43],[-13,-37],[-36,-91],[-22,-58],[-31,-73],[-52,-133],[-19,-46],[-39,-100],[-17,-42],[-13,-34],[-15,-34],[-17,-39],[-27,-60],[-16,-34],[-36,-71],[-18,-31],[-18,-33],[-33,-57],[-46,-76],[-25,-36],[-28,-42],[-35,-49],[-41,-56],[-45,-65],[-59,-83],[-65,-91],[-25,-34],[-143,-200],[-132,-185],[-82,-114],[-92,-128],[-75,-103],[-208,-291],[-18,-25],[-85,-116],[-62,-88],[-38,-52],[-42,-61],[-21,-30],[-5,-6],[-38,-53],[-36,-52],[-37,-53],[-64,-87],[-33,-44],[-7,-10],[-72,-104],[-39,-56],[-56,-73],[-5,-7],[-5,-7],[-6,-8],[-6,-9],[-72,-102],[-12,-17],[-39,-54],[-416,-580],[-71,-91],[-34,-44],[-91,-129],[-30,-42],[-113,-153],[-37,-50],[-18,-26],[-68,-98],[-65,-85],[-53,-69],[-4,-4],[-67,-71],[-17,-17],[-30,-29],[-89,-73],[-53,-37],[-31,-17],[-73,-41],[-44,-21],[-228,-103],[-20,-5],[-62,-27],[-155,-69],[-321,-148],[-377,-177],[-544,-249],[-426,-191],[-81,-37],[-1052,-477],[-100,-44],[-61,-30],[-35,-21],[-31,-20],[-47,-30],[-47,-29],[-77,-67],[-197,-174],[-104,-90],[-47,-41],[-18,-19],[-55,-57],[-36,-42],[-16,-22],[-3,-4],[-5,-6],[-5,-6],[-5,-6],[-4,-6],[-21,-29],[-10,-16],[-6,-8],[-3,-5],[0,0],[-15,-23],[-14,-23],[-3,-6],[-3,-5],[-3,-5],[-3,-6],[-3,-5],[-3,-6],[-3,-4],[-31,-44],[-55,-72],[-6,-6],[-18,-16],[-47,-44],[-30,-23],[-3,-4],[-4,-6],[0,-2],[0,0],[0,0],[0,0],[0,-11],[-184,-135],[-16,-11],[-63,-34],[-21,-11],[-13,-4],[0,0],[-5,-1],[-12,-3],[0,0],[0,0],[-41,-6],[-36,-2],[-29,-11],[-36,-16],[-95,-47],[-86,-46],[-155,-96],[-105,-117],[-40,-44],[-16,-18],[-23,-28],[-3,-5],[-105,-142],[-52,-84],[-18,-34],[-19,-40],[-11,-25],[-30,-82],[-6,-13],[-8,-23],[-6,-22],[-8,-59],[-7,-31],[-18,-10],[-17,-8],[-225,-72],[-1623,-522],[-813,-261],[-1322,-418],[-609,-194],[-332,-106],[-443,-140],[-27,-11],[-407,-130],[-13,-4],[-9,-3],[-11,-3],[-60,-18],[-79,-21],[-78,-16],[-20,-3],[-16,-3],[0,0],[-15,-1],[-143,-9],[-38,-1],[-135,8],[-41,6],[-101,18],[-117,32],[-2,0],[-52,23],[-77,33],[-65,32],[-30,17],[-18,12],[-34,22],[-54,39],[-124,82],[-219,147],[-195,131],[-21,14],[-112,79],[-220,155],[-14,9],[-11,8],[-519,344],[-642,435],[-1288,865],[-970,649],[-633,426],[-306,202],[-457,313],[-20,7],[-1048,704],[-461,311],[-916,610],[-1106,757],[-65,51],[-548,368],[-513,341],[-293,198],[-26,18],[-466,315],[-393,257],[-407,275],[-53,38],[-81,72],[-41,39],[-108,111],[-40,47],[-49,60],[-11,14],[-102,158],[-83,162],[-5,-8],[-4,9],[-55,117],[-71,159],[-125,320],[-212,555],[-69,177],[-27,80],[-332,876],[-108,288],[-177,460],[-676,1788],[-286,727],[-140,371],[-20,66],[-29,104],[-11,245],[-7,368],[-5,155],[-4,153],[-1,28],[-9,25],[-15,35],[-4,15],[-2,9],[0,2],[-29,37],[-28,26],[-35,20],[-19,4],[-34,-1],[-32,-11],[-8,-11],[0,0],[-10,-11],[-3,-5],[-15,2],[-10,-4],[0,-1],[-109,0],[-6,1],[-17,29],[-3,4],[-5,8],[-9,9],[-3,2],[-4,2],[-8,4],[-4,2],[-1,0],[-5,0],[-1,67],[-1,8],[-1,200],[2,102],[2,197],[3,114],[-4,39],[-9,35],[-5,28],[-17,41],[-24,40],[-10,22],[-6,15],[-5,10],[-12,42],[-1,26],[-11,50],[-22,170],[-11,106],[-10,129],[0,94],[1,46],[9,66],[14,41],[10,14],[37,26],[22,20],[7,9],[6,7],[9,20],[2,21],[1,55],[11,0],[5,0],[4,0],[-1,53],[-4,64],[-2,276],[-1,45],[0,14],[0,4],[4,5],[4,8],[0,7],[-1,5],[-2,10],[-1,24],[0,10],[-5,594],[-7,-1],[-1,19],[22,229],[42,239],[12,59],[12,55],[24,94],[34,114],[52,156],[43,125],[11,28],[125,274],[136,236],[39,62],[5,8],[429,766],[326,587],[141,258],[293,513],[34,60],[28,58],[56,126],[44,117],[8,33],[2,8],[1,2],[14,43],[13,50],[94,507],[2,14],[98,546],[16,93],[21,117],[83,460],[20,118],[7,70],[1,50],[0,2],[-4,97],[-29,142],[-20,91],[-48,243],[-89,416],[-17,74],[-86,419],[-15,73],[-35,248],[155,394],[234,467],[319,382],[401,301],[423,265],[428,249],[447,195],[469,94],[483,37],[477,71],[475,91],[469,114],[460,152],[452,183],[446,198],[444,206],[438,219],[432,234],[428,246],[413,271],[387,313],[370,341],[368,344],[382,323],[399,296],[399,297],[391,309],[390,312],[385,318],[380,327],[365,349],[366,347],[387,311],[412,273],[426,251],[435,229],[442,210],[452,174],[465,138],[467,134],[459,164],[454,194],[457,168],[375,71],[70,1705],[-1075,41],[-4225,-236],[-4207,-92],[-6942,329],[2223,2975],[2570,2799],[2715,2927],[1287,1205],[1323,1062],[1506,1129],[5803,4364],[485,394],[-6,4756],[22,3006],[6,763],[67,447],[168,559],[370,782],[4892,8341],[-770,324],[-748,-726],[-669,-610],[-332,-31],[-321,-29],[-292,-27],[-266,882],[4,14],[-78,144],[-44,241],[-35,299],[9,386],[35,434],[52,173],[0,116],[-43,58],[-79,29],[-69,0],[-79,19],[-52,77],[-44,87],[-209,800],[-127,903],[-3,23],[-18,2],[-13,-18],[-4,21],[-1785,247],[-11,2],[0,0],[16,387],[3,72],[18,595],[0,0],[4,157],[24,715],[6,170],[4,116],[20,628],[6,178],[24,651],[2,57],[-18,-1],[27,727],[13,254],[18,255],[13,90],[39,213],[84,406],[22,137],[18,266],[45,662],[6,126],[47,763],[51,846],[52,791],[49,817],[9,206],[-3,135],[-8,107],[-27,241],[-14,93],[-19,87],[-29,131],[-38,140],[-67,208],[-148,415],[-8,21],[-218,613],[-133,378],[-89,251],[-4,12],[0,0],[-12,30],[-20,53],[-6,15],[-7,18],[-38,90],[-333,717],[-199,433],[-60,126],[-47,87],[-49,74],[-62,85],[-614,808],[-132,180],[-26,31],[-75,96],[-44,40],[-35,36],[-28,19],[-67,47],[-27,18],[20,43],[-9,14],[-12,3],[-21,-44],[-11,7],[-83,86],[-85,116],[-32,25],[37,63],[1171,819],[422,296],[902,635],[386,271],[645,503],[102,83],[453,1072],[-853,330],[-767,590],[-768,685],[-436,396],[-975,885],[-165,356],[-416,925],[-516,863],[-208,1015],[196,1023],[638,738],[574,828],[816,481],[789,558],[781,575],[718,673],[856,399],[934,-14],[925,-164],[918,-209],[936,-72],[921,189],[895,368],[840,-244],[109,-869],[835,520],[713,673],[617,781],[672,765],[84,912],[-943,-168],[-402,813],[-403,546],[-432,-923],[-390,-935],[-690,-719],[-867,192],[32,948],[509,894],[490,887],[342,960],[2,11],[-125,7410],[-1,413],[-7,3661],[-7,-2],[0,14],[-3,564],[58,26],[29,72],[25,114],[28,87],[50,94],[8,11],[56,72],[128,44],[199,58],[-205,854],[307,66],[100,22],[82,17],[39,9],[299,64],[904,195],[219,47],[0,0],[15,0],[20,-1],[23,-17],[26,-29],[24,-31],[18,-2],[10,2],[15,11],[19,23],[30,31],[24,21],[26,19],[37,33],[12,33],[8,37],[15,33],[17,32],[17,17],[22,4],[19,-3],[14,-13],[5,-19],[11,-27],[14,-3],[13,4],[10,8],[24,41],[25,26],[16,8],[28,-3],[2,0],[42,-2],[23,3],[104,36],[177,44],[126,29],[52,14],[16,5],[144,50],[106,32],[39,6],[29,-2],[55,-11],[30,-3],[47,12],[30,25],[26,21],[50,17],[65,20],[63,18],[139,38],[93,17],[48,6],[109,37],[70,21],[36,7],[24,-28],[21,-22],[31,-6],[67,0],[61,2],[64,10],[72,16],[67,21],[69,32],[91,35],[73,18],[56,11],[121,11],[76,4],[77,15],[9,-1],[9,6],[73,19],[43,8],[46,3],[31,-3],[53,2],[55,9],[58,13],[51,16],[55,19],[48,25],[42,21],[31,5],[17,-12],[22,-25],[144,130],[1,1],[-2,136],[-3,15],[-1,1],[-3,14],[-20,70],[-1,4],[-19,59],[-177,523],[-36,87],[-25,74],[-30,93],[-22,70],[-124,374],[-54,130],[-18,52],[-69,229],[-23,66],[-60,179],[-44,112],[-28,65],[-49,110],[-34,82],[-53,176],[-170,459],[-30,72],[-42,54],[-14,67],[-26,77],[-62,163],[-31,155],[22,67],[147,57],[139,50],[139,53],[67,28],[38,136],[104,123],[223,103],[189,68],[94,40],[216,96],[107,55],[92,38],[129,46],[86,28],[71,22],[71,24],[64,30],[131,60],[192,114],[260,131],[109,47],[73,23],[50,20],[57,17],[126,36],[217,60],[103,21],[131,33],[17,-6],[58,-4],[73,10],[49,14],[70,32],[6,17],[27,37],[18,8],[8,2],[20,4],[54,13],[29,23],[23,15],[27,6],[41,5],[41,18],[1,0],[33,16],[48,2],[31,20],[14,-4],[7,-2],[28,-20],[7,-1],[136,36],[51,16],[70,19],[58,-146],[125,-280],[243,-546],[310,-363],[309,-148],[311,43],[187,25],[675,20],[572,201],[496,434],[483,350],[395,217],[587,102],[1070,171],[837,-79],[601,201],[556,351],[467,466],[643,666],[904,1082],[570,533],[410,251],[908,285],[1361,968],[585,400],[307,148],[118,119],[153,152],[169,254],[351,406],[367,474],[336,339],[276,253],[412,339],[352,203],[199,68],[229,-17],[168,-25],[62,-9],[183,-34],[275,-68],[413,-84],[443,-102],[428,-34],[291,34],[229,102],[275,101],[260,170],[321,169],[276,203],[305,220],[306,254],[230,203],[5,15],[527,357],[171,220],[168,254],[245,322],[183,321],[153,322],[138,287],[152,457],[107,339],[46,321],[31,339],[0,372],[-31,339],[-61,338],[-122,406],[-107,271],[-107,389],[-107,322],[-153,322],[-122,270],[-199,305],[-214,254],[-214,186],[-275,203],[-306,237],[-11,9],[-251,118],[2,25],[122,254],[153,237],[275,322],[398,321],[489,271],[352,186],[358,150],[310,111],[249,61],[246,22],[365,-33],[928,-178],[2208,-578],[1150,-426],[1703,1773],[-477,506],[-707,669],[-761,607],[-743,633],[-739,638],[-765,599],[-757,612],[4069,4579],[504,-900],[310,-977],[460,-898],[628,-770],[637,-761],[681,-713],[669,-724],[878,-347],[388,-161],[29,4],[27,-27],[164,-68],[-42,-56],[1104,-1121],[275,327],[734,642],[791,567],[687,691],[569,830],[592,805],[737,642],[683,705],[565,836],[712,665],[788,580],[828,473],[908,269],[930,188],[935,78],[907,-243],[861,-423],[804,-534],[782,-576],[758,-617],[795,-541],[872,-392],[906,-262],[925,-197],[929,-106],[939,73],[917,209],[906,277],[889,328],[852,434],[821,500],[802,538],[797,552],[804,534],[904,451],[762,-299],[588,-857],[816,495],[792,554],[814,514],[821,501],[819,512],[849,425],[919,222],[908,260],[914,224],[930,142],[887,-7],[211,-982],[-49,-1047],[802,-480],[747,-596],[944,251],[639,172],[5216,3006],[679,355],[675,350],[699,215],[286,88],[1031,64],[895,699],[-849,-23],[-1369,-46],[-19,179],[-30,333],[553,383],[132,65],[819,360],[758,1548],[587,346],[-47,5652],[0,2486],[19,1438],[1,328],[0,20],[0,19],[0,20],[0,17],[9,88],[-46,-13],[-29,-6],[-9,-7],[-2,-11],[5,-12],[21,-22],[0,-10],[-3,-9],[-70,-22],[-53,-7],[-144,1],[-60,-5],[-55,9],[-45,-6],[-17,3],[-65,18],[-57,26],[-14,8],[-18,0],[-72,-22],[-26,-15],[-31,-14],[-82,-22],[-69,-9],[-56,-6],[-24,-3],[-51,-12],[-38,-8],[-63,-4],[-21,7],[-32,-4],[-33,7],[-42,19],[-45,35],[-41,28],[-3,2],[-29,25],[-79,48],[-68,24],[-103,14],[-93,11],[-8,1],[-104,17],[-79,13],[-18,0],[-55,0],[-47,2],[-47,-7],[-27,-10],[-35,-16],[-11,-6],[-9,-5],[-29,-17],[-41,-25],[-28,-6],[-27,6],[0,0],[-11,4],[-15,19],[-13,30],[-22,141],[0,1],[-10,45],[-12,13],[-6,7],[-28,44],[-24,76],[-6,62],[-29,107],[-43,77],[-36,65],[-24,24],[-28,14],[-37,12],[-20,7],[-48,24],[-41,40],[-67,55],[-68,32],[-25,5],[-24,-9],[-57,-50],[-72,-55],[-45,-24],[-42,-37],[-57,-73],[-36,-72],[-51,-61],[-52,-61],[-92,-85],[-32,-29],[-37,-11],[-5,1],[-21,7],[-34,24],[0,0],[1,-1],[-10,12],[-29,-22],[-17,-14],[-24,-21],[-38,-35],[-20,-18],[-39,-40],[-49,-49],[-11,-11],[-57,-58],[-80,-84],[-72,-50],[-30,-27],[-14,-14],[-8,-6],[-19,28],[-15,49],[-32,78],[-13,30],[-24,89],[-13,25],[-25,54],[-28,43],[-38,40],[-32,29],[-31,24],[-24,1],[-6,-4],[-19,-24],[-17,-28],[-16,-15],[0,0],[-13,-16],[-34,-1],[-10,5],[-17,8],[-18,8],[-4,6],[-11,13],[-9,15],[-5,18],[-2,6],[3,10],[1,3],[3,9],[0,0],[0,0],[0,0],[-1,2],[-5,12],[-40,107],[-49,120],[-41,84],[-58,114],[-52,64],[-17,13],[-16,11],[-13,10],[-66,36],[-22,12],[-29,12],[-26,10],[-34,8],[-80,19],[-5,1],[-9,2],[-102,22],[-4,1],[-79,18],[38,-1],[28,1],[21,8],[30,10],[24,7],[32,5],[83,0],[43,-5],[45,-6],[17,2],[31,3],[64,6],[37,1],[59,1],[20,1],[40,2],[8,2],[17,4],[27,7],[2,1],[-3,18],[-15,111],[-23,166],[-18,100],[-21,118],[-4,17],[-9,7],[-33,3],[-32,-1],[-19,4],[-11,5],[-13,11],[-1,18],[-8,15],[-11,8],[-37,1],[-16,4],[44,20],[28,3],[16,-2],[18,-16],[14,-6],[14,-1],[11,5],[14,18],[11,8],[-9,55],[-9,16],[-12,10],[-48,17],[-9,8],[-10,11],[-3,13],[0,13],[6,10],[-2,25],[-11,14],[-1,36],[-19,1],[-5,-2],[-9,7],[-5,16],[-9,2],[-13,1],[-49,-22],[-10,-12],[1,-21],[9,-14],[22,-26],[4,-12],[-3,-12],[-10,-8],[-23,-4],[-23,4],[-58,22],[-12,10],[-4,11],[3,19],[11,30],[16,29],[14,31],[0,14],[-4,13],[-14,8],[-23,7],[-22,3],[-11,-5],[-10,-14],[1,-19],[3,-21],[-6,-14],[-18,-21],[-25,-18],[-27,-13],[-16,0],[-24,7],[-13,2],[-20,-13],[-29,-4],[-11,3],[-8,8],[-7,14],[2,19],[14,20],[19,7],[23,-2],[19,-6],[25,0],[12,11],[3,11],[-6,16],[-3,23],[67,84],[25,32],[4,16],[4,22],[7,13],[13,10],[16,4],[21,-4],[36,-15],[18,-4],[16,6],[13,16],[9,10],[15,6],[11,1],[11,11],[3,14],[-4,21],[-9,26],[-1,12],[7,15],[5,16],[11,10],[19,7],[24,5],[19,2],[15,6],[12,10],[8,16],[7,26],[4,12],[9,9],[20,10],[4,9],[1,19],[5,9],[11,8],[23,9],[21,12],[17,8],[12,0],[6,-2],[5,-11],[0,-18],[-7,-27],[-2,-28],[3,-17],[12,-12],[18,-4],[17,3],[63,41],[11,9],[2,12],[-2,34],[3,16],[16,30],[10,27],[0,15],[-7,8],[-12,0],[-9,1],[-6,8],[0,26],[-17,19],[-10,4],[-33,3],[2,9],[6,14],[19,19],[14,4],[58,-1],[10,-5],[9,-4],[4,-12],[1,-27],[2,-24],[5,-11],[8,-5],[19,-1],[16,-7],[8,-14],[0,-13],[-10,-11],[-16,-12],[-11,-12],[-5,-15],[1,-10],[14,0],[1,0],[319,212],[25,21],[15,20],[19,34],[14,28],[1,18],[-7,19],[-7,8],[-23,15],[-8,9],[-4,11],[-2,14],[10,7],[8,9],[3,7],[0,38],[4,10],[25,25],[4,12],[0,14],[-8,16],[-49,51],[-16,33],[-7,6],[-11,1],[-10,-7],[-8,-6],[-8,-1],[-9,2],[-8,7],[0,13],[28,31],[9,3],[8,-4],[8,-9],[6,-9],[9,-2],[8,2],[7,7],[7,18],[9,40],[9,16],[21,28],[2,12],[-4,11],[-7,13],[2,18],[4,6],[13,13],[13,18],[11,26],[7,27],[2,36],[-5,68],[10,14],[5,20],[-3,25],[-7,22],[-18,28],[-1,19],[-8,12],[-17,3],[-15,9],[-6,11],[-4,19],[-7,15],[-14,6],[-13,-1],[-13,-7],[-12,-2],[-9,5],[-8,13],[-15,13],[-12,8],[-3,14],[15,14],[12,2],[22,-10],[7,-2],[5,7],[4,9],[4,11],[5,4],[15,1],[13,-5],[9,8],[1,17],[-12,14],[-108,-11],[-16,-3],[1,-21],[-4,-11],[-9,-12],[-13,-4],[-9,0],[-7,14],[-6,22],[-31,23],[-1,15],[7,10],[8,10],[15,10],[18,1],[31,-3],[16,4],[11,2],[8,-3],[11,-12],[9,-2],[6,5],[6,13],[5,5],[9,1],[14,-1],[37,-7],[14,3],[7,5],[-1,31],[-7,14],[-11,15],[-9,7],[-11,0],[-26,-3],[-9,3],[-8,9],[-6,17],[-2,24],[-2,23],[-4,18],[-8,23],[-3,25],[1,18],[22,49],[5,19],[5,27],[0,78],[6,56],[4,12],[8,5],[11,-3],[10,-11],[0,-16],[-2,-23],[4,-26],[5,-15],[16,-35],[4,-16],[-2,-25],[-13,-22],[-6,-17],[-2,-18],[5,-13],[8,-12],[11,-8],[33,-14],[11,-5],[6,-10],[4,-16],[-4,-30],[-1,-31],[1,-26],[6,-21],[12,-20],[17,-17],[21,-18],[10,-15],[3,-9],[-1,-50],[3,-12],[10,-14],[15,-12],[117,305],[20,83],[21,75],[18,114],[9,73],[0,41],[-2,47],[208,-58],[614,-170],[25,-7],[12,-6],[8,-11],[3,-14],[-2,-63],[-5,-28],[-9,-15],[-39,-35],[-8,-18],[-2,-17],[5,-36],[3,-32],[5,-57],[10,-51],[3,-13],[6,-15],[9,-9],[42,-18],[19,-9],[14,-15],[12,-19],[55,-131],[23,-42],[31,-44],[14,-12],[6,-6],[28,-16],[29,-9],[22,0],[16,6],[11,12],[13,23],[17,36],[21,56],[15,56],[10,55],[0,18],[-5,12],[-12,12],[-22,16],[-6,8],[-3,32],[-5,12],[6,11],[10,9],[11,1],[14,-6],[12,-2],[10,3],[13,7],[12,-1],[11,-9],[10,-15],[9,-5],[10,8],[6,12],[5,31],[1,21],[-6,16],[-3,35],[-1,63],[-3,30],[-13,76],[0,27],[-1,53],[-8,12],[-15,14],[-26,15],[-22,14],[-26,22],[-14,16],[-22,38],[-4,20],[-1,46],[3,19],[10,13],[12,13],[30,21],[25,12],[14,13],[25,14],[13,10],[10,15],[6,17],[0,36],[-5,38],[-8,31],[-18,33],[-26,42],[-18,16],[-15,16],[-16,24],[-5,17],[0,1],[0,13],[9,10],[11,4],[34,6],[48,11],[40,15],[39,11],[27,6],[30,0],[20,3],[52,15],[22,8],[4,12],[-4,16],[-18,24],[-27,18],[-27,36],[-18,16],[-23,7],[-16,3],[-34,-9],[-228,-39],[-70,58],[-94,64],[-65,38],[-191,101],[-313,169],[-789,525],[-12,12],[-6,13],[1,10],[8,35],[10,59],[7,24],[10,25],[6,6],[7,2],[9,5],[3,8],[0,17],[8,13],[22,0],[29,-12],[12,-4],[10,0],[7,7],[8,16],[11,11],[11,1],[25,-3],[17,3],[12,12],[8,16],[1,31],[4,31],[7,27],[10,12],[14,10],[12,2],[12,-2],[22,-10],[26,-18],[13,-14],[4,-17],[0,-32],[4,-25],[8,-20],[15,-19],[15,-11],[23,-7],[36,-6],[50,-11],[54,-19],[13,-8],[8,-11],[18,-70],[20,-52],[20,-36],[26,-38],[27,-30],[26,-21],[18,-7],[15,1],[12,10],[9,17],[1,25],[-6,32],[-2,26],[1,17],[11,38],[2,30],[9,7],[7,-11],[7,-14],[9,-26],[11,-26],[14,-24],[12,-13],[17,-12],[22,-2],[20,2],[18,4],[20,8],[13,10],[7,12],[-1,9],[-17,20],[-20,9],[-19,17],[-24,27],[-15,24],[-10,25],[1,23],[4,22],[8,14],[11,5],[29,0],[7,-3],[14,-22],[17,-31],[22,-20],[27,-15],[28,-8],[51,0],[16,1],[10,7],[7,13],[4,17],[-15,47],[-2,17],[8,18],[11,15],[15,14],[7,13],[1,19],[-5,21],[-13,20],[-18,16],[-16,11],[-19,6],[-53,25],[-16,0],[-22,11],[-27,18],[-16,15],[-6,10],[-1,11],[16,23],[22,23],[11,6],[17,1],[15,-4],[35,-17],[50,-30],[18,-6],[10,-1],[8,3],[6,8],[3,12],[-2,16],[-7,20],[-16,23],[-21,20],[-22,18],[-25,16],[-32,17],[-21,1],[-13,-7],[-9,0],[-7,6],[-7,9],[-7,2],[-12,8],[-5,8],[0,10],[-6,13],[-15,16],[-28,24],[-26,38],[-17,20],[-22,15],[-27,12],[-26,10],[-27,6],[-11,5],[-4,6],[-1,9],[0,17],[-15,16],[-16,7],[-16,3],[-28,4],[-30,7],[-15,8],[2,39],[0,10],[-6,9],[-10,8],[-22,2],[-10,-5],[-8,-11],[-4,-15],[0,-20],[-3,-6],[-9,-2],[-14,0],[-17,7],[-6,1],[-8,-6],[-6,-11],[-3,-13],[-19,-1],[-11,8],[-7,8],[-1,11],[2,13],[6,11],[27,27],[8,11],[4,15],[-2,10],[-9,8],[-19,7],[-47,8],[-28,8],[-23,10],[-17,12],[-9,11],[-20,12],[-16,8],[-31,2],[-58,-18],[-26,2],[-6,18],[0,26],[5,24],[12,41],[3,35],[-15,47],[-38,56],[-47,73],[-17,27],[-68,70],[-87,79],[-103,83],[-65,31],[-19,23],[-17,57],[-72,78],[-70,44],[-29,18],[-36,38],[-16,19],[-37,22],[-30,8],[-51,13],[-48,-2],[-31,-6],[5,35],[4,48],[35,150],[4,41],[-1,37],[-4,19],[-8,17],[-8,12],[-19,5],[-3,4],[-2,6],[-3,10],[-1,23],[5,34],[2,42],[-1,0],[5,23],[14,-1],[19,4],[55,33],[26,21],[33,43],[25,21],[138,102],[41,35],[50,20],[23,18],[31,38],[10,16],[133,26],[454,132],[120,26],[216,63],[249,76],[107,30],[106,21],[123,15],[109,10],[97,23],[72,26],[62,27],[52,19],[190,52],[68,25],[97,23],[103,38],[108,38],[474,124],[213,58],[110,33],[80,20],[106,19],[91,31],[92,27],[92,20],[266,73],[61,16],[258,78],[70,16],[116,22],[99,3],[141,41],[135,21],[66,8],[86,33],[140,16],[68,10],[74,26],[71,11],[135,39],[32,11],[74,24],[79,26],[57,12],[98,30],[91,34],[100,34],[70,21],[211,45],[77,24],[96,28],[155,38],[84,23],[100,32],[64,15],[96,13],[80,28],[96,26],[72,21],[50,11],[84,25],[60,24],[49,17],[112,16],[57,16],[60,15],[84,34],[70,21],[90,21],[67,10],[76,20],[66,15],[55,32],[67,21],[1473,394],[332,215],[459,136],[817,-31],[2051,451],[59,16],[54,16],[163,40],[6005,1002],[1733,298],[337,58],[437,66],[709,139],[22,4],[254,51],[526,60],[87,18],[40,9],[-51,37],[-65,173],[0,1],[446,133],[350,103],[137,41],[2973,879]],[[688278,866052],[64,-7],[21,12],[0,6],[37,-6],[58,-39],[70,-13],[119,-30],[57,-14],[102,-31],[81,-31],[141,-59],[84,-37],[214,-110],[101,-56],[48,-23],[305,-162],[49,-26],[3,-3],[12,-14],[217,-114],[82,-43],[27,-18],[57,-23],[26,-11],[113,-70],[50,-31],[243,-126],[258,-131],[29,-20],[22,-27],[78,-31],[129,-66],[257,-139],[248,-133],[170,-89],[44,-25],[17,-11],[107,-220],[37,24],[23,-2],[49,6],[34,-63],[63,37],[22,9],[65,13],[31,-10],[55,-30],[387,-203],[-22,-35],[233,-122],[116,-61],[17,-9],[51,-27],[201,-105],[145,-74],[220,-112],[132,-69],[125,-65],[235,-124],[51,-4],[104,-51],[63,-31],[56,-34],[55,-38],[30,-17],[112,-59],[237,-123],[140,-74],[153,-82],[293,-157],[122,-65],[121,-65],[80,-43],[500,-263],[22,-12],[318,-169],[4,-2],[66,-37],[128,-68],[100,-52],[41,-21],[130,-69],[288,-153],[21,-5],[11,-6],[88,-44],[77,-41],[598,-318],[16,-10],[60,-33],[156,-84],[80,-42],[147,-78],[207,-108],[69,-36],[134,-71],[110,-59],[348,-183],[51,-27],[1,-1],[2,-3],[2,1],[3,-1],[14,-8],[4,-2],[1,-7],[13,-7],[2,5],[58,-32],[19,-13],[15,-43],[17,-62],[-30,-12],[11,-32],[18,8],[10,-26],[29,12],[48,21],[39,25],[29,18],[17,7],[15,4],[14,0],[21,-10],[169,-88],[186,-97],[237,-128],[170,-89],[35,-18],[22,-9],[12,0],[9,3],[2,4],[36,-19],[25,-21],[62,-46],[53,-25],[85,-38],[41,-26],[18,-21],[7,-19],[-7,-14],[-4,0],[-24,-59],[52,-26],[2,6],[13,29],[15,-8],[4,10],[10,4],[53,-28],[57,-18],[95,-35],[173,-89],[847,-441],[4,-17],[17,-6],[8,12],[4,-1],[133,-73],[344,-191],[89,-49],[11,-14],[13,-6],[46,-501],[4,-44],[57,-608],[0,-1],[0,-1],[0,-2],[1,-1],[0,-1],[0,-1],[1,-1],[0,-2],[1,-1],[0,-1],[1,-1],[0,-1],[1,-1],[1,-1],[0,-1],[1,-1],[1,-1],[1,-1],[1,-1],[0,-1],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[1,-1],[1,0],[1,-1],[1,0],[2,0],[1,-1],[1,0],[1,0],[1,0],[1,0],[1,-1],[1,0],[2,0],[1,1],[896,81],[262,24],[0,-2],[-19,-1],[-15,-19],[33,-25],[3,-40],[31,-385],[-15,-1],[-4,-30],[13,0],[30,-409],[0,-2],[-23,-28],[4,-42],[64,-836],[-28,-4],[-454,-14],[-819,-25],[-936,-28],[-720,-23],[-769,-66],[6,-30],[17,-74],[8,-34],[5,-25],[24,-107],[16,-62],[19,-63],[8,-26],[30,-118],[-25,-7],[8,-35],[24,-102],[-82,-2],[-524,-6],[-235,-4],[-237,-3],[-975,-6],[-289,-1],[-26,0],[-26,-1],[-13,0],[4,-14],[9,-36],[18,-77],[8,-29],[14,-30],[7,-13],[6,-27],[3,-31],[5,-39],[5,-37],[3,-28],[15,-44],[20,-62],[10,-31],[9,-28],[21,-74],[27,-94],[5,-12],[3,-13],[4,-20],[23,-121],[1,-12],[0,-51],[0,-89],[-2,-93],[-1,-19],[-7,-13],[-23,-32],[-38,-46],[-6,-5],[-38,-34],[-23,-23],[-14,-14],[-13,-15],[-6,-8],[-7,-7],[-18,-13],[-78,-52],[-31,-23],[-40,-29],[-27,-20],[-31,-19],[-27,-17],[-24,-14],[-18,-12],[-21,-18],[-21,-18],[-22,-25],[-31,-29],[0,0],[-18,-16],[-45,-49],[-23,-36],[-27,-56],[-1,-1],[-6,-12],[-16,-41],[-13,-30],[-15,-46],[-10,-92],[-2,-30],[2,-16],[5,-26],[5,-23],[6,-23],[7,-24],[7,-28],[3,-23],[6,-50],[3,-36],[1,-7],[5,-14],[89,-192],[5,-7],[51,-71],[21,-17],[102,-176],[26,-36],[18,-28],[13,-23],[18,-27],[22,-35],[46,-65],[14,-22],[9,-12],[10,-17],[4,-10],[13,-37],[-4,-11],[2,-13],[40,-90],[22,1],[10,-4],[25,-9],[29,-9],[45,-19],[62,-27],[6,-1],[-6,60],[6,4],[102,70],[-3,-6],[-7,-49],[9,-21],[19,-24],[32,-22],[46,-12],[28,-3],[22,-11],[49,-1],[46,6],[49,22],[60,35],[26,11],[15,2],[12,-6],[1692,-214],[847,-1308],[433,-552],[11,-11],[8,-6],[49,-36],[55,-30],[24,-15],[41,-34],[20,-11],[7,-10],[11,-17],[11,-11],[14,-8],[24,-8],[18,-3],[17,3],[14,2],[15,0],[12,-3],[13,1],[16,5],[7,7],[9,15],[4,10],[6,20],[1,27],[-5,45],[-11,25],[91,-77],[-27,-38],[17,-13],[13,4],[28,24],[1,5],[4,2],[11,1],[34,-2],[3,-1],[0,0],[10,0],[0,-8],[75,-6],[25,-2],[27,-2],[2,0],[25,-2],[4,-1],[0,3],[2,0],[8,1],[0,1],[0,3],[15,-1],[15,-1],[58,-4],[20,-3],[21,-3],[47,-6],[22,-1],[44,1],[98,-6],[65,-6],[41,-1],[125,-8],[1,-6],[7,-9],[17,-7],[320,-46],[11,-5],[43,-17],[16,-3],[3,-23],[56,-5],[462,-50],[-15,-167],[-16,-160],[-16,-158],[-2,-24],[-2,-24],[273,-33],[47,-4],[184,-21],[14,-4],[11,-26],[-7,-5],[-11,-23],[-23,-211],[-26,-253],[10,-2],[-5,-48],[-12,2],[-32,-317],[-10,-94],[9,-2],[-2,-18],[-2,-19],[-3,0],[-6,0],[-4,-6],[-4,-66],[-2,-18],[0,-2],[-7,-13],[-8,-4],[-5,-6],[-3,-9],[2,-10],[2,-7],[1,-23],[-5,-14],[-1,-12],[1,-7],[5,-8],[3,-9],[1,-24],[0,-1],[-44,5],[-3,-45],[53,-6],[-3,-22],[15,-1],[26,-105],[-1,-18],[-7,-107],[5,-1],[0,-8],[-40,-107],[0,-3],[-4,1],[-27,-311],[-119,3],[-11,-180],[-1,-19],[39,-4],[14,-2],[49,-4],[27,-3],[0,-4],[-3,0],[-30,-191],[-3,-77],[-2,-19],[1,0],[-2,-42],[-39,4],[0,-1],[-29,3],[-7,-75],[-12,-135],[-6,-57],[-18,-195],[39,-4],[3,0],[-1,-5],[-17,-693],[2,-190],[-4,-156],[-38,2],[-12,1],[13,-60],[2,-54],[-3,-1],[-12,-3],[6,-183],[1,-28],[30,-1],[-19,-484],[-59,-2],[0,-1],[-6,0],[-13,-120],[6,2],[0,-1],[17,2],[19,9],[3,1],[2,1],[4,4],[3,3],[6,1],[-2,-120],[2,-101],[1,0],[0,-1],[-1,-9],[5,0],[-13,-334],[-3,0],[-32,0],[-30,0],[-277,9],[-284,5],[-152,5],[-145,2],[-206,6],[-39,1],[-152,6],[-43,-1],[-31,-4],[-1,0],[-28,-3],[-27,-7],[-30,-10],[-62,-23],[-32,-11],[-32,-33],[-2,-2],[-33,-27],[-33,-38],[-19,-40],[-4,-14],[-9,-59],[-89,-148],[-8,-12],[-9,-5],[-30,-3],[-144,-11],[-16,-3],[-8,-5],[-7,-8],[-3,-7],[-20,-121],[-55,-351],[-6,-37],[-7,-36],[-6,-24],[-10,-22],[-17,-23],[-106,-132],[-128,-154],[-12,-15],[-24,-25],[-21,-23],[-39,-33],[-68,-47],[-37,-20],[-164,-80],[-83,-40],[-90,-43],[-74,-35],[-79,-39],[-10,-9],[-4,-9],[-5,-21],[-19,-277],[-4,-56],[-2,-31],[-29,-474],[-22,-382],[1,-17],[-30,-8],[-225,-60],[-499,-128],[-8,-1],[-18,16],[-104,100],[-46,46],[-81,79],[-44,45],[-24,17],[-1,1],[-6,5],[-29,23],[-23,13],[-18,11],[-25,10],[-24,10],[-20,4],[-21,5],[-26,2],[-7,7],[-7,-5],[-5,1],[2,-3],[-1249,-1003],[-11,-15],[-38,-38],[-26,-29],[-29,-19],[-29,-16],[-17,-10],[-18,-3],[-11,2],[-2,6],[-11,21],[-27,50],[1,0],[-6,8],[-3,2],[-5,7],[-19,23],[-54,120],[-69,166],[-20,25],[-144,164],[-3,4],[-11,15],[-88,173],[-25,47],[-16,29],[-25,42],[-66,164],[20,-6],[87,-28],[152,5],[103,13],[115,59],[90,178],[37,204],[-1,12],[-15,107],[-29,118],[-45,95],[-70,164],[-65,164],[-65,181],[-59,133],[-74,118],[-74,65],[-140,108],[-162,95],[-125,41],[-45,27],[-101,9],[-6,-8],[-48,-76],[-15,-27],[-10,-18],[3,-20],[7,-25],[-121,-63],[-52,-29],[-1,1],[-134,-74],[-16,17],[-92,156],[-23,22],[-56,37],[-48,73],[-19,48],[1,202],[-11,-3],[-1,25],[3,35],[-2,36],[-5,48],[-13,101],[-10,85],[-2,22],[-6,61],[-5,29],[-8,15],[-30,42],[-47,62],[-48,69],[-48,73],[-13,17],[-26,26],[-49,45],[-32,32],[-15,17],[-27,57],[-4,17],[-12,21],[-13,13],[-22,85],[-12,66],[-9,44],[-2,18],[2,34],[4,31],[6,28],[9,41],[2,26],[-3,64],[-4,54],[-3,29],[-10,19],[-44,78],[-12,7],[-9,-2],[-18,16],[-45,-42],[-94,146],[-20,28],[0,12],[0,0],[103,90],[-16,30],[-7,10],[-32,40],[-7,8],[-9,9],[-7,7],[-6,7],[-7,10],[-5,14],[-2,6],[-4,8],[-7,15],[-8,13],[-5,10],[-1,1],[-2,4],[-8,14],[-9,8],[-5,1],[-13,19],[-185,-160],[-61,-52],[-1,1],[-3,2],[-25,17],[-23,19],[-20,26],[-23,35],[-14,27],[-16,27],[33,28],[4,2],[5,3],[39,32],[8,7],[185,147],[-5,10],[23,65],[-1,15],[4,12],[9,9],[28,80],[39,32],[80,67],[24,19],[58,48],[-83,-31],[-23,3],[-138,50],[-39,15],[-13,13],[-338,499],[-10,7],[-211,307],[-11,3],[-7,6],[-15,4],[-23,3],[-21,2],[0,37],[1,1],[2,11],[24,65],[45,116],[27,72],[10,18],[19,38],[63,89],[19,30],[3,6],[60,123],[0,5],[4,7],[-4,154],[0,7],[0,2],[67,135],[82,168],[13,26],[-6,4],[1,1],[-50,29],[-92,57],[-105,64],[-105,65],[-249,153],[8,65],[6,80],[8,118],[3,49],[1,102],[2,220],[-6,0],[-14,0],[-21,-1],[-2,0],[-54,-12],[-90,-19],[-239,-52],[-128,-28],[-6,-3],[-4,64],[-1,4],[0,22],[-5,22],[-1,3],[-2,24],[-5,54],[-1,14],[-6,-6],[-5,0],[-13,-7],[-55,-45],[-25,-20],[-15,36],[-41,97],[-22,56],[-16,38],[-98,241],[-35,90],[-55,137],[-46,112],[-23,55],[-61,150],[96,124],[-20,20],[0,0],[2,4],[-35,40],[-70,73],[-137,149],[-84,90],[-12,13],[-12,12],[-14,16],[-6,7],[-21,27],[-58,83],[-4,5],[12,10],[30,26],[-41,43],[-4,3],[-174,240],[-208,299],[-111,187],[-22,-15],[-52,-34],[-12,-8],[-128,-79],[-46,99],[-3,7],[-7,16],[202,117],[-70,202],[-3,7],[2,2],[54,28],[43,23],[-120,189],[-124,112],[-7,-2],[-15,19],[-288,-87],[-2,5],[-53,150],[-43,125],[1,0],[-65,185],[-4,9],[-38,99],[-27,75],[-167,469],[-15,-2],[-48,-6],[-25,234],[134,26],[7,0],[0,1],[7,1],[-7,36],[0,184],[-37,-6],[-1,1],[-20,-4],[-6,-1],[-127,-20],[-124,-22],[-45,213],[-93,-18],[-338,-68],[-40,129],[-17,50],[-28,80],[-2,5],[17,4],[124,30],[427,101],[98,23],[250,59],[323,74],[267,63],[48,11],[403,96],[116,26],[126,31],[350,81],[330,80],[99,27],[151,34],[323,78],[326,75],[176,43],[164,37],[206,47],[-4,9],[5,1],[-30,45],[-46,73],[-8,19],[-3,10],[-2,19],[-1,24],[-1,29],[-1,17],[-5,121],[-5,110],[-19,334],[-13,232],[-13,181],[-7,80],[-9,163],[-2,26],[-1,17],[0,15],[-8,141],[-6,119],[0,13],[-1,19],[-1,15],[1,22],[-3,42],[-3,40],[-1,34],[-2,13],[-2,22],[-2,32],[-5,67],[0,2],[-2,36],[-3,35],[-1,8],[-3,26],[-9,48],[-6,19],[-9,29],[-43,115],[-2,18],[0,0],[1,19],[4,19],[6,20],[6,18],[8,19],[4,6],[9,16],[49,114],[41,92],[26,52],[312,677],[87,186],[89,200],[88,191],[98,210],[3,8],[6,14],[2,5],[7,20],[5,22],[0,8],[1,17],[0,19],[-8,28],[-122,216],[-47,79],[-42,50],[-49,51],[-36,34],[-32,24],[-117,73],[-39,20],[-5,3],[-37,22],[-35,17],[-31,19],[-41,22],[-34,16],[-20,10],[-14,4],[-6,2],[-15,7],[-24,13],[-28,13],[-15,7],[-3,2],[-7,3],[-74,35],[-30,12],[-79,36],[-82,39],[-133,74],[-59,40],[-61,45],[-59,50],[-20,20],[-21,21],[-49,59],[-37,48],[-12,17],[-36,50],[-49,76],[-11,19],[-45,81],[-107,195],[-4,-1],[0,0],[-440,-221],[-43,-22],[-1,0],[-8,-4],[-12,-11],[0,-1],[-3,-2],[-16,-24],[-13,-11],[-32,-15],[-32,-14],[-28,-17],[-9,-12],[-3,-12],[-8,-3],[-23,-9],[-11,-6],[-21,-9],[-14,-6],[-49,-22],[-11,-4],[-7,-3],[-5,-5],[-1,-4],[-122,-64],[-28,-13],[-11,-5],[-23,-11],[-44,-21],[-73,-35],[-166,-72],[-92,-44],[-18,-8],[-35,-17],[-19,-9],[-14,-9],[-12,-8],[-22,-14],[-17,-9],[-61,-31],[-22,-11],[-22,-11],[-69,-35],[-32,-16],[-21,-9],[-43,-18],[-40,-15],[-133,-51],[-24,-12],[-18,-9],[-15,-8],[-13,-7],[-25,-14],[-14,-8],[-12,0],[-24,-12],[-58,-26],[-91,-51],[-7,-4],[-24,-12],[-32,-16],[-19,-10],[-1,0],[-82,-42],[-33,-17],[-52,-27],[-49,-24],[-29,-13],[-13,-5],[-162,-78],[-50,-25],[-60,-29],[-42,-16],[1,-2],[-6,-2],[222,-414],[93,-177],[150,-290],[-38,-21],[-7,-5],[-3,-1],[-144,-83],[-88,-47],[-19,-11],[-73,-39],[-58,-33],[-12,-7],[-96,-55],[-39,-20],[-2,-1],[-98,-44],[-6,-4],[-35,-22],[-48,-35],[-18,-10],[-13,-5],[-18,-3],[-2,0],[-17,1],[-24,4],[-34,4],[-56,9],[-54,11],[-66,16],[-44,11],[-2,1],[-71,20],[-36,11],[-34,10],[-39,18],[-31,19],[-11,8],[-2,2],[-16,17],[-17,18],[-14,14],[-15,7],[-5,11],[32,14],[29,14],[36,24],[-4,28],[-91,-49],[-10,-7],[-12,-4],[-14,-3],[-23,-8],[-11,-7],[-37,-22],[-27,-15],[-75,-33],[-17,-7],[-61,-30],[-70,-35],[12,20],[10,17],[-7,109],[1,0],[1,9],[1,7],[0,10],[0,10],[-1,9],[0,10],[-1,10],[-1,8],[0,1],[0,2],[-1,5],[-15,114],[-18,124],[-15,120],[-13,77],[-6,56],[-3,35],[2,32],[1,22],[1,3],[3,7],[3,7],[8,10],[6,5],[-1,1],[4,5],[-133,219],[-64,104],[-60,100],[-26,40],[-51,83],[-122,-167],[-20,-24],[-103,-125],[-49,-67],[-122,-184],[-8,7],[-13,66],[-18,73],[-26,98],[-37,114],[-5,27],[-24,39],[-6,12],[-8,18],[-14,33],[-9,27],[-6,58],[-5,8],[-11,18],[-21,43],[-27,63],[-10,23],[-10,22],[-4,29],[-2,40],[-6,29],[-5,38],[-2,37],[-7,17],[3,41],[-1,34],[-4,20],[-10,44],[-68,68],[-31,30],[-61,54],[-16,16],[-24,28],[-41,81],[-11,19],[-9,16],[-27,44],[-23,30],[-23,23],[-32,21],[-13,11],[-16,13],[-11,13],[-23,34],[-50,110],[-9,18],[-9,16],[-6,11],[-4,15],[-6,22],[-1,5],[-1,4],[-2,8],[-3,5],[-8,14],[-3,5],[-7,16],[-7,21],[-17,55],[-12,51],[-17,38],[-23,45],[-5,10],[-11,24],[1,35],[0,39],[-6,21],[2,36],[-4,33],[-9,31],[-17,47],[-17,48],[-6,23],[-10,45],[-10,17],[-36,39],[-14,20],[-10,23],[-19,41],[-11,15],[-12,19],[-45,140],[-27,67],[-3,18],[1,160],[-1,19],[-5,6],[-11,15],[-40,29],[-12,6],[-28,13],[-28,31],[-47,74],[-3,5],[-6,13],[-25,65],[7,10],[18,34],[17,30],[33,59],[35,74],[20,46],[42,95],[-9,8],[-22,13],[-39,37],[12,22],[-12,-14],[-5,-3],[-36,32],[-4,-4],[-79,124],[-56,94],[-35,62],[-82,142],[-76,131],[84,59],[-92,138],[-110,170],[-43,64],[-12,19],[-30,46],[-143,-178],[-38,75],[59,76],[33,51],[36,55],[-2,3],[-88,134],[-5,8],[-11,20],[-22,32],[-14,21],[0,3],[-1,5],[-57,108],[-28,46],[-20,28],[-29,52],[-78,146],[-29,53],[-28,56],[-65,112],[-36,62],[-18,29],[-6,-5],[-33,55],[-14,22],[-108,184],[-12,15],[-9,15],[-106,-82],[-14,-9],[-10,-2],[-6,1],[-25,22],[-5,-5],[-24,33],[-88,152],[-33,51],[-74,86],[-109,119],[-40,29],[-45,20],[-18,6],[-2,1],[-15,6],[-33,11],[-15,3],[-12,-1],[-14,2],[-30,-1],[-57,-12],[-50,-7],[-7,1],[-12,2],[-10,10],[-59,142],[-42,77],[-3,4],[-13,22],[-7,16],[-29,58],[-1,3],[-28,45],[-14,26],[-3,3],[-12,22],[-6,9],[-42,88],[-22,46],[-10,19],[4,6],[4,12],[1,0],[0,0],[102,102],[18,13],[42,41],[324,310],[71,63],[116,91],[105,78],[77,50],[74,43],[161,87],[63,28],[24,12],[57,25],[180,62],[111,31],[43,11],[16,4],[11,2],[18,0],[18,-5],[10,1],[13,5],[14,10],[11,6],[34,3],[92,13],[63,6],[31,2],[33,2],[-2,1],[89,4],[71,0],[62,-1],[138,-5],[61,-7]],[[688525,862670],[-47,-67],[97,-66],[-12,-30],[35,-23],[-62,-105],[16,-24],[27,-23],[32,-42],[13,-7],[5,4],[8,11],[9,19],[18,45],[5,8],[7,-1],[18,-11],[49,120],[-134,119],[-84,73]],[[688265,861978],[172,-259],[37,88],[-20,29],[-14,21],[-117,170],[-36,-31],[-22,-18]],[[692877,861635],[-115,-47],[-8,-4],[9,-68],[8,-52],[9,-57],[9,-64],[129,36],[0,1],[-17,78],[0,2],[-18,134],[-6,41]],[[691196,857827],[6,-24],[24,9],[-7,23],[-23,-8]],[[691352,857792],[12,-38],[20,9],[-12,37],[-20,-8]],[[700763,859400],[49,-2],[4,20],[-51,5],[-2,-23]],[[693918,849465],[11,-14],[11,10],[-11,16],[-11,-12]],[[703538,847297],[31,-4],[1,24],[-31,2],[-1,-22]],[[306876,717461],[-49,-49],[-308,230],[19,49],[62,125],[29,53],[79,138],[50,74],[57,82],[46,63],[35,32],[105,94],[26,28],[94,125],[71,98],[56,76],[28,33],[17,10],[22,2],[4,1],[21,-5],[24,-13],[22,-15],[15,-18],[10,-21],[1,-21],[-7,-30],[-129,-445],[-48,-164],[-29,-101],[-19,-64],[-22,-56],[-22,-43],[-25,-40],[-25,-35],[-32,-35],[-37,-36],[-48,-39],[-27,-24],[-66,-59]],[[309593,725042],[37,-9],[47,4],[45,10],[47,14],[202,-51],[35,6],[30,6],[66,9],[46,3],[59,-6],[47,-10],[44,-14],[67,-25],[56,-25],[35,-15],[99,-53],[23,-11],[45,-22],[18,-15],[367,-207],[93,-59],[10,-19],[-14,-31],[-11,4],[-27,-49],[-5,-7],[-7,-10],[-11,-10],[-88,-165],[11,-90],[-25,-69],[-32,-93],[59,-28],[-90,-280],[-16,-15],[-13,-5],[-21,1],[-54,12],[-17,6],[-177,48],[-76,27],[-51,1],[-52,-14],[-303,-155],[-152,7],[0,83],[-2,509],[0,141],[-4,293],[-389,-176],[-115,-65],[-362,-235],[-118,-574],[-20,-90],[-22,-93],[-36,-142],[-53,-204],[-19,-149],[-4,-29],[-3,-21],[-1,-31],[-13,-18],[-36,-60],[-389,-42],[-31,-62],[-34,-66],[4,-32],[33,-221],[1,-8],[5,-33],[-3,-1],[41,-546],[5,-25],[38,-506],[13,-129],[27,-354],[126,-189],[23,-15],[84,-50],[80,-48],[150,-64],[21,-6],[50,33],[54,33],[71,31],[33,9],[24,-1],[19,-5],[42,-13],[17,-11],[16,-15],[5,-10],[2,-15],[-4,-12],[-65,-144],[-17,-42],[-18,-44],[-153,-329],[-155,-344],[-87,-191],[-83,-176],[-83,-179],[-91,-195],[-34,-77],[-56,-120],[-210,-449],[-111,-247],[-58,-124],[-53,-115],[-48,-108],[-9,-19],[-63,-131],[-27,-48],[-20,-33],[-28,-61],[-32,-70],[-10,-19],[-14,-12],[-21,-6],[-18,2],[-5,1],[-18,4],[-21,9],[-29,8],[-21,2],[-17,-1],[-20,-2],[-20,-3],[-27,-9],[-35,-14],[-263,-101],[-28,-15],[-252,-99],[-148,-55],[-15,19],[-11,8],[-14,6],[-9,3],[-29,1],[-17,1],[-14,3],[-10,6],[-25,29],[13,6],[64,35],[96,66],[75,61],[45,41],[28,39],[21,29],[94,155],[73,124],[49,88],[17,35],[33,85],[59,151],[43,145],[12,41],[25,104],[36,133],[13,66],[12,52],[8,60],[10,46],[7,49],[14,74],[12,55],[8,44],[6,33],[0,3],[0,38],[4,93],[-1,45],[-8,72],[0,5],[-29,-3],[-10,-2],[-46,-15],[-33,-19],[-24,-14],[-22,-20],[-4,14],[-7,13],[-22,-8],[-220,-165],[-60,-55],[-58,-61],[-30,-30],[-9,-13],[-6,-19],[-8,-39],[-12,-74],[-9,-13],[-19,-25],[-20,-23],[-30,-26],[-43,-30],[-32,-32],[-52,-63],[-92,-107],[-40,-46],[-82,-88],[-20,-15],[-105,118],[-8,10],[-9,9],[-18,18],[-22,13],[-50,14],[-19,-9],[-31,-22],[-21,1],[-8,0],[-25,7],[-23,16],[-24,27],[-20,33],[-14,22],[-378,-316],[66,135],[79,191],[29,94],[13,60],[34,-17],[90,-46],[9,20],[-88,45],[-41,21],[12,37],[114,203],[53,125],[50,180],[43,148],[10,28],[9,-5],[92,-43],[10,20],[-103,48],[40,106],[119,351],[58,165],[37,88],[19,70],[16,-5],[6,23],[-11,5],[75,149],[91,270],[91,334],[4,76],[45,-20],[7,22],[-40,18],[67,120],[46,94],[49,137],[41,118],[29,112],[19,105],[19,163],[4,96],[47,-20],[9,27],[-43,18],[37,75],[42,95],[41,148],[99,385],[3,8],[53,140],[80,266],[42,152],[12,69],[-4,8],[-16,-11],[-38,-61],[-10,-11],[-8,2],[-6,10],[37,118],[62,48],[56,97],[37,114],[14,109],[-22,105],[-24,79],[90,-36],[8,28],[-19,7],[36,45],[60,103],[59,130],[27,102],[98,307],[180,582],[71,193],[40,88],[57,109],[83,175],[56,165],[82,322],[17,78],[26,35],[6,62],[13,70],[27,71],[230,39],[16,12],[121,-101],[115,-101],[0,0],[24,-22],[105,-78],[36,-29],[37,-35],[41,-44],[72,-105],[32,-55],[39,-75],[6,-18],[30,-93],[15,-58],[14,-64],[21,-98],[12,-77],[8,-110],[8,-77],[29,-125],[12,-26],[34,-25]],[[312123,739004],[2,-4],[29,-37],[81,-65],[173,-133],[481,-373],[64,-50],[48,-33],[50,-30],[594,-251],[53,-23],[7,-2],[18,-8],[128,-76],[82,-72],[31,-31],[24,-23],[85,-83],[35,-44],[110,-141],[60,-84],[14,-25],[20,-32],[131,-196],[27,-26],[92,-84],[151,-119],[987,-710],[225,-149],[49,-30],[51,-23],[35,-19],[64,-45],[36,-34],[31,-40],[18,-26],[6,-10],[21,-57],[4,-22],[7,-33],[4,-61],[-2,-47],[-15,-66],[-24,-73],[-69,-161],[-21,-36],[-230,-406],[-93,-170],[-29,-51],[-24,-43],[-54,-94],[-65,-110],[-65,-140],[-83,-182],[-164,-359],[-131,-286],[-383,-828],[-93,-204],[-45,-99],[-98,-194],[-49,-100],[-270,-578],[-116,-243],[-48,-101],[-37,-80],[-20,-50],[-16,-41],[-14,-46],[-11,-100],[2,-164],[0,-81],[1,-90],[-6,-59],[-3,-51],[-12,-48],[-14,-57],[-16,-65],[-36,-95],[-17,-46],[-3,-7],[-19,-46],[-3,2],[-18,10],[-189,112],[-91,-197],[-16,-34],[0,0],[-307,-667],[-48,-102],[-2,-5],[-20,-44],[0,0],[0,-1],[-74,-159],[-182,-396],[-183,-428],[-373,-795],[-345,-750],[-197,-421],[79,-12],[-35,-34],[-42,-55],[-55,-81],[-23,11],[-46,-63],[-17,-30],[-7,-15],[-3,-84],[-8,-24],[2,-9],[13,7],[10,0],[-13,-27],[-154,-264],[-80,-147],[-17,-34],[-8,-9],[-5,-19],[-172,-440],[-32,-84],[-11,-33],[-6,-20],[-9,-36],[-5,-50],[-3,-1],[-6,7],[-13,5],[-12,1],[-11,-3],[-12,-5],[-9,-8],[-93,59],[-367,207],[-18,15],[-45,22],[-23,11],[-99,53],[-35,15],[-56,25],[-67,25],[-44,14],[-47,10],[-59,6],[-46,-3],[-66,-9],[-30,-6],[-35,-6],[-202,51],[-47,-14],[-45,-10],[-47,-4],[-37,9],[-34,25],[-12,26],[-29,125],[-8,77],[-8,110],[-12,77],[-21,98],[-14,64],[-15,58],[-30,93],[-6,18],[-39,75],[-32,55],[-72,105],[-41,44],[-37,35],[-36,29],[-105,78],[-24,22],[0,0],[-115,101],[-121,101],[-16,-12],[-230,-39],[25,68],[66,151],[43,123],[36,129],[69,319],[46,182],[65,226],[28,32],[46,85],[42,116],[-3,11],[-14,-13],[-17,-41],[-35,-50],[-27,-22],[-4,0],[2,15],[21,136],[2,7],[31,43],[22,55],[14,66],[20,51],[15,47],[10,36],[10,38],[-9,35],[-5,64],[-19,72],[-2,30],[22,28],[32,16],[23,24],[19,40],[16,52],[20,57],[19,28],[5,13],[37,78],[18,70],[17,49],[5,48],[-1,62],[11,20],[11,34],[9,1],[7,32],[2,5],[15,27],[29,61],[10,32],[2,26],[8,41],[21,69],[11,64],[17,70],[6,79],[5,60],[9,47],[9,33],[3,3],[12,31],[19,37],[14,55],[8,59],[18,55],[15,43],[12,46],[5,31],[17,59],[16,58],[1,44],[-5,37],[-8,27],[-10,23],[-5,24],[21,-8],[8,28],[-31,12],[55,170],[56,200],[32,93],[26,105],[-6,36],[76,-24],[7,37],[-142,48],[70,99],[66,119],[7,48],[31,105],[25,106],[7,70],[-11,35],[9,37],[25,25],[33,45],[7,5],[32,67],[22,62],[7,25],[13,35],[11,38],[4,84],[-19,180],[-8,32],[5,9],[14,34],[8,19],[67,131],[27,176],[5,112],[-2,72],[-9,20],[-16,21],[-12,18],[-1,26],[100,-29],[15,32],[-104,33],[42,130],[60,222],[42,167],[8,60],[-7,39],[73,-21],[12,33],[-168,54],[32,31],[2,0],[33,38],[17,38],[17,69],[4,69],[13,62],[9,52],[2,43],[-6,34],[15,38],[32,97],[6,21],[9,29],[11,14],[17,19],[24,74],[38,135],[35,148],[65,258],[41,238],[24,101],[24,74],[15,47],[10,35],[2,18],[0,23],[1,36],[29,-7],[11,2],[9,4],[2,4],[5,13],[-3,3],[-9,6],[-14,5],[-26,7],[9,46],[12,30],[19,44],[90,238],[12,40],[4,58],[1,72],[0,29],[6,35],[5,-1],[2,0],[7,-4],[-1,11],[-4,11],[-7,7],[0,8],[31,137],[22,81],[53,135],[8,28],[7,35],[14,51],[7,38],[3,33],[2,28],[-1,32],[28,-8],[27,9],[1,2],[-5,20],[-48,11],[42,149],[9,43],[42,170],[9,32],[9,53],[13,58],[10,56],[-1,44],[19,-6],[9,14],[3,9],[-3,7],[-1,8],[-14,4],[-21,5],[9,53],[8,36],[8,28],[13,26],[20,37],[21,40],[20,33],[15,31],[11,34],[11,36],[8,41],[11,77],[5,53],[13,65],[7,-2],[13,5],[3,11],[-1,7],[-10,7],[-29,10],[-6,2],[22,55],[32,57],[18,37],[13,41],[17,44],[42,157],[17,79],[19,113],[21,-6],[12,10],[0,4],[-1,20],[-40,11],[38,61],[11,33],[15,33],[20,84],[14,63],[36,217],[5,36],[8,29],[6,34],[-1,17],[0,19],[25,-6],[13,5],[0,8],[1,12],[-1,2],[12,-6],[9,6],[0,-5],[0,-1],[0,-4],[80,33],[54,23],[2,-1],[8,-7],[284,-214],[5,-4],[0,0],[88,-66],[10,-15],[2,-2]],[[554072,660485],[14,-54],[62,-144],[53,-128],[20,-22],[19,-21],[1,-14],[-7,-14],[-3,-2],[-10,-5],[-9,1],[-85,-85],[-46,-64],[-86,-151],[-10,-17],[-28,-50],[-39,-39],[-35,-21],[-30,0],[-39,17],[-43,26],[-54,21],[-47,9],[4,67],[-79,18],[-26,5],[-962,213],[-25,6],[-22,-3],[-100,-12],[-236,-26],[-364,-55],[-124,17],[1,5],[-29,3],[-3,-42],[-19,2],[-14,1],[0,4],[14,244],[13,10]],[[551699,660185],[987,95],[66,8],[235,25],[88,16],[62,8],[360,-8],[205,5],[19,45],[19,45],[32,26],[89,18],[156,-6],[48,24],[7,-1]],[[558529,664068],[7,-117],[8,-124],[29,-346],[51,-587],[36,-283],[8,-88],[-178,-37]],[[558490,662486],[-1,17],[-1,18],[-2,60],[-19,157],[-6,54],[-10,64],[-27,340],[-36,550],[0,28],[-1,14],[-7,20],[-7,45],[5,62],[2,18],[-7,100],[-6,45],[0,9],[-2,44],[-2,9],[-5,23],[-87,-50],[0,3],[0,0],[-11,103],[-64,580],[155,38],[97,24],[64,-655],[1,0],[1,-3],[8,-30],[7,-99],[0,-6]],[[571129,670833],[-66,-27],[0,-2]],[[571063,670804],[-2,-1],[-2,-1],[-73,134],[-83,146],[-147,253],[-111,193],[-57,71],[-102,58],[-117,65],[-151,94],[-108,88],[-80,92],[-39,100],[-170,420],[-46,82],[-88,87],[-357,355],[-9,9],[-124,132],[-68,104],[-76,172],[-12,18],[-54,80],[-55,60],[-110,107],[-92,109],[-238,317],[-161,216],[-171,219],[-139,155],[-259,280],[-122,173],[-410,178],[-397,172],[-561,243],[-459,114],[-726,189],[-12,-35],[-566,92],[-199,87],[-236,126],[-60,56],[-91,-97],[-172,74],[-254,236],[-96,141],[-29,-37],[72,-92],[-13,-17],[231,-256],[165,-155],[115,-151],[1573,-2908],[361,-673],[168,-313],[147,-183],[277,-187],[375,-173],[545,-292],[1336,-908],[578,-318],[45,-19],[278,-114],[-4,-14],[396,-147],[3,-1],[6,-2],[114,-39],[209,-77],[32,-17],[22,-21],[105,-96],[58,-13],[45,-7],[9,-9],[9,12],[-4,4],[12,14],[7,9],[102,-21],[39,-13],[99,-45],[82,-27],[-2,4],[7,-6],[5,2]],[[569319,669265],[-2,1],[-15,12],[0,9],[-51,32],[-18,-29],[-21,-32],[-37,11],[-49,14],[-80,-4],[-41,-14],[-29,-46],[-2,-1],[-474,-473],[-329,-337],[-1254,-1292],[-313,-319],[-475,-485],[-1085,-1114],[-20,-24],[-14,-17],[1,-10],[3,-4],[21,-19],[91,-85],[135,-158],[91,-146],[26,-45],[8,-22],[11,-46],[8,-51],[1,-17],[-1,0],[1,-1],[2,-35],[-3,-20],[-1,-175],[-136,42],[0,1]],[[565268,664366],[0,2],[-3,28],[-7,88],[-5,52],[-2,7],[-17,28],[-38,126],[-17,36],[-12,27],[-75,100],[-39,42],[-49,42],[-89,88],[13,15],[-77,78],[90,91],[213,212],[311,316],[434,446],[484,497],[541,555],[88,91],[103,106],[279,286],[310,316],[236,242],[272,279],[200,204],[234,239],[216,220],[147,151],[53,56],[5,8],[-255,169],[-642,612],[-835,636],[-459,286],[-521,192],[-335,47],[-485,-117],[-1881,-653],[-24018,-8868],[-774,-284],[-1183,-438],[-915,-343],[-102,-35],[-69,-23],[-13,-4],[-17,-33],[-1,-12],[-11,-16],[-13,-17],[-8,-33],[-5,-37],[-3,-11],[-3,-11],[-11,-27],[-13,-10],[-5,-5],[-31,-37],[-6,-7],[-8,-10],[-3,-1]],[[536442,660350],[-68,224],[-4,14],[-10,32],[-40,131],[-11,36],[-25,83],[7,3],[48,38],[30,29],[19,7],[274,102],[62,24],[12,-7],[6,-16],[17,6],[1,11],[12,4],[182,66],[65,28],[27,55],[808,295],[19,8],[-7,25],[33,12],[7,-23],[280,104],[1348,499],[1729,639],[707,261],[847,313],[2617,967],[670,248],[224,83],[126,47],[134,51],[23,7],[18,-4],[19,-9],[14,-1],[3,-2],[3,2],[15,1],[194,66],[2,6],[10,4],[-1,2],[35,13],[9,5],[12,5],[1,3],[4,2],[13,18],[7,20],[9,11],[21,9],[376,137],[831,304],[525,199],[328,124],[3184,1200],[4168,1547],[2901,1074],[95,36],[102,44],[107,52],[55,33],[30,18],[3,2]],[[559704,669677],[-3,-2],[4725,1704],[658,245],[204,145],[146,237],[83,302],[-25,312],[-170,377],[-1316,2429],[-297,553],[0,-5]],[[563709,675974],[-5,18],[-12,37],[-25,37],[-162,179],[-60,63],[-29,25],[-22,17],[-10,13],[-19,37],[-56,57],[-79,89],[-28,34],[-2,4],[-12,25],[13,15],[3,3],[0,0],[1,1],[6,7],[94,108],[12,-6],[12,-3],[9,2],[11,6],[6,5],[5,7],[4,-5],[178,144],[48,40],[69,-67],[49,-49],[74,-68],[113,-59],[30,-16],[74,-39],[176,-58],[106,-34],[104,-34],[143,-46],[51,-14],[221,-57],[294,-20],[47,-4],[15,-1],[62,-14],[34,-15],[54,-29],[192,-132],[27,-14],[81,-28],[93,-30],[26,-7],[52,-14],[86,-23],[87,-23],[66,-18],[127,-36],[79,-24],[102,-28],[52,-12],[138,-34],[102,-23],[93,-20],[185,-31],[-18,-55],[309,-17],[92,-3],[117,-3],[120,-5],[287,-11],[290,-21],[5,0],[69,-5],[97,-7],[62,-2],[6,-1],[9,-2],[10,-4],[16,-6],[2,-1],[36,-21],[34,-19],[20,-12],[13,-10],[21,-13],[14,-13],[19,-20],[14,-20],[11,-21],[13,-29],[18,-61],[22,-61],[5,-26],[5,-10],[24,-23],[3,-9],[25,-74],[42,-129],[51,-163],[17,-55],[24,-71],[13,-45],[17,-47],[14,-35],[13,-31],[12,-24],[16,-24],[26,-35],[13,-16],[5,-7],[16,-18],[10,-8],[24,-17],[16,-9],[27,-15],[14,-8],[31,-22],[27,-21],[26,-21],[20,-19],[28,-24],[34,-37],[42,-45],[58,-66],[35,-41],[24,-36],[19,-30],[13,-33],[8,-27],[7,-21],[11,-22],[14,-36],[6,-18],[7,-17],[22,-48],[26,-50],[12,-23],[5,-7],[8,-9],[22,-26],[26,-24],[33,-35],[23,-24],[18,-16],[10,-7],[12,-10],[3,-1],[6,-2],[15,-3],[13,-5],[27,-12],[24,-10],[23,-11],[31,-13],[18,-7],[40,-20],[16,-10],[39,-20],[36,-19],[31,-16],[57,-32],[18,-11],[19,-13],[23,-18],[48,-41],[53,-51],[93,-102],[121,-132],[84,-93],[77,-80],[126,-134],[70,-75],[73,-76],[19,-21],[14,-15],[12,-17],[10,-14],[9,-16],[9,-15],[11,-22],[15,-36],[52,-130],[60,-157],[60,-154],[70,-179],[70,-178],[37,-92],[15,-40],[9,-26],[50,-134],[78,-213],[56,-154],[10,-30]],[[568520,675289],[5,-64],[36,2],[-8,65],[-33,-3]],[[565268,664366],[-4,1],[0,1],[-2,2],[-205,73],[-218,77],[-49,-168],[-4,-22],[-12,-49],[-8,-29],[-14,-57],[-2,-7],[-8,-27],[-11,-38],[-15,-47],[-14,-49],[-14,-54],[-6,-17],[-8,-27],[-6,-17],[-9,-30],[-17,-56],[-16,-57],[-18,-60],[-18,-62],[-15,-48],[-14,-44],[-10,-37],[-11,-39],[-13,-46],[-11,-38],[-12,-41],[-12,-38],[-11,-37],[-12,-37],[-2,-9],[-9,-27],[-11,-33],[-8,-27],[-6,-4],[-21,3],[-324,109],[-61,22],[-63,23],[-10,4],[-36,13],[-36,12],[-36,13],[-39,13],[-22,8],[-39,14],[-57,20],[-53,20],[-69,24],[-51,19],[-48,18],[-47,17],[-19,7],[-5,1],[-5,0],[-5,0],[-4,-1],[-5,-5],[-2,-5],[-2,-4],[-8,-30],[-13,-45],[-15,-51],[-16,-55],[-23,-76],[-11,-37],[-6,-23],[6,-2],[-1,-4],[-6,-15],[-7,-2],[-19,2],[-24,9],[-315,111],[-198,69],[-93,36],[-562,202],[-13,5],[-25,9],[-1978,710],[-279,99],[-93,35],[-172,63],[-36,12],[-13,4],[-19,6],[-32,11],[-2,0],[-14,5],[-6,2],[-3,0],[-16,0],[-13,1],[-2,-1],[-3,-1],[-105,12],[-169,-13],[-118,-29],[-31,-8],[-16,-3],[-9,-6],[-129,-69],[-89,-83],[-45,-65],[-86,-162],[0,-28],[0,0],[-3,-7],[-1,-3],[-14,-4]],[[558490,662486],[0,0],[-99,-19],[-3,3],[-1,0],[-207,-59],[-336,-96],[-5,-2],[-26,-12],[-568,-160],[-14,-2],[-15,0],[-20,-11],[1,-2],[-536,-152],[0,0],[-19,-9],[-4,-5],[-8,0],[-4,4],[-3,4],[-17,-6],[0,0],[-2,-3],[-4,-7],[-12,-1],[-3,2],[-5,4],[-32,-6],[-62,-18],[-72,-23],[-33,-11],[-41,-19],[-20,-10],[-24,-3],[-13,-3],[-59,-16],[-55,-18],[-57,-20],[-8,1],[-1,1],[-5,5],[-25,-11],[-27,-10],[-172,-67],[-196,-82],[-34,-15],[-76,-37],[-42,-20],[-19,-10],[-36,-20],[-28,-16],[-12,-6],[-41,-20],[-34,-11],[-6,-12],[-7,-5],[-17,-13],[-24,-10],[-24,-9],[-13,-11],[-7,-5],[-86,-47],[-154,-90],[-157,-95],[-243,-150],[-189,-126],[-12,-3],[-4,3],[-43,-36],[-153,-103],[-80,-62],[-41,-42],[-29,-46],[0,-1],[-7,-46],[4,-32],[14,-37],[4,-17],[-10,-12]],[[551699,660185],[-10,-1],[-52,-10],[-194,-41],[-88,-17],[-37,-7],[-175,-10],[-98,-6],[-91,-2],[-9,0],[-259,-26],[-402,-2],[-258,35],[-477,76],[-360,21],[-122,53],[-445,180],[-416,168],[-205,81],[-61,24],[-752,296],[-99,39],[-552,217],[-29,12],[-334,131],[-28,11],[-22,9],[-123,48],[-304,110],[-55,20],[-78,26],[-11,4],[-34,11],[-73,28],[-129,50],[-120,41],[-8,3],[-49,10],[-6,1],[-48,6],[-8,-1],[-60,-10],[-35,-8],[-46,-10],[-121,-38],[-74,-18],[-246,-60],[-74,-19],[-43,-12],[-8,-2],[-505,-130],[-30,-8],[-32,-14],[-139,-100],[-396,-298],[-245,-175],[-21,-15],[-57,-40],[-262,-198],[-42,-39],[-13,-12],[-300,-12],[-60,-5],[0,0],[-41,-3],[-293,-43],[-95,-21],[-47,-10],[-121,-27],[-423,-109],[-46,-15],[-277,-134],[-284,-128],[-300,-136],[-209,-54],[-62,-16],[-21,-6],[-76,-20],[-1,0],[-29,-2],[-968,44],[-77,4],[-43,2],[-30,-1],[-177,-14],[-5,0],[-259,-21],[-36,-3],[-474,-38],[-34,-1],[-49,-2],[-20,0],[-59,-15],[-130,-34],[-122,-31],[-28,-7],[-45,-12],[-616,-157],[-6,-2],[-15,92],[-34,87],[-4,8],[-50,-17],[-1,2],[-19,31],[-7,12],[-11,14],[-17,40],[-166,543]],[[559704,669677],[56,31],[1,0],[206,154],[31,24],[8,7],[27,21],[84,66],[176,165],[165,190],[149,180],[162,255],[981,1702],[715,1206],[666,1185],[539,931],[41,100],[-2,80]],[[43201,220271],[68,-4],[44,3],[47,7],[23,7],[51,-80],[103,-171],[-92,-222],[-96,-231],[-8,-21],[-53,-134],[-63,-160],[-8,-20],[-27,-67],[-64,-161],[-14,-35],[-15,-40],[-24,-60],[-20,-49],[-16,-49],[-10,-34],[-7,-37],[-5,-43],[0,-41],[4,-35],[7,-41],[11,-44],[9,-30],[14,-41],[14,-36],[20,-35],[49,-73],[16,-23],[-301,-405],[-11,-12],[-7,590],[-9,765],[103,566],[75,408],[19,106],[12,-1],[112,-12],[49,-5]],[[44127,226231],[-2,-5],[4,25],[2,10],[2,9],[3,11],[4,14],[2,8],[3,9],[2,12],[-2,6],[-3,16],[15,9],[1,-12],[0,-9],[1,-6],[0,-3],[0,-3],[-1,-7],[-1,-8],[-1,-2],[-2,-8],[-3,-8],[-2,-6],[-1,-4],[-4,-8],[-4,-10],[-3,-6],[-4,-11],[-4,-10],[-2,-3]],[[40954,225685],[25,17],[55,38],[126,90],[96,69],[244,151],[205,144],[150,128],[171,151],[150,117]],[[42176,226590],[24,-46],[24,-43],[28,-51],[45,-63],[204,-92],[497,-233],[-5,-12],[-7,-51],[-10,-75],[-8,-56],[-8,-55],[-52,-141],[-56,-154],[-15,-72],[-24,-119],[-5,-20],[4,-15],[4,3],[15,9],[19,11],[13,3],[15,3],[19,7],[11,9],[24,18],[26,20],[4,4],[4,2],[14,4],[7,1],[27,6],[13,3],[23,11],[22,13],[18,10],[6,4],[5,4],[16,12],[15,14],[24,21],[20,5],[21,4],[30,16],[33,18],[23,5],[17,12],[19,9],[25,11],[21,10],[8,13],[17,-8],[96,40],[42,17],[12,3],[2,1],[20,5],[37,15],[1,-21],[-8,-8],[-11,-25],[-3,-13],[0,-2],[5,-20],[1,-4],[23,-50],[20,-52],[5,-6],[13,-7],[26,-78],[-3,-8],[-8,-15],[-2,-25],[19,-72],[11,-36],[127,-485],[-2,0],[-14,-8],[-6,-7],[2,-12],[30,-100],[-4,-9],[-7,-6],[-91,-35],[-183,-67],[-23,-8],[-80,-30],[-77,-28],[-50,-18],[-37,-7],[-27,-3],[-12,0],[-59,1],[-19,-4],[-18,-6],[-29,-15],[-22,-11],[-8,-3],[-10,2],[-26,-11],[-1,0],[-213,-150],[-2,-2],[-6,-22],[-12,-38],[-11,-26],[-11,-24],[-89,-209],[-44,-78],[-19,-38],[-4,-8],[-11,-29],[-9,-29],[-9,-39],[-3,-54],[9,-61],[11,-65],[-17,-136],[12,-8],[19,22],[23,14],[30,3],[32,-2],[22,-3],[32,-14],[29,-19],[23,-15],[26,-20],[32,-27],[51,-70],[36,-49],[54,-74],[26,-46],[20,-37],[42,-61],[47,-83],[1,-1],[1,-1],[22,-37],[33,-47],[45,-54],[40,-43],[34,-18],[1,-22],[6,-19],[17,-23],[33,-38],[29,-39],[19,-34],[15,-40],[32,-96],[2,-9],[46,-48],[12,-23],[11,-143],[1,-18],[3,-29],[98,-1253],[1,-16],[-1,-17],[-2,-21],[-5,-18],[-4,-19],[-4,-13],[-8,-21],[-6,-11],[-2,-2],[-7,-11],[-5,-8],[-7,-10],[-4,-6],[-15,-16],[-24,-21],[-18,-10],[-179,-123],[-25,-13],[-29,-10],[-19,-3],[-11,-2],[-23,0],[-46,2],[-93,20],[-21,2],[-38,2],[-3,0],[21,116],[47,258],[2,8],[-262,582],[-236,524],[-201,445],[-123,273],[-68,152],[-292,647],[-332,737],[-295,655],[-47,105],[-203,452],[-61,135],[-16,34],[-41,91]],[[44179,227174],[15,-20],[13,-35],[1,-38],[3,-15],[6,-15],[7,-15],[-62,-70],[-2,-3],[-4,-5],[-21,35],[-9,15],[-2,-2],[-11,13],[4,4],[-74,127],[0,0],[-1,1],[0,0],[0,0],[-10,11],[-9,-10],[-47,67],[22,16],[1,0],[11,8],[34,21],[26,15],[38,-47],[14,-16],[33,-18],[24,-24]],[[198549,444624],[-3,-7],[-113,77],[93,175],[115,-70],[-52,-99],[-38,-73],[-2,-3]],[[198711,444932],[-3,-5],[-110,61],[115,199],[94,-69],[-3,-6],[-5,-10],[-69,-132],[-19,-38]],[[201960,449359],[0,0],[-27,28],[-30,24],[-96,75],[-13,15],[-7,15],[0,10],[3,21],[10,19],[22,35],[93,91],[32,-27],[89,-75]],[[202036,449590],[4,-4],[48,-40],[3,-13],[3,0],[-134,-174]],[[210539,458453],[-6,-7],[-5,-7],[-9,-11],[-10,-14],[-12,-15],[-14,-18],[-31,-41],[-25,-31],[-221,229],[-2,2],[-253,-230],[-228,-211],[-209,-190],[-588,-540],[-238,-218],[-236,-216],[-232,-212],[-219,-200],[-247,-226],[-289,-260],[-63,93],[-37,-42],[-50,61]],[[207315,456149],[40,36],[234,216],[186,171],[42,38],[100,88],[663,583],[78,64],[261,242],[380,352],[914,823],[21,23],[31,-42],[39,-48],[113,-112],[57,-56],[32,-33],[1,-3],[10,-18],[15,-13],[7,-7]],[[212373,460161],[267,169],[1,1]],[[212641,460331],[17,-37],[-264,-172],[-21,39]],[[212734,460913],[-8,16],[182,117],[10,-21]],[[212918,461025],[2,-3],[-174,-102],[-12,-7]],[[215526,467220],[-24,24],[-155,152],[-54,53],[12,15],[73,91],[229,283],[88,-79],[74,-45],[9,-3],[11,-1],[32,-1],[98,-5],[7,2],[132,162]],[[216058,467868],[25,-22],[2,-2],[-32,-40],[-146,-187],[0,0],[-54,-69],[-53,-64],[-63,-76],[-27,-27],[-38,-33],[-52,-43],[-38,-29],[-17,-15],[-29,-30],[-10,-11]],[[204535,437348],[29,-13],[63,-27],[6,-2],[62,-28],[130,-40],[49,-13],[113,-27],[119,-27],[76,-11],[334,-64],[235,-48],[194,-45],[2,-1],[51,4],[207,14],[137,10],[91,7],[103,3],[4,1],[71,-6],[70,-14],[30,-13],[10,-4],[208,-125],[-2,-2],[-40,-78],[-22,-10],[7,-6],[3,-2],[-3,-4],[-19,-16],[-8,-10],[-115,-165],[-56,-81],[22,-19],[41,-2],[37,-25],[165,-121],[3,-2],[62,-38],[39,46],[149,-117],[31,9],[44,4],[66,0],[22,17],[30,20],[46,2],[49,-20],[55,82],[4,-2],[8,-6],[5,7],[2,2],[437,-303],[76,-52],[32,22],[36,18],[41,12],[56,8],[111,2],[20,11],[14,17],[36,0],[57,-38],[82,-66],[113,-100],[39,-35],[45,-41],[51,-41],[3,-2],[20,-11],[8,-2],[18,-7],[30,-10],[28,-9],[4,-2],[33,-11],[30,-10],[2,-1],[5,0],[4,0],[7,2],[6,4],[5,5],[13,15],[17,20],[5,3],[4,2],[0,0],[56,-40],[2,1],[5,6],[3,-2],[7,-1],[5,1],[6,2],[6,6],[4,9],[11,26],[6,14],[4,9],[6,6],[5,4],[5,2],[4,2],[0,0],[7,-3],[154,-79],[0,0],[-2,-52],[-1,-18],[-4,-71],[-3,-75],[-3,-40],[-6,-19],[-9,-25],[-16,-32],[-13,-16],[-18,-15],[-85,-60],[-38,-31],[-69,-64],[-1,-1],[-35,-37],[-28,-40],[-16,-33],[-12,-30],[-11,-37],[-26,-47],[-69,-119],[-97,-172],[-93,-154],[-37,-61],[-53,-89],[-46,-77],[-182,-305],[-11,-22],[-51,-82],[-5,-2],[-14,1],[-206,150],[-7,-3],[-49,-73],[-29,-42],[-15,-14],[-12,-3],[-19,5],[-163,122],[-82,61],[-116,86],[-182,137],[-174,131],[-178,135],[-143,110],[-94,70],[-300,224],[-245,186],[-3,28],[-7,4],[1,1],[-19,11],[-12,7],[-75,47],[-13,28],[-2,4],[-1,1],[0,1],[-20,11],[-99,56],[-5,0],[-153,84],[-97,51],[-472,254],[-47,1],[-393,221],[-29,16],[-772,404],[-65,13],[-830,390],[9,87],[13,125],[13,133],[14,120],[9,75],[414,33],[77,7],[59,4],[55,5],[144,12],[56,2],[53,-3],[49,-6],[47,-10],[16,-6],[77,-30],[45,101],[3,7],[24,-14],[95,-38],[106,-51]],[[196971,438063],[6,-3],[17,12],[55,43],[77,60],[56,42],[59,46],[151,115],[56,42],[18,-20],[24,-25],[12,-11],[30,-25],[30,-23],[30,-22],[117,-88],[35,-27],[31,-25],[23,-15],[14,-8],[10,-6],[31,-16],[20,-9],[94,-37],[94,-40],[19,-5],[32,-13],[18,-9],[26,-21],[37,-31],[71,-63],[41,-31],[82,-72],[-5,-24],[-18,-23],[-43,-38],[-69,-56],[-73,-58],[-46,-35],[-25,-19],[-13,-10],[-116,-110],[-62,-67],[-50,-60],[-46,-11],[-46,-4],[-13,-3],[-8,-1],[-25,4],[-34,22],[-31,18],[-31,19],[-18,10],[-44,26],[-25,15],[-386,352],[-305,272],[-13,12],[-50,45],[-11,9],[-27,28],[-57,75],[-63,91],[-19,52],[-3,45],[6,52],[25,64],[21,39],[19,32],[28,52],[12,16],[12,18],[2,4],[30,-23],[37,-28],[37,-29],[39,-30],[17,-17],[2,-11],[-6,-10],[-46,-71],[-2,-26],[-6,-193],[8,-17],[47,-44],[20,-18],[14,-12],[10,-9],[33,-30]],[[198799,439990],[113,-125],[72,-78],[81,-84],[59,-57],[98,-85],[142,-108],[52,-40],[50,-37],[162,-99],[61,-36],[51,-31],[67,-47],[64,-48],[78,-60],[82,-60],[50,-38],[43,-22],[22,-6],[17,10],[346,-198],[64,-36],[20,-12],[22,-12],[79,-45],[571,-325],[19,-12],[3,-3],[-6,-12],[43,-24],[7,-4],[-8,-8],[-10,-18],[-2,-15],[-11,-24],[-177,91],[-7,-14],[-6,-34],[6,-13],[22,-17],[32,-41],[-73,-120],[122,-99],[17,-11],[24,42],[42,36],[25,-14],[20,36],[0,1],[56,92],[-13,29],[3,8],[14,39],[11,13],[22,-14],[8,-6],[14,-22],[94,-48],[24,-12],[87,-44],[143,-74],[66,-35],[93,-48],[181,-80],[399,-206],[108,-48],[29,-12],[277,-114],[172,5],[0,0],[17,1],[-3,-40],[-16,-29],[-3,-8],[-29,-275],[1,0],[-17,-212],[5,-56],[9,-117],[-2,-93],[-1,-8],[-3,-31],[-28,15],[-6,3],[-8,4],[-1,1],[0,-1],[-172,91],[-331,174],[-64,33],[-333,173],[-42,19],[-55,29],[-162,85],[-471,249],[5,13],[-15,12],[6,102],[19,296],[-3,92],[-6,20],[-1,4],[-8,9],[-1,11],[-3,18],[-11,-10],[-7,-16],[0,0],[-12,-26],[-8,-18],[-15,-36],[-3,-7],[-15,-28],[-27,-31],[-28,-23],[-34,-20],[-32,-14],[-28,-5],[-24,1],[-4,0],[-20,3],[-25,3],[-64,16],[-21,9],[-8,4],[3,8],[0,0],[0,1],[30,88],[-101,42],[-8,-23],[-21,-62],[0,0],[0,0],[-4,-9],[-71,42],[-63,36],[-75,47],[-31,18],[-45,29],[-65,38],[-79,54],[-43,25],[-71,56],[-24,23],[-62,64],[-111,118],[-36,41],[-11,13],[-9,9],[-163,174],[-62,70],[-11,13],[-78,87],[-73,86],[-40,44],[-13,14],[-96,103],[-68,72],[-26,19],[-78,66],[-97,77],[-59,49],[-28,25],[-23,21],[-82,75],[-24,20],[-62,57],[-12,13],[1,14],[-62,54],[36,49],[-98,92],[-32,25],[-18,5],[-64,63],[-21,17],[0,1],[-1,0],[-21,19],[-29,-34],[-13,-16],[-54,17],[-142,44],[-11,5],[-13,7],[-2,0],[-12,15],[-4,5],[-3,6],[1,12],[7,13],[123,172],[7,5],[16,-2],[17,-11],[29,-17],[34,-42],[93,-114]],[[198417,440265],[-17,-2],[-17,1],[-132,10],[-59,15],[-76,33],[-310,200],[13,20],[89,144],[59,93],[22,35],[8,13],[10,-2],[33,-25],[44,-41],[52,-49],[33,-35],[24,-25],[8,-6],[80,-72],[60,-49],[25,-14],[13,-8],[54,-35],[34,-20],[2,-2],[0,-4],[-13,-81],[-30,-3],[8,-86],[1,-2],[-18,-3]],[[207297,456133],[-155,-143],[-304,-278],[-1,1],[-3,2],[-29,21],[-15,10],[-23,13],[-16,10],[-16,10],[-4,3],[-8,5],[-11,8],[-7,4],[-30,22],[-3,2],[-15,11],[-13,10],[-14,10],[-2,2],[-7,5],[-18,14],[-6,4],[-9,7],[-6,4],[-4,4],[-10,7],[-17,13],[-6,4],[-5,4],[-4,3],[-3,2],[-7,6],[-7,5],[-3,3],[-4,3],[-7,6],[-6,6],[-7,5],[-7,6],[-9,7],[-5,5],[-9,7],[-2,4],[-24,44],[-3,6],[0,5],[-9,5],[-6,14],[-17,-18],[-20,19],[-43,-46],[-125,-131],[-35,-39],[-12,-14],[-7,-8],[-18,-21],[0,-2],[-32,-39],[-101,-128],[-12,12],[-23,-28],[-17,-12],[-15,-20],[-4,-3],[-12,-20],[-4,6],[-46,-38],[-2,-1],[-191,-241],[-20,-28],[-87,-131],[-23,-35],[40,-32],[-205,-301],[146,-242],[86,-147],[-47,-43],[-16,-17],[-62,-58],[-52,-49],[-88,-83],[-120,-114],[-21,-19],[-90,-83],[-34,-32],[-45,-42],[-24,-19],[-11,-10],[-59,-55],[-28,-22],[-102,-88],[-121,-122],[-6,-6],[-192,-213],[-26,-31],[-35,-38],[-46,-62],[-66,-90],[-131,-185],[-45,-63],[-81,-117],[-227,-331],[-565,-796],[-23,-31],[-151,-214],[-34,-49],[-141,-199],[0,-1],[-6,-7],[-5,-7],[-83,-118],[-108,-153],[-65,-96],[-58,-79],[-35,-49],[-111,-160],[-1,-4],[-58,-208],[-6,-25],[-12,-53],[-41,-146],[-3,-10],[-60,-219],[-15,-58],[-72,-289],[2,-16],[-59,-237],[-4,-16],[-1,-7],[-26,-106],[-17,-69],[-24,-98],[-20,-85],[-5,-19],[0,-1],[-24,-18],[-17,-75],[-19,-71],[-19,-62],[-68,-195],[-16,5],[-2,-11],[-11,-42],[-12,-20],[-15,-8],[-10,3],[-18,8],[-1,-27],[-1,-20],[-2,-6],[-58,-33],[-3,-2],[56,-28],[-32,-31],[-31,-32],[-31,-20],[-110,-68],[9,-18],[-163,-123],[-40,-34],[-57,-51],[-14,14],[-42,-39],[-47,-44],[-18,-16],[-126,-119],[-5,-4],[-25,-20],[-36,-29],[-8,-5],[-20,-18],[-37,-32],[-33,-29],[-41,-36],[-2,-2],[-36,-32],[-18,-16],[-11,-11],[-17,-19],[-17,-24],[-20,-36],[-31,-56],[-32,-59],[-35,-64],[-41,-76],[-22,-41],[-127,-241],[-10,-19],[6,-5],[-28,-50],[-23,-42],[-5,-9],[-10,-16],[-8,-11],[-8,-12],[-11,-16],[-7,-9],[-11,-14],[-14,-16],[-17,-19],[-7,-8],[-10,-10],[-15,-15],[0,-14],[0,0],[-6,3],[-12,6],[-13,-7],[-62,-67],[-140,-142],[-104,-115],[-59,-80],[-13,-23],[-89,-136],[-41,-59],[-41,-57],[-54,-74],[-66,-93],[-31,-34],[-19,-23],[13,-13],[-33,-40],[-32,-42],[-15,-21],[-8,-11],[-158,-217],[-31,-41],[-14,-28],[0,-1],[-23,-46],[-22,-45],[-3,-8],[-1,0],[-42,-85],[-24,-48],[-25,-49],[-25,-55],[-25,-59],[-23,-52],[-32,-70],[-20,-17],[-10,-6],[-24,-3],[0,-4],[-6,-29],[1,-44],[-82,-134],[-4,-6],[-10,-15],[-75,-116],[-311,-478],[-155,-234],[-47,-62],[-25,-42],[-40,-71],[-86,-127],[-34,-50],[-127,-189],[-123,-160],[-28,-37],[-107,-139],[-49,-63],[-95,-124],[-28,-36],[-62,-80],[-18,-23],[-230,-319],[-143,-199],[-57,-80],[-30,-38],[-70,-90],[-55,-78],[-39,-55],[-58,-79],[-33,-46],[-29,-45],[-55,-95],[-8,-14],[-25,-43],[-10,-18],[-2,-5],[-4,1],[-319,-586],[-26,-56],[-24,-59],[22,3],[-4,-10],[-28,-113],[-14,-53],[-10,-35],[-2,-19],[10,-25],[17,-29],[8,-15],[10,-19],[16,-7],[11,-9],[2,-6],[14,7],[62,28],[30,13],[73,26],[52,14],[54,12],[14,2],[17,2],[25,3],[61,1],[112,-4],[16,-1],[20,-2],[4,24],[11,93],[19,124],[12,88],[4,37],[10,69],[4,19],[11,50],[20,61],[14,39],[2,-1],[13,-4],[14,-5],[13,-7],[16,-8],[10,-7],[65,-41],[66,-43],[64,-41],[65,-41],[64,-42],[65,-41],[65,-42],[5,10],[2,0],[46,76],[259,-135],[-134,-231],[-84,-115],[-5,-1],[-4,-6],[-40,-65],[-29,-53],[-7,-21],[0,-26],[-9,-5],[-6,-5],[-1,-1],[-62,-37],[-25,-44],[-75,-121],[-138,-227],[-110,-182],[-109,-181],[-87,-142],[-21,-40],[-59,-97],[-77,-131],[-11,-15],[-10,-16],[-4,-5],[-93,-139],[-2,-2],[-3,-1],[-3,-2],[-2,-1],[-3,-2],[-2,-1],[-3,-2],[-3,-1],[-2,-1],[-3,-1],[-3,-1],[-3,-2],[-2,-1],[-3,-1],[-3,-1],[-3,-1],[-2,0],[-3,-1],[-3,-1],[-3,-1],[-3,0],[-3,-1],[-2,-1],[-3,0],[-3,-1],[-3,0],[-3,-1],[-3,0],[-3,0],[-3,0],[-3,-1],[-2,0],[-3,0],[-3,0],[-123,0],[1,-4],[-100,-1],[-167,3],[-24,0],[-102,45],[-329,144],[-149,66],[-178,81],[0,1],[0,0],[-126,97],[-23,18],[-46,36],[17,25],[24,45],[14,34],[14,37],[13,61],[-24,2],[-2,0],[4,14],[-47,17],[8,13],[-48,22],[-28,-45],[18,-14],[-56,-89],[-24,-38],[-129,93],[-5,3],[-269,227],[-530,442],[-721,605],[88,49],[430,336],[20,20],[10,68],[-12,115],[66,67],[574,532],[453,356],[65,-38],[58,-69],[5,3],[43,-67],[-67,-53],[56,-86],[85,60],[19,-26],[76,71],[76,70],[15,14],[16,19],[-101,108],[2,1],[136,167],[152,146],[-26,32],[-79,95],[-2,38],[0,5],[-4,71],[146,96],[385,374],[380,369],[79,77],[10,14],[113,104],[677,621],[370,339],[24,26],[250,279],[299,335],[120,134],[20,22],[232,318],[290,399],[304,509],[107,180],[480,671],[352,489],[267,385],[151,205],[175,238],[8,25],[139,214],[1142,1753],[44,67],[22,-20],[174,247],[323,479],[322,459],[160,225],[159,224],[0,0],[56,82],[1,-1],[297,422],[323,482],[340,456],[433,587],[324,454],[54,77],[56,78],[377,479],[245,281],[338,389],[625,682],[15,-14],[145,-156],[46,-52],[10,-10],[27,-31],[26,-32],[7,-11],[86,-110],[240,-297]],[[201960,449359],[0,0],[22,-23],[21,-24],[32,-35],[51,-70],[5,20],[1,8],[1,2],[8,46],[1,9],[8,71],[11,88],[17,120],[12,-3],[7,-1],[8,44],[11,61],[16,88],[46,171],[71,272],[-26,3],[0,0],[0,0],[19,47],[14,48],[-92,31],[-35,-145],[-1,-6],[-10,-10],[-28,-131],[-20,-75],[-37,-148],[-30,-116],[-6,-38],[0,0],[-5,-27],[-10,-35],[-6,-11]],[[200885,448025],[90,-31],[183,286],[15,-6],[10,16],[74,-54],[30,54],[52,88],[27,51],[12,21],[-161,68],[-55,23],[-8,7],[-16,15],[-7,6],[43,89],[-29,15],[-90,45],[-24,-59],[-19,-50],[-3,-15],[-3,-23],[19,-16],[9,-20],[4,-28],[0,-26],[-17,-54],[-18,-66],[-22,-75],[-17,-64],[-1,-19],[5,-7],[-83,-134],[15,-13],[-15,-24]],[[196859,441722],[4,-28],[11,19],[-34,76],[29,40],[-5,30],[-21,21],[-26,-7],[-24,-28],[0,-12],[1,-19],[38,-35],[27,-57]],[[195796,439424],[13,-4],[14,0],[15,8],[12,13],[10,20],[9,16],[9,7],[10,0],[45,-17],[-19,-42],[-2,-22],[9,-93],[0,-27],[-3,-30],[-10,-75],[-7,-51],[1,-51],[2,-60],[2,-39],[9,-27],[2,-16],[7,-44],[-2,0],[-3,0],[2,-3],[1,-1],[-9,0],[-23,0],[-8,-9],[0,-20],[-21,0],[-1,-55],[1,-50],[-8,0],[-18,-1],[5,-50],[1,-16],[2,-25],[30,2],[21,1],[40,4],[10,-18],[2,-5],[5,-9],[10,-15],[6,-12],[3,-2],[19,6],[-2,47],[-2,20],[27,-2],[30,32],[1,18],[2,41],[-21,1],[0,10],[-52,-1],[-4,9],[-9,49],[106,0],[1,6],[2,28],[9,0],[23,-4],[25,-4],[22,-9],[0,9],[-3,12],[-1,15],[-1,3],[-7,13],[-4,24],[-8,19],[-6,12],[-2,27],[0,24],[-2,13],[-22,26],[-8,2],[-10,-5],[-10,-8],[-5,1],[-6,10],[5,10],[10,15],[7,10],[7,8],[4,7],[0,0],[1,1],[1,11],[-7,36],[-10,18],[-2,17],[-12,14],[2,13],[-5,36],[0,24],[-1,20],[-1,16],[0,13],[-8,31],[-15,10],[-10,9],[-3,18],[-9,8],[-1,4],[-5,7],[-14,5],[-3,0],[2,87],[-1,37],[-25,0],[0,-8],[-2,-10],[-18,1],[-10,12],[-5,10],[-2,9],[7,9],[8,5],[12,5],[11,1],[5,4],[3,12],[-4,18],[-6,12],[-21,14],[-8,13],[-1,20],[-3,10],[-16,0],[-21,-13],[-19,-15],[-26,-24],[-19,-6],[-21,-40],[-25,-51],[5,-14],[1,-26],[0,-27],[3,-20],[9,-12]],[[196339,438875],[13,-47],[30,-80],[30,-79],[28,-10],[46,166],[-104,36],[-43,14]],[[215526,467220],[58,-57],[135,-131],[-36,-53],[-323,-377],[-2,1],[-19,-20],[-21,-22],[-16,-18],[-88,-101],[-166,-195],[-11,-12],[-72,-83],[-81,-94],[-10,-11],[-1,-14],[-74,-83],[-17,-22],[-79,-95],[-9,-13],[0,-3],[-6,-2],[-31,-36],[-135,-158],[-188,-220],[21,-22],[-6,0],[-199,-235],[-36,-43],[-4,-17],[5,-10],[61,-56],[1,-2],[-49,-55],[-11,-13],[-69,-81],[-17,-21],[-4,-24],[0,-20],[10,-31],[20,-40],[-96,-57],[-26,-15],[-2,-10],[3,-18],[8,-20],[-5,-6],[-29,-34],[44,-93],[213,-419],[15,-36],[6,-18],[8,-17],[22,-25],[47,-42],[67,-48],[-22,47],[37,-79],[34,-73],[24,-43],[135,-247],[11,8],[3,2],[1,1],[0,0],[71,71],[34,-39],[8,-9],[-50,-56],[56,-55],[35,39],[40,-60],[30,-44],[27,32],[81,26],[5,-1],[9,-15],[33,-88],[80,-221],[104,-285],[133,-156],[0,0],[2,1],[52,30],[81,44],[63,15],[174,51],[28,8],[67,19],[11,4],[12,8],[6,10],[-56,313],[-28,153],[-6,21],[-14,32],[25,11],[-28,161],[-8,49],[-5,34],[-3,42],[1,25],[2,2],[8,13],[11,13],[-12,19],[102,58],[50,30],[2,-2],[49,29],[14,7],[1,-5],[11,-42],[7,4],[10,4],[1,-3],[23,8],[48,15],[10,1],[2,1],[-2,11],[-61,259],[6,0],[6,0],[6,0],[5,0],[6,0],[6,0],[6,-1],[6,-1],[5,-1],[6,-2],[5,-2],[5,-2],[3,-2],[3,-1],[5,-3],[5,-4],[5,-3],[4,-4],[4,-4],[4,-5],[4,-5],[3,-6],[3,-5],[3,-5],[3,-6],[3,-5],[3,-6],[4,-5],[3,-5],[3,-5],[4,-6],[3,-5],[3,-5],[4,-6],[3,-5],[4,-5],[3,-6],[4,-5],[4,-4],[4,-5],[4,-4],[4,-4],[5,-3],[5,-3],[5,-3],[5,-2],[6,-2],[5,-2],[6,-2],[6,-1],[6,-1],[5,-2],[6,-1],[6,-1],[6,-1],[5,-2],[6,-1],[6,-1],[5,-1],[6,-1],[6,-1],[5,-1],[6,-1],[6,-1],[6,-1],[5,0],[1,-1],[5,0],[6,-1],[5,0],[6,-1],[6,-1],[6,0],[5,-1],[6,-1],[6,0],[6,-1],[6,0],[5,0],[6,-1],[6,0],[6,0],[5,0],[6,0],[6,1],[6,0],[5,0],[6,1],[6,0],[6,1],[5,0],[6,1],[6,0],[6,1],[5,1],[6,0],[6,1],[5,1],[6,0],[6,1],[6,1],[5,0],[6,1],[6,1],[6,1],[5,0],[6,1],[6,1],[6,0],[5,1],[9,0],[101,19],[27,5],[-8,69],[-1,2],[21,13],[51,23],[49,13],[56,10],[40,-2],[37,13],[23,10],[26,10],[43,-67],[18,-29],[5,-9],[174,33],[463,84],[21,4],[42,-87],[-7,-4],[-3,-2],[0,1],[-114,-21],[-175,-32],[-15,-3],[2,-13],[-1,-2],[-2,-13],[16,-73],[9,-59],[112,-300],[4,0],[336,64],[-44,283],[-63,159],[2,114],[15,12],[8,-15],[50,-121],[75,-192],[14,-60],[19,-95],[16,-68],[15,-47],[15,-40],[41,-94],[5,-25],[0,-18],[-3,-16],[-9,-21],[-42,-55],[-15,-25],[-6,-11],[-207,-193],[-145,-127],[-31,-36],[-5,-19],[-15,-26],[-12,-14],[-11,-4],[-7,0],[-16,0],[-9,-31],[-3,-10],[-8,-11],[-12,-18],[-17,-30],[-12,-29],[-7,-37],[-14,-70],[-1,-2],[-20,-27],[-5,-7],[-3,2],[-36,26],[-1,-2],[-88,65],[-28,20],[-216,162],[-16,12],[-16,-9],[-21,-13],[-41,-23],[-36,-18],[-14,-5],[-33,-13],[-2,0],[-8,1],[-412,-85],[-67,-14],[-7,1],[-11,3],[-7,4],[-10,8],[-5,15],[8,-46],[0,-4],[2,-20],[0,-4],[37,-247],[27,-185],[-9,-4],[0,0],[2,-5],[-1,-7],[-3,-4],[-2,-4],[0,0],[-3,-6],[-9,-11],[-9,-9],[-12,-10],[-10,-8],[-10,-6],[-16,-7],[-17,-5],[-24,-9],[-11,-8],[-19,-13],[-31,-27],[-34,-40],[-35,-41],[-28,-35],[-22,-25],[-24,-27],[-29,-32],[-24,-26],[-25,-30],[-22,-28],[-23,-28],[-26,-27],[-39,-37],[-35,-26],[4,-6],[-28,-17],[-69,-38],[-23,-12],[94,-192],[9,-20],[23,-41],[-205,-55],[-248,-63],[-437,-98],[-18,-4],[-41,140],[-3,11],[-7,24],[-102,-34],[15,-32],[3,-6],[60,-119],[-6,-2],[-52,-13],[-41,-14],[-50,-21],[-53,-25],[-47,-24],[-53,-24],[-62,-20],[-55,-18],[-4,12],[0,6],[-21,49],[-19,27],[-16,15],[-25,10],[-28,7],[-25,-1],[-21,-3],[-3,-2],[-2,36],[69,6],[-8,65],[-37,1],[-5,54],[-90,-8],[1,-27],[-31,-1],[-4,29],[-36,-4],[4,-50],[25,1],[3,-30],[17,-2],[6,-58],[61,3],[1,-25],[-23,-13],[-4,-4],[-75,49],[-38,25],[-16,16],[-6,11],[-18,117],[-2,21],[2,12],[-17,10],[-2,-12],[-3,-8],[-7,-3],[-109,-22],[-1,-11],[5,-7],[18,-114],[-4,-3],[-1,-2],[-3,-6],[0,-42],[-2,-15],[-4,-6],[-22,-18],[-2,-2],[-20,-18],[-6,-15],[1,-13],[7,-15],[9,-15],[13,-11],[7,-2],[10,1],[1,-23],[0,-4],[7,-24],[27,-89],[-40,-21],[-20,-10],[-35,-19],[-40,-19],[-19,-10],[-64,-32],[-111,-56],[-17,-9],[-358,-182],[-167,-79],[-17,-10],[-48,-24],[-55,-27],[-77,-34],[-141,-58],[-87,-34],[-113,-42],[-24,-11],[-37,-23],[-31,-33],[-37,-46],[-236,-272],[-123,-141],[-49,-58],[-57,-60],[-32,-27],[-28,-22],[-38,-27],[-87,-53],[-82,-51],[-317,-202],[-659,-418],[-27,-24],[-108,-140],[-22,-28],[0,0]],[[207315,456149],[-304,378],[-27,32],[-89,105],[-166,182],[-15,21],[142,153],[704,923],[367,466],[349,445],[722,898],[688,927],[710,930],[716,911],[702,920],[737,893],[652,804],[378,448],[216,255],[607,694],[1155,1454],[593,705],[210,285],[6,3],[189,140],[12,7],[4,3],[7,0],[5,-5],[-4,-15],[50,-43],[-62,-85],[-273,-360],[-58,50],[-64,-83],[49,-46],[-10,-14],[-46,-66],[-8,-15],[11,-8],[0,0],[49,-42],[59,-55],[-142,-187],[-70,-93],[-16,-26],[-3,3],[-22,34],[-14,21],[-34,46],[-44,52],[-31,27],[-35,33],[-6,2],[-3,-3],[-123,-164],[64,-44],[2,-1],[16,-7],[4,-2],[147,-99],[40,-24],[50,-44]],[[214098,461332],[4,-1],[50,29],[2,5],[-45,88],[-53,-33],[42,-88]],[[212641,460331],[-11,22],[-19,38],[64,43],[170,112],[59,-99],[73,44],[-1,3],[-8,19],[9,5],[15,9],[9,25],[104,73],[0,1],[7,5],[-89,170],[-20,42],[9,6],[-14,30],[-20,42],[-53,109],[-7,-5]],[[212734,460913],[10,-21],[-547,-393],[1,-1],[-64,-47],[177,-329],[62,39]],[[216629,462788],[12,39],[-66,25],[0,4],[-28,10],[8,28],[-43,14],[-18,-65],[-29,49],[-5,-4],[30,-51],[139,-49]],[[215917,463347],[2,25],[14,17],[22,10],[9,2],[-4,19],[-10,-2],[-86,-22],[-15,-10],[-13,-15],[-16,-31],[11,-161],[12,-10],[16,4],[12,15],[3,46],[16,10],[22,7],[15,8],[-10,88]],[[215994,463425],[4,-29],[5,1],[2,-11],[4,1],[0,-1],[21,3],[0,-5],[4,1],[1,-5],[11,2],[2,-14],[1,-6],[35,7],[-1,5],[-2,14],[25,5],[19,4],[1,-8],[48,10],[6,0],[14,17],[-1,8],[-11,74],[31,7],[0,0],[0,0],[26,8],[8,5],[-19,28],[-4,-6],[-5,5],[-29,43],[-10,12],[-7,32],[-5,30],[-17,51],[-6,14],[-106,-19],[-33,-5],[-16,-4],[-21,-1],[-5,1],[2,-18],[24,-160],[-2,0],[6,-36],[9,-58],[-9,-2]],[[223877,474374],[7,3],[11,6],[13,4],[66,23],[23,14]],[[223997,474424],[7,-10],[5,-8],[7,-9],[7,-9],[54,-79],[38,-54],[-3,-3],[8,-12],[-6,-5],[0,-5],[0,-2],[-7,-13],[-17,-23],[-5,-3],[-5,-1],[-5,-1],[-5,1],[-5,3],[-4,1],[-4,1],[-5,-2],[-4,2],[-41,29],[-20,20],[-6,13],[-3,4],[-5,3],[-50,11],[-8,9],[-10,25],[-14,21],[-1,7],[-1,22],[-9,14],[-3,3]],[[225885,475095],[-192,-139],[-15,-11],[-130,-93],[-20,-9],[-9,-1],[-68,9],[-16,-9],[-7,-1],[-20,-7],[-68,-39],[-16,-9],[-133,-77],[-15,-9],[-45,-26],[-36,-24],[-25,-22],[-28,-20],[-57,137],[-7,17],[-50,119],[-19,22],[-10,18],[26,14],[-53,128],[-19,-6],[-78,-58],[-10,-4],[-17,-11],[17,-41],[14,7],[34,-79],[-15,-8],[-7,-3],[7,-15],[4,-7],[6,-12],[-155,-90],[92,-255],[8,-6],[39,-10],[66,-55],[-17,-9],[-25,-14],[-20,-10],[-33,-18],[-16,-9],[-16,-10],[-14,-11],[-15,-13],[-13,-13],[-12,-13],[-14,-19],[-13,-20],[-16,-26],[-20,-31],[-21,-29],[-5,-7],[-12,-14],[-6,-7],[-16,-15],[-17,-14],[-17,-12],[-63,-42],[-4,-2],[-3,-1],[-3,1],[-2,1],[-26,-16],[0,0],[-17,35],[-10,18],[0,1],[0,0],[-13,33],[-6,18],[-11,30],[-12,30],[-10,28],[0,0],[-7,-5],[-6,13],[-1,1],[10,8],[0,1],[-8,25],[-2,6],[-7,21],[-9,27],[-6,19],[-6,18],[-10,31],[-4,11],[-15,17],[-10,11],[-18,20],[-27,-25],[-101,-77],[-1,2],[-64,91],[-20,30],[-100,143],[-37,51],[-63,91],[-8,14],[-2,4],[-2,2],[-4,8],[-8,16],[-7,17],[-3,7],[0,12],[-4,71],[1,37],[5,31],[7,18],[21,41],[74,94],[46,52],[56,60],[53,65],[132,137],[13,13],[282,285],[50,50],[12,13],[84,93],[38,42],[209,226],[127,136],[19,21],[24,26],[14,15],[254,264],[22,20],[42,39],[13,8],[7,0],[9,-11],[28,-38],[187,-285],[19,-30],[38,-59],[-52,-5],[-59,-5],[-51,-42],[-26,-22],[-30,-25],[-166,-141],[-1,-4],[-27,-23],[120,-168],[276,-392],[240,-339],[1,-2],[-16,-11]],[[223939,474508],[-118,-63],[0,0],[0,0],[-5,-1]],[[223816,474444],[-20,-7],[-1,0],[-46,-19],[-9,-15],[-1,-3],[0,0],[-5,-20],[-1,0],[0,-2],[-28,-32],[-28,-25],[-11,-9],[-17,-15],[-47,-49],[-15,-19],[1,-29],[6,-91],[2,-47],[-1,0],[7,-126],[-8,-3],[-20,-5],[-11,-3],[-40,-16],[-31,-15],[-31,-21],[-17,-14],[-10,-8],[-36,-30],[-71,-63],[-63,-61],[-59,-57],[-143,-134],[-32,-32],[-14,-15],[-89,-87],[-74,-68],[-91,-74],[-54,34],[-19,8],[-20,2],[-23,-3],[-11,-4],[-12,-4],[-23,-10],[-10,-10],[-14,-13],[-9,-8],[-16,-23],[-9,-20],[-3,-15],[-1,-7],[1,-21],[11,-71],[-14,-13],[-246,-191],[-202,-157],[-166,-126],[-145,-113],[-14,-12],[-24,-21],[-30,-4],[-119,-17],[-21,-5],[-32,-9],[-67,-35],[-304,-169],[0,0],[-215,-119],[-181,-99],[-46,-24],[-65,-39],[-63,-37],[-33,-26],[-18,-17],[-20,-31],[-10,-24],[0,-1],[-14,-50],[-3,0],[-12,-1],[-3,1],[-3,-2],[-18,-3],[-17,-5],[-14,-6],[-16,-8],[-33,-19],[-64,-39],[-34,-21],[-51,-32],[-39,-25],[-29,-19],[-34,-23],[-31,-21],[-49,-34],[-33,-23],[-40,-29],[-23,-14],[20,-45],[1,-2],[4,-8],[0,-4],[133,-287],[18,-40],[85,-184],[61,-132],[50,-109],[15,-36],[-164,-98],[-60,-35],[-105,-88],[-58,-44],[-42,-31],[-15,-13],[-25,-22],[-38,-33],[-24,-21],[-8,-8],[-57,-50],[3,-13],[-12,-22],[-19,-26],[-5,-14],[1,-8],[-1,0],[0,-7],[2,-7],[4,-8],[-1,-12],[-9,-15],[-14,-16],[-23,-16],[-42,-39],[-41,-53],[-15,-28],[-6,-22],[0,-26],[4,-36],[-4,-13],[-7,-9],[-115,-83],[-29,-15],[-35,-23],[-43,-35],[-54,-43],[-209,-174],[-21,-25],[-9,-19],[-1,-11],[-1,-7],[-77,-56],[-10,0],[-16,-1],[-10,-4],[0,0],[-197,-159],[-48,-26],[-11,-10],[-3,-2],[-1,-1],[-3,-8],[-5,-13],[-2,-6],[-4,-15],[-12,-37],[-6,-18],[-8,-18],[-7,-14],[-5,-6],[-9,-10],[-1,-2],[-40,78],[-11,15],[-7,15],[-31,-4],[-1,0],[-6,-1],[-9,-1],[-8,15],[-9,17],[-26,51],[-14,28],[-1,1],[-12,24],[-3,5],[-39,77],[-48,92],[0,2],[-16,29],[-1,3],[-50,98],[-6,-4],[-12,-9],[-17,-11],[-36,-25],[-76,-51],[-81,-56],[-4,-2],[-24,-17],[-3,-2],[-8,-5],[-23,-17],[-25,-16],[-10,-7],[-23,-16],[-59,-40],[-54,-37],[-5,-4],[-11,-7],[-4,-3],[-51,-35],[-10,-7],[-21,-14],[-5,2],[-7,2],[-6,0],[-7,-1],[-6,-2],[-32,-22],[0,0],[-9,-4],[-7,-2],[-42,-28],[-292,-198],[-28,56],[28,31],[12,-13],[182,213],[-61,60],[-4,7],[-12,10],[-31,29],[-15,7],[-88,-100],[-9,-13],[-108,-124],[0,-6],[10,-20],[-9,-6],[-3,-1],[0,0],[0,0],[-42,-25],[-12,25],[-16,15],[-3,3],[-14,35],[-16,-21],[-13,-14],[-17,-19],[-11,-9],[-10,-9],[0,0],[-24,37],[-24,39],[0,0],[28,22],[19,14],[81,106],[49,90],[0,0],[-6,6],[2,2],[-97,89],[-23,20],[-108,100],[0,0],[-34,19],[-28,-35],[-15,-26],[-19,-31],[-19,-32],[-9,-15],[-30,8],[-32,9],[-4,-8],[-9,-45],[-44,-60],[0,-3],[-15,-17],[-28,-39],[-2,-7],[-12,0],[-12,-3],[-16,-8],[-7,0],[-4,-3],[-12,-7],[-189,-140],[-6,-3],[38,52],[298,404],[153,209],[303,414],[405,458],[375,491],[242,273],[37,42],[126,143],[386,481],[383,478],[601,717],[894,1087],[966,1305],[508,743],[407,595],[894,1384],[335,405],[94,-10],[61,-2],[25,-7],[31,43],[0,0],[15,20],[142,-59],[-3,-2],[-12,-9],[-1,-1],[26,-21],[52,-25],[6,-6],[23,-25],[4,-8],[1,0],[27,-42],[43,-72],[13,-25],[83,-145],[21,-44],[94,-170],[-115,-91],[-62,-51],[-24,-20],[0,0],[-17,-6],[-72,-27],[-2,2],[-4,8],[-27,-8],[-19,-8],[-9,25],[-84,-34],[-17,51],[-11,-2],[-23,-8],[9,-18],[29,-89],[-1,-6],[-16,-5],[-72,-17],[7,-20],[27,-70],[27,12],[22,8],[149,67],[21,9],[3,7],[-15,43],[91,36],[22,11],[0,0],[80,-128],[51,-77],[43,-59],[-119,-161],[-79,-107],[-9,-12],[0,0],[-79,-106],[-27,-30],[-228,-308],[-10,-14],[-144,-196],[-48,-68],[-50,-68],[-8,-12],[-18,-22],[-34,-40],[-6,-6],[-11,-9],[-14,-11],[-36,-49],[-94,-130],[-115,-160],[-51,-66],[-20,-24],[-6,-10],[-23,-33],[-116,-154],[-1,-13],[-33,-44],[-23,-31],[-59,32],[-2,1],[-10,7],[-11,6],[-12,5],[-14,4],[-13,2],[-13,1],[-13,0],[-13,-1],[-14,-3],[-12,-3],[-13,-5],[-12,-7],[-9,-6],[-11,-8],[-10,-9],[-9,-10],[-9,-12],[-7,-11],[-7,-13],[-6,-13],[-6,-19],[-3,-14],[-2,-14],[-1,-15],[1,-14],[1,-15],[3,-14],[3,-14],[5,-13],[6,-13],[7,-13],[8,-11],[10,-13],[10,-10],[10,-9],[11,-8],[11,-7],[12,-5],[13,-5],[13,-3],[13,-2],[13,-1],[13,1],[57,7],[5,-25],[15,-33],[20,-37],[17,-23],[20,-21],[54,-51],[35,-3],[44,5],[33,6],[25,10],[13,-11],[23,-21],[11,-10],[22,-20],[238,-218],[16,-14],[69,-61],[-124,-36],[-54,-88],[-1,-1],[-41,-64],[72,-62],[-1,-4],[2,3],[15,24],[95,-31],[19,26],[0,0],[106,141],[1,-1],[11,-16],[19,-26],[32,-46],[42,-60],[110,-157]],[[221463,474533],[61,-39],[53,85],[32,58],[0,17],[-61,42],[-2,2],[-5,-6],[-42,30],[-58,-97],[50,-34],[-30,-57],[2,-1]],[[217259,469945],[128,-70],[4,0],[6,9],[29,71],[9,24],[-32,19],[-22,12],[-60,34],[-17,12],[-17,-21],[-29,-41],[-13,-40],[14,-9]],[[567630,717243],[16,14],[11,-1],[260,139],[486,258],[44,28],[266,142]],[[568713,717823],[32,-46],[19,-25],[54,-80],[52,-78],[15,-24],[69,-104],[71,-107],[67,-101],[69,-103],[67,-101],[59,-89],[11,-15],[69,-104],[34,-52],[18,-25],[18,-26],[22,-33],[42,-64],[69,-104],[72,-105],[68,-100],[69,-103],[67,-100],[72,-108],[70,-104],[69,-101],[70,-104],[65,-98],[4,-5],[69,-106],[18,-26],[80,-117],[391,-571],[69,-102],[9,-14],[-22,-12],[-674,-363],[-207,-111],[-141,-76],[-15,-7],[-83,124],[-64,95],[-223,332],[-166,245],[-166,250],[-144,210],[-22,32],[-2,2],[-40,59],[-80,117],[-134,197],[-278,413],[-118,174],[-419,622],[-34,49],[-103,150],[-67,63],[0,0]],[[567630,717243],[-73,106],[-71,106],[-71,104],[-70,103],[-70,102],[-74,109],[-67,100],[-97,142],[-89,131],[-37,61],[-37,59],[-5,16],[1,10],[2,6],[-70,103],[-79,115],[-60,90],[-25,37],[-49,73],[-68,102],[-72,106],[-69,103],[-69,101],[-51,75],[-22,33],[-68,101],[-70,104],[-67,99],[-73,109],[-69,103],[-69,102],[-71,105],[-70,104],[-73,108],[-70,103],[-70,104],[-69,102],[-72,106],[-131,193],[-28,43],[-49,-34],[0,0],[-39,-28],[-23,31],[-185,251],[-67,88],[-173,228],[-72,94],[-82,95],[-2,3],[97,89],[-30,38],[-41,-36],[-252,-226],[-245,-228],[-253,-229],[-233,-210],[-144,-122],[-40,-35],[-16,-17],[-3,-12],[-3,-5],[-5,-8],[-43,-39],[-45,-35],[-106,-81],[-52,-45],[-23,-20],[-100,-89],[-99,-87],[-53,-49],[-17,-16],[-4,-19],[7,-13],[33,-122],[-17,4],[-18,0],[-11,-5],[-29,-12],[-55,-37],[-51,-40],[-17,-14],[17,-28],[3,1],[26,-1],[28,-11],[29,-21],[29,-27],[11,-10],[21,-27],[14,-25],[7,-22],[9,-33],[10,-63],[19,-123],[10,-35],[16,-40],[12,-25],[9,-20],[76,-134],[28,-51],[11,-29],[14,-47],[6,-28],[8,-35],[5,-18],[12,-48],[11,-59],[4,-48],[2,-49],[0,-46],[-5,-67],[-10,-89],[-2,-16],[-4,-42],[-1,-8],[-5,-31],[-6,-77],[-2,-34],[-5,-40],[0,-44],[3,-30],[4,-45],[7,-38],[12,-42],[9,-31],[3,-15],[4,-11],[12,-37],[5,-12],[10,-29],[14,-29],[21,-41],[41,-77],[67,-116],[63,-99],[19,-31],[58,-101],[41,-76],[19,-38],[41,-86],[21,-46],[20,-51],[27,-77],[11,-52],[6,-27],[2,-12],[1,-5],[3,-14],[15,-68],[2,-13],[1,-5],[2,-6],[6,-33],[5,-22],[4,-22],[2,-9],[2,-10],[2,-8],[6,-25],[14,-45],[1,-1],[0,-1],[12,-39],[103,-249],[86,-203],[61,-144],[63,-140],[27,-57],[17,-33],[39,-67],[33,-59],[49,-89],[33,-64],[19,-39],[42,-88],[2,-6],[6,-14],[24,-58],[40,-89],[21,-41],[-298,-155],[-652,-343],[-153,-81],[-16,-9],[-229,-122],[-325,-170],[-201,-107],[-176,-92],[-21,-13],[-46,-23],[3,-2],[161,-370],[33,-75],[247,-573],[298,-680],[67,-154],[88,-206],[74,-168],[28,-68],[10,-34],[0,0],[3,-24],[10,-189],[4,-92],[10,-211],[11,-229],[9,-212],[21,2],[1,-24],[1,-20],[91,5],[262,20],[251,17],[258,20],[137,8],[1,-22],[6,-128],[6,-127],[6,-129],[6,-126],[7,-127],[5,-127],[7,-129],[6,-126],[7,-132],[6,-125],[7,-124],[7,-131],[9,-195],[10,-187],[10,-189],[9,-196],[6,-125],[26,-512],[6,-127],[7,-127],[14,-293],[12,-222],[2,-29],[1,-12],[2,-17],[7,-52],[13,-63],[21,-69],[-50,-28],[-151,-94],[-42,-26],[-142,-88],[-30,-18],[-446,-275],[-92,-57],[-76,-46],[0,0],[-188,-116],[-53,-32],[-144,-90],[-132,-83],[-112,-69],[-161,-99],[-14,-9],[-33,-20],[-41,-26],[-269,-165],[-60,-36],[-88,-48],[-12,-2],[-2,1],[-18,-11],[-33,-19],[-34,-15],[-54,-24],[-65,-30],[-61,-26],[-41,-23],[-16,-12],[-46,-20],[0,22],[-4,280],[-4,264],[-3,139],[-5,8],[-8,6],[-9,4],[-15,3],[21,4],[9,6],[3,6],[2,44],[-1,105],[-1,18],[-3,53],[-10,113],[-10,65],[-4,13],[-5,6],[-9,5],[-19,3],[18,8],[8,9],[4,10],[0,36],[-2,88],[2,87],[-4,99],[-5,17],[-2,11],[0,12],[7,16],[7,26],[3,21],[-2,72],[-17,183],[-5,25],[2,16],[6,34],[1,18],[0,52],[-2,21],[1,8],[4,10],[1,14],[-3,29],[-3,22],[1,19],[1,55],[-2,52],[-6,11],[-7,8],[-8,4],[-13,0],[-21,-7],[-92,-43],[-141,-68],[-8,-1],[-26,-2],[-17,-2],[-17,-1],[-23,1],[-11,4],[-8,-1],[-9,-3],[-3,-4],[-4,-9],[0,-16],[-3,-6],[-113,-59],[-6,-4],[-3,-6],[1,-6],[7,-5],[12,1],[15,6],[48,32],[14,6],[11,0],[7,-4],[6,-8],[1,-5],[2,-8],[-4,-6],[-8,-1],[-26,-16],[-8,-9],[-8,-11],[-2,-15],[-5,-3],[-11,4],[-20,3],[-18,-5],[-16,-9],[-5,2],[-1,8],[-1,37],[-4,2],[-6,-3],[-5,-15],[-1,-17],[1,-27],[1,-13],[-10,-18],[-10,-18],[-6,-8],[-3,1],[-3,7],[-5,25],[0,33],[3,44],[1,41],[-4,45],[4,31],[4,21],[20,35],[-10,0],[-11,-9],[-12,-12],[-14,-19],[-7,-5],[-11,-3],[-35,-15],[-39,-15],[-301,-135],[-20,-9],[-18,55],[-35,116],[-23,72],[-28,98],[-11,35],[158,87],[-60,128],[-9,25],[-23,108],[-11,60],[-6,28],[9,9],[165,106],[1,3],[-172,235],[-136,183],[-54,75],[-163,224],[-11,11],[-130,-127],[-113,-112],[-22,-22],[-19,-29],[-11,-24],[-9,-13],[-10,-6],[-11,-4],[-21,1],[-11,3],[-9,4],[-11,0],[-6,1],[61,58],[-143,228],[-97,158],[-32,52],[-136,233],[-81,138],[-44,75],[-20,26],[-17,21],[-11,11],[-9,9],[-1,8],[2,12],[19,24],[12,14],[2,7],[-1,8],[-12,11],[-9,8],[-5,9],[-28,105],[-4,6],[-7,3],[-16,-2],[-80,-18],[-22,-2],[-33,-1],[-22,-6],[-36,-10],[-33,-5],[-35,-5],[-35,-2],[-44,-1],[-17,-3],[-15,-6],[-14,-10],[-19,-13],[-17,-9],[-23,-8],[-50,-14],[-172,-49],[-19,23],[-25,21],[-20,11],[-39,11],[-30,0],[-27,-5],[-27,0],[-13,5],[-17,9],[-14,5],[-11,3],[-16,-2],[-20,-10],[-24,-17],[-10,35],[-55,-51],[-26,-8],[-100,3],[-25,9],[-27,24],[-29,28],[-11,0],[-13,1],[-64,-9],[-43,12],[-62,27],[-16,3],[-27,-6],[-51,-24],[-63,-43],[-27,-19],[-19,-25],[-17,-47],[-24,-104],[-19,-90],[-20,-68],[-8,-16],[-7,-11],[-16,-15],[-18,-18],[-5,-10],[-8,-28],[-6,-34],[-5,-11],[-5,-7],[-7,-3],[-17,0],[-4,-4],[-7,-16],[-9,-12],[-11,-12],[-28,-23],[-35,-30],[-4,-7],[0,-10],[2,-8],[31,-39],[1,-10],[-1,-5],[-26,-27],[-7,-11],[-2,-41],[-11,-36],[-81,-259],[-10,-35],[-4,-33],[-9,-36],[-11,-24],[-26,-51],[-11,-19],[-126,96],[-126,96],[-37,29],[-166,130],[-26,21],[-242,195],[23,71],[6,25],[4,14],[20,301],[9,144],[3,63],[2,19],[-8,4],[1,22],[20,421],[10,176],[15,286],[13,214],[3,23],[7,38],[11,56],[34,170],[9,46],[-1,14],[-13,15],[-31,27],[-40,34],[-36,27],[-180,159],[-53,46],[-107,89],[-333,287],[-25,19],[-242,209],[-128,109],[-138,119],[-111,95],[-88,72],[-124,91],[-197,143],[-216,154],[-233,171],[-110,80],[-57,39],[-342,252],[-298,221],[-20,15],[-107,80],[-156,115],[-216,159],[-71,55],[-135,113],[-169,139],[-43,37],[-44,36],[-126,114],[-75,65],[-14,10],[-17,13],[-35,24],[-46,31],[-86,60],[-59,51],[-25,12],[-3,2],[-89,82],[-31,29],[-190,153],[-185,155],[-127,110],[-23,20],[-32,35],[-53,37],[-502,417],[-78,64],[-56,50],[-87,74],[-71,63],[-16,10],[-81,69],[-87,73],[-172,160],[-205,200],[-57,61],[-130,131],[-73,74],[-210,213],[-91,90],[-90,92],[-129,130],[-136,143],[-104,111],[-91,98],[-261,284],[-98,105],[-30,32],[-190,200],[-157,187],[-167,220],[-149,196],[-163,263],[-437,668],[-13,19],[-213,314],[-294,453],[-67,98],[-81,118],[-21,44],[-77,135],[-206,320],[-110,180],[-26,43],[-190,315],[-93,162],[-212,373],[-71,132],[-112,196],[-135,247],[-271,494],[-111,200],[539,424],[30,24],[20,-29],[0,-3],[0,-12],[9,-28],[19,-24],[0,-2],[16,5],[33,27],[327,344],[25,23],[-20,32],[-16,19],[-8,12],[-12,17],[-9,14],[-29,79],[-39,51],[-29,35],[-8,30],[-11,26],[-24,29],[-8,11],[-13,26],[21,-14],[2,3],[72,70],[169,165],[287,301],[83,88],[-4,44],[115,101],[31,34],[10,34],[51,40],[35,33],[243,230],[60,53],[12,9],[14,9],[6,0],[6,-4],[7,-17],[4,-19],[4,-16],[31,-53],[-6,-6],[-3,-11],[0,-13],[45,36],[23,18],[222,208],[44,42],[57,42],[76,67],[84,78],[62,72],[9,12],[14,13],[17,17],[48,44],[126,119],[22,21],[11,10],[50,44],[76,73],[42,42],[33,27],[14,8],[2,2],[23,17],[77,69],[23,20],[31,25],[39,36],[13,11],[151,130],[183,149],[159,133],[156,127],[19,14],[15,2],[135,77],[6,15],[235,192],[122,100],[188,159],[8,6],[87,82],[63,53],[32,25],[13,2],[8,-10],[10,-10],[53,-6],[34,-8],[17,2],[36,21],[31,19],[23,2],[29,-7],[18,-1],[25,11],[85,50],[15,6],[16,-6],[19,0],[11,9],[146,128],[3,-5],[15,-18],[23,-8],[13,-8],[10,-17],[13,-34],[13,-22],[84,58],[83,65],[291,226],[34,34],[183,146],[68,51],[45,31],[21,16],[7,6],[4,2],[71,49],[-35,58],[-37,52],[-39,54],[-20,33],[-25,36],[-22,28],[-15,19],[-42,45],[-11,13],[-2,12],[5,9],[11,10],[38,22],[18,0],[13,-9],[74,-34],[13,-7],[42,-15],[61,-16],[47,-9],[47,-7],[55,-1],[22,5],[44,10],[28,6],[69,20],[63,23],[29,12],[-20,70],[1,7],[0,0],[-11,40],[-8,22],[-30,78],[-17,34],[-18,25],[-49,53],[-48,47],[-172,164],[-31,29],[-93,86],[-40,28],[69,58],[138,119],[129,110],[148,121],[103,74],[74,53],[21,16],[17,12],[9,6],[51,34],[48,34],[76,68],[5,15],[3,29],[15,14],[84,72],[146,124],[139,120],[48,45],[33,32],[50,52],[9,6],[40,28],[19,17],[6,1],[37,30],[18,14],[51,17],[57,-2],[31,4],[33,22],[180,156],[0,0],[3,41],[28,-15],[52,-82],[6,-1],[20,18],[157,132],[102,85],[139,118],[123,106],[109,91],[77,64],[126,108],[218,174],[16,-164],[17,-131],[0,0],[1,-8],[4,-56],[1,-56],[-2,-34],[-4,-32],[-11,-78],[0,-32],[0,-2],[8,-30],[45,-144],[9,-45],[1,-5],[14,-114],[25,-207],[2,-10],[22,-192],[8,-79],[13,-90],[4,-24],[-104,-86],[33,-71],[0,-5],[-92,-82],[-53,25],[-8,0],[-145,-121],[-2,-6],[10,-16],[0,-5],[-10,-9],[-15,16],[-4,1],[-25,-20],[-90,-78],[-3,-5],[4,-5],[-1,-8],[-8,-5],[-5,0],[-3,4],[-7,1],[-72,-62],[-25,-20],[-1,-7],[3,-8],[1,-5],[-6,-7],[-6,0],[-5,8],[-9,-1],[-216,-184],[0,-7],[11,2],[36,7],[42,7],[48,6],[54,5],[132,0],[94,-7],[94,-13],[88,-12],[17,-1],[43,-14],[2,-1],[64,-25],[55,-21],[30,-13],[65,-28],[68,-37],[17,-11],[75,-48],[123,-83],[13,1],[4,4],[28,4],[3,-10],[9,-25],[14,-22],[19,-23],[204,-214],[86,-90],[24,29],[-17,18],[194,151],[35,29],[269,223],[6,0],[74,-113],[8,-11],[12,-18],[86,-126],[8,-5],[9,-1],[5,2],[15,8],[171,134],[243,197],[8,2],[6,-1],[87,-116],[49,-70],[10,-15],[0,-18],[-7,-8],[-44,-30],[-10,-12],[-4,-9],[2,-18],[15,-19],[85,-118],[5,-8],[1,-12],[-5,-10],[-21,-19],[-123,-103],[-127,-103],[-345,-287],[-56,-44],[-29,-25],[-8,-11],[-3,-16],[2,-47],[-21,-31],[220,-227],[92,-96],[114,-106],[145,-116],[44,-37],[44,-34],[142,-100],[80,-48],[59,-35],[103,-58],[25,28],[-4,10],[94,80],[68,63],[160,135],[43,39],[34,30],[4,3],[2,1],[7,3],[6,0],[5,-1],[10,-5],[7,-6],[8,-6],[30,-31],[50,-71],[44,-60],[105,-145],[20,-28],[1,-3],[8,-26],[2,-4],[19,-29],[25,-30],[21,-11],[12,-4],[22,-3],[12,6],[22,16],[52,45],[35,24],[37,21],[26,22],[45,43],[93,86],[94,85],[22,8],[15,-2],[29,-6],[100,-134],[93,-126],[21,-28],[53,-71],[54,-65],[21,-9],[11,-1],[18,8],[35,32],[57,56],[170,166],[168,157],[44,38],[25,16],[14,5],[19,-1],[52,-50],[21,-20],[117,-151],[114,-147],[89,-116],[34,-44],[93,-120],[93,-119],[15,-19],[92,-118],[16,-13],[14,-5],[6,-1],[12,1],[9,5],[94,92],[14,12],[14,0],[1,-3],[11,-13],[42,-55],[17,-23],[53,-70],[2,-1],[-14,-16],[-10,-12],[-504,-512],[-17,-17],[-4,-5],[-11,-11],[-189,-191],[71,-40],[104,-55],[77,-39],[68,-29],[47,-21],[166,-62],[42,-14],[65,-22],[63,-15],[84,-16],[47,-8],[72,-10],[129,-11],[112,-9],[119,-5],[78,-4],[125,-2],[208,-3],[82,88],[284,285],[158,162],[85,85],[29,31],[3,4],[87,-50],[177,-102],[187,-108],[174,-103],[116,-70],[195,-114],[15,-8],[293,-153],[522,-13],[28,0],[3,20],[8,19],[18,21],[57,65],[19,21],[41,44],[117,122],[11,11],[19,-24],[16,18],[243,-160],[138,-92],[56,-36],[170,-3],[261,-3],[14,4],[10,8],[37,511],[7,7],[10,1],[253,8],[255,10],[18,-1],[8,0],[5,-2],[7,-6],[2,-10],[-2,-104],[-9,-241],[0,-26],[11,-13],[27,-13],[126,-50],[33,-11],[39,-5],[42,5],[128,21],[153,7],[79,3],[42,-1],[2,4],[37,189],[7,17],[16,0],[86,-32],[173,-69],[60,-24],[26,-11],[131,-61],[29,-14],[110,-50],[57,-28],[28,-17],[-109,-196],[-186,-345],[145,-85],[196,-113],[111,-63],[266,-162],[26,151],[5,-1],[36,1],[245,4],[28,1],[149,6],[21,1],[29,4],[109,57],[44,21],[95,54],[30,10],[165,20],[127,12],[25,0],[158,-22],[14,-3],[64,-12],[345,-60],[26,-5],[-4,-32],[-14,-129],[1,-29],[8,-13],[33,2],[205,13],[62,3],[-2,-32],[-49,-760],[-2,-34],[-8,-93],[-429,61],[-127,24],[-123,27],[-97,23],[-100,31],[-75,24],[-75,30],[-82,37],[-90,45],[-164,92],[-315,181],[-16,-34],[-27,-44],[-66,-116],[-5,-19],[3,-17],[11,-18],[53,-61],[11,-18],[2,-26],[-3,-25],[-11,-13],[-103,-104],[-100,-89],[-123,-109],[-22,-17],[0,-5],[-19,-17],[13,-9],[159,-116],[65,-52],[4,-4],[23,-21],[23,-14],[16,-15],[18,-19],[13,-11],[54,-62],[221,-290],[234,-307],[86,-110],[25,-33],[7,-11],[37,-43],[3,-5],[19,-25],[230,-320],[13,-19],[137,-193],[136,-191],[24,-34],[132,-182],[16,-22],[65,-91],[79,-114],[3,-7],[21,-32],[43,-59],[124,-175],[70,-99],[11,-16],[43,-63],[189,-273],[352,-524],[15,-22],[26,-34],[32,-48],[166,-246],[109,-160],[69,-101],[-196,-106],[-10,-6],[-109,-58],[-565,-303],[-214,-117],[-16,-10],[-180,-95],[-719,-389],[-168,-90],[-22,-11],[67,-99],[76,-112],[67,-98],[75,-110],[70,-103],[67,-100],[75,-111],[64,-94],[75,-111],[65,-96],[67,-97]],[[555822,720677],[-82,-76],[-5,6],[-19,-19],[22,-31],[10,-7],[15,-34],[19,-32],[11,-33],[84,-123],[9,-25],[13,-20],[22,-31],[31,-42],[6,-13],[35,-35],[1,-16],[8,-14],[11,-11],[12,-6],[11,-11],[7,-12],[-67,-53],[-10,-11],[-45,-48],[-12,-22],[-1,-10],[70,-77],[-18,-23],[157,-202],[82,-85],[-1,-63],[17,5],[15,-4],[21,-14],[35,-30],[22,-31],[13,-23],[1,-16],[-5,-14],[-40,-43],[-7,-16],[-5,-14],[0,-47],[6,2],[13,-1],[13,-5],[16,-13],[7,-7],[0,-17],[-6,-15],[-12,-21],[-5,-12],[2,-21],[25,-24],[6,-8],[-10,-24],[2,-5],[36,-38],[70,-72],[121,151],[7,-5],[-50,-64],[73,-75],[2,0],[-18,-28],[-39,-49],[40,-44],[17,0],[36,42],[26,28],[185,-191],[69,-71],[32,-18],[24,2],[73,54],[68,-7],[70,-7],[40,1],[8,22],[16,65],[29,-48],[-14,-19],[40,-38],[-9,-13],[64,-58],[12,28],[3,-7],[76,-31],[45,113],[36,-17],[16,-11],[-47,-47],[-14,-18],[-8,-13],[-3,-8],[-1,-9],[1,-8],[5,-7],[10,-10],[12,-8],[62,-45],[22,-15],[169,-114],[6,-7],[70,122],[20,-12],[24,-13],[-26,-62],[87,-78],[-47,-73],[31,-22],[22,-17],[8,13],[19,-15],[20,-16],[46,-38],[36,58],[88,-81],[-54,-78],[35,-32],[41,67],[90,-70],[25,37],[159,-124],[-5,-10],[61,-59],[60,89],[14,-24],[20,-35],[-94,-102],[-2,-5],[0,-7],[4,-10],[42,-48],[8,-9],[23,-26],[16,-14],[27,25],[56,-67],[-66,-132],[22,-18],[45,-32],[31,58],[61,-40],[17,23],[16,19],[29,40],[27,40],[24,-16],[11,-7],[38,-24],[4,-1],[-18,-78],[15,-4],[5,9],[42,-22],[73,-37],[92,-48],[4,7],[124,-75],[44,-25],[2,-5],[128,-86],[47,75],[34,53],[10,15],[36,70],[63,-44],[43,-26],[21,-14],[-13,-24],[21,-15],[29,-16],[26,-13],[17,-7],[85,138],[-41,46],[-10,12],[-5,5],[-36,41],[-20,21],[-14,17],[-72,78],[-34,27],[-36,24],[-33,13],[-34,9],[-96,17],[-104,16],[-99,18],[-45,8],[-51,8],[-46,12],[-40,19],[-70,43],[-77,52],[-44,35],[-45,48],[-104,119],[-57,79],[-41,60],[-19,36],[-34,56],[-22,42],[-25,62],[-15,40],[-17,40],[-16,25],[-21,31],[-13,15],[-3,3],[-11,2],[-9,8],[-22,18],[14,21],[12,16],[15,22],[8,13],[9,17],[13,21],[-16,15],[-26,26],[-56,53],[-6,7],[-1,4],[141,210],[5,11],[-1,13],[-5,6],[-107,93],[-35,30],[-93,74],[-15,12],[-21,-29],[-90,81],[-285,-386],[-54,-74],[-28,-6],[-20,-2],[-19,4],[-16,6],[-130,94],[-29,25],[148,206],[-60,49],[-160,-210],[-26,14],[-42,17],[-37,11],[-14,3],[-24,5],[-89,3],[-80,4],[-76,6],[-31,3],[-34,8],[-24,8],[-31,19],[-17,6],[-35,31],[-42,40],[-37,38],[-42,41],[-31,36],[-19,26],[-8,22],[-6,28],[-1,29],[1,45],[0,43],[-3,36],[-7,29],[-6,20],[-13,28],[-12,24],[-15,20],[-38,38],[-24,26],[-15,17],[-27,31],[-33,35],[-87,98],[-105,119],[-134,148],[-56,64],[-42,47],[-4,15],[10,64],[-114,164],[-8,17],[-9,27],[-15,63],[-10,30],[-19,28],[-28,16],[-43,17],[-10,1],[-13,-10],[-17,-16]],[[559784,710773],[17,-18],[0,0],[11,7],[7,1],[7,1],[15,-4],[28,-5],[23,-1],[20,-13],[37,-24],[17,-10],[0,0],[12,2],[14,-1],[8,-2],[13,-9],[15,-12],[10,-8],[10,-7],[24,-14],[7,-3],[0,0],[14,-4],[22,-2],[8,1],[22,0],[27,6],[13,5],[21,7],[13,5],[0,0],[17,7],[20,12],[10,5],[70,-81],[40,60],[29,-21],[49,67],[22,20],[-92,63],[4,4],[6,6],[12,14],[15,22],[12,26],[1,11],[2,10],[2,21],[5,6],[5,1],[32,38],[-28,10],[0,0],[-19,7],[-57,25],[-65,33],[-51,25],[-106,53],[0,0],[11,56],[2,26],[-2,21],[-6,17],[-10,18],[-14,11],[-194,118],[-4,1],[-2,-3],[-18,-41],[-121,18],[-12,-1],[-5,-3],[-7,-11],[2,-11],[1,-15],[3,-23],[5,-42],[0,0],[-24,1],[-9,1],[-48,3],[-33,2],[-26,7],[-28,13],[-23,17],[-22,24],[-3,4],[-5,6],[-12,14],[-17,21],[-26,32],[-29,38],[-21,21],[-11,6],[-8,5],[-12,3],[-8,3],[-17,0],[-7,0],[-29,-4],[-20,-6],[-34,-10],[-10,-3],[-5,-4],[-7,-7],[-4,-7],[-6,-9],[-2,-14],[5,-17],[0,0],[20,-37],[11,-20],[22,-40],[19,-35],[15,-26],[7,-10],[4,-6],[21,-22],[67,-56],[223,-195],[68,-58],[24,-24],[11,-22],[3,-19],[-4,-27],[-9,-21]],[[496042,167325],[3,-18],[-29,-6],[-31,-13],[-71,-48],[-30,-24],[-306,-235],[109,-176],[290,220],[115,-184],[25,-35],[9,-21],[4,-10],[18,-34],[79,-125],[24,-30],[17,-19],[15,-24],[85,-136],[76,-121],[164,62],[679,256],[114,42],[10,2],[22,-19],[428,-258],[67,-40],[27,-17],[24,-14],[91,-55],[339,-209],[400,-247],[68,-42],[232,-150],[23,-17],[30,-20],[0,-16],[-71,-199],[-64,-179],[-8,-22],[-109,-306],[-14,-29],[-15,-19],[-19,-16],[-36,-18],[-26,-7],[-27,-6],[-26,-5],[-582,-53],[-4,-25],[-1,-12],[-9,-13],[-87,-65],[-257,-196],[-45,-34],[-61,-47],[266,-415],[-272,-208],[293,-475],[-30,-22],[18,-30],[-549,-449],[465,-731],[64,-104],[-534,51],[-32,4],[-809,89],[-32,-1],[17,-31],[471,-799],[11,-20],[-29,-1],[-110,50],[-79,36],[-84,38],[-90,41],[-83,37],[-99,45],[-61,28],[-19,9],[-67,30],[-133,60],[-208,95],[-592,269],[-910,417],[-23,10],[-474,220],[-165,77],[-106,46],[-131,58],[-422,195],[-40,22],[-26,27],[-121,164],[-155,209],[-16,21],[-23,30],[-130,172],[-218,297],[-26,-16],[-49,-30],[-14,3],[-19,-9],[-102,-62],[-15,19],[-333,455],[-28,38],[-17,20],[-124,161],[-79,104],[-158,206],[-275,376],[-242,319],[-42,56],[-303,406],[-78,-45],[-17,-10],[-21,-13],[-146,-92],[-87,117],[-189,256],[-11,14],[71,44],[303,185],[27,17],[70,42],[400,241],[321,191],[332,199],[16,9],[24,14],[382,228],[32,20],[186,113],[1084,662],[290,175],[267,162],[0,0],[42,26],[26,16],[471,286],[34,17],[422,262]],[[494859,169036],[15,-27],[36,-55],[171,-281],[65,-108],[7,-12],[194,-318],[188,-309],[395,-644],[16,12],[26,14],[45,11],[25,6]],[[498196,171289],[-34,63],[-204,382],[-13,29],[-4,8],[-76,147],[-384,-241],[0,1],[-45,-28],[-21,-11],[-26,-15],[-37,-19],[-167,307],[-843,-551],[-122,-71],[-174,-115],[-148,-99],[-79,-345],[-126,-346],[-18,-49],[-30,-20],[-46,-12],[-215,-54],[-161,-41],[-23,6],[-25,6],[-24,7],[-26,7],[-26,6],[-26,7],[-26,7],[-24,7],[-25,6],[-25,7],[-26,7],[-26,6],[-28,8],[-23,6],[-25,7],[-25,6],[-27,7],[-27,7],[-20,6],[-33,9],[-565,162],[-80,1]],[[494068,170507],[-285,531],[4,6],[388,263],[65,35],[-1005,2020],[-271,545],[8,36],[2,30],[-7,22],[-8,11],[-23,10],[-34,15],[-16,11],[-383,785],[-11,23],[-77,158],[-162,332],[-25,52],[-91,186],[-32,100],[-26,-2],[-32,24],[-45,-5],[-20,-17],[-35,0],[-84,-4],[-573,-25],[-25,-1],[-197,-9],[-25,-1],[-419,-20],[-94,-3],[-67,-6],[-58,-4],[-202,-13],[-261,-15],[-102,-5],[-20,4],[-31,7],[-8,1],[-9,1],[-27,-1],[-28,-7],[-26,-10],[-7,-2],[-2,9],[32,73],[32,75],[17,45],[63,147],[84,196],[81,189],[22,21],[39,78],[12,43],[0,12],[112,211],[124,234],[210,403],[13,29],[7,17],[6,10],[217,418],[204,385],[10,19],[4,11],[9,21],[171,322],[87,159],[21,46],[62,114],[52,92],[16,26],[76,126],[104,161],[272,426],[228,360],[61,95],[17,28],[0,12],[1,9],[7,5],[60,72],[1,6],[65,101],[10,12],[2,3],[12,15],[11,21],[4,10],[22,89],[179,716],[133,543],[61,242],[74,295],[120,484],[7,39],[1,18],[1,47],[-9,36],[-1,138],[-1,19],[-8,295],[-3,108],[0,38],[-1,42],[-5,172],[-3,43],[0,27],[17,242],[50,711],[21,254],[8,26],[14,29],[61,102],[269,444],[8,15],[15,29],[35,80],[20,37],[18,29],[1,39],[-4,6],[2,110],[23,551],[0,22],[3,64],[11,207],[0,16],[0,19],[0,33],[15,297],[1,4],[564,-28],[43,4],[28,8],[-4,25],[-4,37],[-47,441],[2,22],[11,21],[239,397],[17,29],[-10,-1],[-218,54],[-250,63],[-36,16],[-32,20],[-31,29],[-16,28],[-32,93],[124,11],[222,12],[33,-5],[15,20],[0,7],[92,158],[11,13],[72,6],[79,-32],[499,411],[12,6],[28,46],[37,60],[0,10],[24,-28],[589,-523],[24,-24],[24,-27],[361,-317],[570,-498],[341,-299],[115,-102],[30,-19],[32,-11],[56,-12],[67,-7],[133,-34],[535,-148],[481,-133],[33,24],[17,12],[-4,25],[5,30],[84,317],[62,247],[8,24],[0,33],[20,-3],[62,3],[18,-10],[51,-17],[116,-40],[7,18],[6,24],[83,250],[54,162],[21,63],[64,9],[-3,30],[-4,8],[-25,251],[-4,23],[-3,114],[-678,428],[4,8],[17,10],[-34,25],[-150,91],[-36,24],[118,190],[34,56],[19,32],[151,251],[92,154],[11,-1],[19,-6],[-26,53],[7,5],[5,13],[1,11],[-14,21],[-3,21],[-54,121],[59,35],[0,0],[51,-114],[13,-29],[40,-89],[99,-212],[22,-35],[41,-50],[119,-150],[48,-67],[150,-196],[153,-206],[-75,-96],[-12,-17],[-52,-66],[114,-259],[235,-539],[61,-138],[65,-148],[34,-21],[127,-88],[50,-35],[6,1],[83,124],[18,23],[173,-203],[-44,-72],[-26,-43],[-1,-5],[24,-18],[93,-64],[1,-7],[-10,-15],[23,-16],[6,-2],[19,-12],[214,-146],[12,-13],[2,-14],[-6,-23],[-60,-35],[-67,-43],[-44,-37],[-30,-33],[-10,-26],[-30,-70],[-48,-131],[-12,-27],[-30,-35],[-16,-20],[9,-21],[337,-763],[41,21],[18,-42],[64,-144],[26,-55],[185,-422],[49,-105],[45,-110],[131,-300],[73,-167],[177,181],[136,139],[-120,200],[17,17],[162,161],[14,14],[70,70],[12,12],[233,-267],[-14,-14],[-1,-7],[-39,-42],[36,-45],[23,-32],[20,-20],[36,-36],[66,-81],[413,421],[6,1],[13,12],[482,-507],[274,350],[26,-21],[142,-123],[187,-167],[14,-12],[14,-14],[75,-68],[25,-21],[3,-7],[28,-28],[8,-3],[45,-37],[-30,-43],[-12,-17],[-36,-60],[-18,-39],[-13,-48],[-5,-31],[0,-238],[3,-253],[-3,-229],[0,-23],[-4,-9],[-10,-7],[-14,0],[-306,-22],[-115,-9],[-17,-2],[-8,-21],[-131,-447],[-18,-16],[-154,-503],[-7,-17],[-79,-264],[175,-64],[-1,0],[-43,1],[-56,-8],[-44,-13],[-28,-9],[-21,-2],[-18,6],[-85,35],[-361,149],[-145,59],[-19,15],[-11,19],[-22,40],[-52,27],[-9,-16],[-11,-12],[-21,-10],[-29,-4],[-9,0],[-45,19],[-213,85],[-31,11],[-80,27],[-54,10],[-95,12],[-244,24],[-212,23],[-66,6],[-7,5],[-17,0],[-107,3],[-35,-3],[-41,-5],[-133,-17],[-265,-29],[-33,-2],[-48,-8],[-227,-27],[-22,0],[-6,-23],[-55,-164],[-18,-48],[-102,-288],[-8,-20],[-181,-524],[-338,-957],[-6,-5],[-128,25],[-1,-39],[-2,-26],[43,-479],[53,-660],[69,-2],[318,-10],[-1,-16],[-20,-144],[128,-7],[102,-23],[26,-2],[46,-7],[103,-18],[-25,-85],[-12,-37],[-214,-606],[-274,-786],[-570,170],[-7,4],[-6,-17],[-23,6],[-29,-135],[-37,-173],[-33,-153],[-65,-298],[-8,-14],[-163,70],[-273,114],[-4,-3],[-133,-533],[-82,-341],[-109,-403],[-11,-33],[-6,-18],[4,-13],[2,-23],[30,0],[5,6],[6,-1],[50,3],[202,14],[91,-1],[135,-5],[33,-2],[185,-3],[10,0],[48,4],[9,2],[91,18],[161,14],[202,12],[703,33],[324,10],[387,22],[156,9],[7,-25],[57,-120],[39,-65],[27,-41],[51,-82],[32,-51],[42,-72],[160,-262],[164,-269],[17,-27],[76,-123],[19,-27],[15,-21],[42,-55],[53,-78],[117,-145],[-238,-121],[-109,-55],[-189,-92],[-30,-14],[-331,-160],[-116,-68],[-18,-10],[-279,-166],[-125,250],[-438,-269],[-19,-12],[-322,-198],[-219,-135],[-71,-43],[-362,-223],[-205,-129],[-18,-11],[12,-9],[121,-247],[138,-279],[103,-224],[11,-26],[110,-280],[11,-19],[48,-107],[2,-5],[27,-63],[-101,-59],[-156,-95],[-548,-335],[-20,-12]],[[498522,185702],[475,-139],[5,21],[18,75],[26,-7],[69,302],[93,407],[84,357],[9,64],[-72,2],[-208,56],[-3,4],[-20,-14],[-7,-4],[-141,40],[-47,14],[-4,-26],[-5,-6],[-91,-377],[-177,-752],[-4,-17]],[[501890,195230],[-141,-221],[-127,-192],[-249,-379],[-15,-20],[-9,-14],[-370,-576],[-22,9],[-43,-70],[-34,-53],[-164,-262],[-13,-24],[-5,-13],[-24,-72],[-1,-5],[-16,-6],[-13,-4],[-8,-10],[-13,-23],[-8,-8],[-11,-6],[-15,-2],[-20,-34],[1,-4],[7,-22],[9,-31],[8,-23],[106,-470],[83,-358],[8,-36],[44,-194],[83,-382]],[[500918,191725],[17,-79],[11,-63],[-2,-64],[-33,-243],[-68,-504],[-46,-360],[-20,-154],[-43,-299],[-29,-94],[-9,-59],[-43,-259],[-20,-151],[-11,-74],[-24,-121],[-14,-90],[-3,-22],[-39,-306],[-60,-431],[-4,-29],[-3,-27],[-4,-33],[-35,-232],[-11,-85]],[[500425,187946],[-90,85],[-95,96],[-116,137],[-26,33],[-50,65],[-136,193],[-3,5],[-28,48],[-44,74],[-72,117],[-69,128],[-20,46],[-146,324],[0,0],[-261,578],[-15,33],[-11,-26],[-6,-7],[-16,0],[-28,7],[-23,14],[-65,98],[5,31],[-142,196],[-124,151],[-2,14],[-19,27],[-15,14],[-161,161],[-189,172],[-65,50],[-107,93],[-44,42],[-28,38],[-32,59],[-43,89],[-21,53],[-53,0],[0,0],[-48,1],[-31,2],[-13,10],[-23,24],[-39,38],[-31,27],[-271,217],[-21,14],[-441,353],[13,17],[13,9],[-37,32],[-150,130],[-56,54],[-29,28],[-43,42],[-11,11],[-15,16],[-36,38],[-129,161],[-10,14],[-17,24],[-28,38],[-40,58],[-47,69],[-14,22],[-37,56],[-13,18],[-20,30],[-48,79],[-64,80],[-66,70],[-73,66],[-81,59],[-130,99],[-53,43],[-4,5],[2,6],[20,27],[12,18],[5,7],[189,261],[7,12],[14,21],[10,17],[131,174],[33,51],[16,23],[14,21],[84,118],[16,22],[32,45],[111,152],[119,73],[14,-14],[10,24],[12,12],[6,7],[18,8],[156,-405],[704,321],[3,1],[-2,7],[-101,335],[94,41],[29,11],[0,1],[-25,92],[-68,237],[-8,27],[-66,242],[-8,29],[-43,159],[-16,58],[-8,31],[0,0],[-38,142],[-57,209],[-15,48],[9,5],[226,87],[144,54],[454,171],[7,3],[31,14],[25,11],[204,76],[78,32],[241,91],[279,106],[27,12],[34,14],[73,31],[309,113],[404,148],[31,8],[4,-7],[5,-23],[263,-239],[83,-72],[416,-344],[295,-250],[19,-14],[58,-50],[272,-228],[230,-198],[16,-13],[16,-14],[21,-27],[10,-3],[28,-8],[19,-22],[26,-20],[27,-17],[16,-12],[15,-20],[13,-7],[14,-4],[3,0],[11,20],[18,19],[9,2],[6,-1],[6,-13],[11,-15],[11,-9],[5,-18],[6,-6],[13,-5],[10,-6],[5,-8],[6,-23]],[[490758,170233],[396,-511],[369,-486],[2,-3],[22,-43],[3,-35],[35,-5],[21,20],[50,-49],[34,-44],[13,-26],[143,-390],[3,-30],[-17,-57],[-12,-63],[-10,-21],[-14,-43],[-23,-23],[-621,-372],[-158,-95],[13,-27],[-22,-14],[-50,-30],[-405,-248],[-47,-24],[45,-90],[2,-5],[0,-30],[284,-562],[1,-1],[12,-9],[18,-4],[-39,-28],[-9,-9],[1,-14],[31,-45],[17,-25],[-316,-192],[-80,-48],[-68,-42],[-107,-64],[-112,-68],[-107,-66],[-209,-128],[-133,-81],[-218,-134],[-76,-46],[-139,285],[-36,74],[-98,207],[-143,-83],[-50,-30],[-40,83],[-48,104],[-19,-8],[-13,-7],[-14,2],[-12,8],[-20,18],[-16,20],[-11,11],[-12,6],[-12,1],[-130,212],[-1,-1],[-24,55],[-13,27],[-24,19],[-8,14],[-6,14],[-2,26],[-14,37],[-12,20],[-6,18],[-4,23],[-23,-5],[-24,0],[-78,-9],[-104,-13],[-15,-4],[-92,-57],[-172,-104],[-200,-120],[-74,153],[-17,-8],[-28,-19],[-45,-29],[-69,-45],[-73,-49],[-48,-30],[-19,-10],[-74,141],[-75,-41],[-16,25],[-30,64],[-14,28],[-8,5],[-19,-5],[-72,-29],[-55,-25],[-90,192],[-71,147],[-29,60],[-3,-3],[-44,-27],[-194,-116],[-11,-9],[0,-1],[-40,4],[-43,-24],[-10,-6],[-44,-27],[-29,-23],[-6,-4],[-6,-5],[-30,-17],[-159,-98],[-55,-32],[-6,-6],[1,-11],[4,-9],[-221,-124],[-77,-42],[-96,-53],[-37,-20],[-130,-78],[-24,-16],[-63,-35],[2,-6],[82,-172],[-31,-20],[-42,-26],[-46,-28],[-196,-118],[-88,-57],[-17,29],[-80,139],[-15,-9],[-72,-43],[-80,-47],[-74,-45],[-84,-52],[-26,-14],[-226,-138],[-226,-136],[-37,-24],[-6,-8],[-2,-7],[4,-11],[-138,-84],[-217,-132],[-11,-8],[-32,-15],[-509,223],[-147,66],[-122,54],[6,18],[-104,47],[-230,101],[-64,26],[-36,16],[-76,35],[-127,56],[-62,26],[-127,57],[-20,10],[-12,-1],[-36,-20],[-31,-19],[-35,266],[0,0],[-4,41],[-15,110],[203,44],[111,26],[271,59],[495,109],[71,15],[171,38],[4,0],[11,8],[112,111],[41,43],[30,29],[14,39],[110,328],[71,212],[72,211],[32,102],[24,0],[-1,27],[-5,20],[-10,12],[-14,3],[-59,-13],[2,53],[12,129],[35,8],[236,51],[235,50],[128,27],[47,12],[60,14],[751,162],[202,42],[241,52],[29,4],[32,12],[44,-108],[233,57],[63,-110],[35,1],[12,-22],[42,3],[133,4],[67,-147],[59,-128],[1,-16],[12,-8],[-7,-11],[-185,-110],[84,-170],[41,-74],[73,-148],[114,28],[-4,25],[5,6],[94,36],[-11,29],[-18,55],[270,285],[3,8],[-7,13],[-82,142],[426,83],[-4,24],[-44,152],[-1,3],[-1,12],[-107,11],[43,32],[5,23],[117,387],[13,20],[106,357],[12,34],[2,2],[-9,219],[10,33],[3,32],[4,32],[14,30],[11,14],[15,20],[31,43],[14,15],[15,4],[11,0],[12,-2],[4,-1],[-4,121],[134,75],[46,27],[24,14],[299,175],[18,-37],[53,-118],[5,-8],[12,-5],[9,0],[8,-82],[1,-22],[-2,0],[17,-32],[19,2],[212,3],[13,2],[24,18],[19,4],[5,5],[8,6],[13,9],[5,29],[-2,20],[-1,4],[-2,7],[11,230],[1,28],[30,18],[94,55],[31,19],[13,10],[117,5],[237,17],[21,19],[-2,38],[0,158],[213,123],[282,161],[-17,57],[10,54],[3,29],[9,44],[6,55],[65,-13],[114,-24],[39,-13],[26,-11],[93,-50],[32,-22],[38,-28],[12,-9],[15,-14],[3,-54],[8,-5],[128,-111],[67,-68],[79,-90],[97,-99],[58,-60],[64,-80],[18,-26],[5,-20],[18,-20],[49,-32],[18,-29],[20,-30],[16,-27],[20,-16]],[[501598,186664],[5,22],[9,52],[16,97],[42,162],[11,25],[-2,16],[-24,25],[-239,262],[-24,23],[-11,11],[63,86],[136,184],[24,23],[2,1],[149,53],[28,11],[25,16],[114,105],[111,104],[40,30],[40,19],[94,39],[91,38],[21,21],[102,187],[17,32],[96,175],[9,24],[13,32],[0,42],[-3,33],[-61,178],[-41,113],[-52,136],[-58,163],[-51,141],[-24,68],[-54,149],[-13,35],[-2,100],[-4,166],[-4,160],[-8,358],[0,21],[1,8],[178,226],[122,155],[13,19],[39,76],[9,21],[63,135],[52,115],[56,120],[29,68],[4,20],[3,57],[-17,4],[-498,100],[-401,75],[-25,5],[-14,4],[-378,56],[-145,22],[-303,41],[-15,-2],[-7,-6],[-29,4]],[[501890,195230],[51,80],[136,201],[9,28],[99,149],[45,65],[162,241],[86,125],[114,174],[189,279],[29,44],[90,147],[192,302],[34,51],[337,514],[27,32],[5,10],[39,59],[132,205],[111,164],[1,8],[-9,12],[64,93],[157,227],[112,161],[78,111],[12,16],[47,69],[147,214],[82,116],[67,100],[19,28],[6,11],[7,-2],[7,0],[30,10],[177,60],[168,57],[41,14],[212,73],[65,22],[74,25],[174,60],[108,38],[263,89],[179,61],[133,47],[34,11],[103,35],[139,49],[87,30],[192,66],[187,65],[110,38],[137,48],[140,47],[142,49],[143,50],[143,48],[146,51],[288,99],[74,24],[10,5],[2,2],[2,2],[47,7],[32,12],[292,107],[24,7],[18,5],[96,34],[245,87],[8,0],[23,-13],[7,-1],[-70,-27],[-21,-9],[-3,-6],[-1,-14],[29,-119],[34,-146],[13,3],[145,39],[146,33],[44,11],[3,-31],[18,-76],[51,-203],[50,-201],[46,-195],[212,56],[31,8],[180,47],[85,24],[52,14],[139,38],[81,21],[57,19],[93,45],[18,-28],[15,-23],[38,-37],[65,-60],[123,-110],[62,-57],[26,-30],[17,-28],[-55,-19],[-373,-143],[-72,-26],[-259,-97],[-84,-31],[-357,-133],[74,-240],[52,-178],[127,47],[33,13],[71,-105],[110,-155],[85,32],[18,7],[203,77],[15,6],[9,-34],[32,-56],[96,78],[-15,23],[5,3],[63,35],[12,-24],[6,-18],[44,-62],[12,-18],[-48,-40],[-11,-13],[-22,-15],[-48,-6],[58,-93],[114,106],[4,-6],[14,-21],[62,-93],[28,-41],[51,45],[26,21],[13,11],[89,-131],[1,1],[3,-7],[80,-123],[-24,-21],[-8,-6],[-12,-1],[-10,-3],[-12,-10],[7,-11],[45,-64],[10,-16],[41,-58],[43,-60],[53,-77],[89,-126],[11,-17],[74,-104],[22,-31],[-167,-146],[-144,-130],[-92,-80],[-21,-22],[246,-350],[-127,-19],[-16,-8],[-135,-38],[-396,-98],[9,-15],[25,-43],[97,-163],[1,0],[18,14],[45,21],[11,0],[4,-1],[7,-7],[8,-13],[195,-276],[87,-124],[-445,-391],[-16,-11],[9,-16],[1,-2],[79,-114],[86,-122],[92,-131],[-460,-397],[-92,132],[-87,121],[-84,119],[-365,517],[-79,112],[323,294],[108,98],[12,7],[-135,184],[-123,173],[-205,-173],[-241,-214],[-159,214],[-80,106],[-29,40],[-73,103],[-8,11],[-126,179],[-18,-16],[-426,-385],[25,-38],[199,-284],[50,-72],[109,-154],[76,-110],[142,-203],[502,-716],[141,-203],[85,-120],[4,-5],[-23,-21],[-348,-371],[-9,-6],[-22,-12],[13,-28],[16,-30],[121,-191],[2,-11],[-4,-6],[-216,-185],[-16,-14],[-92,-80],[-24,-18],[-23,13],[-17,5],[-58,-3],[-112,298],[-332,-172],[-57,78],[-185,-160],[-29,124],[-8,63],[1,42],[19,74],[90,281],[38,125],[-15,22],[-94,136],[-90,130],[-85,125],[-159,232],[-10,15],[-134,195],[-28,41],[-7,-21],[-6,-3],[-454,-379],[-10,-12],[-28,-25],[-28,-28],[-15,-10],[-6,2],[-10,4],[-3,2],[-31,30],[-17,14],[-19,4],[-12,-2],[-14,-4],[-33,-20],[-171,-110],[-24,-18],[-21,-14],[-14,-11],[-259,-166],[-240,-155],[-116,-77],[-20,-20],[-67,-99],[-71,-107],[-178,-264],[-108,-157],[-17,-24],[-14,-20],[-67,-103],[-64,-93],[-6,-2],[-18,-28],[0,-10],[-28,-116],[-16,-73],[-5,-23],[-5,3],[-335,157],[-92,43],[-16,-20],[-181,-285],[-98,-166],[-20,-41],[-7,-46],[2,-24],[9,-27],[18,-21],[190,-171],[-2,-7],[-24,-41],[-101,-146],[-64,-107],[-31,-73],[-18,-68],[-3,-44],[-5,-107],[1,-183],[-3,-168],[-2,-270],[11,-169],[33,-486],[12,-173],[6,-11],[4,-5],[5,-32],[-4,-6],[72,-509],[24,-200],[-16,-85],[-68,-383],[-96,-545],[-5,-28],[-24,-134],[-34,-205],[-24,-154],[-57,-335],[-18,-99],[-36,-191],[-1,-10],[2,-1],[-7,-33],[-30,14],[-108,56],[-10,1],[-4,0],[-58,-113],[-32,-75],[-11,-37],[-3,-12],[47,-52],[-67,-276],[-50,-196],[-180,96],[-357,184],[-76,-139],[251,-138],[233,-131],[77,-42],[-3,-12],[-44,-154],[48,-15],[35,-16],[197,-110],[-97,-257],[-15,8],[-262,157],[-197,109],[-177,97],[-14,11],[-26,13],[-34,19],[-86,46],[-317,172],[-15,18],[-379,210],[21,29],[-16,12],[-255,117],[-17,-9],[-102,-77],[-5,77],[-27,127],[-31,87],[-10,16],[-11,4],[-22,-4],[-32,-19],[-64,-51],[-79,-69],[-182,-176],[-65,-63],[-175,-159],[-129,-117],[-187,-169],[-4,-4],[-20,-20]],[[494859,169036],[5,3],[218,134],[152,90],[1031,625],[21,-35],[30,-47],[315,-510],[38,-46],[-9,-25],[-10,-21],[-8,-30],[-3,-24],[3,-26],[-2,-12],[-41,-73],[-9,-7],[-18,-1],[-59,-109],[43,-16],[26,3],[41,-13],[312,-68],[45,-5],[447,-21],[27,-3],[-3,-44],[202,-42],[3,-11],[-253,-647],[-13,-12],[87,-20],[115,-27],[105,-25],[100,-24],[104,-24],[7,-29],[0,-3],[-207,-319],[-23,11],[-116,61],[-74,31],[-72,13],[-141,68],[-145,89],[-288,-43],[-64,-10],[-43,-7],[0,0],[-50,-10],[-76,-15],[-579,-115],[67,-88],[12,-26],[-2,-42],[-65,-164]],[[498196,171289],[-80,-50],[-196,-122],[-324,-201],[-48,-29],[-1377,-839],[-237,-144],[-30,-25],[-732,-444],[-25,-15],[-753,-460],[-322,-193],[-282,-162],[-17,30],[-60,115],[-487,915],[-94,196],[-24,43],[11,-7],[16,-1],[15,3],[40,28],[816,544],[62,36]],[[501598,186664],[0,0],[-8,-9],[-18,-28],[-10,-13],[-17,16],[-55,61],[-55,70],[-10,13],[-60,89],[-162,252],[-49,76],[-23,35],[-119,173],[-28,39],[-61,73],[-58,60],[-38,31],[-154,132],[0,1],[-71,57],[-171,147],[-6,7]],[[215256,212211],[-5,-8],[-46,-62],[-5,4],[-12,15],[-11,19],[-12,19],[-18,29],[-17,29],[-34,47],[-9,14],[-4,6],[-23,31],[-19,27],[-20,27],[-20,29],[-16,23],[-15,23],[-16,21],[-16,22],[-27,38],[-10,13],[-10,14],[-20,31],[-20,30],[-20,28],[-21,29],[-23,33],[-10,15],[-11,14],[-10,15],[-10,15],[-18,25],[-27,39],[-25,37],[-27,39],[-1,2],[-25,36],[-10,17],[-11,16],[-10,14],[-9,13],[-17,25],[-28,42],[-3,8],[-4,4],[-14,20],[-10,14],[-10,15],[-11,16],[-11,15],[-11,15],[-10,16],[-4,5],[-4,6],[-8,12],[-16,24],[-8,11],[-7,12],[-24,35],[-23,36],[-19,29],[-20,28],[-8,12],[-7,11],[-16,24],[-10,14],[-10,15],[-11,18],[-11,17],[-11,17],[-10,10],[-6,6],[-6,7],[-3,4],[-3,3],[-9,10],[-4,6],[0,1],[-1,1],[-1,1],[-1,3],[-3,-2],[-3,-3],[0,0],[-4,3],[-11,12],[-10,18],[-17,31],[-13,30],[-13,30],[-8,14],[-11,17],[-31,46],[-8,12],[-8,13],[-16,25],[-19,28],[-15,21],[-22,31],[-17,21],[-18,20],[-16,15],[-17,15],[-9,8],[-15,12],[-16,12],[-10,8],[-20,12],[-24,11],[-22,11],[-37,13],[-35,10],[-30,5],[-31,4],[-13,1],[-18,1],[-21,0],[-17,-1],[-17,-1],[-14,-2],[-16,-2],[-17,-3],[-18,-5],[-25,-8],[-25,-8],[-17,-8],[-16,-7],[-20,-11],[-23,-14],[-32,-19],[-38,-24],[-44,-28],[-21,-13],[-46,-29],[-47,-30],[-14,-9],[-15,-8],[-14,-9],[-14,-8],[-25,-16],[-25,-15],[-24,-15],[-24,-15],[-25,-16],[-14,-8],[-14,-9],[-17,-10],[-17,-11],[-16,-10],[-17,-11],[-27,-17],[-26,-18],[-40,-24],[-39,-24],[-30,-20],[-15,-10],[-8,-5],[-7,-5],[-16,-8],[-9,-4],[-8,-3],[-1,-2],[-7,-4],[-7,-2],[-10,-4],[-2,-1],[-4,-1],[-6,-3],[-3,-1],[-5,-1],[-5,-2],[-13,-4],[-4,-2],[-2,0],[-11,-4],[-28,-17],[-16,-10],[-15,-11],[-15,-10],[-15,-9],[-17,-12],[-17,-12],[-24,-14],[-23,-15],[-19,-11],[-18,-12],[-17,-9],[-16,-10],[-16,-10],[-16,-10],[-33,-21],[-33,-21],[-25,-18],[-7,-5],[-22,-17],[-6,-4],[-18,-13],[-18,-13],[-14,-10],[-39,-27],[-15,-10],[-10,-6],[-27,-18],[-43,-27],[-22,-13],[-8,-4],[-22,-13],[-14,-9],[-14,-9],[-22,-14],[-25,-16],[-23,-15],[-8,-5],[-25,-16],[-23,-14],[-6,-4],[-19,-12],[-19,-12],[-7,-4],[-18,-12],[-6,-3],[-17,-11],[-27,-17],[-21,-13],[-19,-11],[-19,-12],[-24,-15],[-38,-24],[-8,-5],[-13,-8],[-13,-8],[-23,-14],[-9,-6],[-14,-9],[-21,-13],[-21,-13],[-25,-15],[-25,-16],[-39,-24],[-13,-8],[-23,-14],[-22,-14],[-20,-12],[-20,-12],[-13,-9],[-14,-8],[-31,-19],[-31,-20],[-22,-13],[-22,-14],[-30,-19],[-30,-18],[-15,-10],[-15,-9],[-15,-9],[-16,-9],[-12,-8],[-12,-7],[-19,-13],[-20,-13],[-24,-14],[-19,-12],[-19,-12],[-14,-8],[-13,-9],[-28,-17],[-18,-11],[-27,-16],[-26,-15],[-18,-12],[-18,-11],[-18,-11],[-19,-11],[-28,-14],[-27,-14],[-25,-13],[-26,-13],[-18,-10],[-19,-10],[-10,-6],[-11,-6],[-21,-13],[-14,-8],[-15,-9],[-14,-9],[-14,-9],[-17,-10],[-16,-11],[-16,-10],[-16,-10],[-12,-8],[-11,-7],[-24,-16],[-32,-21],[-12,-9],[-22,-18],[-19,-15],[-15,-14],[-15,-15],[-10,-10],[-10,-11],[-9,-9],[-5,-8],[-1,-3],[-4,-6],[-3,-7],[-3,-8],[-2,-5],[-2,-7],[-13,-14],[-6,-6],[-6,-7],[-8,-8],[-8,-7],[-8,-8],[-8,-7],[-15,-16],[-14,-17],[-30,-32],[-38,-39],[-39,-39],[-28,-29],[-28,-29],[-39,-40],[-39,-40],[-11,-12],[-11,-10],[-10,-10],[-29,-31],[-36,-38],[-36,-37],[-30,-31],[-31,-31],[-28,-29],[-29,-29],[-13,-14],[-21,-21],[-21,-21],[-39,-40],[-37,-38],[-22,-21],[-22,-22],[-22,-24],[-22,-23],[-36,-37],[-27,-29],[-35,-36],[-36,-36],[-34,-33],[-29,-31],[-45,-47],[-43,-43],[-35,-37],[-32,-33],[-26,-25],[-35,-37],[-40,-43],[-32,-31],[-33,-34],[-36,-37],[-35,-36],[-42,-43],[-26,-27],[-25,-27],[-40,-40],[-27,-28],[-28,-29],[-24,-24],[-23,-24],[-39,-40],[-22,-23],[-36,-38],[-24,-26],[-36,-37],[-28,-27],[-16,-17],[-27,-28],[-20,-20],[-19,-20],[-24,-25],[-23,-24],[-38,-39],[-30,-30],[-4,-5],[-12,-12],[-19,-18],[-29,-31],[-39,-40],[-29,-31],[-36,-38],[-33,-35],[-30,-30],[-34,-34],[-41,-42],[-34,-34],[-38,-41],[-29,-30],[-31,-32],[-19,-24],[-12,-16],[-13,-21],[-14,-24],[-12,-19],[-14,-28],[-12,-26],[-11,-28],[-12,-32],[-12,-37],[-5,-27],[-3,-14],[-4,-17],[-5,-32],[-5,-31],[-2,-27],[-1,-31],[1,-27],[1,-29],[2,-17],[1,-16],[3,-24],[3,-25],[4,-20],[0,-10],[2,-14],[1,-10],[3,-29],[3,-33],[2,-28],[-1,-30],[-1,-32],[-4,-32],[-3,-25],[-5,-23],[-7,-27],[-6,-18],[-5,-11],[-9,-24],[-13,-27],[-13,-24],[-14,-26],[-12,-20],[-17,-21],[-17,-20],[-18,-20],[-21,-19],[-19,-15],[-18,-15],[-18,-12],[-30,-17],[-25,-11],[-28,-11],[-26,-10],[-8,-3],[-24,-7],[-19,-7],[-27,-10],[-24,-9],[-16,-6],[-17,-5],[-15,-5],[-14,-6],[-22,-7],[-21,-8],[-26,-9],[-26,-10],[-21,-7],[-21,-8],[-27,-10],[-21,-7],[-24,-10],[-22,-8],[-20,-7],[-25,-9],[-27,-9],[-15,-6],[-27,-9],[-31,-11],[-8,-3],[-25,-9],[-7,-3],[-23,-9],[-8,-3],[-33,-11],[-32,-12],[-7,-3],[-24,-7],[-11,-4],[-28,-10],[-9,-3],[-26,-9],[-39,-14],[-31,-10],[-8,-3],[-27,-8],[-11,-3],[-28,-6],[-27,-7],[-24,-7],[-10,-3],[-28,-8],[-5,-2],[-16,-6],[-19,-7],[-17,-5],[-3,-1],[-10,-3],[-7,-2],[-6,-1],[-8,0],[-4,-1],[-12,0],[-18,0],[-17,-6],[-17,-6],[-23,-9],[-26,-11],[-26,-12],[-15,-9],[-17,-10],[-18,-12],[-15,-11],[-24,-17],[-16,-12],[-4,-3],[-11,-11],[-9,-8],[-2,-2],[-14,-13],[-14,-13],[-18,-18],[-17,-17],[-22,-21],[-18,-17],[-11,-11],[-12,-10],[-12,-9],[-12,-9],[-14,-9],[-13,-9],[-12,-12],[-3,-3],[-6,-7],[-4,-6],[0,0],[-3,-6],[-3,-8],[-10,-7],[-7,-4],[-5,-4],[-2,-1],[-8,-6],[-6,-3],[-6,15],[-52,118],[-21,48],[-5,10],[-150,-83],[-1,-1],[4,-12],[18,-46],[2,-5],[52,-135],[-16,-7],[-12,-5],[-11,-4],[-20,-7],[-22,-8],[-20,-6],[-20,-8],[-23,-8],[-21,-9],[-23,-8],[-16,-7],[-18,-6],[-21,-6],[-18,-6],[-22,-7],[-26,-9],[-6,-2],[-16,-6],[-15,-7],[-15,-7],[-29,-13],[-25,-12],[-28,-15],[-24,-12],[-22,-11],[-16,-9],[-16,-8],[-29,-16],[-28,-14],[-26,-14],[-27,-13],[-29,-15],[-23,-13],[-26,-12],[-21,-11],[-9,-5],[-15,-8],[-10,-6],[-10,-5],[-17,-9],[-11,-5],[-3,-2],[-19,-10],[-11,-6],[-4,-2],[-17,-9],[-15,-8],[-14,-7],[-15,-8],[-14,-7],[-15,-8],[-18,-10],[-16,-8],[-5,-3],[-16,-8],[-17,-9],[-15,-8],[-18,-10],[-7,-4],[-17,-8],[-15,-8],[-4,-2],[-18,-9],[-13,-7],[-5,-3],[-18,-9],[-12,-7],[-16,-7],[-15,-8],[-21,-11],[-14,-7],[-11,-5],[-13,-7],[-15,-8],[-9,-4],[-17,-10],[-14,-7],[-15,-7],[-12,-7],[-5,-2],[-17,-9],[-12,-6],[-13,-7],[-3,-2],[-13,-6],[-13,-7],[-14,-7],[-7,-4],[-13,-7],[-15,-7],[-15,-8],[-14,-8],[-17,-9],[-7,-3],[-18,-10],[-12,-5],[-9,-5],[-9,-4],[-6,-3],[-18,-9],[-22,-13],[-10,-5],[-7,-3],[-7,-3],[-12,-6],[-12,-6],[-17,-9],[-15,-8],[-15,-9],[-15,-8],[-20,-10],[-9,-4],[-9,-5],[-17,-9],[-25,-12],[-16,-9],[-17,-9],[-11,-6],[-12,-6],[-11,-6],[-11,-6],[-11,-5],[-11,-6],[-10,-5],[-11,-6],[-12,-6],[-12,-7],[-20,-10],[-10,-5],[-9,-5],[-14,-7],[-7,-4],[-8,-4],[-19,-10],[-10,-5],[-9,-5],[-14,-6],[-17,-9],[-9,-5],[-10,-6],[-15,-8],[-8,-4],[-8,-5],[-18,-9],[-10,-5],[-10,-5],[-9,-5],[-10,-5],[-14,-8],[-15,-7],[-20,-11],[-10,-6],[-10,-6],[-11,-5],[-10,-5],[-14,-8],[-15,-7],[-15,-7],[-13,-7],[-14,-7],[-8,-4],[-9,-5],[-16,-8],[-14,-8],[-12,-6],[-12,-6],[-16,-9],[-10,-5],[-9,-5],[-14,-7],[-14,-7],[-13,-7],[0,0],[-13,-7],[-26,-14],[-13,-7],[-13,-6],[-35,-19],[-14,-7],[-14,-8],[-19,-9],[-18,-10],[-11,-6],[-10,-5],[-10,-5],[-10,-6],[-10,-4],[-9,-5],[-18,-10],[-44,-22],[-19,-10],[-9,-5],[-9,-5],[-8,-4],[-8,-4],[-9,-5],[-9,-4],[-16,-8],[-16,-9],[-18,-8],[-18,-9],[-17,-7],[-17,-6],[-8,-3],[-9,-3],[-8,-3],[-8,-2],[-19,-7],[-10,-3],[-9,-3],[-14,-4],[-13,-4],[-8,-3],[-8,-2],[-16,-4],[-36,-7],[-16,-3],[-17,-3],[-13,-2],[-12,-1],[-25,-4],[-7,-1],[-7,-1],[-8,-1],[-7,-1],[-18,-2],[-17,-1],[-16,-1],[-37,0],[-11,0],[-27,0],[-10,0],[-11,0],[-20,1],[-16,0],[-16,1],[-17,0],[-9,0],[-9,0],[-9,0],[-10,0],[-18,1],[-11,0],[-11,0],[-17,0],[-11,1],[-10,0],[-11,0],[-11,1],[-34,0],[-15,1],[-19,0],[-13,1],[-13,0],[-13,2],[-12,-1],[-5,-1],[-11,0],[-20,0],[-20,1],[-27,0],[-27,0],[-25,0],[-25,1],[-25,1],[-26,1],[-26,0],[-27,0],[-19,0],[-20,0],[-19,1],[-20,1],[-44,0],[-26,1],[-26,1],[-24,0],[-25,1],[-27,1],[-27,1],[-24,0],[-9,0],[-3,0],[-17,0],[-15,0],[-19,0],[-18,1],[-17,0],[-17,1],[-20,0],[-17,0],[-18,1],[-5,0],[-14,0],[-20,1],[-5,0],[-17,0],[-16,1],[-12,0],[-19,0],[-16,0],[-14,0],[-14,0],[-9,1],[-14,0],[-10,0],[-10,0],[-12,0],[-12,1],[-14,0],[-14,1],[-16,0],[-7,0],[-10,0],[-10,0],[-11,0],[-10,1],[-9,0],[-9,0],[-15,0],[-14,0],[-7,1],[-7,0],[-7,0],[-7,0],[-10,0],[-11,1],[-10,0],[-10,0],[-20,1],[-11,0],[-10,0],[-16,0],[-8,1],[-9,0],[-8,0],[-8,0],[-8,0],[-8,0],[-8,1],[-8,0],[-15,0],[-16,0],[-16,0],[-14,1],[-13,0],[-14,0],[-14,1],[-12,0],[-13,0],[-17,0],[-8,0],[-8,0],[-16,1],[-8,0],[-8,0],[-8,0],[-8,0],[-15,0],[-17,1],[-8,0],[-9,0],[-8,0],[-8,0],[-17,1],[-33,1],[-17,1],[-16,0],[-15,0],[-14,1],[-29,0],[-14,0],[-14,0],[-14,0],[-14,0],[-9,1],[-10,0],[-10,0],[-10,0],[-39,1],[-9,0],[-5,0],[-4,0],[-49,2],[-37,0],[-37,1],[-27,1],[-27,0],[-40,1],[-20,0],[-20,0],[-38,1],[-38,0],[-22,1],[-21,0],[-35,1],[-28,0],[-29,1],[-18,0],[-17,0],[-36,0],[-24,1],[-24,0],[-30,1],[-29,0],[-26,0],[-26,0],[-28,-1],[-28,-1],[-22,0],[-23,0],[-17,2],[-18,1],[-11,1],[-10,1],[-22,2],[-6,2],[-7,1],[-12,3],[-3,3],[-5,4],[-2,2],[-4,2],[-5,4],[-7,3],[-3,2],[-8,3],[-12,3],[-13,3],[-13,2],[-10,3],[-14,4],[-15,4],[-19,6],[-20,6],[-10,3],[-15,4],[-24,8],[-21,6],[-20,6],[-16,7],[-16,6],[-26,11],[-13,5],[-13,6],[-26,12],[-14,6],[-13,6],[-25,11],[-20,10],[-20,11],[-14,6],[-19,10],[-13,10],[-4,2],[-12,5],[-14,7],[-26,16],[-25,17],[-25,16],[-26,15],[-23,17],[-22,17],[-20,15],[-19,16],[-19,15],[-18,15],[-27,20],[-2,4],[1,4],[-1,3],[-7,6],[-6,6],[-7,7],[-8,6],[-2,-1],[-5,0],[-6,4],[-26,19],[-17,13],[-17,14],[-19,16],[-10,8],[-9,8],[-13,12],[-9,2],[-12,1],[-4,0],[-5,3],[-6,5],[-6,4],[-22,18],[-6,5],[-23,20],[-7,7],[-21,22],[-14,16],[-13,16],[-8,7],[-24,23],[-13,11],[-9,7],[-18,16],[-18,15],[-24,20],[-23,19],[-47,38],[-23,20],[-24,20],[-17,14],[-12,11],[-8,6],[-8,7],[-7,6],[-8,7],[-15,12],[-14,12],[-15,12],[-10,8],[-10,8],[-11,9],[-10,8],[-13,11],[-7,6],[-6,5],[-13,11],[-14,11],[-9,7],[-9,8],[-10,8],[-11,9],[-9,8],[-10,8],[-6,5],[-7,6],[-8,7],[-9,7],[-16,14],[-8,7],[-8,7],[-9,7],[-9,8],[-10,8],[-9,7],[-9,8],[-9,7],[-9,8],[-9,7],[-11,9],[-10,9],[-12,9],[-11,10],[-6,5],[-7,5],[-6,5],[-6,6],[-3,2],[-2,2],[-6,4],[-9,8],[-10,7],[-9,8],[-12,10],[-10,9],[-10,9],[-10,8],[-10,9],[-16,13],[-15,12],[-11,9],[-11,8],[-7,7],[-8,6],[-12,10],[-7,6],[-7,6],[-11,9],[-10,9],[-11,8],[-11,9],[-9,7],[-9,8],[-10,7],[-4,4],[-5,3],[-5,5],[-5,4],[-5,4],[-5,4],[-10,9],[-10,9],[-13,10],[-11,10],[-13,10],[-6,5],[-6,5],[-7,6],[-7,6],[-9,7],[-8,6],[-8,7],[-8,7],[-8,6],[-5,5],[-6,5],[-6,5],[-6,4],[-5,5],[-5,4],[-10,8],[-9,7],[-8,7],[-7,5],[-6,6],[-6,5],[-7,5],[-6,5],[-12,10],[-12,10],[-13,11],[-7,6],[-6,5],[-6,5],[-14,11],[-5,5],[-7,6],[-8,6],[-7,6],[-7,5],[-11,10],[-5,4],[-6,4],[-6,5],[-5,5],[-6,5],[-6,4],[-6,5],[-6,5],[-8,7],[-18,15],[-7,6],[-7,5],[-6,5],[-7,6],[-9,7],[-8,7],[-7,6],[-6,5],[-7,6],[-7,6],[-4,3],[-7,6],[-6,5],[-6,5],[-6,5],[-12,11],[-7,6],[-7,6],[-6,4],[-20,17],[-21,17],[-11,9],[-18,14],[-19,16],[-5,4],[-5,4],[-7,6],[-8,6],[-6,6],[-8,7],[-4,3],[-4,3],[-4,4],[-5,3],[-3,3],[-4,3],[-7,6],[-6,6],[-7,5],[-5,4],[-7,6],[-7,6],[-7,6],[-7,6],[-7,6],[-7,6],[-10,8],[-9,8],[-9,8],[-8,6],[-9,7],[-7,6],[-8,7],[-5,3],[-6,6],[-7,5],[-7,6],[-6,5],[-7,6],[-7,5],[-11,10],[-9,7],[-8,7],[-7,6],[-8,6],[-4,4],[-7,6],[-7,5],[-9,7],[-8,7],[-15,12],[-6,6],[-7,5],[-20,17],[-11,9],[-8,7],[-9,7],[-6,5],[-7,6],[-10,8],[-2,2],[-6,4],[-5,5],[-6,4],[-5,5],[-15,12],[-12,9],[-22,18],[-6,5],[-6,5],[-13,10],[-7,6],[-7,6],[-4,3],[-4,4],[-6,4],[-6,5],[-6,5],[-6,5],[-8,6],[-3,3],[-4,4],[-5,4],[-6,4],[-7,6],[-7,7],[-8,6],[-7,6],[-11,9],[-5,4],[-5,5],[-17,14],[-11,9],[-14,12],[-7,6],[-8,7],[-9,7],[-9,7],[-8,7],[-9,7],[-6,5],[-6,5],[-12,10],[-5,5],[-6,4],[-8,7],[-9,7],[-9,7],[-5,5],[-6,5],[-18,15],[-9,8],[-11,8],[-10,9],[-10,8],[-10,8],[-6,5],[-6,5],[-8,6],[-7,6],[-9,8],[-8,6],[-9,7],[-7,7],[-8,6],[-10,8],[-7,6],[-8,7],[-5,4],[-4,3],[-15,12],[-6,5],[-7,5],[-13,11],[-9,7],[-8,6],[-8,7],[-7,6],[-17,15],[-18,15],[-14,12],[-15,12],[-29,24],[-16,14],[-17,13],[-16,14],[-16,14],[-24,18],[-24,19],[-28,25],[-14,12],[-15,12],[-14,12],[-14,12],[-28,23],[-29,24],[-15,12],[-14,12],[-17,14],[-18,14],[-18,15],[-19,15],[-19,15],[-18,15],[-15,12],[-14,12],[-14,11],[-14,12],[-23,19],[-23,20],[-22,24],[-10,11],[-15,16],[-14,15],[-16,18],[-15,18],[-22,27],[-22,27],[-18,25],[-17,25],[-11,17],[-11,17],[-12,17],[-12,18],[-10,17],[-10,16],[-18,28],[-17,27],[-19,30],[-19,30],[-19,30],[-19,30],[-18,29],[-18,29],[-19,27],[-18,28],[-9,14],[-10,15],[-15,23],[-15,23],[-16,26],[-16,25],[-13,21],[-14,22],[-11,19],[-11,18],[-12,16],[-11,16],[-11,19],[-12,19],[-27,41],[-10,17],[-10,17],[-18,27],[-11,18],[-11,17],[-10,16],[-10,17],[-4,7],[-7,11],[-8,12],[-14,22],[-11,17],[-11,17],[-19,30],[-8,12],[-15,23],[-18,29],[-7,10],[-17,28],[-17,26],[-3,5],[-9,14],[-8,14],[-11,16],[-11,17],[-13,21],[-13,21],[-13,20],[-12,20],[-12,19],[-12,18],[-10,16],[-10,15],[-14,24],[-17,25],[-14,21],[-10,16],[-16,26],[-14,21],[-13,22],[-14,21],[-13,22],[-10,16],[-11,16],[-9,14],[-9,14],[-18,28],[-8,13],[-8,12],[-15,24],[-11,19],[-17,26],[-14,21],[-14,23],[-16,26],[-16,23],[-15,26],[-17,26],[-9,13],[-9,14],[-14,22],[-14,23],[-14,24],[-15,23],[-14,21],[-13,19],[-13,17],[-13,15],[-13,12],[-16,15],[-16,12],[-15,11],[-16,11],[-18,12],[-20,12],[-17,9],[-19,9],[-21,11],[-19,8],[-19,7],[-10,3],[-11,3],[-8,3],[-8,2],[-7,3],[-6,1],[-8,3],[-8,3],[-5,2],[-7,2],[-11,5],[-2,1],[-18,2],[-15,3],[-12,4],[-18,6],[-21,3],[-21,3],[-15,4],[-19,4],[-18,6],[-21,6],[-20,7],[-23,9],[-24,10],[-21,14],[-24,15],[-24,17],[-20,16],[-18,16],[-17,16],[-14,15],[-17,21],[-15,19],[-16,24],[-15,23],[-13,27],[-13,27],[-9,23],[-11,32],[-13,19],[-6,10],[-5,14],[-6,19],[-8,11],[-5,6],[-4,5],[-3,6],[-3,8],[-3,7],[-3,7],[-7,15],[-3,10],[-4,9],[-5,10],[-6,17],[-3,9],[-3,8],[-4,14],[-4,13],[-5,17],[-5,17],[-8,18],[-8,17],[-10,18],[-9,18],[-14,23],[-9,16],[-10,15],[-17,24],[-3,8],[-5,6],[-4,7],[-5,7],[-6,9],[-7,10],[-8,11],[-9,11],[-8,10],[-9,11],[-9,13],[-9,12],[-5,6],[-5,6],[-9,13],[-10,11],[-10,12],[-10,12],[-10,12],[-9,11],[-9,10],[-10,11],[-9,11],[-8,11],[-9,10],[-8,11],[-8,11],[-9,10],[-9,11],[-8,10],[-7,9],[-12,15],[-12,14],[-6,7],[-6,7],[-12,15],[-9,11],[-9,12],[-10,11],[-9,12],[-8,10],[-9,11],[-9,10],[-8,11],[-9,11],[-9,11],[-9,12],[-9,11],[-10,11],[-9,11],[-19,21],[-1,1],[-8,10],[-9,11],[-9,11],[-9,11],[-8,10],[-9,10],[-9,11],[-9,10],[-15,18],[-8,8],[-7,9],[-12,14],[-11,14],[-9,12],[-13,16],[-9,10],[-8,10],[-8,10],[-8,10],[-11,14],[-11,13],[-12,15],[-9,10],[-8,10],[-5,6],[-5,7],[-10,12],[-9,10],[-9,11],[-9,11],[-9,11],[-9,10],[-9,11],[-14,17],[-8,9],[-10,12],[-9,12],[-10,13],[-10,12],[-6,7],[-5,7],[-12,13],[-5,7],[-6,7],[-6,7],[-6,7],[-5,7],[-5,6],[-6,6],[-5,6],[-6,8],[-8,10],[-3,3],[-3,3],[-4,6],[-4,5],[-21,23],[-19,24],[-20,24],[-18,21],[-13,16],[-14,16],[-19,23],[-19,23],[-20,26],[-11,13],[-10,13],[-14,16],[-14,17],[-4,7],[-9,8],[-8,9],[-23,27],[-13,15],[-13,15],[-17,19],[-14,16],[-15,17],[-7,8],[-20,24],[-37,43],[-27,32],[-19,20],[-19,21],[-10,12],[-10,12],[-14,16],[-16,19],[-23,27],[-19,22],[-1,2],[40,72],[13,23]],[[190887,214272],[24,-19],[-19,-24],[58,-58],[75,-79],[166,-193],[438,-522],[20,-23],[118,-147],[67,-80],[150,-180],[224,-274],[61,-74],[13,-18],[51,-70],[41,-68],[51,-76],[43,-93],[26,-64],[10,-26],[20,-59],[16,-47],[27,-53],[11,-20],[26,-62],[46,-56],[53,-49],[51,-32],[55,-22],[41,-12],[13,-1],[41,-7],[88,-10],[73,-13],[44,-22],[57,-25],[60,-36],[31,-17],[26,-26],[23,-25],[3,-3],[6,-7],[4,-4],[25,-28],[79,-128],[110,-174],[85,-132],[100,-155],[76,-120],[243,-384],[100,-158],[72,-114],[215,-337],[163,-257],[48,-71],[36,-51],[40,-48],[57,-57],[55,-51],[1096,-908],[125,-100],[36,-30],[168,-139],[134,-112],[498,-418],[741,-613],[102,-84],[107,-88],[367,-305],[6,-5],[41,-34],[70,-61],[51,-34],[22,-16],[36,-27],[36,-25],[35,-23],[40,-25],[34,-20],[31,-17],[33,-18],[33,-16],[38,-16],[40,-18],[40,-16],[44,-16],[28,-10],[33,-10],[30,-8],[31,-8],[37,-9],[26,-6],[43,-5],[85,-9],[105,-11],[735,-14],[776,-21],[90,-2],[208,-3],[181,-4],[185,-3],[196,-4],[160,-5],[155,-2],[219,-10],[9,0],[102,3],[48,6],[28,4],[54,13],[45,10],[33,11],[34,13],[66,29],[44,24],[136,72],[43,22],[946,503],[105,55],[32,17],[1,0],[73,37],[106,56],[116,58],[144,75],[76,39],[106,53],[130,69],[217,114],[65,34],[52,26],[46,27],[62,31],[46,26],[77,38],[42,23],[35,16],[12,7],[34,18],[-1,7],[1,0],[-1,1],[0,3],[0,5],[-7,74],[-16,178],[-20,163],[-4,56],[-11,179],[-1,18],[-3,11],[-2,14],[-2,17],[2,31],[4,22],[7,17],[15,27],[37,36],[15,16],[100,103],[291,286],[191,190],[203,198],[192,195],[299,294],[278,279],[250,255],[217,214],[296,297],[198,195],[74,72],[209,205],[251,251],[222,218],[283,278],[275,277],[280,279],[191,194],[241,236],[222,220],[210,211],[42,42],[111,109],[133,134],[103,104],[40,40],[53,54],[75,75],[265,259],[36,34],[105,105],[106,104],[56,56],[49,48],[48,48],[57,57],[43,43],[17,17],[43,43],[5,4],[104,104],[96,95],[39,37],[50,48],[-41,58],[-19,27],[23,24],[139,145],[50,48],[312,-91],[-9,-99],[-2,-13],[-3,-14],[-5,-11],[0,-1],[-7,-12],[-8,-11],[-92,-93],[-4,-3],[-10,-4],[-11,-2],[-11,-1],[-11,2],[-11,3],[-7,3],[-211,-210],[-171,-170],[-23,-26],[-211,-216],[-30,-37],[-5,7],[-41,-40],[-56,-57],[-44,-43],[-147,-147],[-36,-35],[-204,-201],[-98,-98],[-92,-92],[-151,-153],[-201,-202],[-200,-197],[-133,-131],[-124,-123],[-134,-132],[-104,-104],[-112,-110],[-80,-79],[-71,-72],[-101,-101],[-195,-197],[-182,-180],[-219,-218],[-167,-166],[-131,-131],[-142,-142],[-166,-166],[-177,-175],[-51,-51],[-115,-115],[-81,-81],[-121,-120],[-10,-10],[-11,-11],[-19,-18],[-59,-59],[-82,-83],[-82,-82],[-107,-106],[-16,-17],[-109,-115],[-24,-24],[-42,-45],[-73,-71],[-115,-112],[-98,-95],[-120,-117],[-90,-87],[-47,-46],[-37,-37],[-179,-180],[-21,-20],[-146,-144],[-9,-9],[-13,-13],[-121,-122],[-92,-93],[-65,-65],[-70,-70],[-16,-16],[-2,-3],[-371,-369],[-1,-1],[-1,-2],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-1,-1],[-1,-2],[-1,-1],[0,-2],[-1,-2],[-1,-1],[0,-2],[-1,-2],[0,-1],[-1,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-1],[-1,-2],[0,-2],[0,-2],[0,-1],[0,-2],[1,-2],[21,-100],[21,-144],[10,-54],[13,-67],[15,-52],[10,-26],[19,-48],[1,-2],[3,-8],[55,30],[9,5],[27,19],[61,53],[40,30],[56,47],[5,4],[60,50],[63,42],[73,32],[62,22],[70,26],[65,20],[218,67],[18,6],[36,7],[4,-12],[384,140],[237,85],[62,23],[100,36],[37,22],[38,27],[24,25],[27,33],[22,37],[10,20],[15,31],[3,6],[4,15],[12,46],[8,65],[-5,82],[-10,80],[-8,74],[-4,86],[4,91],[13,80],[30,99],[43,92],[43,74],[1,0],[55,73],[48,55],[225,231],[479,494],[416,428],[256,263],[252,259],[342,351],[157,161],[-7,8],[-2,3],[330,341],[46,40],[5,4],[21,18],[24,17],[24,18],[65,43],[51,34],[54,34],[53,33],[29,14],[133,67],[483,304],[359,222],[325,202],[211,133],[81,57],[107,74],[23,15],[296,183],[199,122],[1,-1],[90,57],[80,49],[77,47],[8,-16],[219,140],[103,65],[84,49],[103,39],[42,6],[74,11],[74,1],[60,-15],[88,-30],[68,-35],[74,-55],[39,-42],[35,-38],[49,-69],[43,-65],[18,-26],[54,-80],[15,-22],[4,3],[16,13],[65,-63],[-15,-49],[0,-2],[3,-24],[17,-31],[73,-110],[69,-101],[48,-71],[69,-103],[75,-115],[176,-261],[92,-133],[96,-137],[101,-141],[74,-105],[23,-33],[43,-66]],[[106032,221883],[14,-2],[5,1],[3,0],[3,-1],[4,0],[7,-1],[8,-2],[16,-5],[17,-6],[22,-10],[22,-8],[21,-8],[21,-10],[20,-12],[11,-7],[12,-6],[11,-8],[9,-7],[7,-8],[6,-8],[7,-8],[5,-6],[2,-5],[3,-11],[3,-19],[1,-22],[1,-29],[1,-35],[0,-30],[-2,-28],[-3,-26],[0,-21],[1,-19],[0,-11],[1,-14],[2,-10],[2,-12],[2,-12],[4,-14],[3,-12],[4,-13],[4,-12],[7,-17],[5,-7],[4,-10],[7,-15],[8,-18],[14,-15],[15,-22],[18,-30],[23,-34],[17,-26],[17,-30],[13,-23],[8,-13],[20,-38],[17,-27],[16,-22],[21,-31],[1,-2],[1,-3],[1,-4],[0,-5],[0,-3],[0,-3],[0,-2],[0,-3],[0,-2],[0,-1],[0,-3],[0,-6],[0,-3],[0,-3],[0,-4],[1,-4],[1,-4],[1,-3],[1,-2],[5,-9],[-1,0],[-5,2],[-1,0],[-25,8],[0,3],[2,6],[2,8],[-6,1],[-20,6],[-38,8],[-21,7],[-22,6],[-20,6],[-18,6],[-13,4],[-24,8],[-78,29],[-39,14],[-45,17],[-34,12],[-69,25],[-36,14],[0,-2],[-55,20],[-134,49],[-100,37],[-160,60],[-115,42],[-104,39],[-33,12],[-102,40],[-14,4],[-15,6],[-14,6],[-22,7],[-126,47],[-77,29],[-109,41],[-7,2],[-38,12],[-35,14],[-11,4],[-10,4],[-18,9],[-42,15],[-6,2],[-11,2],[-5,2],[8,6],[12,8],[19,11],[16,8],[11,7],[6,4],[5,2],[8,2],[10,3],[20,8],[14,3],[18,2],[29,4],[30,2],[36,1],[61,3],[42,0],[33,1],[24,0],[16,0],[13,1],[8,0],[9,1],[8,1],[6,0],[9,1],[8,0],[9,1],[7,0],[6,0],[6,0],[11,0],[7,0],[5,0],[6,0],[6,0],[11,1],[31,6],[41,5],[7,2],[7,1],[18,6],[35,12],[8,2],[33,11],[32,11],[26,11],[24,9],[24,10],[12,4],[17,5],[27,7],[22,5],[15,4],[19,3],[21,0],[26,2],[22,1],[13,0],[5,0],[9,1],[5,2],[5,1],[11,4],[17,6],[13,5],[9,3],[6,2],[5,0],[10,1],[37,0],[29,3],[36,4],[36,1],[31,2],[22,0],[14,-1],[15,-1],[4,0]],[[99404,223708],[-34,-104],[-257,95],[-185,70],[-239,88],[-233,88],[-62,23],[-11,4],[-74,27],[-168,62],[-287,108],[-134,49],[-180,67],[-152,56],[-6,2],[-167,63],[-129,52],[-157,69],[-39,17],[-374,161],[-32,14],[-7,3],[8,26],[21,66],[38,117],[30,91],[24,75],[8,-1],[0,0],[36,-6],[8,-2],[4,0],[21,-4],[122,-18],[170,-30],[231,-48],[26,-2],[195,-40],[57,-14],[89,-22],[15,-4],[26,-6],[20,-5],[126,-30],[47,-11],[46,-17],[58,-22],[38,-12],[41,-14],[101,-25],[48,-12],[103,-26],[124,-31],[13,-4],[131,-27],[21,-4],[9,-2],[20,-4],[33,-7],[64,-20],[180,-47],[1,0],[6,-1],[35,-13],[84,-30],[66,-70],[50,-42],[50,-35],[46,-23],[20,-11],[17,-7],[6,-2],[16,-7],[14,-6],[10,-4],[3,-1],[24,-10],[3,-2],[20,-8],[14,-6],[13,-6],[24,-10],[12,-5],[11,-4],[15,-5],[14,-5],[24,-9],[24,-8],[17,-7],[9,-2],[80,-23],[4,-1],[-45,-146],[-79,-256],[-33,-106],[0,-1]],[[96334,224984],[-48,-199],[-27,8],[-374,139],[-894,330],[-11,4],[-75,28],[-773,286],[-187,69],[-99,37],[-21,8],[24,12],[2,-1],[857,-171],[270,-54],[50,-12],[12,-3],[11,-3],[160,-40],[723,-147],[177,-54],[134,-27],[10,-1],[29,-5],[18,-4],[40,-7],[-43,-169],[35,-24]],[[129188,231344],[12,-7],[3,0],[37,-19],[11,-11],[180,-110],[225,-145],[11,-8],[63,-43],[7,-3],[48,-35],[169,-143],[100,-89],[91,-87],[103,-106],[66,-73],[100,-112],[3,-6],[74,-90],[28,-36],[33,-39],[7,-10],[86,-111],[56,-79],[146,-219],[11,-15],[154,-247],[40,-60],[2,-7],[47,-76],[5,-12],[1,-14],[-1,-18],[-12,-101],[-3,-21],[6,-6],[-4,-164],[-106,1],[0,-1],[-6,1],[-3,-6],[-5,-3],[-1,-5],[2,-42],[4,-14],[3,-8],[4,-5],[7,-6],[88,6],[-9,-84],[-112,-44],[-127,-55],[-20,12],[-140,169],[-259,321],[-241,302],[-118,146],[-370,460],[-243,303],[-152,199],[-79,92],[-45,47],[-209,177],[-20,14],[-7,10],[-15,28],[-4,23],[17,25],[83,102],[66,79],[38,47],[51,56],[23,-25]],[[54789,231242],[8,-42],[32,-165],[33,-174],[33,-164],[18,-90],[3,-16],[1,-4],[4,-22],[63,-329],[43,-226],[22,-121],[20,-117],[20,-107],[21,-111],[2,-10],[0,-1],[-51,3],[-89,5],[-65,5],[-28,1],[-55,3],[-60,4],[-108,8],[-76,5],[-59,4],[-34,2],[-17,35],[-37,72],[-20,40],[-35,67],[-36,73],[-39,76],[-14,28],[-23,45],[-77,153],[-58,114],[-58,115],[-44,88],[-6,10],[-78,154],[-33,66],[-52,100],[-50,100],[-45,90],[-34,66],[-26,52],[-14,28],[8,6],[3,2],[34,21],[-21,42],[-20,-12],[-4,-3],[-20,41],[84,21],[88,23],[98,25],[57,14],[45,10],[115,24],[57,13],[86,19],[127,29],[27,6],[37,7],[26,2],[25,-1],[30,-4],[27,-7],[36,-14],[29,-16],[26,-19],[29,-27],[25,-29],[21,-33],[13,-26],[10,-27]],[[147358,230866],[-3,-36],[-25,2],[-22,2],[-19,2],[-31,6],[-359,86],[-65,15],[-18,6],[-14,5],[-112,39],[-383,134],[-1,0],[-4,9],[5,41],[3,16],[1,12],[11,38],[6,23],[19,63],[11,45],[3,13],[2,10],[4,18],[3,34],[1,5],[2,10],[1,48],[4,128],[472,-149],[479,-151],[25,-8],[1,-131],[2,-263],[0,-15],[1,-57]],[[128732,231780],[100,-82],[43,-27],[184,-109],[11,-5],[41,-7],[19,-5],[-21,-29],[-45,-50],[-56,-58],[-31,-34],[-22,-22],[-110,-76],[-42,-27],[-4,0],[-19,26],[-60,89],[-22,31],[-31,40],[-55,64],[-61,67],[-31,33],[-97,80],[-16,12],[15,72],[3,16],[1,-1],[26,-4],[118,-7],[91,25],[23,4],[15,1],[23,-10],[10,-7]],[[146220,231162],[-7,-1],[-317,110],[-144,50],[-5,2],[0,1],[90,336],[38,145],[454,-144],[3,-18],[-6,-139],[-1,-45],[-2,-18],[-10,-50],[-3,-17],[-13,-43],[-8,-27],[-9,-24],[-6,-19],[-9,-21],[-18,-32],[-9,-17],[-18,-29]],[[127089,233408],[41,-64],[32,-53],[9,-14],[39,-65],[47,-76],[14,-22],[35,-49],[35,-49],[17,-25],[17,-24],[0,-1],[13,-19],[101,-143],[27,-46],[6,-9],[35,-62],[6,-11],[2,-3],[32,-11],[13,-21],[-33,11],[46,-82],[22,-41],[8,-13],[14,-23],[26,-52],[25,-53],[13,-27],[25,-52],[9,-23],[4,-17],[7,-30],[21,-47],[-22,2],[-36,28],[-2,-3],[-12,-19],[-217,171],[-245,197],[-151,118],[-31,29],[-38,45],[-22,45],[-17,46],[-36,154],[-34,159],[-29,102],[2,20],[32,44],[27,29],[8,-7],[8,10],[28,35],[2,2],[45,60],[16,-25],[16,-26]],[[164853,234343],[465,-931],[-522,-241],[12,-13],[2,-2],[-23,-7],[-121,-27],[-13,-3],[-20,-4],[-6,14],[-2,4],[-3,-1],[-17,-6],[-33,-15],[-40,-19],[-27,-12],[-46,-21],[-75,-33],[-56,-26],[-69,-30],[-66,-30],[-74,-35],[-55,-25],[-46,-21],[-43,-20],[-26,-11],[-61,-28],[-57,-27],[-36,-17],[-42,-19],[-49,-23],[-54,-25],[-55,-25],[-54,-25],[-49,-23],[-48,-22],[-67,-31],[-66,-30],[-78,-32],[-43,-19],[-21,-10],[-77,-34],[-111,-52],[-97,-45],[-109,-50],[-28,-13],[-6,4],[10,4],[8,9],[1,3],[4,31],[9,25],[3,8],[44,81],[20,39],[52,94],[45,80],[7,14],[26,48],[6,11],[29,61],[39,76],[13,23],[20,34],[21,40],[77,124],[54,91],[10,22],[27,44],[60,98],[29,45],[9,13],[46,79],[66,110],[55,93],[102,175],[8,14],[29,50],[12,23],[50,83],[58,94],[38,68],[11,16],[13,16],[9,10],[3,-1],[64,62],[15,15],[6,7],[14,13],[23,6],[1,0],[8,-7],[95,22],[121,27],[18,5],[8,2],[2,0],[2,1],[2,0],[2,0],[2,0],[2,1],[119,-8],[194,-12],[172,-11],[116,-8],[3,0],[0,-2]],[[209411,234351],[-28,-61],[20,-40],[88,-48],[187,-103],[2,-1],[10,-6],[33,72],[251,569],[18,-9],[171,-112],[106,-74],[126,-96],[143,-127],[421,-392],[85,-80],[16,-22],[8,-20],[4,-18],[0,-24],[-7,-18],[-2,-6],[-124,-291],[-78,-179],[-47,-107],[-18,-30],[-56,-69],[-50,-139],[-2,0],[-8,-4],[-13,-15],[-28,-47],[-24,-30],[-25,-25],[-42,-36],[-45,-35],[-75,-56],[-67,-49],[-51,-35],[-26,-13],[-52,-36],[-95,205],[-48,109],[-36,-20],[-40,84],[-280,628],[-89,184],[-26,37],[-35,40],[-35,29],[-30,24],[-127,84],[-340,214],[-83,50],[-35,20],[-46,21],[-46,15],[-61,7],[-85,0],[-6,0],[-173,-19],[-359,-51],[-1078,-169],[-51,0],[-23,11],[-30,20],[66,183],[37,101],[38,103],[33,82],[25,56],[139,-4],[391,-14],[186,-3],[475,5],[46,4],[39,2],[45,-14],[49,-7],[36,-15],[19,-4],[27,-18],[55,-56],[16,-11],[41,50],[3,-3],[34,-30],[52,-37],[127,-66],[55,-25],[35,-15],[15,18],[186,372],[142,340],[40,-27],[-93,-261],[3,-17],[30,-37],[15,-17],[9,-17],[1,-14],[-1,-17],[-26,-91],[-6,-25],[-37,-121],[1,-6],[5,-9],[83,-46]],[[124748,236755],[5,-4],[1,4],[220,-235],[80,-107],[344,-466],[579,-790],[-4,-6],[73,-102],[71,-100],[61,-87],[73,-107],[29,-44],[30,-46],[-43,-51],[151,-139],[21,-19],[100,-151],[85,-138],[47,-73],[70,-102],[52,-78],[71,-100],[100,-141],[7,-16],[34,-104],[36,-33],[-5,-6],[8,-2],[-98,-134],[-25,-34],[-128,105],[-274,226],[-117,92],[-24,24],[-23,17],[-87,70],[-85,71],[-229,187],[-158,131],[-20,16],[-132,103],[-60,51],[-71,54],[-36,31],[-2,3],[3,6],[17,26],[27,36],[-1,7],[-15,13],[-241,187],[-19,13],[-358,282],[-512,388],[-10,68],[0,11],[-5,29],[-4,38],[32,89],[32,80],[124,319],[8,19],[13,34],[11,24],[52,131],[21,121],[18,74],[52,157],[28,78]],[[177706,244789],[9,-230],[49,-88],[27,-55],[11,-57],[13,-57],[-34,-40],[-61,-69],[-46,10],[-62,11],[-10,2],[-122,133],[-107,116],[-103,111],[-84,-98],[65,-70],[143,-155],[60,-66],[-74,-82],[-186,-216],[-43,-50],[-91,-94],[-35,-32],[-30,-29],[-49,15],[-70,23],[-71,17],[-87,17],[-81,12],[-61,9],[-52,7],[-2,-2],[-102,14],[-6,1],[-18,1],[-63,8],[-25,2],[12,173],[14,-3],[27,-4],[37,-4],[45,-2],[29,2],[40,4],[89,18],[53,22],[68,37],[68,45],[55,48],[87,99],[241,272],[120,135],[117,137],[54,63],[69,58],[38,25],[26,16],[50,23],[59,-183]],[[100024,252899],[139,-353],[-1,-19],[-1,-2],[0,-3],[-1,-2],[0,-2],[-1,-3],[-1,-2],[0,-2],[-1,-3],[-1,-2],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[-1,-2],[-1,-3],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-17,-23],[-10,-10],[-141,-135],[-134,-128],[-11,-7],[-2,-1],[-1,0],[-2,-1],[-2,-1],[-1,-1],[-2,0],[-2,-1],[-1,-1],[-2,0],[-2,-1],[-1,0],[-2,0],[-2,-1],[-2,0],[-1,0],[-2,-1],[-2,0],[-2,0],[-1,0],[-2,0],[-2,0],[-2,0],[-1,0],[-2,0],[-2,1],[-2,0],[-3,1],[-4,5],[-111,133],[-171,210],[-28,115],[-2,1],[-64,1],[-141,2],[-72,127],[-211,-178],[-34,-29],[-3,-1],[-73,-63],[-242,-203],[-409,-339],[-57,-48],[-100,-83],[-33,-35],[-134,-140],[-251,-261],[-12,-12],[0,0],[-13,-13],[-56,-57],[-71,-72],[-123,-126],[-26,-26],[-36,-38],[-49,-54],[-62,-69],[-22,-56],[-1,-13],[-13,-103],[-13,-117],[-23,-197],[-19,-164],[-17,-145],[-11,-96],[0,0],[-58,11],[-121,23],[-87,16],[-140,29],[-90,17],[-115,137],[-8,11],[46,33],[-31,121],[-35,137],[-32,123],[-17,66],[-1,3],[0,10],[85,57],[83,58],[94,63],[119,80],[65,44],[74,49],[124,85],[53,35],[-130,255],[-10,25],[-58,110],[-13,22],[-38,39],[-49,26],[-1,0],[-1,0],[-50,2],[-24,0],[-92,-52],[-40,-23],[-33,-20],[-52,-39],[-68,-86],[-2,-2],[-4,8],[-46,-32],[-36,-27],[-4,-1],[-107,-31],[-70,-43],[-2,4],[-15,-10],[-29,-19],[-28,-19],[-20,-13],[-19,-11],[-29,-22],[-24,-23],[-37,-31],[-9,-7],[-14,-9],[-45,-26],[-60,-37],[-9,-2],[0,0],[-13,24],[-12,23],[-6,11],[-2,3],[-5,10],[0,1],[-13,26],[-21,39],[-21,42],[-26,53],[-12,29],[-9,28],[-6,23],[-1,16],[-3,25],[-1,3],[-2,28],[2,27],[5,92],[3,114],[2,38],[0,19],[0,4],[1,19],[0,2],[0,1],[2,66],[5,141],[2,53],[1,33],[1,34],[1,26],[2,53],[1,33],[2,65],[1,19],[0,26],[1,23],[0,17],[0,1],[6,46],[18,130],[1,10],[55,382],[10,72],[0,2],[1,1],[0,1],[0,1],[1,1],[0,1],[0,1],[1,1],[0,1],[1,1],[1,1],[0,1],[1,1],[1,0],[0,1],[1,1],[1,1],[1,0],[1,1],[0,1],[1,0],[1,1],[1,0],[1,1],[1,0],[1,0],[1,1],[1,0],[1,0],[1,0],[16,0],[36,2],[35,0],[46,1],[40,2],[23,1],[56,3],[1,0],[0,-2],[15,1],[84,4],[3,-1],[3,0],[18,-1],[30,3],[3,1],[24,4],[92,17],[-2,12],[60,9],[1,-11],[14,3],[90,15],[361,60],[44,8],[179,30],[101,16],[303,50],[9,2],[8,1],[19,4],[21,6],[18,7],[77,36],[121,57],[187,87],[143,68],[20,11],[39,24],[25,17],[4,3],[11,6],[147,101],[61,40],[33,22],[70,-377],[85,-468],[25,-138],[5,2],[73,31],[134,58],[57,24],[146,101],[109,76],[56,44],[82,67],[6,5],[43,69],[69,113],[74,169],[5,248],[-232,312],[10,3],[11,1],[35,-13],[30,-34],[181,-242],[10,-13],[113,-152],[109,-171],[92,-145],[25,-38],[92,-235],[83,-211]],[[215986,213215],[-35,62],[-49,49],[-27,52],[-32,49],[-57,68],[-59,77],[-61,54],[-97,85],[-51,68],[-62,57],[-7,7],[-35,37],[-24,57],[0,55],[-15,51],[-27,58],[-30,35],[-37,33],[-42,19],[-66,19],[-45,30],[-37,36],[-7,16],[-2,44],[-3,19],[-37,13],[-20,3],[-39,16],[-37,22],[-34,36],[-45,49],[-22,57],[-7,90],[-22,57],[-25,36],[-42,49],[-44,82],[-45,57],[-26,26],[-67,67],[-50,86],[-74,106],[-51,76],[-40,74],[-32,74],[-42,43],[-19,33],[-109,169],[-85,141],[-199,260],[-83,126],[-66,101],[-71,95],[-99,259],[-107,165],[-28,52],[-71,132],[-85,79],[-114,118],[-71,180],[-49,157],[-85,157],[-78,189],[-71,181],[-71,235],[-121,306],[-106,220],[-60,162],[-33,90],[-18,59],[-60,192],[-71,79],[-42,70],[-78,220],[-50,452],[-35,165],[-43,196],[-28,196],[-85,205],[-57,125],[-7,118],[-22,102],[-78,165],[-63,165],[-93,408],[-71,134],[7,141],[12,59],[10,51],[-64,102],[-127,131],[-8,9],[-9,19],[-34,67],[-56,106],[-82,222],[-25,75],[-53,141],[-21,161],[-29,236],[-42,184],[-68,240],[-110,267],[-166,414],[-100,181],[-110,153],[-102,141],[-103,138],[-103,133],[-95,167],[-8,14],[-99,149],[-89,161],[-71,98],[-96,137],[-96,87],[-102,63],[-121,47],[-202,65],[-128,27],[-78,24],[-106,15],[-185,-4],[-92,-7],[-110,-32],[-71,-31],[-121,-36],[-149,-43],[-106,-59],[-142,-51],[-67,-23],[-100,-47],[-99,-40],[-121,-39],[-71,-20],[-131,0],[-113,-11],[-8,-2],[-95,-14],[-160,-61],[-50,-26],[-74,-37],[-145,-63],[-78,-58],[-10,-59],[-1,-8],[-36,-20],[-31,8],[-28,9],[-29,11],[-46,27],[-100,12],[-92,4],[-106,-12],[-124,-43],[-100,-51],[-88,-32],[-82,0],[-89,-11],[-67,-24],[-75,-59],[-120,-51],[-124,-43],[-121,-43],[-114,-32],[-113,-39],[-124,-35],[-75,-51],[-96,-63],[-117,-106],[-2,-3],[-136,-150],[-81,-134],[-135,-131],[-29,-20],[-74,-83],[-78,-70],[-64,-8],[-82,-20],[-67,-31],[-68,-48],[-38,-27],[-96,-55],[-43,-90],[-46,-94],[-50,-42],[-7,-5],[-74,-28],[-92,-8],[-117,-8],[-19,-2],[-95,-9],[-74,-44],[-29,-23],[-28,-24],[-75,-78],[-110,-75],[-106,-55],[-7,-30],[-18,-84],[-4,-59],[-88,-62],[-117,-16],[-103,-4],[-146,-12],[-202,-78],[-181,-118],[-117,-89],[-46,-35],[-71,-74],[-71,-126],[-131,-87],[-110,-47],[-114,-15],[-19,-1],[-66,-3],[-124,15],[-131,-35],[-85,-71],[-85,-66],[-594,-377],[-20,-12],[-35,-16],[-139,-63],[-152,-78],[-132,-87],[-95,-43],[-305,-149],[-231,-124],[-85,-39],[-82,-47],[-53,-20],[-74,-39],[-142,-114],[-68,-39],[-71,-71],[-78,-8],[-74,-43],[-61,-86],[-74,-79],[-89,-59],[-74,-31],[-107,-71],[-103,-74],[-42,-79],[-28,-82],[-25,-8],[-39,-4],[-54,-24],[-70,-23],[-79,0],[-92,11],[-60,4],[-57,4],[-106,-11],[-75,-32],[-124,-67],[-163,-70],[-224,-44],[-251,-56],[-117,-24],[-408,-126],[-206,-66],[-163,-40],[-139,-47],[-163,-27],[-152,-16],[-107,0],[-142,-20],[-152,-23],[-174,-8],[-156,-28],[-135,-15],[-78,15],[-57,24],[-60,0],[-146,-8],[-152,8],[-64,41],[-39,16],[-82,12],[-131,8],[-103,-20],[-64,-20],[-78,-35],[-31,-4],[-107,-24],[-71,-11],[-74,0],[-68,-8],[-67,-28],[-71,-4],[-107,-7],[-81,-12],[-53,-16],[-57,0],[-82,4],[-110,-20],[-60,-39],[-82,-20],[-109,-23],[-57,-28],[-61,-15],[-23,-4],[-87,-12],[-99,8],[-96,-16],[-149,0],[-81,-12],[-100,-19],[-138,0],[-202,-2],[-92,12],[-85,-4],[-71,-8],[-64,-20],[-36,-12],[-53,-11],[-82,7],[-85,24],[-85,-4],[-99,0],[-92,-12],[-1299,-43],[-49,4],[-64,8],[-25,23],[-67,16],[-57,-4],[-43,8],[-71,24],[-71,-8],[-60,4],[-43,15],[-39,20],[-70,16],[-64,23],[-68,8],[-67,12],[-85,8],[-78,-4],[-71,0],[-114,12],[-96,19],[-117,8],[-74,39],[-110,24],[-146,24],[-152,19],[-196,-731],[45,-62],[-67,-19],[-2,-7],[15,-13],[7,-11],[8,-10],[0,-11],[-2,-7],[-5,-8],[-11,-11],[-43,-21],[-107,-51],[-2,-1],[17,-16],[18,-21],[18,-25],[10,-15],[65,-107],[64,-107],[104,-171],[144,-235],[94,-154],[631,-1037],[50,-80],[26,-39],[36,-51],[8,-10],[11,-14],[14,-17],[31,-33],[27,-29],[19,-17],[9,-8],[25,-23],[20,-18],[21,-17],[20,-16],[12,-9],[10,-7],[22,-15],[25,-17],[55,-32],[42,-24],[37,-18],[39,-16],[42,-15],[56,-18],[37,-10],[36,-8],[34,-7],[248,-35],[403,-58],[328,-46],[40,-6],[37,-5],[22,-4],[24,-4],[26,-6],[24,-7],[23,-7],[24,-7],[27,-11],[25,-10],[101,-50],[936,-461],[241,-119],[28,-14],[27,-16],[20,-12],[15,-9],[13,-10],[8,-5],[20,-14],[18,-11],[40,-22],[10,-5],[25,-8],[25,-8],[30,-8],[17,-5]],[[190807,215561],[36,-30],[0,0],[20,-13],[9,-12],[10,-14],[2,-8],[-11,3],[-118,26],[-167,75],[-23,-31],[-3,2],[-10,8],[-10,8],[-20,12],[-19,9],[-20,10],[-23,12],[-20,10],[-20,10],[-19,10],[-20,9],[-26,13],[-28,13],[-15,8],[-16,7],[-30,15],[-15,7],[-15,7],[-15,7],[-15,8],[-13,6],[-12,7],[-26,13],[-25,12],[-34,17],[-28,14],[-34,17],[-35,17],[-20,10],[-20,10],[-23,11],[-22,11],[-15,7],[-14,8],[-30,14],[-15,7],[-15,7],[-14,7],[-15,7],[-20,10],[-20,10],[-34,17],[-22,11],[-23,11],[-40,21],[-13,7],[-33,16],[-17,8],[-16,8],[-23,11],[-14,7],[-13,7],[-14,7],[-13,7],[-16,8],[-16,8],[-15,8],[-16,8],[-16,8],[-23,12],[-23,11],[-22,11],[-21,10],[-23,12],[-4,1],[-20,10],[-22,11],[-22,12],[-27,12],[-26,12],[-26,9],[-23,8],[-2,1],[-39,9],[-23,3],[-22,3],[-25,4],[-25,3],[-1,0],[-3,0],[-1,0],[-21,4],[-20,4],[-39,5],[-19,3],[-19,2],[-28,4],[-27,4],[-32,5],[-32,6],[-53,7],[-35,3],[-34,4],[-27,2],[-27,1],[-23,2],[-23,1],[-19,2],[-20,1],[-20,2],[-20,2],[-16,2],[-8,1],[-9,1],[-8,1],[-8,1],[-5,1],[-4,1],[-8,1],[-2,2],[-9,6],[-5,3],[-3,0],[-11,3],[-15,3],[-9,2],[-10,2],[-8,1],[-9,2],[-16,2],[-9,2],[-8,1],[-14,2],[-13,2],[-13,2],[-14,1],[-16,2],[-9,1],[-8,1],[-9,1],[-8,1],[-11,2],[-10,1],[-8,1],[-9,1],[-8,1],[-8,1],[-9,2],[-8,1],[-9,2],[-8,1],[-19,3],[-11,1],[-11,2],[-14,1],[-15,2],[-16,3],[-14,2],[-21,4],[-5,2],[-2,0],[-3,1],[-4,-1],[-10,3],[-3,1],[-16,5],[-6,1],[-16,4],[-9,3],[-18,4],[-6,1],[-16,5],[-16,5],[-21,6],[-9,3],[-19,7],[-7,3],[-18,7],[-6,3],[-22,9],[-8,3],[-20,9],[-8,3],[-27,14],[-22,12],[-7,5],[-14,8],[-16,10],[-23,13],[-6,2],[-11,3],[-4,1],[-2,1],[-10,5],[-3,1],[-12,6],[-4,2],[-2,1],[-2,1],[-7,5],[-3,3],[-4,2],[-4,3],[-2,1],[-3,2],[-8,6],[-4,3],[-4,3],[-6,5],[-15,12],[-22,18],[-14,14],[-19,17],[-13,15],[-26,29],[-9,11],[-19,23],[-7,8],[-8,9],[-4,6],[-5,6],[-5,5],[-9,12],[-11,15],[-6,9],[-7,9],[-7,9],[-5,8],[-6,10],[-6,8],[-5,7],[-3,4],[-9,15],[-7,11],[-7,12],[-8,12],[-5,8],[-4,7],[-3,5],[-3,5],[-10,16],[-7,11],[-3,5],[-2,3],[-3,5],[-3,5],[-6,10],[-2,3],[-2,3],[-7,12],[-5,9],[-4,7],[-6,9],[-4,7],[-9,14],[-6,10],[-3,5],[-2,5],[-3,5],[-4,5],[-5,9],[-5,9],[-3,4],[-2,4],[-4,6],[-5,8],[-7,12],[-8,12],[-5,9],[-4,6],[-7,12],[-5,9],[-1,1],[-6,9],[-6,10],[-3,6],[-12,19],[-4,8],[-6,8],[-3,5],[-2,4],[-7,11],[-4,7],[-5,8],[-1,1],[-4,7],[-3,6],[-13,20],[-12,21],[-6,9],[-7,12],[-8,12],[-6,11],[-9,14],[-9,15],[-5,8],[-3,5],[-10,16],[-3,5],[-3,5],[-3,6],[-2,3],[-5,7],[-6,10],[-8,15],[-8,12],[-5,8],[-5,10],[-2,3],[-7,11],[-4,7],[-7,11],[-5,8],[-3,4],[-4,7],[-3,6],[-7,11],[-3,5],[-3,4],[-5,9],[-6,10],[-6,9],[-4,7],[-3,5],[-2,4],[-9,14],[-5,9],[-4,6],[-6,11],[-2,3],[-3,4],[-2,4],[-7,11],[-6,10],[-8,13],[-4,8],[-5,7],[-2,4],[-3,4],[-2,5],[-3,4],[-5,8],[-5,9],[-2,2],[-6,11],[-3,4],[-3,5],[-4,7],[-5,7],[-4,8],[-4,5],[-3,6],[-1,2],[-8,12],[-8,13],[-8,14],[-3,5],[-3,5],[-3,5],[-10,16],[-5,8],[-6,9],[-21,36],[-6,10],[-10,16],[-10,16],[-6,10],[-6,10],[-5,8],[-3,5],[-3,4],[-2,4],[-2,3],[-3,5],[-3,5],[-5,9],[-3,4],[-4,8],[-3,3],[-2,4],[-2,4],[-2,3],[-4,6],[-4,7],[-5,9],[-5,8],[-2,3],[-3,4],[-2,4],[-3,4],[-5,9],[-5,7],[-2,5],[-2,3],[-3,4],[-5,9],[-5,8],[-5,8],[-3,5],[-5,8],[-5,8],[-5,9],[-3,6],[-3,4],[-3,5],[-5,8],[-6,10],[-3,4],[-2,5],[-2,3],[-2,3],[-2,3],[-2,3],[-2,3],[-2,3],[-2,4],[-2,3],[-2,4],[-3,4],[-5,9],[-6,10],[-3,5],[-3,4],[-2,3],[-2,4],[-2,3],[-3,6],[-4,6],[-3,4],[-5,8],[-7,11],[-4,7],[-2,5],[-8,11],[-6,11],[-5,8],[-4,6],[-4,7],[-3,6],[-4,6],[-5,5],[-1,3],[-4,7],[-12,21],[-4,6],[-3,5],[-3,5],[-4,8],[-3,4],[-3,5],[-4,6],[-3,4],[-2,4],[-2,4],[-4,5],[-4,8],[-5,8],[-5,7],[-2,3],[-2,4],[-2,3],[-5,8],[-3,5],[-5,9],[-4,6],[-3,4],[-2,3],[-4,7],[-4,6],[-1,1],[-4,6],[-2,5],[-8,11],[-1,2],[-4,7],[-4,5],[-1,2],[-5,8],[-3,5],[-6,8],[-6,10],[-3,5],[-6,10],[-3,3],[-2,4],[-3,4],[-1,2],[-5,8],[-3,4],[-5,6],[-16,25],[-3,5],[-7,11],[-3,5],[-6,9],[-5,7],[-5,8],[-3,5],[-6,9],[-6,10],[-3,4],[-7,10],[-3,4],[-4,5],[-6,7],[-4,5],[-5,6],[-7,8],[-19,19],[-9,6],[-5,4],[-8,6],[-6,4],[-6,4],[-9,5],[-13,7],[-8,3],[-1,1],[-7,2],[-10,5],[-15,4],[-10,2],[-10,1],[-5,1],[-12,2],[-11,1],[-5,0],[-5,1],[-4,1],[-3,0],[-9,1],[-14,2],[-7,0],[-6,1],[-5,1],[-4,0],[-7,1],[-14,2],[-9,1],[-5,1],[-6,0],[-10,2],[-8,-1],[-3,1],[-8,1],[-8,1],[-8,1],[-18,2],[-11,1],[-23,3],[-9,1],[-11,2],[-10,1],[-9,1],[-9,1],[-18,2],[-15,1],[-5,1],[-5,1],[-10,1],[-8,1],[-8,1],[-10,1],[-9,1],[-7,1],[-8,1],[-9,1],[-10,1],[-9,1],[-9,1],[-6,1],[-6,0],[-11,2],[-11,1],[-13,1],[-4,1],[-5,1],[-7,0],[-7,1],[-6,1],[-6,1],[-11,1],[-9,1],[-14,2],[-12,1],[-11,1],[-10,1],[-16,2],[-5,1],[-5,0],[-16,2],[-17,2],[-9,1],[-8,1],[-6,1],[-6,1],[-6,0],[-6,1],[-17,2],[-9,1],[-9,1],[-11,1],[-11,2],[-17,2],[-8,1],[-8,1],[-12,1],[-12,2],[-10,1],[-9,1],[-5,1],[-6,0],[-5,1],[-5,1],[-16,2],[-5,0],[-5,1],[-9,1],[-9,1],[-8,1],[-9,1],[-8,1],[-9,1],[-8,1],[-19,2],[-10,1],[-10,1],[-9,1],[-6,1],[-6,0],[-11,2],[-9,1],[-8,1],[-9,1],[-7,1],[-11,1],[-8,1],[-16,2],[-2,0],[-9,1],[-17,2],[-9,1],[-5,0],[-4,1],[-9,1],[-17,2],[-4,0],[-13,2],[-17,2],[-4,0],[-9,1],[-8,1],[-10,1],[-10,2],[-8,1],[-7,1],[-8,1],[-8,0],[-9,2],[-11,1],[-1,0],[-13,2],[-8,1],[-5,0],[-15,2],[-4,0],[-5,1],[-4,0],[-5,1],[-4,0],[-8,1],[-8,1],[-4,1],[-13,1],[-6,1],[-13,1],[-4,1],[-5,0],[-8,1],[-10,1],[-10,1],[-12,2],[-10,1],[-8,1],[-20,2],[-11,2],[-5,0],[-5,1],[-10,1],[-4,0],[-9,1],[-12,2],[-9,1],[-5,1],[-4,0],[-10,2],[-8,1],[-8,1],[-9,1],[-8,1],[-4,0],[-13,2],[-8,1],[-8,0],[-7,1],[-7,1],[-5,0],[-4,1],[-5,0],[-4,1],[-5,0],[-4,1],[-8,1],[-11,1],[-4,1],[-18,2],[-11,1],[-8,1],[-4,0],[-5,1],[-12,1],[-4,1],[-5,0],[-3,1],[-12,1],[-7,1],[-9,1],[-8,1],[-4,1],[-5,0],[-5,1],[-4,1],[-11,1],[-45,5],[-17,2],[-10,2],[-5,0],[-16,2],[-10,1],[-6,1],[-6,1],[-4,0],[-42,7],[-5,1],[-4,0],[-9,2],[-8,1],[-13,2],[-13,2],[-8,2],[-5,1],[-4,0],[-11,2],[-12,2],[-11,2],[-9,2],[-9,2],[-4,0],[-4,1],[-12,2],[-13,3],[-8,1],[-5,1],[-14,3],[-9,1],[-5,1],[-6,1],[-10,2],[-9,1],[-11,2],[-3,1],[-7,1],[-8,1],[-8,2],[-2,0],[-10,1],[-11,2],[-8,1],[-11,2],[-11,2],[-12,1],[-31,5],[-18,2],[-9,1],[-9,1],[-11,1],[-14,2],[-23,3],[-17,3],[-14,2],[-5,0],[-5,1],[-6,0],[-15,2],[-10,1],[-7,1],[-3,0],[-11,2],[-6,0],[-18,2],[-4,1],[-9,1],[-7,1],[-6,0],[-13,2],[-5,0],[-8,1],[-13,2],[-6,1],[-8,1],[-24,2],[-6,1],[-9,1],[-4,1],[-9,1],[-4,0],[-15,2],[-8,1],[-7,1],[-5,0],[-9,1],[-4,1],[-10,1],[-4,1],[-6,0],[-9,1],[-9,2],[-14,1],[-9,1],[-8,1],[-4,1],[-6,1],[-20,2],[-5,1],[-9,0],[-12,2],[-4,0],[-15,2],[-6,1],[-6,0],[-5,1],[-4,1],[-9,1],[-8,1],[-2,0],[-9,1],[-3,0],[-18,2],[-5,1],[-8,1],[-8,1],[-8,1],[-4,0],[-4,1],[-6,0],[-5,1],[-5,0],[-6,1],[-19,2],[-6,1],[-6,1],[-3,0],[-7,1],[-12,1],[-8,1],[-4,1],[-7,0],[-17,2],[-6,1],[-6,1],[-4,0],[-5,1],[-15,1],[-8,1],[-4,1],[-7,1],[-15,1],[-6,1],[-5,1],[-6,0],[-5,1],[-8,1],[-10,1],[-3,1],[-8,1],[-11,1],[-18,2],[-13,2],[-10,1],[-9,1],[-5,0],[-5,1],[-5,0],[-6,1],[-5,1],[-6,0],[-4,1],[-1,0],[-7,1],[-11,1],[-8,1],[-4,0],[-5,1],[-4,0],[-13,2],[-8,1],[-11,1],[-62,7],[-7,1],[-13,2],[-7,1],[-7,0],[-8,2],[-11,1],[-11,1],[-14,2],[-8,1],[-11,1],[-4,1],[-14,1],[-4,1],[-13,1],[-14,2],[-6,0],[-7,1],[-5,1],[-5,0],[-4,1],[-5,0],[-8,1],[-5,0],[-10,1],[-8,1],[-4,1],[-2,0],[-5,0],[-4,1],[-13,1],[-3,1],[-8,0],[-11,2],[-11,1],[-8,1],[-5,0],[-3,1],[-8,1],[-14,1],[-7,1],[-9,1],[-4,1],[-11,1],[-8,1],[-4,0],[-3,1],[-4,0],[-5,1],[-14,1],[-6,1],[-10,1],[-11,1],[-9,1],[-4,1],[-6,1],[-13,1],[-7,1],[-6,1],[-6,0],[-13,2],[-15,1],[-9,1],[-13,2],[-8,0],[-7,1],[-7,1],[-6,1],[-7,0],[-7,1],[-15,2],[-6,1],[-7,0],[-6,1],[-6,1],[-13,1],[-11,1],[-12,2],[-11,1],[-5,1],[-9,1],[-12,1],[-21,2],[-8,1],[-19,3],[-17,1],[-11,2],[-11,1],[-14,2],[-4,0],[-12,1],[-10,2],[-4,0],[-5,1],[-13,1],[-12,2],[-6,0],[-6,1],[-4,0],[-6,1],[-18,2],[-5,1],[-8,0],[-27,4],[-14,1],[-1,0],[-8,1],[-11,2],[-53,5],[-22,3],[-17,2],[-5,0],[-11,1],[-5,1],[-9,1],[-19,2],[-5,1],[-6,0],[-4,1],[-4,0],[-9,1],[-15,2],[-4,0],[-16,2],[-18,2],[-6,1],[-10,1],[-13,1],[-7,1],[-16,2],[-8,1],[-6,1],[-3,0],[-10,1],[-4,1],[-5,0],[-11,1],[-24,3],[-14,1],[-15,2],[-6,1],[-10,1],[-4,0],[-8,1],[-7,1],[-10,1],[-14,2],[-18,2],[-12,1],[-14,2],[-5,0],[-20,2],[-5,1],[-10,1],[-14,2],[-8,0],[-9,1],[-5,1],[-6,0],[-13,2],[-15,1],[-28,4],[-7,0],[-9,1],[-12,2],[-19,1],[-5,1],[-11,1],[-13,2],[-5,0],[-7,1],[-2,0],[-10,1],[-4,1],[-5,0],[-14,2],[-7,1],[-6,0],[-17,2],[-4,0],[-13,2],[-8,1],[-15,1],[-6,1],[-5,1],[-6,0],[-6,1],[-10,1],[-4,0],[-1,1],[-7,0],[-11,1],[-5,1],[-5,1],[-11,1],[-5,0],[-3,1],[-4,0],[-8,1],[-11,1],[-6,1],[-10,1],[-37,4],[-14,2],[-10,1],[-15,2],[-11,1],[-10,1],[-5,1],[-60,6],[-26,4],[-17,2],[-9,1],[-5,0],[-35,4],[-11,2],[-11,1],[-10,1],[-8,1],[-8,1],[-2,0],[-9,1],[-11,1],[-9,1],[-12,2],[-4,0],[-4,1],[-6,0],[-5,1],[-9,1],[-10,1],[-8,1],[-2,0],[-15,2],[-10,1],[-2,0],[-4,0],[-8,1],[-11,2],[-10,1],[-8,1],[-11,1],[-16,2],[-9,1],[-5,0],[-5,1],[-5,0],[-10,2],[-10,1],[-9,1],[-5,0],[-4,1],[-5,0],[-5,1],[-21,2],[-11,1],[-8,1],[-8,1],[-9,1],[-9,1],[-16,2],[-10,1],[-9,1],[-5,0],[-5,1],[-5,1],[-5,0],[-9,1],[-9,1],[-12,2],[-14,1],[-11,1],[-8,1],[-12,2],[-3,0],[-8,1],[-14,2],[-12,1],[-6,1],[-3,0],[-12,1],[-6,1],[-7,1],[-13,1],[-13,2],[-11,1],[-8,1],[-13,1],[-4,1],[-10,1],[-10,1],[-13,1],[-6,1],[-10,1],[-11,1],[-12,1],[-6,1],[-11,1],[-3,1],[-5,0],[-9,1],[-5,1],[-5,0],[-11,2],[-9,1],[-4,0],[-13,2],[-4,0],[-10,1],[-11,1],[-16,2],[-22,3],[-9,1],[-9,1],[-5,0],[-5,1],[-4,0],[-5,1],[-5,0],[-5,1],[-8,1],[-12,1],[-11,1],[-13,2],[-12,1],[-11,2],[-9,1],[-9,1],[-9,1],[-12,1],[-3,1],[-9,1],[-9,1],[-8,1],[-10,2],[-12,2],[-9,1],[-6,1],[-11,2],[-14,3],[-3,1],[-9,1],[-12,3],[-12,3],[-11,2],[-13,4],[-11,3],[-4,1],[-14,4],[-10,3],[-4,1],[-12,4],[-9,4],[-9,3],[-7,2],[-13,5],[-9,3],[-3,1],[-7,2],[-6,2],[-6,2],[-9,4],[-3,2],[-3,1],[-3,1],[-2,1],[-1,1],[-5,2],[-6,6],[-1,1],[-7,6],[-3,3],[-2,1],[-13,9],[-15,8],[-8,9],[-2,7],[-6,6],[-11,7],[-17,9],[-12,7],[-21,12],[-13,9],[-14,9],[-7,3],[-3,0],[-4,-5],[-5,-5],[-8,-3],[-12,6],[-16,9],[-19,13],[-19,15],[-23,19],[-19,16],[-6,6],[-17,17],[-22,20],[-20,19],[-20,19],[-13,14],[-9,13],[-3,4],[-7,4],[-16,18],[-15,17],[-11,13],[-8,14],[-17,21],[-19,22],[-13,19],[-17,24],[-15,20],[-5,6],[-15,19],[-16,23],[-16,22],[-17,25],[-5,6],[-14,20],[-4,6],[-12,17],[-4,6],[-10,17],[-13,20],[-3,5],[-9,14],[-11,18],[-10,15],[-4,4],[-5,6],[-8,6],[-10,7],[-2,3],[-1,0],[-2,2],[0,0],[-2,2],[-2,2],[-5,6],[-3,4],[0,1],[-3,3],[-1,2],[-3,3],[-1,2],[-3,4],[-2,2],[-1,2],[-1,2],[-1,2],[-4,4],[-2,3],[-2,3],[-2,3],[-2,2],[-2,4],[-3,4],[-5,7],[-6,7],[-5,8],[-3,3],[-2,3],[-3,4],[-3,4],[-6,8],[-7,10],[-3,3],[-3,4],[-6,8],[-5,8],[-9,11],[-6,9],[-5,7],[-4,5],[-4,5],[-8,11],[-7,10],[-4,4],[-3,4],[-3,4],[-3,4],[-8,11],[-28,38],[-4,6],[-1,1],[-3,4],[-1,2],[-3,3],[-2,2],[-3,4],[-1,2],[-8,10],[-5,7],[-1,1],[-2,3],[-1,2],[-3,4],[-1,1],[-2,3],[-2,3],[-2,2],[-4,6],[-3,4],[-5,6],[-2,4],[-1,2],[-6,7],[-1,2],[-6,8],[-1,1],[-9,13],[-7,10],[-8,10],[-7,10],[-7,9],[-6,8],[-6,9],[-6,8],[-6,8],[-5,6],[-5,7],[-9,12],[-15,21],[-9,11],[-8,12],[-5,6],[-4,6],[-4,6],[-4,5],[-7,9],[-6,8],[-8,10],[-4,5],[-3,6],[-8,10],[-8,10],[-5,7],[-5,6],[-6,9],[-7,8],[-13,18],[-7,9],[-6,9],[-5,6],[-3,4],[-4,5],[-10,13],[-8,12],[-9,11],[-7,10],[-7,10],[-9,12],[-9,12],[-7,9],[-11,15],[-8,11],[-12,16],[-3,5],[-4,5],[-7,10],[-8,9],[-7,10],[-10,14],[-12,16],[-10,12],[-4,5],[-5,6],[-10,13],[-7,10],[-6,9],[-16,21],[-7,11],[-8,10],[-7,10],[-7,10],[-9,13],[-10,13],[-10,14],[-11,15],[-7,10],[-6,10],[-7,10],[-9,15],[-8,14],[-8,15],[-4,9],[-4,8],[-3,6],[-7,18],[-4,10],[-6,15],[-5,15],[-6,15],[-5,15],[-3,7],[-3,7],[-3,10],[-5,12],[-2,6],[-2,7],[-5,14],[-4,9],[-3,9],[-7,18],[-9,24],[-3,9],[-3,9],[-7,17],[-4,12],[-5,12],[-5,13],[-3,8],[-4,9],[-3,9],[-3,9],[-4,8],[-3,8],[-3,8],[-2,7],[-3,7],[-3,7],[-2,7],[-3,8],[-6,14],[-3,10],[-4,9],[-3,8],[-3,7],[-6,17],[-3,9],[-4,9],[-5,14],[-5,13],[-2,6],[-2,6],[-5,11],[-3,7],[-3,10],[-6,14],[-4,10],[-4,11],[-2,6],[-2,6],[-4,9],[-4,9],[-3,10],[-5,11],[-4,11],[-6,16],[-3,8],[-3,8],[-4,10],[-4,10],[-3,10],[-4,9],[-4,10],[-4,12],[-5,12],[-4,12],[-5,11],[-5,13],[-5,13],[-4,11],[-4,11],[-5,11],[-8,19],[-2,7],[-3,6],[-2,7],[-3,6],[-3,9],[-4,9],[-3,7],[0,1],[-3,7],[-1,2],[-2,6],[-2,4],[-2,5],[-1,3],[-3,5],[-1,2],[-6,15],[-4,14],[-2,4],[-3,9],[-2,6],[-2,6],[-3,5],[-2,6],[-3,8],[-2,7],[-3,7],[-3,7],[-2,7],[-3,6],[-2,7],[-3,7],[-3,7],[-4,10],[-3,9],[-4,10],[-3,9],[-4,9],[-3,8],[-3,8],[-3,7],[-3,8],[-5,12],[-4,12],[-4,9],[-3,10],[-3,6],[-3,7],[-4,10],[-3,9],[-5,13],[-3,7],[-3,6],[-2,7],[-3,6],[-2,7],[-3,7],[-3,8],[-4,9],[-3,8],[-3,8],[-3,8],[-3,8],[-3,8],[-3,7],[-4,12],[-7,16],[-5,14],[-5,14],[-6,15],[-3,8],[-4,8],[-4,12],[-5,12],[-9,25],[-4,8],[-3,9],[-4,10],[-4,10],[-6,14],[-6,15],[-4,11],[-5,12],[-3,7],[-3,8],[-2,9],[-1,1],[-2,5],[0,1],[-4,6],[-2,5],[-2,5],[-2,5],[-6,15],[-2,7],[-3,8],[-5,13],[-3,6],[-2,7],[-3,6],[-2,5],[-2,6],[-3,6],[-2,6],[-2,5],[-2,5],[-1,5],[-2,4],[-5,13],[-3,6],[-3,7],[-3,7],[-2,7],[-4,8],[-5,13],[-4,10],[-2,6],[-3,7],[-3,7],[-2,6],[-3,7],[-3,6],[-2,6],[-3,9],[-2,4],[-2,4],[-2,4],[-1,5],[-3,7],[-3,6],[-3,7],[-2,6],[-3,7],[-3,8],[-4,10],[-2,6],[-3,5],[-2,5],[-1,5],[-2,4],[-2,4],[-7,16],[-1,4],[-1,2],[-4,9],[-3,9],[-4,9],[-2,4],[-2,5],[-2,5],[-1,4],[-5,12],[-4,9],[-2,5],[-4,11],[-2,5],[-2,5],[-2,4],[-2,5],[-3,8],[-5,12],[-2,5],[-3,8],[-5,13],[-5,11],[-3,9],[-3,7],[-2,7],[-2,5],[-2,5],[-4,9],[-3,9],[-9,21],[-2,6],[-5,11],[-4,12],[-2,5],[-5,12],[-1,2],[-3,8],[-3,7],[-3,7],[-3,7],[-3,7],[-4,9],[-4,7],[-6,12],[-3,6],[-3,6],[-6,9],[-5,8],[-6,10],[-6,9],[-6,8],[-6,8],[-5,8],[-8,11],[-3,5],[-3,4],[-6,8],[-5,7],[-7,10],[-5,7],[-4,6],[-8,11],[-3,4],[-8,12],[-7,9],[-7,10],[-8,10],[-3,5],[-1,2],[-7,10],[-3,4],[-4,5],[-5,8],[-6,8],[-4,6],[-5,6],[-6,8],[-6,9],[-3,5],[-4,5],[-8,11],[-5,7],[-4,6],[-5,6],[-8,11],[-10,15],[-6,8],[-4,5],[-4,5],[-5,8],[-3,4],[-3,5],[-4,4],[-5,7],[-6,9],[-5,7],[-7,10],[-3,4],[-3,5],[-4,5],[-3,5],[-4,4],[-3,5],[-5,7],[-6,9],[-4,5],[-4,5],[-3,5],[-7,9],[-6,8],[-7,10],[-2,3],[-5,6],[-4,6],[-7,10],[-4,6],[-4,5],[-9,13],[-5,6],[-7,10],[-17,21],[-14,20],[-13,19],[-7,10],[-7,11],[-6,7],[-15,21],[-10,14],[-9,13],[-15,21],[-7,10],[-7,10],[-7,9],[-6,10],[-14,18],[-7,11],[-8,11],[-16,22],[-7,12],[-3,4],[36,40],[26,29],[83,91],[13,21],[12,40],[-2,41],[-9,30],[-127,334],[-28,74],[-8,20],[-1,2],[-35,92],[-16,18],[-10,5],[-23,57],[-18,-4],[-51,98],[-24,45],[-1,0],[-47,87],[-8,16],[-17,30],[-123,215],[-31,54],[-17,39],[-7,18],[-15,38],[-2,23],[0,1],[0,6],[1,38],[-30,49],[-52,70],[-9,25],[-3,24],[0,26],[2,18],[10,15],[10,12],[12,6],[15,7],[14,11],[5,9],[1,43],[-5,19],[-10,22],[-10,9],[-11,14],[-20,-2],[-17,-11],[-44,-33],[-21,-13],[-12,-5],[-6,-3],[-7,0],[-91,7],[-1,6],[-8,24],[-5,16],[-5,16],[-4,15],[-6,19],[-4,15],[-4,15],[-6,19],[-9,33],[-3,8],[-8,28],[-5,20],[-3,9],[-6,19],[-4,14],[-4,13],[-5,18],[-1,3],[-6,19],[-5,20],[-2,7],[-2,5],[-3,11],[-7,26],[-4,12],[-4,13],[-4,14],[-4,14],[-9,33],[-3,8],[-5,19],[-5,18],[-5,17],[-4,13],[-4,14],[-8,29],[-6,17],[-4,15],[-4,15],[-5,16],[-4,15],[-5,15],[-2,10],[-3,9],[-7,26],[-5,16],[-3,10],[-2,9],[-3,9],[-6,21],[-4,17],[-5,17],[-4,14],[-7,23],[-3,12],[-4,12],[-6,23],[-4,11],[-3,11],[-5,17],[-4,13],[-4,14],[-3,10],[-3,11],[-2,6],[-3,11],[-3,10],[-5,19],[-4,22],[-3,25],[-2,15],[-3,23],[-1,11],[-1,11],[-1,9],[-1,10],[-1,14],[-1,15],[-1,6],[-2,20],[-1,10],[-1,10],[-1,19],[-3,22],[-1,11],[-1,12],[-2,15],[-2,19],[-2,20],[-2,14],[-2,21],[-2,17],[-1,14],[-3,30],[-2,15],[-1,13],[-1,16],[-2,17],[-1,12],[0,12],[-2,13],[-1,12],[-2,17],[-2,17],[-2,16],[0,7],[-2,17],[-2,16],[-1,16],[-1,15],[-1,14],[-1,9],[-2,18],[-1,9],[-1,9],[-2,15],[-1,9],[-1,10],[-2,12],[-2,8],[-1,9],[-4,19],[-2,13],[-5,25],[-2,10],[-4,16],[-3,16],[-3,15],[-4,16],[-2,10],[-2,11],[-5,19],[-4,19],[-4,21],[-4,15],[-3,16],[-3,18],[-5,22],[-4,17],[-3,17],[-3,12],[-3,12],[-2,14],[-3,14],[-5,20],[-5,18],[-1,5],[-4,22],[-6,26],[-4,20],[-3,12],[-2,12],[-3,12],[-2,12],[-5,26],[-5,21],[-3,11],[-2,11],[-6,23],[-2,10],[-8,33],[-3,14],[-4,15],[-4,15],[-3,10],[-7,29],[-4,13],[-5,22],[-4,19],[-5,19],[-7,29],[-6,26],[-5,17],[-8,33],[-8,33],[-5,18],[-2,8],[-6,23],[-6,23],[-7,18],[-2,6],[-7,16],[-3,7],[-4,9],[-2,4],[0,1],[-2,2],[0,1],[-5,6],[-6,9],[-6,10],[-10,12],[-8,9],[-3,3],[-9,8],[-3,3],[-9,6],[-3,2],[-12,7],[-10,6],[-4,2],[-3,2],[-4,2],[-2,1],[-2,1],[-3,1],[-10,4],[-3,1],[-1,0],[-8,3],[-7,3],[-2,1],[-13,5],[-9,3],[-11,3],[-10,0],[-20,2],[-9,1],[-20,2],[-10,1],[-11,1],[-10,1],[-10,1],[-29,2],[-5,1],[-16,1],[-27,3],[-45,4],[-10,1],[-6,0],[-16,2],[-15,2],[-29,3],[-12,3],[-23,5],[-2,0],[-7,2],[-22,4],[-15,5],[-17,6],[-6,3],[-17,8],[-23,12],[-14,10],[-22,14],[-18,14],[-16,13],[-22,21],[-6,6],[-21,19],[-11,10],[-20,17],[-10,9],[-13,11],[-4,3],[-12,9],[-6,7],[-20,19],[-18,17],[-16,15],[-11,13],[-9,11],[-7,12],[-5,12],[-2,8],[-6,19],[-3,10],[-10,32],[-3,9],[-9,29],[-3,10],[-8,28],[-2,9],[-8,25],[-6,17],[-8,24],[-7,22],[-4,13],[-10,32],[-3,10],[-7,28],[-2,7],[-5,19],[-3,10],[-1,6],[-2,6],[-5,19],[-4,9],[-5,17],[-4,12],[-7,22],[-6,25],[-5,16],[-7,21],[-4,14],[-9,33],[-3,11],[-5,17],[-6,21],[-2,8],[-5,16],[-9,27],[-5,13],[-6,18],[-4,12],[-10,31],[-5,12],[-8,24],[-2,7],[-8,22],[-11,29],[-8,24],[-3,6],[-5,15],[-7,20],[-6,16],[-7,20],[-10,27],[-6,16],[-2,8],[-9,24],[-3,11],[-6,17],[-6,16],[-3,9],[-4,8],[-7,11],[-9,13],[-10,15],[-11,13],[-13,11],[-10,8],[-1,408],[0,11],[0,6],[-1,48],[3,58],[1,5],[6,29],[8,42],[15,53],[18,68],[5,26],[5,33],[3,31],[2,38],[1,6],[0,6],[0,6],[0,6],[0,6],[0,6],[0,6],[0,6],[-1,6],[0,6],[0,6],[0,6],[-1,6],[0,5],[-1,6],[0,6],[-1,6],[0,6],[-3,15],[-2,14],[-1,6],[-1,6],[-1,6],[-2,6],[-1,6],[-1,6],[-1,6],[-8,30],[-2,7],[-2,8],[-5,13],[-1,2],[0,1],[-1,2],[-1,1],[0,2],[-1,1],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,2],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,1],[-1,1],[-1,1],[-2,1],[-1,0],[-1,1],[-2,1],[-8,4],[-208,112],[-201,107],[-53,28],[-17,-15],[-1,-1],[-137,-29],[-4,-2],[-3,-1],[-1,-1],[-7,-6],[-37,-34],[-44,-29],[-52,-23],[-52,-15],[-40,-6],[-64,12],[-31,6],[0,0],[-6,3],[-22,4],[-19,4],[-16,2],[-4,1],[-14,3],[-21,4],[-17,2],[-4,1],[-15,2],[-13,2],[-12,2],[-15,3],[-30,6],[-8,1],[-31,6],[-18,3],[-15,3],[-16,3],[-10,2],[-31,6],[-17,3],[-35,7],[-33,6],[-19,3],[-12,2],[-11,2],[-14,3],[-24,4],[-10,2],[-24,5],[-15,3],[-15,3],[-7,1],[-19,4],[-18,3],[-17,4],[-23,4],[-32,6],[-35,6],[-22,5],[-21,4],[-18,3],[-14,3],[-40,7],[-13,3],[-29,5],[-33,7],[-32,6],[-30,5],[-26,5],[-6,2],[-37,7],[-29,5],[-19,4],[-19,3],[-10,2],[-11,2],[-33,6],[-48,8],[-18,3],[-30,6],[-24,4],[-17,4],[-17,3],[-11,2],[-22,4],[-18,3],[-19,4],[-19,3],[-16,3],[-15,3],[-15,3],[-26,5],[-16,3],[-23,5],[-22,4],[-31,6],[-12,2],[-38,7],[-12,2],[-35,7],[-14,2],[-15,2],[-16,3],[-23,4],[-5,2],[-11,2],[-12,4],[-4,1],[-1,0],[-22,3],[-11,2],[-11,3],[-22,3],[-9,2],[-22,3],[-7,1],[-14,3],[-15,3],[-29,7],[-18,4],[-12,3],[-2,0],[-1,1],[-4,0],[-5,1],[-3,0],[-3,0],[-11,2],[-2,0],[-10,1],[0,0],[-1,0],[-1,0],[-5,2],[-13,2],[-3,1],[-10,2],[-8,1],[-4,1],[-1,0],[-14,2],[-3,0],[-14,2],[-33,7],[-38,8],[-15,3],[-40,7],[-21,4],[-35,6],[-10,2],[-38,6],[-9,2],[-17,3],[-17,3],[-12,3],[-9,2],[-25,4],[-24,5],[-17,3],[-24,4],[-27,5],[-14,3],[-30,6],[-22,4],[-30,5],[-29,6],[-22,4],[-18,3],[-23,5],[-6,1],[-31,6],[-31,6],[-22,4],[-10,2],[-10,2],[-16,3],[-40,8],[-10,2],[-10,2],[-19,3],[-23,5],[-28,4],[-20,4],[-10,2],[-10,2],[-14,2],[-14,3],[-17,3],[-11,2],[-11,2],[-30,6],[-19,3],[-12,2],[-13,3],[-45,9],[-16,3],[-16,3],[-6,1],[-20,4],[-27,5],[-17,4],[-30,5],[-20,4],[-6,2],[-18,4],[-15,5],[-8,3],[-22,8],[-10,4],[-11,4],[-22,8],[-16,6],[-7,3],[-23,9],[-37,15],[-12,5],[-12,4],[-6,3],[-25,10],[-23,9],[-10,4],[-32,13],[-15,6],[-17,6],[-28,11],[-7,2],[-26,10],[-26,9],[-18,7],[-6,2],[-11,5],[-7,3],[-5,2],[-1,1],[-1,0],[-1,1],[-10,6],[-4,3],[-2,1],[-4,2],[-2,0],[-4,2],[-2,0],[-10,3],[-2,1],[0,0],[-7,2],[-6,2],[-5,2],[-10,3],[-7,2],[-13,3],[-13,4],[-13,4],[-23,6],[-29,8],[-20,5],[0,1],[-5,0],[0,0],[-14,3],[-27,4],[-8,2],[-31,6],[-8,1],[-15,3],[-16,3],[-27,5],[-9,2],[-30,6],[-32,6],[-10,2],[-32,6],[-27,6],[-38,8],[-13,2],[-26,7],[-24,5],[-16,3],[-16,4],[-16,3],[-27,5],[-27,6],[-21,4],[-7,1],[-19,4],[-6,1],[-20,4],[-6,1],[-26,5],[-23,5],[-23,5],[-7,1],[-20,4],[-7,1],[-20,4],[-7,1],[-24,6],[-18,5],[-18,7],[-12,6],[-8,6],[-8,4],[-3,2],[-2,1],[-1,1],[-1,0],[0,0],[0,0],[-1,0],[-4,3],[-1,1],[-8,4],[-8,6],[-14,13],[-14,13],[-12,14],[-11,12],[-9,13],[-10,14],[-11,19],[-9,18],[-10,24],[-7,22],[-5,18],[-3,17],[-1,17],[-2,24],[-1,24],[-6,11],[-2,1],[-1,2],[2,6],[0,12],[0,10],[-1,7],[0,10],[0,13],[-9,3],[-1,1],[-3,6],[-1,6],[-1,3],[-2,19],[0,6],[-1,22],[0,8],[-2,22],[-1,22],[-1,24],[-1,22],[-3,22],[-7,23],[-8,20],[-10,17],[-13,17],[-14,15],[-15,10],[-13,8],[-12,6],[-20,7],[-22,6],[-14,4],[-23,7],[-9,3],[-25,8],[-17,6],[-25,8],[-11,3],[-30,10],[-30,9],[-10,3],[-35,10],[-31,10],[-11,4],[-36,12],[-25,6],[-14,4],[-18,5],[-22,7],[-7,2],[-26,9],[-22,6],[-12,3],[-19,6],[-9,3],[-17,5],[-22,7],[-5,1],[-26,7],[-10,3],[-31,7],[-12,3],[-12,3],[-26,5],[-9,2],[-39,7],[-47,7],[-25,2],[-8,1],[-18,1],[-6,1],[-30,2],[-9,1],[-17,1],[-16,1],[-29,2],[-10,0],[-25,2],[-14,1],[-33,2],[-15,1],[-34,2],[-12,1],[-31,3],[-9,0],[-33,3],[-11,1],[-36,1],[-12,1],[-32,1],[-32,1],[-22,2],[-35,3],[-12,1],[-31,2],[-11,0],[-28,1],[-14,1],[-28,2],[-10,1],[-36,3],[-39,2],[-21,2],[-33,2],[-13,0],[-12,1],[-24,2],[-31,2],[-25,1],[-25,2],[-9,0],[-24,2],[-12,1],[-12,1],[-25,2],[-25,2],[-36,2],[-17,1],[-13,1],[-12,0],[-19,2],[-7,0],[-15,1],[-16,1],[-16,1],[-32,2],[-14,1],[-47,3],[-30,2],[-13,1],[-14,1],[-30,2],[-28,2],[-28,2],[-30,2],[-15,1],[-16,0],[-7,1],[-29,1],[-25,1],[-32,2],[-11,1],[-34,2],[-15,1],[-24,1],[-25,2],[-26,2],[-14,1],[-23,1],[-8,1],[-36,2],[-40,3],[-25,2],[-8,0],[-24,2],[-21,1],[-30,1],[-24,2],[-6,1],[-25,2],[-15,1],[-23,2],[-7,0],[-19,3],[-24,0],[-8,1],[-20,0],[-7,1],[-20,0],[-11,1],[-25,0],[-6,0],[-13,0],[-9,0],[-10,5],[-4,10],[-25,2],[-21,1],[-6,1],[-20,1],[-6,1],[-9,3],[-9,-3],[-12,-4],[-16,-3],[-29,-3],[-19,-3],[-23,-4],[-23,-6],[-20,-4],[-21,-5],[-17,-6],[-22,-5],[-22,-9],[-23,-9],[-22,-11],[-18,-9],[-13,-7],[-9,-6],[-8,-5],[-4,-2],[-14,-10],[-18,-12],[-20,-16],[-16,-14],[-18,-17],[-15,-14],[-15,-17],[-15,-19],[-17,-22],[-12,-17],[-24,-42],[-11,-19],[-10,-18],[-11,-18],[-21,-36],[-14,-23],[-22,-38],[-14,-23],[-19,-32],[-16,-26],[-7,-13],[-24,-42],[-22,-36],[-6,-11],[-9,-14],[-9,-15],[-9,-15],[-20,-33],[-11,-20],[-14,-23],[-14,-24],[-27,-46],[-17,-29],[-6,-12],[-12,-20],[-12,-20],[-14,-24],[-20,-33],[-9,-16],[-10,-16],[-11,-18],[-10,-17],[-10,-17],[-13,-22],[-10,-17],[-9,-18],[-15,-25],[-15,-26],[-19,-31],[-18,-31],[-18,-29],[-9,-15],[-9,-15],[-26,-44],[-17,-29],[-6,-9],[-18,-31],[-5,-10],[-14,-23],[-14,-24],[-16,-27],[-11,-19],[-4,-7],[-11,-19],[-11,-20],[-7,-13],[-13,-22],[-13,-22],[-6,-11],[-10,-17],[-10,-17],[-9,-14],[-11,-20],[-11,-19],[-9,-15],[-12,-19],[-11,-18],[-10,-17],[-10,-18],[-11,-18],[-10,-19],[-11,-17],[-10,-18],[-7,-12],[-10,-16],[-10,-16],[-9,-16],[-10,-16],[-7,-12],[-14,-24],[-9,-15],[-13,-22],[-8,-13],[-10,-18],[-10,-17],[-4,-8],[-5,-7],[-4,-6],[-7,-7],[-1,-1],[-3,-6],[-3,-11],[-1,-5],[-2,2],[-1,-3],[-8,-11],[-8,-13],[-1,-1],[-7,-9],[-5,-10],[-6,-12],[-2,-4],[-6,-12],[-4,-8],[-5,-9],[-10,-18],[-14,-22],[-12,-20],[-4,-6],[-10,-18],[-13,-22],[-5,-8],[-15,-25],[-12,-20],[-13,-21],[-10,-17],[-15,-25],[-7,-12],[-14,-22],[-20,-33],[-22,-38],[-21,-34],[-16,-28],[-22,-38],[-26,-44],[-17,-33],[-6,-7],[-4,-4],[-2,-5],[-1,-5],[-3,-7],[-13,-22],[-5,-8],[-16,-25],[-17,-29],[-20,-34],[-14,-24],[-25,-41],[-17,-30],[-18,-32],[-6,-9],[-16,-29],[-7,-14],[-16,-34],[-4,-13],[-14,-38],[-4,-13],[-12,-38],[-4,-17],[-10,-43],[-3,-14],[-7,-39],[-2,-12],[-6,-39],[-1,-14],[-3,-41],[-1,-16],[0,-48],[3,-66],[1,-16],[1,-17],[1,-17],[2,-29],[1,-11],[0,-31],[1,-35],[0,-37],[0,-31],[0,-15],[1,-45],[0,-24],[1,-43],[0,-30],[1,-16],[1,-32],[2,-34],[0,-11],[1,-35],[1,-47],[0,-46],[0,-25],[-1,-36],[0,-36],[0,-37],[1,-36],[1,-29],[2,-30],[0,-15],[1,-39],[0,-20],[1,-20],[0,-24],[0,-25],[0,-38],[1,-34],[0,-17],[0,-18],[0,-34],[0,-27],[0,-27],[3,-34],[0,-27],[1,-27],[1,-19],[0,-30],[0,-30],[1,-40],[0,-30],[0,-18],[-1,-19],[0,-12],[1,-32],[0,-42],[-1,-30],[-2,-44],[-2,-53],[-1,-18],[-3,-35],[-2,-35],[-3,-57],[-2,-40],[-1,-14],[-1,-33],[-1,-37],[0,-26],[0,-26],[0,-13],[0,-36],[0,-35],[1,-45],[0,-12],[0,-32],[0,-32],[0,-38],[0,-16],[0,-38],[0,-14],[0,-23],[0,-23],[0,-37],[0,-15],[1,-17],[3,-34],[3,-31],[5,-32],[3,-16],[5,-30],[2,-9],[0,-3],[1,-3],[0,-2],[0,-1],[1,-3],[0,-1],[6,-28],[7,-31],[7,-20],[7,-21],[18,-49],[15,-36],[5,-12],[23,-56],[23,-52],[14,-34],[4,-10],[7,-18],[15,-37],[6,-13],[15,-37],[4,-12],[22,-52],[7,-18],[8,-18],[11,-28],[8,-19],[7,-18],[7,-18],[4,-10],[12,-28],[9,-23],[11,-27],[10,-24],[14,-35],[10,-25],[14,-34],[9,-21],[9,-21],[9,-21],[8,-20],[10,-24],[3,-8],[17,-48],[24,-54],[6,-15],[9,-19],[8,-19],[12,-32],[5,-11],[8,-26],[5,-17],[7,-25],[3,-9],[3,-24],[1,-9],[2,-23],[1,-12],[1,-13],[-2,-9],[0,-2],[-1,-8],[0,-1],[-1,-4],[0,-4],[-1,-2],[0,-6],[1,-10],[-2,0],[-9,-1],[1,-2],[0,-9],[-1,-14],[-4,-17],[-6,-16],[7,-6],[2,0],[1,-1],[3,-5],[-3,-7],[-3,-7],[-4,-11],[-2,-7],[-4,-9],[-3,-9],[-5,-14],[-10,-24],[-9,-17],[-3,-6],[-15,-20],[-15,-20],[-8,-11],[-20,-24],[-14,-16],[-21,-26],[-16,-19],[-25,-30],[-16,-19],[-23,-28],[-13,-15],[-5,-7],[-16,-19],[-20,-25],[-30,-35],[-18,-21],[-11,-14],[-13,-15],[-21,-26],[-14,-16],[-15,-18],[-26,-30],[-13,-16],[-30,-36],[-10,-13],[-11,-13],[-5,-6],[-22,-26],[-24,-28],[-17,-20],[-7,-8],[-18,-22],[-20,-24],[-17,-22],[-15,-19],[-11,-12],[-30,-36],[-19,-22],[-29,-34],[-22,-26],[-36,-41],[-6,-8],[-20,-25],[-16,-20],[-20,-20],[-14,-15],[-12,-14],[-23,-26],[-22,-26],[-22,-26],[-20,-24],[-24,-29],[-26,-32],[-14,-20],[-12,-20],[-8,-18],[-5,-15],[-5,-23],[-3,-19],[-4,-43],[-1,-27],[-2,-25],[-1,-26],[-1,-19],[-1,-12],[-1,-25],[-1,-25],[-1,-27],[-2,-46],[-1,-23],[-1,-23],[-1,-13],[-2,-39],[-3,-47],[-1,-40],[-3,-50],[-3,-69],[-1,-32],[-3,-51],[-1,-31],[-4,-68],[-3,-37],[0,-9],[-3,-39],[-2,-53],[-1,-12],[-3,-37],[-2,-42],[-2,-31],[-2,-32],[-4,-54],[-1,-33],[-2,-40],[-1,-23],[-1,-23],[-1,-13],[-2,-37],[-3,-52],[-1,-15],[-3,-44],[-1,-38],[-2,-42],[-1,-21],[-1,-22],[-2,-34],[-2,-26],[-1,-26],[-2,-21],[-2,-47],[-1,-23],[-3,-56],[-1,-21],[-2,-50],[-1,-20],[-2,-51],[-1,-18],[-2,-53],[-1,-11],[-2,-33],[-4,-24],[-5,-21],[-10,-21],[-17,-27],[-18,-24],[-13,-18],[-22,-29],[-7,-9],[-24,-29],[-22,-29],[-18,-19],[-8,-10],[-25,-30],[-6,-10],[-23,-29],[-5,-8],[-17,-23],[-21,-29],[-14,-26],[-12,-24],[-12,-27],[-12,-27],[-10,-21],[-3,-6],[-20,-44],[-5,-11],[-17,-39],[-9,-20],[-9,-21],[-4,-9],[-15,-35],[-18,-44],[-6,-12],[-16,-36],[-25,-56],[-12,-24],[-22,-47],[-19,-44],[-11,-25],[-11,-25],[-11,-24],[-17,-35],[-9,-21],[-9,-21],[-18,-40],[-6,-13],[-21,-47],[-19,-40],[-20,-42],[-17,-39],[-17,-37],[-18,-40],[-7,-17],[-9,-27],[-4,-22],[-3,-30],[-1,-27],[1,-32],[3,-25],[5,-46],[5,-45],[4,-35],[6,-49],[3,-26],[7,-63],[7,-45],[5,-48],[2,-19],[7,-60],[6,-48],[2,-14],[4,-43],[4,-34],[5,-42],[3,-28],[1,-40],[-4,-31],[-7,-34],[-14,-63],[-14,-64],[-19,-76],[-9,-40],[-9,-40],[-16,-74],[-15,-71],[-10,-51],[-7,-41],[-3,-12],[-2,-18],[-5,-32],[-6,-29],[-2,-10],[-5,-27],[-2,-9],[-4,-22],[0,-3],[-2,-10],[-4,-21],[-1,-7],[-2,-7],[-1,-6],[-3,-9],[-1,-3],[-1,-2],[-1,0],[-9,-11],[-1,-5],[-2,-7],[-2,-4],[-2,-5],[-1,-3],[-2,-5],[0,0],[-11,-25],[-8,-30],[-8,-43],[-9,-39],[-11,-47],[-11,-46],[-10,-48],[-9,-42],[-8,-33],[-9,-40],[-10,-35],[-12,-30],[-14,-27],[-17,-25],[-20,-28],[-24,-29],[-5,-5],[0,0],[-3,-2],[-1,-1],[-9,-7],[-16,-10],[-17,-10],[-22,-9],[-16,-5],[-8,-3],[-22,-4],[-23,-3],[-23,-1],[-24,0],[-29,2],[-21,1],[-7,0],[-20,1],[-9,1],[-25,2],[-36,0],[-33,2],[-35,1],[-37,3],[-36,3],[-33,1],[-36,4],[-30,1],[-18,1],[-65,3],[-72,6],[-87,9],[-35,2],[-36,2],[-19,1],[-17,1],[-40,3],[-19,1],[-16,2],[-43,4],[-32,1],[-14,1],[-45,3],[-94,6],[-43,2],[-43,2],[-78,6],[-34,2],[-33,3],[-37,2],[-4,1],[-18,-1],[-34,2],[-34,2],[-30,1],[-12,1],[-47,2],[-24,1],[-39,3],[-14,1],[-53,3],[-16,1],[-8,0],[-20,2],[-20,1],[-25,2],[-26,1],[-14,1],[-15,0],[-16,1],[-14,0],[-34,2],[-11,0],[-17,1],[-17,0],[-29,2],[-29,2],[-52,3],[-27,3],[-22,1],[-21,2],[-27,1],[-17,1],[-17,1],[-64,3],[-71,5],[-80,4],[-34,3],[-18,1],[-64,5],[-19,2],[-18,2],[-16,0],[-25,2],[-24,2],[-30,2],[-29,2],[-29,1],[-19,0],[-25,1],[-23,0],[-18,-1],[-16,-2],[-20,-1],[-21,-4],[-16,-3],[-18,-4],[-18,-4],[-20,-6],[-20,-4],[-18,-6],[-12,-5],[-13,-6],[-17,-8],[-17,-10],[-19,-8],[-12,-7],[-3,-3],[-2,-2],[-1,-1],[-2,-1],[-1,-2],[-1,-1],[-3,-2],[-6,-4],[-12,-6],[-9,-5],[-7,-5],[-8,-4],[-8,-5],[-8,-5],[-8,-6],[-11,-9],[-19,-14],[-19,-14],[-13,-11],[-9,-8],[-11,-9],[-13,-11],[-9,-10],[-8,-8],[-6,-7],[-11,-11],[-9,-10],[-9,-9],[-9,-10],[-6,-8],[-7,-7],[-6,-6],[-5,-9],[-9,-4],[-3,-2],[-6,-6],[-2,-1],[-9,-9],[-9,-11],[-9,-11],[-6,-9],[-5,-8],[-4,-6],[-4,-6],[-5,-8],[-4,-8],[-6,-10],[-6,-12],[-7,-14],[-8,-14],[-7,-15],[-6,-11],[-4,-11],[-4,-10],[-4,-10],[-5,-13],[-7,-17],[-7,-19],[-5,-16],[-5,-16],[-5,-13],[-7,-14],[-5,-13],[-6,-11],[-7,-11],[-7,-13],[-5,-8],[-5,-8],[-8,-9],[-4,-5],[-3,-3],[-9,-8],[-9,-10],[-12,-10],[-10,-9],[-8,-6],[-7,-5],[-7,-5],[-8,-4],[-9,-5],[-7,-4],[-8,-4],[-7,-3],[-9,-4],[-8,-4],[-7,-2],[-7,-3],[-7,-1],[-8,-2],[-8,-1],[-9,-1],[-10,-1],[-10,-1],[-9,-1],[-12,0],[-8,0],[-11,-1],[-10,1],[-8,0],[-8,2],[-7,1],[-9,2],[-9,2],[-6,-1],[-5,-1],[-6,-2],[-2,0],[-7,-1],[-3,-1],[-1,0],[0,0],[-5,0],[-8,2],[-13,4],[-12,2],[-12,3],[-9,3],[-6,2],[-8,2],[-11,2],[-14,3],[-13,3],[-13,3],[-14,3],[-16,3],[-15,4],[-12,3],[-11,3],[-12,3],[-11,3],[-13,2],[-12,3],[-11,3],[-12,3],[-13,4],[-11,3],[-11,2],[-13,3],[-14,3],[-10,2],[-11,4],[-6,2],[-13,3],[-15,4],[-11,3],[-13,3],[-14,3],[-16,3],[-16,4],[-13,3],[-14,3],[-17,4],[-16,5],[-17,3],[-20,5],[-24,5],[-21,4],[-15,3],[-12,3],[-7,2],[-3,0],[-4,1],[-8,-1],[-11,0],[-6,0],[-2,2],[-3,1],[-8,0],[-9,0],[-10,0],[-12,-1],[-14,-1],[-14,-2],[-14,-3],[-12,-2],[-53,-8],[-29,-5],[-17,-3],[-17,-3],[-29,-5],[-30,-4],[-20,-2],[-30,-5],[-24,-4],[-33,-5],[-26,-4],[-33,-5],[-17,-3],[-36,-6],[-20,-2],[-43,-7],[-31,-6],[-15,-2],[-33,-5],[-16,-2],[-34,-6],[-22,-3],[-33,-6],[-8,-1],[-33,-5],[-10,-2],[-18,-3],[-19,-2],[-33,-5],[-10,-2],[-40,-7],[-11,-1],[-40,-6],[-14,-2],[-45,-7],[-23,-3],[-59,-10],[-63,-10],[-21,-3],[-20,-4],[-31,-4],[-17,-2],[-35,-5],[-28,-5],[-33,-5],[-17,-3],[-33,-5],[-12,-2],[-29,-5],[-18,-3],[-29,-4],[-17,-3],[-32,-5],[-19,-3],[-31,-5],[-15,-2],[-38,-7],[-33,-6],[-10,-3],[-22,-4],[-45,-10],[-45,-12],[-42,-10],[-34,-8],[-14,-4],[-33,-9],[-14,-3],[-29,-7],[-9,-2],[-32,-9],[-21,-5],[-21,-6],[-42,-11],[-11,-3],[-48,-12],[-24,-6],[-24,-6],[-16,-4],[-29,-8],[-29,-7],[-33,-8],[-8,-3],[-48,-12],[-42,-10],[-14,-4],[-40,-10],[-10,-2],[-39,-11],[-17,-4],[-29,-8],[-41,-10],[-40,-10],[-35,-9],[-14,-4],[-35,-8],[-11,-3],[-33,-8],[-19,-5],[-33,-8],[-11,-3],[-36,-9],[-12,-3],[-47,-13],[-55,-15],[-41,-11],[-41,-12],[-10,-3],[-49,-16],[-48,-15],[-23,-7],[-23,-7],[-15,-5],[-32,-10],[-14,-5],[-42,-15],[-11,-3],[-27,-11],[-10,-4],[-17,-7],[-18,-7],[-18,-6],[-14,-6],[-15,-6],[-7,-2],[-6,-1],[-5,-1],[-2,0],[-3,0],[-8,-1],[-6,0],[0,0],[-5,0],[-12,-5],[-4,-2],[-12,-4],[-5,-2],[-3,-10],[-6,-6],[-4,-2],[-7,-1],[-6,-2],[-5,-2],[-4,-1],[-9,-4],[-10,-4],[-4,-2],[-12,-5],[-12,-4],[-17,-7],[-6,-2],[-23,-10],[-28,-12],[-38,-17],[-42,-18],[-41,-19],[-39,-18],[-23,-12],[-29,-14],[-9,-5],[-31,-14],[-31,-15],[-35,-18],[-31,-16],[-11,-6],[-39,-21],[-39,-21],[-30,-16],[-17,-10],[-16,-9],[-28,-15],[-9,-4],[-48,-26],[-17,-9],[-44,-25],[-17,-10],[-42,-22],[-14,-7],[-37,-21],[-13,-6],[-44,-24],[-15,-8],[-37,-20],[-31,-17],[-31,-17],[-30,-16],[-44,-24],[-16,-8],[-36,-20],[-29,-16],[-30,-16],[-34,-18],[-38,-20],[-12,-7],[-46,-24],[-18,-10],[-34,-20],[-16,-8],[-17,-10],[-17,-9],[-21,-12],[-9,-4],[-31,-17],[-11,-6],[-42,-23],[-41,-22],[-34,-18],[-11,-6],[-41,-22],[-34,-19],[-12,-6],[-30,-17],[-12,-6],[-28,-16],[-17,-9],[-31,-17],[-10,-5],[-30,-16],[-10,-6],[-30,-16],[-9,-4],[-29,-16],[-18,-10],[-35,-18],[-11,-7],[-34,-18],[-16,-9],[-28,-16],[-21,-11],[-34,-17],[-11,-6],[-38,-21],[-12,-7],[-33,-18],[-14,-8],[-31,-16],[-23,-13],[-31,-16],[-14,-8],[-32,-18],[-15,-9],[-20,-11],[-14,-9],[-20,-13],[-21,-15],[-20,-16],[-18,-16],[-22,-21],[-17,-16],[-17,-19],[-17,-19],[-16,-20],[-13,-17],[-12,-17],[-13,-19],[-16,-24],[-11,-18],[-12,-20],[-10,-18],[-2,-3],[-6,-11],[-8,-19],[-9,-19],[-10,-25],[-13,-28],[-9,-22],[-10,-22],[-10,-22],[-13,-30],[-4,-9],[-11,-24],[-15,-31],[-13,-29],[-13,-30],[-13,-23],[-3,-7],[-13,-22],[-15,-25],[-5,-7],[-11,-18],[-8,-10],[-7,-10],[-6,-8],[-5,-6],[-6,-10],[-14,-4],[-12,-16],[0,0],[-3,-4],[-14,-11],[-3,-14],[-5,-4],[-3,-3],[-5,-4],[-4,-4],[-8,-7],[-9,-8],[-12,-10],[-11,-9],[-14,-11],[-9,-7],[-17,-12],[-6,-4],[-12,-8],[-12,-8],[-24,-14],[-23,-13],[-28,-14],[-19,-10],[-23,-12],[-17,-10],[-17,-9],[-43,-23],[-34,-18],[-22,-12],[-20,-10],[-21,-11],[-43,-24],[-50,-26],[-16,-8],[-20,-10],[-20,-11],[-18,-9],[-25,-14],[-24,-14],[-25,-13],[-24,-13],[-32,-17],[-21,-11],[-18,-10],[-19,-10],[-16,-9],[-20,-11],[-21,-11],[-16,-8],[-22,-12],[-22,-11],[-10,-6],[-30,-15],[-23,-13],[-18,-10],[-20,-11],[-15,-8],[-16,-8],[-24,-13],[-20,-10],[-19,-10],[-14,-7],[-17,-9],[-17,-9],[-35,-19],[-15,-9],[-24,-13],[-17,-10],[-21,-11],[-7,-4],[-27,-15],[-17,-9],[-23,-14],[-18,-10],[-22,-15],[-14,-9],[-28,-20],[-20,-18],[-6,-5],[-17,-15],[-9,-7],[-14,-14],[-4,-5],[-14,-15],[-20,-21],[-16,-19],[-9,-11],[-16,-22],[-12,-15],[-19,-30],[-16,-27],[-5,-8],[-16,-28],[-6,-9],[-9,-18],[-10,-19],[-12,-22],[-16,-29],[-16,-31],[-12,-22],[-12,-22],[-23,-42],[-23,-41],[-6,-11],[-24,-44],[-15,-29],[-16,-30],[-6,-10],[-17,-32],[-13,-23],[-19,-32],[-10,-17],[-14,-28],[-6,-12],[-18,-33],[-10,-19],[-13,-24],[-5,-9],[-14,-26],[-5,-9],[-20,-35],[-5,-10],[-15,-26],[-13,-25],[-18,-27],[-6,-11],[-16,-25],[-5,-9],[-21,-30],[-19,-24],[-4,-4],[-5,-9],[-13,-17],[-17,-21],[-6,-7],[-23,-26],[-21,-24],[-22,-23],[-19,-19],[-7,-6],[-27,-26],[-22,-20],[-7,-6],[-21,-17],[-19,-15],[-25,-18],[-26,-18],[-23,-16],[-8,-5],[-22,-13],[-25,-14],[-22,-12],[-7,-4],[-30,-15],[-8,-4],[-22,-10],[-8,-4],[-17,-8],[-18,-8],[-17,-7],[-23,-8],[-8,-2],[-27,-10],[-9,-3],[-30,-7],[-30,-8],[-31,-7],[-34,-8],[-30,-7],[-25,-5],[-27,-6],[-37,-9],[-37,-8],[-35,-8],[-33,-7],[-10,-2],[-30,-7],[-8,-1],[-34,-8],[-20,-5],[-29,-5],[-34,-7],[-39,-9],[-34,-8],[-21,-6],[-14,-3],[-4,0],[-22,-4],[-5,-1],[-13,-10],[-2,-1],[-2,-2],[-19,-10],[-1,-1],[-8,-2],[-8,-3],[-16,-5],[-10,-3],[-30,-7],[-13,-2],[-19,-5],[-26,-5],[-6,-1],[-32,-7],[-11,-3],[-34,-8],[-29,-6],[-26,-4],[-33,-8],[-30,-7],[-10,-3],[-1,0],[-5,-1],[-32,-7],[-28,-6],[-39,-9],[-16,-3],[-18,-4],[-48,-12],[-48,-12],[-55,-11],[-45,-8],[-51,-13],[-35,-9],[-49,-12],[-39,-9],[-11,-2],[-41,-8],[-34,-7],[-45,-11],[-43,-10],[-47,-11],[-20,-5],[-26,-6],[-39,-10],[-42,-10],[-43,-10],[-39,-9],[-12,-3],[-16,-4],[-19,-4],[-43,-11],[-43,-11],[-35,-8],[-70,-16],[-68,-15],[-62,-16],[-91,-20],[-84,-22],[-45,-11],[-46,-9],[-50,-12],[-57,-13],[-27,-10],[-34,-17],[-30,-19],[-27,-20],[-21,-21],[-3,-4],[-9,-10],[-16,-19],[-17,-26],[-16,-33],[-12,-37],[-11,-47],[-3,-19],[-12,-70],[-5,-22],[-9,-49],[-6,-30],[-9,-57],[-9,-48],[-9,-41],[-5,-28],[-6,-29],[-3,-19],[-8,-52],[-8,-44],[-4,-27],[-5,-27],[-5,-26],[-5,-28],[-5,-28],[-10,-68],[-2,-13],[-8,-46],[-2,-15],[-4,-20],[-8,-48],[-6,-40],[-8,-47],[-14,-82],[-5,-27],[-9,-57],[-7,-33],[-9,-48],[-4,-14],[-12,-39],[-13,-33],[-20,-32],[-23,-30],[-25,-24],[-30,-22],[-14,-8],[-31,-17],[-27,-15],[-9,-6],[-24,-14],[-21,-11],[-17,-10],[-11,-6],[-14,-7],[-13,-7],[-14,-8],[-5,-2],[-7,-4],[-4,-1],[-2,-1],[-9,-6],[-4,-2],[-2,-1],[-11,-5],[-7,-3],[-3,-2],[-5,-3],[-4,-2],[-3,-1],[-11,-5],[-6,-3],[-9,-5],[-8,-5],[-8,-4],[-10,-5],[-19,-10],[-3,-2],[-10,-5],[-10,-6],[-17,-9],[-17,-9],[-20,-11],[-40,-22],[-22,-10],[-21,-11],[-36,-20],[-30,-19],[-27,-21],[-21,-21],[-18,-22],[-14,-21],[-13,-24],[-12,-26],[-12,-28],[-11,-21],[-6,-13],[-16,-35],[-14,-31],[-12,-26],[-12,-26],[-11,-26],[-12,-27],[-13,-30],[-10,-21],[-5,-12],[-10,-20],[-11,-28],[-11,-25],[-13,-26],[-13,-29],[-16,-34],[-11,-25],[-11,-24],[-10,-23],[-9,-20],[-10,-20],[-4,-11],[-7,-16],[-13,-27],[-13,-30],[-14,-29],[-14,-35],[-13,-26],[-18,-40],[-16,-34],[-5,-11],[-11,-24],[-15,-33],[-16,-39],[-15,-33],[-14,-31],[-19,-41],[-16,-35],[-18,-38],[-14,-29],[-10,-23],[-15,-31],[-12,-28],[-14,-30],[-15,-35],[-9,-18],[-6,-12],[-11,-16],[-14,-19],[-19,-21],[-22,-20],[-19,-14],[-22,-14],[-3,-1],[0,-1],[-5,-2],[-8,-5],[-11,-6],[-13,-5],[-15,-4],[-17,-5],[-15,-3],[-23,-1],[-24,1],[-32,2],[-39,1],[-31,1],[-33,1],[-28,1],[-29,-1],[-32,-2],[-49,-1],[-55,-3],[-41,-1],[-43,-1],[-38,-1],[-38,-2],[-33,-2],[-38,-1],[-42,-1],[-41,-2],[-49,-2],[-49,-2],[-36,-1],[-29,-1],[-41,0],[-11,-1],[-31,0],[-31,-1],[-19,-2],[-24,-2],[-18,-1],[-16,-1],[-33,-1],[-23,-1],[-23,0],[-35,-1],[-28,-2],[-38,-1],[-35,-2],[-33,-1],[-32,-2],[-36,-1],[-25,-1],[-12,0],[-24,-2],[-25,-1],[-23,-2],[-22,0],[-21,1],[-7,0],[-22,-1],[-10,2],[-7,2],[-6,2],[-12,4],[-9,-4],[-11,-2],[-12,-6],[-26,-6],[-17,-6],[-16,-5],[-13,-7],[-20,-14],[-17,-11],[-15,-11],[-9,-8],[-2,-2],[-11,-11],[-3,-3],[-6,-5],[-2,-2],[-6,-6],[-9,-8],[-15,-11],[-14,-5],[-12,-2],[-15,-2],[-8,0],[-9,0],[-9,-1],[-9,0],[-12,0],[-14,-1],[-14,0],[-2,0],[-1,0],[-2,-1],[-3,0],[0,0],[-6,0],[0,0],[0,0],[-2,0],[0,0],[-2,0],[-1,0],[0,0],[-4,0],[0,0],[0,0],[-4,0],[0,0],[0,0],[0,0],[-2,0],[0,0],[0,0],[-2,0],[0,0],[0,0],[-9,-1],[0,0],[0,0],[0,0],[-2,0],[0,0],[-2,0],[0,0],[0,0],[-2,0],[0,0],[-2,0],[0,0],[-2,0],[-16,-1],[-6,0],[-7,0],[-6,0],[-7,-1],[-3,0],[-3,0],[-10,0],[-3,0],[-5,2],[-5,2],[-5,2],[-16,7],[-16,10],[-20,17],[-19,18],[-7,6],[-15,13],[-4,4],[-14,12],[-11,7],[-10,3],[-10,1],[-9,0],[-4,0],[-4,0],[-6,0],[-5,0],[-1,2],[0,10],[-13,-2],[-14,-4],[-5,-2],[3,3],[0,2],[-1,5],[-3,4],[-5,3],[-3,0],[-1,0],[-1,0],[-4,-1],[-2,0],[-2,0],[-3,-1],[-1,0],[0,0],[-3,0],[-2,0],[-8,-1],[-4,-1],[-4,0],[-1,0],[-2,0],[-9,1],[-5,0],[-6,0],[-7,0],[-13,0],[-14,0],[-13,-1],[-11,0],[-17,0],[-17,0],[-23,-1],[-17,0],[-18,-1],[-20,0],[-25,-1],[-15,0],[-16,-1],[-13,-1],[-14,0],[-23,-1],[-15,-1],[-15,0],[-18,-1],[-16,-1],[-16,0],[-23,-1],[-18,-1],[-18,0],[-12,-1],[-15,0],[-16,-1],[-25,-1],[-13,-1],[-14,0],[-15,-1],[-16,0],[-13,-1],[-14,0],[-25,-2],[-16,0],[-15,-1],[-20,-1],[-15,0],[-15,0],[-18,-1],[-14,0],[-15,-1],[-23,-1],[-18,0],[-17,-1],[-23,-1],[-7,0],[-17,-1],[-16,0],[-13,-1],[-13,0],[-12,-1],[-23,0],[-8,0],[-16,-1],[-15,-1],[-22,-1],[-31,-1],[-13,-1],[-16,0],[-16,-1],[-22,-2],[-25,0],[-15,-1],[-16,-1],[-22,0],[-10,0],[-25,-1],[-27,-1],[-9,0],[-18,-1],[-17,-1],[-26,0],[-23,-1],[-24,-1],[-9,0],[-18,-1],[-18,-1],[-11,0],[-15,-1],[-15,-1],[-24,0],[-10,0],[-25,2],[-21,2],[-14,1],[-15,1],[-18,1],[-16,1],[-16,1],[-13,1],[-12,1],[-10,0],[-9,1],[-10,0],[-9,1],[-10,1],[-10,0],[-11,1],[-11,1],[-11,1],[-5,0],[-18,1],[-13,1],[-14,1],[-12,0],[-11,1],[-5,1],[-5,0],[-5,0],[-3,1],[-5,0],[-1,0],[-2,0],[-1,0],[-7,0],[-2,1],[-12,0],[-10,1],[-9,3],[-9,0],[-10,1],[-11,2],[-14,1],[-11,0],[-13,0],[-19,2],[-14,1],[-15,1],[-14,1],[-12,0],[-13,1],[-14,1],[-24,2],[-24,2],[-27,2],[-26,2],[-29,2],[-27,2],[-14,1],[-15,1],[-19,1],[-25,2],[-16,1],[-15,1],[-11,1],[-20,1],[-21,1],[-24,2],[0,1],[-14,2],[-13,1],[-21,1],[-21,2],[-22,1],[-22,2],[-18,1],[-18,2],[-23,1],[-20,2],[-21,1],[-15,1],[-15,1],[-20,1],[-10,0],[-11,1],[-13,0],[-13,1],[-11,1],[-6,0],[-6,0],[-11,0],[-7,1],[-4,0],[-3,0],[-2,0],[-7,0],[-8,0],[-1,0],[-1,0],[-2,0],[-2,1],[-6,3],[-5,3],[0,0],[-1,0],[-2,1],[-1,1],[-1,0],[-3,2],[-5,4],[-1,1],[-5,4],[-4,3],[-4,4],[-6,4],[-9,8],[-12,10],[-3,3],[-11,10],[-12,12],[-14,13],[-5,5],[-15,13],[-16,13],[-11,9],[-18,15],[-5,4],[-18,14],[-7,5],[-3,2],[-17,12],[-20,13],[-9,6],[-3,2],[-21,13],[-15,9],[-18,10],[-11,7],[-12,6],[-13,7],[-19,9],[-12,5],[-11,6],[-7,3],[-15,8],[-24,11],[-11,5],[-12,5],[-18,7],[-5,2],[-16,7],[-16,6],[-15,6],[-7,2],[-18,5],[-23,7],[-7,2],[-20,6],[-12,3],[-13,4],[-18,5],[-23,6],[-19,5],[-25,6],[-14,4],[-13,4],[-14,3],[-18,5],[-26,7],[-13,3],[-14,4],[-6,1],[-10,3],[-10,2],[-20,5],[-24,7],[-19,4],[-19,5],[-24,6],[-3,1],[-21,5],[-12,4],[-12,3],[-35,9],[-13,3],[-12,3],[-19,5],[-19,5],[-17,5],[-17,4],[-18,5],[-13,4],[-13,3],[-21,6],[-32,9],[-9,3],[-20,7],[-8,5],[-20,11],[-9,7],[-16,12],[-12,11],[-14,12],[-12,18],[-12,18],[-10,19],[-9,18],[-7,22],[-5,18],[-2,12],[-4,26],[0,18],[0,34],[0,18],[0,27],[0,26],[0,11],[-1,27],[-2,14],[-4,25],[-7,22],[-8,24],[-6,15],[-10,22],[-15,21],[-5,6],[-20,22],[-10,10],[-19,17],[-7,5],[-23,18],[-6,3],[-15,9],[-26,10],[-8,2],[-26,6],[-8,2],[-24,3],[-11,-1],[-10,0],[-19,0],[-11,-1],[-6,0],[-26,-2],[-18,-2],[-35,-3],[-11,0],[-16,-1],[-16,-1],[-18,-1],[-32,-1],[-20,-2],[-19,-1],[-22,3],[-18,2],[-21,4],[-17,3],[-15,4],[-10,3],[-11,4],[-7,2],[-27,9],[-15,7],[-15,7],[-15,7],[-24,11],[-8,4],[-9,4],[-17,8],[-16,8],[-5,2],[-12,5],[-12,6],[-15,7],[-5,3],[-15,6],[-9,4],[-9,4],[-7,4],[-14,6],[0,0],[-13,7],[-1,0],[-7,3],[-14,72],[-10,47],[-1,1],[-30,138],[-14,67],[-4,23],[-14,73],[-10,43],[-2,8],[-68,293],[-13,59],[-5,26],[-31,154],[-11,85],[1,50],[10,103],[-9,32],[-25,29],[0,0],[-15,23],[-66,44],[-171,113],[-61,39],[-10,4],[-12,2],[-13,0],[-32,-4],[-15,-7],[-7,-3],[-5,-5],[-30,-32],[-7,-8],[-21,-27],[-37,8],[-85,8],[-41,-1],[-9,2],[-27,-1],[-119,-13],[-135,-18],[-41,-4],[-42,-3],[-38,-3],[-99,-64],[-234,-88],[-93,-8],[-44,15],[-110,52],[-112,0],[-36,30],[0,0],[-8,1],[-8,3],[-182,47],[-244,63],[-42,11],[-2,4],[-12,17],[-20,8],[-702,-15],[-5,-2],[-4,-2],[-38,14],[-412,144],[-226,78],[-62,23],[-80,28],[-4,1],[-81,29],[5,-51],[-4,1],[-57,5],[-169,4],[-45,2],[-55,5],[-25,5],[-1,0],[-139,-42],[0,0],[-62,-10],[-25,-9],[-47,-7],[-51,-3],[-19,5],[-18,8],[-6,-28],[-15,5],[-1,0],[-9,3],[-2,0],[-5,2],[-6,2],[-2,1],[-5,1],[-12,3],[-17,4],[-10,3],[-25,7],[-13,3],[-37,9],[-45,8],[-37,6],[-35,7],[-33,5],[-42,7],[-45,8],[-45,8],[-38,7],[-24,3],[-24,4],[-33,5],[-35,5],[-13,3],[-19,4],[-9,1],[-28,5],[-35,5],[-34,5],[-32,4],[-8,2],[-24,3],[-28,5],[-11,2],[-26,4],[-18,3],[-17,4],[-21,3],[-16,3],[-15,2],[-36,6],[-27,3],[-24,3],[-8,2],[-25,4],[-22,3],[-26,4],[-7,2],[-24,3],[-29,9],[-23,7],[-24,8],[-27,11],[-27,11],[-22,12],[-22,12],[-21,14],[-17,10],[-18,12],[-15,11],[-5,5],[-17,15],[-27,23],[-5,4],[-17,17],[-5,4],[-17,15],[-7,5],[-15,14],[-9,7],[-17,15],[-8,6],[-18,15],[-5,4],[-16,13],[-7,5],[-22,15],[-13,7],[-20,13],[-8,5],[-22,13],[-8,5],[-23,13],[-8,4],[-22,12],[-8,4],[-21,12],[-27,13],[-27,12],[-27,14],[-5,3],[-9,5],[-11,6],[-10,6],[-6,9],[-8,6],[-14,8],[-3,2],[-5,2],[-8,3],[-14,3],[-11,3],[-15,5],[-20,8],[-21,11],[-23,11],[-24,13],[-26,12],[-19,10],[-21,10],[-6,4],[-21,10],[-12,5],[-11,5],[-15,9],[-19,9],[-28,14],[-30,15],[-25,14],[-20,11],[-7,4],[-19,12],[-7,4],[-25,17],[-18,11],[-18,14],[-19,14],[-23,17],[-18,15],[-7,4],[-18,16],[-6,5],[-26,20],[-25,19],[-19,15],[-6,6],[-20,16],[-18,13],[-18,14],[-24,18],[-19,14],[-18,14],[-16,11],[-15,13],[-10,6],[-9,7],[-6,5],[-9,-1],[-6,-1],[-9,9],[-4,5],[-15,15],[-15,16],[-17,19],[-12,14],[-14,18],[-12,18],[-14,21],[-14,22],[-13,21],[-12,24],[-11,22],[-11,24],[-11,26],[-12,27],[-10,25],[-7,19],[-7,25],[-5,21],[-7,21],[-10,26],[-8,19],[-10,22],[-10,22],[-11,20],[-8,16],[-11,20],[-10,16],[-14,21],[-12,16],[-10,13],[-9,10],[-9,12],[-11,12],[-13,15],[-14,14],[-10,13],[-12,15],[-13,14],[-11,14],[-14,16],[-15,17],[-10,12],[-10,12],[-11,13],[-12,14],[-14,17],[-11,14],[-10,12],[-14,17],[-13,16],[-13,15],[-11,11],[-12,11],[-13,9],[-13,7],[-17,8],[-19,7],[-21,7],[-19,5],[-21,5],[-23,4],[-27,4],[-19,1],[-23,3],[-24,3],[-11,4],[-4,0],[-15,0],[-8,-3],[-18,0],[-20,0],[-27,0],[-28,1],[-23,1],[-25,1],[-25,1],[-22,1],[-17,0],[-19,0],[-25,2],[-23,1],[-24,2],[-29,1],[-28,1],[-26,1],[-29,0],[-28,1],[-23,1],[-16,1],[-10,0],[-13,1],[-19,0],[-12,0],[-7,0],[-3,1],[-19,3],[-18,4],[-19,4],[-19,6],[-19,7],[-18,7],[-13,7],[-14,7],[-14,9],[-17,10],[-19,10],[-18,8],[-14,5],[-10,2],[-15,3],[-16,2],[-27,2],[-26,2],[-24,2],[-24,1],[-24,2],[-25,2],[-30,2],[-27,1],[-14,1],[-18,1],[-18,1],[-20,2],[-22,1],[-27,2],[-24,2],[-30,1],[-27,1],[-25,2],[-27,2],[-24,1],[-27,2],[-30,2],[-24,1],[-29,1],[-28,2],[-25,2],[-8,0],[-27,2],[-13,1],[-28,1],[-23,2],[-17,1],[-3,0],[-12,1],[-5,0],[-21,0],[-3,0],[-1,0],[0,0],[-2,0],[-2,0],[0,0],[-3,0],[0,0],[-1,0],[-3,0],[-6,0],[-18,2],[-9,1],[-34,2],[-10,1],[-32,2],[-13,1],[-29,2],[-22,1],[-21,1],[-48,3],[-33,3],[-31,4],[-32,1],[-28,2],[-9,0],[-36,2],[-9,0],[-31,1],[-28,3],[-10,0],[-30,2],[-9,1],[-28,1],[-30,2],[-30,1],[-19,2],[-37,3],[-30,3],[-32,2],[-34,2],[-34,3],[-39,3],[-11,0],[-36,2],[-27,2],[-29,2],[-19,0],[-10,0],[-33,1],[-19,1],[-24,1],[-19,2],[-32,2],[-22,1],[-30,2],[-26,2],[-27,2],[-22,1],[-22,1],[-35,2],[-15,0],[-23,1],[-19,-1],[-23,0],[-20,0],[-21,1],[-18,0],[-21,1],[-18,1],[-4,0],[-15,1],[-21,3],[-22,1],[-19,-2],[-30,-2],[-22,-2],[-18,-3],[-20,-3],[-12,-3],[-15,-4],[-15,-5],[-14,-6],[-16,-5],[-12,-6],[-13,-8],[-10,-7],[-13,-11],[-11,-10],[-11,-9],[-12,-12],[-11,-12],[-8,-12],[-9,-12],[-10,-19],[-7,-15],[-7,-15],[-7,-16],[0,0],[-176,-30],[0,1],[-1727,-299],[-561,-97],[0,1],[-30,-70],[-20,-48],[-5,3],[-18,9],[-22,6],[-22,3],[-25,2],[-8,1],[-39,4],[-44,2],[-40,3],[-40,3],[-38,2],[-43,3],[-48,4],[-41,4],[-40,3],[-43,3],[-45,4],[-43,4],[-44,4],[-40,3],[-14,1],[-42,3],[-34,3],[-32,3],[-52,4],[-56,4],[-57,3],[-49,3],[-47,3],[-41,3],[-16,1],[-48,3],[-48,3],[-53,4],[-54,3],[-58,3],[-45,4],[-52,3],[-52,4],[-13,1],[-14,1],[0,0],[-6,1],[0,0],[-14,2],[-34,3],[-40,2],[-17,1],[-22,1],[-22,2],[-38,4],[-10,0],[-33,3],[-48,4],[-16,1],[-37,4],[-12,1],[-37,3],[-42,2],[-38,3],[-12,0],[-37,2],[-12,0],[-41,3],[-15,2],[-36,3],[-11,1],[-34,3],[-12,1],[-43,3],[-25,2],[-22,0],[-34,2],[-36,3],[-14,1],[-46,5],[-39,4],[-28,2],[-11,1],[-36,2],[-13,1],[-34,2],[-14,1],[-37,3],[-28,4],[-35,4],[-29,4],[-32,1],[-11,1],[-33,1],[-35,3],[-34,4],[-13,1],[-35,3],[-55,5],[-25,2],[-25,1],[-55,5],[-14,1],[-12,0],[-42,4],[-40,2],[-34,3],[-13,1],[-36,3],[-46,5],[-13,1],[-38,4],[-28,4],[-1,0],[-4,0],[-1,0],[-21,1],[-26,2],[-40,2],[-23,1],[-46,4],[-28,2],[-41,3],[-14,1],[-49,5],[-16,1],[-25,3],[-41,3],[-20,2],[-46,3],[-14,1],[-23,1],[-24,1],[-56,4],[-36,2],[-30,2],[-53,5],[-17,1],[-20,2],[-21,2],[-23,2],[-30,2],[-34,3],[-40,3],[-17,2],[-6,0],[-35,2],[-24,2],[-40,4],[-13,1],[-40,3],[-11,1],[-37,3],[-13,1],[-37,3],[-40,2],[-26,-2],[-38,-2],[-29,-1],[-10,0],[-21,1],[-20,1],[-23,1],[-22,2],[-19,1],[-19,1],[-10,1],[-29,1],[-10,0],[-24,1],[-14,1],[-7,3],[-5,2],[-2,2],[-2,0],[-6,5],[-4,3],[-5,3],[-5,3],[-5,3],[-13,1],[-14,0],[-5,0],[-16,1],[-20,1],[-36,1],[-33,2],[-28,2],[-28,2],[-33,3],[-33,2],[-14,1],[-47,4],[-22,1],[-1,0],[-6,0],[-1,1],[-11,1],[-5,1],[-20,1],[-20,2],[-31,3],[-33,4],[-9,1],[-37,2],[-10,1],[-36,2],[-31,2],[-10,0],[-38,4],[-36,5],[-10,-7],[-5,-9],[0,0],[0,-1],[-1,-2],[-6,1],[-8,0],[-6,1],[-22,2],[-7,0],[-15,1],[-14,0],[-10,1],[-18,1],[-40,6],[-42,4],[-21,2],[-35,3],[-35,6],[-30,6],[-36,6],[-29,3],[-29,4],[-29,2],[-9,1],[-37,1],[-30,2],[-32,4],[-26,2],[-27,3],[-37,3],[-30,2],[-29,3],[-32,0],[-28,1],[-32,2],[-29,0],[-17,1],[-16,0],[-27,2],[-9,1],[-28,-1],[-9,0],[-28,-1],[-7,0],[-34,-2],[-36,-1],[-27,-1],[-24,-2],[-27,0],[-25,-1],[-27,-1],[-26,0],[-22,-1],[-20,-1],[-22,-2],[-22,-2],[-24,-2],[-25,-2],[-30,-1],[-25,-2],[-23,-2],[-26,-2],[-26,0],[-28,-2],[-32,-2],[-25,-1],[-24,-2],[-30,-2],[-34,-3],[-31,-2],[-23,-1],[-8,-1],[-15,-1],[-15,0],[-23,-2],[-8,-1],[-23,-1],[-8,0],[-28,-2],[-27,-1],[-29,-2],[-28,-1],[-28,-2],[-31,-1],[-31,-1],[-30,0],[-30,1],[-32,2],[-31,4],[-10,1],[-34,5],[-27,4],[-27,4],[-26,5],[-28,8],[-28,8],[-27,7],[-24,7],[-26,9],[-21,8],[-23,9],[-20,8],[-18,9],[-22,9],[-22,11],[-20,11],[-25,13],[-27,15],[-20,12],[-20,13],[-15,11],[-1,0],[-4,3],[0,0],[-8,5],[-21,15],[-18,14],[-19,15],[-18,15],[-19,15],[-16,14],[-20,18],[-20,17],[-19,20],[-22,24],[-19,20],[-16,18],[-15,18],[-16,19],[-15,19],[-15,19],[-18,23],[-16,24],[-13,21],[-14,21],[-11,18],[-13,21],[-13,23],[-10,19],[-10,19],[-7,16],[-10,23],[-12,23],[-10,22],[-3,8],[-11,26],[-3,9],[-5,13],[-5,14],[-4,11],[-8,21],[-5,10],[-9,24],[-7,17],[-7,18],[-4,9],[-10,28],[-12,29],[-7,19],[-7,18],[-5,11],[-13,34],[-6,15],[-5,14],[-6,15],[-3,8],[-6,14],[-5,15],[-9,21],[-9,23],[-7,15],[-9,23],[-12,29],[-13,30],[-4,8],[-12,29],[-4,10],[-11,30],[-4,9],[-13,34],[-5,12],[-6,15],[-8,22],[-6,15],[-8,18],[-4,11],[-10,27],[-11,33],[-17,42],[-3,8],[-12,27],[-5,14],[-9,24],[-3,6],[-10,26],[-14,35],[-12,31],[-7,18],[-8,21],[-3,7],[-9,23],[-8,19],[-9,26],[-3,7],[-9,26],[-13,30],[-10,27],[-11,26],[-9,25],[-10,24],[-11,28],[-3,6],[-9,24],[-8,18],[-10,22],[-7,19],[-10,27],[0,1],[-2,5],[-7,16],[-10,23],[-10,24],[-9,22],[-8,15],[-9,18],[-3,5],[-8,17],[-3,5],[-9,18],[-3,7],[-8,13],[-4,7],[-6,11],[-3,5],[-3,5],[-2,4],[-2,4],[-2,3],[-5,7],[-1,1],[-2,4],[-1,1],[-2,3],[-10,4],[-6,4],[-12,3],[-1,0],[-3,1],[-1,1],[-1,1],[0,1],[-2,2],[-2,3],[0,1],[-1,1],[-1,2],[-1,2],[-1,2],[-1,1],[0,1],[-2,3],[-1,1],[-1,2],[0,0],[-1,2],[-2,4],[-3,4],[-2,4],[-4,5],[-2,5],[-3,3],[-4,8],[-4,7],[-5,6],[-8,14],[-7,9],[-5,6],[-4,6],[-3,3],[-13,16],[-14,17],[-6,7],[-5,6],[-3,4],[-15,17],[-7,7],[-5,8],[-3,3],[-7,8],[-6,7],[-1,2],[-9,10],[-9,9],[-6,8],[-6,6],[-4,5],[-11,12],[-11,11],[-7,6],[-6,6],[-6,6],[-7,7],[0,0],[-3,3],[-4,4],[-4,3],[-7,6],[0,1],[-2,2],[-7,6],[-7,6],[-5,5],[-10,9],[-7,7],[-16,15],[-8,7],[-5,5],[-4,3],[-11,10],[-10,9],[-11,9],[-7,7],[-8,6],[-9,7],[-2,1],[-5,5],[-1,0],[-11,10],[-25,19],[-20,15],[-10,7],[-25,17],[-10,6],[-22,16],[-9,6],[-24,15],[-25,16],[-18,11],[-35,21],[-29,17],[-10,6],[-33,18],[-10,6],[-28,14],[-9,5],[-33,17],[-30,14],[-24,13],[-8,5],[-26,14],[-12,7],[-31,19],[-34,19],[-23,13],[-7,5],[-22,14],[-7,4],[-24,15],[-28,18],[-30,21],[-14,10],[-14,9],[-26,20],[-8,6],[-25,18],[-6,4],[-27,20],[-27,20],[-21,17],[-11,8],[-4,3],[-8,6],[-7,5],[-4,3],[-3,3],[-12,10],[-12,11],[-8,7],[-12,11],[-12,11],[-11,10],[-11,11],[-12,11],[-13,11],[-7,6],[-11,10],[-10,10],[-8,7],[-8,7],[-10,9],[-1,1],[-5,4],[-7,6],[-9,10],[-4,3],[-2,2],[-6,6],[-3,3],[-6,6],[-1,1],[-4,4],[-1,1],[-2,2],[-2,2],[-3,3],[-2,3],[-3,3],[-1,1],[-8,9],[-4,3],[-5,6],[-1,1],[-3,2],[-1,2],[-2,2],[-2,2],[-2,2],[-2,2],[-1,1],[-3,3],[-1,2],[-2,2],[-8,8],[-2,2],[-4,4],[-1,0],[-2,2],[-1,2],[-1,1],[-2,2],[-2,2],[-4,4],[-2,3],[-2,1],[0,1],[-2,2],[-1,1],[-2,2],[-4,3],[-1,2],[-4,4],[0,0],[-5,6],[-2,0],[-2,2],[-2,2],[0,1],[-2,2],[0,0],[-4,4],[0,1],[-3,3],[-3,3],[-1,1],[-3,2],[-1,2],[-3,3],[-3,2],[0,1],[-1,1],[-2,1],[0,0],[-1,2],[-1,1],[-1,1],[-1,1],[-2,2],[0,1],[-3,2],[-1,1],[-1,1],[-5,5],[-2,2],[-4,4],[-3,3],[-3,4],[-3,2],[-1,2],[-1,1],[-2,2],[-1,1],[-2,3],[-3,2],[-5,6],[-5,4],[-4,5],[-2,2],[-2,2],[-1,1],[-2,2],[-1,1],[-1,1],[-2,2],[-2,3],[-2,1],[-2,3],[-4,4],[-3,3],[-5,5],[-4,5],[-5,4],[-4,5],[-4,4],[-3,3],[0,0],[-2,2],[-1,1],[-2,2],[-1,1],[-1,1],[-1,1],[-1,1],[-4,4],[-3,3],[-2,2],[-1,1],[-1,1],[-1,1],[-1,1],[-1,2],[-3,2],[-1,1],[-2,3],[-1,0],[0,0],[-3,3],[-2,2],[0,1],[0,0],[-2,1],[0,1],[-3,3],[-2,2],[-2,1],[-1,1],[-1,2],[-1,0],[-2,3],[0,0],[-3,3],[-5,5],[-3,3],[0,1],[-5,5],[-3,3],[-3,2],[-8,9],[-4,4],[-4,4],[-7,7],[-5,5],[-4,4],[0,0],[-2,2],[0,1],[-3,3],[-1,0],[-2,3],[-2,1],[-6,6],[-2,3],[0,0],[-2,2],[0,0],[-3,3],[-2,2],[-2,2],[-3,3],[-2,2],[-3,4],[-2,1],[-2,2],[-2,2],[-1,1],[-1,2],[-2,2],[-1,0],[-2,2],[0,0],[-2,2],[-3,4],[0,0],[-1,1],[0,0],[-2,2],[-1,1],[-4,4],[-4,4],[-1,1],[-5,5],[-4,5],[-1,1],[-3,2],[0,1],[0,0],[-4,4],[-2,2],[0,0],[-2,2],[-1,0],[-1,2],[-4,4],[-3,3],[-2,2],[-2,2],[-1,1],[-1,2],[-1,0],[-1,2],[-1,0],[-4,5],[-3,2],[0,0],[-1,1],[-2,2],[-1,1],[-1,2],[-4,4],[-2,3],[-3,2],[0,0],[-3,3],[0,0],[-2,2],[-1,1],[0,1],[-5,5],[-1,0],[-3,3],[0,0],[-2,2],[-2,2],[-2,2],[-2,2],[-1,1],[-1,2],[-3,2],[-1,1],[-3,3],[-1,2],[-2,2],[-1,0],[-3,4],[-4,4],[-3,3],[-3,3],[-4,4],[-2,2],[-3,3],[-3,3],[-5,6],[-4,3],[-4,4],[-5,5],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-3,3],[-3,3],[-2,3],[-2,2],[-2,1],[-1,1],[-1,2],[-2,1],[-1,2],[-1,1],[-4,3],[-2,2],[-1,2],[-2,2],[-2,2],[0,0],[-2,2],[-3,3],[-3,3],[-1,2],[-4,3],[-1,2],[-2,2],[-2,1],[0,1],[-1,1],[-1,1],[-1,0],[-1,1],[0,1],[-1,1],[-1,1],[-1,1],[-1,1],[-1,1],[-2,2],[-2,2],[-1,2],[-3,3],[-1,0],[-2,2],[0,1],[-3,2],[-3,4],[-3,2],[-1,2],[-1,1],[-1,0],[-2,2],[0,0],[-2,2],[-3,4],[-2,2],[-3,3],[-2,3],[-4,4],[-4,4],[-3,3],[-1,1],[-2,2],[0,0],[-3,3],[-8,8],[-6,6],[-6,7],[-6,6],[-4,4],[-4,5],[-10,9],[-9,10],[-8,8],[-5,6],[-5,5],[-4,3],[-3,4],[-1,1],[-2,1],[-2,2],[-1,2],[-1,1],[-3,3],[-1,1],[-1,1],[-3,3],[0,0],[-3,4],[-4,3],[-4,4],[-3,3],[-3,3],[-1,1],[-4,4],[-4,5],[-3,2],[-2,2],[-4,5],[-6,5],[-3,4],[-3,3],[-1,1],[-4,3],[-5,6],[-1,1],[-3,3],[-4,4],[-1,2],[-5,5],[-3,3],[-5,5],[-4,3],[-1,2],[-3,3],[-4,4],[-4,3],[0,1],[-2,3],[-3,2],[-1,2],[-4,4],[-4,4],[-4,4],[-5,6],[-6,6],[-7,7],[-4,4],[-3,4],[-1,0],[-5,5],[-1,1],[-4,4],[-2,2],[-3,3],[-3,4],[-1,1],[-1,1],[-4,4],[0,1],[-1,0],[-7,8],[-2,0],[-5,6],[-2,2],[-4,4],[-4,5],[-3,3],[-2,2],[-4,5],[-1,1],[-7,7],[-3,3],[0,0],[0,0],[-4,3],[-2,2],[-2,3],[-2,2],[-4,3],[-1,1],[-5,5],[-2,2],[-1,2],[-2,2],[-3,3],[-6,6],[-4,5],[-5,5],[-2,2],[-11,11],[-6,7],[-9,9],[-5,5],[-1,1],[-5,5],[-4,4],[-6,6],[-8,8],[-7,7],[-5,5],[-1,1],[-3,3],[-2,2],[-8,8],[-3,3],[0,1],[-2,1],[-6,7],[-8,9],[-2,1],[-3,3],[-4,4],[-7,8],[-5,5],[-5,5],[-13,13],[-4,4],[-7,8],[-10,10],[-3,3],[-1,1],[-3,3],[-3,3],[-3,2],[0,1],[-3,3],[-4,4],[-1,1],[-3,3],[-2,2],[-3,3],[-6,7],[-4,4],[-4,5],[-9,10],[-6,5],[-5,6],[-8,9],[-6,5],[-5,5],[-10,11],[-16,16],[-10,10],[-9,9],[-11,12],[-6,7],[-7,7],[-8,8],[-9,9],[-15,15],[-9,8],[-21,23],[-10,10],[-5,5],[-6,5],[-11,12],[-9,9],[-10,10],[-10,9],[-3,3],[-12,11],[-3,3],[-1,1],[-2,3],[-10,10],[-9,8],[-15,12],[-5,6],[0,0],[-1,1],[-5,5],[-5,5],[-7,7],[-4,5],[-10,10],[-8,7],[-1,1],[-6,5],[-2,2],[-6,5],[-5,5],[-3,3],[-3,2],[-2,3],[-3,2],[-5,5],[-9,9],[-10,10],[-4,3],[-2,2],[-2,2],[-5,3],[-1,1],[-4,3],[-5,6],[-2,1],[-4,5],[-5,6],[-7,6],[-4,5],[-2,2],[-5,5],[-1,1],[-11,11],[-10,9],[-5,5],[-5,5],[-5,4],[-7,8],[-3,2],[-4,2],[-4,2],[0,2],[-1,2],[2,2],[-5,17],[-7,11],[-8,9],[-12,13],[-15,16],[-13,13],[-12,12],[-18,19],[-12,12],[-25,25],[-10,11],[-23,23],[-22,23],[-10,11],[-10,12],[-16,21],[-14,21],[-13,22],[-13,21],[-15,29],[-13,25],[-9,23],[-5,18],[-2,15],[-6,1],[-6,0],[-5,1],[-2,0],[-2,5],[-1,4],[-1,5],[-2,8],[-1,3],[-3,24],[-2,18],[-2,13],[-1,25],[0,20],[1,28],[1,7],[1,31],[2,30],[1,8],[1,26],[-2,20],[-3,16],[-4,13],[-6,14],[-8,14],[-5,8],[-3,5],[-6,6],[-11,9],[-17,11],[-15,10],[-15,8],[-18,7],[-6,3],[-21,5],[-15,5],[-24,8],[-7,2],[-23,7],[-9,2],[-22,6],[-7,2],[-11,3],[-20,5],[-8,3],[-2,0],[-3,1],[0,0],[-3,1],[-3,1],[-3,1],[-2,0],[-3,1],[-3,1],[-9,3],[-8,3],[-10,5],[-12,6],[-13,7],[-15,10],[-15,12],[-14,15],[-11,17],[-6,15],[-6,18],[-1,3],[-4,15],[-1,7],[-1,14],[0,12],[-1,12],[1,4],[0,9],[0,0],[1,9],[0,3],[1,8],[0,1],[0,10],[0,0],[1,12],[0,7],[1,5],[0,12],[1,12],[1,22],[0,15],[1,11],[0,17],[1,15],[1,10],[2,30],[0,7],[1,15],[1,16],[0,18],[1,16],[0,14],[1,13],[0,21],[0,11],[1,14],[0,12],[1,9],[0,3],[1,14],[0,11],[0,18],[0,8],[0,12],[0,6],[0,17],[-1,13],[0,5],[-1,14],[-2,13],[-1,8],[-1,14],[-3,12],[-5,16],[-2,3],[-5,12],[-5,11],[-6,13],[-3,6],[-2,4],[-7,14],[-6,11],[-8,14],[-6,13],[-8,15],[-7,13],[-7,12],[-6,12],[-2,3],[-5,11],[-5,9],[-7,15],[-2,5],[-7,12],[-7,16],[-7,14],[-3,4],[-6,12],[-8,14],[-7,13],[-4,9],[-6,12],[-6,12],[-7,15],[-3,4],[-6,13],[-7,12],[-7,14],[-8,15],[-8,15],[-8,16],[-5,9],[-6,11],[-6,11],[-6,13],[-7,13],[-7,13],[-7,14],[-10,18],[-5,8],[-7,14],[-7,13],[-8,14],[-2,5],[-7,13],[-8,15],[-11,21],[-3,6],[-7,13],[-2,3],[-11,21],[-6,10],[-6,11],[-9,15],[-4,8],[-6,11],[-1,3],[-4,7],[-9,16],[-3,7],[-1,1],[-7,14],[-3,5],[-10,19],[-3,5],[-9,17],[-8,15],[-3,6],[-1,2],[-8,14],[-6,11],[-6,10],[-5,8],[-2,4],[-6,10],[-4,7],[-3,-1],[0,0],[0,0],[-2,0],[-8,-2],[-1,0],[-5,3],[-3,2],[-6,10],[-7,14],[-3,4],[-12,24],[-12,22],[-10,21],[-4,7],[-17,33],[-15,30],[-8,16],[-4,6],[-3,6],[0,1],[-2,3],[0,1],[-8,15],[-10,17],[-18,26],[-9,11],[-15,16],[-15,12],[-18,11],[-19,9],[-25,9],[-20,5],[-24,5],[-17,4],[-36,8],[-12,2],[-40,8],[-27,6],[-42,8],[-42,9],[-49,9],[-11,2],[-40,8],[-11,3],[-34,6],[-42,10],[-32,5],[-16,3],[-32,7],[-12,2],[-34,7],[-11,2],[-33,8],[-29,6],[-46,9],[-40,8],[-22,4],[-56,11],[-49,11],[-17,3],[-8,2],[-43,8],[-15,3],[-6,2],[-39,8],[-23,5],[-4,1],[-12,3],[-32,6],[-49,9],[-56,12],[-32,6],[-32,6],[-17,4],[-43,9],[-40,7],[-16,4],[-47,9],[-63,14],[-59,12],[-1,0],[-3,0],[-1,1],[-19,3],[-18,4],[-27,6],[-11,2],[-32,6],[-15,3],[-37,7],[-35,6],[-20,4],[-17,4],[-41,9],[-21,4],[-11,2],[-46,10],[-45,8],[-34,6],[-50,11],[-55,12],[-16,3],[-46,10],[-38,7],[-8,1],[-35,6],[-17,3],[-52,11],[-17,4],[-31,6],[-32,7],[-34,8],[-53,12],[-8,1],[-10,2],[-31,5],[-9,2],[-34,7],[-26,5],[-38,7],[-56,11],[-14,4],[-35,8],[-28,5],[-12,3],[-40,8],[-41,8],[-20,4],[-58,12],[-13,3],[-35,7],[-35,8],[-13,3],[-39,8],[-25,5],[-34,6],[-25,5],[-31,6],[-12,2],[-32,8],[-33,7],[-29,6],[-33,7],[-30,6],[-57,10],[-17,4],[-48,10],[-14,3],[-42,8],[-17,4],[-7,1],[-43,9],[-14,3],[-42,9],[-14,2],[-43,9],[-37,7],[-41,8],[-19,4],[-47,9],[-12,2],[-37,7],[-21,4],[-38,7],[-23,5],[-39,8],[-14,3],[-49,10],[-48,12],[-44,9],[-19,4],[-48,9],[-32,6],[-34,8],[-26,5],[-33,6],[-14,2],[-33,6],[-25,1],[-33,2],[-9,1],[-29,3],[-11,2],[-30,6],[-24,4],[-29,5],[-24,5],[-6,1],[-19,4],[-13,2],[-5,2],[-3,0],[-2,1],[-3,1],[0,1],[0,0],[1,9],[1,6],[-1,0],[-7,1],[-1,0],[-8,0],[-26,-2],[-23,-1],[-9,-1],[-8,2],[-13,2],[-10,3],[-30,6],[-9,2],[-29,6],[-16,4],[-35,7],[-10,2],[-31,6],[-11,3],[-31,6],[-9,2],[-37,8],[-13,2],[-33,7],[-23,5],[-30,6],[-22,4],[-21,5],[-10,2],[-24,5],[-23,5],[-21,4],[-21,5],[-29,6],[-16,4],[-7,3],[-25,11],[-19,2],[-4,-8],[-4,0],[-1,0],[-6,-1],[-6,2],[-4,1],[-4,1],[-9,2],[-17,2],[-17,3],[-12,2],[-8,2],[-25,5],[-18,4],[-19,4],[-19,6],[-14,8],[-15,7],[-20,10],[-11,4],[-12,4],[-17,3],[-48,9],[-13,3],[-40,8],[-32,8],[-24,5],[-45,8],[-11,2],[-35,7],[-28,5],[-33,5],[-27,6],[-43,8],[-10,2],[-30,7],[-19,2],[-22,5],[-51,9],[-12,3],[-34,7],[-31,7],[-10,2],[-36,8],[-10,2],[-31,5],[-28,7],[-11,2],[-18,3],[-8,2],[0,0],[-5,1],[-1,0],[-21,4],[-20,5],[-20,4],[-46,8],[-11,2],[-20,4],[-21,4],[-14,3],[-34,5],[-15,3],[-32,6],[-18,3],[-17,4],[-12,2],[-22,4],[-22,4],[-12,2],[-20,4],[-21,4],[-13,2],[-40,8],[-13,2],[-41,8],[-11,2],[-30,6],[-43,8],[-12,2],[-40,7],[-13,2],[-38,6],[-16,2],[-33,6],[-38,6],[-42,8],[-48,10],[-29,3],[-33,6],[-35,6],[-11,1],[-34,6],[-43,8],[-30,5],[-10,1],[-21,4],[-37,7],[-30,5],[-11,1],[-32,6],[-14,3],[-32,5],[-8,2],[-30,5],[-17,3],[-33,7],[-17,3],[-11,3],[-18,5],[-23,7],[-30,9],[-31,12],[-26,9],[-28,11],[-26,9],[-30,9],[-17,5],[-22,5],[-14,4],[-9,2],[-12,3],[-40,11],[-30,8],[-11,2],[-26,7],[-9,2],[-30,7],[-11,3],[-28,7],[-9,2],[-35,8],[-10,2],[-27,6],[-16,4],[-16,3],[-47,10],[-8,2],[-16,4],[-29,7],[-30,5],[-10,2],[-36,8],[-12,3],[-34,7],[-5,1],[-15,3],[-34,7],[-12,2],[-30,7],[-24,5],[-39,8],[-9,2],[-38,8],[-12,2],[-32,7],[-10,2],[-33,6],[-13,2],[-31,6],[-14,3],[-35,7],[-12,3],[-36,7],[-12,2],[-35,7],[-11,2],[-38,9],[-16,3],[-32,6],[-18,4],[-17,3],[-27,6],[-11,2],[-9,2],[0,0],[-5,1],[0,0],[-18,4],[-40,8],[-31,7],[-12,2],[-19,4],[-19,4],[-16,3],[-30,6],[-19,4],[-7,1],[-4,2],[-2,0],[-5,1],[-29,4],[-35,7],[-28,7],[-10,2],[-4,-2],[-3,-1],[0,-1],[-4,-1],[-7,-6],[-1,-2],[-1,-2],[-2,-1],[-4,1],[-11,3],[-15,5],[-5,1],[-15,3],[-30,7],[-15,3],[-44,10],[-40,11],[-10,3],[-36,10],[-8,3],[-31,9],[-23,6],[-31,8],[-19,4],[-31,6],[-18,4],[-35,7],[-12,3],[-34,7],[-24,5],[-33,7],[-18,3],[-39,7],[-15,3],[-45,9],[-17,3],[-33,7],[-11,3],[-35,7],[-55,10],[-9,2],[-29,6],[-27,5],[-45,10],[-17,3],[-32,6],[-22,5],[-23,5],[-10,2],[-30,6],[-11,2],[-31,5],[-42,9],[-38,9],[-12,2],[-35,8],[-8,2],[-31,7],[-36,7],[-9,2],[-25,5],[-14,3],[-29,6],[-38,8],[-37,7],[-33,7],[-11,3],[-29,5],[-38,8],[-38,8],[-9,2],[-29,5],[-18,4],[-29,7],[-11,2],[-33,6],[-17,3],[-17,4],[-11,2],[-31,6],[-10,2],[-31,5],[-9,2],[-27,5],[-31,7],[-31,5],[-21,4],[-31,6],[-28,6],[-33,7],[-29,5],[-30,5],[-28,6],[-20,5],[-31,6],[-27,6],[-26,5],[-28,7],[-25,5],[-28,5],[-28,5],[-25,5],[-10,2],[-29,6],[-18,1],[0,4],[-4,1],[-2,-4],[-13,4],[-15,4],[-18,4],[-23,6],[-24,5],[-23,7],[-22,6],[-24,7],[-21,7],[-22,7],[-22,7],[-17,6],[-19,7],[-16,6],[-21,8],[-25,9],[-23,8],[-24,9],[-21,8],[-22,9],[-20,7],[-15,6],[-16,6],[-19,7],[-19,7],[-12,4],[-23,8],[-15,6],[-22,8],[-21,8],[-24,8],[-21,8],[-24,9],[-23,8],[-22,7],[-29,11],[-30,11],[-29,11],[-24,9],[-21,9],[-25,9],[-29,10],[-21,8],[-21,7],[-18,6],[-21,8],[-23,8],[-29,11],[-21,8],[-23,9],[-15,6],[-14,4],[-16,5],[-21,8],[-26,10],[-19,8],[-22,8],[-15,6],[-22,8],[-23,8],[-24,9],[-29,11],[-22,8],[-23,10],[-29,10],[-27,9],[-29,11],[-29,11],[-27,10],[-26,9],[-8,3],[-27,10],[-9,4],[-27,11],[-30,12],[-8,4],[-24,12],[-9,4],[-25,12],[-8,3],[-22,12],[-26,14],[-8,4],[-23,12],[-27,14],[-26,15],[-23,14],[-23,12],[-5,3],[-13,7],[-4,3],[-13,7],[-17,11],[-28,16],[-23,15],[-10,7],[-2,-1],[-4,3],[0,2],[-6,2],[-10,6],[-15,11],[-19,14],[-20,14],[-21,16],[-22,17],[-24,18],[-27,21],[-22,15],[-22,16],[-18,13],[-13,10],[-12,11],[-10,4],[-2,1],[-3,1],[-7,1],[-7,1],[-3,0],[-3,1],[-6,4],[-8,5],[-10,6],[-12,10],[-10,8],[-15,13],[-5,3],[-17,15],[-12,12],[-17,14],[-19,15],[-20,16],[-9,8],[-8,7],[-20,18],[-17,14],[-17,15],[-16,14],[-19,16],[-16,13],[-14,11],[-18,13],[-19,14],[-17,12],[-16,13],[-17,14],[-22,16],[-19,14],[-22,17],[-19,14],[-23,18],[-18,13],[-18,15],[-16,10],[-17,14],[-19,15],[-17,12],[-18,14],[-17,13],[-23,18],[-8,6],[-18,13],[-17,14],[-16,12],[-17,13],[-18,14],[-17,13],[-21,15],[-13,9],[-3,6],[-16,10],[-18,14],[-19,15],[-20,14],[-22,17],[-23,17],[-21,16],[-21,15],[-23,18],[-21,16],[-20,15],[-25,20],[-22,17],[-11,8],[-18,15],[-18,13],[-16,13],[-17,13],[-19,14],[-15,11],[-17,13],[-15,11],[-16,12],[-16,13],[-17,12],[-19,14],[-13,11],[-19,14],[-18,14],[-19,14],[-15,13],[-18,13],[-19,14],[-15,12],[-19,13],[-15,12],[-18,13],[-16,12],[-18,13],[-16,13],[-12,9],[-17,14],[-17,12],[-20,15],[-19,14],[-17,13],[-1,1],[-4,2],[-1,2],[-23,17],[-18,14],[-19,13],[-16,12],[-17,12],[-19,13],[-16,11],[-3,2],[-8,5],[-7,4],[-11,7],[-21,14],[-25,16],[-23,13],[-22,13],[-22,13],[-24,13],[-23,14],[-24,13],[-26,13],[-20,11],[-19,10],[-21,11],[-21,11],[-18,11],[-19,11],[-19,11],[-23,13],[-22,12],[-19,11],[-20,11],[-22,12],[-20,10],[-20,11],[-22,11],[-21,12],[-19,11],[-21,11],[-20,12],[-21,11],[-20,11],[-28,14],[-23,13],[-24,11],[-21,12],[-20,10],[-21,12],[-25,13],[-22,12],[-23,12],[-22,12],[-22,11],[-22,13],[-23,13],[-28,13],[-22,11],[-19,11],[-9,5],[-22,10],[-16,8],[-20,9],[-22,11],[-15,8],[-18,8],[-5,2],[34,71],[0,1],[101,203],[-85,24],[-16,4],[-4,2],[40,83],[-21,5],[0,0],[-51,13],[-30,8],[3,6],[1,12],[-2,9],[0,2],[-1,2],[-3,6],[-7,3],[-2,1],[-2,0],[-7,1],[-6,2],[0,-6],[0,0],[-4,-1],[-12,-1],[-19,1],[-11,0],[-43,7],[-13,0],[-5,-2],[-22,-28],[0,-12],[-63,-83],[-35,-44],[-16,-17],[-1,-1],[-39,-59],[-52,-78],[-5,-8],[-10,2],[-22,5],[-35,9],[-39,10],[-35,9],[-8,2],[-35,9],[-24,6],[-38,10],[-26,6],[-42,11],[-20,5],[-44,11],[-22,5],[-39,9],[-24,6],[-46,11],[-26,6],[-40,10],[-25,6],[-52,13],[-45,11],[-50,12],[-16,3],[-53,15],[-57,13],[-20,5],[-48,12],[-46,12],[-11,3],[-42,11],[-13,3],[-39,10],[-11,4],[-39,9],[-23,5],[-39,11],[-23,6],[-44,10],[-26,7],[-56,13],[-50,12],[-52,13],[-15,3],[-22,6],[-14,4],[-23,6],[-18,4],[-8,2],[-21,5],[-24,6],[-15,4],[-15,4],[-10,2],[-34,9],[-20,5],[-11,3],[-26,6],[-16,4],[-11,2],[-27,7],[-8,2],[-24,5],[-38,10],[-31,8],[-7,1],[-23,6],[-32,9],[-31,7],[-31,7],[-30,7],[-8,2],[-32,8],[-7,2],[-28,6],[-19,5],[-8,2],[-24,6],[-11,3],[-25,6],[-25,7],[-8,2],[-22,7],[-22,7],[-23,7],[-23,8],[-6,3],[-18,7],[-20,7],[-1,1],[-8,3],[-25,12],[-6,3],[-4,2],[-13,6],[-5,2],[-14,7],[-7,3],[-7,3],[-7,3],[1,3],[-2,10],[-8,4],[-11,4],[-15,4],[-9,3],[-8,3],[-19,14],[-21,15],[-24,15],[-30,21],[-7,5],[-10,7],[-11,7],[-24,20],[-20,17],[-21,16],[-21,17],[-17,16],[-23,21],[-7,7],[-10,9],[-2,1],[0,1],[-2,2],[-1,1],[-3,2],[-8,8],[-12,13],[-7,7],[-17,21],[-8,8],[-2,2],[-19,21],[-5,5],[-17,21],[-9,12],[-16,21],[-12,19],[-4,7],[-13,21],[-6,8],[-18,27],[-13,19],[-6,15],[-5,1],[-1,1],[-1,0],[-9,3],[-1,0],[-1,0],[-2,3],[-2,3],[-2,3],[-1,1],[-1,2],[-1,1],[-1,1],[-2,3],[-2,3],[-1,1],[-1,2],[-1,1],[-2,2],[-4,6],[-1,1],[-3,5],[-2,1],[-8,11],[-5,8],[-5,7],[-2,5],[-9,12],[-4,5],[-10,15],[-7,9],[-13,18],[-4,6],[-14,19],[-5,7],[-3,4],[-13,18],[-10,13],[-14,20],[-4,6],[-13,17],[-12,16],[-9,12],[-9,12],[-10,14],[-10,13],[-9,13],[-16,22],[-15,20],[-8,10],[-17,23],[-6,6],[-15,18],[-12,16],[-14,17],[-14,18],[-9,11],[-8,11],[-4,4],[-12,16],[-12,15],[-13,18],[-9,11],[-8,11],[-12,14],[-13,17],[-11,15],[-6,7],[-7,9],[-7,9],[-5,7],[-11,12],[-10,12],[-6,7],[-14,19],[-12,14],[-11,15],[-7,9],[-8,9],[-10,13],[-7,9],[-17,23],[-11,14],[-18,24],[-12,16],[-16,21],[-5,7],[-8,10],[-8,10],[-7,9],[-7,9],[-2,2],[-13,16],[-6,8],[-12,15],[-12,15],[-6,7],[-12,16],[-7,9],[-7,8],[-4,6],[-7,9],[-7,9],[-12,16],[-9,11],[-7,9],[-8,10],[-13,17],[-7,9],[-8,10],[-1,2],[-12,15],[-7,9],[-15,18],[-15,18],[-7,10],[-7,9],[-4,4],[-14,18],[-4,5],[-12,16],[-7,8],[-6,8],[-12,15],[-4,5],[-11,15],[-12,17],[-13,17],[-8,10],[-12,16],[-16,22],[-10,13],[-21,27],[-6,7],[-9,12],[-9,11],[-13,15],[-4,6],[-12,16],[-13,18],[-11,14],[-6,7],[43,227],[116,210],[-6,6],[-10,38],[-1,90],[-13,28],[-250,237],[-910,835],[-733,666],[0,1],[-16,14],[-7,13],[-2,5],[0,5],[0,13],[0,21],[1,28],[-2,40],[-1,19],[-4,19],[-2,11],[-18,88],[-18,89],[-17,88],[-20,98],[-11,56],[-11,53],[-4,12],[-3,3],[-17,-19],[0,0],[-45,-53],[-37,-49],[-25,20],[-25,12],[-24,4],[-22,-3],[-25,-11],[-24,-15],[-67,-68],[-157,-190],[-104,-127],[-74,-75],[-82,-79],[-28,-26],[-71,-61],[-60,-43],[-32,-16],[-55,-21],[-25,9],[-85,50],[-114,20],[-76,4],[-205,-20],[-98,0],[-60,-3],[-27,-3],[-16,0],[-29,-4],[0,5],[-24,22],[-33,0],[-68,-6],[-47,7],[-54,30],[-58,39],[-166,16],[-51,10],[-64,23],[-63,34],[-60,58],[-11,18],[18,63],[-52,79],[-139,213],[-5,39],[-11,-19],[-48,67],[-219,213],[-2,25],[-25,8],[-95,83],[-64,78],[-17,68],[0,0],[0,2],[4,59],[2,12],[3,10],[16,60],[26,86],[14,37],[28,53],[203,362],[15,35],[7,36],[4,44],[-4,44],[-11,44],[-31,64],[-40,79],[-22,45],[-13,22],[-11,8],[-2,0],[-20,14],[-440,448],[-14,14],[-11,1],[-5,1],[-15,36],[-184,-4],[-25,-11],[-75,14],[-75,9],[-68,-2],[-251,-22],[-98,-4],[-82,0],[-80,12],[-56,29],[-60,41],[-17,2],[-61,-2],[-76,4],[-56,10],[-84,29],[-40,23],[-68,63],[-13,23],[-115,-16],[-52,0],[-86,12],[-88,22],[-78,38],[-21,19],[-33,-13],[-93,-24],[-112,-26],[-94,-6],[-46,4],[-44,18],[-45,40],[-13,80],[-44,-23],[-101,-32],[-111,-30],[-85,-21],[-99,-12],[-92,8],[-63,21],[-36,42],[-26,73],[-22,94],[-49,-26],[-84,-28],[-67,-24],[-71,-18],[-45,-12],[-63,4],[-71,16],[-52,27],[-36,42],[-15,30],[-14,88],[-138,-36],[-109,-16],[-105,-10],[-105,-4],[-59,7],[-38,15],[-22,15],[-34,49],[-22,58],[-16,77],[-58,-24],[-51,-13],[-93,-25],[-113,-19],[-62,-6],[-71,2],[-31,4],[-20,18],[-36,-14],[-66,-22],[-93,-15],[-72,-3],[-91,26],[-41,20],[-50,67],[-23,65],[-11,132],[-63,-49],[-32,-17],[-55,-15],[-79,-19],[-189,-29],[-138,-14],[-49,-1],[-17,21],[-140,-20],[-201,-24],[-99,-6],[-65,9],[-37,14],[-46,45],[-34,50],[-16,147],[-56,-64],[-44,-44],[-103,-61],[-111,-46],[-53,-13],[-74,-7],[-74,13],[-86,33],[-26,257],[-189,-125],[-66,-40],[-118,-59],[-136,-59],[-134,4],[-34,102],[-43,-27],[-103,-51],[-43,-20],[-77,-41],[-93,-46],[-84,-36],[-78,-6],[-54,13],[-47,26],[-23,2],[-63,-39],[-78,-44],[-66,-35],[-45,-9],[-45,6],[-20,-1],[4,-62],[4,-65],[-2,0],[0,0],[-102,-10],[-88,-9],[-69,-7],[-20,-2],[-13,-1],[-21,-1],[-10,-8],[-10,-9],[-29,10],[-5,13],[-6,13],[-8,12],[-10,10],[-11,8],[-15,7],[-12,3],[14,96],[3,15],[-22,-1],[-34,-34],[-31,-18],[-26,-7],[-26,0],[-25,0],[-20,3],[-20,7],[-28,22],[-22,30],[-29,70],[-12,83],[-28,-5],[-7,-6],[-7,-10],[-8,-23],[-20,-30],[-38,-46],[-14,-13],[-18,-15],[-17,-12],[-96,-126],[-24,-28],[-54,-62],[-36,-39],[-82,-70],[-37,-31],[-46,-32],[-45,-28],[-32,-28],[-15,-11],[-12,-8],[-11,-9],[-15,-17],[-47,-55],[-31,-34],[-67,-68],[-29,-32],[-32,-37],[-29,-37],[-30,-36],[-36,-34],[-47,-39],[-57,-46],[-29,-18],[-11,-12],[-41,-56],[-37,-45],[-33,-35],[-47,-40],[-42,-30],[-27,-14],[-39,-11],[-54,-13],[-22,-4],[-14,0],[-13,-1],[-10,-2],[-10,-7],[-8,-12],[-17,-25],[-23,-23],[-97,-96],[-35,-26],[-35,-18],[-29,-10],[-45,-6],[-58,-8],[-46,-11],[-35,-10],[-17,-9],[-32,-27],[-45,-35],[-62,-35],[-80,-39],[-76,-25],[-56,-10],[-41,-11],[-41,-3],[-20,4],[-34,0],[-57,-69],[-39,-35],[-29,-20],[-48,-29],[-44,-21],[-55,-20],[-50,-22],[-37,-17],[-28,-20],[-23,-24],[-31,-25],[-40,-43],[-62,-60],[-26,-19],[-33,-15],[-41,-23],[-32,102],[-2,2],[-2,1],[-11,-5],[-4,-4],[-8,-3],[-44,-30],[-67,-43],[-63,-27],[-151,-53],[-97,-28],[-92,-24],[-96,-32],[-68,-28],[-62,-29],[-58,-29],[-70,-27],[-60,-13],[-86,-16],[-187,-41],[-112,-27],[-82,-27],[-43,-12],[-66,-25],[-61,-32],[-90,-77],[-57,-46],[-83,-50],[-87,-37],[-85,-29],[-78,-18],[-80,-19],[-104,-12],[-67,-1],[-103,0],[-85,-7],[-45,-7],[-48,-13],[-55,-24],[-34,-23],[-45,-38],[-32,-20],[-27,-10],[-25,-5],[-19,-5],[-45,-27],[-27,0],[-17,11],[-12,9],[-19,9],[-23,-1],[-35,-13],[-68,-36],[-69,-23],[-94,-26],[-46,-8],[-74,-10],[-32,-12],[-25,-12],[-26,-24],[-68,-96],[-40,-38],[-60,-39],[-89,-53],[-87,-45],[-52,-15],[-50,-2],[-36,5],[-29,20],[-8,14],[-11,13],[0,5],[-17,0],[-2,-2],[0,-4],[-36,21],[-38,10],[-31,3],[-37,-11],[-61,-30],[-155,-83],[-60,-25],[-83,-26],[-247,-65],[-69,-12],[-127,-28],[-153,-24],[-127,-23],[-153,-21],[-133,-12],[-117,-15],[-107,-12],[-99,-6],[-55,-8],[-87,-22],[14,-93]],[[60249,233333],[-711,-194],[-731,-421],[-271,-216],[-43,-34],[0,0],[-399,-317],[-135,13],[-332,29],[1,0],[-258,24],[-325,-111],[-127,-43],[-70,-23],[-336,-114],[-884,216],[-80,109],[0,0],[-158,215],[100,-369],[34,-122],[3,-15],[15,-83],[3,-60],[-4,-93],[-10,-87],[-18,-80],[-27,-60],[-42,-62],[-41,-34],[-68,-53],[-59,-44],[-52,-29],[-66,-23],[-62,-18],[12,-74],[6,-40],[11,-79],[20,-122],[12,-83],[3,-93],[3,-81],[1,-17],[-2,-12],[3,-11],[0,0],[1,-40],[0,-1],[30,-169],[16,-94],[5,-28],[9,-45],[5,-29],[27,-143],[18,-94],[18,-95],[16,-88],[8,-38],[5,-8],[6,-8],[5,-5],[9,-10],[16,-13],[12,-7],[15,-7],[18,-6],[5,-1],[16,-4],[27,-2],[58,-5],[62,-5],[45,-4],[17,-1],[32,-2],[46,-3],[18,-2],[43,-4],[32,-3],[39,1],[23,0],[36,0],[83,0],[81,1],[57,1],[39,-1],[44,1],[55,0],[42,1],[15,-1],[47,-4],[33,-4],[40,-3],[57,-3],[31,-3],[7,-1],[29,1],[33,0],[30,5],[27,5],[24,9],[34,11],[61,26],[34,15],[24,10],[0,0],[8,4],[28,11],[78,33],[0,0],[89,37],[90,37],[82,35],[56,24],[36,15],[52,21],[64,27],[0,0],[7,3],[103,44],[56,25],[68,34],[33,15],[33,15],[0,0],[7,3],[26,19],[27,18],[7,9],[23,32],[26,39],[14,41],[3,52],[0,3],[0,7],[0,21],[0,16],[-2,77],[-1,68],[7,23],[17,65],[19,73],[9,36],[24,91],[22,82],[-2,34],[-5,145],[-6,147],[-2,74],[38,15],[14,5]],[[57978,231300],[-1,-3],[-2,-6],[-2,-6],[-2,-6],[-2,-7],[-1,-6],[-2,-6],[-1,-5],[0,-2],[-1,-1],[1,-3],[-1,-16],[-1,-3],[-1,-2],[-1,-17],[0,-31],[-1,-33],[1,-24],[-5,-148],[-1,-4],[0,-5],[-3,-36],[-2,-22],[0,0],[0,0],[-2,-23],[0,0],[-2,-23],[-2,-20],[0,-2],[-1,-8],[0,-8],[-1,-19],[0,-1],[0,-2],[0,-13],[-1,0],[0,-14],[-1,-23],[0,0],[0,0],[-2,-39],[0,-2],[0,-1],[0,0],[-1,-25],[0,0],[0,-20],[-1,-18],[0,0],[0,-7],[-1,-25],[0,-10],[-1,-20],[0,0],[-1,-17],[0,0],[0,-1],[0,-1],[-1,-25],[0,0],[0,0],[-1,-37],[0,0],[0,-1],[0,-6],[0,-2],[0,-19],[0,-6],[0,0],[1,-2],[3,-5],[1,-2],[2,-7],[2,-4],[0,-1],[0,-2],[0,0],[0,0],[0,-1],[0,0],[2,-11],[0,-5],[0,-1],[1,-3],[0,-5],[0,-1],[1,0],[0,-1],[0,-5],[0,0],[0,-6],[0,-6],[0,-8],[1,-9],[0,0],[0,-8],[0,0],[0,-9],[0,-9],[0,-15],[0,-6],[0,-8],[0,0],[0,-1],[0,0],[0,0],[0,-4],[-1,-6],[0,-5],[-1,-7],[-1,-17],[0,0],[-4,-26],[0,0],[-1,-8],[-2,-16],[-1,-8],[0,0],[0,0],[-1,-4],[0,0],[-1,-10],[-2,-7],[0,0],[0,-1],[-1,-6],[0,0],[-4,-13],[0,0],[0,0],[-1,-1],[-1,-5],[-2,-6],[0,0],[-3,-9],[0,0],[-1,-5],[0,0],[-5,-15],[-1,-1],[0,0],[0,0],[-6,-20],[-9,-20],[-11,-20],[-2,-2],[-1,-2],[-2,-2],[-4,-6],[-10,-13],[0,0],[-9,-11],[-8,-10],[0,0],[-6,-5],[0,-1],[-4,-3],[-13,-13],[-5,-3],[-1,-1],[-7,-6],[-10,-7],[0,0],[0,0],[-4,-3],[0,0],[-4,-2],[-15,-11],[-18,-10],[-19,-10],[0,-1],[-6,-3],[-15,-6],[-9,-4],[-11,-5],[-1,-1],[0,0],[0,0],[-26,-11],[-13,-6],[-13,-6],[-8,-3],[-26,-11],[-19,-9],[-14,-6],[-7,-3],[-7,-3],[-15,-6],[-4,-2],[-7,-3],[-4,-2],[-15,-6],[-15,-7],[-13,-5],[-13,-6],[-3,-1],[-13,-5],[-1,-1],[-7,-2],[-8,-4],[-13,-5],[-14,-6],[-6,-2],[-1,-1],[-15,-6],[-16,-6],[-5,-3],[-15,-6],[-16,-6],[0,0],[-5,-2],[-26,-11],[0,0],[0,0],[-17,-7],[0,0],[-16,-7],[0,0],[-15,-6],[0,0],[-15,-6],[-14,-6],[-11,-4],[-4,-2],[-14,-5],[-15,-6],[-23,-10],[-1,0],[-5,-2],[-6,-3],[-9,-3],[-15,-6],[-17,-7],[-19,-8],[-19,-8],[-8,-3],[-9,-4],[-18,-7],[-11,-5],[-15,-6],[-16,-7],[-17,-6],[-28,-12],[0,0],[-26,-11],[-2,0],[-8,-4],[-16,-6],[-1,0],[-17,-7],[0,0],[0,0],[-17,-7],[-19,-8],[0,0],[-20,-8],[-14,-5],[-15,-6],[-29,-12],[-13,-5],[-13,-5],[-6,-3],[-4,-2],[-14,-6],[-1,-1],[-2,0],[-1,-1],[-7,-2],[-6,-2],[0,0],[-12,-3],[-5,-2],[0,0],[0,0],[-9,-2],[-10,-3],[-1,-1],[-19,-5],[0,0],[-12,-2],[-1,0],[0,-1],[0,0],[-15,-2],[0,0],[-14,-2],[-1,0],[-18,-3],[0,0],[-7,-1],[-12,-1],[-10,0],[0,0],[-13,0],[-27,0],[0,0],[-9,0],[0,0],[-15,1],[0,0],[-3,0],[-11,0],[0,0],[0,0],[-15,1],[-15,0],[-16,1],[-16,1],[-14,0],[0,0],[0,0],[-12,0],[0,0],[-7,-1],[-4,0],[-2,0],[-1,0],[-4,-1],[0,0],[-17,0],[0,0],[-17,0],[-22,0],[-21,0],[-13,0],[-14,0],[-14,0],[-19,1],[-1,0],[-19,0],[0,0],[-19,0],[-19,0],[-15,0],[0,0],[-15,1],[-16,0],[0,0],[-11,0],[-5,0],[-15,0],[0,0],[-18,0],[0,0],[-18,0],[0,0],[-20,0],[0,0],[-2,0],[-8,0],[0,0],[-18,0],[-13,1],[0,0],[-4,0],[-14,0],[0,0],[-13,0],[-1,0],[-12,0],[-12,1],[-34,1],[-28,1],[-13,0],[-13,0],[0,0],[-15,1],[0,0],[-3,0],[0,0],[-11,0],[-19,1],[-7,0],[-2,0],[-1,0],[-12,-1],[0,0],[-8,0],[-5,0],[-24,2],[-8,0],[-11,1],[-6,0],[-5,1],[-4,0],[-8,1],[-12,0],[-8,1],[-16,2],[-9,1],[-5,0],[-10,2],[0,0],[-16,2],[-10,1],[-26,1],[0,0],[0,0],[-15,1],[-11,1],[0,0],[-4,0],[-7,1],[-1,0],[-8,0],[-12,1],[-5,0],[-9,1],[-14,1],[0,0],[0,0],[-8,1],[0,0],[0,0],[-28,2],[0,0],[-8,1],[0,0],[-4,0],[0,0],[-8,1],[0,0],[-1,0],[-12,1],[0,0],[-8,1],[-20,2],[-21,5],[0,1],[-12,3],[0,0],[-9,3],[0,0],[0,0],[0,0],[-1,0],[-19,6],[-6,2],[-17,8],[-18,11],[-6,4],[-5,4],[0,0],[-17,12],[-3,3],[-13,11],[-5,4],[0,0],[0,0],[-10,13],[-2,3],[0,0],[-5,7],[0,1],[-5,7],[-5,8],[0,0],[-3,3],[0,2],[0,0],[-8,17],[-5,8],[-9,21],[-3,9],[-4,11],[-1,1],[-3,8],[-4,20],[-2,6],[0,0],[-2,7],[0,0],[0,0],[-2,12],[0,0],[-1,4],[-1,2],[0,0],[-2,9],[-2,13],[0,0],[-2,8],[-2,15],[0,1],[-3,15],[-3,16],[0,0],[0,0],[-3,16],[0,0],[0,0],[-1,7],[0,0],[-3,18],[-2,12],[0,0],[-3,13],[-1,10],[-2,10],[-4,21],[0,0],[0,0],[-3,14],[-2,14],[0,0],[-4,24],[-3,15],[0,0],[-3,16],[-2,9],[0,0],[-2,15],[-4,18],[0,1],[0,0],[-3,19],[-1,7],[-1,4],[-2,12],[-4,23],[-1,2],[-1,10],[-3,12],[-3,20],[-1,7],[-2,12],[-2,9],[-2,13],[-4,22],[0,0],[-3,15],[0,0],[0,0],[-4,24],[0,0],[-3,16],[-3,15],[-3,17],[-1,1],[0,0],[0,4],[-1,3],[-2,12],[-4,24],[-2,6],[-2,13],[0,0],[-3,18],[0,1],[-2,12],[0,0],[-3,17],[0,0],[-2,11],[-2,7],[-1,7],[-2,15],[0,0],[-4,21],[0,1],[-2,9],[-1,8],[0,0],[-3,17],[-4,17],[-3,17],[-3,17],[-3,18],[-4,20],[-1,7],[-1,2],[-1,5],[-1,8],[-3,16],[-2,16],[-2,9],[0,0],[-5,30],[0,0],[0,0],[-4,25],[0,0],[0,0],[-6,34],[0,0],[-2,11],[-7,38],[-3,22],[-4,20],[-3,16],[-1,9],[-3,15],[0,0],[-3,17],[0,0],[-3,19],[-5,29],[-8,49],[-5,28],[0,0],[-2,10],[0,0],[-2,12],[0,0],[-2,9],[-2,7],[-5,22],[0,1],[0,0],[-3,13],[-5,20],[0,0],[0,0],[0,0],[-2,9],[0,0],[-3,10],[0,1],[-1,4],[-2,4],[0,0],[-4,11],[0,1],[-1,1],[-3,8],[0,1],[-1,4],[0,0],[0,0],[0,0],[-3,10],[0,0],[-2,4],[-1,4],[0,0],[0,1],[0,0],[-4,12],[-1,5],[0,0],[-8,23],[-7,19],[0,1],[-1,0],[-2,7],[-7,13],[0,0],[0,1],[-8,16],[0,0],[-1,1],[-2,5],[-5,9],[0,0],[0,0],[-7,11],[0,0],[0,0],[0,0],[-3,5],[0,0],[0,0],[0,0],[-3,4],[0,0],[-6,10],[0,0],[-4,7],[0,0],[-4,6],[-7,8],[0,1],[-3,4],[0,0],[-5,7],[-7,9],[0,0],[-1,0],[0,0],[-4,6],[-8,9],[-8,8],[0,0],[0,0],[-3,3],[0,0],[-12,12],[0,0],[-5,4],[0,0],[-8,6],[0,0],[-7,6],[-1,0],[-6,5],[-6,5],[0,0],[-8,6],[-1,0],[0,0],[-12,9],[0,0],[-4,3],[-21,13],[-2,1],[0,0],[-1,0],[0,0],[0,0],[-16,9],[0,0],[-2,1],[-2,1],[-12,7],[-10,5],[-3,2],[-7,2],[0,0],[-12,4],[-1,0],[-1,0],[-4,2],[-24,147],[-6,41],[-7,21]],[[54603,231776],[45,-9],[56,-20],[81,-36],[77,-44],[54,-34],[54,-49],[20,-37],[23,-40],[37,-74],[23,-75],[18,-95],[115,40],[52,30],[58,38],[50,37],[60,53],[32,38],[33,71],[12,67],[15,98],[3,122],[-21,110],[-22,86],[-11,40],[-18,67],[-80,306],[-351,5],[-256,-5],[-350,-8]],[[54412,232458],[-359,-74],[-39,-16],[-80,-47],[-55,-24],[-72,-12],[-160,-14],[-114,-24],[-122,-26],[-141,-15],[-27,-1],[-111,-5],[-75,-18],[-121,-52],[-104,-53],[-119,-50],[-136,-50],[-93,-30],[-90,-41],[-5,-3],[-93,-59],[-109,-64],[-144,-80],[-283,-127],[-8,-4],[-202,-132],[-228,-127],[-73,-39],[-116,-61],[-130,-68],[-133,-53],[-162,-91],[-20,-12],[-149,-90],[-146,-106],[-181,-91],[-114,-56],[-181,-133],[-156,-91],[-125,-59],[-163,-64],[-142,-46],[-35,-10],[-104,-75],[-107,-61],[-78,-44],[-73,-35],[-81,-26],[-102,-26],[-92,-19],[-23,-7],[-84,-60],[-113,-70],[-106,-57],[-61,-26],[-73,-13],[-104,-4],[-100,1],[-38,-19],[-128,-67],[-94,-44],[-111,-39],[-92,-15],[-96,-7],[-143,-5],[-26,-2],[-98,-81],[-77,-55],[-79,-48],[-67,-37],[-70,-28],[-89,-20],[-102,-13],[-30,-6],[-61,-53],[-69,-48],[-69,-43],[-57,-27],[-65,-19],[-92,-15],[-35,25],[-56,-43],[-51,-41],[-71,-46],[-69,-41],[-59,-22],[-53,-11],[-47,4],[-51,4],[-19,-17],[-56,-56],[-61,-53],[-59,-41],[-83,-37],[-96,-28],[-112,-32],[-22,-10],[-49,-39],[-50,-33],[-65,-37],[-59,-24],[-92,-11],[-27,3],[-1,0],[-87,7],[-7,9],[-6,4],[-10,-2],[-93,-16],[-15,0],[-10,-5],[-12,-10],[-6,-12],[15,-73],[-38,-34],[-40,-26],[-49,-21],[-66,-18],[-88,-18],[-22,57],[-14,15],[-14,1],[-11,-8],[1,-19],[16,-41],[-35,-56],[-28,-39],[-38,-38],[-64,-51],[-77,-53],[-81,-38],[-94,-31],[-59,-13],[-49,66],[-23,14],[-21,-6],[-8,-23],[12,-26],[52,-71],[-58,-52],[-106,-81],[-49,-31],[-15,-10],[-62,-41],[-42,-22],[-52,-24],[-28,-12],[-43,-11],[-48,-55],[-85,-96],[-106,-97],[-75,-53],[-85,-66],[-54,-34],[-57,-28],[-29,-8],[-29,2],[-2,-88],[4,-56],[-3,-52],[-22,-46],[-29,-48],[-49,-41],[-70,-32],[-103,-30],[-192,-32],[-69,-19],[-72,-89],[-11,-14],[-13,-10]],[[40954,225685],[-55,124],[-6,12],[0,0],[12,41],[15443,53710],[78,272],[5,-4],[40,-28],[31,-23],[47,-42],[30,-28],[24,-22],[38,-30],[19,-4],[21,-5],[57,-9],[27,-94],[27,-60],[61,-43],[21,3],[15,-3],[15,-30],[9,-27],[15,-40],[6,-43],[6,-23],[11,-27],[9,-20],[34,-70],[72,-100],[57,-70],[40,-64],[24,-53],[15,-53],[2,-10],[5,-20],[8,-34],[42,-73],[30,-73],[24,-47],[18,-43],[25,-19],[10,-7],[0,0],[60,-48],[5,-16],[14,-17],[98,-53],[13,-3],[27,23],[15,-1],[46,-2],[57,-4],[60,-2],[16,1],[37,-65],[10,-17],[4,-7],[13,-16],[20,-30],[14,-19],[8,-14],[8,-11],[14,-16],[9,-11],[22,-21],[16,-14],[7,-7],[47,-67],[53,-86],[28,-50],[28,-42],[45,-69],[78,-126],[50,-102],[8,-24],[-1,-22],[66,-85],[120,-263],[73,-161],[10,-27],[7,-25],[35,-137],[15,-47],[10,-26],[29,-62],[4,-14],[48,-78],[22,-48],[22,-59],[10,-35],[11,-28],[20,-31],[19,-13],[36,-28],[18,-21],[14,-24],[34,-57],[27,-50],[23,-55],[22,-47],[8,-17],[16,-15],[40,-33],[32,-48],[26,-44],[30,-56],[41,-95],[6,-17],[5,-10],[23,-6],[24,-14],[25,-26],[24,-31],[34,-50],[27,-44],[32,-60],[16,-39],[9,-22],[4,-5],[19,-9],[45,-37],[33,-31],[42,-60],[21,-39],[27,-55],[7,-24],[6,-15],[15,-31],[9,-13],[6,-7],[19,-10],[24,-13],[25,-18],[26,-23],[19,-23],[28,-43],[27,-38],[17,-23],[24,-38],[11,-25],[5,-15],[8,-24],[48,15],[75,-80],[23,-38],[20,-37],[22,-41],[40,-98],[34,4],[25,-7],[30,-14],[32,-19],[54,-49],[30,-35],[21,-32],[16,-28],[33,-70],[18,-6],[28,-6],[25,-11],[31,-20],[46,-46],[40,-55],[21,-26],[19,-36],[26,-43],[15,-15],[24,-18],[54,-29],[18,-14],[21,-19],[50,-59],[27,-34],[19,-22],[20,-19],[14,-17],[90,-60],[26,-22],[35,-37],[35,-44],[21,-28],[24,-36],[15,-10],[21,-9],[10,-2],[31,-17],[35,-28],[27,-19],[17,-16],[42,-35],[30,-31],[40,-45],[33,-41],[22,-13],[25,-22],[85,-79],[57,-55],[45,-50],[37,-53],[17,-23],[10,-15],[15,-14],[36,-30],[30,-17],[51,-39],[48,-46],[31,-27],[48,-45],[28,-29],[12,-14],[8,-14],[7,-14],[14,-14],[57,-22],[51,-24],[55,-34],[53,-39],[50,-28],[39,-31],[27,-29],[24,-20],[21,-9],[12,-5],[19,-4],[35,-22],[51,-40],[47,-41],[99,-90],[42,-35],[13,-22],[17,-15],[30,-22],[34,-17],[28,-19],[23,-24],[34,-29],[40,-35],[15,-18],[19,-18],[27,-23],[25,-34],[17,-27],[25,-8],[17,2],[21,-1],[28,-11],[31,-20],[50,-36],[41,-44],[30,-33],[29,-35],[45,-52],[14,-14],[51,-40],[30,-24],[63,-54],[46,-45],[52,-54],[31,-39],[17,-25],[9,-12],[32,0],[24,-3],[36,-10],[40,-19],[71,-56],[61,-58],[46,-41],[24,-26],[16,-19],[16,-14],[58,-29],[67,-42],[53,-46],[44,-45],[27,-31],[27,-28],[27,-35],[11,-18],[40,-11],[20,-9],[31,-24],[46,-42],[30,-41],[27,-39],[42,-24],[18,-11],[14,-16],[14,-26],[10,-17],[23,-8],[31,-8],[25,-12],[18,-11],[42,-35],[30,-35],[37,-41],[13,-17],[40,-41],[19,-23],[20,-20],[13,-16],[12,-9],[29,7],[35,-16],[36,-22],[28,-15],[19,-16],[45,-36],[33,-32],[24,-28],[32,-29],[16,-16],[13,-15],[79,-52],[30,-27],[40,-34],[35,-27],[31,-35],[23,-34],[16,-30],[8,-11],[11,-12],[15,-7],[7,-1],[18,1],[19,5],[14,0],[33,-10],[31,-16],[49,-31],[73,-54],[36,-30],[27,-24],[19,-15],[61,-47],[50,-37],[43,-35],[41,-34],[70,-64],[14,-11],[18,-8],[39,-12],[54,-25],[73,-39],[130,-87],[98,-67],[89,-64],[72,-54],[72,-59],[67,-64],[38,-33],[16,-19],[58,-72],[32,-28],[51,-35],[55,-35],[48,-27],[65,-47],[28,-23],[46,-42],[45,-49],[73,-76],[62,-59],[84,-86],[44,-51],[30,-36],[7,-16],[19,-19],[23,-21],[33,-18],[97,-40],[33,-10],[25,-15],[48,-26],[40,-29],[42,-40],[39,-50],[22,-29],[19,-33],[6,-31],[43,-25],[54,-22],[30,-18],[44,-31],[19,-17],[53,-67],[66,-93],[39,-67],[54,-95],[38,-63],[42,-67],[90,-136],[59,-95],[65,-127],[-1,-26],[41,-39],[87,-107],[50,-78],[48,-87],[49,-101],[27,-62],[14,-29],[10,-20],[134,-237],[87,-179],[35,-88],[7,-52],[11,-18],[17,-25],[73,-87],[68,-92],[84,-158],[40,-79],[32,-58],[13,-35],[29,-62],[119,-211],[77,-171],[39,-71],[31,-62],[39,-81],[32,-54],[70,-140],[31,-58],[41,-80],[33,-63],[15,-25],[12,-24],[16,-43],[85,-138],[96,-195],[33,-73],[25,-60],[8,-30],[14,-21],[51,-86],[68,-119],[28,-64],[9,-27],[109,-245],[10,-22],[63,-144],[107,-249],[36,-82],[36,-81],[10,-23],[99,-212],[81,-180],[36,-94],[21,-63],[5,-25],[30,-47],[49,-118],[41,-114],[69,-211],[27,-87],[7,-27],[51,-90],[43,-81],[83,-161],[29,-72],[49,-136],[6,-28],[56,-112],[64,-128],[62,-138],[41,-74],[51,-118],[10,-29],[12,-20],[72,-111],[98,-188],[68,-129],[100,-195],[26,-48],[4,-22],[44,-60],[71,-119],[74,-134],[81,-137],[37,-91],[40,-72],[34,-68],[-1,-21],[37,-33],[36,-53],[67,-110],[70,-121],[56,-106],[51,-99],[48,-89],[18,-32],[13,-34],[60,-87],[36,-50],[39,-57],[41,-69],[41,-71],[18,-49],[27,-40],[54,-91],[29,-55],[33,-67],[15,-33],[21,-42],[16,-20],[57,-74],[53,-86],[52,-77],[43,-81],[37,-66],[87,-145],[16,-30],[27,-34],[5,-24],[30,-39],[38,-53],[72,-91],[54,-69],[24,-30],[42,-49],[41,-54],[33,-35],[74,-90],[56,-65],[60,22],[237,-274],[15,-17],[100,-116],[147,-165],[13,-14],[73,-80],[168,-179],[20,-20],[12,-12],[143,-149],[118,-119],[14,-14],[135,-134],[114,-109],[16,-17],[1,0],[0,0],[44,-42],[102,-95],[112,-101],[3,-3],[14,-16],[17,-12],[46,-41],[207,-183],[19,-16],[72,-62],[191,-163],[17,-15],[157,-131],[109,-91],[17,-14],[156,-129],[123,-100],[18,-15],[111,-91],[151,-122],[18,-15],[115,-94],[159,-135],[290,-252],[74,-67],[-2,-1],[-14,-17],[-2,-13],[6,-20],[15,-25],[13,-15],[15,-6],[14,-1],[12,5],[17,17],[4,6],[1,1],[237,-217],[0,0],[-8,-7],[-8,-14],[0,-12],[8,-9],[9,-3],[12,3],[10,5],[8,9],[0,1],[31,-29],[105,-92],[272,-234],[-8,0],[-6,-2],[-7,-5],[1,-24],[1,-23],[7,-24],[8,-13],[11,-10],[28,-18],[35,-7],[18,0],[9,3],[15,7],[33,-14],[85,-80],[0,-20],[4,-22],[12,-23],[17,-21],[21,-21],[28,-15],[26,-8],[20,0],[26,7],[2,1],[73,-12],[58,-14],[55,2],[20,7],[15,-31],[3,-17],[-26,-106],[0,-11],[8,-3],[9,7],[32,124],[-4,15],[-15,30],[16,6],[26,13],[45,41],[51,39],[92,53],[129,32],[134,-7],[71,-15],[11,-5],[50,-27],[69,-46],[160,-147],[18,-18],[68,-68],[125,-122],[94,-104],[156,-161],[116,-121],[119,-127],[40,-42],[104,-93],[87,-86],[95,-97],[60,-72],[22,-33],[38,-14],[41,-27],[28,-22],[26,-21],[29,-30],[88,-95],[83,-99],[85,-100],[189,-236],[276,-383],[66,-102],[110,-154],[53,-168],[3,-21],[-1,-13],[-20,-21],[-20,-21],[-12,-21],[-4,-14],[1,-15],[7,-14],[10,-6],[19,0],[30,3],[57,-178],[-19,-22],[-15,-23],[0,-14],[3,-13],[6,-10],[9,-10],[16,-1],[31,2],[15,0],[33,-36],[38,-28],[42,-26],[106,-50],[50,-20],[74,-26],[118,-38],[40,-12],[73,-39],[22,-10],[22,-10],[53,-20],[3,-5],[12,-13],[12,-5],[19,3],[4,2],[93,-30],[84,-25],[0,0],[79,-63],[122,-97],[25,-21],[16,-21],[12,-25],[55,-179],[19,-50],[15,-13],[22,-7],[18,-2],[8,3],[9,7],[359,158],[0,1],[0,-1],[7,7],[-1,6],[-23,45],[-73,125],[-1,1],[1,0],[-42,72],[31,3],[23,3],[78,17],[74,18],[19,4],[20,4],[70,12],[84,9],[75,6],[56,-2],[32,-4],[60,-13],[78,-20],[78,-19],[61,-11],[33,-3],[61,0],[21,2],[23,3],[23,2],[44,7],[89,18],[98,25],[27,9],[28,9],[85,30],[16,6],[108,38],[31,10],[32,9],[122,30],[121,25],[32,5],[30,6],[104,14],[94,8],[49,2],[84,-4],[90,-8],[62,-8],[36,-2],[17,0],[27,6],[8,4],[14,7],[4,5],[5,5],[13,22],[7,28],[1,17],[-4,35],[-7,45],[-4,41],[1,25],[1,6],[1,5],[8,15],[15,7],[12,0],[29,-4],[38,-11],[11,-4],[12,-5],[103,-49],[33,-14],[151,-59],[97,-41],[83,-31],[47,-14],[88,-20],[114,-19],[93,-15],[0,0],[15,-14],[44,-27],[39,-14],[32,-2],[50,0],[36,12],[38,16],[33,24],[31,5],[55,10],[48,15],[12,5],[11,6],[38,24],[34,30],[18,17],[48,49],[40,-5],[31,0],[17,-6],[69,-48],[51,-30],[56,-42],[45,-46],[38,-34],[82,-48],[57,-22],[73,-23],[45,-8],[35,-3],[17,5],[16,14],[9,17],[98,-71],[32,4],[33,-27],[-5,-20],[303,-220],[365,-128],[385,21],[394,213],[173,213],[20,35],[30,201],[143,7],[140,35],[141,35],[141,34],[141,35],[140,35],[141,35],[141,35],[141,35],[140,34],[141,35],[140,35],[143,23],[143,-16],[139,-42],[139,-42],[144,-9],[144,-2],[144,-1],[143,16],[127,71],[123,84],[123,84],[136,42],[135,-49],[131,-69],[130,-68],[131,-66],[143,-12],[142,22],[143,21],[143,22],[143,22],[143,22],[143,21],[141,30],[136,52],[133,62],[133,63],[133,62],[133,62],[132,62],[133,62],[130,68],[86,125],[69,140],[53,89],[27,44],[36,153],[15,159],[15,159],[16,159],[16,158],[58,144],[100,115],[105,109],[105,109],[105,109],[106,109],[105,109],[105,109],[109,105],[115,97],[115,96],[115,97],[114,96],[115,97],[115,96],[115,96],[120,88],[139,32],[137,-45],[107,-106],[95,-120],[96,-119],[115,-89],[133,47],[109,104],[110,104],[108,105],[42,145],[-56,147],[-61,145],[-60,145],[-60,145],[-59,145],[-5,51],[-10,105],[45,150],[101,110],[122,85],[122,86],[122,85],[121,85],[122,86],[116,94],[94,121],[68,140],[39,154],[5,159],[-28,155],[0,6],[15,8],[164,86],[-14,29],[44,23],[219,117],[28,-64],[933,-2160],[658,-1484],[-17,-25],[-2,-132],[0,-86],[-3,-132],[-18,-127],[8,-192],[-2,-64],[-16,-17],[-26,-46],[-21,-12],[-119,-41],[402,-99],[277,-87],[328,-103],[2,-3],[1,2],[153,-48],[31,23],[22,17],[46,35],[43,54],[20,26],[73,98],[92,122],[95,121],[98,118],[118,89],[133,64],[138,35],[145,7],[144,-16],[135,-55],[122,-83],[112,-98],[115,-96],[113,-99],[112,-99],[113,-99],[115,-99],[115,-93],[119,-95],[115,-93],[115,-96],[116,-92],[118,-96],[115,-96],[116,-92],[118,-96],[115,-93],[118,-89],[119,-93],[118,-92],[115,-96],[110,-105],[107,-106],[103,-112],[107,-105],[104,-112],[104,-111],[104,-109],[106,-108],[30,-32],[74,-80],[107,-109],[104,-108],[103,-112],[104,-109],[101,-114],[101,-115],[104,-109],[107,-108],[106,-109],[104,-112],[104,-111],[107,-106],[103,-108],[107,-109],[107,-108],[104,-109],[101,-118],[101,-112],[106,-108],[104,-109],[104,-112],[112,-99],[37,-33],[13,-20],[16,-23],[15,-20],[5,-7],[9,-16],[42,-72],[83,-33],[14,-34],[89,-125],[96,-121],[92,-121],[95,-122],[92,-121],[95,-121],[96,-118],[95,-122],[92,-121],[95,-118],[95,-121],[96,-122],[92,-121],[95,-121],[92,-122],[50,-69],[0,0],[-68,-65],[0,0],[-64,-59],[0,-1],[-25,-39],[-43,-49],[-33,-27],[15,-31],[-4,-16],[8,-30],[27,1],[22,-1],[28,-1],[76,-32],[-9,-34],[38,5],[85,15],[59,8],[71,10],[66,8],[62,-91],[78,-134],[46,-153],[34,-153],[38,-153],[40,-154],[38,-156],[37,-153],[38,-153],[37,-157],[35,-153],[40,-153],[38,-154],[37,-156],[38,-153],[40,-153],[37,-154],[38,-153],[37,-156],[41,-154],[37,-153],[41,-153],[37,-153],[35,-157],[37,-153],[38,-153],[40,-153],[38,-157],[43,-150],[84,-127],[112,-99],[118,-93],[118,-93],[119,-89],[121,-86],[121,-86],[121,-87],[121,-89],[121,-86],[121,-86],[122,-90],[118,-86],[127,-80],[141,-12],[144,6],[144,0],[145,3],[144,0],[144,3],[144,13],[144,0],[144,0],[145,0],[144,3],[138,45],[113,96],[98,115],[130,76],[129,67],[130,71],[130,67],[130,70],[129,70],[130,67],[133,67],[130,67],[138,48],[138,42],[139,41],[141,38],[139,42],[141,25],[144,10],[136,-54],[118,-90],[118,-92],[115,-96],[116,-93],[115,-95],[118,-96],[116,-93],[118,-96],[115,-92],[116,-96],[118,-92],[115,-96],[116,-96],[115,-96],[115,-96],[124,-76],[139,-45],[144,-9],[144,-7],[144,-6],[145,-10],[144,-3],[144,-6],[144,-7],[144,-9],[145,-7],[144,-6],[144,-3],[144,-10],[144,-3],[144,-6],[139,-36],[124,-83],[27,-33],[68,-85],[52,-146],[14,-160],[-31,-157],[-55,-146],[-61,-144],[-54,-147],[-58,-147],[-58,-147],[-58,-146],[-8,-157],[63,-143],[116,-96],[124,-80],[124,-80],[124,-80],[127,-79],[124,-80],[124,-80],[126,-77],[127,-76],[124,-80],[124,-83],[116,-93],[115,-95],[118,-96],[116,-96],[115,-96],[115,-96],[116,-95],[115,-93],[115,-96],[119,-95],[115,-93],[72,-137],[38,-154],[37,-153],[84,-127],[118,-90],[118,-92],[118,-93],[119,-96],[115,-92],[82,-64],[36,-29],[116,-92],[118,-96],[115,-93],[118,-92],[119,-93],[115,-93],[107,-108],[89,-125],[89,-124],[90,-125],[0,0],[35,-45],[60,-76],[112,-99],[113,-99],[110,-102],[100,-115],[90,-124],[95,-122],[95,-118],[98,-121],[95,-118],[98,-118],[96,-118],[98,-119],[95,-121],[95,-118],[95,-118],[98,-118],[95,-118],[98,-122],[96,-118],[132,-54],[142,35],[82,-41],[5,-1],[68,-24],[189,-67],[324,-184],[2,-13],[51,-28],[6,10],[71,-47],[15,-62],[78,-57],[135,-41],[58,17],[7,2],[74,22],[135,58],[133,60],[135,55],[136,54],[135,57],[136,51],[138,51],[136,51],[135,52],[139,51],[135,48],[139,47],[138,51],[136,48],[138,48],[136,51],[138,48],[139,48],[135,48],[139,51],[138,45],[136,48],[138,51],[136,48],[138,51],[138,48],[136,47],[138,51],[136,48],[138,48],[139,51],[135,51],[136,51],[138,48],[136,48],[138,48],[139,51],[135,48],[139,51],[138,48],[136,48],[138,48],[138,45],[145,15],[141,0],[144,-15],[141,-26],[142,-35],[141,-32],[138,-45],[136,-57],[124,-77],[118,-96],[118,-89],[133,-61],[141,-19],[145,-3],[144,-3],[144,19],[138,41],[130,71],[124,83],[127,73],[98,109],[46,153],[43,150],[44,153],[52,150],[78,131],[106,109],[121,86],[121,89],[122,86],[121,90],[118,86],[121,89],[121,87],[121,89],[119,86],[121,90],[121,86],[118,89],[121,86],[133,64],[141,32],[141,22],[145,0],[138,-35],[127,-76],[107,-109],[129,-64],[145,-22],[141,-19],[144,-23],[141,-22],[145,-19],[144,-22],[141,16],[144,9],[127,-67],[95,-118],[87,-128],[86,-127],[95,-122],[116,-95],[132,-61],[139,-48],[135,-51],[139,-48],[138,-48],[136,-48],[138,-48],[139,-48],[138,-41],[141,-35],[142,-32],[141,-29],[144,0],[144,3],[145,0],[141,-3],[144,13],[141,26],[142,38],[138,41],[141,42],[139,41],[132,58],[75,134],[58,147],[58,147],[55,146],[54,147],[55,150],[55,147],[55,147],[55,150],[54,147],[49,150],[26,156],[23,157],[23,156],[26,160],[26,156],[29,157],[29,156],[35,153],[49,150],[86,128],[87,128],[69,140],[46,150],[49,150],[49,150],[66,141],[55,147],[55,150],[58,146],[55,147],[46,150],[11,160],[9,160],[17,156],[52,150],[61,144],[60,147],[67,140],[66,140],[66,144],[64,144],[66,140],[66,141],[67,143],[31,154],[-26,156],[-14,160],[40,153],[87,124],[107,106],[109,105],[107,109],[104,102],[89,19],[54,14],[4,1],[16,4],[0,1],[2,1],[303,264],[2,-1],[16,3],[38,37],[44,48],[25,45],[26,173],[12,90],[2,123],[23,183],[3,27],[31,205],[36,191],[45,223],[46,208],[41,206],[27,160],[7,78],[30,65],[41,96],[10,18],[126,276],[25,-1],[38,-8],[9,8],[8,20],[-3,14],[-2,93],[2,3],[-4,23],[-56,19],[0,3],[-74,180],[25,150],[11,157],[29,156],[72,137],[75,138],[72,137],[75,137],[78,134],[78,134],[81,134],[75,135],[75,134],[77,137],[75,137],[75,134],[75,137],[78,135],[75,137],[75,134],[78,137],[43,150],[-20,157],[-32,156],[-5,156],[11,160],[15,160],[11,159],[15,160],[-6,156],[-92,122],[-101,111],[-96,122],[-80,131],[-61,143],[-37,157],[-38,153],[-40,153],[-10,29],[-39,121],[-35,157],[-34,153],[-41,153],[-46,150],[-49,150],[-23,157],[46,150],[104,108],[138,45],[142,32],[141,28],[135,55],[101,111],[44,150],[-21,157],[-26,156],[-34,157],[-32,156],[-26,157],[-32,156],[-69,137],[-112,99],[-98,115],[-32,153],[14,160],[41,153],[95,115],[133,54],[141,32],[141,29],[142,-19],[124,-83],[121,-83],[124,-83],[121,-86],[124,-83],[124,-83],[121,-83],[124,-83],[121,-86],[124,-83],[121,-83],[124,-83],[142,-26],[135,48],[118,92],[116,93],[118,96],[115,92],[118,93],[119,89],[118,93],[118,93],[118,89],[119,89],[121,93],[118,89],[118,93],[118,89],[119,93],[118,89],[118,93],[118,92],[119,90],[118,92],[118,90],[118,92],[119,90],[118,92],[118,90],[118,92],[127,74],[144,-4],[145,4],[144,0],[144,3],[144,0],[144,3],[145,13],[144,3],[144,-3],[144,0],[144,-3],[144,3],[145,0],[144,3],[144,0],[141,25],[119,90],[115,96],[115,92],[119,96],[115,96],[115,96],[116,95],[115,96],[115,93],[116,95],[118,96],[115,96],[116,96],[115,95],[115,93],[116,96],[115,96],[118,95],[116,96],[112,96],[113,99],[112,102],[124,77],[141,-13],[133,-54],[104,-112],[104,-112],[103,-108],[101,-115],[41,-154],[60,-140],[139,-38],[141,-32],[141,-32],[116,-90],[80,-134],[75,-137],[67,-140],[69,-141],[66,-140],[55,-147],[40,-153],[47,-154],[72,-137],[78,-134],[77,-134],[75,-137],[72,-138],[75,-137],[73,-137],[100,-105],[136,38],[133,-54],[103,-106],[122,-86],[121,-89],[121,-87],[118,-92],[104,-109],[104,-111],[98,-115],[104,-115],[100,-112],[101,-115],[101,-115],[101,-115],[98,-111],[101,-115],[95,-122],[90,-124],[78,-134],[63,-144],[58,-147],[89,-121],[118,-93],[116,-92],[118,-96],[124,-80],[123,-43],[58,-165],[184,-435],[-28,-67],[-52,-128],[-14,-35],[-29,-79],[-35,-116],[-19,-75],[-5,-21],[-3,-30],[-3,-23],[0,-45],[1,-25],[16,-50],[22,-55],[33,-62],[73,-116],[46,-61],[28,-31],[33,-51],[34,-47],[23,-21],[30,-19],[40,-40],[8,-3],[93,-83],[154,-96],[93,-49],[16,-11],[108,-53],[297,-108],[54,-18],[14,-3],[86,-40],[288,-159],[187,-91],[173,-37],[110,0],[3,-1],[32,-4],[32,5],[97,43],[70,43],[56,39],[39,40],[36,46],[71,61],[312,99],[78,-30],[132,-58],[133,-60],[133,-64],[132,-67],[130,-67],[130,-71],[130,-70],[126,-76],[124,-77],[127,-80],[124,-83],[124,-80],[124,-83],[124,-83],[122,-80],[124,-82],[124,-83],[124,-83],[80,-53],[14,-4],[14,-2],[12,3],[18,21],[20,33],[194,266],[17,21],[19,13],[16,7],[17,7],[26,2],[30,-4],[54,-8],[51,-6],[80,-10],[32,-5],[40,-9],[36,-8],[77,-34],[118,-65],[77,-43],[68,-64],[48,-100],[14,-86],[-7,-62],[-3,-37],[-10,-95],[1,-42],[7,-35],[44,-111],[20,-52],[-1,-36],[-7,-61],[-10,-67],[-31,-137],[-6,-48],[-35,-244],[-4,-45],[8,-37],[30,-43],[40,-29],[47,-13],[0,0],[143,-16],[144,-16],[145,-16],[141,-22],[141,-29],[141,-42],[136,-51],[136,-54],[135,-54],[136,-54],[135,-55],[136,-51],[138,-51],[136,-51],[138,-48],[136,-54],[135,-48],[139,-51],[135,-51],[139,-48],[135,-51],[139,-51],[135,-51],[84,-115],[-67,-134],[-109,-106],[-110,-105],[-101,-108],[-83,-131],[-32,-157],[-64,-140],[-80,-134],[-101,-112],[-35,-150],[66,-137],[90,-125],[89,-124],[90,-128],[89,-125],[87,-127],[92,-125],[86,-124],[90,-125],[89,-127],[90,-125],[49,-144],[-38,-153],[-69,-140],[-32,-157],[41,-150],[95,-121],[98,-115],[101,-115],[86,-124],[90,-125],[106,-108],[107,-109],[104,-109],[104,-111],[106,-109],[104,-108],[107,-109],[104,-108],[106,-112],[107,-105],[113,-103],[112,-99],[112,-99],[110,-102],[115,-95],[136,-48],[144,-13],[144,-16],[145,-16],[138,-35],[33,-26],[85,-67],[133,-67],[133,-54],[135,-58],[136,-60],[132,-58],[136,-57],[132,-58],[136,-57],[133,-64],[112,-96],[95,-121],[64,-144],[37,-153],[92,-121],[101,-115],[98,-118],[101,-115],[98,-115],[101,-115],[107,-105],[130,-64],[144,16],[124,80],[118,89],[121,89],[122,68],[5,3],[136,57],[138,45],[142,25],[144,7],[144,0],[144,0],[144,0],[145,-3],[144,-13],[144,-13],[144,-16],[141,-16],[145,-10],[144,-22],[141,-25],[141,-29],[142,-35],[141,-35],[141,-35],[139,-36],[141,-35],[138,-41],[133,-70],[124,-80],[124,-83],[124,-80],[124,-80],[124,-83],[124,-80],[124,-83],[124,-79],[124,-83],[124,-80],[124,-83],[124,-80],[124,-83],[127,-74],[138,-35],[145,-22],[144,-22],[141,-19],[144,-26],[142,-19],[144,-23],[141,-22],[144,-19],[142,-22],[144,-23],[141,-22],[139,-48],[126,-77],[110,-102],[89,-124],[57,-120],[10,-21],[60,-147],[49,-146],[72,-141],[98,-115],[116,-96],[127,-76],[127,-77],[124,-80],[127,-76],[135,-54],[141,-36],[139,-35],[141,-35],[141,-35],[142,-35],[138,-35],[141,-35],[142,-32],[141,-32],[141,-35],[142,-32],[141,-35],[141,-32],[142,-32],[141,-32],[135,-48],[122,-86],[103,-112],[96,-118],[98,-115],[98,-118],[98,-118],[103,-112],[127,-73],[139,-45],[141,-32],[141,-32],[142,-29],[141,-28],[141,-29],[145,-29],[141,-28],[141,-29],[141,-29],[142,-25],[144,-29],[141,-29],[142,-25],[141,-29],[141,-29],[144,-29],[142,-28],[141,-26],[144,-6],[144,9],[145,13],[141,16],[144,19],[144,16],[144,19],[142,29],[115,93],[64,140],[25,156],[49,151],[81,130],[107,106],[127,76],[130,74],[126,73],[130,67],[142,39],[144,6],[138,32],[130,70],[112,102],[98,115],[101,112],[101,118],[98,115],[101,115],[101,115],[101,115],[101,115],[98,115],[101,114],[101,112],[121,90],[130,63],[141,32],[144,4],[142,-26],[135,-51],[133,-64],[133,-64],[132,-60],[133,-61],[141,-29],[142,32],[141,38],[138,36],[139,44],[118,93],[109,102],[116,96],[112,102],[113,99],[112,99],[113,99],[112,99],[116,99],[115,95],[124,83],[130,68],[135,51],[141,38],[142,22],[141,23],[144,22],[142,22],[141,32],[144,26],[141,22],[145,19],[141,19],[144,23],[141,22],[90,6],[55,4],[141,-39],[127,-76],[124,-80],[124,-80],[124,-80],[118,-92],[84,-131],[63,-141],[64,-143],[63,-144],[63,-144],[64,-143],[63,-144],[67,-144],[57,-126],[6,-14],[64,-144],[63,-143],[49,-150],[38,-154],[40,-153],[84,-127],[129,-68],[144,10],[139,42],[138,41],[142,26],[144,19],[144,-10],[141,-35],[142,-35],[135,-51],[139,-48],[135,-48],[139,-48],[138,-48],[135,-51],[130,-67],[130,-70],[130,-73],[130,-71],[126,-73],[130,-67],[130,-70],[130,-74],[130,-70],[129,-70],[127,-70],[130,-71],[130,-70],[130,-73],[129,-67],[130,-71],[127,-73],[130,-70],[130,-71],[129,-73],[121,-83],[119,-93],[106,-105],[95,-118],[87,-128],[81,-134],[81,-134],[77,-131],[81,-134],[78,-134],[81,-134],[78,-131],[80,-134],[78,-134],[81,-134],[78,-131],[81,-134],[77,-134],[81,-134],[81,-131],[78,-134],[78,-134],[80,-134],[81,-131],[78,-134],[81,-134],[78,-134],[77,-134],[81,-131],[75,-138],[72,-137],[55,-147],[43,-153],[44,-153],[40,-153],[43,-150],[41,-154],[43,-153],[43,-153],[40,-153],[44,-154],[40,-150],[43,-153],[41,-153],[43,-153],[40,-154],[41,-153],[40,-153],[6,-156],[-25,-94],[-1,-4],[-14,-56],[-84,-131],[-107,-105],[-107,-108],[-100,-112],[-55,-104],[-3,-6],[-153,-16],[0,-1],[153,17],[-16,-35],[-149,-7],[-258,-12],[-157,-7],[-99,-5],[-447,-21],[-1377,-64],[-1785,-82],[-34,-2],[-578,-27],[-547,-25],[-56,-2],[128,-598],[315,-1386],[410,-1362],[915,-1704],[1150,-796],[125,-87],[1102,-764],[668,-463],[-60,-82],[-608,-836],[-407,-559],[-36,-50],[-140,-192]],[[185604,234516],[32,-4],[1,0],[5,-1],[22,15],[12,8],[43,22],[26,0],[4,-17],[-3,-57],[56,-26],[51,-16],[88,-7],[28,-5],[28,-12],[30,-28],[53,-29],[82,-17],[49,-7],[122,-49],[53,-15],[60,-23],[69,-12],[22,-3],[16,-2],[33,17],[38,19],[8,0],[22,2],[26,-7],[23,7],[33,-5],[18,-20],[7,-8],[17,-7],[31,-10],[36,-12],[107,-45],[122,-38],[75,-28],[43,-33],[200,-81],[51,-26],[206,-119],[118,-42],[47,-14],[51,-5],[43,-14],[43,-24],[66,-10],[65,-30],[98,-45],[58,-43],[41,-10],[70,-19],[150,-75],[246,-121],[148,-83],[190,-119],[58,-40],[27,-10],[65,-14],[66,-50],[34,-23],[33,0],[12,-5],[7,-14],[19,-22],[17,12],[7,22],[4,2],[17,-10],[11,-40],[-5,-26],[9,-26],[30,-7],[13,-29],[38,-40],[24,-14],[6,-2],[18,-5],[29,-7],[13,-3],[14,-9],[12,-7],[21,-3],[37,-16],[18,-3],[42,-7],[19,-3],[21,0],[18,-6],[5,-2],[8,-1],[7,-1],[0,-1],[31,-7],[24,-24],[23,-11],[11,-5],[60,-11],[4,-1],[15,-10],[19,-12],[24,-9],[19,2],[24,-14],[26,-12],[15,0],[23,-14],[39,-21],[32,-5],[40,-10],[28,-14],[32,-14],[22,2],[47,-2],[58,-12],[25,-14],[20,-12],[45,-2],[30,7],[40,7],[91,21],[35,-7],[32,-2],[36,4],[11,3],[21,-14],[28,-5],[28,-10],[32,-4],[47,-15],[26,-21],[30,-5],[58,-7],[19,-14],[34,-7],[37,0],[30,0],[17,0],[19,-17],[17,-16],[24,9],[11,29],[7,12],[5,9],[37,5],[19,-5],[11,-21],[-1,-3],[-6,-26],[13,-7],[26,0],[28,2],[17,0],[19,-2],[13,-9],[2,-12],[10,-16],[46,2],[55,14],[26,7],[43,21],[51,29],[84,35],[17,2],[30,3],[28,-19],[36,-38],[39,-57],[26,-21],[30,-5],[32,0],[21,-12],[34,-23],[18,-22],[19,-26],[64,-50],[47,-33],[61,-34],[8,-4],[30,-12],[39,0],[16,0],[47,3],[9,1],[15,3],[4,19],[-2,13],[-2,13],[6,27],[5,0],[16,3],[7,1],[116,-17],[45,-9],[477,-178],[159,-58],[18,35],[5,11],[4,8],[-211,135],[-4,-8],[-1,0],[-10,-20],[-6,-10],[-56,31],[-31,18],[-40,22],[-59,40],[-56,45],[-6,5],[-65,62],[-39,47],[-26,34],[-30,42],[-54,95],[-18,39],[-28,66],[-54,156],[-29,84],[-13,37],[-16,36],[-14,27],[-31,56],[-10,16],[-11,16],[-10,13],[-25,28],[-37,37],[-27,26],[-30,24],[-29,23],[-31,20],[-32,19],[-33,16],[-34,14],[-35,12],[-34,10],[-35,7],[-60,9],[-1361,202],[-130,19],[-18,3],[-23,5],[-30,8],[-34,12],[-21,8],[-25,12],[-20,11],[-35,21],[-189,122],[-177,118],[-1104,722],[-206,134],[-29,19],[-30,17],[-31,16],[-32,13],[-32,11],[-33,9],[-151,40],[-96,24],[-262,69],[-71,17],[-210,51],[-234,38],[-22,4],[-40,6],[-37,5],[-27,4],[-18,3],[-26,4],[-55,8],[-32,6],[-4,0],[-19,3],[-25,5],[-31,3],[-50,6],[-36,3],[-48,6],[-60,7],[-33,3],[-65,4],[-68,7],[-33,1],[-58,2],[-58,4],[-28,1],[-68,2],[-74,3],[-52,0],[-52,1],[-38,0],[-42,0],[-73,-1],[-69,-1],[-67,0],[-26,0],[-79,-2],[-31,-3],[-34,-3],[-1,-1],[0,0],[-62,-10],[-70,-16],[-61,-17],[-45,-12],[-50,-21],[-59,-26],[-30,-16],[-16,-9],[-37,-19],[-20,-12],[-27,-17],[-40,-28],[-41,-28],[-62,-50],[-27,-23],[-43,-42],[-26,-29],[-2,-2],[-18,-19],[-18,-21],[50,-11],[0,0],[9,-3],[40,-30],[23,-17],[0,-1],[11,-8],[31,-26],[30,-25],[62,-51],[4,-2],[11,-5],[15,-4],[13,-4],[32,-2],[5,-1],[46,-8],[1,0],[53,-12],[52,-15],[58,-18]],[[100786,252516],[-9,1],[0,0],[-39,-172],[161,-18],[67,-6],[24,-7],[21,-10],[31,-26],[60,-48],[56,-46],[92,-67],[54,-41],[73,-43],[516,-326],[337,-212],[156,-98],[22,-23],[21,-30],[13,-29],[16,-50],[32,-140],[78,-340],[15,-32],[21,-18],[26,-10],[19,-3],[26,4],[25,11],[19,16],[16,16],[10,23],[6,23],[2,18],[-11,63],[-51,227],[-43,189],[-12,51],[-16,54],[-17,42],[-25,39],[-36,40],[-34,34],[-66,48],[-94,60],[-65,41],[-132,83],[-71,44],[-51,40],[-45,39],[-55,46],[-41,24],[-125,77],[-39,24],[-59,31],[-49,21],[-42,11],[-39,19],[-155,98],[-79,51],[-85,51],[-34,21],[-69,42],[-35,19],[-11,6],[-39,16],[-40,11],[0,0],[-47,7],[-155,14]],[[215986,213215],[-52,-72],[-190,-261],[-296,-407],[-44,-60],[-120,-165],[-24,-34],[-4,-5]],[[190887,214272],[61,111],[48,96],[32,90],[15,90],[13,98],[14,111],[13,101],[10,114],[2,96],[-1,54],[-9,31],[-17,28],[-148,232],[-41,16],[-15,6],[-57,15]],[[54603,231776],[-7,26],[-12,44],[-16,56],[-156,556]],[[60249,233333],[74,-483],[9,-54],[4,-29],[5,-34],[-5,-2],[-120,-53],[-4,-2],[-16,-26],[-6,-10],[-39,-65],[-36,-38],[-1,-3],[-9,-12],[-8,-12],[-12,-16],[-51,-89],[-38,-75],[-59,-119],[-45,-92],[-30,-57],[-6,-5],[-3,-1],[-24,-23],[-125,-48],[-191,-69],[-415,-157],[-196,-76],[-12,-5],[-70,-27],[-70,-27],[-106,-41],[-104,-39],[-110,-42],[-142,-54],[-34,-13],[-17,-6],[-83,-33],[-49,-20],[-30,-14],[-16,-11],[-21,-23],[-1,-5],[-59,-23]],[[672805,580097],[-15,-780],[-6,-273],[-10,-396],[-4,-267],[-9,-394],[-4,-193],[-10,-383],[-3,-243],[-7,-275],[-3,-204],[-87,2],[-41,1],[-83,3],[-72,2],[-188,2],[-192,5],[-167,6],[-183,4],[-206,5],[-363,10],[-173,2],[-19,1],[-100,3],[-391,11],[-484,13],[-180,5],[-196,3],[-135,5],[-31,1],[12,-38],[40,-135],[45,-146],[13,-42],[33,-104],[121,-392],[73,-214],[34,-117],[14,-44],[8,-32],[14,-48],[101,-335],[35,-115],[80,-263],[77,-244],[7,-22],[6,-18],[82,-267],[5,-20],[-312,5],[-711,12],[-897,15],[-79,0],[-27,6],[-27,0],[25,-337],[12,-148],[6,-86],[2,-26],[12,-146],[17,-256],[-60,5],[-213,23],[-187,19],[-108,13],[-118,25],[-83,18],[-51,9],[-92,13],[-27,3],[-10,1],[-55,3],[-6,-2],[-15,-4],[-17,7],[-23,11],[-168,3],[-183,5],[-252,25],[-31,3],[-17,2],[-258,30],[-146,15],[-48,346],[-2,17],[-57,428],[-28,-3],[-41,356],[-332,-34],[-413,-42],[-95,250],[-44,116],[-14,15],[0,31],[-3,65],[-10,200],[-8,140],[-3,64],[-21,228],[-3,28],[-4,54],[-1,29],[-10,207],[-15,286],[-8,134],[-17,134],[-6,57],[4,153],[-2,32],[1,2],[-6,149],[-2,28],[-4,109],[-6,77],[-6,80],[-5,92],[-1,55],[-12,218],[-7,120],[-1,170],[13,10],[94,59],[208,126],[67,41],[132,82],[20,12],[123,77],[125,77],[113,69],[83,50],[106,65],[29,18],[24,22],[207,130],[89,55],[25,15],[73,46],[74,45],[15,9],[101,61],[83,52],[65,41],[145,90],[16,10],[9,6],[68,41],[87,53],[88,54],[174,108],[114,68],[310,193],[29,21],[-1,13],[75,3],[-20,281],[47,-4],[14,-2],[51,-8],[59,-15],[56,-19],[141,-61],[65,-28],[45,-19],[86,-37],[63,-26],[32,-13],[50,-16],[30,-12],[26,-10],[27,-7],[37,-4],[67,1],[343,-7],[494,-10],[24,3],[24,8],[3,1],[86,59],[208,145],[556,391],[429,302],[122,86],[216,155],[17,15],[16,21],[24,58],[94,253],[72,196],[12,35],[41,113],[14,41],[4,20],[1,26],[0,4],[122,2],[-3,25],[-2,19],[-3,32],[-19,207],[50,14],[-2,6],[-2,15],[-19,119],[-45,284],[71,-2],[50,-1],[659,-14],[59,-1],[362,-7],[-14,-577],[-2,-128],[-3,-123],[-1,-33],[-1,-52],[-2,-128],[-1,-64],[-1,-69],[-3,-153],[-18,-846]],[[598050,821080],[307,-359],[103,-122],[102,-122],[193,-228],[382,-456],[48,-57],[-3,-6],[-1,-5],[3,-7],[11,-15],[25,-31],[30,-35],[198,-237],[211,-252],[30,-35],[313,-374],[14,-16],[9,-10],[193,-233],[78,-91],[61,-72],[69,-81],[88,-107],[43,-51],[32,-41],[59,-71],[-119,-19],[-118,-16],[-170,-25],[-108,-16],[-114,-14],[-61,-6],[-18,-1],[-6,0],[-4,6],[-9,16],[-98,120],[-183,223],[-80,101],[-104,123],[-204,246],[-162,201],[-170,207],[-76,93],[-9,11],[-92,112],[-35,44],[-56,70],[-50,61],[-39,48],[-57,71],[-18,23],[-12,14],[-56,65],[-22,28],[-19,23],[-205,250],[-169,207],[-39,48],[-53,66],[-241,292],[-4,5],[-17,23],[-142,174],[-14,-14],[-63,-64],[-46,-51],[-41,-40],[-8,10],[27,30],[111,114],[23,26],[1,1],[179,201],[38,44],[34,38],[40,39],[32,28],[18,17],[30,29],[30,28],[123,-151],[16,-29],[8,-5],[3,-11]],[[596767,821224],[384,-477],[192,-237],[192,-235],[232,-285],[60,-75],[2,-2],[-2,1],[-3,1],[-5,0],[-4,0],[-3,-1],[-4,-2],[-4,-2],[-2,-3],[-3,-6],[-3,-6],[-4,-7],[-6,-8],[-8,-11],[-17,-17],[-15,-15],[-36,-33],[-30,-28],[-71,-66],[-36,-32],[-23,-23],[-1,-1],[58,-75],[148,-189],[11,-13],[13,13],[141,125],[105,94],[29,25],[0,0],[493,-610],[217,-270],[215,-266],[71,-87],[82,-102],[222,-271],[79,-99],[99,-124],[38,-46],[9,-8],[3,-2],[6,-7],[-45,-11],[1,-4],[-383,-78],[10,-17],[-37,-9],[-226,-44],[-227,-46],[-700,-136],[-158,-39],[-27,-6],[-42,-9],[-50,-8],[-60,-5],[-29,-1],[-57,0],[-426,17],[-532,20],[-81,2],[-215,6],[-77,6],[-8,-2],[-2,-2],[-13,0],[-33,42],[-18,18],[-21,21],[-31,24],[-32,25],[-28,21],[-20,14],[-17,12],[-18,15],[-18,16],[-27,25],[-16,18],[-17,22],[-71,94],[-95,127],[-113,154],[-11,15],[-10,14],[-6,10],[-31,36],[-12,17],[-47,63],[-39,44],[1,2],[1,0],[39,15],[12,2],[2,-3],[85,3],[30,1],[104,1],[26,16],[38,19],[56,23],[28,10],[19,5],[19,5],[3,3],[0,0],[1,1],[0,2],[4,1],[-3,3],[0,6],[-3,10],[-35,46],[-8,9],[-268,356],[-74,97],[-3,2],[-53,-38],[-7,-5],[-3,-1],[-73,-56],[-177,-137],[-77,102],[-48,60],[-96,126],[-106,143],[-98,129],[-140,184],[-72,97],[-9,15],[-9,13],[-14,16],[-21,22],[-12,15],[-17,24],[-55,74],[-12,16],[-20,23],[-17,19],[-12,16],[-12,15],[-32,44],[-8,10],[-85,114],[-2,5],[-17,20],[-88,113],[-113,144],[-1,-1],[-7,9],[-253,326],[-253,334],[5,5],[13,-8],[68,-26],[61,-18],[49,-11],[41,-1],[47,0],[50,7],[55,14],[59,20],[103,33],[138,45],[93,28],[112,24],[77,15],[134,22],[35,7],[12,1],[162,15],[132,6],[42,4],[43,6],[57,12],[32,8],[41,12],[35,15],[18,8],[0,0],[24,11],[35,19],[39,25],[36,25],[32,25],[30,26],[35,37],[26,28],[23,27],[30,43],[24,41],[31,60],[32,62],[26,44],[22,35],[45,59],[37,45],[32,29],[34,28],[23,18],[17,13],[45,28],[57,29],[121,42],[45,22],[46,30],[6,-8],[-4,-3],[20,-22],[21,-26],[289,-353],[9,-12],[237,-294]],[[725596,432341],[-1,-12],[-1,-1],[0,-19],[4,-671],[-621,33],[-16,-4],[-1,-2],[-1,1],[-70,76],[-8,-13],[-73,-174],[-97,-223],[-158,-25],[-82,-13],[-86,-15],[-178,127]],[[724207,431406],[1,1],[68,163],[27,66],[0,1],[-85,33],[-259,91],[-75,26],[-38,11],[-75,24],[-5,-14],[-11,-15],[-5,-7],[-29,-13],[-40,-9],[-30,-7],[-1,0],[-2,0],[8,-13],[13,-17],[19,-24],[14,-19],[19,-39],[13,-17],[12,-8],[7,-3],[9,-4],[12,0],[19,1],[15,0],[12,-3],[19,-15],[7,-11],[27,-19],[19,-13],[21,-14],[8,0],[7,3],[6,7],[4,6],[33,-22]],[[723971,431533],[-156,-326],[-80,29],[-117,35],[-19,-2],[-38,-7],[-17,2],[-39,10],[-104,30],[-22,3],[-4,-4],[-3,-6],[-30,15],[-54,27],[-209,110],[-73,40]],[[723006,431489],[3,0],[4,3],[12,15],[156,226],[9,14],[16,24],[0,0],[113,159],[17,29],[2,8],[22,-6],[5,-2],[3,-2],[2,-1],[60,-17],[196,-58],[146,-46],[0,-2],[39,-8],[494,-170],[7,-2],[86,155],[-3,1],[2,11],[52,117],[32,68],[9,17],[1,6],[4,22],[55,3],[35,9],[18,7],[-19,52],[-41,107],[-54,162],[16,9],[18,15],[118,107],[50,37],[64,36],[65,27],[57,12],[41,2],[22,-5],[30,-17],[57,-36],[18,-5],[17,-5],[75,-4],[41,2],[0,0],[65,20],[4,1],[17,11],[42,28],[0,-1],[0,0],[6,1],[8,-10],[28,-62],[15,-61],[10,-78],[4,-84],[46,1],[173,10]],[[724289,433243],[38,-173],[3,-13],[41,-181],[-47,-9],[-141,-26],[-21,-7],[-39,-6],[-7,0],[-51,3],[-68,2],[-31,-2],[-313,-74],[-105,-17],[-20,-2],[-3,2],[-14,3],[-24,3],[-37,6],[-14,-13],[-78,-68],[-17,-14],[-22,-7],[-23,-15],[-17,-7],[-12,-9],[-34,-17],[-201,-102],[-33,-18],[0,-1],[-28,-15],[-10,-148],[0,0],[-2,-35],[17,-4],[3,1],[29,-5],[189,-38],[-3,-9],[-49,-176],[-5,-2],[-15,-7],[0,0],[-18,-10],[-368,-163],[-27,-13]],[[722712,431857],[-4,12],[-3,15],[1,14],[4,10],[27,28],[38,36],[18,20],[10,19],[4,30],[-2,14],[-1,3],[-15,33],[-27,44],[-81,113],[-143,210],[-167,246],[-22,38],[-107,158],[26,0],[98,-1],[122,-5],[162,-5],[78,-3],[101,-4],[188,9],[20,0],[0,-25],[211,5],[31,-2],[10,2],[21,0],[28,6],[7,3],[18,12],[64,37],[73,41],[159,91],[7,3],[29,13],[28,5],[42,2],[145,-4],[219,-4],[56,1],[7,0],[17,3],[22,12],[23,22],[18,29],[6,12],[10,29],[0,34],[1,19],[0,6]],[[725690,432346],[9,4],[6,3],[8,10],[1,12],[-8,145],[-15,245],[-25,350],[0,4],[-24,360],[-2,47],[-3,3],[0,2],[-6,36]],[[725631,433567],[29,-3],[360,-36],[57,1],[39,6],[1,-7],[9,-13],[112,-95],[135,-110],[-44,-70],[-16,-27],[-93,-227],[-8,-41],[-29,-227],[-13,-101],[-27,-148],[-20,-107],[-392,-14],[-2,0],[-8,-1],[-31,-1]],[[724268,433363],[-5,19],[-43,170],[-11,55],[-12,53],[0,18],[1,12],[2,13],[8,15],[57,-4],[167,-17],[57,-6],[489,-54],[174,-20]],[[725152,433617],[-1,0],[-9,-30],[-84,-297],[-369,24],[2,24],[-240,17],[-116,20],[-11,4],[-4,-1],[-8,0],[-14,-3],[-30,-12]],[[724207,431406],[-126,85],[-12,3],[-19,-2],[-14,-10],[-7,11],[-20,14],[-38,26]],[[725690,432346],[-52,-3],[-42,-2]],[[723006,431489],[-462,245],[-9,3],[0,7],[-28,14],[13,5],[26,15],[96,46],[49,23],[21,10]],[[724289,433243],[-4,36],[-17,84]],[[725152,433617],[413,-42],[66,-8]],[[740630,501759],[-14,-132],[21,-17],[18,-10],[20,-6],[22,-7],[26,-10],[22,-7],[-3,10],[-1,19],[0,20],[2,18],[9,17],[-8,17],[-23,-7],[-35,-15],[15,97],[123,-23],[21,-4],[18,-4],[10,-2],[278,-91],[310,-103],[162,-55],[273,-94],[-74,-90],[-85,-100],[-66,-77],[-95,-112],[-175,-210],[-139,-163],[-100,-119],[28,-6],[175,-48],[253,-67],[379,-101],[20,-6],[59,-15],[-36,-189],[-15,-80],[-121,-629],[-301,-1568],[-250,-1362],[-66,-382],[-30,-152],[-121,-671],[-1,0],[-95,-511],[-105,-559],[-247,-1220],[-45,-353],[-23,8],[-52,25],[-24,8],[-81,44],[-40,16],[-61,30],[-16,4],[-48,7],[-17,2],[-29,6],[-19,2],[-7,0],[-21,0],[-6,0],[-26,-3],[-28,-6],[-31,-13],[-32,-20],[-30,-21],[-47,-40],[-40,-40],[-27,-26],[-26,-25],[-35,-29],[-30,-15],[-21,-7],[-33,-1],[-46,-1],[-41,8],[-44,13],[-39,22],[-24,18],[-21,25],[-16,35],[-7,23],[-3,27],[1,41],[18,99],[6,45],[4,46],[10,54],[4,17],[1,49],[4,47],[2,42],[4,50],[0,33],[-3,29],[-5,24],[-17,59],[-8,28],[-10,28],[-20,33],[-25,30],[-29,31],[-30,25],[-3,2],[-50,34],[-51,31],[-54,25],[-61,21],[-51,18],[-30,4],[-25,-1],[-34,-5],[-35,-11],[-45,-22],[-24,53],[-6,10],[-20,22],[-5,11],[-4,16],[-3,19],[-2,23],[-24,11],[-16,31],[4,6],[11,8],[15,8],[21,4],[34,3],[24,3],[9,3],[5,6],[14,39],[11,19],[9,15],[11,17],[13,18],[9,15],[18,88],[-127,38],[-195,58],[-29,9],[-66,18],[6,7],[16,25],[18,38],[24,44],[33,47],[31,40],[19,24],[-123,13],[-139,17],[-34,5],[-32,9],[-30,13],[-33,16],[-37,21],[-12,9],[-4,189],[-2,40],[-8,228],[-11,350],[-2,78],[56,45],[162,126],[102,77],[240,186],[19,15],[127,99],[146,116],[0,1],[-38,-3],[-128,97],[-64,48],[-7,-8],[-84,-56],[-641,496],[103,62],[0,-1],[512,318],[-10,25],[-196,381],[-48,92],[57,31],[114,63],[159,86],[-5,21],[-7,23],[-91,362],[-32,123],[-21,20],[-13,17],[-66,-16],[-273,-66],[-194,-47],[-126,-30],[-178,-42],[-41,-10],[-203,-46],[-23,-3],[-19,-2],[-64,-1],[-179,-3],[-185,-6],[-20,0],[49,354],[0,0],[15,-2],[74,-8],[44,-5],[29,254],[-43,11],[-83,21],[23,157],[8,-1],[461,-66],[20,-3],[0,0],[2,8],[0,0],[0,5],[3,14],[0,5],[20,121],[38,234],[2,13],[0,1],[1,3],[0,5],[-238,30],[3,6],[4,0],[43,91],[208,432],[179,375],[18,38],[12,24],[-49,10],[-22,4],[-208,42],[-166,33],[-45,9],[115,217],[80,160],[82,159],[80,158],[81,161],[52,101],[2,-3],[32,64],[-2,1],[78,153],[11,21],[71,137],[63,124],[11,-2],[11,0],[3,1],[9,2],[11,5],[9,7],[0,5],[3,9],[9,23],[7,13],[6,9],[5,3],[5,0],[12,-1],[24,-8],[-7,43],[-2,11],[-4,26],[0,19],[4,16],[3,13],[8,19],[15,30],[25,48],[33,-1],[409,-17],[148,-6],[252,-8],[223,-8],[147,-5],[305,-14],[173,-8],[39,-3],[47,-8],[50,-10],[262,-48]],[[740869,500793],[77,-17],[8,167],[-96,23],[-35,9],[-69,-155],[115,-27]],[[739386,494299],[80,-10],[0,76],[-3,20],[-12,28],[-3,22],[6,30],[10,35],[9,47],[1,45],[-41,-32],[-74,-62],[-51,-44],[-2,-145],[80,-10]],[[503515,801714],[9,-15],[2,2],[15,19],[23,27],[8,4],[8,10],[88,109],[4,0],[1,-1],[11,-10],[2,-2],[3,-2],[2,-3],[2,-2],[2,-2],[2,0],[4,0],[2,0],[1,0],[1,0],[7,-1],[5,2],[44,61],[7,7],[7,2],[1,-1],[14,-11],[26,-21],[19,-15],[14,-11],[8,-8],[3,-5],[12,-25],[13,-17],[6,-5],[4,1],[86,-91],[25,-28],[43,-49],[21,-10],[11,-4],[8,-1],[3,0],[5,1],[11,6],[46,39],[11,7],[4,2],[9,4],[10,3],[4,1],[15,2],[21,0],[6,-1],[8,0],[10,1],[8,1],[5,0],[18,1],[7,-2],[3,-3],[1,-1],[5,-30],[1,0],[0,0],[0,-8],[2,-8],[8,-12],[5,-4],[6,-5],[14,-11],[8,-5],[7,-3],[12,13],[10,2],[41,37],[37,-69],[-9,-11],[6,-6],[0,0],[27,-28],[3,0],[17,19],[4,4],[7,1],[5,0],[5,-2],[8,-7],[102,-105],[151,-153],[113,-114],[60,-60],[0,-87],[32,-25],[6,-7],[17,-16],[19,-19],[14,-14],[0,0],[14,-19],[35,-91],[2,-16],[-1,-14],[-6,-10],[-15,-23],[0,-13],[7,-21],[10,-16],[17,-18],[16,-14],[21,-15],[10,-10],[10,-14],[3,-13],[2,-13],[8,-10],[14,-15],[5,-13],[2,-16],[-4,-18],[-17,-21],[-122,-118],[-99,-90],[-109,-97],[-23,-22],[1,-2],[-6,-6],[3,-3],[-2,-2],[39,-55],[97,-133],[9,-12],[15,-26],[-24,-22],[-40,-34],[-15,-12],[-19,-16],[-1,-2],[75,-104],[59,-80],[-176,-165],[-21,-20],[-3,-20],[-4,-6],[0,-39],[0,-92],[-2,-403],[-1,-13],[-3,-10],[-5,-11],[-1,-1],[0,-3],[0,-9],[20,-50],[37,-118],[7,-21],[93,-270],[5,-13],[6,-17],[7,-20],[-2,-15],[6,-29],[5,-37],[-1,-5],[-138,-134],[-22,-20],[5,-11],[1,-2],[-5,-5],[133,-276],[47,-98],[0,-1],[-2,-4],[-45,-46],[-22,-28],[5,-29],[1,-6],[16,-361],[-11,-11],[2,-4],[-1,-2],[10,-12],[1,-1],[3,-4],[25,-31],[150,-184],[49,-66],[3,-5],[-1,-6],[-46,-61],[-152,-192],[-2,-6],[0,-13],[1,-9],[3,-33],[6,-220],[0,-4],[0,-16],[1,-33],[40,-201],[1,-8],[5,-25],[2,-11],[105,-157],[79,-115],[192,-282],[100,-147],[2,3],[5,-6],[6,23],[20,29],[9,12],[14,24],[291,440],[4,22],[-1,19],[-3,13],[1,1],[-41,34],[-42,30],[-9,7],[-36,24],[-7,6],[0,2],[-1,3],[1,5],[1,3],[14,33],[6,11],[9,21],[12,24],[22,56],[16,35],[12,23],[16,36],[18,51],[8,25],[4,11],[24,46],[12,24],[11,20],[15,30],[5,9],[4,8],[14,23],[4,8],[8,13],[1,5],[2,2],[2,11],[2,3],[2,9],[1,18],[4,18],[0,18],[0,19],[2,20],[3,8],[4,6],[6,6],[13,11],[21,18],[26,22],[7,6],[39,30],[42,35],[10,10],[56,45],[9,14],[20,38],[13,36],[-1,18],[-1,28],[0,4],[-6,11],[-7,27],[-5,32],[-4,34],[-2,25],[1,6],[3,8],[1,10],[1,9],[-2,9],[-17,75],[-5,24],[-10,27],[-8,12],[-5,4],[-2,-2],[0,0],[-2,8],[3,18],[51,30],[-12,23],[59,110],[4,11],[0,1],[2,21],[4,27],[6,15],[88,147],[57,95],[23,39],[26,33],[40,24],[42,33],[29,24],[34,29],[7,10],[19,23],[11,9],[155,-178],[18,-17],[3,-11],[3,-3],[14,-14],[12,-15],[23,-25],[75,-87],[40,-46],[14,-14],[124,-140],[-5,-6],[28,-33],[26,-30],[-112,-112],[-40,-42],[-18,-19],[-7,-7],[-13,-16],[-33,-54],[-32,-55],[-31,-59],[-7,-12],[-9,-14],[-8,-15],[-6,-12],[0,-3],[-1,-2],[-4,-14],[-3,-25],[1,-22],[-2,-13],[-3,-7],[-3,-14],[-2,-4],[-9,-12],[-16,-18],[-11,-7],[-14,-17],[-81,-124],[-13,-16],[-8,-10],[-9,-12],[-22,-32],[-4,-9],[-11,-17],[-41,-75],[-22,-37],[-8,-12],[-18,-35],[-20,-36],[-2,-4],[-12,-22],[-7,-18],[-7,-22],[-10,-29],[-13,22],[-13,-4],[-2,7],[-2,-1],[-40,-16],[-36,-11],[-26,-7],[9,-28],[9,-61],[0,0],[0,-2],[11,-29],[-20,-12],[-7,-11],[1,-16],[9,-52],[13,-27],[-39,-23],[-27,-8],[-29,-6],[-81,10],[-28,2],[-59,-7],[-64,-120],[-196,-328],[-1,1],[-161,-272],[-1,-3],[-81,-133],[1,0],[-5,-9],[120,-110],[104,-95],[42,-40],[3,-3],[13,-29],[-2,-12],[11,-18],[4,-7],[5,-14],[6,-6],[11,-19],[32,-37],[61,-76],[118,-131],[17,-24],[29,-29],[11,-13],[21,-17],[83,-15],[21,-9],[23,-30],[5,-4],[4,-6],[11,-8],[2,-1],[7,-6],[29,-11],[17,1],[36,-7],[10,8],[48,48],[78,87],[22,27],[22,42],[68,115],[88,150],[18,31],[259,-182],[1,0],[-3,-6],[-1,-4],[2,-4],[224,-180],[9,-13],[2,-2],[127,-88],[32,-19],[19,-12],[1,2],[4,-4],[-2,-4],[13,-22],[11,-175],[3,-26],[0,-15],[3,-13],[2,-15],[23,-58],[17,-44],[25,-47],[14,-27],[13,-17],[9,-15],[14,-18],[10,-11],[15,-20],[61,-50],[12,-9],[3,-3],[1,-1],[11,-9],[35,-13],[14,-6],[16,-5],[11,-4],[115,-28],[20,-6],[23,-8],[56,-78],[10,-5],[7,2],[22,32],[11,9],[10,1],[9,-2],[160,-56],[30,-13],[12,-8],[31,-32],[23,-29],[13,-9],[25,-13],[12,-10],[5,-28],[6,-11],[8,-13],[10,-21],[0,0],[2,-3],[21,-45],[35,-41],[48,-53],[5,-7],[13,-15],[13,-14],[13,-11],[15,-12],[7,-4],[4,-4],[-38,-43],[5,-6],[-4,-4],[16,-27],[15,-23],[47,-60],[24,-28],[35,-40],[32,-29],[41,-34],[11,-7],[6,-2],[6,1],[4,2],[30,35],[7,5],[7,5],[11,3],[13,3],[10,0],[9,-1],[8,-2],[8,-5],[87,-71],[6,8],[8,7],[167,176],[87,93],[41,43],[284,294],[9,6],[3,0],[4,-2],[174,-116],[33,-18],[-7,-9],[-23,-25],[-37,-37],[-11,-10],[-34,-34],[-20,-19],[-33,-28],[-9,-10],[-45,-37],[-32,-33],[-31,-30],[-10,-10],[-10,-8],[-48,-51],[-18,-20],[-7,-10],[-24,-27],[-16,-21],[-25,-38],[-16,-28],[-13,-27],[-5,-11],[-6,-14],[-1,-11],[0,-15],[0,-11],[3,-12],[4,-11],[5,-10],[16,-16],[22,-25],[22,-21],[2,-2],[19,-16],[21,-10],[32,-9],[60,-30],[13,-13],[5,-6],[9,-16],[6,-18],[6,-38],[4,-49],[0,-11],[-1,-22],[-4,-17],[-4,-10],[-5,-9],[-12,-19],[-13,-16],[-13,-12],[-9,-8],[-15,-12],[-9,-4],[-8,-7],[-7,-8],[-30,-48],[-16,-22],[-26,-40],[-63,-91],[-138,-186],[-17,-25],[-20,-21],[-28,-33],[-32,-30],[-40,-37],[-39,-30],[-28,-18],[-46,-37],[-81,-63],[-93,-88],[-10,-3],[-17,-3],[-12,-13],[-1,0],[-13,-7],[-12,-9],[-11,-12],[-34,-42],[-31,-38],[-38,-55],[-33,-49],[-15,-27],[-9,-13],[-53,-96],[-14,-42],[-3,-11],[-5,-1],[-5,-17],[-7,-37],[0,-2],[-3,-10],[0,-3],[-183,-104],[-6,10],[-8,9],[-5,5],[0,1],[-2,2],[-40,106],[1,7],[0,15],[-3,39],[-3,7],[-4,4],[-7,4],[-3,6],[-18,42],[-21,38],[-53,61],[-30,40],[-85,89],[-62,66],[-75,90],[-141,150],[-9,19],[-27,31],[-15,13],[-32,32],[-48,80],[-27,33],[-47,44],[-45,48],[-48,25],[-43,32],[-13,32],[-126,196],[-60,103],[-44,69],[-9,11],[-69,86],[-60,69],[-71,51],[-33,2],[-28,-19],[-16,17],[6,30],[-3,12],[-179,140],[-59,54],[-55,57],[-31,20],[-37,16],[-38,9],[-10,-3],[-29,-7],[-42,-43],[-60,-75],[-42,-45],[-36,-18],[-52,-2],[-93,19],[-30,3],[-15,-1],[-96,-31],[-34,-12],[-11,-7],[-8,-8],[-9,-14],[-14,-31],[-19,-49],[-12,-40],[-6,-21],[-12,-3],[-89,-236],[-36,-116],[-37,-127],[-41,-163],[-45,-219],[-20,-134],[-18,-155],[-9,-111],[-4,-94],[-2,-108],[0,-93],[1,-16],[-22,0],[-299,0],[-17,69],[-19,86],[-3,13],[-11,31],[-19,51],[-4,29],[-5,29],[-11,27],[-8,16],[-2,24],[-9,49],[3,8],[-5,18],[1,0],[-23,86],[-42,168],[-4,14],[-5,13],[-3,4],[-1,4],[-11,18],[-23,29],[-38,41],[-23,22],[-34,31],[-23,10],[-32,15],[-10,2],[-3,1],[-3,0],[-22,6],[-145,3],[-142,-14],[-41,-2],[-6,15],[0,1],[1,1],[4,5],[9,4],[7,7],[9,13],[2,4],[4,11],[4,30],[1,22],[-1,40],[-2,42],[0,52],[-11,-1],[1,120],[-1,25],[-3,46],[1,65],[-2,35],[-2,2],[0,13],[-4,2],[-5,0],[-2,-1],[0,1],[-33,1],[-3,5],[-3,3],[-3,2],[-5,2],[-16,1],[-13,-1],[-15,-2],[-19,-4],[-19,-1],[-17,5],[-8,0],[-17,-1],[-7,-1],[-24,-1],[-22,4],[-8,1],[-8,0],[-17,-4],[-8,0],[-7,2],[-2,3],[-24,-2],[-26,72],[-4,22],[4,9],[18,3],[9,2],[7,4],[3,3],[35,20],[18,7],[9,3],[16,2],[5,1],[11,1],[0,1],[0,0],[11,8],[12,0],[11,8],[1,11],[-4,7],[-4,7],[-10,4],[-13,3],[-5,5],[-7,7],[-33,68],[-1,46],[-3,22],[-18,37],[-24,32],[-48,36],[-25,32],[-9,41],[3,41],[8,61],[-2,35],[-12,53],[-12,17],[-17,21],[-23,28],[-58,86],[-66,76],[-74,92],[-15,29],[-10,34],[-4,28],[10,56],[4,62],[-4,81],[-21,52],[-26,20],[-1,8],[-7,5],[-63,53],[-9,-5],[-117,92],[-17,18],[-68,71],[-50,56],[-23,38],[-13,42],[-32,72],[-30,45],[-68,71],[-104,103],[-101,102],[-44,54],[-9,12],[-33,54],[-39,41],[-99,86],[-12,8],[24,3],[-23,17],[-40,17],[-60,27],[-53,19],[-53,24],[-16,14],[-19,21],[-22,19],[-23,23],[-12,5],[-10,12],[-19,27],[-10,12],[-26,35],[-7,14],[-2,6],[0,6],[2,11],[4,16],[7,17],[8,26],[0,26],[-11,39],[-4,10],[-4,5],[-7,12],[-12,15],[-21,19],[-11,16],[-2,3],[-20,28],[-22,28],[-36,74],[-27,68],[-19,53],[-1,2],[-13,37],[-17,49],[-21,65],[-2,10],[-22,104],[-13,44],[-18,27],[-20,13],[-31,0],[-49,-13],[-104,-24],[-80,-22],[-154,-28],[-50,-8],[-20,93],[-7,33],[-13,69],[-4,20],[-39,207],[-26,123],[22,54],[-49,172],[-15,30],[-20,34],[-21,34],[-46,67],[1,0],[-2,2],[-169,249],[-60,91],[-74,111],[-57,86],[-41,49],[-13,19],[-97,114],[-59,71],[-9,9],[-5,6],[-34,35],[-3,4],[-20,25],[-6,13],[-3,5],[-9,22],[-5,8],[-17,20],[-18,18],[-11,9],[-5,4],[-28,41],[-16,18],[-10,7],[-10,0],[-3,5],[-29,-2],[-32,-5],[-84,-13],[-39,-7],[-35,-8],[-89,-15],[-89,-18],[-78,-17],[-2,0],[-11,49],[-8,20],[-2,3],[-2,1],[1,0],[-7,8],[-19,27],[-19,23],[-38,39],[-74,87],[-298,-32],[-165,-16],[-25,40],[4,2],[3,3],[-17,98],[7,5],[90,64],[39,23],[38,18],[139,43],[128,40],[70,21],[15,6],[29,7],[10,5],[22,6],[9,4],[6,4],[26,12],[6,4],[36,16],[23,15],[0,10],[-7,47],[-6,60],[-1,81],[-2,26],[6,6],[49,26],[40,36],[4,1],[3,3],[2,4],[2,1],[9,15],[13,20],[9,8],[2,2],[9,5],[7,6],[6,4],[4,5],[3,6],[1,2],[14,12],[5,2],[9,2],[12,3],[12,0],[7,0],[5,2],[3,1],[4,5],[4,9],[0,0],[4,6],[1,4],[0,3],[-1,2],[-1,1],[0,1],[5,17],[7,7],[4,0],[2,3],[4,7],[41,43],[20,19],[4,0],[6,1],[7,8],[1,1],[2,0],[17,3],[13,5],[7,11],[2,1],[13,6],[9,6],[4,8],[-3,11],[-5,10],[-5,9],[-4,9],[-3,7],[2,9],[3,9],[3,7],[1,8],[-1,7],[10,18],[16,3],[17,12],[14,18],[14,22],[1,1],[10,28],[5,18],[-1,10],[3,11],[8,4],[4,5],[1,6],[17,0],[16,-11],[16,3],[19,7],[17,7],[18,13],[12,12],[7,9],[32,33],[0,2],[3,3],[5,13],[-2,4],[-6,9],[0,0],[-1,13],[-5,13],[0,6],[0,1],[21,22],[26,-9],[20,0],[19,9],[19,14],[6,8],[3,4],[9,-1],[3,2],[10,7],[12,15],[6,44],[-1,41],[-1,3],[-2,26],[-4,27],[-3,27],[-2,23],[0,22],[5,17],[14,4],[9,13],[8,16],[8,15],[0,20],[-23,32],[-12,10],[-3,6],[1,6],[5,6],[3,6],[-3,7],[-5,5],[-5,5],[2,8],[5,-1],[8,3],[9,1],[4,0],[5,-2],[2,-4],[5,-2],[8,2],[7,5],[6,3],[6,1],[9,0],[2,0],[4,2],[4,2],[0,1],[20,5],[14,13],[3,4],[2,1],[4,5],[2,5],[0,1],[0,0],[9,18],[13,12],[12,2],[14,7],[32,42],[0,1],[1,0],[4,10],[1,3],[-9,5],[-4,2],[0,0],[-3,5],[-3,6],[-3,13],[2,7],[2,6],[4,5],[8,10],[5,6],[3,4],[2,4],[1,4],[-3,13],[-3,6],[-6,17],[-20,39],[-18,48],[-4,14],[-6,15],[-2,4],[-5,12],[-24,78],[-5,13],[-1,2],[-1,2],[-5,15],[-36,85],[-19,13],[-25,25],[-20,28],[-19,29],[-24,47],[-20,32],[-19,27],[-130,158],[-104,126],[-190,226],[10,11],[1,0],[0,0],[4,6],[17,12],[23,8],[86,23],[18,11],[22,23],[24,31],[2,3],[4,5],[10,14],[33,33],[52,44],[49,37],[17,12],[8,5],[85,56],[19,13],[10,8],[9,6],[7,3],[10,3],[8,2],[9,3],[6,1],[4,1],[10,2],[10,5],[2,0],[19,6],[17,17],[17,13],[67,60],[7,3],[5,0],[5,0],[7,-2],[32,-16],[15,-7],[2,-3],[29,-13],[37,-18],[139,-70],[44,-20],[18,-10],[57,-29],[61,-26],[44,-11],[3,-1],[11,-4],[170,-56],[24,-8],[5,-2],[10,-7],[5,-3],[4,-5],[4,-5],[4,-5],[3,-5],[7,30],[44,0],[31,38],[2,1],[9,7],[8,2],[4,1],[7,11],[14,18],[16,21],[12,24],[7,28],[2,23],[1,28],[6,19],[3,6],[13,14],[20,13],[42,15],[47,17],[46,17],[49,19],[49,16],[56,18],[49,15],[23,7],[9,4],[11,1],[25,2],[73,15],[42,9],[40,7],[28,5],[57,3],[87,9],[51,7],[23,5],[1,0],[45,4],[40,8],[52,10],[42,9],[3,0],[35,5],[77,16],[2,0],[7,1],[14,-1],[3,-2],[9,-6],[5,-5],[5,-7],[5,-8],[3,-7],[1,-10],[24,-26],[83,-25],[0,-1],[2,-16],[3,-22],[7,-35],[46,-189],[6,-12]],[[662400,785867],[-658,-1139],[-21,15],[-3,2],[1,1],[-2,0],[-3,2],[-15,12],[-144,99],[-165,113],[-79,55],[-31,22],[-87,60],[116,207],[96,164],[76,134],[192,336],[170,308],[204,-145],[205,-142],[103,-73],[15,-10],[4,-3],[0,0],[26,-18]],[[660883,786015],[-15,-6],[-11,2],[-55,35],[130,230],[9,10],[25,16],[85,53],[693,446],[0,0],[0,0],[53,-33],[-204,-282],[-23,-31],[-19,-12],[-193,-122],[-312,-199],[-163,-107]],[[662850,786650],[-139,-244],[-26,19],[-2,1],[-16,12],[-349,250],[-155,111],[-34,24],[-72,49],[-23,21],[-68,49],[0,0],[0,4],[0,0],[9,8],[65,41],[156,99],[127,81],[359,231],[218,141],[168,109],[26,17],[13,-2],[174,-126],[11,-14],[24,-14],[0,-1],[23,-16],[-67,-117],[-422,-733]],[[663500,787783],[-146,-256],[-23,16],[1,1],[26,46],[71,122],[53,93],[17,30],[15,-27],[-14,-25]],[[661718,784745],[3,-2],[21,-15],[658,1139],[-26,18],[0,0],[-4,3],[-15,10],[-103,73],[-205,142],[-204,145],[-170,-308],[-192,-336],[-76,-134],[-96,-164],[-116,-207],[-2,1],[-34,24],[-616,428],[-5,3],[2,11],[71,125],[86,153],[97,174],[7,12],[3,6],[55,-35],[11,-2],[15,6],[163,107],[312,199],[193,122],[19,12],[23,31],[204,282],[-53,33],[0,0],[144,93],[48,32],[30,20],[0,-4],[0,0],[68,-49],[23,-21],[72,-49],[34,-24],[155,-111],[349,-250],[16,-12],[2,-1],[26,-19],[139,244],[422,733],[67,117],[15,27],[146,256],[14,25],[-15,27],[-3,6],[-47,86],[0,2],[2,3],[42,28],[66,44],[2,1],[53,36],[0,1],[4,2],[41,25],[0,2],[1,0],[111,193],[83,144],[114,198],[102,179],[187,319],[29,25],[52,45],[133,120],[26,24],[318,280],[136,124],[65,54],[122,109],[106,97],[173,157],[26,23],[165,145],[159,146],[158,139],[284,255],[44,40],[48,44],[88,80],[99,89],[99,89],[57,52],[80,72],[61,54],[180,161],[118,107],[16,8],[13,-9],[54,-35],[7,-5],[-49,-67],[-164,-238],[-60,-87],[-58,-85],[-16,-24],[150,-96],[62,-39],[-94,-147],[-214,-340],[19,-14],[107,-80],[73,-48],[5,-4],[24,-19],[13,-10],[57,-45],[23,-16],[12,-9],[54,-44],[2,-2],[100,-89],[22,-18],[1,-1],[81,-70],[25,43],[2,4],[611,1027],[46,-31],[217,-141],[31,-21],[22,-14],[22,-16],[12,-9],[4,-3],[7,-6],[14,-24],[5,-9],[43,-81],[12,-23],[23,-46],[14,-27],[18,-36],[43,-86],[11,-20],[47,-90],[24,-45],[98,-189],[19,-37],[224,-436],[13,-37],[0,-35],[-5,-39],[-13,-31],[-16,-21],[-41,-36],[-64,-52],[-43,-34],[-41,-34],[-45,-36],[-62,-52],[-22,-17],[16,-28],[57,-108],[129,-245],[92,-178],[36,-70],[91,-173],[128,-240],[42,-80],[64,-125],[95,-181],[20,-34],[-177,-162],[-131,-121],[-15,-14],[-17,-17],[-1,0],[-159,-144],[-120,-109],[-35,-32],[-20,-17],[-28,-15],[-36,-15],[-40,76],[-51,98],[-53,103],[-51,96],[-65,124],[-195,374],[-48,92],[-59,115],[-44,83],[-42,82],[-38,71],[-21,41],[-21,39],[-16,31],[-12,23],[-19,37],[-8,-7],[-4,9],[-170,-135],[-134,-109],[-86,-67],[-10,-50],[-11,-43],[-17,-70],[-3,-14],[-51,-220],[-5,-23],[-26,-108],[-29,-131],[-32,-130],[-61,-261],[-6,-25],[-26,-105],[-30,-128],[-25,-100],[-12,-55],[-19,-30],[-11,-20],[-13,-24],[-8,-14],[-26,-45],[-73,-122],[-37,-66],[-108,-186],[-56,-95],[-55,-94],[-107,-189],[-110,-189],[-383,-663],[-24,-43],[-116,-200],[-217,-373],[-60,-105],[-58,-98],[-70,-122],[-11,-18],[-53,-78],[-49,-69],[-1,-1],[-40,-37],[-36,-51],[-51,-93],[-8,-13],[-222,-392],[-58,-100],[-86,-154],[-29,-52],[-10,-8],[-19,-64],[-1,-5],[-20,-50],[-15,-40],[-16,-28],[-44,-75],[-97,-167],[375,-260],[20,-13],[85,-59],[86,-61],[87,-61],[87,-59],[75,-52],[27,-20],[21,-15],[-12,-20],[-23,-41],[-69,-121],[-87,-153],[-2,-3],[-86,-151],[-25,-43],[-39,-67],[-476,-834],[-26,-45],[-184,127],[-30,22],[-56,39],[-8,1],[-39,27],[-4,-8],[-18,9],[-18,12],[-20,12],[-230,159],[-136,96],[-89,63],[-140,-246],[-11,-21],[-146,-270],[-113,77],[-111,76],[-108,75],[-53,37],[-126,86],[-236,163],[-10,7],[-158,108],[-123,86],[-194,133],[-10,7],[-12,8],[-128,91],[-117,84],[-1,0],[-1,-3],[-2,1],[-23,17],[0,0],[-64,-115],[-78,-137],[-103,-183],[-174,-308],[-152,109],[-55,37],[-57,42],[-109,76],[-101,69],[-2,-5],[-3,2],[-67,-117],[-2,-4],[-2,-1],[-32,26],[-2,-5],[-120,-206],[-12,-24],[0,0],[-506,352],[-47,33],[6,9],[6,10],[8,14],[6,10],[6,11],[79,136],[72,127],[4,10],[1,4],[-1,2],[-2,3],[-4,2],[-2,2],[1,1],[-189,131],[-263,184],[78,143],[76,134],[2,0],[55,-38],[34,65],[45,81],[405,709],[66,117],[123,215],[323,565],[263,458],[156,279],[15,26],[3,3]],[[338847,615449],[17,-3],[14,2]],[[338878,615448],[41,-10],[9,-15],[46,-17]],[[338974,615406],[127,-36],[18,-5],[17,-4],[26,-3],[103,-4]],[[339265,615354],[33,6],[21,12]],[[339319,615372],[26,14],[0,2],[21,20]],[[339366,615408],[16,2]],[[339382,615410],[32,9],[32,13],[17,16]],[[339463,615448],[38,33]],[[339501,615481],[14,10],[10,4],[14,15],[0,14]],[[339539,615524],[9,-7],[18,-2],[23,1],[30,10]],[[339619,615526],[27,14],[17,3]],[[339663,615543],[43,15],[23,12],[13,14],[8,21]],[[339750,615605],[20,49],[27,79]],[[339797,615733],[7,-81]],[[339804,615652],[-7,-37],[-6,-10],[-5,-32],[-21,-38],[-12,-11],[-20,-10],[-38,-12],[-33,-12],[-17,-5],[-17,-6],[-77,-18],[-58,-24],[-41,-23],[-50,-31],[-53,-31],[-28,-17],[-33,-12],[-55,-8],[-75,4],[-44,7],[-406,127],[-62,24],[-23,16],[-11,13],[-8,47],[-6,52],[4,170],[6,751],[0,333],[5,2],[42,14],[-3,-353]],[[338652,616522],[1,-127],[-1,-54],[3,-10],[6,-8]],[[338661,616323],[11,-52]],[[338672,616271],[-3,-2],[-8,-39],[-7,-66],[-3,-133],[2,-426],[-3,-60],[8,-21],[23,-21]],[[338681,615503],[53,-15],[113,-39]],[[331800,627376],[-27,-30],[-64,-33]],[[331709,627313],[-15,-12],[-10,-5],[2,-104],[10,-18],[7,-26],[-6,-26],[-19,-47],[-2,-12],[-1,-11]],[[331675,627052],[4,-9],[12,-7]],[[331691,627036],[1,-14],[-7,-43],[-6,-43],[-8,-16],[-18,-6],[-32,-137],[0,-8],[-9,-19],[-18,-25]],[[331594,626725],[-10,-25],[-6,-29]],[[331578,626671],[-12,-8],[-14,-71],[1,-3],[-3,-35],[-3,-9],[-25,-86],[0,-20],[2,-26],[16,-72],[2,-64],[-4,-41],[-3,-9],[-16,-10],[-63,-21],[-13,-3],[-12,-27],[-11,-8],[-8,-10],[-21,-41],[-2,-13],[3,0],[-16,-84],[-3,-4],[-3,-46],[5,-18],[-6,-47],[-5,-34]],[[331364,625861],[-8,-15],[-2,-33]],[[331354,625813],[11,-22],[21,-27],[29,5],[16,15],[59,3],[80,21]],[[331570,625808],[36,5],[29,-5]],[[331635,625808],[13,0],[34,-41],[44,5],[-1,-25],[-5,-94],[81,3],[5,-102],[-38,-2],[-43,-8],[-25,-9],[-12,-9],[-12,-20],[-20,-59],[-4,-11],[-16,-20],[-39,-31],[-202,-154],[-69,-55],[-207,-207],[-32,-26],[-287,-189],[-199,-100],[-64,-22]],[[330537,624632],[-12,9],[-3,8],[-1,15],[15,2],[-5,80],[-12,174],[-23,267],[-9,122],[12,2],[15,3],[221,45],[235,48],[-2,16],[-45,255],[-6,38],[-58,-10],[-29,-5],[-47,-16],[-84,-21],[-6,-1],[0,2],[-8,49],[-125,-23],[-15,235],[102,8],[-5,67],[-10,42],[175,25],[10,24],[48,207],[6,185],[6,187],[-3,0],[-12,49],[-4,4],[6,-1],[-1,21],[-123,14],[4,58],[34,-4],[13,79],[143,-32],[37,-6],[24,21],[19,111],[3,24],[3,0],[15,70],[9,-16],[11,13],[50,188],[24,140],[22,67],[54,94],[11,-9],[18,27],[24,-17],[25,32],[65,3],[23,27],[-69,63],[55,58],[-52,54],[-7,14],[-25,27],[-6,11],[47,64],[12,19],[14,15],[35,45],[30,42],[11,5],[12,1],[2,3],[0,0],[23,35],[47,-43],[37,-34],[0,0],[40,-32],[59,-47],[159,-91],[32,-24],[80,-52],[14,-9],[8,-5],[46,-20]],[[331975,627727],[-36,-55],[-2,-21],[-5,-11],[-11,-26],[-13,-29],[-31,-58],[-55,-111],[-7,-17],[-11,-17],[-4,-6]],[[332996,629187],[15,-12],[69,-77],[39,-39]],[[333119,629059],[23,-25]],[[333142,629034],[44,-76],[156,-177]],[[333342,628781],[93,-101],[22,-33]],[[333457,628647],[16,-20],[8,-17]],[[333481,628610],[13,-19],[35,-39],[91,-96],[46,-53],[40,-39]],[[333706,628364],[19,-22],[9,-16]],[[333734,628326],[1,-11]],[[333735,628315],[-2,-15],[-16,-32]],[[333717,628268],[-18,-23]],[[333699,628245],[-33,-30],[-14,-8],[-4,-24]],[[333648,628183],[-10,-15],[-17,-22]],[[333621,628146],[-11,-11]],[[333610,628135],[-177,199],[-66,85],[-29,-28]],[[333338,628391],[1,0],[-3,-12],[-7,-14]],[[333329,628365],[-2,-7],[-37,-26],[-12,-4],[-20,-23]],[[333258,628305],[0,-1]],[[333258,628304],[-26,-18],[-6,-1]],[[333226,628285],[-14,-17],[-7,-16],[4,-17],[76,-84],[61,-72]],[[333346,628079],[93,-96],[58,-50],[7,-13],[1,-2],[4,-17],[-10,-27],[-2,0],[-17,-19],[-5,0],[-2,0]],[[333473,627855],[-10,8],[-47,49]],[[333416,627912],[-43,42],[-68,63],[-46,45]],[[333259,628062],[-30,33]],[[333229,628095],[-42,46],[-54,51]],[[333133,628192],[-1,1]],[[333132,628193],[-35,-33],[-8,-12]],[[333089,628148],[-9,-15],[-1,-6],[-21,-27]],[[333058,628100],[3,-4],[4,-11]],[[333065,628085],[-5,-10],[-26,-36]],[[333034,628039],[-1,-9]],[[333033,628030],[-68,-77],[23,-26],[19,-20]],[[333007,627907],[-28,-29],[-8,-2]],[[332971,627876],[-8,-6],[-29,-41],[-12,-20]],[[332922,627809],[-4,-11],[-1,-13],[1,-15],[8,-15]],[[332926,627755],[8,-12],[11,-11]],[[332945,627732],[26,-20],[8,4],[5,-2],[8,-7],[3,-8],[2,-7],[0,-8],[-4,-8]],[[332993,627676],[-7,-7]],[[332986,627669],[-12,-8],[-17,-9],[-19,-5],[-24,-3]],[[332914,627644],[-12,1],[-7,2]],[[332895,627647],[-9,4],[-3,4],[-34,-9]],[[332849,627646],[-2,-8]],[[332847,627638],[-49,-31],[-28,-16]],[[332770,627591],[-17,-16],[-20,-25]],[[332733,627550],[-28,-44]],[[332705,627506],[-213,239],[-1,3]],[[332491,627748],[-25,23],[-2,1],[-46,43]],[[332418,627815],[-11,13],[-40,-18],[-4,-9]],[[332363,627801],[-53,-53],[-40,-36],[-15,-16],[-70,74],[-23,23],[-19,11],[-28,6],[-28,-1]],[[332087,627809],[-25,-3]],[[332062,627806],[-17,-9],[-31,-27]],[[332014,627770],[-12,-13],[-13,-19],[-68,66],[-46,44],[-44,43],[-42,48],[-70,72],[-225,198],[54,100],[87,-84],[-11,-15],[77,-81],[81,118],[-141,155],[-12,7],[-10,2],[-1,3],[24,37],[2,1],[-3,3],[13,26],[17,24],[16,21],[17,15],[10,41],[2,0],[4,-12],[2,-1],[4,-5],[18,-18],[18,-12],[20,29],[27,40],[2,3],[-25,23],[-25,24],[22,29],[56,88],[10,7],[13,0],[20,28],[-8,13],[47,59],[22,27],[30,41],[18,-20],[56,-63],[17,-17],[98,102],[-12,13],[-10,12],[-45,51],[0,0],[0,9],[4,10],[13,11],[12,7],[29,4],[6,-4],[50,13],[-2,2],[11,5],[11,2],[15,-2],[2,-2],[73,17],[3,6],[52,8],[52,13],[58,20],[53,12],[59,-3],[17,6],[11,5],[13,1],[11,-5],[32,-37],[38,-35],[90,-93],[45,-48],[35,15],[91,112],[-74,87],[2,21],[3,8],[9,8],[10,2],[4,-2],[66,15]],[[332999,629211],[-3,-4]],[[332996,629207],[-3,-11],[3,-9]],[[347972,623747],[1,194],[-16,201]],[[347957,624142],[-7,22],[0,76]],[[347950,624240],[8,86],[22,185],[-3,20],[-1,0],[15,37]],[[347991,624568],[4,33],[5,160]],[[348000,624761],[6,301]],[[348006,625062],[8,72],[1,2]],[[348015,625136],[13,277],[2,304],[-18,12],[-42,6]],[[347970,625735],[-102,4],[-59,2],[-12,-5],[-14,-17]],[[347783,625719],[-5,7]],[[347778,625726],[2,20],[-20,7],[0,-1],[-39,4]],[[347721,625756],[-25,-1],[-23,-8],[-39,-23]],[[347634,625724],[-35,-18],[-24,-8]],[[347575,625698],[-26,1],[-37,7],[-22,3],[-1,-2],[-24,4],[0,3],[-12,11],[-32,15],[-28,12]],[[347393,625752],[-27,6],[-40,3]],[[347326,625761],[-122,14],[-21,4],[-11,-11],[-3,0]],[[347169,625768],[-14,-1],[-46,6]],[[347109,625773],[-39,5],[-48,13],[-25,-1]],[[346997,625790],[-31,-7],[-29,11],[-58,32],[-125,76],[-16,11]],[[346738,625913],[-162,105],[-73,49]],[[346503,626067],[-163,121],[-41,30],[-32,29]],[[346267,626247],[-41,32]],[[346226,626279],[-12,11],[-17,8],[-65,25]],[[346132,626323],[-27,8]],[[346105,626331],[-44,7],[-16,1]],[[346045,626339],[-12,-5]],[[346033,626334],[-16,12],[-14,9],[-4,17],[-10,15],[-36,40],[-12,19]],[[345941,626446],[-9,16]],[[345932,626462],[-19,27],[-20,17],[-22,23],[-34,28]],[[345837,626557],[-45,38]],[[345792,626595],[-18,12],[-62,33]],[[345712,626640],[-21,12]],[[345691,626652],[1,1],[-16,9]],[[345676,626662],[0,-1],[-105,57],[-50,32]],[[345521,626750],[-68,56],[-10,2],[-48,51]],[[345395,626859],[3,7],[-36,27]],[[345362,626893],[-100,60],[-47,36],[-32,29],[-35,47]],[[345148,627065],[-17,18],[-29,22]],[[345102,627105],[-58,35],[-13,8]],[[345031,627148],[-53,40],[-20,-1],[-13,14],[0,4]],[[344945,627205],[-2,12],[-10,14],[-141,114],[-81,61]],[[344711,627406],[-13,-20],[-13,10],[-7,6],[11,19],[0,11],[-25,25]],[[344664,627457],[-23,20]],[[344641,627477],[-29,17],[-45,20]],[[344567,627514],[-21,4],[-11,3],[-2,1],[-27,22],[-5,22],[-19,17],[-125,103]],[[344357,627686],[-21,10]],[[344336,627696],[-18,-1],[-15,-8]],[[344303,627687],[-7,-8],[-7,-11],[-48,46]],[[344241,627714],[31,37]],[[344272,627751],[0,13],[-8,30],[-9,16]],[[344255,627810],[-16,19],[-21,15],[-14,7]],[[344204,627851],[1,52],[13,10]],[[344218,627913],[14,19],[12,19],[10,6],[17,4],[8,19]],[[344279,627980],[2,5]],[[344281,627985],[-9,15],[-17,9]],[[344255,628009],[-231,98],[-169,63],[-22,5]],[[343833,628175],[-15,-2],[-12,-5],[-4,15]],[[343802,628183],[-5,9]],[[343797,628192],[-16,7],[-161,68],[-99,42]],[[343521,628309],[-40,15]],[[343481,628324],[-53,13],[-30,11]],[[343398,628348],[-27,12],[-83,40]],[[343288,628400],[-17,4],[-11,-2],[-9,-5],[-21,-19]],[[343230,628378],[-11,-2]],[[343219,628376],[13,23],[-3,10]],[[343229,628409],[-6,7],[-10,4],[-15,0]],[[343198,628420],[-17,-6],[-13,-14]],[[343168,628400],[-22,-27]],[[343146,628373],[-27,21],[28,37]],[[343147,628431],[-8,10],[-19,10]],[[343120,628451],[-16,8],[-12,6]],[[343092,628465],[-6,1],[-28,5]],[[343058,628471],[-42,22],[-19,-2],[-11,3],[-61,37]],[[342925,628531],[-49,22],[-67,27]],[[342809,628580],[-18,1],[-10,-4],[-12,-6],[-10,5],[-3,14]],[[342756,628590],[-10,11]],[[342746,628601],[-15,11],[-19,5]],[[342712,628617],[-32,-1],[-13,-1],[-16,-4]],[[342651,628611],[-130,-92],[-22,-11]],[[342499,628508],[-23,-1],[-25,0]],[[342451,628507],[-119,34],[-79,21]],[[342253,628562],[-138,30],[-77,18],[-53,14]],[[341985,628624],[-42,11],[-34,12],[-71,22]],[[341838,628669],[-24,4],[-20,2],[-49,-8],[-16,-5]],[[341729,628662],[-13,-9],[-9,-8],[-1,-6],[-37,10],[4,19]],[[341673,628668],[-1,15],[-5,12],[-8,11]],[[341659,628706],[-26,18],[-29,12]],[[341604,628736],[-23,10],[-9,2],[-13,-2]],[[341559,628746],[-7,-3],[-4,-8],[-7,4],[-9,8],[0,9],[-6,6],[-17,6],[-22,3]],[[341487,628771],[-45,0],[-32,-9],[-21,-3]],[[341389,628759],[-77,14],[-25,7],[-32,5]],[[341255,628785],[-30,3],[-28,6]],[[341197,628794],[-50,22],[-30,12]],[[341117,628828],[-50,10],[-44,2],[-105,22],[-89,23]],[[340829,628885],[-52,17],[-55,19]],[[340722,628921],[-18,6],[-28,12]],[[340676,628939],[-48,9],[-19,-1]],[[340609,628947],[-11,-4],[-62,7]],[[340536,628950],[0,1],[-23,13],[-58,7]],[[340455,628971],[-68,15],[-29,10]],[[340358,628996],[-37,8],[-64,9],[-36,13]],[[340221,629026],[-9,2],[0,1],[-18,3],[0,-1],[-6,1],[-17,-7],[-17,0]],[[340154,629025],[-48,10]],[[340106,629035],[-6,-4],[-3,-17],[-21,4],[11,30]],[[340087,629048],[-7,11],[-9,10],[-19,9],[-21,6],[-51,4]],[[339980,629088],[-26,5],[-72,12],[-42,11],[-65,23],[-112,38]],[[339663,629177],[-73,19]],[[339590,629196],[-34,17],[-15,11]],[[339541,629224],[-14,19],[-24,0],[-24,-4]],[[339479,629239],[-1,-1],[-68,47]],[[339410,629285],[16,60],[31,100],[5,30]],[[339462,629475],[11,65]],[[339473,629540],[76,310],[11,37],[-2,23],[-12,20],[-44,27],[-41,4]],[[339461,629961],[-71,11],[-78,21],[-25,11]],[[339287,630004],[-18,8],[-54,32],[-20,10],[-46,-6]],[[339149,630048],[-43,-4],[-86,8]],[[339020,630052],[-13,0],[-6,0]],[[339001,630052],[-7,12]],[[338994,630064],[-69,27],[-25,17],[-25,7]],[[338875,630115],[-8,7],[-9,8]],[[338858,630130],[-37,22],[-182,80]],[[338639,630232],[-23,4],[-13,-5]],[[338603,630231],[-5,-6],[-27,17],[0,1],[-10,22],[-21,20]],[[338540,630285],[-55,35],[-42,16]],[[338443,630336],[-55,37],[-12,5]],[[338376,630378],[-44,8]],[[338332,630386],[-34,3],[-36,7]],[[338262,630396],[-16,-3],[-1,-1],[-37,13]],[[338208,630405],[0,4],[-24,13]],[[338184,630422],[-10,-3],[-18,2]],[[338156,630421],[-107,67],[-30,25]],[[338019,630513],[-35,32],[-27,9]],[[337957,630554],[-19,-3],[-10,-5]],[[337928,630546],[-57,28],[0,5],[-2,14],[-9,10],[-13,1],[-12,0]],[[337835,630604],[-11,-6]],[[337824,630598],[-17,20],[-47,25]],[[337760,630643],[-71,45],[-35,28]],[[337654,630716],[-12,5]],[[337642,630721],[-15,1],[-10,-11]],[[337617,630711],[-14,-36],[-23,-28],[-13,-23],[-14,-30],[-65,-159],[-14,-44],[-16,-39],[-45,-155]],[[337413,630197],[-12,-52],[-12,-46],[-16,-41],[-22,-51]],[[337351,630007],[-17,5],[-10,-8],[-12,-13],[-17,-27],[-10,-21],[-9,-30]],[[337276,629913],[-2,-19],[2,-17],[11,-9]],[[337287,629868],[15,-9],[17,-14],[17,-11]],[[337336,629834],[10,-11],[6,-14],[0,-16]],[[337352,629793],[-20,-59],[-67,-166],[-28,-76],[-2,-18]],[[337235,629474],[-4,-36],[3,-22],[-90,20]],[[337144,629436],[-24,0],[-20,4]],[[337100,629440],[-26,14],[-36,26]],[[337038,629480],[-46,38],[-54,46]],[[336938,629564],[-84,81],[-2,-3]],[[336852,629642],[-17,18]],[[336835,629660],[-26,26],[-16,21]],[[336793,629707],[-11,18],[-4,6],[-53,-7]],[[336725,629724],[-3,-13],[-14,-24]],[[336708,629687],[-192,-233],[-19,-15],[-11,-4]],[[336486,629435],[-16,2],[-21,9],[-70,45]],[[336379,629491],[-9,8],[-63,-4]],[[336307,629495],[0,-7],[-22,-26]],[[336285,629462],[-22,-18],[-17,-1]],[[336246,629443],[-25,15]],[[336221,629458],[-19,7],[-12,2],[-17,1],[-1,5],[-3,2]],[[336169,629475],[-56,24],[-16,-43],[4,-14]],[[336101,629442],[-6,-12]],[[336095,629430],[-24,-37],[-14,-13],[-39,-42]],[[336018,629338],[-25,-3],[-21,-20],[-42,-63],[-10,-18]],[[335920,629234],[-3,2]],[[335917,629236],[-21,-51],[2,-3]],[[335898,629182],[3,-16]],[[335901,629166],[-2,-15],[-14,-38],[-9,-15],[-9,-6]],[[335867,629092],[-11,6],[-16,-7],[-6,-6]],[[335834,629085],[0,-8],[-4,-10]],[[335830,629067],[-9,-15],[-7,-10]],[[335814,629042],[-14,-39],[-5,-13]],[[335795,628990],[-14,-62]],[[335781,628928],[-7,-44],[0,-38],[-4,-5],[-25,-6],[-18,-1]],[[335727,628834],[-15,2],[-25,14]],[[335687,628850],[-58,27],[-5,1]],[[335624,628878],[-22,5]],[[335602,628883],[-15,0],[-17,-4]],[[335570,628879],[-18,-2],[-15,6],[-14,11],[-18,11],[-73,21],[-40,17],[-37,22]],[[335355,628965],[-104,39]],[[335251,629004],[-8,9],[-63,24],[-81,29]],[[335099,629066],[-21,3],[-53,15],[-48,12]],[[334977,629096],[-18,3],[-18,-2]],[[334941,629097],[-12,-4],[-15,-11]],[[334914,629082],[-35,-38]],[[334879,629044],[-12,-16],[-5,1]],[[334862,629029],[-23,-19],[-12,-17]],[[334827,628993],[-11,-8],[-15,-20]],[[334801,628965],[-10,1],[-21,-41],[-2,-13],[-4,-16]],[[334764,628896],[-23,-24],[-5,-18]],[[334736,628854],[-9,-12],[-67,-72]],[[334660,628770],[-21,15]],[[334639,628785],[-14,13],[-72,40]],[[334553,628838],[-14,8],[-34,20],[-14,6]],[[334491,628872],[-8,0],[-13,-2]],[[334470,628870],[-13,-10],[-13,-13]],[[334444,628847],[-6,-10]],[[334438,628837],[-1,-4],[-7,-18]],[[334430,628815],[-16,-29],[-17,-30],[-29,-58]],[[334368,628698],[-21,-57]],[[334347,628641],[-12,-23],[-35,-64],[-15,-24]],[[334285,628530],[-3,-24]],[[334282,628506],[-8,-11],[-11,-5],[-12,1],[-13,3],[-13,7]],[[334225,628501],[-56,64]],[[334169,628565],[-7,13],[-8,6],[-12,3],[-29,26],[-33,35]],[[334080,628648],[-19,23],[-9,4]],[[334052,628675],[-11,0],[-13,-3]],[[334028,628672],[-15,-6],[-11,-7]],[[334002,628659],[-11,-9],[-7,-4],[-6,-7]],[[333978,628639],[1,4],[-3,20],[-6,13]],[[333970,628676],[-12,15],[-91,90]],[[333867,628781],[-213,217],[-311,331]],[[333343,629329],[-2,2],[-1,0]],[[333340,629331],[84,108],[0,-1],[7,11],[41,55],[181,-196],[51,62],[54,70],[16,21],[-149,165],[-19,31],[-7,17],[0,17],[-7,27],[10,14],[133,177],[16,22],[253,337],[16,21],[104,139],[85,-111],[31,32],[48,-57],[42,43],[-21,27],[-67,83],[-55,67],[133,176],[27,39],[57,74],[47,61],[33,-50],[0,-45],[56,-77],[26,21],[50,-74],[33,-47],[58,51],[14,12],[27,23],[-22,31],[-90,138],[-3,9],[-1,10],[0,11],[5,14],[9,16],[34,44],[-70,108],[43,45],[13,9],[51,36],[43,28],[82,46],[34,13],[42,16],[75,32],[45,14],[35,7],[38,4],[44,0],[92,5],[55,4],[224,-209],[13,-12],[60,72],[9,1],[62,78],[22,-20],[10,-16],[6,-27],[14,-37],[159,-141],[23,-21],[35,17],[13,21],[57,91],[-58,50],[0,2],[8,22],[24,35],[-87,72],[-8,64],[77,6],[45,8],[44,5],[35,6],[120,-85],[47,-28],[8,-4],[71,115],[-71,42],[51,19],[57,24],[56,36],[81,68],[117,-81],[37,47],[10,4],[16,3],[-3,3],[2,9],[10,5],[22,-6],[65,-40],[9,19],[30,61],[-181,114],[22,29],[27,41],[57,75],[93,117],[196,247],[22,-24],[26,32],[6,7],[-23,24],[101,120],[18,18],[113,-115],[25,-22],[28,27],[12,-20],[92,106],[-12,12],[-134,142],[99,99],[56,58],[14,-10],[74,-69],[31,26],[104,131],[20,12],[36,49],[-67,63],[106,102],[13,13],[63,52],[124,122],[186,183],[17,19],[171,164],[377,365],[28,30],[26,-38],[6,0],[13,-19],[13,12],[-4,6],[39,38],[34,26],[83,-55],[60,-41],[44,-139],[82,13],[2,-17],[30,-266],[17,-182],[-1,0],[0,-1],[-1,-28],[0,0],[0,0],[4,-40],[26,-192],[10,-103],[-48,12],[-23,-77],[-13,-44],[-6,-16],[5,-29],[-8,-5],[-10,-35],[-8,-25],[-9,-33],[-12,-41],[127,-52],[21,-1],[3,-57],[1,-36],[24,-109],[2,-8],[10,-31],[19,-79],[108,-421],[-14,-74],[-126,-16],[-34,-128],[41,-9],[19,-5],[65,-14],[-4,-13],[-6,-34],[96,-15],[41,-1],[15,-93],[9,-41],[15,-42],[12,-29],[7,-24],[-1,-2],[-4,-18],[1,-23],[3,-18],[68,-174],[19,-28],[32,-24],[28,-18],[23,-9],[-13,-26],[-14,-89],[-7,-89],[3,-110],[35,-100],[-1,-9],[30,-7],[37,204],[13,5],[31,147],[10,-11],[202,-256],[310,-374],[-24,-34],[-5,-20],[-4,-32],[10,-4],[-9,-40],[-6,-17],[3,-7],[-1,-18],[-19,-103],[23,-5],[161,-35],[4,26],[14,73],[7,13],[56,-74],[113,-135],[23,-21],[13,-9],[-23,-89],[0,-21],[-9,-44],[-8,-56],[75,-20],[11,39],[31,-8],[25,17],[24,31],[18,62],[68,-41],[35,-19],[-18,-69],[-6,-73],[0,-84],[-32,-175],[26,-6],[58,-14],[40,210],[31,-8],[109,-29],[48,-17],[10,47],[15,57],[157,-90],[157,-91],[45,-24],[25,-13],[78,-34],[43,-17],[-30,-172],[-14,-59],[99,-27],[19,83],[25,4],[120,-54],[29,129],[7,28],[208,-45],[169,-31],[23,-3],[105,-2],[180,10],[307,18],[-65,-68],[43,-53],[119,12],[30,29],[45,33],[53,62],[198,23],[7,-90],[44,-49],[-35,-45],[45,-39],[39,-46],[86,93],[38,33],[33,44],[23,33],[1,4],[5,19],[12,56],[120,-29],[90,-28],[16,-6],[128,-51],[-64,-78],[-50,-47],[-30,-41],[49,-42],[-44,-59],[-139,-187],[54,-44],[145,188],[167,219],[26,-19],[2,-22],[34,-26],[12,-1],[15,-5],[32,-23],[20,-10],[13,4],[43,58],[165,-83],[-54,-83],[-73,-112],[-49,-66],[-14,-22],[117,-82],[26,-23],[208,299],[204,-135],[19,-14],[65,-54],[121,-93],[207,-169],[104,-90],[81,-60],[116,-78],[84,-49],[2,-4],[8,-12],[-1,-13],[-97,-148],[-146,-195],[81,-32],[37,-4],[11,-3],[9,18],[3,7],[172,242],[30,-28],[5,5],[16,6],[7,3],[37,-49],[15,-10],[20,31],[16,2],[-4,-42],[13,-7],[-11,-13],[-17,-17],[-19,-30],[-43,-82],[-8,-31],[-4,-39],[-1,-60],[71,-26],[74,-22],[22,1],[7,8],[41,84],[13,-7],[15,24],[86,137],[50,-35],[58,-36],[46,-25],[18,-7],[-35,-70],[-83,-165],[129,-51],[72,-29],[65,-25],[91,-33],[72,167],[24,57],[73,-34],[78,-34],[63,-23],[66,-21],[22,-5],[27,-6],[-30,-101],[-22,-75],[-10,-22],[-18,-33],[119,-50],[48,-17],[115,-40],[43,-12],[116,-34],[27,-8],[43,-11],[24,136],[21,101],[17,3],[0,-3],[10,58],[157,-34],[99,-21],[-34,-269],[-102,21],[-8,-64],[72,-42],[128,-41],[0,2],[1,-1],[23,-12],[1,1],[6,-3],[59,-21],[50,-14],[51,-9],[35,-4],[27,0],[5,-24],[28,-1],[10,17],[15,37],[2,18],[2,332],[19,-2],[342,-65],[98,-20],[173,-35],[82,-26],[229,-75],[133,-46],[8,-148],[6,-11],[1,-14],[1,-22],[4,-85],[69,4],[2,-15],[30,3],[12,5],[11,9],[9,15],[7,14],[7,40],[17,0],[0,51],[108,0],[16,-19],[8,-102],[120,8],[72,3],[9,-98],[143,13],[-16,124],[-4,34],[236,-58],[7,-195],[194,33],[15,-15],[139,-776],[2,-16],[34,-198],[86,-465],[9,-49],[8,-35],[7,-7],[13,-44],[14,-22],[15,-29],[7,-42],[1,-34],[9,-50],[13,-63],[8,-55],[3,-45],[11,-67],[27,-123],[5,-33],[2,-35],[5,-38],[3,-36],[6,-20],[6,-9],[5,-69],[-13,-10],[-39,-45],[-35,-36],[-17,-24],[-10,-19],[0,-46],[11,-49],[11,-46],[15,-22],[6,-9],[-3,-8],[-102,-28],[-42,-5],[-54,-12],[-67,-19],[-177,-31],[-143,-23],[-60,-12],[-79,-24],[-58,-28],[-64,-40],[-64,-31],[-19,-7],[-108,-45],[-79,-40],[-63,-52],[-43,-13],[-24,-25],[-66,-30],[-82,-37],[-82,-20],[-69,-2],[-52,14],[-50,-17],[-17,-10],[-14,-9],[-10,-11],[-16,-18],[-20,-27],[-48,-76],[-6,-10],[-25,-47],[-47,-85],[-35,31],[-15,13],[-78,6],[-136,-3],[-22,-1],[3,-83],[-13,-30],[3,-99],[-38,-7],[-190,-32],[-111,-14],[-98,0],[-79,-11],[-47,0],[7,8],[0,16],[11,619],[5,445]],[[350152,623731],[14,-100],[25,2],[28,4],[141,33],[-21,147],[15,4],[-17,123],[-83,-16],[-22,-28],[-27,-17],[-9,-2],[-22,-4],[-40,-9],[15,-111],[3,-26]],[[590544,546098],[-5,-19],[-36,6],[-4,-2],[-18,-8],[-59,-3],[17,42],[-114,765],[51,0],[57,0],[9,-28],[2,-9],[4,-42],[2,-42],[4,-45],[15,-85],[4,-31],[9,-51],[7,-28],[34,-111],[20,-50],[15,-52],[5,-35],[3,-62],[9,-50],[-1,-10],[-3,-7],[-13,-18],[-14,-25]],[[589334,547397],[-2,0],[-2,53],[-7,185],[-4,100],[-18,320],[2,0],[378,84],[3,-3],[5,-4],[2,-6],[3,-4],[27,-39],[21,-27],[67,-93],[10,-10],[-1,-5],[6,-36],[-1,-30],[1,-6],[24,-74],[25,-54],[23,-38],[42,-50],[40,-58],[42,-58],[-683,-146],[-3,-1]],[[589577,548428],[-6,-2],[-3,54],[-4,66],[-3,13],[-3,40],[-12,80],[-3,11],[-12,67],[-3,13],[-4,8],[-1,7],[34,11],[66,13],[89,15],[58,11],[162,29],[-13,-34],[-7,-19],[-7,-24],[-7,-26],[-17,-49],[-6,-17],[-18,-37],[-11,-23],[-4,-10],[-2,-12],[-2,-21],[0,-15],[1,-10],[2,-12],[3,-27],[3,-31],[-270,-69]],[[588671,547759],[-20,139],[-41,310],[-10,90],[-9,93],[-2,37],[6,35],[1,24],[-4,27],[-14,60],[-19,67],[-3,17],[-17,22],[0,24],[-4,16],[-13,49],[-35,114],[-7,20],[-6,10],[-13,5],[-6,8],[35,23]],[[588490,548949],[40,28],[21,-33],[14,-20],[25,-22],[16,-10],[37,-15],[14,-6],[40,-19],[95,-39],[10,-5],[19,-9],[42,-18],[19,-5],[44,-20],[74,-36],[-7,-153],[-17,-321],[293,-45],[14,-293],[9,-101],[21,-415],[-255,-58],[-102,433],[-250,-25],[-31,-3],[-4,20]],[[587137,552337],[159,-24],[64,8],[2,-5],[3,-7],[8,-9],[9,-9],[11,-7],[17,-7],[101,-39],[18,-6],[-57,-436],[-66,-3],[-33,21],[-30,-12],[8,-8],[-40,-26],[-32,1],[-165,-3],[-17,-2],[-63,0],[-15,-1],[-32,-1],[-28,0],[-21,-3],[-10,-4],[-15,-9],[-22,-30],[6,72],[2,7],[11,24],[6,25],[31,182],[10,85],[6,60],[2,47],[0,38],[4,59],[0,-1],[-2,17],[0,11],[1,14],[1,8],[26,20],[33,-4],[48,-32],[61,-11]],[[589145,552870],[22,-49],[145,-307]],[[589312,552514],[-1,0],[-71,-32],[-492,-223],[41,69],[304,463],[48,72],[4,7]],[[588194,553282],[-2,14],[-1,6]],[[588191,553302],[28,8],[2,1],[18,1],[-1,1],[153,6],[3,-47],[7,-63],[21,-59],[22,-55],[23,-44],[29,-45],[32,-31],[19,-45],[-1,-22],[-179,-87],[-29,48],[-12,14],[-7,2],[-98,14],[0,89],[-2,32],[7,5],[7,12],[5,118],[-2,8],[-5,4],[-16,2],[-4,11],[0,7],[4,8],[18,7],[2,4],[1,6],[-2,5],[-4,6],[-5,2],[-18,2],[-7,15],[4,7],[24,5],[3,8],[1,6],[-1,8],[-2,5],[-4,4],[-31,-3]],[[586610,555253],[-343,-256],[-55,371],[-22,134],[-7,51],[-5,23],[17,12],[62,47],[29,22],[16,12],[60,-89],[82,-113],[90,-116],[85,-92],[-9,-6]],[[585003,555547],[2,17],[6,58],[26,128],[31,181],[13,59],[25,78],[35,100],[24,74],[81,296],[38,153],[38,200]],[[585322,556891],[8,44],[6,138],[7,2],[67,-7],[2,-18],[5,-17],[1,-7],[3,-10],[3,-17],[5,-17],[4,-25],[3,-52],[-1,-43],[-3,-19],[-3,-44],[-8,-65],[-6,-60],[1,-43],[7,-55],[4,-17],[28,-67],[21,-58],[24,-58],[11,-14],[17,-13],[8,-2],[-30,-45],[-9,-13],[-234,-350],[-99,-146],[-30,-43],[-27,-39],[-104,-164]],[[586859,555569],[-67,84],[-74,97],[-91,136],[-70,123],[-91,151],[-37,68],[-73,154],[-71,161],[-36,94],[-69,200],[-22,88],[-18,103],[-14,110],[-15,177],[-3,61]],[[586108,557376],[69,52],[153,109],[9,3],[4,-1],[17,-2],[92,-14],[90,-8],[23,-4],[34,-3],[-20,-96],[-11,-61],[-21,-105],[-53,-268],[-5,-89],[-7,-11],[-2,-9],[5,-12],[8,-34],[27,-101],[12,-39],[36,-83],[23,-49],[18,-49],[58,-145],[53,-95],[80,-123],[61,-79],[60,-70],[55,-69],[124,-173],[17,-17],[22,-21],[21,-15],[49,-22],[44,-12],[20,-4],[2,-1],[14,-7],[12,-14],[19,-42],[24,-66],[19,-49],[19,-44],[9,-15],[20,-18],[37,19],[15,8],[16,10],[14,5],[10,-1],[9,-8],[10,-12],[78,-105],[46,-76],[17,12],[40,19],[149,77],[24,8],[29,6],[20,7],[11,3],[68,25],[14,3],[4,3],[89,35],[46,23],[20,-19],[-89,-37],[-115,-40],[-72,-22],[-31,-15],[-73,-41],[-19,-8],[-33,-19],[-18,-8],[-36,-19],[-16,-8],[-11,0],[171,-328],[7,-14],[1,-6],[-132,-86],[-43,-30],[-48,56],[-288,292],[-180,181],[-171,169],[-2,2],[-24,2],[-96,105]],[[587714,561057],[-12,-57],[-15,-57],[-67,-300],[-30,-134],[-34,-163],[-93,-419],[-6,-34],[-1,-6]],[[587456,559887],[-138,16],[-11,1],[-120,19],[-30,7],[-47,17],[-46,20],[-1,0],[-2,1],[-33,7],[-34,6],[-52,8],[-2,21],[-2,-2],[-17,5],[-21,10],[-61,36],[-40,11],[-49,9],[-54,16],[-49,22],[-34,20],[-48,32],[-25,7],[-51,23],[-2,-7],[-26,-95],[-2,-33],[-6,-22],[-7,-26],[-6,-19],[-13,-32],[-6,-16],[-1,-5],[-9,44],[-29,182],[-19,178],[-10,64],[10,5],[5,21],[27,134],[595,-227],[22,153],[45,297],[23,148],[2,14],[1,6],[7,61],[2,0],[3,34],[5,60],[2,13],[8,120],[14,25],[55,-241],[5,-9],[116,3],[61,5],[104,2],[119,6],[14,3],[104,7],[12,5]],[[585701,561446],[95,3],[128,9],[39,12],[2,-91],[-3,-65],[-6,-55],[-1,-230],[-5,-109],[-2,-92],[0,-85],[4,-86],[3,-142],[-4,-74],[3,-50],[15,-58],[0,-38],[4,-59],[4,-48],[6,-24],[4,-24],[7,-129],[19,-88],[6,-66],[12,-91],[8,-91],[9,-57],[2,-27],[5,-163],[2,-112],[-5,-85],[0,-241],[-7,-68],[-7,-67]],[[586038,558855],[-93,-53],[-7,-2],[-6,-4],[-35,-29],[-207,-104],[-200,-109],[-30,-17],[-20,-14],[-23,-14],[-8,-7],[-53,-34],[-40,-32],[-8,-3],[-7,-5],[-34,-10],[-38,-17],[-18,-12],[-109,-72],[-1,0],[-97,369],[-15,60],[-2,18],[0,64],[4,119],[9,156],[6,52],[13,146],[13,98],[15,97],[17,93],[48,230],[30,116],[54,173],[23,80],[23,65],[28,59],[77,116],[46,64],[34,53],[31,53],[28,57],[24,58],[27,76],[66,170],[51,166],[16,165],[8,56],[23,100]],[[587889,561963],[-3,-11],[-353,49],[-29,5],[-92,13],[-89,10],[-61,11],[-59,7],[-24,2],[16,62],[29,75],[1,22],[6,27],[7,21],[14,30],[16,24],[20,21],[19,16],[14,10],[18,11],[29,11],[26,16],[21,18],[20,20],[44,56],[29,40],[28,28],[16,18],[20,29],[34,63],[27,40],[19,23],[33,33],[61,51],[47,48],[8,5],[9,1],[28,70],[14,9],[14,28],[118,-125],[100,-89],[-2,-7],[-11,-52],[-6,-22],[-53,-114],[-16,-30],[-25,-46],[-16,-92],[-4,-56],[-9,-70],[-5,-66],[-16,-112],[-6,-44],[-26,-87]],[[588013,567227],[-6,-1],[-5,3],[-7,16],[-2,11],[-2,35],[-6,16],[-6,22],[-5,16],[-9,18],[-23,25],[-6,10],[-3,8],[-2,17],[2,15],[3,6],[6,7],[14,-2],[13,-5],[13,-12],[11,-17],[3,-9],[6,-27],[4,-29],[7,-27],[7,-70],[-1,-11],[-2,-9],[-4,-6]],[[585543,568523],[-8,-3],[1,3],[-3,6],[-366,482],[7,0],[97,60],[63,47],[41,32],[39,31],[231,176],[20,16],[100,74],[160,129],[90,78],[59,50],[5,5],[99,-287],[141,-396],[-470,-254],[-98,-87],[-208,-162]],[[585462,571766],[2,0],[20,2],[67,-4],[32,6],[94,13]],[[585677,571783],[9,-3],[31,-6],[31,-5],[48,-1],[49,3],[53,12],[19,2],[23,-9],[12,-10],[13,-20],[21,-41],[5,-36],[21,-6],[12,4],[0,-1],[19,-5],[32,-6],[33,-16],[30,-3],[41,-14],[39,-10],[36,-18],[16,-4],[10,-1],[15,1],[10,4],[60,-8],[48,-15],[14,-7],[45,-30],[57,-27],[23,-14],[9,-8],[7,-13],[1,-4],[-1,-2],[14,-4],[23,-5],[20,-29],[33,-40],[34,-38],[30,-28],[31,-30],[105,-104],[36,-39],[28,-34],[17,-24],[18,-25],[31,-43],[10,-13],[8,-10],[11,-16],[9,-20],[15,-31],[9,-20],[6,-12],[24,-57],[31,-88],[17,-43],[64,-167],[12,-33],[32,-73],[78,62],[90,72],[93,81],[25,-23],[77,-71],[45,-43],[86,-73],[-271,-353],[-96,-125],[19,-24],[20,-27],[14,-24],[14,-27],[20,-38],[15,-31],[10,-25],[17,-37],[21,-42],[37,86],[5,17],[4,14],[3,-12],[6,-14],[41,-66],[23,-51],[32,-103],[32,-75],[23,-68],[18,-44],[9,-30],[24,-67],[75,-227],[13,-46],[6,-28],[-1,-8],[4,-31],[-5,-19],[-7,-15],[-3,-13],[-1,-30],[3,-36],[-6,-71],[9,-69],[21,-100],[42,-218],[15,-106],[2,-15],[4,-39],[3,-10],[3,-19],[4,-77],[21,-127],[4,-34],[0,-29],[5,-38],[15,-88],[4,-25],[0,-13],[5,-40],[-1,-37],[5,-22],[14,-37],[1,-12],[-1,-11],[-10,-18],[-2,-17],[-2,-10],[-13,-8],[-11,2],[-12,6],[-10,13],[-11,20],[-4,5],[-6,5],[-8,2],[-10,-1],[-8,-15],[0,-16],[6,-15],[1,-7],[-1,-10],[-2,-4],[-5,-5],[-8,-4],[-14,-2],[-9,0],[-14,5],[-13,11],[-15,33],[-8,26],[-6,29],[-19,64],[-19,43],[-5,16],[-11,24],[0,3],[0,2],[10,3],[4,3],[24,9],[6,1],[6,-2],[-2,15],[-14,38],[-15,53],[-12,76],[-1,21],[-5,139],[2,59],[2,11],[4,8],[5,6],[13,11],[-31,14],[-5,24],[-5,14],[-1,14],[0,17],[-1,24],[0,19],[-10,20],[-25,56],[-5,22],[-3,32],[-6,53],[-301,-1],[-86,0],[-56,10],[-34,8],[-8,-4],[-12,-6],[-6,-5],[-11,1],[-10,8],[-5,16],[-3,20],[-2,9],[-7,25],[-4,19],[-2,12],[-11,34],[-105,272],[-21,51],[-68,162],[-13,14],[-1,2],[-23,14],[-32,25],[-40,40],[-13,18],[-16,37],[-23,42],[-29,43],[-34,46],[-37,51],[-16,31],[-42,44],[-46,45],[-17,44],[-80,226],[-48,131],[-37,107],[-21,62],[-8,30],[-12,26],[-26,62],[-26,58],[-48,115],[-44,79],[-58,109],[-21,33],[-40,59],[-58,78],[-97,132],[-68,83],[-38,44],[-71,80],[-60,64],[-57,52],[-46,21],[-13,-1],[-157,151],[-38,24],[10,27],[8,22],[38,109],[1,35],[0,9],[1,49],[1,37]],[[592755,581513],[-90,-5],[-60,6],[-41,4],[-42,7],[-38,9],[-9,2],[-39,9],[-12,76],[-34,197],[-16,97],[-16,150],[-4,65],[-8,69],[-2,70],[47,13],[60,-21],[51,-39],[17,-17],[40,-27],[50,-33],[30,-20],[124,-81],[16,-13],[12,-12],[10,-16],[8,-15],[7,-22],[6,-21],[4,-36],[2,-94],[-4,-251],[-1,-44],[0,-2],[-68,-5]],[[593180,583348],[-30,-280],[-5,1],[-3,-20],[81,-46],[218,-120],[-96,-175],[-165,-284],[-20,-33],[-146,-232],[-35,-73],[-36,-76],[-28,-19],[-5,2],[-19,8],[0,2],[10,27],[5,16],[15,27],[8,17],[5,26],[8,28],[7,18],[5,11],[11,15],[6,11],[7,23],[7,16],[7,18],[3,14],[-3,10],[-4,19],[-7,32],[-5,23],[0,41],[7,27],[11,33],[-1,45],[-6,51],[-4,54],[-5,30],[-5,56],[-3,31],[-1,35],[-4,19],[-6,17],[-10,20],[-4,22],[-2,39],[-3,29],[-11,40],[-23,65],[-23,76],[-8,29],[-6,44],[-15,55],[2,-1],[0,1],[-1,0],[104,24],[2,8],[3,10],[7,14],[7,10],[25,32],[10,-3],[59,14],[10,6],[7,4],[21,8],[28,8],[23,3],[19,-2]],[[593158,584513],[98,56],[1,0],[0,0]],[[593257,584569],[0,0],[1,0],[14,-11]],[[593272,584558],[14,-18],[16,-30],[7,-22],[8,-16],[7,-17],[4,-16],[-4,-149],[-4,-115],[-11,-63],[-18,-67],[-19,-53],[-14,-31],[-4,-7],[-27,-41],[-17,-39],[-42,-88],[-22,-74],[-15,-87],[-2,-47],[0,-44],[3,-32],[4,-20],[-8,-11],[-2,1],[-5,3],[-370,197],[12,23],[59,116],[2,4],[1,6],[0,14],[-3,26],[0,9],[2,6],[7,11],[92,158],[103,185],[41,87],[44,96],[45,98],[2,2]],[[593584,586675],[1,0],[59,-13],[16,-4],[36,-9],[101,-21],[44,-11],[90,-20],[27,-10],[223,-56],[206,-67],[53,-13],[4,-1]],[[594444,586450],[0,-46],[-1,-92],[-8,-85],[-24,-230],[-19,-97],[-3,-13],[272,-58],[0,-10],[-6,-29],[-278,59],[-15,-42],[-23,-56],[-28,-70],[-19,-45],[-8,-26],[-8,-71],[-9,-69],[-23,-189],[-22,-170],[-3,-14],[6,-65],[1,-91],[12,-143],[19,-139],[8,-68],[0,-23],[0,-13],[-5,-22],[-2,-10],[-3,-24],[53,-35],[29,-19],[10,-6],[13,-8],[1,-1],[-7,-14],[-37,-62],[-49,-80],[-30,-52],[-30,-60],[-25,-54],[-30,-73],[0,-1],[-33,12],[-76,27],[-38,16],[-55,25],[-8,5],[-218,125],[-165,94],[-200,115],[-7,-4],[0,4],[-3,14],[-9,29],[-8,27],[-13,30],[-15,22],[-13,21],[-11,17],[-7,18],[-17,59],[-7,31],[-4,13],[0,14],[12,44],[40,165],[39,167],[25,10],[20,96],[26,133],[10,77],[8,73],[17,167],[6,97],[5,83],[4,124],[1,73],[8,238],[9,239],[1,15],[6,73],[2,26],[3,20],[16,4],[1,8],[2,6],[77,-13],[0,1],[0,1]],[[594291,590415],[-25,-15],[-5,5],[-7,1],[-24,-2],[-23,-4],[-13,0],[-9,5],[-5,7],[-5,13],[-8,9],[-8,6],[-13,3],[-7,5],[-4,5],[-81,304],[-64,239],[-82,281],[-43,131],[236,55],[5,-20],[7,-18],[99,-462],[16,-81],[42,-197],[9,-46],[14,-48],[17,-63],[16,-51],[12,-29],[4,-15],[-8,-1],[-14,-5],[-29,-12]],[[592229,598807],[-3,0],[-3,46],[-9,56],[-17,58],[122,35],[-16,79],[-3,16],[2,6],[-10,37],[-35,-11],[-89,-30],[-18,-7],[-30,64],[-36,68],[-18,33],[-10,31],[-6,45],[-6,134],[-20,355],[-10,227],[1,16],[12,48],[62,-13],[24,-5],[60,-9],[58,-5],[270,-10],[217,-6]],[[592718,600065],[78,-203],[18,-41],[29,-77],[30,-79],[53,-136],[63,-158],[8,-18],[6,-15],[10,-25],[104,-246],[4,-11],[-340,-122],[-129,-45],[-141,-51],[-35,-10],[-44,-15],[-152,-5],[-51,-1]],[[589991,599446],[-75,132],[-42,70],[-5,14],[-2,32],[-22,155],[-10,72],[-2,24],[0,0]],[[589833,599945],[161,49],[15,5],[7,2],[10,3],[103,32],[66,21],[9,2],[224,79],[107,38],[21,2],[20,8],[20,2],[85,21],[183,40],[142,29],[55,6],[32,0],[55,26],[70,34],[13,2],[55,1],[178,-8],[107,-6],[49,-3],[27,-2],[31,-9],[81,-40],[-4,-15],[65,-33],[133,-66],[61,-37],[-4,-13],[-10,-22],[-6,-13],[-1,-4],[-2,-24],[21,-366],[6,-101],[-43,2],[-125,10],[-6,-94],[5,-8],[136,-8],[38,-4],[9,-160],[4,-24],[5,-23],[9,-27],[28,-52],[18,-32],[11,-26],[28,-58],[18,-44],[26,-72],[14,-57],[8,-52],[0,-30],[2,-20],[15,-67],[16,-64],[-16,-1],[-213,-16],[-204,-16],[-246,-12],[-16,-1],[-7,111],[-7,16],[-6,5],[-55,-1],[-19,0],[-193,-16],[-441,-36],[-3,63],[-4,22],[-3,161],[-1,85],[-11,70],[-16,138],[-41,360],[-7,24],[-6,12],[-46,-11],[-252,-80],[-125,-37],[-247,-76],[-13,10],[-15,4],[-11,0],[-19,-7]],[[589703,600991],[-223,-96],[-17,29],[-71,116],[-21,41],[-49,106],[-60,143],[70,25],[95,35],[87,32],[1,0],[0,2],[324,130],[50,29],[34,16],[12,-11],[68,-61],[44,-47],[43,-52],[61,-74],[53,-71],[20,-32],[7,-14],[8,-15],[14,-40],[-167,-61],[-141,-52],[-84,-29],[-39,-11],[-25,-7],[-94,-31]],[[589392,600870],[6,-14],[23,-31],[30,-32],[37,-31],[37,-35],[42,-43],[27,-34],[22,-33],[25,-43],[23,-46],[52,-132],[26,-77],[25,-67],[9,-15],[6,-11],[20,-18],[-40,156],[112,39],[44,14],[13,11],[22,13],[267,117],[59,27],[104,-302],[32,-101],[8,-25],[-309,-106],[-58,-18],[-173,-54],[-54,-15]],[[589829,599964],[-41,-13],[-136,-41],[16,-17],[5,-24],[1,-9],[9,-3],[8,-6],[2,-19],[-7,-23],[-3,-26],[1,-10],[-1,-12],[0,-11],[1,-12],[1,-7],[4,-23],[0,-14],[5,-39],[2,-11],[1,-6],[3,-18],[6,-16],[3,-14],[8,-20],[28,-63],[-75,-8],[-21,-17],[-62,42],[-103,119],[-1,1],[-64,54],[-4,4],[5,9],[-89,44],[-16,8],[-13,10],[-16,19],[11,5],[3,1]],[[589300,599798],[14,-8],[46,-11],[62,-9],[13,1],[8,7],[12,70],[11,37],[2,22],[-2,11],[-11,11],[-12,4],[4,150],[-66,3],[-14,-13],[-13,-19],[6,-6],[7,-27],[0,-44],[-9,-18],[-6,-11],[-26,-26],[-44,-33],[-17,-14]],[[589265,599875],[-29,-16],[-19,3],[-36,-1],[-35,8],[-47,10],[-41,11],[-26,8],[-16,-2],[-15,-15],[-10,-15],[-71,42],[-78,57],[-20,14],[-77,39],[-139,85],[-6,16],[-7,9],[-32,21],[-53,36],[-74,56],[-33,32],[-83,73],[-68,71],[-62,72],[-37,50],[-22,31],[-9,10],[-49,4],[-10,3],[-10,9],[-69,103],[-102,164],[-30,57],[-23,40],[-5,6],[-4,6],[6,7],[4,4],[-1,14],[-13,71],[-7,21],[-1,3],[-9,20],[-37,65],[-3,18],[-4,14],[5,12],[2,12],[0,17],[-9,18],[-9,14],[-3,18],[-55,140],[-36,122],[-15,65],[-3,32],[0,7],[-2,7],[-5,8],[-15,11],[-4,2],[-2,6],[-2,19],[-9,130],[0,30],[15,47],[5,22],[5,104],[5,127],[11,113],[16,102],[43,210],[39,186],[10,56],[24,148],[16,101],[4,32],[52,-8],[12,-4],[53,222],[0,5],[0,11],[4,8],[7,12],[11,54],[6,20],[6,7],[31,11],[17,2],[20,-3],[66,-29],[34,-15],[38,-20],[4,53],[13,8],[27,2],[84,-6],[20,23],[38,0],[62,-1],[28,-13],[29,0],[46,3],[41,-11],[95,-16],[79,-20],[20,-14],[-2,-21],[-10,-44],[-6,-2],[-2,-7],[-2,-25],[0,-62],[2,-42],[3,-15],[3,-5],[-2,-111],[3,-27],[3,-43],[8,-61],[9,-30],[1,-172],[-1,-75],[-1,-35],[-1,-39],[3,-38],[12,-86],[26,-172],[13,-96],[20,-129],[-5,-23],[1,-15],[4,-18],[9,-34],[5,-30],[1,-44],[0,-17],[4,-23],[6,-23],[11,-28],[11,-52],[6,-46],[9,-35],[10,-33],[9,-22],[5,-23],[2,-4],[-6,-5],[-6,-2],[-8,-1],[2,-4],[20,-62],[7,-23],[16,-159],[5,-43],[23,-6],[31,-11],[33,-10],[29,-16],[22,-16],[22,-23],[27,-40],[51,-92],[21,-48],[24,-99],[37,-74],[27,-8],[9,-3],[36,-10],[10,3],[66,21],[0,0]],[[587000,610991],[15,-41],[-7,-3],[-35,-17],[-112,-55],[-131,-64],[-59,-29],[-18,-10],[-14,20],[-177,238],[36,40],[-22,32],[-71,93],[-44,54],[-16,16],[-15,10],[-6,2],[-19,13],[-31,26],[-27,32],[-17,24],[-17,34],[-22,40],[-6,9],[-7,8],[-21,-18],[-2,-2],[-3,8],[-3,8],[-10,12],[-34,30],[-5,5],[-16,18],[-31,33],[-14,14],[-4,6],[-20,29],[-28,42],[-31,47],[-9,13],[-7,10],[-27,40],[-12,19],[-41,60],[-34,50],[-6,11],[-7,10],[-13,20],[-11,16],[23,34],[172,194],[113,116],[183,183],[16,15],[69,67]],[[586365,612553],[2,-1],[77,-79],[0,0],[5,-5],[45,-55],[96,-109],[69,-81],[36,-45],[39,-59],[61,-106],[48,-78],[1,-2],[15,-104],[5,-50],[1,-36],[-2,-65],[-3,-32],[-1,-6],[-17,-50],[11,1],[0,-64],[8,-44],[9,-43],[10,-35],[25,-61],[12,-26],[23,-76],[3,-18],[8,-57],[19,-79],[30,-97]],[[570023,625726],[16,-14],[60,58],[39,39],[62,61],[56,54],[27,27],[23,-42],[42,-80],[49,-94],[36,-70],[38,-74],[30,-58],[61,-63],[79,-81],[85,-86],[28,-28],[27,-32],[23,-26],[19,-19],[15,-16],[19,-18],[35,-36],[36,-37],[62,-63],[39,-39],[4,-3],[40,-38],[77,-72],[49,-45],[-7,-11],[26,-27],[59,-59],[14,-14],[55,-53],[30,-24],[-23,-65],[-20,-58],[-7,-21],[-6,-17],[-43,-125],[-50,-147],[-19,-55],[-8,-10],[-9,-10],[-17,-44],[-32,-113],[45,-57],[11,-10],[-211,-168],[-59,91],[-18,39],[24,33],[-4,4],[-77,85],[-73,93],[-68,79],[-209,242],[-27,34],[-2,-7],[-25,29],[-86,98],[-72,83],[-86,98],[-58,68],[-38,-22],[-52,91],[-93,191],[-63,110],[-14,26],[-54,87],[-23,51],[-53,78],[-75,112],[-16,-13],[-56,85],[-21,34],[-16,27],[-12,29],[-10,30],[-6,33],[-3,31],[-1,32],[0,33],[2,33],[7,72],[4,31],[5,30],[7,32],[6,30],[10,39],[6,30],[14,102],[8,66],[6,34],[3,10],[1,6],[52,-15],[74,-22],[13,-1],[-37,-33],[-1,-22],[9,-38],[8,-27],[48,-153],[25,-36],[44,-55],[28,-56],[22,-30],[46,-70],[72,-88]],[[566107,631111],[112,-168]],[[566219,630943],[-118,-116]],[[566101,630827],[-109,-116],[-69,-79],[-194,-242],[-129,-177],[-248,-338],[-42,-64],[-24,11],[-13,-15],[-59,-66],[-60,-88],[-47,-62],[-68,-78],[-86,-103],[-58,-64],[-57,53],[-41,32],[-42,21],[-24,18],[-1,16],[4,24],[-2,32],[-18,-19],[-11,-19],[-34,59],[-216,376],[70,54],[360,253],[120,84],[133,98],[55,37],[19,13],[33,21],[86,58],[142,95],[51,37],[108,72],[43,29],[131,93],[14,10],[37,28],[107,79],[128,100],[17,11]],[[499742,660743],[158,-97],[82,-48],[82,-43],[72,-42],[88,-40],[77,-33],[88,-35],[79,-26],[83,-26],[82,-23],[92,-26],[85,-19],[97,-18],[97,-14],[103,-10],[99,-5],[194,-4],[3549,5],[8696,11],[2513,1],[26,-13],[10,-7],[16,-13],[20,-29],[17,-22],[11,-12],[23,-5],[27,-1],[53,1],[251,-420],[462,-518],[50,-15],[736,-26],[-5,-70],[110,-369],[200,-248],[197,-109],[96,-53],[374,-40],[374,25],[297,96],[-30,87],[-46,131],[-125,358],[15,98],[594,403],[560,0],[31,58],[63,305],[43,234],[15,167],[712,0],[3979,-1],[4862,-1],[3611,-3],[400,5],[90,6],[126,20],[68,12],[54,16],[117,40],[275,99],[576,212],[42,16],[16,-51],[15,-9],[14,2],[24,9],[-13,46],[26,9],[7,16],[11,20],[0,1],[22,11],[128,41],[196,72],[175,66],[20,-26],[29,-14],[31,-4],[0,0],[26,-84],[12,-40],[40,-133],[10,-31],[72,-233],[164,-535],[3,-8],[12,-36],[3,-34],[8,-68],[6,-47],[5,-27],[5,-28],[22,-47],[12,-32],[-24,-11],[12,-20],[12,-23],[-11,-7],[-42,-13],[0,-5],[-21,-9],[-39,-19],[-23,-17],[-21,-24],[-22,-38],[-20,-60],[-46,-172],[-2,1],[-11,-40],[-28,-102],[-9,-36],[2,0],[-164,-606],[-125,-480],[-40,-152],[-95,-361],[-88,-264],[-11,-35],[-150,-592],[-6,-22],[-2,-17],[-13,-108],[-30,-272],[-28,-239],[-24,-219],[-3,-47],[-29,-390],[-1,-23],[-15,-177],[-18,-236],[-19,-238],[-16,-238],[-19,-229],[-16,-225],[-12,-228],[-13,-225],[-4,-103],[-5,-18],[-7,-82],[-24,-447],[-5,-106],[12,2],[14,4],[-185,-1550],[-1,0],[-338,-397],[-45,-53],[-42,-50],[-52,42],[-32,11],[-29,3],[-30,0],[-41,-9],[-137,-38],[-17,-7],[-154,-90],[-100,-59],[-123,-70],[-67,-39],[-149,7],[-58,3],[-99,7],[-116,14],[-44,2],[-3,2],[0,-9],[-8,-164],[0,-42],[-104,0],[-248,7],[-417,13],[-403,8],[-978,19],[-636,12],[0,-26],[-512,10],[-1157,23],[-89,2],[-557,8],[-401,-4],[-577,-15],[-1167,-32],[-73,-8],[-187,-24],[-68,-7],[-2245,20],[-32,1],[-1,-48],[-3,-206],[-1,-48],[180,-2],[556,-16],[183,-2],[5,-4],[0,-14],[-46,1],[-4,-4],[1,-81],[4,-6],[473,0],[-1,77],[-25,0],[-2,28],[542,-2],[577,-6],[123,4],[714,3],[178,4],[197,-2],[566,6],[126,0],[192,12],[155,1],[151,-1],[186,-2],[487,-18],[534,-20],[498,-22],[512,-23],[47,-2],[979,-614],[251,-50],[241,-45],[273,-50],[202,-8],[68,-11],[97,-38],[75,-47],[81,-65],[244,-272],[313,-355],[70,-51],[510,-237],[120,-127],[743,-600],[8,-2],[1,-6],[22,-57],[60,-130],[31,-65],[29,-63],[40,-89],[87,-191],[55,-110],[52,-106],[61,-137],[4,-10],[25,-77],[142,-414],[49,-131],[36,-91],[30,-78],[48,-120],[82,-208],[24,-47],[63,-110],[47,-60],[55,-68],[62,-89],[30,-55],[26,-53],[9,-45],[6,-49],[-5,-74],[-9,-60],[-19,-71],[-35,-116],[-42,-145],[-37,-125],[-14,-57],[-6,-42],[-1,-110],[-4,-162],[3,-65],[11,-50],[17,-58],[50,-98],[110,-204],[42,-80],[43,-78],[33,-47],[29,-31],[45,-38],[73,-45],[54,-32],[78,-43],[39,-28],[33,-38],[137,-176],[133,-145],[57,-61],[449,-480],[193,-204],[65,-65],[83,-68],[190,-161],[-84,-386],[6,-1],[25,-6],[13,-8],[5,-11],[0,-21],[-2,-21],[5,-41],[13,-58],[17,-40],[32,-54],[7,-19],[7,-34],[7,-42],[15,-37],[23,-24],[23,-19],[10,-17],[5,-26],[3,-73],[5,-26],[8,-16],[17,-26],[13,-17],[16,-4],[21,10],[23,23],[10,16],[-1,6],[-15,0],[-11,7],[-8,16],[-3,21],[-3,11],[-8,15],[-9,16],[-3,29],[-9,14],[-16,12],[-17,11],[-26,23],[-9,11],[-6,11],[-3,18],[0,13],[12,3],[11,-18],[37,-33],[38,-30],[11,-12],[0,-7],[-4,-10],[0,-6],[4,-10],[14,-8],[8,5],[11,3],[10,-5],[7,-17],[13,-33],[12,-16],[0,-14],[-2,-20],[-7,-17],[-17,-12],[-8,-8],[-3,-11],[6,-11],[38,-40],[6,-6],[12,-17],[1,-17],[-6,-32],[0,-10],[5,-16],[5,-8],[-4,-13],[1,-14],[15,-25],[7,-20],[12,-38],[12,-31],[7,-45],[-2,-18],[-14,-29],[-7,-23],[-12,-87],[0,-74],[4,-21],[0,-19],[-11,-97],[3,-34],[14,-15],[16,-9],[18,-9],[6,-3],[7,-16],[7,-23],[10,-76],[12,-70],[12,-45],[7,-32],[12,-13],[23,-18],[22,-11],[14,-16],[24,-21],[84,-39],[18,-11],[20,-16],[15,-7],[17,-5],[15,-9],[4,-10],[2,-15],[0,-37],[-11,-34],[-17,-54],[-15,-42],[-8,-40],[5,-32],[16,-47],[19,-29],[34,-20],[87,-19],[19,7],[22,17],[10,21],[10,28],[7,13],[18,11],[13,5],[8,6],[88,174],[89,176],[37,73],[29,35],[6,0],[18,-22],[-2,-4],[-45,-61],[-28,-43],[-28,-46],[-69,-136],[-15,-29],[1,-6],[67,-41],[1,-5],[-9,-18],[-13,-26],[-65,-134],[19,-13],[20,-11],[40,-39],[15,-22],[10,-26],[3,-17],[0,-83],[-3,-106],[8,-66],[2,-16],[5,-63],[8,-50],[61,-302],[4,-39],[1,-77],[-2,-10],[1,-144],[3,-38],[6,-35],[4,-23],[-61,11],[-54,-11],[-58,-24],[-58,-42],[-49,-51],[-19,-35],[-23,-52],[-12,-49],[2,-70],[10,-50],[5,-8],[-8,-2],[-15,-7],[-15,-12],[-7,-3],[-62,-50],[-27,-31],[-28,-55],[-16,-49],[-10,-54],[-6,-44],[-12,-32],[-6,35],[-10,25],[-16,25],[-20,19],[-19,12],[-20,111],[-18,106],[-51,371],[-23,154],[-37,156],[-40,150],[-15,48],[-3,11],[-3,11],[-23,71],[-65,179],[-62,146],[-66,139],[-76,140],[-78,131],[-32,50],[-65,95],[-89,119],[-33,41],[-439,531],[-636,764],[-634,762],[-634,764],[-636,763],[-586,702],[-1172,1408],[-586,704],[-1171,1409],[-587,706],[-74,86],[-102,109],[-104,102],[-115,101],[-19,15],[-1,1],[-12,11],[-63,50],[-9,7],[-7,6],[-73,54],[-61,42],[-120,76],[-128,73],[-123,61],[-130,58],[-129,49],[-125,44],[-162,40],[-139,28],[-139,21],[-142,14],[-137,5],[-17,1],[-45,2],[-210,5],[-422,5],[-410,1],[-423,2],[-206,1],[-348,2],[-350,3],[-197,0],[-193,1],[-192,4],[-316,0],[-182,1],[-197,-1],[-91,-3],[-59,-4],[-86,-10],[-280,-33],[-349,-41],[-184,-25],[-348,-39],[-79,-9],[-111,-13],[-170,-19],[-89,-9],[-82,-5],[-119,-5],[-597,0],[-375,-1],[-275,0],[-320,-1],[-65,0],[0,139],[-6,128],[-16,146],[-11,116],[-11,146],[-55,231],[-39,37],[-66,24],[-77,19],[-55,0],[-99,0],[-77,15],[-17,3],[33,61],[26,128],[2,12],[-4,80],[-2,30],[-60,122],[-110,85],[-61,6],[-71,-6],[-110,-55],[-83,-61],[-48,-28],[-34,-21],[-105,-61],[-72,-36],[-143,-92],[-66,-54],[-49,-31],[-66,-24],[-66,30],[-78,6],[-60,-12],[-94,-49],[-71,-61],[-41,-51],[-237,71],[-74,20],[-286,73],[-401,108],[-769,206],[-43,12],[-689,185],[-390,100],[-395,108],[-752,198],[-748,201],[-385,100],[-218,59],[-39,10],[-98,26],[-372,102],[-382,99],[-346,93],[-178,45],[-540,145],[-43,11],[-51,14],[-1216,325],[8,46],[-1,4],[-201,46],[-57,16],[-10,-42],[-680,181],[-195,52],[-2,0],[-3,1],[-283,76],[-112,30],[-24,6],[-221,59],[-275,73],[-376,102],[-191,51],[-55,13],[-50,13],[-84,22],[-195,54],[-82,20],[-66,18],[-224,61],[-82,20],[-71,19],[-204,58],[-206,54],[-94,23],[-322,86],[-135,38],[-120,30],[-1022,274],[-563,150],[-396,105],[-458,123],[-477,127],[-911,244],[-21,6],[-937,249],[-458,124],[-435,116],[-202,60],[-76,26],[-64,24],[-76,31],[-71,32],[-70,34],[-61,31],[-26,14],[-53,29],[-64,38],[-42,26],[-150,105],[-91,69],[-97,82],[-93,87],[-126,127],[-78,80],[-103,124],[-103,133],[-114,160],[-206,287],[-244,344],[-328,457],[-270,374],[-57,81],[-2,2],[-88,124],[-70,144],[-132,184],[-9,13],[-5,9],[0,16],[-2,52],[-182,256],[-10,2],[0,1],[-2,0],[-30,8],[-110,147],[-109,145],[-18,25],[-23,37],[-14,27],[-8,21],[-9,32],[-6,26],[-3,23],[-3,24],[-1,23],[4,39],[1,6],[5,32],[7,38],[13,34],[13,24],[25,39],[11,12],[15,19],[44,43],[155,138],[76,67],[22,25],[15,19],[14,21],[13,25],[8,23],[3,22],[-2,24],[-6,20],[-15,27],[-13,18],[-10,13],[1513,1473],[23,-18],[29,-15],[26,-11],[26,-4],[21,1],[25,9],[26,15],[21,19],[98,100],[27,31],[76,79],[49,49],[31,27],[20,14],[42,22],[-30,37],[121,135],[15,12],[15,5],[17,2],[15,-4],[12,-10],[70,-69],[51,-53],[50,-47],[36,-33],[76,-68],[116,-115],[3,-31],[25,-16],[80,-49]],[[517034,651713],[149,-47],[141,-45],[145,-42],[149,-26],[143,-21],[128,-26],[120,-15],[153,8],[192,7],[224,11],[184,3],[158,2],[175,2],[148,11],[125,14],[14,4],[31,9],[63,27],[57,35],[50,34],[62,61],[44,60],[36,61],[26,85],[19,69],[3,36],[6,48],[-1,41],[0,56],[1,157],[5,201],[4,287],[-3,33],[3,39],[-10,140],[-10,231],[-12,266],[-13,120],[-1,39],[-6,65],[-10,94],[-28,226],[-18,154],[-29,206],[-2,36],[-10,73],[-37,183],[-39,237],[-55,257],[-6,8],[-50,235],[0,2],[-25,112],[-37,118],[-22,63],[-123,304],[-25,49],[0,14],[-87,141],[-115,176],[-79,106],[-35,40],[-29,37],[-117,130],[-133,127],[-80,67],[-40,34],[-24,19],[-167,110],[-145,85],[-74,36],[-69,27],[-123,53],[-182,61],[-56,17],[-104,25],[-39,12],[-286,32],[-1,1],[-95,3],[-125,-5],[-127,-14],[-150,-21],[-63,-10],[-144,-36],[-121,-37],[-115,-44],[-117,-49],[-94,-47],[-52,-26],[-148,-92],[-91,-67],[-204,-161],[-31,-32],[-18,-25],[-84,-86],[-2,-6],[-2,-1],[-31,-48],[-62,-78],[-53,-63],[-49,-57],[-54,-78],[-51,-76],[-57,-82],[-64,-97],[-58,-104],[-49,-101],[-47,-128],[-43,-97],[-42,-101],[-47,-114],[-39,-111],[-30,-132],[-32,-142],[-21,-137],[-19,-120],[-4,-130],[-7,-154],[-15,-151],[2,-108],[7,-121],[8,-106],[20,-109],[25,-106],[36,-123],[30,-94],[56,-118],[45,-85],[40,-95],[43,-90],[49,-92],[53,-104],[56,-94],[64,-83],[81,-111],[9,-21],[25,-40],[35,-30],[120,-47],[47,-21],[23,-37],[108,-73],[106,-78],[101,-68],[121,-69],[113,-61],[154,-83],[136,-68],[143,-74],[137,-73],[119,-61],[118,-59],[111,-50],[115,-38]],[[528950,649603],[-13,-498],[0,-27],[63,-31],[857,-423],[21,-10],[38,-19],[49,-25],[43,-23],[32,-18],[28,-15],[26,-15],[23,-14],[24,-15],[32,-20],[32,-20],[33,-21],[24,-16],[23,-15],[25,-18],[27,-19],[27,-19],[20,-15],[22,-17],[21,-16],[24,-18],[27,-21],[29,-24],[25,-20],[20,-18],[15,-12],[106,-95],[103,-100],[99,-105],[29,-33],[65,-76],[186,-224],[2367,-2846],[288,-346],[2506,-3014],[792,-836],[1167,-1232],[54,54],[-937,2075],[-61,116],[-1086,1027],[-265,738],[-222,1220],[-889,1688],[0,718],[-1442,1037],[-1547,797],[-443,228],[-1110,572],[-1370,79],[-7,0]],[[261164,383215],[48,-12],[11,2],[-56,-690],[-11,-3],[-134,-26],[-10,-3],[-7,5],[-6,12],[-16,84],[0,14],[19,312],[2,22],[53,105],[56,-2],[13,155],[-7,0],[1,12],[-58,-3],[0,3],[5,4],[40,16],[57,-7]],[[260354,382417],[-8,-1],[4,281],[13,542],[132,-12],[142,-5],[100,-1],[23,-1],[117,-8],[0,-5],[12,-1],[-7,-98],[-3,-38],[15,-30],[-39,-567],[-17,-2],[-91,-11],[-4,-1],[-173,-19],[-90,-10],[-126,-13]],[[280234,383386],[79,-17],[70,-20],[72,-23],[102,-38],[88,-38],[90,-40],[184,-101],[76,-51],[28,-18],[159,-146],[31,-24],[48,-41],[42,-40],[43,-43],[46,-46],[48,-51],[42,-50],[1,0],[52,-64],[36,-46],[40,-53],[45,-67],[40,-72],[44,-89],[37,-76],[35,-78],[28,-66],[30,-71],[28,-74],[32,-95],[28,-84],[30,-89],[18,-57],[25,-96],[29,-142],[-3,-10],[0,-1],[-7,-29],[-14,-31],[-13,-19],[-42,-64],[-225,-253],[-16,-7],[-121,-148],[-113,147],[-30,38],[9,6],[5,12],[-2,8],[-8,13],[-17,19],[-26,28],[-63,68],[-121,131],[-33,34],[-111,108],[-78,75],[-6,3],[-77,65],[-100,78],[-105,81],[-86,64],[-1,0],[-36,29],[-33,22],[-28,17],[-22,10],[-25,5],[-26,2],[-17,0],[16,66],[-113,4],[-360,14],[-75,5],[-111,7],[-176,8],[-179,8],[-54,3],[-42,-5],[-30,-4],[-203,-30],[-29,-5],[-91,-9],[-168,-16],[-134,-11],[-96,-8],[-45,-1],[-199,15],[-56,5],[-50,5],[-392,45],[-53,6],[-27,4],[-366,60],[-242,44],[-821,166],[-24,-187],[-69,16],[-72,17],[-39,10],[-51,12],[-154,37],[-616,145],[-176,47],[-160,84],[-256,135],[-226,119],[-257,137],[-310,165],[-309,164],[-223,115],[62,154],[3,-1],[52,-12],[62,-43],[14,-16],[5,-21],[37,-2],[54,-39],[170,-88],[13,-10],[52,-18],[21,-5],[292,-115],[215,-112],[450,-234],[214,-103],[77,-26],[66,-18],[44,-16],[43,-8],[76,-8],[134,-4],[80,2],[201,27],[69,7],[13,1],[161,13],[23,4],[111,5],[366,27],[67,2],[58,0],[30,-4],[97,3],[1,16],[28,59],[37,71],[50,66],[69,51],[44,20],[11,3],[0,1],[66,19],[65,17],[101,25],[191,53],[157,44],[30,18],[76,29],[51,17],[48,15],[53,18],[75,28],[34,11],[44,15],[60,23],[60,23],[50,18],[57,22],[78,26],[57,18],[17,5],[15,3],[203,45],[26,10],[58,18],[95,24],[44,12],[56,6],[64,8],[43,5],[106,8],[5,0],[47,1],[64,-1],[74,-1],[65,2],[98,8],[99,15],[86,8],[77,5],[67,-1],[63,-1],[57,-3],[87,-4],[71,-12],[91,-15]],[[262098,383438],[98,-91],[94,3],[15,-20],[0,-4],[0,-35],[18,-26],[0,-9],[16,-6],[22,-5],[12,14],[6,22],[-16,105],[-2,10],[12,6],[58,-59],[101,-76],[2,99],[64,-52],[2,-14],[151,-29],[100,-26],[33,-10],[74,0],[132,-6],[6,-16],[1,-13],[23,-34],[0,27],[3,13],[0,56],[9,13],[12,3],[3,-7],[3,-78],[54,-16],[136,-7],[33,7],[20,6],[44,-3],[110,0],[82,3],[119,3],[79,10],[89,7],[32,0],[79,12],[110,0],[10,0],[46,-16],[41,3],[9,4],[20,12],[23,14],[25,36],[18,30],[38,62],[12,3],[-9,-156],[-50,-11],[-4,0],[-34,-22],[-17,-41],[-26,-75],[9,-16],[-9,-16],[-58,-116],[-12,-13],[-7,-2],[-28,2],[-206,19],[-577,49],[-66,12],[-701,179],[-25,7],[-137,37],[-143,38],[-509,132],[31,-4],[127,7],[111,39],[15,16],[15,20],[14,0],[15,-10]],[[255073,383565],[-93,-47],[-201,-94],[-37,-14],[-38,-10],[-33,-6],[-24,0],[-42,4],[-156,23],[-150,18],[-32,3],[-15,5],[-44,20],[-27,12],[-32,8],[-61,23],[5,40],[10,10],[32,-2],[86,-3],[191,6],[90,9],[39,10],[145,6],[85,6],[73,13],[83,22],[116,37],[56,23],[94,44],[4,2],[32,-61],[-37,-29],[-57,-44],[-62,-34]],[[258795,384246],[2,-1],[44,14],[358,-121],[15,110],[89,-44],[81,-34],[103,-49],[163,-72],[163,-61],[13,-11],[69,-37],[36,-10],[70,-40],[46,-40],[-1,0],[7,-29],[17,-19],[4,-11],[91,-35],[5,7],[40,9],[699,-182],[6,15],[8,0],[8,-2],[64,-37],[6,0],[6,-3],[1,-10],[91,-31],[44,-21],[34,-14],[33,15],[23,-5],[30,-21],[14,-5],[-10,-2],[-11,-14],[-17,-23],[-6,-9],[-55,-43],[-17,-51],[-82,-9],[-87,7],[-43,3],[-44,3],[-534,42],[-276,21],[-15,2],[-17,1],[-117,9],[-13,3],[-9,3],[-8,3],[-9,6],[-7,9],[-6,10],[-4,9],[-168,459],[-4,11],[-5,8],[-6,7],[-7,11],[-7,10],[-10,11],[-10,11],[-12,10],[-15,10],[-11,5],[-20,8],[-16,4],[-24,6],[-383,68],[-549,97],[-31,19],[-6,4],[-3,2],[2,5],[14,62],[4,11],[7,7],[7,2],[1,0],[5,1],[26,-9],[126,-45]],[[271097,384459],[3,-14],[2,-1],[5,-8],[10,0],[17,3],[8,5],[28,4],[38,-5],[1,4],[25,2],[78,-15],[35,-5],[24,-6],[42,-17],[38,-8],[113,-58],[115,-43],[18,-10],[10,-17],[17,-19],[78,-42],[11,-3],[39,11],[36,-17],[62,-23],[50,-30],[14,-14],[0,-12],[-9,-12],[3,-19],[1,-32],[-1,-19],[-8,-21],[2,-1],[3,0],[166,-25],[56,-17],[77,-36],[36,-37],[49,-32],[44,-7],[38,9],[59,5],[43,-2],[3,-2],[2,-5],[2,-8],[-1,-8],[-1,-14],[-5,-19],[-9,-24],[19,-60],[18,-24],[25,-29],[23,-24],[14,-23],[8,-25],[2,-52],[-2,-9],[-6,-5],[-7,-2],[-139,41],[-140,43],[-176,62],[-56,14],[-77,24],[-20,6],[-13,2],[-20,0],[-17,-14],[-6,-18],[-5,-32],[-10,3],[-73,-504],[-551,125],[-456,102],[-639,148],[0,0],[-24,-71],[-33,-161],[-48,-239],[-6,-15],[-28,12],[-284,105],[-406,151],[-68,22],[-44,7],[-299,35],[-472,60],[-329,41],[-488,21],[-53,3],[-15,4],[-37,22],[-11,2],[-4,4],[0,-4],[-24,3],[-482,19],[-86,1],[-41,-3],[-340,-54],[-42,-6],[-70,-13],[-56,16],[-13,-14],[-13,-13],[-291,-44],[-256,-36],[-299,-45],[-60,-8],[-24,0],[-11,12],[-7,9],[-11,45],[-2,4],[-11,21],[-21,-2],[-6,27],[10,39],[15,19],[19,11],[467,96],[400,74],[27,0],[11,3],[105,267],[85,34],[372,137],[113,41],[99,33],[120,38],[509,141],[115,28],[121,21],[94,14],[112,13],[101,8],[110,5],[516,16],[156,2],[653,25],[69,6],[55,0],[33,-4],[37,-4],[44,-9],[37,-12],[40,-14],[39,-25],[28,-12],[5,1],[18,-6],[27,3],[19,9],[14,12],[11,11],[0,1],[3,1],[-1,7],[4,53],[20,89],[16,20],[23,5],[35,-4],[38,-10],[31,-11],[140,-9],[31,-6],[137,-31],[107,-17],[149,-46],[49,-19],[55,-31],[9,-16]],[[256571,385974],[37,-58],[26,-73],[16,-116],[2,-26],[1,-40],[-4,-45],[-6,-61],[-15,-65],[-15,-41],[-20,-39],[-24,-40],[-194,-260],[-133,-175],[-48,-66],[-24,-29],[-18,-10],[-33,14],[5,37],[31,88],[23,35],[10,63],[0,45],[4,33],[-9,22],[3,35],[7,109],[-2,68],[0,9],[-1,26],[-2,32],[-1,29],[-3,30],[-3,29],[-3,29],[-1,8],[-1,9],[-2,8],[-1,9],[-1,8],[-1,9],[-2,8],[-1,8],[-1,9],[-2,8],[-1,8],[-2,9],[-2,8],[-1,8],[-2,9],[-2,8],[-2,9],[-1,8],[-2,8],[-2,9],[-2,8],[-2,8],[-2,8],[-2,8],[-2,8],[-2,8],[-2,8],[-2,8],[-3,8],[-2,8],[-2,8],[-2,8],[-3,7],[-2,8],[-2,8],[-9,26],[7,52],[13,16],[8,18],[-1,16],[-18,18],[-6,19],[5,26],[183,-100],[46,15],[23,-20],[5,-1],[75,148],[8,-5],[35,-26],[42,-37],[39,-41]],[[270083,385887],[7,-7],[13,0],[190,35],[491,95],[314,59],[26,4],[17,-1],[22,-5],[125,-27],[328,-70],[512,-115],[208,-42],[141,-115],[-1,-4],[-4,-23],[5,-37],[9,-45],[-19,-12],[-42,12],[-102,44],[-10,10],[-9,-1],[-29,-87],[-44,21],[-14,9],[-17,14],[-16,16],[-26,18],[-217,125],[-25,12],[-120,34],[-19,6],[-8,4],[-32,-1],[-33,5],[-24,9],[-10,2],[-22,-13],[-38,-20],[-46,-17],[-16,-2],[4,24],[0,16],[-6,2],[-8,-2],[-6,-5],[-123,25],[-6,-14],[-8,-7],[-107,-2],[-69,2],[-20,8],[-12,20],[-66,27],[-5,-3],[-17,1],[-40,15],[-28,8],[-19,-4],[-12,-10],[-17,-14],[-17,-11],[-21,-16],[-15,-2],[-27,1],[-12,-7],[-22,-16],[-21,-5],[-23,1],[-23,-3],[-32,-12],[5,30],[-5,7],[-9,2],[-6,-2],[-10,-49],[-30,0],[-32,11],[-53,36],[-23,11],[-15,-3],[-8,-9],[-15,8],[-14,13],[-3,16],[0,21],[-4,12],[-11,1],[-17,-3],[-27,-16],[-20,-11],[-10,6],[-5,11],[5,9],[12,12],[0,5],[-5,1],[-4,1],[-15,12],[-15,-1],[-6,-25],[-12,-6],[-35,-7],[-45,-12],[-29,7],[-31,0],[-25,-11],[-16,0],[-11,4],[-15,-11],[-21,-11],[-21,-2],[-21,-9],[-13,0],[-15,-3],[-13,-7],[-12,11],[-10,1],[-7,-18],[-11,7],[-10,18],[-5,27],[-5,20],[-13,20],[-8,32],[-2,56],[-4,25],[-13,20],[-7,12],[7,11],[13,11],[2,7],[26,8],[4,-25],[17,-97],[5,-19],[4,-53],[5,-19]],[[269877,386248],[17,-12],[12,4],[15,2],[1,-13],[2,-99],[10,-78],[1,-8],[26,-129],[10,-29],[11,-36],[2,-7],[-18,-3],[10,-45],[-46,27],[-139,-4],[-52,-2],[-25,13],[-6,4],[-12,10],[-18,31],[-34,21],[-26,4],[-36,0],[8,-61],[26,9],[20,5],[19,-12],[8,-17],[-5,-34],[-13,-32],[-16,-14],[-52,57],[-23,13],[-53,10],[-109,9],[-32,0],[-12,13],[-9,18],[-14,8],[7,-35],[-10,-4],[-21,4],[-21,2],[-31,-4],[-32,2],[-23,5],[-18,2],[-50,0],[-80,31],[-47,5],[-32,0],[-9,4],[-16,-6],[-39,-2],[-77,-7],[-47,-13],[-37,-13],[-36,0],[-40,9],[-26,14],[-9,-7],[-17,1],[-44,2],[-39,-3],[-46,-20],[-32,-34],[-67,-74],[-32,-18],[-41,-14],[-37,-6],[-29,-5],[-21,0],[-104,11],[-34,-2],[-47,-15],[-22,-9],[-12,13],[-8,81],[-3,-83],[-5,-12],[-20,-9],[-21,-4],[-19,4],[-21,12],[-18,6],[-31,-11],[-18,11],[-19,1],[-29,-12],[-51,-7],[-65,-8],[-55,-3],[-52,-11],[-23,7],[-19,-3],[-39,-15],[-36,-16],[-29,-5],[-23,0],[-24,-2],[-23,-13],[-18,-10],[-22,-4],[-31,0],[-26,-5],[-36,-9],[-21,-15],[-16,-7],[-33,-11],[-23,-3],[-22,10],[-18,15],[-8,23],[4,12],[-82,19],[-21,-13],[-66,-37],[-83,-47],[-82,-51],[-25,-7],[-106,0],[-43,-11],[-215,-78],[-119,-41],[-68,-16],[-106,-23],[-80,-34],[-118,-46],[-91,-46],[-12,8],[-11,7],[-9,-6],[-128,162],[21,10],[3,-4],[33,15],[662,319],[264,138],[212,118],[374,208],[298,177],[229,138],[314,149],[393,185],[95,45],[11,5],[14,7],[247,117],[78,37],[20,9],[43,20],[286,134],[224,-183],[50,-42],[13,-6],[10,-10],[12,-14],[-1,-5],[6,-340],[4,-34],[28,-2],[13,-5],[6,-20],[2,-5],[11,-50],[64,-21],[43,-14],[44,-31],[48,-40],[28,-32],[28,-25],[26,-29]],[[256232,388822],[234,-86],[221,-84],[149,-45],[425,-148],[232,-77],[800,-278],[30,-10],[142,-52],[37,-16],[44,-23],[27,-16],[24,-19],[7,-3],[13,-19],[90,-40],[243,-111],[28,-12],[13,-9],[16,1],[6,3],[5,2],[11,-1],[8,-3],[182,-75],[107,-41],[429,-143],[71,-28],[114,-42],[42,-22],[9,-14],[-18,-47],[0,-78],[0,-113],[-16,-698],[14,-23],[1,0],[46,-33],[250,-139],[112,-62],[127,-56],[133,-45],[162,-54],[146,-48],[26,-8],[-5,-28],[0,0],[28,-10],[37,-12],[133,-49],[335,-105],[11,-4],[32,-22],[54,-28],[89,-69],[135,-98],[145,-107],[7,-6],[0,0],[94,-70],[35,-40],[6,-5],[2,-2],[33,-43],[135,-208],[16,-37],[27,-51],[0,-9],[12,-32],[-1,-8],[-18,-15],[-13,-1],[-15,6],[-7,4],[-8,-2],[44,-72],[8,-15],[-32,-27],[-7,-6],[-8,-7],[74,-111],[16,-16],[14,-7],[15,-1],[20,4],[12,0],[12,-11],[22,-32],[18,-33],[17,-41],[35,-55],[20,-31],[54,-29],[1,-3],[-1,-1],[1,-4],[-5,-5],[-13,-1],[-22,0],[-21,-4],[-17,-5],[-16,10],[-26,26],[-24,15],[-29,13],[-41,12],[-39,4],[-27,-5],[-18,-16],[-19,-14],[-15,-3],[-15,8],[-17,1],[-24,-1],[-28,3],[-30,5],[-29,2],[-43,-7],[-92,4],[-67,0],[-50,15],[-35,15],[-13,0],[-12,-10],[-17,-6],[-65,2],[-136,21],[-41,8],[-58,1],[-24,10],[-17,17],[-19,17],[-10,4],[-7,2],[-21,1],[-26,4],[-57,20],[-116,44],[-38,10],[-7,-5],[-19,-22],[-16,-17],[-19,-11],[-22,1],[-226,69],[-46,17],[-38,11],[-46,24],[-23,16],[-23,27],[-12,15],[-13,7],[-120,51],[-26,8],[-80,32],[-39,16],[-29,15],[-30,12],[-61,21],[-35,16],[-40,21],[-55,20],[-57,27],[-102,52],[-142,70],[-17,13],[-160,71],[-235,118],[-65,35],[-10,10],[-15,21],[-15,11],[-152,91],[-8,2],[-5,1],[-7,-5],[-6,-7],[0,-9],[6,-10],[6,-14],[-1,-6],[-11,-5],[-21,7],[-26,11],[-40,28],[-82,51],[-53,34],[-137,115],[-36,23],[-55,23],[-81,22],[-12,6],[-9,8],[-2,8],[-9,2],[-215,141],[-244,154],[-46,25],[-55,18],[-26,17],[-22,23],[-132,114],[-169,139],[-5,10],[-6,16],[-13,10],[-238,126],[-341,185],[-271,140],[-97,56],[-210,139],[-232,162],[-90,60],[-29,6],[-12,1],[-298,87],[30,143],[-1,0],[5,191],[55,193],[14,41],[72,-21],[54,114],[-17,9],[42,128],[-5,175],[-3,139],[-3,101],[-1,26],[-25,11],[-6,2],[-3,93],[64,-25],[3,13],[5,16],[6,23],[10,25],[11,10],[91,-37]],[[243161,389075],[278,-186],[7,1],[25,-16],[28,-18],[667,-375],[574,-275],[272,-116],[395,-143],[177,-66],[1,0],[1014,-297],[3,3],[37,8],[352,-62],[287,-45],[273,-31],[279,-27],[130,-10],[287,-13],[287,-3],[309,6],[162,6],[3,-28],[17,-168],[12,-104],[142,10],[71,4],[-3,97],[0,35],[1,20],[115,6],[51,3],[90,6],[14,0],[0,1],[201,16],[53,1],[87,1],[71,2],[65,5],[76,6],[90,7],[73,6],[84,8],[63,5],[36,5],[86,12],[82,12],[93,15],[48,8],[36,6],[56,9],[52,9],[18,3],[65,20],[132,33],[85,12],[51,7],[208,20],[121,16],[188,26],[214,31],[6,1],[12,1],[30,8],[348,81],[398,48],[34,-13],[53,-99],[10,-3],[43,-10],[31,-13],[55,4],[2,26],[-4,11],[15,18],[151,21],[269,-53],[102,-6],[156,-21],[76,-20],[135,-27],[193,-55],[-1,-1],[9,0],[38,-23],[12,-9],[18,-11],[19,-15],[1,-1],[1,-1],[1,-1],[1,-1],[2,0],[1,-1],[1,-1],[1,-1],[1,0],[1,-1],[2,-1],[1,0],[1,-1],[1,0],[2,-1],[1,0],[1,0],[2,-1],[1,0],[1,0],[3,-1],[3,0],[3,-1],[2,-1],[3,0],[3,-1],[1,0],[168,-101],[41,-27],[17,-17],[25,-20],[4,-1],[6,-4],[26,-12],[84,-58],[3,-15],[-2,-11],[-8,-7],[-3,1],[25,-14],[-45,-1],[-14,-7],[-2,-14],[6,-18],[11,-1],[55,10],[25,-7],[25,-14],[263,-138],[134,-74],[32,-22],[-21,-39],[-3,0],[0,-6],[-9,-17],[-231,-18],[-322,-31],[-142,-13],[-63,-7],[-156,-12],[-88,-9],[-54,-6],[-19,-1],[-54,-9],[-6,-2],[-50,-12],[-46,-12],[-11,0],[-14,11],[-11,6],[-40,0],[-77,-7],[-238,-19],[-238,-15],[-237,-15],[-242,-15],[-228,-13],[-28,-1],[-317,-5],[-21,-5],[-23,7],[-17,11],[-18,2],[-14,-5],[-15,-8],[-24,-5],[-20,2],[-18,5],[-18,3],[-17,-2],[-15,-10],[-14,-6],[-18,1],[-16,9],[-13,11],[-16,5],[-56,5],[-165,-3],[-35,2],[-53,-1],[-53,-3],[-57,7],[-114,-4],[-26,-8],[-22,-15],[-28,-3],[-52,6],[0,-4],[-4,-14],[-8,-12],[-11,-9],[-22,-5],[-24,1],[-25,4],[-15,-5],[-14,-13],[-11,-11],[-18,0],[-16,5],[-12,19],[-8,10],[-18,-3],[-14,0],[-158,-5],[-366,-15],[-401,-14],[-49,-4],[-39,-7],[-24,-6],[-41,-16],[-32,-21],[-58,-44],[-18,-11],[-14,-4],[-5,0],[-17,0],[-70,5],[-6,2],[-153,3],[-124,-4],[-151,-10],[-21,6],[-26,5],[-50,-6],[-185,-13],[-298,-19],[-189,-11],[-10,-5],[-34,0],[-45,-3],[-18,-2],[-9,-2],[-12,-10],[-7,-11],[-4,-16],[4,-40],[4,-20],[-8,-10],[-153,-215],[-39,-55],[-8,-13],[-12,-13],[-6,1],[-36,33],[-196,174],[-142,128],[-65,57],[-20,14],[-128,54],[-199,89],[-223,107],[-189,91],[-248,124],[-211,108],[-35,16],[-29,10],[-53,13],[-37,7],[-37,5],[-30,-2],[-32,-4],[-46,-16],[-44,-23],[-87,68],[-63,51],[-131,104],[-40,31],[-31,20],[-21,12],[-5,2],[-10,7],[-42,17],[-175,33],[-30,6],[-7,2],[-56,12],[-169,35],[-168,31],[-76,9],[-47,6],[0,-1],[-30,-1],[-21,48],[-52,84],[-50,43],[-73,61],[-9,8],[-43,27],[-37,23],[-139,86],[-137,85],[1,3],[-500,312],[-162,98],[-58,-3],[-4,0],[-286,152],[-14,4],[-11,-4],[-85,-183],[-24,-46],[-7,-4],[-3,12],[-6,4],[-16,6],[-11,6],[-2,7],[-6,57],[-12,-2],[-13,23],[32,73],[-2,13],[4,13],[-42,13],[-46,-110],[-149,86],[2,4],[95,229],[7,14],[8,17],[1,27],[-4,27],[-13,15],[-18,11],[-26,14],[-15,8],[-20,10],[-55,27],[-46,25],[-52,28],[-56,28],[-53,29],[-44,22],[-43,24],[-29,17],[-31,21],[-47,42],[-110,99],[-116,105],[-110,98],[-108,95],[-57,53],[-57,53],[-102,91],[8,12],[92,129],[43,60],[12,1],[12,18],[122,-78],[545,-346],[15,-10],[477,-310]],[[244246,389643],[357,-131],[365,-134],[81,-30],[95,-35],[83,-30],[1,5],[179,-64],[64,-22],[3,-5],[0,-33],[-4,-19],[-19,-44],[-16,-41],[0,-15],[3,-11],[11,-15],[8,18],[3,7],[10,24],[28,51],[35,43],[18,11],[0,0],[11,-4],[152,-49],[227,-76],[209,-68],[261,-89],[237,-72],[516,-163],[190,-55],[33,-7],[34,-2],[34,3],[43,9],[42,13],[50,19],[86,40],[115,58],[229,123],[75,39],[11,5],[4,2],[3,2],[8,5],[35,22],[5,2],[5,3],[7,5],[0,0],[7,3],[8,3],[8,2],[7,0],[4,-4],[2,-1],[6,-3],[3,-4],[10,-9],[52,-62],[52,-64],[58,-67],[62,-65],[57,-61],[44,-41],[42,-31],[41,-25],[65,-25],[71,-25],[68,-22],[47,-15],[42,-13],[41,-8],[26,-4],[56,-3],[9,0],[93,-7],[69,-4],[58,-2],[73,-1],[64,3],[148,-2],[150,7],[50,8],[52,10],[19,4],[74,5],[234,42],[66,16],[64,17],[65,19],[17,10],[18,15],[19,9],[33,2],[42,5],[50,16],[9,3],[87,20],[81,18],[68,12],[80,16],[57,12],[44,11],[8,6],[27,2],[69,0],[20,9],[61,24],[69,19],[66,10],[44,3],[85,5],[152,16],[41,5],[20,-175],[-1,0],[1,-1],[10,-91],[-1,-11],[-7,-3],[-6,3],[-3,7],[-6,72],[-165,-2],[-107,-7],[-75,-10],[-60,-9],[-54,-10],[-81,-23],[1,-48],[-1,-22],[-11,-9],[-17,-4],[-19,1],[-11,6],[-3,4],[-6,18],[-6,57],[-205,-34],[9,-102],[-3,-9],[-5,-1],[-5,1],[-6,8],[-2,10],[-8,97],[-15,1],[-19,5],[-38,13],[-36,9],[-32,4],[-31,0],[-21,-5],[-49,-17],[-101,-49],[-111,-51],[-52,-16],[-123,-19],[-66,-6],[-44,-6],[-37,-15],[-31,-18],[-12,-7],[-33,-25],[-33,-14],[1,-23],[0,-12],[-8,-5],[-14,-5],[-13,0],[-6,10],[-7,20],[-1,17],[-126,-27],[-1,-28],[-41,-7],[-7,12],[-10,3],[-131,10],[-99,12],[-82,3],[-75,5],[-113,17],[-77,18],[-81,21],[-46,10],[-26,1],[-42,-5],[-37,-6],[-31,-2],[-33,12],[-22,18],[-31,-21],[-5,-1],[-7,-7],[-4,-8],[-2,-25],[-6,-14],[-9,-10],[-17,-8],[-16,-2],[-8,0],[-66,2],[-67,7],[-38,4],[-14,11],[-22,4],[-38,2],[-56,0],[-11,2],[-287,29],[-175,20],[-46,1],[-220,12],[-274,11],[-44,1],[-9,-2],[-8,-11],[-6,-11],[-98,-1],[-24,1],[-33,4],[-13,2],[-13,7],[-17,13],[-46,34],[-13,8],[-15,2],[-36,2],[-30,0],[-19,18],[-36,40],[-29,18],[-27,14],[-34,9],[-18,6],[-34,8],[-47,11],[-44,23],[-25,21],[-49,40],[2,-17],[1,-20],[-2,-10],[-1,-5],[-6,-13],[-12,-11],[-15,-1],[-42,0],[-38,2],[-33,3],[-47,8],[-94,25],[-204,61],[-111,36],[-131,52],[-101,42],[-58,20],[-128,46],[-241,95],[-44,17],[-94,46],[-288,157],[-93,53],[-348,212],[-241,140],[-138,76],[-40,20],[-15,5],[-33,-3],[-12,15],[-5,27],[-297,144],[-28,13],[-92,43],[-99,42],[-109,58],[-97,55],[-107,62],[-118,72],[-103,66],[-115,76],[-42,29],[14,22],[14,8],[14,3],[18,0],[8,-5],[128,-71],[73,-40],[68,-38],[138,-77],[87,-47],[34,-20],[215,-118],[37,-19],[15,-8],[54,-30],[39,-21],[53,-27],[76,-34],[36,-16],[47,-20],[134,-50],[207,-76]],[[240732,392950],[49,-86],[16,12],[151,-268],[52,-94],[35,-61],[-9,-10],[1,0],[-1,-1],[16,-25],[134,-234],[331,-572],[81,-147],[9,-20],[0,-5],[-1,-2],[-5,0],[-9,2],[-52,56],[-69,76],[-16,-23],[-14,-20],[-60,71],[-76,92],[-100,124],[-120,157],[-58,77],[-46,65],[-103,150],[-5,8],[-130,211],[-139,234],[-126,218],[26,9],[98,35],[74,26],[61,-49],[5,-6]],[[238996,395707],[-49,-27],[-1,2],[0,0],[-20,-19],[-17,34],[-104,226],[-63,146],[-24,66],[-1,29],[-2,20],[-2,7],[-9,35],[-58,218],[-114,415],[-31,98],[-172,459],[-21,75],[-13,54],[-11,67],[-20,130],[-33,213],[-23,132],[-7,29],[178,26],[5,-4],[15,-6],[11,-16],[19,-59],[62,-205],[15,-51],[53,-179],[54,-176],[47,-161],[46,-160],[49,-168],[4,-17],[58,-237],[18,-89],[15,-84],[13,-70],[37,-197],[24,-128],[48,-291],[24,-137]],[[216779,284281],[0,-75],[-105,106],[-80,144],[-25,36],[-125,181],[-282,371],[5,26],[83,50],[68,52],[99,88],[89,106],[35,52],[9,142],[-6,107],[-16,66],[-34,79],[-80,191],[-142,338],[-22,72],[-31,247],[-32,117],[-105,288],[-36,96],[-6,16],[-141,243],[-25,146],[-13,32],[-36,50],[-25,96],[-31,47],[-62,62],[-106,77],[-147,119],[-87,77],[-65,74],[-73,102],[-29,59],[-24,71],[-12,101],[-5,65],[6,37],[75,264],[75,184],[10,36],[12,43],[12,24],[34,-55],[51,-90],[192,-386],[233,-471],[386,-894],[15,-42],[49,-131],[79,-258],[76,-275],[71,-307],[34,-150],[24,-112],[9,-70],[7,-67],[27,-88],[27,-163],[40,-255],[33,-297],[4,-68],[1,-23],[20,-149],[16,-218],[2,-336]],[[207835,302759],[25,-418],[34,-369],[64,-439],[58,-360],[51,-298],[36,-183],[56,-247],[71,-285],[34,-122],[57,-186],[108,-307],[41,-104],[97,-238],[37,-89],[68,-159],[75,-173],[61,-135],[148,-321],[120,-232],[66,-121],[57,-102],[131,-223],[68,-113],[99,-158],[69,-108],[26,-35],[26,-52],[118,-169],[76,-110],[53,-76],[112,-152],[49,-67],[-136,-117],[-134,-113],[-98,-86],[-6,-5],[-8,9],[-8,11],[-6,10],[-18,28],[-10,18],[-4,12],[-9,24],[-26,72],[-22,58],[-46,120],[-60,165],[-32,84],[-12,27],[-17,34],[-55,109],[-50,87],[-30,68],[-16,37],[-27,55],[-33,68],[-11,26],[-12,20],[-30,46],[-19,26],[-22,33],[-13,19],[-9,14],[-7,11],[-4,38],[-15,20],[-33,13],[-18,24],[-49,62],[-20,31],[-32,45],[-10,-9],[-39,56],[-28,40],[-58,38],[-79,66],[-40,34],[-9,9],[-67,61],[-123,111],[-34,22],[-68,42],[-103,62],[-239,145],[22,46],[66,138],[19,42],[20,56],[24,94],[7,43],[6,90],[-4,42],[-7,49],[-6,32],[-11,46],[-13,41],[-13,38],[-10,24],[-21,42],[-32,56],[-53,79],[-49,70],[-36,52],[-5,7],[-105,143],[-146,200],[-432,608],[-188,264],[-146,207],[-91,129],[-152,219],[-118,167],[-118,160],[-143,196],[-31,55],[-96,166],[-17,30],[-140,242],[-52,97],[-13,25],[-6,12],[-7,20],[-3,20],[0,3],[49,36],[53,29],[102,35],[135,31],[40,-1],[101,0],[51,-1],[563,1],[49,3],[185,30],[126,32],[45,27],[7,4],[36,26],[110,93],[58,60],[77,81],[30,45],[65,121],[75,170],[-1,-150],[0,-124],[7,-327]],[[220477,314505],[76,-17],[47,-9],[66,-37],[56,-48],[20,-40],[13,-88],[-3,-107],[6,-132],[7,-102],[23,-99],[-7,-31],[27,-72],[0,-33],[-7,-77],[2,-24],[-5,-38],[-1,-7],[-2,-83],[1,-89],[6,-100],[7,-80],[15,-62],[-4,-60],[-1,-20],[-6,-135],[6,-80],[3,-52],[3,-26],[1,-114],[15,-30],[17,-54],[32,-109],[5,-63],[11,-23],[5,-36],[2,-16],[10,-7],[12,-8],[64,-375],[-11,-14],[46,-272],[3,-31],[14,-23],[25,-19],[42,-31],[19,-34],[0,0],[13,-1],[19,-55],[-82,-46],[-19,5],[-21,2],[-10,5],[-15,14],[-21,22],[-31,37],[-17,21],[-12,-3],[-22,0],[-21,2],[-37,9],[-31,11],[-39,16],[-357,158],[-157,71],[-43,15],[-17,5],[-25,0],[-14,-4],[-15,-6],[-16,-11],[-256,-203],[-267,-216],[-37,-26],[-9,-4],[-6,0],[-5,4],[-49,47],[-26,26],[-49,42],[-35,23],[-138,87],[-212,132],[-343,218],[-308,191],[-282,177],[-176,112],[-23,11],[-27,9],[-24,5],[-29,4],[-221,7],[-214,6],[-609,19],[-26,0],[-16,-2],[-24,-6],[-31,-11],[-136,-60],[-352,-156],[-604,-265],[-91,-41],[-31,-15],[-20,-13],[-16,-15],[-77,-88],[-45,-55],[-18,-21],[-12,-17],[-10,-24],[-21,-62],[-109,-335],[-96,-299],[-7,-15],[-9,-11],[-11,-11],[-10,-4],[-9,0],[-140,31],[-35,7],[-21,0],[-12,-3],[-16,-6],[-28,-14],[-212,-112],[-47,-22],[-33,-25],[-15,-15],[-12,-17],[-16,-29],[-12,-27],[-82,-203],[-78,-187],[-20,5],[-1,1],[-114,112],[-274,270],[-134,129],[-34,33],[-78,77],[-40,42],[-20,20],[-1,1],[-36,-21],[-82,-45],[-21,-13],[-4,-2],[-5,-3],[-828,-461],[-1260,-706],[-195,-108],[-22,-12],[-30,-18],[-13,-10],[-3,-3],[-121,-90],[-124,-1],[-124,5],[-145,2],[-34,-6],[-15,-2],[-8,0],[0,9],[2,6],[5,9],[9,13],[44,57],[33,44],[111,135],[57,70],[112,132],[98,112],[91,107],[160,175],[115,122],[101,100],[155,145],[201,180],[204,175],[131,104],[138,105],[162,118],[84,59],[77,51],[52,35],[23,14],[14,5],[109,75],[129,84],[103,62],[235,135],[188,98],[100,52],[146,71],[123,58],[117,52],[126,54],[289,123],[167,69],[106,43],[97,40],[137,55],[1,0],[14,10],[85,34],[750,314],[411,170],[425,176],[56,23],[65,28],[0,0],[206,88],[5,0],[166,71],[278,114],[162,68],[179,73],[178,74],[274,114],[207,80],[124,45],[0,0],[36,17],[62,24],[98,26],[99,36],[44,17],[74,31],[59,26],[67,27],[108,36],[55,15],[50,20],[62,14],[57,7],[70,13],[48,13],[34,1],[87,21],[36,12],[41,3],[22,6],[46,-3],[54,3],[144,-3],[84,-6],[246,20],[2,-1],[0,0],[139,13],[81,2],[59,-4]],[[237764,318433],[462,-36],[258,25],[117,11],[226,32],[32,5],[38,-3],[-48,-18],[-131,-49],[-207,-82],[-253,-97],[-120,-46],[-245,-98],[-54,-21],[-376,-144],[-425,-165],[-415,-161],[-149,-58],[-251,-100],[-367,-141],[-228,-92],[-161,-69],[-31,-9],[-62,-4],[-122,3],[-220,3],[-577,9],[-209,1],[-95,1],[-149,0],[-260,20],[-41,-22],[-41,-36],[-127,-61],[-55,-25],[-40,-24],[-48,-42],[-71,-69],[-77,-67],[-36,-26],[-84,-73],[-222,-202],[-140,-129],[-58,-47],[-182,-169],[-45,-40],[-48,-41],[-11,-15],[-2,-10],[-5,-14],[-38,-38],[-129,-115],[-282,-254],[-77,-68],[-84,-77],[-127,-124],[-57,-55],[-61,-51],[-182,-118],[-262,-174],[-122,-79],[-419,-282],[-232,-153],[-180,-117],[-92,-59],[-82,-49],[-126,-73],[-39,-23],[-818,-462],[-325,-185],[-194,-110],[-52,-29],[-18,-7],[-15,-3],[-13,0],[-11,1],[-13,5],[-10,6],[-17,13],[-69,59],[-44,32],[-54,34],[-36,20],[-33,16],[-37,14],[-49,11],[-47,8],[-50,4],[-86,0],[-23,-2],[-28,-7],[-52,-15],[-259,-94],[-704,-256],[-224,-81],[-148,-55],[-231,-94],[-111,-45],[-126,-52],[-268,-114],[-304,-131],[-207,-88],[-293,-126],[-281,-119],[-70,-30],[-61,-33],[-60,-35],[-53,-33],[-62,-41],[-125,-86],[-48,-35],[-87,-63],[-28,-23],[-25,-22],[-26,-30],[-90,-120],[-25,-38],[-19,-33],[-19,-40],[-16,-40],[-20,-72],[-21,-89],[-16,-75],[-33,-198],[-9,-67],[-7,-79],[-8,-169],[-11,-198],[-1,-158],[0,0],[-21,-17],[-19,17],[-109,94],[-218,179],[-407,333],[-161,132],[-231,189],[-395,321],[-86,69],[-28,20],[-20,13],[-22,8],[-21,6],[-17,3],[-18,2],[-30,0],[-6,-1],[-20,-3],[-27,-7],[-47,-21],[-90,-42],[-50,184],[-58,101],[-68,33],[-56,28],[-209,152],[-52,105],[-52,144],[-53,116],[-45,170],[-21,393],[-1,52],[-1,77],[-4,180],[1,7],[-33,416],[-35,330],[-72,330],[3,61],[42,117],[123,125],[289,149],[319,189],[271,110],[587,238],[1049,357],[894,224],[2423,800],[26,-1],[23,18],[26,3],[55,18],[75,30],[786,259],[3171,1191],[606,228],[17,4],[14,5],[14,4],[13,4],[14,5],[14,4],[14,4],[14,5],[14,4],[14,5],[14,4],[14,5],[13,4],[14,5],[14,4],[14,4],[14,4],[14,4],[14,4],[14,4],[14,4],[14,4],[14,3],[14,3],[14,4],[14,3],[15,2],[14,3],[14,2],[14,3],[14,2],[15,3],[14,2],[14,2],[14,3],[15,2],[14,2],[14,2],[14,2],[15,2],[14,3],[14,2],[15,2],[14,2],[14,2],[15,2],[14,1],[14,2],[14,2],[15,2],[14,2],[14,2],[15,2],[14,1],[14,2],[15,2],[14,2],[14,2],[15,1],[14,2],[14,2],[15,2],[14,1],[15,2],[14,2],[14,2],[15,1],[14,2],[14,2],[15,1],[14,2],[14,2],[15,2],[14,2],[14,1],[15,2],[14,2],[14,2],[15,2],[14,2],[14,1],[15,2],[14,2],[14,2],[15,2],[14,2],[14,2],[15,2],[14,2],[14,2],[14,3],[15,2],[14,2],[14,2],[14,2],[15,3],[14,2],[15,3],[14,2],[14,3],[15,2],[14,3],[15,3],[14,3],[14,3],[15,3],[14,4],[14,3],[14,4],[14,4],[14,4],[13,4],[14,5],[13,4],[13,5],[13,9],[10,13],[8,15],[4,15],[2,15],[0,16],[-2,17],[-3,17],[-4,16],[-5,15],[-7,13],[-8,13],[-10,12],[-11,11],[-12,10],[-13,8],[-13,7],[-14,5],[-13,5],[-14,5],[-13,5],[-14,4],[-14,4],[-14,4],[-14,4],[-14,4],[-14,4],[-14,4],[-14,3],[-14,4],[-14,3],[-15,4],[-14,3],[-14,3],[-14,4],[-15,3],[-14,3],[-14,4],[-14,3],[-14,3],[-14,3],[-14,3],[-15,3],[-14,3],[-14,3],[-14,3],[-15,2],[-14,3],[-14,2],[-15,3],[-14,2],[-14,3],[-14,3],[-15,2],[-14,3],[-14,3],[-14,3],[-14,3],[-14,3],[-14,4],[-14,3],[-14,4],[-14,4],[-14,4],[-14,5],[-14,4],[-15,5],[-15,5],[-14,6],[-15,6],[-15,6],[-14,7],[-14,7],[-13,7],[-12,9],[-11,8],[-10,10],[-8,10],[-8,11],[-5,14],[-3,16],[-1,18],[0,19],[2,19],[4,18],[5,16],[6,14],[8,11],[9,8],[12,7],[12,6],[14,5],[15,3],[16,3],[16,2],[16,2],[16,0],[15,0],[15,-1],[14,-1],[14,-1],[15,-2],[14,-2],[14,-1],[14,-2],[14,-2],[15,-2],[14,-3],[14,-2],[14,-2],[15,-3],[14,-3],[14,-2],[14,-3],[15,-3],[14,-3],[14,-3],[14,-3],[15,-2],[14,-3],[14,-3],[14,-3],[15,-3],[14,-3],[14,-3],[14,-3],[15,-3],[14,-2],[14,-3],[14,-2],[15,-3],[14,-2],[14,-2],[15,-3],[14,-2],[14,-2],[14,-2],[15,-2],[14,-2],[14,-1],[15,-2],[14,-2],[14,-2],[15,-1],[14,-2],[14,-2],[15,-1],[14,-2],[14,-2],[15,-1],[14,-2],[15,-1],[14,-2],[14,-2],[15,-1],[14,-2],[14,-1],[15,-2],[14,-2],[14,-1],[15,-2],[14,-1],[14,-2],[15,-1],[14,-2],[14,-1],[15,-2],[14,-1],[14,-2],[15,-1],[14,-2],[15,-1],[14,-2],[14,-1],[15,-2],[14,-1],[14,-1],[15,-2],[14,-1],[14,-2],[15,-1],[228,-10],[379,-7],[304,-66],[507,-195],[99,-38],[587,-270],[647,-248],[146,-38],[513,-130],[686,-81]],[[207626,323818],[264,-418],[362,-569],[297,-470],[104,-329],[105,-214],[168,-337],[225,-338],[305,-400],[257,-409],[404,-499],[78,-96],[43,-49],[527,-582],[401,-347],[455,-304],[276,-185],[233,-142],[184,-187],[218,-248],[296,-338],[610,-605],[1148,-826],[972,-462],[303,-110],[436,-157],[425,-142],[58,-20],[57,-35],[71,-50],[41,-32],[63,-66],[33,-50],[34,-64],[34,-66],[-1,1],[1,-3],[6,-9],[7,-31],[-2,-29],[-9,-21],[-7,-7],[-91,25],[-29,7],[0,0],[-155,43],[-28,3],[-14,3],[-19,5],[-13,6],[-10,-1],[-19,-10],[-161,-103],[-18,-19],[-37,-48],[-13,-29],[-28,-96],[-35,-120],[-9,-24],[-9,-19],[-11,-19],[-13,-17],[-19,-18],[-23,-19],[-26,-19],[-69,-45],[-207,-130],[-207,-134],[-40,-25],[-39,-20],[-125,-54],[-413,-170],[-388,-163],[-38,-15],[-407,-173],[-228,-95],[-188,-81],[-426,-183],[-196,-88],[-56,-27],[-163,-80],[-111,-59],[-107,-58],[-249,-144],[-137,-82],[-34,-20],[-55,-35],[-98,-64],[-206,-148],[-256,-189],[-24,-19],[-115,-89],[-204,-164],[-105,-88],[-127,-112],[-158,-146],[-205,-192],[-88,-89],[-101,-109],[-192,-208],[-122,-135],[-76,-91],[-142,-177],[-138,-178],[-117,-162],[-139,-196],[-91,-137],[-9,-13],[-19,-31],[-61,0],[-299,-18],[-38,4],[-1053,1011],[38,107],[127,346],[169,498],[32,107],[28,105],[38,150],[31,132],[20,98],[36,196],[38,233],[32,229],[67,593],[95,951],[18,242],[3,137],[20,209],[29,235],[27,253],[18,227],[11,199],[-10,13],[-8,13],[11,207],[-2,10],[-8,82],[0,126],[-5,72],[-6,74],[-17,166],[-31,206],[-35,188],[-20,116],[-38,100],[-77,252],[-56,160],[-79,192],[-62,141],[-65,129],[-93,177],[-79,130],[-112,183],[-92,125],[-73,92],[-119,146],[-252,275],[-63,57],[-205,168],[-251,199],[-97,63],[-195,133],[-33,23],[-87,55],[-50,18],[-87,60],[-70,47],[-66,31],[-33,24],[-15,23],[-1,9],[-283,151],[-33,26],[-98,84],[-87,67],[-145,121],[-41,27],[-82,55],[-54,31],[-133,55],[-133,46],[-179,70],[-119,57],[-166,94],[-15,10],[-383,232],[-111,70],[-43,35],[-38,42],[-36,53],[-27,36],[-24,22],[-30,23],[-153,97],[-238,169],[-136,132],[-70,84],[-112,155],[-121,198],[-82,183],[-54,146],[-50,168],[-27,119],[-14,102],[-21,181],[-5,173],[-2,36],[-3,277],[12,1],[-2,77],[54,3],[53,1],[57,4],[59,2],[0,1],[1,-1],[45,4],[51,2],[69,5],[47,4],[1,36],[8,34],[18,26],[9,13],[19,9],[49,4],[356,25],[174,12],[109,8],[74,-8],[119,-17],[74,-12],[42,-7],[43,-7],[248,-43],[23,-1],[8,0],[92,-3],[90,-2],[58,-1],[21,-1],[201,-5],[6,0],[36,2],[142,8],[178,11],[106,5],[235,5],[120,9],[77,9],[30,3],[4,0],[39,4],[64,7],[61,33],[2,3],[6,2],[215,115],[159,51],[10,1],[137,17],[41,-1],[96,-4],[209,-98],[161,-169]],[[247144,324300],[-36,-100],[0,0],[-48,-131],[-154,7],[-18,-4],[-66,1],[-167,8],[-193,11],[-9,9],[-12,4],[-32,-2],[-2,0],[-7,0],[-38,-9],[-40,-21],[-27,-19],[-12,-10],[-26,-27],[-3,-8],[-13,-18],[-107,-143],[-96,-126],[-50,-69],[-24,-27],[-22,-26],[-34,-29],[-37,-23],[-78,-42],[-125,-70],[-116,-61],[-12,-2],[-10,13],[-31,44],[-24,34],[-28,31],[-21,16],[-19,14],[-7,5],[-25,8],[-26,2],[-43,-2],[-35,-8],[-50,-20],[-14,-9],[0,1],[465,480],[146,146],[470,533],[434,544],[130,166],[58,93],[284,624],[53,98],[62,77],[69,63],[115,85],[672,523],[-16,-41],[-163,-412],[-11,-26],[-68,-177],[-57,-148],[-2,-25],[-8,-33],[-82,-208],[-160,-409],[-161,-409],[-157,-407],[-115,-288],[-21,-51]],[[212646,329518],[28,-22],[14,5],[277,-138],[445,-210],[221,-106],[221,-105],[439,-211],[660,-315],[441,-209],[220,-105],[315,-148],[100,-51],[1,-1],[256,-133],[82,-50],[103,-75],[71,-54],[29,-25],[98,-96],[73,-84],[52,-65],[59,-81],[49,-78],[52,-90],[41,-83],[55,-126],[84,-190],[115,-256],[64,-147],[50,-105],[84,-181],[52,-93],[46,-76],[35,-50],[59,-82],[44,-54],[49,-55],[60,-63],[76,-74],[74,-65],[82,-66],[64,-54],[64,-43],[64,-39],[83,-42],[198,-94],[8,12],[74,-35],[214,-103],[426,-205],[213,-102],[214,-101],[422,-200],[212,-104],[327,-157],[97,-46],[212,-101],[93,-45],[50,-24],[204,-97],[610,-292],[85,-39],[128,-51],[423,-175],[633,-259],[421,-174],[209,-89],[209,-86],[209,-87],[315,-129],[142,-55],[34,-8],[80,-23],[62,-4],[375,-34],[144,-13],[68,-7],[135,-12],[75,-4],[69,4],[72,12],[73,19],[377,124],[754,244],[698,231],[0,0],[260,85],[136,45],[269,88],[213,66],[210,60],[211,50],[211,43],[209,26],[210,23],[130,15],[254,26],[40,3],[126,-1],[86,-5],[45,-7],[153,-25],[127,-29],[98,-22],[27,-4],[84,-14],[116,-10],[112,-6],[176,22],[147,16],[187,19],[413,39],[208,19],[110,14],[9,13],[28,25],[24,20],[174,204],[175,215],[37,-33],[72,-69],[69,-65],[55,-35],[84,-31],[67,-10],[57,3],[50,-85],[7,-12],[54,-94],[-160,-130],[-497,-145],[-760,-178],[-1125,-259],[-804,-162],[-804,-323],[-537,-269],[-148,-62],[-642,-342],[-851,-383],[-1606,-711],[-1261,-444],[-265,-93],[-128,-40],[-414,-156],[-421,-182],[-345,-187],[-464,-262],[-62,-35],[-125,-85],[-385,-258],[-345,-235],[-438,-396],[-277,-240],[-209,-106],[-168,-49],[-297,-71],[-426,-94],[-441,-80],[-274,-7],[-244,-6],[-277,53],[-346,94],[-457,137],[-249,49],[-438,45],[-345,18],[-490,80],[-341,93],[-221,67],[-120,115],[-100,133],[-189,614],[-141,493],[-265,760],[-240,577],[-110,226],[-308,632],[-401,747],[-131,209],[-105,169],[-69,110],[-518,516],[-81,89],[-582,755],[-4,80],[40,36],[57,22],[20,40],[-12,53],[-28,45],[-73,13],[-136,-52],[12,74],[-113,36],[-112,71],[-96,98],[-129,138],[-211,233],[-89,82],[-104,120],[-89,99],[-99,115],[-67,75],[-68,67],[-64,74],[-10,12],[-10,12],[-8,13],[-6,14],[-5,15],[-3,16],[3,17],[12,7],[15,3],[14,-1],[14,-3],[14,-4],[14,-4],[14,-5],[15,-4],[14,-3],[14,-2],[14,-1],[15,-1],[14,0],[15,1],[14,1],[14,2],[15,2],[14,2],[14,3],[14,2],[15,3],[14,2],[14,3],[14,3],[15,3],[14,3],[14,3],[14,3],[14,3],[14,3],[14,4],[15,3],[14,3],[14,4],[14,3],[14,4],[14,4],[14,4],[14,4],[14,4],[13,4],[14,5],[14,5],[14,5],[13,5],[14,5],[14,5],[13,6],[14,5],[13,5],[14,6],[14,5],[13,5],[14,6],[13,5],[14,6],[13,6],[13,7],[13,7],[13,7],[12,9],[12,9],[11,10],[12,9],[12,9],[13,8],[13,7],[13,7],[13,7],[13,6],[13,7],[13,7],[12,8],[13,8],[12,9],[13,8],[12,8],[12,9],[12,8],[12,9],[12,9],[12,9],[11,10],[12,10],[11,10],[10,11],[11,11],[10,11],[10,12],[10,12],[10,11],[9,12],[10,12],[9,12],[10,12],[9,12],[10,13],[9,12],[9,12],[9,13],[9,12],[9,13],[8,13],[9,13],[8,13],[7,13],[8,14],[7,14],[7,14],[7,14],[7,14],[7,14],[7,14],[7,13],[8,14],[9,13],[8,13],[8,13],[8,13],[8,14],[8,13],[6,14],[7,15],[6,14],[6,15],[6,15],[5,14],[6,15],[5,15],[4,15],[5,16],[3,15],[4,15],[3,16],[2,16],[2,15],[1,16],[1,16],[2,16],[1,16],[2,16],[2,16],[2,16],[3,16],[2,16],[3,15],[3,16],[3,16],[5,15],[5,15],[6,14],[7,13],[8,14],[8,13],[9,13],[8,13],[8,14],[7,14],[6,14],[6,14],[6,15],[6,15],[5,14],[6,15],[5,15],[6,15],[5,15],[6,14],[6,15],[5,15],[6,14],[6,15],[5,15],[6,14],[5,15],[6,15],[6,14],[7,15],[7,14],[7,13],[7,14],[7,14],[8,14],[7,14],[6,14],[6,15],[6,14],[6,15],[6,14],[5,15],[6,15],[6,15],[5,15],[5,14],[5,16],[5,15],[4,15],[4,15],[4,15],[3,16],[4,15],[3,16],[3,16],[3,16],[2,16],[3,15],[2,16],[2,16],[1,16],[1,16],[1,16],[0,16],[0,16],[0,15],[-2,16],[-2,16],[-3,16],[-3,15],[-3,16],[-4,16],[-5,15],[-4,15],[-5,16],[-4,15],[-6,14],[-7,14],[-8,14],[-8,13],[-7,14],[-6,15],[-4,15],[-4,15],[-3,16],[-4,16],[-2,15],[-3,16],[-2,16],[-2,16],[-1,16],[-1,16],[0,16],[0,16],[1,15],[1,16],[2,16],[2,16],[2,16],[3,16],[3,15],[3,16],[3,16],[2,16],[3,16],[3,16],[3,16],[4,15],[5,15],[7,14],[7,13],[9,12],[10,11],[11,11],[11,11],[11,10],[11,11],[11,11],[9,12],[9,13],[8,13],[8,13],[8,14],[7,13],[7,14],[8,14],[7,14],[7,14],[8,13],[8,14],[8,13],[8,14],[8,13],[8,13],[8,14],[8,13],[7,14],[7,14],[6,14],[5,15],[6,14],[4,15],[5,16],[4,15],[4,15],[4,16],[4,15],[3,16],[4,15],[4,15],[5,16],[4,15],[5,15],[5,15],[5,15],[6,15],[5,15],[5,15],[6,15],[5,15],[6,14],[5,15],[6,15],[6,15],[6,14],[6,15],[6,14],[6,14],[6,15],[2,3],[7,77],[2,14],[3,17],[2,15],[10,-5],[10,-4],[-2,-21],[2,-25],[6,-26],[10,-23],[16,-27],[18,-16]],[[243045,331150],[143,-6],[20,1],[11,-22],[14,-8],[3,-1],[48,-12],[23,-7],[37,-12],[128,-94],[21,-18],[35,-30],[41,-25],[52,-50],[27,-34],[5,-42],[3,-17],[73,-26],[27,68],[8,-1],[54,-12],[77,-16],[-13,-48],[-98,-505],[-110,-573],[-439,-1070],[-589,-912],[-589,-878],[-354,-574],[-487,-409],[-439,-208],[-727,-252],[-609,-151],[-401,-216],[-900,-420],[-727,-192],[-308,-13],[-128,27],[-28,2],[-606,19],[173,65],[297,115],[39,15],[136,53],[447,178],[124,47],[13,4],[195,57],[115,55],[5,2],[128,52],[39,17],[39,27],[107,81],[47,36],[316,245],[45,34],[99,52],[385,198],[456,236],[462,237],[884,459],[381,194],[47,30],[75,60],[47,47],[39,38],[228,218],[34,36],[34,35],[278,392],[104,136],[100,147],[33,59],[6,45],[21,37],[46,85],[86,171],[175,341],[30,67],[15,47],[22,74],[22,85],[6,27],[101,376],[81,314],[29,116],[22,48],[22,33],[26,22],[61,44],[70,49],[38,35],[32,46],[23,62],[28,98],[58,261],[22,109],[4,56],[-1,16],[-3,40],[-6,27],[-10,51],[-3,9],[-17,62],[-27,52],[-28,33],[-29,22],[-19,6],[-22,6],[-78,14],[-40,15],[-10,17],[-4,36],[2,26]],[[203309,332979],[7,-7],[12,2],[17,12],[38,37],[38,33],[45,20],[52,14],[53,0],[44,-18],[36,-21],[33,-37],[96,-129],[292,-394],[39,-37],[62,-65],[38,-46],[8,-20],[0,-23],[153,161],[47,-61],[50,-64],[30,-32],[16,-16],[2,-27],[1200,-89],[1040,-74],[1701,-59],[52,-5],[31,-12],[29,-16],[43,-39],[17,-17],[12,-15],[415,-664],[2,-5],[3,-4],[-50,-27],[-25,-11],[2,-4],[48,-53],[49,-53],[75,-124],[112,-188],[66,-107],[42,-65],[68,-19],[428,-107],[213,-52],[232,-54],[131,-30],[65,-13],[36,-9],[98,11],[25,-5],[252,-62],[100,-31],[93,-43],[432,-209],[21,-10],[536,-252],[43,-27],[10,-5],[89,-42],[5,-4],[0,0],[65,-10],[119,-9],[17,-2],[25,19],[15,14],[7,16],[1,2],[1,0],[16,-9],[7,-2],[-44,-109],[-6,-14],[-6,-15],[-7,-14],[-6,-14],[-6,-15],[-6,-14],[-6,-15],[-7,-14],[-6,-14],[-6,-15],[-6,-14],[-6,-15],[-6,-14],[-6,-15],[-6,-14],[-6,-15],[-6,-15],[-5,-14],[-5,-15],[-5,-15],[-5,-16],[-4,-15],[-4,-15],[-5,-16],[-4,-15],[-4,-15],[-5,-15],[-4,-16],[-5,-15],[-5,-15],[-6,-14],[-6,-15],[-6,-14],[-7,-14],[-7,-13],[-8,-13],[-9,-13],[-8,-13],[-9,-13],[-10,-12],[-9,-13],[-9,-12],[-8,-13],[-9,-13],[-8,-14],[-7,-13],[-8,-14],[-8,-13],[-7,-14],[-8,-13],[-7,-14],[-8,-13],[-7,-14],[-8,-14],[-7,-14],[-7,-13],[-8,-14],[-7,-14],[-7,-14],[-8,-14],[-7,-13],[-7,-14],[-8,-14],[-7,-14],[-8,-14],[-6,-14],[-6,-14],[-5,-15],[-4,-15],[-3,-16],[-2,-15],[-2,-16],[-2,-16],[-1,-16],[-1,-16],[0,-17],[-1,-15],[-1,-16],[-1,-17],[-1,-16],[0,-16],[0,-16],[1,-15],[2,-16],[3,-16],[3,-15],[3,-16],[3,-15],[4,-16],[4,-16],[4,-15],[4,-15],[4,-16],[4,-15],[4,-16],[4,-15],[4,-16],[4,-15],[3,-16],[3,-15],[2,-16],[2,-16],[2,-15],[1,-16],[1,-16],[0,-16],[0,-16],[0,-16],[0,-16],[-1,-16],[-1,-16],[-1,-16],[-1,-16],[-2,-16],[-2,-16],[-2,-16],[-2,-16],[-3,-16],[-3,-15],[-2,-16],[-3,-16],[-4,-15],[-4,-15],[-4,-15],[-5,-15],[-6,-15],[-6,-14],[-6,-15],[-7,-14],[-6,-15],[-7,-14],[-6,-15],[-6,-14],[-6,-15],[-6,-14],[-6,-15],[-6,-14],[-6,-15],[-6,-14],[-6,-15],[-6,-14],[-6,-15],[-6,-14],[-7,-15],[-6,-14],[-7,-14],[-6,-14],[-7,-14],[-7,-14],[-8,-14],[-7,-13],[-8,-14],[-8,-14],[-7,-13],[-8,-14],[-8,-13],[-8,-14],[-7,-13],[-8,-14],[-7,-14],[-7,-13],[-7,-14],[-7,-14],[-7,-14],[-5,-15],[-5,-15],[-4,-15],[-4,-16],[-3,-15],[-3,-16],[-3,-16],[-3,-15],[-3,-16],[-2,-16],[-2,-16],[-2,-16],[-1,-16],[-2,-16],[-2,-15],[-2,-16],[-3,-16],[-3,-15],[-3,-16],[-4,-15],[-4,-16],[-4,-15],[-4,-15],[-5,-15],[-5,-15],[-5,-15],[-5,-15],[-6,-15],[-6,-15],[-5,-14],[-6,-15],[-6,-14],[-6,-15],[-7,-15],[-6,-14],[-6,-15],[-7,-14],[-6,-14],[-7,-14],[-8,-14],[-7,-14],[-8,-13],[-7,-13],[-9,-13],[-9,-13],[-9,-12],[-10,-11],[-10,-11],[-10,-12],[-11,-10],[-11,-11],[-11,-11],[-10,-11],[-11,-11],[-10,-11],[-11,-11],[-9,-12],[-10,-12],[-9,-13],[-8,-13],[-9,-13],[-9,-13],[-9,-12],[-10,-12],[-10,-11],[-11,-10],[-11,-9],[-12,-9],[-12,-9],[-12,-8],[-13,-8],[-12,-8],[-13,-8],[-13,-8],[-12,-7],[-13,-8],[-13,-7],[-13,-8],[-13,-7],[-13,-8],[-12,-8],[-13,-8],[-12,-8],[-12,-9],[-13,-8],[-12,-9],[-12,-9],[-12,-8],[-13,-8],[-12,-8],[-13,-7],[-13,-6],[-13,-6],[-14,-5],[-14,-4],[-14,-4],[-14,-3],[-14,-4],[-14,-3],[-15,-3],[-14,-4],[-14,-4],[-14,-4],[-13,-5],[-14,-5],[-14,-6],[-13,-5],[-14,-6],[-13,-5],[-14,-5],[-14,-5],[-13,-5],[-14,-5],[-14,-5],[-14,-5],[-14,-4],[-14,-4],[-14,-3],[-14,-3],[-14,-2],[-14,-2],[-15,-2],[-14,-1],[-15,-1],[-14,-1],[-14,-2],[-15,-1],[-14,-1],[-15,-1],[-14,0],[-14,0],[-15,1],[-14,2],[-14,2],[-15,3],[-14,3],[-14,4],[-14,4],[-14,5],[-13,4],[-14,5],[-14,5],[-14,5],[-13,5],[-14,5],[-14,6],[-13,5],[-14,5],[-13,6],[-14,6],[-13,6],[-13,6],[-14,6],[-21,9],[-272,214],[-285,280],[-241,84],[-145,75],[-570,574],[-357,329],[-446,266],[-642,365],[-670,328],[-566,205],[-599,182],[-155,33],[-370,79],[-1031,185],[-864,19],[-1141,-63],[-39,783],[1,322],[3,641],[0,331],[8,184],[12,74],[8,55],[14,48],[14,36],[29,58],[20,36],[58,82],[206,278],[150,185],[126,165],[44,55],[165,215],[181,229],[154,187],[208,221],[187,183],[22,18],[25,6],[20,-4],[20,-15],[24,-66],[69,-191],[1,-29],[-11,-15],[-93,-64],[-21,-21],[-20,-35],[-23,-47],[-23,-34],[-45,-57],[-1,-12]],[[236486,338117],[148,-2],[165,0],[149,-1],[425,-15],[425,-20],[419,-15],[633,-21],[431,-16],[426,-15],[427,-15],[808,-27],[275,-9],[200,-7],[456,-15],[176,-6],[426,-20],[621,-34],[404,-21],[1085,-77],[626,-44],[196,-15],[238,-19],[218,-16],[239,-16],[203,-9],[26,-2],[12,-5],[155,-58],[58,-15],[91,-21],[159,-34],[64,-19],[129,-45],[122,-49],[93,-48],[88,-51],[95,-66],[79,-60],[12,-11],[115,-97],[156,-135],[96,-79],[15,-12],[58,-44],[45,-24],[97,-41],[86,-24],[72,-12],[71,-6],[61,3],[101,-6],[23,-2],[30,-3],[74,-15],[4,28],[9,-1],[64,-18],[8,33],[28,-10],[77,-29],[64,-33],[71,-39],[43,-28],[67,-53],[92,-85],[122,-119],[41,-48],[113,-107],[232,-225],[118,-115],[81,-106],[79,-81],[17,-100],[-17,-87],[-65,-91],[-3,-1],[-25,-17],[-423,-400],[-21,-21],[-32,-30],[1,50],[3,28],[1,10],[3,18],[1,4],[-5,15],[-4,15],[-4,15],[-5,16],[-4,15],[-4,15],[-3,16],[-3,15],[-2,17],[-1,16],[-1,16],[-3,15],[-6,14],[-8,13],[-11,13],[-11,10],[-13,8],[-13,5],[-14,3],[-14,0],[-15,0],[-15,1],[-14,2],[-15,2],[-14,2],[-15,3],[-14,3],[-13,4],[-14,5],[-13,7],[-13,9],[-10,11],[-9,12],[-7,14],[-5,15],[-6,15],[-6,15],[-6,14],[-7,15],[-6,14],[-6,14],[-6,15],[-6,14],[-6,15],[-6,14],[-6,15],[-6,15],[-5,14],[-6,15],[-6,14],[-7,15],[-7,14],[-6,14],[-7,14],[-7,14],[-7,14],[-8,14],[-7,13],[-9,13],[-9,13],[-9,12],[-10,11],[-10,12],[-10,11],[-11,11],[-10,11],[-10,12],[-10,11],[-10,12],[-10,11],[-11,12],[-10,10],[-11,11],[-11,10],[-12,10],[-11,10],[-13,9],[-12,8],[-13,6],[-14,4],[-14,2],[-15,1],[-14,0],[-15,-1],[-15,-2],[-14,-2],[-14,-4],[-14,-4],[-13,-4],[-14,-6],[-14,-6],[-13,-6],[-14,-6],[-13,-7],[-13,-6],[-13,-7],[-14,-6],[-13,-8],[-12,-8],[-12,-8],[-11,-10],[-10,-11],[-9,-13],[-8,-13],[-8,-14],[-10,-16],[-70,-44],[-92,-124],[-89,-212],[-53,-160],[-53,-132],[-17,-33],[-20,-20],[-37,-23],[-34,-13],[-109,0],[-11,1],[-148,73],[-96,37],[-59,-11],[-43,-58],[0,-84],[15,-90],[21,-48],[-2,-61],[-11,-36],[-42,-42],[-28,-15],[-9,-12],[-126,-69],[-201,-55],[-399,-164],[-297,-139],[-276,-139],[-582,-364],[-246,-244],[-537,-632],[-515,-874],[-283,-482],[-32,-38],[-67,-10],[-72,1],[-109,0],[-132,0],[-285,0],[-43,4],[-16,10],[-8,22],[-78,301],[-43,166],[-11,22],[-14,16],[-30,18],[-68,37],[-46,26],[-24,25],[-25,31],[-51,82],[-143,234],[-384,623],[-26,35],[-5,4],[-42,37],[-133,113],[-199,181],[-241,211],[-215,193],[-237,207],[-240,197],[-248,199],[-245,200],[-237,193],[-196,161],[-38,36],[-14,21],[-18,34],[-11,8],[-9,0],[-7,-7],[-3,-10],[-4,-31],[-2,-14],[-5,-10],[-7,11],[-18,10],[-19,7],[-26,22],[-73,81],[-180,191],[-405,442],[-211,223],[-205,197],[-94,91],[-243,230],[-353,337],[-176,167],[-51,44],[-56,40],[-362,264],[-246,178],[-119,87],[-36,22],[-24,11],[-86,18],[-181,43],[-81,16],[-37,9],[-35,20],[-32,25],[-41,38],[-46,59],[-36,53],[-12,10],[-5,0],[-8,-6],[-11,42],[-3,42],[5,37],[17,24],[13,10],[22,7],[31,9],[106,2]],[[718153,413364],[211,-336],[38,48],[-9,-23],[-14,-31],[-62,-88],[-91,-163],[-130,-59],[-47,-212],[-76,-104],[-33,-167],[-333,-143],[-386,-177],[-35,-71],[-183,-75],[-174,-85],[-206,-46],[-148,-26],[-109,-23],[-171,-36],[-197,-9],[-124,-30],[-107,-16],[-1,5],[-72,-23],[-96,-44],[-139,-76],[-78,-32],[-53,-19],[-75,-14],[-88,-5],[-4,0],[2,-5],[-128,-311],[-8,-18],[-72,-169],[-65,-151],[-79,-191],[-2,0],[0,9],[-12,126],[-32,253],[-14,99],[-20,150],[102,19],[-19,92],[26,2],[-1,95],[-136,-7],[-46,354],[-17,144],[-3,23],[-7,57],[-36,283],[-4,27],[-3,20],[9,-2],[137,105],[174,137],[2,1],[14,12],[19,14],[358,281],[16,12],[79,62],[577,454],[1,1],[0,0],[16,13],[211,165],[164,129],[199,157],[18,15],[57,44],[17,14],[153,120],[211,165],[137,112],[134,-149],[32,-38],[51,-34],[140,-93],[254,-201],[51,-38],[299,-229],[8,-9],[4,-4],[24,-37]],[[335756,614197],[216,-67],[94,-29],[22,-7],[86,-25],[47,-13],[255,-72],[23,-6],[19,-6],[151,-42],[93,-26],[111,-32],[43,-13],[18,-14],[16,-7],[23,-1],[16,-1],[61,-20],[91,-29],[69,-22],[228,-68],[52,-15],[12,-1],[29,-7],[36,-8],[326,-70],[145,-31],[22,-5],[16,-3],[18,-4],[167,-36],[144,-30],[206,-43],[56,-11],[574,-120],[73,-172],[13,-42],[-12,-17],[-6,-15],[8,-36],[27,-103],[18,-71],[6,-33],[-18,-14],[-22,-21],[-4,-3],[-13,-14],[-14,-11],[-19,-13],[-23,-7],[-33,-5],[-15,-1],[6,-17],[38,-95],[21,-54],[108,39],[19,6],[40,12],[16,-65],[52,-190],[35,-120],[62,-166],[46,-114],[10,-39],[22,16],[30,-43],[67,-84],[161,-224],[19,-35],[30,-51],[48,-97],[19,-30],[25,-42],[16,-35],[35,-83],[75,-174],[43,-79],[21,-74],[4,-23],[-21,-11],[-106,-54],[-50,-22],[-47,-11],[-46,-4],[-12,0],[-57,0],[-49,4],[-61,11],[-154,42],[-235,67],[-37,9],[-34,9],[-27,8],[-11,19],[-8,9],[-6,3],[-5,1],[-47,13],[-236,67],[-43,12],[-29,8],[-50,14],[-30,8],[-55,15],[-33,9],[-158,49],[-39,5],[-12,6],[-15,11],[-11,3],[-24,1],[-15,2],[-12,4],[-12,11],[-140,30],[-90,19],[-97,12],[-106,8],[-42,0],[-104,-7],[-87,-8],[-111,-16],[-38,-10],[-106,-33],[-15,-8],[-6,-9],[-5,-11],[0,-9],[0,-4],[-13,-5],[-15,-5],[-7,9],[-10,11],[-4,3],[-11,4],[-11,8],[-68,169],[-22,89],[-13,35],[-12,17],[-17,9],[-12,2],[-23,-4],[-19,1],[-28,7],[-25,12],[-14,11],[-6,13],[-3,20],[-4,15],[-6,8],[-9,8],[-4,1],[-8,1],[-24,-7],[-23,-5],[-16,-5],[-45,-24],[-29,-14],[-37,-17],[-8,-5],[3,-15],[8,-23],[3,-17],[-5,-9],[-11,-5],[-17,-3],[-9,17],[-8,2],[-17,-7],[-28,-17],[-7,-7],[-1,-11],[-10,-3],[-8,2],[-16,8],[-7,0],[-24,-10],[-59,-26],[-5,-10],[1,-8],[0,-7],[-6,-7],[-7,-1],[-6,4],[-6,8],[-5,5],[-12,1],[-110,-54],[-6,-10],[30,-63],[14,-34],[-85,-32],[-11,33],[0,11],[-2,18],[-5,20],[-9,35],[-21,85],[-20,59],[-16,40],[-7,15],[-7,5],[-21,66],[0,12],[-23,59],[-13,28],[-12,25],[-5,17],[-5,13],[-6,9],[-7,4],[0,17],[-94,222],[-7,4],[0,7],[11,5],[9,8],[0,9],[-2,15],[-15,40],[-6,6],[-8,1],[9,10],[0,6],[-5,16],[-24,61],[-20,20],[-11,5],[-32,62],[-3,14],[-40,97],[-54,143],[-22,59],[-22,19],[-30,84],[-10,19],[-17,52],[-26,73],[-14,32],[-8,23],[-6,9],[-17,44],[-2,11],[-42,107],[-15,38],[-54,134],[-6,24],[-15,52],[-17,31],[-17,16],[-24,41],[4,11],[1,1],[1,15],[-12,36],[31,31],[6,-8],[1,0],[0,0],[6,-1],[12,11],[7,6],[1,14],[-3,13],[-11,27],[-2,6],[-33,89],[-22,63],[-27,73],[-6,17],[-30,84],[-25,26],[-9,10],[3,5],[11,21],[1,39],[0,12],[-14,15],[0,0],[0,16],[0,4],[-1,4],[-19,58],[-17,36],[-3,7],[-14,18],[-21,7],[-49,2],[-29,2],[-55,0],[-6,2],[-3,2],[-6,5],[-5,4],[-13,28],[1,21],[1,42],[0,24],[9,61],[10,1],[36,-21],[48,-23],[125,-40],[143,-45]],[[331635,625808],[-29,5],[-36,-5]],[[331354,625813],[2,33],[8,15]],[[331578,626671],[6,29],[10,25]],[[331691,627036],[-12,7],[-4,9]],[[331709,627313],[64,33],[27,30]],[[331975,627727],[0,0],[5,-2],[9,13],[13,19],[12,13]],[[332014,627770],[31,27],[17,9]],[[332087,627809],[28,1],[28,-6],[19,-11],[23,-23],[70,-74],[15,16],[40,36],[53,53]],[[332363,627801],[4,9],[40,18],[11,-13]],[[332491,627748],[1,-3],[213,-239]],[[332733,627550],[20,25],[17,16]],[[332770,627591],[28,16],[49,31]],[[332849,627646],[34,9],[3,-4],[9,-4]],[[332895,627647],[7,-2],[12,-1]],[[332914,627644],[24,3],[19,5],[17,9],[12,8]],[[332993,627676],[4,8],[0,8],[-2,7],[-3,8],[-8,7],[-5,2],[-8,-4],[-26,20]],[[332945,627732],[-11,11],[-8,12]],[[332922,627809],[12,20],[29,41],[8,6]],[[332971,627876],[8,2],[28,29]],[[333007,627907],[-19,20],[-23,26],[68,77]],[[333034,628039],[26,36],[5,10]],[[333065,628085],[-4,11],[-3,4]],[[333058,628100],[21,27],[1,6],[9,15]],[[333089,628148],[8,12],[35,33]],[[333133,628192],[54,-51],[42,-46]],[[333259,628062],[46,-45],[68,-63],[43,-42]],[[333473,627855],[2,0],[5,0],[17,19],[2,0],[10,27],[-4,17],[-1,2],[-7,13],[-58,50],[-93,96]],[[333346,628079],[-61,72],[-76,84],[-4,17],[7,16],[14,17]],[[333226,628285],[6,1],[26,18]],[[333258,628305],[20,23],[12,4],[37,26],[2,7]],[[333329,628365],[7,14],[3,12],[-1,0]],[[333338,628391],[29,28],[66,-85],[177,-199]],[[333621,628146],[17,22],[10,15]],[[333648,628183],[4,24],[14,8],[33,30]],[[333717,628268],[16,32],[2,15]],[[333734,628326],[-9,16],[-19,22]],[[333706,628364],[-40,39],[-46,53],[-91,96],[-35,39],[-13,19]],[[333457,628647],[-22,33],[-93,101]],[[333342,628781],[-156,177],[-44,76]],[[333119,629059],[-39,39],[-69,77],[-15,12]],[[332996,629187],[-3,9],[3,11]],[[332999,629211],[4,4],[33,10],[94,-3],[22,2],[8,2],[17,6],[24,14],[22,16],[27,24],[22,17],[41,26],[27,2]],[[333340,629331],[1,0],[2,-2]],[[333867,628781],[91,-90],[12,-15]],[[333978,628639],[6,7],[7,4],[11,9]],[[334002,628659],[11,7],[15,6]],[[334028,628672],[13,3],[11,0]],[[334080,628648],[33,-35],[29,-26],[12,-3],[8,-6],[7,-13]],[[334225,628501],[13,-7],[13,-3],[12,-1],[11,5],[8,11]],[[334285,628530],[15,24],[35,64],[12,23]],[[334368,628698],[29,58],[17,30],[16,29]],[[334430,628815],[7,18],[1,4]],[[334444,628847],[13,13],[13,10]],[[334470,628870],[13,2],[8,0]],[[334553,628838],[72,-40],[14,-13]],[[334660,628770],[67,72],[9,12]],[[334736,628854],[5,18],[23,24]],[[334764,628896],[4,16],[2,13],[21,41],[10,-1]],[[334827,628993],[12,17],[23,19]],[[334862,629029],[5,-1],[12,16]],[[334914,629082],[15,11],[12,4]],[[334941,629097],[18,2],[18,-3]],[[335099,629066],[81,-29],[63,-24],[8,-9]],[[335355,628965],[37,-22],[40,-17],[73,-21],[18,-11],[14,-11],[15,-6],[18,2]],[[335570,628879],[17,4],[15,0]],[[335624,628878],[5,-1],[58,-27]],[[335687,628850],[25,-14],[15,-2]],[[335727,628834],[18,1],[25,6],[4,5],[0,38],[7,44]],[[335795,628990],[5,13],[14,39]],[[335830,629067],[4,10],[0,8]],[[335834,629085],[6,6],[16,7],[11,-6]],[[335867,629092],[9,6],[9,15],[14,38],[2,15]],[[335898,629182],[-2,3],[21,51]],[[335920,629234],[10,18],[42,63],[21,20],[25,3]],[[336018,629338],[39,42],[14,13],[24,37]],[[336101,629442],[-4,14],[16,43],[56,-24]],[[336169,629475],[3,-2],[1,-5],[17,-1],[12,-2],[19,-7]],[[336246,629443],[17,1],[22,18]],[[336285,629462],[22,26],[0,7]],[[336307,629495],[63,4],[9,-8]],[[336379,629491],[70,-45],[21,-9],[16,-2]],[[336486,629435],[11,4],[19,15],[192,233]],[[336708,629687],[14,24],[3,13]],[[336725,629724],[53,7],[4,-6],[11,-18]],[[336793,629707],[16,-21],[26,-26]],[[336852,629642],[2,3],[84,-81]],[[336938,629564],[54,-46],[46,-38]],[[337100,629440],[20,-4],[24,0]],[[337144,629436],[90,-20],[-3,22],[4,36]],[[337235,629474],[2,18],[28,76],[67,166],[20,59]],[[337336,629834],[-17,11],[-17,14],[-15,9]],[[337287,629868],[-11,9],[-2,17],[2,19]],[[337276,629913],[9,30],[10,21],[17,27],[12,13],[10,8],[17,-5]],[[337351,630007],[22,51],[16,41],[12,46],[12,52]],[[337413,630197],[45,155],[16,39],[14,44],[65,159],[14,30],[13,23],[23,28],[14,36]],[[337617,630711],[10,11],[15,-1]],[[337654,630716],[35,-28],[71,-45]],[[337760,630643],[47,-25],[17,-20]],[[337835,630604],[12,0],[13,-1],[9,-10],[2,-14],[0,-5],[57,-28]],[[337957,630554],[27,-9],[35,-32]],[[338019,630513],[30,-25],[107,-67]],[[338184,630422],[24,-13],[0,-4]],[[338262,630396],[36,-7],[34,-3]],[[338376,630378],[12,-5],[55,-37]],[[338443,630336],[42,-16],[55,-35]],[[338540,630285],[21,-20],[10,-22],[0,-1],[27,-17],[5,6]],[[338639,630232],[182,-80],[37,-22]],[[338875,630115],[25,-7],[25,-17],[69,-27]],[[339001,630052],[6,0],[13,0]],[[339020,630052],[86,-8],[43,4]],[[339149,630048],[46,6],[20,-10],[54,-32],[18,-8]],[[339461,629961],[41,-4],[44,-27],[12,-20],[2,-23],[-11,-37],[-76,-310]],[[339462,629475],[-5,-30],[-31,-100],[-16,-60]],[[339410,629285],[68,-47],[1,1]],[[339479,629239],[24,4],[24,0],[14,-19]],[[339541,629224],[15,-11],[34,-17]],[[339663,629177],[112,-38],[65,-23],[42,-11],[72,-12],[26,-5]],[[340087,629048],[-11,-30],[21,-4],[3,17],[6,4]],[[340154,629025],[17,0],[17,7],[6,-1],[0,1],[18,-3],[0,-1],[9,-2]],[[340221,629026],[36,-13],[64,-9],[37,-8]],[[340358,628996],[29,-10],[68,-15]],[[340536,628950],[62,-7],[11,4]],[[340609,628947],[19,1],[48,-9]],[[340722,628921],[55,-19],[52,-17]],[[340829,628885],[89,-23],[105,-22],[44,-2],[50,-10]],[[341117,628828],[30,-12],[50,-22]],[[341197,628794],[28,-6],[30,-3]],[[341255,628785],[32,-5],[25,-7],[77,-14]],[[341487,628771],[22,-3],[17,-6],[6,-6],[0,-9],[9,-8],[7,-4],[4,8],[7,3]],[[341559,628746],[13,2],[9,-2],[23,-10]],[[341659,628706],[8,-11],[5,-12],[1,-15]],[[341673,628668],[-4,-19],[37,-10],[1,6],[9,8],[13,9]],[[341729,628662],[16,5],[49,8],[20,-2],[24,-4]],[[341985,628624],[53,-14],[77,-18],[138,-30]],[[342451,628507],[25,0],[23,1]],[[342499,628508],[22,11],[130,92]],[[342651,628611],[16,4],[13,1],[32,1]],[[342712,628617],[19,-5],[15,-11]],[[342756,628590],[3,-14],[10,-5],[12,6],[10,4],[18,-1]],[[342809,628580],[67,-27],[49,-22]],[[343058,628471],[28,-5],[6,-1]],[[343092,628465],[12,-6],[16,-8]],[[343147,628431],[-28,-37],[27,-21]],[[343168,628400],[13,14],[17,6]],[[343198,628420],[15,0],[10,-4],[6,-7]],[[343229,628409],[3,-10],[-13,-23]],[[343230,628378],[21,19],[9,5],[11,2],[17,-4]],[[343288,628400],[83,-40],[27,-12]],[[343398,628348],[30,-11],[53,-13]],[[343521,628309],[99,-42],[161,-68],[16,-7]],[[343802,628183],[4,-15],[12,5],[15,2]],[[343833,628175],[22,-5],[169,-63],[231,-98]],[[344255,628009],[17,-9],[9,-15]],[[344279,627980],[-8,-19],[-17,-4],[-10,-6],[-12,-19],[-14,-19]],[[344218,627913],[-13,-10],[-1,-52]],[[344204,627851],[14,-7],[21,-15],[16,-19]],[[344255,627810],[9,-16],[8,-30],[0,-13]],[[344241,627714],[48,-46],[7,11],[7,8]],[[344303,627687],[15,8],[18,1]],[[344357,627686],[125,-103],[19,-17],[5,-22],[27,-22],[2,-1],[11,-3],[21,-4]],[[344567,627514],[45,-20],[29,-17]],[[344664,627457],[25,-25],[0,-11],[-11,-19],[7,-6],[13,-10],[13,20]],[[344711,627406],[81,-61],[141,-114],[10,-14],[2,-12]],[[344945,627205],[0,-4],[13,-14],[20,1],[53,-40]],[[345031,627148],[13,-8],[58,-35]],[[345148,627065],[35,-47],[32,-29],[47,-36],[100,-60]],[[345362,626893],[36,-27],[-3,-7]],[[345395,626859],[48,-51],[10,-2],[68,-56]],[[345521,626750],[50,-32],[105,-57],[0,1]],[[345676,626662],[16,-9],[-1,-1]],[[345712,626640],[62,-33],[18,-12]],[[345837,626557],[34,-28],[22,-23],[20,-17],[19,-27]],[[345941,626446],[12,-19],[36,-40],[10,-15],[4,-17],[14,-9],[16,-12]],[[346045,626339],[16,-1],[44,-7]],[[346132,626323],[65,-25],[17,-8],[12,-11]],[[346267,626247],[32,-29],[41,-30],[163,-121]],[[346738,625913],[16,-11],[125,-76],[58,-32],[29,-11],[31,7]],[[346997,625790],[25,1],[48,-13],[39,-5]],[[347169,625768],[3,0],[11,11],[21,-4],[122,-14]],[[347393,625752],[28,-12],[32,-15],[12,-11],[0,-3],[24,-4],[1,2],[22,-3],[37,-7],[26,-1]],[[347575,625698],[24,8],[35,18]],[[347634,625724],[39,23],[23,8],[25,1]],[[347721,625756],[39,-4],[0,1],[20,-7],[-2,-20]],[[347783,625719],[14,17],[12,5],[59,-2],[102,-4]],[[347970,625735],[42,-6],[18,-12],[-2,-304],[-13,-277]],[[348015,625136],[-1,-2],[-8,-72]],[[348000,624761],[-5,-160],[-4,-33]],[[347991,624568],[-15,-37],[1,0],[3,-20],[-22,-185],[-8,-86]],[[347950,624240],[0,-76],[7,-22]],[[347972,623747],[-5,-445],[-11,-619],[0,-16],[-7,-8],[-18,-5],[-45,-1],[-49,2],[-61,4],[-65,3],[-37,-1],[-7,0],[-75,-1],[-22,13],[-73,49],[-39,29],[-36,14],[-33,7],[-10,2],[-111,-3],[-58,-1],[-3,-44],[-10,-26],[-1,-138],[-2,-48],[-31,-140],[-36,-129],[-94,-570],[-2,-40],[-96,-51],[-64,-36],[-103,-77],[-44,-39],[-58,-55],[-82,-95],[-119,-137],[-92,-115],[-33,-39],[-28,-39],[-155,-129],[-40,-30],[-26,-14],[-364,-64],[-167,-55],[-66,-24],[-21,-13],[-98,-83],[-91,-89],[-29,-31],[-213,-216],[-167,-162],[-107,-88],[-37,-24],[-35,-27],[-5,3],[0,9],[-101,-94],[-27,-27],[-27,-27],[-195,-169],[-16,-13],[-19,-9],[-73,-1],[-36,-10],[-23,-11],[-19,-13],[-12,-33],[-80,-459],[-11,-25],[-31,-47],[-4,-16],[-10,-25],[-17,-27],[-48,-45],[-183,-152],[-13,-15],[-65,-64],[-76,-69],[-85,-74],[-88,-72],[-135,-133],[-15,-18],[-87,-98],[-79,-85],[-77,-66],[-46,-56],[-88,-64],[-92,-77],[-33,-10],[-43,-22],[-93,-57],[-33,-13],[-3,2],[-44,-25],[-5,27],[-5,5],[-12,-1],[-9,4],[-4,25],[-1,33],[1,27],[-23,-2],[-8,-55],[0,-64],[-11,-127],[-4,-20],[-21,-28],[-181,-210],[-32,-42],[-40,-61],[-19,-20],[-42,-37],[-19,-24],[-104,-196],[-143,-268],[-51,-83],[-55,-67],[-46,34],[-5,137],[0,30],[2,115],[-180,5],[10,179],[-3,-3],[-5,-1],[-3,-3],[-2,-32],[-12,-110],[0,-30],[-20,1],[-2,-15],[21,0],[-2,-65],[1,-61],[-2,-20],[-2,-106],[13,0],[-4,-111],[49,-1],[-1,-69],[67,-1],[1,40],[54,-3],[-35,-43],[-16,-15],[-21,-17],[-15,-17],[-21,-25],[-50,-71],[-30,-38],[-39,-36],[-85,-88],[-3,2],[-29,-41],[-1,-3],[-9,-17],[-30,-34],[-30,-32],[-39,-53],[-20,-24],[-14,-21],[-76,-136],[-39,-64],[-31,-44],[-45,-48],[-2,-14],[1,-30],[-8,-9],[-47,-46],[-46,-38],[-41,-36],[-25,-12],[-48,-8],[-19,-8],[-18,-20],[-12,-6],[-113,-24],[-100,-24],[-52,-14],[-49,-13],[-69,-14],[-280,-59],[-16,-5],[-19,-18],[-7,20],[-5,5],[-20,35],[-27,58],[-14,28],[-21,35],[-34,53],[-30,51],[-40,73],[-4,34],[-5,24],[6,30],[-1,27],[-3,4],[-12,17],[-4,6],[-6,4],[-11,2],[-12,-1],[-9,-6],[-1,-6]],[[339797,615733],[-27,-79],[-20,-49]],[[339750,615605],[-8,-21],[-13,-14],[-23,-12],[-43,-15]],[[339663,615543],[-17,-3],[-27,-14]],[[339619,615526],[-30,-10],[-23,-1],[-18,2],[-9,7]],[[339539,615524],[0,-14],[-14,-15],[-10,-4],[-14,-10]],[[339463,615448],[-17,-16],[-32,-13],[-32,-9]],[[339366,615408],[-21,-20],[0,-2],[-26,-14]],[[339319,615372],[-21,-12],[-33,-6]],[[338974,615406],[-46,17],[-9,15],[-41,10]],[[338847,615449],[-113,39],[-53,15]],[[338681,615503],[-23,21],[-8,21],[3,60],[-2,426],[3,133],[7,66],[8,39],[3,2]],[[338661,616323],[-6,8],[-3,10],[1,54],[-1,127]],[[338652,616522],[3,353],[77,0],[155,-22],[5,170],[-31,-1],[-75,4],[-18,1],[-31,2],[-80,4],[0,29],[-1,19],[-11,23],[-42,57],[-26,43],[-41,66],[-68,101],[-11,16],[-113,174],[-149,200],[-24,32],[-174,216],[-3,6],[-3,10],[-16,20],[-35,37],[-50,51],[-4,9],[-18,342],[10,8],[-3,252],[13,42],[-8,227],[9,42],[-5,44],[-2,40],[0,56],[11,38],[2,24],[-1,72],[3,34],[24,15],[85,10],[32,4],[97,1],[13,7],[9,10],[53,3],[27,1],[6,2],[18,12],[37,3],[18,-2],[106,13],[152,14],[40,7],[0,1],[22,10],[38,8],[24,2],[15,8],[25,0],[15,-5],[1,-1],[46,-9],[1,0],[1,1],[28,2],[49,-2],[22,-4],[11,-10],[2,-3],[16,1],[31,-7],[44,0],[18,-10],[11,10],[33,1],[31,-3],[15,-4],[22,0],[2,-1],[52,11],[-1,0],[49,-4],[15,0],[8,-3],[52,-3],[3,1],[120,-4],[16,-1],[5,0],[35,-7],[18,-6],[5,-4],[139,2],[8,4],[26,6],[37,2],[106,19],[109,8],[24,-3],[19,-9],[21,-16],[9,-12],[3,-6],[47,-4],[58,15],[1,7],[5,9],[37,4],[49,20],[45,19],[41,15],[43,8],[-2,-29],[27,1],[3,32],[17,8],[68,14],[8,0],[3,-6],[-1,-19],[1,-11],[3,-10],[5,-6],[19,-3],[13,11],[11,19],[9,8],[25,-4],[10,-2],[9,-5],[17,-11],[14,-12],[27,-3],[61,-1],[13,8],[8,7],[6,14],[8,9],[10,3],[10,-1],[10,-6],[12,-3],[10,1],[12,-1],[24,-22],[13,-7],[26,-8],[33,-7],[14,-6],[8,-10],[0,-9],[39,-1],[1,26],[5,8],[10,10],[20,3],[16,-2],[10,-6],[1,-3],[58,4],[1,1],[8,9],[15,1],[14,-4],[9,-8],[1,-3],[58,-22],[1,1],[8,0],[12,-16],[2,-17],[5,4],[9,19],[10,5],[18,-1],[14,-7],[32,4],[9,5],[41,65],[11,1],[1,72],[4,5],[9,59],[16,54],[33,2],[1,9],[4,226],[19,426],[3,13],[10,9],[33,14],[12,9],[11,15],[0,40],[-4,41],[2,39],[21,317],[6,42],[-1,13],[0,7],[-10,15],[1,7],[0,5],[0,3],[-1,6],[12,1],[10,1],[8,8],[6,8],[3,12],[14,67],[1,35],[-4,61],[0,4],[12,3],[5,17],[4,33],[8,20],[9,11],[15,10],[19,4],[27,0],[14,-4],[20,-1],[15,4],[23,14],[5,5],[11,3],[18,4],[25,1],[23,-7],[19,-7],[15,0],[20,4],[69,28],[11,6],[27,7],[25,0],[16,-4],[15,-11],[6,-4],[11,-1],[6,5],[8,10],[16,14],[19,9],[15,4],[12,-1],[30,19],[16,5],[14,-1],[26,-14],[8,3],[5,11],[2,12],[10,10],[8,4],[9,2],[20,1],[22,-2],[11,-5],[12,5],[9,8],[12,3],[15,-4],[21,-11],[25,-8],[73,-5],[24,6],[26,17],[21,10],[16,3],[13,5],[3,9],[1,33],[11,-9],[15,0],[21,7],[60,41],[11,2],[20,9],[29,0],[23,-6],[15,-18],[5,-9],[10,-7],[17,0],[21,16],[21,25],[10,7],[19,2],[12,-3],[11,-12],[17,-8],[14,2],[13,11],[18,27],[6,13],[30,15],[15,5],[28,2],[33,0],[24,-2],[11,-4],[17,3],[33,17],[5,5],[16,6],[20,3],[32,0],[29,-3],[15,-8],[20,-3],[17,5],[15,2],[34,0],[45,-2],[38,-4],[25,-10],[13,-3],[10,3],[10,10],[7,-2],[15,-7],[24,3],[18,8],[9,4],[19,3],[28,0],[19,-2],[27,-12],[28,2],[26,8],[12,14],[10,14],[10,7],[15,-2],[24,-23],[18,0],[21,5],[24,21],[11,14],[20,6],[47,-1],[44,4],[15,6],[3,5],[22,17],[24,16],[28,9],[26,0],[2,-2],[58,-34],[11,-2],[8,6],[56,33],[13,12],[10,4],[8,-5],[9,-14],[18,-2],[20,18],[14,9],[15,3],[17,-5],[10,-7],[2,-10],[5,-9],[13,-7],[34,0],[37,5],[32,15],[23,14],[38,9],[46,1],[13,-2],[12,5],[21,24],[54,16],[16,-3],[29,19],[19,3],[36,-3],[43,-10],[7,3],[82,25],[52,16],[46,9],[32,9],[50,4],[59,-3],[25,-6],[19,0],[13,-5],[30,-1],[3,0],[21,4],[19,8],[29,28],[33,41],[25,44],[16,45],[14,56],[11,73],[3,64],[16,98],[2,38],[7,41],[5,22],[7,32],[7,46],[8,30],[8,45],[7,33],[0,14],[25,85],[28,22],[18,19],[22,10],[33,4],[90,-7],[86,-26],[32,-10],[16,17],[59,176],[5,23],[1,23],[41,141],[27,112],[-2,14],[-10,23],[-9,7],[-17,1],[-30,15],[-19,2],[-22,-6],[-23,-3],[-15,3],[-14,-14],[-10,-5],[-12,3],[-12,8],[-7,14],[-8,3],[-7,-7],[-6,-10],[-1,-6],[-68,20],[-3,14],[-36,41],[-27,11],[-14,2],[-24,4],[-28,0],[-24,-15],[0,0],[-10,-19],[-1,-3],[-24,3],[1,2],[-8,14],[-13,11],[-27,5],[-22,3],[-52,3],[-15,4],[-8,-7],[-8,-16],[-21,3],[0,17],[-7,15],[-14,3],[-28,-2],[-39,6],[-22,12],[-10,-29],[-34,9],[4,13],[-7,9],[-19,11],[-20,7],[-25,5],[-26,1],[0,0],[-14,-5],[-6,-10],[-27,7],[3,10],[-5,15],[0,1],[-7,8],[-10,4],[-11,2],[-11,5],[-14,8],[-22,9],[-10,-2],[-2,-1],[-17,-31],[-44,12],[11,20],[0,14],[-1,3],[-4,10],[-10,15],[-19,16],[-16,8],[-21,2],[-23,-4],[-3,-4],[0,0],[-7,-7],[-28,2],[-2,6],[-1,6],[-7,7],[-14,3],[0,0],[-23,-6],[-29,12],[1,16],[-7,24],[-27,22],[-24,14],[-23,5],[-10,-3],[-9,-7],[-11,-14],[-8,-13],[-49,19],[5,12],[12,20],[-2,10],[-12,11],[-12,1],[0,0],[-16,-44],[-19,7],[10,28],[1,14],[0,0],[-5,10],[-7,2],[-10,-7],[-11,-10],[-14,-23],[-28,12],[2,4],[6,20],[1,11],[-9,6],[-17,1],[-18,-13],[-8,-12],[-34,13],[3,4],[0,13],[-4,10],[-9,7],[-12,3],[-8,7],[0,9],[-4,10],[-17,8],[-19,5],[-10,-1],[-5,-7],[-12,-2],[-16,5],[-13,0],[-9,0],[-22,4],[-16,0],[-5,-5],[-5,6],[-31,21],[-36,11],[-29,12],[-17,13],[-11,5],[-1,1],[-8,4],[-18,5],[-17,2],[-6,2],[-15,7],[-29,15],[-25,7],[-14,1],[-28,18],[-21,10],[-37,22],[-39,30],[-17,10],[-30,4],[-10,10],[-9,15],[-13,11],[-13,6],[-24,8],[-23,11],[-17,25],[-14,10],[-15,6],[-10,-1],[-15,-4],[-38,31],[-5,3],[-26,24],[-35,16],[-12,-1],[-18,-13],[6,8],[0,14],[-2,2],[-13,12],[-14,2],[-8,-5],[-41,9],[-7,16],[-11,9],[-48,35],[-16,15],[-24,33],[-46,49],[-26,21],[0,0],[-14,8],[-22,23],[-13,20],[-7,15],[-14,15],[-2,3],[-51,45],[-14,21],[-36,28],[-41,32],[-21,14],[-12,6],[-15,11],[-20,11],[-11,4],[-14,6],[-21,13],[-16,14],[-13,4],[-9,5],[-28,18],[-16,23],[-21,30],[-25,21],[-47,33],[-43,33],[-56,37],[-2,1],[-16,7],[-36,28],[-31,38],[-9,37],[-3,19],[-10,24],[-13,20],[-9,17],[-11,12],[-7,5],[-8,4],[-12,1],[-6,-1],[-19,-3],[-8,1],[-13,5],[-11,2],[-9,0],[-46,-5],[-54,-10],[-46,-18],[-26,-18],[-44,-62],[-17,-20],[-20,-18],[-25,-32],[-62,-90],[-51,-77],[-2,-2],[-32,-60],[-5,-10],[-10,-16],[-5,-4],[-22,-30],[-1,-3],[-6,-8],[-17,-29],[-129,-163],[-146,-190],[-58,-89],[-20,-44],[-21,-46],[-17,-55],[-36,-78],[-34,-47],[-14,-16],[-24,-28],[-38,-39],[-31,-37],[-28,-44],[-15,-31],[-44,-60],[-12,-10],[-4,-54],[-11,-11],[6,-4],[93,-58],[5,-26],[16,-11],[23,-9],[34,-18],[17,-4],[2,2],[39,-25],[-10,-63],[3,-15],[22,-12],[-60,-145],[-20,8],[-11,3],[-14,-1],[-17,-4],[-30,-20],[-19,-20],[-10,-16],[-18,-33],[-31,-5],[-3,-23],[-11,-10],[-12,-13],[-55,-625],[-5,-80],[3,-73],[-2,-38],[-7,-40],[-13,-59],[-8,-27],[-3,-27],[-5,-17],[-9,-17],[-20,-17],[-25,-436],[-15,-170],[-10,-29],[17,2],[-27,-39],[-7,-6],[-15,-7],[-37,-1],[2,94],[-59,2],[-15,1],[-7,-9],[-2,-78],[-57,2],[-2,-50],[-19,0],[9,155],[-10,11],[-15,3],[-14,-3],[-5,-6],[-18,-97],[-1,-45],[-37,-3],[-34,0],[2,56],[-3,14],[-7,14],[-16,20],[-21,1],[-11,-8],[-15,-23],[-9,-22],[-5,-79],[-15,-7],[-17,-3],[-38,-1],[-19,15],[-15,5],[-14,0],[1,-3],[0,-12],[-8,-7],[-9,-2],[-6,5],[-7,22],[-38,-1],[-16,6],[-17,5],[-11,2],[13,103],[-73,12],[-13,-104],[-1,104],[-41,1],[-1,-25],[-40,3],[-3,-91],[-21,0],[1,66],[-54,-1],[-32,-3],[3,-66],[-36,1],[-3,-43],[-50,3],[-3,-38],[-4,-54],[-43,4],[-52,19],[-37,17],[-17,13],[-43,10],[7,114],[3,43],[-94,9],[14,349],[-109,5],[-125,6],[-2,-8],[-37,-11],[-26,-18],[-35,-28],[-8,-20],[-5,-43],[-12,-154],[-1,-200],[11,-19],[20,-21],[-3,-9],[-4,-3],[-13,7],[-12,18],[-8,13],[-6,16],[-3,-27],[-3,-103],[-38,-1],[-50,-2],[-34,-3],[-34,7],[-4,1],[12,274],[-147,6],[-3,-61],[-4,-169],[9,-94],[-1,0],[0,-26],[-103,5],[-7,1],[-95,5],[-25,-1],[-85,-3],[-14,-1],[-2,0],[-5,0],[-31,0],[-38,47],[-3,-6],[-14,-3],[-7,4],[-4,2],[-3,20],[4,164],[-138,-4],[-13,0],[0,-10],[-2,-2],[-7,-17],[-13,-52],[0,-31],[0,-13],[2,-11],[-9,-45],[-9,0],[0,-42],[-100,33],[-14,-107],[-2,-10],[1,-8],[3,-5],[5,-6],[-5,-1],[-12,-12],[-71,14],[12,88],[-10,12],[-11,5],[-10,-2],[-12,-23],[5,122],[-80,0],[-1,-17],[-61,3],[0,-11],[-9,-26],[-3,-48],[2,-24],[7,-22],[5,-10],[15,-8],[0,-10],[-29,0],[-11,-4],[-5,-2],[-16,-16],[-34,-24],[-21,-12],[-45,-5],[-18,-8],[-14,-91],[-15,15],[-12,7],[-20,1],[-2,21],[-25,-2],[-1,33],[18,0],[8,5],[4,12],[-1,11],[-3,9],[-9,13],[-4,9],[4,22],[0,18],[-1,16],[-3,17],[0,12],[2,6],[-22,6],[-22,-1],[0,31],[1,30],[5,66],[-23,0],[-6,-73],[-8,-21],[-4,-4],[-10,-8],[-14,-6],[-13,-1],[-1,-40],[-2,-15],[4,-77],[-13,-2],[-4,-11],[-55,3],[-62,2],[-26,-11],[-9,-8],[-6,-13],[-1,-65],[-69,-2],[-2,39],[-39,7],[1,3],[9,129],[3,76],[-3,57],[9,159],[4,18],[8,84],[-8,181],[-8,21],[-8,55],[-15,8],[-19,-8],[-45,-22],[-9,0],[-27,-12],[-36,-11],[-14,-12],[-9,-16],[6,-278],[11,-335],[5,-40],[-10,-4],[-11,-1],[-32,7],[-9,0],[-15,0],[5,-166],[-12,16],[-16,-1],[0,13],[-35,-6],[0,19],[1,26],[-37,-1],[0,-36],[-37,3],[-23,1],[-7,2],[0,151],[2,18],[-22,-1],[-1,-5],[-12,-16],[-22,-5],[-12,-9],[-5,-17],[0,-35],[-100,-1],[0,-26],[-69,-2],[-5,3],[-38,5],[-19,0],[-3,53],[-4,13],[-45,-2],[1,-18],[-153,0],[0,-75],[-38,2],[-1,33],[-19,1],[-41,-1],[4,-102],[-66,12],[-21,-2],[-9,-3],[-12,-13],[-3,-1],[-11,-8],[-16,-9],[-20,-1],[-44,11],[-20,3],[-13,-1],[-11,-24],[1,-24],[-2,-8],[-25,-1],[-152,-7],[-2,26],[-71,-23],[-22,-13],[-10,-3],[-19,-6],[-43,32],[-53,-6],[2,-34],[-57,-28],[-80,-16],[-2,40],[10,84],[2,37],[-2,41],[-15,111],[-7,147],[-10,97],[-21,97],[-11,63],[-5,60],[2,34],[2,6],[9,32],[-2,108],[-7,52],[-22,230],[2,19],[3,3],[-21,79],[0,6],[-818,-154],[-433,680],[-12,-2],[-13,7],[-8,19],[-36,3],[-10,15],[0,8],[10,12],[-3,29],[13,21],[0,14],[-17,27],[-27,0],[-5,6],[-1,16],[-9,7],[-32,10],[-5,14],[-11,7],[-16,3],[-3,3],[0,12],[0,7],[-10,20],[-119,-22],[-8,0],[-6,0],[-3,42],[-8,11],[-12,2],[-18,-1],[-16,-9],[-10,-22],[-9,-11],[-16,-11],[-66,-31],[-12,6],[-12,12],[0,17],[7,11],[15,6],[60,32],[14,11],[3,15],[-5,14],[-14,6],[-13,1],[-13,-11],[-8,-3],[-10,8],[-20,25],[-8,7],[-20,1],[-3,8],[1,8],[16,10],[12,12],[1,11],[-5,9],[-45,8],[-51,-1],[-11,8],[-5,12],[9,15],[14,14],[25,16],[3,4],[-9,33],[-5,3],[-21,1],[-31,4],[-17,11],[-20,-6],[-18,4],[-18,9],[-21,2],[-9,8],[14,38],[4,15],[-5,16],[-11,6],[-14,-12],[-22,-4],[-19,2],[-19,12],[-12,18],[-40,-8],[-23,2],[-7,13],[10,16],[134,75],[4,5],[3,7],[-2,14],[-5,9],[-9,2],[-4,0],[-11,-7],[-25,7],[-13,-16],[-18,-1],[-16,9],[-27,-1],[-45,-8],[-20,4],[-16,7],[-25,1],[-18,-11],[-22,-7],[-25,4],[-18,12],[-17,19],[-23,11],[-16,12],[-3,12],[-2,10],[1,15],[23,1],[12,5],[7,10],[0,10],[-6,8],[-7,4],[-6,-2],[-16,7],[-2,12],[5,23],[7,50],[11,21],[13,8],[2,1],[4,9],[0,5],[-4,6],[-1,-1],[-19,17],[-1,9],[-5,1],[-7,1],[-16,-4],[-10,-7],[-9,12],[-11,1],[-6,-1],[-4,-14],[-7,-41],[-10,-23],[-13,-19],[-21,-23],[-23,-16],[-23,-13],[-21,-11],[-7,5],[-22,-1],[-7,24],[-4,6],[-101,-41],[-130,-52],[-61,-11],[-700,-292],[-69,-29],[-90,-37],[-16,-7],[-56,-30],[-41,-39],[-38,-35],[-17,-16],[6,20],[1,16],[-2,47],[7,21],[13,16],[-1,13],[-3,6],[-21,40],[-6,10],[-112,209],[-39,74],[-83,-59],[-134,-94],[-22,-16],[-226,404],[82,57],[189,129],[36,28],[6,9],[-71,129],[-77,-50],[-180,-107],[-12,21],[9,6],[-50,65],[-58,44],[-52,-15],[-92,163],[-17,30],[-64,63],[-22,22],[-68,-34],[-27,-3],[-26,3],[-16,6],[-14,14],[-31,66],[-9,28],[-5,27],[-1,27],[9,31],[23,43],[33,47],[22,39],[6,18],[-5,106],[-11,101],[-11,22]],[[169948,259497],[-47,-31],[0,1],[-676,-423],[-48,-22],[-23,52],[0,1],[-2,2],[-5,16],[-16,34],[-6,17],[-10,24],[-1,2],[-13,31],[-29,65],[-5,14],[-9,18],[-3,1],[-5,-2],[-10,24],[-4,-3],[-5,-1],[-5,6],[-2,5],[-3,6],[-16,2],[-8,0],[-2,2],[-13,3],[-36,4],[-11,-1],[-27,-10],[-11,-9],[-29,-44],[-16,-29],[-9,-21],[-26,-44],[-11,-18],[-22,-21],[-57,-37],[-24,-12],[-19,-8],[-22,-7],[-36,-9],[-45,-5],[-37,-1],[-108,3],[-31,3],[-22,0],[-21,3],[-66,3],[-46,9],[-78,24],[-26,5],[-8,1],[-4,0],[-18,1],[-7,-1],[-2,1],[-18,-1],[-88,-4],[-52,1],[-135,7],[-85,9],[-12,1],[-4,-2],[-1,-2],[-37,3],[-1,37],[0,5],[-121,518],[-13,58],[-7,28],[-27,116],[-16,74],[-49,204],[-5,21],[-13,62],[-6,23],[-1,4],[-1,9],[-23,98],[-182,799],[-6,17],[-16,72],[95,47],[90,45],[49,25],[170,85],[96,48],[141,71],[216,112],[23,10],[122,63],[119,59],[150,87],[17,9],[230,133],[49,32],[12,11],[34,21],[2,8],[4,7],[1,1],[77,41],[108,61],[41,29],[226,134],[154,90],[-1,2],[1,0],[-21,37],[-16,27],[0,0],[-44,81],[-33,56],[-69,120],[-14,25],[-8,12],[-103,180],[-99,173],[-7,12],[-172,300],[-31,54],[-66,122],[-156,276],[-170,291],[-19,34],[-8,16],[-136,233],[-130,233],[-120,211],[-28,53],[-23,27],[-3,4],[-18,26],[-8,15],[-14,18],[-34,48],[-29,37],[-37,60],[-43,83],[-1,4],[2,17],[6,14],[14,19],[-6,19],[-72,187],[-27,64],[-12,17],[-11,10],[-4,6],[-4,8],[-3,5],[27,9],[659,231],[792,278],[81,28],[26,9],[7,2],[104,37],[4,1],[245,86],[20,7],[303,106],[20,-1590],[7,-564],[1,-123],[0,-9],[4,-301],[8,-647],[7,-546],[0,-3],[0,-10],[0,-8],[0,-1],[0,-10],[1,-38],[5,-454],[9,-677],[3,-280],[6,-479],[12,-958],[2,-185],[0,-12],[-44,-81],[2,-64]],[[174588,266920],[22,-24],[25,21],[44,40],[100,100],[57,59],[25,26],[13,13],[8,6],[63,-82],[112,-143],[72,-93],[2,-3],[13,-17],[-74,-71],[141,-237],[2,-9],[-1,-8],[-6,-7],[-31,-6],[-13,-5],[-9,-11],[-3,-9],[2,-13],[215,-385],[24,-46],[-39,-23],[-1,-1],[-63,-34],[-5,0],[-6,7],[-35,64],[-5,3],[-5,-1],[-66,-43],[-231,-148],[-16,-13],[25,-45],[8,-19],[8,-17],[13,-41],[2,-14],[2,-15],[2,-32],[6,-28],[9,-32],[14,-36],[20,-42],[61,-119],[26,-57],[4,-13],[1,-3],[26,-44],[35,25],[32,25],[27,21],[41,29],[1,0],[8,-15],[8,-17],[7,-17],[14,-41],[24,-73],[12,-44],[14,-32],[25,-61],[7,-18],[16,-38],[21,-45],[16,-32],[22,-45],[15,-32],[15,-36],[9,-26],[7,-29],[6,-33],[6,-42],[5,-35],[13,-109],[9,-44],[7,-56],[6,-47],[7,-50],[3,-15],[4,-17],[3,-13],[13,-28],[12,-15],[15,-30],[8,-24],[10,-31],[8,-27],[4,-17],[6,-19],[8,-17],[12,-26],[19,-41],[17,-40],[25,-64],[3,-8],[21,-55],[7,-25],[14,-38],[35,-25],[22,-18],[3,-1],[9,-6],[6,-5],[16,-10],[53,-32],[59,-35],[40,-21],[2,-11],[-24,-42],[-28,-61],[-16,-65],[0,0],[-19,-148],[-2,-20],[-1,-20],[-2,-45],[-4,-59],[-7,-58],[-20,-128],[-8,-70],[-3,-71],[0,-34],[1,-47],[6,-71],[5,-40],[6,-24],[6,-16],[22,-75],[1,-25],[1,-25],[24,-107],[31,-138],[0,-2],[1,-3],[0,-3],[1,-2],[0,-3],[0,-3],[1,-3],[0,-2],[0,-3],[0,-3],[1,-3],[0,-2],[0,-3],[0,-3],[0,-3],[0,-2],[0,-3],[-1,-3],[0,-3],[0,-2],[0,-3],[-1,-3],[0,-2],[-1,-3],[0,-3],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-1,-2],[-2,-1],[-1,-2],[-1,-2],[-2,-2],[-1,-2],[-1,-1],[-2,-2],[-1,-2],[-2,-1],[-1,-2],[-2,-1],[-1,-2],[-2,-1],[-1,-2],[-2,-1],[-2,-2],[-1,-1],[-2,-1],[-2,-1],[-116,-86],[-154,-114],[-2,-2],[-5,-4],[-193,-138],[-165,-121],[-5,-4],[-6,-4],[0,0],[-117,-83],[-43,-30],[-103,-73],[-5,-4],[-4,-4],[-60,-43],[-59,-42],[-6,-5],[-67,-47],[-1,0],[-19,-13],[-124,-84],[-27,-12],[-32,-14],[-22,-11],[-18,-10],[-10,-6],[-4,-3],[-9,-6],[-6,-4],[-6,-5],[-9,-7],[-99,-73],[0,0],[-87,-64],[-4,-4],[-5,-4],[-27,-18],[-47,-33],[-3,-2],[-5,-4],[-16,-11],[-164,-116],[-178,-128],[-7,-5],[-27,-21],[-11,-8],[-7,-4],[-22,37],[-103,165],[-49,42],[-41,18],[-39,15],[-45,4],[-132,-16],[-148,-23],[-141,-18],[-139,-20],[-83,-12],[-43,-4],[-15,-4],[-101,-14],[-72,-8],[-29,-6],[-15,0],[-17,-4],[-46,-6],[-10,40],[-4,36],[-14,129],[-7,48],[0,14],[4,16],[1,3],[11,22],[10,30],[10,41],[15,33],[10,33],[-1,8],[-10,45],[-9,25],[-8,34],[-5,12],[-5,42],[-13,22],[1,8],[-10,60],[-36,212],[-1,19],[3,3],[8,3],[54,5],[2,1],[2,5],[4,21],[0,16],[13,101],[4,46],[6,45],[4,11],[-219,10],[-3,43],[-14,246],[-6,18],[-39,64],[-2,21],[34,200],[59,-44],[5,-3],[5,1],[41,114],[10,32],[94,266],[3,14],[3,1],[20,57],[45,132],[4,18],[0,2],[-2,7],[-12,6],[-28,9],[-133,39],[-21,6],[-197,59],[-24,6],[-9,1],[3,38],[-1,13],[4,35],[1,42],[0,28],[-11,100],[-3,40],[0,42],[-26,11],[-1,-5],[-15,-17],[-13,-10],[-37,-19],[-32,-12],[-38,-22],[-24,-18],[-18,-17],[-11,-15],[-39,-42],[-42,-50],[-21,-23],[-25,-24],[-18,-11],[11,-24],[3,-4],[-3,-1],[2,-3],[58,-76],[26,-30],[2,-2],[-89,-132],[-34,-53],[-99,6],[-2,-1],[-240,-414],[-9,-5],[-139,-54],[-77,-29],[-31,-12],[-3,-3],[-35,-10],[-183,-51],[-23,-9],[-38,-13],[-27,-10],[-12,-2],[-1,-3],[-73,-27],[-15,-4],[-64,-25],[0,11],[-2,152],[-5,399],[-1,43],[0,66],[-8,660],[37,10],[24,18],[18,24],[12,29],[-10,95],[-8,31],[-11,29],[-15,28],[-9,13],[-13,28],[-6,24],[-1,115],[0,85],[-1,106],[4,351],[5,161],[6,167],[9,161],[8,117],[3,40],[15,126],[3,31],[1,4],[21,146],[18,104],[21,92],[21,75],[24,78],[26,76],[42,104],[14,35],[55,134],[110,270],[10,23],[14,35],[58,94],[29,56],[12,29],[12,26],[16,61],[10,46],[14,45],[18,44],[24,40],[28,36],[32,31],[37,27],[18,12],[27,17],[77,38],[264,128],[27,8],[6,1],[720,349],[396,192],[29,14],[29,12],[55,21],[52,17],[3,1],[57,14],[58,11],[29,4],[29,3],[14,2],[30,5],[28,7],[9,2],[19,6],[25,10],[2,0],[9,4],[5,2],[19,11],[17,15],[13,18],[10,22],[5,23],[1,24],[18,34],[269,115],[32,-40],[12,-14],[89,-107],[84,-114],[-17,-11],[-18,-13],[54,-75],[178,-244],[55,-70],[69,-87],[91,-120],[-7,-10],[-6,-16],[-5,-26],[0,-38],[6,-57],[3,-58],[-3,-18],[-12,-15],[-29,-19],[-42,-17],[-14,-5],[11,-18],[6,-9],[-1,0],[104,-157],[36,-56],[12,-17],[19,-24]],[[572948,336173],[-180,-111],[-58,48],[47,-4],[22,3],[168,64],[1,0]],[[572133,335720],[5,-40],[57,40],[1,-40],[12,-305],[1,-18],[166,-563],[7,-20],[17,-51],[56,-237],[23,-51],[59,-113],[36,-68],[47,-78],[0,0],[0,0],[32,-42],[140,122],[1,-1],[79,-97],[213,-264],[149,-184],[20,-21],[18,-16],[51,-28],[105,-55],[420,-204],[10,-5],[5,-2],[6,-3],[5,-2],[6,-2],[5,-2],[6,-3],[5,-2],[5,-2],[6,-2],[5,-2],[6,-3],[5,-2],[6,-2],[5,-2],[5,-3],[6,-2],[5,-3],[5,-2],[5,-3],[6,-3],[5,-2],[5,-3],[5,-3],[5,-3],[5,-3],[5,-3],[5,-4],[5,-3],[5,-4],[3,-2],[64,-211],[9,-16],[20,-17],[-7,5],[-40,23],[-41,17],[-59,21],[-94,27],[-1,3],[-71,19],[-47,13],[-100,31],[-80,29],[-225,89],[-59,24],[-41,12],[-48,10],[-49,8],[-97,12],[-36,11],[-40,14],[-43,19],[-29,17],[-32,26],[-26,31],[-31,43],[-26,45],[-26,52],[-50,105],[-13,23],[-13,17],[-20,15],[-47,29],[-72,46],[-123,83],[-108,74],[-47,33],[-22,18],[-20,22],[-14,21],[-12,25],[-18,51],[-23,69],[-14,48],[-48,176],[-26,103],[-12,43],[-12,35],[-30,84],[-11,35],[-14,55],[-31,155],[-12,46],[-19,66],[-23,66],[-37,99],[-40,119],[-49,155],[-5,30],[-6,34],[-10,89],[-7,48],[-29,148],[-15,80],[-8,51],[-14,108],[-21,114],[-7,37],[-6,41],[-7,50],[0,34],[3,33],[7,70],[7,54],[1,22],[-1,5],[35,-15],[12,-5],[12,-15],[91,-129],[131,-182],[35,-47],[16,-19],[106,-121],[14,-15],[22,-25],[5,-21],[-3,-68],[-16,-88],[-3,-32],[15,-123]],[[575616,335252],[13,-100],[5,-58],[-1,-105],[-12,-180],[-4,-69],[0,-53],[2,-31],[63,-475],[8,-56],[10,-45],[19,-70],[34,-119],[10,-41],[6,-33],[3,-31],[0,-39],[-3,-22],[-4,-29],[-12,-39],[-11,-26],[-64,-131],[-17,-45],[-42,-138],[-22,-70],[-34,-97],[-11,-29],[-12,-32],[-25,-56],[-20,-36],[-33,-48],[-27,-33],[-24,-24],[-21,-13],[-41,-16],[-109,-36],[-66,-22],[-25,-5],[-27,0],[-90,2],[-95,1],[-77,-6],[-109,-4],[-67,-1],[-81,8],[-24,2],[-30,5],[-37,9],[-31,11],[-32,12],[-48,25],[-54,29],[-51,32],[-52,35],[-32,24],[97,-63],[324,36],[32,4],[-64,215],[0,19],[-107,379],[78,51],[-5,2],[13,13],[97,73],[40,31],[52,40],[44,36],[39,36],[34,31],[138,130],[75,70],[19,21],[6,11],[7,16],[5,16],[4,26],[25,428],[19,391],[8,133],[7,116],[-18,3],[-9,-3],[-7,41],[46,-41],[-46,42],[-21,118],[-7,65],[-7,23],[-9,34],[-13,144],[-11,35],[-36,113],[-5,22],[-9,48],[-25,132],[-13,54],[-4,16],[-26,96],[-27,92],[-17,71],[-34,95],[-73,173],[89,16],[17,1],[21,8],[5,-25],[12,-43],[19,-58],[17,-39],[43,-89],[60,-100],[7,-10],[17,-24],[57,-74],[21,-27],[26,-28],[35,-30],[44,-36],[59,-41],[62,-45],[43,-32],[16,-18],[15,-19],[8,-24],[11,-72],[8,-82],[15,-107],[10,-61],[31,-182],[20,-125]],[[575172,335245],[9,3],[18,-3],[-7,-116],[-8,-133],[-19,-391],[-25,-428],[-4,-26],[-5,-16],[-7,-16],[-6,-11],[-19,-21],[-75,-70],[-138,-130],[-34,-31],[-39,-36],[-44,-36],[-52,-40],[-40,-31],[-97,-73],[-13,-13],[5,-2],[-78,-51],[107,-379],[0,-19],[64,-215],[-32,-4],[-324,-36],[-97,63],[-68,51],[-37,25],[-20,17],[-9,16],[-64,211],[-3,2],[-5,4],[-5,3],[-5,4],[-5,3],[-5,3],[-5,3],[-5,3],[-5,3],[-5,2],[-6,3],[-5,3],[-5,2],[-5,3],[-6,2],[-5,3],[-5,2],[-6,2],[-5,2],[-6,3],[-5,2],[-6,2],[-5,2],[-5,2],[-6,3],[-5,2],[-6,2],[-5,2],[-6,3],[-5,2],[-10,5],[-420,204],[-105,55],[-51,28],[-18,16],[-20,21],[-149,184],[-213,264],[-79,97],[-1,1],[-140,-122],[-32,42],[0,0],[0,0],[-47,78],[-36,68],[-59,113],[-23,51],[-56,237],[-17,51],[-7,20],[-166,563],[-1,18],[-12,305],[-1,40],[28,19],[0,-15],[4,-36],[0,-6],[8,-43],[13,-59],[28,-104],[34,-116],[36,-114],[16,-52],[15,13],[56,47],[257,210],[14,14],[299,248],[64,54],[0,0],[16,15],[-33,30],[-114,97],[-68,57],[-100,83],[180,111],[127,-94],[75,-55],[226,-191],[7,-3],[6,1],[5,2],[1,4],[0,20],[3,5],[7,0],[3,-4],[10,-11],[7,-14],[-1,-85],[-6,-85],[-5,-28],[-14,-47],[-9,-33],[-5,-23],[-15,-261],[18,0],[39,-22],[0,0],[1,-1],[5,-2],[1,-1],[40,-21],[93,-36],[16,-6],[43,-12],[39,-7],[48,-5],[208,-1],[96,-2],[236,-14],[74,0],[33,3],[118,20],[39,3],[212,25],[398,45],[37,5],[8,3]],[[214110,271439],[30,-2],[27,0],[12,5],[6,6],[13,21],[7,15],[5,5],[13,0],[260,-31],[86,-10],[14,-4],[7,-6],[6,-15],[13,-22],[12,-14],[15,-7],[23,-4],[18,1],[16,6],[10,11],[9,22],[4,10],[8,2],[6,1],[345,-47],[15,-2],[11,-5],[8,-9],[6,-23],[7,-17],[14,-16],[9,-7],[22,2],[24,0],[17,5],[10,5],[7,7],[8,24],[6,12],[5,4],[196,-24],[174,-26],[10,-5],[7,-14],[10,-28],[6,-14],[16,-10],[31,-4],[22,2],[15,5],[8,12],[7,22],[6,12],[11,5],[17,0],[294,-40],[37,-6],[12,-5],[9,-12],[24,-41],[15,-7],[15,-7],[24,-1],[18,1],[19,10],[14,14],[7,21],[4,3],[94,-11],[20,-9],[183,-109],[27,-19],[15,-13],[5,-13],[1,-17],[4,-27],[5,-13],[18,-18],[24,-7],[21,-3],[13,2],[12,10],[19,11],[15,-7],[24,-15],[244,-148],[317,-189],[6,-10],[5,-24],[2,-18],[4,-17],[9,-10],[35,-23],[21,-7],[18,2],[14,12],[9,11],[12,4],[17,-5],[23,-12],[158,-95],[8,-11],[7,-15],[45,-283],[2,-16],[2,-24],[-9,-27],[-19,-20],[-13,-10],[0,-14],[5,-47],[9,-31],[11,-14],[15,-9],[17,-2],[11,-9],[10,-21],[16,-116],[7,-35],[12,-22],[11,-11],[25,-18],[313,-154],[20,-15],[7,-9],[3,-16],[-2,-24],[-12,-33],[-26,-55],[-375,-788],[-96,-198],[-222,-461],[-185,-382],[-161,-338],[-6,-17],[8,-9],[5,-6],[19,-8],[15,6],[94,202],[413,-139],[0,-17],[10,-9],[10,-1],[23,13],[73,66],[189,170],[19,9],[34,5],[26,-10],[58,-33],[345,-200],[360,-210],[84,-49],[163,-95],[282,-163],[97,-57],[39,-29],[21,-17],[49,-37],[45,-43],[38,-40],[43,-45],[36,-44],[40,-56],[10,-15],[66,-103],[243,-401],[280,-465],[82,-136],[53,-85],[53,-71],[41,-60],[218,-246],[22,-42],[6,-23],[-4,-19],[-19,-24],[-167,-55],[-97,-23],[-140,-23],[-14,-2],[-50,-7],[-43,-5],[0,-23],[-40,-4],[-103,-7],[-93,3],[-115,11],[-131,31],[-37,13],[-13,13],[-12,17],[-28,12],[-48,12],[-45,13],[-43,2],[-748,259],[-1158,411],[-349,124],[-136,34],[-58,3],[-50,0],[-45,-7],[-55,-15],[-85,-29],[-86,-32],[-48,-7],[-47,0],[-56,12],[-76,28],[-225,82],[-367,141],[-86,28],[-44,7],[-36,-10],[-20,-5],[-29,-26],[-38,-30],[-21,-31],[-27,-51],[-14,-43],[-1,-39],[26,-89],[7,-37],[-9,-36],[-14,-27],[-30,-14],[24,-67],[20,8],[53,-12],[53,-127],[5,-25],[-3,-19],[-2,-17],[5,-11],[13,-7],[12,-5],[20,-47],[5,-44],[-6,-33],[-14,-29],[-373,-196],[-60,-29],[-21,-7],[-24,0],[-20,4],[-14,10],[-15,35],[-34,98],[-51,153],[-2,31],[0,23],[2,13],[6,7],[21,7],[8,5],[-23,79],[-35,-4],[-13,2],[-10,8],[-9,13],[-41,111],[-15,72],[-2,33],[4,36],[10,28],[34,58],[29,52],[6,23],[-1,14],[-8,13],[-19,9],[-18,1],[-14,-5],[-21,-20],[-37,-45],[-36,-55],[-84,-155],[-143,-277],[-72,-143],[-34,-86],[-23,-84],[-21,-94],[-19,-94],[-5,-93],[16,-214],[85,-818],[155,-1554],[16,-159],[2,-71],[4,-80],[0,-47],[7,-51],[1,-22],[1,-41],[0,-40],[-7,-18],[-7,-7],[-1,-9],[1,-12],[14,-10],[7,-6],[4,-4],[7,-12],[9,-62],[6,-30],[9,-13],[8,-9],[-9,-8],[-5,-10],[0,-23],[0,-25],[-1,-25],[7,-38],[7,-47],[2,-13],[5,-52],[5,-58],[21,-211],[5,-96],[3,-51],[0,-7],[3,-40],[2,-33],[-2,-37],[3,-30],[4,-31],[12,-38],[8,-24],[11,-48],[9,-51],[9,-87],[11,-131],[4,-32],[0,-29],[-1,-33],[-3,-7],[-4,-13],[-91,-126],[-6,-14],[-3,-21],[3,-48],[139,-1398],[48,-495],[5,-21],[47,-118],[153,-381],[54,-641],[179,-1726],[241,-2432],[10,-90],[0,-70],[-14,-45],[-17,-28],[-25,-15],[-26,-6],[-29,3],[-288,264],[-50,10],[-825,907],[11,18],[5,29],[-4,31],[-36,26],[-65,-3],[-22,-7],[-429,518],[-71,63],[0,126],[-52,554],[-86,852],[-102,1021],[-275,2831],[-258,2548],[-51,504],[-24,240],[-16,144],[-20,142],[-20,113],[-42,180],[-21,62],[-39,104],[-39,89],[-40,80],[-48,85],[-46,75],[-51,77],[-62,80],[-87,99],[-62,62],[-51,49],[-112,96],[-74,55],[-149,89],[-151,81],[-985,498],[-873,432],[-899,451],[-80,107],[-189,209],[-114,92],[-38,30],[-2,8],[-9,13],[-58,30],[-685,344],[-624,297],[-69,38],[-27,19],[-55,43],[-252,209],[-13,12],[-7,2],[-7,0],[-11,-6],[-6,4],[-430,218],[-4,15],[-5,10],[-6,6],[-605,303],[-23,17],[-27,26],[-22,30],[-23,46],[-24,66],[-10,43],[-4,32],[1,30],[10,39],[20,64],[-7,10],[-8,5],[-2,1],[2,3],[0,28],[15,147],[21,138],[22,45],[-85,8],[-103,-229],[-52,-139],[-43,-149],[-13,-66],[-8,-83],[3,-37],[-80,-159],[-45,-42],[-351,175],[-70,41],[-83,53],[-113,86],[-67,55],[-87,84],[-85,98],[-104,141],[-65,103],[-86,162],[-35,84],[-39,104],[-57,179],[-23,123],[-17,101],[-10,102],[-7,202],[5,95],[18,180],[17,99],[17,88],[30,100],[28,86],[188,453],[192,466],[52,125],[87,228],[62,151],[145,338],[60,150],[63,158],[15,43],[435,-150],[26,-14],[131,-82],[232,-156],[158,-132],[89,-74],[45,-30],[55,-22],[233,-72],[143,-39],[82,-29],[91,-45],[104,-46],[218,-99],[87,-35],[106,-36],[131,-42],[163,-57],[176,-56],[39,-11],[36,-4],[38,-1],[47,4],[173,46],[59,13],[60,4],[41,-3],[50,-13],[48,-26],[44,-33],[53,-56],[36,-52],[19,-42],[15,-49],[19,-199],[10,-78],[18,-53],[31,-40],[433,-331],[92,-63],[290,-129],[392,-174],[93,-44],[84,-47],[54,-32],[207,-125],[126,-71],[103,-49],[103,-37],[77,-21],[-8,-19],[137,-55],[57,-8],[31,0],[15,11],[14,22],[10,31],[42,162],[55,137],[19,34],[22,25],[21,11],[26,9],[18,4],[31,-1],[26,-7],[56,-18],[66,-24],[45,-3],[2,20],[30,10],[34,20],[36,29],[26,31],[113,284],[148,388],[148,382],[141,364],[137,351],[147,385],[102,258],[25,41],[27,17],[28,8],[61,13],[95,17],[22,13],[14,17],[18,40],[229,485],[31,67],[9,15],[22,35],[88,109],[42,47],[23,24],[19,8],[23,6],[62,5],[68,10],[46,12],[25,16],[26,44],[28,80],[18,-7],[733,-290],[-147,-470],[-142,-462],[-29,-113],[-4,-21],[13,-134],[3,-1],[3,-23],[13,-56],[17,-71],[20,-75],[10,-22],[7,-15],[13,-8],[27,-9],[18,-3],[8,-6],[5,-13],[2,-30],[2,-17],[9,-10],[8,-3]],[[370297,422864],[-7,8],[-351,416],[-291,347],[-243,286],[-323,381],[-310,366],[-101,117],[-51,61],[-1,3],[-17,30],[-12,35],[-5,10],[-11,7],[-21,4],[-20,9],[-20,19],[-20,27],[-20,34],[-8,18],[-3,20],[-2,24],[3,47],[10,41],[16,60],[27,71],[69,175],[70,177],[18,49],[14,35],[14,54],[1,3],[11,53],[18,124],[46,346],[9,70],[4,23],[17,-13],[24,-28],[130,-150],[118,212],[52,100],[14,30],[4,10],[8,24],[2,29],[-5,30],[-6,32],[-9,24],[-4,28],[17,-10],[35,-30],[24,-21],[6,9],[11,18],[1,3],[1,3],[1,3],[0,3],[1,2],[3,4],[3,2],[1,1],[15,21],[12,19],[8,12],[6,9],[1,1],[20,37],[2,4],[1,3],[1,3],[2,3],[2,3],[7,11],[18,33],[8,14],[0,1],[1,1],[6,11],[4,5],[2,2],[1,4],[2,4],[2,4],[2,5],[1,4],[2,4],[2,3],[1,4],[1,3],[2,2],[2,2],[4,8],[11,22],[1,1],[1,3],[-1,4],[4,8],[3,7],[4,2],[2,2],[3,2],[2,4],[2,2],[1,6],[3,7],[3,10],[3,9],[3,8],[3,8],[7,16],[2,7],[2,6],[1,5],[3,7],[3,-2],[12,22],[104,170],[1,1],[8,13],[2,1],[2,2],[1,1],[3,2],[0,1],[6,9],[1,3],[1,3],[1,4],[0,0],[0,1],[1,4],[2,4],[1,3],[2,4],[2,3],[2,2],[8,15],[14,26],[2,2],[2,2],[0,1],[29,61],[1,1],[0,2],[6,10],[6,8],[1,1],[16,23],[29,57],[1,2],[1,2],[7,10],[4,8],[2,2],[3,4],[2,4],[3,6],[1,3],[1,2],[8,12],[1,3],[1,3],[1,3],[1,4],[0,4],[1,3],[0,3],[0,1],[2,0],[0,0],[2,1],[1,1],[1,1],[6,10],[5,7],[1,2],[26,45],[2,2],[1,2],[1,1],[19,41],[3,7],[1,2],[4,6],[5,8],[8,11],[2,4],[3,4],[2,3],[0,1],[2,3],[0,4],[1,1],[0,1],[3,12],[0,1],[3,10],[2,1],[15,29],[0,1],[23,45],[1,1],[13,26],[8,9],[1,2],[1,2],[1,4],[8,6],[6,6],[2,-1],[2,0],[3,2],[1,2],[2,4],[2,4],[0,0],[11,14],[1,2],[3,3],[1,1],[1,1],[3,2],[2,1],[14,21],[0,0],[1,2],[2,3],[1,1],[15,22],[4,-2],[2,-1],[7,-6],[0,-3],[1,-1],[0,1],[1,-2],[1,-4],[28,32],[41,46],[50,57],[41,47],[45,52],[46,53],[0,0],[22,22],[35,36],[37,38],[36,37],[35,35],[33,34],[37,38],[0,1],[-25,31],[-26,32],[-11,15],[-205,254],[-45,55],[-20,25],[-50,63],[-56,70],[-71,89],[-14,17],[0,10],[-10,14],[-6,12],[-4,10],[-12,11],[10,20],[81,117],[2,3],[8,13],[14,21],[0,1],[4,5],[5,7],[4,6],[5,7],[2,6],[2,4],[1,2],[2,5],[1,5],[1,3],[1,1],[2,1],[2,1],[1,1],[2,2],[29,50],[4,10],[9,11],[21,27],[0,1],[1,2],[1,2],[1,2],[0,3],[1,2],[-1,5],[2,3],[0,1],[4,6],[2,1],[1,0],[2,1],[1,2],[2,2],[4,8],[10,16],[8,23],[6,18],[1,3],[1,3],[1,1],[2,1],[2,7],[4,9],[4,9],[6,10],[0,1],[2,2],[1,4],[6,12],[0,1],[6,12],[9,16],[2,5],[4,7],[7,12],[0,1],[2,3],[6,11],[8,12],[3,6],[2,3],[5,10],[0,1],[0,2],[0,1],[0,1],[1,1],[1,2],[0,1],[1,0],[1,2],[1,2],[0,1],[7,19],[0,2],[5,8],[8,15],[0,0],[4,11],[6,13],[7,16],[4,9],[21,34],[1,1],[0,2],[38,66],[1,3],[0,1],[1,2],[2,4],[8,10],[7,13],[4,8],[1,4],[0,2],[6,7],[10,13],[45,75],[23,42],[8,19],[1,2],[43,66],[39,73],[29,59],[15,18],[6,-8],[8,-11],[19,-27],[11,12],[5,3],[14,10],[28,18],[95,68],[218,-506],[174,-377],[70,-147],[212,-466],[-33,-40],[-13,-16],[-31,-37],[-26,-32],[1,-1],[522,-1029],[13,-23],[6,-11],[-33,-56],[-40,-66],[-9,-14],[-9,-15],[-29,-44],[-8,-13],[-6,-10],[-27,-46],[30,-12],[-1,-2],[-4,-5],[-13,-20],[-12,-18],[-19,-31],[-15,-27],[-2,-4],[-2,-5],[-2,-4],[-30,13],[-30,-48],[-42,-67],[29,-12],[-4,-3],[-4,-5],[-9,-12],[-20,-27],[-13,-19],[-13,-22],[-14,-24],[-2,-4],[-11,-19],[-6,-12],[-9,-16],[-5,-10],[-13,-25],[-3,-6],[-3,-9],[-6,-11],[-4,-4],[-5,-8],[-15,-27],[-8,-15],[-8,-13],[-11,-20],[-17,-28],[-5,-10],[-4,-7],[-2,-5],[-1,-6],[-8,-7],[-3,-3],[-3,-4],[-12,-18],[-5,-11],[-14,-22],[-10,-17],[-22,-39],[-3,-7],[-2,-5],[-5,-11],[-5,-8],[-6,-7],[-3,-6],[-11,-20],[-10,-19],[-8,-14],[-9,-19],[-13,-22],[-9,-18],[-2,-6],[-2,-8],[-1,-6],[-2,-8],[-2,-4],[-6,-7],[-6,-10],[-9,-17],[-6,-8],[-25,-37],[-3,-7],[-27,-36],[-3,-5],[-2,-7],[-6,-6],[0,-1],[-3,-3],[-5,-4],[-10,-10],[-21,-25],[-11,-13],[-19,-24],[-12,-15],[-8,-9],[-10,-11],[-3,-6],[-2,-7],[-6,-6],[-4,-2],[-7,-6],[-5,-5],[-5,-5],[-4,-7],[-7,-13],[-3,-14],[-7,-34],[-2,-9],[-2,-12],[-3,-15],[-1,-8],[0,-6],[0,-4],[-1,-2],[-1,-7],[-3,-7],[-2,-7],[-7,-22],[-9,-32],[-15,-41],[-4,-15],[0,-12],[-9,-15],[-8,-21],[-5,-12],[-10,-21],[-13,-23],[-11,-20],[-4,-7],[-7,-12],[-6,-11],[-11,-17],[-15,-31],[-8,-14],[-8,-15],[-11,-32],[-8,-17],[-4,-9],[-7,-18],[-11,-28],[-3,-8],[-8,-19],[-9,-22],[-10,-23],[-8,-18],[-11,-17],[-8,-19],[-6,-22],[-1,-2],[-7,-23],[-7,-27],[-1,-13],[-2,-14],[-3,-14],[-10,-41],[-20,-91],[-7,-35],[-4,-20],[-8,-36],[-8,-27],[-2,-9],[-5,-20],[-1,-2],[-8,-31],[-6,-23],[-11,-41],[-4,-14],[-1,-4],[-1,-5],[-20,-67],[-18,-68],[-3,-10],[-1,-3],[0,0],[-6,-11],[-5,-19],[-5,-21],[-8,-31],[-7,-26],[-3,-18],[-7,-30],[-1,-9],[-2,-19],[-1,-17],[-3,-14],[-6,-74],[-2,-17],[1,-10],[1,-9],[-4,-26],[-4,-82],[-1,-26],[0,-18],[-1,-10],[-1,-23],[0,-35],[-1,-48],[-3,-63],[0,-16],[0,-13],[-2,-20],[-2,-15],[-1,-29],[0,-23],[3,-12],[1,-13],[-1,-22],[1,-58],[-1,-29],[-1,-42],[0,-11],[0,-5],[-2,-20],[0,-10],[0,-1],[-3,-9],[-3,-13],[-2,-10],[0,-26],[-1,-9],[-9,-36],[-8,-21],[-8,-27],[-5,-13],[-6,-22],[-5,-9],[-2,-3],[-6,-13],[-20,-41],[-19,-46],[-4,-9],[-1,-10],[0,-44],[1,-45],[4,-104],[1,-40],[2,-83],[0,-34],[1,-38],[4,-65],[0,-25],[3,-83],[3,-76],[3,-65],[2,-29],[3,-50],[4,-53],[0,-12],[3,-10],[0,-5],[-9,4],[-5,4],[-6,-1],[-13,13],[-30,8],[-61,11],[-11,7],[-18,-22],[-10,-13]],[[370502,419025],[6,-101],[9,0],[8,-140],[0,-1],[17,-618],[9,-379],[0,-9],[13,-423],[3,-101],[1,-26],[9,-657],[3,-316],[1,-167],[1,-112],[4,-36],[2,-19],[9,-23],[27,-45],[10,-23],[7,-22],[5,-32],[2,-15],[-4,-32],[-13,-44],[-14,-25],[-11,-32],[-4,-12],[-2,-19],[7,-170],[0,-12],[-6,-172],[-2,-139],[-9,0],[1,-122],[3,-117],[0,-6],[-194,10],[-12,-4],[-113,14],[-34,1],[-48,-5],[-14,21],[-4,7],[-10,17],[-5,12],[-2,6],[-3,10],[-3,14],[-6,31],[-6,45],[-4,32],[-4,22],[-4,26],[-1,4],[-6,23],[-7,16],[-2,2],[0,2],[-2,4],[-9,27],[-3,20],[-2,17],[-4,61],[-1,19],[-1,17],[-4,40],[-6,45],[-7,57],[-7,110],[-3,13],[-5,18],[-4,27],[-2,0],[-2,7],[-8,119],[-1,26],[-18,2],[-3,71],[-4,22],[0,10],[4,15],[3,13],[1,21],[4,8],[7,21],[27,-1],[1,8],[-10,53],[-2,14],[0,39],[-2,70],[4,69],[7,59],[-3,66],[-1,27],[46,30],[37,28],[25,24],[27,28],[22,28],[17,27],[11,27],[7,23],[4,23],[1,20],[0,4],[-3,30],[-11,37],[-18,36],[-21,31],[-30,29],[-22,17],[-18,13],[-18,9],[-30,9],[-64,14],[-18,8],[-16,11],[-15,16],[-8,16],[-8,20],[-5,35],[-6,122],[-4,91],[-4,128],[-4,135],[-4,94],[-8,178],[-12,130],[-6,49],[-8,43],[-6,31],[-7,31],[-21,98],[-38,177],[-11,40],[-9,27],[24,21],[2,7],[0,17],[34,59],[61,102],[15,30],[23,44],[11,20],[67,127],[28,54],[7,15],[30,56],[69,120],[11,20],[47,86],[62,108],[42,74],[20,38],[24,47],[2,8],[0,5],[0,18],[6,18],[53,91],[15,26],[4,10],[1,14],[20,28],[3,2],[7,8],[14,2],[1,-42],[0,-190],[-1,-169],[-6,-76],[0,-45],[6,-73]],[[366027,427878],[555,-653],[18,-21],[68,-80],[48,-57],[22,19],[-2,2],[45,48],[14,12],[82,85],[44,45],[60,69],[20,23],[97,110],[16,18],[120,135],[28,33],[54,62],[29,33],[40,45],[74,-50],[20,-4],[130,-95],[33,33],[-28,39],[13,-1],[68,-3],[55,-3],[217,2],[66,-1],[30,-5],[18,-8],[21,-17],[27,-31],[141,-168],[28,-33],[116,-140],[63,-76],[18,-24],[34,-70],[85,-180],[44,-94],[68,-146],[71,-160],[6,-23],[0,-3],[1,-34],[-4,-36],[-10,-61],[-4,-23],[-9,-70],[-46,-346],[-18,-124],[-11,-53],[-1,-3],[-14,-54],[-14,-35],[-18,-49],[-70,-177],[-69,-175],[-27,-71],[-16,-60],[-10,-41],[-3,-47],[2,-24],[3,-20],[8,-18],[20,-34],[20,-27],[20,-19],[20,-9],[21,-4],[11,-7],[5,-10],[12,-35],[17,-30],[1,-3],[51,-61],[101,-117],[310,-366],[323,-381],[243,-286],[291,-347],[351,-416],[7,-8],[34,-41],[12,-11],[22,-12],[58,-24],[7,-6],[5,-9],[2,-19],[2,-34],[1,-126],[0,-13],[-3,-16],[-1,-11],[-2,-8],[-6,-22],[-1,-23],[5,-24],[16,-58],[0,-10],[7,-13],[4,-12],[0,-12],[-3,-14],[-7,-22],[2,-130],[3,-63],[4,-161],[7,-394],[2,-206],[6,-225],[10,-579],[2,-92],[3,-98],[1,-134],[2,-135],[4,-188],[0,-38],[0,-8],[-40,-70],[-9,-16],[-45,-45],[-8,-3],[-5,-5],[-8,-17],[-23,-37],[-19,-32],[-196,-362],[-81,-145],[-60,-105],[-44,-78],[-46,-82],[-10,-15],[-35,-73],[-34,38],[9,20],[13,34],[7,23],[7,30],[6,42],[5,58],[-1,64],[-6,118],[-6,109],[-6,87],[-1,31],[-15,207],[-13,226],[-8,108],[-7,112],[-7,115],[-6,102],[-8,101],[-3,63],[-6,145],[-8,215],[-5,143],[-8,189],[-7,123],[-2,93],[-5,58],[-9,55],[-19,76],[-28,86],[-32,83],[-80,210],[-23,60],[-47,113],[-33,59],[-44,74],[-73,118],[-71,109],[-104,159],[-66,97],[-124,184],[-56,81],[-176,246],[-25,36],[-357,513],[-193,276],[-203,291],[-271,395],[-86,123],[-197,268],[-145,203],[-275,377],[-34,49],[-18,33],[-12,29],[-1,4],[-4,16],[0,28],[5,24],[8,21],[18,40],[8,19],[15,44],[25,106],[8,62],[4,58],[-1,52],[-5,43],[-9,41],[-15,42],[-23,42],[-21,30],[-27,27],[-26,20],[-24,14],[-32,11],[-32,5],[-31,1],[-39,-5],[-58,-15],[-45,-13],[-71,-24],[-26,-7],[-20,-2],[-24,2],[-15,4],[-9,2],[-29,17],[-41,39],[-115,155],[18,36],[-27,41],[-21,31],[-35,52],[-35,51],[41,36],[-16,24],[-25,37],[67,57],[-161,127],[-124,102],[-9,8],[-7,13],[-10,25],[-3,21],[0,11],[5,7],[1,11],[9,28],[-1,10],[-3,7],[-4,5],[-10,7],[-9,3],[-10,-1],[-19,0],[-8,4],[-6,5],[-3,8],[1,12],[-2,6],[-5,6],[-7,5],[-37,17],[44,38],[92,209],[6,16],[4,0],[31,63],[7,-8],[0,0]],[[44156,226958],[6,-12],[41,-52],[22,-32],[22,-32],[18,-25],[0,-1],[11,-16],[7,-9],[-7,-10],[-23,-35],[-44,-42],[-4,-3],[-37,-35],[2,-8],[1,-4],[-3,-7],[-3,-6],[-4,-10],[-4,-9],[-4,-10],[-4,-9],[-5,-11],[-3,-8],[-4,-9],[-3,-11],[-1,-6],[0,-9],[-11,-12],[0,-3],[-26,-15],[4,-7],[-4,-5],[-12,-9],[0,0],[-71,-54],[0,4],[0,-4],[-36,-27],[-2,-1],[4,-7],[70,-106],[74,44],[1,0],[18,11],[3,-16],[2,-6],[-2,-12],[-3,-9],[-2,-8],[-4,-14],[-3,-11],[-2,-9],[-2,-10],[-4,-25],[-9,-18],[-7,-19],[-3,-9],[-1,-6],[-5,-25],[-2,-9],[0,-27],[2,-17],[0,-9],[0,-6],[2,-19],[9,-42],[10,-43],[9,-46],[7,-33],[3,-11],[-57,-23],[-90,-38],[-90,-38],[-59,-25],[-128,-54],[-99,-41],[-18,-8],[-37,-15],[-20,-5],[-2,-1],[-12,-3],[-42,-17],[-96,-40],[-17,8],[-8,-13],[-21,-10],[-25,-11],[-19,-9],[-17,-12],[-23,-5],[-33,-18],[-30,-16],[-21,-4],[-20,-5],[-24,-21],[-15,-14],[-16,-12],[-5,-4],[-6,-4],[-18,-10],[-22,-13],[-23,-11],[-13,-3],[-27,-6],[-7,-1],[-14,-4],[-4,-2],[-4,-4],[-26,-20],[-24,-18],[-11,-9],[-19,-7],[-15,-3],[-13,-3],[-19,-11],[-15,-9],[-4,-3],[-4,15],[5,20],[24,119],[15,72],[56,154],[52,141],[8,55],[8,56],[10,75],[7,51],[5,12],[67,153],[63,147],[16,36],[60,138],[51,68],[111,146],[126,167],[34,29],[61,54],[38,34],[161,77],[67,29],[57,35],[57,39],[9,5],[47,-67],[9,10],[10,-11],[0,0],[0,0],[1,-1],[0,0],[74,-127],[-4,-4],[11,-13],[2,2],[9,-15],[21,-35]],[[222251,469425],[111,-204],[2,-5],[0,-5],[0,-4],[-176,-118],[-150,-99],[-336,-225],[-278,482],[60,22],[46,11],[33,3],[31,0],[66,-9],[41,-5],[43,-1],[18,1],[11,1],[27,5],[28,13],[41,26],[70,54],[139,105],[15,10],[12,6],[11,4],[11,2],[10,1],[11,0],[17,-4],[13,-4],[12,-5],[12,-6],[11,-7],[9,-7],[9,-8],[8,-10],[6,-10],[6,-10]],[[223877,474374],[-3,3],[-7,7],[-5,4],[-3,7],[-5,10],[-4,6],[-11,24],[-7,5],[-6,2],[-4,2],[-6,0]],[[223939,474508],[12,-18],[42,-58],[4,-8],[0,0]],[[198607,445629],[-232,-318],[-20,-22],[-120,-134],[-299,-335],[-250,-279],[-24,-26],[-370,-339],[-677,-621],[-113,-104],[-10,-14],[-79,-77],[-380,-369],[-385,-374],[-146,-96],[20,193],[7,64],[752,893],[14,23],[94,107],[696,842],[194,300],[593,717],[29,-32],[-68,-92],[100,-79],[-35,-64],[19,-18],[110,139],[33,34],[108,159],[278,378],[45,68],[51,75],[-116,153],[600,789],[174,225],[60,71],[374,354],[219,203],[190,196],[381,486],[103,143],[18,35],[1041,1478],[345,521],[135,-118],[-44,-67],[-1142,-1753],[-139,-214],[-8,-25],[-175,-238],[-151,-205],[-267,-385],[-352,-489],[-480,-671],[-107,-180],[-304,-509],[-290,-399]],[[538329,639308],[-54,-54],[-1167,1232],[-792,836],[-2506,3014],[-288,346],[-2367,2846],[-186,224],[-65,76],[-29,33],[-99,105],[-103,100],[-106,95],[-15,12],[-20,18],[-25,20],[-29,24],[-27,21],[-24,18],[-21,16],[-22,17],[-20,15],[-27,19],[-27,19],[-25,18],[-23,15],[-24,16],[-33,21],[-32,20],[-32,20],[-24,15],[-23,14],[-26,15],[-28,15],[-32,18],[-43,23],[-49,25],[-38,19],[-21,10],[-857,423],[-63,31],[0,27],[13,498],[7,0],[1370,-79],[1110,-572],[443,-228],[1547,-797],[1442,-1037],[0,-718],[889,-1688],[222,-1220],[265,-738],[1086,-1027],[61,-116],[937,-2075]],[[345471,820390],[261,-79],[2,6],[28,-9],[-3,-9],[0,-7],[-15,-75],[-9,-45],[-6,-47],[-7,-99],[-3,-43],[-9,-146],[48,36],[-1,-8],[97,83],[15,2],[48,5],[259,29],[92,11],[236,25],[98,-134],[3,-14],[6,-207],[3,-123],[11,-3],[59,-1],[6,-1],[25,0],[166,-5],[26,-1],[155,-3],[463,-14],[37,0],[16,0],[14,-212],[1,-32],[0,-2],[38,-544],[0,-1],[4,-51],[-9,0],[0,-1],[-3,24],[-15,-1],[-1,9],[-117,-11],[-134,-11],[0,-8],[1,-34],[5,-82],[3,-103],[58,3],[87,4],[71,3],[33,1],[33,-403],[-32,-169],[-64,42],[-12,9],[-33,27],[-45,36],[-7,-10],[-8,5],[-58,-103],[-133,89],[-270,182],[-160,106],[-217,145],[-81,52],[-120,79],[-39,-48],[-28,-34],[-27,-32],[-1201,-1374],[-6,-7],[-23,-23],[-32,-35],[-42,-35],[-20,-11],[-18,-7],[-38,-11],[-30,-3],[-31,0],[-96,2],[-66,2],[-59,3],[-49,1],[-30,2],[-5,-6],[-8,1],[-37,10],[-28,12],[-3,6],[-14,5],[-33,14],[-39,16],[-49,21],[-47,24],[-35,18],[-30,14],[-30,17],[-32,21],[-24,17],[-25,18],[-36,28],[-42,34],[-48,41],[-53,43],[-58,46],[-24,20],[-53,38],[-14,8],[-7,5],[-29,17],[-83,51],[-10,-2],[-6,4],[-28,13],[-25,13],[-12,11],[-129,55],[-116,44],[-38,11],[-17,4],[-1,0],[-2,0],[-3,1],[-9,2],[-330,46],[-28,-1],[-32,67],[-16,30],[-20,37],[-22,35],[-36,46],[-22,26],[-25,26],[-41,36],[-33,27],[50,72],[77,110],[180,264],[153,224],[56,80],[203,-197],[59,-58],[264,-258],[6,9],[0,0],[2,2],[199,290],[0,1],[-71,322],[-11,67],[57,23],[145,49],[52,30],[26,12],[23,4],[35,2],[29,-2],[18,2],[26,5],[139,41],[46,18],[25,18],[33,33],[23,32],[12,27],[6,20],[2,25],[2,37],[3,32],[-3,14],[-15,20],[0,0],[-2,3],[-38,52],[-39,47],[-62,70],[-128,124],[-170,166],[-143,138],[-193,189],[-220,213],[49,158],[8,24],[14,38],[11,31],[64,152],[57,132],[12,25],[12,17],[10,15],[20,19],[18,14],[21,15],[11,7],[6,-10],[8,-18],[20,-31],[23,-24],[20,-18],[39,-26],[177,-108],[77,-46],[31,-18],[16,-9],[10,-6],[7,-5],[16,-6],[5,-2],[2,0],[8,-4],[12,-3],[37,-6],[34,-1],[43,-1],[37,-1],[9,0],[69,-6],[45,-7],[41,-9],[52,-18],[52,-20],[84,-37],[205,-94],[90,-40],[20,-4],[25,-4],[25,-2],[52,-2],[97,-16],[10,-2],[2,-1],[117,-36]],[[321399,812820],[-4,37],[-6,23],[-3,15],[-25,69],[-26,69],[-15,29],[-18,25],[-33,46],[-21,23],[-18,13],[-28,14],[-56,22],[-46,21],[-32,19],[-59,40],[-60,41],[-91,61],[-57,32],[-61,27],[-43,13],[-41,6],[-38,-1],[-25,-6],[-25,-8],[-31,-15],[-32,-19],[-33,-25],[-43,-40],[-64,-59],[-38,-30],[-31,-21],[-1,-1],[-51,15],[-2,16],[-9,18],[-22,31],[-32,36],[-72,72],[-220,209],[-161,162],[-34,35],[-25,29],[-14,17],[-45,60],[-39,62],[-49,88],[-27,61],[-37,99],[-18,57],[-9,32],[-2,9],[-7,35],[-3,19],[-2,20],[-4,64],[2,81],[5,65],[13,107],[13,86],[8,46],[9,34],[12,42],[23,56],[8,21],[20,44],[31,56],[21,38],[34,46],[35,46],[34,43],[35,37],[45,43],[5,4],[60,59],[18,17],[29,28],[30,28],[98,88],[9,8],[51,41],[50,35],[143,97],[201,132],[43,31],[146,96],[44,27],[59,38],[86,58],[22,19],[17,27],[12,27],[6,48],[2,50],[6,44],[6,16],[13,26],[75,141],[19,21],[37,33],[112,92],[29,27],[19,19],[9,16],[3,23],[1,48],[0,29],[0,181],[0,34],[-3,15],[-65,162],[-40,98],[-11,25],[-9,20],[2,17]],[[321093,817422],[1,2],[-1,0]],[[321093,817424],[1,3],[11,33],[16,36],[17,34],[2,15],[18,23],[12,16],[102,155],[47,67],[34,44],[30,33],[63,63],[78,74],[42,45],[20,28],[11,28],[2,26],[0,29],[0,14],[-9,94],[-14,134],[0,8],[-1,22],[-1,14],[5,102],[8,111],[8,104],[2,47],[10,46],[19,66],[12,38],[1,2],[11,21],[2,3],[18,57],[17,42],[22,32],[14,17],[8,11],[41,39],[37,28],[37,22],[47,24],[81,35],[103,41],[44,21],[33,23],[43,35],[129,115],[68,62],[30,30],[35,43],[47,55],[58,76],[3,4],[16,17],[7,7],[12,18],[36,48],[23,35],[32,53],[50,66],[49,55],[17,20],[4,19],[2,15],[13,105],[2,64],[-2,75],[-5,54],[-8,56],[-10,45],[-10,30],[-19,44],[-63,119],[-12,21],[-33,62],[-196,361],[-87,164],[-114,207],[-10,18],[-8,17],[-61,109],[-52,94],[-20,53],[-9,38],[-5,48],[0,63],[9,107],[7,68],[2,21],[9,93],[20,162],[42,375],[6,76],[7,55],[5,62],[26,245],[12,81],[15,73],[9,33],[13,40],[20,45],[15,28],[19,30],[26,32],[26,26],[33,26],[59,39],[38,18],[5,2],[32,10],[43,9],[42,9],[29,6],[89,16],[126,25],[394,74],[49,11],[31,10],[48,18],[83,34],[107,43],[102,44],[27,16],[21,24],[30,54],[90,167],[26,56],[26,57],[22,61],[13,46],[4,34],[1,31],[-4,29],[-12,52],[-18,80],[-38,189],[-8,55],[-7,68],[-4,130],[-6,234],[-6,116],[-4,104],[-11,285],[-10,61],[0,11]],[[323836,826020],[5,5],[3,108],[-6,0]],[[323838,826133],[8,62],[39,202],[87,396],[35,149],[5,33],[26,114],[14,41],[9,28],[11,28],[16,40],[35,77],[114,244],[140,294],[72,157],[10,33],[24,74],[19,44],[67,144],[11,25],[113,239],[100,213],[149,313],[92,190],[75,146],[14,26]],[[325123,829445],[34,-20],[204,-119],[50,11],[39,9],[77,17],[29,55],[31,55],[16,-8],[159,-75],[129,-65],[5,-3],[6,-3],[21,-10],[57,-29],[198,-98],[9,-4],[36,-18],[110,-58],[40,-20],[10,-93],[4,-30],[6,-18],[21,6],[46,-91],[11,-19],[0,0],[11,-20],[0,0],[26,13],[60,32],[20,10],[25,13],[140,48],[36,9],[0,0],[31,6],[33,6],[0,2],[13,2],[3,0],[40,0],[20,-1],[12,-5],[36,-7],[3,0],[18,-1],[3,0],[1,-11],[10,-125],[-5,-48],[9,-33],[10,-6],[0,-6],[6,-247],[2,-52],[1,-34],[3,-68],[1,-45],[0,-30],[0,-15],[0,-18],[-2,-19],[-2,-18],[-2,-17],[-2,-14],[-8,-14],[-11,-54],[-29,-45],[-5,-8],[-31,-46],[-42,-63],[-11,-17],[-28,-43],[-4,-79],[0,-2],[-12,1],[-2,-41],[-1,-25],[-2,-22],[-4,-46],[-1,-11],[3,-25],[1,-26],[1,-21],[0,-2],[3,-35],[-1,-17],[-22,-2],[-73,-1],[-71,-1],[-33,4],[-79,5],[-5,0],[-18,0],[-45,1],[-1,-13],[-1,-1],[-45,-106],[-6,-9],[-31,-50],[-17,-28],[-10,-23],[-40,-55],[-9,-6],[-13,-3],[-31,5],[-3,5],[-11,17],[-16,16],[-15,9],[-15,8],[-21,4],[-318,8],[-6,1],[-12,1],[0,-1],[-1,-24],[-1,-10],[-1,-129],[0,-222],[6,-394],[4,-87],[11,-84],[10,-55],[13,-47],[8,-26],[19,-46],[3,-10],[5,-16],[0,-7],[6,-1],[1,-6],[99,-8],[-25,-289],[-9,-89],[-61,8],[-5,-5],[-2,0],[-9,-106],[-48,2],[-14,2],[-7,-23],[-13,-14],[-17,-10],[-106,6],[-30,2],[-60,5],[-29,3],[-65,-29],[-173,-96],[-1,-4],[-6,-22],[-29,-17],[-25,-13],[-15,-3],[-81,7],[-14,5],[-21,7],[-11,1],[-7,-4],[0,-3],[-8,1],[-57,6],[-6,0],[0,-2],[-50,6],[-22,3],[-22,3],[-30,4],[-101,9],[0,0],[-1,0],[-21,4],[-56,6],[-58,8],[-35,3],[-11,1],[-2,0],[-17,1],[-10,1],[-1,0],[0,0],[-4,0],[1,-7],[-10,-171],[-8,-182],[-4,-84],[6,0],[0,-4],[-1,-95],[8,-1],[1,-3],[8,-13],[12,-15],[17,-17],[23,-21],[33,-18],[-19,-14],[-11,-11],[-10,-10],[-2,-35],[1,-1],[4,-4],[3,-8],[2,-12],[-10,-1],[6,-21],[11,-15],[15,-10],[17,-9],[30,-3],[23,-1],[21,1],[6,-23],[2,-13],[-5,-41],[0,-12],[2,-13],[5,-13],[6,-24],[4,-24],[4,-21],[4,-20],[0,-39],[-2,-31],[-10,-44],[-3,-17],[-11,-57],[-10,-88],[-6,-42],[0,-30],[3,-31],[6,-99],[1,-66],[2,-31],[9,1],[22,3],[5,-111],[0,0],[-3,1],[-20,2],[-2,0],[-12,-13],[71,-6],[121,-11],[120,-9],[32,-3],[29,8],[2,0],[255,-23],[21,-2],[27,-3],[-9,-27],[-39,-92],[-4,-21],[-18,-38],[-19,-68],[-6,-14],[-2,-7],[-6,-14],[-14,-23],[-3,-28],[-3,-7],[-44,-231],[-86,-424],[-37,-126],[-17,-47],[-2,-8],[-6,-21],[-2,-7],[-4,-35],[-7,-31],[-9,-154],[-3,-38],[-3,-30],[-6,-25],[-81,-117],[-12,-18],[-4,-16],[2,-14],[2,-6],[6,-20],[0,-8],[184,-583],[-151,-135],[-9,-33],[-112,-66],[-71,-41],[-4,-2],[-56,59],[-62,-25],[-136,-53],[-36,-14],[2,-9],[29,-81],[12,-32],[10,-22],[13,-26],[23,-47],[51,-97],[41,-76],[135,-299],[5,-11],[22,-48],[3,-4],[134,-130],[162,135],[69,57],[67,51],[216,170],[107,80],[13,9],[78,-136],[63,46],[68,24],[61,-48],[42,-36],[21,-19],[16,-17],[21,-28],[22,-34],[4,-7],[3,-6],[14,-27],[8,-18],[46,-98],[35,-81],[19,-48],[8,-20],[-43,-15],[-32,-3],[-17,-4],[-47,-22],[-17,-7],[-32,-21],[-37,-27],[-18,-16],[11,-89],[8,-77],[4,-30],[8,-33],[14,-47],[12,-45],[-131,-68],[29,-84],[-91,-51],[-110,-62],[-9,24],[-14,26],[-13,23],[-9,16],[-19,24],[-20,25],[-24,29],[-55,61],[-11,-9],[-12,-15],[-8,-9],[38,-46],[38,-43],[14,-16],[14,-18],[20,-30],[14,-21],[12,-19],[10,-23],[-12,-8],[-40,-20],[-70,-33],[-89,-42],[-58,-27],[-103,-51],[-6,-3],[-6,-4],[-119,-59],[-2,-3],[3,-7],[55,-112],[22,-46],[95,38],[19,8],[1,4],[101,42],[63,27],[155,60],[59,21],[63,-167],[24,-60],[8,4],[6,4],[10,-28],[8,-25],[5,-15],[4,-11],[4,-15],[-71,-43],[-45,-30],[-33,-23],[-28,-21],[-70,-55],[-19,3],[11,20],[-38,42],[-31,34],[-40,16],[-44,19],[-28,-20],[-12,-10],[5,-29],[31,-111],[5,-9],[29,-34],[7,5],[0,-3],[-7,-20],[-107,-76],[-36,-25],[-240,-168],[-268,-189],[-313,-216],[-154,-109],[-4,-2],[-65,-46],[-16,-11],[-28,-19],[-48,-28],[-168,-118],[-161,-110],[-37,-33],[-48,-32],[-101,-73],[-137,-93],[-91,-67],[-111,-80],[-6,-6],[-36,-24],[-17,-13],[-20,-17],[-34,-30],[-28,-26],[-24,-24],[-24,-22],[-22,-23],[-32,-31],[-32,-32],[-75,-73],[-1,-1],[-22,-22],[-62,-56],[-44,-40],[-12,-13],[-58,-58],[-51,-50],[-14,-14],[-23,-21],[-14,-11],[-15,-13],[-16,-13],[-53,-41],[-32,-23],[-14,-10],[-13,-10],[-31,-30],[-6,-6],[-17,-19],[-48,-56],[-30,-37],[-12,-14],[-16,-18],[-17,-18],[-18,-14],[-9,-8],[-56,-32],[-40,-23],[-4,-3],[-2,-2],[-8,-8],[-7,-13],[0,-5],[-11,7],[-18,0],[-22,-2],[-18,-3],[-47,-5],[0,-4],[-19,-4],[3,-28],[-2,-12],[-15,-21],[-21,-27],[-10,-20],[-2,-9],[19,-21],[25,-27],[19,-9],[15,1],[11,10],[12,22],[13,22],[8,9],[43,19],[6,10],[-3,7],[29,-5],[19,-35],[21,-33],[3,-6],[3,-20],[6,5],[1,-13],[-11,-32],[-22,-43],[-25,-39],[-32,-39],[-39,-42],[-39,-39],[-49,-42],[-114,-85],[-94,-72],[-69,-52],[-33,-27],[-54,-48],[-44,-45],[-9,-10],[-24,-29],[-39,-49],[-40,-53],[-32,-46],[-18,-26],[-10,-17],[-3,-6],[-24,-46],[-29,-70],[-17,-44],[-11,-41],[-9,-43],[-5,-40],[-35,-275],[-3,-23],[-12,-93],[-22,-164],[-20,-142],[-17,-120],[-13,-68],[-19,-78],[-20,-66],[-15,-38],[-21,-43],[12,-7],[-10,-19],[-8,-15],[-4,-6],[14,6],[2,-42],[-1,-6],[-1,-76],[16,-72],[4,-10],[34,-79],[13,-28],[13,-27],[11,-30],[11,-40],[4,-22],[1,-8],[-2,-19],[-6,-20],[-6,-22],[-9,-23],[9,-29],[105,-370],[-2,-1],[-5,-2],[-15,-1],[-40,14],[-9,7],[-24,8],[2,29]],[[324994,829091],[-1,-4],[-3,2],[-21,-45],[2,-1],[-35,-73],[-2,2],[-11,-22],[-9,-21],[2,-2],[-13,-28],[194,-134],[99,162],[-63,44],[-39,4],[12,25],[-2,7],[-110,84]],[[324872,828387],[32,-25],[48,99],[-204,115],[-8,-14],[-2,-5],[82,-67],[-21,-44],[73,-59]],[[323897,825124],[1,-16],[158,7],[-10,159],[-9,123],[-6,140],[-149,-6],[5,-112],[1,-27],[4,-118],[4,-105],[1,-45]],[[323975,822962],[29,-55],[105,53],[-7,18],[-11,29],[-10,23],[-3,2],[-6,11],[-30,-24],[-58,-49],[-9,-8]],[[322179,822538],[-32,-354],[65,3],[33,355],[-66,-4]],[[322859,821924],[1,-1],[1,0],[11,1],[3,-3],[21,-16],[13,-12],[12,-22],[22,-90],[4,-11],[16,-19],[14,-12],[11,-4],[14,-3],[40,13],[33,10],[-81,295],[-146,-11],[5,-48],[-1,-62],[1,-2],[3,-2],[3,-1]],[[323151,821746],[-113,-29],[29,-143],[-135,-215],[-52,21],[-63,-127],[72,-29],[25,-10],[46,-18],[57,-23],[51,-21],[42,-16],[35,-14],[10,-4],[50,-21],[94,-40],[23,142],[-53,20],[-15,6],[-5,2],[-60,26],[-35,14],[-25,11],[-16,7],[-51,21],[-30,12],[124,289],[2,-1],[221,-92],[-6,118],[-1,29],[-6,121],[-1,8],[-12,0],[-28,-4],[-52,-6],[1,-4],[-5,-1],[-41,-8],[-58,-12],[-11,-5],[-7,-4],[-1,0]],[[324554,819166],[50,-21],[39,101],[-16,7],[4,11],[49,116],[87,207],[5,14],[0,4],[-75,37],[-74,-171],[-20,-47],[-47,-113],[-8,-24],[-17,-40],[-25,-61],[48,-20]],[[324745,819004],[27,-95],[69,15],[-12,44],[32,24],[-64,44],[-52,-32]],[[334976,831965],[19,-5],[13,3],[6,4],[5,5],[9,11],[9,27],[72,213],[43,122],[32,-13],[382,-157],[10,-6],[4,-1],[190,-76],[210,-89],[542,-224],[16,-8],[-74,-228],[6,-2],[1,3],[0,-1],[-4,-12],[243,-98],[276,-117],[50,-21],[225,-92],[277,-112],[100,-42],[245,-105],[100,-45],[121,-60],[151,-75],[-124,-376],[3,-2],[-3,-7],[32,-15],[3,7],[0,0],[3,-2],[11,30],[27,76],[83,244],[8,20],[24,-15],[158,-93],[11,-5],[247,-143],[45,-26],[144,-85],[-36,-98],[-81,-218],[0,-7],[25,-18],[109,-79],[25,-23],[3,-3],[10,-22],[19,-61],[49,-175],[4,-18],[0,-20],[-23,-197],[4,-3],[0,0],[15,-12],[-12,-21],[-21,-46],[-5,-16],[-2,-6],[-27,-79],[-67,-205],[-53,-160],[-71,-229],[-5,-20],[-55,-176],[-3,-11],[-21,-64],[-13,-42],[-12,-47],[-24,-69],[-19,-45],[-21,-47],[-17,-34],[-21,-34],[-31,-42],[-31,-39],[-29,-30],[-32,-31],[-37,-33],[-39,-29],[-35,-25],[-58,-32],[-56,-27],[-49,-17],[-55,-12],[-27,-4],[-41,-6],[-171,11],[-42,8],[-43,15],[-39,12],[-105,42],[16,10],[0,1],[5,4],[26,15],[22,16],[11,11],[2,8],[-3,14],[-9,12],[-13,8],[-19,34],[-37,41],[-76,80],[-61,60],[-90,82],[-43,32],[-71,43],[-10,9],[-26,22],[-22,26],[-22,34],[-27,47],[-23,44],[-42,93],[-20,50],[-24,64],[-27,70],[-27,65],[-11,25],[-7,22],[-13,54],[-4,-2],[0,2],[0,2],[-11,-4],[-251,746],[-347,304],[-513,-269],[-4,2],[-44,14],[-1,0],[-306,-900],[-38,-111],[-10,-38],[0,0],[0,-1],[-508,-1494],[-21,-62],[-3,-6],[-137,-411],[-583,-1728],[-17,7],[-488,199],[-527,218],[-14,6],[-174,76],[-172,71],[-16,6],[-18,7],[8,24],[67,193],[82,243],[56,163],[75,218],[29,93],[34,96],[48,139],[87,254],[256,711],[17,47],[7,-1],[12,8],[64,194],[8,26],[60,183],[74,214],[77,235],[58,172],[30,87],[95,287],[37,109],[1,0],[15,38],[93,276],[58,169],[37,108],[82,243],[18,51],[128,370],[13,42],[78,228],[84,240],[20,64],[43,133],[22,64],[-2,0],[39,114],[-18,-12],[-11,-11],[-11,-12],[-13,-20],[-37,-102],[-26,-80],[-10,-18],[-12,-13],[-8,-7],[-12,-7],[-16,-3],[-11,-1],[-15,1],[-34,14],[-240,98],[2,5],[-1010,415],[203,602],[94,280],[141,-58],[769,-322],[362,-151],[59,-25],[7,-1]],[[337847,830612],[-30,-80],[-4,-3],[-41,9],[-39,11],[-38,-127],[-221,63],[-16,5],[-13,-16],[-24,-72],[335,-147],[60,71],[21,-53],[120,63],[1,12],[4,20],[8,25],[10,11],[22,28],[1,7],[-26,13],[-43,29],[29,79],[-19,9],[-97,43]],[[345015,862345],[-3,-20],[-4,-27]],[[345008,862298],[-1,-31],[-5,-61]],[[345002,862206],[1,-1],[-39,-13]],[[344964,862192],[-10,14],[-14,13],[-25,9],[-34,8],[-32,3],[-25,1],[-47,-6],[-181,-5],[-36,2],[-96,4],[-126,18]],[[344338,862253],[-22,3],[-5,1],[-62,19],[-30,15],[-28,23],[-28,30],[-7,8],[24,12],[10,16]],[[344190,862380],[11,19],[17,40],[19,46],[15,48],[13,34],[23,37],[17,27],[42,54],[32,36],[51,51],[53,43],[63,49],[68,41],[83,42],[78,30],[107,24],[153,25],[99,3],[127,-22],[51,-12],[26,-12],[41,-25],[-38,-77],[-22,-43],[-6,-10],[-13,-21],[-27,-31],[-35,-32],[-32,-23],[-32,-25],[-16,-12],[-18,-25],[-24,-42],[-15,-34],[-55,-126],[-15,-49],[-16,-63]],[[344783,862496],[0,0],[-8,-4],[-2,4],[-16,-10],[0,0],[-2,-1],[-15,-8],[-21,-31],[-14,-11],[23,-17],[38,-30],[47,-40],[25,-17],[47,33],[24,23],[47,138],[-8,13],[-38,58],[-54,-43],[-28,110],[-78,-24],[0,-1],[-12,-5],[6,-19],[41,-117],[-2,-1]],[[344252,862363],[-5,2],[-19,-35],[-4,-8],[-1,-3],[6,-5],[4,-3],[6,-4],[3,-2],[2,3],[5,11],[-3,2],[18,34],[-12,8]],[[328112,801308],[304,-239],[156,-143],[260,-295],[61,-88],[4,4],[5,-7],[83,-118],[4,-7],[113,-161],[46,-67],[20,-25],[17,-22],[18,-13],[32,-28],[21,-15],[41,-21],[57,-31],[33,-17],[7,-6],[6,-10],[0,-17],[-2,-42],[-6,-55],[-28,1],[-1,-45],[28,-3],[0,-8],[2,-47],[0,-38],[2,-16],[3,-15],[9,-29],[13,-32],[10,-20],[7,-10],[17,-21],[30,-26],[25,-19],[2,-2],[-20,-48],[3,-7],[145,-59],[-58,-118],[-23,14],[-45,26],[-129,81],[-243,150],[-104,66],[-52,34],[-58,40],[-53,43],[-48,39],[-65,62],[-125,123],[-127,128],[-24,25],[-9,12],[-6,8],[-20,27],[-26,28],[-24,22],[-24,19],[-27,15],[-85,30],[-58,17],[-70,14],[-155,22],[-66,7],[-28,5],[-28,1],[-29,-2],[-26,-9],[-26,-13],[-29,-22],[-4,-4],[-25,-13],[-13,-5],[-23,-1],[-45,0],[-27,3],[-30,7],[-24,7],[-46,26],[-22,23],[-20,22],[-18,22],[-43,68],[-25,36],[-55,89],[-18,20],[-43,30],[-69,29],[-259,84],[-104,36],[-375,146],[-264,143],[-127,94],[-22,21],[6,14],[63,-29],[46,-20],[29,-10],[30,-5],[12,0],[66,14],[3,0],[40,5],[34,8],[29,12],[27,14],[24,16],[17,15],[48,42],[80,67],[81,67],[71,48],[16,6],[10,6],[64,7],[86,20],[41,12],[30,15],[25,14],[33,25],[46,35],[94,64],[59,37],[12,8],[82,37],[37,7],[14,0],[247,-150],[336,-213],[10,-9],[116,-89]],[[329159,800048],[28,-5],[43,52],[-57,57],[-27,-38],[-25,-40],[38,-26]],[[346660,816604],[-43,-48],[-17,-18],[-1,-1],[-60,-65],[-62,-67],[-61,-64],[-60,-63],[-60,-64],[-58,-62],[-60,-64],[-62,-66],[-63,-68],[-59,-63],[-59,-65],[-34,-38],[-19,-23],[-56,-66],[-55,-66],[-41,-51],[-60,-76],[-61,-77],[-92,-119],[27,109],[14,50],[64,167],[5,10],[5,14],[5,4],[5,6],[8,6],[8,7],[3,7],[-5,9],[-16,7],[-16,10],[-14,11],[-10,14],[-3,9],[0,17],[1,14],[5,16],[5,10],[14,10],[24,12],[22,6],[9,5],[6,14],[1,11],[-2,12],[-20,33],[-23,30],[-20,20],[-7,6],[-1,8],[0,11],[3,12],[10,24],[11,41],[9,53],[9,48],[8,26],[14,29],[22,44],[31,55],[13,30],[7,23],[2,38],[4,4],[42,35],[12,5],[28,1],[45,-3],[11,2],[61,46],[211,165],[12,5],[14,0],[11,-4],[5,-9],[-3,-21],[-4,-16],[0,-16],[5,-11],[7,-4],[5,1],[24,29],[36,46],[18,21],[14,12],[16,11],[15,7],[13,5],[3,1],[19,6],[9,2],[15,3],[9,1],[16,-3],[23,-4],[12,-3],[7,-2],[69,-19],[71,-2],[79,-2],[42,0],[-6,-19],[-6,-12],[-14,-18],[-40,-44]],[[348266,821258],[-52,-31],[-32,-17],[-19,-6],[-17,-3],[-10,10],[-6,12],[-4,26],[-7,-16],[-35,18],[-29,17],[-47,37],[-24,23],[-17,18],[-20,26],[-21,31],[-13,25],[-13,29],[-14,33],[-5,19],[-5,15],[-3,14],[-6,31],[-2,27],[-1,26],[1,34],[3,44],[20,131],[18,87],[22,78],[32,104],[34,92],[37,91],[55,113],[48,85],[58,91],[55,78],[67,82],[52,59],[51,54],[83,77],[77,63],[78,56],[74,49],[26,15],[60,34],[63,30],[65,30],[66,23],[133,46],[20,5],[5,-4],[5,-13],[4,-19],[2,-51],[-4,-48],[-2,-9],[27,-37],[-10,-23],[-33,-65],[-20,-44],[-23,-71],[-4,-27],[-4,-19],[-1,-52],[0,-120],[6,-26],[12,-34],[4,-9],[11,-24],[7,-17],[4,-15],[0,-12],[-3,-12],[-18,-16],[-32,-25],[-42,-30],[-14,-4],[-51,-40],[-15,-9],[-27,-32],[-11,-22],[-6,-25],[-1,-44],[9,-56],[14,-65],[15,-68],[16,-52],[14,-27],[2,-15],[-23,-48],[-10,-37],[-20,-93],[-5,-11],[-17,-26],[-15,-18],[-30,-20],[-51,-31],[-20,-12],[-16,-11],[-10,-6],[-9,-9],[-13,-17],[-8,-11],[-46,-69],[-34,-49],[-22,-31],[-60,-90],[-17,-24],[-14,-14],[-18,-12],[-21,-9],[-102,-21],[-59,-14],[-24,-8],[-68,-43]],[[352914,830224],[23,-481],[8,-254],[11,-319],[3,-80],[-22,-592],[-63,-605],[-49,-461],[-24,-91],[-43,-155],[0,59],[1,6],[1,6],[0,6],[-1,7],[-6,30],[-12,27],[-84,-62],[2,-4],[6,-12],[2,-11],[3,-20],[1,-21],[-1,-24],[-14,-253],[-3,-14],[-2,-6],[-39,-87],[-35,-77],[0,-1],[-20,19],[-8,-7],[-16,-14],[-7,-6],[10,72],[30,63],[1,2],[-4,19],[-4,10],[-4,9],[-19,36],[-16,30],[-21,41],[-19,35],[-44,85],[-17,33],[-14,24],[-14,21],[-45,62],[-39,55],[22,80],[140,121],[27,15],[33,-80],[-3,-28],[0,-5],[3,-63],[3,-10],[63,18],[-12,75],[8,70],[-40,133],[-5,1],[11,208],[8,34],[48,208],[-5,103],[-6,79],[-6,51],[-11,67],[-9,41],[-80,-17],[-9,-2],[-6,2],[-6,2],[-18,47],[0,12],[0,21],[-1,23],[-23,104],[-120,309],[-11,29],[-8,20],[-6,21],[-7,23],[-7,24],[-3,21],[-1,17],[-1,7],[-27,6],[-8,4],[-24,4],[17,48],[9,-2],[4,1],[8,3],[6,0],[11,-1],[9,-2],[5,0],[1,1],[1,2],[0,2],[-2,5],[0,2],[0,2],[2,4],[4,7],[3,4],[5,10],[7,13],[5,15],[2,9],[2,7],[2,8],[9,20],[14,28],[8,11],[3,6],[2,6],[1,6],[7,19],[12,27],[15,43],[12,47],[5,19],[7,26],[12,51],[8,34],[3,17],[-51,12],[-51,12],[-10,-3],[-3,-10],[-9,-63],[-4,-27],[-6,-11],[-7,-3],[-10,3],[-13,2],[-3,6],[-15,2],[-17,-1],[-29,-2],[-10,0],[-15,3],[-13,6],[-9,6],[-6,14],[-3,14],[-2,19],[-2,23],[-6,23],[-14,14],[-13,23],[-8,13],[-8,18],[-5,15],[-6,36],[2,21],[14,32],[-11,27],[7,43],[15,20],[16,24],[29,19],[46,8],[30,-3],[45,-22],[65,-6],[32,-14],[68,-8],[-1,7],[1,14],[-1,5],[-1,11],[1,87],[2,85],[0,21],[1,10],[3,17],[7,27],[3,20],[2,20],[-1,19],[-4,22],[-6,27],[-5,28],[-4,25],[-2,28],[-2,21],[-1,32],[1,4],[1,31],[0,15],[0,2],[14,24],[52,121],[12,26],[10,33],[38,120],[45,144],[34,109],[8,29],[45,164],[56,259],[46,152],[13,78],[6,43],[0,24],[6,-333],[43,-387],[0,0],[53,-862]],[[323838,826133],[-96,6],[-2,-30],[0,-29],[-1,-65],[27,-8],[37,-2],[13,0],[6,1],[5,4],[6,5],[3,5],[0,0]],[[321093,817424],[-21,14],[-37,23],[-6,-12],[16,-10],[-24,-44],[27,-17],[17,-10],[28,54]],[[321399,812820],[-12,-4],[-15,-13],[-29,-42],[-6,-9],[-4,-13],[-2,-9],[-4,-21],[-23,-81],[-17,-61],[-9,-35],[-19,-63],[-8,-14],[-40,-47],[-44,-51],[-32,-35],[-15,-18],[-13,-25],[-19,-33],[-11,-21],[-7,-17],[-4,-20],[-4,-30],[-1,-16],[-3,-15],[-4,-29],[-1,-23],[-1,-35],[0,-44],[0,-10],[0,-5],[0,-4],[0,-6],[2,-23],[4,-44],[4,-31],[3,-21],[3,-14],[1,-7],[1,-4],[0,-2],[2,-7],[4,-22],[2,-6],[5,-27],[2,-7],[6,-20],[4,-15],[5,-18],[2,-7],[5,-17],[30,-105],[16,-60],[7,-29],[4,-39],[1,-17],[-1,-53],[-2,-72],[-1,-29],[-2,-51],[-2,-37],[0,-30],[4,-24],[9,-25],[9,-22],[34,-63],[30,-56],[6,-11],[18,-33],[33,-61],[60,-114],[37,-69],[34,-61],[53,-98],[80,-152],[62,-114],[13,-29],[11,-35],[9,-34],[6,-27],[3,-19],[3,-24],[2,-19],[1,-35],[1,-28],[-5,-31],[-9,-71],[-13,-107],[-5,-36],[-4,-46],[-3,-17],[1,-16],[1,-29],[2,-37],[3,-29],[9,-32],[12,-34],[49,-166],[45,-148],[32,-101],[9,-36],[8,-41],[14,-122],[11,-87],[8,-37],[6,-26],[51,-140],[55,-144],[25,-71],[7,-16],[4,-10],[10,-19],[37,-74],[31,-52],[21,-37],[15,-20],[10,-14],[51,-60],[84,-95],[0,0],[0,0],[-32,-1],[-30,-3],[-15,-5],[-13,-10],[-10,-15],[-6,-16],[-9,-30],[-12,-35],[-12,-28],[-17,-26],[-24,-32],[-21,-21],[-10,-1],[0,2],[-1,0],[-17,-2],[-57,-2],[-60,-3],[-77,-3],[-33,-2],[-45,-1],[-158,-8],[4,-322],[0,-24],[-41,-8],[-101,-17],[-188,-13],[-171,-9],[-20,-5],[-66,-22],[-18,-5],[-52,-10],[-32,-2],[-7,-17],[-11,-26],[7,1],[12,-9],[4,-10],[1,-11],[-1,-16],[-1,-4],[-5,-7],[-13,-27],[-13,-32],[-6,-19],[-4,-13],[-12,-44],[-34,-143],[-25,-94],[-14,-58],[-12,-39],[-13,-40],[-12,-32],[-30,-71],[-17,-35],[-17,-34],[-20,-36],[-20,-34],[-16,-28],[-14,-27],[-12,-28],[-24,-49],[-12,-21],[-11,-17],[-18,-26],[-21,-28],[-20,-29],[-13,-21],[-7,-18],[-3,-9],[-1,-1],[-8,-16],[-1,-30],[2,-38],[3,-45],[1,-4],[-2,-20],[-4,-26],[-11,-53],[27,20],[9,-40],[6,0],[2,-5],[7,-22],[13,-35],[13,-25],[13,-18],[13,-16],[15,-13],[20,-15],[62,-34],[25,-12],[15,-8],[32,-12],[32,-6],[44,-6],[168,-31],[20,-7],[5,-2],[17,-9],[26,-18],[17,-10],[24,-9],[75,-21],[64,-17],[53,-187],[15,-15],[21,-58],[64,-90],[36,1],[34,-27],[5,-5],[78,-68],[23,-70],[-35,-54],[-16,-31],[-30,-94],[-21,-127],[-50,-95],[36,-10],[46,43],[42,-105],[114,-48],[2,-1],[31,-12],[26,-30],[-54,-34],[-25,-15],[-50,-31],[8,-10],[46,-49],[17,-19],[28,-32],[30,-30],[15,-14],[9,-8],[32,-1],[104,-4],[24,-1],[53,-3],[105,-5],[5,0],[4,-1],[4,0],[0,0],[11,-1],[7,-1],[-4,-5],[-5,-16],[-4,-14],[0,-10],[1,-17],[1,-13],[4,-18],[7,-22],[8,-31],[6,-23],[8,-23],[12,-34],[26,-77],[16,-49],[16,-44],[18,-52],[44,2],[70,4],[39,2],[47,4],[6,-64],[4,-33],[6,-41],[5,-12],[4,-4],[15,-7],[17,-2],[53,5],[45,3],[27,0],[53,-121],[23,-61],[15,-65],[2,-87],[23,-158],[24,-159],[1,0],[16,-31],[1,-1],[51,-51],[15,-12],[29,-25],[10,-9],[15,-11],[43,-5],[10,-3],[10,-3],[4,-1],[4,-2],[11,-3],[11,-2],[10,2],[10,3],[26,21],[44,33],[27,18],[19,12],[22,13],[60,34],[52,26],[1,11],[3,2],[0,8],[0,7],[1,12],[2,0],[9,2],[13,3],[18,8],[19,9],[99,22],[49,6],[9,1],[4,-1],[25,-3],[27,-4],[21,-9],[71,-34],[-11,-20],[-15,-27],[28,-21],[3,12],[3,7],[6,3],[7,-2],[-1,-1],[3,-2],[30,-17],[17,-8],[12,-5],[26,-8],[7,-2],[8,-2],[57,-18],[66,-20],[17,-3],[16,-2],[12,-1],[17,-1],[16,0],[12,1],[8,1],[1,-59],[0,-42],[0,-24],[3,-24],[4,-26],[36,-19],[40,-22],[1,11],[1,8],[0,18],[0,21],[-5,20],[-8,33],[-3,11],[-4,12],[-12,35],[-12,36],[-1,7],[-2,8],[19,3],[22,4],[110,8],[47,1],[29,-2],[24,-5],[32,-9],[47,-11],[21,-5],[36,-10],[35,-5],[46,-4],[0,0],[38,-1],[11,1],[0,0],[1,-1],[2,-2],[5,-6],[1,-5],[1,-3],[0,0],[0,-1],[0,-2],[-1,-4],[-3,-7],[0,0],[-1,-1],[-5,-7],[-2,-3],[-1,0],[-8,-13],[-3,-7],[-4,-9],[-1,-3],[-3,-7],[-7,-27],[-2,-10],[-2,-13],[-3,-18],[-3,-32],[0,-37],[-1,-6],[-5,-21],[3,-1],[-24,-73],[-2,-22],[7,-20],[11,-27],[5,-15],[117,10],[116,11],[263,24],[121,10],[135,13],[32,3],[0,1],[3,0],[-4,93],[0,57],[139,2],[48,0],[156,1],[0,2],[8,1],[10,309],[3,119],[379,-14],[-23,-677],[-6,-185],[-16,-448],[-416,23],[-110,6],[3,-11],[17,-67],[-12,-51],[-20,13],[-2,0],[-154,93],[-584,326],[-4,2],[-18,6],[-12,18],[-11,16],[-82,119],[-71,53],[40,-60],[98,-142],[-13,10],[-9,7],[-24,20],[-93,94],[-108,-10],[-46,-25],[-57,-9],[-56,7],[-3,1],[-92,38],[-49,22],[-33,14],[-167,70],[-25,10],[-51,1],[-135,49],[-79,24],[-76,17],[-21,2],[-50,7],[-67,10],[-11,-23],[-10,-14],[-28,-22],[-35,-31],[-28,-14],[-22,-9],[-19,-1],[-36,1],[-33,3],[-24,1],[-25,0],[-18,-5],[-51,-19],[-42,-20],[0,0],[-12,-5],[-41,-19],[-76,-28],[-27,-9],[-28,-7],[-5,-1],[-19,-2],[-29,0],[-7,0],[-24,1],[0,-20],[4,-46],[3,-23],[4,-17],[12,-45],[11,-31],[12,-21],[3,-6],[35,-51],[124,-178],[122,-180],[248,-356],[374,-531],[124,-186],[123,-182],[126,-190],[64,-97],[12,-17],[42,-63],[69,-102],[53,-73],[41,-55],[44,-53],[47,-49],[22,-20],[24,-22],[51,-43],[48,-41],[67,-49],[51,-38],[58,-37],[166,-98],[339,-197],[109,-63],[221,-128],[204,-121],[182,-106],[42,-26],[31,-15],[28,-11],[27,-9],[2,0],[27,-3],[-2,-8],[0,-16],[3,-29],[6,-53],[5,-27],[3,-12],[6,-26],[6,-27],[9,-35],[16,-63],[7,-37],[27,-98],[17,-56],[30,-83],[28,-92],[32,-42],[28,-57],[14,-131],[10,-2],[23,12],[59,7],[132,19],[29,1],[108,-11],[32,-5],[58,-10],[67,-5],[39,-13],[-5,-35],[3,-73],[41,0],[40,13],[30,13],[41,18],[72,28],[3,1],[51,-4],[63,22],[2,0],[13,5],[0,1],[6,7],[1,1],[25,32],[8,10],[9,11],[4,6],[21,28],[19,25],[5,8],[23,39],[0,5],[-1,5],[0,2],[0,0],[27,-25],[21,-24],[10,-10],[8,-3],[11,-1],[16,4],[16,9],[9,10],[14,11],[13,8],[12,2],[13,-2],[10,-7],[4,-6],[2,-7],[-2,-9],[-25,-45],[-9,-24],[-5,-19],[0,-12],[1,-10],[6,-11],[13,-17],[22,-26],[27,-23],[34,-24],[46,-30],[43,-26],[29,-21],[36,-27],[33,-27],[41,-25],[33,-25],[104,-97],[47,-50],[33,-41],[24,-25],[28,-25],[27,-21],[39,-23],[39,-18],[14,-5],[12,0],[11,3],[10,8],[6,12],[5,24],[6,46],[9,39],[16,47],[12,56],[0,16],[1,1],[5,36],[6,46],[0,39],[0,19],[-5,5],[-2,9],[0,3],[1,7],[7,10],[8,9],[15,6],[10,3],[15,-7],[17,-11],[11,-13],[13,-33],[14,-48],[7,-45],[3,-31],[-16,-346],[1,-21],[4,-9],[8,-19],[83,-169],[12,-26],[5,-23],[0,-21],[-3,-20],[-10,-16],[-15,-13],[-20,-10],[-26,-3],[-24,2],[-25,8],[-169,61],[-46,15],[-17,10],[-3,1],[-60,36],[-27,16],[-6,8],[0,0],[-6,8],[-171,123],[-227,164],[-154,80],[-123,111],[-293,90],[-171,30],[-151,19],[-52,24],[-33,-19],[-393,29],[-22,12],[-102,32],[-61,37],[-302,87],[-84,17],[-65,29],[-109,66],[-103,83],[-60,62],[-65,13],[-93,30],[-1339,117],[-1043,85],[-195,9],[-18,1],[-155,7],[-135,32],[-238,108],[-47,0],[-70,54],[-117,25],[-20,27],[-118,50],[-23,-7],[-309,153],[-37,-2],[-91,51],[-164,61],[-265,111],[-83,17],[-39,38],[-141,48],[-141,55],[-153,89],[-109,50],[-46,38],[-18,9],[-79,26],[-58,45],[-117,52],[-14,-9],[-61,27],[-8,27],[-97,15],[-53,61],[-56,1],[-24,31],[-47,10],[-136,63],[-63,-27],[-21,9],[2,46],[0,2],[-65,15],[-17,29],[-14,8],[-6,3],[-15,21],[-75,17],[-19,-29],[-39,0],[-60,19],[-47,2],[-7,41],[82,16],[-2,21],[-74,-8],[-104,-32],[-68,61],[-53,63],[-23,-17],[-60,36],[-61,73],[-43,23],[-11,61],[-37,-34],[-64,21],[-3,5],[-9,17],[-29,-2],[-1,21],[-15,-2],[-16,-2],[-5,21],[6,0],[95,-1],[2,-25],[38,1],[8,27],[-12,16],[-54,30],[-26,-21],[-29,10],[-42,-14],[-27,28],[-20,-8],[-2,0],[-56,5],[-14,17],[-30,-1],[-39,16],[-29,19],[-26,26],[-35,9],[-15,-12],[-5,-4],[-18,2],[-24,-20],[-44,2],[-42,-33],[-90,28],[-40,-21],[-22,3],[-26,28],[-2,22],[26,26],[-12,16],[-36,11],[-10,36],[-48,18],[-97,48],[-19,31],[-31,7],[-25,-10],[-50,10],[-61,25],[-47,32],[-8,-550],[-4,-346],[-23,127],[-70,63],[-84,124],[-53,156],[-19,62],[-3,11],[-66,125],[-24,114],[-7,34],[-7,116],[-17,43],[-20,54],[-1,1],[-19,49],[-26,63],[-103,364],[-71,246],[-53,166],[-21,63],[-34,104],[-9,125],[7,87],[-11,152],[-21,114],[-42,126],[-1,3],[-58,209],[-40,261],[-40,257],[-34,216],[-31,330],[0,188],[24,181],[31,66],[42,49],[15,11],[60,42],[10,12],[34,41],[9,12],[11,73],[-20,105],[-35,91],[-62,83],[-80,73],[-48,67],[-30,153],[-12,60],[-16,219],[0,27],[5,264],[-7,150],[9,211],[27,57],[-3,71],[-17,36],[6,112],[31,642],[-4,336],[15,302],[1,26],[0,2],[8,164],[2,25],[33,356],[9,264],[16,158],[31,221],[39,332],[12,120],[17,180],[18,149],[2,22],[3,18],[52,445],[52,327],[40,247],[86,628],[102,628],[51,308],[21,40],[67,39],[33,38],[8,55],[-8,61],[-7,22],[-44,43],[-9,58],[15,94],[78,443],[110,630],[55,225],[57,292],[14,107],[33,280],[48,300],[132,614],[142,622],[185,608],[127,620],[148,520],[166,608],[141,626],[169,616],[177,602],[147,555],[95,361],[15,26],[51,37],[38,28],[22,39],[17,87],[29,113],[-4,41],[-7,24],[156,430],[208,587],[75,247],[136,357],[155,357],[66,160],[145,312],[130,265],[91,239],[125,357],[263,569],[262,574],[253,526],[225,458],[71,17],[51,22],[32,34],[38,81],[27,104],[8,56],[-33,51],[157,284],[68,133],[93,193],[88,251],[176,444],[31,92],[121,364],[265,573],[119,222],[176,325],[298,543],[300,551],[297,551],[91,159],[16,-13],[78,-57],[92,-38],[65,-22],[6,-2],[-88,-167],[-236,-365],[-66,-76],[-93,-155],[63,-37],[0,0],[80,-48],[90,-39],[27,47],[258,-146],[0,0],[0,0],[2,3],[22,41],[23,37],[2,-1],[10,-3],[3,1],[22,36],[16,28],[84,152],[46,102],[55,98],[83,153],[3,6],[65,109],[-1,4],[128,258],[139,252],[88,152],[6,6],[4,0],[13,25],[44,89],[108,207],[305,578],[13,27],[3,17],[1,13],[2,44],[6,-4],[-2,38],[-6,7],[-14,37],[2,18],[4,24],[1,4],[9,1],[14,6],[24,17],[10,16],[181,335],[53,-30],[47,89],[5,-4],[115,227],[24,51],[20,-12],[81,-49],[7,-4],[8,-3],[13,-3],[8,-1],[49,-6],[50,-5],[6,-2],[18,-7],[2,-2],[-5,-12],[-2,1],[-33,-15],[-28,-20],[-13,-13],[-36,-38],[-13,-16],[-6,-11],[-5,-20],[0,-15],[10,-14],[45,-48],[28,-25],[25,-21],[26,-13],[31,-27],[10,-30],[1,-34],[-2,1],[-1,-3],[-3,1],[-24,-57],[-20,-46],[-5,-12],[-24,-58],[-25,-58],[-24,-57],[-27,-62],[-10,-24],[-14,-33],[-3,-7],[-29,-66],[-1,-3],[-29,30],[-62,33],[-27,12],[-15,3],[-11,1],[-15,-2],[-13,-3],[-11,-8],[-23,-24],[-15,-21],[-23,-49],[18,-10],[-53,-110],[69,-37],[4,-7],[-5,-2],[-12,-10],[-10,-12],[-12,-9],[-9,-4],[-10,-2],[-27,-3],[-13,0],[-13,-2],[-8,-2],[-7,-5],[-18,-11],[-9,18],[-18,-7],[-16,-5],[-10,1],[-13,3],[-16,5],[-18,1],[-16,-1],[-32,-13],[-24,-16],[-21,-23],[-18,-22],[-11,-21],[-9,-26],[-11,-40],[-16,-56],[-18,-48],[-15,-30],[-15,-26],[-17,-28],[-33,-46],[-46,-63],[-15,-30],[-15,-32],[-16,-40],[-10,-45],[-4,-28],[-5,-94],[-5,-24],[3,-5],[0,-6],[0,-5],[-1,-127],[-4,-92],[-1,-40],[2,-37],[3,-26],[10,-39],[62,-248],[2,-14],[-4,-18],[-49,-193],[-3,-9],[-13,-36],[-37,-157],[-44,-196],[-23,-87],[-21,-99],[-9,-64],[-1,-4],[-3,-33],[3,-41],[10,-52],[16,-44],[17,-41],[22,-39],[16,-23],[24,-25],[34,-31],[1,-3],[3,0],[22,-19],[0,0],[257,-157],[-18,-33],[-156,-273],[-77,-131],[-27,-46],[-24,-41],[-29,-50],[-23,-41],[20,-12],[-1,-1]],[[325823,833562],[68,-29],[19,59],[-67,29],[-20,-59]],[[323016,825982],[-106,-390],[34,4],[92,-29],[107,-41],[178,-46],[37,153],[80,320],[-56,-1],[-55,2],[-64,0],[-3,14],[-11,29],[0,4],[0,20],[11,72],[15,0],[2,-2],[8,-4],[13,-2],[13,0],[10,1],[11,6],[9,7],[6,7],[4,9],[3,11],[2,12],[-5,17],[-2,3],[-6,10],[-15,20],[-18,17],[-2,6],[1,8],[5,10],[5,2],[5,0],[-9,6],[-20,13],[-26,17],[-18,13],[-8,7],[-5,3],[-2,-2],[-149,-95],[-71,-211]],[[317318,807033],[15,-38],[29,15],[-15,37],[-29,-14]],[[316438,805828],[-1,-5],[-12,2],[-10,-69],[51,-9],[5,25],[3,0],[7,48],[-27,5],[-3,6],[-9,2],[-4,-5]],[[320348,805757],[-83,-31],[15,-62],[24,-3],[7,0],[9,1],[26,5],[4,1],[5,3],[4,5],[8,7],[-19,74]],[[326438,834352],[-9,-29],[-10,-22],[-12,-24],[-21,-37],[-5,-12],[0,-14],[3,-10],[8,-10],[4,-3],[-22,-12],[-18,-12],[-32,-27],[-3,-5],[-9,10],[9,13],[10,25],[-9,7],[-149,105],[-189,-277],[-73,45],[-4,-8],[-18,12],[2,9],[10,17],[16,-11],[98,181],[-14,10],[1,1],[4,15],[-2,16],[-10,13],[-21,15],[-2,0],[-1,17],[3,10],[25,54],[9,34],[4,22],[34,69],[14,20],[84,160],[35,56],[19,33],[25,50],[25,56],[8,14],[8,10],[13,10],[39,29],[18,17],[21,23],[24,27],[24,32],[7,18],[12,50],[10,38],[10,23],[22,45],[14,-13],[13,-19],[13,-26],[18,-25],[16,-17],[22,-20],[69,-54],[28,-23],[62,-48],[-15,-11],[-19,-80],[-8,-24],[-6,-22],[-8,-21],[-8,-14],[-26,-44],[-74,-121],[-10,-18],[-14,-24],[-16,-30],[-20,-38],[-18,-39],[-11,-29],[-6,-21],[-4,-22],[-9,-61],[-8,-34]],[[351850,836223],[-83,-1432],[17,-6],[7,-2],[1,-6],[143,-75],[146,-71],[45,-20],[50,-23],[15,-8],[10,-4],[15,-6],[-1,-2],[-1,-3],[4,-8],[66,-31],[11,0],[8,6],[16,28],[15,26],[10,-7],[28,-20],[0,0],[8,-1],[25,0],[24,-4],[21,-7],[22,-11],[17,-13],[21,-30],[4,-25],[0,-45],[-9,-146],[-3,-48],[-5,-22],[-14,-39],[-19,-52],[-16,-51],[-20,-484],[-5,-91],[-28,5],[-659,27],[-59,-2],[-41,-8],[-46,-16],[-54,-26],[-39,-23],[-40,-28],[-28,-23],[-28,-26],[-22,-22],[-29,-37],[-32,-49],[0,0],[-25,-44],[-38,-72],[-60,-110],[-15,11],[3,4],[-5,6],[-159,205],[-151,21],[-592,-343],[-547,739],[-45,61],[-41,58],[-53,61],[2,8],[4,4],[-2,2],[116,121],[106,115],[-2,2],[4,4],[-106,122],[55,57],[82,88],[285,301],[606,644],[-73,28],[-299,111],[-45,13],[-151,38],[-26,7],[-41,7],[-32,0],[-26,-6],[-28,-11],[-16,-9],[-11,-7],[-13,-12],[-13,-9],[-199,-168],[-39,-30],[-51,-29],[-222,-128],[-34,-18],[-49,-28],[-69,-40],[-61,-39],[-4,-3],[-4,-2],[-3,-2],[-2,-2],[-56,-38],[-11,-10],[-10,-14],[-8,-21],[-7,-38],[-12,-73],[-6,-62],[-6,-91],[-3,-96],[-2,-83],[-1,-42],[0,-1],[-1,-26],[0,0],[-7,-75],[-4,-35],[-6,-29],[-9,-38],[-10,-32],[-4,-12],[-14,-33],[-25,-50],[-15,-28],[-35,-56],[-46,-69],[-115,-145],[-59,-65],[-37,-37],[-8,-8],[-51,-43],[-17,25],[-5,6],[-117,162],[137,134],[49,50],[50,59],[42,54],[39,59],[22,42],[21,45],[13,42],[8,33],[14,58],[6,42],[4,28],[4,120],[-1,28],[-4,64],[-1,65],[-3,64],[-1,48],[0,7],[4,43],[7,47],[7,35],[24,78],[10,31],[14,38],[15,34],[15,26],[19,26],[73,85],[1,1],[5,5],[2,3],[0,0],[10,12],[12,-13],[4,-7],[1,1],[1,-1],[18,13],[2,1],[34,13],[52,9],[108,12],[112,15],[37,6],[22,7],[24,13],[8,4],[15,10],[13,10],[13,12],[10,12],[9,13],[4,4],[36,41],[23,23],[24,23],[113,76],[33,17],[36,19],[41,17],[59,21],[24,4],[33,3],[10,0],[17,-4],[29,-8],[24,-6],[9,-3],[7,-1],[10,1],[-2,3],[-4,5],[-20,27],[-3,2],[-6,6],[-1,2],[17,6],[34,-13],[23,0],[40,4],[31,2],[55,-1],[40,-4],[46,-8],[74,-15],[93,-21],[59,-11],[35,-8],[6,5],[2,-1],[89,72],[497,397],[36,29],[188,-241],[4,3],[1,-2],[364,305],[-1,-4],[-1,-10]],[[333847,836605],[-28,-9],[-277,453],[-26,81],[13,-12],[23,-28],[37,-47],[29,-41],[41,-53],[36,-47],[52,-61],[14,-19],[11,-23],[21,-53],[16,-41],[13,-37],[17,-45],[8,-18]],[[343633,849423],[-539,-864],[1,-1],[-28,-3],[-4,3],[20,3],[-102,82],[-39,32],[-78,64],[-292,233],[-266,214],[-37,30],[-8,6],[132,201],[-1,-2],[47,71],[17,25],[0,0],[37,57],[13,0],[6,0],[46,3],[4,0],[117,5],[36,58],[8,13],[0,6],[-19,15],[-30,24],[32,50],[0,0],[4,11],[-5,7],[0,0],[-27,21],[-8,6],[0,0],[-12,9],[-1,5],[2,5],[6,11],[36,59],[50,77],[55,86],[16,24],[82,-66],[105,-84],[77,-58],[27,-21],[13,-14],[66,-53],[65,-50],[50,-40],[34,-29],[50,-38],[137,-109],[63,-51],[42,-33]],[[343409,850670],[-12,-72],[-160,38],[-43,10],[-6,1],[9,69],[212,-46]],[[342525,851173],[16,-17],[12,-13],[37,-32],[24,-22],[20,-27],[23,-40],[25,-54],[30,-76],[-6,-10],[-96,-136],[-21,-29],[-2,0],[-21,-4],[-102,1],[-24,5],[-32,1],[-39,-4],[-27,-4],[-16,-4],[-14,-6],[-15,-14],[-32,-52],[-11,-16],[-40,-62],[-55,-88],[-11,-13],[-10,-3],[-92,-17],[-126,-19],[-65,-9],[-38,-4],[-150,-3],[-152,4],[-133,-2],[-90,15],[-24,3],[-24,0],[-1,13],[5,122],[18,78],[-4,3],[-13,7],[0,0],[62,99],[9,-7],[2,5],[43,78],[52,101],[16,28],[12,12],[14,8],[252,35],[47,3],[20,-2],[15,-7],[2,-2],[11,-7],[15,-12],[4,1],[7,12],[50,74],[37,61],[17,3],[20,-2],[31,-17],[14,8],[45,6],[8,7],[28,40],[19,34],[7,2],[10,-2],[58,-43],[10,0],[12,10],[20,30],[28,41],[34,50],[19,24],[7,4],[13,0],[76,-34],[15,-5],[8,-6],[25,-18],[42,-42],[40,-42]],[[344964,862192],[39,13],[-1,1]],[[345008,862298],[4,27],[3,20]],[[344190,862380],[-7,6],[-17,33],[1,9],[23,18],[54,153],[114,167],[129,124],[43,22],[52,30],[60,28],[70,23],[80,23],[33,8],[8,1],[174,27],[186,0],[182,-35],[47,-18],[32,-30],[17,-47],[-4,-84],[-53,-31],[1,-29],[6,-20],[14,-30],[16,-30],[22,-33],[22,-24],[19,-18],[15,-8],[-6,-7],[6,-15],[6,-3],[5,4],[5,6],[64,-14],[21,-9],[15,-11],[20,-16],[24,-20],[29,-20],[36,-16],[24,-5],[26,0],[-7,-5],[1,-10],[3,-4],[7,-3],[10,0],[7,3],[9,-22],[-164,-93],[-2,0],[-12,-4],[-28,-16],[-24,-22],[-53,-61],[-48,-52],[-26,-32],[-15,-28],[-15,-30],[-14,-16],[-19,-11],[-26,-13],[-23,-24],[-28,-38],[-16,-30],[-10,-34],[-19,-79],[-14,-64],[-2,-37],[0,-1],[18,-96],[-34,59],[0,0],[-16,-37],[30,-83],[48,-142],[46,-156],[19,-65],[5,-18],[4,-13],[-4,-16],[8,-30],[17,-64],[26,-92],[25,-69],[25,-63],[12,-33],[2,-28],[-1,-32],[-12,-68],[-1,-22],[8,-48],[13,-52],[20,-57],[22,-53],[28,-51],[30,-47],[40,-51],[52,-61],[42,-41],[50,-43],[59,-45],[52,-33],[81,-46],[86,-42],[100,-40],[49,-22],[11,-6],[0,0],[0,-12],[-2,-7],[-19,-2],[-6,7],[-68,-5],[-47,-2],[-47,-3],[-8,-1],[-53,-3],[-1,0],[-27,-2],[-160,-23],[-28,-8],[-82,-24],[-60,-19],[-125,-47],[-41,-27],[-14,-9],[-11,-8],[-24,-22],[-18,-18],[-18,-21],[-2,-2],[-19,-17],[-35,-32],[-5,-13],[-40,-42],[-74,-27],[3,-20],[-8,-9],[-7,-27],[-7,-23],[1,-20],[14,-91],[18,-14],[-701,-106],[-9,-1],[-348,-52],[-4,-1],[-68,-9],[-70,-10],[-320,-46],[-36,-6],[-12,-2],[-1,-1],[-71,-12],[-13,-7],[-35,-30],[-12,-15],[-2,-1],[-19,-21],[-20,-29],[-9,-12],[-6,-15],[-4,-7],[-3,-7],[-17,-37],[-36,-81],[-72,-174],[-4,-10],[-1,0],[-72,-117],[-31,-54],[-7,-11],[-26,-41],[-26,-222],[-20,-7],[-8,-3],[-77,-12],[-56,-6],[1,-9],[-11,-1],[-16,-13],[-61,-61],[-57,-63],[-19,-23],[-64,-6],[-66,-9],[-68,-11],[-113,-31],[-14,-4],[1,-2],[12,-83],[4,-46],[2,-297],[-1,-113],[14,-1],[80,-7],[82,-9],[43,-6],[32,-8],[27,-10],[30,-18],[32,-26],[50,-41],[25,-26],[25,-270],[-65,-8],[-2,-12],[-7,-33],[-14,-51],[-13,-34],[-15,-32],[-14,-20],[-31,-41],[-116,-144],[-51,-66],[-7,-13],[0,-1],[0,-1],[-14,-21],[-7,5],[-86,52],[-12,-73],[-19,-109],[-7,-41],[-9,-9],[-1,0],[-16,-9],[0,0],[-2,-19],[-10,-22],[-31,-49],[-16,-28],[-13,-39],[-4,-25],[3,-47],[8,-85],[0,-34],[-9,-27],[-29,-73],[-8,-24],[-6,-249],[-30,-175],[-31,-187],[-31,-170],[-3,-29],[-4,-34],[-1,-5],[-22,-314],[-20,-300],[-1,-11],[-3,-3],[-1,-1],[-8,3],[-24,16],[-26,16],[-28,13],[-36,10],[-52,8],[-17,0],[1,-44],[-1,-73],[19,-14],[128,-53],[39,63],[3,-3],[0,1],[19,-24],[4,-4],[7,-9],[48,-64],[0,-2],[16,-23],[64,-89],[9,-13],[37,-54],[60,-91],[-23,-6],[-95,-26],[-103,-28],[-50,-472],[-5,-47],[-6,-58],[-8,-80],[-5,-68],[-2,-26],[-1,-7],[-2,-29],[-12,8],[-33,-362],[-24,-54],[-75,-178],[-172,-408],[-91,-225],[-25,-62],[-127,-315],[26,-11],[-408,-698],[2,-2],[-65,-112],[0,0],[-3,2],[-233,-399],[-22,-34],[-6,-9],[2,-1],[2,-1],[-11,-17],[-153,-236],[-19,-30],[-65,-101],[-2,-2],[-1,0],[-7,-10],[-43,-65],[-26,-47],[-142,-232],[-212,-328],[-49,-75],[-9,-17],[0,-14],[22,-27],[25,-28],[3,-12],[-4,-15],[-189,-299],[-30,22],[-43,-68],[24,-18],[-9,-23],[0,0],[0,-1],[-1,0],[-14,-24],[-8,-8],[-4,-5],[-4,-4],[-9,-9],[-19,-30],[-10,-23],[-16,-20],[-22,-34],[0,0],[-18,-49],[-18,-27],[-9,-22],[-1,-3],[-6,-18],[-24,-28],[-2,-3],[-8,-4],[-8,-16],[-12,-24],[-9,-10],[-8,-9],[-5,-1],[-6,-3],[-4,1],[-4,0],[-9,12],[-11,21],[-13,-1],[-18,6],[-15,9],[-13,7],[-53,-84],[-158,-252],[-23,-38],[-10,-11],[-14,-15],[0,0],[-22,-19],[-36,-29],[-4,-5],[-5,-8],[-2,-11],[3,-20],[0,0],[0,-3],[-26,-42],[-267,-411],[0,-1],[-4,-4],[-23,-24],[-23,-24],[-13,-16],[-9,-16],[-22,-34],[-26,-41],[-24,-40],[-29,-48],[-17,-30],[-14,-23],[-11,9],[-18,-37],[-30,-44],[-42,-53],[-20,-24],[-23,-33],[-73,-116],[-20,-31],[-35,-67],[-25,-46],[-22,-29],[-46,-51],[-23,-32],[-14,-26],[-17,-36],[-15,-36],[-42,-62],[-43,-69],[-18,-22],[-3,-3],[-6,-6],[-14,-6],[-16,-2],[-19,4],[-22,5],[-14,-3],[-17,-12],[-34,-41],[-35,-60],[-25,-44],[-39,-62],[-29,-50],[-27,-44],[-5,-8],[-1,-1],[19,-12],[-1,-1],[1,-1],[-3,-6],[-1,-11],[2,-11],[4,-14],[10,-30],[2,-17],[-14,-16],[-26,-45],[-154,-242],[-58,-90],[-45,-79],[-57,-86],[-92,-147],[-53,-80],[-28,-43],[-19,-30],[-24,-28],[-31,-33],[-26,-34],[-29,-44],[-110,-169],[-35,-54],[-41,-36],[-57,-85],[-35,-50],[-86,-131],[-10,-18],[-42,-70],[-56,-92],[-45,-81],[-51,-77],[-14,-26],[-30,-46],[-63,-91],[-85,-138],[-106,-162],[-108,-162],[-80,-123],[-32,-54],[-40,-55],[-42,-55],[-46,-59],[-53,-69],[-47,-57],[-75,-104],[-71,-108],[-36,-62],[-46,-78],[-70,-126],[-39,-69],[-37,-69],[-34,-60],[-22,-37],[-10,-16],[-58,-93],[-73,-120],[-93,-148],[-229,-354],[-127,-202],[-151,-236],[-139,-215],[-62,-93],[-64,-91],[-52,-66],[-30,-27],[-10,-19],[-157,-252],[-114,-186],[-115,-187],[-173,-287],[-11,-12],[-19,-7],[-27,-5],[-23,-10],[-10,-8],[-7,-6],[-23,-32],[-99,-156],[-304,-456],[-68,-104],[-69,-98],[-37,-51],[-27,-42],[-106,-176],[-27,-40],[-32,-44],[-37,-50],[-35,-44],[-42,-55],[-31,-47],[-24,-45],[-16,-28],[-15,-21],[-10,-9],[-31,-29],[-37,-35],[-27,-24],[-20,-25],[-16,-20],[-12,-20],[-15,-47],[-2,-30],[-1,-24],[14,-3],[83,-17],[-33,-52],[50,-35],[16,-36],[24,-32],[21,-11],[-23,-37],[-56,0],[-117,84],[-3,-4],[-67,-89],[-20,-28],[-66,-94],[-23,-34],[-44,-62],[-28,-37],[-12,-20],[-17,-22],[-42,-53],[-34,-41],[-41,-35],[-32,-19],[-354,-733],[-24,-36],[-23,-39],[-40,-59],[-22,-36],[-28,-44],[-41,-64],[-17,-25],[-18,-31],[-24,-35],[-10,-10],[-12,-12],[-12,-11],[9,-19],[29,-10],[36,-11],[50,-15],[34,-9],[32,-9],[39,-15],[43,-17],[25,-13],[17,-7],[0,-88],[0,-14],[-58,40],[-9,6],[-10,4],[-36,16],[-35,10],[-12,1],[-17,-38],[-22,-44],[-12,-24],[-40,-88],[-33,15],[7,17],[11,29],[30,75],[-31,14],[-5,-15],[-11,6],[-6,-15],[-28,12],[-5,-13],[-33,-82],[-28,12],[-7,2],[-6,2],[-19,8],[-35,10],[-38,7],[-38,7],[-41,3],[-39,2],[-40,0],[-37,-3],[-37,-4],[-36,-6],[-40,-9],[-39,-9],[-176,-41],[-55,-14],[-92,-24],[-230,-56],[-78,-18],[-13,-3],[-129,-32],[-123,-31],[-146,-35],[-35,-9],[-34,-8],[-17,-6],[-15,-3],[-14,-6],[-12,-4],[-8,-3],[-23,-11],[-218,-104],[-56,-27],[-28,-14],[-23,-12],[-18,-8],[-16,-6],[-16,-5],[-23,-6],[-25,-6],[-10,-1],[-17,-6],[-322,-43],[-143,-17],[-26,8],[-14,3],[-15,1],[-14,-2],[-50,-10],[-22,-6],[-27,-8],[-3,1],[-13,2],[-13,2],[-5,0],[-10,4],[1,-5],[-10,0],[-20,-6],[-10,22],[-15,57],[-15,47],[-17,31],[-13,16],[-9,13],[-13,15],[-30,31],[-86,84],[-48,44],[-114,99],[-71,64],[-45,44],[-34,33],[-37,40],[-27,37],[-26,41],[-8,17],[-60,107],[-61,119],[-70,133],[-11,23],[-29,48],[-14,15],[-12,6],[-27,8],[-6,49],[-4,58],[-8,51],[-8,24],[-9,23],[-18,27],[-9,9],[-17,16],[-26,13],[-11,8],[-23,17],[-40,29],[-23,18],[-24,17],[-14,13],[-18,15],[-11,10],[-26,24],[-30,25],[-40,35],[-33,31],[-30,28],[-37,38],[-61,61],[-37,14],[0,0],[-2,1],[-5,3],[-12,6],[-41,19],[-66,27],[-8,3],[-34,14],[-71,30],[-1,-3],[-213,101],[160,253],[176,261],[305,543],[326,523],[309,537],[337,522],[309,539],[324,531],[334,517],[311,543],[82,139],[54,91],[0,0],[180,303],[147,237],[206,369],[96,172],[344,514],[177,262],[167,249],[128,191],[225,326],[374,494],[236,300],[155,184],[363,505],[349,506],[66,77],[158,142],[121,89],[62,31],[100,24],[805,1697],[-16,68],[4,97],[18,102],[11,61],[2,11],[17,88],[0,12],[34,168],[37,123],[15,53],[58,142],[92,197],[100,178],[312,543],[300,549],[156,284],[26,46],[118,215],[320,531],[306,537],[320,527],[335,528],[-2,-4],[311,539],[107,181],[199,358],[101,168],[225,363],[115,178],[110,154],[161,179],[73,77],[128,176],[147,265],[102,191],[211,344],[162,271],[156,260],[77,124],[175,263],[94,126],[388,438],[17,21],[341,400],[84,106],[310,360],[278,286],[152,138],[261,245],[168,172],[111,134],[188,196],[138,103],[130,127],[202,169],[122,95],[121,70],[187,117],[200,139],[131,94],[213,155],[136,113],[441,414],[66,42],[39,-41],[40,-38],[91,-79],[19,-11],[14,1],[21,18],[128,118],[86,83]],[[344539,860335],[16,-11],[7,8],[15,20],[4,25],[11,7],[8,1],[15,-8],[21,28],[10,20],[-53,102],[-6,9],[-60,-39],[-10,-13],[19,-37],[1,-15],[-13,-30],[-3,-16],[2,-12],[16,-39]],[[339722,854643],[11,-14],[8,7],[1,-2],[11,11],[-2,1],[11,11],[-6,7],[2,2],[-16,21],[7,7],[-12,14],[-10,-11],[11,-13],[-5,-6],[7,-8],[-2,-2],[2,-3],[-11,-11],[2,-2],[-9,-9]],[[339687,854442],[36,-26],[25,42],[-36,27],[-25,-43]],[[339691,854434],[-10,7],[-6,-11],[10,-7],[6,11]],[[332512,838915],[20,-32],[36,28],[-20,33],[-36,-29]],[[317374,800432],[50,-10],[25,10],[31,-7],[19,-31],[97,-48],[48,-18],[10,-36],[36,-11],[12,-16],[-26,-26],[2,-22],[26,-28],[22,-3],[40,21],[90,-28],[42,33],[44,-2],[24,20],[18,-2],[5,4],[15,12],[35,-9],[26,-26],[29,-19],[39,-16],[30,1],[14,-17],[56,-5],[2,0],[20,8],[27,-28],[42,14],[29,-10],[26,21],[54,-30],[12,-16],[-8,-27],[-38,-1],[-2,25],[-95,1],[-6,0],[5,-21],[16,2],[15,2],[1,-21],[29,2],[9,-17],[3,-5],[64,-21],[37,34],[11,-61],[43,-23],[61,-73],[60,-36],[23,17],[53,-63],[68,-61],[104,32],[74,8],[2,-21],[-82,-16],[7,-41],[47,-2],[60,-19],[39,0],[19,29],[75,-17],[15,-21],[6,-3],[14,-8],[17,-29],[65,-15],[0,-2],[-2,-46],[21,-9],[63,27],[136,-63],[47,-10],[24,-31],[56,-1],[53,-61],[97,-15],[8,-27],[61,-27],[14,9],[117,-52],[58,-45],[79,-26],[18,-9],[46,-38],[109,-50],[153,-89],[141,-55],[141,-48],[39,-38],[83,-17],[265,-111],[164,-61],[91,-51],[37,2],[309,-153],[23,7],[118,-50],[20,-27],[117,-25],[70,-54],[47,0],[238,-108],[135,-32],[155,-7],[18,-1],[195,-9],[1043,-85],[1339,-117],[93,-30],[65,-13],[60,-62],[103,-83],[109,-66],[65,-29],[84,-17],[302,-87],[61,-37],[102,-32],[22,-12],[393,-29],[33,19],[52,-24],[151,-19],[171,-30],[293,-90],[123,-111],[154,-80],[227,-164],[-193,0],[-231,14],[-180,72],[-179,85],[-206,85],[-270,85],[-346,15],[-334,14],[-411,-114],[-681,-199],[-501,-142],[-302,-78],[-34,-28],[-157,-79],[-234,-53],[-297,-53],[-507,-27],[-338,-18],[-403,18],[-418,18],[-636,89],[-266,89],[-1049,485],[-401,178],[-614,369],[-478,351],[-225,198],[-20,18],[-140,123],[-19,22],[-172,205],[-33,66],[-27,55],[-39,57],[-68,100],[-24,36],[-7,11],[-7,19],[-164,466],[4,346],[8,550],[47,-32],[61,-25]],[[333040,837529],[68,-91],[43,-41],[83,-64],[131,-87],[64,-50],[57,-40],[23,-19],[7,-7],[26,-81],[277,-453],[28,9],[15,-33],[36,-85],[2,-16],[-1,-37],[-7,-37],[-9,-19],[-25,-38],[-28,-37],[-32,-50],[-30,-43],[-15,-23],[-26,3],[-35,10],[-76,20],[-84,22],[-44,7],[-5,2],[-1,-1],[-5,1],[-41,-68],[-35,-52],[-37,-59],[-21,-34],[-58,-88],[-8,-12],[0,-1],[-1,-1],[-44,-67],[-34,-52],[-91,-138],[12,-10],[0,0],[12,-10],[28,-22],[12,-9],[41,-34],[95,-75],[10,-11],[15,-11],[28,-24],[26,-19],[88,-72],[65,-51],[66,-57],[30,-20],[0,0],[2,-2],[217,-174],[53,-42],[10,-8],[122,-97],[44,-37],[13,-11],[37,-28],[58,-46],[-1,-1],[0,0],[-60,-67],[-1,0],[-91,-105],[-9,0],[-11,4],[-9,10],[-3,-4],[-14,-9],[-9,-12],[-2,-13],[-2,-7],[-6,-4],[-2,0],[0,-8],[24,-32],[-22,20],[-226,210],[-131,-185],[-9,-13],[0,0],[102,-177],[58,-101],[15,-28],[75,-132],[90,-157],[10,-9],[5,-9],[1,3],[1,-1],[24,15],[-7,12],[1,2],[8,-12],[224,-367],[-5,0],[-29,-1],[-49,5],[-13,4],[-7,7],[-17,22],[-20,23],[-23,14],[-22,6],[-11,4],[-9,9],[-13,16],[-5,6],[-15,20],[-83,104],[-155,187],[-14,14],[-14,13],[-15,14],[-11,8],[-11,7],[-11,6],[-122,65],[-114,61],[-134,66],[-12,6],[-11,8],[-10,7],[-11,10],[-25,28],[-122,132],[-94,102],[-62,66],[-49,52],[-78,83],[-24,11],[-5,5],[-2,1],[-20,22],[-65,73],[-33,35],[-17,15],[-21,16],[-18,15],[-38,25],[-229,150],[-289,190],[-159,104],[-33,22],[-31,17],[-25,14],[-23,11],[-7,3],[-22,9],[-71,35],[-16,7],[40,88],[12,24],[22,44],[17,38],[12,-1],[35,-10],[36,-16],[10,-4],[9,-6],[58,-40],[0,14],[0,88],[-17,7],[-25,13],[-43,17],[-39,15],[-32,9],[-34,9],[-50,15],[-36,11],[-29,10],[-9,19],[12,11],[12,12],[10,10],[24,35],[18,31],[17,25],[41,64],[28,44],[22,36],[40,59],[23,39],[24,36],[354,733],[32,19],[41,35],[34,41],[42,53],[17,22],[12,20],[28,37],[44,62],[23,34],[66,94],[20,28],[67,89],[3,4],[117,-84],[56,0],[23,37],[55,87],[10,-4],[25,-11],[23,-15],[33,-31],[37,-53]],[[344075,850287],[-122,-189],[-137,104],[26,67],[-31,35],[-21,23],[1,1],[11,14],[13,17],[-243,187],[18,31],[33,53],[34,50],[23,37],[108,174],[24,-14],[101,-91],[17,-32],[56,-310],[12,-70],[5,-16],[11,-11],[32,-32],[15,-14],[14,-14]],[[342768,853300],[8,-22],[4,-14],[-2,0],[-14,9],[-12,6],[-9,1],[-63,-12],[-77,-12],[-53,-11],[-30,-10],[-26,-12],[-18,-11],[-19,-16],[-21,-13],[-13,-5],[12,-11],[11,-8],[-123,-171],[-4,-6],[-56,49],[-78,-81],[-20,-33],[-5,-29],[-10,-169],[-6,-59],[-4,-8],[-6,-52],[0,-51],[2,-23],[0,-3],[1,-92],[148,-120],[24,-20],[46,21],[12,3],[55,25],[82,50],[3,6],[13,23],[2,2],[33,29],[28,17],[31,7],[24,-2],[20,-12],[31,-19],[24,-22],[13,-32],[12,-49],[1,-37],[-1,-2],[27,-29],[34,-57],[-73,-135],[-45,-84],[-12,-19],[114,-102],[227,-225],[-55,-105],[225,-235],[-55,-85],[-37,-68],[75,-296],[202,-98],[51,-48],[-7,-43],[-212,46],[-9,-69],[-10,3],[-86,20],[-41,1],[-50,6],[-18,-1],[-7,-6],[-20,-29],[-53,-79],[-71,-107],[-68,-106],[-101,-152],[32,-26],[98,-78],[29,-24],[-16,-24],[-55,-86],[-50,-77],[-36,-59],[-6,-11],[-2,-5],[1,-5],[12,-9],[0,0],[8,-6],[27,-21],[0,0],[5,-7],[-4,-11],[0,0],[-32,-50],[30,-24],[19,-15],[0,-6],[-8,-13],[-36,-58],[-117,-5],[-4,0],[-46,-3],[-6,0],[-13,0],[-37,-57],[0,0],[-17,-25],[-47,-71],[1,2],[-132,-201],[8,-6],[37,-30],[266,-214],[292,-233],[78,-64],[39,-32],[102,-82],[-20,-3],[4,-3],[-1,0],[-57,-7],[-3,2],[-91,-12],[-64,-9],[-58,-5],[-10,-1],[-165,-8],[-164,-8],[-137,40],[-30,8],[49,76],[5,8],[-3,3],[0,0],[-27,22],[0,0],[-119,100],[-48,48],[-106,82],[-161,125],[-59,44],[-5,4],[-8,-13],[-38,41],[-1,0],[-6,6],[0,0],[31,59],[8,26],[32,43],[27,-20],[44,-31],[11,-8],[113,-59],[32,-20],[15,-11],[43,-28],[6,7],[88,109],[42,61],[174,272],[1,0],[-1,1],[-1,0],[-2,2],[-36,42],[-169,89],[-228,79],[-212,65],[-8,3],[-28,9],[-17,4],[-16,6],[-31,9],[-32,11],[-48,17],[-13,5],[-42,20],[-88,48],[-95,69],[-15,11],[-140,89],[-116,73],[-150,86],[-18,11],[-19,13],[-4,-7],[-2,1],[-2,1],[6,9],[22,34],[233,399],[3,-2],[1,0],[90,-53],[13,-7],[4,-3],[-18,-78],[-5,-122],[1,-13],[24,0],[24,-3],[90,-15],[133,2],[152,-4],[150,3],[38,4],[65,9],[126,19],[92,17],[10,3],[11,13],[55,88],[40,62],[11,16],[32,52],[15,14],[14,6],[16,4],[27,4],[39,4],[32,-1],[24,-5],[102,-1],[21,4],[2,0],[21,29],[96,136],[6,10],[-30,76],[-25,54],[-23,40],[-20,27],[-24,22],[-37,32],[-12,13],[-16,17],[-40,42],[-42,42],[-25,18],[-8,6],[-15,5],[-76,34],[-13,0],[-7,-4],[-19,-24],[-34,-50],[-28,-41],[-20,-30],[-12,-10],[-10,0],[-58,43],[-10,2],[-7,-2],[-19,-34],[-28,-40],[-8,-7],[-45,-6],[-14,-8],[-31,17],[-20,2],[-17,-3],[-37,-61],[-50,-74],[-7,-12],[-4,-1],[-15,12],[-11,7],[-2,2],[-15,7],[-20,2],[-47,-3],[-252,-35],[-14,-8],[-12,-12],[-16,-28],[-52,-101],[-43,-78],[-2,-5],[-9,7],[0,1],[-87,66],[-1,-1],[-2,2],[408,698],[-26,11],[127,315],[25,62],[91,225],[172,408],[75,178],[24,54],[33,362],[12,-8],[2,29],[1,7],[2,26],[5,68],[8,80],[6,58],[5,47],[50,472],[103,28],[95,26],[23,6],[7,-10],[62,-99],[53,-87],[25,-39],[14,-23],[8,-15],[3,-5],[43,-75],[8,-17],[1,-2],[11,-37],[13,-60],[10,-62],[5,-46],[6,-28],[9,-22],[16,-25],[12,-12]],[[335526,378386],[1970,-115],[1,49],[15,0],[0,-50],[698,-41],[38,-2],[4,1],[2,-2],[733,-44],[81,-10],[38,14],[18,-7],[36,-18],[657,-79],[96,16],[41,8],[16,2],[44,-33],[26,-20],[726,-88],[21,1],[16,1],[17,-3],[24,-6],[30,-5],[1,-1],[609,-73],[6,5],[31,29],[11,6],[10,2],[15,-1],[15,-5],[20,-9],[29,-20],[34,-18],[14,6],[12,114],[4,4],[7,2],[6,-9],[-8,-113],[9,-7],[31,-2],[0,-14],[0,0],[-1,-16],[-21,2],[-82,14],[-10,-1],[-10,-5],[-9,-10],[-44,-75],[-9,-7],[-9,0],[113,-59],[53,-22],[23,-10],[151,-40],[-32,14],[-14,14],[-24,33],[-21,33],[-15,61],[28,-15],[66,-33],[19,42],[14,-28],[3,-6],[29,-21],[96,-53],[40,-19],[7,-6],[2,-6],[-2,-5],[21,-18],[18,-10],[17,-2],[6,3],[13,8],[24,31],[18,16],[12,6],[15,-1],[20,-9],[15,-1],[20,4],[27,8],[24,11],[44,19],[16,6],[9,7],[9,12],[7,8],[13,32],[0,11],[1,124],[18,0],[-1,-119],[55,-9],[455,-49],[209,-22],[8,117],[15,0],[-4,-120],[267,-32],[369,-46],[90,-15],[8,127],[7,8],[12,-3],[-6,-130],[24,-6],[39,0],[60,-6],[195,-18],[86,-11],[95,-10],[229,-18],[13,136],[16,-5],[-5,-72],[21,-15],[45,-11],[134,-10],[101,-1],[26,0],[27,4],[47,7],[89,10],[76,3],[74,2],[104,26],[-3,71],[17,1],[6,-22],[0,-45],[527,133],[13,5],[80,12],[229,43],[10,1],[43,10],[83,17],[208,50],[182,50],[112,34],[22,8],[5,1],[11,-1],[5,-1],[6,-3],[3,-19],[-2,-22],[-9,-13],[-6,-4],[-13,-5],[-7,-2],[-7,1],[-11,6],[-16,16],[-134,-103],[-54,-33],[-31,14],[-11,-6],[-55,-47],[-136,-126],[1,-11],[24,-36],[3,-10],[-2,-7],[-6,-6],[-9,-2],[-10,11],[-19,26],[-15,6],[-9,-3],[-103,-93],[-53,-47],[0,0],[0,-1594],[-6,-6],[-565,-590],[-255,-265],[-15,-25],[-4,-7],[-14,-30],[-4,-33],[2,-35],[157,-351],[13,-30],[-150,-183],[-10,0],[-14,-5],[-11,-5],[-256,-256],[-39,-40],[-25,-24],[-45,-49],[-54,-58],[-52,-56],[-74,-82],[-166,-178],[-96,-100],[-10,-10],[-145,-118],[-379,-306],[-289,-235],[-218,-177],[-29,-26],[-38,-38],[-55,-56],[-113,-125],[-322,-350],[-105,-110],[-42,-45],[-35,-34],[-50,-43],[-57,-49],[-65,-46],[-79,-47],[-58,-29],[-59,-31],[-95,-37],[-560,-182],[-562,-182],[-17,-5],[-29,-12],[-124,-68],[-348,-185],[-41,-22],[-99,-53],[-385,-205],[-19,-5],[-181,-46],[-670,-167],[-242,-96],[-137,-13],[-11,-12],[-114,-34],[-159,-40],[-18,15],[-60,-14],[-115,-25],[-258,-52],[-291,-61],[-210,-42],[-282,-59],[-380,-78],[-107,-21],[-7,5],[-22,-1],[-13,-3],[-35,0],[-23,3],[-153,32],[-384,80],[-251,51],[-21,7],[-22,0],[-776,171],[-146,32],[-632,138],[-270,61],[-100,25],[-45,15],[-50,17],[-101,35],[-662,223],[-54,17],[-63,17],[-72,15],[-69,13],[-50,6],[-111,10],[-108,12],[-115,4],[-357,23],[-309,17],[-212,14],[-182,9],[-146,-2],[-203,-31],[-363,-71],[-415,-82],[-43,-9],[-183,-38],[-781,-305],[-277,-108],[-127,-47],[5,-131],[25,-298],[13,-89],[-29,-58],[69,-764],[42,-431],[2,-17],[2,-146],[-11,-121],[-11,-81],[-15,-50],[-33,-97],[-11,-22],[-8,2],[-25,-1],[-198,-6],[2,-10],[6,-30],[46,-214],[130,-58],[-89,-231],[-13,-26],[-63,-124],[-309,-562],[-272,-495],[-29,-63],[-11,-55],[21,-140],[122,-783],[65,-250],[36,-86],[-11,-23],[14,-60],[101,-75],[81,-69],[48,-152],[32,6],[9,-46],[7,-3],[5,-46],[2,-40],[8,-50],[8,-38],[7,-21],[0,0],[0,0],[9,-5],[7,2],[4,8],[9,4],[21,8],[24,7],[19,20],[11,11],[11,7],[15,9],[24,25],[17,10],[52,34],[23,16],[8,3],[39,17],[89,20],[76,-10],[11,-14],[25,-18],[171,-225],[-73,-289],[-40,-138],[-11,-36],[-168,-568],[-30,-57],[-195,-309],[-50,-81],[-20,-57],[-20,-71],[-93,-369],[-43,-102],[-54,-108],[-39,-97],[-19,-65],[-105,-478],[-8,-29],[-141,-531],[-25,-54],[-30,-39],[-120,-190],[-19,-26],[-9,-13],[-2,-13],[2,-13],[13,-33],[26,-76],[19,-50],[6,-23],[7,-25],[1,-33],[-3,-66],[1,-12],[17,-29],[14,-51],[45,-147],[1314,-311],[136,-34],[76,-22],[40,-12],[219,-68],[320,-108],[410,-127],[36,-2],[6,-3],[365,-139],[-10,-120],[-39,-528],[-13,-98],[-168,-288],[0,-80],[16,-40],[135,-76],[0,-2],[16,-7],[4,-2],[0,0],[40,-19],[169,-84],[56,-18],[62,-12],[77,-31],[66,-19],[55,-11],[214,-44],[61,-16],[45,-21],[265,-261],[101,-109],[24,-13],[2,1],[100,-5],[3,-2],[38,1],[371,-13],[93,-3],[247,-7],[113,10],[93,23],[158,32],[26,9],[19,10],[26,-5],[74,12],[85,14],[15,12],[39,-3],[35,10],[50,8],[40,-3],[85,-26],[100,24],[72,4],[138,-2],[31,11],[37,12],[33,1],[66,24],[39,-15],[29,27],[49,48],[17,61],[35,243],[17,127],[4,55],[-7,38],[-21,27],[-21,27],[6,59],[16,59],[18,26],[54,47],[56,18],[47,3],[284,-55],[87,-15],[340,-76],[351,-59],[423,-78],[129,-21],[154,3],[37,1],[43,12],[150,82],[106,61],[198,118],[62,27],[49,7],[66,4],[268,4],[326,3],[84,5],[79,-6],[32,-6],[54,-26],[209,-128],[190,-114],[68,-48],[50,-52],[27,-31],[67,-76],[82,-72],[37,-25],[78,-47],[67,-37],[76,-26],[116,-28],[125,-24],[85,-21],[61,-30],[40,-11],[95,-10],[146,-19],[69,0],[49,8],[50,21],[89,34],[243,97],[135,57],[91,38],[16,0],[7,-22],[10,-33],[6,-2],[73,34],[3,10],[-1,17],[-11,18],[-4,6],[16,17],[-3,3],[13,5],[45,25],[56,35],[44,39],[64,62],[53,59],[55,69],[73,68],[7,7],[37,41],[89,87],[63,59],[104,89],[43,43],[48,52],[40,47],[37,53],[44,73],[33,47],[54,72],[75,93],[104,136],[48,71],[66,111],[42,97],[34,85],[14,71],[13,75],[4,67],[0,67],[-4,68],[-4,192],[-16,287],[4,67],[-8,77],[-7,69],[-11,73],[-11,63],[-20,80],[-30,136],[-20,104],[-13,83],[-7,101],[-4,62],[-33,549],[5,37],[22,46],[28,54],[11,31],[13,142],[2,71],[1,56],[-7,71],[-24,107],[-2,43],[10,28],[0,0],[20,25],[10,17],[7,24],[1,115],[-6,48],[-24,146],[-57,356],[2,12],[28,-10],[253,-96],[381,-141],[0,0],[0,-1],[32,-14],[1,2],[0,-1],[21,-16],[51,58],[83,95],[46,45],[40,40],[73,58],[62,41],[46,34],[82,57],[82,60],[100,94],[154,122],[95,84],[96,77],[49,35],[41,46],[60,64],[63,66],[87,101],[135,171],[61,65],[48,68],[33,57],[43,43],[39,61],[47,81],[38,48],[31,59],[27,52],[15,63],[8,57],[47,210],[54,279],[40,198],[14,57],[32,94],[16,76],[8,91],[45,364],[19,177],[28,81],[-2,12],[19,149],[15,92],[22,65],[31,74],[72,158],[122,230],[74,149],[48,119],[22,76],[16,84],[7,64],[-2,79],[-5,49],[-14,62],[-37,108],[-41,118],[-60,134],[-85,176],[-38,94],[-21,62],[-9,43],[-14,74],[-18,120],[-13,95],[-8,85],[-15,146],[-6,91],[0,0],[-1,11],[-6,24],[-19,32],[-18,23],[-33,30],[0,0],[-16,17],[-4,28],[24,587],[8,20],[-6,5],[0,28],[5,31],[14,140],[6,43],[15,199],[32,291],[9,109],[11,45],[2,42],[1,24],[952,-140],[27,-4],[-3,-34],[-10,-132],[-9,-110],[-7,-99],[-5,-78],[-13,-72],[-17,-64],[-14,-63],[-31,-119],[-22,-72],[-84,-349],[-26,-117],[-33,-110],[-7,-64],[-11,-40],[-4,-20],[-1,-1],[-6,-20],[-3,-19],[-1,-17],[1,-25],[4,-26],[5,-30],[0,0],[0,0],[8,-27],[21,-47],[28,-63],[17,-46],[12,-38],[15,-46],[23,-90],[40,-128],[20,-90],[22,-83],[20,-76],[11,-46],[5,-47],[10,-64],[3,-43],[8,-91],[11,-74],[5,-65],[-1,-37],[0,-1],[4,-129],[-6,-162],[-22,-128],[-27,-158],[-38,-172],[-6,-23],[-51,-182],[-75,-186],[-63,-122],[-143,-299],[-25,-94],[-17,-66],[-6,-71],[-10,-71],[-25,-124],[-18,-122],[-26,-293],[-12,-151],[-10,-111],[-6,-48],[-21,-134],[-62,-386],[-6,-33],[-10,-55],[-19,-60],[-16,-48],[-61,-137],[-27,-51],[-33,-47],[-70,-80],[-12,-15],[-99,-126],[-86,-137],[-38,-67],[-79,-114],[-67,-87],[-13,-16],[-72,-79],[-68,-78],[-126,-130],[-116,-102],[-74,-65],[-1,-11],[-218,-210],[-316,-314],[-239,-293],[-110,-121],[-77,-122],[-65,-150],[-39,-365],[-12,-371],[-33,-407],[-26,-351],[-38,-293],[19,-207],[78,-107],[135,-122],[39,-107],[45,-157],[26,-143],[-97,-164],[-168,-179],[-168,-243],[-72,-130],[-5,-6],[-97,-135],[-210,-307],[5,0],[7,-3],[-11,-18],[-111,-226],[-32,-67],[-76,-124],[-188,-245],[-359,-378],[-341,-355],[-42,-48],[-107,-256],[-11,-15],[-18,-5],[-13,-52],[-69,-150],[-38,-94],[-75,-192],[-3,-40],[-11,-188],[21,-455],[43,-132],[1,-4],[31,-100],[16,-45],[252,-883],[-25,-108],[-26,-76],[-86,-173],[-98,-191],[-51,-104],[-36,-86],[-24,-71],[-19,-67],[-7,-23],[-14,-73],[-3,-44],[0,-46],[1,-14],[8,-40],[25,-58],[32,-54],[28,-31],[10,-10],[88,-77],[161,-136],[22,-18],[22,-19],[64,-56],[85,-69],[31,-26],[23,-20],[30,-30],[34,-43],[29,-53],[29,-61],[9,-33],[7,-26],[7,-61],[2,-58],[-8,-43],[-21,-72],[-23,-64],[-55,-130],[-260,-609],[-144,-334],[-110,-259],[-94,-216],[-97,-221],[-75,-181],[-17,-52],[-9,-43],[-2,-82],[5,-45],[18,-56],[30,-58],[25,-35],[228,-266],[55,-63],[113,-134],[71,-73],[45,-43],[68,-54],[488,-388],[53,-45],[43,-43],[45,-57],[196,-312],[123,-197],[47,-74],[3,-8],[20,-51],[16,-42],[22,-76],[3,-12],[13,-61],[12,-63],[2,-28],[-262,-146],[-17,-16],[-21,-7],[-17,-4],[-26,-19],[-32,-23],[-38,-23],[-63,-32],[-69,-31],[-38,-18],[-18,-13],[-27,-20],[-81,-63],[-32,-24],[-145,-104],[-101,-81],[-40,-34],[-34,-36],[-42,-54],[-43,-65],[-55,-112],[169,-48],[-10,-13],[-19,15],[-6,-7],[17,-17],[-19,-25],[-45,-82],[-33,-15],[-21,-28],[-2,-17],[5,-8],[3,-3],[7,0],[24,7],[3,-7],[-7,-12],[-21,-25],[-9,8],[-10,-11],[7,-12],[-10,-12],[-9,10],[-8,-22],[48,-30],[38,-18],[13,3],[71,94],[21,36],[-46,42],[-8,40],[8,24],[39,-44],[63,72],[-36,39],[0,11],[1,0],[183,13],[26,-12],[33,-6],[42,-2],[164,18],[23,-17],[34,4],[511,24],[50,5],[-4,43],[-7,62],[9,51],[10,117],[0,114],[9,39],[8,14],[23,16],[140,69],[239,123],[72,38],[165,86],[11,6],[168,47],[170,46],[79,19],[143,32],[97,16],[9,1],[210,23],[176,21],[58,9],[39,8],[53,16],[75,24],[59,25],[6,-139],[5,-179],[15,-294],[10,-299],[14,-295],[8,-193],[670,-225],[38,-20],[258,-93],[164,-58],[119,-44],[-90,-305],[-24,-80],[-87,-290],[-79,-263],[-81,-280],[-54,-177],[-29,-96],[-24,-75],[-7,-14],[12,-112],[13,1],[-2,-3],[-300,-1027],[-166,-24],[-13,-8],[-4,-14],[9,-64],[-1,-20],[-8,-17],[0,0],[0,0],[-237,-24],[-75,-8],[-117,-15],[-65,-10],[-95,-23],[-74,-23],[-51,-17],[-74,-31],[-232,-105],[-724,-304],[-243,-92],[-154,-70],[-97,-39],[-110,-52],[-34,-19],[-42,-60],[-65,-73],[-113,-130],[-259,-334],[-192,-246],[-66,-87],[-22,-24],[-13,-16],[-11,-6],[-10,-9],[-20,-23],[-9,-8],[-10,-4],[-16,-3],[-11,-8],[-10,-9],[-12,-25],[-10,-7],[-17,-1],[-16,10],[-16,18],[-23,24],[-11,4],[-57,4],[-17,8],[-29,20],[-40,18],[-29,17],[-19,17],[-13,4],[-15,-1],[-30,-4],[-12,6],[-23,27],[-22,19],[-16,5],[-16,-1],[-18,4],[-33,20],[-62,29],[-23,4],[-4,1],[-25,-5],[-18,-9],[-15,-16],[-28,-22],[-34,-7],[-119,11],[-80,3],[-68,13],[-18,0],[-25,4],[-20,10],[-6,7],[-8,13],[-11,18],[-14,11],[-27,0],[-19,-4],[-42,-11],[-28,-1],[-27,2],[-34,13],[-50,12],[-19,11],[-15,5],[-13,0],[-15,-7],[-27,-10],[-39,-8],[-37,-2],[-32,1],[-49,8],[-28,8],[-17,4],[-28,-8],[-23,-25],[-11,-6],[-29,-2],[-30,2],[-26,6],[-53,-15],[-283,-225],[-23,1],[-1,-38],[-29,-9],[-47,-19],[-48,-5],[-63,-3],[-63,-7],[-53,-7],[-57,7],[-51,18],[-27,4],[0,39],[-15,0],[0,-36],[-11,-4],[-3,0],[-609,-218],[-197,-70],[-30,-8],[-7,25],[-60,-20],[1,-12],[-3,-3],[-19,-17],[-91,-87],[-5,-4],[-129,-52],[-236,-79],[-12,21],[-11,12],[-7,-4],[2,-22],[0,-15],[-17,-20],[-3,-8],[-3,-12],[-31,-33],[-23,-30],[-27,0],[-51,-38],[-20,-8],[-32,-3],[-24,-2],[-16,2],[-10,6],[-35,13],[-13,6],[-17,5],[-17,-1],[-16,-8],[-16,-20],[-11,-17],[-6,-13],[-10,-14],[-30,-27],[-11,-16],[-12,-14],[-9,-15],[-48,-28],[-31,-15],[-35,-17],[-7,0],[-11,5],[-10,9],[-12,3],[-13,-8],[-3,-4],[-16,-15],[-113,-43],[-4,3],[-140,75],[-9,-8],[3,-8],[119,-66],[0,0],[17,-9],[46,-43],[19,-21],[-40,-15],[-63,-34],[-171,-92],[-25,-14],[-110,-61],[-81,-40],[-78,-28],[-64,-10],[-189,-26],[-84,-10],[-114,-9],[-64,-2],[-191,48],[-9,-4],[-24,2],[7,72],[3,64],[-3,58],[-6,37],[-10,39],[-23,48],[-29,42],[-27,24],[-6,6],[-32,22],[-39,5],[-26,-4],[-4,-7],[1,0],[-370,-92],[-3,9],[-10,7],[-9,0],[-9,-5],[-12,-13],[-8,-45],[-5,-52],[-2,-20],[-5,-81],[0,-30],[3,-45],[13,-62],[18,-64],[30,-66],[19,-42],[-20,-5],[-14,-3],[-83,-21],[-198,113],[-47,18],[-53,18],[-41,11],[-7,1],[-34,11],[1,19],[2,21],[-59,11],[-43,9],[-23,2],[-43,-2],[-29,5],[-37,10],[-233,59],[-196,50],[-15,3],[-130,32],[-244,64],[-71,16],[-18,2],[-7,-4],[-111,40],[-11,12],[-19,20],[-117,26],[-123,27],[-55,10],[-60,6],[-210,20],[-266,29],[-127,14],[-117,33],[-32,15],[-63,11],[-175,10],[-21,-4],[-23,-9],[-12,-16],[-16,-31],[-101,40],[-12,11],[-4,10],[-2,19],[-45,12],[4,21],[36,-9],[-8,13],[-16,18],[-24,12],[-39,15],[-32,7],[-4,-40],[-42,6],[-10,-37],[-9,-7],[-33,0],[-20,6],[-13,16],[-14,17],[-1,5],[-14,0],[7,36],[-16,7],[-9,-2],[-22,-5],[-16,-9],[-20,-17],[-27,-38],[-4,-11],[-55,2],[-14,-3],[-16,20],[-68,6],[-6,-7],[-10,-6],[-11,-15],[-37,2],[-563,33],[-72,7],[-96,23],[-674,219],[-43,14],[-145,42],[-122,36],[-15,2],[-162,44],[-121,33],[-618,171],[-15,5],[-257,68],[-220,62],[-151,49],[-94,37],[-75,31],[-126,62],[-75,39],[-73,43],[-213,145],[-18,14],[-44,86],[-16,28],[-39,28],[-236,176],[-14,6],[-25,6],[-26,5],[-57,13],[-42,12],[-40,20],[-35,18],[-84,55],[-164,110],[-19,13],[-16,10],[-440,298],[-48,29],[-384,217],[-364,209],[-18,7],[-233,131],[-148,84],[-86,48],[-364,211],[-174,103],[-105,59],[-24,14],[-24,13],[-106,57],[-141,78],[-52,29],[-473,243],[-22,-1],[-26,13],[-21,14],[-9,9],[-5,11],[-1,8],[2,8],[9,4],[6,1],[16,1],[30,-8],[13,-7],[40,-24],[31,-14],[11,-2],[9,5],[8,7],[4,12],[1,1],[5,18],[-62,20],[-36,12],[-268,112],[-75,32],[-4,-17],[0,0],[-73,32],[-4,-11],[-11,-27],[-20,8],[-236,92],[-130,43],[-135,35],[-396,83],[-50,11],[-37,8],[0,0],[-327,69],[-49,10],[-225,49],[-129,27],[-1,1],[-48,10],[0,0],[-46,10],[-3,0],[-27,6],[-38,8],[-49,11],[-86,19],[-4,1],[-104,22],[-18,4],[-133,29],[-177,35],[-68,10],[-5,1],[-16,2],[-174,25],[-72,10],[-24,2],[-1,1],[-3,1],[-4,0],[-8,1],[-7,1],[-38,5],[-85,0],[-41,0],[-2,-1],[-100,-1],[-19,-1],[-113,-5],[0,1],[-6,-1],[-112,-8],[-196,-26],[-111,-22],[-235,-54],[-295,-67],[-254,-58],[-267,-58],[-223,-50],[-324,-73],[-542,-123],[-2,-8],[-27,-5],[-13,-3],[-20,-5],[-18,-4],[-16,-4],[-319,-70],[-20,20],[-43,-11],[-30,-6],[-156,-33],[-186,-41],[-185,-42],[-187,-48],[-186,-58],[-204,-67],[-170,-55],[-223,-69],[-155,-49],[-755,-237],[-185,-55],[-85,-24],[-79,-21],[-168,-39],[-183,-39],[-106,-23],[-76,-16],[-47,-8],[-141,-27],[-186,-32],[-185,-26],[-189,-25],[-118,-13],[-72,-9],[-186,-18],[-54,-3],[-133,-7],[-153,-6],[-399,-9],[-67,5],[-83,-3],[-27,-1],[-32,14],[-132,58],[-56,25],[-34,14],[-166,71],[-158,67],[-180,76],[-34,15],[-39,-18],[-39,-15],[-27,-8],[-106,-3],[-107,-3],[-130,-5],[-119,-6],[-105,-3],[-94,-4],[-43,9],[89,197],[14,20],[-193,-41],[0,10],[-8,11],[-13,13],[-15,1],[-45,-1],[-77,-6],[-66,-6],[-126,-14],[-59,-8],[-177,-23],[-48,-9],[-108,-20],[-28,-7],[-45,-17],[-39,-17],[-32,-16],[-20,-12],[-18,-12],[-36,-36],[-21,-28],[-25,-36],[-18,-22],[-16,-16],[-29,-26],[-28,-21],[-40,-27],[-73,-42],[-74,-36],[-61,-30],[-50,-23],[-59,-25],[-92,-34],[-35,-11],[-82,-25],[-16,-4],[1,-24],[-43,-13],[-89,-22],[-48,-11],[-49,-7],[-100,-33],[-16,7],[-33,0],[-40,-13],[-142,-46],[-74,-23],[-88,-29],[-190,-61],[-264,-86],[-107,-35],[-187,-60],[-44,-13],[-139,-37],[-142,-30],[-185,-43],[-405,-91],[-216,-48],[-30,-7],[-128,-29],[-94,-22],[-78,-19],[-130,-29],[-159,-38],[-265,-62],[-73,-18],[-15,-1],[-30,-8],[-37,-9],[-29,-8],[-113,-26],[-203,-49],[-231,-55],[-201,-48],[-254,-59],[-291,-67],[-222,-48],[-504,-116],[-22,-6],[-473,-107],[-60,-15],[-105,-24],[-108,-24],[-106,-22],[-133,-31],[-548,-85],[-39,-4],[-96,-13],[-28,-2],[-13,3],[-16,9],[-18,15],[-16,40],[-9,23],[-31,81],[-36,93],[-36,96],[-29,74],[-36,96],[-30,80],[-18,70],[-12,55],[-15,48],[-18,53],[-26,70],[-27,70],[-10,27],[-15,12],[-22,5],[-27,-9],[-12,-4],[-1,2],[-965,2676],[0,0],[-167,459],[0,0],[15,13],[11,14],[6,10],[2,15],[0,19],[-1,6],[16,7],[-36,99],[-121,328],[-61,169],[-3,8],[-34,91],[-71,186],[-34,93],[-30,82],[-38,107],[-32,68],[-51,144],[-37,111],[-3,5],[-14,35],[-14,33],[-13,25],[-2,6],[-32,87],[-2,5],[-23,63],[-29,79],[-2,7],[-2,2],[-11,14],[-1,4],[-7,25],[-9,28],[-11,30],[-2,5],[-21,62],[-29,92],[-14,50],[-4,12],[-67,217],[-18,61],[-2,5],[-3,10],[-11,48],[-5,17],[-15,37],[0,2],[-12,52],[0,6],[-3,13],[-6,16],[-7,26],[-8,30],[-7,28],[-10,42],[-2,10],[-14,66],[-19,75],[-10,58],[-9,55],[-26,141],[-14,87],[-7,-1],[-1,11],[-4,11],[-1,20],[6,8],[92,76],[358,258],[103,68],[31,18],[78,36],[31,25],[53,23],[32,3],[33,7],[33,12],[28,17],[31,23],[99,67],[24,14],[52,19],[38,3],[29,5],[27,9],[32,3],[34,9],[58,19],[37,5],[59,28],[199,85],[31,21],[22,21],[93,130],[81,100],[56,86],[39,51],[583,1034],[70,109],[99,166],[196,339],[101,141],[45,64],[482,746],[77,136],[44,75],[34,51],[38,45],[20,22],[39,47],[40,48],[38,42],[45,45],[476,520],[42,60],[17,36],[109,201],[79,68],[21,23],[61,54],[39,40],[78,82],[36,50],[77,122],[330,512],[123,194],[16,19],[43,71],[27,46],[34,45],[29,46],[35,49],[33,40],[37,42],[37,44],[40,33],[56,53],[54,58],[124,158],[81,52],[22,14],[19,22],[10,19],[19,55],[504,431],[66,66],[7,7],[10,11],[10,9],[11,12],[12,10],[11,13],[16,16],[8,7],[11,12],[39,39],[22,21],[3,4],[5,7],[137,141],[343,339],[258,256],[44,44],[39,40],[81,74],[51,40],[45,31],[39,26],[50,25],[77,24],[150,44],[49,17],[21,8],[55,23],[60,34],[75,57],[190,171],[202,177],[165,127],[1,5],[100,82],[87,66],[31,27],[102,-190],[88,-173],[139,-263],[79,-149],[214,-415],[138,-259],[50,-87],[0,0],[35,-62],[14,-41],[4,-13],[28,-66],[10,-23],[6,-14],[0,-1],[58,-139],[1,0],[131,-246],[162,-300],[591,-1110],[118,-224],[117,-225],[52,8],[22,6],[12,3],[17,5],[74,20],[17,4],[76,21],[54,15],[20,6],[24,6],[236,66],[29,7],[14,3],[19,6],[59,17],[22,5],[15,5],[30,8],[20,5],[17,5],[50,14],[50,13],[30,8],[15,5],[18,4],[138,39],[49,12],[6,3],[17,4],[10,4],[11,6],[12,9],[59,13],[-8,-21],[12,-10],[-4,-5],[-3,-7],[15,-91],[106,28],[23,6],[48,14],[-7,3],[-4,3],[-4,6],[-3,6],[-5,16],[-7,30],[-8,42],[-2,18],[-1,10],[3,14],[14,4],[16,3],[38,-2],[5,0],[55,-11],[34,2],[35,5],[142,44],[66,21],[207,66],[126,32],[292,78],[175,50],[41,5],[152,1],[189,-2],[195,-2],[195,0],[198,-1],[390,-5],[359,0],[22,14],[25,24],[73,106],[16,19],[5,3],[18,4],[43,96],[14,19],[12,12],[11,6],[11,4],[14,4],[19,5],[50,12],[63,12],[143,27],[103,19],[64,9],[26,3],[23,2],[21,1],[22,0],[70,-1],[85,-4],[41,-2],[27,-2],[15,-2],[18,0],[15,-2],[76,-4],[17,-2],[15,0],[26,-3],[15,0],[47,-6],[59,-11],[4,-1],[8,24],[13,2],[21,8],[11,6],[20,16],[21,16],[19,15],[6,5],[47,38],[25,21],[135,159],[72,88],[14,24],[11,19],[36,55],[94,143],[15,24],[153,215],[16,-17],[149,195],[53,58],[134,146],[69,68],[55,48],[85,78],[164,151],[195,178],[126,113],[204,187],[35,35],[25,31],[36,51],[82,122],[117,176],[143,219],[35,51],[14,20],[37,63],[13,33],[11,52],[53,298],[32,166],[17,43],[22,37],[36,50],[164,205],[296,373],[10,14],[9,17],[36,79],[227,539],[182,441],[11,29],[14,47],[14,73],[142,827],[210,1218],[9,60],[16,94],[48,290],[49,262],[16,78],[23,47],[154,355],[38,80],[21,50],[21,75],[18,-7],[14,-5],[3,-2],[11,40],[3,11],[13,51],[16,70],[54,197],[12,7],[2,3],[78,-26],[26,95],[-70,24],[-22,8],[-7,-25],[-7,-26],[-12,-14],[-15,-4],[1,3],[34,177],[68,413],[5,39],[-2,27],[-4,56],[34,424],[4,18],[4,16],[7,19],[9,16],[7,9],[27,29],[210,197],[9,10],[244,375],[61,89],[121,172],[41,53],[32,39],[18,19],[13,13],[15,9],[366,141],[73,33],[78,42],[347,235],[0,0],[3,0],[33,23],[3,4],[972,666],[7,-6],[7,-13],[18,-66],[5,-26],[28,17],[40,24],[42,25],[37,10],[29,-2],[36,-13],[29,-2],[20,11],[19,14],[33,36],[2,13],[19,15],[97,116],[0,115],[-2,6],[-7,4],[-8,0],[-4,-2],[-1,-5],[-26,-1],[-14,6],[-7,11],[-3,25],[-8,29],[-3,16],[86,80],[-1,4],[0,0],[0,1],[5,15],[0,6],[-15,8],[-8,32],[-14,36],[-13,37],[-7,38],[-7,70],[-8,34],[-34,105],[-10,38],[-4,14],[-6,33],[-7,48],[-5,44],[-5,37],[-10,43],[-7,23],[-7,17],[-6,34],[-15,0],[-3,9],[-3,22],[-5,70],[-3,53],[-6,19],[-16,19],[-4,16],[-3,11],[-6,9],[-12,6],[-22,13],[-21,35],[-7,8],[-4,11],[-7,27],[-8,0],[-22,54],[-183,460],[-95,237],[-465,864],[-20,37],[-117,219],[-42,55],[-218,202],[-845,781],[-149,103],[-109,64],[-257,166],[-600,387],[-588,379],[-15,4],[-22,5],[141,429],[7,25],[16,31],[22,47],[22,65],[173,564],[121,400],[43,201],[25,116],[17,46],[86,174],[41,83],[36,80],[30,83],[30,63],[10,30],[2,27],[24,51],[24,102],[13,53],[6,19],[22,48],[20,72],[30,91],[16,63],[180,512],[69,206],[36,95],[5,4],[10,0],[12,-8],[16,-2],[0,-22],[5,-10],[40,-115],[7,-34],[7,-39],[6,-30],[1,-16],[0,-34],[5,-57],[7,-44],[2,-28],[8,-31],[56,-132],[19,-36],[29,-39],[19,-14],[25,-22],[29,-19],[14,-2],[4,0],[15,5],[74,27],[108,40],[20,2],[23,-2],[30,-7],[36,-22],[24,-20],[5,-4],[1,-1],[26,-21],[19,-19],[51,-61],[11,-16],[8,-21],[15,-72],[6,-33],[6,-30],[8,-29],[8,-15],[2,-5],[5,-6],[11,-13],[20,-18],[47,-25],[25,-9],[43,-17],[55,-27],[20,-12],[23,-15],[13,-11],[10,-11],[11,-8],[14,-17],[-23,-4],[-31,0],[-32,2],[-21,7],[-22,4],[-14,4],[-6,-3],[-16,-58],[-1,-9],[6,-10],[19,-7],[28,-9],[31,-8],[26,-2],[18,5],[12,-5],[-31,-49],[15,-13],[13,-51],[1,-2],[3,-4],[5,-6],[13,-11],[45,-35],[4,3],[6,4],[8,6],[10,1],[33,1],[16,6],[14,14],[26,-17],[33,59],[10,-8],[14,-11],[33,-26],[22,-23],[21,-26],[22,-32],[8,-12],[18,-29],[29,-48],[36,-57],[30,-40],[29,-29],[17,-13],[11,-9],[33,-28],[34,-26],[24,-15],[29,-16],[38,-16],[5,-2],[71,-19],[32,-10],[13,-2],[113,-26],[22,1],[12,1],[35,13],[82,49],[104,64],[3,1],[35,12],[56,17],[85,16],[25,2],[54,18],[34,-18],[80,-46],[149,-80],[207,-115],[255,-141],[70,-39],[29,-20],[16,-28],[17,-23],[12,-21],[19,-23],[18,-17],[5,-21],[16,-39],[46,-48],[33,-74],[20,-33],[57,-93],[200,-343],[43,-94],[21,-118],[15,-25],[44,-55],[161,-216],[140,-174],[100,-102],[51,-36],[82,-44],[102,-44],[41,-6],[41,6],[150,42],[102,33],[57,15],[32,4],[99,-6],[53,4],[28,9],[52,33],[142,130],[255,239],[77,79],[51,46],[94,54],[79,47],[131,85],[147,97],[119,80],[69,45],[31,14],[17,5],[20,0],[27,-17],[8,-6],[24,-18],[9,0],[35,16],[189,82],[165,66],[46,18],[52,9],[30,14],[16,5],[301,129],[6,4],[23,12],[18,14],[18,20],[13,26],[27,43],[0,30],[-13,67],[-116,567],[-59,286],[-55,239],[-19,101],[-6,18],[-7,17],[-11,13],[-11,12],[-9,8],[-23,16],[-16,11],[-6,3],[-455,196],[-272,116],[-141,52],[-6,0],[-36,2],[-49,18],[-369,145],[-74,16],[-314,127],[-223,85],[-195,77],[-70,29],[-56,37],[0,2],[33,177],[14,9],[10,5],[29,0],[100,-7],[108,-11],[69,-6],[51,-8],[1229,-121],[40,-4],[38,-11],[126,-41],[454,-112],[71,-2],[45,-2],[3,0],[9,2],[9,6],[9,12],[4,18],[3,5],[5,2],[6,-4],[4,-7],[0,-11],[-2,-22],[-8,-36],[-1,-3],[56,-20],[20,180],[16,-16],[-14,-140],[-4,-30],[125,-44],[11,-1],[7,-6],[8,-3],[142,-52],[12,-3],[31,-1],[103,19],[100,16],[17,-4],[13,-12],[9,-1],[17,6],[14,10],[18,6],[10,-6],[15,-2],[18,0],[30,2],[50,23],[19,12],[18,17],[6,-6],[532,241],[37,47],[32,50],[10,10],[18,4],[9,0],[15,-6],[29,-15],[29,-9],[2,-2],[40,-7],[51,-3],[29,-3],[18,-5],[36,-4],[32,-5],[21,-3],[48,-10],[42,-10],[35,-2],[26,-2],[25,6],[49,25],[41,33],[21,22],[10,2],[17,-10],[7,-27],[11,-20],[19,-23],[9,-30],[14,-31],[0,-3],[5,-33],[-8,-46],[-21,-20],[-39,3],[-27,-3],[-18,-2],[-51,-11],[-29,-8],[60,-167],[28,-80],[5,-2],[243,97],[-9,29],[85,35],[8,-3],[13,0],[175,73],[8,6],[1,10],[-7,12],[-9,13],[-10,26],[-24,51],[-29,69],[-17,43],[-11,35],[-15,43],[-14,-24],[-11,-25],[-14,-18],[-23,-26],[-58,-27],[-69,-25],[-19,-1],[-8,4],[-10,16],[-36,106],[-7,32],[0,17],[17,16],[49,38],[56,41],[40,37],[70,79],[18,31],[33,51],[14,30],[4,13],[36,16],[15,7],[516,118],[1449,330],[0,4],[-7,102],[1,6],[13,-1],[8,-107],[406,92],[537,52],[-1,93],[7,9],[3,1],[6,-7],[0,-94],[0,-2],[40,-26],[50,-31],[10,-4],[12,-3],[36,1],[11,2],[26,1],[27,-3],[23,-5],[19,-8],[10,0],[38,-17],[20,-6],[17,-2],[14,-4],[47,1],[14,1],[0,-1],[2,-27],[-11,-14],[-3,2],[-12,6],[-9,4],[-12,1],[-25,0],[-21,-6],[-16,-12],[-10,-13],[-1,-16],[-3,-4],[-24,5],[-9,1],[-5,-5],[-5,-8],[-1,-7],[0,-11],[12,-96],[24,0],[1,-17],[1,-7],[8,-7],[204,11],[12,4],[10,12],[110,1],[-1,11],[16,0],[-4,95],[-5,18],[-7,18],[-10,14],[-13,13],[-22,18],[-32,21],[-13,10],[38,13],[17,0],[19,-5],[28,-7],[3,-1],[19,-2],[24,5],[35,18],[49,47],[32,37],[6,16],[23,17],[8,2],[3,0],[23,1],[19,3],[15,7],[18,9],[13,9],[15,14],[1,1],[11,8],[15,11],[15,-1],[22,-13],[543,53],[1498,208]],[[341511,377878],[-44,-38],[17,-5],[11,-7],[4,-11],[-4,-12],[-7,-14],[41,-22],[9,-2],[4,2],[11,14],[43,70],[7,11],[9,1],[3,0],[13,1],[-34,19],[-30,14],[-13,4],[-6,1],[-10,-5],[-24,-21]],[[338995,349777],[71,-84],[66,66],[9,7],[7,-4],[5,4],[2,12],[-6,7],[15,27],[9,17],[-31,8],[-11,8],[-9,13],[-16,13],[-19,9],[-16,1],[-18,-1],[0,0],[-19,-6],[10,-11],[-44,-76],[-5,-10]],[[338487,354570],[-8,-17],[85,25],[16,6],[97,54],[-45,104],[-121,-47],[-16,-11],[-9,-20],[2,-30],[4,-21],[2,-19],[-7,-24]],[[338207,354332],[-45,-26],[-27,-17],[-16,-17],[34,-68],[155,91],[-17,37],[-17,39],[-3,7],[-19,-17],[-45,-29]],[[326674,345855],[-41,-34],[-35,-42],[-33,-53],[-34,-68],[-19,-39],[-21,-57],[-17,-58],[-8,-43],[-3,-63],[2,-43],[5,-26],[1,-8],[15,-64],[6,-22],[17,-47],[15,-34],[15,-30],[19,-30],[4,-4],[45,-59],[50,-45],[34,-27],[33,-25],[190,-127],[441,-295],[454,-305],[283,-190],[72,-48],[49,-32],[47,-27],[61,-33],[89,-39],[47,-20],[53,-19],[61,-21],[66,-20],[90,-27],[74,-16],[51,-10],[68,-8],[51,-4],[85,-5],[111,1],[165,13],[118,13],[57,8],[60,8],[31,8],[54,17],[277,109],[307,119],[864,341],[191,74],[175,71],[41,13],[38,10],[45,7],[67,7],[89,-1],[58,-4],[60,-8],[57,-12],[72,-21],[75,-29],[87,-45],[173,-91],[227,-117],[172,-93],[46,-27],[33,-25],[32,-30],[27,-32],[51,-72],[119,-194],[26,-44],[123,-195],[62,-85],[56,-73],[52,-51],[91,-74],[90,-55],[88,-35],[73,-21],[79,-11],[60,-4],[52,0],[69,7],[69,17],[70,24],[86,44],[64,39],[117,82],[161,115],[278,200],[157,110],[60,42],[15,11],[70,55],[61,52],[104,108],[44,42],[74,66],[106,86],[311,236],[132,102],[76,58],[33,24],[52,46],[36,38],[32,36],[31,38],[19,27],[42,65],[45,80],[51,91],[125,222],[65,114],[187,336],[45,86],[18,44],[22,66],[13,45],[14,58],[7,53],[3,45],[2,81],[0,161],[-3,168],[-1,114],[-5,37],[-12,53],[-23,57],[-26,63],[-32,55],[-35,45],[-33,30],[-62,46],[-40,21],[-47,16],[-69,15],[-28,1],[-42,0],[-73,-7],[-54,-14],[-174,-68],[-154,-56],[-50,-20],[-51,-13],[-45,-9],[-49,-2],[-54,8],[-66,19],[-83,38],[-131,63],[-246,115],[-184,87],[-328,159],[-292,139],[-94,45],[-312,150],[-187,87],[-76,29],[-77,24],[-79,15],[-88,10],[-67,5],[-110,-1],[-81,-3],[-77,-9],[-80,-11],[-99,-19],[-92,-23],[-87,-30],[-60,-27],[-41,-18],[-733,-364],[-220,-109],[-71,-33],[-51,-19],[-45,-14],[-46,-13],[-332,-67],[-156,-33],[-143,-29],[-78,-13],[-131,-14],[-109,-3],[-199,-22],[-312,-30],[-145,-14],[-121,-13],[-115,-8],[-53,-11],[-40,-10],[-107,-39],[-119,-40],[-333,-116],[-1404,-491],[-352,-122],[-310,-108],[-208,-72],[-47,-32]],[[335101,378212],[-3,-13],[-3,-5],[-9,-1],[-34,7],[-1,-8],[-4,-8],[-39,-29],[-26,-16],[21,1],[20,10],[28,20],[7,3],[5,-10],[-5,-11],[-8,-7],[-15,-7],[-20,-12],[-24,-10],[-24,-5],[-74,-10],[-1,-52],[156,-12],[28,2],[3,-4],[-12,-78],[-6,-42],[113,-29],[16,-4],[33,9],[-13,47],[11,89],[29,1],[11,2],[7,8],[1,7],[4,11],[6,3],[7,2],[8,4],[7,10],[5,5],[8,5],[11,3],[16,-7],[3,46],[-57,8],[-20,4],[-26,10],[-22,12],[-4,0],[-7,1],[-7,17],[-4,11],[-68,21],[-23,6],[-5,-4],[0,-1]],[[334476,377975],[-5,84],[-33,-4],[-101,-26],[3,-53],[136,-1]],[[333755,377834],[7,13],[-23,-5],[-32,-10],[-129,-3],[2,-74],[163,4],[-1,2],[2,62],[11,11]],[[333231,348271],[24,-10],[6,29],[5,6],[2,1],[6,2],[21,-5],[18,-5],[70,-19],[66,-10],[14,-2],[50,-7],[9,16],[1,2],[-27,11],[-43,38],[-43,40],[-15,7],[-75,24],[-73,21],[-176,80],[-20,9],[-9,-23],[-5,-19],[0,-15],[4,-15],[8,-12],[7,-5],[44,-30],[80,-51],[0,0],[3,-5],[-6,-22],[0,-10],[11,-2],[43,-19]],[[329027,357124],[56,-2],[72,14],[-13,1],[-13,7],[-12,13],[-9,31],[-6,25],[-15,22],[-29,6],[-21,-1],[-35,-13],[-7,-2],[-5,-32],[-11,-57],[48,-12]],[[327975,351578],[-148,-17],[-41,-6],[-42,-12],[-27,-10],[-38,-11],[0,0],[-33,9],[-24,10],[-38,25],[-40,-13],[-61,-22],[-4,1],[-15,2],[-18,-3],[-15,-15],[-2,-20],[6,-22],[25,-26],[-161,-57],[-44,-16],[-44,-17],[-40,-13],[-106,-38],[-207,-71],[-116,-41],[-195,-66],[-132,-49],[-62,-28],[-53,-27],[-43,-25],[-39,-24],[-41,-30],[-568,-440],[-73,-55],[-66,-57],[-36,-25],[-37,-24],[-37,-22],[-50,-23],[-44,-19],[-55,-20],[-109,-30],[-247,-74],[-55,-19],[-73,-24],[-85,-34],[-53,-23],[-85,-37],[-104,-50],[-63,-31],[-17,-10],[-50,-27],[-64,-37],[-77,-48],[-57,-38],[-22,-16],[-86,-62],[-78,-65],[-45,-40],[-76,-67],[-121,-116],[-49,-54],[-105,-118],[-40,-46],[-41,-49],[-113,-130],[-119,-140],[-55,-65],[-172,-199],[-84,-98],[-199,-232],[-43,-50],[-48,-56],[-32,-38],[-25,-36],[-22,-41],[-30,-48],[-37,-75],[-27,-82],[-20,-67],[-21,-84],[-14,-103],[-3,-83],[1,-63],[3,-62],[19,-100],[17,-71],[25,-77],[27,-69],[32,-72],[39,-64],[55,-80],[38,-47],[68,-76],[96,-103],[34,-35],[62,-61],[114,-104],[93,-77],[82,-64],[90,-61],[95,-58],[66,-34],[21,-11],[151,-86],[139,-52],[41,-16],[64,-25],[47,-17],[71,-23],[67,-21],[43,-11],[64,-16],[58,-12],[69,-10],[56,-7],[40,-2],[50,-1],[71,1],[63,5],[59,10],[71,17],[56,19],[53,20],[181,78],[57,23],[70,29],[110,53],[96,43],[211,99],[173,81],[60,29],[78,35],[57,26],[48,22],[30,16],[38,23],[48,34],[36,28],[6,4],[77,69],[42,42],[31,37],[18,25],[19,27],[36,55],[34,64],[32,68],[37,103],[40,112],[22,56],[21,48],[30,57],[164,282],[41,68],[286,490],[148,252],[68,115],[141,243],[132,224],[62,94],[56,71],[49,48],[48,42],[70,53],[9,6],[116,74],[387,247],[87,56],[64,46],[41,35],[33,31],[34,33],[29,34],[29,38],[5,6],[34,48],[34,56],[7,14],[23,40],[22,54],[27,77],[18,60],[19,71],[9,37],[35,177],[68,361],[6,56],[1,54],[-3,63],[-4,35],[-1,11],[-9,52],[-8,40],[-15,43],[-18,41],[-21,41],[-25,43],[-8,12],[-17,26],[-36,44],[-27,27],[-46,39],[-60,40],[-58,30],[-35,14],[-61,20],[-13,2],[-27,5],[-46,4],[-89,-4],[-192,-20],[-101,-12]],[[328311,369506],[59,-113],[5,-75],[4,-54],[105,19],[2,42],[115,25],[-55,229],[-54,-11],[-89,24],[-92,-86]],[[328547,364300],[-52,-40],[-72,-88],[-90,-146],[-16,-35],[-11,-20],[100,80],[50,-42],[15,-2],[14,4],[80,98],[4,14],[-1,12],[-44,52],[23,113]],[[328260,369320],[-59,84],[-42,-18],[-64,-58],[-13,-11],[-2,-3],[-12,-23],[-23,-27],[-5,-5],[8,-14],[28,-44],[7,-4],[35,31],[11,-16],[29,-6],[95,108],[7,6]],[[326260,359957],[45,20],[132,51],[73,24],[85,20],[-66,55],[-30,10],[-62,-14],[-24,-7],[-35,-17],[-46,-31],[-51,-35],[-22,-36],[1,-40]],[[326260,359957],[-11,-4],[-138,-70],[-69,-38],[-199,-103],[-96,-50],[-99,-49],[-140,-74],[-144,-74],[-124,-61],[-43,-16],[-57,-15],[-7,0],[-43,-4],[-54,2],[-15,2],[-19,10],[-12,15],[4,-89],[-31,33],[-1,20],[-3,21],[-40,-10],[-118,246],[-15,42],[-3,24],[-14,25],[-5,8],[-19,7],[-14,4],[-7,8],[-13,-37],[0,-26],[2,-20],[-17,0],[-20,-1],[-10,-19],[14,-21],[-11,-20],[13,-22],[-11,-20],[11,-21],[-10,-21],[12,-19],[21,1],[11,-20],[21,0],[10,23],[21,0],[9,21],[-11,19],[44,26],[42,-84],[-39,-41],[0,-25],[20,-43],[52,15],[20,-29],[18,-7],[40,-4],[0,0],[3,-45],[2,-38],[0,-46],[-2,-45],[-10,-55],[-12,-54],[-15,-43],[-4,-18],[-11,-27],[-37,-73],[-42,-69],[-191,-242],[-17,-18],[-3,-11],[-149,-192],[-378,-486],[-25,-32],[-11,-16],[-6,-15],[-2,-20],[0,-15],[-1,-118],[0,-10],[2,-15],[4,-16],[5,-17],[0,-13],[-4,-17],[-22,-34],[-23,-31],[-4,-5],[-16,-18],[-32,-33],[-27,-24],[-16,-10],[-48,-26],[-40,-24],[-8,-5],[-34,-28],[-24,-27],[-14,-18],[-5,-19],[-3,-26],[-37,-68],[-12,-35],[-10,-40],[-7,-38],[0,-48],[-16,-245],[-15,-287],[-10,-203],[2,-51],[5,-32],[28,-105],[16,-51],[23,-43],[32,-60],[18,-40],[21,-57],[13,-53],[36,-171],[61,-282],[56,-271],[12,-54],[15,-47],[15,-44],[21,-51],[26,-55],[24,-40],[31,-41],[28,-35],[35,-37],[39,-34],[42,-27],[56,-29],[56,-22],[59,-14],[339,-63],[128,-24],[81,-13],[124,-6],[57,4],[56,8],[52,10],[45,13],[68,24],[64,28],[51,30],[55,38],[7,5],[23,18],[6,4],[79,69],[147,132],[197,180],[285,255],[60,61],[36,43],[38,49],[44,70],[20,46],[48,102],[32,67],[70,151],[23,49],[139,313],[69,155],[18,51],[16,69],[10,49],[49,416],[24,196],[3,33],[3,82],[-1,51],[-5,46],[-8,47],[-16,92],[-12,43],[-12,39],[-16,45],[-28,67],[-14,34],[-29,55],[-18,29],[-171,255],[-7,12],[-8,16],[-7,22],[-73,292],[-8,33],[-4,26],[-30,242],[-2,17],[-3,18],[-9,31],[-13,37],[-17,46],[-26,69],[-19,54],[-23,55],[-15,23],[-2,191],[-3,18],[-13,25],[-3,27],[-4,54],[-4,30],[-2,28],[-7,23],[-8,22],[-18,20],[-7,13],[2,19],[13,46],[21,80],[10,28],[14,48],[5,25],[15,56],[-8,5],[-7,1],[-12,38],[-6,8],[-7,2],[-7,-2],[-43,-19],[-13,30],[1,1],[-6,15],[-8,21],[-1,0],[-10,26]],[[326586,367136],[73,-120],[13,-26],[9,-25],[-4,-65],[17,4],[91,19],[-12,37],[-40,124],[-23,36],[-28,-18],[-10,14],[-35,58],[-51,-38]],[[326268,345393],[19,20],[92,-8],[6,105],[-47,5],[12,153],[-58,6],[-24,-281]],[[325066,361710],[-53,-45],[-9,14],[-43,-42],[87,-103],[63,60],[57,56],[-107,125],[-11,-12],[16,-53]],[[324930,366156],[-97,-135],[135,-107],[89,137],[-127,105]],[[324792,366325],[-29,-43],[-23,13],[-82,-127],[101,-77],[30,-23],[91,146],[4,16],[-1,18],[-5,16],[-16,17],[-70,44]],[[323972,366855],[5,-123],[64,8],[-6,117],[-63,-2]],[[323815,345783],[-64,18],[-16,-75],[57,-10],[10,-1],[4,21],[9,47]],[[322963,364512],[-74,-156],[72,-43],[14,29],[16,30],[18,20],[22,20],[25,14],[25,8],[30,2],[-148,76]],[[322996,369444],[0,-14],[-8,5],[-10,-4],[-10,-8],[-1,-3],[4,-18],[12,-2],[14,1],[11,-9],[10,-19],[7,-29],[2,-21],[-2,-20],[0,-5],[8,-9],[7,-4],[6,-1],[17,19],[40,43],[-1,11],[-24,47],[1,4],[-11,20],[-19,47],[-53,-31]],[[322890,364042],[73,125],[34,-23],[13,26],[-78,44],[-51,-101],[-39,-63],[-26,-36],[-38,-40],[-166,-156],[-22,-21],[-28,-31],[-31,-38],[-38,-50],[-10,-11],[-14,-25],[-24,-46],[47,-38],[69,-85],[70,56],[29,19],[-17,53],[-2,0],[-26,20],[-23,29],[-35,32],[-8,14],[2,11],[22,29],[10,6],[16,-2],[7,4],[8,10],[5,13],[9,5],[8,-2],[25,-17],[-20,-30],[14,-14],[44,-24],[100,141],[28,-16],[20,46],[-15,9],[30,63],[2,13],[13,22],[-30,25],[43,54]],[[323002,369282],[-3,2],[-3,2],[-8,1],[-8,6],[-17,26],[-9,19],[-8,21],[-3,12],[3,16],[0,13],[-36,18],[-14,12],[-21,10],[-16,3],[-18,-1],[-5,-2],[4,-13],[16,-18],[8,-78],[8,-16],[17,11],[58,-77],[9,-19],[6,-1],[23,16],[19,13],[-1,5],[1,11],[-2,8]],[[322905,364198],[-85,44],[-120,-161],[-83,-125],[62,-46],[84,78],[46,47],[28,39],[20,30],[28,53],[20,41]],[[322700,357964],[25,71],[-47,-33],[-41,17],[-17,-51],[-3,-12],[2,-13],[21,-13],[21,-12],[18,-10],[21,56]],[[322383,369401],[9,-11],[12,1],[28,8],[126,50],[-35,116],[-27,40],[-102,-38],[-23,-11],[-22,-11],[-14,-11],[-11,-12],[0,-11],[10,-14],[9,-17],[11,-19],[7,-17],[10,-19],[5,-12],[7,-12]],[[322242,363021],[-30,-75],[-21,8],[-10,-25],[-96,-239],[122,-40],[34,119],[7,-3],[16,57],[6,18],[158,-52],[43,157],[-229,75]],[[321283,349017],[-21,52],[-25,-15],[-125,-78],[39,-85],[4,-65],[54,-1],[-4,-78],[16,14],[13,6],[12,-10],[15,3],[12,-3],[9,-12],[2,-21],[32,-2],[0,19],[102,4],[18,67],[-8,1],[-15,8],[-14,24],[-11,28],[-9,44],[-8,20],[-19,19],[-31,23],[-13,9],[-12,8],[-13,21]],[[318798,352635],[5,-11],[-17,-23],[-26,28],[-16,-18],[12,-13],[-29,-32],[-9,10],[-38,-42],[26,-29],[12,-13],[58,70],[38,48],[36,38],[50,48],[33,37],[-18,21],[-125,140],[-97,-101],[-19,-25],[41,-43],[16,-16],[17,-18],[42,-41],[8,-15]],[[313945,350557],[-22,27],[-7,-3],[-25,-9],[-25,-6],[-19,-7],[-16,-10],[-24,-18],[-25,-13],[-32,-9],[-35,-12],[-16,-6],[-42,-106],[50,-90],[8,-14],[9,13],[50,38],[53,46],[65,48],[-13,15],[91,72],[-25,44]],[[298357,344901],[6,-1],[13,1],[16,8],[118,45],[8,-23],[0,0],[0,0],[11,-29],[167,-459],[964,-2675],[11,-31],[7,-18],[42,-119],[-58,-26],[81,-233],[27,-28],[32,-23],[114,-327],[49,-133],[52,-92],[-136,-23],[-77,-12],[-16,13],[-40,56],[-146,292],[-15,24],[-19,19],[-19,15],[-39,19],[-235,79],[-329,126],[-54,17],[-48,-2],[-108,-21],[-106,-33],[-127,-52],[-45,33],[-7,140],[-10,19],[-53,19],[-22,5],[-43,-8],[-62,-24],[-19,-9],[-970,2913],[-6,21],[-4,13],[-3,10],[-6,16],[-9,25],[-7,101],[-2,6],[-16,52],[-90,300],[-19,63],[-61,240],[-14,68],[-49,233],[-7,39],[-40,261],[-13,86],[-6,34],[-23,181],[-5,45],[-6,117],[-5,139],[-2,57],[0,112],[5,134],[22,300],[2,57],[14,131],[13,113],[39,295],[21,137],[16,83],[12,32],[18,23],[30,28],[14,12],[125,100],[156,-220],[223,-488],[64,-82],[342,-795],[-3,-45],[52,-185],[-41,-21],[35,-92],[41,-69],[381,-971],[-31,-23],[-14,-11],[-3,-15],[1,-41],[-30,-12],[-27,-9],[-6,-11],[3,-8],[0,0],[1,-1],[3,-7]],[[336266,653519],[8,-2],[55,0],[165,-24],[190,-9],[23,1],[6,4],[60,8],[58,7],[44,4],[24,2],[42,-2],[42,-6],[107,-6],[121,-18],[14,0],[79,-4],[386,-36],[56,0],[8,-1],[44,-3],[29,-4],[25,0],[18,6],[18,-8],[33,-3],[104,-8],[30,-1],[10,-14],[9,-6],[268,-11],[0,0],[13,-8],[5,-15],[-11,-150],[0,-14],[-4,-11],[-12,0],[-6,-6],[-9,-94],[155,-24],[17,171],[-8,6],[12,126],[137,-8],[254,-29],[256,-29],[50,-8],[24,-16],[39,-28],[241,-198],[59,-50],[-60,-93],[1,-8],[37,-32],[7,-6],[34,-30],[18,26],[49,70],[26,-22],[46,-42],[35,-43],[15,-19],[24,-43],[17,-33],[15,-28],[27,-59],[44,-106],[63,-170],[16,-72],[33,-148],[3,-13],[26,-79],[15,-44],[5,-14],[36,-112],[26,-75],[5,-39],[8,-26],[45,-123],[16,-24],[18,-33],[20,-21],[7,-21],[9,-63],[4,-14],[6,-18],[15,-44],[27,-56],[4,-8],[21,-58],[14,-51],[8,-44],[3,-78],[-1,-7],[31,-56],[28,-49],[299,-449],[16,-28],[17,-20],[46,-10],[74,-13],[157,-23],[16,32],[3,9],[26,29],[87,86],[8,19],[33,20],[15,6],[17,13],[52,45],[21,19],[25,24],[56,53],[21,15],[30,27],[18,20],[12,19],[12,12],[16,10],[18,21],[32,29],[15,9],[8,10],[26,38],[31,25],[30,16],[71,150],[0,16],[3,6],[30,51],[61,95],[22,34],[5,15],[6,12],[12,18],[16,24],[27,51],[22,30],[3,12],[4,24],[9,26],[20,20],[16,8],[34,8],[194,19],[30,8],[32,17],[132,98],[14,4],[12,-1],[12,-6],[-4,-61],[-5,-44],[-27,-186],[-9,-67],[-16,-120],[-77,10],[-20,3],[1,-1],[5,-3],[1,-10],[-2,-15],[-28,-172],[-2,-15],[1,-2],[4,-14],[25,-11],[12,-6],[25,-9],[13,-13],[6,-20],[-1,-18],[-9,-75],[-9,-62],[-7,-111],[-16,-373],[-16,-8],[-23,3],[-20,2],[-29,3],[-18,-5],[-7,-2],[-2,-51],[-2,-101],[-1,-9],[-2,-2],[-15,0],[-35,6],[-8,-79],[-101,10],[-1,5],[-144,27],[-96,17],[-14,2],[-7,-122],[-17,-102],[-5,-23],[-3,-22],[-302,61],[-85,16],[-81,12],[-68,14],[-46,10],[-45,10],[-43,5],[-131,29],[-35,2],[-44,-1],[-27,7],[-107,10],[-16,6],[-17,10],[-24,18],[-48,43],[-25,18],[-35,21],[-226,99],[-50,16],[-10,15],[-3,6],[0,0],[6,-2],[81,-30],[17,73],[-89,26],[-4,-14],[-11,-53],[-20,7],[8,11],[13,41],[18,91],[2,59],[-1,59],[-31,5],[-39,6],[-11,-136],[-8,0],[-33,7],[-25,11],[-17,-122],[-76,17],[-50,11],[-39,8],[-54,23],[-6,3],[-64,21],[-133,28],[-35,12],[-29,12],[-31,8],[-129,6],[-2,-1],[1,4],[2,26],[3,28],[2,20],[7,67],[7,68],[11,84],[6,66],[9,76],[7,74],[-60,3],[-18,-3],[-44,-1],[-7,-61],[-9,-83],[-2,-24],[-2,-28],[-3,-21],[-3,-30],[-1,-17],[-5,-35],[-4,-34],[-1,-6],[-1,-20],[-9,-77],[-3,-18],[-8,-77],[0,-1],[-2,0],[-28,0],[-39,1],[-42,7],[-259,54],[-61,3],[-147,11],[-106,14],[-134,26],[-96,23],[-97,19],[-41,4],[-22,-2],[-4,-1],[-146,-66],[-60,-33],[-26,-15],[-25,-6],[-1,0],[-78,-66],[-5,-4],[-4,-4],[9,-10],[-1,-9],[-5,-11],[-201,-175],[-84,-70],[-67,-61],[-46,-29],[-9,-4],[-11,10],[-6,-4],[-12,-7],[-1,0],[-21,-10],[-32,-12],[-40,-11],[-10,-5],[-2,-1],[-161,-82],[-3,-2],[0,3],[2,19],[2,14],[1,8],[3,43],[-44,-22],[-22,-11],[-23,-12],[-93,-46],[28,-70],[-58,-26],[-6,-3],[-74,-34],[-82,-40],[-192,-98],[-47,-24],[-38,-17],[-33,-13],[-18,-13],[-477,-506],[-72,-68],[-10,-14],[-6,-12],[-6,-13],[-10,-14],[-23,-34],[-14,-31],[-7,-52],[-3,-15],[-18,-55],[-29,-74],[-18,-40],[-9,-22],[-55,-99],[-48,-91],[-8,-15],[-8,-16],[-68,-131],[-40,-98],[-34,-80],[-33,-82],[-65,-154],[-28,-65],[-4,-31],[4,-39],[-3,-22],[-7,-15],[-7,-47],[-2,-35],[-11,-24],[-22,-19],[23,-10],[24,-16],[20,-17],[21,-11],[5,-1],[21,-4],[-3,-28],[5,-1],[13,0],[68,-2],[160,0],[114,5],[50,1],[68,8],[50,7],[46,3],[6,-1],[52,-3],[86,-3],[47,-1],[41,-1],[68,8],[33,1],[3,0],[0,-4],[-6,-114],[74,-4],[1,118],[3,0],[61,-2],[12,0],[133,-3],[41,-5],[5,-1],[33,-9],[84,2],[198,-21],[79,-3],[18,-4],[14,-9],[2,-8],[-4,-27],[-19,-125],[3,-29],[9,-15],[27,-16],[63,-15],[16,-5],[34,-11],[28,-17],[11,-17],[38,-115],[15,-47],[2,-23],[0,-2],[-21,-84],[-17,-87],[-3,-37],[-5,-28],[-5,-26],[-2,-17],[-12,-29],[-16,-71],[-8,-49],[-5,-53],[-12,-86],[-6,-80],[1,-60],[-8,-13],[-13,-7],[-10,-17],[-34,-28],[-12,-13],[-13,-17],[1,-32],[4,-13],[0,-54],[0,-34],[7,-20],[10,-18],[10,-7],[26,-17],[3,-3],[24,-40],[7,-18],[3,-10],[0,0],[-11,-10],[-10,-17],[-2,-22],[4,-34],[-9,-216],[-1,-10],[-13,-93],[-5,-47],[18,-2],[125,-2],[5,78],[43,-4],[15,341],[29,9],[70,17],[19,2],[142,22],[67,-11],[139,-24],[116,-24],[116,-27],[49,-16],[54,-15],[27,-10],[80,-16],[15,-2],[57,-18],[-33,-24],[-71,-60],[-77,-58],[-47,-33],[-19,-19],[-30,-30],[-45,-41],[-53,-45],[-86,-53],[-259,-179],[-59,-56],[-50,-56],[-21,-13],[-37,-39],[-21,-30],[-8,-33],[0,-63],[7,-62],[8,-48],[16,-42],[27,-42],[30,-37],[27,-27],[69,-107],[52,-79],[53,-86],[57,-92],[85,-130],[19,-28],[84,-141],[20,-28],[35,-50],[29,-53],[36,-42],[17,-21],[36,-52],[137,-237],[13,-21],[19,-15],[31,-11],[-19,-32],[21,-14],[30,-3],[67,-28],[69,-38],[33,-25],[21,-28],[12,-23],[4,-27],[0,-23],[-5,-25],[-8,-19],[-15,-19],[-40,-44],[-20,-21],[-14,-4],[-11,6],[-9,51],[-15,29],[-5,2],[-28,0],[17,-9],[5,-19],[-1,-30],[-16,-29],[-34,-33],[-53,-39],[-48,-19],[-52,-2],[-31,8],[-44,6],[-34,0],[-94,-3],[-82,0],[-33,2],[-41,4],[-38,8],[-34,14],[-17,4],[-35,2],[-12,6],[-31,4],[-24,-1],[-42,-8],[-32,2],[-15,6],[-36,-7],[-64,-10],[-53,-3],[-20,0],[-26,-12],[-32,6],[-14,1],[-16,-7],[-19,0],[-20,7],[-20,-1],[-15,0],[-10,3],[-11,9],[-19,0],[-28,-3],[-38,-2],[-55,12],[-67,21],[-73,25],[-74,7],[-54,1],[-75,0],[-65,14],[-76,20],[-58,19],[-44,24],[-21,14],[-10,19],[-22,52],[-33,71],[-26,53],[-35,52],[-14,23],[-7,17],[-82,2],[-59,5],[-78,5],[-69,7],[-66,9],[-22,-12],[-25,-21],[-47,-52],[-6,-36],[-10,-19],[-15,-23],[-16,-36],[-19,-42],[-25,-60],[-9,-37],[-19,-24],[-12,-24],[-21,-33],[-17,-33],[-12,-36],[-13,-33],[-42,-78],[-26,-46],[-17,-31],[-9,-22],[-21,-38],[-37,-77],[-9,-25],[-26,-35],[-23,-26],[-18,-14],[-30,-20],[-11,-6],[-6,-3],[-50,-27],[-62,-36],[-50,-24],[-22,-9],[-5,0],[-17,-4],[-30,-3],[-35,-10],[-28,-11],[-36,-26],[-97,-50],[-66,-33],[-127,-55],[-83,-32],[-20,-10],[-31,-9],[-23,-8],[-21,-10],[-11,-3],[-80,-16],[-9,-5],[-18,-11],[-63,-33],[-43,-16],[-75,-23],[-91,-31],[-55,-16],[-47,-11],[-66,-13],[-127,-38],[-57,-22],[-38,-16],[-38,-7],[-38,-3],[-60,1],[-51,0],[-46,-6],[-19,-4],[-42,-9],[-101,-19],[-42,-11],[-26,-16],[-26,-28],[-18,-32],[-9,-29],[12,-4],[-4,-13],[-12,-18],[-40,32],[-7,-20],[-1,-2],[-20,-19],[-35,-20],[-37,-17],[-38,-16],[-28,-19],[-26,-19],[-11,-15],[-53,-45],[-27,-25],[0,-11],[-47,-61],[-48,-52],[-30,-28],[-4,-6],[-43,-42],[-14,-20],[-4,-6],[-7,-21],[-3,-34],[-28,-93],[-7,-42],[-12,-133],[-5,-86],[-2,-258],[-52,-21],[-13,-7],[-71,-28],[-35,-23],[-21,-14],[-50,-37],[-61,-73],[-20,-26],[-44,-67],[-21,-36],[-14,-11],[-30,-18],[-9,-6],[-39,-18],[-35,-7],[-25,8],[-21,8],[-38,16],[-273,103],[-19,7],[-107,43],[-33,14],[-22,9],[-63,25],[-16,8],[-5,9],[-7,16],[-15,10],[-180,78],[-48,19],[-11,21],[-14,29],[-27,27],[-31,21],[-15,5],[-32,9],[-51,18],[0,0],[5,-1],[19,-2],[19,2],[23,1],[0,5],[-1,24],[0,13],[0,9],[-4,31],[-3,32],[0,3],[0,9],[-1,2],[-5,21],[-7,3],[-22,3],[-32,6],[-7,2],[-1,1],[17,18],[2,11],[12,29],[9,30],[8,36],[23,95],[11,40],[10,75],[5,45],[-4,37],[-5,29],[-13,35],[-4,9],[-23,52],[-29,63],[-24,52],[-34,78],[-9,31],[-14,54],[-8,48],[-6,41],[-6,212],[-6,286],[-2,22],[-13,80],[-59,234],[-39,155],[-8,31],[-6,29],[0,63],[41,262],[8,21],[9,28],[12,20],[15,19],[18,27],[58,64],[97,115],[8,10],[18,30],[9,26],[18,88],[85,412],[4,20],[14,172],[38,417],[5,42],[3,61],[-2,25],[-1,13],[-76,745],[-6,25],[-15,71],[-150,505],[-38,133],[-18,60],[-35,124],[0,0],[-1,3],[-13,48],[-50,175],[-10,39],[-4,23],[-3,43],[37,322],[3,43],[6,22],[10,18],[21,21],[15,8],[18,4],[37,-2],[364,-45],[22,-3],[256,-85],[101,-35],[-7,-35],[7,3],[6,3],[138,-11],[16,6],[18,10],[32,26],[146,153],[72,78],[113,120],[94,99],[37,34],[16,15],[7,8],[68,109],[24,38],[18,29],[62,95],[97,154],[28,39],[16,16],[73,28],[33,8],[9,2],[28,6],[117,21],[127,15],[119,-4],[43,0],[19,-5],[34,-9],[13,-7],[24,-20],[24,-10],[55,-28],[2,0],[0,-9],[0,-18],[1,-25],[2,-9],[3,-18],[4,-16],[13,-27],[5,-10],[12,-13],[7,-6],[7,-3],[22,-16],[45,-33],[4,-4],[2,-1],[9,1],[1,3],[15,0],[2,0],[30,6],[13,4],[4,2],[7,8],[9,17],[1,2],[4,10],[2,25],[-1,22],[-4,26],[-7,42],[-3,20],[-1,0],[-1,8],[-3,14],[11,2],[6,1],[1,-3],[2,-15],[8,-67],[5,-35],[1,-5],[45,3],[3,1],[36,-2],[70,-4],[18,0],[3,4],[5,61],[-18,85],[-24,17],[3,4],[-30,23],[3,5],[5,-8],[9,23],[59,-74],[10,-11],[8,-14],[3,-10],[0,9],[7,37],[6,53],[2,32],[37,240],[9,21],[0,1],[19,44],[24,25],[20,26],[13,23],[11,27],[13,34],[3,5],[-16,8],[21,19],[2,9],[10,15],[15,18],[18,10],[27,5],[80,40],[21,14],[2,1],[11,7],[15,26],[10,25],[40,216],[10,68],[4,41],[-3,44],[-5,52],[38,-3],[20,-6],[15,-11],[15,-16],[30,-37],[37,-20],[20,-4],[11,-2],[46,35],[4,-3],[0,25],[-6,17],[-19,21],[-17,9],[-20,-16],[-19,-2],[-20,3],[-31,23],[-20,9],[-22,6],[-25,-2],[-22,0],[-19,8],[-35,320],[-9,45],[-10,48],[-8,117],[0,6],[1,15],[-2,81],[26,72],[17,42],[15,35],[107,223],[41,74],[48,70],[296,360],[24,18],[35,26],[36,10],[31,6],[35,4],[111,-1],[41,0],[6,0],[140,2],[41,1],[88,-6],[64,-10],[7,47],[10,45],[8,42],[16,75],[-64,4],[0,10],[41,20],[23,15],[22,20],[19,27],[13,27],[10,22],[8,19],[12,33],[8,24],[5,21],[-8,18],[-5,14],[-1,17],[2,26],[2,14],[-1,27],[-2,21],[-1,4],[-18,68],[49,-6],[1,26],[32,-4],[44,-8],[51,-7],[5,-1],[10,69],[9,58],[-25,4],[-42,5],[-10,2],[-1,66],[-4,2],[-1,0],[-60,5],[-9,54],[-36,18],[9,16],[10,32],[-1,30],[-1,4],[-54,3],[-14,1],[-51,3],[-5,33],[-10,79],[-10,33],[-18,27],[-10,19],[-25,48],[-6,10],[-85,160],[-15,26],[-20,35],[-18,32],[-34,61],[-16,207],[-6,119],[-6,17],[-12,22],[-4,11],[-3,15],[-20,109],[-2,9],[0,0],[-4,7],[-14,17],[21,1],[9,22],[10,38],[0,40],[-7,22],[-2,4],[36,17],[33,4],[0,1],[16,23],[-5,11],[-9,25],[-6,11],[0,2],[3,-1],[32,10],[5,2],[43,-8],[5,2],[3,6],[8,65],[-1,4],[-11,4],[-7,4],[0,9],[18,57],[6,35],[7,26],[-7,8],[-11,13],[-14,11],[-5,16],[1,24],[9,40],[4,25],[0,20],[-1,4],[-3,16],[-5,19],[0,19],[4,34],[8,15],[17,22],[3,7],[2,5],[1,14],[-2,16],[-8,20],[-3,9],[4,15],[6,9],[14,6],[443,-183],[13,-7],[12,-8],[26,-47],[23,-46],[13,-14],[18,-9],[104,-34],[58,-22],[5,0]],[[337670,650736],[0,-15],[-1,-19],[-2,-25],[0,-3],[0,-2],[2,-3],[3,-1],[15,-2],[1,-1],[16,-2],[15,-2],[3,-2],[3,-3],[3,-5],[1,-3],[-2,-14],[-3,-22],[-6,-36],[-7,-45],[0,-3],[17,-2],[28,-2],[77,1],[5,0],[5,1],[30,8],[21,4],[7,4],[1,4],[1,13],[1,12],[1,12],[1,9],[0,11],[0,7],[-4,17],[-2,9],[-2,9],[1,4],[-20,72],[-19,70],[-10,-1],[-62,0],[-21,-1],[-54,0],[-25,0],[-14,0],[-4,-53]],[[336876,650961],[-7,-33],[-8,-36],[-8,-35],[-8,-34],[-9,-40],[-5,-21],[153,-33],[3,-2],[15,-3],[2,5],[26,93],[25,91],[15,54],[-19,9],[-40,16],[-51,12],[-56,11],[-18,-10],[-10,-44]],[[336791,649877],[-1,-6],[193,96],[4,2],[0,0],[-66,142],[-97,-42],[-2,-1],[-15,-87],[-12,-74],[-4,-30]],[[335904,650867],[-105,20],[-18,-84],[2,-8],[6,-7],[7,-7],[95,-22],[13,108]],[[335904,650867],[11,-74],[-9,-54],[-8,-80],[49,-9],[10,-1],[28,-1],[17,0],[4,4],[8,20],[22,172],[-114,19],[-18,4]],[[335446,653039],[1,0],[9,0],[5,1],[8,0],[32,-1],[21,-1],[6,-2],[7,-2],[6,-1],[2,-2],[2,-4],[3,-31],[26,-3],[54,-4],[22,-2],[17,-3],[24,-3],[6,-2],[3,0],[2,1],[1,2],[0,2],[0,3],[3,11],[4,32],[2,17],[5,36],[2,12],[-1,1],[0,7],[-2,2],[-53,5],[-38,5],[-55,7],[-22,2],[-17,5],[-21,3],[-8,1],[-33,0],[-1,0],[-1,-4],[-2,-5],[-3,-5],[-4,-8],[-2,-7],[-5,-16],[-1,-9],[-4,-21],[0,-18],[0,-1]],[[335353,648570],[-11,-83],[-15,-122],[-7,-67],[104,-13],[25,2],[8,1],[3,96],[3,46],[5,66],[3,47],[0,9],[-118,18]],[[335432,650767],[7,138],[-116,3],[-8,-9],[-1,0],[-50,-121],[168,-11]],[[334449,648825],[-11,-4],[-16,1],[-10,0],[-3,0],[-12,-2],[-10,-3],[-7,-3],[-25,-14],[-14,-11],[-5,-6],[-12,-13],[-16,-13],[-19,-18],[-8,-11],[0,0],[10,-6],[14,-9],[9,-4],[0,0],[-3,-9],[0,-1],[-1,0],[-10,4],[-15,-49],[-5,-17],[-7,-31],[-36,11],[-5,-13],[-3,-5],[0,-1],[-2,-9],[-3,-9],[-2,-8],[0,-4],[0,-9],[0,-8],[8,-3],[29,-9],[29,-10],[18,-6],[3,11],[8,31],[7,26],[8,-3],[2,5],[9,31],[9,27],[8,25],[1,3],[0,0],[3,-1],[60,-21],[61,-21],[57,-19],[52,-17],[11,20],[6,14],[3,17],[2,23],[3,22],[-5,24],[-4,17],[-3,9],[-23,49],[-8,13],[-4,9],[-10,2],[-103,19],[-1,-2],[-2,-3],[-7,-8]],[[334215,648522],[1,4],[0,10],[-1,7],[0,12],[0,12],[-1,3],[-1,1],[-9,3],[-2,0],[-3,-2],[-5,-3],[-11,-6],[-4,-4],[-9,-9],[-5,-6],[-2,-2],[-2,0],[0,-1],[-6,-11],[-1,-1],[-4,-9],[-2,-7],[-2,-12],[-4,-18],[71,-9],[1,13],[1,28],[0,7]],[[331410,644133],[28,-18],[8,4],[38,0],[62,0],[20,0],[169,1],[3,42],[-95,-2],[-9,123],[-60,87],[12,1],[31,27],[35,9],[13,25],[13,28],[50,18],[38,49],[9,-40],[29,74],[-1,25],[-8,89],[-182,2],[-22,47],[-113,2],[-9,-107],[-27,-251],[-1,-12],[-1,-14],[-9,-48],[-13,-114],[-8,-47]],[[331470,644935],[2,-25],[106,5],[49,-2],[5,161],[-179,4],[17,-143]],[[331553,641817],[-72,-52],[-14,-13],[-9,18],[-73,-46],[7,-27],[-15,-10],[3,-16],[-35,-29],[-28,99],[-69,-17],[11,-34],[13,-47],[33,-114],[11,-38],[16,-61],[3,-27],[28,8],[27,19],[22,25],[35,45],[35,37],[17,14],[26,31],[-30,67],[30,21],[53,67],[-25,80]],[[331273,646591],[-6,0],[-97,0],[-10,0],[-21,0],[1,-3],[3,-14],[8,-32],[8,-26],[17,-60],[19,-64],[10,-34],[1,0],[2,0],[3,0],[18,0],[42,-3],[8,0],[29,0],[6,0],[8,2],[3,6],[1,9],[0,5],[3,42],[0,17],[4,51],[5,38],[5,37],[4,18],[5,16],[-28,1],[-31,-4],[-20,-2]],[[331065,646871],[68,-259],[112,6],[-14,64],[-6,26],[-4,57],[-28,118],[-8,31],[-117,8],[-2,-11],[-1,-40]],[[395469,506593],[-100,7],[-100,7]],[[394608,506768],[-24,99],[-24,-1],[-43,-7],[-63,-17],[-11,-10],[-22,-15],[-12,-3],[-13,2],[-11,9],[-2,4],[-20,204],[-14,135],[-8,82],[-31,300],[-95,-18],[-13,147],[-71,-6],[15,-130],[27,-281],[7,-99],[5,-22],[2,-20],[4,-48],[25,-296]],[[393705,506859],[0,7],[3,253],[11,22],[3,37],[-20,28],[-25,303],[-64,-4],[8,-628],[0,-6],[39,-6]],[[393539,507489],[-1,54],[-16,20],[-1,-60]],[[393312,507503],[42,0],[-11,122],[3,9],[6,224],[-19,25],[-14,12]],[[393348,508393],[4,12],[-2,35],[-6,38],[14,28],[-6,23],[-11,25],[0,7],[8,23],[7,8],[4,6],[6,24],[1,29],[2,38],[3,25],[3,19],[1,11],[0,15],[6,11],[6,7],[19,1],[20,-3],[8,95],[-3,92],[-5,28],[-14,7],[2,304],[-26,0],[-30,4],[-5,4],[-9,10],[-7,22],[-2,18],[-7,37]],[[393335,509633],[28,-4],[6,6],[6,18],[4,19],[-5,33],[-4,29],[7,32],[2,22],[0,5],[-2,9],[-6,4],[-7,1],[-15,1],[-7,-1]],[[393345,509897],[55,6],[23,21],[3,14],[4,55],[-3,16],[4,22],[2,64],[0,24],[-18,22],[-8,8],[1,39],[1,0],[0,-30],[8,-14],[20,-12],[-1,253],[-97,-44],[-6,-3]],[[393262,510305],[-12,-6],[-164,-77],[-85,-40]],[[393036,511792],[5,-121],[-3,-94],[10,3],[3,30],[5,43],[0,21],[14,4],[2,207],[-12,2],[1,27],[-2,22],[-1,37],[-6,17],[-6,0]],[[393063,512643],[21,0],[13,165],[9,1],[16,5],[16,9],[3,10],[6,181],[1,84],[3,86],[12,174],[0,11],[-4,7],[-11,3],[-14,0],[-27,-2]],[[393278,513478],[0,-54],[-24,-5],[-17,-5],[-13,-7],[-8,-11],[-1,-21],[-5,-51],[-5,-276],[3,-7],[32,-16],[7,-6],[2,-6],[-9,-82],[-6,-232],[-2,-25],[2,-13],[9,-6],[5,-3],[7,148],[26,28],[3,12],[6,160],[7,18],[29,29],[7,11],[3,65],[15,302],[-1,20],[-8,12],[-10,-3],[-23,-21],[-16,-6],[3,33],[5,25],[20,5],[62,45],[42,10],[24,21],[15,9],[12,0],[14,-5],[14,-8],[13,-13],[3,-8],[8,2],[7,-1],[6,-2],[12,-10],[7,5],[11,2],[9,-3],[7,10],[9,5],[6,-2],[11,-5],[3,1],[3,5],[2,7],[1,0],[-5,3],[-15,12],[-3,9],[4,9],[14,8],[26,-1],[57,-7],[10,-5],[17,17],[-19,3],[-101,8],[-16,-2],[-49,-18],[-27,0],[-33,4],[-27,-4],[-89,-40],[-27,-8],[-14,3],[3,8]],[[393381,513607],[28,34],[30,54],[19,21],[10,37],[7,13],[15,15],[-1,10],[13,23],[13,11],[33,3],[-14,24],[2,13],[9,5],[38,0],[24,2],[-54,17],[-5,12],[14,36],[14,14],[18,9],[-6,11],[0,12],[12,38],[7,15],[22,29],[1,5],[-29,12],[-43,-95],[-43,-80],[-6,-16],[-14,-24],[-92,-178],[-14,-23],[-10,-2],[-6,7]],[[394122,515643],[121,-13],[14,36],[16,-10],[7,-31],[6,-11],[15,-8],[12,4],[6,6],[15,8],[13,-1],[-18,-41],[117,77],[9,18],[34,74],[3,-1],[105,-84],[82,-67],[2,0],[7,4],[64,87],[77,-66],[20,28],[61,78],[56,-59],[14,-16],[6,-10],[45,-51],[43,-49],[8,0],[17,9],[10,-2],[70,-56],[73,-47],[20,-10],[15,9],[51,46],[22,21],[36,32],[12,5],[55,-81],[13,-18],[-79,-64],[47,-83],[61,-108],[21,14],[217,143],[61,-104],[47,29],[59,-121],[40,22],[49,-93],[-35,-21],[11,-22],[9,-16],[16,-31],[21,-26],[156,71],[15,7],[130,59],[36,-37],[77,-67],[126,-127],[41,-48],[16,-20],[11,-15],[15,-23],[99,-144],[64,-93],[7,-10],[-85,-15],[-19,-4],[-109,-20],[9,-131],[2,-24],[-1,-15],[-271,-35],[-10,-1],[-234,-39],[-34,-5],[14,-237],[260,12],[58,2],[19,1],[-4,-120],[-1,-27],[14,0],[4,-142],[-40,0],[-13,-143],[189,-15],[180,-20],[64,-6],[44,-4],[11,-34],[13,-27],[11,-6],[55,-3],[0,-19],[41,-2],[-6,-56],[-1,0],[-5,-28],[134,-16],[70,-9],[26,10],[26,15],[-16,-118],[-15,-89],[-410,70],[-31,-162],[228,-53],[14,-2],[16,-2],[9,-2],[80,-16],[-30,-168],[-45,12],[-19,-36],[-16,-18],[-13,-13],[-6,-16],[-11,-4],[-3,0],[-22,4],[-34,22],[-34,24],[-21,9],[-18,3],[-9,-7],[-3,-17],[-5,-5],[-18,4],[-39,10],[-30,10],[-8,-2],[-6,-29],[-8,-30],[-17,-70],[-49,18],[-4,-15],[-57,24],[-28,-81],[57,-25],[-42,-129],[-55,27],[-64,-157],[30,-15],[-1,-3],[-7,-16],[-56,-124],[-211,122],[-66,-123],[-37,22],[-60,-127],[72,-51],[21,-15],[-74,-115],[-145,102],[-34,-52],[-44,-53],[-80,-103],[-27,19],[-132,113],[-12,-20],[-49,-75],[-16,-18],[-22,-15],[-16,-8],[-4,-11],[2,-16],[12,-10],[11,-15],[-2,-15],[-7,-12],[-5,-23],[32,-33],[-60,-60],[-32,43],[-30,26],[-6,-2],[-25,-22],[-4,-6],[-2,-10],[4,-13],[2,-9],[-34,-22],[-55,-33],[-28,-3],[-86,106],[-35,-26],[-29,-20],[-4,-4],[-20,-16],[-71,-50],[-45,-32],[-20,-9],[-53,-39],[-122,-88],[-60,115],[-50,-34],[1,-2],[-92,-58],[41,-100],[25,-62],[3,-9],[-161,-68],[0,0],[0,0],[-38,106],[-54,152],[-75,-45],[-12,35],[-95,-20],[14,-60],[32,-117],[51,-186],[-54,-19],[-15,69],[-50,-15],[3,-13],[-88,-21],[2,-33],[-5,-41],[6,-56],[15,-94],[15,-48],[8,-37],[51,-272],[122,17],[61,8],[7,-31],[25,10],[20,8],[-82,345],[110,47],[28,-97],[36,-131],[48,-169],[99,33],[-10,33],[28,8],[-14,47],[88,31],[9,-29],[39,-119],[49,-159],[64,-194],[12,-33],[20,-33],[20,-44],[36,-99],[32,-84],[15,-42],[-91,-36],[1,2],[-4,17],[-202,577],[-25,38],[-3,4],[-10,11],[-24,22],[3,-13],[8,-52],[24,-80],[96,-311],[83,-275],[28,-132],[13,-33],[11,-15],[7,-8],[17,23],[11,7],[14,3],[47,-132],[40,-118],[-90,7],[-9,-59],[59,-252],[143,-404],[-3,-1],[-84,-36],[0,-1],[0,0],[0,0],[0,0],[-1,0],[0,1],[-54,174],[-28,97],[-36,125],[-32,36],[-32,-3],[-21,-9],[-13,-9],[71,-254],[22,-85],[30,-113],[93,40],[0,0],[0,0],[1,0],[0,0],[0,0],[29,-29],[6,-18],[7,-21],[155,-510],[88,-314],[15,-52],[73,-251],[138,-476],[33,-123],[31,-113],[4,-15],[-50,4],[-86,9]],[[394782,507437],[6,-16],[13,-28],[9,-47],[6,-38],[7,-15],[5,-38],[1,-15],[0,-8],[-7,-19],[1,-18],[7,-23],[5,-21],[-2,-16],[15,-63],[26,-96],[6,-27],[6,-20],[4,-54],[6,-43],[10,-10],[12,0],[7,7],[-2,24],[-10,28],[-9,27],[-6,30],[-24,126],[4,32],[-26,87],[0,77],[-11,22],[-10,23],[-6,46],[-4,38],[-10,32],[-9,22],[-7,4],[-9,0],[-4,-10]],[[394622,510163],[-44,-37],[6,-42],[-3,-124],[-39,-43],[74,-319],[68,-196],[17,11],[34,9],[41,4],[46,-29],[36,-12],[34,1],[-227,781],[-43,-4]],[[394753,507428],[-1,3],[-13,-5],[-18,4],[-24,-7],[-24,-24],[-5,-22],[4,-24],[13,-40],[-6,-56],[6,-40],[13,-32],[15,-80],[0,-32],[4,-32],[27,-64],[7,-41],[14,-40],[3,-40],[4,-20],[14,-19],[4,-14],[37,0],[20,-1],[4,-2],[4,13],[-3,73],[-6,62],[-24,84],[-11,58],[-16,59],[-7,34],[-3,54],[-1,40],[-10,65],[-13,61],[-8,25]],[[394452,508542],[25,-150],[61,-370],[24,-148],[20,-16],[21,-125],[0,-11],[8,-2],[29,11],[44,12],[0,3],[3,15],[4,4],[64,23],[-56,274],[-42,200],[-24,104],[-70,305],[-3,13],[-5,32],[1,24],[-32,-6],[-33,0],[-18,-8],[6,-38],[0,-40],[-1,-18],[-3,-5],[-14,-13],[-6,-15],[-4,-14],[0,-17],[1,-24]],[[394487,507409],[-4,20],[-13,-1],[-18,-6],[-7,-8],[0,-22],[7,-32],[4,-18],[2,-32],[16,-61],[1,-15],[1,-38],[8,-41],[17,-21],[23,-13],[-6,36],[-4,46],[-27,206]],[[394072,507602],[-13,-15],[-20,-16],[-29,-18],[-29,-8],[-41,-4],[54,-595],[12,-99],[8,-3],[123,-16],[12,4],[-37,425],[-9,72],[-25,274],[-6,-1]],[[393890,512387],[100,-344],[51,-115],[8,14],[21,12],[11,11],[3,18],[-18,-4],[-10,36],[-35,113],[-8,27],[-22,71],[-31,102],[-19,62],[-6,6],[-26,-5],[-19,-4]],[[394063,507629],[21,164],[-31,0],[-66,2],[3,-43],[11,-148],[1,-13],[25,14],[19,15],[17,9]],[[393900,510587],[-4,-6],[17,-172],[9,-98],[134,18],[-9,64],[-2,18],[-7,53],[-21,186],[-10,-4],[-2,-1],[-60,-23],[-30,-19],[-15,-16]],[[393914,511126],[46,-221],[5,-41],[11,-32],[10,-13],[4,0],[-22,-8],[8,-56],[21,-78],[3,1],[14,5],[42,17],[-1,9],[-10,70],[-8,51],[-16,-3],[-4,-1],[3,3],[8,18],[-47,288],[-23,22],[-17,13],[-1,4],[-22,-17],[-4,-16],[0,-15]],[[393866,512268],[-14,59],[-23,-1],[-16,-5],[-8,-34],[-2,-20],[16,-98],[48,-243],[8,-31],[11,-25],[14,-23],[53,52],[2,7],[-3,16],[-17,41],[-12,39],[-3,41],[-5,34],[-10,28],[-17,31],[-22,88],[0,44]],[[393864,507522],[-8,6],[-9,-3],[-3,-12],[0,-48],[25,-312],[14,-201],[8,-80],[-1,-14],[16,-6],[10,-5],[4,1],[2,4],[-52,641],[-6,29]],[[393816,510844],[46,11],[-9,116],[-6,71],[-16,67],[-29,-7],[-5,-6],[10,-175],[9,-77]],[[393816,510844],[-56,-5],[-9,-9],[-2,-17],[26,-230],[121,49],[-31,176],[-2,28],[-1,12],[-46,-4]],[[393806,512042],[-9,33],[-21,-20],[53,-307],[24,5],[-47,289]],[[393758,511766],[-37,319],[-25,-24],[-9,-14],[3,-64],[15,-159],[5,-8],[15,-4],[11,-7],[7,-16],[15,-23]],[[393646,510953],[15,-201],[54,19],[6,9],[4,11],[1,19],[-11,271],[-4,8],[-11,5],[-36,8],[-16,13],[-2,-162]],[[393680,510174],[-3,325],[-31,-14],[-140,-68],[0,-50],[5,-94],[3,-93],[166,-6]],[[393478,510445],[195,91],[-8,145],[-112,-3],[-8,3],[-5,39],[0,7],[1,45],[-3,93],[-12,14],[-6,22],[-3,31],[-2,42],[1,37],[-1,38],[-44,1],[-13,-1],[-11,-5],[-2,-4],[0,-8],[-6,-139],[-4,-128],[-1,-78],[8,-86],[-88,-43],[-140,-66],[-1,-150],[2,-9],[6,-7],[6,0],[233,110],[18,9]],[[393643,510002],[-59,31],[-43,-13],[-4,-69],[28,-44],[54,0],[28,52],[-4,43]],[[393521,508104],[0,61],[-109,-7],[12,-353],[98,-7],[0,20],[0,116],[-1,170]],[[393444,508712],[0,-191],[74,2],[-3,227],[-8,6],[-40,0],[-23,-44]],[[393403,513461],[-5,-301],[0,-16],[14,-4],[7,3],[12,11],[5,13],[9,9],[10,21],[9,30],[0,21],[-11,19],[-5,23],[0,29],[1,29],[4,18],[10,15],[4,21],[2,24],[-3,15],[-6,9],[-29,20],[-7,1],[-20,-4],[-1,-6]],[[394287,537229],[620,-373],[-59,-116],[-40,-65],[-28,-73],[-18,-30],[-211,110],[-3,-23],[-4,-41],[-19,-36],[-7,-12],[-6,-13],[0,-11],[7,-7],[185,-105],[-68,-171],[-6,-1],[-4,-9],[-6,-13],[-45,-106],[-8,-19],[-19,-44],[-27,-73],[-61,31],[-52,-17],[-59,-46],[-88,-132],[-42,-75],[-45,-106],[-7,-16],[-102,55],[-7,1],[-7,-3],[-45,-106],[0,-4],[4,-7],[-49,-100],[-123,68],[-453,257],[-59,40],[-254,145],[-91,53],[-118,69],[-12,18],[-18,17],[-34,17],[-9,-26],[-12,-2],[-39,-90],[-21,6],[-51,28],[0,-13],[-13,-32],[-22,-54],[4,-20],[19,-14],[-48,-39],[-93,-52],[-20,-12],[-30,-81],[-27,-60],[-30,-85],[-8,-22],[-3,-30],[23,-46],[105,-96],[202,-158],[145,-122],[-43,-85],[-21,-37],[-35,-70]],[[390841,535987],[-120,74],[7,19],[12,38],[23,69],[51,109],[26,66],[17,41],[13,-4],[23,20],[18,-1],[15,-12],[11,2],[24,14],[32,-27],[30,-12],[21,-2],[23,-18],[90,-47],[96,236],[25,-11],[74,154],[50,104],[34,74],[8,15],[8,20],[-84,49],[-249,142],[17,87],[15,-6],[4,40],[-8,12],[-13,10],[-6,10],[7,19],[34,90],[-1,19],[-9,5],[-63,38],[-92,55],[-55,32],[-158,93],[123,202],[49,81],[11,19],[97,182],[84,121],[7,11],[32,49],[5,-12],[53,-47],[36,-10],[17,48],[10,-4],[13,33],[18,-11],[11,0],[14,41],[14,-4],[4,2],[12,41],[75,0],[34,33],[-25,98],[-25,17],[-2,-12],[-14,-2],[-72,52],[-10,-1],[102,190],[87,-53],[45,-40],[132,-55],[238,-135],[85,181],[-116,69],[-67,40],[48,86],[8,17],[19,37],[10,10],[20,31],[3,21],[1,10],[-6,3],[23,42],[27,50],[55,103],[20,37],[18,33],[3,6],[40,84],[28,57],[54,111],[-26,19],[9,17],[34,-22],[116,-64],[56,-35],[26,58],[-43,26],[-13,8],[-147,85],[-1,1],[-89,51],[37,83],[81,-46],[0,0],[71,-34],[9,-31],[9,10],[20,45],[1,10],[-15,15],[19,39],[-69,48],[-4,5],[17,104],[-41,22],[-9,-10],[-105,53],[5,8],[20,24],[17,10],[14,2],[15,-4],[-3,65],[1,4],[118,-66],[14,28],[68,-37],[8,16],[27,-17],[9,25],[42,-4],[19,44],[10,16],[25,40],[12,-3],[22,-14],[7,14],[30,21],[-20,17],[-86,43],[-102,53],[-6,14],[8,17],[10,23],[91,-43],[111,-42],[165,-55],[292,-103],[372,-127],[306,-108],[336,-120],[44,-21],[80,-47],[97,-80],[88,-95],[59,-82],[53,-98],[42,-96],[52,-168],[7,-20],[41,-135],[30,-94],[31,-99],[99,-321],[36,-115],[-25,45],[-13,33],[-19,18],[-4,2],[-7,4],[-13,0],[-55,-18],[-12,-1],[-6,-17],[22,-69],[-10,5],[-18,2],[-15,-7],[0,-21],[13,-37],[30,6],[14,-63],[-21,-9],[-9,-7],[-1,-10],[4,-14],[0,-20],[-15,9],[-87,47],[-50,34],[-19,3],[-11,-12]],[[391525,536565],[460,-252],[22,62],[-39,27],[-32,18],[22,54],[186,-105],[37,-20],[7,29],[16,44],[1,16],[6,21],[-29,12],[-266,149],[-122,69],[-202,93],[-13,-41],[-4,-31],[7,-27],[-7,-4],[-15,-12],[-35,-102]],[[391172,538082],[-29,-75],[-16,7],[-11,-32],[24,-11],[-13,-34],[43,-18],[10,34],[23,-8],[10,6],[40,96],[-20,10],[-61,25]],[[391212,499539],[-106,-139],[-11,12],[-56,70],[-19,26],[-83,-105],[-199,-251],[118,-107],[0,-1],[21,-23],[117,151],[5,6],[21,17],[17,8],[23,6],[25,-3],[19,-10],[27,-19],[116,-79],[105,-71],[60,-40],[-82,-112],[-53,-72],[-16,-23],[-19,-25],[98,-91],[176,252],[51,-35],[-27,-46],[-76,-112],[-13,-19],[-68,-95],[95,-88],[26,37],[12,18],[162,229],[34,-24],[76,-50],[-56,-81],[96,-89],[70,97],[43,-29],[60,-40],[-206,-300],[38,-30],[10,-8],[5,0],[5,10],[29,45],[6,7],[4,0],[58,-40],[-46,-66],[16,-17],[13,-7],[10,-1],[2,-6],[0,-5],[-73,-97],[-1,-8],[0,-6],[3,-4],[27,-19],[12,-17],[10,-1],[4,2],[3,2],[80,113],[17,0],[1,2],[113,158],[47,65],[32,44],[14,28],[101,-67],[74,-49],[32,-20],[105,-67],[69,-44],[47,-30],[114,-69],[112,-62],[49,-25],[-91,-134],[-1,-5],[1,-5],[7,-9],[51,-41],[-34,-52],[-61,-88],[40,-34],[3,3],[66,97],[4,5],[52,-50],[47,-40],[43,62],[47,-41],[-37,-54],[119,-97],[74,-61],[-9,-14],[64,-44],[4,7],[17,-14],[-16,-42],[-5,-33],[-3,-39],[1,-25],[4,-19],[1,-2],[75,115],[27,42],[10,16],[24,37],[99,-93],[47,-38],[112,-87],[24,38],[39,64],[73,107],[98,-65],[-15,-24],[-8,-24],[-17,-32],[-128,-205],[-22,-35],[-30,-46],[-27,-40],[-6,-6],[-296,-454],[-34,-49],[-101,-149],[-146,-233],[-116,-176],[-97,-159],[-34,-60],[-222,-345],[-120,-186],[-229,-352],[-16,-24],[-12,-18],[-118,-177],[-83,-120],[-47,-72],[-28,-52],[-83,-134],[-66,-100],[-188,-263],[-40,-61],[-265,-415],[-100,-144],[-211,-315],[-106,-157],[-13,-19],[-56,-85],[-13,-23],[-79,42],[-58,32]],[[389679,497567],[-82,69],[-30,26],[-68,57],[0,1],[98,126],[1,2],[25,31],[14,15],[-39,43],[-1,1],[-23,26],[-148,-183],[-23,20],[-115,108],[-99,94],[-76,73],[-9,9],[-45,61],[-88,126],[74,67],[57,53],[29,-35],[95,93],[-34,40],[-50,71],[51,59],[-22,32],[-235,-221],[-5,15],[-18,5],[-6,5],[116,116],[38,42],[37,47],[12,12],[17,17],[146,137],[-14,18],[-44,54],[-49,63],[-9,10],[-209,-193],[-65,-55],[-18,7],[-22,-19],[-32,-13],[-25,22],[-5,29],[8,23],[-27,18],[-16,49],[-34,34],[-34,55],[56,64],[-15,-4],[-26,-24],[-20,-11],[-12,5],[-17,25],[-6,21],[1,35],[-7,14],[1,9],[-14,0],[-9,5],[-13,16],[0,12],[5,17],[9,13],[18,17],[6,7],[0,7],[70,51],[308,240],[-11,34],[-56,87],[-148,-108],[-54,92],[-25,6],[5,14],[-3,5],[-75,117],[-146,-102],[-139,-97],[2,-31],[13,-11],[-12,-11],[-81,145],[47,42],[30,36],[46,39],[30,21],[62,41],[26,19],[-81,141],[-14,25],[-67,-48],[-53,97],[-11,40],[-25,69],[-28,76],[18,12],[-5,12],[-14,26],[-18,50],[34,20],[16,9],[12,7],[-57,131],[-5,7],[-308,-164],[-20,-15],[-75,124],[-22,36],[0,0],[58,28],[30,17],[21,19],[48,43],[-29,88],[-27,-14],[-38,100],[-160,-75],[-15,-6],[-1,0],[-5,10],[7,16],[0,21],[-15,52],[9,3],[54,21],[42,19],[-13,32],[-19,56],[-53,-22],[-23,50]],[[391101,529175],[-7,-33],[11,-5],[184,-96],[5,10],[131,-69],[102,-53],[0,0],[-20,-36],[119,-77],[28,45],[71,-41],[108,-58],[11,23],[68,156],[-5,3],[68,164],[-17,18],[-36,22],[-267,136],[-49,26],[-18,5],[-114,61],[-40,18],[-16,8],[-80,41],[-8,3],[-8,-3]],[[391843,532148],[-13,-34],[21,-13],[125,-57],[73,-33],[325,-151],[362,-167],[120,-54],[342,-156],[183,-83],[-183,-515],[-82,-228],[-21,10],[-18,8],[-97,45],[-20,8],[-38,-95],[64,-44],[-40,-86],[43,-17],[0,-2],[46,-24],[10,-4],[-165,-447],[-17,-46],[-167,-483],[-7,-24],[-155,-410],[-5,3],[-79,42],[-27,-70],[5,-1],[81,-39],[-6,-17],[-69,-180],[-86,46],[-44,-99],[92,-49],[-61,-159],[-9,-26],[-17,9],[-10,-28],[-24,-56],[11,-6],[-89,-213],[112,-60],[-66,-152],[-25,-50],[-8,-17],[-19,-42],[-20,12],[-53,-114]],[[391659,531953],[30,-14],[6,0],[5,10],[24,-5],[36,-2],[23,5],[14,10],[9,11],[20,51],[-12,7],[-56,25],[-15,3],[-11,5],[-30,14],[-5,-4],[-38,-116]],[[382831,513310],[-8,-51],[41,-5],[139,-25],[1,-5],[-4,-16],[-47,-96],[-69,-152],[-8,-14],[11,-7],[0,-46],[25,-18],[11,1],[25,7],[1,-4],[15,-49],[18,-43],[262,18],[305,6],[202,12],[398,36],[213,30],[1500,139],[1833,101]],[[389801,511021],[4,-1],[6,-5],[7,-6],[22,-26],[18,-16],[7,-7],[16,-22],[4,-4],[11,-10],[14,-2],[9,5],[6,3],[0,4],[3,28],[6,4],[0,0],[14,0],[1,0],[18,-4],[-1,-12],[0,-31],[-10,-30],[-24,-13],[-31,-10],[-35,-20],[-12,-13],[-3,-27],[2,-26],[6,-21],[1,-30],[-4,-19],[-2,-17],[4,-5],[-9,-31],[-1,-77],[-28,-1],[-85,-4],[1,49],[3,72],[-4,7],[-7,3],[-51,-5],[-14,1],[-15,-4],[-11,-10],[-7,-24],[-18,-168],[0,-11],[1,-85],[1,-20],[0,-29],[8,-15],[11,-6],[96,-27],[14,-21],[17,-28],[23,0],[8,-8],[9,-29],[100,-12],[0,23],[33,0],[2,96],[2,10],[12,7],[90,20],[4,7],[2,15],[11,7],[0,32],[-26,8],[-9,2],[-24,-21],[-24,-39],[-8,-4],[-11,1],[-9,11],[-2,26],[7,24],[18,32],[-1,30],[-28,33],[-1,16],[7,13],[12,10],[4,16],[4,96],[-2,8],[-68,2],[0,21],[-2,4],[12,19],[13,31],[19,28],[11,7],[-12,11],[-4,13],[1,17],[3,11],[6,3],[22,-3],[15,0],[21,6],[5,3],[10,16],[-4,29],[-1,53],[-15,13],[-13,6]],[[390595,511433],[-12,-170],[-76,-62],[-14,2],[-13,2],[-27,0],[-22,-9],[-21,-24],[-12,-40],[-10,-192],[0,-80],[-6,-120],[-27,-672],[-387,0],[-280,7],[-145,-40],[-181,-121],[-156,-106],[-230,-254],[-157,-107],[-542,-160],[-652,-94],[-1050,27],[-953,40],[-519,40],[-1050,13],[-11,-393],[-53,72],[-40,2],[-29,-35],[-2,-3],[-4,-51],[-17,0],[0,-16],[-52,-2],[-4,6],[1,110],[-10,3],[-5,-5],[0,-61],[-21,-2],[-1,-21],[-31,0],[-4,3],[-4,9],[-1,16],[13,43],[-39,-11],[-63,-27],[-38,-27],[-37,-38],[-24,-29],[0,-16],[6,-7],[4,-3],[8,0],[8,4],[20,2],[59,3],[112,-6],[246,-13],[-35,-1243],[217,-2792],[61,-841],[36,-374],[-4343,-1649],[-9,-1],[-30,-11],[21,-101],[45,-209],[12,-54],[8,-70],[5,-37],[-8,-3],[9,-23],[1,-3],[-1,0],[-7,-2],[-79,-30],[-86,-35],[34,-103],[-17,-7],[29,-92],[203,76],[3,2],[5,-16],[61,-190],[35,16],[61,20],[30,-14],[17,-6],[13,4],[22,21],[9,14],[4,13],[4,53],[-28,86],[-31,-11],[-22,69],[70,28],[-34,118],[226,92],[6,2],[-30,80],[49,20],[34,13],[1097,438],[381,152],[354,142],[316,126],[113,41],[72,28],[21,13],[441,170],[191,73],[20,8],[196,75],[22,9],[680,261],[31,-90],[233,90],[72,-235],[31,10],[0,-8],[27,-83],[83,34],[87,36],[12,-44],[30,-88],[50,21],[3,1],[-41,128],[-8,26],[200,77],[27,8],[43,14],[59,24],[3,12],[-6,25],[0,2],[68,34],[69,26],[37,-119],[73,26],[73,32],[-122,382],[-37,88],[24,8],[272,105],[219,84],[43,18],[142,59],[23,-75],[60,-198],[8,-26],[36,-75],[23,-65],[16,-56],[10,-33],[8,-41],[0,-47],[-1,-46],[-5,-41],[-13,-56],[-3,-39],[8,-28],[12,-24],[20,-23],[11,-12],[10,-8],[17,-8],[31,-15],[52,-22],[13,-8],[24,-15],[20,-24],[14,-26],[12,-47],[8,-46],[4,-31],[3,-30],[4,-82],[15,-25],[9,-31],[17,-39],[39,-59],[73,-95],[26,-47],[55,-155],[69,-187],[49,-141],[20,-55],[2,-7],[0,-1],[-20,-8],[-125,-46],[-242,-94],[-12,-4],[121,-380],[2,-5],[66,-209],[22,9],[141,59],[7,-20],[123,-352],[-172,-71],[-143,-58],[-64,-27],[-64,-25],[-138,-55],[-15,46],[-34,104],[-7,20],[-134,-49],[55,-175],[-138,-55],[-134,-53],[-93,-37],[-56,171],[-7,17],[-13,4],[-16,-6],[-10,-6],[-10,31],[-29,88],[-77,-36],[21,-64],[-65,-26],[79,-246],[-74,-30],[-67,-27],[-67,-27],[-64,-26],[-70,-28],[-66,-26],[-133,-54],[-22,68],[-66,201],[-20,-7],[-17,-6],[-37,-12],[-29,-10],[14,-33],[-23,-11],[-20,-7],[27,-82],[50,-154],[-130,-56],[-43,134],[-79,-34],[35,-135],[-184,-74],[-149,-59],[-136,-54],[-143,-57],[-58,-23],[-44,154],[9,3],[-33,109],[-113,-42],[-38,118],[-114,-48],[10,-28],[-74,-29],[15,-41],[-37,-15],[106,-306],[-26,-10],[-310,-119],[-17,53],[-6,22],[-7,20],[-8,27],[-7,22],[-45,144],[-12,38],[-37,-12],[12,-39],[-102,-34],[55,-171],[35,14],[34,11],[1,1],[8,-26],[17,-49],[-52,-22],[12,-45],[-38,-15],[-381,-151],[-90,-36],[-169,-70],[-31,89],[-140,-59],[-145,-57],[-8,33],[-77,238],[-30,-12],[-46,-18],[42,-105],[-65,-28],[42,-128],[-69,-28],[-29,-12],[9,-31],[30,-100],[-17,-7],[-285,-114],[-489,-196],[-90,-38],[-9,28],[54,23],[-19,74],[-87,-36],[-20,-8],[-243,-98],[-15,-9],[-8,-10],[0,-11],[6,-4],[28,-11],[39,-9],[18,-12],[11,-18],[-24,-10],[-123,-51],[-16,-7],[9,-25],[13,7],[125,48],[2,0],[35,5],[35,4],[155,64],[383,154],[245,98],[284,113],[241,100],[40,17],[581,240],[3,-5],[72,28],[131,52],[134,53],[136,56],[41,17],[344,132],[76,-229],[21,7],[143,51],[-2,8],[-40,114],[-36,112],[37,14],[136,55],[144,58],[134,53],[129,52],[73,29],[87,35],[114,47],[243,95],[34,14],[141,55],[118,46],[12,-38],[5,-19],[15,-49],[9,-23],[19,-61],[18,-18],[41,13],[36,17],[38,11],[-11,32],[161,65],[-39,111],[74,30],[-24,72],[16,6],[73,30],[110,45],[76,32],[78,32],[115,47],[268,110],[278,113],[88,36],[56,24],[58,-190],[163,62],[-15,31],[-33,49],[-30,28],[-37,23],[-32,20],[2,12],[143,77],[40,16],[7,-25],[7,-23],[9,-56],[16,-136],[12,-36],[19,-32],[77,-73],[44,-35],[41,-33],[62,-46],[23,-30],[49,-90],[21,-54],[0,-4],[4,-24],[-1,-10],[-8,-13],[-12,-6],[-13,-7],[-14,-15],[2,-9],[15,-28],[22,-35],[69,-139],[32,-97],[-6,-34],[4,-35],[6,-35],[12,-29],[6,-14],[25,-34],[27,-25],[19,-4],[58,29],[20,1],[14,-5],[26,-15],[25,-29],[134,-221],[-36,-10],[69,-92],[94,-157],[-12,-10],[-9,-8],[-66,-43],[-93,-50],[-473,-379],[-70,-46],[-160,-109],[-112,-75],[-123,-90],[-285,-220],[-242,-197],[-261,-218],[-33,99],[84,46],[-3,1],[-18,50],[-16,52],[-6,20],[-26,83],[-6,20],[-7,19],[-7,25],[-115,-47],[-57,-24],[-61,-25],[75,-241],[18,-60],[-76,-29],[-37,116],[-74,-26],[-29,-14],[19,-56],[-111,-50],[-11,-5],[1,-20],[59,-186],[21,16],[49,42],[45,39],[29,-87],[-198,-162],[-256,-219],[-135,-115],[-305,-256],[-38,-34],[-34,-30],[-134,-118],[-41,-31],[-169,-142],[-314,-258],[-110,-88],[-243,-206],[-33,-28],[-20,-17],[-346,-294],[-29,-25],[-6,-6],[-98,-91],[-25,31],[-5,-1],[-34,-32],[-137,-115],[-30,-26],[-154,-133],[-139,-121],[-10,-9],[-5,2],[-4,1],[-18,27],[-65,-80],[-5,-11],[-22,3],[-182,263],[44,75],[16,34],[3,11],[1,11],[-27,91],[-3,3],[-6,-1],[-63,-23],[-32,-14],[-60,-37],[-29,43],[-144,209],[-11,17],[-271,388],[-46,61],[-149,215],[-47,74],[-79,133],[-61,108],[-45,76],[-95,180],[-17,31],[-31,61],[-47,71],[-78,122],[-56,94],[-23,44],[-18,35],[-68,163],[-105,264],[-43,103],[-9,-4],[-37,100],[-6,18],[-6,19],[-6,16],[-27,91],[-15,70],[-70,222],[-12,14],[-7,15],[-10,7],[-11,-5],[-267,-105],[-209,-86],[-408,-163],[-13,40],[-13,14],[-17,-32],[-63,-44],[-67,-16],[-286,-111],[-466,-194],[-24,-9],[-13,57],[-56,162],[-177,-75],[-72,-28],[-195,-78],[-97,-39],[-160,-66],[-49,-19],[-83,-32],[-168,-67],[-7,6],[-37,38],[-22,28],[-28,39],[-24,28],[-9,10],[-6,9],[-57,91],[-35,57],[-21,34],[-48,74],[-51,79],[-17,28],[-69,106],[10,16],[15,11],[175,70],[143,58],[91,34],[163,62],[-30,98],[-69,217],[0,9],[-55,7],[-17,2],[-71,5],[-57,-4],[-74,-17],[-55,-24],[-7,-4],[-41,-28],[-42,-34],[-76,221],[-57,-22],[-499,-198],[-74,62],[-53,46],[-14,12],[-39,33],[-121,103],[-41,35],[-14,12],[-16,14],[-23,19],[-128,126],[-46,45],[-21,29],[-44,142],[-35,110],[-5,13],[-9,25],[-33,96],[-8,27],[-6,18],[-36,108],[155,65],[177,72],[5,0],[30,14],[70,29],[11,5],[77,32],[276,115],[-109,49],[-73,89],[-7,9],[3,51],[30,76],[23,46],[44,38],[-11,30],[-12,37],[12,6],[-53,152],[-19,38],[-22,25],[-28,19],[-36,15],[-26,-3],[-217,-81],[-23,-3],[-19,32],[-16,13],[-16,31],[-56,128],[-22,53],[-78,183],[-32,76],[-32,83],[113,38],[-20,85],[88,28],[-15,67],[-89,-27],[-38,155],[-160,-48],[-12,27],[-24,61],[-43,109],[-53,138],[-64,149],[-68,160],[-50,118],[-83,199],[109,32],[205,47],[96,22],[-21,106],[-92,-21],[-29,-7],[-17,109],[-203,-42],[-136,-32],[-71,182],[-14,32],[-10,22],[-36,72],[-47,90],[-11,27],[-55,134],[-58,146],[-7,17],[-21,65],[-14,64],[-23,107],[-3,17],[-12,76],[-7,38],[-24,113],[-11,56],[-36,167],[-26,107],[-6,26],[-19,110],[-20,111],[85,3],[3,0],[22,-8],[166,16],[562,56],[157,16],[246,27],[67,8],[207,19],[147,14],[113,12],[252,25],[729,68],[671,66],[57,6],[545,53],[207,20],[-3,34],[2,6],[4,8],[-1,44],[31,15],[-13,29],[-15,41],[-9,46],[-3,62],[-9,72],[-1,16],[-5,72],[-3,24],[-31,248],[-16,184],[-15,110],[-22,202],[13,10],[13,0],[5,57],[-29,-7],[-7,3],[-4,10],[-30,303],[-8,79],[-7,48],[-121,1182],[1,2],[-3,65],[-14,56],[-3,1],[-4,10],[-1,4],[-22,32],[0,6],[-43,61],[-97,6],[-35,4],[-41,-8],[-20,-2],[-58,0],[-25,4],[-27,0],[-14,4],[-619,42],[-157,6],[-97,6],[-384,37],[-54,7],[-43,3],[-14,3],[-10,-9],[0,-3],[-82,6],[29,10],[29,18],[14,11],[40,38],[18,26],[15,23],[19,49],[5,27],[16,82],[5,18],[2,39],[11,62],[25,146],[19,132],[9,18],[27,19],[139,94],[18,19],[22,28],[19,33],[12,41],[13,87],[4,48],[2,20],[2,34],[22,321],[9,68],[10,38],[30,64],[64,137],[9,25],[4,26],[-2,28],[-7,40],[-30,123],[-20,89],[-13,131],[-5,80],[1,46],[8,28],[65,102],[69,99],[25,46],[11,33],[4,34],[5,104],[18,266],[11,211],[4,57],[12,43],[21,42],[45,58],[112,116],[8,12],[11,16],[30,36],[17,29],[24,49],[22,56],[19,98],[7,21],[6,33],[5,49],[-2,59],[-6,35],[-13,56],[-69,332],[-109,504],[-41,199],[-10,75],[-13,-2],[-2,92],[-1,57],[-5,2],[-7,7],[-4,11],[10,61],[63,386],[73,443],[12,-4],[16,-5],[16,-5],[15,-4],[14,-5],[66,-20],[106,-34],[167,-60],[15,51],[174,-44],[111,-29]],[[390060,510079],[18,-3],[13,8],[8,12],[1,62],[-3,20],[-10,8],[-11,2],[-10,5],[-5,16],[-1,27],[-54,3],[6,-91],[1,-34],[-19,-19],[45,0],[10,-10],[11,-6]],[[387828,498692],[-97,151],[-16,-9],[-72,-29],[-49,-18],[32,-86],[48,-130],[56,44],[17,13],[81,64]],[[385767,498261],[11,-34],[51,-149],[19,8],[117,48],[15,-47],[30,12],[151,61],[-15,47],[-31,98],[48,16],[-12,39],[-48,-19],[-19,60],[-86,-35],[16,-61],[-62,-22],[-35,109],[-11,34],[-99,-40],[-6,-3],[-2,-9],[13,-53],[-1,-15],[-25,-27],[-19,-18]],[[385012,496785],[-35,-24],[-63,-31],[-21,48],[-79,-35],[36,-105],[23,-1],[30,-83],[32,9],[47,-140],[118,92],[6,5],[56,47],[-66,197],[-15,48],[-69,-27]],[[384695,498830],[-6,19],[-35,128],[65,22],[-13,49],[-15,20],[-14,49],[10,4],[-2,42],[-79,-5],[0,-12],[-22,-9],[-131,-51],[54,-164],[44,-133],[73,29],[30,-90],[64,30],[-23,72]],[[384081,495768],[21,-73],[32,24],[18,14],[35,30],[8,7],[-49,116],[-89,-36],[16,-54],[8,-28]],[[383628,501510],[48,-148],[101,39],[-69,210],[-44,-17],[-21,66],[-57,-22],[18,-55],[24,-73]],[[383333,500741],[16,-50],[-57,-22],[28,-88],[7,-22],[12,-39],[5,-6],[11,-2],[48,19],[210,85],[-76,217],[-199,-79],[-5,-6],[0,-7]],[[383467,496347],[-39,117],[-134,-52],[-76,-29],[16,-49],[5,-14],[37,-113],[49,-144],[211,75],[-49,147],[-20,62]],[[383389,501255],[-50,141],[-108,-43],[-6,17],[-7,19],[-64,-21],[11,-41],[-74,-29],[30,-97],[5,-19],[8,-24],[255,97]],[[382946,497227],[27,-83],[69,29],[-5,17],[9,3],[63,24],[-4,13],[-7,18],[61,26],[-25,74],[-6,21],[-65,-26],[-69,-26],[-69,-28],[11,-31],[7,-21],[3,-10]],[[382963,495281],[21,-17],[47,34],[28,14],[9,15],[-19,21],[-20,20],[-24,28],[-7,10],[-10,27],[-26,73],[59,22],[22,45],[85,-41],[-43,138],[-90,-33],[-42,-17],[-18,-3],[-42,-19],[-2,-2],[-9,-9],[13,-37],[6,-10],[5,-3],[-25,-6],[10,-37],[-18,-8],[19,-57],[-88,-39],[130,-90],[29,-19]],[[383116,498348],[-46,144],[-239,-92],[33,-98],[13,-44],[104,39],[135,51]],[[383018,502315],[-51,164],[-18,-18],[-204,-79],[50,-156],[58,23],[165,66]],[[381654,498121],[-10,31],[-180,-70],[-54,-20],[-14,-6],[-118,-44],[26,-80],[6,-23],[8,-29],[19,-47],[6,-9],[3,-11],[3,-15],[0,-19],[3,8],[18,16],[22,9],[269,107],[46,14],[67,23],[-25,77],[-59,-22],[-14,44],[-22,66]],[[379439,501436],[40,-128],[11,-54],[44,21],[95,36],[156,65],[64,24],[17,10],[57,33],[50,16],[-18,135],[-28,-4],[-50,-1],[-438,-153]],[[379835,501647],[13,-6],[20,5],[10,-22],[15,-2],[29,9],[28,-3],[-42,341],[-29,-8],[-2,-1],[-3,-17],[1,-20],[18,-7],[-10,-3],[-14,-9],[-12,-12],[2,-22],[1,-16],[20,-2],[13,-4],[7,-23],[-6,-15],[-18,-4],[-14,-15],[7,-36],[-41,-18],[4,-26],[18,-2],[17,-10],[5,-17],[-13,-9],[-23,-6],[-5,-7],[4,-13]],[[379192,514077],[-16,-19],[-17,-39],[-3,-30],[-4,-15],[-14,-14],[-12,-8],[-15,0],[77,-96],[28,-29],[13,-11],[13,18],[5,22],[-4,6],[-9,21],[0,25],[2,31],[6,29],[32,-4],[-5,-51],[6,-22],[15,-27],[23,-23],[24,-16],[21,-7],[21,-1],[-2,21],[15,15],[43,13],[25,23],[7,24],[3,28],[0,25],[-3,22],[-5,18],[-6,13],[-17,16],[-27,16],[-24,10],[-22,0],[-15,-3],[-9,11],[-21,-11],[-14,-10],[-14,-17],[-12,-26],[-5,-21],[-29,3],[6,28],[11,32],[19,25],[4,4],[-18,9],[-17,14],[-14,8],[-17,0],[-18,-6],[-11,-24]],[[378825,500818],[29,-89],[37,15],[270,103],[-32,93],[-20,-8],[-50,-19],[-22,-8],[-45,-17],[-33,-15],[-40,-18],[-94,-37]],[[385805,524050],[-49,-75],[-17,-25],[-230,-339],[27,-21],[130,-74],[23,-16],[35,-35],[34,-21],[9,-13],[20,-22],[-9,-16],[-1,-11],[2,-15],[3,-8],[1,-2],[49,-25],[24,-28],[18,-15],[15,-8],[4,-9],[0,-11],[4,-4],[4,0],[57,90],[24,55],[12,17],[5,3],[14,-11],[12,22],[4,27],[-8,10],[-18,18],[8,6],[10,4],[7,1],[7,-2],[35,-22],[4,-6],[0,-5],[-2,-18],[-14,-49],[11,6],[15,17],[19,38],[62,-34],[60,-41],[-8,-18],[21,-18],[13,22],[20,-18],[23,-20],[62,-45],[61,-34],[18,-3],[20,8],[-2,21],[-5,9],[-12,11],[-52,40],[8,26],[10,30],[7,9],[25,16],[13,14],[23,20],[45,76]],[[387151,523060],[0,-1],[-18,-34],[-27,-53],[-12,4],[-19,0],[-18,-2],[-3,4],[-62,47],[-72,58],[-60,47],[-38,21],[-37,15],[-23,6],[-26,-2],[-12,-44],[-22,-30],[58,-54],[92,-72],[71,-51],[23,-15],[114,-75],[78,-56],[7,-8],[5,-5],[0,-15],[-10,-16],[-10,-15],[-4,-2],[-6,-4],[-4,1],[-4,0],[-75,63],[-35,25],[-4,3],[-8,1],[-41,-44],[-15,-23],[-76,51],[-7,2],[-28,17],[-2,-4],[-15,-28],[-30,14],[-90,-125],[49,-28],[14,30],[0,0],[4,9],[0,0],[307,-173],[-11,-46],[0,-12],[2,-7],[21,-23],[14,-12],[-40,-39],[-73,64],[-87,57],[-48,23],[-35,-67],[0,-14],[-1,-18],[-9,-22],[15,-8],[48,-31],[46,-6],[32,-13],[33,-19],[25,-25],[0,-17],[-8,-8],[-20,5],[-111,63],[-17,-21],[-16,-4],[-27,13],[-11,6],[-10,-32],[-6,-44],[-18,-58],[-7,6],[-4,3],[-17,14],[-10,13],[-15,5],[-6,18],[-31,17],[-12,10],[0,5],[-7,12],[-99,54],[-45,31],[-13,14],[-67,6],[-11,-16],[-34,26],[-74,-101],[9,-7],[-17,-33],[-15,-29],[34,-18],[170,-103],[7,-2],[9,18],[1,2],[40,-25],[26,-15],[-10,-2],[-19,-30],[2,-8],[70,-47],[-1,-14],[-4,-8],[-81,49],[-22,4],[-14,-4],[-13,-8],[-5,-10],[1,-6],[5,-7],[13,-10],[60,-33],[5,-6],[-2,-6],[-9,-11],[-10,0],[-5,6],[-29,17],[-47,34],[-9,-1],[-7,-5],[-17,-28],[0,-8],[5,-6],[21,-11],[69,-33],[48,-32],[-9,-18],[-18,-18],[-3,-7],[-9,-4],[-12,1],[-58,39],[-62,39],[-13,3],[-10,-5],[-20,-26],[-6,-14],[-8,-3],[-6,3],[-8,0],[-14,-22],[-24,4],[-10,-9],[-6,-16],[-9,-3],[-21,0],[-73,30],[0,1],[-31,-63],[49,-31],[25,-24],[17,-31],[18,-29],[45,-34],[-53,29],[-6,-13],[-7,-19],[-13,-21],[-12,-11],[-20,-6],[-22,-1],[4,-3],[9,-15],[46,-30],[-19,-14],[-48,-46],[-78,60],[-28,-30],[-17,-25],[3,-28],[14,-24],[10,-24],[-1,-4],[-6,-5],[-11,0],[-32,23],[-30,7],[-35,-14],[-20,-37],[1,-14],[46,-30],[-7,-18],[51,-34],[-17,-18],[-7,-4],[-82,-81],[-15,-13],[-47,-46],[-90,-91],[-29,-28],[-20,-14],[-4,-5],[-105,-102],[-11,-11],[-69,-68],[-20,-20],[-32,-31],[-24,22],[-8,5],[-7,-1],[-76,-69],[-143,63],[-9,1],[-17,-11],[-11,-3],[-21,-1],[133,-52],[-18,-51],[-3,-2],[-3,-2],[-8,7],[-5,3],[-15,11],[-15,6],[-1,1],[-1,2],[-12,7],[-76,31],[-39,-43],[-76,34],[-49,18],[-10,2],[-7,-4],[-4,-6],[-13,-54],[-12,-21],[-5,-7],[-9,-6],[-12,-3],[-10,1],[-11,4],[-18,19],[-6,21],[-11,13],[-17,9],[-89,34],[-19,6],[-10,0],[-9,-1],[-9,-4],[-11,-5],[-7,2],[-52,39],[-4,9],[-1,10],[-16,5],[-27,12],[-13,0],[-46,15],[-19,-10],[-18,-7],[-56,-4],[62,-43],[29,-15],[114,-152],[10,-2],[43,-10],[120,-44],[137,-46],[12,-5],[-7,-26],[1,-16],[67,-33],[7,-10],[11,-7],[18,7],[11,3],[13,-8],[22,-26],[-54,-56],[-8,-7],[-8,-8],[-75,-78],[-52,41],[-25,4],[-2,-1],[-25,-6],[-42,-22],[-51,-40],[-32,-35],[2,-53],[24,-2],[9,-9],[-5,-17],[-23,2],[-7,-4],[-7,0],[-14,8],[-13,-2],[-9,-8],[-2,-12],[12,-8],[-3,-12],[-5,-4],[-36,11],[-22,-3],[-29,16],[-65,26],[-43,10],[-51,20],[-8,0],[0,-2],[-5,-1],[-1,-15],[3,-8],[7,-6],[57,-24],[18,-5],[-5,-17],[-10,2],[-8,-4],[-4,-8],[-14,-58],[-31,3],[-1,-7],[34,-12],[7,-6],[2,-11],[5,-6],[7,-3],[-16,-27],[-11,5],[-13,-1],[-4,-7],[0,-8],[-6,-9],[-18,8],[-3,-19],[-10,-15],[-19,-11],[-15,-2],[-23,8],[-29,11],[-16,2],[-2,-11],[-5,-14],[-3,-24],[1,-10],[1,-5],[12,-1],[6,12],[-6,5],[3,5],[1,2],[0,0],[24,-15],[-5,-9],[-6,3],[-4,-9],[18,-15],[9,-7],[26,-22],[2,-2],[36,-29],[-7,-9],[-28,24],[-6,2],[0,-9],[3,-14],[1,-10],[-10,-8],[-14,-10],[-18,-6],[-22,1],[-2,1],[-18,6],[-18,7],[-41,21],[-3,1],[-1,1],[0,0],[-9,-1],[-1,-7],[0,-8],[4,-9],[57,-16],[-9,-31],[-1,-4],[12,-4],[45,-19],[23,-22],[-5,-5],[-5,-6],[-26,7],[-31,3],[-31,0],[-29,-9],[-21,-18],[29,-15],[15,-8],[3,-1],[-2,-1],[-11,-7],[-8,-10],[-6,-11]],[[381507,520746],[0,4],[-16,8]],[[379197,523618],[8,12],[45,52],[-49,54],[-64,43],[-36,42],[3,4],[88,-61],[86,-60],[9,1],[71,101],[13,-10],[7,13],[-27,19],[53,104],[-58,35],[5,19],[-54,38],[-3,16],[53,117],[11,54],[-15,41],[-72,-36],[7,-18],[-3,-13],[2,-11],[-31,-13],[-22,-3],[-20,-6],[-22,-10],[-16,-11],[-27,-7],[-41,-5],[-36,-6],[-22,-10],[-32,-20],[-26,91],[-12,14],[-66,83],[11,10],[80,102],[-10,26],[-12,21],[11,14],[25,101],[-7,16],[-14,14],[-12,11],[-32,33],[-13,15],[-19,19],[118,72],[142,88],[84,46],[87,-75],[42,17],[34,19],[46,20],[-55,106],[205,116],[144,83],[77,47],[75,43],[102,-84],[6,-14],[4,-11],[22,-23],[16,-8],[19,2],[40,13],[-6,18],[13,10],[14,-20],[37,28],[-17,50],[9,5],[17,-7],[14,0],[63,8],[21,-17],[41,-2],[14,-10],[15,1],[8,9],[-4,17],[-6,6],[-10,-4],[-30,64],[14,10],[-13,30],[1,14],[11,-2],[21,-20],[20,-14],[30,-10],[30,-30],[6,-2],[6,2],[10,16],[0,16],[-12,38],[-12,36],[2,23],[8,15],[2,0],[19,17],[18,9],[19,5],[32,-1],[54,-4],[27,3],[-149,131],[124,72],[29,-27],[12,-11],[124,-112],[5,-5],[15,-3],[50,-44],[54,58],[59,-52],[39,111],[-207,173],[4,17],[12,7],[60,34],[770,439],[87,52],[45,-60],[32,0],[54,43],[18,-19],[99,78],[-64,68],[58,34],[18,9],[12,4],[55,29],[1,1],[17,-4],[217,-45],[46,81],[97,123],[10,27],[182,-4],[0,0],[305,101],[951,301],[-6,105],[30,-11]],[[386481,497563],[-239,-197],[-8,24],[59,47],[-23,58],[79,64],[86,71],[46,-67]],[[384942,535541],[-28,-31],[-17,-4],[-102,7],[-58,0],[28,-77],[9,-67],[-3,-24],[-7,-16],[-18,-23],[-47,-41],[-48,-51],[-15,-13],[-91,-52],[-230,-108],[-30,-22],[-16,-10],[-57,-76],[-19,-16],[-18,-12],[-231,-89],[-21,-12],[-22,-19],[-37,-43],[-52,-55],[-24,-25],[-129,-111],[-174,-132],[-199,-172],[-57,-54],[-38,-46],[-30,-36],[-23,-23],[-57,-43],[-141,-92],[-43,-22],[-12,-4],[-32,-3],[-28,0],[-20,5],[-19,7],[-35,18],[-55,18],[-50,10],[-38,3],[-93,-7],[-42,-5],[-104,-12],[-239,-45],[-32,-9],[-25,-13],[-130,-99],[-128,-34],[-12,-8],[-8,-10],[-4,-23],[-18,-51],[-382,-274],[-105,-65],[-77,-33],[-52,-11],[-60,-1],[-46,4],[-44,11],[-114,62],[-75,46],[0,0],[-34,15],[-72,70],[-48,66],[-27,60],[-14,56],[-22,43],[-20,62],[-14,109],[-3,21],[0,115],[-1,10],[-9,59],[-8,143],[-8,72],[-2,67],[0,54],[18,153],[14,127],[4,70],[7,48],[16,67],[8,23],[-1,6],[-7,34],[-10,58],[0,22],[0,43],[2,52],[6,85],[2,45],[-13,35],[-18,42],[-8,44],[-14,188],[-5,88],[-18,-13],[-13,0],[-65,12],[-50,2],[-29,-4],[-43,-12],[-46,-19],[-16,-7],[-27,-3],[-3,-3],[-40,-8],[-65,-8],[-11,1],[-19,1],[15,141],[17,5],[36,2],[123,16],[130,2],[57,4],[36,10],[8,19],[-2,12],[-2,11],[-4,17],[-66,-4],[-99,-8],[-146,-5],[-23,-5],[-54,-13],[6,13],[6,27],[1,83],[-5,27],[-3,22],[2,4],[50,7],[3,1],[152,20],[109,12],[85,10],[15,3],[1,22],[-8,17],[-26,-1],[-4,-2],[-95,-7],[-33,-4],[-88,-7],[-55,-11],[-14,-5],[-50,1],[-2,72],[87,9],[102,8],[23,2],[45,2],[14,4],[9,6],[5,-5],[82,2],[19,1],[0,1],[17,0],[7,1],[20,5],[21,8],[37,22],[10,6],[19,8],[27,7],[260,29],[86,10],[376,32],[181,14],[109,12],[5,-9],[10,-5],[5,-1],[5,-1],[6,2],[4,3],[4,5],[5,10],[2,7],[5,14],[5,9],[10,11],[11,8],[34,12],[9,14],[29,9],[14,1],[5,5],[3,3],[3,15],[3,47],[-1,6],[-4,12],[-3,12],[-1,11],[70,7],[52,8],[11,2],[4,6],[0,18],[0,10],[-75,1],[-86,-2],[-57,1],[-3,25],[-9,13],[-7,4],[-12,-2],[-9,-7],[-13,-9],[-7,-3],[-5,1],[-6,-1],[-7,-3],[-5,-4],[-8,-12],[-7,-11],[-4,-9],[-1,-6],[-6,-15],[-3,-6],[-2,-3],[-4,-1],[-3,-1],[-8,-3],[-2,0],[-4,-1],[-5,0],[-8,0],[-5,0],[-4,1],[-10,1],[-4,-1],[-11,-3],[-5,0],[-127,-13],[-129,-14],[-40,1],[-38,18],[1,3],[0,20],[-1,10],[-1,1],[-2,7],[-13,10],[-14,2],[-45,0],[-199,-13],[-178,-10],[0,22],[-118,-5],[-12,-2],[-1,-23],[-28,-1],[-26,514],[-3,54],[-5,104],[18,2],[4,1],[14,78],[3,51],[2,32],[5,59],[3,46],[13,61],[8,36],[7,51],[13,103],[9,77],[2,17],[6,45],[8,68],[15,118],[1,7],[3,20],[2,15],[24,160],[2,13],[20,126],[2,15],[10,65],[12,-1],[29,174],[-5,1],[22,175],[-40,4],[9,73],[3,31],[5,36],[7,60],[27,-4],[1,4],[30,192],[10,-2],[135,-28],[47,-10],[325,-70],[20,-4],[3,23],[0,5],[3,37],[5,22],[3,14],[12,42],[8,72],[2,22],[9,72],[8,66],[0,6],[4,26],[0,25],[3,25],[9,59],[0,6],[4,44],[7,75],[2,37],[3,32],[1,18],[6,33],[1,-1],[6,97],[7,9],[3,15],[75,242],[3,20],[1,13],[-8,52],[0,17],[-14,135],[1,15],[-4,68],[31,-3],[29,0],[52,-11],[70,-19],[74,-40],[36,-17],[55,67],[12,4],[12,2],[13,-4],[11,-7],[15,-10],[18,13],[13,8],[10,3],[15,0],[19,-3],[44,-6],[4,-11],[114,-58],[0,0],[30,1],[22,-5],[38,-17],[7,1],[14,6],[32,-21],[33,-13],[36,-16],[24,-8],[35,-12],[27,-16],[19,-15],[28,-11],[16,-4],[17,-6],[8,-12],[10,-4],[11,-1],[13,5],[10,11],[4,25],[18,70],[5,5],[4,5],[23,6],[29,6],[25,2],[10,5],[6,14],[60,3],[16,3],[14,5],[13,19],[32,95],[25,95],[11,35],[9,29],[13,30],[16,37],[14,28],[4,21],[15,60],[12,46],[20,52],[17,51],[20,56],[32,96],[17,45],[18,63],[9,46],[76,41],[110,14],[117,-7],[0,-1],[-21,-147],[-2,-38],[-17,-79],[-19,-89],[-27,-125],[-2,-24],[-1,-41],[4,-24],[6,-15],[11,-9],[12,-8],[14,-6],[13,0],[8,1],[9,6],[7,8],[4,14],[4,13],[6,11],[12,4],[21,3],[8,0],[9,5],[5,0],[9,0],[11,-6],[6,-5],[7,0],[9,0],[24,0],[6,-5],[25,0],[5,-4],[18,-8],[13,-3],[19,-2],[5,5],[0,13],[-15,15],[-8,3],[-2,15],[-97,10],[-9,5],[1,41],[13,-2],[2,7],[44,-1],[1,90],[9,2],[0,13],[44,0],[3,3],[17,0],[5,1],[14,2],[2,2],[0,13],[3,3],[10,3],[4,5],[1,10],[-5,8],[-5,3],[-22,12],[-56,26],[-71,31],[-16,9],[-5,11],[-3,13],[-15,52],[-15,57],[-3,22],[-3,22],[0,7],[0,18],[1,4],[26,-11],[2,5],[11,0],[19,-10],[21,-9],[62,-38],[35,70],[39,-2]],[[384328,536628],[15,-6],[78,2],[35,3],[-4,46],[-4,69],[-10,-6],[-27,-21],[-30,-14],[-23,-5],[-72,-6],[10,-27],[7,-15],[8,-11],[17,-9]],[[383755,495177],[-14,15],[153,137],[347,288],[51,30]],[[379050,523373],[-3,-18],[-29,-67]],[[378243,523313],[17,27],[51,110],[25,48],[0,5],[-39,24],[0,15],[43,95],[77,25],[2,-8],[-7,-23],[-13,-25],[-34,-52],[-12,-24],[1,-6],[108,-76],[19,-12],[40,-24],[12,6],[151,129],[-195,137],[21,6],[104,51],[46,17],[38,2],[66,4],[21,3],[15,3],[15,4],[63,21],[36,22],[34,31],[32,39],[51,-41],[85,-67],[1,-9],[-36,-54],[114,-100]],[[606519,485551],[24,-10],[25,3],[42,13],[122,36],[27,10],[25,-14],[93,-133],[132,-180],[87,-116],[37,-50],[34,-43],[20,-19],[30,-23],[4,-3],[3,-1],[36,-14],[50,-8],[32,6],[17,7],[148,83],[83,62],[37,26],[29,34],[5,7],[14,25],[9,17],[186,-27],[2,-75],[-8,-111],[29,33],[20,-33],[4,-21],[18,-25],[-2,-4],[103,-106],[58,-40],[93,-75],[80,-77],[57,-67],[73,-96],[115,-142],[26,-38],[23,-24],[40,-52],[87,-103],[14,-27],[58,-33],[162,-32],[1,1],[0,1],[151,-34],[18,7],[9,4],[9,9],[6,11],[6,23],[9,0],[32,14],[16,10],[9,7],[11,14],[19,-8],[38,-3],[26,-9],[12,-10],[52,-83],[39,-102],[1,-2],[12,8],[61,-6],[49,-9],[3,4],[32,46],[43,62],[34,48],[10,8],[9,1],[11,-1],[45,-28],[97,-58],[110,-63],[256,-144],[130,-85],[59,-44],[16,-14],[13,-11],[29,-25],[68,-65],[71,-79],[40,-52],[84,-115],[50,-80],[94,-153],[53,-92],[36,-57],[60,-99],[38,-59],[39,-55],[11,-17],[71,-87],[345,-432],[81,-106],[75,-99],[105,-150],[28,-49],[16,-38],[22,-44],[44,-102],[72,-170],[15,-88],[18,-92],[8,-62],[7,-68],[6,-123],[4,-108],[0,-145],[-3,-139],[-7,-187],[-5,-198],[-6,-128],[-9,-123],[-17,-132],[-24,-125],[-25,-116],[-44,-196],[-16,-104],[-11,-95],[-11,-116],[-3,-80],[-1,-39],[-8,-209],[-10,-456],[2,-69],[-8,-52],[-5,-48],[-2,-51],[12,-84],[-3,-27],[-3,-275],[-6,-121],[-7,-119],[-4,-58],[-15,-138],[-7,-54],[-5,-45],[-35,-263],[-23,-208],[-7,-82],[-5,-45],[-1,-29],[-1,-38],[5,-143],[15,-127],[22,-143],[30,-123],[8,-17],[16,-58],[-24,-26],[-32,-41],[-53,-71],[-22,-26],[-32,-26],[-192,-98],[-701,-352],[-55,-29],[-105,-44],[-19,-4],[-196,-26],[-62,-10],[-61,-5],[-39,-6],[-28,-1],[-149,-6],[-53,0],[-165,-27],[-46,-6],[-43,-6],[-646,-108],[-33,-3],[-38,-7],[-33,-11],[-1014,-598],[-29,-17],[-20,0],[-67,-24],[-152,-41],[-99,-24],[-33,-7],[-97,-15],[-20,-3],[-152,-29],[-50,-12],[-35,-14],[-316,-193],[-164,-93],[-19,-12],[-98,-80],[-174,-115],[-35,-25],[-28,-16],[-427,-53],[-92,-11],[-25,-1],[-86,-16],[-41,-10],[-412,-128],[-69,-21],[-333,-104],[-67,-21],[-27,-11],[-38,-14],[-54,-26],[-31,-16],[-47,-30],[-25,-22],[-16,-16],[-32,-37],[-46,-58],[-33,-45],[-13,-18],[-34,-95],[-34,-90],[-185,-435],[-175,-397],[-50,-112],[-49,-108],[-75,-174],[-29,-64],[-12,-34],[-34,-76],[-83,-189],[-31,-68],[-11,-20],[-8,-9],[-9,-4],[-19,-31],[-1,-21],[-20,-36],[-163,-275],[-30,-55],[-29,-60],[-193,-391],[-33,-67],[-20,-60],[-9,-24],[-9,-50],[-12,-32],[-49,-74],[-33,-43],[-73,-81],[-513,-751],[-28,-38],[-110,-155],[-39,-17],[-87,-122],[-14,-14],[-18,-25],[-10,9],[-110,-103],[-859,-1121],[-30,28],[-34,59],[-21,47],[-36,91],[-96,11],[-51,3],[-21,-3],[-74,-18],[-315,-71],[-83,-17],[-33,-4],[-30,5],[-19,-13],[-26,-22],[-32,-25],[-52,-40],[-19,-15],[-21,-20],[-43,-40],[-32,-29],[-78,-48],[-70,-42],[-74,-46],[-69,-52],[-63,-52],[-38,-34],[-45,-46],[-40,-42],[-26,-31],[-59,-1],[-12,-24],[-51,-64],[-53,-64],[-25,-29],[-21,-26],[-12,-29],[-12,-32],[-48,-143],[-8,-25],[-25,-83],[-43,-140],[-8,-26],[-13,-39],[-61,-190],[-18,-53],[-18,-39],[-59,-115],[-9,-18],[10,-6],[25,-20],[4,-7],[0,-5],[-1,-5],[-5,-22],[-53,-148],[-41,-105],[17,-51],[14,-24],[-174,-187],[-268,-185],[-756,-379],[-8,-7],[0,-8],[3,-16],[7,-20],[-70,-34],[-96,-42],[-162,-45],[-145,-31],[-112,-26],[-55,-16],[-89,-37],[-45,-22],[-16,16],[-7,9],[-1,7],[2,7],[9,10],[-30,-12],[-38,-5],[-28,-8],[-26,-5],[-140,-100],[-47,-45],[-12,-11],[-20,-28],[-28,-28],[-53,-55],[-13,-14],[-28,-35],[-13,-20],[-10,-16],[-10,-36],[-26,-111],[-12,-43],[-7,-18],[-11,-17],[-206,-299],[-8,-7],[-15,-10],[-84,-42],[-8,-5],[-10,-8],[-44,-66],[-91,-73],[-41,-112],[-61,-73],[-86,-131],[-45,-70],[-54,-76],[-49,-64],[-58,-99],[-15,-40],[-7,-24],[-4,2],[-9,-2],[-11,-7],[-24,-19],[-39,-33],[-26,-25],[17,-11],[21,20],[38,32],[24,19],[3,2],[-3,-35],[-9,-106],[-2,-14],[-7,0],[-9,-4],[-9,-13],[-83,-110],[-25,-28],[-28,-30],[-47,-41],[-56,-38],[-59,-35],[-71,-31],[-67,-20],[-286,-56],[-34,-1],[-69,14],[-108,-18],[-118,-31],[-53,-22],[-104,-61],[-145,-88],[-94,-53],[-111,-55],[-242,-107],[-101,-51],[-141,-74],[-105,-73],[-34,29],[-3,-1],[-28,-9],[-38,-45],[-59,-75],[-80,-110],[-45,-67],[-63,-92],[-66,-128],[-44,-108],[-158,-360],[-329,-805],[-65,-162],[-35,-83],[-23,-72],[-23,-94],[-18,-81],[-7,-101],[-2,-45],[5,-149],[13,-68],[14,-55],[23,-69],[20,-54],[35,-71],[41,-70],[380,-468],[25,-2],[6,1],[7,0],[4,-1],[8,-5],[44,-40],[56,-47],[22,-17],[5,-5],[4,-17],[20,-134],[27,-170],[53,-327],[28,-116],[-54,-13],[3,-10],[44,-110],[21,-35],[27,-33],[36,-30],[408,-269],[145,-63],[347,-142],[-57,-321],[6,-4],[38,-32],[20,-13],[19,-4],[25,-2],[27,6],[21,9],[15,4],[17,-3],[13,-10],[14,-11],[11,-8],[6,-13],[3,-8],[37,-21],[28,-11],[24,-2],[22,3],[25,11],[12,5],[11,-3],[13,-8],[8,-7],[5,-12],[7,-8],[33,-19],[31,-12],[13,-1],[12,2],[24,8],[28,6],[43,4],[69,0],[11,6],[17,-21],[7,-4],[8,-6],[8,-16],[10,-36],[0,-20],[2,-94],[-9,-172],[124,-17],[1,0],[11,-1],[20,5],[37,15],[30,4],[72,32],[81,51],[18,7],[15,0],[8,4],[43,31],[62,31],[18,5],[15,-1],[14,-4],[15,-7],[12,5],[31,23],[30,27],[22,6],[79,38],[26,11],[62,31],[-25,73],[-37,14],[-7,5],[-4,7],[-52,110],[-21,44],[-15,18],[-15,13],[-15,7],[-126,39],[-62,20],[3,4],[12,5],[26,4],[31,10],[49,14],[51,16],[57,34],[33,19],[27,24],[57,53],[122,127],[49,46],[92,77],[36,28],[27,17],[24,11],[24,5],[37,1],[66,1],[43,2],[26,2],[17,4],[13,5],[62,35],[155,101],[136,96],[99,76],[58,66],[106,125],[90,111],[26,29],[6,11],[4,19],[6,22],[13,18],[3,6],[6,16],[70,65],[10,9],[18,27],[72,110],[51,77],[65,93],[52,70],[37,54],[30,61],[22,40],[20,44],[90,242],[17,37],[15,26],[16,21],[34,34],[33,27],[76,45],[84,45],[70,36],[47,18],[36,10],[179,-1],[53,-33],[50,-3],[64,-5],[55,-6],[68,-5],[57,-3],[40,4],[17,5],[24,-7],[22,0],[16,5],[11,4],[-1,-7],[65,-13],[269,-46],[142,-83],[77,-31],[208,-80],[20,-13],[83,-74],[150,-132],[245,-220],[124,-115],[300,-665],[198,-365],[84,-157],[13,-35],[2,-48],[-4,-35],[-9,-49],[-42,-179],[3,-23],[3,-22],[-5,-26],[-7,-22],[-7,-19],[-7,-12],[-5,-90],[2,-27],[3,-17],[7,-12],[-14,-32],[-71,-319],[-31,-165],[-2,-49],[10,-179],[15,-184],[24,-215],[5,-30],[1,-91],[-5,-98],[1,-81],[26,-251],[5,-29],[-117,-19],[-27,-153],[-6,-20],[-7,-13],[-20,-16],[-39,-6],[-56,-1],[-9,-4],[-7,-8],[-22,10],[-25,28],[-2,0],[-7,-9],[-7,-13],[-4,-20],[2,-20],[8,-26],[0,-21],[-64,-173],[-45,-122],[-57,-154],[-60,-160],[-43,-118],[-10,-7],[-9,-11],[-1,-2],[-9,-19],[-4,-17],[-10,-61],[-10,-27],[-20,-35],[-18,-24],[-22,-15],[-6,-11],[-1,-13],[2,-18],[9,-18],[5,-20],[3,-39],[-2,-19],[-9,-19],[-11,-15],[-33,-32],[-21,-8],[-37,5],[-17,1],[-5,-6],[0,-11],[5,-17],[18,-42],[3,-36],[-5,-13],[-1,-1],[141,-102],[165,-116],[199,-183],[82,-75],[16,-21],[9,-27],[-11,-71],[-30,-54],[-74,-92],[-17,-29],[-41,-58],[-134,-161],[-46,-47],[-78,-56],[-117,-68],[-66,-46],[-22,-22],[-20,-14],[-24,-12],[-25,-20],[-6,-3],[-39,-53],[-24,-32],[-22,-39],[-137,-102],[-224,-91],[-139,-47],[-317,-76],[-56,-8],[-160,-44],[-286,-100],[-69,-47],[-47,-68],[-50,-103],[-61,-97],[-107,-117],[-139,-96],[-79,0],[-58,0],[-22,0],[-143,-11],[-30,-5],[-28,-8],[-196,-45],[-90,-23],[-82,-13],[-83,-7],[-5,4],[-29,-8],[-47,32],[-85,46],[-79,35],[-135,44],[-76,16],[-79,12],[-58,7],[-127,11],[-127,5],[-10,6],[-5,8],[0,9],[5,14],[-36,27],[-11,2],[-16,0],[-47,-14],[-22,1],[-46,6],[-42,12],[-32,17],[-22,3],[-72,-2],[-38,5],[-5,3],[-8,2],[-10,-8],[-9,-3],[-4,1],[-4,5],[0,11],[-4,4],[-14,6],[-62,6],[-20,-17],[-6,0],[-15,9],[-16,2],[-13,-3],[-15,-8],[-22,-21],[-17,-8],[-9,3],[-20,16],[-10,4],[-19,3],[-13,0],[-11,-6],[-9,-8],[-8,-11],[-9,-3],[-29,12],[-16,3],[-56,-15],[-25,-9],[-12,-10],[-5,-10],[-13,-17],[-5,-4],[-8,0],[-36,12],[-20,2],[-19,-7],[-22,-13],[-29,-33],[-3,-9],[-3,-4],[-37,-11],[-25,-15],[-6,-8],[-4,-7],[-14,10],[-68,-61],[-1,-11],[-69,-46],[-19,-5],[-16,1],[-12,3],[-23,10],[-16,12],[-15,24],[1,39],[43,94],[32,72],[-13,8],[122,314],[-6,17],[4,26],[36,134],[33,138],[14,73],[21,122],[14,91],[14,106],[8,83],[14,188],[3,115],[1,128],[-7,209],[-7,105],[-7,70],[-22,177],[-16,98],[-38,187],[-46,194],[-38,133],[-35,112],[-29,86],[-46,120],[-19,49],[-42,97],[-82,177],[-84,166],[2,19],[-19,5],[-79,138],[-30,50],[-34,54],[-30,43],[-75,107],[-84,110],[-65,83],[-93,110],[-118,129],[-57,57],[-74,71],[-140,121],[-72,56],[-15,11],[-12,5],[0,9],[4,8],[-159,99],[19,26],[-167,112],[-14,-26],[-22,18],[-189,104],[-52,26],[-213,85],[-97,36],[-120,42],[-23,17],[-69,58],[-24,18],[-9,3],[-6,0],[-9,-9],[-12,-3],[-25,6],[-8,6],[-2,8],[-2,11],[-5,7],[-10,6],[-105,45],[-96,46],[-45,24],[-62,38],[-170,119],[-172,137],[-20,17],[-68,25],[-62,22],[-269,282],[-240,348],[-158,381],[-86,417],[-25,238],[13,211],[31,420],[87,383],[123,362],[169,340],[72,125],[76,106],[86,119],[87,113],[94,113],[119,157],[112,146],[112,138],[114,141],[133,130],[129,139],[76,72],[163,142],[10,6],[8,-5],[82,84],[-4,7],[2,8],[10,10],[199,140],[194,122],[92,54],[36,20],[9,1],[7,0],[8,-6],[4,-2],[117,64],[-4,11],[-1,8],[8,8],[11,3],[7,-3],[8,-9],[19,9],[93,54],[10,20],[13,9],[55,28],[367,199],[99,62],[228,150],[35,24],[157,108],[149,110],[213,173],[143,134],[10,5],[1,-1],[58,56],[53,56],[125,129],[112,119],[110,129],[112,131],[116,149],[100,149],[108,155],[92,156],[81,156],[90,153],[95,160],[98,158],[120,128],[-3,4],[2,6],[9,13],[48,59],[36,39],[25,29],[44,46],[7,8],[39,36],[70,63],[73,61],[30,23],[59,42],[63,43],[111,67],[299,162],[102,58],[78,48],[124,117],[141,115],[153,143],[140,164],[124,169],[47,73],[34,56],[100,183],[31,60],[110,213],[68,123],[47,72],[24,35],[45,64],[46,57],[58,63],[62,56],[131,110],[100,84],[188,159],[10,4],[7,-5],[13,-21],[4,-2],[7,3],[43,35],[67,58],[-3,11],[-10,14],[-4,8],[0,9],[6,5],[4,0],[120,123],[126,138],[101,116],[94,119],[92,122],[84,129],[82,129],[87,133],[105,120],[151,140],[167,127],[231,129],[159,84],[153,83],[155,100],[155,112],[180,156],[160,167],[152,172],[110,170],[143,209],[104,199],[88,219],[47,152],[41,154],[40,156],[37,147],[28,156],[54,342],[45,386],[28,189],[11,189],[19,187],[34,285],[41,289],[60,250],[63,277],[66,232],[77,244],[106,236],[130,212],[169,179],[232,146],[8,2],[2,2],[39,17],[37,18],[24,11],[34,12],[69,23],[46,10],[51,10],[31,5],[45,6],[56,3],[42,1],[70,-5],[66,-7],[101,-18],[41,-11],[128,-26],[292,-65],[25,-7],[144,23],[8,6],[155,-20],[170,1],[200,25],[228,16],[219,50],[226,55],[220,82],[217,91],[197,115],[203,119],[201,118],[147,97],[252,145],[290,77],[275,17],[284,-52],[115,-53],[133,-75],[10,-5],[5,1],[88,-55],[127,-80],[93,-65],[87,-54],[53,-28],[74,-33],[116,-34],[91,-24],[61,-12],[10,-1],[66,-8],[73,-2],[125,11],[97,16],[123,30],[126,54],[94,48],[105,68],[115,96],[16,13],[28,26],[54,43],[42,45],[65,67],[96,101],[55,59],[39,44],[84,98],[107,127],[59,75],[72,99],[54,85],[56,84],[53,106],[61,130],[45,92],[-9,29],[46,122],[77,239],[19,30],[30,106],[14,36],[9,34],[-1,19],[17,94],[15,86],[12,86],[17,187],[3,79],[3,9],[-2,109],[-5,72],[8,170],[-3,186],[-12,178],[-12,173],[-10,158],[-21,154],[-19,151],[-27,162],[-32,167],[-33,283],[-15,62],[-56,224],[4,18],[-10,33],[-41,140],[-38,135],[-43,139],[-84,252],[-45,122],[-102,262],[-55,136],[-177,355],[-120,184],[-148,202],[-109,125],[-46,50],[-47,49],[-73,77],[-136,110],[-161,113],[-187,107],[-39,19],[-130,63],[-129,56],[-48,17],[-39,-6],[-178,39],[-206,61],[-233,52],[-228,45],[-167,29],[-174,11],[-171,9],[-223,1],[-202,-5],[-29,-3],[-146,-10],[-182,-14],[-235,-18],[-93,-5],[-86,-1],[-61,4],[-74,8],[-83,12],[-76,17],[-69,17],[-71,22],[-62,23],[-68,27],[-69,32],[-57,28],[-64,35],[-55,34],[-59,39],[-75,53],[-45,31],[-46,37],[-54,47],[-53,51],[-49,52],[-48,55],[-40,47],[-69,89],[-57,80],[-59,87],[-34,58],[-31,56],[-36,76],[-26,60],[-25,65],[-35,113],[19,5],[165,44],[290,78],[233,62],[69,19],[514,137],[9,-39],[15,-40],[11,-18],[18,-9]],[[602665,472226],[-6,-16],[-15,-3],[-52,5],[-2,-41],[46,1],[52,-21],[41,-8],[23,38],[13,14],[41,20],[40,94],[-2,2],[-113,74],[-11,-18],[-15,-28],[-11,-31],[-16,-52],[-8,-21],[-5,-9]],[[598424,453641],[8,-2],[14,1],[8,4],[4,3],[12,0],[-1,-25],[0,-39],[13,0],[2,-102],[79,34],[10,-13],[61,19],[69,-31],[29,41],[72,100],[-15,16],[15,27],[-15,19],[27,37],[70,-48],[8,29],[-123,88],[-45,8],[-96,66],[-125,-6],[-14,-4],[-15,-5],[-9,-6],[-7,-5],[-9,-8],[-4,-6],[-5,-7],[-4,-9],[-2,-9],[-3,-16],[1,-7],[2,-13],[-1,-8],[-2,-7],[-4,-6],[-7,-6],[-1,-3],[-3,-9],[-1,-37],[0,-20],[3,-24],[0,-3],[4,-8]],[[597177,452350],[74,-2],[28,4],[3,2],[6,254],[-132,-14],[-1,8],[-10,6],[-10,4],[-12,0],[-11,-10],[-8,101],[-15,190],[-140,-50],[35,-457],[51,-20],[36,-7],[41,-5],[65,-4]],[[596896,454353],[-22,-101],[-59,3],[0,-45],[-73,2],[-21,-51],[-28,-24],[-18,-26],[-2,-13],[-1,-24],[121,-2],[5,0],[21,3],[14,-79],[180,33],[60,264],[-177,60]],[[596701,450756],[24,-15],[12,2],[5,-2],[4,-1],[6,-6],[13,-18],[8,-1],[12,1],[100,22],[77,18],[80,17],[17,10],[-65,318],[-37,32],[-31,-10],[-27,-19],[-18,-4],[-148,-30],[-23,-3],[-71,-15],[3,-18],[45,-237],[23,-26],[0,-6],[-9,-9]],[[593206,461542],[14,-9],[63,63],[-31,44],[-24,27],[-23,11],[-16,5],[-20,-2],[-15,-5],[-16,-10],[-29,-29],[61,-70],[22,-12],[14,-13]],[[591934,457705],[22,-13],[-11,37],[93,44],[-62,170],[28,13],[-11,38],[62,34],[-10,20],[-35,-13],[-15,41],[-49,-24],[-107,239],[-45,10],[-58,-30],[51,-140],[-28,-14],[17,-37],[36,-90],[17,-36],[105,-249]],[[609275,478781],[-72,-328],[-61,-195],[-105,-242],[-88,-195],[-101,-205],[-49,-62],[-24,-29],[-20,-17],[-97,-73],[-53,-38],[-21,-17],[-48,-47],[-25,-18],[-33,-21],[-12,-5],[-22,-9],[-19,-13],[-39,-26],[-29,-12],[-31,-11],[-14,-8],[-51,-9],[-68,-11],[-67,-9],[-167,2],[-27,7],[-26,-47],[-19,10],[-30,-56],[-29,-53],[-51,-108],[-59,-145],[-27,-5],[-50,-11],[-85,-25],[-85,-30],[-33,-13],[-33,-12],[-37,-17],[-60,-31],[-82,-44],[-168,-115],[-182,-120],[-288,-149],[-343,-169],[-203,-80],[-214,-60],[-206,-48],[-212,-23],[-198,-19],[-187,0],[-165,19],[-142,25],[-37,1],[-241,45],[-133,32],[-54,13],[-66,10],[-66,4],[-58,0],[-49,-1],[-135,-9],[-58,-6],[-53,-11],[-73,-18],[-11,-3],[-121,-43],[-44,-18],[-31,-18],[-38,-17],[-104,-58],[-13,-4],[-10,0],[-81,-63],[-3,5],[-4,2],[-3,-1],[-63,-48],[-12,-11],[-35,-29],[-45,-44],[-56,-57],[-63,-74],[-63,-88],[-30,-47],[-33,-55],[-35,-66],[-70,-147],[-7,-8],[-11,-26],[3,-14],[-43,-207],[-53,-172],[-52,-166],[-91,-389],[-35,-196],[-37,-199],[-23,-192],[-17,-157],[-21,-184],[-19,-237],[-21,-221],[-35,-254],[-28,-192],[-38,-192],[-43,-181],[-58,-259],[-67,-249],[-87,-238],[-95,-202],[-161,-194],[-15,-12],[-21,-30],[-96,-135],[-15,-19],[-84,-100],[-61,-66],[-53,-55],[-67,-62],[-62,-60],[-68,-57],[-13,-9],[-5,-11],[-61,-83],[-180,-112],[-195,-107],[-199,-98],[-193,-124],[-193,-140],[-171,-167],[-169,-169],[-10,-13],[0,-2],[-17,-29],[-86,-123],[-114,-168],[-71,-101],[-9,-12],[-70,-87],[-36,-45],[-74,-87],[-133,-143],[-26,-24],[-87,-84],[-62,-56],[-48,-41],[-13,-10],[-4,0],[-5,-4],[-129,-140],[-140,-108],[-142,-132],[-115,-120],[-132,-161],[-95,-100],[-28,2],[-30,-3],[0,60],[-11,7],[-8,3],[-26,-2],[-64,-8],[-51,-11],[-20,-7],[-18,-5],[-22,-15],[-43,-41],[-57,-70],[-52,-63],[-26,-34],[-21,-38],[-13,-30],[-37,-90],[-9,-28],[-16,-33],[-16,-26],[-44,-52],[-40,-36],[-142,-116],[-77,-66],[-5,4],[-27,34],[-6,-4],[-284,-259],[-235,-213],[-71,-65],[-53,-49],[-90,-83],[4,-7],[22,-31],[95,-136],[22,-38],[62,21],[37,14],[5,4],[11,1],[3,-13],[5,-13],[7,-8],[8,-2],[7,3],[-159,-82],[-152,-95],[-144,-110],[-129,-124],[-125,-141],[-113,-150],[-107,-157],[-103,-164],[-81,-132],[-87,-144],[-78,-147],[-2,-6],[-4,-5],[-4,-3],[-7,-1],[-9,1],[-161,-301],[-43,-79],[-4,-8],[-89,-115],[-76,-91],[-50,-49],[-32,-45],[-92,-97],[-128,-137],[-114,-125],[-123,-116],[-129,-120],[-131,-100],[-131,-112],[-1,-1],[-135,-97],[-179,-127],[-184,-113],[-180,-101],[-189,-106],[-141,-70],[-147,-72],[-144,-84],[-139,-88],[-130,-85],[-129,-91],[-134,-103],[-127,-95],[-114,-117],[-116,-109],[-126,-119],[-114,-122],[-139,-151],[-95,-96],[-61,-80],[-41,-54],[-17,-19],[-6,-4],[-18,18],[-14,22],[-18,35],[-18,27],[-27,15],[-88,24],[-35,1],[-8,-9],[-6,-5],[-12,-10],[-11,-1],[-29,5],[-27,8],[-22,8],[-15,12],[-36,42],[5,7],[39,64],[38,66],[12,22],[55,121],[37,86],[17,43],[14,33],[101,238],[95,216],[35,81],[120,282],[7,15],[99,230],[47,105],[52,123],[49,109],[39,76],[29,56],[38,68],[24,42],[38,64],[68,110],[45,75],[17,28],[10,21],[50,86],[54,94],[30,50],[46,69],[39,62],[36,55],[162,223],[206,284],[32,44],[22,30],[208,288],[182,257],[118,167],[281,399],[391,559],[30,42],[5,4],[9,17],[31,43],[149,212],[47,63],[40,60],[14,18],[4,9],[3,4],[17,24],[10,13],[13,16],[28,43],[26,34],[331,469],[249,354],[149,208],[145,208],[85,122],[285,398],[16,22],[14,21],[5,6],[4,0],[67,-22],[29,-8],[11,-6],[11,-18],[4,-15],[1,-16],[-3,-9],[-2,-6],[-11,-23],[14,-9],[64,-43],[74,-53],[58,-33],[31,-23],[155,-122],[10,10],[124,130],[179,166],[80,76],[146,134],[64,53],[55,43],[66,47],[59,35],[65,40],[34,22],[35,24],[35,30],[92,100],[38,40],[72,67],[12,11],[11,10],[30,26],[39,47],[139,194],[85,112],[19,23],[15,15],[14,4],[17,11],[28,23],[31,31],[36,55],[26,51],[38,96],[89,236],[74,177],[72,162],[42,88],[40,70],[39,74],[7,13],[80,136],[28,48],[-85,91],[-128,138],[-33,17],[-50,15],[-29,9],[-59,17],[-12,-2],[-232,-27],[-26,-6],[-32,1],[-46,5],[-56,6],[-18,10],[-28,25],[15,21],[122,176],[42,63],[15,20],[22,25],[6,6],[2,12],[12,16],[40,49],[104,128],[43,53],[103,137],[150,169],[92,93],[33,32],[219,205],[11,10],[103,87],[96,81],[56,52],[40,41],[52,55],[266,241],[197,175],[156,139],[120,106],[50,-50],[264,-255],[197,-191],[11,-17],[1,-5],[23,17],[28,24],[139,120],[57,49],[187,165],[18,18],[-9,10],[20,23],[46,46],[46,47],[31,34],[39,36],[11,12],[25,24],[43,38],[37,30],[-8,15],[-96,106],[-54,60],[-70,78],[-278,-303],[-25,30],[67,101],[-14,16],[-36,29],[-14,8],[-11,-2],[-12,-8],[-28,-23],[-24,-17],[-14,-2],[-84,101],[-7,9],[-23,30],[-2,11],[5,15],[107,207],[18,34],[81,167],[57,125],[26,61],[36,78],[27,74],[22,63],[24,71],[43,175],[4,19],[75,128],[82,111],[139,161],[163,115],[251,144],[842,412],[138,92],[106,65],[71,42],[192,94],[245,103],[93,36],[59,20],[43,10],[51,10],[101,8],[117,5],[181,8],[293,1],[49,-3],[52,-7],[55,-12],[126,-36],[51,-15],[40,-13],[81,-22],[140,-30],[73,-14],[74,-12],[67,0],[23,1],[42,2],[33,4],[366,47],[333,67],[124,42],[61,24],[105,43],[102,21],[126,25],[72,19],[546,169],[178,54],[144,48],[81,41],[37,24],[82,77],[11,23],[33,63],[115,221],[50,104],[33,87],[59,164],[63,197],[52,157],[36,105],[8,22],[56,123],[106,236],[52,93],[40,55],[57,64],[40,52],[34,49],[21,52],[6,27],[24,-24],[35,-25],[16,-13],[10,-1],[11,4],[17,15],[433,407],[311,285],[179,176],[20,-4],[44,-90],[168,-462],[-14,-162]],[[608255,477760],[59,-13],[69,134],[44,-6],[13,39],[-12,29],[8,25],[42,-31],[59,115],[-24,48],[54,121],[-84,52],[-52,-100],[-28,-6],[-102,-193],[5,-48],[-85,-159],[34,-7]],[[604485,476051],[-28,-109],[140,0],[9,21],[10,5],[4,47],[-10,1],[-125,35]],[[601437,473988],[26,-15],[110,117],[12,6],[17,17],[54,98],[1,9],[20,66],[24,55],[6,11],[43,74],[8,8],[-23,14],[-13,-20],[-10,-18],[-23,15],[-22,-35],[-156,94],[-4,0],[-3,-2],[-44,-61],[-86,-121],[-28,-38],[-70,-101],[-15,-23],[165,-132],[11,-18]],[[599968,470974],[100,-133],[21,20],[60,61],[63,70],[-3,4],[-89,116],[-10,13],[-34,51],[1,47],[-88,23],[-135,-119],[-3,-29],[92,-120],[25,-4]],[[597720,467307],[4,-1],[12,21],[127,212],[-122,92],[-146,-237],[4,-6],[121,-81]],[[595560,466748],[-6,-26],[-1,-9],[-23,32],[-83,-67],[-16,-15],[-13,-13],[-8,-10],[-2,-7],[3,-13],[9,-18],[57,-80],[129,-85],[14,0],[12,8],[13,48],[27,71],[17,37],[22,36],[30,34],[112,-72],[36,-17],[20,1],[18,7],[-16,27],[-2,-2],[-128,110],[22,81],[-61,39],[-37,-39],[-98,121],[-12,17],[-14,-93],[-21,-103]],[[593365,464946],[-122,-183],[50,40],[100,74],[3,-5],[7,-2],[6,2],[37,27],[30,23],[56,42],[76,53],[58,39],[29,14],[46,16],[128,42],[71,24],[49,16],[40,13],[14,5],[4,8],[17,3],[-1,-9],[42,-144],[31,-108],[402,131],[46,14],[1,-6],[20,-99],[18,-86],[5,-26],[-46,-14],[3,-15],[1,-7],[1,-3],[5,-23],[2,-7],[6,-27],[43,-182],[13,7],[28,-113],[17,8],[36,-180],[17,10],[16,13],[8,15],[1,23],[-14,85],[-20,101],[-2,8],[16,1],[2,2],[4,2],[18,7],[90,30],[5,2],[70,26],[6,2],[72,-29],[5,5],[6,4],[15,13],[16,10],[18,6],[17,3],[60,13],[24,6],[42,14],[38,18],[36,20],[44,16],[25,8],[13,3],[12,0],[34,-8],[44,37],[38,20],[27,15],[58,33],[3,1],[17,6],[19,7],[-17,31],[-58,-23],[-27,-13],[-13,-7],[-7,14],[-6,10],[-125,325],[-4,10],[-14,37],[-2,-1],[-13,-9],[-11,-2],[-10,3],[-12,13],[-3,9],[-25,-8],[-92,-22],[-32,-11],[-24,-5],[-5,-1],[-11,-1],[-40,-1],[-66,-1],[-74,-5],[-53,1],[-81,-8],[-134,-16],[-7,-1],[-3,-4],[-2,-2],[-12,118],[-22,59],[-18,145],[-7,14],[-40,14],[-23,1],[-100,-4],[-213,-10],[-57,-4],[-47,-7],[-44,-13],[-21,-7],[10,-17],[3,-12],[-2,-10],[-5,-20],[-5,-29],[0,-17],[-8,-75],[-32,-13],[-108,-32],[-227,-73],[-18,-8],[-29,-19],[-241,-181],[-20,-11],[-7,-4],[-8,-7]],[[604848,507722],[30,-12],[81,2],[168,8],[5,0],[3,-12],[85,12],[23,3],[55,8],[57,8],[37,9],[26,11],[15,14],[6,17],[6,43],[7,14],[17,14],[13,-19],[111,-165],[19,-31],[97,-86],[174,68],[355,165],[70,25],[53,14],[28,3],[19,-2],[28,-7],[66,-13],[112,-43],[46,-17],[58,-38],[13,-10],[68,-52],[46,-37],[-101,-72],[11,-15],[50,36],[8,-2],[9,-8],[16,-29],[33,-101],[45,-128],[8,-21],[34,-96],[47,-142],[93,-258],[12,-39],[6,-18],[7,-13],[28,-39],[41,-112],[32,-91],[31,-90],[58,-123],[88,-46],[82,-23],[168,-22],[104,-23],[-7,-41],[-12,-114],[-22,-168],[-44,-422],[-11,-102],[-8,-51],[-46,-156],[-22,-77],[-15,-47],[-9,-46],[-8,-67],[-4,-54],[-12,-115],[-12,-60],[-13,-45],[-19,-58],[-14,-38],[-53,-150],[-98,-226],[-69,-162],[-12,-26],[-86,-197],[-33,-61],[-15,-27],[-47,-70],[-43,-50],[-40,-37],[-48,-36],[-52,-32],[-50,-26],[-29,-19],[-22,-22],[-52,-67],[-83,-115],[-36,-57],[-55,-74],[-98,-202],[-20,-41],[-131,-395],[-95,-237],[-2,-3],[-89,-87],[-24,-31],[-1,-31],[-22,-17],[-15,-16],[-15,-24],[-8,-19],[-12,-29],[-7,-55],[-4,-23],[-3,-25],[-12,-59],[-10,-43],[-10,-39],[-13,-44],[-10,-32],[-12,-40],[-14,-76],[-44,-352],[-4,-59],[-11,-177],[-9,-79],[-13,-267],[-5,-85],[-61,4],[-1,-6],[-37,-545],[-238,31],[-3,-34],[6,-34],[0,-76],[7,-97],[-12,-109],[-8,-83],[-13,-63],[6,-50],[1,-80],[-18,-28],[-5,-68],[-4,-60],[10,-231],[-117,63],[-77,67],[-22,4],[-18,18],[-18,17],[-31,25],[-23,18],[-43,60],[-45,60],[-53,51],[-43,80],[-60,149],[-12,36],[-137,-73],[20,-42],[13,-32],[1,-23],[-5,-28],[-28,-78],[-7,-16],[-5,-10],[-18,-24],[-13,-5],[-23,-50],[-5,-28],[-8,-29],[-3,-48],[-30,-63],[-16,-38],[-13,-62],[-26,-62],[-15,-47],[-34,-86],[-19,-66],[-19,-45],[-24,-67],[-4,-35],[-9,-38],[-19,-72],[-22,-97],[-2,-5],[-10,-18],[-2,-18],[22,-44],[2,-24],[17,-27],[32,-36],[8,-15],[-2,-27],[-1,-5],[-9,-28],[-18,-22],[-19,-27],[-8,-24],[-1,-60],[0,-28],[-7,-29],[-5,-44],[-2,-42],[0,-38],[7,-26],[7,-20],[1,-16],[8,-31],[10,-24],[13,-18],[12,-25],[3,-19],[2,-20],[11,-14],[12,-26],[3,-27],[30,-58],[15,-61],[16,-22],[15,-36],[5,-27],[13,-35],[13,-33],[38,-129],[28,-42],[18,-42],[22,-68],[13,-14],[12,-19],[14,-20],[15,-12],[19,-12],[3,-1],[19,-6],[23,2],[18,4],[20,11],[30,14],[21,22],[21,25],[17,65],[22,59],[24,21],[174,6],[36,1],[14,36],[7,26],[0,7],[23,0],[86,-1],[-5,-169],[0,-78],[-43,0],[-1,1],[-12,6],[-26,6],[-6,-1],[-19,5],[-25,0],[-25,-2],[-24,-12],[-27,-15],[-29,-33],[-17,-66],[-7,-71],[-13,-31],[-18,-30],[-29,-19],[-34,-9],[-45,-6],[-35,-1],[-43,2],[-37,5],[-25,6],[-22,8],[-22,15],[-26,15],[-28,15],[-26,-5],[-26,-17],[11,-7],[7,-8],[0,-12],[-14,2],[-17,2],[-25,20],[-28,17],[-20,10],[-39,9],[-22,0],[-15,-10],[-8,2],[-8,5],[-4,11],[1,10],[6,4],[10,6],[9,-2],[12,10],[6,2],[11,2],[3,6],[-46,97],[-25,49],[-10,12],[-7,2],[-19,-12],[-8,-8],[-12,-1],[-4,6],[-1,7],[5,12],[12,13],[3,14],[-2,29],[-4,26],[-13,28],[-8,21],[-17,44],[-13,24],[-18,20],[-10,-2],[-10,0],[-7,5],[-4,8],[-5,18],[-14,66],[-4,22],[-21,102],[-8,50],[-13,73],[-14,90],[-7,62],[-6,81],[-5,94],[-1,81],[2,82],[5,79],[4,43],[11,98],[12,125],[23,104],[33,146],[43,152],[53,132],[32,91],[48,149],[3,18],[9,31],[45,152],[71,274],[10,38],[7,18],[2,4],[17,10],[31,6],[59,380],[-9,24],[0,26],[11,60],[12,84],[20,158],[17,201],[10,127],[10,101],[14,116],[18,84],[20,86],[14,53],[49,151],[47,122],[3,9],[65,136],[57,102],[11,9],[90,173],[17,40],[167,185],[2,1],[165,177],[1,6],[10,9],[18,-16],[12,9],[37,54],[63,84],[168,227],[10,14],[16,17],[7,-3],[1,-2],[231,439],[-6,3],[-15,-5],[35,65],[53,107],[61,152],[88,253],[72,248],[23,89],[37,175],[26,147],[4,13],[0,1],[10,55],[25,182],[27,246],[16,247],[2,244],[-24,244],[-46,241],[-67,234],[-104,214],[-107,229],[-144,212],[-159,178],[-170,174],[-182,139],[-205,133],[-220,102],[-207,85],[-119,38],[-229,75],[-121,40],[-66,22],[129,313],[39,-35],[47,-42],[33,-25],[53,-37],[57,-46],[64,-42]],[[606175,490302],[61,-5],[18,0],[1,-1],[58,0],[-1,-74],[2,-73],[-24,-136],[-29,-151],[-17,-98],[-16,-76],[-39,-168],[-26,-103],[-33,-134],[-49,-191],[-82,-290],[-116,-427],[-67,-242],[-50,-181],[-23,-90],[-25,-120],[-18,-146],[-3,-134],[7,-122],[23,-134],[25,-132],[33,-94],[42,-97],[56,-102],[85,-126],[96,-137],[62,-84],[137,-301],[90,-130],[87,-261],[3,-31],[-159,-41],[-401,-105],[-256,-72],[-447,-126],[-38,129],[-1,22],[2,20],[-19,28],[-64,225],[-26,226],[-15,248],[4,239],[15,232],[13,155],[22,176],[7,42],[18,109],[12,51],[23,109],[10,36],[59,248],[115,295],[121,289],[136,281],[121,291],[117,304],[89,293],[78,297],[80,322],[99,267],[16,0],[1,1]],[[602832,525523],[-25,-146],[17,-4],[151,-36],[-21,-111],[-4,1],[573,-1138],[1,-2],[2,-1],[15,-5],[87,-42],[108,-51],[96,-45],[100,-47],[99,-43],[19,-8],[38,-18],[37,-71],[46,-90],[26,-48],[42,-64],[31,-46],[36,-54],[-91,-97],[-110,-114],[8,-14],[14,-16],[258,-260],[2,-12],[2,-20],[4,-3],[12,1],[0,-19],[7,-14],[20,-26],[30,-39],[76,-101],[68,-98],[50,-77],[40,-65],[26,-41],[35,-64],[19,-30],[11,-17],[26,-47],[5,-10],[7,-24],[5,-20],[6,-34],[1,-22],[32,-83],[9,-21],[19,-43],[19,-52],[18,4],[29,-97],[5,-21],[6,-17],[113,-361],[80,40],[25,-61],[35,-94],[15,6],[12,-10],[39,-26],[62,-26],[68,-30],[-4,-121],[-1,-35],[9,-27],[13,-14],[18,-10],[10,-15],[22,-14],[44,-23],[183,-92],[30,-15],[11,-7],[2,0],[33,-22],[55,152],[26,-10],[54,-39],[79,-119],[69,-121],[41,-118],[10,-43],[27,-111],[5,-33],[-2,-4],[40,-412],[25,-252],[9,-136],[-6,-115],[-20,-220],[-41,-372],[-6,-91],[4,-258],[-4,-360],[-6,-112],[-3,-67],[-44,-423],[-9,-83],[-17,-161],[-5,-44],[-10,-71],[-8,-95],[2,-96],[1,-89],[-67,-32],[-24,-8],[-16,-2],[-15,-20],[-2,-7],[-52,-59],[-8,-10],[-52,28],[-121,64],[33,66],[26,48],[-56,69],[-17,-21],[-29,-39],[-11,2],[-35,24],[-20,14],[-77,-133],[-33,-56],[-5,-2],[63,240],[96,251],[97,314],[51,208],[40,210],[7,27],[16,157],[3,159],[2,168],[-10,163],[-2,165],[-36,273],[-40,271],[-51,270],[-33,152],[-44,168],[-48,148],[-58,155],[-66,149],[-2,0],[-10,8],[-18,45],[-33,57],[-75,125],[-52,69],[-36,47],[-43,55],[-54,65],[-77,83],[-147,141],[-76,70],[-74,71],[-49,49],[-45,52],[-23,32],[-20,26],[-83,95],[-10,-3],[-9,-11],[-9,1],[-6,7],[-34,51],[-118,137],[-150,178],[-139,209],[-133,195],[-8,8],[5,22],[-39,56],[-100,132],[-60,74],[-63,71],[-66,71],[-54,55],[-40,37],[-54,44],[-64,45],[-78,49],[-20,11],[-74,45],[-81,49],[-103,57],[-316,185],[-74,44],[-137,97],[-74,60],[-45,45],[-39,41],[-53,60],[-66,85],[-32,46],[-17,23],[-43,64],[-33,57],[-88,164],[-49,88],[-132,213],[-62,90],[-52,69],[-59,77],[-34,39],[-21,24],[-74,84],[-78,79],[-82,76],[-77,67],[-78,68],[-114,90],[-227,183],[23,10],[882,393],[30,-80],[5,-9],[16,1],[1,1],[7,-23],[2,-9],[23,-50],[36,-46],[33,-35],[51,-36],[47,-28],[48,-25],[46,-20],[20,10],[5,-2],[27,-17],[10,54],[26,108],[32,146],[20,86],[14,5],[78,35],[95,40],[59,23],[21,8],[64,29],[68,29],[27,11],[19,9],[11,0],[5,-19],[132,-208],[16,-13],[-27,-149],[-25,-159]],[[605988,520618],[-11,-92],[124,-8],[17,4],[-9,61],[-6,25],[-115,10]],[[603887,523577],[-9,-12],[-10,0],[-10,1],[-17,8],[-22,-30],[-20,-28],[-6,-13],[5,-13],[40,-32],[28,-21],[40,-29],[18,-7],[21,-1],[2,0],[15,9],[19,19],[15,22],[11,25],[-1,17],[-10,22],[-5,6],[-8,8],[-12,2],[-9,0],[-23,17],[-33,30],[-12,11],[-7,-11]],[[606026,483902],[105,-72],[22,-11],[-39,8],[-96,32],[-5,-12],[-18,3],[-4,6],[5,10],[-60,12],[-16,-45],[-37,-102],[-22,-61],[-54,-52],[-181,-178],[-64,-64],[-23,-24],[-27,25],[-420,402],[-32,31],[-266,253],[-31,30],[-37,39],[-41,44],[-37,43],[-36,45],[-35,48],[-30,37],[-11,62],[-13,60],[-16,76],[-52,175],[-20,79],[-93,289],[179,47],[400,107],[10,-33],[34,-51],[1,-1],[92,-220],[109,-209],[123,-194],[155,-186],[170,-166],[193,-155],[218,-127]],[[605550,493391],[15,-3],[2,0],[20,2],[9,-4],[11,-24],[92,-194],[60,-228],[51,-235],[25,-248],[10,-89],[11,-155],[8,-256],[4,-229],[15,-243],[12,-19],[9,-28],[0,-40],[-3,-34],[-19,-451],[-4,-274],[-16,-286],[-37,-276],[-74,-302],[-82,-313],[-85,-280],[-109,-282],[-115,-261],[-131,-281],[-128,-288],[-113,-317],[-68,-229],[-51,-229],[-43,-245],[-29,-246],[-14,-295],[0,-251],[20,-260],[27,-255],[22,-253],[3,1],[9,-10],[6,-24],[14,-80],[23,-84],[-412,-107],[-170,-45],[-7,21],[-23,57],[-23,30],[-16,16],[-25,21],[-19,11],[-27,15],[-30,7],[0,4],[-33,1],[-64,-16],[-58,-23],[-44,-23],[-42,-20],[-54,-19],[-31,-7],[-41,0],[-43,4],[-97,12],[-16,3],[-32,4],[0,6],[2,21],[-8,30],[-68,133],[-115,236],[-20,42],[-8,25],[-4,36],[-7,42],[-11,47],[-16,51],[-21,57],[-26,70],[-68,174],[-64,162],[-135,348],[-15,40],[-7,13],[-21,20],[-129,87],[-186,130],[26,161],[20,125],[35,215],[63,403],[96,215],[47,75],[51,89],[79,134],[85,143],[125,181],[16,27],[411,697],[1,6],[105,178],[234,416],[229,370],[-42,18],[30,67],[25,62],[21,63],[57,186],[55,194],[66,181],[40,116],[45,126],[28,95],[9,54],[8,87],[-4,38],[-10,59],[-17,78],[-99,362],[-10,51],[-8,49],[-5,59],[-2,54],[3,66],[8,68],[11,62],[27,108],[23,79],[80,259],[-1,23],[41,136],[14,-4],[10,1],[12,7],[13,17],[8,17],[8,31],[2,15],[14,2],[9,5],[8,8],[9,12],[7,12],[6,25],[1,22],[3,21],[3,42],[0,39],[-3,67],[-6,53],[0,32],[4,39],[7,71],[18,124],[12,83],[185,78],[282,119],[13,-42],[9,-38],[19,-94],[26,-101],[104,-352],[19,-58],[19,-48],[9,-21],[10,-16],[9,-12],[12,-9]],[[604593,492285],[3,-79],[92,14],[-1,34],[8,20],[17,20],[63,63],[4,15],[-3,56],[-72,0],[-74,1],[3,-137],[-40,-7]],[[603603,522396],[12,-12],[12,1],[9,-8],[0,-12],[-3,-12],[-7,-6],[10,-17],[27,-44],[32,-45],[60,-76],[18,-27],[20,-43],[20,-39],[27,-37],[31,-34],[29,-33],[35,-55],[47,-65],[40,-57],[45,-64],[89,-123],[53,-69],[40,-50],[47,-51],[47,-42],[56,-49],[61,-57],[58,-49],[62,-54],[51,-50],[69,-67],[85,-87],[85,-78],[67,-65],[24,-25],[47,-53],[43,-56],[47,-67],[25,-43],[45,-69],[70,-120],[36,-94],[37,-100],[43,-125],[18,-55],[-1,-10],[25,-91],[24,-84],[18,-78],[7,1],[9,-1],[2,-2],[4,-5],[2,-9],[46,-262],[38,-247],[33,-249],[12,-252],[-4,-266],[-41,-258],[-44,-244],[1,-5],[-8,-45],[-11,-44],[-20,-92],[-7,-25],[-19,-71],[-28,-91],[-60,-164],[-26,-64],[-19,-18],[2,-19],[0,-6],[-6,-12],[-30,-67],[-20,-42],[-72,-140],[-65,-120],[-39,-64],[-32,-49],[-21,-27],[-11,-8],[-10,0],[-12,-33],[-25,-50],[-48,-67],[-131,-171],[-160,-171],[-188,-155],[-285,-134],[-206,-84],[-213,-90],[-236,-60],[-222,-92],[-209,-86],[-212,-122],[-212,-127],[-203,-157],[-203,-132],[-246,-109],[-143,-44],[-202,-45],[-237,-15],[-218,0],[-217,39],[-212,34],[0,1],[8,2],[8,8],[7,18],[3,33],[5,18],[9,8],[35,17],[441,221],[0,0],[40,15],[13,14],[90,39],[71,43],[76,44],[94,30],[111,27],[230,62],[62,12],[88,30],[39,9],[59,18],[66,42],[85,56],[96,56],[39,36],[35,24],[83,56],[40,54],[62,50],[45,45],[52,48],[53,56],[52,56],[44,49],[42,46],[54,63],[90,114],[81,81],[61,72],[64,97],[41,63],[71,102],[50,187],[2,0],[24,5],[25,9],[21,16],[21,21],[29,32],[19,32],[3,42],[-8,35],[-17,120],[-2,29],[-3,200],[0,72],[-3,53],[-6,70],[-5,43],[-12,86],[-4,31],[-4,39],[-7,80],[-1,83],[-3,61],[3,93],[4,69],[3,43],[31,193],[13,102],[7,96],[3,77],[0,7],[-3,85],[-5,56],[0,0],[2,92],[-54,330],[-55,364],[-17,74],[-32,141],[-25,108],[-29,64],[-106,140],[-124,146],[-169,208],[-139,164],[-136,131],[-118,106],[-164,119],[-227,146],[-446,278],[-279,160],[-31,26],[-50,-33],[-80,-50],[-79,-51],[-8,-5],[-23,-13],[-9,3],[-18,18],[-43,52],[-344,375],[-105,112],[-105,117],[-113,128],[-55,60],[-51,57],[-44,56],[-58,76],[-62,91],[-41,66],[-15,27],[-6,11],[-12,34],[-3,24],[-9,49],[-36,133],[-26,90],[-21,77],[-36,115],[-34,115],[-37,122],[-33,111],[-123,387],[-95,299],[-20,60],[-31,100],[-11,30],[-19,34],[-16,28],[-59,166],[136,60],[47,21],[750,334],[40,18],[40,-32],[21,-20],[188,-132],[179,-150],[196,-160],[172,-162],[152,-187],[139,-205],[120,-216],[5,-4],[13,-27],[30,-54],[30,-60],[41,-75],[38,-65],[34,-54],[50,-65],[20,-26],[54,-68],[56,-62],[61,-63],[48,-45],[50,-44],[92,-72],[89,-65],[45,-28],[249,-143],[123,-68],[109,-62],[100,-55],[49,-28],[74,-43],[49,-34],[39,-34],[58,-60],[49,-50],[50,-54],[46,-54],[36,-45],[34,-48]],[[604893,502112],[79,-57],[4,7],[7,5],[10,0],[6,-1],[24,-14],[16,-14],[6,-4],[-93,-116],[-71,-131],[-147,-280],[-78,-222],[-51,-239],[-43,-231],[-22,-226],[-13,-239],[-40,-224],[-49,-244],[-53,-235],[-58,-242],[-67,-231],[-74,-230],[-61,-233],[-81,-217],[-68,-418],[-2,-188],[2,-231],[23,-235],[38,-223],[74,-236],[86,-219],[94,-210],[110,-217],[110,-210],[84,-149],[2,-64],[127,-242],[125,-264],[114,-253],[55,-140],[52,-130],[60,-168],[30,-89],[10,-51],[28,-99],[34,-95],[15,-33],[21,-52],[7,-17],[7,-22],[2,-7],[-50,-21],[-219,-94],[-175,-74],[-24,-10],[-82,-36],[-52,179],[-30,-1],[-128,415],[-7,10],[-14,11],[-16,8],[-15,5],[-27,0],[-1,9],[-27,162],[-40,250],[-6,34],[-4,33],[-16,166],[40,7],[17,3],[1,0],[1,0],[-1,10],[-1,14],[-4,13],[-13,55],[-10,39],[-1,5],[-5,17],[-1,6],[-2,7],[-3,8],[-1,4],[-2,-1],[-28,-14],[-13,-7],[0,1],[-4,20],[-26,60],[-34,75],[-29,73],[-25,87],[-31,134],[-35,138],[-25,119],[-25,93],[-37,138],[-6,30],[-10,47],[-12,42],[-33,107],[-26,65],[-24,42],[-84,117],[-85,115],[-106,137],[-59,74],[-73,419],[6,90],[0,60],[-2,16],[-9,118],[-3,57],[0,77],[3,37],[17,177],[9,96],[12,116],[5,33],[1,23],[12,15],[10,11],[19,4],[33,1],[3,5],[2,11],[1,18],[-23,2],[-33,5],[-11,4],[-8,4],[-4,4],[-3,5],[-2,6],[0,5],[0,6],[4,10],[96,188],[38,77],[15,29],[26,52],[27,51],[4,7],[17,38],[14,27],[3,7],[41,110],[21,77],[16,80],[99,577],[20,107],[43,253],[27,165],[7,39],[13,54],[37,105],[230,571],[49,117],[47,119],[35,84],[41,80],[51,89],[54,78],[122,162],[105,142],[20,34]],[[601531,526980],[17,-43],[19,7],[70,-226],[1,-5],[32,-380],[2,-18],[7,-82],[2,-25],[45,-150],[24,-77],[7,-17],[-278,-124],[-673,-299],[-16,-7],[-146,114],[-68,51],[-20,18],[-13,17],[-29,72],[1,7],[-55,77],[-26,-1],[-39,0],[-7,5],[-3,5],[-196,273],[-153,246],[-109,253],[-82,271],[-41,285],[-30,308],[112,568],[100,270],[100,274],[102,269],[109,286],[100,375],[14,31],[2,1],[17,105],[4,16],[10,-16],[86,-93],[10,-14],[158,-140],[104,-111],[58,-64],[132,-140],[22,-39],[14,-43],[8,-44],[2,-43],[-3,-32],[-2,-10],[-3,-1],[5,-274],[-35,-301],[63,-131],[24,-50],[45,-91],[47,-105],[53,-114],[47,-104],[34,-87],[23,-75],[65,-203],[96,-317],[34,-108]],[[599694,525047],[-131,-58],[-71,196],[-26,79],[-24,75],[-20,72],[-27,170],[-16,95],[-17,114],[-18,96],[-13,77],[-7,55],[-2,46],[-1,81],[1,54],[-7,84],[-9,49],[-2,6],[-16,46],[-8,31],[-25,77],[-6,23],[-18,69],[-7,59],[2,85],[12,121],[16,166],[6,78],[7,91],[11,104],[10,78],[12,53],[16,61],[14,47],[6,21],[16,58],[16,67],[26,87],[12,42],[10,35],[21,68],[4,19],[3,18],[0,19],[-14,65],[-3,11],[-17,54],[-35,128],[-39,130],[-29,108],[-47,164],[-52,188],[-57,190],[-152,524],[-103,351],[-47,156],[-75,261],[-54,178],[-59,196],[-10,27],[-139,249],[-20,19],[-34,22],[-104,52],[-53,28],[-14,17],[-24,31],[28,21],[35,27],[611,464],[165,-38],[271,-161],[255,-197],[223,-219],[176,-263],[114,-323],[36,-269],[-9,-268],[-43,-297],[-85,-268],[-103,-285],[-103,-275],[-88,-266],[-86,-273],[-77,-268],[-39,-233],[-23,-259],[6,-254],[43,-266],[71,-285],[98,-251],[110,-228],[131,-228],[143,-185],[153,-169],[0,-1],[1,0],[167,-171],[27,-30],[-43,-19],[-2,-1],[-686,-305],[-46,-20]],[[600065,509597],[-9,-36],[-19,-27],[-19,-3],[-18,3],[-16,27],[-6,4],[-9,-3],[-6,-6],[-3,-9],[0,-9],[4,-11],[15,-17],[19,-1],[16,-3],[14,-1],[8,-9],[6,-21],[1,-13],[-1,-21],[9,-24],[13,-34],[5,-26],[-1,-49],[1,-51],[17,-27],[33,-97],[57,-182],[18,-45],[22,-82],[14,-57],[9,-54],[31,-25],[37,-40],[20,-24],[14,-20],[50,-82],[38,-69],[16,-37],[9,-12],[0,-35],[-4,-1],[-13,-6],[-2,-16],[10,-113],[8,-123],[-1,-23],[-3,-27],[-14,-64],[-45,-232],[0,-4],[0,-9],[-6,-15],[0,-7],[4,-24],[6,-41],[-1,-18],[3,-9],[0,-56],[-1,-30],[-1,-16],[5,-10],[8,2],[-2,-37],[-121,14],[-161,14],[-93,4],[-70,-2],[-43,-6],[-104,-24],[-183,-44],[-316,-74],[-76,-19],[21,57],[106,256],[106,268],[12,30],[259,689],[-16,11],[9,42],[18,-1],[6,48],[23,195],[-1,0],[137,561],[-103,72],[-43,20],[290,39],[3,-43]],[[588111,548976],[45,-99],[58,-152],[20,-69],[14,-84],[40,-181],[1,-54],[0,-16],[-12,-19],[-10,-145],[9,2],[24,-8],[17,-14],[4,-13],[-4,-10],[-14,-17],[-6,-203],[41,0],[5,-4],[35,-256],[58,-230],[73,-214],[101,-231],[118,-200],[-6,4],[-34,-34],[-10,-11],[14,-19],[8,-15],[10,-12],[-14,-18],[-16,-23],[-60,-67],[-74,-84],[-11,-14],[-7,-15],[-7,-42],[-6,-22],[-4,-28],[3,-29],[-4,-31],[-14,-25],[1,-32],[0,-21],[-7,-20],[-13,-26],[8,-33],[-6,-26],[30,-13],[20,-2],[53,-8],[6,-2],[9,-6],[3,-3],[38,-19],[29,-100],[14,-51],[1,-10],[3,-6],[21,-73],[7,-14],[16,-31],[13,-17],[26,-26],[16,-13],[35,-23],[25,-13],[57,-27],[52,-16],[31,-8],[26,3],[36,9],[37,12],[47,18],[24,11],[48,36],[42,41],[13,14],[27,134],[5,23],[8,26],[112,-195],[50,-103],[45,-98],[24,-63],[34,-105],[32,-122],[26,-119],[6,-44],[42,-184],[28,-123],[-16,-261],[-15,-256],[-15,-244],[-16,-241],[-11,-245],[-11,-257],[3,-258],[17,-262],[41,-248],[60,-253],[87,-261],[94,-227],[117,-231],[142,-208],[310,-386],[146,-150],[169,-162],[185,-165],[169,-177],[165,-182],[143,-185],[148,-214],[106,-207],[112,-240],[72,-238],[64,-244],[44,-246],[28,-250],[31,-267],[-2,-253],[16,-248],[46,-233],[66,-256],[107,-268],[143,-240],[172,-220],[320,-304],[129,-98],[176,-115],[242,-157],[61,-31],[302,-146],[109,-51],[10,-3],[1,2],[4,8],[10,6],[12,0],[193,-86],[292,-127],[287,-137],[280,-169],[276,-157],[287,-162],[270,-173],[266,-181],[284,-211],[278,-269],[195,-169],[174,-188],[189,-208],[166,-221],[169,-229],[170,-227],[197,-302],[-23,-19],[-15,-14],[-18,-17],[-37,-33],[-27,-27],[-8,-4],[-19,-14],[-15,-25],[-16,-27],[-28,-47],[-8,-8],[-13,-3],[-29,17],[-142,79],[-234,131],[-9,8],[-27,18],[-14,4],[-26,13],[-20,11],[-131,72],[-121,65],[-45,26],[-107,57],[-57,31],[-19,11],[-59,31],[-90,45],[-59,32],[-15,7],[-75,49],[-61,30],[-8,6],[-41,33],[-68,65],[-9,9],[-35,26],[-67,49],[-192,153],[-30,24],[-163,130],[-25,17],[-37,16],[-61,9],[-69,0],[-132,-11],[-151,-36],[-112,-6],[-11,0],[-84,4],[-56,16],[-45,15],[-82,43],[-153,80],[-148,76],[-66,43],[-57,44],[-46,34],[-55,46],[-51,41],[-149,142],[-76,87],[-85,101],[-195,228],[-61,66],[-81,67],[-75,51],[-79,51],[-104,62],[-63,36],[-70,42],[-49,30],[-27,20],[-52,50],[-22,27],[-21,28],[-19,27],[-38,67],[-13,26],[-10,27],[-14,47],[-21,67],[-17,45],[-20,37],[-14,59],[-26,96],[-6,29],[-14,49],[-12,37],[-21,57],[-33,82],[-16,39],[-15,32],[-10,20],[9,11],[3,15],[2,21],[0,18],[-1,14],[-11,28],[-16,29],[-16,24],[-18,17],[-17,7],[-26,3],[-26,0],[-25,37],[-18,29],[-183,286],[-89,144],[-55,95],[-41,78],[-19,32],[-19,26],[-17,19],[-29,27],[-84,54],[-29,22],[-84,59],[-91,67],[-284,220],[-165,114],[-177,126],[-45,37],[-33,36],[-49,59],[-20,29],[-33,51],[-24,51],[-14,45],[-10,43],[-15,116],[-4,48],[-10,77],[-5,82],[-8,81],[-25,157],[-41,213],[-1,13],[-6,30],[-62,306],[-29,109],[-51,100],[-38,70],[-69,143],[-41,115],[-15,38],[-57,174],[-26,64],[-54,104],[-39,82],[-29,66],[-20,55],[-24,88],[-59,254],[-22,68],[-29,77],[-31,71],[-20,42],[-35,69],[-26,55],[-37,80],[-17,37],[-17,33],[-31,66],[-60,118],[-31,50],[-106,164],[-57,78],[-26,37],[-20,23],[-20,20],[-25,18],[-44,27],[-20,8],[-20,10],[-57,38],[-75,40],[-30,15],[0,2],[-4,12],[5,71],[-2,60],[-9,86],[-26,101],[-22,41],[-37,49],[-29,36],[-39,46],[-103,130],[-39,52],[-108,136],[-33,44],[-100,139],[-47,71],[-22,26],[-18,18],[-23,20],[-66,43],[-62,46],[-31,28],[-25,31],[-17,27],[-3,6],[-12,29],[-10,39],[-5,40],[-11,250],[-3,31],[1,6],[-3,18],[1,30],[-10,137],[-12,119],[-19,217],[-10,57],[-14,53],[-16,52],[-4,9],[-15,35],[-19,40],[-35,61],[-18,26],[-50,206],[-25,90],[-39,120],[-22,53],[-19,55],[-38,148],[-26,119],[-18,73],[-24,72],[-12,30],[-18,30],[-20,26],[-25,28],[-18,30],[-11,29],[-19,55],[-29,100],[-63,196],[-34,109],[-26,84],[-32,117],[-11,52],[-12,85],[-24,137],[-6,12],[-13,43],[-28,103],[0,5],[-9,48],[-3,5],[-6,26],[-21,119],[-14,95],[-17,90],[-33,88],[-14,28],[-25,44],[-28,38],[-56,67],[-74,84],[-5,8],[-17,8],[-35,8],[-37,4],[-41,1],[-52,7],[-64,10],[-53,11],[-49,13],[-38,11],[-22,7],[-20,10],[-21,15],[-19,19],[-11,37],[-2,8],[1,18],[8,54],[18,100],[7,34],[5,34],[6,23],[13,71],[2,3],[48,18],[57,-5],[28,-1],[5,23],[78,0],[251,22],[162,17],[56,7],[23,122],[152,28],[-4,52],[-35,204],[-21,132],[-10,51],[-4,37],[-12,46],[14,52],[-12,5],[-17,16],[-48,91],[-22,50],[-4,5],[-7,7],[-6,-1],[-5,7],[-172,526],[-92,-32],[-6,-5],[-1,0],[-56,162],[0,0],[0,4],[-58,189],[-30,98],[-32,97],[-24,81],[-6,28],[3,35],[9,68],[6,15],[6,11],[63,19],[32,6],[92,13],[43,5],[59,2],[68,2],[9,5],[98,-1],[72,-179],[3,-2],[12,-14],[181,-314],[28,-42],[57,-75],[67,-110]],[[596950,465851],[-2,-1],[4,5],[2,6],[-2,13],[0,6],[63,38],[43,23],[30,16],[5,3],[6,-10],[9,-6],[-2,-2],[-156,-91]],[[596930,465855],[8,-9],[8,3],[-149,-84],[-2,-1],[5,7],[2,8],[-4,14],[-3,6],[2,17],[17,7],[43,19],[57,21],[14,2],[2,-10]],[[593390,542266],[0,-14],[29,-60],[10,3],[90,27],[12,-26],[17,-27],[88,-182],[63,-122],[6,-16],[2,-8],[1,-12],[-1,-20],[-3,-5],[-5,-8],[-122,-134],[-55,-59],[-43,-44],[-48,-45],[-94,-86],[-70,-67],[-68,-62],[-69,-66],[-206,-195],[-56,-50],[-7,-8],[-9,-13],[-7,-15],[-77,-212],[-68,-129],[-7,-12],[-29,-63],[-20,-68],[-20,-87],[-13,-70],[-2,-21],[1,-22],[3,-22],[25,-132],[86,-462],[4,-17],[5,-17],[6,-16],[11,-22],[56,-105],[141,-277],[11,-19],[11,-17],[16,-16],[114,-117],[150,-157],[22,-22],[-32,-38],[-36,-22],[-16,-10],[-8,-13],[-93,-111],[-36,-46],[-22,-33],[-17,-32],[-18,-54],[-4,-37],[-1,-32],[1,-9],[2,-19],[6,-28],[11,-32],[155,-298],[65,-130],[6,-16],[127,-239],[66,-115],[103,-167],[109,-163],[188,-264],[238,-296],[62,-77],[14,-18],[151,-190],[95,-109],[96,-129],[109,-137],[159,-188],[146,-141],[115,-104],[255,-201],[169,-129],[79,-56],[125,-90],[218,-159],[288,-207],[270,-197],[11,1],[80,-64],[62,-56],[72,-68],[75,-64],[100,-79],[-48,-61],[-16,-19],[-100,91],[-82,71],[-68,54],[-62,46],[-77,56],[-146,104],[-117,82],[-111,72],[-113,74],[-229,146],[-72,45],[-173,105],[-77,48],[-268,159],[-46,26],[-2,6],[-1,10],[-10,7],[-70,39],[-37,18],[-14,-6],[-8,0],[-14,5],[-102,49],[-78,37],[-63,28],[-43,25],[-126,52],[-297,128],[-300,145],[-258,132],[-221,135],[-195,134],[-192,147],[-190,189],[-151,221],[-154,296],[-5,18],[10,7],[56,46],[15,8],[660,380],[-9,19],[-2,12],[0,18],[2,11],[5,20],[1,16],[-2,15],[-4,12],[-14,30],[-11,17],[-4,11],[-68,127],[-30,67],[-6,14],[-35,3],[-24,-1],[-15,-4],[-16,-8],[-4,-6],[-35,-30],[-80,-77],[-31,-29],[-84,-78],[-191,-86],[-3,-3],[-82,-36],[11,-109],[3,-28],[13,-49],[4,-32],[4,-11],[2,-9],[-3,-10],[-6,-5],[-10,-5],[-68,-31],[-39,147],[-40,374],[-23,309],[-10,256],[-22,251],[-66,274],[-65,263],[-88,266],[-112,260],[-136,240],[-159,239],[-150,185],[-264,302],[-169,168],[-185,184],[-209,211],[-131,140],[-128,161],[-138,214],[-119,235],[-93,229],[-82,266],[-58,278],[-26,278],[-3,288],[11,265],[7,158],[9,158],[7,165],[10,265],[12,228],[12,280],[-15,265],[-48,245],[-76,242],[-79,221],[-114,223],[-124,191],[-150,191],[-50,72],[-61,92],[-2,2],[-37,41],[-138,175],[-80,119],[-84,136],[-36,70],[-51,107],[-54,126],[-26,70],[-48,174],[-38,176]],[[588490,548949],[2,7],[-3,9],[-88,159],[-11,17],[-7,3],[-6,-1],[-9,-4],[-10,0],[-9,1],[-4,5],[-1,28],[-2,15],[-159,215],[-47,63],[-27,41],[-22,52],[-23,47],[-19,59],[-17,59],[-13,77],[-29,136],[-43,23],[-10,11],[-29,158],[-3,39],[-13,45],[-7,37],[0,31],[-13,118],[-5,27],[-13,47],[-2,17],[8,51],[1,57],[-7,82],[-4,66],[11,114],[0,58],[-6,65],[-1,27],[14,85],[7,67],[3,49],[-4,55],[13,29],[9,26],[4,13],[5,98],[0,24],[-11,27],[2,12],[16,40],[6,20],[9,43],[6,40],[0,64],[1,19],[5,13],[7,11],[9,9],[23,11],[10,11],[5,14],[6,30],[2,35],[0,18],[-5,15],[-5,28],[-2,47],[5,44],[10,44],[48,172],[17,73],[30,108],[23,-7],[19,69],[19,43],[15,26],[9,10],[5,23],[4,15],[7,32],[6,0],[-5,11],[-17,23],[-7,12],[17,194],[13,116],[8,208],[-11,64],[-6,39]],[[588191,553302],[-22,229],[-45,234],[-78,255],[-86,217],[-128,217],[-139,209],[-416,452],[-169,162],[-158,165],[-16,45],[-75,82]],[[586108,557376],[-2,59],[8,143],[8,54],[11,35],[11,42],[16,82],[16,67],[8,21],[5,10],[8,28],[46,267],[60,248],[44,160],[24,181],[16,272],[2,537],[-30,266],[-40,270],[-23,265],[-7,274],[-12,196],[9,226],[9,221],[33,235],[40,218],[45,217],[63,218],[78,208],[96,191],[111,190],[122,170],[129,167],[146,158],[148,158],[156,143],[174,171],[148,171],[137,178],[187,194],[4,-10],[23,-40],[22,-21],[21,-17],[13,-15],[10,-18],[0,-8],[2,-1],[5,-10],[16,-14],[3,-29],[59,-25],[185,-85],[22,-11],[60,-26],[16,-3],[15,-4],[55,-6],[14,2],[47,13],[12,2],[15,-7],[5,-9],[-6,-21],[-23,-57],[-40,-117],[-22,-59],[-13,-34],[-8,-16],[-25,-58],[-21,-35],[-29,-43],[-43,-63],[-14,-20],[-87,-121],[-32,-42],[-9,-14],[-89,-126],[-39,-60],[-54,-92],[-20,-39],[-14,-39],[-70,-224],[-13,-46],[-20,-83],[-4,-7],[-25,-98],[-21,-91],[-5,-34],[-14,-72],[-10,-41],[-5,-26],[-11,-56],[-37,-163],[-18,-98],[-40,-192],[-24,-100],[-41,-184],[-33,-155],[-31,-129],[-8,-33]],[[587456,559887],[-4,-45],[0,-48],[2,-54],[18,-229],[10,-109],[8,-64],[2,-33],[-2,-91],[-7,-106],[-4,-32],[-18,-166],[-5,-69],[-3,-42],[1,-39],[3,-40],[7,-45],[37,-161],[35,-138],[22,-96],[65,-245],[21,-89],[14,-69],[7,-65],[-1,-61],[-15,-75],[-34,-147],[-18,-89],[-31,-128],[-24,-112],[-13,-52],[-7,-60],[-2,-28],[-2,-48],[6,-85],[9,-48],[3,-26],[8,-34],[25,-86],[42,-104],[24,-53],[118,-206],[114,-196],[56,-93],[166,-284],[30,-45],[31,-46],[14,-33],[22,-29],[124,-222],[20,-48],[11,-22],[9,-26],[17,-71],[20,-95],[15,-106],[12,-55],[9,-31],[18,-41],[51,-101],[31,-54],[166,-240],[89,-135],[46,-76],[13,-38],[9,-18],[29,-87],[8,-36],[45,-252],[22,-111],[24,-148],[40,-218],[20,-122],[26,-137],[3,-25],[8,-30],[13,-57],[14,-68],[30,-66],[17,-38]],[[589312,552514],[77,-163],[41,-96],[23,-63],[22,-72],[58,-310],[25,-143],[-6,-2],[-584,-113],[0,1],[-11,20],[-36,79],[-6,16],[-6,25],[-3,28],[-5,72],[2,69],[-1,21],[-5,30],[-5,15],[-13,59],[-12,29],[-29,64],[-12,32],[-21,51],[-9,32],[-13,30],[-9,12],[-8,4],[-26,5],[-50,1],[-10,2],[-152,14],[-327,103],[-3,6],[-53,17],[-4,-12],[-22,-88],[-9,-34],[-29,-120],[-32,-123],[-8,-30],[-3,-24],[1,-9],[-16,-26],[-2,-1],[-2,-5],[-12,-12],[6,-35],[8,-17],[-8,-61],[-9,-29],[-5,-8],[-8,-12],[-18,-9],[-10,-8],[-7,-14],[-50,-435],[-19,-265],[-11,-257],[-3,-61],[8,-233],[17,-154],[19,-112],[40,-220],[59,-34],[4,-27],[32,-156],[27,-102],[10,-30],[31,-69],[37,-68],[34,-37],[5,-6],[16,-18],[1,4],[3,3],[7,3],[7,3],[274,-8],[144,-1],[187,-3],[63,-2],[31,-9],[11,-3],[16,-1],[115,-14],[0,-2],[0,0],[0,-58],[-8,-64],[-2,-9],[0,-1],[-6,-4],[-8,-7],[-9,-6],[-1,-4],[-2,-47],[3,-29],[5,-50],[0,-3],[-3,-12],[1,-9],[3,-16],[1,-1],[0,0],[1,-22],[4,-9],[2,-8],[5,-8],[3,-4],[4,-5],[5,-4],[4,-6],[12,-25],[7,-13],[4,-6],[12,-20],[10,-15],[3,-4],[4,-5],[4,-5],[3,-4],[3,-5],[3,-27],[1,-2],[0,-3],[2,-1],[16,-5],[7,-2],[9,-1],[11,3],[27,14],[10,5],[2,1],[7,3],[1,3],[20,37],[67,-11],[52,-3],[62,0],[62,6],[7,3],[4,-19],[16,-112],[50,17],[52,12],[140,25],[146,26],[86,16],[17,9],[11,11],[1,5],[0,12],[39,-72],[9,-12],[354,-633],[59,-100],[77,-140],[102,-176],[113,-207],[91,-158],[122,-221],[51,-88],[112,-203],[217,-383],[48,-90],[13,-30],[33,-55],[84,-143],[112,-220],[31,-64],[18,-34],[28,-56],[0,-5],[11,-20],[89,-183],[138,-278],[10,-22],[3,-12],[15,-22],[6,-9],[84,-163],[68,-137],[13,-22],[13,-29],[40,-77],[33,-69],[145,-281],[55,-108],[94,-183],[62,-125],[11,-25],[6,-7],[47,-97],[12,-20],[21,-40],[29,-61],[11,-21],[115,-227],[116,-233],[22,-40],[10,-23],[25,-46],[104,-205],[167,-329],[44,-89],[142,-286],[23,-42],[-22,2],[-15,6],[-21,12],[-1,-18],[-7,-10],[-65,-37]],[[593390,542266],[-76,150],[-23,12],[-23,3],[-17,-3],[-17,-10],[-45,-32],[-74,-50],[-21,-16],[-8,-4],[-5,0],[-5,1],[-8,4],[-7,7],[41,-95],[12,-13],[82,46],[4,6],[1,10],[-1,5],[21,17],[22,3],[18,-39],[54,19],[27,-48],[48,27]],[[593572,536620],[172,-226],[48,50],[65,73],[0,1],[-48,55],[27,26],[8,6],[17,16],[-23,27],[-61,80],[-8,-3],[-53,-35],[-9,20],[-12,17],[-3,3],[-2,2],[-118,-112]],[[591875,541140],[34,-161],[29,2],[186,60],[-13,29],[-44,98],[-9,23],[-172,-41],[-11,-10]],[[591784,541481],[36,-134],[64,24],[-11,37],[119,42],[-7,35],[-8,43],[-193,-47]],[[589304,546692],[63,58],[-2,-24],[102,0],[2,55],[-16,20],[-9,123],[-14,73],[-18,28],[-18,17],[-2,12],[5,18],[-48,0],[6,-99],[-16,-2],[-1,-15],[-3,-7],[-6,-7],[-129,-127],[-6,-7],[-1,-3],[34,-41],[-18,-22],[57,-80],[5,0],[24,20],[9,10]],[[587000,610991],[41,-109],[33,-77],[23,-41],[34,-46],[29,-32],[15,-15],[28,-5],[38,-9],[64,-21],[25,-9],[36,-20],[13,-14],[26,-33],[27,-49],[47,-116],[22,-59],[34,-52],[11,-8],[12,-4],[17,1],[19,5],[23,10],[140,79],[89,53],[28,15],[45,22],[125,49],[93,38],[37,13],[36,20],[18,12],[14,10],[18,13],[69,55],[63,46],[22,11],[22,6],[21,1],[25,0],[22,-7],[27,-17],[27,-24],[27,-32],[13,-23],[10,-27],[9,-34],[8,-20],[7,-8],[9,-4],[11,-2],[1,-18],[6,-43],[8,-41],[8,-25],[-18,25],[-24,22],[-21,15],[-29,12],[-38,6],[-34,-4],[-38,-15],[-26,-12],[-24,-13],[-17,-12],[4,-8],[7,-6],[19,-15],[7,-13],[5,-13],[-3,-24],[-1,-30],[4,-6],[2,-16],[5,-13],[7,-12],[3,-9],[3,-61],[-3,-11],[-7,-13],[-42,-59],[-10,-9],[-39,-27],[-51,-39],[-124,-76],[-24,-10],[34,-67],[-124,-76],[-15,-9],[-39,-24],[-57,-52],[-17,-20],[-12,-22],[-3,-22],[0,-15],[4,-15],[21,-44],[192,-379],[120,-230],[93,-188],[-2,-1],[-13,-6],[12,-21],[1,-10],[7,-15],[22,-33],[35,-70],[7,-10],[4,0],[5,0],[151,43],[241,74],[5,-18],[-24,-8],[23,-87],[31,10],[266,101],[23,6],[22,-5],[24,-3],[15,3],[72,25],[103,46],[41,17],[23,2],[20,-1],[25,-16],[45,-50],[39,-54],[24,-34],[10,-29],[7,-35],[0,-44],[-7,-35],[-8,-23],[-13,-22],[-33,-33],[-97,-111],[-99,-111],[-71,-56],[-62,-48],[-131,-97],[-153,-116],[-35,-29],[-32,-18],[-40,-9],[-11,2],[-13,10],[-14,6],[-14,9],[-11,22],[-15,20],[-21,4],[-20,-3],[-21,-5],[-27,-12],[34,-80],[82,-167],[90,-179],[75,-154],[0,0],[11,-11],[20,-28],[21,-32],[10,-12],[12,-10],[23,-9],[11,-5],[5,-8],[36,-99],[11,-39],[19,-92],[5,-41],[17,-88],[16,-94],[29,-175],[13,-84],[1,-42],[-2,-68],[-5,-36],[-26,-104],[-41,-174],[-34,-139],[-62,-260],[-23,-87],[-7,-51],[-7,-43],[-1,-31],[0,-24],[10,-37],[30,-123],[9,-42],[3,-26],[7,-78],[27,-281],[4,-53],[4,-253],[3,-99],[6,-130],[7,-111],[5,-43],[-30,-197],[-28,-190],[-22,-188],[-38,-152],[-8,-125],[34,-145],[-5,-37],[-8,1],[-8,-15],[-3,-22],[0,-134],[-2,-282],[-4,-238],[-3,-240],[-1,-180],[5,-27],[11,-31],[21,-41],[34,-63],[31,-61],[19,-42],[22,-60],[17,-59],[28,-152],[15,-92],[14,-49],[21,-55],[109,-254],[18,-52],[6,-33],[7,-57],[5,-21],[6,-14]],[[589265,599875],[-17,-14],[17,3],[24,-3],[14,-10],[6,-11],[-3,-19],[-11,-17],[-2,-3],[7,-3]],[[589829,599964],[4,-19]],[[589991,599446],[-4,-6],[-4,-9],[2,-13],[169,-253],[26,-39],[10,-14],[33,-59],[21,-42],[73,-143],[49,-80],[34,-49],[52,-64],[53,27],[24,7],[17,-1],[13,-45],[14,-40],[49,-116],[51,-110],[33,-57],[65,-105],[57,-89],[26,-33],[16,-11],[5,-54],[5,-8],[10,-8],[19,-8],[10,-8],[5,-8],[3,-10],[102,-9],[8,2],[2,6],[52,-137],[226,8],[287,-96],[397,-146],[94,-83],[10,-8],[-2,-16],[15,-4],[29,-16],[61,-46],[53,-39],[47,-57],[31,-27],[90,-44],[87,-22],[88,-37],[47,-37],[105,-143],[65,-110],[64,-155],[40,-82],[29,-72],[23,-63],[33,-138],[23,-168],[8,-81],[6,-67],[21,-188],[17,-77],[48,-192],[5,-23],[15,-55],[14,-57],[24,-57],[41,-68],[46,-80],[37,-68],[31,-59],[27,-57],[33,-80],[25,-88],[47,-165],[37,-99],[45,-115],[41,-102],[25,-82],[11,-68],[9,-67],[3,-39],[6,-35],[10,-21],[15,-19],[25,-53],[93,-198],[31,-56],[27,-44],[29,-33],[44,-35],[60,-39],[36,-26],[32,-32],[24,-39],[31,-86],[26,-76],[13,-52],[7,-60],[0,-140],[1,-24],[4,-27],[8,-20],[16,-24],[115,-141],[19,-36],[20,-51],[8,-56],[11,-91],[-4,-61],[-7,-44],[-20,-57],[-59,-123],[-18,-53],[-9,-40],[-8,-79],[-5,-107],[-6,-113],[-9,-84],[-15,-79],[-30,-162],[-11,-73],[-5,-48],[0,-47],[4,-50],[7,-43],[49,-196],[142,-662],[16,-46],[16,-32],[17,-21],[17,-13],[35,-6],[377,-40],[39,-5],[43,-12],[47,-27],[41,-30],[35,-44],[37,-54],[32,-52],[31,-36],[82,-83],[24,-29],[20,-36],[53,-151],[23,-41],[-15,-25],[-4,6],[-7,10],[-17,16],[-26,22],[-21,12],[-45,7],[-28,-1],[-573,-169],[93,-407],[2,-17],[-39,-10],[-62,-15],[-88,-21],[-60,-12],[-93,-23],[5,-16],[-58,-174],[-10,1],[0,-8],[-36,-121],[-6,0],[-7,-7],[-4,-9],[-1,-15],[-6,-36],[-12,-36],[-20,-35],[-7,-17],[-2,-12],[-3,-22],[-9,-20],[-7,-16],[0,-5],[-35,-124],[-4,-1],[-7,-6],[-3,-7],[-1,-17],[-1,-8],[-8,-13],[-2,-8],[2,-8],[-6,-12],[-6,-16],[-11,-26],[-15,-31],[-20,-54],[-33,-91],[-15,-48],[-14,-54],[-11,-58],[-7,-23],[-13,-21],[-10,-18],[-9,-20],[-3,-23],[-9,-30],[-10,-25],[-5,-12],[-20,-39],[-9,-25],[-8,-30],[-10,-48],[-7,-18],[-10,-17],[-9,-22],[-5,-20],[-6,-37],[-5,-17],[-14,-22],[-12,-15],[-2,-4],[-4,-22],[-2,-24],[-15,-44],[-3,-17],[2,-4],[-1,-75],[-1,-14],[-4,-24],[-2,-2],[-13,-67],[-6,-18],[-3,-10],[-7,-28],[-1,0],[-1,-2],[-14,-29],[-49,-104],[-19,-43],[-31,-80],[-40,-114],[-6,-15],[-1,-7],[-2,-16],[-1,-29],[6,-30],[1,-25],[-4,-29],[-1,-41],[4,-1]],[[594444,586450],[14,-3],[258,-38],[38,-5],[55,-9],[-11,-72],[-46,-306],[-4,-26],[-75,-461],[-58,-362],[-12,-67],[-37,-228],[-12,-62],[-15,-59],[-20,-68],[-28,-82],[-40,-97],[-27,-59],[-22,-42],[-68,-118],[-103,-168],[-115,-197],[-117,-196],[-113,-194],[-235,-386],[-113,-194],[-123,-210],[-127,-209],[-208,-356],[-42,-79],[-36,-71],[-29,-66],[-20,-52],[-19,-56],[-17,-62],[-22,-97],[-14,-84],[-5,-58],[-3,-73],[-1,-120],[-1,-208],[-2,-194],[-5,-129],[-59,-55],[-2,-3],[-5,-4],[-11,-4],[-22,-6],[-21,-6],[-11,-6],[-8,-5],[-6,-7],[-32,6],[-26,0],[-4,-50],[8,-8],[4,-13],[-6,-67],[-3,-20],[-6,-12],[-5,-8],[-11,-6],[-22,-8],[-48,-13],[-31,-8],[-2,-4],[-6,-20],[-16,-3],[-11,1],[6,-23],[10,-31],[12,-25],[8,-16],[10,-21],[8,-23],[5,-12],[14,-24],[21,-43],[15,-25],[9,-12],[32,-57],[15,-25],[2,-9],[-5,-15],[-16,-32],[61,-114],[55,-92],[-38,-229],[-37,-193],[-33,-194],[-36,-192],[-21,-92],[-24,-92],[-23,-78],[-66,-195],[-22,-69],[-9,-16],[-24,-57],[-2,-7],[-15,-36],[-14,-26],[-7,-12],[-10,4],[-55,17],[-20,16],[-80,67],[-19,13],[-33,23],[-66,42],[-44,-73],[-33,-53],[-22,9],[-13,-18],[-41,-61],[-12,-21],[-11,1],[-13,12],[-15,8],[-7,1],[-10,-10],[-3,2],[3,5],[119,165],[101,188],[126,266],[119,261],[84,299],[49,292],[5,310],[2,6],[-10,315],[-6,193],[-31,278],[-35,277],[-37,291],[-51,287],[-17,287],[-21,283],[40,276],[58,276],[80,237],[100,228],[114,225],[52,81],[74,141],[-1,3],[0,10],[3,11],[40,65],[116,204],[60,114],[42,89],[75,167],[75,43],[22,12],[7,0],[14,-6],[8,38],[-10,1],[-16,4],[-20,10],[-4,3],[-1,3],[1,7],[5,5],[3,1],[11,-5],[9,-4],[10,-2],[0,3],[-1,11],[-23,81],[-2,13],[2,14],[51,210],[36,166],[4,17],[37,257],[30,259],[19,241],[2,260],[9,243],[20,263],[49,254],[32,132],[23,113],[62,236],[59,228],[73,229],[71,233],[81,241],[69,221],[64,220],[80,289],[67,297],[31,309],[-8,294],[-2,46],[-30,263],[-37,159],[0,2],[-1,1],[-5,15],[-23,89],[-66,255],[-70,255],[-78,256],[-52,151],[-10,26],[-1,11],[0,1],[-51,139],[-31,64],[-84,224],[-74,205],[-67,231],[-57,218],[-58,202],[-60,229],[-18,82],[-41,133],[-25,77],[-92,260],[-70,189],[0,11],[6,17],[1,6],[1,7],[0,10],[-3,4],[-3,2],[-3,0],[-11,1],[-9,6],[-5,9],[-122,278],[-4,14],[0,10],[-97,220],[-3,7],[-110,215],[-131,214],[-138,219],[-25,34],[-54,71],[-175,235],[-137,187],[-28,37],[-5,9],[-2,12],[-167,204],[-152,207],[-272,401],[-139,207],[-132,220],[-136,220],[-130,214],[-129,205],[-121,211],[-115,212],[-135,222],[-107,181],[-123,172],[-131,209],[-128,180],[-152,182],[-140,184],[-162,167],[-190,163],[-150,144],[-40,25],[-53,44],[-69,47],[-21,4],[-169,114],[-203,130],[-193,143],[-168,184],[-153,186],[-118,169],[-85,144],[-31,63],[-89,231],[-92,269],[-36,222],[-15,26],[-5,46],[-14,141],[12,33],[11,35],[2,23],[-7,312],[-1,29],[47,233],[4,24],[57,240],[30,32],[8,57],[34,209],[9,45],[31,188],[13,125],[39,445],[10,158],[5,234],[-3,27],[18,10],[0,35],[-14,230],[-11,159],[17,16],[-10,21],[-16,142],[3,139],[-27,165],[-59,491],[-69,333],[-65,260],[-27,222],[-35,246],[-28,265],[-14,239],[-13,252],[-14,252],[1,229],[13,255],[18,18],[-27,403],[-14,39],[-19,22],[-6,23],[-49,255],[-65,259],[-94,265],[-58,148],[-82,237],[-95,211],[-15,40],[-74,126],[-57,99],[-45,54],[-13,43],[-101,151],[-16,22],[-223,285],[-201,211],[-142,209],[-103,134],[-119,137],[-150,162],[-155,169],[-171,159],[-137,129],[-143,136],[-113,95],[-137,92],[-145,107],[-135,124],[-207,94],[-184,127],[-191,109],[-208,97],[-214,60],[-300,117],[-155,52],[-220,87],[-247,84],[-227,105],[-222,122],[-177,109],[-241,127],[-199,151],[-193,159],[-196,162],[-193,186],[-200,214],[-215,239],[-180,258],[-139,215],[-139,234],[-237,438],[-106,227],[-110,260],[-96,235],[-138,376],[-70,272],[-75,311],[-96,313],[-102,317],[-127,301],[-96,240],[-17,36],[-135,287],[-35,65],[-40,93],[-65,145],[-71,143],[-124,145],[-7,44],[-93,159],[-64,86],[-172,225],[208,18],[31,6],[106,33],[24,6],[19,-68],[10,-35],[-122,-56],[-75,-24],[-21,-16],[-8,-18],[3,-23],[11,-22],[17,-19],[129,-61],[65,-76],[-6,-8],[-9,-19],[-10,-26],[-14,-49],[-2,-22],[1,-14],[4,-14],[4,-6],[5,-1],[7,3],[62,32],[30,15],[15,4],[12,0],[12,-3],[5,-4],[1,-5],[13,10],[41,25],[18,0],[27,1],[64,2],[65,1],[17,18],[8,22],[86,-37],[77,-33],[171,-78],[98,-43],[22,-9],[10,-8],[81,-40],[20,-9],[17,-10],[24,-14],[21,-13],[51,-26],[12,-7],[24,-11],[78,-33],[18,-6],[12,-5],[71,-27],[18,-6],[70,-42],[9,-5],[89,-51],[32,-25],[23,-22],[19,-27],[10,-21],[2,-6],[4,-14],[2,-20],[-2,-22],[-10,-50],[-4,-36],[0,-28],[6,-31],[8,-21],[13,-23],[16,-17],[22,-12],[25,-8],[26,-6],[34,-5],[22,-12],[21,-14],[13,-20],[14,-29],[4,-19],[4,-25],[1,-3],[-3,-50],[-3,-72],[-4,-47],[-5,-69],[-7,-92],[-10,-218],[2,-24],[7,-24],[10,-22],[16,-15],[19,-12],[23,-3],[23,7],[49,18],[159,64],[36,9],[25,2],[22,-3],[21,-9],[18,-15],[2,-2],[8,-13],[57,-94],[24,-37],[15,-14],[12,-7],[163,-391],[-109,-95],[-115,-81],[-101,-58],[-100,-67],[-117,-62],[-136,-57],[-145,-81],[-407,-200],[21,-45],[577,285],[233,126],[154,91],[150,94],[123,95],[10,-29],[29,-77],[20,-59],[42,-114],[5,-16],[9,-28],[18,-61],[42,-131],[34,-95],[30,-71],[16,-31],[9,-18],[21,-34],[24,-49],[58,-82],[14,-21],[55,-78],[2,-18],[10,-20],[10,-15],[31,-41],[29,-36],[22,-21],[34,-32],[11,-13],[-1,-7],[-29,-21],[19,-13],[20,14],[13,1],[13,-6],[21,-8],[25,-14],[21,-11],[14,-6],[8,-4],[19,-8],[23,-4],[20,-3],[19,-2],[27,1],[39,-13],[228,-84],[218,-77],[54,-18],[30,-9],[31,-9],[28,-5],[66,-17],[34,-8],[11,-2],[12,-4],[21,-8],[8,-4],[12,-6],[16,-9],[14,-16],[14,-18],[10,-14],[14,-45],[35,-123],[25,-84],[24,-88],[2,-8],[12,-59],[10,-50],[2,-19],[-2,-10],[-6,-8],[-7,-17],[-5,-14],[-2,-9],[-1,-6],[0,-18],[4,-29],[4,-10],[5,-18],[9,-21],[12,-25],[16,-25],[20,-30],[21,-28],[36,-44],[59,-70],[12,-11],[103,-87],[89,-74],[29,-24],[38,-40],[54,-70],[40,-53],[53,-71],[76,-114],[71,-101],[69,-119],[4,-12],[0,-8],[0,0],[2,-5],[15,-31],[29,-62],[36,-81],[52,-125],[24,-66],[15,-44],[31,-119],[45,-168],[18,-45],[6,-8],[6,-8],[3,-8],[13,-15],[54,-83],[91,-124],[26,-35],[89,-96],[13,-13],[27,-27],[55,-40],[41,-28],[37,-25],[21,-17],[26,-26],[16,-18],[21,-23],[15,-9],[21,-7],[14,-3],[18,-3],[14,-3],[73,-7],[110,-15],[53,-7],[30,-6],[97,-19],[55,-14],[90,-27],[77,-15],[11,-4],[16,-5],[18,-8],[11,-6],[32,16],[121,-15],[28,-14],[65,-9],[55,-52],[200,-231],[92,-44],[138,-28],[112,-35],[205,-148],[229,-210]],[[593272,584558],[-15,11]],[[593257,584569],[-99,-56]],[[590390,457523],[40,-198],[56,-201],[59,-160],[29,-55],[57,-100],[69,-116],[71,-113],[0,-15],[-12,-11],[-13,-12],[-1,-4],[7,-10],[35,-52],[13,-14],[17,-10],[11,-1],[19,16],[11,4],[8,0],[72,-88],[21,-22],[-3,-20],[-20,-18],[-10,-13],[2,-4],[76,-78],[22,-13],[16,-2],[19,4],[19,11],[79,-79],[19,-21],[1,-16],[-21,-25],[-5,-9],[-1,-8],[45,-38],[56,-42],[73,-65],[26,29],[-21,19],[15,15],[35,-33],[-38,-44],[121,-95],[274,-109],[183,-101],[185,-91],[195,-89],[17,-3],[52,-15],[112,-37],[74,-30],[95,-41],[116,-56],[105,-57],[15,-20],[6,-24],[3,-26],[1,-5],[33,-20],[3,-1],[4,3],[1,15],[-1,15],[-4,5],[-1,5],[2,6],[9,0],[107,-74],[109,-78],[45,-35],[82,-70],[120,-105],[116,-113],[70,-74],[78,-86],[70,-82],[107,-138],[133,-187],[26,-44],[65,-101],[72,-124],[51,-98],[67,-139],[27,-66],[32,-71],[69,-184],[31,-90],[39,-120],[30,-105],[11,-47],[28,-128],[23,-121],[33,-237],[10,-110],[4,-37],[9,-146],[1,-222],[-3,-120],[-7,0],[-7,-4],[-4,-10],[2,-9],[6,-12],[9,-6],[-8,-116],[-10,-102],[-19,-144],[-19,-108],[-32,-161],[-26,-110],[-45,-153],[-39,-116],[-65,-159],[-94,-203],[-65,-122],[-8,-12],[-4,-5],[-26,3],[-9,-4],[-6,-5],[-11,-15],[-5,-15],[-8,-16],[-23,-45],[-18,-37],[-6,-11],[-2,-71],[-3,-6],[-7,0],[-6,6],[-7,2],[-6,-4],[-33,-43],[-15,-49],[-12,-29],[-7,-12],[-13,-10],[-41,-58],[-25,-49],[-17,-57],[-1,-18],[3,-9],[7,-8],[0,-9],[-4,-5],[-12,-1],[-6,-8],[-34,-86],[-8,-25],[0,-16],[5,-23],[-2,-15],[-50,-192],[-25,-123],[-26,-152],[-15,-131],[-10,-146],[1,-169],[6,-103],[5,-65],[5,-148],[0,-79],[-5,-145],[-8,-126],[-24,-205],[-32,-181],[-16,-70],[-19,-77],[-29,-103],[-65,-190],[-39,-98],[-74,-166],[-60,-123],[-63,-121],[-116,-190],[-32,-49],[-33,-45],[-91,-119],[-94,-105],[-52,-53],[-45,-42],[-136,-122],[-125,-100],[-124,-90],[-144,-94],[-157,-88],[-103,-44],[-3,-21],[-10,-4],[-15,16],[-183,-66],[-3,-6],[25,-67],[3,-12],[-8,-17],[-89,-70],[-77,-75],[-70,-74],[-77,-91],[-46,-60],[-170,-249],[-71,-134],[-76,-167],[-38,-87],[-61,-210],[-52,-206],[-47,-232],[-37,-210],[-61,-254],[-83,-236],[-101,-228],[-127,-222],[-150,-228],[-140,-162],[-155,-162],[-166,-134],[-169,-121],[-202,-114],[-217,-106],[-201,-83],[-217,-76],[-125,-23],[-24,1],[25,0],[2,3],[2,12],[9,19],[96,27],[15,-37],[19,11],[3,38],[52,25],[10,3],[-6,27],[-13,58],[-9,37],[-49,158],[0,42],[-14,190],[-2,30],[-34,-14],[-7,-7],[-70,-32],[-105,-46],[-158,-66],[-44,-19],[-42,-21],[-43,-23],[-39,-22],[-70,-42],[-130,-74],[-33,-18],[-30,-14],[-62,-25],[-120,-41],[-174,-56],[-29,-8],[-8,15],[-169,-45],[-102,-29],[-22,-7],[-49,-14],[-275,-74],[-190,-52],[-111,-32],[8,-33],[7,-22],[6,-15],[33,-137],[14,-14],[36,-23],[17,-4],[20,4],[28,8],[13,4],[3,0],[17,-150],[4,-32],[26,-1],[26,1],[12,-18],[8,6],[9,16],[131,17],[71,14],[6,-2],[5,-11],[6,-6],[-234,-35],[-214,-2],[-230,30],[-222,49],[-222,88],[-227,106],[-204,141],[-4,18],[9,14],[4,15],[-11,21],[-29,-7],[-172,145],[-14,2],[-128,127],[-64,85],[-101,164],[-33,71],[-108,196],[-12,1],[-3,20],[2,27],[9,5],[-81,176],[-23,16],[-115,238],[-126,229],[-145,216],[-113,189],[-29,9],[-16,13],[-63,109],[-96,192],[-68,180],[-67,216],[-42,218],[-8,247],[28,280],[10,68],[48,210],[69,250],[44,207],[12,177],[11,12],[18,1],[65,-11],[75,-130],[26,-61],[14,-45],[32,-86],[37,-99],[22,-40],[14,-17],[10,-12],[214,-354],[200,-329],[183,-303],[69,-114],[-25,-50],[21,-11],[48,-49],[22,-21],[24,-31],[48,-77],[14,-18],[19,-14],[76,-65],[20,-12],[29,-15],[18,-15],[29,-29],[15,-16],[20,-15],[31,-17],[38,-24],[8,-3],[10,-1],[17,0],[9,-3],[19,-7],[49,-26],[92,-43],[30,-21],[10,-10],[15,-11],[16,-10],[13,-5],[14,-3],[22,-1],[14,-2],[11,-4],[22,-18],[15,-26],[15,-29],[4,-28],[2,-10],[4,-6],[8,-2],[9,0],[7,3],[4,7],[7,23],[9,11],[13,11],[17,7],[11,4],[9,6],[50,3],[25,4],[23,7],[22,11],[18,14],[17,15],[18,21],[15,25],[16,18],[12,7],[16,7],[27,4],[32,0],[44,-3],[32,-11],[22,-14],[40,-39],[31,-44],[13,-15],[11,-6],[9,-1],[26,9],[12,3],[12,2],[23,-3],[11,-3],[-3,66],[-4,1],[-20,203],[203,27],[177,31],[264,74],[146,55],[-88,177],[384,286],[297,273],[46,44],[47,97],[40,4],[23,7],[23,11],[25,15],[44,35],[15,18],[41,60],[29,52],[246,445],[9,27],[40,68],[7,25],[41,103],[85,228],[55,178],[10,51],[-10,33],[-125,260],[-227,472],[-3,28],[-8,24],[-3,43],[-10,72],[-20,111],[-17,75],[-25,93],[-31,106],[-36,99],[-12,24],[-67,164],[-270,672],[-193,475],[-206,507],[-203,501],[-123,307],[-49,110],[-9,16],[-32,36],[-36,22],[-8,0],[-6,1],[-29,10],[-5,2],[-22,-17],[-26,-22],[15,-7],[-2,-11],[-5,-13],[-41,-48],[-198,-244],[-253,-314],[-65,-78],[-92,-99],[-17,0],[-20,31],[-9,-11],[-14,-17],[19,-17],[25,-24],[18,-18],[53,-44],[100,-69],[121,-73],[62,-30],[19,-5],[68,-32],[2,-18],[-27,-21],[0,-22],[-11,-11],[-16,4],[4,-4],[-17,-9],[-24,-5],[-62,-11],[-44,-12],[-30,-2],[-11,13],[-3,34],[-7,13],[-77,-6],[-22,17],[-20,19],[-20,-18],[-25,-1],[-28,-5],[39,-43],[38,-38],[35,-24],[38,-16],[41,1],[46,12],[53,17],[48,9],[38,-8],[44,-19],[-45,-139],[-94,-284],[-10,-29],[-93,-273],[-55,-166],[-29,-84],[-38,-56],[-17,-21],[-93,-112],[-140,-167],[-30,-32],[-48,-562],[-7,-72],[-3,-59],[-442,518],[-52,83],[0,7],[-72,2],[-94,-7],[-34,-6],[-159,-29],[-19,-4],[-16,-4],[169,-643],[-25,-3],[-68,-162],[-11,-24],[-118,-281],[-181,90],[-167,277],[-494,-695],[-48,-27],[-58,-37],[-59,-5],[-14,2],[-4,18],[-29,188],[-49,188],[-67,184],[-61,164],[-146,239],[-155,210],[-192,177],[-186,181],[-219,138],[-213,129],[-186,110],[-199,152],[-214,169],[-127,97],[-107,71],[-149,87],[-140,70],[-111,47],[-52,27],[-63,47],[-175,149],[-58,44],[42,5],[76,-56],[47,-33],[67,-26],[118,-10],[175,-29],[29,-5],[131,-29],[169,-43],[215,-73],[40,-15],[36,-15],[38,-15],[16,24],[317,409],[74,20],[109,28],[190,48],[140,42],[247,87],[259,104],[108,44],[115,56],[38,17],[-11,22],[235,117],[139,78],[191,116],[97,62],[207,151],[37,29],[92,73],[45,36],[97,79],[32,28],[17,15],[118,104],[115,108],[63,60],[162,171],[228,236],[18,13],[16,35],[13,11],[12,11],[3,2],[22,-2],[18,16],[0,0],[0,9],[249,253],[68,74],[338,344],[154,160],[539,551],[57,59],[64,67],[39,39],[15,14],[45,48],[183,188],[227,224],[88,83],[48,43],[33,27],[45,33],[28,20],[33,20],[27,13],[44,18],[32,10],[41,7],[19,1],[34,8],[69,14],[75,18],[36,8],[70,23],[151,64],[24,17],[48,45],[32,38],[47,65],[28,44],[53,84],[35,63],[7,9],[9,4],[13,1],[7,-2],[17,-9],[296,-250],[42,-8],[17,17],[13,26],[7,2],[17,28],[15,17],[12,20],[44,63],[20,44],[1,24],[8,32],[15,35],[30,52],[21,47],[15,44],[14,50],[35,168],[51,282],[6,51],[3,53],[1,142],[-7,102],[-6,54],[-11,64],[-7,33],[-13,34],[-13,27],[-40,72],[-35,51],[-127,171],[-86,125],[-20,32],[-13,27],[-7,17],[-10,47],[-8,55],[-11,141],[-6,122],[-7,291],[-50,727],[-10,127],[-8,51],[-11,40],[7,21],[18,17],[105,92],[89,92],[22,23],[29,37],[17,32],[6,27],[-3,25],[-12,20],[-14,8],[-20,2],[-31,-4],[-10,-7],[-9,11],[4,4],[24,17],[31,8],[43,21],[58,38],[30,25],[17,24],[52,107],[11,20],[43,44],[54,48],[42,38],[13,11],[34,30],[2,2],[10,2],[27,3],[18,2],[1,39],[5,73],[4,14],[47,25],[35,23],[0,1],[1,-1],[14,-109],[16,-5],[10,-19],[12,-134],[23,-159]],[[593477,450248],[-11,-8],[-17,1],[-13,5],[38,-47],[0,15],[5,11],[7,-1],[21,-19],[84,-109],[12,-18],[-19,-16],[125,-158],[12,10],[107,95],[-3,4],[-40,55],[17,16],[27,14],[13,4],[9,-1],[118,-70],[-1,38],[24,59],[-90,56],[-8,-12],[-16,-27],[-123,80],[-34,-2],[-13,1],[-20,14],[9,28],[-223,158],[-60,-92],[63,-84]],[[593320,452705],[30,-95],[94,41],[11,-34],[65,20],[-6,20],[73,27],[22,8],[-8,34],[52,21],[-13,39],[-22,-13],[-59,174],[-16,18],[-146,-49],[-58,-73],[-6,-86],[11,-41],[-24,-11]],[[593592,449923],[-205,267],[-140,-195],[126,-126],[4,-17],[37,-37],[60,51],[21,-26],[97,83]],[[592722,451400],[-61,-60],[-98,37],[-13,0],[-11,-10],[166,-127],[2,15],[11,12],[13,1],[17,-1],[16,-14],[25,-39],[13,-14],[20,-8],[19,2],[18,7],[23,25],[19,0],[21,-12],[7,-6],[3,17],[10,12],[16,18],[28,22],[14,20],[7,22],[-53,69],[-24,22],[-108,121],[-87,-19],[-31,-11],[-26,-15],[-16,-12],[60,-59],[-6,-8],[6,-7]],[[592274,446272],[-12,-179],[18,-17],[60,-72],[87,-44],[17,0],[4,98],[10,6],[14,5],[16,4],[20,12],[9,16],[5,19],[-3,25],[-3,20],[1,23],[9,26],[60,180],[-111,35],[-13,19],[-211,8],[-4,-139],[31,-1],[-4,-44]],[[591959,451557],[62,-112],[9,-5],[14,0],[20,-4],[13,-11],[23,-34],[82,140],[10,16],[-94,74],[-189,154],[-2,-42],[48,-44],[6,-41],[-7,-57],[-1,-10],[6,-24]],[[591498,452158],[48,-38],[60,78],[84,109],[-2,7],[-211,189],[-13,-15],[-137,-157],[-20,-28],[155,-111],[2,-2],[34,-32]],[[591198,454116],[91,-97],[80,89],[35,-33],[29,26],[31,-33],[29,-37],[72,74],[-45,54],[33,32],[-89,105],[-66,77],[-16,-16],[-16,14],[-16,8],[-17,3],[-11,3],[-6,4],[-8,8],[-17,26],[-16,-11],[-55,-54],[-24,-29],[-42,-55],[-45,-56],[77,-93],[12,-9]],[[590232,451191],[172,93],[-2,128],[-5,30],[-1,11],[-6,10],[-23,7],[-14,2],[-31,-2],[-51,-6],[-136,-12],[-15,2],[-22,7],[-47,-100],[-13,-26],[-37,-56],[127,-113],[19,-17],[58,61],[27,-19]],[[589739,450156],[-31,27],[-68,-63],[-13,-7],[-60,-64],[62,-150],[25,-21],[140,-151],[9,4],[115,121],[-65,63],[-18,19],[31,37],[-20,24],[25,22],[18,18],[-61,56],[-58,40],[-31,25]],[[589492,446102],[-62,9],[-7,-34],[-101,17],[-10,14],[-59,-1],[-21,46],[-6,15],[-108,-1],[-24,-275],[90,45],[17,7],[18,-37],[20,-6],[28,-4],[38,-16],[8,-24],[121,-3],[46,110],[-3,9],[1,26],[4,35],[10,68]],[[589111,449392],[65,-180],[117,50],[-43,113],[22,9],[7,38],[1,31],[-1,29],[-4,22],[-3,8],[-7,21],[-4,8],[-36,77],[-134,-66],[-19,-9],[9,-75],[8,-28],[22,-48]],[[585797,442524],[3,-13],[9,-21],[3,-15],[-1,-12],[-7,-14],[-56,-66],[-103,117],[-14,14],[-13,-17],[-27,-34],[-5,7],[-31,-6],[-9,-1],[-6,-4],[-1,-2],[-3,-8],[-2,-16],[9,-16],[9,-12],[19,-14],[9,-8],[28,-27],[21,-25],[9,-12],[2,-11],[0,-10],[-4,-10],[-5,-8],[-8,-8],[100,-106],[12,-9],[13,-4],[42,-5],[11,2],[11,3],[12,7],[34,-36],[1,-7],[-138,-212],[-32,22],[-16,-29],[31,-22],[-40,-83],[-45,-65],[-24,-27],[-23,-22],[-36,-25],[3,-5],[10,-41],[9,-17],[50,-53],[56,-34],[61,-33],[32,-12],[-40,-111],[25,7],[80,-60],[62,-27],[117,-59],[94,-57],[0,-2],[15,-10],[46,-7],[14,3],[7,29],[10,20],[20,10],[10,-9],[27,-69],[13,-20],[11,0],[9,14],[21,16],[-12,18],[-17,49],[-8,28],[-2,47],[4,42],[31,128],[36,176],[0,68],[-11,48],[-31,43],[37,28],[40,22],[38,17],[35,12],[32,9],[25,5],[19,0],[15,-3],[-1,-31],[5,2],[15,2],[82,12],[29,5],[22,7],[12,6],[6,7],[5,12],[19,93],[8,44],[2,52],[-4,24],[-8,23],[-15,21],[-20,36],[-23,39],[-20,38],[-23,46],[-32,51],[-20,23],[-20,24],[-16,30],[-5,15],[-1,3],[0,10],[1,13],[7,31],[18,69],[16,41],[32,69],[30,70],[5,20],[-1,12],[-6,5],[-21,-1],[-12,-4],[-6,-10],[-6,-15],[-3,-6],[-3,-4],[-15,-4],[-30,-1],[-22,3],[-19,5],[-16,7],[-65,43],[-170,118],[-27,22],[-10,12],[-3,15],[1,14],[-3,7],[-4,6],[-23,13],[-13,3],[-20,6],[-21,1],[-12,-5],[-14,-7],[-6,-9],[-6,-23],[-46,-195],[-42,-130],[-13,-34],[-18,-21],[-33,-28],[-37,-21],[-23,-6],[-6,-1],[-64,-14]],[[586233,449352],[-23,-58],[-2,-6],[-19,10],[-17,-55],[-5,-18],[-10,-28],[-30,-92],[-22,-57],[-7,-15],[-7,-6],[-10,-3],[-116,21],[-68,15],[-20,2],[-23,-1],[-14,-4],[-10,-2],[-28,-10],[-22,-11],[-39,-20],[-38,-24],[-167,-112],[-42,-28],[-81,-66],[-25,-26],[-70,-87],[15,-19],[338,-445],[-135,-186],[31,-69],[241,-559],[4,-17],[45,-1],[16,29],[280,588],[264,547],[-12,6],[12,39],[105,340],[-17,10],[2,3],[-2,25],[-8,54],[-7,30],[-7,30],[-13,26],[-30,13],[-74,29],[1,3],[-19,10],[-5,6],[-92,121],[-13,27],[-5,17],[0,24]],[[585163,448433],[-23,21],[-73,-81],[-31,-33],[-121,-122],[-88,-88],[-146,-138],[-32,-30],[-21,-16],[-43,-23],[-27,-11],[-67,-22],[-174,-50],[-80,-27],[-22,-7],[-9,-3],[-75,-42],[-112,-80],[-191,-140],[-7,-7],[-24,-24],[-52,-36],[-10,2],[-19,-14],[81,-103],[34,-40],[44,-78],[57,-138],[33,-95],[43,-91],[18,-26],[21,-31],[28,-50],[11,-14],[119,-231],[29,-64],[48,19],[95,140],[106,148],[41,47],[192,109],[47,31],[95,56],[88,57],[252,133],[98,35],[55,17],[-211,219],[-300,310],[-136,143],[175,172],[42,43],[14,13],[228,240]],[[582859,447362],[234,-128],[187,-123],[80,-65],[169,-151],[160,-184],[70,-106],[71,-122],[76,-160],[58,-152],[36,-118],[41,-235],[13,-147],[-2,-207],[-17,-198],[-17,-102],[-9,-87],[-6,-85],[-61,-256],[-68,-245],[-13,-264],[2,-236],[121,-510],[92,-242],[119,-215],[141,-199],[129,-185],[124,-185],[94,-211],[97,-209],[84,-205],[104,-202],[130,-183],[130,-184],[149,-167],[160,-146],[178,-134],[183,-122],[208,-104],[212,-73],[211,-61],[223,-31],[227,-16],[224,20],[226,49],[209,53],[217,63],[207,79],[209,92],[259,95],[215,67],[207,53],[5,7],[29,11],[25,4],[183,66],[194,86],[191,91],[179,96],[154,100],[156,108],[153,114],[139,130],[136,144],[131,179],[12,7],[32,-13],[84,161],[-13,20],[27,44],[137,258],[70,151],[91,237],[3,24],[74,269],[61,242],[14,106],[42,234],[55,202],[68,187],[80,165],[17,43],[68,117],[64,98],[40,55],[51,61],[58,64],[114,112],[96,86],[177,131],[114,75],[212,122],[118,76],[161,116],[52,41],[53,48],[100,96],[86,89],[158,176],[99,125],[49,66],[52,79],[91,152],[35,65],[71,138],[52,111],[50,119],[46,113],[41,118],[35,112],[31,122],[35,161],[5,10],[10,-3],[41,301],[10,-15],[17,-17],[14,-11],[128,-33],[50,-15],[24,-3],[103,-309],[-5,-1],[-6,-13],[1,-14],[8,-47],[8,-59],[5,-68],[2,-27],[3,-52],[-1,-49],[-8,-157],[-16,-102],[-26,-113],[20,-111],[-54,-143],[0,2],[-2,4],[-12,3],[-6,1],[-6,-2],[-4,-5],[-2,-9],[0,-11],[2,-5],[5,-7],[0,-8],[-7,-13],[-5,-10],[3,-8],[2,-8],[14,-3],[6,-2],[5,-4],[3,-9],[1,-24],[-5,-24],[-22,-34],[-14,-11],[-19,-9],[-14,-3],[-18,-12],[-14,-3],[-12,5],[-18,0],[-12,-8],[-16,-24],[-5,-23],[-1,-31],[6,-15],[7,-5],[32,-47],[33,-45],[29,-24],[6,-6],[-99,-287],[-27,-3],[-43,-14],[-67,-37],[-371,-280],[-104,-71],[-73,-40],[-92,-39],[-90,-31],[-66,-14],[-25,-6],[-172,-30],[-49,-8],[-250,-34],[-112,-10],[-102,-17],[-80,-22],[-78,-29],[-68,-35],[-91,-57],[-90,-71],[-90,-86],[-96,-116],[-64,-91],[-80,-136],[-54,-117],[-45,-118],[-30,-91],[-25,-87],[-21,-96],[-22,-160],[-23,-124],[-40,-160],[-102,-357],[-96,-314],[-64,-172],[-54,-132],[-124,-242],[-114,-166],[-114,-152],[-2,-3],[-4,-27],[16,-48],[0,-10],[-52,-34],[-179,-142],[-165,-131],[-173,-147],[-445,-326],[-588,-442],[-23,-16],[-62,-48],[-58,-33],[-61,-48],[-38,-31],[-114,-84],[-23,-15],[-71,-42],[-89,-55],[-131,-65],[-76,-34],[-229,-91],[-157,-48],[-143,-35],[-74,-12],[-38,-6],[-67,-13],[-28,-3],[-111,-12],[-32,-2],[-74,-3],[-122,-1],[-108,2],[-3,7],[-10,46],[-22,17],[-224,43],[-52,7],[-228,45],[-175,40],[-87,26],[-245,80],[-150,60],[-130,67],[-94,55],[-169,109],[-132,92],[-43,22],[-19,16],[-42,65],[-19,24],[-54,56],[-79,91],[-103,125],[-83,116],[-51,74],[-80,135],[-162,242],[-46,61],[-63,63],[-38,1],[-28,64],[-349,395],[-82,92],[-1,1],[-30,13],[-70,12],[-19,6],[-18,18],[-17,62],[-7,10],[-2,21],[-10,21],[-18,47],[-6,9],[-16,28],[-51,65],[-173,198],[-24,20],[-13,-11],[-19,15],[-50,27],[-85,28],[-5,0],[-44,1],[-110,-1],[-164,-8],[-232,-16],[-188,-14],[-225,-26],[-15,2],[-35,-4],[-69,-12],[-62,-11],[-158,-44],[-133,-77],[-71,-63],[-58,-76],[-95,-145],[-45,-78],[-35,-107],[-16,-46],[-29,-96],[-7,-24],[0,-6],[-25,-41],[-23,-41],[-1,-21],[8,-66],[-86,44],[19,60],[12,49],[2,34],[-3,22],[-21,45],[-13,21],[17,16],[112,218],[-7,68],[-14,22],[-7,10],[-1,14],[3,30],[-3,17],[-6,8],[-8,5],[-4,0],[-4,5],[2,8],[10,32],[24,47],[11,17],[12,18],[28,32],[47,46],[41,32],[35,12],[28,4],[13,14],[17,7],[26,-4],[37,-26],[17,-15],[11,6],[66,40],[86,47],[104,39],[42,11],[-22,18],[-32,2],[-37,5],[-7,2],[-6,14],[-4,-5],[-5,-1],[-8,3],[-4,6],[-2,12],[1,11],[1,11],[-4,15],[-9,14],[-5,2],[-5,1],[-14,-14],[-6,0],[-5,5],[-3,9],[-2,8],[2,11],[8,11],[10,12],[4,10],[0,10],[-7,9],[-10,9],[-10,2],[-10,0],[-31,-5],[-12,-1],[-11,2],[-8,5],[-8,16],[-1,12],[2,11],[16,18],[-57,3],[-15,-49],[-16,-45],[-9,-19],[-11,-17],[-8,-9],[5,-70],[-181,-108],[-15,-5],[-27,42],[-7,8],[-16,13],[-28,9],[-11,-6],[-26,-64],[-7,-42],[-21,-58],[-36,-56],[-30,-63],[-6,-30],[-15,-191],[-6,-93],[3,-16],[-12,-9],[-103,14],[-74,11],[-5,-16],[-12,-41],[-17,-75],[88,-34],[-33,-104],[-7,-31],[-103,36],[-171,40],[-14,6],[-33,4],[-26,0],[-36,-7],[-29,-16],[-37,-27],[-22,-9],[-25,-10],[-21,-7],[-69,-24],[-36,-18],[-21,-16],[-11,-15],[-13,-18],[-8,-20],[-12,-20],[-14,-21],[-24,-24],[-53,-45],[-80,-59],[-49,-43],[-52,-65],[-28,-55],[-19,-40],[-15,-32],[-15,-24],[-18,-24],[-18,-23],[-74,-101],[-22,-33],[-11,-20],[-15,-17],[-30,-22],[-29,-19],[-4,-13],[2,-9],[9,-30],[2,-22],[0,-24],[-1,-24],[-7,-27],[-35,-92],[-23,-39],[-62,-81],[-49,-55],[-29,-26],[-45,-50],[-27,-34],[-24,-33],[-27,-44],[-18,-38],[-19,-53],[-11,-43],[-5,-40],[-2,-20],[4,-11],[9,-11],[25,-18],[11,-3],[8,-1],[11,5],[7,9],[12,12],[22,21],[21,15],[21,7],[20,4],[34,-2],[23,2],[5,1],[14,3],[9,6],[7,5],[10,10],[8,18],[1,13],[6,11],[15,12],[19,13],[37,9],[30,4],[11,2],[14,3],[16,8],[6,8],[4,10],[1,11],[4,5],[10,3],[13,0],[22,-5],[22,-11],[21,-16],[22,-30],[18,-29],[13,-35],[13,-41],[5,-27],[3,-32],[-6,-37],[-92,-103],[-48,-47],[-25,0],[-31,-4],[-48,-17],[-57,-37],[-42,-24],[-16,-9],[-11,-6],[-68,-25],[-18,-4],[-65,-34],[-35,-12],[-25,-16],[-32,-10],[-37,3],[-21,55],[-15,-2],[-7,-11],[16,-58],[-19,-17],[-53,-32],[-36,-12],[-41,-4],[-32,3],[-10,5],[-12,34],[-15,4],[-10,-13],[12,-59],[-12,-14],[-49,-26],[-67,-22],[-36,-9],[-13,3],[-7,21],[-15,25],[-9,-1],[-6,-5],[-3,-2],[0,-12],[7,-32],[0,-28],[-11,-21],[-34,-27],[-18,-13],[-36,-26],[-22,-13],[-28,1],[-21,6],[-12,13],[-10,16],[-12,7],[-8,-8],[-2,-11],[19,-56],[-6,-17],[-36,-43],[-32,-30],[-32,-24],[-26,-11],[-15,-2],[-13,3],[-15,13],[-19,33],[-14,1],[-6,-12],[11,-32],[6,-39],[-6,-27],[-15,-25],[-26,-18],[-36,-19],[-44,-19],[-25,1],[-29,26],[-18,1],[-6,-20],[13,-26],[3,-6],[-29,-28],[-17,-9],[-24,-19],[-18,-20],[-16,-15],[-130,232],[-1,2],[-6,11],[-72,116],[-64,103],[-22,29],[-20,17],[-16,13],[-54,28],[-58,27],[-19,15],[-17,16],[-17,20],[-16,25],[-15,25],[-14,29],[-7,22],[-10,46],[-4,29],[-2,37],[2,66],[9,27],[14,28],[15,21],[21,20],[28,22],[33,21],[31,17],[48,24],[50,32],[25,23],[120,70],[13,10],[7,11],[7,19],[25,247],[-1,11],[-6,8],[-7,12],[-31,38],[-32,35],[-20,32],[-8,29],[-5,34],[-10,32],[-17,34],[-24,35],[-38,67],[-28,40],[-25,24],[-23,19],[-35,13],[-49,12],[-30,3],[-19,9],[-13,12],[-7,13],[-23,17],[-38,18],[-41,14],[-44,11],[-33,6],[-33,1],[-31,0],[-22,-5],[-31,-9],[-19,-11],[-23,-14],[-43,-17],[-24,-14],[-26,-15],[-22,-20],[-19,-17],[-15,-19],[-17,-16],[-15,-9],[-24,-11],[-26,-15],[-29,-22],[-24,-19],[-27,-27],[-31,-32],[-25,-31],[-18,-27],[-27,-41],[-20,-35],[-23,-33],[-16,-28],[-16,-34],[-14,-34],[-18,-51],[-27,-85],[-33,-122],[-36,-159],[-21,-131],[-6,-69],[-10,-43],[-9,-35],[-11,-22],[-78,-93],[-29,-39],[-15,-24],[-12,-22],[-23,-73],[-10,-27],[-8,-9],[-7,-6],[-26,-8],[-49,-6],[-11,-2],[-16,-9],[-29,-21],[-22,-22],[-25,-31],[-13,-24],[-7,-19],[-6,-18],[-2,-5],[-9,-18],[-32,-71],[-2,-9],[0,-7],[4,-3],[6,-1],[7,2],[9,8],[12,15],[7,3],[13,-2],[20,-7],[72,-49],[15,-14],[13,-24],[7,-18],[5,-36],[8,-23],[5,-9],[8,-3],[7,2],[21,31],[13,12],[11,2],[17,1],[19,-6],[39,-23],[113,-73],[43,-27],[31,-25],[22,-19],[21,-33],[16,-35],[18,-50],[12,-53],[3,-38],[-1,-42],[-5,-35],[-5,-11],[-8,-17],[-17,-29],[-1,-6],[-3,-2],[-10,-11],[-7,-15],[-15,-34],[-13,-25],[-11,-26],[-32,-66],[-9,-19],[-29,-36],[-41,-61],[-29,-42],[-22,-21],[-38,-30],[-36,-23],[-44,-20],[-35,-10],[-31,0],[-36,10],[-72,28],[-34,15],[-26,4],[-75,-12],[-22,2],[-14,4],[-24,14],[-24,29],[-16,8],[-20,-2],[-13,-8],[-13,-9],[-29,-32],[-26,-11],[-23,-6],[-15,-16],[-13,-24],[-24,-11],[-40,-8],[-57,2],[-20,0],[-28,8],[-46,19],[-43,24],[-41,35],[-11,14],[0,14],[8,9],[7,8],[11,4],[11,6],[0,8],[-11,10],[-49,12],[-46,5],[-38,2],[-35,-9],[-31,-8],[-26,-26],[-20,-16],[-24,-2],[-16,-7],[-20,-16],[-11,-8],[-11,-4],[-22,-2],[-13,-6],[-78,-74],[-11,-14],[-2,-22],[0,-25],[-7,-18],[-18,-21],[-27,-16],[-35,-4],[-25,4],[-22,10],[-25,14],[-11,0],[-9,-6],[-96,-109],[-25,-14],[-11,-1],[-27,-3],[-219,0],[-49,-1],[-42,1],[-38,8],[-38,10],[-92,37],[-63,22],[-170,59],[-58,20],[-44,22],[-223,172],[-179,118],[-60,-163],[-34,-98],[-35,-81],[-7,-6],[-23,21],[-45,50],[-56,54],[-45,42],[-41,35],[-14,7],[-25,19],[-57,51],[-34,34],[-35,33],[-27,21],[-24,11],[-30,4],[-40,3],[-33,6],[-48,14],[-41,15],[-31,10],[-69,27],[-92,36],[-80,30],[-35,10],[-54,12],[-21,7],[-56,9],[-36,2],[-39,-5],[-67,-4],[-28,1],[-46,-6],[-48,-3],[-42,0],[-38,6],[-32,7],[-89,24],[-102,27],[-12,6],[-13,1],[-263,65],[-220,60],[-86,20],[-123,15],[-39,-2],[-13,-1],[-12,-2],[-37,-6],[-34,-5],[-70,-19],[-89,-13],[-36,-8],[-9,2],[-38,3],[-19,-6],[-33,-7],[-123,-27],[-58,-14],[-65,-20],[-46,-16],[-58,-25],[-54,-27],[-41,-28],[-71,-58],[-41,-39],[-39,-40],[-139,-150],[-68,-76],[-196,-228],[-32,-39],[-9,-18],[-18,-47],[-11,-48],[-27,-104],[-17,-71],[-19,-76],[-55,-161],[-15,-54],[-44,-183],[-20,-106],[-15,-80],[-21,-91],[-26,-101],[-54,-189],[-19,-76],[-17,-55],[-13,-43],[-10,-40],[-28,-87],[-19,-42],[-22,-43],[-24,-44],[-37,-57],[-33,-48],[-25,-34],[-22,-34],[-13,-27],[-15,-38],[-14,-37],[-7,-34],[-7,-52],[-12,-84],[-23,-162],[-13,-76],[-14,-66],[-64,-224],[-56,-161],[-102,-239],[-16,-41],[-6,-25],[-4,-31],[1,-60],[7,-90],[2,-44],[-4,-42],[-7,-23],[-14,-25],[-16,-22],[-21,-22],[-175,-166],[-46,-51],[-39,-51],[-56,-87],[-32,-44],[-42,-49],[-43,-56],[-14,-21],[-24,-47],[-29,-50],[-57,-120],[-75,-183],[-19,-50],[-13,-55],[-25,-143],[-9,-111],[-7,-36],[-10,-27],[-12,-23],[-20,-26],[-23,-16],[-26,-10],[-31,-7],[-35,-3],[-41,1],[-122,18],[-47,4],[-57,-5],[-6,3],[-1,12],[3,33],[42,210],[22,90],[5,18],[34,44],[11,23],[2,20],[-1,8],[-3,14],[-4,12],[-5,6],[-7,6],[-5,2],[-7,2],[-1,15],[-5,16],[-133,264],[-7,7],[-11,6],[-19,3],[-22,0],[-28,-3],[-83,-16],[-12,-17],[-4,6],[-6,6],[-6,16],[0,9],[4,15],[36,37],[36,27],[2,6],[-6,11],[-2,10],[4,8],[3,0],[185,127],[255,165],[228,185],[210,216],[188,238],[159,288],[124,277],[110,279],[39,159],[56,144],[47,152],[53,150],[52,153],[39,151],[44,146],[43,156],[41,154],[36,151],[35,161],[38,157],[58,287],[3,42],[10,62],[9,63],[9,87],[11,84],[20,123],[12,180],[10,76],[15,101],[4,38],[31,170],[43,207],[27,121],[3,26],[13,53],[10,37],[51,160],[67,180],[34,86],[46,100],[81,165],[33,64],[48,82],[45,80],[37,62],[35,49],[40,60],[38,56],[48,62],[96,118],[83,97],[112,119],[93,93],[72,73],[88,82],[55,48],[61,-24],[14,-10],[-9,-14],[0,-16],[-1,-20],[-1,-8],[-118,-107],[3,-7],[8,-18],[72,-167],[43,-85],[5,-18],[1,-16],[118,1],[22,25],[19,93],[124,-176],[246,182],[-98,182],[181,208],[-24,46],[41,-3],[204,0],[-8,163],[-107,-16],[32,30],[13,20],[8,41],[-10,33],[-10,22],[-18,39],[-15,43],[94,15],[66,9],[65,6],[148,0],[125,-12],[48,-8],[61,-14],[39,-10],[68,-18],[44,-14],[215,-91],[22,-7],[47,-18],[197,-83],[96,-42],[110,-36],[27,-5],[144,-37],[87,-19],[105,-16],[100,-8],[68,-5],[115,3],[104,10],[76,12],[109,18],[70,13],[148,40],[87,28],[111,46],[77,36],[38,18],[49,-91],[-27,-30],[-29,-33],[-25,-33],[-80,-123],[-65,-108],[-22,2],[-140,2],[-378,9],[-70,1],[-52,1],[-77,8],[-117,13],[-191,28],[-29,5],[-163,26],[-164,29],[-6,-46],[-10,-98],[-31,-251],[-3,-23],[-8,-66],[-8,-66],[105,-14],[77,-15],[35,-9],[65,-19],[68,-21],[66,-25],[52,-22],[-1,-17],[-1,-16],[-11,-154],[-2,-29],[16,-5],[34,-10],[113,-40],[137,-47],[36,-9],[171,-60],[44,-16],[34,-12],[28,-9],[9,-2],[10,-11],[6,-11],[37,-8],[77,-14],[21,-5],[8,4],[25,-23],[6,-5],[2,3],[29,51],[18,36],[45,51],[46,34],[36,13],[46,6],[76,-4],[34,-9],[12,-3],[63,-38],[10,-11],[13,-11],[17,-9],[25,-7],[24,0],[22,5],[21,9],[16,12],[26,35],[36,52],[25,29],[31,26],[12,14],[12,28],[14,35],[13,20],[26,26],[46,51],[37,30],[35,22],[55,25],[34,17],[17,17],[3,11],[333,21],[85,-106],[2,-7],[10,-4],[10,4],[27,21],[40,-37],[19,-24],[12,-18],[-26,-23],[-13,-17],[1,-9],[9,-4],[13,3],[11,8],[9,-8],[18,-19],[30,-39],[9,-20],[4,-15],[0,-10],[-20,-10],[-7,-12],[0,-12],[5,-4],[14,3],[19,6],[3,-27],[13,-36],[1,-3],[20,-38],[19,-15],[18,10],[11,2],[27,-6],[169,-41],[88,-14],[29,-4],[15,3],[13,9],[6,13],[4,21],[6,11],[14,11],[8,10],[2,13],[-2,19],[-66,125],[-19,51],[-17,48],[-12,61],[-16,50],[-21,56],[-11,48],[-17,42],[-28,62],[-31,66],[-13,38],[-6,32],[0,40],[4,124],[0,51],[-4,52],[-15,56],[-18,38],[-53,154],[-28,53],[-10,23],[-8,35],[-11,14],[-6,15],[-13,63],[-6,13],[-40,24],[-19,13],[-6,15],[-7,29],[-10,16],[-13,8],[-10,2],[-10,4],[-6,7],[-1,27],[2,32],[24,38],[12,3],[26,3],[1,1],[-23,61],[7,11],[-2,15],[-12,29],[1,60],[-3,14],[1,62],[3,74],[23,148],[5,27],[-109,112],[18,19],[36,34],[36,30],[130,104],[99,73],[72,49],[195,133],[74,50],[111,79],[34,25],[41,34],[42,39],[47,41],[60,58],[42,44],[45,50],[47,51],[184,256],[65,118],[54,99],[67,150],[54,144],[76,261],[42,246],[16,108],[57,482],[20,107],[50,191],[21,67],[4,10],[14,6],[136,262],[0,10],[11,37],[3,8],[73,130],[114,166],[58,74],[75,81],[62,57],[37,29],[30,24],[146,105],[60,43],[245,171],[345,246],[128,103],[114,102],[240,233],[177,158],[104,82],[176,127],[82,50],[114,56],[108,44],[98,34],[185,43],[164,25],[188,15],[106,-2],[124,-11],[59,-7],[98,-20],[115,-35],[121,-41],[107,-50],[59,-29],[103,-59],[120,-75],[92,-65],[173,-137],[66,-56],[201,-164],[114,-75],[113,-71]],[[578514,445818],[13,-1],[125,23],[63,8],[44,28],[61,34],[59,14],[70,6],[53,0],[89,-15],[41,-8],[24,-1],[21,2],[16,4],[20,11],[41,27],[358,280],[26,23],[13,16],[8,12],[4,12],[3,13],[3,45],[-3,94],[0,24],[-4,127],[-15,348],[-9,212],[-2,24],[-4,20],[-9,25],[-5,15],[-10,11],[-5,3],[-53,74],[-137,-126],[-137,-112],[-230,-165],[-449,-314],[-55,-38],[-31,-29],[-26,-36],[-25,-55],[-19,-60],[-8,-59],[-10,-126],[1,-70],[3,-48],[14,-83],[8,-32],[7,-25],[27,-98],[9,-21],[9,-11],[13,-2]],[[571145,439246],[12,-5],[10,103],[6,81],[-80,7],[-7,-154],[22,-14],[37,-18]],[[570998,440891],[12,6],[15,0],[14,3],[10,6],[8,16],[2,15],[-4,16],[-10,13],[-17,9],[3,26],[-9,8],[-29,7],[-39,3],[1,-25],[-13,-17],[-22,-37],[-3,-10],[22,-17],[13,-16],[9,-17],[4,-12],[-1,-4],[15,-3],[8,20],[11,10]],[[583322,606284],[56,-19],[2,6],[18,-73],[106,-201],[38,-67],[35,-74],[47,-125],[102,-168],[44,-122],[-23,6],[-39,10],[-36,12],[-51,30],[-79,47],[26,-41],[42,-76],[26,-50],[24,-48],[28,-62],[10,-35],[10,-41],[135,-33],[65,-29],[96,-44],[108,-50],[67,-45],[74,-63],[37,-37],[92,-118],[81,-140],[88,-176],[77,-189],[102,-20],[324,122],[39,17],[28,22],[46,51],[28,25],[252,125],[33,9],[150,73],[-83,245],[264,105],[194,76],[35,15],[130,-280],[21,11],[89,-196],[28,-62],[53,-142],[11,-95],[14,-141],[13,-288],[9,-589],[-6,-659],[-161,-129],[111,-483],[-193,-105],[64,-331],[-201,-108],[27,-281],[575,139],[21,-10],[9,-12],[13,-24],[6,-27],[11,-44],[7,-31],[41,5],[35,-268],[77,16],[6,-5],[13,-210],[142,79],[131,72],[124,64],[41,4],[113,48],[34,-96],[109,-224],[117,-223],[141,-172],[169,-223],[316,-289],[217,-189],[30,-18],[176,-121],[1,2],[13,9],[12,-4],[6,-5],[184,-118],[190,-148],[173,-175],[169,-194],[150,-190],[141,-211],[125,-200],[129,-222],[131,-234],[134,-237],[136,-218],[93,-141],[95,-143],[101,-152],[105,-202],[10,3],[11,-3],[51,-88],[88,-148],[57,-101],[101,-167],[103,-154],[66,-93],[166,-224],[68,-85],[119,-142],[-2,-70],[3,-7],[5,-2],[5,4],[3,2],[8,11],[135,-161],[49,-62],[3,0],[18,13],[7,-10],[-4,-5],[-5,-3],[5,-9],[73,-99],[75,-102],[103,-145],[100,-148],[71,-111],[37,-63],[52,-82],[49,-87],[32,-60],[25,-48],[90,-184],[17,-25],[4,-9],[0,-7],[95,-207],[89,-236],[95,-236],[70,-248],[65,-251],[2,-2],[3,-6],[65,-230],[0,-10],[-10,-20],[24,-81],[2,-9],[78,-128],[72,-251],[62,-271],[8,-11],[204,-547],[46,-134],[2,-8],[95,-248],[71,-252],[55,-252],[57,-254],[21,-252],[-7,-255],[-36,-273],[-57,-236],[-66,-231],[-76,-257],[-66,-221],[-74,-236],[-66,-231],[-56,-222],[0,-9],[-8,-37],[-119,-484],[-39,-152],[-11,-38],[-48,-246],[-11,-240],[-31,-246],[-17,-24],[-23,-72],[-8,-113],[1,-25],[2,-10],[6,-10],[5,-5],[2,-13],[-3,-62],[-14,-245],[-7,-80],[-16,-127],[-11,-85],[-13,-82],[-18,-100],[-42,-182],[-27,-104],[-50,-157],[-23,-67],[-27,-65],[-47,-106],[-45,-93],[-28,-64],[-16,-22],[-118,-260],[-118,-208],[-110,-204],[-90,-206],[-94,-239],[-82,-238],[-44,-135],[-22,-141],[-32,-289],[-5,-154],[14,-167],[9,-164],[15,-160],[18,-154],[24,-160],[31,-160],[1,-5],[-5,-1],[-4,12],[-6,2],[-20,2],[-11,72],[-57,25],[-105,49],[-29,12],[-6,-19],[-61,-183],[-2,-10],[-4,-10],[-23,-75],[-15,-49],[-10,-38],[-19,-83],[-13,-63],[-9,-52],[-7,-53],[-3,-41],[-2,-41],[-1,-41],[-2,-102],[35,-3],[32,-6],[6,-11],[-8,-266],[-10,-267],[-6,-123],[-4,-55],[-8,-46],[-10,-53],[-4,-16],[-6,-3],[0,-9],[-1,-9],[-20,-69],[-6,-20],[-2,-14],[-4,-9],[-13,-16],[-31,-35],[-15,-17],[-7,-14],[-6,-17],[-4,-22],[-18,-134],[-42,-327],[-11,-53],[-13,-54],[-13,-49],[-20,11],[-231,122],[-276,149],[-33,17],[-264,138],[-22,13],[44,56],[56,92],[10,20],[-427,283],[-6,-13],[25,61],[38,101],[21,69],[38,140],[23,108],[17,106],[3,29],[10,94],[14,55],[22,61],[40,87],[17,41],[12,29],[48,86],[27,53],[18,36],[19,51],[22,75],[12,45],[4,13],[24,96],[19,63],[32,84],[22,41],[11,18],[93,101],[29,40],[119,186],[122,192],[66,93],[48,64],[33,57],[19,48],[14,54],[19,101],[17,75],[18,63],[14,40],[9,27],[15,35],[101,225],[7,11],[1,2],[22,55],[1,6],[46,91],[21,37],[9,15],[5,7],[22,36],[24,38],[32,45],[39,54],[53,77],[18,30],[14,32],[15,36],[8,25],[15,59],[108,507],[55,255],[45,216],[17,83],[35,173],[20,76],[20,77],[94,324],[16,58],[15,52],[57,222],[19,79],[19,94],[20,86],[57,262],[45,217],[32,158],[11,56],[11,48],[30,159],[5,23],[9,45],[27,145],[8,66],[6,62],[1,44],[-1,36],[-4,33],[-21,101],[-4,31],[-12,149],[-3,50],[-7,94],[-16,213],[-11,104],[-4,68],[1,53],[3,55],[9,81],[0,23],[-2,30],[-14,103],[-25,224],[-23,214],[-26,215],[-28,214],[-28,215],[-14,125],[-10,87],[-29,220],[-19,147],[-15,120],[-10,77],[-7,59],[-7,74],[-2,43],[-10,197],[-12,233],[-11,233],[-4,96],[0,105],[6,225],[2,216],[-1,166],[-4,123],[-7,147],[4,23],[-4,4],[-7,89],[-19,258],[-9,85],[-10,74],[-4,45],[-13,104],[-42,245],[-9,45],[-46,219],[-33,133],[-20,69],[-28,85],[-198,564],[-30,82],[-15,38],[-33,77],[-90,180],[-14,22],[-14,15],[-15,14],[-35,28],[-40,30],[-20,18],[-20,19],[-20,26],[-18,30],[-26,46],[-21,45],[-13,34],[-14,44],[-13,51],[-32,111],[-25,65],[-49,101],[-41,75],[-37,61],[-45,56],[-51,62],[-160,185],[-186,223],[-116,131],[-32,31],[-33,22],[-49,12],[-32,7],[-38,3],[-109,2],[-152,1],[-39,1],[-22,1],[-24,1],[-71,0],[-33,2],[-40,8],[-28,11],[-28,15],[-57,40],[-69,53],[-72,56],[-149,111],[-33,22],[-129,88],[-67,47],[-50,39],[-51,47],[-50,51],[-146,201],[-18,28],[-74,101],[-26,32],[-38,39],[-138,106],[-118,83],[-17,13],[-168,130],[-39,32],[-163,144],[-159,137],[-156,131],[-67,59],[-71,62],[-124,88],[-58,44],[-17,10],[-21,14],[-90,57],[-159,105],[-105,80],[-110,87],[-100,76],[-63,43],[-19,12],[-20,12],[-109,36],[-62,17],[-68,12],[-24,5],[-20,14],[-20,20],[-52,93],[-12,16],[-23,10],[-24,4],[-26,-2],[-31,-9],[-28,-18],[-30,-24],[-31,-18],[-26,-9],[-37,0],[-54,5],[-140,18],[-61,9],[-92,22],[-245,55],[-28,1],[-32,-3],[-5,-1],[-19,-14],[-9,-10],[-14,-19],[-44,46],[-62,70],[-51,51],[-37,36],[-22,26],[-14,33],[-7,30],[-5,34],[-11,73],[-5,29],[2,31],[30,106],[17,78],[20,97],[14,51],[-1,40],[0,45],[7,44],[5,34],[2,23],[-69,41],[-21,-7],[-19,12],[-21,14],[-18,16],[-12,31],[2,22],[-4,24],[-9,12],[-31,9],[-19,-3],[-7,-5],[-9,-9],[0,-12],[-2,-24],[-3,-16],[-9,-25],[-13,-36],[-21,-5],[-20,-10],[-6,-10],[-2,-14],[0,-17],[9,-12],[9,-10],[2,-17],[0,-24],[11,-33],[-43,0],[-119,-25],[-118,6],[-102,7],[-30,34],[-24,30],[-119,90],[-84,68],[-75,30],[-171,-106],[-10,38],[-31,36],[-48,67],[-41,84],[-9,60],[20,47],[9,20],[29,217],[-7,43],[-15,10],[-42,20],[-11,8],[-10,13],[-6,13],[8,42],[30,129],[22,94],[27,105],[-17,6],[-55,18],[-213,68],[-23,7],[-4,1],[0,0],[3,3],[13,12],[26,106],[-74,26],[-12,-11],[-10,-13],[-7,-11],[-18,-2],[-8,-2],[-5,-4],[-30,-46],[-10,-16],[-77,24],[-24,8],[-14,-66],[-2,-2],[-14,0],[-8,-4],[-2,-5],[2,-12],[15,-18],[-9,-40],[-16,1],[-26,0],[-13,30],[-2,2],[-3,1],[-8,3],[-2,-1],[-10,-3],[-4,-8],[-1,-3],[-1,-2],[-5,-20],[-47,-3],[-7,27],[-2,8],[-7,-1],[-9,-1],[-2,-35],[-27,0],[-269,-7],[-225,-14],[18,51],[14,41],[-22,-1],[-15,-8],[-12,-12],[-1,-4],[-9,-23],[-10,-28],[-12,-21],[-17,-14],[-18,-10],[-64,-38],[-49,-38],[-36,-35],[-30,-38],[-2,-4],[-16,-28],[-10,-34],[-8,-40],[-35,-9],[-63,-10],[-73,-4],[-61,-2],[19,-15],[-113,5],[-4,-130],[-85,7],[-51,5],[-11,1],[1,19],[17,0],[1,39],[-42,5],[0,78],[-48,3],[30,52],[58,118],[226,35],[9,3],[16,5],[102,67],[193,132],[-108,190],[-10,19],[46,22],[36,14],[-48,104],[-165,-112],[-36,45],[27,36],[-54,56],[135,210],[31,58],[14,34],[16,54],[15,63],[12,61],[12,73],[1,30],[0,100],[-7,63],[-40,266],[-13,95],[-3,34],[0,43],[4,44],[7,36],[23,77],[34,96],[9,25],[10,22],[38,108],[11,31],[22,76],[14,62],[10,48],[3,22],[16,93],[5,34],[2,18],[12,81],[27,229],[1,12],[2,26],[7,3],[13,-8],[13,0],[159,54],[-10,93],[-2,11],[-168,-4],[0,87],[-1,30],[17,6],[30,13],[24,9],[26,7],[53,21],[74,28],[-23,110],[137,36],[92,26],[85,22],[21,5],[-2,11],[-10,37],[-36,185],[-33,165],[-22,-6],[-137,-37],[-142,-38],[-55,-14],[-25,-6],[-52,-12],[-4,24],[18,5],[-67,340],[-99,-21],[-4,24],[-17,114],[-17,164],[-3,47],[-3,69],[3,51],[51,13],[38,11],[35,18],[31,21],[18,23],[35,52],[91,141],[114,174],[93,133],[26,34],[25,29],[10,16],[17,29],[10,24],[3,17],[-3,29],[-16,16],[-52,52],[76,118]],[[592511,592033],[5,-2],[52,3],[4,-8],[6,-126],[112,5],[5,-5],[4,-40],[10,-8],[110,4],[-21,239],[-1,14],[-3,11],[-5,9],[-7,3],[-14,2],[-27,1],[-89,-2],[-65,-3],[-82,-4],[6,-93]],[[590171,596305],[11,-35],[15,1],[20,1],[12,4],[19,17],[30,30],[2,1],[-146,185],[-81,-60],[83,-77],[19,-30],[13,-30],[3,-7]],[[588014,598432],[35,-76],[24,13],[3,5],[16,-11],[64,41],[9,5],[-26,66],[30,27],[-9,20],[32,25],[-35,68],[-88,-74],[21,-45],[-76,-64]],[[587155,599583],[33,-116],[85,30],[8,7],[-7,25],[-11,1],[-6,28],[-19,61],[-53,-23],[-30,-13]],[[586901,599237],[42,-52],[28,17],[26,13],[21,6],[33,6],[33,11],[14,7],[9,-17],[68,30],[47,22],[-4,20],[-75,230],[-41,-19],[-15,41],[-6,-3],[-6,17],[-24,80],[-22,126],[-50,-8],[-1,-46],[-66,-26],[11,-193],[6,-16],[-51,-22],[-56,-25],[6,-112],[73,-87]],[[586993,600179],[7,-5],[71,6],[33,10],[20,9],[78,39],[-28,96],[-63,-28],[-99,-44],[-51,-21],[12,-30],[9,-17],[11,-15]],[[585562,602632],[70,-32],[74,161],[-3,43],[52,180],[-62,22],[-2,-4],[-21,-74],[-31,-96],[-17,-50],[-49,-123],[-11,-27]],[[585154,603149],[63,-56],[44,-38],[24,-16],[20,-6],[13,6],[73,58],[57,59],[18,21],[-82,70],[-74,-69],[-57,64],[-3,10],[-2,12],[1,12],[7,60],[-1,13],[-4,12],[-12,30],[-60,-31],[-38,-23],[-26,-22],[-30,-32],[-47,-56],[22,-5],[14,-4],[14,-8],[18,-16],[48,-45]],[[584025,603120],[-20,1],[-68,-13],[-48,-12],[12,-79],[22,-96],[23,-73],[10,-28],[17,-25],[19,-34],[12,-33],[8,-45],[3,-55],[1,-37],[245,12],[-78,114],[56,27],[33,26],[6,7],[13,10],[19,10],[34,13],[64,19],[66,22],[-43,135],[-16,45],[-60,1],[-46,10],[-184,52],[-100,26]],[[583643,605041],[8,-62],[110,27],[-5,44],[-6,49],[-24,-1],[-21,7],[-68,-14],[6,-50]],[[592718,600065],[120,-6],[81,0],[11,-3],[4,-6],[0,0],[12,-78],[2,-8],[282,-853],[26,-77],[-7,-3],[-70,-24],[-528,-188],[-76,-28],[-318,-113],[-14,59],[-14,62],[0,8]],[[585677,571783],[3,20],[5,-1],[49,-9],[56,-2],[54,2],[40,8],[-85,70],[-113,90],[-28,-45],[-51,-81],[-2,-2],[-45,25],[-29,20],[-64,58],[-99,98],[-88,83],[-82,73],[-66,52],[-144,105],[-231,160],[-39,27],[-63,51],[-15,22],[-11,24],[-3,23],[-27,-13],[0,17],[9,50],[7,32],[12,35],[22,73],[6,17],[-13,5],[-27,14],[-7,6],[-5,5],[-3,13],[-176,99],[144,314],[3,-2],[42,-29],[33,51],[-93,79],[95,142],[-60,46],[25,39],[56,87],[-78,64],[-76,-102],[-34,-51],[-57,-97],[-34,-56],[-10,-20],[-2,-3],[-16,11],[11,22],[26,39],[44,82],[5,8],[36,59],[78,108],[3,15],[-7,20],[-8,18],[-122,152],[-133,165],[34,22],[-11,17],[112,80],[13,9],[5,3],[13,4],[16,-3],[28,-18],[47,-30],[25,-14],[55,-36],[56,-38],[19,-14],[15,-13],[29,45],[-2,11],[-12,30],[-7,17],[-11,14],[-14,12],[-16,11],[-9,10],[-4,14],[-1,29],[3,26],[34,71],[27,23],[27,11],[13,7],[-29,35],[-4,11],[2,17],[13,19],[18,18],[21,16],[19,13],[20,10],[27,9],[8,-10],[80,-102],[14,19],[16,11],[60,27],[-82,106],[-1,1],[29,27],[1,1],[25,13],[28,12],[36,36],[131,-158],[2,3],[7,9],[16,19],[-11,14],[14,17],[28,39],[14,15],[219,-245],[131,-147],[75,-79],[5,-4],[5,5],[13,15],[173,187],[85,85],[74,67],[67,51],[42,24],[27,10],[30,10],[29,2],[11,1],[75,-2],[27,-5],[26,-8],[13,-7],[4,-2],[34,-25],[44,-41],[9,-7],[20,-18],[332,-299],[437,-396],[134,-121],[12,-19],[11,-25],[15,-47],[4,-10],[10,-14],[29,-5],[63,0],[24,-10],[518,-452],[227,-201],[335,-295],[17,-17],[61,-53],[17,-11],[12,-2],[-715,-825],[-186,-148],[-137,-121],[-136,-132],[-84,-77],[-30,-28],[-60,-53],[-15,-29],[-20,-44],[-11,-37],[-8,-31],[-3,-24],[-1,-28],[2,-30],[7,-33],[19,-70],[17,-34],[19,-26],[60,-58],[115,-117],[56,-51],[177,-175],[454,-456],[117,-119],[91,-90],[27,-19],[24,-12],[39,-14],[30,-8],[90,-8],[52,-1],[29,-3],[31,-10],[102,-54],[-11,-57],[-183,-732],[-4,-25],[-3,-52],[-14,-27],[-14,-40],[-13,-63],[-3,-37],[0,-32],[4,-45],[6,-32],[21,-58],[1,-3],[19,-28],[31,-35],[20,-51],[7,-26],[29,-59],[84,-190],[56,-113],[29,-68],[14,-42],[13,-46],[9,-33],[5,-34],[10,-113],[9,-155],[-1,-302],[-2,-297],[1,-76],[-1,-367],[-4,-55],[0,-25],[0,-13],[0,-73],[-3,-118],[0,-83],[1,-90],[4,-92],[1,-84],[-3,-237],[-4,-121],[-2,-32],[1,-37],[-1,-24],[-5,-305],[-25,-23],[-17,-7],[-12,2],[-13,11],[-63,76],[-85,82],[-12,11],[-38,40],[-73,96],[-18,27],[-7,14],[-7,25],[-12,65],[-4,34],[-119,9],[-2,8],[-14,-2],[-14,6],[-77,130],[-18,252],[-43,251],[-58,246],[-79,236],[-105,236],[-124,210],[-143,205],[-64,83],[-36,57],[-18,21],[-160,211],[-135,175],[-119,165],[-109,185],[-111,185],[-101,192],[-94,201],[-97,204],[-105,252],[-87,249],[-96,262],[-96,254],[-78,255],[-113,256],[-136,228],[-155,213],[-176,184],[-180,171],[-210,150],[-80,138],[86,113],[0,10],[3,8],[-12,28],[-15,27],[-7,19],[0,13],[83,1],[29,3]],[[586350,574622],[41,-74],[7,2],[70,47],[-20,22],[-25,22],[-29,17],[-26,10],[-25,6],[-20,2],[27,-54]],[[586146,574367],[1,0],[52,37],[33,23],[-79,79],[-75,76],[-71,-64],[16,-17],[9,-16],[8,-24],[8,-10],[96,-82],[2,-2]],[[586146,574367],[-168,124],[-17,-16],[-45,-45],[-95,-106],[42,-43],[6,-9],[10,-5],[8,1],[96,-96],[4,2],[159,193]],[[585718,573949],[109,-94],[42,71],[-35,35],[-10,12],[-55,52],[-51,-76]],[[585741,573818],[-97,83],[-48,-70],[-8,7],[-58,-79],[83,-71],[30,43],[20,-16],[21,31],[21,17],[36,55]],[[585399,574555],[-116,-146],[-132,-284],[40,-40],[62,-60],[123,-121],[20,-19],[69,74],[147,169],[86,96],[-47,54],[-68,74],[-184,203]],[[584997,573336],[-77,-88],[-44,-47],[79,-63],[51,73],[20,-15],[60,79],[80,-62],[57,76],[-48,39],[19,27],[-56,47],[8,12],[-57,48],[-92,-126]],[[584991,573810],[21,44],[13,24],[-22,16],[9,-1],[5,2],[19,38],[-154,134],[-29,-40],[-14,-21],[-78,69],[-84,70],[-37,26],[-96,61],[34,-34],[227,-213],[186,-175]],[[584890,573067],[-78,71],[-15,-15],[-27,-30],[-15,-25],[-20,-42],[-78,-238],[57,-35],[21,48],[84,-51],[40,68],[68,-47],[55,92],[-130,109],[-7,10],[44,80],[1,5]],[[585322,556891],[-9,51],[-15,69],[-15,78],[-6,47],[5,61],[7,-46],[10,-21],[12,-17],[13,-16],[6,-4],[2,0],[160,-14],[70,-8],[24,0],[13,-1],[17,6],[49,31],[16,7],[7,0],[18,52],[-3,3],[3,80],[8,71],[10,49],[12,29],[-16,2],[-9,5],[-7,13],[2,94],[12,67],[19,62],[2,24],[-1,40],[5,30],[48,187],[26,108],[21,60],[75,230],[31,86],[31,106],[8,44],[20,83],[17,86],[4,32],[2,14],[9,64],[3,20]],[[585701,561446],[49,215],[21,102],[90,395],[31,144],[21,69],[25,75],[31,78],[9,30],[26,46],[45,80],[54,86],[66,100],[23,48],[25,63],[19,53],[15,56],[14,63],[4,57],[1,63],[6,133],[5,148],[3,56],[6,37],[29,115],[9,57],[8,73],[6,75],[9,69],[14,43],[21,56],[66,154],[123,279],[30,52],[30,34],[23,23],[21,10],[7,33],[-3,5],[-2,19],[5,22],[12,29],[8,23],[7,52],[40,98],[49,102],[15,53],[11,46],[9,53],[3,36],[2,104],[-3,73],[-5,42],[-8,35],[-13,30],[-18,25],[-25,27],[-21,19],[-37,29],[-7,5],[-20,27],[-362,606],[-38,64],[-39,61],[-18,32],[-34,68],[-34,68],[-24,67],[-29,46],[-3,7],[-13,29],[-53,141],[-34,92],[-44,140],[-16,35],[-14,21],[-18,20],[-240,155],[-33,15],[-58,35],[-62,23],[-116,55],[-117,63],[-31,18],[-21,17],[-24,27],[-42,55],[-40,64],[-48,89],[-17,46],[-11,36],[-6,26],[-16,31],[-20,21],[-20,14],[-14,5],[-23,3],[-34,0],[-37,7],[-19,8],[-33,16],[-36,10],[-21,1],[-42,-4],[-66,2],[-30,6],[-21,11],[-22,16],[-24,26],[-16,27],[-48,110],[-14,29],[-23,38],[-13,19],[-20,19],[-25,23],[-28,20],[-135,78],[-42,27],[-33,29],[-28,35],[-18,29],[-12,31],[-6,23],[-8,39],[-3,32],[-7,84],[-12,48],[-9,25],[-8,21],[-11,17],[-25,34],[-144,156],[-24,24],[9,3],[10,27],[10,18],[21,34],[22,20],[14,10],[18,12],[389,262],[4,3],[17,4],[17,0],[19,-11],[74,-55],[27,-9],[31,-4],[22,2],[25,2],[26,7],[34,17],[22,13],[52,38],[13,9],[147,104],[119,86],[10,-16],[67,-92],[48,84],[4,10],[12,19],[7,10],[21,20],[33,29],[48,49],[22,20],[12,14],[7,10],[32,52],[40,73],[28,45],[8,12],[19,20],[15,15],[11,8],[68,33],[8,12],[6,24],[4,8],[27,29],[29,34],[15,12],[9,7],[17,6],[17,16],[8,5],[5,4],[17,9],[13,2],[40,-5],[3,-4],[11,-5],[15,-10],[14,-9],[8,-9],[5,-8],[6,-8],[32,-66],[17,-27],[8,-12],[19,-21],[11,-18],[35,-80],[5,-6],[34,-61],[9,-14],[14,-27],[7,-14],[8,-18],[12,-36],[9,-9],[3,-1],[12,1],[23,11],[9,2],[7,-1],[3,-3],[32,11],[13,6],[36,15],[15,-39],[72,-191],[60,-192],[79,-197],[60,-187],[100,-211],[96,-216],[102,-206],[108,-203],[114,-198],[122,-193],[132,-185],[139,-196],[138,-189],[26,-34],[1,0],[1,-2],[56,-65],[67,-80],[37,-50],[98,-155],[34,-56],[14,-30],[20,-27],[34,-63],[31,-72],[63,-164],[21,-70],[6,-15],[4,-15],[0,-1],[10,-32],[116,-425],[11,-229],[5,-252],[-27,-239],[-65,-252],[-92,-220],[-125,-199],[-203,-252],[-141,-197],[-160,-151],[-174,-155],[-163,-168],[-155,-175],[-153,-180],[-135,-198],[-115,-200],[-112,-219],[-72,-220],[-85,-203],[-58,-213],[-49,-217],[-32,-229],[-16,-179],[-3,-233],[-12,-198],[3,-174],[9,-187],[7,-175],[23,-186],[19,-195],[22,-193],[30,-209],[7,-219],[-6,-221],[-13,-216],[-5,-36],[-13,-88],[-12,-79],[-27,-172],[-40,-154],[-69,-243],[-71,-239],[-60,-240],[-16,-256],[12,-243],[37,-253],[58,-244],[82,-244],[91,-201],[127,-241],[122,-223],[141,-211],[145,-194],[168,-165],[186,-167],[75,-130],[11,-20],[3,-3],[0,-2],[1,-15],[30,-14],[95,-106],[161,-150],[35,-38],[120,-146],[29,-43],[30,-54],[68,-111],[71,-135],[14,-30],[86,-203],[57,-217],[36,-310],[15,6],[0,-25],[-10,-3],[-7,-9],[0,-43],[-2,-74],[-2,-101],[-7,-2],[-14,-22],[-8,-38],[0,-13],[3,-9],[14,-6],[25,-4],[-1,-28],[-29,2],[-17,3],[-4,-3],[-10,-70],[2,-3],[11,-4],[15,-3],[27,-10],[-11,-43],[-15,2],[-14,4],[-14,1],[-5,-1],[-3,-74],[23,-7],[5,-8],[14,4],[-10,-52],[14,-5],[0,-2],[-27,-105],[-5,-8],[-9,1],[-10,-90],[-96,-392],[-6,-12],[-18,-14],[-5,-3],[-4,-7],[-4,-19],[-12,-8],[-9,-10],[-5,-16],[-2,-29],[-4,-13],[-2,-1],[3,-176],[-38,-226],[-25,-222],[-17,-240],[6,-239],[-6,-288],[28,-270],[-2,-148],[-71,-4],[-258,-8],[-219,-5],[-388,-12],[-39,-1],[-65,-3],[-176,-10],[-127,8],[-8,109],[-6,44],[5,35],[6,37],[4,35],[-1,39],[-2,32],[-6,26],[-9,35],[-13,45],[-15,37],[-4,51],[-4,52],[-5,68],[11,55],[4,51],[-5,32],[-16,20],[-36,26],[-33,18],[-37,12],[-30,5],[-27,20],[-37,30],[-39,53],[-43,88],[-17,34],[-31,93],[-17,65],[-41,189],[-14,70],[-4,51],[8,183],[4,69],[1,16],[1,31],[2,175],[-3,100],[1,20],[2,46],[18,569],[8,123],[4,16],[4,7],[2,25],[7,72],[0,37],[-2,20],[-4,20],[-9,33],[-44,121],[-11,36],[-59,163],[-20,45],[-11,30],[-25,47],[-12,76],[-7,25],[-13,36],[-10,23],[-14,18],[-20,15],[-20,58],[-36,93],[-61,159],[-26,78],[-7,37],[-23,76],[-32,79],[-71,153],[-60,105],[-20,45],[-37,91],[-38,111],[-18,43],[-21,45],[-24,43],[-89,147],[-12,37],[-7,32],[-1,19],[2,27],[6,37],[23,157],[5,33]],[[585859,555298],[-22,47],[-208,-305],[1,-2],[190,-345],[2,-4],[156,224],[-42,161],[-14,46],[-38,116],[-25,62]],[[585245,611839],[188,-184],[158,-170],[165,-180],[142,-181],[48,-72],[125,-116],[145,-202],[143,-191],[133,-193],[134,-217],[111,-201],[98,-228],[92,-231],[83,-220],[62,-229],[50,-260],[36,-270],[8,-244],[9,-260],[13,-266],[0,-255],[20,-234],[9,-175],[27,-259],[2,-15],[-45,-20],[-94,-42],[-92,-52],[-221,-111],[-74,-37],[-46,-24],[-1,2],[-30,38],[-15,-10],[-19,-21],[-30,-40],[-20,-25],[-11,-9],[58,-92],[6,4],[14,8],[41,17],[-2,-6],[-3,-15],[-2,-1],[-60,-32],[-44,-33],[-42,-18],[-121,-47],[-19,-9],[-38,124],[-196,-101],[-213,-112],[-236,-116],[-41,-9],[-257,-128],[-297,-144],[-24,-8],[-38,-19],[-104,-41],[-51,82],[-23,53],[-10,33],[-6,30],[-4,28],[1,26],[6,26],[12,32],[19,38],[37,86],[9,35],[-41,-31],[-77,-43],[-107,-59],[-13,-3],[-130,-71],[-85,136],[-69,93],[-29,45],[-20,40],[-30,66],[-28,53],[-56,88],[-57,110],[-77,159],[-29,62],[-38,-8],[-263,-111],[-27,-4],[-37,-9],[-141,-43],[-89,-11],[1,5],[10,44],[2,22],[-5,22],[-5,16],[-12,27],[-8,15],[-16,15],[-12,10],[-36,13],[-21,5],[-15,2],[-18,3],[-12,36],[-26,72],[-4,1],[-14,-2],[-18,-8],[-7,1],[9,34],[3,16],[3,11],[-1,34],[-3,18],[-12,31],[-21,33],[-15,20],[-7,18],[6,36],[-45,7],[73,174],[180,418],[54,130],[-109,49],[-99,45],[-64,111],[-10,17],[-17,36],[-7,22],[-11,136],[-4,32],[-17,72],[-20,85],[-13,65],[-17,69],[-15,78],[-3,12],[-2,8],[-8,22],[-11,21],[-15,20],[-19,19],[-24,14],[-20,7],[-48,2],[-109,4],[-40,6],[-18,8],[-12,6],[-28,23],[-15,21],[-10,30],[-2,16],[2,27],[5,29],[1,20],[-4,30],[-11,32],[-10,23],[-11,14],[-16,8],[-22,7],[-38,4],[-11,17],[-14,-11],[-24,-8],[-48,55],[-45,53],[-32,50],[-18,32],[-21,53],[-37,112],[-35,99],[-18,49],[-11,41],[-1,33],[5,54],[51,226],[10,67],[-5,21],[-66,53],[-80,44],[-47,27],[-31,23],[-107,93],[-34,20],[-45,22],[-38,11],[-62,4],[-57,6],[-33,13],[-36,34],[-12,17],[-14,30],[-6,22],[-5,20],[-12,31],[-9,14],[70,41],[71,44],[9,14],[-20,56],[-52,80],[-26,54],[-31,57],[-17,24],[-16,20],[-41,49],[-48,62],[-27,37],[-21,29],[13,16],[109,55],[75,26],[59,31],[48,10],[17,6],[8,4],[-11,7],[-17,16],[-27,16],[-13,17],[-12,21],[-20,22],[-58,57],[-11,19],[-4,18],[-3,28],[-2,18],[-5,13],[-29,30],[-42,52],[-13,17],[-13,18],[-8,11],[-26,41],[-82,119],[-63,98],[-68,101],[-115,176],[-14,23],[-21,37],[-21,44],[-4,10],[-26,76],[-7,23],[94,28],[24,-76],[23,-62],[47,-98],[54,-93],[54,-90],[96,-148],[50,-74],[45,-68],[18,-22],[2,1],[8,4],[23,11],[12,6],[-18,21],[-22,30],[-68,106],[-20,31],[-100,158],[-11,17],[-53,95],[-42,78],[-2,6],[-16,33],[-11,25],[-22,58],[-25,72],[-16,67],[-8,67],[-4,74],[0,80],[26,318],[5,64],[16,219],[26,338],[11,131],[-19,8],[-30,1],[23,265],[78,-41],[181,-120],[192,-152],[153,-102],[323,-170],[168,-82],[171,-72],[171,-78],[196,-67],[203,-72],[207,-60],[241,-89],[223,-93],[230,-110],[226,-114],[226,-137],[204,-145],[202,-170],[194,-160],[195,-192]],[[586431,607136],[185,-8],[11,3],[9,8],[9,14],[11,38],[15,76],[4,1],[-6,31],[-10,-3],[-19,10],[-11,14],[-7,23],[-6,20],[-8,13],[-11,15],[-25,32],[-16,21],[-27,55],[4,2],[6,9],[2,9],[-1,8],[0,4],[-30,113],[67,34],[-24,75],[-8,27],[-25,77],[-72,-40],[-63,148],[-165,-88],[110,-250],[19,-52],[6,-22],[4,-20],[3,-79],[-1,-17],[-1,-37],[-1,-42],[-3,-194],[65,-2],[10,-26]],[[586016,608330],[17,-32],[90,55],[10,-25],[216,95],[-49,164],[-7,22],[-3,12],[-218,-108],[-120,-74],[31,-53],[33,-56]],[[585835,608740],[9,-51],[192,42],[-6,45],[53,12],[-19,72],[-64,-20],[-32,137],[-163,-97],[3,-12],[27,-128]],[[585784,609702],[-63,-87],[-27,-29],[-12,-7],[-82,-39],[25,-64],[23,-60],[21,-69],[82,-265],[258,87],[-79,310],[-4,17],[-59,113],[-22,29],[-46,59],[-15,5]],[[585608,610072],[-171,-116],[20,-40],[-4,-11],[-9,-11],[-28,-23],[25,-32],[54,-77],[23,-40],[16,-32],[46,32],[165,102],[-69,257],[-68,-9]],[[585234,610435],[-168,-172],[56,-51],[77,-81],[73,-83],[45,-55],[119,75],[-96,126],[118,109],[-85,90],[-64,-51],[-75,93]],[[585047,610516],[-127,-120],[63,-58],[175,181],[-57,41],[-12,-3],[-14,-6],[-28,-35]],[[584804,610499],[38,-33],[204,157],[-123,128],[-162,-215],[43,-37]],[[584582,611020],[-64,-77],[-15,14],[-6,1],[-7,-1],[-12,-7],[-19,-14],[-95,-83],[138,-97],[49,46],[52,44],[67,66],[62,67],[-83,77],[-14,3],[-8,1],[-8,-3],[-37,-37]],[[583967,611131],[47,-32],[48,41],[138,117],[4,3],[-32,40],[-33,40],[-61,55],[-7,0],[-47,-37],[-1,0],[-3,-1],[-38,46],[-37,39],[-33,33],[-13,9],[-25,11],[-31,3],[-24,-2],[-35,-5],[-20,-6],[13,-27],[5,-26],[-7,-12],[-17,-36],[-3,-23],[-10,-15],[-17,-71],[82,-45],[117,-73],[40,-26]],[[577739,620353],[76,-72],[20,16],[18,-1],[26,12],[57,-56],[53,-60],[23,-30],[-10,-27],[-2,-18],[6,-20],[31,-53],[40,-63],[16,5],[8,-19],[84,-135],[-21,-15],[27,-41],[84,-128],[4,-5],[10,-1],[16,7],[45,-77],[39,-70],[12,-24],[7,-14],[10,-18],[4,-9],[2,-4],[48,-121],[13,-41],[3,-6],[80,-186],[21,21],[12,-14],[-25,-27],[110,-271],[3,-16],[27,30],[13,-14],[-33,-40],[98,-272],[8,-17],[9,-11],[24,18],[11,-16],[-26,-25],[2,-24],[83,-265],[10,-15],[8,-7],[24,10],[8,-16],[-21,-15],[-4,-12],[0,-15],[30,-129],[7,-35],[9,-16],[3,-2],[31,8],[2,-8],[2,-9],[-4,-4],[-10,-4],[-10,-24],[0,-21],[35,-161],[7,-16],[24,-27],[84,-268],[5,-19],[6,-19],[56,-178],[5,-14],[67,-171],[57,-145],[19,-45],[21,-46],[18,-51],[-55,-31],[-3,0],[-20,-16],[-66,-55],[-19,-21],[-13,-19],[-39,-64],[-18,-19],[-18,-17],[-46,-47],[-26,-30],[-28,-30],[-31,-42],[32,-56],[174,-329],[15,-9],[30,-42],[85,155],[33,26],[55,47],[52,34],[38,15],[31,8],[21,-3],[32,-53],[20,-21],[46,21],[9,-18],[-21,-10],[8,-13],[2,-7],[3,-20],[11,-13],[8,-18],[12,-18],[7,-17],[9,-25],[16,-29],[6,-10],[27,19],[13,-20],[-26,-20],[3,-4],[10,-28],[12,-23],[2,-16],[-5,-19],[-2,-11],[2,-15],[5,-13],[6,-9],[16,-13],[9,-3],[24,3],[6,-6],[34,26],[11,-17],[-29,-26],[6,-8],[8,-22],[13,-36],[15,-31],[44,-67],[3,-6],[24,3],[5,-10],[4,-4],[17,-30],[24,-35],[30,-38],[93,-103],[27,-28],[23,-39],[43,-58],[87,-118],[67,-92],[43,-65],[17,-36],[22,-54],[11,-31],[12,-36],[18,-48],[16,-33],[33,-46],[63,-83],[13,-20],[45,47],[172,-94],[130,-128],[1,0],[10,0],[45,-40],[79,-78],[15,-14],[25,-38],[12,-41],[8,-37],[3,-50],[-1,-51],[-12,-136],[-11,3],[-7,2],[-9,-121],[-21,-251],[-18,-201],[-5,-28],[-9,-8],[-23,-8],[-219,-54],[-107,-27],[-26,-8],[-8,-6],[-6,-14],[-1,-20],[1,-32],[10,-52],[41,-190],[26,-126],[2,-10],[-20,-14],[-123,-78],[-19,10],[-58,28],[-77,37],[-86,45],[-40,24],[-55,36],[-101,78],[-44,46],[-35,39],[-29,37],[-33,45],[-52,84],[-23,45],[-24,51],[-40,93],[-94,203],[-5,12],[-20,47],[-4,11],[-28,61],[-29,54],[-42,70],[-21,34],[-74,108],[-88,119],[-79,115],[-66,100],[-26,49],[-50,98],[-34,75],[-53,137],[-26,89],[-23,119],[-7,44],[-6,53],[-7,84],[-8,161],[-9,126],[-7,72],[-10,59],[-2,12],[-9,38],[-5,24],[-27,69],[-31,70],[-6,16],[-84,212],[-67,171],[-161,387],[-71,161],[-83,205],[-21,54],[-19,46],[-65,164],[-93,219],[-43,97],[-36,74],[-43,87],[-103,172],[-52,80],[-43,59],[-41,51],[-34,41],[-43,54],[-79,103],[-53,78],[-46,74],[-27,58],[-18,43],[-11,26],[-35,92],[-32,91],[-20,51],[-15,38],[-19,35],[-48,82],[52,63],[52,64],[61,82],[13,15],[82,80],[69,50],[20,15],[33,21],[9,6],[25,16],[20,12],[-7,14],[-11,20],[-7,13],[-14,-9],[-24,-13],[-11,-6],[-88,-51],[-44,-28],[-73,-46],[-50,-28],[-14,-10],[-14,-8],[-22,-20],[-67,-66],[-47,-43],[-18,-14],[-12,-7],[-8,2],[-8,4],[-8,13],[-3,16],[-6,31],[0,15],[3,14],[7,15],[42,70],[21,43],[2,15],[0,14],[2,23],[-4,18],[-4,18],[-14,40],[-10,35],[-6,20],[-6,31],[-3,25],[0,17],[1,14],[1,8],[7,25],[11,22],[17,17],[16,13],[4,2],[-5,19],[-13,-4],[-19,-3],[-28,7],[-34,23],[-16,15],[-14,13],[-30,36],[-19,29],[-66,125],[-64,118],[-6,12],[62,60],[71,66],[211,206],[12,11],[119,112],[84,80]],[[575110,442097],[-60,-46],[-55,-38],[-73,-48],[-66,-39],[-61,-34],[-80,-37],[-72,-31],[-101,-38],[-55,-18],[-69,-20],[-91,-20],[-68,-13],[-74,-10],[-80,-9],[-81,-5],[-88,-1],[-110,6],[-124,13],[-60,8],[-59,13],[-86,24],[-104,40],[-167,68],[-24,7],[-258,111],[-70,29],[-106,34],[-118,32],[-93,20],[-83,13],[-116,12],[-140,0],[-77,-6],[-82,-12],[-129,-21],[-70,-15],[-77,-23],[-67,-20],[-61,-23],[-90,-37],[-74,-34],[-66,-35],[-75,-44],[-79,-54],[-70,-50],[-66,-53],[-73,-63],[-66,-63],[-166,-152],[-21,34],[73,78],[37,36],[-2,16],[-38,131],[-1,78],[-37,128],[-31,-14],[-199,-92],[-31,-15],[-101,-49],[-60,-31],[-53,-23],[-51,-10],[-70,-10],[-36,86],[-25,65],[53,15],[62,23],[67,27],[64,32],[85,43],[86,53],[61,41],[115,82],[46,31],[32,24],[12,16],[5,14],[2,10],[2,6],[3,3],[76,27],[73,26],[69,19],[80,18],[54,10],[48,9],[46,5],[32,2],[141,6],[131,-1],[21,0],[158,-5],[44,-3],[167,-18],[279,-41],[131,-21],[210,-36],[418,-75],[225,-36],[154,-21],[140,-16],[98,-10],[94,-6],[103,-3],[102,1],[96,3],[36,3],[157,23],[82,17],[113,25],[99,25],[95,28],[81,25],[88,32],[76,32],[138,66],[145,71],[80,45],[86,52],[74,47],[103,75],[64,53],[38,35],[59,51],[50,46],[55,46],[30,26],[45,45],[83,85],[107,105],[74,76],[44,41],[150,127],[40,36],[89,89],[25,30],[26,36],[19,27],[10,22],[15,30],[71,161],[78,155],[49,96],[-1,36],[20,40],[21,53],[34,87],[21,60],[30,105],[17,72],[23,103],[17,73],[16,69],[14,56],[18,58],[19,54],[28,64],[24,50],[150,299],[337,674],[31,55],[74,145],[46,101],[189,332],[96,146],[119,170],[62,84],[48,62],[113,131],[132,149],[108,111],[162,148],[170,144],[106,85],[142,104],[159,102],[98,59],[70,39],[49,23],[197,102],[110,53],[134,56],[101,40],[64,23],[95,30],[346,85],[110,21],[106,17],[108,13],[73,6],[229,16],[10,-8],[2,-83],[-9,-23],[-15,-12],[-40,-9],[-92,-4],[-121,-9],[-88,-10],[-117,-17],[-141,-30],[-194,-59],[-76,-31],[-75,-33],[-180,-95],[-63,-36],[-64,-44],[-57,-41],[-81,-62],[-90,-76],[-67,-65],[-75,-79],[-40,-49],[-140,-132],[-194,-175],[-173,-138],[-193,-141],[-225,-148],[-116,-85],[-81,-57],[-90,-70],[-99,-86],[-56,-53],[-134,-145],[-56,-65],[-79,-107],[-52,-81],[-52,-88],[-103,-207],[-56,-133],[-46,-115],[-12,-34],[-21,-63],[-14,-52],[-11,-57],[-23,-131],[-17,-149],[-6,-12],[-12,-5],[-1,-17],[-1,-19],[7,-14],[-7,-79],[-16,-126],[-56,-354],[-32,-142],[-41,-131],[-33,-88],[-53,-128],[-69,-142],[-52,-91],[-46,-62],[-19,-28],[-57,-76],[-37,-47],[-59,-66],[-61,-67],[-101,-99],[-48,-39],[-51,-40],[-87,-61],[-212,-152],[-97,-67],[-164,-116],[-71,-52],[-48,-41],[-50,-44],[-52,-48],[-27,-26],[-32,-10],[-39,-6],[-12,-10],[-58,-60],[1,-5],[4,-21],[-9,-9],[-104,-115],[-130,-150],[-206,-220],[-108,-97]],[[577299,622673],[113,-362],[7,-22],[103,-326],[129,-85],[8,-57],[10,-42],[30,-164],[37,9],[23,-69],[22,-65],[37,-103],[283,-537],[-108,-104],[-123,117],[-158,149],[-191,173],[14,21],[-9,9],[-132,107],[-14,7],[-22,5],[-27,1],[-14,2],[-10,6],[-263,225],[-60,57],[7,33],[0,10],[-6,9],[-159,150],[-11,-7],[-33,32],[-137,123],[-14,19],[1,4],[57,18],[62,22],[42,26],[13,11],[23,12],[18,11],[56,81],[30,66],[33,203],[21,76],[11,36],[46,-13],[10,22],[33,51],[11,13],[100,90],[101,-50]],[[566784,630807],[269,-463],[361,375],[124,133],[0,2],[11,-4],[18,-14],[5,-65],[-7,-55],[-5,-30],[10,-85],[7,-90],[0,-99],[20,-182],[16,-37],[63,-74],[-3,-1],[-8,-7],[7,-9],[-53,-55],[4,-8],[-59,-59],[88,-98],[61,55],[10,-18],[13,12],[76,72],[12,-3],[7,27],[24,20],[23,-7],[17,-20],[6,-31],[40,39],[1,1],[15,14],[2,3],[34,46],[80,124],[35,39],[27,14],[11,6],[28,6],[52,11],[157,13],[151,13],[9,1],[18,2],[44,3],[48,6],[36,5],[7,4],[2,-13],[10,-89],[11,-7],[679,15],[61,-223],[6,15],[15,-7],[36,-17],[360,-166],[7,-5],[208,-116],[102,-63],[101,-59],[106,-91],[20,-9],[-82,-154],[-89,-161],[-131,-295],[-16,-5],[-14,6],[-3,-4],[-23,-53],[-89,-249],[31,-14],[7,-9],[-41,-207],[-23,-127],[-27,-125],[-13,-86],[-9,-11],[22,-18],[1,-9],[-1,-2],[-24,-316],[7,-308],[38,-352],[70,-336],[107,-281],[90,-200],[98,-178],[129,-212],[135,-210],[130,-167],[146,-164],[97,-116],[118,-103],[123,-114],[123,-107],[118,-103],[117,-99],[124,-100],[128,-104],[152,-104],[146,-96],[151,-113],[151,-88],[150,-109],[155,-88],[143,-78],[143,-74],[132,-77],[144,-73],[144,-79],[124,-60],[157,-53],[144,-56],[140,-48],[148,-64],[144,-56],[140,-66],[135,-69],[136,-66],[63,-36],[38,-44],[181,-107],[110,-69],[180,-128],[273,-180],[163,-120],[103,-88],[175,-156],[15,-6],[121,-113],[285,-263],[59,-51],[124,-118],[91,-89],[44,-29],[47,-25],[137,-117],[134,-104],[28,-22],[29,-22],[85,-74],[5,-33],[190,-167],[39,24],[229,-191],[-14,-61],[-3,-22],[56,-56],[-66,-64],[-130,-123],[-10,-10],[-281,-268],[-43,-42],[-11,21],[-75,141],[-24,58],[-65,107],[-82,121],[-62,75],[-87,79],[-50,27],[-9,9],[-49,19],[-32,9],[-161,25],[-305,37],[-73,26],[-46,36],[-52,51],[-67,63],[-69,61],[-81,64],[-125,93],[-91,74],[-105,75],[-149,132],[-188,163],[-407,335],[-54,43],[-2,3],[-39,30],[-27,44],[-18,23],[-75,29],[-34,30],[-11,4],[-43,30],[-118,71],[-74,34],[-55,17],[-56,9],[-61,-6],[-107,-13],[-338,-56],[-220,-21],[-120,4],[-193,21],[-328,62],[-81,18],[-18,12],[-26,8],[-30,1],[-65,22],[-117,40],[-85,33],[-189,87],[-58,18],[-64,8],[-103,9],[-16,4],[-11,4],[-9,4],[-41,22],[-44,57],[-33,43],[-21,31],[-18,26],[-97,128],[-89,95],[-90,103],[-45,64],[-20,70],[-25,82],[-29,52],[-38,46],[-123,106],[-49,44],[-41,39],[-26,40],[-9,19],[-21,44],[-13,64],[-10,83],[-19,28],[-29,47],[-21,59],[-37,75],[-48,75],[-62,91],[-86,85],[-16,24],[-49,45],[-342,340],[-116,122],[-95,160],[-122,246],[-118,189],[-110,163],[-93,130],[-30,49],[-32,83],[-11,138],[9,123],[15,69],[20,95],[19,168],[3,46],[4,55],[11,153],[-13,71],[-48,104],[-24,69],[-22,84],[-7,88],[10,176],[14,121],[19,160],[51,514],[13,123],[51,617],[-8,52],[-6,6],[61,142],[-105,52],[-20,-42],[-69,-63],[-129,65],[-39,15],[-36,14],[-82,30],[-119,10],[-108,-10],[-79,-9],[-79,0],[-44,8],[-39,11],[-88,44],[-55,19],[-141,11],[-171,12],[-14,6],[-59,1],[-229,20],[-67,4],[-1,-1],[-179,9],[-400,-16],[-15,0],[-82,-5],[-85,-10],[-41,-11],[-42,-17],[-57,-34],[-64,-46],[-7,-11],[-82,-73],[-102,-84],[-47,-36],[-51,-38],[-42,-32],[-198,-128],[-61,-40],[-160,-118],[-66,-67],[-113,-136],[-25,-31],[-24,-29],[-119,-111],[-105,-91],[-127,-102],[-76,-51],[-108,-87],[-31,-25],[-34,-11],[-37,-18],[-73,-40],[-11,-1],[-11,-2],[-27,13],[-43,48],[-57,67],[-81,95],[-115,145],[-28,35],[-217,261],[9,8],[-47,64],[-65,91],[-10,17],[76,28],[221,133],[113,92],[234,213],[335,440],[65,90],[218,270],[1,36],[1,3],[152,225],[167,202],[175,196],[172,185],[190,188],[189,153],[-2,-31],[-28,-22],[-40,-33]],[[569206,629396],[-40,-32],[-10,-3],[-7,4],[-13,24],[48,-135],[36,-146],[39,0],[79,-16],[21,129],[5,53],[-116,29],[-18,113],[-19,7],[0,-15],[-5,-12]],[[567118,629710],[22,-40],[106,59],[16,-27],[108,59],[-9,17],[-135,252],[-12,22],[-93,-77],[-3,-3],[-1,-7],[18,-28],[7,-15],[-4,-10],[-101,-61],[40,-72],[31,-59],[10,-10]],[[571993,628681],[-11,-5],[-7,18],[-48,130],[145,70],[32,-69],[28,-46],[-7,-4],[-8,-40],[-5,-24],[-43,-14],[-76,-16]],[[566219,630943],[0,0],[-1,2],[-111,166]],[[566101,630827],[117,115],[1,1],[0,0],[0,0],[0,0],[1,-1],[9,-14],[-149,-147],[-113,-117],[-32,-39],[-58,-63],[-59,-78],[-31,-45],[-177,-234],[-308,-431],[-19,-26],[-114,-160],[-176,-202],[-157,-185],[-125,-116],[-124,-83],[-2,-2],[-1,-1],[-75,-56],[-140,-66],[-160,-57],[-307,-107],[-189,-85],[-197,-102],[-162,-95],[-326,-202],[-65,-45],[-121,-100],[-95,-86],[-122,-124],[-20,-23],[-31,-41],[-26,-38],[-25,-43],[-20,-48],[-18,-38],[-27,-29],[-59,-54],[-10,-20],[-2,-15],[-1,-9],[2,-27],[-2,-28],[-21,-51],[-20,-37],[-27,-30],[-21,-29],[-18,-35],[-16,-22],[-17,-18],[-10,-20],[-17,-38],[-15,-33],[-20,-21],[-19,-15],[-19,-14],[-18,-11],[-17,-25],[-7,-11],[-11,-17],[-3,-14],[-17,-20],[-35,-30],[-43,-32],[-98,-81],[-51,-44],[-72,-50],[-41,-20],[-28,-13],[-18,-9],[-37,-24],[-36,-23],[-51,-26],[-56,-23],[-8,-3],[4,89],[8,-8],[66,31],[22,7],[21,12],[9,17],[2,45],[3,29],[45,-3],[10,189],[1,24],[328,227],[39,27],[18,18],[16,26],[9,20],[36,503],[108,1580],[7,43],[2,9],[3,11],[17,39],[4,16],[9,84],[-2,12],[20,-7],[14,12],[15,8],[17,5],[20,2],[30,-2],[26,-11],[27,-19],[36,-29],[23,-18],[25,-15],[21,-10],[26,-7],[41,-7],[100,-11],[261,0],[61,15],[32,18],[47,22],[113,49],[76,22],[106,35],[47,25],[54,35],[60,24],[5,-1],[74,-7],[97,-16],[55,-10],[65,-4],[78,-11],[9,0],[24,2],[0,7],[19,4],[27,3],[36,14],[632,446],[246,171],[117,85],[5,3],[4,3],[124,91],[89,61],[269,188],[97,66],[5,-9],[1,0],[129,95],[158,112],[75,52],[54,45],[262,221],[336,302],[423,366],[162,136],[75,53],[78,40],[58,17],[312,67],[149,26],[32,6],[82,6],[101,-1],[115,-3],[95,7],[90,14],[102,12],[55,3],[279,11],[54,-2],[351,-42],[508,-55],[179,-44],[53,-15],[33,-10],[28,-12],[134,-52],[24,2],[26,-10],[187,-73],[161,-50],[70,-28],[68,-47],[62,-57],[107,-123],[54,-45],[93,-30],[5,-1],[140,-41],[174,-48],[138,-40],[70,-72],[27,-68],[36,-122],[1,-8],[33,-294],[16,-202],[-5,-179],[-1,-60],[-3,-246],[13,-71],[268,-439],[5,-10],[42,-183],[2,-117],[-47,-260],[-47,-213],[0,0],[-102,62],[8,18],[19,94],[30,152],[45,193],[2,55],[-26,48],[-5,16],[-2,22],[0,10],[-52,119],[-42,62],[-145,245],[-56,-46],[-157,-76],[-32,-17],[-189,-75],[-1,1],[22,70],[23,46],[-2,3],[-6,10],[-10,10],[0,14],[10,13],[19,4],[6,11],[42,182],[-3,12],[-25,16],[15,157],[1,77],[-4,116],[-13,123],[-25,132],[-92,285],[-61,122],[-36,62],[-58,85],[-91,104],[-57,56],[-94,87],[-97,72],[-108,76],[-76,39],[-150,68],[-149,47],[-12,12],[0,11],[-44,19],[-18,0],[-186,27],[-8,-17],[-12,0],[-6,7],[-4,13],[-103,7],[-6,-1],[-8,-16],[-10,0],[-9,10],[-6,12],[-116,12],[-4,-15],[-8,-7],[-10,7],[-6,17],[-120,8],[-5,-7],[-3,-10],[-10,-3],[-8,10],[-4,15],[-34,2],[-59,0],[-107,-9],[-14,-18],[-270,-19],[-177,-15],[-127,-18],[-154,-22],[-18,10],[-9,17],[-92,-13],[-91,-61],[-221,-50],[-32,-5],[-16,13],[-14,2],[-138,-32],[-6,-17],[-4,-18],[-189,-64],[-191,-75],[-158,-68],[-162,-83],[-206,-121],[-223,-141],[-331,-258],[-104,-94],[-87,-84],[-5,-3],[-9,14],[-23,-29],[-1,-2],[0,0]],[[563974,629620],[-86,-124],[-3,-16],[-102,44],[-43,-75],[-4,5],[-11,41],[-20,-8],[-5,-24],[-20,-94],[19,-26],[62,-31],[108,-11],[12,15],[6,23],[19,107],[2,0],[7,3],[75,114],[21,26],[-1,12],[-13,19],[-23,0]],[[569591,440966],[135,-191],[6,1],[24,21],[46,39],[98,-141],[32,-44],[21,14],[56,38],[29,18],[24,11],[14,3],[12,-2],[17,-3],[8,-1],[26,-6],[21,3],[20,4],[21,18],[-11,-24],[-21,-45],[-61,-192],[-95,-162],[-100,-225],[-92,-236],[-1,1],[0,12],[-11,11],[-16,14],[-4,9],[4,15],[26,64],[20,49],[13,30],[12,24],[-15,69],[-7,27],[4,27],[-4,25],[-19,34],[-34,45],[-23,25],[-51,59],[-49,53],[-23,-24],[-49,-56],[-36,-34],[-47,-30],[-58,-32],[-22,-18],[-20,-24],[-19,-30],[-12,-24],[-19,-71],[-7,-13],[-11,-9],[-28,-9],[-34,-8],[-21,-11],[-26,-24],[-33,-34],[-89,-105],[-34,-39],[-21,-21],[-23,-13],[-36,-13],[-25,-15],[-19,-14],[-20,-22],[-28,-42],[-26,-37],[-35,-42],[-74,-83],[-42,-50],[-62,-67],[-31,-39],[-19,-27],[-34,-60],[-44,-82],[-24,-51],[-20,-40],[-15,-39],[-10,-32],[-8,-20],[3,-18],[-6,-10],[5,-10],[20,13],[42,21],[18,3],[11,2],[22,0],[50,-1],[16,-16],[-5,-82],[-20,-106],[-22,-119],[-15,-93],[-5,-55],[-23,-253],[-7,-51],[0,-42],[-5,-78],[-20,-67],[-4,-53],[-2,-46],[-12,-22],[-2,-18],[10,-40],[-12,-41],[-31,-3],[-21,24],[-34,11],[9,-27],[14,-46],[4,-41],[-24,-75],[-34,-112],[-7,-21],[-175,-555],[-34,-113],[-13,-40],[-260,-834],[-3,-13],[-74,-93],[-47,-75],[-85,-127],[-49,-58],[-127,-142],[-78,-93],[-57,-57],[-62,-36],[-38,-15],[-54,-1],[-65,-11],[-51,-12],[-46,-7],[-49,-3],[-62,-1],[-109,-5],[-128,-14],[-156,-26],[-143,-19],[-97,-16],[-33,-19],[-35,-24],[-39,-2],[-25,10],[-29,19],[-26,16],[-22,10],[-29,15],[-32,0],[-27,-10],[-39,-37],[-28,-30],[-59,74],[-6,8],[-66,72],[-35,40],[-107,126],[-4,9],[0,6],[7,9],[189,227],[90,120],[86,109],[62,76],[49,59],[134,157],[46,57],[87,110],[81,99],[65,79],[56,67],[84,107],[41,53],[5,-1],[35,36],[11,17],[45,54],[84,94],[110,127],[29,37],[20,30],[19,38],[22,50],[48,130],[19,42],[19,35],[33,55],[60,113],[42,82],[17,39],[26,52],[28,49],[28,43],[27,35],[33,42],[9,11],[54,63],[75,91],[175,207],[89,116],[53,72],[24,35],[29,43],[80,131],[24,36],[26,29],[30,31],[21,18],[14,0],[12,12],[-34,43],[-161,221],[-53,71],[-48,65],[-43,54],[-29,29],[-17,22],[2,7],[21,37],[26,38],[41,47],[46,43],[24,23],[99,142],[58,80],[31,44],[33,50],[25,36],[29,44],[38,64],[35,59],[49,79],[23,32],[-10,9],[-10,10],[-17,15],[-29,24],[88,141],[52,73],[157,231],[46,69],[58,82],[45,63],[88,109],[45,53],[46,53],[53,53],[54,47],[110,90],[90,65],[72,48],[58,35],[95,52],[64,34],[75,35],[325,146],[62,33],[31,16],[31,18],[27,-44],[4,-17],[-104,-92],[-35,-30],[-67,-63],[-21,-15],[-91,-82],[-97,-90],[-69,-62],[-168,-147],[-42,-38],[98,-125],[58,-84]],[[566401,433906],[-118,-24],[-154,-22],[-342,-26],[-221,-6],[-42,1],[-203,-11],[-87,-9],[-124,-8],[-72,-7],[-102,-14],[-75,-17],[-58,-16],[-54,-12],[-83,-22],[-50,-14],[-204,-67],[-72,-25],[-108,-53],[-29,-13],[-14,-5],[-18,0],[-25,13],[-31,25],[-22,12],[-17,0],[-205,-78],[11,-36],[-78,-30],[-10,37],[-143,-53],[-31,-13],[-14,-16],[-11,-38],[-21,-54],[-12,-18],[-18,-13],[-56,-12],[-221,-39],[-109,-19],[-105,-12],[-428,-55],[-186,-35],[-191,-47],[-165,-56],[-87,-26],[-213,-84],[-220,-100],[-136,-69],[-139,-80],[-209,-137],[-89,-65],[-162,-113],[-157,-124],[-74,-69],[-46,-42],[-58,-55],[-225,-232],[-75,-74],[-148,-178],[-95,-112],[-98,-131],[-16,-1],[-12,1],[-18,19],[-11,7],[-20,-15],[-54,-20],[-11,-13],[-36,17],[-24,9],[-72,29],[-22,-6],[-46,14],[-166,-94],[-1,32],[54,168],[45,155],[15,23],[41,52],[19,34],[32,61],[60,142],[114,224],[27,62],[96,238],[51,93],[31,46],[17,52],[14,41],[14,25],[12,20],[98,16],[6,80],[16,25],[58,61],[84,90],[1,-2],[23,22],[37,47],[33,47],[-3,22],[4,94],[16,22],[37,12],[40,21],[84,90],[59,68],[57,31],[45,19],[46,12],[90,13],[177,28],[76,4],[112,1],[42,-3],[183,-23],[64,-5],[92,7],[75,16],[16,6],[81,11],[48,10],[97,21],[124,22],[41,11],[135,17],[260,40],[94,12],[92,25],[181,48],[24,4],[138,31],[383,106],[18,4],[8,-2],[31,8],[8,6],[48,10],[188,56],[103,28],[309,77],[77,22],[28,6],[78,19],[205,52],[27,7],[144,43],[26,11],[16,9],[13,14],[16,22],[31,61],[35,79],[62,66],[73,62],[19,7],[14,18],[20,17],[9,4],[153,141],[80,85],[19,21],[25,45],[45,68],[48,59],[63,82],[127,144],[12,7],[9,1],[77,-123],[49,-73],[76,-116],[19,-32],[102,-147],[11,-10],[22,-10],[18,-2],[5,-6],[91,-130],[31,-45],[4,-7],[5,-6],[7,-8],[89,-126],[64,-90],[59,-84],[63,-91],[138,-197],[21,-34],[-66,-17],[-22,-1]],[[565953,432874],[-19,-149],[-20,-126],[-160,-147],[-1,-31],[-6,-1],[-54,8],[-20,-2],[-17,-4],[-20,-1],[-84,-28],[-21,-4],[-85,-32],[-46,-15],[-69,-20],[-137,-10],[-48,-16],[-38,-18],[-228,-130],[-79,-48],[-16,-2],[-14,7],[-6,7],[-51,-24],[-3,-1],[-22,3],[-44,15],[-40,17],[-29,9],[-27,4],[-35,-7],[-47,-21],[-74,-53],[-50,-37],[-31,-15],[-37,-15],[-48,-4],[-67,-8],[-49,-12],[-41,-16],[-55,-25],[-16,-11],[-48,-34],[-43,-30],[-190,-129],[-49,-30],[-50,-24],[-35,-19],[-56,-26],[-117,-53],[-56,-19],[-14,-4],[-452,-103],[-64,-12],[-74,-11],[-54,1],[-72,-1],[-235,-5],[-122,-4],[-68,-11],[-92,-27],[-134,-36],[-124,-9],[-56,9],[-137,43],[-26,9],[-68,33],[-69,26],[-9,2],[-4,0],[-15,0],[-18,-3],[-13,-6],[-30,-19],[3,8],[0,5],[-57,-11],[-72,-66],[-15,-15],[-44,-46],[-12,-12],[-90,-92],[-98,-125],[-94,-129],[-66,-107],[-119,-238],[-179,-413],[27,-27],[-15,-19],[-7,-9],[-46,-42],[-32,-28],[-6,-5],[-22,-33],[-22,-51],[-16,-18],[-42,24],[-52,33],[-32,28],[-36,7],[-32,18],[-164,89],[-52,45],[-88,101],[-12,18],[-22,13],[-28,4],[-27,-1],[-24,-11],[-1,-1],[-218,148],[5,7],[-6,4],[-12,11],[-3,13],[1,8],[4,7],[11,4],[26,-1],[4,5],[4,11],[0,11],[-7,21],[-2,15],[5,13],[82,130],[7,14],[13,-1],[6,-6],[10,-5],[3,-1],[28,-2],[35,1],[8,4],[39,210],[152,212],[163,194],[162,193],[163,188],[136,134],[61,39],[14,15],[43,45],[28,30],[222,176],[36,23],[35,7],[71,40],[-3,10],[9,16],[16,6],[11,-10],[82,48],[5,32],[12,8],[9,-3],[15,-11],[82,50],[4,23],[5,5],[10,2],[22,-3],[74,44],[14,28],[32,0],[70,37],[12,16],[10,9],[14,3],[17,-4],[71,37],[4,16],[13,10],[13,6],[27,-2],[77,36],[220,93],[1,5],[11,10],[8,3],[21,-3],[180,66],[132,30],[151,28],[97,24],[88,11],[210,28],[214,16],[3,-1],[9,-2],[2,-7],[2,-10],[6,-4],[26,10],[7,-32],[39,-237],[96,21],[30,-166],[11,-33],[22,-32],[43,-52],[50,-42],[34,-21],[43,-15],[34,-2],[34,2],[24,7],[13,4],[212,67],[257,92],[16,4],[21,1],[8,-7],[21,13],[15,9],[-10,11],[-23,45],[-13,30],[-11,20],[-10,15],[-12,12],[-13,7],[-15,11],[-22,11],[-8,8],[-2,9],[2,11],[16,13],[1,12],[-6,11],[-21,24],[0,14],[5,3],[13,2],[55,-11],[17,2],[16,4],[21,9],[28,18],[41,30],[59,18],[20,11],[9,7],[5,-3],[17,16],[4,20],[15,26],[21,26],[13,20],[0,18],[-3,35],[0,43],[5,23],[7,26],[10,19],[32,28],[34,246],[235,66],[219,53],[225,27],[215,10],[224,15],[226,8],[150,-12],[-22,-152],[-14,-46],[-13,-61],[-9,-47],[-30,-185],[-17,-131],[-11,-88]],[[559203,626044],[29,-29],[93,106],[1,-6],[3,-9],[21,-29],[11,-13],[-44,-55],[67,-74],[43,50],[0,0],[13,-15],[20,-21],[44,-53],[15,-32],[2,-13],[61,-75],[0,3],[3,6],[14,-1],[49,-42],[14,-19],[45,-28],[53,-28],[18,-15],[47,-36],[49,-31],[82,-56],[14,-15],[7,-17],[10,6],[3,-24],[41,-23],[0,0],[15,2],[21,-7],[21,-20],[54,-44],[122,-79],[83,-58],[346,-122],[167,-38],[60,-8],[116,-25],[74,-19],[49,-13],[79,-27],[75,-25],[58,-25],[68,-14],[73,-11],[13,0],[80,0],[216,17],[88,16],[75,13],[11,-4],[8,-31],[7,-27],[6,-4],[13,-94],[-5,0],[-1,-21],[68,4],[30,7],[13,9],[13,20],[3,25],[1,32],[35,4],[5,6],[45,70],[1,0],[10,24],[-17,22],[13,14],[29,23],[26,12],[33,24],[38,14],[51,35],[32,23],[29,33],[19,25],[39,22],[37,21],[19,20],[14,25],[16,21],[5,7],[7,4],[21,11],[59,24],[44,33],[26,34],[78,52],[73,32],[25,26],[11,43],[23,24],[78,56],[48,50],[52,88],[43,49],[66,66],[132,172],[15,18],[108,10],[-43,-54],[-63,-116],[-129,-266],[-17,-40],[-32,-60],[-57,-141],[-113,-249],[-27,-51],[-40,-64],[-64,-86],[-82,-97],[-86,-92],[-67,-64],[-65,-53],[-10,-6],[-7,-4],[-12,-8],[-40,-30],[-35,-17],[-76,-25],[-59,-17],[-98,-26],[-136,-25],[-71,-5],[-98,4],[-52,4],[-147,14],[-69,10],[-67,9],[-49,11],[-46,13],[-101,25],[-32,6],[-44,4],[-30,-3],[-32,-1],[-27,-11],[-79,-26],[-103,-33],[-65,-15],[-47,-5],[-106,-15],[-67,-5],[-139,-13],[-109,0],[-37,5],[-34,4],[-34,14],[-46,30],[-40,42],[-28,29],[-75,86],[-33,43],[-25,41],[-26,74],[-16,42],[-14,37],[-19,31],[-20,17],[-29,19],[-35,12],[-29,10],[-55,25],[-56,63],[-16,17],[-27,26],[-15,15],[-29,20],[-30,16],[-52,27],[-56,42],[-28,24],[-64,69],[-58,74],[-16,19],[-56,90],[-25,64],[61,30],[-33,80],[-2,4],[-11,18],[-40,50],[-24,23],[-51,-57],[-90,61],[38,72],[-133,98],[-55,-68],[-9,6],[-24,25],[-19,29],[-19,32],[-8,23],[-4,29],[-2,36],[-1,45],[0,73],[-6,195],[1,25],[-7,26],[-15,38],[-21,36],[-28,41],[-42,53],[20,21],[101,-127],[17,-25],[8,-14],[59,-98],[71,-123],[12,-15],[16,-31],[-89,-88],[-4,-22],[1,-20],[15,-22],[34,-41],[8,0]],[[562332,624679],[25,-63],[-9,-4],[-6,-8],[-15,-6],[6,-11],[91,26],[-85,160],[-19,-6],[4,-82],[8,-6]],[[559017,631635],[26,-9],[67,3],[715,-112],[0,0],[53,1],[4,-101],[0,-12],[-3,-83],[2,-27],[10,-190],[33,-94],[16,-43],[6,-19],[10,-34],[6,-26],[0,-32],[-3,-53],[2,-47],[0,-33],[0,-9],[6,-38],[7,-29],[14,-46],[18,-43],[6,-14],[5,-13],[22,-43],[28,-50],[28,-44],[3,-6],[41,-52],[22,-31],[13,-20],[12,-15],[2,-2],[18,-22],[58,-62],[43,-38],[56,-38],[51,-33],[37,-19],[26,-11],[17,-6],[46,-11],[74,-13],[111,-11],[62,-9],[128,-58],[9,-4],[39,-18],[23,-3],[67,-4],[104,-19],[89,-14],[28,-10],[61,-27],[22,-5],[26,-3],[18,0],[44,0],[286,-1],[26,-1],[44,-1],[-117,-39],[-76,-19],[-9,-5],[-3,-5],[-4,-6],[-39,-13],[-145,5],[-61,2],[-185,12],[-7,-6],[1,-50],[-45,-15],[-24,-3],[-6,5],[-5,32],[-10,12],[-12,-2],[-21,-4],[-35,-8],[-60,-3],[-18,-10],[-32,-32],[-41,-33],[-78,-55],[-67,-32],[-70,-22],[-80,-20],[-66,-10],[-93,8],[-93,17],[-88,31],[-77,34],[-90,58],[-60,37],[-54,29],[-218,114],[-24,12],[-35,17],[-176,70],[-28,13],[-9,0],[-15,1],[-12,1],[-16,-3],[-28,-6],[-91,-19],[-4,28],[-8,71],[5,1],[-6,50],[-6,-1],[-5,43],[-1,8],[-13,70],[-13,56],[-12,61],[-19,88],[-1,8],[-10,63],[-10,77],[-9,95],[1,105],[2,15],[7,12],[13,6],[17,2],[18,-2],[26,-4],[-1,2],[-6,14],[-69,43],[-14,15],[0,16],[-16,31],[-40,175],[-36,270],[-55,264],[-59,258],[-58,183],[11,-28],[65,-208],[44,-170]],[[554149,634737],[151,-114],[21,28],[24,-16],[36,-15],[43,-9],[69,-28],[46,-20],[40,-25],[18,-21],[106,-50],[33,-10],[27,0],[30,-16],[215,-100],[26,-8],[84,-21],[37,-11],[45,-11],[64,-6],[43,-19],[60,-29],[74,-27],[44,-31],[46,-18],[38,-5],[54,-16],[98,-21],[30,-3],[14,-5],[13,-5],[9,-9],[24,-26],[38,-31],[52,-40],[52,-35],[50,-25],[31,-14],[41,-17],[53,-31],[37,-16],[36,-5],[35,4],[23,0],[31,-14],[100,-58],[20,-4],[25,-15],[27,-24],[45,-30],[35,-26],[19,-21],[29,-11],[41,-20],[50,-23],[45,-23],[70,-47],[96,-50],[198,-121],[124,-61],[96,-63],[30,-21],[90,-80],[21,-18],[25,-25],[20,-14],[22,-11],[26,-20],[20,-24],[26,-34],[26,-30],[30,-18],[35,-18],[33,-26],[23,-26],[18,-36],[14,-33],[20,-36],[20,-39],[20,-30],[1,-40],[-12,-18],[-2,0],[99,-69],[-1,4],[8,20],[23,36],[12,4],[37,-3],[30,-6],[21,-5],[17,-15],[32,-48],[154,-232],[53,-91],[40,-75],[60,-138],[48,-112],[61,-171],[57,-152],[26,-77],[15,-62],[3,-42],[-6,-7],[-5,-2],[-16,-7],[-14,-18],[0,-4],[1,-20],[13,-47],[28,-112],[6,-30],[0,-40],[1,-51],[-2,-58],[0,-40],[2,-22],[7,-23],[21,-73],[9,-35],[4,-33],[4,-15],[10,-18],[14,-23],[9,-16],[4,-29],[-5,-27],[1,-29],[3,-20],[-2,-10],[-1,-2],[-7,-8],[-11,-18],[-5,-17],[0,-10],[1,-13],[-3,-18],[0,-33],[10,-40],[7,-21],[5,-10],[4,-9],[9,-15],[3,-25],[0,-19],[-1,-26],[-9,-19],[-3,-15],[0,-12],[4,-12],[4,-30],[0,-13],[1,-17],[6,-18],[3,-24],[0,-25],[-4,-21],[-12,-32],[-19,-39],[-7,-21],[-1,-22],[6,-18],[26,-51],[11,-26],[7,-25],[2,-29],[9,-70],[2,-5],[7,-14],[12,-17],[9,-14],[-1,-10],[-10,-28],[2,-73],[10,-45],[8,-76],[-4,-35],[-6,-35],[-14,-35],[-17,-58],[-7,-27],[-15,-46],[-14,-62],[-3,-65],[11,-25],[3,-29],[-4,-61],[-5,-46],[6,-87],[5,-50],[8,-62],[6,-80],[-1,-88],[5,-99],[-48,13],[-52,10],[-36,5],[-17,1],[-20,1],[-10,0],[-31,0],[-26,-4],[-37,-13],[-19,-9],[-52,-27],[-15,-24],[-4,21],[-294,1491],[-73,368],[-57,297],[-10,44],[-21,76],[-22,60],[-23,63],[-24,49],[-33,65],[-42,71],[-78,101],[-38,41],[-38,41],[-6,7],[-38,34],[-31,26],[-30,24],[-29,20],[-30,25],[-132,95],[-767,574],[-103,89],[-92,89],[-107,113],[-28,33],[-21,25],[-134,175],[-97,131],[-45,58],[-26,35],[-75,100],[-34,39],[-62,73],[-33,36],[-45,46],[-298,278],[-423,356],[-38,33],[-787,680],[-233,205],[-79,98],[-19,23],[-26,38],[-30,49],[-19,28],[-18,23],[-56,58],[23,26],[-20,17],[-18,16],[-54,20],[-20,10],[-28,24],[-52,48],[-123,124],[-46,48],[-34,48],[-2,3],[-16,28],[-8,24],[-7,33],[-7,64],[-10,53],[-2,14],[-2,27],[0,16],[4,31],[8,18],[17,15],[26,19],[49,31],[1,-3],[32,-61],[123,-213],[137,-144],[193,-251],[109,-129],[261,-190]],[[557897,630967],[50,-132],[173,63],[-4,11],[-11,35],[-29,55],[-22,37],[-26,29],[-31,25],[-28,13],[-30,9],[-38,6],[-21,-27],[-28,-36],[22,-37],[12,-26],[11,-25]],[[541691,650387],[57,-13],[270,-12],[118,-6],[22,-1],[207,-9],[109,-6],[15,-2],[48,-6],[103,-13],[96,-28],[60,-30],[196,-129],[133,-85],[147,-92],[228,-112],[46,-17],[19,-12],[127,-55],[22,-8],[30,-12],[48,-23],[23,-15],[29,-16],[25,-17],[10,-9],[14,-11],[46,-61],[31,-52],[20,-56],[30,-49],[10,-10],[59,-52],[270,-228],[149,-133],[28,-29],[14,-27],[17,-49],[26,-79],[10,-29],[28,-55],[38,-59],[45,-57],[33,-35],[35,-30],[42,120],[75,-54],[63,-44],[33,-25],[40,-30],[55,-46],[23,-21],[23,-23],[20,-19],[61,-65],[77,-90],[4,-5],[0,-5],[-17,-17],[41,-140],[38,-42],[28,-37],[288,-365],[67,-74],[52,-49],[34,-38],[21,-36],[9,-62],[9,-165],[9,-133],[10,-56],[14,-47],[29,-59],[49,-66],[123,-110],[792,-685],[68,-53],[78,-47],[83,-45],[55,-40],[65,-60],[76,-80],[235,-270],[73,-91],[85,-102],[56,-54],[65,-44],[86,-39],[77,-33],[28,-10],[50,-16],[56,-17],[42,-10],[34,-8],[56,-9],[55,-12],[78,-11],[103,-7],[92,-2],[89,0],[117,14],[176,31],[64,10],[57,10],[17,-72],[-1,-10],[1,-14],[14,-14],[17,-8],[16,-12],[12,-13],[16,-37],[10,-18],[11,-10],[24,-12],[14,-9],[9,-17],[7,-19],[3,-26],[-2,-39],[-7,-40],[-20,-15],[-7,-11],[-2,-21],[-4,-24],[-18,-25],[-77,-71],[-1,-1],[16,-11],[167,-117],[12,8],[24,1],[29,-6],[89,-70],[110,-92],[219,-184],[213,-172],[267,-222],[32,25],[23,25],[7,21],[-1,49],[5,31],[6,18],[-5,44],[-10,151],[83,1],[0,-6],[66,0],[3,-19],[14,-30],[30,-133],[11,-37],[11,-32],[10,-58],[5,-40],[7,-17],[23,-19],[20,-15],[265,16],[6,13],[0,22],[-10,24],[-1,10],[13,106],[-1,20],[-6,19],[2,11],[9,6],[25,4],[5,21],[24,132],[-8,12],[0,13],[3,12],[8,7],[5,3],[-3,13],[-7,13],[-14,8],[-10,8],[-41,46],[56,-21],[21,13],[19,-3],[55,-22],[7,3],[3,42],[2,18],[70,-31],[30,-13],[3,-105],[2,-68],[12,-121],[42,-468],[25,-269],[3,-23],[61,-178],[-20,-43],[16,-54],[6,-124],[7,-44],[11,-70],[10,-41],[7,-26],[63,-137],[-14,-15],[-5,-6],[-25,-38],[-16,-35],[-10,-44],[-1,-44],[7,-60],[5,-19],[170,-308],[-2,-17],[13,-18],[8,-31],[4,1],[18,2],[12,-2],[10,-4],[5,-3],[2,-2],[3,-6],[19,-20],[36,-39],[51,-57],[66,-49],[70,-55],[47,-44],[336,-257],[91,-67],[113,-101],[35,-35],[28,-36],[36,-50],[43,-36],[26,-28],[191,-268],[215,-285],[167,-234],[97,-122],[77,-76],[58,-45],[37,-57],[40,-44],[25,-25],[25,-36],[35,-62],[208,-442],[173,-389],[155,-346],[22,-76],[51,-211],[116,-506],[43,-184],[13,-61],[7,-67],[3,-54],[-9,-49],[0,-3],[-16,-124],[-3,-26],[0,-9],[11,-24],[35,-74],[77,-231],[139,-395],[17,-48],[40,-82],[23,-31],[11,-15],[-54,-63],[-27,-31],[-15,70],[-1,0],[-42,52],[-8,24],[-42,-17],[-13,-6],[-97,-3],[-48,-10],[-96,-24],[-85,-22],[-108,-28],[-82,-22],[-116,-49],[-14,47],[-22,49],[-24,34],[-16,39],[-5,21],[-7,20],[-7,18],[-5,16],[-5,14],[0,15],[-2,9],[3,9],[4,3],[-1,19],[0,0],[-5,57],[-20,68],[-13,29],[-13,15],[-6,18],[6,12],[0,22],[-5,27],[-20,37],[-15,33],[-29,27],[-38,16],[-17,12],[-7,20],[-25,66],[-14,91],[-18,109],[-24,89],[-26,68],[-11,65],[-34,128],[-31,91],[-14,67],[-16,49],[-20,29],[-14,9],[-29,-5],[-20,8],[-19,17],[-9,13],[-84,455],[-3,38],[4,9],[7,1],[3,0],[-16,202],[-8,2],[-13,6],[-10,14],[-7,23],[-9,45],[-15,64],[-8,67],[-13,129],[-3,23],[-18,128],[-22,129],[-25,128],[-21,100],[-15,58],[-18,47],[-11,32],[-94,51],[-104,302],[-121,290],[-146,244],[-173,284],[-177,247],[-187,246],[-223,294],[-72,105],[-431,627],[-207,310],[-223,368],[-204,306],[-111,130],[-354,410],[-359,339],[-373,288],[-280,211],[5,67],[-163,68],[-241,107],[-5,3],[-85,37],[0,19],[-15,19],[-21,17],[-15,4],[-30,27],[-7,-1],[-4,-8],[0,-9],[-10,-15],[-13,-7],[-14,-4],[-7,5],[-9,14],[-21,20],[-11,5],[-51,23],[-36,17],[-13,8],[-8,10],[0,9],[1,6],[5,4],[-3,10],[-12,8],[-34,9],[-22,-1],[-11,-5],[-9,-11],[-27,14],[2,3],[-35,34],[-49,45],[-46,2],[-44,12],[-11,7],[-21,15],[-16,14],[-29,12],[-246,113],[-8,6],[-26,11],[-43,12],[-47,22],[-7,0],[-188,124],[-154,74],[-170,93],[-241,163],[-144,111],[-114,74],[-392,330],[-284,251],[-329,353],[-2,5],[-4,3],[-9,-2],[-10,-3],[-15,2],[-7,8],[-8,16],[-15,32],[-14,24],[-18,13],[-17,6],[-25,14],[-27,22],[-16,16],[-23,14],[-10,15],[-3,15],[-2,6],[-7,1],[-4,-1],[-1,0],[-194,129],[-159,145],[-137,115],[-260,257],[-285,290],[-187,205],[-162,133],[-379,329],[-148,91],[-258,179],[-248,211],[-104,91],[-286,211],[-10,15],[-45,45],[-7,0],[-1,0],[-254,205],[2,4],[0,7],[-3,3],[-12,0],[-1,1],[-404,221],[0,2],[-2,6],[-21,14],[-11,4],[-3,0],[-234,87],[-616,192],[-1,5],[-11,12],[-38,25],[-18,7],[-29,-9],[-337,23],[-20,2],[-40,16],[-50,15],[-55,8],[-60,-2],[-39,-2],[-49,-4],[-29,-11],[-6,-4],[-198,-16],[-7,3],[-37,2],[-46,-7],[-59,-2],[-74,-13],[-29,-6],[-24,-13],[2,-92],[-4,-4],[-214,-33],[-74,-13],[-54,-10],[-61,-11],[-109,-24],[-150,-35],[-151,-39],[-98,-30],[-68,-24],[2,4],[94,93],[83,85],[80,113],[58,102],[32,-1],[132,-5],[46,2],[72,6],[139,18],[58,7],[29,4],[40,5],[92,16],[46,8],[120,29],[13,1],[273,15],[116,5],[160,-1],[121,-4],[227,-7],[273,-3],[181,-6],[122,-12],[148,-18],[31,-2],[32,0],[14,5],[38,16],[18,17],[7,24],[1,14],[42,16],[1,-6],[8,-5],[3,-1],[13,5],[22,24],[5,5],[10,2],[7,-1],[7,-2],[14,-9],[13,-7],[14,-10]],[[541860,648948],[343,-228],[347,-256],[329,-241],[8,-8],[8,-1],[0,-6],[-3,-9],[2,-9],[12,-10],[11,-7],[13,-15],[9,-13],[26,-21],[148,-114],[70,-56],[12,8],[8,0],[5,-2],[7,-7],[7,-41],[9,0],[7,-2],[246,-197],[131,-103],[46,-36],[29,-21],[23,-6],[6,-2],[20,-7],[25,-18],[8,-22],[1,-47],[-1,-16],[-1,-36],[-6,-134],[-1,-23],[-12,11],[-131,122],[-66,48],[-33,21],[-18,7],[-59,19],[-20,8],[-22,18],[-25,22],[-60,47],[-33,15],[-22,7],[-24,6],[-17,1],[-22,3],[-7,13],[-27,14],[-210,94],[-317,151],[-106,39],[-187,73],[-88,44],[-60,46],[-56,58],[-36,61],[-38,78],[-37,57],[-116,13],[-186,127],[-192,136],[-25,17],[-22,12],[-78,42],[-190,99],[2,30],[0,0],[-1,5],[-1,5],[-2,4],[-2,4],[-2,2],[5,112],[3,1],[8,-4],[10,18],[20,24],[2,1],[18,16],[16,18],[14,20],[12,22],[10,23],[8,23],[4,14],[17,68],[1,4],[0,1],[2,4],[2,3],[3,3],[2,3],[78,-37],[98,-52],[258,-139],[35,-12],[18,-7]],[[534559,649482],[250,-31],[63,-10],[63,-13],[82,-19],[96,-24],[132,-33],[224,-56],[321,-73],[179,-43],[126,-28],[101,-26],[47,-12],[137,-38],[111,-33],[145,-46],[68,-11],[39,-2],[41,5],[13,1],[10,-1],[85,-13],[219,-17],[79,-4],[155,-2],[206,12],[147,15],[118,17],[117,20],[92,21],[61,16],[58,17],[123,37],[260,91],[264,92],[170,56],[95,29],[84,24],[120,30],[253,43],[25,3],[21,2],[110,14],[139,10],[116,4],[115,-1],[23,0],[69,-3],[100,-8],[84,-9],[139,-18],[160,-28],[99,-20],[7,-1],[121,-31],[100,-29],[51,-16],[0,-1],[2,-5],[1,-5],[1,-6],[0,-3],[-2,-6],[-8,-22],[-1,-11],[-4,-30],[-1,-31],[1,-30],[1,-9],[1,-15],[3,-18],[6,-17],[8,-16],[1,-1],[5,-10],[6,-16],[3,-16],[1,-9],[10,-5],[-7,-142],[-1,0],[-2,-1],[-1,-1],[-1,-1],[-2,-1],[0,-1],[-1,-2],[0,-1],[-2,-31],[-35,17],[-77,33],[-31,13],[-27,12],[-156,54],[-95,28],[-111,29],[-140,29],[-26,3],[-15,1],[-136,1],[-44,0],[-78,4],[-90,0],[-15,2],[-24,6],[-7,1],[-65,9],[-36,8],[-8,-5],[-18,12],[-7,7],[-5,13],[0,15],[0,17],[2,19],[-28,2],[-63,-2],[-52,-4],[-28,-4],[-28,-5],[-41,-8],[-34,-10],[-19,-8],[-15,-11],[-16,-16],[-11,-15],[-15,-24],[-9,-13],[16,-87],[-47,-27],[-64,-33],[-58,-24],[-18,-5],[-37,-11],[-119,-23],[-124,-18],[-180,-26],[-22,-1],[-93,4],[-70,16],[-101,20],[-80,11],[-88,5],[-42,-2],[-112,-28],[-346,-87],[-134,-31],[-88,-11],[-83,-6],[-109,5],[-87,5],[-89,-1],[-49,-17],[-194,-87],[-93,-47],[-22,-11],[-39,2],[-1,13],[-3,7],[-28,23],[-33,2],[-97,8],[-57,14],[-62,39],[-44,41],[-120,110],[-87,70],[-48,21],[-65,7],[-27,10],[-43,5],[5,21],[-6,1],[-20,10],[-12,10],[-82,64],[-38,29],[-484,128],[-78,17],[-50,8],[-63,8],[-52,2],[-36,3],[-35,8],[-31,11],[-4,3],[-21,14],[-1,-8],[-19,-9],[-13,-9],[-9,-11],[-7,-18],[-9,-17],[-18,-53],[-27,-115],[-79,-378],[-56,-248],[-7,-32],[-14,-65],[-4,-83],[12,-95],[118,-719],[2,-15],[32,-197],[21,-110],[11,-40],[-8,2],[-743,600],[-120,127],[-510,237],[-70,51],[-313,355],[-244,272],[-81,65],[-75,47],[-97,38],[-68,11],[-202,8],[-273,50],[-241,45],[-251,50],[-979,614],[210,-10],[348,-13],[699,-23],[946,-23],[499,-11],[315,-6],[38,-2],[56,-2],[445,-38],[233,-21]],[[534555,649420],[-32,-219],[80,-5],[18,-1],[155,-8],[6,205],[-145,20],[-63,7],[-19,1]],[[533664,649265],[123,-3],[21,0],[9,212],[-30,1],[-142,3],[-57,2],[-38,-195],[0,-17],[97,-2],[17,-1]],[[534724,650495],[52,-42],[42,50],[66,-53],[295,-239],[157,-128],[130,-104],[42,-33],[53,-48],[78,-86],[8,-9],[98,-118],[2,-4],[1,-7],[1,-5],[-5,-13],[-10,-1],[-13,7],[-42,27],[-81,52],[-42,23],[-72,21],[-88,17],[-23,8],[-143,23],[-438,75],[-81,12],[-184,23],[-197,21],[-185,15],[-149,9],[-209,4],[-270,2],[0,23],[0,42],[8,164],[0,9],[3,-2],[44,-2],[116,-14],[99,-7],[58,-3],[149,-7],[67,39],[123,70],[100,59],[154,90],[17,7],[137,38],[41,9],[30,0],[29,-3],[32,-11]],[[528972,650037],[89,-2],[0,0],[0,0],[1158,-23],[511,-10],[-3,-312],[-1,-9],[-514,22],[-250,12],[-248,11],[0,0],[0,0],[-533,20],[0,0],[0,0],[-487,18],[-1,0],[0,0],[-186,2],[0,0],[-1,0],[-151,0],[0,0],[0,0],[-155,-1],[-1,0],[-1,0],[-191,-11],[-125,0],[0,0],[-1,0],[-565,-6],[-196,2],[-1,0],[0,0],[-178,-4],[-714,-3],[-1,0],[0,0],[-122,-5],[-577,7],[0,0],[0,0],[-542,2],[-405,3],[-183,2],[-555,15],[0,0],[0,0],[-180,3],[3,206],[32,-1],[2246,-20],[0,0],[0,0],[4,0],[68,7],[0,0],[1,0],[186,25],[72,7],[1165,33],[577,14],[400,4],[556,-8]]],"objects":{"geoandattribs":{"type":"GeometryCollection","geometries":[{"arcs":[[0]],"type":"Polygon","properties":{"naam_n2k":"Aamsveen","vhn_new":2,"nr":55,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003001","area":1447067.145,"perimeter":5491.695},"id":"natura2000.1419"},{"arcs":[[[1],[2]],[[3]],[[4]]],"type":"MultiPolygon","properties":{"naam_n2k":"Bunder- en Elsloërbos","vhn_new":2,"nr":153,"tranche":4,"beschermin":"HR","status":"ONTWERP 2009","sitecode_v":null,"sitecode_h":"NL2003012","area":1916407.877,"perimeter":20615.417},"id":"natura2000.1451"},{"arcs":[[5],[6],[7],[8],[9],[10],[11],[12],[13],[14],[15],[16],[17],[18],[19],[20],[21],[22],[23],[24],[25],[26],[27],[28],[29],[30],[31],[32]],"type":"Polygon","properties":{"naam_n2k":"Broekvelden, Vettenbroek & Polder Stein","vhn_new":1,"nr":104,"tranche":3,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802064","sitecode_h":null,"area":6964677.596,"perimeter":28718.261},"id":"natura2000.1447"},{"arcs":[[[33,34]],[[35,36]],[[37,38]],[[39,40]],[[41,42]],[[43,44]],[[45,46]],[[47,48]],[[49,50]],[[51,52]],[[53,54]],[[55,56]],[[57,58,59,60]],[[61,62]],[[63,64]],[[65,66]],[[67,68]]],"type":"MultiPolygon","properties":{"naam_n2k":"Brunssummerheide","vhn_new":2,"nr":155,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000029","area":271795.692,"perimeter":11679.207},"id":"natura2000.1448"},{"arcs":[[[-35,69]],[[70,-61,71,-66]],[[-59,72,-46,73,-44,74,-38,75,-41,76,-51,77,-48,78,-37,79,-42,80,-53,81,-54,82,-57,83,-62,84,-65,85,-68,86]]],"type":"MultiPolygon","properties":{"naam_n2k":"Brunssummerheide","vhn_new":6,"nr":155,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000029","area":5243676.377,"perimeter":19405.095},"id":"natura2000.1449"},{"arcs":[[87]],"type":"Polygon","properties":{"naam_n2k":"Bruuk","vhn_new":2,"nr":69,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003011","area":995128.717,"perimeter":6764.434},"id":"natura2000.1450"},{"arcs":[[88]],"type":"Polygon","properties":{"naam_n2k":"Buurserzand & Haaksbergerveen","vhn_new":2,"nr":53,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801019","area":12492538.516,"perimeter":28936.366},"id":"natura2000.1452"},{"arcs":[[[89]],[[90]]],"type":"MultiPolygon","properties":{"naam_n2k":"Canisvliet","vhn_new":2,"nr":125,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2003013","area":1407423.873,"perimeter":6677.897},"id":"natura2000.1453"},{"arcs":[[[91]],[[92]]],"type":"MultiPolygon","properties":{"naam_n2k":"Coepelduynen","vhn_new":2,"nr":96,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL1000030","area":3153.178,"perimeter":343.324},"id":"natura2000.1454"},{"arcs":[[93],[94],[95],[96],[97]],"type":"Polygon","properties":{"naam_n2k":"Coepelduynen","vhn_new":6,"nr":96,"tranche":1,"beschermin":"HR+BN","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL1000030","area":1880567.148,"perimeter":10904.297},"id":"natura2000.1455"},{"arcs":[[[98]],[[99]],[[100]],[[101]],[[102]],[[103]]],"type":"MultiPolygon","properties":{"naam_n2k":"De Wieden","vhn_new":1,"nr":35,"tranche":1,"beschermin":"VR","status":"ONTWERP 2007","sitecode_v":"NL3009004","sitecode_h":null,"area":20471925.35,"perimeter":72892.605},"id":"natura2000.1456"},{"arcs":[[104],[105]],"type":"Polygon","properties":{"naam_n2k":"De Wieden","vhn_new":3,"nr":35,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL3009004","sitecode_h":"NL2003064","area":72125262.893,"perimeter":94834.099},"id":"natura2000.1457"},{"arcs":[[106]],"type":"Polygon","properties":{"naam_n2k":"Deelen","vhn_new":1,"nr":14,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL2000001","sitecode_h":null,"area":5142366.575,"perimeter":13358.432},"id":"natura2000.1459"},{"arcs":[[[107,108]],[[109,110]],[[111,112]],[[113,114]],[[115,116,117,118]],[[119,120]],[[121,122]],[[123,124]],[[125,126]],[[127,128]],[[129,130,131,132],[133]],[[134,135]],[[136,137]],[[138,139]],[[140,141]],[[142,143,144,145]],[[146,147]]],"type":"MultiPolygon","properties":{"naam_n2k":"Deurnsche Peel & Mariapeel","vhn_new":3,"nr":139,"tranche":0,"beschermin":"VR+HR","status":"Natura 2000-besluit 2009","sitecode_v":"NL1000026","sitecode_h":"NL1000026","area":1326998.45,"perimeter":26681.078},"id":"natura2000.1460"},{"arcs":[[[148]],[[149]],[[150]],[[151]],[[152,-116]],[[153]],[[-134]],[[-108,154,-115,155,-123,156,-133,157,-135,158,-144,159]],[[-140,160,-146,161]],[[162,-131,163,-126,164,-120,165,-118,166,-111,167,-112,168,-125,169,-129,170,-141,171,-137,172,-148]],[[173]],[[174]]],"type":"MultiPolygon","properties":{"naam_n2k":"Deurnsche Peel & Mariapeel","vhn_new":7,"nr":139,"tranche":0,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2009","sitecode_v":"NL1000026","sitecode_h":"NL1000026","area":26015822.816,"perimeter":80481.502},"id":"natura2000.1461"},{"arcs":[[[175]],[[176,177]],[[178,179]],[[180,181]],[[182,183]],[[184,185]],[[186,187]],[[188]],[[189]],[[190]]],"type":"MultiPolygon","properties":{"naam_n2k":"Dinkelland","vhn_new":2,"nr":49,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801021","area":8389138.755,"perimeter":85339.071},"id":"natura2000.1462"},{"arcs":[[[191,-182,192,-179,193,194,195,-178,196,-186,197,-183]],[[-187,198]]],"type":"MultiPolygon","properties":{"naam_n2k":"Dinkelland","vhn_new":6,"nr":49,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801021","area":98140.438,"perimeter":6176.68},"id":"natura2000.1463"},{"arcs":[[[199]],[[200]],[[201]],[[202]],[[203]],[[204]],[[205]],[[206]],[[207]],[[208]],[[209]],[[210]],[[211]],[[212]],[[213]],[[214]],[[215]],[[216]],[[217]],[[218]],[[219]],[[220]],[[221]],[[222]]],"type":"MultiPolygon","properties":{"naam_n2k":"Leenderbos, Groote Heide & De Plateaux","vhn_new":2,"nr":136,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801036","area":18338591.654,"perimeter":149664.982},"id":"natura2000.1546"},{"arcs":[[[223]],[[224]]],"type":"MultiPolygon","properties":{"naam_n2k":"Abdij Lilbosch & voormalig Klooster Mariahoop","vhn_new":2,"nr":151,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2003002","area":148959.129,"perimeter":2123.01},"id":"natura2000.1420"},{"arcs":[[225],[226],[227],[228],[229],[230],[231],[232],[233],[234],[235],[236],[237],[238],[239]],"type":"Polygon","properties":{"naam_n2k":"Abtskolk & De Putten","vhn_new":1,"nr":162,"tranche":0,"beschermin":"VR","status":"BESLUIT Vogelrichtlijn","sitecode_v":"NL2009162","sitecode_h":null,"area":4999478.675,"perimeter":17746.516},"id":"natura2000.1421"},{"arcs":[[[240]],[[241]],[[242]],[[243]]],"type":"MultiPolygon","properties":{"naam_n2k":"Achter de Voort, Agelerbroek & Voltherbroek","vhn_new":2,"nr":47,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003003","area":3237443.657,"perimeter":17856.322},"id":"natura2000.1422"},{"arcs":[[[244]],[[245]]],"type":"MultiPolygon","properties":{"naam_n2k":"Alde Feanen","vhn_new":3,"nr":13,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL3009001","sitecode_h":"NL3000044","area":20458854.036,"perimeter":37664.608},"id":"natura2000.1423"},{"arcs":[[246]],"type":"Polygon","properties":{"naam_n2k":"Alde Feanen","vhn_new":7,"nr":13,"tranche":1,"beschermin":"VR+HR+BN","status":"ONTWERP 2007","sitecode_v":"NL3009001","sitecode_h":"NL3000044","area":962191.722,"perimeter":5667.218},"id":"natura2000.1424"},{"arcs":[[247],[248],[249],[250],[251],[252],[253],[254],[255],[256],[257],[258],[259],[260]],"type":"Polygon","properties":{"naam_n2k":"Arkemheen","vhn_new":1,"nr":56,"tranche":0,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802062","sitecode_h":null,"area":14219670.552,"perimeter":27768.053},"id":"natura2000.1425"},{"arcs":[[261]],"type":"Polygon","properties":{"naam_n2k":"Bakkeveense Duinen","vhn_new":2,"nr":17,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801004","area":2605772.432,"perimeter":12567.846},"id":"natura2000.1426"},{"arcs":[[262],[263],[264],[265],[266]],"type":"Polygon","properties":{"naam_n2k":"Bargerveen","vhn_new":3,"nr":33,"tranche":4,"beschermin":"VR+HR","status":"ONTWERP 2009","sitecode_v":"NL2000002","sitecode_h":"NL2000002","area":20296688.475,"perimeter":33231.443},"id":"natura2000.1427"},{"arcs":[[-264]],"type":"Polygon","properties":{"naam_n2k":"Bargerveen","vhn_new":7,"nr":33,"tranche":4,"beschermin":"VR+HR+BN","status":"ONTWERP 2009","sitecode_v":"NL2000002","sitecode_h":"NL2000002","area":657148.008,"perimeter":3400.135},"id":"natura2000.1428"},{"arcs":[[267]],"type":"Polygon","properties":{"naam_n2k":"Bekendelle","vhn_new":2,"nr":63,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003005","area":993924.657,"perimeter":5808.362},"id":"natura2000.1429"},{"arcs":[[[268,269]],[[270,271]],[[272,273,274,275]],[[276,277]],[[278,279]],[[280,281]]],"type":"MultiPolygon","properties":{"naam_n2k":"Bemelerberg & Schiepersberg","vhn_new":2,"nr":156,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801076","area":1376689.925,"perimeter":27321.071},"id":"natura2000.1430"},{"arcs":[[[-275,282]],[[283,-277,284,-273,285,-271,286,-269,287,-281,288,-280]]],"type":"MultiPolygon","properties":{"naam_n2k":"Bemelerberg & Schiepersberg","vhn_new":6,"nr":156,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801076","area":394682.187,"perimeter":4905.112},"id":"natura2000.1431"},{"arcs":[[289]],"type":"Polygon","properties":{"naam_n2k":"Bergvennen & Brecklenkampse Veld","vhn_new":2,"nr":46,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003007","area":1461117.113,"perimeter":7889.637},"id":"natura2000.1432"},{"arcs":[[[290]],[[291]],[[292],[293]]],"type":"MultiPolygon","properties":{"naam_n2k":"Biesbosch","vhn_new":2,"nr":112,"tranche":4,"beschermin":"HR","status":"ONTWERP 2009","sitecode_v":null,"sitecode_h":"NL3000040","area":1863238.013,"perimeter":33013.543},"id":"natura2000.1433"},{"arcs":[[294]],"type":"Polygon","properties":{"naam_n2k":"Binnenveld","vhn_new":2,"nr":65,"tranche":4,"beschermin":"HR","status":"ONTWERP 2009","sitecode_v":null,"sitecode_h":"NL2003006","area":343695.483,"perimeter":4264.028},"id":"natura2000.1435"},{"arcs":[[[295]],[[296]]],"type":"MultiPolygon","properties":{"naam_n2k":"Binnenveld","vhn_new":6,"nr":65,"tranche":4,"beschermin":"HR+BN","status":"ONTWERP 2009","sitecode_v":null,"sitecode_h":"NL2003006","area":782069.543,"perimeter":5240.451},"id":"natura2000.1436"},{"arcs":[[297]],"type":"Polygon","properties":{"naam_n2k":"Boddenbroek","vhn_new":6,"nr":52,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003008","area":53877.236,"perimeter":1101.738},"id":"natura2000.1437"},{"arcs":[[298]],"type":"Polygon","properties":{"naam_n2k":"Boetelerveld","vhn_new":2,"nr":41,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003009","area":1728559.44,"perimeter":6192.51},"id":"natura2000.1438"},{"arcs":[[[299,300]],[[301,302]],[[303,304,305,306],[307]]],"type":"MultiPolygon","properties":{"naam_n2k":"Boezems Kinderdijk","vhn_new":1,"nr":106,"tranche":3,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802099","sitecode_h":null,"area":1541333.631,"perimeter":12788.09},"id":"natura2000.1439"},{"arcs":[[[-305,308,-301,309]],[[-302,310,-307,311]]],"type":"MultiPolygon","properties":{"naam_n2k":"Boezems Kinderdijk","vhn_new":5,"nr":106,"tranche":3,"beschermin":"VR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802099","sitecode_h":null,"area":1770565.028,"perimeter":10951.98},"id":"natura2000.1440"},{"arcs":[[312]],"type":"Polygon","properties":{"naam_n2k":"Borkeld","vhn_new":2,"nr":44,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801016","area":5058715.317,"perimeter":13087.114},"id":"natura2000.1441"},{"arcs":[[313]],"type":"Polygon","properties":{"naam_n2k":"Boschhuizerbergen","vhn_new":2,"nr":144,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003010","area":2778368.014,"perimeter":8001.905},"id":"natura2000.1442"},{"arcs":[[314]],"type":"Polygon","properties":{"naam_n2k":"Botshol","vhn_new":2,"nr":83,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL9801044","area":2172079.183,"perimeter":9418.377},"id":"natura2000.1443"},{"arcs":[[[315,316],[317]],[[318,319]],[[320,321]],[[322,323]],[[324]],[[325]],[[326]],[[327]],[[328]]],"type":"MultiPolygon","properties":{"naam_n2k":"Brabantse Wal","vhn_new":1,"nr":128,"tranche":1,"beschermin":"VR","status":"ONTWERP 2007","sitecode_v":"NL3009003","sitecode_h":null,"area":31661504.18,"perimeter":88520.673},"id":"natura2000.1444"},{"arcs":[[[329]],[[330,-316,331,-319,332,-321,333,-323]]],"type":"MultiPolygon","properties":{"naam_n2k":"Brabantse Wal","vhn_new":3,"nr":128,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL3009003","sitecode_h":"NL9801055","area":16387673.066,"perimeter":25353.606},"id":"natura2000.1445"},{"arcs":[[334]],"type":"Polygon","properties":{"naam_n2k":"Brabantse Wal","vhn_new":7,"nr":128,"tranche":1,"beschermin":"VR+HR+BN","status":"ONTWERP 2007","sitecode_v":"NL3009003","sitecode_h":"NL9801055","area":1007541.692,"perimeter":5185.559},"id":"natura2000.1446"},{"arcs":[[335]],"type":"Polygon","properties":{"naam_n2k":"De Wilck","vhn_new":1,"nr":102,"tranche":4,"beschermin":"VR","status":"ONTWERP 2009","sitecode_v":"NL9802101","sitecode_h":null,"area":1163301.141,"perimeter":5206.149},"id":"natura2000.1458"},{"arcs":[[336]],"type":"Polygon","properties":{"naam_n2k":"Donkse Laagten","vhn_new":1,"nr":107,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802066","sitecode_h":null,"area":1897801.473,"perimeter":8457.547},"id":"natura2000.1465"},{"arcs":[[[337],[338],[339]],[[340,341,342,343,344,345],[346],[347],[348],[349],[350],[351],[352]],[[353,354,355,356,357,358,359,360]],[[361]]],"type":"MultiPolygon","properties":{"naam_n2k":"Drents-Friese Wold & Leggelderveld","vhn_new":2,"nr":27,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL9803011","area":8526604.992,"perimeter":45159.829},"id":"natura2000.1466"},{"arcs":[[[362]],[[-345,363,-343,364,-341,365,-360,366,-358,367,-356,368,-354,369],[370],[371],[372],[373],[374],[375],[376],[377],[378],[379],[380],[381],[382],[383],[384],[385],[386],[387],[388],[389],[390],[391],[392],[393],[394],[395],[396],[397],[398],[399],[400],[401],[402],[403],[404],[405],[406]]],"type":"MultiPolygon","properties":{"naam_n2k":"Drents-Friese Wold & Leggelderveld","vhn_new":3,"nr":27,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802201","sitecode_h":"NL9803011","area":66128598.534,"perimeter":96887.199},"id":"natura2000.1467"},{"arcs":[[[407]],[[408],[409],[410],[411],[412],[413]],[[414]],[[415]],[[416],[417],[418],[419],[420],[421],[422],[423],[424],[425],[426],[427],[428],[429],[430],[431],[432],[433],[434],[435],[436],[437],[438],[439],[440]],[[441]],[[444]]],"type":"MultiPolygon","properties":{"naam_n2k":"Drentsche Aa-gebied","vhn_new":2,"nr":25,"tranche":4,"beschermin":"HR","status":"ONTWERP 2009","sitecode_v":null,"sitecode_h":"NL9801009","area":39211680.246,"perimeter":143481.826},"id":"natura2000.1468"},{"arcs":[[445]],"type":"Polygon","properties":{"naam_n2k":"Drouwenerzand","vhn_new":2,"nr":26,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003014","area":2226461.436,"perimeter":6364.375},"id":"natura2000.1469"},{"arcs":[[446,447,448,449,450],[451],[452],[453],[454],[455],[456],[457],[458],[459],[460],[462],[463],[464],[465]],"type":"Polygon","properties":{"naam_n2k":"Duinen Ameland","vhn_new":3,"nr":5,"tranche":2,"beschermin":"VR+HR","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009005","sitecode_h":"NL3009005","area":20480101.673,"perimeter":74716.89},"id":"natura2000.1470"},{"arcs":[[466]],"type":"Polygon","properties":{"naam_n2k":"Duinen Ameland","vhn_new":7,"nr":5,"tranche":2,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009005","sitecode_h":"NL3009005","area":65011.804,"perimeter":1132.396},"id":"natura2000.1471"},{"arcs":[[[467]],[[468]],[[469]],[[470]],[[471]],[[472]],[[473]],[[474]],[[475]],[[476]],[[477]],[[478]],[[479]],[[480]],[[481]]],"type":"MultiPolygon","properties":{"naam_n2k":"Duinen Den Helder-Callantsoog","vhn_new":2,"nr":84,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000009","area":519288.711,"perimeter":13284.957},"id":"natura2000.1472"},{"arcs":[[[482]],[[483]],[[484]],[[485]],[[486]]],"type":"MultiPolygon","properties":{"naam_n2k":"Duinen Den Helder-Callantsoog","vhn_new":6,"nr":84,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000009","area":6823047.798,"perimeter":43762.803},"id":"natura2000.1473"},{"arcs":[[[487],[488]],[[489],[490]],[[491,492]]],"type":"MultiPolygon","properties":{"naam_n2k":"Duinen Goeree & Kwade Hoek","vhn_new":2,"nr":101,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2008","sitecode_v":null,"sitecode_h":"NL9801079","area":7982750.954,"perimeter":41520.373},"id":"natura2000.1474"},{"arcs":[[493]],"type":"Polygon","properties":{"naam_n2k":"Duinen Goeree & Kwade Hoek","vhn_new":3,"nr":101,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2008","sitecode_v":"NL2000006","sitecode_h":"NL9801079","area":8260638.106,"perimeter":17919.03},"id":"natura2000.1475"},{"arcs":[[494],[495],[496],[497]],"type":"Polygon","properties":{"naam_n2k":"Duinen Schiermonnikoog","vhn_new":3,"nr":6,"tranche":2,"beschermin":"VR+HR","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009006","sitecode_h":"NL3009006","area":8330911.385,"perimeter":34071.913},"id":"natura2000.1476"},{"arcs":[[[498]],[[499]],[[500]],[[501],[502],[503]]],"type":"MultiPolygon","properties":{"naam_n2k":"Duinen Terschelling","vhn_new":2,"nr":4,"tranche":2,"beschermin":"HR","status":"Natura 2000-besluit 2009","sitecode_v":null,"sitecode_h":"NL2003059","area":4677035.24,"perimeter":25146.466},"id":"natura2000.1477"},{"arcs":[[504,505],[506],[507],[508],[509],[510]],"type":"Polygon","properties":{"naam_n2k":"Duinen Terschelling","vhn_new":3,"nr":4,"tranche":2,"beschermin":"VR+HR","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009007","sitecode_h":"NL2003059","area":28750326.894,"perimeter":66097.091},"id":"natura2000.1478"},{"arcs":[[511,-506,512]],"type":"Polygon","properties":{"naam_n2k":"Duinen Terschelling","vhn_new":7,"nr":4,"tranche":2,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009007","sitecode_h":"NL2003059","area":6976069.403,"perimeter":29683.947},"id":"natura2000.1479"},{"arcs":[[[513,514,515,516],[517]],[[518,519,520,521],[522]]],"type":"MultiPolygon","properties":{"naam_n2k":"Duinen Vlieland","vhn_new":2,"nr":3,"tranche":2,"beschermin":"HR","status":"Natura 2000-besluit 2009","sitecode_v":null,"sitecode_h":"NL2003061","area":1726187.055,"perimeter":9933.581},"id":"natura2000.1480"},{"arcs":[[[-519,523,524,525,526,527],[528],[529],[530],[531],[532],[533],[534]],[[535,-516,536,537,538,539]],[[-521,540,541,542]]],"type":"MultiPolygon","properties":{"naam_n2k":"Duinen Vlieland","vhn_new":3,"nr":3,"tranche":2,"beschermin":"VR+HR","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009009","sitecode_h":"NL2003061","area":13056345.484,"perimeter":37996.358},"id":"natura2000.1481"},{"arcs":[[543]],"type":"Polygon","properties":{"naam_n2k":"Duinen Vlieland","vhn_new":7,"nr":3,"tranche":2,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009009","sitecode_h":"NL2003061","area":54701.648,"perimeter":1133.509},"id":"natura2000.1482"},{"arcs":[[544]],"type":"Polygon","properties":{"naam_n2k":"Dwingelderveld","vhn_new":3,"nr":30,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL3000070","sitecode_h":"NL3000070","area":38234188.887,"perimeter":37277.797},"id":"natura2000.1483"},{"arcs":[[[545,546]],[[547,548]],[[549,550]],[[551,552]],[[553,554]],[[555,556]],[[557,558]]],"type":"MultiPolygon","properties":{"naam_n2k":"Eemmeer & Gooimeer Zuidoever","vhn_new":1,"nr":77,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802035","sitecode_h":null,"area":231276.19,"perimeter":8284.109},"id":"natura2000.1484"},{"arcs":[[[-551,559,-546,560,-549,561,-553,562,-555,563,-558,564]],[[-557,565]]],"type":"MultiPolygon","properties":{"naam_n2k":"Eemmeer & Gooimeer Zuidoever","vhn_new":5,"nr":77,"tranche":1,"beschermin":"VR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802035","sitecode_h":null,"area":15611718.412,"perimeter":28773.22},"id":"natura2000.1485"},{"arcs":[[566],[567],[568]],"type":"Polygon","properties":{"naam_n2k":"Eilandspolder","vhn_new":3,"nr":89,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL4000056","sitecode_h":"NL3004002","area":7994630.475,"perimeter":16610.628},"id":"natura2000.1487"},{"arcs":[[569]],"type":"Polygon","properties":{"naam_n2k":"Elperstroomgebied","vhn_new":2,"nr":28,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2003015","area":3509011.489,"perimeter":12440.414},"id":"natura2000.1488"},{"arcs":[[570,571]],"type":"Polygon","properties":{"naam_n2k":"Engbertsdijksvenen","vhn_new":2,"nr":40,"tranche":0,"beschermin":"HR","status":"Natura 2000-besluit 2009","sitecode_v":null,"sitecode_h":"NL1000004","area":663745.232,"perimeter":6283.784},"id":"natura2000.1489"},{"arcs":[[[572]],[[573]],[[574]],[[575]],[[576]],[[577]],[[578]],[[579]],[[580]],[[581]]],"type":"MultiPolygon","properties":{"naam_n2k":"Engbertsdijksvenen","vhn_new":3,"nr":40,"tranche":0,"beschermin":"VR+HR","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009010","sitecode_h":"NL1000004","area":434679.468,"perimeter":9965.515},"id":"natura2000.1490"},{"arcs":[[-571,582]],"type":"Polygon","properties":{"naam_n2k":"Engbertsdijksvenen","vhn_new":7,"nr":40,"tranche":0,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009010","sitecode_h":"NL1000004","area":8882856.612,"perimeter":21115.92},"id":"natura2000.1491"},{"arcs":[[583]],"type":"Polygon","properties":{"naam_n2k":"Fochteloërveen","vhn_new":3,"nr":23,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL9801007","sitecode_h":"NL9801007","area":25993003.693,"perimeter":34200.795},"id":"natura2000.1492"},{"arcs":[[[584,585,586,587]],[[588,589],[590],[591],[592]],[[593,594]],[[595]],[[596,597,598,599,600,601,602,603,604,605],[606],[607],[608],[609]],[[610,611,612,613,614,615,616,617],[618],[619],[620]],[[621,622],[623]],[[624]]],"type":"MultiPolygon","properties":{"naam_n2k":"Gelderse Poort","vhn_new":1,"nr":67,"tranche":3,"beschermin":"VR","status":"ONTWERP 2008","sitecode_v":"NL9902004","sitecode_h":null,"area":10662714.064,"perimeter":60340.415},"id":"natura2000.1493"},{"arcs":[[625]],"type":"Polygon","properties":{"naam_n2k":"Waddenzee","vhn_new":2,"nr":1,"tranche":2,"beschermin":"HR","status":"Aanmelding HR","sitecode_v":null,"sitecode_h":"NL2007001","area":166955.295,"perimeter":6418.689},"id":"natura2000.1647"},{"arcs":[[[626]],[[627]],[[628]],[[629]],[[630],[631]],[[632],[633],[634]],[[635]],[[636,-586]],[[637]],[[638]],[[639]],[[640,641,642,643],[644],[645],[646],[647],[648],[649],[650],[651],[652],[653],[654],[655],[656],[657],[658],[659],[660],[661],[662],[682],[697],[698],[699],[700],[701],[702],[703],[704],[705],[706],[707],[708],[709],[710],[711]],[[-619]],[[663,-617,-615,664,-613,665,-611,666,-589,-595,667,-604,668,-602,669,-600,670,-598,671,-606,672,-588,673,-622],[674],[675],[676],[677],[678],[679],[680],[681],[683],[684],[685],[686],[687],[688],[689],[690],[691],[692],[694],[695],[696]],[[693]]],"type":"MultiPolygon","properties":{"naam_n2k":"Gelderse Poort","vhn_new":3,"nr":67,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL9902004","sitecode_h":"NL9801024","area":48839284.77,"perimeter":238151.809},"id":"natura2000.1494"},{"arcs":[[[712,-643,713,-641]],[[-665,-614]]],"type":"MultiPolygon","properties":{"naam_n2k":"Gelderse Poort","vhn_new":7,"nr":67,"tranche":3,"beschermin":"VR+HR+BN","status":"ONTWERP 2008","sitecode_v":"NL9902004","sitecode_h":"NL9801024","area":820137.549,"perimeter":10223.558},"id":"natura2000.1495"},{"arcs":[[[714]],[[715]],[[716]],[[717]],[[718],[719]],[[720]],[[721]],[[722]],[[723]],[[724]],[[725]],[[726]],[[727]],[[728]],[[729]],[[730]],[[731]],[[732]]],"type":"MultiPolygon","properties":{"naam_n2k":"Geleenbeekdal","vhn_new":2,"nr":154,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL2003016","area":2656191.049,"perimeter":55758.79},"id":"natura2000.1496"},{"arcs":[[733]],"type":"Polygon","properties":{"naam_n2k":"Geleenbeekdal","vhn_new":6,"nr":154,"tranche":3,"beschermin":"HR+BN","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL2003016","area":202416.918,"perimeter":2894.801},"id":"natura2000.1497"},{"arcs":[[[734],[735]],[[736]],[[737]],[[738]],[[739]],[[740]],[[741]],[[742]],[[743]],[[744]],[[745]],[[746],[747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778],[779],[780],[781],[782],[783],[784],[785],[786],[787]],[[788]],[[789]],[[790]],[[791]]],"type":"MultiPolygon","properties":{"naam_n2k":"Geuldal","vhn_new":2,"nr":157,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL9801041","area":24883533.544,"perimeter":259656.791},"id":"natura2000.1498"},{"arcs":[[792]],"type":"Polygon","properties":{"naam_n2k":"Krammer-Volkerak","vhn_new":6,"nr":114,"tranche":4,"beschermin":"HR+BN","status":"AANMELDING Habitatrichtlijn","sitecode_v":null,"sitecode_h":"NL1000021","area":14105.073,"perimeter":1315.233},"id":"natura2000.1537"},{"arcs":[[[793],[794],[795],[796],[797],[798],[799],[800],[801],[802],[803]],[[804]],[[805]]],"type":"MultiPolygon","properties":{"naam_n2k":"Landgoederen Brummen","vhn_new":2,"nr":58,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL3004005","area":6809929.044,"perimeter":37901.255},"id":"natura2000.1539"},{"arcs":[[[806]],[[807]],[[808]],[[809]],[[810],[811]]],"type":"MultiPolygon","properties":{"naam_n2k":"Landgoederen Oldenzaal","vhn_new":2,"nr":50,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL3004003","area":5930130.145,"perimeter":36168.876},"id":"natura2000.1540"},{"arcs":[[[812,-195]],[[813]],[[814]],[[815]]],"type":"MultiPolygon","properties":{"naam_n2k":"Landgoederen Oldenzaal","vhn_new":6,"nr":50,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL3004003","area":319034.847,"perimeter":8732.144},"id":"natura2000.1541"},{"arcs":[[[816]],[[817]],[[818]],[[819]]],"type":"MultiPolygon","properties":{"naam_n2k":"Langstraat","vhn_new":2,"nr":130,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003026","area":5274959.748,"perimeter":23223.726},"id":"natura2000.1542"},{"arcs":[[[820,821]],[[822,823]],[[824,825]],[[826,827]],[[828,829]],[[830,831]],[[832,833]],[[834,835]],[[836,837,838,839]]],"type":"MultiPolygon","properties":{"naam_n2k":"Lauwersmeer","vhn_new":1,"nr":8,"tranche":4,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802012","sitecode_h":null,"area":3955507.189,"perimeter":22175.88},"id":"natura2000.1543"},{"arcs":[[[-837,840]],[[841]],[[-839,842,-836,843,-830,844,-832,845,-825,846,-823,847,-821,848,-828,849,-834,850]]],"type":"MultiPolygon","properties":{"naam_n2k":"Lauwersmeer","vhn_new":5,"nr":8,"tranche":4,"beschermin":"VR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802012","sitecode_h":null,"area":53589593.337,"perimeter":58278.79},"id":"natura2000.1544"},{"arcs":[[[851]],[[852],[853],[854],[855],[856],[857],[858],[859],[860],[861],[862],[863],[864]]],"type":"MultiPolygon","properties":{"naam_n2k":"Leekstermeergebied","vhn_new":1,"nr":19,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802041","sitecode_h":null,"area":15431567.562,"perimeter":30694.684},"id":"natura2000.1545"},{"arcs":[[865,866,867,868,869,-766,870,871,872,873,874,-760,875,-758,876,-756,877,-754,878,879,880,-750,881,882,883,-778,884,-776,885,886,-773,887]],"type":"Polygon","properties":{"naam_n2k":"Geuldal","vhn_new":6,"nr":157,"tranche":3,"beschermin":"HR+BN","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL9801041","area":45489.724,"perimeter":1315.343},"id":"natura2000.1499"},{"arcs":[[[888]],[[889]]],"type":"MultiPolygon","properties":{"naam_n2k":"Grensmaas","vhn_new":2,"nr":152,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL9801075","area":3013577.978,"perimeter":102714.389},"id":"natura2000.1500"},{"arcs":[[890],[891],[892],[893]],"type":"Polygon","properties":{"naam_n2k":"Grevelingen","vhn_new":3,"nr":115,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL9802021","sitecode_h":"NL4000021","area":138290959.826,"perimeter":86443.262},"id":"natura2000.1501"},{"arcs":[[894]],"type":"Polygon","properties":{"naam_n2k":"Groote Gat","vhn_new":2,"nr":124,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2003019","area":697495.474,"perimeter":5648.497},"id":"natura2000.1502"},{"arcs":[[[895]],[[896]],[[897]],[[898]],[[899]],[[900]],[[901]]],"type":"MultiPolygon","properties":{"naam_n2k":"Groote Peel","vhn_new":3,"nr":140,"tranche":0,"beschermin":"VR+HR","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009012","sitecode_h":"NL3009012","area":108114.644,"perimeter":3666.169},"id":"natura2000.1503"},{"arcs":[[902]],"type":"Polygon","properties":{"naam_n2k":"Groote Peel","vhn_new":7,"nr":140,"tranche":0,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2009","sitecode_v":"NL3009012","sitecode_h":"NL3009012","area":13374205.981,"perimeter":22730.875},"id":"natura2000.1504"},{"arcs":[[903]],"type":"Polygon","properties":{"naam_n2k":"Groote Wielen","vhn_new":3,"nr":9,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL2003020","sitecode_h":"NL2003020","area":6041510.542,"perimeter":13199.354},"id":"natura2000.1505"},{"arcs":[[[904,905,906,907]],[[908,909,910]]],"type":"MultiPolygon","properties":{"naam_n2k":"Haringvliet","vhn_new":2,"nr":109,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000015","area":7000868.539,"perimeter":20622.449},"id":"natura2000.1506"},{"arcs":[[[911,912]],[[913,-905,914]],[[915,916]],[[917,918]],[[919,-492]],[[920,921,922,923,-907,924,925,926,927,928,929,930,931,932,933,934,935,936,937,-911,938,939,940,941],[942],[943]]],"type":"MultiPolygon","properties":{"naam_n2k":"Haringvliet","vhn_new":3,"nr":109,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL9802018","sitecode_h":"NL1000015","area":77509723.026,"perimeter":126882.107},"id":"natura2000.1507"},{"arcs":[[[944,-933]],[[945,-931]],[[-929,946]],[[947,-912,948,-935]],[[-927,949]],[[-944]],[[950,-937]],[[-914,951,-925,-906]],[[-943]],[[-923,952]],[[-910,953,-916,954,-918,955,-939]],[[956,-941]],[[-921,957]]],"type":"MultiPolygon","properties":{"naam_n2k":"Haringvliet","vhn_new":7,"nr":109,"tranche":1,"beschermin":"VR+HR+BN","status":"ONTWERP 2007","sitecode_v":"NL9802018","sitecode_h":"NL1000015","area":31782596.458,"perimeter":120924.786},"id":"natura2000.1508"},{"arcs":[[958]],"type":"Polygon","properties":{"naam_n2k":"Havelte-Oost","vhn_new":2,"nr":29,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801071","area":17817356.306,"perimeter":30782.3},"id":"natura2000.1509"},{"arcs":[[959]],"type":"Polygon","properties":{"naam_n2k":"Hollands Diep","vhn_new":1,"nr":111,"tranche":1,"beschermin":"VR","status":"ONTWERP 2007","sitecode_v":"NL9802019","sitecode_h":null,"area":36564558.446,"perimeter":46205.448},"id":"natura2000.1510"},{"arcs":[[[960,961]],[[962,963]],[[964,965]]],"type":"MultiPolygon","properties":{"naam_n2k":"Hollands Diep","vhn_new":2,"nr":111,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003021","area":1985783.184,"perimeter":12275.907},"id":"natura2000.1511"},{"arcs":[[[966,-961,967,968]],[[969,970,971,972]],[[973,974]]],"type":"MultiPolygon","properties":{"naam_n2k":"Hollands Diep","vhn_new":3,"nr":111,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL9802019","sitecode_h":"NL2003021","area":854193.746,"perimeter":11168.153},"id":"natura2000.1512"},{"arcs":[[[975]],[[976,977]]],"type":"MultiPolygon","properties":{"naam_n2k":"Hollands Diep","vhn_new":6,"nr":111,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003021","area":801339.904,"perimeter":6999.799},"id":"natura2000.1513"},{"arcs":[[[-971,978]],[[-968,-962,-967,979,-963,980],[-976]],[[981,-977,982,-973]],[[983,-965]],[[-975,984]]],"type":"MultiPolygon","properties":{"naam_n2k":"Hollands Diep","vhn_new":7,"nr":111,"tranche":1,"beschermin":"VR+HR+BN","status":"ONTWERP 2007","sitecode_v":"NL9802019","sitecode_h":"NL2003021","area":2335209.767,"perimeter":29852.931},"id":"natura2000.1514"},{"arcs":[[[985]],[[986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001]]],"type":"MultiPolygon","properties":{"naam_n2k":"IJsselmeer","vhn_new":1,"nr":72,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9803028","sitecode_h":null,"area":1080772465.836,"perimeter":219031.361},"id":"natura2000.1515"},{"arcs":[[[1002,1003]],[[1004,1005]],[[1006,1007]],[[1008,1009]],[[1010,1011]]],"type":"MultiPolygon","properties":{"naam_n2k":"IJsselmeer","vhn_new":3,"nr":72,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9803028","sitecode_h":"NL1000002","area":635370.597,"perimeter":5692.787},"id":"natura2000.1516"},{"arcs":[[[1012,-1001]],[[-997,1013]],[[-995,1014]],[[-999,1015]],[[-993,1016]]],"type":"MultiPolygon","properties":{"naam_n2k":"IJsselmeer","vhn_new":5,"nr":72,"tranche":1,"beschermin":"VR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9803028","sitecode_h":null,"area":28230729.902,"perimeter":49371.668},"id":"natura2000.1517"},{"arcs":[[[-1003,1017,-991,1018]],[[-1006,1019,-989,1020]],[[-1007,-1010,1021,-1011,1022,-987,1023]]],"type":"MultiPolygon","properties":{"naam_n2k":"IJsselmeer","vhn_new":7,"nr":72,"tranche":1,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9803028","sitecode_h":"NL1000002","area":23773959.021,"perimeter":39657.642},"id":"natura2000.1518"},{"arcs":[[1024],[1025],[1026],[1027],[1028]],"type":"Polygon","properties":{"naam_n2k":"Ilperveld, Varkensland, Oostzanerveld & Twiske","vhn_new":1,"nr":92,"tranche":3,"beschermin":"VR","status":"ONTWERP 2008","sitecode_v":"NL1000007","sitecode_h":null,"area":6439985.885,"perimeter":13600.973},"id":"natura2000.1519"},{"arcs":[[1029],[1030]],"type":"Polygon","properties":{"naam_n2k":"Ilperveld, Varkensland, Oostzanerveld & Twiske","vhn_new":2,"nr":92,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL2003023","area":3106659.334,"perimeter":16351.457},"id":"natura2000.1520"},{"arcs":[[[1031]],[[1032]],[[1033]],[[1034]],[[1035]],[[1036]],[[1037]],[[1038]],[[1039]],[[1040]],[[1041]],[[1042],[1043],[1044],[1045]]],"type":"MultiPolygon","properties":{"naam_n2k":"Ilperveld, Varkensland, Oostzanerveld & Twiske","vhn_new":3,"nr":92,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL1000007","sitecode_h":"NL2003023","area":12951767.728,"perimeter":52036.115},"id":"natura2000.1521"},{"arcs":[[1046]],"type":"Polygon","properties":{"naam_n2k":"Ilperveld, Varkensland, Oostzanerveld & Twiske","vhn_new":7,"nr":92,"tranche":3,"beschermin":"VR+HR+BN","status":"ONTWERP 2008","sitecode_v":"NL1000007","sitecode_h":"NL2003023","area":2953781.156,"perimeter":13936.515},"id":"natura2000.1522"},{"arcs":[[[1047]],[[1048]],[[1049]]],"type":"MultiPolygon","properties":{"naam_n2k":"Kampina & Oisterwijkse Vennen","vhn_new":2,"nr":133,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL3000401","area":10324980.561,"perimeter":38593.269},"id":"natura2000.1523"},{"arcs":[[1050]],"type":"Polygon","properties":{"naam_n2k":"Kampina & Oisterwijkse Vennen","vhn_new":3,"nr":133,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL2000010","sitecode_h":"NL3000401","area":12619743.09,"perimeter":18494.588},"id":"natura2000.1524"},{"arcs":[[[1051]],[[1052,1053]],[[1054,1055]],[[1056,1057]],[[1058,1059]],[[1060,1061]],[[1062]],[[1063]],[[1064,1065,1066,1067],[1068],[1069]],[[1070,1071]]],"type":"MultiPolygon","properties":{"naam_n2k":"Kempenland-West","vhn_new":2,"nr":135,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000022","area":8100712.356,"perimeter":97660.495},"id":"natura2000.1525"},{"arcs":[[[1072]],[[1073]],[[1074]],[[1075,-1057,1076,-1067,1077,-1056,1078,-1054,1079,-1071]],[[-1061,1080,-1065,1081,-1060,1082]]],"type":"MultiPolygon","properties":{"naam_n2k":"Kempenland-West","vhn_new":6,"nr":135,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000022","area":11467948.441,"perimeter":40655.861},"id":"natura2000.1526"},{"arcs":[[[1083,1084]],[[1085,1086]],[[1087,1088,1089,1090]],[[1091,1092]],[[1093,1094]],[[1095,1096]],[[1097,1098]],[[1099,1100]],[[1101,1102]],[[1103,1104]],[[1105,1106,1107,1108]],[[1109,1110]],[[1111,1112]],[[1113,1114]],[[1115,1116]],[[1117,1118]],[[1119,1120]],[[1121,1122,1123,1124,1125,1126,1127,1128],[1129]]],"type":"MultiPolygon","properties":{"naam_n2k":"Kennemerland-Zuid","vhn_new":2,"nr":88,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000012","area":30532806.766,"perimeter":84202.724},"id":"natura2000.1527"},{"arcs":[[[1130,-1088]],[[1131]],[[-1087,1132]],[[-1106,1133,-1093,1134,-1085,1135,-1090,1136],[1137],[1138]],[[-1120,1139,-1126,1140]],[[1141,-1116,1142,-1111,1143,-1108,1144,-1100,1145,-1103,1146,-1105,1147,-1098,1148,-1095,1149,-1096,1150,-1113,1151,-1114,1152,-1118,1153,-1128]],[[-1124,1154]],[[1155,-1122]]],"type":"MultiPolygon","properties":{"naam_n2k":"Kennemerland-Zuid","vhn_new":6,"nr":88,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000012","area":51102187.437,"perimeter":89449.268},"id":"natura2000.1528"},{"arcs":[[[1156],[1157]],[[1158]]],"type":"MultiPolygon","properties":{"naam_n2k":"Kolland & Overlangbroek","vhn_new":2,"nr":81,"tranche":3,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2003024","area":1704110.877,"perimeter":11517.591},"id":"natura2000.1530"},{"arcs":[[[1159,1160]],[[1161]],[[1162,1163]],[[1164,1165]],[[1166,1167]],[[1168,1169]],[[1170,1171]],[[1172,1173]],[[1174,1175]],[[1176,1177]],[[1178]],[[1179,1180]],[[1181,1182]],[[1183,1184]],[[1185,1186]],[[1187,1188]],[[1189,1190]]],"type":"MultiPolygon","properties":{"naam_n2k":"Kop van Schouwen","vhn_new":2,"nr":116,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000017","area":594706.898,"perimeter":14156.4},"id":"natura2000.1531"},{"arcs":[[[1191]],[[1192]],[[1193,-1181,1194,-1183]],[[-1190,1195,-1189,1196,-1186,1197,-1184,1198,-1177,1199,-1174,1200,-1172,1201,-1176,1202,-1168,1203,-1165,1204,-1163,1205],[-1179],[-1170,1206],[1207],[-1162],[-1161,1208]]],"type":"MultiPolygon","properties":{"naam_n2k":"Kop van Schouwen","vhn_new":6,"nr":116,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000017","area":21906688.733,"perimeter":62678.413},"id":"natura2000.1532"},{"arcs":[[1209],[1210],[1211]],"type":"Polygon","properties":{"naam_n2k":"Korenburgerveen","vhn_new":2,"nr":61,"tranche":4,"beschermin":"HR","status":"ONTWERP 2009","sitecode_v":null,"sitecode_h":"NL9801072","area":4862051.323,"perimeter":11543.843},"id":"natura2000.1533"},{"arcs":[[1212]],"type":"Polygon","properties":{"naam_n2k":"Krammer-Volkerak","vhn_new":1,"nr":114,"tranche":4,"beschermin":"VR","status":"BESLUIT Vogelrichtlijn","sitecode_v":"NL1000021","sitecode_h":null,"area":37.609,"perimeter":35.329},"id":"natura2000.1534"},{"arcs":[[[1213,1214]],[[1215]]],"type":"MultiPolygon","properties":{"naam_n2k":"Voornes Duin","vhn_new":3,"nr":100,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2008","sitecode_v":"NL2002017","sitecode_h":"NL9803077","area":1588602.788,"perimeter":7769.631},"id":"natura2000.1645"},{"arcs":[[1216]],"type":"Polygon","properties":{"naam_n2k":"Waddenzee","vhn_new":1,"nr":1,"tranche":2,"beschermin":"VR","status":"Natura 2000-besluit 2009","sitecode_v":"NL9801001","sitecode_h":null,"area":69242306.549,"perimeter":53957.554},"id":"natura2000.1646"},{"arcs":[[[1217]],[[1218,1219]]],"type":"MultiPolygon","properties":{"naam_n2k":"Krammer-Volkerak","vhn_new":2,"nr":114,"tranche":4,"beschermin":"HR","status":"AANMELDING Habitatrichtlijn","sitecode_v":null,"sitecode_h":"NL1000021","area":3189.49,"perimeter":1129.687},"id":"natura2000.1535"},{"arcs":[[[1220]],[[1221]],[[1222]],[[-1219,1223]]],"type":"MultiPolygon","properties":{"naam_n2k":"Krammer-Volkerak","vhn_new":3,"nr":114,"tranche":4,"beschermin":"VR+HR","status":"BESLUIT Vogelrichtlijn en AANMELDING Habitatrichtlijn","sitecode_v":"NL1000021","sitecode_h":"NL1000021","area":26361001.941,"perimeter":64831.368},"id":"natura2000.1536"},{"arcs":[[[1224]],[[1225]]],"type":"MultiPolygon","properties":{"naam_n2k":"Kunderberg","vhn_new":2,"nr":158,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003025","area":952420.435,"perimeter":11467.783},"id":"natura2000.1538"},{"arcs":[[1226]],"type":"Polygon","properties":{"naam_n2k":"Leenderbos, Groote Heide & De Plateaux","vhn_new":3,"nr":136,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL3009014","sitecode_h":"NL9801036","area":25224042.906,"perimeter":38346.244},"id":"natura2000.1547"},{"arcs":[[1227]],"type":"Polygon","properties":{"naam_n2k":"Lemselermaten","vhn_new":2,"nr":48,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003027","area":555888.576,"perimeter":3550.369},"id":"natura2000.1548"},{"arcs":[[1228]],"type":"Polygon","properties":{"naam_n2k":"Lepelaarplassen","vhn_new":5,"nr":79,"tranche":1,"beschermin":"VR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL2000007","sitecode_h":null,"area":3563738.493,"perimeter":7539.247},"id":"natura2000.1549"},{"arcs":[[1229]],"type":"Polygon","properties":{"naam_n2k":"Leudal","vhn_new":2,"nr":147,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9803039","area":3148697.325,"perimeter":13250.882},"id":"natura2000.1550"},{"arcs":[[1230]],"type":"Polygon","properties":{"naam_n2k":"Lieftinghsbroek","vhn_new":2,"nr":21,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003028","area":200694.414,"perimeter":1940.053},"id":"natura2000.1551"},{"arcs":[[[1231,1232]],[[1233,1234]],[[1235,1236]],[[1237]],[[1238,1239]],[[1240],[1241]],[[1242]],[[1243],[1244],[1245]],[[1246]],[[1247],[1248],[1249],[1250],[1251],[1252],[1253],[1254]],[[1255]],[[1256]],[[1257]]],"type":"MultiPolygon","properties":{"naam_n2k":"Lingegebied & Diefdijk-Zuid","vhn_new":2,"nr":70,"tranche":4,"beschermin":"HR","status":"ONTWERP 2009","sitecode_v":null,"sitecode_h":"NL3004007","area":4705109.847,"perimeter":48051.977},"id":"natura2000.1552"},{"arcs":[[[1258]],[[1259]],[[1260]],[[1261]],[[-1232,1262]],[[1263]],[[1264]],[[1265]],[[1266,-1239,1267,-1236]],[[1268]],[[-1235,1269]],[[1270]],[[1271]],[[1272]],[[1273]],[[1274]],[[1275]],[[1276]]],"type":"MultiPolygon","properties":{"naam_n2k":"Lingegebied & Diefdijk-Zuid","vhn_new":6,"nr":70,"tranche":4,"beschermin":"HR+BN","status":"ONTWERP 2009","sitecode_v":null,"sitecode_h":"NL3004007","area":2826634.111,"perimeter":51787.688},"id":"natura2000.1553"},{"arcs":[[[1277]],[[1278]],[[1279]],[[1280]],[[1281],[1282]]],"type":"MultiPolygon","properties":{"naam_n2k":"Loevestein, Pompveld & Kornsche Boezem","vhn_new":2,"nr":71,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL3004001","area":7049364.856,"perimeter":33233.799},"id":"natura2000.1554"},{"arcs":[[[1283],[1284],[1285]],[[1286],[1287],[1288]]],"type":"MultiPolygon","properties":{"naam_n2k":"Sneekermeergebied","vhn_new":1,"nr":12,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802047","sitecode_h":null,"area":22787077.199,"perimeter":55495.123},"id":"natura2000.1608"},{"arcs":[[1289],[1290]],"type":"Polygon","properties":{"naam_n2k":"Springendal & Dal van de Mosbeek","vhn_new":2,"nr":45,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801064","area":13383793.96,"perimeter":51811.021},"id":"natura2000.1609"},{"arcs":[[1291],[1292]],"type":"Polygon","properties":{"naam_n2k":"Stelkampsveld","vhn_new":2,"nr":60,"tranche":4,"beschermin":"HR","status":"ONTWERP 2009","sitecode_v":null,"sitecode_h":"NL2003044","area":1029985.044,"perimeter":5510.932},"id":"natura2000.1610"},{"arcs":[[1293,1294,1295]],"type":"Polygon","properties":{"naam_n2k":"Strabrechtse Heide & Beuven","vhn_new":2,"nr":137,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000024","area":11653258.991,"perimeter":21199.149},"id":"natura2000.1611"},{"arcs":[[1296,1297,1298,-1295]],"type":"Polygon","properties":{"naam_n2k":"Strabrechtse Heide & Beuven","vhn_new":3,"nr":137,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000024","area":3174512.121,"perimeter":8706.072},"id":"natura2000.1612"},{"arcs":[[-1298,1299,1300]],"type":"Polygon","properties":{"naam_n2k":"Strabrechtse Heide & Beuven","vhn_new":6,"nr":137,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000024","area":1426753.303,"perimeter":8307.313},"id":"natura2000.1613"},{"arcs":[[1301]],"type":"Polygon","properties":{"naam_n2k":"Vlakte van de Raan","vhn_new":2,"nr":163,"tranche":0,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2008003","area":175213367.427,"perimeter":63348.035},"id":"natura2000.1640"},{"arcs":[[1302]],"type":"Polygon","properties":{"naam_n2k":"Teeselinkven","vhn_new":2,"nr":59,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003046","area":267751.561,"perimeter":2311.899},"id":"natura2000.1616"},{"arcs":[[[1303,1304]],[[1305,1306]],[[1307,1308,1309,1310]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden IJssel","vhn_new":2,"nr":38,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL2003022","area":96222.823,"perimeter":12997.301},"id":"natura2000.1617"},{"arcs":[[[1311],[1312]],[[1313]],[[1314]],[[1315],[1316],[1317],[1318]],[[1319]],[[1320]],[[1321]],[[1322,1323,1324,1325]],[[1326,1327]],[[1328,1329]],[[1330,1331]],[[1332,1333]],[[1334,1335]],[[1336,1337]],[[1338]],[[1339,1340]],[[1341,1342]],[[1343]],[[1344,1345]],[[1346]],[[1347],[1348],[1349]],[[1350]],[[1351,1352],[1353]],[[1354],[1355],[1356],[1357]],[[1358,1359,1360,1361,1362,1363],[1364]],[[1365]],[[1366]],[[1367]],[[1368,1369,1370,1371]],[[-1304,1372]],[[-1306,1373]],[[-1310,1374]],[[-1308,1375]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden IJssel","vhn_new":3,"nr":38,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL9802036","sitecode_h":"NL2003022","area":15913529.65,"perimeter":144231.086},"id":"natura2000.1618"},{"arcs":[[[1376]],[[1377]],[[1378]],[[1379,-1324]],[[1380]],[[1381]],[[-1341,1382,-1327,1383,-1326,1384,-1330,1385,-1332,1386,-1333,1387,-1336,1388,-1338,1389,-1343,1390]],[[-1346,1391]],[[1392,-1352]],[[1393,-1361,1394,-1359]],[[-1363,1395]],[[1396,-1369],[-1367],[-1366]],[[1397,-1371]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden IJssel","vhn_new":7,"nr":38,"tranche":3,"beschermin":"VR+HR+BN","status":"ONTWERP 2008","sitecode_v":"NL9802036","sitecode_h":"NL2003022","area":3199845.583,"perimeter":32313.557},"id":"natura2000.1619"},{"arcs":[[[1398]],[[1399]],[[1400]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden Lek","vhn_new":2,"nr":82,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL2003030","area":1256005.867,"perimeter":10434.273},"id":"natura2000.1620"},{"arcs":[[1401]],"type":"Polygon","properties":{"naam_n2k":"Lonnekermeer","vhn_new":2,"nr":51,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003029","area":1059005.671,"perimeter":4682.655},"id":"natura2000.1555"},{"arcs":[[[1402]],[[1403]]],"type":"MultiPolygon","properties":{"naam_n2k":"Loonse en Drunense Duinen & Leemkuilen","vhn_new":2,"nr":131,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9803030","area":40744761.453,"perimeter":74354.276},"id":"natura2000.1556"},{"arcs":[[1404]],"type":"Polygon","properties":{"naam_n2k":"Maasduinen","vhn_new":2,"nr":145,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000028","area":9950234.461,"perimeter":28217.98},"id":"natura2000.1557"},{"arcs":[[[1405,1406]],[[1407,1408]],[[1409,1410]],[[1411,1412,1413,1414]],[[1415,1416]],[[1417,1418]],[[1419,1420,1421,1422,1423,1424,1425,1426],[1427]]],"type":"MultiPolygon","properties":{"naam_n2k":"Maasduinen","vhn_new":3,"nr":145,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL9910001","sitecode_h":"NL1000028","area":38704006.217,"perimeter":115515.933},"id":"natura2000.1558"},{"arcs":[[[1428,-1406,1429,-1413]],[[1430,-1424]],[[1431,-1422]],[[-1418,1432,-1408,1433,-1415,1434,-1411,1435,-1417,1436,-1420,1437]],[[-1428]],[[1438,-1426]]],"type":"MultiPolygon","properties":{"naam_n2k":"Maasduinen","vhn_new":7,"nr":145,"tranche":1,"beschermin":"VR+HR+BN","status":"ONTWERP 2007","sitecode_v":"NL9910001","sitecode_h":"NL1000028","area":4594492.29,"perimeter":30148.137},"id":"natura2000.1559"},{"arcs":[[[1439,1440]],[[1441]],[[1442,1443]],[[1444,1445]],[[1446,1447]],[[1448,1449]],[[1450,1451]],[[1452,1453]]],"type":"MultiPolygon","properties":{"naam_n2k":"Manteling van Walcheren","vhn_new":2,"nr":117,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000020","area":534625.353,"perimeter":8023.564},"id":"natura2000.1560"},{"arcs":[[[1454]],[[1455],[-1442]],[[-1449,1456,-1452,1457,-1453,1458,-1447,1459,-1446,1460,-1444,1461,-1440,1462],[1463],[1464]]],"type":"MultiPolygon","properties":{"naam_n2k":"Manteling van Walcheren","vhn_new":6,"nr":117,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000020","area":6865597.908,"perimeter":37446.367},"id":"natura2000.1561"},{"arcs":[[1465]],"type":"Polygon","properties":{"naam_n2k":"Mantingerbos","vhn_new":2,"nr":31,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003031","area":467327.349,"perimeter":2958.798},"id":"natura2000.1562"},{"arcs":[[1466]],"type":"Polygon","properties":{"naam_n2k":"Mantingerzand","vhn_new":2,"nr":32,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003032","area":7881245.297,"perimeter":21562.108},"id":"natura2000.1563"},{"arcs":[[1467,1468],[1469],[1470],[1471],[1472],[1473]],"type":"Polygon","properties":{"naam_n2k":"Markermeer & IJmeer","vhn_new":1,"nr":73,"tranche":3,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9803029","sitecode_h":null,"area":673542610.922,"perimeter":181875.335},"id":"natura2000.1564"},{"arcs":[[[1474]],[[1475]]],"type":"MultiPolygon","properties":{"naam_n2k":"Markermeer & IJmeer","vhn_new":3,"nr":73,"tranche":3,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9803029","sitecode_h":"NL2003017","area":9991254.767,"perimeter":24282.983},"id":"natura2000.1565"},{"arcs":[[-1468,1476]],"type":"Polygon","properties":{"naam_n2k":"Markermeer & IJmeer","vhn_new":7,"nr":73,"tranche":3,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9803029","sitecode_h":"NL2003017","area":1100299.223,"perimeter":6744.59},"id":"natura2000.1566"},{"arcs":[[[1477]],[[1478]],[[1479]],[[1480]],[[1481]],[[1482]]],"type":"MultiPolygon","properties":{"naam_n2k":"Markiezaat","vhn_new":1,"nr":127,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL3009015","sitecode_h":null,"area":30380.527,"perimeter":4050.614},"id":"natura2000.1567"},{"arcs":[[1483],[1484]],"type":"Polygon","properties":{"naam_n2k":"Markiezaat","vhn_new":5,"nr":127,"tranche":1,"beschermin":"VR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL3009015","sitecode_h":null,"area":18288269.047,"perimeter":19246.839},"id":"natura2000.1568"},{"arcs":[[[1485]],[[1486,1487,1488,1489,1490,1491,1492,1493],[1494],[1495]],[[1496,1497]],[[1498,1499]],[[1500,1501,1502,1503]],[[1504]],[[1505,1506]],[[1507,1508]]],"type":"MultiPolygon","properties":{"naam_n2k":"Meijendel & Berkheide","vhn_new":2,"nr":97,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000013","area":19191185.348,"perimeter":43234.984},"id":"natura2000.1569"},{"arcs":[[[1509,-1488]],[[1510,-1490],[-1486]],[[1511,-1492]],[[-1506,1512,-1501,1513,-1503,1514,-1499,1515,-1497,1516,-1494,1517,-1508,1518]]],"type":"MultiPolygon","properties":{"naam_n2k":"Meijendel & Berkheide","vhn_new":6,"nr":97,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000013","area":9300857.082,"perimeter":20559.881},"id":"natura2000.1570"},{"arcs":[[1519]],"type":"Polygon","properties":{"naam_n2k":"Meinweg","vhn_new":3,"nr":149,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL2000008","sitecode_h":"NL2000008","area":18092726.313,"perimeter":36261.66},"id":"natura2000.1571"},{"arcs":[[1520,1521]],"type":"Polygon","properties":{"naam_n2k":"Naardermeer","vhn_new":2,"nr":94,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL3000061","area":342752.088,"perimeter":2945.024},"id":"natura2000.1572"},{"arcs":[[-1521,1522]],"type":"Polygon","properties":{"naam_n2k":"Naardermeer","vhn_new":3,"nr":94,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL2000012","sitecode_h":"NL3000061","area":11349460.166,"perimeter":14024.663},"id":"natura2000.1573"},{"arcs":[[[1523]],[[1524],[1525],[1526],[1527],[1528],[1529],[1530],[1531],[1532],[1533],[1534],[1535],[1536],[1537],[1538],[1539],[1540],[1541],[1542],[1543]],[[1544]]],"type":"MultiPolygon","properties":{"naam_n2k":"Nieuwkoopse Plassen & De Haeck","vhn_new":3,"nr":103,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL9801063","sitecode_h":"NL3000036","area":19372357.987,"perimeter":48463.224},"id":"natura2000.1574"},{"arcs":[[-1300,-1297,-1294,1545]],"type":"Polygon","properties":{"naam_n2k":"Strabrechtse Heide & Beuven","vhn_new":7,"nr":137,"tranche":1,"beschermin":"VR+HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000024","area":2334042.577,"perimeter":7459.449},"id":"natura2000.1614"},{"arcs":[[[1546]],[[1547]]],"type":"MultiPolygon","properties":{"naam_n2k":"Swalmdal","vhn_new":2,"nr":148,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003045","area":1218440.944,"perimeter":21848.018},"id":"natura2000.1615"},{"arcs":[[[1548]],[[1549],[1550],[1551]]],"type":"MultiPolygon","properties":{"naam_n2k":"Vlijmens Ven, Moerputten & Bossche Broek","vhn_new":2,"nr":132,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801049","area":9313043.417,"perimeter":46814.733},"id":"natura2000.1641"},{"arcs":[[1552],[1553]],"type":"Polygon","properties":{"naam_n2k":"Vogelkreek","vhn_new":2,"nr":126,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2003049","area":971639.878,"perimeter":8418.3},"id":"natura2000.1642"},{"arcs":[[1554,1555,1556,1557,1558,1559,1560,1561]],"type":"Polygon","properties":{"naam_n2k":"Voordelta","vhn_new":3,"nr":113,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2008","sitecode_v":"NL4000017","sitecode_h":"NL4000017","area":922707277.056,"perimeter":195629.032},"id":"natura2000.1643"},{"arcs":[[1562]],"type":"Polygon","properties":{"naam_n2k":"Nieuwkoopse Plassen & De Haeck","vhn_new":6,"nr":103,"tranche":3,"beschermin":"HR+BN","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL3000036","area":228794.295,"perimeter":3382.605},"id":"natura2000.1575"},{"arcs":[[1563],[1564],[1565],[1566]],"type":"Polygon","properties":{"naam_n2k":"Nieuwkoopse Plassen & De Haeck","vhn_new":7,"nr":103,"tranche":3,"beschermin":"VR+HR+BN","status":"ONTWERP 2008","sitecode_v":"NL9801063","sitecode_h":"NL3000036","area":673397.811,"perimeter":5464.522},"id":"natura2000.1576"},{"arcs":[[[1567]],[[1568]]],"type":"MultiPolygon","properties":{"naam_n2k":"Noorbeemden & Hoogbos","vhn_new":2,"nr":161,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003033","area":669429.368,"perimeter":6463.176},"id":"natura2000.1577"},{"arcs":[[[1569,1570],[1571],[1572],[1573]],[[1574,1575]],[[1576,1577]]],"type":"MultiPolygon","properties":{"naam_n2k":"Noordhollands Duinreservaat","vhn_new":2,"nr":87,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801080","area":40197651.829,"perimeter":73352.004},"id":"natura2000.1578"},{"arcs":[[[1578]],[[1579]],[[1580]],[[-1570,1581,-1575,1582,-1578,1583]]],"type":"MultiPolygon","properties":{"naam_n2k":"Noordhollands Duinreservaat","vhn_new":6,"nr":87,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801080","area":12370641.355,"perimeter":27419.464},"id":"natura2000.1579"},{"arcs":[[1584,1585,1586,1587,1588,1589,1590,-451,1591,1592,1593,1594,1595],[1597]],"type":"Polygon","properties":{"naam_n2k":"Noordzeekustzone","vhn_new":3,"nr":7,"tranche":2,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802001","sitecode_h":"NL9802001","area":1438956088.662,"perimeter":434267.005},"id":"natura2000.1580"},{"arcs":[[-513,1598]],"type":"Polygon","properties":{"naam_n2k":"Noordzeekustzone","vhn_new":7,"nr":7,"tranche":2,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802001","sitecode_h":"NL9802001","area":5791776.541,"perimeter":23759.14},"id":"natura2000.1581"},{"arcs":[[1599]],"type":"Polygon","properties":{"naam_n2k":"Norgerholt","vhn_new":2,"nr":22,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2003034","area":260656.245,"perimeter":2641.216},"id":"natura2000.1582"},{"arcs":[[[1600]],[[1601]]],"type":"MultiPolygon","properties":{"naam_n2k":"Oeffelter Meent","vhn_new":2,"nr":141,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003035","area":771856.866,"perimeter":7362.011},"id":"natura2000.1583"},{"arcs":[[1602]],"type":"Polygon","properties":{"naam_n2k":"Oeffelter Meent","vhn_new":6,"nr":141,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003035","area":269872.536,"perimeter":2629.941},"id":"natura2000.1584"},{"arcs":[[1603],[1604],[1605],[1606],[1607],[1608],[1609]],"type":"Polygon","properties":{"naam_n2k":"Olde Maten & Veerslootslanden","vhn_new":2,"nr":37,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL2003063","area":9893042.018,"perimeter":19848.096},"id":"natura2000.1585"},{"arcs":[[[1610]],[[1611]],[[1612]],[[1613]],[[1614]],[[1615]],[[1616]],[[1617]],[[1618]],[[1619]],[[1620]],[[1621]],[[1622]],[[1623]],[[1624]],[[1625]],[[1626]],[[1627]],[[1628]],[[1629]],[[1630]],[[1631]],[[1632]],[[1633]],[[1634]],[[1635]],[[1636]],[[1637]],[[1638]],[[1639]],[[1640]],[[1641]],[[1642]]],"type":"MultiPolygon","properties":{"naam_n2k":"Oostelijke Vechtplassen","vhn_new":5,"nr":95,"tranche":3,"beschermin":"VR+BN","status":"ONTWERP 2008","sitecode_v":"NL9802060","sitecode_h":null,"area":148533.762,"perimeter":12601.955},"id":"natura2000.1586"},{"arcs":[[[1643]],[[1644,1645]],[[1646,1647,1648,1649]],[[1650]],[[1651,1652,1653,1654]],[[1655,1656,1657,1658,1659]],[[1660,1661,1662,1663]],[[1664,1665,1666]],[[1667,1668,1669,1670]],[[1671,1672,1673,1674]],[[1675]],[[1676,1677]],[[1678,1679]],[[1680,1681]],[[1682,1683,1684,1685]],[[1686]],[[1687,1688]],[[1689,1690,1691,1692]],[[1693]],[[1694,1695]],[[1696]],[[1697,1698,1699]],[[1700,1701,1702,1703,1704,1705]],[[1706,1707]],[[1708]],[[1709,1710,1711,1712,1713,1714,1715]],[[1716]],[[1717]],[[1718,1719,1720,1721,1722,1723]],[[1724,1725]],[[1726]],[[1727]],[[1728]],[[1729,1730,1731,1732]],[[1733,1734,1735,1736,1737,1738,1739,1740,1741,1742]],[[1743,1744,1745,1746,1747]],[[1748,1749,1750,1751]],[[1752,1753]],[[1754,1755]],[[1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773]],[[1774,1775,1776,1777,1778,1779]],[[1780,1781,1782,1783,1784,1785]],[[1786,1787]],[[1788,1789,1790,1791]],[[1792]],[[1793,1794,1795,1796,1797]],[[1798,1799,1800]],[[1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1811,1812]],[[1813,1814,1815,1816]],[[1817]],[[1818,1819]],[[1820]],[[1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838]],[[1839,1840]],[[1841,1842]],[[1843]],[[1844,1845]],[[1846,1847]],[[1848,1849]],[[1850,1851]],[[1852,1853]],[[1854,1855,1856,1857]],[[1858,1859,1860,1861,1862]],[[1863,1864]],[[1865,1866,1867,1868]],[[1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898]]],"type":"MultiPolygon","properties":{"naam_n2k":"Oostelijke Vechtplassen","vhn_new":7,"nr":95,"tranche":3,"beschermin":"VR+HR+BN","status":"ONTWERP 2008","sitecode_v":"NL9802060","sitecode_h":"NL2003036","area":1464516.447,"perimeter":49635.966},"id":"natura2000.1587"},{"arcs":[[[1899,1900]],[[1901]],[[1902]],[[1903,1904]],[[1905]],[[1906,1907,1908,1909],[1910],[1911],[1912]],[[1913]],[[1914,1915]],[[1916]],[[1917]],[[1918]],[[1919,1920]],[[1921,1922]],[[1923]],[[1924]],[[1925]],[[1926,1927]],[[1928]],[[1929,1930]],[[1931,1932]],[[1933,1934]],[[1935]],[[1936]],[[1937,1938]],[[1939]],[[1940]],[[1941]],[[1942]],[[1943]],[[1944]],[[1945]],[[1946,1947],[1948]],[[1949]],[[1950]],[[1951,1952]],[[1953]],[[1954,1955]],[[1956,1957]],[[1958,1959]],[[1960,1961]],[[1962]],[[1963]],[[1964]],[[1965,1966]],[[1967]],[[1968]],[[1969]],[[1970]],[[1971,1972,1973,1974]],[[1975]],[[1976,1977]],[[1978,1979,1980,1981]],[[1982]],[[1983,1984,1985,1986]],[[1987]],[[1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019],[2020],[2021],[2022],[2023],[2024],[2025],[2026],[2027,2028],[2029,2030],[2031]],[[2032]],[[2033]]],"type":"MultiPolygon","properties":{"naam_n2k":"Oosterschelde","vhn_new":3,"nr":118,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL3009016","sitecode_h":"NL3009016","area":123103038.6,"perimeter":657518.299},"id":"natura2000.1588"},{"arcs":[[[2034,-1994]],[[2035,-1904]],[[2036,-1900,2037,-1992]],[[2038,-1907]],[[2039,-1909]],[[-1912]],[[-1913]],[[2040]],[[2041]],[[2042]],[[2043,-1996]],[[2044]],[[2045]],[[2046,-1916,2047,-1998]],[[2048,-1921,2049,-2000]],[[2050]],[[2051,-1923,2052,-2002]],[[2053]],[[2054]],[[-1928,2055,-1932,2056]],[[-2023]],[[2057]],[[2058]],[[2059]],[[-1934,2060]],[[2061,-2006]],[[-2022]],[[-2025]],[[2062]],[[-2032]],[[2063,-2004]],[[-2024]],[[-2018,2064,-1930,-2020,2065]],[[-1939,2066]],[[2067]],[[2068,-1990]],[[-1947,2069]],[[-2027]],[[-1949]],[[-2026]],[[-2021]],[[2070,-2012]],[[2071],[2072]],[[2073,-1956,2074,-1952]],[[2075,-1957]],[[2076,-1961,2077,-1960,2078,-2016]],[[2079]],[[-2014,2080]],[[2081]],[[2082,-2010]],[[2083,-1981]],[[2084,-1979]],[[-1973,2085]],[[2086,-1966,2087,-2008]],[[2088,-1978,2089,-1984]],[[-1975,2090]],[[-1986,2091]],[[2092,-2031]],[[2093,-2029]]],"type":"MultiPolygon","properties":{"naam_n2k":"Oosterschelde","vhn_new":7,"nr":118,"tranche":1,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL3009016","sitecode_h":"NL3009016","area":246652996.844,"perimeter":439519.739},"id":"natura2000.1589"},{"arcs":[[2094]],"type":"Polygon","properties":{"naam_n2k":"Oostvaardersplassen","vhn_new":5,"nr":78,"tranche":1,"beschermin":"VR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802054","sitecode_h":null,"area":54774070.838,"perimeter":30501.641},"id":"natura2000.1590"},{"arcs":[[2095],[2096],[2097]],"type":"Polygon","properties":{"naam_n2k":"Oudegaasterbrekken, Fluessen en omgeving","vhn_new":2,"nr":10,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2003038","area":1741286.603,"perimeter":7570.122},"id":"natura2000.1591"},{"arcs":[[[2098],[2099],[2100]],[[2101]]],"type":"MultiPolygon","properties":{"naam_n2k":"Oudegaasterbrekken, Fluessen en omgeving","vhn_new":3,"nr":10,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802049","sitecode_h":"NL2003038","area":28798200.08,"perimeter":80569.855},"id":"natura2000.1592"},{"arcs":[[2102],[2103],[2104],[2105],[2106],[2107],[2108]],"type":"Polygon","properties":{"naam_n2k":"Oudeland van Strijen","vhn_new":1,"nr":110,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802103","sitecode_h":null,"area":15681396.828,"perimeter":25507.038},"id":"natura2000.1593"},{"arcs":[[[2109]],[[2110]],[[2111],[2112],[2113]],[[2114]],[[2115]],[[2116]]],"type":"MultiPolygon","properties":{"naam_n2k":"Polder Westzaan","vhn_new":2,"nr":91,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL2003040","area":10535167.249,"perimeter":42472.822},"id":"natura2000.1594"},{"arcs":[[2117],[2118],[2119],[2120],[2121],[2122],[2123],[2124],[2125],[2126],[2127],[2128],[2129],[2130],[2131],[2132],[2133],[2134],[2135],[2136],[2137],[2138],[2139],[2140],[2141],[2142],[2143],[2144],[2145],[2146],[2147],[2148],[2149],[2150],[2151]],"type":"Polygon","properties":{"naam_n2k":"Polder Zeevang","vhn_new":1,"nr":93,"tranche":3,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL3011002","sitecode_h":null,"area":18128867.414,"perimeter":52216.637},"id":"natura2000.1595"},{"arcs":[[2152]],"type":"Polygon","properties":{"naam_n2k":"Regte Heide & Riels Laag","vhn_new":2,"nr":134,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9803073","area":5386535.815,"perimeter":13490.977},"id":"natura2000.1596"},{"arcs":[[[2153]],[[2154]],[[2155],[2156]]],"type":"MultiPolygon","properties":{"naam_n2k":"Roerdal","vhn_new":2,"nr":150,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003042","area":8000636.267,"perimeter":58331.461},"id":"natura2000.1597"},{"arcs":[[[2157],[2158],[2159],[2160],[2161],[2162],[2163],[2164],[2165],[2166],[2167],[2168],[2169],[2170],[2171],[2172],[2173],[2174],[2175],[2176],[2177],[2178],[2179],[2180],[2181],[2182],[2183],[2184],[2185],[2186],[2187],[2188],[2189],[2190],[2191],[2192],[2193],[2194],[2195],[2196],[2197],[2198],[2199],[2200],[2201],[2202],[2203],[2204],[2205],[2206],[2207],[2208],[2209],[2210],[2211],[2212],[2213],[2214],[2215],[2216],[2217],[2218],[2219],[2220],[2221],[2222],[2223],[2224],[2225],[2226]],[[2227]],[[2228]]],"type":"MultiPolygon","properties":{"naam_n2k":"Rottige Meenthe & Brandemeer","vhn_new":2,"nr":18,"tranche":4,"beschermin":"HR","status":"ONTWERP 2009","sitecode_v":null,"sitecode_h":"NL9803006","area":13687331.298,"perimeter":42300.309},"id":"natura2000.1598"},{"arcs":[[2229]],"type":"Polygon","properties":{"naam_n2k":"Sallandse Heuvelrug","vhn_new":3,"nr":42,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL9803015","sitecode_h":"NL9803015","area":22278053.388,"perimeter":33051.281},"id":"natura2000.1599"},{"arcs":[[[2230,2231]],[[2232]],[[2233,2234]],[[2235,2236,2237,2238]],[[2239,2240]],[[2241,2242]],[[2243,2244]],[[2245,2246]],[[2247,2248]],[[2249,2250]],[[2251,2252]]],"type":"MultiPolygon","properties":{"naam_n2k":"Sarsven en De Banen","vhn_new":2,"nr":146,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003043","area":438282.444,"perimeter":11384.288},"id":"natura2000.1600"},{"arcs":[[[-2231,2253,-2238,2254]],[[2255,-2249,2256,-2236,2257,-2235,2258,-2241,2259,-2243,2260,-2244,2261,-2246,2262,-2251,2263,-2252]]],"type":"MultiPolygon","properties":{"naam_n2k":"Sarsven en De Banen","vhn_new":6,"nr":146,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003043","area":1121809.224,"perimeter":9654.183},"id":"natura2000.1601"},{"arcs":[[[2264]],[[2265]]],"type":"MultiPolygon","properties":{"naam_n2k":"Savelsbos","vhn_new":2,"nr":160,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801040","area":3575506.571,"perimeter":33424.738},"id":"natura2000.1602"},{"arcs":[[[2266]],[[2267]],[[2268]],[[2269]],[[2270]],[[2271]],[[2272]]],"type":"MultiPolygon","properties":{"naam_n2k":"Schoorlse Duinen","vhn_new":2,"nr":86,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL1000010","area":151852.812,"perimeter":11917.794},"id":"natura2000.1603"},{"arcs":[[2273],[2274],[2275],[2276],[2277],[2278],[2279],[2280],[2281],[2282]],"type":"Polygon","properties":{"naam_n2k":"Schoorlse Duinen","vhn_new":6,"nr":86,"tranche":1,"beschermin":"HR+BN","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL1000010","area":17214979.552,"perimeter":21712.088},"id":"natura2000.1604"},{"arcs":[[2283]],"type":"Polygon","properties":{"naam_n2k":"Sint Jansberg","vhn_new":2,"nr":142,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL3004004","area":2264259.402,"perimeter":8819.202},"id":"natura2000.1605"},{"arcs":[[[2284]],[[2285]],[[2286]],[[2287]],[[2288]],[[2289]],[[2290]],[[2291]],[[2292],[2293],[2294],[2295]],[[2296]],[[2297]],[[2298]]],"type":"MultiPolygon","properties":{"naam_n2k":"Sint Pietersberg & Jekerdal","vhn_new":2,"nr":159,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL9801025","area":949393.296,"perimeter":14769.417},"id":"natura2000.1606"},{"arcs":[[2299]],"type":"Polygon","properties":{"naam_n2k":"Sint Pietersberg & Jekerdal","vhn_new":6,"nr":159,"tranche":3,"beschermin":"HR+BN","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL9801025","area":1378348.391,"perimeter":12583.831},"id":"natura2000.1607"},{"arcs":[[2300]],"type":"Polygon","properties":{"naam_n2k":"Uiterwaarden Lek","vhn_new":6,"nr":82,"tranche":3,"beschermin":"HR+BN","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL2003030","area":61900.841,"perimeter":1681.426},"id":"natura2000.1621"},{"arcs":[[[2301]],[[2302]],[[2303],[2304],[2307],[2308],[2309]],[[2305]],[[2306]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden Neder-Rijn","vhn_new":1,"nr":66,"tranche":3,"beschermin":"VR","status":"ONTWERP 2008","sitecode_v":"NL9802038","sitecode_h":null,"area":31350924.72,"perimeter":150828.881},"id":"natura2000.1622"},{"arcs":[[2310]],"type":"Polygon","properties":{"naam_n2k":"Uiterwaarden Neder-Rijn","vhn_new":3,"nr":66,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL9802038","sitecode_h":"NL2003004","area":866342.55,"perimeter":6111.094},"id":"natura2000.1623"},{"arcs":[[[2311,2312,2313,2314]],[[2315],[2316],[2327],[2328],[2329],[2330],[2331],[2332]],[[2317]],[[2318]],[[2319],[2320],[2321]],[[2322],[2323],[2324],[2325],[2326]],[[2333]],[[2334]],[[2335]],[[2336],[2337]],[[2338],[2339]],[[2340],[2341]],[[2342],[2343],[2344]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden Waal","vhn_new":1,"nr":68,"tranche":3,"beschermin":"VR","status":"ONTWERP 2008","sitecode_v":"NL2000011","sitecode_h":null,"area":47871033.8,"perimeter":205121.59},"id":"natura2000.1624"},{"arcs":[[[-2313,2345]],[[-2315,2346]],[[2347]],[[2348]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden Waal","vhn_new":3,"nr":68,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL2000011","sitecode_h":"NL2003041","area":5316185.937,"perimeter":24631.058},"id":"natura2000.1625"},{"arcs":[[2349]],"type":"Polygon","properties":{"naam_n2k":"Uiterwaarden Waal","vhn_new":7,"nr":68,"tranche":3,"beschermin":"VR+HR+BN","status":"ONTWERP 2008","sitecode_v":"NL2000011","sitecode_h":"NL2003041","area":509613.426,"perimeter":4761.684},"id":"natura2000.1626"},{"arcs":[[[2350]],[[2351]],[[2352,2353,2354,2355,2356]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden Zwarte Water en Vecht","vhn_new":1,"nr":36,"tranche":1,"beschermin":"VR","status":"ONTWERP 2007","sitecode_v":"NL9902003","sitecode_h":null,"area":3986703.634,"perimeter":14601.976},"id":"natura2000.1627"},{"arcs":[[2357]],"type":"Polygon","properties":{"naam_n2k":"Uiterwaarden Zwarte Water en Vecht","vhn_new":2,"nr":36,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL1000005","area":778665.011,"perimeter":5410.19},"id":"natura2000.1628"},{"arcs":[[[2358]],[[2359]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden Zwarte Water en Vecht","vhn_new":7,"nr":36,"tranche":1,"beschermin":"VR+HR+BN","status":"ONTWERP 2007","sitecode_v":"NL9902003","sitecode_h":"NL1000005","area":2422438.92,"perimeter":19142.296},"id":"natura2000.1629"},{"arcs":[[2360]],"type":"Polygon","properties":{"naam_n2k":"Ulvenhoutse Bos","vhn_new":2,"nr":129,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2003047","area":1123009.67,"perimeter":5769.363},"id":"natura2000.1630"},{"arcs":[[[2361,2362]],[[2363,2364]]],"type":"MultiPolygon","properties":{"naam_n2k":"Van Oordts Mersken","vhn_new":1,"nr":15,"tranche":3,"beschermin":"VR","status":"ONTWERP 2008","sitecode_v":"NL9802046","sitecode_h":null,"area":4228182.908,"perimeter":16363.489},"id":"natura2000.1631"},{"arcs":[[[2365,-2362]],[[2366,-2364]]],"type":"MultiPolygon","properties":{"naam_n2k":"Van Oordts Mersken","vhn_new":3,"nr":15,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL9802046","sitecode_h":"NL2011015","area":4231008.142,"perimeter":15244.473},"id":"natura2000.1632"},{"arcs":[[[2367]],[[2368,2369]],[[2370,2371,2372,2373,2374,2375]],[[2376,2377]]],"type":"MultiPolygon","properties":{"naam_n2k":"Vecht- en Beneden-Reggegebied","vhn_new":2,"nr":39,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801017","area":37086057.071,"perimeter":70251.269},"id":"natura2000.1633"},{"arcs":[[[2378],[2379],[2380]],[[2381]],[[2382]],[[2383,-2373]],[[-2370,2384,-2371,2385]],[[-2375,2386,-2377,2387]]],"type":"MultiPolygon","properties":{"naam_n2k":"Vecht- en Beneden-Reggegebied","vhn_new":6,"nr":39,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801017","area":3941502.433,"perimeter":22350.349},"id":"natura2000.1634"},{"arcs":[[2388]],"type":"Polygon","properties":{"naam_n2k":"Veerse Meer","vhn_new":1,"nr":119,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802025","sitecode_h":null,"area":25388684.599,"perimeter":54042.162},"id":"natura2000.1635"},{"arcs":[[[2389]],[[2390]],[[2391]],[[2392]],[[2393]],[[2394]],[[2395]],[[2396]],[[2397]],[[2398],[2399],[2400],[2401],[2402],[2403],[2404],[2405],[2406],[2407],[2408],[2409],[2410],[2411],[2412],[2413],[2414],[2415],[2416],[2417],[2418],[2419],[2420],[2421],[2422],[2423],[2424],[2425],[2426],[2427],[2428],[2429],[2430],[2431],[2432],[2433],[2434],[2435],[2436],[2437],[2438],[2439],[2440],[2441],[2442],[2443],[2444],[2445],[2446]]],"type":"MultiPolygon","properties":{"naam_n2k":"Veluwe","vhn_new":3,"nr":57,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL3009017","sitecode_h":"NL9801023","area":910793184.22,"perimeter":753359.15},"id":"natura2000.1636"},{"arcs":[[[2447]],[[2448]]],"type":"MultiPolygon","properties":{"naam_n2k":"Veluwe","vhn_new":7,"nr":57,"tranche":1,"beschermin":"VR+HR+BN","status":"ONTWERP 2007","sitecode_v":"NL3009017","sitecode_h":"NL9801023","area":893307.247,"perimeter":9056.131},"id":"natura2000.1637"},{"arcs":[[[2449]],[[2450]],[[2451],[2452],[2453]]],"type":"MultiPolygon","properties":{"naam_n2k":"Veluwerandmeren","vhn_new":3,"nr":76,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802033","sitecode_h":"NL9802033","area":59060842.662,"perimeter":127686.09},"id":"natura2000.1638"},{"arcs":[[2454]],"type":"Polygon","properties":{"naam_n2k":"Veluwerandmeren","vhn_new":7,"nr":76,"tranche":1,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802033","sitecode_h":"NL9802033","area":2169649.792,"perimeter":15057.616},"id":"natura2000.1639"},{"arcs":[[[2455,2456]],[[2457,2458],[2459],[2460]],[[2461,-1770]],[[2462,-1772]],[[-1867,2463,-1869,2464,-1865,2465,2466,-1839,2467,-1837,2468,-1835,2469,-1833,2470,-1831,2471,2472,-1828,2473,2474,2475,2476,2477,-1788,2478,2479,2480,-1791,2481,-1789,2482,-1755,2483,2484,-1751,2485,-1749,2486,-1698,2487,2488,2489,-1661,2490,2491,2492,2493,2494,2495,2496,2497,2498,2499,-1731,2500,-1733,2501,-1746,2502,-1744,2503,2504,2505,2506,2507,2508],[2509,-1861,2510,2511,-1863],[2512,-1854],[2513,-1848],[-1844],[2514,-1850],[-1845,2515],[2516,-1840],[2517,-1843],[2518,-1858,2519,-1856],[2520,-1852],[-1801,2521,2522],[-1817,2523,-1815,2524],[2525,-1807,2526,-1805,2527,-1803,2528,-1813,2529,-1811,2530,-1809],[2531],[-1796,2532,-1794,2533,2534],[-1793],[2535,-1784,2536,-1782,2537,-1786],[2538,-1776,2539,-1780,2540,-1778],[2541,-1673,2542,-1675],[2543,-1665,2544],[2545,-1761,2546,2547,-1758,2548,-1774,2549,-1768,2550,-1766,2551,2552,-1763],[2553,-1660,2554,-1658,2555],[-1651],[2556,-1646],[-1644],[2557,-1680],[2558,-1652,2559,-1654],[-1709],[2560,-1712,2561,2562,-1716,2563,-1714],[2564,-1708],[2565,-1686,2566,-1684],[2567,-1741,2568,2569,2570,-1737,2571,-1735,2572,-1743],[-1728],[-1727],[-1729],[2573,-1726],[2574,-1723,2575,-1721,2576,-1719],[-1718],[-1717],[-1697],[2577,-1690,2578,-1692],[2579,-1689],[-1687],[2580,-1647,2581,-1649],[2582,-1682],[-1694],[2583,-1678],[2584,-1703,2585,-1701,2586,-1705],[2587,-1696],[-1676],[2588,-1669,2589,-1671],[2590],[2591],[2592],[2593],[2594],[2595],[2596],[2597],[2598],[2599],[2600],[2601],[2602,-1753],[-1818],[-1821],[2603,-1820]],[[-1878,2604,-1882,2605,-1880,2606]],[[2607,-1872,2608,2609,2610,2611,-1876,2612,-1874]],[[2613,-1885,2614]],[[2615,-1887]],[[-1889,2616]],[[2617,-1893,2618,-1891]],[[2619],[2620]],[[2621,2622]],[[2623,2624,2625,2626,2627,2628,2629,2630,2631,2632,2633,2634],[2635],[2636],[2637],[2638],[2639],[2640]]],"type":"MultiPolygon","properties":{"naam_n2k":"Oostelijke Vechtplassen","vhn_new":3,"nr":95,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL9802060","sitecode_h":"NL2003036","area":35846189.19,"perimeter":158874.093},"id":"natura2000.1693"},{"arcs":[[[2641]],[[2642]],[[2643]],[[2644]],[[2645]],[[2646]],[[2647]],[[2648]],[[2649]],[[2650]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden Zwarte Water en Vecht","vhn_new":3,"nr":36,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL9902003","sitecode_h":"NL1000005","area":7834634.251,"perimeter":48899.298},"id":"natura2000.1694"},{"arcs":[[[2651],[2652],[2653],[2654]],[[-1215,2655,-1561,2656,-1559,2657,-1557,2658,-1555,2659],[2660],[2662],[2663],[2664],[2665],[2666],[2667],[2668],[2669],[2670],[2671],[2672],[2673],[2674],[2675],[2676],[2677],[2678],[2679],[2680],[2681],[2682],[2683],[2684],[2685],[2686],[-1216],[2687],[2688],[2689],[2690],[2691],[2692],[2693],[2694],[2695],[2696],[2697],[2698],[2699],[2700],[2701],[2702],[2703],[2704],[2705],[2706],[2707],[2708],[2709],[2710],[2711],[2712],[2713],[2714],[2715],[2716],[2717],[2718],[2719]]],"type":"MultiPolygon","properties":{"naam_n2k":"Voornes Duin","vhn_new":2,"nr":100,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2008","sitecode_v":null,"sitecode_h":"NL9803077","area":12729892.701,"perimeter":66308.191},"id":"natura2000.1644"},{"arcs":[[[2720,2721]],[[2722,2723,2724,2725,2726,2727]],[[2728,2729]],[[2730,2731,2732,2733,2734,2735]]],"type":"MultiPolygon","properties":{"naam_n2k":"Waddenzee","vhn_new":3,"nr":1,"tranche":2,"beschermin":"VR+HR","status":"Besluit VR 2009, Aanmelding HR","sitecode_v":"NL9801001","sitecode_h":"NL2007001","area":81047804.249,"perimeter":72334.022},"id":"natura2000.1648"},{"arcs":[[[2736]],[[2737]],[[2738]],[[2739]],[[2740]],[[2741]],[[2742,-527]],[[2743]],[[2744]],[[2745],[2746],[2747]],[[-525,2748,-540,2749,-542,2750],[2751]],[[2752]],[[2753]],[[2754]],[[2755]],[[2756]],[[2757]],[[2758]],[[2759]]],"type":"MultiPolygon","properties":{"naam_n2k":"Waddenzee","vhn_new":3,"nr":1,"tranche":2,"beschermin":"VR+HR","status":"Natura 2000-besluit 2009","sitecode_v":"NL9801001","sitecode_h":"NL1000001","area":229694857.876,"perimeter":340272.158},"id":"natura2000.1649"},{"arcs":[[[-2722,2760,-2728,2761,-2726,2762,-2724,2763,-2730,2764,-2731,2765]],[[2766,-2733]],[[2767,-2735]]],"type":"MultiPolygon","properties":{"naam_n2k":"Waddenzee","vhn_new":7,"nr":1,"tranche":2,"beschermin":"VR+HR+BN","status":"Besluit VR 2009, Aanmelding HR","sitecode_v":"NL9801001","sitecode_h":"NL2007001","area":72435975.791,"perimeter":68590.86},"id":"natura2000.1650"},{"arcs":[[[-1595,2768]],[[2769]],[[2770]],[[2771]],[[2772]],[[2773]],[[-1593,2774,-449,2775,-447,-1591,2776,-1589,2777,-1587,2778,-1585,2779]]],"type":"MultiPolygon","properties":{"naam_n2k":"Waddenzee","vhn_new":7,"nr":1,"tranche":2,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2009","sitecode_v":"NL9801001","sitecode_h":"NL1000001","area":2262009966.077,"perimeter":463035.596},"id":"natura2000.1651"},{"arcs":[[2780],[2781],[2782],[2783],[2784],[2785],[2786],[2787],[2788]],"type":"Polygon","properties":{"naam_n2k":"Zuidlaardermeergebied","vhn_new":1,"nr":20,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL0902041","sitecode_h":null,"area":20874054.519,"perimeter":37271.703},"id":"natura2000.1676"},{"arcs":[[[2789]],[[2790]]],"type":"MultiPolygon","properties":{"naam_n2k":"Zwanenwater & Pettemerduinen","vhn_new":2,"nr":85,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL3000016","area":1752087.267,"perimeter":11513.688},"id":"natura2000.1677"},{"arcs":[[2791]],"type":"Polygon","properties":{"naam_n2k":"Zwanenwater & Pettemerduinen","vhn_new":3,"nr":85,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL9910002","sitecode_h":"NL3000016","area":5979267.686,"perimeter":12093.326},"id":"natura2000.1678"},{"arcs":[[[2792,2793]],[[2794,2795]],[[-2356,2796,2797,-2353,2798,2799,2800,2801,2802],[2803]]],"type":"MultiPolygon","properties":{"naam_n2k":"Zwarte Meer","vhn_new":3,"nr":74,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802031","sitecode_h":"NL9802031","area":2854539.148,"perimeter":45150.269},"id":"natura2000.1679"},{"arcs":[[[2804,-2796,2805,-2794,2806,-2800]],[[2807,-2802]],[[-2354,-2798]]],"type":"MultiPolygon","properties":{"naam_n2k":"Zwarte Meer","vhn_new":7,"nr":74,"tranche":1,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802031","sitecode_h":"NL9802031","area":18764848.623,"perimeter":40309.097},"id":"natura2000.1680"},{"arcs":[[[2808]],[[2809]],[[2810,2811]],[[2812]]],"type":"MultiPolygon","properties":{"naam_n2k":"Zwin & Kievittepolder","vhn_new":3,"nr":123,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL3009018","sitecode_h":"NL3000027","area":886177.689,"perimeter":7591.635},"id":"natura2000.1681"},{"arcs":[[[2813]],[[2814]],[[2815,2816]],[[2817,2818]],[[2819,2820]],[[2821,2822]],[[2823,2824]]],"type":"MultiPolygon","properties":{"naam_n2k":"Solleveld & Kapittelduinen","vhn_new":2,"nr":99,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2011","sitecode_v":null,"sitecode_h":"NL1000016","area":114680.472,"perimeter":4833.365},"id":"natura2000.1683"},{"arcs":[[[2825]],[[2826]],[[2827]],[[2828]],[[2829],[-2816,2830],[2831],[-2815],[-2814],[2832],[2833],[2834]],[[-2824,2835,-2819,2836],[2837],[-2821,2838,-2822,2839],[2840],[2841],[2842]]],"type":"MultiPolygon","properties":{"naam_n2k":"Solleveld & Kapittelduinen","vhn_new":6,"nr":99,"tranche":1,"beschermin":"HR+BN","status":"Natura 2000-besluit 2011","sitecode_v":null,"sitecode_h":"NL1000016","area":7180402.458,"perimeter":51810.531},"id":"natura2000.1684"},{"arcs":[[[2843,2844]],[[2845]],[[2846,2847],[2848],[2849]]],"type":"MultiPolygon","properties":{"naam_n2k":"Westduinpark & Wapendal","vhn_new":6,"nr":98,"tranche":0,"beschermin":"HR+BN","status":"Natura 2000-besluit 2011","sitecode_v":null,"sitecode_h":"NL1000014","area":2426245.036,"perimeter":14537.602},"id":"natura2000.1685"},{"arcs":[[2850,2851]],"type":"Polygon","properties":{"naam_n2k":"Weerribben","vhn_new":1,"nr":34,"tranche":1,"beschermin":"VR","status":"ONTWERP 2007","sitecode_v":"NL2000013","sitecode_h":null,"area":492366.633,"perimeter":3287.478},"id":"natura2000.1652"},{"arcs":[[-2851,2852],[2853],[2854]],"type":"Polygon","properties":{"naam_n2k":"Weerribben","vhn_new":3,"nr":34,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL2000013","sitecode_h":"NL9801013","area":32964525.304,"perimeter":45089.824},"id":"natura2000.1653"},{"arcs":[[[2855,2856]],[[2857,2858],[2859]],[[2860,2861,2862]]],"type":"MultiPolygon","properties":{"naam_n2k":"Weerter- en Budelerbergen & Ringselven","vhn_new":1,"nr":138,"tranche":1,"beschermin":"VR","status":"ONTWERP 2007","sitecode_v":"NL9802209","sitecode_h":null,"area":20488801.411,"perimeter":44319.044},"id":"natura2000.1654"},{"arcs":[[[2863]],[[2864,-2861,2865]]],"type":"MultiPolygon","properties":{"naam_n2k":"Weerter- en Budelerbergen & Ringselven","vhn_new":2,"nr":138,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801035","area":9560503.763,"perimeter":30373.543},"id":"natura2000.1655"},{"arcs":[[[-2857,2866]],[[2867,-2858]],[[2868,-2862,-2865]]],"type":"MultiPolygon","properties":{"naam_n2k":"Weerter- en Budelerbergen & Ringselven","vhn_new":3,"nr":138,"tranche":1,"beschermin":"VR+HR","status":"ONTWERP 2007","sitecode_v":"NL9802209","sitecode_h":"NL9801035","area":1744026.59,"perimeter":12054.732},"id":"natura2000.1656"},{"arcs":[[[2869,2870]],[[2871]],[[2872]],[[2873]],[[2874]],[[2875]],[[2876]],[[2877]],[[2878]],[[2879]],[[2880]],[[2881]],[[2882]],[[2883]],[[2884]],[[2885,2886,2887,2888,2889,2890,-2811,2891],[2892],[2893]]],"type":"MultiPolygon","properties":{"naam_n2k":"Westerschelde & Saeftinghe","vhn_new":3,"nr":122,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9803061","sitecode_h":"NL9803061","area":400058776.098,"perimeter":262032.658},"id":"natura2000.1657"},{"arcs":[[[2894,-2871,2895,-2886]],[[2896,-2890]],[[-2888,2897]],[[-2893]]],"type":"MultiPolygon","properties":{"naam_n2k":"Westerschelde & Saeftinghe","vhn_new":7,"nr":122,"tranche":1,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2010","sitecode_v":"NL9803061","sitecode_h":"NL9803061","area":36419305.111,"perimeter":47603.044},"id":"natura2000.1658"},{"arcs":[[2898]],"type":"Polygon","properties":{"naam_n2k":"Wierdense Veld","vhn_new":2,"nr":43,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL9801018","area":4195585.221,"perimeter":10744.537},"id":"natura2000.1659"},{"arcs":[[[2899]],[[2900]]],"type":"MultiPolygon","properties":{"naam_n2k":"Wijnjeterper Schar","vhn_new":2,"nr":16,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010","sitecode_v":null,"sitecode_h":"NL2003050","area":1699422.961,"perimeter":9332.856},"id":"natura2000.1660"},{"arcs":[[[2901,2902,2903,2904]],[[2905,2906]],[[2907,2908]],[[2909,2910]]],"type":"MultiPolygon","properties":{"naam_n2k":"Willinks Weust","vhn_new":2,"nr":62,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003051","area":360895.03,"perimeter":7151.352},"id":"natura2000.1661"},{"arcs":[[[2911,-2903]],[[2912,-2905,2913,-2906,2914,-2911,2915,-2908]]],"type":"MultiPolygon","properties":{"naam_n2k":"Willinks Weust","vhn_new":6,"nr":62,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003051","area":310974.932,"perimeter":4169.55},"id":"natura2000.1662"},{"arcs":[[2916],[2917],[2918]],"type":"Polygon","properties":{"naam_n2k":"Witte Veen","vhn_new":2,"nr":54,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL2003052","area":2915782.343,"perimeter":10669.631},"id":"natura2000.1663"},{"arcs":[[2919]],"type":"Polygon","properties":{"naam_n2k":"Witte en Zwarte Brekken","vhn_new":1,"nr":11,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802048","sitecode_h":null,"area":4328650.557,"perimeter":16427.226},"id":"natura2000.1664"},{"arcs":[[[2920]],[[2921]],[[2922]],[[2923]]],"type":"MultiPolygon","properties":{"naam_n2k":"Witterveld","vhn_new":2,"nr":24,"tranche":0,"beschermin":"HR","status":"Natura 2000-besluit 2009","sitecode_v":null,"sitecode_h":"NL1000003","area":201439.904,"perimeter":3668.493},"id":"natura2000.1665"},{"arcs":[[2924]],"type":"Polygon","properties":{"naam_n2k":"Witterveld","vhn_new":6,"nr":24,"tranche":0,"beschermin":"HR+BN","status":"Natura 2000-besluit 2009","sitecode_v":null,"sitecode_h":"NL1000003","area":4613390.268,"perimeter":14468.518},"id":"natura2000.1666"},{"arcs":[[[2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943]],[[2944,2945,2946,2947,2948,2949,2950,2951,2952,2953,2954,2955]],[[2956,2957,2958,2959,2960,2961,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008]],[[3009,3010,3011,3012,3013,3014,3015,3016,3017,3018,3019,3020,3021,3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,3067,3068,3069,3070,3071,3072,3073,3074,3075,3076,3077,3078,3079,3080,3081,3082,3083,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,3109,3110,3111,3112,3113,3114,3115,3116,3117,3118,3119,3120,3121,3122,3123,3124,3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3221,3222,3223],[3224]]],"type":"MultiPolygon","properties":{"naam_n2k":"Wormer- en Jisperveld & Kalverpolder","vhn_new":1,"nr":90,"tranche":3,"beschermin":"VR","status":"ONTWERP 2008","sitecode_v":"NL9802058","sitecode_h":null,"area":3891935.695,"perimeter":30350.196},"id":"natura2000.1695"},{"arcs":[[[3225]],[[3226]],[[3227]],[[3228,3229]],[[3230]],[[3231,3232]],[[3233,3234]],[[3235]],[[3236,3237]],[[3238,3239]],[[3240,3241]],[[3242,3243]],[[3244]],[[3245]],[[3246]],[[3247,3248]],[[3249]],[[3250]],[[3251,3252,3253]],[[3254,3255]],[[3256]],[[3257,3258]],[[3259,3260]],[[3261]],[[3262,3263,3264,3265]],[[3266,3267]],[[3268]],[[3269,3270,3271]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden IJssel","vhn_new":5,"nr":38,"tranche":3,"beschermin":"VR+BN","status":"ONTWERP 2008","sitecode_v":"NL9802036","sitecode_h":null,"area":2860244.998,"perimeter":40406.388},"id":"natura2000.1696"},{"arcs":[[3272],[3273],[3274]],"type":"Polygon","properties":{"naam_n2k":"Ketelmeer & Vossemeer","vhn_new":1,"nr":75,"tranche":1,"beschermin":"VR","status":"Natura 2000-besluit 2010, wijzigingsbesluit 2011","sitecode_v":"NL3009013","sitecode_h":null,"area":36487101.338,"perimeter":64923.829},"id":"natura2000.1698"},{"arcs":[[[3275]],[[3276]],[[3277]],[[3278]],[[3279]],[[3280]],[[3281]],[[3282]],[[3283]],[[3284]],[[3285]],[[3286]],[[3287]],[[3288]],[[3289]]],"type":"MultiPolygon","properties":{"naam_n2k":"Oude Maas","vhn_new":2,"nr":108,"tranche":1,"beschermin":"HR","status":"Natura 2000-besluit 2010, wijzigingsbesluit 2011","sitecode_v":null,"sitecode_h":"NL2003037","area":4735787.607,"perimeter":52432.862},"id":"natura2000.1699"},{"arcs":[[[3290]],[[3291]],[[3292]],[[3293]],[[3294]],[[3295]],[[3296]],[[3297]],[[3298]],[[3299]]],"type":"MultiPolygon","properties":{"naam_n2k":"Krammer-Volkerak","vhn_new":7,"nr":114,"tranche":4,"beschermin":"VR+HR+BN","status":"BESLUIT Vogelrichtlijn en AANMELDING Habitatrichtlijn","sitecode_v":"NL1000021","sitecode_h":"NL1000021","area":35242652.927,"perimeter":101162.365},"id":"natura2000.1700"},{"arcs":[[3300]],"type":"Polygon","properties":{"naam_n2k":"Wooldse Veen","vhn_new":2,"nr":64,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003053","area":669412.746,"perimeter":3958.749},"id":"natura2000.1667"},{"arcs":[[3301]],"type":"Polygon","properties":{"naam_n2k":"Wormer- en Jisperveld & Kalverpolder","vhn_new":2,"nr":90,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL2003054","area":969858.742,"perimeter":5034.4},"id":"natura2000.1668"},{"arcs":[[-2954,3302,-2952,3303,-2950,3304,-2948,3305,-2946,3306,-2956,3307,3308,-3005,3309,3310,-3002,3311,-3000,3312,3313,-2997,3314,3315,3316,-2993,3317,3318,-2990,3319,3320,3321,-2986,3322,3323,3324,3325,-2981,3326,-2979,3327,-2977,3328,3329,3330,-2973,3331,3332,3333,-2969,3334,3335,-2966,3336,-2964,3337,3338,-2961,3339,3340,-2958,3341,3342,-3008,3343,3344,-3222,3345,-3220,3346,3347,3348,-3216,3349,-3214,3350,-3212,3351,-3210,3352,3353,-3207,3354,3355,-3204,3356,-3202,3357,3358,3359,-3198,3360,3361,-3195,3362,3363,-3192,3364,-3190,3365,3366,-3187,3367,3368,3369,-3183,3370,-3181,3371,3372,3373,-3177,3374,-3175,3375,3376,-3172,3377,3378,-3169,3379,3380,3381,3382,3383,3384,3385,3386,-3160,3387,3388,-3157,3389,3390,3391,-3153,3392,3393,3394,3395,3396,3397,-3146,3398,3399,-3143,3400,-3141,3401,3402,-3138,3403,-3136,3404,-3134,3405,3406,3407,-3130,3408,-3128,3409,-3126,3410,3411,3412,-3122,3413,-3120,3414,3415,3416,3417,-3115,3418,-3113,3419,-3111,3420,3421,3422,-3107,3423,3424,-3104,3425,3426,3427,3428,3429,-3098,3430,3431,-3095,3432,3433,3434,-3091,3435,-3089,3436,3437,3438,3439,-3084,3440,3441,-3081,3442,3443,-3078,3444,-3076,3445,3446,3447,-3072,3448,3449,3450,-3068,3451,-3066,3452,3453,3454,-3062,3455,3456,3457,3458,-3057,3459,3460,-3054,3461,3462,-3051,3463,3464,3465,3466,-3046,3467,3468,3469,3470,3471,-3040,3472,-3038,3473,-3036,3474,-3034,3475,-3032,3476,-3030,3477,-3028,3478,3479,-3025,3480,-3023,3481,3482,3483,3484,-3018,3485,3486,3487,-3014,3488,3489,3490,-3010,3491,-2939,3492,3493,3494,3495,3496,-2933,3497,-2931,3498,3499,-2928,3500,-2926,3501,3502,-2942,3503,3504]],"type":"Polygon","properties":{"naam_n2k":"Wormer- en Jisperveld & Kalverpolder","vhn_new":3,"nr":90,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL9802058","sitecode_h":"NL2003054","area":13603768.161,"perimeter":32565.767},"id":"natura2000.1669"},{"arcs":[[[3505]],[[3506]]],"type":"MultiPolygon","properties":{"naam_n2k":"Yerseke en Kapelse Moer","vhn_new":3,"nr":121,"tranche":1,"beschermin":"VR+HR","status":"Natura 2000-besluit 2010","sitecode_v":"NL9802068","sitecode_h":"NL9802068","area":4328435.98,"perimeter":15231.741},"id":"natura2000.1670"},{"arcs":[[[3507]],[[3508]],[[3509]]],"type":"MultiPolygon","properties":{"naam_n2k":"Zeldersche Driessen","vhn_new":2,"nr":143,"tranche":1,"beschermin":"HR","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003055","area":403414.217,"perimeter":6621.061},"id":"natura2000.1671"},{"arcs":[[3510]],"type":"Polygon","properties":{"naam_n2k":"Zeldersche Driessen","vhn_new":6,"nr":143,"tranche":1,"beschermin":"HR+BN","status":"ONTWERP 2007","sitecode_v":null,"sitecode_h":"NL2003055","area":519660.291,"perimeter":3994.535},"id":"natura2000.1672"},{"arcs":[[3511]],"type":"Polygon","properties":{"naam_n2k":"Zoommeer","vhn_new":1,"nr":120,"tranche":4,"beschermin":"VR","status":"BESLUIT Vogelrichtlijn","sitecode_v":"NL9902010","sitecode_h":null,"area":10532610.987,"perimeter":25271.814},"id":"natura2000.1673"},{"arcs":[[3512]],"type":"Polygon","properties":{"naam_n2k":"Zouweboezem","vhn_new":2,"nr":105,"tranche":3,"beschermin":"HR","status":"ONTWERP 2008","sitecode_v":null,"sitecode_h":"NL3004006","area":1235192.04,"perimeter":6049.959},"id":"natura2000.1674"},{"arcs":[[[3513]],[[3514]]],"type":"MultiPolygon","properties":{"naam_n2k":"Zouweboezem","vhn_new":3,"nr":105,"tranche":3,"beschermin":"VR+HR","status":"ONTWERP 2008","sitecode_v":"NL9802065","sitecode_h":"NL3004006","area":1341041.962,"perimeter":11062.736},"id":"natura2000.1675"},{"arcs":[[3515]],"type":"Polygon","properties":{"naam_n2k":"Zwin & Kievittepolder","vhn_new":7,"nr":123,"tranche":3,"beschermin":"VR+HR+BN","status":"ONTWERP 2008","sitecode_v":"NL3009018","sitecode_h":"NL3000027","area":155752.951,"perimeter":1849.176},"id":"natura2000.1682"},{"arcs":[[[3516]],[[-2844,3517,-2847,3518]]],"type":"MultiPolygon","properties":{"naam_n2k":"Westduinpark & Wapendal","vhn_new":2,"nr":98,"tranche":0,"beschermin":"HR","status":"Natura 2000-besluit 2011","sitecode_v":null,"sitecode_h":"NL1000014","area":37393.909,"perimeter":999.867},"id":"natura2000.1686"},{"arcs":[[3519]],"type":"Polygon","properties":{"naam_n2k":"Spanjaards Duin","vhn_new":2,"nr":991,"tranche":1,"beschermin":"HR","status":"Voorlopige aanwijzing HR 2011","sitecode_v":null,"sitecode_h":"NL1000016","area":407416.732,"perimeter":7220.221},"id":"natura2000.1687"},{"arcs":[[3520]],"type":"Polygon","properties":{"naam_n2k":"Ketelmeer & Vossemeer","vhn_new":5,"nr":75,"tranche":1,"beschermin":"VR+BN","status":"Natura 2000-besluit 2010, wijzigingsbesluit 2011","sitecode_v":"NL3009013","sitecode_h":null,"area":1942047.881,"perimeter":9691.496},"id":"natura2000.1688"},{"arcs":[[[3521]],[[3522,3523,3524,3525,3526,3527],[3528],[3529],[3530],[3531],[3532],[3533],[3534],[3535],[3536]],[[3537],[3538]],[[3539,3540,3541,3542,3543,3544],[3545],[3546]]],"type":"MultiPolygon","properties":{"naam_n2k":"Duinen en Lage Land Texel","vhn_new":2,"nr":2,"tranche":2,"beschermin":"HR","status":"Natura 2000-besluit 2009, wijzigingsbesluit 2011","sitecode_v":null,"sitecode_h":"NL2003060","area":7210926.438,"perimeter":37458.916},"id":"natura2000.1689"},{"arcs":[[[3547],[3548]],[[3549]],[[3550]],[[3551]],[[-3527,3552,-3525,3553,-3523,3554],[3555],[3556],[3557],[3558],[3559]],[[3560]],[[3561]],[[3562]],[[3563]],[[3564]],[[3565]],[[-3543,3566,-3541,3567,-3545,3568],[3569],[3570],[3571],[3572],[3573]]],"type":"MultiPolygon","properties":{"naam_n2k":"Duinen en Lage Land Texel","vhn_new":3,"nr":2,"tranche":2,"beschermin":"VR+HR","status":"Natura 2000-besluit 2009, wijzigingsbesluit 2011","sitecode_v":"NL3009008","sitecode_h":"NL2003060","area":31115410.938,"perimeter":85612.009},"id":"natura2000.1690"},{"arcs":[[[3574]],[[3575]],[[3576]],[[3577]]],"type":"MultiPolygon","properties":{"naam_n2k":"Duinen en Lage Land Texel","vhn_new":7,"nr":2,"tranche":2,"beschermin":"VR+HR+BN","status":"Natura 2000-besluit 2009, wijzigingsbesluit 2011","sitecode_v":"NL3009008","sitecode_h":"NL2003060","area":2504645.018,"perimeter":20498.435},"id":"natura2000.1691"},{"arcs":[[[3578],[3579],[3580],[3581],[3582],[3583],[3584],[3585],[3586],[3587],[3588],[3589],[3590],[3591],[3592],[3593],[3594],[3595],[3596],[3597],[3598],[3599],[3600],[3601],[3602],[3603],[3604],[3605],[3606],[3607],[3608],[3609],[3610],[3611],[3612]],[[3613]]],"type":"MultiPolygon","properties":{"naam_n2k":"Biesbosch","vhn_new":3,"nr":112,"tranche":4,"beschermin":"VR+HR","status":"ONTWERP 2009","sitecode_v":"NL3009002","sitecode_h":"NL3000040","area":94975986.413,"perimeter":120128.884},"id":"natura2000.1434"},{"arcs":[[3614],[3615],[3616],[3617],[3618],[3619],[3620],[3621],[3622],[3623],[3624],[3625],[3626],[3627],[3628],[3629]],"type":"Polygon","properties":{"naam_n2k":"Eilandspolder","vhn_new":1,"nr":89,"tranche":3,"beschermin":"VR","status":"ONTWERP 2008","sitecode_v":"NL4000056","sitecode_h":null,"area":6031295.487,"perimeter":24599.94},"id":"natura2000.1486"},{"arcs":[[[-2497,3630,-2495,3631,-2493,3632,-2491,-1664,3633,-1662,-2490,3634,-2488,-1700,3635,-2484,3636,-2483,3637,-2480,3638,-2477,3639,-2475,3640,-1826,3641,-1824,3642,-1822,-2467,3643],[3644],[3645],[3646],[3647],[3648],[3649],[3650],[3651],[3652],[3653],[3654],[3655],[3656],[3657],[3658],[3659],[3660],[3661],[3662],[3663],[3664],[3665],[3666]],[[-2622,3667,-2624,3668],[3669],[3670]],[[3671,-2458,3672,-2499]],[[-2628,3673,-2626,3674],[3675]],[[3676,-2508,3677,-2506,3678,-2611],[3679],[3680],[3681],[3682],[3683],[3684],[3685],[3686],[3687],[3688],[3689],[3690],[3691],[3692],[3693],[3694],[3695],[3696],[3697]],[[-2632,3698,-2630,3699,-2609,-1871,3700,-1899,3701]],[[3702]],[[-2634,3703],[3704]],[[3705,-2456]],[[3706,-1895,3707,-1897]]],"type":"MultiPolygon","properties":{"naam_n2k":"Oostelijke Vechtplassen","vhn_new":1,"nr":95,"tranche":3,"beschermin":"VR","status":"ONTWERP 2008","sitecode_v":"NL9802060","sitecode_h":null,"area":28105060.772,"perimeter":125830.183},"id":"natura2000.1692"},{"arcs":[[[3708],[3710],[3711],[3712],[3713],[3715]],[[3716],[3709],[3714],[3717],[3718],[3719],[3720],[3721],[3722],[3723]],[[3724]],[[3725]],[[3726],[3727],[3728]],[[3729]],[[3730],[3731]],[[3732]],[[3733]],[[3734]],[[3735]],[[3736]],[[3737],[3746],[3747],[3748],[3749],[-3226],[-3227],[-3228],[3750]],[[3738]],[[3739]],[[3740,-3230,3741,-3235,3742,-3240,3743,-3242,3744,-3233,3745]],[[-3267,3751,-3266,3752,-3264,3753,-3260,3754,-3256,3755],[-3257],[-3251],[3756,3757,-3254],[-3250],[3779],[3780],[3781],[3782],[3783],[3784],[3785],[3786],[3787],[3788]],[[3758],[3759],[3760],[3761],[3762],[3764],[3765],[3766],[3767],[3768],[3770],[3772],[3773]],[[3774],[3763],[3769],[3771],[3776],[3777]],[[3778]],[[-3259,3789]],[[-3249,3790],[-3246],[3791],[3792],[3793],[3794],[3795],[3796],[3797],[3798],[3799],[-3247]],[[-3238,3800,-3243,3801],[-3245],[-3231],[-3236],[3802]],[[3803],[3804],[3805],[3806],[3807],[3808],[3809],[3810],[3811],[3812],[3813]],[[3814]],[[3815],[3775]],[[3816]],[[3817],[-3269]],[[3820]],[[3821,-3272,3822],[3818],[3819],[3823]],[[3824]],[[3825]],[[3826]],[[3827],[3828]],[[3829]],[[3830],[3831]],[[3832]],[[3833]],[[3834],[3835],[3836]],[[3837]],[[3838]]],"type":"MultiPolygon","properties":{"naam_n2k":"Uiterwaarden IJssel","vhn_new":1,"nr":38,"tranche":3,"beschermin":"VR","status":"ONTWERP 2008","sitecode_v":"NL9802036","sitecode_h":null,"area":68779882.107,"perimeter":484809.497},"id":"natura2000.1697"}]}},"crs":{"type":"EPSG","properties":{"code":"28992"}}} \ No newline at end of file diff --git a/data/old/metaData_en.json b/data/old/metaData_en.json index e73ca8606ff3160bee874199f00b32d998ab06f9..b6f58bb023ce42b400931090375d4829b5f7b401 100644 --- a/data/old/metaData_en.json +++ b/data/old/metaData_en.json @@ -19,160 +19,160 @@ "serviceURL": "./data/gemeenten/data.geojson", "serviceTypeName": "natatlas%3AWijkenBuurten2011%3AGemeenten_2011", "serviceOutputFormat": "json", - "maps": [ + "mapsubjects": [ { - "data_attributes": "GM_CODE", - "unit": "", + "attrib": "GM_CODE", + "data_unit": "", "name": "Municipality code", "maptype": "area_colour" }, { - "data_attributes": "GM_NAAM", - "unit": "", + "attrib": "GM_NAAM", + "data_unit": "", "name": "Municipality name", "maptype": "area_label" }, { - "data_attributes": "AANT_INW", - "unit": " inhabitants", + "attrib": "AANT_INW", + "data_unit": " inhabitants", "name": "Number of inhabitants", "maptype": "point_size" }, { - "data_attributes": "AANT_MAN", - "unit": " male inhabitants", + "attrib": "AANT_MAN", + "data_unit": " male inhabitants", "name": "Number of Males", "maptype": "point_size" }, { - "data_attributes": "AANT_VROUW", - "unit": " female inhabitants", + "attrib": "AANT_VROUW", + "data_unit": " female inhabitants", "name": "Number of Females", "maptype": "point_size" }, { - "data_attributes": "P_00_14_JR", - "unit": "% of total population", + "attrib": "P_00_14_JR", + "data_unit": "% of total population", "name": "% 0-14", "maptype": "area_value" }, { - "data_attributes": "P_15_24_JR", - "unit": "% of total population", + "attrib": "P_15_24_JR", + "data_unit": "% of total population", "name": "% age 15-24", "maptype": "area_value" }, { - "data_attributes": "P_25_44_JR", - "unit": "% of total population", + "attrib": "P_25_44_JR", + "data_unit": "% of total population", "name": "% age 25-44", "maptype": "area_value" }, { - "data_attributes": "P_45_64_JR", - "unit": "% of total population", + "attrib": "P_45_64_JR", + "data_unit": "% of total population", "name": "% age 45-64", "maptype": "area_value" }, { - "data_attributes": "P_65_EO_JR", - "unit": "% of total population", + "attrib": "P_65_EO_JR", + "data_unit": "% of total population", "name": "% age 65 and older", "maptype": "area_value" }, { - "data_attributes": "AANTAL_HH", - "unit": " households", + "attrib": "AANTAL_HH", + "data_unit": " households", "name": "Number of households", "maptype": "point_size" }, { - "data_attributes": "BEV_DICHTH", - "unit": " inhabitants per km2", + "attrib": "BEV_DICHTH", + "data_unit": " inhabitants per km2", "name": "Population density", "maptype": "area_value" }, { - "data_attributes": "P_EENP_HH", - "unit": "% of households", + "attrib": "P_EENP_HH", + "data_unit": "% of households", "name": "% one person households", "maptype": "area_value" }, { - "data_attributes": "P_HH_Z_K", - "unit": "% of households", + "attrib": "P_HH_Z_K", + "data_unit": "% of households", "name": "% households without children", "maptype": "area_value" }, { - "data_attributes": "P_HH_M_K", - "unit": "% of households", + "attrib": "P_HH_M_K", + "data_unit": "% of households", "name": "% households with children", "maptype": "area_value" }, { - "data_attributes": "GEM_HH_GR", - "unit": " persons", + "attrib": "GEM_HH_GR", + "data_unit": " persons", "name": "Average household size", "maptype": "area_value" }, { - "data_attributes": "P_WEST_AL", - "unit": "% of total population", + "attrib": "P_WEST_AL", + "data_unit": "% of total population", "name": "% western foreigners", "maptype": "area_value" }, { - "data_attributes": "P_N_W_AL", - "unit": "% of total population", + "attrib": "P_N_W_AL", + "data_unit": "% of total population", "name": "% non-western foreigners", "maptype": "area_value" }, { - "data_attributes": "P_MAROKKO", - "unit": "% of total population", + "attrib": "P_MAROKKO", + "data_unit": "% of total population", "name": "% Moroccons", "maptype": "area_value" }, { - "data_attributes": "P_ANT_ARU", - "unit": "% of total population", + "attrib": "P_ANT_ARU", + "data_unit": "% of total population", "name": "% Antilians and Arubans", "maptype": "area_value" }, { - "data_attributes": "P_SURINAM", - "unit": "% of total population", + "attrib": "P_SURINAM", + "data_unit": "% of total population", "name": "% Surinams", "maptype": "area_value" }, { - "data_attributes": "P_TURKIJE", - "unit": "% of total population", + "attrib": "P_TURKIJE", + "data_unit": "% of total population", "name": "% Turks", "maptype": "area_value" }, { - "data_attributes": "P_OVER_NW", - "unit": "% of total population", + "attrib": "P_OVER_NW", + "data_unit": "% of total population", "name": "% other non-western foreigners", "maptype": "area_value" }, { - "data_attributes": "OPP_TOT", - "unit": " ha.", + "attrib": "OPP_TOT", + "data_unit": " ha.", "name": "Area total", "maptype": "point_size" }, { - "data_attributes": "OPP_LAND", - "unit": " ha.", + "attrib": "OPP_LAND", + "data_unit": " ha.", "name": "Area land", "maptype": "point_size" }, { - "data_attributes": "OPP_WATER", - "unit": " ha.", + "attrib": "OPP_WATER", + "data_unit": " ha.", "name": "Area water", "maptype": "point_size" } @@ -192,74 +192,74 @@ "serviceURL": "./data/provincies/data.geojson", "serviceTypeName": "gemeenten2provincies", "serviceOutputFormat": "json", - "maps": [ + "mapsubjects": [ { - "data_attributes": "id", - "unit": "", + "attrib": "id", + "data_unit": "", "name": "Provincial code", "maptype": "area_colour", "spatial_aggregation" : "union", "attribute_aggregation": "min" }, { - "data_attributes": "prov_name", - "unit": "", + "attrib": "prov_name", + "data_unit": "", "name": "Provincial name", "maptype": "area_label", "spatial_aggregation" : "union", "attribute_aggregation": "sum" }, { - "data_attributes": "aant_inw", - "unit": " inhabitants", + "attrib": "aant_inw", + "data_unit": " inhabitants", "name": "Population", "maptype": "point_size", "spatial_aggregation" : "union", "attribute_aggregation": "round_avg" }, { - "data_attributes": "aantal_hh", - "unit": " households", + "attrib": "aantal_hh", + "data_unit": " households", "name": "Number of households", "maptype": "point_size", "spatial_aggregation" : "union", "attribute_aggregation": "sum" }, { - "data_attributes": "bev_dichth", - "unit": " inhabitants per km2", + "attrib": "bev_dichth", + "data_unit": " inhabitants per km2", "name": "Population density", "maptype": "area_value", "spatial_aggregation" : "union", "attribute_aggregation": "round_avg" }, { - "data_attributes": "gem_hh_gr", - "unit": " persons", + "attrib": "gem_hh_gr", + "data_unit": " persons", "name": "Average household size", "maptype": "area_value", "spatial_aggregation" : "union", "attribute_aggregation": "avg" }, { - "data_attributes": "p_west_al", - "unit": "%", + "attrib": "p_west_al", + "data_unit": "%", "name": "% western foreigners", "maptype": "area_value", "spatial_aggregation" : "union", "attribute_aggregation": "round_avg" }, { - "data_attributes": "p_n_w_al", - "unit": "%", + "attrib": "p_n_w_al", + "data_unit": "%", "name": "% non-western foreigners", "maptype": "area_value", "spatial_aggregation" : "union", "attribute_aggregation": "round_avg" }, { - "data_attributes": "opp_tot", - "unit": " ha.", + "attrib": "opp_tot", + "data_unit": " ha.", "name": "Total area", "maptype": "point_size", "spatial_aggregation" : "union", @@ -281,22 +281,22 @@ "serviceTypeName": "natura2000:natura2000", "serviceOutputFormat": "json", "serviceVersion": "1.1.0", - "maps": [ + "mapsubjects": [ { - "data_attributes": "naam_n2k", - "unit": "", + "attrib": "naam_n2k", + "data_unit": "", "name": "Name protected area", "maptype": "area_label" }, { - "data_attributes": "status", - "unit": "", + "attrib": "status", + "data_unit": "", "name": "Status protected area", "maptype": "area_colour" }, { - "data_attributes": "area", - "unit": " m2", + "attrib": "area", + "data_unit": " m2", "name": "Size protected area", "maptype": "point_size", "bgColor": "#ffffff" diff --git a/data/old/metaData_nl.json b/data/old/metaData_nl.json index bdd7e600492597aa204e79de5ebaab6145f7f9f0..f6a91176062c1b93daf28de25d4d6d2275928035 100644 --- a/data/old/metaData_nl.json +++ b/data/old/metaData_nl.json @@ -19,148 +19,148 @@ "serviceURL": "./data/gemeenten/data.geojson", "serviceTypeName": "natatlas%3AWijkenBuurten2011%3AGemeenten_2011", "serviceOutputFormat": "json", - "maps": [ + "mapsubjects": [ { - "data_attributes": "GM_CODE", - "unit": "", + "attrib": "GM_CODE", + "data_unit": "", "name": "Gemeente code", "maptype": "area_colour" }, { - "data_attributes": "GM_NAAM", - "unit": "", + "attrib": "GM_NAAM", + "data_unit": "", "name": "Gemeente naam", "maptype": "area_label" }, { - "data_attributes": "AANT_INW", - "unit": " inwoners", + "attrib": "AANT_INW", + "data_unit": " inwoners", "name": "Aantal inwoners", "maptype": "point_size" }, { - "data_attributes": "AANT_MAN", - "unit": " mannelijke inwoners", + "attrib": "AANT_MAN", + "data_unit": " mannelijke inwoners", "name": "Aantal mannen", "maptype": "point_size" }, { - "data_attributes": "AANT_VROUW", - "unit": " vrouwelijke inwoners", + "attrib": "AANT_VROUW", + "data_unit": " vrouwelijke inwoners", "name": "Aantal vrouwen", "maptype": "point_size" }, { - "data_attributes": "P_00_14_JR", - "unit": "% van totale bevolking", + "attrib": "P_00_14_JR", + "data_unit": "% van totale bevolking", "name": "% 0-14 jaar", "maptype": "area_value" }, { - "data_attributes": "P_15_24_JR", - "unit": "% van totale bevolking", + "attrib": "P_15_24_JR", + "data_unit": "% van totale bevolking", "name": "% 15-24 jaar", "maptype": "area_value" }, { - "data_attributes": "P_25_44_JR", - "unit": "% van totale bevolking", + "attrib": "P_25_44_JR", + "data_unit": "% van totale bevolking", "name": "% 25-44 jaar", "maptype": "area_value" }, { - "data_attributes": "P_45_64_JR", - "unit": "% van totale bevolking", + "attrib": "P_45_64_JR", + "data_unit": "% van totale bevolking", "name": "% 45-64 jaar", "maptype": "area_value" }, { - "data_attributes": "P_65_EO_JR", - "unit": "% van totale bevolking", + "attrib": "P_65_EO_JR", + "data_unit": "% van totale bevolking", "name": "% 65 jaar en ouder", "maptype": "area_value" }, { - "data_attributes": "AANTAL_HH", - "unit": " huishoudens", + "attrib": "AANTAL_HH", + "data_unit": " huishoudens", "name": "Aantal huishoudens", "maptype": "point_size" }, { - "data_attributes": "BEV_DICHTH", - "unit": " inwoners per km2", + "attrib": "BEV_DICHTH", + "data_unit": " inwoners per km2", "name": "Bevolkingsdichtheid", "maptype": "area_value" }, { - "data_attributes": "P_EENP_HH", - "unit": "% van de huishoudens", + "attrib": "P_EENP_HH", + "data_unit": "% van de huishoudens", "name": "% eenpersoons-huishoudens", "maptype": "area_value" }, { - "data_attributes": "P_HH_Z_K", - "unit": "% van de huishoudens", + "attrib": "P_HH_Z_K", + "data_unit": "% van de huishoudens", "name": "% huishoudens zonder kinderen", "maptype": "area_value" }, { - "data_attributes": "P_HH_M_K", - "unit": "% van de huishoudens", + "attrib": "P_HH_M_K", + "data_unit": "% van de huishoudens", "name": "% huishoudens met kinderen", "maptype": "area_value" }, { - "data_attributes": "GEM_HH_GR", - "unit": " personen", + "attrib": "GEM_HH_GR", + "data_unit": " personen", "name": "Gemiddelde huishoudensgrootte", "maptype": "area_value" }, { - "data_attributes": "P_WEST_AL", - "unit": "% van totale bevolking", + "attrib": "P_WEST_AL", + "data_unit": "% van totale bevolking", "name": "% westerse allochtonen", "maptype": "area_value" }, { - "data_attributes": "P_N_W_AL", - "unit": "% van totale bevolking", + "attrib": "P_N_W_AL", + "data_unit": "% van totale bevolking", "name": "% niet-westerse allochtonen", "maptype": "area_value" }, { - "data_attributes": "P_MAROKKO", - "unit": "% van totale bevolking", + "attrib": "P_MAROKKO", + "data_unit": "% van totale bevolking", "name": "% Marokkanen", "maptype": "area_value" }, { - "data_attributes": "P_ANT_ARU", - "unit": "%", + "attrib": "P_ANT_ARU", + "data_unit": "%", "name": "% Antilianen en Arubanen", "maptype": "area_value" }, { - "data_attributes": "P_SURINAM", - "unit": "% van totale bevolking", + "attrib": "P_SURINAM", + "data_unit": "% van totale bevolking", "name": "% Surinamers", "maptype": "area_value" }, { - "data_attributes": "P_TURKIJE", - "unit": "% van totale bevolking", + "attrib": "P_TURKIJE", + "data_unit": "% van totale bevolking", "name": "% Turken", "maptype": "area_value" }, { - "data_attributes": "P_OVER_NW", - "unit": "% van totale bevolking", + "attrib": "P_OVER_NW", + "data_unit": "% van totale bevolking", "name": "% overige niet-westerse allochtonen", "maptype": "area_value" }, { - "data_attributes": "OPP_TOT", - "unit": " ha.", + "attrib": "OPP_TOT", + "data_unit": " ha.", "name": "Oppervlakte totaal", "maptype": "point_size" } @@ -180,82 +180,82 @@ "serviceURL": "./data/provincies/data.geojson", "serviceTypeName": "gemeenten2provincies", "serviceOutputFormat": "json", - "maps": [ + "mapsubjects": [ { - "data_attributes": "prov_name", - "unit": "", + "attrib": "prov_name", + "data_unit": "", "name": "Provincienaam", "maptype": "area_label" }, { - "data_attributes": "aant_inw", - "unit": " inwoners", + "attrib": "aant_inw", + "data_unit": " inwoners", "name": "Aantal inwoners", "maptype": "point_size" }, { - "data_attributes": "aantal_hh", - "unit": " huishoudens", + "attrib": "aantal_hh", + "data_unit": " huishoudens", "name": "Aantal huishoudens", "maptype": "point_size" }, { - "data_attributes": "bev_dichth", - "unit": " inwoners per km2", + "attrib": "bev_dichth", + "data_unit": " inwoners per km2", "name": "Bevolkingsdichtheid", "maptype": "area_value" }, { - "data_attributes": "gem_hh_gr", - "unit": " personen", + "attrib": "gem_hh_gr", + "data_unit": " personen", "name": "Gemiddelde huishoudensgrootte", "maptype": "area_value" }, { - "data_attributes": "p_west_al", - "unit": "% van totale bevolking", + "attrib": "p_west_al", + "data_unit": "% van totale bevolking", "name": "% westerse allochtonen", "maptype": "area_value" }, { - "data_attributes": "p_n_w_al", - "unit": "% van totale bevolking", + "attrib": "p_n_w_al", + "data_unit": "% van totale bevolking", "name": "% niet-westerse allochtonen", "maptype": "area_value" }, { - "data_attributes": "p_marokko", - "unit": "% van totale bevolking", + "attrib": "p_marokko", + "data_unit": "% van totale bevolking", "name": "% Marokkanen", "maptype": "area_value" }, { - "data_attributes": "p_ant_aru", - "unit": "%", + "attrib": "p_ant_aru", + "data_unit": "%", "name": "% Antilianen en Arubanen", "maptype": "area_value" }, { - "data_attributes": "p_surinam", - "unit": "% van totale bevolking", + "attrib": "p_surinam", + "data_unit": "% van totale bevolking", "name": "% Surinamers", "maptype": "area_value" }, { - "data_attributes": "p_turkije", - "unit": "% van totale bevolking", + "attrib": "p_turkije", + "data_unit": "% van totale bevolking", "name": "% Turken", "maptype": "area_value" }, { - "data_attributes": "p_over_nw", - "unit": "% van totale bevolking", + "attrib": "p_over_nw", + "data_unit": "% van totale bevolking", "name": "% overige niet-westerse allochtonen", "maptype": "area_value" }, { - "data_attributes": "opp_tot", - "unit": " ha.", + "attrib": "opp_tot", + "data_unit": " ha.", "name": "Oppervlakte totaal", "maptype": "point_size" } @@ -275,22 +275,22 @@ "serviceTypeName": "natura2000:natura2000", "serviceOutputFormat": "json", "serviceVersion": "1.1.0", - "maps": [ + "mapsubjects": [ { - "data_attributes": "naam_n2k", - "unit": "", + "attrib": "naam_n2k", + "data_unit": "", "name": "Naam beschermd gebied", "maptype": "area_label" }, { - "data_attributes": "status", - "unit": "", + "attrib": "status", + "data_unit": "", "name": "Status beschermd gebied", "maptype": "area_colour" }, { - "data_attributes": "area", - "unit": " m2", + "attrib": "area", + "data_unit": " m2", "name": "Oppervlakte beschermd gebied", "maptype": "point_size", "bgColor": "#ffffff" diff --git a/data/provincies/geo.topojson b/data/provincies/geo.topojson new file mode 100644 index 0000000000000000000000000000000000000000..2ecffe20064ce4eadfde2940cfb6ddc0f10e8b8f --- /dev/null +++ b/data/provincies/geo.topojson @@ -0,0 +1 @@ +{"type":"Topology","transform":{"scale":[9.925670095352503,8.826935570431885],"translate":[13599.99997,306799.999974]},"arcs":[[[17571,12700],[-81,22],[-81,-11],[-141,-23],[-80,-11],[-141,-34],[-71,-23],[-70,0],[-71,23],[-101,68],[-30,45],[-30,80],[-30,34],[-71,34],[-70,11],[-41,11],[-30,34],[-40,80],[-20,45],[-51,34],[-80,11],[-41,0],[-40,23],[-60,91],[-31,56],[-20,91],[-30,45],[-40,34],[-131,0],[-81,68],[-60,34],[-61,23],[-80,-23],[-71,0],[-70,-11],[-31,-23],[-30,-79],[-20,-23],[-40,-11],[-30,0],[-41,22],[-90,23],[-61,79],[-20,23],[-50,34],[-51,0],[-40,-23],[-20,-34],[-30,-113],[-41,-56],[-40,-23],[-111,-11],[-70,0],[-71,11],[-40,34],[-41,56],[-20,46],[-60,11],[-40,-45],[-11,-23],[-40,-68],[-60,-79],[-111,-204],[-40,-136],[-10,-125],[-11,-90],[-20,-46],[-20,-34],[-232,-113],[-110,-90],[-31,-23],[-30,0],[-91,34],[-100,0],[-30,-11],[-61,-46],[-40,-22],[-30,11],[-101,91],[-71,22],[-60,-11],[-40,-11],[-81,-12],[-111,23],[-111,0],[-131,-23],[-90,-34],[-21,0],[-20,68],[20,34],[71,57],[30,56],[-40,34],[-10,46],[30,113],[-10,34],[-131,57],[-70,79],[-61,45],[-60,0],[-41,-34],[-30,-45],[-30,-23],[-40,0],[-21,12],[-20,22],[-40,57],[-10,45],[-40,68],[-31,34],[-60,34],[-111,57],[-50,34],[-31,34],[-10,79],[-40,34],[-20,23]],[[11566,13493],[50,0],[121,-34],[41,283],[-71,11],[-91,12],[-70,22],[10,34],[-10,57],[0,34],[-30,79],[10,12],[70,-46],[71,12],[201,0],[61,-12],[50,12],[20,22],[-10,12],[-70,56],[0,23],[10,34],[20,34],[40,11],[81,0],[50,23],[20,23],[20,34],[10,79],[21,22],[100,0],[51,-11],[10,11],[20,46],[10,79],[91,193],[10,11],[20,45],[50,80],[41,56],[-10,34],[10,23]],[[12594,14909],[20,0],[80,159],[71,169],[50,102],[71,-68],[40,-22],[61,-23],[60,23],[71,79],[40,113],[40,34],[40,0],[21,-11],[80,-91],[91,-68],[101,-34],[110,-11],[81,-57],[40,-34],[61,12],[50,22],[40,46],[10,0],[51,90],[50,23],[61,11],[70,-22],[61,0],[60,22],[50,34],[131,34],[41,34],[50,57],[40,23],[41,0],[80,-23],[131,-11],[31,11],[60,0],[101,-57],[70,-68],[51,-22],[10,0],[50,-23],[91,-34],[60,-91],[71,-56],[191,-57],[51,-34],[70,-56],[10,-12],[81,80],[20,33],[40,0],[10,12],[0,56],[-50,114],[30,56],[10,46],[-30,34],[-50,68],[0,102],[-31,34],[-50,22],[-71,80],[-10,22],[0,57],[-10,23],[-30,34],[10,45],[20,0],[0,56],[-20,0],[0,136],[20,0],[0,46],[-151,68],[20,102],[-90,11],[20,261],[0,45],[10,68],[-10,68],[-30,23],[-10,22],[10,57],[-10,102],[-31,68],[-131,-46],[10,-22],[41,-34],[0,-57],[-10,-57],[-51,12],[-20,-57],[30,-11],[0,-23],[-60,-56],[-20,22],[-71,-11],[-30,-23],[0,-45],[-40,-23],[-41,0],[-70,-22],[-121,79],[-50,57],[10,22],[10,0],[90,102],[81,45],[-10,34],[0,114],[60,68],[-50,56],[10,12],[81,0],[30,-34],[30,0],[-10,22],[-10,57],[-60,-11],[-11,34],[0,34],[21,68],[20,0],[50,11],[20,23],[20,45],[-20,23],[-100,45],[20,68],[-71,11],[-30,12],[-20,22],[10,46],[0,45],[-30,45],[-41,0],[-10,23],[10,11],[41,0],[0,23],[-141,11],[-81,11],[-20,12],[-30,34],[-10,22],[10,216],[0,181],[-41,11],[-171,170],[-10,-68],[-81,68],[-20,23],[30,113],[41,215]],[[14357,18851],[60,-11],[20,-11],[71,56],[70,34],[131,23],[51,23],[40,34],[20,11],[30,-34],[21,11],[70,68],[91,23],[181,-11],[20,34],[0,56],[41,12],[30,68],[30,102],[20,79],[51,170],[20,45],[10,45],[0,23],[10,45],[30,23],[71,91],[60,56],[30,12],[151,170],[0,22],[20,125],[31,45],[50,-45],[20,23],[20,33],[81,80],[30,0],[30,-46],[81,80],[71,56],[10,23],[20,23],[70,0],[71,34],[10,22],[40,46],[61,11],[80,68],[0,11],[71,46],[70,68],[31,22],[30,34],[161,159],[60,45],[141,147],[31,68],[40,80],[20,45],[0,34],[-50,45],[20,46],[60,124],[0,-22],[-40,-68],[10,-34],[20,-23],[31,11],[30,91],[30,0],[10,57],[40,102],[20,124],[0,34],[11,46],[40,67],[20,102],[30,114],[0,22]],[[17520,22295],[71,34],[20,0],[30,-34],[121,-170],[50,-90],[81,-193],[40,-113],[81,34],[60,68],[31,23],[50,0],[50,-91],[31,45],[90,114],[121,147],[40,45],[31,23],[20,0],[30,-12],[30,12],[30,45],[81,-34],[40,-34],[61,-57],[20,-22],[30,-91],[10,-22],[51,-68],[131,-80],[70,-79],[20,-57],[10,-147],[-10,-113],[20,-34],[31,-23],[30,-34],[40,-57],[-10,-90],[-30,-79],[0,-34],[10,-34],[-30,-80],[60,-68],[81,-34],[-41,-102],[11,-79],[-31,-79],[-50,-23],[-222,-68],[-20,-34],[-10,-68],[20,-23],[71,-22],[30,-45],[-50,-46],[-61,-11],[-20,-23],[0,-79],[10,-57],[-20,-124],[-20,-102],[-30,-12],[0,-45],[40,-11],[50,11],[30,-204],[51,-23],[60,12],[10,11],[21,-45],[10,-57],[40,-56],[0,-102],[10,-34],[60,-68],[10,-34],[11,-80],[20,-22],[-20,-125],[90,-34],[51,-34],[40,34],[20,-23],[10,-34],[-20,-22],[-60,-57],[-11,-57],[41,-68],[101,-56],[10,-23],[0,-45],[10,-11],[30,45],[-20,34],[-20,45],[10,11],[10,34],[60,23],[51,23],[50,-68],[91,11],[60,-23],[40,-22],[-20,68],[20,0],[41,-34],[40,11],[40,0],[30,-23],[111,0],[41,12],[60,-23],[10,0],[40,23],[61,22],[50,12],[20,-23],[10,-45],[162,11],[30,11],[91,0],[0,114],[20,0],[60,79],[111,0],[71,34],[30,23],[10,-23],[50,-23],[81,12],[101,-12],[0,-68],[50,-56],[40,-114],[121,-135],[71,-136],[90,-34],[0,-80],[71,-124],[70,-34],[21,-23],[20,-11],[110,56],[41,0],[262,-45],[191,57],[51,11],[110,-113],[-20,-46],[0,-11],[30,-57],[31,-11],[40,23],[20,45],[40,45],[21,12],[30,-12],[40,-56],[30,90],[31,-22],[161,-91],[10,-23],[10,-56],[-10,-46],[10,-181],[-81,-136],[71,-34],[40,-22],[131,-23],[71,-34],[60,-34],[312,11]],[[23726,17333],[-10,-124],[-20,-148],[-10,-22],[-10,11],[-20,0],[-30,-23],[-10,-34],[10,-22],[30,-23],[10,-34],[-30,-45],[-81,-91],[-141,-22],[-131,-46],[10,-34],[-10,-34],[-40,-102],[-10,-45],[0,-159],[181,0],[272,-136],[81,-79],[50,-57],[282,-237],[-20,-46],[131,-11],[20,-91],[0,-113],[20,-34],[0,-34],[-20,-102],[-111,0],[0,-23],[-100,-45],[-11,-193],[11,-11],[-31,-90],[-50,-57],[20,-23],[-131,-170],[-20,0],[-60,-34],[-31,-11],[10,-34],[-20,-34],[-40,-23],[-61,-11],[-30,-79],[-70,-34],[-131,124],[-41,46],[-20,79],[-20,-11],[-20,0],[-40,11],[0,23],[-61,-23],[-40,-34],[-111,-68],[-101,-57],[-30,-34],[-40,-11],[-20,23],[-31,-23],[-241,-91],[-111,-68],[-81,-90],[-40,34],[0,22],[-61,-22],[-20,-46],[-110,-90],[-71,-11],[-81,-68],[0,-34],[-10,-34],[-131,-68],[-60,-46],[-61,23],[-40,34],[-50,91],[-30,-12],[-61,-34],[-40,-34],[-10,12],[-30,68],[-51,11],[-40,45],[-51,0],[-30,-11],[-40,11],[-30,46],[-10,0],[-21,-114],[0,-45],[31,0],[60,-68],[51,-23],[10,-22],[-31,-46],[-10,-56],[41,-102],[-41,0],[31,-102],[-41,-12],[-80,80],[-51,11],[-60,0],[-40,-23],[-41,34],[10,34],[-10,57],[-30,57],[-91,45],[-191,0],[-61,-23],[-20,-11],[-20,57],[-20,136],[-20,22],[10,23],[-131,79],[-61,12],[-20,-12],[-20,-56],[-30,-23],[-60,11],[-41,12],[-111,0],[-110,-34],[-81,56],[-71,57],[-70,79],[-10,34],[70,23],[-10,56],[-60,23],[-81,91],[-20,0],[-10,-34],[-60,90],[-21,0],[-201,-90],[-50,45],[-41,-45],[-20,-34],[10,-12],[-50,-34],[20,-11],[60,11],[81,-34],[71,-45],[40,-90],[10,-91],[10,-23],[40,-45],[31,0],[80,-57],[0,-11],[-20,-23],[0,-68],[10,-34],[10,-124],[-91,45],[-110,34],[-212,11],[-50,12],[-61,34],[-121,113],[-70,57],[-20,-57],[-10,-45],[-51,-12],[20,-56],[-90,-68],[-61,-57],[-30,34],[-81,-45],[-10,-57],[-141,-79],[-60,0],[-111,34],[-50,34],[-121,-170],[90,-80],[-10,0],[-30,-22],[-10,11],[-30,0],[-10,-11],[10,-23],[20,-11],[-10,-11],[20,-12],[40,0],[41,-45],[110,-113],[-10,-46],[-15,-23],[-14,-36],[9,-54],[41,11],[60,-34],[-40,-56],[10,-46],[20,-34],[30,-34],[-10,-45],[-70,-79],[-41,-12],[-111,-102],[-10,12],[-30,-34],[10,-23]],[[18185,12575],[-10,-45],[-60,-34],[-61,0],[-30,34],[0,34],[20,22],[-70,23],[-51,23],[-20,45],[0,45],[-10,34],[-40,46],[-81,147],[-50,11],[-121,-34],[-10,0],[-10,-34],[0,-68],[20,-56],[-20,-34],[-10,-34]],[[12372,21570],[40,-11],[91,23],[20,0],[10,-12],[0,-22],[-30,-12],[-81,-45],[-70,-23],[-30,-45],[-51,0],[-30,-23],[-10,34],[50,102],[10,34],[10,57],[-60,272],[60,-249],[61,-57],[10,-23]],[[11498,20351],[20,-12],[-2,-18],[-28,-34],[-34,-19],[-14,29],[-20,-1],[-7,16],[29,32],[44,-43],[14,20],[-16,27],[14,3]],[[12745,28345],[10,-11]],[[12755,28334],[-726,-703],[-40,-79],[-40,23],[10,22],[60,46],[726,702]],[[9420,28152],[50,-45],[-70,34],[-30,0],[-10,-11],[0,-34],[10,-12],[80,-11],[41,11],[70,-11],[50,11],[51,0],[-161,-135],[0,22],[30,34],[-61,0],[-20,-22],[0,-57],[-40,-45],[-40,-12],[-41,12],[-40,45],[0,79],[20,102],[30,45],[51,12],[30,-12]],[[10820,30339],[11,-23],[30,12],[30,-23],[20,-34],[101,-204],[10,-34],[-50,-11],[-11,-91],[-10,-306],[10,-170],[-20,-113],[-70,-68],[-51,-23],[-10,-45],[-40,-34],[0,-113],[-81,-91],[-19,-64],[-14,12],[-18,-6],[-29,-55],[10,-11],[-30,-57],[-51,-34],[-50,-11],[-50,0],[-31,-12],[-181,-260],[0,-34],[20,-12],[-20,-34],[-50,0],[-31,-11],[-50,57],[-30,0],[-101,56],[-30,-22],[30,-46],[40,-34],[61,-22],[30,-23],[0,-23],[-101,-22],[-80,0],[-20,-23],[10,-34],[-31,-23],[-131,-45],[-20,11],[0,159],[-40,125],[-20,79],[0,125],[10,113],[30,181],[50,204],[101,249],[71,148],[101,158],[231,397],[20,-16],[0,-18],[-10,-23],[20,-34],[41,11],[10,23],[70,79],[31,23],[10,-11],[40,0],[0,22],[-30,34],[-51,46],[-10,-57],[-30,-57],[-60,-11],[-21,-34],[-20,23],[141,272],[131,204],[31,67],[20,23],[80,0],[20,-11],[0,-12],[21,-22],[70,-113],[10,-57],[20,-79],[0,-46],[10,-11]],[[10166,18613],[-61,23],[-30,0],[-30,-11],[-10,-34],[-31,-23],[-60,-56],[-61,-12],[-70,-34],[-61,-102],[-60,68],[-20,57],[10,204],[-141,22],[-50,-22],[-61,-68],[-30,-12],[-40,0],[-51,68],[-30,-45],[-50,-23],[-81,-56],[-101,-57],[-90,-22],[-111,0],[-30,11],[-101,45],[-71,-22],[-10,0],[-101,22],[-20,45],[-30,57],[30,57],[10,11],[41,23],[20,56],[10,80],[20,68],[0,68],[10,56],[-10,57],[0,45],[111,125],[30,23],[50,147],[21,79],[30,68],[60,102],[0,23],[-80,45],[-91,11],[-20,12],[-71,-46],[-30,23],[-40,-91],[-131,68],[-343,170]],[[8110,19916],[172,465],[100,272],[71,181],[70,204],[41,147],[20,102],[10,79],[-20,102],[-30,102],[-11,23],[172,0],[10,-34],[50,-34],[0,11],[-30,34],[0,23],[82,-52],[9,7],[-21,22],[-60,34],[20,23],[71,11],[0,12],[-91,0],[30,11],[121,0],[-10,11],[-20,46],[50,0],[0,11],[-60,23],[-121,-46],[-20,-11],[-91,-23],[10,34],[51,102],[50,136],[40,125],[30,113],[51,295],[50,272],[30,249],[51,408],[10,45],[10,91],[20,136],[10,158],[30,204],[10,136],[21,113],[20,125],[0,102],[20,170],[10,56],[0,204],[10,0],[50,272],[21,80],[20,102],[-10,0],[60,124],[30,79],[31,125],[50,136],[50,238],[20,57],[21,90],[20,80],[40,192],[10,11],[81,374],[20,227],[10,181],[0,204],[20,147],[20,80],[71,136],[10,11],[60,23],[61,0],[101,11],[100,0],[41,11],[0,-34],[-11,-22],[-20,11],[-40,-23],[30,-79],[51,-57],[20,-34],[10,34],[-51,57],[-30,45],[21,12],[9,-34],[21,-12],[60,0],[20,57],[-10,23],[-10,0],[-30,22],[40,12],[30,0],[21,-57],[-21,-91],[-60,-113],[-10,-91],[10,-45],[70,-181],[11,-34],[30,-12],[20,-22],[-20,-12],[50,-45],[202,-136],[131,-90],[60,-34],[40,0],[182,68],[80,68],[101,45],[30,23],[111,147],[20,68],[10,45],[61,57],[50,11],[81,11],[70,34],[41,12],[80,-23],[40,11],[41,46],[9,29],[31,-29],[0,-23],[30,-34],[20,0],[41,-34],[0,-34],[-30,45],[-21,-11],[-10,-102],[10,-23],[61,34],[171,-385],[20,-11],[20,-34],[0,-34],[172,-385],[40,-102],[20,-46],[-70,-895],[20,12],[40,-12],[50,-45],[10,-34],[-10,0],[0,-34],[-10,-68],[20,-22],[51,-80],[10,-11],[10,11],[40,-68],[61,-68],[50,-22],[51,11],[20,-23],[0,34],[80,-11],[20,11],[41,68],[50,114],[71,0],[70,-12],[51,-11],[30,-11],[30,0],[191,11],[81,-79],[-60,-12],[-21,0],[0,-11],[81,0],[10,11],[71,-56],[30,-68],[0,-46],[-20,-11],[10,-136],[20,-79],[50,-57],[41,-23],[30,0],[10,-22],[-20,-23],[-71,-68],[-30,-11],[-71,-34],[0,-11],[21,-23],[-41,-45],[-40,-34],[-30,11],[-41,-11],[-20,-23],[-20,11],[-50,-11],[-20,-45],[0,-57],[-10,-57],[-21,-79],[-20,-113],[-40,-57],[-161,-102],[-41,-57],[-20,-45],[-50,0],[-91,-34],[-40,-45],[-71,-68],[-10,-23],[-70,12],[-51,-23],[-100,-34],[-10,34],[20,45],[-51,80],[-30,11],[-50,-23],[-20,0],[-41,34],[0,12],[-60,79],[-20,-23],[-41,34],[-30,0],[-20,-11],[0,-23],[-52,-51],[-29,29],[-4,-5],[0,-44],[-6,-8],[-50,11],[10,57],[-30,45],[-50,0],[-31,-45],[-70,-34],[-41,-34],[-30,-34],[-20,-68],[0,-79],[20,-80],[0,-68],[30,-90],[-30,-46],[20,-56],[41,-80],[30,-147],[-20,-68],[20,-34],[60,-56],[21,-57],[60,-136],[0,-91],[20,-11],[40,-102],[10,-11],[11,-34],[0,-34],[60,-91],[40,-34],[31,-125],[-41,-68],[-20,-67],[-50,-34],[-41,0],[-20,-23],[-10,-34],[0,-45],[10,-68],[30,-23],[31,-45],[-10,-34],[-41,-12],[-80,23],[-81,-57],[-7,9],[-29,8],[6,-28],[50,-34],[31,0],[20,23],[40,-12],[0,-22],[-40,-80],[-10,-68],[0,-79],[10,-34],[100,-34],[21,23],[110,-23],[31,-23],[10,0],[30,57],[10,111],[0,-100],[-20,-45],[-19,-35],[-21,12],[-61,-79],[-30,-56],[0,-46],[-30,-56],[-10,-34],[-61,11],[-40,-11],[-40,-80],[-51,-34],[-50,-45],[-20,-34],[-21,-113],[-50,-46],[-40,-11],[10,-68],[-20,-68],[-20,-11],[-51,22],[-20,46],[-60,-12],[-41,-45],[-20,0],[-40,68],[-10,11],[-61,46],[-40,-35],[20,-22],[121,-113],[18,-23],[-58,0],[0,-11],[20,-23],[-50,0],[0,34],[-71,0],[0,-34],[20,-23],[30,-22],[51,-23],[10,-34],[101,0],[-21,23],[41,22],[100,-79],[21,-22],[20,0],[20,-68],[10,-23],[10,23],[50,11],[21,-11],[40,-46],[-10,-45],[-51,-23],[11,-11],[20,-57],[40,0],[0,57],[50,-34],[81,34],[101,-11],[50,34],[111,-12],[91,-90],[30,-23],[90,-11],[31,-46],[20,23],[10,0],[30,-34],[51,-91],[40,-68],[70,-79],[31,-11],[50,-12],[50,12],[31,22],[60,23],[242,34],[90,0],[21,-23],[30,80],[30,-91],[20,-23],[51,-11],[20,-11],[40,-12],[40,-22],[20,-23],[71,-57],[50,23],[61,57],[0,34],[40,-46],[-80,-56],[-31,-46],[-20,-45],[10,-34],[71,-124]],[[13692,19237],[-182,34],[-30,11],[-70,11],[-141,-328],[-10,-12],[0,-34],[-41,-79],[-40,-113],[-60,-148],[10,0],[-41,-158],[-20,-102],[-161,-340],[-91,11],[-70,0],[-20,12],[-293,22],[-60,-11],[-262,-91],[-212,-90],[-30,226],[-60,12],[10,34],[20,102],[0,34],[-50,11],[-51,45],[0,23],[20,0],[71,-23],[10,34],[-10,57],[-20,0],[10,45],[20,147],[20,68],[121,68],[-81,102],[0,68],[-20,91],[-20,0],[-30,-45],[-20,22],[-61,204],[0,34],[41,-11],[20,34],[40,23],[30,11],[41,-11],[10,56],[70,46],[10,0],[10,-46],[10,-11],[10,11],[-10,46],[-40,56],[-60,-22],[-51,-68],[-90,68],[-41,-80],[-10,23],[0,249],[-50,11],[-20,0],[-61,-68],[-10,-34],[0,-34],[-30,-45],[-91,12],[-80,-68],[-20,-34],[-17,-36],[-44,-10],[-121,0],[-60,34],[-61,-11],[0,-34],[20,-91],[-10,-34],[-20,-34],[-40,-45],[0,-34],[-10,-23],[-40,-45],[-61,0],[-30,-23],[-40,23],[-71,11],[-30,-11],[-20,-23],[-31,23],[-10,-23],[-80,-45],[-10,-23],[-10,-45],[-21,0],[0,-45],[-30,11],[-30,-45],[-30,-12],[-51,-45],[-20,-11],[-90,-34],[-41,-12],[-100,0]],[[14629,22783],[-20,-46],[-93,-237],[2,22],[81,215],[30,46]],[[14629,22783],[30,45],[121,56],[-10,-11],[-91,-45],[-50,-45]],[[13631,24437],[20,0],[0,-23],[-50,-57],[20,-11],[0,-11],[-20,-12],[-50,23],[-31,23],[61,11],[30,23],[20,34]],[[14368,23860],[-62,89],[-241,284],[-51,45],[-342,170],[-41,-11]],[[13631,24437],[-10,11],[10,23],[41,-12],[332,-170],[50,-34],[272,-317],[42,-78]],[[15807,20415],[0,-12],[-30,-45],[-20,-11],[-40,0],[-91,-23],[-30,-11],[-141,56],[-141,-169],[-30,-46],[-10,-34],[30,-124],[30,-34],[20,11],[30,-23],[0,-22],[-20,-46],[-10,-11],[20,-79],[-20,-102],[-20,-46],[-60,-226],[-11,-11],[-40,-204],[-20,-12],[-191,-56],[-182,-68],[-131,-57],[-252,-79],[-50,-12],[-40,12],[-61,34],[-10,22],[-40,46],[-10,34],[-474,498],[-131,113],[-201,125],[-192,91],[-120,34],[-21,0],[0,-23],[-20,-11],[-30,11],[-40,34],[-10,34],[-71,11],[-70,-11],[-121,-45],[-71,-34],[-30,-12],[-20,12],[-30,-23],[-11,-45],[-32,55],[12,1],[20,23],[11,23],[-71,79],[-20,-11],[-20,11],[20,45],[10,34],[0,159],[-10,102],[-61,124],[0,57],[41,45],[191,125],[30,79],[313,204],[11,9],[59,3],[41,11],[40,45],[30,46],[0,11],[171,124],[867,680],[20,12],[50,0],[111,124],[-10,11],[40,46],[31,-12],[20,23],[80,68],[31,45],[10,34],[-21,12],[-20,102],[10,45],[51,91],[30,-23],[50,136],[0,68],[10,23],[51,11],[0,-23],[181,12],[40,11],[31,23],[383,453],[50,34],[60,22],[373,114],[91,68],[54,61],[9,-10],[-41,-34],[-25,-28],[-7,-23],[80,-102],[20,-34],[484,-136],[212,-57],[50,0],[0,-23],[272,0],[50,-11],[272,-328],[21,-34],[10,-57],[20,-317],[-20,-114],[0,-56],[-31,-125],[-221,-498],[-30,-12],[-21,-22],[-40,-102],[-40,-91],[-131,-136],[-151,-136],[-71,-56],[-30,0],[-10,22],[-81,23],[-40,-11],[-413,-238],[-111,-91],[-50,-45],[-81,-68],[-81,-136]],[[14800,22907],[-10,23],[-68,284],[78,-273],[0,-34]],[[16765,23304],[-41,-80],[-20,-11],[-20,23],[-10,0],[-20,-34],[-41,45],[0,91],[51,22],[30,0],[32,-8],[29,-26],[10,-22]],[[17722,23542],[-353,-91]],[[17369,23451],[111,57],[81,22],[100,46],[31,-12],[30,-22]],[[14368,23860],[49,-92],[30,-68],[270,-477],[-340,590],[-9,47]],[[16462,26306],[81,-34],[10,11],[-20,102],[151,-45],[20,-11],[242,-272],[20,-114],[10,-68],[40,34]],[[17016,25909],[61,-113],[101,-113],[0,-46],[121,12],[90,-12],[81,-45],[121,-91],[80,-79],[61,-68],[40,0],[111,-124],[60,-170],[71,-230],[10,-51],[0,-14],[70,-34],[21,-57],[20,-45],[50,-68],[0,-56],[-20,-46],[-71,-68],[-20,12],[-20,-23],[-80,-113],[-10,-23],[20,-57],[30,0],[0,23],[10,0],[81,-34],[40,0],[50,-11],[81,-80],[20,-22]],[[18296,24063],[20,-46],[-111,-181],[-20,-23],[-544,-215],[-352,-124],[-565,0],[0,-34],[-70,34],[-524,0],[-71,22],[-20,12],[10,11],[-151,260],[-91,170],[-100,68],[-41,57],[-20,23],[0,170],[10,328],[0,759],[10,46],[252,453],[182,328],[30,34],[50,23],[20,0],[141,23],[61,0],[40,11],[20,34]],[[21067,34837],[-10,0],[-41,56],[20,46],[61,33],[60,12],[10,-34],[-30,-23],[-40,-11],[-30,-79]],[[21601,35358],[161,-170],[10,-23],[-71,57],[-111,102],[-60,11],[-10,-23],[70,-45],[21,0],[151,-136],[0,-11],[-51,11],[-20,45],[-40,12],[-101,-34],[0,-125],[-20,-68],[-20,-22],[-20,22],[-61,159],[-70,124],[-10,12],[40,90],[50,46],[31,11],[50,0],[81,-45]],[[22175,35278],[111,-11],[20,11],[50,-22],[101,-91],[-131,68],[-50,-34],[-152,-68],[-10,34],[0,68],[21,11],[40,46],[0,-12]],[[19747,32967],[-81,0],[-30,34],[-50,34],[-10,12],[10,45],[60,11],[81,-34],[20,-11],[10,-79],[-10,-12]],[[20281,32684],[30,-23],[10,0],[24,-20],[17,28],[-38,-3],[-43,29],[-51,23],[-50,34],[-121,34],[-30,0],[-71,-68],[-30,0],[-10,11],[0,102],[91,23],[40,45],[30,-11],[0,23],[-50,34],[-61,-34],[-20,0],[-30,11],[40,45],[0,34],[-10,34],[-30,-22],[-81,-23],[-20,-23],[-50,46],[0,22],[20,34],[50,0],[81,23],[-50,11],[-31,-11],[-40,23],[-50,11],[-51,-11],[-60,34],[-40,0],[-10,34],[10,22],[90,0],[20,34],[-40,68],[-70,34],[-41,11],[0,23],[10,45],[31,46],[90,0],[20,-46],[61,-56],[40,-68],[30,-23],[21,0],[60,11],[20,34],[-10,23],[-20,23],[-50,11],[-81,45],[-121,102],[-20,34],[50,-34],[101,23],[202,68],[70,11],[40,-22],[212,-136],[60,-68],[31,-12],[20,0],[121,80],[40,34],[0,11],[171,68],[41,23],[110,56],[71,-22],[141,34],[81,34],[201,45],[171,45],[232,12],[91,45],[50,-11],[61,22],[131,46],[40,34],[60,0],[51,22],[131,68],[80,34],[61,34],[60,23],[111,68],[91,22],[393,91],[120,11],[71,-11],[151,-45],[121,-80],[111,114],[121,-34],[20,-57],[-10,-68],[-121,34],[-10,-34],[111,-34],[0,-22],[-61,11],[0,-23],[91,-22],[91,-12],[10,34],[-71,23],[28,125],[133,-69],[91,-90],[40,-23],[10,-11],[0,-91],[-10,-11],[-40,-136],[0,-181],[30,-34],[61,-114],[-10,-45],[20,-11],[10,-34],[-10,-68],[0,-34],[30,-113],[20,-23],[-10,-57],[20,-45],[0,-68],[20,-68],[20,-45],[41,0],[121,-114],[30,-34],[40,-11],[10,-23],[41,-34],[0,-22],[10,-23],[-41,23],[-30,68],[-20,-12],[0,-45],[-20,0],[20,-34],[30,0],[40,-23],[-10,-45],[41,34],[111,-57],[30,12],[70,-34],[41,-12],[100,-56],[10,-12],[71,46],[10,-34],[-10,-57],[111,-45],[30,0],[40,34],[10,-34],[41,-11],[30,-23],[171,11],[51,57],[100,56],[20,-11],[-10,-34],[-20,0],[-40,-56],[-40,-34],[-10,-80],[20,-113],[-20,-45],[0,-23],[-21,-91],[10,-68],[41,-45],[50,-68],[30,11],[41,-56],[60,-12],[20,23],[101,-34],[30,11],[20,-34],[41,-22],[90,-12],[20,12],[21,0],[80,-46],[111,-45],[111,-11],[-10,34],[20,45],[10,-45],[20,-147],[10,-46],[20,-113],[10,-215],[0,-34],[-40,-34],[-20,-57],[71,-45],[60,-46],[-91,-45],[-50,-11],[-20,0],[-10,-46],[-71,-147],[-10,-79],[10,-91],[-40,-102],[-30,-22],[10,-91],[20,-113],[141,-102],[-20,-408],[10,-91],[101,-793],[30,-56],[-51,-80],[-50,-238],[-121,-509],[-201,-397],[-303,-600],[-110,-182],[40,-136]],[[25822,26464],[-141,0],[0,80],[30,45],[0,11],[-50,-22],[-41,45],[-110,159],[-10,22],[-21,-11],[-20,91],[-171,0],[10,34],[121,339],[30,68],[30,102],[-121,34],[-30,23],[-60,68],[-81,125],[-10,11],[-91,136],[-70,113],[-212,317],[-30,57],[-40,68],[-111,113],[-171,204],[-242,283],[-131,136],[-40,46],[-151,181],[-454,510],[-10,22],[-30,34],[-40,34],[-131,12],[-162,11],[-120,-45],[-51,-34],[-221,-125],[10,34],[-11,68],[-50,23],[10,45],[-20,45],[-30,23],[-30,68],[-10,34],[-21,34],[-70,79],[-20,34],[-91,12],[-20,102],[20,34],[-40,90],[-111,-79],[-20,11],[-10,91],[-20,57],[-69,121],[-2,14],[-30,-34],[-10,0],[-51,68],[-40,136],[10,12],[-101,34],[-10,-23],[-50,45],[-71,-34],[-20,12],[0,34],[-60,34],[-141,-57],[-91,-45],[-10,0],[-10,-68],[-20,-46],[-131,-79],[-111,-45],[-10,-23],[-10,-102],[-101,-124],[-50,-68],[0,-34],[10,-12],[-10,-22],[-101,-318],[0,-34],[-10,-158],[-51,0],[-80,-261],[-40,23],[-152,68]],[[20512,29580],[-131,45],[-4,21],[-19,-7],[-17,9],[-50,91],[-61,45],[-80,45],[-51,0],[-100,-11],[-232,22],[-81,91],[-60,79],[-61,68],[0,408],[41,91],[20,57],[10,45],[40,102],[41,34],[0,68],[30,22],[30,0],[71,68],[70,159],[0,57],[-40,90],[-20,23],[-51,23],[10,22],[51,57],[-31,23],[11,22],[70,23],[20,79],[10,23],[-20,34],[0,11],[30,11],[10,23],[0,23],[31,68],[20,22],[30,-11],[30,11],[0,34],[-20,80],[0,90],[10,57],[40,34],[41,0],[10,-11],[50,113],[30,45],[71,34],[20,34],[0,23],[-40,23],[-51,11],[41,351]],[[12745,28345],[242,238],[40,34],[584,578],[51,22],[151,46],[30,0],[-141,-46],[-71,-34],[-513,-498],[-51,-45],[0,-34],[-30,-23],[-40,-11],[-242,-238]],[[14115,29308],[30,-57],[61,0],[30,-34],[20,-68],[20,-56],[20,-23],[0,-23],[-90,0],[-41,23],[-50,102],[-20,57],[0,56],[20,12],[0,11]],[[12271,32084],[-20,-12],[-20,12],[-71,0],[-100,-34],[-10,-23],[-71,-68],[-121,-68],[-302,-125],[-101,-68],[0,-45],[20,-68],[10,-23],[-40,-11],[-50,-23],[-61,-67],[10,0],[-10,-34],[-60,-34],[-91,-46],[30,-45],[-10,-79],[-20,-23],[-40,-23],[-91,-102],[-20,-11],[-141,11],[-71,-11],[-30,-11],[-40,-46],[-40,-34],[0,-22],[40,22],[10,-22],[-60,-12],[-21,0],[-10,12],[-40,90],[0,80],[30,45],[61,34],[90,68],[323,260],[80,68],[101,125],[61,45],[282,227],[201,147],[202,91],[110,0],[131,-45],[11,-23],[-41,-79]],[[15354,33908],[10,-23],[0,-23],[10,-113],[-20,34],[-10,113],[-10,-11],[-30,-68],[-10,0],[-101,-45],[-81,-23],[-20,11],[-30,-11],[-81,-68],[-110,-57],[-51,23],[-40,34],[-20,34],[-10,-23],[70,-79],[10,-45],[-30,0],[-50,11],[-81,57],[-30,0],[0,-12],[70,-68],[131,-34],[31,0],[-31,-34],[-30,-11],[-111,-34],[-322,0],[-101,-11],[-101,-46],[-70,-68],[-51,-68],[-60,-45],[-40,-34],[-71,-11],[-20,-23],[-30,-22],[-81,22],[-10,-22],[-30,-23],[-61,-11],[-20,-57],[-10,-11],[-111,45],[-20,0],[-40,-34],[-60,23],[-21,0],[-20,-34],[-70,-46],[-31,12],[-120,-34],[-21,-46],[0,-45],[-10,-11],[-40,0],[-20,-12],[-20,-22],[-61,-34],[10,-12],[31,0],[0,-11],[-61,-34],[-50,-11],[0,11],[-20,11],[-81,12],[-60,56],[-31,-11],[-20,11],[-10,46],[20,79],[91,136],[111,125],[0,34],[50,67],[40,46],[81,34],[282,68],[161,56],[141,34],[121,34],[333,91],[221,68],[313,113],[262,114],[191,56],[101,0],[80,-22],[91,-68]],[[16281,34247],[-60,-22],[-31,22],[-90,0],[-10,-22],[60,-34],[111,-34],[282,-12],[363,23],[745,79],[262,23],[91,0],[141,-34],[20,-23],[-10,-45],[-30,-34],[-61,-23],[-90,0],[-111,12],[-141,0],[-91,-57],[-40,-22],[-141,-46],[-212,-56],[-191,-68],[-111,0],[-81,11],[-30,11],[-141,12],[-71,22],[-70,12],[-60,-23],[-31,-68],[-20,-11],[-70,-68],[-91,-34],[-61,-34],[-40,0],[-30,-23],[30,0],[-40,-34],[-121,45],[-161,102],[-41,46],[-40,79],[-10,79],[20,80],[10,0],[81,113],[50,45],[121,34],[91,11],[151,-34]],[[12715,32072],[0,-11],[-31,11],[-40,-11],[-40,-45],[-61,-34],[-30,-34],[-50,-23],[-10,-34],[-11,0],[-30,45],[0,57],[10,23],[71,79],[50,23],[61,0],[111,-46]],[[18659,34417],[30,-45],[-30,11],[-61,-68],[-30,-11],[-30,0],[10,45],[50,34],[41,34],[20,0]],[[18709,34044],[-10,-46],[-20,12],[-20,22],[0,23],[10,34],[40,45],[50,-23],[11,-22],[-11,-23],[-50,-22]],[[19183,34497],[10,-114],[-31,-147],[-20,-45],[-20,34],[-20,68],[30,68],[10,45],[10,91],[-10,11],[41,91],[70,45],[10,-11],[-20,-23],[-40,-68],[-20,-45]],[[20754,34769],[-121,-57],[-40,0],[-30,11],[-30,0],[-91,-56],[-101,-57],[-80,-23],[-81,-45],[-20,-34],[-30,-23],[-10,23],[-41,-57],[20,0],[-40,-34],[-91,-34],[-20,23],[-10,34],[-50,79],[0,-11],[40,-79],[0,-23],[-40,-23],[-20,12],[-31,0],[-60,-12],[-111,-34],[-20,-11],[-171,0],[-51,-11],[-20,-12],[-20,-90],[-30,-68],[-71,-79],[0,-23],[10,-23],[-30,0],[-30,23],[-60,136],[20,34],[50,34],[-30,22],[-10,91],[20,79],[30,91],[20,34],[121,102],[-80,0],[-41,-68],[10,91],[333,34],[262,11],[342,34],[101,23],[282,68],[111,11],[81,0],[20,-23],[0,-22],[-61,-68]],[[16462,26306],[0,34],[21,22],[-51,0],[-10,-67],[-30,11],[-30,34],[0,45],[-91,23],[-20,-12],[-121,-11],[-50,0],[-11,23],[0,79],[11,23],[-21,22],[-70,57],[-20,0],[-41,-23],[-80,-56],[-30,-46],[-31,12],[-90,11],[-111,-34],[-10,-34],[0,-23],[-20,-67],[-41,-46],[-50,-22],[-91,-23],[-60,0],[-111,57],[-191,101],[-71,46],[-70,22],[-101,23],[-71,34],[-30,-11],[-10,-23],[10,-14],[-70,-9],[-61,-11],[-30,-23],[-81,34],[-111,80],[-90,113],[-71,68],[-10,-11],[-70,34],[-10,22],[0,23],[-11,45],[-40,68],[51,91],[60,68],[91,45],[30,34],[30,12],[10,-12],[51,12],[40,56],[0,34],[20,113],[-10,34],[-10,12],[-40,170],[-31,45],[41,34],[40,11],[20,114],[-30,68],[30,0],[141,136],[-50,-34],[-61,-68],[-10,0],[-50,158],[-20,113],[-20,46],[0,11],[-21,147],[-10,23],[41,57],[10,0],[20,56],[0,34],[10,91],[-30,0],[-41,23],[-10,22],[0,46],[10,11],[41,23],[10,181],[-10,0],[-20,-102],[0,-57],[-11,-11],[-20,0],[-20,11],[-30,91],[-30,57],[-30,33],[-11,68],[-10,23],[151,0],[21,-34],[10,0],[-10,34],[-51,79],[-30,102],[10,34],[-20,68],[-40,91],[-20,91],[-51,-23],[-141,-159],[-60,-45],[-31,-11],[-20,22],[91,34],[201,227],[21,34],[10,79],[-31,46],[61,45],[80,56],[11,23],[30,45],[30,204],[10,182],[30,170],[-10,45],[-70,57],[30,-12],[9,-15],[21,-7],[-20,45],[10,23],[61,34],[-11,11],[-20,0],[31,34],[40,22],[60,57],[31,68],[-31,11],[-20,-34],[20,-11],[-10,-23],[-20,0],[-10,-34],[-20,-22],[-81,-45],[-10,11],[61,34],[30,79],[20,68],[60,159],[0,11],[61,113],[60,68],[41,23],[70,102],[71,79],[50,23],[91,79],[80,45],[81,68],[60,80],[0,22],[61,80],[60,45],[41,113],[120,148],[51,56],[201,114],[61,11],[40,34],[151,90],[182,46],[251,136],[71,68],[242,147],[131,68],[100,34],[51,45],[70,34],[61,46],[121,56],[20,34],[131,57],[20,23],[50,67],[21,0],[10,-11],[20,11],[-51,91],[21,0],[30,-79],[10,-12],[30,-11],[131,23],[60,-12],[81,0],[171,80],[131,22],[202,80],[80,11],[101,11],[192,46],[60,0],[81,-34],[50,68],[10,-23],[131,-11],[171,-34],[252,136],[41,0],[50,-23],[7,-23],[-27,0],[0,12],[-20,22],[-41,0],[-131,-68],[20,0],[0,-11],[-30,-91],[-10,-79],[10,-91],[30,-33],[21,-125],[-10,-45],[0,-68],[30,-125],[10,-68],[20,-68],[50,-57],[-30,-79],[20,-91],[20,-56],[-30,-23],[-90,-23],[-11,-11],[111,23],[31,22],[0,23],[-21,34],[-20,79],[10,34],[31,57],[70,-68],[30,-11],[18,3],[4,17],[-32,-9],[-20,23],[0,22],[-111,159],[0,68],[41,34],[100,-57],[10,-45],[-10,-102],[20,-34],[21,45],[-11,57],[21,91],[20,11],[70,-11],[10,-23],[-10,-57],[0,-22],[31,-46],[40,-34],[10,-22],[0,-46],[30,34],[30,-22],[111,-34],[-101,45],[-30,23],[-80,102],[-21,34],[21,34],[20,-34],[10,-46],[40,-34],[20,-11],[41,23],[50,56],[20,12],[71,-34],[60,0],[50,-46],[41,-11]],[[20512,29580],[-70,-170],[181,-68],[131,-57],[111,-45],[-10,-193],[-10,-158],[-10,-68],[91,-147],[221,-374],[40,-80],[71,-113],[30,-56],[-141,-306],[-80,-193],[-172,-136],[-231,-204],[-212,238],[-312,23],[-71,-57],[-10,-45],[-20,-12],[-71,-68],[-20,-34],[-141,-249],[-111,-90],[-201,-148],[-131,-113],[-141,-113],[-10,-12]],[[19213,26532],[-161,-113],[-51,-23],[-30,-45],[-20,-11],[-131,0],[-61,-23],[21,-79],[30,-57],[-17,-5],[-25,-32],[-59,-53],[-91,-57],[-40,91],[-111,-23],[-70,-45],[-10,0],[-51,56],[-18,0],[-22,68],[-50,91],[-31,102],[-90,-34],[-20,-23],[10,-45],[-10,-11],[-61,56],[-30,-22],[-71,-12],[-40,-22],[-20,-34],[10,-91],[-60,-45],[-21,-57],[-30,-23],[-50,-22],[-20,-57],[-101,-45],[-20,-34],[-20,0],[-51,22],[-60,23],[-61,11],[-50,-11],[-50,11],[0,34],[-21,34],[-30,23],[-30,0],[-30,34],[-8,17],[-63,-40],[-101,-102]],[[5571,7579],[-30,-11],[-40,0],[-20,-12],[-30,0],[-31,46],[-10,0],[0,34],[30,11],[31,-34],[-10,34],[10,23],[-61,-23],[-10,11],[30,23],[-20,11],[0,23],[-60,23],[-20,22],[-21,-11],[-10,11],[0,23],[71,34],[60,-11],[51,-34],[40,-68],[0,-23],[40,-45],[-10,-12],[0,-22],[20,-23]],[[5571,7579],[-10,23],[0,22],[10,0],[31,-34],[30,0],[20,-22],[30,-125],[20,34],[-20,11],[30,34],[-20,0],[-20,12],[0,22],[-10,34],[91,0],[20,-34],[10,0],[0,34],[-40,23],[-91,11],[-20,0],[-20,23],[10,11],[20,-22],[40,11],[41,-11],[70,22],[61,-34],[0,12],[-31,34],[-60,0],[-20,11],[-20,-11],[-41,0],[-40,11],[-50,79],[-21,57],[10,45],[51,0],[30,-11],[0,34],[61,-11],[0,-91],[-11,-45],[31,22],[20,-22],[30,-12],[81,-56],[0,11],[-41,34],[-50,34],[-30,34],[0,34],[10,11],[10,57],[20,0],[-10,-57],[20,-22],[20,11],[-30,11],[10,46],[0,34],[10,22],[30,23],[61,0],[10,-11],[40,-12],[41,-45],[-21,-23],[-50,-34],[0,-22],[60,45],[21,11],[10,-22],[-10,-23],[20,0],[0,-45],[-10,0],[0,-23],[40,23],[30,-46],[-11,-54],[11,9],[30,-45],[11,0],[30,-46],[-484,-668],[-50,-45],[-313,-238],[-90,-80],[-91,-68],[-171,-135],[-20,-12],[-10,-34],[-31,-11],[-121,-23],[-20,46],[-10,11],[-30,-34],[-50,-23],[-31,57],[-40,-11],[-70,-34],[-41,-34],[-50,-34],[-40,-23],[-61,-113],[-101,-12],[-10,-45],[-30,-57],[-80,0],[-21,-11],[-10,-23],[-50,-11],[-40,102],[-31,-34],[-40,0],[-30,-34],[20,-91],[-131,-56],[-50,0],[-51,-23],[-10,34],[-50,57],[91,68],[20,68],[-31,56],[-90,-56],[-81,-68],[-30,-23],[-30,0],[-20,23],[-51,0],[-80,-12],[-51,-34],[-50,0],[-71,46],[-40,11],[0,-34],[-40,0],[-51,45],[-10,23],[0,374],[31,68],[20,68],[-71,34],[-50,45],[-30,23],[-31,-57],[-50,34],[-40,91],[-31,11],[-10,-11],[-191,56],[-30,-11],[0,-11],[-51,11],[-121,57],[-30,56],[-80,0],[-10,12],[0,22],[-131,91],[-101,0],[0,-11],[-20,-12],[-101,68],[-61,34],[-120,80],[-61,45],[-10,0],[-70,-91],[50,-68],[-30,-45],[-10,-23],[-41,12],[-30,34],[0,11],[-60,57],[-31,-12],[-10,-45],[-30,-23],[-30,23],[-40,0],[-10,-45],[-31,-46],[-30,0],[-30,57],[-101,-11],[20,-80],[61,-430],[-393,-45],[-182,0],[-40,22],[-60,23],[-31,-11],[-20,79],[0,56],[-60,68],[-30,-45],[-31,0],[-30,79],[-60,34],[-41,102],[-60,23],[-20,23],[0,34],[30,11],[10,11],[-10,68],[-10,23],[-60,45],[-21,46],[-10,34],[10,22],[71,34],[-91,114],[-30,45],[30,34],[161,204],[-10,90],[-60,91],[0,68],[10,57],[-20,79],[-30,68],[30,45],[50,46],[51,22],[110,46],[71,33],[101,57],[30,0],[50,-23],[20,0],[61,23],[70,34],[51,0],[80,23],[21,11],[40,11],[50,23],[30,23],[21,22],[10,0],[0,23],[20,11],[90,12],[31,0],[100,-23],[61,-11],[20,-12],[-10,-34],[81,-34],[50,-11],[20,0],[71,-57],[10,-11],[-10,-11],[70,-79],[131,-23],[50,-34],[11,-23],[50,-22],[131,-46],[141,-22],[40,-12],[131,-22],[41,-68],[0,-23],[50,-57],[10,12],[101,-91],[30,-45],[50,-23],[212,-23],[10,-11],[-30,-34],[0,-45],[90,-57],[21,11],[-11,148],[11,22],[131,-11],[20,-34],[40,-34],[81,-11],[-21,-34],[0,-34],[41,-91],[20,-11],[-20,79],[10,79],[20,-11],[10,-68],[10,0],[10,57],[51,11],[20,-34],[30,-34],[40,-11],[30,0],[81,-12],[71,12],[40,68],[20,56],[60,12],[51,22],[30,46],[71,56],[80,46],[141,22],[30,23],[41,23],[50,11],[10,-23],[20,-11],[10,45],[0,34],[21,46],[10,79],[30,34],[0,23],[-20,101],[10,46],[50,102],[20,11],[21,0],[100,-23],[10,-22],[51,0],[20,-12],[91,-22],[-11,-23],[11,-23],[30,12],[20,-57],[30,-11],[20,-102],[0,-34],[20,-11],[31,-57],[30,-79],[40,-57],[202,-34],[50,0],[111,-91],[20,23],[10,-11],[-10,-12],[40,-34],[7,-13],[24,-9],[131,-204],[20,-23],[20,0],[30,-23],[50,-11],[31,23],[-81,0],[-50,34],[0,22],[-20,0],[-11,46],[131,22],[0,23]],[[4020,12519],[-30,-12],[-20,34],[30,34],[50,0],[81,-45],[0,-11],[-111,0]],[[4675,12383],[-41,0],[-30,22],[-30,68],[-40,159],[-61,79],[-30,23],[10,22],[20,23],[61,23],[40,-12],[-10,-45],[10,-45],[60,-181],[61,-80],[10,-34],[-10,-22],[-20,0]],[[4191,12575],[-30,0],[0,68],[40,23],[61,0],[70,-12],[-20,-22],[-60,-46],[-61,-11]],[[2347,10876],[-10,0],[21,158],[10,57],[-21,23],[-30,22],[-30,0],[-30,-11],[-10,11],[30,12],[60,0],[21,11],[30,57],[60,90],[20,23],[31,0],[80,57],[10,0],[-20,-46],[10,-11],[30,23],[-10,-34],[-40,-34],[0,-34],[91,-57],[40,68],[10,0],[-40,-68],[-30,-34],[-81,68],[-40,-11],[20,-57],[-20,-11],[-10,22],[-41,46],[-40,-80],[30,-22],[30,0],[-10,-23],[-20,0],[-50,23],[-20,-23],[-10,-57],[-21,-158]],[[3476,12824],[30,-22]],[[3506,12802],[-20,-23],[10,-34],[-30,-34],[-20,11],[30,34],[-10,12],[-41,-12],[-30,-45],[-10,-136],[91,0],[50,23],[71,-34],[111,45],[100,23],[31,0],[80,-80],[20,-56],[51,-23],[90,0],[121,34],[20,-11],[162,0],[20,-11],[-20,-80],[10,-11],[20,57],[20,-68],[20,11],[20,-11],[0,-68],[-10,-23],[61,-57],[110,-136],[31,-68],[20,-136],[40,-34],[61,-22],[30,22],[70,0],[71,-45],[151,-125],[70,0],[51,-45],[101,113],[50,23],[50,0],[-10,-11],[10,-12],[61,12],[131,11],[40,45],[10,-22],[10,-91],[20,-45],[41,-45],[-31,-23],[-30,0],[0,45],[-10,34],[-50,91],[-51,-46],[-20,23],[-40,0],[-121,-23],[-81,-22],[-30,-23],[-50,-45],[50,-45],[30,-68],[-50,-114],[-20,-22],[-91,-68],[-80,-114],[-61,-45],[-40,-11],[-50,45],[-111,-79],[-71,-23],[-101,-68],[-120,11],[-51,-45],[-121,0],[-20,23],[-20,11],[-91,102],[-20,0],[-40,113],[-30,23],[-51,-91],[-20,0],[10,23],[-50,11],[-20,-22],[-20,0],[-111,34],[-20,22],[90,79],[-10,12],[-50,-57],[-41,-34],[-30,-11],[10,136],[-30,68],[10,23],[-10,68],[-40,34],[-30,56],[10,57],[-61,79],[-70,57],[-51,-12],[-40,12],[-141,79],[-10,11],[10,12],[10,34],[0,34],[-30,34],[-41,56],[-110,-11],[-41,-11],[-30,-34],[10,-46],[10,12],[81,11],[0,-11],[-71,-23],[-80,-34],[-81,-57],[-111,-68],[0,-22],[-40,-12],[-20,12],[-151,-57],[-17,-56],[1,-52],[6,-50],[30,-34],[-10,-46],[-51,0],[-30,46],[10,22],[41,0],[0,102],[-10,23],[-81,34],[-71,45],[-60,91],[-50,124],[-21,91],[0,136],[31,79],[60,114],[61,68],[120,113],[41,11],[101,-11],[161,56],[90,23],[111,0],[71,-11],[111,-23],[30,0],[30,34],[0,34],[-10,11],[10,34],[71,80],[40,22]],[[6226,11193],[-161,-68],[-70,-57],[-51,-68],[-40,-102],[-10,-45],[0,-113],[20,-79],[30,-68],[212,-295],[40,-91],[10,-68],[-10,-79],[-20,-79],[-50,-170],[-41,-125],[-10,-113],[81,-204],[231,-623],[71,-181],[-71,-68],[-20,-46],[41,-204],[-10,-147],[-11,-22],[11,-46],[40,0],[0,-22],[20,-57],[20,-11]],[[6478,7942],[-80,0],[-172,-12],[0,125],[-80,136],[-121,56],[-20,12],[-41,-12],[-10,57],[-40,34],[-40,0],[-71,-45],[-60,-12],[-121,-90],[-20,0],[-111,22],[-30,34],[-111,34],[-111,23],[-71,34],[-100,34],[-31,45],[-80,34],[-71,80],[-30,79],[30,34],[-121,45],[-30,34],[-90,57],[-31,0],[-40,11],[0,46],[-20,22],[-40,34],[-61,68],[-50,80],[-41,33],[-100,-79],[-81,0],[-111,-90],[-60,34],[-20,-12],[10,-11],[10,-45],[-30,-12],[10,-68],[20,-22],[0,-46],[-51,-79],[-20,-79],[-30,-68],[-91,-261],[-50,-11],[-60,11],[-11,23],[-50,11],[-30,0],[-40,-23],[-31,-22],[0,-23],[-20,-11],[-60,-11],[-212,-46],[-50,0],[-101,113],[-50,46],[-10,22],[-91,68],[10,57],[-10,11],[-81,0],[-70,57],[-81,-45],[-50,0],[-61,45],[-10,11],[-10,68],[-20,80],[-30,0],[-20,45],[-41,57],[-151,158],[-40,23],[-30,-11],[80,113],[31,0],[90,-79],[20,-34],[-40,-57],[20,-23],[51,57],[50,-57],[20,34],[-60,80],[100,68],[-10,22],[-60,-45],[-30,-11],[-20,11],[-31,-23],[-90,79],[10,12],[111,68],[10,0],[30,-23],[20,68],[-20,23],[-20,0],[-41,79],[-20,-34],[20,-45],[-20,-46],[-121,-79],[-20,23],[-50,0],[-111,-46],[-20,-67],[60,-34],[-10,-12],[-50,23],[-91,-11],[-20,-34],[-10,-46],[-60,-22],[-41,11],[-50,-11],[-71,-12],[-50,34],[-10,114],[-20,0],[0,-114],[20,-34],[-71,12],[-70,0],[-40,-23],[-41,23],[-10,34],[-70,79],[-41,0],[-20,23],[-80,79],[-41,11],[-30,57],[0,11],[-30,45],[-20,46],[-31,45],[-10,45],[-60,125],[-50,91],[-31,22],[-60,34],[-40,34],[-101,91],[-51,57],[-20,11],[-20,23],[-20,34],[0,22],[-81,91],[-10,22],[0,23],[20,68],[11,68],[40,45],[70,34],[21,23],[20,0],[10,11],[40,23],[30,34],[71,45],[60,57],[61,45],[50,23],[81,45],[80,57],[71,34],[20,23],[10,22],[111,57],[40,23],[101,33],[40,12],[61,0],[50,-12],[121,-22],[60,-45],[0,-12],[71,0],[60,23],[61,11],[111,45],[80,46],[30,34]],[[2347,10876],[11,-46],[50,-11],[60,11],[61,-45],[70,11],[31,-56],[89,33],[22,15],[50,8],[40,12],[50,0],[21,22],[90,-22],[41,56],[100,0],[31,34],[90,0],[51,-34],[110,34],[21,0],[20,-22],[60,0],[10,-23],[71,-23],[60,-56],[-10,-11],[30,-46],[41,-113],[60,-102],[0,-23],[61,-124],[0,-34],[-31,-23],[-131,-34],[-10,-11],[-60,-102],[0,-34],[20,0],[-9,-31],[-11,19],[-20,12],[-61,11],[-60,68],[0,23],[-51,56],[-80,0],[-71,-34],[-30,-34],[-40,-34],[-20,0],[-111,34],[-81,57],[-101,11],[-171,-102],[-40,-56],[-111,-80],[-20,-22],[-40,-91],[-31,0],[-10,11],[-20,91],[20,79],[10,12],[-20,68],[-70,113],[-10,11],[-61,46],[-40,56],[-61,34],[-50,23],[-30,23],[-20,102],[-20,34],[-11,45],[0,23],[21,11],[-10,11],[-21,0],[-50,-22],[-40,-12],[-10,-22],[0,-114],[10,-45],[60,-68],[10,-45],[71,-46],[20,-22],[80,-80],[31,-11],[20,-34],[50,-170],[41,-124],[100,-147],[33,-11],[18,10],[-31,46],[61,11],[50,57],[30,-23],[31,45],[-20,12],[10,56],[30,79],[10,34],[20,23],[131,91],[71,-34],[20,-34],[100,0],[81,-23],[61,11],[20,34],[110,57],[21,-11],[80,-12],[61,-45],[10,-11],[10,-34],[20,-23],[81,-11],[40,11],[10,11],[111,23],[20,0],[30,-11],[51,-12],[100,57],[41,-23],[40,0],[10,12],[10,-12],[20,-45],[-10,-45],[40,-80],[51,-67],[80,45],[31,22],[60,-11],[30,-34],[20,12],[141,-80],[41,-11],[40,0],[20,-11],[20,-23],[21,11],[20,-22],[30,-68],[111,-91],[40,-45],[30,0],[30,11],[11,-11],[0,-125],[30,-68],[-10,-57],[0,-34],[10,-56],[40,-34],[101,-170],[10,-11],[20,0],[60,-159],[81,-23],[141,-113],[20,11],[10,-11],[31,-57],[120,0],[21,23],[40,34],[50,23],[51,45],[50,23],[61,-12],[90,-22],[30,-23],[61,-23],[10,-11],[30,0],[20,23],[-30,226],[20,80],[-20,317],[-10,34],[-20,22],[-272,136],[-20,80],[20,45],[20,34],[-60,45],[-31,57],[-90,11],[-31,-22],[-30,-12],[-40,46],[-71,-12],[-60,0],[-171,23],[-21,23],[-50,0],[-20,-12],[-20,0],[-20,23],[-71,90],[-30,80],[10,45],[-30,23],[-30,11],[-21,68],[-100,23],[-51,34],[20,56],[0,23],[-40,57],[-80,34],[-41,56],[-30,12],[-81,11],[-50,57],[10,79],[40,68],[31,23],[30,-12],[60,34],[31,-11],[60,34],[20,-11],[101,67],[20,12],[40,11],[51,57],[70,34],[91,11],[181,-45],[10,-12],[0,-22],[71,-68],[10,-23],[10,23],[141,11],[60,11],[41,-11],[70,23],[81,11],[10,23],[-10,11],[0,23],[30,68],[-20,22],[-30,-11],[-10,-23],[-20,-11],[-51,-11],[-30,0],[-81,11],[-110,-11],[-61,136],[-60,79],[-41,0],[-20,23],[-10,102],[10,45],[101,102],[40,34],[121,-23],[81,-34],[70,-45],[71,-34],[121,-79],[20,-34],[20,0],[0,79],[-40,68],[-61,45],[-20,-34],[-20,0],[-111,80],[0,22],[20,34],[-10,12],[-40,-46],[-91,34],[0,12],[101,11],[30,11],[182,0],[0,-34],[-51,0],[-20,12],[-30,0],[-20,-34],[20,-23],[90,-11],[0,-46],[61,-68],[20,-34],[8,-57],[32,23],[101,-22],[20,-34],[91,-23],[30,11],[20,-11]],[[2418,10128],[-20,0],[0,-34],[-10,-34],[-20,0],[-10,79],[-31,91],[10,34],[41,-23],[40,-56],[0,-57]],[[6226,11193],[20,-23],[91,0],[0,-11],[71,57],[60,22],[71,23],[60,11],[20,0],[51,23],[60,34],[50,11],[51,0],[0,-11],[70,-11],[41,11],[70,34],[81,57],[50,45],[50,-57],[11,0],[-31,68],[31,23],[80,125],[40,113],[-10,22],[51,46],[90,90],[91,80],[81,0],[50,-23],[50,-45],[71,-46],[91,-34],[30,0],[70,-34],[21,-22],[30,22],[50,-11],[111,11],[91,34],[40,12],[443,113],[41,34],[80,79],[81,57],[70,34],[51,0],[-31,68]],[[9067,12224],[10,0],[212,68],[50,57],[81,45],[71,57],[141,135],[90,102],[61,91],[40,159],[30,68],[71,102],[60,45],[51,34],[110,45],[71,12],[101,-23],[100,-11],[71,11],[91,45],[181,170],[10,23],[121,79],[60,23],[101,22],[61,0],[40,-11],[121,-23],[70,-22],[51,-12],[80,-22],[91,0]],[[17571,12700],[41,-35],[39,-45],[20,-56],[31,-147],[10,-91],[10,-34],[40,-34],[91,-45],[100,-23],[101,-11],[91,-34],[60,-46],[0,-124],[41,-159],[0,-23],[10,-45],[10,-79],[0,-159],[10,-124],[20,-46],[30,-45],[30,-23],[152,-102],[151,-170],[20,-34],[10,-45],[0,-170],[20,-90],[50,-68],[41,-80],[0,-68],[-10,-68],[10,-68],[10,-45],[50,-68],[-50,-23],[-51,-11],[-10,-45],[-100,147],[-91,79],[-10,0],[-81,-56],[-121,-57],[-272,-102],[-121,-11],[-80,-12],[-101,102],[-151,34],[-222,46],[71,-521],[20,-182],[10,-79],[61,-159],[80,-521],[30,-68],[31,-45],[161,-306],[121,-238],[80,-170],[-70,-68],[-182,-181],[-120,-125],[-51,-34],[-211,-68],[-494,-170],[-171,-56],[-222,-79],[-91,-34],[-201,-68],[-141,-227],[-61,-91],[-131,-215],[-10,-306],[-30,-249],[-121,-45],[-50,-23],[0,23],[-202,-57]],[[15505,5925],[-40,11],[-30,227],[-10,91],[10,90],[0,34],[10,68],[-10,57],[-81,56],[-121,136],[-60,91],[-20,68],[-222,68],[-10,0],[-40,-57],[-10,-56],[-81,-91],[-161,-23],[-30,-79],[-31,0],[-111,-170],[-151,57],[-352,113],[0,-45],[-20,-91],[-41,-22],[-151,0],[-141,-23],[-222,68],[-181,-68],[-80,90],[100,442],[0,23],[-282,215],[-30,-34],[-40,0],[-121,-56],[-81,-68],[-191,68],[-20,396],[-41,45],[-40,68],[-20,68],[-323,408],[172,363],[50,79],[10,34],[-161,476],[-10,34],[-202,0],[-30,-12],[-20,57],[-40,57],[20,68],[0,22],[-51,12],[-10,-23],[-60,-57],[-50,-79],[-31,-34],[-30,-68],[0,-56],[20,-46],[0,-68],[-20,-22],[-20,-91],[-292,-272],[-242,-340],[-10,0],[-50,-22],[-41,11],[20,23],[41,0],[0,22],[-41,23],[-50,34],[-10,22],[10,34],[-91,80],[-80,45],[-20,-11],[-61,-12],[-50,-45],[10,-23],[-10,-11],[-51,23],[0,34],[-70,11],[-10,-23],[-61,34],[-131,-22],[-141,-23],[-80,-23],[-111,57],[-30,57],[0,136],[40,34],[40,11],[41,0],[10,-11],[10,-34],[40,-12],[71,-11],[60,-23],[40,-22],[31,-12],[100,-56],[10,11],[10,34],[-50,0],[-20,11],[-30,91],[-20,227],[40,34],[40,102],[30,-34],[21,0],[10,34],[-41,34],[-10,0],[10,90],[31,147],[-41,23],[-50,-11],[-51,22],[-30,80],[0,34],[-10,34],[-121,68],[-50,-23],[-30,11],[-31,23],[-10,34],[-50,23],[-101,-34],[-10,-34],[-40,0],[-20,-46],[0,-22],[-20,-68],[-121,-57],[-41,-102],[-50,-91],[-91,-22],[-80,-193],[-41,-11],[-141,-79],[21,-227],[-91,-23],[-40,23],[-41,-45],[-30,-12],[-81,46],[-221,56],[-111,23],[-50,23],[-272,-125],[-41,329],[131,305],[-70,114],[-363,-57],[-71,11],[-30,-22],[-40,-68],[-60,-12],[-101,-22],[-363,-204],[-50,-34],[-10,11],[-31,-34],[51,-22],[40,11],[30,-45],[10,-23],[-10,-11],[-10,-57],[30,0],[-10,-45],[-20,-46],[-80,-90],[50,-159],[282,-430],[-50,-46],[30,-45],[10,-45],[-60,22],[-101,-68],[-91,-45],[-70,-23],[-131,34],[-111,23],[-71,-11],[-30,226],[-10,23],[-383,-11]],[[11188,8839],[-21,-13],[-38,3],[-64,-15],[12,-27],[29,-4],[1,-10],[31,14],[31,-2],[31,35],[4,18],[-9,27],[-15,-2],[8,-24]],[[11002,8773],[-7,14],[-17,-18],[6,-48],[-2,-39],[-10,-12],[10,-15],[-24,-21],[34,-21],[23,2],[14,-35],[20,-6],[19,5],[15,-18],[27,15],[2,42],[-25,3],[13,21],[13,2],[7,-19],[12,6],[-4,17],[-15,-4],[-7,23],[-18,-3],[-12,10],[-3,46],[27,-4],[4,21],[-22,36],[-24,-40],[-23,-20],[-4,-37],[-18,52],[0,21],[-16,-8],[-9,24],[14,8]],[[11062,8302],[-9,-12],[5,-22],[-25,-14],[52,3],[-4,48],[-19,-3]],[[25822,26464],[-131,-362],[-10,-374],[-20,-725],[-30,-589],[-11,-261],[0,-147],[-90,-147],[-20,0],[-21,22],[-50,0],[-111,23],[-40,23],[-10,34],[-20,11],[-71,-11],[-50,22],[-20,23],[-41,11],[-50,-56],[-60,0],[-41,-34],[-50,0],[-50,-23],[-71,34],[-60,-11],[-21,22],[-20,68],[-70,23],[-41,34],[-120,-11],[-51,34],[-50,-46],[-20,-11],[-81,-11],[-91,45],[-40,-11],[-20,-34],[-40,-12],[-101,12],[-10,22],[-20,12],[-61,-12],[-30,23],[-121,-34],[-30,-45],[-61,22],[-40,-11],[-70,-34],[-81,-102],[-20,-45],[-30,-23],[-31,-11],[-50,-45]],[[23273,23746],[-20,-12],[-51,12],[0,22],[21,68],[10,79],[0,57],[20,34],[-51,23],[-100,34],[-212,102],[-181,102],[-101,45],[-20,0],[-50,-11],[-152,-46],[-201,-56],[-30,-23],[-121,-113],[-101,-102],[0,-23],[30,-328],[0,-57],[-40,-11],[-50,45],[-91,23],[-30,-12],[-51,0],[-50,34],[0,34],[-20,12],[-41,-12],[-30,-102],[-40,-22],[-71,22],[-60,46],[-10,56],[0,46],[-10,11],[-20,-11],[-51,-68],[-10,-23],[0,-23],[-20,0],[-40,23],[-10,11],[-20,-11],[10,-34],[-31,-23],[-60,12],[-20,-34],[-51,-34],[-50,56],[0,46],[-10,102],[-40,45],[-20,68],[-11,56],[-10,23],[-30,23],[-20,0],[-20,11],[-71,57],[-60,45],[-50,45],[-11,23],[0,34],[11,11],[10,34],[-21,34],[-20,12],[-50,-12],[-40,-34],[-81,0],[-20,-45],[0,-11],[-40,11],[-21,23],[-10,22],[-40,23],[-10,0],[-20,-23],[-10,-22],[-20,0],[-31,22],[0,34],[-90,0],[-31,34],[11,23],[-11,23],[-30,34],[-40,-12],[-121,80],[0,22],[-40,0],[-81,-22],[-40,-46],[-20,-56],[-10,0],[-31,45],[-10,34],[-40,-11],[30,-57],[-10,-34],[-131,57],[0,11],[41,79],[-11,23],[-60,45],[-20,12],[-20,56],[-71,215],[-10,46],[-10,22],[-50,148],[-31,79],[-20,34],[-40,125],[10,45],[30,34],[41,23],[30,0],[131,56],[80,57],[31,68],[80,102],[61,68],[50,102],[-10,22],[-81,102],[-50,91],[-30,34],[-30,11],[-91,125],[-61,68],[-131,170],[-10,45],[-70,79]],[[17168,23156],[0,-34],[10,0],[30,23],[50,11],[31,-22],[10,0],[30,-34],[-222,11],[61,57],[30,11],[0,-23],[-30,0]],[[17520,22295],[0,12],[-20,22],[0,114],[-30,136],[-20,124],[-31,57],[-20,45],[-40,46],[-10,22],[-10,57],[-30,68],[-31,22],[-10,0],[-20,34],[-60,12],[-30,34],[181,-23],[10,34],[-71,79],[21,91],[-10,0],[-11,34],[61,125],[30,11]],[[17722,23542],[20,11],[40,0],[0,-23],[71,-45],[10,-11],[20,0],[81,22],[50,23],[40,34],[71,34],[0,22],[10,23],[10,0],[70,-22],[91,11],[30,11],[0,34],[20,-22],[141,147],[61,-23],[10,45],[0,34],[-20,23],[-71,102],[-40,23],[-30,22],[-81,12],[-30,34]],[[23273,23746],[40,-34],[41,-57],[40,-68],[-40,-215],[-20,-114],[322,-306],[10,-11],[0,-23],[-91,-34],[-90,34],[-81,12],[-20,-12],[-30,-135],[-31,-34],[-121,34],[-100,11],[-20,11],[100,-238],[81,-170],[-50,-441],[141,-91],[40,-23],[201,-158],[31,0],[121,-46],[322,12],[161,-12],[61,12],[-11,-125],[11,0],[50,23],[191,-57],[121,-57],[242,-79],[40,23],[31,22],[70,80],[81,192],[20,68],[60,57],[51,-57],[0,-34],[40,-102],[40,-113],[20,-113],[21,-91],[80,-68],[40,-124],[61,-136],[111,-34],[20,22],[30,-22],[0,-46],[30,-68],[61,-226],[10,-261],[-101,-170],[-10,-79],[-50,-102],[0,-113],[-31,-23],[-10,-34],[-50,-102],[-50,-136],[10,-79],[20,-57],[0,-11],[-20,-34],[10,-57],[30,-22],[30,-80],[41,-113],[161,-181],[-20,-80],[-152,-102],[-141,-34],[-110,46],[-91,-23],[-61,-79],[-10,-68],[0,-45],[-80,-182],[-30,-45],[0,-34],[-71,-136],[-121,-34],[-151,-23],[-40,-22],[0,-68],[-111,-114],[-40,-45],[-11,-23],[-60,-283],[10,-34],[-60,-45],[-61,-79],[-90,-23],[-141,-11],[-403,-12],[-21,0]],[[12594,14909],[0,11],[-111,34],[-20,-34],[-192,148],[-101,45],[-222,65],[21,71],[40,45],[-70,159],[-41,0],[-60,11],[-20,-68],[-20,-34],[-31,-11],[-60,11],[-71,68],[-60,34],[-60,-11],[-61,-68],[-30,-68],[-40,-46],[-31,-22],[-60,0],[-81,45],[-60,0],[-40,-34],[-61,-125],[-30,-56],[-30,-34],[-41,-23],[-70,-22],[-40,0],[-91,-23],[-30,-11],[-20,79],[-21,90],[0,34],[-20,34],[-20,57],[-40,91],[-71,79],[-30,11],[-81,136],[11,0],[-121,182],[241,56],[31,12],[-71,158],[-40,-22],[-51,0],[-60,11],[-20,-11],[-40,-34],[-91,11],[-31,101],[71,46],[0,45],[20,57],[41,34],[80,159],[131,102],[61,11],[70,45],[10,12],[41,68],[-212,11],[-91,-34],[31,79],[-11,23],[-50,0],[0,68],[-10,147],[-10,170],[10,0],[10,23],[-20,22],[-197,166],[-15,4],[10,23],[41,11],[20,0],[40,46],[10,45],[-10,34],[20,45],[20,23],[51,23],[80,22],[11,0],[30,-45],[121,-45],[131,22],[0,215],[121,80],[-172,147],[-80,68],[-71,11],[-50,46],[-10,34],[-91,90],[0,34],[-60,68],[-81,0],[0,204],[-30,34],[-20,45],[0,34]],[[13692,19237],[20,-34],[70,-23],[81,11],[50,-45],[81,-23],[40,12],[51,-12],[70,-90],[71,-80],[131,-102]],[[4292,13051],[50,-23],[0,-11],[-121,23],[-110,-12],[-121,-56],[-61,-12],[-10,12],[30,11],[81,91],[30,22],[40,80],[61,34],[-10,-23],[30,-34],[111,-102]],[[7052,12485],[21,-23],[10,-23],[-10,-22],[-41,-12],[-100,-56],[-41,0],[-90,11],[-51,11],[-60,23],[-71,57],[0,22],[-10,0],[-151,125],[-60,34],[-11,22],[11,23],[30,34],[131,-23],[151,-56],[70,-23],[162,-90],[110,-34]],[[3476,12824],[80,46],[61,68],[40,136],[0,34],[10,68],[-60,170],[-10,79],[20,68],[60,79],[20,11],[222,80],[30,-12],[51,23],[403,193],[50,11],[40,23],[81,34],[101,22],[50,-11],[0,-11],[-50,11],[-101,-34],[-40,-34],[-51,-34],[-40,0],[-30,-11],[20,-12],[60,23],[91,11],[91,0],[40,-22],[0,-68],[60,-68],[31,-12],[10,-11],[0,-23],[40,-34],[20,12],[0,11],[-30,34],[0,11],[50,-11],[31,11],[-31,-79],[-20,-23],[30,-45],[41,45],[40,0],[0,-34],[61,-68],[100,-45],[0,-11],[41,-23],[70,-34],[141,-113],[51,-23],[20,-22],[30,-12],[-30,-34],[110,-34],[11,23],[100,-68],[51,-45],[181,-68],[20,0],[20,-57],[141,-159],[192,-170],[20,-22],[-10,-12],[40,-56],[61,-91],[10,-34],[70,-56],[41,-23],[80,-34],[61,-23],[141,-147],[40,-23],[30,-11],[91,0],[60,-11],[101,11],[30,-11],[111,0],[30,22],[20,23],[31,23],[10,-46],[0,-22],[20,-46],[10,0],[-60,-68],[0,23],[-21,23],[-70,11],[0,-34],[-30,-23],[-31,0],[-30,23],[-20,0],[-30,-11],[-10,11],[-10,68],[-21,11],[-70,0],[70,-11],[11,-11],[-21,-23],[10,-34],[21,-34],[40,-11],[20,-46],[10,-34],[-30,-90],[-61,-91],[-130,-68],[-131,-56],[-21,0],[-40,-12],[-80,0],[-131,-56],[-61,0],[-81,22],[-70,23],[-60,11],[-51,23],[-70,91],[-21,45],[11,22],[-11,12],[-120,56],[-61,12],[-40,45],[-30,0],[-111,11],[-30,34],[-51,-22],[40,56],[-50,102],[-131,68],[-30,23],[-71,34],[-70,23],[-121,-12],[-171,23],[-61,34],[-70,11],[-10,23],[10,34],[0,23],[-71,124],[10,34],[-20,46],[-30,56],[0,57],[10,11],[-30,45],[-10,0],[0,-56],[-21,-12],[-20,12],[-30,124],[0,34],[71,23],[-10,34],[-21,-11],[-20,0],[-20,22],[20,46],[10,79],[-10,91],[-10,34],[-101,136],[-20,68],[-20,22],[-70,57],[-51,-11],[-70,-12],[-20,34],[-71,12],[-60,-12],[-21,-22],[-80,-46],[-20,12],[-31,-12],[-80,-22],[-61,-34],[-30,-12],[-40,23],[-40,-11],[-10,-34],[10,-34],[30,-34],[-20,-23],[-81,-45],[-30,11],[-40,34],[-11,-11],[-30,-80],[-50,-124],[10,-34],[30,-46],[61,-45],[10,-23],[-31,-34],[-40,0],[-90,34],[0,12],[-31,34],[-30,0]],[[9067,12224],[-20,57],[-80,-34],[-21,0],[-50,34],[-91,-80],[-60,-11],[-60,-45],[-61,0],[-50,-23],[-41,-34],[-60,-34],[-50,0],[-111,-34],[-41,0],[-90,23],[-30,11],[-21,23],[-141,68],[-151,45],[-60,11],[-131,0],[-30,23],[-81,23],[-71,22],[-60,34],[-141,91],[0,11],[-101,68],[-40,12],[-101,79],[-211,102],[-10,11],[-131,57],[-101,34],[-81,22],[-30,0],[-50,23],[-81,45],[-50,68],[-71,102],[10,23],[51,-11],[70,56],[-20,12],[-50,0],[-61,34],[-30,45],[-91,102],[-121,57],[-70,0],[-20,11],[-111,158],[-51,57],[-20,11],[-60,-11],[-30,23],[-21,-12],[-10,-34],[-70,0],[-40,34],[-31,46],[-40,22],[-40,0],[-30,-11],[-51,34],[-141,170],[-10,0],[-121,-68],[10,34],[71,57],[10,22],[0,34],[-10,46],[-111,204],[-121,203],[-10,34],[0,57],[30,68],[71,125],[10,0],[-20,-57],[40,68],[30,68],[0,-23],[20,23],[20,34],[-110,102],[-31,0],[-151,-45],[-100,-34],[20,-23],[-61,23],[-20,-12],[-40,57],[10,34],[40,79],[101,170],[50,113],[10,46],[-20,56],[-40,12],[-10,56],[0,57],[60,136],[41,45],[60,34],[40,0],[51,-22],[40,113],[252,-102],[91,-34],[211,193],[50,68],[51,79],[91,136],[50,68],[60,68],[192,260],[111,125],[131,170],[90,124],[81,114],[20,-12],[40,-11],[20,11],[31,34],[-10,12],[-31,-34],[-40,22],[0,34],[40,34],[31,34],[70,91],[51,45],[110,114],[141,192],[192,283],[171,261],[61,125],[100,181],[202,408],[40,79],[91,170],[342,804]],[[18185,12575],[-10,-68],[20,-45],[141,11],[71,0],[60,-11],[91,-68],[151,-91],[30,-22],[0,-34],[20,-46],[21,12],[0,22],[50,-45],[-20,-45],[-71,0],[-30,-12],[-10,-34],[10,-113],[20,-23],[10,-79],[-10,-34],[-10,-147],[20,-23],[31,-45],[251,-102],[51,-11],[40,0],[10,-23],[40,-23],[51,-22],[20,34],[111,-57],[-10,-68],[-51,-45],[10,-23],[-30,-68],[-30,-159],[-30,-79],[-30,11],[10,-79],[-21,-125],[182,-147],[30,-11],[20,-57],[40,-90],[31,-46],[90,-90],[71,-46],[141,-351],[101,-79],[60,-57],[91,-181],[10,-68],[0,-57],[-10,-147],[40,-79],[10,0],[30,-125],[0,-45],[-10,-136],[-10,-68],[0,-113],[-40,0],[0,-159],[-50,-363],[-10,-79],[50,23],[101,-12],[-21,-45],[-60,-79],[10,-68],[30,-136],[41,-170],[-249,-258],[4,-18],[23,-53],[-40,12],[-61,-23],[-70,-11],[0,-45],[-31,-46],[-40,-79],[0,-45],[-30,-57],[0,-45],[-71,-125],[-100,-159],[-41,-136],[-201,-260],[-61,-79],[-90,-68],[90,-250],[-20,-11],[-90,0],[-10,-23],[0,-90],[10,0],[30,-385],[60,-136],[121,-23],[81,57],[30,45],[50,45],[303,170],[110,-102],[-292,-170],[51,-34],[201,-147],[-30,-45],[-50,-23],[-21,-45],[-40,-12],[-40,0],[-61,-34],[-100,-11],[-31,-34],[0,-23],[-50,-22],[-101,-34],[-20,-23],[-40,0],[-20,-57],[0,-34],[-10,-33],[-31,-12],[-50,-56],[-30,-23],[-20,0],[-61,-23],[-30,-68],[10,-11],[-101,-113],[-40,-57],[-111,-45],[-50,-23],[-41,-23],[-70,-68],[-40,-56],[-31,-57],[-40,-23],[-20,-22],[20,-23],[-50,-79],[-30,-68],[-11,-102],[0,-34],[-10,-34],[-30,-11],[-40,-34],[10,-34],[-10,-46],[-10,0],[-10,23],[-20,0],[-41,11],[-60,-34],[-20,80],[-61,90],[-50,193],[-29,33],[-15,8],[-57,-64],[-60,-56],[-31,-57],[-30,-11],[-131,-12],[-20,0],[10,-68],[51,-90],[20,-12],[0,-68],[-20,-45],[30,-102],[0,-34],[20,-34],[20,-23],[30,0],[51,-34],[0,-79],[70,-23],[-10,-192],[-81,-91],[31,-45],[0,-23],[60,0],[71,46],[30,0],[60,56],[41,34],[110,23],[41,11],[10,-34],[70,-68],[31,0],[70,46],[20,-12],[242,23],[61,-11],[0,-23],[-81,-238],[-10,-23],[-30,-11],[-31,-34],[81,-57],[-10,-56],[10,-46],[20,-124],[141,-46],[40,-22],[41,11],[40,-34],[-10,-68],[101,-11],[20,34],[30,-12],[51,-11],[50,-34],[30,23],[-10,-45],[-40,-34],[-41,-68],[-10,-46],[0,-34],[-10,-34],[-20,-90],[0,-34],[30,-91],[10,0],[51,-57],[0,-79],[-20,-68],[-20,-57],[-31,-22],[-10,-57],[-10,-124],[-111,56],[-10,23],[-10,56],[-10,0],[-30,-34],[-71,-45],[-40,-11],[-111,-45],[-10,-34],[-10,-68],[0,-57],[20,-57],[30,-45],[21,-68],[-10,-23],[-21,-22],[21,-12],[0,-22],[-61,-57],[-40,-68],[-41,-34],[-90,79],[-51,34],[-30,-45],[0,-23],[-30,-22],[-10,-68],[40,-34],[20,-12],[41,-11],[40,-34],[10,-45],[10,-12],[71,-56],[121,-68],[30,-34],[-71,-136],[20,-113],[-50,11],[-101,-23],[-60,0],[-101,12],[-20,11],[10,34],[-20,23],[-81,34],[-20,0],[-50,-23],[-61,-34],[-50,-11],[-30,0],[-71,-68],[-30,-12],[-10,-11],[-10,68],[-71,0],[-20,-45],[-81,56],[-10,114],[-20,56],[-70,-56],[-41,0],[-50,-23],[-20,-23],[-61,-56],[-20,-46],[-30,148],[-10,-12],[-40,-22],[-51,-57],[-60,0],[-50,-34],[-41,0],[-20,11],[-101,170],[-60,-34],[-30,80],[-21,102],[0,11],[-80,0],[-111,-136],[-20,-23],[-50,-90],[10,-23],[-21,-57],[-60,0],[-40,46],[-20,45],[-11,11],[-30,-68],[-40,0],[-50,-11],[-31,-45],[-30,-12],[-40,23],[-51,11],[11,57],[90,147],[30,125],[-70,170],[10,22],[50,68],[-20,57],[-30,34],[0,11],[-81,0],[-20,57],[-40,0],[-61,11],[-70,34],[20,34],[0,23],[-30,34],[-10,57],[-30,56],[-21,23],[-20,34],[-20,91],[20,124],[0,79],[61,57],[-41,34],[51,45],[10,-11],[40,23],[61,56],[20,23],[20,-11],[50,-12],[0,46],[10,45],[81,79],[20,68],[0,102],[20,34],[61,23],[80,-45],[20,11],[41,57],[-10,90],[10,45],[40,80],[61,68],[30,90],[0,34],[10,23],[80,45],[0,34],[-10,23],[-40,57],[-40,11],[-30,-11],[-21,-34],[-30,-23],[-40,0],[-40,11],[-21,46],[10,34],[51,90],[30,23],[20,79],[81,46],[60,113],[20,34],[51,56],[10,34],[-10,114],[10,45],[40,68],[20,45],[0,34],[-20,34],[-40,23],[-61,23],[-10,34],[51,102],[40,113],[10,136],[20,11],[20,0],[91,-45],[50,11],[21,23],[0,22],[-31,114],[21,34],[30,34],[0,22],[-10,46],[-51,79],[0,23],[31,34],[40,22],[30,12],[30,-12],[51,-34],[20,0],[40,34],[20,23],[0,79],[-30,46],[-30,11],[-71,0],[-30,23],[-10,45],[20,68],[81,124],[30,12],[91,22],[20,46],[10,45],[20,23],[60,57],[-141,113],[10,11],[11,34],[-51,68],[-50,57],[-61,-57],[-10,-57],[-40,34],[-20,23],[-10,0],[-30,-57],[-61,-22],[-40,-23],[-10,-23],[-51,-22],[-20,45],[30,57],[0,45],[-20,23],[-40,-12],[-10,68],[10,12],[10,-12],[60,34],[-50,12],[20,68],[-70,68],[-71,11],[-50,45],[-20,12],[-51,-46],[-60,-11],[-30,11],[-61,-11],[-40,-45],[-71,11],[0,23],[-80,11],[-101,-34],[0,34],[-40,11],[-41,0],[-50,-11],[-50,113],[29,5],[-9,40],[-61,34],[-554,261]]],"objects":{"geo":{"type":"GeometryCollection","geometries":[{"arcs":[[0,1,2,3,4,5,6]],"type":"Polygon","properties":{"prov_code":"GE"}},{"arcs":[[[7]],[[8]],[[9,10]],[[11]],[[12]],[[13,14,15]]],"type":"MultiPolygon","properties":{"prov_code":"NH"}},{"arcs":[[[16]],[[17]],[[18]],[[19,20]],[[21]],[[22]],[[23]],[[24,25]],[[26]],[[27,28,29]]],"type":"MultiPolygon","properties":{"prov_code":"FL"}},{"arcs":[[[30]],[[31]],[[32]],[[33]],[[34,35,36]]],"type":"MultiPolygon","properties":{"prov_code":"GR"}},{"arcs":[[[-10,37]],[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]],[[-28,47,-37,48,49]]],"type":"MultiPolygon","properties":{"prov_code":"FR"}},{"arcs":[[[50]],[[51]],[[52]],[[53]],[[54]],[[55]],[[56,57]],[[58,59,60]],[[61]]],"type":"MultiPolygon","properties":{"prov_code":"ZE"}},{"arcs":[[-59,62,63,-1,64,65],[66],[67],[68]],"type":"Polygon","properties":{"prov_code":"NB"}},{"arcs":[[69,70,-49,-36]],"type":"Polygon","properties":{"prov_code":"DR"}},{"arcs":[[[71]],[[-5,72,-25,73,-29,-50,-71,74]]],"type":"MultiPolygon","properties":{"prov_code":"OV"}},{"arcs":[[75,-16,76,-3]],"type":"Polygon","properties":{"prov_code":"UT"}},{"arcs":[[[77]],[[78]],[[-57,79]],[[80,-14,-76,-2,-64]]],"type":"MultiPolygon","properties":{"prov_code":"ZH"}},{"arcs":[[-65,-7,81]],"type":"Polygon","properties":{"prov_code":"LI"}}]}},"crs":{"type":"name","properties":{"name":"urn:ogc:def:crs:EPSG::28992"}}} \ No newline at end of file diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index b9adddcdd6343d31eb19ef6c191047d251b34501..0000000000000000000000000000000000000000 Binary files a/favicon.ico and /dev/null differ diff --git a/index.html b/index.html index ac19bdd5306944edb1178cb2454bbb85ebac3b63..43e19e619aec06c64fc0ae4d98f0fd5f6c8af0a6 100644 --- a/index.html +++ b/index.html @@ -2,29 +2,32 @@ <meta charset="utf-8"> <head> - <title>Nationale Atlas [0.5]</title> + <title>Nationale Atlas [0.6]</title> <script src="./js/d3.v3.min.js"></script> + <script src="./js/d3-legend-bjk.js"></script> <script src="./js/colorbrewer.js"></script> + <script src="./js/topojson.min.js"></script> + <script src="./js/jenks.js"></script> <script src="./js/NatAtlas.js"></script> <link href='./css/colorbrewer.css' rel='stylesheet' type='text/css'/> <link href='./css/natatlas.css' rel='stylesheet' type='text/css'/> + <style> + </style> </head> <!-- init with language = 0 = Nederlands --> <body id="mainWindow" onload="init(0)"> -<div id="menuDiv"> +<div id="chooserDiv"> NL -- <a href="index_en.html">EN</a> <h1>KIES ONDERWERP...</h1> </div> -<div id="mapDiv"> - <div id="messageDiv">OPSTARTEN...</div> -</div> -<div id="infoDiv"> - <div id="legendDiv"></div> -</div> +<div id="mainMapDiv"></div> +<div id="compareMapDiv"></div> +<div id="legendDiv"></div> +<div id="messageDiv">OPSTARTEN...</div> </body> diff --git a/index_en.html b/index_en.html index f85dfc8107a339bb58cc75a12eb1907a9d41318f..0062256b5b032135528ff40fd392584c05c81659 100644 --- a/index_en.html +++ b/index_en.html @@ -2,29 +2,33 @@ <meta charset="utf-8"> <head> - <title>National Atlas [0.5]</title> + <title>National Atlas [0.6]</title> <script src="./js/d3.v3.min.js"></script> + <script src="./js/d3-legend-bjk.js"></script> <script src="./js/colorbrewer.js"></script> + <script src="./js/topojson.min.js"></script> + <script src="./js/jenks.js"></script> <script src="./js/NatAtlas.js"></script> <link href='./css/colorbrewer.css' rel='stylesheet' type='text/css'/> <link href='./css/natatlas.css' rel='stylesheet' type='text/css'/> + <style> -</head> + </style> +</head> -<!-- init with language = 1 = English --> +<!-- init with language = 0 = Nederlands --> <body id="mainWindow" onload="init(1)"> -<div id="menuDiv"> - <a href="index.html">NL </a>-- EN +<div id="chooserDiv"> + <a href="index.html">NL</a> -- EN + <h1>CHOOSE SUBJECT...</h1> </div> -<div id="mapDiv"> - <div id="messageDiv">INITIALISING...</div> -</div> -<div id="infoDiv"> - <div id="legendDiv"></div> -</div> +<div id="mainMapDiv"></div> +<div id="compareMapDiv"></div> +<div id="legendDiv"></div> +<div id="messageDiv">STARTING UP...</div> </body> diff --git a/js/NatAtlas.js b/js/NatAtlas.js index 17c4db7aad9a8ed7d7713e614d1559b6aaa24256..d02ad3738f5c7cddb79a34011fe8ce1699e30f73 100644 --- a/js/NatAtlas.js +++ b/js/NatAtlas.js @@ -4,18 +4,25 @@ * Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. * see http://creativecommons.org/licenses/by-nc-sa/3.0/ * - * @author Barend Köbben <b.j.kobben@utwente.nl> + * @author Barend Köbben - b.j.kobben@utwente.nl + * + * @version 0.6.0 [July 2015] + * - First attempt at new MapChooser + * - repaired circles sizes to use Math.PI + * - use object fro dataStats + * - Changed metadata to one file with several languages + * - moved common styles to natatlas.css + * - cleaned up all: clear distinction globals/locals/attributes + * - more error checking in metadata loading * - * @version 0.5.0 [May 2015] */ // metadata as bootstrap, all other data is in there: -var METADATA_URL_NL = "./data/metaData_nl.json"; -var METADATA_URL_EN = "./data/metaData_en.json"; -var metaDataObj; +var METADATA_URL = "./data/metaData.json"; +var MD; //global MetaDataObject // global constants: -const VIEWER_VERSION = "0.5"; +const VIEWER_VERSION = "0.6"; const debugOn = true; //activates debugging message window const NL = 0, EN = 1; const errorMsg = 0, showMsg = 1, hideMsg = 2, debugMsg = 3; @@ -23,26 +30,28 @@ const errorMsg = 0, showMsg = 1, hideMsg = 2, debugMsg = 3; // TODO: Make rescalable (responsive?) const mapDivHeight = 650, mapDivWidth = 550; + // global vars: -var currLanguage; -var svgMaps, backgroundMap, mainMap, overlayMap; +var numClasses = 5; +var minCircleSize = 0; +var maxCircleSize = 20; + +var mapgroup = -1, mapsubject = -1, + mapunit = -1, mapdate = -1; + +var DEBUG, DEBUG1; +var curLang; +var mainMap, mainMapBG, compareMap, compareMapBG; var mapMenu; var map_dims = {map_scale: 0.0, y_offset: 0.0, x_offset: 0.0}; -var numMapGroups, numMaps; +var numMapGroups, numMapSubjectsInGroup; var menuDiv, legendDiv, messageDiv; -var geo_path, geoData; -var myData, myDataMin, myDataMax; -var myValueClasses; +var geo_path; + + //var waterColor = "#ccddf2"; -var bgFillColor = "#fffcd5"; -//var bgFillColor = "#eeeeee"; -var bgStrokeColor = "#ffcccc"; -var bgStrokeWidth = "0.2"; -var myRatio, labelSize; -var currentMapGroup, currentMap, tooltip, toolTipLabel; +var tooltip; -var numClasses = 5; -var maxCircleSize = 20; /** * INITIALISATION FUNCTION @@ -51,38 +60,38 @@ var maxCircleSize = 20; * NL or EN, sets UI language used in messages, alerts, etc. */ function init(language) { - - currLanguage = language; - currentMap = -1; - currentMapGroup = -1; - metaDataObj = null; - messageDiv = document.getElementById("messageDiv"); var metadataURL; if (language == NL) { - metadataURL = METADATA_URL_NL + curLang = NL; + metadataURL = METADATA_URL; } else if (language == EN) { - metadataURL = METADATA_URL_EN + curLang = EN; + metadataURL = METADATA_URL; } else { + curLang = language; + metadataURL = undefined; alert("Invalid startup language in initialisation [" + language + "]") } + MD = undefined; + messageDiv = document.getElementById("messageDiv"); - // bootstrap metaDataObj json : + // bootstrap MD json : d3.json(metadataURL, // inline call-back after data loaded: function (error, json) { - if (error != null) { + if (error != undefined) { // if bootstrap fails: die gracefully... - if (error.status == undefined) { // it's not a XMLHTTPrequest error} + if (error.status == undefined) { // it's not XMLHTTPrequest error} theError = error.name + ": " + error.message; } else { - theError = "HTTP " + error.status + ": " + error.statusText; + theError = "HTTP " + error.status + "--" + error.statusText; } setMessage([ - "BOOTSTRAP MISLUKT: Laden metaDataObj mislukt\nURL= " + metadataURL + "\n" + theError, - "BOOTSTRAP FAILED: Error loading metaDataObj\nURL= " + metadataURL + "\n" + theError + "BOOTSTRAP MISLUKT: Laden MD mislukt\nURL= " + metadataURL + "\n" + theError, + "BOOTSTRAP FAILED: Error loading MD\nURL= " + metadataURL + "\n" + theError ], errorMsg); } else { - metaDataObj = json; //make global + MD = json; //make global // use RD projection limits to calculate scale and bounds needed for // affine transformation of RD coordinates to screen coordinates @@ -96,22 +105,30 @@ function init(language) { map_dims.y_offset = (map_maxy * map_dims.map_scale); map_dims.x_offset = -(map_minx * map_dims.map_scale); - //create svg element in mapDiv, to hold map layers - svgMaps = d3.select("#mapDiv").append("svg") - .attr("id", "svgMaps") - .attr("width", mapDivWidth) - .attr("height", mapDivHeight) - ; - // CREATE MAP LAYERS (SVG placeholders only for now): - backgroundMap = svgMaps.append("g") - .attr("id", "backgroundMap") + + // CREATE MAP LAYERS (empty SVG <g>s for now): + var mainMapSVG = d3.select("#mainMapDiv").append("svg") + .attr("id", "mainMapSVG") + .attr("width", mapDivWidth) + .attr("height", mapDivHeight) + ; + mainMapBG = mainMapSVG.append("g") + .attr("id", "mainMapBG") ; - mainMap = svgMaps.append("g") + mainMap = mainMapSVG.append("g") .attr("id", "mainMap") ; -// overlayMap = svgMaps.append("g") -// .attr("id", "overlayMap") -// ; + var compareMapSVG = d3.select("#compareMapDiv").append("svg") + .attr("id", "compareMapSVG") + .attr("width", mapDivWidth) + .attr("height", mapDivHeight) + ; + compareMapBG = compareMapSVG.append("g") + .attr("id", "compareMapBG") + ; + compareMap = mainMapSVG.append("g") + .attr("id", "compareMap") + ; // initiate d3 geo path stream for handling geometric data // use AffineTransformation function to override default d3 projection mechanism @@ -120,12 +137,13 @@ function init(language) { map_dims.x_offset, map_dims.y_offset)) ; - // use metadata to create mapgroup & map menu - var mapMenu = createMenuTree(metaDataObj); + // use metadata to create chooser menu + var mapMenu = createMenuTree(MD); // load background map from basemap data and render it // using the attrib baseMapClassAttr as a class name - createBackgroundMap(metaDataObj.baseMapDataURL, metaDataObj.baseMapClassAttr); + createBackgroundMap(mainMapBG, MD.baseMapDataURL, MD.baseMapClassAttr); + createBackgroundMap(compareMapBG, MD.baseMapDataURL, MD.baseMapClassAttr); } }); @@ -195,19 +213,19 @@ function setMessage(messageStrs, messageType) { //first some checking and if necessary repairing: if (messageStrs.length == 0) { //no message: - messageStrs[0] = messageStrs[1] = "No message string supplied to SetMessage!"; + messageStrs[0] = messageStrs[1] = "No message supplied to SetMessage!"; } else if ((messageStrs.length == 1)) { //only one language supplied, copy to other language: messageStrs[1] = messageStrs[0]; } if (messageType == showMsg) { //log message and display message box - messageDiv.innerHTML = messageStrs[currLanguage]; + messageDiv.innerHTML = messageStrs[curLang]; messageDiv.style.display = "inline" } else if (messageType == hideMsg) { //log message and hide messagebox - messageDiv.innerHTML = messageStrs[currLanguage]; + messageDiv.innerHTML = messageStrs[curLang]; messageDiv.style.display = "none" } else if (messageType == errorMsg) { //display Javascript alert - alert(messageStrs[currLanguage]) + alert(messageStrs[curLang]); } if (debugOn) { // all messageTypes are logged in console: // debug messages only in english @@ -222,32 +240,39 @@ function setMessage(messageStrs, messageType) { * @param MD : the metadata JSON object */ function createMenuTree(MD) { + numMapGroups = MD.mapgroups.length; - numMaps = []; + numMapSubjectsInGroup = []; + for (i = 0; i < numMapGroups; i++) { - numMaps[i] = MD.mapgroups[i].maps.length; + numMapSubjectsInGroup[i] = MD.mapgroups[i].mapsubjects.length; } for (i = 0; i < numMapGroups; i++) { - mapMenu = d3.select("#menuDiv") + mapMenu = d3.select("#chooserDiv") .append("h2") - .html(MD.mapgroups[i].groupname) + .html(MD.mapgroups[i].groupname[curLang] + "<p>") .append("select") .attr("class", "menu") .attr("id", "mapGroupSelect_" + i) - .attr("onchange", "chooseMap(" + i + - ", document.getElementById('mapGroupSelect_' +" + i + ").value)") //trigger mapmaking + .attr("onchange", "mapsubject = " + + " document.getElementById('mapGroupSelect_' +" + i + ").value") ; mapMenu.append("option") - .html("...") - .attr("value", "none") + .html("Choose...") + .attr("value", "-1") ; - for (j = 0; j < numMaps[i]; j++) { + for (j = 0; j < numMapSubjectsInGroup[i]; j++) { mapMenu.append("option") .attr("value", j) - .html(MD.mapgroups[i].maps[j].name) + .html(MD.mapgroups[i].mapsubjects[j].name[curLang]) ; } } + + var MakeMakeButton = d3.select("#chooserDiv") + .append("input").attr("type", "submit").attr("value", "Make Map") + .attr("onclick", "chooseMap(mapgroup, mapsubject, mapunit, mapdate);"); + return mapMenu; } @@ -257,20 +282,26 @@ function createMenuTree(MD) { * @param URL : URL to metadata json * @param theClass : data attribute to use for CSS class name */ -function createBackgroundMap(URL, theClassAttr) { +function createBackgroundMap(mapLayer, URL, theClassAttr) { setMessage(["ACHTERGRONDKAART LADEN...", "LOADING BACKGROUND MAP..."], showMsg); - setMessage(["", "URL=" + URL], debugMsg); + setMessage(["", mapLayer[0][0].id + ": " + URL], debugMsg); d3.json( URL, // inline call-back function function (error, json) { - if (error != null) { - theError = error.status + "--" + error.statusText; + if (error != undefined) { + if (error.status == undefined) { // it's not XMLHTTPrequest error} + theError = error.name + ": " + error.message; + } else { + theError = "HTTP " + error.status + "--" + error.statusText; + } setMessage(["ACHTERGRONDKAART LADEN MISLUKT!\nURL= " + URL + ";\nError: " + theError, "ERROR LOADING BACKGROUND MAP!\nURL= " + URL + ";\nError: " + theError], errorMsg); + return; } + // first make polygons: - backgroundMap.selectAll("path") // create path nodes + mapLayer.selectAll("path") // create path nodes .data(json.features) // bind & join to features array .enter().append("path") // for each create a new path .attr("d", geo_path) // use special transformation stream initialised in init() for path data @@ -284,67 +315,105 @@ function createBackgroundMap(URL, theClassAttr) { /** - * trigger mapmaking according to mapgroup/map chosen in menu + * trigger mapmaking according to mapgroup/etc chosen in menu * - * @param mapgroup - - * mapgroup chosen - * @param map - - * map chosen - */ -function chooseMap(mapgroup, map) { + * */ +function chooseMap(mapgroup, mapsubject, mapunit, mapdate) { + + var geoData = undefined; // empty data layer + var attribData = undefined; // empty attrib layer - if (mapgroup == "none" || mapgroup == "undefined" || map == "undefined" || map == "none") { + if (mapgroup == -1 || mapsubject == -1 || mapunit == -1 || mapdate == -1 + || MD.mapgroups[mapgroup] == undefined + || MD.mapgroups[mapgroup].mapsubjects[mapsubject] == undefined + || MD.mapgroups[mapgroup].mapsubjects[mapsubject].mapunits[mapunit] == undefined + || MD.mapgroups[mapgroup].mapsubjects[mapsubject].mapunits[mapunit].mapdates[mapdate] == undefined) { setMessage( - ["Geen metadata voor kaart " + map + " van kaartgroep " + mapgroup, - "No metadata for map " + map + " of mapgroup " + mapgroup], errorMsg); + ["Geen metadata voor kaart [" + mapgroup + "," + mapsubject + "," + mapunit + "," + mapdate + "]", + "No metadata for map [" + mapgroup + "," + mapsubject + "," + mapunit + "," + mapdate + "]" + ], errorMsg); + return; - } - setMessage(["KAART MAKEN [" + mapgroup + "," + map + "]...", "CREATING MAP [" + mapgroup + "," + map + "]..."], showMsg); - if (mapgroup != currentMapGroup) { - geoData = null; // empty data layer - if (currentMapGroup != -1) { //reset previous mapgroup menu - document.getElementById("mapGroupSelect_" + currentMapGroup).options[0].selected = true; - } - toolTipLabel = metaDataObj.mapgroups[mapgroup].defaultLabelAttribute; // labels - //load new mapgroup data: - setMessage(["", "Loading new map data; URL=" + metaDataObj.mapgroups[mapgroup].serviceURL], debugMsg); - d3.json( - metaDataObj.mapgroups[mapgroup].serviceURL, - // inline call-back function - function (error, json) { - if (error != null) { - theError = error.status + "--" + error.statusText; - setMessage(["LADEN KAART MISLUKT!\nURL= " + metaDataObj.mapgroups[mapgroup].serviceURL + ";\nError: " + theError, - "ERROR LOADING MAP!\nURL= " + metaDataObj.mapgroups[mapgroup].serviceURL + ";\nError: " + theError], errorMsg); + } else { + + setMessage(["KAART MAKEN [" + mapgroup + "," + mapsubject + "," + mapunit + "," + mapdate + "]...", + "CREATING MAP [" + mapgroup + "," + mapsubject + "," + mapunit + "," + mapdate + "]..."], + showMsg); + + // foreign key to link geo with attrib data + var FK = MD.mapgroups[mapgroup].mapsubjects[mapsubject].mapunits[mapunit].mapdates[mapdate].FK; + + // geo_data loader: + var geoMD = MD.geo_sources[MD.mapgroups[mapgroup].mapsubjects[mapsubject].mapunits[mapunit].mapdates[mapdate].geo_data]; + var geoURL = geoMD.serviceURL; + setMessage(["", "Loading geodata; URL=" + geoURL], debugMsg); + d3.json(geoURL, function (error, json) { + if (error != undefined) { + if (error.status == undefined) { // it's not XMLHTTPrequest error} + theError = error.name + ": " + error.message; + } else { + theError = "HTTP " + error.status + "--" + error.statusText; } + setMessage(["KAART LADEN MISLUKT!\nURL= " + geoURL + ";\nError: " + theError, + "ERROR LOADING MAP!\nURL= " + geoURL + ";\nError: " + theError], errorMsg); + return; + } + + if (geoMD.serviceOutputFormat == "geojson") { geoData = json; //load data + } else if (geoMD.serviceOutputFormat == "topojson") { + geoData = topojson.feature(json, json.objects.geo); + } else { + setMessage(["Ongeldig formaat [serviceOutputFormat = " + geoMD.serviceOutputFormat + "]", + "Invalid format [serviceOutputFormat = " + geoMD.serviceOutputFormat + "]"], errorMsg); + } + + + // attrib_data loader: + var attribMD = MD.attrib_sources[MD.mapgroups[mapgroup].mapsubjects[mapsubject].mapunits[mapunit].mapdates[mapdate].attrib_data]; + var attribURL = attribMD.serviceURL; + setMessage(["", "Loading attribute data; URL=" + attribURL], debugMsg); + d3.csv(attribURL, function (error, csv) { + if (error != undefined) { + if (error.status == undefined) { // it's not XMLHTTPrequest error} + theError = error.name + ": " + error.message; + } else { + theError = "HTTP " + error.status + "--" + error.statusText; + } + setMessage(["LADEN ATTRIBUUTDATA MISLUKT!\nURL= " + attribURL + ";\nError: " + theError, + "ERROR LOADING ATTRIBUTE DATA!\nURL= " + attribURL + ";\nError: " + theError], errorMsg); + return; + } + + //create a map using FK as key: + attribData = d3.map(csv, function (d) { + var FKval = eval("d." + FK); + if (FKval == undefined) { + setMessage(["Geen geldige FK. Check metadata!\nFK=" + FK + "; FKval=" + FKval, + "No valid FK. Check metadata!\n(FK=" + FK + "; FKval=" + FKval], errorMsg); + } + return FKval; + }); + setMessage(["Kaartdata geladen.", "Map data loaded."], hideMsg); - createMap(geoData, mainMap, mapgroup, map); - makeDataStats(geoData, mapgroup, map); - renderMap(geoData, mainMap, mapgroup, map); + createMap(geoData, mainMap); + symboliseMap(geoData, attribData, FK, mainMap, mapgroup, mapsubject, mapunit, mapdate); setMessage(["Kaart gemaakt.", "Created map."], hideMsg); - }); - } else { - setMessage(["", "Using loaded map data"], debugMsg); - makeDataStats(geoData, mapgroup, map); - renderMap(geoData, mainMap, mapgroup, map); - setMessage(["Kaart gemaakt.", "Created map."], hideMsg); - } - makeLegendDiv(mapgroup, map); - currentMapGroup = parseInt(mapgroup); - currentMap = parseInt(map); + + }); //attrib_data loader + }); //geo_data loader + + } //if-else + + } // endfunction chooseMap() /** * Creates an empty map with polygon, point and label placeholders - * - * @param geoData - * @param mapLayer - * @param mapgroup - * @param map */ -function createMap(geoData, mapLayer, mapgroup, map) { - // first delete existing map: +function createMap(geoData, mapLayer) { + + // first delete existing map, if any: mapLayer.selectAll("*").remove(); // make polygons: @@ -352,11 +421,13 @@ function createMap(geoData, mapLayer, mapgroup, map) { .data(geoData.features) // bind and join these to features in json .enter().append("path") // for each create a new path .attr("d", geo_path) // transform supplied json geo to svg "d" - .attr("fill", bgFillColor) // for now all same fill color - .attr("stroke", bgStrokeColor) // for now all same stroke color - .attr("stroke-width", bgStrokeWidth) // for now all same stroke width - .on("mousemove", function() {toolTipMove(d3.event)}) - .on("mouseleave", function() {toolTipHide()}) + .attr("class", "defaultPolygons") // for now all same fill-stroke (from css) + .on("mousemove", function () { + toolTipMove(d3.event) + }) + .on("mouseleave", function () { + toolTipHide() + }) ; // create proportional circles on top: mapLayer.selectAll("circle") // select circle nodes @@ -368,13 +439,14 @@ function createMap(geoData, mapLayer, mapgroup, map) { .attr("cy", function (d) { return y = Math.round(geo_path.centroid(d)[1]); }) // transform the supplied json geo path centroid Y to svg "cy" - .attr("stroke", "rgb(255,255,255)") // add stroke color - .attr("stroke-width", "0.3") // add stroke width - .attr("fill", "rgb(255,0,0)") // add fill color - .attr("fill-opacity", "0.6") // add fill opacity + .attr("class", "defaultCircles") // add defualt style (from css) .attr("r", 0) // add radius , start with r = 0 - .on("mousemove", function() {toolTipMove(d3.event)}) - .on("mouseleave", function() {toolTipHide()}) + .on("mousemove", function () { + toolTipMove(d3.event) + }) + .on("mouseleave", function () { + toolTipHide() + }) ; // create empty text items: mapLayer.selectAll("text") // select text nodes @@ -391,33 +463,38 @@ function createMap(geoData, mapLayer, mapgroup, map) { // transform the supplied json geo path centroid Y to svg "y" return Math.round(geo_path.centroid(d)[1]); }) + .on("mousemove", function () { + toolTipMove(d3.event) + }) + .on("mouseleave", function () { + toolTipHide() + }) ; } /** - * Sets point size, polygon fill or label text of map layer based on data layer - * chosen - * - * @param geoData - * @param mapLayer - * @param mapgroup - * @param map + * Sets point size, polygon fill and/or label text of map based on data chosen */ -function renderMap(geoData, mapLayer, mapgroup, map) { - setMessage(["", "Creating map symbolisation..."], debugMsg); +function symboliseMap(geoData, attribData, FK, mapLayer, mapgroup, mapsubject, mapunit, mapdate) { - var mapType = metaDataObj.mapgroups[mapgroup].maps[map].maptype; + var mapType = MD.mapgroups[mapgroup].mapsubjects[mapsubject].maptype; + var mapAttrib = MD.mapgroups[mapgroup].mapsubjects[mapsubject].mapunits[mapunit].mapdates[mapdate].attrib; + var mapFK = MD.mapgroups[mapgroup].mapsubjects[mapsubject].mapunits[mapunit].mapdates[mapdate].FK; + var tooltipLabel = MD.mapgroups[mapgroup].mapsubjects[mapsubject].mapunits[mapunit].mapdates[mapdate].label; + var mapUnit = MD.mapgroups[mapgroup].mapsubjects[mapsubject].data_unit[curLang]; + var dataStats; // *** PROPORTIONAL POINT MAPS **** if (mapType == "point_size") { + dataStats = makeStats(attribData, mapAttrib, numClasses); // remove classified polygon fills mapLayer.selectAll("path") // select path nodes - .on("mouseenter", function (d) {toolTipShow(d, mapgroup, map)} ) + .on("mouseenter", function (d) { + toolTipShow(infoTextFromData(d, attribData, tooltipLabel, mapAttrib, mapFK, mapUnit)); + }) .transition().duration(1000) - .attr("fill", bgFillColor) // all same fill color - .attr("stroke", bgStrokeColor) // all same stroke color - .attr("stroke-width", bgStrokeWidth) // all same stroke width + .attr("class", "defaultPolygons") // add defaul// lt style (from css) ; // remove texts mapLayer.selectAll("text") // select text nodes @@ -425,15 +502,21 @@ function renderMap(geoData, mapLayer, mapgroup, map) { ; // change proportional circles sizes: mapLayer.selectAll("circle") // select again all the current circle nodes - .on("mouseenter", function (d) {toolTipShow(d, mapgroup, map)} ) + .on("mouseenter", function (d) { + toolTipShow(infoTextFromData(d, attribData, tooltipLabel, mapAttrib, mapFK, mapUnit)); + }) .transition().ease("bounce").duration(2000) .attr("r", function (d) { - return radiusFromData(d, mapgroup, map); + var theVal = getAttribValue(d, attribData, mapAttrib, mapFK); + var theRadius = (Math.sqrt(theVal) / Math.PI) * dataStats.dCircleRatio; + if (theRadius < 0) theRadius = 0; + return theRadius; }) // change radius with result from function ; // *** CHOROPLETH MAPS **** } else if (mapType == "area_value") { // choropleth map: + dataStats = makeStats(attribData, mapAttrib, numClasses); // shrink circles : mapLayer.selectAll("circle") // select again all the current circle nodes .transition().duration(1000) @@ -445,11 +528,13 @@ function renderMap(geoData, mapLayer, mapgroup, map) { ; // make classified polygons: mapLayer.selectAll("path") // select path nodes - .on("mouseenter", function (d) {toolTipShow(d, mapgroup, map)} ) + .on("mouseenter", function (d) { + toolTipShow(infoTextFromData(d, attribData, tooltipLabel, mapAttrib, mapFK, mapUnit)); + }) .transition().duration(1500) - .attr("fill", function (d) { + .style("fill", function (d) { // fill with result from classify function - return graduatedFillFromData(d, mapgroup, map); + return dataStats.dClass2Value(+getAttribValue(d, attribData, mapAttrib, mapFK)); }) ; @@ -463,19 +548,25 @@ function renderMap(geoData, mapLayer, mapgroup, map) { ; // remove classified polygon fills mapLayer.selectAll("path") // select path nodes - .on("mouseenter", function (d) {toolTipShow(d, mapgroup, map)}) + .on("mouseenter", function (d) { + toolTipShow(infoTextFromData(d, attribData, tooltipLabel, mapAttrib, mapFK, mapUnit)); + }) .transition().duration(1000) - .attr("fill", bgFillColor) // back to 1 neutral fill + .attr("class", "defaultPolygons") // add default style (from css) ; // set text items: mapLayer.selectAll("text") // select text nodes + .on("mouseenter", function (d) { + toolTipShow(infoTextFromData(d, attribData, tooltipLabel, mapAttrib, mapFK, mapUnit)); + }) .text(function (d) { - return d3.map(d.properties).get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute); + return getAttribValue(d, attribData, mapAttrib, mapFK); }) ; // *** CHOROCHROMATIC MAPS **** } else if (mapType == "area_colour") { // simple label map: + dataStats = makeStats(attribData, mapAttrib, -1); // shrink circles : mapLayer.selectAll("circle") // select again all the current circle nodes .transition().duration(1000) @@ -487,10 +578,12 @@ function renderMap(geoData, mapLayer, mapgroup, map) { ; // make classified polygons: mapLayer.selectAll("path") // select path nodes - .on("mouseenter", function (d) {toolTipShow(d, mapgroup, map)} ) + .on("mouseenter", function (d) { + toolTipShow(infoTextFromData(d, attribData, tooltipLabel, mapAttrib, mapFK, mapUnit)); + }) .transition().duration(1500) - .attr("fill", function (d) { - return nominalFillFromData(d, mapgroup, map); + .style("fill", function (d) { + return dataStats.dClass2Colour(getAttribValue(d, attribData, mapAttrib, mapFK)); }) // fill with result from classify function ; @@ -498,42 +591,134 @@ function renderMap(geoData, mapLayer, mapgroup, map) { setMessage( ["Onbekend Map Type [" + mapType + "]", "Unknown Map Type [" + mapType + "]"], errorMsg); } + + setMessage(["", "Created map symbolisation."], debugMsg); + makeLegend(mapgroup, mapsubject, mapunit, mapdate, mapType, dataStats); } +function getAttribValue(d, attribData, mapAttrib, mapFK) { + var FKval = undefined; + var attribValue = undefined; + FKval = eval("d.properties." + mapFK); + attribValue = eval("attribData.get(FKval)." + mapAttrib); + if (FKval == undefined || attribValue == undefined) { + setMessage(["Ongeldige waarde(n)! \nFK=" + FKval + "; attribuut=" + mapAttrib + "; waarde=" + attribValue, + "Invalid value(s)! \n(FK=" + FKval + "; attribute=" + mapAttrib + "; value=" + attribValue], errorMsg); + } + return attribValue; +} /** * update legendDiv according to mapgroup/map chosen in menu * - * @param mapgroup - * @param map */ -function makeLegendDiv(mapgroup, map) { - var legendHTML = "<h3>" + metaDataObj.mapgroups[mapgroup].groupname + "</h3>"; - if (map != null) { - legendHTML += "<h1>" + metaDataObj.mapgroups[mapgroup].maps[map].name + "</h1>"; +function makeLegend(mapgroup, mapsubject, mapunit, mapdate, mapType, dataStats) { + + var geoSourceStr = ["Geodata", "Geodata"]; + var dataSourceStr = ["Attribuut data", "Attribute data"]; + var legendDiv = d3.select("#legendDiv"); + var mapObj = MD.mapgroups[mapgroup].mapsubjects[mapsubject].mapunits[mapunit].mapdates[mapdate]; + + var legendHeader = "<h3>" + MD.mapgroups[mapgroup].groupname[curLang] + "</h3>"; + legendHeader += "<h1>" + MD.mapgroups[mapgroup].mapsubjects[mapsubject].name[curLang] + "</h1>"; + legendHeader += "<h4>" + MD.mapgroups[mapgroup].mapsubjects[mapsubject].data_unit[curLang]; + legendHeader += " per " + MD.mapgroups[mapgroup].mapsubjects[mapsubject].mapunits[mapunit].name[curLang]; + legendHeader += " (" + mapObj.date + ")</h4>"; + + legendDiv.html(legendHeader); + + + DEBUG = dataStats; + + var legendSVG = legendDiv.append("svg") + .attr("id", "legendSVG") + .attr("width", "100%") + .attr("height", "100%") + ; + + + // *** PROPORTIONAL POINT MAPS **** + if (mapType == "point_size") { + + legendSVG.append("g") + .attr("class", "mySizeLegend") + .attr("transform", "translate(20,20)") + ; + var linearSize = d3.scale.linear().domain([0,dataStats.dMax]).range([0, maxCircleSize]); + //var linearSize = d3.scale.linear().domain([0,100]).range([10, 20]); + + var mySizeLegend = d3.legend.size() + .scale(linearSize) + .labelFormat(d3.format(".0f")) + .shape('circle') + .shapePadding(2) + .labelOffset(1) + .cells(4) + .orient('vertical') + ; + legendSVG.select(".mySizeLegend") + .call(mySizeLegend) + ; + legendSVG.style("height", mySizeLegend.legendHeight()); + + // *** CHOROPLETH MAPS **** + } else if (mapType == "area_value") { // choropleth map: + + + legendSVG.append("g") + .attr("class", "myColorLegend") + .attr("transform", "translate(0,0)") + ; + var myColorLegend = d3.legend.color() + .labelFormat(d3.format(".0f")) + .labelDelimiter("–") + .shapeWidth(20) + .useClass(false) + .orient('vertical') + .scale(dataStats.dClass2Value) + ; + legendSVG.select(".myColorLegend") + .call(myColorLegend) + ; + legendSVG.style("height", myColorLegend.legendHeight()); + + // *** LABEL MAPS **** + } else if (mapType == "area_label") { // simple label map: + // No legend for label map + legendSVG.style("height", "0"); + + // *** CHOROCHROMATIC MAPS **** + } else if (mapType == "area_colour") { // simple label map: + + legendSVG.append("g") + .attr("class", "myLegend") + .attr("transform", "translate(0,0)") + ; + var legend = d3.legend.color() + .labelFormat(d3.format(".0f")) + .shapeWidth(20) + .useClass(false) + .scale(dataStats.dClass2Colour) + ; + legendSVG.select(".myLegend") + .call(legend) + ; + legendSVG.style("height", legend.legendHeight()); + + } else { + setMessage( + ["Onbekend Map Type [" + mapType + "]", "Unknown Map Type [" + mapType + "]"], errorMsg); } - legendHTML += "<p>" + metaDataObj.mapgroups[mapgroup].source + " (" - + metaDataObj.mapgroups[mapgroup].date + ") </p><hr/>" - + "<i>" + metaDataObj.mapgroups[mapgroup].groupDescription + "</i>"; - legendDiv = d3.select("#legendDiv") - .html(legendHTML); -} -function nominalFillFromData(d, mapgroup, map) { - var myProperties = d3.map(d.properties); // put properties in key-value map - return myColourClasses(myProperties.get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute)); -} + var legendFooter = "<hr><p class='small'>" + geoSourceStr[curLang] + ": " + + MD.geo_sources[mapObj.geo_data].source[curLang] + "<br>"; + legendFooter += dataSourceStr[curLang] + ": " + MD.attrib_sources[mapObj.attrib_data].source[curLang]; + legendFooter += "<br><i>"; + //legendFooter += MD.atlasName[curLang] + " (" + MD.atlasVersion + ") -- "; + legendFooter += MD.atlasCopyright[curLang] + "</i></p>"; -function graduatedFillFromData(d, mapgroup, map) { - var myProperties = d3.map(d.properties); // put properties in key-value map - return myValueClasses(myProperties.get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute)); -} + legendDiv.append("div").html(legendFooter); -function radiusFromData(d, mapgroup, map) { - var myProperties = d3.map(d.properties); // put properties in key-value map - var theRadius = myRatio * myProperties.get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute); - if (theRadius < 0) theRadius = 0; - return theRadius; } function toolTipMove(d) { @@ -545,59 +730,62 @@ function toolTipHide() { .duration(250) .style("opacity", 0); } -function toolTipShow(d, mapgroup, map) { +function toolTipShow(theText) { tooltip.transition() .duration(250) .style("opacity", 1); tooltip.select('.tooltip-text') - .text(infoTextFromData(d, mapgroup, map)); + .text(theText); } -function infoTextFromData(d, mapgroup, map) { - var myProperties = d3.map(d.properties); // put properties in key-value map - if (map == null) { - return myProperties.get(toolTipLabel); - } else { - return myProperties.get(toolTipLabel) + ": " - + myProperties.get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute) - + metaDataObj.mapgroups[mapgroup].maps[map].unit; +function infoTextFromData(d, attribData, labelAttrib, mapAttrib, mapFK, mapUnit) { + var theText = ""; + if (labelAttrib != mapAttrib) { + theText += getAttribValue(d, attribData, labelAttrib, mapFK) + ": " } + theText += getAttribValue(d, attribData, mapAttrib, mapFK) + " " + mapUnit; + return theText; } -// TODO: really need to rewrite this function, seems stupidly elaborate and crappy in places... -function makeDataStats(geoData, mapgroup, map) { - setMessage(["", "Creating map statistics..."], debugMsg); - myFeatures = geoData.features; - numFeatures = myFeatures.length; - myData = new Array(numFeatures); - for (i = 0; i < numFeatures; i++) { - myProperties = d3.map(myFeatures[i].properties); // put properties in KV map - // based on map chosen in menu, get data out -- +myProperties to force numerical : - myData[i] = +myProperties.get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute); - } - //console.log(myData); - myDataMin = d3.min(myData); - //a crappy solution for NoData vals: - if (myDataMin <= -99999997) { // is NoData - myDataMin = 0 - }// - myDataMax = d3.max(myData); - - //now determine key measures: - - // a ratio between values and circles radius for (proportional) ratio maps: - myRatio = maxCircleSize / myDataMax; - - // a classed scale for (choropleth) ordered or relative ratio maps: - myValueClasses = d3.scale.quantize() - .domain([myDataMin, myDataMax]) // based on original data range - .range(colorbrewer.Greens[5]) // assign to numClasses classes in Green CB range - ; - // an ordinal scale for (chorochromatic) nominal maps - myColourClasses = d3.scale.ordinal() // make a classes array using d3 ordinal - .range(colorbrewer.Spectral[11]) // assign to 11 classes Spectral CB range - ; - //setMessage(["", "{ Domain: " + myValueClasses.domain() + " -- ValueClasses: " + myValueClasses.range() + - // " -- CircleRatio: " + maxCircleSize + " / " + myDataMax + " = " + myRatio + " }"], debugMsg); +function makeStats(attribData, attrib, numClasses) { + + var myStats = { + dValues: undefined, dMin: undefined, dMax: undefined, dCircleRatio: undefined, + dJenksClasses: undefined, dClass2Value: undefined, dClass2Colour: undefined + }; + + var numFeatures = attribData.size(); + myStats.dValues = new Array(numFeatures); + var i = 0; + attribData.forEach(function (k, v) { + myStats.dValues[i] = +eval("v." + attrib); //+ to force numerical + i++; + }); + + if (numClasses == -1) { //non numerical data + // an ordinal scale for (chorochromatic) nominal maps + myStats.dClass2Colour = d3.scale.ordinal() // make a classes array using d3 ordinal + .range(colorbrewer.Spectral[11]) // assign to 11 classes Spectral CB range + } else { + myStats.dMin = d3.min(myStats.dValues); + //TODO: less crappy solution for NoData vals: + if (myStats.dMin <= -99999997) { // is NoData + myStats.dMin = 0 + }// + myStats.dMax = d3.max(myStats.dValues); + //now determine key measures: + // a ratio between values and circles radius for (proportional) ratio maps: + myStats.dCircleRatio = maxCircleSize / (Math.sqrt(myStats.dMax) / Math.PI ); + //use Jenks.js to calculate Jenks Natural breaks for x classes + myStats.dJenksClasses = jenks(myStats.dValues, numClasses); + // a classed scale for (choropleth) ordered or relative ratio maps: + myStats.dClass2Value = d3.scale.quantile() + .domain(myStats.dJenksClasses) // use Jenks classes (see above) + .range(colorbrewer.Greens[numClasses]) // assign to numClasses classes in Green CB range + ; + } + setMessage(["", "Calculated map statistics."], debugMsg); + //if (debugOn) console.log(myStats); + return myStats; } \ No newline at end of file diff --git a/js/NatAtlasChooser.js b/js/NatAtlasChooser.js deleted file mode 100644 index 0ac9975095aa19cba5d470b904a53562eae4a3fd..0000000000000000000000000000000000000000 --- a/js/NatAtlasChooser.js +++ /dev/null @@ -1,607 +0,0 @@ -/** - * National Atlas Viewer - * - * Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License. - * see http://creativecommons.org/licenses/by-nc-sa/3.0/ - * - * @author Barend Köbben <b.j.kobben@utwente.nl> - * - * @version 0.6.0 [July 2015] - * - First attempt at new MapChooser - * - */ - -// metadata as bootstrap, all other data is in there: -var METADATA_URL_NL = "./data/metaData.json"; -var METADATA_URL_EN = "./data/metaData_en.json"; -var metaDataObj; - -// global constants: -const VIEWER_VERSION = "0.6"; -const debugOn = true; //activates debugging message window -const NL = 0, EN = 1; -const errorMsg = 0, showMsg = 1, hideMsg = 2, debugMsg = 3; -// For now mapDiv fixed to 550x650 (here and in CSS style) -// TODO: Make rescalable (responsive?) -const mapDivHeight = 650, mapDivWidth = 550; - -// global vars: -var DEBUG; -var currLanguage; -var svgMaps, backgroundMap, mainMap, overlayMap; -var mapMenu; -var map_dims = {map_scale: 0.0, y_offset: 0.0, x_offset: 0.0}; -var numMapGroups, numMaps; -var menuDiv, legendDiv, messageDiv; -var geo_path, geoData; -var myData, myDataMin, myDataMax; -var myValueClasses; -//var waterColor = "#ccddf2"; -var bgFillColor = "#fffcd5"; -//var bgFillColor = "#eeeeee"; -var bgStrokeColor = "#ffcccc"; -var bgStrokeWidth = "0.2"; -var myRatio, labelSize; -var currentMapGroup, currentMap, tooltip, toolTipLabel; - -var numClasses = 5; -var maxCircleSize = 20; - -/** - * INITIALISATION FUNCTION - * - * @param language : - * NL or EN, sets UI language used in messages, alerts, etc. - */ -function init(language) { - - currLanguage = language; - currentMap = -1; - currentMapGroup = -1; - metaDataObj = null; - messageDiv = document.getElementById("messageDiv"); - var metadataURL; - if (language == NL) { - metadataURL = METADATA_URL_NL - } else if (language == EN) { - metadataURL = METADATA_URL_EN - } else { - alert("Invalid startup language in initialisation [" + language + "]") - } - - // bootstrap metaDataObj json : - d3.json(metadataURL, - // inline call-back after data loaded: - function (error, json) { - if (error != null) { - DEBUG = error; - // if bootstrap fails: die gracefully... - if (error.status == undefined) { // it's not XMLHTTPrequest error} - theError = error.name + ": " + error.message; - } else { - theError = "HTTP " + error.status + ": " + error.statusText; - } - setMessage([ - "BOOTSTRAP MISLUKT: Laden metaDataObj mislukt\nURL= " + metadataURL + "\n" + theError, - "BOOTSTRAP FAILED: Error loading metaDataObj\nURL= " + metadataURL + "\n" + theError - ], errorMsg); - } else { - metaDataObj = json; //make global - - // use RD projection limits to calculate scale and bounds needed for - // affine transformation of RD coordinates to screen coordinates - var map_minx = 13600; - var map_miny = 306900; - var map_maxx = 278000; - var map_maxy = 619300; - var map_height = map_maxy - map_miny; - var map_width = map_maxx - map_minx; - map_dims.map_scale = mapDivHeight / map_height; - map_dims.y_offset = (map_maxy * map_dims.map_scale); - map_dims.x_offset = -(map_minx * map_dims.map_scale); - - //create svg element in mapDiv, to hold map layers - svgMaps = d3.select("#mapDiv").append("svg") - .attr("id", "svgMaps") - .attr("width", mapDivWidth) - .attr("height", mapDivHeight) - ; - // CREATE MAP LAYERS (SVG placeholders only for now): - backgroundMap = svgMaps.append("g") - .attr("id", "backgroundMap") - ; - mainMap = svgMaps.append("g") - .attr("id", "mainMap") - ; -// overlayMap = svgMaps.append("g") -// .attr("id", "overlayMap") -// ; - - // initiate d3 geo path stream for handling geometric data - // use AffineTransformation function to override default d3 projection mechanism - geo_path = d3.geo.path() - .projection(new AffineTransformation(map_dims.map_scale, 0, 0, -(map_dims.map_scale), - map_dims.x_offset, map_dims.y_offset)) - ; - - // use metadata to create mapgroup & map menu - var mapMenu = createMenuTree(metaDataObj); - - // load background map from basemap data and render it - // using the attrib baseMapClassAttr as a class name - createBackgroundMap(metaDataObj.baseMapDataURL, metaDataObj.baseMapClassAttr); - } - }); - - //create tooltip divs: - tooltip = d3.select("body") - .append("div") - .attr("class", "tooltip") - .style("opacity", 0); - tooltip.append("div") - .attr("class", "tooltip-text"); - - -}//init() - - -/** - * Implements Affine transformation as a pseudo d3 projection, - * overriding standard d3.geo.projection.stream, because we do - * NOT want projection from latlon to cartesian and resampling, - * but instead translate & scale RD coordinates into screen coordinates - * - * @param a : X scale - * @param b : X rotation - * @param c : Y rotation - * @param d : Y scale - * @param tx : X offset - * @param ty : Y offset - * @returns {{stream: Function}} - * @constructor - */ -function AffineTransformation(a, b, c, d, tx, ty) { - return { - stream: function (output) { - return { - point: function (x, y) { - // extra: round coords to integers: - output.point(Math.round(a * x + b * y + tx), Math.round(c * x + d * y + ty)); - }, - sphere: function () { - output.sphere(); - }, - lineStart: function () { - output.lineStart(); - }, - lineEnd: function () { - output.lineEnd(); - }, - polygonStart: function () { - output.polygonStart(); - }, - polygonEnd: function () { - output.polygonEnd(); - } - }; - } - }; -} - - -/** - * Bi-lingual messaging system used for messages as well as errors and debug info - * - * @param messageStrs : array of messages [0=NL,1=EN] - * @param messageType : const defining messageType (errorMsg,showMsg,hideMsg,debugMsg) - */ -function setMessage(messageStrs, messageType) { - //first some checking and if necessary repairing: - if (messageStrs.length == 0) { - //no message: - messageStrs[0] = messageStrs[1] = "No message supplied to SetMessage!"; - } else if ((messageStrs.length == 1)) { - //only one language supplied, copy to other language: - messageStrs[1] = messageStrs[0]; - } - if (messageType == showMsg) { //log message and display message box - messageDiv.innerHTML = messageStrs[currLanguage]; - messageDiv.style.display = "inline" - } else if (messageType == hideMsg) { //log message and hide messagebox - messageDiv.innerHTML = messageStrs[currLanguage]; - messageDiv.style.display = "none" - } else if (messageType == errorMsg) { //display Javascript alert - alert(messageStrs[currLanguage]) - } - if (debugOn) { // all messageTypes are logged in console: - // debug messages only in english - console.log(messageStrs[EN]); - } -} - - -/** - * Create map menus from metadata json object - * - * @param MD : the metadata JSON object - */ -function createMenuTree(MD) { - numMapGroups = MD.mapgroups.length; - numMaps = []; - for (i = 0; i < numMapGroups; i++) { - numMaps[i] = MD.mapgroups[i].maps.length; - } - for (i = 0; i < numMapGroups; i++) { - mapMenu = d3.select("#menuDiv") - .append("h2") - .html(MD.mapgroups[i].groupname) - .append("select") - .attr("class", "menu") - .attr("id", "mapGroupSelect_" + i) - .attr("onchange", "chooseMap(" + i + - ", document.getElementById('mapGroupSelect_' +" + i + ").value)") //trigger mapmaking - ; - mapMenu.append("option") - .html("...") - .attr("value", "none") - ; - for (j = 0; j < numMaps[i]; j++) { - mapMenu.append("option") - .attr("value", j) - .html(MD.mapgroups[i].maps[j].name) - ; - } - } - return mapMenu; -} - -/** - * Create background layer - * - * @param URL : URL to metadata json - * @param theClass : data attribute to use for CSS class name - */ -function createBackgroundMap(URL, theClassAttr) { - setMessage(["ACHTERGRONDKAART LADEN...", "LOADING BACKGROUND MAP..."], showMsg); - setMessage(["", "URL=" + URL], debugMsg); - d3.json( - URL, - // inline call-back function - function (error, json) { - if (error != null) { - theError = error.status + "--" + error.statusText; - setMessage(["ACHTERGRONDKAART LADEN MISLUKT!\nURL= " + URL + ";\nError: " + theError, - "ERROR LOADING BACKGROUND MAP!\nURL= " + URL + ";\nError: " + theError], errorMsg); - } - // first make polygons: - backgroundMap.selectAll("path") // create path nodes - .data(json.features) // bind & join to features array - .enter().append("path") // for each create a new path - .attr("d", geo_path) // use special transformation stream initialised in init() for path data - .attr("class", function (d) { - return d3.map(d.properties).get(theClassAttr); //get class from data using the Attr - }) - ; - setMessage(["Achtergrondkaart geladen.", "Background Map loaded."], hideMsg); - }); -} - - -/** - * trigger mapmaking according to mapgroup/map chosen in menu - * - * @param mapgroup - - * mapgroup chosen - * @param map - - * map chosen - */ -function chooseMap(mapgroup, map) { - - if (mapgroup == "none" || mapgroup == "undefined" || map == "undefined" || map == "none") { - setMessage( - ["Geen metadata voor kaart " + map + " van kaartgroep " + mapgroup, - "No metadata for map " + map + " of mapgroup " + mapgroup], errorMsg); - return; - } - setMessage(["KAART MAKEN [" + mapgroup + "," + map + "]...", "CREATING MAP [" + mapgroup + "," + map + "]..."], showMsg); - if (mapgroup != currentMapGroup) { - geoData = null; // empty data layer - if (currentMapGroup != -1) { //reset previous mapgroup menu - document.getElementById("mapGroupSelect_" + currentMapGroup).options[0].selected = true; - } - toolTipLabel = metaDataObj.mapgroups[mapgroup].defaultLabelAttribute; // labels - //load new mapgroup data: - setMessage(["", "Loading new map data; URL=" + metaDataObj.mapgroups[mapgroup].serviceURL], debugMsg); - d3.json( - metaDataObj.mapgroups[mapgroup].serviceURL, - // inline call-back function - function (error, json) { - if (error != null) { - theError = error.status + "--" + error.statusText; - setMessage(["LADEN KAART MISLUKT!\nURL= " + metaDataObj.mapgroups[mapgroup].serviceURL + ";\nError: " + theError, - "ERROR LOADING MAP!\nURL= " + metaDataObj.mapgroups[mapgroup].serviceURL + ";\nError: " + theError], errorMsg); - } - geoData = json; //load data - setMessage(["Kaartdata geladen.", "Map data loaded."], hideMsg); - createMap(geoData, mainMap, mapgroup, map); - makeDataStats(geoData, mapgroup, map); - renderMap(geoData, mainMap, mapgroup, map); - setMessage(["Kaart gemaakt.", "Created map."], hideMsg); - }); - } else { - setMessage(["", "Using loaded map data"], debugMsg); - makeDataStats(geoData, mapgroup, map); - renderMap(geoData, mainMap, mapgroup, map); - setMessage(["Kaart gemaakt.", "Created map."], hideMsg); - } - makeLegendDiv(mapgroup, map); - currentMapGroup = parseInt(mapgroup); - currentMap = parseInt(map); -} // endfunction chooseMap() - -/** - * Creates an empty map with polygon, point and label placeholders - * - * @param geoData - * @param mapLayer - * @param mapgroup - * @param map - */ -function createMap(geoData, mapLayer, mapgroup, map) { - // first delete existing map: - mapLayer.selectAll("*").remove(); - - // make polygons: - mapLayer.selectAll("path") // select path nodes - .data(geoData.features) // bind and join these to features in json - .enter().append("path") // for each create a new path - .attr("d", geo_path) // transform supplied json geo to svg "d" - .attr("fill", bgFillColor) // for now all same fill color - .attr("stroke", bgStrokeColor) // for now all same stroke color - .attr("stroke-width", bgStrokeWidth) // for now all same stroke width - .on("mousemove", function() {toolTipMove(d3.event)}) - .on("mouseleave", function() {toolTipHide()}) - ; - // create proportional circles on top: - mapLayer.selectAll("circle") // select circle nodes - .data(geoData.features) // bind and join these to the features array in json - .enter().append("circle") // for each create a new circle - .attr("cx", function (d) { - return x = Math.round(geo_path.centroid(d)[0]); - }) // transform the supplied json geo path centroid X to svg "cx" - .attr("cy", function (d) { - return y = Math.round(geo_path.centroid(d)[1]); - }) // transform the supplied json geo path centroid Y to svg "cy" - .attr("stroke", "rgb(255,255,255)") // add stroke color - .attr("stroke-width", "0.3") // add stroke width - .attr("fill", "rgb(255,0,0)") // add fill color - .attr("fill-opacity", "0.6") // add fill opacity - .attr("r", 0) // add radius , start with r = 0 - .on("mousemove", function() {toolTipMove(d3.event)}) - .on("mouseleave", function() {toolTipHide()}) - ; - // create empty text items: - mapLayer.selectAll("text") // select text nodes - .data(geoData.features) // bind and join these to the features array in json - .enter().append("text") // for each create a new text object - .text("") - .attr("class", "label") - .attr("text-anchor", "middle") // center text - .attr("x", function (d) { - // transform the supplied json geo path centroid X to svg "x" - return Math.round(geo_path.centroid(d)[0]) - (this.getComputedTextLength() / 2); - }) - .attr("y", function (d) { - // transform the supplied json geo path centroid Y to svg "y" - return Math.round(geo_path.centroid(d)[1]); - }) - ; -} - - -/** - * Sets point size, polygon fill or label text of map layer based on data layer - * chosen - * - * @param geoData - * @param mapLayer - * @param mapgroup - * @param map - */ -function renderMap(geoData, mapLayer, mapgroup, map) { - setMessage(["", "Creating map symbolisation..."], debugMsg); - - var mapType = metaDataObj.mapgroups[mapgroup].maps[map].maptype; - - // *** PROPORTIONAL POINT MAPS **** - if (mapType == "point_size") { - // remove classified polygon fills - mapLayer.selectAll("path") // select path nodes - .on("mouseenter", function (d) {toolTipShow(d, mapgroup, map)} ) - .transition().duration(1000) - .attr("fill", bgFillColor) // all same fill color - .attr("stroke", bgStrokeColor) // all same stroke color - .attr("stroke-width", bgStrokeWidth) // all same stroke width - ; - // remove texts - mapLayer.selectAll("text") // select text nodes - .text("") - ; - // change proportional circles sizes: - mapLayer.selectAll("circle") // select again all the current circle nodes - .on("mouseenter", function (d) {toolTipShow(d, mapgroup, map)} ) - .transition().ease("bounce").duration(2000) - .attr("r", function (d) { - return radiusFromData(d, mapgroup, map); - }) // change radius with result from function - ; - -// *** CHOROPLETH MAPS **** - } else if (mapType == "area_value") { // choropleth map: - // shrink circles : - mapLayer.selectAll("circle") // select again all the current circle nodes - .transition().duration(1000) - .attr("r", 0) // change radius to 0 - ; - // remove texts - mapLayer.selectAll("text") // select text nodes - .text("") - ; - // make classified polygons: - mapLayer.selectAll("path") // select path nodes - .on("mouseenter", function (d) {toolTipShow(d, mapgroup, map)} ) - .transition().duration(1500) - .attr("fill", function (d) { - // fill with result from classify function - return graduatedFillFromData(d, mapgroup, map); - }) - ; - - // *** LABEL MAPS **** - } else if (mapType == "area_label") { // simple label map: - // shrink circles : - mapLayer.selectAll("circle") // select again all the current circle - // nodes - .transition().duration(1000) - .attr("r", 0) // change radius to 0 - ; - // remove classified polygon fills - mapLayer.selectAll("path") // select path nodes - .on("mouseenter", function (d) {toolTipShow(d, mapgroup, map)}) - .transition().duration(1000) - .attr("fill", bgFillColor) // back to 1 neutral fill - ; - // set text items: - mapLayer.selectAll("text") // select text nodes - .text(function (d) { - return d3.map(d.properties).get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute); - }) - ; - - // *** CHOROCHROMATIC MAPS **** - } else if (mapType == "area_colour") { // simple label map: - // shrink circles : - mapLayer.selectAll("circle") // select again all the current circle nodes - .transition().duration(1000) - .attr("r", 0) // change radius to 0 - ; - // remove texts - mapLayer.selectAll("text") // select text nodes - .text("") - ; - // make classified polygons: - mapLayer.selectAll("path") // select path nodes - .on("mouseenter", function (d) {toolTipShow(d, mapgroup, map)} ) - .transition().duration(1500) - .attr("fill", function (d) { - return nominalFillFromData(d, mapgroup, map); - }) // fill with result from classify function - ; - - } else { - setMessage( - ["Onbekend Map Type [" + mapType + "]", "Unknown Map Type [" + mapType + "]"], errorMsg); - } -} - - -/** - * update legendDiv according to mapgroup/map chosen in menu - * - * @param mapgroup - * @param map - */ -function makeLegendDiv(mapgroup, map) { - var legendHTML = "<h3>" + metaDataObj.mapgroups[mapgroup].groupname + "</h3>"; - if (map != null) { - legendHTML += "<h1>" + metaDataObj.mapgroups[mapgroup].maps[map].name + "</h1>"; - } - legendHTML += "<p>" + metaDataObj.mapgroups[mapgroup].source + " (" - + metaDataObj.mapgroups[mapgroup].date + ") </p><hr/>" - + "<i>" + metaDataObj.mapgroups[mapgroup].groupDescription + "</i>"; - legendDiv = d3.select("#legendDiv") - .html(legendHTML); -} - -function nominalFillFromData(d, mapgroup, map) { - var myProperties = d3.map(d.properties); // put properties in key-value map - return myColourClasses(myProperties.get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute)); -} - -function graduatedFillFromData(d, mapgroup, map) { - var myProperties = d3.map(d.properties); // put properties in key-value map - return myValueClasses(myProperties.get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute)); -} - -function radiusFromData(d, mapgroup, map) { - var myProperties = d3.map(d.properties); // put properties in key-value map - var theRadius = myRatio * myProperties.get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute); - if (theRadius < 0) theRadius = 0; - return theRadius; -} - -function toolTipMove(d) { - tooltip.style("left", (d.pageX + 7) + "px") - .style("top", (d.pageY + 12) + "px"); -} -function toolTipHide() { - tooltip.transition() - .duration(250) - .style("opacity", 0); -} -function toolTipShow(d, mapgroup, map) { - tooltip.transition() - .duration(250) - .style("opacity", 1); - tooltip.select('.tooltip-text') - .text(infoTextFromData(d, mapgroup, map)); -} - -function infoTextFromData(d, mapgroup, map) { - var myProperties = d3.map(d.properties); // put properties in key-value map - if (map == null) { - return myProperties.get(toolTipLabel); - } else { - return myProperties.get(toolTipLabel) + ": " - + myProperties.get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute) - + metaDataObj.mapgroups[mapgroup].maps[map].unit; - } -} - -// TODO: really need to rewrite this function, seems stupidly elaborate and crappy in places... -function makeDataStats(geoData, mapgroup, map) { - setMessage(["", "Creating map statistics..."], debugMsg); - myFeatures = geoData.features; - numFeatures = myFeatures.length; - myData = new Array(numFeatures); - for (i = 0; i < numFeatures; i++) { - myProperties = d3.map(myFeatures[i].properties); // put properties in KV map - // based on map chosen in menu, get data out -- +myProperties to force numerical : - myData[i] = +myProperties.get(metaDataObj.mapgroups[mapgroup].maps[map].data_attribute); - } - //console.log(myData); - myDataMin = d3.min(myData); - //a crappy solution for NoData vals: - if (myDataMin <= -99999997) { // is NoData - myDataMin = 0 - }// - myDataMax = d3.max(myData); - - //now determine key measures: - - // a ratio between values and circles radius for (proportional) ratio maps: - myRatio = maxCircleSize / myDataMax; - - // a classed scale for (choropleth) ordered or relative ratio maps: - myValueClasses = d3.scale.quantize() - .domain([myDataMin, myDataMax]) // based on original data range - .range(colorbrewer.Greens[5]) // assign to numClasses classes in Green CB range - ; - // an ordinal scale for (chorochromatic) nominal maps - myColourClasses = d3.scale.ordinal() // make a classes array using d3 ordinal - .range(colorbrewer.Spectral[11]) // assign to 11 classes Spectral CB range - ; - //setMessage(["", "{ Domain: " + myValueClasses.domain() + " -- ValueClasses: " + myValueClasses.range() + - // " -- CircleRatio: " + maxCircleSize + " / " + myDataMax + " = " + myRatio + " }"], debugMsg); - -} \ No newline at end of file diff --git a/js/d3-legend-bjk.js b/js/d3-legend-bjk.js new file mode 100644 index 0000000000000000000000000000000000000000..ef22ae5340b952163a69bbfc4158e060b1e18fb7 --- /dev/null +++ b/js/d3-legend-bjk.js @@ -0,0 +1,677 @@ +(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ + var helper = require('./legend'); + + //BJK: addition/changed + // legend.legendHeight() returns total height, for SVG height determination + // Barend Köbben b.j.kobben@utwente.nl 16 July 2015 + + + + module.exports = function(){ + +//*** legend.color ***// +// alert("color"); + + var scale = d3.scale.linear(), + shape = "rect", + shapeWidth = 15, + shapeHeight = 15, + shapeRadius = 10, + shapePadding = 2, + cells = [5], + labels = [], + useClass = false, + labelFormat = d3.format(".01f"), + labelOffset = 10, + labelAlign = "middle", + labelDelimiter = "to", + orient = "vertical", + path, + legendDispatcher = d3.dispatch("cellover", "cellout", "cellclick"), + //BJK addition/change + legendHeight = 0 + ; + + function legend(svg){ + + var type = helper.d3_calcType(scale, cells, labels, labelFormat, labelDelimiter); + + var cell = svg.selectAll(".cell").data(type.data), + cellEnter = cell.enter().append("g", ".cell").attr("class", "cell").style("opacity", 1e-6); + shapeEnter = cellEnter.append(shape).attr("class", "swatch"), + shapes = cell.select("g.cell " + shape); + + //add event handlers + helper.d3_addEvents(cellEnter, legendDispatcher); + + cell.exit().transition().style("opacity", 0).remove(); + + helper.d3_drawShapes(shape, shapes, shapeHeight, shapeWidth, shapeRadius, path); + + helper.d3_addText(svg, cellEnter, type.labels) + + // sets placement + var text = cell.select("text"), + shapeSize = shapes[0].map( function(d){ return d.getBBox(); }); + + //sets scale + //everything is fill except for line which is stroke, + if (!useClass){ + if (shape == "line"){ + shapes.style("stroke", type.feature); + } else { + shapes.style("fill", type.feature); + } + } else { + shapes.attr("class", function(d){ return "swatch " + type.feature(d); }); + } + + var cellTrans, + textTrans, + textAlign = (labelAlign == "start") ? 0 : (labelAlign == "middle") ? 0.5 : 1; + + //positions cells and text + if (orient === "vertical"){ + cellTrans = function(d,i) { + // addition by BJK + legendHeight = (i+1) * (shapeSize[i].height + shapePadding); + return "translate(0, " + (i * (shapeSize[i].height + shapePadding)) + ")"; + }; + textTrans = function(d,i) { return "translate(" + (shapeSize[i].width + shapeSize[i].x + + labelOffset) + "," + (shapeSize[i].y + shapeSize[i].height/2 + 5) + ")"; }; + + } else if (orient === "horizontal"){ + cellTrans = function(d,i) { + // addition by BJK + legendHeight = (2) * shapeSize[i].height + shapePadding + 8; + return "translate(" + (i * (shapeSize[i].width + shapePadding)) + ",0)"; } + textTrans = function(d,i) { return "translate(" + (shapeSize[i].width*textAlign + shapeSize[i].x) + + "," + (shapeSize[i].height + shapeSize[i].y + labelOffset + 8) + ")"; }; + } + + helper.d3_placement(orient, cell, cellTrans, text, textTrans, labelAlign); + cell.transition().style("opacity", 1); + + } + + + + legend.scale = function(_) { + if (!arguments.length) return legend; + scale = _; + return legend; + }; + + legend.cells = function(_) { + if (!arguments.length) return legend; + if (_.length > 1 || _ >= 2 ){ + cells = _; + } + return legend; + }; + + legend.shape = function(_, d) { + if (!arguments.length) return legend; + if (_ == "rect" || _ == "circle" || _ == "line" || (_ == "path" && (typeof d === 'string')) ){ + shape = _; + path = d; + } + return legend; + }; + + legend.shapeWidth = function(_) { + if (!arguments.length) return legend; + shapeWidth = +_; + return legend; + }; + + legend.shapeHeight = function(_) { + if (!arguments.length) return legend; + shapeHeight = +_; + return legend; + }; + + legend.shapeRadius = function(_) { + if (!arguments.length) return legend; + shapeRadius = +_; + return legend; + }; + + legend.shapePadding = function(_) { + if (!arguments.length) return legend; + shapePadding = +_; + return legend; + }; + + legend.labels = function(_) { + if (!arguments.length) return legend; + labels = _; + return legend; + }; + + legend.labelAlign = function(_) { + if (!arguments.length) return legend; + if (_ == "start" || _ == "end" || _ == "middle") { + labelAlign = _; + } + return legend; + }; + + legend.labelFormat = function(_) { + if (!arguments.length) return legend; + labelFormat = _; + return legend; + }; + + legend.labelOffset = function(_) { + if (!arguments.length) return legend; + labelOffset = +_; + return legend; + }; + + legend.labelDelimiter = function(_) { + if (!arguments.length) return legend; + labelDelimiter = _; + return legend; + }; + + //BJK addition/change: + legend.legendHeight = function() { + return legendHeight; + }; + + legend.useClass = function(_) { + if (!arguments.length) return legend; + if (_ === true || _ === false){ + useClass = _; + } + return legend; + }; + + legend.orient = function(_){ + if (!arguments.length) return legend; + _ = _.toLowerCase(); + if (_ == "horizontal" || _ == "vertical") { + orient = _; + } + return legend; + }; + + d3.rebind(legend, legendDispatcher, "on"); + + return legend; + + }; + + +},{"./legend":2}],2:[function(require,module,exports){ + module.exports = { + + + d3_identity: function (d) { + return d; + }, + + d3_mergeLabels: function (gen, labels) { + + if(labels.length === 0) return gen; + + gen = (gen) ? gen : []; + + var i = labels.length; + for (; i < gen.length; i++) { + labels.push(gen[i]); + } + return labels; + }, + + d3_linearLegend: function (scale, cells, labelFormat) { + var data = []; + + if (cells.length > 1){ + data = cells; + + } else { + var domain = scale.domain(), + increment = (domain[domain.length - 1] - domain[0])/(cells - 1), + i = 0; + + for (; i < cells; i++){ + data.push(labelFormat(domain[0] + i*increment)); + } + } + + return {data: data, + labels: data, + feature: function(d){ return scale(d); }}; + }, + + d3_quantLegend: function (scale, labelFormat, labelDelimiter) { + var labels = scale.range().map(function(d){ + var invert = scale.invertExtent(d), + a = labelFormat(invert[0]), + b = labelFormat(invert[1]); + + // if (( (a) && (a.isNan()) && b){ + // console.log("in initial statement") + return labelFormat(invert[0]) + " " + labelDelimiter + " " + labelFormat(invert[1]); + // } else if (a || b) { + // console.log('in else statement') + // return (a) ? a : b; + // } + + }); + + return {data: scale.range(), + labels: labels, + feature: this.d3_identity + }; + }, + + d3_ordinalLegend: function (scale) { + return {data: scale.domain(), + labels: scale.domain(), + feature: function(d){ return scale(d); }}; + }, + + d3_drawShapes: function (shape, shapes, shapeHeight, shapeWidth, shapeRadius, path) { + if (shape === "rect"){ + shapes.attr("height", shapeHeight).attr("width", shapeWidth); + + } else if (shape === "circle") { + shapes.attr("r", shapeRadius)//.attr("cx", shapeRadius).attr("cy", shapeRadius); + + } else if (shape === "line") { + shapes.attr("x1", 0).attr("x2", shapeWidth).attr("y1", 0).attr("y2", 0); + + } else if (shape === "path") { + shapes.attr("d", path); + } + }, + + d3_addText: function (svg, enter, labels){ + enter.append("text").attr("class", "label"); + svg.selectAll("g.cell text").data(labels).text(this.d3_identity); + }, + + d3_calcType: function (scale, cells, labels, labelFormat, labelDelimiter){ + var type = scale.ticks ? + this.d3_linearLegend(scale, cells, labelFormat) : scale.invertExtent ? + this.d3_quantLegend(scale, labelFormat, labelDelimiter) : this.d3_ordinalLegend(scale); + + type.labels = this.d3_mergeLabels(type.labels, labels); + + return type; + }, + + d3_placement: function (orient, cell, cellTrans, text, textTrans, labelAlign) { + cell.attr("transform", cellTrans); + text.attr("transform", textTrans); + if (orient === "horizontal"){ + text.style("text-anchor", labelAlign); + } + }, + + d3_addEvents: function(cells, dispatcher){ + var _ = this; + + cells.on("mouseover.legend", function (d) { _.d3_cellOver(dispatcher, d, this); }) + .on("mouseout.legend", function (d) { _.d3_cellOut(dispatcher, d, this); }) + .on("click.legend", function (d) { _.d3_cellClick(dispatcher, d, this); }); + }, + + d3_cellOver: function(cellDispatcher, d, obj){ + cellDispatcher.cellover.call(obj, d); + }, + + d3_cellOut: function(cellDispatcher, d, obj){ + cellDispatcher.cellout.call(obj, d); + }, + + d3_cellClick: function(cellDispatcher, d, obj){ + cellDispatcher.cellclick.call(obj, d); + } + + } + +},{}],3:[function(require,module,exports){ + var helper = require('./legend'); + + module.exports = function(){ + +//*** legend.size ***// +// alert("size"); + + var scale = d3.scale.linear(), + shape = "rect", + shapeWidth = 15, + shapePadding = 2, + cells = [5], + labels = [], + useStroke = false, + labelFormat = d3.format(".01f"), + labelOffset = 10, + labelAlign = "middle", + labelDelimiter = "to", + orient = "vertical", + path, + legendDispatcher = d3.dispatch("cellover", "cellout", "cellclick"), + //BJK addition/change + legendHeight = 0 + ; + + function legend(svg){ + + var type = helper.d3_calcType(scale, cells, labels, labelFormat, labelDelimiter); + + var cell = svg.selectAll(".cell").data(type.data), + cellEnter = cell.enter().append("g", ".cell").attr("class", "cell").style("opacity", 1e-6); + shapeEnter = cellEnter.append(shape).attr("class", "swatch"), + shapes = cell.select("g.cell " + shape); + + //add event handlers + helper.d3_addEvents(cellEnter, legendDispatcher); + + cell.exit().transition().style("opacity", 0).remove(); + + //creates shape + if (shape === "line"){ + helper.d3_drawShapes(shape, shapes, 0, shapeWidth); + shapes.attr("stroke-width", type.feature); + } else { + helper.d3_drawShapes(shape, shapes, type.feature, type.feature, type.feature, path); + } + + helper.d3_addText(svg, cellEnter, type.labels) + + //sets placement + var text = cell.select("text"), + shapeSize = shapes[0].map( + function(d, i){ + var bbox = d.getBBox() + var stroke = scale(type.data[i]); + + if (shape === "line" && orient === "horizontal") { + bbox.height = bbox.height + stroke; + } else if (shape === "line" && orient === "vertical"){ + bbox.width = bbox.width; + } + + return bbox; + }); + + var maxH = d3.max(shapeSize, function(d){ return d.height + d.y; }), + maxW = d3.max(shapeSize, function(d){ return d.width + d.x; }); + + var cellTrans, + textTrans, + textAlign = (labelAlign == "start") ? 0 : (labelAlign == "middle") ? 0.5 : 1; + + //positions cells and text + if (orient === "vertical"){ + + cellTrans = function(d,i) { + var height = d3.sum(shapeSize.slice(0, i + 1 ), function(d){ return d.height; }); + // addition by BJK: + legendHeight = (height + i*shapePadding) + 50; + return "translate(0, " + (height + i*shapePadding) + ")"; }; + + textTrans = function(d,i) { return "translate(" + (maxW + labelOffset) + "," + + (shapeSize[i].y + shapeSize[i].height/2 + 5) + ")"; }; + + } else if (orient === "horizontal"){ + cellTrans = function(d,i) { + var width = d3.sum(shapeSize.slice(0, i + 1 ), function(d){ return d.width; }); + // addition by BJK: + legendHeight = d3.sum(shapeSize.slice(0, i + 1 ), function(d){ return d.height; }); + return "translate(" + (width + i*shapePadding) + ",0)"; }; + + textTrans = function(d,i) { return "translate(" + (shapeSize[i].width*textAlign + shapeSize[i].x) + "," + + (maxH + labelOffset ) + ")"; }; + } + + helper.d3_placement(orient, cell, cellTrans, text, textTrans, labelAlign); + cell.transition().style("opacity", 1); + + } + + + + legend.scale = function(_) { + if (!arguments.length) return legend; + scale = _; + return legend; + }; + + legend.cells = function(_) { + if (!arguments.length) return legend; + if (_.length > 1 || _ >= 2 ){ + cells = _; + } + return legend; + }; + + + legend.shape = function(_, d) { + if (!arguments.length) return legend; + if (_ == "rect" || _ == "circle" || _ == "line" ){ + shape = _; + path = d; + } + return legend; + }; + + legend.shapeWidth = function(_) { + if (!arguments.length) return legend; + shapeWidth = +_; + return legend; + }; + + legend.shapePadding = function(_) { + if (!arguments.length) return legend; + shapePadding = +_; + return legend; + }; + + legend.labels = function(_) { + if (!arguments.length) return legend; + labels = _; + return legend; + }; + + legend.labelAlign = function(_) { + if (!arguments.length) return legend; + if (_ == "start" || _ == "end" || _ == "middle") { + labelAlign = _; + } + return legend; + }; + + legend.labelFormat = function(_) { + if (!arguments.length) return legend; + labelFormat = _; + return legend; + }; + + legend.labelOffset = function(_) { + if (!arguments.length) return legend; + labelOffset = +_; + return legend; + }; + + legend.labelDelimiter = function(_) { + if (!arguments.length) return legend; + labelDelimiter = _; + return legend; + }; + + //BJK addition/change: + legend.legendHeight = function() { + return legendHeight; + }; + + legend.orient = function(_){ + if (!arguments.length) return legend; + _ = _.toLowerCase(); + if (_ == "horizontal" || _ == "vertical") { + orient = _; + } + return legend; + }; + + d3.rebind(legend, legendDispatcher, "on"); + + return legend; + + }; + + +},{"./legend":2}],4:[function(require,module,exports){ + var helper = require('./legend'); + +//*** legend.symbol ***// +// alert("symbol"); + + module.exports = function(){ + + var scale = d3.scale.linear(), + shape = "path", + shapeWidth = 15, + shapeHeight = 15, + shapeRadius = 10, + shapePadding = 5, + cells = [5], + labels = [], + useClass = false, + labelFormat = d3.format(".01f"), + labelAlign = "middle", + labelOffset = 10, + labelDelimiter = "to", + orient = "vertical", + legendDispatcher = d3.dispatch("cellover", "cellout", "cellclick"), + //BJK addition/change + legendHeight = 40 + ; + + function legend(svg){ + + var type = helper.d3_calcType(scale, cells, labels, labelFormat, labelDelimiter); + + var cell = svg.selectAll(".cell").data(type.data), + cellEnter = cell.enter().append("g", ".cell").attr("class", "cell").style("opacity", 1e-6); + shapeEnter = cellEnter.append(shape).attr("class", "swatch"), + shapes = cell.select("g.cell " + shape); + + //add event handlers + helper.d3_addEvents(cellEnter, legendDispatcher); + + //remove old shapes + cell.exit().transition().style("opacity", 0).remove(); + + helper.d3_drawShapes(shape, shapes, shapeHeight, shapeWidth, shapeRadius, type.feature); + helper.d3_addText(svg, cellEnter, type.labels) + + // sets placement + var text = cell.select("text"), + shapeSize = shapes[0].map( function(d){ return d.getBBox(); }); + + var maxH = d3.max(shapeSize, function(d){ return d.height; }), + maxW = d3.max(shapeSize, function(d){ return d.width; }); + + var cellTrans, + textTrans, + textAlign = (labelAlign == "start") ? 0 : (labelAlign == "middle") ? 0.5 : 1; + + //positions cells and text + if (orient === "vertical"){ + cellTrans = function(d,i) { return "translate(0, " + (i * (maxH + shapePadding)) + ")"; }; + textTrans = function(d,i) { return "translate(" + (maxW + labelOffset) + "," + + (shapeSize[i].y + shapeSize[i].height/2 + 5) + ")"; }; + + } else if (orient === "horizontal"){ + cellTrans = function(d,i) { return "translate(" + (i * (maxW + shapePadding)) + ",0)"; }; + textTrans = function(d,i) { return "translate(" + (shapeSize[i].width*textAlign + shapeSize[i].x) + "," + + (maxH + labelOffset ) + ")"; }; + } + + helper.d3_placement(orient, cell, cellTrans, text, textTrans, labelAlign); + cell.transition().style("opacity", 1); + + } + + + legend.scale = function(_) { + if (!arguments.length) return legend; + scale = _; + return legend; + }; + + legend.cells = function(_) { + if (!arguments.length) return legend; + if (_.length > 1 || _ >= 2 ){ + cells = _; + } + return legend; + }; + + legend.shapePadding = function(_) { + if (!arguments.length) return legend; + shapePadding = +_; + return legend; + }; + + legend.labels = function(_) { + if (!arguments.length) return legend; + labels = _; + return legend; + }; + + legend.labelAlign = function(_) { + if (!arguments.length) return legend; + if (_ == "start" || _ == "end" || _ == "middle") { + labelAlign = _; + } + return legend; + }; + + legend.labelFormat = function(_) { + if (!arguments.length) return legend; + labelFormat = _; + return legend; + }; + + legend.labelOffset = function(_) { + if (!arguments.length) return legend; + labelOffset = +_; + return legend; + }; + + legend.labelDelimiter = function(_) { + if (!arguments.length) return legend; + labelDelimiter = _; + return legend; + }; + + legend.orient = function(_){ + if (!arguments.length) return legend; + _ = _.toLowerCase(); + if (_ == "horizontal" || _ == "vertical") { + orient = _; + } + return legend; + }; + + d3.rebind(legend, legendDispatcher, "on"); + + return legend; + + }; + + +},{"./legend":2}],5:[function(require,module,exports){ + d3.legend = { + color: require('./color'), + size: require('./size'), + symbol: require('./symbol') + }; +},{"./color":1,"./size":3,"./symbol":4}]},{},[5]); diff --git a/js/jenks.js b/js/jenks.js new file mode 100644 index 0000000000000000000000000000000000000000..551fbc403b61b631218be1c27f77639e517b8f85 --- /dev/null +++ b/js/jenks.js @@ -0,0 +1,152 @@ +// # [Jenks natural breaks optimization](http://en.wikipedia.org/wiki/Jenks_natural_breaks_optimization) +// +// Implementations: [1](http://danieljlewis.org/files/2010/06/Jenks.pdf) (python), +// [2](https://github.com/vvoovv/djeo-jenks/blob/master/main.js) (buggy), +// [3](https://github.com/simogeo/geostats/blob/master/lib/geostats.js#L407) (works) +function jenks(data, n_classes) { + + // Compute the matrices required for Jenks breaks. These matrices + // can be used for any classing of data with `classes <= n_classes` + function getMatrices(data, n_classes) { + + // in the original implementation, these matrices are referred to + // as `LC` and `OP` + // + // * lower_class_limits (LC): optimal lower class limits + // * variance_combinations (OP): optimal variance combinations for all classes + var lower_class_limits = [], + variance_combinations = [], + // loop counters + i, j, + // the variance, as computed at each step in the calculation + variance = 0; + + // Initialize and fill each matrix with zeroes + for (i = 0; i < data.length + 1; i++) { + var tmp1 = [], tmp2 = []; + for (j = 0; j < n_classes + 1; j++) { + tmp1.push(0); + tmp2.push(0); + } + lower_class_limits.push(tmp1); + variance_combinations.push(tmp2); + } + + for (i = 1; i < n_classes + 1; i++) { + lower_class_limits[1][i] = 1; + variance_combinations[1][i] = 0; + // in the original implementation, 9999999 is used but + // since Javascript has `Infinity`, we use that. + for (j = 2; j < data.length + 1; j++) { + variance_combinations[j][i] = Infinity; + } + } + + for (var l = 2; l < data.length + 1; l++) { + + // `SZ` originally. this is the sum of the values seen thus + // far when calculating variance. + var sum = 0, + // `ZSQ` originally. the sum of squares of values seen + // thus far + sum_squares = 0, + // `WT` originally. This is the number of + w = 0, + // `IV` originally + i4 = 0; + + // in several instances, you could say `Math.pow(x, 2)` + // instead of `x * x`, but this is slower in some browsers + // introduces an unnecessary concept. + for (var m = 1; m < l + 1; m++) { + + // `III` originally + var lower_class_limit = l - m + 1, + val = data[lower_class_limit - 1]; + + // here we're estimating variance for each potential classing + // of the data, for each potential number of classes. `w` + // is the number of data points considered so far. + w++; + + // increase the current sum and sum-of-squares + sum += val; + sum_squares += val * val; + + // the variance at this point in the sequence is the difference + // between the sum of squares and the total x 2, over the number + // of samples. + variance = sum_squares - (sum * sum) / w; + + i4 = lower_class_limit - 1; + + if (i4 !== 0) { + for (j = 2; j < n_classes + 1; j++) { + // if adding this element to an existing class + // will increase its variance beyond the limit, break + // the class at this point, setting the lower_class_limit + // at this point. + if (variance_combinations[l][j] >= + (variance + variance_combinations[i4][j - 1])) { + lower_class_limits[l][j] = lower_class_limit; + variance_combinations[l][j] = variance + + variance_combinations[i4][j - 1]; + } + } + } + } + + lower_class_limits[l][1] = 1; + variance_combinations[l][1] = variance; + } + + // return the two matrices. for just providing breaks, only + // `lower_class_limits` is needed, but variances can be useful to + // evaluage goodness of fit. + return { + lower_class_limits: lower_class_limits, + variance_combinations: variance_combinations + }; + } + + + + // the second part of the jenks recipe: take the calculated matrices + // and derive an array of n breaks. + function breaks(data, lower_class_limits, n_classes) { + + var k = data.length - 1, + kclass = [], + countNum = n_classes; + + // the calculation of classes will never include the upper and + // lower bounds, so we need to explicitly set them + kclass[n_classes] = data[data.length - 1]; + kclass[0] = data[0]; + + // the lower_class_limits matrix is used as indexes into itself + // here: the `k` variable is reused in each iteration. + while (countNum > 1) { + kclass[countNum - 1] = data[lower_class_limits[k][countNum] - 2]; + k = lower_class_limits[k][countNum] - 1; + countNum--; + } + + return kclass; + } + + if (n_classes > data.length) return null; + + // sort data in numerical order, since this is expected + // by the matrices function + data = data.slice().sort(function (a, b) { return a - b; }); + + // get our basic matrices + var matrices = getMatrices(data, n_classes), + // we only need lower class limits here + lower_class_limits = matrices.lower_class_limits; + + // extract n_classes out of the computed matrices + return breaks(data, lower_class_limits, n_classes); + +} diff --git a/js/topojson.min.js b/js/topojson.min.js new file mode 100755 index 0000000000000000000000000000000000000000..868cf419457cb6efeb243455c7714e60105b94ce --- /dev/null +++ b/js/topojson.min.js @@ -0,0 +1 @@ +!function(){function t(n,t){function r(t){var r,e=n.arcs[0>t?~t:t],o=e[0];return n.transform?(r=[0,0],e.forEach(function(n){r[0]+=n[0],r[1]+=n[1]})):r=e[e.length-1],0>t?[r,o]:[o,r]}function e(n,t){for(var r in n){var e=n[r];delete t[e.start],delete e.start,delete e.end,e.forEach(function(n){o[0>n?~n:n]=1}),a.push(e)}}var o={},i={},u={},a=[],c=-1;return t.forEach(function(r,e){var o,i=n.arcs[0>r?~r:r];i.length<3&&!i[1][0]&&!i[1][1]&&(o=t[++c],t[c]=r,t[e]=o)}),t.forEach(function(n){var t,e,o=r(n),a=o[0],c=o[1];if(t=u[a])if(delete u[t.end],t.push(n),t.end=c,e=i[c]){delete i[e.start];var f=e===t?t:t.concat(e);i[f.start=t.start]=u[f.end=e.end]=f}else i[t.start]=u[t.end]=t;else if(t=i[c])if(delete i[t.start],t.unshift(n),t.start=a,e=u[a]){delete u[e.end];var s=e===t?t:e.concat(t);i[s.start=e.start]=u[s.end=t.end]=s}else i[t.start]=u[t.end]=t;else t=[n],i[t.start=a]=u[t.end=c]=t}),e(u,i),e(i,u),t.forEach(function(n){o[0>n?~n:n]||a.push([n])}),a}function r(n,r,e){function o(n){var t=0>n?~n:n;(s[t]||(s[t]=[])).push({i:n,g:f})}function i(n){n.forEach(o)}function u(n){n.forEach(i)}function a(n){"GeometryCollection"===n.type?n.geometries.forEach(a):n.type in l&&(f=n,l[n.type](n.arcs))}var c=[];if(arguments.length>1){var f,s=[],l={LineString:i,MultiLineString:u,Polygon:u,MultiPolygon:function(n){n.forEach(u)}};a(r),s.forEach(arguments.length<3?function(n){c.push(n[0].i)}:function(n){e(n[0].g,n[n.length-1].g)&&c.push(n[0].i)})}else for(var h=0,p=n.arcs.length;p>h;++h)c.push(h);return{type:"MultiLineString",arcs:t(n,c)}}function e(r,e){function o(n){n.forEach(function(t){t.forEach(function(t){(a[t=0>t?~t:t]||(a[t]=[])).push(n)})}),c.push(n)}function i(n){return l(u(r,{type:"Polygon",arcs:[n]}).coordinates[0])>0}var a={},c=[],f=[];return e.forEach(function(n){"Polygon"===n.type?o(n.arcs):"MultiPolygon"===n.type&&n.arcs.forEach(o)}),c.forEach(function(n){if(!n._){var t=[],r=[n];for(n._=1,f.push(t);n=r.pop();)t.push(n),n.forEach(function(n){n.forEach(function(n){a[0>n?~n:n].forEach(function(n){n._||(n._=1,r.push(n))})})})}}),c.forEach(function(n){delete n._}),{type:"MultiPolygon",arcs:f.map(function(e){var o=[];if(e.forEach(function(n){n.forEach(function(n){n.forEach(function(n){a[0>n?~n:n].length<2&&o.push(n)})})}),o=t(r,o),(n=o.length)>1)for(var u,c=i(e[0][0]),f=0;n>f;++f)if(c===i(o[f])){u=o[0],o[0]=o[f],o[f]=u;break}return o})}}function o(n,t){return"GeometryCollection"===t.type?{type:"FeatureCollection",features:t.geometries.map(function(t){return i(n,t)})}:i(n,t)}function i(n,t){var r={type:"Feature",id:t.id,properties:t.properties||{},geometry:u(n,t)};return null==t.id&&delete r.id,r}function u(n,t){function r(n,t){t.length&&t.pop();for(var r,e=s[0>n?~n:n],o=0,i=e.length;i>o;++o)t.push(r=e[o].slice()),f(r,o);0>n&&a(t,i)}function e(n){return n=n.slice(),f(n,0),n}function o(n){for(var t=[],e=0,o=n.length;o>e;++e)r(n[e],t);return t.length<2&&t.push(t[0].slice()),t}function i(n){for(var t=o(n);t.length<4;)t.push(t[0].slice());return t}function u(n){return n.map(i)}function c(n){var t=n.type;return"GeometryCollection"===t?{type:t,geometries:n.geometries.map(c)}:t in l?{type:t,coordinates:l[t](n)}:null}var f=v(n.transform),s=n.arcs,l={Point:function(n){return e(n.coordinates)},MultiPoint:function(n){return n.coordinates.map(e)},LineString:function(n){return o(n.arcs)},MultiLineString:function(n){return n.arcs.map(o)},Polygon:function(n){return u(n.arcs)},MultiPolygon:function(n){return n.arcs.map(u)}};return c(t)}function a(n,t){for(var r,e=n.length,o=e-t;o<--e;)r=n[o],n[o++]=n[e],n[e]=r}function c(n,t){for(var r=0,e=n.length;e>r;){var o=r+e>>>1;n[o]<t?r=o+1:e=o}return r}function f(n){function t(n,t){n.forEach(function(n){0>n&&(n=~n);var r=o[n];r?r.push(t):o[n]=[t]})}function r(n,r){n.forEach(function(n){t(n,r)})}function e(n,t){"GeometryCollection"===n.type?n.geometries.forEach(function(n){e(n,t)}):n.type in u&&u[n.type](n.arcs,t)}var o={},i=n.map(function(){return[]}),u={LineString:t,MultiLineString:r,Polygon:r,MultiPolygon:function(n,t){n.forEach(function(n){r(n,t)})}};n.forEach(e);for(var a in o)for(var f=o[a],s=f.length,l=0;s>l;++l)for(var h=l+1;s>h;++h){var p,g=f[l],v=f[h];(p=i[g])[a=c(p,v)]!==v&&p.splice(a,0,v),(p=i[v])[a=c(p,g)]!==g&&p.splice(a,0,g)}return i}function s(n,t){function r(n){u.remove(n),n[1][2]=t(n),u.push(n)}var e,o=v(n.transform),i=d(n.transform),u=g(p),a=0;for(t||(t=h),n.arcs.forEach(function(n){var r=[];n.forEach(o);for(var i=1,a=n.length-1;a>i;++i)e=n.slice(i-1,i+2),e[1][2]=t(e),r.push(e),u.push(e);n[0][2]=n[a][2]=1/0;for(var i=0,a=r.length;a>i;++i)e=r[i],e.previous=r[i-1],e.next=r[i+1]});e=u.pop();){var c=e.previous,f=e.next;e[1][2]<a?e[1][2]=a:a=e[1][2],c&&(c.next=f,c[2]=e[2],r(c)),f&&(f.previous=c,f[0]=e[0],r(f))}return n.arcs.forEach(function(n){n.forEach(i)}),n}function l(n){for(var t,r=-1,e=n.length,o=n[e-1],i=0;++r<e;)t=o,o=n[r],i+=t[0]*o[1]-t[1]*o[0];return.5*i}function h(n){var t=n[0],r=n[1],e=n[2];return Math.abs((t[0]-e[0])*(r[1]-t[1])-(t[0]-r[0])*(e[1]-t[1]))}function p(n,t){return n[1][2]-t[1][2]}function g(n){function t(t){for(var r=o[t];t>0;){var e=(t+1>>1)-1,i=o[e];if(n(r,i)>=0)break;o[i.index=t]=i,o[r.index=t=e]=r}}function r(t){for(var r=o[t];;){var e=t+1<<1,i=e-1,u=t,a=o[u];if(i<o.length&&n(o[i],a)<0&&(a=o[u=i]),e<o.length&&n(o[e],a)<0&&(a=o[u=e]),u===t)break;o[a.index=t]=a,o[r.index=t=u]=r}}var e={},o=[];return e.push=function(){for(var n=0,r=arguments.length;r>n;++n){var e=arguments[n];t(e.index=o.push(e)-1)}return o.length},e.pop=function(){var n=o[0],t=o.pop();return o.length&&(o[t.index=0]=t,r(0)),n},e.remove=function(e){var i=e.index,u=o.pop();return i!==o.length&&(o[u.index=i]=u,(n(u,e)<0?t:r)(i)),i},e}function v(n){if(!n)return m;var t,r,e=n.scale[0],o=n.scale[1],i=n.translate[0],u=n.translate[1];return function(n,a){a||(t=r=0),n[0]=(t+=n[0])*e+i,n[1]=(r+=n[1])*o+u}}function d(n){if(!n)return m;var t,r,e=n.scale[0],o=n.scale[1],i=n.translate[0],u=n.translate[1];return function(n,a){a||(t=r=0);var c=0|(n[0]-i)/e,f=0|(n[1]-u)/o;n[0]=c-t,n[1]=f-r,t=c,r=f}}function m(){}var y={version:"1.6.0",mesh:function(n){return u(n,r.apply(this,arguments))},meshArcs:r,merge:function(n){return u(n,e.apply(this,arguments))},mergeArcs:e,feature:o,neighbors:f,presimplify:s};"function"==typeof define&&define.amd?define(y):"object"==typeof module&&module.exports?module.exports=y:this.topojson=y}(); \ No newline at end of file diff --git a/mapChooser.html b/mapChooser.html deleted file mode 100644 index 07e6960771810794a7fd03a1bb2b3e43c4c0f724..0000000000000000000000000000000000000000 --- a/mapChooser.html +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<head> - -<title>Nationale Atlas [0.6]</title> - -<script src="./js/d3.v3.min.js"></script> -<script src="./js/NatAtlasChooser.js"></script> - -<link href='./css/natatlas.css' rel='stylesheet' type='text/css'/> -<style> - -</style> - -</head> - -<!-- init with language = 0 = Nederlands --> -<body id="mainWindow" onload="init(0)"> -<div id="chooserDiv"> - NL -- <a href="index_en.html">EN</a> - - <h1>KIES ONDERWERP...</h1> -</div> -<div id="mapDiv"> - <div id="messageDiv">OPSTARTEN...</div> -</div> -<div id="infoDiv"> - <div id="legendDiv"></div> -</div> - -</body>